From 4af6685d7dfa941f1412b83fd9d8ec959070276e Mon Sep 17 00:00:00 2001 From: SGhotra1 <73190872+SGhotra1@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:25:00 +0200 Subject: [PATCH 01/16] Initial quicksight example commit --- typescript/quicksight/README.md | 14 + .../quicksight/bin/quicksight-example.ts | 7 + typescript/quicksight/cdk.json | 72 + typescript/quicksight/data/vgchartz-2024.csv | 64017 ++++++++++++++++ .../lib/quicksight-example-stack.ts | 187 + typescript/quicksight/package.json | 27 + typescript/quicksight/physical-columns.json | 8 + typescript/quicksight/tsconfig.json | 31 + 8 files changed, 64363 insertions(+) create mode 100644 typescript/quicksight/README.md create mode 100644 typescript/quicksight/bin/quicksight-example.ts create mode 100644 typescript/quicksight/cdk.json create mode 100644 typescript/quicksight/data/vgchartz-2024.csv create mode 100644 typescript/quicksight/lib/quicksight-example-stack.ts create mode 100644 typescript/quicksight/package.json create mode 100644 typescript/quicksight/physical-columns.json create mode 100644 typescript/quicksight/tsconfig.json diff --git a/typescript/quicksight/README.md b/typescript/quicksight/README.md new file mode 100644 index 0000000000..9315fe5b9f --- /dev/null +++ b/typescript/quicksight/README.md @@ -0,0 +1,14 @@ +# Welcome to your CDK TypeScript project + +This is a blank project for CDK development with TypeScript. + +The `cdk.json` file tells the CDK Toolkit how to execute your app. + +## Useful commands + +* `npm run build` compile typescript to js +* `npm run watch` watch for changes and compile +* `npm run test` perform the jest unit tests +* `npx cdk deploy` deploy this stack to your default AWS account/region +* `npx cdk diff` compare deployed stack with current state +* `npx cdk synth` emits the synthesized CloudFormation template diff --git a/typescript/quicksight/bin/quicksight-example.ts b/typescript/quicksight/bin/quicksight-example.ts new file mode 100644 index 0000000000..13e070f71d --- /dev/null +++ b/typescript/quicksight/bin/quicksight-example.ts @@ -0,0 +1,7 @@ +#!/usr/bin/env node +import 'source-map-support/register'; +import * as cdk from 'aws-cdk-lib'; +import { QuicksightExampleStack } from '../lib/quicksight-example-stack'; + +const app = new cdk.App(); +new QuicksightExampleStack(app, 'QuicksightExampleStack'); diff --git a/typescript/quicksight/cdk.json b/typescript/quicksight/cdk.json new file mode 100644 index 0000000000..5df2fb7455 --- /dev/null +++ b/typescript/quicksight/cdk.json @@ -0,0 +1,72 @@ +{ + "app": "npx ts-node --prefer-ts-exts bin/quicksight-example.ts", + "watch": { + "include": [ + "**" + ], + "exclude": [ + "README.md", + "cdk*.json", + "**/*.d.ts", + "**/*.js", + "tsconfig.json", + "package*.json", + "yarn.lock", + "node_modules", + "test" + ] + }, + "context": { + "@aws-cdk/aws-lambda:recognizeLayerVersion": true, + "@aws-cdk/core:checkSecretUsage": true, + "@aws-cdk/core:target-partitions": [ + "aws", + "aws-cn" + ], + "@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true, + "@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true, + "@aws-cdk/aws-ecs:arnFormatIncludesClusterName": true, + "@aws-cdk/aws-iam:minimizePolicies": true, + "@aws-cdk/core:validateSnapshotRemovalPolicy": true, + "@aws-cdk/aws-codepipeline:crossAccountKeyAliasStackSafeResourceName": true, + "@aws-cdk/aws-s3:createDefaultLoggingPolicy": true, + "@aws-cdk/aws-sns-subscriptions:restrictSqsDescryption": true, + "@aws-cdk/aws-apigateway:disableCloudWatchRole": true, + "@aws-cdk/core:enablePartitionLiterals": true, + "@aws-cdk/aws-events:eventsTargetQueueSameAccount": true, + "@aws-cdk/aws-ecs:disableExplicitDeploymentControllerForCircuitBreaker": true, + "@aws-cdk/aws-iam:importedRoleStackSafeDefaultPolicyName": true, + "@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy": true, + "@aws-cdk/aws-route53-patters:useCertificate": true, + "@aws-cdk/customresources:installLatestAwsSdkDefault": false, + "@aws-cdk/aws-rds:databaseProxyUniqueResourceName": true, + "@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup": true, + "@aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId": true, + "@aws-cdk/aws-ec2:launchTemplateDefaultUserData": true, + "@aws-cdk/aws-secretsmanager:useAttachedSecretResourcePolicyForSecretTargetAttachments": true, + "@aws-cdk/aws-redshift:columnId": true, + "@aws-cdk/aws-stepfunctions-tasks:enableEmrServicePolicyV2": true, + "@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": true, + "@aws-cdk/aws-apigateway:requestValidatorUniqueId": true, + "@aws-cdk/aws-kms:aliasNameRef": true, + "@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig": true, + "@aws-cdk/core:includePrefixInUniqueNameGeneration": true, + "@aws-cdk/aws-efs:denyAnonymousAccess": true, + "@aws-cdk/aws-opensearchservice:enableOpensearchMultiAzWithStandby": true, + "@aws-cdk/aws-lambda-nodejs:useLatestRuntimeVersion": true, + "@aws-cdk/aws-efs:mountTargetOrderInsensitiveLogicalId": true, + "@aws-cdk/aws-rds:auroraClusterChangeScopeOfInstanceParameterGroupWithEachParameters": true, + "@aws-cdk/aws-appsync:useArnForSourceApiAssociationIdentifier": true, + "@aws-cdk/aws-rds:preventRenderingDeprecatedCredentials": true, + "@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true, + "@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction": true, + "@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true, + "@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": true, + "@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true, + "@aws-cdk/aws-eks:nodegroupNameAttribute": true, + "@aws-cdk/aws-ec2:ebsDefaultGp3Volume": true, + "@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm": true, + "@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault": false, + "@aws-cdk/aws-s3:keepNotificationInImportedBucket": false + } +} diff --git a/typescript/quicksight/data/vgchartz-2024.csv b/typescript/quicksight/data/vgchartz-2024.csv new file mode 100644 index 0000000000..eefd3014cc --- /dev/null +++ b/typescript/quicksight/data/vgchartz-2024.csv @@ -0,0 +1,64017 @@ +img,title,console,genre,publisher,developer,critic_score,total_sales,na_sales,jp_sales,pal_sales,other_sales,release_date,last_update +/games/boxart/full_6510540AmericaFrontccc.jpg,Grand Theft Auto V,PS3,Action,Rockstar Games,Rockstar North,9.4,20.32,6.37,0.99,9.85,3.12,2013-09-17, +/games/boxart/full_5563178AmericaFrontccc.jpg,Grand Theft Auto V,PS4,Action,Rockstar Games,Rockstar North,9.7,19.39,6.06,0.6,9.71,3.02,2014-11-18,2018-01-03 +/games/boxart/827563ccc.jpg,Grand Theft Auto: Vice City,PS2,Action,Rockstar Games,Rockstar North,9.6,16.15,8.41,0.47,5.49,1.78,2002-10-28, +/games/boxart/full_9218923AmericaFrontccc.jpg,Grand Theft Auto V,X360,Action,Rockstar Games,Rockstar North,,15.86,9.06,0.06,5.33,1.42,2013-09-17, +/games/boxart/full_4990510AmericaFrontccc.jpg,Call of Duty: Black Ops 3,PS4,Shooter,Activision,Treyarch,8.1,15.09,6.18,0.41,6.05,2.44,2015-11-06,2018-01-14 +/games/boxart/full_call-of-duty-modern-warfare-3_517AmericaFront.jpg,Call of Duty: Modern Warfare 3,X360,Shooter,Activision,Infinity Ward,8.7,14.82,9.07,0.13,4.29,1.33,2011-11-08, +/games/boxart/full_call-of-duty-black-ops_5AmericaFront.jpg,Call of Duty: Black Ops,X360,Shooter,Activision,Treyarch,8.8,14.74,9.76,0.11,3.73,1.14,2010-11-09, +/games/boxart/full_4653215AmericaFrontccc.jpg,Red Dead Redemption 2,PS4,Action-Adventure,Rockstar Games,Rockstar Games,9.8,13.94,5.26,0.21,6.21,2.26,2018-10-26,2018-11-02 +/games/boxart/full_1977964AmericaFrontccc.jpg,Call of Duty: Black Ops II,X360,Shooter,Activision,Treyarch,8.4,13.86,8.27,0.07,4.32,1.2,2012-11-13,2018-04-07 +/games/boxart/full_4649679AmericaFrontccc.png,Call of Duty: Black Ops II,PS3,Shooter,Activision,Treyarch,8,13.8,4.99,0.65,5.88,2.28,2012-11-13,2018-04-07 +/games/boxart/full_809251AmericaFrontccc.jpg,Call of Duty: Modern Warfare 2,X360,Shooter,Activision,Infinity Ward,9.5,13.53,8.54,0.08,3.63,1.28,2009-11-10, +/games/boxart/full_4380292AmericaFrontccc.jpg,Call of Duty: WWII,PS4,Shooter,Activision,Sledgehammer Games,8.1,13.4,4.67,0.4,6.21,2.12,2017-11-03,2017-12-31 +/games/boxart/full_call-of-duty-modern-warfare-3_278AmericaFront.jpg,Call of Duty: Modern Warfare 3,PS3,Shooter,Activision,Infinity Ward,8.8,13.35,5.54,0.49,5.78,1.54,2011-11-08, +/games/boxart/3570928ccc.jpg,Grand Theft Auto III,PS2,Action,Rockstar Games,DMA Design,9.5,13.1,6.99,0.3,4.51,1.3,2001-10-23, +/games/boxart/full_call-of-duty-black-ops_3AmericaFront.jpg,Call of Duty: Black Ops,PS3,Shooter,Activision,Treyarch,8.7,12.67,6.01,0.48,4.4,1.78,2010-11-09, +/games/boxart/full_5257064AmericaFrontccc.jpg,FIFA 18,PS4,Sports,EA Sports,EA Vancouver,8.3,11.8,1.27,0.15,8.64,1.73,2017-09-29,2018-04-02 +/games/boxart/full_1182151AmericaFrontccc.jpg,Grand Theft Auto IV,X360,Action,Rockstar Games,Rockstar North,10,11.09,6.8,0.14,3.11,1.04,2008-04-29, +/games/boxart/full_7661370AmericaFrontccc.jpg,FIFA 17,PS4,Sports,Electronic Arts,EA Canada,8.9,10.94,1.26,0.12,7.95,1.61,2016-09-27,2018-03-28 +/games/boxart/full_call-of-duty-modern-warfare-2_1AmericaFront.jpg,Call of Duty: Modern Warfare 2,PS3,Shooter,Activision,Infinity Ward,9.5,10.61,4.99,0.38,3.66,1.59,2009-11-10, +/games/boxart/full_1729769AmericaFrontccc.jpg,Grand Theft Auto IV,PS3,Action,Rockstar Games,Rockstar North,10,10.57,4.79,0.44,3.73,1.62,2008-04-29, +/games/boxart/full_8522439AmericaFrontccc.jpg,Call of Duty: Ghosts,X360,Shooter,Activision,Infinity Ward,6.9,10.41,6.76,0.04,2.64,0.98,2013-11-05,2018-03-21 +/games/boxart/full_3698558AmericaFrontccc.jpg,Call of Duty: Ghosts,PS3,Shooter,Activision,Infinity Ward,7.5,10.13,4.11,0.39,4.01,1.62,2013-11-05,2018-03-21 +/games/boxart/full_halo-reach_6AmericaFront.jpg,Halo: Reach,X360,Shooter,Microsoft Game Studios,Bungie,9.3,9.97,7.08,0.08,2.01,0.8,2010-09-14,2018-10-11 +/games/boxart/full_2236292AmericaFrontccc.png,Halo 4,X360,Shooter,Microsoft Studios,343 Industries,,9.96,6.72,0.04,2.36,0.83,2012-11-06, +/games/boxart/full_4481633AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,X360,Shooter,Activision,Infinity Ward,9.6,9.41,5.98,0.13,2.39,0.91,2007-11-05, +/games/boxart/full_6532460AmericaFrontccc.jpg,Call of Duty: Black Ops IIII,PS4,Shooter,Activision,Treyarch,,9.32,4.05,0.5,3.28,1.49,2018-10-12,2018-11-07 +/games/boxart/full_5970958AmericaFrontccc.jpg,FIFA 19,PS4,Sports,Electronic Arts,EA Sports,,9.15,0.84,0.1,6.87,1.34,2018-09-28,2018-09-12 +/games/boxart/full_the-elder-scrolls-v-skyrim_554AmericaFront.jpg,The Elder Scrolls V: Skyrim,X360,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9.3,8.88,5.1,0.1,2.83,0.85,2011-11-11,2018-04-01 +/games/boxart/full_8047513AmericaFrontccc.jpg,Grand Theft Auto V,XOne,Action,Rockstar Games,Rockstar North,9,8.72,4.7,0.01,3.25,0.76,2014-11-18,2018-04-11 +/games/boxart/full_5706058AmericaFrontccc.jpg,Call of Duty: Infinite Warfare,PS4,Shooter,Activision,Infinity Ward,7.9,8.48,3.11,0.19,3.83,1.36,2016-11-04,2018-01-14 +/games/boxart/full_2507140AmericaFrontccc.jpg,Fallout 4,PS4,Role-Playing,Bethesda Softworks,Bethesda Game Studios,8.6,8.48,2.91,0.27,3.97,1.34,2015-11-10,2018-03-24 +/games/boxart/full_862315AmericaFrontccc.jpg,FIFA 16,PS4,Sports,EA Sports,EA Canada,8.5,8.22,1.15,0.07,5.77,1.23,2015-09-22,2018-04-01 +/games/boxart/full_4873252AmericaFrontccc.jpg,Star Wars Battlefront (2015),PS4,Shooter,Electronic Arts,EA DICE,7.1,8.03,3.31,0.23,3.19,1.3,2015-11-17,2018-03-24 +/games/boxart/full_5731689AmericaFrontccc.jpg,FIFA 13,PS3,Sports,EA Sports,EA Canada,,8.01,1.07,0.13,5.13,1.68,2012-09-25,2018-04-06 +/games/boxart/full_7487992AmericaFrontccc.jpg,The Sims 3,PC,Simulation,Electronic Arts,EA Redwood Shores,8.5,7.96,1.01,,6.46,0.5,2009-06-02, +/games/boxart/1340019ccc.jpg,Grand Theft Auto: Liberty City Stories,PSP,Action,Rockstar Games,Rockstar Leeds,8.8,7.72,2.9,0.24,2.83,1.74,2005-10-25, +/games/boxart/full_514368AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,PS4,Shooter,Activision,Sledgehammer Games,8.5,7.53,2.84,0.14,3.34,1.22,2014-11-04,2018-01-04 +/games/boxart/full_3557116AmericaFrontccc.jpg,Call of Duty: World at War,X360,Shooter,Activision,Treyarch,8.5,7.5,4.88,,1.91,0.71,2008-11-10, +/games/boxart/full_8414457AmericaFrontccc.jpg,Call of Duty: Black Ops 3,XOne,Shooter,Activision,Treyarch,,7.37,4.63,0.02,2.04,0.68,2015-11-06,2018-01-14 +/games/boxart/full_battlefield-3_439AmericaFront.jpg,Battlefield 3,X360,Shooter,Electronic Arts,Dice,8.5,7.35,4.47,0.06,2.12,0.69,2011-10-25, +/games/boxart/full_9032449AmericaFrontccc.png,Battlefield 1,PS4,Shooter,Electronic Arts,EA DICE,9.1,7.26,2.2,0.29,3.65,1.12,2016-10-21,2018-03-24 +/games/boxart/full_battlefield-3_278AmericaFront.jpg,Battlefield 3,PS3,Shooter,Electronic Arts,Dice,8.5,7.21,2.86,0.35,2.94,1.07,2011-10-25, +/games/boxart/9040231ccc.jpg,Need for Speed Underground,PS2,Racing,Electronic Arts,EA Black Box,8.6,7.2,3.27,0.08,2.83,1.02,2003-11-17, +/games/boxart/full_868897AmericaFrontccc.jpg,Need for Speed Underground 2,PS2,Racing,Electronic Arts,EA Black Box,8.3,6.9,2.71,0.08,3.02,1.09,2004-11-15, +/games/boxart/full_9463304AmericaFrontccc.jpg,Just Dance 4,Wii,Music,Ubisoft,Ubisoft,,6.89,4.05,,2.21,0.62,2012-10-09,2018-01-31 +/games/boxart/7583871ccc.jpg,Medal of Honor: Frontline,PS2,Shooter,Electronic Arts,EA Los Angeles,9,6.83,2.93,0.17,2.75,0.99,2002-05-28, +/games/boxart/full_2350454AmericaFrontccc.jpg,Uncharted 2: Among Thieves,PS3,Action,Sony Computer Entertainment,Naughty Dog,9.5,6.74,3.28,0.21,2.22,1.02,2009-10-13, +/games/boxart/full_75346AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,PS3,Shooter,Activision,Infinity Ward,9.5,6.72,3.13,0.28,2.27,1.04,2007-11-05, +/games/boxart/full_fifa-soccer-12_475AmericaFront.jpg,FIFA Soccer 12,PS3,Sports,EA Sports,EA Canada,9.2,6.65,0.84,0.11,4.33,1.37,2011-09-27, +/games/boxart/full_6002851AmericaFrontccc.jpeg,FIFA 14,PS3,Sports,EA Sports,EA Canada,,6.61,0.79,0.07,4.77,0.98,2013-09-24,2018-09-15 +/games/boxart/full_7375558AmericaFrontccc.jpg,Red Dead Redemption,PS3,Action,Rockstar Games,Rockstar San Diego,9.5,6.57,2.82,0.17,2.58,1,2011-10-11, +/games/boxart/full_2634795AmericaFrontccc.jpg,Red Dead Redemption,X360,Action,Rockstar Games,Rockstar San Diego,9.5,6.5,3.77,0.09,2.03,0.6,2010-05-18, +/games/boxart/full_7776699AmericaFrontccc.jpeg,Assassin's Creed III,PS3,Action-Adventure,Ubisoft,Ubisoft Montreal,8.8,6.5,2.65,0.16,2.61,1.08,2012-10-30,2018-04-12 +/games/boxart/full_the-elder-scrolls-v-skyrim_425AmericaFront.jpg,The Elder Scrolls V: Skyrim,PS3,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,6.49,2.57,0.25,2.68,0.99,2011-11-11,2018-04-01 +/games/boxart/full_6776646AmericaFrontccc.jpg,Minecraft,PS4,Misc,Sony Computer Entertainment,Mojang,9.4,6.33,1.89,0.35,3.13,0.96,2014-10-07,2018-09-14 +/games/boxart/full_189344AmericaFrontccc.jpg,FIFA 15,PS4,Sports,EA Sports,EA Canada,8.1,6.32,0.83,0.05,4.49,0.94,2014-09-23,2018-03-23 +/games/boxart/7411582ccc.jpg,Driver,PS,Action,GT Interactive,Reflections Interactive,8.5,6.27,3.11,0.02,2.8,0.33,1999-06-30, +/games/boxart/full_9289123AmericaFrontccc.jpg,Call of Duty: WWII,XOne,Shooter,Activision,Sledgehammer Games,,6.23,3.75,,1.91,0.57,2017-11-03,2017-12-30 +/games/boxart/full_6168598AmericaFrontccc.jpg,Minecraft,PS3,Misc,Sony Computer Entertainment America,Mojang,,6.05,2.21,,2.86,0.99,2014-05-16,2018-08-05 +/games/boxart/full_1425733AmericaFrontccc.jpg,Red Dead Redemption 2,XOne,Action-Adventure,Rockstar Games,Rockstar Games,,5.77,3.76,,1.47,0.54,2018-10-26,2018-11-02 +/games/boxart/full_6703728AmericaFrontccc.jpg,Destiny,PS4,Shooter,Activision,Bungie,,5.76,2.53,0.16,2.13,0.94,2014-09-09,2018-01-12 +/games/boxart/full_tekken-2_616AmericaFront.jpg,Tekken 2,PS,Fighting,Namco,Namco,9.1,5.74,2.26,1.36,1.89,0.23,1996-08-25, +/games/boxart/full_2958031AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,Wii,Action,LucasArts,Traveller's Tales,8,5.66,3.57,,1.57,0.52,2007-11-06, +/games/boxart/full_4805635AmericaFrontccc.jpg,Cooking Mama,DS,Simulation,Majesco,Office Create,6.6,5.66,3.09,0.07,1.92,0.58,2006-09-12, +/games/boxart/full_5252150AmericaFrontccc.jpg,Assassin's Creed II,PS3,Action,Ubisoft,Ubisoft Montreal,9,5.57,2.54,0.21,1.95,0.86,2009-11-17,2018-01-03 +/games/boxart/full_7562642AmericaFrontccc.jpg,Assassin's Creed,X360,Action,Ubisoft,Ubisoft Montreal,8.2,5.55,3.28,0.07,1.64,0.56,2007-11-13, +/games/boxart/full_batman-arkham-city_591AmericaFront.jpg,Batman: Arkham City,PS3,Action,Warner Bros. Interactive,Rocksteady Studios,9.6,5.54,2.72,0.11,1.89,0.82,2011-10-18, +/games/boxart/full_forza-motorsport-3_9AmericaFront.jpg,Forza Motorsport 3,X360,Racing,Microsoft Game Studios,Turn 10 Studios,9.2,5.5,2.99,0.1,1.9,0.51,2009-10-27, +/games/boxart/full_4070815AmericaFrontccc.jpg,Call of Duty: World at War,PS3,Shooter,Activision,Treyarch,8.4,5.43,2.75,,1.84,0.84,2008-11-10, +/games/boxart/full_6418584AmericaFrontccc.jpg,Minecraft,XOne,Misc,Microsoft Studios,Mojang,,5.43,3.23,,1.71,0.49,2014-11-18,2018-09-14 +/games/boxart/9261584ccc.jpg,Crash Bandicoot: The Wrath of Cortex,PS2,Platform,Universal Interactive,Traveller's Tales,6.9,5.42,2.07,0.24,2.29,0.82,2001-10-29, +/games/boxart/full_282357AmericaFrontccc.jpg,Final Fantasy XIII,PS3,Role-Playing,Square Enix,Square Enix,8,5.35,1.75,1.87,1.23,0.51,2010-03-09, +/games/boxart/full_7723506AmericaFrontccc.jpg,Assassin's Creed III,X360,Action-Adventure,Ubisoft,Ubisoft Montreal,,5.31,3.13,0.03,1.71,0.45,2012-10-30,2018-02-07 +/games/boxart/full_8353337AmericaFrontccc.jpg,Assassin's Creed II,X360,Action,Ubisoft,Ubisoft Montreal,9.1,5.3,3.14,0.08,1.55,0.52,2009-11-17, +/games/boxart/3330776ccc.jpg,Tomb Raider II,PS,Adventure,Eidos Interactive,Core Design Ltd.,7.6,5.24,2.3,0.2,2.46,0.28,1997-10-31, +/games/boxart/1473680ccc.jpg,Madden NFL 2004,PS2,Sports,EA Sports,EA Tiburon,9.5,5.23,4.26,0.01,0.26,0.71,2003-08-12, +/games/boxart/full_6401955AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,XOne,Shooter,Activision,Sledgehammer Games,8.3,5.22,3.25,0.01,1.49,0.48,2014-11-04,2018-01-01 +/games/boxart/255122ccc.jpg,Medal of Honor: Rising Sun,PS2,Shooter,Electronic Arts,EA Los Angeles,5.9,5.13,1.98,0.13,2.23,0.8,2003-11-11, +/games/boxart/full_601699AmericaFrontccc.png,Battlefield 1,XOne,Shooter,Electronic Arts,EA DICE,9.3,5.13,3.37,0.02,1.26,0.48,2016-10-21,2018-03-24 +/games/boxart/2419814ccc.jpg,Microsoft Flight Simulator,PC,Simulation,Microsoft,Microsoft,7,5.12,3.22,,1.69,0.2,1996-10-31, +/games/boxart/full_2486879AmericaFrontccc.jpg,Guitar Hero II,PS2,Misc,RedOctane,Harmonix Music Systems,9.2,5.12,3.81,,0.63,0.68,2006-11-07, +/games/boxart/full_6831972AmericaFrontccc.jpg,FIFA 13,X360,Sports,EA Sports,EA Canada,,5.11,1.1,0.03,3.49,0.5,2012-09-25,2018-04-06 +/games/boxart/full_557605AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,DS,Sports,Sega,Sega,7,5.1,1.63,0.44,2.46,0.57,2008-01-22, +/games/boxart/full_fable-iii_9AmericaFront.jpg,Fable III,X360,Role-Playing,Microsoft Game Studios,Lionhead Studios,7.8,5.1,3.59,0.05,1.09,0.37,2010-10-26, +/games/boxart/full_989928AmericaFrontccc.jpg,Resident Evil 5,PS3,Action,Capcom,Capcom,8.6,5.1,1.96,1.08,1.42,0.64,2009-03-13, +/games/boxart/full_fifa-soccer-11_6AmericaFront.jpg,FIFA Soccer 11,PS3,Sports,EA Sports,EA Canada,8.7,5.08,0.61,0.06,3.28,1.12,2010-09-28, +/games/boxart/full_1162504AmericaFrontccc.jpg,Grand Theft Auto: Vice City Stories,PSP,Action,Rockstar Games,Rockstar Leeds,8.4,5.08,1.7,0.16,2.03,1.19,2006-10-31, +/games/boxart/full_1882754JapanFrontccc.jpg,Final Fantasy XV,PS4,Role-Playing,Square Enix,Square Enix,8.1,5.07,1.81,1.05,1.53,0.68,2016-11-29,2018-05-04 +/games/boxart/full_4876777AmericaFrontccc.jpg,Fallout 4,XOne,Role-Playing,Bethesda Softworks,Bethesda Game Studios,8.4,5.03,2.94,0.02,1.62,0.45,2015-11-10,2018-03-24 +/games/boxart/full_7000850AmericaFrontccc.jpg,Tony Hawk's Pro Skater,PS,Sports,Activision,Neversoft Entertainment,9.6,5.02,3.42,0.02,1.38,0.2,1999-08-31, +/games/boxart/full_6348663AmericaFrontccc.jpg,Warzone 2100,PS,Strategy,Eidos Interactive,Pumpkin Studios,,5.01,2.79,,1.89,0.33,1999-05-31, +/games/boxart/full_5372169AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,PS2,Misc,RedOctane,BudCat Creations,8.2,4.98,3.49,0.01,0.01,1.48,2007-10-28, +/games/boxart/full_7863698AmericaFrontccc.jpg,Uncharted: Drake's Fortune,PS3,Action,Sony Computer Entertainment,Naughty Dog,8.7,4.97,2.32,0.12,1.73,0.8,2007-11-16, +/games/boxart/full_6847566AmericaFrontccc.jpg,Fallout 3,X360,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,4.96,3.41,0.09,0.99,0.46,2008-10-28, +/games/boxart/full_727567AmericaFrontccc.jpg,Madden NFL 06,PS2,Sports,EA Sports,EA Tiburon,9.1,4.91,3.98,0.01,0.26,0.66,2005-08-08, +/games/boxart/full_1714505AmericaFrontccc.jpg,Call of Duty: Black Ops IIII,XOne,Shooter,Activision,Treyarch,,4.85,3.27,,1.12,0.46,2018-10-12,2018-11-07 +/games/boxart/full_2363378AmericaFrontccc.jpg,Assassin's Creed,PS3,Action,Ubisoft,Ubisoft Montreal,8.2,4.83,1.91,0.09,2.01,0.82,2007-11-13, +/games/boxart/full_2372411AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,PS4,Platform,Activision,Vicarious Visions,,4.83,1.09,0.07,2.92,0.74,2017-06-30,2018-09-23 +/games/boxart/full_8795174AmericaFrontccc.jpg,Call of Duty: Infinite Warfare,XOne,Shooter,Activision,Infinity Ward,,4.79,2.91,,1.44,0.44,2016-11-04,2018-03-24 +/games/boxart/full_1178878AmericaFrontccc.jpg,Crash Team Racing,PS,Racing,Sony Computer Entertainment,Naughty Dog,9.2,4.79,2.57,0.44,1.57,0.21,1999-09-30, +/games/boxart/full_5884504AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,DS,Action,LucasArts,Traveller's Tales,7.8,4.77,2.83,,1.49,0.45,2007-11-06, +/games/boxart/full_batman-arkham-city_302AmericaFront.jpg,Batman: Arkham City,X360,Action,Warner Bros. Interactive,Rocksteady Studios,9.5,4.75,2.99,0.04,1.28,0.44,2011-10-18, +/games/boxart/full_6536899AmericaFrontccc.jpg,Driver 2,PS,Action,Atari,Reflections Interactive,7,4.73,2.36,0.02,2.1,0.25,2000-11-13, +/games/boxart/7115362ccc.jpg,The Simpsons: Hit & Run,PS2,Racing,VU Games,Radical Entertainment,7.7,4.7,1.73,,2.19,0.79,2003-09-16, +/games/boxart/1600356ccc.jpg,Tony Hawk's Pro Skater 2,PS,Sports,Activision,Neversoft Entertainment,9.3,4.68,3.05,0.02,1.41,0.2,2000-09-20, +/games/boxart/8307809ccc.jpg,The Lord of the Rings: The Two Towers,PS2,Action,Electronic Arts,Stormfront Studios,8.3,4.67,1.94,0.08,1.95,0.7,2002-10-21, +/games/boxart/8585565ccc.jpg,Tomb Raider,PS,Action,Eidos Interactive,Core Design Ltd.,8.9,4.63,2.29,0.13,1.97,0.24,1996-11-14, +/games/boxart/full_forza-motorsport-4_905AmericaFront.jpg,Forza Motorsport 4,X360,Racing,Microsoft Studios,Turn 10 Studio,9.1,4.6,2.08,0.06,1.98,0.49,2011-10-11, +/games/boxart/full_2081446AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,Wii,Misc,RedOctane,Vicarious Visions,8.6,4.6,3.04,0,1.12,0.44,2007-10-28, +/games/boxart/full_2431298AmericaFrontccc.jpg,FIFA 15,PS3,Sports,EA Sports,EA Canada,6.9,4.56,0.59,0.04,3.25,0.68,2014-09-23,2018-03-23 +/games/boxart/full_1173134AmericaFrontccc.jpg,Mario & Sonic at the Olympic Winter Games,Wii,Sports,Sega,Sega,6.8,4.54,1.87,0.22,1.97,0.48,2009-10-13, +/games/boxart/full_8847041AmericaFrontccc.jpg,Overwatch,PS4,Shooter,Blizzard Entertainment,Blizzard Entertainment,8.8,4.54,1.84,0.17,1.8,0.73,2016-05-24,2018-03-24 +/games/boxart/full_3667121PALFrontccc.jpg,Guitar Hero III: Legends of Rock,X360,Misc,RedOctane,Neversoft,8.7,4.53,3.19,0.01,0.91,0.42,2007-10-28, +/games/boxart/full_4032018AmericaFrontccc.jpg,Star Wars Battlefront II (2017),PS4,Shooter,Electronic Arts,EA DICE,,4.53,1.7,0.12,1.99,0.73,2017-11-17,2017-12-29 +/games/boxart/4564394ccc.jpg,Madden NFL 2005,PS2,Sports,EA Sports,EA Tiburon,9.5,4.53,4.18,0.01,0.26,0.08,2004-08-09, +/games/boxart/full_9484527AmericaFrontccc.jpg,Spider-Man: The Movie,PS2,Action,Activision,Treyarch,8.2,4.48,2.71,0.03,1.51,0.23,2002-04-15, +/games/boxart/9008679ccc.jpg,The Elder Scrolls IV: Oblivion,X360,Role-Playing,Take-Two Interactive,Bethesda Softworks,9.2,4.47,2.89,0.13,1.03,0.41,2009-07-07, +/games/boxart/7125264ccc.jpg,Tony Hawk's Pro Skater 3,PS2,Sports,Activision,Neversoft Entertainment,9.1,4.41,2.66,0.01,1.29,0.46,2001-10-28, +/games/boxart/full_2440699AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,8.8,4.39,0.1,1.05,2.39,0.86,2007-02-06, +/games/boxart/full_8077647AmericaFrontccc.jpg,Tom Clancy's The Division,PS4,Shooter,Ubisoft,Massive Entertainment,,4.37,1.49,0.16,2.04,0.69,2016-03-08,2018-05-04 +/games/boxart/full_137103AmericaFrontccc.jpg,Need for Speed: Most Wanted,PS2,Racing,Electronic Arts,EA Canada,8.6,4.37,2.03,0.08,1.79,0.47,2005-11-15, +/games/boxart/full_michael-jackson-the-experience_693AmericaFront.jpg,Michael Jackson: The Experience,Wii,Misc,Ubisoft,Ubisoft Montpellier,5.6,4.37,2.64,0.01,1.33,0.39,2010-11-23, +/games/boxart/full_2998894AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,PS4,Shooter,Ubisoft,Ubisoft Montreal,,4.36,1.29,0.36,2.06,0.64,2015-12-01, +/games/boxart/full_4034633AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,X360,Shooter,Activision,High Moon Studios,9.1,4.34,2.81,0,1.13,0.41,2014-11-04,2018-01-04 +/games/boxart/full_5952592AmericaFrontccc.jpg,Watch Dogs,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,,4.32,1.4,0.11,2.13,0.68,2014-05-27,2018-03-15 +/games/boxart/8536311ccc.jpg,Asteroids,2600,Shooter,Atari,Atari,,4.31,4,,0.26,0.05,1981-01-01, +/games/boxart/full_8831048AmericaFrontccc.jpg,Batman: Arkham Asylum,PS3,Action,Eidos Interactive,Rocksteady Studios,9,4.28,2.26,0.07,1.33,0.63,2009-08-25, +/games/boxart/full_4650769AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,PS3,Shooter,Activision,High Moon Studios,9.1,4.27,1.59,0.2,1.81,0.67,2014-11-04,2018-01-04 +/games/boxart/7930398ccc.jpg,Namco Museum,GBA,Misc,Namco,Mass Media,,4.24,3,0.05,1.11,0.07,2001-06-10, +/games/boxart/full_assassins-creed-revelations_212AmericaFront.jpg,Assassin's Creed: Revelations,PS3,Action,Ubisoft,Ubisoft Montreal,8.8,4.23,1.41,0.1,2.03,0.69,2011-11-15, +/games/boxart/full_assassins-creed-revelations_328AmericaFront.jpg,Assassin's Creed: Revelations,X360,Action,Ubisoft,Ubisoft Montreal,7.9,4.22,2.28,0.04,1.47,0.44,2011-11-15, +/games/boxart/6864151ccc.jpg,FIFA Soccer 06,PS2,Sports,EA Sports,EA Canada,8.4,4.21,0.78,0.04,2.55,0.84,2005-10-04, +/games/boxart/full_4144122AmericaFrontccc.jpg,Street Fighter IV,PS3,Fighting,Capcom,Capcom / Dimps Corporation,9.3,4.19,2.04,0.59,1.05,0.52,2009-02-17, +/games/boxart/full_fifa-soccer-12_845AmericaFront.jpg,FIFA Soccer 12,X360,Sports,EA Sports,EA Canada,9.2,4.18,0.85,0.02,2.79,0.52,2011-09-27, +/games/boxart/full_9732403AmericaFrontccc.jpg,Call of Duty: Ghosts,PS4,Shooter,Activision,Infinity Ward,7.5,4.17,1.79,0.05,1.64,0.69,2013-11-15,2018-03-21 +/games/boxart/8290971ccc.jpg,Teenage Mutant Ninja Turtles,NES,Platform,Ultra Games,Konami,5.9,4.17,3.38,0.31,0.44,0.04,1989-06-01, +/games/boxart/full_8811836AmericaFrontccc.jpg,Frogger,PS,Action,Hasbro Interactive,Millenium Interactive,,4.16,3.79,,0.27,0.11,1997-09-30, +/games/boxart/full_6590731AmericaFrontccc.jpg,FIFA 14,X360,Sports,EA Sports,EA Canada,,4.15,0.94,0.01,2.92,0.29,2013-09-24,2018-09-15 +/games/boxart/full_8451662AmericaFrontccc.jpg,Star Wars Battlefront (2015),XOne,Shooter,Electronic Arts,EA DICE,6.9,4.15,2.49,0.02,1.26,0.38,2015-11-17,2018-03-24 +/games/boxart/32121ccc.jpg,Madden NFL 2003,PS2,Sports,EA Sports,EA Tiburon,9.4,4.14,3.36,0.01,0.21,0.56,2002-08-12, +/games/boxart/full_9858108AmericaFrontccc.jpg,Assassin's Creed: Unity,PS4,Action,Ubisoft,Ubisoft Montreal,,4.14,1.25,0.09,2.16,0.65,2014-11-11,2018-05-04 +/games/boxart/full_9963001AmericaFrontccc.jpg,Destiny 2,PS4,Shooter,Activision,Bungie,,4.14,1.92,0.1,1.44,0.69,2017-09-06,2018-04-20 +/games/boxart/8249133ccc.jpg,FIFA 07 Soccer,PS2,Sports,EA Sports,Team Fusion,8.4,4.11,0.71,0.03,2.48,0.89,2006-10-03, +/games/boxart/full_2497280AmericaFrontccc.jpg,Batman: Arkham Knight,PS4,Action,Warner Bros. Interactive,Rocksteady Studios,8.1,4.11,1.65,0.11,1.68,0.66,2015-06-23,2018-01-04 +/games/boxart/full_3447327AmericaFrontccc.jpg,The Sims 4,PC,Simulation,Electronic Arts,Maxis,7,4.1,1.2,,2.6,0.3,2014-09-02,2017-12-29 +/games/boxart/full_fallout-new-vegas_2AmericaFront.jpg,Fallout: New Vegas,X360,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.2,4.08,2.67,0.04,1.03,0.34,2010-10-19, +/games/boxart/full_5471499AmericaFrontccc.jpg,Carnival Games,Wii,Misc,Global Star Software,Cat Daddy Games,4.2,4.06,2.12,0.05,1.47,0.42,2007-08-28, +/games/boxart/full_914135AmericaFrontccc.jpg,Far Cry 4,PS4,Shooter,Ubisoft,Ubisoft Montreal,8.4,4.06,1.18,0.11,2.14,0.63,2014-11-18,2018-01-23 +/games/boxart/full_9947060AmericaFrontccc.jpg,Assassin's Creed Origins,PS4,Action,Ubisoft,Ubisoft Montreal,,4.06,1.22,0.11,2.11,0.63,2017-10-27,2018-01-10 +/games/boxart/6643842ccc.jpg,World Soccer Winning Eleven 9,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,8.9,4.06,0.12,0.9,2.26,0.77,2006-02-07, +/games/boxart/full_7383120AmericaFrontccc.jpg,Forza Motorsport 2,X360,Racing,Microsoft Game Studios,Turn 10 Studios,9.1,4.05,2.35,0.03,1.27,0.41,2007-05-29, +/games/boxart/full_3964599AmericaFrontccc.jpg,Namco Museum Vol.3,PS,Misc,Namco,Namco,,4.05,2.28,0.16,1.55,0.06,1997-01-31, +/games/boxart/full_8749429AmericaFrontccc.jpg,Tekken Tag Tournament,PS2,Fighting,Namco,Namco,8.7,4.05,1.68,0.51,1.51,0.35,2000-10-25, +/games/boxart/full_8108598AmericaFrontccc.jpg,Fallout 3,PS3,Role-Playing,Bethesda Softworks,Bethesda Game Studios,8.8,4,2.18,0.07,1.15,0.61,2008-10-28, +/games/boxart/full_the-elder-scrolls-v-skyrim_498AmericaFront.jpg,The Elder Scrolls V: Skyrim,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9.2,3.99,1.18,,2.25,0.56,2011-11-11,2018-04-01 +/games/boxart/full_6414423AmericaFrontccc.jpg,NBA 2K16,PS4,Sports,2K Sports,Visual Concepts,8.7,3.98,2.56,0.05,0.66,0.71,2015-09-29,2018-03-28 +/games/boxart/full_8817548AmericaFrontccc.jpg,Namco Museum: 50th Anniversary,PS2,Misc,Namco,Digital Eclipse,,3.98,2.08,,1.35,0.54,2005-08-30, +/games/boxart/full_2414906AmericaFrontccc.jpg,Far Cry 5,PS4,Action,Ubisoft,Ubisoft,7.9,3.95,1.44,0.15,1.73,0.62,2018-03-27,2018-02-28 +/games/boxart/full_8649362AmericaFrontccc.jpg,Battlefield 4,PS4,Shooter,Electronic Arts,EA DICE,8.3,3.94,1.4,0.19,1.74,0.62,2013-11-15,2018-01-09 +/games/boxart/full_270231AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,PS3,Action-Adventure,Ubisoft,Ubisoft Montreal,8.7,3.94,1.34,0.13,1.86,0.62,2013-10-29,2018-03-14 +/games/boxart/1571136ccc.jpg,Tony Hawk's Underground,PS2,Sports,Activision,Neversoft Entertainment,8.7,3.9,2.29,0.01,1.17,0.42,2003-10-27, +/games/boxart/full_9266644AmericaFrontccc.jpg,Just Dance 2014,Wii,Music,Ubisoft,Ubisoft Paris,7.4,3.89,1.91,,1.66,0.33,2013-10-08,2018-03-08 +/games/boxart/full_sports-champions_6AmericaFront.png,Sports Champions,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,7.6,3.88,2.15,0.1,1.13,0.5,2010-09-17, +/games/boxart/3345744ccc.jpg,World Soccer Winning Eleven 8 International,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,9.3,3.85,0.16,1.12,1.89,0.68,2005-02-01, +/games/boxart/1479790ccc.jpg,Namco Museum Vol.1,PS,Misc,Namco,Namco,,3.84,2.12,0.22,1.44,0.06,1996-07-31, +/games/boxart/full_9630014AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,X360,Adventure,LucasArts,Traveller's Tales,7.5,3.76,2.4,,1.01,0.36,2008-06-03, +/games/boxart/6609872ccc.jpg,The Sims: Unleashed,PC,Simulation,Electronic Arts,Maxis,7.3,3.76,2.03,,1.56,0.17,2002-09-23, +/games/boxart/full_9727386AmericaFrontccc.jpg,Ratchet & Clank: Size Matters,PSP,Platform,Sony Computer Entertainment,High Impact Games,8.5,3.75,1.4,0.1,1.4,0.86,2007-02-13, +/games/boxart/full_9060196AmericaFrontccc.jpg,FIFA 17,XOne,Sports,Electronic Arts,EA Canada,8.8,3.71,1.04,,2.4,0.27,2016-09-27,2018-03-28 +/games/boxart/3316569ccc.gif,FIFA Soccer 2005,PS2,Sports,EA Sports,EA Canada,8.4,3.7,0.58,0.04,2.48,0.59,2004-10-12, +/games/boxart/8945880ccc.jpg,Tony Hawk's Pro Skater 4,PS2,Sports,Activision,Neversoft Entertainment,9.6,3.67,2.13,0.01,1.18,0.35,2002-10-23, +/games/boxart/full_8603668AmericaFrontccc.jpg,MySims,DS,Simulation,Electronic Arts,EA Redwood Shores,6.7,3.66,1.58,0.08,1.6,0.4,2007-09-18, +/games/boxart/full_8576972AmericaFrontccc.jpg,Midnight Club 3: DUB Edition,PSP,Racing,Rockstar Games,Rockstar Leeds,7.2,3.66,1.65,,1.22,0.79,2005-06-27, +/games/boxart/full_7967734AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,8,3.65,2.53,0.06,0.81,0.24,2002-08-27, +/games/boxart/full_5853156AmericaFrontccc.jpg,Battlefield 4,PS3,Shooter,Electronic Arts,EA DICE,8.7,3.64,1.31,0.27,1.5,0.55,2013-10-29,2018-01-04 +/games/boxart/full_971930AmericaFrontccc.jpg,Jak and Daxter: The Precursor Legacy,PS2,Platform,Sony Computer Entertainment,Naughty Dog,9,3.64,2.08,0.15,1.09,0.33,2001-12-04, +/games/boxart/560317ccc.jpg,Pro Evolution Soccer 2008,PS2,Sports,Konami,Konami,8.2,3.63,0.05,0.64,0,2.93,2008-03-11, +/games/boxart/full_3447697AmericaFrontccc.jpg,FIFA Soccer 10,PS3,Sports,EA Sports,EA Canada,9,3.63,0.6,0.05,2.46,0.52,2009-10-20, +/games/boxart/full_7273841AmericaFrontccc.jpg,Guitar Hero: World Tour,Wii,Misc,Activision,Vicarious Visions,8.4,3.62,2.32,,0.96,0.34,2008-10-26, +/games/boxart/7470279ccc.jpg,The Simpsons: Road Rage,PS2,Racing,Electronic Arts,Radical Entertainment,6.1,3.61,2.02,,1.17,0.42,2001-11-24, +/games/boxart/8508334ccc.jpg,Star Wars Battlefront,PS2,Shooter,LucasArts,Pandemic Studios,8.1,3.61,1.93,0.03,1.22,0.44,2004-09-20, +/games/boxart/full_doom-ii_72AmericaFront.jpg,Doom II,PC,Shooter,GT Interactive,id Software,9.3,3.61,2.05,,1.4,0.16,1994-09-30, +/games/boxart/full_7518379AmericaFrontccc.jpg,Assassin's Creed Syndicate,PS4,Action,Ubisoft,Ubisoft Quebec,8.6,3.6,0.9,0.08,2.06,0.55,2015-10-23,2018-05-04 +/games/boxart/6381124ccc.gif,Star Wars Battlefront II,PS2,Shooter,LucasArts,Pandemic Studios,8.5,3.59,2.18,0.03,1.02,0.37,2005-11-01, +/games/boxart/full_8320518AmericaFrontccc.jpg,Assassin's Creed: Unity,XOne,Action,Ubisoft,Ubisoft Montreal,,3.58,2.34,0,0.9,0.34,2014-11-11,2018-05-04 +/games/boxart/1857498ccc.jpg,WWF SmackDown!,PS,Fighting,THQ,Yuke's,,3.58,2.01,0.06,1.35,0.16,2000-03-01, +/games/boxart/full_2185806AmericaFrontccc.jpg,Cooking Mama 2: Dinner With Friends,DS,Simulation,Majesco,Office Create,6.9,3.58,1.6,0.1,1.49,0.39,2007-11-13, +/games/boxart/9254920ccc.jpg,The Getaway,PS2,Action,Sony Computer Entertainment,Team Soho,7.7,3.54,1.23,0.05,1.77,0.49,2003-01-19, +/games/boxart/4532529ccc.jpg,Tomb Raider III: Adventures of Lara Croft,PS,Adventure,Eidos Interactive,Core Design Ltd.,8.2,3.54,1.66,0.12,1.58,0.18,1998-11-21, +/games/boxart/full_1027141AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories,PS2,Action,Rockstar Games,Rockstar Leeds,8.3,3.54,1.56,0.07,1.4,0.5,2006-06-06, +/games/boxart/full_162643AmericaFrontccc.jpg,Battlefield 4,X360,Shooter,Electronic Arts,EA DICE,8.7,3.54,2.16,0.02,1.05,0.32,2013-10-29,2018-01-04 +/games/boxart/full_1668550AmericaFrontccc.jpg,Batman: Arkham Asylum,X360,Action,Eidos Interactive,Rocksteady Studios,9.1,3.54,2.24,0.02,0.95,0.33,2009-08-25, +/games/boxart/full_2466064AmericaFrontccc.jpg,Resident Evil 5,X360,Action,Capcom,Capcom,8.6,3.53,2.13,0.12,0.93,0.34,2009-03-13, +/games/boxart/full_assassins-creed-brotherhood_1AmericaFront.jpg,Assassin's Creed: Brotherhood,X360,Action,Ubisoft,Ubisoft Montreal,9.1,3.53,2.87,0.03,0.39,0.25,2010-11-16, +/games/boxart/full_6469736AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,PS2,Action,Eidos Interactive,Traveller's Tales,7.9,3.53,1.98,0.01,1.14,0.41,2005-04-02, +/games/boxart/3115195ccc.jpg,James Bond 007: Agent Under Fire,PS2,Shooter,Electronic Arts,EA Redwood Shores,,3.53,1.9,0.1,1.13,0.41,2001-11-13, +/games/boxart/810014ccc.jpg,Rugrats in Paris: The Movie,PS,Action,THQ,Avalanche Software,,3.52,1.96,,1.33,0.23,2000-10-29, +/games/boxart/full_fifa-soccer-11_8AmericaFront.jpg,FIFA Soccer 11,X360,Sports,EA Sports,EA Canada,8.7,3.52,0.71,0.02,2.39,0.4,2010-09-28, +/games/boxart/full_1333599AmericaFrontccc.jpg,NBA 2K17,PS4,Sports,2K Sports,Visual Concepts,9,3.52,2.28,0.03,0.59,0.63,2016-09-16,2018-03-28 +/games/boxart/full_9891732AmericaFrontccc.jpg,Mortal Kombat X,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,3.49,1.94,,0.94,0.61,2015-04-14,2018-01-04 +/games/boxart/6928045ccc.jpg,FIFA Soccer 2004,PS2,Sports,EA Sports,EA Canada,8,3.49,0.59,0.04,2.36,0.51,2003-11-04, +/games/boxart/full_4641934AmericaFrontccc.jpg,Borderlands,X360,Shooter,2K Games,Gearbox Software,8.3,3.48,2.43,0.03,0.72,0.3,2009-10-20, +/games/boxart/full_2180575AmericaFrontccc.jpg,Battlefield: Bad Company 2,X360,Shooter,Electronic Arts,EA Digital Illusions CE,9,3.48,2.11,0.04,1.01,0.33,2010-03-02, +/games/boxart/full_3513275AmericaFrontccc.jpg,Mario & Sonic at the Olympic Winter Games,DS,Sports,Sega,Sega,7.6,3.47,1.21,0.27,1.63,0.37,2009-10-13, +/games/boxart/full_4418677AmericaFrontccc.jpg,Guitar Hero: On Tour,DS,Misc,Activision,Vicarious Visions,7.1,3.46,2.1,0.01,1.01,0.35,2008-06-22, +/games/boxart/full_9587449AmericaFrontccc.jpg,Tekken 4,PS2,Fighting,Namco,Namco,7.9,3.44,1.55,0.33,1.27,0.29,2002-09-23, +/games/boxart/full_5558637AmericaFrontccc.jpg,LEGO Batman: The Videogame,X360,Adventure,Warner Bros. Interactive,Traveller's Tales,7.5,3.44,2.07,,1.04,0.34,2008-09-23, +/games/boxart/full_1508066AmericaFrontccc.jpg,Halo: The Master Chief Collection,XOne,Shooter,Microsoft Studios,343 Industries,8.8,3.44,2.06,0.03,1.04,0.31,2014-11-11,2018-03-24 +/games/boxart/full_littlebigplanet-2_308AmericaFront.jpg,LittleBigPlanet 2,PS3,Platform,Sony Computer Entertainment,Media Molecule,9.1,3.43,1.83,0.06,1.07,0.47,2011-01-18, +/games/boxart/full_5130076AmericaFrontccc.jpg,FIFA 14,PS4,Sports,EA Sports,EA Canada,,3.43,0.62,0.12,2.18,0.51,2013-11-15,2018-09-15 +/games/boxart/9935711ccc.jpg,Grand Theft Auto 2,PS,Action,Rockstar Games,DMA Design,6.9,3.42,1.13,,2.07,0.22,1999-10-25, +/games/boxart/full_4214879AmericaFrontccc.jpg,Destiny,XOne,Shooter,Activision,Bungie,8.3,3.41,2.17,,0.92,0.32,2014-09-09,2018-01-12 +/games/boxart/4171363ccc.jpg,Spider-Man 2,PS2,Action,Activision,Treyarch,7.9,3.41,1.75,0.02,1.2,0.43,2004-06-28, +/games/boxart/9447551ccc.jpg,FIFA Soccer 2003,PS2,Sports,EA Sports,EA Canada,,3.4,0.46,0.05,2.28,0.61,2002-11-14, +/games/boxart/4722160ccc.jpg,Crash Bash,PS,Misc,Sony Computer Entertainment,Eurocom Entertainment Software,6.8,3.39,1.56,0.19,1.47,0.17,2000-11-06, +/games/boxart/full_3672619AmericaFrontccc.png,Gears of War 4,XOne,Shooter,Microsoft Studios,The Coalition,,3.38,2.17,,0.9,0.32,2016-10-11,2018-01-13 +/games/boxart/full_7599322AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Special Edition,PS4,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.3,3.36,1.24,0.08,1.5,0.54,2016-10-28,2018-04-01 +/games/boxart/full_8315580AmericaFrontccc.png,Watch Dogs 2,PS4,Action,Ubisoft,Ubisoft,,3.36,0.98,0.12,1.74,0.52,2016-11-15, +/games/boxart/full_9464827AmericaFrontccc.jpg,WWF War Zone,PS,Fighting,Acclaim Entertainment,Iguana Entertainment,,3.36,2.47,,0.76,0.13,1998-07-14, +/games/boxart/full_4496262AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,X360,Action-Adventure,Ubisoft,Ubisoft Montreal,8.5,3.34,1.9,0.01,1.14,0.3,2013-10-29,2018-03-22 +/games/boxart/full_2457781AmericaFrontccc.jpg,NBA 2K18,PS4,Sports,2K Sports,Visual Concepts,8.1,3.34,2.13,0.04,0.57,0.59,2017-09-19,2018-04-02 +/games/boxart/6105471ccc.jpg,James Bond 007: Nightfire,PS2,Shooter,Electronic Arts,Eurocom Entertainment Software,,3.33,1.45,0.12,1.29,0.46,2002-11-18, +/games/boxart/full_5479051AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,PS2,Action,LucasArts,The Collective,,3.32,1.47,0.03,1.39,0.43,2005-05-04, +/games/boxart/7983566ccc.jpg,Max Payne,PS2,Shooter,Rockstar Games,Remedy Entertainment,8.1,3.31,1.99,0.05,1.05,0.22,2001-12-06, +/games/boxart/full_6439229AmericaFrontccc.jpg,Madden NFL 16,PS4,Sports,EA Sports,EA Tiburon,8.2,3.3,2.39,,0.31,0.61,2015-08-25,2018-03-31 +/games/boxart/3546885ccc.jpg,The Lord of the Rings: The Return of the King,PS2,Action,Electronic Arts,"Hypnos Entertainment, Inc.",8.4,3.28,1.5,0.05,1.28,0.46,2003-11-05, +/games/boxart/full_441184AmericaFrontccc.jpg,Madden NFL 17,PS4,Sports,EA Sports,EA Tiburon,8.5,3.28,2.3,,0.37,0.6,2016-08-23,2018-04-01 +/games/boxart/full_5266833AmericaFrontccc.jpg,Gran Turismo (PSP),PSP,Racing,Sony Computer Entertainment,Polyphony Digital,,3.27,0.51,0.31,1.59,0.86,2009-10-01,2018-01-03 +/games/boxart/full_9340109AmericaFrontccc.jpg,Far Cry 3,PS3,Shooter,Ubisoft,Ubisoft Montreal,,3.27,0.88,0.1,1.79,0.5,2012-12-04, +/games/boxart/2607496ccc.jpg,True Crime: Streets of LA,PS2,Action,Activision,Luxoflux,,3.27,1.89,0.02,1.05,0.31,2003-11-03, +/games/boxart/full_8789149AmericaFrontccc.jpg,FIFA 16,XOne,Sports,EA Sports,EA Canada,8.5,3.25,0.92,,2.1,0.24,2015-09-22,2018-04-01 +/games/boxart/full_la-noire_75AmericaFront.jpg,L.A. Noire,PS3,Adventure,Rockstar Games,Team Bondi,9.1,3.21,1.29,0.12,1.31,0.49,2011-11-15, +/games/boxart/9103576ccc.jpg,007: Tomorrow Never Dies,PS,Shooter,Electronic Arts,Black Ops Entertainment,6.2,3.21,1.72,,1.33,0.16,1999-11-16, +/games/boxart/3194073ccc.jpg,WWF SmackDown! 2: Know Your Role,PS,Fighting,THQ,Yuke's,8.7,3.2,1.76,0.07,1.21,0.16,2000-11-21, +/games/boxart/full_4303408AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,8.3,3.19,1.07,0.06,1.55,0.51,2013-11-15,2018-03-14 +/games/boxart/full_3940160AmericaFrontccc.jpg,Enter the Matrix,PS2,Action,Atari,Shiny Entertainment,,3.18,1.78,0.09,1.12,0.19,2003-05-14, +/games/boxart/full_1336415AmericaFrontccc.jpg,Assassin's Creed Odyssey,PS4,Action-Adventure,Ubisoft,Ubisoft Quebec,9.5,3.18,1.18,0.09,1.4,0.51,2018-10-05,2018-11-17 +/games/boxart/full_fallout-new-vegas_9AmericaFront.jpg,Fallout: New Vegas,PS3,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.2,3.17,1.54,0.1,1.04,0.49,2010-10-19, +/games/boxart/4612940ccc.jpg,FIFA Soccer 08,PS2,Sports,EA Sports,EA Canada,,3.14,0.68,,0,2.46,2007-10-09, +/games/boxart/full_527262AmericaFrontccc.jpg,Club Penguin: Elite Penguin Force,DS,Adventure,Disney Interactive Studios,1st Playable Productions,7,3.14,1.87,,0.97,0.3,2008-11-25, +/games/boxart/full_6019647AmericaFrontccc.jpg,FIFA 18,XOne,Sports,EA Sports,EA Vancouver,8,3.14,0.98,,1.92,0.23,2017-09-29,2018-04-02 +/games/boxart/5099878ccc.jpg,Spider-Man,PS,Action,Activision,Neversoft Entertainment,,3.13,1.7,0.02,1.25,0.16,2000-08-30, +/games/boxart/full_1480417AmericaFrontccc.jpg,The Elder Scrolls IV: Oblivion,PS3,Role-Playing,Bethesda Softworks,4J Studios,9.3,3.12,1.69,0.14,0.86,0.44,2007-03-20, +/games/boxart/full_8142222AmericaFrontccc.jpg,Resident Evil 6,PS3,Action,Capcom,Capcom,,3.12,0.88,0.88,0.97,0.39,2012-10-02, +/games/boxart/4212814ccc.jpg,Need for Speed III: Hot Pursuit,PS,Racing,Electronic Arts,EA Canada,,3.12,2.14,,0.86,0.13,1998-03-25, +/games/boxart/full_6335056AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,PS4,Shooter,Ubisoft,Ubisoft Paris,7,3.12,1.07,0.22,1.35,0.47,2017-03-07,2018-04-01 +/games/boxart/full_8915130AmericaFrontccc.jpg,Titanfall,XOne,Shooter,Electronic Arts,Respawn Entertainment,,3.11,1.88,0.04,0.91,0.28,2014-03-11,2018-01-12 +/games/boxart/full_3710885AmericaFrontccc.jpg,NBA 2K13,X360,Sports,2K Sports,Visual Concepts,8.6,3.11,2.62,0.01,0.21,0.28,2012-10-02,2018-01-04 +/games/boxart/full_7787486AmericaFrontccc.jpg,Mass Effect 2,X360,Role-Playing,Electronic Arts,BioWare Edmonton,9.5,3.1,1.99,0.03,0.81,0.27,2010-01-26, +/games/boxart/full_707317AmericaFrontccc.jpg,LEGO Batman: The Videogame,Wii,Adventure,Warner Bros. Interactive,Traveller's Tales,7.3,3.08,1.8,,0.98,0.29,2008-09-23, +/games/boxart/2775278ccc.jpg,Madden NFL 2002,PS2,Sports,EA Sports,EA Sports,,3.08,2.5,0.01,0.16,0.42,2001-08-19, +/games/boxart/full_2141889AmericaFrontccc.jpg,Saints Row 2,X360,Action,THQ,Volition Inc.,7.9,3.07,1.98,0.02,0.79,0.28,2008-10-14,2018-04-02 +/games/boxart/full_3011020AmericaFrontccc.jpg,Call of Duty: Ghosts,XOne,Shooter,Activision,Infinity Ward,7.5,3.07,1.92,,0.86,0.28,2013-11-22,2018-03-21 +/games/boxart/718364ccc.jpg,The Sims: Vacation,PC,Simulation,Electronic Arts,Maxis,,3.07,1.72,,1.21,0.14,2002-03-25, +/games/boxart/full_3497502PALFrontccc.jpg,Borderlands 2,X360,Shooter,2K Games,Gearbox Software,,3.06,1.89,0.04,0.88,0.26,2013-01-15, +/games/boxart/full_309389AmericaFrontccc.jpg,LEGO Batman: The Videogame,DS,Adventure,Warner Bros. Interactive,Traveller's Tales,7.8,3.06,1.75,,1.02,0.29,2008-09-23, +/games/boxart/full_6706395AmericaFrontccc.jpg,Kung Fu Panda,X360,Platform,Activision,Luxoflux,7.5,3.05,1.91,,0.84,0.29,2008-06-03, +/games/boxart/full_3992261AmericaFrontccc.png,Metal Gear Solid V: The Phantom Pain,PS4,Action,Konami Digital Entertainment,Kojima Productions,,3.04,0.97,0.5,1.15,0.42,2015-09-01,2018-05-04 +/games/boxart/full_4734836AmericaFrontccc.jpg,Mass Effect 3,X360,Role-Playing,Electronic Arts,BioWare,9.5,3.04,1.94,0.03,0.84,0.24,2012-03-06, +/games/boxart/full_6149600AmericaFrontccc.jpg,Rayman,PS,Platform,Ubisoft,Ubisoft Montpellier,7,3.03,1.54,,1.33,0.16,1995-09-01, +/games/boxart/6684060ccc.jpg,Tom Clancy's Splinter Cell,XB,Action,Ubisoft,Ubisoft,9.3,3.02,1.85,,1.04,0.13,2002-11-17, +/games/boxart/full_2292639AmericaFrontccc.jpg,WWE SmackDown! vs. Raw 2006,PS2,Fighting,THQ,Yuke's,8.4,3,1.57,,1.02,0.41,2005-11-15,2018-01-04 +/games/boxart/1910605ccc.jpg,The Sims: Livin Large,PC,Misc,Electronic Arts,Maxis,,2.99,1.67,,1.18,0.13,2000-08-27, +/games/boxart/full_3023680AmericaFrontccc.jpg,World Soccer Winning Eleven 6 International,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,2.99,0.12,1.16,1.26,0.45,2003-03-11, +/games/boxart/full_2248766AmericaFrontccc.jpg,Far Cry 3,X360,Shooter,Ubisoft,Ubisoft Montreal,,2.98,1.38,0.02,1.33,0.25,2012-12-04,2018-02-07 +/games/boxart/full_1462943AmericaFrontccc.jpg,Hitman 2: Silent Assassin,PS2,Action,Eidos Interactive,IO Interactive,,2.96,1.36,0.04,1.15,0.41,2002-10-01, +/games/boxart/full_5309726AmericaFrontccc.jpg,Battlefield: Bad Company 2,PS3,Shooter,Electronic Arts,EA Digital Illusions CE,8.9,2.96,1.33,0.08,1.11,0.44,2010-03-02, +/games/boxart/full_2620419AmericaFrontccc.jpg,Street Fighter IV,X360,Fighting,Capcom,Capcom / Dimps Corporation,9.3,2.95,1.83,0.15,0.7,0.26,2009-02-17, +/games/boxart/full_3567332AmericaFrontccc.jpg,WWE SmackDown! vs. RAW 2006,PS2,Fighting,THQ,Yuke's,,2.94,1.45,0.04,1.11,0.33,2005-11-14, +/games/boxart/7960712ccc.jpg,Pac-Man Collection,GBA,Puzzle,Namco,Mass Media,,2.94,2.07,0.05,0.77,0.05,2001-07-12, +/games/boxart/full_335391AmericaFrontccc.jpg,Madden NFL 13,X360,Sports,EA Sports,EA Tiburon,8,2.93,2.53,,0.16,0.24,2012-08-28,2018-01-04 +/games/boxart/full_9328258AmericaFrontccc.jpg,Doom (2016),PS4,Shooter,Bethesda Softworks,id Software,,2.92,0.93,0.04,1.48,0.46,2016-05-13, +/games/boxart/full_7298854PALFrontccc.jpg,FIFA 15,X360,Sports,EA Sports,EA Canada,6.9,2.91,0.8,,1.9,0.21,2014-09-23,2018-03-23 +/games/boxart/full_9634420AmericaFrontccc.jpg,Mass Effect,X360,Role-Playing,Microsoft Game Studios,BioWare Edmonton,9.2,2.91,1.83,0.03,0.79,0.27,2007-11-20, +/games/boxart/full_7251211AmericaFrontccc.jpg,Mortal Kombat (2011),PS3,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,8.5,2.9,1.98,,0.54,0.38,2011-04-19,2018-01-06 +/games/boxart/full_5273956AmericaFrontccc.jpg,Call of Duty: Finest Hour,PS2,Shooter,Activision,Spark Unlimited,,2.89,1.51,0.01,1.12,0.24,2004-11-16, +/games/boxart/full_6209536AmericaFrontccc.jpg,Cooking Mama: Cook Off,Wii,Simulation,Majesco,Office Create,5.9,2.89,1.41,0.05,1.12,0.3,2007-03-20, +/games/boxart/full_9888617AmericaFrontccc.jpg,Sega Superstars Tennis,X360,Sports,Sega,Sumo Digital,6.9,2.89,1.75,,0.86,0.28,2008-03-18, +/games/boxart/2927744ccc.jpg,Hot Shots Golf 3,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,2.89,0.99,1.38,0.32,0.2,2002-03-11, +/games/boxart/full_4875283AmericaFrontccc.jpg,Imagine: Babyz,DS,Simulation,Ubisoft,Visual Impact,3.5,2.87,1.3,,1.26,0.31,2007-10-23, +/games/boxart/1095737ccc.jpg,Colin McRae Rally,PS,Racing,Sony Computer Entertainment,Codemasters,7.9,2.87,0.09,0.12,2.43,0.22,2000-01-31, +/games/boxart/full_9483980AmericaFrontccc.jpg,Mafia III,PS4,Action-Adventure,2K Games,Hangar 13,6.9,2.87,0.72,0.04,1.67,0.44,2016-10-07,2018-04-02 +/games/boxart/full_8846589AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind,XB,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.2,2.86,2.09,0.03,0.63,0.11,2002-06-06, +/games/boxart/full_assassins-creed-brotherhood_2AmericaFront.jpg,Assassin's Creed: Brotherhood,PS3,Action,Ubisoft,Ubisoft Montreal,9.1,2.85,1.87,0.11,0.57,0.3,2010-11-16, +/games/boxart/full_321257AmericaFrontccc.jpg,Madden NFL 10,X360,Sports,EA Sports,EA Tiburon,8.6,2.83,2.52,,0.09,0.22,2009-08-14, +/games/boxart/full_9365862AmericaFrontccc.jpg,BioShock,X360,Shooter,2K Games,2K Australia / 2K Boston,9.6,2.83,1.65,0.05,0.85,0.28,2007-08-21, +/games/boxart/full_8442419AmericaFrontccc.jpg,WWE SmackDown! vs. Raw,PS2,Fighting,THQ,Yuke's,,2.83,1.32,0.04,1.08,0.39,2004-11-02, +/games/boxart/full_zumba-fitness-2_374AmericaFront.jpg,Zumba Fitness 2,Wii,Sports,Majesco,"Pipeworks Software, Inc.",,2.83,1.52,,1.05,0.26,2011-11-15, +/games/boxart/full_3702821AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,PS4,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,2.82,0.83,0.08,1.48,0.44,2014-08-19,2019-03-25 +/games/boxart/1775518ccc.jpg,Finding Nemo,GBA,Platform,THQ,Vicarious Visions,7,2.82,1.59,0.04,1.05,0.14,2003-05-10, +/games/boxart/full_6200859AmericaFrontccc.png,Gran Turismo (PSP),PSN,Racing,Sony Computer Entertainment,Polyphony Digital,7.8,2.82,0.43,0.31,0.91,1.16,2009-10-01, +/games/boxart/full_medal-of-honor_7AmericaFront.jpg,Medal of Honor,PS3,Shooter,Electronic Arts,EA Los Angeles,6.7,2.82,1.28,0.07,1.04,0.43,2010-10-12, +/games/boxart/full_5827490AmericaFrontccc.jpg,Imagine: Fashion Designer,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,3,2.81,1.32,,1.19,0.3,2007-10-23,2018-09-17 +/games/boxart/full_need-for-speed-hot-pursuit_607AmericaFront.jpg,Need for Speed: Hot Pursuit,PS3,Racing,Electronic Arts,Criterion Games,8.9,2.81,1.05,0.03,1.24,0.49,2010-11-16, +/games/boxart/full_killzone-3_569AmericaFront.jpg,Killzone 3,PS3,Shooter,Sony Computer Entertainment,Guerrilla Games,8.2,2.81,1.46,0.09,0.87,0.38,2011-02-22, +/games/boxart/630970ccc.jpg,NBA Street,PS2,Sports,EA Sports BIG,NuFX,,2.79,2.19,,0.22,0.38,2001-06-18, +/games/boxart/full_759100AmericaFrontccc.jpg,Skylanders: Spyro's Adventure,Wii,Action,Activision,Toys for Bob,8,2.79,1.35,,1.15,0.3,2011-10-16, +/games/boxart/3813512ccc.jpg,WWF SmackDown! Just Bring It,PS2,Fighting,THQ,Yuke's,,2.79,1.19,0.04,1.15,0.41,2001-11-18, +/games/boxart/3844850ccc.jpg,Mortal Kombat Trilogy,PS,Fighting,Midway Games,Avalanche Software,,2.79,1.98,,0.7,0.11,1996-09-01, +/games/boxart/full_2372930AmericaFrontccc.jpg,Hot Shots Golf,PS,Sports,Sony Computer Entertainment,Camelot Software Planning,,2.79,0.29,2.13,0.2,0.18,1998-05-05, +/games/boxart/231144ccc.jpg,A Bug's Life,PS,Platform,Sony Computer Entertainment,Traveller's Tales,3.6,2.79,1.96,,0.72,0.11,1998-10-31, +/games/boxart/full_4649505AmericaFrontccc.jpg,Star Wars: The Force Unleashed,X360,Action,LucasArts,LucasArts,7.1,2.77,1.74,,0.78,0.26,2008-09-16, +/games/boxart/full_saints-row-the-third_291AmericaFront.jpg,Saints Row: The Third,X360,Action,THQ,Volition Inc.,8.3,2.77,1.26,0.07,1.14,0.3,2011-11-15, +/games/boxart/6671635ccc.jpg,The Sims,PS2,Simulation,Electronic Arts,Edge of Reality,,2.77,1.41,,1.12,0.24,2003-01-12, +/games/boxart/full_battlefield-3_332AmericaFront.jpg,Battlefield 3,PC,Shooter,Electronic Arts,Dice,8.9,2.76,0.89,,1.44,0.43,2011-10-25, +/games/boxart/full_7001861AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),PS3,Racing,Electronic Arts,Criterion Games,8.5,2.74,0.71,0.06,1.52,0.45,2012-10-30,2018-12-19 +/games/boxart/full_7928945AmericaFrontccc.jpg,Far Cry: Primal,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,7.2,2.73,0.63,0.07,1.61,0.41,2016-02-23,2018-04-03 +/games/boxart/full_la-noire_47AmericaFront.jpg,L.A. Noire,X360,Adventure,Rockstar Games,Team Bondi,9.1,2.73,1.55,0.02,0.92,0.24,2011-11-15, +/games/boxart/full_9999663AmericaFrontccc.jpg,Overwatch,XOne,Shooter,Blizzard Entertainment,Blizzard Entertainment,8.7,2.72,1.63,,0.84,0.25,2016-05-24,2018-03-24 +/games/boxart/full_3739493AmericaFrontccc.jpg,Need for Speed (2015),PS4,Racing,Electronic Arts,Ghost Games,7,2.72,0.59,0.06,1.66,0.41,2015-11-03,2018-04-03 +/games/boxart/full_240599AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,XOne,Shooter,Ubisoft,Ubisoft Montreal,,2.71,1.62,,0.84,0.25,2015-12-01,2018-01-09 +/games/boxart/full_3220973AmericaFrontccc.jpg,Skate 3,X360,Sports,EA Sports,EA Black Box,8.3,2.71,1.47,,0.99,0.25,2010-05-11, +/games/boxart/full_2959402AmericaFrontccc.jpg,Madden NFL 13,PS3,Sports,EA Sports,EA Tiburon,8.3,2.71,2.12,,0.24,0.36,2012-08-28,2018-01-04 +/games/boxart/full_madden-nfl-12_403AmericaFront.jpg,Madden NFL 12,X360,Sports,EA Sports,EA Tiburon,7.8,2.7,2.43,,0.11,0.16,2011-08-30, +/games/boxart/full_5803786AmericaFrontccc.jpg,Call of Duty 3,X360,Shooter,Activision,Treyarch,8,2.7,1.49,0.02,0.92,0.27,2006-11-07, +/games/boxart/full_4362003AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,PS2,Action,LucasArts,Traveller's Tales,8.4,2.69,1.85,0.01,0.64,0.19,2006-09-12, +/games/boxart/full_madden-nfl-11_8AmericaFront.jpg,Madden NFL 11,X360,Sports,EA Sports,EA Tiburon,8.3,2.69,2.38,,0.12,0.19,2010-08-10, +/games/boxart/987702ccc.jpg,Burnout 3: Takedown,PS2,Racing,Electronic Arts,Criterion Games,9.3,2.68,1.23,,1.11,0.34,2004-09-07, +/games/boxart/594667ccc.jpg,Mortal Kombat,GEN,Fighting,Arena Entertainment,Probe Entertainment Limited,,2.67,1.95,,0.63,0.09,1993-09-13, +/games/boxart/full_4256091AmericaFrontccc.jpg,Medal of Honor,PS,Shooter,Electronic Arts,DreamWorks Interactive,9.3,2.67,1.44,,1.09,0.14,1999-11-11, +/games/boxart/full_5747566AmericaFrontccc.jpg,Call of Duty 2: Big Red One,PS2,Shooter,Activision,Treyarch,8.5,2.67,1.48,0.01,0.92,0.26,2005-11-01, +/games/boxart/full_final-fantasy-xiii-2_763AmericaFront.png,Final Fantasy XIII-2,PS3,Role-Playing,Square Enix,Square Enix,8.3,2.66,0.78,0.89,0.75,0.23,2012-01-31, +/games/boxart/full_581426AmericaFrontccc.jpg,Medal of Honor Heroes,PSP,Shooter,Electronic Arts,Team Fusion,6.7,2.66,0.86,0.01,1.11,0.67,2006-10-20, +/games/boxart/full_7281359AmericaFrontccc.jpg,Guitar Hero: World Tour,X360,Misc,Activision,Neversoft Entertainment,8.6,2.66,1.78,,0.64,0.25,2008-10-26, +/games/boxart/2967899ccc.jpg,WWE SmackDown! Shut Your Mouth,PS2,Fighting,THQ,Yuke's,,2.66,1.32,0.04,1.29,,2002-10-31, +/games/boxart/1238155ccc.jpg,Tom Clancy's Splinter Cell,PS2,Action,Ubisoft,Ubisoft,,2.65,1.15,,1.11,0.4,2003-04-08, +/games/boxart/full_6385284AmericaFrontccc.jpg,Need for Speed: Shift,PS3,Racing,Electronic Arts,Slightly Mad Studios,8.2,2.65,0.69,0.04,1.4,0.52,2009-09-15, +/games/boxart/full_4595764AmericaFrontccc.jpg,Hannah Montana,DS,Action,Buena Vista,DC Studios,6.5,2.65,1.59,,0.8,0.26,2006-10-10, +/games/boxart/full_medal-of-honor_1AmericaFront.jpg,Medal of Honor,X360,Shooter,Electronic Arts,EA Los Angeles,7.3,2.64,1.58,0.04,0.8,0.22,2010-10-12, +/games/boxart/full_nba-2k12_78AmericaFront.jpg,NBA 2K12,X360,Sports,2K Sports,Visual Concepts,9.1,2.64,2.32,0.01,0.14,0.17,2011-10-04, +/games/boxart/full_1551726AmericaFrontccc.jpg,Midnight Club: Street Racing,PS2,Racing,Rockstar Games,Angel Studios,,2.63,2,0.02,0.47,0.14,2000-10-25, +/games/boxart/full_46159AmericaFrontccc.jpg,NBA 2K19,PS4,Sports,2K Sports,Visual Concepts,,2.63,1.69,0.03,0.44,0.47,2018-09-11,2018-09-26 +/games/boxart/full_9644271AmericaFrontccc.jpg,NBA 2K13,PS3,Sports,2K Sports,Visual Concepts,8.9,2.63,1.74,0.05,0.46,0.39,2012-10-02,2018-01-04 +/games/boxart/full_630288AmericaFrontccc.jpg,FIFA Soccer 10,X360,Sports,EA Sports,EA Canada,8.9,2.62,0.6,0.01,1.79,0.23,2009-10-20, +/games/boxart/5975638ccc.jpg,ESPN NFL 2K5,PS2,Sports,Sega,Visual Concepts,,2.62,2.15,,0.12,0.36,2004-07-20, +/games/boxart/full_5597772AmericaFrontccc.jpg,Madden NFL 18,PS4,Sports,EA Sports,EA Tiburon,8.2,2.62,1.73,,0.42,0.47,2017-08-25,2018-04-03 +/games/boxart/full_9186411AmericaFrontccc.jpg,LittleBigPlanet,PSP,Platform,Sony Computer Entertainment,SCEE Cambridge,8.8,2.61,0.65,0.01,1.27,0.68,2009-11-17,2018-12-03 +/games/boxart/1445223ccc.jpg,Harry Potter and the Chamber of Secrets,PS2,Adventure,Electronic Arts,Eurocom Entertainment Software,,2.61,0.9,0.04,1.22,0.44,2002-11-14, +/games/boxart/full_7346149AmericaFrontccc.jpg,Grand Theft Auto: Episodes from Liberty City,X360,Adventure,Rockstar Games,Rockstar North,9,2.6,1.08,0.03,1.22,0.27,2009-10-29, +/games/boxart/6732328ccc.jpg,Streets of Rage,GEN,Action,Sega,Sega,,2.6,1.86,0.11,0.55,0.08,1990-12-31, +/games/boxart/5622818ccc.jpg,FIFA Soccer 09,PS3,Sports,Electronic Arts,EA Canada,8.6,2.59,0.49,0.04,1.63,0.43,2008-10-14, +/games/boxart/full_3791972AmericaFrontccc.jpg,NBA Live 2005,PS2,Sports,EA Sports,EA Canada,,2.59,2.03,,0.21,0.35,2004-09-28, +/games/boxart/full_7275072AmericaFrontccc.jpg,Tom Clancy's The Division,XOne,Shooter,Ubisoft,Massive Entertainment,,2.59,1.54,,0.82,0.24,2016-03-08,2018-05-04 +/games/boxart/full_4841835AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,X360,Action,LucasArts,Traveller's Tales,,2.59,1.53,,0.83,0.24,2007-11-06, +/games/boxart/full_4247117AmericaFrontccc.jpg,WWE SmackDown vs. RAW 2007,PS2,Fighting,THQ,Yuke's,8,2.58,1.4,0.03,0.88,0.26,2006-11-14, +/games/boxart/full_3194680AmericaFrontccc.jpg,Skylanders Giants,Wii,Misc,Activision,Toys for Bob,,2.58,1.49,,0.86,0.23,2012-10-21,2018-01-16 +/games/boxart/full_3681984AmericaFrontccc.jpg,Madden NFL 08,PS2,Sports,EA Sports,EA Tiburon,,2.57,2.14,,0.08,0.35,2007-08-14, +/games/boxart/full_7567790AmericaFrontccc.jpeg,NBA 2K14,X360,Sports,2K Sports,Visual Concepts,,2.57,2.11,0,0.19,0.27,2013-10-11,2018-01-05 +/games/boxart/full_9613529AmericaFrontccc.jpg,Dragon Age: Origins,X360,Role-Playing,Electronic Arts,BioWare Edmonton,8.5,2.56,1.76,0.03,0.55,0.22,2009-11-03, +/games/boxart/4673977ccc.jpg,Hot Shots Golf,PS,Sports,Sony Computer Entertainment,Camelot Software Planning,,2.56,0.26,2.13,0.17,,1998-05-05, +/games/boxart/full_5792466AmericaFrontccc.jpg,FIFA 16,PS3,Sports,EA Sports,EA Canada,9,2.55,0.43,0.05,1.68,0.38,2015-09-22,2018-04-01 +/games/boxart/full_704736AmericaFrontccc.jpg,Madden NFL 09,X360,Sports,EA Sports,EA Tiburon,8.5,2.54,2.21,,0.12,0.2,2008-08-12, +/games/boxart/7476333ccc.jpg,Crazy Taxi,PS2,Racing,Acclaim Entertainment,Hitmaker,8.2,2.52,1.13,0.06,1.12,0.22,2001-05-14, +/games/boxart/full_7814840AmericaFrontccc.jpg,Tomb Raider (2013),PS3,Action,Square Enix,Crystal Dynamics,8.9,2.51,0.6,0.08,1.45,0.38,2013-03-05,2018-01-06 +/games/boxart/full_134799AmericaFrontccc.jpg,Midnight Club: Los Angeles,PS3,Racing,Rockstar Games,Rockstar San Diego,8.3,2.5,1.59,0.05,0.54,0.33,2008-10-20, +/games/boxart/full_5346796AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,PS2,Sports,Konami,Konami,,2.5,0.13,0.26,0.07,2.05,2008-11-11, +/games/boxart/full_8566994AmericaFrontccc.jpg,Marvel: Ultimate Alliance,X360,Role-Playing,Activision,Raven Software,8.3,2.5,2.29,,0.02,0.19,2006-10-24, +/games/boxart/full_382788AmericaFrontccc.jpg,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,XB,Action,Rockstar Games,Rockstar North,9.8,2.49,1.84,,0.56,0.09,2003-10-31, +/games/boxart/5438068ccc.jpg,Mortal Kombat: Deadly Alliance,PS2,Fighting,Midway Games,Midway,8.2,2.49,1.81,,0.52,0.15,2002-11-16, +/games/boxart/full_618225AmericaFrontccc.jpg,Game Party,Wii,Misc,Midway Games,JGI Entertainment,2.6,2.49,1.47,,0.77,0.24,2007-11-27, +/games/boxart/full_3442465AmericaFrontccc.jpeg,NBA 2K15,PS4,Sports,2K Sports,Visual Concepts,,2.49,1.49,0.01,0.55,0.44,2014-10-07,2018-01-04 +/games/boxart/full_saints-row-the-third_775AmericaFront.jpg,Saints Row: The Third,PS3,Action,THQ,Volition Inc.,8.3,2.48,0.86,0.18,1.06,0.37,2011-11-15, +/games/boxart/3834326ccc.jpg,Tomb Raider: The Last Revelation,PS,Action,Eidos Interactive,Core Design Ltd.,,2.48,1.15,0.06,1.14,0.13,1999-11-22, +/games/boxart/full_8506523AmericaFrontccc.jpg,Madden NFL 16,XOne,Sports,EA Sports,EA Tiburon,8.4,2.47,2.13,,0.08,0.26,2015-08-25,2018-03-31 +/games/boxart/full_1745019AmericaFrontccc.jpg,Rock Band,X360,Misc,MTV Games,Harmonix Music Systems,9.1,2.47,1.93,,0.33,0.21,2007-11-20, +/games/boxart/full_9921323AmericaFrontccc.jpg,Assassin's Creed Origins,XOne,Action,Ubisoft,Ubisoft Montreal,,2.47,1.34,,0.92,0.22,2017-10-27,2018-01-10 +/games/boxart/full_4134710PALFrontccc.jpg,Minecraft,PSV,Misc,Sony Computer Entertainment America,4J Studios,,2.47,0.22,1.25,0.73,0.27,2014-11-11,2018-08-05 +/games/boxart/full_6641857AmericaFrontccc.jpg,Pure,X360,Racing,Disney Interactive Studios,Black Rock Studio,8.3,2.47,1.38,0,0.84,0.25,2008-09-16, +/games/boxart/full_lego-harry-potter-years-1-4_9AmericaFront.jpg,LEGO Harry Potter: Years 1-4,Wii,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,2.45,1.29,,0.94,0.22,2010-06-29,2018-12-01 +/games/boxart/full_1175839AmericaFrontccc.jpg,Dying Light,PS4,Action,Warner Bros. Interactive,Techland,,2.45,1.18,0.13,0.74,0.4,2015-01-27,2018-05-04 +/games/boxart/full_7744633AmericaFrontccc.jpg,Madden NFL 17,XOne,Sports,EA Sports,EA Tiburon,8.1,2.44,2.14,,0.04,0.26,2016-08-23,2018-04-01 +/games/boxart/2131878ccc.jpg,Twisted Metal 2,PS,Racing,Sony Computer Entertainment,SingleTrac,8.7,2.44,2.12,,0.25,0.07,1996-10-31, +/games/boxart/full_udraw-studio_20AmericaFront.jpg,uDraw Studio,Wii,Misc,THQ,"Pipeworks Software, Inc.",,2.44,1.65,,0.58,0.21,2010-11-14, +/games/boxart/6080333ccc.jpg,The Sims: Bustin' Out,PS2,Simulation,Electronic Arts,Maxis,,2.43,1.07,,1.19,0.18,2003-12-15, +/games/boxart/full_8847992AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,X360,Shooter,Ubisoft,Ubisoft Montreal,8.2,2.42,1.56,0.02,0.61,0.23,2008-03-18, +/games/boxart/5905935ccc.png,Sonic Adventure,DC,Platform,Sega,Sonic Team,8.9,2.42,1.26,0.46,0.61,0.08,1999-09-09, +/games/boxart/4979670ccc.jpg,Need for Speed Carbon: Own the City,PSP,Racing,Electronic Arts,EA Black Box,7.4,2.42,0.87,,0.97,0.58,2006-10-31, +/games/boxart/full_halo-combat-evolved-anniversary_84AmericaFront.jpg,Halo: Combat Evolved Anniversary,X360,Shooter,Microsoft Studios,343 Industries,8,2.41,1.44,0.04,0.71,0.22,2011-11-15, +/games/boxart/full_6722413AmericaFrontccc.jpg,Kinect: Disneyland Adventures,X360,Action-Adventure,Microsoft Studios,Frontier Developments,8.5,2.41,1.73,0.02,0.43,0.23,2011-11-15,2018-09-29 +/games/boxart/9522566ccc.jpg,Need for Speed: ProStreet,PS2,Racing,Electronic Arts,EA Black Box,,2.41,0.69,0.04,0,1.68,2007-11-13, +/games/boxart/full_pro-evolution-soccer-2011_2AmericaFront.jpg,Pro Evolution Soccer 2011,PS3,Sports,Konami,Konami,6,2.41,0.29,0.54,1.18,0.41,2010-10-05, +/games/boxart/full_4368420AmericaFrontccc.jpg,NBA 2K16,XOne,Sports,2K Sports,Visual Concepts,8.3,2.41,2.01,,0.15,0.25,2015-09-29,2018-03-28 +/games/boxart/3647334ccc.jpg,ATV Offroad Fury,PS2,Racing,Sony Computer Entertainment,Rainbow Studios,8.4,2.41,2.07,,0.26,0.08,2001-02-05, +/games/boxart/full_1540980PALFrontccc.jpg,Forza Motorsport 5,XOne,Racing,Microsoft Studios,Turn 10 Studios,,2.4,1.28,0.01,0.9,0.21,2013-11-22,2018-01-15 +/games/boxart/full_3120044AmericaFrontccc.jpg,Batman: Arkham Origins,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,2.4,1.08,0.04,0.88,0.4,2013-10-25,2018-04-13 +/games/boxart/full_3616000AmericaFrontccc.jpg,Midnight Club: Los Angeles,X360,Racing,Rockstar Games,Rockstar San Diego,8,2.4,1.72,0.01,0.45,0.22,2008-10-20, +/games/boxart/9232750ccc.jpg,Tetris Plus,PS,Puzzle,Jaleco,Atlus Co.,,2.4,2.1,,0.24,0.07,1996-10-18, +/games/boxart/full_madden-nfl-11_1AmericaFront.jpg,Madden NFL 11,PS3,Sports,EA Sports,EA Tiburon,8.4,2.4,2.05,,0.15,0.2,2010-08-10, +/games/boxart/198059ccc.jpg,Theme Hospital,PC,Strategy,Electronic Arts,Bullfrog Productions,5.5,2.4,2.3,,0.1,,1997-03-31, +/games/boxart/full_zumba-fitness_5AmericaFront.jpg,Zumba Fitness,X360,Sports,Majesco,"Pipeworks Software, Inc.",,2.39,1.74,,0.45,0.2,2010-11-18, +/games/boxart/8882316ccc.jpg,Frogger's Adventures: Temple of the Frog,GBA,Adventure,Konami,Konami,6.7,2.39,2.15,,0.18,0.07,2001-10-24, +/games/boxart/2618476ccc.jpg,Monopoly,PC,Misc,Hasbro Interactive,Unknown,,2.39,1.49,,0.81,0.1,1995-01-01, +/games/boxart/2862420ccc.jpg,Mortal Kombat II (US & Others sales),GEN,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,2.39,1.78,,0.53,0.08,1994-01-01, +/games/boxart/full_dead-island_121AmericaFront.jpg,Dead Island,X360,Action,Deep Silver,Techland,7,2.38,1.48,,0.7,0.21,2011-09-06, +/games/boxart/full_8313928AmericaFrontccc.jpg,WCW/nWo Revenge,N64,Fighting,THQ,Aki Corp.,,2.38,1.94,0.03,0.39,0.02,1998-10-26, +/games/boxart/2974497ccc.jpg,The Incredibles,PS2,Action,THQ,Heavy Iron Studios,5.9,2.37,0.96,0.04,1.08,0.3,2004-10-31, +/games/boxart/full_1189993AmericaFrontccc.jpg,Madden NFL 10,PS3,Sports,EA Sports,EA Tiburon,8.5,2.37,2.03,,0.13,0.21,2009-08-14, +/games/boxart/full_3030448AmericaFrontccc.jpg,Madden NFL 08,X360,Sports,EA Sports,EA Tiburon,8.7,2.37,2.18,,0.01,0.18,2007-08-14, +/games/boxart/6282462ccc.jpg,Tony Hawk's Underground 2,PS2,Sports,Activision,Neversoft Entertainment,,2.37,1.25,0.01,0.86,0.26,2004-10-04, +/games/boxart/full_4784982AmericaFrontccc.jpg,Sonic's Ultimate Genesis Collection,PS3,Misc,Sega,Backbone Entertainment,8.1,2.36,1.39,,0.64,0.33,2009-02-10, +/games/boxart/full_1717270AmericaFrontccc.jpg,Destiny 2,XOne,Shooter,Activision,Bungie,,2.35,1.66,,0.47,0.23,2017-09-06,2018-04-20 +/games/boxart/full_9031048AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,Wii,Adventure,LucasArts,Traveller's Tales,7.8,2.35,1.51,,0.62,0.22,2008-06-03, +/games/boxart/full_5760376AmericaFrontccc.jpg,Lego Marvel Super Heroes,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,2.34,1.26,,0.87,0.21,2013-10-22,2018-12-01 +/games/boxart/full_9902854AmericaFrontccc.jpg,WWE SmackDown vs Raw 2008,PS2,Fighting,THQ,Yuke's Media Creations,,2.34,0.92,0.01,0,1.41,2007-11-13, +/games/boxart/full_5737361AmericaFrontccc.jpg,Dragon Age: Inquisition,PS4,Role-Playing,Electronic Arts,BioWare Edmonton,8.6,2.34,1.07,0.08,0.8,0.38,2014-11-18,2019-01-05 +/games/boxart/full_kinect-sports-season-two_392AmericaFront.jpg,Kinect Sports: Season Two,X360,Sports,Microsoft Studios,Rare Ltd.,6.6,2.33,1.38,0.02,0.72,0.21,2011-10-25, +/games/boxart/full_8355573AmericaFrontccc.jpg,Madden NFL 25,X360,Sports,EA Sports,EA Tiburon,7.8,2.33,2.02,,0.07,0.25,2013-08-27,2018-01-06 +/games/boxart/6725603ccc.jpg,Grand Theft Auto,PS,Action,Take-Two Interactive,DMA Design,6,2.32,0.79,0.04,1.35,0.14,1998-06-30, +/games/boxart/full_709900AmericaFrontccc.jpg,My Fitness Coach,Wii,Sports,Ubisoft,Ubisoft,7.1,2.32,1.18,,0.9,0.24,2008-12-02, +/games/boxart/full_8164194AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,XOne,Action,Ubisoft,Ubisoft Montreal,8.3,2.32,1.51,,0.59,0.22,2013-11-22,2018-03-14 +/games/boxart/7714084ccc.jpg,Cool Boarders 3,PS,Sports,989 Studios,Idol Minds Digital Entertainment,,2.31,1.65,0.1,0.46,0.1,1998-10-28, +/games/boxart/2238350ccc.jpg,Need for Speed: High Stakes,PS,Racing,Electronic Arts,EA Canada,,2.31,1.58,,0.64,0.09,1999-03-01, +/games/boxart/full_the-sims-3_5AmericaFront.jpg,The Sims 3,X360,Simulation,Electronic Arts,The Sims Studio,8,2.31,1.28,0,0.82,0.2,2010-10-26, +/games/boxart/full_7482376AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,PS3,Action,LucasArts,Traveller's Tales,8,2.31,1.02,,0.93,0.36,2007-11-06, +/games/boxart/7857371ccc.jpg,James Bond 007: Everything or Nothing,PS2,Shooter,Electronic Arts,EA Redwood Shores,,2.31,0.85,0.09,1.06,0.32,2004-02-17, +/games/boxart/full_dead-island_140AmericaFront.jpg,Dead Island,PS3,Action,Deep Silver,Techland,6.7,2.29,1.08,0.15,0.74,0.32,2011-09-06, +/games/boxart/3233300ccc.jpg,Tomb Raider II,PC,Adventure,Eidos Interactive,Core Design Ltd.,8.2,2.29,0.91,,1.25,0.13,1997-10-31, +/games/boxart/full_lego-harry-potter-years-1-4_3AmericaFront.jpg,LEGO Harry Potter: Years 1-4,DS,Adventure,Warner Bros. Interactive,Traveller's Tales,8,2.29,1.07,,1,0.22,2010-06-29,2018-12-01 +/games/boxart/full_4520839AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PS3,Sports,Konami,Konami,7,2.28,0.3,0.46,1.27,0.26,2009-11-03, +/games/boxart/full_1017927AmericaFrontccc.jpg,Need for Speed Underground 2,XB,Racing,Electronic Arts,EA Black Box,8,2.28,1.38,,0.8,0.1,2004-11-15, +/games/boxart/2943107ccc.jpg,FIFA Soccer 09,PS2,Sports,Electronic Arts,EA Canada,,2.28,0.38,0.01,0.07,1.82,2008-10-14, +/games/boxart/full_madden-nfl-12_863AmericaFront.jpg,Madden NFL 12,PS3,Sports,EA Sports,EA Tiburon,7.8,2.27,1.93,,0.15,0.18,2011-08-30, +/games/boxart/full_8795761AmericaFrontccc.jpg,Star Wars Battlefront II (US sales),PS2,Shooter,LucasArts,Pandemic Studios,,2.27,2.18,,0.07,0.02,2005-11-01, +/games/boxart/full_477105AmericaFrontccc.jpeg,Borderlands 2,PS3,Shooter,2K Games,Gearbox Software,,2.27,1.06,0.1,0.75,0.36,2012-09-18, +/games/boxart/full_8736251AmericaFrontccc.jpg,No Man's Sky,PS4,Action-Adventure,Hello Games,Hello Games,6.8,2.26,0.89,0.04,0.97,0.37,2016-08-09,2018-04-04 +/games/boxart/full_7689614AmericaFrontccc.jpeg,Madden NFL 15,PS4,Sports,EA Sports,EA Tiburon,,2.25,1.58,,0.25,0.41,2014-08-26,2018-01-04 +/games/boxart/full_7921457AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,PS3,Misc,RedOctane,Neversoft,8.2,2.25,1.4,0.02,0.53,0.3,2007-10-28, +/games/boxart/full_just-dance-kids_638AmericaFront.jpg,Just Dance Kids,Wii,Misc,Ubisoft,Ubisoft Paris,,2.25,1.52,,0.54,0.19,2010-11-09, +/games/boxart/7153932ccc.jpg,Cool Boarders 2,PS,Sports,Sony Computer Entertainment,UEP Systems,,2.25,1.52,0.2,0.46,0.08,1997-10-31, +/games/boxart/3370280ccc.jpg,Sonic Advance,GBA,Platform,Sega,Dimps Corporation / Sonic Team,,2.24,1.19,0.22,0.71,0.13,2002-02-04, +/games/boxart/4000672ccc.jpg,Call of Duty 3,Wii,Shooter,Activision,EXAKT Entertainment,6.8,2.24,1.17,,0.84,0.23,2006-11-14, +/games/boxart/full_3985028AmericaFrontccc.png,Dance Dance Revolution X2,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,2.23,1.09,,0.85,0.28,2009-10-27, +/games/boxart/3334844ccc.jpg,Teenage Mutant Ninja Turtles II: The Arcade Game,NES,Action,Ultra Games,Konami,,2.23,1.74,0.21,0.25,0.03,1990-12-01, +/games/boxart/9218151ccc.jpg,Spyro: Season of Ice,GBA,Platform,Vivendi Games,Digital Eclipse,,2.23,1.29,,0.83,0.11,2001-10-29, +/games/boxart/9444788ccc.jpg,Prince of Persia: The Sands of Time,PS2,Adventure,Ubisoft,Ubisoft Montreal,9,2.22,0.88,,1.03,0.31,2003-11-06, +/games/boxart/full_4884699AmericaFrontccc.jpg,FIFA 19,XOne,Sports,Electronic Arts,EA Sports,,2.22,0.56,,1.5,0.16,2018-09-28,2018-09-12 +/games/boxart/full_7556934AmericaFrontccc.jpg,Battlefield V,PS4,Shooter,Electronic Arts,EA DICE,,2.22,0.8,0.16,0.93,0.34,2018-11-20,2018-12-19 +/games/boxart/full_3503329AmericaFrontccc.jpg,Star Wars: The Force Unleashed,PS3,Action,LucasArts,LucasArts,6.8,2.22,1.01,,0.86,0.35,2008-09-16, +/games/boxart/full_8171965AmericaFrontccc.jpeg,NBA 2K14,PS3,Sports,2K Sports,Visual Concepts,,2.22,1.45,0.04,0.34,0.39,2013-10-01,2018-01-05 +/games/boxart/full_463543AmericaFrontccc.jpg,Guitar Hero II,X360,Misc,RedOctane,Harmonix Music Systems,9.2,2.21,2.01,,0.02,0.17,2007-04-03, +/games/boxart/full_3865712AmericaFrontccc.jpg,Madden NFL 19,PS4,Sports,EA Sports,EA Tiburon,,2.21,1.63,,0.18,0.41,2018-08-10,2018-02-27 +/games/boxart/full_8393471AmericaFrontccc.jpg,Rock Band 2,X360,Misc,MTV Games,Harmonix Music Systems,9.2,2.2,1.78,,0.24,0.18,2008-09-14, +/games/boxart/full_2289063AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,DS,Adventure,LucasArts,Traveller's Tales,,2.2,1.4,,0.6,0.21,2008-06-03, +/games/boxart/full_need-for-speed-hot-pursuit_656AmericaFront.jpg,Need for Speed: Hot Pursuit,X360,Racing,Electronic Arts,Criterion Games,8.8,2.2,1.03,0,0.96,0.21,2010-11-16, +/games/boxart/full_8209982AmericaFrontccc.jpg,BioShock 2,X360,Shooter,2K Games,2K Marin,8.6,2.2,1.45,0.02,0.54,0.2,2010-02-09, +/games/boxart/2883362ccc.jpg,R.B.I. Baseball,NES,Sports,Tengen,Namco,,2.2,0.15,2.05,,,1988-01-01, +/games/boxart/5204468ccc.jpg,High School Musical: Makin' the Cut!,DS,Puzzle,Disney Interactive Studios,Artificial Mind and Movement,7.3,2.2,1.06,,0.9,0.23,2007-08-14, +/games/boxart/full_7194287AmericaFrontccc.jpg,FIFA 15,XOne,Sports,EA Sports,EA Canada,7.9,2.19,0.64,,1.39,0.16,2014-09-23,2018-03-23 +/games/boxart/full_4664409AmericaFrontccc.jpg,Skylanders SWAP Force,Wii,Platform,Activision,Beenox,,2.19,1.23,,0.77,0.19,2013-10-13,2018-01-16 +/games/boxart/full_pro-evolution-soccer-2012_544AmericaFront.jpg,Pro Evolution Soccer 2012,PS3,Sports,Konami,Konami,7.5,2.19,0.34,0.55,0.97,0.32,2011-09-27, +/games/boxart/4120162ccc.jpg,Star Wars: Knights of the Old Republic,XB,Role-Playing,LucasArts,BioWare Corp.,9.4,2.19,1.68,,0.44,0.08,2003-07-17, +/games/boxart/full_1819815AmericaFrontccc.jpg,Final Fantasy XIII,X360,Role-Playing,Square Enix,Square Enix,8.1,2.19,1.3,0.01,0.67,0.21,2010-03-09, +/games/boxart/full_7434846AmericaFrontccc.jpg,Destiny: The Taken King,PS4,Shooter,Activision,Bungie,,2.18,0.97,0.05,0.8,0.36,2015-09-15,2018-04-20 +/games/boxart/full_6891468AmericaFrontccc.jpg,Need for Speed: Payback,PS4,Racing,Electronic Arts,Ghost Games,5.8,2.18,0.62,0.04,1.18,0.34,2017-11-10,2018-04-04 +/games/boxart/3017359ccc.jpg,ATV Offroad Fury 2,PS2,Racing,Sony Computer Entertainment,Rainbow Studios,8.7,2.18,1.92,,0.2,0.06,2002-11-09, +/games/boxart/full_6386296AmericaFrontccc.jpg,Need for Speed Rivals,PS4,Racing,Electronic Arts,Ghost Games,,2.17,0.75,0.03,1.04,0.35,2013-11-15,2018-01-16 +/games/boxart/full_8126502AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds,XOne,Shooter,Microsoft Studios,PUBG Corporation,,2.17,1.29,,0.69,0.2,2017-12-12,2018-01-16 +/games/boxart/full_9751338AmericaFrontccc.jpg,Spyro Reignited Trilogy,PS4,Platform,Activision,Toys for Bob,,2.17,0.75,,1.07,0.35,2018-11-13,2018-04-08 +/games/boxart/full_4603698PALFrontccc.jpg,Your Shape featuring Jenny McCarthy,Wii,Sports,Ubisoft,Ubisoft,6,2.16,1.5,,0.46,0.19,2009-11-24, +/games/boxart/8030792ccc.jpg,The Sims: House Party,PC,Simulation,Maxis,Maxis,,2.16,1.23,,0.83,0.1,2001-03-26, +/games/boxart/full_1726720AmericaFrontccc.jpg,PlayStation VR Worlds,PS4,Misc,Sony Interactive Entertainment,SIE London Studio,,2.16,0.36,0.09,1.4,0.32,2016-10-13,2018-04-06 +/games/boxart/54796ccc.jpg,Syphon Filter 2,PS,Shooter,989 Studios,Eidetic,,2.15,1.5,0.02,0.55,0.08,2000-02-29, +/games/boxart/full_2652928AmericaFrontccc.png,Battlefield: Hardline,PS4,Shooter,Electronic Arts,EA DICE,,2.15,0.72,0.14,0.97,0.33,2015-03-17,2018-04-11 +/games/boxart/4489967ccc.jpg,Call of Duty: Roads to Victory,PSP,Shooter,Activision,Amaze Entertainment,6.1,2.14,0.52,,1.03,0.59,2007-03-13, +/games/boxart/1195402ccc.jpg,SimCity 2000,PC,Simulation,Maxis,Maxis,8,2.14,1.2,,0.84,0.1,1993-01-01, +/games/boxart/full_nba-2k12_24AmericaFront.jpg,NBA 2K12,PS3,Sports,2K Sports,Visual Concepts,9,2.13,1.62,0.05,0.27,0.18,2011-10-04, +/games/boxart/full_9917743AmericaFrontccc.jpg,Dance Dance Revolution Extreme,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,2.13,1.04,,0.81,0.27,2004-09-21, +/games/boxart/6174127ccc.jpg,Demon Attack,2600,Shooter,Imagic,Imagic,,2.13,1.99,,0.12,0.02,1982-01-01, +/games/boxart/full_3184871AmericaFrontccc.jpg,Borderlands,PS3,Shooter,2K Games,Gearbox Software,8.2,2.12,1.22,,0.61,0.29,2009-10-20, +/games/boxart/full_4560317AmericaFrontccc.jpg,Mortal Kombat (2011),X360,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,8.6,2.12,1.64,,0.31,0.17,2011-04-19,2018-01-06 +/games/boxart/7039316ccc.jpg,Tony Hawk's Pro Skater,N64,Sports,Activision,Edge of Reality,9.3,2.11,1.68,,0.4,0.03,2000-02-29, +/games/boxart/277263ccc.jpg,Need for Speed: Hot Pursuit 2,PS2,Racing,Electronic Arts,EA Seattle,8.7,2.11,1.68,0.02,0.31,0.09,2002-10-01, +/games/boxart/full_605562AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,PS3,Sports,Konami,Konami,7.7,2.11,0.11,0.4,1.34,0.26,2008-11-11, +/games/boxart/full_nba-2k11_5AmericaFront.jpg,NBA 2K11,X360,Sports,2K Sports,Visual Concepts,8.8,2.11,1.86,0.01,0.12,0.13,2010-10-05, +/games/boxart/6422027ccc.jpg,Scooby-Doo! Night of 100 Frights,PS2,Platform,THQ,Heavy Iron Studios,,2.1,1.17,,0.72,0.22,2002-05-20, +/games/boxart/full_339436AmericaFrontccc.png,Battlefield 4,XOne,Shooter,Electronic Arts,EA DICE,,2.09,1.26,,0.65,0.19,2013-11-22,2018-01-05 +/games/boxart/4661250ccc.jpg,Finding Nemo,PS2,Action,THQ,Traveller's Tales,,2.09,1.26,0.05,0.6,0.18,2003-05-09, +/games/boxart/full_2513208AmericaFrontccc.jpg,Madden NFL 15,X360,Sports,EA Sports,EA Tiburon,,2.09,1.8,,0.06,0.22,2014-08-26,2018-01-04 +/games/boxart/full_9948178AmericaFrontccc.jpg,Grand Theft Auto: Episodes from Liberty City,PS3,Adventure,Rockstar Games,Rockstar North,9,2.09,0.62,0.13,0.99,0.34,2010-04-13, +/games/boxart/2450595ccc.jpg,Need for Speed: Most Wanted 5-1-0,PSP,Racing,Electronic Arts,EA Black Box,7.4,2.09,1.77,0.02,0.13,0.17,2005-11-15, +/games/boxart/full_7471574AmericaFrontccc.jpg,Just Dance 2015,Wii,Music,Ubisoft,Ubisoft Paris,,2.09,1,,0.91,0.18,2014-10-21,2018-04-03 +/games/boxart/full_3830035AmericaFrontccc.jpg,Tetris Worlds,PS2,Puzzle,THQ,Blue Planet Software,,2.08,1.11,,0.71,0.27,2002-03-20, +/games/boxart/full_9978864AmericaFrontccc.jpg,Metal Gear Solid: Peace Walker,PSP,Action,Konami,Kojima Productions,8.6,2.08,0.46,0.96,0.42,0.25,2010-06-08, +/games/boxart/full_720979AmericaFrontccc.jpg,Rock Band,Wii,Misc,MTV Games,Harmonix Music Systems,8.2,2.08,1.33,,0.56,0.2,2008-06-22, +/games/boxart/full_2112537AmericaFrontccc.jpg,Sim Theme Park,PC,Strategy,Electronic Arts,Bullfrog Productions,8.1,2.08,2.04,,0.04,,1999-10-31, +/games/boxart/full_8800849AmericaFrontccc.jpg,Wipeout: The Game,Wii,Misc,Activision,Endemol,,2.08,1.94,,,0.14,2010-06-22, +/games/boxart/full_portal-2_551AmericaFront.jpg,Portal 2,X360,Shooter,Valve,Valve Software,9.6,2.08,1.41,0.01,0.49,0.17,2011-04-19, +/games/boxart/full_7176439AmericaFrontccc.jpg,UFC 2009 Undisputed,X360,Fighting,THQ,Yuke's Osaka,8.4,2.07,1.48,0,0.39,0.19,2009-05-19, +/games/boxart/full_3309391AmericaFrontccc.jpg,Spec Ops: Airborne Commando,PS,Shooter,Gotham Games,Big Grub,,2.07,1.54,,0.46,0.08,2002-10-31, +/games/boxart/3540614ccc.jpg,Dance Dance Revolution: Hottest Party,Wii,Simulation,Konami,Bemani,,2.07,1.35,,0.53,0.19,2007-09-25, +/games/boxart/full_927091AmericaFrontccc.png,Rise of the Tomb Raider,PS4,Adventure,Square Enix,Crystal Dynamics,,2.07,0.61,0.05,1.08,0.32,2016-10-11,2018-04-11 +/games/boxart/full_7194469AmericaFrontccc.jpg,The Sims 2: Pets,DS,Simulation,Electronic Arts,Maxis,4.8,2.07,0.92,,0.93,0.22,2006-10-31, +/games/boxart/full_5196183AmericaFrontccc.jpg,Call of Duty 2,X360,Shooter,Activision,Infinity Ward,8.8,2.06,1.84,0.01,0.04,0.16,2005-11-17, +/games/boxart/full_5621072AmericaFrontccc.jpg,R4: Ridge Racer Type 4,PS,Racing,Namco,Namco,9.1,2.06,0.68,0.79,0.46,0.13,1999-05-04, +/games/boxart/8299340ccc.jpg,The Incredibles,GBA,Action,THQ,Helixe,5.4,2.06,1.15,0.04,0.77,0.1,2004-10-31, +/games/boxart/full_7914896AmericaFrontccc.jpg,Toy Story 3: The Video Game,DS,Action,Disney Interactive Studios,Avalanche Software,,2.06,0.89,0.02,0.95,0.21,2010-06-15, +/games/boxart/full_9681133AmericaFrontccc.jpg,Hitman: Absolution,PS3,Action,Square Enix,IO Interactive,,2.06,0.59,0.07,1.08,0.32,2012-11-20, +/games/boxart/full_7305262AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Conviction,X360,Action,Ubisoft,Ubisoft Montreal,8.6,2.06,1.2,0.04,0.62,0.19,2010-04-13, +/games/boxart/full_8917255AmericaFrontccc.jpg,Need for Speed: Undercover,PS3,Racing,Electronic Arts,EA Vancouver,5.9,2.06,0.63,0.05,1.01,0.38,2008-11-17, +/games/boxart/full_8183705JapanFrontccc.jpg,Famista '89 - Kaimaku Han!!,NES,Sports,Namco,Namco,,2.05,,2.05,,,1989-07-28, +/games/boxart/full_dark-souls_567AmericaFront.jpg,Dark Souls,PS3,Role-Playing,Namco Bandai,From Software,9,2.05,0.75,0.54,0.53,0.22,2011-10-04, +/games/boxart/full_9497640AmericaFrontccc.jpg,Mortal Kombat vs DC Universe,PS3,Fighting,Midway Games,Midway Amusement Games,7.6,2.05,1.52,,0.29,0.25,2008-11-16, +/games/boxart/full_6126086AmericaFrontccc.jpg,The Elder Scrolls Online: Tamriel Unlimited,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,,2.05,0.74,,0.98,0.33,2015-06-09,2018-09-15 +/games/boxart/full_2163996AmericaFrontccc.jpg,Need for Speed: ProStreet,X360,Racing,Electronic Arts,EA Black Box,7.1,2.05,1.04,0.01,0.79,0.21,2007-11-15, +/games/boxart/1140127ccc.jpg,NBA Jam,GEN,Sports,Arena Entertainment,Iguana Entertainment,,2.05,1.75,,0.25,0.05,1993-01-01, +/games/boxart/4837390ccc.jpg,SOCOM: U.S. Navy SEALs: Combined Assault,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,,2.04,1.74,,0.02,0.28,2006-11-07, +/games/boxart/full_3596609AmericaFrontccc.jpg,Dragon Quest XI: Echoes of an Elusive Age,PS4,Role-Playing,Square Enix,Square Enix,9.5,2.04,0.29,1.43,0.22,0.1,2018-09-04,2018-09-11 +/games/boxart/full_2000268AmericaFrontccc.jpg,PGR4 - Project Gotham Racing 4,X360,Racing,Microsoft Game Studios,Bizarre Creations,8.6,2.04,0.48,0.02,1.28,0.25,2007-10-02, +/games/boxart/3962299ccc.jpg,Need for Speed: ProStreet,PS3,Racing,Electronic Arts,EA Black Box,7.2,2.04,0.73,0.04,0.91,0.36,2007-11-13, +/games/boxart/full_4651786AmericaFrontccc.jpg,NBA 2K17,XOne,Sports,2K Sports,Visual Concepts,8.8,2.04,1.7,,0.12,0.21,2016-09-16,2018-03-28 +/games/boxart/full_dance-central-2_712AmericaFront.jpg,Dance Central 2,X360,Music,Microsoft,Harmonix Music Systems,8.6,2.04,1.45,0.01,0.41,0.16,2011-10-25,2018-08-10 +/games/boxart/full_4285911AmericaFrontccc.jpg,Carnival Games,DS,Misc,2K Play,Cat Daddy Games,,2.04,1.22,,0.63,0.19,2008-07-08, +/games/boxart/full_4998678AmericaFrontccc.jpg,Middle-Earth: Shadow of War,PS4,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,2.04,0.82,0.06,0.84,0.33,2017-10-10,2018-01-10 +/games/boxart/9313458ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,PS2,Action,Ubisoft,Ubisoft Montpellier,,2.04,0.71,,1.02,0.31,2005-11-21, +/games/boxart/full_3929995AmericaFrontccc.jpg,Madden NFL 25,PS3,Sports,Electronic Arts,EA Tiburon,7.5,2.04,1.62,,0.03,0.38,2013-08-27,2018-01-06 +/games/boxart/6422881ccc.jpg,NBA Live 2004,PS2,Sports,EA Sports,EA Canada,,2.03,1.57,,0.18,0.27,2003-10-14, +/games/boxart/full_1218783AmericaFrontccc.jpg,Skate 3,PS3,Sports,EA Sports,EA Black Box,,2.03,0.79,,0.93,0.32,2010-05-11, +/games/boxart/full_6378091AmericaFrontccc.jpg,Rayman Raving Rabbids: TV Party,Wii,Misc,Ubisoft,Ubisoft Paris,7.1,2.03,0.72,,1.08,0.23,2008-11-18, +/games/boxart/full_the-sims-3_3AmericaFront.jpg,The Sims 3,PS3,Simulation,Electronic Arts,The Sims Studio,8.1,2.03,0.73,0.02,0.96,0.31,2010-10-26, +/games/boxart/full_1524157AmericaFrontccc.jpg,NBA 2K18,XOne,Sports,2K Sports,Visual Concepts,7.7,2.02,1.67,,0.14,0.21,2017-09-19,2018-04-02 +/games/boxart/full_9866011AmericaFrontccc.jpg,Rocket League,PS4,Sports,505 Games,Psyonix Studios,8.7,2.02,0.37,,1.34,0.31,2016-07-05,2018-04-04 +/games/boxart/full_just-dance-3_667AmericaFront.jpg,Just Dance 3,X360,Misc,Ubisoft,Ubisoft Paris,5.5,2.02,1.47,,0.39,0.16,2011-10-07, +/games/boxart/full_need-for-speed-the-run_770AmericaFront.jpg,Need for Speed: The Run,PS3,Racing,Electronic Arts,EA Black Box,6.3,2.01,0.58,0.03,1.05,0.35,2011-11-15, +/games/boxart/full_2985212AmericaFrontccc.jpg,Call of Duty: Black Ops 3,X360,Shooter,Activision,Treyarch,,2.01,1.36,,0.47,0.19,2015-11-06,2018-01-14 +/games/boxart/7889439ccc.jpg,TouchMaster,DS,Puzzle,Midway Games,Midway Studios San Diego,6.9,2,0.48,,1.27,0.24,2007-06-25, +/games/boxart/full_9621972AmericaFrontccc.jpg,Dead Space,PS3,Shooter,Electronic Arts,EA Redwood Shores,8.9,2,1.05,,0.66,0.29,2008-10-13, +/games/boxart/full_9753159AmericaFrontccc.jpg,Tenchu: Stealth Assassins,PS,Action,Activision,Acquire,8.8,1.99,0.95,0.27,0.64,0.13,1998-08-31, +/games/boxart/full_8236012AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,GBA,Adventure,Electronic Arts,Eurocom Entertainment Software,7.2,1.99,1.21,0.05,0.64,0.09,2002-11-14, +/games/boxart/full_8004556AmericaFrontccc.jpg,Mortal Kombat vs DC Universe,X360,Fighting,Midway Games,Midway Amusement Games,7.6,1.99,1.58,,0.23,0.18,2008-11-16, +/games/boxart/full_370383AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,PS,Adventure,Electronic Arts,Argonaut Games,,1.98,0.75,0.02,1.09,0.12,2002-11-14, +/games/boxart/full_1113491AmericaFrontccc.jpg,Just Cause 3,PS4,Action-Adventure,Square Enix,Avalanche Studios,7.5,1.98,0.53,0.09,1.07,0.3,2015-12-01,2018-04-04 +/games/boxart/full_2293744AmericaFrontccc.jpg,Dishonored 2,PS4,Action,Bethesda Softworks,Arkane Studios,,1.97,0.62,0.01,1.02,0.31,2016-11-10,2018-04-25 +/games/boxart/6239190ccc.jpg,E.T.: The Extra Terrestrial,2600,Action,Atari,Atari,,1.97,1.84,,0.11,0.02,1982-01-01, +/games/boxart/full_9201038PALFrontccc.jpg,Resident Evil 6,X360,Action,Capcom,Capcom,,1.97,1.12,0.07,0.61,0.16,2012-10-02, +/games/boxart/full_3023982AmericaFrontccc.jpg,BioShock Infinite,X360,Shooter,2K Games,Irrational Games,,1.97,1.22,0.02,0.55,0.18,2013-03-26,2018-02-07 +/games/boxart/776764ccc.jpg,Spyro: Enter the Dragonfly,PS2,Platform,VU Games,Check Six Games,,1.97,0.74,,0.95,0.28,2002-11-03, +/games/boxart/full_6294434AmericaFrontccc.jpg,Hot Shots Golf: Open Tee,PSP,Sports,Sony Computer Entertainment,Clap Hanz,8.4,1.96,0.5,0.63,0.5,0.33,2005-05-03, +/games/boxart/full_5761407AmericaFrontccc.jpg,Lego Marvel Super Heroes,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.96,0.77,0.01,0.85,0.32,2013-10-22,2018-12-01 +/games/boxart/full_860837AmericaFrontccc.jpg,Call of Duty: Black Ops 3,PS3,Shooter,Activision,Treyarch,,1.95,0.65,0.07,0.92,0.3,2015-11-06,2018-01-14 +/games/boxart/full_2531356AmericaFrontccc.jpg,NBA Street Vol. 2,PS2,Sports,EA Sports BIG,EA Canada,,1.95,1.69,,0.2,0.06,2003-04-28, +/games/boxart/full_7063115AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas,X360,Shooter,Ubisoft,Ubisoft Montreal,8.8,1.95,1.09,0.02,0.65,0.2,2006-11-20, +/games/boxart/1223151ccc.jpg,Grand Theft Auto: San Andreas,XB,Action,Rockstar Games,Rockstar North,9.2,1.95,1.26,,0.61,0.09,2005-06-07, +/games/boxart/4549850ccc.jpg,Star Wars: Dark Forces,PC,Shooter,LucasArts,LucasArts,,1.95,1.09,,0.77,0.09,1995-02-28, +/games/boxart/2951394ccc.jpg,Crash Nitro Kart,PS2,Racing,VU Games,Vicarious Visions,,1.95,0.74,,1.01,0.2,2003-11-13, +/games/boxart/full_2612770AmericaFrontccc.jpg,Burnout Paradise,PS3,Racing,Electronic Arts,Criterion Games,9,1.95,1.01,0.02,0.63,0.28,2008-01-22, +/games/boxart/full_1480862AmericaFrontccc.jpg,Scooby Doo and the Cyber Chase,PS,Adventure,THQ,Art,,1.94,0.59,,1.23,0.13,2001-10-04, +/games/boxart/6940968ccc.jpg,Tom Clancy's Ghost Recon,PS2,Shooter,Ubisoft,Red Storm Entertainment,,1.94,1.42,,0.4,0.12,2002-11-11, +/games/boxart/889450ccc.jpg,Call of Duty: World at War,Wii,Shooter,Activision,EXAKT Entertainment,8.1,1.94,1.17,,0.58,0.18,2008-11-10, +/games/boxart/708488ccc.jpg,Def Jam Vendetta,PS2,Fighting,EA Sports BIG,Aki Corporation,,1.94,0.95,,0.74,0.25,2003-03-31, +/games/boxart/full_606503AmericaFrontccc.png,Forza Horizon,X360,Racing,Microsoft Studios,Playground Games,,1.94,0.82,0.04,0.94,0.16,2012-10-23,2018-01-16 +/games/boxart/full_4947312AmericaFrontccc.jpg,Destiny,X360,Misc,Activision,Unknown,,1.94,1.32,,0.44,0.19,2014-09-09, +/games/boxart/3217567ccc.jpg,Jet Moto 2,PS,Racing,Sony Computer Entertainment,SingleTrac,,1.94,1.41,0.03,0.42,0.07,1997-10-31, +/games/boxart/5963603ccc.jpg,FIFA Soccer 09,X360,Sports,Electronic Arts,EA Canada,8.7,1.94,0.49,0.01,1.26,0.18,2008-10-14, +/games/boxart/6735244ccc.jpg,X-Men Legends,PS2,Role-Playing,Activision,Raven Software,8.6,1.93,1,,0.72,0.21,2004-09-21, +/games/boxart/full_3519516AmericaFrontccc.jpg,Virtua Fighter 2,SAT,Fighting,Sega,Sega-AM2,,1.93,0.34,1.3,0.26,0.03,1996-01-01, +/games/boxart/6351988ccc.jpg,Mortal Kombat II,SNES,Fighting,Acclaim Entertainment,Sculptured Software,,1.93,1.48,,0.39,0.06,1994-01-01, +/games/boxart/full_the-sims-makin-magic_942AmericaFront.jpg,The Sims: Makin' Magic,PC,Simulation,Electronic Arts,Maxis,,1.92,1.03,,0.8,0.09,2003-10-28, +/games/boxart/4651741ccc.jpg,The Legend of Zelda: Oracle of Ages,GBC,Adventure,Nintendo,Flagship,9.4,1.92,0.92,0.41,0.53,0.06,2001-05-13,2018-01-06 +/games/boxart/2578106ccc.jpg,Guitar Hero: World Tour,PS3,Misc,Activision,Neversoft Entertainment,8.5,1.92,1.1,,0.55,0.27,2008-10-26, +/games/boxart/full_4909422AmericaFrontccc.jpg,Star Wars Battlefront II (2017),XOne,Shooter,Electronic Arts,EA DICE,,1.92,1.15,,0.59,0.17,2017-11-17,2017-12-29 +/games/boxart/8683740ccc.jpg,Red Faction,PS2,Shooter,THQ,Volition Inc.,9.1,1.92,0.76,,0.96,0.2,2001-05-21, +/games/boxart/4507556ccc.jpg,MX Unleashed,PS2,Racing,THQ,Rainbow Studios,,1.92,0.94,,0.73,0.25,2004-02-17, +/games/boxart/full_6648091AmericaFrontccc.jpeg,Lego Marvel Super Heroes,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.91,0.59,0.01,1,0.3,2013-11-15,2018-12-01 +/games/boxart/full_1453628AmericaFrontccc.jpg,Madden NFL 18,XOne,Sports,EA Sports,EA Tiburon,8.8,1.91,1.63,,0.07,0.2,2017-08-25,2018-04-03 +/games/boxart/full_9718795AmericaFrontccc.jpg,Need for Speed: Shift,X360,Racing,Electronic Arts,Slightly Mad Studios,8.2,1.91,0.73,0.01,0.96,0.22,2009-09-15, +/games/boxart/3258468ccc.jpg,Star Wars Rogue Leader: Rogue Squadron II,GC,Simulation,LucasArts,Factor 5,9.2,1.9,1.03,0.03,0.75,0.09,2001-11-09, +/games/boxart/full_6890376AmericaFrontccc.jpg,Tomb Raider (2013),X360,Action,Square Enix,Crystal Dynamics,8.5,1.9,0.86,0.01,0.87,0.16,2013-03-05,2018-01-06 +/games/boxart/full_7052292AmericaFrontccc.jpg,Batman: Arkham Origins,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,1.9,1.15,0,0.58,0.17,2013-10-25,2018-04-13 +/games/boxart/full_8684791AmericaFrontccc.jpg,Toy Story Mania!,Wii,Misc,Disney Interactive Studios,Papaya Studios,,1.89,1.04,,0.66,0.19,2009-09-15, +/games/boxart/full_6736771AmericaFrontccc.jpg,Madden NFL 09,PS3,Sports,EA Sports,EA Tiburon,8.6,1.89,1.56,0,0.15,0.18,2008-08-12, +/games/boxart/full_4305946AmericaFrontccc.jpg,Monopoly,Wii,Misc,Electronic Arts,EA Bright Light,,1.89,0.86,0,0.83,0.2,2008-10-20, +/games/boxart/full_8777882AmericaFrontccc.jpg,Minecraft,NS,Sandbox,Mojang,4J Studios,9.2,1.89,0.69,0.52,0.56,0.12,2018-06-21,2019-01-26 +/games/boxart/1634729ccc.jpg,Hot Shots Golf 2,PS,Sports,Sony Computer Entertainment,Clap Hanz,,1.88,0.25,1.48,0.12,0.03,2000-02-29, +/games/boxart/full_8319372AmericaFrontccc.jpg,Mortal Kombat: Deception,PS2,Fighting,Midway Games,Midway Games,7.4,1.88,0.92,,0.72,0.24,2004-10-04, +/games/boxart/full_6777771AmericaFrontccc.jpg,Game Party 2,Wii,Misc,Midway Games,FarSight Studios,,1.88,1.28,,0.44,0.17,2008-10-06, +/games/boxart/7014830ccc.jpg,Medal of Honor: European Assault (All Region sales),PS2,Shooter,Electronic Arts,EA Los Angeles,,1.88,0.89,0.09,0.69,0.21,2005-06-07, +/games/boxart/full_5088555AmericaFrontccc.jpg,WCW Nitro,PS,Fighting,THQ,Inland Productions,,1.88,1.42,0.03,0.36,0.07,1998-01-31, +/games/boxart/4950763ccc.jpg,FIFA 2000,PS,Sports,EA Sports,EA Canada,8.8,1.87,0.22,0.04,1.47,0.14,1999-10-09, +/games/boxart/6757339ccc.jpg,High School Musical: Sing It!,PS2,Misc,Disney Interactive Studios,Artificial Mind and Movement,,1.87,0.47,,0.08,1.33,2007-10-30, +/games/boxart/full_infamous-2_615AmericaFront.jpg,inFAMOUS 2,PS3,Action,Sony Computer Entertainment,Sucker Punch Productions,8.1,1.87,1.05,0.08,0.48,0.26,2011-06-07, +/games/boxart/full_127220PALFrontccc.jpg,SingStar,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,8,1.86,,,1.37,0.49,2004-05-21, +/games/boxart/full_5929576AmericaFrontccc.jpg,The Legend of Dragoon,PS,Role-Playing,Sony Computer Entertainment,SCEI,7.8,1.86,0.94,0.39,0.44,0.1,2000-06-11, +/games/boxart/full_4827825AmericaFrontccc.jpg,Sonic Classic Collection,DS,Platform,Sega,Sonic Team,7.5,1.86,0.94,,0.74,0.18,2010-03-02, +/games/boxart/full_2363163AmericaFrontccc.jpg,The Legend of Zelda: Oracle of Seasons,GBC,Adventure,Nintendo,Flagship,9.3,1.86,0.87,0.41,0.52,0.06,2001-05-13,2018-01-06 +/games/boxart/full_308626AmericaFrontccc.jpg,The Evil Within,PS4,Action,Bethesda Softworks,Tango Gameworks,7.7,1.86,0.56,0.11,0.9,0.28,2014-10-14,2018-03-13 +/games/boxart/2243101ccc.jpg,Shrek 2,PS2,Platform,Activision,"Luxoflux, Inc.",6.9,1.86,1.12,0.03,0.69,0.02,2004-04-28, +/games/boxart/full_7230441AmericaFrontccc.jpg,Star Wars: The Force Unleashed,Wii,Action,LucasArts,Krome Studios,6.8,1.86,1.11,0,0.56,0.19,2008-09-16, +/games/boxart/full_4250605AmericaFrontccc.jpg,Max Payne 3,PS3,Shooter,Rockstar Games,Rockstar Vancouver,,1.86,0.59,0.06,0.93,0.27,2012-05-15, +/games/boxart/7832914ccc.jpg,NBA Live 2002,PS2,Sports,EA Sports,EA Canada,,1.86,0.91,,0.71,0.24,2001-10-29, +/games/boxart/9043381ccc.gif,Madden NFL 06,XB,Sports,EA Sports,EA Tiburon,,1.86,1.75,,0.03,0.08,2005-08-08, +/games/boxart/full_4797939AmericaFrontccc.jpg,Phineas and Ferb,DS,Action,Disney Interactive Studios,Disney Interactive Studios,,1.85,1.33,,0.37,0.15,2009-02-03, +/games/boxart/full_9060258AmericaFrontccc.jpg,Jak 3,PS2,Platform,Sony Computer Entertainment,Naughty Dog,,1.85,1.33,,0.49,0.03,2004-11-09, +/games/boxart/full_631964AmericaFrontccc.jpg,Forza Horizon 4,XOne,Racing,Microsoft Studios,Playground Games,9.2,1.84,0.74,0.01,0.95,0.15,2018-10-02,2018-10-01 +/games/boxart/full_7540104AmericaFrontccc.jpg,Rayman Raving Rabbids 2,Wii,Misc,Ubisoft,Ubisoft Paris,6.6,1.84,0.82,,0.82,0.2,2007-11-15, +/games/boxart/full_3519086AmericaFrontccc.jpg,NCAA Football 06,PS2,Sports,EA Sports,EA Tiburon,,1.84,1.53,,0.05,0.25,2005-07-11, +/games/boxart/full_6721404JapanFrontccc.jpg,Gran Turismo Concept 2001 Tokyo,PS2,Racing,Unknown,Polyphony Digital,,1.84,,0.42,1.1,0.33,, +/games/boxart/full_4836153PALFrontccc.jpg,2 Games in 1: Sonic Advance & ChuChu Rocket!,GBA,Misc,THQ,Sega,,1.83,1.31,,0.49,0.03,2005-11-11, +/games/boxart/full_4043682AmericaFrontccc.jpg,Jet Moto,PS,Racing,Sony Computer Entertainment,SingleTrac,,1.83,1.33,0.03,0.4,0.07,1996-10-31, +/games/boxart/full_5767716AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Special Edition,XOne,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.1,1.83,1.13,,0.53,0.17,2016-10-28,2018-04-01 +/games/boxart/full_8974137AmericaFrontccc.jpg,Watch Dogs,PS3,Action-Adventure,Ubisoft,Ubisoft Montreal,,1.83,0.56,0.1,0.89,0.28,2014-05-27,2018-03-15 +/games/boxart/full_9962375AmericaFrontccc.jpg,BioShock Infinite,PS3,Shooter,2K Games,Irrational Games,9.5,1.82,0.74,0.04,0.74,0.3,2013-03-26,2018-01-09 +/games/boxart/6219359ccc.jpg,Sonic & Knuckles,GEN,Platform,Sega,Sonic Team,,1.82,1.24,0.03,0.43,0.12,1994-10-17, +/games/boxart/859274ccc.jpg,Namco Museum,PS2,Misc,Namco,Mass Media,,1.82,1.73,,0.07,0.02,2001-12-04, +/games/boxart/full_3989486AmericaFrontccc.jpg,The Orange Box,X360,Shooter,Electronic Arts,Valve Software,9.7,1.82,1.09,0.02,0.53,0.17,2007-10-10, +/games/boxart/full_7070522JapanFrontccc.jpg,Dragon Quest XI,3DS,Role-Playing,Square Enix,Square Enix,,1.82,,1.82,,,2017-07-29,2018-01-05 +/games/boxart/full_8141869AmericaFrontccc.jpg,The Sims: Hot Date,PC,Simulation,Electronic Arts,Maxis,,1.82,1.81,,0,,2001-11-21, +/games/boxart/8167501ccc.jpg,Crazy Taxi,DC,Racing,Sega,Hitmaker,9.3,1.81,1.1,0.12,0.51,0.08,2000-01-24, +/games/boxart/6334190ccc.jpg,DDRMAX2: Dance Dance Revolution,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.81,1.05,,0.59,0.18,2003-09-23, +/games/boxart/full_4523491AmericaFrontccc.jpg,Sly 2: Band of Thieves,PS2,Platform,Sony Computer Entertainment,Sucker Punch,,1.81,0.88,,0.69,0.23,2004-09-14, +/games/boxart/full_nba-2k11_6AmericaFront.jpg,NBA 2K11,PS3,Sports,2K Sports,Visual Concepts,,1.81,1.41,0.03,0.21,0.16,2010-10-05, +/games/boxart/7443586ccc.jpg,NFL GameDay 2000,PS,Sports,989 Studios,Red Zone Entertainment,,1.8,1,,0.68,0.12,1999-07-31, +/games/boxart/9304176ccc.jpg,Sonic Advance 2,GBA,Platform,Sega,Dimps Corporation / Sonic Team,,1.8,0.93,0.21,0.59,0.07,2003-03-09, +/games/boxart/4233691ccc.jpg,Guitar Hero: World Tour,PS2,Misc,Activision,BudCat Creations,,1.8,1,,0.03,0.77,2008-10-26, +/games/boxart/full_4773737AmericaFrontccc.jpg,The Crew,PS4,Racing,Ubisoft,Ubisoft Reflections,,1.79,0.44,0.03,1.04,0.27,2014-12-02,2018-01-04 +/games/boxart/full_lego-star-wars-iii-the-clone-wars_36AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,Wii,Action,LucasArts,Traveller's Tales,7.5,1.79,1.01,,0.62,0.15,2011-03-22, +/games/boxart/6169554ccc.jpg,The Lion King,SNES,Platform,Virgin Interactive,Westwood Studios,,1.79,1.26,0.08,0.39,0.06,1994-10-01, +/games/boxart/7611511ccc.jpg,SpongeBob SquarePants: SuperSponge,PS,Action,THQ,Climax Group,,1.78,1.12,,0.58,0.08,2001-09-21, +/games/boxart/3647930ccc.jpg,The Getaway: Black Monday,PS2,Action,Sony Computer Entertainment,Team Soho,,1.78,0.39,0.02,1.01,0.36,2005-01-11, +/games/boxart/2715589ccc.jpg,Midnight Club II,PS2,Racing,Rockstar Games,Rockstar San Diego,,1.78,1.25,,0.29,0.24,2003-04-09, +/games/boxart/full_4313557AmericaFrontccc.jpg,Far Cry 5,XOne,Action,Ubisoft,Ubisoft Montreal,7.2,1.78,1.14,,0.47,0.17,2018-03-27,2018-02-28 +/games/boxart/8801129ccc.jpg,50 Cent: Bulletproof,PS2,Action,Vivendi Games,Genuine,,1.77,0.85,,0.76,0.16,2005-11-17, +/games/boxart/8044547ccc.jpg,State of Emergency,PS2,Action,Rockstar Games,VIS Entertainment,8,1.76,0.86,,0.67,0.22,2002-02-12, +/games/boxart/full_1012700AmericaFrontccc.jpg,Star Wars: Starfighter,PS2,Simulation,LucasArts,LucasArts,,1.76,0.61,0.02,0.87,0.26,2001-02-19, +/games/boxart/full_8403039AmericaFrontccc.jpg,2 Games in 1 Double Pack: The Incredibles / Finding Nemo: The Continuing Adventures,GBA,Action,THQ,Helixe / Altron,,1.76,1.26,,0.47,0.03,2007-02-27, +/games/boxart/full_7094507AmericaFrontccc.jpg,UFC 2009 Undisputed,PS3,Fighting,THQ,Yuke's Osaka,8.4,1.76,1.07,0.01,0.45,0.24,2009-05-19, +/games/boxart/full_8591445AmericaFrontccc.jpg,Dragon's Dogma,PS3,Role-Playing,Capcom,Capcom,,1.76,0.41,0.72,0.48,0.16,2012-05-22,2019-01-29 +/games/boxart/7651927ccc.jpg,The SpongeBob SquarePants Movie,PS2,Platform,THQ,Heavy Iron Studios,6.6,1.76,1.06,,0.54,0.16,2004-10-27, +/games/boxart/5536952ccc.jpg,Sonic the Hedgehog 3,GEN,Platform,Sega,Sonic Team,,1.76,1.02,0.2,0.47,0.07,1994-01-23, +/games/boxart/5275775ccc.jpg,Def Jam: Fight for NY,PS2,Fighting,Electronic Arts,AKI Corporation / EA Canada,,1.76,0.86,,0.67,0.22,2004-09-20, +/games/boxart/9699453ccc.jpg,Tom Clancy's Ghost Recon,XB,Shooter,Ubisoft,Red Storm Entertainment,,1.76,1.23,,0.46,0.07,2002-11-11, +/games/boxart/full_2457219AmericaFrontccc.jpg,WWF Attitude,PS,Fighting,Acclaim Entertainment,Acclaim Entertainment,,1.76,1.27,,0.42,0.07,1999-07-31, +/games/boxart/5075734ccc.jpg,High School Musical: Sing It!,Wii,Misc,Disney Interactive Studios,Artificial Mind and Movement,6.4,1.76,1.15,,0.45,0.16,2007-10-30, +/games/boxart/1425321ccc.jpg,The Urbz: Sims in the City,PS2,Simulation,Electronic Arts,Maxis,,1.76,0.52,,0.95,0.29,2004-11-09, +/games/boxart/full_664593AmericaFrontccc.jpg,Just Cause 2,PS3,Action,Square Enix,Avalanche Studios,8.3,1.75,0.45,0.06,0.92,0.32,2010-03-23, +/games/boxart/full_7143174AmericaFrontccc.jpg,For Honor,PS4,Action,Ubisoft,Ubisoft Montreal,,1.75,0.73,0.07,0.66,0.28,2017-02-14,2018-01-09 +/games/boxart/6864542ccc.jpg,Madden NFL 2000,PS,Sports,EA Sports,EA Tiburon,,1.75,1.68,,0.04,0.04,1999-07-31, +/games/boxart/full_4886660PALFrontccc.jpg,Pro Evolution Soccer,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,1.75,0.06,0.53,0.9,0.27,2001-11-24, +/games/boxart/full_6790033PALFrontccc.jpg,2 Games in 1: Disney Princess & The Lion King,GBA,Misc,THQ,Various,,1.75,1.25,,0.46,0.03,2004-12-01, +/games/boxart/3407573ccc.jpg,Star Wars Battlefront,XB,Shooter,LucasArts,Pandemic Studios,,1.75,1.24,,0.45,0.07,2004-09-20, +/games/boxart/full_1402680AmericaFrontccc.jpg,Dance Dance Revolution X,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.75,0.85,0.01,0.66,0.22,2008-09-12, +/games/boxart/1324247ccc.jpg,FIFA Soccer 08,PS3,Sports,EA Sports,EA Canada,8.5,1.75,0.35,0.02,1.07,0.31,2007-10-09, +/games/boxart/full_146939AmericaFrontccc.jpg,Star Wars Episode I: The Phantom Menace,PS,Adventure,LucasArts,Big Ape Productions,,1.74,0.72,0.04,0.89,0.1,1999-08-31, +/games/boxart/full_9681367AmericaFrontccc.png,NBA 2K15,XOne,Sports,2K Sports,Visual Concepts,,1.74,1.39,,0.18,0.18,2014-10-07,2018-01-04 +/games/boxart/full_1055578AmericaFrontccc.jpg,NBA 2K19,XOne,Sports,2K Sports,Visual Concepts,,1.74,1.47,,0.08,0.18,2018-09-11,2018-07-28 +/games/boxart/full_7809474AmericaFrontccc.jpg,Mortal Kombat X,XOne,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.74,1.34,,0.23,0.18,2015-04-14,2018-01-04 +/games/boxart/full_5299556AmericaFrontccc.jpg,Shadow of the Tomb Raider,PS4,Action-Adventure,Square Enix,Eidos Montreal,,1.74,0.59,0.06,0.82,0.27,2018-09-14,2018-09-12 +/games/boxart/full_962356AmericaFrontccc.jpg,Crash Bandicoot: The Huge Adventure,GBA,Platform,Vivendi Games,Vicarious Visions,8.3,1.73,0.95,,0.7,0.08,2002-02-25, +/games/boxart/9052333ccc.jpg,Twisted Metal III,PS,Action,989 Studios,989 Studios,4.4,1.73,1.48,,0.2,0.05,1998-10-31, +/games/boxart/full_8418324AmericaFrontccc.jpg,Harry Potter and the Sorcerer's Stone,GB,Action,Electronic Arts,Griptonite Games,,1.73,0.94,0.1,0.62,0.07,2001-11-21, +/games/boxart/full_9769582AmericaFrontccc.jpg,SSX Tricky,PS2,Sports,EA Sports BIG,EA Canada,9.2,1.73,0.85,,0.66,0.22,2001-11-05, +/games/boxart/full_5056051AmericaFrontccc.jpg,Dishonored,X360,Shooter,Bethesda Softworks,Arkane Studios,,1.72,1.06,0.01,0.5,0.15,2013-04-16,2018-02-02 +/games/boxart/full_8621072AmericaFrontccc.jpg,Call of Duty: World at War Final Fronts,PS2,Shooter,Activision,Rebellion Developments,6.8,1.72,0.61,,0.18,0.94,2008-11-10, +/games/boxart/full_2072600AmericaFrontccc.jpg,Injustice 2,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.72,0.88,,0.54,0.29,2017-05-16,2018-01-06 +/games/boxart/8865551ccc.jpg,Hot Shots Golf Fore!,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,1.72,0.27,1.34,0.11,,2004-08-17, +/games/boxart/full_2358667AmericaFrontccc.jpg,Game Party 3,Wii,Puzzle,Warner Bros. Interactive,FarSight Studios,,1.72,1.43,,0.16,0.13,2009-10-06, +/games/boxart/full_1674875AmericaFrontccc.jpg,Deal or No Deal,DS,Misc,"Destination Software, Inc",Global Star,,1.72,1.16,,0.4,0.16,2007-07-23, +/games/boxart/885972ccc.jpg,Madden NFL 2005,XB,Sports,EA Sports,EA Tiburon,,1.72,1.61,,0.03,0.08,2004-08-09, +/games/boxart/3054904ccc.jpg,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,PS2,Action,Rockstar Games,Rockstar North,9.7,1.72,0.85,,0.66,0.22,2003-10-21, +/games/boxart/full_1841380AmericaFrontccc.png,Titanfall 2,PS4,Shooter,Electronic Arts,Respawn Entertainment,8.9,1.72,0.75,0.06,0.62,0.28,2016-10-28,2018-06-29 +/games/boxart/7352054ccc.jpg,Tetris Worlds,GBA,Puzzle,THQ,3d6 Games,,1.71,1.25,,0.39,0.06,2001-09-05, +/games/boxart/1739291ccc.jpg,Need for Speed Underground,XB,Racing,Electronic Arts,EA Black Box,,1.71,1.09,,0.55,0.07,2003-11-17, +/games/boxart/full_9966752AmericaFrontccc.jpg,The Beatles: Rock Band,Wii,Misc,MTV Games,Harmonix Music Systems,9,1.71,1.17,,0.39,0.15,2009-09-09, +/games/boxart/full_portal-2_305AmericaFront.jpg,Portal 2,PS3,Shooter,Valve,Valve Software,9.6,1.71,0.83,0.02,0.62,0.24,2011-04-19, +/games/boxart/full_4288812AmericaFrontccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,PS,Platform,Activision,Traveller's Tales,,1.71,0.99,,0.64,0.08,1999-11-30, +/games/boxart/full_6833599AmericaFrontccc.jpg,Imagine: Teacher,DS,Simulation,Ubisoft,Magic Pockets,,1.71,0.7,,0.83,0.19,2008-08-12, +/games/boxart/full_call-of-duty-modern-warfare-3_640AmericaFront.jpg,Call of Duty: Modern Warfare 3,PC,Shooter,Activision,Infinity Ward,8,1.71,0.41,,0.99,0.31,2011-11-08, +/games/boxart/full_8358488AmericaFrontccc.jpg,Call of Duty Black Ops: Declassified,PSV,Shooter,Activision,Nihilistic,3.2,1.71,0.74,0.07,0.52,0.38,2012-11-13,2018-09-24 +/games/boxart/full_9296371JapanFrontccc.jpg,Super Puyo Puyo,SNES,Puzzle,Banpresto,Compile,,1.7,,1.69,,0.01,1993-12-10, +/games/boxart/full_6652157AmericaFrontccc.jpg,FIFA Soccer 10,PS2,Sports,EA Sports,EA Canada,,1.7,0.23,0,0.24,1.23,2009-10-20, +/games/boxart/full_9041244AmericaFrontccc.jpg,Cabela's Big Game Hunter 2010,Wii,Sports,Activision,Cauldron,5.5,1.7,1.58,,,0.12,2009-09-29, +/games/boxart/6582362ccc.gif,Ben 10: Protector of Earth,DS,Action,D3 Publisher,1st Playable Productions,,1.7,0.68,,0.82,0.19,2007-10-30, +/games/boxart/full_1099822PALFrontccc.jpg,Hitman: Absolution,X360,Action,Square Enix,IO Interactive,,1.7,0.68,0.01,0.88,0.13,2012-11-20, +/games/boxart/full_4116317AmericaFrontccc.jpg,NCAA Football 07,PS2,Sports,Electronic Arts,EA Sports,8.9,1.7,1.41,,0.05,0.23,2006-07-18, +/games/boxart/full_the-sims-3-late-night-expansion-pack_10AmericaFront.jpg,The Sims 3: Late Night Expansion Pack,PC,Simulation,Electronic Arts,The Sims Studio,7.5,1.69,0.59,,0.88,0.22,2010-10-26, +/games/boxart/full_3909521AmericaFrontccc.jpg,Cooking Mama 3: Shop & Chop,DS,Simulation,505 Games,Cooking Mama Ltd.,,1.69,0.79,0.08,0.66,0.17,2009-10-20, +/games/boxart/full_6367235JapanFrontccc.jpg,Tomodachi Collection: New Life,3DS,Simulation,Nintendo,Nintendo,,1.69,,1.69,,,2013-04-13,2018-01-06 +/games/boxart/full_6705325AmericaFrontccc.jpg,SOCOM 3: U.S. Navy SEALs,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,,1.69,1.22,0.04,0.34,0.1,2005-10-11, +/games/boxart/1789636ccc.jpg,Harry Potter and the Sorcerer's Stone,GBA,Action,Electronic Arts,Griptonite Games,6.6,1.69,0.87,0.08,0.66,0.08,2001-11-15, +/games/boxart/full_2766438AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.69,0.9,,0.64,0.15,2012-06-26,2018-03-15 +/games/boxart/full_7054702AmericaFrontccc.jpg,Saints Row IV,X360,Action,Deep Silver,Volition Inc.,,1.69,1.01,0.01,0.51,0.15,2013-08-20,2018-04-02 +/games/boxart/full_5296193AmericaFrontccc.jpg,Jampack Winter '99,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1.69,0.94,,0.64,0.11,1999-10-01, +/games/boxart/full_9058013AmericaFrontccc.jpg,WCW vs. nWo: World Tour,N64,Fighting,THQ,Aki Corp.,,1.69,1.37,0.03,0.28,0.02,1997-11-16, +/games/boxart/8634108ccc.jpg,Dragon Ball Z: The Legacy of Goku,GBA,Role-Playing,Infogrames,Webfoot Technologies,6.5,1.69,1.52,,0.12,0.05,2002-05-14, +/games/boxart/full_7972482AmericaFrontccc.jpg,Need for Speed: Undercover,X360,Racing,Electronic Arts,EA Vancouver,6.3,1.69,0.8,0.01,0.7,0.18,2008-11-17, +/games/boxart/9583791ccc.jpg,Star Wars Battlefront: Renegade Squadron,PSP,Shooter,LucasArts,Rebellion Developments,7.5,1.68,0.9,,0.47,0.32,2007-10-09, +/games/boxart/3855026ccc.jpg,Time Crisis,PS,Shooter,Namco,Namco,8.5,1.68,0.38,0.33,0.87,0.1,1997-10-31, +/games/boxart/7141460ccc.jpg,World Championship Poker: Featuring Howard Lederer - All In,PS2,Misc,Crave Entertainment,Point of View,,1.68,0.82,,0.64,0.22,2006-08-29, +/games/boxart/full_7672549AmericaFrontccc.jpg,Far Cry 4,XOne,Shooter,Ubisoft,Ubisoft Montreal,8.5,1.68,0.85,0.02,0.68,0.14,2014-11-18,2018-01-23 +/games/boxart/full_the-sims-superstar_773AmericaFront.jpg,The Sims: Superstar,PC,Simulation,Electronic Arts,Maxis,,1.68,1.67,,0,,2003-05-12, +/games/boxart/full_5633056AmericaFrontccc.jpg,Saints Row 2,PS3,Action,THQ,Volition Inc.,7.9,1.68,0.88,0.02,0.54,0.24,2008-10-14,2018-04-02 +/games/boxart/full_3173221AmericaFrontccc.jpg,Dragon Age: Origins,PS3,Role-Playing,Electronic Arts,BioWare Edmonton,8.7,1.67,0.96,0.08,0.42,0.21,2009-11-03, +/games/boxart/9306847ccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,PS2,Platform,THQ,Heavy Iron Studios,5.8,1.67,1.08,,0.45,0.14,2003-10-31, +/games/boxart/4265007ccc.jpg,NCAA Football 2004,PS2,Sports,Electronic Arts,EA Tiburon,8.1,1.67,1.35,,0.09,0.23,2003-07-16, +/games/boxart/full_5864962AmericaFrontccc.jpg,Tony Hawk's Pro Skater 3,PS,Sports,Activision,Neversoft,,1.67,1.09,0.02,0.49,0.07,2001-10-28, +/games/boxart/5096819ccc.jpg,Star Wars Battlefront II,XB,Shooter,LucasArts,Pandemic Studios,,1.67,1.22,,0.39,0.06,2005-11-01, +/games/boxart/full_1764308AmericaFrontccc.jpg,PGR: Project Gotham Racing 2,XB,Racing,Microsoft Game Studios,Bizarre Creations,8.9,1.67,0.97,0.04,0.59,0.07,2003-11-17, +/games/boxart/48287ccc.jpg,"Monsters, Inc.",GBA,Adventure,THQ,Artificial Mind and Movement,,1.67,0.59,0.03,0.95,0.1,2001-10-25, +/games/boxart/5168586ccc.jpg,Spy Hunter,PS2,Racing,Midway Games,Paradigm Entertainment,,1.67,1.13,,0.32,0.22,2001-09-24, +/games/boxart/full_5573542AmericaFrontccc.jpg,Destiny,PS3,Shooter,Activision,Bungie,,1.67,0.69,0.13,0.59,0.26,2014-09-09,2018-04-22 +/games/boxart/6768791ccc.jpg,SSX 3,PS2,Sports,EA Sports BIG,EA Canada,,1.67,0.93,,0.52,0.22,2003-10-20, +/games/boxart/6477183ccc.jpg,Madden NFL 2001,PS,Sports,EA Sports,EA Sports,,1.67,1.58,,0.05,0.04,2000-08-22, +/games/boxart/8971816ccc.jpg,Fight Night Round 3,PS3,Fighting,EA Sports,EA Chicago,,1.67,0.81,0.01,0.58,0.26,2006-12-05, +/games/boxart/full_4934074AmericaFrontccc.jpg,Disney Infinity,Wii,Misc,Disney Interactive Studios,Unknown,,1.66,1.06,,0.44,0.16,2013-08-18, +/games/boxart/full_6431264AmericaFrontccc.jpg,Shaun White Snowboarding: Road Trip,Wii,Sports,Ubisoft,Ubisoft Montreal,7.8,1.66,0.93,,0.56,0.16,2008-11-16, +/games/boxart/6878938ccc.jpg,SSX,PS2,Sports,EA Sports BIG,EA Canada,,1.66,0.78,0.06,0.61,0.2,2000-10-30, +/games/boxart/full_5342571PALFrontccc.jpg,NBA 2K15,X360,Sports,2K Sports,Visual Concepts,,1.66,1.37,,0.11,0.17,2014-10-07,2018-01-04 +/games/boxart/full_6585382AmericaFrontccc.jpg,NBA Ballers,PS2,Sports,Midway Games,Midway,,1.66,0.81,,0.63,0.21,2004-04-05, +/games/boxart/8139004ccc.jpg,NBA Live 2003,PS2,Sports,EA Sports,EA Canada,,1.66,1.25,0.03,0.15,0.22,2002-10-08, +/games/boxart/2714961ccc.jpg,Need for Speed Carbon,X360,Racing,Electronic Arts,EA Black Box,7.9,1.65,0.76,0.02,0.69,0.18,2006-10-31, +/games/boxart/full_5291444AmericaFrontccc.jpg,MySims,Wii,Simulation,Electronic Arts,EA Redwood Shores,7.1,1.65,0.9,0.04,0.54,0.17,2007-09-18, +/games/boxart/full_17001AmericaFrontccc.jpg,Star Wars The Clone Wars: Lightsaber Duels,Wii,Action,LucasArts,Krome Studios,,1.65,1.21,,0.3,0.14,2008-11-11, +/games/boxart/7869614ccc.jpg,Ms. Pac-Man,2600,Puzzle,Atari,General Entertainment,,1.65,1.54,,0.1,0.02,1982-01-01, +/games/boxart/3553173ccc.jpg,Prince of Persia: Warrior Within,PS2,Adventure,Ubisoft,Ubisoft Montreal,,1.64,0.54,,0.88,0.22,2004-11-30, +/games/boxart/full_8163377AmericaFrontccc.jpg,NBA Live 06 (All region sales),PS2,Sports,EA Sports,EA Canada,,1.64,1.44,,0.15,0.05,2005-09-26, +/games/boxart/full_7106511AmericaFrontccc.jpg,Watch Dogs,XOne,Action-Adventure,Ubisoft,Ubisoft Montreal,,1.64,0.91,,0.59,0.15,2014-05-27,2018-03-15 +/games/boxart/5246084ccc.jpg,Tiger Woods PGA Tour 2003,PS2,Sports,EA Sports,EA Redwood Shores,,1.64,0.8,,0.63,0.21,2002-10-27, +/games/boxart/4395235ccc.jpg,Tom Clancy's Rainbow Six,PS,Shooter,Red Storm Entertainment,Rebellion Developments,,1.64,0.93,,0.63,0.08,1999-11-23, +/games/boxart/full_7449241AmericaFrontccc.jpg,Army of Two,X360,Shooter,Electronic Arts,EA Montreal,6.7,1.64,1.09,0.02,0.37,0.16,2008-03-07,2018-02-03 +/games/boxart/full_4399977AmericaFrontccc.jpg,Persona 5,PS4,Role-Playing,Atlus,Atlus,,1.64,0.62,0.48,0.34,0.2,2017-04-04,2017-12-31 +/games/boxart/7222772ccc.jpg,Dig Dug,2600,Puzzle,Atari,Atari,,1.64,1.52,,0.1,0.02,1983-01-01, +/games/boxart/full_9304591AmericaFrontccc.jpg,Tiger Woods PGA Tour 2004,PS2,Sports,EA Sports,EA Redwood Shores,,1.63,1.18,,0.34,0.1,2003-09-22, +/games/boxart/full_2046408AmericaFrontccc.jpg,Ape Escape,PS,Platform,Sony Computer Entertainment,SCE Japan Studio,9.3,1.63,0.71,0.32,0.48,0.11,1999-05-31,2018-09-16 +/games/boxart/7962445ccc.jpg,ESPN NFL 2K5,XB,Sports,Sega,Visual Concepts,,1.63,1.54,,0.02,0.07,2004-07-20, +/games/boxart/full_6497876AmericaFrontccc.jpg,Max Payne 3,X360,Shooter,Rockstar Games,Rockstar Vancouver,,1.63,0.86,0.01,0.62,0.13,2012-05-15,2018-02-08 +/games/boxart/full_uncharted-golden-abyss_991AmericaFront.jpg,Uncharted: Golden Abyss,PSV,Action,Sony Computer Entertainment,SCEA Bend Studio / Naughty Dog,7.9,1.62,0.53,0.13,0.71,0.25,2012-02-15, +/games/boxart/full_8089384AmericaFrontccc.png,The Order: 1886,PS4,Shooter,Sony Computer Entertainment,Ready at Dawn,6.2,1.62,0.44,0.07,0.86,0.25,2015-02-20,2018-01-02 +/games/boxart/full_6331276AmericaFrontccc.jpg,NCAA Football 2005,PS2,Sports,EA Sports,EA Tiburon,,1.62,1.32,,0.09,0.22,2004-07-15, +/games/boxart/6574396ccc.jpg,Sled Storm,PS,Racing,Electronic Arts,EA Canada,,1.62,0.9,,0.61,0.11,1999-08-10, +/games/boxart/full_call-of-duty-black-ops_6AmericaFront.jpg,Call of Duty: Black Ops,PC,Shooter,Activision,Treyarch,8.5,1.62,0.58,,0.82,0.23,2010-11-09, +/games/boxart/863489ccc.jpg,Tony Hawk's American Wasteland (Old all region sales),PS2,Sports,Activision,Neversoft Entertainment,,1.62,0.8,0.01,0.63,0.19,2005-10-18, +/games/boxart/2647132ccc.gif,Rock Band,PS3,Misc,MTV Games,Harmonix Music Systems,9.1,1.62,0.99,,0.41,0.22,2007-11-20, +/games/boxart/full_kinectimals_492AmericaFront.jpg,Kinectimals,X360,Simulation,Microsoft Game Studios,Frontier Studio,7.5,1.62,1.02,0,0.46,0.14,2010-11-04, +/games/boxart/full_1337330PALFrontccc.jpg,Buzz! The Music Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,1.61,,,1.18,0.43,2005-10-21, +/games/boxart/618553ccc.jpg,NFL Street 2,PS2,Sports,EA Sports BIG,EA Tiburon,,1.61,0.79,,0.62,0.21,2004-12-22, +/games/boxart/8685553ccc.jpg,SpongeBob's Atlantis SquarePantis,DS,Adventure,THQ,Altron,,1.61,1.49,,0,0.11,2007-10-23, +/games/boxart/full_8562505AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,XOne,Shooter,Ubisoft,Ubisoft Paris,7.7,1.61,0.98,,0.48,0.15,2017-03-07,2018-04-01 +/games/boxart/full_279517AmericaFrontccc.jpeg,Wolfenstein: The New Order,PS4,Shooter,Bethesda Softworks,MachineGames,,1.61,0.48,0.03,0.84,0.25,2014-05-20,2019-03-25 +/games/boxart/full_6173769AmericaFrontccc.jpg,Midnight Club 3: DUB Edition (America/Others Sales),PS2,Racing,Rockstar Games,Rockstar San Diego,,1.6,1.3,,0.23,0.07,2005-04-11, +/games/boxart/full_9753990AmericaFrontccc.jpeg,Madden NFL 15,XOne,Sports,EA Sports,EA Tiburon,,1.6,1.34,,0.1,0.17,2014-08-26,2018-01-04 +/games/boxart/full_rage_396AmericaFront.jpg,Rage,X360,Shooter,Bethesda Softworks,id Software,7.9,1.6,0.82,0.03,0.6,0.15,2011-10-04, +/games/boxart/5200578ccc.jpg,River Raid,2600,Shooter,Activision,Activision,,1.6,1.49,,0.09,0.02,1982-01-01, +/games/boxart/full_2327598AmericaFrontccc.jpg,Just Cause 2,X360,Action,Square Enix,Avalanche Studios,8,1.6,0.59,0.02,0.83,0.17,2010-03-23, +/games/boxart/full_8608062AmericaFrontccc.jpg,Mario Bros.,2600,Platform,Atari,Atari,,1.59,1.48,,0.09,0.02,1983-10-01, +/games/boxart/1051204ccc.jpg,Pro Evolution Soccer 2008,PS3,Sports,Konami,Konami,7.1,1.59,0.04,0.32,1.1,0.13,2008-03-12, +/games/boxart/full_322404AmericaFrontccc.jpg,Soul Blade,PS,Fighting,Namco,Namco,8.6,1.59,0.61,0.46,0.41,0.1,1997-01-01, +/games/boxart/1642018ccc.jpg,NASCAR 2000,PS,Racing,EA Sports,Stormfront Studios,,1.59,0.88,,0.6,0.1,1999-09-30, +/games/boxart/full_lego-harry-potter-years-1-4_4AmericaFront.jpg,LEGO Harry Potter: Years 1-4,X360,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,1.59,0.95,,0.5,0.14,2010-06-29,2018-12-01 +/games/boxart/full_6466178AmericaFrontccc.jpg,Far Cry 2,X360,Shooter,Ubisoft,Ubisoft Montreal,8.5,1.59,0.72,0.02,0.69,0.18,2008-10-21, +/games/boxart/full_sonic-generations_580AmericaFront.jpg,Sonic Generations,PS3,Platform,Sega,Sonic Team,7.3,1.59,0.6,0.02,0.72,0.25,2011-11-01, +/games/boxart/4839053ccc.jpg,ESPN NBA 2K5,PS2,Sports,Sega,Visual Concepts,,1.59,1.26,,0.12,0.21,2004-09-30, +/games/boxart/full_9036856AmericaFrontccc.jpg,FIFA 16,X360,Sports,EA Sports,EA Canada,9,1.59,0.59,,0.88,0.12,2015-09-22,2018-04-01 +/games/boxart/full_7538612AmericaFrontccc.jpg,Batman: Arkham Knight,XOne,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,1.58,0.97,,0.46,0.14,2015-06-23,2018-01-04 +/games/boxart/full_146517AmericaFrontccc.jpg,Dance Dance Revolution: Hottest Party 2,Wii,Simulation,Konami,Bemani,,1.58,0.94,0.01,0.48,0.15,2008-09-12, +/games/boxart/3805646ccc.jpg,Spyro 2: Season of Flame,GBA,Platform,Vivendi Games,Digital Eclipse,,1.58,0.85,,0.65,0.08,2002-09-25, +/games/boxart/full_1673222AmericaFrontccc.jpg,Jampack Summer 2K,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1.58,0.88,,0.6,0.1,2000-05-15, +/games/boxart/full_1783749AmericaFrontccc.jpg,Devil May Cry 4,PS3,Action,Capcom,Capcom,8.2,1.58,0.58,0.34,0.45,0.2,2008-02-05, +/games/boxart/full_9047419AmericaFrontccc.jpg,High School Musical 3: Senior Year,DS,Misc,Disney Interactive Studios,Griptonite Games,,1.57,0.63,,0.76,0.18,2008-10-21, +/games/boxart/full_432468AmericaFrontccc.jpg,Moshi Monsters: Moshling Zoo,DS,Misc,Activision,Mind Candy,,1.57,0.38,,0.98,0.21,2011-11-06, +/games/boxart/full_4070908AmericaFrontccc.jpg,NCAA Football 2002,PS2,Sports,EA Sports,EA Tiburon,,1.57,0.77,,0.6,0.2,2001-07-23, +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_531AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,Wii,Action,Disney Interactive Studios,Traveller's Tales,7.5,1.57,0.73,,0.69,0.15,2011-05-10, +/games/boxart/full_9385635AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PS2,Sports,Konami,Konami,7.2,1.57,0.1,0.12,0.18,1.16,2009-11-10, +/games/boxart/3599571ccc.jpg,Conflict: Desert Storm,PS2,Shooter,Gotham Games,Pivotal Games,,1.57,0.98,,0.53,0.06,2002-09-30, +/games/boxart/full_6053226AmericaFrontccc.jpg,Guitar Hero: On Tour Decades,DS,Misc,Activision,Vicarious Visions,,1.57,0.84,,0.57,0.16,2008-11-16, +/games/boxart/full_6843722AmericaFrontccc.jpg,Carnival Games: Mini Golf,Wii,Sports,2K Play,Cat Daddy Games,,1.56,0.86,,0.55,0.15,2008-10-20, +/games/boxart/full_1377891AmericaFrontccc.jpg,Twisted Metal,PS,Action,Sony Computer Entertainment,SingleTrac,7,1.56,1.32,,0.19,0.05,1995-11-05, +/games/boxart/full_mortal-kombat_154AmericaFront.jpg,Mortal Kombat,PS3,Fighting,Warner Bros. Interactive,NetherRealm Studios,8.4,1.56,1.06,,0.31,0.19,2011-04-19, +/games/boxart/full_7969606AmericaFrontccc.jpg,Smuggler's Run,PS2,Racing,Rockstar Games,Rockstar San Diego,,1.56,0.77,,0.6,0.2,2000-10-25, +/games/boxart/full_409483AmericaFrontccc.jpg,Hannah Montana: Music Jam,DS,Action,Disney Interactive Studios,Fall Line Studio,,1.56,1.05,,0.36,0.15,2007-10-16, +/games/boxart/full_717248AmericaFrontccc.jpg,MySims Kingdom,DS,Simulation,Electronic Arts,EA Redwood Shores,,1.56,0.8,0.01,0.59,0.16,2008-10-28, +/games/boxart/full_mafia-ii_1AmericaFront.jpg,Mafia II,X360,Action,2K Games,Illusion Softworks,7.2,1.56,0.85,,0.55,0.15,2010-08-24, +/games/boxart/184023ccc.jpg,Fight Night Round 3,PS2,Fighting,EA Sports,EA Chicago,,1.56,1.07,,0.4,0.1,2006-02-20, +/games/boxart/full_3709002AmericaFrontccc.jpg,Battlefield V,XOne,Shooter,Electronic Arts,EA DICE,,1.55,1.05,,0.35,0.15,2018-11-20,2018-12-19 +/games/boxart/5735485ccc.jpg,007: The World is Not Enough,N64,Shooter,Electronic Arts,Eurocom Entertainment Software,7.4,1.55,1.13,0.02,0.38,0.03,2000-10-17, +/games/boxart/full_3488745AmericaFrontccc.png,Dishonored,PS3,Shooter,Bethesda Softworks,Arkane Studios,,1.55,0.72,0.04,0.54,0.26,2013-04-16, +/games/boxart/2325924ccc.jpg,Tom Clancy's Rainbow Six 3,XB,Shooter,Ubisoft,Ubisoft Montreal / Red Storm Entertainment,,1.55,0.91,,0.57,0.07,2003-11-12, +/games/boxart/full_478982AmericaFrontccc.jpg,Guitar Hero 5,Wii,Misc,Activision,Vicarious Visions,8.9,1.55,0.92,,0.48,0.15,2009-09-01, +/games/boxart/full_1146184AmericaFrontccc.jpg,BioShock 2,PS3,Shooter,2K Games,2K Marin,8.5,1.55,0.85,0.02,0.46,0.22,2010-02-09, +/games/boxart/2147544ccc.jpg,Stuntman,PS2,Racing,Atari,Reflections Interactive,,1.55,0.76,,0.59,0.2,2002-06-23, +/games/boxart/6986704ccc.jpg,Spider-Man 2: Enter: Electro,PS,Action,Activision,Vicarious Visions,,1.55,0.57,0.02,0.87,0.09,2001-10-17, +/games/boxart/full_9784025AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),X360,Racing,Electronic Arts,Criterion Games,8.5,1.54,0.62,0.01,0.79,0.12,2012-10-30,2018-12-19 +/games/boxart/2264266ccc.jpg,Die Hard Trilogy,PS,Shooter,Fox Interactive,Probe Entertainment Limited,8.5,1.54,0.85,,0.58,0.1,1996-08-31, +/games/boxart/full_3597823AmericaFrontccc.jpg,NBA 2K14,PS4,Sports,2K Sports,Visual Concepts,,1.54,0.91,0.01,0.35,0.27,2013-11-15,2018-01-05 +/games/boxart/7795178ccc.jpg,Dark Cloud,PS2,Role-Playing,Sony Computer Entertainment,Level 5,8.2,1.54,0.83,0.08,0.44,0.19,2001-05-28, +/games/boxart/full_go-vacation_970AmericaFront.jpg,Go Vacation,Wii,Misc,Namco Bandai,Namco Bandai Games,7,1.54,0.42,0.33,0.66,0.13,2011-10-11, +/games/boxart/full_2010435AmericaFrontccc.jpg,MVP Baseball 2005,PS2,Sports,EA Sports,EA Canada,,1.54,1.26,,0.07,0.21,2005-02-22, +/games/boxart/3244473ccc.jpg,Mortal Kombat 3,SNES,Fighting,Williams Entertainment,Sculptured Software,,1.53,1.19,,0.29,0.05,1995-10-01, +/games/boxart/full_6250255AmericaFrontccc.jpg,Tiger Woods 99 PGA Tour Golf,PS,Sports,EA Sports,EA Sports,,1.53,0.85,,0.58,0.1,1998-10-31, +/games/boxart/full_9012782AmericaFrontccc.jpg,Disney Infinity,X360,Misc,Disney Interactive Studios,Unknown,,1.53,1.04,,0.35,0.15,2013-08-18, +/games/boxart/699250ccc.jpg,NFL GameDay 99,PS,Sports,989 Studios,Red Line Studios,,1.53,1.44,,0.05,0.04,1998-07-31, +/games/boxart/full_4178291PALFrontccc.jpg,Pro Evolution Soccer 2013,PS3,Sports,Konami Digital Entertainment,Konami,,1.52,0.18,0.49,0.65,0.2,2012-09-25,2018-01-12 +/games/boxart/full_5049583AmericaFrontccc.jpg,MySims Kingdom,Wii,Simulation,Electronic Arts,EA Redwood Shores,,1.52,0.7,0.01,0.64,0.16,2008-10-28, +/games/boxart/9470479ccc.jpg,Super Monkey Ball 2,GC,Puzzle,Sega,Amusement Vision,,1.52,1.11,0.06,0.31,0.04,2002-08-25, +/games/boxart/full_9530951AmericaFrontccc.jpg,Knockout Kings,PS,Fighting,EA Sports,Press Start Inc.,,1.52,1.07,,0.39,0.06,1998-10-31, +/games/boxart/full_fight-night-round-4_5AmericaFront.jpg,Fight Night Round 4,PS3,Fighting,EA Sports,EA Canada,8.6,1.52,0.92,,0.4,0.2,2009-06-23, +/games/boxart/4301673ccc.gif,Sonic Rivals 2,PSP,Racing,Sega,Backbone Entertainment,6.4,1.52,0.44,,0.7,0.37,2007-11-13, +/games/boxart/5138994ccc.jpg,NASCAR 98,PS,Racing,EA Sports,Stormfront Studios,,1.52,1.43,,0.05,0.04,1997-01-01, +/games/boxart/full_9390152AmericaFrontccc.jpg,Forza Motorsport 7,XOne,Racing,Microsoft Studios,Turn 10 Studios,8.9,1.52,0.58,0.01,0.81,0.12,2017-10-03,2018-01-12 +/games/boxart/5263611ccc.jpg,NASCAR 99,PS,Racing,EA Sports,Stormfront Studios,,1.52,1.45,,0.04,0.04,1998-09-30, +/games/boxart/9669562ccc.jpg,Disney Fairies: Tinker Bell,DS,Adventure,Disney Interactive Studios,Hyde,,1.52,0.85,0.01,0.51,0.15,2008-10-28, +/games/boxart/full_1086716AmericaFrontccc.jpg,Xevious,NES,Shooter,Namco,Namco,,1.52,0.18,1.27,0.06,0.01,1990-01-01, +/games/boxart/full_dead-space-2_77AmericaFront.jpg,Dead Space 2,X360,Shooter,Electronic Arts,Visceral Games,9.1,1.52,0.94,,0.44,0.13,2011-01-25, +/games/boxart/1042782ccc.jpg,The Simpsons Skateboarding,PS2,Sports,Electronic Arts,The Code Monkeys,,1.52,0.36,,0.9,0.27,2002-11-11, +/games/boxart/full_9198595AmericaFrontccc.jpg,NBA Live 2000,PS,Sports,EA Sports,NuFX,,1.52,1.43,,0.05,0.03,1999-10-31, +/games/boxart/2687535ccc.jpg,The Simpsons Game,PS2,Platform,Electronic Arts,EA Redwood Shores,,1.51,0.35,,0.03,1.13,2007-10-30, +/games/boxart/8847209ccc.jpg,The Simpsons Game,DS,Platform,Electronic Arts,Griptonite Games,,1.51,0.56,,0.78,0.17,2007-10-30, +/games/boxart/9911169ccc.jpg,Call of Duty 3,PS3,Shooter,Activision,Treyarch,7.7,1.51,0.6,0.03,0.63,0.26,2006-11-15, +/games/boxart/full_3116282AmericaFrontccc.jpg,Call of Duty: Modern Warfare: Reflex Edition,Wii,Shooter,Activision,Treyarch,7.2,1.51,0.94,,0.43,0.14,2009-11-10, +/games/boxart/full_3229235AmericaFrontccc.jpg,Madden NFL 19,XOne,Sports,EA Sports,EA Tiburon,,1.51,1.33,,0.02,0.16,2018-08-10,2018-02-27 +/games/boxart/full_star-wars-the-force-unleashed-ii_2AmericaFront.jpg,Star Wars: The Force Unleashed II,PS3,Action,LucasArts,LucasArts,6.3,1.51,0.8,,0.5,0.21,2010-10-26, +/games/boxart/4178953ccc.jpg,Pac-Man World 2,PS2,Action,Namco,Namco,,1.51,1.26,,0.05,0.21,2002-02-24, +/games/boxart/2082763ccc.jpg,NBA Live 98,PS,Sports,EA Sports,EA Canada,,1.51,1.41,,0.06,0.04,1997-11-30, +/games/boxart/full_110395PALFrontccc.jpg,Call of Duty: Black Ops II,PC,Shooter,Activision,Treyarch,,1.51,0.66,,0.7,0.15,2012-11-13,2018-04-07 +/games/boxart/full_869186AmericaFrontccc.jpg,Tomb Raider: Definitive Edition,PS4,Action-Adventure,Square Enix,Crystal Dynamics,,1.51,0.47,0.06,0.74,0.23,2014-01-28,2018-06-13 +/games/boxart/6945135ccc.jpg,Simpsons Wrestling,PS,Fighting,Activision,Big Ape Productions,,1.51,0.23,,1.16,0.11,2001-04-12, +/games/boxart/full_4085281AmericaFrontccc.jpg,Monopoly,PS,Misc,Hasbro Interactive,Gremlin Interactive,,1.51,1.18,,0.27,0.05,1997-10-31, +/games/boxart/full_5186235JapanFrontccc.jpg,Ninja Hattori Kun: Ninja wa Shuugyou Degogiru no Maki,NES,Platform,Hudson Soft,Hudson Soft,,1.5,,1.5,,0,1986-03-05, +/games/boxart/601232ccc.jpg,Rock Band 2,PS3,Misc,MTV Games,Harmonix Music Systems,8.9,1.5,1.13,,0.2,0.16,2008-10-19, +/games/boxart/8977809ccc.jpg,Pac-Man World,PS,Action,Namco,Namco,,1.5,1.21,0.1,0.14,0.04,1999-09-30, +/games/boxart/full_9083733AmericaFrontccc.jpg,Tokyo Xtreme Racer Zero,PS2,Racing,Crave Entertainment,Genki,,1.5,0.66,0.15,0.52,0.17,2001-05-28, +/games/boxart/2196543ccc.jpg,Madden NFL 2001,PS2,Sports,EA Sports,EA Sports,,1.5,1.19,0.05,0.07,0.2,2000-10-23, +/games/boxart/full_football-manager-2012_589PALFront.jpg,Football Manager 2012,PC,Sports,Sega,Sega,8.5,1.5,0.02,,1.16,0.32,2011-10-21, +/games/boxart/7140334ccc.jpg,WWF No Mercy,N64,Fighting,THQ,Aki Corp.,9.1,1.5,1.2,0.02,0.27,0.02,2000-11-17, +/games/boxart/full_9185103AmericaFrontccc.jpg,SoulCalibur II,GC,Fighting,Namco,Namco,9.2,1.5,0.99,0.11,0.32,0.08,2003-08-27, +/games/boxart/2124343ccc.jpg,Red Faction II,PS2,Shooter,THQ,Volition Inc.,8.6,1.5,0.49,,0.78,0.23,2002-10-15, +/games/boxart/full_4170984AmericaFrontccc.png,Rayman Legends,PS4,Platform,Ubisoft,Ubisoft Montpellier,,1.5,0.22,,1.05,0.23,2014-02-18,2018-03-20 +/games/boxart/full_4460136AmericaFrontccc.jpg,NFL Blitz,PS,Sports,Midway Games,Midway Games,9.1,1.5,1.41,,0.05,0.04,1998-09-12, +/games/boxart/full_6977688AmericaFrontccc.jpg,Metal Gear Rising: Revengeance,PS3,Action,Konami Digital Entertainment,PlatinumGames,9,1.5,0.47,0.44,0.41,0.18,2013-02-19,2018-01-12 +/games/boxart/full_dead-rising-2_9AmericaFront.jpg,Dead Rising 2,X360,Action,Capcom,Blue Castle Games,8.2,1.49,0.75,0.09,0.53,0.13,2010-09-28, +/games/boxart/full_mafia-ii_4AmericaFront.jpg,Mafia II,PS3,Action,2K Games,Illusion Softworks,7,1.49,0.5,0.04,0.7,0.25,2010-08-24, +/games/boxart/full_1916775AmericaFrontccc.png,Mass Effect: Andromeda,PS4,Role-Playing,Electronic Arts,BioWare Corp.,,1.49,0.58,,0.67,0.25,2017-03-21,2018-07-03 +/games/boxart/full_3518377AmericaFrontccc.jpg,Madden NFL 09,PS2,Sports,EA Sports,EA Tiburon,,1.49,1.22,,0,0.27,2008-08-12, +/games/boxart/full_6917012AmericaFrontccc.jpeg,Madden NFL 15,PS3,Sports,EA Sports,EA Tiburon,,1.49,1.11,,0.11,0.28,2014-08-26,2018-01-04 +/games/boxart/full_3542984AmericaFrontccc.jpg,Medal of Honor: Frontline,XB,Shooter,Electronic Arts,EA Los Angeles,,1.49,1,,0.43,0.06,2002-11-10, +/games/boxart/full_3589454PALFrontccc.jpg,Buzz! The BIG Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,1.49,,,1.1,0.39,2006-03-17, +/games/boxart/full_121603AmericaFrontccc.jpeg,Assassin's Creed III: Liberation,PSV,Adventure,Ubisoft,Ubisoft,,1.48,0.53,0.06,0.57,0.32,2012-10-30,2018-09-12 +/games/boxart/full_lego-battles-ninjago_518AmericaFront.jpg,LEGO Battles: Ninjago,DS,Strategy,Warner Bros. Interactive,Hellbent Games,5,1.48,1.03,,0.33,0.12,2011-04-12, +/games/boxart/7296233ccc.jpg,Bratz: Forever Diamondz,DS,Adventure,THQ,Barking Lizards,,1.48,0.43,,0.88,0.18,2006-09-18, +/games/boxart/full_1018256AmericaFrontccc.jpg,Drawn To Life: SpongeBob SquarePants Edition,DS,Adventure,THQ,Altron,,1.48,0.99,,0.35,0.14,2008-09-15, +/games/boxart/full_5635772AmericaFrontccc.jpg,Major League Baseball 2K5,PS2,Sports,2K Sports,Kush Games,,1.48,0.72,,0.56,0.19,2005-02-28, +/games/boxart/full_lego-star-wars-iii-the-clone-wars_502AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,X360,Action,LucasArts,Traveller's Tales,7.9,1.48,0.84,,0.51,0.13,2011-03-22, +/games/boxart/8854666ccc.jpg,Fight Night 2004,PS2,Fighting,EA Sports,EA Canada,,1.48,1.08,,0.2,0.2,2004-04-05, +/games/boxart/full_7753281AmericaFrontccc.jpg,Disney Sing It: Pop Hits,Wii,Misc,Disney Interactive Studios,Zoe Mode,6.8,1.48,1.07,,0.28,0.12,2009-10-06, +/games/boxart/1441101ccc.jpg,007: Quantum of Solace,X360,Shooter,Activision,Treyarch,6.6,1.48,0.82,0.01,0.51,0.14,2008-11-04, +/games/boxart/1345535ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,XB,Action,Ubisoft,Ubisoft Shanghai,9.2,1.48,0.82,,0.59,0.07,2004-03-23, +/games/boxart/full_777818AmericaFrontccc.jpg,Sonic's Ultimate Genesis Collection,X360,Misc,Sega,Backbone Entertainment,8.1,1.48,0.9,,0.44,0.14,2009-02-10, +/games/boxart/full_6922534AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Future Soldier,X360,Shooter,Ubisoft,Ubisoft Paris,,1.48,0.94,0.02,0.4,0.13,2012-05-22, +/games/boxart/full_1130191AmericaFrontccc.jpg,Dying Light,XOne,Action,Warner Bros. Interactive Entertainment,Techland,,1.47,1.01,0.01,0.31,0.14,2016-02-06,2018-05-04 +/games/boxart/full_1914073AmericaFrontccc.jpg,Fight Night Round 3,X360,Fighting,EA Sports,EA Chicago,8.6,1.47,1.33,0.01,0.03,0.1,2006-02-20, +/games/boxart/3490354ccc.jpg,Disney Princess,GBA,Platform,THQ,Art,,1.47,1.04,,0.37,0.06,2003-04-04, +/games/boxart/full_3850570AmericaFrontccc.png,Minecraft,WiiU,Misc,Mojang,4J Studios,5.5,1.47,0.5,0.38,0.49,0.09,2016-06-17,2018-08-05 +/games/boxart/full_super-scribblenauts_4AmericaFront.jpg,Super Scribblenauts,DS,Puzzle,Warner Bros. Interactive,5TH Cell,7.9,1.47,1.06,,0.3,0.11,2010-10-12, +/games/boxart/full_6450294AmericaFrontccc.jpg,Imagine: Master Chef,DS,Simulation,Ubisoft,MTO,,1.47,0.39,,0.91,0.17,2007-10-23, +/games/boxart/728714ccc.jpg,Midway Arcade Treasures,PS2,Misc,Midway Games,Digital Eclipse,,1.46,0.72,,0.56,0.19,2003-11-18, +/games/boxart/7417741ccc.jpg,WCW vs the World,PS,Fighting,THQ,Aki Corp.,,1.46,1.17,0.04,0.2,0.05,1998-02-28, +/games/boxart/1025413ccc.jpg,Wall-E,DS,Platform,THQ,Heavy Iron Studios,,1.46,0.46,0,0.82,0.17,2008-06-24, +/games/boxart/3801642ccc.jpg,The SpongeBob SquarePants Movie,GBA,Action,THQ,WayForward,,1.46,1.02,,0.38,0.06,2004-10-27, +/games/boxart/full_5467225AmericaFrontccc.jpg,Mortal Kombat 4,PS,Fighting,Midway Games,Eurocom Entertainment Software,,1.46,0.81,,0.55,0.1,1998-06-24, +/games/boxart/full_8904735AmericaFrontccc.jpg,Battlefield: Bad Company,X360,Shooter,Electronic Arts,EA Digital Illusions CE,8.6,1.46,0.81,0.04,0.46,0.15,2008-06-23, +/games/boxart/full_2391793PALFrontccc.jpg,Mass Effect 3,PS3,Role-Playing,Electronic Arts,BioWare,8.9,1.46,0.65,0.03,0.58,0.2,2012-03-06, +/games/boxart/full_1129980AmericaFrontccc.jpeg,Triple Play 99,PS,Sports,EA Sports,Treyarch,,1.46,0.81,,0.55,0.1,1998-02-28,2018-01-02 +/games/boxart/full_the-sims-3_7AmericaFront.jpg,The Sims 3,Wii,Simulation,Electronic Arts,The Sims Studio,,1.46,0.61,,0.7,0.15,2010-11-15, +/games/boxart/full_2408125AmericaFrontccc.jpg,Forza Horizon 2,XOne,Racing,Microsoft Studios,Playground Games,,1.46,0.56,0.01,0.79,0.11,2014-09-30,2018-03-24 +/games/boxart/full_mass-effect-2_759AmericaFront.jpg,Mass Effect 2,PS3,Role-Playing,Electronic Arts,BioWare Edmonton,9.3,1.46,0.78,0.03,0.46,0.18,2011-01-18, +/games/boxart/full_homefront_444AmericaFront.jpg,Homefront,X360,Shooter,THQ,Kaos Studios,6.7,1.46,0.83,0.02,0.48,0.12,2011-03-15, +/games/boxart/full_4383288AmericaFrontccc.jpg,Super Monkey Ball,GC,Puzzle,Sega,Amusement Vision,9,1.46,0.95,0.1,0.37,0.04,2001-11-17, +/games/boxart/9182544ccc.jpg,Donkey Kong,2600,Platform,Coleco,Nintendo,,1.46,1.36,,0.08,0.02,1982-01-01, +/games/boxart/full_966855AmericaFrontccc.jpg,Tony Hawk's American Wasteland (Weekly american sales),PS2,Sports,Activision,Neversoft Entertainment,,1.45,1.38,,0.05,0.02,2005-10-18, +/games/boxart/7620922ccc.jpg,Red Dead Revolver,PS2,Shooter,Rockstar Games,Rockstar San Diego,,1.45,0.71,,0.55,0.19,2004-05-03, +/games/boxart/full_2011970AmericaFrontccc.jpg,Doom (2016),XOne,Shooter,Bethesda Softworks,id Software,,1.45,0.76,,0.57,0.13,2016-05-13, +/games/boxart/full_5244344JapanFrontccc.jpg,Game de Hakken!! Tamagotchi 2,GB,Simulation,Bandai,Tom Create,,1.45,,1.44,,0.01,1997-10-17, +/games/boxart/5990330ccc.jpg,The House of the Dead 2 & 3 Return,Wii,Shooter,Sega,Sega,6.5,1.45,0.77,0.03,0.5,0.15,2008-03-11, +/games/boxart/full_8940693AmericaFrontccc.jpg,Sonic & SEGA All-Stars Racing,Wii,Racing,Sega,Sumo Digital,7.9,1.45,0.61,,0.69,0.15,2010-02-23, +/games/boxart/full_42836AmericaFrontccc.jpg,Tamagotchi,GB,Simulation,Bandai,Tom Create,,1.45,,1.44,,0.01,1997-06-26, +/games/boxart/full_2518506JapanFrontccc.jpg,Dragon Ball Z,SNES,Fighting,Bandai,TOSE,,1.45,,1.45,,0,1999-01-01, +/games/boxart/9147705ccc.jpg,Sega Genesis Collection,PSP,Misc,Sega,Sega,8.3,1.45,0.53,,0.58,0.34,2006-11-16, +/games/boxart/8550804ccc.jpg,Namco Museum 64,N64,Misc,Namco,Mass Media,,1.45,1.24,0.03,0.17,0.01,1999-10-31, +/games/boxart/7944449ccc.jpg,Sonic Rivals,PSP,Racing,Sega,Backbone Entertainment,7,1.44,0.73,,0.43,0.28,2006-11-16, +/games/boxart/full_6479888AmericaFrontccc.jpg,Disney Princess: Magical Jewels,DS,Adventure,Disney Interactive Studios,1st Playable Productions,,1.44,1.12,,0.2,0.12,2007-10-16, +/games/boxart/7103847ccc.jpg,My Word Coach,DS,Misc,Ubisoft,Ubisoft Montreal,,1.44,0.37,,0.9,0.18,2007-11-06, +/games/boxart/full_star-wars-the-force-unleashed-ii_9AmericaFront.jpg,Star Wars: The Force Unleashed II,X360,Action,LucasArts,LucasArts,6.3,1.44,0.95,,0.37,0.12,2010-10-26, +/games/boxart/1774645ccc.jpg,Tiger Woods PGA Tour 2005,PS2,Sports,EA Sports,EA Redwood Shores,,1.44,1.03,,0.32,0.09,2004-09-20, +/games/boxart/8018037ccc.jpg,BioShock,PS3,Shooter,2K Games,2K Boston / 2K Australia / 2K Marin,9.3,1.44,0.75,0.01,0.48,0.21,2008-10-21, +/games/boxart/full_601061AmericaFrontccc.jpg,Assassin's Creed Syndicate,XOne,Action,Ubisoft,Ubisoft Quebec,,1.44,0.71,,0.61,0.12,2015-10-23,2018-01-14 +/games/boxart/full_176177AmericaFrontccc.jpg,NCAA Football 2003,PS2,Sports,EA Sports,EA Tiburon,,1.44,1.16,,0.08,0.19,2002-07-20, +/games/boxart/full_43748AmericaFrontccc.jpg,SingStar Pop,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.44,0.04,,1.08,0.32,2007-04-03, +/games/boxart/full_kinect-joy-ride_230AmericaFront.jpg,Kinect Joy Ride,X360,Racing,Microsoft Game Studios,Big Park,5.6,1.43,0.92,0,0.39,0.12,2010-11-04, +/games/boxart/full_5007495AmericaFrontccc.jpg,South Park: The Fractured But Whole,PS4,Role-Playing,Ubisoft,Ubisoft San Francisco,,1.43,0.62,,0.57,0.24,2017-10-17,2018-04-06 +/games/boxart/full_3572522AmericaFrontccc.jpg,Triple Play 2000,PS,Sports,EA Sports,Treyarch,,1.43,0.79,,0.54,0.09,1999-02-28, +/games/boxart/full_92244AmericaFrontccc.jpg,Hasbro Family Game Night,Wii,Misc,Electronic Arts,EA Bright Light,,1.43,0.96,,0.34,0.13,2008-11-11, +/games/boxart/full_dead-space-2_998AmericaFront.jpg,Dead Space 2,PS3,Shooter,Electronic Arts,Visceral Games,9,1.43,0.73,,0.49,0.21,2011-01-25, +/games/boxart/5452545ccc.jpg,WWE SmackDown vs Raw 2008,X360,Fighting,THQ,Yuke's Media Creations,7.3,1.43,0.92,0,0.38,0.13,2007-11-13, +/games/boxart/1647813ccc.jpg,Classic NES Series: Super Mario Bros.,GBA,Platform,Nintendo,Nintendo,,1.43,,1.39,,0.03,2004-06-02, +/games/boxart/full_5179035AmericaFrontccc.jpg,Frogger 2: Swampy's Revenge,PS,Action,Hasbro Interactive,Blitz Games,,1.43,0.8,,0.54,0.09,2000-10-10, +/games/boxart/7299647ccc.jpg,Smarty Pants,Wii,Misc,Electronic Arts,EA Los Angeles,6.5,1.43,0.52,,0.75,0.16,2007-11-13, +/games/boxart/full_9728369AmericaFrontccc.jpg,Injustice: Gods Among Us,X360,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.42,0.97,,0.31,0.14,2013-04-16,2018-04-22 +/games/boxart/full_6032874AmericaFrontccc.jpg,Tiger Woods PGA Tour 09 All-Play,Wii,Sports,EA Sports,EA Tiburon,,1.42,0.8,,0.48,0.14,2008-08-26, +/games/boxart/full_1840498AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,Wii,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.42,0.9,,0.4,0.12,2012-06-26,2018-03-15 +/games/boxart/full_1295732AmericaFrontccc.jpg,NBA Live 06 (Weekly american sales),PS2,Sports,EA Sports,EA Canada,,1.42,1.35,,0.05,0.02,2005-09-26, +/games/boxart/full_3106619AmericaFrontccc.jpg,UFC Undisputed 2010,PS3,Fighting,THQ,Yuke's Future Media Creators,8.4,1.42,0.8,0.02,0.4,0.19,2010-05-25, +/games/boxart/full_3563703AmericaFrontccc.jpg,Medal of Honor: Warfighter,PS3,Shooter,Electronic Arts,Danger Close Games,,1.42,0.49,0.06,0.64,0.23,2012-10-23,2018-01-13 +/games/boxart/full_388041AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,XOne,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,1.42,0.77,0.01,0.52,0.12,2014-09-30,2018-05-04 +/games/boxart/full_3303090AmericaFrontccc.jpg,R.B.I. Baseball 2,NES,Sports,Tengen,Namco,,1.42,0.12,1.3,,,1990-01-01, +/games/boxart/6243817ccc.jpg,NFL Street,PS2,Sports,EA Sports BIG,EA Tiburon,,1.42,1.15,,0.08,0.19,2004-01-13, +/games/boxart/full_6967302AmericaFrontccc.jpg,Rayman Raving Rabbids,Wii,Misc,Ubisoft,Ubisoft Montpellier,7.5,1.42,1.22,0.02,0.07,0.11,2006-11-14, +/games/boxart/337682ccc.jpg,Cabela's Big Game Hunter,PS2,Sports,Activision,Sand Grain Studios,,1.42,0.7,,0.54,0.18,2002-11-26, +/games/boxart/442847ccc.jpg,LEGO Star Wars II: The Original Trilogy,PSP,Action,LucasArts,Traveller's Tales,8.4,1.41,0.58,,0.51,0.32,2006-09-12, +/games/boxart/full_5869279AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,Wii,Adventure,LucasArts,Traveller's Tales,7.5,1.41,0.9,,0.38,0.13,2009-11-17, +/games/boxart/full_1021105AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,GC,Action,Eidos Interactive,Traveller's Tales,7.9,1.41,1.09,,0.28,0.04,2005-10-25, +/games/boxart/full_4033640AmericaFrontccc.jpg,Hello Kitty Party,DS,Misc,Majesco,Barnstorm Games,,1.41,0.78,,0.51,0.13,2009-11-23, +/games/boxart/full_530321AmericaFrontccc.jpg,NASCAR 2005: Chase for the Cup,PS2,Racing,EA Sports,EA Tiburon,,1.41,0.69,,0.54,0.18,2004-08-31, +/games/boxart/3018787ccc.jpg,Twisted Metal: Black,PS2,Racing,Sony Computer Entertainment,Incognito Inc.,8.9,1.41,1.19,,0.17,0.05,2001-06-18, +/games/boxart/4081081ccc.jpg,The Lion King,GEN,Action,Virgin Interactive,Westwood Studios,,1.41,0.97,0.03,0.37,0.05,1994-12-08, +/games/boxart/full_4134357AmericaFrontccc.jpg,Knockout Kings 2000,PS,Fighting,EA Sports,EA Sports,,1.41,1.02,,0.34,0.05,1999-10-31, +/games/boxart/9301166ccc.jpg,2Xtreme,PS,Sports,Sony Computer Entertainment,SCEA,8.3,1.4,1.15,,0.2,0.05,1996-10-31, +/games/boxart/903634ccc.jpg,Need for Speed: Undercover,PS2,Racing,Electronic Arts,EA Vancouver,,1.4,0.38,0.03,0.08,0.93,2008-11-17, +/games/boxart/1545824ccc.jpg,Sonic Advance 3,GBA,Platform,THQ,Dimps Corporation / Sonic Team,,1.4,0.74,0.08,0.52,0.06,2004-06-07, +/games/boxart/2125308ccc.jpg,Spider-Man: The Movie,XB,Action,Activision,Treyarch,7.7,1.4,1.07,,0.28,0.05,2002-04-15, +/games/boxart/6299439ccc.jpg,Colin McRae Rally 3,PS2,Racing,Codemasters,Codemasters,,1.4,0.03,0.02,1.05,0.3,2003-04-22, +/games/boxart/full_anno-2070_524PALFront.jpg,Anno 2070,PC,Strategy,Ubisoft,Blue Byte Studio,8.7,1.4,,,1.14,0.26,2011-11-17, +/games/boxart/full_fight-night-round-4_9AmericaFront.jpg,Fight Night Round 4,X360,Fighting,EA Sports,EA Canada,8.7,1.4,0.95,,0.33,0.13,2009-06-23, +/games/boxart/full_809683AmericaFrontccc.jpg,Dead Space,X360,Shooter,Electronic Arts,EA Redwood Shores,8.9,1.4,0.89,,0.39,0.13,2008-10-13, +/games/boxart/full_2785243AmericaFrontccc.jpg,Hannah Montana: Spotlight World Tour,Wii,Action,Disney Interactive Studios,Avalanche Software,,1.39,0.87,,0.38,0.13,2007-11-06, +/games/boxart/full_4256270AmericaFrontccc.jpg,Assassin's Creed Odyssey,XOne,Action-Adventure,Ubisoft,Ubisoft Quebec,,1.39,0.91,,0.35,0.13,2018-10-05,2018-11-17 +/games/boxart/full_6969844AmericaFrontccc.jpg,Battlefield 4,PC,Shooter,Electronic Arts,EA DICE,,1.39,0.44,,0.85,0.1,2013-10-29,2018-01-05 +/games/boxart/9890373ccc.jpg,Teenage Mutant Ninja Turtles III: The Manhattan Project,NES,Action,Konami,Konami,,1.39,1.05,0.15,0.17,0.02,1992-02-01, +/games/boxart/full_938056AmericaFrontccc.jpg,Toy Story 3: The Video Game,Wii,Action,Disney Interactive Studios,Avalanche Software,,1.39,0.63,,0.62,0.14,2010-06-15, +/games/boxart/full_8504839AmericaFrontccc.jpg,Street Fighter V,PS4,Fighting,Capcom,Capcom,,1.39,0.64,0.12,0.42,0.22,2016-02-16,2018-01-08 +/games/boxart/full_sonic-generations_773AmericaFront.jpg,Sonic Generations,X360,Platform,Sega,Sonic Team,7.7,1.39,0.71,0,0.54,0.13,2011-11-01, +/games/boxart/6980834ccc.jpg,NBA Jam,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,1.39,1.19,,0.16,0.03,1994-03-01, +/games/boxart/full_6446033AmericaFrontccc.jpg,Madden NFL 2002,PS,Sports,EA Sports,EA Sports,,1.39,0.78,,0.53,0.09,2001-08-13, +/games/boxart/full_4695890AmericaFrontccc.jpg,The Sims 4,PS4,Simulation,Electronic Arts,Maxis,,1.39,0.44,0.01,0.72,0.22,2017-11-17,2017-12-29 +/games/boxart/full_3902291AmericaFrontccc.jpg,Bakugan: Battle Brawlers,DS,Action,Activision,MTO,6.4,1.38,1.26,,0.02,0.1,2009-10-20, +/games/boxart/full_9015416AmericaFrontccc.png,Rocket League,XOne,Sports,505 Games,Psyonix Studios,8,1.38,0.52,,0.75,0.11,2016-07-05,2018-04-04 +/games/boxart/full_2733635AmericaFrontccc.jpg,The Sims 2,PSP,Simulation,Electronic Arts,Maxis,6.2,1.38,0.49,,0.56,0.33,2005-12-07, +/games/boxart/full_deus-ex-human-revolution_144AmericaFront.jpg,Deus Ex: Human Revolution,X360,Shooter,Square Enix,Eidos Montreal,8.8,1.38,0.77,0.02,0.47,0.12,2011-08-23, +/games/boxart/full_4478237AmericaFrontccc.jpg,The Elder Scrolls Online: Tamriel Unlimited,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,1.38,0.86,,0.39,0.13,2015-06-09,2018-09-15 +/games/boxart/1798365ccc.jpg,Duke Nukem: Time to Kill,PS,Shooter,GT Interactive,n-Space,,1.38,0.77,,0.54,0.07,1998-09-30, +/games/boxart/full_340532AmericaFrontccc.png,Titanfall,X360,Shooter,Electronic Arts,Respawn Entertainment,,1.38,0.88,0.02,0.35,0.13,2014-04-08,2018-01-12 +/games/boxart/4824256ccc.jpg,Dave Mirra Freestyle BMX 2,PS2,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,1.38,0.67,,0.53,0.18,2001-08-27, +/games/boxart/7255090ccc.jpg,True Crime: Streets of LA,XB,Action,Activision,Luxoflux,,1.38,0.96,,0.37,0.05,2003-11-03, +/games/boxart/full_3330052AmericaFrontccc.jpg,LittleBigPlanet PS Vita,PSV,Platform,Sony Computer Entertainment,Media Molecule,,1.38,0.36,0.02,0.69,0.31,2012-09-25,2018-04-06 +/games/boxart/full_2653111AmericaFrontccc.jpg,Far Cry 2,PS3,Shooter,Ubisoft,Ubisoft Montreal,8.4,1.38,0.43,0.01,0.69,0.26,2008-10-21, +/games/boxart/full_deus-ex-human-revolution_477AmericaFront.jpg,Deus Ex: Human Revolution,PS3,Shooter,Square Enix,Eidos Montreal,8.8,1.38,0.5,0.07,0.6,0.22,2011-08-23, +/games/boxart/full_dead-rising-2_5AmericaFront.jpg,Dead Rising 2,PS3,Action,Capcom,Blue Castle Games,8.1,1.37,0.43,0.15,0.57,0.22,2010-09-28, +/games/boxart/full_lego-harry-potter-years-1-4_8AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PS3,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,1.37,0.55,,0.61,0.21,2010-06-29,2018-12-01 +/games/boxart/7172306ccc.jpg,Ridge Racer 7,PS3,Racing,Namco Bandai,Namco Bandai,,1.37,0.24,0.16,0.7,0.26,2006-11-13, +/games/boxart/full_call-of-duty-black-ops_0AmericaFront.jpg,Call of Duty: Black Ops,Wii,Shooter,Activision,Treyarch,7.5,1.37,0.8,,0.46,0.12,2010-11-09, +/games/boxart/full_crysis-2_266AmericaFront.jpg,Crysis 2,X360,Shooter,Electronic Arts,Crytek,8.7,1.37,0.73,0.02,0.5,0.13,2011-03-22, +/games/boxart/full_need-for-speed-the-run_260AmericaFront.jpg,Need for Speed: The Run,X360,Racing,Electronic Arts,EA Black Box,5.5,1.37,0.63,0,0.57,0.16,2011-11-15, +/games/boxart/full_8187944PALFrontccc.jpg,NBA 2K15,PS3,Sports,2K Sports,Visual Concepts,,1.37,0.89,0.02,0.22,0.24,2014-10-07,2018-01-04 +/games/boxart/full_4132820AmericaFrontccc.jpg,Titanfall 2,XOne,Shooter,Electronic Arts,Respawn Entertainment,,1.37,0.88,,0.37,0.13,2016-10-28,2018-06-29 +/games/boxart/full_3823842AmericaFrontccc.jpg,Star Wars Knights of the Old Republic II: The Sith Lords,XB,Role-Playing,LucasArts,Obsidian Entertainment,,1.37,0.99,,0.33,0.05,2004-12-06, +/games/boxart/full_7741700AmericaFrontccc.jpg,A Collection of Activision Classic Games for the Atari 2600,PS,Misc,Activision,"Livesay Technologies, Inc.",3.8,1.37,0.76,,0.52,0.09,1998-09-23, +/games/boxart/full_2818201AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,PS2,Adventure,LucasArts,Traveller's Tales,,1.37,0.6,,0.01,0.76,2008-06-03, +/games/boxart/full_metroid-other-m_7AmericaFront.jpg,Metroid: Other M,Wii,Action,Nintendo,Nintendo SPD Production Group 1/Team Ninja,7.7,1.36,0.85,0.13,0.28,0.1,2010-08-31, +/games/boxart/full_3595470AmericaFrontccc.jpg,Skylanders SWAP Force,X360,Platform,Activision,Unknown,,1.36,0.88,,0.35,0.13,2013-10-13,2018-03-20 +/games/boxart/9001316ccc.jpg,Crash Bandicoot 2: N-Tranced,GBA,Platform,Vivendi Games,Vicarious Visions,7.5,1.36,0.63,,0.66,0.07,2003-01-07, +/games/boxart/full_9625007AmericaFrontccc.jpg,FIFA 17,PS3,Sports,Electronic Arts,EA Canada,,1.36,0.14,0.04,0.98,0.2,2016-09-27,2018-03-28 +/games/boxart/full_goldeneye-007_5AmericaFront.jpg,GoldenEye 007,Wii,Shooter,Activision,Eurocom Entertainment Software,8,1.36,0.76,0,0.6,,2010-11-02, +/games/boxart/full_marvel-vs-capcom-3-fate-of-two-worlds_944AmericaFront.jpg,Marvel vs. Capcom 3: Fate of Two Worlds,PS3,Fighting,Capcom,Capcom,8.2,1.36,0.81,0.11,0.28,0.15,2011-02-15, +/games/boxart/3605445ccc.jpg,Tom Clancy's Ghost Recon 2,XB,Shooter,Ubisoft,Red Storm Entertainment,,1.36,0.86,,0.45,0.06,2004-11-16, +/games/boxart/full_2824502AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,PS4,Shooter,Bethesda Softworks,MachineGames,9,1.36,0.55,0.01,0.58,0.22,2017-10-27,2018-05-10 +/games/boxart/6285281ccc.jpg,Centipede,2600,Shooter,Atari,Atari,,1.36,1.26,,0.08,0.01,1982-01-01, +/games/boxart/6603270ccc.jpg,Gradius,NES,Shooter,Konami,Konami,,1.36,0.27,1,0.08,0.01,1986-12-01, +/games/boxart/1059271ccc.jpg,Dead to Rights,PS2,Shooter,Namco,Namco,,1.36,0.67,,0.52,0.17,2002-11-18, +/games/boxart/full_380416AmericaFrontccc.jpg,Hasbro Family Game Night 2,Wii,Misc,Electronic Arts,EA Bright Light,6.4,1.36,0.7,,0.52,0.13,2009-10-27, +/games/boxart/full_5266352AmericaFrontccc.jpg,SingStar Abba,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.36,0.23,,0.04,1.09,2008-12-02, +/games/boxart/full_8015537AmericaFrontccc.jpg,Gardening Mama,DS,Puzzle,Majesco,Taito Corporation,6.6,1.36,0.79,0.01,0.42,0.13,2009-03-31, +/games/boxart/full_9236363AmericaFrontccc.png,Watch Dogs 2,XOne,Action,Ubisoft,Ubisoft,,1.35,0.71,,0.53,0.12,2016-11-15, +/games/boxart/full_6059759AmericaFrontccc.jpg,WWE '13,PS3,Sports,THQ,Unknown,,1.35,0.51,,0.62,0.22,2012-10-30,2018-01-12 +/games/boxart/full_232058AmericaFrontccc.jpg,Madden NFL 98,PS,Sports,EA Sports,EA Tiburon,,1.35,1.29,,0.03,0.03,1997-07-31, +/games/boxart/2564648ccc.jpg,FIFA Soccer 08,PSP,Sports,EA Sports,EA Canada,7.9,1.35,0.2,,0.76,0.39,2007-10-08, +/games/boxart/full_4118569AmericaFrontccc.jpg,Disney Princess: Enchanted Journey,Wii,Adventure,Disney Interactive Studios,Papaya Studios,,1.35,1.22,,0.03,0.1,2007-10-30, +/games/boxart/6417396ccc.jpg,FIFA Soccer 09,PSP,Sports,EA Sports,EA Canada,8.1,1.35,0.23,0.02,0.73,0.37,2008-10-14, +/games/boxart/full_3220788JapanFrontccc.jpg,Dance Dance Revolution (Japan),PS,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.35,,1.26,,0.09,1999-04-10, +/games/boxart/4862823ccc.jpg,FIFA Soccer 08,X360,Sports,EA Sports,EA Canada,,1.35,0.31,0.01,0.89,0.14,2007-10-09, +/games/boxart/full_2459376AmericaFrontccc.jpg,The Simpsons: Hit & Run,XB,Racing,VU Games,Radical Entertainment,,1.35,0.7,,0.58,0.07,2003-09-16, +/games/boxart/6191143ccc.jpg,Burnout Paradise,X360,Racing,Electronic Arts,Criterion,8.9,1.35,0.63,0.01,0.57,0.14,2008-01-22, +/games/boxart/full_5963199PALFrontccc.jpg,SingStar Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.35,,,1.04,0.31,2004-11-19, +/games/boxart/6513999ccc.jpg,Battlefield: Bad Company,PS3,Shooter,Electronic Arts,EA Digital Illusions CE,8.6,1.34,0.76,0.05,0.36,0.17,2008-06-23, +/games/boxart/full_f1-2010_6AmericaFront.jpg,F1 2010,PS3,Racing,Codemasters,Codemasters Birmingham,8.4,1.34,0.25,0.08,0.75,0.26,2010-09-21, +/games/boxart/1348491ccc.jpg,Max Payne 2: The Fall of Max Payne,PS2,Shooter,Rockstar Games,Remedy Entertainment,6.8,1.34,0.65,,0.51,0.17,2003-12-02, +/games/boxart/full_9684129AmericaFrontccc.jpg,Donkey Kong Jungle Beat,GC,Platform,Nintendo,Nintendo EAD Tokyo,7.9,1.34,0.84,0.24,0.22,0.04,2005-03-14, +/games/boxart/7107391ccc.gif,Mortal Kombat 3,GEN,Fighting,Williams Entertainment,Sculptured Software,,1.34,1.03,,0.27,0.04,1995-01-01, +/games/boxart/8710510ccc.jpg,MVP Baseball 2004,PS2,Sports,Electronic Arts,EA Sports,,1.34,1.1,,0.06,0.18,2004-03-09, +/games/boxart/full_ico-and-shadow-of-the-colossus-collection_717AmericaFront.jpg,The ICO & Shadow of the Colossus Collection,PS3,Adventure,Sony Computer Entertainment,Bluepoint Games,9,1.34,0.67,0.13,0.36,0.18,2011-09-27, +/games/boxart/8376536ccc.jpg,Doom 3,XB,Shooter,Activision,Vicarious Visions,,1.34,0.85,,0.43,0.06,2005-04-03, +/games/boxart/full_3945004AmericaFrontccc.jpg,Test Drive,PS2,Racing,Atari,Pitbull Syndicate,,1.34,0.95,0.01,0.21,0.18,2002-05-27, +/games/boxart/full_2425481AmericaFrontccc.jpg,Need for Speed Carbon,PS2,Racing,Electronic Arts,EA Black Box,7.7,1.34,1.22,0.05,0.05,0.01,2006-10-31, +/games/boxart/full_1499680AmericaFrontccc.jpg,Command & Conquer: Red Alert 2,PC,Strategy,Electronic Arts,Westwood Studios,8.9,1.34,1.32,,0.02,,2000-10-21, +/games/boxart/full_3761361AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,PS3,Shooter,Ubisoft,Ubisoft Montreal,8.2,1.34,0.66,0.04,0.45,0.2,2008-03-19, +/games/boxart/full_7623118AmericaFrontccc.jpg,Devil May Cry 4,X360,Action,Capcom,Capcom,8.5,1.34,0.79,0.08,0.34,0.13,2008-02-05, +/games/boxart/6305625ccc.jpg,WWE SmackDown vs Raw 2008,PS3,Fighting,THQ,Yuke's Media Creations,7.3,1.33,0.62,0.01,0.5,0.2,2007-11-13, +/games/boxart/full_6695965AmericaFrontccc.jpg,WWF War Zone,N64,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,1.33,1.08,,0.24,0.02,1998-08-11, +/games/boxart/full_7865730AmericaFrontccc.jpg,Saints Row IV,PS3,Action,Deep Silver,Volition Inc.,,1.33,0.58,0.09,0.45,0.21,2013-08-20,2018-04-02 +/games/boxart/full_1170189AmericaFrontccc.jpg,Alan Wake,X360,Action,Microsoft Game Studios,Remedy Entertainment,8.3,1.33,0.66,0.05,0.5,0.12,2010-05-18, +/games/boxart/full_crysis-2_295AmericaFront.jpg,Crysis 2,PS3,Shooter,Electronic Arts,Crytek,8.8,1.33,0.48,0.06,0.57,0.22,2011-03-22, +/games/boxart/full_6798531AmericaFrontccc.jpg,Ratchet & Clank: Up Your Arsenal (Weekly american sales),PS2,Platform,Sony Computer Entertainment,Insomniac Games,,1.33,1.27,,0.05,0.02,2004-11-03, +/games/boxart/2156877ccc.jpg,The Sims: Bustin' Out,GBA,Simulation,Electronic Arts,Griptonite Games,,1.33,0.93,,0.35,0.06,2003-12-02, +/games/boxart/2186881ccc.jpg,Corvette,PS2,Racing,Global Star Software,Steel Monkeys,,1.33,0.65,,0.51,0.17,2004-03-09, +/games/boxart/full_7823563AmericaFrontccc.jpg,Grand Theft Auto: Chinatown Wars,DS,Adventure,Rockstar Games,Rockstar Leeds/North,9.5,1.33,0.58,0.05,0.56,0.14,2009-03-17, +/games/boxart/7303473ccc.jpg,Triple Play 2001,PS,Sports,EA Sports,Treyarch,,1.33,0.74,,0.5,0.09,2000-03-14, +/games/boxart/full_1181203AmericaFrontccc.jpg,WWE 2K18,PS4,Sports,2K Sports,Yuke's,,1.33,0.45,,0.67,0.22,2017-10-17, +/games/boxart/full_spider-man-the-movie_712AmericaFront.jpg,Spider-Man: The Movie,GBA,Platform,Activision,Digital Eclipse,7.9,1.33,0.92,0.01,0.35,0.05,2002-04-16, +/games/boxart/full_8286007AmericaFrontccc.jpg,Tony Hawk's Pro Skater,GB,Sports,Activision,Natsume,7.1,1.33,0.9,0.01,0.38,0.05,2000-02-29, +/games/boxart/full_4720639AmericaFrontccc.jpg,Skylanders Giants,X360,Misc,Activision,Toys for Bob,,1.32,0.76,,0.44,0.12,2012-10-21,2018-01-16 +/games/boxart/full_1517894AmericaFrontccc.jpg,Fallout 76,PS4,Role-Playing,Bethesda Softworks,Bethesda Game Studios,5.1,1.32,0.52,0.1,0.49,0.2,2018-11-14,2018-12-02 +/games/boxart/full_7031969AmericaFrontccc.jpg,TOCA 2 Touring Car Championship,PS,Racing,Codemasters,Codemasters,,1.32,0.03,0.02,1.16,0.11,1999-10-31, +/games/boxart/full_rage_721AmericaFront.jpg,Rage,PS3,Shooter,Bethesda Softworks,id Software,7.9,1.32,0.47,0.06,0.59,0.2,2011-10-04, +/games/boxart/full_8702440AmericaFrontccc.jpg,MAG: Massive Action Game,PS3,Shooter,Sony Computer Entertainment,Zipper Interactive,7.4,1.32,0.77,0.09,0.3,0.16,2010-01-26, +/games/boxart/full_9108758AmericaFrontccc.jpg,The LEGO Movie Videogame,X360,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,1.32,0.69,,0.51,0.11,2014-02-07,2018-03-20 +/games/boxart/full_madden-nfl-97_9AmericaFront.jpg,Madden NFL 97,PS,Sports,EA Sports,EA Tiburon,,1.32,0.73,,0.5,0.09,1996-08-31, +/games/boxart/full_1092621AmericaFrontccc.jpg,NFL 2K3,PS2,Sports,Sega,Visual Concepts,,1.32,1.06,,0.08,0.18,2002-08-12, +/games/boxart/full_8033207AmericaFrontccc.jpg,UFC Undisputed 2010,X360,Fighting,THQ,Yuke's Future Media Creators,8.6,1.32,0.9,0,0.31,0.11,2010-05-25, +/games/boxart/full_6481743AmericaFrontccc.jpg,Need for Speed Underground Rivals,PSP,Racing,Electronic Arts,Team Fusion,7.6,1.32,0.69,0.02,0.38,0.24,2005-03-14, +/games/boxart/full_8858872AmericaFrontccc.jpg,Fighting Force,PS,Action,Eidos Interactive,Core Design Ltd.,,1.32,0.73,,0.5,0.09,1997-10-31, +/games/boxart/8484832ccc.gif,Petz Wild Animals: Dolphinz,DS,Simulation,Ubisoft,Magic Pockets,,1.32,0.71,,0.48,0.13,2007-10-16, +/games/boxart/1672169ccc.jpg,Pitfall II: Lost Caverns,2600,Platform,Activision,Activision,,1.31,1.22,,0.07,0.02,1983-09-16, +/games/boxart/4570243ccc.jpg,Turok: Evolution,PS2,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,1.31,0.64,,0.5,0.17,2002-08-31, +/games/boxart/full_1892595AmericaFrontccc.jpg,TNN Motor Sports Hardcore 4x4,PS,Racing,ASC Games,Gremlin Interactive,,1.31,0.73,,0.5,0.09,1996-11-30, +/games/boxart/full_949644AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,1.31,0.3,0.02,0.78,0.2,2016-06-28,2018-03-31 +/games/boxart/full_2404580AmericaFrontccc.jpg,Madagascar,PS2,Platform,Activision,Toys for Bob,6.4,1.31,0.78,,0.45,0.07,2005-05-23, +/games/boxart/full_1316169AmericaFrontccc.jpg,The Beatles: Rock Band,X360,Misc,MTV Games,Harmonix Music Systems,8.9,1.31,0.97,,0.23,0.11,2009-09-09, +/games/boxart/full_3384417AmericaFrontccc.jpg,[Prototype],X360,Action,Activision,Radical Entertainment,7.9,1.31,0.84,,0.35,0.12,2009-06-09, +/games/boxart/full_5849917AmericaFrontccc.jpg,FIFA 14,XOne,Sports,EA Sports,EA Canada,,1.31,0.44,,0.78,0.1,2013-11-22,2018-09-15 +/games/boxart/full_2868339AmericaFrontccc.jpg,LEGO Batman: The Videogame,PS3,Adventure,Warner Bros. Interactive,Traveller's Tales,7.2,1.31,0.72,,0.39,0.19,2008-09-23, +/games/boxart/3008963ccc.jpg,Rugrats Studio Tour,PS,Adventure,THQ,n-Space,,1.31,0.57,,0.67,0.07,1999-11-10, +/games/boxart/6635552ccc.jpg,IHRA Drag Racing 2,PS2,Racing,Bethesda Softworks,Bethesda Softworks,,1.31,0.64,,0.5,0.17,2002-12-09, +/games/boxart/7338780ccc.jpg,Burnout 3: Takedown,XB,Racing,Electronic Arts,Criterion Games,9.3,1.31,0.84,,0.43,0.04,2004-09-07, +/games/boxart/full_7878732AmericaFrontccc.png,EA Sports UFC 2,PS4,Sports,EA Sports,EA Canada,,1.31,0.44,,0.65,0.21,2016-03-15,2018-04-20 +/games/boxart/full_9105098AmericaFrontccc.jpg,Assassin's Creed: Rogue,PS3,Action,Ubisoft,Ubisoft Sofia,,1.3,0.46,0.07,0.57,0.2,2014-11-11,2018-01-14 +/games/boxart/full_517828AmericaFrontccc.jpg,LEGO Batman: The Videogame,PSP,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,1.3,0.57,,0.46,0.27,2008-09-23, +/games/boxart/full_4280869AmericaFrontccc.jpg,NBA Live 07,PS2,Sports,EA Sports,EA Canada,6.3,1.3,1.07,0.02,0.04,0.17,2006-09-25, +/games/boxart/full_8928484AmericaFrontccc.jpg,Digimon World,PS,Role-Playing,Bandai,Bandai,,1.3,0.56,0.28,0.38,0.08,2000-05-23, +/games/boxart/full_7824862AmericaFrontccc.jpg,SingStar '80s,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.3,0.27,,0.02,1.02,2007-09-18,2018-12-03 +/games/boxart/4811592ccc.jpg,Test Drive 5,PS,Racing,Accolade,Pitbull Syndicate,,1.3,1.05,,0.2,0.05,1998-09-30, +/games/boxart/full_9154694AmericaFrontccc.jpg,Yu-Gi-Oh! The Sacred Cards,GBA,Role-Playing,Konami,Konami,,1.3,0.94,,0.35,0.02,2003-11-04, +/games/boxart/full_3915280AmericaFrontccc.jpg,Gold's Gym: Cardio Workout,Wii,Sports,Ubisoft,Rocket Company,,1.29,1.1,0.06,0.04,0.09,2009-03-25, +/games/boxart/7718266ccc.jpg,Transformers,PS2,Shooter,Atari,Melbourne House,7.8,1.29,0.63,,0.49,0.16,2004-05-11, +/games/boxart/full_9752176AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,Wii,Misc,Disney Interactive Studios,Page 44 Studios,,1.29,0.67,0,0.49,0.13,2008-10-21, +/games/boxart/full_5429372AmericaFrontccc.jpg,Dark Souls II,PS3,Role-Playing,Namco Bandai Games,From Software,,1.29,0.38,0.41,0.35,0.15,2015-04-07,2018-04-23 +/games/boxart/full_5937797AmericaFrontccc.jpg,LEGO Battles,DS,Strategy,Warner Bros. Interactive,Hellbent Games,,1.29,0.79,,0.38,0.12,2009-06-10, +/games/boxart/full_4496423AmericaFrontccc.jpg,Mega Man Battle Network 3 Blue / White Version,GBA,Role-Playing,Capcom,Capcom,,1.29,0.39,0.85,0.02,0.03,2003-06-24, +/games/boxart/full_4959111AmericaFrontccc.jpg,Pirates of the Caribbean: The Curse of the Black Pearl,GBA,Platform,TDK Mediactive,Pocket Studios,,1.29,0.93,,0.34,0.02,2003-07-01, +/games/boxart/full_1240824AmericaFrontccc.jpg,Deal or No Deal,Wii,Misc,Zoo Games,Black Lantern Studios,,1.29,1.2,,,0.09,2009-01-20, +/games/boxart/full_6724026AmericaFrontccc.jpg,The Last Guardian,PS4,Action-Adventure,Sony Interactive Entertainment,SIE Japan Studio,7.9,1.29,0.4,0.13,0.58,0.19,2016-12-06,2018-04-04 +/games/boxart/5879785ccc.jpg,EA Playground,Wii,Sports,Electronic Arts,EA Canada,,1.29,0.68,,0.47,0.13,2007-10-22, +/games/boxart/full_4268058AmericaFrontccc.jpeg,Watch Dogs,X360,Action-Adventure,Ubisoft,Ubisoft Montreal,,1.29,0.73,0.01,0.44,0.11,2014-05-27,2018-03-15 +/games/boxart/full_2270992AmericaFrontccc.png,WWE 2K16,PS4,Sports,Take-Two Interactive,Yuke's,,1.29,0.43,,0.65,0.21,2015-10-27,2018-04-11 +/games/boxart/full_7496078AmericaFrontccc.jpg,Midnight Club 3: DUB Edition (America weekly sales),PS2,Racing,Rockstar Games,Rockstar San Diego,,1.29,1.22,,0.05,0.01,2005-04-11, +/games/boxart/4804056ccc.jpg,Champions of Norrath,PS2,Role-Playing,Sony Online Entertainment,Snowblind Studios,8.5,1.28,0.63,,0.49,0.16,2004-02-10, +/games/boxart/1435179ccc.jpg,Army Men 3D,PS,Action,3DO,3DO,,1.28,1.1,,0.14,0.04,1999-02-28, +/games/boxart/full_9250565AmericaFrontccc.jpg,Manhunt,PS2,Action,Rockstar Games,Rockstar North,8,1.28,0.63,,0.49,0.16,2003-11-18, +/games/boxart/full_9002745AmericaFrontccc.jpg,Injustice: Gods Among Us,PS3,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.28,0.5,0.01,0.56,0.21,2013-04-16,2018-04-22 +/games/boxart/9375417ccc.jpg,Twisted Metal 4,PS,Racing,989 Studios,989 Studios,6.7,1.28,1.07,,0.16,0.04,1999-10-31, +/games/boxart/5612444ccc.jpg,Need for Speed Carbon,Wii,Racing,Electronic Arts,EA Black Box,6.4,1.28,0.45,0.02,0.66,0.15,2006-11-19, +/games/boxart/full_1218779AmericaFrontccc.jpg,Imagine: Wedding Designer,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,1.28,0.55,,0.59,0.14,2008-11-04,2018-09-17 +/games/boxart/full_6684256AmericaFrontccc.jpg,Borderlands: The Handsome Collection,PS4,Shooter,2K Games,Gearbox Software,,1.28,0.69,0.03,0.34,0.22,2015-03-24, +/games/boxart/full_8741098AmericaFrontccc.jpeg,Project CARS,PS4,Racing,Bandai Namco Games,Slightly Mad Studios,,1.28,0.29,0.04,0.76,0.19,2015-05-12,2018-01-05 +/games/boxart/9492661ccc.jpg,.hack//Infection Part 1,PS2,Role-Playing,Bandai,CyberConnect2,7.7,1.27,0.49,0.26,0.38,0.13,2003-02-11, +/games/boxart/6765109ccc.jpg,Guitar Hero: Aerosmith,Wii,Misc,Activision,Vicarious Visions,,1.27,1.03,,0.14,0.1,2008-06-29, +/games/boxart/6960955ccc.jpg,Atlantis,2600,Shooter,Imagic,Imagic,,1.27,1.18,,0.08,0.01,1982-01-01, +/games/boxart/full_3585578AmericaFrontccc.jpg,LEGO Batman: The Videogame,PS2,Adventure,Warner Bros. Interactive,Traveller's Tales,7.6,1.27,0.72,,0.03,0.52,2008-09-23, +/games/boxart/full_9394937AmericaFrontccc.jpg,Need for Speed Rivals,PS3,Racing,Electronic Arts,Ghost Games,,1.27,0.33,0.05,0.69,0.19,2013-11-19,2018-01-16 +/games/boxart/full_4579541AmericaFrontccc.jpg,NBA 2K9,X360,Sports,2K Sports,Visual Concepts,8.3,1.27,1,,0.16,0.11,2008-10-07, +/games/boxart/full_916454AmericaFrontccc.jpg,WWE '13,X360,Misc,THQ,Unknown,,1.27,0.72,,0.44,0.11,2012-10-30, +/games/boxart/full_3592943AmericaFrontccc.jpg,Destiny: The Taken King,XOne,Shooter,Activision,Bungie,,1.27,0.91,,0.23,0.12,2015-09-15,2018-04-20 +/games/boxart/5249232ccc.jpg,Tony Hawk's Underground,XB,Sports,Activision,Neversoft Entertainment,,1.27,0.85,,0.37,0.05,2003-10-28, +/games/boxart/full_5103900AmericaFrontccc.jpg,Jillian Michaels' Fitness Ultimatum 2009,Wii,Sports,Majesco,3G Studios,,1.27,0.96,,0.2,0.11,2008-10-21, +/games/boxart/full_ea-sports-active-2_8AmericaFront.jpg,EA Sports Active 2,Wii,Sports,Electronic Arts,EA Vancouver,8,1.27,0.76,,0.4,0.11,2010-11-16, +/games/boxart/full_344406AmericaFrontccc.jpg,Jet Li: Rise to Honor,PS2,Action,Sony Computer Entertainment,Sony Computer Entertainment America,,1.27,0.62,,0.48,0.16,2004-02-17, +/games/boxart/full_wwe-12_98AmericaFront.jpg,WWE '12,X360,Fighting,THQ,"Yuke's Co., Ltd.",7.5,1.27,0.74,0,0.4,0.12,2011-11-22,2019-01-29 +/games/boxart/full_5107716AmericaFrontccc.jpg,Castlevania: Symphony of the Night,PS,Platform,Konami,Konami Computer Entertainment Tokyo,9.3,1.27,0.58,0.21,0.4,0.08,1997-10-02, +/games/boxart/full_the-sims-2-nightlife_255AmericaFront.jpg,The Sims 2: Nightlife,PC,Simulation,Electronic Arts,Maxis,7.5,1.27,1.22,,0.05,,2005-09-13, +/games/boxart/full_3519112AmericaFrontccc.jpg,Battle Arena Toshinden,PS,Fighting,Sony Computer Entertainment,Tamsoft,,1.27,0.39,0.53,0.26,0.08,1995-09-09, +/games/boxart/full_1102838AmericaFrontccc.jpg,Road Rash,PS,Racing,Electronic Arts,Advanced Technology Group,,1.27,0.71,,0.48,0.08,1995-12-29, +/games/boxart/full_4453359AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Confrontation,PS3,Shooter,Sony Computer Entertainment,Slant Six Games,6.3,1.26,0.94,0.02,0.17,0.14,2008-10-14, +/games/boxart/full_2553818PALFrontccc.jpg,Brian Lara Cricket,PS,Sports,Codemasters,Codemasters,,1.26,0.02,0.01,1.13,0.1,1998-12-01, +/games/boxart/494012ccc.jpg,Rockstar Games presents Table Tennis,Wii,Sports,Rockstar Games,Rockstar San Diego,6.8,1.26,0.39,,0.73,0.15,2007-10-15, +/games/boxart/2625078ccc.jpg,Kung Fu Panda,DS,Platform,Activision,Vicarious Visions,,1.26,0.56,,0.56,0.14,2008-06-03, +/games/boxart/full_lego-harry-potter-years-5-7_21AmericaFront.jpg,LEGO Harry Potter: Years 5-7,Wii,Action,Warner Bros. Interactive,Traveller's Tales,,1.26,0.7,,0.44,0.12,2011-11-11, +/games/boxart/full_2923134AmericaFrontccc.jpg,Assassin's Creed: Bloodlines,PSP,Action,Ubisoft,Griptonite Studio,6.3,1.26,0.43,0.05,0.5,0.28,2009-11-17, +/games/boxart/full_football-manager-2011_6PALFront.jpg,Football Manager 2011,PC,Sports,Sega,Sports Interactive,8.9,1.26,,,1.01,0.24,2010-11-09, +/games/boxart/8777291ccc.jpg,Wheel of Fortune,PS,Misc,Hasbro Interactive,Artech Studios,,1.26,0.99,,0.22,0.04,1998-12-15, +/games/boxart/full_1603834AmericaFrontccc.jpg,Tomb Raider: Underworld,PS3,Adventure,Eidos Interactive,Crystal Dynamics,7.8,1.26,0.45,0.05,0.55,0.21,2008-11-18, +/games/boxart/full_3767255AmericaFrontccc.jpg,Far Cry 4,PS3,Shooter,Ubisoft,Ubisoft Montreal,,1.26,0.35,0.09,0.63,0.19,2014-11-18,2018-01-23 +/games/boxart/full_3934347AmericaFrontccc.jpg,Devil Dice,PS,Puzzle,THQ,Shift,,1.26,0.05,1.1,0.03,0.08,1998-06-30, +/games/boxart/full_5873071JapanFrontccc.jpg,Gegege no Kitarou 2: Youkai Gundan no Chousen,NES,Role-Playing,Bandai,Bandai,,1.25,,1.25,,0,1987-12-22, +/games/boxart/full_1430658AmericaFrontccc.jpg,RollerCoaster Tycoon 2,PC,Strategy,Atari,Chris Sawyer,7.3,1.25,1.19,,0.06,,2002-10-15, +/games/boxart/full_8841685AmericaFrontccc.jpg,Star Wars: The Force Unleashed,PS2,Action,LucasArts,Krome Studios,,1.25,0.49,0.01,0,0.75,2008-09-16, +/games/boxart/full_3515576AmericaFrontccc.jpg,Road Rash 3D,PS,Racing,Electronic Arts,Electronic Arts,,1.25,1.05,,0.16,0.04,1998-05-31, +/games/boxart/6931737ccc.jpg,Lara Croft Tomb Raider: The Angel of Darkness,PS2,Action,Eidos Interactive,Core Design Ltd.,,1.25,0.61,,0.48,0.16,2003-06-20, +/games/boxart/6044006ccc.jpg,NBA Live 2001,PS,Sports,EA Sports,EA Canada,,1.25,0.7,,0.47,0.08,2000-10-16, +/games/boxart/full_cars-2-the-video-game_972AmericaFront.jpg,Cars 2,DS,Racing,Disney Interactive Studios,Avalanche Software,6.5,1.25,0.68,0.04,0.41,0.12,2011-06-21, +/games/boxart/full_5505392AmericaFrontccc.jpg,Black,PS2,Shooter,Electronic Arts,Criterion Games,7.7,1.25,1.01,0.03,0.04,0.16,2006-02-28, +/games/boxart/4348446ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,PS2,Action,Ubisoft,Ubisoft Shanghai,,1.25,0.52,,0.56,0.17,2004-06-16, +/games/boxart/616863ccc.jpg,Tom Clancy's Rainbow Six: Vegas,PS3,Shooter,Ubisoft,Ubisoft,,1.25,0.47,0.03,0.53,0.22,2007-06-26, +/games/boxart/full_4156086AmericaFrontccc.jpg,Winter Sports: The Ultimate Challenge,Wii,Sports,Conspiracy Entertainment,49Games,,1.25,0.45,,0.68,0.12,2007-12-11, +/games/boxart/full_7241870AmericaFrontccc.jpg,Need for Speed: Most Wanted,X360,Racing,Electronic Arts,Electronic Arts,8.4,1.25,1,0.02,0.13,0.1,2005-11-16, +/games/boxart/4331749ccc.jpg,Ratatouille,DS,Platform,THQ,Helixe,7,1.25,0.49,,0.62,0.14,2007-06-26, +/games/boxart/7104719ccc.jpg,Reel Fishing,PS,Sports,Natsume,Pack-In Video,,1.25,0.99,0.1,0.13,0.04,1998-03-31, +/games/boxart/full_dragon-ball-z-kyoushuu-saiyajin_4JapanFront.jpg,Dragon Ball: Daimaou Fukkatsu,NES,Role-Playing,Bandai,TOSE,,1.25,,1.25,,0,1988-08-12, +/games/boxart/78053ccc.jpg,Combat,2600,Action,Atari,Atari,,1.25,1.17,,0.07,0.01,1977-01-01, +/games/boxart/full_5908073AmericaFrontccc.jpg,FIFA Street (2012),PS3,Sports,EA Sports,EA Canada,,1.25,0.13,,0.91,0.21,2012-03-13,2018-01-31 +/games/boxart/full_9860865AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,XB,Action,LucasArts,The Collective,,1.24,0.82,,0.38,0.04,2005-05-04, +/games/boxart/4458393ccc.jpg,Need for Speed Carbon,PS3,Racing,Electronic Arts,EA Black Box,7.8,1.24,0.49,0.03,0.51,0.2,2006-11-17, +/games/boxart/full_926681AmericaFrontccc.jpg,Transformers: Autobots / Decepticons,DS,Action,Activision,Vicarious Visions,,1.24,1.12,,0.03,0.09,2007-06-19, +/games/boxart/4163617ccc.jpg,Ridge Racer V,PS2,Racing,Namco,Namco,,1.24,0.24,0.75,0.19,0.06,2000-10-25, +/games/boxart/full_8188308AmericaFrontccc.jpg,Oddworld: Abe's Oddysee,PS,Platform,GT Interactive,Oddworld Inhabitants,8.3,1.24,0.75,,0.44,0.06,1997-08-31, +/games/boxart/full_6330540AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,PS2,Sports,THQ,Yuke's Media Creations,,1.24,0.69,,0,0.55,2008-11-09, +/games/boxart/full_815951AmericaFrontccc.png,Battlefield: Hardline,XOne,Shooter,Electronic Arts,EA DICE,,1.24,0.73,0.01,0.39,0.11,2015-03-17,2018-04-11 +/games/boxart/full_3697632AmericaFrontccc.jpg,LEGO The Lord of the Rings,X360,Misc,Warner Bros. Interactive Entertainment,Unknown,,1.24,0.64,,0.5,0.1,2012-11-13, +/games/boxart/full_6433584AmericaFrontccc.jpg,[Prototype],PS3,Action,Activision,Radical Entertainment,8.1,1.24,0.65,,0.41,0.18,2009-06-09, +/games/boxart/1108300ccc.jpg,Baldur's Gate: Dark Alliance,PS2,Role-Playing,VU Games,Snowblind Studios,,1.24,0.61,,0.48,0.16,2001-12-02, +/games/boxart/full_3253995AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,PS3,Sports,EA Sports,EA Canada,8.2,1.23,0.3,0.07,0.64,0.22,2010-04-27, +/games/boxart/5410078ccc.jpg,Ben 10: Protector of Earth,Wii,Action,D3 Publisher,High Voltage Software,,1.23,0.54,,0.55,0.13,2007-10-30, +/games/boxart/4395712ccc.jpg,Guitar Hero: Aerosmith,X360,Misc,Activision,Neversoft,,1.23,1,,0.13,0.1,2008-06-29, +/games/boxart/full_9315970AmericaFrontccc.jpg,Driv3r,PS2,Racing,Atari,Reflections Interactive,,1.23,0.6,,0.47,0.16,2004-06-21, +/games/boxart/6580362ccc.jpg,Crash Bandicoot: The Wrath of Cortex,XB,Platform,Universal Interactive,Traveller's Tales,,1.23,0.59,,0.57,0.07,2002-04-15, +/games/boxart/684090ccc.jpg,Frogger: The Great Quest,PS2,Platform,Konami,Konami,3,1.23,0.6,,0.47,0.16,2001-11-18, +/games/boxart/3613637ccc.jpg,Donkey Kong Country 2,GBA,Platform,Nintendo,Rare Ltd.,7.6,1.23,0.79,0.12,0.27,0.04,2004-11-15, +/games/boxart/full_9376257AmericaFrontccc.jpg,Castlevania,NES,Platform,Konami,Konami,,1.23,0.54,0.62,0.06,0.01,1987-05-01, +/games/boxart/146267ccc.jpg,Spongebob Squarepants: Battle for Bikini Bottom,GBA,Platform,THQ,Vicarious Visions,,1.23,0.88,,0.33,0.02,2003-10-31, +/games/boxart/full_724106AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.23,0.5,,0.54,0.19,2012-06-26,2018-03-15 +/games/boxart/full_6924376PALFrontccc.jpg,Disney's Tarzan / Disney's Aladdin in Nasira's Revenge / Disney's The Emperor's New Groove Action Game,PS,Misc,Sony Computer Entertainment,Various,,1.23,0.69,,0.47,0.08,2003-04-15, +/games/boxart/575892ccc.jpg,Vigilante 8,PS,Racing,Activision,"Luxoflux, Inc.",,1.23,0.68,,0.47,0.08,1998-05-31, +/games/boxart/2427797ccc.jpg,SimCity 2000,PS,Simulation,Maxis,Maxis,,1.22,0.68,,0.46,0.08,1996-07-09, +/games/boxart/full_3823693AmericaFrontccc.jpg,WWE 2K17,PS4,Sports,2K Games,Yuke's,,1.22,0.32,,0.7,0.19,2016-10-11,2018-04-05 +/games/boxart/full_7834944AmericaFrontccc.jpg,WCW Mayhem,PS,Fighting,Electronic Arts,Kodiak Interactive,,1.22,0.68,,0.46,0.08,1999-09-22, +/games/boxart/full_5918118AmericaFrontccc.jpg,Star Wars Battlefront II,PSP,Shooter,LucasArts,Savage Entertainment,6.9,1.22,1.05,0.01,0.06,0.1,2005-11-01, +/games/boxart/full_5104727AmericaFrontccc.jpg,NBA Live 99,PS,Sports,EA Sports,NuFX,8.3,1.22,1.13,,0.05,0.03,1998-10-31, +/games/boxart/5234270ccc.jpg,NASCAR Thunder 2003,PS2,Racing,EA Sports,EA Tiburon,,1.22,0.6,,0.46,0.16,2002-09-29, +/games/boxart/full_3213949AmericaFrontccc.jpg,NBA 2K2,PS2,Sports,Sega,Visual Concepts,,1.22,0.59,0.01,0.46,0.15,2002-01-12, +/games/boxart/full_3716612JapanFrontccc.jpg,Parfait: Chocolat Second Style,PS2,Adventure,Alchemist,Alchemist,,1.22,0.59,0.01,0.46,0.15,2006-06-29, +/games/boxart/2796675ccc.jpg,Intelligent Qube,PS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,7.4,1.22,0.13,1,0.07,0.02,1997-09-30, +/games/boxart/6683678ccc.jpg,Pac-Man,NES,Puzzle,Namco,Namco,,1.22,0.27,0.85,0.08,0.02,1993-11-01, +/games/boxart/3071939ccc.jpg,Max Payne,XB,Shooter,Rockstar Games,neo Software,8.6,1.22,0.98,,0.19,0.05,2001-12-12, +/games/boxart/2926134ccc.jpg,Cars,PSP,Racing,THQ,Locomotive Games,7.4,1.21,0.72,,0.28,0.2,2006-06-06, +/games/boxart/6590226ccc.jpg,Test Drive 4,PS,Racing,Accolade,Pitbull Syndicate,,1.21,0.67,,0.46,0.08,1997-09-30, +/games/boxart/full_5951365AmericaFrontccc.jpg,The Sims 2: Castaway,Wii,Simulation,Electronic Arts,Maxis,,1.21,0.44,,0.63,0.14,2007-10-23, +/games/boxart/7080885ccc.jpg,Cars,PS2,Racing,THQ,Rainbow Studios,,1.21,1.01,,0.04,0.16,2006-06-06, +/games/boxart/full_7980153AmericaFrontccc.jpg,Just Dance 4,X360,Music,Ubisoft,Ubisoft,,1.21,0.9,,0.19,0.12,2012-10-09,2018-01-31 +/games/boxart/9875692ccc.jpg,Call of Duty: Finest Hour,XB,Shooter,Activision,Spark Unlimited,,1.21,0.78,,0.4,0.04,2004-11-16, +/games/boxart/2920185ccc.jpg,Sly Cooper and the Thievius Raccoonus,PS2,Platform,Sony Computer Entertainment,Sucker Punch,,1.21,1.03,,0.14,0.04,2002-09-23,2018-04-12 +/games/boxart/5795712ccc.jpg,Fuzion Frenzy,XB,Misc,Microsoft,Blitz Games,,1.21,0.93,,0.24,0.04,2001-11-14, +/games/boxart/6759370ccc.jpg,FIFA 07 Soccer,PSP,Sports,EA Sports,EA Canada,8,1.21,0.25,,0.64,0.32,2006-10-17, +/games/boxart/5102693ccc.jpg,Need for Speed Underground,GC,Racing,Electronic Arts,EA Black Box,,1.21,0.69,0.01,0.48,0.03,2003-11-17, +/games/boxart/full_3265725AmericaFrontccc.png,Bayonetta,PS3,Action,Sega,PlatinumGames,8.6,1.21,0.44,0.21,0.4,0.16,2010-01-05, +/games/boxart/full_6765149AmericaFrontccc.jpg,Shrek / Shrek 2 2-in-1 Gameboy Advance Video,GBA,Misc,Majesco,Majesco Games,,1.21,0.87,,0.32,0.02,2007-10-09, +/games/boxart/full_fifa-soccer-11_0AmericaFront.jpg,FIFA Soccer 11,PSP,Sports,EA Sports,HB Studios,7,1.21,0.13,0.01,0.7,0.36,2010-09-28, +/games/boxart/full_5904156AmericaFrontccc.jpg,Medal of Honor: Airborne,PS3,Shooter,Electronic Arts,EA Los Angeles,,1.21,0.25,0.03,0.7,0.24,2007-11-19, +/games/boxart/full_3401532AmericaFrontccc.jpg,Guitar Hero Live,PS4,Music,Activision,FreeStyleGames,,1.21,0.52,,0.49,0.2,2015-10-20,2018-03-15 +/games/boxart/full_star-wars-episode-1-jedi-power-battles_150AmericaFront.jpg,Star Wars Episode 1: Jedi Power Battles,PS,Action,LucasArts,LucasArts,,1.21,0.66,0.01,0.48,0.06,2000-03-31, +/games/boxart/2924140ccc.jpg,NFL 2K,DC,Sports,Sega,Visual Concepts,9.7,1.2,1.12,,0.05,0.02,1999-09-09, +/games/boxart/8362532ccc.jpg,The Lord of the Rings: The Fellowship of the Ring,PS2,Action,Black Label Games,Surreal Software,,1.2,0.59,,0.46,0.15,2002-10-16, +/games/boxart/full_f1-2011_344AmericaFront.jpg,F1 2011,PS3,Racing,Codemasters,Codemasters Birmingham,8.4,1.2,0.12,0.11,0.75,0.23,2011-09-20, +/games/boxart/full_4574881AmericaFrontccc.jpg,ATV Offroad Fury 3,PS2,Racing,Sony Computer Entertainment,Climax Group,7.5,1.2,1,,0.04,0.16,2004-11-02, +/games/boxart/full_4177770JapanFrontccc.jpg,Ganbare Goemon! Karakuri Douchuu,NES,Platform,Konami,Konami,,1.2,,1.2,,,1986-07-30, +/games/boxart/full_8353820AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,PS4,Action-Adventure,Konami Digital Entertainment,Kojima Productions,7.6,1.2,0.36,0.17,0.5,0.17,2014-03-18,2018-03-22 +/games/boxart/full_6110199JapanFrontccc.jpg,Dragon Ball Z: La Legende Saien,SNES,Fighting,Bandai,TOSE,,1.2,,1.2,,0,1994-01-01, +/games/boxart/full_8918504JapanFrontccc.jpg,TwinBee,NES,Shooter,Konami,Konami,,1.2,,1.2,,,1986-01-04, +/games/boxart/4614427ccc.jpg,Enter the Matrix,XB,Action,Atari,Shiny Entertainment,,1.2,0.72,0.01,0.43,0.04,2003-05-14, +/games/boxart/full_nhl-2002_601AmericaFront.jpg,NHL 2002,PS2,Sports,EA Sports,EA Canada,,1.2,0.59,,0.46,0.15,2001-09-24, +/games/boxart/full_7362642AmericaFrontccc.jpg,WWE 2K14,PS3,Fighting,2K Sports,Yuke's,7.6,1.2,0.49,,0.51,0.2,2013-10-29,2018-10-08 +/games/boxart/full_5658101AmericaFrontccc.jpg,Mad Max (2013),PS4,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,1.2,0.38,0.05,0.59,0.19,2015-09-01,2018-01-05 +/games/boxart/full_4942791AmericaFrontccc.jpg,Shadow of the Colossus,PS4,Action-Adventure,Sony Interactive Entertainment,Bluepoint Games,9.3,1.2,0.44,0.05,0.52,0.19,2018-02-06,2018-11-26 +/games/boxart/full_6504694AmericaFrontccc.jpg,World Soccer Winning Eleven 9 (JP & Others sales),PSP,Sports,Konami,Konami Computer Entertainment Tokyo,8,1.2,0.01,0.31,0.88,,2006-02-07, +/games/boxart/full_2882335AmericaFrontccc.jpg,Minecraft: Story Mode,X360,Adventure,Mojang,Telltale Games,,1.2,0.67,,0.42,0.11,2015-10-27,2018-01-13 +/games/boxart/full_mario-amp-sonic-at-the-london-2012-olympic-games_588AmericaFront.jpg,Mario & Sonic at the London 2012 Olympic Games,3DS,Sports,Sega,Sega,6.5,1.19,0.18,0.27,0.66,0.08,2012-02-14, +/games/boxart/3998788ccc.jpg,SpongeBob SquarePants: Revenge of the Flying Dutchman,GBA,Action,THQ,Vicarious Visions,,1.19,0.92,,0.23,0.04,2002-09-10, +/games/boxart/full_1591423AmericaFrontccc.jpg,Disney Sing It,Wii,Misc,Disney Interactive Studios,Zoe Mode,,1.19,0.77,,0.31,0.11,2008-10-21, +/games/boxart/full_the-simpsons-road-rage_209AmericaFront.jpg,The Simpsons: Road Rage,GBA,Racing,THQ,Altron,,1.19,0.86,,0.32,0.02,2003-06-30, +/games/boxart/5097183ccc.jpg,WWE SmackDown vs Raw 2008,PSP,Fighting,THQ,Yuke's Media Creations,7.3,1.19,0.45,,0.47,0.28,2007-11-13, +/games/boxart/full_7169836AmericaFrontccc.jpg,Pro Evolution Soccer 2008,Wii,Sports,Konami,Konami,,1.19,0.09,0.11,0.84,0.15,2008-03-18, +/games/boxart/full_4654302AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,DS,Adventure,LucasArts,Traveller's Tales,,1.19,0.65,,0.43,0.12,2009-11-17, +/games/boxart/1627272ccc.jpg,Nuclear Strike,PS,Simulation,Electronic Arts,Electronic Arts,,1.19,0.66,,0.45,0.08,1997-08-31, +/games/boxart/full_spider-man-the-movie_327AmericaFront.jpg,Spider-Man: The Movie,GC,Action,Activision,Treyarch,7.6,1.19,0.86,0.01,0.27,0.04,2002-04-15, +/games/boxart/full_6371348AmericaFrontccc.jpg,Hitman 2: Silent Assassin,XB,Action,Eidos Interactive,IO Interactive,,1.19,0.76,,0.38,0.05,2002-09-30, +/games/boxart/1956750ccc.jpg,Scarface: The World is Yours,PS2,Adventure,Sierra Entertainment,Radical Entertainment,,1.19,0.99,,0.04,0.16,2006-10-08, +/games/boxart/9109344ccc.jpg,Metal Gear Solid: Portable Ops,PSP,Action,Konami,Kojima Productions,8.7,1.19,0.38,0.38,0.35,0.09,2006-12-05, +/games/boxart/full_lego-star-wars-iii-the-clone-wars_140AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,PS3,Action,LucasArts,Traveller's Tales,8,1.18,0.52,,0.47,0.19,2011-03-22, +/games/boxart/full_4412075AmericaFrontccc.jpg,WWE '12,PS3,Fighting,THQ,"Yuke's Co., Ltd.",9,1.18,0.53,0.02,0.45,0.17,2011-11-22,2019-01-29 +/games/boxart/full_6435903AmericaFrontccc.jpg,Resident Evil: Operation Raccoon City,PS3,Shooter,Capcom,Slant Six Games,,1.18,0.48,0.36,0.24,0.1,2012-03-20, +/games/boxart/full_8121720JapanFrontccc.jpg,Inazuma Eleven 2: Kyoui no Shinryokusha - Fire / Blizzard,DS,Role-Playing,Level 5,Level 5,,1.18,,1.18,,,2009-10-01,2018-08-31 +/games/boxart/1546020ccc.jpg,Metal Gear Solid VR Missions,PS,Adventure,Konami,Konami Computer Entertainment Japan,6.8,1.18,0.66,,0.45,0.08,1999-09-24, +/games/boxart/6424632ccc.jpg,Pole Position,2600,Racing,Atari,Atari,,1.18,1.1,,0.07,0.01,1983-01-01, +/games/boxart/full_2984380PALFrontccc.jpg,Medal of Honor: Warfighter,X360,Shooter,Electronic Arts,Danger Close Games,,1.18,0.61,0.01,0.46,0.1,2012-10-23,2018-01-13 +/games/boxart/9938153ccc.gif,Tony Hawk's Pro Skater 2,GBA,Sports,Activision,Vicarious Visions,8.9,1.18,0.85,,0.31,0.02,2001-05-30, +/games/boxart/full_2911662AmericaFrontccc.jpg,R.B.I. Baseball 3,NES,Sports,Tengen,Namco,,1.18,0.1,1.08,,,1991-01-01, +/games/boxart/full_5681962AmericaFrontccc.jpg,LEGO Dimensions,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.18,0.48,,0.5,0.2,2015-09-27,2018-03-19 +/games/boxart/full_9968934AmericaFrontccc.jpg,LEGO Jurassic World,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.18,0.41,0.02,0.56,0.19,2015-06-12,2018-04-06 +/games/boxart/full_red-dead-redemption-undead-nightmare_38AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,PS3,Action,Rockstar Games,Rockstar San Diego,10,1.18,0.47,0.06,0.45,0.19,2010-11-23, +/games/boxart/1064785ccc.jpg,LEGO Indiana Jones: The Original Adventures,PSP,Adventure,LucasArts,Traveller's Tales,7.6,1.18,0.4,,0.49,0.3,2008-06-03, +/games/boxart/full_6155986AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,PS3,Fighting,THQ,JAKKS Pacific,8.1,1.17,0.48,0.01,0.48,0.19,2009-10-20, +/games/boxart/2944009ccc.jpg,Soviet Strike,PS,Simulation,Electronic Arts,EA Tiburon,,1.17,0.65,,0.44,0.08,1996-10-31, +/games/boxart/full_444594AmericaFrontccc.jpg,Medal of Honor: Rising Sun,XB,Shooter,Electronic Arts,EA Los Angeles,,1.17,0.76,,0.36,0.05,2003-11-11, +/games/boxart/9723649ccc.jpg,Ty the Tasmanian Tiger,PS2,Platform,Electronic Arts,Krome Studios,6.2,1.17,0.57,,0.45,0.15,2002-09-10, +/games/boxart/1902388ccc.jpg,Mission: Impossible,N64,Action,Ocean,Infogrames,6.6,1.17,0.74,0.02,0.38,0.03,1998-07-18, +/games/boxart/full_5609719AmericaFrontccc.jpg,Rage Racer,PS,Racing,Namco,Namco,,1.17,0.16,0.83,0.11,0.08,1997-04-30, +/games/boxart/8108434ccc.jpg,Army of Two,PS3,Shooter,Electronic Arts,EA Montreal,7.4,1.17,0.74,0.02,0.26,0.15,2008-03-07,2018-02-03 +/games/boxart/full_7474381AmericaFrontccc.jpg,Cool Boarders 4,PS,Sports,989 Studios,Idol Minds Digital Entertainment,,1.17,0.65,,0.44,0.08,1999-01-01, +/games/boxart/full_8970461AmericaFrontccc.jpg,Gun,PS2,Shooter,Activision,Neversoft Entertainment,,1.17,0.98,,0.04,0.16,2005-11-08, +/games/boxart/6224198ccc.jpg,Cabela's Dangerous Hunts,PS2,Sports,Activision,Sand Grain Studios,,1.17,0.57,,0.45,0.15,2003-11-11, +/games/boxart/3078371ccc.jpg,Medal of Honor Heroes 2,PSP,Shooter,Electronic Arts,Team Fusion,6.6,1.16,0.5,0.02,0.39,0.25,2007-11-13, +/games/boxart/5038202ccc.jpg,Sega Rally Championship,SAT,Racing,Sega,Sega-AM3,,1.16,0.21,0.77,0.16,0.02,1995-12-05, +/games/boxart/3928132ccc.jpg,Yu-Gi-Oh! The Sacred Cards (American and Others sales),GBA,Role-Playing,Konami,Konami,,1.16,0.84,,0.27,0.05,2003-11-04, +/games/boxart/full_sniper-ghost-warrior_1AmericaFront.jpg,Sniper: Ghost Warrior,X360,Shooter,City Interactive,City Interactive,4.3,1.16,0.54,,0.5,0.12,2010-06-29, +/games/boxart/full_8267415AmericaFrontccc.jpg,NASCAR Thunder 2002,PS2,Racing,EA Sports,EA Tiburon,,1.16,0.57,,0.44,0.15,2001-10-15, +/games/boxart/full_7514095AmericaFrontccc.jpg,Midnight Club 3: DUB Edition Remix,PS2,Racing,Rockstar Games,Rockstar San Diego,,1.16,0.97,,0.04,0.16,2006-03-13, +/games/boxart/full_9928591AmericaFrontccc.jpg,MLB The Show 17,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,1.16,0.94,,,0.22,2017-03-28,2018-09-17 +/games/boxart/full_7653877AmericaFrontccc.jpg,WWE 2K15,PS4,Sports,2K Sports,Visual Concepts,,1.16,0.4,,0.57,0.19,2014-11-18,2018-01-06 +/games/boxart/full_1875554AmericaFrontccc.jpg,FIFA Soccer 10,PSP,Sports,EA Sports,EA Canada,7.9,1.16,0.16,0.01,0.68,0.31,2009-10-20, +/games/boxart/full_your-shape-fitness-evolved-2012_390AmericaFront.jpg,Your Shape: Fitness Evolved 2012,X360,Sports,Ubisoft,Ubisoft Montreal,,1.16,0.7,,0.36,0.1,2011-11-08, +/games/boxart/1049035ccc.jpg,Spore,PC,Strategy,Electronic Arts,Maxis,7,1.16,0.03,,1.06,0.07,2008-09-07, +/games/boxart/full_1852617AmericaFrontccc.jpg,Test Drive: Off Road,PS,Racing,Accolade,Motivetime,,1.16,0.65,,0.44,0.08,1997-02-28, +/games/boxart/3770708ccc.jpg,Bushido Blade,PS,Fighting,Sony Computer Entertainment,Light Weight,8.2,1.16,0.39,0.43,0.27,0.08,1997-09-30, +/games/boxart/2886573ccc.jpg,Tom Clancy's Ghost Recon: Jungle Storm,PS2,Shooter,Ubisoft,Red Storm Entertainment,,1.16,0.57,,0.44,0.15,2004-03-16, +/games/boxart/full_1957452AmericaFrontccc.jpg,EA Sports Active: More Workouts,Wii,Sports,EA Sports,EA Vancouver,7.9,1.16,0.78,,0.28,0.1,2009-11-17, +/games/boxart/full_9393461AmericaFrontccc.jpg,Mirror's Edge,X360,Platform,Electronic Arts,EA Digital Illusions CE,7.6,1.16,0.51,0.01,0.51,0.12,2008-11-11,2019-03-25 +/games/boxart/full_7798502AmericaFrontccc.png,Sunset Overdrive,XOne,Action,Microsoft Studios,Insomniac Games,8,1.16,0.64,0,0.42,0.1,2014-10-28,2018-01-06 +/games/boxart/full_244890AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,XB,Action,Eidos Interactive,Traveller's Tales,8,1.16,0.83,,0.28,0.05,2005-04-05, +/games/boxart/full_7763123JapanFrontccc.jpg,Puyo Puyo Sun Ketteiban,PS,Puzzle,Compile,Compile,,1.15,,1.07,,0.07,1997-11-27, +/games/boxart/51576ccc.jpg,Kaboom!,2600,Action,Activision,Activision,,1.15,1.07,,0.07,0.01,1981-01-01, +/games/boxart/full_93042AmericaFrontccc.jpg,Worldwide Soccer Manager 2009,PC,Simulation,Sega,Sports Interactive,,1.15,,,1.15,0.01,2008-11-18, +/games/boxart/full_8154944AmericaFrontccc.png,The Elder Scrolls V: Skyrim,NS,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.6,1.15,0.67,0.06,0.32,0.1,2017-11-17,2018-01-01 +/games/boxart/full_1578888JapanFrontccc.jpg,Doraemon,NES,Action,Hudson Soft,Hudson Soft,,1.15,,1.15,,0,1986-12-12, +/games/boxart/5716705ccc.jpg,Asteroids,PS,Shooter,Activision,Syrox Developments,,1.15,0.64,,0.43,0.07,1998-10-31, +/games/boxart/6651793ccc.jpg,Gauntlet: Dark Legacy,PS2,Action,Midway Games,Midway Games West,,1.15,0.56,,0.44,0.15,2001-05-01, +/games/boxart/full_7724977JapanFrontccc.jpg,Derby Stallion III,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,1.15,,1.15,,0,1995-01-20, +/games/boxart/8643071ccc.jpg,Tak and the Power of Juju,PS2,Platform,THQ,Avalanche Software,,1.15,0.56,,0.44,0.15,2003-10-15, +/games/boxart/full_4766042AmericaFrontccc.jpg,High School Musical 2: Work This Out!,DS,Misc,Disney Interactive Studios,Artificial Mind and Movement,,1.15,0.5,,0.52,0.13,2008-04-15, +/games/boxart/1025166ccc.jpg,Bad Boys: Miami Takedown,PS2,Shooter,Crave Entertainment,Blitz Games,,1.15,0.56,,0.44,0.15,2004-09-14, +/games/boxart/full_7329069AmericaFrontccc.png,Middle-Earth: Shadow of War,XOne,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,1.15,0.75,,0.29,0.11,2017-10-10,2018-01-10 +/games/boxart/full_5236311AmericaFrontccc.jpg,Dragon Quest VIII: Journey of the Cursed King,3DS,Role-Playing,Nintendo,Level 5 / Armor Project,8.8,1.15,0.14,0.88,0.11,0.02,2017-01-20,2018-01-07 +/games/boxart/full_767000AmericaFrontccc.jpeg,Lego Marvel Super Heroes,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.15,0.61,,0.44,0.1,2013-11-22,2018-12-01 +/games/boxart/1555447ccc.jpg,Call of Duty 4: Modern Warfare,PC,Shooter,Activision,Infinity Ward,9.3,1.15,,,1.12,0.03,2007-11-05, +/games/boxart/9994243ccc.jpg,Mobile Suit Gundam: Federation vs. Zeon,PS2,Simulation,Bandai,Bandai,,1.14,0.12,0.88,0.1,0.03,2002-09-09, +/games/boxart/8966403ccc.jpg,Hot Shots Golf: Out of Bounds,PS3,Sports,Sony Computer Entertainment,Clap Hanz,8.3,1.14,0.31,0.76,0.03,0.04,2008-03-18, +/games/boxart/8334980ccc.jpg,The Lord of the Rings: The Return of the King,XB,Action,Electronic Arts,"Hypnos Entertainment, Inc.",8.8,1.14,0.71,,0.38,0.05,2003-11-05, +/games/boxart/3962783ccc.jpg,South Park,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,6,1.14,0.9,,0.23,0.02,1998-12-12, +/games/boxart/full_1309816JapanFrontccc.jpg,LEGO Worlds,PS4,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.14,0.21,0.04,0.72,0.17,2017-03-07, +/games/boxart/3799034ccc.jpg,Grand Theft Auto: The Trilogy,PS2,Adventure,Rockstar Games,Rockstar North,,1.14,,,0.51,0.62,2005-11-20, +/games/boxart/7528916ccc.jpg,Brave Fencer Musashi,PS,Role-Playing,Square,SquareSoft,8.4,1.14,0.25,0.65,0.17,0.07,1998-10-31, +/games/boxart/176609ccc.jpg,Shadow of the Colossus,PS2,Adventure,Sony Computer Entertainment,Team ICO,9.1,1.14,0.78,0.2,0.03,0.13,2005-10-18, +/games/boxart/858617ccc.jpg,Action Bass,PS,Action,Take-Two Interactive,Unknown,5.1,1.14,0.64,,0.43,0.07,2000-07-14, +/games/boxart/full_2543321AmericaFrontccc.jpg,Tenchu: Wrath of Heaven,PS2,Action,Activision,K2 LLC,,1.14,0.44,0.25,0.34,0.11,2003-03-03, +/games/boxart/full_4029717JapanFrontccc.jpg,Final Fantasy XV,XOne,Role-Playing,Square Enix,Square Enix,,1.14,0.72,0.01,0.3,0.11,2016-11-29,2018-05-03 +/games/boxart/2762791ccc.jpg,Dance Dance Revolution Extreme 2,PS2,Simulation,Konami,Konami Computer Entertainment Hawaii,,1.14,0.95,,0.04,0.16,2005-09-27, +/games/boxart/full_lego-star-wars-iii-the-clone-wars_987AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,3DS,Action,LucasArts,Traveller's Tales,6.7,1.14,0.61,,0.44,0.09,2011-03-27, +/games/boxart/full_mortal-kombat_316AmericaFront.jpg,Mortal Kombat,X360,Fighting,Warner Bros. Interactive,NetherRealm Studios,8.3,1.14,0.85,,0.19,0.1,2011-04-19, +/games/boxart/full_3941778AmericaFrontccc.jpg,Need for Speed Underground 2,GC,Racing,Electronic Arts,EA Black Box,,1.14,0.7,0.01,0.39,0.03,2004-11-15, +/games/boxart/full_8705226AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,GBA,Action,Eidos Interactive,Amaze Entertainment,7.4,1.14,0.82,,0.3,0.02,2005-03-29, +/games/boxart/6998455ccc.jpg,007: Quantum of Solace,PS3,Shooter,Activision,Treyarch,6.6,1.14,0.43,0.02,0.51,0.19,2008-11-04, +/games/boxart/full_6882091AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim VR,PS4,Role-Playing,Bethesda Softworks,Bethesda Softworks,,1.13,0.47,0.01,0.47,0.19,2017-11-17,2018-09-11 +/games/boxart/9791704ccc.jpg,Pokémon Mystery Dungeon: Red Rescue Team (US weekly sales),GBA,Role-Playing,Nintendo,ChunSoft,,1.13,0.81,,0.3,0.02,2006-09-18, +/games/boxart/1792688ccc.jpg,MechAssault,XB,Simulation,Microsoft Game Studios,Day 1 Studios,,1.13,1.01,,0.1,0.03,2002-11-11, +/games/boxart/full_4051650AmericaFrontccc.jpg,NCAA Football 14,X360,Sports,EA Sports,EA Tiburon,7.6,1.13,1.01,,,0.12,2013-07-09,2018-01-31 +/games/boxart/full_1861909JapanFrontccc.jpg,Derby Stallion 99,PS,Sports,ASCII Entertainment,ParityBit,,1.13,,1.06,,0.07,1999-09-30, +/games/boxart/full_8264341AmericaFrontccc.jpg,SingStar,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,1.13,0.45,,0.56,0.12,2008-05-20, +/games/boxart/full_rocksmith_515AmericaFront.jpg,Rocksmith,PS3,Misc,Ubisoft,Ubisoft,8,1.13,0.53,0.09,0.38,0.13,2011-10-18, +/games/boxart/full_5976071AmericaFrontccc.jpg,Rabbids Go Home,Wii,Adventure,Ubisoft,Ubisoft Montpellier,8,1.13,0.25,,0.74,0.14,2009-11-03, +/games/boxart/full_fight-night-champion_55AmericaFront.jpg,Fight Night Champion,PS3,Fighting,EA Sports,EA Canada,8.4,1.13,0.45,,0.5,0.18,2011-03-01, +/games/boxart/full_8557297AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Black Arrow,XB,Shooter,Ubisoft,Ubisoft Montreal,,1.13,0.99,,0.12,0.02,2004-08-04, +/games/boxart/full_2635589AmericaFrontccc.jpg,Guitar Hero 5,X360,Misc,Activision,Neversoft Entertainment,9,1.13,0.65,,0.37,0.11,2009-09-01, +/games/boxart/full_rocksmith_76AmericaFront.jpg,Rocksmith,X360,Misc,Ubisoft,Ubisoft,8,1.13,0.85,0.01,0.19,0.08,2011-10-18, +/games/boxart/full_355593AmericaFrontccc.jpg,ModNation Racers,PS3,Racing,Sony Computer Entertainment,United Front Games,8.1,1.13,0.5,0.06,0.4,0.16,2010-05-25, +/games/boxart/full_6214041PALFrontccc.jpg,Plants vs Zombies: Garden Warfare,X360,Shooter,Electronic Arts,PopCap Games,8,1.13,0.54,0,0.5,0.09,2014-02-25,2018-02-05 +/games/boxart/full_4730735AmericaFrontccc.jpg,Jampack Winter '98,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1.13,0.63,,0.43,0.07,1998-10-01, +/games/boxart/4542100ccc.jpg,Cars,GBA,Racing,THQ,Helixe,4.5,1.13,0.81,,0.3,0.02,2006-06-06, +/games/boxart/full_3564523AmericaFrontccc.jpg,Mirror's Edge,PS3,Platform,Electronic Arts,EA Digital Illusions CE,7.7,1.13,0.31,0.02,0.59,0.21,2008-11-11,2019-03-25 +/games/boxart/full_5168012AmericaFrontccc.jpg,Spider-Man 2,XB,Action,Activision,Treyarch,7.7,1.12,0.82,,0.26,0.04,2004-06-28, +/games/boxart/full_3192473AmericaFrontccc.jpg,Call Of Duty 2: Big Red One,XB,Shooter,Activision,Treyarch,,1.12,0.66,,0.4,0.05,2005-11-01, +/games/boxart/full_6471985AmericaFrontccc.jpg,Supercar Street Challenge,PS2,Racing,Activision,EXAKT Entertainment,,1.12,0.55,,0.43,0.14,2001-10-22, +/games/boxart/full_crackdown-2_2AmericaFront.jpg,Crackdown 2,X360,Shooter,Microsoft Game Studios,Ruffian Games,7.5,1.12,0.63,0.02,0.36,0.1,2010-07-06, +/games/boxart/full_8746356AmericaFrontccc.jpg,WWE 2K14,X360,Fighting,2K Sports,Yuke's,7.6,1.12,0.64,,0.38,0.1,2013-10-29,2018-10-08 +/games/boxart/full_2803387AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),PSV,Racing,Electronic Arts,Criterion Games,7.4,1.12,0.33,0.01,0.53,0.25,2012-10-30,2018-12-19 +/games/boxart/full_dragon-age-ii_539AmericaFront.jpg,Dragon Age II,X360,Role-Playing,Electronic Arts,BioWare Corp.,8,1.12,0.72,0.01,0.29,0.09,2011-03-08, +/games/boxart/full_4726373AmericaFrontccc.jpg,Guitar Hero 5,PS2,Misc,Activision,BudCat Creations,,1.12,0.28,,0.3,0.54,2009-09-01, +/games/boxart/full_5035408AmericaFrontccc.jpg,The Beatles: Rock Band,PS3,Misc,MTV Games,Harmonix Music Systems,8.7,1.12,0.67,,0.29,0.15,2009-09-09, +/games/boxart/full_moon-patrol_10AmericaFront.jpg,Moon Patrol,2600,Shooter,Atari,Atari,,1.12,1.05,,0.06,0.01,1983-01-01, +/games/boxart/full_3415948AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Fireteam Bravo,PSP,Shooter,Sony Computer Entertainment,Zipper Interactive,7.9,1.12,1.03,0.01,0,0.08,2005-11-08, +/games/boxart/full_2206174AmericaFrontccc.jpg,Transformers: The Game,PS2,Action,Activision,Traveller's Tales,,1.11,0.63,0,0.37,0.11,2007-06-26, +/games/boxart/full_3598254AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,X360,Action-Adventure,Disney Interactive Studios,Avalanche Software,,1.11,0.67,,0.34,0.1,2014-09-23,2018-02-06 +/games/boxart/full_5194973AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PS3,Action,Konami Digital Entertainment,Bluepoint Games,,1.11,0.52,,0.44,0.14,2011-11-08,2018-03-19 +/games/boxart/full_1341518AmericaFrontccc.jpg,Mafia III,XOne,Action-Adventure,2K Games,Hangar 13,6.8,1.11,0.54,,0.48,0.09,2016-10-07,2018-04-02 +/games/boxart/full_1824540AmericaFrontccc.jpg,NCAA Football 13,X360,Sports,EA Sports,EA Tiburon,7.5,1.11,1.02,,,0.09,2012-07-10,2018-02-06 +/games/boxart/full_9892340AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,NS,Platform,Activision,Toys for Bob,6,1.11,0.44,0.02,0.57,0.09,2018-06-29,2018-11-07 +/games/boxart/full_682030AmericaFrontccc.jpg,Just Dance 2016,Wii,Music,Ubisoft,Ubisoft Paris,,1.11,0.43,,0.58,0.09,2015-10-20,2018-04-05 +/games/boxart/full_castlevania-lords-of-shadow_1AmericaFront.jpg,Castlevania: Lords of Shadow,PS3,Action,Konami,Mercury Steam,8.1,1.11,0.5,0.1,0.37,0.15,2010-10-05, +/games/boxart/1609809ccc.gif,Tom Clancy's Splinter Cell: Chaos Theory,XB,Action,Ubisoft,Ubisoft Montreal,9.4,1.11,0.68,,0.38,0.05,2005-03-28, +/games/boxart/full_red-dead-redemption-undead-nightmare_699AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,X360,Action,Rockstar Games,Rockstar San Diego,10,1.11,0.61,0.02,0.38,0.1,2010-11-23, +/games/boxart/full_8692814AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.11,0.33,0,0.6,0.18,2017-11-14,2018-02-11 +/games/boxart/full_plants-vs-zombies_140AmericaFront.jpg,Plants vs. Zombies,DS,Strategy,PopCap Games,PopCap Games,8.1,1.11,0.9,,0.13,0.09,2011-01-18, +/games/boxart/full_3797653AmericaFrontccc.jpg,EA Sports UFC,PS4,Fighting,Electronic Arts,EA Canada,,1.11,0.49,0.01,0.43,0.18,2014-06-17,2018-01-05 +/games/boxart/4773902ccc.jpg,Rock Band,PS2,Misc,MTV Games,Harmonix Music Systems,8.1,1.11,0.71,,0.06,0.35,2007-12-18, +/games/boxart/full_1185299AmericaFrontccc.jpg,NBA Jam Tournament Edition,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,1.11,0.95,,0.14,0.03,1995-05-30, +/games/boxart/full_136197AmericaFrontccc.jpg,Guitar Hero Encore: Rocks The 80s,PS2,Misc,RedOctane,Harmonix Music Systems,,1.11,0.92,,0.04,0.15,2007-07-24, +/games/boxart/3068254ccc.jpg,Lode Runner,NES,Puzzle,Broderbund,Hudson Soft,,1.1,,1.1,,0,1987-09-01, +/games/boxart/full_6231834AmericaFrontccc.jpg,NBA Live 2001,PS2,Sports,EA Sports,EA Canada,,1.1,0.52,0.04,0.4,0.13,2001-01-22, +/games/boxart/full_3285439AmericaFrontccc.jpg,FIFA 18,NS,Sports,EA Sports,EA Vancouver,5.8,1.1,0.35,0.13,0.55,0.07,2017-09-29,2018-04-02 +/games/boxart/3237839ccc.jpg,SingStar Legends,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.1,0.12,,0.75,0.23,2008-11-04, +/games/boxart/4064962ccc.jpg,Petz Dogz 2,DS,Simulation,Ubisoft,Yuke's Media Creations,,1.1,0.46,,0.52,0.12,2007-11-14, +/games/boxart/full_7706238AmericaFrontccc.jpg,Megamania,2600,Shooter,Activision,Activision,,1.1,1.03,,0.06,0.01,1982-01-01, +/games/boxart/3838680ccc.jpg,Jungle Hunt,2600,Platform,Atari,Atari,,1.1,1.03,,0.06,0.01,1983-01-01, +/games/boxart/full_lego-star-wars-iii-the-clone-wars_657AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,DS,Action,LucasArts,Traveller's Tales,6.3,1.1,0.62,,0.38,0.1,2011-03-22, +/games/boxart/2110701ccc.jpg,Need for Speed: ProStreet,Wii,Racing,Electronic Arts,EA Black Box,,1.1,0.53,,0.45,0.12,2007-11-13, +/games/boxart/full_5748576JapanFrontccc.jpg,Famicom Jump: Eiyuu Retsuden,NES,Role-Playing,Bandai,TOSE,,1.1,,1.1,,0,1989-02-15, +/games/boxart/full_8783036AmericaFrontccc.jpg,Guitar Hero 5,PS3,Misc,Activision,Neversoft Entertainment,8.8,1.1,0.53,,0.39,0.17,2009-09-01, +/games/boxart/full_755968AmericaFrontccc.jpg,Skylanders SWAP Force,PS3,Misc,Activision,Unknown,,1.1,0.46,,0.46,0.18,2013-10-13, +/games/boxart/full_5405102AmericaFrontccc.jpg,Medal of Honor: Airborne,X360,Shooter,Electronic Arts,EA Los Angeles,,1.1,0.45,0.01,0.52,0.12,2007-09-04, +/games/boxart/full_singstar-rocks_275AmericaFront.jpg,SingStar Rocks!,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.1,,,0.84,0.25,2006-11-14, +/games/boxart/full_8591610AmericaFrontccc.jpg,Triple Play 98,PS,Sports,EA Sports,EA Sports,,1.1,0.61,,0.42,0.07,1997-04-30, +/games/boxart/full_6858486AmericaFrontccc.jpg,GRID,PS3,Racing,Codemasters,Codemasters,8.6,1.1,0.31,0.03,0.57,0.19,2008-06-03, +/games/boxart/full_sonic-free-riders_1AmericaFront.jpg,Sonic Free Riders,X360,Racing,Sega,O-TWO inc.,4.9,1.1,0.75,,0.25,0.1,2010-11-04, +/games/boxart/1395823ccc.jpg,Bully: Scholarship Edition,X360,Action,Rockstar Games,Rockstar Vancouver/Mad Doc Software,8.1,1.09,0.53,0.03,0.42,0.11,2008-03-05, +/games/boxart/full_7602742AmericaFrontccc.jpg,The Godfather,PS2,Action,Electronic Arts,Headgate,,1.09,0.89,0.01,0.03,0.15,2006-03-21, +/games/boxart/full_8179358AmericaFrontccc.jpg,Imagine: Babysitters,DS,Simulation,Ubisoft,Visual Impact,,1.09,0.63,,0.36,0.1,2008-10-07, +/games/boxart/full_6495379AmericaFrontccc.jpg,DJ Hero,X360,Misc,Activision,FreeStyleGames,8.4,1.09,0.59,,0.39,0.11,2009-10-27, +/games/boxart/full_wwe-smackdown-vs-raw-2011_4AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PS3,Fighting,THQ,JAKKS Pacific,,1.09,0.44,0.01,0.46,0.18,2010-10-26, +/games/boxart/full_1402067AmericaFrontccc.jpg,Namco Museum Battle Collection,PSP,Misc,Namco,Namco Tales Studio,7.9,1.09,0.75,,0.18,0.16,2005-08-23, +/games/boxart/full_4047435AmericaFrontccc.jpg,NERF N-Strike,Wii,Shooter,Electronic Arts,EA Salt Lake,,1.09,0.91,,0.09,0.09,2008-10-28, +/games/boxart/full_8372723AmericaFrontccc.jpg,Lightning Returns: Final Fantasy XIII,PS3,Misc,Square Enix,Unknown,7.1,1.09,0.31,0.45,0.22,0.11,2014-02-11, +/games/boxart/full_135821AmericaFrontccc.jpg,Toy Story 3: The Video Game,PS3,Action,Disney Interactive Studios,Avalanche Software,7.5,1.09,0.51,,0.41,0.17,2010-06-15, +/games/boxart/5678182ccc.jpg,Madden NFL 2004,XB,Sports,EA Sports,EA Tiburon,,1.09,1.02,,0.02,0.05,2003-08-12, +/games/boxart/full_9051560AmericaFrontccc.jpg,Skate 2,X360,Sports,Electronic Arts,EA Black Box,8.2,1.09,0.82,0.01,0.17,0.09,2009-01-21, +/games/boxart/full_9213959AmericaFrontccc.jpg,NFL Blitz 2000,PS,Sports,Midway Games,Midway Games,,1.09,0.6,,0.41,0.07,1999-08-17, +/games/boxart/full_5150679AmericaFrontccc.jpg,Alien: Isolation,PS4,Adventure,Sega,Creative Assembly,,1.09,0.29,0.05,0.59,0.16,2014-10-07,2018-01-05 +/games/boxart/full_1866613AmericaFrontccc.jpg,NFL 2K1,DC,Sports,Sega,Visual Concepts,9.6,1.09,1.02,,0.05,0.02,2000-09-07, +/games/boxart/full_1267264AmericaFrontccc.jpg,Star Wars: Bounty Hunter,PS2,Shooter,LucasArts,LucasArts,,1.09,0.53,,0.42,0.14,2002-11-22, +/games/boxart/5223208ccc.jpg,Dragon Ball Z: The Legacy of Goku II,GBA,Role-Playing,Atari,Webfoot Technologies,7.6,1.09,0.78,,0.29,0.02,2003-06-17, +/games/boxart/1725250ccc.jpg,Untold Legends: Brotherhood of the Blade,PSP,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,6.5,1.09,0.54,0.01,0.33,0.22,2005-03-22, +/games/boxart/full_8476621AmericaFrontccc.jpg,Star Wars: The Force Unleashed,PSP,Action,LucasArts,Krome Studios,7.1,1.09,0.43,,0.41,0.24,2008-09-16, +/games/boxart/full_the-simpsons-game_2AmericaFront.jpg,The Simpsons Game,PSP,Platform,Electronic Arts,EA Redwood Shores,6,1.08,0.24,,0.54,0.3,2007-11-05, +/games/boxart/1900844ccc.jpg,NASCAR Thunder 2004,PS2,Racing,EA Sports,EA Tiburon,,1.08,0.53,,0.41,0.14,2003-09-16, +/games/boxart/full_dantes-inferno_129AmericaFront.jpg,Dante's Inferno,PS3,Action,Electronic Arts,Visceral Games,7.3,1.08,0.64,0.04,0.28,0.12,2010-02-09, +/games/boxart/490990ccc.jpg,Fisherman's Bass Club,PS2,Sports,Agetec,Vingt-et-un Systems,,1.08,0.53,,0.41,0.14,2002-11-30, +/games/boxart/4632781ccc.jpg,Disney's Lilo & Stitch,GBA,Action,Disney Interactive Studios,Digital Eclipse,8,1.08,0.77,,0.29,0.02,2002-06-07, +/games/boxart/4666927ccc.jpg,Ready 2 Rumble Boxing,PS,Sports,Midway Games,Point of View,7.6,1.08,0.6,,0.41,0.07,1999-10-31, +/games/boxart/full_fifa-soccer-11_9AmericaFront.jpg,FIFA Soccer 11,Wii,Sports,EA Sports,EA Canada,7,1.08,0.26,,0.69,0.12,2010-09-28, +/games/boxart/6620619ccc.jpg,Joust,2600,Platform,Atari,Atari,,1.08,1.01,,0.06,0.01,1983-01-01, +/games/boxart/8045970ccc.jpg,Star Fox: Assault,GC,Shooter,Nintendo,Namco,6.6,1.08,0.68,0.19,0.18,0.03,2005-02-14, +/games/boxart/9401924ccc.jpg,SpongeBob SquarePants: Revenge of the Flying Dutchman,PS2,Platform,THQ,Big Sky Software,,1.08,0.53,,0.41,0.14,2002-11-21, +/games/boxart/3194065ccc.jpg,Virtua Fighter 5,PS3,Fighting,Sega,Sega-AM2,8.7,1.08,0.29,0.08,0.52,0.2,2007-02-20, +/games/boxart/3750959ccc.jpg,Tom Clancy's Ghost Recon 2,PS2,Shooter,Ubisoft,Red Storm Entertainment,,1.08,0.64,,0.34,0.1,2004-11-30, +/games/boxart/full_2467036AmericaFrontccc.jpg,Pro Evolution Soccer 2014,PS3,Sports,Konami Digital Entertainment,Konami,8.3,1.08,0.03,0.51,0.46,0.08,2013-09-24,2018-03-01 +/games/boxart/full_7855038AmericaFrontccc.jpg,Grand Theft Auto: Chinatown Wars,PSP,Adventure,Rockstar Games,Rockstar Leeds,9.2,1.08,0.28,0.03,0.5,0.27,2009-10-20, +/games/boxart/9802230ccc.gif,Dragon Ball Z: Taiketsu,GBA,Fighting,Atari,Webfoot Technologies,3.8,1.08,0.77,,0.29,0.02,2003-11-24, +/games/boxart/5882910ccc.jpg,Pro Evolution Soccer 2008,X360,Sports,Konami,Konami,,1.07,0.08,0.04,0.9,0.05,2008-03-12, +/games/boxart/full_3585087AmericaFrontccc.jpg,Spore Creatures,DS,Simulation,Electronic Arts,Foundation 9,7.2,1.07,0.66,0,0.3,0.1,2008-09-07, +/games/boxart/full_6616344AmericaFrontccc.jpg,Tomb Raider: Underworld,X360,Adventure,Eidos Interactive,Crystal Dynamics,7.5,1.07,0.53,0.01,0.42,0.11,2008-11-18, +/games/boxart/full_3455610AmericaFrontccc.jpg,Call of Duty 3,PS2,Shooter,Activision,Treyarch,8.2,1.07,0.89,,0.03,0.15,2006-11-07, +/games/boxart/full_nhl-99_27AmericaFront.jpg,NHL 99,PS,Sports,EA Sports,EA Canada,,1.07,0.59,,0.4,0.07,1998-09-30, +/games/boxart/full_1320607AmericaFrontccc.jpg,MySims Agents,DS,Adventure,Electronic Arts,EA Redwood Shores,,1.07,0.54,0,0.42,0.11,2009-09-29, +/games/boxart/full_4588911JapanFrontccc.jpg,Doko Demo Issyo,PS,Misc,Sony Computer Entertainment,bexide,,1.07,,1,,0.07,1999-07-22, +/games/boxart/588724ccc.jpg,World Tour Soccer,PSP,Sports,Sony Computer Entertainment,SCEE London Studio,7,1.07,0.1,,0.63,0.34,2005-03-14, +/games/boxart/full_6027253AmericaFrontccc.jpg,Naruto: Ultimate Ninja Storm,PS3,Fighting,Namco Bandai,CyberConnect2,7.8,1.07,0.49,0.09,0.34,0.15,2008-11-04, +/games/boxart/full_6600228PALFrontccc.jpg,Skylanders Giants,PS3,Misc,Activision,Toys for Bob,,1.07,0.38,,0.52,0.18,2012-10-21,2018-01-16 +/games/boxart/6479946ccc.jpg,Virtua Fighter,SAT,Fighting,Sega,Sega-AM2,9,1.07,0.17,0.77,0.12,0.02,1995-05-11, +/games/boxart/full_marvel-vs-capcom-3-fate-of-two-worlds_375AmericaFront.jpg,Marvel vs. Capcom 3: Fate of Two Worlds,X360,Fighting,Capcom,Capcom,8.4,1.07,0.79,0.03,0.18,0.08,2011-02-15, +/games/boxart/full_8761466AmericaFrontccc.jpg,Imagine: Fashion Designer New York,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,1.07,0.65,,0.32,0.1,2008-10-13,2018-09-17 +/games/boxart/full_8373476AmericaFrontccc.jpg,The Biggest Loser,Wii,Sports,THQ,Blitz Games,7.7,1.07,0.86,,0.12,0.09,2009-10-06, +/games/boxart/116758ccc.jpg,Championship Manager 99/00,PC,Sports,Eidos Interactive,Sports Interactive,,1.07,,,0.98,0.09,2000-01-01, +/games/boxart/full_2916472AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,Wii,Sports,EA Sports,EA Tiburon,9,1.07,0.6,,0.37,0.1,2009-06-08, +/games/boxart/full_1202398AmericaFrontccc.jpg,The Orange Box,PS3,Shooter,Electronic Arts,EA UK,8.7,1.07,0.28,,0.58,0.21,2007-12-11, +/games/boxart/full_3312921AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,PS2,Fighting,THQ,JAKKS Pacific,,1.07,0.53,,0.01,0.54,2009-10-20, +/games/boxart/full_9829905AmericaFrontccc.jpg,Hot Wheels Turbo Racing,PS,Racing,Electronic Arts,Stormfront Studios,,1.07,0.59,,0.4,0.07,1999-09-22, +/games/boxart/full_9926100AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,DS,Action,LucasArts,Amaze Entertainment,4.9,1.07,0.96,,0.03,0.08,2006-09-12, +/games/boxart/2642523ccc.jpg,Ridge Racer Revolution,PS,Racing,Namco,Namco,,1.07,0.17,0.71,0.12,0.07,1996-09-30, +/games/boxart/full_5430709AmericaFrontccc.jpg,Prince of Persia,PS3,Adventure,Ubisoft,Ubisoft Montreal,8.3,1.07,0.47,0.03,0.41,0.17,2008-12-02, +/games/boxart/full_9868494AmericaFrontccc.jpg,Endless Ocean,Wii,Adventure,Nintendo,Arika,6.8,1.06,0.43,0.09,0.46,0.09,2008-01-21, +/games/boxart/6960164ccc.jpg,Mercenaries 2: World in Flames,X360,Shooter,Electronic Arts,Pandemic Studios,7.1,1.06,0.65,0.01,0.3,0.1,2008-08-31, +/games/boxart/1331559ccc.jpg,Warhawk,PS3,Shooter,Sony Computer Entertainment,Incognito Entertainment,8.4,1.06,0.49,,0.39,0.17,2007-08-28, +/games/boxart/full_8174475AmericaFrontccc.jpg,LEGO The Lord of the Rings,PS3,Misc,Warner Bros. Interactive Entertainment,Unknown,,1.06,0.37,,0.52,0.16,2012-11-13, +/games/boxart/full_sonic-generations_949AmericaFront.jpg,Sonic Generations,3DS,Platform,Sega,Sonic Team,6.3,1.06,0.44,0.01,0.52,0.08,2011-11-22, +/games/boxart/full_4509582AmericaFrontccc.jpg,Mortal Kombat: Armageddon,PS2,Fighting,Midway Games,Midway Games,7.4,1.06,0.88,,0.04,0.14,2006-10-09, +/games/boxart/full_4407081AmericaFrontccc.jpg,Aliens vs Predator,X360,Shooter,Sega,Rebellion Developments,6,1.06,0.55,,0.4,0.11,2010-02-16, +/games/boxart/5579729ccc.jpg,NBA Street V3,PS2,Sports,EA Sports BIG,EA Canada,,1.06,0.52,,0.41,0.14,2005-02-08, +/games/boxart/full_6351410JapanFrontccc.jpg,Simple 1500 Series Vol. 1: The Mahjong,PS,Misc,D3 Publisher,Chat Noir,,1.06,,0.99,,0.07,1998-10-22, +/games/boxart/512878ccc.jpg,Spider-Man 2,GBA,Platform,Activision,Digital Eclipse,7,1.06,0.76,,0.28,0.02,2004-06-29, +/games/boxart/5859142ccc.jpg,Sega Superstars Tennis,Wii,Sports,Sega,Sumo Digital,7,1.06,0.28,,0.65,0.13,2008-03-18, +/games/boxart/2190266ccc.jpg,NFL Blitz,N64,Sports,Midway Games,Midway Games,,1.06,1.02,,0.04,0.01,1998-09-09, +/games/boxart/full_3046893AmericaFrontccc.jpg,Seek and Destroy,PS2,Racing,Conspiracy Entertainment,Barnhouse Effect,5.6,1.06,0.52,,0.4,0.14,2002-12-11, +/games/boxart/full_3614731PALFrontccc.jpg,Football Manager 2013,PC,Sports,Sega,Sports Interactive,,1.06,,,0.96,0.1,2012-11-01,2018-01-05 +/games/boxart/full_2713808AmericaFrontccc.jpg,MLB The Show 18,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,1.06,0.86,,,0.2,2018-03-27,2018-09-17 +/games/boxart/full_4862062AmericaFrontccc.jpg,NCAA Football 99,PS,Sports,EA Sports,EA Tiburon,,1.06,0.59,,0.4,0.07,1998-08-01, +/games/boxart/full_6559707AmericaFrontccc.jpg,Darksiders,X360,Action,THQ,Vigil Games,7.8,1.06,0.67,0.01,0.28,0.1,2010-01-05, +/games/boxart/4554090ccc.jpg,Freekstyle,PS2,Racing,EA Sports BIG,Page 44 Studios,,1.06,0.52,,0.41,0.14,2002-06-17, +/games/boxart/full_dirt-3_583AmericaFront.jpg,DiRT 3,PS3,Racing,Codemasters,Codemasters,9,1.06,0.27,0.01,0.58,0.2,2011-05-24, +/games/boxart/5722852ccc.jpg,Hulk,PS2,Action,Universal Interactive,Radical Entertainment,,1.06,0.52,,0.41,0.14,2003-05-27, +/games/boxart/full_232092AmericaFrontccc.jpeg,Lego Marvel Super Heroes: Universe in Peril,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,1.05,0.42,0.04,0.5,0.08,2013-10-22,2018-01-04 +/games/boxart/full_4842350AmericaFrontccc.png,Disney Infinity,PS3,Misc,Disney Interactive Studios,Unknown,,1.05,0.53,,0.34,0.18,2013-08-18, +/games/boxart/3761530ccc.jpg,NBA 2K3,PS2,Sports,Sega,Visual Concepts,,1.05,0.51,,0.4,0.13,2002-10-08, +/games/boxart/full_8444744AmericaFrontccc.jpg,Adventure Island,NES,Platform,Hudson Soft,Hudson Soft / West One,,1.05,,1.05,,0,1988-09-01, +/games/boxart/full_6440335JapanFrontccc.jpg,Derby Stallion 96,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,1.05,,1.04,,0.01,1996-03-15, +/games/boxart/3790108ccc.jpg,The Simpsons: Road Rage,XB,Racing,Electronic Arts,Radical Entertainment,,1.05,0.78,,0.26,0.01,2001-12-01, +/games/boxart/8861119ccc.jpg,Forza Motorsport,XB,Racing,Microsoft Game Studios,Turn 10 Studios,9.2,1.05,0.52,,0.51,0.02,2005-05-03, +/games/boxart/full_4522149AmericaFrontccc.jpg,Rocksmith 2014,PS3,Music,Ubisoft,Ubisoft San Francisco,9.1,1.05,0.56,0.05,0.26,0.17,2013-10-22,2018-03-08 +/games/boxart/full_5997320AmericaFrontccc.jpg,DiRT,PS3,Racing,Codemasters,Codemasters,8.3,1.05,0.16,,0.66,0.23,2007-09-11, +/games/boxart/3396625ccc.jpg,Dave Mirra Freestyle BMX,PS,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",7.4,1.05,0.91,,0.11,0.03,2000-09-26, +/games/boxart/full_5238836AmericaFrontccc.jpg,The Evil Within 2,PS4,Action,Bethesda Softworks,Tango Gameworks,,1.05,0.31,0.09,0.49,0.15,2017-10-13,2018-05-10 +/games/boxart/full_disney-universe_91AmericaFront.jpg,Disney Universe,Wii,Action,Disney Interactive Studios,Disney Interactive Studios,,1.05,0.66,,0.28,0.1,2011-10-25, +/games/boxart/full_730207AmericaFrontccc.jpg,Virtua Tennis 3,PS3,Sports,Sega,Sega-AM3,,1.05,0.23,0.03,0.58,0.21,2007-03-20, +/games/boxart/full_7901960AmericaFrontccc.jpg,Tag Team Match M.U.S.C.L.E.,NES,Fighting,Bandai,Bandai,,1.05,,1.05,,0,1986-10-01, +/games/boxart/full_2428319AmericaFrontccc.jpg,Sonic & SEGA All-Stars Racing,DS,Racing,Sega,Sumo Digital,8.3,1.05,0.43,,0.51,0.11,2010-02-23, +/games/boxart/full_4352958AmericaFrontccc.jpg,Imagine: Animal Doctor,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,1.05,0.45,,0.48,0.11,2007-10-23,2018-09-17 +/games/boxart/full_ufc-undisputed-3_732AmericaFront.jpg,UFC Undisputed 3,PS3,Fighting,THQ,Yukie's Osaka,,1.05,0.55,0.03,0.33,0.14,2012-02-14, +/games/boxart/247879ccc.jpg,Cosmic Ark,2600,Shooter,Imagic,Imagic,,1.05,0.99,,0.05,0.01,1982-01-01, +/games/boxart/full_9980569AmericaFrontccc.jpg,MySims Agents,Wii,Adventure,Electronic Arts,EA Redwood Shores,7.5,1.05,0.63,0,0.32,0.1,2009-09-29, +/games/boxart/full_4345442AmericaFrontccc.jpg,Resident Evil: The Darkside Chronicles,Wii,Shooter,Capcom,"Cavia, inc.",7.2,1.05,0.46,0.2,0.31,0.09,2009-11-17, +/games/boxart/full_4052541AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Mermaids,DS,Platform,2K Play,Black Lantern Studios,,1.05,0.97,,0.01,0.08,2007-11-05, +/games/boxart/8053231ccc.jpg,SOCOM: U.S. Navy SEALs Fireteam Bravo 2,PSP,Shooter,Sony Computer Entertainment,Zipper Interactive,8.2,1.05,0.81,,0.11,0.13,2006-11-07, +/games/boxart/4740458ccc.jpg,Call of Duty 4: Modern Warfare,DS,Shooter,Activision,n-Space,7.3,1.05,0.95,0.01,0.02,0.08,2007-11-05, +/games/boxart/6386857ccc.jpg,Defender,2600,Shooter,Atari,Atari,,1.05,0.99,,0.05,0.01,1981-01-01, +/games/boxart/full_8692329JapanFrontccc.jpg,Arc the Lad II,PS,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,1.05,,0.92,,0.13,1996-06-20, +/games/boxart/full_brink_882AmericaFront.jpg,Brink,X360,Shooter,Bethesda Softworks,Splash Damage,6.8,1.04,0.59,0.01,0.35,0.09,2011-05-10, +/games/boxart/full_dance-on-broadway_397AmericaFront.jpg,Dance on Broadway,Wii,Misc,Ubisoft,Longtail Studios,,1.04,0.27,,0.65,0.12,2010-06-15, +/games/boxart/full_1026752AmericaFrontccc.jpg,Prey (2017),PS4,Shooter,Bethesda Softworks,Arkane Studios,,1.04,0.25,0.02,0.62,0.16,2017-05-05,2018-01-18 +/games/boxart/8680777ccc.jpg,Mega Man X4,PS,Platform,Capcom,Capcom,,1.04,0.45,0.22,0.3,0.07,1997-01-01, +/games/boxart/full_8084959AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,PS3,Action-Adventure,Disney Interactive Studios,Avalanche Software,,1.04,0.52,,0.34,0.18,2014-09-23,2018-02-06 +/games/boxart/full_zhu-zhu-pets_9AmericaFront.jpg,ZhuZhu Pets,DS,Simulation,Activision,Black Lantern Studios,,1.04,0.68,,0.27,0.09,2010-03-23, +/games/boxart/full_4800555AmericaFrontccc.jpg,Aliens vs Predator,PS3,Shooter,Sega,Rebellion Developments,6.1,1.04,0.41,,0.46,0.18,2010-02-16, +/games/boxart/full_4756084AmericaFrontccc.jpg,Sleeping Dogs,PS3,Action-Adventure,Square Enix,United Front Games,8.1,1.04,0.31,0.05,0.5,0.17,2012-08-14,2018-03-07 +/games/boxart/full_7243180AmericaFrontccc.jpg,Legacy of Kain: Soul Reaver,PS,Adventure,Eidos Interactive,Crystal Dynamics,8.9,1.04,0.58,,0.4,0.07,1999-08-16, +/games/boxart/full_1907423AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,XOne,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,1.04,0.62,,0.32,0.09,2014-08-19,2019-03-25 +/games/boxart/6383454ccc.jpg,Need for Speed: Most Wanted,XB,Racing,Electronic Arts,EA Canada,8.5,1.04,0.53,,0.46,0.05,2005-11-15, +/games/boxart/8493349ccc.jpg,MVP Baseball 2003,PS2,Sports,EA Sports,EA Sports,,1.04,0.51,,0.4,0.13,2003-03-10, +/games/boxart/3819708ccc.jpg,WipEout Pure,PSP,Racing,Sony Computer Entertainment,Studio Liverpool,9.1,1.04,0.47,,0.34,0.23,2005-03-16,2018-09-16 +/games/boxart/3671740ccc.jpg,The Simpsons Game,X360,Platform,Electronic Arts,EA Redwood Shores,6.9,1.04,0.54,,0.39,0.11,2007-10-30, +/games/boxart/full_2209054AmericaFrontccc.jpg,ATV: Quad Power Racing,PS,Racing,Acclaim Entertainment,Climax Group,,1.04,0.58,,0.39,0.07,2000-08-23, +/games/boxart/2157130ccc.jpg,Bomberman 64,N64,Puzzle,Hudson Soft,Hudson Soft,6.1,1.04,0.5,0.31,0.2,0.03,1997-12-02, +/games/boxart/3486228ccc.jpg,Jeremy McGrath Supercross 98,PS,Racing,Acclaim Entertainment,Acclaim Entertainment,,1.04,0.91,,0.1,0.03,1998-05-31, +/games/boxart/full_7160123AmericaFrontccc.jpg,MotorStorm: Arctic Edge,PSP,Racing,Sony Computer Entertainment,Bigbig Studios,7.7,1.04,0.16,0,0.58,0.3,2009-09-29, +/games/boxart/full_3670641AmericaFrontccc.jpg,Naruto: Clash of Ninja 2,GC,Fighting,D3 Publisher,8ing/Raizing,7.4,1.04,0.44,0.45,0.12,0.03,2006-09-26, +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_84AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,X360,Action,Disney Interactive Studios,Traveller's Tales,7.2,1.04,0.54,,0.4,0.1,2011-05-10, +/games/boxart/full_3258165AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,X360,Fighting,THQ,JAKKS Pacific,8.2,1.04,0.56,0.01,0.37,0.1,2009-10-20, +/games/boxart/full_8108625AmericaFrontccc.jpg,Dance Dance Revolution SuperNOVA,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.04,0.87,,0.03,0.14,2006-09-26, +/games/boxart/full_6164087AmericaFrontccc.jpg,MX vs. ATV Unleashed,PS2,Racing,THQ,Rainbow Studios,,1.03,0.86,,0.03,0.14,2005-03-16, +/games/boxart/full_4158396AmericaFrontccc.jpg,Just Dance 2014,X360,Music,Ubisoft,Ubisoft Paris,7.6,1.03,0.75,,0.18,0.1,2013-10-08,2018-03-08 +/games/boxart/full_8619323AmericaFrontccc.jpg,Sonic Unleashed,PS3,Platform,Sega,Sonic Team,5.3,1.03,0.56,0.01,0.32,0.14,2008-12-09, +/games/boxart/4302388ccc.jpg,Bomberman,NES,Puzzle,Hudson Soft,Hudson Soft,,1.03,0.18,0.85,,,1989-01-01, +/games/boxart/550598ccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,PS3,Shooter,Ubisoft,Red Storm Entertainment / Ubisoft Paris,,1.03,0.34,0.02,0.48,0.19,2007-08-23, +/games/boxart/full_4332257AmericaFrontccc.jpg,Junior Brain Trainer,DS,Misc,Take-Two Interactive,Sanuk Games,,1.03,0.23,,0.71,0.09,2009-11-03, +/games/boxart/full_4765395AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind Game of the Year Edition,XB,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.3,1.03,0.77,,0.22,0.04,2003-10-31, +/games/boxart/4927987ccc.jpg,Tomb Raider,PC,Action,Eidos Interactive,Core Design Ltd.,8.7,1.03,0.96,,0.07,,1996-11-14, +/games/boxart/4972148ccc.jpg,NCAA March Madness 2004,PS2,Sports,EA Sports,NuFX,,1.03,0.5,,0.39,0.13,2003-11-17, +/games/boxart/full_5866457AmericaFrontccc.jpg,Guinness World Records: The Videogame,Wii,Action,Warner Bros. Interactive,Traveller's Tales,,1.03,0.46,,0.47,0.11,2008-11-11, +/games/boxart/6370380ccc.jpg,FIFA Soccer 08,Wii,Sports,EA Sports,EA Canada,,1.03,0.32,0.01,0.59,0.12,2007-10-09, +/games/boxart/4080766ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 3,Wii,Fighting,Atari,Spike / Bandai Namco Games,7.5,1.03,0.32,0.26,0.36,0.08,2007-12-03, +/games/boxart/full_5810252AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,PS3,Adventure,LucasArts,Traveller's Tales,7.7,1.03,0.44,,0.43,0.17,2008-06-03, +/games/boxart/full_190099AmericaFrontccc.jpg,Disney Fairies: Tinker Bell and the Lost Treasure,DS,Adventure,Disney Interactive Studios,Hyde,,1.03,0.57,0.02,0.35,0.1,2009-10-27, +/games/boxart/full_7966172AmericaFrontccc.jpg,Petz: Catz 2,DS,Simulation,Ubisoft,Yuke's Media Creations,,1.02,0.51,,0.4,0.11,2007-11-14, +/games/boxart/321056ccc.jpg,Shrek 2,GC,Platform,Activision,"Luxoflux, Inc.",6.9,1.02,0.73,0.01,0.26,0.03,2004-04-28, +/games/boxart/full_861287AmericaFrontccc.jpg,Dead Space 3,PS3,Shooter,Electronic Arts,Visceral Games,,1.02,0.45,,0.4,0.17,2013-02-05, +/games/boxart/full_4340785AmericaFrontccc.jpg,Assassin's Creed: Rogue,X360,Action,Ubisoft,Ubisoft Sofia,,1.02,0.59,,0.34,0.09,2014-11-11,2018-01-14 +/games/boxart/5062392ccc.jpg,The Lost World: Jurassic Park,PS,Action,Electronic Arts,DreamWorks Interactive,,1.02,0.57,,0.39,0.07,1997-08-31, +/games/boxart/full_bulletstorm_840AmericaFront.jpg,Bulletstorm,X360,Shooter,Electronic Arts,People Can Fly,8.5,1.02,0.61,0.01,0.32,0.08,2011-02-22, +/games/boxart/2800687ccc.jpg,Tiger Woods PGA Tour 08,Wii,Sports,Electronic Arts,EA Salt Lake,7.4,1.02,0.93,,0.01,0.08,2007-08-28, +/games/boxart/full_2383590AmericaFrontccc.jpg,Pokémon Conquest,DS,Role-Playing,Nintendo,Tecmo Koei Games,,1.02,0.56,0.37,0.05,0.05,2012-06-18,2018-07-30 +/games/boxart/full_5722440AmericaFrontccc.jpg,Madden NFL 07,XB,Sports,EA Sports,EA Tiburon,8.4,1.02,0.97,,0.03,0.03,2006-08-22, +/games/boxart/full_1750936AmericaFrontccc.jpg,The Elder Scrolls Online,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,1.02,0.35,,0.59,0.08,2014-04-04,2018-09-15 +/games/boxart/full_363284AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,X360,Adventure,LucasArts,Traveller's Tales,,1.02,0.62,,0.31,0.09,2009-11-17, +/games/boxart/9783159ccc.jpg,Harry Potter and the Prisoner of Azkaban,PS2,Adventure,Electronic Arts,Electronic Arts,,1.02,0.5,,0.39,0.13,2004-06-02, +/games/boxart/3219688ccc.jpg,Wall-E,Wii,Platform,THQ,Heavy Iron Studios,,1.02,0.51,,0.4,0.11,2008-06-24, +/games/boxart/full_3693436AmericaFrontccc.jpg,Rock Band 2,Wii,Misc,MTV Games,Harmonix Music Systems,9,1.02,0.93,,0.01,0.08,2008-12-18, +/games/boxart/full_2668395AmericaFrontccc.jpg,LEGO Jurassic World,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.02,0.36,,0.49,0.17,2015-06-12,2018-04-06 +/games/boxart/8995987ccc.jpg,Naruto: Clash of Ninja Revolution,Wii,Fighting,Tomy Corporation,8ting/Raizing,,1.02,0.44,,0.46,0.11,2007-10-23, +/games/boxart/full_4923586AmericaFrontccc.jpg,Just Cause 3,XOne,Action-Adventure,Square Enix,Avalanche Studios,7,1.01,0.52,,0.41,0.09,2015-12-01,2018-04-04 +/games/boxart/full_1753251AmericaFrontccc.jpg,NBA 2K16,X360,Sports,2K Sports,Visual Concepts,,1.01,0.86,,0.05,0.11,2015-09-29,2018-03-28 +/games/boxart/full_1175348AmericaFrontccc.jpg,LEGO Marvel's Avengers,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.01,0.31,0.01,0.53,0.16,2016-01-26,2018-04-06 +/games/boxart/full_800966AmericaFrontccc.jpg,LEGO Jurassic World,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.01,0.51,,0.41,0.09,2015-06-12,2018-04-06 +/games/boxart/full_lego-harry-potter-years-5-7_663AmericaFront.jpg,LEGO Harry Potter: Years 5-7,X360,Action,Warner Bros. Interactive,Traveller's Tales,,1.01,0.51,,0.41,0.09,2011-11-11, +/games/boxart/full_3121309AmericaFrontccc.jpg,Evolve,PS4,Shooter,2K Games,Turtle Rock Studios,,1.01,0.38,0.05,0.41,0.16,2015-02-10,2018-05-10 +/games/boxart/full_94762AmericaFrontccc.jpg,Madden NFL 16,X360,Sports,EA Sports,EA Tiburon,8,1.01,0.88,,0.02,0.11,2015-08-25,2018-03-31 +/games/boxart/full_221710AmericaFrontccc.jpg,Pong: The Next Level,PS,Puzzle,Hasbro Interactive,Supersonic Software,,1.01,0.56,,0.38,0.07,1999-10-31, +/games/boxart/full_6105167AmericaFrontccc.jpg,MLB 15: The Show,PS4,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,1.01,0.75,,0.08,0.19,2015-03-31,2018-05-01 +/games/boxart/5461780ccc.jpg,Championship Manager 3,PC,Sports,Eidos Interactive,Sports Interactive,,1.01,,,0.93,0.08,2003-11-20, +/games/boxart/full_7813119AmericaFrontccc.jpg,F1 2012,PS3,Racing,Codemasters,Codemasters Birmingham,7.9,1.01,0.12,0.05,0.65,0.18,2012-09-18,2018-03-08 +/games/boxart/full_1352912AmericaFrontccc.jpg,Prince of Persia,X360,Adventure,Ubisoft,Ubisoft Montreal,8.2,1.01,0.54,0.02,0.34,0.1,2008-12-02, +/games/boxart/4023230ccc.jpg,NBA Jam Tournament Edition,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,1.01,0.87,,0.12,0.02,1995-02-23, +/games/boxart/full_1506717AmericaFrontccc.jpg,NBA 2K10,X360,Sports,2K Sports,Visual Concepts,8.4,1.01,0.91,0,0.02,0.08,2009-10-06, +/games/boxart/full_2858038AmericaFrontccc.jpg,The Simpsons Game,Wii,Platform,Electronic Arts,EA Redwood Shores,,1.01,0.45,,0.46,0.11,2007-10-30, +/games/boxart/full_5476072AmericaFrontccc.jpg,Steep,PS4,Sports,Ubisoft,Ubisoft Annecy,,1.01,0.23,0.02,0.6,0.15,2016-12-02, +/games/boxart/full_eyepet_3AmericaFront.jpg,EyePet,PS3,Simulation,Sony Computer Entertainment,SCEE London Studio,6.9,1.01,0.37,0.04,0.52,0.09,2010-09-17, +/games/boxart/full_828337AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007 (All Region sales),X360,Sports,Konami,Konami Computer Entertainment Tokyo,,1,0.08,0.02,0.9,,2007-02-06, +/games/boxart/full_9571056AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,X360,Sports,Konami,Konami,,1,0.13,0.03,0.76,0.09,2008-11-11, +/games/boxart/516212ccc.jpg,NFL GameDay 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,1,0.56,,0.38,0.07,2000-10-30, +/games/boxart/9772342ccc.jpg,NBA Live 97,PS,Sports,EA Sports,Electronic Arts,,1,0.55,,0.38,0.07,1996-10-31, +/games/boxart/1644815ccc.jpg,Excitebike 64,N64,Racing,Nintendo,Left Field Productions,8.9,1,0.65,0.19,0.15,0.01,2000-04-30, +/games/boxart/full_4197100AmericaFrontccc.jpg,Dynasty Warriors 3: Xtreme Legends,PS2,Action,KOEI,Omega Force,,1,0.13,0.74,0.1,0.03,2003-01-11, +/games/boxart/full_2048466AmericaFrontccc.jpg,Far Cry: Primal,XOne,Action-Adventure,Ubisoft,Ubisoft Montreal,7.8,1,0.51,,0.41,0.09,2016-02-23,2018-04-03 +/games/boxart/full_rayman-origins_639AmericaFront.jpg,Rayman Origins,PS3,Platform,Ubisoft,Ubisoft,8.5,1,0.33,0.01,0.5,0.16,2011-11-15, +/games/boxart/9149926ccc.jpg,Breath of Fire III,PS,Role-Playing,Capcom,Capcom,7.6,1,0.29,0.46,0.19,0.07,1998-04-30, +/games/boxart/full_9786027AmericaFrontccc.jpg,Road & Track Presents: The Need for Speed,PS,Racing,Electronic Arts,EA Canada,,1,0.56,,0.38,0.07,1996-01-01, +/games/boxart/9326242ccc.jpg,1942,NES,Shooter,Capcom,Capcom,,1,0.65,0.21,0.14,,1986-11-01, +/games/boxart/full_9484839AmericaFrontccc.jpg,Just Dance 2017,Wii,Music,Ubisoft,Ubisoft Paris,,1,0.4,,0.51,0.08,2016-10-25,2018-04-06 +/games/boxart/9835939ccc.jpg,Ford Racing 2,PS2,Racing,Gotham Games,Razorworks Studios,,1,0.49,,0.38,0.13,2003-10-28, +/games/boxart/8146413ccc.jpg,Guitar Hero: Aerosmith,PS3,Misc,Activision,Neversoft,,1,0.73,0,0.15,0.11,2008-06-29, +/games/boxart/full_6259331AmericaFrontccc.jpg,Jampack Winter 2000,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1,0.55,,0.38,0.07,2000-11-07, +/games/boxart/full_9846282PALFrontccc.jpg,Dead Space 3,X360,Shooter,Electronic Arts,Visceral Games,,1,0.64,,0.27,0.09,2013-02-05,2018-02-02 +/games/boxart/full_6902662AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,X360,Action-Adventure,Ubisoft,Ubisoft Toronto,8.4,1,0.57,0.01,0.33,0.09,2013-08-20,2018-03-08 +/games/boxart/full_5629745AmericaFrontccc.jpg,NERF N-Strike Elite,Wii,Shooter,Electronic Arts,EA Salt Lake,7.5,1,0.93,,,0.07,2009-10-26, +/games/boxart/full_ncaa-football-12_602AmericaFront.jpg,NCAA Football 12,X360,Sports,EA Sports,EA Tiburon,7.8,1,0.94,,,0.06,2011-07-12, +/games/boxart/full_soulcalibur-ii_127AmericaFront.jpg,SoulCalibur II,XB,Fighting,Namco,Namco,,1,0.78,0.03,0.18,0,2003-08-27, +/games/boxart/full_ufc-undisputed-3_521AmericaFront.jpg,UFC Undisputed 3,X360,Fighting,THQ,Yukie's Osaka,,1,0.72,0,0.2,0.08,2012-02-14, +/games/boxart/full_7683542JapanFrontccc.jpg,Dead or Alive 2,PS2,Fighting,Tecmo,Team Ninja,,1,0.3,0.38,0.24,0.08,2000-03-30, +/games/boxart/8668845ccc.jpg,Puzzler Collection,DS,Puzzle,Zoo Digital Publishing,Route 1 Games,,0.99,0.16,,0.78,0.04,2008-08-05, +/games/boxart/full_1009054AmericaFrontccc.jpg,Dragon Age: Inquisition,XOne,Role-Playing,Electronic Arts,BioWare Edmonton,,0.99,0.63,0,0.27,0.09,2014-11-18,2019-01-05 +/games/boxart/5262040ccc.jpg,NFL Fever 2002,XB,Sports,Microsoft,Microsoft,,0.99,0.74,,0.21,0.04,2001-11-14,2018-09-25 +/games/boxart/full_1352437AmericaFrontccc.jpg,Rocksmith 2014,X360,Music,Ubisoft,Ubisoft San Francisco,8.4,0.99,0.73,0,0.16,0.1,2013-10-22,2018-03-08 +/games/boxart/full_2504980AmericaFrontccc.jpg,Cars: Race-O-Rama,Wii,Racing,THQ,Rainbow Studios,,0.99,0.61,,0.29,0.09,2009-10-13, +/games/boxart/4523356ccc.jpg,The Bouncer,PS2,Action,Square,SquareSoft,,0.99,0.3,0.38,0.23,0.08,2001-03-05, +/games/boxart/full_2069599AmericaFrontccc.jpg,Tales of Graces f,PS3,Role-Playing,Namco Bandai,Namco Tales Studio,,0.99,0.28,0.45,0.19,0.07,2012-03-13, +/games/boxart/full_6990388AmericaFrontccc.jpg,Army of Two: The 40th Day,X360,Shooter,Electronic Arts,EA Montreal,7.1,0.99,0.65,0,0.24,0.09,2010-01-12, +/games/boxart/full_2653936AmericaFrontccc.jpg,DiRT 2,PS3,Racing,Codemasters,Codemasters,8.8,0.99,0.27,0,0.53,0.19,2009-09-08, +/games/boxart/full_2260710AmericaFrontccc.jpeg,PlayStation All-Stars Battle Royale,PS3,Fighting,Sony Computer Entertainment,SuperBot Entertainment,,0.99,0.5,0.04,0.28,0.16,2012-11-20,2018-01-12 +/games/boxart/full_9599882AmericaFrontccc.jpg,Midnight Club: LA Remix,PSP,Racing,Rockstar Games,Rockstar London,7.7,0.99,0.52,,0.28,0.19,2008-10-20, +/games/boxart/full_5189307AmericaFrontccc.jpg,Apollo Justice: Ace Attorney,DS,Adventure,Capcom,Capcom,8,0.99,0.28,0.64,0.05,0.03,2008-02-19, +/games/boxart/1663165ccc.jpg,The Simpsons: Hit & Run,GC,Racing,VU Games,Radical Entertainment,8.2,0.99,0.77,,0.2,0.03,2003-09-16, +/games/boxart/full_1175250AmericaFrontccc.jpg,Haze,PS3,Shooter,Ubisoft,Free Radical Design,5.6,0.99,0.49,0.02,0.33,0.15,2008-05-20, +/games/boxart/full_2622052AmericaFrontccc.jpg,Oddworld: Abe's Exoddus,PS,Platform,GT Interactive,Oddworld Inhabitans,8.6,0.99,0.55,,0.38,0.06,1998-11-17, +/games/boxart/5612135ccc.jpg,Shadow The Hedgehog,GC,Platform,Sega,Sonic Team,4.9,0.99,0.76,,0.2,0.03,2005-11-15, +/games/boxart/full_6139171PALFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,Wii,Platform,Disney Interactive Studios,Junction Point Studios,,0.98,0.67,,0.22,0.09,2012-11-18,2018-04-14 +/games/boxart/9463966ccc.jpg,Tetris 2,NES,Puzzle,Nintendo,Nintendo,,0.98,0.62,0.21,0.13,0.02,1993-10-01, +/games/boxart/full_496902AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,PS3,Action-Adventure,Ubisoft,Ubisoft Toronto,8.3,0.98,0.34,0.06,0.44,0.15,2013-08-20,2018-03-08 +/games/boxart/full_disney-tangled_157AmericaFront.jpg,Disney Tangled,DS,Action,Disney Interactive Studios,Disney Interactive Studios,,0.98,0.53,,0.37,0.09,2010-11-23, +/games/boxart/full_the-witcher-2-assassins-of-kings_634AmericaFront.jpg,The Witcher 2: Assassins of Kings,PC,Role-Playing,Atari,CD Projekt Red Studio,8.8,0.98,0.27,,0.56,0.14,2011-05-17, +/games/boxart/default.jpg,The LEGO Movie Videogame,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.98,0.33,0.03,0.47,0.16,2014-02-07,2018-03-20 +/games/boxart/full_7465804AmericaFrontccc.jpg,Zoo Tycoon DS,DS,Strategy,THQ,Blue Fang Games,4.6,0.98,0.86,0.01,0.03,0.07,2005-10-11, +/games/boxart/2303174ccc.jpg,Pro Evolution Soccer 2008,PSP,Sports,Konami,Konami,7.8,0.98,0.02,0.19,0.53,0.25,2008-03-12, +/games/boxart/full_8443959AmericaFrontccc.jpg,WWE 2K19,PS4,Fighting,2K Sports,Visual Concepts,,0.98,0.36,,0.46,0.16,2018-10-09,2018-06-22 +/games/boxart/full_4102528AmericaFrontccc.jpg,Fallout 3,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,0.98,0.02,,0.88,0.07,2008-10-28, +/games/boxart/886956ccc.jpg,WWE SmackDown vs Raw 2008,Wii,Fighting,THQ,Yuke's Media Creations,,0.98,0.38,,0.5,0.11,2007-11-13, +/games/boxart/full_5617044AmericaFrontccc.jpg,Air-Sea Battle,2600,Shooter,Atari,Atari,,0.98,0.91,,0.06,0.01,1977-01-01, +/games/boxart/full_9238516AmericaFrontccc.jpg,Sniper Elite V2,PS3,Shooter,505 Games,Rebellion Developments,7.4,0.98,0.38,0.06,0.4,0.15,2012-05-02,2018-03-13 +/games/boxart/full_1691571AmericaFrontccc.jpg,Injustice: Gods Among Us Ultimate Edition,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.98,0.46,,0.35,0.17,2013-11-15,2018-04-22 +/games/boxart/full_2653490AmericaFrontccc.jpg,Madden NFL 10,PS2,Sports,EA Sports,EA Tiburon,,0.98,0.88,,0,0.1,2009-08-14, +/games/boxart/full_wheel-of-fortune_838AmericaFront.jpg,Wheel of Fortune,Wii,Misc,THQ,"Pipeworks Software, Inc.",,0.98,0.86,,0.04,0.07,2010-11-02, +/games/boxart/full_9900134AmericaFrontccc.jpg,FIFA Soccer 10,Wii,Sports,EA Sports,EA Canada,8.3,0.98,0.23,,0.64,0.11,2009-10-20, +/games/boxart/9749913ccc.jpg,Littlest Pet Shop: Winter,DS,Simulation,Electronic Arts,EA Salt Lake,,0.98,0.58,,0.31,0.1,2008-10-14, +/games/boxart/3117641ccc.jpg,Suikoden III,PS2,Role-Playing,Konami,KCET,8.6,0.98,0.29,0.38,0.23,0.08,2002-10-24, +/games/boxart/9706127ccc.jpg,NASCAR 99,N64,Racing,EA Sports,Stormfront Studios,,0.98,0.94,,0.04,0.01,1998-09-11, +/games/boxart/3235936ccc.jpg,Mario Party Advance,GBA,Misc,Nintendo,Hudson Soft,,0.98,0.5,0.28,0.19,0.02,2005-03-28, +/games/boxart/full_donkey-kong-junior_21AmericaFront.jpg,Donkey Kong Junior,2600,Platform,Coleco,Nintendo,,0.97,0.9,,0.05,0.01,1983-01-01, +/games/boxart/752499ccc.jpg,Grand Theft Auto: San Andreas,PC,Action,Rockstar Games,Rockstar North,9.4,0.97,0,,0.93,0.04,2005-06-07, +/games/boxart/1752585ccc.jpg,Medal of Honor: Underground,PS,Shooter,Electronic Arts,DreamWorks Interactive,,0.97,0.54,,0.37,0.06,2000-10-23, +/games/boxart/full_7459724AmericaFrontccc.jpg,South Park: The Stick of Truth,PS3,Role-Playing,Ubisoft,Obsidian Entertainment,,0.97,0.44,,0.36,0.16,2014-03-04,2018-01-26 +/games/boxart/5128729ccc.jpg,Cars,DS,Racing,THQ,Helixe,,0.97,0.85,,0.05,0.07,2006-06-06, +/games/boxart/8892988ccc.jpg,Dirge of Cerberus: Final Fantasy VII,PS2,Shooter,Square Enix,Square Enix,5.8,0.97,0.46,0.51,,,2006-08-15, +/games/boxart/full_4847092AmericaFrontccc.jpg,NCAA Football 06,XB,Sports,EA Sports,EA Tiburon,,0.97,0.73,,0.21,0.03,2005-07-11, +/games/boxart/4087498ccc.jpg,NHL 2004,PS2,Sports,EA Sports,EA Black Box,,0.97,0.47,,0.37,0.12,2003-09-22, +/games/boxart/full_7369071AmericaFrontccc.jpg,Madden NFL 08,PS3,Sports,EA Sports,EA Tiburon,,0.97,0.89,,0.01,0.08,2007-08-14, +/games/boxart/full_8552651AmericaFrontccc.jpg,Brutal Legend,X360,Action,Electronic Arts,Double Fine Productions,8.5,0.97,0.62,,0.26,0.09,2009-10-13, +/games/boxart/full_8158603AmericaFrontccc.jpg,Band Hero,Wii,Misc,Activision,Vicarious Visions,7.4,0.97,0.59,,0.29,0.09,2009-11-03, +/games/boxart/full_4340342AmericaFrontccc.jpg,EA Sports UFC 3,PS4,Sports,EA Sports,EA Vancouver,,0.97,0.4,0.01,0.41,0.16,2018-02-02,2018-02-11 +/games/boxart/1161187ccc.jpg,Grand Theft Auto: Vice City Stories,PS2,Action,Rockstar Games,Rockstar Leeds,,0.97,0.78,0.03,0.03,0.13,2007-03-05, +/games/boxart/8609156ccc.jpg,FIFA Soccer 2005,XB,Sports,EA Sports,EA Canada,,0.97,0.33,,0.6,0.04,2004-10-12, +/games/boxart/default.jpg,Skylanders: Spyro's Adventure,X360,Action,Activision,Toys for Bob,,0.97,0.53,,0.34,0.1,2011-10-16, +/games/boxart/full_4755963AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,GC,Action,LucasArts,Traveller's Tales,8.4,0.97,0.75,,0.19,0.03,2006-09-12, +/games/boxart/full_9151149AmericaFrontccc.jpg,Fire Emblem: The Blazing Blade,GBA,Strategy,Nintendo,Intelligent Systems,8.8,0.97,0.49,0.29,0.18,0.01,2003-11-03,2021-07-23 +/games/boxart/full_3235437AmericaFrontccc.jpg,Sea of Thieves,XOne,Action-Adventure,Microsoft Studios,Rare Ltd.,6.9,0.96,0.6,,0.27,0.09,2018-03-20,2018-09-25 +/games/boxart/full_8834454JapanFrontccc.jpg,Dance Dance Revolution 2nd ReMIX,PS,Simulation,Konami,KCET,,0.96,,0.9,,0.06,1999-08-26, +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_953AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,PS3,Action,Disney Interactive Studios,Traveller's Tales,7.4,0.96,0.36,,0.44,0.16,2011-05-10, +/games/boxart/full_3379140AmericaFrontccc.jpg,NHL 2001,PS2,Sports,EA Sports,EA Canada,,0.96,0.47,,0.37,0.12,2000-10-25, +/games/boxart/full_657232AmericaFrontccc.jpg,My Weight Loss Coach,DS,Sports,Ubisoft,Ubisoft Montreal,,0.96,0.3,,0.54,0.11,2008-06-24, +/games/boxart/full_8207200AmericaFrontccc.jpg,Madden NFL 25,PS4,Sports,EA Sports,EA Tiburon,7.4,0.96,0.64,,0.15,0.17,2013-11-15,2018-01-06 +/games/boxart/full_615412AmericaFrontccc.png,MLB 16: The Show,PS4,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.96,0.78,,,0.18,2016-03-29,2018-04-20 +/games/boxart/full_9354730AmericaFrontccc.jpg,South Park: The Stick of Truth,X360,Role-Playing,Ubisoft,Obsidian Entertainment,,0.96,0.6,,0.27,0.09,2014-03-04,2018-01-26 +/games/boxart/full_club-penguin-game-day_8AmericaFront.png,Club Penguin: Game Day!,Wii,Misc,Disney Interactive Studios,Artoon,,0.96,0.55,,0.32,0.09,2010-09-21, +/games/boxart/full_5545259AmericaFrontccc.jpeg,Mass Effect 3,PC,Role-Playing,Electronic Arts,BioWare,,0.96,0.4,,0.45,0.11,2012-03-06, +/games/boxart/full_3927924AmericaFrontccc.png,Sonic & SEGA All-Stars Racing,PS3,Racing,Sega,Sumo Digital,8,0.96,0.36,,0.44,0.16,2010-02-23, +/games/boxart/full_8208646AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Future Soldier,PS3,Shooter,Ubisoft,Ubisoft Paris,,0.96,0.41,0.09,0.33,0.13,2012-05-22, +/games/boxart/9753049ccc.jpg,Mortal Kombat Trilogy,N64,Fighting,Midway Games,Point of View Inc.,,0.96,0.72,,0.22,0.02,1996-10-31, +/games/boxart/full_2866470AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,XB,Fighting,Midway Games,Midway,,0.96,0.77,,0.15,0.04,2002-11-20, +/games/boxart/66929ccc.jpg,Dark Cloud 2,PS2,Role-Playing,Sony Computer Entertainment,Level 5,8.6,0.96,0.38,0.26,0.25,0.07,2003-02-17, +/games/boxart/5264184ccc.jpg,Star Soldier,NES,Shooter,Taxan,Hudson Soft,,0.96,0.32,0.57,0.06,0.01,1988-01-01, +/games/boxart/full_guitar-hero-warriors-of-rock_4AmericaFront.jpg,Guitar Hero: Warriors of Rock,Wii,Misc,Activision,Vicarious Visions,7.3,0.96,0.47,,0.41,0.09,2010-09-28, +/games/boxart/full_pilotwings-resort_187AmericaFront.jpg,PilotWings Resort,3DS,Simulation,Nintendo,Monster Games,6.9,0.96,0.4,0.13,0.36,0.07,2011-03-27, +/games/boxart/full_2729390AmericaFrontccc.jpg,Scooby-Doo! First Frights,Wii,Adventure,Warner Bros. Interactive,Torus Games,,0.96,0.84,,0.04,0.07,2009-09-22, +/games/boxart/4751151ccc.jpg,Gangs of London,PSP,Adventure,Sony Computer Entertainment,SCEE London Studio,5,0.96,0.3,,0.43,0.22,2006-10-03, +/games/boxart/full_3586987AmericaFrontccc.jpg,Jampack Summer '99,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.96,0.54,,0.36,0.06,1999-06-01, +/games/boxart/7347671ccc.jpg,Shinobi,PS2,Action,Sega,Overworks,,0.96,0.36,0.22,0.28,0.09,2002-11-10, +/games/boxart/7745180ccc.jpg,NCAA Football 2000,PS,Sports,EA Sports,EA Sports,,0.95,0.53,,0.36,0.06,1999-06-30, +/games/boxart/full_driver-san-francisco_960AmericaFront.jpg,Driver: San Francisco,PS3,Racing,Ubisoft,Ubisoft Reflections,8.2,0.95,0.24,0.01,0.53,0.17,2011-09-06, +/games/boxart/full_wipeout-in-the-zone_152AmericaFront.jpg,Wipeout: In The Zone,X360,Misc,Activision,Activision,,0.95,0.87,,,0.08,2011-06-14, +/games/boxart/full_3247411AmericaFrontccc.jpg,Lost Planet 2,PS3,Shooter,Capcom,Capcom,6.6,0.95,0.29,0.2,0.34,0.12,2010-05-11, +/games/boxart/full_lego-harry-potter-years-5-7_890AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PS3,Action,Warner Bros. Interactive,Traveller's Tales,9,0.95,0.36,,0.45,0.15,2011-11-11, +/games/boxart/7257433ccc.jpg,ESPN NBA 2K5,XB,Sports,Sega,Visual Concepts,,0.95,0.88,,0.04,0.04,2004-09-28, +/games/boxart/full_6305070AmericaFrontccc.jpg,White Knight Chronicles: International Edition,PS3,Role-Playing,Sony Computer Entertainment,Level 5,6.3,0.95,0.34,0.36,0.16,0.09,2010-02-02, +/games/boxart/default.jpg,Mega Man Star Force Dragon / Leo / Pegasus,DS,Role-Playing,Capcom,Capcom,,0.95,0.39,0.53,0,0.03,2007-08-07, +/games/boxart/6574342ccc.jpg,Wild ARMs,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,8.9,0.95,0.26,0.46,0.17,0.06,1997-04-30, +/games/boxart/9700624ccc.jpg,World Championship Poker,PS2,Misc,Crave Entertainment,Coresoft,,0.95,0.8,,0.03,0.13,2004-11-18, +/games/boxart/full_9364012AmericaFrontccc.jpg,Ben 10: Alien Force,DS,Action,D3 Publisher,1st Playable Productions / OneNine Studios,,0.95,0.65,,0.22,0.09,2008-10-28, +/games/boxart/5918652ccc.jpg,Wheel of Fortune,PS2,Misc,Atari,Atari,,0.95,0.47,,0.36,0.12,2003-11-11, +/games/boxart/full_2969371AmericaFrontccc.jpg,Skylanders: Trap Team,Wii,Platform,Activision,Toys for Bob,,0.95,0.41,,0.46,0.08,2014-10-05,2018-03-17 +/games/boxart/full_2081952AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,PS2,Adventure,Ubisoft,Ubisoft Montreal / Annecy,,0.95,0.36,,0.45,0.14,2005-03-28, +/games/boxart/full_2312401AmericaFrontccc.jpg,Sonic Unleashed,X360,Platform,Sega,Sonic Team,5.6,0.95,0.54,0,0.32,0.09,2008-11-20, +/games/boxart/2409535ccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,GC,Platform,THQ,Heavy Iron Studios,7.3,0.95,0.74,,0.19,0.03,2003-10-31, +/games/boxart/7823323ccc.jpg,Kessen,PS2,Strategy,Electronic Arts,Koei,,0.95,0.27,0.41,0.21,0.07,2000-11-13, +/games/boxart/full_1294257AmericaFrontccc.png,Harvest Moon 3D: A New Beginning,3DS,Simulation,Natsume,Marvelous,8.2,0.95,0.41,0.31,0.18,0.06,2012-11-06,2018-01-07 +/games/boxart/full_9056318AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.94,0.37,,0.42,0.16,2014-11-11,2018-12-01 +/games/boxart/1489364ccc.jpg,Brothers In Arms: Hell's Highway,PS3,Shooter,Ubisoft,Gearbox Software,6,0.94,0.45,,0.34,0.15,2008-09-23, +/games/boxart/6187769ccc.jpg,Hot Shots Golf Fore!,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,0.94,0.46,,0.36,0.12,2004-08-17, +/games/boxart/9195693ccc.jpg,MLB 06: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.94,0.78,,0.03,0.13,2006-02-28, +/games/boxart/full_2755590AmericaFrontccc.jpg,MVP Baseball 2005,XB,Sports,EA Sports,EA Canada,,0.94,0.7,,0.2,0.03,2005-02-22, +/games/boxart/full_2317246AmericaFrontccc.jpg,Tony Hawk: RIDE,Wii,Sports,Activision,Buzz Monkey Software,4.3,0.94,0.69,,0.17,0.08,2009-11-17, +/games/boxart/full_1880144AmericaFrontccc.jpeg,NBA 2K14,XOne,Sports,2K Sports,Visual Concepts,,0.94,0.72,,0.12,0.09,2013-11-22,2018-01-05 +/games/boxart/full_5307689AmericaFrontccc.jpg,NCAA Football 10,X360,Sports,EA Sports,EA Tiburon,8.1,0.94,0.87,,,0.07,2009-07-14, +/games/boxart/4579490ccc.jpg,MLB 2000,PS,Sports,Sony Computer Entertainment,989 Sports,,0.94,0.52,,0.35,0.06,1999-02-28, +/games/boxart/full_5893411AmericaFrontccc.jpg,The Sims 2,DS,Simulation,Electronic Arts,Maxis,,0.94,0.81,,0.05,0.07,2005-10-24, +/games/boxart/full_ea-sports-active-2_3AmericaFront.jpg,EA Sports Active 2,PS3,Sports,Electronic Arts,EA Vancouver,8,0.94,0.54,,0.27,0.12,2010-11-16, +/games/boxart/full_4096472PALFrontccc.jpg,Colin McRae Rally 04,PS2,Racing,Codemasters,Codemasters,,0.94,0.01,0.01,0.71,0.21,2003-09-19, +/games/boxart/9790375ccc.jpg,SaGa Frontier 2,PS,Role-Playing,Square EA,SquareSoft,7.4,0.94,0.1,0.71,0.07,0.06,2000-01-31, +/games/boxart/full_4333624AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,PS3,Fighting,THQ,Yuke's Media Creations,,0.94,0.51,0.01,0.3,0.12,2008-11-09, +/games/boxart/full_8811106AmericaFrontccc.jpg,Midway Presents Arcade's Greatest Hits: The Atari Collection 1,PS,Misc,Midway Games,Digital Eclipse,,0.94,0.52,,0.36,0.06,1996-12-31, +/games/boxart/3608993ccc.jpg,Destroy All Humans!,PS2,Adventure,THQ,Pandemic Studios,,0.94,0.78,,0.03,0.13,2005-06-21, +/games/boxart/847913ccc.jpg,The SpongeBob SquarePants Movie,GC,Platform,THQ,Heavy Iron Studios,6.6,0.94,0.73,,0.19,0.03,2004-10-27, +/games/boxart/full_6894452AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,XB,Adventure,Ubisoft,Ubisoft Montreal,9,0.94,0.57,,0.33,0.04,2003-11-12, +/games/boxart/full_8573983AmericaFrontccc.jpg,Castlevania: Lament of Innocence,PS2,Action,Konami,Konami Computer Entertainment Tokyo,8.1,0.94,0.46,,0.36,0.12,2003-10-21, +/games/boxart/full_3715573AmericaFrontccc.jpg,Brutal Legend,PS3,Action,Electronic Arts,Double Fine Productions,7.9,0.94,0.54,,0.27,0.13,2009-10-13, +/games/boxart/full_9829819AmericaFrontccc.jpg,Skylanders: Spyro's Adventure,PS3,Action,Activision,Toys for Bob,8,0.94,0.39,,0.4,0.15,2011-10-16, +/games/boxart/full_6488035AmericaFrontccc.jpg,Borderlands 2,PC,Shooter,2K Games,Gearbox Software,,0.94,0.43,,0.42,0.09,2012-09-18,2019-03-28 +/games/boxart/full_2483926AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.94,0.48,,0.37,0.08,2014-11-11,2018-12-01 +/games/boxart/full_ncaa-football-11_7AmericaFront.jpg,NCAA Football 11,X360,Sports,EA Sports,EA Tiburon,8.5,0.93,0.86,,,0.06,2010-07-13, +/games/boxart/4869976ccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,N64,Platform,Activision,Traveller's Tales,,0.93,0.71,,0.2,0.01,1999-11-17, +/games/boxart/779474ccc.jpg,Mega Man 4,NES,Platform,Capcom,Capcom,,0.93,0.51,0.32,0.09,0.01,1992-01-01, +/games/boxart/full_3755808AmericaFrontccc.jpg,Build-A-Bear Workshop,DS,Simulation,Game Factory,Neko Entertainment,,0.93,0.85,,0.01,0.07,2007-11-05, +/games/boxart/full_59054AmericaFrontccc.jpg,NCAA Football 13,PS3,Sports,EA Sports,EA Tiburon,7.1,0.93,0.82,,,0.11,2012-07-10,2018-02-06 +/games/boxart/full_jak-and-daxter-collection_592AmericaFront.jpg,Jak and Daxter Collection,PS3,Platform,Sony Computer Entertainment,Naughty Dog,,0.93,0.6,,0.18,0.15,2012-02-07, +/games/boxart/full_2000092AmericaFrontccc.jpg,Fallout 76,XOne,Role-Playing,Bethesda Softworks,Bethesda Game Studios,5.1,0.93,0.59,,0.26,0.09,2018-11-14,2018-11-02 +/games/boxart/5790751ccc.jpg,Cars,GC,Racing,THQ,Rainbow Studios,7.6,0.93,0.72,,0.19,0.03,2006-06-06, +/games/boxart/full_monster-high-ghoul-spirit_344AmericaFront.jpg,Monster High: Ghoul Spirit,DS,Adventure,THQ,THQ,,0.93,0.69,,0.16,0.07,2011-10-25, +/games/boxart/full_3468406AmericaFrontccc.jpg,Monster Trucks / Quad Desert Fury Double Value!,GBA,Racing,Majesco,Skyworks Technologies,,0.93,0.67,,0.25,0.02,2005-04-25, +/games/boxart/full_5025527AmericaFrontccc.jpg,SnoCross Championship Racing,PS,Racing,Crave Entertainment,UDS,,0.93,0.52,,0.35,0.06,2000-08-22, +/games/boxart/full_4440114AmericaFrontccc.jpg,LEGO The Lord of the Rings,Wii,Misc,Warner Bros. Interactive Entertainment,Unknown,,0.93,0.48,,0.37,0.08,2012-11-13, +/games/boxart/full_2972651AmericaFrontccc.jpg,Monster Hunter: World,XOne,Action,Capcom,Capcom,9.4,0.93,0.67,,0.17,0.09,2018-01-26,2018-01-30 +/games/boxart/4985697ccc.jpg,NHL 2003,PS2,Sports,EA Sports,EA Canada,,0.93,0.46,,0.36,0.12,2002-09-30, +/games/boxart/full_95645AmericaFrontccc.jpg,Operation Flashpoint: Dragon Rising,X360,Shooter,Codemasters,Codemasters,7.4,0.93,0.36,0.02,0.45,0.1,2009-10-06, +/games/boxart/1006074ccc.jpg,Spider-Man,2600,Action,Parker Bros.,Parker Bros.,,0.93,0.87,,0.05,0.01,1982-01-01, +/games/boxart/full_331758AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,GBA,Action,Konami,Konami,,0.93,0.67,,0.25,0.02,2003-10-31, +/games/boxart/full_6087370AmericaFrontccc.jpg,SingStar Abba,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.93,0.27,,0.51,0.16,2008-12-02, +/games/boxart/full_6303398AmericaFrontccc.jpg,Castlevania II: Simon's Quest,NES,Platform,Konami,Konami,,0.93,0.45,0.42,0.06,,1988-11-01, +/games/boxart/7281822ccc.jpg,Tony Hawk's Pro Skater 4,XB,Sports,Activision,Neversoft Entertainment,,0.93,0.59,,0.3,0.04,2002-10-23, +/games/boxart/full_3467939AmericaFrontccc.jpg,MLB 12: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.93,0.86,,,0.07,2012-03-06, +/games/boxart/full_8312729AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney,DS,Adventure,Capcom,Capcom,8.1,0.93,0.44,0.39,0.05,0.05,2005-10-12, +/games/boxart/full_5345172AmericaFrontccc.jpg,MLB 07: The Show,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.93,0.77,,0.03,0.13,2007-02-26,2018-12-04 +/games/boxart/full_9637901AmericaFrontccc.jpg,FIFA Street (2012),X360,Sports,EA Sports,EA Canada,,0.93,0.21,,0.63,0.1,2012-03-13,2018-01-31 +/games/boxart/full_kingdom-hearts-recoded_606AmericaFront.jpg,Kingdom Hearts Re:coded,DS,Role-Playing,Square Enix,High Horse Entertainment,6.8,0.93,0.53,0.27,0.09,0.05,2011-01-11, +/games/boxart/full_1963214AmericaFrontccc.jpg,Bayonetta,X360,Action,Sega,PlatinumGames,8.9,0.93,0.51,0.09,0.25,0.08,2010-01-05, +/games/boxart/full_2548266AmericaFrontccc.jpg,2 Games in 1 Double Pack: Finding Nemo / Monsters Inc.,GBA,Misc,THQ,Vicarious Visions,,0.93,0.67,,0.25,0.02,2005-06-08, +/games/boxart/full_9559299AmericaFrontccc.jpg,Guitar Hero: Metallica,Wii,Misc,Activision,BudCat Creations,8.9,0.93,0.4,,0.43,0.1,2009-03-29, +/games/boxart/full_xenoblade-chronicles_503AmericaFront.jpg,Xenoblade Chronicles,Wii,Role-Playing,Nintendo,Monolith Soft,9.3,0.92,0.43,0.16,0.25,0.07,2012-04-06, +/games/boxart/full_1001231AmericaFrontccc.png,BUZZ! Quiz World,PS3,Misc,Sony Computer Entertainment,Magenta Software,7.8,0.92,0.16,,0.58,0.18,2009-11-10, +/games/boxart/9416763ccc.jpg,Blue Dragon,X360,Role-Playing,Microsoft Game Studios,Mistwalker Corporation / Artoon,7.7,0.92,0.3,0.21,0.33,0.08,2007-08-28, +/games/boxart/724208ccc.jpg,NHL 98,PS,Sports,EA Sports,EA Canada,,0.92,0.51,,0.35,0.06,1997-08-31, +/games/boxart/full_44113PALFrontccc.jpg,Killzone: Mercenary,PSV,Misc,Sony Computer Entertainment America,Guerrilla Games,7.4,0.92,0.2,0.04,0.47,0.2,2013-09-10,2018-01-03 +/games/boxart/6274927ccc.jpg,Cars,Wii,Racing,THQ,Rainbow Studios,,0.92,0.83,,0.03,0.07,2006-11-16, +/games/boxart/7848185ccc.gif,Starsky & Hutch,PS2,Racing,Gotham Games,Minds-Eye Productions,6,0.92,0.45,,0.35,0.12,2003-09-09, +/games/boxart/2955792ccc.jpg,Balloon Fight,NES,Platform,Nintendo,Nintendo R&D1,,0.92,0.39,0.43,0.09,0.01,1986-06-01, +/games/boxart/764653ccc.jpg,Top Gun: Combat Zones,PS2,Simulation,Titus,Digital Integration,,0.92,0.45,,0.35,0.12,2001-10-21, +/games/boxart/full_far-cry-3_392AmericaFront.jpg,Far Cry 3,PC,Shooter,Ubisoft,Ubisoft Montreal,,0.92,0.22,,0.64,0.06,2012-12-04, +/games/boxart/full_nickelodeon-fit_10AmericaFront.jpg,Nickelodeon Fit,Wii,Sports,2K Play,High Voltage Software,,0.92,0.76,,0.09,0.07,2010-11-08, +/games/boxart/full_5523061AmericaFrontccc.jpg,Dante's Inferno,X360,Action,Electronic Arts,Visceral Games,7,0.92,0.63,0.02,0.2,0.08,2010-02-09, +/games/boxart/3896434ccc.jpg,Teenage Mutant Ninja Turtles,PS2,Action,Konami,Konami,,0.92,0.45,,0.35,0.12,2003-10-21, +/games/boxart/full_1162267AmericaFrontccc.jpg,Space Jam,PS,Sports,Acclaim Entertainment,Sculptured Software,,0.92,0.51,,0.35,0.06,1996-10-31, +/games/boxart/9290614ccc.jpg,Sonic Riders,GC,Racing,Sega,Sonic Team,,0.92,0.71,,0.18,0.03,2006-02-21, +/games/boxart/9580401ccc.jpg,Tobal No.1,PS,Fighting,Sony Computer Entertainment,DreamFactory,7.7,0.92,0.12,0.66,0.08,0.06,1996-09-30, +/games/boxart/full_8481866AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,X360,Fighting,THQ,Yuke's Media Creations,7.8,0.92,0.58,,0.26,0.08,2008-11-09, +/games/boxart/full_1302170AmericaFrontccc.jpg,NCAA Football 14,PS3,Sports,EA Sports,EA Tiburon,7.7,0.92,0.75,,,0.17,2013-07-09,2018-01-31 +/games/boxart/full_2658757AmericaFrontccc.jpg,Kung Fu Panda,Wii,Platform,Activision,XPEC,,0.92,0.5,,0.32,0.09,2008-06-03, +/games/boxart/full_8368824AmericaFrontccc.jpg,Knockout Kings 2000,N64,Fighting,EA Sports,Black Ops Entertainment,,0.92,0.63,,0.27,0.02,1999-10-03, +/games/boxart/full_7273661AmericaFrontccc.png,Crysis 3,X360,Shooter,Electronic Arts,Crytek,7.6,0.92,0.51,0.01,0.32,0.08,2013-02-19,2018-02-07 +/games/boxart/full_ssx_59AmericaFront.jpg,SSX,PS3,Sports,EA Sports,EA Canada,,0.92,0.35,0.02,0.42,0.13,2012-02-28, +/games/boxart/full_7356188AmericaFrontccc.jpg,SpongeBob SquarePants: The Yellow Avenger,PSP,Action,THQ,Tantalus Interactive,5.7,0.92,0.55,,0.21,0.16,2006-03-06, +/games/boxart/full_7351671AmericaFrontccc.jpg,EA Sports Grand Slam Tennis,Wii,Sports,EA Sports,EA Vancouver,7.9,0.92,0.28,0.02,0.51,0.11,2009-06-08, +/games/boxart/3062265ccc.jpg,007: The World is not Enough,PS,Shooter,Electronic Arts,Black Ops Entertainment,6.4,0.92,0.51,,0.35,0.06,2000-11-06, +/games/boxart/full_5115772AmericaFrontccc.jpg,Overwatch,PC,Shooter,Blizzard Entertainment,Blizzard Entertainment,9.5,0.92,0.37,,0.48,0.07,2016-05-24,2018-03-24 +/games/boxart/full_8034841AmericaFrontccc.jpg,AMF Bowling Pinbusters!,Wii,Sports,Mud Duck Productions,Atomic Planet Entertainment,,0.91,0.84,,0,0.07,2007-11-20, +/games/boxart/full_754945AmericaFrontccc.png,Operation Flashpoint: Dragon Rising,PS3,Shooter,Codemasters,Codemasters,7.3,0.91,0.23,0.05,0.46,0.17,2009-10-06, +/games/boxart/6596525ccc.jpg,Street Hoops,PS2,Sports,Activision,Black Ops Entertainment,,0.91,0.45,,0.35,0.12,2002-08-12, +/games/boxart/8030642ccc.jpg,Namco Museum,XB,Misc,Namco,Mass Media,,0.91,0.77,,0.11,0.04,2002-10-09, +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_348AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,DS,Action,Disney Interactive Studios,Traveller's Tales,6.8,0.91,0.34,,0.47,0.1,2011-05-10, +/games/boxart/full_dynasty-warriors-7_151AmericaFront.jpg,Dynasty Warriors 7,PS3,Action,Tecmo Koei,Omega Force,5.8,0.91,0.25,0.46,0.14,0.06,2011-03-29, +/games/boxart/2707104ccc.jpg,Sonic Riders: Zero Gravity,Wii,Racing,Sega,Sonic Team,5.8,0.91,0.48,0.02,0.32,0.09,2008-01-08, +/games/boxart/full_9921776AmericaFrontccc.jpg,Colin McRae Rally 2.0,PS,Racing,Codemasters,Codemasters,8.3,0.91,0.02,0.02,0.8,0.07,2000-12-05, +/games/boxart/full_588240AmericaFrontccc.jpg,Glover,N64,Platform,Hasbro Interactive,Interactive Studios Ltd.,,0.91,0.72,,0.17,0.01,1998-10-31, +/games/boxart/full_2934122AmericaFrontccc.jpg,Skylanders: Trap Team,X360,Platform,Activision,Toys for Bob,,0.91,0.55,,0.27,0.08,2014-10-05,2018-03-17 +/games/boxart/full_1564115AmericaFrontccc.jpg,Tom Clancy's EndWar,X360,Strategy,Ubisoft,Ubisoft Shanghai,8,0.91,0.58,0.01,0.24,0.09,2008-11-04, +/games/boxart/full_9837240AmericaFrontccc.jpg,Tokyo Xtreme Racer 3,PS2,Racing,Crave Entertainment,Genki,,0.91,0.35,0.21,0.27,0.09,2003-11-18, +/games/boxart/full_2977295JapanFrontccc.jpg,Super Momotarou Dentetsu III,SNES,Simulation,Hudson Soft,Hudson Soft,,0.91,,0.91,,0,1994-12-09, +/games/boxart/full_8761992AmericaFrontccc.jpg,Assassin's Creed,PC,Adventure,Ubisoft,Ubisoft Montreal,7.6,0.91,0.01,,0.84,0.06,2008-04-08,2018-11-23 +/games/boxart/full_3535693AmericaFrontccc.jpg,Sonic Mega Collection Plus,XB,Misc,Sega,Sonic Team,,0.91,0.61,,0.26,0.04,2004-11-02, +/games/boxart/full_3546011AmericaFrontccc.png,Crysis 3,PS3,Shooter,Electronic Arts,Crytek,8.2,0.91,0.26,0.03,0.48,0.14,2013-02-19,2018-03-13 +/games/boxart/full_8995351AmericaFrontccc.png,Mx vs. ATV Reflex,PS3,Racing,THQ,Rainbow Studios,,0.91,0.52,,0.26,0.13,2009-12-01, +/games/boxart/full_1711061AmericaFrontccc.jpg,Knockout Kings 2002,PS2,Sports,EA Sports,Black Ops Entertainment,,0.91,0.45,,0.35,0.12,2002-03-04, +/games/boxart/full_socom-4-us-navy-seals_869AmericaFront.jpg,SOCOM 4: U.S. Navy SEALs,PS3,Shooter,Sony Computer Entertainment,Zipper Interactive,7,0.9,0.66,0.04,0.12,0.09,2011-04-19, +/games/boxart/full_7634268AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,X360,Role-Playing,Activision,Vicarious Visions,7.4,0.9,0.68,,0.15,0.08,2009-09-15, +/games/boxart/full_9865324AmericaFrontccc.png,Final Fantasy X / X-2 HD Remaster,PS4,Role-Playing,Square Enix,Square Enix,9.3,0.9,0.34,0.07,0.36,0.14,2015-05-12,2019-03-22 +/games/boxart/full_the-witcher-2-assassins-of-kings_898AmericaFront.jpg,The Witcher 2: Assassins of Kings,X360,Role-Playing,Warner Bros. Interactive,CD Projekt Red Studio,,0.9,0.48,0.02,0.33,0.08,2012-04-17, +/games/boxart/7175532ccc.jpg,Tiger Woods PGA Tour 2002,PS2,Sports,EA Sports,EA Sports,,0.9,0.44,,0.35,0.12,2002-02-24, +/games/boxart/206111ccc.jpg,Lost Odyssey,X360,Role-Playing,Microsoft Game Studios,Mistwalker Corporation / Feelplus Inc.,7.5,0.9,0.45,0.11,0.26,0.08,2008-02-12, +/games/boxart/5004664ccc.jpg,X-Men Legends,XB,Role-Playing,Activision,Raven Software,8.2,0.9,0.62,,0.24,0.04,2004-09-21, +/games/boxart/full_homefront_34AmericaFront.jpg,Homefront,PS3,Shooter,THQ,Kaos Studios,6.6,0.9,0.32,0.04,0.4,0.15,2011-03-15, +/games/boxart/full_the-biggest-loser-ultimate-workout_9AmericaFront.jpg,The Biggest Loser: Ultimate Workout,X360,Sports,THQ,Blitz Games,8,0.9,0.73,,0.1,0.07,2010-11-02, +/games/boxart/full_9144186AmericaFrontccc.png,James Cameron's Avatar: The Game,PS3,Action,Ubisoft,Ubisoft Montreal,5.8,0.9,0.32,,0.43,0.15,2009-12-01, +/games/boxart/7822979ccc.jpg,Sonic Heroes,XB,Platform,Sega,Sonic Team,,0.9,0.41,0.01,0.43,0.05,2004-01-27, +/games/boxart/full_5305540AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,PS3,Adventure,LucasArts,Traveller's Tales,,0.9,0.47,,0.3,0.13,2009-11-17, +/games/boxart/full_8237638AmericaFrontccc.jpg,Resistance: Retribution,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,8,0.9,0.27,0.05,0.36,0.22,2009-03-17, +/games/boxart/full_2715649AmericaFrontccc.jpg,Far Cry 4,X360,Shooter,Ubisoft,Ubisoft Montreal,,0.9,0.45,,0.37,0.08,2014-11-18,2018-01-23 +/games/boxart/5434308ccc.jpg,Burnout Revenge,PS2,Racing,Electronic Arts,Criterion Games,9,0.9,0.75,,0.03,0.12,2005-09-13, +/games/boxart/2012155ccc.jpg,3Xtreme,PS,Action,989 Studios,Unknown,2.9,0.9,0.5,,0.34,0.06,1999-03-31, +/games/boxart/full_4228484AmericaFrontccc.jpg,Spider-Man 3,PS2,Platform,Activision,Vicarious Visions,4.4,0.9,0.74,0.01,0.03,0.12,2007-05-04, +/games/boxart/full_cars-2-the-video-game_768AmericaFront.jpg,Cars 2,Wii,Racing,Disney Interactive Studios,Avalanche Software,8,0.9,0.43,,0.38,0.1,2011-06-21, +/games/boxart/full_2936834AmericaFrontccc.jpg,James Bond 007: Agent Under Fire,XB,Shooter,Electronic Arts,EA Redwood Shores,,0.9,0.65,,0.22,0.03,2002-03-26, +/games/boxart/full_8843320AmericaFrontccc.jpg,Buzz! Master Quiz,PSP,Misc,Sony Computer Entertainment,Relentless Software,7,0.9,0.22,,0.44,0.24,2008-09-23, +/games/boxart/full_367202AmericaFrontccc.jpg,DJ Hero,PS3,Misc,Activision,FreeStyleGames,8.5,0.9,0.42,,0.34,0.15,2009-10-27, +/games/boxart/full_mini-yonku-shining-scorpion-lets-ampamp-go_70JapanFront.jpg,Mini-Yonku Shining Scorpion: Let's & Go!!,SNES,Racing,ASCII Entertainment,KID Corporation,,0.9,,0.9,,,1996-12-20, +/games/boxart/full_3358961AmericaFrontccc.jpg,Killzone: Liberation,PSP,Shooter,Sony Computer Entertainment,Guerrilla Games,7.8,0.9,0.44,,0.28,0.19,2006-10-31, +/games/boxart/full_6542139AmericaFrontccc.jpg,Harry Potter: Quidditch World Cup,PS2,Sports,Electronic Arts,Electronic Arts,,0.9,0.44,,0.34,0.11,2003-10-28, +/games/boxart/full_6133105AmericaFrontccc.jpg,NBA Live 2005,XB,Sports,EA Sports,EA Canada,,0.9,0.81,,0.05,0.04,2004-09-28, +/games/boxart/2652810ccc.jpg,Madden NFL 99,N64,Sports,EA Sports,EA Tiburon,,0.9,0.84,,0.05,0.01,1998-09-01, +/games/boxart/1511429ccc.jpg,Hot Shots Tennis,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,0.9,0.17,0.55,0.13,0.05,2007-07-17, +/games/boxart/9646178ccc.jpg,MLB 2005,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.9,0.44,,0.35,0.12,2004-03-16, +/games/boxart/full_2609971AmericaFrontccc.jpg,TouchMaster 2,DS,Puzzle,Midway Games,Midway Studios San Diego,,0.89,0.3,,0.49,0.1,2008-10-21, +/games/boxart/full_4015861AmericaFrontccc.jpg,God of War Saga,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.89,0.74,,,0.15,2012-08-28,2018-12-03 +/games/boxart/1376740ccc.jpg,Finding Nemo,GC,Action,THQ,Traveller's Tales,,0.89,0.69,,0.18,0.02,2003-05-12, +/games/boxart/full_resident-evil-revelations_61AmericaFront.jpg,Resident Evil: Revelations,3DS,Action,Capcom,Capcom,7.8,0.89,0.3,0.3,0.23,0.05,2012-02-07, +/games/boxart/full_the-tomb-raider-trilogy_733AmericaFront.jpg,The Tomb Raider Trilogy,PS3,Action,Square Enix,Crystal Dynamics,8.5,0.89,0.27,,0.48,0.14,2011-03-22, +/games/boxart/full_6586030AmericaFrontccc.jpg,Fortnite,PS4,Action,Gearbox Software,Epic Games,,0.89,0.42,,0.32,0.15,2017-07-21,2018-06-19 +/games/boxart/6229067ccc.jpg,Blitz: The League,PS2,Sports,Midway Games,Midway Games,7.8,0.89,0.74,,0.03,0.12,2005-10-17, +/games/boxart/full_211147JapanFrontccc.jpg,Pokémon Card GB2: GRdan Sanjou,GB,Strategy,Nintendo,Hudson Soft,,0.89,,0.89,,,2001-03-28, +/games/boxart/full_9362694AmericaFrontccc.jpg,Pure,PS3,Racing,Disney Interactive Studios,Black Rock Studio,7,0.89,0.42,0,0.33,0.14,2008-09-16, +/games/boxart/full_2230343AmericaFrontccc.jpg,NFL 2K2,PS2,Sports,Sega,Visual Concepts,,0.89,0.44,,0.34,0.11,2001-11-19, +/games/boxart/full_fifa-soccer-09-all-play_3AmericaFront.jpg,FIFA Soccer 09 All-Play,Wii,Sports,Electronic Arts,EA Canada,,0.89,0.28,0,0.52,0.09,2008-10-28, +/games/boxart/full_555243AmericaFrontccc.jpg,MLB 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.89,0.49,,0.34,0.06,2000-02-29, +/games/boxart/full_csi-hard-evidence_4AmericaFront.jpg,CSI: Hard Evidence,Wii,Adventure,Ubisoft,Telltale Games,,0.89,0.36,,0.43,0.1,2008-01-15, +/games/boxart/full_5409259AmericaFrontccc.jpg,Samba De Amigo,Wii,Misc,Sega,Gearbox Software,6.7,0.89,0.41,0.01,0.37,0.09,2008-09-23, +/games/boxart/full_2698392PALFrontccc.jpg,SingStar Anthems,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.89,,,0.68,0.2,2006-08-04, +/games/boxart/full_9328037AmericaFrontccc.jpg,Minecraft: Story Mode,PS3,Adventure,Mojang,Telltale Games,,0.89,0.32,,0.43,0.15,2015-10-27,2018-01-13 +/games/boxart/1894013ccc.jpg,Classic NES Series: The Legend of Zelda,GBA,Adventure,Nintendo,Nintendo,,0.89,0.46,0.24,0.17,0.02,2004-06-02, +/games/boxart/full_tiger-woods-pga-tour-12-the-masters_996AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,PS3,Sports,EA Sports,EA Tiburon,,0.89,0.52,,0.25,0.11,2011-03-29, +/games/boxart/full_rhythm-heaven_531AmericaFront.jpg,Rhythm Heaven Fever,Wii,Music,Nintendo,Nintendo / TNX,,0.89,0.11,0.77,,0.01,2012-02-13,2018-05-31 +/games/boxart/4074428ccc.jpg,Tiger Woods PGA Tour 06,PS2,Sports,EA Sports,EA Sports,,0.89,0.74,,0.03,0.12,2005-09-20, +/games/boxart/7758215ccc.jpg,Call of Duty: World at War,DS,Shooter,Activision,n-Space,7.4,0.89,0.56,,0.25,0.08,2008-11-10, +/games/boxart/full_9804598AmericaFrontccc.jpg,Fire Emblem: The Sacred Stones,GBA,Strategy,Nintendo,Intelligent Systems,8.4,0.89,0.42,0.3,0.16,0.02,2005-05-23, +/games/boxart/full_1003861AmericaFrontccc.jpg,Injustice 2,XOne,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.89,0.65,,0.16,0.09,2017-05-16,2018-01-06 +/games/boxart/full_dissidia-012-duodecim-final-fantasy_821AmericaFront.jpg,Dissidia 012: Duodecim Final Fantasy,PSP,Fighting,Square Enix,Square Enix,8.3,0.89,0.21,0.46,0.13,0.09,2011-03-22, +/games/boxart/5272705ccc.gif,Madagascar,GBA,Platform,Activision,Vicarious Visions,5.5,0.89,0.62,,0.24,0.03,2005-05-23, +/games/boxart/1046553ccc.jpg,The Simpsons Game,PS3,Platform,Electronic Arts,EA Redwood Shores,7.5,0.89,0.38,,0.36,0.14,2007-10-30, +/games/boxart/full_4917983AmericaFrontccc.jpg,Ni no Kuni II: Revenant Kingdom,PS4,Role-Playing,Namco Bandai Games,Level 5,8.7,0.89,0.33,0.12,0.31,0.13,2018-03-23,2018-02-28 +/games/boxart/full_1009979AmericaFrontccc.jpg,Fossil Fighters,DS,Role-Playing,Nintendo,RED Entertainment,6.9,0.89,0.83,,,0.06,2009-08-10, +/games/boxart/full_3626219JapanFrontccc.jpg,Seiken Densetsu 3,SNES,Role-Playing,Square,SquareSoft,,0.89,,0.89,,0,1995-09-30, +/games/boxart/full_461917PALFrontccc.jpg,Assassin's Creed III,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,8.6,0.89,0.28,,0.54,0.07,2012-11-20,2018-04-12 +/games/boxart/full_1782833AmericaFrontccc.jpg,ESPN NHL 2K5,PS2,Sports,Sega,Kush Games,,0.88,0.43,,0.33,0.11,2004-08-30, +/games/boxart/full_9662628AmericaFrontccc.jpg,Star Wars: The Force Unleashed,DS,Action,LucasArts,n-Space,,0.88,0.5,0,0.29,0.09,2008-09-16, +/games/boxart/full_1626718AmericaFrontccc.jpg,Buzz! Quiz TV,PS3,Misc,Sony Computer Entertainment,Relentless Software,7.9,0.88,0.28,,0.47,0.13,2008-09-23, +/games/boxart/full_9602412AmericaFrontccc.jpg,Buzz! The Mega Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,0.88,0.32,,0.06,0.5,2007-10-30, +/games/boxart/full_wwe-smackdown-vs-raw-2011_10AmericaFront.jpg,WWE SmackDown vs. Raw 2011,X360,Fighting,THQ,JAKKS Pacific,7.1,0.88,0.44,0,0.35,0.08,2010-10-26, +/games/boxart/full_the-lord-of-the-rings-war-in-the-north_878AmericaFront.jpg,The Lord of the Rings: War in the North,X360,Role-Playing,Warner Bros. Interactive,Snowblind Studios,6.6,0.88,0.55,0,0.24,0.08,2011-11-01, +/games/boxart/full_rock-band-3_7AmericaFront.jpg,Rock Band 3,X360,Misc,MTV Games,Harmonix Music Systems,9.4,0.88,0.73,,0.09,0.06,2010-10-26, +/games/boxart/4376889ccc.jpg,NBA 2K6,PS2,Action,2K Sports,Unknown,,0.88,0.43,,0.34,0.11,2005-09-26, +/games/boxart/full_7163281AmericaFrontccc.jpg,Mega Man 8 Anniversary Collector's Edition,PS,Platform,Capcom,Capcom,,0.88,0.44,0.09,0.3,0.06,1997-02-28, +/games/boxart/full_6728851AmericaFrontccc.jpg,LEGO Harry Potter Collection,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.88,0.07,,0.68,0.13,2016-10-18,2018-05-23 +/games/boxart/9694669ccc.jpg,Monster 4x4: World Circuit,Wii,Racing,Ubisoft,Ubisoft Montreal,,0.88,0.8,0.01,0,0.07,2006-11-19, +/games/boxart/full_4069943AmericaFrontccc.jpg,LittleBigPlanet Karting,PS3,Racing,Sony Computer Entertainment,United Front Games,,0.88,0.42,0.01,0.31,0.14,2012-11-06,2018-01-12 +/games/boxart/full_2786110AmericaFrontccc.jpg,F1 2009,Wii,Racing,Codemasters,Sumo Digital,6.8,0.88,0.15,,0.62,0.11,2009-11-17, +/games/boxart/full_732552AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,PS3,Shooter,Ubisoft,Techland,7.7,0.88,0.35,0.01,0.38,0.15,2009-06-30, +/games/boxart/full_f1-2010_3AmericaFront.jpg,F1 2010,X360,Racing,Codemasters,Codemasters Birmingham,8.4,0.88,0.18,0.01,0.59,0.1,2010-09-21, +/games/boxart/full_6307299AmericaFrontccc.jpg,Star Wars: Rebel Assault II - The Hidden Empire,PS,Shooter,LucasArts,Factor 5,,0.88,0.49,,0.33,0.06,1996-11-30, +/games/boxart/full_4227124AmericaFrontccc.jpg,Call of Duty: Modern Warfare 2,PC,Shooter,Activision,Infinity Ward,9,0.88,0.01,,0.79,0.08,2009-11-10, +/games/boxart/full_7366657AmericaFrontccc.jpg,Madden NFL 08,Wii,Sports,EA Sports,EA Tiburon,,0.88,0.8,,0,0.07,2007-08-14, +/games/boxart/full_7753612AmericaFrontccc.jpg,Sonic Chronicles: The Dark Brotherhood,DS,Role-Playing,Sega,BioWare Corp.,7.3,0.88,0.5,0.01,0.29,0.08,2008-09-30, +/games/boxart/7103636ccc.jpg,Enduro,2600,Racing,Activision,Activision,,0.87,0.81,,0.05,0.01,1983-01-01, +/games/boxart/full_2908809AmericaFrontccc.jpg,Wizards of Waverly Place,DS,Misc,Disney Interactive Studios,"Black Lantern Studios, Inc.",,0.87,0.59,,0.2,0.08,2009-08-25, +/games/boxart/full_1460309AmericaFrontccc.jpg,The Evil Within,PS3,Misc,Bethesda Softworks,Tango Gameworks,,0.87,0.27,0.13,0.35,0.12,2014-10-14,2018-03-13 +/games/boxart/4559675ccc.jpg,Vagrant Story,PS,Role-Playing,Square EA,SquareSoft,9.3,0.87,0.3,0.3,0.2,0.06,2000-05-15, +/games/boxart/full_8021398AmericaFrontccc.jpg,Kingdom Hearts Re: Chain of Memories,PS2,Role-Playing,Square Enix,Jupiter Corporation,7.2,0.87,0.73,,0.03,0.12,2008-12-02, +/games/boxart/full_9794831AmericaFrontccc.jpg,Kingdoms of Amalur: Reckoning,X360,Role-Playing,Electronic Arts,38 Studios,,0.87,0.55,0.01,0.24,0.07,2012-02-07, +/games/boxart/full_3508041AmericaFrontccc.jpg,SingStar '90s,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.87,0.1,,0.59,0.18,2008-03-18, +/games/boxart/8362220ccc.jpg,Fight Night Round 2,PS2,Fighting,EA Sports,EA Sports,,0.87,0.72,,0.03,0.12,2005-02-28, +/games/boxart/full_3854886AmericaFrontccc.jpg,Ghostbusters: The Video Game,Wii,Action,Atari,Red Fly Studio,7.6,0.87,0.59,,0.21,0.07,2009-06-16, +/games/boxart/full_5736681AmericaFrontccc.jpg,For Honor,XOne,Action,Ubisoft,Ubisoft Montreal,,0.87,0.57,,0.21,0.08,2017-02-14,2018-01-05 +/games/boxart/full_final-fantasy-xiv_6AmericaFront.jpg,Final Fantasy XIV Online,PS3,MMO,Square Enix,Square Enix,,0.87,0.39,0.28,0.09,0.11,2013-08-27,2018-04-22 +/games/boxart/full_769134AmericaFrontccc.png,Mario Party: Star Rush,3DS,Party,Nintendo,"Nd Cube Co., Ltd.",6.2,0.87,0.25,0.2,0.37,0.05,2016-11-04,2018-11-19 +/games/boxart/full_5117959AmericaFrontccc.jpg,LEGO Dimensions,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.87,0.49,,0.31,0.08,2015-09-27,2018-03-19 +/games/boxart/full_5802129AmericaFrontccc.jpg,Grand Theft Auto IV,PC,Action,Rockstar Games,Rockstar Toronto,9.2,0.87,0.01,,0.8,0.06,2008-12-02, +/games/boxart/537599ccc.jpg,Warriors Orochi,PS2,Action,KOEI,Omega Force,,0.87,0.11,0.64,0.09,0.03,2007-09-18, +/games/boxart/full_8851319AmericaFrontccc.jpg,Gex,PS,Platform,Crystal Dynamics,Crystal Dynamics,,0.87,0.49,,0.33,0.06,1995-12-13, +/games/boxart/8238124ccc.jpg,Mercenaries 2: World in Flames,PS3,Shooter,Electronic Arts,Pandemic Studios,6,0.87,0.29,0.02,0.4,0.16,2008-08-31, +/games/boxart/full_3965132AmericaFrontccc.jpg,Red Faction: Guerrilla,X360,Shooter,THQ,Volition Inc.,8.4,0.87,0.48,0.01,0.29,0.09,2009-06-02, +/games/boxart/3225776ccc.jpg,DiRT,X360,Racing,Codemasters,Codemasters,8.4,0.87,0.38,,0.4,0.09,2007-06-19, +/games/boxart/full_5153610AmericaFrontccc.jpg,Endless Ocean: Blue World,Wii,Simulation,Nintendo,Arika,7.6,0.87,0.46,0.12,0.22,0.06,2010-02-22, +/games/boxart/full_3063369PALFrontccc.jpg,Peppa Pig: The Game,DS,Misc,Pinnacle,Asylum Entertainment,,0.87,,,0.81,0.06,2008-11-28, +/games/boxart/full_michael-jackson-the-experience_9AmericaFront.jpg,Michael Jackson: The Experience,X360,Misc,Ubisoft,Ubisoft Montreal,5.6,0.87,0.62,0,0.18,0.07,2011-04-12, +/games/boxart/full_4767252AmericaFrontccc.jpg,Minecraft: Story Mode,PS4,Adventure,Mojang,Telltale Games,,0.87,0.31,,0.42,0.14,2015-10-27,2018-01-13 +/games/boxart/full_7079367AmericaFrontccc.jpg,Triple Play 2002,PS2,Sports,EA Sports,Pandemic Studios,,0.87,0.43,,0.33,0.11,2002-03-11, +/games/boxart/9182498ccc.jpg,Conflict: Desert Storm,XB,Shooter,Gotham Games,Pivotal Games,,0.87,0.48,,0.37,0.02,2002-09-30, +/games/boxart/6908817ccc.jpg,Brothers In Arms: Hell's Highway,X360,Shooter,Ubisoft,Gearbox Software,7.6,0.87,0.47,0,0.3,0.09,2008-09-23, +/games/boxart/5535146ccc.jpg,NHL 2000,PS,Sports,EA Sports,EA Canada,,0.87,0.48,,0.33,0.06,1999-09-30, +/games/boxart/1868825ccc.gif,Spec Ops: Ranger Elite,PS,Shooter,Take-Two Interactive,Runecraft,,0.87,0.49,,0.33,0.06,2001-04-29, +/games/boxart/full_1543266AmericaFrontccc.jpg,Need for Speed: V-Rally,PS,Racing,Electronic Arts,Infogrames,,0.87,0.43,0.09,0.29,0.06,1997-09-30, +/games/boxart/full_4828966AmericaFrontccc.jpg,GRID,X360,Racing,Codemasters,Codemasters,8.7,0.87,0.33,0.01,0.44,0.09,2008-06-03, +/games/boxart/4314655ccc.jpg,Tom Clancy's Ghost Recon: Island Thunder,XB,Shooter,Ubisoft,Red Storm Entertainment,,0.87,0.61,,0.24,0.03,2003-08-06, +/games/boxart/4553411ccc.jpg,Metal Gear Ac!d,PSP,Strategy,Konami,Konami,7.4,0.87,0.32,0.12,0.26,0.17,2005-03-22, +/games/boxart/full_8756284JapanFrontccc.jpg,Derby Stallion II,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,0.87,,0.87,,0,1994-02-18, +/games/boxart/full_6749713AmericaFrontccc.jpg,Tony Hawk's Project 8,PS2,Sports,Activision,Shaba Games,6.6,0.87,0.72,,0.03,0.12,2006-11-07, +/games/boxart/full_1523082AmericaFrontccc.jpg,Sleeping Dogs,X360,Action-Adventure,Square Enix,United Front Games,7.9,0.87,0.38,0.01,0.4,0.08,2012-08-14,2018-03-07 +/games/boxart/full_8885459AmericaFrontccc.jpg,Paper Mario: Color Splash,WiiU,Action-Adventure,Nintendo,Intelligent Systems,7.4,0.87,0.35,0.08,0.37,0.06,2016-10-07,2018-03-31 +/games/boxart/461570ccc.jpg,Crimson Skies: High Road to Revenge,XB,Simulation,Microsoft Game Studios,FASA Studio,,0.87,0.65,,0.19,0.03,2003-10-21,2018-09-25 +/games/boxart/full_3588933AmericaFrontccc.jpg,Cooking Mama: World Kitchen,Wii,Simulation,Majesco,Cooking Mama Limited,,0.87,0.51,0.01,0.27,0.08,2008-11-18, +/games/boxart/full_6805319AmericaFrontccc.jpg,Super Bomberman R,NS,Puzzle,Konami Digital Entertainment,HexaDrive,6.3,0.87,0.31,0.19,0.32,0.06,2017-03-03,2018-03-24 +/games/boxart/full_967370AmericaFrontccc.jpg,Wii Fit U,WiiU,Misc,Nintendo,Nintendo,7.2,0.86,0.35,0.21,0.24,0.06,2014-01-10,2018-01-27 +/games/boxart/full_guitar-hero-warriors-of-rock_2AmericaFront.jpg,Guitar Hero: Warriors of Rock,X360,Misc,Activision,Neversoft Entertainment,7.1,0.86,0.47,,0.31,0.07,2010-09-28, +/games/boxart/9266970ccc.jpg,Lemmings,PSP,Puzzle,Sony Computer Entertainment,Team17 Software,7.3,0.86,0.12,,0.52,0.23,2006-05-23, +/games/boxart/full_3377279AmericaFrontccc.jpg,Madden Football 64,N64,Sports,EA Sports,EA Tiburon,,0.86,0.81,,0.04,0.01,1997-10-31, +/games/boxart/full_golds-gym-dance-workout_4AmericaFront.jpg,Gold's Gym: Dance Workout,Wii,Sports,Ubisoft,Land Ho!,,0.86,0.69,0,0.1,0.07,2010-08-17, +/games/boxart/full_9076812AmericaFrontccc.png,Ford Racing,PS,Racing,Empire Interactive,2K Games,,0.86,0.48,,0.33,0.06,2001-03-06, +/games/boxart/full_9265303AmericaFrontccc.jpg,Dishonored 2,XOne,Action,Bethesda Softworks,Arkane Studios,,0.86,0.47,,0.31,0.08,2016-11-10,2019-07-16 +/games/boxart/full_3255976AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,PSP,Sports,Konami,Konami Computer Entertainment Tokyo,8.2,0.86,0.01,0.12,0.72,0.01,2007-02-06, +/games/boxart/3041085ccc.jpg,Beijing 2008,PS3,Sports,Sega,Eurocom Entertainment Software,,0.86,0.14,0.01,0.54,0.17,2008-07-08, +/games/boxart/2050429ccc.jpg,MLB 99,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.86,0.48,,0.32,0.06,1998-03-31, +/games/boxart/full_pictionary_3AmericaFront.jpg,Pictionary,Wii,Misc,THQ,"Page 44 Studios, LLC",,0.86,0.6,,0.19,0.07,2010-11-14, +/games/boxart/full_1805561AmericaFrontccc.jpg,Dynasty Warriors 4: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.86,0.17,0.51,0.13,0.04,2003-11-04, +/games/boxart/full_7852011AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.86,0.42,,0.37,0.07,2012-06-26,2019-01-02 +/games/boxart/full_9058547AmericaFrontccc.jpg,Plants vs. Zombies: Garden Warfare 2,XOne,Shooter,Electronic Arts,PopCap Games,,0.86,0.47,,0.32,0.08,2016-02-23,2018-05-23 +/games/boxart/full_8042351AmericaFrontccc.png,BioShock: The Collection,PS4,Shooter,2K Games,"Blind Squirrel Digital, Inc",,0.86,0.41,0.03,0.28,0.14,2016-09-13,2018-04-26 +/games/boxart/full_6648170AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,PSV,Role-Playing,Square Enix,Square Enix,,0.86,0.16,0.28,0.29,0.13,2014-03-18,2019-03-22 +/games/boxart/1430640ccc.jpg,Rocky,PS2,Fighting,Ubisoft,Rage Software,,0.86,0.42,,0.33,0.11,2002-11-18, +/games/boxart/full_7582349AmericaFrontccc.jpg,Farming Simulator 17,PS4,Simulation,Focus Home Interactive,Giants Software,,0.85,0.19,0.01,0.52,0.13,2016-10-25,2018-04-06 +/games/boxart/full_2673242AmericaFrontccc.jpg,LEGO Jurassic World,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.85,0.35,0.04,0.39,0.07,2015-06-12,2018-04-06 +/games/boxart/full_1649665AmericaFrontccc.jpg,Kingdoms of Amalur: Reckoning,PS3,Role-Playing,Electronic Arts,38 Studios,,0.85,0.37,0.09,0.29,0.1,2012-02-07, +/games/boxart/8141419ccc.gif,FIFA Soccer 08,DS,Sports,EA Sports,EA Canada,,0.85,0.1,,0.65,0.11,2007-10-09, +/games/boxart/full_2282951AmericaFrontccc.jpg,Darksiders II,PS3,Action-Adventure,THQ,Vigil Games,8.3,0.85,0.35,0.01,0.37,0.13,2012-08-14,2018-03-14 +/games/boxart/2140433ccc.jpg,Ratatouille,PS2,Platform,THQ,Asobo Studio,6,0.85,0.31,,0,0.53,2007-06-26, +/games/boxart/5554177ccc.jpg,Dragon Ball Z: Burst Limit,PS3,Fighting,Atari,Dimps Corporation,7.3,0.85,0.22,0.18,0.34,0.12,2008-06-10, +/games/boxart/full_ncaa-football-11_9AmericaFront.jpg,NCAA Football 11,PS3,Sports,EA Sports,EA Tiburon,8.5,0.85,0.79,,,0.06,2010-07-13, +/games/boxart/3428182ccc.jpg,Castlevania III: Dracula's Curse,NES,Platform,Konami,Konami,,0.85,0.4,0.37,0.07,0.01,1990-10-01, +/games/boxart/full_7727169AmericaFrontccc.jpg,Street Fighter Alpha 2,PS,Fighting,Capcom,Capcom,8.2,0.85,0.14,0.57,0.09,0.06,1996-09-30, +/games/boxart/1933047ccc.jpg,Burnout 2: Point of Impact,PS2,Racing,Acclaim Entertainment,Criterion Games,,0.85,0.42,,0.32,0.11,2002-09-30, +/games/boxart/3007854ccc.jpg,Burnout Legends,PSP,Racing,Electronic Arts,Criterion Games,8.4,0.85,0.7,,0.06,0.09,2005-09-13, +/games/boxart/8679703ccc.jpg,Street Fighter EX3,PS2,Fighting,Capcom,Arika,,0.85,0.32,0.2,0.25,0.08,2000-10-24, +/games/boxart/full_3988878AmericaFrontccc.jpg,Tomb Raider: Anniversary,Wii,Action,Eidos Interactive,Crystal Dynamics,6.8,0.85,0.12,,0.63,0.11,2007-11-13, +/games/boxart/full_2944762AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,X360,Sports,EA Sports,EA Canada,8.4,0.85,0.32,0.02,0.42,0.09,2010-04-27, +/games/boxart/710228ccc.jpg,NBA 2K8,X360,Sports,2K Sports,Visual Concepts,,0.85,0.79,,0,0.07,2007-10-02, +/games/boxart/2832276ccc.jpg,Tiger Woods PGA Tour 2005,XB,Sports,EA Sports,EA Redwood Shores,,0.85,0.64,,0.18,0.03,2004-09-20, +/games/boxart/5190639ccc.jpg,Rampage World Tour,PS,Action,Midway Games,Game Refuge,,0.85,0.47,,0.32,0.06,1997-09-30, +/games/boxart/9015753ccc.jpg,Army Men: Air Attack,PS,Action,3DO,3DO,,0.85,0.47,,0.32,0.06,1999-11-02, +/games/boxart/full_8659983AmericaFrontccc.jpg,Thief,PS4,Action,Square Enix,Eidos Montreal,,0.85,0.28,0.03,0.41,0.13,2014-02-25,2018-01-04 +/games/boxart/full_4189490AmericaFrontccc.jpg,Ninja Gaiden Sigma 2,PS3,Action,Tecmo Koei,Team Ninja,8.5,0.85,0.52,0.08,0.16,0.1,2009-09-29, +/games/boxart/full_1479885AmericaFrontccc.jpg,Disney Infinity 3.0,PS4,Action,Disney Interactive Studios,Avalanche Software,,0.85,0.31,,0.4,0.14,2015-08-30,2018-03-20 +/games/boxart/full_3446091AmericaFrontccc.jpg,The Legendary Starfy,DS,Platform,Nintendo,TOSE Software,7.1,0.85,0.6,0.2,,0.05,2009-06-08, +/games/boxart/full_6130454AmericaFrontccc.jpg,The House of the Dead: Overkill,Wii,Shooter,Sega,Headstrong Games,7.9,0.85,0.44,0.02,0.3,0.09,2009-02-10, +/games/boxart/full_4015554AmericaFrontccc.jpg,Army of Two: The 40th Day,PS3,Shooter,Electronic Arts,EA Montreal,7.1,0.85,0.44,0.01,0.27,0.13,2010-01-12, +/games/boxart/full_9225300AmericaFrontccc.jpg,Until Dawn: Rush of Blood,PS4,Shooter,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.85,0.5,,0.21,0.15,2016-10-13,2018-09-24 +/games/boxart/66056ccc.jpg,Metroid: Zero Mission,GBA,Adventure,Nintendo,Nintendo R&D1,8.9,0.84,0.6,,0.22,0.01,2004-02-09, +/games/boxart/full_8458344AmericaFrontccc.jpg,Ghostbusters: The Video Game,PS3,Action,Atari,Terminal Reality,7.8,0.84,0.34,,0.36,0.14,2009-06-16, +/games/boxart/3982716ccc.jpg,Blazing Angels: Squadrons of WWII,Wii,Simulation,Ubisoft,Ubisoft Romania,4.7,0.84,0.74,,0.04,0.06,2007-03-20, +/games/boxart/full_7964277AmericaFrontccc.png,Street Fighter X Tekken,PS3,Fighting,Capcom,Capcom,,0.84,0.42,0.1,0.22,0.1,2012-03-06, +/games/boxart/full_9732509AmericaFrontccc.jpg,NBA 2K10,PS3,Sports,2K Sports,Visual Concepts,8.2,0.84,0.75,0.01,0.01,0.07,2009-10-06, +/games/boxart/5181415ccc.jpg,Big Mutha Truckers,PS2,Racing,THQ,Eutechnyx,,0.84,0.41,,0.32,0.11,2003-06-16, +/games/boxart/full_4964465AmericaFrontccc.jpeg,Lego Batman 3: Beyond Gotham,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.84,0.34,,0.36,0.14,2014-11-11,2018-12-01 +/games/boxart/full_5099160AmericaFrontccc.jpg,ZombiU,WiiU,Action,Ubisoft,Ubisoft Montpellier,6.9,0.84,0.35,0.05,0.37,0.07,2012-11-18,2020-08-02 +/games/boxart/4592793ccc.gif,Ben 10: Protector of Earth,PS2,Action,D3 Publisher,High Voltage Software,,0.84,0.09,,0,0.74,2007-10-30, +/games/boxart/full_8120899AmericaFrontccc.jpg,Xenoblade Chronicles X,WiiU,Role-Playing,Nintendo,Monolith Soft,8.1,0.84,0.34,0.15,0.29,0.06,2015-12-04,2018-01-06 +/games/boxart/1675863ccc.jpg,Rogue Galaxy,PS2,Role-Playing,Sony Computer Entertainment,Level 5,8.3,0.84,0.24,0.39,0.16,0.05,2007-01-30, +/games/boxart/2592850ccc.jpg,Harry Potter and the Order of the Phoenix,DS,Adventure,Electronic Arts,Visual Impact,,0.84,0.28,,0.46,0.1,2007-06-25, +/games/boxart/full_8793340AmericaFrontccc.jpg,Skate 2,PS3,Sports,Electronic Arts,EA Black Box,8.2,0.84,0.46,0.01,0.25,0.12,2009-01-21, +/games/boxart/full_4992929AmericaFrontccc.jpg,Rocket Power: Team Rocket Rescue,PS,Sports,THQ,Darkblack,,0.84,0.47,,0.32,0.05,2001-09-04, +/games/boxart/2293432ccc.jpg,Spider-Man 2,GC,Action,Activision,Treyarch,7.7,0.84,0.65,,0.17,0.02,2004-06-28, +/games/boxart/65175ccc.jpg,The Incredibles,GC,Action,THQ,Heavy Iron Studios,6.2,0.84,0.65,,0.17,0.02,2004-10-31, +/games/boxart/6007159ccc.png,ATV Quad Power Racing 2,PS2,Racing,Acclaim Entertainment,Climax Entertainment,,0.84,0.41,,0.32,0.11,2003-01-27, +/games/boxart/full_216144AmericaFrontccc.jpg,Madden NFL 09 All-Play,Wii,Sports,EA Sports,EA Tiburon,,0.84,0.77,,0.01,0.06,2008-08-12, +/games/boxart/full_1812131AmericaFrontccc.jpg,MLB 13: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,8.5,0.84,0.68,,,0.16,2013-03-05,2018-03-14 +/games/boxart/full_3793549AmericaFrontccc.jpg,ESPN College Hoops 2K5,PS2,Sports,Sega,Visual Concepts,,0.84,0.41,,0.32,0.11,2004-11-17, +/games/boxart/full_1384212AmericaFrontccc.jpg,Sniper Elite V2,X360,Shooter,505 Games,Rebellion Developments,7,0.84,0.46,0.02,0.28,0.08,2012-05-01,2018-03-13 +/games/boxart/full_6865314AmericaFrontccc.jpg,Q*bert,PS,Puzzle,Hasbro Interactive,Artech Digital Entertainment,,0.84,0.46,,0.32,0.05,1999-11-30, +/games/boxart/full_5787551AmericaFrontccc.jpg,Petz Dogz Fashion,DS,Simulation,Ubisoft,Ubisoft,,0.84,0.46,,0.3,0.09,2008-06-17, +/games/boxart/1659783ccc.jpg,MediEvil,PS,Adventure,Sony Computer Entertainment,SCEE Cambridge,,0.83,0.46,,0.31,0.05,1998-10-01,2018-12-03 +/games/boxart/full_1532866AmericaFrontccc.jpg,Madden NFL 25,XOne,Sports,EA Sports,EA Tiburon,7.1,0.83,0.69,,0.06,0.09,2013-11-22,2018-01-06 +/games/boxart/full_3557748AmericaFrontccc.jpg,Guitar Hero Live,XOne,Music,Activision,FreeStyleGames,,0.83,0.52,,0.23,0.08,2015-10-20,2018-03-15 +/games/boxart/full_9541887AmericaFrontccc.jpg,Dance Central 3,X360,Music,Microsoft,Harmonix Music Systems,,0.83,0.57,,0.19,0.07,2012-10-16,2018-08-10 +/games/boxart/full_5049298AmericaFrontccc.jpg,Need for Speed: Nitro,Wii,Racing,Electronic Arts,EA Montreal,7,0.83,0.45,,0.3,0.08,2009-11-02, +/games/boxart/full_call-of-duty-modern-warfare-3_824AmericaFront.jpg,Call of Duty: Modern Warfare 3,Wii,Shooter,Activision,Infinity Ward,4.5,0.83,0.55,,0.2,0.08,2011-11-08, +/games/boxart/full_271120AmericaFrontccc.jpg,Sid Meier's Civilization Revolution,X360,Strategy,2K Games,Firaxis Games,8.4,0.83,0.58,0,0.17,0.07,2008-07-08, +/games/boxart/full_dragon-age-ii_325AmericaFront.jpg,Dragon Age II,PS3,Role-Playing,Electronic Arts,BioWare Corp.,7.7,0.83,0.4,0.05,0.26,0.12,2011-03-08, +/games/boxart/full_316724AmericaFrontccc.jpg,Casper,PS,Adventure,Interplay,Funcom,4.9,0.83,0.46,,0.31,0.05,1996-09-17, +/games/boxart/full_2492609AmericaFrontccc.jpg,Scooby-Doo! First Frights,DS,Adventure,Warner Bros. Interactive,Torus Games,,0.83,0.6,,0.16,0.07,2009-09-22, +/games/boxart/full_8366012AmericaFrontccc.jpg,Mega Man Legends,PS,Adventure,Capcom,Capcom,,0.83,0.39,0.12,0.26,0.05,1998-08-31, +/games/boxart/full_6949310JapanFrontccc.jpg,FIFA Soccer World Championship,PS2,Sports,EA Sports,EA Sports,,0.83,0.27,0.28,0.21,0.07,2000-05-25, +/games/boxart/full_4371547AmericaFrontccc.jpg,Forza Horizon 2,X360,Racing,Microsoft Studios,Sumo Digital,,0.83,0.35,0,0.41,0.07,2014-09-30,2018-09-28 +/games/boxart/full_7495171AmericaFrontccc.jpg,Madden NFL 07,PSP,Sports,EA Sports,EA Tiburon,8.3,0.83,0.77,,0.03,0.04,2006-08-22, +/games/boxart/full_7873178AmericaFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,XOne,Action,Konami Digital Entertainment,Kojima Productions,,0.83,0.49,0.02,0.25,0.07,2015-09-01,2018-05-04 +/games/boxart/full_506707AmericaFrontccc.jpg,Twisted Metal (2012),PS3,Action,Sony Computer Entertainment,Eat Sleep Play,7.9,0.83,0.67,,0.07,0.09,2012-02-14,2018-03-14 +/games/boxart/full_tiger-woods-pga-tour-11_7AmericaFront.jpg,Tiger Woods PGA Tour 11,PS3,Sports,EA Sports,EA Tiburon,7.9,0.83,0.37,,0.34,0.13,2010-06-08, +/games/boxart/full_dragon-ball-raging-blast-2_0AmericaFront.jpg,Dragon Ball: Raging Blast 2,PS3,Fighting,Namco Bandai,Spike,6,0.83,0.43,0.11,0.19,0.1,2010-11-02, +/games/boxart/full_lizzie-mcguire-2-lizzie-diaries_695AmericaFront.jpg,Lizzie McGuire 2: Lizzie Diaries,GBA,Action,Disney Interactive Studios,Artificial Mind and Movement,,0.83,0.6,,0.22,0.01,2004-10-18, +/games/boxart/full_3584968AmericaFrontccc.jpg,Sly 3: Honor Among Thieves,PS2,Platform,Sony Computer Entertainment,Sucker Punch,,0.83,0.69,,0.03,0.11,2005-09-26, +/games/boxart/1322010ccc.gif,MLB SlugFest 20-03,PS2,Sports,Midway Games,Gratuitous Games,,0.83,0.41,,0.32,0.11,2002-06-23, +/games/boxart/full_ncaa-football-12_694AmericaFront.jpg,NCAA Football 12,PS3,Sports,EA Sports,EA Tiburon,7.7,0.83,0.78,,,0.06,2011-07-12, +/games/boxart/full_8161019AmericaFrontccc.jpg,Dynasty Warriors 2,PS2,Action,KOEI,Omega Force,,0.83,0.24,0.34,0.19,0.06,2000-10-25,2017-12-31 +/games/boxart/full_duke-nukem-forever_761AmericaFront.jpg,Duke Nukem Forever,X360,Shooter,2K Games,Gearbox Software,4.3,0.83,0.52,,0.25,0.07,2011-06-14, +/games/boxart/full_sniper-ghost-warrior_903AmericaFront.jpg,Sniper: Ghost Warrior,PS3,Shooter,City Interactive,City Interactive,4.5,0.83,0.3,0.04,0.35,0.14,2011-06-28, +/games/boxart/6673720ccc.jpg,Brute Force,XB,Shooter,Microsoft Game Studios,Digital Anvil,,0.83,0.62,0.01,0.18,0.03,2003-05-27, +/games/boxart/full_5973425AmericaFrontccc.jpg,Time Crisis 4,PS3,Shooter,Namco Bandai,Bandai Namco Games,6.1,0.83,0.32,0.05,0.32,0.14,2007-11-20, +/games/boxart/full_2672662AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,Wii,Fighting,THQ,Yuke's Media Creations,8.2,0.83,0.44,,0.31,0.08,2008-11-09, +/games/boxart/4827551ccc.jpg,Yu-Gi-Oh! Dark Duel Stories,GB,Misc,Konami,KCEJ,6.2,0.83,,0.83,,,2002-03-18, +/games/boxart/full_dj-hero-2_2AmericaFront.jpg,DJ Hero 2,X360,Misc,Activision,FreeStyle Games,8.5,0.83,0.65,,0.12,0.06,2010-10-19, +/games/boxart/3413045ccc.jpg,Stranglehold,X360,Shooter,Midway Games,Midway Games,8,0.83,0.41,0.01,0.33,0.09,2007-09-05, +/games/boxart/9758404ccc.gif,I Spy: Fun House,DS,Puzzle,Scholastic Inc.,Big Blue Bubble Inc.,,0.82,0.76,,,0.06,2007-08-29, +/games/boxart/full_1257876AmericaFrontccc.jpg,James Bond 007: Nightfire,XB,Shooter,Electronic Arts,Eurocom Entertainment Software,,0.82,0.58,,0.22,0.03,2002-11-18, +/games/boxart/full_ea-sports-active-nfl-training-camp_5AmericaFront.jpg,EA Sports Active NFL Training Camp,Wii,Sports,EA Sports,EA Vancouver,,0.82,0.76,,,0.05,2010-11-16, +/games/boxart/2481849ccc.jpg,Amped: Freestyle Snowboarding,XB,Sports,Microsoft,Indie Built,,0.82,0.69,,0.11,0.02,2001-11-19, +/games/boxart/full_7409581AmericaFrontccc.jpg,Tony Hawk's Underground 2 Remix,PSP,Sports,Activision,Shaba Games,8.5,0.82,0.46,,0.21,0.15,2005-03-15, +/games/boxart/9682904ccc.jpg,Tony Hawk's Pro Skater 3,GC,Sports,Activision,Neversoft Entertainment,9.1,0.82,0.64,,0.17,0.02,2001-11-13, +/games/boxart/full_5570879AmericaFrontccc.jpg,FIFA 17,X360,Sports,Electronic Arts,EA Canada,,0.82,0.2,,0.56,0.06,2016-09-27,2018-03-28 +/games/boxart/5578926ccc.jpg,Need for Speed: Hot Pursuit 2,XB,Racing,Electronic Arts,EA Black Box,8.2,0.82,0.68,,0.11,0.03,2002-10-01, +/games/boxart/8949476ccc.jpg,MediEvil: Resurrection,PSP,Adventure,Sony Computer Entertainment,SCEE,6.5,0.82,0.19,,0.42,0.22,2005-09-13, +/games/boxart/full_40730AmericaFrontccc.jpg,Pro Evolution Soccer 2016,PS4,Sports,Konami Digital Entertainment,PES Productions,,0.82,0.14,0.14,0.43,0.1,2015-09-15,2018-04-14 +/games/boxart/full_1987955AmericaFrontccc.jpg,Killer Instinct Gold,N64,Fighting,Nintendo,Rare Ltd.,,0.82,0.61,,0.19,0.01,1996-11-25, +/games/boxart/446691ccc.jpg,Clu Clu Land,NES,Puzzle,Nintendo,Nintendo R&D1,,0.82,0.42,0.28,0.1,0.02,1985-10-18, +/games/boxart/897120ccc.jpg,Custer's Revenge,2600,Action,Mystique,Mystique,,0.82,0.76,,0.05,0.01,1982-01-01, +/games/boxart/full_9188519AmericaFrontccc.jpg,The Crew 2,PS4,Racing,Ubisoft,Ivory Tower,6.5,0.82,0.22,0.05,0.42,0.12,2018-06-29,2018-07-19 +/games/boxart/full_the-lord-of-the-rings-war-in-the-north_887AmericaFront.jpg,The Lord of the Rings: War in the North,PS3,Role-Playing,Warner Bros. Interactive,Snowblind Studios,6.5,0.82,0.25,0.01,0.43,0.12,2011-11-01, +/games/boxart/6346723ccc.jpg,Marvel: Ultimate Alliance,PS2,Role-Playing,Activision,Raven Software,8.1,0.82,0.69,,0.03,0.11,2006-10-24, +/games/boxart/7815427ccc.jpg,Rocket Power: Beach Bandits,PS2,Platform,THQ,Evolution Games,,0.82,0.4,,0.31,0.1,2002-09-20, +/games/boxart/full_3223AmericaFrontccc.jpg,Patapon,PSP,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.7,0.82,0.33,0.07,0.25,0.17,2008-02-26, +/games/boxart/177478ccc.jpg,Harvest Moon: Tree of Tranquility,Wii,Simulation,Natsume,Runtime,,0.82,0.67,0.06,0.03,0.05,2008-09-30, +/games/boxart/9581120ccc.jpg,The Price is Right,Wii,Misc,Ubisoft,Ludia Inc.,,0.82,0.76,,,0.06,2008-09-09, +/games/boxart/full_1879358AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PS3,Adventure,Telltale Games,Telltale Games,9.7,0.82,0.4,0.03,0.25,0.14,2012-11-20,2018-05-10 +/games/boxart/full_7357354AmericaFrontccc.jpg,Professor Layton vs Ace Attorney,3DS,Adventure,Nintendo,Level 5,8.1,0.82,0.2,0.3,0.27,0.04,2014-08-29,2018-01-07 +/games/boxart/full_karaoke-revolution-glee_110AmericaFront.jpg,Karaoke Revolution Glee,Wii,Misc,Konami,Blitz Games,,0.82,0.51,,0.24,0.07,2010-11-09, +/games/boxart/full_904615JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '99 Kaimakuban,PS,Sports,Konami,Diamond Head,,0.81,,0.76,,0.05,1999-07-22, +/games/boxart/full_5630199JapanFrontccc.jpg,Yokai Watch 3: Sukiyaki,3DS,Role-Playing,Nintendo,Level 5,,0.81,,0.81,,,2019-02-02,2018-09-09 +/games/boxart/full_1495618AmericaFrontccc.jpg,Tales of Destiny II,PS,Role-Playing,Namco,Telenet Japan / Wolfteam,7.5,0.81,0.06,0.66,0.04,0.05,2001-09-10, +/games/boxart/full_2228743AmericaFrontccc.jpg,Disney's The Little Mermaid: Ariel's Undersea Adventure,DS,Action,Buena Vista,Gorilla Systems,,0.81,0.72,,0.03,0.06,2006-10-02, +/games/boxart/full_3122149AmericaFrontccc.jpg,Pro Evolution Soccer 2010,X360,Sports,Konami,Konami,7,0.81,0.12,0.03,0.58,0.08,2009-11-03, +/games/boxart/full_8638646AmericaFrontccc.jpg,NCAA Football 10,PS3,Sports,EA Sports,EA Tiburon,8.1,0.81,0.75,,,0.06,2009-07-14, +/games/boxart/full_1562673AmericaFrontccc.jpg,LEGO Dimensions,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.81,0.26,,0.41,0.13,2015-09-27,2018-03-19 +/games/boxart/full_ready-2-rumble-boxing-round-2_10AmericaFront.jpg,Ready 2 Rumble Boxing: Round 2,PS2,Fighting,Midway Games,Midway Games,7.9,0.81,0.4,,0.31,0.1,2000-10-23, +/games/boxart/full_8199027AmericaFrontccc.jpg,Mega Man,NES,Platform,Capcom,Capcom,,0.81,0.45,0.27,0.08,0.01,1987-12-01, +/games/boxart/full_7410241JapanFrontccc.jpg,Kamaitachi no Yoru,SNES,Adventure,ChunSoft,ChunSoft,,0.81,,0.81,,,1994-11-25, +/games/boxart/5779253ccc.jpg,The Legend of Zelda: Four Swords Adventures,GC,Adventure,Nintendo,Nintendo EAD,8.4,0.81,0.63,,0.16,0.02,2004-06-07, +/games/boxart/6490402ccc.jpg,SingStar Vol. 2,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.81,0.29,,0.39,0.12,2008-10-28, +/games/boxart/full_4718441JapanFrontccc.jpg,World Soccer Jikkyou Winning Eleven 3: World Cup France '98,PS,Sports,Konami,Konami,,0.81,,0.75,,0.05,1998-05-28, +/games/boxart/full_guitar-hero-warriors-of-rock_5AmericaFront.jpg,Guitar Hero: Warriors of Rock,PS3,Misc,Activision,Neversoft Entertainment,,0.81,0.33,,0.35,0.13,2010-09-28, +/games/boxart/5735141ccc.jpg,Army Men: Sarge's Heroes,N64,Shooter,3DO,3DO,4.2,0.81,0.68,,0.12,0.01,1999-09-30, +/games/boxart/6532863ccc.jpg,Final Fantasy XI: Wings of the Goddess,PS2,Role-Playing,Square Enix,Square Enix,,0.81,0.35,0.09,0.27,0.09,2007-11-20, +/games/boxart/full_1119536AmericaFrontccc.jpg,EarthBound,SNES,Role-Playing,Nintendo,Ape Studios / HAL Laboratory,,0.81,,0.81,,,1995-06-01, +/games/boxart/7612677ccc.jpg,Dragon Quest III,GB,Role-Playing,Enix,TOSE,,0.81,,0.81,,0,2001-07-16,2018-05-06 +/games/boxart/full_final-fantasy-type-0_861JapanFront.jpg,Final Fantasy Type-0,PSP,Role-Playing,Unknown,Square Enix,,0.81,,0.81,,,2020-12-31, +/games/boxart/full_3016790PALFrontccc.jpg,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS4,Action,Square Enix,Square Enix,,0.81,0.21,0.39,0.14,0.07,2015-10-13,2018-01-15 +/games/boxart/full_7838235AmericaFrontccc.jpeg,DmC Devil May Cry,PS3,Action,Capcom,Ninja Theory,,0.81,0.24,0.19,0.29,0.1,2013-01-15,2018-05-01 +/games/boxart/full_9947629AmericaFrontccc.jpg,Super Bomberman 2,SNES,Puzzle,Hudson Soft,Produce!,,0.81,,0.81,,0,1994-09-01, +/games/boxart/full_8169847AmericaFrontccc.jpg,The Next Tetris,PS,Puzzle,Atari,Blue Planet Software,,0.81,0.45,,0.31,0.05,1999-05-31, +/games/boxart/full_2418232AmericaFrontccc.jpg,Madden NFL 16,PS3,Sports,EA Sports,EA Tiburon,8,0.81,0.6,,0.07,0.15,2015-08-25,2018-03-31 +/games/boxart/full_8003215AmericaFrontccc.jpg,Imagine: Rock Star,DS,Simulation,Ubisoft,Gevo Entertainment,,0.81,0.4,,0.33,0.09,2008-06-17, +/games/boxart/full_148540AmericaFrontccc.jpg,The Sims 2,PS2,Simulation,Electronic Arts,Maxis,,0.81,0.67,,0.03,0.11,2005-10-24, +/games/boxart/9646384ccc.jpg,NASCAR 2001,PS,Racing,EA Sports,EA Black Box,,0.81,0.45,,0.31,0.05,2000-09-19, +/games/boxart/full_golden-sun-dark-dawn_3AmericaFront.jpg,Golden Sun: Dark Dawn,DS,Role-Playing,Nintendo,Camelot Software Planning,8,0.81,0.53,0.13,0.1,0.05,2010-11-29, +/games/boxart/full_5009044AmericaFrontccc.png,Professor Layton and the Azran Legacy,3DS,Puzzle,Nintendo,Level 5,8,0.81,,0.25,0.53,0.03,2014-02-28,2018-01-07 +/games/boxart/full_4259264AmericaFrontccc.jpg,Shaun White Snowboarding,X360,Sports,Ubisoft,Ubisoft Montreal,6.2,0.81,0.48,0,0.25,0.08,2008-11-16, +/games/boxart/full_294537AmericaFrontccc.jpg,Need for Speed Rivals,X360,Racing,Electronic Arts,Ghost Games,,0.81,0.38,0.01,0.35,0.07,2013-11-19,2018-01-16 +/games/boxart/full_921417AmericaFrontccc.jpg,Battle of Giants: Dinosaurs,DS,Strategy,Ubisoft,Ubisoft Quebec,,0.81,0.37,,0.35,0.08,2008-10-21, +/games/boxart/5787625ccc.jpg,Tom Clancy's Rainbow Six 3,PS2,Shooter,Ubisoft,Ubisoft Montreal / Red Storm Entertainment,,0.81,0.4,,0.31,0.1,2004-03-24, +/games/boxart/full_4369970AmericaFrontccc.jpg,The Amazing Spider-Man (2012),PS3,Action-Adventure,Activision,Beenox,7.3,0.8,0.31,,0.36,0.12,2012-06-26,2018-03-15 +/games/boxart/full_7950366AmericaFrontccc.jpg,Guitar Hero: Metallica,X360,Misc,Activision,Neversoft Entertainment,8.5,0.8,0.52,,0.2,0.07,2009-03-29, +/games/boxart/full_hasbro-family-game-night-3_1AmericaFront.jpg,Hasbro Family Game Night 3,Wii,Misc,Electronic Arts,EA Bright Light,,0.8,0.46,,0.27,0.07,2010-10-26, +/games/boxart/7836189ccc.jpg,Rayman Raving Rabbids 2,DS,Misc,Ubisoft,Ubisoft Paris,,0.8,0.73,,0.01,0.06,2007-11-13, +/games/boxart/full_6243220AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,Wii,Action,LucasArts,Krome Studios,4.8,0.8,0.43,,0.3,0.07,2009-10-06, +/games/boxart/full_3553101AmericaFrontccc.jpg,Prince of Persia: Warrior Within,XB,Adventure,Ubisoft,Ubisoft Montreal,,0.8,0.48,,0.28,0.04,2004-11-30, +/games/boxart/full_deca-sports-2_4AmericaFront.jpg,Deca Sports 2,Wii,Sports,Hudson Soft,Hudson Soft,,0.8,0.31,0.09,0.34,0.07,2009-09-29, +/games/boxart/4182457ccc.jpg,Who Wants to be a Millionaire,PS,Misc,Eidos Interactive,Hothouse Creations,,0.8,0.45,,0.3,0.05,2000-09-29, +/games/boxart/3285869ccc.jpg,Final Fantasy Anthology,PS,Role-Playing,Square EA,SquareSoft,8.6,0.8,0.45,,0.3,0.05,1999-09-30, +/games/boxart/full_9039485AmericaFrontccc.jpg,Ben 10: Alien Force,Wii,Action,D3 Publisher,Monkey Bar Games,,0.8,0.52,,0.21,0.07,2008-10-28, +/games/boxart/full_707104JapanFrontccc.jpg,Super Robot Taisen α,PS,Strategy,Banpresto,Banpresto,,0.8,,0.75,,0.05,2000-05-25, +/games/boxart/full_8187431AmericaFrontccc.png,Mario & Sonic at the Sochi 2014 Olympic Winter Games,WiiU,Sports,Nintendo,Sega Sports R&D,5.9,0.8,0.37,0.14,0.23,0.06,2013-11-15,2018-01-31 +/games/boxart/full_4517465AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PSP,Sports,Konami,Konami,,0.8,0.09,0.2,0.33,0.18,2009-11-10, +/games/boxart/full_5084854AmericaFrontccc.jpg,Need for Speed: Hot Pursuit 2,GC,Racing,Electronic Arts,EA Seattle,7.5,0.8,0.68,,0.09,0.02,2002-10-01, +/games/boxart/full_1299762AmericaFrontccc.jpg,DiRT 2,X360,Racing,Codemasters,Codemasters,8.8,0.8,0.32,0,0.39,0.09,2009-09-08, +/games/boxart/full_moto-racer_888AmericaFront.jpg,Moto Racer,PS,Racing,Electronic Arts,Delphine Software International,,0.8,0.45,,0.3,0.05,1997-11-30, +/games/boxart/747317ccc.jpg,Star Wars Rogue Squadron III: Rebel Strike,GC,Simulation,LucasArts,Factor 5,8.3,0.8,0.62,,0.16,0.02,2003-10-15, +/games/boxart/2058232ccc.jpg,The Sims 2: Pets,PSP,Simulation,Electronic Arts,Maxis,5.8,0.8,0.19,,0.39,0.22,2006-12-14, +/games/boxart/4552657ccc.jpg,Hitman: Contracts,PS2,Shooter,Eidos Interactive,IO Interactive,,0.8,0.39,,0.31,0.1,2004-04-20, +/games/boxart/full_7883580AmericaFrontccc.jpg,WWE 2K15,PS3,Sports,2K Sports,Visual Concepts,,0.8,0.37,,0.29,0.13,2014-10-28,2018-01-06 +/games/boxart/full_9911271AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,PSP,Sports,Konami,Konami,7.3,0.8,0.04,0.26,0.33,0.17,2008-11-11, +/games/boxart/full_2353603AmericaFrontccc.jpg,Capcom's Soccer Shootout,SNES,Sports,Capcom,Capcom,,0.8,,0.8,,,1994-06-01, +/games/boxart/full_6892940AmericaFrontccc.jpg,Armored Core 2,PS2,Simulation,Agetec,From Software,,0.79,0.28,0.23,0.22,0.07,2000-10-24, +/games/boxart/full_pro-evolution-soccer-2011_10AmericaFront.jpg,Pro Evolution Soccer 2011,PSP,Sports,Konami,Konami,,0.79,0.05,0.29,0.3,0.16,2010-11-02, +/games/boxart/full_6083287AmericaFrontccc.jpg,All Star Cheer Squad,Wii,Sports,THQ,Gorilla Systems,,0.79,0.43,,0.29,0.08,2008-10-27, +/games/boxart/full_8408138AmericaFrontccc.jpg,The Sims 2: Castaway,PSP,Simulation,Electronic Arts,Maxis,,0.79,0.08,,0.46,0.25,2007-10-22, +/games/boxart/full_6031638AmericaFrontccc.jpg,Dance Dance Revolution SuperNOVA 2,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,0.79,0.64,0.02,0.03,0.1,2007-09-25, +/games/boxart/full_5263763AmericaFrontccc.jpg,Major League Baseball Featuring Ken Griffey Jr,N64,Sports,Nintendo,Angel Studios,,0.79,0.75,,0.03,0.01,1998-05-31, +/games/boxart/full_7838058AmericaFrontccc.jpg,NCAA Football 08,PS2,Sports,Electronic Arts,EA Tiburon,,0.79,0.65,,0.03,0.11,2007-07-17, +/games/boxart/7740833ccc.jpg,FIFA Soccer 2004,XB,Sports,EA Sports,EA Canada,,0.79,0.24,,0.49,0.05,2003-11-04, +/games/boxart/full_967876AmericaFrontccc.jpg,Darksiders II,X360,Action-Adventure,THQ,Vigil Games,8.6,0.79,0.45,0,0.27,0.07,2012-08-14,2018-02-07 +/games/boxart/full_6154805AmericaFrontccc.jpg,Ridge Racer,PS,Racing,Namco,Namco,9,0.79,,0.74,,0.05,1995-09-09, +/games/boxart/5271691ccc.jpg,Motocross Mania,PS,Racing,Take-Two Interactive,Deibus Studios,,0.79,0.44,,0.3,0.05,2001-07-09, +/games/boxart/full_1821060AmericaFrontccc.jpg,Final Fantasy XIV: A Realm Reborn,PS4,MMO,Square Enix,Square Enix,,0.79,0.35,0.08,0.23,0.12,2014-04-14,2018-01-23 +/games/boxart/full_invizimals_9AmericaFront.jpg,Invizimals,PSP,Strategy,Sony Computer Entertainment,Novarama,6.6,0.79,0.17,,0.51,0.11,2010-10-12, +/games/boxart/2879213ccc.jpg,Harvest Moon: A Wonderful Life,GC,Role-Playing,Natsume,Marvelous Interactive,8.2,0.79,0.61,,0.16,0.02,2004-03-16, +/games/boxart/3942181ccc.jpg,Guitar Hero: Aerosmith,PS2,Misc,Activision,BudCat Creations,,0.79,0.61,,0,0.18,2008-06-29, +/games/boxart/full_4976933AmericaFrontccc.jpg,Dead Island: Riptide,X360,Misc,Deep Silver,Techland,5.6,0.79,0.44,0.01,0.27,0.07,2013-04-23,2018-03-15 +/games/boxart/351031ccc.jpg,WCW Mayhem,N64,Fighting,Electronic Arts,Kodiak Interactive,,0.79,0.63,,0.15,0.01,1999-09-22, +/games/boxart/4910706ccc.jpg,Alien,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,0.79,0.74,,0.04,0.01,1982-01-01, +/games/boxart/full_4750899AmericaFrontccc.jpg,Assassin's Creed The Ezio Collection,PS4,Action,Ubisoft,Ubisoft,,0.79,0.14,0.02,0.52,0.12,2016-11-15,2018-01-14 +/games/boxart/default.jpg,Prototype 2,X360,Action,Activision,Radical Entertainment,,0.79,0.48,,0.24,0.06,2012-04-24, +/games/boxart/full_9309905AmericaFrontccc.jpg,Dragon's Dogma,X360,Role-Playing,Capcom,Capcom,,0.79,0.42,0.07,0.24,0.06,2012-05-22,2019-01-29 +/games/boxart/full_8398667AmericaFrontccc.jpg,The Godfather II,X360,Adventure,Electronic Arts,EA Redwood Shores,6.2,0.79,0.47,0.01,0.23,0.08,2009-04-07, +/games/boxart/full_4006868AmericaFrontccc.jpg,NBA 2K16,PS3,Sports,2K Sports,Visual Concepts,,0.79,0.49,0.05,0.12,0.13,2015-09-29,2018-03-28 +/games/boxart/full_7603677AmericaFrontccc.jpg,Band Hero,X360,Misc,Activision,Neversoft Entertainment,7.6,0.79,0.51,,0.21,0.07,2009-11-03, +/games/boxart/7305119ccc.jpg,Mega Man 5,NES,Platform,Capcom,Capcom,,0.79,0.39,0.32,0.07,0.01,1992-12-01, +/games/boxart/full_4977848JapanFrontccc.jpg,Dragon Quest Monsters 2,3DS,Role-Playing,Square Enix,TOSE Software,,0.79,,0.79,,,2014-02-06,2018-01-07 +/games/boxart/full_6666310AmericaFrontccc.jpg,James Bond 007: Nightfire,GC,Shooter,Electronic Arts,Eurocom Entertainment Software,8.1,0.78,0.6,,0.16,0.02,2002-11-18, +/games/boxart/full_5980403AmericaFrontccc.jpg,Shadow of the Tomb Raider,XOne,Action-Adventure,Square Enix,Eidos Montreal,,0.78,0.46,,0.25,0.07,2018-09-14,2018-09-12 +/games/boxart/7660517ccc.jpg,Battle Stations,PS,Strategy,Electronic Arts,Realtime Associates,,0.78,0.43,,0.29,0.05,1997-03-31, +/games/boxart/full_goldeneye-007-reloaded_230AmericaFront.jpg,Goldeneye 007: Reloaded,PS3,Shooter,Activision,Eurocom,7.4,0.78,0.33,,0.33,0.12,2011-11-01, +/games/boxart/full_4296430AmericaFrontccc.jpg,MadWorld,Wii,Action,Sega,PlatinumGames,8.1,0.78,0.45,0.02,0.24,0.07,2009-03-10, +/games/boxart/full_5248298PALFrontccc.png,F1 2016,PS4,Racing,Codemasters,Codemasters,8,0.78,0.07,0.03,0.56,0.11,2017-01-01,2018-05-14 +/games/boxart/full_8585987AmericaFrontccc.jpg,Need for Speed: ProStreet,PSP,Racing,Electronic Arts,EA Black Box,5.6,0.78,0.24,0.01,0.33,0.19,2008-02-18, +/games/boxart/full_4181192AmericaFrontccc.png,Hitman,PS4,Action,Square Enix,IO Interactive,,0.78,0.24,0.06,0.36,0.11,2017-01-31,2018-05-01 +/games/boxart/full_3128020AmericaFrontccc.jpg,Drawn to Life,DS,Adventure,THQ,5TH Cell,,0.78,0.71,,0.01,0.06,2007-09-10, +/games/boxart/full_837231AmericaFrontccc.jpeg,Dragon Age: Inquisition,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,0.78,0.38,,0.33,0.07,2014-11-18,2019-01-05 +/games/boxart/full_fight-night-champion_318AmericaFront.jpg,Fight Night Champion,X360,Fighting,EA Sports,EA Canada,8.4,0.78,0.4,,0.31,0.07,2011-03-01, +/games/boxart/full_naruto-shippuden-ultimate-ninja-storm-2_3AmericaFront.jpg,Naruto Shippuden: Ultimate Ninja Storm 2,X360,Fighting,Namco Bandai,CyberConnect2,7.6,0.78,0.43,0.01,0.27,0.07,2010-10-19, +/games/boxart/full_8142512AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,PS3,Sports,EA Sports,EA Tiburon,8.4,0.78,0.42,,0.25,0.11,2009-06-08, +/games/boxart/full_266988AmericaFrontccc.jpg,Personal Trainer: Walking,DS,Sports,Nintendo,Creatures Inc.,,0.78,0.22,0.17,0.32,0.07,2009-05-26, +/games/boxart/2407712ccc.jpg,NBA 2K7,PS2,Sports,2K Sports,Visual Concepts,8.2,0.78,0.65,,0.02,0.11,2006-09-25, +/games/boxart/full_dj-hero-2_7AmericaFront.jpg,DJ Hero 2,PS3,Misc,Activision,FreeStyle Games,8.4,0.78,0.49,,0.19,0.1,2010-10-19, +/games/boxart/full_4323874AmericaFrontccc.jpg,Buzz! The Hollywood Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,0.78,0.17,,0,0.61,2008-03-11, +/games/boxart/full_1188331AmericaFrontccc.jpg,DJ Hero,Wii,Misc,Activision,FreeStyleGames,8.6,0.78,0.47,,0.23,0.08,2009-10-27, +/games/boxart/full_6377552AmericaFrontccc.png,Rare Replay,XOne,Misc,Microsoft Studios,Rare Ltd.,,0.78,0.42,0.01,0.27,0.07,2015-08-04,2018-09-25 +/games/boxart/full_4874922AmericaFrontccc.jpg,NBA ShootOut 98,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.78,0.43,,0.29,0.05,1998-02-28, +/games/boxart/9145275ccc.jpg,Too Human,X360,Role-Playing,Microsoft Game Studios,Silicon Knights,6.5,0.78,0.38,0.03,0.3,0.08,2008-08-19, +/games/boxart/full_7972391JapanFrontccc.jpg,Torneko no Daibouken: Fushigi no Dungeon,SNES,Role-Playing,ChunSoft,ChunSoft,,0.78,,0.78,,,1993-09-19, +/games/boxart/full_1706931AmericaFrontccc.png,Mass Effect: Andromeda,XOne,Role-Playing,Electronic Arts,BioWare Corp.,,0.78,0.5,,0.2,0.07,2017-03-21,2018-07-03 +/games/boxart/full_5218171AmericaFrontccc.jpg,Secret Agent Barbie: Royal Jewels Mission,GBA,Platform,VU Games,Digital Illusions,,0.78,0.56,,0.21,0.01,2002-10-08, +/games/boxart/full_rayman-origins_198AmericaFront.jpg,Rayman Origins,X360,Platform,Ubisoft,Ubisoft,9,0.78,0.38,,0.32,0.08,2011-11-15, +/games/boxart/full_8111942AmericaFrontccc.jpg,Marvel vs. Capcom: Clash of Super Heroes,PS,Fighting,Capcom,Capcom,,0.78,0.43,,0.3,0.05,2000-01-27, +/games/boxart/7083186ccc.jpg,Jr. Pac-Man,2600,Puzzle,Atari,General Entertainment,,0.78,0.72,,0.05,0.01,1984-01-01, +/games/boxart/full_9760116AmericaFrontccc.jpg,Doom,PS,Shooter,GT Interactive,Williams Entertainment Inc.,,0.78,0.43,,0.3,0.05,1995-11-16, +/games/boxart/full_9613595AmericaFrontccc.jpg,Aliens: Colonial Marines,X360,Shooter,Sega,Gearbox Software,,0.78,0.36,,0.35,0.07,2013-02-12,2019-01-30 +/games/boxart/6995487ccc.jpg,Yars' Revenge,2600,Shooter,Atari,Atari,,0.78,0.73,,0.04,0.01,1982-05-01, +/games/boxart/full_878335AmericaFrontccc.jpg,Destiny: The Collection,PS4,Shooter,Activision,Bungie,,0.78,0.24,0.02,0.4,0.12,2016-09-19,2018-09-14 +/games/boxart/full_2004103AmericaFrontccc.jpg,Sid Meier's Civilization Revolution,PS3,Strategy,2K Games,Firaxis Games,8.4,0.78,0.49,0.01,0.19,0.09,2008-07-08, +/games/boxart/full_3585957AmericaFrontccc.jpg,LEGO Jurassic World,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.78,0.44,,0.27,0.07,2015-06-12,2018-04-06 +/games/boxart/full_star-wars-the-force-unleashed-ii_8AmericaFront.jpg,Star Wars: The Force Unleashed II,Wii,Action,LucasArts,LucasArts,7.5,0.78,0.53,,0.19,0.06,2010-10-26, +/games/boxart/768713ccc.jpg,Star Wars The Clone Wars: Jedi Alliance,DS,Action,LucasArts,Krome Studios,,0.78,0.61,,0.11,0.06,2008-11-11, +/games/boxart/9620325ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,X360,Action,Ubisoft,Ubisoft Shanghai,8.5,0.78,0.67,0.01,0.04,0.06,2006-10-17, +/games/boxart/4372527ccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,PS2,Shooter,Gotham Games,Pivotal Games,,0.77,0.38,,0.29,0.1,2003-10-08, +/games/boxart/full_9475087AmericaFrontccc.png,Battlefield 1,PC,Shooter,Electronic Arts,EA DICE,9.1,0.77,0.3,,0.41,0.06,2016-10-21, +/games/boxart/full_2897673AmericaFrontccc.jpg,Tetris Party Deluxe,DS,Puzzle,Majesco,"Tetris Online, Inc",,0.77,0.28,0.12,0.3,0.07,2010-06-01, +/games/boxart/103002ccc.jpg,Ghost Squad,Wii,Shooter,Sega,Polygon Magic,7,0.77,0.42,0.08,0.21,0.07,2007-11-20, +/games/boxart/full_8181528AmericaFrontccc.png,Star Wars Battlefront: Elite Squadron,PSP,Shooter,LucasArts,Savage Entertainment,6,0.77,0.38,,0.24,0.16,2009-11-03, +/games/boxart/full_627786AmericaFrontccc.jpg,Puzzler World,DS,Puzzle,Atari,Idea Pad,,0.77,0.41,,0.3,0.07,2009-12-08, +/games/boxart/full_3082754AmericaFrontccc.jpg,Star Wars Episode II: Attack of the Clones,GBA,Action,THQ,David A. Palmer Productions,,0.77,0.55,,0.2,0.01,2002-05-30, +/games/boxart/full_9598824AmericaFrontccc.jpg,Sonic & SEGA All-Stars Racing with Banjo-Kazooie,X360,Racing,Sega,Sumo Digital,7.7,0.77,0.37,,0.32,0.07,2010-02-23, +/games/boxart/8018756ccc.jpg,All-Star Baseball 2003,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.77,0.38,,0.29,0.1,2002-02-26, +/games/boxart/full_abba-you-can-dance_60AmericaFront.jpg,ABBA: You Can Dance,Wii,Misc,Ubisoft,Ubisoft,,0.77,0.18,,0.5,0.1,2011-11-15, +/games/boxart/full_ufc-personal-trainer-the-ultimate-fitness-system_953AmericaFront.jpg,UFC Personal Trainer: The Ultimate Fitness System,X360,Sports,THQ,THQ,6,0.77,0.53,,0.18,0.06,2011-06-28, +/games/boxart/1209045ccc.jpg,Marvel Nemesis: Rise of the Imperfects,PS2,Fighting,Electronic Arts,Nihilistic Software,,0.77,0.64,,0.02,0.1,2005-09-20, +/games/boxart/604271ccc.jpg,Boxing,2600,Fighting,Activision,Activision,,0.77,0.72,,0.04,0.01,1980-06-17, +/games/boxart/full_4004513AmericaFrontccc.jpg,Dragon Ball: Raging Blast,PS3,Fighting,Namco Bandai,Spike,5.6,0.77,0.37,0.11,0.19,0.1,2009-11-10, +/games/boxart/full_8978515AmericaFrontccc.jpg,Caesars Palace 2000: Millennium Gold Edition,PS,Misc,Interplay,Runecraft,,0.77,0.43,,0.29,0.05,2000-06-29, +/games/boxart/5838699ccc.jpg,Pokémon Dash,DS,Racing,Nintendo,Ambrella,5.3,0.77,0.21,0.38,0.14,0.04,2005-03-14, +/games/boxart/6135649ccc.jpg,Dragon Warrior I&II,GB,Role-Playing,Enix,TOSE,,0.77,,0.77,,,2000-09-27, +/games/boxart/full_9596827AmericaFrontccc.jpg,Conker's Bad Fur Day,N64,Platform,Rare,Rare Ltd.,9.2,0.77,0.53,,0.22,0.02,2001-03-04, +/games/boxart/712131ccc.jpg,Maximo: Ghosts to Glory,PS2,Platform,Capcom,Capcom,8.7,0.77,0.38,,0.29,0.1,2002-02-11, +/games/boxart/full_85225AmericaFrontccc.jpg,Donkey Kong Country 3,GBA,Platform,Nintendo,Rare Ltd.,7.5,0.77,0.45,0.14,0.17,0.01,2005-11-07, +/games/boxart/full_3262847AmericaFrontccc.jpg,Persona 4 Arena,PS3,Fighting,Atlus,Arc System Works,,0.77,0.32,0.24,0.12,0.08,2012-08-07,2018-01-11 +/games/boxart/full_37722AmericaFrontccc.jpg,Prototype 2,PS3,Action,Activision,Radical Entertainment,,0.77,0.38,,0.28,0.11,2012-04-24, +/games/boxart/full_air-raid_8AmericaFront.jpg,Air Raid,2600,Action,Men-A-Vision,Men-A-Vision,,0.77,0.72,,0.04,0.01,1982-01-01, +/games/boxart/full_5585867AmericaFrontccc.jpg,James Cameron's Avatar: The Game,X360,Action,Ubisoft,Ubisoft Montreal,6,0.77,0.34,,0.35,0.08,2009-12-01, +/games/boxart/7247256ccc.jpg,Crystal Castles,2600,Action,Atari,Atari,,0.77,0.72,,0.04,0.01,1984-01-01, +/games/boxart/full_6940022AmericaFrontccc.jpg,Fortnite,XOne,Action,Gearbox Software,Epic Games,,0.77,0.6,,0.09,0.08,2017-07-21,2018-06-19 +/games/boxart/full_5231190AmericaFrontccc.jpg,Lips,X360,Misc,Microsoft Game Studios,iNiS,7.1,0.77,0.12,,0.56,0.1,2008-11-18, +/games/boxart/full_1163890AmericaFrontccc.jpg,Minecraft: Story Mode,XOne,Adventure,Mojang,Telltale Games,,0.77,0.46,,0.24,0.07,2015-10-27,2018-01-13 +/games/boxart/7342805ccc.jpg,Twisted Metal: Head On,PSP,Action,Sony Computer Entertainment,Incognito Inc.,7.5,0.77,0.71,,0,0.06,2005-03-24, +/games/boxart/4029752ccc.jpg,Andretti Racing,PS,Racing,EA Sports,Stormfront Studios,7.3,0.77,0.43,,0.29,0.05,1996-11-30, +/games/boxart/full_4676347AmericaFrontccc.jpg,Need for Speed: Porsche Unleashed,PS,Racing,Electronic Arts,Eden Studios,,0.77,0.43,,0.29,0.05,2000-02-29, +/games/boxart/full_6800248AmericaFrontccc.jpg,Need for Speed: Undercover,PSP,Racing,Electronic Arts,Piranha Games,5.4,0.77,0.23,0.03,0.32,0.19,2008-11-17, +/games/boxart/full_the-sims-3_831AmericaFront.jpg,The Sims 3,3DS,Simulation,Electronic Arts,The Sims Studio,5.6,0.77,0.3,0.03,0.38,0.07,2011-03-27, +/games/boxart/5731431ccc.jpg,Galaxian,2600,Shooter,Atari,Atari,,0.77,0.72,,0.05,0.01,1983-01-01, +/games/boxart/full_resident-evil-operation-raccoon-city_399AmericaFront.jpg,Resident Evil: Operation Raccoon City,X360,Shooter,Capcom,Slant Six Games,,0.77,0.55,0.03,0.14,0.06,2012-03-20, +/games/boxart/full_4943807AmericaFrontccc.jpg,Lost Planet 2,X360,Shooter,Capcom,Capcom,6.5,0.76,0.38,0.08,0.24,0.06,2010-05-11, +/games/boxart/full_7733580AmericaFrontccc.jpg,Just Dance 2019,NS,Music,Ubisoft,Ubisoft Paris,,0.76,0.43,,0.26,0.07,2018-10-23,2018-09-28 +/games/boxart/full_483139AmericaFrontccc.jpg,Just Dance 2018,NS,Music,Ubisoft,Ubisoft Paris,8,0.76,0.3,,0.4,0.06,2017-10-24,2018-04-06 +/games/boxart/full_2198926AmericaFrontccc.jpg,My Baby Girl,DS,Simulation,SouthPeak Interactive,Dancing Dots,,0.76,0.61,,0.09,0.06,2008-11-04, +/games/boxart/6475403ccc.jpg,Kane & Lynch: Dead Men,X360,Shooter,Eidos Interactive,IO Interactive,6.8,0.76,0.36,0.01,0.31,0.08,2007-11-13, +/games/boxart/full_441858AmericaFrontccc.jpg,Formula 1,PS,Racing,Sony Computer Entertainment,Bizarre Creations,,0.76,0.18,0.42,0.12,0.05,1996-09-30, +/games/boxart/5363522ccc.jpg,Driv3r,XB,Racing,Atari,Reflections Interactive,,0.76,0.36,,0.38,0.03,2004-06-21, +/games/boxart/full_3816488AmericaFrontccc.jpg,Mortal Kombat: Deception,XB,Fighting,Midway Games,Midway Games,7.4,0.76,0.61,,0.12,0.03,2004-10-04, +/games/boxart/9035312ccc.jpg,Marvel vs. Capcom 2,PS2,Fighting,Capcom,Capcom,8.2,0.76,0.31,0.13,0.24,0.08,2002-11-19, +/games/boxart/5574978ccc.jpg,Legends of Wrestling,PS2,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.76,0.37,,0.29,0.1,2001-12-03, +/games/boxart/full_3457480AmericaFrontccc.jpg,Sonic Unleashed,PS2,Platform,Sega,Sonic Team/Dimps Corporation,7,0.76,0.37,,0.04,0.36,2008-11-18, +/games/boxart/full_2437493AmericaFrontccc.jpg,Banjo-Kazooie: Nuts & Bolts,X360,Platform,Microsoft Game Studios,Rare Ltd.,8,0.76,0.32,0,0.35,0.08,2008-11-12, +/games/boxart/3480157ccc.jpg,Cabela's Deer Hunt: 2004 Season,PS2,Sports,Activision,Sand Grain Studios,,0.76,0.37,,0.29,0.1,2003-08-27, +/games/boxart/full_5307974AmericaFrontccc.jpg,Pro Evolution Soccer 2015,PS4,Sports,Konami Digital Entertainment,PES Productions,,0.76,0.09,0.12,0.45,0.1,2014-11-11,2018-04-14 +/games/boxart/full_3342187AmericaFrontccc.jpg,ISS Pro Evolution,PS,Sports,Konami,KCET,,0.76,,0.71,,0.05,2000-06-06, +/games/boxart/7822557ccc.jpg,Tony Hawk's Pro Skater 2,N64,Sports,Activision,Edge of Reality,8.5,0.76,0.59,,0.16,0.01,2001-08-21, +/games/boxart/full_fifa-soccer-11_3AmericaFront.jpg,FIFA Soccer 11,PS2,Sports,EA Sports,EA Canada,,0.76,0.11,,0.29,0.36,2010-09-28, +/games/boxart/full_4490378AmericaFrontccc.jpg,Band Hero,PS3,Misc,Activision,Neversoft Entertainment,7.6,0.76,0.41,,0.23,0.12,2009-11-03, +/games/boxart/full_7089665JapanFrontccc.jpg,Taiko no Tatsujin: Tatakon de Dodon ga Don,PS2,Misc,Namco,Namco,,0.76,,0.76,,,2002-10-24, +/games/boxart/8830415ccc.jpg,MTV Celebrity Deathmatch,PS2,Fighting,Gotham Games,Big Ape Productions,,0.76,0.37,,0.29,0.1,2003-10-14, +/games/boxart/full_5095799AmericaFrontccc.jpg,Street Fighter Alpha: Warriors' Dreams,PS,Fighting,Capcom,Capcom,,0.76,0.17,0.43,0.11,0.05,1995-12-21, +/games/boxart/full_3030440AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,X360,Adventure,Telltale Games,Telltale Games,,0.76,0.55,,0.13,0.07,2012-11-21,2018-05-10 +/games/boxart/full_8888047AmericaFrontccc.jpg,Lego Marvel Super Heroes,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.76,0.31,0.03,0.36,0.06,2013-10-22,2018-12-01 +/games/boxart/full_8695378AmericaFrontccc.jpg,Resident Evil: Revelations,PS3,Action,Capcom,Capcom,7.6,0.76,0.14,0.22,0.32,0.09,2013-05-21,2018-03-16 +/games/boxart/default.jpg,Mega Man Battle Network 6: Cybeast Falzar / Gregar,GBA,Role-Playing,Capcom,Capcom,,0.76,0.09,0.62,0.03,0.02,2006-06-13, +/games/boxart/full_1077011AmericaFrontccc.jpg,Final Fantasy Legend III,GB,Role-Playing,Square,SquareSoft,7,0.76,,0.76,,,1993-09-29, +/games/boxart/full_8050160JapanFrontccc.jpg,Final Fantasy II,NES,Role-Playing,Square,Square,,0.76,,0.76,,,1988-12-17, +/games/boxart/full_fifa-soccer-12_431AmericaFront.jpg,FIFA Soccer 12,Wii,Sports,EA Sports,EA Canada,,0.76,0.15,,0.51,0.1,2011-09-27, +/games/boxart/764108ccc.jpg,That's So Raven,GBA,Adventure,Buena Vista,Disney Interactive,,0.76,0.54,,0.2,0.01,2004-10-12, +/games/boxart/full_9918472AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,Wii,Action,Electronic Arts,Bright Light Productions,6,0.76,0.28,,0.4,0.08,2009-06-30, +/games/boxart/9501107ccc.jpg,Mercenaries: Playground of Destruction,PS2,Action,LucasArts,Pandemic Studios,,0.76,0.64,,0.02,0.1,2005-01-10, +/games/boxart/full_1747093AmericaFrontccc.jpg,Toy Story 3: The Video Game,X360,Action,Disney Interactive Studios,Avalanche Software,7.5,0.76,0.41,,0.27,0.07,2010-06-15, +/games/boxart/full_assassins-creed-revelations_376AmericaFront.jpg,Assassin's Creed: Revelations,PC,Action,Ubisoft,Ubisoft Montreal,,0.76,0.16,,0.49,0.11,2011-11-29, +/games/boxart/full_9605877AmericaFrontccc.jpg,Quantum Break,XOne,Action,Microsoft Studios,Remedy Entertainment,,0.76,0.42,0.02,0.25,0.07,2016-04-05,2018-09-25 +/games/boxart/full_4476773AmericaFrontccc.jpg,True Crime: New York City,PS2,Action,Activision,Luxoflux,,0.76,0.57,0.07,0.02,0.09,2005-11-15, +/games/boxart/full_duke-nukem-forever_326AmericaFront.jpg,Duke Nukem Forever,PS3,Shooter,2K Games,Gearbox Software,4.4,0.76,0.33,,0.31,0.11,2011-06-14, +/games/boxart/full_1343182AmericaFrontccc.jpg,PokéPark 2: Wonders Beyond,Wii,Action-Adventure,Nintendo,Creatures Inc.,6.5,0.76,0.26,0.27,0.19,0.04,2012-02-27,2018-03-16 +/games/boxart/8227648ccc.jpg,Syphon Filter: The Omega Strain,PS2,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.76,0.37,,0.29,0.1,2004-05-04, +/games/boxart/5899038ccc.jpg,Rockstar Games presents Table Tennis,X360,Sports,Rockstar Games,Rockstar San Diego,8.1,0.75,0.28,,0.38,0.08,2006-05-22, +/games/boxart/full_7186324AmericaFrontccc.jpg,Deer Drive,Wii,Sports,Mastiff,SCS Software,,0.75,0.66,,0.04,0.05,2009-01-20, +/games/boxart/8415065ccc.jpg,Shark Tale,PS2,Action,Activision,Edge of Reality,,0.75,0.37,,0.29,0.1,2004-09-27, +/games/boxart/full_raving-rabbids-travel-in-time_126AmericaFront.jpg,Raving Rabbids: Travel in Time,Wii,Adventure,Ubisoft,Ubisoft Paris,,0.75,0.21,,0.46,0.08,2010-11-21, +/games/boxart/full_273197AmericaFrontccc.jpg,Dark Souls II,X360,Role-Playing,Namco Bandai Games,From Software,,0.75,0.49,0.01,0.19,0.07,2015-04-07,2018-02-07 +/games/boxart/full_4154430AmericaFrontccc.jpg,Ratchet & Clank Collection,PS3,Platform,Sony Computer Entertainment,Idol Minds,,0.75,0.47,0.02,0.14,0.12,2012-08-28,2018-01-06 +/games/boxart/8731811ccc.jpg,Mega Man X5,PS,Platform,Capcom,Capcom,,0.75,0.3,0.2,0.21,0.05,2001-02-01, +/games/boxart/full_3418444AmericaFrontccc.jpg,LEGO City Undercover,PS4,Platform,Warner Bros. Interactive Entertainment,TT Fusion,8,0.75,0.17,0.01,0.46,0.12,2017-04-04,2018-05-24 +/games/boxart/878930ccc.jpg,Wall-E,PS2,Platform,THQ,Asobo Studio,7.5,0.75,0.21,,0,0.54,2008-06-24, +/games/boxart/full_9665792AmericaFrontccc.jpg,Spectrobes,DS,Role-Playing,Disney Interactive Studios,Jupiter Corporation,6.2,0.75,0.66,,0.03,0.06,2007-03-06, +/games/boxart/full_3838301PALFrontccc.jpg,Pro Evolution Soccer 2018,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.75,0.12,0.19,0.36,0.09,2017-09-12,2018-04-24 +/games/boxart/full_956212AmericaFrontccc.jpg,Borderlands: The Pre-Sequel,X360,Misc,2K Games,Unknown,,0.75,0.48,0.01,0.19,0.07,2014-10-14, +/games/boxart/709367ccc.jpg,San Francisco Rush: Extreme Racing,N64,Racing,Midway Games,Atari Games,,0.75,0.63,,0.11,0.01,1997-11-08, +/games/boxart/full_6535500AmericaFrontccc.jpg,Need for Speed: Shift,PSP,Racing,Electronic Arts,Slightly Mad Studios,,0.75,0.16,0.01,0.38,0.21,2009-09-15, +/games/boxart/8706500ccc.jpg,Zone of the Enders,PS2,Simulation,Konami,Konami Computer Entertainment Japan,7.5,0.75,0.3,0.13,0.24,0.08,2001-03-26, +/games/boxart/full_3508113PALFrontccc.jpg,We Sing,Wii,Misc,Nordic Games,Le Cortex,,0.75,,,0.68,0.08,2009-11-13, +/games/boxart/full_4344957AmericaFrontccc.jpg,Skylanders: Trap Team,WiiU,Action-Adventure,Activision,Toys for Bob,,0.75,0.42,,0.26,0.07,2014-10-05,2018-01-29 +/games/boxart/full_726771AmericaFrontccc.jpg,Pro Evolution Soccer 2017,PS4,Sports,Konami Digital Entertainment,PES Productions,,0.75,0.08,0.18,0.41,0.09,2016-09-13,2018-04-14 +/games/boxart/full_7629243AmericaFrontccc.jpg,FIFA 19,NS,Sports,Electronic Arts,EA Sports,5.9,0.75,0.18,0.06,0.47,0.05,2018-09-28,2018-09-12 +/games/boxart/full_1750140AmericaFrontccc.jpg,Tony Hawk's Underground 2,XB,Sports,Activision,Neversoft Entertainment,,0.75,0.48,,0.24,0.03,2004-10-04, +/games/boxart/7205553ccc.jpg,Madden NFL 06,PSP,Sports,EA Sports,EA Tiburon,7.9,0.75,0.69,,0,0.06,2005-09-20, +/games/boxart/4488750ccc.jpg,MVP 06 NCAA Baseball,PS2,Sports,EA Sports,EA Canada,,0.75,0.62,,0.02,0.1,2006-01-18, +/games/boxart/full_3051515AmericaFrontccc.jpg,Wolfenstein: The New Order,XOne,Shooter,Bethesda Softworks,MachineGames,,0.75,0.39,,0.3,0.06,2014-05-20,2019-03-25 +/games/boxart/1223504ccc.jpg,Tom Clancy's Rainbow Six: Vegas,PSP,Shooter,Ubisoft,Ubisoft Montreal,5.8,0.75,0.42,,0.2,0.13,2007-06-12, +/games/boxart/6550959ccc.jpg,Street Fighter EX Plus Alpha,PS,Fighting,Capcom,Arika,,0.75,0.28,0.23,0.19,0.05,1997-09-30, +/games/boxart/full_5763655AmericaFrontccc.jpg,Capcom vs. SNK 2: Mark of the Millennium 2001,PS2,Fighting,Capcom,Capcom,7.9,0.75,0.22,0.3,0.17,0.06,2001-11-06, +/games/boxart/2082804ccc.jpg,Turok,X360,Shooter,Touchstone,Propaganda Games,6.6,0.75,0.46,0.01,0.2,0.07,2008-02-05, +/games/boxart/full_5976907AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,PS4,Action-Adventure,Disney Interactive Studios,Avalanche Software,8,0.75,0.37,,0.25,0.13,2014-09-23,2018-02-06 +/games/boxart/4859979ccc.jpg,Kane & Lynch: Dead Men,PS3,Shooter,Eidos Interactive,IO Interactive,6.8,0.75,0.29,0.01,0.32,0.13,2007-11-13, +/games/boxart/full_7387116AmericaFrontccc.jpg,Coded Arms,PSP,Shooter,Konami,Konami,6.1,0.75,0.28,,0.29,0.17,2005-07-06, +/games/boxart/full_1171515AmericaFrontccc.png,Rock Band 4,XOne,Music,Harmonix Music Systems,Harmonix Music Systems,,0.75,0.62,,0.05,0.08,2015-10-06,2018-05-23 +/games/boxart/full_387159AmericaFrontccc.jpg,Just Dance 2015,WiiU,Music,Ubisoft,Ubisoft Paris,,0.75,0.4,,0.29,0.07,2014-10-21,2018-04-03 +/games/boxart/full_3351291AmericaFrontccc.jpg,Drawn to Life: The Next Chapter,Wii,Puzzle,THQ,Planet Moon Studios,5.8,0.75,0.28,,0.39,0.08,2009-10-27, +/games/boxart/full_9456871AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,PSP,Fighting,THQ,Yuke's Media Creations,7.9,0.75,0.41,,0.2,0.14,2008-11-09, +/games/boxart/full_2399944AmericaFrontccc.jpg,The Lord of the Rings: Conquest,PS3,Action,Electronic Arts,Pandemic Studios,5.8,0.75,0.38,,0.26,0.11,2009-01-13, +/games/boxart/5510094ccc.jpg,Genji: Days of the Blade,PS3,Action,Sony Computer Entertainment,Game Republic,5,0.75,0.18,0.06,0.38,0.14,2006-11-14, +/games/boxart/full_5993259AmericaFrontccc.jpg,WarioWare: Twisted!,GBA,Puzzle,Nintendo,Intelligent Systems,,0.74,0.16,0.5,0.06,0.02,2005-05-23, +/games/boxart/8276392ccc.jpg,Namco Museum Remix,Wii,Misc,Namco Bandai,Namco,,0.74,0.68,,0,0.05,2007-10-23, +/games/boxart/full_9797146AmericaFrontccc.jpg,The Amazing Spider-Man (2012),X360,Action-Adventure,Activision,Beenox,6.8,0.74,0.43,,0.24,0.07,2012-06-26,2018-03-15 +/games/boxart/full_ace-combat-assault-horizon_504AmericaFront.jpg,Ace Combat: Assault Horizon,PS3,Action,Namco Bandai,Project ACES,7.5,0.74,0.3,0.22,0.16,0.07,2011-10-11, +/games/boxart/full_5101658AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,DS,Action,Activision,Griptonite Games,,0.74,0.41,,0.25,0.08,2008-11-04, +/games/boxart/full_6900220AmericaFrontccc.jpg,X-Men Origins: Wolverine - Uncaged Edition,PS3,Action,Activision,Raven Software,7,0.74,0.31,,0.31,0.12,2009-05-01, +/games/boxart/full_258178AmericaFrontccc.jpg,The Lord of the Rings: The Two Towers,GBA,Action,Electronic Arts,Griptonite Games,,0.74,0.53,,0.2,0.01,2002-11-11, +/games/boxart/full_3312299AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Generations,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.74,0.27,0.14,0.25,0.09,2012-03-13,2018-09-12 +/games/boxart/9336121ccc.jpg,Sega Superstars Tennis,DS,Sports,Sega,Sumo Digital,6.2,0.74,0.29,,0.37,0.08,2008-03-18, +/games/boxart/full_3144373AmericaFrontccc.jpg,Red Faction: Guerrilla,PS3,Shooter,THQ,Volition Inc.,8.6,0.74,0.33,0.02,0.27,0.12,2009-06-02, +/games/boxart/full_9409181AmericaFrontccc.jpg,Sniper Elite III,PS4,Shooter,505 Games,Rebellion Developments,,0.74,0.25,,0.37,0.12,2014-07-01,2018-09-22 +/games/boxart/5699277ccc.jpg,Yu-Gi-Oh! Dungeon Dice Monsters,GBA,Misc,Konami,Konami,,0.74,0.42,0.15,0.16,0.01,2003-02-12, +/games/boxart/full_2840744AmericaFrontccc.jpg,Tiger Woods PGA Tour 2001,PS2,Sports,EA Sports,Stormfront Studios,,0.74,0.36,,0.28,0.09,2001-02-26, +/games/boxart/full_4949036AmericaFrontccc.jpg,Harvest Moon: Animal Parade,Wii,Simulation,Natsume,Marvelous Interactive,,0.74,0.58,0.02,0.08,0.05,2009-11-10, +/games/boxart/full_1377214AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,PS3,Role-Playing,Activision,Vicarious Visions,7.8,0.74,0.49,,0.16,0.09,2009-09-15, +/games/boxart/full_152603JapanFrontccc.jpg,Jump Ultimate Stars,DS,Fighting,Nintendo,Ganbarion,,0.74,,0.74,,,2006-11-23, +/games/boxart/full_4667474AmericaFrontccc.jpg,Resonance of Fate,PS3,Role-Playing,Sega,tri-Ace,7.5,0.74,0.2,0.24,0.22,0.08,2010-03-16, +/games/boxart/full_3291823AmericaFrontccc.jpg,Tales of Vesperia,X360,Role-Playing,Namco Bandai,Namco Tales Studio,8.1,0.74,0.32,0.19,0.18,0.05,2008-08-26, +/games/boxart/1243042ccc.jpg,Midnight Club 3: DUB Edition,XB,Racing,Rockstar Games,Rockstar San Diego,,0.74,0.61,,0.1,0.03,2005-04-11, +/games/boxart/full_8263580AmericaFrontccc.jpg,Need for Speed (2015),XOne,Racing,Electronic Arts,Ghost Games,6.7,0.74,0.35,,0.33,0.06,2015-11-03,2018-04-03 +/games/boxart/6373280ccc.jpg,Burnout,PS2,Racing,Acclaim Entertainment,Criterion Games,,0.74,0.36,,0.28,0.1,2001-11-01, +/games/boxart/8090058ccc.jpg,Jampack Summer 2001,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.74,0.36,,0.28,0.1,2001-07-11, +/games/boxart/full_4518226AmericaFrontccc.jpg,Mortal Kombat: Unchained,PSP,Fighting,Midway Games,JGI Entertainment,7,0.74,0.67,,0.01,0.06,2006-11-15, +/games/boxart/1516972ccc.jpg,Jet Moto 3,PS,Racing,Sony Computer Entertainment,Pacific Coast Power & Light,,0.74,0.41,,0.28,0.05,1999-08-31, +/games/boxart/full_5218107AmericaFrontccc.jpg,The Godfather II,PS3,Adventure,Electronic Arts,EA Redwood Shores,6.4,0.74,0.41,0.01,0.21,0.1,2009-04-07, +/games/boxart/full_9222917AmericaFrontccc.jpg,Unreal Championship,XB,Shooter,Atari,Digital Extremes,,0.74,0.59,,0.12,0.03,2002-09-24, +/games/boxart/full_3237893AmericaFrontccc.jpg,Sonic Forces,NS,Platform,Sega,Sonic Team,5.4,0.74,0.39,0.01,0.27,0.06,2017-11-07,2018-02-11 +/games/boxart/full_606644JapanFrontccc.jpg,Dragon Ball Z: Ultime Menace,SNES,Fighting,Bandai,TOSE,,0.73,,0.73,,,1994-01-01, +/games/boxart/full_9072140AmericaFrontccc.jpg,Need for Speed: Payback,XOne,Racing,Electronic Arts,Ghost Games,5.9,0.73,0.42,,0.24,0.07,2017-11-10,2018-04-04 +/games/boxart/full_4461724AmericaFrontccc.jpg,Split/Second,PS3,Racing,Disney Interactive Studios,Black Rock Studio,,0.73,0.31,0.01,0.3,0.11,2010-05-18, +/games/boxart/full_2563089AmericaFrontccc.jpg,FIFA: Road to World Cup 98,PS,Sports,EA Sports,EA Canada,,0.73,0.14,0.46,0.09,0.05,1997-12-01, +/games/boxart/3324007ccc.jpg,Classic NES Series: Donkey Kong,GBA,Platform,Nintendo,Nintendo,,0.73,0.4,0.17,0.15,0.01,2004-06-02, +/games/boxart/full_1690303AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,Wii,Fighting,THQ,JAKKS Pacific,7.8,0.73,0.49,,0.17,0.06,2009-10-20, +/games/boxart/9826648ccc.jpg,Yoshi,GB,Puzzle,Nintendo,Nintendo,,0.73,,0.73,,,1992-07-01, +/games/boxart/9284468ccc.jpg,Katamari Damacy,PS2,Puzzle,Namco,Namco,8.5,0.73,0.47,0.17,0.02,0.08,2004-09-21, +/games/boxart/full_brink_399AmericaFront.jpg,Brink,PS3,Shooter,Bethesda Softworks,Splash Damage,7.1,0.73,0.29,0.01,0.32,0.12,2011-05-10, +/games/boxart/177123ccc.jpg,Beyblade VForce: Ultimate Blader Jam,GBA,Action,Atari,Takara,,0.73,0.52,,0.19,0.01,2003-11-18, +/games/boxart/358763ccc.jpg,Mortal Kombat 4,N64,Fighting,Midway Games,Eurocom Entertainment Software,,0.73,0.55,,0.17,0.01,1998-06-23, +/games/boxart/full_2682756AmericaFrontccc.jpg,Oddworld: Munch's Oddysee,XB,Platform,Microsoft,Oddworld Inhabitants,,0.73,0.54,,0.16,0.03,2001-11-06, +/games/boxart/full_monopoly-streets_1AmericaFront.jpg,Monopoly Streets,Wii,Misc,Electronic Arts,Electronic Arts,,0.73,0.23,,0.42,0.07,2010-10-26, +/games/boxart/full_3621080AmericaFrontccc.jpg,The Sims 4,XOne,Simulation,Electronic Arts,Maxis,,0.73,0.42,,0.24,0.07,2017-11-17,2017-12-29 +/games/boxart/4305650ccc.jpg,Tiger Woods PGA Tour 08,PS3,Sports,Electronic Arts,EA Redwood Shores,,0.73,0.22,,0.38,0.14,2007-08-28, +/games/boxart/full_final-fantasy-xiii-2_756AmericaFront.png,Final Fantasy XIII-2,X360,Role-Playing,Square Enix,Square Enix,7.9,0.73,0.36,0.02,0.29,0.06,2012-01-31, +/games/boxart/1018571ccc.jpg,Shaun Palmer's Pro Snowboarder,PS2,Sports,Activision,Dearsoft,,0.73,0.36,,0.28,0.09,2001-11-13, +/games/boxart/4839661ccc.jpg,My Little Pony: Pinkie Pie's Party,DS,Adventure,THQ,ImaginEngine Corp.,,0.73,0.67,,,0.06,2008-09-22, +/games/boxart/full_1874262AmericaFrontccc.png,Star Ocean: The Last Hope International,PS3,Role-Playing,Square Enix,tri-Ace,8.1,0.73,0.28,0.22,0.15,0.07,2010-02-09, +/games/boxart/full_9132402AmericaFrontccc.jpg,NCAA Football 07,X360,Sports,Electronic Arts,Electronic Arts,8,0.73,0.67,,,0.06,2006-07-18, +/games/boxart/full_4361924AmericaFrontccc.jpg,iCarly,DS,Adventure,Activision,"Human Soft, Inc.",,0.73,0.67,,0.01,0.05,2009-10-27, +/games/boxart/full_9143534AmericaFrontccc.png,MLB 10: The Show,PS3,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.6,0.73,0.67,,,0.06,2010-03-02, +/games/boxart/full_nhl-11_1AmericaFront.jpg,NHL 11,X360,Sports,EA Sports,EA Canada,8.8,0.73,0.61,,0.07,0.05,2010-09-07, +/games/boxart/full_madden-nfl-11_9AmericaFront.jpg,Madden NFL 11,Wii,Sports,EA Sports,EA Tiburon,6.8,0.73,0.68,,,0.05,2010-08-10, +/games/boxart/full_719638AmericaFrontccc.jpg,MLB 14 The Show,PS4,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.3,0.73,0.59,,,0.14,2014-05-06,2018-03-16 +/games/boxart/2988773ccc.jpg,Full Spectrum Warrior,XB,Strategy,THQ,Pandemic Studios,,0.73,0.54,,0.16,0.03,2004-06-01, +/games/boxart/full_crysis-2_591AmericaFront.jpg,Crysis 2,PC,Shooter,Electronic Arts,Crytek,8.7,0.73,0.16,,0.45,0.12,2011-03-22, +/games/boxart/5958012ccc.jpg,Berzerk,2600,Shooter,Atari,Stern Electronics,,0.73,0.68,,0.04,0.01,1982-01-01, +/games/boxart/2180458ccc.jpg,Pirates of the Caribbean: At World's End,PS3,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.73,0.17,,0.41,0.15,2007-05-22, +/games/boxart/9793435ccc.jpg,Fear Effect,PS,Action,Eidos Interactive,Kronos Digital Entertainment,,0.72,0.4,,0.27,0.05,2000-01-31, +/games/boxart/full_3787896AmericaFrontccc.jpg,MLB 09: The Show,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.9,0.72,0.66,,,0.06,2009-03-03,2018-12-04 +/games/boxart/full_7010214AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,Wii,Action,LucasArts,Artificial Mind and Movement,5.1,0.72,0.36,,0.29,0.07,2009-06-09, +/games/boxart/full_4947760AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,GBA,Action,Ubisoft,Ubisoft Montreal,,0.72,0.52,,0.19,0.01,2005-05-04, +/games/boxart/full_6784336AmericaFrontccc.jpg,Ultimate Spider-Man,PS2,Action,Activision,Treyarch,,0.72,0.6,,0.02,0.1,2005-09-22, +/games/boxart/full_5131597AmericaFrontccc.png,Monster Hunter Generations Ultimate,NS,Action,Capcom,Capcom,7.7,0.72,0.27,0.27,0.14,0.04,2018-08-28,2018-08-30 +/games/boxart/9647299ccc.jpg,Ben 10: Protector of Earth,PSP,Action,D3 Publisher,Unknown,,0.72,0.23,,0.31,0.18,2007-10-30, +/games/boxart/full_7716158AmericaFrontccc.jpg,LEGO Dimensions,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.72,0.47,,0.18,0.07,2015-09-27,2018-03-19 +/games/boxart/full_1516585AmericaFrontccc.jpg,Major League Baseball 2K7,X360,Sports,2K Sports,Kush Games,,0.72,0.67,,,0.06,2007-02-26, +/games/boxart/1362124ccc.jpg,Mobile Suit Gundam: Encounters in Space,PS2,Simulation,Bandai,Bandai,,0.72,0.05,0.61,0.04,0.01,2003-12-05, +/games/boxart/full_3173648AmericaFrontccc.jpg,The Sims 2: Castaway,DS,Simulation,Electronic Arts,Maxis,,0.72,0.62,,0.04,0.05,2007-10-22, +/games/boxart/full_3071731AmericaFrontccc.jpg,The LEGO Movie Videogame,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.72,0.28,0.05,0.33,0.05,2014-02-07,2018-03-20 +/games/boxart/4779535ccc.jpg,Harvest Moon DS: Island of Happiness,DS,Simulation,Natsume,Marvelous Interactive,,0.72,0.43,0.25,0.01,0.04,2008-08-26, +/games/boxart/full_4970827AmericaFrontccc.jpg,Imagine: Interior Designer,DS,Simulation,Ubisoft,Little Worlds Studio / Anuman Interactive,,0.72,0.34,,0.31,0.08,2008-11-04, +/games/boxart/full_7719580AmericaFrontccc.jpeg,XCOM: Enemy Unknown,PC,Strategy,2K Games,Firaxis Games,9,0.72,0.28,,0.37,0.07,2012-10-09,2018-03-22 +/games/boxart/full_640127JapanFrontccc.jpg,SD Gundam G Generation,PS,Strategy,Bandai,Bandai,,0.72,,0.67,,0.05,1998-08-06, +/games/boxart/full_4462585AmericaFrontccc.jpg,Jampack Winter 2001,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.72,0.35,,0.28,0.09,2001-11-21, +/games/boxart/full_3134521AmericaFrontccc.jpg,WipEout Omega Collection,PS4,Racing,Sony Interactive Entertainment,Clever Beans / EPOS Game Studios,,0.72,0.12,,0.49,0.11,2017-06-06,2018-09-24 +/games/boxart/full_7549209AmericaFrontccc.jpg,Test Drive 6,PS,Racing,Atari,Pitbull Syndicate,,0.72,0.4,,0.27,0.05,1999-11-10, +/games/boxart/full_blur_3AmericaFront.jpg,Blur,PS3,Racing,Activision,Bizarre Creations,8.3,0.72,0.22,0.02,0.37,0.12,2010-05-25, +/games/boxart/full_f1-2011_414AmericaFront.jpg,F1 2011,X360,Racing,Codemasters,Codemasters Birmingham,8.5,0.72,0.11,0.01,0.5,0.09,2011-09-20, +/games/boxart/full_9702206AmericaFrontccc.jpg,Mx vs. ATV Reflex,X360,Racing,THQ,Rainbow Studios,7.4,0.72,0.52,,0.14,0.06,2009-12-01, +/games/boxart/full_1378644AmericaFrontccc.jpg,Area 51,PS,Shooter,Midway Games,"Mesa Logic, Inc.",,0.72,0.4,,0.27,0.05,1996-11-26, +/games/boxart/1907319ccc.jpg,Dead to Rights,XB,Shooter,Namco,Namco,,0.72,0.53,,0.17,0.03,2002-08-19, +/games/boxart/5855436ccc.jpg,James Bond 007: Agent Under Fire,GC,Shooter,Electronic Arts,EA Redwood Shores,7.5,0.72,0.56,,0.15,0.02,2002-03-13, +/games/boxart/4622779ccc.jpg,X-Men: Mutant Academy 2,PS,Fighting,Activision,Paradox Development,,0.72,0.4,,0.27,0.05,2001-09-17, +/games/boxart/full_5359415AmericaFrontccc.jpg,Rabbids Go Home,DS,Platform,Ubisoft,Ubisoft Montpellier,8.8,0.72,0.35,,0.3,0.07,2009-11-03, +/games/boxart/full_863397AmericaFrontccc.jpg,Kirby: Canvas Curse,DS,Platform,Nintendo,HAL Laboratory,8.9,0.72,0.36,0.32,0,0.03,2005-06-13, +/games/boxart/6971235ccc.jpg,Kangaroo,2600,Platform,Atari,Atari,,0.72,0.67,,0.04,0.01,1983-01-01, +/games/boxart/full_9899020AmericaFrontccc.jpg,Battlefield: Bad Company 2,PC,Shooter,Electronic Arts,EA Digital Illusions CE,8.8,0.72,0.19,,0.53,,2010-03-02, +/games/boxart/full_1199034PALFrontccc.jpg,Deus Ex: Mankind Divided,PS4,Role-Playing,Square Enix,Eidos Montreal,,0.72,0.25,0.01,0.34,0.12,2016-08-23,2018-01-18 +/games/boxart/full_5951236AmericaFrontccc.jpg,James Cameron's Avatar: The Game,Wii,Action,Ubisoft,Ubisoft Montreal,5.9,0.72,0.32,,0.32,0.07,2009-12-01, +/games/boxart/3893190ccc.jpg,NBA Live 09,X360,Sports,Electronic Arts,EA Canada,,0.72,0.51,0,0.14,0.07,2008-10-07, +/games/boxart/75214ccc.jpg,NBA Live 08,PS2,Sports,Electronic Arts,EA Canada,,0.72,0.59,0.01,0.02,0.1,2007-10-01, +/games/boxart/8899651ccc.jpg,Tiger Woods PGA Tour 07,PS2,Sports,EA Sports,EA Redwood Shores,7.8,0.72,0.6,,0.02,0.1,2006-10-10, +/games/boxart/full_1684737AmericaFrontccc.jpg,Super Monkey Ball Jr.,GBA,Puzzle,THQ,Realism Ltd,,0.72,0.51,,0.19,0.01,2002-11-19, +/games/boxart/full_5605745AmericaFrontccc.jpg,Madden NFL 10,Wii,Sports,EA Sports,EA Tiburon,7.5,0.72,0.62,,0.04,0.06,2009-08-14, +/games/boxart/full_2062800AmericaFrontccc.jpg,Madden NFL 08,PSP,Sports,EA Sports,EA Tiburon,7.3,0.71,0.6,,0.04,0.07,2007-08-14, +/games/boxart/full_2273892AmericaFrontccc.jpg,Madden NFL 09,PSP,Sports,EA Sports,EA Tiburon,6.9,0.71,0.65,,0,0.06,2008-08-12, +/games/boxart/138746ccc.jpg,Dynasty Warriors 6,PS3,Action,KOEI,Omega Force,,0.71,0.18,0.41,0.07,0.04,2008-02-19, +/games/boxart/2740085ccc.jpg,Blast Corps,N64,Action,Nintendo,Rare Ltd.,9.1,0.71,0.39,0.17,0.09,0.06,1997-02-28, +/games/boxart/1043524ccc.jpg,Power Rangers: Dino Thunder,PS2,Action,THQ,Pacific Coast Power & Light,,0.71,0.35,,0.27,0.09,2004-09-14, +/games/boxart/full_3714693AmericaFrontccc.jpg,Battle Arena Toshinden 2,PS,Fighting,Playmates,Tamsoft,,0.71,0.15,0.41,0.1,0.05,1996-01-01, +/games/boxart/full_8252768AmericaFrontccc.jpg,Virtua Fighter 4: Evolution,PS2,Fighting,Sega,Sega-AM2,8.9,0.71,0.35,,0.27,0.09,2003-08-13, +/games/boxart/full_8242103AmericaFrontccc.jpg,Mortal Kombat (2011),PSV,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,8.8,0.71,0.42,,0.15,0.15,2012-05-02,2018-01-06 +/games/boxart/full_628323AmericaFrontccc.jpg,WWF Attitude,N64,Fighting,Acclaim Entertainment,Iguana Entertainment,,0.71,0.57,,0.13,0.01,1999-07-31, +/games/boxart/full_6487270AmericaFrontccc.jpg,Jeopardy!,PS,Misc,Hasbro Interactive,Artech Studios,,0.71,0.39,,0.27,0.05,1998-01-01, +/games/boxart/541794ccc.jpg,Godzilla: Destroy All Monsters Melee,GC,Fighting,Atari,"Pipeworks Software, Inc.",7.5,0.71,0.55,,0.14,0.02,2002-10-08, +/games/boxart/2247800ccc.jpg,Yu-Gi-Oh! The Falsebound Kingdom,GC,Strategy,Konami,Konami,4.4,0.71,0.49,0.07,0.13,0.02,2003-11-04, +/games/boxart/full_8312624AmericaFrontccc.jpg,The LEGO Movie Videogame,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,6,0.71,0.26,0.01,0.32,0.11,2014-02-07,2018-03-20 +/games/boxart/full_9696485AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.71,0.39,,0.25,0.06,2012-06-26,2019-01-02 +/games/boxart/full_2637274AmericaFrontccc.jpg,Astro Bot Rescue Mission,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,8.5,0.71,0.22,0.02,0.36,0.11,2018-10-02,2018-09-17 +/games/boxart/9142096ccc.jpg,Spyro: Enter the Dragonfly,GC,Platform,VU Games,Equinoxe,5,0.71,0.55,,0.14,0.02,2002-11-08, +/games/boxart/2091778ccc.gif,"WarioWare, Inc.: Mega Party Game$",GC,Puzzle,Nintendo,Nintendo R&D1,,0.71,0.2,0.44,0.05,0.02,2004-04-06, +/games/boxart/full_catherine_112AmericaFront.jpg,Catherine,PS3,Puzzle,Atlus,Atlus,7.9,0.71,0.3,0.2,0.15,0.06,2011-07-26,2018-09-12 +/games/boxart/6863002ccc.jpg,Conker: Live And Reloaded,XB,Action-Adventure,Microsoft Game Studios,Rare Ltd.,8.1,0.71,0.49,,0.2,0.02,2005-06-21,2018-09-25 +/games/boxart/full_dirt-3_711AmericaFront.jpg,DiRT 3,X360,Racing,Codemasters,Codemasters,9.1,0.71,0.23,0.01,0.4,0.07,2011-05-24, +/games/boxart/full_5036438AmericaFrontccc.jpg,Resident Evil: Survivor,PS,Shooter,Capcom,Capcom Production Studio 2,,0.71,0.23,0.29,0.15,0.05,2000-08-30, +/games/boxart/8319527ccc.jpg,South Park,PS,Shooter,Acclaim Entertainment,Appaloosa Interactive,1.7,0.71,0.39,,0.27,0.05,1999-09-30, +/games/boxart/7569818ccc.jpg,Doom 3: Resurrection of Evil,XB,Shooter,Activision,Nerve Software,8.2,0.71,0.53,,0.15,0.03,2005-10-05, +/games/boxart/full_1404771AmericaFrontccc.jpg,Plants vs Zombies: Garden Warfare,XOne,Shooter,Electronic Arts,PopCap Games,7.6,0.71,0.39,0,0.25,0.06,2014-02-25,2018-02-05 +/games/boxart/full_4109019AmericaFrontccc.jpg,The Crew,XOne,Racing,Ubisoft,Ubisoft Reflections,,0.71,0.32,,0.34,0.06,2014-12-02,2018-01-04 +/games/boxart/7953502ccc.jpg,Super Trucks Racing,PS2,Racing,XS Games,Jester Interactive,,0.71,0.35,,0.27,0.09,2003-10-29, +/games/boxart/full_72692AmericaFrontccc.jpg,Jeremy McGrath Supercross 2000,PS,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.71,0.4,,0.27,0.05,2000-07-14, +/games/boxart/4092444ccc.jpg,LEGO Racers,N64,Racing,LEGO Media,High Voltage Software,,0.71,0.51,,0.18,0.01,1999-10-31, +/games/boxart/full_lego-harry-potter-years-1-4_2AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PSP,Adventure,Warner Bros. Interactive,Traveller's Tales,7.5,0.71,0.14,,0.38,0.19,2010-06-29,2018-12-01 +/games/boxart/full_5869037JapanFrontccc.jpg,Tactics Ogre: Let Us Cling Together,SNES,Role-Playing,Quest,Quest Corporation,,0.71,,0.71,,0,1995-10-06, +/games/boxart/full_5104199AmericaFrontccc.jpg,Monster Hunter 3 Ultimate,WiiU,Role-Playing,Capcom,Capcom,8.7,0.71,0.24,0.22,0.2,0.04,2013-03-19,2018-01-29 +/games/boxart/full_ssx_52AmericaFront.jpg,SSX,X360,Sports,EA Sports,EA Canada,,0.71,0.38,0,0.26,0.06,2012-02-28, +/games/boxart/3993390ccc.jpg,Madden NFL 2003,XB,Sports,EA Sports,EA Tiburon,,0.71,0.67,,0.02,0.03,2002-08-12, +/games/boxart/2480176ccc.jpg,NCAA Football 09,X360,Sports,EA Sports,EA Tiburon,,0.71,0.65,,,0.05,2008-07-15, +/games/boxart/full_scooby-doo-2-monsters-unleashed_342AmericaFront.jpg,Scooby-Doo 2: Monsters Unleashed,GBA,Action,THQ,Altron,,0.71,0.51,,0.19,0.01,2004-03-16, +/games/boxart/6668446ccc.jpg,The Lord of the Rings: The Two Towers,XB,Action,Electronic Arts,Stormfront Studios,,0.71,0.45,,0.24,0.03,2002-12-30, +/games/boxart/8697492ccc.jpg,Skate,X360,Sports,Electronic Arts,EA Black Box,,0.71,0.62,0,0.03,0.06,2007-09-14, +/games/boxart/7972772ccc.jpg,F-14 Tomcat,GBA,Action,Majesco,Virtucraft,6.9,0.7,0.5,,0.19,0.01,2001-09-02, +/games/boxart/4504517ccc.jpg,Mafia,PS2,Action,Gathering of Developers,Illusion Softworks,6.5,0.7,0.34,,0.27,0.09,2004-01-28, +/games/boxart/8923229ccc.jpg,Spider-Man 2,PSP,Action,Activision,Vicarious Visions,6.4,0.7,0.35,,0.21,0.14,2005-03-15, +/games/boxart/full_9863258AmericaFrontccc.jpg,Kill.Switch,PS2,Shooter,Namco,Namco,,0.7,0.34,,0.27,0.09,2003-10-28, +/games/boxart/full_1850876AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,XOne,Shooter,Bethesda Softworks,MachineGames,,0.7,0.45,,0.19,0.07,2017-10-27, +/games/boxart/full_5440920PALFrontccc.jpg,Super Bomberman 3,SNES,Puzzle,Hudson Soft,Hudson Soft,,0.7,,0.7,,0,1995-01-01, +/games/boxart/full_3371190AmericaFrontccc.jpg,TimeSplitters 2,PS2,Shooter,Eidos Interactive,Free Radical Design,9.1,0.7,0.34,,0.27,0.09,2002-10-09, +/games/boxart/full_4232715AmericaFrontccc.jpg,NASCAR 2001,PS2,Racing,EA Sports,EA Black Box,,0.7,0.34,,0.27,0.09,2000-11-06, +/games/boxart/full_driver-san-francisco_836AmericaFront.jpg,Driver: San Francisco,X360,Racing,Ubisoft,Ubisoft Reflections,8.1,0.7,0.25,0,0.37,0.07,2011-09-06, +/games/boxart/full_3332805AmericaFrontccc.jpeg,Need for Speed Rivals,XOne,Racing,Electronic Arts,Ghost Games,,0.7,0.45,,0.19,0.07,2013-11-22,2018-01-16 +/games/boxart/full_wwe-smackdown-vs-raw-2011_1AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PSP,Fighting,THQ,JAKKS Pacific,,0.7,0.22,,0.31,0.17,2010-10-26, +/games/boxart/full_the-sims-medieval_788PALFront.jpg,The Sims: Medieval,PC,Simulation,Electronic Arts,The Sims Studio,7.2,0.7,0.29,,0.32,0.09,2011-03-22, +/games/boxart/full_7833742AmericaFrontccc.jpg,LEGO Rock Band,Wii,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,6.8,0.7,0.41,,0.22,0.06,2009-11-03, +/games/boxart/6627744ccc.jpg,Star Wars: Obi-Wan,XB,Action,LucasArts,LucasArts,,0.7,0.52,,0.16,0.02,2001-12-19, +/games/boxart/full_2547801AmericaFrontccc.jpg,SplashDown,PS2,Racing,Atari,Rainbow Studios,,0.7,0.34,,0.27,0.09,2001-11-05, +/games/boxart/full_8607808AmericaFrontccc.jpg,Rocksmith 2014,PC,Music,Ubisoft,Ubisoft San Francisco,9,0.7,0.39,,0.24,0.06,2016-10-04,2018-03-08 +/games/boxart/full_8066901AmericaFrontccc.jpg,Monster Hunter Stories,3DS,Role-Playing,Capcom,Marvelous,8.1,0.7,0.14,0.39,0.15,0.03,2017-09-08,2018-05-23 +/games/boxart/7978297ccc.jpg,Two Worlds,X360,Role-Playing,SouthPeak Interactive,Reality Pump,,0.7,0.41,,0.22,0.07,2007-08-23, +/games/boxart/159372ccc.jpg,Mobile Suit Gundam: Journey to Jaburo,PS2,Simulation,Bandai,Bandai,,0.7,0.16,0.36,0.13,0.04,2001-08-06, +/games/boxart/full_rift_95AmericaFront.jpg,RIFT,PC,Role-Playing,Unknown,Trion Worlds,8.3,0.7,0.47,,0.16,0.08,2011-03-01, +/games/boxart/full_1352346AmericaFrontccc.jpg,Jade Empire,XB,Role-Playing,Microsoft Game Studios,BioWare Corp.,9,0.7,0.48,,0.19,0.03,2005-04-12,2018-09-25 +/games/boxart/full_8124351AmericaFrontccc.jpg,Chocobo's Dungeon 2,PS,Role-Playing,Square EA,SquareSoft,6.2,0.7,0.04,0.58,0.03,0.05,1999-11-30, +/games/boxart/full_4034435AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,WiiU,Action-Adventure,Disney Interactive Studios,Avalanche Software,,0.7,0.41,,0.22,0.06,2014-09-23,2018-01-30 +/games/boxart/full_3315945AmericaFrontccc.jpg,Advance Wars,GBA,Strategy,Nintendo,Intelligent Systems,9.4,0.7,0.5,,0.19,0.01,2001-09-09, +/games/boxart/full_8571086AmericaFrontccc.jpg,Command & Conquer: Red Alert Retaliation,PS,Strategy,Virgin Interactive,Westwood Studios,,0.7,0.39,,0.27,0.05,1998-08-28, +/games/boxart/3550310ccc.jpg,Tony Hawk's Underground,GC,Sports,Activision,Neversoft Entertainment,9,0.7,0.54,,0.14,0.02,2003-10-27, +/games/boxart/full_fifa-soccer-11_10AmericaFront.jpg,FIFA Soccer 11,DS,Sports,EA Sports,Exient Entertainment,7,0.7,0.13,,0.49,0.08,2010-09-28, +/games/boxart/full_2144424AmericaFrontccc.jpg,NCAA Football 08,X360,Sports,Electronic Arts,EA Tiburon,,0.7,0.65,,,0.05,2007-07-17, +/games/boxart/full_9710503AmericaFrontccc.jpg,Skylanders: Trap Team,PS3,Platform,Activision,Toys for Bob,,0.7,0.28,,0.3,0.12,2014-10-05,2018-03-17 +/games/boxart/1204443ccc.jpg,Ape Escape: On the Loose,PSP,Platform,Sony Computer Entertainment,SIMS,6.6,0.7,0.52,0.12,0.01,0.05,2005-03-22, +/games/boxart/2801795ccc.jpg,Disney's Chicken Little,GBA,Platform,Buena Vista,A2M,7.9,0.7,0.5,,0.18,0.01,2005-10-20, +/games/boxart/2769608ccc.jpg,NCAA Football 2001,PS,Sports,EA Sports,EA Sports,,0.7,0.39,,0.26,0.05,2000-07-25, +/games/boxart/full_9065149AmericaFrontccc.jpg,Marvel vs. Capcom: Infinite,PS4,Fighting,Capcom,Capcom,,0.7,0.36,0.04,0.19,0.11,2017-09-19,2018-05-19 +/games/boxart/full_6588337AmericaFrontccc.jpg,Ace Attorney Investigations: Miles Edgeworth,DS,Adventure,Capcom,Capcom,7.7,0.7,0.23,0.3,0.14,0.04,2010-02-16, +/games/boxart/full_8513540AmericaFrontccc.jpg,NCAA Football 98,PS,Sports,EA Sports,EA Tiburon,,0.7,0.39,,0.27,0.05,1997-07-31, +/games/boxart/full_712921AmericaFrontccc.jpg,Mario & Sonic at the Rio 2016 Olympic Games,3DS,Sports,Nintendo,Arzest,,0.7,0.1,0.28,0.29,0.03,2016-03-18,2018-04-05 +/games/boxart/full_nhl-12_652AmericaFront.jpg,NHL 12,X360,Sports,EA Sports,EA Canada,8.8,0.7,0.55,,0.1,0.05,2011-09-13, +/games/boxart/full_9553439AmericaFrontccc.jpg,Hannah Montana: The Movie,DS,Adventure,Disney Interactive Studios,n-Space,,0.7,0.38,,0.25,0.07,2009-04-07, +/games/boxart/6182618ccc.jpg,Classic NES Series: Zelda II: The Adventure of Link,GBA,Adventure,Nintendo,Nintendo EAD,6.6,0.7,0.37,0.17,0.14,0.01,2004-10-25, +/games/boxart/8869590ccc.jpg,Madden NFL 2005,GC,Sports,EA Sports,EA Tiburon,9.2,0.7,0.54,,0.14,0.02,2004-08-09, +/games/boxart/full_james-bond-007-blood-stone_3AmericaFront.jpg,James Bond 007: Blood Stone,PS3,Action,Activision,Bizarre Creations,6.2,0.7,0.18,0.02,0.37,0.12,2010-11-02, +/games/boxart/full_1242467AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PS3,Action,Activision,Luxoflux Corp.,6.5,0.7,0.28,,0.3,0.12,2009-06-23, +/games/boxart/full_8577232AmericaFrontccc.jpg,Metal Gear Solid HD Collection,X360,Action,Konami Digital Entertainment,Bluepoint Games,,0.7,0.42,,0.22,0.06,2011-11-08,2018-03-19 +/games/boxart/1208750ccc.jpg,MLB 08: The Show,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.7,0.64,,,0.05,2008-03-04,2018-12-04 +/games/boxart/full_7983313AmericaFrontccc.jpg,Mortal Kombat: Shaolin Monks,PS2,Action,Midway Games,Midway Studios Los Angeles,8,0.69,0.58,,0.02,0.09,2005-09-16, +/games/boxart/full_motionsports_200AmericaFront.jpg,MotionSports,X360,Sports,Ubisoft,Ubisoft Milan,4.1,0.69,0.38,,0.25,0.07,2010-11-04, +/games/boxart/full_506342AmericaFrontccc.jpg,FIFA 13,Wii,Sports,EA Sports,EA Canada,,0.69,0.18,,0.46,0.06,2012-09-25,2018-04-06 +/games/boxart/full_6857402JapanFrontccc.jpg,J-League Soccer: Prime Goal,SNES,Sports,Namco,Namco,,0.69,,0.69,,0,1993-08-06, +/games/boxart/full_9150225AmericaFrontccc.jpg,Rayman Legends,NS,Platform,Ubisoft,Ubisoft Montpellier,4.5,0.69,0.23,,0.4,0.05,2017-09-12,2019-01-02 +/games/boxart/full_9070423AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,GC,Adventure,Electronic Arts,Eurocom Entertainment Software,,0.69,0.53,,0.14,0.02,2002-11-14, +/games/boxart/full_2591333AmericaFrontccc.jpg,World of Zoo,DS,Simulation,THQ,Blue Fang Games,,0.69,0.43,,0.2,0.07,2009-10-26, +/games/boxart/full_8890112AmericaFrontccc.jpg,LEGO Worlds,XOne,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.69,0.28,,0.35,0.05,2017-03-07, +/games/boxart/full_6367111AmericaFrontccc.jpg,Kirby's Dream Collection: Special Edition,Wii,Platform,Nintendo,HAL Laboratory,8,0.69,0.33,0.33,,0.03,2012-09-16,2018-03-20 +/games/boxart/full_4839594AmericaFrontccc.jpg,Moto Racer 2,PS,Racing,Electronic Arts,Delphine Software International,,0.69,0.39,,0.26,0.05,1998-08-31, +/games/boxart/full_the-sly-collection_465AmericaFront.jpg,The Sly Collection,PS3,Platform,Sony Computer Entertainment,Sanzaru Games,8.7,0.69,0.52,0.01,0.08,0.08,2010-11-09,2018-04-12 +/games/boxart/full_7318016JapanFrontccc.jpg,Mappy,NES,Platform,Namco,Namco,,0.69,,0.69,,,1984-11-14, +/games/boxart/full_super-mario-usa_7JapanFront.jpg,Super Mario USA,NES,Platform,Nintendo,Nintendo EAD,,0.69,,0.69,,0,1992-09-14, +/games/boxart/full_6203433AmericaFrontccc.jpg,Mario Party: The Top 100,3DS,Party,Nintendo,"Nd Cube Co., Ltd.",5,0.69,0.23,0.24,0.17,0.04,2017-11-10,2020-08-04 +/games/boxart/4422106ccc.jpg,Dragon Ball Z: Budokai,GC,Fighting,Atari,Pyramid,6.8,0.69,0.53,,0.14,0.02,2003-10-28, +/games/boxart/4528321ccc.jpg,Shrek the Third,X360,Action,Activision,7 Studios,,0.69,0.54,,0.09,0.06,2007-05-15, +/games/boxart/full_832431PALFrontccc.jpg,Fortnite,NS,Shooter,Warner Bros. Interactive Entertainment,Epic Games,8.5,0.69,0.38,0.01,0.24,0.06,2018-11-16,2018-06-18 +/games/boxart/3813241ccc.jpg,Halo 2 Multiplayer Map Pack,XB,Shooter,Microsoft Game Studios,Bungie Studios,8.6,0.69,0.54,,0.13,0.02,2005-07-05,2018-10-11 +/games/boxart/full_8792483AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,PS3,Action,Ubisoft,Ubisoft Montreal,,0.69,0.19,0.01,0.36,0.12,2010-05-18, +/games/boxart/full_5494675AmericaFrontccc.jpg,Metal Gear Solid: Portable Ops Plus,PSP,Action,Konami,Kojima Productions,6.9,0.69,0.26,0.26,0.01,0.17,2007-11-13, +/games/boxart/1990081ccc.jpg,King Kong,2600,Action,Tigervision,Tigervision,,0.69,0.65,,0.04,0.01,1982-01-01, +/games/boxart/3191651ccc.jpg,NFL Xtreme,PS,Sports,Sony Computer Entertainment,989 Sports,,0.69,0.38,,0.26,0.05,1998-06-30, +/games/boxart/full_3218513AmericaFrontccc.jpg,The Lord of the Rings: The Return of the King,GC,Action,Electronic Arts,"Hypnos Entertainment, Inc.",8.7,0.69,0.53,,0.14,0.02,2003-11-05, +/games/boxart/4312068ccc.jpg,The Sims 2: Apartment Pets,DS,Simulation,Electronic Arts,The Sims Studio,,0.69,0.31,,0.3,0.07,2008-08-26,2018-04-20 +/games/boxart/full_top-spin-4_189AmericaFront.jpg,Top Spin 4,PS3,Sports,2K Sports,2K Czech,8.2,0.69,0.17,,0.4,0.12,2011-03-15, +/games/boxart/full_9490666AmericaFrontccc.jpg,X-Men Origins: Wolverine - Uncaged Edition,X360,Action,Activision,Raven Software,7.1,0.69,0.42,,0.21,0.06,2009-05-01, +/games/boxart/4154391ccc.jpg,MX vs. ATV Unleashed: On the Edge,PSP,Racing,THQ,Rainbow Studios,7.3,0.69,0.64,,0,0.05,2006-02-27, +/games/boxart/full_7706527AmericaFrontccc.jpg,Mario Pinball Land,GBA,Misc,Nintendo,Fuse Games Limited,,0.69,0.5,,0.18,0.01,2004-10-04, +/games/boxart/full_5001498AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,PS3,Simulation,505 Games,Gaijin Entertainment,8,0.69,0.34,,0.25,0.1,2009-09-08, +/games/boxart/full_2169609AmericaFrontccc.jpg,The Evil Within,XOne,Misc,Bethesda Softworks,Tango Gameworks,7.9,0.69,0.36,0,0.27,0.06,2014-10-14,2018-03-13 +/games/boxart/9242661ccc.jpg,NCAA Football 2005,XB,Sports,EA Sports,EA Tiburon,,0.68,0.63,,0.02,0.03,2004-07-15, +/games/boxart/full_the-last-story_732PALFront.jpg,The Last Story,Wii,Role-Playing,Xseed Games,Mistwalker Corporation / AQ Interactive,,0.68,0.31,0.18,0.13,0.05,2012-08-14, +/games/boxart/full_5646838AmericaFrontccc.jpg,METRO Redux,PS4,Shooter,Deep Silver,4a-games,,0.68,0.22,0.05,0.31,0.1,2014-08-26,2018-05-31 +/games/boxart/1660136ccc.jpg,FIFA Soccer 06,XB,Sports,EA Sports,EA Canada,,0.68,0.29,,0.38,0.01,2005-10-04, +/games/boxart/full_6382876AmericaFrontccc.jpg,Prince of Persia: The Two Thrones,PS2,Adventure,Ubisoft,Ubisoft Montreal,,0.68,0.57,,0.02,0.09,2005-12-01, +/games/boxart/full_6641576AmericaFrontccc.jpg,Fight Night 2004,XB,Fighting,EA Sports,EA Canada,,0.68,0.51,,0.15,0.02,2004-04-05, +/games/boxart/5996664ccc.jpg,Naruto: Clash of Ninja,GC,Fighting,D3 Publisher,Tomy,,0.68,0.53,,0.14,0.02,2006-03-07, +/games/boxart/4798012ccc.jpg,Bushido Blade 2,PS,Fighting,Square EA,Light Weight,7.5,0.68,0.25,0.22,0.17,0.04,1998-02-28, +/games/boxart/3692396ccc.jpg,Mortal Kombat Mythologies: Sub-Zero,PS,Platform,Midway Games,Avalanche Software,,0.68,0.38,,0.26,0.04,1997-10-01, +/games/boxart/full_5323755AmericaFrontccc.jpg,Frozen: Olaf's Quest,3DS,Platform,GameMill Entertainment,1st Playable Productions,,0.68,0.32,,0.31,0.06,2013-11-12,2018-01-07 +/games/boxart/full_8820945AmericaFrontccc.jpg,Mercenaries: Playground of Destruction,XB,Action,LucasArts,Pandemic Studios,,0.68,0.54,,0.11,0.03,2005-01-10, +/games/boxart/full_3434492AmericaFrontccc.jpg,NHL 13,X360,Sports,Electronic Arts,EA Canada,8.2,0.68,0.51,,0.11,0.06,2012-09-11,2018-03-21 +/games/boxart/full_8558197AmericaFrontccc.jpg,Shark Tale,GBA,Action,Activision,Vicarious Visions,,0.68,0.49,,0.18,0.01,2004-09-27, +/games/boxart/full_9283761AmericaFrontccc.jpg,NBA Street Vol. 2,XB,Sports,EA Sports BIG,EA Canada,,0.68,0.62,,0.04,0.02,2003-04-28, +/games/boxart/full_lego-harry-potter-years-5-7_567AmericaFront.jpg,LEGO Harry Potter: Years 5-7,DS,Action,Warner Bros. Interactive,Traveller's Tales,,0.68,0.35,,0.26,0.07,2011-11-11, +/games/boxart/full_disney-tangled_280AmericaFront.jpg,Disney Tangled,Wii,Action,Disney Interactive Studios,Disney Interactive Studios,,0.68,0.46,,0.17,0.05,2010-11-23, +/games/boxart/9187138ccc.jpg,Baldur's Gate: Dark Alliance II,PS2,Role-Playing,Interplay,Black Isle Studios,7.8,0.68,0.34,,0.26,0.09,2004-01-20, +/games/boxart/full_1966900PALFrontccc.jpg,F1 2015,PS4,Racing,Codemasters,Codemasters Birmingham,5.9,0.68,0.1,0.04,0.45,0.1,2015-07-21,2018-05-23 +/games/boxart/19085ccc.jpg,.hack//Mutation Part 2,PS2,Role-Playing,Bandai,CyberConnect2,7.5,0.68,0.23,0.2,0.18,0.06,2003-05-07, +/games/boxart/6084458ccc.jpg,Iron Man,PS3,Action,Sega,Secret Level,5.1,0.68,0.32,,0.25,0.11,2008-05-02, +/games/boxart/7996881ccc.jpg,Star Wars: Masters of Teras Kasi,PS,Action,LucasArts,LucasArts,6.8,0.68,0.38,,0.26,0.04,1997-10-31, +/games/boxart/full_7814253AmericaFrontccc.jpg,Cars: Mater-National Championship,DS,Racing,THQ,Rainbow Studios,,0.68,0.63,,0,0.05,2007-10-29, +/games/boxart/full_2181161AmericaFrontccc.jpg,Rayman Legends,WiiU,Platform,Ubisoft,Ubisoft Montpellier,9.5,0.68,0.25,0.03,0.35,0.05,2013-09-03,2019-01-02 +/games/boxart/9467414ccc.jpg,Suikoden II,PS,Role-Playing,Konami,Konami,8.5,0.68,0.15,0.38,0.1,0.04,1999-09-29, +/games/boxart/full_8680269AmericaFrontccc.jpg,Rune Factory 4,3DS,Role-Playing,Xseed Games,Neverland Company,,0.68,0.4,0.22,0.01,0.05,2013-10-01,2018-01-08 +/games/boxart/full_1406409AmericaFrontccc.jpg,Midway Arcade Treasures 2,PS2,Misc,Midway Games,Backbone Entertainment,,0.68,0.33,,0.26,0.09,2004-10-11, +/games/boxart/full_lalaloopsy_622AmericaFront.jpg,Lalaloopsy,DS,Simulation,Activision,Activision,,0.68,0.51,,0.1,0.07,2011-11-06, +/games/boxart/full_1960248AmericaFrontccc.jpg,Borderlands 2,PSV,Shooter,2K Games,Gearbox Software,,0.68,0.33,0.01,0.18,0.16,2014-05-06,2018-04-06 +/games/boxart/3078395ccc.jpg,Tourist Trophy: The Real Riding Simulator,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,0.68,0.28,0.11,0.22,0.07,2006-04-04, +/games/boxart/5089195ccc.jpg,MX vs. ATV Untamed,X360,Racing,THQ,Rainbow Studios,,0.68,0.55,,0.08,0.06,2007-12-17, +/games/boxart/full_5923059AmericaFrontccc.jpg,Borderlands: The Handsome Collection,XOne,Shooter,2K Games,Gearbox Software,,0.68,0.49,,0.13,0.07,2015-03-24, +/games/boxart/full_test-drive-unlimited-2_832AmericaFront.jpg,Test Drive Unlimited 2,X360,Racing,Atari,Eden Studios,6.8,0.68,0.3,0,0.32,0.06,2011-02-08, +/games/boxart/full_9510869AmericaFrontccc.jpg,Hot Shots Golf: Open Tee 2,PSP,Sports,Sony Computer Entertainment,Clap Hanz,8,0.68,0.21,0.28,0.11,0.08,2008-06-03, +/games/boxart/4381023ccc.jpg,Adventures of Tron,2600,Action,Mattel Interactive,Mattel,,0.67,0.63,,0.03,0.01,1982-01-01, +/games/boxart/3887685ccc.jpg,Street Sk8er,PS,Sports,Electronic Arts,Micro Cabin,,0.67,0.37,,0.25,0.04,1999-01-01, +/games/boxart/full_695415AmericaFrontccc.jpg,Summer Sports: Paradise Island (Others sales),Wii,Sports,Destineer,Digital Embryo,,0.67,,,0.66,0.01,2008-04-15, +/games/boxart/full_1701475AmericaFrontccc.jpg,Madden NFL 10,PSP,Sports,EA Sports,EA Tiburon,8,0.67,0.5,,0.08,0.09,2009-08-14, +/games/boxart/3684631ccc.jpg,Mass Effect,PC,Role-Playing,Electronic Arts,BioWare / Demiurge Studios,9.1,0.67,,,0.59,0.07,2008-05-28, +/games/boxart/full_3447163AmericaFrontccc.jpg,Diablo III: Eternal Collection,NS,Action,Blizzard Entertainment,Blizzard Entertainment,9,0.67,0.38,0.01,0.22,0.06,2018-11-02,2018-09-13 +/games/boxart/full_7408012AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.67,0.31,0.01,0.29,0.06,2017-11-14,2018-02-11 +/games/boxart/full_8909678AmericaFrontccc.jpg,Bakugan: Battle Brawlers,Wii,Action,Activision,MTO,,0.67,0.59,,0.03,0.05,2009-10-20, +/games/boxart/full_2726765AmericaFrontccc.jpg,Contra: Legacy of War,PS,Shooter,Konami,Appaloosa Interactive,6.5,0.67,0.37,,0.25,0.04,1996-11-30, +/games/boxart/3632050ccc.jpg,Armored Core 3,PS2,Simulation,Agetec,From Software,,0.67,0.22,0.23,0.17,0.06,2002-09-05, +/games/boxart/full_5489510AmericaFrontccc.jpg,Rocksmith 2014,PS4,Music,Ubisoft,Ubisoft San Francisco,,0.67,0.38,,0.17,0.12,2016-10-04,2018-03-08 +/games/boxart/full_4393504AmericaFrontccc.jpg,100 Classic Books,DS,Misc,Nintendo,Genius Sonority Inc.,4,0.67,0.12,,0.52,0.02,2010-06-14, +/games/boxart/full_17604JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoko Kentei Kyoukai Kounin: KanKen DS,DS,Misc,Rocket Company,Imagineer,,0.67,,0.67,,,2006-09-28, +/games/boxart/full_country-dance_201AmericaFront.jpg,Country Dance,Wii,Misc,GameMill,High Voltage Software,,0.67,0.58,,0.04,0.05,2011-03-29, +/games/boxart/full_7507250AmericaFrontccc.jpg,Unreal Tournament III,PS3,Shooter,Midway Games,Epic Games,8.6,0.67,0.33,,0.24,0.1,2007-12-11, +/games/boxart/full_7569498AmericaFrontccc.jpg,Evolve,XOne,Shooter,2K Games,Turtle Rock Studios,,0.67,0.4,,0.2,0.06,2015-02-10,2018-05-10 +/games/boxart/full_7351934AmericaFrontccc.jpg,Fight Night Round 2004,XB,Fighting,EA Sports,EA Sports,,0.67,0.46,,0.18,0.03,2004-04-05, +/games/boxart/full_fossil-fighters-champions_757AmericaFront.jpg,Fossil Fighters: Champions,DS,Role-Playing,Nintendo,RED Entertainment,,0.67,0.31,0.34,,0.02,2011-11-14, +/games/boxart/3270560ccc.jpg,Wild ARMs 2,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,6.5,0.67,0.19,0.31,0.13,0.04,2000-04-30, +/games/boxart/full_need-for-speed-shift-2-unleashed_96AmericaFront.jpg,Need for Speed: Shift 2 Unleashed,PS3,Racing,Electronic Arts,Slightly Mad Studios,8.4,0.67,0.2,,0.36,0.12,2011-03-29, +/games/boxart/full_the-sims-3_1AmericaFront.jpg,The Sims 3,DS,Simulation,Electronic Arts,The Sims Studio,7.5,0.67,0.38,,0.23,0.06,2010-10-26, +/games/boxart/9280038ccc.jpg,Blazing Angels: Squadrons of WWII,PS3,Simulation,Ubisoft,Ubisoft Romania,6.8,0.67,0.35,,0.22,0.1,2006-12-12, +/games/boxart/full_2584340AmericaFrontccc.jpg,Return to Castle Wolfenstein: Tides of War,XB,Shooter,Activision,Gray Matter Studios / Nerve Software,,0.67,0.49,,0.16,0.02,2003-05-06, +/games/boxart/full_6147403AmericaFrontccc.jpg,Call of Duty: Ghosts,PC,Shooter,Activision,Infinity Ward,8.8,0.67,0.26,,0.36,0.05,2013-11-05,2018-03-21 +/games/boxart/full_1818944AmericaFrontccc.jpg,Disney Infinity,WiiU,Action-Adventure,Disney Interactive Studios,Avalanche Software,7.6,0.67,0.37,,0.24,0.06,2013-08-18,2018-01-30 +/games/boxart/7520060ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GBA,Adventure,Buena Vista,Amaze Entertainment,6.8,0.67,0.48,,0.18,0.01,2005-11-14, +/games/boxart/5094894ccc.jpg,Star Wars: Republic Commando,XB,Shooter,LucasArts,LucasArts,,0.67,0.48,,0.17,0.02,2005-02-28, +/games/boxart/full_9366567AmericaFrontccc.jpg,Lollipop Chainsaw,PS3,Action,Warner Bros. Interactive Entertainment,Grasshopper Manufacture,,0.67,0.27,0.11,0.21,0.08,2012-06-12,2018-01-11 +/games/boxart/356830ccc.jpg,Spice World,PS,Action,Psygnosis,SCEE London Studio,,0.67,0.37,,0.25,0.04,1998-07-31, +/games/boxart/4749378ccc.jpg,Turok,PS3,Shooter,Touchstone,Propaganda Games,,0.67,0.35,0.01,0.21,0.1,2008-02-05, +/games/boxart/full_9673291AmericaFrontccc.jpg,Tom Clancy's EndWar,PS3,Strategy,Ubisoft,Ubisoft Shanghai,,0.67,0.33,0.01,0.22,0.11,2008-11-04, +/games/boxart/full_napoleon-total-war_558PALFront.jpg,Napoleon: Total War,PC,Strategy,Sega,The Creative Assembly,8.5,0.67,0.02,,0.54,0.11,2010-02-23, +/games/boxart/full_7786092AmericaFrontccc.jpg,Spider-Man 3,PS3,Platform,Activision,Treyarch,6.6,0.67,0.26,0.02,0.29,0.11,2007-05-04, +/games/boxart/7442241ccc.jpg,The Fairly Odd Parents: Breakin Da Rules,PS2,Platform,THQ,Blitz Games,,0.67,0.33,,0.25,0.09,2003-11-03, +/games/boxart/1821888ccc.jpg,NFL Street,XB,Sports,EA Sports BIG,EA Tiburon,,0.66,0.49,,0.15,0.02,2004-01-13, +/games/boxart/full_2040981AmericaFrontccc.jpg,WWE 2K18,XOne,Sports,2K Sports,Yuke's,,0.66,0.35,,0.25,0.06,2017-10-17, +/games/boxart/full_1344463AmericaFrontccc.jpg,NCAA March Madness 2003,PS2,Sports,EA Sports,NuFX,,0.66,0.32,,0.25,0.08,2002-11-21, +/games/boxart/full_2492923AmericaFrontccc.jpg,The LEGO Movie Videogame,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.66,0.33,0.03,0.24,0.05,2014-02-07,2018-03-20 +/games/boxart/full_539460AmericaFrontccc.jpg,Tomb Raider: Definitive Edition,XOne,Action-Adventure,Square Enix,Crystal Dynamics,,0.66,0.38,,0.22,0.06,2014-01-28,2018-06-13 +/games/boxart/full_7469503AmericaFrontccc.jpg,Pro Pinball: Big Race USA,PS,Misc,Empire Interactive,Cunning Developments,,0.66,0.37,,0.25,0.04,2000-07-26, +/games/boxart/full_2615392AmericaFrontccc.jpg,Book of Spells,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,6.5,0.66,0.16,,0.4,0.11,2012-11-13,2018-12-03 +/games/boxart/full_7971070AmericaFrontccc.jpg,Plants vs Zombies: Garden Warfare,PS4,Shooter,Electronic Arts,PopCap Games,,0.66,0.24,0.01,0.3,0.11,2014-08-19,2018-02-05 +/games/boxart/8344280ccc.jpg,The Darkness,PS3,Shooter,2K Games,Starbreeze,,0.66,0.2,,0.34,0.12,2007-05-25, +/games/boxart/full_7861631AmericaFrontccc.jpg,The Sims: Bustin' Out,GC,Simulation,Electronic Arts,Maxis,7.9,0.66,0.43,,0.2,0.03,2003-12-15, +/games/boxart/full_222429AmericaFrontccc.jpg,TV Show King Party,Wii,Puzzle,Ubisoft,Gameloft,,0.66,0.18,,0.4,0.08,2008-10-28, +/games/boxart/full_4455632JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 200 Mannin no KanKen: Tokoton Kanji Nou,DS,Misc,IE Institute,IE Institute,,0.66,,0.66,,,2006-11-09, +/games/boxart/full_2726763JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 200 Mannin no KanKen: Tokoton Kanji Nou,DS,Misc,IE Institute,IE Institute,,0.66,,0.66,,,2006-11-09, +/games/boxart/full_6280006PALFrontccc.jpg,Peppa Pig: Fun and Games,DS,Misc,Ubisoft,Ubisoft,,0.66,,,0.57,0.09,2010-03-26, +/games/boxart/full_413403AmericaFrontccc.png,Freedom Wars,PSV,Misc,Sony Computer Entertainment,SCE Japan Studio,,0.66,0.15,0.32,0.1,0.08,2014-10-28,2018-04-12 +/games/boxart/89603ccc.jpg,Um Jammer Lammy,PS,Misc,Sony Computer Entertainment,NanaOn-Sha,,0.66,0.12,0.41,0.08,0.04,1999-07-31, +/games/boxart/2658058ccc.jpg,Final Fantasy Crystal Chronicles: Ring of Fates,DS,Role-Playing,Square Enix,Square Enix,7.7,0.66,0.22,0.42,0.01,0.02,2008-03-11, +/games/boxart/full_the-sims-3-high-end-loft-stuff_0AmericaFront.jpg,The Sims 3: High-End Loft Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.66,0.01,,0.54,0.11,2010-02-02, +/games/boxart/7346049ccc.jpg,Suikoden IV,PS2,Role-Playing,Konami,Konami Computer Entertainment Tokyo,6.3,0.66,0.17,0.3,0.13,0.05,2005-01-11, +/games/boxart/7948374ccc.jpg,Darkstone,PS,Role-Playing,Take-Two Interactive,Delphine Software International,6.7,0.66,0.37,,0.25,0.04,2001-01-28, +/games/boxart/full_9579299JapanFrontccc.gif,Dragon Quest Monsters: Caravan Heart,GBA,Role-Playing,Unknown,TOSE,,0.66,,0.64,,0.02,2020-12-31, +/games/boxart/712418ccc.jpg,Legend of Legaia,PS,Role-Playing,Sony Computer Entertainment,Contrail,8.1,0.66,0.37,,0.25,0.04,1999-03-17, +/games/boxart/full_7477007JapanFrontccc.jpg,Taiko no Tatsujin Wii: Super Deluxe Edition,Wii,Music,Namco Bandai Games,Bandai Namco Games,,0.66,,0.66,,,2012-11-29,2018-03-21 +/games/boxart/full_668506AmericaFrontccc.jpg,Command & Conquer: Red Alert 3,PC,Strategy,Electronic Arts,EA Los Angeles,8.2,0.66,0.01,,0.64,0.02,2008-10-28, +/games/boxart/full_2653242AmericaFrontccc.jpg,Thrillville,PS2,Strategy,LucasArts,Frontier Developments,,0.66,0.55,,0.02,0.09,2006-11-21, +/games/boxart/full_2551920AmericaFrontccc.jpg,WWE SmackDown vs. RAW 2007,PSP,Fighting,THQ,Yuke's,7.8,0.66,0.33,,0.2,0.14,2006-12-06, +/games/boxart/full_hidden-objects-mystery-stories_643AmericaFront.png,Hidden Objects: Mystery Stories,DS,Adventure,Navarre Corp,cerasus.media GmbH,,0.66,0.18,,0.43,0.05,2010-07-20, +/games/boxart/full_5970240AmericaFrontccc.jpg,Strawberry Shortcake: Summertime Adventure,GBA,Adventure,Majesco,Gorilla Systems,,0.66,0.47,,0.18,0.01,2004-11-16, +/games/boxart/full_8014489AmericaFrontccc.jpg,Club Penguin: Elite Penguin Force - Herbert's Revenge,DS,Adventure,Disney Interactive Studios,1st Playable Productions,,0.66,0.39,,0.21,0.06,2010-05-25, +/games/boxart/full_2736526AmericaFrontccc.jpg,London 2012: The Official Video Game of the Olympic Games,PS3,Sports,Sega,Sega Studios Australia,6.2,0.66,0.06,,0.49,0.12,2012-06-26, +/games/boxart/full_1171938PALFrontccc.jpg,FIFA 15,PSV,Sports,EA Sports,EA Canada,,0.66,0.09,0.06,0.38,0.13,2014-09-23,2018-03-23 +/games/boxart/5734206ccc.jpg,Street Fighter Anniversary Collection,PS2,Fighting,Capcom,Capcom,,0.66,0.32,,0.25,0.08,2004-08-31, +/games/boxart/full_4244237AmericaFrontccc.jpg,Toy Story 3: The Video Game,PSP,Action,Disney Interactive Studios,Avalanche Software,,0.66,0.27,,0.24,0.14,2010-06-15, +/games/boxart/full_7769766AmericaFrontccc.jpg,Tiger Woods PGA Tour 2000,PS,Sports,EA Sports,EA Redwood Shores,,0.66,0.37,,0.25,0.04,1999-11-30, +/games/boxart/full_6140312AmericaFrontccc.jpg,Shaun White Snowboarding,PS3,Sports,Ubisoft,Ubisoft Montreal,6,0.66,0.31,0.01,0.24,0.1,2008-11-16, +/games/boxart/9034022ccc.jpg,Animaniacs Ten Pin Alley,PS,Sports,ASC Games,Saffire Corporation,,0.66,0.36,,0.25,0.04,1998-12-01, +/games/boxart/full_6216057AmericaFrontccc.jpg,Plants vs Zombies: Garden Warfare,PS3,Shooter,Electronic Arts,PopCap Games,,0.66,0.22,0.01,0.32,0.11,2014-08-19,2018-02-05 +/games/boxart/full_fist-of-the-north-star-kens-rage_1AmericaFront.jpg,Fist of the North Star: Ken's Rage,PS3,Action,Tecmo Koei,Tecmo Koei Games,4.8,0.66,0.06,0.55,0.03,0.01,2010-11-02,2018-07-30 +/games/boxart/full_castlevania-lords-of-shadow_5AmericaFront.jpg,Castlevania: Lords of Shadow,X360,Action,Konami,Mercury Steam,7.9,0.66,0.42,0.01,0.17,0.05,2010-10-05, +/games/boxart/1302377ccc.jpg,Finding Nemo,XB,Action,THQ,Traveller's Tales,,0.66,0.48,,0.16,0.02,2003-05-09, +/games/boxart/1219169ccc.jpg,Ratatouille,PSP,Platform,THQ,Locomotive Games,6.6,0.66,0.22,,0.28,0.16,2007-06-26, +/games/boxart/7018406ccc.jpg,Disney's Kim Possible 2: Drakken's Demise,GBA,Platform,Disney Interactive Studios,Artificial Mind and Movement,8.3,0.66,0.47,,0.17,0.01,2004-09-15, +/games/boxart/9094987ccc.jpg,Madagascar,GC,Platform,Activision,Toys for Bob,6.8,0.66,0.52,,0.13,0.02,2005-05-24, +/games/boxart/full_525886AmericaFrontccc.jpg,Shrek: Hassle at the Castle,GBA,Action,TDK Mediactive,TOSE,,0.66,0.47,,0.17,0.01,2002-10-10, +/games/boxart/8070527ccc.jpg,Brothers In Arms: Road to Hill 30,XB,Shooter,Ubisoft,Gearbox Software,,0.66,0.49,,0.14,0.02,2005-03-01, +/games/boxart/full_3334711AmericaFrontccc.jpg,2014 FIFA World Cup Brazil,PS3,Sports,EA Sports,EA Canada,7.9,0.66,0.15,0.01,0.4,0.1,2014-04-15,2018-03-22 +/games/boxart/full_6810870AmericaFrontccc.jpg,NHL 13,PS3,Sports,Electronic Arts,EA Canada,8.3,0.66,0.33,,0.23,0.1,2012-09-11,2018-03-21 +/games/boxart/18122ccc.jpg,Tony Hawk's Proving Ground,PS2,Sports,Activision,Page 44,,0.66,0.55,,0.02,0.09,2007-10-15, +/games/boxart/5692319ccc.jpg,MLB 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.66,0.32,,0.25,0.08,2003-03-10, +/games/boxart/full_6282697PALFrontccc.jpg,One Piece: Pirate Warriors 2,PS3,Action,Namco Bandai Games,Omega Force,,0.66,,0.42,0.21,0.03,2014-01-01,2018-01-12 +/games/boxart/288961ccc.jpg,Keystone Kapers,2600,Action,Activision,Activision,,0.66,0.62,,0.04,0.01,1983-01-01, +/games/boxart/full_380665JapanFrontccc.jpg,Jikkyou World Soccer 2000 Final Edition,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.66,,0.66,,,2000-12-21, +/games/boxart/full_nhl-10_313AmericaFront.jpg,NHL 10,X360,Sports,EA Sports,EA Canada,9.1,0.66,0.51,,0.1,0.06,2009-09-15, +/games/boxart/full_8539181AmericaFrontccc.png,NHL 16,PS4,Sports,EA Sports,EA Canada,,0.66,0.38,,0.16,0.12,2015-09-15, +/games/boxart/7892776ccc.jpg,MX vs. ATV Untamed,PSP,Racing,THQ,Rainbow Studios,5.6,0.65,0.35,,0.18,0.13,2007-12-17, +/games/boxart/full_f-zero-gx_3AmericaFront.jpg,F-Zero GX,GC,Racing,Nintendo,Amusement Vision,8.4,0.65,0.41,0.12,0.11,0.02,2003-08-26, +/games/boxart/full_4069887AmericaFrontccc.jpg,Monster Jam: Maximum Destruction,PS2,Racing,Ubisoft,Ubisoft,,0.65,0.32,,0.25,0.08,2002-06-13, +/games/boxart/full_161904AmericaFrontccc.jpg,Need for Speed: Undercover,Wii,Racing,Electronic Arts,EA Vancouver,,0.65,0.27,0,0.31,0.07,2008-11-17, +/games/boxart/full_1017009AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,XOne,Platform,Activision,Vicarious Visions,,0.65,0.23,,0.37,0.05,2018-06-29,2018-11-07 +/games/boxart/full_9621398AmericaFrontccc.jpg,Spyro Reignited Trilogy,XOne,Platform,Activision,Toys for Bob,,0.65,0.36,,0.24,0.06,2018-11-13,2018-04-08 +/games/boxart/2159324ccc.jpg,Yoshi Topsy-Turvy,GBA,Platform,Nintendo,Artoon,,0.65,0.25,0.3,0.09,0.01,2005-06-13, +/games/boxart/6305375ccc.jpg,Wall-E,PSP,Platform,THQ,Heavy Iron Studios,7.7,0.65,0.29,,0.22,0.14,2008-06-24, +/games/boxart/full_3260020AmericaFrontccc.jpg,LEGO City Undercover,NS,Platform,Warner Bros. Interactive Entertainment,TT Fusion,8,0.65,0.23,0.03,0.33,0.05,2017-04-04,2018-02-24 +/games/boxart/5995040ccc.jpg,Kung-Fu Master,2600,Action,Activision,Activision,,0.65,0.6,,0.04,0.01,1987-05-12, +/games/boxart/full_6552917AmericaFrontccc.jpg,LEGO Dimensions,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.65,0.37,,0.22,0.06,2015-09-27,2018-03-19 +/games/boxart/2939718ccc.jpg,Transformers: The Game,PSP,Action,Activision,Savage Entertainment,4.3,0.65,0.23,,0.27,0.16,2007-06-19, +/games/boxart/full_176316AmericaFrontccc.jpg,Centipede,PS,Shooter,Hasbro Interactive,Leaping Lizard Software Inc.,5.9,0.65,0.36,,0.25,0.04,1999-04-30, +/games/boxart/full_6668303AmericaFrontccc.jpg,Angry Birds Trilogy,3DS,Puzzle,Activision,Exient Entertainment,,0.65,0.38,,0.22,0.06,2012-09-25,2018-01-07 +/games/boxart/full_crafting-mama_7AmericaFront.jpg,Crafting Mama,DS,Simulation,Majesco,Cooking Mama Limited,,0.65,0.39,0.01,0.2,0.05,2010-10-26, +/games/boxart/full_4584415PALFrontccc.jpg,SingStar Pop Hits,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.65,,,0.5,0.15,2007-06-13, +/games/boxart/full_9050915PALFrontccc.jpg,SingStar R&B,PS2,Misc,Sony Computer Entertainment,SCEE London Studio / Zoe Mode,,0.65,,,0.05,0.6,2007-10-26, +/games/boxart/full_2544259AmericaFrontccc.jpg,Scene It? Box Office Smash,X360,Misc,Microsoft Game Studios,Krome Studios / Screenlife Games,7.6,0.65,0.33,,0.25,0.07,2008-10-28, +/games/boxart/full_4271611AmericaFrontccc.jpg,Borderlands: The Pre-Sequel,PS3,Misc,2K Games,Unknown,,0.65,0.28,0.05,0.22,0.1,2014-10-14, +/games/boxart/full_9319099AmericaFrontccc.jpg,Advance Wars 2: Black Hole Rising,GBA,Strategy,Nintendo,Intelligent Systems,8.8,0.65,0.47,,0.17,0.01,2003-06-24, +/games/boxart/2828226ccc.jpg,007: Quantum of Solace,Wii,Shooter,Activision,Beenox,5.6,0.65,0.29,0.01,0.28,0.07,2008-11-04, +/games/boxart/full_5808768AmericaFrontccc.jpg,Far Cry 4,PC,Shooter,Ubisoft,Ubisoft Montreal,8.5,0.65,0.19,,0.41,0.05,2014-11-18,2018-01-23 +/games/boxart/284493ccc.jpg,Tiger Woods PGA Tour 09,PS3,Sports,EA Sports,EA Tiburon,8.5,0.65,0.34,,0.22,0.1,2008-08-26, +/games/boxart/3351237ccc.jpg,Kung Fu Panda,PS2,Platform,Activision,XPEC,,0.65,0.24,,0,0.41,2008-06-03, +/games/boxart/full_5406487AmericaFrontccc.jpeg,Tearaway,PSV,Platform,Sony Computer Entertainment America,Media Molecule,,0.65,0.1,,0.41,0.15,2013-11-22,2018-09-23 +/games/boxart/1782584ccc.jpg,Disney's Chicken Little,PS2,Platform,Buena Vista,Avalanche Software,6.3,0.65,0.32,,0.25,0.08,2005-10-20, +/games/boxart/3160717ccc.jpg,Cartoon Network Block Party / Cartoon Network Speedway Double Pack,GBA,Misc,Majesco,Majesco Games,,0.65,0.47,,0.17,0.01,2005-04-25, +/games/boxart/8550571ccc.jpg,Harry Potter and the Goblet of Fire,PS2,Adventure,Electronic Arts,Electronic Arts,6.7,0.65,0.54,,0.02,0.09,2005-11-08, +/games/boxart/full_220716AmericaFrontccc.jpg,Yakuza Zero,PS4,Adventure,Sega,Sega,,0.65,0.22,0.19,0.16,0.08,2017-01-24,2018-01-26 +/games/boxart/full_824597AmericaFrontccc.jpg,Drawn to Life: The Next Chapter,DS,Adventure,THQ,5TH Cell,7.4,0.65,0.44,,0.14,0.06,2009-10-27, +/games/boxart/full_7052588JapanFrontccc.jpg,Super Robot Taisen Impact,PS2,Strategy,Banpresto,Banpresto,,0.65,,0.65,,,2002-03-28, +/games/boxart/full_9682200AmericaFrontccc.jpg,The LEGO Movie Videogame,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.65,0.42,,0.17,0.06,2014-02-07,2018-03-20 +/games/boxart/full_the-biggest-loser-challenge_3AmericaFront.jpg,The Biggest Loser: Challenge,Wii,Sports,THQ,Blitz Games,,0.65,0.48,,0.12,0.05,2010-11-04, +/games/boxart/full_9582627AmericaFrontccc.jpg,World of Dragon Warrior - Torneko: The Last Hope,PS,Role-Playing,Enix,ChunSoft,,0.65,0.02,0.58,0.01,0.04,2000-11-15, +/games/boxart/full_184193AmericaFrontccc.jpg,Dead or Alive 5,PS3,Fighting,Tecmo Koei,Team Ninja,7.6,0.65,0.23,0.21,0.15,0.07,2015-02-17,2018-01-23 +/games/boxart/full_7777030AmericaFrontccc.jpg,One Piece: Burning Blood,PS4,Fighting,Namco Bandai Games,Spike Chunsoft,,0.65,0.21,0.09,0.26,0.09,2016-05-31,2018-05-23 +/games/boxart/full_6246587AmericaFrontccc.jpg,Champions: Return to Arms,PS2,Role-Playing,Sony Online Entertainment,Snowblind Studios,7.7,0.65,0.32,,0.25,0.08,2005-02-07, +/games/boxart/full_6292479JapanFrontccc.jpg,Dragon Quest Monsters Joker 3,3DS,Role-Playing,Square Enix,TOSE,,0.65,,0.65,,,2016-03-24,2018-01-07 +/games/boxart/full_6479311AmericaFrontccc.jpg,Star Ocean: First Departure,PSP,Role-Playing,Square Enix,TOSE Software,7.5,0.65,0.2,0.22,0.14,0.09,2008-10-21, +/games/boxart/3937031ccc.jpg,Tiger Woods PGA Tour 09,X360,Sports,EA Sports,EA Tiburon,,0.65,0.35,,0.23,0.07,2008-08-26, +/games/boxart/full_955438AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,X360,Sports,EA Sports,EA Tiburon,8.3,0.65,0.39,,0.2,0.06,2009-06-08, +/games/boxart/792992ccc.jpg,Wario: Master of Disguise,DS,Platform,Nintendo,Suzak,,0.65,0.28,0.33,0.02,0.03,2007-03-05, +/games/boxart/full_7552AmericaFrontccc.jpg,WWE 2K15,X360,Sports,2K Sports,Visual Concepts,,0.64,0.38,,0.21,0.06,2014-10-28,2018-01-06 +/games/boxart/9911360ccc.jpg,Madden NFL 2001,N64,Sports,EA Sports,EA Tiburon,,0.64,0.6,,0.03,0.01,2000-08-28, +/games/boxart/full_sengoku-basara-samurai-heroes_9AmericaFront.jpg,Sengoku Basara: Samurai Heroes,PS3,Action,Capcom,Capcom,6.1,0.64,0.17,0.4,0.04,0.02,2010-10-12, +/games/boxart/full_2690300AmericaFrontccc.jpg,Real Heroes: Firefighter,Wii,Action,Conspiracy Entertainment,Epicenter Studios,7.4,0.64,0.56,,0.04,0.05,2009-08-04, +/games/boxart/2581403ccc.jpg,NBA Live 06,XB,Sports,EA Sports,EA Canada,,0.64,0.57,,0.04,0.03,2005-09-26, +/games/boxart/full_dragon-ball-raging-blast-2_1AmericaFront.jpg,Dragon Ball: Raging Blast 2,X360,Fighting,Namco Bandai,Spike,6,0.64,0.49,0.01,0.09,0.05,2010-11-02, +/games/boxart/1717414ccc.jpg,X2: Wolverine's Revenge,PS2,Action,Activision,GenePool,5.8,0.64,0.31,,0.24,0.08,2003-04-14, +/games/boxart/full_4054792AmericaFrontccc.jpg,LittleBigPlanet 3,PS3,Platform,Sony Computer Entertainment,Sumo Digital,,0.64,0.2,0.01,0.33,0.1,2014-11-18,2018-02-17 +/games/boxart/3450060ccc.jpg,Lemony Snicket's A Series of Unfortunate Events,PS2,Platform,Activision,Adrenium Games,,0.64,0.31,,0.24,0.08,2004-11-10, +/games/boxart/full_6843104AmericaFrontccc.jpg,Jampack Volume 13 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.64,0.31,,0.24,0.08,2005-10-18, +/games/boxart/full_9965240AmericaFrontccc.jpg,New Play Control! Pikmin,Wii,Strategy,Nintendo,Nintendo EAD,7.7,0.64,0.28,0.19,0.13,0.04,2009-03-09, +/games/boxart/full_3913825AmericaFrontccc.png,Just Dance 2014,WiiU,Music,Ubisoft,Ubisoft Paris,7.5,0.64,0.34,,0.25,0.06,2013-10-08,2018-03-08 +/games/boxart/6050314ccc.jpg,Max Payne 2: The Fall of Max Payne,XB,Shooter,Rockstar Games,Remedy Entertainment,8.6,0.64,0.47,,0.15,0.02,2003-11-25, +/games/boxart/7946631ccc.jpg,GoldenEye: Rogue Agent,PS2,Shooter,Electronic Arts,EA Los Angeles,,0.64,0.54,,0.02,0.09,2004-11-22, +/games/boxart/full_tom-clancys-rainbow-six_853AmericaFront.jpg,Tom Clancy's Rainbow Six,N64,Shooter,Red Storm Entertainment,Saffire Corporation,,0.64,0.48,,0.15,0.01,1999-11-17, +/games/boxart/2925885ccc.jpg,Lost Planet: Extreme Condition,PS3,Shooter,Capcom,Capcom,6.3,0.64,0.31,0.07,0.17,0.08,2008-02-26, +/games/boxart/full_9994641AmericaFrontccc.jpg,Aliens: Colonial Marines,PS3,Shooter,Sega,Gearbox Software,,0.64,0.2,,0.33,0.1,2013-02-12,2019-01-30 +/games/boxart/full_1037661AmericaFrontccc.jpg,Spyro: A Hero's Tail,PS2,Platform,VU Games,Eurocom Entertainment Software,,0.64,0.32,,0.25,0.08,2004-11-03, +/games/boxart/8818646ccc.jpg,Crash: Twinsanity,PS2,Platform,VU Games,Traveller's Tales,,0.64,0.32,,0.25,0.08,2004-09-28, +/games/boxart/full_rayman-3d_384AmericaFront.jpg,Rayman 3D,3DS,Platform,Ubisoft,Ubisoft,6.3,0.64,0.23,,0.36,0.06,2011-03-22, +/games/boxart/full_7833704AmericaFrontccc.jpg,Up,DS,Adventure,THQ,THQ,,0.64,0.3,,0.27,0.07,2009-05-26, +/games/boxart/full_8888796AmericaFrontccc.jpg,Scribblenauts: Unlimited,3DS,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,0.64,0.57,,0.01,0.07,2012-11-13,2017-12-31 +/games/boxart/3676669ccc.jpg,Paws & Claws: Pet Vet,DS,Simulation,THQ,ValuSoft,,0.64,0.59,,,0.05,2007-01-03, +/games/boxart/full_869862AmericaFrontccc.jpg,SpongeBob SquarePants: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.64,0.46,,0.17,0.01,2004-05-14, +/games/boxart/full_4784209AmericaFrontccc.jpg,Konami Collector's Series: Arcade Advanced,GBA,Misc,Konami,KCEA,8,0.64,0.46,,0.17,0.01,2002-03-21, +/games/boxart/4303163ccc.jpg,Castlevania,N64,Platform,Konami,KCEK,7.6,0.64,0.44,0.04,0.1,0.05,1999-01-26, +/games/boxart/5247456ccc.jpg,Crash Bandicoot Purple: Ripto's Rampage,GBA,Platform,Vivendi Games,Vicarious Visions,6.7,0.64,0.46,,0.17,0.01,2004-06-03, +/games/boxart/full_403115AmericaFrontccc.jpg,TimeSplitters 2,XB,Shooter,Eidos Interactive,Free Radical Design,,0.64,0.29,,0.33,0.01,2002-10-17, +/games/boxart/full_5034416AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PS2,Action,Electronic Arts,Bright Light Productions,,0.64,0.13,,0.07,0.44,2009-06-30, +/games/boxart/full_7330408AmericaFrontccc.png,Batman: Return to Arkham,PS4,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,0.64,0.15,0.01,0.39,0.1,2016-10-18,2018-06-10 +/games/boxart/full_4861402AmericaFrontccc.jpg,The Walking Dead: Survival Instinct,X360,Shooter,Activision,Terminal Reality,,0.64,0.46,,0.11,0.06,2013-03-19,2018-01-16 +/games/boxart/full_8918329AmericaFrontccc.jpg,Rayman 2: The Great Escape,N64,Platform,Ubisoft,Ubisoft,9,0.64,0.4,,0.22,0.02,1999-10-31, +/games/boxart/198320ccc.jpg,Onimusha: Dawn of Dreams,PS2,Action,Capcom,Capcom,,0.64,0.15,0.34,0.12,0.04,2006-03-07, +/games/boxart/5402146ccc.jpg,Crash of the Titans,PSP,Action,Sierra Entertainment,SuperVillain Studios,6.3,0.64,0.25,,0.25,0.15,2007-10-16, +/games/boxart/full_7559648AmericaFrontccc.jpg,Nicktoons Collection: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.64,0.46,,0.17,0.01,2004-06-22, +/games/boxart/full_rock-band-3_4AmericaFront.jpg,Rock Band 3,Wii,Misc,MTV Games,Harmonix Music Systems,9.2,0.64,0.53,,0.06,0.05,2010-10-26, +/games/boxart/2759863ccc.jpg,Stuntman: Ignition,X360,Racing,THQ,Paradigm Entertainment,,0.64,0.25,,0.31,0.07,2007-08-28, +/games/boxart/9900767ccc.jpg,Cruis'n World,N64,Racing,Nintendo,Eurocom Entertainment Software,,0.64,0.59,,0.04,0.01,1998-08-31, +/games/boxart/9994538ccc.jpg,James Bond 007: Everything or Nothing,XB,Shooter,Electronic Arts,EA Redwood Shores,,0.64,0.43,,0.19,0.02,2004-02-17, +/games/boxart/full_6247970AmericaFrontccc.jpg,Dead Island: Riptide,PS3,Action,Deep Silver,Techland,6.6,0.64,0.26,0.07,0.21,0.1,2013-04-23,2018-03-15 +/games/boxart/full_749748AmericaFrontccc.jpg,The Lord of the Rings: Conquest,X360,Action,Electronic Arts,Pandemic Studios,5.9,0.63,0.37,,0.2,0.06,2009-01-13, +/games/boxart/full_7778097AmericaFrontccc.jpg,LEGO The Incredibles,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,6.5,0.63,0.35,0.01,0.21,0.06,2018-06-15,2018-11-06 +/games/boxart/8985529ccc.jpg,Iron Man,PSP,Action,Sega,Artificial Mind and Movement,5,0.63,0.46,,0.09,0.09,2008-05-02, +/games/boxart/full_8812475AmericaFrontccc.jpg,Sim Theme Park,PS,Strategy,Electronic Arts,Climax Group,8.5,0.63,0.35,,0.24,0.04,1999-10-24, +/games/boxart/full_9178748AmericaFrontccc.jpg,Plants vs. Zombies: Garden Warfare 2,PS4,Shooter,Electronic Arts,PopCap Games,,0.63,0.22,,0.31,0.1,2016-02-23,2018-05-23 +/games/boxart/full_6269840AmericaFrontccc.jpg,Wolfenstein,PS3,Shooter,Activision,Raven Software,7.2,0.63,0.25,,0.27,0.11,2009-08-18, +/games/boxart/full_6117530AmericaFrontccc.jpg,NieR,PS3,Role-Playing,Square Enix,Cavia Inc.,6.6,0.63,0.17,0.2,0.19,0.07,2010-04-27, +/games/boxart/full_909078JapanFrontccc.jpg,Monster Hunter 2,PS2,Role-Playing,Capcom,Capcom,,0.63,,0.63,,,2006-02-16, +/games/boxart/full_6664601JapanFrontccc.jpg,Final Fantasy VII International,PS,Role-Playing,Square,SquareSoft,,0.63,,0.59,,0.04,1997-10-02, +/games/boxart/3718685ccc.jpg,Namco Museum,GC,Misc,Namco,Mass Media,5.3,0.63,0.48,,0.13,0.02,2002-10-09, +/games/boxart/full_6070254AmericaFrontccc.jpg,Buzz Lightyear of Star Command,PS,Platform,Activision,Traveller's Tales,,0.63,0.35,,0.24,0.04,2000-09-26, +/games/boxart/8635280ccc.jpg,X-Man,2600,Action,Unknown,Universal Gamex,,0.63,0.58,,0.04,0.01,1983-01-01, +/games/boxart/full_4059649AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,X360,Action,Activision,Luxoflux Corp.,6.1,0.63,0.34,,0.23,0.06,2009-06-23, +/games/boxart/full_5560402PALFrontccc.jpg,FIFA Soccer,PSV,Misc,EA Sports,EA Canada,,0.63,0.16,0.02,0.35,0.09,2012-02-15,2018-01-03 +/games/boxart/full_4741381AmericaFrontccc.jpg,Tony Hawk's Pro Skater 2x,XB,Sports,Activision,Treyarch,,0.63,0.41,,0.19,0.03,2001-11-14, +/games/boxart/197045ccc.jpg,Cabela's Big Game Hunter (2008),Wii,Sports,Activision,Magic Wand Productions,,0.63,0.58,,0,0.05,2007-11-13, +/games/boxart/full_6576209AmericaFrontccc.jpg,Shin Megami Tensei: Persona 3 FES,PS2,Role-Playing,Atlus,Atlus,8.7,0.63,0.22,0.16,0.2,0.05,2008-04-22,2018-01-11 +/games/boxart/619874ccc.jpg,FIFA Soccer 2003,XB,Sports,EA Sports,EA Canada,,0.63,0.2,,0.4,0.04,2002-11-12, +/games/boxart/full_2179777AmericaFrontccc.jpg,XCOM: Enemy Unknown,X360,Sports,2K Games,Firaxis Games,8.8,0.63,0.36,,0.22,0.06,2012-10-09,2018-03-22 +/games/boxart/6438449ccc.jpg,FIFA Soccer 2002,PS2,Sports,EA Sports,EA Canada,,0.63,0.31,,0.24,0.08,2001-11-01, +/games/boxart/full_6491948PALFrontccc.jpg,Assassin's Creed IV: Black Flag,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,8.5,0.63,0.24,,0.34,0.05,2013-11-19,2018-03-14 +/games/boxart/full_6914155AmericaFrontccc.jpg,A Bug's Life,N64,Platform,Activision,Traveller's Tales,6.1,0.63,0.49,,0.13,0.01,1999-04-30, +/games/boxart/7284429ccc.jpg,Super Castlevania IV,SNES,Platform,Konami,Konami,,0.63,0.32,0.25,0.05,0.01,1991-12-01, +/games/boxart/810696ccc.jpg,Ape Escape 2,PS2,Platform,Ubisoft,SCE Japan Studio,8,0.63,0.12,0.38,0.09,0.03,2003-06-30,2018-09-16 +/games/boxart/full_5787266JapanFrontccc.jpg,Mobile Suit Z Gundam: AEUG vs. Titans,PS2,Fighting,Bandai,Bandai,,0.63,,0.63,,,2003-12-04, +/games/boxart/full_2786491AmericaFrontccc.jpg,SingStar Queen,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.63,0.08,,0.12,0.44,2009-08-04, +/games/boxart/full_just-dance-3_213AmericaFront.jpg,Just Dance 3,PS3,Misc,Ubisoft,Ubisoft Paris,,0.63,0.34,,0.21,0.09,2011-12-06, +/games/boxart/full_disney-sing-it-party-hits_2AmericaFront.jpg,Disney Sing It: Party Hits,Wii,Misc,Disney Interactive Studios,Zoe Mode,,0.63,0.48,,0.1,0.05,2010-09-28, +/games/boxart/full_the-sims-3-generations_762AmericaFront.jpg,The Sims 3: Generations,PC,Simulation,Electronic Arts,The Sims Studio,6.5,0.63,0.4,,0.23,,2011-05-31, +/games/boxart/full_6858882AmericaFrontccc.jpg,Dogz,GBA,Simulation,Ubisoft,MTO,4.1,0.63,0.45,,0.17,0.01,2005-11-17, +/games/boxart/full_cooking-mama-4-kitchen-magic_649AmericaFront.jpg,Cooking Mama 4: Kitchen Magic!,3DS,Simulation,Majesco,Cooking Mama Ltd.,,0.63,0.5,,0.07,0.06,2011-11-15, +/games/boxart/3986904ccc.jpg,NASCAR 06: Total Team Control,PS2,Racing,EA Sports,EA Tiburon,,0.63,0.53,,0.02,0.09,2005-08-30, +/games/boxart/3034651ccc.jpg,NHL 2001,PS,Sports,EA Sports,Page 44 Studios,,0.63,0.35,,0.24,0.04,2000-09-26, +/games/boxart/5685581ccc.jpg,Sega Rally Revo,PS3,Racing,Sega,Sega Racing Studio,,0.63,0.07,,0.43,0.14,2007-10-09, +/games/boxart/full_test-drive-unlimited-2_641AmericaFront.jpg,Test Drive Unlimited 2,PS3,Racing,Atari,Eden Studios,6.9,0.63,0.16,0.01,0.35,0.11,2011-02-08, +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_925AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,3DS,Action,Disney Interactive Studios,TT Fusion,7,0.63,0.29,,0.28,0.06,2011-05-10,2018-01-08 +/games/boxart/4152708ccc.jpg,Juiced 2: Hot Import Nights,X360,Racing,THQ,Juice Games,,0.63,0.22,,0.34,0.07,2007-09-17, +/games/boxart/full_6163253AmericaFrontccc.jpg,Nightmare Creatures,PS,Action,Activision,Kalisto Entertainment,,0.63,0.35,,0.24,0.04,1997-10-01, +/games/boxart/5941163ccc.jpg,LEGO Star Wars II: The Original Trilogy,X360,Action,LucasArts,Traveller's Tales,8.2,0.63,0.55,,0.03,0.05,2006-09-12, +/games/boxart/full_6826183AmericaFrontccc.png,WWE 2K16,XOne,Sports,Take-Two Interactive,Yuke's,,0.63,0.34,,0.24,0.06,2015-10-27,2018-04-11 +/games/boxart/full_411725AmericaFrontccc.jpg,Condemned 2: Bloodshot,X360,Adventure,Sega,Monolith Productions,8.2,0.63,0.38,,0.19,0.06,2008-03-11, +/games/boxart/full_6809867AmericaFrontccc.jpg,Tony Hawk's Project 8,PS3,Sports,Activision,Neversoft Entertainment,7.9,0.63,0.3,0.01,0.23,0.1,2006-11-17, +/games/boxart/full_5556317AmericaFrontccc.jpg,NBA Live 08,PS3,Sports,Electronic Arts,EA Canada,,0.63,0.56,0.01,0.02,0.05,2007-10-01, +/games/boxart/220167ccc.jpg,X-Men Legends II: Rise of Apocalypse,PS2,Role-Playing,Activision,Raven Software,8.5,0.63,0.53,,0.02,0.09,2005-09-20, +/games/boxart/full_white-knight-chronicles-ii_693AmericaFront.jpg,White Knight Chronicles II,PS3,Role-Playing,D3 Publisher,Level 5,5.4,0.63,0.23,0.27,0.09,0.04,2011-09-13, +/games/boxart/full_dragon-age-ii_1AmericaFront.jpg,Dragon Age II,PC,Role-Playing,Electronic Arts,BioWare Corp.,7.9,0.63,0.23,,0.33,0.08,2011-03-08, +/games/boxart/full_7934168PALFrontccc.jpg,Warriors Orochi 3,PS3,Action,Tecmo Koei,Omega Force,,0.62,,0.57,0.04,0.01,2012-03-20,2018-05-31 +/games/boxart/full_disney-universe_255AmericaFront.jpg,Disney Universe,PS3,Action,Disney Interactive Studios,Disney Interactive Studios,7.4,0.62,0.3,,0.23,0.09,2011-10-25, +/games/boxart/full_5646356AmericaFrontccc.jpg,NHL 15,PS4,Sports,EA Sports,EA Canada,,0.62,0.32,,0.19,0.11,2014-09-09,2018-01-10 +/games/boxart/4496160ccc.jpg,NFL Quarterback Club 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.62,0.59,,0.02,0,1998-11-10, +/games/boxart/full_tiger-woods-pga-tour-12-the-masters_343AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,X360,Sports,EA Sports,EA Tiburon,,0.62,0.4,,0.16,0.05,2011-03-29, +/games/boxart/full_5560794AmericaFrontccc.jpg,NBA ShootOut '97,PS,Sports,Sony Computer Entertainment,SCEE London Studio,,0.62,0.35,,0.24,0.04,1997-03-14, +/games/boxart/full_675807AmericaFrontccc.jpg,Madden NFL 07,GC,Sports,EA Sports,EA Tiburon,8.5,0.62,0.48,,0.13,0.02,2006-08-22, +/games/boxart/4342049ccc.jpg,Tiger Woods PGA Tour 2004,XB,Sports,EA Sports,EA Redwood Shores,,0.62,0.47,,0.13,0.02,2003-09-22, +/games/boxart/full_5918642AmericaFrontccc.jpg,Bass Landing,PS,Sports,Agetec,ASC Games,,0.62,0.21,0.23,0.14,0.04,2000-09-07, +/games/boxart/1830828ccc.jpg,Viewtiful Joe,GC,Action,Capcom,Clover Studio,9.4,0.62,0.38,0.12,0.1,0.02,2003-10-07, +/games/boxart/2525095ccc.jpg,Halloween,2600,Action,Unknown,Wizard Video Games,,0.62,0.58,,0.03,0.01,1983-01-01, +/games/boxart/3964926ccc.jpg,Wall-E,X360,Platform,THQ,Heavy Iron Studios,5.3,0.62,0.29,,0.26,0.07,2008-06-24, +/games/boxart/full_3646471AmericaFrontccc.jpg,Bolt,DS,Adventure,Disney Interactive Studios,Avalanche Software,,0.62,0.35,,0.21,0.06,2008-11-18, +/games/boxart/full_5395198AmericaFrontccc.jpg,Tomb Raider III: Adventures of Lara Croft,PC,Adventure,Eidos Interactive,Core Design Ltd.,7.3,0.62,0.59,,0.03,,1998-11-30, +/games/boxart/full_1388131AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney - Trials and Tribulations,DS,Adventure,Capcom,Capcom,7.9,0.62,0.3,0.25,0.03,0.03,2007-10-23, +/games/boxart/9661792ccc.jpg,Donkey Kong Barrel Blast,Wii,Racing,Nintendo,Paon Corporation,4.8,0.62,0.19,0.11,0.26,0.06,2007-10-08, +/games/boxart/8078655ccc.jpg,Beetle Adventure Racing!,N64,Racing,Electronic Arts,"Paradigm Entertainment, Electronic Arts",9.2,0.62,0.4,,0.2,0.02,1999-03-24, +/games/boxart/full_3670653AmericaFrontccc.jpg,F1 2017,PS4,Racing,Deep Silver,Codemasters,8,0.62,0.04,0.02,0.47,0.09,2017-08-25,2018-05-23 +/games/boxart/3744667ccc.jpg,Tak 2: The Staff of Dreams,PS2,Platform,THQ,Avalanche Software,,0.62,0.3,,0.24,0.08,2004-10-11, +/games/boxart/3988083ccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,PS,Platform,Eidos Interactive,Toys for Bob,,0.62,0.34,,0.23,0.04,2000-11-08, +/games/boxart/3051723ccc.gif,The Urbz: Sims in the City,GBA,Simulation,Electronic Arts,Griptonite Games,,0.62,0.37,,0.22,0.03,2004-11-09, +/games/boxart/full_3456088AmericaFrontccc.jpg,LEGO The Hobbit,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.62,0.14,,0.39,0.1,2014-04-08,2018-03-15 +/games/boxart/full_5530220AmericaFrontccc.jpg,WWF in Your House,PS,Fighting,Acclaim Entertainment,"Sculptured Software, Inc.",,0.62,0.35,,0.24,0.04,1996-10-31, +/games/boxart/full_start-the-party_7AmericaFront.jpg,Start the Party!,PS3,Misc,Sony Computer Entertainment,Supermassive Games Ltd.,6.1,0.62,0.07,,0.41,0.13,2010-09-07, +/games/boxart/6696892ccc.jpg,Pac-Man Player's Choice Bundle,GC,Misc,Namco,Namco,,0.62,0.48,,0.12,0.02,2003-12-02, +/games/boxart/full_the-black-eyed-peas-experience_104AmericaFront.jpg,The Black Eyed Peas Experience,Wii,Misc,Ubisoft,Ubisoft,,0.62,0.37,,0.19,0.06,2011-11-08, +/games/boxart/6034885ccc.jpg,Mario's Picross,GB,Puzzle,Nintendo,Jupiter Multimedia,,0.62,,0.62,,,1995-03-01, +/games/boxart/9726431ccc.jpg,SpongeBob's Atlantis SquarePantis,Wii,Adventure,THQ,Blitz Games,,0.62,0.56,,0,0.05,2007-11-12, +/games/boxart/full_4840134AmericaFrontccc.jpg,NBA 2K9,PS3,Sports,2K Sports,Visual Concepts,8.3,0.62,0.56,0,0,0.05,2008-10-07, +/games/boxart/full_2632353AmericaFrontccc.jpg,Kinect Sports Rivals,XOne,Sports,Microsoft Studios,Rare Ltd.,,0.62,0.3,0.02,0.25,0.05,2014-04-08,2018-09-25 +/games/boxart/3007164ccc.gif,Tony Hawk's American Wasteland,XB,Sports,Activision,Neversoft Entertainment,,0.62,0.4,,0.2,0.03,2005-10-18, +/games/boxart/full_7342682AmericaFrontccc.jpg,Jak and Daxter: The Lost Frontier,PSP,Platform,Sony Computer Entertainment,High Impact Games,7.5,0.62,0.18,0,0.28,0.16,2009-11-03, +/games/boxart/full_2269053AmericaFrontccc.jpg,Ghostbusters: The Video Game,X360,Action,Atari,Terminal Reality,7.7,0.62,0.43,,0.14,0.06,2009-06-16, +/games/boxart/8550016ccc.jpg,Shellshock: Nam 67,PS2,Shooter,Eidos Interactive,Guerrilla Games,,0.62,0.3,,0.24,0.08,2004-09-14,2018-02-03 +/games/boxart/full_5625067AmericaFrontccc.jpg,Wet,PS3,Shooter,Bethesda Softworks,Artificial Mind and Movement,6.9,0.62,0.22,0.01,0.27,0.11,2009-09-15, +/games/boxart/full_1387091AmericaFrontccc.jpg,The Princess and the Frog,DS,Platform,Disney Interactive Studios,Griptonite Games,,0.62,0.41,,0.16,0.06,2009-11-17, +/games/boxart/full_family-feud-2010_4AmericaFront.jpg,Family Feud: 2010 Edition,Wii,Misc,Ubisoft,Ludia Inc.,,0.62,0.58,,,0.04,2009-09-29, +/games/boxart/full_6216610AmericaFrontccc.jpg,Guitar Hero: Metallica,PS3,Misc,Activision,Neversoft Entertainment,,0.62,0.28,,0.24,0.1,2009-03-29, +/games/boxart/full_dj-hero-2_9AmericaFront.jpg,DJ Hero 2,Wii,Misc,Activision,FreeStyle Games,8.7,0.62,0.48,,0.09,0.04,2010-10-19, +/games/boxart/full_4288474JapanFrontccc.jpg,Tousouchuu: Shijou Saikyou no Hunter-Tachi Kara Nigekire!,3DS,Misc,Namco Bandai Games,Infinity,,0.62,,0.62,,,2012-07-05,2018-03-16 +/games/boxart/full_pac-man-party_6AmericaFront.jpg,Pac-Man Party,Wii,Misc,Namco Bandai,Namco Bandai Games,,0.62,0.47,0.01,0.08,0.05,2010-11-16, +/games/boxart/519217ccc.jpg,Fighters MEGAMiX,SAT,Fighting,Sega,Sega-AM2,,0.62,,0.62,,,1997-04-30, +/games/boxart/full_dragon-ball-z-ultimate-tenkaichi_330PALFront.jpg,Dragon Ball Z: Ultimate Tenkaichi,PS3,Fighting,Namco Bandai,Spike,5,0.62,0.27,0.09,0.18,0.07,2011-10-25, +/games/boxart/1761085ccc.jpg,Wild ARMs 3,PS2,Role-Playing,Sony Computer Entertainment,Media.Vision,7.6,0.62,0.16,0.29,0.13,0.04,2002-10-15, +/games/boxart/full_2016907AmericaFrontccc.jpg,World of Final Fantasy,PS4,Role-Playing,Square Enix,Square Enix,6.7,0.62,0.24,0.09,0.21,0.09,2016-10-25,2018-05-23 +/games/boxart/full_5536203AmericaFrontccc.jpg,South Park: The Fractured But Whole,XOne,Role-Playing,Ubisoft,Ubisoft San Francisco,,0.62,0.4,,0.17,0.06,2017-10-17,2018-04-06 +/games/boxart/full_8534289JapanFrontccc.jpg,Bahamut Lagoon,SNES,Role-Playing,Square,SquareSoft,,0.62,,0.62,,,1996-02-09, +/games/boxart/full_dragon-quest-monsters-joker-2-professional_10JapanFront.jpg,Dragon Quest Monsters: Joker 2 Professional,DS,Role-Playing,Square Enix,TOSE Software,,0.62,,0.62,,,2011-03-31, +/games/boxart/full_2384218AmericaFrontccc.jpg,Virtua Cop,SAT,Shooter,Sega,Sega-AM2,,0.62,,0.62,,,1995-12-01, +/games/boxart/full_4488888AmericaFrontccc.jpg,Battlezone,2600,Shooter,Atari,Atari,,0.62,0.58,,0.03,0.01,1983-01-01, +/games/boxart/full_1541256JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,SNES,Strategy,KOEI,Koei,,0.62,0.3,0.32,,,1993-12-09, +/games/boxart/full_3466898AmericaFrontccc.jpg,Battle of Giants: Dragons,DS,Strategy,Ubisoft,Ubisoft Quebec,,0.62,0.3,,0.25,0.06,2009-09-29, +/games/boxart/full_9610520JapanFrontccc.jpg,Super Robot Taisen α Gaiden,PS,Strategy,Banpresto,Banpresto,,0.62,,0.58,,0.04,2001-03-29, +/games/boxart/full_6700322AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,X360,Action,Ubisoft,Ubisoft Montreal,7.5,0.62,0.3,0,0.26,0.06,2010-05-18, +/games/boxart/full_3724058AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,DS,Action,Electronic Arts,Bright Light Productions,,0.62,0.2,0,0.34,0.07,2009-06-30, +/games/boxart/7789988ccc.jpg,Strike Force Bowling,PS2,Sports,Crave Entertainment,Lab Rats Games,,0.62,0.3,,0.24,0.08,2004-05-10, +/games/boxart/9089328ccc.jpg,Metal Gear Solid 2: Substance,XB,Action,Konami,Konami Computer Entertainment Japan,8.7,0.62,0.38,,0.22,0.03,2002-11-04, +/games/boxart/1847379ccc.jpg,Spider-Man: Mysterio's Menace,GBA,Action,Activision,Vicarious Visions,,0.61,0.43,,0.16,0.01,2001-09-19, +/games/boxart/3854966ccc.jpg,Samurai Warriors 2,PS2,Action,KOEI,Omega Force,5.6,0.61,0.02,0.57,0.02,0.01,2006-09-19, +/games/boxart/full_9690609AmericaFrontccc.jpg,Tomb Raider Chronicles,PS,Action,Eidos Interactive,Core Design Ltd.,,0.61,0.34,,0.23,0.04,2000-01-01, +/games/boxart/full_8440931AmericaFrontccc.jpg,Tony Hawk: RIDE,PS3,Sports,Activision,Robomodo / Buzz Monkey Software,4.5,0.61,0.38,,0.15,0.08,2009-11-17, +/games/boxart/full_7145342AmericaFrontccc.jpg,Advance Wars: Days of Ruin,DS,Strategy,Nintendo,Intelligent Systems,8.4,0.61,0.43,,0.13,0.05,2008-01-21, +/games/boxart/full_6317119PALFrontccc.jpg,New Play Control! Pikmin 2,Wii,Strategy,Nintendo,Nintendo EAD,8.7,0.61,0.11,0.34,0.13,0.02,2012-06-10, +/games/boxart/full_8381299AmericaFrontccc.jpg,Just Dance 2015,X360,Music,Ubisoft,Ubisoft Paris,,0.61,0.42,,0.13,0.06,2014-10-21,2018-04-03 +/games/boxart/full_8931705AmericaFrontccc.jpg,Half-Life 2,XB,Shooter,Electronic Arts,Valve Software,8.9,0.61,0.37,,0.21,0.03,2005-11-15, +/games/boxart/full_5000402AmericaFrontccc.jpg,Metroid Prime: Trilogy,Wii,Shooter,Nintendo,Retro Studios,9,0.61,0.42,,0.05,0.14,2009-08-24, +/games/boxart/full_vanquish_7AmericaFront.jpg,Vanquish,PS3,Shooter,Sega,PlatinumGames,8.5,0.61,0.21,0.11,0.22,0.08,2010-10-19, +/games/boxart/5773095ccc.jpg,Robotech: Battlecry,PS2,Shooter,TDK Mediactive,Vicious Cycle,,0.61,0.3,,0.23,0.08,2002-09-25, +/games/boxart/full_5604191AmericaFrontccc.jpg,Time Crisis 3,PS2,Shooter,Namco,Namco,,0.61,0.3,,0.23,0.08,2003-10-21, +/games/boxart/full_8041173AmericaFrontccc.jpg,Duke Nukem: Total Meltdown,PS,Shooter,GT Interactive,Aardvark Software,,0.61,0.34,,0.23,0.04,1997-09-30, +/games/boxart/full_7294180AmericaFrontccc.jpg,Madden NFL 2003,GBA,Sports,EA Sports,BudCat Creations,,0.61,0.44,,0.16,0.01,2002-08-12, +/games/boxart/full_7680155PALFrontccc.jpg,SingStar Singalong With Disney,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.61,,,0.04,0.57,2008-11-07, +/games/boxart/631933ccc.jpg,Texas Hold 'Em Poker,GBA,Misc,Majesco,Skyworks Technologies,,0.61,0.44,,0.16,0.01,2004-11-01, +/games/boxart/full_8494594JapanFrontccc.jpg,Ganbaru Watashi no Kakei Diary,DS,Misc,Nintendo,syn Sophia,,0.61,,0.61,,,2007-07-12, +/games/boxart/7351646ccc.jpg,Game & Watch Gallery 4,GBA,Misc,Nintendo,Nintendo,6.4,0.61,0.43,,0.16,0.01,2002-10-28, +/games/boxart/full_8551253AmericaFrontccc.jpg,EA Sports UFC 2,XOne,Sports,EA Sports,EA Canada,,0.61,0.36,,0.19,0.06,2016-03-15,2018-04-20 +/games/boxart/3362594ccc.jpg,Madden NFL 2002,GC,Sports,EA Sports,EA Sports,8.6,0.61,0.47,,0.12,0.02,2001-11-17, +/games/boxart/5787855ccc.jpg,Madden NFL 2000,N64,Sports,EA Sports,EA Tiburon,,0.61,0.58,,0.02,0,1999-08-31, +/games/boxart/full_6859402AmericaFrontccc.jpg,World of Zoo,Wii,Simulation,THQ,Blue Fang Games,,0.61,0.4,,0.15,0.05,2009-10-26, +/games/boxart/full_6890841AmericaFrontccc.jpg,MySims Racing,DS,Racing,Electronic Arts,Artificial Mind and Movement,,0.61,0.25,0,0.29,0.07,2009-06-08, +/games/boxart/6807940ccc.jpg,Formula 1: Championship Edition,PS3,Racing,Sony Computer Entertainment,Studio Liverpool,,0.61,,0.04,0.57,0,2007-02-27,2018-09-16 +/games/boxart/full_7770393AmericaFrontccc.jpg,Wipeout: The Game,DS,Misc,Activision,Endemol,,0.61,0.56,,,0.04,2010-06-22, +/games/boxart/full_cabelas-monster-buck-hunter_10AmericaFront.jpg,Cabela's Monster Buck Hunter,Wii,Sports,Activision,FUN Labs,,0.61,0.57,,,0.04,2010-03-25, +/games/boxart/5124605ccc.jpg,Dora the Explorer: Super Spies,GBA,Platform,Gotham Games,Cinegroupe,,0.61,0.44,,0.16,0.01,2004-10-25, +/games/boxart/full_3151552AmericaFrontccc.jpg,Skylanders SWAP Force,WiiU,Platform,Activision,Unknown,,0.61,0.39,,0.16,0.06,2013-10-13,2018-03-20 +/games/boxart/full_3186481AmericaFrontccc.jpg,Rayman Legends,PS3,Platform,Ubisoft,Ubisoft Montpellier,,0.61,0.14,,0.38,0.09,2013-09-03,2018-03-20 +/games/boxart/full_7924603AmericaFrontccc.jpg,Petz: Dogz Pack,DS,Simulation,Ubisoft,Ubisoft,,0.61,0.56,,,0.05,2008-11-04, +/games/boxart/full_8006711PALFrontccc.jpg,2 Games in 1: Sonic Battle & ChuChu Rocket!,GBA,Misc,THQ,Sonic Team,,0.61,0.44,,0.16,0.01,2005-11-16, +/games/boxart/full_2563360PALFrontccc.jpg,Dynasty Warriors 8,PS3,Misc,Tecmo Koei,Omega Force,,0.61,0.12,0.34,0.11,0.05,2013-07-16,2017-12-31 +/games/boxart/full_new-carnival-games_1AmericaFront.jpg,New Carnival Games,Wii,Misc,2K Games,Cat Daddy Games,,0.61,0.34,,0.21,0.06,2010-09-21, +/games/boxart/full_5713065AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,PSP,Fighting,THQ,Yuke's,,0.61,0.25,,0.23,0.14,2009-10-20, +/games/boxart/full_7105926AmericaFrontccc.jpg,Dragon Age: Inquisition,PS3,Role-Playing,Electronic Arts,BioWare Edmonton,,0.61,0.27,0.06,0.18,0.09,2014-11-18,2019-01-05 +/games/boxart/8989922ccc.jpg,NFL Fever 2003,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.61,0.46,,0.13,0.02,2002-08-05, +/games/boxart/full_9444106AmericaFrontccc.jpg,WWE 2K15,XOne,Sports,2K Sports,Visual Concepts,,0.61,0.32,,0.23,0.05,2014-11-18,2018-01-06 +/games/boxart/full_4304251AmericaFrontccc.jpg,Sacred 2: Fallen Angel,PS3,Role-Playing,CDV Software Entertainment,Ascaron Entertainment,7.1,0.61,0.22,0.08,0.23,0.09,2009-05-11, +/games/boxart/4288144ccc.jpg,Final Fantasy IV Advance,GBA,Role-Playing,Square Enix,Square Enix,8.6,0.61,0.27,0.22,0.1,0.01,2005-12-12, +/games/boxart/3829482ccc.jpg,Small Soldiers,PS,Adventure,Electronic Arts,DreamWorks Interactive,,0.61,0.34,,0.23,0.04,1998-09-30, +/games/boxart/2909180ccc.jpg,Harry Potter and the Goblet of Fire,GBA,Adventure,Electronic Arts,Magic Pockets,6,0.61,0.44,,0.16,0.01,2005-11-08, +/games/boxart/full_6477589AmericaFrontccc.jpg,Knowledge is Power,PS4,Party,Sony Interactive Entertainment,Wish Studio,,0.61,0.05,,0.47,0.09,2017-10-24,2018-04-07 +/games/boxart/7940138ccc.jpg,Major League Baseball 2K8,X360,Sports,2K Sports,Kush Games,,0.61,0.56,,,0.05,2008-03-03, +/games/boxart/full_pro-evolution-soccer-2011_3AmericaFront.jpg,Pro Evolution Soccer 2011,X360,Sports,Konami,Konami,6,0.61,0.09,,0.44,0.07,2010-10-05, +/games/boxart/full_1366457AmericaFrontccc.jpg,Major League Baseball 2K9,X360,Sports,2K Sports,Visual Concepts,,0.61,0.56,,,0.05,2009-03-03, +/games/boxart/full_8721390AmericaFrontccc.jpg,Tony Hawk: RIDE,X360,Sports,Activision,Robomodo / Buzz Monkey Software,4.4,0.61,0.46,,0.1,0.05,2009-11-17, +/games/boxart/full_756792AmericaFrontccc.png,James Cameron's Avatar: The Game,PSP,Action,Ubisoft,Ubisoft Montreal,3.9,0.61,0.22,,0.25,0.14,2009-12-01, +/games/boxart/5495494ccc.jpg,Dragon Ball Z: Buu's Fury,GBA,Action,Atari,Webfoot Technologies,5.9,0.61,0.44,,0.16,0.01,2004-09-14, +/games/boxart/2723603ccc.jpg,Littlest Pet Shop: Garden,DS,Simulation,Electronic Arts,EA Salt Lake,,0.6,0.31,,0.23,0.06,2008-10-14, +/games/boxart/full_beatmania-append-3rdmix_1JapanFront.jpg,BeatMania Append 3rdMix,PS,Simulation,Konami,Konami,,0.6,,0.56,,0.04,1998-12-23, +/games/boxart/full_7485775AmericaFrontccc.jpg,SimCity DS,DS,Simulation,Electronic Arts,Aki Corporation,,0.6,0.33,0.21,0.03,0.03,2007-06-19, +/games/boxart/4085964ccc.jpg,Littlest Pet Shop: Jungle,DS,Simulation,Electronic Arts,EA Salt Lake,,0.6,0.34,,0.2,0.06,2008-10-14, +/games/boxart/full_7735084JapanFrontccc.jpg,Puyo Puyo Sun,SAT,Puzzle,Compile,Compile,,0.6,,0.6,,,1997-02-14, +/games/boxart/9131941ccc.jpg,Backyard Wrestling: Don't Try This at Home,PS2,Fighting,Eidos Interactive,Paradox Development,6,0.6,0.3,,0.23,0.08,2003-10-07, +/games/boxart/3012058ccc.jpg,Fight Night Round 2,XB,Fighting,EA Sports,EA Sports,,0.6,0.42,,0.16,0.02,2005-02-28, +/games/boxart/full_fighters-uncaged_5AmericaFront.jpg,Fighters Uncaged,X360,Fighting,Ubisoft,AMA Studios,3.2,0.6,0.31,,0.23,0.06,2010-11-04, +/games/boxart/full_1897913JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle 2,PS,Fighting,Bandai,Bandai,,0.6,,0.56,,0.04,2002-03-20, +/games/boxart/full_4536234AmericaFrontccc.jpg,Gravity Rush,PSV,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,,0.6,0.21,0.09,0.2,0.1,2012-06-12,2018-04-20 +/games/boxart/full_6235034AmericaFrontccc.jpg,L.A. Noire,PS4,Adventure,Rockstar Games,Team Bondi,,0.6,0.18,,0.32,0.1,2017-11-14,2018-06-19 +/games/boxart/5104760ccc.jpg,The Golden Compass,DS,Adventure,Sega,Shiny Entertainment,,0.6,0.28,,0.25,0.06,2007-12-04, +/games/boxart/3281980ccc.jpg,The Golden Compass,Wii,Adventure,Sega,Shiny Entertainment,,0.6,0.26,,0.28,0.07,2007-12-04, +/games/boxart/full_7775921AmericaFrontccc.jpg,Xena: Warrior Princess,PS,Adventure,Electronic Arts,VU Games,,0.6,0.33,,0.23,0.04,1999-09-30, +/games/boxart/1220438ccc.jpg,Rayman Arena,PS2,Racing,Ubisoft,Ubisoft,6.7,0.6,0.29,,0.23,0.08,2002-09-24, +/games/boxart/full_1954882AmericaFrontccc.jpg,New Play Control! Donkey Kong Jungle Beat,Wii,Platform,Nintendo,Nintendo EAD Tokyo,,0.6,0.23,0.14,0.17,0.05,2009-05-04, +/games/boxart/full_8659765AmericaFrontccc.jpg,Disney TH!NK Fast: The Ultimate Trivia Showdown,Wii,Misc,Disney Interactive Studios,Magenta Software,,0.6,0.37,0.01,0.16,0.06,2008-10-21, +/games/boxart/full_1447043AmericaFrontccc.jpg,Secret Agent Clank,PS2,Platform,Sony Computer Entertainment,Sanzaru Games,7,0.6,0.13,,0.18,0.29,2009-05-26, +/games/boxart/full_9678480AmericaFrontccc.jpg,Split/Second,X360,Racing,Disney Interactive Studios,Black Rock Studio,8.4,0.6,0.32,,0.23,0.06,2010-05-18, +/games/boxart/full_7824105AmericaFrontccc.jpg,Mickey's Speedway USA,N64,Racing,Nintendo,Rare Ltd.,,0.6,0.37,0.14,0.08,0.01,2000-11-13, +/games/boxart/full_2468924AmericaFrontccc.jpg,NASCAR Heat 2002,PS2,Racing,Infogrames,Monster Games Inc.,,0.6,0.29,,0.23,0.08,2001-06-18, +/games/boxart/full_8981935AmericaFrontccc.jpg,PGR3 - Project Gotham Racing 3,X360,Racing,Microsoft Game Studios,Bizarre Creations,8.8,0.6,0.49,0.03,0.03,0.05,2005-11-16, +/games/boxart/full_914385AmericaFrontccc.jpg,Just Dance 2016,WiiU,Music,Ubisoft,Ubisoft Paris,,0.6,0.29,,0.25,0.05,2015-10-20,2018-04-05 +/games/boxart/full_monhun-nikki-poka-poka-ailu-mura_1JapanFront.jpg,MonHun Nikki: Poka Poka Ailu Mura,PSP,Role-Playing,Capcom,From Software,,0.6,,0.6,,,2010-08-26, +/games/boxart/5687529ccc.jpg,Suikoden,PS,Role-Playing,Konami,Konami,8.2,0.6,0.21,0.21,0.14,0.04,1996-12-01, +/games/boxart/3210066ccc.jpg,Major League Baseball 2K7,PS2,Sports,2K Sports,Kush Games,,0.6,0.29,,0.23,0.08,2007-02-26, +/games/boxart/full_8993831AmericaFrontccc.jpg,Jaws Unleashed,PS2,Action,Majesco,Appaloosa Interactive,,0.6,0.5,,0.02,0.08,2006-05-23, +/games/boxart/full_international-superstar-soccer-98-us-sales_241AmericaFront.jpg,International Superstar Soccer '98,N64,Action,Konami,Konami,,0.6,0.06,0.21,0.3,0.03,1998-09-15,2018-09-24 +/games/boxart/6835355ccc.jpg,Transformers: The Game,X360,Action,Activision,Traveller's Tales,5.2,0.6,0.51,,0.04,0.05,2007-06-26, +/games/boxart/full_3163444JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen α,PS2,Strategy,Banpresto,Banpresto,,0.6,,0.6,,,2003-03-27, +/games/boxart/6277337ccc.jpg,Wave Race: Blue Storm,GC,Racing,Nintendo,Nintendo Software Technology Corporation,8.4,0.6,0.4,0.09,0.1,0.02,2001-11-17, +/games/boxart/full_8537910AmericaFrontccc.jpg,International Superstar Soccer 64,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.6,0.09,0.23,0.26,0.02,1997-07-31, +/games/boxart/full_3602419AmericaFrontccc.jpg,NHL 17,XOne,Sports,EA Sports,EA Canada,,0.6,0.52,,0.01,0.06,2016-09-13, +/games/boxart/full_8526446AmericaFrontccc.jpg,Monster Trucks,GBA,Racing,Majesco,Skyworks Technologies,,0.6,0.43,,0.16,0.01,2004-11-16, +/games/boxart/full_646920AmericaFrontccc.jpg,Tony Hawk's Underground,GBA,Sports,Activision,Vicarious Visions,,0.6,0.43,,0.16,0.01,2003-10-27, +/games/boxart/1859794ccc.jpg,NBA 2K8,PS2,Sports,2K Sports,Visual Concepts,,0.6,0.5,,0.02,0.08,2007-10-02, +/games/boxart/2589239ccc.jpg,NBA 2K7,X360,Sports,2K Sports,Visual Concepts,8.4,0.6,0.55,,0,0.05,2006-09-25, +/games/boxart/full_9546002AmericaFrontccc.jpg,Ben 10: Alien Force,PSP,Action,D3 Publisher,Monkey Bar Games,5.2,0.6,0.36,,0.14,0.11,2008-10-28, +/games/boxart/full_3344562AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,X360,Shooter,Ubisoft,Techland,7.6,0.6,0.3,0,0.24,0.06,2009-06-30, +/games/boxart/6054300ccc.gif,Half-Life,PS2,Shooter,Sierra Entertainment,Gearbox Software,8.4,0.6,0.29,,0.23,0.08,2001-11-11, +/games/boxart/3747894ccc.jpg,Beijing 2008,X360,Sports,Sega,Eurocom Entertainment Software,,0.59,0.15,,0.38,0.06,2008-07-08, +/games/boxart/full_kirbys-dream-course_9AmericaFront.jpg,Kirby's Dream Course,SNES,Sports,Nintendo,HAL Laboratory,,0.59,,0.59,,0,1995-02-01, +/games/boxart/full_4868787AmericaFrontccc.jpg,CyberTiger,PS,Sports,Electronic Arts,EA Redwood Shores,,0.59,0.33,,0.22,0.04,1999-09-30, +/games/boxart/3919929ccc.jpg,Waialae Country Club: True Golf Classics,N64,Sports,Nintendo,Tikipod,,0.59,0.48,,0.11,,1998-07-29, +/games/boxart/4771247ccc.jpg,Medal of Honor: Frontline,GC,Shooter,Electronic Arts,EA Los Angeles,8,0.59,0.46,,0.12,0.02,2002-11-10, +/games/boxart/full_9207883AmericaFrontccc.jpg,Dead Space,PC,Shooter,Electronic Arts,EA Redwood Shores,8.8,0.59,,,0.54,0.06,2008-10-20, +/games/boxart/8737081ccc.jpg,Ready 2 Rumble Boxing,N64,Sports,Midway Games,Point of View,7.8,0.59,0.47,,0.11,0.01,1999-10-31, +/games/boxart/full_9001931AmericaFrontccc.jpg,Pro Evolution Soccer 2015,PS3,Sports,Konami Digital Entertainment,PES Productions,,0.59,0.1,0.23,0.2,0.06,2014-11-11,2018-04-14 +/games/boxart/3782273ccc.jpg,Backyard NBA Basketball,PS2,Sports,Atari,Humongous Entertainment,,0.59,0.29,,0.22,0.07,2003-10-21, +/games/boxart/6812297ccc.jpg,Iron Man,Wii,Action,Sega,Secret Level,,0.59,0.3,,0.22,0.06,2008-05-02, +/games/boxart/full_nhl-11_3AmericaFront.jpg,NHL 11,PS3,Sports,EA Sports,EA Canada,8.8,0.59,0.4,,0.13,0.07,2010-09-07, +/games/boxart/full_31049AmericaFrontccc.jpg,NFL Blitz 2001,PS,Sports,Midway Games,Midway Games,,0.59,0.33,,0.22,0.04,2000-09-14, +/games/boxart/full_2715071JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '98 Kaimakuban,PS,Sports,Konami,Diamond Head,,0.59,,0.55,,0.04,1998-07-23, +/games/boxart/1172047ccc.jpg,Extreme-G,N64,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.59,0.47,,0.11,0.01,1997-09-30, +/games/boxart/full_5714934AmericaFrontccc.jpg,Final Fantasy Explorers,3DS,Role-Playing,Square Enix,Square Enix,7.3,0.59,0.17,0.29,0.1,0.03,2016-01-26,2018-01-08 +/games/boxart/full_1624116AmericaFrontccc.jpg,XCOM: Enemy Unknown,PS3,Strategy,2K Games,Firaxis Games,9.1,0.59,0.25,,0.24,0.1,2012-10-09,2018-03-22 +/games/boxart/8941359ccc.jpg,Smurf: Rescue In Gargamel's Castle,2600,Action,Coleco,Coleco,,0.59,0.55,,0.03,0.01,1982-01-01, +/games/boxart/full_assassins-creed-brotherhood_5PALFront.jpg,Assassin's Creed: Brotherhood,PC,Action,Ubisoft,Ubisoft Montreal,8.7,0.59,0.16,,0.34,0.09,2011-03-22, +/games/boxart/full_4591008AmericaFrontccc.jpg,Barbie: Race & Ride,PS,Action,Mattel Interactive,Runecraft,,0.59,0.33,,0.22,0.04,1999-12-01, +/games/boxart/full_7810484AmericaFrontccc.jpg,Naruto: The Broken Bond,X360,Action,Ubisoft,Ubisoft Montreal,7.6,0.59,0.24,,0.28,0.06,2008-11-18, +/games/boxart/full_monopoly_1AmericaFront.jpg,Monopoly,X360,Misc,Electronic Arts,EA Bright Light,,0.59,0.34,,0.2,0.06,2008-10-20, +/games/boxart/full_1982958AmericaFrontccc.jpg,Jampack Fall 2001,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.59,0.33,,0.22,0.04,2001-09-12, +/games/boxart/1566378ccc.jpg,Hot Wheels: Stunt Track Challenge,PS2,Racing,THQ,Climax Group,,0.59,0.29,,0.23,0.08,2004-11-10, +/games/boxart/2109405ccc.jpg,Asphalt: Urban GT,DS,Racing,Ubisoft,Gameloft,5,0.59,0.31,,0.22,0.06,2004-11-17, +/games/boxart/full_9947166AmericaFrontccc.jpg,Blur,X360,Racing,Activision,Bizarre Creations,8.3,0.59,0.25,0,0.27,0.06,2010-05-25, +/games/boxart/full_4364767AmericaFrontccc.jpg,Transformers: War for Cybertron,X360,Action,Activision,High Moon Studios,7.3,0.59,0.39,,0.15,0.05,2010-06-22, +/games/boxart/full_9617643AmericaFrontccc.jpg,Rock Band 2,PS2,Misc,MTV Games,Harmonix Music Systems,7.9,0.59,0.29,,0.23,0.08,2008-11-18, +/games/boxart/9788992ccc.jpg,Spelling Challenges and more!,DS,Misc,Crave Entertainment,Supersonic Software,,0.59,0.54,,0,0.04,2007-09-24, +/games/boxart/full_9829133AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,Wii,Misc,Disney Interactive Studios,Zoe Mode,,0.59,0.32,,0.23,0.04,2009-02-17, +/games/boxart/1586331ccc.jpg,Crash Bandicoot: The Wrath of Cortex,GC,Platform,Universal Interactive,Traveller's Tales,6,0.59,0.46,,0.12,0.02,2002-09-17, +/games/boxart/full_3005225AmericaFrontccc.jpg,Mega Man Anniversary Collection,PS2,Platform,Capcom,Atomic Planet Entertainment,,0.59,0.29,,0.22,0.08,2004-06-22, +/games/boxart/full_rayman-origins_645AmericaFront.jpg,Rayman Origins,PSV,Platform,Ubisoft,UBIart Montpellier,,0.59,0.12,0,0.37,0.1,2012-02-14, +/games/boxart/full_call-of-duty-black-ops_7AmericaFront.jpg,Call of Duty: Black Ops,DS,Shooter,Activision,n-Space,7,0.59,0.5,,0.04,0.04,2010-11-09, +/games/boxart/full_killzone-2-dlc-bundle-pack_299AmericaFront.jpg,Killzone 2: DLC Bundle Pack,PSN,Shooter,Konami Digital Entertainment,Guerrilla Games,,0.59,0.23,0.23,0.1,0.03,2015-09-01, +/games/boxart/full_the-fight-lights-out_9AmericaFront.jpg,The Fight: Lights Out,PS3,Fighting,Sony Computer Entertainment,ColdWood Interactive,4.7,0.59,0.29,,0.21,0.09,2010-11-09, +/games/boxart/full_2283971AmericaFrontccc.jpg,Disney Sing It: Family Hits,Wii,Misc,Disney Interactive Studios,Zoe Mode,,0.59,0.38,,0.17,0.05,2010-08-03, +/games/boxart/full_warioware-diy_8AmericaFront.jpg,WarioWare D.I.Y.,DS,Misc,Nintendo,Intelligent Systems,8.3,0.59,0.17,0.2,0.18,0.04,2010-03-28, +/games/boxart/full_jeopardy_594AmericaFront.jpg,Jeopardy!,Wii,Misc,THQ,"Pipeworks Software, Inc.",,0.59,0.55,,,0.04,2010-11-02, +/games/boxart/full_938813AmericaFrontccc.jpg,Harvest Moon: Friends of Mineral Town,GBA,Simulation,Natsume,TOSE Software,7.6,0.59,0.34,0.11,0.13,0.01,2003-11-17, +/games/boxart/full_alice-madness-returns_955AmericaFront.jpg,Alice: Madness Returns,PS3,Adventure,Electronic Arts,Spicy Horse,6.7,0.59,0.22,0.04,0.24,0.08,2011-06-14, +/games/boxart/full_9091910AmericaFrontccc.jpg,Silent Hill: Shattered Memories,PS2,Adventure,Konami,Climax Group,8,0.59,0.13,0.01,0.22,0.23,2010-01-19, +/games/boxart/full_2353383AmericaFrontccc.jpg,Hidden Agenda,PS4,Adventure,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.59,0.08,,0.42,0.09,2017-10-24,2018-09-24 +/games/boxart/full_soulcalibur-v_805AmericaFront.jpg,SoulCalibur V,X360,Fighting,Namco Bandai,Project Soul,,0.59,0.39,0.02,0.13,0.05,2012-01-31, +/games/boxart/full_4679291AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,PS3,Action-Adventure,Konami Digital Entertainment,Kojima Productions,8.5,0.59,0.13,0.28,0.13,0.05,2014-03-18,2018-03-22 +/games/boxart/full_8777429AmericaFrontccc.jpg,Skylanders: SuperChargers,WiiU,Action-Adventure,Activision,Vicarious Visions,8,0.59,0.32,,0.22,0.05,2015-09-20,2018-04-06 +/games/boxart/full_4221840AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,PS3,Shooter,Square Enix,IO Interactive,6.3,0.59,0.17,0.05,0.28,0.1,2010-08-17, +/games/boxart/full_4144694AmericaFrontccc.jpg,Titanfall,PC,Shooter,Electronic Arts,Respawn Entertainment,,0.59,0.24,,0.31,0.05,2014-03-11,2018-01-12 +/games/boxart/full_mlb-11-the-show_171AmericaFront.jpg,MLB 11: The Show,PS3,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.9,0.59,0.55,,,0.05,2011-03-08, +/games/boxart/full_6426612AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,PSP,Adventure,LucasArts,Traveller's Tales,5.2,0.59,0.21,,0.24,0.14,2009-11-17, +/games/boxart/801438ccc.jpg,Dead or Alive Xtreme Beach Volleyball,XB,Sports,Tecmo,Team Ninja,6.6,0.59,0.36,0.14,0.08,0.02,2003-01-22, +/games/boxart/full_2326979AmericaFrontccc.jpg,Madden NFL 06,X360,Sports,EA Sports,EA Tiburon,7.7,0.59,0.54,0.01,0,0.03,2005-11-16, +/games/boxart/full_hot-shots-golf-world-invitational_47AmericaFront.jpg,Hot Shots Golf: World Invitational,PSV,Sports,Sony Computer Entertainment,Clap Hanz,,0.59,0.15,0.26,0.12,0.06,2012-02-15,2018-09-23 +/games/boxart/9469681ccc.jpg,MVP Baseball 2004,XB,Sports,EA Sports,EA Sports,,0.59,0.44,,0.13,0.02,2004-03-09, +/games/boxart/9583397ccc.jpg,BurgerTime,2600,Puzzle,Mattel Interactive,Mattel,,0.59,0.55,,0.03,0.01,1982-01-01, +/games/boxart/4818556ccc.jpg,Pokémon Trozei!,DS,Puzzle,Nintendo,Genius Sonority Inc.,,0.59,0.25,0.31,0,0.02,2006-03-06, +/games/boxart/9573183ccc.jpg,2002 FIFA World Cup,PS2,Sports,EA Sports,EA Canada,7.9,0.59,0.21,0.16,0.17,0.06,2002-04-22, +/games/boxart/full_nhl-12_259AmericaFront.jpg,NHL 12,PS3,Sports,EA Sports,EA Canada,8.6,0.58,0.36,,0.16,0.07,2011-09-13, +/games/boxart/full_cabelas-dangerous-hunts-2011_3AmericaFront.jpg,Cabela's Dangerous Hunts 2011,Wii,Sports,Activision,Cauldron,,0.58,0.53,,0.02,0.04,2010-10-26, +/games/boxart/full_1279007AmericaFrontccc.jpg,Sammy Sosa High Heat Baseball 2001,PS,Sports,3DO,Team .366,,0.58,0.32,,0.22,0.04,2000-02-29, +/games/boxart/full_4475313AmericaFrontccc.jpg,World Cup 98,N64,Sports,EA Sports,EA Canada,,0.58,0.14,,0.4,0.04,1998-05-18, +/games/boxart/8103855ccc.jpg,Tony Hawk's Pro Skater 4,GC,Sports,Activision,Neversoft Entertainment,9.2,0.58,0.45,,0.12,0.02,2002-10-23, +/games/boxart/full_2207606AmericaFrontccc.jpg,Disney Magic World 2,3DS,Simulation,Nintendo,High Horse Entertainment,7.5,0.58,0.07,0.23,0.25,0.02,2016-10-14,2018-01-08 +/games/boxart/full_8351808AmericaFrontccc.jpg,Farming Simulator 19,PC,Simulation,Focus Home Interactive,Giants Software,,0.58,,,0.55,0.03,2018-11-20,2018-12-19 +/games/boxart/880814ccc.jpg,Q*bert,2600,Puzzle,Parker Bros.,Gottlieb,,0.58,0.55,,0.03,0.01,1983-01-01, +/games/boxart/8132919ccc.jpg,NCAA Football 09,PS3,Sports,EA Sports,EA Tiburon,,0.58,0.54,,,0.05,2008-07-15, +/games/boxart/full_6762668AmericaFrontccc.jpg,Skate it,Wii,Sports,Electronic Arts,EA Montreal,6.6,0.58,0.5,,0.03,0.04,2008-11-19, +/games/boxart/full_4429615AmericaFrontccc.jpg,Call of Duty: Modern Warfare Remastered,PS4,Shooter,Activision,Infinity Ward,7.9,0.58,0.17,0.03,0.3,0.09,2017-06-27,2018-01-14 +/games/boxart/9923365ccc.jpg,Prince of Persia: The Two Thrones,XB,Adventure,Ubisoft,Ubisoft Montreal,,0.58,0.33,,0.22,0.03,2005-12-01, +/games/boxart/full_9853926AmericaFrontccc.jpg,Shrek 2: Beg for Mercy,GBA,Adventure,Activision,Vicarious Visions,,0.58,0.42,,0.15,0.01,2004-10-27, +/games/boxart/full_8583921AmericaFrontccc.jpg,Terminator 3: Rise of the Machines,PS2,Action,Atari,Black Ops Entertainment,,0.58,0.28,,0.22,0.07,2003-11-11, +/games/boxart/full_2105732AmericaFrontccc.jpg,Doom 3 BFG Edition,PS3,Misc,Bethesda Softworks,Unknown,6.8,0.58,0.26,,0.22,0.1,2012-10-16, +/games/boxart/full_5015689AmericaFrontccc.jpg,NASCAR: Dirt to Daytona,PS2,Racing,Infogrames,Monster Games Inc.,,0.58,0.28,,0.22,0.07,2002-11-11, +/games/boxart/full_1680609PALFrontccc.jpg,F1 2013,PS3,Racing,Codemasters,Codemasters Birmingham,7.7,0.58,0.01,0.03,0.47,0.08,2013-10-08,2018-05-24 +/games/boxart/full_2370672AmericaFrontccc.jpg,Championship Motocross featuring Ricky Carmichael,PS,Racing,THQ,Funcom,7.5,0.58,0.32,,0.22,0.04,1999-09-15, +/games/boxart/full_4032517AmericaFrontccc.jpg,NFL Blitz 2000,N64,Sports,Midway Games,Avalanche Software,,0.58,0.55,,0.02,0,1999-08-17, +/games/boxart/7731939ccc.jpg,Madden NFL 2002,XB,Sports,EA Sports,EA Sports,,0.58,0.53,,0.02,0.03,2001-10-29, +/games/boxart/full_3864128AmericaFrontccc.jpg,NCAA Football 10,PS2,Sports,EA Sports,EA Tiburon,8,0.58,0.28,,0.22,0.07,2009-07-14, +/games/boxart/full_game-party-in-motion_1AmericaFront.jpg,Game Party in Motion,X360,Misc,Warner Bros. Interactive,FarSight Studios,,0.58,0.36,,0.17,0.05,2010-11-18, +/games/boxart/full_5599534AmericaFrontccc.jpg,Guitar Hero: Smash Hits,Wii,Misc,Activision,Neversoft Entertainment,7.5,0.58,0.31,,0.21,0.06,2009-06-16, +/games/boxart/full_5389087AmericaFrontccc.jpg,My Secret World by Imagine,DS,Misc,Ubisoft,Ubisoft Milan,,0.58,0.38,,0.19,0.01,2008-09-16, +/games/boxart/full_1945569AmericaFrontccc.jpg,Payday 2,X360,Shooter,505 Games,Overkill Software,,0.58,0.33,,0.2,0.05,2013-08-13,2018-01-08 +/games/boxart/full_deus-ex-human-revolution_61AmericaFront.jpg,Deus Ex: Human Revolution,PC,Shooter,Square Enix,Eidos Montreal,8.7,0.58,0.25,,0.26,0.08,2011-08-23, +/games/boxart/full_7007928AmericaFrontccc.jpg,Unreal Tournament,PS2,Shooter,Infogrames,Epic Games,,0.58,0.28,,0.22,0.07,2000-10-21, +/games/boxart/1702879ccc.jpg,Contra: Shattered Soldier,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,7.3,0.58,0.28,,0.22,0.07,2002-10-22, +/games/boxart/full_9671521AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,X360,Racing,Sega,Sumo Digital,,0.58,0.2,,0.34,0.05,2012-11-18,2018-12-03 +/games/boxart/full_3855340AmericaFrontccc.png,LEGO Worlds,NS,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,5,0.58,0.21,0,0.33,0.04,2017-09-05,2018-02-25 +/games/boxart/2794669ccc.jpg,Gex: Enter The Gecko,PS,Platform,Midway Games,Crystal Dynamics,,0.58,0.32,,0.22,0.04,1998-01-31, +/games/boxart/full_2403456AmericaFrontccc.jpg,FIFA: Road to World Cup 98,N64,Sports,EA Sports,EA Canada,,0.58,0.15,,0.39,0.03,1997-11-30, +/games/boxart/full_6021853JapanFrontccc.jpg,Dragon Ball Z: Chou Saiya Densetsu,SNES,Role-Playing,Bandai,TOSE,,0.58,,0.58,,,1992-01-25, +/games/boxart/full_disgaea-4-a-promise-unforgotten_709AmericaFront.jpg,Disgaea 4: A Promise Unforgotten,PS3,Role-Playing,NIS America,Nippon Ichi Software,7.9,0.58,0.27,0.14,0.11,0.06,2011-09-06, +/games/boxart/full_2763474AmericaFrontccc.jpg,Diablo,PS,Role-Playing,Electronic Arts,Climax Group,8.3,0.58,0.29,0.07,0.19,0.04,1998-01-01, +/games/boxart/9099953ccc.jpg,The Lord of the Rings: The Third Age,PS2,Role-Playing,Electronic Arts,EA Redwood Shores,,0.58,0.49,,0.02,0.08,2004-11-02, +/games/boxart/full_final-fantasy-the-4-heroes-of-light_1AmericaFront.jpg,Final Fantasy: The 4 Heroes of Light,DS,Role-Playing,Square Enix,Matrix Software,7.2,0.58,0.22,0.23,0.1,0.03,2010-10-05, +/games/boxart/full_8881584AmericaFrontccc.jpg,Kirby and the Rainbow Curse,WiiU,Platform,Nintendo,HAL Laboratory,8.2,0.58,0.26,0.13,0.14,0.04,2015-02-20,2018-03-20 +/games/boxart/9139606ccc.jpg,Mega Man X7,PS2,Platform,Capcom,Capcom,,0.58,0.22,0.14,0.17,0.06,2003-10-14, +/games/boxart/5208ccc.jpg,Lost: Via Domus,X360,Action,Ubisoft,Ubisoft Montreal,,0.58,0.18,,0.34,0.07,2008-02-26, +/games/boxart/full_3297804AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,PS3,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,0.58,0.22,0.01,0.26,0.09,2014-11-18,2018-05-04 +/games/boxart/full_phineas-and-ferb-across-the-2nd-dimension_396AmericaFront.jpg,Phineas and Ferb: Across the 2nd Dimension,Wii,Action,Disney Interactive Studios,High Impact Games,,0.58,0.35,,0.18,0.05,2011-08-02, +/games/boxart/default.jpg,DEFIANCE,X360,Action,Trion Worlds,Trion Worlds,,0.58,0.38,,0.14,0.05,2013-04-02, +/games/boxart/full_4891086AmericaFrontccc.jpg,Kinect Rush: A Disney Pixar Adventure,X360,Platform,Microsoft Studios,Asobo Studio,,0.58,0.38,,0.15,0.06,2012-03-20,2018-09-28 +/games/boxart/full_9689123AmericaFrontccc.jpg,Sly Cooper: Thieves in Time,PS3,Platform,Sony Computer Entertainment,Sanzaru Games,,0.58,0.35,,0.13,0.1,2013-02-05,2018-04-12 +/games/boxart/full_2435713AmericaFrontccc.jpg,Go Diego Go! Great Dinosaur Rescue,Wii,Action,2K Play,High Voltage Software,,0.58,0.52,,0.02,0.04,2008-10-27, +/games/boxart/7462190ccc.jpg,Tenchu 2: Birth of the Stealth Assassins,PS,Action,Activision,Acquire,8.5,0.58,0.32,,0.22,0.04,2000-08-07, +/games/boxart/full_2703170AmericaFrontccc.jpg,SpongeBob SquarePants Featuring Nicktoons: Globs of Doom,PS2,Action,THQ,Incinerator Studios,,0.58,0.29,,0.22,0.07,2008-10-20, +/games/boxart/7968658ccc.jpg,TMNT,X360,Action,Ubisoft,Ubisoft Montreal,,0.58,0.5,,0.03,0.05,2007-03-20, +/games/boxart/full_8511610AmericaFrontccc.jpg,Tom Clancy's HAWX,X360,Action,Ubisoft,Ubisoft Romania,6.9,0.58,0.31,0.02,0.19,0.06,2009-03-03, +/games/boxart/full_8723704AmericaFrontccc.jpg,Dragon Quest Builders: Revive Alefgard,PS4,Role-Playing,Square Enix,Square Enix,,0.58,0.12,0.24,0.17,0.06,2016-10-11,2018-01-11 +/games/boxart/full_2299007AmericaFrontccc.jpg,Digimon World 2,PS,Role-Playing,Bandai,Bandai,,0.58,0.23,0.16,0.16,0.04,2001-05-19, +/games/boxart/full_pro-evolution-soccer-2012_914AmericaFront.jpg,Pro Evolution Soccer 2012,PSP,Sports,Konami,Konami,,0.58,0.11,0.29,0.12,0.07,2011-11-08, +/games/boxart/full_9608233AmericaFrontccc.jpg,FIFA Soccer 10,DS,Sports,EA Sports,Exient Entertainment,,0.58,0.14,,0.37,0.07,2009-10-20, +/games/boxart/full_7119122AmericaFrontccc.jpg,Skylanders: Spyro's Adventure,3DS,Action,Activision,Toys for Bob,,0.58,0.33,,0.2,0.05,2011-10-16, +/games/boxart/4553823ccc.jpg,NHL 06,PS2,Sports,EA Sports,EA Canada,,0.58,0.48,,0.02,0.08,2005-09-06, +/games/boxart/full_2188765AmericaFrontccc.jpg,Top Spin 3,Wii,Sports,2K Sports,Pam Development,,0.58,0.15,,0.37,0.07,2008-06-23, +/games/boxart/7100627ccc.jpg,Transformers: The Game,Wii,Action,Activision,Traveller's Tales,,0.58,0.5,,0.03,0.05,2007-06-26, +/games/boxart/full_9700746AmericaFrontccc.jpg,International Superstar Soccer '98,N64,Sports,Konami,Konami Computer Entertainment Osaka,9.1,0.58,0.06,0.19,0.3,0.03,1998-09-15, +/games/boxart/full_6749963JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,PS,Simulation,Konami,Konami,,0.58,,0.55,,0.04,1995-10-13, +/games/boxart/full_4503971AmericaFrontccc.jpg,Ben 10: Alien Force,PS2,Action,D3 Publisher,Monkey Bar Games,,0.57,0.22,,0.02,0.33,2008-10-28, +/games/boxart/5765415ccc.jpg,Iron Man,X360,Action,Sega,Secret Level,,0.57,0.27,,0.24,0.06,2008-05-02, +/games/boxart/full_8627744AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.57,0.16,,0.32,0.09,2017-09-22,2018-05-29 +/games/boxart/full_2228599JapanFrontccc.png,Yokai Sangokushi,3DS,Action,Level 5,Level 5,,0.57,,0.57,,,2016-04-02,2018-01-08 +/games/boxart/6162993ccc.jpg,Blacksite: Area 51,X360,Shooter,Midway Games,Midway Studios Austin,6.3,0.57,0.29,,0.23,0.06,2007-11-12, +/games/boxart/full_1780604AmericaFrontccc.png,NHL 18,PS4,Sports,EA Sports,EA Canada,,0.57,0.31,,0.16,0.1,2017-09-15, +/games/boxart/full_2891680AmericaFrontccc.jpg,Tony Hawk's Pro Skater 4,GBA,Sports,Activision,Vicarious Visions,,0.57,0.41,,0.15,0.01,2002-10-28, +/games/boxart/full_zumba-fitness_8AmericaFront.jpg,Zumba Fitness,PS3,Sports,Majesco,"Pipeworks Software, Inc.",,0.57,0.28,,0.21,0.07,2010-11-18, +/games/boxart/full_tony-hawk-shred_2AmericaFront.jpg,Tony Hawk: Shred,Wii,Sports,Activision,Buzz Monkey Software,,0.57,0.41,,0.11,0.04,2010-10-26, +/games/boxart/full_6220594AmericaFrontccc.jpg,FIFA 15,Wii,Sports,EA Sports,EA Canada,,0.57,0.15,,0.37,0.04,2014-09-23,2018-03-23 +/games/boxart/full_1272810AmericaFrontccc.jpg,NHL 14,PS3,Sports,EA Sports,EA Canada,,0.57,0.28,,0.19,0.1,2013-09-10,2018-09-23 +/games/boxart/7010822ccc.jpg,Tomb Raider: Anniversary,PSP,Action,Eidos Interactive,Crystal Dynamics,7.7,0.57,0.21,,0.23,0.13,2007-08-09, +/games/boxart/full_1427234AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.57,0.32,,0.2,0.05,2017-11-14,2018-02-11 +/games/boxart/full_3214646JapanFrontccc.jpg,SD Gundam G Generation Neo,PS2,Strategy,Bandai,Bandai,,0.57,,0.57,,,2002-11-28, +/games/boxart/full_5406757AmericaFrontccc.jpg,StarCraft II: Legacy of the Void,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,8.8,0.57,0.23,,0.3,0.05,2015-11-10,2018-06-25 +/games/boxart/full_2052506JapanFrontccc.jpg,Mobile Suit Gundam: Giren no Yabou- Zeon no Keifu,PS,Strategy,Bandai,Bandai,,0.57,,0.54,,0.04,2000-02-10, +/games/boxart/7390416ccc.jpg,Theme Park,PS,Strategy,Electronic Arts,Bullfrog Productions,,0.57,0.24,0.13,0.16,0.04,1995-01-01, +/games/boxart/full_9356753AmericaFrontccc.jpg,Rock Band 4,PS4,Music,Harmonix Music Systems,Harmonix Music Systems,,0.57,0.41,,0.06,0.1,2015-10-06,2018-05-23 +/games/boxart/full_6549949AmericaFrontccc.jpg,Wreckless: ThE YaKuza MisSiOns,XB,Racing,Activision,Bunkasha Publishing,,0.57,0.42,0.02,0.11,0.02,2002-02-04, +/games/boxart/full_disney-universe_588AmericaFront.jpg,Disney Universe,X360,Action,Disney Interactive Studios,Disney Interactive Studios,6.7,0.57,0.37,,0.14,0.05,2011-10-25, +/games/boxart/full_7607494AmericaFrontccc.jpg,Resident Evil: Revelations 2,PS4,Action,Capcom,Capcom,,0.57,0.14,0.11,0.25,0.07,2015-02-24,2018-04-15 +/games/boxart/6704904ccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,XB,Platform,THQ,Heavy Iron Studios,6.7,0.57,0.45,,0.1,0.02,2003-10-31, +/games/boxart/full_918946AmericaFrontccc.jpg,Spider-Man 3,X360,Platform,Activision,Treyarch,6,0.57,0.49,,0.04,0.04,2007-05-04, +/games/boxart/full_5554467PALFrontccc.jpg,Lego Marvel Super Heroes: Universe in Peril,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.57,0.11,,0.33,0.13,2014-01-01,2018-01-04 +/games/boxart/4860836ccc.jpg,Spyro Orange: The Cortex Conspiracy,GBA,Action,Vivendi Games,Vicarious Visions,,0.57,0.41,,0.15,0.01,2004-06-03, +/games/boxart/4303513ccc.jpg,Beyond The Beyond,PS,Role-Playing,Sony Computer Entertainment,Camelot Software Planning,4.8,0.57,0.11,0.35,0.08,0.04,1996-08-31, +/games/boxart/default.jpg,Mega Man Star Force 2: Zerker x Ninja / Saurian,DS,Role-Playing,Capcom,Capcom,,0.57,0.24,0.31,0,0.02,2008-06-24, +/games/boxart/full_3928257AmericaFrontccc.jpg,Dynasty Warriors 5: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.57,0.11,0.35,0.08,0.03,2005-11-16, +/games/boxart/4213179ccc.jpg,Hasbro Family Game Night,PS2,Misc,Electronic Arts,EA Bright Light,,0.57,0.28,,0.22,0.07,2008-11-11, +/games/boxart/full_rock-band-3_9AmericaFront.jpg,Rock Band 3,PS3,Misc,MTV Games,Harmonix Music Systems,9.2,0.57,0.43,,0.09,0.06,2010-10-26, +/games/boxart/7844275ccc.jpg,Jampack Summer 2002,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.57,0.28,,0.22,0.07,2002-05-28, +/games/boxart/full_2144602AmericaFrontccc.jpg,Trivial Pursuit,Wii,Misc,Electronic Arts,Adrenalin Interactive,7.3,0.57,0.2,,0.3,0.06,2009-03-10, +/games/boxart/full_2821090AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,Wii,Platform,Vivendi Games,Etranges Libellules,,0.57,0.34,,0.17,0.05,2008-10-21, +/games/boxart/full_7160726AmericaFrontccc.jpg,Far Cry Instincts,XB,Shooter,Ubisoft,Ubisoft Montreal,,0.57,0.32,,0.24,0.02,2005-09-27, +/games/boxart/3323825ccc.jpg,Blood Wake,XB,Shooter,Microsoft,Stormfront Studios,,0.57,0.43,,0.12,0.02,2001-12-25, +/games/boxart/full_5320421AmericaFrontccc.jpg,XIII,PS2,Shooter,Ubisoft,Ubisoft Paris,,0.57,0.28,,0.22,0.07,2003-11-18, +/games/boxart/9253279ccc.jpg,Madden NFL 06,GC,Sports,EA Sports,EA Tiburon,8.7,0.57,0.44,,0.11,0.02,2005-08-08, +/games/boxart/full_5611302AmericaFrontccc.jpg,London 2012: The Official Video Game of the Olympic Games,X360,Sports,Sega,Sega Studios Australia,5.5,0.57,0.07,,0.44,0.06,2012-06-26, +/games/boxart/full_4920249AmericaFrontccc.jpg,NHL 10,PS3,Sports,EA Sports,EA Canada,9.1,0.57,0.38,,0.12,0.07,2009-09-15, +/games/boxart/484514ccc.jpg,Bob the Builder: Can We Fix It?,PS,Action,THQ,Steel Monkeys,,0.57,0.31,,0.21,0.04,2001-08-31, +/games/boxart/full_6027090JapanFrontccc.jpg,Nazo no Murasame-Jou (FDS),NES,Action,Nintendo,Nintendo EAD,,0.57,,0.57,,,1986-04-14, +/games/boxart/full_1581832AmericaFrontccc.jpg,ATV Offroad Fury: Blazin' Trails,PSP,Racing,Sony Computer Entertainment,Climax Group,5.9,0.57,0.53,,0,0.04,2005-04-19, +/games/boxart/1032166ccc.jpg,Bratz 4 Real,DS,Adventure,THQ,THQ,,0.57,0.29,,0.22,0.06,2007-11-05, +/games/boxart/1210128ccc.jpg,SpongeBob SquarePants Featuring Nicktoons: Globs of Doom,DS,Action,THQ,Natsume,,0.57,0.52,,0,0.04,2008-10-20, +/games/boxart/full_3952478AmericaFrontccc.gif,Resident Evil Outbreak File #2,PS2,Action,Capcom,Capcom Production Studio 1,5.8,0.57,0.19,0.17,0.15,0.05,2005-04-26, +/games/boxart/full_2023779AmericaFrontccc.jpg,LEGO Jurassic World,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.57,0.29,0.03,0.2,0.05,2015-06-12,2018-04-06 +/games/boxart/full_5081749AmericaFrontccc.jpg,Starlink: Battle for Atlas,NS,Action-Adventure,Ubisoft,Ubisoft Toronto,7.5,0.57,0.35,,0.17,0.05,2018-10-16,2019-03-22 +/games/boxart/full_7327869AmericaFrontccc.jpg,BlazBlue: Calamity Trigger,PS3,Fighting,Aksys Games,Arc System Works,8.5,0.57,0.36,0.06,0.1,0.06,2009-06-30, +/games/boxart/full_86372AmericaFrontccc.jpg,Ultra Street Fighter II: The Final Challengers,NS,Fighting,Capcom,Capcom,7,0.57,0.22,0.09,0.22,0.04,2017-05-26,2018-01-04 +/games/boxart/full_254138AmericaFrontccc.jpg,Rapala: We Fish,Wii,Sports,Activision,FUN Labs,,0.57,0.52,,0.02,0.04,2009-09-22, +/games/boxart/full_1540446AmericaFrontccc.jpg,Top Spin 3,PS3,Sports,2K Sports,Pam Development,7.8,0.57,0.08,0,0.37,0.12,2008-06-23, +/games/boxart/full_3706417AmericaFrontccc.jpg,Up,Wii,Adventure,THQ,THQ,,0.57,0.22,,0.29,0.06,2009-05-26, +/games/boxart/full_3250454AmericaFrontccc.jpg,Petz Dogz 2,Wii,Simulation,Ubisoft,Yuke's Media Creations,,0.57,0.52,,0.01,0.04,2007-11-14, +/games/boxart/full_harvest-moon-the-tale-of-two-towns_448AmericaFront.jpg,Harvest Moon: The Tale of Two Towns,DS,Simulation,Natsume,Marvelous Interactive,6.3,0.57,0.27,0.22,0.06,0.03,2011-09-20, +/games/boxart/full_7930619AmericaFrontccc.jpg,Harvest Moon: Sunshine Islands,DS,Simulation,Natsume,Marvelous Interactive,9,0.57,0.35,0.17,0.03,0.03,2009-11-10, +/games/boxart/full_3006771AmericaFrontccc.jpg,The Sims 3: World Adventures,PC,Simulation,Electronic Arts,EA Redwood Shores,8.2,0.57,0.02,,0.18,0.37,2009-11-16, +/games/boxart/full_2905669AmericaFrontccc.jpg,Super Bomberman,SNES,Puzzle,Hudson Soft,Produce!,,0.57,,0.57,,0,1993-01-01, +/games/boxart/981068ccc.jpg,NBA Hangtime,N64,Sports,Midway Games,Fun Com,,0.57,0.48,,0.08,0,1997-01-17, +/games/boxart/full_5884930AmericaFrontccc.jpg,WWE 2K17,XOne,Sports,2K Games,Yuke's,,0.57,0.26,,0.26,0.05,2016-10-11,2018-04-05 +/games/boxart/full_2838616AmericaFrontccc.jpg,FIFA World Cup Germany 2006,PS2,Sports,EA Sports,EA Canada,7.9,0.57,0.47,,0.02,0.08,2006-04-24, +/games/boxart/full_warhammer-40000-space-marine_522AmericaFront.jpg,"Warhammer 40,000: Space Marine",X360,Shooter,THQ,Relic Entertainment,7.3,0.56,0.25,,0.26,0.06,2011-09-06, +/games/boxart/3374520ccc.jpg,Battlefield 2: Modern Combat,XB,Shooter,Electronic Arts,Digtal Illusions,7.5,0.56,0.39,,0.15,0.02,2005-10-24, +/games/boxart/359425ccc.jpg,The Lord of the Rings: The Return of the King,GBA,Role-Playing,Electronic Arts,Griptonite Games,7.4,0.56,0.4,,0.15,0.01,2003-11-05, +/games/boxart/full_4595645AmericaFrontccc.jpg,Xenoblade Chronicles,3DS,Role-Playing,Nintendo,Monolith Soft,8.6,0.56,0.24,0.13,0.15,0.04,2015-04-10,2018-01-15 +/games/boxart/full_3631002AmericaFrontccc.jpg,Hamtaro: Ham-Hams Unite!,GBC,Role-Playing,Nintendo,Shogakukan,,0.56,,0.56,,0,2002-10-28,2018-01-06 +/games/boxart/975865ccc.jpg,WWE Raw 2,XB,Fighting,THQ,"Anchor, Inc.",,0.56,0.43,,0.11,0.02,2003-09-16, +/games/boxart/3689318ccc.jpg,Fatal Fury Special,SNES,Fighting,Takara,Takara,,0.56,,0.56,,,1995-04-01, +/games/boxart/full_6983740AmericaFrontccc.jpg,Harry Potter Collection,PS2,Misc,Electronic Arts,Electronic Arts,,0.56,0.28,,0.21,0.07,2007-10-23, +/games/boxart/full_2748637AmericaFrontccc.jpg,Yu-Gi-Oh! World Championship Tournament 2004,GBA,Misc,Konami,KCEJ,,0.56,0.4,,0.15,0.01,2004-02-10, +/games/boxart/full_8774649AmericaFrontccc.jpg,Soul Sacrifice,PSV,Misc,Sony Computer Entertainment,Marvelous Entertainment,,0.56,0.15,0.22,0.11,0.08,2013-04-30,2018-01-02 +/games/boxart/full_4216791AmericaFrontccc.jpg,LEGO Rock Band,X360,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,7.3,0.56,0.4,,0.11,0.05,2009-11-03, +/games/boxart/full_3419688AmericaFrontccc.jpg,ESPN NFL Football,PS2,Sports,Sega,Visual Concepts,,0.56,0.27,,0.21,0.07,2003-09-03, +/games/boxart/full_7339928AmericaFrontccc.jpg,Major League Baseball 2K5,XB,Sports,2K Sports,Kush Games,,0.56,0.52,,0.02,0.02,2005-02-23, +/games/boxart/full_2774914AmericaFrontccc.jpg,NCAA Football 07,XB,Sports,EA Sports,EA Sports,8.8,0.56,0.42,,0.12,0.01,2006-07-18, +/games/boxart/full_5040004AmericaFrontccc.jpg,Bolt,Wii,Adventure,Disney Interactive Studios,Avalanche Software,,0.56,0.19,,0.31,0.06,2008-11-18, +/games/boxart/full_7375924AmericaFrontccc.jpg,Yu-Gi-Oh! Reshef of Destruction,GBA,Strategy,Konami,Konami,,0.56,0.4,,0.15,0.01,2004-06-29, +/games/boxart/full_final-fantasy-iv-the-complete-collection_637AmericaFront.jpg,Final Fantasy IV: The Complete Collection,PSP,Role-Playing,Square Enix,Matrix Software,8,0.56,0.13,0.27,0.09,0.06,2011-04-19, +/games/boxart/1738805ccc.jpg,Fullmetal Alchemist and the Broken Angel,PS2,Role-Playing,Square Enix,Racjin,,0.56,0.15,0.26,0.12,0.04,2005-01-18, +/games/boxart/full_7326764AmericaFrontccc.jpg,Top Spin 3,X360,Sports,2K Sports,Pam Development,8.1,0.56,0.09,,0.4,0.07,2008-06-23, +/games/boxart/3526776ccc.gif,All-Star Baseball 2002,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.56,0.27,,0.21,0.07,2001-03-12, +/games/boxart/full_2554339AmericaFrontccc.jpg,WWE 2K16,PS3,Sports,Take-Two Interactive,Yuke's,,0.56,0.24,,0.23,0.09,2015-10-27,2018-04-11 +/games/boxart/7549191ccc.gif,Dr. Seuss' The Cat in the Hat,PS2,Adventure,VU Games,Magenta Software,,0.56,0.27,,0.21,0.07,2003-11-05, +/games/boxart/779120ccc.jpg,Backyard NFL Football,GBA,Sports,Infogrames,Torus Games,,0.56,0.4,,0.15,0.01,2002-09-25, +/games/boxart/full_3012AmericaFrontccc.jpg,Everybody's Golf,PS4,Sports,Sony Interactive Entertainment,Clap Hanz,8.1,0.56,0.12,0.17,0.22,0.06,2017-08-29,2018-09-23 +/games/boxart/full_9111313AmericaFrontccc.jpg,Tetris Party Deluxe,Wii,Puzzle,Majesco,"Tetris Online, Inc",7.3,0.56,0.33,0.02,0.16,0.05,2010-06-01, +/games/boxart/3107229ccc.jpg,Frontlines: Fuel of War,X360,Shooter,THQ,Kaos Studios,,0.56,0.34,0.01,0.15,0.05,2008-02-25, +/games/boxart/full_1634407AmericaFrontccc.jpg,Jillian Michaels Fitness Ultimatum 2010,Wii,Sports,Majesco,Collision Studios,,0.56,0.51,,0.01,0.04,2009-10-06, +/games/boxart/8389570ccc.jpg,Arena Football,PS2,Sports,EA Sports,EA Tiburon,,0.56,0.28,,0.22,0.07,2006-02-07, +/games/boxart/full_9604911AmericaFrontccc.jpg,Wolfenstein,X360,Shooter,Activision,Raven Software,7.3,0.56,0.28,,0.22,0.06,2009-08-18, +/games/boxart/full_3895260AmericaFrontccc.jpg,DOOM VFR,PS4,Shooter,Bethesda Softworks,id Software,,0.56,0.22,,0.25,0.09,2017-12-01,2018-01-01 +/games/boxart/2148568ccc.gif,Soldier of Fortune: Gold Edition,PS2,Shooter,Majesco,Pipe Dream Interactive,,0.56,0.27,,0.21,0.07,2001-11-11, +/games/boxart/full_4460843AmericaFrontccc.jpg,Mega Man X2,SNES,Platform,Capcom,Capcom,,0.56,0.09,0.45,0.02,0,1994-01-01, +/games/boxart/9792343ccc.jpg,Blinx: The Time Sweeper,XB,Platform,Microsoft Game Studios,Artoon,6.8,0.56,0.39,,0.15,0.02,2002-10-07, +/games/boxart/full_1663729AmericaFrontccc.jpg,Petz Wild Animals: Tigerz,DS,Simulation,Ubisoft,Magic Pockets,,0.56,0.52,,0,0.04,2008-02-26, +/games/boxart/193137ccc.jpg,The Sims: Bustin' Out,XB,Simulation,Electronic Arts,Maxis,,0.56,0.4,,0.14,0.02,2003-12-15, +/games/boxart/4298038ccc.jpg,True Crime: Streets of LA,GC,Action,Activision,EXAKT Entertainment,8.1,0.56,0.44,,0.11,0.02,2003-11-03, +/games/boxart/full_9052094AmericaFrontccc.jpg,Disney Infinity 3.0,PS3,Action,Disney Interactive Studios,Avalanche Software,,0.56,0.22,,0.25,0.09,2015-08-30,2018-03-20 +/games/boxart/full_8600640AmericaFrontccc.jpg,Tom Clancy's HAWX,PS3,Action,Ubisoft,Ubisoft Romania,7.5,0.56,0.21,0.05,0.22,0.09,2009-03-03, +/games/boxart/3673223ccc.jpg,Batman Begins,PS2,Action,Electronic Arts,Eurocom Entertainment Software,,0.56,0.27,,0.21,0.07,2005-06-14, +/games/boxart/full_enslaved-odyssey-to-the-west_6AmericaFront.jpg,Enslaved: Odyssey to the West,PS3,Action,Namco Bandai,Ninja Theory,7.9,0.56,0.24,0.01,0.23,0.08,2010-10-05, +/games/boxart/full_316783AmericaFrontccc.jpg,No More Heroes,Wii,Action,Ubisoft,Grasshopper Manufacture,8.2,0.56,0.29,0.04,0.17,0.05,2008-01-22, +/games/boxart/4376063ccc.jpg,Tony Hawk's Proving Ground,X360,Sports,Activision,Neversoft Entertainment,7.2,0.56,0.49,,0.02,0.04,2007-10-15, +/games/boxart/full_7768353AmericaFrontccc.jpg,Assassin's Creed: Unity,PC,Action,Ubisoft,Ubisoft Montreal,,0.56,0.2,,0.31,0.04,2014-11-11,2018-05-04 +/games/boxart/full_841464AmericaFrontccc.jpg,Sonic Forces,PS4,Platform,Sega,Sonic Team,,0.56,0.15,0.01,0.31,0.09,2017-11-07,2018-02-11 +/games/boxart/7370557ccc.jpg,The Incredible Hulk,GBA,Platform,Universal Interactive,Pocket Studios,6,0.56,0.4,,0.15,0.01,2003-05-27, +/games/boxart/350903ccc.jpg,"Monsters, Inc. Scream Team",PS,Platform,Sony Computer Entertainment,Artificial Mind and Movement,,0.56,0.31,,0.21,0.04,2001-10-30, +/games/boxart/full_8783119AmericaFrontccc.jpg,Dora The Explorer: Dora Saves the Snow Princess,Wii,Platform,2K Play,High Voltage Software,,0.56,0.49,,0.02,0.04,2008-10-27, +/games/boxart/7896120ccc.jpg,Resident Evil 2,N64,Action,Capcom,Angel Studios,9,0.56,0.39,0.07,0.09,0.01,1999-10-31, +/games/boxart/5123233ccc.jpg,Manhunt 2,PS2,Action,Rockstar Games,Rockstar London,,0.56,0.27,,0.21,0.07,2007-10-29, +/games/boxart/full_3989695AmericaFrontccc.jpg,Need for Speed: Most Wanted,GC,Racing,Electronic Arts,EA Canada,8.4,0.56,0.43,,0.11,0.02,2005-11-15, +/games/boxart/full_348696AmericaFrontccc.jpg,NASCAR Rumble,PS,Racing,Electronic Arts,Electronic Arts,,0.56,0.31,,0.21,0.04,2000-01-31, +/games/boxart/full_1415593AmericaFrontccc.jpg,MX 2002 Featuring Ricky Carmichael,PS2,Racing,THQ,Pacific Coast Power & Light,8,0.56,0.27,,0.21,0.07,2001-07-03, +/games/boxart/7415221ccc.jpg,Petz Dogz 2,PS2,Simulation,Ubisoft,Yuke's Media Creations,,0.56,0.28,,0.21,0.07,2007-11-23, +/games/boxart/full_4067743AmericaFrontccc.jpg,Just Cause 4,PS4,Action-Adventure,Square Enix,Avalanche Studios,,0.56,0.18,0.03,0.26,0.09,2018-12-04,2018-12-19 +/games/boxart/1000581ccc.jpg,Archer Maclean's Mercury,PSP,Puzzle,Ignition Entertainment,Awesome Studios,7.7,0.56,0.17,,0.24,0.15,2005-04-06, +/games/boxart/full_9922644AmericaFrontccc.jpg,Ms. Pac-Man Maze Madness,GBA,Puzzle,"Destination Software, Inc",Full-Fat,,0.56,0.4,,0.15,0.01,2004-11-03, +/games/boxart/4625900ccc.jpg,Classic NES Series: Dr. Mario,GBA,Puzzle,Nintendo,Nintendo,,0.56,0.31,0.13,0.11,0.01,2004-10-25, +/games/boxart/1521300ccc.jpg,Barbie Groovy Games,GBA,Misc,Universal Interactive,Digital Illusions (DICE),3,0.56,0.4,,0.15,0.01,2002-09-04, +/games/boxart/full_963875JapanFrontccc.jpg,DS Bimoji Training,DS,Misc,Nintendo,Nuevo Retro Games / NST,,0.56,,0.56,,,2008-03-13, +/games/boxart/full_5098642AmericaFrontccc.jpg,Dogz,DS,Simulation,Ubisoft,MTO,,0.56,0.5,,0.01,0.04,2006-11-22, +/games/boxart/full_5004591AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),PS4,Action-Adventure,Activision,Beenox,,0.56,0.2,0.02,0.26,0.09,2014-04-29,2018-03-19 +/games/boxart/full_4258947AmericaFrontccc.jpg,Metroid: Samus Returns,3DS,Action-Adventure,Nintendo,Mercury Steam,9.1,0.56,0.3,0.07,0.15,0.05,2017-09-15,2018-09-21 +/games/boxart/full_766638AmericaFrontccc.jpg,Kingdom Come: Deliverance,PS4,Role-Playing,Deep Silver,Warhorse Studios,,0.56,0.18,,0.28,0.09,2018-02-13,2018-01-10 +/games/boxart/full_9165733AmericaFrontccc.jpg,NHL Hitz 20-02,PS2,Sports,Midway Games,EA Black Box,,0.56,0.28,,0.22,0.07,2001-09-24, +/games/boxart/9520651ccc.jpg,Army Men: Sarge's Heroes,PS,Action,3DO,3DO,,0.56,0.31,,0.21,0.04,2000-01-01, +/games/boxart/9820189ccc.jpg,Breath of Fire IV,PS,Role-Playing,Capcom,Capcom,8.4,0.56,0.11,0.34,0.08,0.04,2000-11-28, +/games/boxart/5971714ccc.jpg,Odin Sphere,PS2,Role-Playing,Atlus,Vanillaware,8,0.56,0.23,0.09,0.18,0.06,2007-05-22,2019-01-10 +/games/boxart/full_6163189AmericaFrontccc.jpg,NCAA March Madness 07,PS2,Sports,EA Sports,EA Canada,,0.56,0.28,,0.22,0.07,2007-01-17, +/games/boxart/218443ccc.jpg,Tony Hawk's Project 8,PSP,Sports,Activision,Page 44 Studios,6.3,0.56,0.41,,0.08,0.07,2006-11-21, +/games/boxart/2824263ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,PS2,Sports,Activision,Activision,,0.56,0.28,,0.21,0.07,2004-11-10, +/games/boxart/full_8521442AmericaFrontccc.jpg,Knockout Kings 2001,PS2,Fighting,EA Sports,Black Ops Entertainment,,0.56,0.28,,0.21,0.07,2001-02-05, +/games/boxart/full_4829138JapanFrontccc.jpg,Inazuma Eleven GO: Dark / Shine,3DS,Role-Playing,Level 5,Level 5,,0.55,,0.48,0.07,0,2011-12-15,2018-01-08 +/games/boxart/full_84454JapanFrontccc.jpg,Simple 1500 Series Vol. 73: The Invaders ~Space Invaders 1500~,PS,Shooter,D3 Publisher,Taito Corporation,,0.55,0.31,,0.21,0.04,2001-09-27, +/games/boxart/8497920ccc.jpg,Soul Reaver 2,PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.55,0.27,,0.21,0.07,2001-10-31, +/games/boxart/full_3003188AmericaFrontccc.jpg,Lords of the Fallen,PS4,Role-Playing,Namco Bandai Games,DECK13 Interactive,,0.55,0.2,0.02,0.24,0.09,2014-10-28,2018-05-10 +/games/boxart/full_7164908JapanFrontccc.jpg,SD Gundam G Generation Zero,PS,Strategy,Bandai,Bandai,,0.55,,0.51,,0.04,1999-08-12, +/games/boxart/full_4711631JapanFrontccc.jpg,Super Robot Taisen F Kanketsuhen,SAT,Strategy,Banpresto,Banpresto,,0.55,,0.55,,0,1998-04-23, +/games/boxart/full_6788333JapanFrontccc.jpg,Shin Super Robot Taisen,PS,Strategy,Banpresto,Winky Soft,,0.55,,0.52,,0.04,1996-12-27, +/games/boxart/full_4835304PALFrontccc.jpg,Lips: Number One Hits,X360,Music,Microsoft Game Studios,iNiS,,0.55,0.15,,0.34,0.06,2009-10-20,2018-10-10 +/games/boxart/1755344ccc.jpg,Viva Pinata: Pocket Paradise,DS,Simulation,THQ,Rare Ltd.,8.1,0.55,0.26,,0.23,0.06,2008-09-08, +/games/boxart/full_5739016AmericaFrontccc.jpg,WWF Raw (2002),XB,Fighting,THQ,Anchor,6.5,0.55,0.4,,0.13,0.02,2002-02-11,2018-01-06 +/games/boxart/full_34107AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,XOne,Action-Adventure,Disney Interactive Studios,Avalanche Software,,0.55,0.35,,0.15,0.05,2014-09-23,2018-02-06 +/games/boxart/full_3025235AmericaFrontccc.jpg,Skylanders: SuperChargers,X360,Action-Adventure,Activision,Vicarious Visions,,0.55,0.35,,0.15,0.05,2015-09-20,2018-04-06 +/games/boxart/2799062ccc.jpg,Daytona USA,SAT,Racing,Sega,Sega-AM2,,0.55,,0.55,,,1995-05-11, +/games/boxart/full_mx-vs-atv-alive_170AmericaFront.jpg,MX vs. ATV: Alive,X360,Racing,THQ,Rainbow Studios,6.9,0.55,0.37,,0.13,0.05,2011-05-10, +/games/boxart/full_zhuzhu-pets-2-featuring-the-wild-bunch_5AmericaFront.jpg,ZhuZhu Pets 2: Featuring The Wild Bunch,DS,Simulation,Activision,Black Lantern Studios,,0.55,0.4,,0.11,0.04,2010-10-19, +/games/boxart/full_6738026AmericaFrontccc.jpg,Petz Catz Clan,DS,Simulation,Ubisoft,Ubisoft,5,0.55,0.47,,0.03,0.04,2008-11-18, +/games/boxart/full_1025788JapanFrontccc.jpg,Jump Super Stars,DS,Fighting,Nintendo,Ganbarion,,0.55,,0.55,,,2005-08-08, +/games/boxart/full_4869495AmericaFrontccc.jpg,Metal Gear Solid 3: Subsistence,PS2,Action,Konami,Kojima Productions,9.4,0.55,0.34,0.15,0.01,0.06,2006-03-14, +/games/boxart/full_1220931AmericaFrontccc.jpg,Jak X: Combat Racing,PS2,Racing,Sony Computer Entertainment,Naughty Dog,,0.55,0.45,,0.02,0.07,2005-10-18, +/games/boxart/full_2890492AmericaFrontccc.jpg,Tak and the Power of Juju,GBA,Platform,THQ,Avalanche Software,,0.55,0.39,,0.15,0.01,2003-10-15, +/games/boxart/full_1334368PALFrontccc.jpg,Ratchet & Clank: Quest for Booty,PS3,Platform,Sony Computer Entertainment,Insomniac Games,7.6,0.55,0,,0.52,0.03,2008-09-12, +/games/boxart/full_6598944AmericaFrontccc.jpeg,Poochy & Yoshi's Woolly World,3DS,Platform,Nintendo,Good-Feel,7.5,0.55,0.2,0.17,0.16,0.03,2017-02-03,2018-01-07 +/games/boxart/1069247ccc.jpg,Secret Agent Clank(US sales),PSP,Platform,Sony Computer Entertainment,High Impact Games,7.2,0.55,0.33,,0.22,,2008-06-17, +/games/boxart/4143387ccc.jpg,Mega Man Zero,GBA,Platform,Capcom,Inti Creates,,0.55,0.22,0.24,0.08,0.01,2002-09-09, +/games/boxart/356565ccc.jpg,Shrek 2,XB,Platform,Activision,"Luxoflux, Inc.",6.7,0.55,0.4,,0.13,0.02,2004-04-28, +/games/boxart/full_7897335AmericaFrontccc.jpg,Donkey Kong Jungle Climber,DS,Platform,Nintendo,Paon Corporation,7.8,0.55,0.25,0.24,0.03,0.03,2007-09-10, +/games/boxart/full_monster-jam-2011_9AmericaFront.jpg,Monster Jam: Path of Destruction,Wii,Racing,Activision,Virtuos,,0.55,0.49,,0.02,0.04,2010-11-09, +/games/boxart/7208690ccc.jpg,NBA 2K8,PS3,Sports,2K Sports,Visual Concepts,,0.55,0.5,,0.01,0.05,2007-10-02, +/games/boxart/full_40151AmericaFrontccc.jpg,Rory McIlroy PGA Tour,PS4,Sports,Electronic Arts,EA Tiburon,,0.55,0.19,,0.27,0.09,2015-07-14,2018-05-24 +/games/boxart/full_1892529AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,DS,Sports,Activision,Pixel Tales,,0.55,0.5,,0,0.04,2008-10-21, +/games/boxart/full_2336219JapanFrontccc.jpg,Super Robot Taisen F,SAT,Action,Banpresto,Banpresto,,0.55,,0.55,,0,1997-09-25, +/games/boxart/full_9221345AmericaFrontccc.jpg,Project CARS 2,PS4,Racing,Namco Bandai Games,Slightly Mad Studios,8.5,0.55,0.1,0.02,0.35,0.08,2017-09-22, +/games/boxart/full_5764200AmericaFrontccc.jpg,Tony Hawk's Pro Skater 3,XB,Sports,Activision,Neversoft Entertainment,,0.55,0.34,,0.18,0.02,2002-03-04, +/games/boxart/full_8619482AmericaFrontccc.jpg,Tiger Woods PGA Tour 13,PS3,Sports,Electronic Arts,EA Tiburon,,0.55,0.24,,0.22,0.08,2012-03-27,2018-09-28 +/games/boxart/full_8142689AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,Wii,Action,Activision,Toys for Bob,,0.55,0.31,,0.18,0.06,2008-11-04, +/games/boxart/4992594ccc.jpg,Batman: Vengeance,PS2,Adventure,Ubisoft,Ubisoft Montreal,7.1,0.55,0.27,,0.21,0.07,2001-10-15, +/games/boxart/full_8939127AmericaFrontccc.jpg,Purr Pals,DS,Simulation,Crave Entertainment,inXile,,0.55,0.18,,0.35,0.02,2007-03-27, +/games/boxart/full_18930PALFrontccc.jpg,Layton's Mystery Journey: Katrielle and the Millionaire's Conspiracy,3DS,Puzzle,Level 5,Level 5,,0.55,0.12,0.15,0.25,0.03,2017-10-06,2018-01-23 +/games/boxart/9166614ccc.jpg,CrossworDS,DS,Puzzle,Nintendo,Nuevo Retro Games / NST,,0.55,0.5,,0,0.04,2008-05-05, +/games/boxart/800801ccc.jpg,Catz,DS,Simulation,Ubisoft,Powerhead Games,,0.55,0.49,,0.02,0.04,2006-11-30, +/games/boxart/full_5129545AmericaFrontccc.jpg,Sniper Elite 4,PS4,Shooter,Rebellion Developments,Rebellion Developments,,0.55,0.21,,0.25,0.09,2017-02-14,2018-05-29 +/games/boxart/5719629ccc.jpg,Star Wars: Dark Forces,PS,Shooter,LucasArts,LucasArts,,0.55,0.31,,0.21,0.04,1996-11-30, +/games/boxart/full_4254454AmericaFrontccc.jpg,Spec Ops: The Line,PS3,Shooter,2K Games,Yager Development,,0.55,0.19,0.04,0.24,0.07,2012-06-26,2018-01-10 +/games/boxart/8979331ccc.gif,Turok: Evolution,XB,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,0.55,0.39,,0.14,0.02,2002-08-31, +/games/boxart/2928172ccc.jpg,Red Dead Revolver,XB,Shooter,Rockstar Games,Rockstar San Diego,,0.55,0.4,,0.12,0.02,2004-05-03, +/games/boxart/6863994ccc.gif,The Godfather (old US sales),XB,Action,Electronic Arts,Headgate,,0.55,0.42,,0.11,0.02,2006-03-21, +/games/boxart/full_5741632AmericaFrontccc.jpg,Fighting Force 2,PS,Action,Eidos Interactive,Core Design Ltd.,,0.55,0.31,,0.21,0.04,1999-11-30, +/games/boxart/6026411ccc.jpg,Extermination,PS2,Action,Sony Computer Entertainment,Deep Space,,0.55,0.21,0.12,0.16,0.05,2001-07-23, +/games/boxart/full_9762662AmericaFrontccc.jpg,Lunar: Silver Star Story Complete,PS,Role-Playing,Working Designs,Game Arts,7.6,0.55,0.27,0.06,0.18,0.04,1999-05-28, +/games/boxart/full_lets-make-a-j-league-pro-soccer-club-2002_1JapanFront.jpg,Soccer Tsuku 2002: J-League Pro Soccer Club o Tsukurou!,PS2,Sports,Sega,Smilebit,,0.55,,0.55,,,2002-03-07, +/games/boxart/full_810167JapanFrontccc.jpg,Sakura Wars,SAT,Adventure,Sega,Overworks,,0.55,,0.55,,,1996-09-27, +/games/boxart/full_4363405AmericaFrontccc.jpg,Contender 2,PS,Fighting,BAM! Entertainment,Bam Entertainment,,0.55,0.31,,0.21,0.04,2000-12-19, +/games/boxart/183710ccc.jpg,American Idol,PS2,Misc,Codemasters,Hothouse Creations,,0.55,0.27,,0.21,0.07,2003-11-11, +/games/boxart/full_4070914AmericaFrontccc.jpg,Mortal Kombat 3,PS,Fighting,Sony Computer Entertainment,Midway Games,,0.55,0.29,0.02,0.2,0.04,1995-10-07, +/games/boxart/full_8310010AmericaFrontccc.jpg,SpongeBob SquarePants: SuperSponge,GBA,Action,THQ,Climax Group,,0.55,0.39,,0.15,0.01,2001-11-05, +/games/boxart/full_5867697AmericaFrontccc.jpg,Disney Infinity 3.0,WiiU,Action,Disney Interactive Studios,Avalanche Software,,0.55,0.27,,0.23,0.05,2015-08-30,2018-03-20 +/games/boxart/full_5711174AmericaFrontccc.jpg,Legends of WrestleMania,PS3,Fighting,THQ,Yuke's,,0.55,0.3,0,0.17,0.07,2009-03-24, +/games/boxart/2382978ccc.jpg,NBA Showtime: NBA on NBC,PS,Sports,Midway Games,Eurocom Entertainment Software,,0.55,0.31,,0.21,0.04,1999-10-31, +/games/boxart/3981290ccc.jpg,The Activision Decathlon,2600,Sports,Activision,Activision,,0.55,0.52,,0.03,0.01,1983-01-01, +/games/boxart/5275800ccc.jpg,Rapala Tournament Fishing!,Wii,Sports,Activision,Magic Wand Productions,,0.55,0.51,,0,0.04,2006-11-22, +/games/boxart/full_7908716JapanFrontccc.jpg,Derby Stallion 04,PS2,Sports,Enterbrain,ParityBit,,0.55,,0.55,,,2004-04-22, +/games/boxart/full_7479649AmericaFrontccc.jpg,Disgaea 3: Absence of Justice,PS3,Role-Playing,NIS America,Nippon Ichi Software,7.8,0.55,0.36,0.11,0.03,0.05,2008-08-26, +/games/boxart/full_7532532JapanFrontccc.jpg,Kingdom Hearts: Final Mix,PS2,Role-Playing,Square,SquareSoft,,0.55,,0.55,,,2002-12-26, +/games/boxart/full_grease_4AmericaFront.jpg,Grease,Wii,Misc,505 Games,Zoe Mode,,0.55,0.26,,0.24,0.05,2010-08-24, +/games/boxart/8306939ccc.jpg,Top Gun: Fire at Will!,PS,Misc,Spectrum Holobyte,MicroProse,,0.55,0.3,,0.21,0.04,1996-06-01, +/games/boxart/2765010ccc.jpg,Bratz: Rock Angelz,GBA,Misc,THQ,Blitz Games,,0.54,0.39,,0.14,0.01,2005-01-01, +/games/boxart/full_1741713AmericaFrontccc.jpg,Tatsunoko vs. Capcom: Ultimate All-Stars,Wii,Fighting,Capcom,Eighting,8.3,0.54,0.3,0.03,0.16,0.05,2010-01-26, +/games/boxart/9090209ccc.jpg,War of the Monsters,PS2,Fighting,Sony Computer Entertainment,Incognito Entertainment,,0.54,0.26,,0.2,0.07,2003-01-14, +/games/boxart/default.jpg,Dragon Ball Z: Ultimate Tenkaichi,X360,Fighting,Namco Bandai,Spike,6,0.54,0.39,0.01,0.1,0.05,2011-10-25, +/games/boxart/full_3193860AmericaFrontccc.jpg,Def Jam: Fight for NY,XB,Fighting,Electronic Arts,Aki Corp.,,0.54,0.43,,0.1,0.02,2004-09-20, +/games/boxart/default.jpg,Kidou Senshi Gundam: Extreme VS,PS3,Fighting,Bandai,Bandai Namco Games,,0.54,,0.54,,,2011-12-01, +/games/boxart/full_tactics-ogre-let-us-cling-together_843AmericaFront.jpg,Tactics Ogre: Let Us Cling Together,PSP,Role-Playing,Square Enix,Square Enix,9,0.54,0.15,0.27,0.07,0.05,2011-02-15, +/games/boxart/default.jpg,Medarot 2: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.54,,0.54,,0,1999-07-23, +/games/boxart/full_5949028AmericaFrontccc.jpg,METRO 2033,X360,Shooter,THQ,4a-games,7.4,0.54,0.22,0.03,0.23,0.05,2010-03-16, +/games/boxart/full_time-crisis-razing-storm_5AmericaFront.jpg,Time Crisis: Razing Storm,PS3,Shooter,Namco Bandai,Nex Entertainment,5.8,0.54,0.18,0.07,0.21,0.08,2010-10-19, +/games/boxart/full_472435AmericaFrontccc.jpg,Just Dance 2015,XOne,Music,Ubisoft,Ubisoft Paris,8.1,0.54,0.36,,0.13,0.05,2014-10-21,2018-04-03 +/games/boxart/full_2951395AmericaFrontccc.jpg,Sacred 2: Fallen Angel,X360,Role-Playing,CDV Software Entertainment,Ascaron Entertainment,7,0.54,0.29,0.04,0.16,0.05,2009-05-11, +/games/boxart/full_5199891AmericaFrontccc.jpg,Dragon Ball: Fusions,3DS,Role-Playing,Namco Bandai Games,Ganbarion,6.3,0.54,0.17,0.24,0.09,0.03,2016-11-22,2018-01-14 +/games/boxart/8122234ccc.jpg,ESPN NBA Basketball,PS2,Sports,Sega,Visual Concepts,,0.54,0.26,,0.21,0.07,2003-10-21, +/games/boxart/full_7897429AmericaFrontccc.jpg,FIFA 18,PS3,Sports,EA Sports,EA Vancouver,,0.54,0.06,0.01,0.4,0.08,2017-09-29,2018-04-02 +/games/boxart/full_2387017AmericaFrontccc.jpg,FIFA 99,N64,Sports,EA Sports,EA Canada,,0.54,0.11,,0.39,0.03,1998-11-30, +/games/boxart/full_4026329AmericaFrontccc.jpg,Mario Tennis Ultra Smash,WiiU,Sports,Nintendo,Camelot Software Planning,6.1,0.54,0.16,0.15,0.2,0.03,2015-11-20,2018-03-21 +/games/boxart/full_4085026PALFrontccc.jpg,SingStar Summer Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.54,,,0.06,0.48,2008-04-25, +/games/boxart/full_7844908AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make the Grade,Wii,Misc,THQ,THQ,,0.54,0.5,,,0.04,2008-10-20, +/games/boxart/full_2865410AmericaFrontccc.jpg,Let's Draw!,DS,Misc,Majesco,Agatsuma Entertainment,,0.54,0.24,,0.24,0.06,2010-03-16, +/games/boxart/full_849993AmericaFrontccc.jpg,Mat Hoffman's Pro BMX,PS,Sports,Activision,Shaba Games,,0.54,0.3,,0.2,0.04,2001-05-14, +/games/boxart/7379891ccc.jpg,Tiger Woods PGA Tour 08,X360,Sports,Electronic Arts,EA Tiburon,,0.54,0.49,,0.02,0.04,2007-08-28, +/games/boxart/full_tiger-woods-pga-tour-11_2AmericaFront.jpg,Tiger Woods PGA Tour 11,Wii,Sports,EA Sports,EA Tiburon,8.3,0.54,0.23,,0.26,0.05,2010-06-08, +/games/boxart/full_2338922AmericaFrontccc.jpg,NBA Live 10,PS3,Sports,EA Sports,EA Canada,7.9,0.54,0.46,0.01,0.03,0.05,2009-10-06, +/games/boxart/660921ccc.jpg,Summer Sports: Paradise Island,Wii,Sports,Destineer,Digital Embryo,,0.54,0.48,,0.02,0.04,2008-04-15, +/games/boxart/full_2673124JapanFrontccc.jpg,World Soccer Winning Eleven 7 International (JP version),PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,0.54,,0.54,,,2004-02-19, +/games/boxart/935570ccc.jpg,F.E.A.R.,PS3,Shooter,Vivendi Games,Day 1 Studios,,0.54,0.18,,0.27,0.09,2007-04-24, +/games/boxart/full_9580615AmericaFrontccc.jpg,Action Force,2600,Action,CPG Products,Parker Bros.,,0.54,0.5,,0.03,0.01,1983-01-01, +/games/boxart/3097767ccc.jpg,Gauntlet Legends,N64,Action,Midway Games,Atari Games,6,0.54,0.43,,0.1,0.01,1999-08-31, +/games/boxart/4706875ccc.jpg,The Hobbit,PS2,Adventure,Sierra Entertainment,Midway Studios - Austin,,0.54,0.26,,0.2,0.07,2003-11-11, +/games/boxart/full_1266958JapanFrontccc.jpg,Gekikuukan Pro Yakyuu: At the End of the Century 1999,PS2,Sports,Square,SquareSoft,,0.54,,0.54,,,2000-09-07, +/games/boxart/full_5697972AmericaFrontccc.jpg,Assassin's Creed II,PC,Action,Ubisoft,Ubisoft Montreal,8.5,0.54,0.01,,0.45,0.07,2010-03-09, +/games/boxart/full_phineas-and-ferb-across-the-2nd-dimension_480AmericaFront.jpg,Phineas and Ferb: Across the 2nd Dimension,DS,Action,Disney Interactive Studios,Altron,,0.54,0.31,,0.18,0.05,2011-08-02, +/games/boxart/9124389ccc.gif,Hotel Dusk: Room 215,DS,Adventure,Nintendo,Cing,8,0.54,0.26,0.22,0.04,0.03,2007-01-22, +/games/boxart/full_monster-high-ghoul-spirit_886AmericaFront.jpg,Monster High: Ghoul Spirit,Wii,Adventure,THQ,THQ,,0.54,0.42,,0.08,0.04,2011-10-25, +/games/boxart/full_bulletstorm_856AmericaFront.jpg,Bulletstorm,PS3,Shooter,Electronic Arts,People Can Fly,8.4,0.54,0.24,0.01,0.2,0.09,2011-02-22, +/games/boxart/full_9080001AmericaFrontccc.jpg,Dance Dance Revolution Ultramix,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,0.54,0.42,,0.11,0.02,2003-11-20, +/games/boxart/9647032ccc.jpg,Manhunt 2,Wii,Action,Rockstar Games,Rockstar Toronto,5.8,0.54,0.25,,0.23,0.06,2007-10-29, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_4AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,Wii,Action,Electronic Arts,EA Bright Light,,0.54,0.22,,0.27,0.05,2010-11-09, +/games/boxart/3717650ccc.jpg,The Incredible Hulk: Ultimate Destruction,PS2,Action,VU Games,Radical Entertainment,,0.54,0.26,,0.2,0.07,2005-08-23, +/games/boxart/full_dynasty-warriors-gundam-3_312AmericaFront.jpg,Dynasty Warriors: Gundam 3,PS3,Action,Tecmo Koei,Omega Force,6.5,0.54,0.11,0.36,0.05,0.02,2011-06-28, +/games/boxart/full_7523665AmericaFrontccc.jpg,Iron Man,PS2,Action,Sega,Artificial Mind and Movement,,0.54,0.36,,0,0.19,2008-05-02, +/games/boxart/full_enslaved-odyssey-to-the-west_5AmericaFront.jpg,Enslaved: Odyssey to the West,X360,Action,Namco Bandai,Ninja Theory,8,0.54,0.3,0,0.19,0.05,2010-10-05, +/games/boxart/8942475ccc.jpg,System 3 presents Ferrari Challenge Trofeo Pirelli,Wii,Racing,Activision,Eutechnyx,,0.54,0.07,,0.4,0.07,2008-08-26, +/games/boxart/full_624404AmericaFrontccc.jpg,ModNation Racers,PSP,Racing,Sony Computer Entertainment,SCE San Diego Studio,7.7,0.54,0.11,0.02,0.27,0.14,2010-05-25,2018-02-03 +/games/boxart/1005159ccc.jpg,Crash Tag Team Racing,PS2,Racing,VU Games,Radical Entertainment,,0.54,0.27,,0.21,0.07,2005-10-19, +/games/boxart/full_5446390AmericaFrontccc.jpg,Petz Nursery,DS,Simulation,Ubisoft,Ubi Nagoya,,0.54,0.5,,0,0.04,2009-11-10, +/games/boxart/full_1812178AmericaFrontccc.jpg,NBA Street Vol. 2,GC,Sports,EA Sports BIG,EA Canada,8.8,0.54,0.41,,0.11,0.01,2003-04-28, +/games/boxart/9925728ccc.jpg,SSX Tricky,GC,Sports,EA Sports BIG,EA Canada,8.4,0.54,0.42,,0.11,0.01,2001-12-02, +/games/boxart/full_6159308AmericaFrontccc.jpg,NHL 14,X360,Sports,EA Sports,EA Canada,,0.54,0.4,,0.09,0.05,2013-09-10,2018-09-23 +/games/boxart/9843404ccc.jpg,FIFA 07 Soccer,XB,Sports,EA Sports,EA Canada,8.1,0.54,0.16,,0.35,0.04,2006-10-03, +/games/boxart/full_517129AmericaFrontccc.jpg,Over the Hedge,PS2,Platform,Activision,Edge of Reality,6.5,0.54,0.45,,0.02,0.07,2006-05-09, +/games/boxart/544832ccc.jpg,Popeye,2600,Platform,Parker Bros.,Parker Bros.,,0.54,0.5,,0.03,0.01,1983-01-01, +/games/boxart/9805902ccc.jpg,The SpongeBob SquarePants Movie,XB,Platform,THQ,Heavy Iron Studios,6.8,0.54,0.4,,0.12,0.02,2004-10-27, +/games/boxart/851991ccc.jpg,The Fairly Odd Parents: Breakin' Da Rules,GBA,Platform,THQ,Helixe,,0.54,0.39,,0.14,0.01,2003-11-03, +/games/boxart/full_8174144AmericaFrontccc.jpg,Bust A Groove,PS,Misc,989 Studios,Metro,7.7,0.54,0.09,0.35,0.06,0.04,1998-10-31, +/games/boxart/full_3947155JapanFrontccc.jpg,Pachi-Slot Aruze Oukoku 2,PS,Misc,Aruze Corp,Aruze Corp,,0.54,,0.5,,0.04,1999-11-25, +/games/boxart/full_5408505AmericaFrontccc.png,Tales of Symphonia Chronicles,PS3,Misc,Namco Bandai Games,Namco,,0.54,0.21,0.13,0.13,0.07,2014-02-25,2018-04-07 +/games/boxart/full_4058407AmericaFrontccc.jpg,50 Classic Games,DS,Misc,Destineer,cerasus.media GmbH,,0.54,0.5,,,0.04,2009-07-21, +/games/boxart/full_the-sims-3-pets_389AmericaFront.jpg,The Sims 3: Pets,PC,Simulation,Electronic Arts,The Sims Studio,7.5,0.54,0.54,,0,,2011-10-18, +/games/boxart/full_4952833AmericaFrontccc.jpg,The Walking Dead: Survival Instinct,PS3,Shooter,Activision,Terminal Reality,,0.54,0.28,,0.17,0.09,2013-03-19,2018-01-16 +/games/boxart/6609584ccc.jpg,Greg Hastings' Tournament Paintball,XB,Shooter,Activision,WXP,,0.54,0.46,,0.06,0.02,2004-11-16, +/games/boxart/8015020ccc.jpg,Mega Man Battle Network 2,GBA,Role-Playing,Capcom,Capcom,,0.54,,0.54,,,2002-06-17, +/games/boxart/full_valkyria-chronicles-ii_9AmericaFront.jpg,Valkyria Chronicles II,PSP,Role-Playing,Sega,Sega WOW Overworks,8.1,0.54,0.12,0.18,0.16,0.09,2010-08-31, +/games/boxart/full_two-worlds-ii_839AmericaFront.jpg,Two Worlds II,X360,Role-Playing,SouthPeak Interactive,Reality Pump,6.5,0.54,0.4,0.03,0.07,0.04,2011-01-25, +/games/boxart/full_7054007AmericaFrontccc.jpg,SRS: Street Racing Syndicate,PS2,Racing,Namco,Eutechnyx,,0.54,0.26,,0.21,0.07,2004-08-31, +/games/boxart/full_9977736AmericaFrontccc.jpg,Fire Emblem: Path of Radiance,GC,Role-Playing,Nintendo,Intelligent Systems,8.6,0.54,0.29,0.16,0.08,0.01,2005-10-17, +/games/boxart/full_2063261JapanFrontccc.jpg,Virtual Soccer,SNES,Sports,Hudson Soft,Probe Entertainment Limited,,0.53,,0.53,,0,1994-01-01, +/games/boxart/full_6118978AmericaFrontccc.jpg,Magician's Quest: Mysterious Times,DS,Role-Playing,Konami,Konami,,0.53,0.04,0.48,0.01,0,2009-05-11, +/games/boxart/full_654502AmericaFrontccc.jpg,X-Men Legends,GC,Role-Playing,Activision,Raven Software,8.6,0.53,0.41,,0.11,0.01,2004-09-21, +/games/boxart/full_6391417AmericaFrontccc.jpg,Terminator Salvation,PS3,Shooter,Warner Bros. Interactive,GRIN,5,0.53,0.13,0.01,0.29,0.1,2009-05-19, +/games/boxart/9087804ccc.jpg,Star Fox Command,DS,Shooter,Nintendo,Nintendo EAD / Q-Games,7.2,0.53,0.38,0.1,0.01,0.04,2006-08-28, +/games/boxart/full_fifa-soccer-12_610AmericaFront.jpg,FIFA Soccer 12,PSP,Sports,EA Sports,EA Canada,,0.53,0.12,0.02,0.26,0.13,2011-09-27, +/games/boxart/7623318ccc.jpg,Time Crisis II,PS2,Shooter,Namco,Namco,,0.53,0.26,,0.2,0.07,2001-10-01, +/games/boxart/full_7327798PALFrontccc.jpg,Unit 13,PSV,Shooter,Sony Computer Entertainment,Zipper Interactive,,0.53,0.25,0.04,0.15,0.09,2012-03-06,2019-07-16 +/games/boxart/5620270ccc.jpg,Conflict: Vietnam,PS2,Shooter,Global Star Software,Pivotal Games,,0.53,0.26,,0.2,0.07,2004-10-05, +/games/boxart/8974623ccc.jpg,Jampack Volume 11,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.53,0.26,,0.2,0.07,2004-10-22, +/games/boxart/full_8362368AmericaFrontccc.jpg,SpongeBob SquarePants: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.53,0.38,,0.14,0.01,2004-05-14, +/games/boxart/full_2779200AmericaFrontccc.jpg,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,XB,Misc,Sega,Sega,,0.53,0.4,,0.11,0.02,2005-01-01, +/games/boxart/1428147ccc.jpg,NASCAR 09,PS2,Racing,EA Sports,EA Tiburon,,0.53,0.26,,0.2,0.07,2008-06-10, +/games/boxart/full_4742882AmericaFrontccc.png,Excite Truck,Wii,Racing,Nintendo,Monster Games Inc.,7,0.53,0.39,0.08,0.03,0.04,2006-11-19, +/games/boxart/full_5816304AmericaFrontccc.jpg,Gex 3: Deep Cover Gecko,PS,Platform,Eidos Interactive,Crystal Dynamics,,0.53,0.3,,0.2,0.03,1999-03-01, +/games/boxart/3542792ccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,PS2,Platform,Electronic Arts,Krome Studios,7.3,0.53,0.26,,0.2,0.07,2004-10-12, +/games/boxart/full_6164982AmericaFrontccc.jpg,NCAA March Madness 06,PS2,Sports,EA Sports,EA Canada,,0.53,0.45,,0.02,0.07,2005-10-11, +/games/boxart/3311315ccc.jpg,NCAA March Madness 2005,PS2,Sports,EA Sports,EA Canada,,0.53,0.44,,0.02,0.07,2004-11-17, +/games/boxart/full_5015237AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,WiiU,Racing,Sega,Sumo Digital,6.9,0.53,0.19,0.02,0.28,0.04,2012-11-18,2020-09-14 +/games/boxart/full_3120075AmericaFrontccc.jpg,F1 2018,PS4,Racing,Codemasters,Codemasters Birmingham,8.9,0.53,0.05,0.01,0.39,0.08,2018-08-24,2018-09-26 +/games/boxart/7703088ccc.jpg,Juiced,PS2,Racing,THQ,Juice Games,,0.53,0.26,,0.2,0.07,2005-06-13, +/games/boxart/full_7025354AmericaFrontccc.jpg,F1 2009,PSP,Racing,Codemasters,Sumo Digital,7.4,0.53,0.08,,0.29,0.16,2009-11-17, +/games/boxart/885019ccc.jpg,NASCAR 2000,N64,Racing,EA Sports,Stormfront Studios,,0.53,0.49,,0.03,0,1999-09-30, +/games/boxart/full_007-racing_122AmericaFront.jpg,007 Racing,PS,Racing,Electronic Arts,Eutechnyx,6.1,0.53,0.3,,0.2,0.03,2000-11-20, +/games/boxart/4114512ccc.jpg,Oni,PS2,Action,Rockstar Games,Rockstar Toronto,,0.53,0.26,,0.2,0.07,2001-01-29, +/games/boxart/full_5512037AmericaFrontccc.jpg,LEGO The Incredibles,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,6.5,0.53,0.18,,0.27,0.09,2018-06-15,2018-11-06 +/games/boxart/3756948ccc.jpg,Burnout Revenge,XB,Action,Electronic Arts,Criterion Games,,0.53,0.32,,0.19,0.01,2005-09-13, +/games/boxart/1904523ccc.jpg,The Lord of the Rings: The Fellowship of the Ring,XB,Action,Black Label Games,WXP,,0.53,0.31,,0.19,0.03,2002-09-26, +/games/boxart/full_8687213AmericaFrontccc.jpg,How to Train Your Dragon,DS,Action,Activision,Griptonite Games,,0.53,0.31,,0.17,0.05,2010-03-23, +/games/boxart/full_1948691JapanFrontccc.jpg,Pachi-Slot Aruze Oukoku 4,PS,Misc,Aruze Corp,Aruze Corp,,0.53,,0.49,,0.03,2000-12-14, +/games/boxart/full_9078265AmericaFrontccc.jpg,Jampack Vol. 2,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.53,0.3,,0.2,0.03,1997-01-01, +/games/boxart/full_michael-jackson-the-experience_95AmericaFront.jpg,Michael Jackson: The Experience,PS3,Misc,Ubisoft,Ubisoft Montreal,,0.53,0.25,0,0.19,0.09,2011-04-12, +/games/boxart/4698506ccc.jpg,Are You Smarter than a 5th Grader?,DS,Misc,THQ,ValuSoft,,0.53,0.48,,0,0.04,2007-11-12, +/games/boxart/full_351695JapanFrontccc.jpg,"Sakura Taisen 2 - Kimi, Shinitamou Koto Nakare",SAT,Adventure,Sega,Sega,,0.53,,0.53,,0,1998-04-04, +/games/boxart/4124676ccc.jpg,Clock Tower,PS,Adventure,ASCII Entertainment,Human Entertainment,6.1,0.53,0.07,0.38,0.05,0.03,1997-09-30, +/games/boxart/9591881ccc.jpg,Legacy of Kain: Defiance,PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.53,0.26,,0.2,0.07,2003-11-11, +/games/boxart/2037033ccc.jpg,Phoenix Wright: Ace Attorney - Justice for All,DS,Adventure,Capcom,Capcom,7.6,0.53,0.21,0.26,0.04,0.03,2007-01-16, +/games/boxart/9776874ccc.jpg,Medal of Honor: European Assault,XB,Shooter,Electronic Arts,EA Los Angeles,,0.53,0.32,,0.19,0.02,2005-06-07, +/games/boxart/8411211ccc.jpg,MLB SlugFest 20-04,PS2,Sports,Midway Games,Criterion Games,,0.53,0.26,,0.2,0.07,2003-03-16, +/games/boxart/full_6370753AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PSP,Action,Electronic Arts,Bright Light Productions,,0.53,0.19,,0.21,0.13,2009-06-30, +/games/boxart/full_3364599AmericaFrontccc.jpg,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,Wii,Action,THQ,Incinerator Studios,,0.53,0.49,,0,0.04,2008-10-20, +/games/boxart/full_8272755AmericaFrontccc.jpg,The Lord of the Rings: The Two Towers,GC,Action,Electronic Arts,Stormfront Studios,,0.53,0.41,,0.11,0.01,2002-12-30, +/games/boxart/3788072ccc.jpg,The Warriors,PS2,Action,Rockstar Games,Rockstar Toronto,,0.53,0.44,,0.02,0.07,2005-10-17, +/games/boxart/full_4757671AmericaFrontccc.jpg,Disney Infinity 3.0,X360,Action,Disney Interactive Studios,Avalanche Software,,0.53,0.3,,0.19,0.05,2015-08-30,2018-03-20 +/games/boxart/full_3956211AmericaFrontccc.jpg,G-Force,DS,Action,Disney Interactive Studios,Keen Games,7,0.53,0.26,,0.22,0.05,2009-07-21, +/games/boxart/4916742ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,XB,Action,Ubisoft,Ubisoft Montpellier,,0.53,0.34,,0.17,0.02,2005-11-21, +/games/boxart/full_4269734AmericaFrontccc.jpg,Madden NFL 07,PS3,Sports,EA Sports,EA Tiburon,8,0.53,0.48,0.01,,0.04,2006-11-14, +/games/boxart/full_4486583JapanFrontccc.jpg,J-League Soccer: Prime Goal 2,SNES,Sports,Namco,Namco,,0.53,,0.53,,,1994-08-05, +/games/boxart/full_3423768AmericaFrontccc.jpg,Wayne Gretzky's 3D Hockey,N64,Sports,Midway Games,William's Entertainment,8.1,0.53,0.49,,0.03,0,1996-11-11, +/games/boxart/full_7609389AmericaFrontccc.jpg,Hello Kitty: Big City Dreams,DS,Puzzle,Empire Interactive,"Human Soft, Inc.",,0.53,0.42,,0.07,0.04,2008-11-17, +/games/boxart/full_8054569AmericaFrontccc.jpg,Jewel Master Egypt,DS,Puzzle,Storm City Games,Storm City Games,,0.53,0.21,,0.27,0.05,2009-11-03, +/games/boxart/full_6096723AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,SNES,Strategy,KOEI,Koei / Inis,,0.53,,0.53,,,1995-01-13, +/games/boxart/full_7222522AmericaFrontccc.png,Rune Factory: A Fantasy Harvest Moon,DS,Role-Playing,Natsume,Neverland Company,8.1,0.53,0.35,0.14,0.01,0.03,2007-08-14, +/games/boxart/full_6331720JapanFrontccc.jpg,Winning Post,SNES,Sports,KOEI,Koei,,0.53,,0.53,,,1993-09-10, +/games/boxart/full_7426534AmericaFrontccc.jpg,Dragon Age: Inquisition,X360,Role-Playing,Electronic Arts,BioWare Edmonton,,0.53,0.36,,0.12,0.05,2014-11-18,2019-01-05 +/games/boxart/full_9796286AmericaFrontccc.jpg,Blitz: The League,XB,Sports,Midway Games,Midway Games,7.9,0.53,0.4,,0.11,0.02,2005-10-17, +/games/boxart/full_6593290AmericaFrontccc.jpg,NBA 06,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.53,0.26,,0.2,0.07,2005-11-01,2018-12-04 +/games/boxart/9144681ccc.jpg,Spider-Man,N64,Action,Activision,Edge of Reality,,0.53,0.43,,0.09,0.01,2000-11-21, +/games/boxart/7511800ccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,PSP,Shooter,Ubisoft,High Voltage Software / Ubisoft Paris,6.5,0.53,0.35,,0.1,0.08,2007-08-23, +/games/boxart/full_3454598AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,DS,Fighting,THQ,JAKKS Pacific,,0.53,0.35,,0.13,0.05,2009-10-20, +/games/boxart/full_inazuma-eleven_549PALFront.jpg,Inazuma Eleven,DS,Role-Playing,Nintendo,Level 5,6.8,0.53,,0.38,0.13,0.02,2011-08-26, +/games/boxart/full_8523728AmericaFrontccc.jpg,Return to Castle Wolfenstein: Operation Resurrection,PS2,Shooter,Activision,Raster Productions,,0.53,0.26,,0.2,0.07,2003-05-30, +/games/boxart/8300845ccc.jpg,Gun,XB,Shooter,Activision,Neversoft Entertainment,,0.52,0.38,,0.12,0.02,2005-11-08, +/games/boxart/full_2073728AmericaFrontccc.jpg,F.E.A.R. 2: Project Origin,X360,Shooter,Warner Bros. Interactive,Monolith Productions,7.9,0.52,0.32,0,0.15,0.05,2009-02-10, +/games/boxart/6680451ccc.jpg,Syphon Filter 3,PS,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.52,0.29,,0.2,0.03,2001-11-05, +/games/boxart/full_9891506AmericaFrontccc.jpg,Alien: Isolation,XOne,Adventure,Sega,Creative Assembly,,0.52,0.23,,0.25,0.04,2014-10-07,2018-01-05 +/games/boxart/990694ccc.jpg,That's So Raven 2: Supernatural Style,GBA,Adventure,Buena Vista,A2M,,0.52,0.37,,0.14,0.01,2005-08-21, +/games/boxart/full_7168381AmericaFrontccc.jpg,Harry Potter and the Prisoner of Azkaban,GBA,Adventure,Electronic Arts,Griptonite Games,7,0.52,0.37,,0.14,0.01,2004-05-25, +/games/boxart/2931848ccc.jpg,NFL 2K3,XB,Sports,Sega,Visual Concepts,,0.52,0.38,,0.11,0.02,2002-08-12, +/games/boxart/full_293532AmericaFrontccc.jpg,NBA Live 2002,PS,Sports,EA Sports,EA Canada,,0.52,0.29,,0.19,0.03,2001-10-30, +/games/boxart/3676405ccc.jpg,Final Fantasy Chronicles,PS,Role-Playing,Square,TOSE,9.2,0.52,0.29,,0.2,0.03,2001-06-29, +/games/boxart/full_the-3rd-birthday_6AmericaFront.jpg,The 3rd Birthday,PSP,Role-Playing,Square Enix,HexaDrive,7,0.52,0.13,0.27,0.07,0.05,2011-03-29, +/games/boxart/full_5732484AmericaFrontccc.jpg,Metal Gear Solid 2: Substance,PS2,Action,Konami,Konami Computer Entertainment Japan,8.5,0.52,0.18,0.16,0.14,0.05,2003-03-03, +/games/boxart/full_4376862AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 3,X360,Fighting,Namco Bandai Games,CyberConnect2,,0.52,0.3,0.01,0.17,0.05,2013-03-05,2018-01-06 +/games/boxart/514024ccc.jpg,Fight Night Round 3,PSP,Fighting,EA Sports,EA Chicago,7.2,0.52,0.46,,0.02,0.04,2006-02-20, +/games/boxart/1522598ccc.jpg,Ready 2 Rumble Boxing: Round 2,PS,Fighting,Midway Games,Midway Games,6.5,0.52,0.29,,0.2,0.03,2000-11-09, +/games/boxart/6714834ccc.gif,Rival Schools: United By Fate,PS,Fighting,Capcom,Capcom,,0.52,0.12,0.28,0.08,0.03,1998-09-30, +/games/boxart/882483ccc.jpg,The Grinch,PS,Adventure,Konami,Artificial Mind and Movement,,0.52,0.29,,0.2,0.03,2000-01-01, +/games/boxart/8708058ccc.jpg,The Golden Compass,PS2,Adventure,Sega,Shiny Entertainment,,0.52,0.13,,0,0.39,2007-12-04, +/games/boxart/full_7172424AmericaFrontccc.jpg,Go Diego Go! Safari Rescue,Wii,Action,2K Play,Take-Two Interactive,,0.52,0.47,,0,0.04,2008-02-11, +/games/boxart/full_7156013AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PS3,Action,Konami,Bluepoint Games,9.1,0.52,0.32,,0.13,0.07,2011-11-08, +/games/boxart/full_5532618JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou! 3,PS2,Sports,Sega,Smilebit,,0.52,,0.52,,,2003-06-05, +/games/boxart/4069339ccc.jpg,SSX On Tour,PS2,Sports,EA Sports BIG,EA Canada,,0.52,0.25,,0.2,0.07,2005-10-11, +/games/boxart/8566089ccc.jpg,Tony Hawk's Pro Skater 3,GBA,Sports,Activision,Vicarious Visions,,0.52,0.37,,0.14,0.01,2002-03-04, +/games/boxart/full_sesame-street-once-upon-a-monster_310AmericaFront.jpg,Sesame Street: Once Upon A Monster,X360,Education,Warner Bros. Interactive,Double Fine Productions,8,0.52,0.39,,0.09,0.04,2011-10-11,2022-07-10 +/games/boxart/full_918860AmericaFrontccc.jpg,Seaman,DC,Simulation,Sega,VIVARIUM Inc.,8.1,0.52,,0.52,,,2000-08-09, +/games/boxart/full_2411382AmericaFrontccc.jpg,Littlest Pet Shop 3: Biggest Stars - Blue / Pink / Purple Team,DS,Simulation,Electronic Arts,EA Salt Lake,,0.52,0.49,,,0.03,2010-10-05, +/games/boxart/4944829ccc.jpg,We Cheer,Wii,Simulation,Namco Bandai,"Machatin, Inc.",,0.52,0.47,0,0,0.04,2008-09-30, +/games/boxart/full_the-sims-2-open-for-business_230AmericaFront.jpg,The Sims 2: Open for Business,PC,Simulation,Electronic Arts,Maxis,,0.52,0.46,,0.05,,2006-02-28, +/games/boxart/full_2554626AmericaFrontccc.jpg,FIFA 15,3DS,Sports,EA Sports,EA Canada,,0.52,0.09,,0.39,0.03,2014-09-23,2018-03-23 +/games/boxart/99404ccc.jpg,NCAA Football 2003,XB,Sports,EA Sports,EA Tiburon,,0.52,0.39,,0.11,0.02,2002-07-20, +/games/boxart/1584469ccc.jpg,NBA Live 09,PS3,Sports,Electronic Arts,EA Canada,,0.52,0.46,0.02,0,0.04,2008-10-07, +/games/boxart/full_5783059AmericaFrontccc.jpg,Madden NFL 13,Wii,Sports,EA Sports,EA Tiburon,,0.52,0.47,,,0.05,2012-08-28,2018-01-04 +/games/boxart/full_5373058AmericaFrontccc.jpg,SimAnimals,DS,Simulation,Electronic Arts,Electronic Arts,,0.52,0.26,0,0.21,0.05,2009-01-21, +/games/boxart/full_9096505AmericaFrontccc.jpg,NHL 17,PS4,Sports,EA Sports,EA Canada,,0.52,0.32,,0.11,0.09,2016-09-13, +/games/boxart/full_8799884AmericaFrontccc.jpg,NBA Live 08,X360,Sports,Electronic Arts,EA Canada,,0.52,0.47,0,0,0.04,2007-10-01, +/games/boxart/full_tiger-woods-pga-tour-11_9AmericaFront.jpg,Tiger Woods PGA Tour 11,X360,Sports,EA Sports,EA Tiburon,8.1,0.52,0.28,,0.19,0.05,2010-06-08, +/games/boxart/2951220ccc.jpg,We Love Katamari,PS2,Puzzle,Namco,Namco,8.2,0.52,0.26,,0.2,0.07,2005-09-20, +/games/boxart/full_4922153AmericaFrontccc.jpg,Classic Word Games,DS,Puzzle,Ubisoft,Ubisoft,,0.52,0.09,,0.36,0.06,2009-06-23, +/games/boxart/full_7619495AmericaFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,X360,Platform,Disney Interactive Studios,Junction Point Studios,,0.52,0.32,,0.15,0.05,2012-11-18,2018-04-14 +/games/boxart/8839970ccc.jpg,Kung Fu Panda,PS3,Platform,Activision,Luxoflux,,0.52,0.21,,0.21,0.09,2008-06-03, +/games/boxart/2940050ccc.jpg,The Magical Quest starring Mickey Mouse (weekly jp sales),SNES,Platform,Capcom,Capcom,,0.52,,0.52,,,1992-12-01, +/games/boxart/full_8919599AmericaFrontccc.jpg,Skylanders: Trap Team,PS4,Platform,Activision,Toys for Bob,,0.52,0.25,,0.18,0.09,2014-10-05,2018-03-17 +/games/boxart/full_3076031AmericaFrontccc.jpg,Frozen: Olaf's Quest,DS,Platform,GameMill Entertainment,1st Playable Productions,,0.52,0.21,,0.27,0.04,2013-11-12,2018-04-02 +/games/boxart/746374ccc.jpg,Mega Man 6,NES,Platform,Nintendo,Capcom,,0.52,0.28,0.16,0.07,0.01,1994-03-01, +/games/boxart/9841540ccc.jpg,Silent Hill: Origins,PSP,Action,Konami,Climax Group,7.8,0.52,0.22,0.04,0.16,0.1,2007-11-06, +/games/boxart/full_1208460AmericaFrontccc.jpg,Guinness World Records: The Videogame,DS,Action,Warner Bros. Interactive,Traveller's Tales,,0.52,0.47,,0.01,0.04,2008-11-11, +/games/boxart/full_2166520AmericaFrontccc.jpg,Mission: Impossible,PS,Action,Atari,X-ample,,0.52,0.29,,0.2,0.03,1999-11-23, +/games/boxart/full_2905395AmericaFrontccc.jpg,Tomb Raider: Legend,PS2,Action,Eidos Interactive,Crystal Dynamics,,0.52,0.25,0.02,0.19,0.06,2006-04-11, +/games/boxart/7829182ccc.jpg,Stuntman: Ignition,PS3,Racing,THQ,Paradigm Entertainment,,0.52,0.17,,0.26,0.1,2007-09-17, +/games/boxart/full_5641853AmericaFrontccc.png,GT Pro Series,Wii,Racing,Ubisoft,MTO,3.7,0.52,0.46,0.02,0.01,0.04,2006-11-14, +/games/boxart/full_cars-2-the-video-game_856AmericaFront.jpg,Cars 2,PS3,Racing,Disney Interactive Studios,Avalanche Software,7.5,0.52,0.22,,0.22,0.09,2011-06-21, +/games/boxart/full_3044096JapanFrontccc.jpg,Kenkou Ouen Recipe 1000: DS Kondate Zenshuu,DS,Misc,Nintendo,Nintendo,,0.52,,0.52,,,2006-12-07, +/games/boxart/full_3117318AmericaFrontccc.jpg,Jampack Winter 2002,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.52,0.25,,0.2,0.07,2002-10-17, +/games/boxart/full_singstar-dance_4AmericaFront.jpg,SingStar Dance,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.52,0.09,,0.32,0.11,2010-11-09, +/games/boxart/full_8996425AmericaFrontccc.jpg,Way of the Samurai 3,PS3,Action,Agetec,Acquire,6.5,0.52,0.18,0.22,0.08,0.04,2009-10-13, +/games/boxart/5323152ccc.jpg,Mario Tennis: Power Tour,GBA,Sports,Nintendo,Camelot Software Planning,,0.52,0.24,0.19,0.09,0.01,2005-12-05, +/games/boxart/full_8682761AmericaFrontccc.jpg,Mystery Dungeon: Shiren the Wanderer,DS,Role-Playing,Sega,ChunSoft,7.1,0.52,0.17,0.33,0,0.02,2008-03-04, +/games/boxart/9664462ccc.jpg,Swing Away Golf,PS2,Sports,Electronic Arts,Tikipod,,0.52,0.17,0.18,0.13,0.04,2000-10-25, +/games/boxart/6605010ccc.jpg,Freedom Fighters,PS2,Shooter,Electronic Arts,IO Interactive,,0.52,0.25,,0.2,0.07,2003-10-01, +/games/boxart/6421078ccc.gif,The Punisher,PS2,Shooter,THQ,Volition Inc.,,0.52,0.25,,0.2,0.07,2005-01-17, +/games/boxart/2249762ccc.jpg,Omega Boost,PS,Shooter,Sony Computer Entertainment,Polyphony Digital,,0.52,0.17,0.2,0.11,0.03,1999-08-31, +/games/boxart/full_9766951AmericaFrontccc.jpg,Rune Factory 2: A Fantasy Harvest Moon,DS,Role-Playing,Natsume,Neverland Company,7.9,0.52,0.32,0.15,0.03,0.03,2008-11-18, +/games/boxart/full_5674307AmericaFrontccc.jpg,Spectrobes: Beyond the Portals,DS,Role-Playing,Disney Interactive Studios,Jupiter Multimedia,7.3,0.52,0.36,,0.11,0.05,2008-10-07, +/games/boxart/full_1852087AmericaFrontccc.jpg,Alice in Wonderland,Wii,Adventure,Disney Interactive Studios,Etranges Libellules,6.3,0.51,0.25,,0.21,0.05,2010-03-02, +/games/boxart/6257930ccc.jpg,River Raid II,2600,Shooter,Activision,Activision,,0.51,0.47,,0.03,0.01,1988-07-28, +/games/boxart/9294556ccc.jpg,Summoner,PS2,Role-Playing,THQ,Volition Inc.,,0.51,0.25,,0.2,0.07,2000-10-25, +/games/boxart/full_6963866JapanFrontccc.jpg,Final Fantasy,WS,Role-Playing,Square,SquareSoft,,0.51,,0.51,,,2000-12-09, +/games/boxart/full_587160AmericaFrontccc.jpg,International Track & Field,PS,Sports,Konami,Konami,,0.51,0.08,0.35,0.05,0.03,1996-06-28, +/games/boxart/full_4047867AmericaFrontccc.jpg,Mario & Luigi Superstar Saga + Bowser's Minions,3DS,Role-Playing,Nintendo,AlphaDream Corporation,,0.51,0.2,0.08,0.2,0.04,2017-10-06,2018-01-26 +/games/boxart/full_9067296JapanFrontccc.png,Yokai Watch Busters 2: Hihou Densetsu Banbarayaa - Magnum / Sword,3DS,Role-Playing,Level 5,Level 5,,0.51,,0.51,,,2017-12-16,2018-09-09 +/games/boxart/1715403ccc.jpg,NBA Live 2004,XB,Sports,EA Sports,EA Canada,,0.51,0.44,,0.04,0.02,2003-10-14, +/games/boxart/full_spongebob-squarepants-lights-camera-pants_423AmericaFront.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",GBA,Misc,THQ,WayForward Technologies,,0.51,0.37,,0.14,0.01,2005-10-21, +/games/boxart/5924837ccc.jpg,Rugrats: Scavenger Hunt,N64,Misc,THQ,Realtime Associates,,0.51,0.41,,0.09,0.01,1999-06-29, +/games/boxart/full_cars-toon-maters-tall-tales_2AmericaFront.jpg,Cars Toon: Mater's Tall Tales,Wii,Misc,Disney Interactive Studios,Papaya Studios,,0.51,0.45,,0.02,0.04,2010-10-19, +/games/boxart/275005ccc.jpg,Capcom Classics Collection,PS2,Misc,Capcom,Digital Eclipse,,0.51,0.22,0.05,0.17,0.06,2005-09-27, +/games/boxart/9547361ccc.jpg,Monopoly Party,PS2,Misc,Infogrames,Runecraft,,0.51,0.25,,0.19,0.06,2002-11-11, +/games/boxart/2445430ccc.gif,World Championship Poker,XB,Misc,Crave Entertainment,Coresoft,,0.51,0.37,,0.11,0.02,2004-11-30, +/games/boxart/full_3743977AmericaFrontccc.jpg,DiRT Rally,PS4,Racing,Codemasters,Codemasters,8.3,0.51,0.13,,0.3,0.08,2016-04-05,2018-01-17 +/games/boxart/7849672ccc.jpg,Pac-Man Fever,PS2,Misc,Namco,Mass Media,,0.51,0.25,,0.2,0.07,2002-09-02, +/games/boxart/full_daigasso-band-brothers-dx_5PALFront.jpg,Jam With the Band,DS,Misc,Nintendo,Nintendo SDD,,0.51,,0.51,0,0,2010-05-21, +/games/boxart/full_9360209AmericaFrontccc.jpg,Lair,PS3,Action,Sony Computer Entertainment,Factor 5,5.5,0.51,0.36,0.08,0.04,0.04,2007-08-30, +/games/boxart/full_6689168AmericaFrontccc.jpg,Dynasty Warriors,PSP,Action,Tecmo Koei,Omega Force,6.6,0.51,0.18,0.3,0,0.02,2005-03-17, +/games/boxart/9771651ccc.jpg,Iron Man,DS,Action,Sega,Artificial Mind and Movement,,0.51,0.35,,0.12,0.05,2008-05-02, +/games/boxart/full_4859103AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.51,0.21,,0.26,0.04,2014-11-11,2018-01-06 +/games/boxart/2976284ccc.jpg,The BIGS,PS2,Sports,2K Sports,Blue Castle Games,,0.51,0.25,,0.19,0.06,2007-06-25, +/games/boxart/full_1969235AmericaFrontccc.jpg,NHL 16,XOne,Sports,EA Sports,EA Canada,,0.51,0.41,,0.05,0.05,2015-09-15, +/games/boxart/1039342ccc.jpg,Disney's Kim Possible: Revenge of Monkey Fist,GBA,Platform,Disney Interactive Studios,Digital Eclipse,5,0.51,0.37,,0.14,0.01,2002-11-13, +/games/boxart/full_4983262AmericaFrontccc.jpg,Hitman 2,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,IO Interactive,,0.51,0.19,0.02,0.22,0.08,2018-11-13,2018-11-22 +/games/boxart/full_2950669AmericaFrontccc.jpg,Test Drive Unlimited,PSP,Racing,Atari,Melbourne House,7.7,0.51,0.08,,0.28,0.15,2007-03-21, +/games/boxart/full_prince-of-persia-classic-trilogy-hd_77AmericaFront.jpg,Prince of Persia Trilogy,PS3,Action,Ubisoft,Ubisoft,8.3,0.51,0.17,,0.24,0.09,2011-04-19, +/games/boxart/full_230128AmericaFrontccc.jpg,100 All-Time Favorites,DS,Puzzle,Ubisoft,Ubisoft,,0.51,0.35,,0.12,0.04,2009-10-27, +/games/boxart/full_402484AmericaFrontccc.jpg,Ratatouille,PS3,Platform,THQ,Heavy Iron Studios,5.2,0.51,0.09,,0.32,0.1,2007-10-23, +/games/boxart/full_4232833AmericaFrontccc.jpg,Major League Baseball 2K10,X360,Sports,2K Sports,Visual Concepts,7.4,0.51,0.47,,,0.04,2010-03-02, +/games/boxart/full_2287522AmericaFrontccc.jpg,Pro Evolution Soccer 2010,Wii,Sports,Konami,Konami,8.1,0.51,0.12,0.06,0.27,0.05,2009-11-10, +/games/boxart/7698ccc.jpg,International Superstar Soccer 2000 (All region sales),N64,Sports,Konami,KCEO,,0.51,0.01,0.22,0.26,0.02,2000-08-03, +/games/boxart/full_5198456AmericaFrontccc.jpg,Tiger Woods PGA Tour 13,X360,Sports,Electronic Arts,EA Tiburon,,0.51,0.29,,0.18,0.05,2012-03-27,2018-09-28 +/games/boxart/8248344ccc.jpg,Wrecking Crew,NES,Platform,Nintendo,Nintendo,,0.51,,0.51,,,1985-10-01, +/games/boxart/full_7893010AmericaFrontccc.jpg,Monsters vs. Aliens,DS,Platform,Activision,Amaze Entertainment,,0.51,0.33,,0.13,0.05,2009-03-24, +/games/boxart/7203325ccc.jpg,HSX HyperSonic.Xtreme,PS2,Racing,Majesco,Blade Interactive,,0.51,0.25,,0.2,0.07,2003-01-26, +/games/boxart/6311015ccc.gif,Petz: Hamsterz Life 2,DS,Action,Ubisoft,Unknown,,0.51,0.47,,,0.04,2007-11-13, +/games/boxart/2670425ccc.jpg,My Word Coach,Wii,Misc,Ubisoft,Ubisoft Montreal,,0.51,0.46,,0.01,0.04,2007-11-06, +/games/boxart/full_6528075AmericaFrontccc.jpg,The Saboteur,X360,Action,Electronic Arts,Pandemic Studios,7.2,0.51,0.26,,0.2,0.05,2009-12-08, +/games/boxart/full_4394302AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,X360,Simulation,505 Games,Gaijin Entertainment,,0.51,0.23,,0.23,0.05,2009-09-08, +/games/boxart/full_8428240AmericaFrontccc.jpg,Fire Emblem Warriors,NS,Action,Nintendo,Omega Force,7.3,0.51,0.22,0.1,0.14,0.04,2017-10-20,2020-08-03 +/games/boxart/full_1612677AmericaFrontccc.jpg,Way of the Samurai,PS2,Action,BAM! Entertainment,Acquire,,0.51,0.13,0.25,0.1,0.03,2002-05-31, +/games/boxart/full_7807282AmericaFrontccc.jpg,NBA Ballers,XB,Sports,Midway Games,Midway,,0.51,0.37,,0.11,0.02,2004-04-05, +/games/boxart/full_nba-2k11_7AmericaFront.jpg,NBA 2K11,Wii,Sports,2K Sports,Visual Concepts,,0.51,0.47,,0.01,0.03,2010-10-05, +/games/boxart/full_8307952JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10,PS2,Sports,Konami,Diamond Head,,0.51,,0.51,,,2003-07-17, +/games/boxart/full_virtual-pool_9AmericaFront.jpg,Virtual Pool,PS,Sports,Interplay,Celeris,,0.51,0.28,,0.19,0.03,1997-02-28, +/games/boxart/full_7259671AmericaFrontccc.jpg,NBA Live 07,PSP,Sports,EA Sports,EA Canada,7,0.51,0.47,,0,0.04,2006-09-25, +/games/boxart/full_6909678AmericaFrontccc.jpg,NHL FaceOff 98,PS,Sports,Sony Computer Entertainment,Killer Game,,0.51,0.28,,0.19,0.03,1997-09-30, +/games/boxart/9571270ccc.jpg,Madden NFL 2004,GC,Sports,EA Sports,EA Tiburon,9.2,0.51,0.4,,0.1,0.01,2003-08-12, +/games/boxart/full_6912453AmericaFrontccc.jpg,Dragon Ball: Raging Blast,X360,Fighting,Namco Bandai,Spike,5.8,0.51,0.36,0.02,0.08,0.04,2009-11-10, +/games/boxart/3371663ccc.jpg,Dragon Ball Z: Supersonic Warriors,GBA,Fighting,Atari,Banpresto,7.1,0.51,0.36,,0.13,0.01,2004-06-22, +/games/boxart/full_9378049AmericaFrontccc.jpg,SoulCalibur: Broken Destiny,PSP,Fighting,Namco Bandai,Project Soul,8,0.51,0.12,0.07,0.2,0.12,2009-09-01, +/games/boxart/full_7632474AmericaFrontccc.jpg,Naruto Shippuden: Clash of Ninja Revolution III,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.51,0.44,,0.04,0.04,2009-11-17, +/games/boxart/full_bleach-soul-resurreccion_230AmericaFront.jpg,Bleach: Soul Resurreccion,PS3,Fighting,NIS America,Eighting,6.7,0.51,0.27,0.07,0.11,0.06,2011-08-03, +/games/boxart/full_35726AmericaFrontccc.png,Halo Wars 2,XOne,Strategy,Microsoft Studios,Creative Assembly,7,0.51,0.31,,0.15,0.05,2017-02-21,2018-02-24 +/games/boxart/full_7677457JapanFrontccc.gif,Dai-4-Ji Super Robot Taisen S,PS,Strategy,Banpresto,Winky Soft,,0.51,,0.48,,0.03,1996-01-26, +/games/boxart/full_dc-universe-online_279AmericaFront.jpg,DC Universe Online,PS3,MMO,Sony Online Entertainment,WBIE,6.5,0.51,0.35,,0.11,0.06,2011-01-11,2018-09-15 +/games/boxart/867527ccc.jpg,NHL 07,PS2,Sports,EA Sports,EA Montreal,7.2,0.51,0.42,,0.02,0.07,2006-09-12, +/games/boxart/full_8873464AmericaFrontccc.jpg,Silent Hill 4: The Room,PS2,Adventure,Konami,KCET,,0.51,0.25,,0.19,0.06,2004-09-07, +/games/boxart/full_5743048AmericaFrontccc.jpg,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,DS,Adventure,Activision,Black Lantern Studios,,0.51,0.12,,0.33,0.06,2009-11-03, +/games/boxart/4158811ccc.jpg,Fishing Derby,2600,Sports,Activision,Activision,,0.51,0.48,,0.03,0.01,1980-01-01, +/games/boxart/6528202ccc.jpg,Men in Black II: Alien Escape,PS2,Shooter,Infogrames,Melbourne House,,0.5,0.24,,0.19,0.06,2002-06-27, +/games/boxart/full_2650418AmericaFrontccc.jpg,Star Wars: Clone Wars,PS2,Shooter,LucasArts,Pandemic Studios,,0.5,0.24,,0.19,0.06,2002-12-10, +/games/boxart/full_goldeneye-007-reloaded_340AmericaFront.jpg,Goldeneye 007: Reloaded,X360,Shooter,Activision,Eurocom,7.4,0.5,0.25,,0.2,0.05,2011-11-01, +/games/boxart/3865532ccc.jpg,Chopper Command,2600,Shooter,Activision,Activision,,0.5,0.47,,0.03,0.01,1982-06-15, +/games/boxart/full_4310711AmericaFrontccc.jpg,Wet,X360,Shooter,Bethesda Softworks,Artificial Mind and Movement,6.9,0.5,0.23,0.01,0.21,0.05,2009-09-15, +/games/boxart/full_6782238AmericaFrontccc.jpg,Homefront: The Revolution,PS4,Shooter,Deep Silver,Dambuster Studios,,0.5,0.11,0.04,0.29,0.07,2016-05-17,2018-05-24 +/games/boxart/full_702691AmericaFrontccc.jpg,Attack on Titan,PS4,Action,Tecmo Koei,Omega Force,,0.5,0.08,0.12,0.24,0.06,2017-01-01,2018-09-11 +/games/boxart/full_8104518AmericaFrontccc.jpg,Lost: Via Domus,PS3,Action,Ubisoft,Ubisoft Montreal,,0.5,0.19,,0.23,0.09,2008-02-26, +/games/boxart/9358375ccc.jpg,Midnight Magic,2600,Action,Atari,Atari,,0.5,0.47,,0.03,0.01,1984-01-01, +/games/boxart/full_steel-diver_925AmericaFront.jpg,Steel Diver,3DS,Action,Nintendo,Nintendo EAD,5.6,0.5,0.31,0.05,0.1,0.04,2011-03-27, +/games/boxart/7541371ccc.jpg,Gauntlet,2600,Action,Answer Software,Answer Software,,0.5,0.46,,0.03,0.01,1983-01-01, +/games/boxart/full_1569928AmericaFrontccc.jpg,Rock Band Unplugged,PSP,Misc,MTV Games,Backbone Entertainment / Harmonix Music Systems,8,0.5,0.25,,0.15,0.11,2009-06-09, +/games/boxart/3113777ccc.gif,Blue's Clues: Blue's Big Musical,PS,Misc,THQ,Terryglyph Interactive Studios,,0.5,0.28,,0.19,0.03,2001-08-24, +/games/boxart/5622756ccc.jpg,RealSports Tennis,2600,Sports,Atari,Atari,,0.5,0.46,,0.03,0.01,1983-01-01, +/games/boxart/full_9281437AmericaFrontccc.jpg,Madden NFL 07,Wii,Sports,EA Sports,HB Studios,8.2,0.5,0.46,,0,0.04,2006-11-14, +/games/boxart/7939179ccc.jpg,NHL 09,X360,Sports,Electronic Arts,EA Canada,9,0.5,0.45,,0.01,0.04,2008-09-09, +/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_10AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,DS,Action,Activision,Now Production,,0.5,0.43,0.02,0.02,0.03,2010-11-02, +/games/boxart/full_3818099AmericaFrontccc.jpg,Shrek SuperSlam,PS2,Action,Activision,Shaba Games,,0.5,0.24,,0.19,0.06,2005-10-25, +/games/boxart/full_8298662AmericaFrontccc.jpg,Monster Hunter,PS2,Role-Playing,Capcom,Capcom,,0.5,0.11,0.28,0.08,0.03,2004-09-21, +/games/boxart/9989755ccc.jpg,Rugrats in Paris: The Movie,N64,Action,THQ,Avalanche Software,,0.5,0.4,,0.09,0.01,2000-11-12, +/games/boxart/full_3517674AmericaFrontccc.png,Pokémon Art Academy,3DS,Misc,Nintendo,Headstrong Games,7.8,0.5,0.18,0.17,0.12,0.03,2014-10-24,2018-08-03 +/games/boxart/full_9005044JapanFrontccc.jpg,PoPoLoCrois Monogatari,PS,Role-Playing,Sony Computer Entertainment,SCE,,0.5,,0.46,,0.03,1996-07-12, +/games/boxart/full_8082935AmericaFrontccc.jpg,Dragon's Crown,PS3,Role-Playing,Atlus,Vanillaware,,0.5,0.27,0.17,0.04,0.02,2013-08-06, +/games/boxart/full_monster-hunter-portable-3rd-hd-ver_136JapanFront.jpg,Monster Hunter Portable 3rd HD Ver.,PS3,Role-Playing,Capcom,Capcom,,0.5,,0.5,,,2011-08-25, +/games/boxart/2350055ccc.jpg,Tactics Ogre: The Knight of Lodis,GBA,Role-Playing,Atlus,Quest Corporation,8.5,0.5,0.13,0.31,0.05,0.01,2002-05-11, +/games/boxart/5403157ccc.jpg,RPG Maker,PS,Role-Playing,Agetec,Agetec Inc.,,0.5,0.11,0.29,0.07,0.03,2000-09-19, +/games/boxart/full_6206125AmericaFrontccc.jpg,Major League Baseball 2K12,X360,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.5,0.47,,,0.03,2012-03-06,2018-11-03 +/games/boxart/9340493ccc.jpg,Tiger Woods PGA Tour 07,PS3,Sports,EA Sports,EA Redwood Shores,8.1,0.5,0.31,,0.12,0.07,2006-11-14, +/games/boxart/full_5223684AmericaFrontccc.jpg,Dragon Age: Origins,PC,Role-Playing,Electronic Arts,BioWare Corp.,9.1,0.5,,,0.46,0.04,2009-11-03, +/games/boxart/full_3697930AmericaFrontccc.jpg,Burnout Revenge,X360,Racing,Electronic Arts,Criterion,8.8,0.5,0.42,,0.04,0.04,2006-03-07, +/games/boxart/7932030ccc.gif,SplashDown: Rides Gone Wild,PS2,Racing,THQ,Rainbow Studios,,0.5,0.24,,0.19,0.06,2003-08-05, +/games/boxart/full_8055898AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,PS3,Racing,Sega,Sumo Digital,,0.5,0.08,0.02,0.33,0.07,2012-11-18,2018-12-03 +/games/boxart/full_3688368AmericaFrontccc.jpg,Major League Baseball 2K13,X360,Sports,2K Sports,"Visual Concepts, Ltd.",,0.5,0.45,,,0.05,2013-03-05,2018-09-29 +/games/boxart/8266954ccc.jpg,Picross DS,DS,Puzzle,Nintendo,Jupiter Multimedia,8.4,0.5,0.17,0.3,0.02,0.02,2007-07-30, +/games/boxart/full_2506149AmericaFrontccc.jpg,Picross 3D,DS,Puzzle,Nintendo,HAL Laboratory,8.7,0.5,0.28,0.16,0.03,0.03,2010-05-03, +/games/boxart/full_madden-nfl-11_10AmericaFront.jpg,Madden NFL 11,PS2,Sports,EA Sports,EA Tiburon,,0.5,0.41,,0.02,0.07,2010-08-10, +/games/boxart/full_5056234AmericaFrontccc.jpg,Fantastic 4,PS2,Action,Activision,7 Studios,,0.5,0.41,,0.01,0.07,2005-06-27, +/games/boxart/full_9616568AmericaFrontccc.jpg,Dance Dance Revolution Universe 2,X360,Simulation,Konami,Bemani,,0.5,0.46,,0,0.04,2007-12-04, +/games/boxart/full_8340488AmericaFrontccc.jpg,Bully: Scholarship Edition,Wii,Action,Rockstar Games,Rockstar Toronto,8.4,0.5,0.17,,0.28,0.06,2008-03-04, +/games/boxart/full_5796766JapanFrontccc.jpg,Super Famista 5,SNES,Sports,Namco,Namco,,0.5,,0.5,,0,1996-02-29, +/games/boxart/full_1974803AmericaFrontccc.jpg,Pro Evolution Soccer 2019,PS4,Sports,Konami,Konami,,0.5,0.06,0.15,0.23,0.05,2018-08-28,2018-09-26 +/games/boxart/full_1378952AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.5,0.24,,0.22,0.04,2016-06-28,2018-03-31 +/games/boxart/full_127898PALFrontccc.jpg,FIFA 14,PSV,Sports,EA Sports,EA Canada,,0.5,0.08,0.01,0.3,0.11,2013-09-24,2018-09-15 +/games/boxart/full_8618261AmericaFrontccc.jpg,Tony Hawk's Underground 2,GC,Sports,Activision,Neversoft Entertainment,8.6,0.5,0.38,,0.1,0.01,2004-10-04, +/games/boxart/6399651ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GBA,Adventure,THQ,Tantalus Interactive,,0.5,0.36,,0.13,0.01,2004-09-13, +/games/boxart/full_8011942AmericaFrontccc.jpg,Rooms: The Main Building,DS,Adventure,Hudson Soft,HandMade Game,,0.5,0.1,0.01,0.35,0.05,2010-03-23, +/games/boxart/3505758ccc.jpg,Avatar: The Last Airbender,GC,Adventure,THQ,AWE Games,5.5,0.5,0.39,,0.1,0.01,2006-10-10, +/games/boxart/1602374ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,PS2,Adventure,THQ,THQ,,0.5,0.24,,0.19,0.06,2004-09-13, +/games/boxart/full_alice-madness-returns_827AmericaFront.jpg,Alice: Madness Returns,X360,Adventure,Electronic Arts,Spicy Horse,6.9,0.5,0.27,0.04,0.15,0.04,2011-06-14, +/games/boxart/5232019ccc.jpg,Ratatouille,Wii,Platform,THQ,Asobo Studio,6.5,0.5,0.43,,0.03,0.04,2007-06-26, +/games/boxart/9050384ccc.jpg,Looney Tunes: Back in Action,PS2,Platform,Warner Bros. Interactive,Warthog,,0.5,0.25,,0.19,0.06,2003-11-19, +/games/boxart/full_3047177AmericaFrontccc.jpg,Crash: Mind Over Mutant,PS2,Platform,Activision,Radical Entertainment,,0.5,0.25,,0.19,0.06,2008-10-07, +/games/boxart/full_3830133AmericaFrontccc.jpg,Epic Mickey: Power of Illusion,3DS,Platform,Disney Interactive Studios,DreamRift,6.6,0.5,0.36,0.04,0.05,0.04,2012-11-18,2018-01-09 +/games/boxart/1997427ccc.jpg,Nicktoons: Attack of the Toybots,PS2,Platform,THQ,Blue Tongue Entertainment,,0.5,0.24,,0.19,0.06,2007-10-23, +/games/boxart/2604728ccc.jpg,Sega Bass Fishing,Wii,Sports,Sega,Cavia Inc.,,0.5,0.45,0,0.01,0.04,2008-02-26, +/games/boxart/full_pro-evolution-soccer-2012_330AmericaFront.jpg,Pro Evolution Soccer 2012,X360,Sports,Konami,Konami,7.7,0.5,0.1,,0.34,0.06,2011-09-27, +/games/boxart/full_8195933AmericaFrontccc.jpg,Bases Loaded '96: Double Header,PS,Sports,Jaleco,Jaleco Entertainment,,0.5,0.28,,0.19,0.03,1995-12-01, +/games/boxart/834868ccc.jpg,NBA Street Homecourt,X360,Sports,EA Sports,EA Canada,,0.5,0.45,0,0.01,0.04,2007-02-20, +/games/boxart/full_4968069AmericaFrontccc.jpg,Hometown Story,3DS,Simulation,Natsume,Toy Box,5.5,0.5,0.29,0.04,0.13,0.04,2013-10-22,2018-01-14 +/games/boxart/full_3753232AmericaFrontccc.jpg,Dead or Alive Ultimate,XB,Fighting,Tecmo,Team Ninja,8.1,0.5,0.3,0.08,0.1,0.02,2004-10-26, +/games/boxart/8970120ccc.jpg,Midnight Club II,XB,Racing,Rockstar Games,Rockstar San Diego,,0.5,0.42,,0.06,0.02,2003-06-03, +/games/boxart/1624016ccc.jpg,The Mummy Returns,PS2,Action,Universal Interactive,Blitz Games,,0.5,0.25,,0.19,0.06,2001-10-03, +/games/boxart/full_2083118AmericaFrontccc.jpg,Transformers: War for Cybertron,PS3,Action,Activision,High Moon Studios,7.8,0.5,0.24,,0.18,0.07,2010-06-22, +/games/boxart/5335336ccc.jpg,Hitman: Blood Money,PS2,Action,Eidos Interactive,IO Interactive,8.2,0.5,0.25,,0.19,0.06,2006-05-30, +/games/boxart/full_9811944AmericaFrontccc.jpg,WWE SmackDown vs. RAW 2007,X360,Fighting,THQ,Yuke's,8,0.5,0.44,,0.03,0.04,2006-11-14, +/games/boxart/9261165ccc.jpg,Raiders of the Lost Ark,2600,Action,Atari,Atari,,0.5,0.46,,0.03,0.01,1982-01-01, +/games/boxart/full_8847865AmericaFrontccc.jpg,PlayStation All-Stars Battle Royale,PSV,Fighting,Sony Computer Entertainment,Bluepoint Games,,0.5,0.21,0.01,0.16,0.12,2012-11-20,2018-01-12 +/games/boxart/full_4798925JapanFrontccc.jpg,Super Robot Taisen MX,PS2,Strategy,Banpresto,TOSE,,0.5,,0.5,,,2004-05-27, +/games/boxart/full_6755158JapanFrontccc.jpg,Super Robot Taisen Z,PS2,Strategy,Namco Bandai,Banpresto,,0.5,,0.5,,,2008-09-25, +/games/boxart/full_ruse_6AmericaFront.jpg,R.U.S.E.,PS3,Strategy,Ubisoft,Eugen Systems,8,0.5,0.18,0.02,0.22,0.08,2010-09-07, +/games/boxart/full_4247192AmericaFrontccc.jpg,Paws & Claws: Dogs & Cats Best Friends,DS,Simulation,THQ,Sproing Interactive Media,,0.5,0.46,,0.01,0.04,2007-10-03, +/games/boxart/full_super-monkey-ball-3d_839AmericaFront.jpg,Super Monkey Ball 3D,3DS,Action,Sega,Sega,5.7,0.5,0.26,0.05,0.15,0.04,2011-03-27, +/games/boxart/7757085ccc.jpg,Spider-Man 2,DS,Action,Activision,Vicarious Visions,6.1,0.5,0.41,0.03,0.02,0.04,2004-11-16, +/games/boxart/2554783ccc.jpg,Tomb Raider: Anniversary,PS2,Action,Eidos Interactive,Crystal Dynamics,,0.5,0.41,,0.02,0.07,2007-06-05, +/games/boxart/9971233ccc.jpg,Star Wars: Jedi Starfighter,PS2,Simulation,LucasArts,Secret Level,,0.5,0.24,,0.19,0.06,2002-03-10, +/games/boxart/full_4874149JapanFrontccc.jpg,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS3,Action,Square Enix,Square Enix,,0.5,,0.5,,,2015-02-26,2019-01-30 +/games/boxart/4849091ccc.jpg,Disney Sing It,PS2,Misc,Disney Interactive Studios,Zoe Mode,,0.5,0.25,,0.19,0.06,2008-10-21, +/games/boxart/2440281ccc.jpg,Activision Anthology,PS2,Misc,Activision,Contraband Entertainment,,0.5,0.25,,0.19,0.06,2002-11-25, +/games/boxart/full_6227989AmericaFrontccc.jpg,Metal Gear Rising: Revengeance,X360,Action,Konami Digital Entertainment,PlatinumGames,,0.5,0.3,,0.15,0.05,2013-02-19,2018-01-12 +/games/boxart/full_8760895AmericaFrontccc.jpg,Mad Max (2013),XOne,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,0.5,0.29,,0.16,0.05,2015-09-01,2018-01-05 +/games/boxart/7218781ccc.jpg,GoldenEye: Rogue Agent,XB,Shooter,Electronic Arts,Dreamworks Games,,0.49,0.34,,0.13,0.02,2004-11-22, +/games/boxart/full_5841817AmericaFrontccc.jpg,Fire Emblem: Radiant Dawn,Wii,Strategy,Nintendo,Intelligent Systems,7.7,0.49,0.27,0.17,0.03,0.03,2007-11-05, +/games/boxart/full_7739417AmericaFrontccc.jpg,The Evil Within,X360,Misc,Bethesda Softworks,Tango Gameworks,,0.49,0.28,0.01,0.16,0.04,2014-10-14,2018-03-13 +/games/boxart/full_2245851JapanFrontccc.jpg,Taiko no Tatsujin: Appare Sandaime,PS2,Misc,Namco,Namco,,0.49,,0.49,,,2003-10-30, +/games/boxart/full_6744670AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,X360,Shooter,Square Enix,IO Interactive,6.4,0.49,0.2,0.01,0.23,0.05,2010-08-17, +/games/boxart/full_8206664AmericaFrontccc.jpg,Die Hard Trilogy 2: Viva Las Vegas,PS,Action,Fox Interactive,n-Space,,0.49,0.27,,0.18,0.03,2000-02-29, +/games/boxart/full_8174637AmericaFrontccc.jpg,Hyrule Warriors Legends,3DS,Action,Nintendo,Omega Force,,0.49,0.17,0.12,0.16,0.03,2016-03-25,2020-08-04 +/games/boxart/9180952ccc.jpg,SimCity 2000,SNES,Simulation,Black Pearl,HAL Laboratory,,0.49,,0.49,,0,1996-11-01, +/games/boxart/full_8145042PALFrontccc.jpg,WipEout Pulse,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,,0.49,,,0.15,0.33,2009-06-19, +/games/boxart/full_4808492AmericaFrontccc.jpg,Cars Mater-National Championship,Wii,Racing,THQ,Incinerator Games,,0.49,0.46,,0,0.04,2007-11-12, +/games/boxart/full_ace-combat-assault-horizon_251AmericaFront.jpg,Ace Combat: Assault Horizon,X360,Action,Namco Bandai,Project ACES,7,0.49,0.3,0.03,0.12,0.04,2011-10-11, +/games/boxart/1908667ccc.jpg,The Matrix: Path of Neo,PS2,Action,Atari,Shiny Entertainment,6.8,0.49,0.41,,0.01,0.07,2005-11-07, +/games/boxart/full_8653055AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,PS3,Action,Namco Bandai,Omega Force,5.9,0.49,0.09,0.32,0.07,0.03,2009-04-21, +/games/boxart/full_2116643AmericaFrontccc.jpg,Dragon Ball Z: Supersonic Warriors 2,DS,Fighting,Atari,Arc System Works,,0.49,0.13,0.32,0.02,0.02,2005-11-20, +/games/boxart/274236ccc.jpg,Dragon Ball Z: Burst Limit,X360,Fighting,Atari,Dimps Corporation,7.3,0.49,0.24,0.03,0.18,0.05,2008-06-10, +/games/boxart/full_2650507PALFrontccc.jpg,One Piece: Grand Battle!,PS,Fighting,Atari,Bandai,,0.49,,0.46,,0.03,2003-01-01, +/games/boxart/full_6945878JapanFrontccc.jpg,J-League Pro Soccer Club wo Tsukurou! 2,SAT,Sports,Sega,Sega,,0.49,,0.49,,,1997-11-20, +/games/boxart/7833744ccc.jpg,Backyard Baseball,PS2,Sports,Atari,Humongous Entertainment,,0.49,0.24,,0.19,0.06,2004-03-23, +/games/boxart/full_3899729AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,Wii,Racing,Activision,Sidhe Interactive,,0.49,0.29,,0.16,0.05,2009-10-27, +/games/boxart/full_3794629AmericaFrontccc.png,Animal Crossing: Amiibo Festival,WiiU,Party,Nintendo,"Nd Cube Co., Ltd.",4.8,0.49,0.23,0.1,0.12,0.04,2015-11-13,2018-02-08 +/games/boxart/full_3848009JapanFrontccc.jpg,Momotarou Dentetsu X: Kyuushuu-hen mo Arubai,PS2,Misc,Hudson Soft,Hudson Soft,,0.49,,0.49,,,2001-12-13, +/games/boxart/6360996ccc.jpg,The Price is Right,DS,Misc,Ubisoft,Ludia Inc.,,0.49,0.46,,,0.04,2008-09-09, +/games/boxart/full_8149687AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,X360,Misc,Warner Bros. Interactive Entertainment,Unknown,,0.49,0.28,,0.16,0.04,2014-11-18, +/games/boxart/full_motorstorm-apocalypse_657AmericaFront.jpg,MotorStorm: Apocalypse,PS3,Racing,Sony Computer Entertainment,Evolution Studios,7.6,0.49,0.21,,0.2,0.08,2011-05-03, +/games/boxart/5613206ccc.jpg,Pac-Man World 2,XB,Platform,Namco,Namco,,0.49,0.36,,0.11,0.02,2002-10-15, +/games/boxart/full_asphalt-3d-nitro-racing_982AmericaFront.jpg,Asphalt 3D,3DS,Racing,Ubisoft,Konami,4,0.49,0.27,0.02,0.16,0.04,2011-03-22, +/games/boxart/951543ccc.jpg,SpongeBob SquarePants: Creature from the Krusty Krab,Wii,Platform,THQ,Blitz Games,,0.49,0.44,,0.02,0.04,2006-11-13, +/games/boxart/full_spongebob-squarepants-creature-from-the-krusty-krab_9AmericaFront.png,SpongeBob SquarePants: Creature from the Krusty Krab,DS,Platform,THQ,WayForward Technologies,,0.49,0.45,,0,0.04,2006-10-18, +/games/boxart/full_9851387AmericaFrontccc.jpg,F1 2012,X360,Racing,Codemasters,Codemasters Birmingham,8.5,0.49,0.1,,0.34,0.05,2012-09-18,2018-03-11 +/games/boxart/888676ccc.jpg,Crazy Taxi,GC,Racing,Acclaim Entertainment,Hitmaker,7.2,0.49,0.36,0.02,0.09,0.01,2001-11-17, +/games/boxart/full_7994360AmericaFrontccc.jpg,Spy Hunter 2,PS2,Racing,Midway Games,Angel Studios,,0.49,0.24,,0.19,0.06,2003-11-20, +/games/boxart/full_9133856AmericaFrontccc.jpg,DiRT 4,PS4,Racing,Deep Silver,Codemasters,8.6,0.49,0.1,0.02,0.3,0.07,2017-06-06,2018-11-23 +/games/boxart/full_babysitting-mama_4AmericaFront.jpg,Babysitting Mama,Wii,Simulation,Majesco,Cooking Mama Limited,3.8,0.49,0.33,,0.12,0.04,2010-11-16, +/games/boxart/2733445ccc.jpg,The Sims,GC,Simulation,Electronic Arts,Maxis,,0.49,0.35,,0.13,0.01,2003-03-25, +/games/boxart/full_virtua-tennis-4-world-tour_296PALFront.jpg,Virtua Tennis 4: World Tour,PSV,Sports,Sega,Sega,,0.49,0.04,0.01,0.34,0.09,2012-02-14, +/games/boxart/full_5367934PALFrontccc.jpg,Watch Dogs,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,,0.49,0.19,,0.27,0.04,2014-05-27,2018-03-15 +/games/boxart/full_9263869AmericaFrontccc.jpg,WWE Wrestlemania X8,GC,Fighting,THQ,Yuke's,,0.49,0.38,,0.1,0.01,2002-06-09, +/games/boxart/9869572ccc.jpg,Boogie,Wii,Misc,Electronic Arts,EA Montreal,,0.49,0.43,,0.03,0.04,2007-08-07, +/games/boxart/6720212ccc.jpg,Scarface: The World is Yours,XB,Adventure,Sierra Entertainment,Radical Entertainment,,0.49,0.37,,0.11,0.02,2006-10-08, +/games/boxart/full_7279035AmericaFrontccc.jpg,Alone in the Dark,X360,Adventure,Atari,Eden Studios,6.3,0.49,0.14,0,0.3,0.05,2008-06-23, +/games/boxart/full_4293014AmericaFrontccc.jpg,Barbie Horse Adventures: Wild Horse Rescue,PS2,Sports,Universal Interactive,Blitz Games,,0.49,0.24,,0.19,0.06,2003-11-04, +/games/boxart/full_8218960JapanFrontccc.jpg,Mario & Wario,SNES,Puzzle,Nintendo,Game Freak,,0.49,,0.49,,0,1993-08-27, +/games/boxart/full_456544AmericaFrontccc.jpg,Power Rangers: Dino Thunder,GBA,Action,THQ,Natsume,,0.49,0.35,,0.13,0.01,2004-09-22, +/games/boxart/7908679ccc.jpg,Ice Hockey,2600,Sports,Activision,Activision,,0.49,0.46,,0.03,0.01,1981-01-01, +/games/boxart/full_4729560AmericaFrontccc.jpg,Story of Seasons: Trio of Towns,3DS,Simulation,Marvelous Interactive,Marvelous Entertainment,7.9,0.49,0.19,0.22,0.06,0.03,2017-02-28,2018-05-29 +/games/boxart/full_9166652AmericaFrontccc.jpg,FIFA 13,WiiU,Sports,EA Sports,EA Canada,7,0.49,0.18,,0.28,0.04,2012-11-18,2018-04-06 +/games/boxart/full_3139159AmericaFrontccc.jpg,Mario Golf: World Tour,3DS,Sports,Nintendo,Camelot Software Planning,8.1,0.49,0.14,0.18,0.15,0.03,2014-05-02,2018-01-09 +/games/boxart/full_1871562AmericaFrontccc.jpg,FIFA Soccer 64,N64,Sports,EA Sports,EA Canada,,0.49,0.16,,0.3,0.03,1997-02-28, +/games/boxart/full_5101048AmericaFrontccc.jpg,Mario & Sonic at the Rio 2016 Olympic Games,WiiU,Sports,Nintendo,Sega Sports R&D,,0.49,0.1,0.13,0.23,0.03,2016-06-24,2018-04-05 +/games/boxart/4449428ccc.jpg,FIFA Soccer 09,DS,Sports,Electronic Arts,Exient Ltd.,,0.49,0.12,,0.31,0.06,2008-10-14, +/games/boxart/full_2667956AmericaFrontccc.jpg,Tony Hawk's Underground 2,GBA,Sports,Activision,Vicarious Visions,,0.49,0.35,,0.13,0.01,2004-10-04, +/games/boxart/full_5113427AmericaFrontccc.jpg,Tony Hawk's Project 8,X360,Sports,Activision,Neversoft Entertainment,8.4,0.49,0.44,0,0.02,0.04,2006-11-07, +/games/boxart/full_medal-of-honor_6AmericaFront.jpg,Medal of Honor,PC,Shooter,Electronic Arts,EA Los Angeles,,0.49,0.2,,0.23,0.06,2010-10-12, +/games/boxart/full_275590AmericaFrontccc.jpg,Sniper: Art of Victory,PC,Shooter,City Interactive,City Interactive,,0.49,,,0.45,0.03,2008-10-16, +/games/boxart/full_7024992PALFrontccc.jpg,Star Wars Battlefront (2015),PC,Shooter,Electronic Arts,EA DICE,7.5,0.49,0.13,,0.33,0.04,2015-11-17,2018-03-24 +/games/boxart/full_resident-evil-the-mercenaries-3d_717AmericaFront.jpg,Resident Evil: The Mercenaries 3D,3DS,Shooter,Capcom,Capcom,6.3,0.49,0.16,0.13,0.17,0.03,2011-06-28, +/games/boxart/full_5432899AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PS2,Action,Activision,Krome Studios,,0.49,0.25,,0.01,0.22,2009-06-23, +/games/boxart/full_2477189AmericaFrontccc.jpg,Star Wars Battlefront: Elite Squadron,DS,Shooter,LucasArts,n-Space,5.9,0.49,0.42,,0.04,0.04,2009-11-03, +/games/boxart/full_9116673AmericaFrontccc.jpg,Tom Clancy's The Division,PC,Shooter,Ubisoft,Massive Entertainment,,0.48,0.26,,0.18,0.04,2016-03-08,2018-05-04 +/games/boxart/383717ccc.jpg,Millipede,2600,Shooter,Atari,Atari,,0.48,0.45,,0.03,0.01,1984-01-01, +/games/boxart/full_3089067AmericaFrontccc.jpg,Wolfenstein: The Old Blood,PS4,Shooter,Bethesda Softworks,MachineGames,,0.48,0.13,0.02,0.25,0.07,2015-05-05,2018-04-21 +/games/boxart/6095696ccc.jpg,NFL Xtreme 2,PS,Sports,989 Studios,989 Sports,,0.48,0.27,,0.18,0.03,1999-06-30, +/games/boxart/full_7576322AmericaFrontccc.png,Battleborn,PS4,Shooter,2K Games,Gearbox Software,,0.48,0.25,0.03,0.12,0.08,2016-05-03, +/games/boxart/full_6902025AmericaFrontccc.jpg,Dark Sector,X360,Shooter,D3 Publisher,Digital Extremes,7.1,0.48,0.22,0.01,0.2,0.05,2008-03-25, +/games/boxart/3574094ccc.jpg,Pinball Hall of Fame: The Williams Collection,Wii,Misc,Crave Entertainment,FarSight Studios,,0.48,0.42,,0.03,0.04,2008-02-26, +/games/boxart/7519783ccc.jpg,Shrek the Third,PS2,Action,Activision,Amaze Entertainment,,0.48,0.4,,0.02,0.07,2007-05-15, +/games/boxart/full_6017024AmericaFrontccc.jpg,Far Cry 2,PC,Shooter,Ubisoft,Ubisoft Montreal,8.4,0.48,0.01,,0.45,0.02,2008-10-21, +/games/boxart/full_9087358AmericaFrontccc.jpg,Zoo Tycoon (2013),XOne,Simulation,Microsoft Studios,Frontier Developments,,0.48,0.25,,0.18,0.04,2013-11-22,2018-09-25 +/games/boxart/full_cars-2-the-video-game_532AmericaFront.jpg,Cars 2,X360,Racing,Disney Interactive Studios,Avalanche Software,7.5,0.48,0.28,,0.15,0.05,2011-06-21, +/games/boxart/912346ccc.jpg,Children of Mana,DS,Role-Playing,Nintendo,Next Entertainment,7,0.48,0.16,0.29,0.01,0.01,2006-11-01, +/games/boxart/default.jpg,Lollipop Chainsaw,X360,Action,Warner Bros. Interactive Entertainment,Grasshopper Manufacture,,0.48,0.31,0.02,0.12,0.04,2012-06-12, +/games/boxart/3096637ccc.jpg,NCAA Football 09,PS2,Sports,EA Sports,EA Tiburon,,0.48,0.4,,0.02,0.07,2008-07-15, +/games/boxart/full_2951564AmericaFrontccc.jpg,Doom 3 BFG Edition,X360,Misc,Bethesda Softworks,id Software,,0.48,0.28,,0.15,0.04,2012-10-16,2018-02-07 +/games/boxart/full_euro-truck-simulator_342PALFront.jpg,Euro Truck Simulator,PC,Simulation,SCS Software,SCS Software,,0.48,,,0.43,0.04,2013-03-08, +/games/boxart/full_midnight-club-street-racing_716AmericaFront.jpg,Midnight Club: Street Racing,GBA,Racing,"Destination Software, Inc",Angel Studios,,0.48,0.34,,0.13,0.01,2001-11-14, +/games/boxart/full_6510098AmericaFrontccc.jpg,Ultimate I Spy,Wii,Adventure,Scholastic Inc.,Scholastic Interactive,,0.48,0.45,,0,0.03,2008-10-29, +/games/boxart/full_7964714AmericaFrontccc.jpg,Steep,XOne,Sports,Ubisoft,Ubisoft Annecy,,0.48,0.24,,0.2,0.04,2016-12-02, +/games/boxart/full_6801752AmericaFrontccc.jpg,Harvest Moon 64,N64,Simulation,Natsume,Toy Box Studios,7.8,0.48,0.25,0.11,0.06,0.06,1999-11-30, +/games/boxart/full_5778682AmericaFrontccc.jpg,Need for Speed: Porsche Unleashed,GBA,Racing,"Destination Software, Inc",Pocketeers,,0.48,0.35,,0.13,0.01,2004-03-15, +/games/boxart/full_8567501AmericaFrontccc.jpg,Vigilante 8: 2nd Offense,PS,Racing,Activision,"Luxoflux, Inc.",,0.48,0.27,,0.18,0.03,1999-10-31, +/games/boxart/full_5924018AmericaFrontccc.jpg,ECW Hardcore Revolution,PS,Fighting,Acclaim Entertainment,Acclaim,,0.48,0.27,,0.18,0.03,2000-01-31, +/games/boxart/8850372ccc.jpg,Wu-Tang: Shaolin Style,PS,Fighting,Activision,Paradox Development,,0.48,0.27,,0.18,0.03,1999-10-31, +/games/boxart/full_576837AmericaFrontccc.jpg,EA Sports UFC,XOne,Fighting,Electronic Arts,EA Canada,,0.48,0.3,,0.13,0.04,2014-06-17,2018-01-05 +/games/boxart/full_4179261AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,Wii,Action,Activision,Krome Studios,,0.48,0.24,,0.2,0.05,2009-06-23, +/games/boxart/full_7775251PALFrontccc.jpg,The Saboteur,PS3,Action,Electronic Arts,Pandemic Studios,7.1,0.48,0.2,,0.21,0.07,2009-12-08, +/games/boxart/full_8379592AmericaFrontccc.jpg,Go Diego Go! Great Dinosaur Rescue,DS,Action,2K Play,Black Lantern Studios,,0.48,0.43,,0.01,0.03,2008-10-27, +/games/boxart/5600722ccc.jpg,Scrabble 2007 Edition,DS,Puzzle,Ubisoft,WizarBox,,0.48,,,0.48,0,2007-10-04, +/games/boxart/6218045ccc.jpg,Crash of the Titans,DS,Action,Sierra Entertainment,Amaze Entertainment,,0.48,0.42,,0.02,0.04,2007-10-25, +/games/boxart/4269326ccc.jpg,Grand Prix,2600,Racing,Activision,Activision,,0.48,0.45,,0.03,0,1982-01-01, +/games/boxart/full_9248639AmericaFrontccc.jpg,World of Outlaws: Sprint Cars 2002,PS2,Racing,Infogrames,Ratbag,,0.48,0.23,,0.18,0.06,2002-03-26, +/games/boxart/full_3766104AmericaFrontccc.jpg,Bratz: The Movie,PS2,Simulation,THQ,Blitz Games,,0.48,0.24,,0.18,0.06,2007-09-25, +/games/boxart/full_7402307AmericaFrontccc.jpg,Rayman Raving Rabbids: TV Party,DS,Misc,Ubisoft,Ubisoft Casablanca,,0.48,0.44,,0.01,0.04,2008-11-18, +/games/boxart/full_6517792AmericaFrontccc.jpg,Sonic Lost World,3DS,Platform,Sega,Dimps Corporation,5.2,0.48,0.22,0.07,0.15,0.04,2013-10-29,2018-04-07 +/games/boxart/full_9614902AmericaFrontccc.jpg,Friday the 13th: The Game,PS4,Action,Gun Media,IllFonic,,0.48,0.29,0.03,0.09,0.08,2017-10-13,2018-05-30 +/games/boxart/full_3631996AmericaFrontccc.jpg,Thief,XOne,Action,Square Enix,Eidos Montreal,,0.48,0.26,,0.17,0.04,2014-02-25,2018-01-04 +/games/boxart/full_4422019AmericaFrontccc.jpg,Jeopardy!,PS2,Misc,Atari,Atari,,0.48,0.24,,0.18,0.06,2003-10-28, +/games/boxart/6706649ccc.jpg,Secret Weapons Over Normandy,PS2,Simulation,LucasArts,Totally Games,,0.48,0.24,,0.18,0.06,2003-11-18, +/games/boxart/full_5965253AmericaFrontccc.jpg,Street Fighter X Tekken,X360,Fighting,Capcom,Capcom,,0.48,0.32,0.03,0.1,0.04,2012-03-06, +/games/boxart/full_6324505AmericaFrontccc.jpg,WWE 2K19,XOne,Fighting,2K Sports,Visual Concepts,,0.48,0.3,,0.14,0.04,2018-10-09,2018-06-22 +/games/boxart/full_6405115AmericaFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,PS3,Platform,Disney Interactive Studios,Junction Point Studios,,0.48,0.21,,0.19,0.08,2012-11-18,2018-04-14 +/games/boxart/full_2863801AmericaFrontccc.jpg,You're in the Movies,X360,Misc,Microsoft,Zoe Mode,5.1,0.48,0.27,,0.17,0.05,2008-11-17, +/games/boxart/full_fortune-street_78AmericaFront.jpg,Fortune Street,Wii,Misc,Nintendo,Square Enix,,0.48,0.25,0.17,0.03,0.03,2011-12-05, +/games/boxart/6087069ccc.jpg,Crazy Taxi: Fare Wars,PSP,Racing,Sega,Sniper Studios,6.3,0.48,0.1,0.02,0.23,0.13,2007-08-07, +/games/boxart/full_8900081AmericaFrontccc.jpg,Bass Pro Shops: The Strike,Wii,Sports,XS Games,Griffin International,,0.48,0.44,,,0.04,2009-09-29, +/games/boxart/4082302ccc.jpg,Tiger Woods PGA Tour 07,X360,Sports,EA Sports,EA Redwood Shores,8.2,0.48,0.44,,0,0.04,2006-10-17, +/games/boxart/6949117ccc.jpg,All-Star Baseball 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.48,0.44,,0.04,0,1998-04-30, +/games/boxart/full_atelier-rorona-alchemist-of-arland_5AmericaFront.jpg,Atelier Rorona: Alchemist of Arland,PS3,Role-Playing,NIS America,Gust,6.4,0.48,0.22,0.11,0.1,0.05,2014-06-24, +/games/boxart/8362980ccc.jpg,Yu-Gi-Oh! Forbidden Memories (JP sales),PS,Role-Playing,Konami,KCEJ,6.3,0.48,,0.45,,0.03,2002-03-20, +/games/boxart/full_260738AmericaFrontccc.jpg,Theme Park Roller Coaster,PS2,Strategy,Electronic Arts,Bullfrog Productions,7.9,0.48,0.23,,0.18,0.06,2000-12-04, +/games/boxart/full_1105961AmericaFrontccc.png,Farpoint,PS4,Shooter,Sony Interactive Entertainment,Impulse Gear,,0.48,,0.04,0.38,0.06,2017-05-16,2018-09-23 +/games/boxart/full_9345945AmericaFrontccc.jpg,The Legend of the Mystical Ninja,SNES,Adventure,Konami,Konami,,0.48,,0.48,,,1992-02-01, +/games/boxart/6795364ccc.jpg,Destroy All Humans! 2,PS2,Adventure,THQ,Pandemic Studios,,0.48,0.4,,0.02,0.07,2006-10-17, +/games/boxart/full_8065871AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PS4,Adventure,Telltale Games,Telltale Games,,0.48,0.12,0.03,0.26,0.07,2014-10-14,2018-05-10 +/games/boxart/full_9578912AmericaFrontccc.jpg,Alice in Wonderland,DS,Adventure,Disney Interactive Studios,Etranges Libellules,7,0.48,0.25,,0.18,0.05,2010-03-02, +/games/boxart/full_125681AmericaFrontccc.jpg,Up,PS2,Adventure,THQ,THQ,,0.48,0.19,,0.05,0.24,2009-05-26, +/games/boxart/full_4087169AmericaFrontccc.jpg,Madagascar: Operation Penguin,GBA,Action,Activision,Vicarious Visions,,0.48,0.35,,0.13,0.01,2005-11-07, +/games/boxart/full_989675AmericaFrontccc.png,BioShock: The Collection,XOne,Shooter,2K Games,"Blind Squirrel Digital, Inc",,0.48,0.35,,0.08,0.05,2016-09-13,2018-04-30 +/games/boxart/3706250ccc.jpg,Tiger Woods PGA Tour 06,XB,Sports,EA Sports,EA Sports,,0.48,0.35,,0.11,0.02,2005-09-20, +/games/boxart/full_2746807AmericaFrontccc.jpg,Just Dance 2014,XOne,Music,Ubisoft,Ubisoft Paris,,0.48,0.31,,0.12,0.04,2013-11-22,2018-03-08 +/games/boxart/2928775ccc.jpg,FIFA World Cup Germany 2006,X360,Sports,EA Sports,EA Canada,7.8,0.48,0.19,0.01,0.27,,2006-04-24, +/games/boxart/full_9675419AmericaFrontccc.jpg,A Way Out,PS4,Action,Electronic Arts,Hazelight,7.5,0.48,0.23,,0.16,0.08,2018-03-23,2018-03-24 +/games/boxart/9856604ccc.jpg,Scene It? Lights Camera Action,X360,Misc,Microsoft Game Studios,WXP / Screenlife Games,,0.48,0.43,,0.01,0.04,2007-11-06, +/games/boxart/full_5967193PALFrontccc.jpg,Football Manager Handheld 2009,PSP,Sports,Sega,Sports Interactive,,0.48,,,0.47,0.02,2008-11-14, +/games/boxart/full_5080147AmericaFrontccc.jpg,NFL Street 2,XB,Sports,EA Sports BIG,EA Tiburon,,0.48,0.36,,0.11,0.02,2004-12-22, +/games/boxart/full_4968064PALFrontccc.jpg,Batman: Arkham Origins Blackgate,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,0.48,0.16,,0.21,0.11,2013-10-25,2018-12-10 +/games/boxart/full_4033992AmericaFrontccc.jpg,LEGO Marvel's Avengers,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.48,0.26,,0.18,0.04,2016-01-26,2018-04-06 +/games/boxart/full_3930327AmericaFrontccc.jpg,Unreal Tournament III,X360,Shooter,Midway Games,Epic Games,7.8,0.47,0.25,0.01,0.17,0.05,2008-07-07, +/games/boxart/full_9897576AmericaFrontccc.jpg,Silent Hill: Shattered Memories,Wii,Adventure,Konami,Climax Group,7.3,0.47,0.22,0.01,0.19,0.05,2009-12-08, +/games/boxart/full_6178348AmericaFrontccc.jpg,Shadowrun (2007),X360,Shooter,Microsoft Game Studios,FASA Studio,6.3,0.47,0.41,,0.02,0.04,2007-05-29,2018-11-02 +/games/boxart/full_1303909AmericaFrontccc.jpg,Godzilla: Save the Earth,PS2,Fighting,Atari,"Pipeworks Software, Inc.",,0.47,0.23,,0.18,0.06,2004-11-02, +/games/boxart/full_9559532AmericaFrontccc.jpg,Dark Sector,PS3,Shooter,D3 Publisher,Digital Extremes,7.2,0.47,0.23,0.01,0.16,0.07,2008-03-25, +/games/boxart/full_9519564AmericaFrontccc.jpg,F.E.A.R. 2: Project Origin,PS3,Shooter,Warner Bros. Interactive,Monolith Productions,8.2,0.47,0.19,0.01,0.2,0.08,2009-02-10, +/games/boxart/full_3042161AmericaFrontccc.jpg,Petz Sports,Wii,Simulation,Ubisoft,Ubisoft Montreal,5,0.47,0.42,,0.01,0.04,2008-11-04, +/games/boxart/4941530ccc.jpg,Dance Dance Revolution: Mario Mix,GC,Simulation,Nintendo,Konami,7,0.47,0.36,,0.09,0.01,2005-10-24, +/games/boxart/full_3892983AmericaFrontccc.jpg,Farming Simulator 19,PS4,Simulation,Focus Home Interactive,Giants Software,,0.47,0.13,,0.26,0.07,2018-11-20,2018-12-19 +/games/boxart/full_dead-space-extraction_7AmericaFront.jpg,Dead Space Extraction,Wii,Shooter,Electronic Arts,Visceral Games,8.2,0.47,0.32,0.01,0.1,0.04,2009-09-28, +/games/boxart/full_9387237AmericaFrontccc.jpg,Doom 64,N64,Shooter,Midway Games,Midway Studios San Diego,7.4,0.47,0.38,,0.08,0.01,1997-03-31, +/games/boxart/full_2027192JapanFrontccc.jpg,World Soccer Winning Eleven 8: Liveware Evolution,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,0.47,,0.47,,,2005-03-24, +/games/boxart/6501545ccc.jpg,Downhill Domination,PS2,Racing,Sony Computer Entertainment,Incognito Inc.,,0.47,0.23,,0.18,0.06,2003-07-23, +/games/boxart/full_2284026AmericaFrontccc.jpg,MySims Racing,Wii,Racing,Electronic Arts,Artificial Mind and Movement,,0.47,0.19,,0.23,0.05,2009-06-08, +/games/boxart/full_7407139AmericaFrontccc.jpg,Deadpool,PS3,Action,Activision,High Moon Studios,,0.47,0.23,,0.16,0.08,2013-06-25,2018-10-10 +/games/boxart/full_1508267AmericaFrontccc.jpg,Kong: The 8th Wonder of the World,GBA,Action,Ubisoft,Ubisoft Casablanca,,0.47,0.33,,0.12,0.01,2005-11-21, +/games/boxart/5613667ccc.jpg,X-Men: Next Dimension,PS2,Fighting,Activision,Paradox Development,,0.47,0.23,,0.18,0.06,2002-10-15, +/games/boxart/full_dragon-age-origins-awakening_1AmericaFront.jpg,Dragon Age Origins: Awakening,X360,Role-Playing,Electronic Arts,BioWare Corp.,8.3,0.47,0.33,,0.1,0.04,2010-03-16, +/games/boxart/6611778ccc.jpg,Quest 64,N64,Role-Playing,THQ,Imagineer,5.4,0.47,0.38,,0.08,0.01,1998-06-11, +/games/boxart/full_885103AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Echoes of Time,DS,Role-Playing,Square Enix,Square Enix,7.7,0.47,0.12,0.27,0.06,0.02,2009-03-24, +/games/boxart/full_4790850JapanFrontccc.jpg,Inazuma Eleven Go: Chrono Stone - Wildfire / Thunderflash,3DS,Role-Playing,Level 5,Level 5,,0.47,,0.46,0.01,0,2012-12-13,2018-08-31 +/games/boxart/full_7280310JapanFrontccc.jpg,Densetsu no Stafi,GBA,Platform,Nintendo,TOSE,,0.47,,0.46,,0.01,2002-09-06, +/games/boxart/7162550ccc.jpg,Bomberman Hero,N64,Platform,Nintendo,AI,,0.47,0.27,0.08,0.06,0.05,1998-09-01, +/games/boxart/full_9293555AmericaFrontccc.jpg,Sonic Mania,NS,Platform,Sega,PagodaWest Games,8.8,0.47,0.23,0.01,0.18,0.04,2017-08-15,2017-12-23 +/games/boxart/full_2571388AmericaFrontccc.jpg,Spider-Man 3,DS,Platform,Activision,Vicarious Visions,8,0.47,0.41,,0.02,0.04,2007-05-04, +/games/boxart/4782866ccc.jpg,NBA Ballers: Phenom,PS2,Sports,Midway Games,Midway,,0.47,0.23,,0.18,0.06,2006-04-05, +/games/boxart/full_8455137AmericaFrontccc.jpg,Spider-Man 3,Wii,Platform,Activision,Vicarious Visions,4.8,0.47,0.42,,0.02,0.04,2007-05-04, +/games/boxart/full_two-worlds-ii_641AmericaFront.jpg,Two Worlds II,PS3,Role-Playing,SouthPeak Interactive,Reality Pump,6.5,0.47,0.26,0.06,0.1,0.04,2011-01-25, +/games/boxart/full_7144865AmericaFrontccc.jpg,Ford Racing Off Road,Wii,Racing,Empire Interactive,Razorworks Studios,,0.47,0.06,,0.4,0.01,2008-09-01, +/games/boxart/full_239052AmericaFrontccc.jpg,Dynasty Warriors Gundam,PS3,Action,Namco Bandai,Omega Force,6.4,0.47,0.14,0.31,0.01,0.02,2007-08-28, +/games/boxart/full_1256218JapanFrontccc.jpg,Super Puyo Puyo 2,SNES,Puzzle,Compile,Complie,,0.47,,0.47,,0,1995-12-08, +/games/boxart/5720676ccc.jpg,Tiger Woods PGA Tour 07,Wii,Sports,EA Sports,EA Redwood Shores,7.1,0.47,0.43,,0,0.04,2007-03-13, +/games/boxart/6600636ccc.jpg,Hot Wheels Velocity X,PS2,Racing,THQ,Beyond Games,,0.47,0.23,,0.18,0.06,2002-11-11, +/games/boxart/full_2362009AmericaFrontccc.jpg,L.A. Rush,PS2,Racing,Midway Games,The Pitbull Syndicate Limited,,0.47,0.23,,0.18,0.06,2005-10-11, +/games/boxart/9880735ccc.jpg,Need for Speed Carbon,XB,Racing,Electronic Arts,EA Black Box,7.9,0.47,0.35,,0.1,0.02,2006-10-31, +/games/boxart/full_2287921AmericaFrontccc.jpg,Cars: Race-O-Rama,DS,Racing,THQ,Rainbow Studios,,0.47,0.35,,0.09,0.04,2009-10-13, +/games/boxart/1143092ccc.jpg,Emergency Heroes,Wii,Racing,Ubisoft,Ubisoft Barcelona / Ubisoft Reflections,,0.47,0.14,,0.27,0.05,2008-05-27, +/games/boxart/full_6342864AmericaFrontccc.jpg,Crash: Mind Over Mutant,X360,Platform,Activision,Radical Entertainment,,0.47,0.22,,0.2,0.05,2008-10-21, +/games/boxart/full_4254357AmericaFrontccc.jpg,Knack 2,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,6.7,0.47,0.14,0.01,0.25,0.07,2017-09-05,2018-09-23 +/games/boxart/full_503497AmericaFrontccc.jpg,The Godfather (JP sales),PS2,Action,Electronic Arts,Headgate,,0.47,0.39,,0.02,0.06,2006-03-21, +/games/boxart/8895646ccc.jpg,World Series of Poker,PS2,Misc,Activision,Activision Value,,0.47,0.39,,0.01,0.06,2005-08-31, +/games/boxart/full_james-bond-007-blood-stone_5AmericaFront.jpg,James Bond 007: Blood Stone,X360,Action,Activision,Bizarre Creations,6.2,0.47,0.2,0,0.23,0.05,2010-11-02, +/games/boxart/1777383ccc.jpg,Gauntlet Legends,PS,Action,Midway Games,Atari Games,,0.47,0.26,,0.18,0.03,2000-02-29, +/games/boxart/7959612ccc.jpg,NBA Live 99,N64,Sports,EA Sports,NuFX,,0.47,0.45,,0.02,0,1998-11-04, +/games/boxart/full_9262680AmericaFrontccc.jpg,NBA Live 07,X360,Sports,EA Sports,EA Canada,6,0.47,0.43,,0,0.04,2006-09-25, +/games/boxart/full_7646662AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,PSP,Sports,EA Sports,EA Canada,6.8,0.47,0.09,0.03,0.23,0.12,2010-04-27, +/games/boxart/full_1747833AmericaFrontccc.jpg,LEGO The Hobbit,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.47,0.12,,0.28,0.07,2014-04-08,2018-03-15 +/games/boxart/full_inazuma-eleven-3-sekai-e-no-chousen-the-ogre_940JapanFront.jpg,Inazuma Eleven 3: Sekai e no Chousen!! The Ogre,DS,Sports,Level 5,Level 5,,0.47,,0.47,,,2010-12-16, +/games/boxart/full_3180806AmericaFrontccc.jpg,Victorious Boxers: Ippo's Road to Glory,PS2,Fighting,Empire Interactive,New,,0.47,0.05,0.38,0.04,0.01,2001-11-05, +/games/boxart/9827312ccc.jpg,Karate,2600,Fighting,Unknown,Ultravision,,0.47,0.44,,0.03,0,1980-01-01, +/games/boxart/1665420ccc.jpg,The Sims 2: Pets,Wii,Simulation,Electronic Arts,Maxis,,0.47,0.41,,0.03,0.04,2007-06-12, +/games/boxart/full_2278274AmericaFrontccc.jpg,Viva Pinata: Trouble in Paradise,X360,Simulation,Microsoft Game Studios,Rare Ltd.,8.5,0.47,0.16,0.01,0.25,0.05,2008-09-02, +/games/boxart/982978ccc.jpg,Commando,2600,Action,Activision,Data East,,0.47,0.44,,0.02,0,1988-01-01, +/games/boxart/full_flingsmash_3AmericaFront.jpg,FlingSmash,Wii,Action,Nintendo,Artoon,3.8,0.47,0.37,0.07,0.01,0.02,2010-11-07, +/games/boxart/full_4640359AmericaFrontccc.png,Deadpool,PS4,Action,Activision,High Moon Studios,,0.47,0.26,,0.13,0.08,2015-11-18,2018-10-10 +/games/boxart/full_3286918PALFrontccc.jpg,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS4,Action,Square Enix,Omega Force,,0.47,0.05,0.3,0.09,0.03,2017-04-25, +/games/boxart/7337237ccc.jpg,Hamsterz Life,DS,Action,Ubisoft,Unknown,,0.47,0.43,,0.01,0.04,2006-11-28, +/games/boxart/full_7087671JapanFrontccc.jpg,Super Momotarou Dentetsu DX,SNES,Misc,Hudson Soft,Hudson Soft,,0.47,,0.47,,0,1995-12-08, +/games/boxart/9607412ccc.gif,Spider-Man: Friend or Foe,DS,Action,Activision,Artificial Mind and Movement,5.3,0.47,0.43,,0,0.04,2007-10-02, +/games/boxart/full_1808485AmericaFrontccc.jpg,TrackMania Turbo,PS4,Racing,Ubisoft,Nadeo,,0.47,0.04,,0.35,0.07,2016-03-22,2018-05-29 +/games/boxart/full_2510074AmericaFrontccc.jpg,Cars: Race-O-Rama,PS2,Racing,THQ,Rainbow Studios,,0.47,0.27,,0.03,0.17,2009-10-13, +/games/boxart/full_1546473AmericaFrontccc.jpg,Detective Pikachu,3DS,Adventure,Nintendo,Creatures Inc.,7.1,0.47,0.15,0.12,0.17,0.03,2018-03-23,2018-01-12 +/games/boxart/full_3164133AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War II",PC,Strategy,THQ,Relic,8.7,0.47,,,0.45,0.01,2009-02-19, +/games/boxart/full_6862679JapanFrontccc.jpg,Momotarou Dentetsu V,PS,Misc,Hudson Entertainment,Hudson,,0.47,,0.44,,0.03,1999-12-16, +/games/boxart/full_5011612AmericaFrontccc.jpg,MTV Music Generator,PS,Misc,Codemasters,Jester Interactive,,0.47,0.26,,0.18,0.03,1999-11-30, +/games/boxart/full_3433704AmericaFrontccc.jpg,Alien Trilogy,PS,Shooter,Acclaim Entertainment,Probe Entertainment Limited,8,0.47,0.24,0.04,0.16,0.03,1997-09-01, +/games/boxart/full_5040177AmericaFrontccc.jpg,Jurassic World Evolution,PS4,Simulation,Frontier Developments,Frontier Developments,,0.47,0.14,,0.25,0.08,2018-07-03,2018-04-20 +/games/boxart/9373927ccc.jpg,Microsoft Flight Simulator X,PC,Simulation,Microsoft Game Studios,ACES Studio/Microsoft Game Studios,,0.47,0.02,,0.41,0.04,2006-10-17, +/games/boxart/full_5589614AmericaFrontccc.jpg,Luigi's Mansion,3DS,Adventure,Nintendo,GREZZO,7.3,0.47,0.19,0.09,0.16,0.03,2018-10-12,2020-08-03 +/games/boxart/full_4412482AmericaFrontccc.jpg,Just Dance 2014,PS4,Music,Ubisoft,Ubisoft Paris,7.5,0.47,0.21,,0.18,0.08,2013-11-15,2018-03-08 +/games/boxart/8959203ccc.jpg,ICO,PS2,Adventure,Sony Computer Entertainment,Team ICO,8.8,0.47,0.23,,0.18,0.06,2001-09-24, +/games/boxart/full_silent-hill-downpour_522AmericaFront.jpg,Silent Hill: Downpour,PS3,Adventure,Konami,Konami,,0.47,0.21,0.04,0.16,0.06,2012-03-13, +/games/boxart/9744612ccc.jpg,Pirates of the Caribbean: Dead Man's Chest,GBA,Adventure,Buena Vista,Amaze Entertainment,,0.47,0.33,,0.12,0.01,2006-06-27, +/games/boxart/full_7407294AmericaFrontccc.jpg,Jake Power: Fireman,DS,Adventure,Ubisoft,Magic Pockets,,0.47,0.08,,0.34,0.05,2009-02-10, +/games/boxart/6409218ccc.jpg,NHL 97,PS,Sports,EA Sports,Visual Concepts,,0.47,0.26,,0.18,0.03,1996-10-31, +/games/boxart/3948052ccc.jpg,Fantavision,PS2,Puzzle,Sony Computer Entertainment,SCEI,8,0.47,0.14,0.19,0.11,0.04,2000-10-25, +/games/boxart/6029916ccc.jpg,Double Dragon,2600,Action,Activision,Activision,,0.47,0.45,,0.02,0.01,1989-07-23, +/games/boxart/full_6318040AmericaFrontccc.jpg,Madden NFL 17,X360,Sports,EA Sports,EA Tiburon,,0.47,0.37,,0.05,0.05,2016-08-23,2018-04-01 +/games/boxart/full_8318594AmericaFrontccc.jpg,Payday 2,PS3,Shooter,505 Games,Overkill Software,,0.47,0.24,,0.15,0.08,2013-08-13,2018-01-08 +/games/boxart/full_4077511AmericaFrontccc.jpg,Mario Sports Superstars,3DS,Sports,Nintendo,Namco Bandai Games,6,0.46,0.18,0.13,0.12,0.03,2017-03-24,2018-01-20 +/games/boxart/full_9215543AmericaFrontccc.jpg,Warhawk,PS,Simulation,Sony Computer Entertainment,SingleTrac,,0.46,0.25,,0.17,0.03,1995-11-10, +/games/boxart/5433557ccc.jpg,Top Spin,XB,Sports,Microsoft Game Studios,Pam Development,,0.46,0.36,,0.08,0.02,2003-10-28, +/games/boxart/full_7852617AmericaFrontccc.jpg,Rygar: The Legendary Adventure,PS2,Action,Tecmo,Tecmo,,0.46,0.2,0.06,0.15,0.05,2002-11-25, +/games/boxart/5643900ccc.jpg,Space Invaders,SNES,Shooter,Nintendo,Taito Corporation,,0.46,,0.46,,0,1997-11-01, +/games/boxart/default.jpg,Mega Man Star Force 3: Black Ace / Red Joker,DS,Role-Playing,Capcom,Capcom,5.7,0.46,0.22,0.22,,0.02,2009-06-30, +/games/boxart/full_7300960AmericaFrontccc.jpg,Dissidia Final Fantasy NT,PS4,Fighting,Square Enix,Square Enix,,0.46,0.19,0.16,0.06,0.05,2018-01-30,2018-01-10 +/games/boxart/full_7375445AmericaFrontccc.jpg,The Mark of Kri,PS2,Action,Sony Computer Entertainment,SCE San Diego Studio,,0.46,0.22,,0.18,0.06,2002-07-29,2018-09-24 +/games/boxart/1984638ccc.jpg,ATV Offroad Fury Pro,PSP,Racing,Sony Computer Entertainment,Climax Group,7.6,0.46,0.37,,0.04,0.04,2006-10-26, +/games/boxart/full_4285304JapanFrontccc.jpg,Momotarou Dentetsu 11,PS2,Misc,Hudson Soft,Hudson Soft,,0.46,,0.46,,,2002-12-05, +/games/boxart/full_2742511AmericaFrontccc.jpg,WWE 2K16,X360,Sports,Take-Two Interactive,Yuke's,,0.46,0.29,,0.13,0.04,2015-10-27,2018-04-11 +/games/boxart/full_6806718AmericaFrontccc.jpg,Kessen II,PS2,Strategy,KOEI,Koei,,0.46,0.13,0.2,0.1,0.03,2001-09-26, +/games/boxart/full_5522747AmericaFrontccc.jpg,Metal Gear Solid: The Essential Collection,PS2,Adventure,Konami,Konami Computer Entertainment Japan,9,0.46,0.23,,0.18,0.06,2008-03-18, +/games/boxart/full_fifa-soccer-12_962PALFront.jpg,FIFA Soccer 12,PC,Sports,EA Sports,EA Canada,9.1,0.46,0.04,,0.33,0.09,2011-09-27, +/games/boxart/2566240ccc.jpg,Imagine: Figure Skater (US sales),DS,Sports,Ubisoft,Spike Co.,,0.46,0.46,,0.01,,2008-03-04, +/games/boxart/8914236ccc.jpg,Harry Potter and the Order of the Phoenix,Wii,Adventure,Electronic Arts,EA UK,,0.46,0.38,,0.05,0.04,2007-06-25, +/games/boxart/75927ccc.jpg,Destroy All Humans!,XB,Adventure,THQ,Pandemic Studios,,0.46,0.34,,0.11,0.02,2005-06-21, +/games/boxart/full_1179975AmericaFrontccc.jpg,Minecraft: Story Mode - The Complete Adventure,NS,Adventure,Telltale Games,Telltale Games,,0.46,0.27,,0.15,0.04,2017-08-22,2018-08-07 +/games/boxart/9666269ccc.jpg,The Golden Compass,X360,Adventure,Sega,Shiny Entertainment,4.4,0.46,0.3,,0.12,0.04,2007-12-04, +/games/boxart/4337289ccc.jpg,Dragon Ball Z: Collectible Card Game,GBA,Misc,Infogrames,Magellan Interactive,6,0.46,0.33,,0.12,0.01,2002-05-29, +/games/boxart/5711224ccc.jpg,SingStar Amped,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.46,0.23,,0.18,0.06,2007-09-18, +/games/boxart/full_mx-vs-atv-alive_916AmericaFront.jpg,MX vs. ATV: Alive,PS3,Racing,THQ,Rainbow Studios,6.9,0.46,0.24,,0.15,0.07,2011-05-10, +/games/boxart/full_need-for-speed-hot-pursuit_764AmericaFront.jpg,Need for Speed: Hot Pursuit,Wii,Racing,Electronic Arts,Exient Entertainment,5,0.46,0.17,0,0.24,0.05,2010-11-16, +/games/boxart/full_1710836AmericaFrontccc.jpg,Hydro Thunder,PS,Racing,Midway Games,Blue Shift,,0.46,0.26,,0.17,0.03,2000-02-29, +/games/boxart/1452611ccc.jpg,Crash Nitro Kart,GBA,Racing,Vivendi Games,Vicarious Visions,7.7,0.46,0.33,,0.12,0.01,2003-11-11, +/games/boxart/1196889ccc.jpg,Gremlins,2600,Action,Atari,Atari,,0.46,0.43,,0.03,0,1984-01-01, +/games/boxart/full_8737952AmericaFrontccc.png,State of Decay 2,XOne,Action-Adventure,Microsoft Studios,Undead Labs,7,0.46,0.27,,0.14,0.04,2018-05-22,2018-09-25 +/games/boxart/5865049ccc.jpg,Dragon Ball Z: Sagas,PS2,Fighting,Atari,Avalanche Software,,0.46,0.38,,0.01,0.06,2005-03-22, +/games/boxart/full_wwe-smackdown-vs-raw-2011_8AmericaFront.jpg,WWE SmackDown vs. Raw 2011,Wii,Fighting,THQ,JAKKS Pacific,,0.46,0.29,,0.13,0.04,2010-10-26, +/games/boxart/8294019ccc.jpg,Bloody Roar II,PS,Fighting,Sony Computer Entertainment,Eighting / Raizing,8.2,0.46,0.25,,0.17,0.03,1999-04-30, +/games/boxart/full_2445931AmericaFrontccc.jpg,FIFA Soccer 13,PSV,Sports,EA Sports,EA Canada,,0.46,,0.05,0.32,0.1,2012-09-25,2018-04-06 +/games/boxart/2336082ccc.jpg,Mat Hoffman's Pro BMX 2,PS2,Sports,Activision,Rainbow Studios,8.1,0.46,0.23,,0.18,0.06,2002-08-12, +/games/boxart/full_4386792AmericaFrontccc.jpg,The Princess and the Frog,Wii,Platform,Disney Interactive Studios,Griptonite Games,,0.46,0.29,,0.13,0.04,2009-11-17, +/games/boxart/full_158478JapanFrontccc.jpg,Tales of Vesperia,PS3,Role-Playing,Namco Bandai,Namco Tales Studio,8,0.46,,0.46,,,2009-09-17, +/games/boxart/5868136ccc.jpg,Brothers In Arms: Earned In Blood,PS2,Action,Ubisoft,Unknown,,0.46,0.38,,0.01,0.06,2005-10-28, +/games/boxart/4116017ccc.jpg,Classic NES Series: Pac-Man,GBA,Puzzle,Nintendo,Nintendo,5.7,0.46,0.25,0.12,0.09,0.01,2004-06-02, +/games/boxart/full_7706945AmericaFrontccc.png,Jak and Daxter: The Lost Frontier,PS2,Platform,Sony Computer Entertainment,High Impact Games,7.5,0.46,0.22,,0.17,0.06,2009-11-03, +/games/boxart/full_732805AmericaFrontccc.jpg,Rayman Legends,X360,Platform,Ubisoft,Ubisoft Montpellier,,0.46,0.19,,0.24,0.04,2013-09-03,2018-03-20 +/games/boxart/full_6740686AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,DS,Platform,Vivendi Games,Tantalus,,0.46,0.26,,0.15,0.05,2008-10-21, +/games/boxart/full_7568066AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Snow Princess,DS,Platform,2K Play,Black Lantern Studios,,0.46,0.26,,0.16,0.04,2008-11-05, +/games/boxart/full_5531998AmericaFrontccc.jpg,Disney's Kim Possible 3: Team Possible,GBA,Platform,Disney Interactive Studios,Artificial Mind and Movement,9,0.46,0.33,,0.12,0.01,2005-08-21, +/games/boxart/full_7033644JapanFrontccc.jpg,Crayon Shin-Chan: Arashi o Yobu Enji,SNES,Platform,Bandai,Bandai,,0.46,,0.46,,0,1993-07-30, +/games/boxart/8837768ccc.jpg,Stuart Little 2,GBA,Platform,Activision,Creations,,0.46,0.33,,0.12,0.01,2002-07-12, +/games/boxart/full_967024AmericaFrontccc.jpg,Tak 2: The Staff of Dreams,GBA,Platform,THQ,Avalanche Software,,0.46,0.33,,0.12,0.01,2004-10-11, +/games/boxart/full_9631141AmericaFrontccc.jpg,Scooby-Doo,GBA,Platform,THQ,Helixe,,0.46,0.33,,0.12,0.01,2001-11-15, +/games/boxart/4515807ccc.jpg,Tomb Raider: Legend,PSP,Action,Eidos Interactive,Buzz Monkey,7.2,0.46,0.09,,0.25,0.12,2006-06-21, +/games/boxart/full_9250266AmericaFrontccc.jpg,LEGO DC Super-Villains,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.46,0.22,,0.17,0.08,2018-10-16,2018-06-04 +/games/boxart/full_3760499AmericaFrontccc.jpg,LEGO The Hobbit,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.46,0.2,,0.22,0.04,2014-04-08,2018-03-15 +/games/boxart/3680758ccc.gif,Crayola: Treasure Adventures,DS,Puzzle,Crave Entertainment,Crave Entertainment,,0.46,0.42,,0.01,0.03,2007-10-01, +/games/boxart/full_7310373AmericaFrontccc.jpg,Boom Blox Bash Party,Wii,Puzzle,Electronic Arts,EA Los Angeles,8.8,0.46,0.33,,0.09,0.04,2009-05-19, +/games/boxart/2979155ccc.jpg,Circus Atari,2600,Action,Atari,Atari,,0.46,0.43,,0.03,0,1978-01-01, +/games/boxart/full_5094092AmericaFrontccc.jpg,Disney Infinity 3.0,XOne,Action,Disney Interactive Studios,Avalanche Software,,0.46,0.3,,0.12,0.04,2015-08-30,2018-03-20 +/games/boxart/full_6361319AmericaFrontccc.jpg,Battlefield: Hardline,PS3,Shooter,Electronic Arts,EA DICE,,0.46,0.15,0.08,0.17,0.06,2015-03-17,2018-04-11 +/games/boxart/full_1038672AmericaFrontccc.jpg,Brothers In Arms: Road to Hill 30,PS2,Shooter,Ubisoft,Gearbox Software,,0.46,0.38,,0.01,0.06,2005-03-15, +/games/boxart/full_7791441AmericaFrontccc.jpg,Wolfenstein: The New Order,PS3,Shooter,Bethesda Softworks,MachineGames,,0.46,0.14,0.02,0.22,0.07,2014-05-20,2019-03-25 +/games/boxart/967797ccc.jpg,Brothers In Arms: D-Day,PSP,Shooter,Ubisoft,Gearbox Software,6.8,0.46,0.23,,0.14,0.09,2006-12-05, +/games/boxart/full_red-faction-armageddon_437AmericaFront.jpg,Red Faction: Armageddon,PS3,Shooter,THQ,Volition Inc.,7,0.46,0.2,0.03,0.15,0.07,2011-06-07, +/games/boxart/7121637ccc.jpg,NHL FaceOff '97,PS,Sports,Sony Computer Entertainment,Killer Game,,0.46,0.26,,0.17,0.03,1996-10-31, +/games/boxart/default.jpg,Country Dance 2,Wii,Misc,GameMill,High Voltage Software,,0.46,0.43,,,0.03,2011-11-01, +/games/boxart/full_1567303AmericaFrontccc.jpg,Jampack Winter 2003 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.46,0.22,,0.18,0.06,2003-10-15, +/games/boxart/5305446ccc.jpg,Syphon Filter: Logan's Shadow,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,8.4,0.46,0.25,,0.12,0.09,2007-10-02, +/games/boxart/full_8069084AmericaFrontccc.jpg,Hyrule Warriors: Definitive Edition,NS,Action,Nintendo,Omega Force,8,0.46,0.21,0.07,0.15,0.03,2018-05-18,2019-12-30 +/games/boxart/full_nickelodeon-team-umizoomi_228AmericaFront.jpg,Nickelodeon Team Umizoomi,DS,Action,2K Play,Black Lantern Studios,,0.46,0.42,,,0.04,2011-11-01, +/games/boxart/5871694ccc.jpg,Razor Freestyle Scooter,PS,Sports,Crave Entertainment,Shaba Games,,0.46,0.26,,0.17,0.03,2000-12-11, +/games/boxart/full_8728613AmericaFrontccc.jpg,Super Batter Up,SNES,Sports,Namco,Namco,,0.46,,0.46,,,1992-10-01, +/games/boxart/5422607ccc.jpg,SimCity Creator,Wii,Simulation,Electronic Arts,The Sims Studio,,0.46,0.36,0.04,0.03,0.04,2008-09-22, +/games/boxart/4964479ccc.jpg,MX vs. ATV Untamed,PS3,Racing,THQ,Rainbow Studios,,0.46,0.35,,0.06,0.05,2007-12-17, +/games/boxart/1196258ccc.jpg,Star Wars: Demolition,PS,Racing,LucasArts,"Luxoflux, Inc.",,0.46,0.25,,0.17,0.03,2000-11-12, +/games/boxart/full_9723307JapanFrontccc.jpg,Mother 1+2,GBA,Role-Playing,Nintendo,Ape Studios / HAL Laboratory / Brownie Brown,,0.46,,0.45,,0.01,2003-06-20, +/games/boxart/full_rugrats-castle-capers_610AmericaFront.jpg,Rugrats: Castle Capers,GBA,Action,THQ,Software Creations,,0.46,0.33,,0.12,0.01,2001-09-24, +/games/boxart/full_7791072AmericaFrontccc.jpg,Mass Effect Trilogy,PS3,Action,Electronic Arts,BioWare,,0.46,0.37,,,0.09,2012-12-04,2018-10-13 +/games/boxart/1711724ccc.jpg,.hack//Outbreak Part 3,PS2,Role-Playing,Bandai,CyberConnect2,7.1,0.46,0.14,0.17,0.11,0.04,2003-09-09, +/games/boxart/9518901ccc.gif,Delta Force: Black Hawk Down,PS2,Shooter,NovaLogic,Rebellion Developments,,0.46,0.22,,0.17,0.06,2005-07-26, +/games/boxart/full_2830177AmericaFrontccc.jpg,Iridion 3D,GBA,Shooter,Majesco,Shin'en GmbH,5.6,0.46,0.33,,0.12,0.01,2001-05-29, +/games/boxart/5568550ccc.jpg,Sled Storm,PS2,Racing,EA Sports BIG,EA Canada,,0.45,0.22,,0.17,0.06,2002-03-11, +/games/boxart/3331810ccc.jpg,Area 51,PS2,Shooter,Midway Games,Midway Studios Austin,7.7,0.45,0.22,,0.17,0.06,2005-04-25, +/games/boxart/1232716ccc.jpg,Enemy Territory: Quake Wars,X360,Shooter,Activision,Nerve Software,6.7,0.45,0.3,,0.11,0.04,2008-05-27, +/games/boxart/full_7555958AmericaFrontccc.jpg,Discovery Kids: Kitten Corner,DS,Simulation,505 Games,505 Games,,0.45,0.42,,,0.03,2009-03-26, +/games/boxart/full_2654713AmericaFrontccc.jpg,Walt Disney World Quest: Magical Racing Tour,PS,Racing,Eidos Interactive,Crystal Dynamics,,0.45,0.25,,0.17,0.03,2000-03-23, +/games/boxart/8630784ccc.jpg,ATV Quad Power Racing 2,XB,Racing,Acclaim Entertainment,Climax Entertainment,,0.45,0.36,,0.07,0.01,2003-01-21, +/games/boxart/6217511ccc.jpg,Vandal Hearts,PS,Role-Playing,Konami,Konami Computer Entertainment Tokyo,7.7,0.45,0.14,0.19,0.09,0.03,1997-03-27, +/games/boxart/full_9284279JapanFrontccc.jpg,Star Ocean 5: Integrity and Faithlessness,PS4,Role-Playing,Square Enix,tri-Ace,,0.45,0.1,0.16,0.13,0.05,2016-06-28, +/games/boxart/7381223ccc.jpg,Karaoke Revolution Presents American Idol Encore,Wii,Misc,Konami,Blitz Games,,0.45,0.42,,,0.03,2008-02-05, +/games/boxart/536987ccc.jpg,Brain Challenge,DS,Misc,Ubisoft,Gameloft,,0.45,0.41,,0.01,0.03,2008-01-08, +/games/boxart/full_2392363JapanFrontccc.jpg,God Eater 2,PSV,Misc,Namco Bandai Games,Shift,,0.45,,0.45,,,2013-11-14,2018-01-03 +/games/boxart/1949239ccc.jpg,Mario Golf: Advance Tour,GBA,Sports,Nintendo,Camelot Software Planning,,0.45,0.32,,0.12,0.01,2004-06-22, +/games/boxart/full_warhammer-40000-space-marine_765AmericaFront.jpg,"Warhammer 40,000: Space Marine",PS3,Shooter,THQ,Relic Entertainment,7.3,0.45,0.13,,0.24,0.08,2011-09-06, +/games/boxart/3001323ccc.jpg,Defender II,2600,Shooter,Atari,"Williams Electronic Games, Inc.",,0.45,0.42,,0.02,0,1988-01-01, +/games/boxart/full_1187828AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,Wii,Sports,Konami,Konami,8.4,0.45,0.09,0.05,0.26,0.05,2009-03-17, +/games/boxart/full_fear-3_734AmericaFront.jpg,F.E.A.R. 3,PS3,Shooter,Warner Bros. Interactive,Day 1 Studios,7.8,0.45,0.21,0.01,0.16,0.07,2011-06-21, +/games/boxart/full_1406203JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12,PS2,Sports,Konami,PawaPuro Production,,0.45,,0.45,,,2005-07-14, +/games/boxart/full_9245346JapanFrontccc.jpg,J-League Excite Stage '95,SNES,Sports,Epoch,A-Max,,0.45,,0.45,,,1995-04-28, +/games/boxart/full_4991864AmericaFrontccc.jpg,NFL Head Coach,PS2,Sports,EA Sports,EA Tiburon,,0.45,0.38,,0.01,0.06,2006-06-20, +/games/boxart/full_2225257JapanFrontccc.jpg,World Stadium 2,PS,Sports,Namco,Namco,,0.45,,0.42,,0.03,1998-04-29, +/games/boxart/full_6515512AmericaFrontccc.png,NHL 15,X360,Sports,EA Sports,EA Canada,,0.45,0.35,,0.05,0.05,2014-09-09,2018-01-10 +/games/boxart/9674200ccc.jpg,Phantasy Star Online Episode I & II,GC,Role-Playing,Sega,Sonic Team,8.2,0.45,0.23,0.16,0.06,0.01,2002-10-29, +/games/boxart/full_7038821JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 3,SNES,Sports,Konami,Diamond Head,,0.45,,0.45,,,1996-02-29, +/games/boxart/8784711ccc.jpg,Enter the Matrix,GC,Action,Atari,Shiny Entertainment,6.5,0.45,0.34,0.02,0.09,0.01,2003-05-14, +/games/boxart/2431240ccc.jpg,Pirates of the Caribbean: At World's End,Wii,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.45,0.39,0.01,0.02,0.04,2007-05-22, +/games/boxart/full_1771972AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.45,0.16,0.09,0.15,0.06,2014-10-01,2018-08-01 +/games/boxart/4547981ccc.jpg,Bleach: The Blade of Fate,DS,Fighting,Sega,"Treasure Co., Ltd.",8.2,0.45,0.29,0.12,0.01,0.03,2007-10-09, +/games/boxart/4372230ccc.jpg,WWE WrestleMania 21,XB,Fighting,THQ,Studio Gigante,,0.45,0.34,,0.1,0.02,2005-04-20, +/games/boxart/full_6709635AmericaFrontccc.jpg,Fable Anniversary,X360,Role-Playing,Microsoft Studios,Lionhead Studios,,0.45,0.26,0.01,0.15,0.04,2014-02-04,2018-08-12 +/games/boxart/full_49769AmericaFrontccc.jpg,The Chronicles of Riddick: Escape From Butcher Bay,XB,Shooter,VU Games,Starbreeze Studios/Tigon Studios,,0.45,0.32,,0.11,0.02,2004-06-01, +/games/boxart/full_1501598AmericaFrontccc.jpg,Billiards,PS,Sports,Agetec,argent,,0.45,,0.45,,,2001-05-14, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_0AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,X360,Action,Electronic Arts,EA Bright Light,,0.45,0.21,,0.2,0.04,2010-11-09, +/games/boxart/full_6389994PALFrontccc.jpg,2 Games in 1: SpongeBob SquarePants: SuperSponge & Rugrats Go Wild,GBA,Platform,THQ,Climax Group / ImaginEngine,,0.45,0.33,,0.12,0.01,2005-03-04, +/games/boxart/full_6475281AmericaFrontccc.jpg,Skylanders: Trap Team,XOne,Platform,Activision,Toys for Bob,,0.45,0.34,,0.07,0.04,2014-10-05,2018-03-17 +/games/boxart/full_5575782AmericaFrontccc.jpg,Skylanders Imaginators,WiiU,Platform,Activision,Toys for Bob,,0.45,0.19,,0.22,0.04,2016-10-16,2018-03-26 +/games/boxart/full_3779451AmericaFrontccc.jpg,DmC Devil May Cry,X360,Action,Capcom,Ninja Theory,,0.45,0.27,0.01,0.13,0.04,2013-01-15,2018-05-01 +/games/boxart/full_3223661AmericaFrontccc.jpg,Apocalypse,PS,Action,Activision,Neversoft Entertainment,6.7,0.45,0.25,,0.17,0.03,1998-10-31, +/games/boxart/full_7316219AmericaFrontccc.jpg,Rampage World Tour,N64,Action,Midway Games,Saffire Corporation,,0.45,0.36,,0.08,0.01,1998-03-30, +/games/boxart/full_8712300AmericaFrontccc.jpg,Band Hero,DS,Misc,Activision,Vicarious Visions,6.3,0.45,0.22,,0.19,0.05,2009-11-03, +/games/boxart/2430647ccc.jpg,The Powerpuff Girls: Relish Rampage,PS2,Action,BAM! Entertainment,VIS Entertainment,3.8,0.45,0.22,,0.17,0.06,2002-11-24, +/games/boxart/full_2093952AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,PS2,Misc,Disney Interactive Studios,Zoe Mode,,0.45,0.09,,0.02,0.34,2009-02-17, +/games/boxart/full_disney-guilty-party_3AmericaFront.jpg,Disney Guilty Party,Wii,Misc,Disney Interactive Studios,Wideload Games,,0.45,0.42,,,0.03,2010-08-31, +/games/boxart/2710308ccc.jpg,NHL 2005,PS2,Sports,EA Sports,EA Canada,,0.45,0.22,,0.17,0.06,2004-09-20, +/games/boxart/full_2571058AmericaFrontccc.jpg,NCAA Gamebreaker 99,PS,Sports,989 Studios,989 Sports,,0.45,0.25,,0.17,0.03,1998-10-31, +/games/boxart/full_7813179AmericaFrontccc.png,L.A. Noire,NS,Adventure,Rockstar Games,Team Bondi,7.9,0.45,0.21,,0.21,0.04,2017-11-14,2018-06-19 +/games/boxart/full_1466538AmericaFrontccc.jpg,Yakuza Kiwami,PS4,Adventure,Sega,Sega,,0.45,0.13,0.21,0.07,0.04,2017-08-29,2018-01-03 +/games/boxart/1123263ccc.jpg,Sphinx and the Cursed Mummy,PS2,Adventure,THQ,Eurocom Entertainment Software,,0.45,0.22,,0.17,0.06,2003-11-10, +/games/boxart/5860721ccc.jpg,Scooby-Doo! Mystery Mayhem,PS2,Adventure,THQ,Artificial Mind and Movement,,0.45,0.22,,0.17,0.06,2004-03-02, +/games/boxart/full_3041092PALFrontccc.jpg,We Sing Encore,Wii,Misc,Nordic Games,Le Cortex,,0.45,,,0.4,0.05,2010-08-20, +/games/boxart/8349399ccc.jpg,Worms: Open Warfare 2,PSP,Strategy,THQ,Team17 Software / Two Tribes,8.1,0.45,0.04,,0.27,0.14,2007-09-04, +/games/boxart/4341658ccc.jpg,Sid Meier's Civilization Revolution,DS,Strategy,2K Games,Firaxis,8.2,0.45,0.37,0.02,0.03,0.03,2008-07-08, +/games/boxart/full_9058347JapanFrontccc.jpg,Attack on Titan: The Last Wings of Mankind,3DS,Action,Spike Chunsoft,Spike Chunsoft,,0.45,,0.45,,,2013-12-05,2019-01-29 +/games/boxart/4163530ccc.jpg,Ghostbusters,2600,Action,Activision,Atari,,0.45,0.42,,0.03,0,1985-05-10, +/games/boxart/full_2887847AmericaFrontccc.jpg,Dynasty Warriors: Strikeforce,PSP,Action,Tecmo Koei,Omega Force,6.4,0.45,0.03,0.38,0.02,0.02,2009-04-28, +/games/boxart/full_3689347AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,7.4,0.45,0.21,,0.21,0.04,2014-11-11,2018-12-01 +/games/boxart/full_6906875AmericaFrontccc.jpg,Just Dance 4,PS3,Music,Ubisoft,Ubisoft,,0.45,0.26,,0.11,0.08,2012-10-09,2018-01-31 +/games/boxart/full_7091994AmericaFrontccc.jpg,Command & Conquer: Red Alert 3,X360,Strategy,Bethesda Softworks,EA Los Angeles,7.4,0.45,0.18,,0.23,0.05,2008-11-11, +/games/boxart/full_7772505AmericaFrontccc.jpg,Tomb Raider: Underworld,Wii,Adventure,Eidos Interactive,Crystal Dynamics,6.3,0.45,0.13,,0.27,0.05,2008-11-18, +/games/boxart/full_5781678AmericaFrontccc.jpg,iCarly,Wii,Adventure,Activision,Blitz Games,,0.45,0.42,,0,0.03,2009-10-27, +/games/boxart/1790576ccc.jpg,American Girl: Kit Mystery Challenge!,DS,Adventure,THQ,"Webfoot Technologies, Inc.",,0.45,0.42,,,0.03,2008-06-23, +/games/boxart/6551143ccc.jpg,Barbie as The Island Princess,Wii,Adventure,Activision,Human Soft / Ivolgamus,,0.45,0.42,,0,0.03,2007-10-30, +/games/boxart/full_fatal-fury-2_2AmericaFront.jpg,Fatal Fury 2,SNES,Fighting,Takara,SNK Corporation,,0.45,,0.45,,0,1994-04-01, +/games/boxart/8518451ccc.jpg,Tekken Advance,GBA,Fighting,Namco,Eighting / Raizing,8.3,0.45,0.32,,0.12,0.01,2002-01-28, +/games/boxart/full_the-sims-3-ambitions_3AmericaFront.jpg,The Sims 3: Ambitions,PC,Simulation,Electronic Arts,EA Redwood Shores,7.9,0.45,,,0.29,0.16,2010-06-01, +/games/boxart/full_5698168PALFrontccc.png,Style Savvy: Styling Star,3DS,Simulation,Nintendo,syn Sophia,8.5,0.45,,0.14,0.29,0.02,2017-12-25,2018-09-05 +/games/boxart/2989208ccc.jpg,NASCAR 2005: Chase for the Cup,XB,Racing,EA Sports,EA Tiburon,,0.45,0.34,,0.1,0.02,2004-08-31, +/games/boxart/9229079ccc.jpg,Crash of the Titans,Wii,Action,Sierra Entertainment,Radical Entertainment,,0.45,0.39,,0.02,0.03,2007-10-02, +/games/boxart/4262641ccc.jpg,Maze Craze: A Game of Cops 'n Robbers,2600,Action,Atari,Atari,,0.45,0.42,,0.02,0,1978-01-01, +/games/boxart/full_6554628JapanFrontccc.jpg,Mobile Suit Gundam,PS,Action,Bandai,Bandai,,0.45,,0.42,,0.03,1995-06-23, +/games/boxart/3913712ccc.gif,Bee Movie Game,DS,Action,Activision,Vicarious Visions,6,0.45,0.41,,0,0.03,2007-10-30, +/games/boxart/full_54268AmericaFrontccc.jpg,Samurai Warriors: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.45,0.04,0.36,0.03,0.01,2004-11-09, +/games/boxart/1340248ccc.jpg,TNA iMPACT!,X360,Fighting,Midway Games,Midway Studios Los Angeles,6.4,0.45,0.26,,0.15,0.04,2008-09-09, +/games/boxart/5792956ccc.jpg,WWE Day of Reckoning,GC,Fighting,THQ,Yuke's Future Media Creators,8.1,0.45,0.35,,0.09,0.01,2004-08-30, +/games/boxart/full_scooby-doo-and-the-spooky-swamp_10AmericaFront.jpg,Scooby-Doo! and the Spooky Swamp,Wii,Action,Warner Bros. Interactive,Torus Games,7.6,0.45,0.29,,0.13,0.04,2010-09-14, +/games/boxart/full_3284170AmericaFrontccc.jpg,Hot Wheels: Stunt Track Challenge,GBA,Racing,THQ,Climax Group,5.3,0.45,0.32,,0.12,0.01,2004-11-10, +/games/boxart/3976617ccc.jpg,Jawbreaker,2600,Action,Tigervision,Tigervision,,0.45,0.42,,0.03,0,1982-01-01, +/games/boxart/full_9217059AmericaFrontccc.jpg,The New York Times Crosswords,DS,Puzzle,Majesco,BudCat Creations,,0.45,0.42,,0,0.03,2007-05-29, +/games/boxart/full_4853917AmericaFrontccc.jpg,Terraria,PS3,Action-Adventure,505 Games,Engine Software,,0.45,0.09,0.09,0.21,0.06,2013-07-30,2018-03-19 +/games/boxart/full_6471911AmericaFrontccc.jpg,Vin Diesel: Wheelman,X360,Racing,Ubisoft,Tigon,6.7,0.45,0.24,,0.17,0.04,2009-03-24, +/games/boxart/full_5343790AmericaFrontccc.jpg,Burnout Dominator,PSP,Racing,Electronic Arts,Criterion Games,7.8,0.45,0.02,0.01,0.38,0.05,2007-03-06, +/games/boxart/2525047ccc.jpg,Sega Rally Revo,X360,Racing,Sega,Sega Racing Studio,,0.45,0.12,,0.28,0.05,2007-10-09, +/games/boxart/2134856ccc.jpg,Silent Hill: Homecoming,X360,Action,Konami,Double Helix Games,7.6,0.45,0.25,,0.15,0.04,2008-09-30, +/games/boxart/9480778ccc.jpg,Pokémon Puzzle League,N64,Puzzle,Nintendo,Nintendo Software Technology Corporation,,0.45,0.36,,0.08,0.01,2000-09-01, +/games/boxart/full_2368162AmericaFrontccc.jpg,Despicable Me: The Game - Minion Mayhem,DS,Puzzle,D3 Publisher,WayForward Technologies,,0.45,0.37,,0.05,0.03,2010-07-06, +/games/boxart/full_8828718AmericaFrontccc.jpg,Skylanders: SuperChargers,PS4,Action-Adventure,Activision,Vicarious Visions,,0.45,0.29,,0.09,0.08,2015-09-20,2018-04-06 +/games/boxart/8974904ccc.jpg,Shin Megami Tensei: Persona 3,PS2,Role-Playing,Atlus,Atlus Co.,8.7,0.45,0.22,,0.03,0.2,2007-08-14, +/games/boxart/5145085ccc.jpg,Persona,PS,Role-Playing,Atlus,Atlus Co.,8.1,0.45,,0.42,,0.03,1996-01-01, +/games/boxart/full_7277119JapanFrontccc.jpg,Final Fantasy Collection,PS,Role-Playing,Square,TOSE,,0.45,,0.42,,0.03,1999-03-11, +/games/boxart/2761032ccc.jpg,Yu-Gi-Oh! Destiny Board Traveler,GBA,Misc,Konami,KCEJ,,0.45,0.32,,0.12,0.01,2004-10-26, +/games/boxart/3001854ccc.jpg,My Fashion Studio,DS,Misc,Ubisoft,505 Games,,0.45,0.41,,0.01,0.03,2008-06-10, +/games/boxart/157759ccc.jpg,Pokémon Pinball: Ruby & Sapphire (JP weekly sales),GBA,Misc,Nintendo,Jupiter Corporation,,0.45,,0.44,,0.01,2003-08-26, +/games/boxart/full_9449497AmericaFrontccc.jpg,LEGO Rock Band,DS,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,8.4,0.45,0.32,,0.09,0.04,2009-11-03, +/games/boxart/full_5499417PALFrontccc.jpg,SingStar Take That,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.45,,,0.06,0.39,2009-11-06, +/games/boxart/full_8882583AmericaFrontccc.jpg,Tales of Zestiria,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.45,0.18,0.04,0.16,0.07,2015-10-20, +/games/boxart/full_3323041AmericaFrontccc.png,Prey (2017),XOne,Shooter,Bethesda Softworks,Arkane Studios,,0.45,0.21,,0.2,0.04,2017-05-05,2018-01-18 +/games/boxart/2270759ccc.jpg,Phoenix,2600,Shooter,Atari,Centuri,,0.45,0.42,,0.02,0,1982-01-01, +/games/boxart/4719977ccc.jpg,Star Wars Jedi Knight: Jedi Academy,XB,Shooter,LucasArts,Vicarious Visions,,0.45,0.34,,0.1,0.02,2003-11-19, +/games/boxart/full_168665AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Generations,X360,Fighting,Namco Bandai Games,CyberConnect2,,0.45,0.26,0.01,0.14,0.04,2012-03-13,2018-09-12 +/games/boxart/full_3662650AmericaFrontccc.jpg,Missile Command,PS,Shooter,Hasbro Interactive,Meyer/Glass Interactive,,0.45,0.25,,0.17,0.03,1999-11-30, +/games/boxart/6163563ccc.jpg,Harvest Moon DS (US sales),DS,Simulation,Natsume,TOSE,,0.45,0.4,,0.05,,2006-09-12, +/games/boxart/full_the-sims-3-outdoor-living-stuff_193AmericaFront.jpg,The Sims 3: Outdoor Living Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.45,,,0.38,0.07,2011-02-01, +/games/boxart/full_fear-3_314AmericaFront.jpg,F.E.A.R. 3,X360,Shooter,Warner Bros. Interactive,Day 1 Studios,7.8,0.45,0.3,0.01,0.11,0.04,2011-06-21, +/games/boxart/full_1465998AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Fireteam Bravo 3,PSP,Shooter,Sony Computer Entertainment,Slant Six Games,7.5,0.45,0.17,0.06,0.13,0.09,2010-02-16, +/games/boxart/full_major-league-baseball-2k11_578AmericaFront.jpg,Major League Baseball 2K11,X360,Sports,2K Sports,Visual Concepts,,0.45,0.4,,0.03,0.03,2011-03-08, +/games/boxart/full_5451585AmericaFrontccc.jpg,NBA Live 2005,GC,Sports,EA Sports,EA Canada,8.5,0.45,0.35,,0.09,0.01,2004-09-28, +/games/boxart/full_5042273AmericaFrontccc.jpg,NBA Live 10,X360,Sports,EA Sports,EA Canada,,0.45,0.4,,0.02,0.03,2009-10-06, +/games/boxart/full_virtua-tennis-4_558AmericaFront.jpg,Virtua Tennis 4,PS3,Sports,Sega,Sega-AM2,6.4,0.45,0.09,0.03,0.24,0.08,2011-05-10, +/games/boxart/full_9672195AmericaFrontccc.jpg,Celebrity Sports Showdown,Wii,Sports,Electronic Arts,Electronic Arts,,0.45,0.18,,0.22,0.05,2008-10-20, +/games/boxart/full_brunswick-pro-bowling_821AmericaFront.jpg,Brunswick Pro Bowling,X360,Sports,Crave Entertainment,FarSight Studios,,0.45,0.38,,0.04,0.03,2010-12-07, +/games/boxart/full_560358JapanFrontccc.jpg,World Soccer Winning Eleven 5 Final Evolution,PS2,Sports,Konami,Konami,,0.45,,0.45,,,2001-12-13, +/games/boxart/full_2777909AmericaFrontccc.jpg,Ms. Pac-Man Maze Madness,PS,Puzzle,Namco,Namco,,0.44,0.25,,0.17,0.03,2000-09-08, +/games/boxart/default.jpg,Transformers: Fall of Cybertron,X360,Action,Activision,High Moon Studios,,0.44,0.28,,0.12,0.04,2012-08-21, +/games/boxart/full_7596606JapanFrontccc.jpg,World Stadium EX,PS,Sports,Namco,Namco,,0.44,,0.41,,0.03,1996-07-26, +/games/boxart/1028830ccc.jpg,Blood Omen: Legacy of Kain,PS,Role-Playing,Crystal Dynamics,Silicon Knights,7.8,0.44,0.25,,0.17,0.03,1996-11-14, +/games/boxart/full_5168648AmericaFrontccc.jpg,Eternal Sonata,PS3,Role-Playing,Namco Bandai,Tri-Crescendo,8.3,0.44,0.19,0.07,0.12,0.05,2008-10-21, +/games/boxart/full_hyperdimension-neptunia_903AmericaFront.jpg,Hyperdimension Neptunia,PS3,Role-Playing,NIS America,Compile Heart,5.3,0.44,0.22,0.07,0.1,0.04,2011-02-15, +/games/boxart/full_9367271AmericaFrontccc.jpg,Walk it Out!,Wii,Sports,Konami,Konami,,0.44,0.35,,0.06,0.03,2010-01-12, +/games/boxart/3862211ccc.jpg,NFL Blitz 20-03,PS2,Sports,Midway Games,Point of View,,0.44,0.21,,0.17,0.06,2002-08-12, +/games/boxart/full_9968348AmericaFrontccc.jpg,Remington Great American Bird Hunt,Wii,Sports,Mastiff,Kouyousha,,0.44,0.41,,,0.03,2009-10-27, +/games/boxart/5162134ccc.jpg,MX Unleashed,XB,Racing,THQ,Rainbow Studios,,0.44,0.34,,0.08,0.02,2004-02-17, +/games/boxart/full_need-for-speed-shift-2-unleashed_555AmericaFront.jpg,Need for Speed: Shift 2 Unleashed,X360,Racing,Electronic Arts,Slightly Mad Studios,8.5,0.44,0.18,,0.21,0.05,2011-03-29, +/games/boxart/4338932ccc.jpg,The Darkness,X360,Shooter,2K Games,Starbreeze,8.3,0.44,0.36,0.01,0.04,0.03,2007-06-25, +/games/boxart/full_7699023PALFrontccc.jpg,Resistance: Burning Skies,PSV,Shooter,Sony Computer Entertainment,Nihilistic Software,4.8,0.44,0.18,0.02,0.16,0.08,2012-05-29,2018-01-03 +/games/boxart/full_2045080AmericaFrontccc.jpg,Metro: Last Light,PS3,Shooter,Deep Silver,4a-games,,0.44,0.14,0.03,0.21,0.07,2013-05-14,2018-07-17 +/games/boxart/full_9527970AmericaFrontccc.jpg,Independence Day,PS,Shooter,Fox Interactive,Radical Entertainment,,0.44,0.25,,0.17,0.03,1997-02-28, +/games/boxart/full_2292325AmericaFrontccc.jpg,Battlefield 2: Modern Combat,PS2,Shooter,Electronic Arts,Digital Illusions,7.6,0.44,0.37,,0.01,0.06,2005-10-24, +/games/boxart/426602ccc.jpg,Star Wars: Jedi Starfighter,XB,Simulation,LucasArts,Secret Level,,0.44,0.35,,0.07,0.02,2002-05-13, +/games/boxart/full_6575111AmericaFrontccc.jpg,Crash: Mind Over Mutant,Wii,Platform,Activision,Radical Entertainment,7.5,0.44,0.35,,0.06,0.03,2008-10-07, +/games/boxart/5696361ccc.jpg,Nicktoons: Attack of the Toybots,Wii,Platform,THQ,Blue Tongue Entertainment,,0.44,0.4,,0,0.03,2007-10-23, +/games/boxart/full_shin-megami-tensei-devil-survivor-overclocked_117AmericaFront.jpg,Shin Megami Tensei: Devil Survivor Overclocked,3DS,Role-Playing,Atlus,Career Soft,7.6,0.44,0.34,0.06,0.01,0.04,2011-08-23,2018-01-14 +/games/boxart/1896114ccc.jpg,X-Men Legends II: Rise of Apocalypse,XB,Role-Playing,Activision,Raven Software,8.3,0.44,0.3,,0.12,0.02,2005-09-20, +/games/boxart/full_7297001AmericaFrontccc.jpg,God Eater 2: Rage Burst,PSV,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.44,,0.38,0.05,0.01,2016-10-01,2018-07-04 +/games/boxart/full_4581826AmericaFrontccc.jpg,Family Fest Presents Circus Games,Wii,Misc,Ubisoft,Kuju Entertainment,,0.44,0.1,,0.29,0.05,2008-10-21, +/games/boxart/full_9401650AmericaFrontccc.jpg,Yu-Gi-Oh! Capsule Monster Coliseum,PS2,Misc,Konami,Konami,,0.44,0.22,,0.17,0.06,2004-10-26, +/games/boxart/6035368ccc.jpg,Jampack Volume 13 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.44,0.37,,0.01,0.06,2005-10-18, +/games/boxart/3217621ccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",PS2,Misc,THQ,THQ Australia Studios Pty Ltd.,,0.44,0.37,,0.01,0.06,2005-10-21, +/games/boxart/full_2828397AmericaFrontccc.jpg,SingStar Queen,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,6.8,0.44,0.11,,0.25,0.07,2009-08-04, +/games/boxart/full_3391680AmericaFrontccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",GC,Misc,THQ,THQ Australia Studios Pty Ltd.,,0.44,0.34,,0.09,0.01,2005-10-21, +/games/boxart/full_8950665AmericaFrontccc.jpg,NBA Live 2000,N64,Sports,EA Sports,NuFX,,0.44,0.42,,0.02,0,1999-10-31, +/games/boxart/full_5169956AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,PS3,Platform,Vivendi Games,Etranges Libellules,,0.44,0.19,,0.19,0.07,2008-10-21, +/games/boxart/full_6970114AmericaFrontccc.jpg,Army Men World War: Final Front,PS,Action,3DO,3DO,,0.44,0.24,,0.17,0.03,2001-02-27, +/games/boxart/full_samurai-warriors-3_6AmericaFront.jpg,Samurai Warriors 3,Wii,Action,Nintendo,Omega Force,5.1,0.44,0.09,0.32,0.02,0.01,2010-09-27, +/games/boxart/full_spider-man-shattered-dimensions_4AmericaFront.jpg,Spider-Man: Shattered Dimensions,PS3,Action,Activision,Beenox Studios,,0.44,0.26,,0.13,0.05,2010-09-07, +/games/boxart/full_4475161PALFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,PSV,Racing,Sega,Sumo Digital,,0.44,0.09,,0.25,0.1,2012-12-18,2018-01-28 +/games/boxart/full_454288AmericaFrontccc.jpg,Battlebots: Design & Destroy,GBA,Action,Majesco,Cave Barn,4,0.44,0.31,,0.12,0.01,2003-08-31, +/games/boxart/full_power-rangers-spd_308AmericaFront.jpg,Power Rangers: S.P.D.,GBA,Action,THQ,Natsume,,0.44,0.31,,0.12,0.01,2005-09-08, +/games/boxart/full_5350566AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PSV,Action,Konami Digital Entertainment,Kojima Productions,,0.44,0.12,0.05,0.2,0.08,2012-06-12,2018-03-19 +/games/boxart/full_9837846AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,Wii,Action,D3 Publisher,Papaya Studio Corporation,,0.44,0.25,,0.15,0.04,2009-10-27, +/games/boxart/3490384ccc.jpg,Thrillville: Off the Rails,Wii,Strategy,LucasArts,Frontier Developments,,0.44,0.38,,0.02,0.03,2007-10-09, +/games/boxart/full_naughty-bear_7AmericaFront.jpg,Naughty Bear,PS3,Action,505 Games,Artificial Mind and Movement,4.5,0.44,0.18,,0.18,0.07,2010-06-29, +/games/boxart/full_7044595JapanFrontccc.jpg,Mobile Suit Gundam: One Year War,PS2,Action,Bandai,Namco,,0.44,,0.44,,,2005-04-07, +/games/boxart/full_scooby-doo-mystery-mayhem_326AmericaFront.jpg,Scooby-Doo! Mystery Mayhem,GBA,Action,THQ,Artificial Mind and Movement,,0.44,0.31,,0.12,0.01,2003-09-10, +/games/boxart/2594505ccc.jpg,Robert Ludlum's The Bourne Conspiracy,X360,Action,Sierra Entertainment,High Moon Studios,,0.44,0.26,,0.13,0.04,2008-06-03, +/games/boxart/full_2705996PALFrontccc.jpg,SingStar Motown,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.44,,,0.06,0.38,2009-11-10, +/games/boxart/full_8207815AmericaFrontccc.jpg,Hey! Pikmin,3DS,Platform,Nintendo,Arzest,6.8,0.44,0.17,0.17,0.08,0.03,2017-07-28,2018-02-03 +/games/boxart/3356646ccc.jpg,Major League Baseball 2K6,PS2,Sports,2K Sports,Kush Games,7.3,0.44,0.37,,0.01,0.06,2006-04-03, +/games/boxart/9261769ccc.jpg,World Soccer Winning Eleven 9,XB,Sports,Konami,Konami Computer Entertainment Tokyo,,0.44,0.06,0.02,0.33,0.03,2006-02-07, +/games/boxart/full_5953684AmericaFrontccc.jpg,G-Force,Wii,Action,Disney Interactive Studios,Eurocom Entertainment Software,7.5,0.44,0.19,,0.2,0.05,2009-07-21, +/games/boxart/7966794ccc.jpg,Spawn: Armageddon,PS2,Action,Namco,Point of View,,0.44,0.22,,0.17,0.06,2003-11-21, +/games/boxart/full_5803276AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.44,0.24,,0.17,0.04,2014-11-11,2018-12-01 +/games/boxart/full_2973525AmericaFrontccc.jpg,The Godfather (US sales),XB,Action,Electronic Arts,Headgate,,0.44,0.33,,0.1,0.02,2006-03-21, +/games/boxart/full_6913437AmericaFrontccc.jpg,Sleeping Dogs: Definitive Edition,PS4,Action,Square Enix,United Front Games,,0.44,0.16,,0.21,0.07,2014-10-14,2018-05-01 +/games/boxart/full_8478947AmericaFrontccc.jpg,50 Cent: Bulletproof,XB,Action,Vivendi Games,Genuine Games,,0.44,0.33,,0.1,0.02,2005-11-17, +/games/boxart/full_9850826JapanFrontccc.jpg,Densetsu no Stafi 2,GBA,Platform,Nintendo,TOSE,,0.44,,0.43,,0.01,2003-09-05, +/games/boxart/7393129ccc.jpg,Wario World,GC,Platform,Nintendo,"Treasure Co., Ltd.",7.5,0.44,0.34,,0.09,0.01,2003-06-24, +/games/boxart/full_1418910AmericaFrontccc.jpg,Skylanders SWAP Force,PS4,Misc,Activision,Unknown,,0.44,0.23,,0.14,0.08,2013-11-15, +/games/boxart/5936960ccc.jpg,Tiger Woods PGA Tour 2003,XB,Sports,EA Sports,EA Redwood Shores,,0.44,0.35,,0.08,0.01,2002-10-27, +/games/boxart/full_7856488AmericaFrontccc.jpeg,Sid Meier's Civilization VI,PC,Strategy,2K Games,Firaxis Games,,0.44,0.12,,0.29,0.03,2016-10-21,2018-12-19 +/games/boxart/full_7726898JapanFrontccc.jpg,Super Robot Taisen OG: Original Generations,PS2,Strategy,Banpresto,Banpresto,,0.44,,0.44,,,2007-06-28, +/games/boxart/full_8812178AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Tag Force 4,PSP,Strategy,Konami,Konami,7,0.44,0.19,0.12,0.07,0.05,2009-11-17, +/games/boxart/full_9123673AmericaFrontccc.jpg,SpongeBob's Atlantis SquarePantis,PS2,Adventure,THQ,Blitz Games,,0.44,0.36,,0.01,0.06,2007-10-23, +/games/boxart/5608586ccc.gif,The Thing,PS2,Adventure,VU Games,Computer Artworks,,0.44,0.22,,0.17,0.06,2002-08-19, +/games/boxart/full_1951382JapanFrontccc.jpg,Neon Genesis Evangelion,SAT,Adventure,Sega,Gainax,,0.44,,0.44,,,1996-03-01, +/games/boxart/full_tongari-boushi-to-mahou-no-otana_2JapanFront.jpg,Tongari Boushi to Mahou no Otana,DS,Simulation,Konami,Konami,,0.44,,0.44,,,2010-11-11, +/games/boxart/full_8727897AmericaFrontccc.jpg,Rock Band Country Track Pack,Wii,Misc,MTV Games,Harmonix Music Systems,,0.44,0.41,,,0.03,2009-07-21, +/games/boxart/full_6057600AmericaFrontccc.jpg,Story of Seasons,3DS,Misc,Xseed Games,Marvelous,7.7,0.44,,0.28,0.15,0.01,2015-03-31,2017-12-30 +/games/boxart/full_5622294AmericaFrontccc.jpg,Food Network: Cook or Be Cooked,Wii,Misc,Namco Bandai,Red Fly Studio,,0.44,0.41,,,0.03,2009-11-03, +/games/boxart/full_wheel-of-fortune_432AmericaFront.jpg,Wheel of Fortune,DS,Misc,THQ,"Pipeworks Software, Inc.",,0.44,0.41,,,0.03,2010-11-02, +/games/boxart/full_tetris-axis_485AmericaFront.jpg,Tetris Axis,3DS,Puzzle,Nintendo,Hudson Soft,7.8,0.44,0.2,0.06,0.14,0.03,2011-10-02, +/games/boxart/3927652ccc.jpg,Super Breakout,2600,Puzzle,Atari,Atari,,0.44,0.41,,0.03,0,1978-01-01, +/games/boxart/full_9525931AmericaFrontccc.jpg,LEGO DC Super-Villains,NS,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,7.8,0.44,0.28,,0.12,0.04,2018-10-16,2018-06-04 +/games/boxart/full_8002209JapanFrontccc.jpg,Super Bomberman 4,SNES,Puzzle,Hudson Soft,Produce!,,0.44,,0.44,,0,1996-04-26, +/games/boxart/full_3649866AmericaFrontccc.jpg,Bomberman II,NES,Puzzle,Hudson Soft,Hudson Soft,,0.44,0.16,0.15,0.03,0.1,1992-01-01, +/games/boxart/full_madden-nfl-12_503AmericaFront.jpg,Madden NFL 12,Wii,Sports,EA Sports,EA Tiburon,7,0.44,0.41,,,0.03,2011-08-30, +/games/boxart/full_6133860JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9,PS2,Sports,Konami,Diamond Head,,0.44,,0.44,,,2002-07-18, +/games/boxart/9109142ccc.jpg,Grind Session,PS,Sports,Sony Computer Entertainment,Shaba Games,,0.44,0.24,,0.17,0.03,2000-04-29, +/games/boxart/3898358ccc.jpg,LEGO Star Wars II: The Original Trilogy,XB,Action,LucasArts,Traveller's Tales,8.3,0.44,0.33,,0.1,0.02,2006-09-12, +/games/boxart/9796731ccc.jpg,Viking: Battle for Asgard,X360,Action,Sega,The Creative Assembly,6.2,0.44,0.16,,0.23,0.05,2008-03-25, +/games/boxart/full_3859457AmericaFrontccc.jpg,Transformers: Revenge of the Fallen -- Autobots,DS,Action,Activision,Vicarious Visions,,0.44,0.26,,0.14,0.04,2009-06-23, +/games/boxart/full_7315209AmericaFrontccc.jpg,Deadpool,X360,Action,Activision,High Moon Studios,,0.44,0.26,,0.14,0.04,2013-06-25,2018-10-10 +/games/boxart/full_3127820AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,PS3,Action,LucasArts,Krome Studios,,0.44,0.19,,0.18,0.07,2009-10-06, +/games/boxart/default.jpg,Transformers: Dark of the Moon - Autobots/Decepticons,DS,Action,Activision,Behaviour Interactive Inc.,,0.44,0.32,,0.08,0.04,2011-06-14, +/games/boxart/3720297ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,PS2,Action,Konami,Konami,,0.44,0.22,,0.17,0.06,2004-10-19, +/games/boxart/full_1705819AmericaFrontccc.jpg,Ninja Gaiden 3,PS3,Action,Tecmo Koei,Team Ninja,,0.44,0.19,0.11,0.09,0.05,2012-03-20,2018-04-24 +/games/boxart/full_van-helsing_797AmericaFront.jpg,Van Helsing,PS2,Action,VU Games,Saffire Corporation,,0.44,0.22,,0.17,0.06,2004-05-06, +/games/boxart/full_4849719AmericaFrontccc.jpg,Jump Start Pet Rescue,Wii,Misc,Knowledge Adventure,Knowledge Adventure Inc.,,0.44,0.41,,,0.03,2009-09-08, +/games/boxart/full_4971795JapanFrontccc.jpg,Taiko no Tatsujin: Doki! Shinkyoku Darake no Haru Matsuri,PS2,Misc,Namco,Namco,,0.44,,0.44,,,2003-03-27, +/games/boxart/full_5988024AmericaFrontccc.jpeg,Pro Evolution Soccer 2016,PS3,Sports,Konami Digital Entertainment,PES Productions,,0.44,0.11,0.16,0.12,0.05,2015-09-15,2018-04-14 +/games/boxart/1549456ccc.jpg,Tony Hawk's Proving Ground,PS3,Sports,Activision,Neversoft Entertainment,,0.44,0.36,,0.05,0.04,2007-10-15, +/games/boxart/full_7086150AmericaFrontccc.jpg,EA Sports UFC 3,XOne,Sports,EA Sports,EA Vancouver,,0.44,0.3,,0.1,0.04,2018-02-02,2018-02-11 +/games/boxart/full_9938212AmericaFrontccc.jpg,2014 FIFA World Cup Brazil,X360,Sports,EA Sports,EA Canada,7.3,0.44,0.15,0,0.25,0.03,2014-04-15,2018-03-22 +/games/boxart/9114934ccc.jpg,Puppy Luv: Spa and Resort,DS,Simulation,Activision,Humagade,,0.44,0.4,,0,0.03,2007-09-18, +/games/boxart/653ccc.jpg,The Urbz: Sims in the City (all regions sales),DS,Simulation,Electronic Arts,Griptonite Games,,0.44,0.4,0.02,0.01,,2004-11-17, +/games/boxart/full_1711965AmericaFrontccc.jpg,Dance Dance Revolution: Hottest Party 3,Wii,Simulation,Konami,Bemani,,0.44,0.26,,0.14,0.04,2009-10-27, +/games/boxart/full_8427683AmericaFrontccc.jpg,Petz: Catz 2,Wii,Simulation,Ubisoft,Yuke's Media Creations,,0.44,0.4,,0.01,0.03,2007-11-14, +/games/boxart/6244495ccc.jpg,Chocobo Racing,PS,Racing,Square EA,SquareSoft,5.4,0.44,0.07,0.3,0.05,0.03,1999-07-31, +/games/boxart/8367568ccc.jpg,Duke Nukem 64,N64,Shooter,GT Interactive,EurocoEntertainment Software,,0.44,0.35,,0.08,0.01,1997-10-31, +/games/boxart/7737465ccc.jpg,TimeSplitters 2,GC,Shooter,Eidos Interactive,Free Radical Design,,0.44,0.34,,0.09,0.01,2002-10-16, +/games/boxart/full_3186950JapanFrontccc.jpg,Gundam SEED: Federation vs. Z.A.F.T.,PS2,Shooter,Bandai,Capcom,,0.44,,0.44,,,2005-11-17, +/games/boxart/full_5796453AmericaFrontccc.jpg,Star Fox: Zero,WiiU,Shooter,Nintendo,Nintendo EPD,6.7,0.44,0.2,0.09,0.12,0.03,2016-04-22,2018-11-18 +/games/boxart/full_3580586AmericaFrontccc.jpg,Karaoke Revolution,Wii,Misc,Konami,Blitz Games,,0.44,0.24,,0.16,0.04,2009-11-24, +/games/boxart/full_9547871JapanFrontccc.jpg,Naruto: Gekitou Ninja Taisen! 3,GC,Fighting,Tomy Corporation,Eighting/Raizing,,0.44,,0.43,,0.01,2004-11-20, +/games/boxart/full_1431882AmericaFrontccc.jpg,Naruto: Ultimate Ninja 3 (US sales),PS2,Fighting,Namco Bandai,CyberConnect2,,0.44,0.36,,0.01,0.06,2008-03-25, +/games/boxart/full_child-of-eden_713AmericaFront.jpg,Child of Eden,X360,Shooter,Ubisoft,Q Entertainment,8.3,0.44,0.28,,0.12,0.04,2011-06-14, +/games/boxart/full_1761553JapanFrontccc.jpg,Wonder Project J: Kikai no Shonen Pino,SNES,Simulation,Enix,Almanic Corp.,,0.43,,0.43,,,1994-12-09, +/games/boxart/full_8731604AmericaFrontccc.jpg,Bakugan: Battle Brawlers,PS2,Action,Activision,MTO,,0.43,0.21,,0.16,0.05,2009-10-20, +/games/boxart/full_1832878AmericaFrontccc.jpg,NBA 2K18,NS,Sports,2K Sports,Visual Concepts,7.5,0.43,0.3,0.03,0.06,0.04,2017-09-19,2018-01-05 +/games/boxart/full_8161810AmericaFrontccc.jpg,NBA 2K13,Wii,Sports,2K Sports,Visual Concepts,,0.43,0.36,,0.03,0.04,2012-10-02,2018-01-04 +/games/boxart/410758ccc.jpg,Classic NES Series: Metroid,GBA,Adventure,Nintendo,Nintendo,,0.43,0.26,0.07,0.1,0.01,2004-10-25, +/games/boxart/2058729ccc.jpg,EyeToy: AntiGrav,PS2,Sports,Sony Computer Entertainment,Harmonix Music Systems,,0.43,0.36,,0.01,0.06,2004-11-09, +/games/boxart/full_deer-drive_6AmericaFront.jpg,Deer Drive,DS,Sports,Mastiff,SCS Software,,0.43,0.4,,,0.03,2010-09-14, +/games/boxart/full_112355AmericaFrontccc.jpg,TouchMaster 3,DS,Puzzle,Warner Bros. Interactive,Midway Studios San Diego,,0.43,0.29,,0.11,0.04,2009-10-23, +/games/boxart/full_7266770AmericaFrontccc.jpg,Master of Illusion,DS,Puzzle,Nintendo,Tenyo,,0.43,0.16,0.26,0,0.01,2007-11-26, +/games/boxart/152686ccc.jpg,Madden NFL 2002,N64,Sports,EA Sports,BudCat Games,,0.43,0.41,,0.02,0,2001-09-12, +/games/boxart/full_barbie-jet-set-amp-style_655AmericaFront.jpg,"Barbie: Jet, Set & Style!",DS,Misc,THQ,THQ,,0.43,0.34,,0.05,0.04,2011-09-20, +/games/boxart/full_monopoly_4AmericaFront.jpg,Monopoly,PS2,Misc,Electronic Arts,EA Bright Light,,0.43,0.21,,0.16,0.05,2008-10-20, +/games/boxart/full_1524862AmericaFrontccc.jpg,Skylanders: SuperChargers,PS3,Action-Adventure,Activision,Vicarious Visions,,0.43,0.2,,0.16,0.07,2015-09-20,2018-04-06 +/games/boxart/7017217ccc.jpg,Mega Man Zero 2,GBA,Platform,Capcom,Inti Creates,,0.43,0.18,0.17,0.07,0.01,2003-10-14, +/games/boxart/7327608ccc.jpg,Bionicle,PS2,Platform,Electronic Arts,Argonaut Games,,0.43,0.21,,0.17,0.06,2003-10-20, +/games/boxart/2811626ccc.jpg,Backyard Baseball,GBA,Sports,Atari,Game Brains,,0.43,0.31,,0.11,0.01,2002-05-30, +/games/boxart/full_4381466AmericaFrontccc.jpg,NHL FaceOff 99,PS,Sports,989 Studios,Killer Game,,0.43,0.24,,0.16,0.03,1998-09-30, +/games/boxart/full_6350722AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,PSP,Action,D3 Publisher,1st Playable Productions,,0.43,0.13,,0.19,0.11,2009-10-27, +/games/boxart/full_9153971AmericaFrontccc.jpg,LEGO Marvel's Avengers,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.43,0.13,,0.23,0.07,2016-01-26,2018-04-06 +/games/boxart/full_3804081AmericaFrontccc.jpg,Dora the Explorer: Dora Puppy,DS,Misc,2K Play,Take-Two Interactive,,0.43,0.39,,0.01,0.03,2009-11-03, +/games/boxart/3735935ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",PS2,Adventure,Buena Vista,Traveller's Tales,,0.43,0.36,,0.01,0.06,2005-11-14, +/games/boxart/full_dancestar-party_746PALFront.jpg,DanceStar Party,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.43,,,0.34,0.09,2011-10-21, +/games/boxart/8892642ccc.jpg,The Fairly Odd Parents: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.43,0.31,,0.11,0.01,2004-05-14, +/games/boxart/5348577ccc.jpg,Cool Boarders,PS,Sports,Sony Computer Entertainment,UEP Systems,,0.43,0.1,0.24,0.07,0.03,1996-12-31, +/games/boxart/full_9242010AmericaFrontccc.jpg,Midway Arcade Treasures,XB,Misc,Midway Games,Digital Eclipse,,0.43,0.33,,0.08,0.01,2003-11-24, +/games/boxart/8726372ccc.jpg,Disney Sing It,X360,Misc,Disney Interactive Studios,Zoe Mode,,0.43,0.39,,0.01,0.03,2008-10-21, +/games/boxart/full_8541607AmericaFrontccc.jpg,NHL 19,PS4,Sports,EA Sports,EA Canada,,0.43,0.26,,0.09,0.08,2018-09-14,2018-06-23 +/games/boxart/4322710ccc.jpg,Madden NFL 2003,GC,Sports,EA Sports,EA Tiburon,9.1,0.43,0.33,,0.09,0.01,2002-08-12, +/games/boxart/full_929846AmericaFrontccc.jpg,Rocksmith 2014,XOne,Music,Ubisoft,Ubisoft San Francisco,9,0.43,0.31,,0.08,0.04,2016-10-04,2018-03-08 +/games/boxart/3952339ccc.jpg,My Spanish Coach,DS,Misc,Ubisoft,Sensory Sweep Studios,,0.43,0.4,,0,0.03,2007-11-06, +/games/boxart/full_3700700AmericaFrontccc.jpg,Trials Fusion,PS4,Misc,Ubisoft,Unknown,,0.43,0.13,0.01,0.23,0.07,2014-04-16, +/games/boxart/full_4894610AmericaFrontccc.jpg,Primal,PS2,Action,Sony Computer Entertainment,SCEE Cambridge,7.1,0.43,0.21,,0.17,0.06,2003-03-25, +/games/boxart/full_2843035AmericaFrontccc.jpg,Def Jam Icon,PS3,Action,Electronic Arts,Unknown,6.6,0.43,0.16,0,0.19,0.07,2007-03-06, +/games/boxart/full_asuras-wrath_264AmericaFront.jpg,Asura's Wrath,PS3,Action,Capcom,CyberConnect2,,0.43,0.2,0.06,0.12,0.05,2012-02-21, +/games/boxart/8438223ccc.jpg,Hunter: The Reckoning Wayward,PS2,Action,VU Games,High Voltage Software,,0.43,0.21,,0.16,0.06,2003-09-09, +/games/boxart/full_barbie-groom-and-glam-pups_1AmericaFront.jpg,Barbie: Groom and Glam Pups,DS,Action,THQ,THQ,,0.43,0.25,,0.14,0.04,2010-11-16, +/games/boxart/2014737ccc.jpg,Barnstorming,2600,Action,Activision,Activision,,0.43,0.4,,0.02,0,1982-01-01, +/games/boxart/full_5937607AmericaFrontccc.jpg,Nicktoons Unite!,GBA,Action,THQ,Climax Group,,0.43,0.31,,0.12,0.01,2005-10-27, +/games/boxart/559802ccc.gif,SEGA Classics Collection,PS2,Misc,Sega,Sega,,0.43,0.21,,0.16,0.05,2005-03-22, +/games/boxart/full_7027891AmericaFrontccc.jpg,Just Dance 2017,WiiU,Music,Ubisoft,Ubisoft Paris,,0.43,0.19,,0.21,0.04,2016-10-25,2018-04-06 +/games/boxart/full_5136522AmericaFrontccc.jpg,Skylanders Imaginators,PS4,Platform,Activision,Toys for Bob,,0.43,0.18,,0.18,0.07,2016-10-16,2018-03-30 +/games/boxart/9251800ccc.jpg,SSX Tricky,XB,Sports,EA Sports BIG,EA Canada,,0.43,0.32,,0.09,0.02,2001-12-10, +/games/boxart/640900ccc.jpg,NCAA Football 2004,XB,Sports,EA Sports,EA Tiburon,,0.43,0.4,,0.02,0.02,2003-07-16, +/games/boxart/full_atelier-totori-the-adventurer-of-arland_685AmericaFront.jpg,Atelier Totori: The Adventurer of Arland,PS3,Role-Playing,NIS America,Gust,7.8,0.43,0.12,0.21,0.07,0.03,2011-09-27, +/games/boxart/4229612ccc.jpg,EverQuest Online Adventures,PS2,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.43,0.21,,0.16,0.05,2003-02-09, +/games/boxart/full_9386928AmericaFrontccc.jpg,Alpha Protocol,PS3,Role-Playing,Sega,Obsidian Entertainment,,0.43,0.19,,0.17,0.07,2010-06-01, +/games/boxart/full_108026AmericaFrontccc.jpg,InuYasha: The Secret of the Cursed Mask,PS2,Role-Playing,Bandai,Kamui,,0.43,0.21,,0.17,0.06,2004-11-02, +/games/boxart/full_3672187AmericaFrontccc.jpg,Ghostbusters: The Video Game,PS2,Action,Atari,Red Fly Studio,,0.43,0.15,,0.04,0.24,2009-06-16, +/games/boxart/7949979ccc.gif,Spec Ops: Covert Assault,PS,Shooter,Take-Two Interactive,Runecraft,,0.43,0.24,,0.16,0.03,2001-06-28, +/games/boxart/437262ccc.jpg,NiGHTS into dreams...,SAT,Platform,Sega,Sonic Team,9.1,0.43,,0.43,,0,1996-08-01, +/games/boxart/full_9490636AmericaFrontccc.jpg,Need for Speed Underground 2,GBA,Racing,Electronic Arts,Pocketeers,6.5,0.43,0.31,,0.12,0.01,2004-11-15, +/games/boxart/3263196ccc.gif,Petz: Horsez 2,DS,Simulation,Ubisoft,Ubisoft,,0.43,0.39,,,0.03,2007-11-14, +/games/boxart/6526050ccc.jpg,Mobile Suit Gundam: Zeonic Front,PS2,Simulation,Bandai,Sunrise Interactive,,0.43,0.09,0.25,0.07,0.02,2002-01-15, +/games/boxart/9306692ccc.gif,Petz Bunnyz,DS,Simulation,Ubisoft,Ubisoft,,0.43,0.39,,0.01,0.03,2008-03-04, +/games/boxart/1612451ccc.jpg,TimeSplitters,PS2,Shooter,Eidos Interactive,Free Radical Design,,0.43,0.21,,0.17,0.06,2000-10-23, +/games/boxart/full_1863419AmericaFrontccc.jpg,MLB 2002,PS,Sports,Sony Computer Entertainment,989 Sports,,0.43,0.24,,0.16,0.03,2001-05-07, +/games/boxart/full_3864755AmericaFrontccc.jpg,Sin and Punishment: Star Successor,Wii,Shooter,Nintendo,"Treasure Co., Ltd.",8.4,0.43,0.19,0.06,0.14,0.03,2010-06-27, +/games/boxart/full_9745171AmericaFrontccc.jpg,Doom (2016),NS,Shooter,Bethesda Softworks,id Software,8.2,0.43,0.24,0.01,0.15,0.04,2017-11-10,2018-01-05 +/games/boxart/full_2507689AmericaFrontccc.jpg,Destiny: The Taken King,PS3,Shooter,Activision,Bungie,,0.43,0.21,0.03,0.12,0.07,2015-09-15,2018-04-20 +/games/boxart/full_okamiden_117AmericaFront.jpg,OkamiDen,DS,Adventure,Capcom,Capcom,8.3,0.43,0.21,0.13,0.07,0.02,2011-03-15, +/games/boxart/full_9365360AmericaFrontccc.jpg,WipEout 64,N64,Racing,Midway Games,Psygnosis,,0.43,0.28,,0.14,0.01,1998-11-03, +/games/boxart/full_6553342AmericaFrontccc.jpg,Sniper Elite III,XOne,Shooter,505 Games,Rebellion Developments,,0.43,0.27,,0.12,0.04,2014-07-01,2018-09-22 +/games/boxart/full_1619265AmericaFrontccc.jpg,The Powerpuff Girls: Him and Seek,GBA,Platform,BAM! Entertainment,Vicarious Visions,,0.43,0.31,,0.11,0.01,2002-10-29, +/games/boxart/5975038ccc.jpg,007: Quantum of Solace,PS2,Shooter,Activision,Treyarch,7.8,0.43,0.17,0,0,0.26,2008-11-04, +/games/boxart/full_1516596AmericaFrontccc.jpg,Castlevania: Dawn of Sorrow,DS,Platform,Konami,Konami,8.9,0.43,0.34,0.03,0.03,0.03,2005-10-04, +/games/boxart/full_4849445AmericaFrontccc.jpg,Mischief Makers,N64,Platform,Nintendo,"Treasure Co., Ltd.",6.5,0.43,0.25,0.07,0.06,0.06,1997-10-01, +/games/boxart/full_2970306AmericaFrontccc.jpg,MLB 14 The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,8.2,0.43,0.35,,,0.08,2014-04-01,2018-03-16 +/games/boxart/full_3265291AmericaFrontccc.jpg,Crash: Mind Over Mutant,PSP,Platform,Activision,Virtuos,4.8,0.43,0.11,,0.21,0.11,2008-10-21, +/games/boxart/276348ccc.jpg,MLB 08: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.42,0.35,,0.01,0.06,2008-03-04, +/games/boxart/full_3771758AmericaFrontccc.jpg,Hello Neighbor,XOne,Action,Gearbox Software,Dynamic Pixels,,0.42,0.27,,0.11,0.04,2017-12-08,2017-12-31 +/games/boxart/full_6276890AmericaFrontccc.jpg,NHL Slapshot,Wii,Sports,EA Sports,EA Canada,7.6,0.42,0.39,,,0.03,2010-09-07, +/games/boxart/full_931107AmericaFrontccc.jpg,Cabela's Legendary Adventures,PS2,Sports,Activision,Sand Grain Studios,,0.42,0.21,,0.16,0.05,2008-09-17, +/games/boxart/full_1201289JapanFrontccc.jpg,Dragon Quest X,WiiU,MMO,Square Enix,Square Enix,,0.42,,0.42,,,2013-03-30,2018-04-22 +/games/boxart/full_9256624AmericaFrontccc.jpg,International Superstar Soccer Pro '98,PS,Sports,Konami,KCET,,0.42,0.02,0.35,0.02,0.03,1998-08-11, +/games/boxart/2083168ccc.jpg,Yu-Gi-Oh! GX: Tag Force 2,PSP,Strategy,Konami,Konami,,0.42,0.03,0.1,0.19,0.1,2007-09-18, +/games/boxart/6870380ccc.jpg,Mega Man Legends 2,PS,Adventure,Capcom,Capcom,,0.42,0.17,0.1,0.12,0.03,2000-10-24, +/games/boxart/full_8678304JapanFrontccc.jpg,Super Famista 4,SNES,Sports,Namco,Namco,,0.42,,0.42,,0,1995-03-03, +/games/boxart/1581818ccc.jpg,Thrillville: Off the Rails,PS2,Strategy,LucasArts,Frontier Developments,,0.42,0.2,,0.16,0.05,2007-10-09, +/games/boxart/7887992ccc.jpg,Army Men: Sarge's Heroes 2,N64,Shooter,3DO,3DO,6,0.42,0.34,,0.07,0,2000-09-26, +/games/boxart/389597ccc.jpg,ESPN NHL 2K5,XB,Sports,Sega,Kush Games,,0.42,0.32,,0.09,0.02,2004-08-30, +/games/boxart/full_nba-2k11_2AmericaFront.jpg,NBA 2K11,PSP,Sports,2K Sports,Visual Concepts,,0.42,0.39,,,0.03,2010-10-05, +/games/boxart/full_3112673AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,Wii,Sports,EA Sports,EA Canada,6.8,0.42,0.23,0.01,0.15,0.04,2010-04-27, +/games/boxart/full_557729AmericaFrontccc.jpg,Solitaire Overload,DS,Misc,Telegames,Cosmigo,,0.42,0.39,,,0.03,2007-10-26, +/games/boxart/full_419146AmericaFrontccc.jpg,NBA Street,GC,Sports,EA Sports BIG,NuFX,,0.42,0.33,,0.09,0.01,2002-02-17, +/games/boxart/3069832ccc.jpg,NHL 2K6,PS2,Sports,2K Sports,Kush Games,,0.42,0.21,,0.16,0.05,2005-09-07, +/games/boxart/full_6853316AmericaFrontccc.jpg,Dog's Life,PS2,Adventure,Hip Interactive,Frontier Developments,,0.42,0.21,,0.16,0.05,2004-09-14, +/games/boxart/full_6321473AmericaFrontccc.jpg,Medal of Honor: Rising Sun,GC,Shooter,Electronic Arts,EA Los Angeles,6.6,0.42,0.33,,0.09,0.01,2003-11-11, +/games/boxart/full_9350957AmericaFrontccc.jpg,25 To Life,PS2,Shooter,Eidos Interactive,Avalanche Software / Ritual Entertainment,,0.42,0.35,,0.01,0.06,2006-01-17, +/games/boxart/full_6900807AmericaFrontccc.jpg,Zack & Wiki: Quest for Barbaros' Treasure,Wii,Adventure,Capcom,Capcom,8.7,0.42,0.18,0.03,0.16,0.04,2007-10-23, +/games/boxart/full_3609732AmericaFrontccc.jpg,Harry Potter and the Goblet of Fire,GC,Adventure,Electronic Arts,Electronic Arts,6.7,0.42,0.32,,0.08,0.01,2005-11-08, +/games/boxart/full_4716011AmericaFrontccc.jpg,The X Files,PS,Adventure,Fox Interactive,HyperBole Studios,,0.42,0.24,,0.16,0.03,1999-09-30, +/games/boxart/8359814ccc.jpg,James Bond 007: Everything or Nothing,GC,Shooter,Electronic Arts,EA Redwood Shores,7.4,0.42,0.32,,0.08,0.01,2004-02-17, +/games/boxart/full_7898419AmericaFrontccc.jpg,Call of Duty: Black Ops II,WiiU,Shooter,Activision,Treyarch,8.6,0.42,0.2,,0.18,0.04,2012-11-18,2018-01-05 +/games/boxart/full_7106923AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,PC,Shooter,Activision,Sledgehammer Games,8.6,0.42,0.17,,0.22,0.03,2014-11-04,2018-01-04 +/games/boxart/6595149ccc.jpg,BloodRayne,PS2,Shooter,Majesco,Terminal Reality,,0.42,0.2,,0.16,0.05,2002-10-15, +/games/boxart/full_4387610JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11,PS2,Sports,Konami,Diamond Head,,0.42,,0.42,,,2004-07-15, +/games/boxart/full_8265854AmericaFrontccc.jpg,Black,XB,Shooter,Electronic Arts,Criterion Games,,0.42,0.31,,0.09,0.01,2006-02-28, +/games/boxart/3812098ccc.jpg,Tony Hawk's American Wasteland,GC,Sports,Activision,Neversoft Entertainment,8.4,0.42,0.33,,0.08,0.01,2005-10-18, +/games/boxart/9326043ccc.jpg,Star Wars Starfighter: Special Edition,XB,Simulation,LucasArts,Secret Level,,0.42,0.3,,0.1,0.02,2001-11-26, +/games/boxart/full_5520640AmericaFrontccc.jpg,Blazing Angels: Squadrons of WWII,X360,Simulation,Ubisoft,Ubisoft Romania,6.4,0.42,0.36,,0.02,0.03,2006-03-23, +/games/boxart/6132266ccc.jpg,All-Star Baseball 2004,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.42,0.21,,0.16,0.05,2003-03-01, +/games/boxart/8346473ccc.jpg,Big Strike Bowling,PS,Sports,Take-Two Interactive,Coresoft,,0.42,0.23,,0.16,0.03,2003-05-19, +/games/boxart/full_5642022AmericaFrontccc.jpg,Farming Simulator 2015,PS3,Simulation,Focus Home Interactive,Giants Software,,0.42,0.13,,0.22,0.07,2015-05-19,2018-04-11 +/games/boxart/full_6074285PALFrontccc.jpg,FIFA 14,Wii,Sports,EA Sports,EA Canada,,0.42,,,0.4,0.02,2013-09-24,2018-09-15 +/games/boxart/2610011ccc.jpg,NBA Live 06,PSP,Sports,EA Sports,EA Canada,8.1,0.42,0.39,,0,0.03,2005-10-04, +/games/boxart/full_9754390AmericaFrontccc.jpg,Spec Ops: The Line,X360,Shooter,2K Games,Yager Development,,0.42,0.21,,0.18,0.04,2012-06-26,2018-09-17 +/games/boxart/full_2527615AmericaFrontccc.jpg,Petz: Horsez 2,Wii,Simulation,Ubisoft,Ubisoft,,0.42,0.39,,,0.03,2007-11-14, +/games/boxart/full_9797369AmericaFrontccc.png,NHL 15,XOne,Sports,EA Sports,EA Canada,,0.42,0.32,,0.06,0.04,2014-09-09,2018-01-10 +/games/boxart/full_227080AmericaFrontccc.png,LEGO Rock Band,PS3,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,7.4,0.42,0.24,,0.12,0.06,2009-11-03, +/games/boxart/full_just-dance-summer-party_162AmericaFront.jpg,Just Dance: Summer Party,Wii,Misc,Ubisoft,Ubisoft Paris,,0.42,0.4,,,0.03,2011-07-19, +/games/boxart/full_1456868AmericaFrontccc.jpg,Guitar Hero: Smash Hits,X360,Misc,Activision,Neversoft Entertainment,7.1,0.42,0.23,,0.15,0.04,2009-06-16, +/games/boxart/7442278ccc.jpg,Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005,GBA,Misc,Konami,Konami,,0.42,0.3,,0.11,0.01,2005-02-15, +/games/boxart/full_9835827PALFrontccc.jpg,Double Pack: Finding Nemo / The Incredibles,XB,Action,THQ,Traveller's Tales / Heavy Iron Studios,,0.42,0.31,,0.09,0.01,2006-01-30, +/games/boxart/full_7961439AmericaFrontccc.jpg,Naruto: Ninja Council 3,DS,Action,D3 Publisher,Aspect,,0.42,0.39,,,0.03,2007-05-22, +/games/boxart/full_4693961AmericaFrontccc.jpg,Castlevania: The Dracula X Chronicles,PSP,Platform,Konami,Konami,8,0.42,0.22,0.04,0.09,0.07,2007-10-23, +/games/boxart/full_552188AmericaFrontccc.jpg,Jimmy Neutron: Boy Genius,GBA,Platform,THQ,Human Soft,,0.42,0.3,,0.11,0.01,2001-11-09, +/games/boxart/9819730ccc.jpg,Mega Man X6,PS,Platform,Capcom,Capcom,,0.42,0.14,0.16,0.1,0.03,2001-12-04, +/games/boxart/full_8084568AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,GBA,Platform,Activision,Griptonite Games,,0.42,0.3,,0.11,0.01,2004-11-10, +/games/boxart/full_9171754JapanFrontccc.jpg,Famicom Mini: Super Mario Bros. 2,GBA,Platform,Nintendo,Nintendo EAD,,0.42,,0.41,,0.01,2004-08-10, +/games/boxart/4650513ccc.jpg,The Legend of Spyro: The Eternal Night,PS2,Platform,Sierra Entertainment,Krome Studios,,0.42,0.21,,0.16,0.05,2007-10-02, +/games/boxart/full_3263606AmericaFrontccc.jpg,Mega Man Anniversary Collection,GC,Platform,Capcom,Atomic Planet Entertainment,7.5,0.42,0.32,,0.08,0.01,2004-06-22, +/games/boxart/full_4445742AmericaFrontccc.jpg,Dance Dance Revolution Ultramix 2,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,0.42,0.32,,0.09,0.02,2004-11-18, +/games/boxart/full_2500104AmericaFrontccc.jpg,Mirror's Edge Catalyst,PS4,Platform,Electronic Arts,EA DICE,,0.42,0.13,0.03,0.19,0.06,2016-06-07,2018-09-04 +/games/boxart/8718226ccc.jpg,Superman: Shadow of Apokolips,PS2,Action,Atari,Infogrames,,0.42,0.21,,0.16,0.05,2002-09-25, +/games/boxart/8895417ccc.jpg,Lord of the Rings: The Third Age,XB,Role-Playing,Electronic Arts,EA Redwood Shores,,0.42,0.31,,0.09,0.01,2004-11-02, +/games/boxart/full_tera_476AmericaFront.jpg,TERA,PC,Role-Playing,Unknown,En Masse,,0.42,0.25,,0.13,0.04,, +/games/boxart/full_4707937JapanFrontccc.jpg,Arc the Lad III,PS,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,0.42,,0.39,,0.03,1999-10-28, +/games/boxart/full_6645726JapanFrontccc.jpg,Grandia,SAT,Role-Playing,ESP,Game Arts,8.7,0.42,,0.42,,,1997-12-18, +/games/boxart/full_ragnarok-odyssey_55JapanFront.jpg,Ragnarok Odyssey,PSV,Role-Playing,Xseed Games,Game Arts,,0.42,0.2,0.16,0.01,0.05,2012-10-30, +/games/boxart/7070567ccc.jpg,Mega Man Battle Network,GBA,Role-Playing,Capcom,Capcom,,0.42,0.14,0.22,0.05,0.01,2001-10-30, +/games/boxart/full_5618368JapanFrontccc.jpg,Neon Genesis Evangelion 2nd Impression,SAT,Role-Playing,Sega,Sega,,0.42,,0.42,,0,1997-03-07, +/games/boxart/full_4587814AmericaFrontccc.jpg,Fossil Fighters: Frontier,3DS,Role-Playing,Nintendo,Spike Chunsoft,,0.42,0.13,0.23,0.04,0.02,2015-03-20,2018-01-16 +/games/boxart/full_6160350AmericaFrontccc.jpg,NASCAR Kart Racing,Wii,Racing,EA Sports,Electronic Arts North Carolina,,0.42,0.39,,,0.03,2009-02-10, +/games/boxart/5214138ccc.jpg,The Sims,XB,Simulation,Electronic Arts,Maxis,,0.42,0.31,,0.1,0.01,2003-03-24, +/games/boxart/full_horsez_1AmericaFront.jpg,Horsez,DS,Simulation,Ubisoft,MTO,4,0.42,0.38,,0.01,0.03,2006-11-28, +/games/boxart/full_2638166JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 6,N64,Sports,Konami,Diamond Head,,0.42,,0.39,,0.03,1999-03-25, +/games/boxart/full_6898695AmericaFrontccc.jpg,Colony Wars,PS,Simulation,Psygnosis,Psygnosis,8.8,0.42,0.24,,0.16,0.03,1997-11-04, +/games/boxart/full_vanquish_5AmericaFront.jpg,Vanquish,X360,Shooter,Sega,PlatinumGames,8.3,0.42,0.19,0.03,0.16,0.04,2010-10-19, +/games/boxart/full_6513712AmericaFrontccc.jpg,NASCAR Thunder 2002,PS,Racing,EA Sports,EA Black Box,,0.42,0.23,,0.16,0.03,2001-10-02, +/games/boxart/full_3738682AmericaFrontccc.jpg,Crash: Mind Over Mutant,DS,Platform,Activision,TOSE,,0.42,0.38,,0,0.03,2008-10-07, +/games/boxart/full_969495AmericaFrontccc.jpg,Dishonored: Definitive Edition,PS4,Action,Bethesda Softworks,Arkane Studios,,0.42,0.12,0.02,0.21,0.06,2015-08-25,2018-04-04 +/games/boxart/9555169ccc.jpg,NFL Blitz 2001,N64,Action,Midway Games,Unknown,,0.42,0.34,,0.07,0,2000-09-12, +/games/boxart/full_4845581AmericaFrontccc.jpg,The Suffering,PS2,Action,Midway Games,Surreal Software,,0.42,0.2,,0.16,0.05,2004-03-09, +/games/boxart/4076809ccc.jpg,Pirates of the Caribbean: At World's End,PS2,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.42,0.2,,0.16,0.05,2007-05-22, +/games/boxart/3704717ccc.jpg,Castlevania: Curse of Darkness,PS2,Action,Konami,Konami,7.2,0.42,0.18,0.05,0.14,0.05,2005-11-01, +/games/boxart/3410149ccc.jpg,Avatar: The Last Airbender - The Burning Earth,PS2,Action,THQ,THQ Australia,,0.42,0.21,,0.16,0.05,2007-10-16, +/games/boxart/3513609ccc.jpg,Command & Conquer 3: Tiberium Wars,X360,Strategy,Electronic Arts,EA Los Angeles,7.6,0.42,0.35,,0.04,0.03,2007-05-08, +/games/boxart/full_dai-2-ji-super-robot-taisen-z-hakai-hen_106JapanFront.jpg,Dai-2-Ji Super Robot Taisen Z: Hakai-hen,PSP,Strategy,Banpresto,Banpresto,,0.42,,0.42,,,2011-04-14, +/games/boxart/full_7431646AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,DS,Action,D3 Publisher,1st Playable Productions,,0.42,0.22,,0.16,0.04,2009-10-27, +/games/boxart/full_3646542AmericaFrontccc.jpg,Saints Row IV: Re-Elected,PS4,Action,Deep Silver,Volition Inc.,,0.42,0.15,0.03,0.18,0.06,2015-01-20,2018-04-30 +/games/boxart/862284ccc.jpg,Pirates of the Caribbean: At World's End,PSP,Action,Disney Interactive Studios,Eurocom Entertainment Software,6,0.42,0.15,,0.17,0.1,2007-05-22, +/games/boxart/full_7752222AmericaFrontccc.jpg,Juiced: Eliminator,PSP,Racing,THQ,Juice Games,6.6,0.42,0.11,,0.2,0.12,2006-06-28, +/games/boxart/full_4785425JapanFrontccc.jpg,Super Wagyan Land,SNES,Action,Namco,Namco,,0.42,,0.42,,,1991-12-13, +/games/boxart/2615240ccc.jpg,Sonic Gems Collection,GC,Misc,Sega,Sonic Team,6.9,0.42,0.32,,0.08,0.01,2005-08-16, +/games/boxart/full_6772721AmericaFrontccc.jpg,Metal Gear Solid: The Legacy Collection,PS3,Misc,Konami Digital Entertainment,Konami,,0.42,0.31,0.03,0.01,0.07,2013-07-09,2018-09-12 +/games/boxart/3136105ccc.jpg,The Fairly Odd Parents: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.42,0.3,,0.11,0.01,2004-05-14, +/games/boxart/full_6176668AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),DS,Action,THQ,Heavy Iron Studios,,0.42,0.42,,0,,2009-10-26, +/games/boxart/410493ccc.png,Star Wars Trilogy: Apprentice of the Force,GBA,Action,Ubisoft,LucasArts,,0.42,0.3,,0.11,0.01,2004-09-21, +/games/boxart/full_5829109AmericaFrontccc.jpg,American Chopper,PS2,Racing,Activision,Creat Studio,,0.42,0.35,,0.01,0.06,2004-11-25, +/games/boxart/full_1911251AmericaFrontccc.jpg,F1 2014,PS3,Racing,Codemasters,Codemasters Birmingham,,0.42,0.07,0.02,0.27,0.06,2014-10-21, +/games/boxart/858356ccc.jpg,Rush 2: Extreme Racing USA,N64,Racing,Midway Games,Atari Games,,0.42,0.35,,0.06,0,1998-11-10, +/games/boxart/6728265ccc.jpg,Test Drive,XB,Racing,Atari,Pitbull Syndicate,,0.42,0.35,,0.05,0.02,2002-05-27, +/games/boxart/full_3128326JapanFrontccc.jpg,JGTC: All-Japan Grand Touring Car Championship,PS,Racing,TYO,TYO,,0.42,0.23,,0.16,0.03,1998-06-18, +/games/boxart/590036ccc.jpg,Dr. Mario 64,N64,Puzzle,Nintendo,Newcom,6,0.42,0.34,,0.07,0,2001-04-08, +/games/boxart/5019037ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,PS2,Action,THQ,Krome Studios,,0.42,0.21,,0.16,0.05,2003-09-16, +/games/boxart/3809719ccc.jpg,Hot Wheels World Race,PS2,Racing,THQ,Climax Group,,0.42,0.21,,0.16,0.05,2003-10-29, +/games/boxart/988826ccc.jpg,Cyber Troopers Virtual-On,SAT,Fighting,Sega,Sega-AM3,,0.42,,0.42,,,1996-11-30, +/games/boxart/full_2356608AmericaFrontccc.jpg,X-Men vs. Street Fighter,PS,Fighting,Capcom,Capcom,,0.42,0.16,0.12,0.11,0.03,1998-01-01, +/games/boxart/full_tron-evolution_5AmericaFront.jpg,TRON: Evolution,PS3,Action,Disney Interactive Studios,Propaganda Games,,0.42,0.27,,0.1,0.05,2010-12-07, +/games/boxart/302675ccc.jpg,Rascal,PS,Action,Sony Computer Entertainment,Traveller's Tales,,0.42,0.24,,0.16,0.03,1998-03-31, +/games/boxart/9621518ccc.jpg,High Rollers Casino,PS2,Misc,Mud Duck Productions,Bethesda Softworks,,0.42,0.2,,0.16,0.05,2004-11-10, +/games/boxart/full_6884960AmericaFrontccc.jpg,How to Train Your Dragon,Wii,Action,Activision,Etranges Libellules,6.6,0.42,0.23,,0.15,0.04,2010-03-23, +/games/boxart/full_1300815AmericaFrontccc.jpg,Up,PSP,Adventure,THQ,THQ,,0.41,0.24,,0.09,0.07,2009-05-26, +/games/boxart/full_madden-nfl-football_641AmericaFront.jpg,Madden NFL Football,3DS,Sports,EA Sports,EA Tiburon,4.5,0.41,0.37,,0.01,0.03,2011-03-22, +/games/boxart/full_the-smurfs_662AmericaFront.jpg,The Smurfs,DS,Adventure,Ubisoft,Ubisoft,,0.41,0.23,,0.14,0.04,2011-07-19, +/games/boxart/full_7241903AmericaFrontccc.jpg,Cars: Race-O-Rama,PSP,Racing,THQ,Rainbow Studios,,0.41,0.29,,0.07,0.06,2009-10-13, +/games/boxart/6947113ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,XB,Shooter,Ubisoft,Red Storm Entertainment,,0.41,0.26,,0.13,0.02,2005-09-06, +/games/boxart/5265559ccc.jpg,TimeShift,X360,Shooter,Sierra Entertainment,Saber Interactive,7,0.41,0.36,,0.02,0.03,2007-10-30, +/games/boxart/full_6007302AmericaFrontccc.jpg,Destiny: The Collection,XOne,Shooter,Activision,Bungie,,0.41,0.25,,0.12,0.04,2016-09-19,2018-09-14 +/games/boxart/full_6537422AmericaFrontccc.jpg,Battlefield 2: Modern Combat,X360,Shooter,Electronic Arts,Digtal Illusions,7.8,0.41,0.35,0.01,0.02,0.03,2006-04-11, +/games/boxart/3230948ccc.jpg,Medal of Honor Heroes 2,Wii,Shooter,Electronic Arts,Team Fusion,,0.41,0.33,0.01,0.04,0.03,2007-11-13, +/games/boxart/7474120ccc.jpg,Armored Core,PS,Simulation,Sony Computer Entertainment,From Software,7.2,0.41,0.13,0.16,0.09,0.03,1997-10-31, +/games/boxart/full_3272232JapanFrontccc.jpg,Densha De Go! 2,PS,Simulation,Taito,Taito Corporation,,0.41,,0.38,,0.03,1999-03-18, +/games/boxart/full_536917AmericaFrontccc.jpg,Zone of the Enders: The 2nd Runner,PS2,Simulation,Konami,Konami Computer Entertainment Japan,8.6,0.41,0.15,0.11,0.12,0.04,2003-03-10, +/games/boxart/full_8163979AmericaFrontccc.jpg,Farming Simulator 2015,PS4,Simulation,Focus Home Interactive,Giants Software,,0.41,0.13,,0.22,0.07,2015-05-19,2018-04-11 +/games/boxart/full_7557170PALFrontccc.jpg,World Soccer Jikkyou Winning Eleven 2000: U-23 Medal heno Chousen,PS,Sports,Konami,KCET,,0.41,,0.39,,0.03,2001-03-23, +/games/boxart/full_top-spin-4_759AmericaFront.jpg,Top Spin 4,X360,Sports,2K Sports,2K Czech,8.2,0.41,0.15,,0.22,0.04,2011-03-15, +/games/boxart/full_1047414AmericaFrontccc.jpg,NBA 2K9,PS2,Sports,2K Sports,Visual Concepts,7,0.41,0.34,,0.01,0.06,2008-10-07, +/games/boxart/full_5484512JapanFrontccc.jpg,Jikkyou Powerful Pro Yakuu '94,SNES,Sports,Konami,Konami,,0.41,,0.41,,,1994-03-11, +/games/boxart/full_nba-jam_6AmericaFront.jpg,NBA Jam,Wii,Sports,EA Sports,EA Canada,8,0.41,0.36,,0.02,0.02,2010-10-05, +/games/boxart/full_wwe-all-stars_965AmericaFront.jpg,WWE All Stars,PS3,Fighting,THQ,THQ,7.6,0.41,0.16,,0.18,0.07,2011-03-29, +/games/boxart/full_harvest-moon-grand-bazaar_573AmericaFront.jpg,Harvest Moon: Grand Bazaar,DS,Simulation,Natsume,Marvelous Interactive,,0.41,0.21,0.13,0.05,0.02,2010-08-24, +/games/boxart/full_1938386AmericaFrontccc.jpg,Armored Core 2: Another Age,PS2,Simulation,Agetec,From Software,,0.41,0.11,0.19,0.08,0.03,2001-08-20, +/games/boxart/full_3282529AmericaFrontccc.jpg,Pro Pinball,PS,Misc,Interplay,Cunning Developments,,0.41,0.23,,0.15,0.03,1996-09-30, +/games/boxart/full_4514062AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,PSP,Action,LucasArts,Krome Studios,,0.41,0.21,,0.13,0.07,2009-10-06, +/games/boxart/full_7347332AmericaFrontccc.jpg,Grudge Warriors,PS,Action,Take-Two Interactive,Tempest Software,,0.41,0.23,,0.16,0.03,2000-06-05, +/games/boxart/full_804208JapanFrontccc.jpg,Mobile Suit Gundam,SAT,Action,Bandai,CRI,,0.41,,0.41,,,1995-12-22, +/games/boxart/full_2690178AmericaFrontccc.jpg,MLB 10: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.41,0.2,,0.16,0.05,2010-03-02, +/games/boxart/full_2097038AmericaFrontccc.jpg,Cool Boarders 2001,PS,Sports,Sony Computer Entertainment,Idol Minds Digital Entertainment,,0.41,0.23,,0.16,0.03,2000-10-31, +/games/boxart/full_green-day-rock-band_4AmericaFront.jpg,Green Day: Rock Band,X360,Misc,MTV Games,Harmonix Music Systems,7.8,0.41,0.24,,0.13,0.04,2010-06-08, +/games/boxart/full_6813786JapanFrontccc.jpg,Yu-Gi-Oh! The Eternal Duelist Soul (JP sales),GBA,Misc,Konami,Konami Computer Entertainment Japan,,0.41,,0.4,,0.01,2001-07-05, +/games/boxart/full_just-dance-kids-2_933AmericaFront.jpg,Just Dance Kids 2,X360,Misc,Ubisoft,Ubisoft,,0.41,0.29,,0.08,0.03,2011-10-25, +/games/boxart/4043184ccc.jpg,Dexter's Laboratory Deesaster Strikes,GBA,Adventure,BAM! Entertainment,Virtucraft,6.5,0.41,0.3,,0.11,0.01,2001-09-26, +/games/boxart/7261806ccc.jpg,Superman: The New Superman Adventures,N64,Action,Titus,Titus Software,,0.41,0.33,,0.07,0,1999-05-31, +/games/boxart/full_2935681AmericaFrontccc.jpg,The Terminator: Dawn of Fate,PS2,Action,Atari,Paradigm Entertainment,,0.41,0.2,,0.16,0.05,2002-09-16, +/games/boxart/full_8238237AmericaFrontccc.jpg,Mass Effect Trilogy,X360,Action,Electronic Arts,BioWare,,0.41,0.28,,0.09,0.04,2012-11-06,2018-10-13 +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_7AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,DS,Action,Electronic Arts,EA Bright Light,,0.41,0.19,,0.18,0.04,2010-11-09, +/games/boxart/9778305ccc.jpg,From Russia with Love,PS2,Action,Electronic Arts,EA Redwood Shores,,0.41,0.34,,0.01,0.06,2005-11-01, +/games/boxart/full_4595308AmericaFrontccc.jpg,Scooby-Doo and the Cyber Chase,GBA,Adventure,THQ,Software Creations,,0.41,0.3,,0.11,0.01,2001-12-31, +/games/boxart/full_6984009AmericaFrontccc.jpg,Marvel Super Hero Squad,DS,Adventure,THQ,Halfbrick Studios,,0.41,0.36,,0.02,0.03,2009-10-20, +/games/boxart/full_6903718AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,GC,Action,Midway Games,Midway,8.6,0.41,0.31,,0.08,0.01,2002-11-17, +/games/boxart/653060ccc.jpg,Tomb Raider: The Last Revelation,PC,Action,Eidos Interactive,Core Design Ltd.,,0.41,0.41,,0,,1999-10-31, +/games/boxart/2610587ccc.jpg,Crash of the Titans,PS2,Action,Sierra Entertainment,Unknown,,0.41,0.34,,0.01,0.06,2007-10-04, +/games/boxart/full_7744261AmericaFrontccc.jpg,NBA Jam,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.41,0.2,,0.16,0.05,2003-09-23, +/games/boxart/full_7090052AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,PS2,Role-Playing,Activision,n-Space,,0.41,0.23,,0.02,0.16,2009-09-15, +/games/boxart/full_8194774AmericaFrontccc.jpg,Sword Art Online: Hollow Realization,PS4,Role-Playing,Namco Bandai Games,Aquria,,0.41,0.18,0.12,0.06,0.05,2016-11-08,2019-03-22 +/games/boxart/full_rune-factory-3-a-fantasy-harvest-moon_10AmericaFront.jpg,Rune Factory 3: A Fantasy Harvest Moon,DS,Role-Playing,Natsume,Neverland Company,8,0.41,0.26,0.1,0.03,0.02,2010-11-09, +/games/boxart/full_naughty-bear_5AmericaFront.jpg,Naughty Bear,X360,Action,505 Games,Artificial Mind and Movement,4.4,0.41,0.21,,0.15,0.04,2010-06-29, +/games/boxart/1480757ccc.jpg,Minority Report: Everybody Runs,PS2,Action,Activision,Treyarch,,0.41,0.2,,0.15,0.05,2002-11-18, +/games/boxart/full_tom-clancys-hawx-2_1AmericaFront.jpg,Tom Clancy's HAWX 2,PS3,Action,Ubisoft,Ubisoft Bucharest,,0.41,0.21,0.03,0.12,0.05,2010-09-07, +/games/boxart/3694871ccc.jpg,X-Men: The Official Game,PS2,Action,Activision,"Z-Axis, Ltd.",,0.41,0.2,,0.16,0.05,2006-05-16, +/games/boxart/full_2322544AmericaFrontccc.jpg,Sword Art Online: Lost Song,PSV,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.41,0.08,0.24,0.04,0.04,2015-11-17, +/games/boxart/full_5227347AmericaFrontccc.jpg,Cars: Mater-National Championship,PS3,Racing,THQ,Rainbow Studios,,0.41,0.37,,0.01,0.03,2007-10-30, +/games/boxart/full_4398223AmericaFrontccc.jpg,Project CARS,XOne,Racing,Bandai Namco Games,Slightly Mad Studios,,0.41,0.21,,0.16,0.04,2015-05-12,2018-01-05 +/games/boxart/full_1887102AmericaFrontccc.jpg,Monster Jam: Urban Assault,Wii,Racing,Activision,Torus Games,,0.41,0.38,,0,0.03,2008-10-28, +/games/boxart/full_5283456AmericaFrontccc.png,Nintendo Labo: Toy-Con 03 Vehicle Kit,NS,Racing,Nintendo,Nintendo EPD,7,0.41,0.16,0.06,0.15,0.03,2018-09-14,2018-11-19 +/games/boxart/2834327ccc.jpg,Jimmy Neutron: Boy Genius,PS2,Platform,THQ,Big Sky Software,,0.41,0.2,,0.16,0.05,2002-09-26, +/games/boxart/full_6129765AmericaFrontccc.jpg,NiGHTS: Journey of Dreams,Wii,Platform,Sega,Sonic Team,7,0.41,0.32,0.04,0.02,0.03,2007-12-18, +/games/boxart/2900788ccc.jpg,Sega Rally Championship 2,DC,Racing,Sega,Sega-AM3,8.5,0.41,,0.41,,,1999-10-31, +/games/boxart/full_8521822JapanFrontccc.jpg,Monotaro Dentetsu 2010: Sengoku Ishin no Hero Daishuugou! no Maki,Wii,Misc,Hudson Soft,Hudson Soft,,0.41,,0.41,,,2009-11-26, +/games/boxart/full_blazblue-continuum-shift_3AmericaFront.jpg,BlazBlue: Continuum Shift,PS3,Fighting,Aksys Games,Arc System Works,8.7,0.41,0.21,0.09,0.08,0.04,2010-07-27, +/games/boxart/full_3648950AmericaFrontccc.jpg,Knockout Kings 2001,PS,Fighting,EA Sports,EA Sports,,0.41,0.23,,0.15,0.03,2000-10-30, +/games/boxart/8541370ccc.jpg,Nicktoons: Unite!,PS2,Adventure,THQ,Blue Tongue,,0.41,0.34,,0.01,0.06,2005-10-26, +/games/boxart/full_3700341JapanFrontccc.jpg,Boku no Natsuyasumi 2: Umi no Bouken Hen,PS2,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.41,,0.41,,,2002-07-11, +/games/boxart/full_james-patterson-womens-murder-club-games-of-passion_6AmericaFront.jpg,James Patterson Women's Murder Club: Games of Passion,DS,Adventure,THQ,Griptonite Games,,0.41,0.15,,0.22,0.05,2009-09-22, +/games/boxart/full_4990316AmericaFrontccc.jpg,Katamari Forever,PS3,Puzzle,Namco Bandai,Bandai Namco Games,7.3,0.41,0.26,0.06,0.05,0.04,2009-09-22, +/games/boxart/1100674ccc.jpg,NASCAR Racing,PS,Racing,Sierra Entertainment,Papyrus,,0.41,0.23,,0.16,0.03,1996-09-30, +/games/boxart/full_4522513JapanFrontccc.jpg,Dig Dug,NES,Puzzle,Namco,Namco,,0.41,,0.41,,,1985-06-04, +/games/boxart/full_3067404AmericaFrontccc.jpg,Just Dance 2015,PS4,Music,Ubisoft,Ubisoft Paris,,0.41,0.21,,0.13,0.07,2014-10-21,2018-04-03 +/games/boxart/full_5152415AmericaFrontccc.jpg,Theatrhythm Final Fantasy: Curtain Call,3DS,Music,Square Enix,Square Enix,,0.41,0.16,0.15,0.08,0.02,2014-09-16,2019-01-29 +/games/boxart/full_2638101JapanFrontccc.jpg,Mario no Super Picross,SNES,Puzzle,Nintendo,Jupiter Multimedia,,0.41,,0.41,,0,1995-09-14, +/games/boxart/7307595ccc.jpg,UEFA Euro 2008 Austria-Switzerland,PS3,Sports,Electronic Arts,Unknown,,0.41,0.08,,0.27,0.06,2008-05-19, +/games/boxart/full_nba-2k11_4AmericaFront.jpg,NBA 2K11,PS2,Sports,2K Sports,Visual Concepts,,0.41,0.34,,0.01,0.06,2010-10-05, +/games/boxart/full_8943506JapanFrontccc.jpg,'98 Koshien,PS,Sports,Magical Company,Magical Company,,0.41,0.15,0.12,0.1,0.03,1998-06-18, +/games/boxart/full_9124981AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",PS2,Platform,Midway Games,A2M,4.8,0.41,0.34,,0.01,0.06,2005-11-03, +/games/boxart/full_2067643AmericaFrontccc.jpg,Ogre Battle 64: Person of Lordly Caliber,N64,Role-Playing,Atlus,Quest Corporation,9.1,0.41,0.1,0.25,0.02,0.04,2000-10-07, +/games/boxart/full_4840583JapanFrontccc.jpg,Rogue Galaxy: Director's Cut,PS2,Role-Playing,Sony Computer Entertainment,Level 5,,0.41,0.2,,0.16,0.05,2007-03-21, +/games/boxart/full_green-day-rock-band_1AmericaFront.jpg,Green Day: Rock Band,PS3,Misc,MTV Games,Harmonix Music Systems,7.8,0.41,0.19,,0.15,0.07,2010-06-08, +/games/boxart/full_314946AmericaFrontccc.jpg,Jampack Volume 10,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.41,0.2,,0.16,0.05,2004-04-27,2018-10-15 +/games/boxart/full_wheel-of-fortune-2nd-edition_9AmericaFront.jpg,Wheel of Fortune: 2nd Edition,PS,Misc,Hasbro Interactive,Artech Studios,,0.41,0.23,,0.16,0.03,2000-10-18, +/games/boxart/full_9514584AmericaFrontccc.jpg,Command & Conquer: Red Alert,PS,Strategy,Westwood Studios,Westwood Studios,7.8,0.41,0.23,,0.16,0.03,1997-10-31, +/games/boxart/2801095ccc.jpg,NFL GameDay 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.41,0.2,,0.16,0.05,2003-08-27, +/games/boxart/full_pro-evolution-soccer-2011_8AmericaFront.jpg,Pro Evolution Soccer 2011,PS2,Sports,Konami,Konami,,0.41,0.04,0.05,0.21,0.11,2010-11-02, +/games/boxart/full_football-manager-handheld-2011_10PALFront.jpg,Football Manager Handheld 2011,PSP,Sports,Sega,Sports Interactive,,0.41,,,0.28,0.14,2010-11-26, +/games/boxart/full_3939910AmericaFrontccc.jpg,E0: Enemy Zero,SAT,Adventure,Sega,Warp,,0.41,,0.41,,0,1997-10-31, +/games/boxart/full_480792AmericaFrontccc.jpg,JumpStart: Escape from Adventure Island,Wii,Adventure,Knowledge Adventure,Knowledge Adventure Inc.,,0.41,0.38,,,0.03,2009-11-17, +/games/boxart/1531015ccc.jpg,300: March to Glory,PSP,Action,Warner Bros. Interactive,Collision Studios,4.9,0.41,0.27,,0.08,0.07,2007-02-27, +/games/boxart/full_spongebob-squigglepants_995AmericaFront.jpg,SpongeBob SquigglePants,Wii,Misc,THQ,WayForward Technologies,5.4,0.41,0.35,,0.03,0.03,2011-04-12, +/games/boxart/full_6172496AmericaFrontccc.jpg,Band Hero,PS2,Misc,Activision,Vicarious Visions,6,0.41,0.15,,0.06,0.2,2009-11-03, +/games/boxart/full_8264620PALFrontccc.jpg,Buzz! Junior: Jungle Party,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,0.41,0.2,,0.16,0.05,2007-10-02, +/games/boxart/full_305959AmericaFrontccc.jpg,LEGO Harry Potter: Years 5-7,3DS,Action-Adventure,Warner Bros. Interactive,TT Fusion,,0.41,0.18,,0.19,0.03,2011-11-11,2018-01-17 +/games/boxart/full_6293999AmericaFrontccc.jpg,LEGO The Lord of the Rings,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.41,0.21,,0.17,0.03,2012-10-30,2018-01-17 +/games/boxart/6473875ccc.jpg,Disney's Tarzan Untamed,PS2,Platform,Ubisoft,Ubisoft Montreal,,0.41,0.2,,0.16,0.05,2001-11-14, +/games/boxart/full_2557199AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PSP,Action,Activision,Savage Entertainment,3.8,0.41,0.17,,0.15,0.08,2009-06-23, +/games/boxart/full_6434744AmericaFrontccc.jpg,Call of Duty: Modern Warfare: Mobilized,DS,Shooter,Activision,n-Space,7.6,0.41,0.36,,0.02,0.03,2009-11-10, +/games/boxart/5178700ccc.jpg,Quake II,PS,Shooter,Activision,HammerHead Ltd.,,0.41,0.23,,0.16,0.03,1999-10-05, +/games/boxart/full_fantastic-pets_368AmericaFront.jpg,Fantastic Pets,X360,Simulation,THQ,Blitz Game Studios,,0.41,0.3,,0.08,0.04,2011-04-12, +/games/boxart/1475274ccc.jpg,NFL Quarterback Club 2000,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.4,0.37,,0.03,0,1999-08-31, +/games/boxart/full_9500593AmericaFrontccc.jpg,Sid Meier's Civilization: Beyond Earth,PC,Simulation,2K Games,Firaxis Games,,0.4,0.14,,0.23,0.03,2014-10-24,2018-10-16 +/games/boxart/full_3327077AmericaFrontccc.jpg,Spore Hero,Wii,Simulation,Electronic Arts,Maxis,5.8,0.4,0.35,,0.02,0.03,2009-10-06, +/games/boxart/9552455ccc.jpg,Atari Anthology,PS2,Misc,Atari,Digital Eclipse,,0.4,0.33,,0.01,0.05,2004-11-22, +/games/boxart/5958443ccc.jpg,MX vs. ATV Unleashed,XB,Racing,THQ,Rainbow Studios,,0.4,0.32,,0.07,0.01,2005-03-24, +/games/boxart/full_2915488AmericaFrontccc.jpg,Farming Simulator 2015,X360,Simulation,Focus Home Interactive,Giants Software,,0.4,0.24,,0.12,0.04,2015-05-19,2018-04-11 +/games/boxart/full_6710705AmericaFrontccc.jpg,The Urbz: Sims in the City,GC,Simulation,Electronic Arts,Maxis,7.6,0.4,0.24,,0.14,0.02,2004-11-09, +/games/boxart/full_armored-core-v_69AmericaFront.jpg,Armored Core V,PS3,Simulation,Namco Bandai,From Software,,0.4,0.09,0.24,0.04,0.02,2012-03-20, +/games/boxart/full_7190055AmericaFrontccc.jpg,Harvest Moon: Save the Homeland,PS2,Simulation,Natsume,Victor Interactive Software,7.8,0.4,0.19,,0.15,0.05,2001-11-22, +/games/boxart/6407824ccc.jpg,NFL GameDay 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.4,0.2,,0.15,0.05,2002-08-12, +/games/boxart/full_6859966AmericaFrontccc.jpg,NCAA GameBreaker 2000,PS,Sports,989 Studios,Red Zone Entertainment,,0.4,0.22,,0.15,0.03,1999-07-31, +/games/boxart/full_7615697JapanFrontccc.jpg,Boku no Natsuyasumi,PS,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.4,,0.37,,0.03,2000-06-22, +/games/boxart/full_2264264AmericaFrontccc.jpg,Skylanders: SuperChargers,XOne,Action-Adventure,Activision,Vicarious Visions,,0.4,0.31,,0.05,0.04,2015-09-20,2018-04-06 +/games/boxart/6903207ccc.jpg,Tak and the Power of Juju,GC,Platform,THQ,Avalanche Software,,0.4,0.31,,0.08,0.01,2003-10-15, +/games/boxart/full_9076699AmericaFrontccc.jpg,Disney Sing It,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.4,0.29,,0.06,0.04,2008-10-21, +/games/boxart/full_1518740AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,PS2,Platform,Sierra Entertainment,Etranges Libellules,,0.4,0.12,,0.01,0.27,2008-10-21, +/games/boxart/full_4827839AmericaFrontccc.jpg,Bugs Bunny: Lost in Time,PS,Platform,Infogrames,Behaviour Interactive Inc.,7,0.4,0.22,,0.15,0.03,1999-05-31, +/games/boxart/5991528ccc.jpg,Castlevania: Portrait of Ruin,DS,Platform,Konami,Konami,8.5,0.4,0.31,0.04,0.02,0.03,2006-12-05, +/games/boxart/684922ccc.jpg,I-Ninja,PS2,Platform,Namco,Argonaut Games,7.2,0.4,0.19,,0.15,0.05,2003-11-18, +/games/boxart/full_9381630JapanFrontccc.jpg,SD Gundam G Generation Seed,PS2,Strategy,Bandai,Bandai,,0.4,,0.4,,,2004-02-19, +/games/boxart/2185183ccc.jpg,Command & Conquer,PS,Strategy,Westwood Studios,Westwood Studios,8.4,0.4,0.22,,0.15,0.03,1997-02-28, +/games/boxart/default.jpg,Transformers: Fall of Cybertron,PS3,Action,Activision,High Moon Studios,,0.4,0.19,,0.15,0.06,2012-08-21, +/games/boxart/6578805ccc.jpg,Rocket Power: Dream Scheme,GBA,Action,THQ,Helixe,,0.4,0.29,,0.11,0.01,2001-11-03, +/games/boxart/full_4379754JapanFrontccc.jpg,Fushigi no Dungeon 2: Fuurai no Shiren,SNES,Role-Playing,ChunSoft,ChunSoft,,0.4,,0.4,,0,1995-12-01, +/games/boxart/full_7141238AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,DS,Action,LucasArts,Krome Studios,5.9,0.4,0.22,,0.14,0.04,2009-10-06, +/games/boxart/full_no-more-heroes-2-desperate-struggle_6AmericaFront.jpg,No More Heroes 2: Desperate Struggle,Wii,Action,Ubisoft,Grasshopper Manufacture,8.5,0.4,0.2,0.04,0.11,0.03,2010-01-26, +/games/boxart/full_972265AmericaFrontccc.jpg,WipeOut 3 The Game,Wii,Party,Activision,Behaviour Interactive,,0.4,0.36,,,0.04,2012-09-25,2018-03-16 +/games/boxart/full_399750PALFrontccc.jpg,Pet in TV,PS,Strategy,Sony Computer Entertainment,SCE,,0.4,,0.38,,0.03,1998-08-01,2018-09-16 +/games/boxart/full_2574011AmericaFrontccc.jpg,Battalion Wars,GC,Strategy,Nintendo,Kuju Entertainment,,0.4,0.25,0.07,0.07,0.01,2005-09-19, +/games/boxart/3950505ccc.jpg,NBA Live 2002,XB,Sports,EA Sports,EA Canada,,0.4,0.35,,0.03,0.02,2001-11-18, +/games/boxart/full_4149192AmericaFrontccc.jpg,Cabela's Big Game Hunter 2010,PS3,Sports,Activision,Cauldron,,0.4,0.37,,,0.03,2009-09-29, +/games/boxart/7126229ccc.jpg,Marvel: Ultimate Alliance,Wii,Role-Playing,Activision,Vicarious Visions,6.9,0.4,0.36,,0.01,0.03,2006-11-14, +/games/boxart/full_3860031JapanFrontccc.jpg,Mother 3,GBA,Role-Playing,Nintendo,Brownie Brown / HAL Laboratory / Nintendo SPD Production Group No. 3,,0.4,,0.39,,0.01,2006-04-20, +/games/boxart/full_7252817AmericaFrontccc.jpg,James Cameron's Avatar: The Game,DS,Action,Ubisoft,Ubisoft Montreal,6.4,0.4,0.18,,0.18,0.04,2009-12-01, +/games/boxart/6639164ccc.jpg,Sega Superstars Tennis,PS3,Sports,Sega,Sumo Digital,6.8,0.4,0.13,,0.2,0.07,2008-03-18, +/games/boxart/full_2072638AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,Wii,Sports,Crave Entertainment,49Games,,0.4,0.17,,0.19,0.04,2008-11-25, +/games/boxart/6264653ccc.jpg,Dragon Warrior Monsters 2: Tara's Adventure,GB,Role-Playing,Enix,TOSE Software,,0.4,,0.4,,,2001-09-15, +/games/boxart/full_rapala-pro-bass-fishing-2010_599AmericaFront.jpg,Rapala Pro Bass Fishing 2010,X360,Sports,Activision,FUN Labs,,0.4,0.32,,0.05,0.03,2010-09-28, +/games/boxart/8301147ccc.jpg,Harry Potter: Quidditch World Cup,GC,Sports,Electronic Arts,Electronic Arts,7.2,0.4,0.31,,0.08,0.01,2003-10-28, +/games/boxart/full_2320691AmericaFrontccc.jpg,NBA ShootOut 2000,PS,Sports,989 Studios,989 Sports,,0.4,0.22,,0.15,0.03,1999-11-30, +/games/boxart/full_3938123AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.4,0.21,,0.15,0.03,2017-09-22,2018-05-29 +/games/boxart/1071188ccc.jpg,TNA iMPACT!,PS3,Fighting,Midway Games,Midway Studios Los Angeles,6.3,0.4,0.22,,0.12,0.06,2008-09-09, +/games/boxart/full_7402618AmericaFrontccc.jpg,Rocket League,NS,Sports,505 Games,Psyonix Studios,9.2,0.4,0.21,,0.16,0.03,2018-01-16,2018-04-04 +/games/boxart/full_8087054AmericaFrontccc.jpg,Ghostbusters: The Video Game,DS,Action,Atari,Zen Studios Inc.,,0.4,0.24,,0.12,0.04,2009-06-16, +/games/boxart/5381321ccc.jpg,Beowulf: The Game,X360,Action,Ubisoft,Ubisoft,4.9,0.4,0.36,,0.01,0.03,2007-11-13, +/games/boxart/full_6666780JapanFrontccc.jpg,Momotaro Dentetsu 2017: Tachiagare Nippon!!,3DS,Party,Nintendo,Valhalla Game Studios,,0.4,,0.4,,,2016-12-22,2018-05-29 +/games/boxart/9008686ccc.jpg,RR64: Ridge Racer 64,N64,Racing,Nintendo,Nintendo Software Technology Corporation,,0.4,0.32,,0.07,0,2000-02-14, +/games/boxart/full_5220795AmericaFrontccc.jpg,18 Wheeler: American Pro Trucker,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,6,0.4,0.2,,0.15,0.05,2001-11-14, +/games/boxart/full_1829350AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Stardust Accelerator: World Championship 2009,DS,Action,Konami,Konami,7.5,0.4,0.27,0.09,0.01,0.03,2009-05-19, +/games/boxart/full_3857046AmericaFrontccc.jpg,Nicktoons: Freeze Frame Frenzy,GBA,Action,THQ,Altron,,0.4,0.29,,0.11,0.01,2004-09-27, +/games/boxart/1839209ccc.jpg,Transformers: The Game,PS3,Action,Activision,Traveller's Tales,,0.4,0.32,0.01,0.03,0.04,2007-06-26, +/games/boxart/6116554ccc.jpg,Wall-E,PS3,Platform,THQ,Heavy Iron Studios,,0.4,0.12,,0.21,0.08,2008-06-24, +/games/boxart/full_8361278AmericaFrontccc.jpg,Warriors Orochi 2 (JP sales),PS2,Action,KOEI,Omega Force,,0.4,,0.4,,,2008-09-23, +/games/boxart/8652460ccc.jpg,The Incredibles: Rise of the Underminer,GBA,Action,THQ,Helixe,,0.4,0.29,,0.11,0.01,2005-11-01, +/games/boxart/6444207ccc.jpg,Power Rangers: Dino Thunder,GC,Action,THQ,Pacific Coast Power & Light,5.3,0.4,0.31,,0.08,0.01,2004-09-14, +/games/boxart/62707ccc.jpg,Gauntlet: Seven Sorrows,PS2,Role-Playing,Midway Games,Midway Studios San Diego,,0.4,0.2,,0.15,0.05,2005-12-12, +/games/boxart/full_9701077AmericaFrontccc.jpg,Samurai Shodown,SNES,Fighting,Takara,Takara,,0.4,,0.4,,0,1994-11-01, +/games/boxart/407638ccc.jpg,Fighting Vipers,SAT,Fighting,Sega,Sega-AM2,8,0.4,,0.4,,0,1996-11-30, +/games/boxart/full_7288046AmericaFrontccc.jpg,Spider-Man: Web of Shadows,X360,Action,Activision,Shaba Games / Treyarch,6.6,0.4,0.36,,0.02,0.03,2008-10-21, +/games/boxart/full_5374143AmericaFrontccc.jpg,The Darkness II,X360,Shooter,2K Games,Digital Extremes,,0.4,0.25,,0.11,0.03,2012-02-07, +/games/boxart/full_9125501AmericaFrontccc.jpg,Star Wars: Clone Wars,GC,Shooter,LucasArts,Pandemic Studios,7.3,0.4,0.31,,0.08,0.01,2002-10-28, +/games/boxart/full_3616188AmericaFrontccc.jpg,Destiny: The Taken King,X360,Shooter,Activision,Bungie,,0.4,0.28,,0.08,0.04,2015-09-15,2018-04-20 +/games/boxart/full_2091806AmericaFrontccc.jpg,You Don't Know Jack,PS,Misc,Sierra Entertainment,"Starsphere Interactive, Inc.",8.5,0.4,0.22,,0.15,0.03,1999-09-20, +/games/boxart/3937791ccc.jpg,Pengo,2600,Action,Atari,Atari,,0.4,0.38,,0.02,0,1984-01-01, +/games/boxart/6879397ccc.jpg,Naruto: Path of the Ninja,DS,Role-Playing,D3 Publisher,TOSE,,0.4,0.37,,,0.03,2007-10-23, +/games/boxart/full_8805579AmericaFrontccc.jpg,Monster Trucks Mayhem,Wii,Racing,Zoo Games,Team6 Game Studios,,0.4,0.38,,,0.02,2009-09-15, +/games/boxart/default.jpg,Medarot: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.4,,0.4,,0,1997-11-28, +/games/boxart/full_2394423AmericaFrontccc.jpg,Mouse Trap,2600,Action,Coleco,Coleco,,0.4,0.38,,0.02,0,1982-01-01, +/games/boxart/full_8693129AmericaFrontccc.jpg,My Virtual Tutor: Reading Adventure First to Second Grade,DS,Misc,Mentor Interactive,1st Playable Productions,,0.4,0.37,,,0.03,2009-09-11, +/games/boxart/2185561ccc.jpg,Hot Wheels: Beat That!,PS2,Racing,Activision,Eutechnyx,,0.4,0.2,,0.15,0.05,2007-09-25, +/games/boxart/1855481ccc.jpg,Rampage: Total Destruction,GC,Action,Midway Games,"Pipeworks Software, Inc.",,0.4,0.31,,0.08,0.01,2006-04-24, +/games/boxart/full_road-rash-jailbreak_4AmericaFront.jpg,Road Rash: Jailbreak,PS,Racing,Electronic Arts,Electronic Arts,,0.4,0.22,,0.15,0.03,1999-12-31, +/games/boxart/full_5067693PALFrontccc.jpg,Disney's Hercules / Disney's The Jungle Book: Groove Party / A Bug's Life,PS,Misc,Sony Computer Entertainment,Various,,0.4,0.23,,0.15,0.03,2003-10-28, +/games/boxart/full_4803965AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.4,0.08,,0.26,0.06,2009-02-17, +/games/boxart/full_9809091AmericaFrontccc.jpg,Six Flags Fun Park,Wii,Misc,Ubisoft,7 Studios,,0.4,0.27,,0.09,0.04,2009-03-03, +/games/boxart/full_3465219JapanFrontccc.jpg,Taiko no Tatsujin Wii: Dodon to 2 Yome!,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.4,,0.4,,,2009-11-19, +/games/boxart/full_4437581AmericaFrontccc.jpg,Speed Racer: The Videogame,Wii,Racing,Warner Bros. Interactive,Sidhe Interactive,,0.4,0.35,,0.02,0.03,2008-05-06, +/games/boxart/full_8744895AmericaFrontccc.jpg,Suzuki TT Superbikes,PS2,Racing,Valcon Games,Jester Interactive,,0.4,0.33,,0.01,0.05,2005-08-04, +/games/boxart/172547ccc.jpg,Congo Bongo,2600,Action,Sega,Sega,,0.4,0.37,,0.02,0,1983-01-01, +/games/boxart/full_4583329AmericaFrontccc.jpg,Moshi Monsters: Moshlings Theme Park,DS,Simulation,Activision,"Black Lantern Studios, Inc.",,0.4,0.03,,0.35,0.03,2012-10-30,2018-10-16 +/games/boxart/full_839142AmericaFrontccc.jpg,Style Lab: Makeover,DS,Simulation,Ubisoft,Jet Black Games,,0.4,0.34,,0.04,0.03,2009-11-10, +/games/boxart/8331274ccc.jpg,Littlest Pet Shop,Wii,Simulation,Electronic Arts,EA Salt Lake,,0.4,0.33,,0.04,0.03,2008-10-14, +/games/boxart/5355763ccc.jpg,Mortal Kombat Mythologies: Sub-Zero,N64,Fighting,Midway Games,Avalanche Software,,0.4,0.32,,0.07,0,1997-12-08, +/games/boxart/5747678ccc.jpg,WWE SmackDown! vs. RAW 2006,PSP,Fighting,THQ,Yuke's,8.1,0.4,0.36,,0.01,0.03,2005-12-13, +/games/boxart/357309ccc.jpg,Overlord,X360,Adventure,Codemasters,Triumph Studios,7.7,0.4,0.34,0.01,0.03,0.03,2007-06-26, +/games/boxart/683262ccc.jpg,The Chronicles of Narnia: Prince Caspian,PS2,Adventure,Disney Interactive Studios,Traveller's Tales,,0.4,0.2,,0.15,0.05,2008-05-15, +/games/boxart/full_622689AmericaFrontccc.jpg,MLB 15: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.4,0.32,,0.01,0.08,2015-03-31,2018-05-01 +/games/boxart/full_2114513AmericaFrontccc.jpg,Sherlock Holmes: The Mystery of the Mummy,DS,Adventure,Focus Home Interactive,Frogwares,,0.4,0.06,,0.3,0.04,2009-07-14, +/games/boxart/full_the-gunstringer_449AmericaFront.jpg,The Gunstringer,X360,Shooter,Microsoft Studios,Twisted Pixel Games,7.6,0.4,0.26,,0.1,0.04,2011-09-13,2018-09-29 +/games/boxart/2828255ccc.jpg,Defender,PS2,Shooter,Midway Games,7 Studios,,0.4,0.2,,0.15,0.05,2002-10-22, +/games/boxart/7303541ccc.jpg,Call of Duty: Finest Hour,GC,Shooter,Activision,EXAKT Entertainment,7.7,0.4,0.31,,0.08,0.01,2004-11-16, +/games/boxart/9093580ccc.jpg,Top Gear Rally,N64,Racing,Kemco,Boss Game Studios,,0.4,0.32,,0.07,0,1997-10-01, +/games/boxart/7999756ccc.gif,MLB 2006,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.4,0.33,,0.01,0.05,2005-03-08, +/games/boxart/7100743ccc.jpg,Brunswick Pro Bowling,PS2,Sports,Crave Entertainment,Point of View,,0.4,0.2,,0.15,0.05,2007-08-28, +/games/boxart/full_nba-jam_8AmericaFront.jpg,NBA Jam,PS3,Sports,EA Sports,EA Tiburon,,0.4,0.22,,0.12,0.06,2010-11-16, +/games/boxart/51376ccc.jpg,NFL GameDay 2002,PS,Sports,Sony Computer Entertainment,989 Sports,,0.4,0.23,,0.15,0.03,2001-08-06, +/games/boxart/full_3167864AmericaFrontccc.jpg,NBA 2K10,PS2,Sports,2K Sports,Visual Concepts,,0.4,0.33,,0.01,0.05,2009-10-06, +/games/boxart/86301ccc.jpg,Chessmaster,PS2,Misc,Ubisoft,Ubisoft Romania,,0.39,0.19,,0.15,0.05,2003-05-28, +/games/boxart/full_405453AmericaFrontccc.jpg,Jampack Winter 2003 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.39,0.19,,0.15,0.05,2003-10-15, +/games/boxart/full_monopoly-streets_5AmericaFront.jpg,Monopoly Streets,PS3,Misc,Electronic Arts,Electronic Arts,,0.39,0.16,,0.17,0.06,2010-10-26, +/games/boxart/full_disney-princess-enchanting-storybooks_881AmericaFront.jpg,Disney Princess: Enchanting Storybooks,Wii,Misc,THQ,THQ,,0.39,0.25,,0.1,0.03,2011-11-01, +/games/boxart/full_4962384JapanFrontccc.jpg,From TV Animation One Piece: Yume no Lufy Kaizokudan Tanjou!,GB,Role-Playing,Banpresto,Alpha Unit,,0.39,,0.39,,,2001-04-27, +/games/boxart/full_1314698AmericaFrontccc.jpg,Dragon's Crown,PSV,Role-Playing,Atlus,Vanillaware,,0.39,0.14,0.12,0.06,0.07,2013-08-06, +/games/boxart/full_6022077JapanFrontccc.jpg,Tear Ring Saga Yutona Eiyuu Senki,PS,Role-Playing,Enterbrain,ASCII Entertainment / Tirnanog,,0.39,,0.37,,0.03,2001-05-24, +/games/boxart/full_dungeon-siege-iii_356AmericaFront.jpg,Dungeon Siege III,PS3,Role-Playing,Square Enix,Obsidian Entertainment,7.3,0.39,0.17,0.03,0.13,0.06,2011-06-21, +/games/boxart/full_5392830AmericaFrontccc.jpg,Alpha Protocol,X360,Role-Playing,Sega,Obsidian Entertainment,6.8,0.39,0.23,,0.13,0.04,2010-06-01, +/games/boxart/full_9388379AmericaFrontccc.jpg,LocoRoco,PSP,Platform,Sony Computer Entertainment,SCE Japan Studio,8.1,0.39,0.14,0.16,0.05,0.03,2006-09-05,2018-09-17 +/games/boxart/full_taiko-no-tatsujin-wii-ketteiban_143JapanFront.jpg,Taiko no Tatsujin Wii: Ketteiban,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.39,,0.39,,,2011-11-23, +/games/boxart/full_3739799AmericaFrontccc.jpg,Just Dance 2018,Wii,Music,Ubisoft,Ubisoft Paris,,0.39,0.14,,0.22,0.03,2017-10-24,2018-04-06 +/games/boxart/full_3932705AmericaFrontccc.jpg,Tomb Raider: Anniversary,X360,Action,Eidos Interactive,Crystal Dynamics,7.9,0.39,0.12,,0.22,0.05,2007-10-23, +/games/boxart/1640877ccc.jpg,Bloody Roar,PS,Fighting,Sony Computer Entertainment,Eighting / Raizing,8.6,0.39,0.22,,0.15,0.03,1998-02-01, +/games/boxart/full_8702082JapanFrontccc.jpg,Custom Robo V2,N64,Fighting,Nintendo,Noise Inc.,,0.39,,0.34,,0.05,2000-11-10, +/games/boxart/full_9684928AmericaFrontccc.jpg,Mass Effect 2,PC,Role-Playing,Electronic Arts,BioWare Corp.,9.6,0.39,0.01,,0.32,0.05,2010-01-26, +/games/boxart/full_8931241AmericaFrontccc.png,Iron Man 2,PS3,Action,Sega,"Sega Studios, San Francisco",,0.39,0.14,,0.19,0.07,2010-05-04, +/games/boxart/full_6369924AmericaFrontccc.jpg,LEGO Marvel's Avengers,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.39,0.19,,0.17,0.03,2016-01-26,2018-04-06 +/games/boxart/full_8038602AmericaFrontccc.jpg,Super Monkey Ball: Step & Roll,Wii,Action,Sega,Sega,6,0.39,0.15,,0.19,0.04,2010-02-09, +/games/boxart/6198624ccc.jpg,Donkey Konga 2,GC,Misc,Nintendo,Namco,6.5,0.39,0.3,,0.08,0.01,2005-05-09, +/games/boxart/full_4045856AmericaFrontccc.jpg,The Evil Within 2,XOne,Action,Bethesda Softworks,Tango Gameworks,,0.39,0.25,,0.1,0.04,2017-10-13,2018-05-10 +/games/boxart/full_planet-51_6AmericaFront.jpg,Planet 51,DS,Action,Sega,Firebrand Games,,0.39,0.22,,0.14,0.04,2009-11-17, +/games/boxart/full_6244838AmericaFrontccc.jpg,Legends of WrestleMania,X360,Fighting,THQ,Yuke's,,0.39,0.2,,0.15,0.04,2009-03-24, +/games/boxart/3774101ccc.jpg,BattleTanx: Global Assault,N64,Action,3DO,3DO,,0.39,0.31,,0.07,0,1999-08-31, +/games/boxart/1069779ccc.jpg,Rumble Roses,PS2,Fighting,Konami,Yuke's Future Media Creators,,0.39,0.19,,0.15,0.05,2004-11-09, +/games/boxart/2401533ccc.jpg,Bump 'n' Jump,2600,Racing,Mattel Interactive,Mattel,,0.39,0.37,,0.02,0,1983-01-01, +/games/boxart/full_25465AmericaFrontccc.jpg,Tiger Woods PGA Tour 14,PS3,Sports,EA Sports,EA Tiburon,,0.39,0.16,,0.16,0.06,2013-03-26,2018-10-16 +/games/boxart/9777510ccc.jpg,NHL 99,N64,Sports,EA Sports,MBL Research,,0.39,0.38,,0.01,0,1998-10-01, +/games/boxart/full_fatal-fury_1AmericaFront.jpg,Fatal Fury,SNES,Fighting,Takara,SNK Corporation,,0.39,,0.39,,,1993-04-01, +/games/boxart/full_7436995AmericaFrontccc.jpg,Harry Potter: Quidditch World Cup,GBA,Sports,Electronic Arts,Magic Pockets,4.9,0.39,0.28,,0.1,0.01,2003-10-28, +/games/boxart/full_ea-sports-active-2_4AmericaFront.jpg,EA Sports Active 2,X360,Sports,Electronic Arts,EA Vancouver,6.3,0.39,0.18,,0.16,0.04,2010-11-16, +/games/boxart/7482383ccc.jpg,Cabela's Dangerous Hunts 2,PS2,Action,Activision,Sand Grain Studios,,0.39,0.19,,0.15,0.05,2005-11-15, +/games/boxart/full_nba-jam_5AmericaFront.jpg,NBA Jam,X360,Sports,EA Sports,EA Tiburon,,0.39,0.27,,0.09,0.03,2010-11-16, +/games/boxart/full_fifa-soccer-12_991AmericaFront.jpg,FIFA Soccer 12,3DS,Sports,EA Sports,EA Canada,7,0.39,0.08,,0.27,0.04,2011-09-27, +/games/boxart/full_danball-senki_749JapanFront.jpg,Danball Senki,PSP,Role-Playing,Level 5,Level 5,,0.39,,0.39,,,2011-06-16, +/games/boxart/1930944ccc.jpg,Kengo: Master of Bushido,PS2,Fighting,Crave Entertainment,LightWeight,,0.39,0.16,0.06,0.13,0.04,2001-01-03, +/games/boxart/full_lego-star-wars-iii-the-clone-wars_579AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,PSP,Action,LucasArts,Traveller's Tales,6.3,0.39,0.14,,0.16,0.08,2011-03-22, +/games/boxart/full_2886675PALFrontccc.jpg,Deus Ex: Mankind Divided,XOne,Role-Playing,Square Enix,Eidos Montreal,,0.39,0.25,,0.11,0.04,2016-08-23,2018-01-18 +/games/boxart/full_madden-nfl-11_2AmericaFront.jpg,Madden NFL 11,PSP,Sports,EA Sports,EA Tiburon,,0.39,0.36,,,0.03,2010-08-10, +/games/boxart/full_1695523AmericaFrontccc.png,NHL 18,XOne,Sports,EA Sports,EA Canada,,0.39,0.32,,0.03,0.04,2017-09-15, +/games/boxart/full_5831633AmericaFrontccc.jpg,The Sims 2,GBA,Simulation,Electronic Arts,Maxis,,0.39,0.28,,0.1,0.01,2005-10-24, +/games/boxart/full_3706167JapanFrontccc.jpg,Tokimeki Memorial 2,PS,Simulation,Konami,KCET,,0.39,,0.36,,0.03,1999-11-25, +/games/boxart/full_family-fishing_280JapanFront.jpg,Fishing Resort,Wii,Sports,Xseed Games,Bandai Namco Games,,0.39,0.14,0.25,,0.01,2011-11-22, +/games/boxart/full_2106494AmericaFrontccc.jpg,Hooked! Again: Real Motion Fishing,Wii,Sports,Aksys Games,SIMS,,0.39,0.36,,0,0.03,2009-11-03, +/games/boxart/704498ccc.jpg,Tiger Woods PGA Tour 08,PS2,Sports,Electronic Arts,EA Salt Lake,,0.39,0.19,,0.15,0.05,2007-08-28, +/games/boxart/full_7247314JapanFrontccc.jpg,Super Famista 3,SNES,Sports,Namco,Namco,,0.39,,0.39,,,1994-03-04, +/games/boxart/full_5550558AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),Wii,Action,THQ,Heavy Iron Studios,,0.39,0.38,,0.01,,2009-10-26, +/games/boxart/full_1783323AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),PSP,Action,THQ,Heavy Iron Studios,,0.39,0.39,,0,,2009-10-26, +/games/boxart/full_4099627AmericaFrontccc.jpg,Farming Simulator 2013,X360,Simulation,Focus Home Interactive,Giants Software,3,0.39,0.22,0,0.13,0.03,2013-11-19,2018-01-06 +/games/boxart/full_4322397JapanFrontccc.jpg,Fire Emblem: Fuuin no Tsurugi,GBA,Role-Playing,Nintendo,Intelligent Systems,,0.39,,0.39,,,2002-03-29, +/games/boxart/full_9707627JapanFrontccc.jpg,Super Fire ProWrestling,SNES,Fighting,Human Entertainment,Human Club,,0.39,,0.39,,0,1991-12-20, +/games/boxart/full_1295972AmericaFrontccc.jpg,NASCAR Heat,PS,Racing,Hasbro Interactive,Monster Games Inc.,,0.39,0.22,,0.15,0.03,2000-11-06, +/games/boxart/full_7203786AmericaFrontccc.jpg,Just Dance 2014,PS3,Music,Ubisoft,Ubisoft Paris,7.8,0.39,0.17,,0.15,0.07,2013-10-08,2018-03-08 +/games/boxart/7447265ccc.jpg,Laser Blast,2600,Action,Activision,Activision,,0.39,0.37,,0.02,0,1981-03-01, +/games/boxart/full_red-faction-armageddon_997AmericaFront.jpg,Red Faction: Armageddon,X360,Shooter,THQ,Volition Inc.,7.1,0.39,0.18,0.01,0.16,0.04,2011-06-07, +/games/boxart/483285ccc.gif,Karaoke Revolution Presents American Idol Encore,PS2,Misc,Konami,Blitz Games,,0.39,0.19,,0.15,0.05,2008-02-05, +/games/boxart/full_9592489AmericaFrontccc.jpg,MotoGP 08,PS3,Racing,Capcom,MileStone Inc.,,0.39,0.07,,0.24,0.08,2008-10-28, +/games/boxart/full_6414176AmericaFrontccc.jpg,Condemned 2: Bloodshot,PS3,Shooter,Sega,Monolith Productions,8.4,0.39,0.17,,0.16,0.06,2008-03-11, +/games/boxart/full_8956264AmericaFrontccc.jpg,Little Nightmares,PS4,Platform,Namco Bandai Games,Tarsier Studios,,0.39,0.18,0.02,0.12,0.06,2017-04-28,2019-02-20 +/games/boxart/full_2660153AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,X360,Action,LucasArts,Krome Studios,,0.39,0.18,,0.17,0.04,2009-10-06, +/games/boxart/2720390ccc.jpg,Juiced 2: Hot Import Nights,PS2,Racing,THQ,Juice Games,,0.39,0.19,0.01,0.15,0.05,2007-09-17, +/games/boxart/4334114ccc.jpg,Auto Modellista,PS2,Racing,Capcom,Capcom,,0.39,0.19,,0.15,0.05,2003-03-25, +/games/boxart/3177138ccc.jpg,SSX 3,XB,Sports,EA Sports BIG,EA Canada,,0.39,0.29,,0.08,0.01,2003-10-20, +/games/boxart/full_3334473AmericaFrontccc.jpg,Extreme-G: XG2,N64,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.39,0.31,,0.07,0,1998-10-07, +/games/boxart/full_6050948JapanFrontccc.jpg,Mobile Suit Gundam: Lost War Chronicles,PS2,Shooter,Bandai,Bandai,,0.39,,0.39,,,2002-08-01, +/games/boxart/full_6155598AmericaFrontccc.jpg,The House of The Dead III,XB,Shooter,Sega,Wow Entertainment,6.8,0.39,0.29,,0.08,0.01,2002-10-24, +/games/boxart/6157859ccc.jpg,NBA Live 09,PS2,Sports,Electronic Arts,EA Canada,,0.39,0.32,0.01,0.01,0.05,2008-10-07, +/games/boxart/7044379ccc.gif,Tom Clancy's Ghost Recon 2: Summit Strike,XB,Shooter,Ubisoft,Red Storm Entertainment,,0.39,0.29,,0.08,0.01,2005-08-02, +/games/boxart/7718194ccc.jpg,Blood Omen 2,PS2,Action,Eidos Interactive,Crystal Dynamics,,0.39,0.19,,0.15,0.05,2002-03-21, +/games/boxart/full_3439112AmericaFrontccc.jpg,SpongeBob vs The Big One: Beach Party Cook Off,DS,Adventure,THQ,THQ,,0.39,0.24,,0.11,0.04,2009-03-03, +/games/boxart/full_5361641AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: The Crystal Bearers,Wii,Adventure,Square Enix,Square Enix,6.7,0.39,0.21,0.08,0.08,0.03,2009-12-26, +/games/boxart/full_4868660AmericaFrontccc.jpg,Thrasher Presents: Skate and Destroy,PS,Sports,Rockstar Games,Z-Axis,,0.39,0.22,,0.15,0.03,1999-10-31, +/games/boxart/7800443ccc.jpg,NBA Live 09,PSP,Sports,Electronic Arts,EA Canada,6.1,0.39,0.23,0.03,0.07,0.06,2008-10-07, +/games/boxart/full_470183AmericaFrontccc.jpg,Ener-G: Gym Rockets,DS,Sports,Ubisoft,Mud Duck Productions,,0.39,0.36,,,0.03,2008-10-21, +/games/boxart/1313556ccc.jpg,Chibi-Robo! Plug into Adventure!,GC,Adventure,Nintendo,skip Ltd.,7.4,0.39,0.23,0.09,0.06,0.01,2006-02-06, +/games/boxart/full_4753505AmericaFrontccc.jpg,Monster Jam: Urban Assault,DS,Racing,Activision,Torus Games,,0.39,0.36,,0,0.03,2008-10-28, +/games/boxart/full_3507131AmericaFrontccc.png,Batman: Arkham VR,PS4,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,0.39,0.32,,,0.07,2016-10-11, +/games/boxart/8798344ccc.jpg,Disney's Brother Bear,GBA,Action,THQ,Vicarious Visions,,0.39,0.28,,0.1,0.01,2003-11-04, +/games/boxart/full_8063156AmericaFrontccc.jpg,Ultimate Spider-Man,XB,Action,Activision,Treyarch,,0.39,0.26,,0.11,0.02,2005-09-22, +/games/boxart/full_4676378AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,PS2,Action,2K Games,7 Studios,,0.39,0.19,,0.15,0.05,2007-06-15, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_1AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,PS3,Action,Electronic Arts,EA Bright Light,,0.39,0.13,,0.2,0.07,2010-11-09, +/games/boxart/3277247ccc.jpg,All-Star Baseball 2000,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.39,0.36,,0.03,0,1999-03-31, +/games/boxart/full_1933747AmericaFrontccc.jpg,Airlock,2600,Action,Data Age,Data Age,,0.39,0.36,,0.02,0,1982-01-01, +/games/boxart/full_7208237AmericaFrontccc.jpg,Metal Gear Solid: Snake Eater 3D,3DS,Action-Adventure,Konami Digital Entertainment,Konami Computer Entertainment Japan,7.9,0.39,0.15,0.1,0.12,0.02,2012-02-21,2018-08-05 +/games/boxart/full_5808146AmericaFrontccc.jpg,One Piece Unlimited World: Red,3DS,Action-Adventure,Namco Bandai Games,Ganbarion,,0.39,0.05,0.28,0.05,0.01,2014-07-08,2018-10-19 +/games/boxart/full_6583380AmericaFrontccc.jpg,Just Dance 2016,PS4,Music,Ubisoft,Ubisoft Paris,,0.39,0.19,,0.13,0.07,2015-10-20,2018-04-05 +/games/boxart/full_6104064AmericaFrontccc.jpg,Skylanders Giants,WiiU,Misc,Activision,Unknown,,0.39,0.23,,0.13,0.04,2012-11-18,2018-01-16 +/games/boxart/full_9896201AmericaFrontccc.jpg,Zone of the Enders HD Collection,PS3,Action,Konami Digital Entertainment,Kojima Productions,,0.39,0.21,0.09,0.04,0.05,2012-10-30,2018-01-28 +/games/boxart/full_6301331AmericaFrontccc.jpg,Madden NFL 2005,GBA,Sports,EA Sports,Exient Entertainment,,0.39,0.28,,0.1,0.01,2004-08-09, +/games/boxart/full_9953706AmericaFrontccc.jpg,Dancing with the Stars: We Dance!,DS,Misc,Activision,Zoe Mode,,0.39,0.36,,,0.03,2008-10-21, +/games/boxart/full_combat-of-giants-dinosaurs-3d_117AmericaFront.jpg,Combat of Giants: Dinosaurs 3D,3DS,Strategy,Ubisoft,Ubisoft,4.3,0.39,0.25,0.05,0.07,0.03,2011-03-22, +/games/boxart/full_1911480AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make the Grade,DS,Misc,THQ,THQ,,0.39,0.36,,,0.03,2008-10-20, +/games/boxart/full_7866862AmericaFrontccc.jpg,Advance Wars: Dual Strike,DS,Strategy,Nintendo,Intelligent Systems,9,0.39,0.3,0.04,0.03,0.03,2005-08-22, +/games/boxart/full_get-fit-with-mel-b_10AmericaFront.jpg,Get Fit with Mel B,PS3,Sports,Deep Silver,Lightning Fish,,0.39,0.15,,0.16,0.07,2010-10-20, +/games/boxart/1921255ccc.jpg,Robert Ludlum's The Bourne Conspiracy,PS3,Action,Sierra Entertainment,High Moon Studios,7.6,0.39,0.18,,0.14,0.06,2008-06-03, +/games/boxart/1617742ccc.jpg,Hitman: Blood Money,X360,Action,Eidos Interactive,IO Interactive,8.1,0.39,0.29,0.01,0.06,0.03,2006-05-30, +/games/boxart/9441909ccc.jpg,Ice Age 2: The Meltdown,PS2,Platform,Vivendi Games,Eurocom Entertainment Software,7.4,0.39,0.19,,0.15,0.05,2006-03-14, +/games/boxart/3870479ccc.jpg,Silent Hill: Homecoming,PS3,Action,Konami,Double Helix Games,7.4,0.39,0.18,,0.15,0.06,2008-09-30, +/games/boxart/full_7194225PALFrontccc.jpg,GRID 2,PS3,Misc,Codemasters,Unknown,,0.38,0.07,0.01,0.25,0.06,2013-05-28, +/games/boxart/full_6525017AmericaFrontccc.jpg,Super Soccer,SNES,Sports,Nintendo,Human Entertainment,,0.38,,0.38,,,1992-05-01, +/games/boxart/full_918181AmericaFrontccc.jpg,Junior Classic Games,DS,Misc,Take-Two Interactive,Uacari,,0.38,0.26,,0.09,0.03,2009-11-03, +/games/boxart/9429475ccc.jpg,Diner Dash: Sizzle & Serve,DS,Puzzle,Eidos Interactive,GameLab / PlayFirst,,0.38,0.33,,0.02,0.03,2007-05-23, +/games/boxart/full_6448257PALFrontccc.jpg,Dance Party: Pop Hits,Wii,Misc,Nordic Games,Broadsword Interactive,,0.38,,,0.36,0.02,2009-05-08, +/games/boxart/full_7428506AmericaFrontccc.jpg,Scribblenauts: Unlimited,WiiU,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,7,0.38,0.25,,0.1,0.04,2012-11-18,2018-01-02 +/games/boxart/8490939ccc.jpg,SSX 3,GC,Sports,EA Sports BIG,EA Canada,9.5,0.38,0.29,,0.08,0.01,2003-10-20, +/games/boxart/3928031ccc.jpg,Silent Scope,PS2,Shooter,Konami,KCET,,0.38,0.19,,0.15,0.05,2000-10-23, +/games/boxart/full_6616004AmericaFrontccc.jpg,Turok: Evolution,GC,Shooter,Acclaim Entertainment,Acclaim Studios Austin,7.4,0.38,0.3,,0.08,0.01,2002-08-31, +/games/boxart/full_8120924AmericaFrontccc.jpg,Wolfenstein: The New Order,X360,Shooter,Bethesda Softworks,MachineGames,,0.38,0.18,,0.17,0.03,2014-05-20,2019-03-25 +/games/boxart/4926828ccc.jpg,San Francisco Rush: Extreme Racing,PS,Racing,Midway Games,Climax Entertainment,,0.38,0.21,,0.15,0.03,1998-02-28, +/games/boxart/full_9687122AmericaFrontccc.jpg,Doom (2016),PC,Shooter,Bethesda Softworks,id Software,,0.38,0.11,,0.24,0.03,2016-05-13,2018-01-14 +/games/boxart/full_6911897JapanFrontccc.jpg,Dai-4-Ji Super Robot Taisen,SNES,Strategy,Banpresto,Banpresto,,0.38,,0.38,,,1995-03-17, +/games/boxart/5958282ccc.jpg,Risk: Global Domination,PS2,Strategy,Atari,Cyberlore Studios,,0.38,0.19,,0.15,0.05,2003-11-05, +/games/boxart/full_6774430JapanFrontccc.jpg,SD Gundam G Generation-F,PS,Strategy,Bandai,Bandai,,0.38,,0.36,,0.02,2000-08-03, +/games/boxart/full_2184817JapanFrontccc.jpg,Mobile Suit Gundam: Giren no Yabou Zeon Dokuritsu Sensouden,PS2,Strategy,Bandai,Bandai,,0.38,,0.38,,,2002-05-02, +/games/boxart/full_4981354AmericaFrontccc.jpg,EyeToy Play 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.38,0.18,,0.14,0.05,2005-08-16, +/games/boxart/full_sesame-street-elmos-a-to-zoo-adventure_10AmericaFront.jpg,Sesame Street: Elmo's A-to-Zoo Adventure,Wii,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.38,0.35,,,0.03,2010-10-20, +/games/boxart/full_9360440AmericaFrontccc.jpg,ESPN Extreme Games,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.38,0.11,0.17,0.08,0.03,1995-01-01, +/games/boxart/6786080ccc.jpg,Puppy Palace,DS,Simulation,Ubisoft,Ubisoft,,0.38,0.35,,,0.03,2008-02-05, +/games/boxart/full_6393233AmericaFrontccc.jpg,Persona 4: Dancing All Night,PSV,Music,Atlus,Dingo Inc.,,0.38,0.12,0.16,0.04,0.05,2015-09-29,2018-05-31 +/games/boxart/full_2151884AmericaFrontccc.jpg,Just Dance 2016,XOne,Music,Ubisoft,Ubisoft Paris,,0.38,0.3,,0.04,0.04,2015-10-20,2018-04-05 +/games/boxart/full_4035771JapanFrontccc.jpg,Phoenix Wright: Ace Attorney - Dual Destinies,3DS,Misc,Unknown,Capcom,8.1,0.38,,0.38,,,2014-01-01,2018-01-04 +/games/boxart/full_4527253AmericaFrontccc.jpg,Dance Dance Revolution Ultramix 3,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,0.38,0.28,,0.08,0.01,2005-11-15, +/games/boxart/full_8865211AmericaFrontccc.jpg,Imagine: Party Babyz,Wii,Simulation,Ubisoft,Visual Impact,,0.38,0.33,,0.02,0.03,2008-11-11, +/games/boxart/full_7323743AmericaFrontccc.jpg,Paws & Claws: Pampered Pets,DS,Simulation,THQ,Radon Labs GmbH,,0.38,0.35,,,0.03,2009-01-05, +/games/boxart/full_9014021AmericaFrontccc.jpg,Petz Rescue: Wildlife Vet,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,0.38,0.35,,0,0.03,2008-10-28, +/games/boxart/full_4842843JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,SAT,Simulation,Konami,Konami,,0.38,,0.38,,,1996-07-19, +/games/boxart/full_7821585AmericaFrontccc.jpg,Tropico 5,PS4,Simulation,Kalypso Media,Haemimont Games,,0.38,0.07,0.08,0.18,0.05,2015-04-28,2018-08-20 +/games/boxart/full_5728704AmericaFrontccc.jpg,Just Dance 4,WiiU,Music,Ubisoft,Ubisoft,,0.38,0.21,,0.14,0.03,2012-11-18,2018-01-31 +/games/boxart/4125504ccc.jpg,Triple Play 97,PS,Sports,Electronic Arts,EA Sports,,0.38,0.21,,0.15,0.03,1996-06-24, +/games/boxart/full_5708975AmericaFrontccc.jpg,FIFA 13,PSP,Sports,EA Sports,EA Canada,,0.38,0.06,0.02,0.22,0.08,2012-09-25,2018-04-06 +/games/boxart/full_ncaa-football-11_10AmericaFront.jpg,NCAA Football 11,PS2,Sports,EA Sports,EA Tiburon,6.4,0.38,0.19,,0.15,0.05,2010-07-13, +/games/boxart/full_6194843AmericaFrontccc.jpg,Guitar Hero Live,PS3,Music,Activision,FreeStyleGames,,0.38,0.16,,0.16,0.06,2015-10-20,2018-03-15 +/games/boxart/full_9231557AmericaFrontccc.jpg,MediEvil II,PS,Adventure,Sony Computer Entertainment,SCEE,,0.38,0.21,,0.14,0.02,2000-04-30, +/games/boxart/full_9401714AmericaFrontccc.jpg,Hatsune Miku: Project Mirai DX,3DS,Misc,Sega,Sega,7.5,0.38,0.2,0.11,0.04,0.03,2015-09-08,2018-05-29 +/games/boxart/full_2821425AmericaFrontccc.jpg,MLB 16: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.38,0.3,,,0.07,2016-03-29,2018-04-20 +/games/boxart/full_6589094AmericaFrontccc.jpg,Rayman Legends,XOne,Platform,Ubisoft,Ubisoft Montpellier,,0.38,0.13,,0.22,0.03,2014-02-18,2018-03-20 +/games/boxart/full_2460800PALFrontccc.jpg,FIFA 14,PC,Sports,EA Sports,EA Canada,,0.38,0.01,,0.35,0.02,2013-09-24,2018-09-15 +/games/boxart/full_8507485AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,Wii,Sports,Activision,Activision,,0.38,0.35,,,0.03,2008-09-23, +/games/boxart/full_pro-evolution-soccer-2011-3d_374AmericaFront.jpg,Pro Evolution Soccer 2011 3D,3DS,Sports,Konami,Konami,7.5,0.38,0.11,0.11,0.13,0.02,2011-03-25, +/games/boxart/full_2020824AmericaFrontccc.jpg,Naruto: Clash of Ninja Revolution 2,Wii,Fighting,Tomy Corporation,8ing/Raizing,,0.38,0.34,,0.02,0.03,2008-10-21, +/games/boxart/9954632ccc.jpg,Hunter: The Reckoning,XB,Action,Interplay,High Voltage Software,7.8,0.38,0.28,,0.08,0.01,2002-05-21, +/games/boxart/1237275ccc.jpg,Marvel: Ultimate Alliance,PS3,Role-Playing,Activision,Raven Software,7.7,0.38,0.33,,0.02,0.03,2006-11-17, +/games/boxart/full_2056353JapanFrontccc.jpg,Shin Megami Tensei: Devil Summoner,SAT,Role-Playing,Atlus,Atlus Co.,,0.38,,0.38,,,1995-12-25, +/games/boxart/full_9384514AmericaFrontccc.jpg,Lego Marvel Super Heroes: Universe in Peril,DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.38,0.22,,0.13,0.03,2013-10-22,2018-01-04 +/games/boxart/full_saints-row-the-third_377AmericaFront.jpg,Saints Row: The Third,PC,Action,THQ,Volition Inc.,8.3,0.38,0.16,,0.16,0.05,2011-11-15, +/games/boxart/517187ccc.jpg,Ninja: Shadow of Darkness,PS,Action,Eidos Interactive,Unknown,,0.38,0.21,,0.14,0.02,1998-09-30, +/games/boxart/full_1807156AmericaFrontccc.png,Iron Man 2,PSP,Action,Sega,"Sega Studios, San Francisco",,0.38,0.18,,0.13,0.08,2010-05-04, +/games/boxart/full_6575140AmericaFrontccc.jpg,Wario Land II (GBC),GB,Platform,Nintendo,Nintendo R&D1,,0.38,,0.38,,,1999-03-02, +/games/boxart/5799436ccc.jpg,Hangman,2600,Puzzle,Atari,Atari,,0.38,0.35,,0.02,0,1978-01-01, +/games/boxart/5441628ccc.jpg,Sega Superstars Tennis,PS2,Sports,Sega,Sumo Digital,6.9,0.38,0.1,,0,0.28,2008-03-18, +/games/boxart/8787894ccc.jpg,The Dog Island,Wii,Adventure,Ubisoft,Yuke's Media Creations,,0.38,0.34,,0.01,0.03,2008-05-06, +/games/boxart/8038336ccc.jpg,Harry Potter and the Prisoner of Azkaban,GC,Adventure,Electronic Arts,Electronic Arts,,0.38,0.29,,0.08,0.01,2004-06-02, +/games/boxart/4334775ccc.jpg,NFL GameDay 2002,PS2,Sports,Sony Computer Entertainment,Red Zone Entertainment,,0.38,0.19,,0.15,0.05,2001-12-03, +/games/boxart/4282689ccc.jpg,Brunswick Pro Bowling,Wii,Sports,Crave Entertainment,Point of View,,0.38,0.35,,0.01,0.03,2007-08-21, +/games/boxart/full_123565AmericaFrontccc.jpg,Tamagotchi Connection: Corner Shop 3,DS,Simulation,Namco Bandai,NanaOn-Sha,,0.38,0.06,0.31,0,0.01,2008-06-17, +/games/boxart/7251262ccc.jpg,Mercenaries 2: World in Flames,PS2,Shooter,Electronic Arts,Pi Studios,,0.38,0.21,0,0,0.17,2008-08-31, +/games/boxart/full_7321952AmericaFrontccc.jpg,Final Fantasy Adventure,GB,Adventure,Square,Square,9,0.38,,0.38,,,1991-11-01, +/games/boxart/full_6493989AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,PS2,Action,Activision,Idol Minds,,0.38,0.12,,0,0.26,2008-11-04, +/games/boxart/full_scooby-doo-and-the-spooky-swamp_6AmericaFront.jpg,Scooby-Doo! and the Spooky Swamp,DS,Action,Warner Bros. Interactive,Torus Games,,0.38,0.25,,0.1,0.03,2010-09-14, +/games/boxart/1702919ccc.jpg,Gravitar,2600,Action,Atari,Atari,,0.38,0.35,,0.02,0,1983-01-01, +/games/boxart/full_1785929JapanFrontccc.jpg,Bakusou Dekotora Densetsu: Otoko Ippiki Yume Kaidoi,PS,Racing,Human Entertainment,Human Entertainment,,0.38,,0.36,,0.03,1998-06-25, +/games/boxart/full_9190011AmericaFrontccc.jpg,Virtua Tennis 2009,PS3,Sports,Sega,Sumo Digital,6.6,0.38,0.09,,0.22,0.06,2009-06-09, +/games/boxart/114245ccc.jpg,Pokémon Channel,GC,Adventure,Nintendo,Ambrella,5.2,0.38,0.24,0.07,0.06,0.01,2003-12-01, +/games/boxart/full_5063764AmericaFrontccc.jpg,Dancing with the Stars: We Dance!,Wii,Misc,Activision,Zoe Mode,,0.38,0.35,,,0.03,2008-10-21, +/games/boxart/full_ghost-trick-phantom-detective_1AmericaFront.jpg,Ghost Trick: Phantom Detective,DS,Adventure,Capcom,Capcom,8.2,0.38,0.17,0.12,0.08,0.02,2011-01-11, +/games/boxart/full_5142219AmericaFrontccc.jpg,Dora The Explorer: Dora Saves the Snow Princess,PS2,Platform,2K Play,High Voltage Software,,0.38,0.19,,0.15,0.05,2008-10-27, +/games/boxart/9445326ccc.jpg,Disney's Lilo & Stitch 2: Hamsterveil Havoc,GBA,Action,Buena Vista,Climax,,0.38,0.27,,0.1,0.01,2004-10-12, +/games/boxart/full_4688354JapanFrontccc.jpg,Mobile Suit Gundam version 2.0,PS,Action,Bandai,Unknown,,0.38,,0.36,,0.02,1996-03-29, +/games/boxart/full_2316135AmericaFrontccc.jpg,The Incredible Hulk,PS2,Action,Sega,Edge of Reality,,0.38,0.32,,0.01,0.05,2008-06-05, +/games/boxart/5833354ccc.jpg,NBA 2K7,PS3,Sports,2K Sports,Visual Concepts,8.1,0.38,0.3,,0.04,0.03,2006-11-13, +/games/boxart/6549170ccc.jpg,Tiger Woods PGA Tour 08,PSP,Sports,Electronic Arts,EA Tiburon,7.5,0.38,0.14,,0.15,0.09,2007-08-28, +/games/boxart/full_2378713AmericaFrontccc.jpg,NCAA Final Four 2000,PS,Sports,989 Sports,989 Sports,,0.38,0.21,,0.14,0.02,1999-10-31, +/games/boxart/full_334308PALFrontccc.jpg,FIFA 13,PC,Sports,EA Sports,EA Canada,,0.38,0.02,,0.32,0.04,2012-09-25,2018-04-06 +/games/boxart/547951ccc.jpg,Yoshi Touch & Go,DS,Platform,Nintendo,Nintendo EAD,,0.38,0.34,,0.02,0.03,2005-03-14, +/games/boxart/full_monster-jam-2011_2AmericaFront.jpg,Monster Jam: Path of Destruction,DS,Racing,Activision,Virtuos,,0.38,0.34,,0,0.03,2010-11-09, +/games/boxart/full_23597AmericaFrontccc.jpg,FlatOut,PS2,Racing,Empire Interactive,Bugbear Entertainment,,0.38,0.19,,0.15,0.05,2005-07-12, +/games/boxart/4754321ccc.jpg,MX vs. ATV Untamed,PS2,Racing,THQ,Rainbow Studios,,0.38,0.32,,0.01,0.05,2007-12-17, +/games/boxart/763852ccc.gif,Rogue Trip: Vacation 2012,PS,Racing,GT Interactive,SingleTrac,,0.38,0.21,,0.14,0.02,1998-09-30, +/games/boxart/full_3362640AmericaFrontccc.jpg,Need for Speed: Nitro,DS,Racing,Electronic Arts,EA Montreal,7.2,0.38,0.21,,0.13,0.04,2009-11-02, +/games/boxart/full_moto-racer-world-tour_456AmericaFront.jpg,Moto Racer World Tour,PS,Racing,Infogrames,Delphine Software International,,0.38,0.21,,0.14,0.02,2000-11-06, +/games/boxart/9187676ccc.jpg,Jam Sessions: Sing and Play Guitar (US sales),DS,Misc,Ubisoft,Plato,,0.38,0.38,,0,,2007-09-11, +/games/boxart/5643852ccc.jpg,Bratz: Rock Angelz,PS2,Misc,THQ,Blitz Games,,0.38,0.19,,0.15,0.05,2005-10-06, +/games/boxart/full_9825083AmericaFrontccc.jpg,ESPN College Hoops 2K5,XB,Sports,Sega,Visual Concepts,,0.38,0.29,,0.08,0.01,2004-11-17, +/games/boxart/full_515391AmericaFrontccc.jpg,The Cat in the Hat,GBA,Platform,Jack of All Games,NewKidCo,,0.38,0.27,,0.1,0.01,2005-04-26, +/games/boxart/full_raving-rabbids-travel-in-time-3d_943AmericaFront.jpg,Raving Rabbids: Travel in Time 3D,3DS,Platform,Ubisoft,Ubisoft Paris,5.8,0.38,0.11,,0.24,0.04,2011-04-10,2018-01-20 +/games/boxart/full_9566402AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,DS,Platform,Activision,Artificial Mind and Movement,5,0.38,0.2,,0.15,0.04,2009-06-30, +/games/boxart/full_3787211AmericaFrontccc.jpg,Metal Gear Solid HD Collection,X360,Action,Konami,Bluepoint Games,9.2,0.38,0.25,,0.1,0.03,2011-11-08, +/games/boxart/full_498443PALFrontccc.jpg,Wii Sports Club,WiiU,Sports,Nintendo,Nintendo,6.7,0.38,0.17,0.04,0.14,0.03,2014-07-25,2018-03-14 +/games/boxart/full_6399610AmericaFrontccc.jpg,NCAA Football 08,PS3,Sports,Electronic Arts,EA Tiburon,,0.38,0.35,,,0.03,2007-07-17, +/games/boxart/full_7004960PALFrontccc.jpg,Peppa Pig: The Game,Wii,Misc,Pinnacle,Asylum Entertainment,,0.38,,,0.34,0.03,2009-12-04, +/games/boxart/38459ccc.jpg,Evil Dead: Fistfull of Boomstick,PS2,Action,THQ,VIS Entertainment,,0.38,0.19,,0.15,0.05,2003-05-20, +/games/boxart/full_5105472AmericaFrontccc.jpg,Grandia Xtreme,PS2,Role-Playing,Enix,Game Arts,6.7,0.38,0.07,0.25,0.05,0.02,2002-09-30, +/games/boxart/3663365ccc.jpg,Looney Tunes: Acme Arsenal,PS2,Action,Warner Bros. Interactive,Red Tribe,,0.38,0.19,,0.15,0.05,2007-10-09, +/games/boxart/159107ccc.gif,Ice Age,GBA,Action,Ubisoft,A2M,4.2,0.38,0.27,,0.1,0.01,2002-03-18, +/games/boxart/full_8153112AmericaFrontccc.jpg,Headhunter,PS2,Action,Sega,Amuze,,0.38,0.19,,0.15,0.05,2002-05-09, +/games/boxart/full_wipeout-2048_863AmericaFront.jpg,Wipeout 2048,PSV,Racing,Sony Computer Entertainment,Studio Liverpool,,0.38,0.13,,0.19,0.06,2012-02-15, +/games/boxart/full_9454630AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Heroes 3,PSP,Fighting,Namco Bandai,CyberConnect2,,0.38,0.13,0.19,0.04,0.03,2010-05-11, +/games/boxart/full_9174019AmericaFrontccc.jpg,Marvel Nemesis: Rise of the Imperfects,GC,Fighting,Electronic Arts,Nihilistic Software,6,0.38,0.3,,0.08,0.01,2005-09-20, +/games/boxart/full_wwe-smackdown-vs-raw-2011_7AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PS2,Fighting,THQ,JAKKS Pacific,,0.38,0.24,,0.07,0.07,2010-10-26, +/games/boxart/full_2510938AmericaFrontccc.jpg,Tales of Hearts R,PSV,Role-Playing,Namco Bandai Games,7thChord,,0.38,0.11,0.09,0.12,0.07,2014-11-11,2018-09-24 +/games/boxart/7278668ccc.jpg,Viking: Battle for Asgard,PS3,Action,Sega,The Creative Assembly,6.6,0.38,0.14,,0.18,0.07,2008-03-25, +/games/boxart/full_mini-yonku-gb-lets-ampamp-go_308JapanFront.jpg,Mini-Yonku GB: Let's & Go!!,GB,Strategy,ASCII Entertainment,Jupiter Multimedia,,0.37,,0.37,,0,1997-05-23, +/games/boxart/full_9943799AmericaFrontccc.jpg,Firewall: Zero Hour,PS4,Shooter,Sony Interactive Entertainment,First Contact Entertainment Inc.,,0.37,0.14,0.02,0.16,0.06,2018-08-29,2018-09-26 +/games/boxart/full_zhuzhu-pets-featuring-the-wild-bunch_1AmericaFront.jpg,ZhuZhu Pets: Featuring The Wild Bunch,Wii,Simulation,Activision,Black Lantern Studios,,0.37,0.31,,0.03,0.03,2010-10-19, +/games/boxart/full_4381000AmericaFrontccc.jpg,DiRT 2,Wii,Racing,Codemasters,Codemasters,4.6,0.37,0.1,,0.23,0.04,2009-09-08, +/games/boxart/full_7772985AmericaFrontccc.jpg,Dawn of Discovery,PC,Simulation,Ubisoft,Related Designs,8.4,0.37,,,0.32,0.05,2009-06-25, +/games/boxart/full_8810162AmericaFrontccc.jpg,The Sims 2: Castaway,PS2,Simulation,Electronic Arts,Maxis,,0.37,0.3,,0.01,0.05,2007-10-22, +/games/boxart/2750341ccc.jpg,Kingdom Under Fire: Circle of Doom,X360,Role-Playing,Microsoft,Blue Side,,0.37,0.18,0.04,0.12,0.04,2008-01-08, +/games/boxart/full_6597765JapanFrontccc.jpg,Tobal 2,PS,Fighting,Square,DreamFactory,,0.37,,0.35,,0.02,1997-04-25, +/games/boxart/2179284ccc.jpg,Custom Robo,GC,Fighting,Nintendo,Noise Inc.,,0.37,0.29,,0.07,0.01,2004-05-10, +/games/boxart/full_ea-sports-mma_10AmericaFront.jpg,EA Sports MMA,PS3,Fighting,EA Sports,EA Tiburon,7.6,0.37,0.16,0.01,0.14,0.06,2010-10-19, +/games/boxart/full_5530627AmericaFrontccc.jpg,Naruto Shippuden: Ninja Destiny 2,DS,Fighting,Tomy Corporation,Dream Factory,,0.37,0.19,0.13,0.03,0.02,2009-09-15, +/games/boxart/full_2916906AmericaFrontccc.jpg,Virtua Fighter 3tb,DC,Fighting,Sega,Sega,8.1,0.37,,0.37,,0,1999-10-18, +/games/boxart/full_6485531AmericaFrontccc.jpg,Thief,PS3,Action,Square Enix,Eidos Montreal,,0.37,0.1,0.03,0.19,0.06,2014-02-25,2018-01-04 +/games/boxart/full_3715858AmericaFrontccc.jpg,Scooby-Doo! Classic Creep Capers,N64,Action,THQ,Terraglyph Interactive Studios,,0.37,0.3,,0.06,0,2000-12-04, +/games/boxart/full_3486808JapanFrontccc.jpg,Yarudora Series Vol.1: Double Cast,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,0.37,,0.35,,0.02,1998-06-25, +/games/boxart/full_9324665AmericaFrontccc.jpg,Overlord: Dark Legend,Wii,Adventure,Codemasters,Climax Group,7,0.37,0.11,,0.22,0.04,2009-06-23, +/games/boxart/full_3490971AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,DS,Racing,Activision,Virtuos,,0.37,0.25,,0.08,0.03,2009-10-27, +/games/boxart/full_6511169AmericaFrontccc.png,Burnout Paradise Remastered,PS4,Racing,Electronic Arts,Stellar Entertainment,8,0.37,0.08,0.01,0.22,0.06,2018-03-16,2018-02-24 +/games/boxart/2228825ccc.jpg,Juiced 2: Hot Import Nights,PSP,Racing,THQ,Juice Games,,0.37,0.06,,0.2,0.11,2007-10-08, +/games/boxart/full_need-for-speed-hot-pursuit_106AmericaFront.jpg,Need for Speed: Hot Pursuit,PC,Racing,Electronic Arts,Criterion Games,8.9,0.37,0.12,,0.2,0.05,2010-11-16, +/games/boxart/full_4075557AmericaFrontccc.jpg,Batman: Arkham City Armored Edition,WiiU,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,8.6,0.37,0.16,,0.18,0.03,2012-11-18,2018-04-20 +/games/boxart/full_8437591AmericaFrontccc.jpeg,Minecraft,3DS,Misc,Nintendo,Other Ocean Interactive,6.7,0.37,0.33,,,0.04,2017-11-10,2018-08-05 +/games/boxart/full_2230064AmericaFrontccc.jpg,Go Vacation,NS,Misc,Nintendo,Bandai Namco Studios,,0.37,0.12,0.01,0.22,0.03,2018-07-27,2019-03-30 +/games/boxart/full_1654292AmericaFrontccc.jpg,Guitar Hero On Tour: Modern Hits,DS,Misc,Activision,Activision,7.3,0.37,0.13,,0.2,0.04,2009-06-09, +/games/boxart/full_5836230AmericaFrontccc.jpg,Trivial Pursuit,X360,Misc,Electronic Arts,Adrenalin Interactive,,0.37,0.12,,0.21,0.04,2009-03-10, +/games/boxart/full_green-day-rock-band_3AmericaFront.jpg,Green Day: Rock Band,Wii,Misc,MTV Games,Harmonix Music Systems,,0.37,0.22,,0.12,0.03,2010-06-08, +/games/boxart/2100962ccc.jpg,NFL Street 2 Unleashed,PSP,Sports,Electronic Arts,EA Tiburon,7.4,0.37,0.34,,,0.03,2005-03-21, +/games/boxart/full_6319475AmericaFrontccc.jpg,FIFA Street 2,PS2,Sports,EA Sports BIG,EA Canada,,0.37,0.17,0.02,0.13,0.04,2006-02-28, +/games/boxart/9693229ccc.jpg,Bottom of the 9th,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.37,0.37,,,0,1999-04-14, +/games/boxart/5564726ccc.jpg,Skate,PS3,Sports,Electronic Arts,EA Black Box,,0.37,0.29,0,0.04,0.03,2007-09-24, +/games/boxart/3517456ccc.jpg,High Heat Major League Baseball 2003,PS2,Sports,3DO,3DO,,0.37,0.18,,0.14,0.05,2002-02-09, +/games/boxart/full_super-formation-soccer-94_9JapanFront.jpg,Super Formation Soccer 94,SNES,Sports,Human Entertainment,Human Entertainment,,0.37,,0.37,,,1994-06-17, +/games/boxart/9598252ccc.jpg,Barbie Horse Adventures: Blue Ribbon Race,GBA,Sports,Knowledge Adventure,Mobius Entertainment,,0.37,0.26,,0.1,0.01,2003-09-17, +/games/boxart/full_1440420JapanFrontccc.jpg,Kotoba no Puzzle: Mojipittan DS,DS,Puzzle,Namco Bandai,Bandai Namco Games,,0.37,,0.37,,,2007-03-15, +/games/boxart/full_5531405AmericaFrontccc.png,NHL 15,PS3,Sports,EA Sports,EA Canada,,0.37,0.22,,0.09,0.07,2014-09-09,2018-01-10 +/games/boxart/full_3867868AmericaFrontccc.jpg,NBA 2K10,Wii,Sports,2K Sports,Visual Concepts,5.1,0.37,0.34,,0,0.03,2009-11-09, +/games/boxart/full_4750177AmericaFrontccc.jpg,Tiger Woods PGA Tour 09,PS2,Sports,EA Sports,EA Tiburon,,0.37,0.16,,0,0.21,2008-08-26, +/games/boxart/full_5655507AmericaFrontccc.jpg,NCAA Football 07,PSP,Sports,Electronic Arts,EA Sports,7.6,0.37,0.34,,,0.03,2006-07-18, +/games/boxart/7014377ccc.jpg,Cabela's Deer Hunt 2005 Season,PS2,Sports,Activision,Sand Grain Studios,,0.37,0.18,,0.14,0.05,2004-08-26, +/games/boxart/full_1956269AmericaFrontccc.jpg,Rec Room Games,Wii,Sports,Destineer,Arcade Moon,,0.37,0.35,,,0.03,2009-12-01, +/games/boxart/full_7045647AmericaFrontccc.jpg,Virtua Tennis 2009,Wii,Sports,Sega,Sumo Digital,7.3,0.37,0.12,,0.21,0.04,2009-06-09, +/games/boxart/full_661766AmericaFrontccc.jpg,WWE 2K17,PS3,Sports,2K Games,Yuke's,,0.37,0.11,,0.19,0.06,2016-10-11,2018-04-05 +/games/boxart/3482932ccc.jpg,The BIGS,Wii,Sports,2K Sports,Blue Castle Games,,0.37,0.34,,0,0.03,2007-06-25, +/games/boxart/full_8126540PALFrontccc.jpg,LEGO Batman 2: DC Super Heroes,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.37,0.16,,0.13,0.08,2012-06-26,2018-03-15 +/games/boxart/full_7912087AmericaFrontccc.jpg,Resident Evil: Origins Collection,PS4,Action-Adventure,Capcom,Capcom,,0.37,0.07,0.07,0.18,0.05,2016-01-19,2018-09-04 +/games/boxart/full_3966228AmericaFrontccc.jpg,Major League Baseball 2K6,X360,Sports,2K Sports,Kush Games,6.3,0.37,0.34,,,0.03,2006-04-10, +/games/boxart/8795022ccc.jpg,NBA Inside Drive 2002,XB,Sports,Microsoft,High Voltage Software,,0.37,0.28,,0.08,0.01,2002-01-21, +/games/boxart/full_cabelas-big-game-hunter-2012_486AmericaFront.jpg,Cabela's Big Game Hunter 2012,Wii,Sports,Activision,Activision,,0.37,0.33,,0.02,0.02,2011-09-27, +/games/boxart/full_6390282AmericaFrontccc.jpg,Reel Fishing III,PS2,Sports,Natsume,Natsume,,0.37,0.18,,0.14,0.05,2003-09-11, +/games/boxart/full_4219697PALFrontccc.jpg,Middle-Earth: Shadow of Mordor,PC,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,0.37,0.14,,0.2,0.03,2014-09-30,2018-05-04 +/games/boxart/7868824ccc.jpg,Spider-Man: Friend or Foe,PS2,Action,Activision,Next Level Games,5.4,0.37,0.31,,0.01,0.05,2007-10-02, +/games/boxart/6442314ccc.jpg,Pac-Man World 2,GC,Platform,Namco,Namco,7.5,0.37,0.28,,0.07,0.01,2002-03-19, +/games/boxart/full_the-legend-of-spyro-a-new-beginning_911AmericaFront.jpg,The Legend of Spyro: A New Beginning,DS,Platform,Sierra Entertainment,Amaze Entertainment,7.1,0.37,0.33,,0.01,0.03,2006-10-17, +/games/boxart/4697419ccc.jpg,The Legend of Spyro: The Eternal Night,DS,Platform,Sierra Entertainment,Amaze Entertainment,,0.37,0.32,,0.02,0.03,2007-10-02, +/games/boxart/full_556920AmericaFrontccc.jpg,Sonic Lost World,WiiU,Platform,Sega,Sonic Team,6,0.37,0.2,0.01,0.13,0.03,2013-10-29,2018-04-07 +/games/boxart/full_5245960AmericaFrontccc.jpg,Castlevania: Order of Ecclesia,DS,Platform,Konami,Konami,8.2,0.37,0.27,0.04,0.03,0.03,2008-10-21, +/games/boxart/full_9338477AmericaFrontccc.jpg,"Monsters, Inc. Scream Arena",GC,Platform,THQ,Radical Entertainment,3.8,0.37,0.29,,0.07,0.01,2002-09-14, +/games/boxart/full_slime-morimori-dragon-quest-shougeki-no-shippo-dan_366JapanFront.jpg,Slime MoriMori Dragon Quest: Shougeki No Shippo Dan,GBA,Adventure,Square Enix,TOSE Software,,0.37,,0.36,,0.01,2003-11-14, +/games/boxart/5619714ccc.jpg,Harry Potter and the Order of the Phoenix,PSP,Adventure,Electronic Arts,EA UK,4.8,0.37,0.1,,0.17,0.1,2007-06-25, +/games/boxart/full_5231178AmericaFrontccc.jpg,Rise of the Tomb Raider,X360,Adventure,Square Enix,Crystal Dynamics,,0.37,0.21,,0.12,0.03,2015-11-10,2018-04-11 +/games/boxart/full_999-9-hours-9-people-9-doors_1AmericaFront.jpg,"999: Nine Hours, Nine Persons, Nine Doors",DS,Adventure,Aksys Games,Spike,7.9,0.37,0.31,0.03,,0.02,2010-11-16, +/games/boxart/full_5889144JapanFrontccc.jpg,Super Robot Taisen EX,SNES,Strategy,Banpresto,WinkySoft,,0.37,,0.37,,,1994-03-25, +/games/boxart/full_fushigi-no-dungeon-furai-no-shiren-2-oni-shuurai-shiren-shiro_0JapanFront.jpg,Fushigi no Dungeon: Furai no Shiren 2 - Oni Shuurai! Shiren Shiro!,N64,Role-Playing,ChunSoft,ChunSoft,,0.37,,0.32,,0.05,2000-09-27, +/games/boxart/full_9593289AmericaFrontccc.png,Shin Megami Tensei IV: Apocalypse,3DS,Role-Playing,Atlus,Atlus,8.1,0.37,0.15,0.16,0.05,0.02,2016-09-20,2018-05-29 +/games/boxart/full_5316488AmericaFrontccc.jpg,Vampyr,PS4,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,0.37,0.12,,0.19,0.06,2018-06-05,2018-02-08 +/games/boxart/full_dungeon-siege-iii_808AmericaFront.jpg,Dungeon Siege III,X360,Role-Playing,Square Enix,Obsidian Entertainment,7.2,0.37,0.21,0.01,0.12,0.03,2011-06-21, +/games/boxart/full_9497260AmericaFrontccc.jpg,Rune Factory: Frontier,Wii,Role-Playing,Xseed Games,Neverland Company,7.9,0.37,0.16,0.04,0.13,0.03,2009-03-17, +/games/boxart/full_6218092AmericaFrontccc.png,Defiance,PS3,Action,Trion Worlds,Trion Worlds,,0.37,0.19,,0.12,0.06,2013-04-02,2018-05-19 +/games/boxart/7329621ccc.jpg,Tomb Raider: Legend,X360,Action,Eidos Interactive,Crystal Dynamics,8.1,0.37,0.27,0.01,0.07,0.03,2006-04-11, +/games/boxart/full_8625218AmericaFrontccc.jpg,Mini Ninjas,Wii,Action,Eidos Interactive,IO Interactive,7.6,0.37,0.16,,0.17,0.04,2009-09-08, +/games/boxart/default.jpg,Warriors Orochi 2,PS3,Action,Tecmo Koei,Omega Force,,0.37,,0.37,,,2012-03-20,2018-04-24 +/games/boxart/full_5415805AmericaFrontccc.jpg,Ultimate Spider-Man,GC,Action,Activision,Treyarch,,0.37,0.29,,0.07,0.01,2005-09-21, +/games/boxart/full_83060AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,PSP,Action,Ubisoft,Quebec City,,0.37,0.09,0.01,0.18,0.1,2010-05-18, +/games/boxart/8290624ccc.jpg,Rampage: Total Destruction,PS2,Action,Midway Games,"Pipeworks Software, Inc.",,0.37,0.18,,0.14,0.05,2006-04-24, +/games/boxart/full_6466603AmericaFrontccc.jpg,Dynasty Warriors 9,PS4,Action,Tecmo Koei,Omega Force,,0.37,0.1,0.17,0.06,0.03,2018-02-13,2017-12-31 +/games/boxart/full_6243073AmericaFrontccc.jpg,Fragile Dreams: Farewell Ruins of the Moon,Wii,Role-Playing,Xseed Games,Tri-Crescendo,6.7,0.37,0.16,0.06,0.12,0.03,2010-03-16, +/games/boxart/full_55514JapanFrontccc.jpg,Shin Megami Tensei II,SNES,Role-Playing,Atlus,Atlus Co.,,0.37,,0.37,,0,1994-04-18, +/games/boxart/7324046ccc.jpg,Marvel: Ultimate Alliance,PSP,Role-Playing,Activision,Vicarious Visions,8.5,0.37,0.33,,0,0.03,2006-10-24, +/games/boxart/3769811ccc.jpg,Dragonfire,2600,Action,Imagic,Imagic,,0.37,0.35,,0.02,0,1982-01-01, +/games/boxart/full_8708226AmericaFrontccc.jpg,Yakuza: Kiwami 2,PS4,Action,Sega,Sega,,0.37,0.08,0.19,0.06,0.03,2018-08-28,2018-01-07 +/games/boxart/full_6224369AmericaFrontccc.jpg,Petz: Catz 2,PS2,Simulation,Ubisoft,Yuke's Media Creations,,0.37,0.18,,0.14,0.05,2007-11-14, +/games/boxart/full_9483063AmericaFrontccc.jpg,Imagine: Salon Stylist,DS,Simulation,Ubisoft,Playbox Limited,,0.37,0.23,,0.11,0.03,2009-09-29, +/games/boxart/full_3051768AmericaFrontccc.jpg,Hell's Kitchen: The Game,DS,Simulation,Ubisoft,Ludia Inc.,,0.37,0.34,,0,0.03,2008-09-09, +/games/boxart/full_1577541AmericaFrontccc.jpg,The Golden Compass,PSP,Adventure,Sega,Shiny Entertainment,2.8,0.37,0.11,,0.16,0.1,2007-12-04, +/games/boxart/full_699516AmericaFrontccc.jpg,Petz Rescue: Ocean Patrol,DS,Adventure,Ubisoft,Magic Pockets,,0.37,0.35,,,0.03,2008-10-28, +/games/boxart/full_1967957AmericaFrontccc.jpg,Kileak: The DNA Imperative,PS,Shooter,Sony Computer Entertainment,Genki,,0.37,0.08,0.21,0.06,0.02,1995-01-01, +/games/boxart/6598021ccc.jpg,Quake 4,X360,Shooter,Activision,id Software / Raven Software,7.3,0.37,0.32,,0.02,0.03,2005-11-18, +/games/boxart/8378725ccc.jpg,Panzer Dragoon,SAT,Shooter,Sega,Team Andromeda,,0.37,,0.37,,,1995-05-11, +/games/boxart/1030713ccc.jpg,Turok: Rage Wars,N64,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,0.37,0.3,,0.06,0,1999-11-23, +/games/boxart/full_rage_76AmericaFront.jpg,Rage,PC,Shooter,Bethesda Softworks,id Software,7.8,0.37,0.14,,0.18,0.05,2011-10-04, +/games/boxart/full_the-house-of-the-dead-overkill-extended-cut_133AmericaFront.jpg,The House of the Dead: Overkill - Extended Cut,PS3,Shooter,Sega,Headstrong Games,7.2,0.37,0.15,,0.16,0.05,2011-10-25, +/games/boxart/full_5809157AmericaFrontccc.jpg,Wanted: Weapons of Fate,X360,Shooter,Warner Bros. Interactive,GRIN,6.2,0.37,0.17,0,0.15,0.04,2009-03-24, +/games/boxart/3703037ccc.jpg,Solaris,2600,Shooter,Atari,Atari,,0.37,0.35,,0.02,0,1986-07-13, +/games/boxart/full_9986454AmericaFrontccc.jpg,Life is Strange,PS4,Adventure,Square Enix,DONTNOD Entertainment,,0.37,0.11,0.05,0.16,0.05,2016-01-19,2018-01-07 +/games/boxart/full_2806043AmericaFrontccc.jpg,ESPN X Games Skateboarding,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.36,0.18,,0.14,0.05,2001-08-13, +/games/boxart/full_one-piece-gigant-battle_10PALFront.jpg,One Piece: Gigant Battle!,DS,Fighting,Namco Bandai,Ganbarion,,0.36,,0.36,,,2010-09-09, +/games/boxart/full_919423AmericaFrontccc.jpg,BlazBlue: Calamity Trigger,X360,Fighting,Aksys Games,Arc System Works,8.5,0.36,0.21,0.04,0.08,0.03,2009-06-30, +/games/boxart/full_4674171AmericaFrontccc.jpg,Dragon Ball Z: Infinite World,PS2,Fighting,Atari,Dimps Corporation,,0.36,0.08,0.21,0.06,0.02,2008-11-04, +/games/boxart/97071ccc.jpg,My Horse & Me,DS,Sports,Atari,Mistic Software,,0.36,0.33,,0,0.03,2008-02-05, +/games/boxart/2214197ccc.jpg,Big Bass World Championship,PS,Sports,Hot-B,Unknown,,0.36,0.2,,0.14,0.02,1997-03-27, +/games/boxart/445373ccc.jpg,Rapala Pro Fishing,PS2,Sports,Activision,Sand Grain Studios,,0.36,0.18,,0.14,0.05,2004-08-31, +/games/boxart/full_6690639AmericaFrontccc.jpg,Tiger Woods PGA Tour 14,X360,Sports,EA Sports,EA Tiburon,,0.36,0.21,,0.12,0.03,2013-03-26,2018-10-16 +/games/boxart/full_2780618JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou '04,PS2,Sports,Sega,Smilebit,,0.36,,0.36,,,2004-06-24, +/games/boxart/full_1937965AmericaFrontccc.jpg,NHL 2K10,PS2,Sports,2K Sports,Visual Concepts,,0.36,0.17,,0.14,0.05,2009-09-15, +/games/boxart/full_8182511JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou!,DC,Sports,Sega,Smilebit,,0.36,,0.36,,0,1999-09-30, +/games/boxart/full_3433895AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,PS4,Shooter,City Interactive,City Interactive,,0.36,0.14,0.03,0.15,0.06,2017-04-25,2018-05-29 +/games/boxart/full_3774577AmericaFrontccc.jpg,Left 4 Dead 2,PC,Shooter,Valve,Certain Affinity / Valve Software,9,0.36,,,0.32,0.04,2009-11-17, +/games/boxart/full_3005818AmericaFrontccc.jpg,Earth Defense Force 2025,PS3,Shooter,D3Publisher,Sandlot,,0.36,0.04,0.27,0.03,0.01,2014-02-18,2018-10-16 +/games/boxart/4209423ccc.jpg,SOCOM: Tactical Strike,PSP,Shooter,Sony Computer Entertainment,Slant Six,7.1,0.36,0.32,,0.01,0.03,2007-11-06, +/games/boxart/full_3464183AmericaFrontccc.jpg,Okage: Shadow King,PS2,Role-Playing,Sony Computer Entertainment,Zener Works,,0.36,0.14,0.08,0.11,0.04,2001-10-01, +/games/boxart/4859211ccc.jpg,NBA Live 2003,XB,Sports,EA Sports,EA Canada,,0.36,0.31,,0.04,0.01,2002-10-08, +/games/boxart/full_5526601AmericaFrontccc.jpg,ESPN: Sports Connection,WiiU,Sports,Ubisoft,Ubisoft Barcelona,3,0.36,0.2,,0.13,0.03,2012-11-18,2020-09-14 +/games/boxart/full_1482711JapanFrontccc.jpg,Zero4 Champ RR,SNES,Sports,Media Rings,Media Rings,,0.36,,0.36,,,1994-07-22, +/games/boxart/full_5346972AmericaFrontccc.jpg,High Heat Major League Baseball 2004,PS2,Sports,3DO,3DO,,0.36,0.18,,0.14,0.05,2003-02-20, +/games/boxart/full_tekken-hybrid_218AmericaFront.jpg,Tekken Hybrid,PS3,Fighting,Namco,Namco Bandai Games,4,0.36,0.21,0.04,0.07,0.04,2011-11-22, +/games/boxart/full_3416718JapanFrontccc.jpg,Super Fire ProWrestling Special,SNES,Fighting,Human Entertainment,Human Club,,0.36,,0.36,,,1994-12-22, +/games/boxart/full_1169040JapanFrontccc.jpg,Yuu Yuu Hakusho,SNES,Fighting,Namco,Namco,,0.36,,0.36,,0,1993-12-22, +/games/boxart/full_6255628JapanFrontccc.jpg,Boxer's Road,PS,Fighting,New,New Corporation,,0.36,,0.33,,0.02,1995-09-08, +/games/boxart/3516939ccc.jpg,Breath of Fire II,SNES,Role-Playing,Capcom,Capcom,8.3,0.36,,0.36,,,1995-12-01, +/games/boxart/full_4592558AmericaFrontccc.jpg,Arc the Lad: Twilight of the Spirits,PS2,Role-Playing,Sony Computer Entertainment,Cattle Call,7.3,0.36,0.18,,0.14,0.05,2003-06-25, +/games/boxart/full_toriko-gourmet-survival_887JapanFront.jpg,Toriko: Gourmet Survival!,PSP,Role-Playing,Namco Bandai,Namco Bandai Games,,0.36,,0.36,,,2011-08-04, +/games/boxart/full_1742861AmericaFrontccc.jpg,Sword Art Online: Lost Song,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.36,0.19,,0.11,0.06,2015-11-17, +/games/boxart/full_890773AmericaFrontccc.jpg,LocoRoco 2,PSP,Platform,Sony Computer Entertainment,SCE Japan Studio,8.5,0.36,0.21,0.01,0.09,0.05,2009-02-10,2018-09-17 +/games/boxart/full_3366096AmericaFrontccc.jpg,Just Dance 2016,X360,Music,Ubisoft,Ubisoft Paris,,0.36,0.26,,0.06,0.04,2015-10-20,2018-04-05 +/games/boxart/389211ccc.jpg,North American Hunting Extravaganza,Wii,Sports,Destineer,Arcade Moon,,0.36,0.33,,0,0.03,2008-10-15, +/games/boxart/full_3971155AmericaFrontccc.jpg,Shaun Palmer's Pro Snowboarder,GBA,Sports,Activision,Natsume,,0.36,0.26,,0.1,0.01,2001-11-27, +/games/boxart/full_3866694AmericaFrontccc.jpg,Tiger Woods PGA Tour 09,PSP,Sports,EA Sports,EA Tiburon,5.2,0.36,0.07,,0.19,0.1,2008-08-26, +/games/boxart/full_504516JapanFrontccc.jpg,Hamster Club 3,GBA,Simulation,Jorudan,Jorudan,,0.36,,0.35,,0.01,2002-03-29, +/games/boxart/full_6131610AmericaFrontccc.jpg,Formula 1 Championship Edition,PS,Racing,Sony Computer Entertainment,Bizarre Creations,8.5,0.36,0.06,0.23,0.04,0.02,1997-09-30, +/games/boxart/5679500ccc.gif,NFL GameDay 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.36,0.18,,0.14,0.05,2000-11-13, +/games/boxart/full_need-for-speed-the-run_698AmericaFront.jpg,Need for Speed: The Run,PC,Racing,Electronic Arts,EA Black Box,,0.36,0.09,,0.21,0.07,2011-11-15, +/games/boxart/full_3478135AmericaFrontccc.jpg,World's Scariest Police Chases,PS,Racing,Activision,UDS,,0.36,0.2,,0.14,0.02,2001-05-21, +/games/boxart/full_1813347AmericaFrontccc.jpg,LEGO Racers,PS,Racing,LEGO Media,High Voltage Software,,0.36,0.2,,0.14,0.02,1999-12-17, +/games/boxart/full_5166820AmericaFrontccc.jpg,ATV/Monster Truck Mayhem,DS,Racing,"Destination Software, Inc",Destination,,0.36,0.33,,,0.02,2007-07-15, +/games/boxart/full_6082298AmericaFrontccc.jpg,Arctic Thunder,PS2,Racing,Midway Games,Inland Productions,,0.36,0.17,,0.14,0.05,2001-09-17, +/games/boxart/full_6802014AmericaFrontccc.jpg,Kirby's Dream Land 3,SNES,Platform,Nintendo,HAL Laboratory,,0.36,,0.36,,0,1997-11-27, +/games/boxart/9609758ccc.jpg,Disney's The Haunted Mansion,PS2,Platform,TDK Mediactive,High Voltage Software,,0.36,0.18,,0.14,0.05,2003-10-14, +/games/boxart/full_8867893AmericaFrontccc.jpg,Mega Man 11,NS,Platform,Capcom,Capcom,8,0.36,0.29,0.03,,0.03,2018-10-02,2018-09-12 +/games/boxart/full_6021892JapanFrontccc.jpg,Ganbare Goemon 3: Shishi Jyuurokubei no Karakuri Manji Katame,SNES,Platform,Konami,Konami,,0.36,,0.36,,,1994-12-16, +/games/boxart/1193465ccc.gif,Shrek,XB,Platform,TDK Mediactive,Digital Illusions,,0.36,0.25,,0.1,0.01,2001-11-14, +/games/boxart/full_8292760JapanFrontccc.jpg,Kamaitachi no Yoru 2,PS2,Adventure,ChunSoft,ChunSoft,,0.36,,0.36,,,2002-07-18, +/games/boxart/full_996211AmericaFrontccc.jpg,Robots,PS2,Adventure,VU Games,Eurocom Entertainment Software,,0.36,0.18,,0.14,0.05,2005-02-24, +/games/boxart/full_6798432AmericaFrontccc.jpg,Marvel Super Hero Squad,Wii,Adventure,THQ,Blue Tongue,,0.36,0.3,,0.03,0.03,2009-10-20, +/games/boxart/full_7114067JapanFrontccc.jpg,Nonomura Byoin no Hitobito,SAT,Adventure,Elf,Elf,,0.36,,0.36,,0,1996-04-26, +/games/boxart/8899724ccc.jpg,South Park Rally,PS,Racing,Acclaim Entertainment,Tantalus Interactive,3.9,0.36,0.2,,0.13,0.02,1999-11-30, +/games/boxart/full_build-a-bear-workshop-a-friend-fur-all-seasons_3AmericaFront.jpg,Build-A-Bear Workshop: A Friend Fur All Seasons,Wii,Simulation,Game Factory,Neko Entertainment,,0.36,0.33,,0,0.03,2008-10-21, +/games/boxart/full_212241AmericaFrontccc.jpg,Monster Rancher 3,PS2,Simulation,Tecmo,Tecmo,,0.36,0.11,0.14,0.09,0.03,2001-09-24, +/games/boxart/full_9441705JapanFrontccc.jpg,Dance Dance Revolution 3rdMix,PS,Simulation,Konami,KCET,,0.36,,0.33,,0.02,2000-06-01, +/games/boxart/full_kinectimals-now-with-bears_614AmericaFront.jpg,Kinectimals: Now with Bears!,X360,Simulation,Microsoft Studios,Frontier Developments,,0.36,0.27,,0.06,0.03,2011-10-11,2018-09-29 +/games/boxart/full_harvest-moon-the-tale-of-two-towns_359AmericaFront.jpg,Harvest Moon: The Tale of Two Towns,3DS,Simulation,Natsume,Marvelous Interactive,6.3,0.36,0.28,0.05,0,0.02,2011-11-01,2018-01-07 +/games/boxart/full_7565977AmericaFrontccc.jpg,Trauma Center: Under the Knife,DS,Simulation,Atlus,Atlus Co.,8,0.36,0.3,0.02,0.01,0.03,2005-10-04, +/games/boxart/full_5190560AmericaFrontccc.jpg,Hamtaro: Ham-Ham Heartbreak,GBA,Action,Nintendo,Nintendo,8,0.36,0.26,,0.1,0.01,2003-04-08, +/games/boxart/full_3280778JapanFrontccc.jpg,Mobile Suit Z-Gundam,PS,Action,Bandai,Bandai,,0.36,,0.34,,0.02,1997-12-11, +/games/boxart/311240ccc.jpg,MechWarrior 2: 31st Century Combat,PS,Simulation,Activision,Quantum Factory,,0.36,0.2,,0.14,0.02,1997-02-28, +/games/boxart/full_1308924AmericaFrontccc.jpg,MechAssault 2: Lone Wolf,XB,Simulation,Microsoft Game Studios,Day 1 Studios,,0.36,0.27,,0.08,0.01,2004-12-28, +/games/boxart/full_9726665AmericaFrontccc.jpg,Saban's Power Rangers: Lightspeed Rescue,N64,Action,THQ,Mass Media,,0.36,0.29,,0.06,0,2000-09-28, +/games/boxart/full_4803869PALFrontccc.jpg,Toukiden,PSV,Action,Tecmo Koei,Omega Force,,0.36,0.04,0.25,0.05,0.03,2014-02-11,2018-11-04 +/games/boxart/full_6268791AmericaFrontccc.png,SAW,PS3,Action,Konami,Zombie Studios,6,0.36,0.13,,0.17,0.06,2009-10-06, +/games/boxart/full_digging-for-dinosaurs_1AmericaFront.jpg,Digging for Dinosaurs,DS,Action,Scholastic Inc.,CokeM Interactive,,0.36,0.33,,,0.03,2010-10-26, +/games/boxart/full_tom-clancys-hawx-2_4AmericaFront.jpg,Tom Clancy's HAWX 2,X360,Action,Ubisoft,Ubisoft Bucharest,,0.36,0.24,0.01,0.09,0.03,2010-09-07, +/games/boxart/full_4737621AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,PS2,Action,THQ,Heavy Iron Studios,6.1,0.36,0.18,,0.14,0.05,2005-11-01, +/games/boxart/full_1125362AmericaFrontccc.jpg,G-Force,PSP,Action,Disney Interactive Studios,Keen Games,7,0.36,0.24,,0.07,0.05,2009-07-21, +/games/boxart/7541004ccc.jpg,Frogs And Flies,2600,Action,Mattel Interactive,Mattel,,0.36,0.33,,0.02,0,1982-01-01, +/games/boxart/407746ccc.jpg,Cubix Robots for Everyone: Clash 'n' Bash,GBA,Action,10TACLE Studios,Blitz Games,,0.36,0.26,,0.1,0.01,2002-06-24, +/games/boxart/full_2615528AmericaFrontccc.jpg,The Wonderful 101,WiiU,Action,Nintendo,PlatinumGames,8,0.36,0.15,0.08,0.11,0.02,2013-09-15,2018-03-14 +/games/boxart/full_5023810AmericaFrontccc.jpg,Fist of The North Star: Lost Paradise,PS4,Action,Sega,Sega,,0.36,0.09,0.18,0.05,0.03,2018-10-02,2018-09-11 +/games/boxart/full_1448556AmericaFrontccc.jpg,Medieval II: Total War Gold Edition,PC,Strategy,Sega,The Creative Assembly,,0.36,,,0.34,0.03,2008-02-05, +/games/boxart/full_1155003AmericaFrontccc.png,Okami HD,PS4,Action,Capcom,Clover Studio,,0.36,0.16,0.03,0.12,0.06,2017-12-12,2018-01-07 +/games/boxart/4228000ccc.jpg,The Chronicles of Narnia: Prince Caspian,Wii,Adventure,Disney Interactive Studios,Traveller's Tales,,0.36,0.31,,0.02,0.03,2008-05-15, +/games/boxart/9260529ccc.jpg,Harry Potter and the Chamber of Secrets,XB,Adventure,Electronic Arts,Eurocom Entertainment Software,,0.36,0.27,,0.08,0.01,2002-11-14, +/games/boxart/full_153138AmericaFrontccc.jpg,Wonder Pets! Save the Animals!,DS,Adventure,2K Play,Black Lantern Studios,,0.36,0.33,,0,0.02,2008-10-27, +/games/boxart/5746363ccc.jpg,Jurassic Park,NES,Action,Ocean,Ocean,,0.36,0.25,,0.1,0.01,1993-06-01, +/games/boxart/6711346ccc.jpg,Mystical Ninja starring Goemon,N64,Action,Konami,Konami Computer Entertainment Osaka,,0.36,0.07,0.23,0.02,0.04,1998-04-16, +/games/boxart/2815640ccc.jpg,TMNT,Wii,Action,Ubisoft,Ubisoft Montreal,,0.36,0.3,,0.03,0.03,2007-03-20, +/games/boxart/full_4729465AmericaFrontccc.jpg,Nintendo Labo: Toy-Con 02 Robot Kit,NS,Action,Nintendo,Nintendo EPD,7,0.36,0.18,0.08,0.08,0.03,2018-04-20,2018-11-18 +/games/boxart/full_spider-man-shattered-dimensions_0AmericaFront.jpg,Spider-Man: Shattered Dimensions,X360,Action,Activision,Beenox Studios,8.2,0.36,0.24,,0.09,0.03,2010-09-07, +/games/boxart/full_1761699JapanFrontccc.jpg,Sentouchu: Densetsu no Shinobi to Survival Battle!,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.36,,0.36,,,2013-10-17,2018-01-20 +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_393AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,PSP,Action,Disney Interactive Studios,Traveller's Tales,6.8,0.36,0.12,,0.15,0.08,2011-05-10, +/games/boxart/1638093ccc.jpg,NBA 2K6,XB,Action,2K Sports,Unknown,,0.36,0.27,,0.08,0.01,2005-09-26, +/games/boxart/full_8865223JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen Z Saisei-hen,PSP,Strategy,Namco Bandai Games,Banpresto,,0.36,,0.36,,,2012-04-05,2018-10-16 +/games/boxart/full_super-robot-taisen-a_46JapanFront.jpg,Super Robot Taisen A,GBA,Strategy,Banpresto,Banpresto,,0.36,,0.35,,0.01,2001-09-21, +/games/boxart/4176058ccc.jpg,ESPN NFL Football,XB,Sports,Sega,Visual Concepts,,0.36,0.27,,0.08,0.01,2003-09-03, +/games/boxart/full_8265731AmericaFrontccc.jpg,Assassin's Creed III,WiiU,Action-Adventure,Ubisoft,Ubisoft Montreal,7.7,0.36,0.19,,0.14,0.03,2012-11-18,2020-09-08 +/games/boxart/full_3759832AmericaFrontccc.jpg,Tetrisphere,N64,Puzzle,Nintendo,H2O Interactive,,0.36,0.29,,0.06,0,1997-08-11, +/games/boxart/2833590ccc.jpg,NARC,PS2,Shooter,Midway Games,Point of View,5.5,0.36,0.18,,0.14,0.05,2005-03-22, +/games/boxart/6281228ccc.jpg,GoldenEye: Rogue Agent,GC,Shooter,Electronic Arts,Dreamworks Games,5.9,0.36,0.28,,0.07,0.01,2004-11-22, +/games/boxart/full_4527976AmericaFrontccc.jpg,Destiny 2: Forsaken,PS4,Shooter,Activision,Bungie,,0.36,0.19,,0.11,0.06,2018-09-04,2018-08-07 +/games/boxart/4365874ccc.jpg,Enemy Territory: Quake Wars,PS3,Shooter,Activision,Z-Axis,,0.35,0.23,,0.07,0.04,2008-05-27, +/games/boxart/full_5971418AmericaFrontccc.jpg,Call of Duty: Ghosts,WiiU,Shooter,Activision,Infinity Ward,8.8,0.35,0.22,0.01,0.09,0.03,2013-11-05,2018-03-21 +/games/boxart/full_346700AmericaFrontccc.jpg,Metro: Last Light,X360,Shooter,Deep Silver,4a-games,,0.35,0.17,0,0.15,0.03,2013-05-14,2018-07-17 +/games/boxart/full_ea-sports-mma_0AmericaFront.jpg,EA Sports MMA,X360,Fighting,EA Sports,EA Tiburon,7.7,0.35,0.23,,0.09,0.03,2010-10-19, +/games/boxart/full_9573533AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Smash-Up,Wii,Fighting,Ubisoft,Game Arts,7.2,0.35,0.33,,0,0.03,2009-09-22, +/games/boxart/full_8533911AmericaFrontccc.jpg,Dead or Alive 5 Last Round,PS4,Fighting,Tecmo Koei,Team Ninja,7.1,0.35,0.09,0.09,0.13,0.04,2015-02-17,2018-11-20 +/games/boxart/full_3499700AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.35,0.07,,0.22,0.05,2016-06-28,2018-03-31 +/games/boxart/full_naruto-shippuden-ultimate-ninja-impact_360PALFront.jpg,Naruto Shippuden: Ultimate Ninja Impact,PSP,Fighting,Namco Bandai,CyberConnect2,,0.35,0.09,0.15,0.07,0.04,2011-10-18, +/games/boxart/full_4896514AmericaFrontccc.jpg,Guilty Gear X2,PS2,Fighting,Sammy Corporation,Arc System Works,,0.35,0.09,0.16,0.07,0.02,2003-02-03, +/games/boxart/2602135ccc.jpg,Street Fighter Alpha: Warriors' Dreams,SAT,Fighting,Capcom,Capcom,,0.35,,0.35,,,1996-06-06, +/games/boxart/full_3131102AmericaFrontccc.jpg,Dragon Ball Z: Extreme Butoden,3DS,Fighting,Namco Bandai Games,Arc System Works,5,0.35,0.13,0.17,0.03,0.02,2015-10-20,2018-01-17 +/games/boxart/2953057ccc.jpg,Bloody Roar 3,PS2,Fighting,Activision,Eighting / Raizing,,0.35,0.15,0.05,0.11,0.04,2001-06-25, +/games/boxart/full_9074342AmericaFrontccc.jpg,NBA 2K17,X360,Sports,2K Sports,Visual Concepts,,0.35,0.26,,0.06,0.04,2016-09-16,2018-03-28 +/games/boxart/full_9878581AmericaFrontccc.jpg,Disney Infinity,3DS,Action-Adventure,Disney Interactive Studios,Altron,,0.35,0.22,,0.11,0.03,2013-08-18,2018-01-21 +/games/boxart/full_8631871AmericaFrontccc.jpg,Gravity Rush 2,PS4,Action-Adventure,Sony Interactive Entertainment,SIE Japan Studio,,0.35,0.13,0.13,0.05,0.04,2017-01-20,2018-02-09 +/games/boxart/9354887ccc.jpg,Blasto,PS,Action,Sony Computer Entertainment,Unknown,4.6,0.35,0.2,,0.13,0.02,1998-04-01, +/games/boxart/1204ccc.jpg,Disney's Tarzan: Return to the Jungle,GBA,Action,Activision,Digital Eclipse,6.9,0.35,0.25,,0.09,0.01,2002-09-14, +/games/boxart/full_transformers-dark-of-the-moon_585AmericaFront.jpg,Transformers: Dark of the Moon,PS3,Action,Activision,High Moon Studios,5.5,0.35,0.11,,0.18,0.06,2011-06-14, +/games/boxart/full_6053785AmericaFrontccc.jpg,Star Wars: Flight of the Falcon,GBA,Action,THQ,Pocket Studios,,0.35,0.25,,0.09,0.01,2003-11-18, +/games/boxart/full_dragon-ball-z-budokai-tenkaichi-2-jp-sales_618JapanFront.jpg,Dragon Ball Z: Budokai Tenkaichi 2 (JP sales),Wii,Action,Unknown,Unknown,,0.35,0.15,0.14,0.05,0.01,, +/games/boxart/full_904552AmericaFrontccc.png,Hello Neighbor,PS4,Action,Gearbox Software,Dynamic Pixels,,0.35,0.13,,0.16,0.06,2018-07-27,2018-11-06 +/games/boxart/1451754ccc.jpg,Chicken Shoot,Wii,Action,"Destination Software, Inc",Destination Software,3,0.35,0.32,,0,0.02,2007-07-05, +/games/boxart/full_1291081AmericaFrontccc.jpg,Dark Void,PS3,Action,Capcom,Airtight Games,6.1,0.35,0.18,,0.12,0.05,2010-01-19, +/games/boxart/full_6267191AmericaFrontccc.jpg,The Fairly Odd Parents: Shadow Showdown,PS2,Platform,THQ,Blitz Games,5,0.35,0.17,,0.13,0.04,2004-09-08, +/games/boxart/full_3546206AmericaFrontccc.jpg,Command & Conquer: Red Alert 3 Ultimate Edition,PS3,Strategy,Electronic Arts,EA Los Angeles,7.4,0.35,0.14,,0.16,0.06,2009-03-23, +/games/boxart/full_tropico-4_271AmericaFront.jpg,Tropico 4,X360,Strategy,Kalypso,Haemimont Games,,0.35,0.2,,0.12,0.03,2011-10-18, +/games/boxart/full_9858509AmericaFrontccc.jpg,Nicktoons: Unite!,GC,Adventure,THQ,Blue Tongue,,0.35,0.27,,0.07,0.01,2005-10-27, +/games/boxart/full_u-sing_6PALFront.jpg,U-Sing,Wii,Misc,Mindscape,Mindscape Inc.,,0.35,,,0.32,0.03,2009-11-06, +/games/boxart/1555848ccc.jpg,Batman: Rise of Sin Tzu,PS2,Action,Ubisoft,Ubisoft Montreal,,0.35,0.17,,0.13,0.05,2003-10-16, +/games/boxart/full_520439AmericaFrontccc.jpg,The Sims 4: City Living,PC,Simulation,Electronic Arts,Maxis,,0.35,0.03,,0.3,0.02,2016-11-01,2018-05-29 +/games/boxart/full_5846479AmericaFrontccc.jpg,CSI: Deadly Intent - The Hidden Cases,DS,Adventure,Ubisoft,Other Ocean Interactive,,0.35,0.16,,0.16,0.04,2009-10-27, +/games/boxart/full_3860428AmericaFrontccc.jpg,Hannah Montana: The Movie,Wii,Adventure,Disney Interactive Studios,n-Space,,0.35,0.13,,0.18,0.04,2009-04-07, +/games/boxart/4836201ccc.jpg,Charlie and the Chocolate Factory,PS2,Adventure,Global Star Software,High Voltage Software,,0.35,0.17,,0.13,0.04,2005-07-11, +/games/boxart/376238ccc.jpg,Mega Man X3,SNES,Platform,Capcom,Capcom,,0.35,0.04,0.3,0.01,,1995-11-30, +/games/boxart/2989327ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GBA,Platform,THQ,Helixe,5.5,0.35,0.25,,0.09,0.01,2003-09-24, +/games/boxart/full_6103008AmericaFrontccc.jpg,The Tale of Despereaux,PS2,Platform,Brash Entertainment,Sensory Sweep Studios,,0.35,0.17,,0.13,0.04,2008-12-02, +/games/boxart/2100838ccc.jpg,Rugrats: Royal Ransom,PS2,Platform,THQ,Avalanche Software,,0.35,0.17,,0.13,0.04,2002-11-16, +/games/boxart/full_7349178AmericaFrontccc.jpg,Over the Hedge,GC,Platform,Activision,Edge of Reality,6.7,0.35,0.27,,0.07,0.01,2006-05-09, +/games/boxart/full_2505175AmericaFrontccc.jpg,Need for Speed Carbon,GC,Racing,Electronic Arts,EA Black Box,7.7,0.35,0.27,,0.07,0.01,2006-10-31, +/games/boxart/full_983919AmericaFrontccc.jpg,Stunt Race FX,SNES,Racing,Nintendo,Argonaut Games,,0.35,,0.35,,,1994-01-01, +/games/boxart/4078331ccc.jpg,WWE Crush Hour,PS2,Racing,THQ,Pacific Coast Power & Light,,0.35,0.17,,0.13,0.04,2003-03-17, +/games/boxart/184007ccc.jpg,Cabela's Outdoor Adventures (2006),PS2,Sports,Activision,Sand Grain Studios,,0.35,0.17,,0.14,0.05,2005-09-14, +/games/boxart/1614750ccc.jpg,MotoGP 08,X360,Racing,Capcom,MileStone Inc.,6.8,0.35,0.11,,0.2,0.04,2008-10-28, +/games/boxart/full_5805084AmericaFrontccc.jpg,Rally Cross 2,PS,Racing,989 Studios,Idol Minds,,0.35,0.19,,0.13,0.02,1998-10-31, +/games/boxart/4848635ccc.jpg,Aggressive Inline,PS2,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",8.7,0.35,0.17,,0.13,0.04,2002-05-28, +/games/boxart/full_4070854AmericaFrontccc.jpg,Karaoke Revolution,PS2,Misc,Konami,Harmonix Music Systems,,0.35,0.17,,0.13,0.04,2003-10-24, +/games/boxart/full_9136038AmericaFrontccc.jpg,Guitar Hero: Smash Hits,PS3,Misc,Activision,Neversoft Entertainment,7.4,0.35,0.2,,0.11,0.05,2009-06-16, +/games/boxart/full_2452546JapanFrontccc.jpg,Momotarou Dentetsu 12,PS2,Misc,Hudson Soft,Hudson Soft,,0.35,,0.35,,,2003-12-11, +/games/boxart/full_7577154PALFrontccc.jpg,Skylanders SWAP Force,XOne,Misc,Activision,Unknown,,0.35,0.25,,0.07,0.03,2013-11-22, +/games/boxart/full_def-jam-rapstar_9AmericaFront.jpg,Def Jam Rapstar,PS3,Misc,Konami,4mm Games / Terminal Reality,7.4,0.35,0.27,,0.04,0.04,2010-10-05, +/games/boxart/full_8506904AmericaFrontccc.jpg,Sega Genesis Classics,PS4,Misc,Sega,Sega,,0.35,0.08,,0.21,0.05,2018-05-29,2018-09-22 +/games/boxart/full_823313AmericaFrontccc.jpg,The Sims 4: Get Together,PC,Simulation,Electronic Arts,Maxis,,0.35,0.05,,0.27,0.02,2015-12-08,2018-05-29 +/games/boxart/1957730ccc.jpg,Outlaw Golf 2,PS2,Sports,Global Star Software,Hypnotix,,0.35,0.17,,0.14,0.05,2004-11-25, +/games/boxart/2751720ccc.jpg,Cabela's Dangerous Hunts,XB,Sports,Activision,FUN Labs,,0.35,0.26,,0.08,0.01,2003-11-11, +/games/boxart/5472608ccc.jpg,College Hoops 2K8,PS2,Sports,2K Sports,Visual Concepts,,0.35,0.17,,0.13,0.04,2007-11-19, +/games/boxart/3731395ccc.jpg,Xbox Music Mixer,XB,Misc,Microsoft,WildTangent,,0.35,0.26,,0.08,0.01,2003-10-27, +/games/boxart/full_6391208AmericaFrontccc.jpg,Guitar Hero: Metallica,PS2,Misc,Activision,BudCat Creations,,0.35,0.17,,0.13,0.04,2009-04-14, +/games/boxart/full_7349452AmericaFrontccc.jpg,World of Final Fantasy,PSV,Role-Playing,Square Enix,Square Enix,,0.35,0.09,0.09,0.11,0.06,2016-10-25,2018-05-23 +/games/boxart/848681ccc.jpg,EverGrace,PS2,Role-Playing,Agetec,From Software,6.2,0.35,0.1,0.15,0.08,0.03,2000-10-24, +/games/boxart/full_5893644AmericaFrontccc.jpg,Lunar 2: Eternal Blue Complete,PS,Role-Playing,Working Designs,Game Arts,8.1,0.35,0.19,,0.13,0.02,2000-12-15, +/games/boxart/1412360ccc.jpg,Suikoden V,PS2,Role-Playing,Konami,Hudson Soft,7.9,0.35,0.08,0.19,0.06,0.02,2006-03-21, +/games/boxart/367323ccc.jpg,Persona 2: Eternal Punishment,PS,Role-Playing,Atlus,Atlus Co.,8.7,0.35,0.03,0.28,0.02,0.02,2000-12-22, +/games/boxart/full_might-ampamp-magic-heroes-vi_903AmericaFront.jpg,Might & Magic Heroes VI,PC,Role-Playing,Ubisoft,Black Hole Games,7.4,0.35,0.15,,0.14,0.05,2011-10-13, +/games/boxart/full_4834324AmericaFrontccc.jpg,Press Your Luck 2010 Edition,Wii,Misc,Ubisoft,Ludia Inc.,,0.35,0.33,,,0.03,2009-10-27, +/games/boxart/full_2330197AmericaFrontccc.jpg,Hello Kitty Daily,DS,Misc,Aspyr,Dorart,,0.35,0.32,,,0.03,2008-11-14, +/games/boxart/3821390ccc.jpg,NFL Street,GC,Sports,EA Sports BIG,EA Tiburon,8.3,0.35,0.27,,0.07,0.01,2004-01-13, +/games/boxart/full_6189861JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 7,PS2,Sports,Konami,Diamond Head,,0.35,,0.35,,,2000-07-06, +/games/boxart/2573530ccc.jpg,Resident Evil: Dead Aim,PS2,Shooter,Capcom,Cavia Inc.,6.7,0.35,0.17,,0.13,0.04,2003-06-18, +/games/boxart/full_686990AmericaFrontccc.jpg,Terminator Salvation,X360,Shooter,Warner Bros. Interactive,Halcyon,5.2,0.35,0.13,0,0.18,0.04,2009-05-19, +/games/boxart/full_from-tv-animation-one-piece-tobidase-kaizokudan_779JapanFront.jpg,From TV Animation One Piece: Tobidase Kaizokudan!,PS,Role-Playing,Bandai,Bandai,,0.35,,0.32,,0.02,2001-08-02, +/games/boxart/full_6052574PALFrontccc.jpg,Football Manager Handheld 2010,PSP,Sports,Sega,Sports Interactive,6,0.35,,,0.27,0.09,2009-10-30, +/games/boxart/full_9524189AmericaFrontccc.jpg,AMF Bowling World Lanes,Wii,Sports,Bethesda Softworks,Vir2L Studios,,0.35,0.33,,,0.03,2008-11-25, +/games/boxart/full_1487007JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 13,PS2,Sports,Konami,PawaPuro Production,,0.35,,0.35,,,2006-07-13, +/games/boxart/full_7055672AmericaFrontccc.jpg,NHL 2K10,Wii,Sports,2K Sports,Visual Concepts,8.2,0.35,0.32,,0.01,0.03,2009-09-15, +/games/boxart/full_1862419JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2000,N64,Sports,Konami,Diamond Head,,0.35,,0.29,,0.06,2000-04-29, +/games/boxart/full_9408102JapanFrontccc.jpg,Picross 2,GB,Puzzle,Nintendo,Jupiter Multimedia,,0.35,,0.35,,0,1996-10-19, +/games/boxart/6955995ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,PS2,Shooter,Ubisoft,Red Storm Entertainment,,0.35,0.17,,0.13,0.04,2005-09-06, +/games/boxart/6206730ccc.gif,Metal Arms: Glitch in the System,PS2,Shooter,VU Games,Mass Media,,0.35,0.17,,0.13,0.04,2003-11-18, +/games/boxart/full_tiger-woods-pga-tour-12-the-masters_889AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,Wii,Sports,EA Sports,EA Tiburon,,0.35,0.2,,0.12,0.03,2011-03-29, +/games/boxart/5064809ccc.jpg,MLB 06: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.3,0.35,0.32,,,0.03,2006-02-28, +/games/boxart/full_3233011AmericaFrontccc.jpg,Madden NFL 13,PSV,Sports,EA Sports,EA Tiburon,6.2,0.35,0.28,,,0.07,2012-08-28,2018-01-04 +/games/boxart/5422835ccc.jpg,Backyard Baseball 2006,GBA,Sports,Atari,Game Brains,,0.35,0.25,,0.09,0.01,2005-03-16, +/games/boxart/full_9916491AmericaFrontccc.jpg,Def Jam Icon,X360,Action,Electronic Arts,Unknown,6.3,0.35,0.3,0,0.01,0.03,2007-03-06, +/games/boxart/full_3235053AmericaFrontccc.jpg,Saban's Power Rangers: Lightspeed Rescue,PS,Action,THQ,Climax Group,,0.35,0.19,,0.13,0.02,2000-09-26, +/games/boxart/1636870ccc.jpg,Worms: Open Warfare 2,DS,Strategy,THQ,Team17 Software / Two Tribes,,0.35,0.07,,0.24,0.04,2007-09-04, +/games/boxart/full_yu-gi-oh-5ds-tag-force-5_3AmericaFront.jpg,Yu-Gi-Oh! 5D's Tag Force 5,PSP,Strategy,Konami,Konami,,0.35,0.13,0.14,0.05,0.03,2010-10-26, +/games/boxart/full_2682806AmericaFrontccc.jpg,SpongeBob's Boating Bash,Wii,Misc,THQ,Impulse Games,,0.35,0.24,,0.07,0.03,2010-03-02, +/games/boxart/full_mini-ninjas_383AmericaFront.jpg,Mini Ninjas,PS3,Action,Eidos Interactive,IO Interactive,7.4,0.34,0.14,,0.15,0.06,2009-09-08, +/games/boxart/full_410654AmericaFrontccc.jpg,Driver 2 Advance,GBA,Action,Atari,Sennari Interactive,6.8,0.34,0.25,,0.09,0.01,2002-10-22, +/games/boxart/7626839ccc.jpg,UEFA Euro 2008 Austria-Switzerland,X360,Sports,Electronic Arts,Unknown,,0.34,0.08,,0.23,0.03,2008-05-19, +/games/boxart/full_5869180AmericaFrontccc.jpg,Risk / Battleship / Clue,GBA,Misc,DSI Games,Gravity-I,,0.34,0.25,,0.09,0.01,2005-08-21, +/games/boxart/full_9824658AmericaFrontccc.jpg,Lego Legends of Chima: Laval's Journey,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.34,0.2,,0.11,0.03,2013-06-25,2018-01-22 +/games/boxart/full_146900AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,PS2,Misc,Disney Interactive Studios,Page 44 Studios,,0.34,0.17,,0.13,0.04,2008-10-28, +/games/boxart/5682572ccc.jpg,Monopoly,PS3,Misc,Electronic Arts,EA Bright Light,,0.34,0.25,,0.06,0.03,2008-10-20, +/games/boxart/full_4962616AmericaFrontccc.jpg,Smart Girl's Party Game,DS,Misc,UFO Interactive,Starfish Inc.,,0.34,0.31,,0,0.02,2008-10-23, +/games/boxart/full_7349099JapanFrontccc.jpg,Project Versus J,PS3,Misc,Namco Bandai Games,Unknown,,0.34,0.07,0.2,0.05,0.02,2015-06-30, +/games/boxart/full_708305AmericaFrontccc.jpg,Disney Sing It: Pop Hits,PS2,Misc,Disney Interactive Studios,Zoe Mode,,0.34,0.1,,0.02,0.22,2009-10-06, +/games/boxart/full_bejeweled-3_767AmericaFront.jpg,Bejeweled 3,DS,Puzzle,PopCap Games,PopCap Games,,0.34,0.29,,0.02,0.03,2011-11-15, +/games/boxart/5052970ccc.jpg,Iron Storm,SAT,Strategy,Working Designs,SystemSoft,,0.34,,0.34,,0,1996-01-01, +/games/boxart/full_9541633AmericaFrontccc.jpg,SimCity Creator,DS,Simulation,Electronic Arts,The Sims Studio,,0.34,0.29,,0.02,0.03,2008-09-22, +/games/boxart/9712535ccc.jpg,Thunderstrike: Operation Phoenix,PS2,Simulation,Eidos Interactive,Core Design Ltd.,,0.34,0.17,,0.13,0.04,2001-10-15, +/games/boxart/4148197ccc.jpg,Pirates of the Caribbean: At World's End,X360,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.34,0.29,,0.02,0.03,2007-05-22, +/games/boxart/5070472ccc.jpg,Trauma Center: Second Opinion,Wii,Simulation,Atlus,Atlus Co.,8.2,0.34,0.28,0.03,0.01,0.03,2006-11-14, +/games/boxart/full_9044608AmericaFrontccc.jpg,Monster Rancher 4,PS2,Simulation,Tecmo,Tecmo,,0.34,0.08,0.19,0.06,0.02,2003-11-13, +/games/boxart/full_tom-clancys-ghost-recon-shadow-wars-3d_382AmericaFront.jpg,Tom Clancy's Ghost Recon: Shadow Wars,3DS,Strategy,Ubisoft,Ubisoft,7.9,0.34,0.22,,0.1,0.03,2011-03-22, +/games/boxart/1410926ccc.jpg,The Eye of Judgment,PS3,Strategy,Sony Computer Entertainment,SCE Japan Studio,7.5,0.34,0.28,0.02,0,0.03,2007-10-24,2018-09-16 +/games/boxart/full_the-sims-3-town-life-stuff_693AmericaFront.jpg,The Sims 3: Town Life Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.34,0.11,,0.18,0.05,2011-07-26, +/games/boxart/full_1918640AmericaFrontccc.jpg,The Urbz: Sims in the City,XB,Simulation,Electronic Arts,Maxis,,0.34,0.22,,0.11,0.01,2004-11-09, +/games/boxart/full_6338570AmericaFrontccc.jpg,Shaun White Snowboarding,PSP,Sports,Ubisoft,Ubisoft Montreal,6.3,0.34,0.26,,0.04,0.03,2008-11-16, +/games/boxart/7778349ccc.jpg,MXRider,PS2,Racing,Infogrames,Paradigm Entertainment,,0.34,0.16,,0.13,0.04,2001-10-30, +/games/boxart/full_9239679AmericaFrontccc.jpg,Supreme Commander 2,X360,Strategy,Square Enix,Gas Powered Games,8.2,0.34,0.23,,0.09,0.03,2010-03-16, +/games/boxart/4426976ccc.jpg,Backstreet Billiards,PS,Misc,ASCII Entertainment,argent,7.2,0.34,0.19,,0.13,0.02,1998-11-30, +/games/boxart/full_6201294AmericaFrontccc.jpg,WipEout 3,PS,Racing,Sony Computer Entertainment,Psygnosis,,0.34,0.19,,0.13,0.02,1999-09-30, +/games/boxart/full_3351424AmericaFrontccc.jpg,Danganronpa: Trigger Happy Havoc,PSV,Adventure,NIS America,Spike Chunsoft,,0.34,0.09,0.15,0.06,0.05,2014-02-11,2018-01-11 +/games/boxart/full_6116323AmericaFrontccc.jpg,Leisure Suit Larry: Magna Cum Laude,PS2,Adventure,VU Games,High Voltage Software,,0.34,0.17,,0.13,0.04,2004-10-05, +/games/boxart/4189749ccc.jpg,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,PS2,Adventure,Buena Vista,Capcom,,0.34,0.17,,0.13,0.04,2005-10-10, +/games/boxart/full_the-shoot_5AmericaFront.jpg,The Shoot,PS3,Shooter,Sony Computer Entertainment,Cohort Studios,,0.34,0.13,0.01,0.15,0.05,2010-10-26, +/games/boxart/full_1881898AmericaFrontccc.jpg,Dynasty Warriors 6 Empires,PS3,Action,KOEI,Omega Force,6.4,0.34,0.14,0.15,0.03,0.02,2009-06-23, +/games/boxart/full_5101289AmericaFrontccc.jpg,Tiny Tank,PS,Action,Sony Computer Entertainment,Appaloosa Interactive,,0.34,0.19,,0.13,0.02,1999-09-01, +/games/boxart/3525111ccc.jpg,Bank Heist,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,0.34,0.32,,0.02,0,1983-01-01, +/games/boxart/full_sd-gundam-g-generation-world_705JapanFront.jpg,SD Gundam G Generation World,PSP,Strategy,Namco Bandai,Tom Create,,0.34,,0.34,,,2011-02-24, +/games/boxart/full_4292681AmericaFrontccc.jpg,Battalion Wars 2,Wii,Strategy,Nintendo,Kuju Entertainment,7.7,0.34,0.22,0.08,0.02,0.02,2007-10-29, +/games/boxart/7188446ccc.jpg,World Championship Poker 2: Featuring Howard Lederer,PS2,Misc,Crave Entertainment,Point of View,,0.34,0.16,,0.13,0.04,2005-11-08, +/games/boxart/4935711ccc.jpg,Frostbite,2600,Action,Activision,Activision,,0.34,0.32,,0.02,0,1983-08-14, +/games/boxart/full_6981996AmericaFrontccc.jpg,SpongeBob SquarePants: The Yellow Avenger,DS,Action,THQ,Tantatus Interactive,,0.34,0.31,,0,0.02,2005-11-07, +/games/boxart/8855545ccc.jpg,Freeway,2600,Action,Activision,Activision,,0.34,0.32,,0.02,0,1981-01-01, +/games/boxart/9925249ccc.jpg,Fade to Black,PS,Action,Electronic Arts,Delphine Software International,,0.34,0.19,,0.13,0.02,1996-06-24, +/games/boxart/full_3738643AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,PS2,Action,Namco Bandai,Omega Force,4.9,0.34,0.04,0.25,0.03,0.01,2009-04-21, +/games/boxart/full_6223818AmericaFrontccc.jpg,Iron Man 2,DS,Action,Sega,"Sega Studios, San Francisco",,0.34,0.14,,0.16,0.03,2010-05-04, +/games/boxart/full_6834294AmericaFrontccc.jpg,Remember Me,PS3,Action,Capcom,DONTNOD Entertainment,,0.34,0.1,,0.18,0.05,2013-06-04,2018-02-03 +/games/boxart/full_8363169AmericaFrontccc.jpg,Mini Ninjas,DS,Action,Eidos Interactive,IO Interactive,,0.34,0.16,,0.15,0.04,2009-09-08, +/games/boxart/6340698ccc.jpg,Dynasty Warriors 5 Empires,PS2,Action,KOEI,Omega Force,6.3,0.34,0.11,0.12,0.09,0.03,2006-03-28, +/games/boxart/full_8327564AmericaFrontccc.jpg,Pirates of the Caribbean: At World's End,DS,Action,Disney Interactive Studios,Amaze Entertainment,,0.34,0.3,0.01,0.01,0.03,2007-05-22, +/games/boxart/1606200ccc.jpg,Teenage Mutant Ninja Turtles,GC,Action,Konami,Konami,,0.34,0.26,,0.07,0.01,2003-10-31, +/games/boxart/full_7810399AmericaFrontccc.jpg,Tenchu Z,X360,Action,Microsoft,K2 LLC,5.7,0.34,0.27,0.02,0.02,0.03,2007-06-12, +/games/boxart/5821119ccc.jpg,Fantastic Voyage,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,0.34,0.32,,0.02,0,1982-01-01, +/games/boxart/6317616ccc.jpg,Conan,PS3,Action,THQ,Nihilistic Software,,0.34,0.13,,0.15,0.05,2007-10-23, +/games/boxart/4794668ccc.jpg,Alien's Return,2600,Action,ITT Family Games,Gem International Corporation,,0.34,0.32,,0.02,0,1983-01-01, +/games/boxart/full_656714PALFrontccc.jpg,Guitar Hero Live,X360,Music,Activision,FreeStyleGames,,0.34,0.2,,0.11,0.03,2015-10-20,2018-03-15 +/games/boxart/full_7099220AmericaFrontccc.jpg,Just Dance 2017,XOne,Music,Ubisoft,Ubisoft Paris,,0.34,0.25,,0.05,0.03,2016-10-25,2018-04-06 +/games/boxart/full_4559745AmericaFrontccc.jpg,Divinity: Original Sin,PS4,Role-Playing,Focus Home Interactive,Larian Studios,,0.34,0.13,0.04,0.13,0.05,2015-10-27, +/games/boxart/full_950245AmericaFrontccc.jpg,Star Ocean: Second Evolution,PSP,Role-Playing,Square Enix,TOSE Software,8,0.34,0.14,0.16,0.02,0.02,2009-01-20, +/games/boxart/full_8335987AmericaFrontccc.jpg,The Wild Thornberrys Movie,GBA,Platform,THQ,"Human Soft, Inc.",,0.34,0.25,,0.09,0.01,2002-11-13, +/games/boxart/5326605ccc.jpg,Classic NES Series: Ice Climber,GBA,Platform,Nintendo,Nintendo,,0.34,0.1,0.2,0.04,0.01,2004-06-02, +/games/boxart/full_2050010AmericaFrontccc.jpg,The Fairly Odd Parents: Shadow Showdown,GBA,Platform,THQ,Helixe,,0.34,0.25,,0.09,0.01,2004-09-20, +/games/boxart/full_lord-of-arcana_532AmericaFront.jpg,Lord of Arcana,PSP,Role-Playing,Square Enix,Square Enix,4.7,0.34,0.08,0.17,0.05,0.04,2011-01-25, +/games/boxart/full_spy-hunter_9AmericaFront.jpg,Spy Hunter,XB,Racing,Midway Games,Point of View,,0.34,0.25,,0.07,0.01,2002-03-10, +/games/boxart/1248620ccc.jpg,Night Warriors: Darkstalkers' Revenge,SAT,Fighting,Capcom,Capcom,,0.34,,0.34,,0,1996-02-22, +/games/boxart/full_4898456AmericaFrontccc.jpg,WWE Day of Reckoning 2,GC,Fighting,THQ,Yuke's Future Media Creators,8.3,0.34,0.26,,0.07,0.01,2005-08-29, +/games/boxart/full_785538PALFrontccc.jpg,Odin Sphere: Leifthrasir,PS4,Role-Playing,Atlus,Vanillaware,,0.34,0.14,0.09,0.07,0.04,2016-06-07, +/games/boxart/720395ccc.gif,Puzzle Quest: Challenge of the Warlords,DS,Puzzle,D3 Publisher,1st Playable Productions,,0.34,0.28,0.03,0.01,0.02,2007-03-20, +/games/boxart/full_4990495AmericaFrontccc.jpg,Tekken Tag Tournament 2,X360,Fighting,Namco Bandai Games,Bandai Namco Games,,0.34,0.19,0.01,0.11,0.03,2012-09-11,2018-04-21 +/games/boxart/9736709ccc.jpg,F.E.A.R.,X360,Shooter,Vivendi Games,Day 1 Studios,8.6,0.34,0.28,,0.03,0.03,2006-10-31, +/games/boxart/full_2387855AmericaFrontccc.png,Marvel vs. Capcom: Infinite,XOne,Fighting,Capcom,Capcom,,0.34,0.26,,0.05,0.03,2017-09-19,2018-09-22 +/games/boxart/full_wwe-all-stars_413AmericaFront.jpg,WWE All Stars,X360,Fighting,THQ,THQ,7.7,0.34,0.18,,0.14,0.03,2011-03-29, +/games/boxart/full_4895408AmericaFrontccc.jpg,Point Blank,PS,Shooter,Namco,Namco,,0.34,0.05,0.23,0.03,0.02,1998-04-30, +/games/boxart/full_1998981AmericaFrontccc.jpg,Sniper: Ghost Warrior 2,PS3,Shooter,City Interactive,City Interactive,,0.34,0.05,0.03,0.2,0.05,2013-03-12, +/games/boxart/8272467ccc.jpg,Delta Force: Black Hawk Down,XB,Shooter,NovaLogic,Climax Group,,0.34,0.25,,0.07,0.01,2005-07-26, +/games/boxart/2054263ccc.jpg,Off Road Challenge,N64,Racing,Midway Games,Avalanche Software,,0.34,0.27,,0.06,0,1998-06-01, +/games/boxart/6069382ccc.jpg,Carnival,2600,Shooter,Coleco,Coleco,,0.34,0.32,,0.02,0,1982-01-01, +/games/boxart/2131738ccc.jpg,Speed Racer: The Videogame,DS,Racing,Warner Bros. Interactive,Virtuos Games,,0.34,0.28,,0.04,0.03,2008-05-06, +/games/boxart/full_twisted-metal_20AmericaFront.jpg,Twisted Metal,PS3,Racing,Sony Computer Entertainment,Eat Sleep Play,,0.34,0.32,,,0.03,2012-02-14,2018-08-06 +/games/boxart/full_4615325AmericaFrontccc.jpg,007 Legends,PS3,Shooter,Activision,Eurocom,,0.34,0.11,,0.17,0.06,2012-10-16,2018-10-16 +/games/boxart/full_21841AmericaFrontccc.jpg,MotorStorm: Arctic Edge,PS2,Racing,Sony Computer Entertainment,Virtuos,7.4,0.34,0.07,,0.03,0.25,2009-10-20, +/games/boxart/3924172ccc.jpg,Hitman: Contracts,XB,Shooter,Eidos Interactive,IO Interactive,,0.34,0.26,,0.07,0.01,2004-04-20, +/games/boxart/full_2247046AmericaFrontccc.jpg,NBA 2K17,PS3,Sports,2K Sports,Visual Concepts,,0.34,0.16,0.02,0.11,0.05,2016-09-16,2018-03-28 +/games/boxart/1859344ccc.jpg,NHL 09,PS3,Sports,Electronic Arts,EA Canada,,0.34,0.29,,0.02,0.03,2008-09-09, +/games/boxart/6331677ccc.jpg,MVP 06 NCAA Baseball,XB,Sports,EA Sports,EA Canada,,0.34,0.25,,0.07,0.01,2006-01-18, +/games/boxart/2510784ccc.jpg,Marvel Super Heroes,PS,Fighting,Capcom,Capcom,,0.34,0.19,,0.13,0.02,1997-09-29, +/games/boxart/full_7904542AmericaFrontccc.jpg,The King of Fighters XIV,PS4,Fighting,Atlus,SNK Playmore,,0.34,0.21,0.06,0.02,0.05,2016-08-23,2018-05-30 +/games/boxart/full_5554088AmericaFrontccc.jpg,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,PS3,Sports,Sega,Eurocom Entertainment Software,,0.34,0.09,,0.19,0.07,2010-01-12, +/games/boxart/full_nba-2k12_861AmericaFront.jpg,NBA 2K12,Wii,Sports,2K Sports,Visual Concepts,,0.34,0.29,,0.03,0.02,2011-10-04, +/games/boxart/full_7291981JapanFrontccc.jpg,Dragon Ball Heroes: Ultimate Mission 2,3DS,Fighting,Namco Bandai Games,Dimps Corporation,,0.34,,0.34,,,2014-08-07,2018-01-22 +/games/boxart/full_racquet-sports_0AmericaFront.jpg,Racquet Sports,PS3,Sports,Ubisoft,Asobo Studio,4.2,0.34,0.11,,0.17,0.06,2010-09-14, +/games/boxart/full_8624525PALFrontccc.jpg,Football Manager Handheld 2008,PSP,Sports,Sega,Sports Interactive,,0.34,,,0.33,0,2007-11-30, +/games/boxart/full_5194337AmericaFrontccc.jpg,Imagine: Movie Star,DS,Simulation,Ubisoft,Powerhead Games,,0.34,0.31,,0,0.03,2008-11-18, +/games/boxart/full_1953549AmericaFrontccc.jpg,My Baby Boy,DS,Simulation,SouthPeak Interactive,Dancing Dots,,0.34,0.3,,0.02,0.03,2008-11-04, +/games/boxart/2073274ccc.jpg,Avatar: The Last Airbender - The Burning Earth,DS,Action,THQ,TOSE Software,,0.34,0.31,,0,0.03,2007-10-16, +/games/boxart/full_dancedancerevolution_183PALFront.jpg,DanceDanceRevolution,Wii,Simulation,Konami,Konami,,0.34,0.28,,0.04,0.02,2010-11-16, +/games/boxart/full_herbie-fully-loaded_645AmericaFront.jpg,Herbie: Fully Loaded,GBA,Racing,Buena Vista,Climax Group,5,0.34,0.24,,0.09,0.01,2005-07-12, +/games/boxart/full_6676128JapanFrontccc.jpg,Momotarou Dentetsu DS: Tokyo & Japan,DS,Misc,Hudson Soft,Hudson Soft,,0.34,,0.34,,,2007-04-26, +/games/boxart/full_1388987PALFrontccc.jpg,Kurushi Final: Mental Blocks,PS,Puzzle,Sony Computer Entertainment,SCEI,,0.34,,0.32,,0.02,1999-08-01, +/games/boxart/full_wwe-12_593AmericaFront.jpg,WWE '12,Wii,Fighting,THQ,"Yuke's Co., Ltd.",,0.34,0.23,,0.09,0.03,2011-11-22,2019-01-29 +/games/boxart/full_7554702AmericaFrontccc.jpg,Skylanders: Trap Team,3DS,Misc,Activision,Toys for Bob,,0.34,0.21,,0.1,0.03,2014-10-05,2018-01-23 +/games/boxart/full_3481145AmericaFrontccc.jpg,Angry Birds: Star Wars,3DS,Puzzle,Activision,Exient Entertainment,,0.34,0.15,,0.16,0.03,2013-10-29,2018-01-20 +/games/boxart/full_676401AmericaFrontccc.jpg,Super Bust-A-Move,PS2,Puzzle,Acclaim Entertainment,Taito Corporation,,0.34,0.17,,0.13,0.04,2000-11-26, +/games/boxart/3688661ccc.jpg,FIFA Street 3,X360,Sports,EA Sports BIG,EA Canada,,0.34,0.17,,0.14,0.04,2008-02-18, +/games/boxart/full_disney-fairies-tinker-bell-and-the-great-fairy-rescue_7AmericaFront.jpg,Disney Fairies: Tinker Bell and the Great Fairy Rescue,DS,Adventure,Disney Interactive Studios,Hyde,,0.33,0.17,,0.12,0.03,2010-09-21, +/games/boxart/full_5578542AmericaFrontccc.jpg,Beyond Good & Evil,PS2,Adventure,Ubisoft,Ubisoft Montpellier,8.3,0.33,0.16,,0.13,0.04,2003-11-11, +/games/boxart/full_7934630JapanFrontccc.jpg,Sakura Wars 3: Paris wa Moeteiru ka,DC,Adventure,Sega,Overworks,,0.33,,0.33,,0,2001-03-22, +/games/boxart/full_6678952AmericaFrontccc.jpg,Avatar: The Last Airbender,DS,Adventure,THQ,AWE Games,,0.33,0.3,,0.01,0.02,2006-10-10, +/games/boxart/full_6464947AmericaFrontccc.jpg,Chicken Riot,Wii,Action,City Interactive,City Interactive,,0.33,0.14,,0.16,0.03,2010-02-16, +/games/boxart/full_9330579AmericaFrontccc.jpg,Samurai Warriors 2: Xtreme Legends (JP sales),PS2,Action,KOEI,Omega Force,,0.33,,0.33,,,2008-03-18, +/games/boxart/4630017ccc.jpg,Teen Titans,GC,Action,THQ,A2M,6.3,0.33,0.25,,0.07,0.01,2006-05-24, +/games/boxart/9585018ccc.jpg,BattleTanx,N64,Action,3DO,3DO,,0.33,0.26,,0.06,0,1998-12-31, +/games/boxart/9628897ccc.gif,Tokyo Highway Battle,PS,Racing,Crave Entertainment,Genki,,0.33,0.06,0.21,0.04,0.02,1996-09-30, +/games/boxart/full_15537AmericaFrontccc.jpg,Spy Kids 3-D: Game Over,GBA,Platform,Disney Interactive Studios,Digital Eclipse,,0.33,0.24,,0.09,0.01,2003-06-30, +/games/boxart/full_8218556JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden,PS,Fighting,Tomy Corporation,Yuke's Media Creations,,0.33,,0.3,,0.02,1995-09-29, +/games/boxart/full_7740042AmericaFrontccc.jpg,Dead or Alive 5,X360,Fighting,Tecmo Koei,Team Ninja,7.6,0.33,0.2,0.03,0.08,0.03,2012-09-25,2018-01-23 +/games/boxart/3359112ccc.jpg,Street Fighter Alpha 3 MAX,PSP,Fighting,Capcom,Capcom,7.8,0.33,0.27,0.02,0.01,0.03,2006-02-07, +/games/boxart/full_the-king-of-fighters-xiii_297AmericaFront.jpg,The King of Fighters XIII,X360,Fighting,Atlus,SNK Playmore Corporation,,0.33,0.23,0.01,0.07,0.03,2011-11-22, +/games/boxart/full_2494675AmericaFrontccc.jpg,Legends of Wrestling II,PS2,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.33,0.16,,0.13,0.04,2002-11-26, +/games/boxart/9708121ccc.jpg,WWE Wrestlemania XIX,GC,Fighting,THQ,Yuke's,7.8,0.33,0.26,,0.07,0.01,2003-09-08, +/games/boxart/full_9253015JapanFrontccc.jpg,Custom Robo,N64,Fighting,Unknown,Noise Inc.,,0.33,,0.29,,0.04,, +/games/boxart/4262780ccc.jpg,Power Rangers: Ninja Storm,GBA,Platform,THQ,Natsume,,0.33,0.24,,0.09,0.01,2003-09-05, +/games/boxart/full_1348041AmericaFrontccc.jpg,Kirby: Battle Royale,3DS,Fighting,Nintendo,HAL Laboratory,6,0.33,0.07,0.2,0.05,0.01,2018-01-19,2018-01-03 +/games/boxart/full_7660913JapanFrontccc.jpg,Naruto: Gekitou Ninja Taisen! 4,GC,Fighting,Tomy Corporation,Eighting,,0.33,,0.32,,0.01,2005-11-21, +/games/boxart/3735371ccc.jpg,Call of Duty 2: Big Red One,GC,Shooter,Activision,Treyarch,7.5,0.33,0.25,,0.07,0.01,2005-11-01, +/games/boxart/full_7397589AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,XB,Shooter,Ubisoft,Ubisoft Shanghai,,0.33,0.21,,0.11,0.01,2006-03-09, +/games/boxart/7184459ccc.jpg,Fracture,X360,Shooter,LucasArts,Day 1 Studios,4,0.33,0.15,0,0.14,0.04,2008-10-07, +/games/boxart/full_2004622AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds,PS4,Shooter,Sony Interactive Entertainment,PUBG Corporation,,0.33,0.13,,0.15,0.05,2018-12-07,2018-11-18 +/games/boxart/full_4083538PALFrontccc.jpg,Parodius,PS,Shooter,Konami,Konami,,0.33,,0.31,,0.02,1996-01-01, +/games/boxart/full_3815817AmericaFrontccc.jpg,Sniper Elite III,X360,Shooter,505 Games,Rebellion Developments,,0.33,0.18,,0.12,0.03,2014-07-01,2018-09-22 +/games/boxart/4823096ccc.jpg,NeoGeo Battle Coliseum,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.33,0.16,,0.13,0.04,2007-12-17, +/games/boxart/full_mystery-case-files-the-malgrave-incident_812AmericaFront.jpg,Mystery Case Files: The Malgrave Incident,Wii,Adventure,Nintendo,Big Fish Games,6.3,0.33,0.17,,0.13,0.03,2011-06-27, +/games/boxart/full_the-adventures-of-tintin-the-game_946PALFront.jpg,The Adventures of Tintin: The Game,Wii,Adventure,Ubisoft,Ubisoft,,0.33,0.12,,0.16,0.04,2011-12-06, +/games/boxart/full_7190310AmericaFrontccc.jpg,Alien: Isolation,PS3,Adventure,Sega,Creative Assembly,,0.33,0.12,,0.16,0.05,2014-10-07,2018-01-06 +/games/boxart/full_9307873AmericaFrontccc.jpg,Scooby-Doo! First Frights,PS2,Adventure,Warner Bros. Interactive,Torus Games,,0.33,0.14,,0.03,0.16,2009-09-22, +/games/boxart/full_8926243AmericaFrontccc.jpg,Clock Tower 3,PS2,Adventure,Capcom,SunSoft,7,0.33,0.1,0.12,0.08,0.03,2003-03-18, +/games/boxart/full_6243288JapanFrontccc.jpg,Taiko Drum Master: Don and Katsu's Space-Time Great Adventure,3DS,Music,Namco Bandai Games,Namco Bandai Games,,0.33,,0.33,,,2014-06-26,2018-01-23 +/games/boxart/6636844ccc.jpg,Dr. Mario / Puzzle League,GBA,Puzzle,Nintendo,Intelligent Systems,7.5,0.33,0.12,0.16,0.04,0.01,2005-11-28, +/games/boxart/4573941ccc.jpg,MX vs. ATV Untamed,Wii,Racing,THQ,Rainbow Studios,,0.33,0.28,,0.03,0.02,2008-02-18, +/games/boxart/748182ccc.jpg,Bomberman World,PS,Puzzle,Atlus,Hudson Soft,6.5,0.33,0.06,0.22,0.04,0.02,1998-09-22, +/games/boxart/full_2353646AmericaFrontccc.jpg,BookWorm,DS,Puzzle,PopCap Games,PopCap Games,,0.33,0.3,,0.01,0.02,2009-12-08, +/games/boxart/3660502ccc.gif,Planet Puzzle League,DS,Puzzle,Nintendo,Intelligent Systems,8.6,0.33,0.14,0.16,0.01,0.01,2007-06-04, +/games/boxart/full_7901204JapanFrontccc.jpg,Kidou Senshi Gundam F91: Formula Senki 0122,SNES,Strategy,Bandai,Bandai,,0.33,,0.33,,0,1991-07-06, +/games/boxart/full_8755873AmericaFrontccc.jpg,"Warhammer 40,000: Squad Command",PSP,Strategy,THQ,RedLynx,6.6,0.33,0.11,,0.14,0.08,2007-11-12, +/games/boxart/full_9766353AmericaFrontccc.jpg,NASCAR Thunder 2002,XB,Racing,EA Sports,EA Tiburon,,0.33,0.25,,0.07,0.01,2001-11-14, +/games/boxart/full_4217974AmericaFrontccc.jpg,The Crew 2,XOne,Racing,Ubisoft,Ivory Tower,,0.33,0.2,,0.1,0.03,2018-06-29,2018-07-19 +/games/boxart/full_626746AmericaFrontccc.jpg,GT Advance Championship Racing,GBA,Racing,THQ,MTO,7.5,0.33,0.24,,0.09,0.01,2001-06-08, +/games/boxart/full_we-sing-deutsche-hits_169PALFront.jpg,We Sing Deutsche Hits,Wii,Misc,Nordic Games,Le Cortex,,0.33,,,0.29,0.04,2011-05-26, +/games/boxart/full_4398844AmericaFrontccc.jpg,Discovery Kids: Puppy Playtime,DS,Simulation,505 Games,505 Games,,0.33,0.3,,,0.02,2009-03-24, +/games/boxart/full_9406064AmericaFrontccc.jpg,Style Lab: Jewelry Design,DS,Simulation,Ubisoft,1st Playable Productions,,0.33,0.3,,,0.02,2009-11-10, +/games/boxart/1240794ccc.jpg,Mega Man ZX Advent,DS,Platform,Capcom,Inti Creates,7.6,0.33,0.22,0.09,0,0.02,2007-10-23, +/games/boxart/full_cabelas-dangerous-hunts-2011_9AmericaFront.jpg,Cabela's Dangerous Hunts 2011,PS3,Sports,Activision,Cauldron,,0.33,0.26,,0.04,0.03,2010-10-19, +/games/boxart/full_7116112AmericaFrontccc.jpg,Virtua Tennis 2009,X360,Sports,Sega,Sumo Digital,,0.33,0.12,,0.18,0.03,2009-06-09, +/games/boxart/full_9335242AmericaFrontccc.jpg,NBA 2K10,PSP,Sports,2K Sports,Visual Concepts,5.5,0.33,0.3,0,0,0.03,2009-10-06, +/games/boxart/8754235ccc.jpg,Kelly Slater's Pro Surfer,PS2,Sports,Activision,Treyarch,,0.33,0.16,,0.13,0.04,2002-09-16, +/games/boxart/full_1162507JapanFrontccc.jpg,World Stadium 3,PS,Sports,Namco,Namco,,0.33,,0.31,,0.02,1999-04-08, +/games/boxart/full_extra-bases_659AmericaFront.jpg,Extra Bases,GB,Sports,Bandai,Namco,,0.33,,0.33,,,1991-04-01, +/games/boxart/2525587ccc.jpg,Deathtrap Dungeon,PS,Action,Eidos Interactive,Unknown,,0.33,0.19,,0.13,0.02,1998-03-31, +/games/boxart/full_8846918AmericaFrontccc.jpg,SSX Blur,Wii,Sports,EA Sports BIG,EA Montreal,,0.33,0.29,,0.01,0.02,2007-02-27, +/games/boxart/full_1191471AmericaFrontccc.jpg,NCAA GameBreaker 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.33,0.18,,0.12,0.02,2000-08-21, +/games/boxart/full_1462909AmericaFrontccc.jpg,MVP Baseball 2005,GC,Sports,EA Sports,EA Canada,8.7,0.33,0.25,,0.07,0.01,2005-02-22, +/games/boxart/default.jpg,NCAA Basketball 10,PS3,Sports,Electronic Arts,EA Canada,,0.33,0.31,,,0.03,2009-11-17, +/games/boxart/full_7832431AmericaFrontccc.jpg,The Sims 2,GC,Simulation,Electronic Arts,Maxis,7.6,0.33,0.26,,0.07,0.01,2005-10-24, +/games/boxart/full_1385446JapanFrontccc.jpg,BeatMania Append GottaMix,PS,Simulation,Konami,Konami,,0.33,,0.31,,0.02,1999-05-27, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_938AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,X360,Action,Electronic Arts,EA Bright Light,4.8,0.33,0.19,,0.11,0.03,2011-07-12, +/games/boxart/full_3287913JapanFrontccc.jpg,Super Power League 2,SNES,Sports,Hudson Soft,Hudson Soft,,0.33,,0.33,,0,1994-08-03, +/games/boxart/1410356ccc.jpg,EA Playground,DS,Sports,Electronic Arts,Piranha Games,,0.33,0.29,,0.01,0.03,2007-10-23, +/games/boxart/1104790ccc.jpg,NBA Live 96,PS,Sports,Electronic Arts,EA Canada,,0.33,0.16,0.04,0.11,0.02,1996-03-01, +/games/boxart/5367683ccc.jpg,MLB 08: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.3,0.33,0.3,,,0.02,2008-03-04, +/games/boxart/full_6847132AmericaFrontccc.jpg,Call of Duty: Infinite Warfare,PC,Shooter,Activision,Infinity Ward,,0.33,0.12,,0.19,0.03,2016-11-04,2018-01-14 +/games/boxart/full_deus-ex-invisible-war_911AmericaFront.jpg,Deus Ex: Invisible War,XB,Shooter,Eidos Interactive,Ion Storm,8.5,0.33,0.25,,0.07,0.01,2003-12-02, +/games/boxart/full_8732708AmericaFrontccc.jpg,Etrian Odyssey,DS,Role-Playing,Atlus,Atlus Co. / Lancarse,7.4,0.33,0.19,0.09,0.03,0.02,2007-05-15, +/games/boxart/full_9805906AmericaFrontccc.jpg,Medal of Honor: Warfighter,PC,Shooter,Electronic Arts,Danger Close Games,,0.33,0.14,,0.16,0.03,2012-10-23,2018-01-13 +/games/boxart/3513160ccc.jpg,Fight Night Round 3,XB,Fighting,EA Sports,EA Chicago,,0.33,0.26,,0.06,0.01,2006-02-23, +/games/boxart/full_5386159AmericaFrontccc.jpg,Untold Legends: The Warriors Code,PSP,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,6.8,0.33,0.14,,0.12,0.08,2006-03-28, +/games/boxart/full_3251244AmericaFrontccc.jpg,Resonance of Fate,X360,Role-Playing,Sega,tri-Ace,7.4,0.33,0.12,0.06,0.13,0.03,2010-03-16, +/games/boxart/4342683ccc.jpg,Disgaea: Hour of Darkness,PS2,Role-Playing,Atlus,Nippon Ichi Software,8.8,0.33,0.16,,0.13,0.04,2003-08-27, +/games/boxart/full_3302971AmericaFrontccc.jpg,Tokyo Mirage Sessions #FE,WiiU,Role-Playing,Nintendo,Atlus,8,0.33,0.17,0.08,0.06,0.02,2016-06-24,2020-07-23 +/games/boxart/full_1741221AmericaFrontccc.jpg,Farming Simulator 17,XOne,Simulation,Focus Home Interactive,Giants Software,,0.33,0.19,,0.11,0.03,2016-10-25,2018-04-06 +/games/boxart/5646643ccc.jpg,Disgaea 2: Cursed Memories,PS2,Role-Playing,NIS America,Nippon Ichi Software,7.9,0.33,0.09,0.15,0.07,0.02,2006-08-29, +/games/boxart/full_fable-iii_130AmericaFront.jpg,Fable III,PC,Role-Playing,Microsoft Game Studios,Lionhead Studios,7,0.33,0.11,,0.17,0.05,2011-05-17, +/games/boxart/full_6174277AmericaFrontccc.jpg,Valkyria Chronicles Remastered,PS4,Role-Playing,Sega,Sega,,0.33,0.14,0.08,0.08,0.04,2016-05-17,2018-09-11 +/games/boxart/full_fateextra_790AmericaFront.jpg,Fate/Extra,PSP,Role-Playing,Aksys Games,imageepoch Inc.,,0.33,0.19,0.1,0.01,0.03,2011-11-01, +/games/boxart/full_4284929AmericaFrontccc.jpg,The Witcher: Enhanced Edition,PC,Role-Playing,Atari,CD Projekt Red Studio,8.3,0.33,0.32,,0.01,,2008-09-16, +/games/boxart/9952864ccc.jpg,Ape Escape Academy,PSP,Party,Sony Computer Entertainment,Shift,5.3,0.33,0.13,,0.15,0.05,2006-01-17,2018-09-18 +/games/boxart/full_minute-to-win-it_65AmericaFront.jpg,Minute to win it,X360,Misc,Zoo Games,Zoo Entertainment Inc.,,0.33,0.3,,,0.03,2011-10-18, +/games/boxart/full_the-x-factor_9PALFront.jpg,The X-Factor,Wii,Misc,Deep Silver,Deep Silver,,0.33,,,0.29,0.04,2010-10-29, +/games/boxart/full_def-jam-rapstar_0AmericaFront.jpg,Def Jam Rapstar,Wii,Misc,Konami,4mm Games / Terminal Reality,,0.33,0.29,,0.02,0.02,2010-10-05, +/games/boxart/full_6368982AmericaFrontccc.jpg,Hell's Kitchen: The Game,Wii,Simulation,Ubisoft,Ludia Inc.,,0.33,0.3,,0,0.03,2008-09-09, +/games/boxart/4193832ccc.jpg,Jeanne d'Arc,PSP,Role-Playing,Sony Computer Entertainment,Level 5,8.4,0.33,0.21,0.1,,0.02,2007-08-21, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_895AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,Wii,Action,Electronic Arts,EA Bright Light,,0.33,0.17,,0.13,0.03,2011-07-12, +/games/boxart/7242259ccc.jpg,Frogger II: Threeedeep!,2600,Action,Parker Bros.,Parker Bros,,0.33,0.31,,0.02,0,1984-01-01, +/games/boxart/full_8375080AmericaFrontccc.jpg,Iron Man 2,Wii,Action,Sega,"Sega Studios, San Francisco",,0.33,0.15,,0.15,0.03,2010-05-04, +/games/boxart/5529659ccc.jpg,Fireball,2600,Action,Unknown,Starpath Corp.,,0.33,0.3,,0.02,0,1982-01-01, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_253AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,PS3,Action,Electronic Arts,EA Bright Light,,0.33,0.14,,0.14,0.05,2011-07-12, +/games/boxart/full_2312694AmericaFrontccc.jpg,Shrek SuperSlam,GBA,Action,Activision,Amaze Entertainment / Griptonite Games,,0.33,0.24,,0.09,0.01,2005-10-25, +/games/boxart/full_6171080AmericaFrontccc.jpg,Binary Domain,PS3,Action,Sega,Amusement Vision,,0.33,0.09,0.14,0.07,0.03,2012-02-28,2018-02-16 +/games/boxart/full_135577AmericaFrontccc.jpg,Way of the Samurai 2,PS2,Action,Capcom,Acquire,,0.33,0.05,0.23,0.04,0.01,2004-07-07, +/games/boxart/2610101ccc.jpg,Capcom Classics Collection Reloaded,PSP,Misc,Capcom,Capcom,7.1,0.33,0.26,0.03,0,0.03,2006-10-24, +/games/boxart/full_deca-sports-freedom_3AmericaFront.jpg,DECA Sports Freedom,X360,Sports,Hudson Soft,Hudson Soft,3,0.33,0.27,,0.04,0.02,2010-11-18, +/games/boxart/3694039ccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,PS2,Misc,Crave Entertainment,FarSight Studios,,0.33,0.16,,0.12,0.04,2004-11-16, +/games/boxart/full_5203415JapanFrontccc.jpg,DX Game of Life 2,PS,Misc,Takara,Takara,,0.33,,0.31,,0.02,1997-07-24, +/games/boxart/full_family-party-90-great-games-party-pack_242AmericaFront.jpg,Family Party: 90 Great Games Party Pack,Wii,Misc,D3 Publisher,D3 Publisher,,0.33,0.31,,0,0.02,2010-10-26, +/games/boxart/full_buzz-the-ultimate-music-quiz_3PALFront.jpg,Buzz! The Ultimate Music Quiz,PS3,Misc,Sony Computer Entertainment,Relentless Software,,0.33,,,0.25,0.08,2010-10-15, +/games/boxart/full_5826203AmericaFrontccc.jpg,Banjo-Kazooie: Grunty's Revenge,GBA,Platform,THQ,Rare Ltd.,6.6,0.33,0.24,,0.09,0.01,2003-09-10, +/games/boxart/7750345ccc.jpg,Klonoa 2: Lunatea's Veil,PS2,Platform,Namco,Namco,9.4,0.33,0.12,0.08,0.1,0.03,2001-07-25, +/games/boxart/full_4868845AmericaFrontccc.jpg,Tak 2: The Staff of Dreams,GC,Platform,THQ,Avalanche Software,,0.33,0.26,,0.07,0.01,2004-10-11, +/games/boxart/full_8880428AmericaFrontccc.jpg,Classic NES Series: Castlevania,GBA,Platform,Nintendo,Konami,7.4,0.33,0.17,0.09,0.06,0.01,2004-10-25, +/games/boxart/1570864ccc.jpg,Pitfall 3D: Beyond the Jungle,PS,Platform,Activision,Activision,,0.33,0.18,,0.12,0.02,1998-02-28, +/games/boxart/875977ccc.jpg,Spongebob Squarepants: Creature from the Krusty Krab,GC,Platform,THQ,Blitz Games,,0.33,0.25,,0.07,0.01,2006-10-16, +/games/boxart/full_638463JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS 2 + Jouyou Kanji Jiten,DS,Misc,Rocket Company,Imagineer,,0.33,,0.33,,,2007-09-27, +/games/boxart/full_326858AmericaFrontccc.jpg,NBA Live 06,GC,Sports,EA Sports,EA Canada,,0.33,0.25,,0.07,0.01,2005-09-26, +/games/boxart/full_4757925AmericaFrontccc.jpg,Major League Baseball 2K6,XB,Sports,2K Sports,Kush Games,7.3,0.33,0.24,,0.07,0.01,2006-04-03, +/games/boxart/full_9224710AmericaFrontccc.jpg,MLB 09: The Show,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.33,0.16,,0.13,0.04,2009-03-03,2018-12-04 +/games/boxart/full_6377195AmericaFrontccc.jpg,Cool Boarders 2001,PS2,Sports,Sony Computer Entertainment,Idol Minds Digital Entertainment,,0.33,0.16,,0.13,0.04,2001-05-21, +/games/boxart/full_7833982JapanFrontccc.jpg,Battle Dodge Ball,SNES,Sports,Banpresto,Banpresto,,0.33,,0.33,,,1991-07-20, +/games/boxart/full_9353070AmericaFrontccc.jpg,Murdered: Soul Suspect,PS4,Action-Adventure,Square Enix,Airtight Games,,0.33,0.09,0.02,0.17,0.05,2014-06-03,2018-08-06 +/games/boxart/full_7745798JapanFrontccc.jpg,Sengoku Musou 3 Z,PS3,Action,Tecmo Koei,Omega Force,,0.33,,0.33,,,2011-02-10,2018-04-24 +/games/boxart/full_samurai-warriors-3z_455JapanFront.jpg,Samurai Warriors 3Z,PS3,Action,Tecmo Koei,Omega Force,,0.33,,0.33,,,2011-02-10, +/games/boxart/full_5936185AmericaFrontccc.jpg,Dishonored: Death of the Outsider,PS4,Action,Bethesda Softworks,Arkane Studios,,0.33,0.1,,0.18,0.05,2017-09-15,2018-03-03 +/games/boxart/full_7403070AmericaFrontccc.jpg,Night at the Museum: Battle of the Smithsonian,DS,Action,Majesco,"Pipeworks Software, Inc.",,0.33,0.12,,0.18,0.04,2009-05-05, +/games/boxart/full_4910275AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.33,0.21,,0.09,0.03,2017-09-22,2018-05-29 +/games/boxart/full_hulk_470AmericaFront.jpg,Hulk,XB,Action,Universal Interactive,Radical Entertainment,,0.33,0.25,,0.07,0.01,2003-05-27, +/games/boxart/full_4432655AmericaFrontccc.jpg,Ninja Blade,X360,Action,Microsoft,From Software,6.7,0.33,0.14,0.02,0.14,0.03,2009-04-07, +/games/boxart/full_2056150AmericaFrontccc.jpg,Golden Axe: Beast Rider,X360,Action,Sega,Secret Level,4,0.33,0.19,,0.11,0.03,2008-10-14, +/games/boxart/9515837ccc.jpg,Bee Movie Game,Wii,Action,Activision,Smart Bomb Interactive,,0.33,0.3,,0.01,0.03,2007-11-05, +/games/boxart/full_6153928AmericaFrontccc.jpg,Disney's Treasure Planet,PS2,Action,Sony Computer Entertainment,Bizarre Creations,,0.33,0.16,,0.13,0.04,2002-11-11, +/games/boxart/full_9738604AmericaFrontccc.jpg,LEGO Harry Potter Collection,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.33,0.15,,0.16,0.03,2018-10-30,2018-10-27 +/games/boxart/4856372ccc.jpg,Naruto: Rise of a Ninja,X360,Action,Ubisoft,Ubisoft Montreal,7.8,0.33,0.29,,0.01,0.03,2007-10-30, +/games/boxart/full_977714AmericaFrontccc.jpg,Ultimate NES Remix,3DS,Action,Nintendo,Nintendo,7,0.33,0.19,,0.11,0.03,2014-12-05,2018-05-29 +/games/boxart/full_3151976AmericaFrontccc.jpg,Night at the Museum: Battle of the Smithsonian,Wii,Action,Majesco,"Pipeworks Software, Inc.",,0.33,0.17,,0.13,0.03,2009-05-05, +/games/boxart/full_3483664AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PS3,Action,Electronic Arts,Bright Light Productions,,0.33,0.15,,0.13,0.05,2009-06-30, +/games/boxart/full_3703575AmericaFrontccc.jpg,Transformers: Revenge of the Fallen -- Decepticons,DS,Action,Activision,Vicarious Visions,,0.33,0.17,,0.13,0.03,2009-06-23, +/games/boxart/full_4054778AmericaFrontccc.jpg,Folklore,PS3,Role-Playing,Sony Computer Entertainment,Game Republic,7.5,0.32,0.2,0.05,0.04,0.03,2007-10-09, +/games/boxart/full_7711532JapanFrontccc.jpg,Shin Momotarou Densetsu,SNES,Role-Playing,Hudson Soft,Hudson Soft,,0.32,,0.32,,,1993-12-24, +/games/boxart/full_9505639JapanFrontccc.jpg,Live A Live,SNES,Role-Playing,Square,SquareSoft,,0.32,,0.32,,,1994-09-02, +/games/boxart/full_9661186AmericaFrontccc.jpg,Bleach: Shattered Blade,Wii,Fighting,Sega,Polygon Magic,5.3,0.32,0.21,0.08,0.01,0.02,2007-10-09, +/games/boxart/full_shin-megami-tensei-persona-2-innocent-sin_200AmericaFront.jpg,Shin Megami Tensei: Persona 2: Innocent Sin,PSP,Role-Playing,Atlus,Atlus Co.,7,0.32,0.14,0.11,0.04,0.04,2011-09-20, +/games/boxart/full_9476369AmericaFrontccc.jpg,Street Fighter Alpha 2,SAT,Fighting,Capcom,Capcom,8.1,0.32,,0.32,,,1996-09-30, +/games/boxart/full_7564098AmericaFrontccc.jpg,Bust-A-Move '99,PS,Puzzle,Acclaim Entertainment,Taito Corporation,7.7,0.32,0.18,,0.12,0.02,1999-02-28, +/games/boxart/full_7306702AmericaFrontccc.jpg,Borderlands: The Pre-Sequel,PC,Misc,2K Games,Unknown,,0.32,0.14,,0.15,0.03,2014-10-14, +/games/boxart/full_710857AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol Encore 2,Wii,Misc,Konami,Blitz Games,,0.32,0.3,,,0.02,2008-11-18, +/games/boxart/full_3465942AmericaFrontccc.jpg,Extreme Pinball,PS,Misc,Electronic Arts,Epic Games,,0.32,0.18,,0.12,0.02,1996-03-28, +/games/boxart/full_kirby-block-ball_48AmericaFront.jpg,Kirby's Block Ball,GB,Puzzle,Nintendo,HAL Laboratory,,0.32,,0.32,,,1996-05-01, +/games/boxart/full_1347552JapanFrontccc.jpg,Tetris 2 + Bombliss,NES,Puzzle,BPS,ChunSoft,,0.32,,0.32,,,1991-12-13, +/games/boxart/full_3122757JapanFrontccc.jpg,Puzzle & Dragons X: God Chapter / Dragon Chapter,3DS,Puzzle,GungHo Online Entertainment,GungHo Online Entertainment,,0.32,,0.32,,,2016-07-28,2018-07-17 +/games/boxart/full_867634AmericaFrontccc.jpg,Battlestations: Pacific,X360,Strategy,Eidos Interactive,Eidos Studios Hungary,,0.32,0.17,0.01,0.11,0.03,2009-05-12, +/games/boxart/full_8586521JapanFrontccc.jpg,Dragon Quest Monsters: Battle Road Victory,Wii,Strategy,Square Enix,Armor Project/Bird Studio,,0.32,,0.32,,,2010-07-15, +/games/boxart/full_7555449JapanFrontccc.jpg,Momotarou Dentetsu 20-Shuunen,DS,Misc,Hudson Soft,Hudson Soft,,0.32,,0.32,,,2008-12-18, +/games/boxart/full_wipeout-2_152AmericaFront.jpg,Wipeout 2,Wii,Misc,Activision,Endemol,,0.32,0.3,,,0.02,2011-10-11, +/games/boxart/3489105ccc.jpg,Dynasty Warriors 4 Empires,PS2,Action,KOEI,Omega Force,,0.32,,0.32,,,2004-08-31,2017-12-31 +/games/boxart/full_3797957AmericaFrontccc.jpg,Final Fantasy XI: Online,PS2,MMO,Square Enix,Square Enix,8.4,0.32,0.08,0.15,0.06,0.02,2004-09-21,2018-04-22 +/games/boxart/full_6920385AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,Wii,Role-Playing,Activision,n-Space,5.6,0.32,0.25,,0.05,0.03,2009-09-15, +/games/boxart/306515ccc.jpg,Eternal Sonata,X360,Role-Playing,Namco Bandai,Tri-Crescendo,7.9,0.32,0.19,0.08,0.04,0.02,2007-09-17, +/games/boxart/full_5861233AmericaFrontccc.jpg,Chibi-Robo! Zip Lash,3DS,Platform,Nintendo,Nintendo,5.5,0.32,0.14,0.07,0.09,0.02,2015-10-09,2018-01-14 +/games/boxart/6405382ccc.jpg,Rayman 2: The Great Escape,PS,Platform,Ubisoft,Ubisoft Shanghai,8.7,0.32,0.18,,0.12,0.02,2000-09-15, +/games/boxart/1397572ccc.jpg,Frogger's Adventures: The Rescue,PS2,Platform,Konami,Konami,,0.32,0.16,,0.12,0.04,2003-10-29, +/games/boxart/full_8792320AmericaFrontccc.jpg,Final Fantasy XI: Wings of the Goddess,X360,Role-Playing,Square Enix,Square Enix,6.5,0.32,0.28,0.02,0,0.03,2007-11-20, +/games/boxart/full_5711842JapanFrontccc.jpg,One Piece: Romance Dawn,PSP,Role-Playing,Namco Bandai Games,Three Rings,,0.32,,0.32,,,2012-12-20,2018-10-17 +/games/boxart/full_6356080AmericaFrontccc.jpg,SpongeBob SquarePants: Double Pack,GBA,Platform,THQ,THQ,,0.32,0.23,,0.08,0.01,2005-03-08, +/games/boxart/full_5939708AmericaFrontccc.jpg,Heart of Darkness,PS,Platform,Interplay,Amazing Studios,,0.32,0.18,,0.12,0.02,1998-07-31, +/games/boxart/full_little-deviants_680AmericaFront.jpg,Little Deviants,PSV,Platform,Sony Computer Entertainment,Bigbig Studios,,0.32,0.14,,0.13,0.05,2012-02-15, +/games/boxart/full_3361590AmericaFrontccc.jpg,Madden NFL 2002,GBA,Sports,EA Sports,BudCat Creations,,0.32,0.23,,0.08,0.01,2001-11-20, +/games/boxart/full_6774228AmericaFrontccc.jpg,Harvest Moon: Back to Nature,PS,Simulation,Natsume,Victor Interactive Software,,0.32,0.11,0.12,0.07,0.02,2000-11-22, +/games/boxart/427155ccc.jpg,Dance Dance Revolution Universe,X360,Simulation,Konami,Bemani,,0.32,0.3,,,0.02,2007-02-27, +/games/boxart/full_503708AmericaFrontccc.jpg,Pony Friends 2,DS,Simulation,Square Enix,Tantalus Interactive,,0.32,0.21,,0.09,0.02,2010-02-23, +/games/boxart/9126957ccc.jpg,Sky Odyssey,PS2,Simulation,Activision,CAProduction,,0.32,0.16,,0.12,0.04,2000-11-15, +/games/boxart/full_3541112JapanFrontccc.jpg,Seaman: Kindan no Pet - Gaze Hakushi no Jikken Shima,PS2,Simulation,ASCII Entertainment,VIVARIUM Inc.,,0.32,,0.32,,,2001-11-15, +/games/boxart/full_9451539PALFrontccc.jpg,Farming Simulator 19,XOne,Simulation,Focus Home Interactive,Giants Software,,0.32,0.19,,0.09,0.03,2018-11-20,2018-12-19 +/games/boxart/full_8311025JapanFrontccc.jpg,The Conveni: Ano Machi wo Dokusen Seyo,PS,Simulation,Human Entertainment,Human Entertainment,,0.32,,0.3,,0.02,1997-03-28, +/games/boxart/full_2542730AmericaFrontccc.jpg,Littlest Pet Shop: City Friends,DS,Simulation,Electronic Arts,EA Salt Lake,,0.32,0.29,,0,0.02,2009-10-20, +/games/boxart/8116339ccc.jpg,"Ed, Edd n Eddy: Jawbreakers!",GBA,Adventure,BAM! Entertainment,Crawfish Interactive - Climax,5,0.32,0.23,,0.08,0.01,2002-09-15, +/games/boxart/9188250ccc.jpg,Riven: The Sequel to Myst,PS,Adventure,Acclaim Entertainment,SunSoft,,0.32,0.18,,0.12,0.02,1997-11-30, +/games/boxart/full_9329267AmericaFrontccc.jpg,Goosebumps HorrorLand,DS,Adventure,Scholastic Inc.,Gusto Games,,0.32,0.29,,0,0.02,2008-11-04, +/games/boxart/5793246ccc.jpg,Shenmue II,XB,Adventure,Microsoft,Sega-AM2,7.9,0.32,0.22,,0.08,0.01,2002-10-28, +/games/boxart/full_silent-hill-downpour_501AmericaFront.jpg,Silent Hill: Downpour,X360,Adventure,Konami,Konami,,0.32,0.22,,0.08,0.03,2012-03-13, +/games/boxart/9538294ccc.jpg,Prince of Persia: The Sands of Time,GC,Adventure,Ubisoft,Ubisoft Montreal,9,0.32,0.25,,0.06,0.01,2003-11-18, +/games/boxart/full_8574847AmericaFrontccc.jpg,Hatsune Miku: Project Diva F 2nd,PSV,Music,Sega,Sega,,0.32,0.08,0.16,0.05,0.04,2014-11-18,2018-10-24 +/games/boxart/4243448ccc.jpg,"Monsters, Inc.",PS2,Adventure,Sony Computer Entertainment,Artificial Mind and Movement,,0.32,0.15,,0.12,0.04,2002-03-19, +/games/boxart/full_1869378JapanFrontccc.jpg,Shin Super Robot Taisen Special Disk,PS,Strategy,Banpresto,Banpresto,,0.32,,0.3,,0.02,1997-03-28, +/games/boxart/200555ccc.jpg,Kingdom Under Fire: The Crusaders,XB,Strategy,Microsoft,Phantagram,,0.32,0.24,,0.07,0.01,2004-10-12, +/games/boxart/full_8006738AmericaFrontccc.jpg,Romance of the Three Kingdoms VII,PS2,Strategy,KOEI,Koei,,0.32,0.08,0.16,0.06,0.02,2002-06-25, +/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_6AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,DS,Platform,D3 Publisher,Griptonite Games,,0.32,0.22,,0.08,0.03,2010-10-05, +/games/boxart/full_3356621AmericaFrontccc.jpg,My Baby: First Steps,DS,Simulation,SouthPeak Interactive,Nobilis,,0.32,0.27,,0.03,0.02,2009-11-03, +/games/boxart/full_6482483AmericaFrontccc.jpg,Rock Band Country Track Pack,PS2,Misc,MTV Games,Harmonix Music Systems,,0.32,0.16,,0.12,0.04,2009-07-21, +/games/boxart/full_5902471AmericaFrontccc.jpg,Sega Smash Pack,GBA,Misc,THQ,CodeFire,,0.32,0.23,,0.08,0.01,2002-09-23, +/games/boxart/full_3716423AmericaFrontccc.png,Birthday Party Bash,Wii,Misc,2K Play,Cat Daddy Games,,0.32,0.29,,0,0.02,2009-07-14, +/games/boxart/full_4402750PALFrontccc.jpg,LEGO The Lord of the Rings,PSV,Misc,Warner Bros. Interactive Entertainment,TT Fusion,,0.32,0.09,,0.16,0.07,2012-10-30,2018-01-04 +/games/boxart/full_442469JapanFrontccc.jpg,Momotarou Dentetsu Happy,SNES,Misc,Hudson Soft,Hudson Soft,,0.32,,0.32,,,1996-12-06, +/games/boxart/default.jpg,NCAA Basketball 10,X360,Sports,Electronic Arts,EA Canada,,0.32,0.3,,,0.03,2009-11-17, +/games/boxart/full_6768804AmericaFrontccc.jpg,Championship Bass,PS,Sports,EA Sports,EA Seattle,7.1,0.32,0.18,,0.12,0.02,2000-03-07, +/games/boxart/4020968ccc.jpg,NHL Breakaway 98,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.32,0.3,,0.02,0,1998-02-26, +/games/boxart/full_8030198PALFrontccc.jpg,Kurushi Final: Mental Blocks,PS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,0.32,,0.32,,,1999-08-01, +/games/boxart/260706ccc.jpg,Beautiful Katamari,X360,Puzzle,Namco Bandai,Now Production,7.3,0.32,0.14,0.15,0.02,0.02,2007-10-16, +/games/boxart/2639998ccc.jpg,FIFA Street 3,PS3,Sports,EA Sports BIG,EA Canada,,0.32,0.08,0,0.18,0.06,2008-02-18, +/games/boxart/full_8680131AmericaFrontccc.jpg,Madden NFL 09,DS,Sports,EA Sports,EA Tiburon,,0.32,0.3,,0,0.02,2008-08-12, +/games/boxart/full_2641823AmericaFrontccc.jpg,Batman: Arkham Origins,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,0.32,0.19,0,0.1,0.03,2013-10-25,2018-04-13 +/games/boxart/full_407379AmericaFrontccc.jpg,MLB 07: The Show,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.32,0.29,,,0.03,2007-05-15,2018-12-04 +/games/boxart/7815457ccc.jpg,Tony Hawk's American Wasteland,X360,Sports,Activision,Neversoft Entertainment,8.2,0.32,0.28,,0.01,0.03,2005-11-16, +/games/boxart/full_4754795AmericaFrontccc.jpg,Nagano Winter Olympics 98,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.32,0.15,0.13,0.04,0,1998-01-10, +/games/boxart/full_8280367AmericaFrontccc.jpg,FIFA 2001 Major League Soccer,PS,Sports,EA Sports,EA Canada,,0.32,0.18,,0.12,0.02,2000-11-14, +/games/boxart/full_6293453AmericaFrontccc.jpg,ESPN X-Games Pro Boarder,PS,Sports,Electronic Arts,Radical Entertainment,,0.32,0.18,,0.12,0.02,1998-10-31, +/games/boxart/4506459ccc.jpg,UEFA Euro 2008 Austria-Switzerland,PS2,Sports,Electronic Arts,Unknown,,0.32,0.03,,0,0.28,2008-05-19, +/games/boxart/full_rugby-world-cup-2011_453PALFront.jpg,Rugby World Cup 2011,PS3,Sports,505 Games,HB Studios Multimedia,4.5,0.32,,,0.25,0.07,2011-08-26, +/games/boxart/full_8643279AmericaFrontccc.jpg,Virtua Striker 2,DC,Sports,Sega,Sega,,0.32,,0.32,,,2000-02-29, +/games/boxart/2482387ccc.jpg,Disney's Extreme Skate Adventure,PS2,Sports,Activision,Toys for Bob,,0.32,0.16,,0.12,0.04,2003-09-03, +/games/boxart/full_4250452JapanFrontccc.jpg,Derby Stallion DS,DS,Sports,Enterbrain,ParityBit,,0.32,,0.32,,,2008-06-26, +/games/boxart/full_cabelas-dangerous-hunts-2011_289AmericaFront.jpg,Cabela's Dangerous Hunts 2011,X360,Sports,Activision,Cauldron,,0.32,0.28,,0.01,0.02,2010-10-19, +/games/boxart/full_24595AmericaFrontccc.jpg,The Biggest Loser,DS,Sports,THQ,Webfoot Technologies,,0.32,0.18,,0.11,0.03,2009-10-06, +/games/boxart/7213102ccc.jpg,NBA 2K3,XB,Sports,Sega,Visual Concepts,,0.32,0.24,,0.07,0.01,2002-10-09, +/games/boxart/7679639ccc.jpg,All-Star Baseball 2005,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.32,0.16,,0.12,0.04,2004-04-08, +/games/boxart/3145479ccc.jpg,NFL Fever 2004,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.32,0.24,,0.07,0.01,2003-08-27, +/games/boxart/3545312ccc.jpg,NBA Street V3,XB,Sports,EA Sports BIG,EA Canada,,0.32,0.28,,0.03,0.01,2005-02-08, +/games/boxart/1583144ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,GBA,Action,Konami,Konami,,0.32,0.23,,0.09,0.01,2004-10-19, +/games/boxart/315909ccc.jpg,Elebits,Wii,Action,Konami,Konami,7.3,0.32,0.22,0.08,0.01,0.02,2006-12-12, +/games/boxart/full_7571514AmericaFrontccc.jpg,Nicktoons: Movin,PS2,Action,THQ,Unknown,,0.32,0.16,,0.12,0.04,2004-10-21, +/games/boxart/full_66977JapanFrontccc.jpg,No.1 Muscle Ranking - Kinniku Banzuke Vol. 1: Oregasaikyouno Otokoda!,PS,Sports,Konami,Konami,,0.32,,0.3,,0.02,1999-12-16, +/games/boxart/full_1153663AmericaFrontccc.jpg,"Go, Diego, Go!: Great Dinosaur Rescue",PS2,Action,2K Play,High Voltage Software,,0.32,0.16,,0.12,0.04,2008-10-27, +/games/boxart/full_9009066AmericaFrontccc.jpg,Golden Axe: Beast Rider,PS3,Action,Sega,Secret Level,4.5,0.32,0.13,,0.14,0.06,2008-10-14, +/games/boxart/full_1452352JapanFrontccc.jpg,Quiz Magic Academy DS,DS,Misc,Konami,Konami,,0.32,,0.32,,,2008-09-12, +/games/boxart/1788205ccc.jpg,Karaoke Revolution Volume 3,PS2,Misc,Konami,Harmonix Music Systems,,0.32,0.16,,0.12,0.04,2004-11-09, +/games/boxart/full_554240AmericaFrontccc.jpg,Cartoon Network Collection: Game Boy Advance Video Platinum Edition,GBA,Misc,Majesco,Majesco Games,,0.32,0.23,,0.08,0.01,2005-04-15, +/games/boxart/full_carnival-games-monkey-see-monkey-do_711AmericaFront.jpg,"Carnival Games: Monkey See, Monkey Do!",X360,Misc,2K Play,Take-Two Interactive,,0.32,0.14,,0.15,0.03,2011-04-05, +/games/boxart/full_992970AmericaFrontccc.jpg,Drakengard 3,PS3,Misc,Square Enix,Unknown,,0.32,0.11,0.19,,0.02,2014-05-20, +/games/boxart/full_the-black-eyed-peas-experience_178PALFront.jpg,The Black Eyed Peas Experience,X360,Misc,Ubisoft,Ubisoft,,0.32,0.2,,0.1,0.03,2011-11-08, +/games/boxart/full_1143079AmericaFrontccc.jpg,DJ Hero,PS2,Misc,Activision,FreeStyleGames,8.3,0.32,0.1,,0.02,0.2,2009-10-27, +/games/boxart/full_6849080AmericaFrontccc.jpg,Vin Diesel: Wheelman,PS3,Racing,Ubisoft,Tigon,6.9,0.32,0.12,,0.14,0.05,2009-03-24, +/games/boxart/full_phineas-and-ferb-across-the-2nd-dimension_361AmericaFront.jpg,Phineas and Ferb: Across the 2nd Dimension,PS3,Action,Disney Interactive Studios,High Impact Games,6.8,0.32,0.15,,0.12,0.05,2011-08-02, +/games/boxart/full_power-rangers-samurai_696PALFront.jpg,Power Rangers Samurai,Wii,Action,Namco Bandai,Namco Bandai Games,,0.32,0.27,,0.03,0.03,2011-11-22, +/games/boxart/full_dead-rising-2-off-the-record_175AmericaFront.jpg,Dead Rising 2: Off the Record,PS3,Action,Capcom,Blue Castle Games,7.1,0.32,0.11,0.1,0.08,0.03,2011-10-11, +/games/boxart/full_silent-hill-hd-collection_611AmericaFront.jpg,Silent Hill HD Collection,PS3,Action,Konami Digital Entertainment,Konami,,0.32,0.15,0.03,0.1,0.04,2012-03-20, +/games/boxart/full_6203610AmericaFrontccc.jpg,Bratz: Girlz Really Rock,DS,Action,THQ,Barking Lizards Technologies LLC,,0.32,0.18,,0.11,0.03,2008-10-13, +/games/boxart/full_4308948AmericaFrontccc.jpg,OverBlood,PS,Action,Electronic Arts,Riverhillsoft,,0.32,0.05,0.21,0.04,0.02,1997-05-22, +/games/boxart/full_4036684AmericaFrontccc.jpg,LEGO The Incredibles,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.32,0.19,,0.1,0.03,2018-06-15,2018-11-06 +/games/boxart/full_power-rangers-samurai_708PALFront.jpg,Power Rangers Samurai,DS,Action,Namco Bandai,Namco Bandai Games,,0.32,0.26,,0.04,0.03,2011-11-22, +/games/boxart/full_1615992AmericaFrontccc.jpg,Overlord II,X360,Action,Codemasters,Triumph Studios,,0.32,0.15,,0.14,0.03,2009-06-23, +/games/boxart/full_189524AmericaFrontccc.jpg,LEGO Marvel's Avengers,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.32,0.15,0.01,0.14,0.03,2016-01-26,2018-04-06 +/games/boxart/full_7683845AmericaFrontccc.jpg,Fortress,GBA,Action,Majesco,Pipe Dream Interactive,6.6,0.32,0.23,,0.08,0.01,2001-08-13, +/games/boxart/2144143ccc.jpg,Frankenstein's Monster,2600,Action,Data Age,Data Age,,0.32,0.3,,0.02,0,1983-01-01, +/games/boxart/full_3848140AmericaFrontccc.jpg,Overlord II,PS3,Action,Codemasters,Triumph Studios,,0.32,0.11,,0.15,0.05,2009-06-23, +/games/boxart/8413583ccc.jpg,Power Rangers: Time Force,PS,Action,THQ,Climax Group,,0.32,0.18,,0.12,0.02,2001-11-02, +/games/boxart/5114642ccc.jpg,Crash of the Titans,X360,Action,Sierra Entertainment,Radical Entertainment,6.6,0.32,0.27,,0.02,0.02,2007-10-04, +/games/boxart/full_9632914AmericaFrontccc.jpg,Ultimate Fighting Championship: Throwdown,PS2,Fighting,Crave Entertainment,Opus Studio,,0.32,0.16,,0.12,0.04,2002-06-03, +/games/boxart/full_9602234AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma,PS3,Fighting,Arc System Works,Arc System Works,,0.32,0.15,0.14,,0.03,2014-03-25,2018-10-18 +/games/boxart/full_8532172AmericaFrontccc.jpg,Dragon Ball Z: Battle of Z,PS3,Fighting,Namco Bandai Games,ArtDink,,0.32,0.1,0.07,0.11,0.04,2014-01-28,2018-10-18 +/games/boxart/full_5265021JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle! 3,PS2,Fighting,Bandai,Ganbarion,,0.32,,0.32,,,2003-12-11, +/games/boxart/3695111ccc.jpg,Kinetica,PS2,Racing,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.32,0.16,,0.12,0.04,2001-10-16, +/games/boxart/full_4579056AmericaFrontccc.jpg,F1 Race Stars,PS3,Racing,Codemasters,Codemasters Birmingham,,0.32,0.07,,0.2,0.05,2012-11-13,2018-10-17 +/games/boxart/full_4063685AmericaFrontccc.jpg,Chicken Blaster,Wii,Shooter,Zoo Games,FrontLine Studios,,0.32,0.29,,0,0.02,2009-09-15, +/games/boxart/861949ccc.jpg,Naruto: Ultimate Ninja (JP sales),PS2,Fighting,Namco Bandai,CyberConnect2,,0.32,,0.32,,,2006-06-26, +/games/boxart/full_7006547AmericaFrontccc.jpg,Prey,X360,Shooter,2K Games,Venom Games / Human Head Studios,8.2,0.32,0.27,,0.03,0.02,2006-07-11, +/games/boxart/full_9826427AmericaFrontccc.jpg,The Darkness II,PS3,Shooter,2K Games,Digital Extremes,,0.32,0.14,,0.14,0.04,2012-02-07,2018-01-10 +/games/boxart/full_4290306AmericaFrontccc.jpg,Singularity,X360,Shooter,Activision,Raven Software,7.7,0.32,0.24,0,0.04,0.03,2010-06-29, +/games/boxart/full_6509876AmericaFrontccc.jpg,WipEout Pulse,PSP,Racing,Sony Computer Entertainment,Studio Liverpool,8.2,0.32,0.13,,0.12,0.06,2008-02-12, +/games/boxart/full_2813536AmericaFrontccc.jpg,Cars 3: Driven to Win,NS,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.32,0.13,0.02,0.14,0.02,2017-06-13,2018-02-25 +/games/boxart/full_7406522AmericaFrontccc.jpg,Bigfoot: Collision Course,Wii,Racing,Zoo Digital Publishing,Destination Software,,0.32,0.3,,,0.02,2008-12-05, +/games/boxart/4371476ccc.jpg,Test Drive Unlimited,X360,Racing,Atari,Eden Studios,8,0.32,0.23,0.02,0.04,0.02,2006-09-05, +/games/boxart/full_1386649AmericaFrontccc.jpg,4x4 Evolution,PS2,Racing,Gathering of Developers,Terminal Reality,,0.32,0.16,,0.12,0.04,2001-02-26, +/games/boxart/full_267678AmericaFrontccc.jpg,DiRT 2,PSP,Racing,Codemasters,Codemasters,7.4,0.32,0.09,,0.15,0.08,2009-09-08, +/games/boxart/full_operation-flashpoint-red-river_66AmericaFront.jpg,Operation Flashpoint: Red River,PS3,Shooter,Codemasters,Codemasters,6.8,0.32,0.06,0.07,0.14,0.05,2011-06-07, +/games/boxart/full_3996458AmericaFrontccc.jpg,Marvel Nemesis: Rise of the Imperfects,PSP,Fighting,Electronic Arts,Team Fusion,6.8,0.32,0.29,,0,0.02,2005-10-04, +/games/boxart/full_blazblue-continuum-shift_915AmericaFront.jpg,BlazBlue: Continuum Shift,X360,Fighting,Aksys Games,Arc System Works,8.6,0.32,0.23,0.02,0.04,0.02,2010-07-27, +/games/boxart/full_9394292JapanFrontccc.jpg,Dragon Quest Monsters 1·2,PS,Role-Playing,Enix,TOSE,,0.32,,0.3,,0.02,2002-05-30, +/games/boxart/full_5598184AmericaFrontccc.jpg,Rally Cross,PS,Racing,Sony Computer Entertainment,Sony Computer Entertainment America,,0.32,0.18,,0.12,0.02,1997-01-31, +/games/boxart/full_dead-space-2_755AmericaFront.jpg,Dead Space 2,PC,Shooter,Electronic Arts,Visceral Games,8.9,0.32,0.13,,0.15,0.04,2011-01-25, +/games/boxart/full_7244946AmericaFrontccc.jpg,Army of Two: The 40th Day,PSP,Shooter,Electronic Arts,Buzz Monkey Software,4.8,0.32,0.12,,0.13,0.08,2010-01-12, +/games/boxart/full_9295671AmericaFrontccc.jpg,Darkwatch,PS2,Shooter,Capcom,High Moon Studios,,0.32,0.16,,0.12,0.04,2005-08-16, +/games/boxart/2736827ccc.jpg,Clive Barker's Jericho,X360,Shooter,Codemasters,Mercury Steam / Alchemic Productions,5.8,0.32,0.28,,0.01,0.02,2007-10-23, +/games/boxart/full_2485917AmericaFrontccc.png,Payday 2,PS4,Shooter,505 Games,Overkill Software,6.5,0.32,0.12,,0.14,0.05,2015-06-16,2018-01-08 +/games/boxart/4307097ccc.gif,SWAT: Global Strike Team,PS2,Shooter,Sierra Entertainment,Argonaut Games,,0.32,0.16,,0.12,0.04,2003-10-29, +/games/boxart/full_3106822AmericaFrontccc.jpg,NASCAR Thunder 2003,GC,Racing,EA Sports,EA Tiburon,8.8,0.31,0.24,,0.06,0.01,2002-09-19, +/games/boxart/full_7120054AmericaFrontccc.jpg,Fuel,X360,Racing,Codemasters,Asobo Studio,6.6,0.31,0.09,0,0.18,0.04,2009-06-02,2020-08-05 +/games/boxart/full_4828271JapanFrontccc.jpg,Dragon Quest Builders: Revive Alefgard,PSV,Role-Playing,Square Enix,Square Enix,,0.31,,0.31,,,2016-10-11,2018-01-11 +/games/boxart/full_6182754JapanFrontccc.jpg,Devil Summoner: Soul Hackers,SAT,Role-Playing,Atlus,Atlus Co.,,0.31,,0.31,,,1997-11-13, +/games/boxart/full_9069462JapanFrontccc.jpg,Final Fantasy IV,PS,Role-Playing,SquareSoft,SquareSoft,,0.31,,0.29,,0.02,2001-06-29, +/games/boxart/full_3232999JapanFrontccc.jpg,RPG Tsukuru 2,SNES,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,0.31,,0.31,,0,1996-01-31, +/games/boxart/full_9759743AmericaFrontccc.jpeg,J Stars Victory Vs.,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,0.31,0.11,,0.14,0.05,2015-06-30, +/games/boxart/full_pandora-no-tou-kimi-no-moto-e-kaeru_826JapanFront.jpg,Pandora's Tower,Wii,Role-Playing,Xseed Games,Ganbarion,,0.31,0.11,0.08,0.1,0.03,2013-04-16, +/games/boxart/8211848ccc.jpg,Crash Nitro Kart,XB,Racing,VU Games,Vicarious Visions,,0.31,0.24,,0.07,0.01,2003-11-11, +/games/boxart/full_3974079AmericaFrontccc.jpg,Music Maker,PS2,Misc,Magix,Magix,,0.31,0.15,,0.12,0.04,2003-03-28, +/games/boxart/full_ultimate-marvel-vs-capcom-3_941AmericaFront.jpg,Ultimate Marvel vs. Capcom 3,PSV,Fighting,Capcom,Capcom,,0.31,0.17,,0.09,0.05,2012-02-15, +/games/boxart/full_4104485AmericaFrontccc.jpg,Bruce Lee: Quest of the Dragon,XB,Fighting,Universal Interactive,Ronin Entertainment,,0.31,0.23,,0.07,0.01,2002-07-01, +/games/boxart/full_5208068JapanFrontccc.jpg,Yuu Yuu Hakusho 2: Kakutou no Sho,SNES,Fighting,Namco,Unknown,,0.31,,0.31,,,1994-06-10, +/games/boxart/9149000ccc.jpg,Einhänder,PS,Shooter,Sony Computer Entertainment,SquareSoft,,0.31,0.1,0.13,0.07,0.02,1998-05-05, +/games/boxart/651896ccc.gif,Panzer Dragoon II Zwei,SAT,Shooter,Sega,Team Andromeda,,0.31,,0.31,,0,1996-01-01, +/games/boxart/7469019ccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,XB,Shooter,LucasArts,Vicarious Visions,,0.31,0.23,,0.07,0.01,2003-11-19, +/games/boxart/full_1621983JapanFrontccc.jpg,Super Robot Taisen Complete Box,PS,Strategy,Banpresto,Bandai,,0.31,,0.29,,0.02,1999-06-10, +/games/boxart/full_9641493JapanFrontccc.jpg,SD Gundam G Generation Wars,PS2,Strategy,Bandai,Tom Create,,0.31,,0.31,,,2009-08-06, +/games/boxart/full_peppa-pig-theme-park-fun_269PALFront.jpg,Peppa Pig: Theme Park Fun,DS,Misc,P2 Games,Strawdogs Studios Limited,,0.31,,,0.28,0.03,2011-03-25, +/games/boxart/full_7677922AmericaFrontccc.jpg,Jampack Volume 12,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.31,0.15,,0.12,0.04,2005-05-03, +/games/boxart/full_catherine_759AmericaFront.jpg,Catherine,X360,Puzzle,Atlus,Atlus,7.9,0.31,0.2,0.03,0.06,0.02,2011-07-26,2018-09-12 +/games/boxart/full_2690657AmericaFrontccc.jpg,7 Wonders II,DS,Puzzle,Mumbo Jumbo,MumboJumbo,,0.31,0.13,,0.15,0.03,2010-07-28, +/games/boxart/full_4641190PALFrontccc.jpg,KuruKuru Kururin,GBA,Puzzle,Nintendo,Eighting/Raizing,7.2,0.31,,0.3,,0.01,2001-06-22, +/games/boxart/full_425460AmericaFrontccc.png,METRO Redux,XOne,Shooter,Deep Silver,4a-games,,0.31,0.15,,0.14,0.03,2014-08-26,2018-05-31 +/games/boxart/full_9354094AmericaFrontccc.jpg,Sniper Elite III,PS3,Shooter,505 Games,Rebellion Developments,,0.31,0.12,,0.14,0.05,2014-07-01,2018-09-22 +/games/boxart/full_1717379AmericaFrontccc.jpg,XCOM 2,PC,Strategy,2K Games,Firaxis Games,,0.31,0.12,,0.16,0.02,2015-11-30,2018-05-29 +/games/boxart/full_7365777AmericaFrontccc.jpg,Orphen: Scion of Sorcery,PS2,Role-Playing,Activision,Shade,,0.31,0.15,,0.12,0.04,2000-10-23, +/games/boxart/full_monhun-nikki-poka-poka-ailu-mura-g_47JapanFront.jpg,MonHun Nikki: Poka Poka Ailu Mura G,PSP,Role-Playing,Capcom,From Software,,0.31,,0.31,,,2011-08-10, +/games/boxart/full_4731740AmericaFrontccc.jpg,Monster Lab,Wii,Role-Playing,Eidos Interactive,Backbone Entertainment,,0.31,0.27,,0.02,0.02,2008-11-04, +/games/boxart/full_2958796AmericaFrontccc.jpg,Digimon World: Dawn / Dusk,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.31,0.12,0.18,,0.01,2007-09-18, +/games/boxart/full_9857947AmericaFrontccc.jpg,Hot Wheels Turbo Racing,N64,Racing,Electronic Arts,Stormfront Studios,,0.31,0.25,,0.06,0,1999-09-22, +/games/boxart/full_8882920AmericaFrontccc.jpg,Dark Void,X360,Action,Capcom,Airtight Games,6.1,0.31,0.19,,0.09,0.03,2010-01-19, +/games/boxart/3183920ccc.jpg,Mega Man Battle Network 2,GBA,Action,Ubisoft,Capcom,,0.31,0.22,,0.08,0.01,2002-10-18, +/games/boxart/2951402ccc.jpg,Shrek the Third,PSP,Action,Activision,Amaze Entertainment,,0.31,0.08,,0.15,0.09,2007-06-05, +/games/boxart/full_1001-touch-games_530AmericaFront.jpg,1001 Touch Games,DS,Action,Unknown,Avanquest Software,,0.31,0.11,,0.17,0.03,2011-10-18, +/games/boxart/full_9790436AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,X360,Action,Electronic Arts,Bright Light Productions,,0.31,0.17,,0.11,0.03,2009-06-30, +/games/boxart/5220548ccc.gif,Dr. Seuss: How the Grinch Stole Christmas,DS,Action,CokeM Interactive,Unknown,,0.31,0.29,,,0.02,2007-11-08, +/games/boxart/full_2148432AmericaFrontccc.jpg,Foto Frenzy: Spot The Diffrence,DS,Puzzle,Storm City Games,Storm City Games,,0.31,0.29,,,0.02,2009-11-17, +/games/boxart/4922250ccc.gif,Math Play,DS,Puzzle,Natsume,Denyu-Sha,,0.31,0.28,,0,0.02,2007-09-24, +/games/boxart/full_modnation-racers-road-trip_153PALFront.jpg,Modnation Racers: Road Trip,PSV,Racing,Sony Computer Entertainment,SCEA,,0.31,0.15,,0.11,0.05,2012-02-22, +/games/boxart/full_4720343AmericaFrontccc.jpg,Monsters vs. Aliens,PS3,Platform,Activision,Beenox,,0.31,0.21,,0.06,0.04,2009-03-24, +/games/boxart/full_2686417JapanFrontccc.jpg,Ganbare Goemon 2: Kiteretsu Shougun Magginesu,SNES,Platform,Konami,Konami,,0.31,,0.31,,0,1993-12-22, +/games/boxart/7870596ccc.jpg,NBA ShootOut,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.31,0.17,,0.12,0.02,1996-01-01, +/games/boxart/full_1735591JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 14,PS2,Sports,Konami,PawaPuro Production,,0.31,,0.31,,,2007-07-19, +/games/boxart/full_7833766AmericaFrontccc.jpg,Fishing Master,Wii,Sports,Konami,Hudson Soft,,0.31,0.29,,0,0.02,2007-09-18, +/games/boxart/full_4679810JapanFrontccc.jpg,Ganbare Goemon: KiraKira Douchuu - Boku ga Dancer ni Natta Riyuu,SNES,Platform,Konami,Konami,,0.31,,0.31,,0,1995-12-22, +/games/boxart/full_40-winks_404AmericaFront.jpg,40 Winks,PS,Platform,GT Interactive,Eurocom Entertainment Software,5.5,0.31,0.17,,0.12,0.02,1999-11-14, +/games/boxart/full_9618469AmericaFrontccc.jpg,Mega Man Maverick Hunter X,PSP,Platform,Capcom,Capcom,7.9,0.31,0.27,,0.01,0.03,2006-01-31, +/games/boxart/full_4781320AmericaFrontccc.jpg,Spin Jam,PS,Puzzle,Empire Interactive,H2O Entertainment,,0.31,0.17,,0.12,0.02,2000-09-24, +/games/boxart/full_sesame-street-elmos-letter-adventure_386AmericaFront.jpg,Sesame Street: Elmo's Letter Adventure,PS,Misc,NewKidCo,Realtime Associates,,0.31,0.17,,0.12,0.02,1998-10-16, +/games/boxart/full_2596558AmericaFrontccc.jpg,Namco Museum: Virtual Arcade,X360,Misc,Namco Bandai,Namco Bandai Games,7,0.31,0.27,0.01,0.01,0.02,2008-11-04, +/games/boxart/2497730ccc.jpg,Jampack: Summer 2003 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.31,0.15,,0.12,0.04,2003-04-29, +/games/boxart/full_5632591AmericaFrontccc.jpg,Tiny Toon Adventures: The Great Beanstalk,PS,Misc,NewKidCo,Terraglyph Interactive Studios,,0.31,0.17,,0.12,0.02,1998-10-27, +/games/boxart/full_3706103PALFrontccc.jpg,SingStar Take That,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.31,,,0.28,0.03,2009-11-06, +/games/boxart/6013894ccc.jpg,Disney's The Emperor's New Groove,PS,Platform,Sony Computer Entertainment,Argonaut Software,,0.31,0.17,,0.12,0.02,2000-11-13, +/games/boxart/1334841ccc.jpg,Major League Baseball 2K8,PS3,Sports,2K Sports,Kush Games,,0.31,0.28,0,,0.03,2008-03-03, +/games/boxart/full_j-league-winning-eleven-2007-club-championship_10JapanFront.jpg,J-League Winning Eleven 2007: Club Championship,PS2,Sports,Konami,Konami,,0.31,,0.31,,,2007-08-02, +/games/boxart/7136436ccc.jpg,Tiger Woods PGA Tour 06,X360,Sports,EA Sports,EA Sports,6.9,0.31,0.28,,0,0.02,2005-11-16, +/games/boxart/full_3657001AmericaFrontccc.jpg,My Horse & Me,Wii,Sports,Atari,W!Games,,0.31,0.27,,0.02,0.02,2008-02-05, +/games/boxart/full_8125178AmericaFrontccc.jpg,Gold's Gym: Cardio Workout (Others sales),Wii,Sports,Ubisoft,Rocket Company,,0.31,,,0.3,0.02,2009-03-25, +/games/boxart/full_2317053PALFrontccc.jpg,UEFA Euro 2016,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.31,,0.05,0.22,0.04,2016-04-21,2018-05-03 +/games/boxart/4298546ccc.jpg,Bass Hunter 64,N64,Sports,Take-Two Interactive,Gear Head Entertainment,6,0.31,0.25,,0.06,0,1999-06-30, +/games/boxart/full_448641PALFrontccc.jpg,2 Games in 1: Disney's Brother Bear / The Lion King 1 1/2,GBA,Action,THQ,Vicarious Visions,,0.31,0.22,,0.08,0.01,2005-01-18, +/games/boxart/full_2483522AmericaFrontccc.jpg,DmC Devil May Cry: Definitive Edition,PS4,Action,Capcom,QLOC,,0.31,0.12,,0.13,0.05,2015-03-10,2018-05-01 +/games/boxart/full_8895760AmericaFrontccc.png,Hitman,XOne,Action,Square Enix,IO Interactive,,0.31,0.2,,0.08,0.03,2017-01-31,2018-05-01 +/games/boxart/full_1289755AmericaFrontccc.jpg,Madden NFL 2004,GBA,Sports,EA Sports,BudCat Creations,,0.31,0.22,,0.08,0.01,2003-08-12, +/games/boxart/1423625ccc.jpg,NBA Live 08,PSP,Sports,Electronic Arts,EA Canada,6.8,0.31,0.28,0,0,0.02,2007-10-01, +/games/boxart/full_1266292JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 4,N64,Sports,Konami,Diamond Head,,0.31,,0.26,,0.05,1997-03-14, +/games/boxart/full_5762896AmericaFrontccc.jpg,SimAnimals,Wii,Simulation,Electronic Arts,Electronic Arts,,0.31,0.14,,0.14,0.03,2009-01-21, +/games/boxart/full_70164JapanFrontccc.jpg,Animal Crossing,N64,Simulation,Nintendo,Nintendo EAD,,0.31,,0.26,,0.05,2001-04-14,2018-03-13 +/games/boxart/full_3637308AmericaFrontccc.jpg,NCAA Final Four 2002,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.31,0.15,,0.12,0.04,2001-11-12, +/games/boxart/full_3805213JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable 3,PSP,Sports,Konami,PawaPuro Productions,,0.31,,0.31,,,2008-05-29, +/games/boxart/full_mario-golf_7AmericaFront.jpg,Mario Golf,GB,Sports,Nintendo,Camelot Software Planning,,0.31,,0.31,,,1999-10-01, +/games/boxart/1752749ccc.jpg,Armored Core: Silent Line,PS2,Simulation,Agetec,From Software,,0.31,0.07,0.16,0.06,0.02,2003-07-17, +/games/boxart/full_979856AmericaFrontccc.jpg,Spider-Man 3,PSP,Platform,Activision,Treyarch,5.3,0.31,0.01,,0.24,0.06,2007-10-16, +/games/boxart/4079190ccc.jpg,Alone in the Dark: One-Eyed Jack's Revenge,PS,Adventure,Kokopeli Digital Studios,I*Motion,,0.31,0.17,,0.12,0.02,1996-08-01, +/games/boxart/5562900ccc.gif,Barbie as The Island Princess,DS,Adventure,Activision,Human Soft / Ivolgamus,,0.31,0.28,,0.01,0.02,2007-10-30, +/games/boxart/6992311ccc.jpg,Happy Feet,DS,Adventure,Midway Games,Artificial Mind and Movement,,0.31,0.27,,0.01,0.02,2006-11-14, +/games/boxart/full_3323409AmericaFrontccc.jpg,Silent Hill: Shattered Memories,PSP,Adventure,Konami,Climax Group,7.8,0.31,0.09,0.01,0.13,0.07,2010-01-19, +/games/boxart/full_957074AmericaFrontccc.jpg,Slot Machine,2600,Action,Atari,Atari,,0.31,0.29,,0.02,0,1979-01-01, +/games/boxart/7940495ccc.jpg,Astroblast,2600,Action,Mattel Interactive,Mattel,,0.31,0.29,,0.02,0,1982-01-01, +/games/boxart/3860973ccc.jpg,Blade II,PS2,Action,Activision,Mucky Foot Productions,,0.31,0.15,,0.12,0.04,2002-09-02, +/games/boxart/5544559ccc.jpg,Disney's Stitch: Experiment 626,PS2,Action,Disney Interactive Studios,High Voltage Software,,0.31,0.15,,0.12,0.04,2002-06-19, +/games/boxart/full_mysims-skyheroes_351AmericaFront.jpg,MySims SkyHeroes,DS,Action,Electronic Arts,The Sims Studio,,0.31,0.2,,0.08,0.03,2010-09-28, +/games/boxart/full_6228571AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.31,0.05,,0.19,0.07,2014-11-11,2018-01-06 +/games/boxart/2853221ccc.jpg,Mountain King,2600,Action,CBS Electronics,CBS Electronics,,0.31,0.29,,0.02,0,1983-01-01, +/games/boxart/1150352ccc.jpg,The Incredible Hulk,Wii,Action,Sega,Edge of Reality,,0.31,0.28,,0.01,0.02,2008-06-05, +/games/boxart/full_tron-evolution_302AmericaFront.jpg,TRON: Evolution,X360,Action,Disney Interactive Studios,Propaganda Games,,0.31,0.24,,0.05,0.02,2010-12-07, +/games/boxart/8085292ccc.jpg,Manhunt 2,PSP,Action,Rockstar Games,Rockstar London,,0.31,0.04,,0.18,0.1,2007-10-29, +/games/boxart/full_3261017AmericaFrontccc.jpg,The Matrix: Path of Neo,XB,Action,Atari,Shiny Entertainment,6.7,0.31,0.23,,0.07,0.01,2005-11-07, +/games/boxart/full_5024887AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's World Championship 2010 Reverse of Arcadia,DS,Strategy,Konami,Konami,7.6,0.31,0.18,0.09,0.02,0.02,2010-02-23, +/games/boxart/full_7935096AmericaFrontccc.jpg,XCOM 2,PS4,Strategy,2K Games,Firaxis Games,,0.31,0.16,,0.1,0.05,2016-09-27,2018-05-29 +/games/boxart/full_3106021AmericaFrontccc.png,The Settlers 7: Paths to a Kingdom,PC,Strategy,Ubisoft,Blue Byte,7.8,0.31,,,0.27,0.04,2010-03-23, +/games/boxart/6086788ccc.jpg,WarCraft II: The Dark Saga,PS,Strategy,Electronic Arts,Blizzard Entertainment,7.3,0.31,0.18,,0.12,0.02,1997-08-31, +/games/boxart/full_6264166AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,X360,Platform,Vivendi Games,Etranges Libellules,,0.31,0.16,,0.13,0.03,2008-10-21, +/games/boxart/full_6760046AmericaFrontccc.jpg,Goemon's Great Adventure,N64,Platform,Konami,Konami Computer Entertainment Osaka,,0.31,0.06,0.13,0.02,0.1,1999-09-15, +/games/boxart/full_mega-man-zero-collection_3AmericaFront.jpg,Mega Man Zero Collection,DS,Platform,Capcom,Inti Creates,7.5,0.31,0.17,0.11,0.01,0.02,2010-06-08, +/games/boxart/full_8085786AmericaFrontccc.jpg,Sonic Mania,PS4,Platform,Sega,PagodaWest Games,,0.31,0.1,0.01,0.15,0.05,2017-08-15,2018-08-15 +/games/boxart/full_9264259AmericaFrontccc.jpg,Mortal Kombat: Shaolin Monks,XB,Action,Midway Games,Midway Studios Los Angeles,,0.31,0.23,,0.07,0.01,2005-09-16, +/games/boxart/full_clash-of-the-titans-the-videogame_8AmericaFront.jpg,Clash of the Titans: The Videogame,PS3,Action,Namco Bandai,Game Republic,,0.31,0.09,0.01,0.15,0.05,2010-07-27, +/games/boxart/full_9506557AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,DS,Action,Ubisoft,Ubisoft Montreal,7.3,0.31,0.25,,0.03,0.02,2005-05-04, +/games/boxart/4628513ccc.jpg,KISS Pinball,PS,Action,Take-Two Interactive,Take-Two Interactive,,0.31,0.17,,0.12,0.02,2001-04-25, +/games/boxart/2403141ccc.jpg,Brothers In Arms: Earned In Blood,XB,Action,Ubisoft,Unknown,,0.31,0.23,,0.07,0.01,2005-10-07, +/games/boxart/6359945ccc.jpg,NBA Inside Drive 2003,XB,Sports,Microsoft Game Studios,High Voltage Software,,0.31,0.23,,0.07,0.01,2002-10-31, +/games/boxart/full_8180648AmericaFrontccc.jpg,FIFA Street,PS2,Sports,EA Sports BIG,EA Canada,,0.31,0.15,,0.12,0.04,2005-02-22, +/games/boxart/full_5036427AmericaFrontccc.jpeg,LEGO Ninjago: Shadow of Ronin,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.31,0.05,0.05,0.19,0.02,2015-03-24,2018-01-26 +/games/boxart/full_3451346AmericaFrontccc.jpg,Sonic Boom: Rise of Lyric,WiiU,Action-Adventure,Sega,Big Red Button,3.7,0.31,0.19,,0.09,0.03,2014-11-11,2018-03-22 +/games/boxart/full_5927939AmericaFrontccc.jpg,The LEGO Movie Videogame,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.31,0.04,,0.2,0.07,2014-02-07,2018-03-20 +/games/boxart/full_8835411AmericaFrontccc.jpg,Shrek: Forever After,DS,Platform,Activision,Griptonite Games,,0.31,0.18,,0.1,0.03,2010-05-18, +/games/boxart/full_3245546AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,Wii,Misc,Activision,Ivolgamus,,0.31,0.28,,0,0.02,2008-10-28, +/games/boxart/full_7850885AmericaFrontccc.jpg,Midway Arcade Treasures 2,XB,Misc,Midway Games,Backbone Entertainment,,0.31,0.24,,0.05,0.01,2004-10-11, +/games/boxart/full_bust-a-move-universe_228AmericaFront.jpg,Bust-A-Move Universe,3DS,Puzzle,Square Enix,Arika,5.6,0.31,0.08,0.06,0.15,0.02,2011-03-27, +/games/boxart/full_9340325AmericaFrontccc.jpg,Shaun White Snowboarding,PS2,Sports,Ubisoft,Ubisoft Montreal,6.2,0.31,0.15,,0.12,0.04,2008-11-16, +/games/boxart/full_4145665AmericaFrontccc.jpg,NHL FaceOff 2000,PS,Sports,989 Studios,SolWorks,,0.31,0.17,,0.12,0.02,1999-08-31, +/games/boxart/full_jonah-lomu-rugby-challenge_918AmericaFront.jpg,Jonah Lomu Rugby Challenge,X360,Sports,Mad Catz,Sidhe Interactive,,0.31,0.09,,0.19,0.03,2011-10-20, +/games/boxart/full_2194103AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),Wii,Sports,Activision,Activision,,0.31,0.28,,,0.02,2009-09-08, +/games/boxart/1250652ccc.gif,Yu-Gi-Oh! The Dawn of Destiny,XB,Strategy,Konami,Konami Computer Entertainment Japan,,0.31,0.23,,0.07,0.01,2004-03-23, +/games/boxart/818863ccc.jpg,Lord of the Rings: Battle for Middle-Earth,X360,Strategy,Electronic Arts,EA Los Angeles,,0.31,0.28,,,0.02,2006-07-05, +/games/boxart/full_7277914PALFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PS4,Misc,Tecmo Koei,Unknown,,0.31,0.09,0.06,0.12,0.04,2014-03-25, +/games/boxart/full_870722AmericaFrontccc.jpg,My Virtual Tutor: Reading Adventure Pre-K to Kindergarten,DS,Misc,Mentor Interactive,1st Playable Productions,,0.31,0.29,,,0.02,2009-09-11, +/games/boxart/full_3411545AmericaFrontccc.jpg,Calvin Tucker's Redneck Jamboree,Wii,Misc,Zoo Games,Humagade,,0.31,0.28,,0,0.02,2008-12-19, +/games/boxart/full_3611594AmericaFrontccc.jpg,South Park: Chef's Luv Shack,PS,Misc,Acclaim Entertainment,Acclaim Studios Austin,3.1,0.31,0.17,,0.12,0.02,1999-10-31, +/games/boxart/full_4918681AmericaFrontccc.jpg,A Collection of Intellivision Classic Games,PS,Misc,Activision,LTI,4.3,0.31,0.17,,0.12,0.02,1999-10-30, +/games/boxart/full_shin-megami-tensei-devil-survivor-2_579AmericaFront.jpg,Shin Megami Tensei: Devil Survivor 2,DS,Role-Playing,Atlus,Atlus Co.,,0.31,0.16,0.12,0.02,0.01,2012-02-28, +/games/boxart/5314419ccc.jpg,Vigilante 8,N64,Racing,Activision,"Luxoflux, Inc.",,0.31,0.25,,0.06,0,1998-06-04, +/games/boxart/full_3052897AmericaFrontccc.jpg,Demolition Racer,PS,Racing,Infogrames,Pitbull Syndicate,,0.31,0.17,,0.12,0.02,1999-08-31, +/games/boxart/5851888ccc.jpg,Star Wars Racer Revenge,PS2,Racing,LucasArts,Rainbow Studios,7.8,0.31,0.15,,0.12,0.04,2002-02-11, +/games/boxart/full_nascar-2011-the-game_172AmericaFront.jpg,NASCAR 2011: The Game,X360,Racing,Activision,Eutechnyx,6,0.31,0.29,,,0.02,2011-03-29, +/games/boxart/full_1249241AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,PS3,Racing,Activision,Sidhe Interactive,,0.3,0.19,,0.07,0.04,2009-10-27, +/games/boxart/full_4818198AmericaFrontccc.jpg,Cart World Series,PS,Racing,Sony Computer Entertainment,SCEA,7,0.3,0.17,,0.11,0.02,1997-09-16, +/games/boxart/full_5679837AmericaFrontccc.jpg,The Dukes of Hazzard II: Daisy Dukes It Out,PS,Racing,SouthPeak Interactive,Sinister Games,,0.3,0.17,,0.11,0.02,2000-11-07, +/games/boxart/9522401ccc.jpg,Monster Truck Madness 64,N64,Racing,Rockstar Games,Edge of Reality,5.5,0.3,0.24,,0.06,0,1999-06-30, +/games/boxart/4853874ccc.jpg,Stranglehold,PS3,Shooter,Midway Games,Midway Games,,0.3,0.24,0,0.03,0.03,2007-10-29, +/games/boxart/full_the-king-of-fighters-xiii_282AmericaFront.jpg,The King of Fighters XIII,PS3,Fighting,Atlus,SNK Playmore Corporation,7.8,0.3,0.17,0.04,0.07,0.03,2011-11-22, +/games/boxart/full_3307894AmericaFrontccc.jpg,Ehrgeiz,PS,Fighting,Square,DreamFactory,6.7,0.3,0.17,,0.12,0.02,1999-05-04, +/games/boxart/full_8527069AmericaFrontccc.jpg,Naruto: Ninja Destiny (US sales),DS,Fighting,D3 Publisher,Takara Tomy,,0.3,0.3,,,,2008-02-26, +/games/boxart/full_powerup-heroes_476AmericaFront.jpg,PowerUp Heroes,X360,Fighting,Ubisoft,Ubisoft,4,0.3,0.18,,0.09,0.03,2011-10-18, +/games/boxart/full_1599338AmericaFrontccc.jpg,Fossil Fighters (JP sales),DS,Role-Playing,Nintendo,RED Entertainment,,0.3,,0.3,,,2009-08-10, +/games/boxart/full_radiant-historia_767AmericaFront.jpg,Radiant Historia,DS,Role-Playing,Atlus,Atlus Co.,8.5,0.3,0.19,0.09,,0.02,2011-02-22, +/games/boxart/full_9722040AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,3DS,Racing,Sega,Sumo Digital,,0.3,0.12,,0.15,0.02,2013-02-12,2018-12-03 +/games/boxart/full_6241695AmericaFrontccc.jpg,Capcom Classics Collection Remixed,PSP,Misc,Capcom,Digital Eclipse,7.7,0.3,0.27,,0,0.02,2006-03-22, +/games/boxart/full_3418389AmericaFrontccc.png,Guitar Hero: Van Halen,X360,Misc,Activision,Neversoft Entertainment,6.2,0.3,0.16,,0.1,0.03,2009-12-22, +/games/boxart/full_def-jam-rapstar_7AmericaFront.jpg,Def Jam Rapstar,X360,Misc,Konami,4mm Games / Terminal Reality,7.4,0.3,0.26,,0.03,0.02,2010-10-05, +/games/boxart/full_gameboy-gallery_551PALFront.jpg,Gameboy Gallery,GB,Misc,Nintendo,Nintendo,,0.3,,0.3,,0,1995-04-27, +/games/boxart/full_6132569AmericaFrontccc.jpg,FIFA 13,3DS,Sports,EA Sports,EA Canada,,0.3,0.06,,0.21,0.02,2012-09-25,2018-04-06 +/games/boxart/337389ccc.jpg,AMF Bowling 2004,XB,Sports,Mud Duck Productions,Bethesda Softworks,,0.3,0.22,,0.06,0.01,2003-12-01, +/games/boxart/full_411698JapanFrontccc.jpg,Winning Post 2,SNES,Sports,KOEI,Koei,,0.3,,0.3,,,1995-03-18, +/games/boxart/full_rapala-pro-bass-fishing-2010_710AmericaFront.jpg,Rapala Pro Bass Fishing 2010,Wii,Sports,Activision,FUN Labs,,0.3,0.22,,0.05,0.03,2010-09-28, +/games/boxart/full_6333284PALFrontccc.jpg,FIFA 15,PC,Sports,EA Sports,EA Canada,7,0.3,,,0.28,0.02,2014-09-23,2018-03-23 +/games/boxart/full_4995399AmericaFrontccc.jpg,Sorcery,PS3,Action-Adventure,Sony Computer Entertainment,The Workshop,,0.3,0.14,,0.11,0.05,2012-05-22,2018-09-14 +/games/boxart/full_1897017AmericaFrontccc.jpg,Spyro: Attack of the Rhynocs,GBA,Platform,Universal Interactive,Digital Eclipse,,0.3,0.22,,0.08,0.01,2003-10-27, +/games/boxart/5015985ccc.jpg,Madagascar,DS,Platform,Activision,Vicarious Visions,6.3,0.3,0.25,,0.03,0.02,2005-05-23, +/games/boxart/full_9056895AmericaFrontccc.jpg,Jumping Flash!,PS,Platform,Sony Computer Entertainment,Exact,,0.3,0.05,0.21,0.03,0.02,1995-04-27, +/games/boxart/full_lizzie-mcguire-3-homecoming-havoc_395AmericaFront.jpg,Lizzie McGuire 3: Homecoming Havoc,GBA,Platform,Buena Vista,Climax Group Inc.,,0.3,0.22,,0.08,0.01,2005-08-21, +/games/boxart/1031276ccc.jpg,"Army Men World War: Land, Sea, Air",PS,Action,3DO,3DO,,0.3,0.17,,0.12,0.02,2000-09-20, +/games/boxart/7514218ccc.jpg,Dynasty Warriors 6,X360,Action,KOEI,Omega Force,6.2,0.3,0.15,0.06,0.06,0.02,2008-02-19, +/games/boxart/4862184ccc.jpg,Shrek the Third,DS,Action,Activision,Vicarious Visions,,0.3,0.26,,0.02,0.02,2007-05-02, +/games/boxart/full_170958AmericaFrontccc.jpg,Ultimate Spider-Man,GBA,Action,Activision,Vicarious Visions,,0.3,0.22,,0.08,0.01,2005-09-22, +/games/boxart/full_946752AmericaFrontccc.jpg,Resident Evil: Revelations 2,PS3,Action,Capcom,Capcom,,0.3,0.06,0.17,0.05,0.02,2015-02-24,2018-04-15 +/games/boxart/full_7688825AmericaFrontccc.jpg,Looney Tunes: Duck Amuck,DS,Action,Warner Bros. Interactive,WayForward Technologies,6.4,0.3,0.28,,0,0.02,2007-10-09, +/games/boxart/full_7305725AmericaFrontccc.jpg,Charlie and the Chocolate Factory,GBA,Adventure,Global Star Software,High Voltage Software / Backbone Entertainment,,0.3,0.22,,0.08,0.01,2005-07-11, +/games/boxart/5631612ccc.jpg,Neopets: The Darkest Faerie,PS2,Adventure,Sony Computer Entertainment,Idol Minds Digital Entertainment,,0.3,0.15,,0.12,0.04,2005-11-16, +/games/boxart/full_rhythm-tengoku_7JapanFront.png,Rhythm Tengoku,GBA,Music,Nintendo,Nintendo SPD Group No.1,,0.3,,0.3,,0.01,2006-08-03,2018-05-31 +/games/boxart/full_4010095PALFrontccc.jpg,Fist of the North Star: Ken's Rage 2,PS3,Action,Tecmo Koei,Koei,5,0.3,,0.3,,,2013-02-05,2019-01-03 +/games/boxart/7087487ccc.gif,The Suite Life of Zack & Cody: Circle of Spies,DS,Action,Disney Interactive Studios,Artificial Mind and Movement,,0.3,0.17,,0.09,0.03,2007-10-18, +/games/boxart/full_8766145AmericaFrontccc.jpg,Cities: Skylines,PS4,Simulation,Koch Media,Colossal Order,,0.3,0.15,0.04,0.07,0.05,2017-08-15,2018-04-22 +/games/boxart/full_4793696AmericaFrontccc.jpg,Imagine: Family Doctor,DS,Simulation,Ubisoft,WizarBox,,0.3,0.27,,0.01,0.02,2009-03-25, +/games/boxart/full_330585JapanFrontccc.jpg,Macross Digital Mission VF-X,PS,Simulation,Bandai,Unit,,0.3,,0.28,,0.02,1997-02-28, +/games/boxart/default.jpg,Dance Dance Revolution Universe 3,X360,Simulation,Konami,Bemani,,0.3,0.28,,,0.02,2008-10-21, +/games/boxart/full_7833142AmericaFrontccc.jpg,Future Cop L.A.P.D.,PS,Simulation,Electronic Arts,Electronic Arts,,0.3,0.16,,0.11,0.02,1998-09-16, +/games/boxart/full_5745307JapanFrontccc.jpg,Hamster Tarou,GB,Simulation,Jorudan,Jorudan,,0.3,,0.3,,,1999-10-29, +/games/boxart/1474199ccc.jpg,MLB SlugFest Loaded,PS2,Sports,Midway Games,Point of View,,0.3,0.14,,0.11,0.04,2004-06-23, +/games/boxart/6730177ccc.jpg,Teenage Mutant Ninja Turtles,XB,Action,Konami,Konami,,0.3,0.22,,0.06,0.01,2003-10-21, +/games/boxart/full_phineas-and-ferb-ride-again_6AmericaFront.jpg,Phineas and Ferb Ride Again,DS,Action,Disney Interactive Studios,Altron,,0.3,0.24,,0.03,0.02,2010-09-14, +/games/boxart/full_tom-clancys-splinter-cell-3d_902AmericaFront.jpg,Tom Clancy's Splinter Cell 3D,3DS,Action,Ubisoft,Gameloft,8,0.3,0.14,0.07,0.07,0.02,2011-04-10, +/games/boxart/4423588ccc.jpg,Chaos Legion,PS2,Action,Capcom,Capcom Production Studio 6,6.2,0.3,0.15,,0.12,0.04,2003-08-06, +/games/boxart/full_8299353AmericaFrontccc.jpg,LEGO Marvel's Avengers,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.3,0.08,0.03,0.17,0.02,2016-01-26,2018-04-06 +/games/boxart/full_5784968AmericaFrontccc.jpg,Resident Evil Archives: Resident Evil,Wii,Action,Capcom,Capcom Production Studio 4,7.6,0.3,0.16,0.08,0.04,0.02,2009-06-23, +/games/boxart/full_8608434AmericaFrontccc.jpg,Yu Yu Hakusho Ghost Files: Spirit Detective,GBA,Action,Atari,Atari Games,,0.3,0.21,,0.08,0.01,2003-12-02, +/games/boxart/9294734ccc.jpg,Army Men: Air Attack 2,PS,Action,3DO,3DO,,0.3,0.17,,0.11,0.02,2000-09-26, +/games/boxart/full_1194945AmericaFrontccc.jpg,NBA 2K19,NS,Sports,2K Sports,Visual Concepts,,0.3,0.24,0.01,0.02,0.03,2018-09-11,2018-06-08 +/games/boxart/full_6640708AmericaFrontccc.jpg,Pro Evolution Soccer 2013,X360,Sports,Konami Digital Entertainment,Konami,,0.3,0.08,,0.2,0.03,2012-09-25,2018-01-12 +/games/boxart/full_4022603JapanFrontccc.jpg,Famista '91,NES,Sports,Namco,Namco,,0.3,,0.3,,0,1990-12-21, +/games/boxart/full_4270095AmericaFrontccc.jpg,Decathlete,SAT,Sports,Sega,Sega,,0.3,,0.3,,0,1996-01-01, +/games/boxart/8329888ccc.jpg,Hard Hitter Tennis,PS2,Sports,Atlus,Magical Company Ltd,,0.3,0.15,,0.11,0.04,2002-10-08, +/games/boxart/7489391ccc.jpg,NBA Live 2003,GC,Sports,EA Sports,EA Canada,8.4,0.3,0.23,,0.06,0.01,2002-10-08, +/games/boxart/7021681ccc.jpg,Scooby-Doo! Night of 100 Frights,GC,Platform,THQ,Heavy Iron Studios,,0.3,0.23,,0.06,0.01,2002-09-16, +/games/boxart/6957804ccc.jpg,Finding Nemo: The Continuing Adventures,GBA,Action,THQ,Altron,8,0.3,0.21,,0.08,0.01,2004-09-08, +/games/boxart/full_3034740AmericaFrontccc.jpg,Shark Tale,GC,Action,Activision,Edge of Reality,,0.3,0.23,,0.06,0.01,2004-09-27, +/games/boxart/full_batman-the-brave-and-the-bold-the-videogame_5AmericaFront.jpg,Batman: The Brave and the Bold the Videogame,DS,Action,Warner Bros. Interactive,WayForward Technologies,7.5,0.3,0.23,,0.04,0.02,2010-09-07, +/games/boxart/full_5308408AmericaFrontccc.jpg,Contra 4,DS,Shooter,Konami,WayForward Technologies,8.1,0.3,0.28,0.01,,0.02,2007-11-13, +/games/boxart/full_6676547JapanFrontccc.jpg,Nounai Aeshe: IQ Suppli DS,DS,Misc,Spike,Art,,0.3,,0.3,,,2006-12-21, +/games/boxart/full_4808012PALFrontccc.jpg,LEGO City Undercover,XOne,Platform,Warner Bros. Interactive Entertainment,TT Fusion,,0.3,0.15,,0.12,0.03,2017-04-04,2018-05-24 +/games/boxart/full_spirit-stallion-of-the-cimarron_357AmericaFront.jpg,Spirit: Stallion of the Cimarron,GBA,Platform,THQ,Hyperspace Cowgirls,,0.3,0.21,,0.08,0.01,2002-05-29, +/games/boxart/full_2135846AmericaFrontccc.jpg,LEGO DC Super-Villains,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.3,0.2,,0.07,0.03,2018-10-16,2018-06-04 +/games/boxart/full_63981AmericaFrontccc.jpg,Angry Birds: Star Wars,PS3,Puzzle,Activision,Exient Entertainment,,0.3,0.1,,0.15,0.05,2013-10-29,2018-03-16 +/games/boxart/full_i-spy-spooky-mansion_7AmericaFront.jpg,I Spy: Spooky Mansion,Wii,Puzzle,Storm City Games,Storm City Games,,0.3,0.27,,,0.02,2010-10-19, +/games/boxart/full_8170347AmericaFrontccc.jpg,Rayman 2: Revolution,PS2,Platform,Ubisoft,Ubisoft,8.7,0.3,0.15,,0.11,0.04,2001-01-30, +/games/boxart/2541216ccc.jpg,Dragon Force,SAT,Strategy,Working Designs,Sega,9,0.3,,0.3,,0,1996-11-30, +/games/boxart/5028957ccc.jpg,Full Spectrum Warrior,PS2,Strategy,THQ,Pandemic Studios,8.5,0.3,0.15,,0.11,0.04,2005-03-21, +/games/boxart/full_4840824AmericaFrontccc.jpg,Just Dance 2018,PS4,Music,Ubisoft,Ubisoft Paris,,0.3,0.1,,0.15,0.05,2017-10-24,2018-04-06 +/games/boxart/full_8520508AmericaFrontccc.jpg,Sing Party,WiiU,Party,Nintendo,FreeStyleGames,6.8,0.3,0.15,,0.13,0.03,2012-11-18,2020-09-08 +/games/boxart/1850642ccc.jpg,N3: Ninety-Nine Nights,X360,Action,Microsoft Game Studios,Q Entertainment / Phantagram,6.3,0.3,0.2,0.05,0.03,0.02,2006-08-15, +/games/boxart/full_mysims-skyheroes_895AmericaFront.jpg,MySims SkyHeroes,Wii,Action,Electronic Arts,The Sims Studio,6.4,0.3,0.16,,0.1,0.03,2010-09-28, +/games/boxart/full_8887860AmericaFrontccc.jpg,Monopoly for Nintendo Switch,NS,Board Game,Ubisoft,Engine Software,5.3,0.3,0.06,0.01,0.22,0.02,2017-10-31,2019-01-28 +/games/boxart/full_4075012PALFrontccc.jpg,F1 2013,X360,Racing,Codemasters,Codemasters Birmingham,7.9,0.3,0.01,0,0.28,0.02,2013-10-08,2018-05-24 +/games/boxart/full_3989836JapanFrontccc.jpg,2nd Super Robot Wars Original Generation,PS3,Role-Playing,Namco Bandai Games,TOSE,,0.3,,0.3,,,2012-11-29,2018-10-18 +/games/boxart/8420869ccc.jpg,Blazing Heroes,SAT,Role-Playing,Sega,Micro Cabin,,0.3,,0.3,,0,1996-01-01, +/games/boxart/4888513ccc.jpg,The Sims 2: Pets,PS2,Simulation,Electronic Arts,Maxis,,0.3,0.02,,0.01,0.27,2006-10-17, +/games/boxart/full_3079226AmericaFrontccc.jpg,MySims Party,DS,Simulation,Electronic Arts,EA Redwood Shores,,0.3,0.15,,0.12,0.03,2009-03-10, +/games/boxart/full_1254960AmericaFrontccc.jpg,24: The Game,PS2,Adventure,2K Games,SCEE Cambridge,,0.3,0.15,,0.12,0.04,2006-02-28, +/games/boxart/full_7618969AmericaFrontccc.jpg,Jonas,DS,Adventure,Disney Interactive Studios,Altron,,0.3,0.27,,0,0.02,2009-11-10, +/games/boxart/5294218ccc.jpg,Harry Potter and the Order of the Phoenix,X360,Adventure,Electronic Arts,EA Games,,0.3,0.24,,0.03,0.02,2007-06-25, +/games/boxart/full_invizimals-shadow-zone_762AmericaFront.jpg,Invizimals: Shadow Zone,PSP,Strategy,Sony Computer Entertainment,Novarama,,0.3,0.05,,0.16,0.08,2011-10-25, +/games/boxart/full_5972367JapanFrontccc.jpg,Super Robot Taisen OG: Original Generations Gaiden,PS2,Strategy,Banpresto,Banpresto,,0.3,,0.3,,,2007-12-27, +/games/boxart/full_3314988AmericaFrontccc.jpg,Romance of the Three Kingdoms VIII,PS2,Strategy,KOEI,Koei,,0.3,0.05,0.19,0.04,0.01,2003-08-13, +/games/boxart/full_1099157JapanFrontccc.jpg,Super Robot Taisen W,DS,Strategy,Banpresto,Banpresto,,0.3,,0.3,,,2007-03-01, +/games/boxart/full_7593839AmericaFrontccc.png,Sniper Elite 4,XOne,Shooter,Rebellion Developments,Rebellion Developments,,0.3,0.18,,0.09,0.03,2017-02-14,2018-05-29 +/games/boxart/2715601ccc.jpg,Syphon Filter: Dark Mirror,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,8.5,0.3,0.26,,0.01,0.03,2006-03-14, +/games/boxart/full_4305497AmericaFrontccc.jpg,WWE 2K17,X360,Sports,2K Games,Yuke's,,0.3,0.14,,0.13,0.03,2016-10-11,2018-04-05 +/games/boxart/full_8942315JapanFrontccc.jpg,Power Pro Kun Pocket 6,GBA,Sports,Konami,Diamond Head,,0.3,,0.29,,0.01,2003-12-04, +/games/boxart/full_8946831JapanFrontccc.jpg,Power Pro Kun Pocket 10,DS,Sports,Konami,PawaPuro Production,,0.3,,0.3,,,2007-12-06, +/games/boxart/full_shaun-white-snowboarding-world-stage_6AmericaFront.jpg,Shaun White Snowboarding: World Stage,Wii,Sports,Ubisoft,Ubisoft Montreal,7.2,0.3,0.24,,0.03,0.02,2009-11-08, +/games/boxart/full_2056175JapanFrontccc.jpg,Touhoku Daigaku Mirai Kagaku Gijutsu Kyoudou Kenkyuu Center Kawashima Ryuuta Kyouju Kanshu: Nou Ryoku Trainer Portable,PSP,Misc,Sega,Sega,,0.3,,0.3,,,2005-10-20, +/games/boxart/full_5517726AmericaFrontccc.jpg,Karaoke Revolution Party,PS2,Misc,Konami,Harmonix Music Systems,,0.3,0.15,,0.12,0.04,2005-11-08, +/games/boxart/6091135ccc.gif,Lumines ll,PSP,Puzzle,Buena Vista,Q Entertainment,8,0.3,0.12,,0.12,0.07,2006-11-06, +/games/boxart/full_5666356JapanFrontccc.jpg,Super Bomberman 5,SNES,Puzzle,Hudson Soft,Hudson Soft,,0.3,,0.3,,0,1997-02-28, +/games/boxart/full_5416104AmericaFrontccc.jpg,My Hero One's Justice,PS4,Fighting,Bandai Namco Entertainment,Byking,,0.3,0.16,0.04,0.05,0.05,2018-10-26,2018-09-12 +/games/boxart/full_8144859PALFrontccc.jpg,Saint Seiya: Soldiers' Soul,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,0.3,,0.05,0.21,0.04,2015-10-06, +/games/boxart/4511658ccc.jpg,Pride FC: Fighting Championships,PS2,Fighting,THQ,Anchor,,0.3,0.15,,0.11,0.04,2003-02-11, +/games/boxart/full_3819133AmericaFrontccc.jpg,Star Gladiator Episode: I Final Crusade,PS,Fighting,Capcom,Capcom,,0.3,0.07,0.15,0.05,0.02,1996-10-31, +/games/boxart/1477055ccc.jpg,Showdown: Legends of Wrestling,PS2,Fighting,Acclaim Entertainment,Acclaim Studios Austin,,0.3,0.15,,0.11,0.04,2004-06-22, +/games/boxart/full_4672610PALFrontccc.jpg,Call of Duty: Black Ops 3,PC,Shooter,Activision,Treyarch,,0.3,,,0.28,0.02,2015-11-06,2018-01-14 +/games/boxart/full_2638682AmericaFrontccc.jpg,Starhawk,PS3,Shooter,Sony Computer Entertainment,LightBox Interactive,,0.3,0.18,0.03,0.05,0.03,2012-05-08,2018-04-02 +/games/boxart/full_4449735AmericaFrontccc.jpg,Battlefield: Hardline,X360,Shooter,Electronic Arts,EA DICE,,0.3,0.18,,0.09,0.03,2015-03-17,2018-04-11 +/games/boxart/full_8549576AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,PC,Shooter,Ubisoft,Ubisoft Montreal,,0.3,0.18,,0.09,0.03,2015-12-01,2018-01-09 +/games/boxart/full_1065977AmericaFrontccc.jpg,SoulCalibur VI,XOne,Fighting,Bandai Namco Games,Project Soul,,0.3,0.26,,0.01,0.03,2018-10-19,2018-11-07 +/games/boxart/3379620ccc.jpg,Quake II,N64,Shooter,Activision,Raster Productions,,0.3,0.24,,0.06,0,1999-06-30, +/games/boxart/full_2059307JapanFrontccc.jpg,Daikaijyuu Monogatari,SNES,Role-Playing,Hudson Soft,Birthday,,0.3,,0.3,,,1994-12-22, +/games/boxart/full_4232065AmericaFrontccc.jpg,Eternal Ring,PS2,Role-Playing,Agetec,From Software,,0.3,0.1,0.1,0.07,0.03,2000-10-24, +/games/boxart/full_7974943AmericaFrontccc.jpg,Final Fantasy Type-0 HD,XOne,Role-Playing,Square Enix,Square Enix,,0.3,0.2,,0.07,0.03,2015-03-17,2018-01-21 +/games/boxart/full_4451966AmericaFrontccc.jpg,Magna Carta 2,X360,Role-Playing,Namco Bandai,SoftMax,6.6,0.3,0.13,0.07,0.07,0.02,2009-10-13, +/games/boxart/full_shrek-swamp-kart-speedway_676AmericaFront.jpg,Shrek Swamp Kart Speedway,GBA,Racing,TDK Mediactive,Prolific,,0.3,0.22,,0.08,0.01,2002-03-19, +/games/boxart/full_8148583AmericaFrontccc.jpg,Crazy Taxi: Catch a Ride,GBA,Racing,THQ,Graphic State,4.8,0.3,0.21,,0.08,0.01,2003-04-09, +/games/boxart/6212104ccc.jpg,Wacky Races: Crash & Dash,Wii,Racing,Eidos Interactive,Farmind Ltd,,0.3,0.27,,0,0.02,2008-06-17, +/games/boxart/full_1225633AmericaFrontccc.jpg,Virtua Cop 2,SAT,Shooter,Sega,Sega-AM2,,0.3,,0.3,,,1996-11-30, +/games/boxart/full_9447433JapanFrontccc.jpg,Far East of Eden Zero,SNES,Role-Playing,Hudson Soft,Hudson Soft,,0.3,,0.3,,0,1995-12-22, +/games/boxart/full_the-smurfs-dance-party_110AmericaFront.jpg,The Smurfs: Dance Party,Wii,Misc,Ubisoft,Ubisoft,,0.3,0.23,,0.04,0.03,2011-07-19, +/games/boxart/full_squinkies_870AmericaFront.jpg,Squinkies,DS,Misc,Activision,"Human Soft, Inc.",,0.3,0.26,,0.02,0.02,2011-04-12, +/games/boxart/full_9040570AmericaFrontccc.jpg,The Walking Dead: Season Two,PS4,Misc,Telltale Games,Unknown,,0.3,0.13,0.03,0.09,0.05,2014-10-21, +/games/boxart/8309799ccc.jpg,Burnout,GC,Racing,Acclaim Entertainment,Criterion Games,7.7,0.3,0.23,,0.06,0.01,2002-04-29, +/games/boxart/full_taiko-no-tatsujin-wii-minna-de-party-3-yome_363JapanFront.jpg,Taiko no Tatsujin Wii: Minna de Party * 3-Yome!,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.3,,0.3,,,2010-12-02, +/games/boxart/full_9290325AmericaFrontccc.jpg,Yooka-Laylee,PS4,Platform,Team17 Software,Playtonic Games,,0.29,0.09,,0.16,0.05,2018-01-01,2018-05-31 +/games/boxart/full_7650643AmericaFrontccc.jpg,Shrek: Forever After,Wii,Platform,Activision,XPEC Entertainment Inc.,,0.29,0.18,,0.09,0.03,2010-05-18, +/games/boxart/3642943ccc.jpg,Ratchet & Clank: Size Matters,PS2,Platform,Sony Computer Entertainment,High Impact Games,,0.29,0.13,0.03,0.1,0.03,2008-03-11, +/games/boxart/7209932ccc.jpg,Mega Man X8,PS2,Platform,Capcom,Capcom,,0.29,0.14,,0.11,0.04,2004-12-07, +/games/boxart/full_8866605AmericaFrontccc.jpg,Sonic Boom: Shattered Crystal,3DS,Platform,Sega,Sanzaru Games,3.8,0.29,0.17,,0.09,0.03,2014-11-11,2018-10-18 +/games/boxart/full_4344419JapanFrontccc.jpg,Itadaki Street 2: Neon Sign wa Bara Iro ni,SNES,Misc,Enix,Tomcat System,,0.29,,0.29,,0,1994-02-26, +/games/boxart/full_karaoke-revolution-glee-volume-3_913AmericaFront.jpg,Karaoke Revolution Glee: Volume 3,Wii,Misc,Konami,Hijinx Studios,,0.29,0.23,,0.04,0.02,2011-11-22, +/games/boxart/full_2070531AmericaFrontccc.jpg,Namco Museum Vol.2,PS,Misc,Namco,Namco,,0.29,0.03,0.21,0.02,0.02,1996-09-30, +/games/boxart/6847819ccc.jpg,Rock Revolution,X360,Misc,Konami,Zoe Mode / HB Studios,3.6,0.29,0.26,,0,0.02,2008-10-15, +/games/boxart/full_sesame-street-elmos-a-to-zoo-adventure_3AmericaFront.jpg,Sesame Street: Elmo's A-to-Zoo Adventure,DS,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.29,0.26,,,0.02,2010-10-20, +/games/boxart/full_rabbids-alive-ampamp-kicking_663AmericaFront.jpg,Rabbids: Alive & Kicking,X360,Misc,Ubisoft,Ubisoft,,0.29,0.15,,0.11,0.03,2011-11-08, +/games/boxart/full_6022203AmericaFrontccc.jpeg,Lego Star Wars: The Force Awakens,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.29,0.12,0.02,0.13,0.02,2016-06-28,2018-03-31 +/games/boxart/full_7680411AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,WiiU,Action-Adventure,Ubisoft,Ubisoft Montreal,8.5,0.29,0.17,,0.1,0.03,2013-10-29,2018-03-14 +/games/boxart/full_120581AmericaFrontccc.jpg,One Piece Unlimited World: Red,PS3,Action-Adventure,Namco Bandai Games,Ganbarion,,0.29,0.09,0.06,0.1,0.04,2014-07-08,2018-10-19 +/games/boxart/7475502ccc.jpg,NBA Live 06,X360,Sports,EA Sports,EA Canada,6.5,0.29,0.27,,0,0.02,2005-11-16, +/games/boxart/full_2439714JapanFrontccc.jpg,J-League Victory Goal '96,SAT,Sports,Sega,Sega,,0.29,,0.29,,0,1996-03-22, +/games/boxart/full_9855653AmericaFrontccc.jpg,NHL 19,XOne,Sports,EA Sports,EA Canada,,0.29,0.26,,,0.03,2018-09-14,2018-06-23 +/games/boxart/full_8054599JapanFrontccc.jpg,Power Pro Kun Pocket 11,DS,Sports,Konami,PawaPuro Production,,0.29,,0.29,,,2008-12-18, +/games/boxart/3253966ccc.jpg,Links 2004,XB,Sports,Microsoft Game Studios,Indie Built,,0.29,0.21,,0.06,0.01,2003-11-11, +/games/boxart/full_4823551AmericaFrontccc.jpg,PGA Tour 97,PS,Sports,EA Sports,VAC,,0.29,0.16,,0.11,0.02,1996-09-30, +/games/boxart/full_245015AmericaFrontccc.jpg,Xena: Warrior Princess - The Talisman of Fate,N64,Fighting,Titus,Saffire Corporation,,0.29,0.23,,0.06,0,1999-11-30, +/games/boxart/full_6175422JapanFrontccc.jpg,Dragon Ball Heroes: Ultimate Mission,3DS,Fighting,Namco Bandai Games,Dimps Corporation,,0.29,,0.29,,,2013-02-28,2018-02-03 +/games/boxart/full_217319JapanFrontccc.jpg,Final Fantasy X-2: International + Last Mission,PS2,Role-Playing,Square Enix,Square Enix,,0.29,,0.29,,,2004-02-19, +/games/boxart/full_4283479AmericaFrontccc.jpg,Ever Oasis,3DS,Role-Playing,Nintendo,GREZZO,8.1,0.29,0.13,0.05,0.08,0.02,2017-06-23,2018-01-14 +/games/boxart/8710101ccc.jpg,Grandia II,PS2,Role-Playing,Ubisoft,Game Arts,7.4,0.29,0.14,,0.11,0.04,2002-01-28, +/games/boxart/full_6987392JapanFrontccc.jpg,From TV Animation One Piece: Treasure Battle!,GC,Fighting,Bandai,Ganbarion,,0.29,,0.28,,0.01,2002-11-01, +/games/boxart/full_8967600AmericaFrontccc.jpg,War Gods,N64,Fighting,Midway Games,Eurocom Entertainment Software,,0.29,0.23,,0.06,0,1997-05-21, +/games/boxart/4784824ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 2,Wii,Fighting,Atari,Spike,,0.29,0.24,,0.03,0.02,2006-11-15, +/games/boxart/full_9960543AmericaFrontccc.jpg,Sword Art Online: Fatal Bullet,PS4,Role-Playing,Namco Bandai Games,Dimps Corporation,,0.29,0.11,0.13,0.03,0.03,2018-02-23,2018-02-23 +/games/boxart/full_9059354AmericaFrontccc.jpg,NieR,X360,Role-Playing,Square Enix,Cavia Inc.,6.4,0.29,0.13,0.04,0.1,0.02,2010-04-27, +/games/boxart/full_3144531AmericaFrontccc.jpg,Atelier Iris 3: Grand Phantasm (US Sales),PS2,Role-Playing,NIS America,Gust,6.1,0.29,0.14,,0.11,0.04,2007-05-29, +/games/boxart/full_1895209AmericaFrontccc.jpg,The Lord of the Rings: The Third Age,GC,Role-Playing,Electronic Arts,EA Redwood Shores,7.9,0.29,0.22,,0.06,0.01,2004-11-02, +/games/boxart/full_2034069AmericaFrontccc.jpg,"Sakura Wars: So Long, My Love",PS2,Role-Playing,NIS America,RED Entertainment,8.8,0.29,0.07,0.15,0.05,0.02,2010-03-30, +/games/boxart/full_1140364AmericaFrontccc.jpg,Heroes of the Pacific,PS2,Simulation,Ubisoft,IR Gurus Interactive,,0.29,0.14,,0.11,0.04,2005-09-28, +/games/boxart/full_1201752AmericaFrontccc.jpg,Overcooked! 2,NS,Simulation,Sold Out,Ghost Town Games,8.4,0.29,0.17,0.01,0.09,0.03,2018-08-07,2018-06-14 +/games/boxart/full_906467AmericaFrontccc.jpg,The Sims 2,PC,Simulation,Electronic Arts,Maxis,8.9,0.29,0.02,,0.24,0.03,2004-09-14, +/games/boxart/full_4258576JapanFrontccc.jpg,BeatMania Append 4thMix: The beat goes on,PS,Simulation,Konami,Konami,,0.29,,0.27,,0.02,1999-09-09, +/games/boxart/full_1891505AmericaFrontccc.jpg,Fable: The Journey,X360,Role-Playing,Microsoft Studios,Lionhead Studios,,0.29,0.19,,0.08,0.03,2012-10-09,2018-08-12 +/games/boxart/full_5664805AmericaFrontccc.jpg,Guardian Heroes,SAT,Role-Playing,Sega,"Treasure Co., Ltd.",,0.29,,0.29,,,1996-01-25, +/games/boxart/full_5474033AmericaFrontccc.jpg,Glory of Heracles,DS,Role-Playing,Nintendo,Paon Corporation,6.8,0.29,0.19,0.08,,0.02,2010-01-18, +/games/boxart/full_9311825AmericaFrontccc.jpg,X-Men Legends II: Rise of Apocalypse,PSP,Role-Playing,Activision,Vicarious Visions,8.5,0.29,0.25,,0.01,0.02,2005-10-18, +/games/boxart/full_5282759AmericaFrontccc.jpg,Imagine: Makeup Artist,DS,Simulation,Ubisoft,Global A Entertainment,,0.29,0.27,,,0.02,2020-12-31, +/games/boxart/full_wwii-aces_6AmericaFront.jpg,WWII Aces,Wii,Simulation,Destineer,Arcade Moon,,0.29,0.27,,,0.02,2008-03-21, +/games/boxart/full_harvest-moon-magical-melody_3AmericaFront.jpg,Harvest Moon: Magical Melody,Wii,Simulation,Natsume,Marvelous Interactive,6.3,0.29,0.23,,0.04,0.02,2009-08-25, +/games/boxart/full_ace-combat-joint-assault_1AmericaFront.jpg,Ace Combat: Joint Assault,PSP,Simulation,Namco Bandai,Project ACES,7,0.29,0.06,0.15,0.05,0.03,2010-08-31, +/games/boxart/8111919ccc.gif,John Deere: Harvest in the Heartland,DS,Simulation,Destineer,Black Lantern Studios,,0.29,0.23,,0.04,0.02,2007-11-20, +/games/boxart/8804250ccc.jpg,Trauma Center: New Blood,Wii,Simulation,Atlus,Atlus Co.,7.5,0.29,0.22,0.01,0.04,0.02,2007-11-20, +/games/boxart/full_disgaea-3-absence-of-detention_706JapanFront.jpg,Disgaea 3: Absence of Detention,PSV,Role-Playing,NIS America,Nippon Ichi Software,,0.29,0.11,0.07,0.06,0.04,2012-04-17, +/games/boxart/full_6078646JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari: Ooinaru Isan,SNES,Role-Playing,Angel Studios,Unknown,,0.29,,0.29,,0,1991-12-21, +/games/boxart/full_2613920AmericaFrontccc.jpg,Kagero: Deception II,PS,Strategy,Tecmo,Tecmo,,0.29,0.03,0.22,0.02,0.02,1998-10-14, +/games/boxart/full_sesame-street-cookies-counting-carnival_9AmericaFront.jpg,Sesame Street: Cookie's Counting Carnival,Wii,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.29,0.27,,,0.02,2010-10-20, +/games/boxart/full_9061055AmericaFrontccc.png,NES Remix,WiiU,Misc,Nintendo,Nintendo,,0.29,0.18,0.09,,0.02,2013-12-18,2018-08-28 +/games/boxart/full_973636AmericaFrontccc.jpg,Alvin and the Chipmunks: The Squeakquel,DS,Misc,Majesco,ImaginEngine,,0.29,0.27,,0,0.02,2009-12-01, +/games/boxart/full_4909967AmericaFrontccc.jpg,Jeopardy! 2nd Edition,PS,Misc,Hasbro Interactive,Hasbro Interactive,,0.29,0.16,,0.11,0.02,2000-09-28, +/games/boxart/full_413259AmericaFrontccc.jpg,Duel Masters: Sempai Legends,GBA,Misc,Atari,Mistic Software,7.1,0.29,0.21,,0.08,0.01,2004-06-01, +/games/boxart/2447651ccc.jpg,DX Game of Life,PS,Misc,Takara,Takara,,0.29,,0.27,,0.02,1996-03-22, +/games/boxart/full_2012611AmericaFrontccc.jpg,Mass Effect Trilogy,PC,Misc,Electronic Arts,Unknown,,0.29,0.09,,0.17,0.02,2012-11-06, +/games/boxart/8672917ccc.jpg,Shrek Super Party,PS2,Misc,TDK Mediactive,Mass Media,,0.29,0.14,,0.11,0.04,2002-11-16, +/games/boxart/full_8284768PALFrontccc.jpg,Learn with Pokémon: Typing Adventure,DS,Misc,Nintendo,Genius Sonority Inc.,,0.29,,0.29,,,2011-04-21,2018-08-28 +/games/boxart/full_1644052AmericaFrontccc.jpg,Skylanders Imaginators,X360,Platform,Activision,Toys for Bob,,0.29,0.14,,0.12,0.02,2016-10-16,2018-03-30 +/games/boxart/full_2127818AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,PS4,Adventure,Focus Home Interactive,Frogwares,,0.29,0.1,,0.14,0.05,2014-09-30,2018-04-18 +/games/boxart/2762528ccc.jpg,The Golden Compass,PS3,Adventure,Sega,Shiny Entertainment,4.3,0.29,0.14,,0.1,0.05,2007-12-04, +/games/boxart/full_9714636AmericaFrontccc.jpg,Just Cause 4,XOne,Action-Adventure,Square Enix,Avalanche Studios,,0.29,0.17,,0.09,0.03,2018-12-04,2018-12-19 +/games/boxart/full_touchmaster-4-connect_0AmericaFront.jpg,TouchMaster: Connect,DS,Puzzle,Warner Bros. Interactive,DoubleTap Games,,0.29,0.1,,0.16,0.03,2010-12-07, +/games/boxart/full_3542260AmericaFrontccc.jpg,The New Tetris,N64,Puzzle,Nintendo,H2O Interactive,,0.29,0.22,0.02,0.05,0,1999-07-31, +/games/boxart/7224116ccc.jpg,Purr Pals,Wii,Simulation,Crave Entertainment,inXile,,0.29,0.26,,,0.02,2008-07-10, +/games/boxart/8547655ccc.jpg,Pirates of the Caribbean,XB,Role-Playing,Bethesda Softworks,Akella,,0.29,0.22,,0.06,0.01,2003-07-01, +/games/boxart/full_4642185AmericaFrontccc.jpg,RPG Maker,PS,Role-Playing,Agetec,Kuusou Kagaku,,0.29,,0.29,,,2000-09-19, +/games/boxart/full_8836742AmericaFrontccc.jpg,The Legend of Legacy,3DS,Role-Playing,Atlus,Cattle Call,6,0.29,0.14,0.11,0.02,0.02,2015-10-13,2018-05-29 +/games/boxart/full_5824521AmericaFrontccc.jpg,Imagine: Fashion Designer World Tour,DS,Simulation,Ubisoft,Virtual Toys,,0.29,0.27,,,0.02,2009-10-20, +/games/boxart/full_666653JapanFrontccc.jpg,Hamster Club 4: Shigessa Daidassou,GBA,Simulation,Jorudan,Jorudan,,0.29,,0.28,,0.01,2003-07-18, +/games/boxart/full_9087238AmericaFrontccc.jpg,Fisherman's Bait 2: Big Ol' Bass,PS,Sports,Konami,Konami,,0.29,0.16,,0.11,0.02,1999-11-24, +/games/boxart/4964362ccc.jpg,NBA Street V3,GC,Sports,EA Sports BIG,EA Canada,,0.29,0.23,,0.06,0.01,2005-02-08, +/games/boxart/5734105ccc.jpg,Outlaw Golf,XB,Sports,Simon & Schuster Interactive,Hypnotix,,0.29,0.22,,0.06,0.01,2002-06-10, +/games/boxart/full_exerbeat_176AmericaFront.jpg,ExerBeat,Wii,Sports,Namco Bandai,Tamsoft Corporation,,0.29,0.1,,0.16,0.03,2011-05-17, +/games/boxart/full_1416669AmericaFrontccc.jpg,Zoo Tycoon 2 DS,DS,Strategy,THQ,Altron,6.9,0.29,0.24,,0.03,0.02,2008-02-04, +/games/boxart/full_6322842JapanFrontccc.jpg,SD Gundam G Century,PS,Strategy,Bandai,Bandai,,0.29,,0.27,,0.02,1997-03-20, +/games/boxart/full_6274479JapanFrontccc.jpg,Phoenix Wright: Ace Attorney: Spirit of Justice,3DS,Adventure,Capcom,Capcom,8.1,0.29,,0.29,,,2016-09-30,2018-01-14 +/games/boxart/full_1207866AmericaFrontccc.jpg,Lupin the 3rd: Treasure of the Sorcerer King,PS2,Adventure,Bandai,Banpresto,,0.29,0.02,0.25,0.02,0.01,2004-02-11, +/games/boxart/full_4260676AmericaFrontccc.jpg,Up,X360,Adventure,THQ,THQ,6.5,0.29,0.2,,0.07,0.03,2009-05-26, +/games/boxart/full_3454208AmericaFrontccc.jpg,Alien: Isolation,X360,Adventure,Sega,Creative Assembly,,0.29,0.16,,0.11,0.03,2014-10-07,2018-01-06 +/games/boxart/full_majin-and-the-forsaken-kingdom_8AmericaFront.jpg,Majin and the Forsaken Kingdom,PS3,Adventure,Namco Bandai,Game Republic,7,0.29,0.09,0.01,0.14,0.05,2010-11-23, +/games/boxart/full_453826JapanFrontccc.jpg,"Sakura Wars 4: Koi Seyo,Otome",DC,Adventure,Sega,Overworks,,0.29,,0.29,,,2002-03-21, +/games/boxart/full_906541AmericaFrontccc.jpg,Psi-Ops: The Mindgate Conspiracy,PS2,Shooter,Midway Games,Midway Games,,0.29,0.14,,0.11,0.04,2004-06-14, +/games/boxart/full_1848893JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 8,PS2,Sports,Konami,Diamond Head,,0.29,,0.29,,,2001-08-30, +/games/boxart/full_ken-griffey-jrs-slugfest_474AmericaFront.jpg,Ken Griffey Jr.'s Slugfest,N64,Sports,Nintendo,Angel Studios,,0.29,0.23,,0.06,0,1999-05-10, +/games/boxart/full_2196615AmericaFrontccc.jpg,The BIGS 2,Wii,Sports,2K Sports,Blue Castle Games,6.3,0.29,0.26,,0.01,0.02,2009-07-07, +/games/boxart/full_9623162AmericaFrontccc.jpg,Madden NFL 08,XB,Sports,EA Sports,EA Tiburon,,0.29,0.22,,0.06,0.01,2007-08-14, +/games/boxart/2131274ccc.jpg,RealSports Boxing,2600,Sports,Atari,Atari,,0.29,0.28,,0.02,0,1987-01-01, +/games/boxart/full_815725JapanFrontccc.jpg,Power Pro Kun Pocket 4,GBA,Sports,Konami,Diamond Head,,0.29,,0.29,,0.01,2002-03-02, +/games/boxart/full_9504162AmericaFrontccc.jpg,Army of Two: The Devil's Cartel,PS3,Shooter,Electronic Arts,Visceral Games,,0.29,0.11,0.01,0.12,0.05,2013-03-26,2018-10-19 +/games/boxart/full_442530AmericaFrontccc.jpg,007 Legends,X360,Shooter,Activision,Eurocom,,0.29,0.13,,0.13,0.02,2012-10-16,2018-10-16 +/games/boxart/full_6135802AmericaFrontccc.jpg,Mah Jong Quest: Expeditions,DS,Puzzle,Activision,Game Brains,,0.29,0.02,,0.26,0.01,2007-10-16, +/games/boxart/full_9400178AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,Wii,Puzzle,D3 Publisher,Vicious Cycle,,0.29,0.26,,0,0.02,2007-11-30, +/games/boxart/3246978ccc.jpg,Feel the Magic XY/XX,DS,Puzzle,Sega,Sonic Team,7.7,0.29,0.17,0.1,0,0.02,2004-11-16, +/games/boxart/full_6449859AmericaFrontccc.jpg,Neopets Puzzle Adventure,DS,Puzzle,Capcom,Infinite Interactive,,0.29,0.26,,0,0.02,2008-11-25, +/games/boxart/full_7077727AmericaFrontccc.jpg,Dead Rising: Chop Till You Drop,Wii,Action,Capcom,Capcom Production Studio 1 / TOSE Software,6.7,0.29,0.15,0.05,0.07,0.02,2009-02-24, +/games/boxart/1542341ccc.jpg,Dolphin,2600,Action,Activision,Activision,,0.29,0.27,,0.02,0,1983-12-27, +/games/boxart/8423801ccc.jpg,The Godfather: Dons Edition,PS3,Action,Electronic Arts,Electronic Arts,,0.29,0.25,,0.02,0.03,2007-03-20, +/games/boxart/533899ccc.jpg,Prince of Persia: Rival Swords,Wii,Action,Ubisoft,Ubisoft Montreal,7,0.29,0.24,,0.03,0.02,2007-04-03, +/games/boxart/4871263ccc.jpg,Nicktoons: Battle for Volcano Island,GC,Action,THQ,Blue Tongue,,0.29,0.22,,0.06,0.01,2006-10-24, +/games/boxart/full_lego-harry-potter-years-5-7_773AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PSP,Action,Warner Bros. Interactive,Traveller's Tales,,0.29,0.11,,0.12,0.06,2011-11-11, +/games/boxart/full_sengoku-basara-samurai-heroes_0AmericaFront.jpg,Sengoku Basara: Samurai Heroes,Wii,Action,Capcom,Capcom,6,0.29,0.06,0.2,0.02,0.01,2010-10-12, +/games/boxart/full_2099292AmericaFrontccc.jpg,Warriors Orochi 2,PSP,Action,KOEI,Omega Force,5.3,0.29,0.06,0.22,0,0.01,2009-08-25, +/games/boxart/7705734ccc.jpg,Spider-Man: Friend or Foe,X360,Action,Activision,Next Level Games,5.9,0.29,0.26,,0.01,0.02,2007-10-02, +/games/boxart/full_3743334AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,PS2,Action,D3 Publisher,Papaya Studio Corporation,,0.29,0.11,,0.03,0.15,2009-10-27, +/games/boxart/185040ccc.jpg,Nicktoons: Battle for Volcano Island,DS,Action,THQ,Natsume,,0.29,0.27,,0,0.02,2006-10-24, +/games/boxart/full_4422546AmericaFrontccc.jpg,Dynasty Warriors: Strikeforce,PS3,Action,Tecmo Koei,Omega Force,6.8,0.29,0.11,0.07,0.08,0.03,2010-02-16, +/games/boxart/full_7618681AmericaFrontccc.jpg,Kenka Bancho: Badass Rumble,PSP,Action,Atlus,Spike,7,0.29,0.07,0.2,,0.01,2009-11-10, +/games/boxart/4563305ccc.jpg,Trace Memory,DS,Adventure,Nintendo,Cing,6.5,0.29,0.15,0.12,0.01,0.01,2005-09-26, +/games/boxart/full_7370075AmericaFrontccc.jpg,Marvel Super Hero Squad,PS2,Adventure,THQ,Mass Media Inc.,,0.29,0.14,,0.11,0.04,2009-10-20, +/games/boxart/full_one-piece-unlimited-cruise-episode-2-awakening-of-a-hero_8PALFront.jpg,One Piece Unlimited Cruise 2: Awakening of a Hero,Wii,Adventure,Namco Bandai,Ganbarion,,0.29,,0.17,0.1,0.01,2009-09-25, +/games/boxart/full_1283743JapanFrontccc.jpg,Penguin no Mondai: Saikyou Penguin Densetsu! A Penguin's Troubles,DS,Adventure,Konami,Konami,,0.29,,0.29,,,2008-12-11, +/games/boxart/full_3662383AmericaFrontccc.jpg,Just Dance 2017,NS,Music,Ubisoft,Ubisoft Paris,6.5,0.29,0.07,,0.2,0.02,2017-03-03,2018-04-06 +/games/boxart/full_9809854JapanFrontccc.jpg,Just Dance Wii 2,Wii,Music,Nintendo,Ubisoft,,0.29,,0.29,,,2012-07-26,2018-08-30 +/games/boxart/full_6041209AmericaFrontccc.jpg,Mini Ninjas,X360,Action,Eidos Interactive,IO Interactive,,0.29,0.12,,0.14,0.03,2009-09-08, +/games/boxart/9468700ccc.jpg,Fast Food,2600,Action,Unknown,Telesys,,0.29,0.27,,0.02,0,1982-01-01, +/games/boxart/7856555ccc.jpg,Dynasty Tactics,PS2,Strategy,KOEI,Koei,,0.29,0.06,0.16,0.05,0.02,2002-09-17, +/games/boxart/6156359ccc.jpg,Romance of the Three Kingdoms III: Dragon of Destiny,SNES,Strategy,KOEI,Koei,,0.29,,0.29,,,1993-01-01, +/games/boxart/full_2535903JapanFrontccc.jpg,Culdcept,3DS,Strategy,NIS America,OmiyaSoft,,0.29,0.04,0.23,0.01,0.01,2017-10-03,2018-04-02 +/games/boxart/9502947ccc.jpg,Rayman 3: Hoodlum Havoc,PS2,Platform,Ubisoft,Ubisoft,7.4,0.29,0.14,,0.11,0.04,2003-03-17, +/games/boxart/full_7810340AmericaFrontccc.png,Tomba! 2: The Evil Swine Return,PS,Platform,Sony Computer Entertainment,Whoopee Camp,,0.29,0.16,,0.11,0.02,1999-12-01, +/games/boxart/full_5027641AmericaFrontccc.jpg,Sonic Forces,XOne,Platform,Sega,Sonic Team,,0.29,0.15,,0.11,0.03,2017-11-07,2018-02-11 +/games/boxart/1800567ccc.jpg,Spyro: A Hero's Tail,GC,Platform,VU Games,Eurocom Entertainment Software,6.4,0.29,0.22,,0.06,0.01,2004-11-03, +/games/boxart/4541582ccc.gif,Earthworm Jim,GBA,Platform,Majesco,Game Titan,7.2,0.29,0.2,,0.08,0.01,2001-06-10, +/games/boxart/full_3025548AmericaFrontccc.jpg,Metal Gear Solid V: The Definitive Experience,PS4,Action,Konami Digital Entertainment,Kojima Productions,,0.29,0.13,0.03,0.08,0.04,2016-10-11,2018-05-29 +/games/boxart/full_3453101AmericaFrontccc.jpg,NASCAR 08,X360,Racing,EA Sports,EA Tiburon,,0.29,0.26,,0,0.02,2007-07-23, +/games/boxart/full_155797AmericaFrontccc.jpg,Cars 3: Driven to Win,PS4,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.29,0.06,0.01,0.18,0.04,2017-06-13,2018-01-14 +/games/boxart/7895663ccc.gif,The Punisher,XB,Shooter,THQ,Volition Inc.,,0.29,0.22,,0.06,0.01,2005-01-17, +/games/boxart/4688182ccc.jpg,Turning Point: Fall of Liberty,X360,Shooter,Codemasters,Spark Unlimited,4.3,0.29,0.23,,0.04,0.02,2008-02-26, +/games/boxart/5774084ccc.jpg,Looney Tunes Racing,PS,Racing,Infogrames,Circus Freak,,0.29,0.16,,0.11,0.02,2000-11-13, +/games/boxart/full_1885580AmericaFrontccc.jpg,Need for Speed Underground,GBA,Racing,Electronic Arts,Pocketeers,,0.29,0.21,,0.08,0.01,2003-12-18, +/games/boxart/full_6032227AmericaFrontccc.jpg,FlatOut: Head On,PSP,Racing,Warner Bros. Interactive,Bugbear Entertainment,7.3,0.29,0.13,,0.11,0.06,2008-04-04, +/games/boxart/4897462ccc.jpg,Ford Mustang: The Legend Lives,PS2,Racing,2K Games,Eutechnyx,,0.29,0.14,,0.11,0.04,2005-04-19, +/games/boxart/full_7502113AmericaFrontccc.jpg,Jeremy McGrath Supercross 2000,N64,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.29,0.23,,0.06,0,2000-02-29, +/games/boxart/5331053ccc.jpg,Supercross 2000,N64,Racing,Electronic Arts,MBL Research,,0.29,0.23,,0.06,0,1999-11-24, +/games/boxart/full_1139181AmericaFrontccc.jpg,Top Gear Overdrive,N64,Racing,Kemco,Snowblind Studios,,0.29,0.23,,0.06,0,1998-11-23, +/games/boxart/full_6838689AmericaFrontccc.jpg,Front Mission Evolved,PS3,Shooter,Square Enix,Double Helix Games,,0.29,0.09,0.11,0.07,0.03,2010-09-28, +/games/boxart/full_gears-of-war-triple-pack_546AmericaFront.jpg,Gears of War Triple Pack,X360,Shooter,Microsoft Game Studios,Epic Games,,0.29,0.27,,,0.02,2011-02-15, +/games/boxart/full_call-of-juarez-the-cartel_75AmericaFront.jpg,Call of Juarez: The Cartel,PS3,Shooter,Ubisoft,Techland,5.4,0.29,0.12,,0.12,0.05,2011-07-19, +/games/boxart/full_537800AmericaFrontccc.jpg,WinBack: Covert Operations,PS2,Shooter,KOEI,Omega Force,,0.29,0.14,,0.11,0.04,2001-03-27, +/games/boxart/full_7823890AmericaFrontccc.jpg,Wanted: Weapons of Fate,PS3,Shooter,Warner Bros. Interactive,GRIN,6.2,0.29,0.14,0.01,0.1,0.04,2009-03-24, +/games/boxart/37796ccc.jpg,Area 51,XB,Shooter,Midway Games,Midway Studios Austin,,0.29,0.22,,0.06,0.01,2005-04-25, +/games/boxart/full_5382480AmericaFrontccc.jpg,MLB Pennant Race,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.29,0.16,,0.11,0.02,1996-09-30, +/games/boxart/9634965ccc.jpg,MLB Power Pros,Wii,Sports,2K Sports,PawaPuro Production,8.5,0.29,0.23,0.04,,0.02,2007-10-03, +/games/boxart/full_4459267AmericaFrontccc.jpg,Snowboarding,PS,Sports,A1 Games,Atelier Double,,0.29,0.16,,0.11,0.02,2000-12-20, +/games/boxart/1799876ccc.jpg,Surf's Up,PS2,Sports,Ubisoft,Ubisoft Montreal,,0.29,0.14,,0.11,0.04,2007-05-30, +/games/boxart/full_479417AmericaFrontccc.jpg,The Chronicles of Riddick: Assault on Dark Athena,X360,Shooter,Atari,Starbreeze Studios AB,8.2,0.29,0.16,,0.1,0.03,2009-04-07, +/games/boxart/full_1870159AmericaFrontccc.jpg,Forsaken 64,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,8.3,0.29,0.23,,0.06,0,1998-04-30, +/games/boxart/full_tony-hawk-shred_7AmericaFront.jpg,Tony Hawk: Shred,PS3,Sports,Activision,Robomodo,,0.29,0.18,,0.06,0.04,2010-10-26, +/games/boxart/full_8839888JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2000 Kaimakuban,PS,Sports,Konami,Diamond Head,,0.29,,0.27,,0.02,2000-07-19, +/games/boxart/full_7500754JapanFrontccc.jpg,Puyo Puyo! 15th Anniversary,DS,Puzzle,Sega,Sega,,0.28,,0.28,,,2006-12-14, +/games/boxart/full_919280PALFrontccc.jpg,Siren: Blood Curse,PS3,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,8.3,0.28,,0.09,0.17,0.01,2008-07-24,2018-09-16 +/games/boxart/full_patapon-3_165AmericaFront.jpg,Patapon 3,PSP,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,7.4,0.28,0.05,0.17,0.04,0.02,2011-04-12, +/games/boxart/full_763205AmericaFrontccc.jpg,Haven: Call of the King,PS2,Platform,Midway Games,Traveller's Tales,,0.28,0.14,,0.11,0.04,2002-11-17, +/games/boxart/full_rhythm-thief-amp-the-emperors-treasure_939AmericaFront.jpg,Rhythm Thief & the Emperor's Treasure,3DS,Misc,Sega,Sega,7.5,0.28,0.07,0.12,0.07,0.01,2012-07-10, +/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_5AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,Wii,Platform,D3 Publisher,Papaya Studios,,0.28,0.17,,0.09,0.02,2010-10-05, +/games/boxart/full_8525002AmericaFrontccc.jpg,Rocket Power: Beach Bandits,GBA,Platform,THQ,Helixe,,0.28,0.2,,0.07,0.01,2002-10-19, +/games/boxart/full_4062634AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,GBA,Platform,Majesco,Pipe Dream Interactive,,0.28,0.2,,0.07,0.01,2001-06-10, +/games/boxart/full_2078948AmericaFrontccc.jpg,Skylanders Imaginators,PS3,Platform,Activision,Toys for Bob,,0.28,0.08,,0.16,0.04,2016-10-16,2018-03-30 +/games/boxart/full_2946932JapanFrontccc.jpg,F-1 Grand Prix,SNES,Racing,Video System,Video System,,0.28,,0.28,,,1992-04-28, +/games/boxart/full_9597902AmericaFrontccc.jpg,ExciteBots: Trick Racing,Wii,Racing,Nintendo,Monster Games,7.7,0.28,0.26,,,0.02,2009-04-20, +/games/boxart/675919ccc.jpg,NFL Blitz 20-02,PS2,Sports,Midway Games,Point of View,,0.28,0.14,,0.11,0.04,2002-02-06, +/games/boxart/7082912ccc.jpg,NCAA March Madness 2005,XB,Sports,EA Sports,EA Canada,,0.28,0.21,,0.06,0.01,2004-11-17, +/games/boxart/7699983ccc.jpg,NBA In The Zone,PS,Sports,Konami,Konami,,0.28,0.16,,0.11,0.02,1995-12-14, +/games/boxart/full_7782701AmericaFrontccc.jpg,F1 ROC: Race of Champions,SNES,Sports,Seta Corporation,Seta Corporation,,0.28,,0.28,,0,1992-03-01, +/games/boxart/4549036ccc.jpg,Disney's Extreme Skate Adventure,GBA,Sports,Activision,Vicarious Visions,6.6,0.28,0.2,,0.08,0.01,2003-09-03, +/games/boxart/full_7116200AmericaFrontccc.jpg,Backyard Wrestling 2: There Goes the Neighborhood,PS2,Fighting,Eidos Interactive,Paradox Development,,0.28,0.14,,0.11,0.04,2004-11-16, +/games/boxart/full_rugby-world-cup-2011_200PALFront.jpg,Rugby World Cup 2011,X360,Sports,505 Games,HB Studios Multimedia,4.8,0.28,0.03,,0.21,0.04,2011-09-06, +/games/boxart/full_6793598AmericaFrontccc.jpg,NCAA Basketball 09,PS2,Sports,EA Sports,EA Canada,,0.28,0.14,,0.11,0.04,2008-11-17, +/games/boxart/full_5727370JapanFrontccc.jpg,Power Pro Kun Pocket 3,GBA,Sports,Konami,Diamond Head,,0.28,,0.27,,0.01,2001-03-21, +/games/boxart/full_5523470AmericaFrontccc.jpg,Driver: Parallel Lines,PS2,Racing,Atari,Reflections Interactive,,0.28,0.12,0.03,0.1,0.03,2006-03-14, +/games/boxart/full_9506532AmericaFrontccc.jpg,Bass Strike,PS2,Sports,THQ,"Pai, Inc",,0.28,0.14,,0.11,0.04,2001-09-26, +/games/boxart/5071248ccc.jpg,NHL Hitz 20-03,PS2,Sports,Midway Games,EA Black Box,,0.28,0.14,,0.11,0.04,2002-09-16, +/games/boxart/full_5667483JapanFrontccc.jpg,Mobile Suit Gundam Side Story I: Senritsu no Blue,SAT,Shooter,Bandai,Bec,,0.28,,0.28,,,1996-09-20, +/games/boxart/full_1663808JapanFrontccc.jpg,Nichibutsu Arcade Classics,SNES,Misc,Nichibutsu,Nihon Bussan,,0.28,,0.28,,,1995-05-26, +/games/boxart/1756232ccc.jpg,FIFA 07 Soccer,X360,Sports,EA Sports,EA Canada,7.1,0.28,0.24,,0.01,0.02,2006-11-01, +/games/boxart/2587004ccc.jpg,ATV Quad Power Racing 2,GC,Racing,Acclaim Entertainment,Climax Entertainment,,0.28,0.22,,0.06,0.01,2003-01-22, +/games/boxart/full_9624864AmericaFrontccc.jpg,R: Racing Evolution,PS2,Racing,Namco,Namco,,0.28,0.14,,0.11,0.04,2003-12-09, +/games/boxart/8275140ccc.jpg,VMX Racing,PS,Racing,Playmates,Studio E,,0.28,0.16,,0.11,0.02,1997-06-30, +/games/boxart/8239359ccc.jpg,Monster 4x4: Masters of Metal,PS2,Racing,Ubisoft,Ubisoft Barcelona / Inland Productions,,0.28,0.14,,0.11,0.04,2003-11-25, +/games/boxart/full_7681671AmericaFrontccc.jpg,Real Pool,PS2,Sports,Infogrames,Takara,,0.28,0.14,,0.11,0.04,2000-11-06, +/games/boxart/full_5162019AmericaFrontccc.jpg,SingStar Country,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.28,0.14,,0.11,0.04,2008-10-28, +/games/boxart/full_junior-brain-trainer-2_401AmericaFront.jpg,Junior Brain Trainer 2,DS,Misc,GSP,Sanuk Games,,0.28,0.04,,0.21,0.03,2011-02-01, +/games/boxart/full_disney-channel-all-star-party_1AmericaFront.jpg,Disney Channel: All Star Party,Wii,Misc,Disney Interactive Studios,"Page 44 Studios, LLC",,0.28,0.18,,0.08,0.03,2010-10-26, +/games/boxart/full_3328496AmericaFrontccc.jpg,WarioWare Gold,3DS,Misc,Nintendo,Intelligent Systems,8.1,0.28,0.11,0.13,0.03,0.01,2018-08-03,2018-11-18 +/games/boxart/full_5340906AmericaFrontccc.png,Guitar Hero: Van Halen,Wii,Misc,Activision,Neversoft Entertainment,5,0.28,0.13,,0.12,0.03,2009-12-22, +/games/boxart/full_5168434JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Moujuu-Oh S,PS2,Misc,Sammy Corporation,Sammy Studios,,0.28,,0.28,,,2002-12-19, +/games/boxart/full_1170255AmericaFrontccc.jpg,Trivial Pursuit,PS3,Misc,Electronic Arts,Adrenalin Interactive,,0.28,0.12,,0.11,0.05,2009-03-10, +/games/boxart/full_394933AmericaFrontccc.png,Guitar Hero: Van Halen,PS3,Misc,Activision,Neversoft Entertainment,6.2,0.28,0.14,,0.09,0.04,2009-12-22, +/games/boxart/1792918ccc.jpg,Polaris,2600,Action,Tigervision,Taito,,0.28,0.26,,0.02,0,1983-01-01, +/games/boxart/8186537ccc.gif,Viewtiful Joe,PS2,Action,Capcom,Clover Studio,,0.28,0.14,,0.11,0.04,2004-08-24, +/games/boxart/full_4614296AmericaFrontccc.jpg,Darksiders,PS3,Action,THQ,Vigil Games,7.8,0.28,0.02,0.02,0.14,0.1,2010-01-05, +/games/boxart/full_medieval-moves-deadmunds-quest_289AmericaFront.jpg,Medieval Moves: Deadmund's Quest,PS3,Action,Sony Computer Entertainment,Zindagi Games,7,0.28,0.13,,0.11,0.05,2011-11-15, +/games/boxart/full_5481296AmericaFrontccc.jpg,SAW,X360,Action,Konami,Zombie Studios,6.2,0.28,0.13,,0.12,0.03,2009-10-06, +/games/boxart/8797336ccc.jpg,Shrek the Third,Wii,Action,Activision,Amaze Entertainment,,0.28,0.25,,0.01,0.02,2007-05-15, +/games/boxart/7363768ccc.gif,Harry Potter and the Sorcerer's Stone,PS2,Action,Electronic Arts,Warthog,,0.28,0.14,,0.11,0.04,2003-12-09, +/games/boxart/full_7706957AmericaFrontccc.jpg,Assassin's Creed II: Discovery,DS,Platform,Ubisoft,Griptonite Games,7.3,0.28,0.15,,0.11,0.03,2009-11-17, +/games/boxart/full_2404534AmericaFrontccc.jpg,Baby Pals,DS,Simulation,Crave Entertainment,Brain Toys,,0.28,0.26,,0.01,0.02,2007-11-19, +/games/boxart/8697403ccc.jpg,Fantastic 4: Flame On,GBA,Action,Activision,Torus Games,,0.28,0.2,,0.08,0.01,2005-11-08, +/games/boxart/full_kung-zhu_2AmericaFront.jpg,Kung Zhu,DS,Action,Activision,Black Lantern Studios,,0.28,0.26,,0,0.02,2010-11-23, +/games/boxart/full_transformers-dark-of-the-moon_359AmericaFront.jpg,Transformers: Dark of the Moon,X360,Action,Activision,High Moon Studios,6.5,0.28,0.13,,0.12,0.03,2011-06-14, +/games/boxart/full_7505880AmericaFrontccc.jpg,Tigger's Honey Hunt,PS,Platform,NewKidCo,Doki Denki,,0.28,0.16,,0.11,0.02,2000-09-29, +/games/boxart/5697303ccc.jpg,Yu-Gi-Oh! World Championship 2008,DS,Strategy,Konami,Konami,,0.28,0.13,0.12,0.02,0.01,2007-12-04, +/games/boxart/full_7599605JapanFrontccc.jpg,Kakyuusei,SAT,Strategy,Elf,Elf,,0.28,,0.28,,0,1997-04-25, +/games/boxart/full_8442093AmericaFrontccc.jpg,Civilization II,PS,Strategy,Activision,LTI Grey Matter,8.2,0.28,0.15,,0.11,0.02,1998-01-20, +/games/boxart/full_3257372JapanFrontccc.jpg,Next Hatsune Miku: Project Diva,PS3,Music,Sega,Sega,,0.28,0.08,0.19,,0.02,2013-08-27,2018-10-19 +/games/boxart/full_5272172AmericaFrontccc.jpg,Just Dance 2015,PS3,Music,Ubisoft,Ubisoft Paris,,0.28,0.15,,0.08,0.05,2014-10-21,2018-04-03 +/games/boxart/full_5301963AmericaFrontccc.jpg,Just Dance 2017,X360,Music,Ubisoft,Ubisoft Paris,,0.28,0.19,,0.07,0.03,2016-10-25,2018-04-06 +/games/boxart/full_batman-the-brave-and-the-bold-the-videogame_8AmericaFront.jpg,Batman: The Brave and the Bold the Videogame,Wii,Action,Warner Bros. Interactive,WayForward Technologies,7.5,0.28,0.2,,0.05,0.02,2010-09-07, +/games/boxart/full_2678802AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,PS2,Action,Atari,Paradigm Entertainment,,0.28,0.14,,0.11,0.04,2003-12-08, +/games/boxart/full_1386695AmericaFrontccc.jpg,Disney's Treasure Planet,GBA,Action,Disney Interactive Studios,Disney Interactive,6.3,0.28,0.2,,0.07,0.01,2002-10-31, +/games/boxart/full_941014AmericaFrontccc.jpg,Thief,X360,Action,Square Enix,Eidos Montreal,,0.28,0.14,,0.12,0.02,2014-02-25,2018-01-04 +/games/boxart/full_5572609AmericaFrontccc.jpg,True Crime: New York City,XB,Action,Activision,EXAKT Entertainment,,0.28,0.21,,0.06,0.01,2005-11-15, +/games/boxart/full_8207815PALFrontccc.jpg,The Heavy Rain and Beyond: Two Souls Collection,PS4,Action,Sony Computer Entertainment,Quantic Dream,,0.28,,,0.24,0.04,2016-03-01,2018-04-20 +/games/boxart/6961658ccc.jpg,Jackass the Game,PS2,Action,Red Mile Entertainment,Sidhe Interactive,,0.28,0.14,,0.11,0.04,2007-09-24, +/games/boxart/5877084ccc.jpg,Hannah Montana: Spotlight World Tour,PS2,Action,Disney Interactive Studios,Avalanche Software,,0.28,0.12,,0.02,0.14,2008-08-07, +/games/boxart/default.jpg,Arcade Hits: Frisky Tom,PS,Action,Hamster Corporation,Hamster,,0.28,0.16,,0.11,0.02,2002-07-25, +/games/boxart/1092983ccc.jpg,Bratz: Super Babyz,DS,Action,THQ,Creat Studios,,0.28,0.26,,0,0.02,2008-02-25, +/games/boxart/full_el-shaddai-ascension-of-the-metatron_984AmericaFront.jpg,El Shaddai: Ascension of the Metatron,PS3,Action,Ignition Entertainment,Ignition Entertainment,8,0.28,0.11,0.08,0.07,0.03,2011-08-16, +/games/boxart/7784276ccc.jpg,The Warriors,XB,Action,Rockstar Games,Rockstar Toronto,,0.28,0.21,,0.06,0.01,2005-10-17, +/games/boxart/full_8500562AmericaFrontccc.jpg,Bladestorm: The Hundred Years' War,PS3,Action,KOEI,Omega Force,5.8,0.28,0.1,0.14,0.03,0.02,2007-11-06, +/games/boxart/7655544ccc.jpg,X-Men: Reign of Apocalypse,GBA,Action,Activision,Digital Eclipse,,0.28,0.2,,0.08,0.01,2001-09-25, +/games/boxart/full_4050143AmericaFrontccc.jpg,Star Trek Bridge Crew,PS4,Action,Ubisoft,Red Storm Entertainment,6.8,0.28,0.11,,0.12,0.05,2017-05-30,2018-04-09 +/games/boxart/full_monopoly-streets_8AmericaFront.jpg,Monopoly Streets,X360,Misc,Electronic Arts,Electronic Arts,,0.28,0.16,,0.09,0.02,2010-10-26, +/games/boxart/full_9254295AmericaFrontccc.jpg,Pac-Man Fever,GC,Misc,Namco,Mass Media,5.1,0.28,0.21,,0.06,0.01,2002-09-03, +/games/boxart/4886099ccc.jpg,Syphon Filter: Dark Mirror,PS2,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.28,0.14,,0.11,0.04,2007-09-18, +/games/boxart/full_4206433AmericaFrontccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,XB,Shooter,Gotham Games,Pivotal Games,,0.28,0.21,,0.06,0.01,2003-10-04, +/games/boxart/full_6098100AmericaFrontccc.jpg,Hot Shots Golf: World Invitational,PS3,Shooter,Sony Computer Entertainment,Clap Hanz,,0.28,,0.28,,,2013-07-23,2018-11-16 +/games/boxart/full_9145394AmericaFrontccc.jpg,Unreal Championship 2: The Liandri Conflict,XB,Shooter,Midway Games,Epic Games,,0.28,0.22,,0.05,0.01,2005-04-18, +/games/boxart/full_operation-flashpoint-red-river_464AmericaFront.jpg,Operation Flashpoint: Red River,X360,Shooter,Codemasters,Codemasters,7,0.28,0.1,0.01,0.14,0.03,2011-06-07, +/games/boxart/1596994ccc.gif,Bratz Ponyz,DS,Adventure,Game Factory,Neko Entertainment,,0.28,0.26,,0,0.02,2007-07-30, +/games/boxart/1653876ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GC,Adventure,Buena Vista,Traveller's Tales,,0.28,0.22,,0.06,0.01,2005-11-14, +/games/boxart/6385932ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GC,Adventure,THQ,THQ,,0.28,0.22,,0.06,0.01,2004-09-13, +/games/boxart/full_csi-deadly-intent_875AmericaFront.jpg,CSI: Deadly Intent,Wii,Adventure,Ubisoft,Telltale Games,,0.28,0.12,,0.13,0.03,2009-10-27, +/games/boxart/9132130ccc.jpg,Avatar: The Last Airbender,Wii,Adventure,THQ,AWE Games,,0.28,0.23,,0.02,0.02,2006-11-13, +/games/boxart/full_2380252AmericaFrontccc.jpg,Myst III: Exile,PS2,Adventure,Ubisoft,Presto Studios,,0.28,0.14,,0.11,0.04,2002-09-22, +/games/boxart/1270727ccc.gif,Street Hoops,XB,Sports,Activision,Black Ops Entertainment,,0.28,0.21,,0.06,0.01,2002-08-12, +/games/boxart/full_3969433AmericaFrontccc.png,Rory McIlroy PGA Tour,XOne,Sports,Electronic Arts,EA Tiburon,,0.28,0.16,,0.09,0.02,2015-07-14,2018-05-24 +/games/boxart/1520005ccc.jpg,Deer Hunter,PS2,Sports,Atari,Coresoft,,0.28,0.14,,0.11,0.04,2003-12-22, +/games/boxart/full_7810357AmericaFrontccc.png,Dead to Rights: Retribution,PS3,Shooter,Namco Bandai,Volatile Games,6,0.28,0.1,0.02,0.12,0.05,2010-04-27, +/games/boxart/full_8459937AmericaFrontccc.png,Battleborn,XOne,Shooter,2K Games,Gearbox Software,,0.28,0.2,,0.05,0.03,2016-05-03, +/games/boxart/full_9327521AmericaFrontccc.jpg,Lord of Darkness,SNES,Strategy,KOEI,Koei,,0.28,,0.28,,0,1994-01-01, +/games/boxart/full_8831895JapanFrontccc.jpg,Famista '92,NES,Sports,Namco,Namco,,0.28,,0.28,,,1991-12-20, +/games/boxart/full_4090988AmericaFrontccc.jpg,Surf's Up,DS,Sports,Ubisoft,Ubisoft Quebec,,0.28,0.26,,0,0.02,2007-05-30, +/games/boxart/full_1607710AmericaFrontccc.jpg,MLB 07: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.1,0.28,0.26,,,0.02,2007-02-27, +/games/boxart/full_cabelas-big-game-hunter-2012_285AmericaFront.jpg,Cabela's Big Game Hunter 2012,X360,Sports,Activision,Activision,,0.28,0.24,,0.02,0.02,2011-09-27, +/games/boxart/full_1805201AmericaFrontccc.jpg,International Superstar Soccer,SNES,Sports,Konami,Konami,,0.28,,0.28,,0,1995-06-01, +/games/boxart/full_nba-2k12_581AmericaFront.jpg,NBA 2K12,PSP,Sports,2K Sports,Visual Concepts,,0.28,0.22,,0.03,0.03,2011-10-04, +/games/boxart/default.jpg,Wappy Dog,DS,Simulation,Activision,Activision,,0.28,0.26,,0,0.02,2011-11-08, +/games/boxart/full_6753741AmericaFrontccc.jpg,SimCity 2000,SAT,Simulation,Maxis,Maxis,,0.28,,0.28,,0,1995-01-01, +/games/boxart/2550079ccc.jpg,Dave Mirra Freestyle BMX 2,GC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.28,0.21,,0.06,0.01,2001-11-17, +/games/boxart/8385396ccc.jpg,Summer Heat Beach Volleyball,PS2,Sports,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.28,0.14,,0.11,0.04,2003-07-01, +/games/boxart/full_7354120AmericaFrontccc.jpg,Moshi Monsters: Moshlings Theme Park,3DS,Simulation,Activision,"Black Lantern Studios, Inc.",,0.28,0.13,,0.13,0.02,2012-10-30,2018-10-16 +/games/boxart/8574848ccc.jpg,The Urbz: Sims In the City (US weekly sales),DS,Simulation,Electronic Arts,Griptonite Games,,0.28,0.26,,,0.02,2004-11-17, +/games/boxart/9566746ccc.jpg,Shrek: Ogres & Dronkeys,DS,Simulation,Activision,WayForward Technologies,,0.28,0.26,,0,0.02,2007-11-05, +/games/boxart/full_1292460AmericaFrontccc.jpg,Spintires: MudRunner,PS4,Simulation,Focus Home Interactive,Saber Interactive,,0.28,0.11,,0.12,0.05,2017-10-31,2018-05-30 +/games/boxart/full_7885045AmericaFrontccc.jpg,Angry Birds: Star Wars,X360,Puzzle,Activision,Exient Entertainment,,0.28,0.16,,0.1,0.02,2013-10-29,2018-03-16 +/games/boxart/full_6311627AmericaFrontccc.jpg,How to Train Your Dragon 2,3DS,Action-Adventure,Little Orbit,Torus Games,,0.28,0.04,,0.22,0.02,2014-06-10,2018-02-03 +/games/boxart/full_428400PALFrontccc.jpg,Jewel Quest Mysteries: Curse of the Emerald Tear,DS,Puzzle,Avanquest,TBD,,0.28,,,0.25,0.04,2010-04-23, +/games/boxart/full_6196231AmericaFrontccc.jpg,Carol Vorderman's Sudoku,PS2,Puzzle,Eidos Interactive,Empire Interactive,7.4,0.28,,,0.23,0.05,2007-03-06, +/games/boxart/1334672ccc.jpg,Cake Mania 2: Jill's Next Adventure!,DS,Puzzle,Majesco,Digital Embryo,,0.28,0.26,,0,0.02,2008-06-24, +/games/boxart/full_6671380AmericaFrontccc.jpg,Onechanbara Z2: Chaos,PS4,Action,NIS America,Tamsoft,,0.28,0.16,0.05,0.03,0.04,2015-07-21,2018-05-30 +/games/boxart/full_283182JapanFrontccc.jpg,Gundam Musou Special,PS2,Action,Namco Bandai,Koei,,0.28,,0.28,,,2008-02-28, +/games/boxart/full_3266499AmericaFrontccc.jpg,The Warriors,PSP,Action,Rockstar Games,Rockstar Toronto / Leeds,8.1,0.28,0.23,,0.02,0.03,2007-02-12, +/games/boxart/full_6372246AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,PS2,Action,LucasArts,Artificial Mind and Movement,,0.28,0.11,,0.01,0.16,2009-06-09, +/games/boxart/full_3202869AmericaFrontccc.jpg,The Binding of Isaac: Afterbirth+,NS,Action,Nicalis,Nicalis,9,0.28,0.17,,0.08,0.03,2017-03-17,2018-01-18 +/games/boxart/full_6751149AmericaFrontccc.jpg,Gundam Versus,PS4,Action,Namco Bandai Games,Namco Bandai Games,7.3,0.28,0.08,0.18,,0.02,2017-09-29,2018-01-12 +/games/boxart/full_3809075JapanFrontccc.jpg,Donkey Kong GB: Dinky Kong & Dixie Kong,GB,Platform,Nintendo,Rare Ltd.,,0.28,,0.28,,0,2000-01-28, +/games/boxart/full_1757367AmericaFrontccc.jpg,Over the Hedge,DS,Platform,Activision,Vicarious Visions,7.1,0.28,0.24,,0.01,0.02,2006-05-05, +/games/boxart/6370668ccc.jpg,Pirates of the Caribbean: Dead Man's Chest,PSP,Adventure,Buena Vista,Griptonite Games,4.3,0.28,0.25,,0.01,0.02,2006-06-27, +/games/boxart/9368894ccc.jpg,Dragon Ball GT: Transformation,GBA,Action,Atari,Webfoot Technologies,7.7,0.28,0.2,,0.08,0.01,2005-08-09, +/games/boxart/full_7864922AmericaFrontccc.jpg,Tak and the Guardians of Gross,PS2,Action,THQ,Blitz Games,,0.28,0.14,,0.11,0.04,2008-10-13, +/games/boxart/full_3470887AmericaFrontccc.jpg,Silent Hill 2: Restless Dreams,XB,Action,Konami,KCET,,0.28,0.21,,0.06,0.01,2001-12-20, +/games/boxart/7949682ccc.png,SimCity 4,PC,Simulation,Electronic Arts,Maxis,8.7,0.28,0.01,,0.24,0.02,2003-01-12, +/games/boxart/full_eyepet_390PALFront.jpg,EyePet,PSP,Simulation,Sony Computer Entertainment,SCEE London Studio,4.9,0.28,0.02,,0.17,0.09,2010-11-02, +/games/boxart/8117562ccc.jpg,Armored Core: Project Phantasma,PS,Simulation,ASCII Entertainment,From Software,7.2,0.28,0.06,0.15,0.04,0.02,1998-09-30, +/games/boxart/full_9033425AmericaFrontccc.jpg,Yu-Gi-Oh! Double Pack,GBA,Role-Playing,Konami,Konami,,0.28,0.2,,0.08,0.01,2006-02-21, +/games/boxart/full_3474537JapanFrontccc.jpg,Digimon Adventure: Anode Tamer,WS,Role-Playing,Bandai,Bandai,,0.28,,0.28,,,1999-12-16, +/games/boxart/8957094ccc.jpg,Final Fantasy VI Advance,GBA,Role-Playing,Nintendo,Square Enix,9.1,0.28,,0.28,,0.01,2007-02-05, +/games/boxart/full_tales-of-the-world-radiant-mythology-3_30JapanFront.jpg,Tales of the World: Radiant Mythology 3,PSP,Role-Playing,Namco Bandai,Alfa System,,0.28,,0.28,,,2011-02-10, +/games/boxart/55090ccc.jpg,Wild ARMs 5,PS2,Role-Playing,Xseed Games,Media.Vision,7.5,0.28,0.14,,0.11,0.04,2007-08-28, +/games/boxart/full_8718470JapanFrontccc.jpg,Yu-Gi-Oh! Monster Capsule Breed & Battle,PS,Role-Playing,Konami,Konami Computer Entertainment Shinjuku,,0.28,,0.26,,0.02,1998-07-23, +/games/boxart/full_2488304AmericaFrontccc.jpg,Etrian Mystery Dungeon,3DS,Role-Playing,Atlus,Spike Chunsoft,7.6,0.28,0.11,0.14,0.01,0.01,2015-04-07,2018-07-26 +/games/boxart/full_4836660AmericaFrontccc.jpg,Mass Effect 3,WiiU,Role-Playing,Electronic Arts,BioWare,9.2,0.28,0.14,,0.12,0.02,2012-11-18,2018-01-09 +/games/boxart/2020464ccc.jpg,Shadow Hearts,PS2,Role-Playing,Midway Games,Sacnoth,7,0.28,0.09,0.1,0.07,0.02,2001-12-11, +/games/boxart/full_7371924AmericaFrontccc.jpg,Secret of Mana,PS4,Role-Playing,Square Enix,Square,,0.28,0.06,0.05,0.12,0.04,2018-02-15,2018-02-26 +/games/boxart/full_67266AmericaFrontccc.jpg,Harvest Moon DS Cute (US sales),DS,Simulation,Natsume,Marvelous Interactive,,0.28,0.28,,,,2008-03-25, +/games/boxart/8019060ccc.jpg,F/A-18F Super Hornet,GBA,Simulation,Majesco,UK Magic,,0.28,0.2,,0.08,0.01,2004-11-16, +/games/boxart/4690142ccc.jpg,Marvel Nemesis: Rise of the Imperfects,XB,Fighting,Electronic Arts,Nihilistic Software,,0.28,0.21,,0.06,0.01,2005-09-20, +/games/boxart/2292432ccc.jpg,Dead or Alive,PS,Fighting,Tecmo,Team Ninja,8.3,0.28,0.09,0.1,0.06,0.02,1998-03-31, +/games/boxart/1253171ccc.gif,Soul Nomad & the World Eaters,PS2,Role-Playing,NIS America,Nippon Ichi Software,,0.28,0.14,,0.11,0.04,2007-09-25, +/games/boxart/full_1899263PALFrontccc.jpg,Dragon Ball: Xenoverse,X360,Fighting,Namco Bandai Games,Dimps Corporation,,0.28,0.21,,0.04,0.03,2015-02-24,2018-09-11 +/games/boxart/full_981099JapanFrontccc.jpg,Super Fire ProWrestling X,SNES,Fighting,Human Entertainment,Human Club,,0.28,,0.28,,,1995-12-22, +/games/boxart/full_5086635PALFrontccc.jpg,The King of Fighters '95,SAT,Fighting,SNK,SNK Corporation,,0.28,,0.28,,,1996-01-01, +/games/boxart/full_kung-fu-chaos_503AmericaFront.jpg,Kung Fu Chaos,XB,Fighting,Microsoft Game Studios,Just Add Monsters,7,0.28,0.21,,0.06,0.01,2003-02-24, +/games/boxart/full_9146164AmericaFrontccc.png,Godzilla: Domination!,GBA,Fighting,Atari,WayForward Pocket Team,4.7,0.28,0.2,,0.07,0.01,2002-11-11, +/games/boxart/full_8298258AmericaFrontccc.jpg,Virtua Fighter 5 Online,X360,Fighting,Sega,Sega-AM2,9.2,0.28,0.2,0.03,0.02,0.02,2007-10-30, +/games/boxart/full_warpath-jurassic-park_3AmericaFront.jpg,Warpath: Jurassic Park,PS,Fighting,Electronic Arts,Black Ops Entertainment,,0.28,0.15,,0.1,0.02,1999-10-31, +/games/boxart/full_8891180JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2003,PS2,Sports,Namco,Namco,,0.28,,0.28,,,2003-04-03, +/games/boxart/full_25567AmericaFrontccc.jpg,All Star Cheer Squad,DS,Sports,THQ,Gorilla Systems,,0.28,0.26,,0,0.02,2008-11-24, +/games/boxart/full_631222AmericaFrontccc.jpg,Reel Fishing: Angler's Dream,Wii,Sports,Natsume,SIMS,,0.28,0.25,0,0.01,0.02,2009-08-25, +/games/boxart/9113374ccc.jpg,Madagascar,XB,Platform,Activision,Toys for Bob,6.8,0.28,0.21,,0.06,0.01,2005-05-24, +/games/boxart/full_6480974AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.28,0.05,0.02,0.19,0.02,2016-06-28,2018-03-31 +/games/boxart/4877467ccc.jpg,Mega Man ZX,DS,Platform,Capcom,Inti Creates,8.1,0.28,0.16,0.1,0,0.02,2006-09-12, +/games/boxart/full_148569AmericaFrontccc.jpg,Tom and Jerry Tales,DS,Platform,Warner Bros. Interactive,Sensory Sweep,,0.28,0.2,,0.06,0.02,2006-11-07, +/games/boxart/9216815ccc.jpg,Mega Man 7,SNES,Platform,Capcom,Capcom,,0.28,0.03,0.23,0.01,0.01,1995-03-23, +/games/boxart/full_1123172AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,Wii,Platform,Activision,Eurocom Entertainment Software,7.2,0.28,0.11,,0.14,0.03,2009-06-30, +/games/boxart/full_1254262AmericaFrontccc.jpg,Castlevania: Aria of Sorrow,GBA,Platform,Konami,KCET,8.8,0.28,0.2,,0.07,0,2003-05-06, +/games/boxart/1079032ccc.gif,Pokémon Box: Ruby and Sapphire,GC,Misc,Nintendo,The Pokémon Company,,0.28,,0.27,,0.01,2004-09-12, +/games/boxart/full_166522AmericaFrontccc.jpeg,Kobitodzukan: Kobito Kansatsu Set,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.28,,0.28,,,2012-07-26,2018-04-02 +/games/boxart/full_9761625AmericaFrontccc.jpg,DeathSmiles,X360,Shooter,Aksys Games,Cave,8,0.28,0.15,0.05,0.06,0.02,2010-06-29, +/games/boxart/6928440ccc.jpg,Mister Mosquito,PS2,Shooter,Eidos Interactive,Zoom Inc.,6.6,0.28,0.05,0.17,0.04,0.01,2002-03-12, +/games/boxart/full_9182190AmericaFrontccc.jpg,Triple Play 2000,N64,Sports,EA Sports,Treyarch,,0.28,0.27,,0.01,0,1999-03-22, +/games/boxart/full_need-for-speed-the-run_617AmericaFront.jpg,Need for Speed: The Run,Wii,Racing,Electronic Arts,Firebrand Games,,0.28,0.11,0.01,0.13,0.03,2011-11-15, +/games/boxart/full_world-of-tanks_316AmericaFront.jpg,World of Tanks,PC,Shooter,Wargaming.net,Wargaming.net,7.8,0.28,,,0.23,0.05,2011-04-12, +/games/boxart/606631ccc.jpg,MX SuperFly featuring Ricky Carmichael,PS2,Racing,THQ,Pacific Coast Power & Light,,0.28,0.14,,0.11,0.04,2002-06-17, +/games/boxart/full_4071464AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),WiiU,Racing,Electronic Arts,Criterion Games,8.4,0.28,0.13,,0.13,0.02,2013-03-19,2018-12-19 +/games/boxart/9136490ccc.jpg,Need for Speed: Most Wanted,PC,Racing,Electronic Arts,EA Canada,,0.28,0.02,,0.24,0.02,2005-11-15, +/games/boxart/6797905ccc.jpg,Corvette,GBA,Racing,TDK Mediactive,Visual Impact,4.9,0.28,0.2,,0.07,0.01,2003-11-11, +/games/boxart/5931981ccc.jpg,Stuntman: Ignition,PS2,Racing,THQ,Paradigm Entertainment,,0.27,0.13,,0.1,0.03,2007-08-28, +/games/boxart/1298804ccc.jpg,NASCAR 06: Total Team Control,XB,Racing,EA Sports,EA Tiburon,,0.27,0.2,,0.06,0.01,2005-08-30, +/games/boxart/full_4987141AmericaFrontccc.jpg,Driveclub VR,PS4,Racing,Sony Interactive Entertainment,Evolution Studios,,0.27,0.12,0.01,0.09,0.04,2016-10-13,2018-09-25 +/games/boxart/full_7466798AmericaFrontccc.jpg,F1 Race Stars,X360,Racing,Codemasters,Codemasters Birmingham,,0.27,0.07,,0.18,0.02,2012-11-13,2018-10-17 +/games/boxart/full_5491107AmericaFrontccc.jpg,MotoGP,PS2,Racing,Namco,Namco,,0.27,0.06,0.14,0.05,0.02,2000-10-31, +/games/boxart/full_7466591AmericaFrontccc.jpg,Littlest Pet Shop: Beach Friends,DS,Simulation,Electronic Arts,EA Salt Lake,,0.27,0.25,,,0.02,2009-10-20, +/games/boxart/9323102ccc.jpg,Jurassic Park: Operation Genesis,PS2,Simulation,VU Games,Blue Tongue,,0.27,0.13,,0.1,0.03,2003-03-25, +/games/boxart/2383527ccc.jpg,Baten Kaitos: Eternal Wings and the Lost Ocean,GC,Role-Playing,Namco,tri-Crescendo / Monolith Soft,8.2,0.27,0.21,,0.05,0.01,2004-11-16, +/games/boxart/full_976868AmericaFrontccc.jpg,Final Fantasy XI: Ultimate Collection,X360,Role-Playing,Square Enix,Square Enix,,0.27,0.25,,,0.02,2009-11-10, +/games/boxart/259552ccc.jpg,The BIGS,X360,Sports,2K Sports,Blue Castle Games,,0.27,0.18,,0.08,,2007-06-25, +/games/boxart/full_slam-dunk-yonkyo-taiketsu_10JapanFront.jpg,Slam Dunk: Yonkyo Taiketsu!!,SNES,Sports,Bandai,Bandai,,0.27,,0.27,,,1994-03-26, +/games/boxart/full_1437659AmericaFrontccc.jpg,NHL 07,X360,Sports,EA Sports,EA Canada,8,0.27,0.25,,0,0.02,2006-09-12, +/games/boxart/full_nhl-2k11_10AmericaFront.jpg,NHL 2K11,Wii,Sports,2K Sports,Visual Concepts,6.3,0.27,0.23,,0.02,0.02,2010-08-24, +/games/boxart/full_nhl-2002_922AmericaFront.jpg,NHL 2002,XB,Sports,EA Sports,EA Canada,,0.27,0.2,,0.06,0.01,2001-12-10, +/games/boxart/full_1074032JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 5,N64,Sports,Konami,Diamond Head,,0.27,,0.27,,0,1998-03-26, +/games/boxart/5943341ccc.jpg,NBA In The Zone '98,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.27,0.25,,0.02,0,1998-02-10, +/games/boxart/full_remington-super-slam-hunting-africa_7AmericaFront.jpg,Remington Super Slam Hunting: Africa,Wii,Sports,Mastiff,Mastiff,,0.27,0.25,,,0.02,2010-11-09, +/games/boxart/full_2792740AmericaFrontccc.jpg,And1 Streetball,PS2,Sports,Ubisoft,Black Ops Entertainment,,0.27,0.13,,0.1,0.03,2006-06-06, +/games/boxart/1765572ccc.jpg,NBA Jam 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.27,0.25,,0.02,0,1998-12-04, +/games/boxart/full_mat-hoffmans-pro-bmx_814AmericaFront.jpg,Mat Hoffman's Pro BMX,GBA,Sports,Activision,HotGen Studios,,0.27,0.19,,0.07,0,2001-11-19, +/games/boxart/9007202ccc.jpg,NFL Street 3,PSP,Sports,EA Sports BIG,EA Tiburon,6.7,0.27,0.24,,0,0.02,2006-11-14, +/games/boxart/full_3665460JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2,SNES,Sports,Konami,Konami,,0.27,,0.27,,,1995-02-24, +/games/boxart/full_3794932AmericaFrontccc.jpg,Summer Athletics: The Ultimate Challenge (US sales),Wii,Sports,Conspiracy Entertainment,49Games,,0.27,0.23,,0.03,,2008-08-04, +/games/boxart/full_5134005AmericaFrontccc.jpg,NBA ShootOut 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.27,0.15,,0.1,0.02,2000-10-30, +/games/boxart/full_5215960AmericaFrontccc.jpg,Cabela's Big Game Hunter 2010,X360,Sports,Activision,Cauldron,,0.27,0.25,,,0.02,2009-09-29, +/games/boxart/full_3007547AmericaFrontccc.jpg,Knockout Kings 2002,XB,Sports,EA Sports,Black Ops Entertainment,,0.27,0.2,,0.06,0.01,2002-03-04, +/games/boxart/1092540ccc.jpg,ESPN NBA Basketball,XB,Sports,Sega,Visual Concepts,,0.27,0.2,,0.06,0.01,2003-10-22, +/games/boxart/full_3730133JapanFrontccc.jpg,Gallop Racer 2: One and Only Road to Victory,PS,Sports,Tecmo,Tecmo,,0.27,,0.25,,0.02,1997-11-20, +/games/boxart/full_dragon-ball-z-tenkaichi-tag-team_1AmericaFront.jpg,Dragon Ball Z: Tenkaichi Tag Team,PSP,Fighting,Namco Bandai,Dimps Corporation,6,0.27,0.11,0.09,0.04,0.03,2010-10-19, +/games/boxart/3433584ccc.jpg,Battle Arena Toshinden 3,PS,Fighting,Playmates,Takara,,0.27,0.06,0.14,0.04,0.02,1997-03-31, +/games/boxart/7509015ccc.jpg,InuYasha: Feudal Combat,PS2,Fighting,Bandai,Eighting,,0.27,0.13,,0.1,0.03,2005-08-24, +/games/boxart/full_3975654AmericaFrontccc.jpg,Pro Evolution Soccer 2017,PS3,Sports,Konami Digital Entertainment,PES Productions,,0.27,0.04,0.08,0.12,0.03,2016-09-13,2018-04-14 +/games/boxart/full_2659278AmericaFrontccc.jpg,Q-Ball: Billiards Master,PS2,Sports,Take-Two Interactive,"ASK Co. Ltd., Ornith",,0.27,0.13,,0.1,0.04,2000-02-29, +/games/boxart/full_5552720AmericaFrontccc.jpg,NBA Live 14,PS4,Sports,EA Sports,EA Tiburon,,0.27,0.17,,0.05,0.05,2013-11-15,2018-10-19 +/games/boxart/full_5015926AmericaFrontccc.jpg,Pro Evolution Soccer 2013,PSP,Sports,Konami Digital Entertainment,Konami,,0.27,,0.18,0.08,0.02,2012-11-06,2018-01-12 +/games/boxart/2942999ccc.jpg,Athens 2004,PS2,Sports,Sony Computer Entertainment,Eurocom Entertainment Software,,0.27,0.13,,0.1,0.03,2004-07-14, +/games/boxart/full_7609156JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable 4,PSP,Sports,Konami,PawaPuro Productions,,0.27,,0.27,,,2009-09-17, +/games/boxart/full_150464AmericaFrontccc.jpg,Sydney 2000,PS,Sports,Eidos Interactive,Attention To Detail,,0.27,0.15,,0.1,0.02,2000-07-31, +/games/boxart/full_rapala-pro-bass-fishing-2010_320AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PS3,Sports,Activision,FUN Labs,,0.27,0.18,,0.06,0.03,2010-09-28, +/games/boxart/4486637ccc.jpg,Cabela's Trophy Bucks,PS2,Sports,Activision,Sand Grain Studios,,0.27,0.13,,0.11,0.04,2007-09-19, +/games/boxart/full_2989683AmericaFrontccc.jpg,Motocross Maniacs Advance,GBA,Racing,Konami,"Konami Computer Entertainment America, Inc. Honolulu Studio",,0.27,0.2,,0.07,0,2002-03-21, +/games/boxart/full_6852342AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,Wii,Misc,MTV Games,Harmonix Music Systems,,0.27,0.24,,0,0.02,2008-11-16, +/games/boxart/full_2046601AmericaFrontccc.jpg,My Japanese Coach,DS,Misc,Ubisoft,Ubisoft,,0.27,0.24,,0,0.02,2008-10-15, +/games/boxart/full_2534204AmericaFrontccc.jpg,Sonic X: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.27,0.19,,0.07,0,2004-05-14, +/games/boxart/full_pinkalicious_821AmericaFront.jpg,Pinkalicious,DS,Misc,GameMill,GameMill Entertainment,,0.27,0.25,,,0.02,2011-03-29, +/games/boxart/full_5655334JapanFrontccc.jpg,Moero! Nekketsu Rhythm Damashii: Osu! Tatakae! Ouendan! 2,DS,Misc,Nintendo,iNiS,,0.27,,0.27,,,2007-05-17, +/games/boxart/full_8611429AmericaFrontccc.jpg,Lightning Returns: Final Fantasy XIII,X360,Misc,Square Enix,Unknown,6.4,0.27,0.15,0.01,0.08,0.02,2014-02-11, +/games/boxart/106434ccc.jpg,Bridge,2600,Misc,Activision,Activision,,0.27,0.25,,0.02,0,1980-12-01, +/games/boxart/full_8142576AmericaFrontccc.jpg,LEGO The Hobbit,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.27,0.13,,0.13,0.02,2014-04-08,2018-03-15 +/games/boxart/full_3208958AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,XOne,Action-Adventure,Konami Digital Entertainment,Kojima Productions,7.7,0.27,0.13,,0.13,0.02,2014-03-18,2018-03-22 +/games/boxart/full_1785719AmericaFrontccc.jpg,Family Guy: Back to the Multiverse,PS3,Action-Adventure,Activision,Heavy Iron Studios,,0.27,0.12,,0.11,0.05,2012-11-20,2018-10-19 +/games/boxart/full_4378476AmericaFrontccc.jpg,Batman: Arkham Origins Blackgate,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,7,0.27,0.16,,0.09,0.02,2013-10-25,2018-12-10 +/games/boxart/full_1045409AmericaFrontccc.jpg,Robinson: The Journey,PS4,Action-Adventure,Sony Interactive Entertainment,Crytek,,0.27,0.14,,0.09,0.05,2016-11-08,2018-09-14 +/games/boxart/full_2130983AmericaFrontccc.jpg,Shenmue I & II,PS4,Action-Adventure,Sega,Sega,,0.27,0.09,0.05,0.1,0.04,2018-08-21,2018-12-19 +/games/boxart/full_6696455AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),PS3,Action-Adventure,Activision,Beenox,,0.27,0.06,0.02,0.14,0.04,2014-04-29,2018-03-19 +/games/boxart/full_7868316AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Game Time,Wii,Puzzle,THQ,THQ,,0.27,0.25,,,0.02,2009-10-26, +/games/boxart/2785766ccc.jpg,Ty the Tasmanian Tiger,GC,Platform,Electronic Arts,Krome Studios,7.1,0.27,0.21,,0.05,0.01,2002-09-10, +/games/boxart/full_just-dance-kids-2_419AmericaFront.jpg,Just Dance Kids 2,Wii,Misc,Ubisoft,Ubisoft,,0.27,0.25,,,0.02,2011-10-25, +/games/boxart/1980470ccc.jpg,Connect Four / Perfection / Trouble,GBA,Misc,"Destination Software, Inc",Gravity-I,,0.27,0.19,,0.07,0,2005-08-21, +/games/boxart/1415058ccc.jpg,Boogie,DS,Misc,Electronic Arts,EA Montreal,,0.27,0.24,,0,0.02,2007-11-27, +/games/boxart/full_7768751JapanFrontccc.jpg,Sengoku Basara 4,PS3,Misc,Capcom,Capcom,,0.27,,0.27,,,2014-01-23,2018-10-19 +/games/boxart/full_2618673AmericaFrontccc.jpg,Sly Cooper: Thieves in Time,PSV,Misc,Sony Computer Entertainment America,Sanzaru Games,,0.27,0.13,,0.07,0.07,2013-02-05,2018-01-05 +/games/boxart/full_1372532AmericaFrontccc.jpg,Trivial Pursuit,PS2,Misc,Electronic Arts,Adrenalin Interactive,,0.27,0.09,,0.01,0.17,2009-03-10, +/games/boxart/full_3939667PALFrontccc.jpg,GRID 2,X360,Misc,Codemasters,Unknown,,0.27,0.08,0,0.17,0.02,2013-05-28, +/games/boxart/full_create_8AmericaFront.jpg,Create,Wii,Misc,Electronic Arts,EA Bright Light,,0.27,0.23,,0.03,0.02,2010-11-16, +/games/boxart/full_wipeout-2_970AmericaFront.jpg,Wipeout 2,X360,Misc,Activision,Endemol,,0.27,0.25,,,0.02,2011-10-11, +/games/boxart/full_6316003AmericaFrontccc.jpg,Brain Age: Concentration Training,3DS,Misc,Nintendo,Nintendo,7.5,0.27,,0.27,,,2013-02-10,2018-08-30 +/games/boxart/1230147ccc.jpg,Rock Revolution,PS3,Misc,Konami,Zoe Mode / HB Studios,,0.27,0.25,,,0.02,2008-10-14, +/games/boxart/full_sesame-street-cookies-counting-carnival_8AmericaFront.jpg,Sesame Street: Cookie's Counting Carnival,DS,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.27,0.25,,,0.02,2010-10-20, +/games/boxart/full_wipeout-2_682AmericaFront.jpg,Wipeout 2,DS,Misc,Activision,Endemol,,0.27,0.25,,,0.02,2011-10-11, +/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_7AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,Wii,Action,THQ,Griptonite Games,,0.27,0.21,,0.04,0.02,2010-11-16, +/games/boxart/full_4809900PALFrontccc.jpg,One Piece: Pirate Warriors 3,PS3,Action,Tecmo Koei,Omega Force,,0.27,,0.2,0.06,0.01,2015-08-25,2018-01-12 +/games/boxart/full_4977771AmericaFrontccc.jpg,M&M's Blast!,GBA,Puzzle,Majesco,Pipe Dream Interactive,,0.27,0.2,,0.07,0,2001-12-01, +/games/boxart/full_8148489AmericaFrontccc.jpg,Angry Birds: Star Wars,Wii,Puzzle,Activision,Exient Entertainment,,0.27,0.15,,0.1,0.02,2013-10-29,2018-03-16 +/games/boxart/full_983001AmericaFrontccc.jpg,Pac-Pix,DS,Puzzle,Namco,Namco,6.8,0.27,0.16,0.1,0,0.01,2005-04-26, +/games/boxart/full_6449104AmericaFrontccc.jpg,Ratatouille: Food Frenzy,DS,Puzzle,THQ,Helixe,,0.27,0.25,,0,0.02,2007-10-29, +/games/boxart/full_5274027JapanFrontccc.jpg,Super Nazo Puyo: Ruruu no Ruu,SNES,Puzzle,Banpresto,Compile,,0.27,,0.27,,0,1995-05-26, +/games/boxart/full_7628852AmericaFrontccc.jpg,Super Collapse! 3,DS,Puzzle,Mumbo Jumbo,Mac Play,,0.27,0.25,,,0.02,2007-10-30, +/games/boxart/full_8664729AmericaFrontccc.jpg,Over the Hedge,GBA,Platform,Activision,Vicarious Visions,,0.27,0.19,,0.07,0,2006-05-05, +/games/boxart/2545376ccc.jpg,Disney's Chicken Little,GC,Platform,Buena Vista,Avalanche Software,7,0.27,0.21,,0.05,0.01,2005-10-20, +/games/boxart/full_4496148AmericaFrontccc.jpg,Skylanders SWAP Force,3DS,Platform,Activision,n-Space,7.7,0.27,0.12,,0.13,0.02,2013-10-13,2018-01-16 +/games/boxart/full_2756041AmericaFrontccc.jpg,Despicable Me: The Game,Wii,Platform,D3 Publisher,Monkey Bar Games,,0.27,0.16,,0.08,0.02,2010-07-06, +/games/boxart/full_5952120AmericaFrontccc.jpg,Skylanders Imaginators,XOne,Platform,Activision,Toys for Bob,,0.27,0.19,,0.05,0.03,2016-10-16,2018-03-26 +/games/boxart/full_956889AmericaFrontccc.jpg,Puppeteer,PS3,Platform,Sony Computer Entertainment America,SCE Japan Studio,,0.27,0.11,0.02,0.09,0.04,2013-09-10,2018-09-16 +/games/boxart/6415271ccc.jpg,Ratatouille,X360,Platform,THQ,Heavy Iron Studios,5.3,0.27,0.23,,0.02,0.02,2007-06-26, +/games/boxart/full_8099609AmericaFrontccc.jpg,Reader Rabbit Kindergarten,DS,Misc,Graffiti,Graffiti Entertainment,,0.27,0.25,,,0.02,2009-12-15, +/games/boxart/full_5061476AmericaFrontccc.png,Transformers: Cybertron Adventures,Wii,Action,Activision,High Moon Studios,3.7,0.27,0.14,,0.1,0.02,2010-06-22, +/games/boxart/full_5069461AmericaFrontccc.jpg,Fantastic 4,XB,Action,Activision,7 Studios,,0.27,0.2,,0.06,0.01,2005-06-27, +/games/boxart/9023630ccc.jpg,Mr. Do!,2600,Action,Coleco,Coleco,,0.27,0.26,,0.02,0,1983-01-01, +/games/boxart/full_2014261AmericaFrontccc.jpg,Assassin's Creed The Ezio Collection,XOne,Action,Ubisoft,Ubisoft,,0.27,0.13,,0.12,0.02,2016-11-15, +/games/boxart/3328688ccc.jpg,Tomb Raider: Legend (Weekly American and JP sales),X360,Action,Eidos Interactive,Crystal Dynamics,,0.27,0.24,0.01,0,0.02,2006-04-11, +/games/boxart/7759661ccc.jpg,Dynasty Warriors,PS,Action,KOEI,Omega Force,,0.27,0.09,0.11,0.06,0.02,1997-06-30,2017-12-31 +/games/boxart/full_551817AmericaFrontccc.jpg,Tiny Toon Adventures: Plucky's Big Adventure,PS,Action,Conspiracy Entertainment,Warthog,,0.27,0.15,,0.1,0.02,2001-10-02, +/games/boxart/full_dead-rising-2-off-the-record_868AmericaFront.jpg,Dead Rising 2: Off the Record,X360,Action,Capcom,Blue Castle Games,7.6,0.27,0.17,,0.08,0.02,2011-10-11, +/games/boxart/full_3122480AmericaFrontccc.jpg,Iron Man 2,X360,Action,Sega,"Sega Studios, San Francisco",5.1,0.27,0.15,,0.1,0.03,2010-05-04, +/games/boxart/full_315896AmericaFrontccc.jpg,Friday the 13th: The Game,XOne,Action,Gun Media,IllFonic,,0.27,0.21,,0.03,0.03,2017-10-13,2018-05-30 +/games/boxart/full_shadows-of-the-damned_501AmericaFront.jpg,Shadows of the Damned,PS3,Action,Electronic Arts,Grasshopper Manufacture,7.9,0.27,0.11,0.04,0.09,0.03,2011-06-21, +/games/boxart/4699739ccc.jpg,Rocky: Legends,PS2,Action,Ubisoft,Unknown,,0.27,0.13,,0.1,0.03,2004-09-28, +/games/boxart/341355ccc.jpg,Flag Capture,2600,Action,Atari,Atari,,0.27,0.25,,0.02,0,1978-01-01, +/games/boxart/full_1357653AmericaFrontccc.jpg,G-Force,PS2,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.27,0.12,,0.01,0.14,2009-07-21, +/games/boxart/full_757445AmericaFrontccc.jpg,Shadow of Rome,PS2,Action,Capcom,Capcom,,0.27,0.13,,0.1,0.03,2005-02-08, +/games/boxart/full_9064863AmericaFrontccc.jpg,LEGO Jurassic World,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.27,0.05,,0.16,0.06,2015-06-12,2018-04-06 +/games/boxart/full_scooby-doo-and-the-spooky-swamp_2AmericaFront.jpg,Scooby-Doo! and the Spooky Swamp,PS2,Action,Warner Bros. Interactive,Torus Games,,0.27,0.08,,0.11,0.08,2010-09-14, +/games/boxart/full_1790424AmericaFrontccc.jpg,Fate/Extella: The Umbral Star,PS4,Action,Xseed Games,Marvelous Entertainment,,0.27,0.12,0.12,,0.03,2017-01-17,2018-01-13 +/games/boxart/7107093ccc.gif,Assassin's Creed: Altair's Chronicles,DS,Action,Ubisoft,Gameloft,,0.27,0.27,,,,2008-02-05, +/games/boxart/full_monopoly_7AmericaFront.jpg,Monopoly,DS,Misc,Electronic Arts,Electronic Arts,,0.27,0.15,,0.09,0.02,2010-10-26, +/games/boxart/8149470ccc.jpg,Reign of Fire,PS2,Shooter,BAM! Entertainment,Kuju Entertainment,,0.27,0.13,,0.1,0.03,2002-10-22, +/games/boxart/full_call-of-juarez-the-cartel_744AmericaFront.jpg,Call of Juarez: The Cartel,X360,Shooter,Ubisoft,Techland,5.2,0.27,0.14,,0.1,0.03,2011-07-19, +/games/boxart/full_icarly-2-ijoin-the-click_5AmericaFront.jpg,iCarly 2: iJoin The Click!,DS,Adventure,Activision,"Human Soft, Inc.",,0.27,0.25,,0,0.02,2010-11-16, +/games/boxart/full_9682294AmericaFrontccc.jpg,Evil Dead: Hail to the King,PS,Adventure,THQ,Heavy Iron Studios,,0.27,0.15,,0.1,0.02,2000-12-04, +/games/boxart/full_7806930PALFrontccc.jpg,One Piece Unlimited Cruise 1: The Treasure Beneath the Waves,Wii,Adventure,Namco Bandai,Ganbarion,,0.27,,0.19,0.07,0.01,2009-06-19, +/games/boxart/3013254ccc.jpg,Harry Potter and the Order of the Phoenix,PS2,Adventure,Electronic Arts,EA Games,,0.27,0.13,,0.1,0.03,2007-06-25, +/games/boxart/full_megamind-the-blue-defender_5AmericaFront.jpg,Megamind: The Blue Defender,DS,Adventure,THQ,Tantalus Interactive,,0.27,0.19,,0.06,0.02,2010-11-02, +/games/boxart/full_7508201AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,XOne,Adventure,Telltale Games,Telltale Games,,0.27,0.17,,0.08,0.02,2017-09-19,2018-08-07 +/games/boxart/5281626ccc.jpg,The Dog Island,PS2,Adventure,Ubisoft,Yuke's Media Creations,,0.27,0.13,,0.1,0.03,2008-10-14, +/games/boxart/full_1947026AmericaFrontccc.jpg,Operation Armored Liberty,GBA,Action,Majesco,Majesco Games,,0.27,0.19,,0.07,0,2003-10-31, +/games/boxart/full_5420734AmericaFrontccc.jpg,Command & Conquer,N64,Strategy,Nintendo,Looking Glass Studios,,0.27,0.22,,0.05,0,1999-05-31, +/games/boxart/5776397ccc.jpg,Shadow Man,N64,Action,Acclaim Entertainment,Acclaim Studios Teesside,,0.27,0.18,,0.08,0.01,1999-08-24,2018-10-08 +/games/boxart/full_beyblade-metal-masters_743AmericaFront.jpg,Beyblade: Metal Masters,DS,Action,Konami,Hudson Soft,,0.27,0.14,,0.1,0.03,2011-11-15, +/games/boxart/full_6831892AmericaFrontccc.jpg,Battle of Giants: Mutant Insects,DS,Strategy,Ubisoft,Ubisoft Quebec,,0.27,0.09,,0.15,0.03,2010-03-02, +/games/boxart/full_fire-emblem-monshou-no-nazo-hikari-to-kage-no-eiyuu_2JapanFront.jpg,Fire Emblem: Shin Monshou no Nazo Hikari to Kage no Eiyuu,DS,Strategy,Nintendo,Intelligent Systems,,0.27,,0.27,,,2010-07-15, +/games/boxart/full_plants-vs-zombies_604AmericaFront.jpg,Plants vs. Zombies,X360,Strategy,PopCap Games,PopCap Games,8.9,0.27,0.24,,,0.02,2010-09-28, +/games/boxart/full_ruse_9AmericaFront.jpg,R.U.S.E.,X360,Strategy,Ubisoft,Eugen Systems,8,0.27,0.12,0,0.11,0.02,2010-09-07, +/games/boxart/full_67424AmericaFrontccc.jpg,Guitar Hero Live,WiiU,Music,Activision,FreeStyleGames,,0.27,0.18,,0.06,0.03,2015-10-20,2018-03-15 +/games/boxart/full_2524616AmericaFrontccc.jpg,Hatsune Miku: Project Diva F 2nd,PS3,Music,Sega,Sega,,0.27,0.1,0.1,0.03,0.03,2014-11-18,2018-10-24 +/games/boxart/full_3063529AmericaFrontccc.jpg,Bravo Team,PS4,Shooter,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.27,0.12,0.02,0.09,0.04,2018-03-06,2018-09-11 +/games/boxart/full_5056801AmericaFrontccc.jpg,Beamrider,2600,Shooter,Activision,Activision,,0.27,0.26,,0.01,0,1984-01-24, +/games/boxart/8059704ccc.jpg,The Club,X360,Shooter,Sega,Bizarre Creations,7.5,0.27,0.15,,0.1,0.02,2008-02-19, +/games/boxart/973754ccc.jpg,BloodRayne 2,PS2,Shooter,Majesco,Terminal Reality,,0.27,0.13,,0.1,0.03,2004-10-12, +/games/boxart/2387484ccc.jpg,Gun,X360,Shooter,Activision,Neversoft Entertainment,7.5,0.27,0.24,,0.01,0.02,2005-11-16, +/games/boxart/full_8056380PALFrontccc.jpg,Killing Floor 2,PS4,Shooter,Tripwire Interactive,Tripwire Interactive,,0.27,0.19,,0.03,0.05,2016-01-01,2018-05-30 +/games/boxart/full_2082381AmericaFrontccc.jpg,The Bureau: XCOM Declassified,PS3,Shooter,2K Games,2K Marin,,0.27,0.08,,0.14,0.04,2013-08-20,2018-10-24 +/games/boxart/full_8789023AmericaFrontccc.jpg,Final Doom,PS,Shooter,GT Interactive,Williams Entertainment,,0.27,0.15,,0.1,0.02,1995-10-01, +/games/boxart/full_975103AmericaFrontccc.jpg,Section 8,X360,Shooter,SouthPeak Interactive,TimeGate Studios,7.1,0.27,0.15,,0.09,0.02,2009-09-01, +/games/boxart/8015461ccc.jpg,NHL Hitz 20-02,XB,Sports,Midway Games,EA Black Box,,0.27,0.2,,0.06,0.01,2001-11-14, +/games/boxart/full_4966685AmericaFrontccc.jpg,Burstrick: Wake Boarding!!,PS,Sports,Natsume,Metro Corporation,,0.27,0.15,,0.1,0.02,2001-02-28, +/games/boxart/full_6447584AmericaFrontccc.jpg,Dave Mirra Freestyle BMX: Maximum Remix,PS,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.27,0.15,,0.1,0.02,2001-05-21, +/games/boxart/1714807ccc.jpg,NBA Live 2004,GC,Sports,EA Sports,EA Canada,8.4,0.27,0.21,,0.05,0.01,2003-10-15, +/games/boxart/full_motionsports-adrenaline_538AmericaFront.jpg,MotionSports: Adrenaline,X360,Sports,Ubisoft,Ubisoft Vancouver,,0.27,0.14,,0.1,0.03,2011-11-01, +/games/boxart/full_5581042JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '98 Ketteiban,PS,Sports,Konami,Diamond Head,,0.27,,0.25,,0.02,1998-12-23, +/games/boxart/full_gunship_590AmericaFront.jpg,Gunship,PS,Simulation,Microprose,MicroProse,,0.27,0.15,,0.1,0.02,1996-07-03, +/games/boxart/full_638062JapanFrontccc.jpg,Thoroughbred Breeder II,SNES,Simulation,Hect,Hector,,0.27,,0.27,,0,1994-06-08, +/games/boxart/3452639ccc.jpg,The Sims 2: Pets,GC,Simulation,Electronic Arts,Maxis,6.9,0.27,0.21,,0.05,0.01,2006-10-17, +/games/boxart/full_5653915AmericaFrontccc.jpg,America's Test Kitchen: Let's Get Cooking,DS,Simulation,Nintendo,Indies Zero,8.5,0.27,0.25,,,0.02,2010-03-28, +/games/boxart/full_5905940JapanFrontccc.jpg,Aikatsu! 2-nin no My Princess,3DS,Simulation,Namco Bandai Games,Bandai Namco Games,,0.27,,0.27,,,2013-11-21,2018-10-24 +/games/boxart/full_1280516AmericaFrontccc.jpg,Carnival Games,NS,Party,2K Games,Cat Daddy Games,,0.27,0.11,,0.14,0.02,2018-11-06,2018-09-22 +/games/boxart/8422965ccc.jpg,Duel Masters,PS2,Strategy,Atari,High Voltage Software,,0.27,0.13,,0.1,0.03,2004-11-02, +/games/boxart/full_3944418AmericaFrontccc.jpg,The World Ends with You: Final Remix,NS,Role-Playing,Nintendo,Square Enix,7.4,0.27,0.14,0.03,0.08,0.02,2018-10-12,2019-03-30 +/games/boxart/full_8848101JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren GB: Tsukikagemura no Kaibutsu,GB,Role-Playing,ChunSoft,Aquamarine,,0.27,,0.27,,,1996-11-22, +/games/boxart/full_8413005JapanFrontccc.jpg,The Snack World: TreJarers,3DS,Role-Playing,Level 5,Level 5,,0.27,,0.27,,,2017-08-10,2018-05-29 +/games/boxart/full_4531179AmericaFrontccc.jpg,Jade Cocoon: Story of the Tamamayu,PS,Role-Playing,Crave Entertainment,Genki,,0.27,0.15,,0.1,0.02,1999-07-29, +/games/boxart/full_9085969AmericaFrontccc.jpg,Suikoden Tierkreis,DS,Role-Playing,Konami,Konami,7.7,0.27,0.09,0.15,0.02,0.01,2009-03-17, +/games/boxart/full_4536527JapanFrontccc.jpg,Final Fantasy X International,PS2,Role-Playing,Square Enix,Square Enix,,0.27,,0.27,,,2004-02-19, +/games/boxart/full_1637033AmericaFrontccc.png,Etrian Odyssey V: Beyond the Myth,3DS,Role-Playing,Atlus,Atlus,7.9,0.27,0.11,0.14,0.01,0.01,2017-10-17,2018-01-15 +/games/boxart/full_1635469AmericaFrontccc.jpg,Yu-Gi-Oh! The Sacred Cards (JP weekly sales),GBA,Role-Playing,Konami,Konami,,0.27,,0.26,,0.01,2003-11-04, +/games/boxart/default.jpg,Medarot 3: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.27,,0.27,,0,2000-07-23, +/games/boxart/full_7407004AmericaFrontccc.jpg,Dragon Age Origins: Awakening,PS3,Role-Playing,Electronic Arts,BioWare Corp.,8.3,0.27,0.24,,,0.02,2010-03-16, +/games/boxart/full_2224203JapanFrontccc.jpg,Magical Vacation,GBA,Role-Playing,Nintendo,Brownie Brown,,0.27,,0.26,,0.01,2001-12-07, +/games/boxart/7414256ccc.jpg,Alundra 2: A New Legend Begins,PS,Role-Playing,Activision,Matrix Software,7.1,0.27,0.15,,0.1,0.02,2000-02-29, +/games/boxart/full_2008125AmericaFrontccc.jpg,Dragon Ball GT: Final Bout,PS,Fighting,Bandai,Bandai,,0.27,0.02,0.22,0.02,0.02,1997-07-31, +/games/boxart/full_144200JapanFrontccc.jpg,Bishoujo Senshi Sailormoon R,SNES,Fighting,Bandai,Angel Studios,,0.27,,0.27,,,1993-12-29, +/games/boxart/4499115ccc.jpg,Tao Feng: Fist of the Lotus,XB,Fighting,Microsoft Game Studios,Studio Gigante,,0.27,0.21,,0.06,0.01,2003-03-18, +/games/boxart/full_shin-nippon-pro-wrestling-toukon-retsuden-2_6JapanFront.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden 2,PS,Fighting,Tomy Corporation,Yuke's Media Creations,,0.27,,0.26,,0.02,1996-12-20, +/games/boxart/full_3634193AmericaFrontccc.jpg,Dragon Ball Z: Budokai 2,GC,Fighting,Atari,Pyramid,,0.27,0.21,,0.06,0.01,2004-12-15, +/games/boxart/full_wwe-road-to-wrestlemania-x8_759AmericaFront.jpg,WWE Road to WrestleMania X8,GBA,Fighting,THQ,Natsume,,0.27,0.19,,0.07,0,2002-10-23, +/games/boxart/9939047ccc.jpg,Tiger Woods PGA Tour 07,PSP,Sports,EA Sports,Team Fusion,7.6,0.27,0.2,,0.04,0.03,2006-10-10, +/games/boxart/full_2579862AmericaFrontccc.jpg,Wave Rally,PS2,Racing,Eidos Interactive,Opus Studio,,0.27,0.13,,0.1,0.03,2001-11-26, +/games/boxart/full_nascar-2011-the-game_824AmericaFront.jpg,NASCAR 2011: The Game,PS3,Racing,Activision,Eutechnyx,6,0.27,0.25,,,0.02,2011-03-29, +/games/boxart/full_2388895AmericaFrontccc.jpg,NickToons Racing,GBA,Racing,Infogrames,Crawfish Interactive,,0.27,0.19,,0.07,0,2002-06-14, +/games/boxart/full_7312034AmericaFrontccc.jpg,Pro Race Driver,PS2,Racing,Codemasters,Codemasters,,0.27,0.13,,0.1,0.03,2002-12-06, +/games/boxart/1922831ccc.jpg,Indy 500,2600,Racing,Atari,Atari,,0.27,0.26,,0.01,0,1977-10-01, +/games/boxart/full_hot-wheels-track-attack_537AmericaFront.jpg,Hot Wheels: Track Attack,DS,Racing,THQ,THQ,,0.27,0.17,,0.08,0.02,2010-11-23, +/games/boxart/full_2365684AmericaFrontccc.jpg,XGIII: Extreme G Racing,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.27,0.13,,0.1,0.03,2001-08-21, +/games/boxart/full_8853590AmericaFrontccc.jpg,NASCAR Thunder 2003,XB,Racing,EA Sports,EA Tiburon,,0.27,0.2,,0.06,0.01,2002-09-19, +/games/boxart/full_1735249AmericaFrontccc.jpg,Superbike 2000,PS,Racing,EA Sports,Milestone,,0.27,0.15,,0.1,0.02,2000-02-29, +/games/boxart/full_1499484JapanFrontccc.jpg,Initial D: Special Stage,PS2,Racing,Sega,Sega Rosso,,0.27,,0.27,,,2003-06-26, +/games/boxart/full_4353208AmericaFrontccc.jpg,Need for Speed: Most Wanted,DS,Racing,Electronic Arts,EA Canada,,0.27,0.24,,0.01,0.02,2005-11-15, +/games/boxart/full_5380493AmericaFrontccc.jpg,MLB 09: The Show,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.8,0.27,0.24,,,0.02,2009-03-03,2018-12-04 +/games/boxart/full_8668168AmericaFrontccc.jpg,NBA 07,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.27,0.24,0.01,,0.02,2006-11-14,2018-12-04 +/games/boxart/full_7003097JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2010,PS3,Sports,Konami,PawaPuro Production,,0.27,,0.27,,,2010-07-15, +/games/boxart/9561404ccc.jpg,Punch-Out!!,VC,Sports,Nintendo,Nintendo IRD,,0.27,0,0.05,0.22,,2007-04-16, +/games/boxart/full_ninja-gaiden-sigma_471AmericaFront.jpg,Ninja Gaiden Sigma Plus,PSV,Action,Tecmo Koei,Team Ninja,,0.26,0.12,0.04,0.06,0.04,2012-02-22, +/games/boxart/4582505ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,X360,Action,Ubisoft,Ubisoft Montpellier,7.9,0.26,0.2,,0.03,0.02,2005-11-21, +/games/boxart/full_4918884AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,PSP,Action,LucasArts,Amaze,7.4,0.26,0.11,,0.1,0.05,2009-06-09, +/games/boxart/full_9853269AmericaFrontccc.jpg,The Adventures of Jimmy Neutron Boy Genius vs. Jimmy Negatron,GBA,Action,THQ,Human Soft,6,0.26,0.19,,0.07,0,2002-09-25, +/games/boxart/full_8059859JapanFrontccc.jpg,Sengoku Basara 2,PS2,Action,Capcom,Capcom,,0.26,,0.26,,,2006-07-27, +/games/boxart/full_4745641AmericaFrontccc.jpg,Assassin's Creed Syndicate,PC,Action,Ubisoft,Ubisoft Quebec,,0.26,0.15,,0.09,0.02,2015-11-19,2018-01-14 +/games/boxart/full_2106906AmericaFrontccc.jpg,Spider-Man: Web of Shadows,PS3,Action,Activision,Shaba Games / Treyarch,6.9,0.26,0.2,,0.04,0.02,2008-10-21, +/games/boxart/full_7060534AmericaFrontccc.jpg,Nightmare Creatures,N64,Action,Activision,Kalisto Entertainment,7.1,0.26,0.21,,0.05,0,1997-01-01, +/games/boxart/8442201ccc.jpg,Classic NES Series: Bomberman,GBA,Action,Nintendo,Hudson Soft,,0.26,0.1,0.11,0.04,0.01,2004-06-02, +/games/boxart/full_asuras-wrath_319AmericaFront.jpg,Asura's Wrath,X360,Action,Capcom,CyberConnect2,,0.26,0.17,0.01,0.06,0.02,2012-02-21, +/games/boxart/8378535ccc.jpg,The Incredible Hulk,PS3,Action,Sega,Edge of Reality,5.6,0.26,0.22,,0.02,0.02,2008-06-05, +/games/boxart/2151093ccc.jpg,The Incredible Hulk,X360,Action,Sega,Edge of Reality,,0.26,0.22,,0.02,0.02,2008-06-05, +/games/boxart/full_6627090AmericaFrontccc.jpg,Rune: Viking Warlord,PS2,Action,Take-Two Interactive,Human Head Studios,,0.26,0.13,,0.1,0.03,2001-07-28, +/games/boxart/full_9114994AmericaFrontccc.jpg,Rugrats: I Gotta Go Party,GBA,Action,THQ,Eurocom Entertainment Software,,0.26,0.19,,0.07,0,2002-11-08, +/games/boxart/4566133ccc.jpg,ATV: Quad Power Racing,GBA,Racing,Acclaim Entertainment,Tantalus Interactive,5.5,0.26,0.18,,0.07,0,2002-08-20, +/games/boxart/full_5646038AmericaFrontccc.jpg,MTX Mototrax,PS2,Racing,Activision,Left Field Productions,,0.26,0.13,,0.1,0.03,2004-03-02, +/games/boxart/9580720ccc.jpg,Ford Racing 3,PS2,Racing,2K Games,Empire Interactive,,0.26,0.13,,0.1,0.03,2005-03-22, +/games/boxart/full_6534577AmericaFrontccc.jpg,Need for Speed: Most Wanted,GBA,Racing,Electronic Arts,EA Canada,,0.26,0.19,,0.07,0,2005-11-15, +/games/boxart/full_1461346AmericaFrontccc.jpg,Formula One 2001,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,7,0.26,0.13,,0.1,0.03,2001-09-24, +/games/boxart/full_asphalt-injection_576AmericaFront.jpg,Asphalt: Injection,PSV,Racing,Ubisoft,Ubisoft,,0.26,0.14,,0.07,0.05,2012-02-14, +/games/boxart/8804327ccc.jpg,Riding Spirits,PS2,Racing,BAM! Entertainment,Spike,,0.26,0.13,,0.1,0.03,2002-08-31, +/games/boxart/full_7619631AmericaFrontccc.jpg,McGrath Vs. Pastrana Freestyle Motocross,PS,Racing,Acclaim Entertainment,"Z-Axis, Ltd.",,0.26,0.14,,0.1,0.02,2000-11-05, +/games/boxart/7610303ccc.jpg,Crash Nitro Kart,GC,Racing,VU Games,Vicarious Visions,,0.26,0.2,,0.05,0.01,2003-11-11, +/games/boxart/full_7391803JapanFrontccc.jpg,Choro Q3,PS,Racing,Takara,Takara,,0.26,,0.24,,0.02,1998-02-19, +/games/boxart/9022219ccc.jpg,NBA ShootOut 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.26,0.13,,0.1,0.03,2003-10-29, +/games/boxart/5497590ccc.jpg,Madden NFL 2005,DS,Sports,EA Sports,Exient Entertainment,,0.26,0.24,,,0.02,2004-11-17, +/games/boxart/9680114ccc.jpg,MVP Baseball 2004,GC,Sports,EA Sports,EA Sports,8.9,0.26,0.2,,0.05,0.01,2004-03-09, +/games/boxart/157398ccc.jpg,Sega Rally Revo,PSP,Racing,Sega,BugBear,,0.26,0.03,,0.15,0.07,2007-10-09, +/games/boxart/9924462ccc.jpg,Virtua Racing,GEN,Racing,Sega,Sega-AM2,,0.26,,0.26,,,1994-03-14, +/games/boxart/full_3892197JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2018,PS4,Sports,Konami,Konami,,0.26,,0.26,,,2018-04-26,2018-05-20 +/games/boxart/3391663ccc.jpg,Backyard NFL Football,GC,Sports,Infogrames,Humongous Entertainment,,0.26,0.2,,0.05,0.01,2002-10-10, +/games/boxart/5279563ccc.jpg,All-Star Baseball 2003,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.26,0.19,,0.06,0.01,2002-02-25, +/games/boxart/full_9966485AmericaFrontccc.jpg,NHL Rock the Rink,PS,Sports,Electronic Arts,Electronic Arts,,0.26,0.14,,0.1,0.02,2000-02-29, +/games/boxart/full_9703732AmericaFrontccc.jpg,Major League Baseball 2K10,Wii,Sports,2K Sports,Visual Concepts,5,0.26,0.24,,,0.02,2010-03-02, +/games/boxart/full_inazuma-eleven-strikers_900JapanFront.jpg,Inazuma Eleven Strikers,Wii,Sports,Level 5,Level 5,,0.26,,0.25,0.01,0,2011-07-16,2018-08-31 +/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011_252JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011,PS3,Sports,Konami,PawaPuro Production,,0.26,,0.26,,,2011-07-14, +/games/boxart/full_1506300PALFrontccc.jpg,FIFA 14,3DS,Sports,EA Sports,EA Canada,,0.26,,,0.25,0.01,2013-09-24,2018-09-15 +/games/boxart/full_2221286AmericaFrontccc.jpg,Don King Boxing,Wii,Sports,2K Sports,2K Shanghai,,0.26,0.14,,0.1,0.02,2009-03-31, +/games/boxart/full_7388093AmericaFrontccc.jpg,Outlaw Volleyball,XB,Sports,Simon & Schuster Interactive,Hypnotix,,0.26,0.19,,0.06,0.01,2003-07-09, +/games/boxart/9662244ccc.jpg,RealSports Football,2600,Sports,Atari,Atari,,0.26,0.24,,0.01,0,1982-01-01, +/games/boxart/8115191ccc.jpg,All-Pro Football 2K8,X360,Sports,2K Sports,Visual Concepts,7.5,0.26,0.24,,,0.02,2007-07-16, +/games/boxart/full_8115483PALFrontccc.jpg,FIFA 18,X360,Sports,EA Sports,EA Vancouver,,0.26,0.05,,0.19,0.02,2017-09-29,2018-04-02 +/games/boxart/full_3524193JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2013,PS3,Sports,Konami Digital Entertainment,Konami,,0.26,,0.26,,,2013-10-24,2018-10-27 +/games/boxart/full_ace-attorney-investigations-2_310JapanFront.jpg,Ace Attorney Investigations 2,DS,Adventure,Capcom,Capcom,,0.26,,0.26,,,2011-02-03, +/games/boxart/full_9550626AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,PS2,Sports,EA Sports,EA Tiburon,,0.26,0.12,,0.01,0.13,2009-06-08, +/games/boxart/full_tony-hawk-shred_1AmericaFront.jpg,Tony Hawk: Shred,X360,Sports,Activision,Robomodo,,0.26,0.17,,0.06,0.02,2010-10-26, +/games/boxart/full_6587460JapanFrontccc.jpg,J-League Pro Soccer Club wo Tsukurou!,SAT,Sports,Sega,Sega,,0.26,,0.26,,,1996-02-23, +/games/boxart/full_7376476AmericaFrontccc.jpg,Madden NFL 08,DS,Sports,EA Sports,EA Tiburon,,0.26,0.24,,0,0.02,2007-08-14, +/games/boxart/full_5773852JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '99 Ketteiban,PS,Sports,Konami,Diamond Head,,0.26,,0.25,,0.02,1999-12-25, +/games/boxart/6984514ccc.jpg,NCAA Gamebreaker,PS,Sports,Sony Computer Entertainment,SCEA,6.3,0.26,0.15,,0.1,0.02,1996-08-31, +/games/boxart/6113691ccc.jpg,MLB SlugFest 2006,PS2,Sports,Midway Games,Blue Shift,,0.26,0.13,,0.1,0.03,2006-06-05, +/games/boxart/full_major-league-baseball-2k9_3AmericaFront.jpg,Major League Baseball 2K9,Wii,Sports,2K Sports,Kush Games,,0.26,0.24,,,0.02,2009-03-03, +/games/boxart/full_2800138JapanFrontccc.jpg,Power Pro Kun Pocket 5,GBA,Sports,Konami,Diamond Head,,0.26,,0.25,,0.01,2003-01-23, +/games/boxart/3877506ccc.jpg,NCAA March Madness 08,PS2,Sports,EA Sports,EA Canada,,0.26,0.13,,0.1,0.03,2007-12-11, +/games/boxart/full_332250AmericaFrontccc.jpg,Summer Sports 2: Island Sports Party,Wii,Sports,Destineer,Digital Embryo,,0.26,0.24,,0,0.02,2008-12-18, +/games/boxart/9273075ccc.jpg,Evolution Skateboarding,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.26,0.13,,0.1,0.03,2002-10-09, +/games/boxart/5652489ccc.jpg,Bratz Ponyz 2,DS,Adventure,Game Factory,Neko Entertainment,,0.26,0.24,,0,0.02,2008-09-16, +/games/boxart/full_338886AmericaFrontccc.jpg,Drakan: The Ancients' Gates,PS2,Adventure,Sony Computer Entertainment,Surreal Software,,0.26,0.13,,0.1,0.03,2002-01-28, +/games/boxart/full_3192621AmericaFrontccc.jpg,Nancy Drew: The Mystery of the Clue Bender Society,DS,Adventure,Majesco,Gorilla Games,,0.26,0.24,,0,0.02,2008-07-23, +/games/boxart/full_6210938AmericaFrontccc.jpg,Tomb Raider: Underworld (Others sales),PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.26,,0,0.21,0.04,2009-03-03, +/games/boxart/full_3324895AmericaFrontccc.jpg,Pirates of the Caribbean: Dead Man's Chest,DS,Adventure,Buena Vista,Griptonite Games,,0.26,0.23,,0.01,0.02,2006-06-27, +/games/boxart/full_the-adventures-of-tintin-the-game_14PALFront.jpg,The Adventures of Tintin: The Game,PS3,Adventure,Ubisoft,Ubisoft,,0.26,0.06,,0.15,0.05,2011-12-06, +/games/boxart/full_4644534AmericaFrontccc.jpg,Bolt,PS2,Adventure,Disney Interactive Studios,Avalanche Software,,0.26,0.09,,0.02,0.16,2008-11-18, +/games/boxart/full_6172821JapanFrontccc.jpg,Yakuza: Ishin,PS3,Adventure,Sega,Sega,,0.26,,0.26,,,2014-02-22,2018-01-02 +/games/boxart/full_8222072JapanFrontccc.jpg,Konjiki no Gashbell!! Makai no Bookmark,GBA,Adventure,Banpresto,Banpresto,,0.26,,0.25,,0.01,2004-07-16, +/games/boxart/6261858ccc.jpg,Dora the Explorer: The Search for Pirate Pig's Treasure,GBA,Adventure,NewKidCo,Cinegroupe,,0.26,0.19,,0.07,0,2002-12-13, +/games/boxart/447472ccc.jpg,Batman: Vengeance,GC,Adventure,Ubisoft,Ubisoft Montreal,7,0.26,0.2,,0.05,0.01,2001-11-17, +/games/boxart/full_2165069JapanFrontccc.jpg,Yakuza Zero: The Place of Oath,PS3,Adventure,Sega,Sega,,0.26,,0.26,,,2015-03-12,2018-01-03 +/games/boxart/5364071ccc.jpg,Bratz: The Movie,Wii,Simulation,THQ,Blitz Games,,0.26,0.23,,0.01,0.02,2007-09-24, +/games/boxart/full_9574601AmericaFrontccc.jpg,Petz: Crazy Monkeyz,Wii,Simulation,Ubisoft,Ubisoft,3.5,0.26,0.24,,0,0.02,2008-11-18, +/games/boxart/4516819ccc.jpg,Star Wars Episode I: Battle for Naboo,N64,Simulation,LucasArts,Factor 5,8.5,0.26,0.21,,0.05,0,2000-12-13, +/games/boxart/256761ccc.gif,Armored Core: Nexus,PS2,Simulation,Agetec,From Software,,0.26,0.06,0.14,0.05,0.02,2004-09-28, +/games/boxart/full_2962315AmericaFrontccc.jpg,Imagine: Fashion Party,Wii,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,0.26,0.24,,0,0.02,2009-02-03, +/games/boxart/full_8160918AmericaFrontccc.jpg,Fish Tycoon,DS,Simulation,Majesco,Big Fish Games / LDW,,0.26,0.24,,0,0.02,2007-10-16, +/games/boxart/7816901ccc.gif,Petz: Horsez 2,PS2,Simulation,Ubisoft,Ubisoft,,0.26,0.13,,0.1,0.03,2007-11-14, +/games/boxart/full_love-plus_1JapanFront.jpg,Love Plus,DS,Simulation,Konami,Konami,,0.26,,0.26,,,2009-09-03, +/games/boxart/full_8343457AmericaFrontccc.jpg,Star Trek: Invasion,PS,Simulation,Activision,Warthog,,0.26,0.15,,0.1,0.02,2000-08-23, +/games/boxart/7284529ccc.jpg,Babysitting Mania,DS,Simulation,Majesco,Gogii Games,,0.26,0.24,,0,0.02,2008-09-23, +/games/boxart/full_7792913AmericaFrontccc.jpg,Littlest Pet Shop: Friends,Wii,Simulation,Electronic Arts,EA Salt Lake,,0.26,0.21,,0.02,0.02,2009-10-20, +/games/boxart/full_8202876AmericaFrontccc.jpg,Jurassic World Evolution,XOne,Simulation,Frontier Developments,Frontier Developments,,0.26,0.15,,0.09,0.02,2018-07-03,2018-04-20 +/games/boxart/full_6978806JapanFrontccc.jpg,Kingdom Hearts II: Final Mix +,PS2,Role-Playing,Square Enix,Square Enix,,0.26,,0.26,,,2007-03-29, +/games/boxart/full_973978AmericaFrontccc.jpg,"What Did I Do to Deserve This, My Lord!? 2",PSP,Role-Playing,NIS America,Acquire,,0.26,0.06,0.18,0,0.01,2010-05-04, +/games/boxart/full_7928152JapanFrontccc.jpg,Tengai Makyou: Daishi no Mokushiroku - The Apocalypse IV,SAT,Role-Playing,Hudson Soft,RED Company,,0.26,,0.26,,,1997-01-14, +/games/boxart/1327995ccc.jpg,Dungeons & Dragons: Eye of the Beholder,GBA,Role-Playing,Atari,Pronto Games,4.8,0.26,0.19,,0.07,0,2002-10-30, +/games/boxart/full_245315AmericaFrontccc.jpg,Etrian Odyssey: Millennium Girl,3DS,Role-Playing,Atlus,Atlus,8.1,0.26,0.1,0.14,0.01,0.01,2013-10-01,2018-12-10 +/games/boxart/8459939ccc.jpg,Etrian Odyssey II: Heroes of Lagaard,DS,Role-Playing,Atlus,Atlus Co. / Lancarse,8.4,0.26,0.09,0.16,,0.01,2008-06-13, +/games/boxart/full_6186256AmericaFrontccc.jpg,King's Field II,PS,Role-Playing,ASCII Entertainment,From Software,7.3,0.26,0.08,0.11,0.06,0.02,1996-10-31, +/games/boxart/full_3937003JapanFrontccc.jpg,Inazuma Eleven GO 3: Galaxy - Big Bang / Supernova,3DS,Role-Playing,Level 5,Level 5,,0.26,,0.26,,,2013-12-05,2018-08-31 +/games/boxart/full_9973720AmericaFrontccc.jpg,Phantasy Star Universe: Ambition of the Illuminus,PS2,Role-Playing,Sega,Sonic Team,,0.26,0.1,0.05,0.08,0.03,2007-11-20, +/games/boxart/full_9116862PALFrontccc.jpg,Stella Glow,3DS,Role-Playing,Atlus,imageepoch Inc.,7.5,0.26,0.17,0.06,0.01,0.02,2015-11-17,2018-05-30 +/games/boxart/full_9659346JapanFrontccc.jpg,A.C.E.: Another Century's Episode,PS2,Simulation,Banpresto,From Software,,0.26,,0.26,,,2005-01-27, +/games/boxart/full_7976444AmericaFrontccc.jpg,We Cheer 2,Wii,Simulation,Namco Bandai,"Machatin, Inc.",,0.26,0.24,,,0.02,2009-11-03, +/games/boxart/6351588ccc.jpg,Armored Core: Master of Arena,PS,Simulation,Agetec,From Software,7.2,0.26,0.07,0.13,0.05,0.02,2000-02-29, +/games/boxart/full_zoo-resort-3d_904AmericaFront.jpg,Zoo Resort 3D,3DS,Simulation,Ubisoft,AQ Interactive,,0.26,0.11,0.03,0.1,0.02,2011-10-25, +/games/boxart/full_3376509JapanFrontccc.jpg,Doukyuusei if,SAT,Role-Playing,NEC,Elf,,0.26,,0.26,,,1996-08-09, +/games/boxart/8575230ccc.jpg,Baldur's Gate: Dark Alliance II,XB,Role-Playing,Interplay,Black Isle Studios,,0.26,0.19,,0.06,0.01,2004-01-20, +/games/boxart/9734414ccc.jpg,Final Fantasy V Advance,GBA,Role-Playing,Nintendo,Square Enix,8.2,0.26,,0.26,,0.01,2006-11-06, +/games/boxart/full_7961550PALFrontccc.jpg,Sword Art Online: Hollow Realization,PSV,Role-Playing,Namco Bandai Games,Aquria,,0.26,,0.16,0.08,0.02,2018-01-01,2019-03-22 +/games/boxart/full_7183708AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel II,PSV,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.26,0.06,0.13,0.04,0.03,2016-09-06,2018-10-29 +/games/boxart/full_3305465AmericaFrontccc.jpg,Dungeons & Dragons Heroes,XB,Role-Playing,Atari,Atari,,0.26,0.19,,0.06,0.01,2003-09-17, +/games/boxart/full_2663725AmericaFrontccc.jpg,Legaia 2: Duel Saga,PS2,Role-Playing,Eidos Interactive,Contrail,,0.26,0.13,,0.1,0.03,2002-10-01, +/games/boxart/default.jpg,Game of Thrones,X360,Role-Playing,Atlus,Cyanide Studios,,0.26,0.15,,0.08,0.02,2012-05-15, +/games/boxart/150014ccc.jpg,Battlestations: Midway,X360,Strategy,Eidos Interactive,Eidos Hungary,,0.26,0.21,0,0.02,0.02,2007-01-30, +/games/boxart/full_3392048PALFrontccc.jpg,Total War: Attila,PC,Strategy,Sega,Creative Assembly,,0.26,0.11,,0.14,0.02,2015-02-17,2018-05-29 +/games/boxart/full_tropico-4_708AmericaFront.jpg,Tropico 4,PC,Strategy,Kalypso,Haemimont Games,7.9,0.26,0.1,,0.13,0.03,2011-08-30, +/games/boxart/full_ruse_0AmericaFront.jpg,R.U.S.E.,PC,Strategy,Ubisoft,Eugen Systems,8,0.26,0.04,,0.19,0.03,2010-09-07, +/games/boxart/full_3784080JapanFrontccc.jpg,Super Robot Taisen R,GBA,Strategy,Banpresto,Banpresto,,0.26,,0.25,,0.01,2002-08-02, +/games/boxart/full_ben-10-triple-pack_0AmericaFront.jpg,Ben 10 Triple Pack,DS,Misc,D3 Publisher,D3 Publisher,,0.26,0.12,,0.12,0.02,2011-07-12, +/games/boxart/7067086ccc.jpg,Dora the Explorer: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.26,0.18,,0.07,0,2004-05-14, +/games/boxart/full_8976342AmericaFrontccc.jpg,Lowrider,PS2,Misc,Jaleco,Pacific Century Cyber Works Japan,,0.26,0.11,0.03,0.09,0.03,2003-11-20, +/games/boxart/full_8914472JapanFrontccc.jpg,Gundam Breaker,PS3,Misc,Namco Bandai Games,Bandai,,0.26,,0.26,,,2013-06-27,2018-10-27 +/games/boxart/full_family-feud-2010_6AmericaFront.jpg,Family Feud: 2010 Edition,DS,Misc,Ubisoft,Ludia Inc.,,0.26,0.24,,,0.02,2009-09-29, +/games/boxart/full_4166280JapanFrontccc.jpg,DS Bungaku Zenshuu,DS,Misc,Nintendo,Genius Sonority Inc.,,0.26,,0.26,,,2007-10-18, +/games/boxart/7886388ccc.jpg,Bust A Groove 2,PS,Misc,Enix,Metro,7,0.26,0.04,0.18,0.03,0.02,1999-03-31, +/games/boxart/full_4301084JapanFrontccc.jpg,Metroid Prime Pinball,DS,Misc,Nintendo,Fuse Games Limited,7.6,0.26,0.22,0.02,0,0.02,2005-10-24, +/games/boxart/9882112ccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",XB,Misc,THQ,THQ Australia Studios Pty Ltd.,,0.26,0.19,,0.06,0.01,2005-10-21, +/games/boxart/full_3182185AmericaFrontccc.jpg,Disney Sing It: Pop Hits,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.26,0.17,,0.06,0.03,2009-10-06, +/games/boxart/full_tv-superstars_6AmericaFront.jpg,TV Superstars,PS3,Misc,Sony Computer Entertainment,SCEE Cambridge,6.2,0.26,0.08,,0.12,0.05,2010-10-12, +/games/boxart/full_300161AmericaFrontccc.jpg,Scene It? Twilight,Wii,Misc,Konami,Artificial Mind and Movement,,0.26,0.16,,0.08,0.02,2009-11-29, +/games/boxart/full_5279963AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Crystal Kingdom,Wii,Misc,2K Play,Take-Two Interactive,,0.26,0.24,,0,0.02,2009-11-03, +/games/boxart/568941ccc.jpg,Yu-Gi-Oh! Ultimate Masters: World Championship Tournament 2006,GBA,Misc,Konami,Konami,,0.26,0.14,0.07,0.05,0.01,2006-03-14, +/games/boxart/500534ccc.jpg,Bionicle: Matoran Adventures,GBA,Platform,Electronic Arts,Argonaut Games,,0.26,0.18,,0.07,0,2002-10-29, +/games/boxart/full_5097553AmericaFrontccc.jpg,Castlevania: Harmony of Dissonance,GBA,Platform,Konami,Konami Computer Entertainment Tokyo,8.6,0.26,0.16,0.04,0.06,0,2002-09-16, +/games/boxart/full_3997048AmericaFrontccc.jpg,Monsters vs. Aliens,Wii,Platform,Activision,Beenox,,0.26,0.14,,0.09,0.03,2009-03-24, +/games/boxart/full_9428111JapanFrontccc.jpg,Mega Man Legacy Collection,3DS,Platform,Capcom,Digital Eclipse Software,,0.26,0.18,0.06,,0.02,2016-02-23,2018-05-29 +/games/boxart/1443420ccc.jpg,Rayman DS,DS,Platform,Ubisoft,Ubisoft Montreal,5.4,0.26,0.21,,0.03,0.02,2005-03-24, +/games/boxart/full_5253006AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,GC,Platform,Activision,Adrenium Games,,0.26,0.2,,0.05,0.01,2004-11-10, +/games/boxart/2765818ccc.gif,Tomba!,PS,Platform,Sony Computer Entertainment,Whoopee Camp,8.6,0.26,0.15,,0.1,0.02,1998-06-30, +/games/boxart/full_8315758AmericaFrontccc.jpg,Hey Arnold! The Movie,GBA,Platform,THQ,Altron,5.5,0.26,0.19,,0.07,0,2002-05-29, +/games/boxart/4343552ccc.jpg,Polarium,DS,Puzzle,Nintendo,Mitchell,7.6,0.26,0.13,0.11,0.01,0.01,2005-04-18, +/games/boxart/2793739ccc.jpg,Armorines: Project S.W.A.R.M.,N64,Shooter,Acclaim Entertainment,Acclaim Studios London,6.2,0.26,0.21,,0.05,0,1999-11-30, +/games/boxart/7742206ccc.jpg,Duke Nukem: Zero Hour,N64,Shooter,GT Interactive,Eurocom Entertainment Software,,0.26,0.21,,0.05,0,1999-08-01, +/games/boxart/full_2798169PALFrontccc.jpg,Army of Two: The Devil's Cartel,X360,Shooter,Electronic Arts,Visceral Games,,0.26,0.16,0,0.07,0.02,2013-03-26,2018-10-19 +/games/boxart/full_2467525AmericaFrontccc.jpg,Resident Evil: Revelations,X360,Shooter,Capcom,Capcom,7.4,0.26,0.12,0.02,0.1,0.02,2013-05-21,2018-03-16 +/games/boxart/full_7866054AmericaFrontccc.jpg,Legendary,X360,Shooter,Gamecock,Spark Unlimited,4,0.26,0.08,,0.15,0.03,2008-11-04, +/games/boxart/full_9203221AmericaFrontccc.jpg,Desert Falcon,2600,Shooter,Atari,Atari,,0.26,0.24,,0.01,0,1987-06-14, +/games/boxart/full_reload-target-down_10AmericaFront.jpg,Reload: Target Down,Wii,Shooter,Mastiff,Mastiff,,0.26,0.24,,,0.02,2010-11-02, +/games/boxart/9300146ccc.jpg,The House of the Dead 2,DC,Shooter,Sega,Wow Entertainment,7.5,0.26,,0.26,,,1999-09-09, +/games/boxart/266937ccc.jpg,Panzer Dragoon Orta,XB,Shooter,Sega,Smilebit,8.8,0.26,0.16,0.04,0.05,0.01,2003-01-12, +/games/boxart/full_8603584AmericaFrontccc.jpg,NPPL Championship Paintball 2009,PS2,Shooter,Activision,Sand Grain Studios,,0.26,0.13,,0.1,0.03,2008-11-18, +/games/boxart/3867230ccc.jpg,Star Wars: Bounty Hunter,GC,Shooter,LucasArts,LucasArts,,0.26,0.2,,0.05,0.01,2002-12-07, +/games/boxart/full_call-of-duty-modern-warfare-3_864AmericaFront.jpg,Call of Duty: Modern Warfare 3: Defiance,DS,Shooter,Activision,Infinity Ward,,0.26,0.19,,0.05,0.02,2011-11-08, +/games/boxart/full_1221385AmericaFrontccc.jpg,King of Fighters: Maximum Impact,PS2,Fighting,SNK,SNK Playmore Corporation,,0.26,0.13,,0.1,0.03,2004-10-12, +/games/boxart/full_3578190AmericaFrontccc.jpg,ReCore,XOne,Action-Adventure,Microsoft Studios,Armature Studio,,0.26,0.16,0.01,0.06,0.02,2016-09-13,2018-10-01 +/games/boxart/full_79504AmericaFrontccc.jpg,Marvel Super Heroes vs. Street Fighter,PS,Fighting,Capcom,Capcom,,0.26,0.14,,0.1,0.02,1999-02-23, +/games/boxart/full_4349170AmericaFrontccc.jpg,My Hero One's Justice,NS,Fighting,Bandai Namco Entertainment,Byking,,0.26,0.17,0.06,0.01,0.02,2018-10-26,2018-09-12 +/games/boxart/full_5942765AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,PS4,Fighting,Capcom,Capcom,,0.26,0.19,0.02,,0.04,2017-03-07, +/games/boxart/1279809ccc.jpg,Tom and Jerry in War of the Whiskers,PS2,Fighting,NewKidCo,VIS Entertainment,,0.26,0.13,,0.1,0.03,2002-11-18, +/games/boxart/full_7507459JapanFrontccc.jpg,Samurai Warriors 4,PS3,Fighting,Tecmo Koei,Omega Force,,0.26,,0.26,,,2014-10-21,2018-10-29 +/games/boxart/full_5977437JapanFrontccc.jpg,X-Men vs. Street Fighter,SAT,Fighting,Capcom,Capcom,,0.26,,0.26,,,1997-11-27, +/games/boxart/full_3320456AmericaFrontccc.jpg,Angry Birds Trilogy,X360,Puzzle,Activision,Rovio Mobile,,0.26,0.18,,0.05,0.03,2012-09-25,2018-07-12 +/games/boxart/full_5553974PALFrontccc.jpg,TouchMaster 3(Others sales),DS,Puzzle,Warner Bros. Interactive,Midway,,0.26,,,0.24,0.02,2009-10-23, +/games/boxart/9551176ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,PS3,Action,Ubisoft,Ubisoft Shanghai,8.3,0.26,0.2,,0.03,0.03,2007-03-30, +/games/boxart/full_8709652JapanFrontccc.jpg,Tokyo Jungle,PS3,Action,Sony Computer Entertainment,PlayStation C.A.M.P.!,,0.26,,0.26,,,2020-12-31,2018-05-25 +/games/boxart/full_7660779PALFrontccc.jpg,Dishonored 2,PC,Action,Bethesda Softworks,Arkane Studios,,0.26,0.08,,0.17,0.02,2016-11-10,2019-07-16 +/games/boxart/full_1872439JapanFrontccc.jpg,Sengoku Basara: Battle Heroes,PSP,Action,Capcom,Capcom,,0.26,,0.26,,,2009-04-09, +/games/boxart/full_the-penguins-of-madagascar_6AmericaFront.jpg,The Penguins of Madagascar,DS,Action,THQ,THQ,,0.26,0.12,,0.11,0.02,2010-11-02, +/games/boxart/full_9475608AmericaFrontccc.jpg,Resident Evil: Deadly Silence,DS,Action,Capcom,Capcom,6.7,0.26,0.11,0.11,0.02,0.01,2006-02-07, +/games/boxart/2246442ccc.jpg,Frogger's Journey: The Forgotten Relic,GBA,Action,Konami,Konami,5,0.26,0.18,,0.07,0,2003-10-28, +/games/boxart/full_dynasty-warriors-next_739AmericaFront.jpg,Dynasty Warriors Next,PSV,Action,Tecmo Koei,Omega Force,,0.26,0.05,0.11,0.07,0.03,2012-02-22, +/games/boxart/full_7439003AmericaFrontccc.jpg,Deadly Premonition,X360,Action,Ignition Entertainment,Access Games,6,0.26,0.18,0,0.06,0.02,2010-02-23, +/games/boxart/2035151ccc.jpg,Superman Returns,X360,Action,Electronic Arts,EA Tiburon,5,0.26,0.23,,0.01,0.02,2006-11-20, +/games/boxart/4398392ccc.jpg,The Suite Life of Zack & Cody: Tipton Trouble,DS,Action,Buena Vista,Disney Interactive,,0.25,0.23,,,0.02,2006-09-18, +/games/boxart/full_7775688AmericaFrontccc.jpg,Dynasty Warriors 6,PS2,Action,KOEI,Omega Force,,0.25,0.12,,0.09,0.03,2008-11-18, +/games/boxart/full_lego-star-wars-iii-the-clone-wars_423AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,PC,Action,LucasArts,Traveller's Tales,7.6,0.25,0.1,,0.13,0.02,2011-03-22, +/games/boxart/full_5849352AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,PS2,Action,LucasArts,Krome Studios,,0.25,0.17,,0.01,0.08,2009-10-06, +/games/boxart/4602040ccc.jpg,Teen Titans,PS2,Action,THQ,A2M,6.6,0.25,0.12,,0.1,0.03,2006-05-24, +/games/boxart/full_7074249JapanFrontccc.jpg,Monster Hunter G,Wii,Role-Playing,Capcom,Capcom,,0.25,,0.25,,,2009-04-23, +/games/boxart/full_6956712AmericaFrontccc.jpg,Ice Age 2: The Meltdown,GBA,Platform,Sierra Entertainment,Amaze Entertainment,5,0.25,0.18,,0.07,0,2006-03-14, +/games/boxart/full_1568927AmericaFrontccc.jpg,Sonic Boom: Fire & Ice,3DS,Platform,Sega,Sanzaru Games,6.9,0.25,0.14,0.02,0.08,0.02,2016-09-27,2020-08-07 +/games/boxart/full_960564AmericaFrontccc.jpg,Spy Kids Challenger,GBA,Platform,Disney Interactive Studios,Game Titan,,0.25,0.18,,0.07,0,2002-08-21, +/games/boxart/23030ccc.jpg,Porky's,2600,Action,20th Century Fox Video Games,Dunhill Electronic Media Corp,,0.25,0.23,,0.01,0,1983-01-01, +/games/boxart/full_1908208AmericaFrontccc.png,Silent Hunter 5: Battle of the Atlantic,PC,Simulation,Ubisoft,Ubisoft Romania,,0.25,,,0.21,0.04,2010-03-02, +/games/boxart/full_minute-to-win-it_608AmericaFront.jpg,Minute to Win It,Wii,Misc,Zoo Games,Smackdown Productions,,0.25,0.23,,,0.02,2010-11-02, +/games/boxart/full_4514165AmericaFrontccc.jpg,Exhibition,XB,Misc,Microsoft,Various,,0.25,0.19,,0.05,0.01,2002-01-01,2018-09-25 +/games/boxart/full_3217927AmericaFrontccc.jpg,Project Runway,Wii,Simulation,Atari,Tornado Studios,,0.25,0.23,,0,0.02,2010-02-25, +/games/boxart/full_ace-combat-3d_942AmericaFront.jpg,Ace Combat: Assault Horizon Legacy,3DS,Simulation,Namco Bandai,Namco Bandai Games,7,0.25,0.1,0.08,0.06,0.01,2011-11-15, +/games/boxart/full_2839903AmericaFrontccc.jpg,Imagine: Ballet Star,DS,Simulation,Ubisoft,Spike Co.,,0.25,0.23,,0,0.02,2008-11-18,2021-02-26 +/games/boxart/3063063ccc.jpg,Atari Anthology,XB,Misc,Atari,Digital Eclipse,,0.25,0.19,,0.05,0.01,2004-11-16, +/games/boxart/full_3309755AmericaFrontccc.jpg,My Virtual Tutor: Reading Adventure Kindergarten to First,DS,Misc,Mentor Interactive,1st Playable Productions,,0.25,0.23,,,0.02,2009-09-11, +/games/boxart/8409481ccc.jpg,Spelling Challenges and more!,PSP,Misc,Crave Entertainment,Supersonic Software,4.5,0.25,0.24,,,0.02,2007-09-25, +/games/boxart/full_5645703AmericaFrontccc.jpg,Smart Girl's Playhouse,DS,Misc,UFO Interactive,Starfish Inc.,,0.25,0.24,,0,0.02,2007-09-18, +/games/boxart/3741421ccc.jpg,World Series of Poker,XB,Misc,Activision,Activision Value,,0.25,0.19,,0.05,0.01,2005-08-31, +/games/boxart/full_1149973AmericaFrontccc.jpg,The Sims 2,XB,Simulation,Electronic Arts,Maxis,,0.25,0.19,,0.05,0.01,2005-10-24, +/games/boxart/full_1796523AmericaFrontccc.jpg,Littlest Pet Shop: Country Friends,DS,Simulation,Electronic Arts,EA Salt Lake,,0.25,0.23,,0,0.02,2009-10-20, +/games/boxart/7120617ccc.jpg,Armored Core 4,X360,Simulation,Sega,From Software,6.5,0.25,0.19,0.03,0.01,0.02,2007-03-20, +/games/boxart/5475543ccc.jpg,Secret Weapons Over Normandy,XB,Simulation,LucasArts,Totally Games,,0.25,0.19,,0.05,0.01,2003-11-18, +/games/boxart/9038327ccc.jpg,Animal Paradise,DS,Simulation,Empire Interactive,Rekoo,,0.25,0.09,,0.14,0.02,2008-09-23, +/games/boxart/4742728ccc.gif,Cars: Mater-National Championship,PS2,Racing,THQ,Rainbow Studios,,0.25,0.12,,0.09,0.03,2007-10-29, +/games/boxart/3839931ccc.jpg,Juiced 2: Hot Import Nights,PS3,Racing,THQ,Juice Games,,0.25,0.18,0.01,0.04,0.02,2007-10-22, +/games/boxart/full_6342781AmericaFrontccc.jpg,WipEout XL,PS,Racing,Sony Computer Entertainment,Psygnosis,8.8,0.25,0.14,,0.1,0.02,1996-09-30, +/games/boxart/9149085ccc.jpg,NASCAR 09,X360,Racing,EA Sports,EA Tiburon,7.1,0.25,0.23,,0,0.02,2008-06-10, +/games/boxart/859861ccc.jpg,WipEout Fusion,PS2,Racing,BAM! Entertainment,Studio Liverpool,,0.25,0.12,,0.1,0.03,2002-06-17,2018-09-16 +/games/boxart/full_9405796AmericaFrontccc.jpg,F1 Pole Position 64,N64,Racing,Ubisoft,Human Entertainment,,0.25,0.11,,0.13,0.01,1997-09-30, +/games/boxart/7378756ccc.jpg,MRC: Multi-Racing Championship,N64,Racing,Ocean,Genki,,0.25,0.2,,0.05,0,1997-08-31, +/games/boxart/full_8051654AmericaFrontccc.jpg,SBK Superbike World Championship,PS3,Racing,Conspiracy Entertainment,Milestone,,0.25,0.12,,0.11,0.02,2009-03-10, +/games/boxart/9437735ccc.jpg,Tony Hawk's Proving Ground,Wii,Sports,Activision,Page 44,,0.25,0.22,,0.01,0.02,2007-10-15, +/games/boxart/full_4707626JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou!,SAT,Sports,Sega,Sega,,0.25,,0.25,,0,1998-02-19, +/games/boxart/full_5255882AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,X360,Racing,Activision,Sidhe Interactive,,0.25,0.14,,0.09,0.02,2009-10-27, +/games/boxart/full_5467076AmericaFrontccc.jpg,F1 2000,PS,Racing,EA Sports,Visual Sciences,,0.25,0.14,,0.09,0.02,2000-02-29, +/games/boxart/full_530735AmericaFrontccc.jpg,WRC: World Rally Championship,PS2,Racing,BAM! Entertainment,Evolution Studios,,0.25,0.12,,0.09,0.03,2002-03-21, +/games/boxart/full_2802807PALFrontccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,PSP,Racing,Codemasters,Sumo Digital,,0.25,,,0.25,0,2005-09-01, +/games/boxart/7203779ccc.jpg,NASCAR 09,PS3,Racing,EA Sports,EA Tiburon,,0.25,0.22,,0.01,0.02,2008-06-10, +/games/boxart/full_4881201AmericaFrontccc.jpeg,Need for Speed Rivals,PC,Racing,Electronic Arts,Ghost Games,,0.25,0.04,,0.19,0.02,2013-11-19,2018-01-04 +/games/boxart/full_807922AmericaFrontccc.jpg,Pro Evolution Soccer 2014,X360,Sports,Konami Digital Entertainment,Konami,7.9,0.25,0.08,,0.16,0.02,2013-09-24,2018-03-02 +/games/boxart/1077148ccc.jpg,NBA JAM Tournament Edition,PS,Sports,Acclaim Entertainment,Iguana Entertainment,,0.25,0.14,,0.09,0.02,1995-09-04, +/games/boxart/9433505ccc.jpg,Crash Tag Team Racing,PSP,Racing,VU Games,Radical Entertainment,6.3,0.25,0.16,,0.06,0.03,2005-11-10, +/games/boxart/1750740ccc.jpg,MotoGP '07,X360,Racing,THQ,Climax Studios,7.7,0.25,0.23,,0,0.02,2007-08-27, +/games/boxart/full_7799785AmericaFrontccc.jpg,Trials Fusion,XOne,Racing,Ubisoft,RedLynx,,0.25,0.12,,0.1,0.02,2015-01-01,2018-05-25 +/games/boxart/full_845169AmericaFrontccc.jpg,Ratchet & Clank: Full Frontal Assault,PS3,Action,Sony Computer Entertainment,Insomniac Games,,0.25,0.19,,0.01,0.05,2012-11-27,2018-01-06 +/games/boxart/full_2178803AmericaFrontccc.jpg,The Powerpuff Girls: Chemical X-Traction,PS,Action,BAM! Entertainment,VIS Entertainment,,0.25,0.14,,0.1,0.02,2001-11-08, +/games/boxart/full_4856174AmericaFrontccc.jpg,Scrabble,DS,Puzzle,Electronic Arts,Stainless Games,,0.25,0.2,,0.02,0.03,2009-03-17, +/games/boxart/3280621ccc.jpg,Bomberman Tournament,GBA,Puzzle,Activision,Hudson Soft,8.8,0.25,0.1,0.1,0.04,0.01,2001-06-26, +/games/boxart/full_3042965AmericaFrontccc.jpg,Don King Presents: Prizefighter,X360,Sports,2K Games,Venom Games,4,0.25,0.14,,0.08,0.02,2008-06-10, +/games/boxart/full_9080793AmericaFrontccc.jpg,Daisy Fuentes Pilates,Wii,Sports,Sega,Collision Studios,,0.25,0.17,,0.06,0.02,2009-08-04, +/games/boxart/full_9678556AmericaFrontccc.jpg,F1 2015,XOne,Racing,Codemasters,Codemasters Birmingham,5.7,0.25,0.09,,0.15,0.02,2015-07-21,2018-05-23 +/games/boxart/full_7295441AmericaFrontccc.jpg,Fox Sports College Hoops '99,N64,Sports,Fox Interactive,"Z-Axis, Ltd.",,0.25,0.2,,0.05,0,1998-11-23, +/games/boxart/3432231ccc.jpg,NBA Courtside 2 featuring Kobe Bryant,N64,Sports,Nintendo,Left Field Productions,,0.25,0.2,,0.05,0,1999-11-08, +/games/boxart/1770913ccc.jpg,NBA Showtime: NBA on NBC,N64,Sports,Midway Games,Eurocom Entertainment Software,,0.25,0.23,,0.02,0,1999-11-17, +/games/boxart/full_5541816JapanFrontccc.jpg,Power Pro Kun Pocket 2,GB,Sports,Konami,Diamond Head,,0.25,,0.25,,,2000-03-30, +/games/boxart/9698043ccc.jpg,Triple Play 2002,XB,Sports,EA Sports,Pandemic Studios,,0.25,0.19,,0.05,0.01,2002-03-18, +/games/boxart/full_4802050AmericaFrontccc.jpg,Samurai Shodown II,NG,Fighting,SNK,SNK Corporation,,0.25,,0.25,,,1994-12-02, +/games/boxart/7689189ccc.jpg,Def Jam Vendetta,GC,Fighting,EA Sports BIG,Aki Corporation,8.8,0.25,0.19,,0.05,0.01,2003-03-31, +/games/boxart/full_2711299AmericaFrontccc.jpg,Samurai Warriors 4,PS4,Fighting,Tecmo Koei,Omega Force,,0.25,0.08,0.06,0.07,0.03,2014-10-21,2018-10-29 +/games/boxart/5679136ccc.jpg,NHL 06,XB,Sports,EA Sports,EA Canada,,0.25,0.19,,0.05,0.01,2005-09-06, +/games/boxart/1432112ccc.jpg,UEFA Euro 2008 Austria-Switzerland,PSP,Sports,Electronic Arts,Unknown,6.9,0.25,0.06,,0.13,0.06,2008-05-19, +/games/boxart/full_jonah-lomu-rugby-challenge_67PALFront.jpg,Jonah Lomu Rugby Challenge,PS3,Sports,Home Entertainment Suppliers,Sidhe Interactive,,0.25,,,0.2,0.05,, +/games/boxart/4868421ccc.jpg,Dead or Alive Xtreme 2,X360,Sports,Tecmo,Team Ninja,5.3,0.25,0.15,0.06,0.02,0.02,2006-11-13, +/games/boxart/2054159ccc.jpg,Wayne Gretzky's 3D Hockey '98,N64,Sports,Midway Games,Software Creations,,0.25,0.23,,0.02,0,1997-12-03, +/games/boxart/full_surfing-h3o_832AmericaFront.jpg,Surfing H3O,PS2,Sports,Rockstar Games,Opus Studio,,0.25,0.12,,0.1,0.03,2000-10-26, +/games/boxart/6126976ccc.jpg,NHL 08,PS3,Sports,Electronic Arts,EA Canada,,0.25,0.16,,0.06,0.03,2007-09-11,2018-02-03 +/games/boxart/7353204ccc.jpg,Cars,X360,Racing,THQ,Rainbow Studios,7,0.25,0.22,,0.01,0.02,2006-10-23, +/games/boxart/full_monster-jam-path-of-destruction_5AmericaFront.jpg,Monster Jam: Path of Destruction,PS3,Racing,Activision,Virtuos,,0.25,0.21,,0.02,0.02,2010-11-09, +/games/boxart/421488ccc.jpg,Amped 2,XB,Sports,Microsoft Game Studios,Indie Built,,0.25,0.2,,0.04,0.01,2003-10-28, +/games/boxart/full_500774AmericaFrontccc.jpg,College Hoops 2K6,PS2,Sports,2K Sports,Visual Concepts,8.3,0.25,0.12,,0.1,0.03,2005-11-30, +/games/boxart/full_4465243JapanFrontccc.jpg,Combination Pro Soccer: J-League no Kantoku ni Natte Sekai wo Mezase!!,PS,Sports,Axela,Axela,,0.25,,0.24,,0.02,1998-06-18, +/games/boxart/full_6811300AmericaFrontccc.jpg,Prison Break: The Conspiracy,PS3,Adventure,Deep Silver,ZootFly,3.3,0.25,0.05,,0.16,0.05,2010-03-30, +/games/boxart/full_8781226AmericaFrontccc.jpg,Up,PS3,Adventure,THQ,THQ,,0.25,0.15,,0.06,0.03,2009-05-26, +/games/boxart/full_9676242AmericaFrontccc.jpg,Nickelodeon Party Blast,GC,Misc,Atari,Data Design Interactive,,0.25,0.19,,0.05,0.01,2002-12-06, +/games/boxart/full_9593567PALFrontccc.jpg,Danganronpa V3: Killing Harmony,PS4,Adventure,NIS America,Spike Chunsoft,,0.25,0.09,0.07,0.05,0.03,2017-09-26,2018-01-22 +/games/boxart/full_7311465AmericaFrontccc.jpg,The Mummy: Tomb of the Dragon Emperor,PS2,Adventure,Sierra Entertainment,Eurocom Entertainment Software,,0.25,0.12,,0.1,0.03,2008-07-22, +/games/boxart/full_6777866AmericaFrontccc.jpg,The Backyardigans,DS,Adventure,Take-Two Interactive,Take 2 Interactive,,0.25,0.23,,,0.02,2009-10-26, +/games/boxart/full_6378557JapanFrontccc.jpg,Sentimental Graffiti,SAT,Adventure,NEC Interchannel,NEC Intechannel,,0.25,,0.25,,0,1998-01-22, +/games/boxart/full_7807331AmericaFrontccc.jpg,Bolt,X360,Adventure,Disney Interactive Studios,Avalanche Software,,0.25,0.18,,0.05,0.02,2008-11-18, +/games/boxart/2721686ccc.jpg,Pirates of the Caribbean: The Legend of Jack Sparrow,PS2,Adventure,Bethesda Softworks,California Seven Studios,,0.25,0.12,,0.09,0.03,2006-06-28, +/games/boxart/full_2178148AmericaFrontccc.jpg,Avatar: The Last Airbender - Into the Inferno,PS2,Adventure,THQ,Halfbrick Studios,,0.25,0.12,,0.09,0.03,2008-10-13, +/games/boxart/full_2105465AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),X360,Action-Adventure,Activision,Beenox,,0.25,0.12,,0.12,0.02,2014-04-29,2018-03-19 +/games/boxart/full_7113191AmericaFrontccc.jpg,LEGO The Hobbit,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,7,0.25,0.1,,0.13,0.02,2014-04-08,2018-03-15 +/games/boxart/full_7172459AmericaFrontccc.jpg,Spirit Camera: The Cursed Memoir,3DS,Action-Adventure,Nintendo,Tecmo Koei Games,5.7,0.25,0.15,0.06,0.02,0.02,2012-04-13,2018-08-30 +/games/boxart/full_1945378AmericaFrontccc.jpg,Super Street Fighter II: Turbo Revival,GBA,Fighting,Capcom,Capcom,,0.25,0.18,,0.07,0,2001-10-30, +/games/boxart/full_8057905AmericaFrontccc.jpg,Evil Zone,PS,Fighting,Titus,Yuke's Future Media Creators,,0.25,0.14,,0.1,0.02,1999-06-01, +/games/boxart/full_4342784AmericaFrontccc.jpg,Ultimate Fighting Championship,PS,Fighting,Crave Entertainment,Opus Studio,,0.25,0.14,,0.09,0.02,2000-11-13, +/games/boxart/full_6109412PALFrontccc.png,Freshly-Picked: Tingle's Rosy Rupeeland,DS,Role-Playing,Nintendo,Vanpool,,0.25,,0.24,0.01,0,2007-09-14, +/games/boxart/full_hunted-the-demons-forge_137AmericaFront.jpg,Hunted: The Demon's Forge,PS3,Role-Playing,Bethesda Softworks,InXile Entertainment,6.1,0.25,0.12,0.02,0.09,0.03,2011-05-31, +/games/boxart/full_4498482AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel,PSV,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.25,0.05,0.14,0.03,0.03,2015-12-22,2018-06-02 +/games/boxart/full_beyblade-metal-fusion_799AmericaFront.jpg,Beyblade: Metal Fusion,DS,Role-Playing,Hudson Soft,Hudson Soft,,0.25,0.07,0.14,0.03,0.01,2010-11-09, +/games/boxart/full_8709878AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,PSP,Role-Playing,Activision,Savage Entertainment,,0.25,0.17,,0.04,0.04,2009-09-15, +/games/boxart/full_1218640AmericaFrontccc.jpg,Disgaea 2: Dark Hero Days,PSP,Role-Playing,NIS America,Nippon Ichi Software,8.1,0.25,0.1,0.12,0.01,0.02,2009-09-08, +/games/boxart/full_740834AmericaFrontccc.jpg,Hybrid Heaven,N64,Role-Playing,Konami,KCEO,7,0.25,0.16,0.05,0.04,0,1999-09-01, +/games/boxart/314689ccc.jpg,The Elder Scrolls IV: Oblivion,PC,Role-Playing,Take-Two Interactive,Bethesda Softworks,9.2,0.25,0.01,,0.21,0.04,2009-07-07, +/games/boxart/full_5108787AmericaFrontccc.jpg,NBA Courtside 2002,GC,Sports,Nintendo,Left Field Productions,7.6,0.25,0.19,,0.05,0.01,2002-01-13, +/games/boxart/full_8626100PALFrontccc.jpg,FIFA 14,PSP,Sports,EA Sports,EA Canada,,0.25,,,0.19,0.05,2013-09-24,2018-09-15 +/games/boxart/full_9136328AmericaFrontccc.jpg,Tetris Effect,PS4,Puzzle,Sony Interactive Entertainment,Monstars Inc.,,0.25,0.19,0.01,0.01,0.05,2018-11-09,2018-12-19 +/games/boxart/full_2779893AmericaFrontccc.jpg,NBA Live 15,PS4,Sports,Electronic Arts,EA Tiburon,,0.25,0.16,,0.04,0.04,2014-10-28,2018-05-30 +/games/boxart/full_tennis-no-oji-sama-genius-boys-academy_433JapanFront.jpg,Tennis no Oji-Sama: Genius Boys Academy,GBA,Sports,Konami,Konami,,0.25,,0.24,,0.01,2002-04-25, +/games/boxart/full_5667918JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2002,PS2,Sports,Namco,Namco,,0.25,,0.25,,,2002-04-18, +/games/boxart/3269615ccc.jpg,Major League Baseball 2K7,PS3,Sports,2K Sports,Kush Games,,0.25,0.23,,,0.02,2007-02-26, +/games/boxart/8783619ccc.jpg,Happy Feet,GC,Adventure,Midway Games,Artificial Mind and Movement,,0.25,0.2,,0.05,0.01,2006-11-14, +/games/boxart/full_1474256AmericaFrontccc.jpg,Mega Man Legacy Collection 1+2,NS,Platform,Capcom,Digital Eclipse Software,8.5,0.25,0.2,0.03,,0.02,2018-05-22,2018-07-04 +/games/boxart/full_2567093AmericaFrontccc.jpg,Billy Hatcher and the Giant Egg,GC,Platform,Sega,Sonic Team,7.3,0.25,0.19,,0.05,0.01,2003-09-23, +/games/boxart/2560948ccc.jpg,Scooby-Doo! Unmasked,PS2,Platform,THQ,Artificial Mind and Movement,,0.25,0.12,,0.1,0.03,2005-09-12, +/games/boxart/full_8657732AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Danger of the Ooze,PS3,Platform,Activision,WayForward Technologies,,0.25,0.11,,0.09,0.04,2014-10-28,2018-04-14 +/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_991AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PS3,Platform,D3 Publisher,Papaya Studios,,0.25,0.12,,0.09,0.04,2010-10-05, +/games/boxart/full_6878345AmericaFrontccc.jpg,Jumping Flash! 2,PS,Platform,Sony Computer Entertainment,Exact,,0.25,0.05,0.15,0.03,0.02,1996-08-31, +/games/boxart/full_scrabble_751AmericaFront.jpg,Scrabble,PS,Misc,Hasbro Interactive,Runecraft,,0.25,0.14,,0.1,0.02,1999-10-31, +/games/boxart/full_michael-jackson-the-experience_1AmericaFront.jpg,Michael Jackson: The Experience,DS,Misc,Ubisoft,Longtail Studios,,0.25,0.21,,0.03,0.02,2010-11-23, +/games/boxart/full_8778026AmericaFrontccc.jpg,Star Trek: The Game,PS3,Action-Adventure,Namco Bandai Games,Digital Extremes,,0.25,0.1,,0.11,0.04,2013-04-23,2018-10-29 +/games/boxart/full_9351537AmericaFrontccc.jpg,Family Guy: Back to the Multiverse,X360,Action-Adventure,Activision,Heavy Iron Studios,,0.25,0.14,,0.09,0.02,2012-11-20,2018-10-19 +/games/boxart/full_4756749AmericaFrontccc.jpg,Far Cry: Primal,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,8,0.25,0.07,,0.16,0.02,2016-03-01,2018-04-03 +/games/boxart/full_4016927AmericaFrontccc.jpg,Bomberman Generation,GC,Adventure,Majesco,Game Arts,8.4,0.25,0.15,0.06,0.04,0.01,2002-06-03, +/games/boxart/full_6677926AmericaFrontccc.jpg,L.A. Noire,XOne,Adventure,Rockstar Games,Team Bondi,,0.25,0.14,,0.09,0.02,2017-11-14,2018-06-19 +/games/boxart/full_karaoke-joysound-wii_823JapanFront.jpg,Karaoke Joysound Wii,Wii,Misc,Hudson Soft,Xing Inc.,,0.25,,0.25,,,2008-12-18, +/games/boxart/full_4361242PALFrontccc.jpg,U-Sing: Girls Night,Wii,Misc,Mindscape,Mindscape Inc.,,0.25,,,0.21,0.04,2010-06-18, +/games/boxart/default.jpg,Karaoke Joysound Wii,WW,Misc,Hudson Soft,Xing Inc.,,0.25,0,0.25,,,2009-07-29, +/games/boxart/full_860186AmericaFrontccc.jpg,Caesars Palace II,PS,Misc,Interplay,Flat Cat,,0.25,0.14,,0.09,0.02,1998-10-01, +/games/boxart/9771164ccc.jpg,Walt Disney's The Jungle Book: Rhythm N'Groove,PS2,Misc,Ubisoft,Ubisoft Shanghai,,0.25,0.12,,0.1,0.03,2003-02-04, +/games/boxart/full_hasbro-family-game-night-3_10AmericaFront.jpg,Hasbro Family Game Night 3,PS3,Misc,Electronic Arts,EA Bright Light,,0.25,0.18,,0.04,0.03,2010-10-26, +/games/boxart/full_3730109AmericaFrontccc.jpg,Sorry! / Aggravation / Scrabble Junior,GBA,Misc,DSI Games,Gravity-I,,0.25,0.18,,0.07,0,2005-08-21, +/games/boxart/5321181ccc.jpg,Cartoon Network Collection: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.25,0.18,,0.07,0,2004-06-24, +/games/boxart/full_barbie-jet-set-amp-style_476AmericaFront.jpg,"Barbie: Jet, Set & Style!",Wii,Misc,THQ,THQ,,0.25,0.22,,0.01,0.02,2011-09-20, +/games/boxart/119278ccc.jpg,Midway's Greatest Arcade Hits,GBA,Misc,Midway Games,Pocket Studios,,0.25,0.18,,0.07,0,2001-11-22, +/games/boxart/full_1131653AmericaFrontccc.jpg,Golden Nugget Casino,GBA,Misc,Majesco,Majesco Games,,0.25,0.18,,0.07,0,2004-11-16, +/games/boxart/full_big-beach-sports-2_5PALFront.jpg,Big Beach Sports 2,Wii,Sports,THQ,Jet Black Games,,0.25,0.11,,0.12,0.03,2010-07-06, +/games/boxart/full_3580688JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,PSV,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.25,,0.25,,,2016-04-28, +/games/boxart/6594173ccc.jpg,World Series Baseball 2K3,PS2,Sports,Sega,Blue Shift,,0.25,0.12,,0.1,0.03,2003-03-17, +/games/boxart/full_2110021AmericaFrontccc.jpg,Madden NFL 17,PS3,Sports,EA Sports,EA Tiburon,,0.25,0.15,,0.05,0.04,2016-08-23,2018-04-01 +/games/boxart/default.jpg,Medabots AX: Metabee / Rokusho Ver.,GBA,Role-Playing,Natsume,"Imagineer Co., Ltd.",,0.25,0.18,,0.07,0,2002-06-25, +/games/boxart/full_7908289AmericaFrontccc.jpg,Crusaders of Might and Magic,PS,Role-Playing,3DO,3DO,6,0.25,0.14,,0.1,0.02,2000-02-29, +/games/boxart/full_4278825AmericaFrontccc.jpg,Racquet Sports,Wii,Sports,Ubisoft,Asobo Studio,,0.25,0.13,,0.09,0.02,2010-03-09, +/games/boxart/full_5213143AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Echoes of Time,Wii,Role-Playing,Square Enix,Square Enix,6.9,0.25,0.13,0.05,0.06,0.02,2009-03-24, +/games/boxart/full_3670900AmericaFrontccc.jpg,Galactic Attack,SAT,Shooter,Acclaim Entertainment,Ving,,0.25,,0.25,,,1995-01-01, +/games/boxart/7406935ccc.jpg,Blaster Master: Blasting Again,PS,Shooter,Crave Entertainment,SunSoft,7.7,0.25,0.14,,0.1,0.02,2001-05-06, +/games/boxart/full_2878090AmericaFrontccc.jpg,Medal of Honor European Assault,GC,Shooter,Electronic Arts,EA Los Angeles,7.9,0.25,0.19,,0.05,0.01,2005-06-07, +/games/boxart/full_2394368AmericaFrontccc.jpg,XIII,XB,Shooter,Ubisoft,Southend Interactive,,0.25,0.16,,0.08,0.01,2003-11-24, +/games/boxart/4687358ccc.jpg,The Outfit,X360,Action,THQ,Unknown,7,0.25,0.21,,0.02,0.02,2006-03-13, +/games/boxart/full_doods-big-adventure_5AmericaFront.jpg,Dood's Big Adventure,Wii,Platform,THQ,THQ Digital Phoenix,,0.25,0.22,,0.01,0.02,2010-11-14, +/games/boxart/full_7051727AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",GC,Platform,Midway Games,A2M,4.6,0.25,0.19,,0.05,0.01,2005-11-03, +/games/boxart/full_4238834AmericaFrontccc.jpg,Men of Valor,XB,Shooter,VU Games,"2015, Inc.",,0.25,0.19,,0.05,0.01,2004-10-19,2018-03-22 +/games/boxart/full_9378842AmericaFrontccc.jpg,America's Army: Rise of a Soldier,XB,Shooter,Ubisoft,Secret Level,,0.25,0.19,,0.05,0.01,2005-11-17, +/games/boxart/full_8888828AmericaFrontccc.jpg,The Chronicles of Riddick: Assault on Dark Athena,PS3,Shooter,Atari,Starbreeze Studios AB,8,0.25,0.12,,0.09,0.04,2009-04-07, +/games/boxart/992922ccc.jpg,Project Overkill,PS,Shooter,Konami,Konami,,0.25,0.14,,0.09,0.02,1996-08-31, +/games/boxart/5357883ccc.jpg,Classic NES Series: Xevious,GBA,Shooter,Nintendo,Nintendo,,0.25,0.08,0.12,0.03,0.01,2004-06-02, +/games/boxart/full_8117913AmericaFrontccc.jpg,Zoo Tycoon 2: Ultimate Collection,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,0.25,0.04,,0.19,0.03,2008-12-05, +/games/boxart/full_182104AmericaFrontccc.jpg,Game & Wario,WiiU,Party,Nintendo,Intelligent Systems,6.2,0.25,0.06,0.12,0.06,0.01,2013-06-23,2018-03-15 +/games/boxart/full_6199415PALFrontccc.jpg,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PSV,Action,Square Enix,Omega Force,,0.25,,0.25,,,2016-05-27, +/games/boxart/full_spider-man-edge-of-time_742AmericaFront.jpg,Spider-Man: Edge of Time,X360,Action,Activision,Beenox,5.8,0.25,0.18,,0.05,0.02,2011-10-04, +/games/boxart/full_6406012JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou,SAT,Action,Bandai,Bandai,,0.25,,0.25,,0,1998-04-09, +/games/boxart/7716326ccc.jpg,Final Fantasy XI: Chains of Promathia,PS2,Role-Playing,Square Enix,Square Enix,7.3,0.25,0.12,,0.09,0.03,2004-09-21, +/games/boxart/full_8003431AmericaFrontccc.jpg,Transformers: War for Cybertron -- Autobots,DS,Action,Activision,Vicarious Visions,,0.25,0.22,,0.01,0.02,2010-06-22, +/games/boxart/7675351ccc.jpg,Butt Ugly Martians: B.K.M. Battles,GBA,Action,Knowledge Adventure,Runecraft,6,0.25,0.18,,0.07,0,2002-10-01, +/games/boxart/1346419ccc.jpg,Romance of the Three Kingdoms II,SNES,Strategy,KOEI,Koei,,0.25,,0.25,,,1992-05-01, +/games/boxart/full_7812817JapanFrontccc.jpg,A. IV Evolution: A Ressha de Ikou 4,PS,Strategy,ArtDink,ArtDink,,0.25,,0.24,,0.02,1994-12-03, +/games/boxart/full_1186848AmericaFrontccc.jpg,Sid Meier's Civilization VI,NS,Strategy,2K Games,Firaxis Games,9.4,0.25,0.12,0.01,0.11,0.02,2018-11-16,2018-12-19 +/games/boxart/10167ccc.jpg,Avatar: The Last Airbender - The Burning Earth,Wii,Action,THQ,THQ Australia,,0.25,0.23,,0,0.02,2007-10-16, +/games/boxart/1715027ccc.gif,Devil Kings,PS2,Action,Capcom,Capcom,,0.25,0.03,0.18,0.03,0.01,2005-10-12, +/games/boxart/full_4349351AmericaFrontccc.jpg,Darksiders III,PS4,Action,THQ Nordic,Gunfire Games,,0.25,0.13,,0.07,0.04,2018-11-27,2018-12-19 +/games/boxart/full_6473259AmericaFrontccc.jpg,Shadow Man,PS,Action,Acclaim Entertainment,Acclaim Studios Teesside,,0.25,0.14,,0.09,0.02,1999-09-30,2018-10-08 +/games/boxart/full_6878622AmericaFrontccc.jpg,Ninja Gaiden 3,X360,Action,Tecmo Koei,Team Ninja,,0.25,0.16,0.03,0.05,0.02,2012-03-20,2018-04-24 +/games/boxart/full_4283070AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,DS,Action,LucasArts,Artificial Mind and Movement,,0.25,0.16,,0.07,0.02,2009-06-09, +/games/boxart/full_306982AmericaFrontccc.jpg,X-Men Origins: Wolverine,Wii,Action,Activision,Raven Software,,0.25,0.19,,0.04,0.02,2009-05-01, +/games/boxart/full_9373632AmericaFrontccc.jpg,Spider-Man: Web of Shadows,Wii,Action,Activision,Shaba Games / Treyarch,6,0.25,0.22,,0.01,0.02,2008-10-21, +/games/boxart/full_5108244AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),X360,Action,THQ,Heavy Iron Studios,,0.25,0.25,,0,,2009-10-26, +/games/boxart/full_3776027AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,X360,Action,Activision,Toys for Bob,,0.25,0.12,,0.1,0.03,2008-11-04, +/games/boxart/full_kung-fu-panda-2_291AmericaFront.jpg,Kung Fu Panda 2,X360,Action,THQ,THQ,,0.25,0.16,,0.07,0.02,2011-05-24, +/games/boxart/2954718ccc.jpg,Gex 64: Enter the Gecko,N64,Action,Midway Games,Realtime Associates,,0.25,0.2,,0.05,0,1998-08-31, +/games/boxart/full_8776335AmericaFrontccc.jpg,Dynasty Warriors 6 (JP sales),PS2,Action,KOEI,Omega Force,,0.25,,0.25,,,2008-11-18, +/games/boxart/8588235ccc.jpg,NHL 08,X360,Action,Electronic Arts,Unknown,,0.25,0.22,,0.01,0.02,2007-09-12, +/games/boxart/full_2570430JapanFrontccc.jpg,Choro Q2,PS,Racing,Takara,Takara,,0.25,,0.23,,0.02,1997-02-21, +/games/boxart/2713669ccc.jpg,Classic NES Series: Excitebike,GBA,Racing,Nintendo,Nintendo,,0.25,0.11,0.1,0.04,0.01,2004-06-02, +/games/boxart/full_8937827AmericaFrontccc.jpg,Grandia,PS,Role-Playing,Sony Computer Entertainment,Game Arts,8.4,0.25,0.14,,0.09,0.02,1999-09-30, +/games/boxart/full_8689580AmericaFrontccc.jpg,Ys: Memories of Celceta,PSV,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.25,0.1,0.1,0.01,0.04,2013-11-26,2018-10-29 +/games/boxart/full_2459951PALFrontccc.jpg,Penny Racers,PS,Racing,Sony Computer Entertainment,Tamsoft,,0.25,,0.23,,0.02,1996-10-01, +/games/boxart/full_2820773AmericaFrontccc.jpg,X-Men Legends II: Rise of Apocalypse,GC,Role-Playing,Activision,Raven Software,8.2,0.25,0.19,,0.05,0.01,2005-09-20, +/games/boxart/full_731678AmericaFrontccc.jpg,Valkyria Chronicles 4,PS4,Role-Playing,Sega,Sega,,0.25,0.1,0.08,0.03,0.03,2018-09-25,2018-06-19 +/games/boxart/full_5304821JapanFrontccc.jpg,Final Fantasy II,WS,Role-Playing,Square,SquareSoft,,0.25,,0.25,,0,2001-05-02, +/games/boxart/full_3691054JapanFrontccc.jpg,Marie no Atelier: Salburg no Renkinjutsushi,PS,Role-Playing,Gust,Gust,,0.25,,0.23,,0.02,1997-05-23, +/games/boxart/full_1701576AmericaFrontccc.jpg,Dune 2000,PS,Strategy,Electronic Arts,Westwood Studios,,0.25,0.14,,0.09,0.02,2000-02-11, +/games/boxart/full_5776702AmericaFrontccc.jpg,We Sing Pop!,Wii,Music,Nordic Games,Le Cortex,,0.25,0.05,,0.18,0.02,2012-12-14,2018-10-29 +/games/boxart/full_cabelas-big-game-hunter-2012_703AmericaFront.jpg,Cabela's Big Game Hunter 2012,PS3,Sports,Activision,Activision,,0.24,0.17,,0.03,0.03,2011-09-27, +/games/boxart/full_2059560AmericaFrontccc.jpg,PDC World Championship Darts 2008,Wii,Sports,O-Games,Mere Mortals,,0.24,0.02,,0.21,0.01,2009-06-16, +/games/boxart/full_6848833AmericaFrontccc.jpg,Saints Row IV: Re-Elected,XOne,Action,Deep Silver,Volition Inc.,,0.24,0.13,,0.09,0.02,2015-01-27,2018-04-26 +/games/boxart/full_4371303AmericaFrontccc.png,The Escapists 2,PS4,Action,Sold Out,Team17 Software,,0.24,0.04,,0.16,0.04,2017-08-22,2019-02-22 +/games/boxart/full_tongari-boushi-to-oshare-na-mahou-tsukai_863JapanFront.jpg,Tongari Boushi to Oshare na Mahou Tsukai,DS,Action,Konami,Konami,,0.24,,0.24,,,2011-12-10, +/games/boxart/full_2589765AmericaFrontccc.jpg,Toukiden: The Age of Demons,PSV,Action,Tecmo Koei,Omega Force,,0.24,0.03,0.18,0.02,0.02,2015-03-31,2018-10-29 +/games/boxart/full_cradle-of-rome_8AmericaFront.jpg,Cradle of Rome,DS,Puzzle,D3 Publisher,cerasus.media GmbH,,0.24,0.05,,0.16,0.03,2008-11-26, +/games/boxart/full_1016157AmericaFrontccc.jpg,Scrabble (Others sales),DS,Puzzle,Electronic Arts,Electronic Arts,,0.24,,,0.24,,2009-03-17, +/games/boxart/4480643ccc.jpg,Digimon World: Data Squad,PS2,Role-Playing,Namco Bandai,Bec,,0.24,0.12,,0.09,0.03,2007-09-18, +/games/boxart/full_4088946AmericaFrontccc.jpg,Persona 5,PS3,Role-Playing,Atlus,Atlus,,0.24,0.07,0.14,0.02,0.02,2017-04-04,2018-01-02 +/games/boxart/full_2623791AmericaFrontccc.jpg,Percy Jackson and the Olympians: The Lightning Thief,DS,Role-Playing,Activision,20th Century Fox Video Games,,0.24,0.22,,0.01,0.02,2010-02-09, +/games/boxart/full_4731444AmericaFrontccc.jpg,.hack//G.U. Last Recode,PS4,Role-Playing,Namco Bandai Games,CyberConnect2,,0.24,0.1,0.08,0.04,0.03,2017-11-03,2018-06-10 +/games/boxart/full_1098520JapanFrontccc.jpg,Summon Night 3,PS2,Role-Playing,Banpresto,Flight-Plan,,0.24,,0.24,,,2003-08-07, +/games/boxart/8730348ccc.jpg,Driver '76,PSP,Racing,Ubisoft,Sumo Digital,5.5,0.24,0.03,,0.14,0.07,2007-05-08, +/games/boxart/7871892ccc.jpg,Road Rash 64,N64,Racing,THQ,Pacific Coast Power & Light,,0.24,0.19,,0.05,0,1999-08-31, +/games/boxart/4313524ccc.gif,Juiced 2: Hot Import Nights,DS,Racing,THQ,Juice Games,,0.24,0.22,,0,0.02,2007-09-17, +/games/boxart/5011937ccc.jpg,4X4 EVO 2,XB,Racing,Gathering of Developers,Terminal Reality,,0.24,0.18,,0.05,0.01,2001-11-14, +/games/boxart/3735273ccc.jpg,XS Airboat Racing,PS,Racing,XS Games,Miracle Designs,,0.24,0.13,,0.09,0.02,2004-01-01, +/games/boxart/full_9054224AmericaFrontccc.jpg,MX vs. ATV Reflex,PSP,Racing,THQ,Rainbow Studio,5.3,0.24,0.18,,0.03,0.03,2009-12-01, +/games/boxart/8415719ccc.jpg,NHRA Championship Drag Racing,PS2,Racing,ValuSoft,Lucky Chicken,,0.24,0.12,,0.09,0.03,2005-09-14, +/games/boxart/9818302ccc.gif,Monster Jam,PS2,Racing,Activision,Torus Games,,0.24,0.12,,0.09,0.03,2007-11-13, +/games/boxart/full_4580647AmericaFrontccc.jpg,Spawn the Eternal,PS,Action,Sony Computer Entertainment,Sony Computer Entertainment,1.9,0.24,0.14,,0.09,0.02,1997-12-01, +/games/boxart/full_5384145AmericaFrontccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,GC,Action,Ubisoft,Ubisoft Montpellier,8.1,0.24,0.19,,0.05,0.01,2005-11-21, +/games/boxart/full_x-men-destiny_862AmericaFront.jpg,X-Men: Destiny,PS3,Action,Activision,Silicon Knights,5.1,0.24,0.14,,0.07,0.03,2011-09-27, +/games/boxart/full_ar-tonelico-qoga-knell-of-ar-ciel_198AmericaFront.jpg,Ar tonelico Qoga: Knell of Ar Ciel,PS3,Role-Playing,NIS America,Gust,7,0.24,0.08,0.13,0.01,0.01,2011-03-15, +/games/boxart/full_7644520AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.24,0.16,,0.06,0.02,2009-08-25, +/games/boxart/full_lumines-electronic-symphony_304AmericaFront.jpg,Lumines: Electronic Symphony,PSV,Puzzle,Ubisoft,Q Entertainment,,0.24,0.09,0.01,0.1,0.05,2012-02-14,2019-07-28 +/games/boxart/full_4714998AmericaFrontccc.jpg,Ms. Pac-Man: Maze Madness / Pac-Man World,GBA,Puzzle,Namco,Full-Fat,,0.24,0.17,,0.06,0,2005-10-01, +/games/boxart/full_6197749JapanFrontccc.jpg,Ratchet & Clank: Going Commando (JP weekly sales),PS2,Action,Sony Computer Entertainment,Unknown,,0.24,,0.24,,,2003-12-11, +/games/boxart/full_7612763AmericaFrontccc.jpg,Broken Sword: Shadow of the Templars - The Director's Cut,Wii,Adventure,Ubisoft,Revolution Software,7.5,0.24,0.11,,0.1,0.02,2009-03-24, +/games/boxart/full_8542639AmericaFrontccc.jpg,Disney's A Christmas Carol,DS,Adventure,Disney Interactive Studios,Disney Interactive Studios,,0.24,0.21,,0.01,0.02,2009-11-03, +/games/boxart/full_3002154AmericaFrontccc.jpg,A Way Out,XOne,Action,Electronic Arts,Hazelight,8.1,0.24,0.17,,0.05,0.02,2018-03-23,2018-03-24 +/games/boxart/full_4842079AmericaFrontccc.jpg,Ghost Rider,PSP,Action,2K Games,Climax Group,5,0.24,0.22,,0,0.02,2007-02-13, +/games/boxart/full_x-men-destiny_334AmericaFront.jpg,X-Men: Destiny,X360,Action,Activision,Silicon Knights,4.9,0.24,0.18,,0.04,0.02,2011-09-27, +/games/boxart/full_2799151AmericaFrontccc.jpg,Azurik: Rise of Perathia,XB,Action,Microsoft,Adrenium,,0.24,0.18,,0.05,0.01,2001-11-25, +/games/boxart/full_36133AmericaFrontccc.jpg,Bakugan: Battle Brawlers,X360,Action,Activision,MTO,,0.24,0.2,,0.02,0.02,2009-10-20, +/games/boxart/full_7861446AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,X360,Action,Electronic Arts,Double Helix Games,3.8,0.24,0.17,,0.05,0.02,2009-08-04, +/games/boxart/full_224525AmericaFrontccc.jpg,Transformers: Devastation,PS4,Action,Activision,PlatinumGames,,0.24,0.11,,0.09,0.04,2015-10-06,2018-04-14 +/games/boxart/1365125ccc.jpg,Front Line,2600,Action,Taito,Coleco,,0.24,0.22,,0.01,0,1982-01-01, +/games/boxart/full_6106695AmericaFrontccc.jpg,Polly Pocket: Super Splash Island,GBA,Action,Vivendi Games,Digital Illusions,,0.24,0.17,,0.06,0,2003-09-17, +/games/boxart/full_6369538AmericaFrontccc.jpg,God of War Collection,PSV,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.24,0.1,0.02,0.07,0.05,2014-05-06,2018-12-03 +/games/boxart/full_5287965AmericaFrontccc.jpg,The Godfather (US & Others sales),X360,Action,Electronic Arts,Headgate,,0.24,0.2,,0.02,0.02,2006-09-19, +/games/boxart/full_4133529AmericaFrontccc.jpg,Fantastic 4,GC,Action,Activision,7 Studios,,0.24,0.19,,0.05,0.01,2005-06-27, +/games/boxart/full_spider-man-shattered-dimensions_5AmericaFront.jpg,Spider-Man: Shattered Dimensions,Wii,Action,Activision,Beenox Studios,7.5,0.24,0.12,,0.09,0.02,2010-09-07, +/games/boxart/full_205063AmericaFrontccc.jpg,Afro Samurai,X360,Action,Namco Bandai,Namco Bandai Games,6.4,0.24,0.16,,0.05,0.02,2009-01-27, +/games/boxart/2214065ccc.jpg,The Incredible Hulk,DS,Action,Sega,Amaze Entertainment,,0.24,0.22,,0,0.02,2008-06-05, +/games/boxart/full_6638854AmericaFrontccc.jpg,Grand Theft Auto,GBA,Action,Rockstar Games,Digital Eclipse,7.1,0.24,0.17,,0.06,0,2004-10-26, +/games/boxart/full_3747623AmericaFrontccc.jpg,Wild 9,PS,Action,Interplay,Shiny Entertainment,,0.24,0.13,,0.09,0.02,1998-09-30, +/games/boxart/full_1999891AmericaFrontccc.jpg,Bakugan: Battle Brawlers,PS3,Action,Activision,MTO,,0.24,0.19,,0.03,0.02,2009-10-20, +/games/boxart/4930550ccc.jpg,Midway's Greatest Arcade Hits Volume 1,N64,Misc,Midway Games,Digital Eclipse,,0.24,0.19,,0.05,0,2000-11-14, +/games/boxart/868402ccc.jpg,South Park: Chef's Luv Shack,N64,Misc,Acclaim Entertainment,Acclaim Studios Austin,5.4,0.24,0.19,,0.05,0,1999-10-31, +/games/boxart/full_just-dance-kids-2_846AmericaFront.jpg,Just Dance Kids 2,PS3,Misc,Ubisoft,Ubisoft,,0.24,0.1,,0.1,0.04,2011-10-25, +/games/boxart/full_7112912AmericaFrontccc.jpg,Disney Stitch Jam,DS,Misc,Disney Interactive Studios,Cattle Call,,0.24,0.07,0.16,,0.01,2010-03-23, +/games/boxart/full_9646490AmericaFrontccc.jpg,Midway Arcade Treasures: Extended Play,PSP,Misc,Midway Games,Digital Eclipse,5.6,0.24,0.21,,0,0.02,2005-12-13, +/games/boxart/full_7028267PALFrontccc.jpg,Zumba Fitness: World Party,XOne,Misc,Majesco Entertainment,Zoe Mode,,0.24,0.17,,0.05,0.02,2013-11-22,2018-04-01 +/games/boxart/full_5748551AmericaFrontccc.jpg,Ultimate Band,Wii,Misc,Disney Interactive Studios,Fall Line Studio,,0.24,0.19,,0.03,0.02,2008-11-18, +/games/boxart/full_2143084AmericaFrontccc.jpg,Tearaway Unfolded,PS4,Platform,Sony Computer Entertainment,Media Molecule,,0.24,0.07,,0.13,0.04,2015-09-08,2018-11-27 +/games/boxart/full_1532379AmericaFrontccc.jpg,Vexx,PS2,Platform,Acclaim Entertainment,Acclaim Studios Austin,5.9,0.24,0.12,,0.09,0.03,2003-02-11, +/games/boxart/9025049ccc.jpg,DK: King of Swing,GBA,Platform,Nintendo,Paon Corporation,7.1,0.24,0.17,,0.06,0,2005-09-19, +/games/boxart/full_3855267AmericaFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,WiiU,Platform,Disney Interactive Studios,Junction Point Studios,5.9,0.24,0.13,0.01,0.08,0.02,2012-11-18,2020-09-13 +/games/boxart/full_covert-ops-nuclear-dawn_795AmericaFront.jpg,Covert Ops: Nuclear Dawn,PS,Action,Activision,Sugar & Rockets,,0.24,0.13,,0.09,0.02,2000-05-31, +/games/boxart/full_5866861AmericaFrontccc.jpg,Dynasty Warriors 6 Empires,X360,Action,KOEI,Omega Force,6.3,0.24,0.16,0.04,0.02,0.02,2009-06-23, +/games/boxart/1964735ccc.jpg,Rampage,2600,Action,Activision,Activision,,0.24,0.22,,0.01,0,1989-01-01, +/games/boxart/full_prince-of-persia-the-forgotten-sands_809AmericaFront.jpg,Prince of Persia: The Forgotten Sands,Wii,Action,Ubisoft,Quebec City,7.5,0.24,0.1,,0.11,0.02,2010-05-18, +/games/boxart/full_6574967AmericaFrontccc.jpg,Star Wars Battlefront,PC,Shooter,LucasArts,Pandemic Studios,,0.24,0.08,,0.14,0.02,2004-09-20, +/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_1AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PSP,Platform,D3 Publisher,Papaya Studios,,0.24,0.1,,0.09,0.05,2010-10-05, +/games/boxart/full_3596708JapanFrontccc.jpg,Densetsu no Stafi 3,GBA,Platform,Nintendo,TOSE,,0.24,,0.23,,0.01,2004-08-05, +/games/boxart/7944674ccc.jpg,TimeSplitters: Future Perfect,PS2,Shooter,Electronic Arts,Free Radical Design,,0.24,0.12,,0.09,0.03,2005-03-21, +/games/boxart/full_4697590AmericaFrontccc.jpg,Kill.Switch,XB,Shooter,Namco,Namco,,0.24,0.18,,0.05,0.01,2003-10-28, +/games/boxart/full_homefront_386AmericaFront.jpg,Homefront,PC,Shooter,THQ,Kaos Studios,6.6,0.24,0.11,,0.1,0.03,2011-03-15, +/games/boxart/full_4487556AmericaFrontccc.jpg,Forsaken,PS,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,0.24,0.13,,0.09,0.02,1998-04-30, +/games/boxart/6536066ccc.jpg,Dark Cavern,2600,Shooter,Mattel Interactive,Mattel,,0.24,0.22,,0.01,0,1982-01-01, +/games/boxart/full_5366225AmericaFrontccc.jpg,METRO 2033,PC,Shooter,THQ,4a-games,7.5,0.24,,,0.19,0.04,2010-03-16, +/games/boxart/5326975ccc.jpg,Far Cry Instincts Predator,X360,Shooter,Ubisoft,Ubisoft Montreal,8,0.24,0.2,,0.03,0.02,2006-03-28, +/games/boxart/1045708ccc.jpg,Turning Point: Fall of Liberty,PS3,Shooter,Codemasters,Spark Unlimited,,0.24,0.21,,0.01,0.02,2008-02-26, +/games/boxart/full_1784736AmericaFrontccc.jpg,Call of Duty: Modern Warfare Remastered,XOne,Shooter,Activision,Infinity Ward,8.2,0.24,0.16,,0.06,0.02,2017-07-27,2018-01-14 +/games/boxart/full_7519954AmericaFrontccc.jpg,theHunter: Call of the Wild,PS4,Shooter,THQ Nordic,Expansive Worlds,,0.24,0.19,,,0.04,2017-10-02,2018-06-19 +/games/boxart/2381835ccc.jpg,Galaga: Destination Earth,PS,Shooter,Hasbro Interactive,King of the Jungle,,0.24,0.13,,0.09,0.02,2000-10-22, +/games/boxart/full_singularity_2AmericaFront.jpg,Singularity,PS3,Shooter,Activision,Raven Software,7.8,0.24,0.17,0.01,0.03,0.03,2010-06-29, +/games/boxart/full_6668296AmericaFrontccc.jpg,Resident Evil Archives: Resident Evil Zero,Wii,Action,Capcom,Capcom Production Studio 4,5.8,0.24,0.13,0.06,0.04,0.01,2009-12-01, +/games/boxart/full_6127771AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,PS3,Misc,MTV Games,Harmonix Music Systems,,0.24,0.21,,0.01,0.02,2008-11-16, +/games/boxart/full_690071AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,DS,Misc,Activision,Ivolgamus,,0.24,0.22,,0,0.02,2008-10-21, +/games/boxart/full_310447AmericaFrontccc.jpg,Sesame Street: Elmo's Number Journey,PS,Misc,NewKidCo,Realtime Associates,,0.24,0.13,,0.09,0.02,1998-10-16, +/games/boxart/2443869ccc.jpg,Super Monkey Ball Deluxe,PS2,Misc,Sega,Sega,,0.24,0.12,,0.09,0.03,2005-03-15, +/games/boxart/6562147ccc.jpg,Dancing With The Stars,Wii,Misc,Activision,Zoe Mode,,0.24,0.22,,,0.02,2007-10-23, +/games/boxart/full_6703487JapanFrontccc.jpg,Dragon Ball Heroes: Ultimate Mission X,3DS,Misc,Namco Bandai Games,Namco Bandai Games,,0.24,,0.24,,,2017-04-27, +/games/boxart/3934773ccc.jpg,All Grown Up!: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.24,0.17,,0.06,0,2004-05-27, +/games/boxart/full_6849192AmericaFrontccc.jpg,The Price Is Right 2010 Edition,Wii,Misc,Ubisoft,Ludia Inc.,,0.24,0.22,,,0.02,2009-09-22, +/games/boxart/full_5766251AmericaFrontccc.jpg,Boogie SuperStar,Wii,Misc,Electronic Arts,EA Montreal,,0.24,0.2,,0.02,0.02,2008-10-14, +/games/boxart/full_8939170AmericaFrontccc.jpg,Atelier Meruru: Alchemist of Arland 3,PS3,Role-Playing,NIS America,Gust,,0.24,0.05,0.18,0,0.01,2012-05-22,2018-12-29 +/games/boxart/full_3250221AmericaFrontccc.jpg,7th Dragon III Code: VFD,3DS,Role-Playing,Sega,Sega,7.5,0.24,0.06,0.13,0.04,0.01,2016-07-12,2018-04-20 +/games/boxart/12771ccc.jpg,Disgaea: Afternoon of Darkness,PSP,Role-Playing,NIS America,Nippon Ichi Software,8.7,0.24,0.15,0.04,0.02,0.02,2007-10-30, +/games/boxart/full_3459209AmericaFrontccc.jpg,Divinity II: Ego Draconis,X360,Role-Playing,CDV Software Entertainment,Larian Studios,6,0.24,0.18,,0.04,0.02,2010-01-05, +/games/boxart/full_9599346JapanFrontccc.jpg,God Eater 2,PSP,Misc,Namco Bandai Games,Unknown,,0.24,,0.24,,,2013-11-14, +/games/boxart/900151ccc.jpg,My Street,PS2,Misc,Sony Computer Entertainment,Idol Minds,,0.24,0.12,,0.09,0.03,2003-03-09, +/games/boxart/full_pictionary-ultimate-edition_626AmericaFront.jpg,Pictionary: Ultimate Edition,X360,Misc,THQ,Page 44 Studios,,0.24,0.16,,0.05,0.02,2011-11-15, +/games/boxart/full_8718306JapanFrontccc.jpg,Sakura Wars: Atsuki Chishio Ni,PS2,Role-Playing,Sega,Sega WOW Overworks,,0.24,,0.24,,,2003-02-27, +/games/boxart/8376920ccc.jpg,Harvest Moon: Another Wonderful Life,GC,Role-Playing,Natsume,Marvelous Interactive,7.7,0.24,0.19,,0.05,0.01,2005-07-26, +/games/boxart/full_9389742AmericaFrontccc.jpg,Tony Hawk's American Sk8land,GBA,Sports,Activision,Vicarious Visions,6,0.24,0.17,,0.06,0,2005-10-18, +/games/boxart/full_2252991JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.24,,0.24,,,2016-04-28, +/games/boxart/full_nickelodeon-dance_385PALFront.jpg,Nickelodeon Dance,Wii,Sports,2K Play,High Voltage Software,,0.24,0.21,,0.01,0.02,2011-11-08, +/games/boxart/full_virtua-tennis-4_52AmericaFront.jpg,Virtua Tennis 4,X360,Sports,Sega,Sega-AM2,6.5,0.24,0.12,0.01,0.09,0.02,2011-05-10, +/games/boxart/full_2353179AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,PSP,Sports,EA Sports,EA Tiburon,8.1,0.24,0.12,,0.07,0.05,2009-06-08, +/games/boxart/6634684ccc.jpg,FIFA World Cup Germany 2006,XB,Sports,EA Sports,EA Canada,7.8,0.24,0.18,,0.05,0.01,2006-04-24, +/games/boxart/9243520ccc.jpg,Mega Man X Collection,PS2,Misc,Capcom,Capcom,7.5,0.24,0.12,,0.09,0.03,2006-01-10, +/games/boxart/4463622ccc.jpg,Britney's Dance Beat,PS2,Misc,THQ,Metro Graphics,,0.24,0.12,,0.09,0.03,2002-05-08, +/games/boxart/full_the-dreamcast-collection_695AmericaFront.jpg,Dreamcast Collection,X360,Misc,Sega,Sega,5.3,0.24,0.16,,0.06,0.02,2011-02-22, +/games/boxart/full_2980956AmericaFrontccc.jpg,Just Dance 2017,PS4,Misc,Ubisoft,Ubisoft Paris,,0.24,0.08,,0.12,0.04,2016-10-25,2018-04-06 +/games/boxart/full_pictionary-ultimate-edition_448AmericaFront.jpg,Pictionary: Ultimate Edition,PS3,Misc,THQ,Page 44 Studios,,0.24,0.15,,0.06,0.04,2011-11-15, +/games/boxart/full_3858958AmericaFrontccc.jpg,Killer is Dead,PS3,Action,Xseed Games,Grasshopper Manufacture,,0.24,0.12,0.05,0.04,0.03,2013-08-27,2018-08-20 +/games/boxart/full_6828416AmericaFrontccc.jpg,Darksiders II: Deathinitive Edition,PS4,Action-Adventure,Nordic Games,Gunfire Games,7.5,0.24,0.1,,0.1,0.04,2015-10-30,2018-10-02 +/games/boxart/3474067ccc.jpg,We Love Golf!,Wii,Sports,Capcom,Camelot Software Planning,,0.24,0.19,0.03,0,0.02,2008-07-15, +/games/boxart/full_pro-yakyuu-spirits-2010_10JapanFront.jpg,Pro Yakyuu Spirits 2010,PSP,Sports,Konami,PawaPuro Production,,0.24,,0.24,,,2010-04-01, +/games/boxart/full_4829490JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 15,PS2,Sports,Konami,PawaPuro Production,,0.24,,0.24,,,2008-07-24, +/games/boxart/8096946ccc.jpg,NCAA College Basketball 2K3,PS2,Sports,Sega,Kush Games,,0.24,0.12,,0.09,0.03,2002-12-02, +/games/boxart/full_5501209AmericaFrontccc.jpg,NCAA March Madness 2004,XB,Sports,EA Sports,NuFX,,0.24,0.18,,0.05,0.01,2003-11-17, +/games/boxart/full_7633499AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),X360,Sports,Activision,Activision,,0.24,0.23,,,0.02,2009-09-08, +/games/boxart/full_8765816JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2001,PS,Sports,Konami,Diamond Head,,0.24,,0.23,,0.02,2001-06-07, +/games/boxart/full_5540278JapanFrontccc.jpg,Gallop Racer (JP),PS,Sports,Tecmo,Tecmo,,0.24,0.04,0.16,0.03,0.02,1996-09-27, +/games/boxart/1824385ccc.jpg,MLB,PSP,Sports,Sony Computer Entertainment,989 Sports,8,0.24,0.23,,,0.02,2005-04-12, +/games/boxart/full_pro-yakyuu-spirits-2011_862JapanFront.jpg,Pro Yakyuu Spirits 2011,PSP,Sports,Konami,PawaPuro Production,,0.24,,0.24,,,2011-04-14, +/games/boxart/full_1681495AmericaFrontccc.jpg,Pure Futbol,PS3,Sports,Ubisoft,Ubisoft Vancouver,4,0.24,0.06,,0.13,0.04,2010-06-01, +/games/boxart/full_8754138PALFrontccc.jpg,NBA Live 14,XOne,Sports,EA Sports,EA Tiburon,,0.24,0.19,,0.02,0.02,2013-11-22,2018-10-19 +/games/boxart/full_grand-slam-tennis-2_63AmericaFront.jpg,Grand Slam Tennis 2,PS3,Sports,EA Sports,EA Sports,,0.24,0.09,,0.1,0.04,2012-02-14, +/games/boxart/full_7428906JapanFrontccc.jpg,World Soccer Winning Eleven 7,PS2,Sports,Konami,KCET,,0.24,0.12,,0.09,0.03,2003-08-07, +/games/boxart/full_3067500PALFrontccc.jpg,Namco Tennis Smash Court,PS,Sports,Sony Computer Entertainment,Namco,,0.24,,0.23,,0.02,1996-01-01, +/games/boxart/full_5205221AmericaFrontccc.jpg,NBA Live 10,PSP,Sports,EA Sports,EA Canada,5.9,0.24,0.21,0.01,0,0.02,2009-10-06, +/games/boxart/full_4198756AmericaFrontccc.jpg,NBA Live 18,PS4,Sports,EA Sports,EA Sports,,0.24,0.2,,,0.05,2017-09-15,2018-05-30 +/games/boxart/full_loving-life-with-hello-kitty-ampamp-friends_147AmericaFront.jpg,Loving Life with Hello Kitty & Friends,DS,Misc,CokeM Interactive,Rising Star Games,,0.24,0.13,,0.08,0.03,2011-10-18, +/games/boxart/8525359ccc.jpg,Ready 2 Rumble Boxing: Round 2,N64,Fighting,Midway Games,Point of View,6.9,0.24,0.19,,0.05,0,2000-11-13, +/games/boxart/full_1577840AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,PS4,Fighting,Capcom,Capcom,,0.24,0.11,0.02,0.07,0.04,2018-05-29,2018-11-07 +/games/boxart/full_663990AmericaFrontccc.jpg,Street Fighter Alpha Anthology,PS2,Fighting,Capcom,Capcom Production Studio 2,,0.24,0.11,0.02,0.08,0.03,2006-06-13, +/games/boxart/full_7729903AmericaFrontccc.jpg,Dora the Explorer: Journey to the Purple Planet,PS2,Education,Global Star Software,Monkey Bar Games,,0.24,0.12,,0.09,0.03,2006-02-09,2022-03-11 +/games/boxart/full_the-testament-of-sherlock-holmes_171PALFront.jpg,The Testament of Sherlock Holmes,PS3,Adventure,Focus Home Interactive,Frogwares,,0.24,0.05,,0.15,0.04,2012-09-30, +/games/boxart/full_5444918AmericaFrontccc.jpg,Imagine: Teacher Class Trip,DS,Adventure,Ubisoft,Ubisoft,,0.24,0.1,,0.12,0.02,2009-08-25, +/games/boxart/full_4005097AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,X360,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.24,0.08,,0.14,0.02,2016-06-28,2018-03-31 +/games/boxart/full_4796977AmericaFrontccc.jpg,K-1 Revenge,PS,Fighting,Jaleco,Xing Entertainment,,0.24,0.04,0.16,0.03,0.02,1999-02-28, +/games/boxart/2072250ccc.jpg,Dragon Ball Z: Sagas,XB,Fighting,Atari,Avalanche Software,,0.24,0.18,,0.05,0.01,2005-03-22, +/games/boxart/4911096ccc.jpg,That's So Raven: Psychic on the Scene,DS,Adventure,Buena Vista,Handheld Games,,0.24,0.23,,,0.02,2006-11-02, +/games/boxart/full_the-adventures-of-tintin-the-game_381PALFront.jpg,The Adventures of Tintin: The Game,X360,Adventure,Ubisoft,Ubisoft,5,0.24,0.07,,0.14,0.03,2011-12-06, +/games/boxart/1492291ccc.jpg,The Hobbit,XB,Adventure,Sierra Entertainment,Midway Studios - Austin,,0.24,0.18,,0.05,0.01,2003-11-11, +/games/boxart/1969542ccc.jpg,Harry Potter and the Order of the Phoenix,PS3,Adventure,Electronic Arts,EA Games,,0.24,0.18,,0.04,0.02,2007-06-25, +/games/boxart/6640890ccc.jpg,Dora the Explorer: Super Star Adventures,GBA,Adventure,Global Star Software,ImaginEngine,,0.24,0.17,,0.06,0,2004-11-29, +/games/boxart/7079587ccc.jpg,Checkers,2600,Misc,Atari,Activision,,0.24,0.22,,0.01,0,1980-07-01, +/games/boxart/435012ccc.jpg,Corvette,XB,Racing,TDK Mediactive,Steel Monkeys,,0.24,0.18,,0.05,0.01,2003-12-10, +/games/boxart/3900137ccc.jpg,Burnout 2: Point of Impact,XB,Racing,Acclaim Entertainment,Criterion Games,,0.24,0.18,,0.05,0.01,2003-05-01, +/games/boxart/5173667ccc.jpg,The Simpsons: Road Rage,GC,Racing,Electronic Arts,Radical Entertainment,6,0.24,0.19,,0.05,0.01,2001-12-17, +/games/boxart/full_pga-tour-96_4PALFront.jpg,PGA Tour 96,PS,Sports,EA Sports,EA Sports,,0.24,0.13,,0.09,0.02,1995-09-01, +/games/boxart/full_252397AmericaFrontccc.jpg,Amazing Adventures: The Forgotten Ruins,DS,Adventure,PopCap Games,Black Lantern Studios,,0.24,0.13,,0.08,0.02,2008-11-11, +/games/boxart/9781075ccc.gif,Classic NES Series: The Legend of Zelda,GBA,Adventure,Nintendo,Nintendo EAD,8.4,0.24,,0.24,,,2004-06-02, +/games/boxart/full_dangan-ronpa_0JapanFront.jpg,Danganronpa: Trigger Happy Havoc,PSP,Adventure,Unknown,Spike,,0.24,,0.24,,,,2018-01-11 +/games/boxart/full_7046563AmericaFrontccc.jpg,Luminous Arc,DS,Role-Playing,Atlus,imageepoch Inc.,6.8,0.24,0.16,0.06,0,0.01,2007-08-14, +/games/boxart/full_4638062AmericaFrontccc.jpg,Avalon Code,DS,Role-Playing,Marvelous Interactive,Matrix Software,7.1,0.24,0.11,0.12,0,0.01,2009-03-10, +/games/boxart/full_6549575AmericaFrontccc.jpg,Digimon World: Next Order,PS4,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.24,0.13,0.02,0.05,0.04,2017-01-31,2018-04-21 +/games/boxart/full_6858848AmericaFrontccc.jpg,Shadow Hearts: Covenant,PS2,Role-Playing,Midway Games,Nautilus,8.1,0.24,0.12,,0.09,0.03,2004-09-27, +/games/boxart/full_5864697AmericaFrontccc.jpg,Lucky Luke,PS,Action,Infogrames,Ocean,,0.24,0.13,,0.09,0.02,1998-11-01, +/games/boxart/8854371ccc.jpg,NASCAR 08,PS2,Racing,EA Sports,EA Tiburon,,0.24,0.12,,0.09,0.03,2007-07-23, +/games/boxart/3352361ccc.jpg,SRS: Street Racing Syndicate,XB,Racing,Namco,Eutechnyx,,0.24,0.18,,0.05,0.01,2004-08-31, +/games/boxart/full_9792110AmericaFrontccc.jpg,Fuel,PS3,Racing,Codemasters,Asobo Studio,6.6,0.24,0.08,0,0.11,0.04,2009-06-02,2020-08-05 +/games/boxart/full_4560452AmericaFrontccc.jpg,Ride,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.24,0.04,0.03,0.13,0.03,2015-06-23,2018-04-24 +/games/boxart/8392222ccc.jpg,Catz,GBA,Simulation,Ubisoft,MTO,,0.24,0.18,,0.06,0,2006-03-22, +/games/boxart/full_401229JapanFrontccc.jpg,Guitar Freaks,PS,Simulation,Konami,Konami,,0.24,,0.23,,0.02,1999-07-29, +/games/boxart/1144653ccc.jpg,Harvest Moon: Magical Melody,GC,Simulation,Natsume,Marvelous Interactive,8,0.24,0.19,,0.05,0.01,2006-03-28, +/games/boxart/full_3732289AmericaFrontccc.jpg,Birds of Steel,PS3,Simulation,Konami Digital Entertainment,Gaijin Games,,0.24,0.1,0.02,0.09,0.03,2012-03-13,2018-10-29 +/games/boxart/full_7393897AmericaFrontccc.jpg,Imagine: Zookeeper,DS,Simulation,Ubisoft,Magic Pockets,,0.24,0.15,,0.06,0.02,2009-10-06, +/games/boxart/full_1279429PALFrontccc.jpg,Farming Simulator 2015,XOne,Simulation,Focus Home Interactive,Giants Software,,0.24,0.13,,0.09,0.02,2015-05-19,2018-04-11 +/games/boxart/full_8637827AmericaFrontccc.jpg,Paws & Claws: Pet Resort,DS,Simulation,THQ,ValuSoft,,0.24,0.22,,,0.02,2008-02-05, +/games/boxart/full_1119141AmericaFrontccc.jpg,Dance Dance Revolution: Disney Channel Edition,PS2,Simulation,Konami,Keen Games,,0.24,0.12,,0.09,0.03,2008-01-08, +/games/boxart/full_4822853AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Game Time,DS,Puzzle,THQ,THQ,,0.24,0.22,,,0.02,2009-10-26, +/games/boxart/1258217ccc.jpg,Army Men: Air Combat,N64,Action,3DO,3DO,7.6,0.24,0.19,,0.05,0,2000-07-14, +/games/boxart/9208802ccc.jpg,Paperboy,N64,Action,Midway Games,High Voltage Software,8,0.24,0.19,,0.05,0,1999-10-31, +/games/boxart/3667202ccc.jpg,Army Men: Sarge's Heroes 2,PS,Action,3DO,3DO,,0.24,0.14,,0.09,0.02,2000-11-21, +/games/boxart/full_5676418AmericaFrontccc.jpg,Hello Neighbor,NS,Action,Gearbox Software,Dynamic Pixels,,0.24,0.12,,0.1,0.02,2018-07-27,2018-11-06 +/games/boxart/full_7326820AmericaFrontccc.jpg,Genma Onimusha,XB,Action,Capcom,Capcom,,0.24,0.14,0.05,0.04,0.01,2002-01-28, +/games/boxart/full_8644600AmericaFrontccc.jpg,G-Police,PS,Action,Sony Computer Entertainment,Wheelhaus,,0.24,0.13,,0.09,0.02,1997-09-30, +/games/boxart/full_dynasty-warriors-7_713AmericaFront.jpg,Dynasty Warriors 7,X360,Action,Tecmo Koei,Omega Force,5.9,0.24,0.16,,0.06,0.02,2011-03-22, +/games/boxart/9930720ccc.jpg,Command & Conquer 3: Kane's Wrath,X360,Strategy,Electronic Arts,EA Los Angeles,7,0.24,0.16,,0.06,0.02,2008-06-23, +/games/boxart/full_870491AmericaFrontccc.jpg,Lunar: Silver Star Harmony,PSP,Role-Playing,Xseed Games,Game Arts,7.9,0.24,0.19,0.03,,0.02,2010-03-02, +/games/boxart/default.jpg,Game of Thrones,PS3,Role-Playing,Atlus,Cyanide Studios,,0.24,0.1,,0.11,0.04,2012-05-15, +/games/boxart/full_8018588AmericaFrontccc.jpg,Just Dance 2019,Wii,Music,Ubisoft,Ubisoft Paris,,0.24,0.1,,0.12,0.02,2018-10-23,2018-09-28 +/games/boxart/full_30184PALFrontccc.jpg,The Elder Scrolls Online: Morrowind,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.24,0.11,,0.09,0.04,2017-06-06,2018-09-15 +/games/boxart/full_5102380AmericaFrontccc.jpg,Valhalla Knights,PSP,Role-Playing,Xseed Games,K2 LLC,5.2,0.24,0.15,0.07,0,0.01,2007-04-17, +/games/boxart/full_7795465JapanFrontccc.jpg,Front Mission: Gun Hazard,SNES,Role-Playing,Square,Omiya Soft,,0.24,,0.24,,,1996-02-23, +/games/boxart/full_5220858JapanFrontccc.jpg,Tales of Hearts,DS,Role-Playing,Namco Bandai,Namco Tales Studio,,0.24,,0.24,,,2008-12-18, +/games/boxart/4193568ccc.jpg,Final Fantasy XI: Treasures of Aht Urhgan,PS2,Role-Playing,Square Enix,Square Enix,,0.23,0.06,0.1,0.05,0.02,2006-04-18, +/games/boxart/full_38749AmericaFrontccc.jpg,Digimon World DS (JP sales),DS,Role-Playing,Namco Bandai,Namco Bandai Games America,,0.23,,0.23,,,2006-11-07, +/games/boxart/full_9635827AmericaFrontccc.jpg,Risen 2: Dark Waters,PS3,Role-Playing,Deep Silver,Piranha Bytes,5.5,0.23,0.04,0.01,0.14,0.03,2012-07-31,2018-01-03 +/games/boxart/full_3172701JapanFrontccc.jpg,Lunar: Silver Star Story,SAT,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,0.23,,0.23,,0,1996-10-25, +/games/boxart/full_4988836JapanFrontccc.jpg,Soul Sacrifice Delta,PSV,Role-Playing,Sony Computer Entertainment,SCE Japan Studio,,0.23,0,0.12,0.08,0.02,2014-05-13,2018-09-16 +/games/boxart/default.jpg,Mega Man Battle Network 5: Team Colonel / Protoman,GBA,Role-Playing,Capcom,Capcom,,0.23,0.16,,0.06,0,2004-12-09, +/games/boxart/full_316007AmericaFrontccc.jpg,Jeremy McGrath Supercross World,PS2,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.23,0.11,,0.09,0.03,2001-11-15, +/games/boxart/full_5566021AmericaFrontccc.jpg,DiRT Showdown,X360,Racing,Codemasters,Codemasters,,0.23,0.08,,0.13,0.02,2012-06-12,2018-10-29 +/games/boxart/full_1155188AmericaFrontccc.jpg,M&M's Kart Racing,Wii,Racing,DSI Games,FrontLine Studios,,0.23,0.21,,,0.02,2007-10-25, +/games/boxart/full_1983240AmericaFrontccc.jpg,Genji: Dawn of the Samurai,PS2,Action,Sony Computer Entertainment,Game Republik,,0.23,0.11,,0.09,0.03,2005-09-20, +/games/boxart/full_5868631AmericaFrontccc.jpg,Attack on Titan 2,NS,Action,Koei Tecmo,Omega Force,7,0.23,0.12,0.08,0.02,0.02,2018-03-20,2018-03-30 +/games/boxart/full_super-robot-taisen-d_926JapanFront.jpg,Super Robot Taisen D,GBA,Strategy,Banpresto,Banpresto,,0.23,,0.23,,0.01,2003-08-08, +/games/boxart/full_5176571JapanFrontccc.jpg,Hatsune Miku: Project Mirai 2,3DS,Music,Sega,Sega,,0.23,,0.23,,,2015-05-26,2018-10-29 +/games/boxart/full_dc-universe-online_17AmericaFront.jpg,DC Universe Online,PC,MMO,Sony Online Entertainment,WBIE,7,0.23,0.16,,0.06,0.02,2011-01-11,2018-09-15 +/games/boxart/full_9374738AmericaFrontccc.jpg,.hack//G.U. Vol.2//Reminisce,PS2,Role-Playing,Namco Bandai,CyberConnect2,6.2,0.23,0.11,,0.09,0.03,2007-05-08, +/games/boxart/full_6210354AmericaFrontccc.jpg,DiRT 4,XOne,Racing,Deep Silver,Codemasters,9.2,0.23,0.11,,0.1,0.02,2017-06-06,2018-11-23 +/games/boxart/full_6244622PALFrontccc.jpg,Elex,PS4,Role-Playing,THQ Nordic,Piranha Bytes,,0.23,0.03,,0.16,0.04,2017-10-17,2018-06-30 +/games/boxart/910482ccc.jpg,Tony Hawk's Downhill Jam,Wii,Sports,Activision,Toys for Bob,,0.23,0.21,,0,0.02,2006-11-14, +/games/boxart/full_733992AmericaFrontccc.jpg,Shaun White Snowboarding,DS,Sports,Ubisoft,Ubisoft Montreal,6.2,0.23,0.21,,0,0.02,2008-11-16, +/games/boxart/full_4955335AmericaFrontccc.jpg,NHL FaceOff 2001,PS,Sports,Sony Computer Entertainment,SolWorks,7.2,0.23,0.13,,0.09,0.02,2000-09-05, +/games/boxart/full_4114141AmericaFrontccc.jpg,Mega Man & Bass,GBA,Platform,Capcom,Capcom,,0.23,0.16,,0.06,0,2003-03-10, +/games/boxart/full_shinobi_270AmericaFront.jpg,Shinobi,3DS,Platform,Sega,Griptonite Games,7,0.23,0.14,,0.07,0.02,2011-11-15, +/games/boxart/full_1641947AmericaFrontccc.jpg,Jersey Devil,PS,Platform,Sony Computer Entertainment,Behaviour Interactive Inc.,,0.23,0.13,,0.09,0.01,1998-05-31, +/games/boxart/full_2197944AmericaFrontccc.jpg,Skylanders Imaginators,NS,Platform,Activision,Toys for Bob,6.9,0.23,0.1,,0.1,0.02,2017-03-03,2018-03-26 +/games/boxart/full_2771130JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou!,DC,Sports,Sega,Smilebit,,0.23,,0.23,,0,1999-08-05, +/games/boxart/full_3909691PALFrontccc.jpg,Ashes Cricket 2009,Wii,Sports,Codemasters,Gusto Games,,0.23,,,0.23,0.01,2009-08-07, +/games/boxart/8003018ccc.jpg,World Series Baseball,XB,Sports,Sega,Blueshift,,0.23,0.17,,0.05,0.01,2002-05-19, +/games/boxart/9071155ccc.jpg,NBA ShootOut 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2002-09-25, +/games/boxart/full_9595950AmericaFrontccc.jpg,NHL FaceOff 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2002-11-05, +/games/boxart/full_1668113AmericaFrontccc.jpg,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,X360,Sports,Sega,Eurocom Entertainment Software,5,0.23,0.08,,0.13,0.02,2010-01-12, +/games/boxart/full_297548AmericaFrontccc.jpg,Family Party: 30 Great Games Winter Fun,Wii,Sports,D3 Publisher,Tamsoft Corporation,,0.23,0.21,,0,0.02,2010-02-08, +/games/boxart/full_5122461JapanFrontccc.jpg,Saka-Tsuku DS: Touch and Direct,DS,Sports,Sega,Sega,,0.23,,0.23,,,2008-11-20, +/games/boxart/full_6831998JapanFrontccc.jpg,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS3,Sports,Konami,Konami,,0.23,,0.23,,,2010-05-20, +/games/boxart/full_1609238AmericaFrontccc.jpg,NFL Blitz Pro,PS2,Sports,Midway Games,Point of View,,0.23,0.11,,0.09,0.03,2003-10-28, +/games/boxart/1842172ccc.jpg,Tiger Woods PGA Tour 2003,GC,Sports,EA Sports,EA Redwood Shores,,0.23,0.18,,0.05,0.01,2002-10-27, +/games/boxart/full_2035055JapanFrontccc.jpg,AKB1/149: Love Election,PSP,Simulation,Namco Bandai Games,ArtDink,,0.23,,0.23,,,2012-12-20,2018-10-29 +/games/boxart/full_rune-factory-tides-of-destiny_644AmericaFront.jpg,Rune Factory: Tides of Destiny,PS3,Simulation,Natsume,Neverland Company,6.5,0.23,0.14,0.07,,0.02,2011-10-11, +/games/boxart/full_1015714AmericaFrontccc.jpg,I Love Horses,DS,Simulation,Bold Games,LvivMedia,,0.23,0.21,,0,0.01,2009-04-27, +/games/boxart/full_love-plus-_7JapanFront.jpg,Love Plus +,DS,Simulation,Konami,Konami,,0.23,,0.23,,,2010-06-24, +/games/boxart/full_375261AmericaFrontccc.jpg,Hotel for Dogs,DS,Simulation,505 Games,Paramount Interactive,,0.23,0.22,,0,0.02,2009-01-06, +/games/boxart/full_273639AmericaFrontccc.jpg,Harvest Moon GB,GB,Simulation,Natsume,Victor Interactive Software,,0.23,,0.23,,0,1998-08-01, +/games/boxart/full_6093733AmericaFrontccc.jpg,Colony Wars: Vengeance,PS,Simulation,Psygnosis,Psygnosis,8.6,0.23,0.13,,0.09,0.02,1998-11-04, +/games/boxart/full_4485588JapanFrontccc.jpg,Harvest Moon: The Land of Origin,3DS,Simulation,Marvelous,Marvelous,,0.23,,0.23,,,2012-02-23,2018-10-29 +/games/boxart/full_3144961AmericaFrontccc.jpg,What's Cooking? Jamie Oliver,DS,Simulation,Atari,Keen Games,,0.23,0.2,,0.01,0.02,2008-10-21, +/games/boxart/7870632ccc.jpg,Hooked! Real Motion Fishing,Wii,Sports,Aksys Games,SIMS,,0.23,0.21,,0,0.02,2007-10-30, +/games/boxart/3204136ccc.jpg,Looney Tunes: Acme Arsenal,Wii,Action,Warner Bros. Interactive,Red Tribe,,0.23,0.21,,0.01,0.02,2007-10-09, +/games/boxart/full_3390272AmericaFrontccc.jpg,Madden NFL 06,GBA,Sports,EA Sports,Exient Entertainment,,0.23,0.17,,0.06,0,2005-08-08, +/games/boxart/full_9024458AmericaFrontccc.png,Major League Baseball 2K10,PS2,Sports,2K Sports,Visual Concepts,,0.23,0.11,,0.09,0.03,2010-03-02, +/games/boxart/full_8014573AmericaFrontccc.jpg,SSX on Tour,PSP,Sports,EA Sports BIG,EA Montreal,8.2,0.23,0.19,,0.02,0.02,2005-10-11, +/games/boxart/full_8134772AmericaFrontccc.jpg,Madden NFL 13,WiiU,Sports,EA Sports,EA Tiburon,7.2,0.23,0.21,,,0.02,2012-11-18,2018-01-04 +/games/boxart/full_3620081AmericaFrontccc.jpg,Airblade,PS2,Sports,Namco,Criterion Games,,0.23,0.11,,0.09,0.03,2002-01-28, +/games/boxart/full_2931969AmericaFrontccc.jpeg,Tony Hawk's Pro Skater 5,PS4,Sports,Activision,Robomodo,,0.23,0.11,,0.08,0.04,2015-09-29,2018-04-15 +/games/boxart/full_332462PALFrontccc.jpg,Let's Make a Soccer Team!,PS2,Sports,Sega,Smilebit,,0.23,,0.23,,,2006-08-25, +/games/boxart/full_2407968AmericaFrontccc.jpg,All-Star Baseball 2001,N64,Sports,Acclaim Entertainment,High Voltage Software,9.2,0.23,0.22,,0.01,0,2000-02-29, +/games/boxart/6503327ccc.jpg,ESPN NHL Hockey,PS2,Sports,Sega,Kush Games,,0.23,0.11,,0.09,0.03,2003-09-09, +/games/boxart/full_8100021AmericaFrontccc.jpg,NCAA GameBreaker 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2002-08-14, +/games/boxart/2623488ccc.jpg,NCAA Football 09,PSP,Sports,EA Sports,Team Fusion,6.5,0.23,0.21,,,0.02,2008-07-15, +/games/boxart/9324000ccc.gif,Tony Hawk's Proving Ground,DS,Sports,Activision,Unknown,,0.23,0.2,,0.01,0.02,2007-10-15, +/games/boxart/1538327ccc.jpg,NCAA GameBreaker 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2003-08-27, +/games/boxart/full_hot-shots-tennis-get-a-grip_1AmericaFront.jpg,Hot Shots Tennis: Get a Grip,PSP,Sports,Sony Computer Entertainment,Clap Hanz,8,0.23,0.08,0.13,0,0.02,2010-06-29, +/games/boxart/full_6513128AmericaFrontccc.jpg,WWE 2K18,NS,Sports,2K Sports,Yuke's,,0.23,0.14,,0.08,0.02,2017-12-05, +/games/boxart/full_4962452AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),PS3,Sports,Activision,Activision,,0.23,0.21,,,0.02,2009-09-08, +/games/boxart/full_madden-nfl-12_321AmericaFront.jpg,Madden NFL 12,PSP,Sports,EA Sports,EA Tiburon,,0.23,0.21,,,0.02,2011-08-30, +/games/boxart/full_lets-make-a-pro-baseball-team-2_5JapanFront.jpg,Pro Yakyuu Team o Tsukurou! 2,PS2,Sports,Sega,Smilebit,,0.23,,0.23,,,2003-02-13, +/games/boxart/full_6462789AmericaFrontccc.jpg,Bass Pro Shops: The Hunt,Wii,Sports,XS Games,Piranha Games,,0.23,0.21,,,0.02,2010-06-01, +/games/boxart/full_deca-sports-3_10AmericaFront.jpg,Deca Sports 3,Wii,Sports,Hudson Soft,Hudson Soft,,0.23,0.14,,0.07,0.02,2010-10-26, +/games/boxart/full_1221956AmericaFrontccc.jpg,Tribes: Aerial Assault,PS2,Shooter,Sierra Entertainment,Midway Studios Austin,,0.23,0.11,,0.09,0.03,2002-09-23, +/games/boxart/full_3960287AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,PS4,Shooter,Activision,Edge of Reality,,0.23,0.08,0.01,0.11,0.04,2014-06-24,2018-12-27 +/games/boxart/1955670ccc.jpg,Freedom Fighters,XB,Shooter,Electronic Arts,IO Interactive,,0.23,0.17,,0.05,0.01,2003-10-01, +/games/boxart/894169ccc.jpg,Soldier of Fortune II: Double Helix,XB,Shooter,Activision,Gratuitous Games,,0.23,0.17,,0.05,0.01,2003-06-18, +/games/boxart/full_5727085AmericaFrontccc.jpg,Harry Potter and the Goblet of Fire,DS,Adventure,Electronic Arts,Magic Pockets,,0.23,0.2,,0.01,0.02,2005-11-08, +/games/boxart/full_5409558AmericaFrontccc.jpg,Harry Potter and the Goblet of Fire,XB,Adventure,Electronic Arts,Electronic Arts,6.7,0.23,0.18,,0.05,0.01,2005-11-08, +/games/boxart/full_megamind-mega-team-unite_1AmericaFront.jpg,Megamind: Mega Team Unite,Wii,Adventure,THQ,THQ Australia Studios Pty Ltd.,,0.23,0.15,,0.06,0.02,2010-11-02, +/games/boxart/full_4904203AmericaFrontccc.jpg,Naruto: Path of the Ninja 2,DS,Role-Playing,D3 Publisher,TOSE,,0.23,0.22,,,0.02,2008-10-15, +/games/boxart/full_3887318AmericaFrontccc.jpg,Sands of Destruction,DS,Role-Playing,Sega,imageepoch Inc.,6.5,0.23,0.09,0.13,,0.01,2010-01-12, +/games/boxart/full_4037686AmericaFrontccc.jpg,Cross Edge,PS3,Role-Playing,NIS America,Compile Heart,5.4,0.23,0.14,0.05,0.02,0.02,2009-05-26, +/games/boxart/full_8642720JapanFrontccc.jpg,Monster Hunter G,PS2,Role-Playing,Capcom,Capcom,,0.23,,0.23,,,2005-01-20, +/games/boxart/full_the-lord-of-the-rings-aragorns-quest_0AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,Wii,Action,Warner Bros. Interactive,Headstrong Games,6.4,0.23,0.17,,0.05,0.02,2010-09-14, +/games/boxart/full_8696398AmericaFrontccc.jpg,Buffy the Vampire Slayer,XB,Action,Electronic Arts,Double Helix Games,,0.23,0.18,,0.05,0.01,2002-08-18, +/games/boxart/full_8272639AmericaFrontccc.jpg,Dynasty Warriors Gundam Reborn,PS3,Action,Namco Bandai Games,Omega Force,,0.23,,0.23,,,2014-07-01,2018-10-29 +/games/boxart/full_9000421PALFrontccc.jpg,The Raiden Project,PS,Shooter,Sony Computer Entertainment,Seibu Kaihatsu Inc.,,0.23,0.06,0.12,0.04,0.01,1995-01-26, +/games/boxart/full_8281120AmericaFrontccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,GC,Shooter,LucasArts,Vicarious Visions,7.1,0.23,0.18,,0.05,0.01,2002-11-20, +/games/boxart/full_tom-clancys-rainbow-six-rogue-spear_839AmericaFront.jpg,Tom Clancy's Rainbow Six: Rogue Spear,PS,Shooter,Red Storm Entertainment,Saffire Corporation,,0.23,0.13,,0.09,0.02,2001-03-28, +/games/boxart/3588280ccc.gif,Super R-Type,SNES,Shooter,Irem Software Engineering,Irem Software Engineering,,0.23,,0.23,,,1991-09-01, +/games/boxart/8908193ccc.jpg,BlowOut,PS2,Shooter,Majesco,Terminal Reality,,0.23,0.11,,0.09,0.03,2003-11-10, +/games/boxart/full_9488711AmericaFrontccc.png,Payday 2,XOne,Shooter,505 Games,Overkill Software,,0.23,0.14,,0.07,0.02,2015-06-16,2018-01-08 +/games/boxart/4090433ccc.jpg,The Club,PS3,Shooter,Sega,Bizarre Creations,,0.23,0.14,,0.07,0.03,2008-02-19, +/games/boxart/full_9495704AmericaFrontccc.jpg,Spec Ops: The Line,PC,Shooter,2K Games,Yager Development,,0.23,0.12,,0.09,0.02,2012-06-26, +/games/boxart/full_6673442AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,PS3,Action,Activision,Toys for Bob,,0.23,0.12,,0.08,0.03,2008-11-04, +/games/boxart/full_2492945AmericaFrontccc.jpg,RIGS: Mechanized Combat League,PS4,Action,Sony Interactive Entertainment,Guerrilla Cambridge,,0.23,0.11,0.02,0.06,0.04,2016-10-13,2018-11-27 +/games/boxart/9679902ccc.jpg,Wallace & Gromit in Project Zoo,PS2,Platform,BAM! Entertainment,Frontier Developments,,0.23,0.11,,0.09,0.03,2003-10-07, +/games/boxart/4870036ccc.jpg,Rocket Power: Beach Bandits,GC,Platform,THQ,Evolution Games,,0.23,0.18,,0.05,0.01,2002-09-24, +/games/boxart/full_3457227AmericaFrontccc.jpg,Skylanders: SuperChargers Racing,Wii,Action-Adventure,Activision,Beenox,,0.23,0.07,,0.15,0.02,2015-09-20,2018-04-06 +/games/boxart/full_7877751AmericaFrontccc.jpg,LEGO The Hobbit,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.23,0.09,,0.11,0.02,2014-04-08,2018-03-15 +/games/boxart/full_7682229AmericaFrontccc.jpg,Hannah Montana: The Movie,PS3,Adventure,Disney Interactive Studios,n-Space,,0.23,0.14,,0.06,0.03,2009-04-07, +/games/boxart/default.jpg,The Idolm@ster SP: Wandering Star / Perfect Sun / Missing Moon,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.23,,0.23,,,2009-02-19, +/games/boxart/full_7429084AmericaFrontccc.jpg,Disney Princess: Enchanted Journey,PS2,Adventure,Disney Interactive Studios,Papaya Studios,,0.23,0.11,,0.09,0.03,2007-10-16, +/games/boxart/4517265ccc.jpg,The Polar Express,PS2,Adventure,THQ,Blue Tongue,,0.23,0.11,,0.09,0.03,2004-11-02, +/games/boxart/full_2540939JapanFrontccc.jpg,Mobile Suit Gundam: Climax U.C.,PS2,Action,Bandai,Bandai,,0.23,,0.23,,,2006-03-02, +/games/boxart/full_sherlock-holmes-and-the-mystery-of-osborne-house_591AmericaFront.jpg,Sherlock Holmes and the Mystery of Osborne House,DS,Adventure,THQ,Frogwares,,0.23,0.07,,0.14,0.03,2011-01-04, +/games/boxart/full_8163090AmericaFrontccc.jpg,Corpse Party: Blood Drive,PSV,Adventure,Xseed Games,Team GrisGris,,0.23,0.11,0.06,0.01,0.04,2015-10-13,2018-10-29 +/games/boxart/full_hello-kitty-seasons_0AmericaFront.jpg,Hello Kitty Seasons,Wii,Adventure,Zoo Games,Sanrio Digital,,0.23,0.15,,0.06,0.02,2010-11-16, +/games/boxart/full_3500231AmericaFrontccc.jpg,Buzz! Junior: RoboJam,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,0.23,0.11,,0.09,0.03,2008-03-11, +/games/boxart/full_5368959AmericaFrontccc.jpg,Rock Band Country Track Pack,X360,Misc,MTV Games,Harmonix Music Systems,,0.23,0.22,,,0.02,2009-07-21, +/games/boxart/full_346556AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,X360,Misc,MTV Games,Harmonix Music Systems,6.7,0.23,0.21,,0,0.02,2008-11-16, +/games/boxart/4376085ccc.jpg,Karaoke Revolution Volume 2,PS2,Misc,Konami,Harmonix Music Systems,,0.23,0.11,,0.09,0.03,2004-07-13, +/games/boxart/full_874070JapanFrontccc.jpg,3rd Super Robot Wars Z Jigoku Hen,PS3,Misc,Namco Bandai Games,Unknown,,0.23,,0.23,,,2014-04-10, +/games/boxart/full_puss-in-boots_266AmericaFront.jpg,Puss in Boots,X360,Misc,THQ,THQ,,0.23,0.2,,0.02,0.02,2011-10-25, +/games/boxart/full_2166365AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,Wii,Misc,MTV Games,Harmonix Music Systems,,0.23,0.2,,0.02,0.02,2008-11-17, +/games/boxart/5917463ccc.jpg,Yu-Gi-Oh! GX: Duel Academy,GBA,Misc,Konami,Konami,,0.23,0.17,,0.06,0,2006-01-10, +/games/boxart/full_1585279AmericaFrontccc.jpg,Ultimate Band,DS,Misc,Disney Interactive Studios,Fall Line Studio,,0.23,0.19,,0.02,0.02,2008-11-18, +/games/boxart/3500429ccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,PSP,Misc,Crave Entertainment,FarSight Studios,7.2,0.23,0.2,,0.01,0.02,2005-12-06, +/games/boxart/full_new-carnival-games_8AmericaFront.jpg,New Carnival Games,DS,Misc,2K Games,Cat Daddy Games,,0.23,0.16,,0.05,0.02,2010-09-21, +/games/boxart/full_1947218AmericaFrontccc.jpg,Bicycle Casino 2005,XB,Misc,Activision,Leaping Lizard Software Inc.,,0.23,0.17,,0.05,0.01,2004-10-26, +/games/boxart/4773306ccc.jpg,Barbie as The Island Princess,GBA,Adventure,Activision,Human Soft / Ivolgamus,5.5,0.23,0.16,,0.06,0,2007-10-30, +/games/boxart/full_pitfall-the-big-adventure_10AmericaFront.jpg,Pitfall: The Big Adventure,Wii,Adventure,Activision,Edge of Reality,,0.23,0.19,,0.02,0.02,2008-09-23, +/games/boxart/full_9028570AmericaFrontccc.jpg,No Man's Sky,XOne,Action-Adventure,505 Games,Hello Games,,0.23,0.17,,0.04,0.02,2018-07-24,2018-04-04 +/games/boxart/full_viva-pinata-party-animals_542AmericaFront.jpg,Viva Pinata: Party Animals,X360,Misc,Microsoft Game Studios,Krome Studios,5.5,0.23,0.19,,0.02,0.02,2007-10-30, +/games/boxart/full_8965979PALFrontccc.jpg,Big Family Games,Wii,Misc,THQ,THQ,,0.23,,,0.22,0.02,2009-05-22, +/games/boxart/full_9049980AmericaFrontccc.jpg,Zumba Fitness: World Party,Wii,Misc,Majesco Entertainment,Zoe Mode,,0.23,0.11,,0.11,0.02,2013-11-05,2018-04-01 +/games/boxart/full_wipeout-2_714AmericaFront.jpg,Wipeout 2,3DS,Misc,Activision,Endemol,,0.23,0.22,,,0.02,2011-10-11, +/games/boxart/3452288ccc.jpg,Rock Band Track Pack Volume 1,Wii,Misc,MTV Games,Harmonix Music Systems,,0.23,0.17,,0.04,0.02,2008-07-15, +/games/boxart/full_carnival-island_907AmericaFront.jpg,Carnival Island,PS3,Misc,Sony Computer Entertainment,Magic Pixel Games,,0.23,0.13,,0.06,0.04,2011-11-15, +/games/boxart/full_8890929AmericaFrontccc.jpg,Bratz: Girlz Really Rock,PS2,Action,THQ,Blitz Games,,0.23,0.11,,0.09,0.03,2008-10-13, +/games/boxart/full_6880327AmericaFrontccc.jpg,Rampage 2: Universal Tour,PS,Action,Midway Games,Avalanche Software,,0.23,0.13,,0.09,0.01,1999-03-31, +/games/boxart/full_saint-seiya-sanctuary-battle_445JapanFront.jpg,Saint Seiya: Sanctuary Battle,PS3,Action,Namco Bandai Games,Dimps Corporation,,0.23,,0.11,0.09,0.02,2012-05-16, +/games/boxart/full_328359PALFrontccc.jpg,Dead Island Definitive Collection,PS4,Action,Deep Silver,Techland,,0.23,0.09,0.03,0.08,0.03,2016-05-31, +/games/boxart/3872321ccc.jpg,Rogue Ops,PS2,Action,Kemco,Bits Studios,,0.23,0.11,,0.09,0.03,2003-10-29, +/games/boxart/full_7412861AmericaFrontccc.jpg,Perfect Weapon,PS,Action,ASC Games,Gray Matter Inc.,,0.23,0.13,,0.09,0.02,1996-11-01, +/games/boxart/5199137ccc.jpg,NBA 2K6,X360,Action,2K Sports,Unknown,8,0.23,0.21,,0.01,0.02,2005-11-16, +/games/boxart/5637728ccc.jpg,Mafia,XB,Action,Gathering of Developers,Illusion Softworks,,0.23,0.17,,0.05,0.01,2004-03-13, +/games/boxart/full_8806512AmericaFrontccc.jpg,Dynasty Warriors: Strikeforce,X360,Action,Tecmo Koei,Omega Force,7.3,0.23,0.13,0.02,0.06,0.02,2010-02-16, +/games/boxart/full_696115AmericaFrontccc.jpg,Critical Depth,PS,Action,GT Interactive,SingleTrac,,0.23,0.13,,0.09,0.01,1997-10-31, +/games/boxart/2471925ccc.jpg,The Scorpion King: Rise of the Akkadian,PS2,Action,Universal Interactive,Point of View,,0.23,0.11,,0.09,0.03,2002-09-10, +/games/boxart/full_wwe-all-stars_23AmericaFront.jpg,WWE All Stars,3DS,Action,THQ,THQ,7,0.23,0.15,,0.06,0.02,2011-11-22, +/games/boxart/3603780ccc.jpg,Tom Clancy's Splinter Cell,GC,Action,Ubisoft,Ubisoft,,0.23,0.18,,0.05,0.01,2003-04-10, +/games/boxart/7632502ccc.jpg,The Incredible Hulk: Ultimate Destruction,XB,Action,VU Games,Radical Entertainment,,0.23,0.17,,0.05,0.01,2005-08-23, +/games/boxart/full_1292632AmericaFrontccc.jpg,Spider-Man: Edge of Time,PS3,Action,Activision,Beenox,,0.23,0.13,,0.07,0.03,2011-10-04, +/games/boxart/full_2678962AmericaFrontccc.jpg,Metal Gear Survive,PS4,Action,Konami Digital Entertainment,Konami Digital Entertainment,,0.23,0.08,0.05,0.06,0.03,2018-02-20,2018-02-25 +/games/boxart/full_234832AmericaFrontccc.jpg,Silent Hill: Book of Memories,PSV,Action,Konami Digital Entertainment,Way Forward Technologies,,0.23,0.11,0,0.06,0.05,2012-10-16,2018-10-29 +/games/boxart/full_1121491AmericaFrontccc.jpg,Family Fest presents: Movie Games,Wii,Action,Ubisoft,Phoenix Games,,0.23,0.21,,0.01,0.02,2008-11-04, +/games/boxart/full_4631094JapanFrontccc.jpg,Musou Orochi Z,PS3,Action,KOEI,Omega Force,,0.23,,0.23,,,2009-03-12, +/games/boxart/7870194ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PS2,Action,Activision,Unknown,,0.23,0.11,,0.09,0.03,2007-09-25, +/games/boxart/full_8154478AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,X360,Fighting,Namco Bandai Games,CyberConnect2,,0.23,0.14,,0.06,0.02,2014-10-01,2018-08-01 +/games/boxart/full_1770307AmericaFrontccc.jpg,Street Fighter EX2 Plus,PS,Fighting,Capcom,Arika,,0.23,0.13,,0.09,0.02,1999-12-30, +/games/boxart/full_3593057AmericaFrontccc.jpg,Gundam Battle Assault,PS,Fighting,Bandai,Bandai,,0.23,0.13,,0.09,0.02,2000-11-06, +/games/boxart/full_9796103AmericaFrontccc.jpg,Virtua Fighter Kids,SAT,Fighting,Sega,Sega-AM2,6.6,0.23,,0.23,,,1996-07-31, +/games/boxart/9578771ccc.jpg,Pocket Fighter,PS,Fighting,Capcom,Capcom,,0.23,0.06,0.12,0.04,0.01,1998-01-01, +/games/boxart/full_6997174JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden 3,PS,Fighting,Tomy Corporation,Yuke's Media Creations,,0.23,,0.21,,0.01,1998-03-26, +/games/boxart/full_1007838AmericaFrontccc.jpg,The King of Fighters '95 (CD),NG,Fighting,SNK,SNK Corporation,,0.23,,0.23,,,1995-01-01, +/games/boxart/full_8514191AmericaFrontccc.jpg,Mortal Kombat: Armageddon,Wii,Fighting,Midway Games,JGI Entertainment,6.8,0.23,0.19,,0.02,0.02,2007-05-29, +/games/boxart/full_9343522PALFrontccc.jpg,Naruto: Ninja Council 2 - European Edition,DS,Fighting,Tomy Corporation,Tomy Corporation,,0.23,,0.23,0,,2008-10-03, +/games/boxart/full_783066AmericaFrontccc.jpg,Barbie and the Three Musketeers,Wii,Adventure,Activision,Activision,,0.23,0.21,,0,0.02,2009-11-03, +/games/boxart/full_177377AmericaFrontccc.jpg,Jewels of the Tropical Lost Island,DS,Puzzle,City Interactive,TBA,,0.23,0.11,,0.1,0.02,2010-10-05, +/games/boxart/2004418ccc.jpg,Meteos,DS,Puzzle,Nintendo,Q Entertainment,8.8,0.23,0.15,0.06,0.01,0.01,2005-06-28, +/games/boxart/full_5637452AmericaFrontccc.jpg,Tetris Attack,GB,Puzzle,Nintendo,Intelligent Systems,,0.23,,0.23,,,1996-08-01, +/games/boxart/full_1745786AmericaFrontccc.jpg,Jet X20,PS2,Racing,Sony Computer Entertainment,Killer Game,,0.23,0.11,,0.09,0.03,2002-10-28, +/games/boxart/full_cars-2-the-video-game_65AmericaFront.jpg,Cars 2,3DS,Racing,Disney Interactive Studios,Firebrand Games,,0.23,0.21,,,0.02,2011-11-01, +/games/boxart/full_6084626AmericaFrontccc.jpg,The Italian Job,PS2,Racing,Eidos Interactive,Climax Group,,0.23,0.11,,0.09,0.03,2003-06-25, +/games/boxart/full_5874703AmericaFrontccc.jpg,Hot Wheels: Beat That!,DS,Racing,Activision,Eutechnyx,,0.23,0.21,,0,0.02,2007-11-06, +/games/boxart/9894902ccc.jpg,Need for Speed: Undercover,DS,Racing,Electronic Arts,Firebrand Games,,0.23,0.18,,0.03,0.02,2008-11-17, +/games/boxart/full_8817342AmericaFrontccc.jpg,F1 2014,X360,Racing,Codemasters,Codemasters Birmingham,6.5,0.23,0.08,0,0.13,0.02,2014-10-21, +/games/boxart/full_1450207AmericaFrontccc.jpg,The Crew,X360,Racing,Ubisoft,Ubisoft Reflections,,0.23,0.06,,0.15,0.02,2014-12-02,2018-01-04 +/games/boxart/8280698ccc.jpg,NASCAR Thunder 2004,XB,Racing,EA Sports,EA Tiburon,,0.23,0.18,,0.05,0.01,2003-09-16, +/games/boxart/6543036ccc.jpg,Test Drive: Eve of Destruction,PS2,Racing,Atari,Monster Games Inc.,,0.23,0.11,,0.09,0.03,2004-08-25, +/games/boxart/4679239ccc.gif,Starsky & Hutch,XB,Racing,Gotham Games,Minds-Eye Productions,6,0.23,0.17,,0.05,0.01,2003-09-09, +/games/boxart/full_8556432AmericaFrontccc.jpg,SingStar Celebration,PS4,Music,Sony Interactive Entertainment,SIE London Studio,,0.23,0.04,,0.15,0.03,2017-10-24,2018-04-07 +/games/boxart/full_9665771AmericaFrontccc.jpg,Anno 2205,PC,Strategy,Ubisoft,Blue Byte,,0.23,0.04,,0.17,0.02,2015-11-03,2018-05-30 +/games/boxart/full_3977663JapanFrontccc.jpg,Super Robot Taisen F Kanketsuhen,PS,Strategy,Banpresto,Banpresto,,0.23,,0.21,,0.01,1999-04-15, +/games/boxart/full_2646124PALFrontccc.jpg,Yu-Gi-Oh! GX: Tag Force 3,PSP,Strategy,Konami,Konami,,0.23,,0.18,0.03,0.01,2008-11-28, +/games/boxart/2779315ccc.jpg,Justice League Heroes,PSP,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,0.23,0.2,,0.01,0.02,2006-11-22, +/games/boxart/full_244145AmericaFrontccc.jpg,Valhalla Knights 2,PSP,Role-Playing,Xseed Games,K2 LLC,5,0.23,0.09,0.12,0,0.01,2008-10-01, +/games/boxart/full_7275198AmericaFrontccc.jpg,Alundra,PS,Role-Playing,Working Designs,Matrix Software,8.8,0.23,0.13,,0.09,0.01,1997-12-31, +/games/boxart/full_2057209AmericaFrontccc.jpg,Lunar Knights,DS,Role-Playing,Konami,Kojima Productions,8.2,0.23,0.17,0.04,0.01,0.01,2007-02-06, +/games/boxart/full_ys-seven_7AmericaFront.jpg,Ys Seven,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,7.6,0.23,0.14,0.08,,0.02,2010-08-17, +/games/boxart/full_4558509AmericaFrontccc.jpg,NASCAR 08,PS3,Racing,EA Sports,EA Tiburon,,0.23,0.15,,0.05,0.03,2007-07-23, +/games/boxart/full_trackmania-build-to-race_611AmericaFront.jpg,TrackMania: Build to Race,Wii,Racing,City Interactive,Firebrand Games,7,0.23,0.09,,0.11,0.02,2011-03-15, +/games/boxart/full_angry-birds_806AmericaFront.jpg,Angry Birds,PC,Puzzle,Unknown,Rovio Mobile,,0.23,,,0.19,0.05,2011-01-04, +/games/boxart/full_8332713AmericaFrontccc.jpg,Angry Birds: Star Wars,PS4,Puzzle,Activision,Exient Entertainment,,0.23,0.11,,0.09,0.04,2013-11-15,2018-03-16 +/games/boxart/42149ccc.jpg,Me & My Katamari,PSP,Puzzle,Namco,Namco,7.2,0.23,0.13,0.08,0.01,,2006-03-21, +/games/boxart/full_543766AmericaFrontccc.jpg,Tetris 2 (weekly jp sales),GB,Puzzle,Nintendo,Nintendo,,0.23,,0.23,,0,1993-01-01, +/games/boxart/full_8185610AmericaFrontccc.jpg,Neopets Puzzle Adventure,Wii,Puzzle,Capcom,Infinite Interactive,,0.23,0.19,,0.02,0.02,2008-12-18, +/games/boxart/full_9257272AmericaFrontccc.jpg,The Witch and the Hundred Knight,PS3,Role-Playing,NIS America,Nippon Ichi Software,,0.22,0.08,0.1,0.02,0.02,2014-03-25,2018-07-04 +/games/boxart/full_5033324AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel II,PS3,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.22,0.05,0.11,0.04,0.02,2016-09-06,2018-10-29 +/games/boxart/full_2679855AmericaFrontccc.png,Dragon Quest Builders: Revive Alefgard,NS,Role-Playing,Square Enix,Square Enix,8,0.22,0.07,0.07,0.07,0.01,2018-02-09,2018-02-04 +/games/boxart/full_tales-of-graces_9JapanFront.jpg,Tales of Graces,Wii,Role-Playing,Namco Bandai,Namco Tales Studio,,0.22,,0.22,,,2009-12-10, +/games/boxart/full_9274206AmericaFrontccc.jpg,ATV Quad Kings,Wii,Racing,Zoo Digital Publishing,Zoo Games,,0.22,0.2,,,0.01,2009-08-04, +/games/boxart/full_9466027JapanFrontccc.jpg,Sword Art Online: Infinity Moment,PSP,Role-Playing,Namco Bandai Games,Aquria,,0.22,,0.22,,,2013-03-14,2018-10-29 +/games/boxart/full_5922193PALFrontccc.jpg,Micro Machines: World Series,PS4,Racing,Codemasters,Codemasters,,0.22,0.03,,0.16,0.03,2017-06-30,2018-05-30 +/games/boxart/full_4470358PALFrontccc.jpg,F1 2016,XOne,Racing,Codemasters,Codemasters,8.8,0.22,0.09,,0.12,0.02,2016-08-19,2018-05-14 +/games/boxart/full_754558AmericaFrontccc.jpg,MotoGP 09/10,PS3,Racing,Capcom,Monumental Games,7,0.22,0.05,,0.13,0.04,2010-03-23, +/games/boxart/full_9196047AmericaFrontccc.jpg,Kingdom Come: Deliverance,XOne,Role-Playing,Deep Silver,Warhorse Studios,,0.22,0.14,,0.06,0.02,2018-02-13,2018-01-10 +/games/boxart/full_4562922AmericaFrontccc.jpg,Sports Car GT,PS,Racing,Electronic Arts,Point of View,,0.22,0.12,,0.08,0.01,1999-04-23, +/games/boxart/full_8989724AmericaFrontccc.jpg,MotoGP 08,PS2,Racing,Capcom,MileStone Inc.,,0.22,0.01,,0,0.21,2008-10-28, +/games/boxart/8148619ccc.jpg,Wreckless: ThE YaKuza MisSiOns,PS2,Racing,Activision,Stealth Studios,,0.22,0.11,,0.08,0.03,2002-11-13, +/games/boxart/full_3893AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky FC,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.22,0.1,0.06,0.03,0.03,2011-03-29,2018-10-29 +/games/boxart/7240844ccc.jpg,TNA iMPACT!,PS2,Fighting,Midway Games,Midway Studios Los Angeles,6.1,0.22,0.1,,0,0.12,2008-09-09, +/games/boxart/full_3240222AmericaFrontccc.jpg,FaceBreaker K.O. Party,Wii,Fighting,Electronic Arts,EA Freestyle,6.7,0.22,0.19,,0.01,0.02,2008-11-11, +/games/boxart/full_9790386AmericaFrontccc.jpg,Capcom vs. SNK,DC,Fighting,Capcom,Capcom,8.8,0.22,,0.22,,,2000-11-09, +/games/boxart/full_1916509AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),XOne,Action-Adventure,Activision,Beenox,,0.22,0.12,,0.08,0.02,2014-04-29,2018-03-19 +/games/boxart/full_498052AmericaFrontccc.jpg,Hitman 2,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,IO Interactive,,0.22,0.14,,0.06,0.02,2018-11-13,2018-11-22 +/games/boxart/full_498665AmericaFrontccc.jpg,Judgment,PS4,Action-Adventure,Sega,Sega,,0.22,,0.22,,,2019-06-25,2019-04-05 +/games/boxart/full_super-adventure-island_665AmericaFront.jpg,Super Adventure Island,SNES,Platform,Hudson Soft,Produce!,,0.22,,0.22,,0,1992-04-01, +/games/boxart/6497334ccc.jpg,Mega Man Zero 3,GBA,Platform,Capcom,Inti Creates,,0.22,0.16,,0.06,0,2004-10-05, +/games/boxart/full_1179525AmericaFrontccc.jpg,Naruto: Ninja Council,GBA,Platform,D3 Publisher,Aspect,,0.22,0.16,,0.06,0,2006-03-07, +/games/boxart/full_7320890AmericaFrontccc.jpg,NFL 2K3,GC,Sports,Sega,Visual Concepts,9,0.22,0.17,,0.04,0.01,2002-08-21, +/games/boxart/full_4627371AmericaFrontccc.jpg,Saltwater Sportfishing,PS,Sports,Take-Two Interactive,Coresoft,,0.22,0.12,,0.08,0.01,2001-11-28, +/games/boxart/1639375ccc.jpg,NBA 06,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,7.2,0.22,0.2,,,0.02,2005-10-04,2018-12-04 +/games/boxart/full_8307295JapanFrontccc.jpg,Jikkyou Powerful Major League,PS2,Sports,Konami,PawaPuro Production,,0.22,,0.22,,,2006-05-11, +/games/boxart/full_ufc-personal-trainer-the-ultimate-fitness-system_522AmericaFront.jpg,UFC Personal Trainer: The Ultimate Fitness System,PS3,Sports,THQ,THQ,4.5,0.22,0.1,,0.08,0.03,2011-06-28, +/games/boxart/full_2522756AmericaFrontccc.jpg,Petz Monkeyz House,DS,Simulation,Ubisoft,Ubisoft,5.5,0.22,0.2,,0,0.02,2008-11-18, +/games/boxart/full_7960651AmericaFrontccc.jpg,Discovery Kids: Dolphin Discovery,DS,Simulation,505 Games,Starfish,,0.22,0.2,,0,0.01,2009-03-24, +/games/boxart/full_316185AmericaFrontccc.jpg,Tony Hawk's Downhill Jam,DS,Sports,Activision,Vicarious Visions,,0.22,0.2,,0,0.02,2006-10-24, +/games/boxart/full_pro-evolution-soccer-2011_0AmericaFront.jpg,Pro Evolution Soccer 2011,Wii,Sports,Konami,Konami,,0.22,0.07,0.03,0.1,0.02,2010-11-02, +/games/boxart/full_1686871AmericaFrontccc.jpg,NCAA Basketball 09,X360,Sports,EA Sports,EA Canada,,0.22,0.2,,,0.02,2008-11-17, +/games/boxart/full_1232344AmericaFrontccc.jpg,NFL Quarterback Club 2002,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.22,0.11,,0.08,0.03,2001-09-05, +/games/boxart/9092721ccc.jpg,Rugby 2004,PS2,Sports,EA Sports,HB Studios Multimedia,5,0.22,0.11,,0.08,0.03,2003-09-16, +/games/boxart/full_4726889AmericaFrontccc.jpg,NBA Live 15,XOne,Sports,Electronic Arts,EA Tiburon,,0.22,0.18,,0.02,0.02,2014-10-28,2018-05-30 +/games/boxart/full_9436226AmericaFrontccc.jpg,Imagine: Detective,DS,Simulation,Ubisoft,Ubisoft Sao Paulo,,0.22,0.14,,0.01,0.06,2009-09-08, +/games/boxart/full_308229AmericaFrontccc.jpg,Ultimate Duck Hunting: Hunting & Retrieving Ducks,Wii,Sports,Detn8 Games,Collision Studios,,0.22,0.21,,,0.02,2007-12-03, +/games/boxart/5586602ccc.jpg,NBA Street: Showdown,PSP,Sports,Electronic Arts,EA Sports,7.5,0.22,0.2,,0,0.02,2005-04-27, +/games/boxart/9320828ccc.jpg,Whirl Tour,PS2,Sports,VU Games,Papaya Studios,,0.22,0.11,,0.09,0.03,2002-11-25, +/games/boxart/1551665ccc.jpg,Lethal Skies Elite Pilot: Team SW,PS2,Simulation,Sammy Corporation,"Asmik Ace Entertainment, Inc.",,0.22,0.11,,0.08,0.03,2002-05-31, +/games/boxart/full_432810AmericaFrontccc.jpg,Return to PopoloCrois: A Story of Seasons Fairytale,3DS,Simulation,Xseed Games,Marvelous Entertainment,7,0.22,0.09,0.11,,0.01,2016-03-01,2018-05-30 +/games/boxart/full_4376131AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,PS3,Misc,Crave Entertainment,FarSight Studios,,0.22,0.2,,,0.02,2009-09-22, +/games/boxart/full_5506786AmericaFrontccc.jpg,MySims Party,Wii,Simulation,Electronic Arts,EA Redwood Shores,,0.22,0.17,,0.03,0.02,2009-03-10, +/games/boxart/full_armored-core-v_618AmericaFront.jpg,Armored Core V,X360,Simulation,Namco Bandai,From Software,,0.22,0.13,0.04,0.03,0.01,2012-03-20, +/games/boxart/full_1711403AmericaFrontccc.jpg,Over G Fighters,X360,Simulation,Ubisoft,Taito Corporation,5.1,0.22,0.19,,0.01,0.02,2006-06-27, +/games/boxart/full_3884160AmericaFrontccc.jpg,Petz Rescue: Endangered Paradise,DS,Adventure,Ubisoft,Phoenix Interactive Entertainment,,0.22,0.21,,0,0.02,2008-11-18, +/games/boxart/full_8558017AmericaFrontccc.jpg,Life Is Strange: Before the Storm,PS4,Adventure,Square Enix,Deck Nine,7.5,0.22,0.11,0.02,0.06,0.03,2018-03-06,2018-07-09 +/games/boxart/full_last-window-the-secret-of-cape-west_0PALFront.jpg,Last Window: The Secret of Cape West,DS,Adventure,Nintendo,"Cing, Inc",7.3,0.22,,0.09,0.12,0.01,2010-09-17, +/games/boxart/full_681467AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,DS,Adventure,Ubisoft,Ubisoft Shanghai,,0.22,0.2,,0.01,0.02,2009-09-15, +/games/boxart/full_7478560JapanFrontccc.jpg,DS Nishimura Kyotaro Suspense Shin Tantei Series: Kyoto Atami Zekkai no Kotou - Satsui no Wana,DS,Adventure,Tecmo,Tecmo,,0.22,,0.22,,,2007-10-11, +/games/boxart/full_9734021AmericaFrontccc.png,Afrika,PS3,Adventure,Natsume,Rhino Studios,6,0.22,0.12,0.08,0,0.01,2009-10-06, +/games/boxart/full_7502032AmericaFrontccc.jpg,Scooby-Doo! Mystery Mayhem,GC,Adventure,THQ,Artificial Mind and Movement,,0.22,0.17,,0.04,0.01,2004-03-02, +/games/boxart/full_246433AmericaFrontccc.jpg,Herdy Gerdy,PS2,Adventure,Eidos Interactive,Core Design Ltd.,,0.22,0.11,,0.08,0.03,2002-03-04, +/games/boxart/full_1627666AmericaFrontccc.jpg,Kartia: The Word of Fate,PS,Strategy,Atlus,Atlus Co.,7.9,0.22,0.05,0.12,0.03,0.01,1998-07-31, +/games/boxart/full_3117249AmericaFrontccc.jpg,Dragon Ball: Origins (JP & incomplete US sales),DS,Adventure,Atari,Game Republik,,0.22,0.04,0.17,,0,2008-11-04, +/games/boxart/2161705ccc.jpg,Galactic Wrestling: Featuring Ultimate Muscle,PS2,Fighting,Bandai,Aki Corporation,7.3,0.22,0.03,0.17,0.02,0.01,2004-06-30, +/games/boxart/1632894ccc.jpg,ECW Hardcore Revolution,N64,Fighting,Acclaim Entertainment,Acclaim Entertainment,,0.22,0.18,,0.04,0,2000-01-31, +/games/boxart/full_6988817AmericaFrontccc.jpg,Tropico 3,X360,Strategy,Kalypso,Haemimont Games,7.7,0.22,0.15,0.03,0.02,0.01,2010-02-16, +/games/boxart/full_6818612JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen OG,PS3,Strategy,Namco Bandai Games,TOSE,,0.22,,0.22,,,2012-11-29,2018-10-29 +/games/boxart/full_3559666AmericaFrontccc.jpg,WipeOut 3 The Game,X360,Party,Activision,Behaviour Interactive,,0.22,0.2,,,0.02,2012-09-25,2018-03-16 +/games/boxart/full_9132384AmericaFrontccc.jpg,WipeOut 3 The Game,3DS,Party,Activision,Behaviour Interactive,,0.22,0.19,,,0.02,2012-09-25,2018-03-16 +/games/boxart/4822075ccc.jpg,Legion: The Legend of Excalibur,PS2,Action,Midway Games,7 Studios,,0.22,0.11,,0.09,0.03,2002-06-18, +/games/boxart/full_kung-fu-panda-2-the-video-game_404AmericaFront.jpg,Kung Fu Panda 2,DS,Action,THQ,THQ,,0.22,0.16,,0.05,0.02,2011-05-24, +/games/boxart/5284734ccc.jpg,Britney's Dance Beat,GBA,Misc,THQ,Art,6.3,0.22,0.15,,0.06,0,2002-03-25, +/games/boxart/full_4972687AmericaFrontccc.jpg,NCAA Football 2005,GC,Sports,EA Sports,EA Tiburon,,0.22,0.17,,0.04,0.01,2004-07-15, +/games/boxart/full_4009831AmericaFrontccc.jpg,Hamtaro: Ham-Ham Games,GBA,Sports,Nintendo,AlphaDream Corporation,7.5,0.22,0.16,,0.06,0,2004-07-27, +/games/boxart/full_6001710JapanFrontccc.jpg,Tamagotchi no KiraKira Omisecchi,DS,Misc,Namco Bandai,Bandai Namco Games,,0.22,,0.22,,,2008-11-27, +/games/boxart/full_8265092AmericaFrontccc.jpg,Nickelodeon Party Blast,XB,Misc,Infogrames,Data Design Interactive,,0.22,0.16,,0.05,0.01,2002-10-30, +/games/boxart/full_5709925AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,Wii,Misc,MTV Games,Harmonix Music Systems,,0.22,0.21,,,0.02,2009-05-19, +/games/boxart/full_8105142AmericaFrontccc.jpg,Rapala's Fishing Frenzy,Wii,Sports,Activision,FUN Labs,,0.22,0.2,,0,0.02,2008-09-02, +/games/boxart/1033179ccc.jpg,Barbie Super Sports,PS,Sports,Mattel Interactive,Unknown,,0.22,0.12,,0.08,0.01,1999-12-30, +/games/boxart/full_gekijouban-macross-f-sayonara-no-tsubasa-hybrid-pack_413JapanFront.jpg,Gekijouban Macross F: Sayonara no Tsubasa - Hybrid Pack,PS3,Action,Namco Bandai,Bandai Namco Games,,0.22,,0.22,,,2011-10-20, +/games/boxart/6891596ccc.jpg,Def Jam: Fight for NY,GC,Action,Electronic Arts,Unknown,,0.22,0.17,,0.05,0.01,2004-09-20, +/games/boxart/full_2186039AmericaFrontccc.jpg,NBA Live 09 All-Play,Wii,Sports,EA Sports,EA Canada,,0.22,0.19,,0.02,0.02,2008-10-07, +/games/boxart/full_4123808AmericaFrontccc.jpg,NBA Jam Extreme,PS,Sports,Acclaim Entertainment,Sculptured Software,,0.22,0.12,,0.08,0.01,1996-10-31, +/games/boxart/full_2141528AmericaFrontccc.jpg,NHL Championship 2000,PS,Sports,Fox Interactive,Fox Interactive,,0.22,0.12,,0.08,0.01,1999-10-06, +/games/boxart/4262239ccc.jpg,All-Star Baseball 2002,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,6.5,0.22,0.17,,0.04,0.01,2001-11-17, +/games/boxart/6210179ccc.jpg,Yu-Gi-Oh! GX: Spirit Caller (American Sales),DS,Misc,Konami,Konami,,0.22,0.18,,0.03,0.02,2007-01-02, +/games/boxart/full_puss-in-boots_631AmericaFront.jpg,Puss in Boots,Wii,Misc,THQ,THQ,,0.22,0.19,,0.02,0.02,2011-10-25, +/games/boxart/full_4085283AmericaFrontccc.jpg,NFL Quarterback Club 97,PS,Sports,Acclaim Entertainment,Iguana Entertaiment,,0.22,0.12,,0.08,0.01,1996-08-31, +/games/boxart/152090ccc.jpg,Super Swing Golf,Wii,Sports,Tecmo,Ntreev Soft,,0.22,0.14,0.07,0.01,0.01,2006-12-12, +/games/boxart/full_big-league-sports_582AmericaFront.jpg,Big League Sports,X360,Sports,Activision,Activision,,0.22,0.18,,0.02,0.02,2011-11-08, +/games/boxart/full_3931138JapanFrontccc.jpg,Kanzen Chuuki Pro Yakyuu Greatest Nine,SAT,Sports,Sega,Sega,,0.22,,0.22,,,1995-05-26, +/games/boxart/6231568ccc.jpg,Summer Athletics: The Ultimate Challenge (Others sales),Wii,Sports,Conspiracy Entertainment,49Games,,0.22,,,0.2,0.01,2008-08-04, +/games/boxart/full_8234911JapanFrontccc.jpg,Chou-Kuukan Night Pro Yakyuu King(higher JP sales),N64,Sports,Imagineer,Genki,,0.22,,0.22,,0,1996-12-20, +/games/boxart/full_child-of-eden_702AmericaFront.jpg,Child of Eden,PS3,Shooter,Ubisoft,Q Entertainment,7.7,0.22,0.09,,0.1,0.04,2011-09-27, +/games/boxart/686065ccc.jpg,ShellShock: Nam '67,XB,Shooter,Eidos Interactive,Guerrilla Games,,0.22,0.16,,0.05,0.01,2004-09-14,2018-02-03 +/games/boxart/full_1671071AmericaFrontccc.jpg,The Bureau: XCOM Declassified,X360,Shooter,2K Games,2K Marin,,0.22,0.1,,0.1,0.02,2013-08-20,2018-10-24 +/games/boxart/full_4171192AmericaFrontccc.jpg,Zombie Army Trilogy,PS4,Shooter,Rebellion Developments,Rebellion Developments,,0.22,0.06,,0.13,0.03,2015-03-06,2018-05-30 +/games/boxart/full_4215978AmericaFrontccc.jpg,Danganronpa Another Episode: Ultra Despair Girls,PSV,Shooter,NIS America,Spike Chunsoft,,0.22,0.06,0.12,0.01,0.02,2015-09-01,2018-01-03 +/games/boxart/full_5577168AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,X360,Action,D3 Publisher,Papaya Studio Corporation,,0.22,0.11,,0.09,0.02,2009-10-27, +/games/boxart/4608562ccc.jpg,Conflict: Vietnam,XB,Shooter,Global Star Software,Pivotal Games,,0.22,0.17,,0.05,0.01,2004-10-05, +/games/boxart/60926ccc.jpg,Time Crisis: Crisis Zone,PS2,Shooter,Namco,Namco,,0.22,0.11,,0.09,0.03,2004-10-19, +/games/boxart/full_2373582PALFrontccc.jpg,Sailor Moon,SNES,Action,Bandai,Angel Studios,,0.22,,0.22,,0,1994-01-01, +/games/boxart/full_3541204AmericaFrontccc.jpg,Dino Stalker,PS2,Shooter,Capcom,Capcom,,0.22,0.07,0.08,0.06,0.02,2002-09-09, +/games/boxart/full_9137764AmericaFrontccc.jpg,Resident Evil: Revelations,WiiU,Shooter,Capcom,Capcom,7.5,0.22,0.09,0.03,0.08,0.02,2013-05-21,2018-03-16 +/games/boxart/6683403ccc.jpg,Touch the Dead,DS,Shooter,Eidos Interactive,Dream On Studio,,0.22,0.2,,0,0.02,2007-05-16, +/games/boxart/full_3309449AmericaFrontccc.png,The Wolf Among Us,PS4,Adventure,Telltale Games,Telltale Games,,0.22,0.11,,0.07,0.04,2014-11-04, +/games/boxart/full_csi-fatal-conspiracy_2AmericaFront.jpg,CSI: Fatal Conspiracy,Wii,Adventure,Ubisoft,Telltale Games,,0.22,0.12,,0.08,0.02,2010-10-26, +/games/boxart/1270026ccc.jpg,Disney's Magical Quest Starring Mickey and Minnie,GBA,Action,Nintendo,Capcom,6.1,0.22,0.16,,0.06,0,2002-08-13, +/games/boxart/full_2411176AmericaFrontccc.jpg,Warriors Orochi 4,PS4,Action,Koei Tecmo,Omega Force,,0.22,0.05,0.16,,0.01,2018-10-16,2018-11-11 +/games/boxart/full_6365561AmericaFrontccc.jpg,Shrek Superslam,GC,Action,Activision,Shaba Games,,0.22,0.17,,0.04,0.01,2005-10-25, +/games/boxart/3979462ccc.jpg,Jackass the Game,PSP,Action,Red Mile Entertainment,Sidhe Interactive,5.6,0.22,0.09,,0.08,0.05,2007-09-27, +/games/boxart/full_2048265AmericaFrontccc.jpg,Naruto Shippuuden: Ninja Council 4,DS,Action,Tomy Corporation,Takara Tomy,,0.22,0.08,0.13,,0.01,2009-06-02, +/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_6AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,DS,Action,THQ,Griptonite Games,,0.22,0.17,,0.03,0.02,2010-11-16, +/games/boxart/full_390030AmericaFrontccc.jpg,Bladestorm: Nightmare,PS4,Action,Tecmo Koei,Omega Force,,0.22,0.11,0.03,0.04,0.03,2015-03-03,2018-05-30 +/games/boxart/6006981ccc.jpg,Aliens vs Predator: Requiem,PSP,Action,Sierra Entertainment,Rebellion Developments,,0.22,0.03,,0.12,0.07,2007-11-13, +/games/boxart/default.jpg,Transformers: Dark of the Moon,3DS,Action,Activision,Behaviour Interactive Inc.,3,0.22,0.16,,0.04,0.02,2011-06-14, +/games/boxart/full_8893331AmericaFrontccc.jpg,From Russia With Love,GC,Action,Electronic Arts,EA Redwood Shores,7.3,0.22,0.17,,0.04,0.01,2005-11-15, +/games/boxart/full_6654991AmericaFrontccc.jpg,LEGO Harry Potter Collection,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.22,0.14,,0.06,0.02,2018-10-30,2018-10-27 +/games/boxart/5040159ccc.jpg,Crazy Climber,2600,Action,Atari,Atari,,0.22,0.21,,0.01,0,1982-01-01, +/games/boxart/full_5688295AmericaFrontccc.jpg,Deadpool,XOne,Action,Activision,High Moon Studios,,0.22,0.17,,0.03,0.02,2015-11-18,2018-01-22 +/games/boxart/full_7181265AmericaFrontccc.jpg,The Suffering,XB,Action,Midway Games,Surreal Software,,0.22,0.16,,0.05,0.01,2004-03-09, +/games/boxart/full_5547967AmericaFrontccc.jpg,Mega Man 64,N64,Action,Capcom,Capcom,,0.22,0.14,0.05,0.03,0,2001-01-10, +/games/boxart/6258636ccc.jpg,Rampage 2: Universal Tour,N64,Action,Midway Games,Avalanche Software,,0.22,0.18,,0.04,0,1999-03-01, +/games/boxart/full_jackie-chan-stuntmaster_6AmericaFront.jpg,Jackie Chan: Stuntmaster,PS,Action,Midway Games,Radical Entertainment,,0.22,0.12,,0.08,0.01,2000-01-31, +/games/boxart/full_326151JapanFrontccc.jpg,Gundam Battle Chronicle,PSP,Action,Namco Bandai,ArtDink,,0.22,,0.22,,,2007-10-04, +/games/boxart/full_danball-senki-boost_535JapanFront.jpg,Danball Senki Boost,PSP,Action,Level 5,Level 5,,0.22,,0.22,,,2011-11-23, +/games/boxart/full_2291186AmericaFrontccc.jpg,G-Force,PS3,Action,Disney Interactive Studios,Eurocom Entertainment Software,7.4,0.22,0.13,,0.06,0.03,2009-07-21, +/games/boxart/full_sengoku-basara-3-utage_64JapanFront.jpg,Sengoku Basara 3 Utage,PS3,Action,Capcom,Capcom,,0.22,,0.22,,,2011-11-10, +/games/boxart/full_3749200AmericaFrontccc.jpg,Dead by Daylight,PS4,Action,505 Games,Behaviour Interactive Inc.,,0.22,0.11,0.02,0.06,0.04,2017-06-20,2019-02-13 +/games/boxart/full_lego-harry-potter-years-5-7_661AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PC,Action,Warner Bros. Interactive,Traveller's Tales,,0.22,0.05,,0.15,0.03,2011-11-11, +/games/boxart/7140730ccc.jpg,Deadly Duck,2600,Shooter,20th Century Fox Video Games,20th Century Fox Video Games,,0.22,0.21,,0.01,0,1982-01-01, +/games/boxart/2323974ccc.jpg,The Lord of the Rings: The Third Age,GBA,Strategy,Electronic Arts,Griptonite Games,,0.22,0.16,,0.06,0,2004-11-02, +/games/boxart/full_8123863AmericaFrontccc.jpg,Just Dance 2016,PS3,Music,Ubisoft,Ubisoft Paris,,0.22,0.12,,0.06,0.04,2015-10-20,2018-04-05 +/games/boxart/full_9024933JapanFrontccc.jpg,Momotarou Dentetsu 15,PS2,Misc,Hudson Soft,Hudson Soft,,0.22,,0.22,,,2005-12-08, +/games/boxart/5410365ccc.jpg,Duel Masters: Kaijudo Showdown,GBA,Misc,Atari,Mistic Software,5.8,0.22,0.16,,0.06,0,2004-11-16, +/games/boxart/4901759ccc.jpg,Danny Phantom: The Ultimate Enemy,GBA,Action,THQ,Altron,7.5,0.22,0.16,,0.06,0,2005-09-08, +/games/boxart/full_9014442AmericaFrontccc.jpg,Nicktoons Collection: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.22,0.16,,0.06,0,2004-09-20, +/games/boxart/3998168ccc.jpg,Pass the Pigs,DS,Misc,THQ,Universomo,,0.22,0.2,,,0.02,2008-10-21, +/games/boxart/full_842322AmericaFrontccc.jpg,Evolve,PC,Misc,2K Games,Unknown,,0.22,0.1,,0.1,0.02,2015-02-10, +/games/boxart/full_856484AmericaFrontccc.jpg,Guitar Hero: Smash Hits,PS2,Misc,Activision,Vicarious Visions,6.9,0.22,0.11,,0.01,0.1,2009-06-16, +/games/boxart/full_2387234AmericaFrontccc.jpg,Hasbro Family Game Night,DS,Misc,Electronic Arts,EA Bright Light,,0.22,0.01,,0.19,0.02,2009-10-26, +/games/boxart/full_9936602AmericaFrontccc.jpg,KORG DS-10 Synthesizer,DS,Misc,Xseed Games,AQ Interactive,,0.22,0.19,,0.01,0.02,2008-11-04, +/games/boxart/full_2250113AmericaFrontccc.jpg,Disgaea D2,PS3,Misc,NIS America,Unknown,,0.22,0.09,0.1,0,0.02,2013-10-08, +/games/boxart/296884ccc.jpg,Spartan: Total Warrior,PS2,Action,Sega,The Creative Assembly,7.2,0.22,0.11,,0.09,0.03,2005-10-25, +/games/boxart/full_2926518AmericaFrontccc.jpg,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,GC,Misc,Acclaim Entertainment,n-Space,,0.22,0.17,,0.04,0.01,2003-02-14, +/games/boxart/full_dancedancerevolution-ii_78AmericaFront.jpg,DanceDanceRevolution II,Wii,Misc,Konami,Konami,,0.22,0.21,,,0.02,2011-10-11, +/games/boxart/1220529ccc.jpg,American Idol,GBA,Misc,Codemasters,Mobius Entertainment,,0.22,0.15,,0.06,0,2003-11-18, +/games/boxart/full_66613JapanFrontccc.jpeg,Sumikko Gurashi: Mura o Tsukurundesu,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.22,,0.22,,,2016-07-21,2018-04-21 +/games/boxart/full_kidz-bop-dance-party-the-video-game_10AmericaFront.jpg,Kidz Bop Dance Party! The Video Game,Wii,Misc,D3 Publisher,Art Corporation,,0.22,0.2,,,0.02,2010-09-21, +/games/boxart/full_karaoke-revolution-glee-2-road-to-regionals_70AmericaFront.jpg,Karaoke Revolution Glee 2: Road to Regionals,Wii,Misc,Konami,Blitz Games,,0.22,0.14,,0.06,0.02,2011-04-05, +/games/boxart/9557316ccc.gif,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,PS2,Misc,Acclaim Entertainment,n-Space,,0.22,0.11,,0.08,0.03,2002-11-20, +/games/boxart/full_620272JapanFrontccc.jpg,J-League Winning Eleven 2008: Club Championship,PS2,Sports,Konami,Konami,,0.22,,0.22,,,2008-08-21, +/games/boxart/full_793493JapanFrontccc.jpg,EX Monopoly,GBA,Misc,Takara,Takara,,0.22,0.16,,0.06,0,2001-07-13, +/games/boxart/full_5893803JapanFrontccc.jpg,64 de Hakken! Tamagotchi Minna de Tamagotchi World,N64,Misc,Bandai,AI,,0.22,,0.22,,0,1997-12-19, +/games/boxart/full_9784602AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,Wii,Action,Electronic Arts,Double Helix Games,4.8,0.22,0.17,,0.03,0.02,2009-08-04, +/games/boxart/full_3262947AmericaFrontccc.jpg,Code Name: S.T.E.A.M.,3DS,Strategy,Nintendo,Intelligent Systems,8,0.22,0.14,0.02,0.05,0.02,2015-03-13,2019-01-04 +/games/boxart/full_7683191AmericaFrontccc.jpg,Age of Empires: The Age of Kings,DS,Strategy,Majesco,Backbone Entertainment,,0.22,0.18,,0.02,0.02,2006-02-14, +/games/boxart/full_worms-battle-islands_6AmericaFront.jpg,Worms: Battle Islands,Wii,Strategy,THQ,Team17 Software,,0.22,0.1,,0.1,0.02,2010-11-23, +/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_9AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PS2,Platform,D3 Publisher,Papaya Studios,,0.22,0.13,,0.06,0.04,2010-10-05, +/games/boxart/4670677ccc.jpg,Yoshi Touch & Go (JP sales),DS,Platform,Nintendo,Nintendo EAD,,0.22,,0.22,,,2005-03-14, +/games/boxart/full_6626370AmericaFrontccc.jpg,All Star Karate,Wii,Action,THQ,THQ,,0.22,0.13,,0.07,0.02,2010-04-20, +/games/boxart/6441507ccc.jpg,Viewtiful Joe 2,GC,Action,Capcom,Clover Studio,,0.22,0.17,,0.04,0.01,2004-11-18, +/games/boxart/9813281ccc.jpg,Reactor,2600,Action,Parker Bros.,Parker Bros.,,0.22,0.21,,0.01,0,1982-01-01, +/games/boxart/full_5050917AmericaFrontccc.jpg,Attack on Titan 2,PS4,Action,Koei Tecmo,Omega Force,7.8,0.22,0.09,0.06,0.04,0.03,2018-03-20,2018-03-30 +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_276AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,DS,Action,Electronic Arts,EA Bright Light,,0.22,0.1,,0.09,0.02,2011-07-12, +/games/boxart/full_6116475AmericaFrontccc.jpg,Outlast Trinity,PS4,Action,Warner Bros. Interactive Entertainment,Red Barrels,,0.22,0.09,,0.09,0.04,2017-04-25, +/games/boxart/full_1186544AmericaFrontccc.jpg,Deadly Creatures,Wii,Action,THQ,Rainbow Studios,6.9,0.22,0.08,,0.12,0.02,2009-02-09, +/games/boxart/1406621ccc.jpg,Samurai Jack: The Amulet of Time,GBA,Platform,BAM! Entertainment,Virtucraft,,0.22,0.16,,0.06,0,2003-03-30, +/games/boxart/full_2422556AmericaFrontccc.jpg,Super Lucky's Tale,XOne,Platform,Microsoft Studios,Playful Corp.,6.5,0.22,0.13,,0.07,0.02,2017-11-07,2018-01-18 +/games/boxart/full_4785922AmericaFrontccc.jpg,Assault,2600,Action,Bomb,Bomb,,0.22,0.21,,0.01,0,1983-01-01, +/games/boxart/5751476ccc.jpg,Ford vs. Chevy,PS2,Racing,Global Star Software,2K Games,,0.22,0.11,,0.09,0.03,2005-11-09, +/games/boxart/227959ccc.jpg,Bust-A-Move 4,PS,Puzzle,Natsume,Taito Corporation,7.8,0.22,0.12,,0.08,0.01,1998-10-31, +/games/boxart/7343892ccc.jpg,Tetris Worlds,GC,Puzzle,THQ,Radical Entertainment,4.6,0.22,0.17,,0.04,0.01,2002-06-23, +/games/boxart/657118ccc.jpg,Ms. Pac-Man: Maze Madness,N64,Puzzle,Namco,Mass Media,,0.22,0.18,,0.04,0,2000-11-12, +/games/boxart/full_nascar-2011-the-game_653AmericaFront.jpg,NASCAR 2011: The Game,Wii,Racing,Activision,Eutechnyx,4.3,0.22,0.21,,,0.01,2011-05-24, +/games/boxart/full_1639910AmericaFrontccc.jpg,Kirby's Star Stacker,GB,Puzzle,Nintendo,HAL Laboratory,,0.22,,0.22,,,1997-01-24, +/games/boxart/full_4902411AmericaFrontccc.jpg,Hidden Mysteries: Buckingham Palace,DS,Puzzle,GameMill,Gunnar Games,,0.22,0.13,,0.07,0.02,2010-03-16, +/games/boxart/full_2841332AmericaFrontccc.jpg,Jewel Quest: Expeditions,DS,Puzzle,Activision,"iWin, Inc.",,0.22,0.03,,0.17,0.01,2007-09-18, +/games/boxart/full_star-wars-the-force-unleashed-ii_5AmericaFront.jpg,Star Wars: The Force Unleashed II,DS,Action,LucasArts,LucasArts,4,0.22,0.17,,0.03,0.02,2010-10-26, +/games/boxart/full_6624077AmericaFrontccc.jpg,Magna Carta: Tears of Blood,PS2,Role-Playing,Atlus,SoftMax,6.1,0.22,0.11,,0.08,0.03,2005-11-16, +/games/boxart/full_5661211PALFrontccc.jpg,Pokémon Gold/Pokémon Silver,3DS,Role-Playing,Nintendo,Game Freak,,0.22,,,0.21,0.01,2017-09-22,2018-08-03 +/games/boxart/full_5099061AmericaFrontccc.png,Luminous Arc 2,DS,Role-Playing,Atlus,imageepoch Inc.,7.5,0.22,0.2,,0,0.02,2008-11-18, +/games/boxart/full_2493637AmericaFrontccc.jpg,Ragnarok DS,DS,Role-Playing,Xseed Games,GungHo Works,7,0.22,0.1,0.11,,0.01,2010-02-16, +/games/boxart/6865319ccc.jpg,Breath of Fire,GBA,Role-Playing,Capcom,Capcom,7.8,0.22,0.11,0.06,0.04,0,2001-12-13, +/games/boxart/full_5774437AmericaFrontccc.jpg,Lords of the Fallen,XOne,Role-Playing,Namco Bandai Games,DECK13 Interactive,,0.22,0.1,,0.1,0.02,2014-10-28,2018-05-10 +/games/boxart/full_4173875AmericaFrontccc.jpg,Growlanser: Heritage of War,PS2,Role-Playing,Atlus,Career Soft,,0.22,0.11,,0.08,0.03,2007-09-18, +/games/boxart/full_hunted-the-demons-forge_236AmericaFront.jpg,Hunted: The Demon's Forge,X360,Role-Playing,Bethesda Softworks,InXile Entertainment,6,0.22,0.13,0,0.07,0.02,2011-05-31, +/games/boxart/full_8522489JapanFrontccc.jpg,Digimon World Re:Digitize,PSP,Role-Playing,Namco Bandai Games,Tri-Crescendo,,0.22,,0.22,,,2012-07-19,2018-10-31 +/games/boxart/full_7551368AmericaFrontccc.jpg,Skies of Arcadia Legends,GC,Role-Playing,Sega,Overworks,8.6,0.22,0.17,,0.04,0.01,2003-01-27, +/games/boxart/8051336ccc.jpg,The Fairly OddParents: Breakin' Da Rules,GC,Platform,THQ,Blitz Games,,0.21,0.16,,0.04,0.01,2003-11-03, +/games/boxart/default.jpg,Lunar: Silver Star Story Complete,SAT,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,0.21,,0.21,,0,1997-07-04, +/games/boxart/3819481ccc.jpg,NHL Hitz 20-02,GC,Sports,Midway Games,EA Black Box,,0.21,0.16,,0.04,0.01,2001-11-17, +/games/boxart/full_5997214AmericaFrontccc.jpg,NCAA Football 2003,GC,Sports,EA Sports,EA Tiburon,9.2,0.21,0.16,,0.04,0.01,2002-07-20, +/games/boxart/full_8689035PALFrontccc.jpg,Ys VIII: Lacrimosa of Dana,PS4,Role-Playing,NIS America,Falcom,,0.21,0.08,0.08,0.04,0.02,2017-09-12,2018-01-10 +/games/boxart/full_7511702AmericaFrontccc.jpg,Radiant Historia: Perfect Chronology,3DS,Role-Playing,Atlus,Atlus,8.1,0.21,0.11,0.06,0.03,0.01,2018-02-13,2018-03-01 +/games/boxart/full_2062457JapanFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel,PS3,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.21,0.06,0.12,0.02,0.02,2015-12-22,2018-10-31 +/games/boxart/full_sbk-x-superbike-world-championship_795AmericaFront.jpg,SBK X: Superbike World Championship,PS3,Racing,Deep Silver,Milestone S.r.l,,0.21,0.05,,0.13,0.04,2010-12-07, +/games/boxart/110776ccc.jpg,Cruis'n Exotica,N64,Racing,Midway Games,Gratuitous Games,5.8,0.21,0.17,,0.04,0,2000-10-16, +/games/boxart/full_8413078AmericaFrontccc.jpg,SBK Superbike World Championship,X360,Racing,Conspiracy Entertainment,Milestone,,0.21,0.06,,0.14,0.01,2009-03-03, +/games/boxart/full_4778977AmericaFrontccc.jpg,Rumble Racing,PS2,Racing,Electronic Arts,Electronic Arts,,0.21,0.1,,0.08,0.03,2001-04-23, +/games/boxart/488254ccc.jpg,Rollcage,PS,Racing,Psygnosis,Attention To Detail,,0.21,0.12,,0.08,0.01,1999-03-24, +/games/boxart/223488ccc.jpg,Tiger Woods PGA Tour,PSP,Sports,EA Sports,EA Canada,8,0.21,0.19,,,0.02,2005-03-23, +/games/boxart/9284654ccc.jpg,NHL 2K3,PS2,Sports,Sega,Treyarch,,0.21,0.1,,0.08,0.03,2002-11-10, +/games/boxart/full_8697022JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2012,PS3,Sports,Konami Digital Entertainment,Konami,,0.21,,0.21,,,2012-07-19,2018-11-02 +/games/boxart/full_champion-jockey-g1-jockey-ampamp-gallop-racer_921AmericaFront.jpg,Champion Jockey: G1 Jockey & Gallop Racer,PS3,Sports,Tecmo Koei,Tecmo Koei Games,,0.21,0.06,0.08,0.05,0.02,2011-11-08,2018-07-30 +/games/boxart/full_9244382AmericaFrontccc.jpg,Way of the Samurai 3,X360,Action,UFO Interactive,Acquire,,0.21,0.12,0.02,0.05,0.02,2009-10-13, +/games/boxart/full_barbie-groom-and-glam-pups_0AmericaFront.jpg,Barbie: Groom and Glam Pups,Wii,Action,THQ,THQ,,0.21,0.18,,0.02,0.02,2010-11-16, +/games/boxart/2530216ccc.jpg,JSRF: Jet Set Radio Future,XB,Action,Sega,Smilebit,,0.21,0.13,0.03,0.04,0.01,2002-02-28, +/games/boxart/full_2739405AmericaFrontccc.jpg,The Last Airbender,Wii,Action,THQ,THQ,,0.21,0.12,,0.07,0.02,2010-06-29, +/games/boxart/full_3664066AmericaFrontccc.jpg,7 Days to Die,PS4,Action,Telltale Games,The Fun Pimps,,0.21,0.09,,0.08,0.03,2016-06-28,2018-05-31 +/games/boxart/full_3554814AmericaFrontccc.jpg,The Dukes of Hazzard: Return of the General Lee,PS2,Racing,Ubisoft,Ratbag,,0.21,0.11,,0.08,0.03,2004-09-28, +/games/boxart/5338145ccc.jpg,Crash 'N' Burn,PS2,Racing,Eidos Interactive,Climax Group,,0.21,0.11,,0.08,0.03,2004-11-15, +/games/boxart/full_9538385AmericaFrontccc.jpg,Mortal Kombat: Special Forces,PS,Fighting,Midway Games,Midway Games,,0.21,0.12,,0.08,0.01,2000-06-30, +/games/boxart/full_5118543AmericaFrontccc.jpg,Street Fighter x Tekken,PSV,Fighting,Capcom,Capcom,,0.21,0.1,0.01,0.05,0.04,2012-10-23,2018-11-04 +/games/boxart/7439425ccc.jpg,The Legend of Spyro: The Eternal Night,Wii,Platform,Sierra Entertainment,Krome Studios,,0.21,0.18,,0.02,0.02,2007-10-18, +/games/boxart/full_the-land-before-time-big-water-adventure_556AmericaFront.jpg,The Land Before Time: Big Water Adventure,PS,Platform,TDK Mediactive,Digital Illusions,,0.21,0.12,,0.08,0.01,2002-11-27, +/games/boxart/6433242ccc.jpg,Gex 3: Deep Cover Gecko,N64,Platform,Crave Entertainment,Gratuitous Games,,0.21,0.17,,0.04,0,1999-08-31, +/games/boxart/8235734ccc.jpg,Bionicle,GC,Platform,Electronic Arts,Argonaut Games,4.8,0.21,0.16,,0.04,0.01,2003-10-20, +/games/boxart/full_2879385AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Smash-Up,PS2,Fighting,Ubisoft,Game Arts,7.2,0.21,0.11,,0.08,0.03,2009-09-22, +/games/boxart/537505ccc.jpg,The Con,PSP,Fighting,Sony Computer Entertainment,Think and Feel,6.8,0.21,0.19,,0,0.02,2005-10-18, +/games/boxart/7117507ccc.jpg,Dragon Ball Z: Sagas,GC,Fighting,Atari,Avalanche Software,5.7,0.21,0.16,,0.04,0.01,2005-03-22, +/games/boxart/1879264ccc.jpg,ClayFighter 63 1/3,N64,Fighting,Interplay,Danger Productions,3.1,0.21,0.17,,0.04,0,1997-09-30, +/games/boxart/8078642ccc.jpg,WCW Nitro,N64,Fighting,THQ,Inland Productions,,0.21,0.17,,0.04,0,1998-02-10, +/games/boxart/full_809265JapanFrontccc.jpg,The King of Fighters '96,SAT,Fighting,SNK,SNK Corporation,,0.21,,0.21,,0,1996-12-31, +/games/boxart/full_7696265AmericaFrontccc.jpg,Guilty Gear Xrd: Sign,PS3,Fighting,Aksys Games,Arc System Works,,0.21,0.11,0.07,,0.03,2014-12-16,2018-11-01 +/games/boxart/full_6116084PALFrontccc.jpg,Nintendo Presents: Crossword Collection,DS,Puzzle,Nintendo,Nintendo,,0.21,,,0.19,0.02,2009-12-18, +/games/boxart/111068ccc.jpg,Breakaway IV,2600,Puzzle,Sears,Atari,,0.21,0.2,,0.01,0,1978-01-01, +/games/boxart/6764220ccc.jpg,Tenchu: Return From Darkness,XB,Action,Activision,K2 LLC,,0.21,0.16,,0.05,0.01,2004-03-10, +/games/boxart/1659029ccc.jpg,The Chronicles of Narnia: Prince Caspian,DS,Role-Playing,Disney Interactive Studios,Fall Line Studio,,0.21,0.19,,0.01,0.02,2008-05-15, +/games/boxart/4496765ccc.jpg,Summoner 2,PS2,Role-Playing,THQ,Volition Inc.,,0.21,0.1,,0.08,0.03,2002-09-23, +/games/boxart/full_valkyria-chronicles-iii-unrecorded-chronicles_176JapanFront.jpg,Valkyria Chronicles III: Unrecorded Chronicles,PSP,Role-Playing,Unknown,Sega WOW Overworks,,0.21,,0.21,,,, +/games/boxart/full_3906243AmericaFrontccc.jpg,Fallout 76,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,3.7,0.21,0.12,,0.07,0.02,2018-11-14,2018-12-02 +/games/boxart/full_760464JapanFrontccc.jpg,Bastard!! Utsuro Naru Kamigami no Utsuwa,PS,Role-Playing,Seta Corporation,Seta Corporation,,0.21,,0.2,,0.01,1996-12-28, +/games/boxart/full_7712211JapanFrontccc.jpg,Famicom Mini: Ganbare Goemon! Karakuri Douchuu,GBA,Platform,Konami,Konami,,0.21,,0.2,,0.01,2004-05-21, +/games/boxart/full_2832854AmericaFrontccc.jpg,Pandemonium!,PS,Platform,Crystal Dynamics,Toys for Bob,,0.21,0.12,,0.08,0.01,1996-10-31, +/games/boxart/6448549ccc.jpg,Pac-Man World 3,PS2,Platform,Namco,Blitz Games,,0.21,0.1,,0.08,0.03,2005-11-15, +/games/boxart/full_4685965AmericaFrontccc.jpg,Vampire Rain,X360,Action,AQ Interactive,Artoon,3.9,0.21,0.18,0.01,0,0.02,2007-07-03, +/games/boxart/full_anarchy-reigns_809PALFront.jpg,Anarchy Reigns,PS3,Action,Sega,PlatinumGames,,0.21,0.1,0.06,0.03,0.03,2013-01-08, +/games/boxart/9456436ccc.jpg,Rampage: Total Destruction,Wii,Action,Midway Games,"Pipeworks Software, Inc.",,0.21,0.19,,0.01,0.02,2006-11-14, +/games/boxart/2261442ccc.jpg,Disaster Report,PS2,Action,Agetec,Irem Software Engineering,,0.21,0.03,0.15,0.02,0.01,2003-02-15, +/games/boxart/4681599ccc.jpg,Bratz: Forever Diamondz,GC,Action,THQ,Blitz Games,,0.21,0.17,,0.04,0.01,2006-09-18, +/games/boxart/full_gekijouban-macross-f-itsuwarino-utahime-hybrid-pack_8JapanFront.jpg,Gekijouban Macross F: Itsuwarino Utahime - Hybrid Pack,PS3,Action,Namco Bandai,Bandai Namco Games,,0.21,,0.21,,,2010-10-07, +/games/boxart/full_9202392AmericaFrontccc.jpg,Devil May Cry HD Collection,PS4,Action,Capcom,Capcom,,0.21,0.1,0.02,0.06,0.03,2018-03-13,2018-01-29 +/games/boxart/full_8447721AmericaFrontccc.jpg,Bound By Flame,PS4,Action,Focus Home Interactive,Spiders,,0.21,0.08,,0.09,0.04,2014-05-07,2018-10-31 +/games/boxart/full_1251633PALFrontccc.jpg,Ghostbusters II,2600,Action,Unknown,Salu Ltd.,,0.21,0.2,,0.01,0,, +/games/boxart/full_2814932AmericaFrontccc.jpg,Fate/Extella: The Umbral Star,NS,Action,Xseed Games,Marvelous Entertainment,8,0.21,0.1,0.04,0.06,0.02,2017-07-25,2018-01-02 +/games/boxart/full_frogger-3d_119AmericaFront.jpg,Frogger 3D,3DS,Action,Konami,Alpha Unit,7,0.21,0.16,,0.04,0.02,2011-09-20, +/games/boxart/full_7671848JapanFrontccc.jpg,Project Versus J,PSV,Misc,Namco Bandai Games,Unknown,,0.21,,0.17,0.03,0.01,2015-06-30, +/games/boxart/full_1647919AmericaFrontccc.jpg,Just Dance 2018,XOne,Music,Ubisoft,Ubisoft Paris,,0.21,0.15,,0.04,0.02,2017-10-24,2018-04-06 +/games/boxart/7876899ccc.jpg,Viewtiful Joe 2,PS2,Action,Capcom,Clover Studio,,0.21,0.1,,0.08,0.03,2004-12-07, +/games/boxart/full_9616692AmericaFrontccc.jpg,Bratz: Girlz Really Rock,Wii,Action,THQ,Blitz Games,,0.21,0.19,,0,0.02,2008-10-13, +/games/boxart/full_4631325AmericaFrontccc.jpg,Petz: Horse Club,Wii,Misc,Ubisoft,Phoenix,,0.21,0.2,,,0.02,2008-11-11, +/games/boxart/full_you-dont-know-jack_4AmericaFront.jpg,You Don't Know Jack,Wii,Misc,THQ,"Jellyvision, Inc.",8,0.21,0.19,,,0.02,2011-02-08, +/games/boxart/3703449ccc.jpg,World Poker Tour,PS2,Misc,2K Sports,2K Sports,,0.21,0.1,,0.08,0.03,2005-10-18, +/games/boxart/full_hasbro-family-game-night-3_2AmericaFront.jpg,Hasbro Family Game Night 3,X360,Misc,Electronic Arts,EA Bright Light,,0.21,0.17,,0.03,0.02,2010-10-26, +/games/boxart/full_9601028AmericaFrontccc.jpg,Order Up!,Wii,Misc,Zoo Games,SuperVillain Studios,,0.21,0.19,,0.01,0.02,2008-07-22, +/games/boxart/6148087ccc.jpg,Rayman Raving Rabbids,X360,Misc,Ubisoft,Ubisoft Montpellier,6.4,0.21,0.18,,0.01,0.02,2007-04-24, +/games/boxart/full_816348AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,PS4,Misc,Tecmo Koei,Unknown,,0.21,0.07,0.04,0.07,0.03,2015-01-24, +/games/boxart/full_you-dont-know-jack_797AmericaFront.jpg,You Don't Know Jack,X360,Misc,THQ,"Jellyvision, Inc.",7.7,0.21,0.19,,,0.02,2011-02-08, +/games/boxart/full_335476JapanFrontccc.jpg,Momotarou Dentetsu 16,PS2,Misc,Hudson Soft,Hudson Soft,,0.21,,0.21,,,2006-12-07, +/games/boxart/full_1134830JapanFrontccc.jpg,Magician's Quest: Town of Magic,3DS,Misc,Konami Digital Entertainment,Konami,,0.21,,0.21,,,2012-12-20,2018-10-31 +/games/boxart/full_406981AmericaFrontccc.jpg,A Boy and His Blob,Wii,Platform,Majesco,WayForward Technologies,7.9,0.21,0.18,,0.01,0.02,2009-10-13, +/games/boxart/full_302055JapanFrontccc.jpg,Heisei Kyouiku linkai DS,DS,Misc,Namco Bandai,Bandai Namco Games,,0.21,,0.21,,,2006-12-21, +/games/boxart/full_3690982AmericaFrontccc.jpg,Conflict Zone,PS2,Strategy,Ubisoft,MASA Group,,0.21,0.1,,0.08,0.03,2002-10-19, +/games/boxart/full_6310762AmericaFrontccc.jpg,Age of Empires: Mythologies,DS,Strategy,THQ,Griptonite,8.2,0.21,0.16,,0.03,0.02,2008-11-24, +/games/boxart/full_yu-gi-oh-5ds-world-championship-2011-over-the-nexus_22AmericaFront.jpg,Yu-Gi-Oh! 5D's World Championship 2011: Over the Nexus,DS,Strategy,Konami,Konami,,0.21,0.1,0.07,0.03,0.01,2011-05-10, +/games/boxart/full_super-robot-taisen-k_7JapanFront.jpg,Super Robot Taisen K,DS,Strategy,Namco Bandai,Banpresto,,0.21,,0.21,,,2009-03-20, +/games/boxart/full_plants-vs-zombies_181AmericaFront.jpg,Plants vs. Zombies,PS3,Strategy,PopCap Games,PopCap,,0.21,0.18,,,0.03,2011-11-15, +/games/boxart/full_8453956AmericaFrontccc.jpg,The Naked Brothers Band: The Video Game,Wii,Misc,THQ,Barking Lizards Technologies,,0.21,0.19,,,0.01,2008-10-20, +/games/boxart/5438266ccc.jpg,Maximo vs Army of Zin,PS2,Platform,Capcom,Capcom,,0.21,0.1,,0.08,0.03,2004-01-20, +/games/boxart/full_4391896AmericaFrontccc.jpg,Shadow of Destiny,PS2,Adventure,Konami,Konami,,0.21,0.09,0.03,0.07,0.02,2001-03-05, +/games/boxart/full_1880594AmericaFrontccc.jpg,Prison Break: The Conspiracy,X360,Adventure,Deep Silver,ZootFly,3.3,0.21,0.07,,0.11,0.02,2010-03-30, +/games/boxart/full_1654960AmericaFrontccc.jpg,Disney's Planes,WiiU,Adventure,Disney Interactive Studios,Behaviour Interactive,,0.21,0.14,,0.04,0.02,2013-08-06,2018-03-15 +/games/boxart/full_9824393JapanFrontccc.jpg,NOëL: NOT DiGITAL,PS,Adventure,Pioneer LDC,Pioneer LDC,,0.21,,0.2,,0.01,1996-07-26, +/games/boxart/full_1572559AmericaFrontccc.jpg,SpongeBob SquarePants: Game Boy Advance Video Volume 3,GBA,Misc,Majesco,Majesco Games,,0.21,0.15,,0.05,0,2004-11-01, +/games/boxart/full_3979137AmericaFrontccc.jpg,Cursed Mountain,Wii,Adventure,Deep Silver,Sproing Interactive Media / Deep Silver Vienna,6.3,0.21,0.09,,0.1,0.02,2009-08-25, +/games/boxart/full_4810774JapanFrontccc.jpg,Yarudora Series Vol. 2: Kisetsu wo Dakishimete,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,0.21,,0.19,,0.01,1998-07-23, +/games/boxart/full_55185AmericaFrontccc.jpg,Bugs Bunny & Taz: Time Busters,PS,Adventure,Infogrames,Artificial Mind and Movement,8,0.21,0.11,,0.08,0.01,2000-11-24, +/games/boxart/3248836ccc.jpg,Robotech: Battlecry,XB,Shooter,TDK Mediactive,Vicious Cycle,,0.21,0.16,,0.05,0.01,2002-09-25, +/games/boxart/full_5945492AmericaFrontccc.jpg,Darkwatch,XB,Shooter,Capcom,High Moon Studios,,0.21,0.16,,0.05,0.01,2005-08-16, +/games/boxart/full_greg-hastings-paintball-2_3AmericaFront.jpg,Greg Hastings Paintball 2,X360,Shooter,Majesco,Super X Studios,,0.21,0.19,,,0.01,2010-09-28, +/games/boxart/full_5053685AmericaFrontccc.jpg,theHunter: Call of the Wild,XOne,Shooter,THQ Nordic,Expansive Worlds,,0.21,0.18,,,0.02,2017-10-02,2018-06-19 +/games/boxart/full_7778921AmericaFrontccc.jpg,Dead to Rights: Retribution,X360,Shooter,Namco Bandai,Volatile Games,5.7,0.21,0.11,0,0.08,0.02,2010-04-27, +/games/boxart/full_6550275AmericaFrontccc.jpg,Unreal II: The Awakening,XB,Shooter,Atari,Tantalus Interactive,,0.21,0.17,,0.04,0.01,2004-02-10, +/games/boxart/full_de-blob-2_131AmericaFront.jpg,de Blob 2,PS3,Platform,THQ,Blue Tongue,7.5,0.21,0.11,,0.07,0.03,2011-02-22, +/games/boxart/full_7628437AmericaFrontccc.jpg,Hitman: HD Trilogy,PS3,Misc,Square Enix,Unknown,,0.21,0.07,,0.1,0.03,2013-01-29, +/games/boxart/full_9010365AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,X360,Misc,Disney Interactive Studios,Page 44 Studios,,0.21,0.19,,0,0.02,2008-10-28, +/games/boxart/full_yoostar2_296AmericaFront.jpg,Yoostar2,X360,Misc,Unknown,Blitz Game Studios,,0.21,0.11,,0.09,0.02,2011-03-08, +/games/boxart/full_4158518AmericaFrontccc.jpg,Monopoly,N64,Misc,Hasbro Interactive,Minds-Eye Productions,,0.21,0.17,,0.04,0,1999-12-17, +/games/boxart/full_2354365AmericaFrontccc.jpg,Disney's Planes,DS,Misc,Disney Interactive Studios,TOSE,,0.21,0.11,,0.09,0.02,2013-08-06,2018-03-15 +/games/boxart/5640884ccc.jpg,World Series of Poker,PSP,Misc,Activision Value,Activision Value,3.3,0.21,0.19,,0,0.02,2005-09-14, +/games/boxart/7076524ccc.jpg,Namco Museum: 50th Anniversary,GC,Misc,Namco,Digital Eclipse,,0.21,0.17,,0.04,0.01,2005-08-30, +/games/boxart/full_now-thats-what-i-call-music-dance-ampamp-sing_252PALFront.jpg,Now! That's What I Call Music: Dance & Sing,Wii,Misc,Unknown,Tubby Games,,0.21,,,0.18,0.03,2011-11-25, +/games/boxart/full_5608516AmericaFrontccc.jpg,50 Cent: Blood on the Sand,X360,Shooter,THQ,Swordfish Studios,7.3,0.21,0.12,0,0.07,0.02,2009-02-24, +/games/boxart/full_3899261AmericaFrontccc.jpg,Quake III: Revolution,PS2,Shooter,Electronic Arts,Bullfrog Productions,,0.21,0.1,,0.08,0.03,2001-03-26, +/games/boxart/full_3905730AmericaFrontccc.jpg,WinBack: Covert Operations,N64,Shooter,KOEI,Omega Force,,0.21,0.17,,0.04,0,1999-09-30, +/games/boxart/full_8746836JapanFrontccc.jpg,EVE: burst error,SAT,Adventure,Imagineer,C's Ware,,0.21,,0.21,,,1997-01-24, +/games/boxart/full_the-magic-school-bus-oceans_949AmericaFront.jpg,The Magic School Bus: Oceans,DS,Adventure,Scholastic Inc.,Scholastic Media,,0.21,0.2,,,0.02,2011-10-25, +/games/boxart/full_3451286AmericaFrontccc.jpg,Hannah Montana: The Movie,X360,Adventure,Disney Interactive Studios,n-Space,,0.21,0.14,,0.05,0.02,2009-04-07, +/games/boxart/full_6531615AmericaFrontccc.jpg,EVE: Valkyrie,PS4,Shooter,Sony Interactive Entertainment,CCP,,0.21,0.11,,0.06,0.04,2016-10-13,2018-06-15 +/games/boxart/full_943266AmericaFrontccc.jpg,Robotech: The Macross Saga,GBA,Shooter,TDK Mediactive,Lucky Chicken,,0.21,0.15,,0.06,0,2002-10-27, +/games/boxart/full_7615083AmericaFrontccc.png,Homefront: The Revolution,XOne,Shooter,Deep Silver,Dambuster Studios,,0.21,0.1,,0.09,0.02,2016-05-17,2018-05-24 +/games/boxart/full_7811566AmericaFrontccc.jpg,Neo Contra,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,6.9,0.21,0.1,,0.08,0.03,2004-10-19, +/games/boxart/full_7796635AmericaFrontccc.jpg,Lost Planet 3,PS3,Shooter,Capcom,Spark Unlimited,,0.21,0.07,0.06,0.05,0.03,2013-08-27,2018-10-31 +/games/boxart/1004885ccc.jpg,BloodRayne,XB,Shooter,Majesco,Terminal Reality,7.3,0.21,0.16,,0.05,0.01,2002-10-15, +/games/boxart/8378757ccc.jpg,MTV Celebrity Deathmatch,XB,Fighting,Gotham Games,Big Ape Productions,,0.21,0.16,,0.05,0.01,2003-10-14, +/games/boxart/full_1228569AmericaFrontccc.jpg,Where's Waldo? The Fantastic Journey,DS,Adventure,Ubisoft,Classic Media Distribution Limited,,0.21,0.2,,,0.02,2009-09-22, +/games/boxart/full_9942184AmericaFrontccc.jpg,Marvel Super Hero Squad,PSP,Adventure,THQ,Mass Media Inc.,,0.21,0.17,,0.02,0.02,2009-10-20, +/games/boxart/19738ccc.jpg,Prince of Persia: Revelations,PSP,Adventure,Ubisoft,"Pipeworks Software, Inc.",6.3,0.21,0.18,,0.01,0.02,2005-12-06, +/games/boxart/full_7021535PALFrontccc.jpg,SingStar Pop Edition,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.21,,,0.19,0.03,2009-05-01, +/games/boxart/full_7409576AmericaFrontccc.jpg,Petz Rescue: Wildlife Vet,Wii,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,0.21,0.2,,0,0.02,2008-10-21, +/games/boxart/full_2799783AmericaFrontccc.jpg,Imagine: Boutique Owner,DS,Simulation,Ubisoft,Creative Patterns,,0.21,0.2,,0,0.01,2009-06-02, +/games/boxart/full_4943783AmericaFrontccc.jpg,College Hoops 2K7,X360,Sports,2K Sports,Visual Concepts,7.9,0.21,0.2,,,0.02,2006-11-20, +/games/boxart/7844044ccc.jpg,NCAA March Madness 08,X360,Sports,EA Sports,EA Canada,,0.21,0.2,,,0.02,2007-12-11, +/games/boxart/full_3310194AmericaFrontccc.jpg,Madden NFL 07,DS,Sports,EA Sports,Exient Entertainment,6.9,0.21,0.2,,0,0.02,2006-08-22, +/games/boxart/7145594ccc.jpg,Deus Ex: The Conspiracy,PS2,Action,Eidos Interactive,Ion Storm,8,0.21,0.1,,0.08,0.03,2002-03-25, +/games/boxart/full_3272942AmericaFrontccc.jpg,Spider-Man: Web of Shadows,PS2,Action,Activision,Shaba Games / Treyarch,6.9,0.21,0.1,,0.08,0.03,2008-10-21, +/games/boxart/8080931ccc.jpg,Batman Begins,XB,Action,Electronic Arts,Eurocom Entertainment Software,,0.21,0.16,,0.04,0.01,2005-06-14, +/games/boxart/default.jpg,DEFIANCE,PC,Action,Trion Worlds,Trion Worlds,,0.21,0.14,,0.04,0.02,2013-04-02, +/games/boxart/full_5185832AmericaFrontccc.jpg,Wedding Dash,DS,Simulation,Zoo Games,PlayFirst,,0.21,0.19,,,0.01,2009-11-09, +/games/boxart/full_pro-evolution-soccer-2012_623AmericaFront.jpg,Pro Evolution Soccer 2012,Wii,Sports,Konami,Konami,,0.21,0.08,0.03,0.08,0.02,2011-11-15, +/games/boxart/full_3431727PALFrontccc.jpg,Move Fitness,PS3,Sports,Sony Computer Entertainment,Sony Computer Entertainment,5,0.21,,,0.17,0.04,2013-03-26, +/games/boxart/full_9413046AmericaFrontccc.jpg,StokEd,X360,Sports,Destineer,Bongfish,,0.21,0.18,,0.01,0.02,2009-02-26, +/games/boxart/full_5446264AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,PS3,Action,Electronic Arts,Double Helix Games,4.3,0.21,0.11,,0.07,0.03,2009-08-04, +/games/boxart/3103181ccc.jpg,BeyBlade VForce: Super Tournament Battle,GC,Action,Atari,Takara,2.5,0.21,0.16,,0.04,0.01,2003-09-23, +/games/boxart/full_6576642AmericaFrontccc.jpg,Bass Pro Shops: The Strike,X360,Sports,XS Games,Griffin International,,0.21,0.2,,,0.02,2009-09-29, +/games/boxart/full_2582165AmericaFrontccc.jpg,FIFA 16,PC,Sports,EA Sports,EA Canada,8.5,0.21,0.07,,0.13,0.02,2015-09-22,2018-04-01 +/games/boxart/full_1293544JapanFrontccc.jpg,Kan Colle Kai,PSV,Action,Kadokawa Games,Kadokawa Games,,0.21,,0.21,,,2016-02-18,2018-05-31 +/games/boxart/2501444ccc.jpg,Evil Dead: Regeneration,PS2,Action,THQ,Cranky Pants Games,,0.21,0.1,,0.08,0.03,2005-09-13, +/games/boxart/full_4713636AmericaFrontccc.jpg,Tenchu: Shadow Assassins,Wii,Action,Ubisoft,Acquire,7,0.21,0.15,0.03,0.01,0.01,2009-02-05, +/games/boxart/full_3271447AmericaFrontccc.jpg,LBX: Little Battlers eXperience,3DS,Action,Nintendo,Level 5,7,0.21,,0.21,,,2015-08-21,2018-08-31 +/games/boxart/2045857ccc.gif,X2: Wolverine's Revenge,XB,Action,Activision,GenePool,5.8,0.21,0.15,,0.04,0.01,2003-04-15, +/games/boxart/5461812ccc.jpg,Power Rangers: Wild Force,GBA,Action,THQ,Natsume,,0.21,0.15,,0.05,0,2002-08-19, +/games/boxart/full_9601421AmericaFrontccc.jpg,Tony Hawk's American Sk8land,DS,Sports,Activision,Vicarious Visions,8.7,0.21,0.19,,0.01,0.02,2005-11-16, +/games/boxart/7573401ccc.jpg,MVP Baseball,PSP,Sports,Electronic Arts,EA Canada,6.6,0.21,0.2,,,0.02,2005-05-18, +/games/boxart/61542ccc.jpg,RealSports Baseball,2600,Sports,Atari,Atari,,0.21,0.2,,0.01,0,1982-01-01, +/games/boxart/full_1983075AmericaFrontccc.jpg,NBA,PSP,Sports,Sony Computer Entertainment,989 Sports,6.4,0.21,0.2,,,0.02,2005-03-16, +/games/boxart/full_8671099JapanFrontccc.jpg,Pro Yakyuu Greatest Nine '97,SAT,Sports,Sega,Sega,,0.21,,0.21,,,1997-03-28, +/games/boxart/full_9298260JapanFrontccc.jpg,Dorabase DS: Dramatic Stadium,DS,Sports,Namco Bandai,Bandai Namco Games,,0.21,,0.21,,,2007-12-20, +/games/boxart/full_3276050AmericaFrontccc.png,MLB 10: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,7,0.21,0.19,,,0.02,2010-03-02, +/games/boxart/3071745ccc.jpg,Brunswick Pro Bowling,PSP,Sports,Crave Entertainment,Point of View,6.5,0.21,0.19,,,0.02,2007-08-28, +/games/boxart/7406331ccc.jpg,Cabela's Deer Hunt: 2004 Season,XB,Sports,Activision,FUN Labs,,0.21,0.16,,0.05,0.01,2003-08-27, +/games/boxart/full_7738697AmericaFrontccc.jpg,NBA Live 16,PS4,Sports,EA Sports,EA Tiburon,,0.21,0.13,,0.05,0.04,2015-09-29,2018-05-30 +/games/boxart/full_9012047AmericaFrontccc.jpg,Backyard NFL Football '09,Wii,Sports,Atari,Humongous Entertainment,,0.21,0.2,,,0.02,2008-10-21, +/games/boxart/4277775ccc.jpg,NHL 2K6,XB,Sports,2K Sports,Kush Games,,0.21,0.16,,0.05,0.01,2005-09-06, +/games/boxart/full_2823155AmericaFrontccc.jpg,ESPN Winter X Games: Snowboarding 2002,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.21,0.1,,0.08,0.03,2000-10-24, +/games/boxart/full_2375663AmericaFrontccc.jpg,Tony Hawk's Motion,DS,Sports,Activision,Creat Studios,,0.21,0.19,,0,0.02,2008-11-18, +/games/boxart/2564940ccc.jpg,NCAA March Madness 07,X360,Sports,EA Sports,EA Canada,,0.21,0.19,,,0.02,2007-01-17, +/games/boxart/full_9747326AmericaFrontccc.jpg,The BIGS 2,X360,Sports,2K Sports,Blue Castle Games,,0.21,0.19,,0.01,0.02,2009-07-07, +/games/boxart/full_7305720AmericaFrontccc.jpg,NBA In The Zone 2000,PS,Sports,Konami,KCEO,,0.21,0.12,,0.08,0.01,2000-02-02, +/games/boxart/full_9047056AmericaFrontccc.jpg,Zone of the Enders HD Collection,X360,Action,Konami Digital Entertainment,Kojima Productions,,0.21,0.15,0.01,0.03,0.02,2012-10-30,2018-01-28 +/games/boxart/7874253ccc.jpg,Project: Snowblind,PS2,Action,Eidos Interactive,Unknown,,0.21,0.1,,0.08,0.03,2005-02-23, +/games/boxart/full_9329232AmericaFrontccc.jpg,The Amazing Spider-Man (2012),3DS,Action-Adventure,Activision,Beenox,7,0.21,0.16,,0.03,0.02,2012-06-26,2018-03-15 +/games/boxart/full_4192520AmericaFrontccc.jpg,State of Decay: Year One Survival Edition,XOne,Action-Adventure,Microsoft Studios,Undead Labs,,0.21,0.14,,0.05,0.02,2015-04-28,2018-09-25 +/games/boxart/2978604ccc.jpg,WCW Backstage Assault,PS,Fighting,Electronic Arts,Electronic Arts,,0.21,0.12,,0.08,0.01,2000-01-01, +/games/boxart/full_382424AmericaFrontccc.jpg,X-Men: Children of the Atom,SAT,Fighting,Capcom,Rutubo Games,,0.21,,0.21,,,1996-01-01, +/games/boxart/8452672ccc.jpg,Final Fight One,GBA,Fighting,Capcom,Capcom,8.2,0.21,0.09,0.08,0.03,0,2001-09-26, +/games/boxart/full_4289534AmericaFrontccc.jpg,Star Trek: The Game,X360,Action-Adventure,Namco Bandai Games,Digital Extremes,5.2,0.21,0.12,,0.08,0.02,2013-04-23,2018-10-29 +/games/boxart/full_3255962AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,PC,Action-Adventure,Ubisoft,Ubisoft Toronto,8.9,0.21,0.06,,0.14,0.02,2013-08-20,2018-03-08 +/games/boxart/full_4213087JapanFrontccc.jpg,Angel Blade: Neo Tokyo Guardians,PS,Role-Playing,On Demand,Nippon Ichi Software,,0.21,0.12,,0.08,0.01,1997-07-03, +/games/boxart/default.jpg,Yu Yu Hakusho: Dark Tournament,PS2,Fighting,Unknown,Digital Fiction,,0.21,0.1,,0.08,0.03,, +/games/boxart/full_4379029AmericaFrontccc.jpg,Conan Exiles,PS4,Action-Adventure,Maximum Games,Funcom Oslo A/S,,0.21,0.05,0.09,0.05,0.02,2018-05-08,2018-09-26 +/games/boxart/full_ufc-undisputed-2010_9AmericaFront.jpg,UFC Undisputed 2010,PSP,Fighting,THQ,Yuke's Future Media Creators,7.7,0.21,0.11,,0.07,0.04,2010-09-07, +/games/boxart/full_4124868AmericaFrontccc.jpg,Threads of Fate,PS,Role-Playing,Square EA,SquareSoft,7.8,0.21,0.12,,0.08,0.01,2000-07-14, +/games/boxart/full_3935346JapanFrontccc.jpg,PoPoLoCrois Monogatari II,PS,Role-Playing,Sony Computer Entertainment,G-Artists,,0.21,,0.2,,0.01,2000-01-27, +/games/boxart/full_tales-of-phantasia-narikiri-dungeon-x_2JapanFront.jpg,Tales of Phantasia: Narikiri Dungeon X,PSP,Role-Playing,Namco Bandai,Alfa System,,0.21,,0.21,,,2010-08-05, +/games/boxart/full_8198127AmericaFrontccc.jpg,Blue Dragon Plus,DS,Role-Playing,Ignition Entertainment,Mistwalker Corporation / Brownie Brown Inc. / Feelplus Inc.,6.5,0.21,0.12,0.05,0.03,0.01,2009-02-19, +/games/boxart/full_3120911AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,PS4,Role-Playing,Capcom,Capcom,,0.21,0.07,0.03,0.07,0.03,2017-10-03,2019-03-22 +/games/boxart/full_9217793AmericaFrontccc.jpg,Shin Megami Tensei: Persona 3 (jp sales),PS2,Role-Playing,Atlus,Atlus Co.,,0.21,,0.21,,,2007-08-14, +/games/boxart/full_6267404AmericaFrontccc.jpg,Naruto: Clash of Ninja (JP sales),GC,Fighting,D3 Publisher,Tomy Corporation,,0.21,,0.21,,0.01,2006-03-07, +/games/boxart/full_9406781JapanFrontccc.jpg,Dragon Ball Z Hyper Dimension,SNES,Fighting,Bandai,TOSE,,0.21,,0.21,,,1996-01-01, +/games/boxart/full_1493660AmericaFrontccc.jpg,HBO Boxing,PS,Fighting,Acclaim Entertainment,Osiris Studios,,0.21,0.12,,0.08,0.01,2000-11-20, +/games/boxart/full_5826679AmericaFrontccc.jpg,Tekken 3D: Prime Edition,3DS,Fighting,Namco Bandai,Namco Bandai Games,6.5,0.21,0.06,0.05,0.08,0.01,2012-02-14, +/games/boxart/683243ccc.jpg,Dark Summit,PS2,Sports,THQ,Radical Entertainment,,0.21,0.11,,0.08,0.03,2001-11-26, +/games/boxart/full_5095240AmericaFrontccc.jpg,Cabela's Big Game Hunter: Ultimate Challenge,PS,Sports,Activision Value,Coresoft,,0.21,0.12,,0.08,0.01,2001-12-04, +/games/boxart/full_the-lord-of-the-rings-war-in-the-north_4AmericaFront.jpg,The Lord of the Rings: War in the North,PC,Role-Playing,Warner Bros. Interactive,Snowblind Studios,6.5,0.21,0.07,,0.11,0.03,2011-11-01, +/games/boxart/1506727ccc.jpg,The Bard's Tale,PS2,Role-Playing,inXile Entertainment,InXile Entertainment,,0.21,0.1,,0.08,0.03,2004-10-26, +/games/boxart/full_754098AmericaFrontccc.jpg,Wacky Races: Crash & Dash,DS,Racing,Warner Bros. Interactive,Farmind Ltd,,0.21,0.19,,0,0.01,2008-06-17, +/games/boxart/full_4860319AmericaFrontccc.jpg,Speed Racer: The Videogame,PS2,Racing,Warner Bros. Interactive,Sidhe Interactive,,0.21,0.1,,0.08,0.03,2008-09-16, +/games/boxart/full_2448917AmericaFrontccc.jpg,Wild Wild Racing,PS2,Racing,Interplay,Rage Software,,0.21,0.1,,0.08,0.03,2000-10-25, +/games/boxart/7388723ccc.jpg,Baja: Edge of Control,PS3,Racing,THQ,2XL Games,5,0.21,0.1,,0.08,0.03,2008-09-22, +/games/boxart/full_7730349PALFrontccc.jpg,DiRT Rally,XOne,Racing,Codemasters,Codemasters,,0.21,0.12,,0.08,0.02,2016-04-05, +/games/boxart/full_tron-evolution-battle-grids_8AmericaFront.jpg,TRON: Evolution - Battle Grids,Wii,Racing,Disney Interactive Studios,n-Space,,0.21,0.17,,0.03,0.01,2010-12-07, +/games/boxart/full_shrek-reekin-havoc_569AmericaFront.jpg,Shrek: Reekin' Havoc,GBA,Platform,TDK Mediactive,TOSE Software,,0.21,0.15,,0.06,0,2003-07-30, +/games/boxart/full_7163829AmericaFrontccc.jpg,NBA Live 18,XOne,Sports,EA Sports,EA Sports,,0.21,0.18,,,0.02,2017-09-15,2018-05-30 +/games/boxart/full_3931859JapanFrontccc.jpg,Pro Yakyuu Spirits 2010,PS3,Sports,Konami,PawaPuro Production,,0.21,,0.21,,,2010-04-01, +/games/boxart/full_3114885AmericaFrontccc.jpg,Gallop Racer 2003: A New Breed,PS2,Sports,Tecmo,Tecmo,,0.21,0.04,0.12,0.03,0.01,2003-03-31, +/games/boxart/full_1944387AmericaFrontccc.jpg,Outlaw Golf 2,XB,Sports,Global Star Software,Hypnotix,,0.21,0.15,,0.04,0.01,2004-10-21, +/games/boxart/full_4828933JapanFrontccc.jpg,J-League Winning Eleven 10 + Europa League 06-07,PS2,Sports,Konami,Konami,,0.21,,0.21,,,2006-11-22, +/games/boxart/full_2824942PALFrontccc.jpg,The Sims 4: Cats & Dogs,PC,Simulation,Electronic Arts,Maxis,,0.21,,,0.2,0.01,2017-11-10,2018-06-30 +/games/boxart/full_3449044AmericaFrontccc.jpg,Discovery Kids: Pony Paradise,DS,Simulation,505 Games,505 Games,,0.21,0.19,,,0.01,2009-03-26, +/games/boxart/full_1202651AmericaFrontccc.jpg,NCAA Football 10,PSP,Sports,EA Sports,EA Tiburon,7,0.21,0.19,,,0.02,2009-07-14, +/games/boxart/5301343ccc.jpg,NHL 2003,XB,Sports,EA Sports,EA Canada,,0.21,0.15,,0.04,0.01,2002-10-09, +/games/boxart/full_1070681AmericaFrontccc.jpg,The Naked Brothers Band: The Video Game,DS,Misc,THQ,1st Playable Productions,,0.2,0.18,,,0.01,2008-10-20, +/games/boxart/full_4517455JapanFrontccc.jpg,Treasure Hunter G,SNES,Role-Playing,Square,Sting,,0.2,,0.2,,,1996-05-24, +/games/boxart/881386ccc.jpg,Magical Tetris Challenge,N64,Puzzle,Capcom,Capcom,,0.2,0.13,0.05,0.02,0,1998-01-01, +/games/boxart/full_9827174AmericaFrontccc.jpg,Bust-A-Move 2 Arcade Edition,PS,Puzzle,Acclaim Entertainment,Taito Corporation,6.9,0.2,0.11,,0.07,0.01,1996-03-29, +/games/boxart/full_9981640AmericaFrontccc.jpg,Batman: Return to Arkham,XOne,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,0.2,0.12,,0.06,0.02,2016-10-18,2018-06-10 +/games/boxart/full_way-of-the-samurai-4_706JapanFront.jpg,Way of the Samurai 4,PS3,Action,Acquire,Acquire,,0.2,,0.16,0.03,0.01,2011-03-03, +/games/boxart/467096ccc.jpg,Predator: Concrete Jungle,PS2,Action,VU Games,Eurocom Entertainment Software,,0.2,0.1,,0.07,0.03,2005-04-26, +/games/boxart/7180093ccc.jpg,Tigger's Honey Hunt,N64,Platform,NewKidCo,Rivage Games,7.3,0.2,0.16,,0.04,0,2000-11-01, +/games/boxart/6584133ccc.jpg,Classic NES Series: Ice Climber,GBA,Platform,Nintendo,Nintendo,6.1,0.2,,0.2,,,2004-06-02, +/games/boxart/full_8034305AmericaFrontccc.jpg,Record of Agarest War,X360,Role-Playing,Aksys Games,Compile Heart,7,0.2,0.18,0.01,,0.01,2010-04-27, +/games/boxart/full_3136776JapanFrontccc.jpg,Dragon Quest Monsters: Joker 3 - Professional,3DS,Role-Playing,Square Enix,Square Enix,,0.2,,0.2,,,2017-02-09, +/games/boxart/1520949ccc.jpg,Puzzle Challenge: Crosswords and More!,PSP,Puzzle,Crave Entertainment,Supersonic Software,6.4,0.2,0.18,,,0.01,2006-06-09, +/games/boxart/full_mahjongg-mysteries-ancient-egypt_0AmericaFront.jpg,Mahjongg Mysteries: Ancient Egypt,DS,Puzzle,Destineer,LvivMedia,,0.2,0.07,,0.11,0.02,2010-06-24, +/games/boxart/full_500362AmericaFrontccc.jpg,Enchanted Arms,PS3,Role-Playing,Ubisoft,From Software,5.9,0.2,0.17,,0.01,0.02,2007-04-03, +/games/boxart/full_dragon-ball-z-harukanaru-densetsu_242AmericaFront.jpg,Dragon Ball Z: Harukanaru Densetsu,DS,Role-Playing,Atari,Bec,,0.2,0.19,,,0.02,2007-06-05, +/games/boxart/full_9681820AmericaFrontccc.jpg,Mana Khemia 2: Fall of Alchemy,PS2,Role-Playing,NIS America,Gust,8.2,0.2,0.07,0.05,0.05,0.02,2009-08-25, +/games/boxart/full_2811141AmericaFrontccc.jpg,Le Mans 24 Hours,PS2,Racing,Infogrames,Melbourne House Pty Ltd.,,0.2,0.09,0.02,0.07,0.02,2001-08-13, +/games/boxart/4078166ccc.jpg,Pitfall: The Lost Expedition,PS2,Platform,Activision,Edge of Reality,,0.2,0.1,,0.08,0.03,2004-02-18, +/games/boxart/4647264ccc.jpg,Disney's Tarzan,N64,Platform,Activision,Eurocom Entertainment Software,,0.2,0.16,,0.04,0,2000-02-14, +/games/boxart/6993312ccc.jpg,Capcom Fighting Evolution,PS2,Fighting,Capcom,Capcom Production Studio 2,,0.2,0.1,,0.08,0.03,2004-11-16, +/games/boxart/full_6939312AmericaFrontccc.jpg,Kingdom Hearts: The Story So Far,PS4,Role-Playing,Square Enix,Square Enix,,0.2,0.17,,,0.04,2018-10-30,2018-10-07 +/games/boxart/full_1744414AmericaFrontccc.jpg,EVE Online,PC,Role-Playing,Simon & Schuster Interactive,CCP,,0.2,,,0.19,0.01,2003-05-06, +/games/boxart/full_3124621AmericaFrontccc.jpg,Phantasy Star Online,DC,Role-Playing,Sega,Sonic Team,8.9,0.2,,0.2,,,2001-01-29, +/games/boxart/full_533365JapanFrontccc.jpg,Shining Blade,PSP,Role-Playing,Sega,Media.Vision,,0.2,,0.2,,,2012-03-15,2018-11-02 +/games/boxart/359100ccc.jpg,Super Baseball Simulator 1.000,SNES,Sports,Culture Brain,Culture Brain,,0.2,,0.2,,0,1991-12-01, +/games/boxart/7534066ccc.jpg,Backyard Hockey,GBA,Sports,Atari,Mistic Software,6,0.2,0.14,,0.05,0,2003-10-09, +/games/boxart/full_6818495AmericaFrontccc.jpg,Yoga: The first 100% Experience,Wii,Sports,DreamCatcher Interactive,Trine Games,,0.2,0.14,,0.04,0.02,2009-12-07,2018-01-04 +/games/boxart/full_5329910JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2010,PSP,Sports,Konami,PawaPuro Production,,0.2,,0.2,,,2010-07-15, +/games/boxart/full_7182311AmericaFrontccc.jpg,Twisted Edge Extreme Snowboarding,N64,Sports,Midway Games,Boss Game Studios,,0.2,0.16,,0.04,0,1998-11-10, +/games/boxart/full_cabelas-north-american-adventures_1AmericaFront.jpg,Cabela's North American Adventures,Wii,Sports,Activision,Activision,,0.2,0.19,,,0.01,2010-09-14, +/games/boxart/full_6091001PALFrontccc.jpg,Ashes Cricket 2009,X360,Sports,Codemasters,Transmission Games,,0.2,,,0.19,0.01,2009-08-07, +/games/boxart/2022711ccc.jpg,MLB SlugFest 20-03,XB,Sports,Midway Games,Gratuitous Games,,0.2,0.15,,0.04,0.01,2002-08-26, +/games/boxart/full_4361008JapanFrontccc.jpg,Pro Yakyuu Spirits 2012,PSP,Sports,Konami Digital Entertainment,Konami,,0.2,,0.2,,,2012-03-29,2018-11-03 +/games/boxart/full_5532036AmericaFrontccc.jpg,Dead or Alive Paradise,PSP,Misc,Tecmo,Team Ninja,4.5,0.2,0.08,0.07,0.02,0.02,2010-03-30, +/games/boxart/4332616ccc.jpg,San Francisco Rush 2049,N64,Racing,Midway Games,Midway Games,,0.2,0.16,,0.04,0,2000-09-07, +/games/boxart/520626ccc.jpg,IHRA Drag Racing 2004,XB,Racing,Bethesda Softworks,Bethesda Softworks,,0.2,0.15,,0.04,0.01,2003-12-01, +/games/boxart/7590473ccc.jpg,Ford Racing Off Road,PS2,Racing,Strategy First,Razorworks Studios,,0.2,0.1,,0.08,0.03,2008-09-23, +/games/boxart/full_385183AmericaFrontccc.jpg,Project CARS 2,XOne,Racing,Namco Bandai Games,Slightly Mad Studios,9.2,0.2,0.01,,0.18,0.01,2017-09-22, +/games/boxart/full_7837742JapanFrontccc.jpg,The King of Fighters '95,NG,Fighting,SNK,SNK Corporation,,0.2,,0.2,,,1995-09-01, +/games/boxart/5956956ccc.jpg,Big Mutha Truckers 2,PS2,Racing,THQ,Eutechnyx,,0.2,0.1,,0.07,0.03,2005-08-23, +/games/boxart/full_6557159AmericaFrontccc.jpg,Speed Punks,PS,Racing,Sony Computer Entertainment,Fucom,,0.2,0.11,,0.08,0.01,2000-03-31, +/games/boxart/7081134ccc.jpg,Roadsters 99,N64,Racing,Titus,Unknown,6.4,0.2,0.06,,0.13,0.01,1999-11-30, +/games/boxart/full_5599518AmericaFrontccc.jpg,Crazy Taxi 3: High Roller,XB,Racing,Sega,Hitmaker,,0.2,0.14,0.02,0.04,0.01,2002-07-24, +/games/boxart/1579237ccc.jpg,Midnight Club 3: DUB Edition Remix,XB,Racing,Rockstar Games,Rockstar San Diego,,0.2,0.15,,0.04,0.01,2006-03-13, +/games/boxart/5944251ccc.jpg,Baja: Edge of Control,X360,Racing,THQ,2XL Games,5,0.2,0.12,,0.06,0.02,2008-09-22, +/games/boxart/full_6934668AmericaFrontccc.jpg,MotoGP 14,PS4,Racing,Namco Bandai Games,Milestone S.r.l.,,0.2,0.05,,0.11,0.03,2014-11-04,2018-11-03 +/games/boxart/full_1654039AmericaFrontccc.jpg,Spy Hunter,GC,Racing,Midway Games,Point of View,7.9,0.2,0.16,,0.04,0.01,2002-03-11, +/games/boxart/9727717ccc.jpg,Monster Jam,X360,Racing,Activision,Torus Games,,0.2,0.18,,0,0.02,2007-11-13, +/games/boxart/full_3671475AmericaFrontccc.jpg,NBA 07,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,6.9,0.2,0.18,,,0.02,2006-09-25,2018-12-04 +/games/boxart/full_2469463JapanFrontccc.jpg,Famista 64,N64,Sports,Unknown,Namco,,0.2,,0.17,,0.03,, +/games/boxart/3629846ccc.jpg,Tiger Woods PGA Tour 06,PSP,Sports,EA Sports,EA Sports,8,0.2,0.18,,,0.01,2005-09-26, +/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011_298JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011,PSP,Sports,Konami,PawaPuro Production,,0.2,,0.2,,,2011-07-14, +/games/boxart/full_2295518JapanFrontccc.jpg,God Eater Resurrection,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.2,,0.2,,,2016-10-01,2018-06-10 +/games/boxart/full_lego-harry-potter-years-5-7_171AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PSV,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.2,0.07,,0.09,0.04,2012-03-06, +/games/boxart/full_shaun-white-skateboarding_10AmericaFront.jpg,Shaun White Skateboarding,PS3,Sports,Ubisoft,Ubisoft Montreal,6.6,0.2,0.12,,0.05,0.03,2010-10-24, +/games/boxart/5919786ccc.jpg,NBA 2K2,XB,Sports,Sega,Visual Concepts,,0.2,0.15,,0.04,0.01,2002-02-27, +/games/boxart/3305967ccc.jpg,Snowboard Kids,N64,Sports,Atlus,Racdym,8,0.2,0.16,,0.04,0,1997-01-01, +/games/boxart/full_8855296JapanFrontccc.jpg,Pro Yakyuu Spirits 2013,PSP,Sports,Konami Digital Entertainment,Konami,,0.2,,0.2,,,2013-03-20,2018-11-03 +/games/boxart/1262425ccc.jpg,Dave Mirra Freestyle BMX 2,XB,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.2,0.15,,0.04,0.01,2001-11-28, +/games/boxart/2033367ccc.jpg,MVP Baseball 2003,XB,Sports,EA Sports,EA Sports,,0.2,0.15,,0.04,0.01,2003-03-10, +/games/boxart/716224ccc.jpg,NCAA Final Four 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.2,0.1,,0.08,0.03,2003-11-11, +/games/boxart/full_4910881AmericaFrontccc.jpg,Treasure World,DS,Simulation,Aspyr,Aspyr,,0.2,0.18,,,0.02,2009-06-30, +/games/boxart/full_nhl-faceoff-2001_499AmericaFront.jpg,NHL FaceOff 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,4.6,0.2,0.1,,0.07,0.02,2001-02-05, +/games/boxart/full_8478008AmericaFrontccc.jpg,The BIGS 2,PS2,Sports,2K Sports,Blue Castle Games,,0.2,0.1,,0.08,0.03,2009-07-07, +/games/boxart/full_rocket-power-zero-gravity-zone_248AmericaFront.jpg,Rocket Power: Zero Gravity Zone,GBA,Sports,THQ,Altron,,0.2,0.14,,0.05,0,2003-09-04, +/games/boxart/full_422166AmericaFrontccc.jpg,ESPN MLB Baseball,PS2,Sports,Sega,Blue Shift,,0.2,0.1,,0.08,0.03,2004-05-04, +/games/boxart/3831472ccc.jpg,Mat Hoffman's Pro BMX 2,XB,Sports,Activision,Rainbow Studios,,0.2,0.15,,0.04,0.01,2002-08-12, +/games/boxart/full_9060151JapanFrontccc.jpg,Pro Yakyuu Spirits 2013,PS3,Sports,Konami Digital Entertainment,Konami,,0.2,,0.2,,,2013-03-20,2018-11-03 +/games/boxart/9443091ccc.gif,Cabela's Big Game Hunter (2008),PS2,Sports,Activision,Sand Grain Studios,,0.2,0.1,,0.08,0.03,2007-11-06, +/games/boxart/full_ufc-personal-trainer-the-ultimate-fitness-system_437AmericaFront.jpg,UFC Personal Trainer: The Ultimate Fitness System,Wii,Sports,THQ,THQ,,0.2,0.12,,0.06,0.02,2011-07-12, +/games/boxart/full_8753450AmericaFrontccc.jpg,Mobile Suit Gundam: Crossfire,PS3,Simulation,Namco Bandai,Namco Bandai Games America,,0.2,0.06,0.14,0,0.01,2006-11-13, +/games/boxart/full_7388245AmericaFrontccc.jpg,Harvest Moon: More Friends of Mineral Town,GBA,Simulation,Natsume,TOSE Software,8,0.2,0.14,,0.05,0,2005-07-26, +/games/boxart/full_478704AmericaFrontccc.jpg,DarkStar One: Broken Alliance,X360,Simulation,Kalypso,Gaming Minds Studios,6.4,0.2,0.11,,0.07,0.02,2010-07-20, +/games/boxart/full_apache-air-assault_5AmericaFront.jpg,Apache: Air Assault,PS3,Simulation,Activision,Gaijin Entertainment,,0.2,0.11,,0.06,0.02,2010-11-16, +/games/boxart/318626ccc.jpg,Beyblade G-Revolution,GBA,Action,Atari,Full Fat,2.4,0.2,0.15,,0.05,0,2004-11-18, +/games/boxart/full_1362133AmericaFrontccc.jpg,Godzilla (2015),PS4,Action,Namco Bandai Games,Natsume,,0.2,0.11,0.03,0.03,0.03,2015-07-14,2018-04-20 +/games/boxart/full_1535241JapanFrontccc.jpg,Sengoku Basara 2 Heroes,PS2,Action,Capcom,Capcom,,0.2,,0.2,,,2007-11-29, +/games/boxart/full_8530086AmericaFrontccc.jpg,NFL Street 2,GC,Sports,EA Sports BIG,EA Tiburon,8.2,0.2,0.15,,0.04,0.01,2004-12-22, +/games/boxart/7047068ccc.jpg,UFC: Tapout,XB,Fighting,Crave Entertainment,DreamFactory,,0.2,0.14,,0.05,0.01,2002-02-17, +/games/boxart/full_4983896AmericaFrontccc.jpg,Injustice: Gods Among Us,WiiU,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.2,0.09,0,0.09,0.02,2013-04-16,2018-04-22 +/games/boxart/full_4842737AmericaFrontccc.jpg,Shrek: Forever After,PS3,Platform,Activision,XPEC Entertainment Inc.,,0.2,0.16,,0.02,0.03,2010-05-18, +/games/boxart/1802665ccc.jpg,The Fairly Odd Parents: Shadow Showdown,GC,Platform,THQ,Blitz Games,,0.2,0.16,,0.04,0.01,2004-09-08, +/games/boxart/8927162ccc.jpg,X2: Wolverine's Revenge,GBA,Platform,Activision,Vicarious Visions,7.7,0.2,0.14,,0.05,0,2003-04-15, +/games/boxart/full_7857201AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Danger of the Ooze,X360,Platform,Activision,WayForward Technologies,,0.2,0.11,,0.07,0.02,2014-10-28,2018-04-14 +/games/boxart/full_9328387JapanFrontccc.jpg,All Star Pro-Wrestling,PS2,Fighting,Square,SquareSoft,,0.2,,0.2,,,2000-06-08, +/games/boxart/full_arcana-heart-3_282PALFront.jpg,Arcana Heart 3,PS3,Fighting,Aksys Games,Examu Inc.,7,0.2,0.04,0.1,0.05,0.02,2014-09-23, +/games/boxart/full_9223309AmericaFrontccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,GC,Platform,Electronic Arts,Krome Studios,7.4,0.2,0.15,,0.04,0.01,2004-10-12, +/games/boxart/full_8409560AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.2,0.1,,0.08,0.03,2008-10-28, +/games/boxart/full_5903967JapanFrontccc.jpg,Samurai Spirits (CD),NG,Fighting,SNK,SNK Corporation,,0.2,,0.2,,0,1994-09-09, +/games/boxart/full_9931301JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle! 3,GC,Fighting,Bandai,Ganbarion,,0.2,,0.2,,0.01,2003-12-11, +/games/boxart/9981427ccc.jpg,SpongeBob SquarePants: Revenge of the Flying Dutchman,GC,Platform,THQ,Big Sky Software,,0.2,0.15,,0.04,0.01,2002-12-18, +/games/boxart/427600ccc.jpg,Ratatouille,GBA,Platform,THQ,Helixe,6.8,0.2,0.14,,0.05,0,2007-06-26, +/games/boxart/8280221ccc.jpg,The Fairly Odd Parents: Enter the Cleft,GBA,Platform,THQ,Altron,,0.2,0.14,,0.05,0,2002-11-04, +/games/boxart/full_kung-fu-rider_6AmericaFront.jpg,Kung Fu Rider,PS3,Action,Sony Computer Entertainment,SCE Japan Studio,4.3,0.2,0.06,0.01,0.1,0.04,2010-09-17,2018-09-16 +/games/boxart/full_7742814AmericaFrontccc.jpg,Code of Princess,3DS,Action-Adventure,Atlus,Studio Saizensen,7.2,0.2,0.16,0.03,,0.02,2012-10-09,2019-01-05 +/games/boxart/full_9849809AmericaFrontccc.jpg,The Amazing Spider-Man (2012),DS,Action-Adventure,Activision,Other Ocean Interactive,,0.2,0.15,,0.03,0.02,2012-06-26,2018-03-15 +/games/boxart/full_2690362AmericaFrontccc.jpg,Castlevania: Lords of Shadow 2,PS3,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,0.2,0.03,0.02,0.13,0.03,2014-02-25,2018-11-02 +/games/boxart/full_csi-crime-scene-investigation-unsolved_0AmericaFront.jpg,CSI: Unsolved!,DS,Adventure,Ubisoft,Other Ocean Interactive,,0.2,0.13,,0.05,0.02,2010-11-23, +/games/boxart/full_7379737AmericaFrontccc.jpg,Sleeping Dogs: Definitive Edition,XOne,Action-Adventure,Square Enix,United Front Games,7.5,0.2,0.1,,0.09,0.02,2014-10-14,2018-05-01 +/games/boxart/full_31320AmericaFrontccc.jpg,Skylanders: SuperChargers Racing,3DS,Action-Adventure,Activision,Beenox,,0.2,0.11,,0.07,0.02,2015-09-20,2018-04-06 +/games/boxart/8697916ccc.jpg,Grandia II,DC,Role-Playing,Ubisoft,Game Arts,8.6,0.2,,0.2,,0,2000-12-06, +/games/boxart/6347232ccc.jpg,Untold Legends: Dark Kingdom,PS3,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.2,0.14,0.02,0.02,0.02,2006-11-13,2018-09-16 +/games/boxart/full_3830387AmericaFrontccc.jpg,Sid Meier's Pirates!,PSP,Strategy,2K Games,Full Fat,8.5,0.2,0.16,,0.01,0.02,2007-01-22, +/games/boxart/full_7221661JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden,PS,Strategy,KOEI,Koei/Inis,,0.2,,0.19,,0.01,1999-09-09, +/games/boxart/full_1208875AmericaFrontccc.jpg,Bleach: The 3rd Phantom,DS,Role-Playing,Sega,Sega,,0.2,0.1,0.07,0.02,0.01,2009-09-15, +/games/boxart/557486ccc.jpg,CandyLand / Chutes & Ladders / Memory,GBA,Misc,DSI Games,Black Lantern Studios,,0.2,0.15,,0.05,0,2005-11-07, +/games/boxart/6415553ccc.gif,The Bible Game,PS2,Misc,Crave Entertainment,Crave Entertainment,,0.2,0.1,,0.08,0.03,2005-10-23, +/games/boxart/546394ccc.jpg,Neighborhood Games,Wii,Misc,THQ,Jet Black Games,,0.2,0.17,,0.02,0.01,2009-01-12, +/games/boxart/4833593ccc.jpg,My Secret World by Imagine,DS,Misc,Ubisoft,Ubisoft,,0.2,,,0.2,,2008-09-16, +/games/boxart/full_9455769JapanFrontccc.jpg,Taiko no Tatsujin: Waku Waku Anime Matsuri,PS2,Misc,Namco,Namco,,0.2,,0.2,,,2003-12-18, +/games/boxart/full_8281053AmericaFrontccc.jpg,"Ni Hao, Kai-lan: New Year's Celebration",DS,Misc,2K Play,Black Lantern Studios,,0.2,0.19,,0,0.01,2009-11-03, +/games/boxart/595910ccc.jpg,The Cheetah Girls: Passport to Stardom,DS,Misc,Disney Interactive Studios,Handheld Games,,0.2,0.18,,,0.01,2008-08-13, +/games/boxart/full_singstar-back-to-the-80s_298PALFront.jpg,SingStar: Back to the 80s,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.2,,,0.16,0.04,2011-10-28, +/games/boxart/full_7783014JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Aladdin A,PS2,Misc,Sammy Corporation,Sammy Studios,,0.2,,0.2,,,2002-07-18, +/games/boxart/full_1898193AmericaFrontccc.jpg,Namco Museum: 50th Anniversary,GBA,Misc,Namco,Digital Eclipse,,0.2,0.14,,0.05,0,2005-08-30, +/games/boxart/full_4825685AmericaFrontccc.jpg,Press Your Luck 2010 Edition,DS,Misc,Ubisoft,Ludia Inc.,,0.2,0.19,,,0.01,2009-10-27, +/games/boxart/full_3218034JapanFrontccc.jpg,Taiko no Tatsujin: Go! Go! Godaime,PS2,Misc,Namco,Namco,,0.2,,0.2,,,2004-12-09, +/games/boxart/full_6243526AmericaFrontccc.jpg,Taiko Drum Master,PS2,Misc,Namco,Namco,8.1,0.2,0.1,,0.08,0.03,2004-10-26, +/games/boxart/full_just-dance-2-extra-songs_935PALFront.jpg,Just Dance 2: Extra Songs,Wii,Misc,Ubisoft,Ubisoft Paris,,0.2,,,0.17,0.03,2011-07-15, +/games/boxart/full_667304AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,X360,Misc,MTV Games,Harmonix Music Systems,,0.2,0.18,,0.01,0.02,2008-11-17, +/games/boxart/full_3489472JapanFrontccc.jpg,Langrisser III,SAT,Strategy,NCS,NCS,,0.2,,0.2,,,1996-10-18, +/games/boxart/full_439362JapanFrontccc.jpg,Super Robot Taisen 64,N64,Strategy,Banpresto,Banpresto,,0.2,,0.2,,0,1999-10-29, +/games/boxart/full_8692401AmericaFrontccc.jpg,Namco Museum Vol.4,PS,Misc,Namco,Namco,,0.2,0.02,0.16,0.01,0.01,1997-06-30, +/games/boxart/full_5088943JapanFrontccc.jpg,Trade & Battle: Card Hero,GB,Strategy,Nintendo,Intelligent Systems,,0.2,,0.2,,0,2000-02-21, +/games/boxart/full_5862482JapanFrontccc.jpg,SD Gundam GNext,SNES,Strategy,Bandai,Bandai,,0.2,,0.2,,,1995-12-22, +/games/boxart/6667752ccc.jpg,Thrillville,PSP,Strategy,LucasArts,Frontier Developments,7.4,0.2,0.18,,0,0.02,2006-11-21, +/games/boxart/full_6207329AmericaFrontccc.jpg,Suikoden Tactics,PS2,Strategy,Konami,Konami,,0.2,0.06,0.07,0.05,0.02,2005-11-08, +/games/boxart/full_3976793AmericaFrontccc.jpg,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,Wii,Adventure,Activision,Gunnar Games,,0.2,0.11,,0.07,0.02,2009-11-03, +/games/boxart/4376798ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",XB,Adventure,Buena Vista,Traveller's Tales,,0.2,0.15,,0.04,0.01,2005-11-14, +/games/boxart/full_4320304AmericaFrontccc.jpg,Disney Art Academy,3DS,Misc,Nintendo,Headstrong Games,,0.2,0.04,0.1,0.06,0.01,2016-05-13,2019-01-04 +/games/boxart/full_3787121AmericaFrontccc.jpg,World Championship Cards,PSP,Misc,Crave Entertainment,Crave Entertainment,3.9,0.2,0.19,,,0.02,2008-05-27, +/games/boxart/full_7797636PALFrontccc.jpg,Buzz! The Schools Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,0.2,,,0.02,0.19,2008-01-11, +/games/boxart/full_earth-defense-force-insect-armageddon_665AmericaFront.jpg,Earth Defense Force: Insect Armageddon,PS3,Shooter,D3 Publisher,Vicious Cycle,6.6,0.2,0.06,0.08,0.04,0.02,2011-07-05, +/games/boxart/full_5491093AmericaFrontccc.jpg,Body Harvest,N64,Shooter,Midway Games,DMA Design,,0.2,0.16,,0.04,0,1998-10-20, +/games/boxart/full_869662AmericaFrontccc.jpg,Front Mission Evolved,X360,Shooter,Square Enix,Double Helix Games,,0.2,0.1,0.02,0.07,0.02,2010-09-28, +/games/boxart/full_2460623AmericaFrontccc.jpg,Wing Arms,SAT,Shooter,Sega,Sega,,0.2,,0.2,,,1995-01-01, +/games/boxart/full_we-sing-robbie-williams_5PALFront.jpg,We Sing Robbie Williams,Wii,Misc,Nordic Games,Le Cortex,,0.2,,,0.18,0.02,2010-11-12, +/games/boxart/8159199ccc.jpg,Bratz: Rock Angelz,GC,Misc,THQ,Blitz Games,,0.2,0.16,,0.04,0.01,2005-10-05, +/games/boxart/full_6984266PALFrontccc.jpg,Deal or No Deal: The Banker is Back!,DS,Misc,Mindscape,Mindscape,,0.2,,,0.2,0,2008-11-14, +/games/boxart/full_wizards-of-waverly-place-spellbound_4AmericaFront.jpg,Wizards of Waverly Place: Spellbound,DS,Misc,Disney Interactive Studios,Sarbakan Inc.,,0.2,0.16,,0.03,0.01,2010-11-16,2018-08-04 +/games/boxart/full_csi-deadly-intent_141AmericaFront.jpg,CSI: Deadly Intent,X360,Adventure,Ubisoft,Telltale Games,,0.2,0.1,,0.08,0.02,2009-10-27, +/games/boxart/full_9728922AmericaFrontccc.jpg,Eagle Flight,PS4,Adventure,Ubisoft,Ubisoft,,0.2,0.09,,0.08,0.03,2016-11-08,2018-06-29 +/games/boxart/full_6065855JapanFrontccc.jpg,Black Panther 2: Yakuza Ashura Chapter,PSP,Adventure,Sega,Sega,,0.2,,0.2,,,2012-03-22,2018-01-03 +/games/boxart/full_7903993AmericaFrontccc.jpg,Just Dance: Greatest Hits,Wii,Music,Ubisoft,Ubisoft Paris,,0.2,0.14,,0.04,0.02,2012-07-26,2018-11-03 +/games/boxart/full_the-ultimate-red-ball-challenge_215PALFront.jpg,The Ultimate Red Ball Challenge,Wii,Misc,Mindscape,Mindscape Inc.,,0.2,,,0.19,0.01,2009-11-06, +/games/boxart/2905003ccc.jpg,Prince of Persia: Warrior Within,GC,Adventure,Ubisoft,Ubisoft Montreal,8.2,0.2,0.15,,0.04,0.01,2004-11-30, +/games/boxart/full_shutter-island_10AmericaFront.jpg,Shutter Island,PC,Adventure,Merscom LLC,Merscom LLC,,0.2,,,0.17,0.03,2009-10-02, +/games/boxart/full_dance-masters_8AmericaFront.jpg,DanceMasters,X360,Misc,Konami,GCP1,6.2,0.2,0.15,0.02,0.02,0.01,2010-11-04, +/games/boxart/full_body-and-brain-connection_110AmericaFront.jpg,Body and Brain Connection,X360,Misc,Namco Bandai,Namco Bandai Games,6,0.2,0.1,,0.08,0.02,2011-02-08, +/games/boxart/full_5631057AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,PS2,Misc,MTV Games,Harmonix Music Systems,,0.2,0.1,,0.08,0.03,2009-05-19, +/games/boxart/2840297ccc.gif,The Thing,XB,Adventure,VU Games,Computer Artworks,,0.2,0.15,,0.04,0.01,2002-09-09, +/games/boxart/full_8965519AmericaFrontccc.jpg,Chronicles of Mystery: Curse of the Ancient Temple,DS,Adventure,City Interactive,City Interactive,,0.2,0.07,,0.1,0.02,2009-10-27, +/games/boxart/full_4731863AmericaFrontccc.jpg,Mary-Kate and Ashley: Girls Night Out,GBA,Misc,Acclaim Entertainment,Powerhead Games,,0.2,0.15,,0.05,0,2002-03-19, +/games/boxart/full_jillian-michaels-fitness-adventure_177PALFront.jpg,Jillian Michaels' Fitness Adventure,X360,Misc,Majesco,n-Space,,0.2,0.17,,0.02,0.02,2011-11-08, +/games/boxart/full_8442658AmericaFrontccc.png,Battleborn,PC,Shooter,2K Games,Gearbox Software,,0.2,0.12,,0.06,0.02,2016-05-03, +/games/boxart/3271353ccc.jpg,Tom Clancy's Splinter Cell: Essentials,PSP,Shooter,Ubisoft,Ubisoft Montreal,5.6,0.2,0.17,,0.01,0.02,2006-03-21, +/games/boxart/full_2430031JapanFrontccc.jpg,Mobile Suit Gundam Side Story II: Aoi o Uketsugu Mono,SAT,Shooter,Bandai,Bec,,0.2,,0.2,,,1996-12-06, +/games/boxart/full_8035353AmericaFrontccc.jpg,Sniper: Ghost Warrior 2,X360,Shooter,City Interactive,City Interactive,,0.2,0.06,0,0.12,0.01,2013-03-12, +/games/boxart/9935311ccc.jpg,Gladius,PS2,Strategy,LucasArts,LucasArts,,0.2,0.1,,0.08,0.03,2003-10-28, +/games/boxart/full_6773773AmericaFrontccc.jpg,Total War: Shogun 2 - Fall of the Samurai,PC,Strategy,Sega,The Creative Assembly,,0.2,0.07,,0.1,0.02,2012-03-23,2018-11-03 +/games/boxart/1236474ccc.jpg,Dead to Rights II,PS2,Shooter,Namco,WideScreen Games,,0.2,0.1,,0.08,0.03,2005-04-12, +/games/boxart/full_3797467AmericaFrontccc.jpg,MDK,PS,Shooter,Playmates,Shiny Entertainment,,0.2,0.11,,0.08,0.01,1998-11-30, +/games/boxart/full_4722031AmericaFrontccc.jpg,Titanfall 2,PC,Shooter,Electronic Arts,Respawn Entertainment,,0.2,0.06,,0.12,0.01,2016-10-28,2018-06-29 +/games/boxart/5272542ccc.jpg,Soldier of Fortune: Payback,X360,Shooter,Activision,Cauldron Ltd.,,0.2,0.18,,0,0.02,2007-11-13, +/games/boxart/full_899754AmericaFrontccc.jpg,Clive Barker's Jericho,PS3,Shooter,Codemasters,Mercury Steam / Alchemic Productions,5.8,0.2,0.17,,0.01,0.02,2007-10-23, +/games/boxart/full_3388847AmericaFrontccc.jpg,MC Groovz Dance Craze,GC,Misc,Mad Catz,Mad Catz,2.5,0.2,0.15,,0.04,0.01,2004-11-22, +/games/boxart/full_1721918JapanFrontccc.jpg,DS Kageyama Method: Dennou Hanpuku - Masu x Masu Hyaku Masu Keisan,DS,Misc,Shogakukan,Jupiter Corporation,,0.2,,0.2,,,2006-12-07, +/games/boxart/full_shining-hearts_122JapanFront.jpg,Shining Hearts,PSP,Role-Playing,Sega,Sega,,0.2,,0.2,,,2010-12-16, +/games/boxart/full_solatorobo-red-the-hunter_397AmericaFront.jpg,Solatorobo: Red the Hunter,DS,Role-Playing,Xseed Games,CyberConnect2,7.6,0.2,0.08,0.07,0.04,0.01,2011-09-27, +/games/boxart/full_ore-no-shikabane-o-koete-yuke_184JapanFront.jpg,Ore no Shikabane o Koete Yuke,PSP,Role-Playing,Sony Computer Entertainment,TBA,,0.2,,0.2,,,2011-11-10, +/games/boxart/full_8464165AmericaFrontccc.jpg,Shin Megami Tensei: Strange Journey Redux,3DS,Role-Playing,Atlus,Atlus,,0.2,0.08,0.1,0.01,0.01,2018-05-15,2018-06-22 +/games/boxart/full_wrc-fia-world-rally-championship_10PALFront.jpg,WRC: FIA World Rally Championship,PS3,Racing,Unknown,Milestone S.r.l,,0.2,0,0.01,0.14,0.04,, +/games/boxart/2757847ccc.jpg,Cars,XB,Racing,THQ,Rainbow Studios,,0.2,0.15,,0.04,0.01,2006-06-06, +/games/boxart/full_80453AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,DS,Role-Playing,Activision,n-Space,,0.2,0.16,,0.03,0.02,2009-09-15, +/games/boxart/full_3203278AmericaFrontccc.jpg,Dark Messiah of Might and Magic Elements,X360,Role-Playing,Ubisoft,Arkane Studios / Floodgate Entertainment / Kuju Entertainment,5,0.2,0.16,0.01,0.02,0.02,2008-02-12, +/games/boxart/full_3714125AmericaFrontccc.jpg,PBR: Out of the Chute,PS2,Sports,Crave Entertainment,D2C Games,,0.2,0.1,,0.08,0.03,2008-10-28, +/games/boxart/full_40476JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban: 2003 Memorial,PS2,Sports,Konami,Diamond Head,,0.2,,0.2,,,2003-12-18, +/games/boxart/full_2366786AmericaFrontccc.jpg,Infinite Space,DS,Role-Playing,Sega,PlatinumGames / Nude Maker,7.2,0.2,0.06,0.07,0.05,0.01,2010-03-16, +/games/boxart/full_7th-dragon-2020_26JapanFront.jpg,7th Dragon 2020,PSP,Role-Playing,Sega,imageepoch Inc.,,0.2,,0.2,,,2011-11-23, +/games/boxart/2764303ccc.jpg,Ogre Battle Saga Episode Five: The March of the Black Queen,PS,Role-Playing,Atlus,Quest Corporation,7.6,0.2,0.06,0.09,0.04,0.01,1997-07-31, +/games/boxart/full_eiyuu-densetsu-ao-no-kiseki_923JapanFront.jpg,The Legend of Heroes: Ao no Kiseki,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.2,,0.2,,,2011-09-29, +/games/boxart/full_3888180AmericaFrontccc.jpg,Backyard NFL Football 2006,PS2,Sports,Atari,Humongous Entertainment,,0.2,0.1,,0.08,0.03,2005-10-04, +/games/boxart/full_1040658AmericaFrontccc.jpg,NCAA March Madness 06,XB,Sports,EA Sports,EA Canada,,0.2,0.15,,0.04,0.01,2005-10-11, +/games/boxart/full_2773195PALFrontccc.jpg,International Superstar Soccer 2000,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.2,,0.2,,,2000-08-03, +/games/boxart/full_major-league-baseball-2k11_494AmericaFront.jpg,Major League Baseball 2K11,PS3,Sports,2K Sports,Visual Concepts,,0.2,0.15,,0.03,0.02,2011-03-08, +/games/boxart/8941487ccc.jpg,Baldur's Gate: Dark Alliance,XB,Role-Playing,Interplay,Snowblind Studios,,0.2,0.15,,0.04,0.01,2002-10-22, +/games/boxart/9609956ccc.jpg,Playboy: The Mansion,PS2,Simulation,ARUSH Entertainment,Cyberlore Studios,,0.2,0.1,,0.08,0.03,2005-01-25, +/games/boxart/577148ccc.jpg,Armored Core 4,PS3,Simulation,Sega,From Software,6.6,0.2,0.09,0.09,0,0.01,2007-03-20, +/games/boxart/full_2453471JapanFrontccc.jpg,Aikatsu! Cinderella Lesson,3DS,Simulation,Namco Bandai Games,Sunrise Games Ltd.,,0.2,,0.2,,,2012-11-15,2018-11-03 +/games/boxart/8048363ccc.jpg,The Great Escape,PS2,Action,Gotham Games,Pivotal Games,,0.2,0.1,,0.07,0.02,2003-07-23, +/games/boxart/full_5674481JapanFrontccc.jpg,Sloane to MacHale no Nazo no Monogatari,DS,Puzzle,Level 5,Level 5,,0.2,,0.2,,,2009-05-21, +/games/boxart/6678627ccc.jpg,Tetris Worlds (Online Edition),XB,Puzzle,THQ,Radical Entertainment,,0.2,0.15,,0.04,0.01,2003-06-13, +/games/boxart/full_9206204AmericaFrontccc.jpg,Major League Baseball 2K12,PS3,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.2,0.18,,,0.02,2012-03-06,2018-11-03 +/games/boxart/full_2359574AmericaFrontccc.jpg,Super Dodge Ball Advance,GBA,Sports,Atlus,Atlus Co.,,0.2,0.14,,0.05,0,2001-06-10, +/games/boxart/full_879422AmericaFrontccc.jpg,MLB 12: The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.2,0.17,,,0.03,2012-03-06, +/games/boxart/full_cabelas-survival-shadows-of-katmai_372AmericaFront.jpg,Cabela's Survival: Shadows of Katmai,Wii,Sports,Activision,Activision,,0.2,0.14,,0.04,0.01,2011-11-01, +/games/boxart/full_shaman-king-spirit-of-shaman_9JapanFront.jpg,Shaman King: Spirit of Shamans,PS,Action,Bandai,Bandai,,0.2,,0.18,,0.01,2002-06-06, +/games/boxart/full_2512609AmericaFrontccc.jpg,Planet 51,Wii,Action,Sega,Pyro Studios,,0.2,0.17,,0.02,0.02,2009-11-17, +/games/boxart/full_7534643AmericaFrontccc.jpg,Dragon Ball: Revenge of King Piccolo,Wii,Action,Namco Bandai,Bandai Namco Games,6.1,0.2,0.12,0.03,0.03,0.02,2009-10-20, +/games/boxart/full_8060871JapanFrontccc.jpg,3rd Super Robot Wars Z: Tengoku-Hen,PSV,Action,Namco Bandai Games,Banpresto,,0.2,,0.2,,,2015-04-02,2018-04-21 +/games/boxart/289961ccc.jpg,Ridge Racer 6,X360,Racing,Namco,Namco,7.9,0.2,0.1,0.07,0.02,0.01,2005-11-17, +/games/boxart/full_721180AmericaFrontccc.jpg,Looney Tunes: Space Race,PS2,Racing,Infogrames,Infogrames Melbourne,,0.2,0.1,,0.08,0.03,2002-05-27, +/games/boxart/full_8123150AmericaFrontccc.jpg,X-Men Origins: Wolverine,PSP,Action,Activision,Amaze Entertainment,5.4,0.2,0.13,,0.04,0.03,2009-05-01, +/games/boxart/full_1197389AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,PS2,Action,Konami,Konami,,0.2,0.1,,0.08,0.03,2005-11-01, +/games/boxart/full_3687857AmericaFrontccc.jpg,Dante's Inferno,PSP,Action,Electronic Arts,Visceral Games,6.6,0.2,0.12,0.01,0.04,0.02,2010-03-02, +/games/boxart/full_368807AmericaFrontccc.jpg,Afro Samurai,PS3,Action,Namco Bandai,Namco Bandai Games,6.5,0.2,0.12,,0.05,0.03,2009-01-27, +/games/boxart/9495705ccc.jpg,Dexter's Lab Chess Challenge,GBA,Misc,BAM! Entertainment,Virtucraft,,0.2,0.14,,0.05,0,2002-10-15, +/games/boxart/full_no-more-heroes-heroes-paradise_933AmericaFront.jpg,No More Heroes: Heroes' Paradise,PS3,Action,Konami,FeelPlus,7.4,0.2,0.1,0.04,0.04,0.02,2011-08-16, +/games/boxart/full_2891115AmericaFrontccc.jpg,Tom and Jerry in House Trap,PS,Action,Mattel Interactive,Warthog,,0.2,0.11,,0.07,0.01,2000-11-24, +/games/boxart/398878ccc.jpg,Power Rangers: Time Force,GBA,Action,THQ,Vicarious Visions,,0.2,0.14,,0.05,0,2001-09-15, +/games/boxart/6707768ccc.jpg,Warriors Orochi,X360,Action,KOEI,Omega Force,,0.2,0.17,,0.01,0.02,2007-09-18, +/games/boxart/full_8418475AmericaFrontccc.jpg,Warriors Orochi,PSP,Action,KOEI,Omega Force / Koei Canada,6.4,0.2,0.02,0.18,0,0,2008-03-25, +/games/boxart/full_2955481AmericaFrontccc.jpg,From Russia With Love,XB,Action,Electronic Arts,EA Redwood Shores,,0.2,0.15,,0.04,0.01,2005-11-01, +/games/boxart/full_marvel-super-hero-squad-comic-combat_964AmericaFront.jpg,Marvel Super Hero Squad: Comic Combat,PS3,Action,THQ,THQ,,0.2,0.11,,0.05,0.03,2011-11-15, +/games/boxart/6892770ccc.jpg,Shark Tale,XB,Action,Activision,Edge of Reality,,0.2,0.15,,0.04,0.01,2004-09-27, +/games/boxart/1967253ccc.jpg,NASCAR Heat 2002,XB,Racing,Infogrames,Monster Games Inc.,,0.2,0.15,,0.04,0.01,2001-11-14, +/games/boxart/full_9129756JapanFrontccc.jpg,Drift King Shutokou Battle '94,SNES,Racing,BPS,Genki,,0.2,,0.2,,,1994-05-27, +/games/boxart/9188746ccc.jpg,Need for Speed Carbon: Own the City,DS,Racing,Electronic Arts,EA Black Box,,0.2,0.17,,0.01,0.02,2006-10-31, +/games/boxart/full_9730003AmericaFrontccc.jpg,Saturday Night Speedway,PS2,Racing,Atari,Ratbag,,0.2,0.1,,0.08,0.03,2004-03-11, +/games/boxart/7723829ccc.jpg,Forgotten Realms: Demon Stone,PS2,Action,Atari,Stormfront Studios,,0.2,0.1,,0.08,0.03,2004-09-14, +/games/boxart/full_7759335AmericaFrontccc.jpg,X-Men Origins: Wolverine,DS,Action,Activision,Griptonite Games,,0.2,0.15,,0.03,0.02,2009-05-01, +/games/boxart/full_1502404AmericaFrontccc.jpg,Agents of Mayhem,PS4,Action,Deep Silver,Volition Inc.,,0.2,0.08,,0.08,0.03,2017-08-15,2018-06-24 +/games/boxart/full_captain-america-super-soldier_784AmericaFront.jpg,Captain America: Super Soldier,PS3,Action,Sega,Next Level Games,6.2,0.2,0.1,,0.07,0.03,2011-07-19, +/games/boxart/full_steinsgate_865JapanFront.jpg,Steins;Gate,PSP,Visual Novel,Kadokawa Shoten,Nitro+,,0.19,,0.19,,,2011-06-23,2018-07-04 +/games/boxart/8438471ccc.jpg,ESA Foundation Compilation,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.19,0.1,,0.07,0.02,2005-11-10, +/games/boxart/full_3147118JapanFrontccc.jpg,Parlor! Mini 4,SNES,Misc,Nippon Telenet,Nippon Telenet,,0.19,,0.19,,,1996-11-29, +/games/boxart/full_7318259AmericaFrontccc.jpg,Rock Band Country Track Pack,PS3,Misc,MTV Games,Harmonix Music Systems,,0.19,0.18,,,0.02,2009-07-21, +/games/boxart/full_need-for-speed-shift-2-unleashed_166AmericaFront.jpg,Need for Speed: Shift 2 Unleashed,PC,Racing,Electronic Arts,Slightly Mad Studios,8.6,0.19,0.05,,0.11,0.03,2011-03-29, +/games/boxart/full_9548618AmericaFrontccc.jpg,Hot Wheels: Battle Force 5,Wii,Racing,Activision,Sidhe Interactive,,0.19,0.17,,0,0.01,2009-11-17, +/games/boxart/full_pac-man-ampamp-galaga-dimensions_81AmericaFront.jpg,Pac-Man & Galaga Dimensions,3DS,Action,Namco Bandai,Namco Bandai Games,5.7,0.19,0.1,0.04,0.04,0.01,2011-07-26,2019-01-05 +/games/boxart/8373335ccc.jpg,Sega GT 2002,XB,Racing,Sega,Wow Entertainment,,0.19,0.12,0.03,0.03,0.01,2002-09-02, +/games/boxart/full_7011598JapanFrontccc.jpg,Fire ProWrestling G,PS,Fighting,Human Entertainment,S-Neo,8,0.19,,0.18,,0.01,1999-06-24, +/games/boxart/full_8214521AmericaFrontccc.jpg,Naruto: Ninja Destiny,DS,Fighting,D3Publisher,Takara Tomy,,0.19,0.02,0.16,0.01,0,2008-03-20, +/games/boxart/full_wwe-all-stars_816AmericaFront.jpg,WWE All Stars,Wii,Fighting,THQ,THQ,,0.19,0.1,,0.07,0.02,2011-03-29, +/games/boxart/full_2792454AmericaFrontccc.jpg,F1 2017,XOne,Racing,Deep Silver,Codemasters,9,0.19,0.04,,0.13,0.01,2017-08-25,2018-05-23 +/games/boxart/full_hot-wheels-track-attack_73AmericaFront.jpg,Hot Wheels: Track Attack,Wii,Racing,THQ,THQ,,0.19,0.14,,0.04,0.01,2010-11-23, +/games/boxart/full_9498215AmericaFrontccc.jpg,Re-Volt,PS,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.19,0.11,,0.07,0.01,1999-07-31, +/games/boxart/full_5562269AmericaFrontccc.jpg,Iron Chef America: Supreme Cuisine,DS,Simulation,Destineer,Black Lantern Studios,,0.19,0.18,,,0.01,2008-11-18, +/games/boxart/full_driver-san-francisco_548AmericaFront.jpg,Driver: San Francisco,PC,Racing,Ubisoft,Ubisoft Reflections,8.3,0.19,0.06,,0.1,0.03,2011-09-27, +/games/boxart/2402569ccc.jpg,Jeep Thrills,Wii,Racing,DSI Games,Game Sauce,,0.19,0.17,,0,0.01,2008-10-14, +/games/boxart/full_sbk-x-superbike-world-championship_677AmericaFront.jpg,SBK X: Superbike World Championship,X360,Racing,Deep Silver,Milestone S.r.l,,0.19,0.1,,0.07,0.02,2010-12-07, +/games/boxart/full_nascar-unleashed_4AmericaFront.jpg,Nascar Unleashed,Wii,Racing,Activision,Activision,,0.19,0.17,,,0.02,2011-11-01, +/games/boxart/8608618ccc.jpg,Big Mutha Truckers,XB,Racing,THQ,Eutechnyx,,0.19,0.15,,0.04,0.01,2003-06-20, +/games/boxart/full_nascar-unleashed_888AmericaFront.jpg,Nascar Unleashed,3DS,Racing,Activision,Activision,,0.19,0.18,,,0.02,2011-11-01, +/games/boxart/full_need-for-speed-the-run_418AmericaFront.jpg,Need for Speed: The Run,3DS,Racing,Electronic Arts,Firebrand Games,,0.19,0.09,,0.09,0.02,2011-11-15, +/games/boxart/full_857223AmericaFrontccc.jpg,Tekken Tag Tournament 2,WiiU,Fighting,Namco Bandai Games,Bandai Namco Games,8.1,0.19,0.09,0.01,0.07,0.01,2012-11-18,2018-04-21 +/games/boxart/full_air-conflicts-secret-wars_601AmericaFront.jpg,Air Conflicts: Secret Wars,PS3,Simulation,Kalypso,Games Farm,,0.19,0.1,,0.06,0.03,2011-11-01, +/games/boxart/default.jpg,DanceDanceRevolution,PS3,Simulation,Konami,Konami,,0.19,0.12,,0.05,0.02,2010-11-16, +/games/boxart/full_7428182AmericaFrontccc.jpg,Final Fantasy XI: Online,X360,Role-Playing,Square Enix,Square Enix,6.7,0.19,0.17,,0.01,0.01,2006-04-18, +/games/boxart/full_5562911AmericaFrontccc.jpg,Project X Zone 2,3DS,Role-Playing,Namco Bandai Games,Monolith Soft,6.6,0.19,0.06,0.09,0.04,0.01,2016-02-16,2018-06-14 +/games/boxart/973979ccc.jpg,Sudeki,XB,Role-Playing,Microsoft Game Studios,Climax Group,,0.19,0.14,,0.04,0.01,2004-07-20,2018-09-25 +/games/boxart/full_2102705AmericaFrontccc.jpg,Nostalgia,DS,Role-Playing,Ignition Entertainment,Matrix Software / RED Entertainment,7.2,0.19,0.16,0.02,,0.01,2009-10-27, +/games/boxart/full_test-drive-unlimited-2_108AmericaFront.jpg,Test Drive Unlimited 2,PC,Racing,Atari,Eden Studios,6.7,0.19,0.05,,0.11,0.03,2011-02-08, +/games/boxart/full_5233466AmericaFrontccc.jpg,IHRA Professional Drag Racing 2005,PS2,Racing,Bethesda Softworks,Bethesda Softworks,,0.19,0.09,,0.07,0.02,2004-11-09, +/games/boxart/full_happy-cooking_790AmericaFront.jpg,Happy Cooking,DS,Simulation,Ubisoft,MTO,,0.19,0.17,,0,0.01,2008-12-02, +/games/boxart/full_2639556AmericaFrontccc.jpg,Imagine: Babyz Fashion,DS,Simulation,Ubisoft,Visual Impact,,0.19,0.17,,,0.01,2009-11-03, +/games/boxart/full_148462AmericaFrontccc.jpg,Spore Hero Arena,DS,Simulation,Electronic Arts,Maxis,4.9,0.19,0.18,,0,0.01,2009-10-06, +/games/boxart/full_8891168AmericaFrontccc.jpg,Dawn of Discovery,Wii,Simulation,Ubisoft,Sunflowers Interactive,7.9,0.19,0.12,,0.06,0.01,2009-06-23, +/games/boxart/full_5210762JapanFrontccc.jpg,Thoroughbred Breeder,SNES,Simulation,Hect,Hector,,0.19,,0.19,,,1993-08-27, +/games/boxart/full_2833944AmericaFrontccc.jpg,ThunderStrike 2,PS,Simulation,Core Design Ltd.,Core Design Ltd.,,0.19,0.1,,0.07,0.01,1995-01-01, +/games/boxart/full_camping-mama-outdoor-adventures_275AmericaFront.jpg,Camping Mama: Outdoor Adventures,DS,Simulation,Majesco,Office Create,,0.19,0.12,,0.05,0.02,2011-09-13, +/games/boxart/full_lets-make-a-j-league-pro-soccer-club-5_2JapanFront.jpg,J-League Pro Soccer Club o Tsukurou! 5,PS2,Sports,Sega,Sega,,0.19,,0.19,,,2007-02-01, +/games/boxart/full_188009AmericaFrontccc.jpg,Family Guy,PSP,Adventure,2K Games,High Voltage Software,5.5,0.19,0.18,,0,0.02,2006-10-16, +/games/boxart/full_2462986JapanFrontccc.jpg,Danganronpa 2: Goodbye Despair,PSP,Adventure,Spike,Spike Chunsoft,,0.19,,0.19,,,2012-07-26,2018-01-11 +/games/boxart/full_7734495JapanFrontccc.png,The Great Ace Attorney - The Adventures of Ryuunosuke Naruhodou,3DS,Adventure,Capcom,Capcom,,0.19,,0.19,,,2015-07-09,2018-08-03 +/games/boxart/full_373534AmericaFrontccc.jpg,Avatar: The Last Airbender - Into the Inferno,Wii,Adventure,THQ,Halfbrick Studios,,0.19,0.17,,0.01,0.01,2008-10-13, +/games/boxart/full_6942531JapanFrontccc.jpg,Daigasso! Band Brothers P,3DS,Music,Nintendo,Nintendo,,0.19,,0.19,,,2013-11-15,2018-08-30 +/games/boxart/full_2510286JapanFrontccc.jpg,Taiko no Tatsujin: Wii U Version!,WiiU,Music,Namco Bandai Games,Bandai Namco Games,,0.19,,0.19,,,2013-11-21,2018-09-18 +/games/boxart/full_1292492AmericaFrontccc.jpg,Warhammer: Shadow of the Horned Rat,PS,Strategy,SSI,Games Workshop,,0.19,0.11,,0.07,0.01,1996-11-01, +/games/boxart/full_2204868JapanFrontccc.jpg,Princess Maker: Yumemiru Yosei,PS,Strategy,Sony Computer Entertainment,Unknown,,0.19,,0.18,,0.01,1997-01-24, +/games/boxart/full_schlag-den-raab_5PALFront.jpg,Schlag den Raab,Wii,Misc,Namco Bandai,Namco Bandai Games,,0.19,,,0.17,0.02,2010-09-10, +/games/boxart/8631236ccc.jpg,SingStar Pop Vol.2,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.19,0.09,,0.07,0.02,2008-09-23, +/games/boxart/full_3374990AmericaFrontccc.jpg,NCAA Final Four 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.19,0.09,,0.07,0.02,2000-12-18, +/games/boxart/4773450ccc.gif,Harry Potter: Quidditch World Cup,XB,Sports,Electronic Arts,Electronic Arts,,0.19,0.14,,0.04,0.01,2003-10-28, +/games/boxart/full_165811AmericaFrontccc.jpg,Tomb Raider: Underworld,DS,Adventure,Eidos Interactive,Santa Cruz Games,,0.19,0.15,,0.02,0.01,2008-11-18, +/games/boxart/full_2608080AmericaFrontccc.jpg,The Polar Express,GBA,Adventure,THQ,Tantalus Interactive,,0.19,0.14,,0.05,0,2004-11-02, +/games/boxart/2734945ccc.jpg,Harry Potter and the Goblet of Fire,PSP,Adventure,Electronic Arts,Electronic Arts,7.2,0.19,0.17,,0,0.02,2005-11-15, +/games/boxart/3124017ccc.jpg,Disney's Magical Mirror Starring Mickey Mouse,GC,Adventure,Nintendo,Capcom,4,0.19,0.15,,0.04,0.01,2002-08-13, +/games/boxart/7487007ccc.jpg,Blood Omen 2,XB,Action,Eidos Interactive,Crystal Dynamics,,0.19,0.14,,0.04,0.01,2002-03-21, +/games/boxart/full_1873273AmericaFrontccc.jpg,Treasures of the Deep,PS,Action,Namco,Black Ops Entertainment,,0.19,0.1,,0.07,0.01,1997-08-31, +/games/boxart/full_7515439AmericaFrontccc.jpg,Valkyria Chronicles 4,NS,Strategy,Sega,Sega,8.6,0.19,0.12,0.02,0.04,0.02,2018-09-25,2018-09-11 +/games/boxart/full_4783541JapanFrontccc.jpg,Nobunaga no Yabou: Souzou,PS3,Strategy,Tecmo Koei,Koei Tecmo Games,,0.19,,0.19,,,2013-12-12,2018-11-03 +/games/boxart/full_5904953JapanFrontccc.jpg,Super Robot Taisen: Scramble Commander,PS2,Strategy,Banpresto,Banpresto,,0.19,,0.19,,,2003-11-06, +/games/boxart/full_5214815AmericaFrontccc.jpg,Arcade Shooting Gallery,Wii,Shooter,Zoo Games,CyberPlanet Interactive,,0.19,0.18,,,0.01,2008-11-09, +/games/boxart/5822232ccc.jpg,Hexen,N64,Shooter,GT Interactive,Software Creations,4.4,0.19,0.15,,0.04,0,1997-05-31, +/games/boxart/3079126ccc.jpg,Quake,N64,Shooter,Midway Games,Midway Studios San Diego,,0.19,0.15,,0.04,0,1998-03-24, +/games/boxart/full_1484234JapanFrontccc.jpg,"Boku no Natsuyasumi 4: Seitouchi Shounen Tanteidan, Boku to Himitsu no Chizu",PSP,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.19,,0.19,,,2009-07-02, +/games/boxart/full_1998681JapanFrontccc.jpg,Tottadoo! Yoiko no Mujintou Seikatsu,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.19,,0.19,,,2008-04-03, +/games/boxart/1798053ccc.jpg,Conflict: Global Terror,PS2,Shooter,2K Games,Pivotal Games,,0.19,0.09,,0.07,0.02,2005-10-04, +/games/boxart/564426ccc.jpg,Jackie Chan Adventures: Legend of the Dark Hand,GBA,Action,Activision,Torus Games,7.8,0.19,0.13,,0.05,0,2001-11-06, +/games/boxart/full_shadows-of-the-damned_783AmericaFront.jpg,Shadows of the Damned,X360,Action,Electronic Arts,Grasshopper Manufacture,7.6,0.19,0.1,0.01,0.06,0.02,2011-06-21, +/games/boxart/8705351ccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,PS2,Action,Activision,Krome Studios,6.3,0.19,0.09,,0.07,0.02,2005-10-12, +/games/boxart/6467424ccc.jpg,Disney's Meet the Robinsons,Wii,Action,Disney Interactive Studios,Avalanche Software,,0.19,0.17,,0,0.01,2007-03-27, +/games/boxart/full_2453923AmericaFrontccc.jpg,Samurai Warriors 2: Empires,PS2,Action,KOEI,Omega Force,,0.19,,0.19,,,2007-02-27, +/games/boxart/full_earth-defense-force-insect-armageddon_265AmericaFront.jpg,Earth Defense Force: Insect Armageddon,X360,Shooter,D3 Publisher,Vicious Cycle,6.7,0.19,0.1,0.03,0.04,0.01,2011-07-05, +/games/boxart/9761461ccc.jpg,R-Type Final,PS2,Shooter,Eidos Interactive,Irem Software Engineering,8.1,0.19,0.09,,0.07,0.02,2004-02-03, +/games/boxart/full_hidden-mysteries-vampire-secrets_427AmericaFront.jpg,Hidden Mysteries: Vampire Secrets,DS,Adventure,GameMill,Gunnar Games,,0.19,0.06,,0.11,0.02,2010-08-20, +/games/boxart/full_8154054AmericaFrontccc.jpg,The Bee Game,DS,Adventure,Midway Games,Midway,,0.19,0.17,,,0.01,2007-10-15, +/games/boxart/full_csi-fatal-conspiracy_4AmericaFront.jpg,CSI: Fatal Conspiracy,PS3,Adventure,Ubisoft,Telltale Games,,0.19,0.11,,0.05,0.02,2010-10-26, +/games/boxart/full_9777855AmericaFrontccc.jpg,Aliens versus Predator: Extinction,PS2,Strategy,Electronic Arts,Zono Incorporated,,0.19,0.09,,0.07,0.02,2003-07-30, +/games/boxart/5535136ccc.jpg,Harry Potter and the Prisoner of Azkaban,XB,Adventure,Electronic Arts,Electronic Arts,,0.19,0.14,,0.04,0.01,2004-06-02, +/games/boxart/full_2509324AmericaFrontccc.jpg,Creed: Rise to Glory,PS4,Sports,Sony Interactive Entertainment,Survios,,0.19,0.15,,,0.04,2018-09-25,2018-08-24 +/games/boxart/full_2308968AmericaFrontccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,PSP,Action,Ubisoft,Phoenix Games Studio,6,0.19,0.16,,0.01,0.02,2005-12-20, +/games/boxart/full_saw-ii-flesh-ampamp-blood_1AmericaFront.jpg,Saw II: Flesh & Blood,PS3,Action,Konami,Zombie Studios,4.2,0.19,0.1,,0.06,0.02,2010-10-19, +/games/boxart/full_221154AmericaFrontccc.jpg,Elite: Dangerous,PS4,Simulation,Frontier Developments,Frontier Developments,,0.19,0.06,,0.1,0.03,2017-06-27,2018-06-15 +/games/boxart/full_zhuzhu-princess-carriages-and-castles_644AmericaFront.jpg,Magical ZhuZhu Princess: Carriages & Castles,DS,Simulation,Activision,Black Lantern Studios,,0.19,0.13,,0.04,0.02,2011-02-08, +/games/boxart/full_9267091AmericaFrontccc.jpg,Armored Core: For Answer,PS3,Simulation,Ubisoft,From Software,6.1,0.19,0.06,0.1,0.02,0.01,2008-09-16, +/games/boxart/full_1178876AmericaFrontccc.jpg,Farmtopia,DS,Simulation,505 Games,505 Games,,0.19,0.18,,,0.01,2010-08-31, +/games/boxart/full_1871563AmericaFrontccc.png,Jurassic: The Hunted,PS3,Shooter,Activision,Activision,,0.19,0.17,,,0.02,2009-11-03, +/games/boxart/7586390ccc.jpg,Conflict: Denied Ops,PS3,Shooter,Eidos Interactive,Pivotal Games,5.2,0.19,0.05,,0.1,0.03,2008-02-12, +/games/boxart/full_9084230AmericaFrontccc.jpg,Barbie Fashion Show: An Eye for Style,DS,Misc,Activision,Activision,,0.19,0.18,,0,0.01,2008-09-23, +/games/boxart/2169392ccc.jpg,Conflict: Denied Ops,X360,Shooter,Eidos Interactive,Pivotal Games,5.3,0.19,0.08,,0.09,0.02,2008-02-12, +/games/boxart/full_3775020AmericaFrontccc.jpg,Mace Griffin: Bounty Hunter,PS2,Shooter,VU Games,Warthog,,0.19,0.09,,0.07,0.02,2003-06-20, +/games/boxart/full_8180247AmericaFrontccc.jpg,Silent Scope 2: Dark Silhouette,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.19,0.09,,0.07,0.02,2001-09-18, +/games/boxart/full_9718912AmericaFrontccc.jpg,Call of Duty: WWII,PC,Shooter,Activision,Sledgehammer Games,,0.19,0.07,,0.11,0.01,2017-11-03,2017-12-30 +/games/boxart/full_7992096AmericaFrontccc.jpg,XCOM 2,XOne,Strategy,2K Games,Firaxis Games,,0.19,0.15,,0.02,0.02,2016-09-27,2018-05-29 +/games/boxart/full_9197737AmericaFrontccc.jpg,Ninja Gaiden 3: Razor's Edge,WiiU,Action,Nintendo,Team Ninja,6.5,0.19,0.14,,0.03,0.02,2012-11-18,2020-08-25 +/games/boxart/7828907ccc.jpg,Samurai Warriors: State of War,PSP,Action,KOEI,Omega Force,6.5,0.19,0.07,0.11,0,0.01,2006-03-07, +/games/boxart/3903946ccc.jpg,Shining Force II,GEN,Strategy,Sega,Camelot Software Planning,9,0.19,,0.19,,,1994-10-19, +/games/boxart/1476385ccc.jpg,Robin Hood: Defender of the Crown,PS2,Strategy,Capcom,Cinemaware,,0.19,0.09,,0.07,0.02,2003-09-30, +/games/boxart/full_9853688JapanFrontccc.jpg,The Walking Dead: Season Two,PS3,Misc,Telltale Games,Unknown,,0.19,0.09,,0.06,0.03,2014-10-14, +/games/boxart/full_1277774AmericaFrontccc.jpg,Dead Space 3,PC,Shooter,Electronic Arts,Visceral Games,,0.19,0.02,,0.16,0.01,2013-02-05, +/games/boxart/full_8565851AmericaFrontccc.jpg,50 Cent: Blood on the Sand,PS3,Shooter,THQ,Swordfish Studios,7.2,0.19,0.1,0.01,0.06,0.03,2009-02-24, +/games/boxart/full_2095565AmericaFrontccc.jpg,Scene It? Twilight,DS,Misc,Konami,Screenlife Games,,0.19,0.11,,0.07,0.02,2010-02-09, +/games/boxart/full_7953921AmericaFrontccc.jpg,101-in-1 Explosive Megamix,DS,Misc,Atlus,Nordcurrent,,0.19,0.05,,0.13,0.02,2009-04-21, +/games/boxart/full_spongebob-squigglepants_50AmericaFront.jpg,SpongeBob SquigglePants 3D,3DS,Misc,THQ,WayForward Technologies,6.1,0.19,0.13,,0.05,0.02,2011-05-17, +/games/boxart/7775081ccc.jpg,Ice Age 2: The Meltdown,GC,Platform,Vivendi Games,Eurocom Entertainment Software,7.4,0.19,0.15,,0.04,0.01,2006-03-14, +/games/boxart/5307911ccc.jpg,Hulk,GC,Action,Universal Interactive,Radical Entertainment,7.3,0.19,0.15,,0.04,0.01,2003-05-27, +/games/boxart/full_6163323AmericaFrontccc.jpg,Tenchu: Fatal Shadows,PS2,Action,Sega,K2 LLC,,0.19,0.09,,0.07,0.02,2005-02-15, +/games/boxart/full_1952849AmericaFrontccc.jpg,Remember Me,X360,Action,Capcom,DONTNOD Entertainment,,0.19,0.11,,0.06,0.02,2013-06-04,2018-02-03 +/games/boxart/full_3200945AmericaFrontccc.jpg,Rise of the Kasai,PS2,Action,Sony Computer Entertainment,BottleRocket Entertainment,,0.19,0.09,,0.07,0.02,2005-04-05, +/games/boxart/246387ccc.jpg,Dynasty Warriors Gundam,X360,Action,Namco Bandai,Omega Force,6,0.19,0.15,0.02,0.01,0.01,2007-08-28, +/games/boxart/full_rango-the-video-game_389AmericaFront.jpg,Rango: The Video Game,PS3,Action,Paramount Digital Entertainment,Behaviour Studios,,0.19,0.07,,0.09,0.03,2011-03-01, +/games/boxart/full_8528418AmericaFrontccc.jpg,Binary Domain,X360,Action,Sega,Amusement Vision,,0.19,0.09,0.02,0.07,0.02,2012-02-28,2018-08-06 +/games/boxart/63251ccc.jpg,Breath of Fire: Dragon Quarter,PS2,Role-Playing,Capcom,Capcom,7.6,0.19,0.09,,0.07,0.02,2003-02-16, +/games/boxart/4969272ccc.jpg,Enchanted Arms,X360,Role-Playing,Ubisoft,From Software,6.9,0.19,0.16,,0.02,0.01,2006-08-29, +/games/boxart/full_9888665AmericaFrontccc.jpg,The Smurfs 2,DS,Platform,Ubisoft,Way Forward,,0.19,,,0.18,0.01,2013-07-23,2018-03-17 +/games/boxart/full_5124866AmericaFrontccc.jpg,Monsters vs. Aliens,PS2,Platform,Activision,Beenox,,0.19,0.11,,0,0.08,2009-03-24, +/games/boxart/116445ccc.jpg,Crash & Spyro Superpack,GBA,Platform,Vivendi Games,VU Games,,0.19,0.13,,0.05,0,2005-12-20, +/games/boxart/full_6885442AmericaFrontccc.jpg,Mirror's Edge Catalyst,XOne,Platform,Electronic Arts,EA DICE,,0.19,0.11,,0.06,0.02,2016-06-07,2018-09-04 +/games/boxart/full_8491741AmericaFrontccc.jpg,Bubsy 3D,PS,Platform,Accolade,Eidetic,5.8,0.19,0.1,,0.07,0.01,1996-11-26, +/games/boxart/full_1591233AmericaFrontccc.jpg,How to Train Your Dragon 2,Wii,Action-Adventure,Little Orbit,Torus Games,,0.19,0.04,,0.14,0.01,2014-06-10,2018-03-17 +/games/boxart/full_4400839AmericaFrontccc.jpg,Risen,X360,Role-Playing,Deep Silver,Piranha Bytes,5.9,0.19,0.07,,0.11,0.01,2010-02-23, +/games/boxart/full_3079755AmericaFrontccc.jpg,The Hobbit,GBA,Role-Playing,Sierra Entertainment,Saffire Corporation,6.5,0.19,0.14,,0.05,0,2003-11-11, +/games/boxart/full_7593754AmericaFrontccc.jpg,Odin Sphere: Leifthrasir,PSV,Role-Playing,Atlus,Vanillaware,,0.19,0.05,0.1,0.02,0.02,2016-06-07, +/games/boxart/full_rune-factory-tides-of-destiny_335AmericaFront.jpg,Rune Factory: Tides of Destiny,Wii,Role-Playing,Natsume,Neverland Company,,0.19,0.13,0.06,,0.01,2011-10-11, +/games/boxart/full_4327879AmericaFrontccc.jpg,Darkstalkers 3,PS,Fighting,Capcom,Capcom,,0.19,0.11,,0.07,0.01,1998-11-30, +/games/boxart/full_5694257AmericaFrontccc.jpg,Dengeki Bunko Fighting Climax,PS3,Fighting,Sega,Sega,,0.19,0.07,0.1,0,0.02,2015-10-06, +/games/boxart/full_7865151AmericaFrontccc.jpg,Breath of Fire II,GBA,Role-Playing,Capcom,Capcom,8.6,0.19,0.14,,0.05,0,2002-04-16, +/games/boxart/full_9512090AmericaFrontccc.jpg,Shiren the Wanderer,Wii,Role-Playing,Atlus,ChunSoft,7.4,0.19,0.08,0.11,,0.01,2010-02-09, +/games/boxart/full_4171581JapanFrontccc.jpg,Pro Evolution Soccer 2014,3DS,Sports,Konami Digital Entertainment,Konami,,0.19,,0.19,,,2013-11-14,2018-03-02 +/games/boxart/full_7791405AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,Wii,Sports,Activision,Pixel Tales,,0.19,0.17,,0,0.01,2008-10-21, +/games/boxart/full_mathews-bowhunting_10AmericaFront.jpg,Mathews Bowhunting,Wii,Sports,Zoo Games,Zoo Games,,0.19,0.18,,,0.01,2010-11-23, +/games/boxart/full_allied-general_24AmericaFront.jpg,Allied General,PS,Strategy,SSI,SSI,6.3,0.19,0.11,,0.07,0.01,1996-09-30, +/games/boxart/default.jpg,Stronghold 3,PC,Strategy,SouthPeak Interactive,FireFly Studios,4.1,0.19,0.06,,0.13,,2011-10-25, +/games/boxart/full_7573668AmericaFrontccc.jpg,Lunar Legend,GBA,Role-Playing,Ubisoft,Magic Rings,7.7,0.19,0.14,,0.05,0,2002-12-08, +/games/boxart/full_1592574AmericaFrontccc.jpg,Fairy Fencer F,PS3,Role-Playing,NIS America,Compile Heart,,0.19,0.05,0.09,0.03,0.02,2014-09-16,2018-11-04 +/games/boxart/full_3162842AmericaFrontccc.jpg,God Eater 3,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,0.19,,0.19,,,2019-02-08,2018-12-19 +/games/boxart/full_5610049JapanFrontccc.jpg,Dragon Ball Z: Idainaru Dragon Ball Densetsu,PS,Fighting,Bandai,TOSE,,0.19,,0.18,,0.01,1996-05-31, +/games/boxart/full_571491AmericaFrontccc.jpg,One Piece: Burning Blood,XOne,Fighting,Namco Bandai Games,Spike Chunsoft,,0.19,0.11,,0.07,0.02,2016-05-31,2018-05-23 +/games/boxart/full_4218806AmericaFrontccc.jpg,GRID: Autosport,PS3,Racing,Codemasters,Codemasters,,0.19,0.05,0.01,0.1,0.03,2014-06-24,2018-11-04 +/games/boxart/full_4244448AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,PS3,Platform,Activision,Eurocom Entertainment Software,6.6,0.19,0.13,,0.04,0.02,2009-06-30, +/games/boxart/6919536ccc.jpg,Death Jr.,PSP,Platform,Konami,Backbone Entertainment,5.9,0.19,0.17,,0,0.01,2005-08-16, +/games/boxart/full_the-legend-of-spyro-a-new-beginning_575AmericaFront.jpg,The Legend of Spyro: A New Beginning,GC,Platform,Sierra Entertainment,Krome Studios,6.5,0.19,0.15,,0.04,0.01,2006-10-10, +/games/boxart/full_1287234AmericaFrontccc.jpg,Tokyo Xanadu,PSV,Role-Playing,Aksys Games,Nihon Falcom Corporation,,0.19,0.02,0.16,,0.01,2017-06-30,2018-06-25 +/games/boxart/full_9680738JapanFrontccc.jpg,Little Battlers eXperience W,PSP,Role-Playing,Level 5,Level 5,,0.19,,0.19,,,2012-10-18,2018-08-31 +/games/boxart/full_6153364AmericaFrontccc.jpg,Spectrobes: Origins,Wii,Role-Playing,Disney Interactive Studios,Genki,7.4,0.19,0.16,,0.02,0.01,2009-08-18, +/games/boxart/1059114ccc.jpg,EverQuest Online Adventures: Frontiers,PS2,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.19,0.09,,0.07,0.02,2003-11-17, +/games/boxart/9759589ccc.jpg,Phantasy Star Online Ver. 2,DC,Role-Playing,Sega,Sonic Team,8.3,0.19,,0.19,,0,2001-09-24, +/games/boxart/full_363408AmericaFrontccc.jpeg,South Park: The Stick of Truth,PC,Role-Playing,Ubisoft,Obsidian Entertainment,,0.19,0.07,,0.1,0.02,2014-03-04,2018-01-26 +/games/boxart/full_8490001JapanFrontccc.jpg,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS,DS,Action,Sega,Sega,,0.19,,0.19,,,2005-12-08, +/games/boxart/3938537ccc.jpg,Conan,X360,Action,THQ,Nihilistic Software,7.1,0.19,0.16,,0.02,0.01,2007-10-23, +/games/boxart/4090335ccc.jpg,Dinotopia: The Timestone Pirates,GBA,Action,TDK Core,TDK Mediactive,6.1,0.19,0.14,,0.05,0,2002-04-30, +/games/boxart/full_6965179AmericaFrontccc.jpg,Dishonored: Definitive Edition,XOne,Action,Bethesda Softworks,Arkane Studios,,0.19,0.13,,0.05,0.02,2015-08-25,2018-04-04 +/games/boxart/6374551ccc.jpg,Rise of the Argonauts,PS3,Action,Codemasters,Codemasters,5.3,0.19,0.05,,0.12,0.03,2008-12-16, +/games/boxart/full_face-training_2PALFront.jpg,Face Training,DS,Misc,Nintendo,Intelligent Systems,,0.19,,0.19,0,0,2010-09-24, +/games/boxart/6333921ccc.jpg,Star Wars: The Clone Wars & Tetris Worlds,XB,Misc,Microsoft,Various,,0.19,0.14,,0.04,0.01,2003-01-01,2018-09-25 +/games/boxart/full_beyblade-metal-fusion-battle-fortress_5PALFront.jpg,Beyblade: Metal Fusion - Battle Fortress,Wii,Action,Konami,Konami,,0.19,0.15,0.03,,0.01,2010-11-02, +/games/boxart/full_9840226AmericaFrontccc.jpg,We Wish You A Merry Christmas,Wii,Action,Destineer,Destineer,,0.19,0.13,,0.04,0.02,2009-10-27, +/games/boxart/full_4184164AmericaFrontccc.jpg,Manhunt,XB,Action,Rockstar Games,Rockstar North,7.7,0.19,0.14,,0.04,0.01,2004-04-20, +/games/boxart/full_4728046AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,X360,Action,Namco Bandai,Omega Force,5.6,0.19,0.07,0.08,0.03,0.01,2009-04-21, +/games/boxart/full_spongebobs-surf-amp-skate-roadtrip_568AmericaFront.jpg,SpongeBob's Surf & Skate Roadtrip,X360,Action,THQ,THQ,,0.19,0.15,,0.03,0.02,2011-11-08, +/games/boxart/full_spider-man-shattered-dimensions_8AmericaFront.jpg,Spider-Man: Shattered Dimensions,DS,Action,Activision,Beenox Studios,,0.19,0.17,,0.01,0.01,2010-09-07, +/games/boxart/full_609414AmericaFrontccc.jpg,Chaotic: Shadow Warriors,Wii,Action,Activision,Activision,,0.19,0.18,,,0.01,2009-11-17, +/games/boxart/full_silent-hill-hd-collection_422AmericaFront.jpg,Silent Hill HD Collection,X360,Action,Konami Digital Entertainment,Konami,,0.19,0.11,0.01,0.06,0.02,2012-03-20, +/games/boxart/full_5237486AmericaFrontccc.jpg,The Surge,PS4,Action,Focus Home Interactive,DECK13 Interactive,,0.19,0.07,0.01,0.08,0.03,2017-05-16,2018-01-06 +/games/boxart/7152169ccc.jpg,AeroFighters Assault,N64,Action,Victory Lap Games,Paradigm Entertainment,5.4,0.19,0.15,,0.04,0,1997-10-30, +/games/boxart/full_3196114AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,GC,Action,Konami,Konami,5,0.19,0.15,,0.04,0.01,2004-10-19, +/games/boxart/full_4098885JapanFrontccc.jpg,Kenka Banchou 4: Ichinen Sensou,PSP,Action,Spike,Spike,,0.19,,0.19,,,2010-02-25, +/games/boxart/full_379944PALFrontccc.jpg,Toukiden Kiwami,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0.19,0.06,0.03,0.07,0.03,2015-04-28,2018-07-31 +/games/boxart/full_790055AmericaFrontccc.jpg,Chibi-Robo! Park Patrol,DS,Adventure,Nintendo,skip Ltd.,,0.19,,0.19,,,2007-10-02, +/games/boxart/full_4675273AmericaFrontccc.jpg,Batman: A Telltale Game Series,PS4,Adventure,Telltale Games,Telltale Games,,0.19,0.09,,0.07,0.03,2016-09-13,2018-04-16 +/games/boxart/full_4128076AmericaFrontccc.jpg,Bolt,PS3,Adventure,Disney Interactive Studios,Avalanche Software,,0.19,0.12,,0.05,0.02,2008-11-18, +/games/boxart/full_7857713AmericaFrontccc.jpg,Where's Waldo? The Fantastic Journey,Wii,Adventure,Ubisoft,Classic Media Distribution Limited,,0.19,0.17,,,0.01,2009-09-22, +/games/boxart/7486507ccc.jpg,Transworld Surf,PS2,Sports,Atari,Angel Studios,,0.19,0.09,,0.07,0.02,2002-04-30, +/games/boxart/full_reel-fishing-paradise-3d_548AmericaFront.jpg,Reel Fishing Paradise 3D,3DS,Sports,Natsume,Natsume,,0.19,0.12,0.06,,0.01,2011-06-28, +/games/boxart/8035723ccc.jpg,International Soccer,2600,Sports,Mattel Interactive,Mattel,,0.19,0.18,,0.01,0,1982-01-01, +/games/boxart/full_9102220PALFrontccc.jpg,International Cricket 2010,PS3,Sports,Codemasters,Trickstar Games,,0.19,,,0.15,0.04,2010-06-18, +/games/boxart/full_6935745JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '96 Kaimakuban,SNES,Sports,Konami,Diamond Head,,0.19,,0.19,,0,1996-07-19, +/games/boxart/3187742ccc.jpg,NHL Hitz Pro,PS2,Sports,Midway Games,Next Level Games,,0.19,0.09,,0.07,0.02,2003-09-25, +/games/boxart/full_inazuma-eleven-strikers-2012-xtreme_839JapanFront.jpg,Inazuma Eleven Strikers 2012 Xtreme,Wii,Sports,Level 5,Level 5,,0.19,,0.19,,,2011-12-22, +/games/boxart/full_2185795JapanFrontccc.jpg,Pro Yakyuu Spirits 4,PS2,Sports,Konami,PawaPuro Production,,0.19,,0.19,,,2007-04-01, +/games/boxart/full_9233870AmericaFrontccc.png,Major League Baseball 2K10,PS3,Sports,2K Sports,Visual Concepts,7.2,0.19,0.17,,,0.02,2010-03-02, +/games/boxart/full_9778916JapanFrontccc.jpg,Pro Yakyuu Spirits 2012,PS3,Sports,Konami Digital Entertainment,Konami,,0.19,,0.19,,,2012-03-29,2018-11-03 +/games/boxart/full_2094468AmericaFrontccc.jpg,SSX Tricky,GBA,Sports,EA Sports BIG,Visual Impact,,0.19,0.14,,0.05,0,2002-10-31, +/games/boxart/full_nba-2k11_3AmericaFront.jpg,NBA 2K11,PC,Sports,2K Sports,Visual Concepts,,0.19,0.18,,,0.01,2010-10-05, +/games/boxart/full_7842831JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou!,DS,Sports,Sega,Sega,,0.19,,0.19,,,2008-05-22, +/games/boxart/full_910479AmericaFrontccc.jpg,ESPN International Track & Field,PS2,Sports,Konami,Konami,,0.19,0.09,,0.07,0.02,2000-10-25, +/games/boxart/full_cabelas-survival-shadows-of-katmai_610AmericaFront.jpg,Cabela's Survival: Shadows of Katmai,PS3,Sports,Activision,Activision,,0.19,0.11,,0.05,0.03,2011-11-01, +/games/boxart/full_cabelas-survival-shadows-of-katmai_612AmericaFront.jpg,Cabela's Survival: Shadows of Katmai,X360,Sports,Activision,Activision,,0.19,0.14,,0.03,0.01,2011-11-01, +/games/boxart/1016044ccc.gif,Tiger Woods PGA Tour 07,XB,Sports,EA Sports,EA Redwood Shores,7.9,0.19,0.13,,0.05,0.01,2006-10-10, +/games/boxart/full_1303778AmericaFrontccc.jpg,Big Air,PS,Sports,Accolade,Pitbull Syndicate,,0.19,0.1,,0.07,0.01,1999-03-30, +/games/boxart/full_8116520AmericaFrontccc.jpg,Gallop Racer,PS,Sports,Tecmo,Tecmo,,0.19,,0.18,,0.01,1999-03-17, +/games/boxart/7504671ccc.jpg,College Slam,PS,Sports,Acclaim Entertainment,Iguana Entertainment,,0.19,0.1,,0.07,0.01,1996-01-01, +/games/boxart/full_1397779AmericaFrontccc.jpg,La Pucelle: Tactics,PS2,Role-Playing,Mastiff,Nippon Ichi Software,,0.19,0.09,,0.07,0.02,2004-05-04, +/games/boxart/full_wwe-all-stars_880AmericaFront.jpg,WWE All Stars,PSP,Fighting,THQ,THQ,,0.19,0.12,,0.04,0.03,2011-03-29, +/games/boxart/8574235ccc.jpg,The King of Fighters XI,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.19,0.07,0.04,0.06,0.02,2007-11-13, +/games/boxart/full_1389746AmericaFrontccc.jpg,Mace: The Dark Age,N64,Fighting,Midway Games,Atari,7.1,0.19,0.15,,0.04,0,1997-10-01, +/games/boxart/full_warriors-legends-of-troy_792AmericaFront.jpg,Warriors: Legends of Troy,PS3,Action,Tecmo Koei,Tecmo Koei Canada,,0.19,0.06,0.07,0.05,0.02,2011-03-08, +/games/boxart/full_8763032JapanFrontccc.jpg,Penguin no Mondai X: Tenkuu no 7 Senshi,DS,Action,Konami,Konami,,0.19,,0.19,,,2009-07-23, +/games/boxart/2433657ccc.jpg,The Scorpion King: Sword of Osiris,GBA,Action,Vivendi Games,WayForward,,0.19,0.13,,0.05,0,2002-03-31, +/games/boxart/full_4761871AmericaFrontccc.jpg,Saints Row IV,PC,Action,Deep Silver,Volition Inc.,,0.19,0.11,,0.06,0.02,2013-08-20,2018-04-02 +/games/boxart/full_3344272AmericaFrontccc.jpg,Captain Toad: Treasure Tracker,3DS,Puzzle,Nintendo,Nintendo EPD,8.5,0.19,0.06,0.08,0.04,0.01,2018-07-13,2018-11-18 +/games/boxart/full_mystery-tales-of-time-travel_9AmericaFront.jpg,Mystery Tales of Time Travel,DS,Puzzle,O-Games,Most Wanted Entertainment,,0.19,0.01,,0.15,0.02,2010-12-10, +/games/boxart/full_9572804AmericaFrontccc.jpg,Sudoku Gridmaster (JP sales),DS,Puzzle,Nintendo,Hudson Soft,,0.19,,0.19,,,2006-06-26, +/games/boxart/full_4352147AmericaFrontccc.jpg,LEGO Marvel's Avengers,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.19,0.03,,0.12,0.04,2016-01-26,2018-04-06 +/games/boxart/full_7015172JapanFrontccc.jpg,3rd Super Robot Wars Z Jigoku Hen,PSV,Misc,Namco Bandai Games,Unknown,,0.19,,0.19,,,2014-04-10, +/games/boxart/full_9444554JapanFrontccc.jpg,Super Real Mahjong P V,SAT,Misc,Seta Corporation,Seta Corporation,,0.19,,0.19,,,1995-05-26, +/games/boxart/5594476ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.19,0.13,,0.05,0,2004-06-10, +/games/boxart/full_6452430AmericaFrontccc.jpg,Go Play: Lumberjacks,Wii,Simulation,Majesco,Panic Button,,0.19,0.17,,,0.01,2009-06-09, +/games/boxart/full_6678540PALFrontccc.jpg,FIFA 17,PC,Sports,Electronic Arts,EA Canada,,0.19,,,0.18,0.01,2016-09-27,2018-03-28 +/games/boxart/4331479ccc.jpg,Dave Mirra Freestyle BMX 2,GBA,Sports,Acclaim Entertainment,Full Fat,8,0.19,0.14,,0.05,0,2001-11-25, +/games/boxart/full_3265243AmericaFrontccc.jpg,Transformers: Prime,3DS,Fighting,Activision,Now Production,,0.19,0.14,,0.03,0.02,2012-10-30,2019-01-06 +/games/boxart/5794258ccc.jpg,FaceBreaker,X360,Fighting,EA Sports,EA Canada,,0.19,0.15,,0.02,0.01,2008-09-03, +/games/boxart/full_3440880AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,NS,Fighting,Capcom,Capcom,8.5,0.19,0.12,0.01,0.04,0.02,2018-05-29,2018-11-07 +/games/boxart/full_5128994JapanFrontccc.jpg,Puyo Puyo Sun 64,N64,Puzzle,Compile,Compile,,0.19,,0.16,,0.03,1997-10-31, +/games/boxart/full_3531665AmericaFrontccc.jpg,Squeeballs Party,Wii,Puzzle,Aksys Games,Eiconic Games,,0.19,0.17,,0,0.01,2009-10-12, +/games/boxart/full_i-spy-castle_497AmericaFront.jpg,I SPY castle,DS,Puzzle,Scholastic Inc.,Scholastic Media,,0.19,0.17,,,0.02,2011-10-25, +/games/boxart/full_264249JapanFrontccc.jpg,Chou-Kuukan Night Pro Yakyuu King (weekly JP sales),N64,Sports,Imagineer,Genki,,0.19,,0.19,,0,1996-12-20, +/games/boxart/full_4615197AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,PS2,Sports,Activision,Pixel Tales,,0.19,0.09,,0.07,0.02,2008-10-21, +/games/boxart/full_7518511AmericaFrontccc.jpg,NBA Ballers: Chosen One,X360,Sports,Midway Games,Midway Games,,0.19,0.18,,0,0.02,2008-04-21, +/games/boxart/full_9208280JapanFrontccc.jpg,Power Pro Kun Pocket 12,DS,Sports,Konami,PawaPuro Production,,0.19,,0.19,,,2009-12-03, +/games/boxart/full_3248022JapanFrontccc.jpg,J-League Jikkyou Winning Eleven 3,PS,Sports,Konami,Konami,,0.19,,0.18,,0.01,1997-12-11, +/games/boxart/full_7146211AmericaFrontccc.jpg,NCAA Final Four 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.19,0.09,,0.07,0.02,2002-11-27, +/games/boxart/full_909670JapanFrontccc.jpg,J-League Excite Stage '96,SNES,Sports,Epoch,A-Max,,0.19,,0.19,,0,1996-04-26, +/games/boxart/full_1481578JapanFrontccc.jpg,Jikkyou J-League Perfect Striker,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.19,,0.19,,0,1996-12-20, +/games/boxart/full_petz-pony-beauty-pageant_439AmericaFront.jpg,Petz Pony: Beauty Pageant,DS,Simulation,Ubisoft,HotGen Studios,,0.19,0.18,,,0.01,2009-10-13, +/games/boxart/default.jpg,New Love Plus,3DS,Simulation,Konami,Konami,,0.19,,0.19,,,2012-02-24, +/games/boxart/full_pet-zombies-in-3d_342AmericaFront.jpg,Pet Zombies,3DS,Simulation,Majesco,1st Playable Productions,,0.19,0.18,,,0.02,2011-10-18, +/games/boxart/full_273704AmericaFrontccc.jpg,Dream Salon,DS,Simulation,Zoo Digital Publishing,Zoo Games,,0.19,0.18,,,0.01,2009-11-03, +/games/boxart/full_6031947AmericaFrontccc.jpg,GunGriffon,SAT,Simulation,Sega,Game Arts,,0.19,,0.19,,0,1996-01-01, +/games/boxart/full_4040898JapanFrontccc.jpg,Kuma-Tomo,3DS,Simulation,Namco Bandai Games,Namco Bandai Games,,0.19,,0.19,,,2013-06-20,2018-11-03 +/games/boxart/full_7863270AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,PSP,Simulation,505 Games,SME Dynamic Systems Limited,6.4,0.19,0.08,,0.07,0.04,2009-09-08, +/games/boxart/9708806ccc.jpg,2002 FIFA World Cup,XB,Sports,EA Sports,EA Canada,,0.19,0.14,,0.04,0.01,2002-04-22, +/games/boxart/full_heavy-fire-afghanistan_524AmericaFront.jpg,Heavy Fire: Afghanistan,PS3,Shooter,Mastiff,Teyon Entertainment,,0.19,0.17,,,0.03,2011-11-18, +/games/boxart/full_5418468AmericaFrontccc.jpg,Trivial Pursuit unhinged,PS2,Misc,Atari,Artech Studios,,0.19,0.09,,0.07,0.02,2004-03-24, +/games/boxart/full_namco-museum-megamix_623AmericaFront.jpg,Namco Museum Megamix,Wii,Misc,Namco Bandai,Namco Bandai Games America,,0.19,0.17,,,0.02,2010-11-16, +/games/boxart/5301985ccc.jpg,The Spiderwick Chronicles,Wii,Adventure,Sierra Entertainment,Stormfront Studios,,0.19,0.17,,0.01,0.01,2008-02-05, +/games/boxart/771798ccc.jpg,Legacy of Kain: Defiance,XB,Adventure,Eidos Interactive,Crystal Dynamics,,0.19,0.14,,0.04,0.01,2003-11-11, +/games/boxart/full_majin-and-the-forsaken-kingdom_0AmericaFront.jpg,Majin and the Forsaken Kingdom,X360,Adventure,Namco Bandai,Game Republic,7,0.19,0.14,0,0.03,0.01,2010-11-30, +/games/boxart/full_7561844JapanFrontccc.jpg,Tokimeki Memorial Girl's Side 3rd Story,DS,Adventure,Konami,Konami,,0.19,,0.19,,,2010-06-24, +/games/boxart/full_5235413AmericaFrontccc.jpg,Frogger's Adventures 2: The Lost Wand,GBA,Adventure,Konami,Konami,8,0.19,0.14,,0.05,0,2002-11-05, +/games/boxart/full_2044839AmericaFrontccc.jpg,Jampack: Summer 2003 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.19,0.09,,0.07,0.02,2003-04-29, +/games/boxart/7443609ccc.jpg,Sesame Street: Elmo's Number Journey,N64,Misc,NewKidCo,Realtime Associates,,0.19,0.15,,0.04,0,1999-11-30, +/games/boxart/full_pachislot-series-vol-5-evangelion_3JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 5: CR Shinseiki Evangelion * Pachi-Slot Shinseiki Evangelion,PS2,Misc,D3 Publisher,Bisty,,0.19,,0.19,,,2006-06-08, +/games/boxart/3895409ccc.jpg,Gungrave,PS2,Shooter,Sega,"Ikusabune Inc. / Positron Co., Ltd",,0.19,0.09,,0.07,0.02,2002-09-16, +/games/boxart/8551142ccc.jpg,Sniper Elite,PS2,Shooter,Namco,Rebellion Developments,,0.19,0.1,,0.07,0.02,2005-10-18, +/games/boxart/full_2930799AmericaFrontccc.jpg,Quantum Theory,PS3,Shooter,Tecmo Koei,Team Tachyon,,0.19,0.05,0.02,0.09,0.03,2010-09-28, +/games/boxart/full_space-invaders-extreme-2_7AmericaFront.jpg,Space Invaders Extreme 2,DS,Shooter,Taito,Taito Corporation,8.1,0.19,0.17,0,0.01,0.01,2009-10-20, +/games/boxart/full_9502774AmericaFrontccc.jpg,Descent,PS,Shooter,Interplay,Parallax Software,,0.19,0.11,,0.07,0.01,1996-03-12, +/games/boxart/full_1289116AmericaFrontccc.jpg,Tamagotchi Party On!,Wii,Misc,Namco Bandai,High Horse Entertainment,,0.19,0.12,0.06,0,0.01,2007-05-29, +/games/boxart/full_5871156JapanFrontccc.jpg,Daigasso! Band Brothers,DS,Misc,Nintendo,Nintendo R&D2,8,0.19,,0.19,,,2004-12-02, +/games/boxart/full_family-feud-2012-edition_748AmericaFront.jpg,Family Feud: 2012 Edition,Wii,Misc,Ubisoft,Ubisoft,,0.19,0.17,,,0.01,2011-10-18, +/games/boxart/full_momotarou-dentetsu-world_572JapanFront.jpg,Momotarou Dentetsu World,DS,Misc,Hudson Soft,Hudson Soft,,0.19,,0.19,,,2010-12-02, +/games/boxart/full_7558282AmericaFrontccc.jpg,"Ni Hao, Kai-lan: Super Game Day",Wii,Misc,2K Play,High Voltage Software,,0.19,0.17,,0,0.01,2009-10-26, +/games/boxart/3057287ccc.jpg,SNK Arcade Classics Vol. 1,PS2,Misc,SNK Playmore,Terminal Reality,,0.19,0.09,,0.07,0.02,2008-04-29, +/games/boxart/full_8857228JapanFrontccc.jpg,Phantasy Star Nova,PSV,Misc,Sega,Unknown,,0.19,,0.19,,,2014-11-27, +/games/boxart/5186370ccc.jpg,Frequency,PS2,Misc,Sony Computer Entertainment,Harmonix Music Systems,,0.19,0.09,,0.07,0.02,2001-11-19, +/games/boxart/full_4302396AmericaFrontccc.jpg,NBA Live 19,PS4,Sports,Electronic Arts,EA Tiburon,,0.19,0.15,,,0.04,2018-09-07,2018-06-13 +/games/boxart/full_7062511JapanFrontccc.jpg,SD Gundam GX,SNES,Strategy,Bandai,Bec,,0.19,,0.19,,,1994-05-27, +/games/boxart/full_battle-of-giants-dinosaur-strike_2AmericaFront.jpg,Battle of Giants: Dinosaurs Strike,Wii,Strategy,Ubisoft,Ubisoft Quebec City,,0.19,0.14,,0.03,0.01,2010-11-09, +/games/boxart/full_3911786PALFrontccc.jpg,Singstar: Ultimate Party,PS4,Music,Sony Computer Entertainment,London Studios,,0.19,,,0.16,0.03,2014-10-24,2018-09-24 +/games/boxart/full_9297606AmericaFrontccc.jpg,Fantasia: Music Evolved,XOne,Music,Disney Interactive Studios,Harmonix Music Systems,,0.19,0.14,,0.03,0.02,2014-10-21,2018-11-24 +/games/boxart/full_are-you-smarter-than-a-5th-grader-back-to-school_5AmericaFront.jpg,Are You Smarter Than a 5th Grader? Back to School,Wii,Misc,Nintendo,ImaginEngine,,0.19,0.18,,,0.02,2010-11-02, +/games/boxart/full_3380069JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou,SNES,Misc,Sammy Corporation,Sammy Corporation,,0.19,,0.19,,,1993-11-26, +/games/boxart/3872928ccc.jpg,Boogie,PS2,Misc,Electronic Arts,"Pipeworks Software, Inc.",,0.19,0.09,,0.07,0.02,2007-11-12, +/games/boxart/full_arcania-a-gothic-tale_0AmericaFront.jpg,Arcania: Gothic 4,PC,Role-Playing,JoWood Productions,Spellbound Entertainment AG,5.8,0.18,0.09,,0.08,0.02,2010-10-19, +/games/boxart/4988422ccc.jpg,.hack//Quarantine Part 4: The Final Chapter,PS2,Role-Playing,Bandai,CyberConnect2,6.8,0.18,0.09,,0.07,0.02,2004-01-14, +/games/boxart/full_3010230AmericaFrontccc.jpg,Monster 4x4: Stunt Racer,Wii,Racing,Ubisoft,Ubisoft Reflections,,0.18,0.16,,0,0.01,2009-10-27, +/games/boxart/full_1035142AmericaFrontccc.jpg,Shadow Madness,PS,Role-Playing,Crave Entertainment,Crave Entertainment,,0.18,0.1,,0.07,0.01,1999-04-30, +/games/boxart/6226355ccc.jpg,Disgaea DS,DS,Role-Playing,NIS America,Nippon Ichi Software,8,0.18,0.11,0.05,0.01,0.01,2008-09-23, +/games/boxart/full_4605062AmericaFrontccc.jpg,Ar tonelico 2: Melody of Metafalica,PS2,Role-Playing,NIS America,Gust,7.2,0.18,0.04,0.11,0.03,0.01,2009-01-20, +/games/boxart/full_319421AmericaFrontccc.jpg,Gauntlet: Seven Sorrows,XB,Role-Playing,Midway Games,Midway Studios San Diego,,0.18,0.14,,0.04,0.01,2005-12-12, +/games/boxart/full_6561562JapanFrontccc.jpg,Super Robot Wars UX,3DS,Role-Playing,Namco Bandai Games,Banpresto,,0.18,,0.18,,,2013-03-14,2018-11-04 +/games/boxart/6420772ccc.jpg,Mega Man X: Command Mission,PS2,Role-Playing,Capcom,Capcom,,0.18,0.09,,0.07,0.02,2004-09-21, +/games/boxart/full_6478131JapanFrontccc.jpg,Moon,PS,Role-Playing,ASCII Entertainment,Lovedelic,,0.18,,0.17,,0.01,1997-10-16, +/games/boxart/full_trinity-universe_2AmericaFront.jpg,Trinity Universe,PS3,Role-Playing,NIS America,Nippon Ichi Software / Gust,6.2,0.18,0.07,0.03,0.06,0.02,2010-06-29, +/games/boxart/1477564ccc.jpg,Re-Volt,N64,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.18,0.14,,0.04,0,1999-07-31, +/games/boxart/full_5530607AmericaFrontccc.jpg,World of Outlaws: Sprint Cars,X360,Racing,THQ,Big Ant Studios,,0.18,0.17,,,0.01,2010-02-09, +/games/boxart/full_808675AmericaFrontccc.jpg,F1 Challenge,SAT,Racing,Virgin Interactive,Bell Corporation,,0.18,,0.18,,0,1996-01-01, +/games/boxart/full_5018451AmericaFrontccc.jpg,Juiced,XB,Racing,THQ,Juice Games,,0.18,0.13,,0.04,0.01,2005-06-13, +/games/boxart/5458860ccc.jpg,Sonic Riders: Zero Gravity,PS2,Racing,Sega,Sonic Team,,0.18,0.09,,0.07,0.02,2008-01-08, +/games/boxart/full_ridge-racer_825PALFront.jpg,Ridge Racer,PSV,Racing,Namco Bandai Games,Namco Bandai Games / Celius,,0.18,0.03,0.05,0.08,0.02,2012-03-13, +/games/boxart/full_8706852PALFrontccc.jpg,MotoGP 15,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.18,,0.04,0.13,0.02,2015-06-24,2018-04-24 +/games/boxart/full_4648502AmericaFrontccc.jpg,MotoGP,Wii,Racing,Capcom,MileStone Inc.,,0.18,0.05,,0.11,0.02,2009-03-24, +/games/boxart/full_6681503AmericaFrontccc.jpg,Test Drive Off-Road Wide Open,XB,Racing,Infogrames,Rockstar San Diego,,0.18,0.15,,0.03,0.01,2001-11-14, +/games/boxart/5657899ccc.jpg,Tokyo Xtreme Racer DRIFT,PS2,Racing,Crave Entertainment,Genki,,0.18,0.09,,0.07,0.02,2006-04-18, +/games/boxart/full_7931341AmericaFrontccc.jpg,Mahjong: Journey Quest for Tikal,DS,Puzzle,Mumbo Jumbo,Cerasus Media,,0.18,0.15,,0.02,0.01,2010-07-20, +/games/boxart/full_8163133AmericaFrontccc.jpg,Bendy and the Ink Machine,PS4,Puzzle,Rooster Teeth Games,TheMeatly Games,,0.18,0.15,,,0.03,2018-11-20,2018-12-19 +/games/boxart/full_jewel-master-cradle-of-athena_9AmericaFront.jpg,Jewel Master: Cradle of Athena,DS,Puzzle,Storm City Games,TBD,,0.18,0.17,,,0.01,2010-10-26, +/games/boxart/full_squeeballs-party_4AmericaFront.jpg,Squeeballs Party,DS,Puzzle,Aksys Games,Eiconic Games,,0.18,0.17,,0,0.01,2009-10-12, +/games/boxart/4817901ccc.jpg,The Adventures of Cookie & Cream,PS2,Puzzle,Agetec,From Software,,0.18,0.09,,0.07,0.02,2001-04-30, +/games/boxart/3990580ccc.jpg,Shadow The Hedgehog,XB,Platform,Sega,Sonic Team,5,0.18,0.13,,0.04,0.01,2005-11-15, +/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_4AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,X360,Platform,D3 Publisher,Papaya Studios,,0.18,0.1,,0.06,0.02,2010-10-05, +/games/boxart/full_despicable-me-the-game_7AmericaFront.jpg,Despicable Me: The Game,PSP,Platform,D3 Publisher,Monkey Bar Games,,0.18,0.05,,0.09,0.04,2010-07-06, +/games/boxart/9008268ccc.jpg,Mega Man III,GB,Platform,Capcom,Capcom,,0.18,,0.18,,,1992-01-01, +/games/boxart/full_5971988AmericaFrontccc.jpg,Disney's Tarzan Untamed,GC,Platform,Ubisoft,Ubisoft Montreal,,0.18,0.14,,0.04,0,2001-11-17, +/games/boxart/1356306ccc.jpg,Looney Tunes: Back in Action,GBA,Platform,Electronic Arts,Warthog,,0.18,0.13,,0.05,0,2003-11-11, +/games/boxart/full_8324918AmericaFrontccc.jpg,Scooby-Doo! Unmasked,GBA,Platform,THQ,Artificial Mind and Movement,,0.18,0.13,,0.05,0,2005-09-12, +/games/boxart/full_doctor-who-return-to-earth_0PALFront.jpg,Doctor Who: Return to Earth,Wii,Adventure,Asylum Entertainment,Asylum Entertainment,,0.18,,,0.16,0.02,2010-11-12, +/games/boxart/5819602ccc.jpg,Alone In The Dark,Wii,Adventure,Atari,Hydravision Entertainment,3.1,0.18,0.09,,0.08,0.02,2008-06-23, +/games/boxart/7059363ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",DS,Adventure,Buena Vista,Griptonite Games,,0.18,0.15,,0.01,0.01,2005-11-14, +/games/boxart/full_9789731JapanFrontccc.jpg,Vampire Savior: The Lord of Vampire,SAT,Fighting,Capcom,Capcom,,0.18,,0.18,,0,1998-04-16, +/games/boxart/full_4159942AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,DS,Fighting,THQ,TOSE,,0.18,0.14,,0.02,0.01,2008-11-09, +/games/boxart/full_7667339AmericaFrontccc.jpg,UFC: Sudden Impact,PS2,Fighting,Global Star Software,Opus Studio,,0.18,0.09,,0.07,0.02,2004-04-21, +/games/boxart/full_3659219AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.18,0.02,0.02,0.1,0.03,2016-06-28,2018-03-31 +/games/boxart/full_4658800PALFrontccc.jpg,How to Train Your Dragon 2,X360,Action-Adventure,Little Orbit,Torus Games,,0.18,0.06,,0.1,0.01,2014-06-10,2018-03-17 +/games/boxart/full_1298001AmericaFrontccc.jpg,Klonoa: Door to Phantomile,PS,Platform,Namco,Namco,,0.18,,0.17,,0.01,1998-06-01, +/games/boxart/full_de-blob-2_80AmericaFront.jpg,de Blob 2,Wii,Platform,THQ,Blue Tongue,8.1,0.18,0.11,,0.06,0.02,2011-02-22, +/games/boxart/full_9174418AmericaFrontccc.jpg,Call of Juarez,X360,Shooter,Ubisoft,Techland,6.9,0.18,0.14,0,0.02,0.01,2007-06-07, +/games/boxart/full_2551047AmericaFrontccc.jpg,Call of Duty: World at War,PC,Shooter,Activision,Treyarch,8.6,0.18,0.02,,0.14,0.02,2008-11-10, +/games/boxart/9388239ccc.jpg,Bad Boys: Miami Takedown,XB,Shooter,Crave Entertainment,Blitz Games,,0.18,0.14,,0.04,0.01,2004-09-14, +/games/boxart/full_2203463AmericaFrontccc.jpg,Call of Duty: Modern Warfare Trilogy,X360,Shooter,Activision,Infinity Ward,,0.18,0.13,,0.04,0.02,2016-05-17,2018-01-14 +/games/boxart/default.jpg,Syndicate,X360,Shooter,Electronic Arts,Electronic Arts,,0.18,0.1,,0.06,0.02,2012-02-21, +/games/boxart/870756ccc.gif,Vietcong: Purple Haze,PS2,Shooter,Gathering of Developers,Coyote Developments,,0.18,0.09,,0.07,0.02,2004-09-15, +/games/boxart/full_playstation-move-heroes_698AmericaFront.jpg,PlayStation Move Heroes,PS3,Platform,Sony Computer Entertainment,Nihilistic Software,4.8,0.18,0.09,,0.06,0.03,2011-03-22, +/games/boxart/2875181ccc.jpg,Ty the Tasmanian Tiger,XB,Platform,Electronic Arts,Krome Studios,7,0.18,0.14,,0.04,0.01,2002-09-10, +/games/boxart/full_otomedius-excellent_155AmericaFront.jpg,Otomedius Excellent,X360,Shooter,Konami,Konami,7,0.18,0.13,0.04,,0.01,2011-11-01, +/games/boxart/full_mindjack_352AmericaFront.jpg,MindJack,PS3,Shooter,Square Enix,FeelPlus,4.6,0.18,0.07,,0.08,0.03,2011-01-18, +/games/boxart/full_1340192AmericaFrontccc.png,How to Train Your Dragon,PS3,Action,Activision,Etranges Libellules,4.6,0.18,0.12,,0.03,0.02,2010-03-23, +/games/boxart/full_1777965JapanFrontccc.jpg,GameBoy Wars,GB,Strategy,Nintendo,Intelligent Systems,,0.18,,0.18,,0,1991-05-21, +/games/boxart/full_6616236JapanFrontccc.jpg,Battle Commander: Hachibushu Shura no Heihou,SNES,Strategy,Banpresto,Banpresto,,0.18,,0.18,,,1991-12-29, +/games/boxart/4703067ccc.jpg,Metal Gear Ac!d 2,PSP,Strategy,Konami,Kojima Productions,8.3,0.18,0.11,0.05,0.01,0.01,2006-03-21, +/games/boxart/3869065ccc.jpg,Summer Athletics: The Ultimate Challenge,PS2,Sports,Conspiracy Entertainment,49Games,,0.18,,,0,0.18,2008-07-29, +/games/boxart/full_1026585AmericaFrontccc.jpg,Mega Man Soccer,SNES,Sports,Capcom,Capcom,,0.18,0.04,0.13,0.01,,1994-01-01, +/games/boxart/full_backbreaker_455AmericaFront.jpg,Backbreaker,X360,Sports,505 Games,NaturalMotion Games,5.2,0.18,0.17,,,0.01,2010-06-01, +/games/boxart/9143181ccc.jpg,FIFA 07 Soccer,GC,Sports,EA Sports,EA Canada,8.3,0.18,0.14,,0.04,0,2006-10-03, +/games/boxart/full_grand-slam-tennis-2_490AmericaFront.jpg,Grand Slam Tennis 2,X360,Sports,EA Sports,EA Sports,,0.18,0.1,,0.06,0.02,2012-02-14, +/games/boxart/full_pro-yakyuu-spirits-2011_529JapanFront.jpg,Pro Yakyuu Spirits 2011,PS3,Sports,Konami,PawaPuro Production,,0.18,,0.18,,,2011-04-14, +/games/boxart/full_4082620AmericaFrontccc.jpg,Pure Futbol,X360,Sports,Ubisoft,Ubisoft Vancouver,3.8,0.18,0.08,,0.08,0.02,2010-06-01, +/games/boxart/full_5155166AmericaFrontccc.jpg,Pro Evolution Soccer 2013,3DS,Sports,Konami Digital Entertainment,Konami,,0.18,0.05,0.1,0.02,0.01,2013-02-12,2018-01-12 +/games/boxart/full_shaun-white-skateboarding_6AmericaFront.jpg,Shaun White Skateboarding,Wii,Sports,Ubisoft,Ubisoft Montreal,,0.18,0.13,,0.03,0.01,2010-10-24, +/games/boxart/full_mlb-11-the-show_20AmericaFront.jpg,MLB 11: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.18,0.16,,,0.02,2011-03-08, +/games/boxart/full_13201JapanFrontccc.jpg,Soccer Tsuku Tokudai Gou: J-League Pro Soccer Club o Tsukurou,DC,Sports,Sega,Smilebit,,0.18,,0.18,,0,2000-12-21, +/games/boxart/7890698ccc.jpg,Tiger Woods PGA Tour 2004,GBA,Sports,EA Sports,Digital Eclipse,,0.18,0.13,,0.05,0,2003-11-04, +/games/boxart/full_4174288AmericaFrontccc.jpg,FIFA Soccer 2002,GC,Sports,EA Sports,EA Canada,,0.18,0.14,,0.04,0,2001-11-21, +/games/boxart/full_cabelas-big-game-hunter-hunting-party_918AmericaFront.jpg,Cabela's Big Game Hunter: Hunting Party,X360,Sports,Activision,Activision,,0.18,0.16,,,0.02,2011-11-01, +/games/boxart/full_502076AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling,PS,Sports,THQ,Adrenalin Entertainment,8.2,0.18,0.1,,0.07,0.01,1998-09-30, +/games/boxart/full_9854773AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,PS2,Sports,Activision,Activision,,0.18,0.09,,0.07,0.02,2008-09-23, +/games/boxart/3430765ccc.jpg,Backyard Basketball,GBA,Sports,Atari,Mistic Software,6,0.18,0.13,,0.05,0,2004-09-22, +/games/boxart/full_2281080AmericaFrontccc.jpg,Madden NFL 09,XB,Sports,EA Sports,EA Tiburon,,0.18,0.13,,0.04,0.01,2008-08-12, +/games/boxart/full_backbreaker_933AmericaFront.jpg,Backbreaker,PS3,Sports,505 Games,NaturalMotion Games,,0.18,0.16,,,0.02,2010-06-01, +/games/boxart/5597659ccc.jpg,NHL 2004,XB,Sports,EA Sports,EA Black Box,,0.18,0.13,,0.04,0.01,2003-09-22, +/games/boxart/full_4345430AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,XOne,Shooter,City Interactive,City Interactive,,0.18,0.11,,0.05,0.02,2017-04-25,2018-05-29 +/games/boxart/full_9754156AmericaFrontccc.jpg,Velvet Assassin,X360,Shooter,SouthPeak Interactive,Replay Studios,5.3,0.18,0.14,0.01,0.02,0.01,2009-04-30, +/games/boxart/8226694ccc.jpg,Charlie and the Chocolate Factory,GC,Adventure,Global Star Software,High Voltage Software,3.9,0.18,0.14,,0.04,0,2005-07-11, +/games/boxart/4859273ccc.jpg,Siren,PS2,Adventure,Sony Computer Entertainment,SCE Japan Studio,,0.18,0.09,,0.07,0.02,2003-11-06,2018-09-16 +/games/boxart/full_1634212AmericaFrontccc.jpg,Jurassic Park III: Island Attack,GBA,Adventure,Konami,Konami,4.9,0.18,0.13,,0.05,0,2001-11-26, +/games/boxart/1468341ccc.jpg,The Chronicles of Narnia: Prince Caspian,X360,Adventure,Disney Interactive Studios,Traveller's Tales,6.3,0.18,0.16,,0.01,0.01,2008-05-15, +/games/boxart/full_8774242AmericaFrontccc.jpg,Back to the Future: The Game,PS4,Adventure,Telltale Games,Telltale Games,,0.18,0.1,,0.05,0.03,2015-10-13,2018-04-23 +/games/boxart/1457480ccc.jpg,Silent Hill 4: The Room,XB,Adventure,Konami,KCET,,0.18,0.14,,0.04,0.01,2004-09-07, +/games/boxart/full_1340511AmericaFrontccc.jpg,Pirates: Hunt For Blackbeard's Booty,Wii,Adventure,Activision,Activision,,0.18,0.08,,0.08,0.02,2008-10-28, +/games/boxart/full_5693025AmericaFrontccc.jpg,Escape the Museum,DS,Adventure,GameMill,Gogii Games,,0.18,0.04,,0.12,0.02,2010-01-12, +/games/boxart/full_7658660AmericaFrontccc.jpg,Danganronpa V3: Killing Harmony,PSV,Adventure,NIS America,Spike Chunsoft,,0.18,0.02,0.13,0.01,0.01,2017-09-26,2018-01-03 +/games/boxart/full_8331758AmericaFrontccc.jpg,Hello Kitty: Birthday Adventures,DS,Adventure,Zoo Games,OneNine Studios,,0.18,0.06,,0.1,0.02,2010-02-23, +/games/boxart/full_7097343AmericaFrontccc.jpg,Tomb Raider: Underworld,PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.18,0.09,,0.04,0.05,2009-03-03, +/games/boxart/full_1330801AmericaFrontccc.jpg,Danganronpa 2: Goodbye Despair,PSV,Adventure,NIS America,Spike Chunsoft,,0.18,0.08,,0.05,0.04,2014-09-02,2018-01-11 +/games/boxart/1944097ccc.jpg,Nancy Drew: The Hidden Staircase,DS,Adventure,THQ,Gorilla Systems,,0.18,0.16,,,0.01,2008-09-22, +/games/boxart/full_8477518AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,PS,Adventure,LEGO Media,Silicon Dreams,,0.18,0.1,,0.07,0.01,2001-03-01, +/games/boxart/full_fancy-nancy-tea-party-time_10AmericaFront.jpg,Fancy Nancy: Tea Party Time!,DS,Adventure,THQ,Webfoot Technologies,,0.18,0.16,,,0.01,2010-09-14, +/games/boxart/full_3513185AmericaFrontccc.jpg,Ringling Bros. and Barnum & Bailey: Circus Friends,DS,Action,2K Play,2K Games,,0.18,0.16,,0,0.01,2009-11-10, +/games/boxart/full_725166JapanFrontccc.jpg,Mobile Suit Gundam Seed Destiny: Generation of C.E.,PS2,Action,Bandai,Bandai,,0.18,,0.18,,,2005-08-25, +/games/boxart/full_4397458AmericaFrontccc.jpg,Twisted Metal: Small Brawl,PS,Action,Sony Computer Entertainment,Incognito Inc.,,0.18,0.1,,0.07,0.01,2001-11-26, +/games/boxart/full_4655071PALFrontccc.jpg,Active Health with Carol Vorderman,DS,Sports,Nintendo,Fuse Games Limited,,0.18,,,0.18,0.01,2009-08-07, +/games/boxart/full_2646552AmericaFrontccc.jpg,Sports Illustrated for Kids: Football,GBA,Sports,BAM! Entertainment,Sennari Interactive,,0.18,0.13,,0.05,0,2003-08-31, +/games/boxart/full_9398209AmericaFrontccc.jpg,Shape Up,XOne,Sports,Ubisoft,Ubisoft Montreal,,0.18,0.08,,0.09,0.01,2014-11-11,2018-06-19 +/games/boxart/full_5052052AmericaFrontccc.jpg,Reel Fishing II,PS,Sports,Natsume,Open Sesame,,0.18,0.1,,0.07,0.01,2000-06-14, +/games/boxart/full_4579846JapanFrontccc.jpg,Gokujou Parodius,SNES,Shooter,Konami,Konami,,0.18,,0.18,,,1994-11-25, +/games/boxart/5613471ccc.jpg,Gun,GC,Shooter,Activision,Neversoft Entertainment,7.9,0.18,0.14,,0.04,0,2005-11-08, +/games/boxart/full_3666225AmericaFrontccc.jpg,Star Wars Battlefront II,PC,Shooter,LucasArts,Pandemic Studios,,0.18,0.03,,0.14,0.02,2005-11-01, +/games/boxart/full_brink_314AmericaFront.jpg,Brink,PC,Shooter,Bethesda Softworks,Splash Damage,7,0.18,0.06,,0.09,0.03,2011-05-10, +/games/boxart/1775394ccc.jpg,Close Combat: First to Fight,XB,Shooter,2K Games,Destineer,,0.18,0.14,,0.04,0.01,2005-04-06, +/games/boxart/4233203ccc.jpg,NARC,XB,Shooter,Midway Games,Point of View,5.5,0.18,0.14,,0.04,0.01,2005-03-22, +/games/boxart/full_9356160JapanFrontccc.jpg,Hatsune Miku and Future Stars: Project Mirai,3DS,Misc,Sega,Unknown,,0.18,,0.18,,,2012-03-08, +/games/boxart/full_jeopardy_386AmericaFront.jpg,Jeopardy!,DS,Misc,THQ,Griptonite Games,,0.18,0.17,,,0.01,2010-11-02, +/games/boxart/full_6561962JapanFrontccc.jpg,TalkMan (Japan),PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.18,,0.18,,,2005-11-17, +/games/boxart/full_you-dont-know-jack_721AmericaFront.jpg,You Don't Know Jack,PS3,Misc,THQ,"Jellyvision, Inc.",8.2,0.18,0.16,,,0.02,2011-02-08, +/games/boxart/full_rio_1AmericaFront.jpg,Rio,Wii,Misc,THQ,TBA,,0.18,0.13,,0.04,0.01,2011-04-12, +/games/boxart/full_2614660PALFrontccc.jpg,Rabbids Party Collection,Wii,Misc,Ubisoft,Ubisoft Montpellier,,0.18,,,0.16,0.02,2010-08-27, +/games/boxart/full_4612737AmericaFrontccc.jpg,Pokémon I Choose You / Squirtle Squad Game Boy Advance Video,GBA,Misc,Nintendo,Nintendo,,0.18,0.13,,0.05,0,2004-09-27, +/games/boxart/full_6355238AmericaFrontccc.jpg,NBA Hoopz,PS2,Sports,Midway Games,Eurocom Entertainment Software,,0.18,0.09,,0.07,0.02,2001-02-26, +/games/boxart/full_9195347AmericaFrontccc.jpg,ESPN X Games Skateboarding,GBA,Sports,Konami,Konami Computer Entertainment Hawaii,5.7,0.18,0.13,,0.05,0,2001-09-12, +/games/boxart/full_1329422AmericaFrontccc.jpg,College Hoops 2K8,X360,Sports,2K Sports,Visual Concepts,,0.18,0.16,,,0.01,2007-11-19, +/games/boxart/full_1247844AmericaFrontccc.jpg,Speedball 2100,PS,Sports,Take-Two Interactive,Bitmap Brothers,,0.18,0.1,,0.07,0.01,2000-10-24, +/games/boxart/full_my-fitness-coach-2-exercise-and-nutrition_0AmericaFront.jpg,My Fitness Coach 2: Exercise and Nutrition,Wii,Sports,Ubisoft,Lightning Fish,,0.18,0.13,,0.04,0.01,2010-01-05, +/games/boxart/full_brunswick-pro-bowling_1AmericaFront.jpg,Brunswick Pro Bowling,PS3,Sports,Crave Entertainment,FarSight Studios,,0.18,0.1,,0.05,0.02,2010-09-21, +/games/boxart/full_1671115AmericaFrontccc.jpg,International Superstar Soccer 2000 (JP weekly sales),N64,Sports,Konami,KCEO,,0.18,,0.18,,,2000-08-03, +/games/boxart/full_remington-super-slam-hunting-north-america_7AmericaFront.jpg,Remington Super Slam Hunting: North America,Wii,Sports,Mastiff,Mastiff,,0.18,0.17,,,0.01,2010-11-09, +/games/boxart/full_8893855JapanFrontccc.jpg,Pro Yakyuu Spirits 5,PS2,Sports,Konami,PawaPuro Production,,0.18,,0.18,,,2008-04-01, +/games/boxart/3597053ccc.jpg,NFL 2K2,XB,Sports,Sega,Visual Concepts,,0.18,0.13,,0.04,0.01,2002-01-09, +/games/boxart/9257046ccc.jpg,NBA Starting Five,PS2,Sports,Konami,Konami,,0.18,0.09,,0.07,0.02,2002-10-27, +/games/boxart/9651356ccc.jpg,Star Trek: Legacy,X360,Simulation,Bethesda Softworks,Mad Doc Software,6.4,0.18,0.14,,0.02,0.01,2006-12-14, +/games/boxart/9090017ccc.jpg,AirForce Delta Storm,XB,Simulation,Konami,KCE Studios,,0.18,0.14,,0.04,0.01,2001-11-14, +/games/boxart/full_4475653JapanFrontccc.jpg,A.C.E.: Another Century's Episode 2,PS2,Simulation,Banpresto,From Software,,0.18,,0.18,,,2006-03-30, +/games/boxart/full_2086826AmericaFrontccc.jpg,Fireblade,PS2,Simulation,Midway Games,Kuju Entertainment,,0.18,0.09,,0.07,0.02,2002-06-16, +/games/boxart/full_4014988AmericaFrontccc.jpg,Cities: Skylines,XOne,Simulation,Koch Media,Colossal Order,,0.18,0.13,,0.03,0.02,2017-04-21,2018-01-14 +/games/boxart/full_8192800AmericaFrontccc.jpg,Senran Kagura: Estival Versus,PS4,Action,Xseed Games,Marvelous Entertainment,,0.18,0.08,0.09,,0.02,2016-03-15,2018-06-29 +/games/boxart/full_marvel-super-hero-squad-comic-combat_474AmericaFront.jpg,Marvel Super Hero Squad: Comic Combat,X360,Action,THQ,THQ,,0.18,0.13,,0.04,0.02,2011-11-15, +/games/boxart/full_splatterhouse_7AmericaFront.jpg,Splatterhouse,X360,Action,Namco Bandai,BottleRocket,,0.18,0.14,,0.03,0.01,2010-11-23, +/games/boxart/full_303843JapanFrontccc.jpg,Toukiden,PSP,Action,Tecmo Koei,Omega Force,,0.18,,0.18,,,2013-06-27,2018-11-04 +/games/boxart/full_naruto-shippuden-dragon-blade-chronicles_5AmericaFront.jpg,Naruto Shippuden: Dragon Blade Chronicles,Wii,Action,Atlus,8ing/Raizing,4.3,0.18,0.11,0.05,0.02,0.01,2010-11-16, +/games/boxart/2645855ccc.jpg,Ball Breakers,PS,Action,Take-Two Interactive,Lost Toys,,0.18,0.1,,0.07,0.01,2000-07-26, +/games/boxart/full_917763JapanFrontccc.jpg,Sumikko Gurashi: Koko ga Ochitsukundesu,3DS,Action,Nippon Columbia,Nippon Columbia,,0.18,,0.18,,,2014-11-20, +/games/boxart/554854ccc.jpg,Gauntlet: Dark Legacy,GC,Action,Midway Games,Midway Games West,,0.18,0.14,,0.04,0,2002-03-06, +/games/boxart/full_biohazard-revival-selection_700JapanFront.jpg,Biohazard: Revival Selection,PS3,Action,Capcom,Capcom,,0.18,,0.18,,,2011-09-08, +/games/boxart/full_dynasty-warriors-gundam-3_904AmericaFront.jpg,Dynasty Warriors: Gundam 3,X360,Action,Tecmo Koei,Omega Force,6.5,0.18,0.11,0.02,0.03,0.01,2011-06-28, +/games/boxart/full_6691596AmericaFrontccc.jpg,One Piece: Pirate Warriors 3,PSV,Action,Tecmo Koei,Omega Force,,0.18,,0.14,0.03,0.01,2015-08-25,2018-01-12 +/games/boxart/full_6116937AmericaFrontccc.jpg,Six Flags Fun Park,DS,Misc,Brash Entertainment,7 Studios,,0.18,0.17,,,0.01,2008-11-11, +/games/boxart/full_sing4-the-hits-edition_70AmericaFront.jpg,Sing4: The Hits Edition,Wii,Misc,Crave Entertainment,Crave,,0.18,0.17,,,0.01,2011-08-30, +/games/boxart/full_915062AmericaFrontccc.jpg,Jampack Vol. 1,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.18,0.1,,0.07,0.01,1997-01-01, +/games/boxart/full_sesame-street-elmos-letter-adventure_169AmericaFront.jpg,Sesame Street: Elmo's Letter Adventure,N64,Misc,NewKidCo,Realtime Associates,,0.18,0.14,,0.04,0,1999-11-15, +/games/boxart/full_7283828AmericaFrontccc.jpg,The Game of Life / Yahtzee / Payday,GBA,Misc,DSI Games,Black Lantern Studios,,0.18,0.13,,0.05,0,2005-11-07, +/games/boxart/full_6938092AmericaFrontccc.jpg,Atari Anniversary Edition Redux,PS,Misc,Infogrames,Digital Eclipse,,0.18,0.1,,0.07,0.01,2001-01-01, +/games/boxart/full_2897181AmericaFrontccc.jpg,Sega Genesis Classics,NS,Misc,Sega,Sega,,0.18,0.1,,0.06,0.02,2018-12-07,2018-09-22 +/games/boxart/full_6195383AmericaFrontccc.jpg,Chuck E. Cheese's Party Games,DS,Misc,UFO Interactive,"Black Lantern Studios, Inc.",,0.18,0.17,,,0.01,2010-07-13, +/games/boxart/full_4379436AmericaFrontccc.jpg,EyeToy: Groove,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.18,0.09,,0.07,0.02,2004-04-20, +/games/boxart/full_729070AmericaFrontccc.jpg,Lips: Party Classics,X360,Misc,Microsoft Game Studios,iNiS,,0.18,0.05,,0.11,0.02,2010-03-02, +/games/boxart/full_7834744AmericaFrontccc.jpg,All Grown Up! Express Yourself,GBA,Misc,THQ,Altron,3.7,0.18,0.13,,0.05,0,2004-10-19, +/games/boxart/full_cabelas-adventure-camp_522AmericaFront.jpg,Cabela's Adventure Camp,Wii,Misc,Activision,Activision,,0.18,0.14,,0.02,0.02,2011-11-01, +/games/boxart/full_1010314PALFrontccc.jpg,Yu-Gi-Oh! Zexal Clash! Duel Carnival!,3DS,Misc,Konami Digital Entertainment,Konami,,0.18,,0.08,0.09,0.01,2014-09-30,2018-11-04 +/games/boxart/3767532ccc.jpg,Namco Museum: 50th Anniversary,XB,Misc,Namco,Digital Eclipse,,0.18,0.13,,0.04,0.01,2005-08-30, +/games/boxart/full_5557093AmericaFrontccc.jpg,Ringling Bros. and Barnum & Bailey Circus,Wii,Action,2K Play,2K Games,,0.18,0.17,,0,0.01,2009-11-10, +/games/boxart/9339332ccc.jpg,Fear Effect 2: Retro Helix,PS,Action,Eidos Interactive,Kronos Digital Entertainment,,0.18,0.1,,0.07,0.01,2001-02-21, +/games/boxart/full_3748644AmericaFrontccc.jpg,Mushroom Men: The Spore Wars,Wii,Action,SouthPeak Interactive,Red Fly Studio,7.3,0.18,0.16,,0.01,0.01,2008-12-02, +/games/boxart/full_marvel-super-hero-squad-comic-combat_396AmericaFront.jpg,Marvel Super Hero Squad: Comic Combat,Wii,Action,THQ,THQ,,0.18,0.14,,0.03,0.02,2011-11-15, +/games/boxart/full_5487843AmericaFrontccc.jpg,The Last Airbender,DS,Action,THQ,THQ,,0.18,0.13,,0.04,0.02,2010-06-29, +/games/boxart/6284669ccc.jpg,Dragon Blade: Wrath of Fire,Wii,Action,D3 Publisher,D3 Publisher,,0.18,0.17,,0,0.01,2007-09-25, +/games/boxart/full_ghostbusters-the-video-game_6AmericaFront.jpg,Ghostbusters: The Video Game,PSP,Action,Atari,Red Fly Studio,,0.18,0.16,,0.01,0.02,2009-10-30, +/games/boxart/full_8789376AmericaFrontccc.jpg,The Munchables,Wii,Action,Namco Bandai,Namco Bandai Games,8,0.18,0.17,0,0,0.01,2009-05-26, +/games/boxart/full_585428AmericaFrontccc.jpg,Resident Evil: Revelations,PS4,Action,Capcom,Capcom,7.2,0.18,0.06,0.04,0.06,0.02,2017-08-29,2018-03-16 +/games/boxart/full_8880874AmericaFrontccc.jpg,Shrek SuperSlam,DS,Action,Activision,Amaze Entertainment / Griptonite Games,,0.18,0.17,,0,0.01,2005-10-25, +/games/boxart/full_1499135AmericaFrontccc.jpg,Senran Kagura 2: Deep Crimson,3DS,Action,Marvelous Entertainment,Tamsoft,,0.18,0.06,0.08,0.02,0.01,2015-09-15,2018-10-14 +/games/boxart/full_7123050JapanFrontccc.jpg,Mobile Suit Gundam: Extreme VS Force,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.18,,0.18,,,2017-01-01,2018-06-30 +/games/boxart/7874461ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,XB,Action,Activision,FUN Labs,,0.18,0.13,,0.04,0.01,2004-11-23, +/games/boxart/full_5109083AmericaFrontccc.jpg,Indiana Jones and the Emperor's Tomb,XB,Action,LucasArts,The Collective,,0.18,0.14,,0.04,0.01,2003-02-24, +/games/boxart/5475702ccc.png,Buffy the Vampire Slayer: Chaos Bleeds,PS2,Action,VU Games,Eurocom Entertainment Software,,0.18,0.09,,0.07,0.02,2003-08-27, +/games/boxart/full_3884332AmericaFrontccc.jpg,Casper: Friends Around the World,PS,Action,Sound Source Interactive,"Sound Source Interactive, Inc.",,0.18,0.1,,0.07,0.01,2000-11-06, +/games/boxart/9739857ccc.gif,SoulCalibur Legends,Wii,Action,Namco Bandai,Project Soul,4.8,0.18,0.16,,0.01,0.01,2007-11-20, +/games/boxart/9105722ccc.jpg,Batman: Vengeance,GBA,Action,Ubisoft,Ubisoft,6.2,0.18,0.13,,0.05,0,2001-10-30, +/games/boxart/8764186ccc.jpg,Spider-Man: Friend or Foe,PSP,Action,Activision,Artificial Mind and Movement,5,0.18,0.16,,0,0.01,2007-10-02, +/games/boxart/full_van-helsing_665AmericaFront.jpg,Van Helsing,XB,Action,VU Games,Saffire Corporation,,0.18,0.13,,0.04,0.01,2007-05-06, +/games/boxart/466317ccc.jpg,Hellboy: The Science of Evil,PS3,Action,Konami,Krome Studios,,0.18,0.14,,0.02,0.02,2008-06-24, +/games/boxart/full_1721720AmericaFrontccc.jpg,X-Men Origins: Wolverine,PS2,Action,Activision,Amaze Entertainment,,0.18,0.13,,0,0.05,2009-05-01, +/games/boxart/full_1043620PALFrontccc.jpg,Big Hero 6: Battle in the Bay,3DS,Action,GameMill,GameMill,,0.18,,,0.17,0.01,2014-10-28,2018-06-30 +/games/boxart/full_anarchy-reigns_884PALFront.jpg,Anarchy Reigns,X360,Action,Sega,PlatinumGames,,0.18,0.12,0.02,0.02,0.02,2013-01-08, +/games/boxart/5671453ccc.jpg,College Hoops 2K7,PS3,Sports,2K Sports,Visual Concepts,8.2,0.18,0.16,,,0.01,2007-03-13, +/games/boxart/full_4333545AmericaFrontccc.jpg,K-1 World Grand Prix,PS2,Sports,Konami,Konami,,0.18,0.04,0.1,0.03,0.01,2003-07-09, +/games/boxart/full_fifa-soccer-11_9PALFront.jpg,FIFA Soccer 11,PC,Sports,EA Sports,HB Studios,8.4,0.18,,,0.15,0.03,2010-09-28, +/games/boxart/full_7233259AmericaFrontccc.jpg,Virtua Tennis,GBA,Sports,THQ,Altron,,0.18,0.13,,0.05,0,2002-10-08, +/games/boxart/full_7459915AmericaFrontccc.jpg,Dance Dance Revolution: Disney Grooves,Wii,Simulation,Konami,Bemani,,0.18,0.17,,,0.01,2009-04-02, +/games/boxart/9628366ccc.jpg,Armored Core: Last Raven,PS2,Simulation,Agetec,From Software,,0.18,0.05,0.08,0.04,0.01,2006-06-13, +/games/boxart/full_8816160JapanFrontccc.jpg,SimCity Creator (JP sales),DS,Simulation,Electronic Arts,The Sims Studio,,0.18,,0.18,,,2008-03-19, +/games/boxart/full_5986026AmericaFrontccc.jpg,EyePet & Friends,PS3,Simulation,Sony Computer Entertainment,SCEE London Studio,,0.18,0.06,,0.09,0.03,2011-11-15, +/games/boxart/full_6785492AmericaFrontccc.jpg,Chaotic: Shadow Warriors,DS,Action,Activision,Activision,,0.18,0.17,,,0.01,2009-11-17, +/games/boxart/full_853293AmericaFrontccc.jpg,Valhalla Knights 3,PSV,Misc,Xseed Games,Unknown,,0.18,0.04,0.12,0.01,0.02,2013-10-15, +/games/boxart/9668915ccc.jpg,Amplitude,PS2,Misc,Sony Computer Entertainment,Harmonix Music Systems,,0.18,0.09,,0.07,0.02,2003-03-24, +/games/boxart/42014ccc.jpg,Monopoly Party,XB,Misc,Infogrames,Runecraft,,0.18,0.14,,0.04,0.01,2002-10-29, +/games/boxart/1125522ccc.jpg,Atari Anniversary Advance,GBA,Misc,Atari,Digital Eclipse,7.7,0.18,0.13,,0.05,0,2002-03-25, +/games/boxart/full_1702311JapanFrontccc.jpg,Nep League DS,DS,Sports,Jaleco,Jaleco Entertainment,,0.18,,0.18,,,2007-12-06, +/games/boxart/full_9636925AmericaFrontccc.jpg,Harvest Moon: A Wonderful Life Special Edition,PS2,Simulation,Natsume,Marvelous Interactive,,0.18,0.09,,0.07,0.02,2005-10-28, +/games/boxart/full_3248558AmericaFrontccc.jpg,Senran Kagura: Estival Versus,PSV,Action,Xseed Games,Marvelous Entertainment,,0.18,0.04,0.1,0.03,0.02,2016-03-15,2018-06-29 +/games/boxart/full_1018760AmericaFrontccc.jpg,Conception II: Children of the Seven Stars,PSV,Role-Playing,Atlus,Spike Chunsoft,,0.18,0.11,0.04,,0.04,2014-04-15,2019-01-14 +/games/boxart/full_8584887AmericaFrontccc.jpg,Cars: Race-O-Rama,PS3,Racing,THQ,Rainbow Studios,,0.18,0.14,,0.03,0.02,2009-10-13, +/games/boxart/full_f1-2011_231AmericaFront.jpg,F1 2011,PC,Racing,Codemasters,Codemasters Birmingham,8.1,0.18,,,0.15,0.04,2011-09-19, +/games/boxart/5388196ccc.jpg,Driving Emotion Type-S,PS2,Racing,Square,Escape,,0.18,0.04,0.11,0.03,0.01,2001-01-29, +/games/boxart/full_7655140AmericaFrontccc.jpg,DiRT Showdown,PS3,Racing,Codemasters,Codemasters,,0.18,0.02,,0.12,0.03,2012-06-12,2018-10-29 +/games/boxart/3519943ccc.jpg,American Chopper 2: Full Throttle,PS2,Racing,Activision,Creat Studio,,0.18,0.09,,0.07,0.02,2005-11-20, +/games/boxart/6263070ccc.jpg,Burnout Legends,DS,Racing,Electronic Arts,Visual Impact,3.8,0.18,0.15,,0.02,0.01,2005-11-29, +/games/boxart/3433780ccc.jpg,Full Auto 2: Battlelines,PS3,Racing,Sega,Pseudo Interactive,6.7,0.18,0.14,,0.02,0.02,2006-12-07, +/games/boxart/6568916ccc.jpg,Fight Club,PS2,Fighting,VU Games,Genuine Games,,0.18,0.09,,0.07,0.02,2004-11-16, +/games/boxart/full_6677764JapanFrontccc.jpg,Dead or Alive,SAT,Fighting,Tecmo,Team Ninja,7.9,0.18,,0.18,,0,1997-10-09, +/games/boxart/5402832ccc.jpg,Bloody Roar: Primal Fury,GC,Fighting,Activision,Eighting / Raizing,7.9,0.18,0.14,,0.04,0,2002-03-18, +/games/boxart/4126370ccc.jpg,Commandos 2: Men of Courage,PS2,Strategy,Eidos Interactive,Pyro Studios,,0.18,0.09,,0.07,0.02,2002-08-28, +/games/boxart/full_745707JapanFrontccc.jpg,Kidou Senshi Gundam: Senjou no Kizuna Portable,PSP,Strategy,Namco Bandai,Access Games,,0.18,,0.18,,,2009-03-26, +/games/boxart/full_4312922JapanFrontccc.jpg,Super Robot Taisen A Portable,PSP,Strategy,Namco Bandai,Banpresto,,0.18,,0.18,,,2008-06-19, +/games/boxart/full_super-robot-taisen-j_292JapanFront.jpg,Super Robot Taisen J,GBA,Strategy,Banpresto,Al,,0.18,,0.18,,0,2005-09-15, +/games/boxart/full_4559994AmericaFrontccc.jpg,Hatsune Miku: Project Diva X,PSV,Music,Sega,Sega,,0.18,0.05,0.12,,0.02,2016-08-30,2018-06-30 +/games/boxart/full_8823897AmericaFrontccc.jpg,Zumba Fitness Rush,X360,Music,Majesco Entertainment,Majesco Entertainment,,0.18,0,,0.16,0.02,2012-02-14,2018-11-04 +/games/boxart/full_2973724AmericaFrontccc.jpg,Country Dance: All Stars,X360,Music,GameMill Entertainment,GameMill Entertainment,,0.18,0.16,,,0.02,2012-03-27,2018-11-04 +/games/boxart/full_4839572JapanFrontccc.jpg,Chocobo no Fushigi Dungeon for WonderSwan,WS,Role-Playing,Bandai,SquareSoft,,0.18,,0.18,,0,1999-03-04, +/games/boxart/full_6403342JapanFrontccc.jpg,Digimon Story: Cyber Sleuth,PSV,Role-Playing,Namco Bandai Games,Media.Vision,,0.18,0,0.18,,0,2016-02-02,2018-01-22 +/games/boxart/9249096ccc.jpg,The Elder Scrolls IV: Shivering Isles,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.9,0.18,0.17,,,0.01,2007-10-16, +/games/boxart/full_might-ampamp-magic-clash-of-heroes_3AmericaFront.jpg,Might & Magic: Clash of Heroes,DS,Role-Playing,Ubisoft,Capybara Games,8.6,0.18,0.15,,0.02,0.01,2009-12-01, +/games/boxart/5645503ccc.jpg,.hack//G.U. Vol.3//Redemption,PS2,Role-Playing,Namco Bandai,CyberConnect2,5.7,0.17,,0.17,,,2007-09-10, +/games/boxart/full_3776833JapanFrontccc.jpg,The Idolm@ster: Shiny Festa - Honey Sound / Funky Note / Groovy Tune,PSP,Music,Namco Bandai Games,Bandai Namco Games,,0.17,,0.17,,,2012-10-25,2018-11-04 +/games/boxart/full_957387AmericaFrontccc.jpg,Final Fantasy XIV: Heavensward,PS4,MMO,Square Enix,Square Enix,,0.17,,0.06,0.09,0.02,2015-06-23,2018-04-22 +/games/boxart/full_4065255AmericaFrontccc.jpg,Final Fantasy XIV: Stormblood,PS4,MMO,Square Enix,Square Enix,,0.17,0.05,0.04,0.06,0.02,2017-06-20,2018-06-30 +/games/boxart/full_1540081AmericaFrontccc.jpg,Stormrise,PS3,Strategy,Sega,The Creative Assembly,,0.17,0.13,,0.02,0.02,2009-03-24, +/games/boxart/full_super-robot-taisen-l_8JapanFront.jpg,Super Robot Taisen L,DS,Strategy,Namco Bandai,Banpresto,,0.17,,0.17,,,2010-11-25, +/games/boxart/full_6595770AmericaFrontccc.jpg,Just Dance 2019,PS4,Music,Ubisoft,Ubisoft Paris,,0.17,0.11,,0.03,0.03,2018-10-23,2018-09-28 +/games/boxart/full_6452580JapanFrontccc.jpg,Densetsu no Stafi 4,DS,Platform,Nintendo,TOSE,,0.17,,0.17,,,2006-04-13, +/games/boxart/full_3380200AmericaFrontccc.jpg,Pac-Man World 3,DS,Platform,Namco,Blitz Games,,0.17,0.15,,0,0.01,2005-12-07, +/games/boxart/3404899ccc.jpg,Classic NES Series: Donkey Kong,GBA,Platform,Nintendo,Nintendo,6.5,0.17,,0.17,,,2004-06-02, +/games/boxart/9415139ccc.jpg,Street Fighter: The Movie,PS,Fighting,Acclaim Entertainment,Incredible Technologies,,0.17,0.1,,0.07,0.01,1995-08-10, +/games/boxart/full_csi-fatal-conspiracy_3AmericaFront.jpg,CSI: Fatal Conspiracy,X360,Adventure,Ubisoft,Telltale Games,,0.17,0.11,,0.04,0.01,2010-10-26, +/games/boxart/full_3205207AmericaFrontccc.jpg,Clock Tower II: The Struggle Within,PS,Adventure,Agetec,Human Entertainment,4.4,0.17,0.02,0.12,0.01,0.01,1999-10-31, +/games/boxart/full_7495098AmericaFrontccc.jpeg,Journey,PSN,Adventure,Sony Computer Entertainment America,thatgamecompany,,0.17,0.04,,0.11,0.01,2012-08-28,2018-09-23 +/games/boxart/full_1843833AmericaFrontccc.jpg,The Walking Dead - The Telltale Series: A New Frontier,PS4,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.17,0.11,,0.04,0.03,2017-02-28, +/games/boxart/full_3873682AmericaFrontccc.jpg,Fairytale Fights,X360,Action,Playlogic Game Factory,Playlogic Game Factory,4.9,0.17,0.14,,0.02,0.01,2009-10-27, +/games/boxart/full_4475498AmericaFrontccc.jpg,Beat Down: Fists of Vengeance,PS2,Action,Capcom,Cavia Inc.,,0.17,0.04,0.09,0.03,0.01,2005-08-23, +/games/boxart/3595470ccc.jpg,World Destruction League: Thunder Tanks,PS,Action,3DO,3DO,,0.17,0.09,,0.06,0.01,2000-09-09, +/games/boxart/full_green-lantern-rise-of-the-manhunters_449AmericaFront.jpg,Green Lantern: Rise of the Manhunters,PS3,Action,Warner Bros. Interactive,Griptonite Games,6.5,0.17,0.09,,0.05,0.02,2011-06-07, +/games/boxart/full_1627866AmericaFrontccc.jpg,James Cameron's Dark Angel,PS2,Action,Sierra Entertainment,Radical Entertainment,,0.17,0.08,,0.07,0.02,2002-11-18, +/games/boxart/full_4406868JapanFrontccc.jpg,The King of Fighters '97,PS,Fighting,Trigger Apps,SNK Corporation,,0.17,,0.16,,0.01,1998-05-28, +/games/boxart/full_2011705AmericaFrontccc.jpg,Murdered: Soul Suspect,XOne,Action-Adventure,Square Enix,Airtight Games,,0.17,0.08,,0.07,0.01,2014-06-03,2018-08-06 +/games/boxart/2145910ccc.jpg,Mega Man Network Transmission,GC,Platform,Capcom,Arika,,0.17,0.13,,0.03,0,2003-06-17, +/games/boxart/full_6734918AmericaFrontccc.jpg,Batman Beyond: Return of the Joker,PS,Action,Kemco,Kemco,,0.17,0.09,,0.06,0.01,2000-11-20, +/games/boxart/full_tron-evolution_738AmericaFront.jpg,TRON: Evolution,DS,Action,Disney Interactive Studios,n-Space,,0.17,0.11,,0.04,0.01,2010-12-07, +/games/boxart/full_3567213AmericaFrontccc.jpg,Axiom Verge,NS,Action,Thomas Happ Games,Thomas Happ Games,7.5,0.17,0.12,,0.03,0.02,2017-11-21,2018-01-12 +/games/boxart/full_8967578AmericaFrontccc.jpg,Chaotic: Shadow Warriors,PS3,Action,Activision,Activision,,0.17,0.15,,,0.02,2009-11-17, +/games/boxart/full_9743213AmericaFrontccc.jpg,Prototype: Biohazard Bundle,PS4,Action,Activision,Activision,,0.17,0.14,,,0.03,2016-10-11, +/games/boxart/full_7778488AmericaFrontccc.jpg,Nightmare Creatures II,PS,Action,Konami,Kalisto Entertainment,,0.17,0.09,,0.06,0.01,2000-04-29, +/games/boxart/9474109ccc.jpg,Catwoman,PS2,Action,Electronic Arts,Argonaut Games,4.6,0.17,0.08,,0.06,0.02,2004-07-20, +/games/boxart/558150ccc.jpg,Garfield: Lasagna World Tour,PS2,Action,Conspiracy Entertainment,EKO Software,,0.17,0.08,,0.06,0.02,2008-06-27, +/games/boxart/full_5524106AmericaFrontccc.jpg,TransFormers Animated: The Game,DS,Action,Activision,Artificial Mind and Movement,,0.17,0.15,,0.01,0.01,2008-10-21, +/games/boxart/8844859ccc.jpg,Armor Ambush,2600,Action,Mattel Interactive,Mattel,,0.17,0.15,,0.01,0,1982-01-01, +/games/boxart/3586431ccc.jpg,Death Trap,2600,Action,Avalon Interactive,Avalon Hill,,0.17,0.15,,0.01,0,1983-01-01, +/games/boxart/297893ccc.jpg,Mr. Do!'s Castle,2600,Action,Parker Bros.,Parker Bros,,0.17,0.15,,0.01,0,1984-01-01, +/games/boxart/full_reloaded_956AmericaFront.jpg,Reloaded,PS,Action,Interplay,Gremlin Interactive,,0.17,0.09,,0.06,0.01,1996-11-30, +/games/boxart/8558802ccc.gif,State of Emergency,XB,Action,Rockstar Games,VIS Entertainment,,0.17,0.13,,0.04,0.01,2003-03-26, +/games/boxart/full_9587208AmericaFrontccc.jpg,Valkyrie Drive: Bhikkhuni,PSV,Action,PQube,Marvelous Entertainment,,0.17,,0.11,0.05,0.01,2016-10-11,2018-06-30 +/games/boxart/full_5729608AmericaFrontccc.jpg,G-Force,X360,Action,Disney Interactive Studios,Eurocom Entertainment Software,7.4,0.17,0.11,,0.05,0.02,2009-07-21, +/games/boxart/full_7049580AmericaFrontccc.jpg,Hitman: HD Trilogy,X360,Misc,Square Enix,Unknown,,0.17,0.07,,0.09,0.01,2013-01-29, +/games/boxart/full_1537606AmericaFrontccc.jpg,Hello Kitty: Happy Party Pals,GBA,Misc,THQ,ValuSoft,,0.17,0.12,,0.05,0,2005-10-11, +/games/boxart/full_we-sing-uk-hits_172PALFront.jpg,We Sing UK Hits,Wii,Misc,Nordic Games,Le Cortex,,0.17,,,0.15,0.02,2011-09-30, +/games/boxart/default.jpg,Michael Jackson: The Experience 3D,3DS,Misc,Ubisoft,Longtail Studios,,0.17,0.13,,0.03,0.02,2011-11-08, +/games/boxart/full_3195272AmericaFrontccc.jpg,Fuzion Frenzy 2,X360,Misc,Microsoft,Hudson Soft,,0.17,0.14,,0.01,0.01,2007-01-30, +/games/boxart/full_6775958AmericaFrontccc.jpg,The Naked Brothers Band: The Video Game,PS2,Misc,THQ,Barking Lizards Technologies,,0.17,0.08,,0.06,0.02,2008-10-20, +/games/boxart/full_1323101PALFrontccc.jpg,Buzz! Brain of the UK,PS3,Misc,Sony Computer Entertainment,Relentless Software,,0.17,,,0.15,0.01,2009-03-27, +/games/boxart/9186525ccc.jpg,Bomberman Land,Wii,Misc,Hudson Soft,Hudson Soft,6,0.17,0.11,0.03,0.02,0.01,2008-01-29, +/games/boxart/4301328ccc.jpg,Sega Superstars,PS2,Misc,Sega,Sonic Team,,0.17,0.08,,0.06,0.02,2004-11-03, +/games/boxart/2382341ccc.jpg,Midway Arcade Treasures,GC,Misc,Midway Games,Digital Eclipse,6.8,0.17,0.13,,0.03,0,2003-12-18, +/games/boxart/full_4129318AmericaFrontccc.jpg,Mousetrap / Operation / Simon,GBA,Misc,DSI Games,Gravity-I,,0.17,0.12,,0.04,0,2005-11-07, +/games/boxart/full_4154844JapanFrontccc.jpg,TOEIC Test Training DS,DS,Misc,IE Institute,IE Institute,,0.17,,0.17,,,2007-03-29, +/games/boxart/full_8206736AmericaFrontccc.jpg,Easy Piano,DS,Misc,Valcon Games,Game Life,,0.17,0.04,,0.11,0.02,2010-04-13, +/games/boxart/full_9887712AmericaFrontccc.jpg,Bratz Kidz,Wii,Misc,Game Factory,Neko Entertainment,,0.17,0.16,,,0.01,2008-11-11, +/games/boxart/full_2245382AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.17,0.12,,0.04,0,2004-07-05, +/games/boxart/full_300013PALFrontccc.jpg,SingStar Motown,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.17,,,0.16,0.02,2009-11-10, +/games/boxart/full_7101971AmericaFrontccc.jpg,Iron Chef America: Supreme Cuisine,Wii,Simulation,Destineer,Black Lantern Studios,2,0.17,0.16,,,0.01,2008-11-25, +/games/boxart/full_4882528AmericaFrontccc.jpg,Learning to Spell,DS,Misc,505 Games,505 Games,,0.17,0.16,,,0.01,2010-04-20, +/games/boxart/full_1350199JapanFrontccc.jpg,Phantasy Star Online 2,PSV,Misc,Sega,Unknown,,0.17,,0.17,,,2013-02-28, +/games/boxart/full_3837905JapanFrontccc.jpg,Gundam Assault Survive,PSP,Simulation,Namco Bandai,Bandai Namco Games,,0.17,,0.17,,,2010-03-18, +/games/boxart/full_3118898AmericaFrontccc.jpg,Harvest Moon: The Lost Valley,3DS,Simulation,Natsume,Natsume,,0.17,0.13,,0.02,0.02,2014-11-04,2019-01-13 +/games/boxart/full_zhuzhu-puppies_625AmericaFront.jpg,ZhuZhu Puppies,DS,Simulation,Activision,Black Lantern Studios,,0.17,0.12,,0.03,0.01,2011-03-29, +/games/boxart/full_4056110AmericaFrontccc.jpg,Trauma Team,Wii,Simulation,Atlus,Atlus Co.,8.1,0.17,0.14,0.02,,0.01,2010-05-18, +/games/boxart/full_7301106JapanFrontccc.jpg,Mahjong Fight Club,PSP,Misc,Konami,Konami,,0.17,,0.17,,0,2004-12-12, +/games/boxart/full_6069577AmericaFrontccc.jpg,Pursuit Force,PSP,Racing,Sony Computer Entertainment,Bigbig Studios,7.4,0.17,0.14,,0.01,0.02,2006-03-07, +/games/boxart/full_6748862AmericaFrontccc.jpg,TT Isle of Man: Ride on the Edge,PS4,Racing,Big Ben Interactive,Kylotonn,,0.17,0.05,,0.09,0.03,2018-03-06,2018-03-07 +/games/boxart/full_3572030AmericaFrontccc.jpg,RC Revenge Pro,PS2,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.17,0.08,,0.06,0.02,2001-01-16,2018-05-09 +/games/boxart/full_6394238AmericaFrontccc.jpg,Naval Assault: The Killing Tide,X360,Simulation,505 Games,Artech Studios,,0.17,0.08,,0.07,0.02,2010-06-15, +/games/boxart/6155901ccc.jpg,Disney Friends,DS,Simulation,Disney Interactive Studios,Amaze Entertainment,,0.17,0.12,,0.03,0.01,2008-02-26, +/games/boxart/full_2312877AmericaFrontccc.jpg,Harvest Moon: Light of Hope,NS,Simulation,Natsume,Natsume,,0.17,0.12,,0.03,0.02,2018-05-29,2018-06-14 +/games/boxart/full_9989350AmericaFrontccc.jpg,Exhibition Volume 02,XB,Misc,Microsoft,Various,,0.17,0.13,,0.04,0.01,2003-03-05,2018-09-25 +/games/boxart/full_4184198AmericaFrontccc.jpg,Let's TAP,Wii,Misc,Sega,PROPE,7,0.17,0.08,0.01,0.06,0.02,2009-06-16, +/games/boxart/3112866ccc.jpg,Turok 3: Shadow of Oblivion,N64,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,0.17,0.12,,0.05,0,2000-08-30, +/games/boxart/full_5176184JapanFrontccc.jpg,Bomberman B-Daman,SNES,Shooter,Hudson Soft,Hudson Soft,,0.17,,0.17,,,1996-12-20, +/games/boxart/2444203ccc.jpg,Terminator 3: The Redemption,PS2,Shooter,Atari,Paradigm Entertainment,,0.17,0.08,,0.06,0.02,2004-09-02, +/games/boxart/7131055ccc.jpg,James Bond 007: Everything or Nothing,GBA,Shooter,Electronic Arts,Griptonite Games,7.1,0.17,0.12,,0.04,0,2003-11-17, +/games/boxart/full_1276315PALFrontccc.jpg,Parodius,SAT,Shooter,Konami,Konami,,0.17,,0.16,,0,1996-01-01, +/games/boxart/full_2071849JapanFrontccc.jpg,Fate/stay night [Réalta Nua],PS2,Adventure,Kadokawa Shoten,Type-Moon,,0.17,,0.17,,,2007-04-19, +/games/boxart/full_8057993JapanFrontccc.jpg,Gyakuten Saiban 3,GBA,Adventure,Capcom,Capcom,,0.17,,0.16,,0,2004-01-23, +/games/boxart/full_monkey-island-special-edition-collection_561PALFront.jpg,Monkey Island: Special Edition Collection,PC,Adventure,LucasArts,LucasArts,,0.17,,,0.14,0.03,2011-09-09, +/games/boxart/3568946ccc.jpg,The Grim Adventures of Billy & Mandy,GC,Action,Midway Games,High Voltage Software,7.2,0.17,0.13,,0.03,0,2006-09-25, +/games/boxart/full_4413566AmericaFrontccc.jpg,EyeToy: Kinetic,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.17,0.09,,0.07,0.02,2005-11-22, +/games/boxart/8515116ccc.jpg,25 To Life,XB,Shooter,Eidos Interactive,Avalanche Software / Ritual Entertainment,,0.17,0.12,,0.04,0.01,2006-01-17, +/games/boxart/full_7760364AmericaFrontccc.jpg,Gunvalkyrie,XB,Shooter,Sega,Smilebit,6.1,0.17,0.13,,0.04,0.01,2002-03-18, +/games/boxart/7175171ccc.jpg,Dementium: The Ward,DS,Shooter,Gamecock,Renegade Kid,7.5,0.17,0.15,,0.01,0.01,2007-10-26, +/games/boxart/full_4045854AmericaFrontccc.jpg,Wolfenstein 3D,GBA,Shooter,BAM! Entertainment,Stalker Entertainment,,0.17,0.12,,0.04,0,2002-03-31, +/games/boxart/full_413172AmericaFrontccc.jpg,Resident Evil 6,PS4,Shooter,Capcom,Capcom,,0.17,0.1,0.05,,0.02,2016-03-29,2018-03-30 +/games/boxart/full_1257744AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Future Soldier,PC,Shooter,Ubisoft,Ubisoft Paris,,0.17,0.05,,0.1,0.02,2012-05-22, +/games/boxart/full_disney-sing-it-family-hits_1AmericaFront.jpg,Disney Sing It: Family Hits,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.17,0.11,,0.04,0.02,2010-08-03, +/games/boxart/full_camp-rock-the-final-jam_3AmericaFront.jpg,Camp Rock: The Final Jam,DS,Misc,Disney Interactive Studios,Disney Interactive Studios,,0.17,0.14,,0.02,0.01,2010-08-31, +/games/boxart/full_2106119AmericaFrontccc.png,uDraw Studio: Instant Artist,Wii,Misc,THQ,THQ,,0.17,0.06,,0.09,0.02,2011-11-15, +/games/boxart/full_2358176AmericaFrontccc.jpg,Project Spark,XOne,Misc,Microsoft Studios,Team Dakota,,0.17,0.11,,0.05,0.02,2014-10-07,2018-08-09 +/games/boxart/full_5155806PALFrontccc.jpg,Demon Gaze,PSV,Misc,NIS America,Unknown,,0.17,0.04,0.09,0.03,0.02,2014-04-22, +/games/boxart/8163595ccc.gif,The Suffering: Ties That Bind,PS2,Action,Midway Games,Surreal Software,,0.17,0.09,,0.07,0.02,2005-09-26, +/games/boxart/3569847ccc.jpg,Teen Titans,GBA,Action,THQ,A2M,,0.17,0.13,,0.05,0,2005-10-16, +/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_4AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,PS3,Action,THQ,THQ,,0.17,0.12,,0.03,0.02,2010-11-16, +/games/boxart/full_5805748JapanFrontccc.jpg,Tokimeki Memorial: Private Collection,PS,Misc,Konami,Konami,,0.17,,0.16,,0.01,1996-04-26, +/games/boxart/full_1985423PALFrontccc.jpg,I'm A Celebrity: Get Me Out of Here!,Wii,Misc,Mindscape,Mindscape,,0.17,,,0.16,0.01,2009-11-06, +/games/boxart/6183755ccc.jpg,Dragon Ball GT: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.17,0.12,,0.05,0,2004-09-09, +/games/boxart/full_3759633AmericaFrontccc.jpg,World Championship Poker,GBA,Misc,Crave Entertainment,Sensory Sweep Studios,,0.17,0.12,,0.05,0,2004-11-03, +/games/boxart/9008492ccc.jpg,Codename: Kids Next Door: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.17,0.12,,0.05,0,2004-06-29, +/games/boxart/full_642686AmericaFrontccc.jpg,Pokémon Beach Blank-out Blastoise / Go West Young Meowth Game Boy Advance Video,GBA,Misc,Nintendo,Nintendo,,0.17,0.12,,0.05,0,2004-09-27, +/games/boxart/full_2432603AmericaFrontccc.jpg,My French Coach,DS,Misc,Ubisoft,Sensory Sweep Studios,,0.17,0.14,,0.01,0.01,2007-11-06, +/games/boxart/full_6250774AmericaFrontccc.jpg,Disney TH!NK Fast: The Ultimate Trivia Showdown,PS2,Misc,Disney Interactive Studios,Magenta Software,,0.17,0.08,,0.06,0.02,2008-11-07, +/games/boxart/3359320ccc.jpg,X-Men: The Official Game,X360,Action,Activision,"Z-Axis, Ltd.",4.9,0.17,0.16,,0,0.01,2006-05-16, +/games/boxart/full_the-lord-of-the-rings-aragorns-quest_9AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PS3,Action,Warner Bros. Interactive,TT Fusion,,0.17,0.1,,0.04,0.02,2010-09-14, +/games/boxart/full_7600898AmericaFrontccc.jpg,Katamari Damacy Reroll,NS,Action,Bandai Namco Entertainment,Bandai Namco Games,8.8,0.17,0.14,0.02,,0.02,2018-12-07,2018-09-13 +/games/boxart/full_tamagotchi-no-narikiri-challenge_10JapanFront.jpg,Tamagotchi no Narikiri Challenge,DS,Action,Namco Bandai,Bandai Namco Games,,0.17,,0.17,,,2010-11-11, +/games/boxart/576315ccc.jpg,World Destruction League: Thunder Tanks,PS2,Action,3DO,3DO,,0.17,0.08,,0.07,0.02,2000-12-20, +/games/boxart/default.jpg,Transformers: Dark of the Moon,Wii,Action,Activision,Behaviour Interactive Inc.,3,0.17,0.09,,0.06,0.02,2011-06-14, +/games/boxart/full_9307626AmericaFrontccc.jpg,Petz: Horseshoe Ranch,DS,Adventure,Ubisoft,Ubisoft,,0.17,0.16,,,0.01,2009-02-03, +/games/boxart/full_9798112JapanFrontccc.jpg,Sound Novel Evolution 1: Otogirisou Sosei-Hen,PS,Adventure,ChunSoft,ChunSoft,,0.17,,0.16,,0.01,1999-03-25, +/games/boxart/full_2725888JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2014,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.17,,0.17,,,2014-10-23,2018-05-01 +/games/boxart/full_captain-america-super-soldier_353AmericaFront.jpg,Captain America: Super Soldier,X360,Action,Sega,Next Level Games,5.9,0.17,0.11,,0.05,0.01,2011-07-19, +/games/boxart/full_3502851JapanFrontccc.jpg,Macross Ultimate Frontier,PSP,Action,Namco Bandai,ArtDink,,0.17,,0.17,,,2009-10-01, +/games/boxart/full_7496818AmericaFrontccc.jpg,Mercury Meltdown Revolution,Wii,Action,Ignition Entertainment,Unknown,8,0.17,0.16,,0,0.01,2007-08-14, +/games/boxart/full_8861651AmericaFrontccc.jpg,Hunter: The Reckoning Redeemer,XB,Action,VU Games,High Voltage Software,,0.17,0.13,,0.04,0.01,2003-10-28, +/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_0AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,PS3,Action,Activision,Now Production,,0.17,0.14,,0.01,0.02,2010-11-02, +/games/boxart/2369974ccc.gif,Thief: Deadly Shadows,XB,Action,Eidos Interactive,Unknown,,0.17,0.13,,0.04,0.01,2004-05-25, +/games/boxart/full_874045AmericaFrontccc.jpg,Time Commando,PS,Action,Activision,Adeline Software,,0.17,0.1,,0.07,0.01,1996-09-30, +/games/boxart/full_8967884AmericaFrontccc.jpg,SSX On Tour,GC,Sports,EA Sports BIG,EA Canada,,0.17,0.13,,0.03,0,2005-10-11, +/games/boxart/full_8667345AmericaFrontccc.jpg,True Crime: New York City,GC,Action,Activision,EXAKT Entertainment,6.4,0.17,0.13,,0.03,0,2005-11-15, +/games/boxart/718672ccc.jpg,ESPN Final Round Golf 2002,GBA,Sports,Konami,Konami Computer Entertainment Nagoya,6,0.17,0.12,,0.05,0,2001-08-28, +/games/boxart/full_4939758PALFrontccc.jpg,NHL 2K9,X360,Sports,2K Sports,Visual Concepts,,0.17,0.15,,0.01,0.01,2008-09-08, +/games/boxart/full_8692600JapanFrontccc.jpg,Power Pro Kun Pocket,GB,Sports,Konami,Diamond Head,,0.17,,0.17,,0,1999-04-01, +/games/boxart/full_6167871AmericaFrontccc.jpg,Backyard NFL Football '09,PS2,Sports,Atari,Humongous Entertainment,,0.17,0.08,,0.07,0.02,2008-10-21, +/games/boxart/full_8429268AmericaFrontccc.jpg,Backyard Baseball '10,PS2,Sports,Atari,Atari,,0.17,0.08,,0.07,0.02,2009-04-28, +/games/boxart/full_8602245JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2013,PSP,Sports,Konami Digital Entertainment,Konami,,0.17,,0.17,,,2013-10-24,2018-10-27 +/games/boxart/6088772ccc.jpg,Leisure Suit Larry: Magna Cum Laude,XB,Adventure,VU Games,High Voltage Software,,0.17,0.12,,0.04,0.01,2004-10-05, +/games/boxart/full_4060505AmericaFrontccc.jpg,Cubivore: Survival of the Fittest,GC,Adventure,Atlus,Saru Brunei / Intelligent Systems,7.1,0.17,0.01,0.15,0,0,2002-11-05, +/games/boxart/full_doctor-lautrec-and-the-forgotten-knights_837AmericaFront.jpg,Doctor Lautrec and the Forgotten Knights,3DS,Adventure,Konami,Konami,,0.17,0.07,0.03,0.05,0.01,2011-12-13, +/games/boxart/full_751350AmericaFrontccc.jpg,Psi-Ops: The Mindgate Conspiracy,XB,Shooter,Midway Games,Midway Games,,0.17,0.13,,0.04,0.01,2004-06-14, +/games/boxart/9560897ccc.gif,SWAT: Global Strike Team,XB,Shooter,Sierra Entertainment,Argonaut Games,,0.17,0.13,,0.04,0.01,2003-10-29, +/games/boxart/7747429ccc.jpg,Top Spin 2,X360,Sports,2K Sports,Indie Built,7.7,0.17,0.15,,0,0.01,2006-03-29, +/games/boxart/full_9613037AmericaFrontccc.jpg,Gallop Racer 2001,PS2,Sports,Tecmo,Tecmo,,0.17,0.05,0.06,0.04,0.01,2001-08-20, +/games/boxart/full_jillian-michaels-fitness-ultimatum-2011_6AmericaFront.jpg,Jillian Michaels Fitness Ultimatum 2011,Wii,Sports,D3 Publisher,Collision Studios,,0.17,0.16,,,0.01,2010-11-16, +/games/boxart/full_brunswick-cosmic-bowling_9AmericaFront.jpg,Brunswick Cosmic Bowling,Wii,Sports,GameMill,CokeM Interactive,,0.17,0.16,,,0.01,2010-09-14, +/games/boxart/2578713ccc.jpg,Bee Movie Game,X360,Action,Activision,Beenox,6.8,0.17,0.16,,0,0.01,2007-10-30, +/games/boxart/431483ccc.jpg,Spawn: Armageddon,XB,Action,Namco,Point of View,,0.17,0.13,,0.04,0.01,2003-11-21, +/games/boxart/9636896ccc.jpg,Rise of the Argonauts,X360,Action,Codemasters,Codemasters,5.2,0.17,0.03,,0.12,0.01,2008-12-16, +/games/boxart/full_3714397AmericaFrontccc.jpg,Disney's Home on the Range,GBA,Action,Disney Interactive Studios,Artificial Mind and Movement,5,0.17,0.12,,0.04,0,2004-03-31, +/games/boxart/full_5591366AmericaFrontccc.jpg,N3 II: Ninety-Nine Nights,X360,Action,Konami,Q Entertainment / Phantagram / FeelPlus,,0.17,0.06,0.04,0.06,0.01,2010-06-29, +/games/boxart/full_2078772AmericaFrontccc.jpg,Fairytale Fights,PS3,Action,Playlogic Game Factory,Playlogic Game Factory,4.8,0.17,0.11,,0.04,0.02,2009-10-27, +/games/boxart/full_the-cursed-crusade_284AmericaFront.jpg,The Cursed Crusade,PS3,Action,Atlus,Kylotonn Entertainment,4,0.17,0.07,0.01,0.07,0.02,2011-10-25, +/games/boxart/8282664ccc.jpg,Skate it,DS,Sports,Electronic Arts,Exient Entertainment,,0.17,0.14,,0.02,0.01,2008-11-19, +/games/boxart/full_6225528AmericaFrontccc.jpg,Major League Baseball 2K6,GC,Sports,2K Sports,Kush Games,6.2,0.17,0.13,,0.03,0,2006-06-12, +/games/boxart/1869721ccc.jpg,Smash Court Tennis Pro Tournament,PS2,Sports,Namco,Namco,,0.17,0.08,,0.07,0.02,2002-03-20, +/games/boxart/full_5849941AmericaFrontccc.jpg,NBA Inside Drive 2004,XB,Sports,Microsoft Game Studios,High Voltage Software,,0.17,0.13,,0.04,0.01,2003-11-18, +/games/boxart/full_6859863AmericaFrontccc.jpg,Professional Fisherman's Tour: Northern Hemisphere,DS,Sports,UFO Interactive,Starfish,,0.17,0.16,,,0.01,2007-08-29, +/games/boxart/full_1034190AmericaFrontccc.jpg,Rapala Fishing Frenzy 2009,PS3,Sports,Activision,FUN Labs,,0.17,0.16,,,0.01,2008-09-02, +/games/boxart/full_863291AmericaFrontccc.jpg,SEGA Bass Fishing Duel,PS2,Sports,Sega,Wow Entertainment,,0.17,0.09,,0.07,0.02,2002-09-23, +/games/boxart/full_sports-illustrated-for-kids-baseball_135AmericaFront.jpg,Sports Illustrated for Kids: Baseball,GBA,Sports,BAM! Entertainment,Sennari Interactive,,0.17,0.12,,0.05,0,2001-09-02, +/games/boxart/full_9547613AmericaFrontccc.jpg,Warriors of Might and Magic,PS2,Adventure,3DO,3DO,,0.17,0.09,,0.07,0.02,2001-03-17, +/games/boxart/full_307650AmericaFrontccc.jpg,Army Men: Sarge's Heroes 2,PS2,Shooter,3DO,3DO,,0.17,0.09,,0.07,0.02,2001-03-20, +/games/boxart/full_2344851AmericaFrontccc.jpg,Borderlands,PC,Shooter,2K Games,Gearbox Software,8.3,0.17,0.01,,0.14,0.03,2009-10-20, +/games/boxart/5745703ccc.jpg,Metal Arms: Glitch in the System,XB,Shooter,VU Games,Swingin' Ape Studios,,0.17,0.13,,0.04,0.01,2003-11-18, +/games/boxart/full_2854153AmericaFrontccc.jpg,MDK2 Armageddon,PS2,Shooter,Interplay,BioWare Corp.,,0.17,0.08,,0.07,0.02,2001-03-26, +/games/boxart/3908388ccc.jpg,Mark Davis Pro Bass Challenge,PS2,Sports,Natsume,SIMS,,0.17,0.09,,0.07,0.02,2003-08-27, +/games/boxart/full_1049855AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,DS,Sports,Konami,Konami Computer Entertainment Tokyo,,0.17,,0.17,0,0,2007-02-06, +/games/boxart/full_658804AmericaFrontccc.jpg,Major League Baseball 2K9,PS3,Sports,2K Sports,Visual Concepts,,0.17,0.16,0,,0.01,2009-03-03, +/games/boxart/9545945ccc.jpg,The Hobbit,GC,Adventure,Sierra Entertainment,Midway Studios - Austin,5,0.17,0.13,,0.03,0,2003-11-11, +/games/boxart/full_9064810AmericaFrontccc.jpg,Lost in Blue 3,DS,Adventure,Konami,Konami,,0.17,0.09,0.06,0.02,0.01,2008-03-18, +/games/boxart/full_5761472AmericaFrontccc.jpg,Rush: A Disney Pixar Adventure,XOne,Adventure,Microsoft Studios,Asobo Studio,,0.17,0.15,,,0.02,2017-10-31,2018-09-25 +/games/boxart/full_4316128AmericaFrontccc.jpg,Disney's Atlantis: The Lost Empire,PS,Adventure,Sony Computer Entertainment,Eurocom Entertainment Software,,0.17,0.1,,0.07,0.01,2001-06-14, +/games/boxart/full_3375090AmericaFrontccc.jpg,Broken Sword: Shadows of the Templars - The Director's Cut,DS,Adventure,Ubisoft,Revolution Software,,0.17,0.07,,0.08,0.02,2009-03-24, +/games/boxart/full_9112469AmericaFrontccc.jpg,Bomberman 64: The Second Attack!,N64,Adventure,Vatical Entertainment,Hudson Soft,,0.17,0.05,0.11,0.01,0,2000-05-28, +/games/boxart/5832041ccc.jpg,The Chronicles of Narnia: Prince Caspian,PS3,Adventure,Disney Interactive Studios,Traveller's Tales,,0.17,0.14,,0.02,0.02,2008-05-15, +/games/boxart/full_4278823AmericaFrontccc.jpg,The Wild Thornberrys: Animal Adventures,PS,Adventure,Mattel Interactive,Mattel Interactive,,0.17,0.1,,0.07,0.01,2000-11-08, +/games/boxart/7115863ccc.jpg,NHL 07,PSP,Sports,EA Sports,EA Montreal,7.6,0.17,0.13,,0.02,0.02,2006-09-12, +/games/boxart/full_290136JapanFrontccc.jpg,Dragon Quest X,3DS,MMO,Square Enix,Square Enix,,0.17,,0.17,,,2014-09-04,2018-04-22 +/games/boxart/2689969ccc.jpg,Gauntlet: Dark Legacy,XB,Action,Midway Games,Midway Games West,,0.17,0.13,,0.04,0.01,2002-04-15, +/games/boxart/2110960ccc.jpg,Batman Begins,GBA,Action,Electronic Arts,Vicarious Visions,6.3,0.17,0.12,,0.05,0,2005-06-14, +/games/boxart/full_1784596JapanFrontccc.jpg,Sumikko Gurashi: Omise Hajimerundesu,3DS,Action,Nippon Columbia,Nippon Columbia,,0.17,,0.17,,,2015-11-19,2018-04-21 +/games/boxart/full_3171654PALFrontccc.jpg,Company of Heroes: Anthology,PC,Strategy,THQ,Relic,,0.17,,,0.15,0.03,2009-04-24, +/games/boxart/7223077ccc.jpg,Resident Evil,SAT,Action,Capcom,Nextech,7.3,0.17,,0.17,,,1997-08-31, +/games/boxart/full_aliens-infestation_670AmericaFront.jpg,Aliens: Infestation,DS,Action,Sega,Way Forward,8.5,0.17,0.09,,0.05,0.02,2011-10-11, +/games/boxart/8047208ccc.jpg,NBA Street Homecourt,PS3,Sports,Electronic Arts,EA Canada,,0.17,0.13,0,0.01,0.02,2007-03-06, +/games/boxart/full_backyard-sports-football-rookie-rush_7AmericaFront.jpg,Backyard Sports Football: Rookie Rush,DS,Sports,Atari,HB Studios,,0.17,0.16,,,0.01,2010-10-26, +/games/boxart/8981870ccc.jpg,Gretzky NHL 2005,PS2,Sports,Sony Computer Entertainment,Page 44 Studios,,0.17,0.08,,0.07,0.02,2004-11-09, +/games/boxart/full_6053369AmericaFrontccc.jpg,Cabela's Legendary Adventures,PSP,Sports,Activision,Sand Grain Studios,,0.17,0.16,,,0.02,2008-09-09, +/games/boxart/full_415942AmericaFrontccc.jpg,Cabela's Legendary Adventures,Wii,Sports,Activision,Magic Wand Productions,,0.17,0.16,,,0.01,2008-09-17, +/games/boxart/full_6539578AmericaFrontccc.jpg,Pro Evolution Soccer 2014,PSP,Sports,Konami Digital Entertainment,Konami,,0.17,,0.14,0.02,0.01,2013-11-14,2018-03-02 +/games/boxart/full_1385667AmericaFrontccc.jpg,NBA 09: The Inside,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.2,0.17,0.16,,,0.01,2008-10-07,2018-12-04 +/games/boxart/full_66600PALFrontccc.jpg,Ashes Cricket 2009,PS3,Sports,Codemasters,Transmission Games,6.8,0.17,,,0.16,0.01,2009-08-07, +/games/boxart/full_1601864AmericaFrontccc.jpg,Blood Bowl,X360,Sports,SouthPeak Interactive,Cyanide Studio,6.4,0.17,0.13,,0.02,0.01,2010-01-26, +/games/boxart/full_7298649AmericaFrontccc.jpg,Major League Baseball 2K9,PS2,Sports,2K Sports,Visual Concepts,,0.17,0.08,,0.06,0.02,2009-03-03, +/games/boxart/full_8410196AmericaFrontccc.jpg,World Tour Soccer 2006,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.17,0.08,,0.06,0.02,2005-03-22,2018-12-03 +/games/boxart/full_5146663AmericaFrontccc.jpg,VR Golf '97,PS,Sports,VR Sports,Gremlin Interactive,,0.17,0.09,,0.06,0.01,1996-10-31, +/games/boxart/full_3446170AmericaFrontccc.jpg,Disney Golf,PS2,Sports,Electronic Arts,Tikipod,,0.17,0.07,0.02,0.06,0.02,2002-10-16, +/games/boxart/full_2536804AmericaFrontccc.jpg,Major League Baseball 2K13,PS3,Sports,2K Sports,"Visual Concepts, Ltd.",,0.17,0.14,,,0.03,2013-03-05,2018-09-29 +/games/boxart/full_8412819AmericaFrontccc.jpg,Backyard NFL Football '10,Wii,Sports,Atari,Humongous Entertainment,,0.17,0.16,,,0.01,2009-10-20, +/games/boxart/3475088ccc.jpg,Surf's Up,Wii,Sports,Ubisoft,Ubisoft Montreal,,0.17,0.15,,0,0.01,2007-05-30, +/games/boxart/8520143ccc.jpg,RoadKill,PS2,Action,Midway Games,Terminal Reality,,0.17,0.08,,0.07,0.02,2003-10-13, +/games/boxart/full_9688663AmericaFrontccc.jpg,NCAA Basketball 09,PS3,Sports,EA Sports,EA Canada,,0.17,0.15,,,0.01,2008-11-17, +/games/boxart/full_shawn-johnson-gymnastics_10AmericaFront.jpg,Shawn Johnson Gymnastics,Wii,Sports,Zoo Games,Artefacts Studio,,0.17,0.16,,,0.01,2010-11-16, +/games/boxart/full_6454644JapanFrontccc.jpg,Super Power League,SNES,Sports,Hudson Soft,Hudson Soft,,0.17,,0.17,,,1993-08-06, +/games/boxart/full_2654747AmericaFrontccc.jpg,NASCAR '15,X360,Sports,Deep Silver,Eutechnyx,,0.17,0.15,,,0.02,2015-05-22,2018-04-14 +/games/boxart/full_4434495AmericaFrontccc.jpg,NBA 09: The Inside,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.17,0.08,,0.06,0.02,2008-10-07,2018-12-04 +/games/boxart/full_9671191AmericaFrontccc.jpg,Sports Party,NS,Sports,Ubisoft,Magic Pockets,,0.17,0.06,,0.1,0.01,2018-10-30,2018-11-02 +/games/boxart/full_4748598JapanFrontccc.jpg,Itoi Shigesato no Bass Tsuri No. 1,SNES,Sports,Nintendo,HAL Laboratory,,0.17,,0.17,,,1997-02-21, +/games/boxart/2930565ccc.jpg,Magical Starsign (US sales),DS,Role-Playing,Nintendo,Brownie Brown,,0.17,0.14,,0.02,,2006-10-23, +/games/boxart/full_5968029JapanFrontccc.jpg,Final Fantasy V,PS,Role-Playing,SquareSoft,SquareSoft,,0.17,,0.16,,0.01,1999-09-30, +/games/boxart/full_2961189AmericaFrontccc.jpg,Hyperdimension Neptunia Victory,PS3,Role-Playing,Compile Heart,Idea Factory,,0.17,0.05,0.06,0.04,0.02,2013-03-21,2018-11-04 +/games/boxart/full_6206451JapanFrontccc.jpg,Far East of Eden II: Manji Maru,PS2,Role-Playing,Hudson Soft,Hudson Soft,,0.17,,0.17,,,2003-10-02, +/games/boxart/full_624525AmericaFrontccc.jpg,Lost Kingdoms,GC,Role-Playing,Activision,From Software,7.3,0.17,0.1,0.04,0.02,0,2002-05-27, +/games/boxart/full_6117252AmericaFrontccc.jpg,Time and Eternity,PS3,Role-Playing,NIS America,imageepoch Inc.,,0.17,0.06,0.06,0.03,0.02,2013-07-16,2018-01-28 +/games/boxart/full_saga-2-hihou-densetsu-goddess-of-destiny_6JapanFront.jpg,SaGa 2: Hihou Densetsu - Goddess of Destiny,DS,Role-Playing,Square Enix,Square Enix,,0.17,,0.17,,,2009-09-17, +/games/boxart/full_341232AmericaFrontccc.jpg,Just Dance 2018,WiiU,Music,Ubisoft,Ubisoft Paris,,0.17,0.07,,0.09,0.01,2017-10-24,2018-04-06 +/games/boxart/full_6324329PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja 5,PS2,Fighting,Namco Bandai,CyberConnect2,,0.17,,0.17,,,2009-11-27, +/games/boxart/5977536ccc.jpg,Backyard Wrestling: Don't Try This at Home,XB,Fighting,Eidos Interactive,Paradox Development,6,0.17,0.13,,0.04,0.01,2003-10-09, +/games/boxart/full_822173AmericaFrontccc.jpg,MXGP 3: The Official Motocross Videogame,PS4,Racing,Milestone,Milestone,,0.17,0.06,,0.08,0.03,2017-06-20,2018-06-25 +/games/boxart/full_514026AmericaFrontccc.jpg,NickToons Racing,PS,Racing,Hasbro Interactive,Software Creations,,0.17,0.09,,0.06,0.01,2001-09-07, +/games/boxart/full_627609AmericaFrontccc.jpg,NASCAR '14,X360,Racing,Deep Silver,Eutechnyx,,0.17,0.15,,,0.02,2014-02-18,2018-11-04 +/games/boxart/full_7442465AmericaFrontccc.jpg,Race Pro,X360,Racing,Atari,SimBin,,0.17,0.06,,0.09,0.02,2009-02-17, +/games/boxart/full_7516113AmericaFrontccc.jpg,Ar nosurge: Ode to an Unborn Star,PS3,Role-Playing,Tecmo Koei,Gust,,0.17,0.05,0.06,0.04,0.02,2014-09-23,2018-11-04 +/games/boxart/full_474611AmericaFrontccc.jpg,Space Griffon VF-9,PS,Role-Playing,Atlus,Panther Software,,0.17,0.02,0.12,0.02,0.01,1995-11-25, +/games/boxart/full_1549984AmericaFrontccc.jpg,Shrek Extra Large,GC,Platform,TDK Mediactive,Digital Illusions,3,0.17,0.13,,0.03,0,2002-10-31, +/games/boxart/2352968ccc.jpg,Rugrats: Royal Ransom,GC,Platform,THQ,Avalanche Software,,0.17,0.13,,0.03,0,2002-11-27, +/games/boxart/full_driver-san-francisco_673AmericaFront.jpg,Driver: San Francisco,Wii,Racing,Ubisoft,Ubisoft Reflections,7,0.17,0.06,,0.09,0.02,2011-09-06, +/games/boxart/full_f1-2011_91AmericaFront.jpg,F1 2011,3DS,Racing,Codemasters,Codemasters,5.5,0.17,0.07,,0.09,0.01,2011-12-06, +/games/boxart/3427381ccc.jpg,FlatOut,XB,Racing,Empire Interactive,Bugbear Entertainment,,0.17,0.12,,0.04,0.01,2005-07-12, +/games/boxart/full_5287821JapanFrontccc.jpg,The King of Fighters '97,SAT,Fighting,SNK,SNK Corporation,,0.17,,0.17,,0,1998-03-26, +/games/boxart/full_6287084AmericaFrontccc.jpg,The King of Fighters '95,PS,Fighting,Sony Computer Entertainment,SNK Corporation,,0.17,,0.16,,0.01,1996-08-31, +/games/boxart/full_7655295PALFrontccc.jpg,Sword of the Samurai,PS2,Fighting,Unknown,LightWeight,,0.17,,0.17,,,, +/games/boxart/full_8469848PALFrontccc.jpg,Horrid Henry: Missions of Mischief,DS,Adventure,SouthPeak Interactive,Asylum Entertainment,,0.17,0.01,,0.14,0.02,2010-08-31, +/games/boxart/full_5999165AmericaFrontccc.jpg,Open Season,GC,Platform,Ubisoft,Ubisoft Montreal,6.4,0.17,0.13,,0.03,0,2006-09-19, +/games/boxart/full_2844014AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,PS2,Platform,Activision,Eurocom Entertainment Software,,0.17,0.08,,0.07,0.02,2009-06-30, +/games/boxart/full_4677692AmericaFrontccc.jpg,Mega Man 11,PS4,Platform,Capcom,Capcom,,0.17,0.09,0.03,0.03,0.03,2018-10-02,2018-06-04 +/games/boxart/7487844ccc.jpg,Looney Tunes: Back in Action,GC,Platform,Warner Bros. Interactive,Warthog,,0.17,0.13,,0.03,0,2003-11-24, +/games/boxart/full_7707148AmericaFrontccc.jpg,Tak: The Great Juju Challenge,GBA,Platform,THQ,WayForward,,0.17,0.12,,0.05,0,2005-09-19, +/games/boxart/full_4890530AmericaFrontccc.jpg,Glover,PS,Platform,Atari,Interactive Studios Ltd.,,0.17,0.09,,0.06,0.01,1999-11-30, +/games/boxart/full_5878882AmericaFrontccc.jpg,Monsters vs. Aliens,X360,Platform,Activision,Beenox,6.5,0.17,0.12,,0.03,0.02,2009-03-24, +/games/boxart/full_5431890AmericaFrontccc.jpg,Matchbox Cross Town Heroes,GBA,Racing,THQ,Magellan Interactive,,0.17,0.12,,0.04,0,2002-07-14, +/games/boxart/6166686ccc.jpg,MX World Tour Featuring Jamie Little,PS2,Racing,Crave Entertainment,Impulse Games,,0.17,0.08,,0.07,0.02,2005-04-06, +/games/boxart/full_pursuit-force-extreme-justice_35AmericaFront.jpg,Pursuit Force: Extreme Justice,PSP,Racing,Sony Computer Entertainment,Bigbig Studios,7.4,0.17,0.07,,0.07,0.03,2008-01-29, +/games/boxart/full_7029423AmericaFrontccc.jpg,Ridge Racer Unbounded,PS3,Racing,Namco Bandai Games,Bugbear Entertainment,,0.17,0.05,,0.09,0.03,2012-03-27, +/games/boxart/full_motogp-1011_388AmericaFront.jpg,MotoGP 10/11,PS3,Racing,Capcom,Monumental Games,6,0.17,0.04,,0.1,0.03,2011-03-15, +/games/boxart/full_9983741AmericaFrontccc.jpg,Tokyo Xtreme Racer,DC,Racing,Crave Entertainment,Genki,,0.17,,0.17,,0,1999-08-31, +/games/boxart/7016801ccc.jpg,World Driver Championship,N64,Racing,Midway Games,Boss Game Studios,,0.17,0.14,,0.03,0,1999-05-31, +/games/boxart/full_1954254AmericaFrontccc.jpg,Off-World Interceptor Extreme,PS,Racing,Crystal Dynamics,Crystal Dynamics,,0.17,0.09,,0.06,0.01,1995-09-29, +/games/boxart/full_2514942AmericaFrontccc.jpg,Fighter Within,XOne,Fighting,Ubisoft,Daoka,,0.17,0.08,,0.07,0.01,2013-11-19,2018-11-04 +/games/boxart/1819223ccc.jpg,Street Fighter Alpha 2,SNES,Fighting,Capcom,Capcom,8,0.17,,0.17,,,1996-12-19, +/games/boxart/full_5638624AmericaFrontccc.jpg,Fight Night Round 2,GC,Fighting,EA Sports,EA Sports,,0.17,0.13,,0.03,0,2005-02-28, +/games/boxart/full_8982820AmericaFrontccc.jpg,MotoGP 09/10,X360,Racing,Capcom,Monumental Games,7,0.17,0.07,,0.09,0.02,2010-03-23, +/games/boxart/6798826ccc.jpg,Hot Wheels: Beat That!,X360,Racing,Activision,Eutechnyx,,0.17,0.15,,0,0.01,2007-09-26, +/games/boxart/5746090ccc.jpg,FaceBreaker,PS3,Fighting,EA Sports,EA Canada,,0.17,0.13,,0.03,0.02,2008-09-03, +/games/boxart/full_2365110AmericaFrontccc.jpg,Fighter Maker,PS,Fighting,Agetec,ASCII Entertainment,,0.17,0.05,0.07,0.04,0.01,1999-06-16, +/games/boxart/full_5196140AmericaFrontccc.jpg,F1 2018,XOne,Racing,Codemasters,Codemasters Birmingham,8.5,0.17,0.05,,0.1,0.01,2018-08-24,2018-09-26 +/games/boxart/full_5586194JapanFrontccc.jpg,Super Robot Taisen Compact 2 Dai-1-Bu,WS,Strategy,Bandai,Bandai,,0.17,,0.17,,,2000-03-30, +/games/boxart/full_age-of-empires-iii-complete-collection_175AmericaFront.jpg,Age of Empires III: Complete Collection,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0.17,0.01,,0.13,0.03,2009-09-15, +/games/boxart/full_6317864JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki,SNES,Strategy,KOEI,Koei,,0.17,,0.17,,0,1996-01-26, +/games/boxart/full_3829487AmericaFrontccc.jpg,Professor Heinz Wolff's Gravity,Wii,Puzzle,Deep Silver,EM Studios,,0.17,0.04,,0.12,0.02,2009-04-06, +/games/boxart/full_6484876AmericaFrontccc.jpg,Luxor 3,Wii,Puzzle,Mumbo Jumbo,MumboJumbo,,0.17,0.16,,,0.01,2008-11-14, +/games/boxart/full_6764942AmericaFrontccc.jpg,Sudoku Gridmaster,DS,Puzzle,Nintendo,Hudson Soft,,0.17,0.13,,0.02,0.01,2006-06-26, +/games/boxart/full_8328313AmericaFrontccc.png,Guilty Gear Xrd: Sign,PS4,Fighting,Aksys Games,Arc System Works,,0.17,0.11,0.04,,0.02,2014-12-16,2018-11-01 +/games/boxart/full_8062272AmericaFrontccc.jpeg,BlazBlue: Central Fiction,PS4,Fighting,Aksys Games,Arc System Works,,0.17,0.1,0.05,,0.02,2016-11-01,2019-01-25 +/games/boxart/full_4777910AmericaFrontccc.jpg,Angry Birds Trilogy,PS3,Puzzle,Activision,Rovio Mobile,,0.17,0.12,,0.02,0.03,2012-09-25,2018-07-12 +/games/boxart/full_pictionary_10AmericaFront.jpg,Pictionary,DS,Puzzle,THQ,ImaginEngine,,0.17,0.09,,0.06,0.02,2010-11-21, +/games/boxart/full_jewel-match_833AmericaFront.jpg,Jewel Match,DS,Puzzle,Atari,PlayV,,0.17,0.05,,0.11,0.02,2011-06-28, +/games/boxart/full_9254911AmericaFrontccc.jpg,WordJong Party,Wii,Puzzle,Destineer,Magellan Interactive,,0.17,0.16,,,0.01,2008-12-18, +/games/boxart/full_3089000AmericaFrontccc.jpg,Bendy and the Ink Machine,NS,Puzzle,Rooster Teeth Games,TheMeatly Games,,0.17,0.15,,,0.02,2018-11-20,2018-12-19 +/games/boxart/3956625ccc.jpg,Zoo Keeper,DS,Puzzle,Ignition Entertainment,"Buddiez, Inc.",7.2,0.17,0.1,0.05,0.01,0.01,2005-01-18, +/games/boxart/full_1367525JapanFrontccc.jpg,Space Battleship Yamato: Harukanaru Hoshi Iscandar,PS,Strategy,Bandai,Bandai,,0.17,,0.16,,0.01,1999-02-04, +/games/boxart/7704096ccc.jpg,Goblin Commander: Unleash the Horde,PS2,Strategy,Jaleco,Jaleco Entertainment,7.4,0.17,0.08,,0.07,0.02,2003-11-11, +/games/boxart/full_8966602AmericaFrontccc.jpg,Xenoblade Chronicles 2: Torna ~ The Golden Country,NS,Role-Playing,Nintendo,Monolith Soft,7.5,0.16,0.08,0.02,0.05,0.01,2018-09-21,2018-09-26 +/games/boxart/full_7204212JapanFrontccc.jpg,PoPoLoCrois: Hajimari no Bouken,PS2,Role-Playing,Sony Computer Entertainment,SCEA,,0.16,,0.16,,,2002-06-20, +/games/boxart/9123002ccc.jpg,.hack//G.U. Vol.2//Reminisce (jp sales),PS2,Role-Playing,Namco Bandai,CyberConnect2,,0.16,,0.16,,,2007-05-08, +/games/boxart/full_chuck-e-cheeses-party-games_5AmericaFront.jpg,Chuck E. Cheese's Party Games,Wii,Misc,UFO Interactive,Tommo,,0.16,0.15,,,0.01,2010-07-27, +/games/boxart/full_solitaire-overload-plus_7AmericaFront.jpg,Solitaire Overload Plus,DS,Misc,Telegames,Cosmigo,,0.16,0.15,,,0.01,2010-10-05, +/games/boxart/full_just-sing_0AmericaFront.jpg,Just Sing!,DS,Misc,Conspiracy Entertainment,Engine Software,,0.16,0.14,,0,0.01,2010-06-22, +/games/boxart/full_family-feud-decades_10AmericaFront.jpg,Family Feud Decades,Wii,Misc,Ubisoft,Ludia Inc.,,0.16,0.15,,,0.01,2010-11-09, +/games/boxart/full_8667551AmericaFrontccc.jpg,Skylanders Giants,3DS,Misc,Activision,n-Space,,0.16,0.13,,0.01,0.02,2012-10-21,2018-01-16 +/games/boxart/full_the-idolmster-2_81JapanFront.jpg,The Idolm@ster 2,PS3,Misc,Bandai,Bandai Namco Games,,0.16,,0.16,,,2011-10-27, +/games/boxart/full_3272920AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,PS2,Misc,MTV Games,Harmonix Music Systems,,0.16,0.08,,0.06,0.02,2008-11-16, +/games/boxart/full_3697041JapanFrontccc.jpg,Minna no DS Seminar: Kanpeki Kanji Ryoku,DS,Misc,TDK Core,TDK Core,,0.16,,0.16,,,2006-07-20, +/games/boxart/full_4232482AmericaFrontccc.jpg,Hannah Montana: Rock Out the Show,PSP,Misc,Disney Interactive Studios,"Page 44 Studios, LLC",,0.16,0.13,,0.02,0.02,2009-08-04, +/games/boxart/full_7661264AmericaFrontccc.jpg,Vegas Party,Wii,Misc,Storm City Games,Game Life,,0.16,0.15,,,0.01,2009-10-27, +/games/boxart/full_3473862AmericaFrontccc.jpg,Disgaea 4: A Promise Unforgotten,PSV,Misc,NIS America,Unknown,,0.16,0.03,0.08,0.03,0.02,2020-12-31, +/games/boxart/9691809ccc.jpg,Left Brain Right Brain: Use Both Hands Train Both Sides,DS,Misc,Majesco,Japan Art Media,,0.16,0.15,,0,0.01,2007-12-04, +/games/boxart/full_family-party-30-great-games-outdoor-fun_4AmericaFront.jpg,Family Party: 30 Great Games Outdoor Fun,Wii,Misc,D3 Publisher,Tamsoft Corporation,,0.16,0.14,,0.01,0.01,2009-09-29, +/games/boxart/full_9204711AmericaFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PS3,Misc,Tecmo Koei,Unknown,,0.16,0.02,0.11,0.02,0.01,2014-03-25, +/games/boxart/full_56060JapanFrontccc.jpg,Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3,PS,Misc,Syscom,Unknown,,0.16,,0.15,,0.01,1998-08-06, +/games/boxart/2430265ccc.jpg,Fighters Destiny,N64,Fighting,Ocean,Opus Studio,,0.16,0.13,,0.03,0,1998-01-31, +/games/boxart/full_3275558AmericaFrontccc.jpg,Tom and Jerry in Fists of Furry,N64,Fighting,NewKidCo,VIS Entertainment,,0.16,0.13,,0.03,0,2000-11-12, +/games/boxart/1990342ccc.jpg,Black & Bruised,PS2,Fighting,Majesco,Digital Fiction,,0.16,0.08,,0.06,0.02,2003-01-26, +/games/boxart/8279318ccc.jpg,Naruto: Ultimate Ninja Heroes 2 - The Phantom Fortress,PSP,Fighting,Namco Bandai,CyberConnect2,6.2,0.16,0.14,,0,0.01,2008-06-24, +/games/boxart/8368624ccc.jpg,TNA iMPACT!,Wii,Fighting,Midway Games,Midway Studios Los Angeles,5.3,0.16,0.14,,0.01,0.01,2008-09-16, +/games/boxart/full_946154AmericaFrontccc.jpg,Castlevania Judgment,Wii,Fighting,Konami,Konami / Eighting,4.6,0.16,0.12,0.01,0.02,0.01,2008-11-18, +/games/boxart/full_9788663JapanFrontccc.jpg,Pen 1 Grand Prix: Penguin no Mondai Special,DS,Fighting,Konami,Konami,,0.16,,0.16,,,2009-12-17, +/games/boxart/9458099ccc.jpg,Guilty Gear Judgment,PSP,Fighting,Majesco,Arc System Works,7.5,0.16,0.13,0.02,0,0.01,2006-09-05, +/games/boxart/full_9466804PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Legacy,PS4,Fighting,Namco Bandai Games,CyberConnect2,,0.16,0.07,0.03,0.04,0.02,2017-08-25, +/games/boxart/full_1875392AmericaFrontccc.jpg,Custom Robo Arena,DS,Fighting,Nintendo,Noise Inc.,7.4,0.16,0.01,0.12,0.02,0,2007-03-19, +/games/boxart/full_9624176AmericaFrontccc.jpg,Saturday Night Slam Masters,SNES,Fighting,Capcom,Capcom,,0.16,,0.16,,0,1994-06-01, +/games/boxart/2674001ccc.jpg,Psychic Force,PS,Fighting,Acclaim Entertainment,Taito Corporation,,0.16,0.01,0.13,0.01,0.01,1996-10-03, +/games/boxart/full_we-dance_457PALFront.jpg,We Dance,Wii,Misc,Nordic Games,Nordic Games,3.5,0.16,,,0.14,0.02,2011-09-02, +/games/boxart/full_create_2AmericaFront.jpg,Create,PS3,Misc,Electronic Arts,EA Bright Light,6.4,0.16,0.11,,0.03,0.02,2010-11-16, +/games/boxart/full_michael-jackson-the-experience_937AmericaFront.jpg,Michael Jackson: The Experience,PSP,Misc,Ubisoft,Ubisoft Montreal,,0.16,0.11,,0.03,0.03,2010-11-23, +/games/boxart/full_9077908AmericaFrontccc.jpg,Midway Arcade Treasures 3,PS2,Misc,Midway Games,Digital Eclipse,,0.16,0.08,,0.06,0.02,2005-09-27, +/games/boxart/full_4027045JapanFrontccc.jpg,DS Rakubiki Jiten,DS,Misc,Nintendo,Nintendo,,0.16,,0.16,,,2005-06-16, +/games/boxart/full_grease-dance_286AmericaFront.jpg,Grease Dance,X360,Misc,505 Games,505 Games,,0.16,0.11,,0.03,0.01,2011-10-18, +/games/boxart/1489358ccc.jpg,Intellivision Lives!,PS2,Misc,Crave Entertainment,Realtime Associates,,0.16,0.08,,0.06,0.02,2003-11-20, +/games/boxart/510418ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,X360,Misc,Activision,Left Field Productions,6.9,0.16,0.15,,0,0.01,2006-09-21, +/games/boxart/full_my-baby-3-ampamp-friends_5AmericaFront.jpg,My Baby 3 & Friends,DS,Simulation,Majesco,Nobilis,,0.16,0.12,,0.02,0.01,2010-10-12, +/games/boxart/4183307ccc.jpg,Battlestar Galactica,PS2,Simulation,VU Games,Warthog,,0.16,0.08,,0.06,0.02,2003-11-19, +/games/boxart/full_motionsports-adrenaline_407AmericaFront.jpg,MotionSports: Adrenaline,PS3,Sports,Ubisoft,Ubisoft Vancouver,,0.16,0.08,,0.05,0.03,2011-11-01, +/games/boxart/6282579ccc.jpg,NBA 2K3,GC,Sports,Sega,Visual Concepts,,0.16,0.12,,0.03,0,2002-10-07, +/games/boxart/4650271ccc.jpg,SimEarth: The Living Planet,SNES,Simulation,FCI,Tomcat System,,0.16,,0.16,,0,1993-02-01, +/games/boxart/6562030ccc.jpg,Innocent Life: A Futuristic Harvest Moon,PSP,Simulation,Natsume,ArtePiazza,6.5,0.16,0.08,0.03,0.03,0.02,2007-05-15, +/games/boxart/full_3408086JapanFrontccc.jpg,Wonder Project J2: Koruro no Mori no Josette,N64,Simulation,Enix,Givro Corporation,,0.16,,0.12,,0.04,1996-11-22, +/games/boxart/full_7314259JapanFrontccc.png,Macross Ace Frontier,PSP,Simulation,Namco Bandai,ArtDink,,0.16,,0.16,,,2008-10-09, +/games/boxart/full_5523548AmericaFrontccc.jpg,Burger Island,DS,Simulation,Destineer,TechFront,,0.16,0.15,,,0.01,2008-12-17, +/games/boxart/full_5017713AmericaFrontccc.jpg,Overcooked! 2,PS4,Simulation,Sold Out,Ghost Town Games,,0.16,0.07,,0.06,0.03,2018-08-07,2018-06-14 +/games/boxart/full_bleach-dark-souls_460AmericaFront.jpg,Bleach: Dark Souls,DS,Fighting,Sega,"Treasure Co., Ltd.",,0.16,0.12,,0.02,0.01,2008-10-07, +/games/boxart/full_8781382AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PS4,Fighting,Aksys Games,Arc System Works,,0.16,0.08,0.02,0.04,0.02,2015-06-30,2018-07-09 +/games/boxart/full_4208253AmericaFrontccc.jpg,Hydro Thunder,N64,Racing,Midway Games,Eurocom Entertainment Software,,0.16,0.13,,0.03,0,2000-02-29, +/games/boxart/full_9169084AmericaFrontccc.jpg,Ride 2,PS4,Racing,Milestone S.r.l,Milestone S.r.l.,,0.16,0.07,0.01,0.06,0.03,2017-02-14,2018-06-25 +/games/boxart/full_9187157AmericaFrontccc.jpg,Vehicular Combat League presents Motor Mayhem,PS2,Racing,Atari,Beyond Games,,0.16,0.08,,0.06,0.02,2001-06-20, +/games/boxart/full_6257276AmericaFrontccc.jpg,Star Wars: Super Bombad Racing,PS2,Racing,LucasArts,Lucas Learning,,0.16,0.08,,0.06,0.02,2001-04-23, +/games/boxart/full_3134006AmericaFrontccc.jpg,Hot Wheels Velocity X,GBA,Racing,THQ,Saffire Corporation,5.2,0.16,0.12,,0.04,0,2002-10-31, +/games/boxart/full_204279AmericaFrontccc.jpg,Arcana Heart,PS2,Fighting,Atlus,Examu Inc.,8.1,0.16,0.06,0.04,0.05,0.02,2008-04-10, +/games/boxart/295434ccc.jpg,Godzilla Unleashed,Wii,Fighting,Atari,"Pipeworks Software, Inc.",4.5,0.16,0.14,,0,0.01,2007-12-05, +/games/boxart/full_5274114AmericaFrontccc.jpg,WildStar,PC,MMO,Carbine Studios,Carbine Studios,,0.16,0.08,,0.07,0.01,2014-06-03,2018-11-04 +/games/boxart/full_987550JapanFrontccc.jpg,Power Stakes,PS,Sports,Aques,TOSE,,0.16,,0.15,,0.01,1997-04-11, +/games/boxart/full_jikkyou-powerful-pro-yakyuu-basic-han-2001_4JapanFront.jpg,Jikkyou Powerful Pro Yakyuu Basic-han 2001,N64,Sports,Konami,Diamond Head,,0.16,,0.12,,0.04,2001-03-29, +/games/boxart/1050898ccc.jpg,NBA Live 08,Wii,Sports,Electronic Arts,EA Canada,,0.16,0.15,,0,0.01,2007-10-02, +/games/boxart/full_7637980AmericaFrontccc.jpg,Amped 3,X360,Sports,2K Sports,2K Sports,7.2,0.16,0.13,,0.02,0.01,2005-11-16, +/games/boxart/full_8964902JapanFrontccc.jpg,Kawa no Nushi Tsuri,PS,Sports,Victor Interactive,Victor Interactive Software,,0.16,,0.15,,0.01,1998-08-20, +/games/boxart/3425675ccc.jpg,True Swing Golf,DS,Sports,Nintendo,Tikipod,,0.16,0.11,0.04,0,0.01,2006-01-23, +/games/boxart/full_4014511AmericaFrontccc.jpg,NHL 2005,XB,Sports,EA Sports,EA Canada,,0.16,0.12,,0.03,0.01,2004-09-20, +/games/boxart/full_5900749JapanFrontccc.jpg,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PSP,Sports,Konami,Konami,,0.16,,0.16,,,2010-05-20, +/games/boxart/full_9989531AmericaFrontccc.jpg,Mat Hoffman's Pro BMX 2,GBA,Sports,Activision,HotGen Studios,,0.16,0.11,,0.04,0,2002-08-13, +/games/boxart/full_8268382AmericaFrontccc.jpg,Ready 2 Rumble Revolution,Wii,Sports,Atari,10tacle Studios AG,3.1,0.16,0.15,,0,0.01,2009-03-17, +/games/boxart/4376152ccc.jpg,Blitz: The League,X360,Sports,Midway Games,Midway Games,6.5,0.16,0.15,,0,0.01,2006-11-13, +/games/boxart/full_1323097AmericaFrontccc.jpg,World Tour Soccer 2005,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.16,0.08,,0.06,0.02,2004-04-14,2018-12-03 +/games/boxart/7376748ccc.jpg,ESPN College Hoops,PS2,Sports,Sega,Visual Concepts,,0.16,0.08,,0.06,0.02,2003-11-13, +/games/boxart/1526095ccc.jpg,NCAA Football 09 All-Play,Wii,Sports,EA Sports,Team Fusion,5.3,0.16,0.15,,,0.01,2008-07-15, +/games/boxart/full_5981716AmericaFrontccc.jpg,Let's Ride: Sunshine Stables,GBA,Sports,THQ,Independent Arts Software GmbH,,0.16,0.12,,0.04,0,2005-10-04, +/games/boxart/full_7442246JapanFrontccc.jpg,World Stadium 4,PS,Sports,Namco,Namco,,0.16,,0.15,,0.01,2000-03-23, +/games/boxart/full_nba-2k12_266AmericaFront.jpg,NBA 2K12,PC,Sports,2K Sports,Visual Concepts,8.5,0.16,0.09,,0.05,0.02,2011-10-04, +/games/boxart/full_1304643AmericaFrontccc.jpg,Imagine: Ice Champions,DS,Sports,Ubisoft,Spike Co.,,0.16,0.15,,,0.01,2009-02-25, +/games/boxart/full_708989JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou! 6: Pride of J,PSP,Sports,Sega,Sega,,0.16,,0.16,,,2009-11-12, +/games/boxart/full_9375886AmericaFrontccc.jpg,Ener-G Horse Riders,DS,Sports,Ubisoft,Lexis Numerique,,0.16,0.14,,0.01,0.01,2008-10-21, +/games/boxart/full_1883863AmericaFrontccc.jpg,"BCFX: The Black College Football Xperience, The Doug Williams Edition",X360,Sports,Aspyr,Nerjyzed Entertainment,,0.16,0.15,,,0.01,2009-09-29, +/games/boxart/full_9909150AmericaFrontccc.jpg,FIFA Soccer 97,PS,Sports,EA Sports,EA Canada,,0.16,0.09,,0.06,0.01,1996-11-30, +/games/boxart/895603ccc.jpg,Tiger Woods PGA Tour 2004,GC,Sports,EA Sports,EA Redwood Shores,,0.16,0.12,,0.03,0,2003-09-22, +/games/boxart/full_1845655AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,PS2,Sports,Activision,Shaba Games,,0.16,0.08,,0.06,0.02,2003-06-10, +/games/boxart/full_2328258AmericaFrontccc.jpg,Rayman Legends,PSV,Platform,Ubisoft,Ubisoft Montpellier,,0.16,0.01,,0.12,0.03,2013-09-03,2019-01-02 +/games/boxart/2983041ccc.jpg,Taz Wanted,PS2,Platform,Atari,Blitz Games,5.5,0.16,0.08,,0.06,0.02,2002-09-17, +/games/boxart/full_9634902AmericaFrontccc.jpg,Putty Squad,PS4,Platform,System 3,System 3,,0.16,0.06,,0.07,0.03,2013-11-29,2018-09-17 +/games/boxart/full_8809322JapanFrontccc.jpg,Theatrhythm Dragon Quest,3DS,Music,Square Enix,Square Enix,,0.16,,0.16,,,2015-03-26,2018-06-30 +/games/boxart/full_5771915AmericaFrontccc.jpg,Just Dance: Disney Party,X360,Music,Ubisoft,Land Ho!,,0.16,0.13,,0.02,0.02,2012-10-23,2018-11-04 +/games/boxart/full_7012921JapanFrontccc.jpg,Pro Baseball Spirits 2015,PS3,Sports,Konami Digital Entertainment,"Konami Digital Entertainment, Inc.",,0.16,,0.16,,,2015-03-26,2018-05-01 +/games/boxart/full_9368072AmericaFrontccc.jpg,Ener-G: Dance Squad,DS,Sports,Ubisoft,Lexis Numerique,,0.16,0.15,,0,0.01,2008-10-21, +/games/boxart/full_3379753JapanFrontccc.jpg,Battle Soccer: Field no Hasha,SNES,Sports,Banpresto,Banpresto,,0.16,,0.16,,,1992-12-11, +/games/boxart/full_fifa-soccer-96_6AmericaFront.jpg,FIFA Soccer 96,PS,Sports,EA Sports,Extended Play Productions,,0.16,0.09,,0.06,0.01,1995-11-01, +/games/boxart/full_7259276JapanFrontccc.jpg,Pro Yakyuu Famista Returns,3DS,Sports,Namco Bandai Games,Bandai Namco Games,,0.16,,0.16,,,2015-10-08,2018-06-30 +/games/boxart/full_1177106AmericaFrontccc.jpg,NCAA Final Four 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.16,0.09,,0.06,0.01,2000-11-13, +/games/boxart/full_1240082JapanFrontccc.jpg,J-League Jikkyou Winning Eleven 2000,PS,Sports,Konami,Konami,,0.16,,0.15,,0.01,2000-06-29, +/games/boxart/full_shaun-white-skateboarding_7AmericaFront.jpg,Shaun White Skateboarding,X360,Sports,Ubisoft,Ubisoft Montreal,6.1,0.16,0.1,,0.05,0.01,2010-10-24, +/games/boxart/607348ccc.jpg,The BIGS,PS3,Sports,2K Sports,Blue Castle Games,,0.16,0.15,,,0.01,2007-06-25, +/games/boxart/full_2659291JapanFrontccc.jpg,Pro Yakyuu Spirits 3,PS2,Sports,Konami,PawaPuro Production,,0.16,,0.16,,,2006-04-06, +/games/boxart/full_8191062AmericaFrontccc.jpg,International Superstar Soccer Deluxe,SNES,Sports,Konami,Konami,,0.16,,0.16,,0,1995-11-01, +/games/boxart/9996292ccc.jpg,Rapala Pro Fishing,XB,Sports,Activision,FUN Labs,,0.16,0.12,,0.03,0.01,2004-08-31, +/games/boxart/full_1010359JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 3 '97 Haru,SNES,Sports,Konami,Diamond Head,,0.16,,0.16,,0,1997-03-20, +/games/boxart/full_5336951AmericaFrontccc.jpg,Imagine: Music Fest,DS,Simulation,Ubisoft,Handheld Games,,0.16,0.14,,,0.01,2009-05-12, +/games/boxart/full_9156778PALFrontccc.jpg,Take A Break's: Puzzle Master,DS,Puzzle,Ubisoft,Ubisoft,,0.16,,,0.15,0.01,2009-11-13, +/games/boxart/full_9890250AmericaFrontccc.jpg,Bendy and the Ink Machine,XOne,Puzzle,Rooster Teeth Games,TheMeatly Games,,0.16,0.14,,,0.02,2018-11-20,2018-12-19 +/games/boxart/full_4635067AmericaFrontccc.jpg,Bomberman Land Touch! 2,DS,Puzzle,Hudson Entertainment,Hudson Soft,,0.16,0.13,0.01,0,0.01,2008-01-29, +/games/boxart/full_4052463PALFrontccc.jpg,Hamster Heroes,Wii,Puzzle,Unknown,Data Design Interactive,,0.16,0.16,,,,2020-12-31, +/games/boxart/full_9788986AmericaFrontccc.jpg,Puzzle Quest: Galactrix,DS,Puzzle,D3 Publisher,Infinite Interactive,,0.16,0.15,,0,0.01,2009-02-24, +/games/boxart/full_7546358AmericaFrontccc.jpg,Angry Birds: Star Wars,XOne,Puzzle,Activision,Exient Entertainment,,0.16,0.11,,0.04,0.02,2013-11-22,2018-03-16 +/games/boxart/full_1553865AmericaFrontccc.jpg,Marble Saga: Kororinpa,Wii,Puzzle,Konami,Hudson Soft,7.4,0.16,0.09,0,0.05,0.01,2009-03-17, +/games/boxart/full_8101405PALFrontccc.jpg,Around The World in 80 Days,DS,Puzzle,PlayV,PlayV,,0.16,,,0.14,0.02,2010-03-05, +/games/boxart/1316040ccc.gif,Thrillville: Off the Rails,X360,Strategy,LucasArts,Frontier Developments,,0.16,0.13,,0.02,0.01,2007-10-09, +/games/boxart/full_yu-gi-oh-5ds-tag-force-6_710JapanFront.jpg,Yu-Gi-Oh! 5D's Tag Force 6,PSP,Strategy,Konami,Konami,,0.16,,0.16,,,2011-09-22, +/games/boxart/5238091ccc.jpg,Mr. Driller 2,GBA,Puzzle,Namco,Namco,,0.16,0,0.15,0,0,2005-04-10, +/games/boxart/full_4712170JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui,PSP,Strategy,Namco Bandai,Bandai Namco Games,,0.16,,0.16,,,2008-02-07, +/games/boxart/3266602ccc.jpg,Zapper: One Wicked Cricket!,PS2,Platform,Infogrames,Blitz Games,5.7,0.16,0.08,,0.06,0.02,2002-11-03, +/games/boxart/full_7172124AmericaFrontccc.jpg,Little Nightmares,XOne,Platform,Namco Bandai Games,Tarsier Studios,,0.16,0.12,,0.03,0.02,2017-04-28,2019-02-20 +/games/boxart/full_85254AmericaFrontccc.jpg,The King of Fighters XII,PS3,Fighting,Ignition Entertainment,SNK Playmore Corporation,6,0.16,0.11,0.03,0.01,0.01,2009-07-28, +/games/boxart/7184998ccc.jpg,Namco Classic Fighter Collection,PS2,Fighting,Namco Bandai,Namco Bandai Games,,0.16,0.08,,0.06,0.02,2008-09-19, +/games/boxart/7590868ccc.gif,Dr. Muto,PS2,Platform,Midway Games,Midway,,0.16,0.08,,0.06,0.02,2002-11-19, +/games/boxart/3957327ccc.jpg,Dewy's Adventure,Wii,Platform,Konami,Konami,,0.16,0.14,0.01,0,0.01,2007-09-25, +/games/boxart/full_7858188AmericaFrontccc.jpg,Flushed Away,GC,Platform,D3 Publisher,Monkey Bar Games,,0.16,0.12,,0.03,0,2006-10-24, +/games/boxart/full_9971572AmericaFrontccc.jpg,Klonoa,Wii,Platform,Namco Bandai,Paon Corporation,7.6,0.16,0.1,0.03,0.02,0.01,2009-05-05, +/games/boxart/full_1875218AmericaFrontccc.jpg,Robotech: Battlecry,GC,Shooter,TDK Mediactive,Vicious Cycle,7.2,0.16,0.13,,0.03,0,2002-10-11, +/games/boxart/9941629ccc.jpg,Asteroids Hyper 64,N64,Shooter,Crave Entertainment,Syrox Developments,5.6,0.16,0.13,,0.03,0,1999-12-14, +/games/boxart/5071540ccc.jpg,Space Invaders,N64,Shooter,Activision,"Z-Axis, Ltd.",,0.16,0.13,,0.03,0,1999-11-30, +/games/boxart/full_2791904AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,X360,Shooter,Activision,Edge of Reality,,0.16,0.09,,0.06,0.01,2014-06-24,2018-12-27 +/games/boxart/full_8159742AmericaFrontccc.jpg,Trigger Man,PS2,Shooter,Crave Entertainment,Point of View,,0.16,0.08,,0.06,0.02,2004-10-05, +/games/boxart/6267187ccc.jpg,Disney's American Dragon Jake Long: Attack of the Dark Dragon,DS,Action,Buena Vista,WayForward Technologies,,0.16,0.15,,,0.01,2006-10-12, +/games/boxart/full_8701372AmericaFrontccc.jpg,Tak and the Guardians of Gross,Wii,Action,THQ,Blitz Games,,0.16,0.14,,0,0.01,2008-10-13, +/games/boxart/full_7557810AmericaFrontccc.jpg,The Wild Thornberrys: Chimp Chase,GBA,Action,THQ,Helixe,,0.16,0.11,,0.04,0,2001-10-05, +/games/boxart/4926831ccc.jpg,Buck Bumble,N64,Action,Ubisoft,Argonaut Games,6.8,0.16,0.13,,0.03,0,1998-09-30, +/games/boxart/full_6851002AmericaFrontccc.jpg,The Powerpuff Girls: Chemical X-Traction,N64,Action,BAM! Entertainment,VIS Entertainment,,0.16,0.13,,0.03,0,2001-10-14, +/games/boxart/5169633ccc.jpg,Finding Nemo: Escape to the Big Blue,DS,Action,THQ,Altron,,0.16,0.12,,0.03,0.01,2006-02-09, +/games/boxart/full_4412815AmericaFrontccc.jpg,Spyro: Shadow Legacy,DS,Action,Vivendi Games,Amaze Entertainment,,0.16,0.14,,0.01,0.01,2005-10-18, +/games/boxart/full_rudolph-the-red-nosed-reindeer_9AmericaFront.jpg,Rudolph the Red-Nosed Reindeer,DS,Action,Crave Entertainment,Glyphic Entertainment,,0.16,0.15,,,0.01,2010-10-26, +/games/boxart/3337529ccc.jpg,Dynasty Warriors 4,XB,Action,KOEI,Omega Force,,0.16,0.12,,0.03,0.01,2003-09-05, +/games/boxart/full_rudolph-the-red-nosed-reindeer_8AmericaFront.jpg,Rudolph the Red-Nosed Reindeer,Wii,Action,Crave Entertainment,High Voltage Software,,0.16,0.15,,,0.01,2010-10-26, +/games/boxart/full_8070763AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,GC,Action,THQ,Heavy Iron Studios,6.7,0.16,0.12,,0.03,0,2005-11-01, +/games/boxart/full_1908089AmericaFrontccc.jpg,Tak: Mojo Mistake,DS,Action,THQ,THQ,,0.16,0.15,,,0.01,2008-10-13, +/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_5AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,Wii,Action,Activision,Now Production,,0.16,0.14,,0,0.01,2010-11-02, +/games/boxart/5205883ccc.jpg,Robots,GC,Action,VU Games,Eurocom Entertainment Software,,0.16,0.12,,0.03,0,2005-02-24, +/games/boxart/full_195101AmericaFrontccc.jpg,Watchmen: The End is Nigh - The Complete Experience,PS3,Action,Warner Bros. Interactive,Deadline Games,,0.16,0.08,,0.06,0.02,2009-07-21, +/games/boxart/full_9251532AmericaFrontccc.jpg,Jurassic Park: The Game,X360,Action,Telltale Games,Telltale Games,,0.16,0.15,,,0.01,2011-11-15,2019-04-20 +/games/boxart/full_el-shaddai-ascension-of-the-metatron_936AmericaFront.jpg,El Shaddai: Ascension of the Metatron,X360,Action,Ignition Entertainment,Ignition Entertainment,8,0.16,0.07,0.03,0.05,0.01,2011-08-16, +/games/boxart/full_8517497AmericaFrontccc.jpg,Spider-Man: Web of Shadows - Amazing Allies Edition,PSP,Action,Activision,Shaba Games,7.7,0.16,0.12,,0.02,0.02,2008-10-21, +/games/boxart/full_9002393AmericaFrontccc.jpg,Battlezone,PS4,Action,Sony Interactive Entertainment,Rebellion Developments,,0.16,0.09,,0.04,0.03,2016-10-13,2018-06-30 +/games/boxart/full_sd-gundam-g-generation-3d_642JapanFront.jpg,SD Gundam G Generation 3D,3DS,Action,Namco Bandai,Unknown,,0.16,,0.16,,,2011-12-22, +/games/boxart/265978ccc.jpg,Beowulf: The Game,PS3,Action,Ubisoft,Ubisoft,,0.16,0.14,,0.01,0.01,2007-11-13, +/games/boxart/full_6178027PALFrontccc.jpg,Warriors Orochi 3,X360,Action,Tecmo Koei,Omega Force,,0.16,0.09,0.03,0.03,0.01,2012-03-27,2018-06-30 +/games/boxart/8973926ccc.jpg,Fatal Frame II: Crimson Butterfly,PS2,Action,Tecmo,Tecmo,7.8,0.16,0.08,,0.06,0.02,2003-12-10, +/games/boxart/full_1744412AmericaFrontccc.jpg,Deadly Premonition: The Director's Cut,PS3,Action,Rising Star Games,Access Games,,0.16,0.08,0,0.05,0.03,2013-04-30,2018-08-20 +/games/boxart/8543826ccc.jpg,Scarface: Money. Power. Respect.,PSP,Strategy,Sierra Entertainment,Radical Entertainment,6.4,0.16,0.15,,0,0.01,2006-10-08, +/games/boxart/full_2857207AmericaFrontccc.jpg,Field Commander,PSP,Strategy,Sony Online Entertainment,Sony Online Entertainment,7.7,0.16,0.14,,0,0.01,2006-05-23, +/games/boxart/full_yu-gi-oh-5ds-duel-transer_2AmericaFront.jpg,Yu-Gi-Oh! 5D's: Duel Transer,Wii,Strategy,Konami,Konami,,0.16,0.11,0.02,0.02,0.01,2010-12-07, +/games/boxart/full_3823077JapanFrontccc.jpg,San Goku Shi Taisen DS,DS,Strategy,Sega,Sega,,0.16,,0.16,,,2007-01-25, +/games/boxart/full_3117974AmericaFrontccc.jpg,Magic: The Gathering - Battlegrounds,XB,Strategy,Atari,Secret Level,,0.16,0.12,,0.03,0.01,2003-11-18, +/games/boxart/full_1120916AmericaFrontccc.jpg,Midway Arcade Treasures 2,GC,Misc,Midway Games,Backbone Entertainment,7.2,0.16,0.13,,0.03,0,2004-10-11, +/games/boxart/7942172ccc.gif,Dancing with the Stars,PS2,Misc,Activision,Zoe Mode,,0.16,0.08,,0.06,0.02,2007-10-23, +/games/boxart/full_rio_910AmericaFront.jpg,Rio,DS,Misc,THQ,TBA,,0.16,0.12,,0.03,0.01,2011-04-12, +/games/boxart/full_sid-meiers-pirates_2AmericaFront.jpg,Sid Meier's Pirates!,Wii,Strategy,2K Games,Firaxis Games,6.5,0.16,0.13,,0.02,0.01,2010-10-05, +/games/boxart/full_9217567AmericaFrontccc.jpg,Our House,DS,Strategy,Majesco,Majesco,,0.16,0.15,,,0.01,2009-09-22, +/games/boxart/1922395ccc.jpg,Starcraft 64,N64,Strategy,Nintendo,Mass Media,8,0.16,0.13,,0.03,0,2000-06-13, +/games/boxart/full_trivial-pursuit-bet-you-know-it_379PALFront.jpg,Trivial Pursuit: Bet You Know It,Wii,Misc,Electronic Arts,EA Salt Lake,,0.16,0.1,,0.04,0.02,2011-11-01, +/games/boxart/full_family-game-night-4-the-game-show_168AmericaFront.jpg,Family Game Night 4: The Game Show,Wii,Misc,Electronic Arts,Electronic Arts,,0.16,0.12,,0.03,0.01,2011-11-01, +/games/boxart/full_732820JapanFrontccc.jpg,Bomberman Land,PS,Misc,Hudson Soft,Hudson Soft,,0.16,,0.15,,0.01,2000-12-21, +/games/boxart/full_james-noirs-hollywood-crimes-3d_19AmericaFront.jpg,James Noir's Hollywood Crimes,3DS,Adventure,Ubisoft,Ubisoft,7,0.16,0.07,,0.07,0.01,2011-11-01, +/games/boxart/full_9666673AmericaFrontccc.jpg,Time Hollow,DS,Adventure,Konami,Tenky,,0.16,0.03,0.11,0.01,0,2008-09-23, +/games/boxart/full_6372226AmericaFrontccc.jpg,Sherlock Holmes vs. Jack the Ripper,X360,Adventure,DreamCatcher Interactive,Frogwares,,0.16,0.11,,0.04,0.01,2010-04-20, +/games/boxart/9953952ccc.jpg,Monster House,DS,Adventure,THQ,Artificial Mind and Movement,,0.16,0.14,,0.01,0.01,2006-07-18, +/games/boxart/full_8424465AmericaFrontccc.jpg,LEGO The Hobbit,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.16,0.02,,0.1,0.03,2014-04-08,2018-03-15 +/games/boxart/full_929522AmericaFrontccc.jpg,The Amazing Spider-Man (2012),Wii,Action-Adventure,Activision,Beenox,,0.16,0.1,,0.04,0.01,2012-06-26,2018-03-15 +/games/boxart/full_5695509AmericaFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,X360,Action-Adventure,Konami Digital Entertainment,Kojima Productions,,0.16,0.1,,0.05,0.01,2015-09-01,2018-09-12 +/games/boxart/5928441ccc.jpg,Shadow Man: 2econd Coming,PS2,Adventure,Acclaim Entertainment,Acclaim Studios Teesside,,0.16,0.08,,0.06,0.02,2002-03-02, +/games/boxart/763828ccc.jpg,Alone in the Dark: The New Nightmare,PS,Adventure,Infogrames,Darkworks,7.2,0.16,0.09,,0.06,0.01,2001-06-18, +/games/boxart/5823122ccc.jpg,Ghost in the Shell: Stand Alone Complex,PS2,Adventure,Bandai,Cavia Inc.,6.6,0.16,0.08,,0.06,0.02,2004-11-08, +/games/boxart/full_3471981JapanFrontccc.jpg,Eve: The Lost One,SAT,Adventure,Imagineer,C's Ware,,0.16,,0.16,,,1998-03-12, +/games/boxart/full_7079689AmericaFrontccc.jpg,The Walking Dead: Season One,XOne,Adventure,Telltale Games,Telltale Games,,0.16,0.08,,0.06,0.01,2014-10-14, +/games/boxart/full_4006314AmericaFrontccc.jpg,Gravity Rush Remastered,PS4,Action-Adventure,Sony Computer Entertainment,Bluepoint Games,7.9,0.16,0.02,0.05,0.06,0.02,2016-02-02,2018-09-23 +/games/boxart/full_7555135AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,3DS,Action-Adventure,D3Publisher,Way Forward,,0.16,0.1,,0.04,0.01,2013-11-19,2018-03-19 +/games/boxart/full_1969364AmericaFrontccc.jpg,Legends of Chima: Laval's Journey,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.16,0.01,,0.11,0.04,2013-06-25,2018-12-03 +/games/boxart/full_2872372AmericaFrontccc.jpg,Naruto Powerful Shippuden,3DS,Action-Adventure,Namco Bandai Games,Namco Bandai Games,8,0.16,0.08,0.04,0.02,0.01,2013-03-05,2018-11-06 +/games/boxart/full_397176AmericaFrontccc.jpg,Darksiders II,WiiU,Action-Adventure,THQ,Vigil Games,8.2,0.16,0.07,,0.07,0.01,2012-11-18,2018-03-14 +/games/boxart/full_8808791AmericaFrontccc.jpg,Castlevania: Lords of Shadow - Mirror of Fate,3DS,Action-Adventure,Konami Digital Entertainment,Mercury Steam,7.2,0.16,0.04,0.03,0.08,0.01,2013-03-05,2018-11-06 +/games/boxart/full_711972AmericaFrontccc.jpg,Dead Rising 4: Frank's Big Package,PS4,Action-Adventure,Capcom,Capcom,,0.16,0.08,,0.05,0.03,2017-12-05,2018-09-25 +/games/boxart/full_8977042PALFrontccc.jpg,Just Cause 3,PC,Action-Adventure,Square Enix,Avalanche Studios,7.6,0.16,0.03,,0.12,0.01,2015-12-01,2018-04-04 +/games/boxart/full_5702082AmericaFrontccc.jpeg,Pac-Man Championship Edition 2 + Arcade Game Series,XOne,Action,Namco Bandai Games,Namco Bandai Games,,0.16,0.15,,,0.02,2016-11-01,2018-06-19 +/games/boxart/full_9994864AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PSV,Action,Xseed Games,Acquire,,0.16,0.04,0.08,0.02,0.02,2014-08-12,2018-11-12 +/games/boxart/full_splatterhouse_5AmericaFront.jpg,Splatterhouse,PS3,Action,Namco Bandai,BottleRocket,,0.16,0.13,,0.02,0.02,2010-11-23, +/games/boxart/full_clash-of-the-titans-the-videogame_4AmericaFront.jpg,Clash of the Titans: The Videogame,X360,Action,Namco Bandai,Game Republic,3.8,0.16,0.08,0,0.06,0.02,2010-07-27, +/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_4AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,PSP,Action,Activision,Now Production,,0.16,0.09,,0.04,0.03,2010-11-02, +/games/boxart/6526670ccc.jpg,Curious George,GBA,Action,Namco,Torus Games,6.6,0.16,0.12,,0.04,0,2006-02-01, +/games/boxart/4062943ccc.jpg,Tom and Jerry: Infurnal Escape,GBA,Action,NewKidCo,Cinegroupe,,0.16,0.12,,0.04,0,2003-03-14, +/games/boxart/full_sengoku-basara-chronicle-heroes_80JapanFront.jpg,Sengoku Basara: Chronicle Heroes,PSP,Action,Capcom,Access Games,,0.16,,0.16,,,2011-07-21, +/games/boxart/full_2839851AmericaFrontccc.jpg,Berserk and the Band of the Hawk,PS4,Action,Tecmo Koei,Omega Force,,0.16,0.07,0.05,0.02,0.02,2017-02-21,2018-04-21 +/games/boxart/full_417523AmericaFrontccc.jpg,The Incredible Hulk: The Pantheon Saga,PS,Action,Eidos Interactive,Attention To Detail,,0.16,0.09,,0.06,0.01,1997-02-28, +/games/boxart/full_senran-kagura-shoujotachi-no-shinei_61JapanFront.jpg,Senran Kagura: Shoujotachi no Shinei,3DS,Action,Marvelous Interactive,Marvelous Interactive,,0.16,,0.16,,,2011-09-22, +/games/boxart/full_3331612AmericaFrontccc.jpg,He-Man: Power of Grayskull,GBA,Action,TDK Mediactive,Taniko,,0.16,0.11,,0.04,0,2002-10-29, +/games/boxart/9944134ccc.jpg,Wing Commander III: Heart of the Tiger,PS,Action,Electronic Arts,Origin Systems,,0.16,0.09,,0.06,0.01,1996-03-28, +/games/boxart/full_fist-of-the-north-star-kens-rage_8AmericaFront.jpg,Fist of the North Star: Ken's Rage,X360,Action,Tecmo Koei,Tecmo Koei Games,5.4,0.16,0.07,0.06,0.02,0.01,2010-11-02,2018-07-30 +/games/boxart/full_5175848AmericaFrontccc.jpg,NPPL Championship Paintball 2009,PS3,Shooter,Activision,Sand Grain Studios,,0.16,0.15,,0,0.02,2008-11-18, +/games/boxart/7175980ccc.jpg,Fracture,PS3,Shooter,LucasArts,Day 1 Studios,4,0.16,0.11,,0.04,0.02,2008-10-07, +/games/boxart/full_the-adventures-of-tintin-the-game_966PALFront.jpg,The Adventures of Tintin: The Game,3DS,Adventure,Ubisoft,Ubisoft Montpellier,,0.16,0.05,,0.09,0.02,2011-12-06, +/games/boxart/full_292498JapanFrontccc.jpg,Gyakuten Saiban 3,GBA,Adventure,Capcom,Capcom,,0.16,,0.16,,,2004-01-23, +/games/boxart/full_1520524PALFrontccc.jpg,StarBlade α,PS,Shooter,Sony Computer Entertainment,Namco,,0.16,,0.15,,0.01,1996-02-01, +/games/boxart/5767626ccc.gif,Halo Triple Pack,XB,Shooter,Microsoft Game Studios,Bungie Studios,,0.16,0.12,,0.03,0.01,2005-10-06,2018-10-11 +/games/boxart/full_6098868AmericaFrontccc.jpg,Destiny 2,PC,Shooter,Activision,Bungie,,0.16,0.09,,0.05,0.01,2017-10-23,2018-04-20 +/games/boxart/full_578218AmericaFrontccc.jpg,Leisure Suit Larry: Box Office Bust,X360,Adventure,Codemasters,Team17 Software,,0.16,0.14,,0.01,0.01,2009-03-31, +/games/boxart/full_4655383AmericaFrontccc.jpg,Kya: Dark Lineage,PS2,Adventure,Atari,Eden Games,,0.16,0.08,,0.06,0.02,2003-11-18, +/games/boxart/full_6350844AmericaFrontccc.jpg,Goosebumps HorrorLand,Wii,Adventure,Scholastic Inc.,Gusto Games,,0.16,0.15,,0,0.01,2008-10-28, +/games/boxart/full_8273304JapanFrontccc.jpg,Otogirisou,SNES,Adventure,ChunSoft,ChunSoft,,0.16,,0.16,,,1992-03-07, +/games/boxart/5692495ccc.jpg,TimeSplitters: Future Perfect,XB,Shooter,Electronic Arts,Free Radical Design,,0.16,0.12,,0.03,0.01,2005-03-21, +/games/boxart/full_bulletstorm_769AmericaFront.jpg,Bulletstorm,PC,Shooter,Electronic Arts,People Can Fly,8.7,0.16,0.07,,0.08,0.02,2011-02-22, +/games/boxart/7516542ccc.jpg,TimeShift,PS3,Shooter,Sierra Entertainment,Saber Interactive,,0.16,0.14,,0,0.02,2007-11-19, +/games/boxart/full_9119522AmericaFrontccc.jpg,Silent Scope 3,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.16,0.08,,0.06,0.02,2002-10-15, +/games/boxart/3343692ccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,PS2,Adventure,Activision,Sand Grain Studios,,0.16,0.08,,0.06,0.02,2005-11-01, +/games/boxart/full_dragon-ball-origins-2_4AmericaFront.jpg,Dragon Ball: Origins 2,DS,Action,Namco Bandai,Game Republic,6.9,0.16,0.05,0.08,0.02,0.01,2010-06-22, +/games/boxart/full_4261165AmericaFrontccc.jpg,Power Rangers Double Pack,GBA,Action,THQ,THQ,,0.16,0.11,,0.04,0,2005-03-22, +/games/boxart/full_shinobido-2-revenge-of-zen_259PALFront.jpg,Shinobido 2: Revenge of Zen,PSV,Action,Namco Bandai,Acquire,,0.16,0.05,0.02,0.06,0.03,2012-02-21, +/games/boxart/full_3331143AmericaFrontccc.jpg,Medieval Games,Wii,Action,Vir2L Studios,N-Fusion Interactive,,0.16,0.14,,0.01,0.01,2009-10-20, +/games/boxart/full_1358792JapanFrontccc.jpg,Gundam Breaker 2,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.16,,0.16,,,2014-12-18,2018-02-11 +/games/boxart/full_9012551AmericaFrontccc.jpg,Chaotic: Shadow Warriors,X360,Action,Activision,Activision,6.2,0.16,0.14,,,0.01,2009-11-17, +/games/boxart/full_965170JapanFrontccc.jpg,3rd Super Robot Wars Z: Tengoku-Hen,PS3,Action,Namco Bandai Games,Banpresto,,0.16,,0.16,,,2015-04-02,2018-04-21 +/games/boxart/full_8230846AmericaFrontccc.jpg,Pillars of Eternity,PS4,Role-Playing,Paradox Interactive,Obsidian Entertainment,8.3,0.16,0.11,,0.02,0.03,2017-08-29,2018-04-15 +/games/boxart/full_1988142AmericaFrontccc.jpg,Valkyria Revolution,PS4,Role-Playing,Sega,Media.Vision,,0.16,0.04,0.07,0.03,0.02,2017-06-27,2018-01-21 +/games/boxart/full_8626825AmericaFrontccc.jpg,Mugen Souls,PS3,Role-Playing,NIS America,Compile Heart,,0.16,0.04,0.08,0.03,0.01,2012-09-30,2018-11-06 +/games/boxart/full_kingdom-hearts-birth-by-sleep-final-mix_71JapanFront.jpg,Kingdom Hearts: Birth by Sleep - Final Mix,PSP,Role-Playing,Square Enix,Square Enix,,0.16,,0.16,,,2011-01-20, +/games/boxart/full_5897698JapanFrontccc.jpg,Toriko: Gourmet Monsters!,3DS,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.16,,0.16,,,2012-12-13,2018-11-06 +/games/boxart/full_9988500AmericaFrontccc.jpg,Dungeon Siege: Throne of Agony,PSP,Role-Playing,2K Games,SuperVillain Studios,,0.16,0.13,,0.02,0.02,2006-10-30, +/games/boxart/full_eiyuu-densetsu-zero-no-kiseki_7JapanFront.jpg,Eiyuu Densetsu: Zero no Kiseki,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.16,,0.16,,,2010-09-30, +/games/boxart/full_2996705AmericaFrontccc.jpg,King's Field,PS,Role-Playing,ASCII Entertainment,From Software,7.1,0.16,0.09,,0.06,0.01,1995-12-31, +/games/boxart/full_224345AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth - Hacker's Memory,PS4,Role-Playing,Namco Bandai Games,Media.Vision,,0.16,0.05,0.04,0.05,0.02,2018-01-19,2018-01-07 +/games/boxart/full_1739579AmericaFrontccc.jpg,Culdcept SAGA,X360,Role-Playing,Namco Bandai,OmiyaSoft,7.7,0.16,0.12,0.03,,0.01,2008-02-05, +/games/boxart/3151375ccc.jpg,Lethal Skies II,PS2,Simulation,Sammy Corporation,"Asmik Ace Entertainment, Inc.",,0.16,0.08,,0.06,0.02,2003-09-09, +/games/boxart/full_apache-air-assault_8AmericaFront.jpg,Apache: Air Assault,X360,Simulation,Activision,Gaijin Entertainment,6.8,0.16,0.12,,0.03,0.01,2010-11-16, +/games/boxart/4322425ccc.jpg,Zoo Hospital,Wii,Simulation,Majesco,Torus Games,,0.16,0.14,,0.01,0.01,2008-09-22, +/games/boxart/full_3429239AmericaFrontccc.jpg,Heroes Over Europe,PS3,Simulation,Ubisoft,Transmission Games,,0.16,0.12,,0.02,0.02,2009-09-15, +/games/boxart/full_7952941AmericaFrontccc.jpg,Paws & Claws: Pet Resort,GBA,Simulation,THQ,ValuSoft,,0.16,0.12,,0.04,0,2006-02-13, +/games/boxart/full_6588477AmericaFrontccc.jpg,Rondo of Swords (US sales),DS,Role-Playing,Atlus,Success,,0.16,0.16,,,,2008-04-15, +/games/boxart/full_lufia-curse-of-the-sinistrals_10AmericaFront.jpg,Lufia: Curse of the Sinistrals,DS,Role-Playing,Natsume,Neverland Company,7.8,0.16,0.11,0.03,,0.01,2010-10-12, +/games/boxart/full_927390AmericaFrontccc.jpg,NASCAR Heat 2002,GBA,Racing,Infogrames,Crawfish Interactive,,0.16,0.12,,0.04,0,2002-05-06, +/games/boxart/4689510ccc.jpg,California Speed,N64,Racing,Midway Games,Atari Games,,0.16,0.13,,0.03,0,1999-02-28, +/games/boxart/full_5108401AmericaFrontccc.jpg,Destruction Derby 64,N64,Racing,THQ,Looking Glass Studios,,0.16,0.13,,0.03,0,1999-09-30, +/games/boxart/full_5317126JapanFrontccc.jpg,Summon Night EX-Thesis: Yoake no Tsubasa,PS2,Role-Playing,Banpresto,Flight-Plan,,0.16,,0.16,,,2005-08-04, +/games/boxart/3545894ccc.jpg,Eragon,DS,Role-Playing,Sierra Entertainment,Amaze Entertainment,6.8,0.16,0.13,,0.02,0.01,2006-11-14, +/games/boxart/full_7161557JapanFrontccc.jpg,Racing Lagoon - High Speed Driving RPG,PS,Racing,Square,SquareSoft,,0.16,,0.15,,0.01,1999-06-10, +/games/boxart/full_549410AmericaFrontccc.jpg,MX 2002 Featuring Ricky Carmichael,GBA,Racing,THQ,Tiertex Design Studios,,0.16,0.11,,0.04,0,2001-09-15, +/games/boxart/full_6234746AmericaFrontccc.png,Street Racer,PS,Racing,Ubisoft,Vivid Image,,0.16,0.09,,0.06,0.01,1996-10-31, +/games/boxart/full_816505AmericaFrontccc.jpg,Polaris SnoCross,PS,Racing,Vatical Entertainment,Vicarious Visions,,0.16,0.09,,0.06,0.01,2000-08-29, +/games/boxart/1416216ccc.jpg,F1 Championship Season 2000,PS2,Racing,Electronic Arts,EA Sports,,0.16,0.06,0.03,0.05,0.02,2000-12-19, +/games/boxart/full_4305418AmericaFrontccc.jpg,Monster Jam,Wii,Racing,Activision,Torus Games,,0.16,0.15,,0,0.01,2007-11-19, +/games/boxart/8520986ccc.jpg,Hot Wheels World Race,GC,Racing,THQ,Climax Group,,0.16,0.13,,0.03,0,2003-10-31, +/games/boxart/full_8407210AmericaFrontccc.jpg,Crash Tag Team Racing,GC,Racing,VU Games,Radical Entertainment,,0.16,0.12,,0.03,0,2005-10-19, +/games/boxart/full_world-rally-championship-2011_411PALFront.jpg,WRC 2: FIA World Rally Championship,PS3,Racing,Ubisoft,Milestone S.r.l,,0.16,,,0.13,0.03,2011-10-14, +/games/boxart/4359083ccc.jpg,FlatOut 2,PS2,Racing,Vivendi Games,Bugbear Entertainment,,0.16,0.08,,0.06,0.02,2006-08-01, +/games/boxart/full_13658AmericaFrontccc.jpg,Konami Krazy Racers,GBA,Racing,Konami,KCEK,7.7,0.16,0.09,0.04,0.03,0,2001-06-10, +/games/boxart/5689003ccc.jpg,F-Zero: GP Legend,GBA,Racing,Nintendo,Suzak,7.1,0.16,0.11,,0.04,0,2004-09-20, +/games/boxart/5682462ccc.jpg,All-Star Baseball 2003,GBA,Sports,Acclaim Entertainment,Software Creations,7.7,0.15,0.11,,0.04,0,2002-05-31, +/games/boxart/full_8954754AmericaFrontccc.jpg,Burnout 2: Point of Impact,GC,Racing,Acclaim Entertainment,Criterion Games,,0.15,0.12,,0.03,0,2003-04-09, +/games/boxart/full_218865AmericaFrontccc.jpg,Paris-Dakar Rally,PS2,Racing,Acclaim Entertainment,Broadsword Interactive,,0.15,0.08,,0.06,0.02,2001-10-09, +/games/boxart/full_5029836AmericaFrontccc.jpg,XGIII: Extreme G Racing,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,8.6,0.15,0.12,,0.03,0,2001-11-27, +/games/boxart/full_9888353AmericaFrontccc.jpg,American Chopper,XB,Racing,Activision,Creat Studio,,0.15,0.11,,0.03,0.01,2004-12-03, +/games/boxart/full_8007878JapanFrontccc.jpg,Devil Summoner: Soul Hackers,PS,Role-Playing,Atlus,Atlus Co.,,0.15,,0.14,,0.01,1999-04-08, +/games/boxart/full_2984555AmericaFrontccc.jpg,Black * Rock Shooter: The Game,PSP,Role-Playing,Unknown,imageepoch Inc.,,0.15,,0.15,,,2020-12-31, +/games/boxart/full_7209714AmericaFrontccc.jpg,Boktai: The Sun is in Your Hand,GBA,Role-Playing,Konami,Kojima Productions,7.8,0.15,0.1,,0.04,0,2003-09-16, +/games/boxart/full_1902375JapanFrontccc.jpg,Super Robot Wars V,PS4,Role-Playing,Namco Bandai Games,B.B. Studio,,0.15,,0.15,,,2017-02-23,2018-06-30 +/games/boxart/full_4993694JapanFrontccc.jpg,Wizardry VII: Gadeia no Houshu,PS,Role-Playing,Sony Computer Entertainment,Locus,,0.15,,0.14,,0.01,1995-10-13, +/games/boxart/full_5254162PALFrontccc.jpg,Chou Megami Shinkou Noire Gekishin Black Heart,PSV,Misc,Idea Factory,Unknown,,0.15,0.06,0.06,0.01,0.02,2015-02-24, +/games/boxart/full_disneys-story-studio-disneys-mulan_2AmericaFront.jpg,Disney's Story Studio: Disney's Mulan,PS,Misc,NewKidCo,Disney Interactive Studios,,0.15,0.09,,0.06,0.01,1999-12-15, +/games/boxart/full_8672453AmericaFrontccc.jpg,Cartoon Network Collection: Game Boy Advance Video Special Edition,GBA,Misc,Majesco,Majesco Games,,0.15,0.11,,0.04,0,2005-03-01, +/games/boxart/full_4400789AmericaFrontccc.jpg,Block Party,Wii,Misc,Activision,Activision,,0.15,0.14,,0,0.01,2008-11-11, +/games/boxart/full_9934954AmericaFrontccc.jpg,Get On Da Mic,PS2,Misc,Eidos Interactive,Artificial Mind and Movement,,0.15,0.07,,0.06,0.02,2004-10-05, +/games/boxart/default.jpg,Build-A-Bear Workshop: Welcome to Hugsville,DS,Misc,Game Factory,Game Factory,,0.15,0.14,,0,0.01,2010-03-23, +/games/boxart/full_8025940AmericaFrontccc.jpg,Super Street Fighter II,GEN,Fighting,Capcom,Capcom,,0.15,,0.15,,,1994-01-01, +/games/boxart/full_3158332JapanFrontccc.jpg,Battle Stadium D.O.N,PS2,Fighting,Bandai,Eighting,,0.15,,0.15,,,2006-07-20, +/games/boxart/2029506ccc.jpg,Darkstalkers Chronicle: The Chaos Tower,PSP,Fighting,Capcom,Capcom,7.5,0.15,0.13,,0,0.01,2005-03-24, +/games/boxart/full_2262553PALFrontccc.jpg,Dragon Ball Z: Idainaru Dragon Ball Densetsu,SAT,Fighting,Bandai,TOSE,,0.15,,0.15,,,1996-01-01, +/games/boxart/full_kamen-rider-climax-heroes-ooo_4JapanFront.jpg,Kamen Rider: Climax Heroes OOO,Wii,Fighting,Namco Bandai,Eighting,,0.15,,0.15,,,2010-12-02, +/games/boxart/3425091ccc.jpg,187: Ride or Die,PS2,Racing,Ubisoft,Ubisoft Paris,,0.15,0.07,,0.06,0.02,2005-08-23, +/games/boxart/9416364ccc.jpg,Ridge Racer DS,DS,Racing,Namco,Nintendo Software Technology Corporation,6.3,0.15,0.14,,0,0.01,2004-12-07, +/games/boxart/full_dirt-3_534AmericaFront.jpg,DiRT 3,PC,Racing,Codemasters,Codemasters,9,0.15,,,0.13,0.02,2011-05-24, +/games/boxart/full_cardinal-syn_777AmericaFront.jpg,Cardinal Syn,PS,Fighting,989 Studios,Kronos Digital Entertainment,5.2,0.15,0.08,,0.06,0.01,1998-06-30, +/games/boxart/5116458ccc.gif,Street Fighter Alpha 3,GBA,Fighting,Capcom,Crawfish Interactive,,0.15,0.11,,0.04,0,2002-12-01, +/games/boxart/full_3961725AmericaFrontccc.jpg,Guilty Gear X2 #Reload,XB,Fighting,Majesco,Arc System Works,,0.15,0.11,,0.03,0.01,2004-09-14,2018-09-25 +/games/boxart/full_3543974JapanFrontccc.jpg,All Japan Pro Wrestling featuring Virtua,SAT,Fighting,Sega,Sega,,0.15,,0.15,,,1997-10-23, +/games/boxart/full_3867828JapanFrontccc.jpg,Dengeki Bunko Fighting Climax,PSV,Fighting,Sega,Sega,,0.15,0.05,0.08,0,0.02,2015-10-06, +/games/boxart/8937954ccc.jpg,Street Fighter Anniversary Collection,XB,Fighting,Capcom,Capcom,,0.15,0.11,,0.03,0.01,2005-02-22, +/games/boxart/full_samurai-shodown-anthology_629AmericaFront.jpg,Samurai Shodown Anthology,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.15,0.07,,0.06,0.02,2009-03-24, +/games/boxart/full_8291424AmericaFrontccc.jpg,Dark Rift,N64,Fighting,Victory Lap Games,Kronos Digital Entertainment,,0.15,0.12,,0.03,0,1997-06-30, +/games/boxart/full_9830741AmericaFrontccc.jpg,Petz: Dogz Talent Show,DS,Simulation,Ubisoft,Ubisoft,,0.15,0.14,,,0.01,2009-11-17, +/games/boxart/full_imagine-fashion-designer_113AmericaFront.jpg,Imagine: Fashion Designer,3DS,Simulation,Ubisoft,Ubisoft Sofia,,0.15,0.11,,0.02,0.01,2011-10-11, +/games/boxart/full_3900669AmericaFrontccc.jpg,Dance Dance Revolution (North America),PS,Simulation,Konami,Konami,,0.15,0.08,,0.06,0.01,2001-05-09, +/games/boxart/full_3162275JapanFrontccc.jpg,Mobile Suit Gundam Side Story III: Sabakareshi Mono,SAT,Shooter,Bandai,Bec,,0.15,,0.15,,,1997-03-07, +/games/boxart/3163948ccc.jpg,Fugitive Hunter: War on Terror,PS2,Shooter,Encore,Black Ops Entertainment,,0.15,0.07,,0.06,0.02,2003-11-18, +/games/boxart/full_3475007AmericaFrontccc.jpg,Medal of Honor: Infiltrator,GBA,Shooter,Electronic Arts,Netherock Ltd.,,0.15,0.11,,0.04,0,2003-11-17, +/games/boxart/full_1728020AmericaFrontccc.jpg,Jurassic: The Hunted,Wii,Shooter,Activision,Activision,,0.15,0.14,,,0.01,2009-11-03, +/games/boxart/8292010ccc.jpg,Rocky,XB,Fighting,Ubisoft,Rage Software,,0.15,0.11,,0.03,0.01,2002-11-17, +/games/boxart/5952640ccc.jpg,Brain Boost: Gamma Wave,DS,Puzzle,Majesco,Interchannel,,0.15,0.14,,,0.01,2006-11-17, +/games/boxart/full_the-sims-medieval-pirates-and-nobles_963AmericaFront.jpg,The Sims Medieval: Pirates and Nobles,PC,Simulation,Electronic Arts,The Sims Studio,5.5,0.15,0.05,,0.08,0.01,2011-08-30, +/games/boxart/full_8044801AmericaFrontccc.jpg,The Sims 3: Seasons,PC,Simulation,Electronic Arts,Maxis,,0.15,,,0.14,0.01,2012-11-13,2018-11-06 +/games/boxart/full_scripps-spelling-bee_2AmericaFront.jpg,Scripps Spelling Bee,DS,Simulation,THQ,"Webfoot Technologies, Inc.",,0.15,0.14,,,0.01,2010-09-28, +/games/boxart/full_8078081AmericaFrontccc.jpg,Farm Frenzy: Animal Country,DS,Simulation,City Interactive,City Interactive,,0.15,0.13,,0.01,0.01,2010-09-28, +/games/boxart/full_2272613AmericaFrontccc.jpg,Top Gun: Combat Zones,GC,Simulation,Titus,Digital Integration,,0.15,0.12,,0.03,0,2002-10-24, +/games/boxart/full_8150999AmericaFrontccc.jpg,Burger Island,Wii,Simulation,Destineer,TechFront,,0.15,0.14,,,0.01,2009-05-01, +/games/boxart/full_6813624AmericaFrontccc.jpg,Farming Simulator 2013,PS3,Simulation,Focus Home Interactive,Giants Software,,0.15,0,0.02,0.1,0.02,2013-11-19,2018-01-06 +/games/boxart/full_1456840AmericaFrontccc.jpg,Space Camp,DS,Action,Activision,7 Studios,,0.15,0.14,,,0.01,2009-05-26, +/games/boxart/full_3281109AmericaFrontccc.jpg,Toukiden 2,PSV,Action,Tecmo Koei,Omega Force,,0.15,0.02,0.13,0,0.01,2017-03-21,2018-06-03 +/games/boxart/full_7146889AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,PS3,Action,2K Games,Visual Concepts,,0.15,0.12,,0.02,0.02,2007-06-15, +/games/boxart/full_9499880AmericaFrontccc.jpg,Ultimate Spider-Man,DS,Action,Activision,Vicarious Visions,,0.15,0.14,,0,0.01,2005-09-19, +/games/boxart/3109222ccc.jpg,Pressure Cooker,2600,Action,Activision,Activision,,0.15,0.14,,0.01,0,1983-01-01, +/games/boxart/3827856ccc.jpg,The Terminator: Dawn of Fate,XB,Action,Atari,Paradigm Entertainment,,0.15,0.11,,0.03,0.01,2002-09-18, +/games/boxart/full_prince-of-persia-the-forgotten-sands_1AmericaFront.jpg,Prince of Persia: The Forgotten Sands,DS,Action,Ubisoft,Ubisoft Montreal,,0.15,0.14,,0.01,0.01,2010-05-18, +/games/boxart/full_3175461AmericaFrontccc.jpg,Fire Emblem Warriors,3DS,Action,Nintendo,Omega Force,,0.15,0.07,0.04,0.03,0.01,2017-10-20,2020-08-03 +/games/boxart/full_2720139AmericaFrontccc.jpg,Earth Defense Force 2025,X360,Shooter,D3Publisher,Sandlot,,0.15,0.07,0.05,0.03,0.01,2014-02-18,2018-10-16 +/games/boxart/full_7255916AmericaFrontccc.jpg,Infected,PSP,Shooter,Majesco,Planet Moon Studios,7.3,0.15,0.14,,0,0.01,2005-11-15, +/games/boxart/full_western-heroes_977AmericaFront.jpg,Gunslingers,Wii,Shooter,Valcon Games,Neko Entertainment,,0.15,0.07,,0.06,0.02,2011-06-28, +/games/boxart/full_metal-gear-solid-peace-walker-hd-edition_288JapanFront.jpg,Metal Gear Solid: Peace Walker HD Edition,PS3,Action,Unknown,Kojima Productions,,0.15,,0.15,,,, +/games/boxart/full_3291870AmericaFrontccc.jpg,LEGO Ninjago: Shadow of Ronin,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.15,0.01,,0.11,0.03,2015-03-24, +/games/boxart/full_9728372JapanFrontccc.jpg,Gundam Breaker 2,PS3,Action,Namco Bandai Games,Namco Bandai Games,,0.15,,0.15,,,2014-12-18,2018-02-11 +/games/boxart/full_5667139AmericaFrontccc.jpg,Spongebob Squarepants / Fairly Odd Parents Double Pack,GBA,Action,THQ,THQ,,0.15,0.11,,0.04,0,2005-06-01, +/games/boxart/full_6072979AmericaFrontccc.jpg,SpongeBob's Truth or Square,DS,Action,THQ,Heavy Iron Studios,,0.15,0.07,,0.07,0.01,2009-10-26, +/games/boxart/full_4973708PALFrontccc.jpg,Shenmue II,DC,Adventure,Sega,Sega-AM2,8.7,0.15,,0.15,,0,2001-11-23, +/games/boxart/full_5174837JapanFrontccc.jpg,Dragon Quest Builders 2,PS4,Adventure,Square Enix,Square Enix,,0.15,,0.15,,,2019-07-12,2019-04-06 +/games/boxart/8686198ccc.jpg,Prince of Persia: The Two Thrones,GC,Adventure,Ubisoft,Ubisoft Montreal,8.7,0.15,0.11,,0.03,0,2005-12-01, +/games/boxart/full_ore-no-imouto-ga-konna-ni-kawaii-wake-ga-nai-portable_713JapanFront.jpg,Ore no Imouto ga Konna ni Kawaii wake ga Nai Portable,PSP,Adventure,Banpresto,Namco Bandai Games,,0.15,,0.15,,,2011-01-27, +/games/boxart/full_5104948AmericaFrontccc.jpg,Nancy Drew: The White Wolf of Icicle Creek,Wii,Adventure,Sega,Her Interactive,,0.15,0.14,,,0.01,2008-12-02, +/games/boxart/2495964ccc.png,Galerians,PS,Adventure,Crave Entertainment,Polygon Magic,,0.15,0.08,,0.06,0.01,2000-03-29, +/games/boxart/9415857ccc.jpg,"Warhammer 40,000: Fire Warrior",PS2,Shooter,THQ,Kuju Entertainment,,0.15,0.08,,0.06,0.02,2003-11-17, +/games/boxart/full_3573931AmericaFrontccc.jpg,Wolfenstein: The Old Blood,XOne,Shooter,Bethesda Softworks,MachineGames,8,0.15,0.07,,0.07,0.01,2015-05-05,2018-04-21 +/games/boxart/full_5267078AmericaFrontccc.jpg,Yu-Gi-Oh! Nightmare Troubadour (US sales),DS,Action,Konami,Konami,,0.15,0.15,,,,2005-08-30, +/games/boxart/full_187919AmericaFrontccc.jpg,Metroid Prime: Federation Force,3DS,Action,Nintendo,Next Level Games,6.3,0.15,0.08,0.03,0.02,0.01,2016-08-19,2018-07-02 +/games/boxart/full_thor-god-of-thunder_330AmericaFront.jpg,Thor: God of Thunder,PS3,Action,Sega,Liquid Entertainment,3.7,0.15,0.07,,0.06,0.02,2011-05-03, +/games/boxart/7439970ccc.jpg,Elf: The Movie,GBA,Action,Crave Entertainment,Humansoft,,0.15,0.1,,0.04,0,2004-11-04, +/games/boxart/full_saw-ii-flesh-ampamp-blood_8AmericaFront.jpg,Saw II: Flesh & Blood,X360,Action,Konami,Zombie Studios,4.9,0.15,0.1,,0.04,0.01,2010-10-19, +/games/boxart/full_8249559AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,X360,Action,Tecmo Koei,Omega Force,,0.15,0.09,,0.05,0.01,2013-07-16,2018-02-09 +/games/boxart/full_7504651AmericaFrontccc.jpg,Sonny with a Chance,DS,Action,Disney Interactive Studios,Altron,,0.15,0.12,,0.02,0.01,2010-03-16, +/games/boxart/2191062ccc.jpg,Killer7,GC,Action,Capcom,Grasshopper Manufacture,7.2,0.15,0.12,,0.03,0,2005-07-07, +/games/boxart/full_1945049AmericaFrontccc.jpg,SpongeBob's Boating Bash,DS,Misc,THQ,Impulse Games,,0.15,0.13,,0,0.01,2010-03-02, +/games/boxart/full_7385320AmericaFrontccc.jpg,Charm Girls Club: Pajama Party,Wii,Misc,Electronic Arts,Electronic Arts,,0.15,0.14,,,0.01,2009-10-20, +/games/boxart/706129ccc.jpg,Super Monkey Ball Deluxe,XB,Misc,Sega,Sega,,0.15,0.11,,0.03,0.01,2005-03-15, +/games/boxart/full_tamagotchi-collection_256JapanFront.jpg,Tamagotchi Collection,DS,Misc,Namco Bandai,Bandai Namco Games,,0.15,,0.15,,,2011-11-10, +/games/boxart/full_2170539AmericaFrontccc.jpg,Travel Games For Dummies,DS,Misc,Electronic Arts,Electronic Arts,,0.15,0.14,,0,0.01,2008-10-28, +/games/boxart/full_8929022AmericaFrontccc.jpg,Major League Baseball 2K12,Wii,Misc,Take-Two Interactive,"Visual Concepts, Ltd.",,0.15,0.14,,,0.01,2012-03-06,2018-11-03 +/games/boxart/2916881ccc.jpg,Rayman Raving Rabbids,DS,Misc,Ubisoft,Ubisoft Bulgaria,,0.15,0.13,,0.01,0.01,2007-03-06, +/games/boxart/1120961ccc.jpg,Ultimate Board Game Collection,Wii,Misc,Valcon Games,Jack of All Games,,0.15,0.13,,0,0.01,2007-08-14, +/games/boxart/full_9673700AmericaFrontccc.jpg,One Piece Unlimited World: Red,PSV,Action-Adventure,Namco Bandai Games,Ganbarion,,0.15,0.04,0.04,0.04,0.03,2014-07-08,2018-10-19 +/games/boxart/full_8132685AmericaFrontccc.jpg,Blazing Dragons,PS,Adventure,Mindscape,Illusions Game Company,6.6,0.15,0.08,,0.06,0.01,1996-10-31, +/games/boxart/full_9374370AmericaFrontccc.jpg,Steins;Gate 0,PSV,Adventure,PQube,5pb. Inc.,,0.15,,0.07,0.07,0.02,2016-11-29,2018-06-10 +/games/boxart/full_6000440JapanFrontccc.jpg,Kowloon's Gate,PS,Adventure,Sony Computer Entertainment,ArtDink,,0.15,,0.14,,0.01,1997-02-28, +/games/boxart/full_305265JapanFrontccc.jpg,Suzumiya Haruhi no Yakusoku,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.15,,0.15,,,2007-12-27, +/games/boxart/full_4658260AmericaFrontccc.jpg,KLAX,2600,Puzzle,Atari,Atari,,0.15,0.14,,0.01,0,1990-01-01, +/games/boxart/9886759ccc.png,Capcom Classics Collection,XB,Misc,Capcom,Digital Eclipse,,0.15,0.11,,0.03,0.01,2005-09-27, +/games/boxart/4178302ccc.jpg,SNK Arcade Classics Vol. 1,PSP,Misc,SNK Playmore,Terminal Reality,6.7,0.15,0.13,0.01,,0.01,2008-05-05, +/games/boxart/4855735ccc.jpg,Zoids: Battle Legends,GC,Action,Atari,Tomy Corporation,5,0.15,0.12,,0.03,0,2004-09-04, +/games/boxart/full_2852100AmericaFrontccc.jpg,Pokémon: Johto Photo Finish: Game Boy Advance Video,GBA,Misc,Majesco,Nintendo,,0.15,0.11,,0.04,0,2004-06-21, +/games/boxart/full_8397361AmericaFrontccc.jpg,Rock Band: Metal Track Pack,X360,Misc,MTV Games,Harmonix Music Systems,,0.15,0.14,,,0.01,2009-09-22, +/games/boxart/full_5685519AmericaFrontccc.jpg,WWE '13,Wii,Misc,THQ,Unknown,,0.15,0.11,,0.02,0.01,2012-10-30, +/games/boxart/full_5922541AmericaFrontccc.jpg,Strawberry Shortcake: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.15,0.11,,0.04,0,2004-05-14, +/games/boxart/full_karaoke-revolution-glee-volume-3_738AmericaFront.jpg,Karaoke Revolution Glee: Volume 3,X360,Misc,Konami,Hijinx Studios,,0.15,0.14,,,0.01,2011-11-22, +/games/boxart/full_7756467AmericaFrontccc.jpg,Arcade Zone,Wii,Misc,Activision,Ivolgamus UAB,,0.15,0.14,,0,0.01,2009-09-08, +/games/boxart/full_9656046PALFrontccc.jpg,Assassin's Creed Rogue Remastered,PS4,Action-Adventure,Ubisoft,Ubisoft,,0.15,,0.01,0.13,0.02,2018-03-20,2018-01-29 +/games/boxart/full_thor-god-of-thunder_530AmericaFront.jpg,Thor: God of Thunder,Wii,Action,Sega,Red Fly Studio,6.4,0.15,0.1,,0.04,0.01,2011-05-03, +/games/boxart/full_2042011AmericaFrontccc.jpg,Jaws Unleashed,XB,Action,Majesco,Appaloosa Interactive,,0.15,0.11,,0.03,0.01,2006-05-23, +/games/boxart/8827259ccc.jpg,X-Men: The Official Game,GC,Action,Activision,Hypnos,,0.15,0.12,,0.03,0,2006-05-16, +/games/boxart/full_darksiders_806AmericaFront.jpg,Darksiders,PC,Action,THQ,Vigil Games,8,0.15,0.07,,0.06,0.01,2010-09-23, +/games/boxart/full_8720699AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,PS2,Action,D3 Publisher,High Voltage Software,,0.15,0.05,,0.02,0.08,2009-10-20, +/games/boxart/full_9610142AmericaFrontccc.jpg,Samurai Warriors: Katana,Wii,Action,KOEI,Omega Force,,0.15,0.11,0.04,0,0.01,2008-01-16, +/games/boxart/full_655844PALFrontccc.jpg,Warriors Orochi 3,PS4,Action,Tecmo Koei,Omega Force,,0.15,0.04,0.04,0.05,0.02,2014-09-02,2018-06-30 +/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_8AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,X360,Action,THQ,THQ,,0.15,0.12,,0.02,0.01,2010-11-16, +/games/boxart/8932635ccc.jpg,FIFA 06: Road to FIFA World Cup,X360,Sports,EA Sports,EA Canada,6.1,0.15,0.11,0.01,0.02,0.01,2005-11-16, +/games/boxart/full_8273314AmericaFrontccc.jpg,World League Soccer,SNES,Sports,Mindscape,Anco,,0.15,,0.15,,0,1992-04-01, +/games/boxart/full_4206382AmericaFrontccc.jpg,NBA ShootOut 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.15,0.07,,0.06,0.02,2001-02-19, +/games/boxart/full_8543253AmericaFrontccc.jpg,Soldier of Fortune: Payback,PS3,Shooter,Activision,Cauldron Ltd.,,0.15,0.12,,0.02,0.02,2007-11-14, +/games/boxart/full_4384647AmericaFrontccc.jpg,Project Sylpheed: Arc of Deception,X360,Shooter,Microsoft,Game Arts / Seta Corporation,6.7,0.15,0.12,0.02,0.01,0.01,2007-07-10, +/games/boxart/3025977ccc.jpg,Army Men: Sarge's War,GC,Shooter,Global Star Software,Tactical Development,,0.15,0.12,,0.03,0,2004-08-21, +/games/boxart/full_990952AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,XOne,Shooter,Activision,Edge of Reality,,0.15,0.1,,0.03,0.01,2014-06-24,2018-12-27 +/games/boxart/3207659ccc.jpg,Serious Sam,XB,Shooter,Gotham Games,Croteam,,0.15,0.11,,0.03,0.01,2002-11-10, +/games/boxart/full_2346711JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2009,PS2,Sports,Konami,Konami,,0.15,,0.15,,,2009-03-19, +/games/boxart/full_3247346AmericaFrontccc.jpg,Little League World Series Baseball 2009,Wii,Sports,Activision,Now Production,,0.15,0.14,,,0.01,2009-06-23, +/games/boxart/full_554728AmericaFrontccc.jpg,Major League Baseball 2K10,DS,Sports,2K Sports,Visual Concepts,2.8,0.15,0.14,,,0.01,2010-03-02, +/games/boxart/full_6839823AmericaFrontccc.jpg,MLB Power Pros 2008,PS2,Sports,2K Sports,PawaPuro Production,,0.15,0.05,0.05,0.04,0.01,2008-07-29, +/games/boxart/full_8861055JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2012,PSP,Sports,Konami Digital Entertainment,Konami,,0.15,,0.15,,,2012-07-19,2018-11-02 +/games/boxart/full_9882125AmericaFrontccc.jpg,World Series Baseball 2K3,XB,Sports,Sega,Blue Shift,,0.15,0.11,,0.03,0.01,2003-03-10, +/games/boxart/full_high-velocity-bowling_0AmericaFront.jpg,High Velocity Bowling,PS3,Sports,Sony Computer Entertainment,Team Ramrod,,0.15,0.13,,,0.02,2010-09-21, +/games/boxart/full_5677412AmericaFrontccc.jpg,FIFA Soccer 2002,PS,Sports,EA Sports,EA Canada,,0.15,0.08,,0.06,0.01,2001-11-01, +/games/boxart/9077794ccc.jpg,All-Pro Football 2K8,PS3,Sports,2K Sports,Visual Concepts,,0.15,0.14,,,0.01,2007-07-16, +/games/boxart/full_active-life-explorer_0JapanFront.jpg,Active Life Explorer,Wii,Sports,Namco Bandai,Namco Bandai Games,,0.15,0.14,,,0.01,2010-10-19, +/games/boxart/full_family-party-fitness-fun_7AmericaFront.jpg,Family Party: Fitness Fun,Wii,Sports,D3 Publisher,Tamsoft Corporation,,0.15,0.14,,,0.01,2010-09-21, +/games/boxart/full_major-league-baseball-2k11_836AmericaFront.jpg,Major League Baseball 2K11,Wii,Sports,2K Sports,Visual Concepts,,0.15,0.14,,,0.01,2011-03-08, +/games/boxart/full_1465784AmericaFrontccc.jpg,NBA Live 19,XOne,Sports,Electronic Arts,EA Tiburon,,0.15,0.13,,,0.02,2018-09-07,2018-06-13 +/games/boxart/full_1800926AmericaFrontccc.jpg,NHL 2K10,PS3,Sports,2K Sports,Visual Concepts,6.5,0.15,0.13,,0.01,0.01,2009-09-15, +/games/boxart/full_8758105AmericaFrontccc.jpg,NBA 09: The Inside,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.15,0.14,,,0.01,2008-10-07,2018-12-04 +/games/boxart/7058744ccc.jpg,NCAA GameBreaker 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.15,0.07,,0.06,0.02,2000-12-18, +/games/boxart/2655002ccc.jpg,eJay Clubworld,PS2,Misc,Crave Entertainment,Unique Development Studios,,0.15,0.07,,0.06,0.02,2003-07-30, +/games/boxart/full_victorious-hollywood-arts-debut_153AmericaFront.jpg,Victorious: Hollywood Arts Debut,DS,Misc,D3 Publisher,Namco Bandai Games,,0.15,0.13,,0.01,0.01,2011-11-15, +/games/boxart/full_1208676AmericaFrontccc.jpg,Barbie Superpack: Secret Agent / Groovy Games,GBA,Misc,VU Games,Digital Illusions,,0.15,0.1,,0.04,0,2005-09-14, +/games/boxart/full_4253551AmericaFrontccc.jpg,Sonic Advance & Sonic Pinball Party Combo Pack,GBA,Misc,Sega,Sonic Team,,0.15,0.1,,0.04,0,2005-11-16, +/games/boxart/full_pac-man-party-3d_483AmericaFront.jpg,Pac-Man Party 3D,3DS,Party,Namco Bandai,Namco Bandai Games,,0.15,0.09,,0.04,0.01,2011-11-08,2019-01-14 +/games/boxart/full_kids-learn-math-a-edition_693AmericaFront.jpg,Kids Learn Math: A+ Edition,DS,Misc,Unknown,Talking Stick Games,,0.15,0.14,,,0.01,2011-10-04, +/games/boxart/full_the-oregon-trail_378AmericaFront.jpg,The Oregon Trail,Wii,Misc,Crave Entertainment,SVG Distribution,,0.15,0.14,,,0.01,2011-12-09, +/games/boxart/full_5218166AmericaFrontccc.jpg,Pro Evolution Soccer 2015,XOne,Sports,Konami Digital Entertainment,PES Productions,,0.15,0.04,,0.1,0.01,2014-11-11,2018-04-14 +/games/boxart/full_6152273AmericaFrontccc.jpg,Armored Core: For Answer,X360,Simulation,Ubisoft,From Software,6.5,0.15,0.06,0.07,0.01,0.01,2008-09-16, +/games/boxart/default.jpg,DrumMania,PS2,Simulation,Konami,Konami,,0.15,,0.15,,,2000-03-04, +/games/boxart/full_1865434AmericaFrontccc.jpg,Birds of Steel,X360,Simulation,Konami Digital Entertainment,Gaijin Games,,0.15,0.11,,0.03,0.01,2012-03-13,2018-10-29 +/games/boxart/full_dragons-lair-trilogy_5AmericaFront.jpg,Dragon's Lair Trilogy,Wii,Adventure,Destineer,Digital Leisure Inc.,,0.15,0.14,,,0.01,2010-10-08, +/games/boxart/full_3841390JapanFrontccc.jpg,Derby Stallion Gold,3DS,Sports,Kadokawa Shoten,Enterbrain,,0.15,,0.15,,,2014-12-04,2018-01-25 +/games/boxart/4460422ccc.jpg,NBA Ballers: Chosen One,PS3,Sports,Midway Games,Midway Games,,0.15,0.13,,,0.02,2008-04-21, +/games/boxart/full_7608032JapanFrontccc.jpg,J-League Victory Goal,SAT,Sports,Sega,Sega,,0.15,,0.15,,,1995-01-20, +/games/boxart/1448109ccc.jpg,NHL 09,PS2,Sports,Electronic Arts,EA Canada,,0.15,0.07,,0.06,0.02,2008-11-04, +/games/boxart/full_4704154AmericaFrontccc.jpg,Bomberman,DS,Puzzle,Ubisoft,Hudson Soft,,0.15,0.1,0.03,0.01,0.01,2005-06-21, +/games/boxart/6188796ccc.jpg,Brain Boost: Beta Wave,DS,Puzzle,Majesco,Interchannel,,0.15,0.14,,0,0.01,2006-11-17, +/games/boxart/full_7995367PALFrontccc.jpg,Jewel Quest Solitaire,DS,Puzzle,GSP,Avanquest Software,,0.15,,,0.13,0.01,2011-02-11, +/games/boxart/222241ccc.jpg,Bust-A-Move Bash!,Wii,Puzzle,Majesco,Happy Happening,,0.15,0.13,,0.01,0.01,2007-04-17, +/games/boxart/1776867ccc.gif,WordJong,DS,Puzzle,Destineer,Magellan Interactive,7.5,0.15,0.13,,0.01,0.01,2007-11-16, +/games/boxart/1500304ccc.jpg,Bomberman,PSP,Puzzle,Konami,Hudson Soft,7.3,0.15,0.14,,0,0.01,2006-09-12, +/games/boxart/full_8923123AmericaFrontccc.jpg,Spintires: MudRunner,XOne,Simulation,Focus Home Interactive,Saber Interactive,,0.15,0.11,,0.02,0.01,2017-10-31,2018-05-30 +/games/boxart/full_harvest-moon-hero-of-leaf-valley_3AmericaFront.jpg,Harvest Moon: Hero of Leaf Valley,PSP,Simulation,Natsume,Marvelous Interactive,,0.15,0.07,0.05,0.02,0.02,2010-04-20, +/games/boxart/full_amagami_797JapanFront.jpg,Amagami,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.15,,0.15,,,2011-03-31, +/games/boxart/7001562ccc.jpg,Blazing Angels 2: Secret Missions of WWII,PS3,Simulation,Ubisoft,Ubisoft Romania,7.2,0.15,0.1,,0.03,0.02,2007-11-06, +/games/boxart/full_5658127AmericaFrontccc.jpg,Kingdom Under Fire: Heroes,XB,Strategy,Microsoft,Phantagram,,0.15,0.11,,0.03,0.01,2005-09-20, +/games/boxart/full_8118392JapanFrontccc.jpg,Kidou Senkan Nadesico,SAT,Strategy,Unknown,fupac,,0.15,,0.15,,,2020-12-31, +/games/boxart/full_3856428AmericaFrontccc.jpg,Chessmaster II,PS,Strategy,Mindscape,Starsphere Interactive,7.5,0.15,0.08,,0.06,0.01,1999-05-31, +/games/boxart/full_9633670JapanFrontccc.jpg,Mobile Suit Gundam: Perfect One Year War,PS,Strategy,Bandai,Bandai,,0.15,,0.14,,0.01,1997-07-31, +/games/boxart/full_4133437AmericaFrontccc.jpg,Stormrise,X360,Strategy,Sega,The Creative Assembly,4.4,0.15,0.11,,0.03,0.01,2009-03-24, +/games/boxart/2864929ccc.jpg,Saturn Bomberman,SAT,Puzzle,Sega,Hudson Soft,,0.15,,0.15,,0,1997-01-01, +/games/boxart/full_7743268AmericaFrontccc.jpg,Space Invaders Extreme,DS,Shooter,Square Enix,Taito Corporation,8.3,0.15,0.12,0.01,0.01,0.01,2008-06-17, +/games/boxart/6935209ccc.jpg,Shadow Ops: Red Mercury,XB,Shooter,Atari,Zombie Studios,,0.15,0.11,,0.03,0.01,2004-06-15, +/games/boxart/full_1738026AmericaFrontccc.jpg,History Civil War: Secret Missions,PS2,Shooter,Activision,Cauldron Ltd.,,0.15,0.07,,0.06,0.02,2008-11-04, +/games/boxart/default.jpg,Syndicate,PS3,Shooter,Electronic Arts,Electronic Arts,,0.15,0.07,,0.06,0.02,2012-02-21, +/games/boxart/full_4141101AmericaFrontccc.jpg,Tom Clancy's Ghost Recon,GC,Shooter,Ubisoft,Red Storm Entertainment,,0.15,0.11,,0.03,0,2003-02-09, +/games/boxart/full_doctor-who-evacuation-earth_7PALFront.jpg,Doctor Who: Evacuation Earth,DS,Adventure,Unknown,Asylum Entertainment,,0.15,,,0.13,0.02,2010-11-12, +/games/boxart/3239083ccc.gif,"Go, Diego, Go! Safari Rescue",DS,Adventure,2K Play,Black Lantern Studios,,0.15,0.14,,0.01,0.01,2007-11-05, +/games/boxart/full_1220981AmericaFrontccc.jpg,The Godfather: Blackhand Edition,Wii,Adventure,Electronic Arts,EA Redwood Shores,7.4,0.15,0.14,,0,0.01,2007-03-20, +/games/boxart/full_6545485AmericaFrontccc.jpg,Turbo Prop Racing,PS,Racing,Sony Computer Entertainment,SCEE London Studio,,0.15,0.08,,0.06,0.01,1998-06-30, +/games/boxart/full_6679829AmericaFrontccc.jpg,Cars: Race-O-Rama,X360,Racing,THQ,Rainbow Studios,,0.15,0.14,,0.01,0.01,2009-10-13, +/games/boxart/full_streak-hoverboard-racing_734AmericaFront.jpg,Streak: Hoverboard Racing,PS,Racing,GT Interactive,SingleTrac,,0.15,0.09,,0.06,0.01,1998-10-31, +/games/boxart/full_9080736AmericaFrontccc.jpg,Enthusia Professional Racing,PS2,Racing,Konami,Konami,,0.15,0.07,,0.06,0.02,2005-05-03, +/games/boxart/full_6240633AmericaFrontccc.jpg,Bigfoot: Collision Course,DS,Racing,Zoo Digital Publishing,Destination Software,,0.15,0.14,,,0.01,2009-01-09, +/games/boxart/full_8055616AmericaFrontccc.jpg,Felony 11-79,PS,Racing,ASCII Entertainment,Climax Entertainment,,0.15,,0.15,,,1997-08-31, +/games/boxart/755877ccc.jpg,F1 2001,PS2,Racing,EA Sports,Electronic Arts UK,,0.15,0.07,,0.06,0.02,2001-10-01, +/games/boxart/full_ben-10-galactic-racing_315AmericaFront.jpg,Ben 10 Galactic Racing,3DS,Racing,D3 Publisher,Monkey Bar Games,,0.15,0.07,,0.07,0.01,2011-10-25, +/games/boxart/8016882ccc.jpg,Pac-Man World 3,XB,Platform,Namco,Blitz Games,,0.15,0.11,,0.04,0.01,2005-11-17, +/games/boxart/full_disneys-donald-duck-goin-quackers_10AmericaFront.jpg,Disney's Donald Duck: Goin' Quackers,PS,Platform,Ubisoft,Disney Interactive Studios,,0.15,0.08,,0.06,0.01,2000-11-14, +/games/boxart/6250892ccc.jpg,Crash: Twinsanity,XB,Platform,VU Games,Traveller's Tales,,0.15,0.11,,0.03,0.01,2004-09-28, +/games/boxart/full_6312155PALFrontccc.jpg,Shin Chan: ¡Aventuras de Cine!,DS,Platform,505 Games,Inti Creates,,0.15,,0.15,,,2008-11-28, +/games/boxart/full_cave-story-3d_30AmericaFront.jpg,Cave Story 3D,3DS,Platform,NIS America,Nicalis,8.2,0.15,0.09,0.01,0.03,0.01,2011-11-08, +/games/boxart/full_4831996AmericaFrontccc.jpg,The Crew,PC,Racing,Ubisoft,Ubisoft Reflections,,0.15,,,0.14,0.01,2014-12-02,2018-01-04 +/games/boxart/full_8477646AmericaFrontccc.jpg,Muppet RaceMania,PS,Racing,Midway Games,Traveller's Tales,,0.15,0.09,,0.06,0.01,2000-10-03, +/games/boxart/full_6220613AmericaFrontccc.jpg,Courier Crisis,PS,Racing,GT Interactive,New Level Software,,0.15,0.09,,0.06,0.01,1997-11-30, +/games/boxart/full_8725907AmericaFrontccc.jpg,The Quest Trio,DS,Puzzle,Activision,Mistic Software,,0.15,0.13,,0,0.01,2008-08-26, +/games/boxart/full_9524308AmericaFrontccc.jpg,Rubik's World,Wii,Puzzle,Game Factory,Two Tribes,,0.15,0.12,,0.01,0.01,2008-11-04, +/games/boxart/full_1040009AmericaFrontccc.jpg,Just Dance 2019,XOne,Music,Ubisoft,Ubisoft Paris,,0.15,0.13,,0.01,0.02,2018-10-23,2018-09-28 +/games/boxart/full_5198680AmericaFrontccc.jpg,MLB 13: The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,7.6,0.15,0.11,,,0.04,2013-03-05,2018-03-14 +/games/boxart/3465228ccc.jpg,BMX XXX,PS2,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.15,0.07,,0.06,0.02,2002-11-16, +/games/boxart/full_4102007JapanFrontccc.jpg,Doraemon 3: Nobi Dai no Machi SOS!,N64,Platform,Epoch,Epoch,,0.15,,0.09,,0.06,2000-07-28, +/games/boxart/full_5012144AmericaFrontccc.jpg,Where the Wild Things Are,DS,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.15,0.14,,0,0.01,2009-10-13, +/games/boxart/full_5980668AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,DS,Platform,THQ,Helixe,,0.15,0.13,,0.01,0.01,2005-11-01, +/games/boxart/full_7257592JapanFrontccc.jpg,Derby Stallion 64,N64,Sports,Media Factory,ParityBit,,0.15,,0.15,,0,2001-08-10, +/games/boxart/5994822ccc.jpg,All-Star Baseball 2003,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,8.7,0.15,0.12,,0.03,0,2002-02-25, +/games/boxart/full_8820017AmericaFrontccc.jpg,Your Shape Fitness Evolved 2013,WiiU,Sports,Ubisoft,Blue Byte,,0.15,0.07,,0.07,0.01,2012-11-18,2020-09-13 +/games/boxart/full_nicktoons-mlb_432AmericaFront.jpg,Nicktoons MLB,X360,Sports,2K Sports,2K Sports,,0.15,0.14,,,0.01,2011-09-13, +/games/boxart/full_3314013JapanFrontccc.jpg,No.1 Muscle Ranking - Kinniku Banzuke Vol. 2: Aratanarugenkai Enochousen!,PS,Sports,Konami,Konami,,0.15,,0.14,,0.01,2000-03-23, +/games/boxart/full_8125880JapanFrontccc.jpg,Power Pro Kun Pocket 9,DS,Sports,Konami,PawaPuro Production,,0.15,,0.15,,,2006-12-07, +/games/boxart/3435142ccc.jpg,Major League Baseball 2K8,PS2,Sports,2K Sports,Kush Games,,0.15,0.07,,0.06,0.02,2008-03-03, +/games/boxart/3154936ccc.jpg,All-Star Baseball 2005,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.15,0.11,,0.03,0.01,2004-03-23, +/games/boxart/full_155825AmericaFrontccc.jpg,Disney's The Lion King: Simba's Mighty Adventure,PS,Platform,Activision,Paradox Development,,0.15,0.08,,0.06,0.01,2000-12-22, +/games/boxart/full_6234649AmericaFrontccc.jpg,Ice Age 2: The Meltdown,DS,Platform,Sierra Entertainment,Amaze Entertainment,5.5,0.15,0.13,,0.01,0.01,2006-03-14, +/games/boxart/full_rayman-origins_253AmericaFront.jpg,Rayman Origins,3DS,Platform,Ubisoft,Ubisoft,,0.15,0.06,,0.08,0.01,2012-12-06, +/games/boxart/9145844ccc.jpg,Super Monkey Ball Adventure,GC,Platform,Sega,Traveller's Tales,,0.15,0.12,,0.03,0,2006-08-01, +/games/boxart/full_3317013AmericaFrontccc.jpg,Cake Mania: In The Mix!,Wii,Puzzle,Majesco,Gorilla Systems,,0.15,0.14,,0,0.01,2008-11-24, +/games/boxart/full_9153447PALFrontccc.jpg,Countdown: The Game,DS,Puzzle,Mindscape,Mindscape,,0.15,,,0.14,0.01,2009-11-06, +/games/boxart/full_7996323AmericaFrontccc.jpg,Tetris Attack,SNES,Puzzle,Nintendo,Intelligent Systems,,0.15,,0.15,,0,1996-08-04, +/games/boxart/full_bejeweled-3_321AmericaFront.jpg,Bejeweled 3,PS3,Puzzle,PopCap Games,PopCap Games,,0.15,0.13,,,0.02,2011-11-15, +/games/boxart/full_814213AmericaFrontccc.jpg,Mad Dash Racing,XB,Racing,Eidos Interactive,Crystal Dynamics,,0.15,0.11,,0.03,0.01,2001-11-14, +/games/boxart/9236189ccc.jpg,MotoGP 2: Ultimate Racing Technology,PS2,Racing,Namco,Namco,,0.15,0.07,,0.06,0.02,2002-01-22, +/games/boxart/9919052ccc.jpg,Digimon Battle Spirit 2,GBA,Fighting,Bandai,Dimps Corporation,7,0.15,0.11,,0.04,0,2003-09-24, +/games/boxart/full_8990690AmericaFrontccc.jpg,Naruto Shippuden: Legends: Akatsuki Rising,PSP,Fighting,Namco Bandai,CyberConnect2,5.8,0.15,0.14,,0,0.01,2009-10-06, +/games/boxart/full_1222752AmericaFrontccc.jpg,Cave Story+,NS,Platform,Nicalis,Studio Pixel,,0.15,0.11,0.01,0.03,0.01,2017-06-20, +/games/boxart/5718650ccc.jpg,Scooby-Doo! Unmasked,GC,Platform,THQ,Artificial Mind and Movement,,0.15,0.12,,0.03,0,2005-09-12, +/games/boxart/full_de-blob-2_468AmericaFront.jpg,de Blob 2,X360,Platform,THQ,Blue Tongue,7.8,0.15,0.1,,0.04,0.01,2011-02-22, +/games/boxart/5531418ccc.jpg,Frogger's Adventures: The Rescue,GC,Platform,Konami,Konami,,0.15,0.12,,0.03,0,2003-10-31, +/games/boxart/2784548ccc.jpg,NCAA Football 2004,GC,Sports,EA Sports,EA Tiburon,8.7,0.15,0.12,,0.03,0,2003-07-16, +/games/boxart/752510ccc.jpg,Home Run,2600,Sports,Atari,Atari,,0.15,0.14,,0.01,0,1978-01-01, +/games/boxart/full_7136463JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable,PSP,Sports,Konami,PawaPuro Productions,,0.15,,0.15,,,2006-04-01, +/games/boxart/full_2460529AmericaFrontccc.jpg,NASCAR Heat Evolution,PS4,Racing,Dusenberry Martin Racing,Monster Games,,0.15,0.12,,,0.03,2016-09-13, +/games/boxart/full_6614319AmericaFrontccc.jpg,NHL 2K10,X360,Sports,2K Sports,Visual Concepts,6.6,0.15,0.11,,0.02,0.01,2009-09-15, +/games/boxart/3324355ccc.jpg,Arena Football,XB,Sports,EA Sports,EA Tiburon,,0.15,0.11,,0.03,0.01,2006-02-07, +/games/boxart/full_2967334JapanFrontccc.jpg,Power Pro Kun Pocket 1+2,GBA,Sports,Konami,Diamond Head,,0.15,,0.14,,0,2004-07-29, +/games/boxart/full_166194AmericaFrontccc.jpg,Baseball Blast!,Wii,Sports,2K Sports,Take-Two Interactive,,0.15,0.14,,,0.01,2009-09-28, +/games/boxart/5780341ccc.jpg,Blinx 2: Masters of Time & Space,XB,Platform,Microsoft Game Studios,Artoon,6.8,0.15,0.12,,0.03,0.01,2004-11-16, +/games/boxart/full_1515990AmericaFrontccc.jpg,Tak: The Great Juju Challenge,GC,Platform,THQ,Avalanche Software,,0.15,0.12,,0.03,0,2005-09-19, +/games/boxart/full_crush3d_707AmericaFront.jpg,Crush3D,3DS,Platform,Sega,Zoë Mode,6.5,0.15,0.1,,0.04,0.01,2012-03-06, +/games/boxart/8925860ccc.jpg,BloodRayne 2,XB,Shooter,Majesco,Terminal Reality,,0.15,0.11,,0.03,0.01,2004-10-12, +/games/boxart/3011809ccc.jpg,Star Trek: Voyager Elite Force,PS2,Shooter,Majesco,Pipe Dream Interactive,,0.15,0.07,,0.06,0.02,2001-12-06, +/games/boxart/full_5516159JapanFrontccc.jpg,Winning Post 3,PS,Sports,KOEI,Koei,,0.15,,0.14,,0.01,1998-02-26,2018-04-24 +/games/boxart/full_6287646AmericaFrontccc.jpg,Blitz: The League II,PS3,Sports,Midway Games,Midway Games,6.3,0.15,0.11,,0.03,0.02,2008-10-13, +/games/boxart/9050864ccc.jpg,Knockout Kings 2003,GC,Sports,EA Sports,NEW Corporation,,0.15,0.12,,0.03,0,2002-10-09, +/games/boxart/full_backyard-sports-sandlot-sluggers_7AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,Wii,Sports,Atari,HB Studios Multimedia Limited,,0.15,0.14,,,0.01,2010-05-25, +/games/boxart/full_3499209AmericaFrontccc.jpg,Hot Wheels: Battle Force 5,DS,Racing,Activision,Sidhe Interactive,,0.15,0.12,,0.02,0.01,2009-11-17, +/games/boxart/255098ccc.jpg,Driven,PS2,Racing,BAM! Entertainment,BAM! Entertainment,,0.15,0.08,,0.06,0.02,2001-11-06, +/games/boxart/full_5115721AmericaFrontccc.jpg,Psycho-Pass: Mandatory Happiness,PS4,Visual Novel,NIS America,5pb. Inc.,,0.15,0.1,,0.02,0.03,2016-09-13,2018-07-03 +/games/boxart/4312851ccc.jpg,Tiger Woods PGA Tour,DS,Sports,EA Sports,EA Canada,,0.15,0.13,,0,0.01,2004-12-14, +/games/boxart/2264845ccc.jpg,MLB SlugFest 20-03,GC,Sports,Midway Games,Gratuitous Games,,0.15,0.11,,0.03,0,2002-09-03, +/games/boxart/full_2569043JapanFrontccc.jpg,Pro Yakyuu Spirits 6,PS3,Sports,Konami,Konami,,0.15,,0.15,,,2009-07-16, +/games/boxart/473838ccc.jpg,Geist,GC,Adventure,Nintendo,n-Space,6.6,0.15,0.11,,0.03,0,2005-08-15, +/games/boxart/2554030ccc.jpg,Space Station Silicon Valley,N64,Adventure,Take-Two Interactive,DMA Design,8.3,0.15,0.12,,0.03,0,1998-01-01, +/games/boxart/full_8618692AmericaFrontccc.jpg,RiME,NS,Adventure,Grey Box,Tequila Works,4.5,0.15,0.11,,0.03,0.01,2017-11-21,2018-08-11 +/games/boxart/full_6953896AmericaFrontccc.jpg,Disney's Planes,Wii,Adventure,Disney Interactive Studios,Behaviour Interactive,,0.15,0.07,,0.07,0.01,2013-08-06,2018-03-15 +/games/boxart/9706061ccc.jpg,Scooby-Doo! Mystery Mayhem,XB,Adventure,THQ,Artificial Mind and Movement,,0.15,0.11,,0.03,0.01,2004-03-02, +/games/boxart/full_ys-the-oath-in-felghana_7AmericaFront.jpg,Ys: The Oath in Felghana,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.2,0.15,0.09,0.04,,0.01,2010-11-02, +/games/boxart/3025094ccc.jpg,Phantasy Star Online Episode I & II,XB,Role-Playing,Sega,Sonic Team,8.2,0.15,0.11,,0.03,0.01,2003-04-15, +/games/boxart/full_record-of-agarest-war-2_9JapanFront.jpg,Record of Agarest War 2,PS3,Role-Playing,Aksys Games,Compile Heart,,0.15,0.09,0.04,,0.01,2012-06-26, +/games/boxart/full_4658071JapanFrontccc.jpg,Winning Post 4,PS,Sports,KOEI,Koei/Inis,,0.15,,0.14,,0.01,1999-09-18, +/games/boxart/full_5884711JapanFrontccc.jpg,Yakuza: Ishin,PS4,Adventure,Sega,Sega,,0.15,,0.15,,,2014-02-22,2018-01-02 +/games/boxart/full_8255611AmericaFrontccc.jpg,Brothers: A Tale of Two Sons,PS4,Adventure,505 Games,Starbreeze Studios,,0.15,0.04,,0.09,0.02,2015-08-12,2018-06-27 +/games/boxart/5565850ccc.jpg,The Fairly Odd Parents: Clash with the Anti-World,GBA,Adventure,THQ,THQ,3.5,0.15,0.11,,0.04,0,2005-10-18, +/games/boxart/full_megamind-ultimate-showdown_5AmericaFront.jpg,Megamind: Ultimate Showdown,PS3,Adventure,THQ,THQ Australia Studios Pty Ltd.,,0.15,0.07,,0.06,0.02,2010-11-02, +/games/boxart/full_9949772AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PSV,Adventure,Telltale Games,Telltale Games,,0.15,0.1,0.01,,0.04,2013-08-01,2018-05-10 +/games/boxart/full_7017356AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,GBA,Adventure,Ubisoft,Ubisoft Montreal,,0.15,0.11,,0.04,0,2003-10-30, +/games/boxart/full_890464JapanFrontccc.jpg,Hoppechan: Tsukutte! Asonde! Punipuni Town!!,3DS,Simulation,Nippon Columbia,Nippon Columbia,,0.15,,0.15,,,2013-07-25,2018-11-08 +/games/boxart/5552527ccc.jpg,Indigo Prophecy,PS2,Adventure,Atari,Quantic Dream,,0.15,0.07,,0.06,0.02,2005-09-26, +/games/boxart/full_9900131AmericaFrontccc.jpg,Gear.Club Unlimited,NS,Racing,Microids,Eden Games,6.1,0.15,0.1,0.01,0.03,0.01,2017-11-21,2018-01-07 +/games/boxart/full_1093285AmericaFrontccc.jpg,Toy Story Racer,PS,Racing,Activision,Traveller's Tales,,0.15,0.08,,0.06,0.01,2001-03-05, +/games/boxart/304889ccc.jpg,Ford Racing 2,XB,Racing,Gotham Games,Razorworks Studios,,0.15,0.11,,0.03,0.01,2003-11-03, +/games/boxart/full_6650683AmericaFrontccc.jpg,Namco Museum Vol.5,PS,Misc,Namco,Namco,,0.15,0.02,0.12,0.01,0.01,1997-01-01, +/games/boxart/1515621ccc.gif,Chessmaster: The Art of Learning,DS,Misc,Ubisoft,Ubisoft,,0.15,0.12,,0.03,0.01,2007-10-23, +/games/boxart/full_7380485AmericaFrontccc.jpg,MTV Music Generator 2,PS2,Misc,Codemasters,Jester Interactive,,0.15,0.08,,0.06,0.02,2001-05-19, +/games/boxart/3692140ccc.jpg,PaRappa The Rapper,PSP,Misc,Sony Computer Entertainment,epics,,0.15,0.11,0.02,0,0.02,2007-07-17, +/games/boxart/full_5867814AmericaFrontccc.jpg,Sam & Max: Season One,Wii,Adventure,The Adventure Company,Telltale Games,7.1,0.15,0.13,,0.01,0.01,2008-10-15, +/games/boxart/full_6523803JapanFrontccc.jpg,Attack on Titan,PSV,Action,Tecmo Koei,Omega Force,,0.15,,0.15,,,2017-01-01,2018-09-11 +/games/boxart/full_2660263AmericaFrontccc.jpg,Candace Kane's Candy Factory,Wii,Action,Destineer,Destineer,,0.15,0.14,,,0.01,2008-11-13, +/games/boxart/full_tron-evolution_972AmericaFront.jpg,TRON: Evolution,PSP,Action,Disney Interactive Studios,Propaganda Games,,0.15,0.1,,0.02,0.02,2010-12-07, +/games/boxart/5615755ccc.jpg,The Incredible Hulk: Ultimate Destruction,GC,Action,VU Games,Radical Entertainment,8.7,0.15,0.11,,0.03,0,2005-08-23, +/games/boxart/full_4588140AmericaFrontccc.jpg,Toukiden 2,PS4,Action,Tecmo Koei,Omega Force,,0.15,0.04,0.1,,0.01,2017-03-21,2018-06-03 +/games/boxart/6552352ccc.jpg,Batman Begins,GC,Action,Electronic Arts,Eurocom Entertainment Software,,0.15,0.11,,0.03,0,2005-06-14, +/games/boxart/full_the-cursed-crusade_444AmericaFront.jpg,The Cursed Crusade,X360,Action,Atlus,Kylotonn Entertainment,,0.15,0.08,,0.05,0.01,2011-10-25, +/games/boxart/full_4533565AmericaFrontccc.jpg,Attack on Titan,XOne,Action,Tecmo Koei,Omega Force,,0.15,0.06,,0.07,0.01,2016-08-30,2018-09-11 +/games/boxart/full_8878364AmericaFrontccc.png,The Escapists 2,XOne,Action,Sold Out,Team17 Software,,0.15,0.05,,0.08,0.01,2017-08-22,2019-02-22 +/games/boxart/full_9884155AmericaFrontccc.jpg,Transformers: Devastation,XOne,Action,Activision,PlatinumGames,,0.15,0.1,,0.04,0.01,2015-10-06,2018-04-14 +/games/boxart/full_2505182AmericaFrontccc.jpg,Song of the Deep,PS4,Action,Insomniac Games,Insomniac Games,,0.15,0.12,,,0.03,2016-07-12, +/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_9AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,X360,Action,Activision,Now Production,,0.15,0.11,,0.02,0.01,2010-11-02, +/games/boxart/full_7435562AmericaFrontccc.jpg,DmC Devil May Cry: Definitive Edition,XOne,Action,Capcom,QLOC,,0.15,0.09,,0.04,0.01,2015-03-10,2018-05-01 +/games/boxart/full_5054005AmericaFrontccc.jpg,Fate/Extella: The Umbral Star,PSV,Action,Xseed Games,Marvelous Entertainment,,0.15,0.03,0.1,0,0.01,2017-01-17,2018-01-13 +/games/boxart/full_2925658PALFrontccc.jpg,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS3,Action,Square Enix,Omega Force,,0.15,,0.15,,,2016-05-27, +/games/boxart/3601597ccc.jpg,Curious George,GC,Action,Namco,Monkey Bar Games,,0.15,0.11,,0.03,0,2006-02-01, +/games/boxart/7423682ccc.jpg,Digimon World 4,PS2,Role-Playing,Bandai,Bandai,,0.15,0.08,,0.06,0.02,2005-06-02, +/games/boxart/full_6665512JapanFrontccc.jpg,Oreshika: Tainted Bloodlines,PSV,Role-Playing,Sony Computer Entertainment,Alfa System,,0.15,,0.15,,,2015-03-03,2018-09-16 +/games/boxart/full_3149485AmericaFrontccc.jpg,Kingdom of Paradise,PSP,Role-Playing,Sony Computer Entertainment,Climax Entertainment,7,0.15,0.14,,0,0.02,2005-11-15, +/games/boxart/full_4358416AmericaFrontccc.jpg,Wasteland 2,PS4,Role-Playing,Deep Silver,InXile Entertainment,,0.15,0.1,0.03,,0.02,2015-10-13, +/games/boxart/full_527634AmericaFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PS4,Role-Playing,Tecmo Koei,Gust,,0.15,0.04,0.07,0.03,0.01,2016-06-07,2018-01-01 +/games/boxart/full_white-knight-chronicles-origins_172PALFront.jpg,White Knight Chronicles: Origins,PSP,Role-Playing,Sony Computer Entertainment,SCE Japan Studio,,0.15,,0.09,0.04,0.02,2011-06-10,2018-09-17 +/games/boxart/6468981ccc.jpg,T'ai Fu: Wrath of the Tiger,PS,Action,Activision,DreamWorks Interactive,,0.15,0.08,,0.06,0.01,1999-02-28, +/games/boxart/full_6287685JapanFrontccc.jpg,Monster Hunter Diary: Poka Poka Airou Village DX,3DS,Action,Capcom,From Software,,0.15,,0.15,,,2015-09-10,2018-06-30 +/games/boxart/full_3731598AmericaFrontccc.jpg,Tears to Tiara II: Heir of the Overlord,PS3,Visual Novel,NIS America,Sting,,0.15,0.07,0.06,0.01,0.02,2014-10-14,2018-11-06 +/games/boxart/full_6683531JapanFrontccc.jpg,Rudra no Hihou,SNES,Role-Playing,Square,SquareSoft,,0.15,,0.15,,,1996-04-05, +/games/boxart/4348226ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,X360,Role-Playing,Square Enix,Square Enix,,0.15,0.13,0.01,0,0.01,2007-11-20, +/games/boxart/full_2108728JapanFrontccc.jpg,Tamagotchi no Narikiri Channel,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.15,,0.15,,,2009-11-05, +/games/boxart/full_2632567AmericaFrontccc.jpg,The Wizard of Oz: Beyond The Yellow Brick Road,DS,Role-Playing,Xseed Games,Media.Vision,6.4,0.15,0.13,0,,0.01,2009-09-29, +/games/boxart/1980474ccc.jpg,Atelier Iris: Eternal Mana,PS2,Role-Playing,NIS America,Gust,7.2,0.15,0.08,,0.06,0.02,2005-06-28, +/games/boxart/full_dragon-ball-z-harukanaru-densetsu-jp-sales_597AmericaFront.jpg,Dragon Ball Z: Harukanaru Densetsu (JP sales),DS,Role-Playing,Atari,Bec,,0.15,,0.15,0,,2007-06-05, +/games/boxart/full_zhp-unlosing-ranger-vs-darkdeath-evilman_9AmericaFront.jpg,Z.H.P. Unlosing Ranger vs Darkdeath Evilman,PSP,Role-Playing,NIS America,Nippon Ichi Software,8,0.15,0.08,0.06,,0.01,2010-10-26, +/games/boxart/full_8496768JapanFrontccc.jpg,Tamagotchi no Appare! Niji Venture,DS,Role-Playing,Namco Bandai,Jupiter Corporation,,0.14,,0.14,,,2007-03-29, +/games/boxart/full_8084179AmericaFrontccc.jpg,Cyberdimension Neptunia: 4 Goddesses Online,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.14,0.06,0.07,,0.01,2017-10-10,2018-07-04 +/games/boxart/3522048ccc.jpg,ESPN MLB Baseball,XB,Sports,Sega,Blue Shift,,0.14,0.1,,0.03,0,2004-04-06, +/games/boxart/full_5374460AmericaFrontccc.jpg,NBA 2K Playgrounds 2,NS,Sports,2K Games,Saber Interactive,,0.14,0.07,,0.05,0.01,2018-11-09,2018-09-11 +/games/boxart/full_4231405AmericaFrontccc.jpg,Top Spin 3,DS,Sports,2K Sports,Pam Development,,0.14,0.11,,0.02,0.01,2008-06-23, +/games/boxart/full_9829812AmericaFrontccc.jpg,UEFA Euro 2004: Portugal,PS2,Sports,EA Sports,EA Canada,,0.14,0.07,,0.05,0.02,2004-05-04, +/games/boxart/full_5473938JapanFrontccc.jpg,World Soccer Winning Eleven 9 Bonus Pack,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,0.14,,0.14,,,2006-01-26, +/games/boxart/8048080ccc.jpg,Major League Baseball 2K8,Wii,Sports,2K Sports,Kush Games,,0.14,0.13,,,0.01,2008-03-03, +/games/boxart/full_690044AmericaFrontccc.jpg,NBA Jam,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.14,0.1,,0.03,0,2003-09-23, +/games/boxart/full_interactive-sample-disc-6_769AmericaFront.jpg,Interactive Sampler Disc 6,PS,Misc,Sony Computer Entertainment,Various,,0.14,0.08,,0.05,0.01,1998-01-01, +/games/boxart/full_2613495AmericaFrontccc.jpg,Fashion Studio: Paris Collection,DS,Misc,Ubisoft,Ubisoft,,0.14,0.13,,,0.01,2009-03-31, +/games/boxart/full_1921609AmericaFrontccc.jpg,World Championship Poker 2: Featuring Howard Lederer,PSP,Misc,Crave Entertainment,Point of View,7,0.14,0.12,,0,0.01,2005-12-11, +/games/boxart/21030ccc.jpg,Gourmet Chef: Cook Your Way to Fame,DS,Misc,Ubisoft,,,0.14,0.13,,,0.01,2008-06-24, +/games/boxart/full_446003PALFrontccc.jpg,LEGO The Lord of the Rings,DS,Misc,Warner Bros. Interactive Entertainment,Unknown,,0.14,,,0.13,0.01,2012-10-30, +/games/boxart/full_mysims-collection_3AmericaFront.jpg,MySims Collection,Wii,Misc,Electronic Arts,The Sims Studio,,0.14,0.13,,,0.01,2010-11-09, +/games/boxart/full_8566474AmericaFrontccc.jpg,Scene It? Bright Lights! Big Screen!,Wii,Misc,Warner Bros. Interactive,Screenlife Games,,0.14,0.13,,0,0.01,2009-11-17, +/games/boxart/full_6368047JapanFrontccc.jpg,Space Venus starring Morning Musume,PS2,Misc,Sony Music Entertainment,Sony Music Entertainment Inc.,,0.14,,0.14,,,2001-01-11, +/games/boxart/full_6749168JapanFrontccc.jpg,Pro Yakyuu Spirits 2014,PS3,Sports,Konami Digital Entertainment,Konami,,0.14,,0.14,,,2014-03-20,2018-11-09 +/games/boxart/9085247ccc.jpg,NFL Blitz 20-03,XB,Sports,Midway Games,Point of View,,0.14,0.11,,0.03,0.01,2002-08-12, +/games/boxart/full_5992909AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),PS2,Sports,Activision,Activision,,0.14,0.07,,0.05,0.02,2009-09-08, +/games/boxart/full_nicktoons-mlb_99AmericaFront.jpg,Nicktoons MLB,Wii,Sports,2K Sports,2K Sports,,0.14,0.13,,,0.01,2011-09-13, +/games/boxart/5739872ccc.jpg,Sega Genesis Collection,PS2,Misc,Sega,Digital Eclipse,,0.14,,,0.02,0.12,2006-11-07, +/games/boxart/full_8427678AmericaFrontccc.jpg,Hard Rock Casino,PSP,Misc,Crave Entertainment,Crave Entertainment,3.8,0.14,0.12,,0,0.01,2007-04-24, +/games/boxart/full_7326246AmericaFrontccc.jpg,Alvin and the Chipmunks,DS,Misc,Brash Entertainment,Sensory Sweep Studios,,0.14,0.12,,0,0.01,2007-12-04, +/games/boxart/full_9254028AmericaFrontccc.jpg,Scene It? Bright Lights! Big Screen!,X360,Misc,Warner Bros. Interactive,Screenlife Games,6.2,0.14,0.12,,0,0.01,2009-11-17, +/games/boxart/full_1053944AmericaFrontccc.jpg,Wild ARMs XF,PSP,Role-Playing,Xseed Games,Media.Vision,,0.14,0.07,0.06,,0.01,2008-03-11, +/games/boxart/8638474ccc.jpg,Star Wars: Knights of the Old Republic,PC,Role-Playing,LucasArts,BioWare Corp.,,0.14,0.01,,0.11,0.02,2003-11-18, +/games/boxart/full_dragon-age-origins-ultimate-edition_1AmericaFront.jpg,Dragon Age: Origins - Ultimate Edition,PC,Role-Playing,Electronic Arts,BioWare Corp.,,0.14,,,0.12,0.01,2010-10-12, +/games/boxart/full_7678194AmericaFrontccc.jpg,Gallop & Ride!,Wii,Sports,THQ,THQ,,0.14,0.13,,,0.01,2008-11-20, +/games/boxart/full_7075806AmericaFrontccc.jpg,Buck Fever,Wii,Sports,Destineer,Cokem International,,0.14,0.13,,,0.01,2009-11-17, +/games/boxart/1539871ccc.jpg,Cabela's African Safari,X360,Sports,Activision,Activision Value,,0.14,0.13,,0,0.01,2006-11-21, +/games/boxart/full_8630241AmericaFrontccc.jpg,NCAA Basketball Final Four 97,PS,Sports,Mindscape,High Voltage Software,,0.14,0.08,,0.05,0.01,1997-03-31, +/games/boxart/full_9430162AmericaFrontccc.jpg,College Hoops 2K8,PS3,Sports,2K Sports,Visual Concepts,,0.14,0.13,,,0.01,2007-11-19, +/games/boxart/full_2903418AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Legacy,XOne,Fighting,Namco Bandai Games,CyberConnect2,,0.14,0.11,,0.02,0.01,2017-08-25, +/games/boxart/full_1032938AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth1,PSV,Role-Playing,Idea Factory,Idea Factory,,0.14,0.05,0.07,,0.02,2014-08-26,2018-12-03 +/games/boxart/full_9111537AmericaFrontccc.jpg,Fairy Fencer F: Advent Dark Force,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.14,0.06,0.06,,0.01,2016-07-26,2018-07-03 +/games/boxart/full_2023297AmericaFrontccc.jpg,Risen,PC,Role-Playing,Deep Silver,Piranha Bytes,7.8,0.14,,,0.12,0.02,2009-10-02, +/games/boxart/full_queens-gate-spiral-chaos_360JapanFront.jpg,Queen's Gate: Spiral Chaos,PSP,Role-Playing,Namco Bandai,Bandai Namco Games,,0.14,,0.14,,,2011-07-28, +/games/boxart/5250633ccc.jpg,Baldur's Gate: Dark Alliance,GC,Role-Playing,Interplay,Snowblind Studios,7.7,0.14,0.11,,0.03,0,2002-11-18, +/games/boxart/full_1073894AmericaFrontccc.jpg,"Holy Invasion of Privacy, Badman! What Did I Do to Deserve This?",PSP,Role-Playing,NIS America,Acquire,6.9,0.14,,0.13,0,0,2009-07-16, +/games/boxart/full_4939438AmericaFrontccc.jpg,Eternal Eyes,PS,Role-Playing,Crave Entertainment,SunSoft,,0.14,0.08,,0.05,0.01,2000-10-31, +/games/boxart/189231ccc.jpg,Metal Slug 7,DS,Shooter,Ignition Entertainment,SNK Playmore Corporation,6.9,0.14,0.12,0.01,0,0.01,2008-11-18, +/games/boxart/full_8009406AmericaFrontccc.jpg,Gungrave: Overdose,PS2,Shooter,Mastiff,"Ikusabune Co., Ltd.",,0.14,0.07,,0.05,0.02,2004-09-15, +/games/boxart/4734439ccc.jpg,The Operative: No One Lives Forever,PS2,Shooter,Sierra Entertainment,Monolith Productions,6.8,0.14,0.07,,0.05,0.02,2002-04-16, +/games/boxart/full_9486606AmericaFrontccc.jpg,Epidemic,PS,Shooter,Sony Computer Entertainment,Genki,,0.14,0.02,0.1,0.01,0.01,1996-10-31, +/games/boxart/full_4471563AmericaFrontccc.jpg,The Darkness II,PC,Shooter,2K Games,Digital Extremes,,0.14,0.1,,0.03,0.01,2012-02-07, +/games/boxart/4802197ccc.jpg,The Orange Box,PC,Shooter,Electronic Arts,Valve Software,9.7,0.14,,,0.11,0.02,2007-10-10, +/games/boxart/2498788ccc.jpg,History Channel: Civil War - A Nation Divided,X360,Shooter,Activision,Cauldron Ltd.,,0.14,0.13,,,0.01,2006-11-14, +/games/boxart/default.jpg,Overstrike,X360,Shooter,Electronic Arts,Insomniac Games,,0.14,0.09,,0.03,0.01,2013-05-28, +/games/boxart/2163942ccc.jpg,Chicken Shoot,DS,Shooter,"Destination Software, Inc",FrontLine Studios,,0.14,0.13,,,0.01,2007-07-10, +/games/boxart/full_9159810AmericaFrontccc.jpg,Dead to Rights,GC,Shooter,Namco,Namco,,0.14,0.11,,0.03,0,2002-11-25, +/games/boxart/full_1605206JapanFrontccc.jpg,Gyakuten Saiban 2,GBA,Adventure,Capcom,Capcom,,0.14,,0.14,,,2002-10-18, +/games/boxart/1989601ccc.jpg,Detective Barbie: The Mystery Cruise,PS,Adventure,Mattel Interactive,Runecraft,,0.14,0.08,,0.05,0.01,2000-01-01, +/games/boxart/full_2845370JapanFrontccc.jpg,Desire,SAT,Adventure,Imadio,Imadio,,0.14,,0.14,,,1997-09-11, +/games/boxart/full_3017781AmericaFrontccc.jpg,Enclave,XB,Adventure,Conspiracy Entertainment,Starbreeze Studios,,0.14,0.11,,0.03,0.01,2002-07-29, +/games/boxart/full_1936350JapanFrontccc.jpg,To Heart,PS,Adventure,Aquaplus,Aquaplus,,0.14,,0.13,,0.01,1999-03-25, +/games/boxart/2693218ccc.gif,Vampire Night,PS2,Shooter,Namco,Wow Entertainment,6.4,0.14,0.07,,0.05,0.02,2001-11-14, +/games/boxart/full_2168824PALFrontccc.jpg,Doshin the Giant,GC,Simulation,Nintendo,Param,6.8,0.14,,0.14,,0,2002-09-20, +/games/boxart/full_7496623AmericaFrontccc.jpg,Cake Mania 3,DS,Simulation,Majesco,Sandlot Games / Digital Embryo,,0.14,0.13,,,0.01,2009-10-13, +/games/boxart/full_1340127AmericaFrontccc.jpg,Fast Food Panic,DS,Simulation,SouthPeak Interactive,Dorasu,,0.14,0.13,,0,0.01,2010-01-05, +/games/boxart/full_5309398AmericaFrontccc.jpg,Our House Party!,Wii,Simulation,Majesco,BudCat Creations,,0.14,0.13,,,0.01,2009-09-22, +/games/boxart/full_horse-life-adventures_10AmericaFront.jpg,Horse Life Adventures,Wii,Simulation,Valcon Games,NEKO Entertainment Yullaby,,0.14,0.12,,0.01,0.01,2009-10-27, +/games/boxart/full_7592980AmericaFrontccc.jpg,Xevious 3D/G+,PS,Shooter,Namco,Namco,,0.14,0.01,0.11,0.01,0.01,1997-06-30, +/games/boxart/full_5770733AmericaFrontccc.jpg,Battlefield: Hardline,PC,Shooter,Electronic Arts,EA DICE,,0.14,,,0.13,0.01,2015-03-17,2018-04-11 +/games/boxart/full_8663418AmericaFrontccc.jpg,Metal Slug Anthology,Wii,Shooter,SNK Playmore,Terminal Reality,,0.14,0.12,0,0.01,0.01,2006-12-14, +/games/boxart/2482992ccc.jpg,Tomb Raider: The Prophecy,GBA,Adventure,Ubisoft,Ubisoft Milan,,0.14,0.1,,0.04,0,2002-11-12, +/games/boxart/full_7693631JapanFrontccc.jpg,Dragon Quest Builders 2,NS,Adventure,Square Enix,Square Enix,,0.14,,0.14,,,2019-07-12,2019-04-06 +/games/boxart/6441670ccc.jpg,Pirates: The Legend of Black Kat,PS2,Adventure,Electronic Arts,Westwood Studios,,0.14,0.07,,0.05,0.02,2002-02-17, +/games/boxart/full_5056155AmericaFrontccc.jpg,Arctic Tale,DS,Adventure,DSI Games,Atomic Planet Entertainment,,0.14,0.13,,0,0.01,2007-10-08, +/games/boxart/full_6457960AmericaFrontccc.jpg,Heroes over Europe,X360,Simulation,Ubisoft,Transmission Games,,0.14,0.1,,0.02,0.01,2009-09-15, +/games/boxart/full_4673488AmericaFrontccc.jpg,Pet Pals: Animal Doctor,Wii,Simulation,Legacy Interactive,Legacy Interactive,,0.14,0.13,,,0.01,2008-11-11, +/games/boxart/full_6167429AmericaFrontccc.jpg,Tropico 5,PC,Simulation,Kalypso Media,Haemimont Games,,0.14,0.04,,0.09,0.01,2015-01-01,2018-08-20 +/games/boxart/full_6221934PALFrontccc.jpg,Farming Simulator 2012,3DS,Simulation,Excalibur Publishing Limited,Astragon,,0.14,,,0.13,0.01,2012-03-30,2018-11-09 +/games/boxart/full_7632335AmericaFrontccc.jpg,Fur Fighters: Viggo's Revenge,PS2,Action,Acclaim Entertainment,Bizarre Creations,,0.14,0.07,,0.05,0.02,2001-06-03, +/games/boxart/2633007ccc.jpg,Krull,2600,Action,Atari,Atari,,0.14,0.13,,0.01,0,1983-01-01, +/games/boxart/1628167ccc.jpg,The Da Vinci Code,PS2,Action,2K Games,Double Helix Games,,0.14,0.07,,0.05,0.02,2006-05-15, +/games/boxart/full_the-lord-of-the-rings-aragorns-quest_10AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PSP,Action,Warner Bros. Interactive,TT Fusion,,0.14,0.09,,0.03,0.03,2010-09-14, +/games/boxart/full_2196452AmericaFrontccc.jpeg,Adventure Time: Finn & Jake Investigations,PS4,Action,Little Orbit,Vicious Cycle,,0.14,0.07,,0.05,0.02,2015-10-20,2018-03-17 +/games/boxart/full_6366871AmericaFrontccc.jpg,Onimusha Essentials,PS2,Action,Capcom,Capcom,,0.14,0.07,,0.05,0.02,2008-11-13, +/games/boxart/full_9535526JapanFrontccc.jpg,Assassination Classroom: Grand Siege on Korosensei,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.14,,0.14,,,2015-03-12,2018-07-03 +/games/boxart/full_3523039AmericaFrontccc.jpg,Arslan: The Warriors of Legend,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0.14,0.03,0.06,0.04,0.01,2016-02-09,2018-07-31 +/games/boxart/5381037ccc.jpg,Just Cause,X360,Action,Eidos Interactive,Avalanche Studios,7.3,0.14,0.1,0.01,0.03,0.01,2006-09-27, +/games/boxart/full_chikyuu-boueigun-2-portable_599JapanFront.jpg,Chikyuu Boueigun 2 Portable,PSP,Action,D3 Publisher,Sandlot,,0.14,,0.14,,,2011-04-07, +/games/boxart/full_5044374JapanFrontccc.jpg,Gyakuten Saiban 2,GBA,Action,Capcom,Capcom,,0.14,,0.14,,0,2002-10-18, +/games/boxart/full_2936854AmericaFrontccc.jpg,Jim Henson's the Muppets: On With the Show!,GBA,Action,TDK Mediactive,Vicarious Visions,6.3,0.14,0.1,,0.04,0,2003-03-18, +/games/boxart/full_6620369JapanFrontccc.jpg,Front Mission Alternative,PS,Strategy,Square,SquareSoft,,0.14,,0.13,,0.01,1997-12-18, +/games/boxart/full_2026263JapanFrontccc.jpg,Project V6,PS,Strategy,General Entertainment,General Entertainment,,0.14,,0.13,,0.01,1998-02-26, +/games/boxart/full_kidou-senshi-gundam-shin-gihren-no-yabou_32JapanFront.jpg,Kidou Senshi Gundam: Shin Gihren no Yabou,PSP,Strategy,Namco Bandai,Namco Bandai Games,,0.14,,0.14,,,2011-08-25, +/games/boxart/full_3119701AmericaFrontccc.jpg,Hitman: Blood Money,XB,Action,Eidos Interactive,IO Interactive,8.1,0.14,0.11,,0.03,0.01,2006-05-30, +/games/boxart/full_hidden-mysteries-salem-witch-trials_335AmericaFront.jpg,Hidden Mysteries: Salem Secrets - Witch Trials of 1692,DS,Adventure,GameMill,Gunnar Games,,0.14,0.09,,0.04,0.01,2010-11-10, +/games/boxart/2919999ccc.jpg,Second Sight,PS2,Adventure,Codemasters,Free Radical Design,7.9,0.14,0.07,,0.05,0.02,2004-09-21, +/games/boxart/3788229ccc.jpg,Scarface: The World is Yours,Wii,Adventure,Sierra Entertainment,Radical Entertainment,,0.14,0.12,,0.01,0.01,2007-06-12, +/games/boxart/6011927ccc.jpg,Monster House,PS2,Adventure,THQ,Artificial Mind and Movement,,0.14,0.07,,0.05,0.02,2006-07-18, +/games/boxart/full_uta-no-prince-sama-repeat_784JapanFront.jpg,Uta no * Prince-Sama: Repeat,PSP,Adventure,Broccoli,Broccoli,,0.14,,0.14,,,2011-08-11, +/games/boxart/2166327ccc.jpg,WCW Backstage Assault,N64,Action,Electronic Arts,Unknown,,0.14,0.11,,0.03,0,2000-12-12, +/games/boxart/full_yogi-bear-the-video-game_8AmericaFront.jpg,Yogi Bear: The Video Game,DS,Action,D3 Publisher,Monkey Bar Games,,0.14,0.1,,0.03,0.01,2010-12-07, +/games/boxart/full_4553728AmericaFrontccc.jpg,X-Blades,X360,Action,SouthPeak Interactive,Gaijin Entertainment,6,0.14,0.1,0.02,0.02,0.01,2009-02-10, +/games/boxart/full_808203AmericaFrontccc.jpg,In the Hunt,PS,Shooter,THQ,Xing Entertainment,,0.14,0.03,0.07,0.02,0.01,1996-03-01, +/games/boxart/full_4278753AmericaFrontccc.png,Jurassic: The Hunted,PS2,Shooter,Activision,Activision,,0.14,0.07,,0.06,0.02,2009-11-03, +/games/boxart/9001168ccc.jpg,The Fifth Element,PS,Action,Activision,Kalisto,3.7,0.14,0.08,,0.05,0.01,1998-09-30, +/games/boxart/full_6208434AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,PS2,Action,Electronic Arts,Double Helix Games,5.2,0.14,0.11,,0,0.03,2009-08-04, +/games/boxart/full_sengoku-musou-3-empires_136JapanFront.jpg,Sengoku Musou 3 Empires,PS3,Action,Tecmo Koei,Omega Force,,0.14,,0.14,,,2011-08-25, +/games/boxart/full_grabbed-by-the-ghoulies_526AmericaFront.jpg,Grabbed by the Ghoulies,XB,Action,Microsoft Game Studios,Rare Ltd.,,0.14,0.11,,0.03,0.01,2003-10-21, +/games/boxart/full_9977403AmericaFrontccc.jpg,Kid Adventures: Sky Captain,Wii,Action,D3 Publisher,Torus Games,,0.14,0.09,,0.04,0.01,2010-05-25, +/games/boxart/full_1112423JapanFrontccc.jpg,Okaeri! Chibi-Robo! Happy Richie Oosouji,DS,Adventure,Nintendo,skip Ltd.,,0.14,,0.14,,,2009-07-23, +/games/boxart/full_6203498AmericaFrontccc.jpg,Cyber Sled,PS,Action,Namco,Namco,,0.14,,0.13,,0.01,1995-10-18, +/games/boxart/2622141ccc.jpg,Fear Factor: Unleashed,GBA,Action,Hip Interactive,Arush Entertainment,3,0.14,0.1,,0.04,0,2004-11-17, +/games/boxart/full_7422982AmericaFrontccc.jpg,Robots,DS,Action,VU Games,Amaze Entertainment,4.5,0.14,0.12,,0,0.01,2005-02-24, +/games/boxart/full_9344079AmericaFrontccc.jpg,Deception IV: Blood Ties,PSV,Action,Tecmo Koei,Tecmo Koei Games,,0.14,0.02,0.07,0.03,0.02,2014-03-25,2018-11-09 +/games/boxart/full_3813984JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball Heroes,3DS,Action,Konami Digital Entertainment,Konami,,0.14,,0.14,,,2016-12-15,2018-07-03 +/games/boxart/full_3756409AmericaFrontccc.jpg,Go Play: Circus Star,Wii,Action,Majesco,N-Fusion Interactive Entertainment Corp.,,0.14,0.13,,,0.01,2009-06-09, +/games/boxart/full_1598102AmericaFrontccc.jpg,Mary-Kate and Ashley: Crush Course,PS,Action,Acclaim Entertainment,n-Space,,0.14,0.08,,0.05,0.01,2001-08-31, +/games/boxart/full_6426967AmericaFrontccc.jpg,Resident Evil: Revelations 2,XOne,Action,Capcom,Capcom,,0.14,0.1,,0.02,0.01,2015-03-20,2018-04-15 +/games/boxart/full_4596046AmericaFrontccc.jpg,We Happy Few,PS4,Action-Adventure,Gearbox Software,Compulsion Games,,0.14,0.08,,0.04,0.02,2018-08-10,2018-09-17 +/games/boxart/8209739ccc.jpg,Ape Escape Academy (jp sales),PSP,Party,Sony Computer Entertainment,Shift,,0.14,,0.13,0,,2006-01-17,2018-09-18 +/games/boxart/full_856853AmericaFrontccc.jpg,Has-Been Heroes,NS,Action,GameTrust,Frozenbyte,4.8,0.14,0.13,,,0.02,2017-03-28, +/games/boxart/full_9458618AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,DS,Action,Electronic Arts,Fall Line Studio,5.6,0.14,0.11,,0.01,0.01,2009-08-04, +/games/boxart/full_naruto-shippuden-kizuna-drive_342AmericaFront.jpg,Naruto Shippuden: Kizuna Drive,PSP,Action,Namco Bandai,Bandai Namco Games,7,0.14,0.04,0.05,0.03,0.02,2011-03-22, +/games/boxart/full_9552426AmericaFrontccc.jpg,X-Blades,PS3,Action,SouthPeak Interactive,Gaijin Entertainment,5.9,0.14,0.07,0.02,0.03,0.01,2009-02-10, +/games/boxart/full_9391343JapanFrontccc.jpg,Nayuta no Kiseki,PSP,Action,Nihon Falcom Corp,Nihon Falcom Corporation,,0.14,,0.14,,,2012-07-26,2018-11-09 +/games/boxart/full_8659486JapanFrontccc.jpg,Gundam Breaker 3,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.14,,0.14,,,2016-03-03,2018-07-03 +/games/boxart/full_1367456AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,PSP,Action,Electronic Arts,Double Helix Games,5.2,0.14,0.11,,0.02,0.02,2009-08-04, +/games/boxart/full_thor-god-of-thunder_678AmericaFront.jpg,Thor: God of Thunder,X360,Action,Sega,Liquid Entertainment,3.8,0.14,0.09,,0.04,0.01,2011-05-03, +/games/boxart/full_8506419PALFrontccc.jpg,Power Rangers: Super Legends,PS2,Action,Disney Interactive Studios,Artificial Mind and Movement,,0.14,0.07,,0.06,0.02,2007-11-06, +/games/boxart/770391ccc.jpg,Fatal Frame,PS2,Action,Tecmo,Tecmo,7.6,0.14,0.07,,0.06,0.02,2002-03-04, +/games/boxart/full_169570AmericaFrontccc.jpg,Rodea the Sky Soldier,WiiU,Action-Adventure,NIS America,Kadokawa Games,7,0.14,0.1,0.01,0.02,0.01,2015-11-10,2018-04-06 +/games/boxart/full_178206AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,X360,Action-Adventure,Konami Digital Entertainment,Kojima Productions,8.3,0.14,0.06,0.01,0.05,0.01,2014-03-18,2018-03-22 +/games/boxart/full_7335711AmericaFrontccc.jpg,Okami HD,PS3,Action-Adventure,Capcom,HexaDrive,,0.14,,0.14,,,2012-10-30,2018-04-21 +/games/boxart/full_1717545AmericaFrontccc.jpg,Murdered: Soul Suspect,PS3,Action-Adventure,Square Enix,Airtight Games,,0.14,0.05,0.02,0.05,0.02,2014-06-03,2018-08-06 +/games/boxart/full_kenka-banchou-5-otoko-no-housoku_583JapanFront.jpg,Kenka Banchou 5: Otoko no Housoku,PSP,Action,Spike,Spike,,0.14,,0.14,,,2011-01-27, +/games/boxart/full_6435614AmericaFrontccc.jpg,Naruto: Ninja Council 3 (JP sales),DS,Action,D3 Publisher,Aspect,,0.14,,0.13,0.01,,2007-05-22, +/games/boxart/full_1372010JapanFrontccc.jpg,Kamen Rider Ryuki,PS,Action,Bandai,Bandai,,0.14,,0.13,,0.01,2002-11-28, +/games/boxart/full_3609486PALFrontccc.jpg,Senran Kagura Burst,3DS,Action,Xseed Games,Tamsoft,,0.14,,0.14,,,2013-11-14,2018-10-14 +/games/boxart/5683597ccc.jpg,Terminator 3: Rise of the Machines,XB,Action,Atari,Black Ops Entertainment,,0.14,0.11,,0.03,0.01,2003-11-11, +/games/boxart/full_7245733JapanFrontccc.jpg,Run for Money CHO Tousouchuu,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.14,,0.14,,,2015-07-09,2018-07-02 +/games/boxart/full_2008420AmericaFrontccc.jpg,Mary-Kate and Ashley: Winners Circle,PS,Action,Acclaim Entertainment,Tantalus Interactive,,0.14,0.08,,0.05,0.01,2001-03-05, +/games/boxart/7123056ccc.jpg,Spider-Man: Friend or Foe,Wii,Action,Activision,Next Level Games,5.6,0.14,0.13,,0,0.01,2007-10-02, +/games/boxart/full_8965087AmericaFrontccc.jpg,Micro Machines,PS2,Racing,Infogrames,Atari,,0.14,0.07,,0.05,0.02,2003-03-19, +/games/boxart/full_8126603AmericaFrontccc.png,The Crew: Wild Run,PS4,Racing,Ubisoft,Ivory Tower,,0.14,,,0.12,0.02,2015-11-17,2018-01-04 +/games/boxart/full_1543451AmericaFrontccc.jpg,MXGP 2,PS4,Racing,Milestone S.r.l,Milestone S.r.l.,,0.14,0.05,,0.06,0.02,2016-06-21,2018-06-19 +/games/boxart/7170435ccc.jpg,Rayman Arena,GC,Racing,Ubisoft,Ubisoft,6.2,0.14,0.11,,0.03,0,2002-09-24, +/games/boxart/6083195ccc.jpg,4X4 EVO 2,GC,Racing,VU Games,Terminal Reality,5.1,0.14,0.11,,0.03,0,2002-09-09, +/games/boxart/2618730ccc.jpg,Daytona USA Championship Circuit Edition,SAT,Racing,Sega,Sega-AM3,,0.14,,0.14,,,1996-11-25, +/games/boxart/full_7580662AmericaFrontccc.jpg,LEGO Island Xtreme Stunts,GBA,Racing,LEGO Media,Silicon Dreams,,0.14,0.1,,0.04,0,2002-11-15, +/games/boxart/full_8605073AmericaFrontccc.jpg,MotoGP 17,PS4,Racing,Koch Media,Milestone S.r.l.,,0.14,0.04,,0.07,0.02,2017-07-11,2018-06-25 +/games/boxart/6230725ccc.jpg,Gladius,XB,Strategy,LucasArts,LucasArts,,0.14,0.1,,0.03,0,2003-10-28, +/games/boxart/full_2854526AmericaFrontccc.jpg,Shining Force CD,SCD,Strategy,Sega,Camelot Software Planning,,0.14,,0.14,,,1994-07-21, +/games/boxart/full_9163443AmericaFrontccc.jpg,Mytran Wars,PSP,Strategy,Deep Silver,Stormregion,,0.14,0.09,,0.02,0.03,2009-10-20, +/games/boxart/6072343ccc.jpg,Power Stone,DC,Fighting,Capcom,Capcom,8.6,0.14,,0.14,,0,1999-08-31, +/games/boxart/4878534ccc.jpg,Victorious Boxers: Revolution,Wii,Fighting,Xseed Games,Cavia Inc.,5.8,0.14,0.07,0.06,0,0.01,2007-10-23, +/games/boxart/full_3086528AmericaFrontccc.jpg,Hot Wheels: World Race,GBA,Racing,THQ,Climax Group,,0.14,0.1,,0.04,0,2003-11-14, +/games/boxart/8329213ccc.jpg,Apex,XB,Racing,Atari,Milestone,,0.14,0.1,,0.03,0,2003-02-17, +/games/boxart/8971387ccc.jpg,MotoGP '06,X360,Racing,THQ,Climax Studios,8.3,0.14,0.11,,0.01,0.01,2006-06-12, +/games/boxart/full_7882192AmericaFrontccc.jpg,QuickSpot,DS,Misc,Namco Bandai,Namco Bandai Games America,,0.14,0.01,0.13,,0,2007-03-19, +/games/boxart/full_4217853AmericaFrontccc.jpg,Shrek 2 and Shark Tale 2-in-1 Pack,GBA,Misc,Activision,Vicarious Visions,,0.14,0.1,,0.04,0,2005-08-25, +/games/boxart/1201444ccc.jpg,World Championship Poker: Howard Lederer - All In,PSP,Misc,Crave Entertainment,Point of View,5.1,0.14,0.13,,,0.01,2006-09-05, +/games/boxart/4509787ccc.jpg,MTV Music Generator 3: This Is the Remix,PS2,Misc,Codemasters,Mix Max,,0.14,0.07,,0.05,0.02,2004-06-22, +/games/boxart/full_7260840AmericaFrontccc.jpg,Sid Meier's Pirates!,XB,Strategy,2K Games,Firaxis Games,,0.14,0.11,,0.03,0.01,2005-07-11, +/games/boxart/full_4917509JapanFrontccc.jpg,Houshinengi,PS,Strategy,KOEI,Koei / Inis,,0.14,,0.13,,0.01,1998-09-10, +/games/boxart/full_6511139JapanFrontccc.jpg,Kamen Rider Battle: Ganbaride Card Battle Taisen,DS,Strategy,Namco Bandai,Bandai Namco Games,,0.14,,0.14,,,2010-07-29, +/games/boxart/full_1666254AmericaFrontccc.jpg,Age of Empires: Collector's Edition,PC,Strategy,Microsoft,Ensemble Studios,,0.14,0.02,,0.1,0.01,2000-11-02, +/games/boxart/full_6883413PALFrontccc.jpg,Dishonored: Death of the Outsider,XOne,Action,Bethesda Softworks,Arkane Studios,,0.14,0.07,,0.06,0.01,2017-09-15,2018-03-03 +/games/boxart/full_7084709AmericaFrontccc.jpg,Dino Crisis 3,XB,Action,Capcom,Capcom Production Studio 4,,0.14,0.08,0.03,0.03,0,2003-09-16, +/games/boxart/1886784ccc.jpg,Eragon,X360,Action,Sierra Entertainment,Stormfront Studios,4.2,0.14,0.12,,0.01,0.01,2006-11-14, +/games/boxart/full_1239156PALFrontccc.jpg,Dynasty Warriors 7: Empires,PS3,Action,Tecmo Koei,Omega Force,,0.14,,0.14,0,0,2012-11-08,2017-12-31 +/games/boxart/full_5862421AmericaFrontccc.jpg,How to Train Your Dragon,X360,Action,Activision,Etranges Libellules,4.6,0.14,0.11,,0.02,0.01,2010-03-23, +/games/boxart/full_spider-man-edge-of-time_573AmericaFront.jpg,Spider-Man: Edge of Time,DS,Action,Activision,Beenox,,0.14,0.12,,0.01,0.01,2011-10-04, +/games/boxart/full_star-wars-jedi-power-battles_693AmericaFront.jpg,Star Wars: Jedi Power Battles,GBA,Action,THQ,HotGen Studios,,0.14,0.1,,0.04,0,2002-11-21, +/games/boxart/4602462ccc.jpg,Bio FREAKS,N64,Action,Midway Games,Saffire Corporation,6.2,0.14,0.11,,0.03,0,1998-05-31, +/games/boxart/full_7966942AmericaFrontccc.jpg,Just Dance: Disney Party,Wii,Music,Ubisoft,Land Ho!,,0.14,0.03,,0.11,0.01,2012-10-23,2018-11-04 +/games/boxart/9124362ccc.jpg,Mr. Driller: Drill Spirits,DS,Puzzle,Namco,Namco,,0.14,0.08,0.05,0,0.01,2004-11-30, +/games/boxart/5504675ccc.jpg,Super Puzzle Fighter II Turbo,PS,Puzzle,Capcom,Capcom,,0.14,0.08,,0.05,0.01,1996-11-30, +/games/boxart/full_puyo-puyo-20th-anniversary_334JapanFront.jpg,Puyo Puyo!! 20th Anniversary,DS,Puzzle,Sega,Sega,,0.14,,0.14,,,2011-07-14, +/games/boxart/full_6349769AmericaFrontccc.jpg,Bust-A-Move Deluxe,PSP,Puzzle,Majesco,Dreams,7.1,0.14,0.13,,0,0.01,2006-04-04, +/games/boxart/full_5347346AmericaFrontccc.jpg,Touch My Katamari,PSV,Puzzle,Namco Bandai Games,Namco Bandai Games,,0.14,0.07,,0.04,0.03,2012-02-21,2018-11-09 +/games/boxart/2537096ccc.jpg,Magnetica,DS,Puzzle,Nintendo,Mitchell,,0.14,0.08,0.03,0.01,0.01,2006-06-05, +/games/boxart/full_177789AmericaFrontccc.jpg,Pipe Dreams 3D,PS,Puzzle,Take-Two Interactive,Sick Puppies,,0.14,0.08,,0.05,0.01,2001-10-23, +/games/boxart/1118881ccc.jpg,Scooby-Doo! Night of 100 Frights,XB,Platform,THQ,Heavy Iron Studios,,0.14,0.11,,0.03,0.01,2003-08-27, +/games/boxart/7587602ccc.jpg,Spyro: A Hero's Tail,XB,Platform,VU Games,Eurocom Entertainment Software,,0.14,0.11,,0.03,0.01,2004-11-03, +/games/boxart/full_1619518AmericaFrontccc.jpg,The Walking Dead: Season Two,XOne,Misc,Telltale Games,Unknown,,0.14,0.08,,0.05,0.01,2014-10-21, +/games/boxart/full_ataris-greatest-hits-volume-1_1AmericaFront.jpg,Atari's Greatest Hits: Volume 1,DS,Misc,Atari,Atari,,0.14,0.13,,0,0.01,2010-11-02, +/games/boxart/full_lets-cheer_234AmericaFront.jpg,Let's Cheer,X360,Misc,2K Play,Cat Daddy Games,,0.14,0.12,,0,0.01,2011-11-07, +/games/boxart/full_132829JapanFrontccc.jpg,Taiko no Tatsujin: Don Don! Mystery Adventure,3DS,Music,Namco Bandai Games,Namco Bandai Games,,0.14,,0.14,,,2016-06-16,2018-07-02 +/games/boxart/full_6219590AmericaFrontccc.jpg,Rocksmith 2014 Edition Remastered,PS4,Music,Ubisoft,Ubisoft,,0.14,0.11,,,0.03,2016-10-04,2018-06-19 +/games/boxart/full_2872321PALFrontccc.jpg,Lips: I Love The 80s,X360,Music,Microsoft Game Studios,iNiS,,0.14,,,0.12,0.02,2010-04-02,2018-11-02 +/games/boxart/full_2360309AmericaFrontccc.jpg,Disney's Chicken Little,XB,Platform,Buena Vista,Avalanche Software,7,0.14,0.1,,0.03,0,2005-10-18, +/games/boxart/full_2973227AmericaFrontccc.jpg,Secret Agent Clank,PSP,Platform,Sony Computer Entertainment,High Impact Games,7,0.14,0.04,0.04,0.04,0.02,2008-06-17, +/games/boxart/full_301408AmericaFrontccc.jpg,Mega Man Powered Up,PSP,Platform,Capcom,Capcom,8.7,0.14,0.12,,0.01,0.02,2006-03-14, +/games/boxart/1230083ccc.jpg,Rayman 3,GBA,Platform,Ubisoft,Ubisoft,7.9,0.14,0.1,,0.04,0,2003-03-02, +/games/boxart/full_5257900AmericaFrontccc.jpg,Ratatouille,GC,Platform,THQ,Asobo Studio,6.1,0.14,0.11,,0.03,0,2007-06-26, +/games/boxart/full_6850455AmericaFrontccc.jpg,Casper: Spirit Dimensions,PS2,Platform,TDK Mediactive,Lucky Chicken Games,,0.14,0.07,,0.05,0.02,2001-09-30, +/games/boxart/1751824ccc.jpg,Klonoa: Empire of Dreams,GBA,Platform,Namco,Namco,8.6,0.14,0.1,,0.04,0,2001-09-11, +/games/boxart/full_6808699AmericaFrontccc.jpg,Zapper: One Wicked Cricket!,GBA,Platform,Infogrames,Blitz Games,,0.14,0.1,,0.04,0,2002-11-05, +/games/boxart/full_314213AmericaFrontccc.jpg,OutRun 2,XB,Racing,Microsoft,Sumo Digital,,0.14,0.11,,0.03,0.01,2004-10-25, +/games/boxart/full_3686933AmericaFrontccc.jpg,Mx vs. ATV Reflex,DS,Racing,THQ,Rainbow Studios,,0.14,0.13,,0,0.01,2009-12-01, +/games/boxart/full_5338332PALFrontccc.jpg,¡Shin Chan Flipa en colores!,DS,Platform,505 Games,Inti Creates,,0.14,,0.14,,,2007-11-16, +/games/boxart/full_3721919AmericaFrontccc.jpg,The Bombing Islands,PS,Platform,Kemco,Kemco,,0.14,0.08,,0.05,0.01,2001-04-26, +/games/boxart/full_1852841AmericaFrontccc.jpg,Moshi Monsters: Katsuma Unleashed,DS,Platform,Activision,"Black Lantern Studios, Inc.",,0.14,,,0.13,0.01,2013-11-05,2018-11-09 +/games/boxart/full_3781421AmericaFrontccc.jpg,Mega Man X Legacy Collection 1+2,PS4,Platform,Capcom Entertainment,Digital Eclipse Software,,0.14,0.07,0.05,,0.02,2018-07-24,2018-08-18 +/games/boxart/full_6164304AmericaFrontccc.jpg,Tim Burton's The Nightmare Before Christmas: The Pumpkin King,GBA,Platform,Buena Vista,TOSE Software,,0.14,0.1,,0.04,0,2005-10-10, +/games/boxart/7651561ccc.jpg,Barbie Explorer,PS,Platform,Unknown,Runecraft,,0.14,0.08,,0.05,0.01,2001-09-04, +/games/boxart/full_6554253AmericaFrontccc.jpg,World Tour Soccer 2003,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.14,0.07,,0.05,0.02,2003-02-10,2018-12-03 +/games/boxart/full_virtua-tennis-4_483AmericaFront.jpg,Virtua Tennis 4,Wii,Sports,Sega,Sega-AM2,5.2,0.14,0.05,,0.08,0.01,2011-05-10, +/games/boxart/full_6656760AmericaFrontccc.jpg,Pro Evolution Soccer 2015,X360,Sports,Konami Digital Entertainment,PES Productions,,0.14,0.05,,0.08,0.01,2014-11-11,2018-04-14 +/games/boxart/full_backyard-sports-sandlot-sluggers_10AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,DS,Sports,Atari,"Powerhead, LLC",,0.14,0.13,,,0.01,2010-05-25, +/games/boxart/5194102ccc.jpg,Jonny Moseley Mad Trix,PS2,Sports,3DO,3DO,,0.14,0.07,,0.05,0.02,2001-12-26, +/games/boxart/full_top-spin-4_239AmericaFront.jpg,Top Spin 4,Wii,Sports,2K Sports,2K Czech,4,0.14,0.04,,0.08,0.02,2011-03-15, +/games/boxart/7544958ccc.jpg,SSX On Tour,XB,Sports,EA Sports BIG,EA Canada,,0.14,0.11,,0.03,0.01,2005-10-11, +/games/boxart/8947313ccc.jpg,NCAA College Basketball 2K3,XB,Sports,Sega,Kush Games,,0.14,0.11,,0.03,0.01,2002-12-02, +/games/boxart/5371379ccc.jpg,Hot Wheels: Beat That!,Wii,Racing,Activision,Eutechnyx,,0.14,0.13,,0,0.01,2007-09-30, +/games/boxart/2669287ccc.jpg,PaRappa The Rapper 2,PS2,Misc,Sony Computer Entertainment,NanaOn-Sha,,0.14,0.07,,0.05,0.02,2002-01-23, +/games/boxart/full_drawn-to-life-collection_0AmericaFront.jpg,Drawn to Life Collection,DS,Misc,THQ,5TH Cell,,0.14,0.13,,,0.01,2010-11-23, +/games/boxart/3102602ccc.jpg,Dream Pinball 3D,Wii,Misc,SouthPeak Interactive,A.S.K. Homework,,0.14,0.1,,0.03,0.01,2008-04-22, +/games/boxart/5265841ccc.jpg,Cranium Kabookii,Wii,Misc,Ubisoft,Ubisoft Quebec,,0.14,0.13,,0,0.01,2007-12-04, +/games/boxart/3507850ccc.gif,Geometry Wars: Galaxies,DS,Shooter,Sierra Entertainment,Kuju Entertainment,,0.14,0.13,,0,0.01,2007-11-27, +/games/boxart/5194201ccc.gif,Doom,GBA,Shooter,Activision,David A. Palmer Productions,8.3,0.14,0.1,,0.04,0,2001-10-28, +/games/boxart/full_4258943PALFrontccc.jpg,The Elder Scrolls Online: Morrowind,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.14,0.09,,0.03,0.01,2017-06-06,2018-09-15 +/games/boxart/full_134231AmericaFrontccc.jpg,Disney's Cinderella: Magical Dreams,GBA,Platform,Buena Vista,Culture Brain,6,0.14,0.1,,0.04,0,2005-09-20, +/games/boxart/1566614ccc.jpg,Legends of Wrestling,XB,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.14,0.1,,0.03,0,2002-05-27, +/games/boxart/full_3290166AmericaFrontccc.jpg,Godzilla: Save the Earth,XB,Fighting,Atari,"Pipeworks Software, Inc.",,0.14,0.1,,0.03,0,2004-11-16, +/games/boxart/6030413ccc.jpg,Ford Racing Off Road,PSP,Racing,Empire Interactive,Razorworks Studios,,0.14,0.05,,0.08,0.02,2008-09-23, +/games/boxart/full_6812100AmericaFrontccc.jpg,Destruction Derby Raw,PS,Racing,Midway Games,Studio 33,,0.14,0.08,,0.05,0.01,2000-09-26, +/games/boxart/full_1477762AmericaFrontccc.jpg,Bravo Air Race,PS,Racing,THQ,Xing Entertainment,5.3,0.14,0.08,,0.05,0.01,1997-09-30, +/games/boxart/7847003ccc.jpg,Micro Machines 64 Turbo,N64,Racing,Midway Games,Codemasters,,0.14,0.11,,0.03,0,1999-03-24, +/games/boxart/1178595ccc.jpg,Asphalt: Urban GT 2,DS,Racing,Ubisoft,Virtuos / Game Source,,0.14,0.09,,0.04,0.01,2006-11-14, +/games/boxart/full_9045855AmericaFrontccc.jpg,SafeCracker: The Ultimate Puzzle Adventure,DS,Puzzle,DreamCatcher Interactive,JoWood Productions,,0.14,0.07,,0.06,0.01,2009-12-07, +/games/boxart/full_198591AmericaFrontccc.jpg,Balloon Pop,DS,Puzzle,UFO Interactive,Tommo,,0.14,0.13,,,0.01,2009-10-23, +/games/boxart/full_9036248AmericaFrontccc.jpg,Diner Dash: Flo on the Go,DS,Puzzle,Zoo Games,Zoo Games,,0.14,0.13,,0,0.01,2009-10-20, +/games/boxart/9977248ccc.jpg,Mojo!,PS2,Puzzle,Crave Entertainment,Crave Entertainment,,0.14,0.07,,0.05,0.02,2003-08-26, +/games/boxart/1672432ccc.jpg,Pipe Mania,PS2,Puzzle,Empire Interactive,Razorworks Studios,,0.14,0.07,,0.05,0.02,2008-09-26, +/games/boxart/full_bejeweled-3_248AmericaFront.jpg,Bejeweled 3,X360,Puzzle,PopCap Games,PopCap Games,,0.14,0.13,,,0.01,2011-11-15, +/games/boxart/full_bittrip-saga_888AmericaFront.jpg,BIT.TRIP SAGA,3DS,Platform,Aksys Games,Gaijin Games Inc.,7.5,0.14,0.09,,0.04,0.01,2011-09-13,2019-01-14 +/games/boxart/full_6070716JapanFrontccc.jpg,RockMan & Forte,SNES,Platform,Capcom,Capcom,,0.14,,0.14,,0,1998-04-24, +/games/boxart/8271452ccc.jpg,Guilty Gear,PS,Fighting,Atlus,Arc System Works,,0.14,0.03,0.07,0.02,0.01,1998-10-31, +/games/boxart/5417619ccc.jpg,Marvel vs. Capcom 2,DC,Fighting,Capcom,Capcom,9,0.14,,0.14,,,2000-06-29, +/games/boxart/full_2490767AmericaFrontccc.jpg,Under Night In-Birth,PS3,Fighting,Aksys Games,Ecole Software,,0.14,0.07,0.05,0.01,0.02,2015-02-24,2018-11-09 +/games/boxart/full_7024683JapanFrontccc.jpg,Gundam: The Battle Master,PS,Fighting,Bandai,Bandai,,0.14,,0.13,,0.01,1997-06-20, +/games/boxart/full_5791780AmericaFrontccc.jpg,Guilty Gear Xrd -Revelator-,PS4,Fighting,Aksys Games,Arc System Works,,0.14,0.06,0.07,,0.01,2016-06-07,2018-04-25 +/games/boxart/full_fateunlimited-codes_8JapanFront.jpg,Fate/Unlimited Codes,PS2,Fighting,Capcom,Eighting,,0.14,,0.14,,,2008-12-18, +/games/boxart/3942493ccc.jpg,Dead or Alive 2,DC,Fighting,Tecmo,Team Ninja,9,0.14,,0.14,,,2000-02-29, +/games/boxart/7445884ccc.jpg,Barbarian,PS2,Fighting,Titus,Saffire Corporation,,0.14,0.07,,0.06,0.02,2002-06-27, +/games/boxart/full_7671822AmericaFrontccc.jpg,Championship Motocross 2001 featuring Ricky Carmichael,PS,Racing,THQ,Funcom,6.8,0.14,0.08,,0.05,0.01,2001-01-30, +/games/boxart/full_f1-2011_229AmericaFront.jpg,F1 2011,PSV,Racing,Codemasters,Codemasters,,0.14,0.03,0.01,0.08,0.02,2012-02-14, +/games/boxart/full_7562598AmericaFrontccc.jpg,The King of Fighters '94 (CD),NG,Fighting,SNK,SNK Corporation,,0.14,,0.14,,0,1994-01-01, +/games/boxart/full_1822274AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,XOne,Fighting,Capcom,Capcom,,0.14,0.12,,,0.01,2017-03-07, +/games/boxart/full_5166016AmericaFrontccc.jpg,Ultimate Muscle - The Kinnikuman Legacy: Legends vs New Generation,GC,Fighting,Bandai,Aki Corporation,8,0.14,0.04,0.08,0.01,0,2003-06-05, +/games/boxart/full_1811543AmericaFrontccc.jpg,My Hero One's Justice,XOne,Fighting,Bandai Namco Entertainment,Byking,,0.14,0.12,,,0.01,2018-10-26,2018-09-12 +/games/boxart/full_5036905AmericaFrontccc.jpg,Persona 4 Arena Ultimax,PS3,Fighting,Atlus,Arc System Works,,0.14,,0.13,0,0,2014-09-30,2018-01-11 +/games/boxart/6550505ccc.jpg,Marvel vs. Capcom 2,XB,Fighting,Capcom,Capcom,,0.14,0.09,0.01,0.03,0,2003-03-27, +/games/boxart/561154ccc.jpg,NFL Head Coach 09,PS3,Sports,EA Sports,EA Tiburon,,0.14,0.13,,,0.01,2008-09-03, +/games/boxart/full_7409326JapanFrontccc.jpg,Pro Baseball Spirits 2015,PSV,Sports,Konami Digital Entertainment,"Konami Digital Entertainment, Inc.",,0.14,,0.14,,,2015-03-26,2018-05-01 +/games/boxart/8779977ccc.jpg,FIFA Soccer 2005,GC,Sports,EA Sports,EA Canada,,0.14,0.11,,0.03,0,2004-10-09, +/games/boxart/full_newu-fitness-first-mind-body-yoga-ampamp-pilates-workout_124AmericaFront.jpg,"NewU Fitness First Mind Body, Yoga & Pilates Workout",Wii,Sports,SouthPeak Interactive,Lightning Fish,,0.14,0.12,,0.02,0.01,2010-12-13, +/games/boxart/9755491ccc.jpg,Cars: Mater-National Championship,X360,Racing,THQ,Rainbow Studios,,0.14,0.13,,0,0.01,2007-10-29, +/games/boxart/6115738ccc.jpg,L.A. Rush,XB,Racing,Midway Games,The Pitbull Syndicate Limited,,0.14,0.11,,0.03,0.01,2005-10-11, +/games/boxart/full_adrenalin-misfits_3AmericaFront.jpg,Adrenalin Misfits,X360,Racing,Konami,Konami,4.7,0.14,0.12,,0.02,0.01,2010-11-04, +/games/boxart/full_2226882AmericaFrontccc.jpg,Thunder Truck Rally,PS,Racing,Psygnosis,Reflections Interactive,,0.14,0.08,,0.05,0.01,1997-05-31, +/games/boxart/full_1082914PALFrontccc.jpg,Pro Cycling Manager 2016,PS4,Sports,Focus Home Interactive,Cyanide Studio,,0.14,,,0.12,0.02,2016-06-16, +/games/boxart/full_916088AmericaFrontccc.jpg,Super Dodgeball Brawlers,DS,Sports,Aksys Games,Million,,0.14,0.13,,,0.01,2008-05-27, +/games/boxart/full_7939460AmericaFrontccc.jpg,PANGYA: Fantasy Golf,PSP,Sports,Tommo,Ntreev Soft,,0.14,0.09,0.04,,0.01,2009-06-23, +/games/boxart/3119252ccc.jpg,Gretzky NHL 06,PSP,Sports,Sony Computer Entertainment,Page 44 Studios,5.8,0.14,0.13,,,0.01,2005-10-04, +/games/boxart/full_tennis-no-oji-sama-aim-at-the-victory_530JapanFront.jpg,Tennis no Oji-Sama: Aim at The Victory!,GBA,Sports,Konami,Konami,,0.14,,0.14,,0,2002-12-12, +/games/boxart/full_6437180AmericaFrontccc.jpg,Fox Sports Golf '99,PS,Sports,Fox Interactive,Gremlin Interactive,,0.14,0.08,,0.05,0.01,1998-06-30, +/games/boxart/full_2301260AmericaFrontccc.jpeg,Tony Hawk's Pro Skater 5,XOne,Sports,Activision,Robomodo,,0.14,0.11,,0.02,0.01,2015-09-29,2018-04-15 +/games/boxart/4809744ccc.jpg,FIFA Street 2,PSP,Sports,EA Sports BIG,EA Canada,4.9,0.14,0.07,,0.06,0.02,2006-02-28, +/games/boxart/full_1903577AmericaFrontccc.jpg,Blue Reflection: Maboroshi ni Mau - Shoujo no Ken,PS4,Role-Playing,Tecmo Koei,Gust,,0.14,0.07,0.06,,0.02,2017-09-26,2018-07-02 +/games/boxart/full_2944292AmericaFrontccc.jpg,Class of Heroes,PSP,Role-Playing,Atlus,ZeroDiv,5.4,0.14,0.06,0.08,,0.01,2009-06-09, +/games/boxart/full_5176631AmericaFrontccc.jpg,Ys VIII: Lacrimosa of Dana,PSV,Role-Playing,NIS America,Falcom,,0.14,0.01,0.11,0.01,0.01,2017-09-12,2018-01-10 +/games/boxart/full_5352430AmericaFrontccc.jpg,Gungnir,PSP,Role-Playing,Atlus,Sting,7.4,0.14,0.08,0.04,,0.02,2012-06-12,2018-01-17 +/games/boxart/3140399ccc.jpg,Wild ARMs 4,PS2,Role-Playing,Xseed Games,Media.Vision,6.6,0.14,0.07,,0.06,0.02,2006-01-10, +/games/boxart/full_307523AmericaFrontccc.jpg,Grand Kingdom,PS4,Role-Playing,NIS America,Monochrome Corporation,,0.14,0.08,0.04,,0.02,2016-06-28,2018-07-03 +/games/boxart/full_8939059AmericaFrontccc.jpg,Super Robot Taisen OG Saga: Endless Frontier (JP sales),DS,Role-Playing,Atlus,Monolith Soft,,0.14,,0.14,,,2009-04-28, +/games/boxart/full_4067429AmericaFrontccc.jpg,World Tour Soccer 2002,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.14,0.07,,0.05,0.02,2002-02-17,2018-12-03 +/games/boxart/8327052ccc.jpg,Phantom Brave,PS2,Role-Playing,NIS America,Nippon Ichi Software,,0.14,0.07,,0.05,0.02,2004-08-31, +/games/boxart/full_4489715AmericaFrontccc.jpg,Etrian Odyssey 2 Untold: Knight of Fafnir,3DS,Role-Playing,Atlus,Atlus,8,0.14,0.09,,0.02,0.03,2015-08-04,2018-01-30 +/games/boxart/full_688857JapanFrontccc.jpg,.hack//Link,PSP,Role-Playing,Namco Bandai,CyberConnect2,,0.14,,0.14,,,2010-03-04, +/games/boxart/full_6577361AmericaFrontccc.jpg,The Legend of Heroes II: Prophecy of the Moonlight Witch,PSP,Role-Playing,Namco Bandai,MiCROViSion Inc. / Falcom Corporation,,0.14,0.03,0.11,,,2006-06-20, +/games/boxart/full_4058224JapanFrontccc.jpg,Shining Resonance,PS3,Role-Playing,Sega,Media.Vision,,0.14,,0.14,,,2014-12-11,2018-09-15 +/games/boxart/full_9318319JapanFrontccc.jpg,Soukaigi,PS,Role-Playing,Square,Yuke's,,0.14,,0.13,,0.01,1998-05-28, +/games/boxart/full_8380890AmericaFrontccc.jpg,Shonen Jump's Shaman King: Master of Spirits,GBA,Role-Playing,Konami,Konami,,0.14,0.1,,0.04,0,2004-11-09, +/games/boxart/2762888ccc.jpg,"Lunar 2: Eternal Blue(sales, but wrong system)",GEN,Role-Playing,Game Arts,Game Arts,,0.14,,0.14,,0,1994-12-22, +/games/boxart/full_4828854AmericaFrontccc.jpg,Hero's Saga Laevatein Tactics,DS,Role-Playing,Aksys Games,GungHo,,0.14,0.13,0,,0.01,2009-10-13, +/games/boxart/full_2197117AmericaFrontccc.jpg,South Park: The Fractured But Whole,NS,Role-Playing,Ubisoft,Ubisoft San Francisco,9.5,0.14,0.08,,0.05,0.01,2018-04-24,2018-04-06 +/games/boxart/full_2164091AmericaFrontccc.jpg,Risen 2: Dark Waters,X360,Role-Playing,Deep Silver,Piranha Bytes,5.5,0.14,0.05,,0.08,0.01,2012-07-31,2018-01-03 +/games/boxart/full_2270226JapanFrontccc.jpg,Naruto RPG 2: Chidori vs Rasengan,DS,Role-Playing,Tomy Corporation,Tomy Corporation,,0.14,,0.14,,,2005-07-14, +/games/boxart/full_trinity-souls-of-zill-oll_665PALFront.jpg,TRINITY: Souls of Zill O'll,PS3,Role-Playing,Tecmo Koei,Omega Force,5.5,0.14,0.06,0.03,0.03,0.01,2011-02-08, +/games/boxart/full_2964365AmericaFrontccc.jpg,Eternal Poison,PS2,Role-Playing,Atlus,Flight-Plan,,0.14,0.07,,0.05,0.02,2008-11-11, +/games/boxart/full_2393173AmericaFrontccc.jpg,The Granstream Saga,PS,Role-Playing,THQ,Shade,7.6,0.14,0.08,,0.05,0.01,1998-06-30, +/games/boxart/full_5363906AmericaFrontccc.jpg,Hexyz Force,PSP,Role-Playing,Atlus,Sting,6.7,0.14,0.07,0.06,,0.01,2010-05-25, +/games/boxart/full_3650726AmericaFrontccc.jpg,The Walking Dead: Season Two,PSV,Misc,Telltale Games,Unknown,,0.14,0.08,0.02,0.01,0.03,2014-01-01, +/games/boxart/4345858ccc.jpg,Master Jin Jin's IQ Challenge,DS,Misc,Valcon Games,ASK,,0.14,0.13,,0,0.01,2007-10-08, +/games/boxart/full_rio_553AmericaFront.jpg,Rio,PS3,Misc,THQ,TBA,,0.14,0.04,,0.07,0.02,2011-04-12, +/games/boxart/full_create_5AmericaFront.jpg,Create,X360,Misc,Electronic Arts,EA Bright Light,6.3,0.14,0.1,,0.03,0.01,2010-11-16, +/games/boxart/full_power-gig-rise-of-the-sixstring_8AmericaFront.jpg,Power Gig: Rise of the SixString,PS3,Misc,Unknown,Seven45 Studios,3.9,0.14,0.13,,,0.01,2010-10-19, +/games/boxart/full_7982137AmericaFrontccc.jpg,Monster Lab,DS,Role-Playing,Eidos Interactive,Backbone Entertainment,,0.14,0.12,,0.01,0.01,2008-11-04, +/games/boxart/full_6248099AmericaFrontccc.jpg,Shining Soul,GBA,Role-Playing,Atlus,Next Entertainment,,0.14,0.03,0.09,0.01,0,2003-09-23, +/games/boxart/full_6604335JapanFrontccc.jpg,Yu-Gi-Oh! Monster Capture GB,GB,Role-Playing,Konami,Konami,,0.14,,0.14,,,2000-04-13, +/games/boxart/6062091ccc.jpg,Agile Warrior F-111X,PS,Simulation,Virgin Interactive,Black Ops Entertainment,,0.14,0.08,,0.05,0.01,1995-11-21, +/games/boxart/689689ccc.jpg,Blazing Angels 2: Secret Missions of WWII,X360,Simulation,Ubisoft,Ubisoft Romania,7.6,0.14,0.11,,0.02,0.01,2007-09-18, +/games/boxart/full_3032369AmericaFrontccc.jpg,Paws & Claws: Pet Vet 2,DS,Simulation,THQ,ValuSoft,,0.14,0.13,,,0.01,2007-08-07, +/games/boxart/full_imagine-fashion-stylist_10AmericaFront.jpg,Imagine: Fashion Stylist,DS,Simulation,Ubisoft,Magic Pockets,,0.14,0.13,,,0.01,2010-11-02, +/games/boxart/2349709ccc.jpg,CSI: 3 Dimensions of Murder,PS2,Adventure,Ubisoft,Ubisoft Bulgaria,,0.14,0.07,,0.06,0.02,2007-09-25, +/games/boxart/full_classmate_4JapanFront.jpg,Doukyuusei,PCE,Adventure,NEC,Flight Plan,,0.14,,0.14,,,1995-11-23, +/games/boxart/full_ncis_46AmericaFront.jpg,NCIS,X360,Adventure,Ubisoft,Ubisoft,,0.14,0.1,,0.02,0.01,2011-11-01, +/games/boxart/9112796ccc.jpg,Happy Feet,Wii,Adventure,Midway Games,Artificial Mind and Movement,,0.14,0.12,,0,0.01,2006-11-13, +/games/boxart/full_8095087JapanFrontccc.jpg,7th Dragon,DS,Role-Playing,Sega,imageepoch Inc.,,0.14,,0.14,,,2009-03-05, +/games/boxart/7925920ccc.jpg,Sphinx and the Cursed Mummy,GC,Adventure,THQ,Eurocom Entertainment Software,8.4,0.14,0.11,,0.03,0,2003-11-10, +/games/boxart/full_9818821AmericaFrontccc.jpg,T.R.A.G. - Tactical Rescue Assault Group: Mission of Mercy,PS,Adventure,Sunsoft,SunSoft,,0.14,0.08,,0.05,0.01,1999-03-31, +/games/boxart/full_akibas-trip_719JapanFront.jpg,Akiba's Trip,PSP,Adventure,Acquire,PROPE,,0.14,,0.14,,,2011-05-19, +/games/boxart/2841287ccc.jpg,Monster House,GC,Adventure,THQ,Artificial Mind and Movement,,0.14,0.11,,0.03,0,2006-07-18, +/games/boxart/8094512ccc.jpg,Ecco the Dolphin: Defender of the Future,PS2,Adventure,Acclaim Entertainment,Appaloosa Interactive,7.8,0.14,0.07,,0.05,0.02,2002-03-03, +/games/boxart/full_3657297PALFrontccc.jpg,Alien: Isolation,PC,Adventure,Sega,Creative Assembly,,0.14,,,0.14,0.01,2014-10-07,2018-01-05 +/games/boxart/full_4775100JapanFrontccc.jpg,Sakura Wars GB,GB,Adventure,Media Factory,Media Factory,,0.14,,0.14,,0,2000-07-28, +/games/boxart/4505952ccc.jpg,FIFA 06 Soccer,GC,Sports,EA Sports,EA Canada,,0.14,0.11,,0.03,0,2005-10-04, +/games/boxart/full_6267296JapanFrontccc.jpg,Pro Yakyuu Netsu Star 2006,PS2,Sports,Namco,Namco,,0.14,,0.14,,,2006-04-06, +/games/boxart/full_6865706AmericaFrontccc.jpg,NBA 2K13,WiiU,Sports,2K Sports,Visual Concepts,7.6,0.14,0.08,,0.04,0.01,2012-11-18,2018-01-04 +/games/boxart/full_73234AmericaFrontccc.jpg,Gretzky NHL 06,PS2,Sports,Sony Computer Entertainment,Page 44 Studios,,0.14,0.07,,0.05,0.02,2005-09-20, +/games/boxart/full_8104716AmericaFrontccc.jpg,NBA ShootOut 2002,PS,Sports,Sony Computer Entertainment,989 Sports,,0.14,0.08,,0.05,0.01,2001-09-01, +/games/boxart/full_3841282AmericaFrontccc.jpg,Bassmasters 2000,N64,Sports,THQ,Mass Media,,0.14,0.11,,0.03,0,1999-12-16, +/games/boxart/full_5147047AmericaFrontccc.jpg,Adventures to Go!,PSP,Role-Playing,Natsume,Global A Entertainment,,0.14,0.11,0.01,,0.02,2009-10-27, +/games/boxart/full_4894209AmericaFrontccc.jpg,Shadow Hearts: From The New World,PS2,Role-Playing,Xseed Games,Nautilus,7.6,0.14,0.07,,0.06,0.02,2006-03-07, +/games/boxart/full_4793513AmericaFrontccc.jpg,NHL Breakaway 98,PS,Sports,Acclaim Entertainment,Sculptured Software,,0.14,0.08,,0.05,0.01,1997-09-30, +/games/boxart/4194800ccc.jpg,Tiger Woods PGA Tour 2005,GC,Sports,EA Sports,EA Redwood Shores,,0.14,0.1,,0.03,0,2004-09-20, +/games/boxart/full_9745523AmericaFrontccc.jpg,Salt Lake 2002,PS2,Sports,Eidos Interactive,Attention To Detail,,0.14,0.07,,0.05,0.02,2002-01-29, +/games/boxart/full_3250807AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,PS,Sports,Acclaim Entertainment,Iguana Entertainment,,0.14,0.08,,0.05,0.01,1996-06-05, +/games/boxart/full_9202011JapanFrontccc.jpg,Power Pro Kun Pocket 8,DS,Sports,Konami,PawaPuro Production,,0.14,,0.14,,,2005-12-01, +/games/boxart/full_7534956AmericaFrontccc.jpg,Bottom of the 9th,PS,Sports,Konami,Konami,8,0.14,0.08,,0.05,0.01,1996-04-04, +/games/boxart/full_4380525AmericaFrontccc.jpg,NFL Blitz 20-03,GC,Sports,Midway Games,Point of View,7.8,0.14,0.11,,0.03,0,2002-08-12, +/games/boxart/full_6944978JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Wii,Wii,Sports,Konami,PawaPuro Production,,0.14,,0.14,,,2007-07-19, +/games/boxart/full_2982976AmericaFrontccc.jpg,R.B.I. Baseball 18,NS,Sports,MLB Advanced Media,MLB.com,,0.13,0.12,,,0.01,2018-03-20,2018-01-20 +/games/boxart/full_7914139PALFrontccc.jpg,International Cricket 2010,X360,Sports,Codemasters,Trickstar Games,,0.13,,,0.12,0.02,2010-06-18, +/games/boxart/6355384ccc.jpg,The Flintstones: Bedrock Bowling,PS,Sports,SouthPeak Interactive,Adrenalin Interactive,,0.13,0.07,,0.05,0.01,2000-09-19, +/games/boxart/full_5389442AmericaFrontccc.jpg,R.B.I. Baseball 18,XOne,Sports,MLB Advanced Media,MLB Advanced Media,,0.13,0.12,,,0.01,2018-03-20,2018-02-27 +/games/boxart/full_mlb-11-the-show_117AmericaFront.jpg,MLB 11: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.13,0.06,,0.05,0.02,2011-03-08, +/games/boxart/5091834ccc.jpg,Transworld Surf,XB,Sports,Atari,Angel Studios,,0.13,0.1,,0.03,0,2001-11-14, +/games/boxart/full_3435181PALFrontccc.jpg,Namco Soccer Prime Goal,PS,Sports,Sony Computer Entertainment,Namco,,0.13,,0.12,,0.01,1996-11-01, +/games/boxart/full_2277621AmericaFrontccc.jpg,NBA 08,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.13,0.06,,0.05,0.02,2007-09-26, +/games/boxart/full_6164039AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,PS3,Sports,Activision,Activision,,0.13,0.12,,,0.01,2008-09-23, +/games/boxart/full_7369566AmericaFrontccc.jpg,Rugby 15,PS4,Sports,Maximum Games,HB Studios,,0.13,0.05,,0.06,0.02,2015-02-24,2018-09-17 +/games/boxart/full_664671PALFrontccc.jpg,Don Bradman Cricket 14,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,0.13,0.01,,0.09,0.02,2015-04-01, +/games/boxart/full_7104593AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,X360,Sports,Activision,Activision,,0.13,0.12,,0,0.01,2008-09-23, +/games/boxart/full_5205497JapanFrontccc.jpg,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PS3,Sports,Sega,Sega,,0.13,,0.13,,,2013-10-10,2018-11-14 +/games/boxart/full_surf-riders_432AmericaFront.jpg,Surf Riders,PS,Sports,Ubisoft,ACOT,,0.13,0.07,,0.05,0.01,2000-08-01, +/games/boxart/full_9861333AmericaFrontccc.jpg,NBA Hoopz,PS,Sports,Midway Games,Eurocom Entertainment Software,,0.13,0.07,,0.05,0.01,2001-02-12, +/games/boxart/full_4926620AmericaFrontccc.jpg,Let's Play Ballerina,DS,Sports,Deep Silver,ZigZagIsland,,0.13,0.13,,,0.01,2010-06-08, +/games/boxart/2702464ccc.jpg,Backyard Soccer,PS,Sports,Infogrames,Humongous Entertainment,,0.13,0.07,,0.05,0.01,2001-09-28, +/games/boxart/full_400543AmericaFrontccc.jpg,Back At The Barnyard: Slop Bucket Games,DS,Sports,THQ,Firemint,,0.13,0.12,,0,0.01,2008-10-20, +/games/boxart/6959869ccc.jpg,NHL 2003,GC,Sports,EA Sports,EA Canada,,0.13,0.1,,0.03,0,2002-09-30, +/games/boxart/full_fit-in-six_865AmericaFront.jpg,Fit in Six,PS3,Sports,Ubisoft,Blue Byte Studio,,0.13,0.12,,,0.01,2011-03-15, +/games/boxart/2607713ccc.jpg,NTRA Breeders' Cup World Thoroughbred Championships,PS2,Sports,Bethesda Softworks,4J Studios,,0.13,0.07,,0.05,0.02,2005-09-29, +/games/boxart/full_5973934AmericaFrontccc.jpg,The Golf Club,PS4,Sports,Maximum Games,HB Studios,,0.13,0.09,,0.02,0.02,2015-04-28,2018-11-10 +/games/boxart/full_505848AmericaFrontccc.jpg,Kelly Slater's Pro Surfer,GBA,Sports,Activision,HotGen Studios,8,0.13,0.09,,0.03,0,2002-08-21, +/games/boxart/full_6501922AmericaFrontccc.jpg,Little League World Series Baseball 2009,DS,Sports,Activision,Black Lantern Studios,,0.13,0.12,,,0.01,2009-06-23, +/games/boxart/full_5367120AmericaFrontccc.jpg,All Star Cheer Squad 2,Wii,Sports,THQ,Gorilla Games,,0.13,0.12,,0,0.01,2009-10-27, +/games/boxart/526272ccc.jpg,Baseball Advance,GBA,Sports,THQ,Smilebit,8.3,0.13,0.1,,0.04,0,2002-03-20, +/games/boxart/full_8123108JapanFrontccc.jpg,Pro Yakyuu Spirits 6,PS2,Sports,Konami,Konami,,0.13,,0.13,,,2009-07-16, +/games/boxart/2459327ccc.jpg,Kurt Warner's Arena Football Unleashed,PS,Sports,Midway Games,Midway,,0.13,0.07,,0.05,0.01,2000-05-18, +/games/boxart/full_1468830PALFrontccc.jpg,NHL 2K9,PS2,Sports,2K Sports,Visual Concepts,,0.13,0.07,,0.05,0.02,2008-09-08, +/games/boxart/full_3955529AmericaFrontccc.jpg,NHL 2K9,PS3,Sports,2K Sports,Visual Concepts,,0.13,0.11,,0.01,0.01,2008-09-08, +/games/boxart/full_4770219AmericaFrontccc.jpg,Alone in the Dark: Inferno,PS3,Adventure,Atari,Eden Studios,,0.13,0.09,,0.03,0.01,2008-11-18, +/games/boxart/full_6457586AmericaFrontccc.jpg,Chicken Run,PS,Adventure,Eidos Interactive,Blitz Games,6.3,0.13,0.07,,0.05,0.01,2000-11-15, +/games/boxart/full_ncis_790AmericaFront.jpg,NCIS,Wii,Adventure,Ubisoft,Ubisoft,,0.13,0.08,,0.04,0.01,2011-11-01, +/games/boxart/full_7459448AmericaFrontccc.jpg,Torino 2006,PS2,Sports,2K Sports,49Games,,0.13,0.06,,0.05,0.02,2006-01-24, +/games/boxart/full_7235956JapanFrontccc.jpg,Derby Stallion Advance,GBA,Sports,Enterbrain,ParityBit,,0.13,,0.12,,0,2002-12-06, +/games/boxart/full_world-cup-golf-professional-edition_9PALFront.jpg,World Cup Golf: Professional Edition,PS,Sports,U.S. Gold,Arc Developments,,0.13,0.07,,0.05,0.01,1996-01-01, +/games/boxart/8938575ccc.jpg,The Guy Game,PS2,Misc,Gathering of Developers,Top Heavy Studios,,0.13,0.07,,0.05,0.02,2004-08-31, +/games/boxart/7582442ccc.jpg,Retro Atari Classics,DS,Misc,Atari,Taniko,,0.13,0.12,,0,0.01,2005-03-16, +/games/boxart/full_7948205AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,PS3,Misc,MTV Games,Harmonix Music Systems,,0.13,0.11,,0,0.01,2008-11-17, +/games/boxart/full_1594114JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Aladdin II Evolution,PS2,Misc,Sega,Sammy Studios,,0.13,,0.13,,,2005-12-15, +/games/boxart/full_5674766AmericaFrontccc.jpg,Pokémon: For Ho-Oh the Bells Toll!: Game Boy Advance Video,GBA,Misc,Nintendo,Nintendo,,0.13,0.09,,0.03,0,2004-06-21, +/games/boxart/full_the-x-factor_6PALFront.jpg,The X-Factor,PS3,Misc,Deep Silver,Deep Silver,,0.13,,,0.1,0.03,2010-10-29, +/games/boxart/full_deepak-chopras-leela_11AmericaFront.jpg,Deepak Chopra's Leela,X360,Misc,THQ,Curious Pictures,,0.13,0.07,,0.05,0.01,2011-11-08, +/games/boxart/6891930ccc.jpg,Rock Band Track Pack Volume 1,PS2,Misc,MTV Games,Harmonix Music Systems,,0.13,0.06,,0.05,0.02,2008-07-15, +/games/boxart/full_3865374AmericaFrontccc.jpg,The Price Is Right 2010 Edition,DS,Misc,Ubisoft,Ludia Inc.,,0.13,0.12,,,0.01,2009-09-22, +/games/boxart/full_8586350AmericaFrontccc.jpg,Left Brain Right Brain 2,DS,Misc,Majesco,Kokolo Corporation,,0.13,0.12,,0,0.01,2008-12-09, +/games/boxart/full_deepak-chopras-leela_348AmericaFront.jpg,Deepak Chopra's Leela,Wii,Misc,THQ,Curious Pictures,,0.13,0.1,,0.01,0.01,2011-11-08, +/games/boxart/6120372ccc.jpg,Mega Man X Collection,GC,Misc,Capcom,Capcom,7.5,0.13,0.1,,0.03,0,2006-01-10, +/games/boxart/full_8591613JapanFrontccc.jpg,Wantame Music Channel: Doko Demo Style,DS,Misc,Capcom,Capcom,,0.13,,0.13,,,2007-11-22, +/games/boxart/full_7583297AmericaFrontccc.png,Scene It? Bright Lights! Big Screen!,PS3,Misc,Warner Bros. Interactive,Screenlife Games,,0.13,0.1,,0.01,0.01,2009-11-17, +/games/boxart/full_dreamworks-2-in-1-party-pack_8AmericaFront.jpg,Dreamworks 2-in-1 Party Pack,DS,Misc,Activision,Activision,,0.13,0.12,,,0.01,2010-08-24, +/games/boxart/full_1648486AmericaFrontccc.jpg,DJ Max Fever,PSP,Misc,PM Studios,Pentavision Entertainment,7.7,0.13,0.11,,,0.02,2009-01-27, +/games/boxart/full_puppies-3d_264AmericaFront.jpg,Puppies 3D,3DS,Misc,Ubisoft,Ubisoft,,0.13,0.08,,0.04,0.01,2011-11-08, +/games/boxart/full_4167561JapanFrontccc.jpg,Pop'n Music Portable,PSP,Misc,Konami,Konami,,0.13,,0.13,,,2010-02-04, +/games/boxart/full_9147591AmericaFrontccc.jpg,Science Papa,Wii,Misc,Activision,Activision,,0.13,0.11,,0.01,0.01,2009-07-14, +/games/boxart/full_8095301PALFrontccc.jpg,Wasteland 2,PC,Misc,inXile Entertainment,Unknown,,0.13,0.06,,0.06,0.01,2020-12-31, +/games/boxart/1275665ccc.jpg,Shrek Super Party,XB,Misc,TDK Mediactive,Mass Media,,0.13,0.1,,0.03,0,2002-11-29, +/games/boxart/full_5843831PALFrontccc.jpg,Family Fortunes,Wii,Misc,Mindscape,Mindscape,,0.13,,,0.12,0.01,2009-10-23, +/games/boxart/full_9426922JapanFrontccc.jpg,Momotaro Douchuuki,SAT,Misc,Hudson Soft,SIMS,,0.13,,0.13,,,1997-09-25, +/games/boxart/4017433ccc.jpg,Chessmaster,XB,Misc,Ubisoft,Ubisoft,,0.13,0.1,,0.03,0,2004-10-26, +/games/boxart/full_zoobles-spring-to-life_3AmericaFront.jpg,Zoobles! Spring to Life!,DS,Misc,Activision,Activision,,0.13,0.1,,0.02,0.01,2011-11-01, +/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011-ketteiban_73JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PSP,Misc,Konami,Unknown,,0.13,,0.13,,,2011-12-22, +/games/boxart/default.jpg,Twister Mania,X360,Misc,Majesco,Naked Sky,,0.13,0.1,,0.01,0.01,2011-11-01, +/games/boxart/full_3764987JapanFrontccc.jpg,Tales of Berseria,PS3,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.13,,0.13,,,2016-08-18, +/games/boxart/2463963ccc.jpg,Ys: The Ark of Napishtim,PS2,Role-Playing,Konami,Konami Software Shanghai,7.4,0.13,0.07,,0.05,0.02,2005-02-22, +/games/boxart/full_3466768AmericaFrontccc.jpg,Azure Dreams,PS,Role-Playing,Konami,Konami Computer Entertainment Tokyo,7.4,0.13,0.07,,0.05,0.01,1998-07-12, +/games/boxart/full_382589AmericaFrontccc.jpg,Monster Rancher DS,DS,Role-Playing,Tecmo,Cing,,0.13,0.08,0.05,,0.01,2010-08-03, +/games/boxart/full_suite-precure-melody-collection_188JapanFront.jpg,Suite PreCure: Melody Collection,DS,Misc,Namco Bandai,Namco Bandai Games,,0.13,,0.13,,,2011-08-25, +/games/boxart/full_1432437AmericaFrontccc.jpg,Divinity: Original Sin II,PS4,Role-Playing,Bandai Namco Entertainment,Larian Studios,,0.13,0.04,,0.08,0.02,2018-08-31,2018-06-04 +/games/boxart/full_7063316JapanFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel IV,PS4,Role-Playing,NIS America,Falcom,,0.13,,0.13,,,2020-10-27,2018-08-18 +/games/boxart/full_freddi-fish-abc-under-the-sea_8AmericaFront.jpg,Freddi Fish: ABC under the sea,DS,Misc,Atari,Humongous Entertainment,,0.13,0.12,,,0.01,2010-10-05, +/games/boxart/full_hisshou-pachinko-kouryoku-series-vol-1-cr-shinseiki-evangelion_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 1: CR Shinseiki Evangelion,PS2,Misc,D3 Publisher,Bisty,,0.13,,0.13,,,2005-10-20, +/games/boxart/5271ccc.jpg,High Rollers Casino,XB,Misc,Mud Duck Productions,Bethesda Softworks,,0.13,0.1,,0.03,0,2004-11-07, +/games/boxart/full_3151041AmericaFrontccc.jpg,Smart Boy's Gameroom,DS,Misc,UFO Interactive,Starfish Inc.,,0.13,0.12,,0,0.01,2007-09-18, +/games/boxart/full_3510504AmericaFrontccc.jpg,Paperboy / Rampage,GBA,Misc,DSI Games,DSI Games,,0.13,0.1,,0.04,0,2005-08-21, +/games/boxart/full_3486487AmericaFrontccc.jpg,SingStar Latino,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.13,0.07,,0.05,0.02,2009-11-17, +/games/boxart/4071731ccc.jpg,Monopoly Party,GC,Misc,Infogrames,Runecraft,7.3,0.13,0.1,,0.03,0,2002-11-20, +/games/boxart/full_4146529AmericaFrontccc.jpg,Brain Assist,DS,Misc,Sega,Sega,,0.13,0.12,,0,0.01,2008-02-26, +/games/boxart/full_9888086AmericaFrontccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,Wii,Misc,Crave Entertainment,FarSight Studios,,0.13,0.12,,0,0.01,2010-01-19, +/games/boxart/9590912ccc.jpg,Quick Yoga Training,DS,Misc,Ubisoft,Ubisoft,,0.13,0.12,,,0.01,2008-08-06, +/games/boxart/527684ccc.jpg,My Spanish Coach,PSP,Misc,Ubisoft,Sensory Sweep Studios,7,0.13,0.12,,,0.01,2008-10-07, +/games/boxart/full_2613460AmericaFrontccc.jpg,Summon Night: Twin Age,DS,Role-Playing,Atlus,Flight-Plan,7.3,0.13,0.07,0.05,,0.01,2008-06-03, +/games/boxart/full_metal-max-3_3JapanFront.jpg,Metal Max 3,DS,Role-Playing,Enterbrain,Crea-Tech,,0.13,,0.13,,,2010-07-29, +/games/boxart/full_3876469AmericaFrontccc.jpg,Shin Megami Tensei: Devil Survivor 2 Record Breaker,3DS,Role-Playing,Atlus,Atlus,8.4,0.13,,0.1,0.02,0,2015-05-05,2018-01-31 +/games/boxart/full_51567AmericaFrontccc.jpg,Phantom Brave: We Meet Again,Wii,Role-Playing,NIS America,Nippon Ichi Software,7.6,0.13,0.12,0.01,,0.01,2009-08-11, +/games/boxart/full_1543369AmericaFrontccc.jpg,Trillion: God of Destruction,PSV,Role-Playing,Idea Factory,Compile Heart,,0.13,0.04,0.07,0.01,0.02,2016-03-29,2018-11-12 +/games/boxart/9331639ccc.gif,RPG Maker II,PS2,Role-Playing,Agetec,Kuusou Kagaku,,0.13,0.06,,0.05,0.02,2003-10-24, +/games/boxart/full_2694113JapanFrontccc.jpg,Last Ranker,PSP,Role-Playing,Capcom,imageepoch Inc.,,0.13,,0.13,,,2010-07-15, +/games/boxart/full_7051775AmericaFrontccc.jpg,Illusion of Gaia,SNES,Role-Playing,Nintendo,Quintet,,0.13,,0.13,,,1994-09-01, +/games/boxart/full_1245373JapanFrontccc.jpg,Gens? Suikoden: The Woven Web of a Century,PSP,Role-Playing,Konami Digital Entertainment,Konami,,0.13,,0.13,,,2012-02-09,2018-11-09 +/games/boxart/full_3585727JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren 4 - Kami no Hitomi to Akuma no Heso,DS,Role-Playing,Spike,ChunSoft,,0.13,,0.13,,,2010-02-25, +/games/boxart/full_divinity-ii-the-dragon-knight-saga_63AmericaFront.jpg,Divinity II: The Dragon Knight Saga,X360,Role-Playing,Atlus,Larian Studios,7.5,0.13,0.11,,0.02,0.01,2011-04-12, +/games/boxart/6878810ccc.jpg,Shin Megami Tensei: Digital Devil Saga,PS2,Role-Playing,Atlus,Atlus Co.,7.6,0.13,0.06,,0.05,0.02,2005-04-05, +/games/boxart/full_8227294JapanFrontccc.jpg,Mystic Ark,SNES,Role-Playing,Enix,Produce!,,0.13,,0.13,,,1995-07-14, +/games/boxart/6323802ccc.jpg,Dokapon Kingdom,Wii,Role-Playing,Atlus,Sting,7.2,0.13,0.12,,,0.01,2008-10-14, +/games/boxart/full_3398006AmericaFrontccc.jpg,Mass Effect: Andromeda,PC,Role-Playing,Electronic Arts,BioWare Corp.,,0.13,0.04,,0.08,0.01,2017-03-21,2018-07-03 +/games/boxart/full_ken-to-mahou-to-gakuen-mono-3_8JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3,PSP,Role-Playing,Acquire,ZeroDiv,,0.13,,0.13,,,2010-10-07, +/games/boxart/full_5302695JapanFrontccc.jpg,Final Fantasy XI: Rise of the Zilart,PS2,Role-Playing,Square Enix,Square Enix,,0.13,,0.13,,,2003-04-17, +/games/boxart/full_5425768JapanFrontccc.jpg,Medalot 7,3DS,Role-Playing,Rocket Company,Delta Factory,,0.13,,0.13,,,2012-09-13,2018-11-09 +/games/boxart/full_9604154JapanFrontccc.jpg,Dragon Quest Builders: Revive Alefgard,PS3,Role-Playing,Square Enix,Square Enix,,0.13,,0.13,,,2016-01-28,2018-01-11 +/games/boxart/full_4935578AmericaFrontccc.jpg,Dragon Age Origins: Awakening,PC,Role-Playing,Electronic Arts,BioWare Corp.,8.3,0.13,0.01,,0.1,0.02,2010-03-16, +/games/boxart/full_slime-morimori-dragon-quest-3-taikaizoku-to-shippo-dan_395JapanFront.jpg,Slime MoriMori Dragon Quest 3: Taikaizoku to Shippo Dan,3DS,Role-Playing,Square Enix,Square Enix,,0.13,,0.13,,,2011-11-02, +/games/boxart/full_venetica_978AmericaFront.jpg,Venetica,X360,Role-Playing,Atari,DECK13 Interactive,5.2,0.13,0.09,,0.03,0.01,2011-01-11,2018-05-10 +/games/boxart/full_1931604AmericaFrontccc.jpg,Eternal Poison (JP sales),PS2,Role-Playing,Atlus,Flight-Plan,,0.13,,0.13,,,2008-11-11, +/games/boxart/full_vampire-moon-the-mystery-of-the-hidden-sun_8AmericaFront.jpg,Vampire Moon: The Mystery of the Hidden Sun,DS,Adventure,City Interactive,City Interactive,,0.13,0.12,,0.01,0.01,2010-10-05, +/games/boxart/full_6624666JapanFrontccc.jpg,Suzumiya Haruhi no Tomadoi,PS2,Adventure,Banpresto,Banpresto,,0.13,,0.13,,,2008-01-31, +/games/boxart/9019994ccc.jpg,King Arthur,PS2,Adventure,Konami,Krome Studios,6.7,0.13,0.07,,0.05,0.02,2004-11-17, +/games/boxart/full_2645740JapanFrontccc.jpg,Resident Evil: Revelations 2,PSV,Action,Sony Computer Entertainment,Capcom,,0.13,0,0.08,0.04,0.01,2015-08-15,2018-04-15 +/games/boxart/full_3053553AmericaFrontccc.jpg,Avatar: The Last Airbender - The Burning Earth,X360,Action,THQ,THQ Australia,,0.13,0.11,,0.01,0.01,2007-11-19, +/games/boxart/full_kung-fu-panda-2_539AmericaFront.jpg,Kung Fu Panda 2,Wii,Action,THQ,THQ,3,0.13,0.07,,0.05,0.01,2011-05-24, +/games/boxart/full_7641386AmericaFrontccc.jpg,Bio FREAKS,PS,Action,Midway Games,Saffire Corporation,,0.13,0.07,,0.05,0.01,1998-04-30, +/games/boxart/full_5440000AmericaFrontccc.jpg,Utawarerumono: Mask of Truth,PS4,Visual Novel,Atlus,Aqua Plus,,0.13,0.05,0.07,,0.01,2017-09-05,2018-06-03 +/games/boxart/full_7603360AmericaFrontccc.jpg,Warriors of Might and Magic,PS,Adventure,3DO,3DO,,0.13,0.07,,0.05,0.01,2001-02-07, +/games/boxart/full_1530855AmericaFrontccc.jpg,Corpse Party: Back to School Edition,3DS,Adventure,Xseed Games,Xseed Games,,0.13,0.11,,,0.01,2016-10-25,2018-01-14 +/games/boxart/full_3760794JapanFrontccc.jpg,428: Fuusa Sareta Shibuya de,Wii,Adventure,Sega,ChunSoft,,0.13,,0.13,,,2008-12-04, +/games/boxart/8596974ccc.jpg,Shaman King: Power of Spirit,PS2,Adventure,Konami,WinkySoft,,0.13,0.06,,0.05,0.02,2004-11-09, +/games/boxart/full_1852064AmericaFrontccc.jpg,Rocksmith 2014 Edition Remastered,XOne,Music,Ubisoft,Ubisoft,,0.13,0.12,,,0.01,2016-10-04,2018-06-19 +/games/boxart/full_1623039JapanFrontccc.jpg,Persona Dancing: Endless Night Collection,PS4,Music,Atlus,Atlus,,0.13,0.07,0.04,,0.02,2018-12-04,2018-08-12 +/games/boxart/full_1693355AmericaFrontccc.jpg,Everybody Dance,PS3,Music,Sony Computer Entertainment,SCEE London Studio,6.5,0.13,0.11,,,0.02,2011-10-18,2018-09-14 +/games/boxart/full_785196AmericaFrontccc.jpg,Hatsune Miku: Project Diva X,PS4,Music,Sega,Sega,,0.13,0.08,0.04,,0.02,2016-08-30,2018-06-30 +/games/boxart/full_1529261AmericaFrontccc.jpg,Just Dance 2017,PS3,Music,Ubisoft,Ubisoft Paris,,0.13,0.05,,0.06,0.02,2016-10-25,2018-04-06 +/games/boxart/full_1474461JapanFrontccc.jpg,PriPara Mezase! Idol Grand Prix No.1!,3DS,Music,Takara Tomy,Takara Tomy,,0.13,,0.13,,,2015-10-22,2018-07-03 +/games/boxart/full_6028615JapanFrontccc.jpg,Doukyuusei 2,SAT,Role-Playing,NEC Interchannel,Elf,,0.13,,0.13,,,1997-07-11, +/games/boxart/2525130ccc.jpg,Baroque,PS2,Role-Playing,Atlus,Sting,,0.13,0.05,0.02,0.04,0.01,2008-04-08, +/games/boxart/full_6430800AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel III,PS4,Role-Playing,NIS America,Nihon Falcom Corporation,7,0.13,,0.13,,,2019-09-24,2018-07-03 +/games/boxart/full_8596959AmericaFrontccc.jpg,Watch Dogs,WiiU,Action-Adventure,Ubisoft,Ubisoft Montreal,,0.13,0.07,,0.05,0.01,2014-11-18,2018-03-15 +/games/boxart/full_6562500AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,WiiU,Action-Adventure,Ubisoft,Ubisoft Shanghai,9.2,0.13,0.04,,0.07,0.01,2013-08-20,2018-03-08 +/games/boxart/full_4336788JapanFrontccc.jpg,Utawarerumono: Mask of Deception,PS4,Adventure,Atlus,Aqua Plus,,0.13,0.05,0.07,,0.01,2017-05-23,2019-03-23 +/games/boxart/full_657087AmericaFrontccc.jpg,Avatar: The Last Airbender - Into the Inferno,DS,Adventure,THQ,Halfbrick Studios,,0.13,0.11,,0.01,0.01,2008-11-12, +/games/boxart/full_4808314JapanFrontccc.jpg,Amagami,PS2,Adventure,Enterbrain,Enterbrain,,0.13,,0.13,,,2009-03-19, +/games/boxart/full_grand-knights-history_752JapanFront.jpg,Grand Knights History,PSP,Adventure,Xseed Games,Vanillaware,,0.13,,0.13,,,2012-12-31, +/games/boxart/full_5687119AmericaFrontccc.jpg,Barbie and The Three Musketeers,DS,Adventure,Activision,Activision,,0.13,0.12,,0,0.01,2009-11-03, +/games/boxart/6020786ccc.jpg,Star Wars: Lethal Alliance,PSP,Adventure,Ubisoft,Ubisoft Montreal,6.3,0.13,0.11,,0.01,0.01,2006-12-07, +/games/boxart/full_2484712AmericaFrontccc.jpg,Goosebumps: The Game,NS,Adventure,GameMill Entertainment,WayForward,,0.13,0.09,,0.02,0.01,2018-10-09,2018-06-14 +/games/boxart/full_haunted-house_2AmericaFront.jpg,Haunted House,Wii,Adventure,Atari,ImaginEngine,,0.13,0.12,,0,0.01,2010-09-28, +/games/boxart/full_the-oregon-trail_979AmericaFront.jpg,The Oregon Trail,3DS,Adventure,Crave Entertainment,Gameloft,,0.13,0.12,,,0.01,2011-12-09, +/games/boxart/full_4359963AmericaFrontccc.jpg,Syberia,DS,Adventure,The Adventure Company,TetraEdge Games,,0.13,0.1,,0.02,0.01,2008-11-25, +/games/boxart/full_9318452JapanFrontccc.jpg,Yakuza Kiwami,PS3,Adventure,Sega,Sega,,0.13,,0.13,,,2016-01-21,2018-01-02 +/games/boxart/full_megamind-the-blue-defender_2AmericaFront.jpg,Megamind: The Blue Defender,PSP,Adventure,THQ,Tantalus Interactive,,0.13,0.08,,0.03,0.02,2010-11-02, +/games/boxart/full_5508319JapanFrontccc.jpg,Aikatsu! 365 Idol Days,3DS,Adventure,Bandai Namco Games,Bandai Namco Games,,0.13,,0.13,,,2014-12-04,2018-08-06 +/games/boxart/full_the-stronghold-collection_617AmericaFront.jpg,The Stronghold Collection,PC,Strategy,2K Games,FireFly Studios,,0.13,0.04,,0.08,0.01,2009-10-27, +/games/boxart/full_6236571JapanFrontccc.jpg,Super Robot Wars X,PS4,Strategy,Bandai Namco Games,Bandai Namco,,0.13,,0.13,,,2018-03-29,2018-04-07 +/games/boxart/full_5176378AmericaFrontccc.jpg,The Unholy War,PS,Strategy,Eidos Interactive,Toys for Bob,,0.13,0.07,,0.05,0.01,1998-09-30, +/games/boxart/full_6008431JapanFrontccc.jpg,Nobunaga no Yabou: Ranseiki,PS2,Strategy,KOEI,Koei / Inis,,0.13,,0.13,,,2002-04-04, +/games/boxart/default.jpg,Victorious: Time to Shine,X360,Action,D3 Publisher,High Voltage Software,,0.13,0.12,,,0.01,2011-11-15, +/games/boxart/full_1427862AmericaFrontccc.jpg,Ninjatown,DS,Strategy,SouthPeak Interactive,Venan Entertainment / Cashmere Productions,,0.13,0.12,,0,0.01,2008-10-28, +/games/boxart/full_1129662AmericaFrontccc.jpg,Yu-Gi-Oh! GX: Tag Force,PSP,Strategy,Konami,Konami,6,0.13,0.09,,0.03,0.02,2006-11-14, +/games/boxart/full_927802AmericaFrontccc.png,Romance of the Three Kingdoms IV: Wall of Fire,PS,Strategy,KOEI,Koei/Inis,,0.13,0.05,0.04,0.03,0.01,1996-01-01, +/games/boxart/full_8023442AmericaFrontccc.jpg,RollerCoaster Tycoon,XB,Strategy,Atari,Atari,5.5,0.13,0.1,,0.03,0,2003-03-25, +/games/boxart/full_3951922AmericaFrontccc.jpg,Deception IV: Blood Ties,PS3,Action,Tecmo Koei,Tecmo Koei Games,,0.13,0.03,0.07,0.02,0.01,2014-03-25,2018-11-09 +/games/boxart/full_6824871AmericaFrontccc.jpg,Fat Princess: Fistful of Cake,PSP,Action,Sony Computer Entertainment,SuperVillain Studios,7,0.13,0.08,,0.02,0.02,2010-05-04, +/games/boxart/4308905ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,Wii,Action,Ubisoft,Ubisoft Montreal,,0.13,0.1,,0.01,0.01,2006-11-28, +/games/boxart/7219676ccc.jpg,Crash Tag Team Racing,XB,Racing,VU Games,Radical Entertainment,,0.13,0.09,,0.03,0,2005-10-20, +/games/boxart/full_2669837AmericaFrontccc.jpg,MX 2002 Featuring Ricky Carmichael,XB,Racing,THQ,Pacific Coast Power & Light,,0.13,0.1,,0.03,0,2001-12-06, +/games/boxart/full_602397AmericaFrontccc.jpg,Castrol Honda Superbike Racing,PS,Racing,Electronic Arts,Midas Interactive Entertainment,3.9,0.13,0.07,,0.05,0.01,1999-05-25, +/games/boxart/2004897ccc.jpg,Fatal Inertia,X360,Racing,KOEI,Koei Canada,,0.13,0.12,,0,0.01,2007-09-11, +/games/boxart/5167610ccc.jpg,Quantum Redshift,XB,Racing,Microsoft Game Studios,Curly Monsters,,0.13,0.09,,0.03,0,2002-09-16, +/games/boxart/full_ben-10-galactic-racing_26AmericaFront.jpg,Ben 10 Galactic Racing,DS,Racing,D3 Publisher,Monkey Bar Games,,0.13,0.09,,0.03,0.01,2011-10-18, +/games/boxart/2258993ccc.jpg,Need for Speed: ProStreet,DS,Racing,Electronic Arts,EA Black Box,,0.13,0.11,,0.01,0.01,2007-11-13, +/games/boxart/7064302ccc.jpg,Every Extend Extra,PSP,Shooter,Buena Vista,Q Entertainment,,0.13,0.11,,0,0.02,2006-11-07, +/games/boxart/full_7388386JapanFrontccc.jpg,Detana TwinBee Yahho! Deluxe Pack,SAT,Shooter,Konami,Konami,,0.13,,0.13,,,1995-09-29, +/games/boxart/full_6462357AmericaFrontccc.jpg,Armed and Dangerous,XB,Shooter,LucasArts,Planet Moon Studios,,0.13,0.09,,0.03,0,2003-12-02, +/games/boxart/full_2293779AmericaFrontccc.jpg,Eat Lead: The Return of Matt Hazard,PS3,Shooter,D3 Publisher,Vicious Cycle,5.3,0.13,0.09,0,0.02,0.01,2009-02-26, +/games/boxart/full_6434803AmericaFrontccc.jpg,Iridion II,GBA,Shooter,Majesco,Shin'en GmbH,7.9,0.13,0.09,,0.03,0,2003-05-29, +/games/boxart/full_222097AmericaFrontccc.jpg,Borderlands: Double Game Add-On Pack,X360,Shooter,2K Games,Gearbox Software,,0.13,0.1,,0.02,0.01,2010-04-06, +/games/boxart/9600124ccc.jpg,Army Men: Soldiers of Misfortune,Wii,Shooter,Zoo Games,"Big Blue Bubble, Inc.",,0.13,0.12,,,0.01,2008-10-10, +/games/boxart/full_top-shot-arcade_906AmericaFront.jpg,Top Shot Arcade,Wii,Shooter,Activision,Activision,,0.13,0.12,,,0.01,2011-03-07, +/games/boxart/1910543ccc.jpg,Gunstar Heroes,GEN,Shooter,Sega,"Treasure Co., Ltd.",,0.13,,0.13,,0,1993-09-09, +/games/boxart/full_3838154AmericaFrontccc.jpg,Destiny 2: Forsaken,XOne,Shooter,Activision,Bungie,,0.13,0.08,,0.04,0.01,2018-09-04,2018-08-07 +/games/boxart/full_2440510AmericaFrontccc.jpg,Call of Duty: Black Ops IIII,PC,Shooter,Activision,Treyarch,,0.13,0.05,,0.07,0.01,2018-10-12,2018-11-07 +/games/boxart/8367302ccc.jpg,Contra III: The Alien Wars,SNES,Shooter,Konami,Konami,,0.13,,0.13,,0,1992-04-01, +/games/boxart/9841211ccc.jpg,Dead to Rights: Reckoning,PSP,Shooter,Namco,Rebellion Developments,5.2,0.13,0.12,,,0.01,2005-06-28, +/games/boxart/full_6575AmericaFrontccc.jpg,Brothers in Arms: Double Time,Wii,Shooter,Ubisoft,Gearbox Software,4.6,0.13,0.11,,0,0.01,2008-09-23, +/games/boxart/full_6593399JapanFrontccc.jpg,Sin and Punishment,N64,Shooter,Nintendo,"Treasure Co., Ltd.",,0.13,,0.13,,0,2000-11-21, +/games/boxart/1878126ccc.jpg,The House of the Dead,SAT,Shooter,Sega,Tantalus Interactive,7.5,0.13,,0.13,,0,1998-03-31, +/games/boxart/full_5511775AmericaFrontccc.jpg,Rogue Warrior,PS3,Shooter,Bethesda Softworks,Rebellion Developments,2.5,0.13,0.11,,0.02,0.01,2009-12-01, +/games/boxart/full_6290323AmericaFrontccc.jpg,James Bond 007: Nightfire,GBA,Shooter,Electronic Arts,JV Games,7.2,0.13,0.1,,0.04,0,2003-03-17, +/games/boxart/full_red-orchestra-2-heroes-of-stalingrad_541AmericaFront.jpg,Red Orchestra 2: Heroes of Stalingrad,PC,Shooter,Tripwire Interactive,Tripwire Interactive,7.7,0.13,0.04,,0.07,0.02,2011-09-13, +/games/boxart/full_2716448AmericaFrontccc.jpg,ArmA II,PC,Shooter,Got Game Entertainment,Bohemia Interactive,,0.13,,,0.12,0.02,2009-07-07, +/games/boxart/7111476ccc.jpg,Alter Echo,PS2,Shooter,THQ,Outrage Games,,0.13,0.06,,0.05,0.02,2003-08-19, +/games/boxart/full_1819592AmericaFrontccc.jpg,Bulletstorm: Full Clip Edition,PS4,Shooter,Gearbox Software,People Can Fly,,0.13,0.05,,0.06,0.02,2017-04-07,2018-06-25 +/games/boxart/2289095ccc.jpg,Freedom Fighters,GC,Shooter,Electronic Arts,IO Interactive,8.8,0.13,0.1,,0.03,0,2003-10-01, +/games/boxart/full_589771AmericaFrontccc.jpg,Legendary,PS3,Shooter,Gamecock,Spark Unlimited,4,0.13,0.08,,0.03,0.02,2008-10-31, +/games/boxart/full_8490978AmericaFrontccc.jpg,007 Legends,WiiU,Shooter,Activision,Eurocom,4.2,0.13,0.06,,0.06,0.01,2012-12-11,2018-03-16 +/games/boxart/full_3720698AmericaFrontccc.jpg,Shrek Smash n' Crash Racing,GC,Racing,Activision,Torus Games,,0.13,0.1,,0.03,0,2006-11-21, +/games/boxart/121612ccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,XB,Racing,Codemasters,Codemasters,,0.13,0.09,,0.03,0,2004-04-13, +/games/boxart/full_578952AmericaFrontccc.jpg,Monster Jam: Urban Assault,PS2,Racing,Activision,Torus Games,,0.13,0.06,,0.05,0.02,2008-10-28, +/games/boxart/full_5656331AmericaFrontccc.jpg,DT Racer,PS2,Racing,XS Games,Axis Entertainment,,0.13,0.06,,0.05,0.02,2005-09-26, +/games/boxart/4660479ccc.jpg,Drome Racers,PS2,Racing,Electronic Arts,Attention To Detail,,0.13,0.06,,0.05,0.02,2002-11-20, +/games/boxart/3941047ccc.jpg,Burnout,XB,Racing,Acclaim Entertainment,Criterion Games,,0.13,0.09,,0.03,0,2002-04-29, +/games/boxart/2757882ccc.jpg,Sega GT,DC,Racing,Sega,TOSE Software,7.8,0.13,,0.13,,0,2000-08-29, +/games/boxart/full_1555104AmericaFrontccc.jpg,Heroes of the Pacific,XB,Simulation,Ubisoft,IR Gurus Interactive,,0.13,0.1,,0.03,0,2005-09-28, +/games/boxart/2666714ccc.gif,Monster Jam,DS,Racing,Activision,Torus Games,,0.13,0.12,,0,0.01,2007-11-13, +/games/boxart/full_6142019AmericaFrontccc.jpg,Sonic Riders,XB,Racing,Sega,Sonic Team,,0.13,0.1,,0.03,0,2006-02-21, +/games/boxart/7685611ccc.jpg,Rally Fusion: Race of Champions,PS2,Racing,Activision,Climax Group,,0.13,0.06,,0.05,0.02,2002-11-11, +/games/boxart/4249201ccc.jpg,Digimon Racing,GBA,Racing,Bandai,Griptonite Games,6,0.13,0.09,,0.03,0,2004-09-13, +/games/boxart/full_dreamworks-super-star-kartz_798AmericaFront.jpg,DreamWorks Super Star Kartz,DS,Racing,Activision,Activision,,0.13,0.08,,0.03,0.01,2011-11-15, +/games/boxart/full_1848441AmericaFrontccc.jpg,NASCAR Heat 3,PS4,Racing,704Games,Monster Games,,0.13,0.1,,,0.02,2018-09-07,2018-07-09 +/games/boxart/full_sbk-2011_869PALFront.jpg,SBK 2011: FIM Superbike World Championship,PS3,Racing,Black Bean Games,Milestone S.r.l,,0.13,0.01,,0.09,0.02,2011-05-11, +/games/boxart/full_9387625PALFrontccc.jpg,Valentino Rossi: The Game,PS4,Racing,Namco Bandai Games,Milestone S.r.l.,,0.13,0.05,,0.05,0.02,2016-07-26,2018-06-25 +/games/boxart/full_8986796AmericaFrontccc.jpg,Nickelodeon Kart Racers,NS,Racing,GameMill Entertainment,Bamtang,2,0.13,0.08,,0.04,0.01,2018-10-23,2020-09-21 +/games/boxart/full_cars-2_959AmericaFront.jpg,Cars 2,PSP,Racing,Disney Interactive Studios,Disney Interactive,,0.13,0.1,,0.01,0.02,2011-11-08, +/games/boxart/5127451ccc.gif,Destruction Derby Arenas,PS2,Racing,Gathering of Developers,Studio 33,,0.13,0.06,,0.05,0.02,2004-04-01, +/games/boxart/full_5220018PALFrontccc.jpg,Project CARS,PC,Racing,Bandai Namco Games,Slightly Mad Studios,,0.13,,,0.12,0.01,2015-05-12,2018-01-05 +/games/boxart/full_1053466AmericaFrontccc.jpg,NASCAR Heat 2,PS4,Racing,704Games,Monster Games,,0.13,0.11,,,0.02,2017-09-12,2018-06-25 +/games/boxart/full_8084494AmericaFrontccc.jpg,Indianapolis 500 Legends,Wii,Racing,Destineer,Torus Games,,0.13,0.12,,,0.01,2007-12-14, +/games/boxart/7361330ccc.jpg,Spy Hunter 2,XB,Racing,Midway Games,Angel Studios,,0.13,0.1,,0.03,0,2003-11-24, +/games/boxart/1584940ccc.jpg,Need for Speed Underground 2,DS,Racing,Electronic Arts,Pocketeers,,0.13,0.11,,0.02,0.01,2005-05-10, +/games/boxart/8605814ccc.jpg,Nitrobike,Wii,Racing,Ubisoft,Left Field Productions,,0.13,0.11,,0.01,0.01,2008-01-15, +/games/boxart/full_dreamworks-super-star-kartz_480AmericaFront.jpg,DreamWorks Super Star Kartz,Wii,Racing,Activision,Activision,,0.13,0.08,,0.04,0.01,2011-11-15, +/games/boxart/full_splitsecond_620AmericaFront.jpg,Split/Second,PSP,Racing,Disney Interactive Studios,Black Rock Studio,,0.13,0.09,,0.02,0.02,2010-11-16, +/games/boxart/full_18-wheels-of-steel-extreme-trucker-2_522AmericaFront.jpg,18 Wheels of Steel: Extreme Trucker 2,PC,Racing,THQ,SCS Software,,0.13,0.1,,0.02,0.01,2011-01-06, +/games/boxart/full_3545990AmericaFrontccc.jpg,LEGO Racers 2,PS2,Racing,LEGO Media,Attention To Detail,,0.13,0.06,,0.05,0.02,2001-09-27, +/games/boxart/full_5719259AmericaFrontccc.jpg,Little Dragons Café,NS,Simulation,Aksys Games,Aksys Games,7,0.13,0.09,0.02,,0.01,2018-08-24,2018-09-26 +/games/boxart/3744037ccc.gif,Anno 1701: Dawn of Discovery,DS,Simulation,Ubisoft,Sunflower Studios,8,0.13,0.07,,0.05,0.01,2008-03-04, +/games/boxart/full_1494769JapanFrontccc.jpg,The IdolM@ster: One for All,PS3,Simulation,Namco Bandai Games,Bandai Namco Games,,0.13,,0.13,,,2014-05-15,2018-11-10 +/games/boxart/full_7883749AmericaFrontccc.jpg,Wild Earth: African Safari,Wii,Simulation,Majesco,Super X Studios,,0.13,0.1,,0.02,0.01,2008-04-22, +/games/boxart/full_4305058AmericaFrontccc.jpg,Farming Simulator 17,NS,Simulation,Focus Home Interactive,Giants Software,,0.13,0.04,,0.08,0.01,2017-11-07,2018-01-06 +/games/boxart/full_5262222AmericaFrontccc.jpg,Sally's Salon,DS,Simulation,Capcom,Capcom,,0.13,0.12,,,0.01,2008-11-11, +/games/boxart/full_5821479AmericaFrontccc.jpg,Harvest Moon DS (jp sales),DS,Simulation,Natsume,TOSE,,0.13,,0.13,,,2006-09-12, +/games/boxart/full_53622AmericaFrontccc.jpg,Lovely Lisa and Friends,DS,Simulation,Tomy Corporation,Tomy,,0.13,0.12,,,0.01,2010-02-23, +/games/boxart/full_5765269AmericaFrontccc.jpg,Black Dawn,PS,Simulation,Virgin Interactive,Black Ops Entertainment,,0.13,0.07,,0.05,0.01,1996-09-30, +/games/boxart/full_3016220AmericaFrontccc.jpg,My Baby: First Steps,Wii,Simulation,SouthPeak Interactive,Nobilis,,0.13,0.12,,0,0.01,2009-11-03, +/games/boxart/full_steel-battalion-heavy-armor_5JapanFront.jpg,Steel Battalion: Heavy Armor,X360,Simulation,Capcom,From Software,,0.13,0.08,0.02,0.02,0.01,2012-06-19, +/games/boxart/7234221ccc.jpg,City Crisis,PS2,Simulation,Take-Two Interactive,Syscom Entertainment,,0.13,0.06,,0.05,0.02,2001-07-17, +/games/boxart/full_126758AmericaFrontccc.jpg,Littlest Pet Shop: Spring,DS,Simulation,Electronic Arts,EA Salt Lake,,0.13,0.12,,0,0.01,2009-03-03, +/games/boxart/full_6422891AmericaFrontccc.jpg,History Civil War: Secret Missions,X360,Shooter,Activision,Cauldron Ltd.,,0.13,0.12,,,0.01,2008-11-04, +/games/boxart/full_4847074AmericaFrontccc.jpg,Hour of Victory,X360,Shooter,Midway Games,Nfusion,,0.13,0.1,,0.01,0.01,2007-06-25, +/games/boxart/full_4610952AmericaFrontccc.jpg,Jurassic: The Hunted,X360,Shooter,Activision,Activision,,0.13,0.12,,,0.01,2009-11-03, +/games/boxart/696515ccc.jpg,007: Quantum of Solace,DS,Action,Activision,Vicarious Visions,6.3,0.13,0.11,,0.01,0.01,2008-11-04, +/games/boxart/full_55852AmericaFrontccc.jpg,New Gundam Breaker,PS4,Action,Namco Bandai Games,Bandai Namco Games,2.8,0.13,0.03,0.1,,0.01,2018-06-22,2018-04-21 +/games/boxart/full_1196045AmericaFrontccc.jpg,Star Wars: Clone Wars,XB,Shooter,LucasArts,Pandemic Studios,,0.13,0.1,,0.03,0,2003-04-22, +/games/boxart/full_neverdead_381AmericaFront.jpg,NeverDead,PS3,Shooter,Konami,Rebellion Developments,,0.13,0.06,0.01,0.04,0.02,2012-01-31, +/games/boxart/1383544ccc.jpg,Rogue Ops,XB,Action,Kemco,Bits Studios,,0.13,0.1,,0.03,0,2003-10-28, +/games/boxart/full_5687203AmericaFrontccc.jpg,Bakugan: Battle Trainer,DS,Action,Activision,Magic Pockets,,0.13,0.12,,,0.01,2010-03-23, +/games/boxart/3703405ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,DS,Action,Ubisoft,Ubisoft Casablanca,,0.13,0.12,,0,0.01,2005-11-21, +/games/boxart/7755432ccc.jpg,"Crouching Tiger, Hidden Dragon",PS2,Action,Ubisoft,Light Weight,,0.13,0.06,,0.05,0.02,2003-10-09, +/games/boxart/full_rango-the-video-game_754AmericaFront.jpg,Rango: The Video Game,X360,Action,Paramount Digital Entertainment,Behaviour Studios,,0.13,0.06,,0.06,0.01,2011-03-01, +/games/boxart/full_6599531AmericaFrontccc.jpg,Destroy All Humans! Path of the Furon,X360,Action,THQ,Sandblast Games,4.1,0.13,0.08,,0.04,0.01,2008-12-02, +/games/boxart/full_2111294JapanFrontccc.jpg,Super Robot Wars BX,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.13,,0.13,,,2015-08-20,2018-07-03 +/games/boxart/6098364ccc.jpg,Last Bronx,SAT,Fighting,Sega,Sega,,0.13,,0.13,,0,1997-09-30, +/games/boxart/full_6486266AmericaFrontccc.jpg,Street Fighter IV,PC,Fighting,Capcom,Capcom / Dimps Corporation,9.1,0.13,0.07,,0.05,0.02,2009-07-07, +/games/boxart/6457711ccc.jpg,SoulCalibur II (JP weekly data),PS2,Fighting,Namco,Namco,,0.13,,0.13,,,2003-08-27, +/games/boxart/full_2961471AmericaFrontccc.jpg,Legends of Wrestling,GC,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.13,0.1,,0.03,0,2002-05-27, +/games/boxart/7864368ccc.jpg,Legends of Wrestling II,XB,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.13,0.09,,0.03,0,2002-12-05, +/games/boxart/full_6286170AmericaFrontccc.jpg,X-Men: Next Dimension,GC,Fighting,Activision,EXAKT Entertainment,7,0.13,0.1,,0.03,0,2002-10-15, +/games/boxart/7372339ccc.jpg,Fire ProWrestling,GBA,Fighting,BAM! Entertainment,Spike,8,0.13,0.09,,0.03,0,2001-06-10, +/games/boxart/full_8166232AmericaFrontccc.jpg,Open Season,DS,Platform,Ubisoft,Ubisoft Montreal,7.4,0.13,0.12,,0,0.01,2006-09-19, +/games/boxart/full_3315417JapanFrontccc.jpg,Little Battlers eXperience: Wars,3DS,Strategy,Level 5,Level 5,,0.13,,0.13,,,2013-10-31,2018-08-31 +/games/boxart/full_829228AmericaFrontccc.jpg,MegaTagmension Blanc + Neptune VS Zombies,PSV,Action,Idea Factory International,Compile Heart,,0.13,0.04,0.06,0.01,0.02,2016-05-10,2018-07-03 +/games/boxart/full_4734656AmericaFrontccc.jpg,Song of the Deep,XOne,Action,Insomniac Games,Insomniac Games,,0.13,0.12,,,0.01,2016-07-12, +/games/boxart/full_2470955AmericaFrontccc.jpg,Space Camp,Wii,Action,Activision,7 Studios,,0.13,0.12,,0,0.01,2009-05-26, +/games/boxart/full_2138333AmericaFrontccc.jpg,Superman: The Man of Steel,XB,Action,Atari,Circus Freak,,0.13,0.1,,0.03,0,2002-11-19, +/games/boxart/full_1456816JapanFrontccc.jpg,Tales of the Heroes: Twin Brave,PSP,Action,Namco Bandai Games,Bandai Namco Games,,0.13,,0.13,,,2012-02-23,2018-11-12 +/games/boxart/full_kung-fu-high-impact_848AmericaFront.jpg,Kung-Fu: High Impact,X360,Action,Unknown,Virtual Air Guitar Company,,0.13,0.08,,0.05,0.01,2011-11-15, +/games/boxart/full_the-history-channel-great-battles-medieval_542PALFront.jpg,The History Channel: Great Battles - Medieval,X360,Strategy,Slitherine Software,Slitherine Software,,0.13,0.08,,0.04,0.01,2011-05-09, +/games/boxart/full_record-of-agarest-war-zero_376AmericaFront.jpg,Record of Agarest War Zero,PS3,Strategy,Aksys Games,Compile Heart,6.2,0.13,0.09,0.03,,0.01,2011-06-14, +/games/boxart/full_7647298AmericaFrontccc.jpg,Grand Theft Auto: San Andreas,XBL,Action,Rockstar Games,Rockstar North,,0.13,0.09,,0.02,0.01,2008-10-20, +/games/boxart/full_5605920AmericaFrontccc.jpg,Outlast Trinity,XOne,Action,Warner Bros. Interactive Entertainment,Red Barrels,,0.13,0.1,,0.02,0.01,2017-04-25, +/games/boxart/8800588ccc.gif,Army Men: Green Rogue,PS2,Shooter,3DO,3DO,,0.13,0.06,,0.05,0.02,2001-03-25, +/games/boxart/full_3555125AmericaFrontccc.jpg,Yu-Gi-Oh! Nightmare Troubadour (JP sales),DS,Action,Konami,Konami,,0.13,,0.1,0.03,,2005-08-30, +/games/boxart/full_832880JapanFrontccc.jpg,Tamagotchi no Pichi Pichi Omisecchi,DS,Action,Namco Bandai,Bandai Namco Games,,0.13,,0.13,,,2010-06-17, +/games/boxart/7876195ccc.jpg,Warriors Orochi 2,PS2,Action,KOEI,Omega Force,4.3,0.13,0.06,,0.05,0.02,2008-09-23, +/games/boxart/9590207ccc.jpg,Assault: Retribution,PS,Action,Midway Games,Candle Light Studios,,0.13,0.07,,0.05,0.01,1998-10-31, +/games/boxart/8289595ccc.gif,Chessmaster: The Art of Learning,PSP,Action,Ubisoft,Unknown,,0.13,0.11,,0,0.02,2008-02-12, +/games/boxart/6052034ccc.jpg,Tomb Raider: Legend,XB,Action,Eidos Interactive,Crystal Dynamics,8.3,0.13,0.1,,0.03,0,2006-04-11, +/games/boxart/full_kentoushi-gladiator-begins_0AmericaFront.jpg,Gladiator Begins,PSP,Action,Aksys Games,Acquire,,0.13,0.05,0.05,0.01,0.01,2010-09-14, +/games/boxart/full_4821818AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,X360,Action,Little Orbit,Vicious Cycle,,0.13,0.05,,0.07,0.01,2015-10-20,2018-03-17 +/games/boxart/full_4307707AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Arcade Attack,DS,Action,Ubisoft,Ubisoft,4.3,0.13,0.12,,0,0.01,2009-11-10, +/games/boxart/full_7139207AmericaFrontccc.jpg,Shining Force III,SAT,Strategy,Sega,Camelot Software Planning,,0.13,,0.13,,,1998-05-31, +/games/boxart/full_1597426AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PS3,Action,Xseed Games,Acquire,,0.13,0.06,0.04,0.01,0.02,2014-08-12,2018-11-12 +/games/boxart/8974858ccc.jpg,NightCaster,XB,Action,Microsoft,Jaleco Entertainment,,0.13,0.1,,0.03,0,2002-01-21, +/games/boxart/4688490ccc.jpg,Hitman 2: Silent Assassin,GC,Action,Eidos Interactive,IO Interactive,8.3,0.13,0.1,,0.03,0,2003-06-19, +/games/boxart/full_sengoku-basara-3-utage_463JapanFront.jpg,Sengoku Basara 3 Utage,Wii,Action,Capcom,Capcom,,0.13,,0.13,,,2011-11-10, +/games/boxart/full_spartan-total-warrior_386AmericaFront.jpg,Spartan: Total Warrior,XB,Action,Sega,The Creative Assembly,7,0.13,0.1,,0.03,0,2005-10-25, +/games/boxart/full_748171AmericaFrontccc.jpg,Advent Rising,XB,Action,Majesco,GlyphX Games,,0.13,0.1,,0.03,0,2005-05-31, +/games/boxart/5587215ccc.jpg,Otogi: Myth of Demons,XB,Action,Sega,From Software,,0.13,0.08,0.03,0.02,0,2003-08-27, +/games/boxart/full_green-lantern-rise-of-the-manhunters_907AmericaFront.jpg,Green Lantern: Rise of the Manhunters,3DS,Action,Warner Bros. Interactive,Griptonite Games,,0.13,0.09,,0.03,0.01,2011-06-07, +/games/boxart/full_4804115AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,XB,Action,Atari,Paradigm Entertainment,,0.13,0.1,,0.03,0,2003-12-02, +/games/boxart/full_1429165AmericaFrontccc.jpg,Hyperdimension Neptunia U: Action Unleashed,PSV,Action,Idea Factory International,Compile Heart,,0.13,0.04,0.06,0.01,0.02,2015-05-19,2018-07-03 +/games/boxart/full_3352475JapanFrontccc.jpg,Nobunaga no Yabou: Tendou,PS3,Strategy,KOEI,Koei,,0.13,,0.13,,,2010-03-04, +/games/boxart/full_115139JapanFrontccc.jpg,Sentou Kokka Air Land Battle,PS,Strategy,Sony Computer Entertainment,Marionette,,0.13,,0.13,,0.01,1995-12-01, +/games/boxart/6431428ccc.jpg,Lord of the Rings: Tactics,PSP,Strategy,Electronic Arts,Amaze Entertainment,6.9,0.13,0.11,,0.02,0.01,2005-11-08, +/games/boxart/full_8538270AmericaFrontccc.jpg,Destroy All Humans! Big Willy Unleashed,Wii,Action,THQ,Locomotive Games,5.3,0.13,0.12,,0,0.01,2008-02-25, +/games/boxart/full_9796512AmericaFrontccc.png,The Inpatient,PS4,Action,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.13,0.06,,0.05,0.02,2018-01-23,2018-09-24 +/games/boxart/3631013ccc.gif,Over the Hedge: Hammy Goes Nuts!,DS,Platform,Activision,Amaze Entertainment,,0.13,0.12,,0,0.01,2006-10-24, +/games/boxart/9289108ccc.jpg,Frogger Beyond,GC,Platform,Konami,Konami,,0.13,0.1,,0.03,0,2002-12-06, +/games/boxart/7321185ccc.jpg,Mega Man Anniversary Collection,XB,Platform,Capcom,Atomic Planet Entertainment,,0.13,0.1,,0.03,0,2005-03-15, +/games/boxart/1500067ccc.jpg,Castlevania: Legacy of Darkness,N64,Platform,Konami,KCEK,,0.13,0.06,0.05,0.02,0,1999-11-30, +/games/boxart/full_753117AmericaFrontccc.jpg,Mega Man IV,GB,Platform,Capcom,Capcom,,0.13,,0.13,,,1993-01-01, +/games/boxart/full_4367787AmericaFrontccc.jpg,Whiplash,PS2,Platform,Eidos Interactive,Crystal Dynamics,,0.13,0.06,,0.05,0.02,2003-11-18, +/games/boxart/3936503ccc.gif,Spider-Man: Battle for New York,DS,Platform,Activision,Torus Games,,0.13,0.12,,,0.01,2006-11-14, +/games/boxart/full_6028091PALFrontccc.jpg,Paw Patrol on a Roll,NS,Platform,Outright Games,Outright Games,,0.13,,,0.12,0.01,2018-10-23,2018-08-07 +/games/boxart/full_2601050AmericaFrontccc.jpg,Ape Escape 3,PS2,Platform,Sony Computer Entertainment,SCE Japan Studio,7.8,0.13,0.06,,0.05,0.02,2006-01-17,2018-09-16 +/games/boxart/full_walt-disney-pictures-presents-the-wild_461AmericaFront.jpg,Walt Disney Pictures Presents: The Wild,GBA,Platform,Buena Vista,Climax Group,,0.13,0.09,,0.03,0,2006-09-08, +/games/boxart/full_4927523AmericaFrontccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,GBA,Platform,Electronic Arts,Krome Studios,,0.13,0.09,,0.03,0,2004-10-12, +/games/boxart/8144984ccc.jpg,Castlevania Chronicles,PS,Platform,Konami,Konami Computer Entertainment Tokyo,7.2,0.13,0.07,,0.05,0.01,2001-10-08, +/games/boxart/3474731ccc.jpg,Bratz,GBA,Platform,Ubisoft,DC Studios,,0.13,0.1,,0.04,0,2003-03-12, +/games/boxart/4961699ccc.jpg,Tak 2: The Staff of Dreams,XB,Platform,THQ,Avalanche Software,,0.13,0.1,,0.03,0,2004-10-11, +/games/boxart/9918433ccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,PS2,Platform,Ubisoft,Phoenix Games Studio,,0.13,0.06,,0.05,0.02,2005-02-08, +/games/boxart/full_blazblue-continuum-shift-ii_578AmericaFront.jpg,BlazBlue: Continuum Shift II,PSP,Fighting,Aksys Games,Arc System Works,7.5,0.13,0.03,0.07,0.02,0.01,2011-05-31, +/games/boxart/full_8696970JapanFrontccc.jpg,Dynasty Warriors Gundam Reborn,PSV,Action,Namco Bandai Games,Omega Force,,0.13,,0.13,,,2013-12-19,2018-10-29 +/games/boxart/2761001ccc.jpg,Dynasty Warriors 5 Empires,X360,Action,KOEI,Omega Force,6.4,0.13,0.11,,0.01,0.01,2006-03-28, +/games/boxart/full_thor-god-of-thunder_913AmericaFront.jpg,Thor: God of Thunder,DS,Action,Sega,WayForward Technologies,6.4,0.13,0.08,,0.03,0.01,2011-05-03, +/games/boxart/full_3182207JapanFrontccc.jpg,Rurouni Kenshin: Enjou! Kyoto Rinne,PS2,Action,Banpresto,Eighting,,0.13,,0.13,,,2006-09-14, +/games/boxart/1820315ccc.jpg,Blade II,XB,Action,Activision,Mucky Foot Productions,,0.13,0.1,,0.03,0,2002-09-02, +/games/boxart/full_2409312AmericaFrontccc.jpg,Samurai Warriors 4-II,PS4,Action,Tecmo Koei,Omega Force,,0.13,0.04,0.07,0.02,0.01,2015-09-29,2018-05-02 +/games/boxart/full_1539592AmericaFrontccc.png,Killer is Dead,X360,Action,Xseed Games,Grasshopper Manufacture,,0.13,0.09,0.01,0.02,0.01,2013-08-27,2018-08-20 +/games/boxart/full_7308765AmericaFrontccc.jpg,Onechanbara: Bikini Samurai Squad,X360,Action,D3 Publisher,Tamsoft Corporation,,0.13,0.11,,0.01,0.01,2009-02-10, +/games/boxart/full_assassins-creed-ii-deluxe-edition_14AmericaFront.jpg,Assassin's Creed II: Deluxe Edition,PC,Action,Ubisoft,Ubisoft Montreal,,0.13,,,0.1,0.03,2010-03-09, +/games/boxart/full_2697468AmericaFrontccc.jpg,Cruise Ship Vacation Games,Wii,Puzzle,GameMill,Frozen Codebase,,0.13,0.12,,0,0.01,2009-09-08, +/games/boxart/220214ccc.jpg,Classic NES Series: Dr. Mario,GBA,Puzzle,Nintendo,Nintendo EAD,6.1,0.13,,0.13,,,2004-10-25, +/games/boxart/full_6258657AmericaFrontccc.jpg,Margot's Word Brain,Wii,Puzzle,Zoo Digital Publishing,Slam Games,,0.13,0.12,,0,0.01,2008-09-23, +/games/boxart/full_5742630AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Danger of the Ooze,3DS,Platform,Activision,WayForward Technologies,,0.13,0.08,,0.04,0.01,2014-10-28,2018-04-14 +/games/boxart/full_2029097AmericaFrontccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GBA,Platform,Ubisoft,Phoenix Games Studio,,0.13,0.09,,0.03,0,2005-02-08, +/games/boxart/full_7737122AmericaFrontccc.jpg,Disney's Kim Possible: Kimmunicator,DS,Platform,Buena Vista,Artificial Mind and Movement,,0.13,0.11,,0.01,0.01,2005-11-09, +/games/boxart/full_reality-fighters_355PALFront.jpg,Reality Fighters,PSV,Fighting,Sony Computer Entertainment,Sony Computer Entertainment,,0.13,0.05,,0.06,0.03,2012-03-13, +/games/boxart/862035ccc.jpg,Shonen Jump's One Piece: Grand Battle,PS2,Fighting,Bandai,Ganbarion,,0.13,0.07,,0.05,0.02,2005-09-07, +/games/boxart/full_hulk-hogans-main-event_380AmericaFront.jpg,Hulk Hogan's Main Event,X360,Fighting,Majesco,Panic Button LLC,,0.13,0.1,,0.02,0.01,2011-10-11, +/games/boxart/full_supremacy-mma_569AmericaFront.jpg,Supremacy MMA,PS3,Fighting,505 Games,Kung Fu Factory,5,0.13,0.08,,0.04,0.02,2011-09-20, +/games/boxart/full_8459479AmericaFrontccc.jpg,WipeOut 3 The Game,WiiU,Party,Activision,Behaviour Interactive,,0.13,0.11,,,0.01,2012-11-18,2018-03-16 +/games/boxart/default.jpg,Learn Math,DS,Puzzle,DreamCatcher Interactive,DreamCatcher Interactive,,0.13,0.12,,,0.01,2009-12-22, +/games/boxart/5937469ccc.jpg,Kororinpa: Marble Mania,Wii,Puzzle,Konami,Hudson Soft,,0.13,0.08,0.03,0.02,0.01,2007-03-20, +/games/boxart/full_7794620AmericaFrontccc.jpg,Zenses: Ocean,DS,Puzzle,Game Factory,Shin'en,,0.13,0.11,,0.01,0.01,2008-10-28, +/games/boxart/default.jpg,Puyo Puyo!! 20th Anniversary,3DS,Puzzle,Sega,Sonic Team,,0.13,,0.13,,,2011-12-15, +/games/boxart/full_i-spy-universe_9AmericaFront.jpg,I Spy: Universe,DS,Puzzle,Scholastic Inc.,Big Blue Bubble Inc.,,0.13,0.12,,,0.01,2010-06-18, +/games/boxart/full_7864279JapanFrontccc.jpg,Gotouchi Tetsudou: Gotouchi Kyara to Nihon Zenkoku no Tabi,3DS,Puzzle,Namco Bandai Games,Namco Bandai Games,,0.13,,0.13,,,2014-11-27,2018-01-27 +/games/boxart/9748509ccc.jpg,Zapper: One Wicked Cricket!,GC,Platform,Infogrames,Blitz Games,6.6,0.13,0.1,,0.03,0,2002-11-06, +/games/boxart/full_5526897AmericaFrontccc.jpg,SkullMonkeys,PS,Platform,Electronic Arts,"The Neverhood, Inc.",,0.13,0.07,,0.05,0.01,1998-01-31, +/games/boxart/full_5573181AmericaFrontccc.jpg,Game Party Champions,WiiU,Party,Warner Bros. Interactive Entertainment,Phosphor Studios,,0.13,0.09,,0.03,0.01,2012-11-18,2020-09-08 +/games/boxart/full_2336567AmericaFrontccc.png,Portal Runner,PS2,Platform,3DO,3DO,6.7,0.13,0.06,,0.05,0.02,2001-09-10, +/games/boxart/full_8374688AmericaFrontccc.jpg,Sonic Mania,XOne,Platform,Sega,PagodaWest Games,,0.13,0.09,,0.03,0.01,2017-08-15,2018-08-15 +/games/boxart/full_2196881AmericaFrontccc.png,Puzzle Kingdoms,DS,Puzzle,Zoo Digital Publishing,Infinite Interactive,,0.13,0.12,,0,0.01,2009-05-04, +/games/boxart/full_616656AmericaFrontccc.jpg,Puzzle de Harvest Moon,DS,Puzzle,Natsume,Platinum Egg,,0.13,0.12,,,0.01,2007-11-06, +/games/boxart/full_7772878AmericaFrontccc.jpg,Space Bust-A-Move,DS,Puzzle,Square Enix,Lancarse,,0.13,0.1,,0.02,0.01,2009-07-28, +/games/boxart/1856797ccc.jpg,7 Wonders of the Ancient World,DS,Puzzle,Mumbo Jumbo,Hot Lava Games,,0.13,0.1,,0.01,0.01,2007-09-17, +/games/boxart/full_5851158AmericaFrontccc.jpg,Snood,GBA,Puzzle,"Destination Software, Inc",Rebellion Developments,,0.13,0.09,,0.03,0,2001-09-28, +/games/boxart/full_8101586AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PS4,Action,Xseed Games,Acquire,,0.13,0.09,0.02,,0.02,2014-11-25,2018-11-12 +/games/boxart/full_green-lantern-rise-of-the-manhunters_513AmericaFront.jpg,Green Lantern: Rise of the Manhunters,X360,Action,Warner Bros. Interactive,Griptonite Games,6,0.13,0.07,,0.04,0.01,2011-06-07, +/games/boxart/6023719ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,XB,Action,Konami,Konami,,0.13,0.1,,0.03,0,2004-10-19, +/games/boxart/full_8592412JapanFrontccc.jpg,Nintendo Puzzle Collection,GC,Puzzle,Unknown,Intelligent Systems,,0.13,,0.13,,0,, +/games/boxart/full_3984645AmericaFrontccc.jpg,Transformers: Prime,WiiU,Fighting,Activision,Now Production,,0.13,0.09,,0.03,0.01,2012-11-18,2019-01-06 +/games/boxart/full_2404872AmericaFrontccc.jpg,Injustice: Gods Among Us Ultimate Edition,PSV,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.13,0.09,,0,0.03,2013-11-12,2018-04-22 +/games/boxart/8795948ccc.jpg,WWE Survivor Series,GBA,Fighting,THQ,Natsume,,0.13,0.09,,0.04,0,2004-10-12, +/games/boxart/2530339ccc.jpg,Rumble Roses XX,X360,Fighting,Konami,Yuke's Future Media Creators,6.5,0.13,0.07,0.04,0.01,0.01,2006-03-28, +/games/boxart/full_6072420AmericaFrontccc.jpg,Persona 4 Arena,X360,Fighting,Atlus,Arc System Works,,0.13,0.08,0.03,0.01,0.01,2012-08-07,2018-01-11 +/games/boxart/9613681ccc.jpg,RealSports Volleyball,2600,Sports,Atari,Atari,,0.13,0.12,,0.01,0,1982-01-01, +/games/boxart/full_7866173AmericaFrontccc.jpg,Shimano Xtreme Fishing,Wii,Sports,Mastiff,eV Interactive,,0.13,0.12,,,0.01,2009-10-20, +/games/boxart/full_7224274AmericaFrontccc.jpg,NBA Ballers: Phenom,XB,Sports,Midway Games,Midway,,0.13,0.09,,0.03,0,2006-03-29, +/games/boxart/full_5467577AmericaFrontccc.jpg,Golf Club 2,PS4,Sports,Maximum Games,HB Studios,,0.13,0.05,,0.06,0.02,2017-06-27,2018-07-03 +/games/boxart/full_3097029AmericaFrontccc.jpg,NBA Live 16,XOne,Sports,EA Sports,EA Tiburon,,0.13,0.11,,0.01,0.01,2015-09-29,2018-05-30 +/games/boxart/full_winning-post-5_2JapanFront.jpg,Winning Post 5,PS2,Sports,KOEI,Koei/Inis,,0.13,,0.13,,,2001-12-22, +/games/boxart/3580194ccc.jpg,NBA Jam 2000,N64,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.13,0.12,,0.01,0,1999-10-31, +/games/boxart/full_power-pro-kun-pocket-13_345JapanFront.jpg,Power Pro Kun Pocket 13,DS,Sports,Konami,PawaPuro Production,,0.13,,0.13,,,2010-11-25, +/games/boxart/4722423ccc.jpg,MLB Power Pros 2008,Wii,Sports,2K Sports,PawaPuro Production,,0.13,0.11,0.01,,0.01,2008-07-29, +/games/boxart/8060289ccc.jpg,Backyard Baseball,GC,Sports,Infogrames,Humongous Entertainment,,0.13,0.1,,0.03,0,2003-03-31, +/games/boxart/2819566ccc.jpg,All-Star Baseball 2004,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.13,0.1,,0.03,0,2003-02-23, +/games/boxart/full_7667345AmericaFrontccc.jpg,No Fear Downhill Mountain Biking,PS,Sports,Codemasters,Sting,,0.13,0.07,,0.05,0.01,1999-11-30, +/games/boxart/full_5946060AmericaFrontccc.jpeg,Pro Evolution Soccer 2016,X360,Sports,Konami Digital Entertainment,PES Productions,,0.13,0.07,,0.05,0.01,2015-09-15,2018-04-14 +/games/boxart/9192036ccc.jpg,Cabela's Alaskan Adventure,X360,Sports,Activision,Activision,,0.13,0.12,,0,0.01,2006-09-19, +/games/boxart/8555429ccc.jpg,FIFA World Cup Germany 2006,GC,Sports,EA Sports,EA Canada,7.7,0.13,0.1,,0.03,0,2006-04-24, +/games/boxart/full_3300623JapanFrontccc.jpg,Pro Baseball Famista Climax,3DS,Sports,Namco Bandai Games,Namco Bandai Games,,0.13,,0.13,,,2017-04-20,2018-07-03 +/games/boxart/full_8278753AmericaFrontccc.jpg,Nagano Winter Olympics '98,PS,Sports,Konami,Konami,,0.13,0.07,,0.05,0.01,1997-12-31, +/games/boxart/full_my-fitness-coach-club_14PALFront.jpg,My Fitness Coach: Club,PS3,Sports,Ubisoft,Ubisoft,,0.13,,,0.11,0.02,2011-03-18, +/games/boxart/full_3190520AmericaFrontccc.jpg,Smash Court Tennis Pro Tournament 2,PS2,Sports,Namco,Namco,,0.13,0.06,,0.05,0.02,2004-06-08, +/games/boxart/1620148ccc.jpg,NHL 2K8,X360,Sports,2K Sports,Kush Games,,0.13,0.11,,0.01,0.01,2007-09-10, +/games/boxart/full_9080250JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.13,,0.13,,,2016-04-28, +/games/boxart/full_1293697AmericaFrontccc.jpg,The BIGS 2,PS3,Sports,2K Sports,Blue Castle Games,,0.13,0.12,,,0.01,2009-07-07, +/games/boxart/full_8348409JapanFrontccc.jpg,Soccer Tsuku DS: World Challenge 2010,DS,Sports,Sega,Sega,,0.13,,0.13,,,2010-05-27, +/games/boxart/full_1887608JapanFrontccc.jpg,World Soccer Winning Eleven 2002,PS,Sports,Konami,Konami,,0.13,,0.12,,0.01,2002-04-25, +/games/boxart/full_677038PALFrontccc.jpg,Actua Tennis,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,0.13,0.07,,0.05,0.01,1998-01-01, +/games/boxart/8993843ccc.jpg,NHL 2K7,PS3,Sports,2K Sports,2K Sports,8.2,0.13,0.11,,0,0.01,2006-11-13, +/games/boxart/full_peppa-pig-fun-and-games_10PALFront.jpg,Peppa Pig: Fun and Games,Wii,Misc,Ubisoft,Ubisoft,,0.13,,,0.12,0.02,2010-10-22, +/games/boxart/full_the-amazing-race_5AmericaFront.jpg,The Amazing Race,Wii,Misc,Ubisoft,Ludia Inc.,,0.13,0.12,,,0.01,2010-10-26, +/games/boxart/full_chuck-e-cheeses-game-room_3AmericaFront.jpg,Chuck E. Cheese's Game Room,DS,Misc,UFO Interactive,Starfish,,0.13,0.12,,,0.01,2010-09-28, +/games/boxart/full_7492277AmericaFrontccc.jpeg,Hasbro Family Fun Pack,XOne,Misc,Ubisoft,Ubisoft,,0.13,0.1,,0.02,0.01,2015-10-20,2018-06-19 +/games/boxart/full_football-manager-2012_17PALFront.jpg,Football Manager Handheld 2012,PSP,Sports,Sega,Sports Interactive,,0.13,,,0.09,0.04,2011-10-28,2018-01-05 +/games/boxart/full_418473AmericaFrontccc.jpg,Peter Jacobsen's Golden Tee Golf,PS,Sports,Infogrames,Incredible Technologies,,0.12,0.07,,0.05,0.01,2000-09-20, +/games/boxart/default.jpg,Karaoke Revolution Presents American Idol Encore 2,PS3,Misc,Konami,Blitz Games,,0.12,0.11,,,0.01,2008-11-18, +/games/boxart/full_3695795AmericaFrontccc.jpg,Vacation Isle: Beach Party,Wii,Misc,Warner Bros. Interactive,FarSight Studios,,0.12,0.08,,0.02,0.01,2010-06-08, +/games/boxart/full_5366420AmericaFrontccc.png,Party Planet,NS,Misc,Mastiff,Mastiff,,0.12,0.1,,,0.01,2017-12-12,2019-02-09 +/games/boxart/full_3176272AmericaFrontccc.jpg,SingStar Latino,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.12,0.11,,,0.01,2009-11-17, +/games/boxart/696516ccc.jpg,Madden NFL 06,DS,Sports,EA Sports,Exient Entertainment,,0.12,0.11,,,0.01,2005-08-08, +/games/boxart/full_8578835PALFrontccc.jpg,Football Manager Classic 2014,PSV,Sports,Sega,Sports Interactive,5.8,0.12,,,0.1,0.03,2014-04-11,2018-03-21 +/games/boxart/full_5770263AmericaFrontccc.jpg,Reader Rabbit Kindergarten,Wii,Misc,Graffiti,Graffiti Entertainment,,0.12,0.12,,,0.01,2010-05-04, +/games/boxart/full_disney-sing-it-party-hits_6AmericaFront.jpg,Disney Sing It: Party Hits,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.12,0.1,,0.01,0.01,2010-09-28, +/games/boxart/full_9690133JapanFrontccc.jpg,Taiko Drum Master: Tokumori!,WiiU,Misc,Namco Bandai Games,Namco Bandai Games,,0.12,,0.12,,,2014-11-20, +/games/boxart/full_6703255JapanFrontccc.jpg,Super Robot Wars OG Saga: Masou Kishin II - Revelation of Evil God,PSP,Misc,Namco Bandai Games,Unknown,,0.12,,0.12,,,2012-01-12, +/games/boxart/full_2427347PALFrontccc.png,Marvel Avengers: Battle for Earth,WiiU,Misc,Ubisoft,Ubisoft Quebec,,0.12,0.06,,0.05,0.01,2012-12-04,2018-01-01 +/games/boxart/full_770135JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Nihonshi B,DS,Misc,Namco Bandai,Bandai Namco Games,,0.12,,0.12,,,2007-06-07, +/games/boxart/full_5342695PALFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PSV,Misc,Tecmo Koei,Unknown,,0.12,0.03,0.05,0.03,0.02,2014-03-25, +/games/boxart/full_4383531AmericaFrontccc.jpg,4 Game Fun Pack: Monopoly / Boggle / Yahtzee / Battleship,DS,Misc,Atari,Sensory Sweep,,0.12,0.11,,0,0.01,2005-12-13, +/games/boxart/full_85636JapanFrontccc.jpg,Fatal Frame: Maiden of Black Water,WiiU,Misc,Nintendo,Koei Tecmo Games,,0.12,,0.09,0.03,0,2015-10-22,2018-01-01 +/games/boxart/full_942044AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,PS2,Misc,MTV Games,Harmonix Music Systems,,0.12,0.06,,0.05,0.02,2008-11-17, +/games/boxart/full_6393814JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.4: Pai Chan,SAT,Misc,Sega,Sega-AM2,,0.12,,0.12,,0,1995-11-17, +/games/boxart/full_dance-paradise_353AmericaFront.jpg,Dance Paradise,X360,Misc,THQ,Smackdown Productions,7,0.12,0.1,,0.01,0.01,2011-02-15, +/games/boxart/full_1900421AmericaFrontccc.jpg,Barnyard,GC,Action,THQ,Blue Tongue,,0.12,0.09,,0.02,0,2006-08-01, +/games/boxart/full_8755831JapanFrontccc.jpg,Yattaman DS: BikkuriDokkiri Daisakusen da Koron,DS,Action,Takara Tomy,Takara Tomy,,0.12,,0.12,,,2008-04-24, +/games/boxart/full_9664956AmericaFrontccc.jpg,Crash Superpack: Crash Bandicoot 2: N-Tranced / Crash Nitro Kart,GBA,Misc,Sierra Entertainment,Vicarious Visions,,0.12,0.09,,0.03,0,2005-10-19, +/games/boxart/full_3818696AmericaFrontccc.jpg,Life is Strange,XOne,Adventure,Square Enix,DONTNOD Entertainment,,0.12,0.08,,0.03,0.01,2016-01-19,2018-01-07 +/games/boxart/full_7927920JapanFrontccc.jpg,Puella Magi Madoka Magica Portable,PSP,Role-Playing,Namco Bandai Games,Banpresto,,0.12,,0.12,,,2012-03-15,2018-11-14 +/games/boxart/full_7803352PALFrontccc.jpg,Sword Art Online: Hollow Fragment,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.12,,,0.11,0.02,2015-07-28,2018-07-03 +/games/boxart/full_2357469AmericaFrontccc.jpg,Mega Man X: Command Mission,GC,Role-Playing,Capcom,Capcom,7.2,0.12,0.1,,0.02,0,2004-09-21, +/games/boxart/full_3048608AmericaFrontccc.jpg,Dragon's Crown Pro,PS4,Role-Playing,Atlus,Vanillaware,,0.12,0.1,,,0.02,2018-04-24,2018-01-29 +/games/boxart/full_3958177AmericaFrontccc.jpg,Wild ARMs 5 (jp sales),PS2,Role-Playing,Xseed Games,Media.Vision,,0.12,,0.12,,,2007-08-28, +/games/boxart/full_4529686AmericaFrontccc.jpg,Guardian's Crusade,PS,Role-Playing,Activision,Tamsoft,,0.12,0.07,,0.05,0.01,1999-01-31, +/games/boxart/full_6083031AmericaFrontccc.jpg,Makai Kingdom: Chronicles of the Sacred Tome,PS2,Role-Playing,NIS America,Nippon Ichi Software,7.9,0.12,0.06,,0.05,0.02,2005-07-26, +/games/boxart/1773529ccc.jpg,Echo Night,PS,Adventure,Agetec,From Software,6.3,0.12,0.03,0.07,0.02,0.01,1999-07-31, +/games/boxart/full_ncis_437AmericaFront.jpg,NCIS,PS3,Adventure,Ubisoft,Ubisoft,,0.12,0.07,,0.04,0.02,2011-11-01, +/games/boxart/full_9725460AmericaFrontccc.jpg,O.D.T.: Escape... Or Die Trying,PS,Adventure,Psygnosis,FDI,,0.12,0.07,,0.05,0.01,1998-10-28, +/games/boxart/full_megamind-ultimate-showdown_6AmericaFront.jpg,Megamind: Ultimate Showdown,X360,Adventure,THQ,THQ Australia Studios Pty Ltd.,,0.12,0.07,,0.04,0.01,2010-11-02, +/games/boxart/743077ccc.jpg,The X Files: Resist or Serve,PS2,Adventure,VU Games,Black Ops Entertainment,,0.12,0.06,,0.05,0.02,2004-03-16, +/games/boxart/1255454ccc.jpg,Zathura,PS2,Adventure,2K Games,High Voltage Software,,0.12,0.06,,0.05,0.02,2005-11-02, +/games/boxart/full_6575804AmericaFrontccc.jpg,Batman: A Telltale Game Series,NS,Adventure,Telltale Games,Telltale Games,,0.12,0.09,,0.02,0.01,2017-11-14,2018-01-05 +/games/boxart/full_5110479AmericaFrontccc.jpg,Overlord: Raising Hell,PS3,Adventure,Codemasters,4J Studios,,0.12,0.07,,0.04,0.02,2008-06-24, +/games/boxart/full_8574556AmericaFrontccc.jpg,F1 2002,PS2,Racing,EA Sports,Visual Sciences Ltd.,,0.12,0.05,0.02,0.04,0.01,2002-06-17, +/games/boxart/full_2343211AmericaFrontccc.jpg,NASCAR 2005: Chase for the Cup,GC,Racing,EA Sports,EA Tiburon,,0.12,0.1,,0.02,0,2004-09-04, +/games/boxart/3056507ccc.jpg,Arctic Thunder,XB,Racing,Midway Games,Inland Productions,,0.12,0.09,,0.02,0,2001-11-15, +/games/boxart/full_987133AmericaFrontccc.jpg,The Voice,WiiU,Music,Activision,Zoe Mode,,0.12,0.11,,0,0.01,2014-10-21,2018-03-16 +/games/boxart/full_9135993JapanFrontccc.jpg,Uta no * Prince-Sama: All Star,PSP,Music,Broccoli,Nippon Ichi Software,,0.12,,0.12,,,2013-03-07,2018-11-15 +/games/boxart/9149091ccc.jpg,Sphinx and the Cursed Mummy,XB,Adventure,THQ,Eurocom Entertainment Software,,0.12,0.09,,0.02,0,2003-11-10, +/games/boxart/full_4832628AmericaFrontccc.jpg,Pryzm Chapter One: The Dark Unicorn,PS2,Adventure,TDK Mediactive,Digital Illusions,6.3,0.12,0.06,,0.05,0.02,2002-06-10, +/games/boxart/611632ccc.jpg,Obscure: The Aftermath,Wii,Adventure,Ignition Entertainment,Hydravision Entertainment,,0.12,0.11,,,0.01,2008-03-25, +/games/boxart/full_3040514JapanFrontccc.jpg,ASH: Archaic Sealed Heat,DS,Role-Playing,Nintendo,Mistwalker Corporation / Racjin,,0.12,,0.12,,,2007-10-04, +/games/boxart/full_8621875AmericaFrontccc.jpg,Dungeon Travelers 2: The Royal Library & The Monster Seal,PSV,Role-Playing,Atlus,Aqua Plus,,0.12,0.03,0.05,0.02,0.02,2015-08-18, +/games/boxart/full_1025614AmericaFrontccc.png,The Snack World: Trejarers Gold,NS,Role-Playing,Level 5,Level 5,,0.12,,0.12,,,2020-02-14,2019-12-09 +/games/boxart/3825713ccc.jpg,Lost Magic,DS,Role-Playing,Ubisoft,Taito Corporation,,0.12,0.09,0.02,0,0.01,2006-04-25, +/games/boxart/full_5194066AmericaFrontccc.jpg,Phantasy Star Universe,X360,Role-Playing,Sega,Sonic Team,6.6,0.12,0.09,,0.01,0.01,2006-10-25, +/games/boxart/full_92938AmericaFrontccc.jpg,MIND?0,PSV,Role-Playing,Aksys Games,Acquire,,0.12,0.05,0.04,,0.02,2014-05-27,2018-11-16 +/games/boxart/full_ben-10-galactic-racing_556AmericaFront.jpg,Ben 10 Galactic Racing,Wii,Racing,D3 Publisher,Monkey Bar Games,,0.12,0.08,,0.03,0.01,2011-10-18, +/games/boxart/full_blood-drive_7AmericaFront.jpg,Blood Drive,X360,Racing,Activision,Activision,,0.12,0.09,,0.01,0.01,2010-10-26, +/games/boxart/full_6473886AmericaFrontccc.jpg,Dead by Daylight,XOne,Action,505 Games,Behaviour Interactive Inc.,,0.12,0.08,,0.03,0.01,2017-06-20,2019-02-13 +/games/boxart/full_9526607AmericaFrontccc.jpg,Darksiders III,XOne,Action,THQ Nordic,Gunfire Games,,0.12,0.11,,,0.01,2018-11-27,2018-12-19 +/games/boxart/full_4748185AmericaFrontccc.jpg,Terraria,3DS,Action,505 Games,Re-Logic,,0.12,,0.06,0.06,0,2015-12-10,2018-03-19 +/games/boxart/full_563898AmericaFrontccc.jpg,X2: Wolverine's Revenge,GC,Action,Activision,GenePool,6,0.12,0.09,,0.02,0,2003-04-14, +/games/boxart/6532345ccc.gif,Godzilla Unleashed: Double Smash,DS,Action,Atari,Santa Cruz Games,,0.12,0.11,,0,0.01,2007-11-20, +/games/boxart/full_macross-triangle-frontier_846JapanFront.jpg,Macross Triangle Frontier,PSP,Action,Namco Bandai,ArtDink,,0.12,,0.12,,,2011-02-03, +/games/boxart/full_3059191AmericaFrontccc.jpg,Criticom,PS,Fighting,Victory Lap Games,Kronos Digital Entertainment,,0.12,0.07,,0.05,0.01,1996-03-01, +/games/boxart/full_8580484JapanFrontccc.jpg,Fire ProWrestling S: 6Men Scramble,SAT,Fighting,Human Entertainment,Human Entertainment,,0.12,,0.12,,0,1996-12-27, +/games/boxart/full_5690612AmericaFrontccc.jpg,Tenchu: Shadow Assassins,PSP,Action,Ubisoft,From Software,7.5,0.12,0.03,0.05,0.03,0.01,2009-03-24, +/games/boxart/full_jaws-ultimate-predator_55AmericaFront.jpg,Jaws: Ultimate Predator,3DS,Action,Majesco,n-Space,4,0.12,0.11,,,0.01,2011-12-01, +/games/boxart/full_1876955AmericaFrontccc.jpg,Castlevania: Curse of Darkness,XB,Action,Konami,Konami,7.2,0.12,0.09,,0.03,0,2005-11-01, +/games/boxart/7314967ccc.jpg,Curious George,PS2,Action,Namco,Monkey Bar Games,,0.12,0.06,,0.05,0.02,2006-02-01, +/games/boxart/full_9545436AmericaFrontccc.jpg,The Surge,XOne,Action,Focus Home Interactive,DECK13 Interactive,,0.12,0.07,,0.04,0.01,2017-05-16,2018-01-06 +/games/boxart/full_mysims-skyheroes_45AmericaFront.jpg,MySims SkyHeroes,PS3,Action,Electronic Arts,The Sims Studio,,0.12,0.09,,0.02,0.02,2010-09-28, +/games/boxart/full_7628905AmericaFrontccc.jpg,Assassin's Creed Chronicles,PSV,Action,Ubisoft,Climax Studios,,0.12,0.01,0.02,0.07,0.02,2016-04-05,2018-07-03 +/games/boxart/1358919ccc.jpg,EA Replay,PSP,Action,Electronic Arts,Unknown,5,0.12,0.1,,0,0.02,2006-11-14, +/games/boxart/full_2000279AmericaFrontccc.jpg,Solitaire & Mahjong,Wii,Puzzle,Crave Entertainment,Crave Entertainment,,0.12,0.11,,,0.01,2009-02-17, +/games/boxart/full_5437417AmericaFrontccc.jpg,Peggle: Dual Shot,DS,Puzzle,PopCap Games,Q Entertainment,,0.12,0.11,,,0.01,2009-02-27, +/games/boxart/full_7042009AmericaFrontccc.jpg,Disney's PK: Out of the Shadows,PS2,Platform,Ubisoft,Ubisoft,,0.12,0.06,,0.05,0.02,2002-11-01, +/games/boxart/full_5921075AmericaFrontccc.jpg,Shantae: Half-Genie Hero,NS,Platform,Xseed Games,WayForward Technologies,,0.12,0.09,0.01,0.01,0.01,2018-05-08,2018-12-30 +/games/boxart/full_5483346AmericaFrontccc.jpg,Puzzle Quest 2,DS,Puzzle,D3 Publisher,Infinite Interactive,,0.12,0.11,,0,0.01,2010-06-22, +/games/boxart/1184843ccc.jpg,Diner Dash: Sizzle & Serve,PSP,Puzzle,Eidos Interactive,Game Lab / Play First,5.9,0.12,0.11,,0,0.01,2007-05-22, +/games/boxart/full_hanagumi-taisen-columns_4JapanFront.jpg,Hanagumi Taisen Columns,SAT,Puzzle,Sega,Sega,,0.12,,0.12,,,1997-03-28, +/games/boxart/full_6377144AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,PS3,Action,Little Orbit,Vicious Cycle,,0.12,0.04,,0.06,0.02,2015-10-20,2018-03-17 +/games/boxart/full_7986023JapanFrontccc.jpg,Saru! Get You! Million Monkeys,PS2,Platform,Sony Computer Entertainment,SCEI,,0.12,,0.12,,,2016-12-30,2018-09-18 +/games/boxart/6788570ccc.jpg,Earthworm Jim 3D,N64,Platform,Rockstar Games,VIS Entertainment,,0.12,0.1,,0.02,0,1999-10-31, +/games/boxart/1801298ccc.jpg,Rocket: Robot on Wheels,N64,Platform,Ubisoft,Sucker Punch,8.3,0.12,0.1,,0.02,0,1999-11-17, +/games/boxart/5796451ccc.jpg,Sonic Jam,SAT,Platform,Sega,Sonic Team,,0.12,,0.12,,,1997-07-31, +/games/boxart/full_disneys-atlantis-the-lost-empire_816AmericaFront.jpg,Disney's Atlantis: The Lost Empire,GBA,Platform,THQ,3d6 Games,6,0.12,0.09,,0.03,0,2001-09-19, +/games/boxart/6845874ccc.gif,Impossible Mission,DS,Platform,Codemasters,System 3 Software,,0.12,0.11,,0,0.01,2007-11-15, +/games/boxart/2925739ccc.jpg,Break 'Em All,DS,Puzzle,D3 Publisher,Warashi,,0.12,0.11,,,0.01,2006-06-20, +/games/boxart/full_2953901AmericaFrontccc.jpg,"Snipperclips Plus: Cut It Out, Together!",NS,Puzzle,Nintendo,SFB Games,8.2,0.12,,0.1,0.02,0,2017-03-03,2018-03-31 +/games/boxart/full_puss-in-boots_239AmericaFront.jpg,Puss in Boots,DS,Action,THQ,THQ,,0.12,0.09,,0.01,0.01,2011-10-25, +/games/boxart/2336228ccc.jpg,Buffy the Vampire Slayer: Chaos Bleeds,XB,Action,VU Games,Eurocom Entertainment Software,,0.12,0.09,,0.03,0,2003-08-27, +/games/boxart/default.jpg,Prototype 2,PC,Action,Activision,Radical Entertainment,,0.12,0.09,,0.03,0.01,2012-04-24, +/games/boxart/full_4005472JapanFrontccc.jpg,Samurai Warriors 4-II,PS3,Action,Tecmo Koei,Omega Force,,0.12,,0.12,,,2015-09-29,2018-05-02 +/games/boxart/full_6230146JapanFrontccc.jpg,Mobile Suit GUNDAM SEED BATTLE DESTINY,PSV,Action,Bandai Namco Games,Bandai Namco Games,,0.12,,0.12,,,2012-06-07,2018-11-14 +/games/boxart/full_6911452AmericaFrontccc.jpg,Onechanbara: Bikini Zombie Slayers,Wii,Action,D3 Publisher,Tamsoft Corporation,,0.12,0.11,,0,0.01,2009-02-10, +/games/boxart/full_pixeljunk-monsters-deluxe_671AmericaFront.jpg,PixelJunk Monsters Deluxe,PSP,Strategy,Sony Computer Entertainment,Q-Games,8.7,0.12,0.11,,,0.02,2010-04-27, +/games/boxart/full_2487931AmericaFrontccc.jpg,Armored Core: Verdict Day,PS3,Shooter,Bandai Namco Games,From Software,,0.12,,0.12,,,2013-09-24,2018-11-16 +/games/boxart/full_3673990JapanFrontccc.jpg,Kaijuu Busters,DS,Action,Namco Bandai,Bandai Namco Games,,0.12,,0.12,,,2009-12-03, +/games/boxart/full_4679736AmericaFrontccc.jpg,Gladiator: Sword of Vengeance,PS2,Action,Acclaim Entertainment,Acclaim Entertainment,,0.12,0.06,,0.05,0.02,2003-11-05, +/games/boxart/full_9563805AmericaFrontccc.jpeg,7 Days to Die,XOne,Action,Telltale Games,The Fun Pimps,,0.12,0.09,,0.02,0.01,2016-06-28,2018-05-31 +/games/boxart/5548362ccc.jpg,Prince of Persia: Rival Swords,PSP,Action,Ubisoft,"Pipeworks Software, Inc.",,0.12,0.08,,0.02,0.01,2007-04-03, +/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_2AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,DS,Action,Warner Bros. Interactive,Tantalus Interactive,,0.12,0.11,,0.01,0.01,2010-09-14, +/games/boxart/full_2882314AmericaFrontccc.jpg,Samurai Warriors 4: Empires,PS4,Action,Tecmo Koei,Omega Force,,0.12,0.03,0.07,0.01,0.01,2016-03-15, +/games/boxart/1656472ccc.jpg,Ninja Reflex,Wii,Action,Electronic Arts,Sanzaru Games,,0.12,0.11,,0,0.01,2008-03-04, +/games/boxart/full_3492762AmericaFrontccc.jpg,Nightshade,PS2,Action,Sega,Wow Entertainment,,0.12,0.06,,0.04,0.01,2004-02-10, +/games/boxart/full_4028908JapanFrontccc.jpg,Bishoujo Senshi Sailormoon S: Juugai Rantou!? Shuyaku Soudatsusen,SNES,Fighting,Angel Studios,Angel Studios,,0.12,,0.12,,,1994-12-16, +/games/boxart/full_1797591AmericaFrontccc.jpg,Fire Pro Wrestling World,PS4,Fighting,Spike Chunsoft,Spike Chunsoft,,0.12,0.06,0.03,0.02,0.02,2018-08-28,2018-09-12 +/games/boxart/full_kamen-rider-climax-heroes-ooo_0JapanFront.jpg,Kamen Rider: Climax Heroes OOO,PSP,Fighting,Namco Bandai,Eighting,,0.12,,0.12,,,2010-12-02, +/games/boxart/4776392ccc.jpg,Showdown: Legends of Wrestling,XB,Fighting,Acclaim Entertainment,Acclaim Studios Austin,,0.12,0.09,,0.03,0,2004-06-22, +/games/boxart/full_9630287AmericaFrontccc.jpg,WWE SmackDown vs Raw 2008,DS,Fighting,THQ,Amaze Entertainment,,0.12,0.11,,0,0.01,2007-11-13, +/games/boxart/full_3393138AmericaFrontccc.jpg,Dora the Explorer: Journey to the Purple Planet,GC,Education,Global Star Software,Monkey Bar Games,,0.12,0.09,,0.02,0,2005-10-13,2022-03-11 +/games/boxart/full_spongebobs-surf-ampamp-skate-roadtrip_959AmericaFront.jpg,SpongeBob's Surf & Skate Roadtrip,DS,Action,THQ,THQ,,0.12,0.1,,0.01,0.01,2011-11-08, +/games/boxart/full_gundam-memories-tatakai-no-kioku_916JapanFront.jpg,Gundam Memories: Tatakai no Kioku,PSP,Action,Namco Bandai,Namco Bandai Games,,0.12,,0.12,,,2011-06-23, +/games/boxart/full_kamen-rider-climax-heroes-fourze_169JapanFront.jpg,Kamen Rider: Climax Heroes Fourze,Wii,Fighting,Bandai,Eighting,,0.12,,0.12,,,2011-12-01, +/games/boxart/full_5977797JapanFrontccc.jpg,Zen-Nippon Pro Wrestling: Ouja no Kon,PS,Fighting,Human Entertainment,Human Club,,0.12,,0.12,,0.01,1999-04-08, +/games/boxart/full_5952207AmericaFrontccc.jpg,Guilty Gear X,PS2,Fighting,Sammy Corporation,Arc System Works,,0.12,0.06,,0.05,0.02,2001-09-30, +/games/boxart/3756890ccc.jpg,Godzilla: Destroy All Monsters Melee,XB,Fighting,Atari,"Pipeworks Software, Inc.",,0.12,0.09,,0.03,0,2003-04-16, +/games/boxart/full_mahou-shoujo-lyrical-nanoha-as-portable-the-gears-of-destiny_588JapanFront.jpg,Mahou Shoujo Nanoha A's Portable: The Gears of Destiny,PSP,Fighting,Namco Bandai,Namco Bandai Games,,0.12,,0.12,,,2011-12-22, +/games/boxart/full_9448021PALFrontccc.jpg,Dragon Ball Z: Battle of Z,PSV,Fighting,Namco Bandai Games,ArtDink,,0.12,,0.06,0.05,0.01,2014-01-28,2018-10-18 +/games/boxart/full_blazblue-continuum-shift-extend_465AmericaFront.jpg,BlazBlue: Continuum Shift EXTEND,PSV,Fighting,Aksys Games,Arc System Works,,0.12,0.03,0.02,0.05,0.02,2012-02-14, +/games/boxart/full_7366970AmericaFrontccc.jpg,Backyard Wrestling 2: There Goes the Neighborhood,XB,Fighting,Eidos Interactive,Paradox Development,,0.12,0.09,,0.03,0,2004-11-16, +/games/boxart/full_1497023AmericaFrontccc.jpg,Where the Wild Things Are,Wii,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.12,0.11,,0,0.01,2009-10-13, +/games/boxart/6240925ccc.jpg,Battle Arena Toshinden Remix,SAT,Fighting,Sega,Nextech,,0.12,,0.12,,,1995-01-01, +/games/boxart/full_4510793AmericaFrontccc.jpg,Legends of Wrestling II,GC,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.12,0.09,,0.02,0,2002-11-26, +/games/boxart/full_6478504JapanFrontccc.jpg,King of Colosseum (Red): Shin Nippon x Zen Nippon x Pancrase Disc,PS2,Fighting,Spike,Spike,,0.12,,0.12,,,2002-12-19, +/games/boxart/full_4064642PALFrontccc.jpg,One Piece: Burning Blood,PSV,Fighting,Namco Bandai Games,Spike Chunsoft,,0.12,,0.09,0.02,0.01,2016-05-31,2018-05-23 +/games/boxart/full_9690808JapanFrontccc.jpg,One Piece: Super Grand Battle! X,3DS,Fighting,Namco Bandai Games,Namco Bandai Games,,0.12,,0.12,,,2014-11-13,2018-07-03 +/games/boxart/full_6475183JapanFrontccc.jpg,Capcom vs. SNK 2: Millionaire Fighting 2001,DC,Fighting,Capcom,Capcom,,0.12,,0.12,,,2001-09-13, +/games/boxart/full_8628248AmericaFrontccc.jpg,The King of Fighters '94,NG,Fighting,SNK,SNK Corporation,,0.12,,0.12,,0,1994-10-01, +/games/boxart/full_lost-in-shadow_6AmericaFront.jpg,Lost in Shadow,Wii,Platform,Hudson Soft,Hudson Soft,6.7,0.12,0.09,0.01,0,0.01,2011-01-04, +/games/boxart/full_1580998AmericaFrontccc.jpg,Turok: Evolution,GBA,Platform,Acclaim Entertainment,RFX Interactive,,0.12,0.08,,0.03,0,2002-08-26, +/games/boxart/9604034ccc.jpg,The Ant Bully,GC,Platform,Midway Games,Artificial Mind and Movement,,0.12,0.09,,0.02,0,2006-07-24, +/games/boxart/full_1294318AmericaFrontccc.jpg,Shrek: Forever After,X360,Platform,Activision,XPEC Entertainment Inc.,,0.12,0.11,,0,0.01,2010-05-18, +/games/boxart/full_3573134AmericaFrontccc.jpg,Looney Tunes: Sheep Raider,PS,Platform,Infogrames,Infogrames,,0.12,0.07,,0.05,0.01,2001-09-27, +/games/boxart/6434940ccc.jpg,Dora the Explorer: Dora Saves the Mermaids,PS2,Platform,2K Play,High Voltage Software,,0.12,0.06,,0.05,0.02,2008-02-11, +/games/boxart/full_4132301AmericaFrontccc.jpg,Akuji the Heartless,PS,Platform,Eidos Interactive,Crystal Dynamics,6.7,0.12,0.07,,0.04,0.01,1998-12-31, +/games/boxart/9583907ccc.jpg,Psychonauts,XB,Platform,Majesco,Double Fine Productions,8.8,0.12,0.09,,0.03,0,2005-04-19, +/games/boxart/full_2021493JapanFrontccc.jpg,Super Robot Wars OG Saga: Masou Kishin - The Lord of Elemental,DS,Strategy,Namco Bandai,Monolith Soft,,0.12,,0.12,,,2010-05-27, +/games/boxart/full_4949601AmericaFrontccc.jpg,BlazBlue: Central Fiction,PS3,Fighting,Aksys Games,Arc System Works,,0.12,0.04,0.03,0.03,0.01,2016-11-01,2019-01-25 +/games/boxart/full_1901853AmericaFrontccc.jpg,Center Ring Boxing,SAT,Fighting,JVC,Victor Interactive Software,,0.12,,0.12,,,1995-01-01, +/games/boxart/full_843142AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,XOne,Fighting,Namco Bandai Games,CyberConnect2,,0.12,0.11,,,0.01,2017-02-03,2018-06-25 +/games/boxart/1723933ccc.jpg,Onimusha: Blade Warriors,PS2,Fighting,Capcom,Capcom,,0.12,0.06,,0.05,0.02,2004-03-24, +/games/boxart/8754401ccc.png,Sonic Adventure 2,DC,Platform,Sega,Sonic Team,8.9,0.12,,0.12,,,2001-06-18, +/games/boxart/7917650ccc.jpg,Space Chimps,PS2,Platform,Brash Entertainment,Red Tribe,,0.12,0.06,,0.05,0.02,2008-07-15, +/games/boxart/5527929ccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",GBA,Platform,Midway Games,A2M,,0.12,0.08,,0.03,0,2005-11-03, +/games/boxart/full_3713261AmericaFrontccc.jpg,Die Hard: Vendetta,GC,Shooter,Sierra Entertainment,Bits Studios,,0.12,0.09,,0.02,0,2002-11-19, +/games/boxart/full_4920258JapanFrontccc.jpg,Mobile Suit Gundam Seed: Rengou vs. Z.A.F.T. Portable,PSP,Shooter,Namco Bandai,Capcom,,0.12,,0.12,,,2007-04-05, +/games/boxart/8589262ccc.jpg,Battles of Prince of Persia,DS,Strategy,Ubisoft,Ubisoft Montreal,5.6,0.12,0.1,,0.01,0.01,2005-12-06, +/games/boxart/full_7433147JapanFrontccc.jpg,SD Gundam G Generation-F.I.F,PS,Strategy,Bandai,Bandai,,0.12,,0.11,,0.01,2001-05-02, +/games/boxart/full_6981758JapanFrontccc.gif,Sengoku Cyber: Fujimaru Jigokuhen,PS,Strategy,Sony Computer Entertainment,Sony Computer Entertainment,,0.12,,0.11,,0.01,1995-10-27, +/games/boxart/full_5240925JapanFrontccc.jpg,Gundam Battle Royale,PSP,Action,Namco Bandai,ArtDink,,0.12,,0.12,,,2006-10-05, +/games/boxart/full_rango-the-video-game_345AmericaFront.jpg,Rango: The Video Game,Wii,Action,Paramount Digital Entertainment,Behaviour Studios,,0.12,0.07,,0.04,0.01,2011-03-01, +/games/boxart/full_4780242JapanFrontccc.jpg,Mobile Suit Gundam Side Story: Missing Link,PS3,Action,Namco Bandai Games,B.B. Studio,,0.12,,0.12,,,2014-05-29,2018-11-14 +/games/boxart/full_234085JapanFrontccc.jpg,Densha De Go! 64,N64,Simulation,Taito,Al,,0.12,,0.05,,0.07,1999-07-30, +/games/boxart/full_9181567AmericaFrontccc.png,The Sky Crawlers: Innocent Aces,Wii,Simulation,Xseed Games,Project ACES,7.3,0.12,0.08,0.01,0.02,0.01,2010-01-12, +/games/boxart/full_4559194AmericaFrontccc.jpg,SimAnimals Africa,Wii,Simulation,Electronic Arts,The Sims Studio,5.5,0.12,0.1,,0.01,0.01,2009-10-27, +/games/boxart/full_4045904AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,XB,Platform,Activision,Adrenium Games,,0.12,0.09,,0.03,0,2004-11-10, +/games/boxart/6172866ccc.gif,Red Faction II,XB,Shooter,THQ,Outrage Games,7.9,0.12,0.09,,0.03,0,2003-03-31, +/games/boxart/full_6516420AmericaFrontccc.jpg,Farming Simulator 18,3DS,Simulation,Focus Home Interactive,Giants Software,,0.12,0.06,,0.06,0.01,2017-06-06,2018-07-03 +/games/boxart/full_9302152AmericaFrontccc.jpg,Job Simulator,PS4,Simulation,Sony Interactive Entertainment,Owlchemy Labs,,0.12,0.1,,,0.02,2017-04-17,2018-05-04 +/games/boxart/full_petz-fantasy-moonlight-magic_10AmericaFront.jpg,Petz Fantasy: Moonlight Magic,DS,Simulation,Ubisoft,Ubisoft,,0.12,0.11,,,0.01,2010-09-28, +/games/boxart/4608305ccc.jpg,Geometry Wars: Galaxies,Wii,Shooter,Sierra Entertainment,Kuju Entertainment,8,0.12,0.11,,0,0.01,2007-11-20, +/games/boxart/full_3448275AmericaFrontccc.jpg,NPPL Championship Paintball 2009,X360,Shooter,Activision,FUN Labs,4.9,0.12,0.1,,0.01,0.01,2008-11-18, +/games/boxart/full_greg-hastings-paintball-2_4AmericaFront.jpg,Greg Hastings Paintball 2,Wii,Shooter,Majesco,Super X Studios,,0.12,0.11,,,0.01,2010-09-28, +/games/boxart/full_4079397AmericaFrontccc.jpg,Charm Girls Club: My Fashion Mall,DS,Simulation,Electronic Arts,Electronic Arts Casual Studios,,0.12,0.12,,,0.01,2009-10-20, +/games/boxart/full_8861104PALFrontccc.jpg,"Kilari: Na-san, Mon Meilleur Ami",DS,Simulation,Konami,Konami,,0.12,,0.12,,,2010-04-29, +/games/boxart/full_9861246JapanFrontccc.jpg,Ochaken no Heya DS,DS,Simulation,MTO,MTO,,0.12,,0.12,,,2006-04-27, +/games/boxart/full_7909056AmericaFrontccc.jpg,Colony Wars III: Red Sun,PS,Simulation,Midway Games,Psygnosis,8.1,0.12,0.07,,0.05,0.01,2000-06-02, +/games/boxart/full_8630745AmericaFrontccc.jpg,Harvest Moon 2 GBC,GB,Simulation,Natsume,Victor Interactive Software,,0.12,,0.12,,0,2000-09-11, +/games/boxart/full_7328455AmericaFrontccc.jpg,Eat Lead: The Return of Matt Hazard,X360,Shooter,D3 Publisher,Vicious Cycle,5.5,0.12,0.1,0,0.01,0.01,2009-02-26, +/games/boxart/full_4756637AmericaFrontccc.jpg,Strikers 1945,PS,Shooter,Agetec,Psikyo,,0.12,0.07,,0.05,0.01,2001-03-27, +/games/boxart/7041521ccc.jpg,Classic NES Series: Xevious,GBA,Shooter,Nintendo,Nintendo,6.4,0.12,,0.12,,,2004-06-02, +/games/boxart/full_overstrike_226PALFront.jpg,Overstrike,PS3,Shooter,Electronic Arts,Insomniac Games,,0.12,0.06,,0.04,0.02,2013-05-28, +/games/boxart/full_tom-clancys-ghost-recon_9AmericaFront.jpg,Tom Clancy's Ghost Recon,Wii,Shooter,Ubisoft,Ubisoft Paris,,0.12,0.1,,0.01,0.01,2010-11-16, +/games/boxart/full_6636208AmericaFrontccc.jpg,Zombie Army Trilogy,XOne,Shooter,Rebellion Developments,Rebellion Developments,,0.12,0.05,,0.05,0.01,2015-03-06,2018-05-30 +/games/boxart/6257534ccc.jpg,UN Squadron,SNES,Shooter,Capcom,Capcom,,0.12,,0.12,,,1991-09-01, +/games/boxart/full_conduit-2_211PALFront.jpg,Conduit 2,Wii,Shooter,Sega,High Voltage Software,6.3,0.12,0.07,,0.04,0.01,2011-04-19, +/games/boxart/full_3733241AmericaFrontccc.jpg,The King of Fighters '98 Ultimate Match,PS2,Fighting,Ignition Entertainment,SNK Playmore Corporation,,0.12,0.04,0.03,0.03,0.01,2009-03-03, +/games/boxart/9292665ccc.jpg,Galidor: Defenders of the Outer Dimension,GBA,Action,Electronic Arts,Tiertex Design Studios,5.9,0.12,0.09,,0.03,0,2002-10-29, +/games/boxart/default.jpg,Blackwater,X360,Shooter,505 Games,505 Games,,0.12,0.09,,0.02,0.01,2011-10-25, +/games/boxart/full_call-of-juarez-the-cartel_729AmericaFront.jpg,Call of Juarez: The Cartel,PC,Shooter,Ubisoft,Techland,4.5,0.12,0.05,,0.05,0.01,2011-09-13, +/games/boxart/full_703921JapanFrontccc.jpg,Pro Yakyuu Famista Evolution,NS,Sports,Bandai Namco Games,Bandai Namco Games,,0.12,,0.12,,,2018-08-02,2018-08-26 +/games/boxart/full_6109265JapanFrontccc.jpg,Gallop Racer 2000,PS,Sports,Tecmo,Tecmo,,0.12,,0.11,,0.01,2000-02-17, +/games/boxart/full_9527023AmericaFrontccc.jpg,Lost Planet 3,X360,Shooter,Capcom,Spark Unlimited,,0.12,0.07,0.01,0.04,0.01,2013-08-27,2018-10-31 +/games/boxart/full_mahou-shoujo-lyrical-nanoha-as-portable-the-battle-of-aces_1JapanFront.jpg,Mahou Shoujo Lyrical Nanoha A's Portable: The Battle of Aces,PSP,Shooter,Namco Bandai,WitchCraft,,0.12,,0.12,,,2010-01-21, +/games/boxart/full_7571736JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 8 Ketteiban,PS2,Sports,Konami,Diamond Head,,0.12,,0.12,,,2001-12-20, +/games/boxart/1020950ccc.jpg,NFL QB Club 2001,N64,Sports,Acclaim Entertainment,High Voltage Software,,0.12,0.11,,0.01,0,2000-08-23, +/games/boxart/full_5305167AmericaFrontccc.jpg,HardBall 5,PS,Sports,Accolade,MindSpan,,0.12,0.07,,0.04,0.01,1996-03-01, +/games/boxart/full_deca-sports-extreme_604AmericaFront.jpg,Deca Sports Extreme,3DS,Sports,Konami,Hudson Soft,,0.12,0.08,0.03,0,0.01,2011-09-13, +/games/boxart/4198526ccc.jpg,College Hoops 2K6,X360,Sports,2K Sports,Visual Concepts,6.5,0.12,0.11,,,0.01,2006-03-07, +/games/boxart/full_9247868AmericaFrontccc.jpg,SSX 3,GBA,Sports,EA Sports BIG,Visual Impact,,0.12,0.09,,0.03,0,2003-11-11, +/games/boxart/full_deadliest-catch-sea-of-chaos_895AmericaFront.jpg,Deadliest Catch: Sea of Chaos,Wii,Sports,Crave Entertainment,Double Tap,,0.12,0.11,,,0.01,2010-11-29, +/games/boxart/full_cabelas-dangerous-hunts-2011_8AmericaFront.jpg,Cabela's Dangerous Hunts 2011,DS,Sports,Activision,Sproing Interactive Media GMBH,,0.12,0.11,,,0.01,2010-10-19, +/games/boxart/full_8999393AmericaFrontccc.jpg,NFL Tour,PS3,Sports,EA Sports BIG,EA Tiburon,,0.12,0.1,,0.01,0.01,2008-01-08, +/games/boxart/full_5313234AmericaFrontccc.jpg,Pro Evolution Soccer 2016,XOne,Sports,Konami Digital Entertainment,PES Productions,,0.12,0.05,,0.06,0.01,2015-09-15,2018-04-14 +/games/boxart/1234003ccc.jpg,Major League Baseball 2K6,PSP,Sports,2K Sports,Visual Concepts,7.4,0.12,0.11,,,0.01,2006-04-13, +/games/boxart/full_8629656AmericaFrontccc.jpg,Skate City Heroes,Wii,Sports,Zoo Digital Publishing,Zeroscale,,0.12,0.11,,0,0.01,2008-11-24, +/games/boxart/full_2169490AmericaFrontccc.jpg,Disney's Extreme Skate Adventure,GC,Sports,Activision,Toys for Bob,7.4,0.12,0.09,,0.02,0,2003-09-04, +/games/boxart/full_backyard-sports-football-rookie-rush_2AmericaFront.jpg,Backyard Sports Football: Rookie Rush,X360,Sports,Atari,HB Studios,,0.12,0.11,,,0.01,2010-10-26, +/games/boxart/full_3620784JapanFrontccc.jpg,Famicom Mini: TwinBee,GBA,Shooter,Konami,Konami,,0.12,,0.12,,0,2004-05-21, +/games/boxart/full_backyard-sports-football-rookie-rush_1AmericaFront.jpg,Backyard Sports Football: Rookie Rush,Wii,Sports,Atari,HB Studios,,0.12,0.11,,,0.01,2010-10-26, +/games/boxart/full_9552450AmericaFrontccc.jpg,IndyCar Series,PS2,Racing,Codemasters,Brain in a Jar,,0.12,0.06,,0.05,0.02,2003-05-21, +/games/boxart/full_4957780AmericaFrontccc.jpg,Wolfenstein The Two Pack,XOne,Shooter,Bethesda Softworks,MachineGames,,0.12,0.11,,,0.01,2017-08-22,2018-07-04 +/games/boxart/55571ccc.jpg,Airborne Troops: Countdown to D-Day,PS2,Shooter,Mud Duck Productions,WideScreen Games,,0.12,0.06,,0.05,0.02,2005-01-07, +/games/boxart/full_raiden-iv_84AmericaFront.jpg,Raiden IV,X360,Shooter,UFO Interactive,Moss,7,0.12,0.1,0.01,,0.01,2009-09-08, +/games/boxart/full_1969050AmericaFrontccc.png,Payday 2,NS,Shooter,505 Games,Overkill Software,5,0.12,0.08,,0.02,0.01,2018-02-27,2018-01-08 +/games/boxart/full_4141699AmericaFrontccc.jpg,NPPL Championship Paintball 2009,Wii,Shooter,Activision,Magic Wand Productions,,0.12,0.11,,0,0.01,2008-11-18, +/games/boxart/full_5414765JapanFrontccc.jpg,The Walking Dead: Survival Instinct,WiiU,Shooter,Activision,Terminal Reality,,0.12,0.08,,0.03,0.01,2013-03-19,2018-01-16 +/games/boxart/default.jpg,Self-Defense Training Camp,X360,Sports,Ubisoft,Ubisoft,,0.12,0.08,,0.03,0.01,2011-11-08, +/games/boxart/full_6145463AmericaFrontccc.jpg,Charm Girls Club: My Perfect Prom,DS,Simulation,Electronic Arts,Electronic Arts,,0.12,0.11,,,0.01,2009-10-20, +/games/boxart/full_1317268AmericaFrontccc.jpg,Funky Barn,3DS,Simulation,Ubisoft,Tantalus Interactive,,0.12,0.07,,0.04,0.01,2012-04-03,2018-11-16 +/games/boxart/7954232ccc.jpg,Horse Life,DS,Simulation,D3 Publisher,Neko Entertainment,,0.12,0.09,,0.02,0.01,2007-11-06, +/games/boxart/3995366ccc.jpg,Lovely Lisa,DS,Simulation,Tomy Corporation,Takara Tomy,,0.12,0.11,,0,0.01,2008-10-20, +/games/boxart/full_1736836AmericaFrontccc.jpg,My Farm Around the World,DS,Simulation,THQ,BIP Games,,0.12,0.11,,,0.01,2009-05-11, +/games/boxart/full_ace-another-centurys-episode-portable_963JapanFront.jpg,A.C.E.: Another Century's Episode Portable,PSP,Simulation,Namco Bandai,From Software,,0.12,,0.12,,,2011-01-13, +/games/boxart/full_6954804AmericaFrontccc.jpg,Rush,PSP,Racing,Midway Games,Midway Studios Newcastle,,0.12,0.11,,,0.01,2006-10-30, +/games/boxart/full_naild_9AmericaFront.jpg,nail'd,PS3,Racing,Deep Silver,Techland,,0.12,0.08,,0.02,0.02,2010-11-30, +/games/boxart/full_3106817AmericaFrontccc.jpg,Ferrari Challenge Trofeo Pirelli,PS2,Racing,Activision,Eutechnyx,,0.12,0.06,,0.05,0.02,2008-08-26, +/games/boxart/9139208ccc.jpg,Chase: Hollywood Stunt Driver,XB,Racing,BAM! Entertainment,I-Imagine,,0.12,0.09,,0.03,0,2002-09-25, +/games/boxart/full_7071719AmericaFrontccc.jpg,NASCAR Heat 2,XOne,Racing,704Games,Monster Games,,0.12,0.11,,,0.01,2017-09-12,2018-06-25 +/games/boxart/full_nascar-unleashed_979AmericaFront.jpg,Nascar Unleashed,X360,Racing,Activision,Activision,,0.12,0.11,,,0.01,2011-11-01, +/games/boxart/full_dirt-2_72AmericaFront.jpg,DiRT 2,DS,Racing,Codemasters,Codemasters,,0.12,0.06,,0.05,0.01,2009-09-08, +/games/boxart/full_dreamworks-super-star-kartz_277AmericaFront.jpg,DreamWorks Super Star Kartz,3DS,Racing,Activision,Activision,,0.12,0.08,,0.03,0.01,2011-11-15, +/games/boxart/full_wrc-fia-world-rally-championship_5PALFront.jpg,WRC: FIA World Rally Championship,X360,Racing,Unknown,Milestone S.r.l,,0.12,0,0,0.1,0.01,, +/games/boxart/full_5339776AmericaFrontccc.jpg,2 Games in 1 Double Pack: Hot Wheels Velocity X / Hot Wheels World Race,GBA,Racing,THQ,Saffire Corporation,,0.12,0.09,,0.03,0,2005-09-22, +/games/boxart/full_8329806AmericaFrontccc.jpg,Mobil 1 Rally Championship,PS,Racing,Electronic Arts,HotGen Studios,,0.12,0.07,,0.04,0.01,2000-03-08, +/games/boxart/full_4289027AmericaFrontccc.jpg,Monster Truck Madness,GBA,Racing,THQ,Tantalus Interactive,,0.12,0.09,,0.03,0,2003-08-11, +/games/boxart/full_9002756AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,X360,Racing,Activision,Left Field Productions,,0.12,0.11,,0.01,0.01,2008-10-28, +/games/boxart/full_6659839AmericaFrontccc.jpg,High Velocity: Mountain Racing Challenge,SAT,Racing,Atlus,Cave,,0.12,,0.12,,0,1996-01-01, +/games/boxart/full_3942439AmericaFrontccc.jpg,MX vs ATV All Out,PS4,Racing,THQ Nordic,Rainbow Studios,,0.12,0.09,,0.01,0.02,2018-03-27,2018-03-23 +/games/boxart/full_2071430PALFrontccc.jpg,MotoGP 14,PS3,Racing,Namco Bandai Games,Milestone S.r.l.,,0.12,0.05,,0.05,0.02,2014-11-04,2018-11-03 +/games/boxart/full_2722034AmericaFrontccc.jpg,MotoGP 3 - Official Game of MotoGP,PS2,Racing,Namco,Namco,,0.12,0.06,,0.05,0.02,2003-03-17, +/games/boxart/full_5003467AmericaFrontccc.jpg,M&M's Kart Racing,DS,Racing,DSI Games,FrontLine Studios,,0.12,0.11,,,0.01,2008-03-24, +/games/boxart/full_cabelas-north-american-adventures_4AmericaFront.jpg,Cabela's North American Adventures,PSP,Sports,Activision,Activision,,0.12,0.1,,,0.02,2010-09-14, +/games/boxart/full_4808642AmericaFrontccc.jpg,NBA 2K2,GC,Sports,Sega,Visual Concepts,8.8,0.12,0.09,,0.02,0,2002-03-20, +/games/boxart/341016ccc.jpg,MLB Inside Pitch 2003,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.12,0.09,,0.03,0,2003-05-20, +/games/boxart/full_1465976PALFrontccc.jpg,Pro Evolution Soccer 2018,XOne,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.12,0.06,,0.05,0.01,2017-09-12,2018-04-24 +/games/boxart/1729574ccc.jpg,Sega Soccer Slam,PS2,Sports,Sega,Black Box Games,,0.12,0.06,,0.05,0.02,2002-09-02, +/games/boxart/full_7396793AmericaFrontccc.jpg,Academy of Champions: Soccer,Wii,Sports,Ubisoft,Ubisoft Vancouver,7.1,0.12,0.09,,0.02,0.01,2009-11-03, +/games/boxart/5965518ccc.jpg,MTV Sports: Pure Ride,PS,Sports,THQ,Radical Entertainment,,0.12,0.07,,0.05,0.01,2000-09-30, +/games/boxart/full_7825871AmericaFrontccc.jpg,Mountain Sports,Wii,Sports,Activision,Sproing Interactive Media GMBH,,0.12,0.11,,0,0.01,2009-10-27, +/games/boxart/full_791034AmericaFrontccc.jpg,Backyard Baseball '10,DS,Sports,Atari,Atari,,0.12,0.11,,,0.01,2009-03-31, +/games/boxart/full_kidz-sports-crazy-golf_7AmericaFront.jpg,Kidz Sports: Crazy Golf,Wii,Sports,Destineer,Data Design Interactive,,0.12,0.11,,0,0.01,2008-09-16, +/games/boxart/full_power-pro-kun-pocket-14_666JapanFront.jpg,Power Pro Kun Pocket 14,DS,Sports,Konami,Konami,,0.12,,0.12,,,2011-12-01, +/games/boxart/full_brunswick-pro-bowling_649AmericaFront.jpg,Brunswick Pro Bowling,3DS,Sports,Crave Entertainment,Crave Entertainment,,0.12,0.11,,,0.01,2011-09-20, +/games/boxart/full_5350309AmericaFrontccc.jpg,NFL Head Coach,XB,Sports,EA Sports,EA Tiburon,,0.12,0.09,,0.03,0,2006-06-20, +/games/boxart/full_5162799AmericaFrontccc.jpg,PBR: Out of the Chute,Wii,Sports,Crave Entertainment,D2C Games,,0.12,0.11,,,0.01,2008-10-28, +/games/boxart/8744463ccc.jpg,Street Hoops,GC,Sports,Activision,Black Ops Entertainment,,0.12,0.09,,0.02,0,2002-11-28, +/games/boxart/full_5011327AmericaFrontccc.jpg,NBA 2K16,PC,Sports,2K Sports,Visual Concepts,,0.12,0.05,,0.07,0.01,2015-09-29,2018-03-28 +/games/boxart/full_6632282AmericaFrontccc.png,Danganronpa 1-2 Reload,PS4,Adventure,NIS America,Spike Chunsoft,,0.12,0.08,0.02,,0.02,2017-03-14,2018-01-10 +/games/boxart/7965172ccc.jpg,Wallace & Gromit: Curse of the Were-Rabbit,PS2,Adventure,Konami,Frontier Developments,,0.12,0.06,,0.05,0.02,2005-09-29, +/games/boxart/full_7914183AmericaFrontccc.jpg,Code: Realize - Guardian of Rebirth,PSV,Adventure,Aksys Games,Idea Factory,,0.12,0.06,0.03,,0.02,2015-10-20,2018-01-15 +/games/boxart/full_9942993AmericaFrontccc.jpg,Subnautica,PS4,Adventure,Gearbox Software,Unknown Worlds Entertainment,,0.12,0.07,,0.03,0.02,2018-12-04,2018-07-16 +/games/boxart/full_midnight-mysteries-the-edgar-allan-poe-conspiracy_10AmericaFront.jpg,Midnight Mysteries: The Edgar Allan Poe Conspiracy,DS,Adventure,Mumbo Jumbo,MumboJumbo,,0.12,0.08,,0.03,0.01,2010-09-21, +/games/boxart/full_8307495JapanFrontccc.jpg,Dorabase 2: Nettou Ultra Stadium,DS,Sports,Namco Bandai,Bandai Namco Games,,0.12,,0.12,,,2009-11-19, +/games/boxart/full_8516455AmericaFrontccc.png,The Walking Dead - The Telltale Series: A New Frontier,XOne,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.12,0.1,,0.01,0.01,2017-02-28, +/games/boxart/full_1858555AmericaFrontccc.jpg,The Clique: Diss and Make Up,DS,Adventure,Warner Bros. Interactive,Gorilla Systems,,0.12,0.11,,0,0.01,2009-08-25, +/games/boxart/full_9501004PALFrontccc.jpg,Nintendo Pocket Football Club,3DS,Sports,Nintendo,ParityBit,7,0.12,,0.12,,,2012-07-12,2018-08-30 +/games/boxart/full_3730786JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2018,PSV,Sports,Konami,Konami,,0.12,,0.12,,,2018-04-26,2018-05-20 +/games/boxart/full_9169745AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,3DS,Adventure,Aksys Games,Chime,7.7,0.12,0.08,0.03,,0.01,2016-06-28,2018-07-03 +/games/boxart/full_4540539JapanFrontccc.jpg,Clock Tower: The First Fear,PS,Adventure,Human Entertainment,Human Entertainment,,0.12,,0.12,,0.01,1997-07-17, +/games/boxart/full_3235644AmericaFrontccc.jpg,Batman: A Telltale Game Series,PS3,Adventure,Telltale Games,Telltale Games,,0.12,0.02,,0.09,0.02,2016-09-13,2018-04-16 +/games/boxart/full_4329091JapanFrontccc.jpg,The Great Ace Attorney 2 - The Resolve of Ryuunosuke Naruhodou,3DS,Adventure,Capcom,Capcom,,0.12,,0.12,,,2017-08-03,2018-08-03 +/games/boxart/full_spider-man-edge-of-time_795AmericaFront.jpg,Spider-Man: Edge of Time,3DS,Adventure,Activision,Beenox,5.5,0.12,0.08,,0.03,0.01,2011-10-04, +/games/boxart/681722ccc.jpg,Neopets Petpet Adventures: The Wand of Wishing,PSP,Adventure,Sony Computer Entertainment,Sony Computer Entertainment America,,0.12,0.11,,,0.01,2006-03-14, +/games/boxart/2806939ccc.jpg,Cel Damage,XB,Racing,Electronic Arts,Pseudo Interactive,5.7,0.12,0.09,,0.03,0,2001-11-14, +/games/boxart/full_7486266AmericaFrontccc.jpg,Magic: The Gathering - Battlemage,PS,Strategy,Acclaim Entertainment,Realtime Associates,,0.12,0.07,,0.05,0.01,1997-08-01, +/games/boxart/full_6940138AmericaFrontccc.jpg,Star Trek: Conquest,Wii,Strategy,Bethesda Softworks,Bethesda Softworks,,0.12,0.11,,0.01,0.01,2007-11-20, +/games/boxart/full_7960536JapanFrontccc.jpg,San Goku Shi V,SAT,Strategy,KOEI,Koei,,0.12,,0.12,,,1996-09-27, +/games/boxart/full_2057625JapanFrontccc.jpg,SD Gundam G Generation Genesis,PSV,Strategy,Namco Bandai Games,Bandai Namco,,0.12,,0.12,,,2016-11-22,2018-01-16 +/games/boxart/full_tecmo-super-bowl_6AmericaFront.jpg,Tecmo Super Bowl,PS,Sports,Tecmo,Tecmo,,0.12,0.06,,0.04,0.01,1996-08-01, +/games/boxart/full_9163471AmericaFrontccc.jpg,MLB 14 The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,7.1,0.12,0.09,,,0.03,2014-04-01,2018-03-16 +/games/boxart/full_3869870AmericaFrontccc.jpg,NHL Powerplay '96,PS,Sports,Virgin Interactive,Radical Entertainment,,0.12,0.06,,0.04,0.01,1996-09-30, +/games/boxart/full_351428AmericaFrontccc.jpg,Dodge Racing: Charger vs Challenger,Wii,Racing,Zoo Games,EM Studios,,0.12,0.11,,,0.01,2009-09-24, +/games/boxart/full_2028569AmericaFrontccc.jpg,Burning Road,PS,Racing,Playmates,Toka,6,0.12,0.07,,0.05,0.01,1996-11-12, +/games/boxart/full_monster-jam-2011_3AmericaFront.jpg,Monster Jam: Path of Destruction,X360,Racing,Activision,Virtuos,,0.12,0.11,,,0.01,2010-11-09, +/games/boxart/8909595ccc.jpg,Jeremy McGrath Supercross World,GC,Racing,Acclaim Entertainment,Acclaim Entertainment,2.7,0.12,0.09,,0.02,0,2002-02-27, +/games/boxart/41233ccc.jpg,Cruis'n,Wii,Racing,Midway Games,Midway Studios San Diego,,0.12,0.1,,0.01,0.01,2007-11-27, +/games/boxart/3726722ccc.jpg,MX vs. ATV Untamed,DS,Racing,THQ,Rainbow Studios,,0.12,0.11,,0,0.01,2007-12-17, +/games/boxart/5487761ccc.jpg,Crime Killer,PS,Racing,Interplay,Pixelogic,,0.12,0.07,,0.04,0.01,1998-06-30, +/games/boxart/full_dreamworks-super-star-kartz_42AmericaFront.jpg,DreamWorks Super Star Kartz,PS3,Racing,Activision,Activision,,0.12,0.06,,0.03,0.02,2011-11-15, +/games/boxart/full_3528101JapanFrontccc.jpg,Slayers,SNES,Role-Playing,Banpresto,Bec,,0.12,,0.12,,,1994-06-24, +/games/boxart/default.jpg,Medarot 4: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.12,,0.12,,,2001-03-23, +/games/boxart/full_9935743AmericaFrontccc.jpg,God Eater 2: Rage Burst,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.12,,0.11,0.01,0,2015-02-26,2018-07-04 +/games/boxart/full_8749818JapanFrontccc.jpg,Summon Night 3,PSP,Role-Playing,Namco Bandai Games,Felistella,,0.12,,0.12,,,2012-10-04,2018-11-14 +/games/boxart/full_5343308JapanFrontccc.jpg,Daikaijyuu Monogatari II,SNES,Role-Playing,Hudson Soft,Birthday,,0.12,,0.12,,0,1996-08-02, +/games/boxart/full_2735672AmericaFrontccc.jpg,Portal Knights,PS4,Role-Playing,505 Games,Keen Games,,0.12,0.02,0.03,0.05,0.01,2017-05-23,2018-07-03 +/games/boxart/full_2397767JapanFrontccc.jpg,Lunar 2: Eternal Blue,SAT,Role-Playing,Kadokawa Shoten,Game Arts,,0.12,,0.12,,,1998-07-23, +/games/boxart/9275315ccc.jpg,Thousand Arms,PS,Role-Playing,Atlus,RED Company,,0.12,0.06,,0.04,0.01,1999-10-13, +/games/boxart/full_3182187AmericaFrontccc.jpg,Tokyo New World Record: Operation Abyss,PSV,Role-Playing,NIS America,Experience Inc.,,0.12,0.04,0.06,0.01,0.01,2015-06-09,2018-11-15 +/games/boxart/full_6629953AmericaFrontccc.jpg,Lunar: Dragon Song,DS,Role-Playing,Ubisoft,Game Arts / Japan Art Media (JAM),5.9,0.12,0.11,,0,0.01,2005-09-27, +/games/boxart/full_9766924AmericaFrontccc.jpg,Pokémon Crystal Version,3DS,Role-Playing,Nintendo,Game Freak,,0.12,,,0.11,0.01,2018-01-26,2018-08-03 +/games/boxart/full_venetica_235AmericaFront.jpg,Venetica,PS3,Role-Playing,Atari,DECK13 Interactive,5,0.12,0.07,,0.03,0.01,2011-01-11,2018-05-10 +/games/boxart/full_9813545JapanFrontccc.jpg,Conception II: Children of the Seven Stars,3DS,Role-Playing,Atlus,Spike Chunsoft,,0.12,0.09,0.03,,0.01,2014-04-15,2019-01-14 +/games/boxart/full_6167993JapanFrontccc.jpg,Mugen no Frontier: Super Robot Taisen OG Saga EXCEED,DS,Role-Playing,Namco Bandai,Monolith Soft,,0.12,,0.12,,,2010-02-25, +/games/boxart/full_5016636JapanFrontccc.jpg,Fate/Extra CCC,PSP,Role-Playing,Marvelous Entertainment,Marvelous / Imageepoch,,0.12,,0.12,,,2013-03-28,2018-11-15 +/games/boxart/full_2321678AmericaFrontccc.jpg,Call of Cthulhu,PS4,Role-Playing,Focus Home Interactive,Cyanide,,0.12,0.07,,0.03,0.02,2018-10-30,2019-03-23 +/games/boxart/full_9135696JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9,GC,Sports,Konami,Diamond Head,,0.12,,0.11,,0,2002-07-18, +/games/boxart/full_1575467AmericaFrontccc.jpg,FIFA Football,PSV,Sports,EA Sports,EA Canada,,0.12,0.02,,0.09,0.02,2011-09-27,2018-11-16 +/games/boxart/full_after-hours-athletes_965PALFront.jpg,After Hours Athletes,PS3,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,0.12,,,0.1,0.02,2011-11-18, +/games/boxart/full_6288184JapanFrontccc.jpg,Harukanaru Augusta 2: Masters,SNES,Sports,T&E Soft,Tikipod,,0.12,,0.12,,,1993-09-19, +/games/boxart/full_1196157AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.12,0.04,,0.07,0.01,2013-05-21,2018-03-15 +/games/boxart/full_5606013JapanFrontccc.jpg,Love Live! School Idol Paradise,PSV,Music,Kadokawa Games,Dingo Inc.,,0.12,,0.12,,,2014-08-28,2018-11-15 +/games/boxart/default.jpg,Medarot DS: Kabuto / Kuwagata Ver.,DS,Role-Playing,Rocket Company,Rocket Company,,0.12,,0.12,,,2010-05-27, +/games/boxart/full_8997670AmericaFrontccc.jpg,Vampyr,XOne,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,0.12,0.07,,0.04,0.01,2018-06-05,2018-02-08 +/games/boxart/full_1606382AmericaFrontccc.jpg,Rugrats: Totally Angelica,PS,Adventure,THQ,ART Co.,,0.12,0.06,,0.04,0.01,2001-04-13, +/games/boxart/1912853ccc.jpg,CSI: Crime Scene Investigation,XB,Adventure,Ubisoft,369 Interactive,,0.12,0.09,,0.03,0,2004-12-14, +/games/boxart/full_alice-madness-returns_416AmericaFront.jpg,Alice: Madness Returns,PC,Adventure,Electronic Arts,Spicy Horse,6.7,0.12,,,0.1,0.01,2011-06-14, +/games/boxart/full_3344015JapanFrontccc.jpg,Stolen Song,PS,Adventure,Sony Computer Entertainment,Unknown,,0.12,,0.11,,0.01,1998-05-21, +/games/boxart/full_cabelas-north-american-adventures_3AmericaFront.jpg,Cabela's North American Adventures,PS3,Sports,Activision,Activision,,0.12,0.11,,,0.01,2010-09-14, +/games/boxart/full_3869582AmericaFrontccc.jpg,Major League Baseball 2K12,PSP,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.12,0.09,,,0.02,2012-03-06,2018-11-03 +/games/boxart/1295016ccc.jpg,NHL 2K3,XB,Sports,Sega,Treyarch,,0.12,0.09,,0.02,0,2002-11-19, +/games/boxart/5316139ccc.jpg,FIFA Soccer,PSP,Sports,Electronic Arts,EA Canada,7.8,0.12,0.11,,,0.01,2005-04-25, +/games/boxart/full_6655505AmericaFrontccc.jpg,Dragon Ball: Origins,DS,Adventure,Atari,Game Republic,,0.12,0.08,,0.03,0.01,2008-11-04,2018-04-27 +/games/boxart/5126383ccc.gif,Barbie as The Island Princess,PS2,Adventure,Activision,Human Soft / Ivolgamus,,0.12,0.06,,0.04,0.02,2007-10-30, +/games/boxart/9588813ccc.jpg,Breakdown,XB,Adventure,Namco,Namco,,0.12,0.09,,0.03,0,2004-03-16, +/games/boxart/full_5273025AmericaFrontccc.jpg,Harvey Birdman: Attorney at Law,PS2,Adventure,Capcom,High Voltage Software,,0.12,0.06,,0.04,0.01,2008-01-08, +/games/boxart/full_135555JapanFrontccc.jpg,DEATH NOTE: Kira Game,DS,Adventure,Konami,Konami,,0.12,,0.12,,,2007-02-15, +/games/boxart/full_2363124AmericaFrontccc.jpg,The Daring Game for Girls,DS,Adventure,Majesco,WXP,,0.12,0.11,,,0.01,2010-03-09, +/games/boxart/full_60791AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy: The Telltale Series,PS4,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.12,0.06,,0.04,0.02,2017-05-02,2018-06-27 +/games/boxart/full_5074714AmericaFrontccc.jpg,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,X360,Misc,Ubisoft,Unknown,,0.12,0.09,,0.01,0.01,2013-10-22, +/games/boxart/full_2665981AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,GC,Action,Konami,Konami,,0.12,0.09,,0.02,0,2005-11-01, +/games/boxart/full_4315042PALFrontccc.jpg,SingStar Vol. 3,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.12,,,0.1,0.02,2008-11-14, +/games/boxart/full_4271210AmericaFrontccc.jpg,Karaoke Revolution,X360,Misc,Konami,Blitz Games,,0.12,0.12,,,0.01,2009-11-24, +/games/boxart/full_pachislot-series-vol-12-cr-neon-geneses-evangelion_4JapanFront.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 12: CR Shinseiki Evangelion - Shito, Futatabi",PS2,Misc,D3 Publisher,Bisty,,0.12,,0.12,,,2008-06-26, +/games/boxart/8414770ccc.jpg,The Bible Game,GBA,Misc,Crave Entertainment,Crave Entertainment,3.5,0.12,0.09,,0.03,0,2005-10-30, +/games/boxart/full_9461505JapanFrontccc.jpg,Fate/hollow ataraxia,PSV,Visual Novel,Type-Moon,Type-Moon,,0.12,,0.12,,,2014-11-27,2018-11-15 +/games/boxart/4737702ccc.jpg,Ecco the Dolphin,GEN,Adventure,Sega,Novotrade International,,0.12,,0.12,,0,1993-07-29, +/games/boxart/full_happy-feet-two-the-videogame_635AmericaFront.jpg,Happy Feet Two,PS3,Adventure,Warner Bros. Interactive,KMM Games,,0.12,0.1,,0,0.02,2011-11-08, +/games/boxart/full_8916340AmericaFrontccc.jpg,America's Greatest Game Shows: Wheel of Fortune & Jeopardy!,PS4,Misc,Ubisoft,Ubisoft,,0.12,0.1,,,0.02,2017-11-07,2018-08-02 +/games/boxart/default.jpg,Rocksmith,PC,Misc,Ubisoft,Ubisoft,,0.12,0.07,,0.03,0.01,2012-05-13, +/games/boxart/3845335ccc.jpg,Marvel Trading Card Game,DS,Misc,Konami,Vicious Cycle,,0.12,0.11,,0,0.01,2007-05-22, +/games/boxart/full_3807933AmericaFrontccc.jpg,Atelier Annie: Alchemists of Sera Island,DS,Role-Playing,NIS America,Gust,,0.12,0.08,0.03,,0.01,2009-10-27, +/games/boxart/full_minute-to-win-it_860AmericaFront.jpg,Minute to Win It,DS,Misc,Zoo Games,TBA,,0.12,0.11,,,0.01,2010-11-02, +/games/boxart/full_1939002JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol.10: CR Shinseiki Evangelion: Kiseki no Kachi,PS2,Misc,D3 Publisher,Bisty,,0.12,,0.12,,,2007-06-07, +/games/boxart/full_family-game-night-4-the-game-show_289AmericaFront.jpg,Family Game Night 4: The Game Show,PS3,Misc,Electronic Arts,Electronic Arts,,0.12,0.08,,0.02,0.02,2011-11-01, +/games/boxart/full_rango-the-video-game_273AmericaFront.jpg,Rango: The Video Game,DS,Action,Paramount Digital Entertainment,Behaviour Studios,,0.12,0.07,,0.03,0.01,2011-03-01, +/games/boxart/full_9828236JapanFrontccc.jpg,Super Robot Wars V,PSV,Role-Playing,Namco Bandai Games,B.B. Studio,,0.12,,0.12,,,2017-02-23,2018-06-30 +/games/boxart/full_4604979JapanFrontccc.jpg,Eyeshield 21: Max Devil Power,DS,Role-Playing,Nintendo,Eighting,,0.12,,0.12,,,2006-02-02, +/games/boxart/full_9920008AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,X360,Misc,Crave Entertainment,FarSight Studios,,0.12,0.11,,,0.01,2009-09-22, +/games/boxart/full_235494AmericaFrontccc.jpg,Ultimate Card Games,GBA,Misc,Telegames,Cosmigo,,0.12,0.09,,0.03,0,2004-01-01, +/games/boxart/full_esa-game-pack_641AmericaFront.jpg,ESA Game Pack,PS3,Misc,Sony Computer Entertainment,Various,,0.12,0.11,,,0.01,2010-11-10, +/games/boxart/full_5743572AmericaFrontccc.jpg,Rock Band: Metal Track Pack,PS3,Misc,MTV Games,Harmonix Music Systems,,0.12,0.11,,,0.01,2009-09-22, +/games/boxart/full_disney-princess-enchanting-storybooks_69AmericaFront.jpg,Disney Princess: Enchanting Storybooks,DS,Misc,THQ,THQ,,0.12,0.07,,0.03,0.01,2011-11-01, +/games/boxart/full_the-price-is-right-decades_729AmericaFront.jpg,The Price is Right: Decades,Wii,Misc,Ubisoft,Ludia Inc.,,0.12,0.11,,,0.01,2011-10-18, +/games/boxart/full_8570150AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PS2,Puzzle,D3 Publisher,Infinite Interactive,,0.12,0.06,,0.05,0.02,2007-11-13, +/games/boxart/1112495ccc.jpg,Bomberman Party Edition,PS,Puzzle,Vatical Entertainment,Metro,7.9,0.12,0.07,,0.05,0.01,2000-09-19, +/games/boxart/full_7039719JapanFrontccc.jpg,"Sumikko Gurashi: Koko, Dokonan Desu?",3DS,Puzzle,Nippon Columbia,Nippon Columbia,,0.12,,0.12,,,2017-07-20,2018-07-03 +/games/boxart/full_8368216PALFrontccc.jpg,Picross 3D Round 2,3DS,Puzzle,Nintendo,HAL Laboratory,8.6,0.12,,0.12,0,0,2016-09-01,2018-04-23 +/games/boxart/full_6585270AmericaFrontccc.jpg,Puzzle Kingdoms,Wii,Puzzle,Zoo Digital Publishing,Infinite Interactive,,0.12,0.11,,0,0.01,2009-05-12, +/games/boxart/full_2444782AmericaFrontccc.jpg,Rubik's World,DS,Puzzle,Game Factory,Two Tribes,,0.12,0.1,,0.01,0.01,2008-10-28, +/games/boxart/6860961ccc.gif,Voodoo Vince,XB,Platform,Microsoft Game Studios,Beep Industries,,0.12,0.09,,0.03,0,2003-09-23, +/games/boxart/full_9526834AmericaFrontccc.jpg,The Smurfs 2,X360,Platform,Ubisoft,Way Forward,,0.12,0.03,,0.08,0.01,2013-07-23,2018-03-17 +/games/boxart/full_4458194PALFrontccc.jpg,The God of War Trilogy,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.12,,0.03,0.07,0.02,2010-04-16, +/games/boxart/full_3891802AmericaFrontccc.jpg,Transformers: War for Cybertron -- Decepticons,DS,Action,Activision,Vicarious Visions,,0.12,0.11,,0.01,0.01,2010-06-22, +/games/boxart/full_3081684AmericaFrontccc.jpg,USA Today Crossword Challenge,DS,Puzzle,Destineer,Destineer,,0.12,0.11,,,0.01,2008-05-30, +/games/boxart/full_6177383AmericaFrontccc.jpg,Ultimate Puzzle Games: Sudoku Edition,DS,Puzzle,Telegames,"Telegames, Inc.",,0.12,0.11,,,0.01,2007-07-24, +/games/boxart/full_1403827AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,X360,Platform,Activision,Eurocom Entertainment Software,6.7,0.12,0.09,,0.03,0.01,2009-06-30, +/games/boxart/full_56204AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Game Time,X360,Puzzle,THQ,THQ,4,0.12,0.12,,,0.01,2009-10-26, +/games/boxart/full_1165859AmericaFrontccc.jpg,Zenses: Rainforest,DS,Puzzle,Game Factory,Shin'en,,0.12,0.1,,0.01,0.01,2008-10-28, +/games/boxart/full_3763355AmericaFrontccc.jpg,Go! Sudoku,PSP,Puzzle,Ubisoft,Sumo Digital,6.8,0.12,0.11,,0,0.01,2006-03-21, +/games/boxart/full_6378913JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2014,PSV,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.12,,0.12,,,2014-10-23,2018-05-01 +/games/boxart/1400125ccc.jpg,NHL 2002,GBA,Sports,EA Sports,BudCat Creations,,0.12,0.09,,0.03,0,2002-03-07, +/games/boxart/full_8356005AmericaFrontccc.jpg,Backyard Baseball '09,DS,Sports,Atari,Humongous Entertainment,,0.12,0.11,,,0.01,2008-03-25, +/games/boxart/full_8833705JapanFrontccc.jpg,One Piece: Pirate Warriors 2,PSV,Action,Namco Bandai Games,Omega Force,,0.12,,0.12,,,2013-03-20,2018-01-12 +/games/boxart/full_4274282AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS4,Action,Activision,PlatinumGames,,0.12,0.07,,0.03,0.02,2016-05-24,2018-04-15 +/games/boxart/full_all-kamen-rider-rider-generation_963JapanFront.jpg,All Kamen Rider: Rider Generation,DS,Action,Namco Bandai,Namco Bandai Games,,0.12,,0.12,,,2011-08-04, +/games/boxart/full_4063485AmericaFrontccc.jpg,Undead Knights,PSP,Action,Tecmo,Team Tachyon,6.6,0.12,0.05,0.06,0.01,0.01,2009-09-29, +/games/boxart/full_6596722AmericaFrontccc.jpg,Fate/Extella Link,PS4,Action,Xseed Games,Marvelous,,0.12,,0.12,,,2019-02-19,2018-12-30 +/games/boxart/9837541ccc.jpg,My Chinese Coach,DS,Misc,Ubisoft,Ubisoft,,0.12,0.1,,0.01,0.01,2008-08-26, +/games/boxart/full_wipeout-2_959AmericaFront.jpg,Wipeout 2,PS3,Misc,Activision,Endemol,,0.12,0.11,,,0.01,2011-10-11, +/games/boxart/full_petz-puppyz-amp-kittenz_947AmericaFront.jpg,Petz Puppyz & Kittenz,DS,Misc,Ubisoft,Ubisoft,,0.12,0.11,,,0.01,2011-10-18, +/games/boxart/full_power-gig-rise-of-the-sixstring_10AmericaFront.jpg,Power Gig: Rise of the SixString,X360,Misc,Unknown,Seven45 Studios,3,0.12,0.11,,,0.01,2010-10-19, +/games/boxart/full_the-price-is-right-decades_420AmericaFront.jpg,The Price is Right: Decades,X360,Misc,Ubisoft,Ludia Inc.,,0.12,0.11,,,0.01,2011-11-15, +/games/boxart/full_6479416JapanFrontccc.jpg,Nippon Daihyou Team no Kantoku ni Narou! Sekaihatsu Soccer RPG,SAT,Sports,Sega,Enix,,0.12,,0.12,,,1998-06-25, +/games/boxart/full_5487260AmericaFrontccc.jpg,Rocket League,PC,Sports,Psyonix Studios,Psyonix Studios,9.2,0.12,0.03,,0.08,0.01,2015-07-07,2018-04-04 +/games/boxart/full_7678013AmericaFrontccc.jpg,Major League Baseball 2K8 Fantasy All-Stars,DS,Sports,Take-Two Interactive,Deep Fried Entertainment,,0.12,0.11,,,0.01,2008-04-14, +/games/boxart/full_9202250JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend,SAT,Adventure,Sega,Sega,,0.11,,0.11,,0,1998-03-26, +/games/boxart/full_happy-feet-two-the-videogame_804AmericaFront.jpg,Happy Feet Two,3DS,Adventure,Warner Bros. Interactive,WayForward,,0.11,0.08,,0.02,0.01,2011-11-08, +/games/boxart/full_4817628AmericaFrontccc.jpg,The Hardy Boys: Treasure on the Tracks,DS,Adventure,Sega,Her Interactive,,0.11,0.1,,,0.01,2009-09-01, +/games/boxart/full_2462232AmericaFrontccc.jpg,Paws & Claws Pet Vet: Australian Adventures,DS,Simulation,THQ,ValuSoft,,0.11,0.1,,,0.01,2009-08-18, +/games/boxart/full_947109AmericaFrontccc.jpg,Animal Planet: Vet Life,DS,Simulation,Activision,Activision,,0.11,0.1,,0,0.01,2009-09-22, +/games/boxart/full_2640858PALFrontccc.jpg,Football Manager 2019,PC,Simulation,Sega,Sports Interactive,,0.11,,,0.1,0.01,2018-11-02,2018-09-11 +/games/boxart/full_5930186AmericaFrontccc.jpg,Dawn of Discovery,DS,Simulation,Ubisoft,Sunflowers Interactive,7.9,0.11,0.07,,0.03,0.01,2009-06-23, +/games/boxart/full_9990865AmericaFrontccc.jpg,SimCity 2000,GBA,Simulation,"Destination Software, Inc",Full-Fat,,0.11,0.08,,0.03,0,2003-11-13, +/games/boxart/1123754ccc.jpg,AirForce Delta Strike,PS2,Simulation,Konami,KCE Studios,,0.11,0.05,,0.04,0.01,2004-02-03, +/games/boxart/full_3546480JapanFrontccc.jpg,Mobile Suit Gundam: MS Sensen 0079,Wii,Simulation,Namco Bandai,Bec,,0.11,,0.11,,,2007-07-26, +/games/boxart/full_1672402AmericaFrontccc.jpg,Paws & Claws: Pet Resort,Wii,Simulation,THQ,ValuSoft,,0.11,0.1,,,0.01,2009-01-05, +/games/boxart/full_1325549AmericaFrontccc.jpg,Petz Fashion: Dogz & Catz,DS,Simulation,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2009-06-09, +/games/boxart/full_5322237AmericaFrontccc.jpg,Trauma Center: Under the Knife 2,DS,Simulation,Atlus,Atlus Co.,8.2,0.11,0.1,,,0.01,2008-07-02, +/games/boxart/full_4965029AmericaFrontccc.jpg,Let's Play Garden,DS,Simulation,Deep Silver,Deep Silver,,0.11,0.1,,,0.01,2010-06-08, +/games/boxart/8544406ccc.jpg,Naval Ops: Warship Gunner,PS2,Simulation,KOEI,Micro Cabin,,0.11,0.05,,0.04,0.01,2003-06-25, +/games/boxart/3621161ccc.jpg,Nuclear Strike 64,N64,Simulation,THQ,Pacific Coast Power & Light,,0.11,0.09,,0.02,0,1999-11-30, +/games/boxart/2936083ccc.jpg,GunGriffon Blaze,PS2,Simulation,Working Designs,Game Arts,,0.11,0.05,,0.04,0.01,2000-10-24, +/games/boxart/full_1078014AmericaFrontccc.jpg,Overcooked Special Edition,NS,Simulation,Team 17,Ghost Town Games,8.4,0.11,0.08,,0.01,0.01,2018-02-13,2018-01-08 +/games/boxart/full_1945022JapanFrontccc.jpg,Kirarin * Revolution: Kira Kira Idol Audition,DS,Simulation,Konami,Konami,,0.11,,0.11,,,2006-08-10, +/games/boxart/full_1988291AmericaFrontccc.jpg,Pro Evolution Soccer 2017,X360,Sports,Konami Digital Entertainment,PES Productions,,0.11,0.05,,0.05,0.01,2016-09-13,2018-04-14 +/games/boxart/full_1212410JapanFrontccc.gif,Pro Yakyuu Team o Tsukurou! 2,DS,Sports,Sega,Sega,,0.11,,0.11,,,2009-05-21, +/games/boxart/full_vacation-sports_0AmericaFront.jpg,Vacation Sports,Wii,Sports,Ubisoft,Mere Mortals,,0.11,0.09,,0.01,0.01,2009-03-10, +/games/boxart/376819ccc.jpg,Real World Golf,PS2,Sports,Mad Catz,In2Games / Aqua Pacific,,0.11,0.05,,0.04,0.01,2006-04-11, +/games/boxart/5485100ccc.jpg,Winter Heat,SAT,Sports,Sega,Sega,,0.11,,0.11,,,1997-11-30, +/games/boxart/6404912ccc.jpg,BMX XXX,XB,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.11,0.08,,0.02,0,2002-11-10, +/games/boxart/full_champion-jockey-g1-jockey-ampamp-gallop-racer_846AmericaFront.jpg,Champion Jockey: G1 Jockey & Gallop Racer,Wii,Sports,Tecmo Koei,Tecmo Koei Games,,0.11,0.06,0.01,0.03,0.01,2011-11-08,2018-07-31 +/games/boxart/5149423ccc.jpg,Cabela's Dangerous Hunts 2,XB,Sports,Activision,FUN Labs,,0.11,0.08,,0.02,0,2005-11-16, +/games/boxart/9551527ccc.jpg,The BIGS,PSP,Sports,2K Sports,Blue Castle Games,7.6,0.11,0.1,,,0.01,2007-06-25, +/games/boxart/full_fit-in-six_783AmericaFront.jpg,Fit in Six,Wii,Sports,Ubisoft,Blue Byte Studio,,0.11,0.1,,,0.01,2011-03-15, +/games/boxart/full_michael-phelps-push-the-limit_195AmericaFront.jpg,Michael Phelps: Push the Limit,X360,Sports,505 Games,Blitz Games,,0.11,0.09,,0.01,0.01,2011-10-11, +/games/boxart/full_pdc-world-championship-darts-pro-tour_249PALFront.jpg,PDC World Championship Darts: Pro Tour,Wii,Sports,O-Games,O-Games,,0.11,,,0.1,0.01,2010-11-26, +/games/boxart/full_2013676AmericaFrontccc.jpg,Smash Court Tennis 3,X360,Sports,Atari,Namco Bandai Games America,,0.11,0.08,,0.02,0.01,2008-08-19, +/games/boxart/8715447ccc.jpg,Outlaw Golf: Nine Holes of Christmas,XB,Sports,Simon & Schuster Interactive,Hypnotix,,0.11,0.08,,0.02,0,2003-01-01, +/games/boxart/full_1965173AmericaFrontccc.jpg,NHL Rivals 2004,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.11,0.08,,0.02,0,2003-11-18, +/games/boxart/5883727ccc.jpg,FIFA World Cup Germany 2006,PSP,Sports,EA Sports,EA Canada,6.5,0.11,0.1,,,0.01,2006-05-22, +/games/boxart/full_1379392AmericaFrontccc.jpg,NBA 2K18,X360,Sports,2K Sports,Visual Concepts,7,0.11,0.09,,0,0.01,2017-09-19,2018-04-02 +/games/boxart/full_153648AmericaFrontccc.jpg,Backyard NFL Football '10,X360,Sports,Atari,Humongous Entertainment,,0.11,0.1,,,0.01,2009-10-20, +/games/boxart/full_6737299JapanFrontccc.jpg,J-League Winning Eleven 9: Asia Championship,PS2,Sports,Konami,Konami,,0.11,,0.11,,,2005-11-17, +/games/boxart/full_2842890AmericaFrontccc.jpg,Home Run King,GC,Sports,Sega,Wow Entertainment,,0.11,0.09,,0.02,0,2002-03-18, +/games/boxart/5645903ccc.jpg,MLB Power Pros,PS2,Sports,2K Sports,PawaPuro Production,,0.11,,0.11,,,2007-10-03, +/games/boxart/9084411ccc.jpg,Surf's Up,PSP,Sports,Ubisoft,Ubisoft Montreal,,0.11,0.02,,0.06,0.03,2007-05-30, +/games/boxart/8059402ccc.jpg,ESPN NHL Hockey,XB,Sports,Sega,Kush Games,,0.11,0.08,,0.02,0,2003-09-09, +/games/boxart/full_cabelas-north-american-adventures_6AmericaFront.jpg,Cabela's North American Adventures,X360,Sports,Activision,Activision,,0.11,0.1,,,0.01,2010-09-14, +/games/boxart/full_17543AmericaFrontccc.jpg,Totally Spies! Totally Party,Wii,Misc,Valcon Games,OUAT Entertainment,,0.11,0.09,,0.01,0.01,2009-03-10, +/games/boxart/full_2401295AmericaFrontccc.jpg,Rock Band: Metal Track Pack,PS2,Misc,MTV Games,Harmonix Music Systems,,0.11,0.05,,0.04,0.01,2009-09-22, +/games/boxart/full_347030AmericaFrontccc.jpg,Rock Band: Metal Track Pack,Wii,Misc,MTV Games,Harmonix Music Systems,,0.11,0.1,,,0.01,2009-09-22, +/games/boxart/full_5791947JapanFrontccc.jpg,Classic Road,SNES,Sports,Victor Interactive,Opera House,,0.11,,0.11,,0,1993-10-29, +/games/boxart/full_5175653AmericaFrontccc.jpg,"Grand Theft Auto: Mission Pack #1, London 1969",PS,Adventure,Rockstar Games,DMA Design,6.7,0.11,0.06,,0.04,0.01,1999-04-30, +/games/boxart/full_9365657AmericaFrontccc.jpg,D,PS,Adventure,Acclaim Entertainment,Warp,,0.11,,0.1,,0.01,1996-01-01, +/games/boxart/full_9249589AmericaFrontccc.jpg,Girl Time,DS,Simulation,THQ,THQ,,0.11,0.11,,,0.01,2009-05-11, +/games/boxart/full_jasf-janes-advanced-strike-fighters_338AmericaFront.jpg,JASF: Jane's Advanced Strike Fighters,PS3,Simulation,Unknown,Trickstar Games,,0.11,0.07,,0.03,0.01,2011-10-31, +/games/boxart/full_9608581JapanFrontccc.jpg,The Idolmaster: Platinum Stars,PS4,Simulation,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2016-07-28,2018-07-04 +/games/boxart/full_7735439AmericaFrontccc.jpg,Pocket Pets,DS,Simulation,O3 Entertainment,O3 Entertainment,,0.11,0.1,,,0.01,2007-12-04, +/games/boxart/full_3665760AmericaFrontccc.jpg,Jupiter Strike,PS,Shooter,Acclaim Entertainment,Taito Corporation,,0.11,0.06,,0.04,0.01,1995-01-01, +/games/boxart/full_545189AmericaFrontccc.jpg,Shadow Warrior (2013),PS4,Shooter,Devolver Digital,Flying Wild Hog,,0.11,,,0.09,0.02,2014-10-21,2018-11-16 +/games/boxart/3567655ccc.jpg,Reign of Fire,GC,Shooter,BAM! Entertainment,Kuju Entertainment,,0.11,0.08,,0.02,0,2002-11-26, +/games/boxart/full_rogue-warrior_410AmericaFront.jpg,Rogue Warrior,X360,Shooter,Bethesda Softworks,Rebellion Developments,3,0.11,0.09,,0.01,0.01,2009-12-01, +/games/boxart/full_8916673AmericaFrontccc.jpg,Mace Griffin: Bounty Hunter,XB,Shooter,VU Games,Warthog,,0.11,0.08,,0.02,0,2003-06-20, +/games/boxart/full_5311091AmericaFrontccc.jpg,Space Invaders,GBA,Shooter,Activision,Torus Games,,0.11,0.08,,0.03,0,2002-03-19, +/games/boxart/full_6900526AmericaFrontccc.png,Burnout Paradise Remastered,XOne,Racing,Electronic Arts,Stellar Entertainment,8,0.11,0.06,,0.04,0.01,2018-03-16,2018-02-24 +/games/boxart/full_8084581AmericaFrontccc.jpg,Metal Slug 4 & 5,PS2,Shooter,SNK Playmore,BrezzaSoft,,0.11,0.05,,0.04,0.01,2005-05-25, +/games/boxart/full_4602664JapanFrontccc.jpg,Kamen Rider: Climax Heroes,PS2,Fighting,Namco Bandai,Eighting,,0.11,,0.11,,,2009-08-06, +/games/boxart/8349321ccc.jpg,GoldenEye: Rogue Agent,DS,Shooter,Electronic Arts,EA Tiburon,,0.11,0.1,,0,0.01,2005-06-13, +/games/boxart/full_6821106PALFrontccc.jpg,Guilty Gear Xrd -Revelator-,PS3,Fighting,Aksys Games,Arc System Works,,0.11,0.03,0.04,0.02,0.01,2016-06-07,2018-07-09 +/games/boxart/3937637ccc.jpg,Fight Club,XB,Fighting,VU Games,Genuine Games,,0.11,0.08,,0.02,0,2004-11-16, +/games/boxart/full_4373195AmericaFrontccc.jpg,Primal Rage,PS,Fighting,Time Warner Interactive,Probe Entertainment Limited,,0.11,0.06,,0.04,0.01,1995-01-01, +/games/boxart/full_2905619AmericaFrontccc.jpg,BoomBots,PS,Fighting,SouthPeak Interactive,The Neverhood,4.5,0.11,0.06,,0.04,0.01,1999-12-02, +/games/boxart/full_7464347AmericaFrontccc.jpg,The King of Fighters XII,X360,Fighting,Ignition Entertainment,SNK Playmore Corporation,6.4,0.11,0.09,0.01,0,0.01,2009-07-28, +/games/boxart/full_612587AmericaFrontccc.jpg,Starsky & Hutch,GC,Racing,BAM! Entertainment,Minds-Eye Productions,6,0.11,0.08,,0.02,0,2004-08-24, +/games/boxart/194311ccc.jpg,Top Gear Rally 2,N64,Racing,Kemco,Saffire Corporation,,0.11,0.09,,0.02,0,1999-12-03, +/games/boxart/full_2718858JapanFrontccc.jpg,Fairy Tail: Portable Guild,PSP,Fighting,Konami,Konami,,0.11,,0.11,,,2010-06-03, +/games/boxart/full_211015AmericaFrontccc.jpg,FoxKids.com Micro Maniacs Racing,PS,Racing,Codemasters,Codemasters,,0.11,0.06,,0.04,0.01,2000-10-05, +/games/boxart/full_4672533AmericaFrontccc.jpg,Yamaha Supercross,DS,Racing,DSI Games,Coyote Console,,0.11,0.1,,,0.01,2009-04-07, +/games/boxart/full_monster-jam-2011_6AmericaFront.jpg,Monster Jam: Path of Destruction,PSP,Racing,Activision,Virtuos,,0.11,0.09,,,0.02,2010-11-09, +/games/boxart/full_5761063AmericaFrontccc.jpg,NASCAR '14,PS3,Racing,Deep Silver,Eutechnyx,7,0.11,0.09,,,0.02,2014-02-18,2018-11-04 +/games/boxart/full_woody-woodpecker-racing_604AmericaFront.jpg,Woody Woodpecker Racing,PS,Racing,Konami,Syrox Developments,,0.11,0.06,,0.04,0.01,2000-01-01, +/games/boxart/2430566ccc.gif,Total Immersion Racing,PS2,Racing,Empire Interactive,Razorworks Studios,,0.11,0.05,,0.04,0.01,2002-11-20, +/games/boxart/full_6003918AmericaFrontccc.jpg,Felony 11-79,PS,Racing,ASCII Entertainment,Climax Entertainment,,0.11,0.06,,0.04,0.01,1997-08-31, +/games/boxart/full_2267012AmericaFrontccc.jpg,Prinny: Can I Really Be the Hero?,PSP,Platform,NIS America,Nippon Ichi Software,7.2,0.11,0.04,0.05,0.01,0.01,2009-02-17, +/games/boxart/6577990ccc.jpg,Disney Channel Collection Vol. 1,GBA,Misc,Majesco,Disney Interactive,,0.11,0.08,,0.03,0,2004-12-24, +/games/boxart/full_alvin-and-the-chipmunks-chipwrecked_806AmericaFront.jpg,Alvin and the Chipmunks: Chipwrecked,X360,Misc,Majesco,Behaviour Interactive,,0.11,0.09,,0.01,0.01,2011-11-15, +/games/boxart/full_9985256AmericaFrontccc.jpg,AquaPazza: AquaPlus Dream Match,PS3,Misc,Atlus,Unknown,,0.11,0.05,0.05,,0.01,2013-11-19, +/games/boxart/full_2305790AmericaFrontccc.jpg,Namco Museum Arcade Pac,NS,Misc,Bandai Namco Entertainment,Bandai Namco,7.8,0.11,0.08,,0.02,0.01,2018-09-28,2019-02-11 +/games/boxart/7312208ccc.jpg,Ping Pals,DS,Misc,THQ,WayForward Technologies,,0.11,0.1,,0,0.01,2004-12-08, +/games/boxart/full_get-up-and-dance_100AmericaFront.jpg,Get Up and Dance,Wii,Misc,Crave Entertainment,O Games,,0.11,0.06,,0.04,0.01,2011-11-22, +/games/boxart/full_family-feud-2012-edition_814AmericaFront.jpg,Family Feud: 2012 Edition,X360,Misc,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2011-10-18, +/games/boxart/full_6138540AmericaFrontccc.jpg,Arcade Party Pak,PS,Misc,Midway Games,Digital Eclipse,7.6,0.11,0.06,,0.04,0.01,1999-09-30, +/games/boxart/full_1587967JapanFrontccc.jpg,Dragon Quest & Final Fantasy in Itadaki Street Portable,PSP,Misc,Square Enix,Square Enix,,0.11,,0.11,,,2006-05-25, +/games/boxart/full_1458341AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,PS3,Misc,MTV Games,Harmonix Music Systems,,0.11,0.1,,,0.01,2009-05-19, +/games/boxart/full_cabelas-adventure-camp_206AmericaFront.jpg,Cabela's Adventure Camp,PS3,Misc,Activision,Activision,,0.11,0.06,,0.03,0.02,2011-11-01, +/games/boxart/full_4718965JapanFrontccc.jpg,Victory Zone,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment Japan,,0.11,,0.1,,0.01,1995-03-31, +/games/boxart/full_6155164JapanFrontccc.jpg,Pachi-Slot Aruze Oukoku 3,PS,Misc,Aruze Corp,Aruze Corp,,0.11,,0.1,,0.01,2000-07-19, +/games/boxart/full_2395035JapanFrontccc.jpg,Kamen Rider: Battride War II,PS3,Misc,Namco Bandai Games,Unknown,,0.11,,0.11,,,2014-06-26, +/games/boxart/full_9197249AmericaFrontccc.jpg,Jampack Volume 14 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.11,0.05,,0.04,0.01,2006-04-19, +/games/boxart/full_3882512AmericaFrontccc.jpg,The Cheetah Girls: Pop Star Sensations,DS,Misc,Disney Interactive Studios,Handheld Games,,0.11,0.1,,,0.01,2007-10-09, +/games/boxart/full_1847204AmericaFrontccc.jpg,ATV Quad Kings,DS,Racing,Storm City Games,Enjoy Gaming ltd.,,0.11,0.1,,,0.01,2010-03-02, +/games/boxart/full_2835864AmericaFrontccc.jpg,Pimp My Ride,X360,Racing,Activision,Eutechnyx,3.8,0.11,0.1,,0.01,0.01,2006-12-06, +/games/boxart/full_1230819AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,PS3,Racing,Bigben Interactive,Kylotonn Entertainment,,0.11,0.04,,0.05,0.02,2015-11-24,2018-04-24 +/games/boxart/1590420ccc.jpg,ATV: Quad Frenzy,DS,Racing,Majesco,Skyworks Technologies,,0.11,0.1,,,0.01,2005-11-14, +/games/boxart/full_365917AmericaFrontccc.jpg,Ridge Racer Unbounded,X360,Racing,Namco Bandai Games,Bugbear Entertainment,,0.11,0.05,,0.05,0.01,2012-03-27, +/games/boxart/8147134ccc.jpg,Vigilante 8: 2nd Offense,N64,Racing,Activision,"Luxoflux, Inc.",,0.11,0.09,,0.02,0,2000-02-02, +/games/boxart/full_3702860AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga,Wii,Fighting,SNK Playmore,SNK Playmore Corporation,,0.11,0.1,,,0.01,2008-12-02, +/games/boxart/3847354ccc.jpg,The King of Fighters 2000/2001,PS2,Fighting,SNK,SNK Playmore Corporation,,0.11,0.05,,0.04,0.01,2003-12-09, +/games/boxart/377668ccc.jpg,Street Fighter Collection,SAT,Fighting,Capcom,Capcom,,0.11,,0.11,,0,1997-11-30, +/games/boxart/5343801ccc.jpg,DOA 2: Dead or Alive 2 Hardcore,PS2,Fighting,Tecmo,Team Ninja,,0.11,,0.11,,,2000-10-25, +/games/boxart/full_1918030JapanFrontccc.jpg,Melty Blood: Act Cadenza,PS2,Fighting,Sega,Ecole,,0.11,,0.11,,,2006-08-10, +/games/boxart/full_blazblue-continuum-shift-ii_765AmericaFront.jpg,BlazBlue: Continuum Shift II,3DS,Fighting,Aksys Games,Arc System Works,6,0.11,0.05,0.04,0.02,0.01,2011-05-31, +/games/boxart/full_7611430AmericaFrontccc.jpg,Tyco RC: Assault with a Battery,PS,Racing,Mattel Interactive,Lucky Chicken Games,,0.11,0.06,,0.04,0.01,2000-01-01, +/games/boxart/full_sonic-generations_138PALFront.jpg,Sonic Generations,PC,Platform,Sega,Sega,8.3,0.11,0.02,,0.07,0.02,2011-11-03, +/games/boxart/full_hop_231AmericaFront.jpg,HOP,DS,Platform,505 Games,505 Games,,0.11,0.09,,0.01,0.01,2011-03-29, +/games/boxart/full_3597531AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,PS3,Platform,Namco Bandai Games,Monkey Bar Games,,0.11,0.06,,0.03,0.02,2014-10-14,2018-11-16 +/games/boxart/full_lucha-libre-aaa-heroes-of-the-ring_8AmericaFront.jpg,Lucha Libre AAA: Heroes del Ring,PS3,Fighting,Konami,Immersion Software & Graphics,,0.11,0.1,,,0.01,2010-10-12, +/games/boxart/full_257651AmericaFrontccc.jpg,Killer Instinct (2013),XOne,Fighting,Microsoft Studios,Iron Galaxy,,0.11,0.07,,0.03,0.01,2014-09-23,2018-08-09 +/games/boxart/full_2062154AmericaFrontccc.jpg,Mortal Kombat: Deception,GC,Fighting,Midway Games,Midway Games,7.2,0.11,0.09,,0.02,0,2005-03-01, +/games/boxart/full_1346510AmericaFrontccc.jpg,BlazBlue: Calamity Trigger Portable,PSP,Fighting,Aksys Games,Arc System Works,7.9,0.11,0.07,0.03,0.01,0.01,2010-03-09, +/games/boxart/full_prinny-2-dawn-of-operation-panties-dood_2AmericaFront.jpg,"Prinny 2: Dawn of Operation Panties, Dood!",PSP,Platform,NIS America,Nippon Ichi Software,6.3,0.11,0.06,0.03,,0.01,2011-01-11, +/games/boxart/full_6306406AmericaFrontccc.jpg,Pac 'n Roll,DS,Platform,Namco,Namco,,0.11,0.09,0.02,0,0.01,2005-08-23, +/games/boxart/full_396734AmericaFrontccc.jpg,Garfield's Fun Fest,DS,Platform,DSI Games,Black Lantern Studios,,0.11,0.07,,0.03,0.01,2008-08-29, +/games/boxart/full_de-blob-2_160AmericaFront.jpg,de Blob 2,DS,Platform,THQ,Blue Tongue,7.5,0.11,0.08,,0.02,0.01,2011-02-22, +/games/boxart/1220621ccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,XB,Platform,Electronic Arts,Krome Studios,6.9,0.11,0.08,,0.02,0,2004-10-12, +/games/boxart/full_1629166AmericaFrontccc.jpg,Lady Sia,GBA,Platform,TDK Mediactive,RFX Interactive,,0.11,0.08,,0.03,0,2001-10-15, +/games/boxart/5954293ccc.jpg,Naruto Ultimate Collection,PS2,Misc,Namco Bandai,CyberConnect2 / Cavia Inc.,,0.11,0.06,,0.04,0.01,2008-09-17, +/games/boxart/649760ccc.jpg,My SAT Coach with The Princeton Review,DS,Misc,Ubisoft,Ubisoft Montreal,,0.11,0.1,,,0.01,2008-09-23, +/games/boxart/full_8509547JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden,PS2,Misc,Daito,Daito,,0.11,,0.11,,,2006-08-17, +/games/boxart/full_truth-or-lies_9AmericaFront.jpg,Truth or Lies,X360,Misc,THQ,Big Ant Studios,,0.11,0.07,,0.03,0.01,2010-09-14, +/games/boxart/full_hollywood-squares_3AmericaFront.jpg,Hollywood Squares,Wii,Misc,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2010-10-05, +/games/boxart/default.jpg,Hole in the Wall: Deluxe Edition,X360,Misc,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2011-11-20, +/games/boxart/full_7429273JapanFrontccc.jpg,Shining Ark,PSP,Misc,Sega,Media.Vision,,0.11,,0.11,,,2013-02-28,2018-11-16 +/games/boxart/4908711ccc.jpg,Zubo,DS,Misc,Electronic Arts,EA Bright Light,7.5,0.11,0.08,,0.02,0.01,2009-03-10, +/games/boxart/5867445ccc.jpg,Taito Legends,PS2,Misc,Sega,Empire Oxford,,0.11,0.06,,0.04,0.01,2005-10-25, +/games/boxart/full_9178347AmericaFrontccc.jpg,Just In Time Translations,DS,Misc,THQ,THQ,,0.11,0.1,,,0.01,2009-09-21, +/games/boxart/full_pinball-hall-of-fame-the-williams-collection_557AmericaFront.jpg,Pinball Hall of Fame: The Williams Collection,3DS,Misc,Crave Entertainment,Crave Entertainment,,0.11,0.1,,,0.01,2011-09-20, +/games/boxart/2538279ccc.jpg,Mega Man Battle Chip Challenge,GBA,Misc,Capcom,Capcom Production Studio 2,,0.11,0.08,,0.03,0,2004-03-03, +/games/boxart/full_8690452JapanFrontccc.jpg,Super Robot Wars OG: The Moon Dwellers,PS4,Misc,Namco Bandai Games,Unknown,,0.11,,0.11,,,2016-06-30, +/games/boxart/full_7521848JapanFrontccc.jpg,AKB48+Me,3DS,Misc,Kadokawa Shoten,Jupiter Corporation,,0.11,,0.11,,,2012-10-25,2018-11-16 +/games/boxart/full_575143JapanFrontccc.jpg,Higurashi no Naku Koro ni Matsuri,PS2,Adventure,Alchemist,07th Expansion,,0.11,,0.11,,,2007-02-22, +/games/boxart/full_8192286JapanFrontccc.jpg,Famicom Mini: Famicom Tantei Club - Kieta Koukeisha Zenkouhen,GBA,Adventure,Nintendo,Nintendo,,0.11,,0.11,,0,2004-08-10, +/games/boxart/full_6796720AmericaFrontccc.jpg,Rocky Balboa,PSP,Sports,Sony Computer Entertainment,Ubisoft,,0.11,0.01,,0.09,0.01,2007-03-13, +/games/boxart/full_3289752JapanFrontccc.jpg,Kuroko no Basuke: Game of Miracles,PSP,Sports,Bandai Namco Games,Bandai Namco Games,,0.11,,0.11,,,2012-08-09,2018-11-23 +/games/boxart/full_6139708JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 13 Ketteiban,PS2,Sports,Konami,PawaPuro Production,,0.11,,0.11,,,2006-12-14, +/games/boxart/full_3918419PALFrontccc.jpg,Pro Evolution Soccer 2014,PC,Sports,Konami Digital Entertainment,Konami,8.3,0.11,,,0.1,0.01,2013-09-20,2018-03-02 +/games/boxart/full_4005633AmericaFrontccc.jpg,Big League Sports: Summer,DS,Sports,Activision,Koolhaus Games,,0.11,0.09,,0,0.01,2009-06-16, +/games/boxart/full_8432956JapanFrontccc.jpg,Sakura Taisen Hanagumi Tsuushin,SAT,Misc,Sega,Sega,,0.11,,0.11,,,1997-02-14, +/games/boxart/full_2340735JapanFrontccc.jpg,Utawarerumono: Mask of Deception,PSV,Adventure,Atlus,Aqua Plus,,0.11,0.02,0.08,,0.01,2017-05-23,2019-03-23 +/games/boxart/1199441ccc.jpg,Lost in Blue,DS,Adventure,Konami,Konami Computer Entertainment Hawaii,,0.11,0.07,0.02,0.02,0.01,2005-09-27, +/games/boxart/full_3107106AmericaFrontccc.jpg,Lunacy,SAT,Adventure,Atlus,Sega,,0.11,,0.11,,0,1997-05-31, +/games/boxart/full_6145513AmericaFrontccc.png,RiME,PS4,Adventure,Grey Box,Tequila Works,7.1,0.11,0.02,,0.07,0.02,2017-05-26,2018-04-08 +/games/boxart/full_2146394AmericaFrontccc.jpg,Tonic Trouble,N64,Platform,Ubisoft,Ubisoft Montpellier,,0.11,0.09,,0.02,0,1999-08-31, +/games/boxart/9236416ccc.jpg,Death Jr.: Root of Evil,Wii,Platform,Eidos Interactive,Backbone Entertainment,7.3,0.11,0.1,,0,0.01,2008-05-27, +/games/boxart/full_disneys-peter-pan-return-to-never-land_473AmericaFront.jpg,Disney's Peter Pan: Return to Never Land,GBA,Platform,Disney Interactive Studios,Crawfish Interactive,4,0.11,0.08,,0.03,0,2002-02-22, +/games/boxart/3379517ccc.jpg,The Fairly Odd Parents: Breakin Da Rules,XB,Platform,THQ,Blitz Games,,0.11,0.08,,0.02,0,2003-11-03, +/games/boxart/full_6881523AmericaFrontccc.jpg,Open Season,X360,Platform,Ubisoft,Ubisoft Montreal,5.7,0.11,0.1,,0,0.01,2006-09-19, +/games/boxart/full_3084320AmericaFrontccc.jpg,InuYasha: A Feudal Fairy Tale,PS,Fighting,Bandai,Dimps Corporation,,0.11,,0.1,,0.01,2003-04-10, +/games/boxart/full_9997845JapanFrontccc.jpg,Samurai Warriors 4,PSV,Fighting,Tecmo Koei,Omega Force,,0.11,,0.11,,,2014-10-21,2018-10-29 +/games/boxart/6745723ccc.jpg,X-Men: Next Dimension,XB,Fighting,Activision,Paradox Development,,0.11,0.08,,0.02,0,2002-10-15, +/games/boxart/full_1548664AmericaFrontccc.jpg,Transformers: Beast Wars Transmetals,PS,Fighting,BAM! Entertainment,Takara,,0.11,0.06,,0.04,0.01,2000-03-15, +/games/boxart/8535667ccc.jpg,The King of Fighters '99,PS,Fighting,Agetec,SNK Corporation,7,0.11,,0.11,,0.01,2001-04-22, +/games/boxart/full_4052869AmericaFrontccc.jpg,ECW Anarchy Rulz,PS,Fighting,Acclaim Entertainment,Acclaim Entertainment,,0.11,0.06,,0.04,0.01,2000-08-18, +/games/boxart/4607864ccc.gif,Bust-A-Move DS,DS,Puzzle,Majesco,Happy Happening,,0.11,0.08,,0.02,0.01,2005-12-06, +/games/boxart/full_1867188JapanFrontccc.jpg,Puyo Puyo Tetris,3DS,Puzzle,Sega,Sonic Team,,0.11,,0.11,,,2014-02-06,2018-07-04 +/games/boxart/full_654176AmericaFrontccc.jpg,Merv Griffin's Crosswords,Wii,Puzzle,THQ,Pipeworks Software Inc.,,0.11,0.11,,,0.01,2008-11-17, +/games/boxart/9337715ccc.jpg,Animal Genius,DS,Puzzle,Scholastic Inc.,Big Blue Bubble Inc.,,0.11,0.1,,0,0.01,2007-09-25, +/games/boxart/8910211ccc.jpg,Classic NES Series: Bomberman,GBA,Puzzle,Nintendo,Hudson Soft,5.4,0.11,,0.11,,,2004-06-02, +/games/boxart/full_8125215AmericaFrontccc.jpg,Mechanic Master,DS,Puzzle,Midway Games,Most Wanted Entertainment,,0.11,0.1,,0,0.01,2008-10-21, +/games/boxart/full_3857536AmericaFrontccc.jpg,Jake Hunter Detective Story: Memories of the Past,DS,Adventure,Aksys Games,WorkJam,,0.11,0.06,0.05,0,0,2009-05-26, +/games/boxart/659225ccc.jpg,Harvey Birdman: Attorney at Law,PSP,Adventure,Capcom,High Voltage Software,,0.11,0.09,,,0.02,2008-01-08, +/games/boxart/full_3505183AmericaFrontccc.jpg,Escape The Museum,Wii,Adventure,Majesco,Gogii Games,,0.11,0.1,,0.01,0.01,2009-04-14, +/games/boxart/full_to-heart-2-dungeon-travelers_325JapanFront.jpg,To Heart 2: Dungeon Travelers,PSP,Adventure,Aquaplus,Aquaplus,,0.11,,0.11,,,2011-06-30, +/games/boxart/full_937268AmericaFrontccc.jpg,Calling,Wii,Adventure,Hudson Soft,Hudson Soft,4.8,0.11,0.06,0,0.04,0.01,2010-03-09, +/games/boxart/full_lost-horizon_8PALFront.jpg,Lost Horizon,PC,Adventure,Deep Silver,Animation Arts,,0.11,,,0.1,0.02,2010-08-20, +/games/boxart/full_2485046JapanFrontccc.jpg,Tokimeki Memorial: Girl's Side 2nd Season,DS,Adventure,Konami,Konami,,0.11,,0.11,,,2008-02-14, +/games/boxart/full_6426189AmericaFrontccc.jpg,The Voice,X360,Music,Activision,Zoe Mode,,0.11,0.1,,,0.01,2014-10-21,2018-03-16 +/games/boxart/full_1803783AmericaFrontccc.jpg,The Elder Scrolls Online: Summerset,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.11,0.09,,0.01,0.01,2018-05-21,2018-09-15 +/games/boxart/full_7154010JapanFrontccc.jpg,Taiko no Tatsujin: V Version,PSV,Music,Namco Bandai Games,Bandai Namco Games,,0.11,,0.11,,,2015-07-09,2018-07-04 +/games/boxart/full_3998893AmericaFrontccc.jpg,Fabulous Finds,DS,Puzzle,ValuSoft,Webfoot Technologies,,0.11,0.1,,,0.01,2009-09-21, +/games/boxart/full_puzzler-world-2_125AmericaFront.jpg,Puzzler World 2,DS,Puzzle,UFO Interactive,Ubisoft,,0.11,0.02,,0.07,0.02,2011-08-16, +/games/boxart/full_7334504AmericaFrontccc.jpg,Cake Mania,DS,Puzzle,Majesco,Digital Embryo,,0.11,0.09,,0.01,0.01,2007-04-09, +/games/boxart/full_1399689JapanFrontccc.jpg,Zangeki no Reginleiv,Wii,Action,Nintendo,Sandlot,,0.11,,0.11,,,2010-02-11,2018-04-26 +/games/boxart/full_4719479JapanFrontccc.jpg,Shin Sangoku Musou: Multi Raid 2,PSP,Action,KOEI,Omega Force,,0.11,,0.11,,,2010-03-11, +/games/boxart/full_2700516AmericaFrontccc.png,Mighty No. 9,PS4,Platform,Deep Silver,Comcept,,0.11,0.09,,,0.02,2016-06-21,2018-07-04 +/games/boxart/full_2191563AmericaFrontccc.jpg,Where the Wild Things Are,X360,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.11,0.1,,0,0.01,2009-10-13, +/games/boxart/2839532ccc.jpg,Space Chimps,X360,Platform,Brash Entertainment,Red Tribe,,0.11,0.1,,0,0.01,2008-07-15, +/games/boxart/full_6880806AmericaFrontccc.jpg,Pac-Man World 2,GBA,Platform,Namco,Full Fat,,0.11,0.08,,0.03,0,2005-10-09, +/games/boxart/9232213ccc.jpg,Chameleon Twist,N64,Platform,Sunsoft,Japan Supply System,,0.11,0.09,,0.02,0,1997-11-30, +/games/boxart/9851303ccc.jpg,Spy vs Spy,XB,Action,Global Star Software,Vicious Cycle,,0.11,0.08,,0.02,0,2005-04-06, +/games/boxart/157244ccc.jpg,Cory in the House,DS,Action,Disney Interactive Studios,Handheld Games,,0.11,0.1,,0,0.01,2008-04-15, +/games/boxart/4030325ccc.jpg,Cold Fear,PS2,Action,Ubisoft,Darkworks,,0.11,0.06,,0.04,0.01,2005-03-15, +/games/boxart/full_the-lord-of-the-rings-aragorns-quest_4AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,DS,Action,Warner Bros. Interactive,Headstrong Games,,0.11,0.09,,0.02,0.01,2010-09-14, +/games/boxart/full_yogi-bear-the-video-game_2AmericaFront.jpg,Yogi Bear: The Video Game,Wii,Action,D3 Publisher,Monkey Bar Games,,0.11,0.06,,0.05,0.01,2010-12-07, +/games/boxart/full_6598706AmericaFrontccc.jpg,LEGO Knights' Kingdom,GBA,Action,THQ,Razorback Developments,,0.11,0.08,,0.03,0,2004-10-04, +/games/boxart/full_9596376AmericaFrontccc.jpg,Dead Cells,NS,Action,Merge Games,Motion Twin,9.3,0.11,0.08,,0.02,0.01,2018-08-15,2018-08-06 +/games/boxart/full_1394845AmericaFrontccc.jpg,Retro Game Challenge,DS,Action,Xseed Games,Bandai Namco Games,8.1,0.11,,0.11,,,2009-02-10, +/games/boxart/full_wwe-all-stars_879AmericaFront.jpg,WWE All Stars,PS2,Fighting,THQ,THQ,,0.11,0.05,,0.04,0.01,2011-03-29, +/games/boxart/7205715ccc.jpg,Capcom vs. SNK 2 EO,GC,Fighting,Capcom,Capcom,,0.11,0.09,,0.02,0,2002-09-23, +/games/boxart/4574950ccc.gif,Tetris Evolution,X360,Puzzle,THQ,THQ,,0.11,0.08,,0.02,0.01,2007-03-19, +/games/boxart/full_gem-quest-4-elements_846AmericaFront.jpg,Gem Quest: 4 Elements,DS,Puzzle,Storm City Games,Mastertronic,,0.11,0.05,,0.05,0.01,2011-04-19, +/games/boxart/2697164ccc.jpg,Batman: Rise of Sin Tzu,XB,Action,Ubisoft,Ubisoft Montreal,,0.11,0.08,,0.02,0,2003-10-16, +/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_5AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,Wii,Action,Warner Bros. Interactive,Krome Studios,,0.11,0.1,,0.01,0.01,2010-09-14, +/games/boxart/full_8736939AmericaFrontccc.jpg,Yard Sale Hidden Treasures: Sunnyville,DS,Puzzle,Konami,The Method,,0.11,0.1,,,0.01,2010-05-25, +/games/boxart/full_8490044AmericaFrontccc.jpg,Go! Sudoku (JP sales),PSP,Puzzle,Ubisoft,Sumo Digital,,0.11,,0.11,,,2006-03-21, +/games/boxart/full_54039AmericaFrontccc.jpg,Breakout,PS,Puzzle,Hasbro Interactive,Supersonic Software,4.9,0.11,0.06,,0.04,0.01,2000-09-22, +/games/boxart/full_silly-bandz-play-the-craze_957AmericaFront.jpg,Silly Bandz: Play The Craze,DS,Puzzle,Zoo Games,Artefacts Studio,,0.11,0.1,,0,0.01,2010-11-23, +/games/boxart/full_5840930AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.11,0.08,,0.01,0.02,2018-02-13,2018-02-27 +/games/boxart/full_pimp-my-ride_10AmericaFront.jpg,Pimp My Ride,Wii,Racing,Activision,Eutechnyx,,0.11,0.1,,0,0.01,2008-02-19, +/games/boxart/2422030ccc.jpg,Hot Wheels Velocity X,GC,Racing,THQ,Beyond Games,,0.11,0.09,,0.02,0,2002-11-12, +/games/boxart/full_2118405AmericaFrontccc.jpg,Ride,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.11,0.05,,0.05,0.01,2015-06-23,2018-04-24 +/games/boxart/full_3311444AmericaFrontccc.jpg,GT Advance 2: Rally Racing,GBA,Racing,THQ,MTO,7.6,0.11,0.08,,0.03,0,2002-06-30, +/games/boxart/full_3925285AmericaFrontccc.jpg,F1 Racing Championship,PS,Racing,Video System,Ubisoft Shanghai,,0.11,0.06,,0.04,0.01,2000-10-11, +/games/boxart/7462925ccc.jpg,Smash Cars,PS2,Racing,Metro 3D,Creat Studio,,0.11,0.06,,0.04,0.01,2003-08-13, +/games/boxart/full_2135647AmericaFrontccc.jpg,Sega Touring Car Championship,SAT,Racing,Sega,Sega,,0.11,,0.11,,,1997-11-30, +/games/boxart/3247630ccc.jpg,FlatOut: Ultimate Carnage,X360,Racing,Empire Interactive,Bugbear Entertainment,,0.11,0.07,,0.03,0.01,2007-10-02, +/games/boxart/full_8948374AmericaFrontccc.jpg,NASCAR The Game: Inside Line,X360,Racing,Activision,Eutechnyx,,0.11,0.09,,,0.01,2012-11-06,2018-11-23 +/games/boxart/3245781ccc.gif,SplashDown,XB,Racing,Atari,Rainbow Studios,,0.11,0.09,,0.02,0,2002-06-25, +/games/boxart/full_7338951AmericaFrontccc.jpg,NASCAR 07,PS2,Racing,EA Sports,EA Tiburon,,0.11,0.06,,0.04,0.01,2006-09-06, +/games/boxart/1734083ccc.jpg,18 Wheeler: American Pro Trucker,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,5,0.11,0.09,,0.02,0,2002-02-18, +/games/boxart/9740217ccc.jpg,Project: Snowblind,XB,Action,Eidos Interactive,Unknown,,0.11,0.08,,0.02,0,2005-02-23, +/games/boxart/full_7952300AmericaFrontccc.jpg,Astro Boy: The Video Game,PS2,Action,D3 Publisher,High Voltage Software,5,0.11,0.05,,0.04,0.01,2009-10-20, +/games/boxart/2819029ccc.jpg,ToeJam & Earl III: Mission to Earth,XB,Action,Sega,ToeJam & Earl Productions,,0.11,0.09,,0.02,0,2002-10-23, +/games/boxart/full_5116249AmericaFrontccc.jpg,Sabrina The Teenage Witch: Potion Commotion,GBA,Action,Ubisoft,Ubisoft,,0.11,0.08,,0.03,0,2002-09-06, +/games/boxart/full_7490932AmericaFrontccc.png,Planet 51,PS3,Action,Sega,Pyro Studios,,0.11,0.07,,0.03,0.01,2009-11-17, +/games/boxart/full_green-lantern-rise-of-the-manhunters_468AmericaFront.jpg,Green Lantern: Rise of the Manhunters,DS,Action,Warner Bros. Interactive,Griptonite Games,5.5,0.11,0.07,,0.03,0.01,2011-06-07, +/games/boxart/full_heart-catch-precure-oshare-collection_4JapanFront.jpg,Heart Catch PreCure! Oshare Collection,DS,Action,Namco Bandai,Bandai Namco Games,,0.11,,0.11,,,2010-08-05, +/games/boxart/9552444ccc.jpg,Phantom Dust,XB,Action,Majesco,Microsoft Game Studios,8.2,0.11,0.08,,0.02,0,2005-03-15,2018-10-02 +/games/boxart/full_tom-clancys-splinter-cell-classic-trilogy-hd_0AmericaFront.jpg,Tom Clancy's Splinter Cell Trilogy,PS3,Action,Ubisoft,Ubisoft,6.5,0.11,,,0.09,0.02,2011-09-27, +/games/boxart/367297ccc.jpg,TMNT,PSP,Action,Ubisoft,Ubisoft Montreal,3.6,0.11,0.1,,0,0.01,2007-03-20, +/games/boxart/full_670701AmericaFrontccc.jpg,Stubbs the Zombie in Rebel Without a Pulse,XB,Action,Aspyr,Wideload Games,,0.11,0.08,,0.02,0,2005-10-18, +/games/boxart/4644564ccc.jpg,Batman: Dark Tomorrow,XB,Action,Kemco,"HotGen, Ltd.",,0.11,0.08,,0.02,0,2003-03-18, +/games/boxart/full_2563467AmericaFrontccc.jpg,Prototype: Biohazard Bundle,XOne,Action,Activision,Activision,,0.11,0.1,,,0.01,2016-10-11, +/games/boxart/full_invizimals-the-lost-tribes_302PALFront.jpg,Invizimals: The Lost Tribes,PSP,Action,Sony Computer Entertainment,Novarama,,0.11,,,0.08,0.03,2011-11-04, +/games/boxart/full_busou-shinki-battle-masters-mk-2_586JapanFront.jpg,Busou Shinki: Battle Masters Mk. 2,PSP,Action,Konami,Konami,,0.11,,0.11,,,2011-09-22, +/games/boxart/full_2728125AmericaFrontccc.jpg,Rengoku: The Tower of Purgatory,PSP,Action,Konami,Neverland,4.7,0.11,0.1,,0,0.01,2005-04-26, +/games/boxart/full_6502560AmericaFrontccc.jpg,Mushroom Men: Rise of the Fungi,DS,Action,Gamecock,Red Fly Studio,,0.11,0.1,,0,0.01,2008-12-02, +/games/boxart/full_3631330JapanFrontccc.jpg,Warriors Orochi 3,PSP,Action,Tecmo Koei,Omega Force,,0.11,,0.11,,,2012-07-19,2018-06-30 +/games/boxart/full_4052485AmericaFrontccc.png,Hysteria Hospital: Emergency Ward,DS,Action,O-Games,Gameinvest,,0.11,0.1,,0,0.01,2009-06-16, +/games/boxart/full_4326191AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,PSP,Action,D3 Publisher,High Voltage Software,,0.11,0.09,,,0.02,2009-10-20, +/games/boxart/5381209ccc.jpg,Dynasty Warriors Advance,GBA,Action,Nintendo,Koei,5.2,0.11,0.08,,0.03,0,2005-08-29, +/games/boxart/full_4369266AmericaFrontccc.jpeg,Transformers: Devastation,X360,Action,Activision,PlatinumGames,,0.11,0.08,,0.01,0.01,2015-10-06,2018-04-14 +/games/boxart/full_9859375AmericaFrontccc.jpg,The Scorpion King: Rise of the Akkadian,GC,Action,Universal Interactive,Point of View,5.2,0.11,0.08,,0.02,0,2002-09-11, +/games/boxart/4131047ccc.jpg,XXX,GBA,Action,Activision,Digital Eclipse,,0.11,0.08,,0.03,0,2002-07-31, +/games/boxart/full_7012967AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,X360,Action,2K Games,Visual Concepts,,0.11,0.1,,0.01,0.01,2007-06-15, +/games/boxart/6642748ccc.jpg,Cold Winter,PS2,Shooter,VU Games,Swordfish Studios,,0.11,0.06,,0.04,0.01,2005-05-11, +/games/boxart/full_1214092AmericaFrontccc.jpg,Mass Destruction,PS,Shooter,ASC Games,NMS Software,,0.11,0.06,,0.04,0.01,1997-09-30, +/games/boxart/6943281ccc.jpg,Murakumo: Renegade Mech Pursuit,XB,Shooter,Ubisoft,From Software,,0.11,0.04,0.06,0.01,0,2003-03-05, +/games/boxart/full_7678770AmericaFrontccc.jpg,Deus Ex: Human Revolution,WiiU,Shooter,Square Enix,Eidos Interactive,8.6,0.11,0.05,,0.05,0.01,2013-10-22,2018-03-16 +/games/boxart/3894909ccc.jpg,Gun Metal,XB,Shooter,Majesco,Rage Software,,0.11,0.08,,0.02,0,2002-07-30, +/games/boxart/full_7846905AmericaFrontccc.jpg,Dead Man's Hand,XB,Shooter,Atari,Human Head Studios,,0.11,0.09,,0.02,0,2004-03-03, +/games/boxart/170139ccc.jpg,Monster Madness: Battle for Suburbia,X360,Shooter,SouthPeak Interactive,Artificial Studios,,0.11,0.1,,0,0.01,2007-06-12, +/games/boxart/full_9837856JapanFrontccc.jpg,Kousoku Card Battle: Card Hero,DS,Strategy,Nintendo,Intelligent Systems,,0.11,,0.11,,,2007-12-20, +/games/boxart/full_4301714JapanFrontccc.jpg,SD Gundam G Generation Genesis,PS4,Strategy,Namco Bandai Games,Bandai Namco,,0.11,,0.11,,,2016-11-22,2018-01-16 +/games/boxart/5900089ccc.gif,The Settlers,DS,Strategy,Ubisoft,Ubisoft Paris,,0.11,0.1,,0,0.01,2007-08-21, +/games/boxart/9879964ccc.jpg,Bionicle Heroes,GC,Shooter,Eidos Interactive,Traveller's Tales,5.4,0.11,0.08,,0.02,0,2006-11-14, +/games/boxart/884366ccc.jpg,Dead to Rights II,XB,Shooter,Namco,WideScreen Games,,0.11,0.08,,0.02,0,2005-04-12, +/games/boxart/full_3071469AmericaFrontccc.jpg,Ninja Assault,PS2,Shooter,Namco,Namco,,0.11,0.05,,0.04,0.01,2002-11-18, +/games/boxart/full_2871848AmericaFrontccc.jpg,Dementium II,DS,Shooter,SouthPeak Interactive,Renegade Kid,7.5,0.11,0.09,,0.02,0.01,2010-05-04, +/games/boxart/full_kotoba-no-puzzle-mojipittan-daijiten_3JapanFront.jpg,Kotoba no Puzzle: Mojipittan Daijiten,PSP,Puzzle,Namco,Namco,,0.11,,0.11,,,2004-12-16, +/games/boxart/6973965ccc.jpg,Aqua Aqua,PS2,Puzzle,3DO,Zed Two Limited,,0.11,0.05,,0.04,0.01,2001-01-09, +/games/boxart/3699575ccc.gif,Sudokuro,DS,Puzzle,Crave Entertainment,FrontLine Studios,,0.11,0.1,,,0.01,2007-05-16, +/games/boxart/919994ccc.jpg,BloodRayne,GC,Shooter,Majesco,Terminal Reality,7.9,0.11,0.09,,0.02,0,2002-10-15, +/games/boxart/full_9024600AmericaFrontccc.jpg,Call of Duty: Modern Warfare Trilogy,PS3,Shooter,Activision,Infinity Ward,,0.11,0.07,,0.02,0.02,2016-05-17,2018-01-14 +/games/boxart/full_8223833AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,PS3,Shooter,Activision,Edge of Reality,,0.11,0.04,0.01,0.04,0.02,2014-06-24,2018-12-27 +/games/boxart/full_shin-sangoku-musou-6-special_629JapanFront.jpg,Shin Sangoku Musou 6 Special,PSP,Action,Tecmo Koei,Omega Force,,0.11,,0.11,,,2011-08-25, +/games/boxart/5077201ccc.jpg,Eragon,PSP,Action,Sierra Entertainment,Amaze Entertainment,6.2,0.11,0.1,,0,0.01,2006-11-14, +/games/boxart/full_2357174AmericaFrontccc.jpg,Batman & Robin,PS,Action,Acclaim Entertainment,Probe,5.4,0.11,0.06,,0.04,0.01,1998-07-31, +/games/boxart/full_8556633AmericaFrontccc.jpg,Spyborgs,Wii,Action,Capcom,Bionic Games,6.3,0.11,0.09,,0.01,0.01,2009-09-22, +/games/boxart/full_naruto-shippuden-3d-the-new-era_914PALFront.jpg,Naruto Shippuden 3D: The New Era,3DS,Action,505 Games,Takara Tomy,,0.11,,0.06,0.04,0,2011-06-17, +/games/boxart/full_9351409AmericaFrontccc.jpg,Night at the Museum: Battle of the Smithsonian,X360,Action,Majesco,"Pipeworks Software, Inc.",5.4,0.11,0.07,,0.03,0.01,2009-05-05, +/games/boxart/1955023ccc.jpg,Hitman Trilogy,PS2,Action,Eidos Interactive,IO Interactive,,0.11,0.05,,0.04,0.01,2007-06-30, +/games/boxart/full_naruto-shippuuden-naruto-vs-sasuke_10AmericaFront.jpg,Naruto Shippuden: Naruto vs. Sasuke,DS,Action,Atlus,Takara Tomy,,0.11,0.07,0.03,,0.01,2010-11-16, +/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_411AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,DS,Action,THQ,THQ,,0.11,0.06,,0.03,0.01,2011-09-13, +/games/boxart/full_2660459AmericaFrontccc.jpg,Pokémon Rumble World,3DS,Action,Nintendo,Ambrella,7,0.11,,0.09,0.02,0,2015-04-08,2018-08-03 +/games/boxart/322265ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GC,Action,THQ,Krome Studios,,0.11,0.09,,0.02,0,2003-09-16, +/games/boxart/5902631ccc.jpg,X-Men: The Official Game,DS,Action,Activision,Amaze Entertainment,,0.11,0.1,,0,0.01,2006-05-16, +/games/boxart/full_4038673AmericaFrontccc.jpg,Agents of Mayhem,XOne,Action,Deep Silver,Volition Inc.,,0.11,0.07,,0.03,0.01,2017-08-15,2018-06-24 +/games/boxart/full_3222379AmericaFrontccc.jpg,Planet 51,X360,Action,Sega,Pyro Studios,5.7,0.11,0.07,,0.03,0.01,2009-11-17, +/games/boxart/8567373ccc.jpg,Viewtiful Joe: Double Trouble!,DS,Action,Capcom,Clover Studio,,0.11,0.08,0.01,0,0.01,2005-11-18, +/games/boxart/3884764ccc.jpg,Army Men: RTS,PS2,Strategy,3DO,Pandemic Studios,6.1,0.11,0.05,,0.04,0.01,2002-03-27, +/games/boxart/full_5336606AmericaFrontccc.jpg,Top Angler: Real Bass Fishing,PS2,Sports,Xicat Interactive,SIMS,,0.11,0.05,,0.04,0.01,2002-03-28, +/games/boxart/full_6048084AmericaFrontccc.jpg,International Track & Field 2000,PS,Sports,Konami,KCET,,0.11,0.06,,0.04,0.01,1999-10-31, +/games/boxart/full_winter-stars_458AmericaFront.jpg,Winter Stars,Wii,Sports,Deep Silver,Deep Silver,,0.11,0.05,,0.06,0.01,2011-11-10, +/games/boxart/full_4133725AmericaFrontccc.jpg,Super Swing Golf Season 2,Wii,Sports,Tecmo,Ntreev Soft,,0.11,0.08,0.03,0,0.01,2007-12-11, +/games/boxart/full_8770125JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '95,PS,Sports,Konami,Konami,,0.11,,0.11,,0.01,1994-12-22, +/games/boxart/150939ccc.jpg,Army Men: Sarge's War,XB,Shooter,Global Star Software,Tactical Development,,0.11,0.09,,0.02,0,2004-08-02, +/games/boxart/full_7812889AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,NS,Shooter,Bethesda Softworks,MachineGames,8.3,0.11,0.05,,0.05,0.01,2018-06-29,2018-07-28 +/games/boxart/full_7610908AmericaFrontccc.jpg,Army Men: Soldiers of Misfortune,DS,Shooter,Zoo Games,"Big Blue Bubble, Inc.",,0.11,0.1,,0,0.01,2008-11-04, +/games/boxart/full_bodycount_38AmericaFront.jpg,Bodycount,X360,Shooter,Codemasters,Guildford Studio,4.8,0.11,0.07,,0.03,0.01,2011-08-30, +/games/boxart/full_733249AmericaFrontccc.jpg,Earth Defense Force 4.1: The Shadow of New Despair,PS4,Shooter,Xseed Games,Sandlot,,0.11,,0.11,,,2015-12-08,2018-04-26 +/games/boxart/6360623ccc.jpg,Defender,GC,Shooter,Midway Games,Inevitable Entertainment,,0.11,0.08,,0.02,0,2002-11-03, +/games/boxart/full_3282655AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear,GBA,Shooter,Ubisoft,Ubisoft Milan,,0.11,0.08,,0.03,0,2002-03-18, +/games/boxart/full_1634629AmericaFrontccc.jpg,Hexen: Beyond Heretic,PS,Shooter,GT Interactive,Raven Software,,0.11,0.06,,0.04,0.01,1997-06-30, +/games/boxart/full_bodycount_171AmericaFront.jpg,Bodycount,PS3,Shooter,Codemasters,Guildford Studio,4.9,0.11,0.05,,0.05,0.02,2011-08-30, +/games/boxart/1030044ccc.jpg,Contra Advance: The Alien Wars EX,GBA,Shooter,Konami,Konami,6.7,0.11,0.08,,0.03,0,2002-11-03, +/games/boxart/3129092ccc.jpg,History Channel: Battle for the Pacific,Wii,Shooter,Activision,Sand Grain Studios,,0.11,0.1,,,0.01,2007-12-04, +/games/boxart/full_3282265AmericaFrontccc.jpg,Maximum Force,PS,Shooter,Midway Games,Tantalus Interactive,,0.11,0.06,,0.04,0.01,1997-09-30, +/games/boxart/7384508ccc.jpg,Mobile Light Force 2,PS2,Shooter,XS Games,Alfa System,,0.11,0.05,,0.04,0.01,2003-03-19, +/games/boxart/full_1467043AmericaFrontccc.jpg,Star Trek: Conquest,PS2,Strategy,Bethesda Softworks,Bethesda Softworks,6.3,0.11,0.06,,0.04,0.01,2007-11-20, +/games/boxart/3654851ccc.jpg,Project: Horned Owl,PS,Shooter,Sony Computer Entertainment,Alfa System,,0.11,0.03,0.05,0.02,0.01,1996-08-31, +/games/boxart/full_3494838JapanFrontccc.jpg,Hyper Formation Soccer,PS,Sports,Human Entertainment,Human Entertainment,,0.11,,0.1,,0.01,1995-10-13, +/games/boxart/8706814ccc.jpg,Tiger Woods PGA Tour 06,GC,Sports,EA Sports,EA Sports,,0.11,0.08,,0.02,0,2005-09-20, +/games/boxart/full_1153487AmericaFrontccc.jpg,FIFA Soccer 06,PSP,Sports,EA Sports,EA Canada,7.6,0.11,0.1,,0.01,0.01,2005-10-11, +/games/boxart/full_dualpensports_972AmericaFront.jpg,DualPenSports,3DS,Sports,Namco Bandai,Indies Zero,,0.11,0.05,,0.05,0.01,2011-06-21, +/games/boxart/full_8649802JapanFrontccc.jpg,Pro Yakyuu Spirits 5,PS3,Sports,Konami,PawaPuro Production,,0.11,,0.11,,,2008-04-01, +/games/boxart/8961832ccc.jpg,Cabela's Deer Hunt 2005 Season,XB,Sports,Activision,Sand Grain Studios,,0.11,0.09,,0.02,0,2004-08-26, +/games/boxart/full_4239967AmericaFrontccc.jpg,Robotech: Invasion,PS2,Shooter,Global Star Software,Vicious Cycle,,0.11,0.05,,0.04,0.01,2004-10-05, +/games/boxart/full_sniper-elite_1AmericaFront.jpg,Sniper Elite,Wii,Shooter,Reef Entertainment,Reef Entertainment,,0.11,0.07,,0.02,0.01,2010-12-14, +/games/boxart/full_nickelodeon-dance_450AmericaFront.jpg,Nickelodeon Dance,X360,Misc,2K Play,High Voltage Software,,0.11,0.08,,0.02,0.01,2011-11-08, +/games/boxart/full_grease_8AmericaFront.jpg,Grease,DS,Misc,505 Games,Big Head Games,,0.11,0.1,,0,0.01,2010-08-24, +/games/boxart/full_apples-to-apples_993AmericaFront.jpg,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PS3,Misc,THQ,Unknown,,0.11,,0.11,,,2011-12-07, +/games/boxart/full_7715594AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,3DS,Action,Little Orbit,Vicious Cycle,,0.11,0.03,,0.06,0.01,2015-10-20,2018-03-17 +/games/boxart/full_8110137AmericaFrontccc.jpg,Assassin's Creed Chronicles,PS4,Action,Ubisoft,Climax Studios,,0.11,0.02,0.02,0.05,0.01,2016-02-09,2018-07-03 +/games/boxart/full_6048242AmericaFrontccc.jpg,Beaterator,PSP,Misc,Rockstar Games,Rockstar Leeds,7.9,0.11,0.07,,0.02,0.02,2009-10-01, +/games/boxart/full_4518475AmericaFrontccc.jpg,Guitar Rock Tour,DS,Misc,Gameloft,Gameloft,,0.11,0.1,,0,0.01,2008-11-04, +/games/boxart/7903911ccc.jpg,Rock Revolution,DS,Misc,Konami,Zoe Mode / HB Studios,,0.11,0.1,,,0.01,2008-10-15, +/games/boxart/full_3943342AmericaFrontccc.jpg,Science Papa,DS,Misc,Activision,Activision,,0.11,0.09,,0.01,0.01,2009-07-14, +/games/boxart/full_alvin-and-the-chipmunks-chipwrecked_568AmericaFront.jpg,Alvin and the Chipmunks: Chipwrecked,DS,Misc,Majesco,Behaviour Interactive,,0.11,0.06,,0.04,0.01,2011-11-15, +/games/boxart/default.jpg,Hasbro Family Game Night Fun Pack,Wii,Misc,Electronic Arts,Electronic Arts,,0.11,0.1,,,0.01,2011-11-01, +/games/boxart/full_4147335JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.1: Sarah Bryant,SAT,Misc,Sega,Sega-AM2,,0.11,,0.11,,0,1995-10-13, +/games/boxart/full_341124AmericaFrontccc.jpg,Metal Gear Solid V: The Definitive Experience,XOne,Action,Konami Digital Entertainment,Kojima Productions,,0.11,0.1,,,0.01,2016-10-11,2018-05-29 +/games/boxart/full_cats-ampamp-dogs-the-revenge-of-kitty-galore_5AmericaFront.jpg,Cats & Dogs: The Revenge of Kitty Galore,DS,Action,505 Games,Warner Bros. Interactive Entertainment,,0.11,0.1,,0,0.01,2010-07-20, +/games/boxart/full_6145399AmericaFrontccc.jpg,Astro Boy: The Video Game,Wii,Action,D3 Publisher,High Voltage Software,5.3,0.11,0.1,,0,0.01,2009-10-20, +/games/boxart/7606118ccc.jpg,Chopper Attack,N64,Action,Midway Games,Seta Corporation,,0.11,0.09,,0.02,0,1998-06-17, +/games/boxart/full_9506937AmericaFrontccc.jpg,Fighting Force 64,N64,Action,Crave Entertainment,Core Design Ltd.,5.2,0.11,0.09,,0.02,0,1999-04-30, +/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_173AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,X360,Action,THQ,THQ,,0.11,0.07,,0.03,0.01,2011-09-13, +/games/boxart/3874408ccc.jpg,Alias,PS2,Action,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.11,0.05,,0.04,0.01,2004-04-05, +/games/boxart/full_1654476JapanFrontccc.jpg,Gundam Breaker 3,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2016-03-03,2018-07-03 +/games/boxart/full_4867902AmericaFrontccc.jpg,Transformers: Devastation,PS3,Action,Activision,PlatinumGames,,0.11,0.05,,0.04,0.02,2015-10-06,2018-04-14 +/games/boxart/4563505ccc.jpg,Constantine,PS2,Action,THQ,Bits Studios,,0.11,0.05,,0.04,0.01,2005-02-14, +/games/boxart/full_6379472AmericaFrontccc.jpg,My First Dollhouse,DS,Misc,505 Games,505 Games,,0.11,0.1,,,0.01,2010-08-31, +/games/boxart/6519053ccc.jpg,Hellboy: The Science of Evil,X360,Action,Konami,Krome Studios,,0.11,0.1,,0,0.01,2008-06-24, +/games/boxart/full_2945036AmericaFrontccc.jpg,Sacred 3,PS3,Role-Playing,Deep Silver,Keen Games,,0.11,0.03,0.03,0.04,0.01,2014-07-29,2018-11-16 +/games/boxart/5693779ccc.jpg,Panzer Dragoon Saga,SAT,Role-Playing,Sega,Team Andromeda,9.1,0.11,,0.11,,,1998-04-30, +/games/boxart/full_89733JapanFrontccc.jpg,GiFTPiA,GC,Role-Playing,Unknown,skip Ltd.,,0.11,,0.11,,0,, +/games/boxart/full_7513537PALFrontccc.png,Ys VIII: Lacrimosa of Dana,NS,Role-Playing,NIS America,Nihon Falcom Corporation,8.5,0.11,0.03,0.03,0.03,0.01,2018-06-26,2018-01-11 +/games/boxart/full_3180230JapanFrontccc.jpg,Sword Art Online: Lost Song,PS3,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2015-03-26, +/games/boxart/full_8204198JapanFrontccc.jpg,Final Fantasy I & II,NES,Role-Playing,Square,SquareSoft,,0.11,,0.11,,,1994-02-27, +/games/boxart/7855676ccc.jpg,The Legend of Heroes II: Prophecy of the Moonlight Witch (JP sales),PSP,Role-Playing,Namco Bandai,MiCROViSion Inc. / Falcom Corporation,,0.11,,0.11,,,2006-06-20, +/games/boxart/full_queens-blade-spiral-chaos_558JapanFront.jpg,Queen's Blade: Spiral Chaos,PSP,Role-Playing,Namco Bandai,Bandai Namco Games,,0.11,,0.11,,,2009-12-17, +/games/boxart/full_8511554AmericaFrontccc.jpg,The Witch and the Hundred Knight,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.11,0.03,0.06,0.01,0.01,2016-03-01,2018-07-04 +/games/boxart/2217024ccc.jpg,Master of the Monster Lair,DS,Role-Playing,Atlus,Global A Entertainment,6.9,0.11,0.1,,0,0.01,2008-10-31, +/games/boxart/full_5262659PALFrontccc.jpg,Digimon World: Next Order,PSV,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.11,,0.11,,,2016-03-17,2018-04-21 +/games/boxart/full_5839111AmericaFrontccc.jpg,Monster Lab,PS2,Role-Playing,Eidos Interactive,Backbone Entertainment,,0.11,0.05,,0.04,0.01,2008-11-04, +/games/boxart/full_2956157JapanFrontccc.jpg,Tales of the World: Tactics Union,3DS,Role-Playing,Namco Bandai Games,Jupiter Corporation,,0.11,,0.11,,,2014-10-23,2018-11-16 +/games/boxart/2316365ccc.jpg,Brave Story: New Traveler (US sales),PSP,Role-Playing,Xseed Games,Game Republic,7.5,0.11,0.11,,,,2007-07-31, +/games/boxart/full_soma-bringer_10JapanFront.jpg,Soma Bringer,DS,Role-Playing,Nintendo,Monolith Soft,,0.11,,0.11,,,2008-02-28, +/games/boxart/full_705716AmericaFrontccc.jpg,Dokapon Kingdom,PS2,Role-Playing,Atlus,Sting,,0.11,0.05,0.02,0.04,0.01,2008-10-14, +/games/boxart/full_9866108AmericaFrontccc.jpg,A Witch's Tale,DS,Role-Playing,NIS America,Hit Maker,5,0.11,0.08,0.03,,0.01,2009-10-06, +/games/boxart/full_6923417AmericaFrontccc.jpg,The Alliance Alive,3DS,Role-Playing,Atlus,Cattle Call,7.3,0.11,0.04,0.06,,0.01,2018-03-27,2019-03-16 +/games/boxart/4649401ccc.jpg,Phantasy Star Collection,GBA,Role-Playing,THQ,Digital Eclipse,7.9,0.11,0.08,,0.03,0,2002-11-24, +/games/boxart/full_shining-force-neo_0AmericaFront.png,Shining Force NEO,PS2,Role-Playing,Sega,Neverland,,0.11,0.06,,0.04,0.01,2005-10-20, +/games/boxart/full_3001016JapanFrontccc.jpg,SaGa: Scarlet Grace,PSV,Role-Playing,Square Enix,Square Enix,,0.11,,0.11,,,2016-12-15,2018-08-26 +/games/boxart/full_4731348AmericaFrontccc.jpg,Growlanser Generations,PS2,Role-Playing,Working Designs,Career Soft,,0.11,0.06,,0.04,0.01,2004-12-07, +/games/boxart/full_9031872AmericaFrontccc.jpg,Mana Khemia: Student Alliance,PSP,Role-Playing,Nippon Ichi Software,Gust,3.2,0.11,0.06,0.03,0,0.01,2009-03-10, +/games/boxart/full_darkspore_655AmericaFront.jpg,Darkspore,PC,Role-Playing,Electronic Arts,Maxis,6.6,0.11,0.07,,0.03,0.01,2011-04-26, +/games/boxart/full_562651AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol Encore,X360,Misc,Konami,Blitz Games,,0.11,0.1,,,0.01,2008-02-05, +/games/boxart/6380452ccc.jpg,Odama,GC,Misc,Nintendo,VIVARIUM Inc.,6.5,0.11,0.07,0.02,0.02,0,2006-04-10, +/games/boxart/full_1487341AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,PSP,Misc,Crave Entertainment,FarSight Studios,8,0.11,0.09,,0.01,0.01,2008-02-26, +/games/boxart/full_frontier-gate_217JapanFront.jpg,Frontier Gate,PSP,Role-Playing,Konami,tri-Ace,,0.11,,0.11,,,2011-12-22, +/games/boxart/full_4893788AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth,PS4,Role-Playing,Namco Bandai Games,Media.Vision,,0.11,,,0.1,0.02,2016-02-02, +/games/boxart/full_5719774JapanFrontccc.jpg,Dragon Ball Z Super Gokuden: Kakusei-Hen,SNES,Role-Playing,Bandai,TOSE,,0.11,,0.11,,0,1995-09-22, +/games/boxart/full_6403138PALFrontccc.jpg,Fatal Frame 2: Wii Edition,Wii,Action-Adventure,Nintendo,Koei Tecmo Games,,0.11,,0.1,0,0,2012-06-28,2018-08-30 +/games/boxart/full_3201439JapanFrontccc.jpg,Ranma 1/2: Akanekodan Teki Hihou,SNES,Role-Playing,TOHO,Rumic Soft,,0.11,,0.11,,,1993-10-22, +/games/boxart/full_4836011AmericaFrontccc.jpg,Mega Man Battle Network 5: Double Team DS (JP sales),DS,Role-Playing,Capcom,Capcom,,0.11,,0.11,,,2005-11-01, +/games/boxart/full_saigo-no-yakusoku-no-monogatari_632JapanFront.jpg,Saigo no Yakusoku no Monogatari,PSP,Role-Playing,Unknown,imageepoch Inc.,,0.11,,0.11,,,2011-04-28, +/games/boxart/full_sakura-wars-so-long-my-love_8AmericaFront.jpg,"Sakura Wars: So Long, My Love",Wii,Role-Playing,NIS America,RED Entertainment,7.4,0.11,0.05,,0.04,0.01,2010-03-30, +/games/boxart/full_9774835JapanFrontccc.jpg,Final Fantasy XII International Zodiac Job System,PS2,Role-Playing,Square Enix,Square Enix,,0.11,,0.11,,,2007-08-09, +/games/boxart/7670894ccc.jpg,Virtual Hydlide,SAT,Role-Playing,Atlus,Tikipod,,0.11,,0.11,,0,1995-04-27, +/games/boxart/full_8881652AmericaFrontccc.jpg,Dark Souls: Remastered,XOne,Role-Playing,Bandai Namco Entertainment,From Software,8,0.11,0.07,,0.03,0.01,2018-05-25,2018-06-05 +/games/boxart/full_2838132JapanFrontccc.jpg,Mobile Suit Gundam Age: Universe Accel / Cosmic Drive,PSP,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.11,,0.11,,,2012-08-30,2018-11-23 +/games/boxart/full_1629000AmericaFrontccc.jpg,Etrian Odyssey Nexus,3DS,Role-Playing,Atlus,Atlus,,0.11,,0.11,,,2019-02-05,2019-01-25 +/games/boxart/full_1657173JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,PS2,Sports,Konami,PawaPuro Production,,0.11,,0.11,,,2005-12-15, +/games/boxart/full_nba-jam-2002_882AmericaFront.jpg,NBA Jam 2002,GBA,Sports,Acclaim Entertainment,Digitial Creations,,0.11,0.08,,0.03,0,2002-02-17, +/games/boxart/2987188ccc.jpg,FIFA Street 2,GC,Sports,EA Sports BIG,EA Canada,,0.11,0.09,,0.02,0,2006-02-28, +/games/boxart/9189365ccc.jpg,Disney's Extreme Skate Adventure,XB,Sports,Activision,Toys for Bob,,0.11,0.08,,0.02,0,2003-09-03, +/games/boxart/full_john-dalys-prostroke-golf_9AmericaFront.jpg,John Daly's ProStroke Golf,PS3,Sports,O-Games,Gusto Games,,0.11,0.09,,0.02,0.01,2010-10-05, +/games/boxart/full_610346PALFrontccc.jpg,World Championship Rugby,PS2,Sports,Acclaim Entertainment,Swordfish Studios,,0.11,0.06,,0.04,0.01,2004-09-01, +/games/boxart/full_8147965AmericaFrontccc.jpg,Tournament Pool,Wii,Sports,Destineer,Blade Interactive,,0.11,0.1,,,0.01,2009-05-21, +/games/boxart/6422239ccc.jpg,Black Bass with Blue Marlin,PS,Sports,Hot-B,Unknown,,0.11,0.06,,0.04,0.01,1999-12-08, +/games/boxart/5570056ccc.jpg,Snowboard Kids 2,N64,Sports,Atlus,Racdym,,0.11,0.09,,0.02,0,1999-03-02, +/games/boxart/full_9484097AmericaFrontccc.jpg,Tom Clancy's EndWar,PSP,Strategy,Ubisoft,Funatics Software,6.7,0.11,0.1,,0.01,0.01,2008-11-04, +/games/boxart/full_9826284JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki,SAT,Strategy,KOEI,Koei,,0.11,,0.11,,0,1995-09-29, +/games/boxart/full_9368463PALFrontccc.jpg,Constructor HD,PS4,Strategy,Deep Silver,System 3,,0.11,0.09,,,0.02,2017-07-11,2018-08-11 +/games/boxart/full_8583796AmericaFrontccc.jpg,Tecmo Bowl: Kickoff,DS,Sports,Tecmo,Polygon Magic,,0.11,0.11,,,0.01,2008-11-18, +/games/boxart/2985387ccc.jpg,Worms Forts: Under Siege,PS2,Strategy,Sega,Team17 Software,,0.11,0.05,,0.04,0.01,2005-03-15, +/games/boxart/4045672ccc.jpg,Dynasty Tactics 2,PS2,Strategy,KOEI,Koei,,0.11,0.05,,0.04,0.01,2003-09-23, +/games/boxart/full_7737024JapanFrontccc.jpg,Langrisser IV,SAT,Strategy,NCS,Career Soft,,0.11,,0.11,,,1997-08-01, +/games/boxart/full_4356179AmericaFrontccc.jpg,Railroad Tycoon II,PS,Strategy,Take-Two Interactive,Take-Two Interactive,6.6,0.11,0.06,,0.04,0.01,2000-01-31, +/games/boxart/6366216ccc.jpg,Rome: Total War,PC,Strategy,Activision,The Creative Assembly,9,0.11,,,0.09,0.01,2004-09-22, +/games/boxart/4017406ccc.jpg,Carnage Heart,PS,Strategy,Sony Computer Entertainment,ArtDink,7.1,0.11,0.01,0.09,0.01,0.01,1997-01-31, +/games/boxart/full_7107423JapanFrontccc.jpg,Yuusha no Kuse ni Namaikida Or 3D,PSP,Strategy,Sony Computer Entertainment,Acquire,,0.11,,0.11,,,2010-03-11, +/games/boxart/4754637ccc.jpg,Ring of Red,PS2,Strategy,Konami,Konami,8,0.11,0.06,,0.04,0.01,2001-03-12, +/games/boxart/full_9753555AmericaFrontccc.jpg,Warhammer: Battle March,X360,Strategy,Namco Bandai,Namco Bandai Games,,0.11,0.09,,0.02,0.01,2008-09-02, +/games/boxart/full_7867892AmericaFrontccc.jpg,Desktop Tower Defense,DS,Strategy,THQ,THQ,,0.11,0.1,,,0.01,2009-05-11, +/games/boxart/full_yu-yu-hakusho-tournament-tactics_766AmericaFront.jpg,Yu Yu Hakusho: Tournament Tactics,GBA,Strategy,Atari,Sensory Sweep,,0.11,0.08,,0.03,0,2004-11-18, +/games/boxart/full_5188430AmericaFrontccc.jpg,Darksiders: Warmastered Edition,PS4,Action-Adventure,THQ Nordic,Kaiko,,0.11,0.07,,0.02,0.02,2016-11-22,2018-03-31 +/games/boxart/full_2353847AmericaFrontccc.jpg,Digimon Digital Card Battle,PS,Strategy,Bandai,Bandai,,0.11,0.06,,0.04,0.01,2001-06-28, +/games/boxart/4275123ccc.jpg,NHL Hitz 20-03,XB,Sports,Midway Games,EA Black Box,,0.11,0.08,,0.02,0,2002-09-16, +/games/boxart/3782060ccc.jpg,NFL Head Coach 09,X360,Sports,EA Sports,EA Tiburon,,0.11,0.11,,,0.01,2008-09-03, +/games/boxart/full_411863AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling 2,PS,Sports,THQ,Adrenalin Entertainment,7,0.11,0.06,,0.04,0.01,2000-01-31, +/games/boxart/full_1617426AmericaFrontccc.jpg,Goal Storm '97,PS,Sports,Konami,Konami,,0.11,0.01,0.09,0,0.01,1997-01-01, +/games/boxart/full_9829984JapanFrontccc.jpg,Doukoku Shoshite...,SAT,Adventure,Data East,Data East,,0.11,,0.11,,0,1998-02-26, +/games/boxart/full_ncis_259AmericaFront.jpg,NCIS 3D,3DS,Adventure,Ubisoft,Ubisoft,,0.11,0.06,,0.04,0.01,2012-08-14, +/games/boxart/full_6583082JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend,PS,Adventure,Gainax Network Systems,Gainax,,0.11,,0.11,,0.01,1998-04-16, +/games/boxart/full_4514683AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,PS4,Adventure,Telltale Games,Telltale Games,,0.11,0.09,0,,0.02,2017-09-19,2018-08-07 +/games/boxart/full_6616279AmericaFrontccc.jpg,Cloudy With A Chance of Meatballs,Wii,Adventure,Ubisoft,Ubisoft Shanghai,6.7,0.11,0.1,,0,0.01,2009-09-15, +/games/boxart/full_8143183AmericaFrontccc.png,Shadow of Destiny,PSP,Adventure,Konami,Konami,6.8,0.11,0.09,0,,0.02,2010-01-26, +/games/boxart/3909894ccc.jpg,The Spiderwick Chronicles,X360,Adventure,Sierra Entertainment,Stormfront Studios,,0.11,0.09,,0.01,0.01,2008-02-05, +/games/boxart/full_mystery-pi-portrait-of-a-thief_466AmericaFront.jpg,Mystery P.I. - Portrait of a Thief,DS,Adventure,PopCap Games,Black Lantern Studios,,0.11,0.1,,0,0.01,2008-12-23, +/games/boxart/full_9519831AmericaFrontccc.jpg,Martian Gothic: Unification,PS,Adventure,Take-Two Interactive,Creative Reality,,0.11,0.06,,0.04,0.01,2001-11-04, +/games/boxart/4424144ccc.jpg,Charlie and the Chocolate Factory,XB,Adventure,Global Star Software,High Voltage Software,,0.11,0.08,,0.02,0,2005-07-11, +/games/boxart/5428838ccc.gif,Touch Detective 2 1/2,DS,Adventure,Atlus,"BeeWorks Co., Ltd.",,0.11,0.09,0.01,,0.01,2007-10-09, +/games/boxart/full_1214561AmericaFrontccc.jpg,The Polar Express,GC,Adventure,THQ,Blue Tongue,3.3,0.11,0.08,,0.02,0,2004-11-02, +/games/boxart/8030202ccc.jpg,Dr. Seuss' The Cat in the Hat,XB,Adventure,VU Games,Magenta Software,,0.11,0.08,,0.02,0,2003-11-05, +/games/boxart/full_5886446JapanFrontccc.jpg,Irozuki Tingle no Koi no Balloon Trip,DS,Adventure,Nintendo,Vanpool,,0.11,,0.11,,,2009-08-06, +/games/boxart/full_gabrielles-ghostly-groove-3d_728AmericaFront.jpg,Gabrielle's Ghostly Groove 3D,3DS,Adventure,Natsume,Natsume,7.5,0.11,0.08,,0.02,0.01,2011-10-04, +/games/boxart/full_5213971JapanFrontccc.jpg,Yakuza 1&2 HD EDITION,PS3,Adventure,Sega,Sega,,0.11,,0.11,,,2012-11-01,2018-01-03 +/games/boxart/full_4348387AmericaFrontccc.jpg,Frogger: Helmet Chaos,PSP,Platform,Konami,Konami Computer Entertainment Hawaii,7,0.11,0.1,,0,0.01,2005-09-29, +/games/boxart/full_8516235AmericaFrontccc.jpg,Where the Wild Things Are,PS3,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.11,0.09,,0.01,0.01,2009-10-13, +/games/boxart/8549502ccc.jpg,Mega Man Zero 4,GBA,Platform,Capcom,Inti Creates,,0.11,0.08,,0.03,0,2005-10-04, +/games/boxart/full_9297061JapanFrontccc.jpg,Sakura Wars,DC,Adventure,Sega,Overworks,7.6,0.11,,0.11,,,2000-05-25, +/games/boxart/full_4829018AmericaFrontccc.jpg,My Boyfriend,DS,Simulation,THQ,exozet games,,0.11,0.1,,,0.01,2009-09-14, +/games/boxart/full_4917870AmericaFrontccc.jpg,Patapon 2,PSP,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.2,0.11,,0.06,0.03,0.01,2009-05-05, +/games/boxart/full_happy-feet-two-the-videogame_657AmericaFront.jpg,Happy Feet Two,DS,Adventure,Warner Bros. Interactive,WayForward,,0.11,0.09,,0.01,0.01,2011-11-08, +/games/boxart/7702729ccc.jpg,Avatar: The Last Airbender,PSP,Adventure,THQ,AWE Games,6,0.11,0.1,,0,0.01,2006-10-10, +/games/boxart/full_3163760JapanFrontccc.jpg,Robotics;Notes,PS3,Visual Novel,5pb,5pb. Games,,0.11,,0.11,,,2012-06-28,2018-11-21 +/games/boxart/full_1677706AmericaFrontccc.jpg,The Hardy Boys: The Hidden Theft,Wii,Adventure,DreamCatcher Interactive,XPEC Entertainment Inc.,,0.11,0.07,,0.03,0.01,2009-09-22, +/games/boxart/full_9954828JapanFrontccc.jpg,Utawarerumono: Chiriyukusha e no Komoriuta,PS2,Adventure,Aquaplus,Flight-Plan,,0.11,,0.11,,,2006-10-26, +/games/boxart/full_3238588AmericaFrontccc.jpg,Coraline,PS2,Adventure,D3 Publisher,Papaya Studios,,0.11,0.06,,0.04,0.01,2009-01-27, +/games/boxart/full_1558729AmericaFrontccc.jpg,The Invisible Hours,PS4,Adventure,GameTrust,Tequila Works,,0.11,0.09,,,0.02,2017-10-10,2018-09-17 +/games/boxart/full_1410256AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,PSV,Adventure,Aksys Games,Chime,,0.11,0.06,0.04,,0.02,2016-06-28,2018-07-03 +/games/boxart/8708779ccc.jpg,Nicktoons: Unite!,DS,Adventure,THQ,Climax Group,,0.11,0.1,,0,0.01,2006-01-10, +/games/boxart/full_1030166JapanFrontccc.jpg,Ore no Imouto ga Konnani Kawaii Wake ga Nai Portable,PSP,Adventure,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2012-05-17,2018-10-08 +/games/boxart/full_8530531AmericaFrontccc.jpg,thinkSMART,DS,Misc,Conspiracy Entertainment,Conspiracy Entertainment,,0.1,0.09,,,0.01,2010-06-15, +/games/boxart/full_9729800JapanFrontccc.jpg,Hakuouki Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.1,,0.1,,,2009-08-27, +/games/boxart/full_586588AmericaFrontccc.jpg,Steins;Gate,PSV,Adventure,5pb,5pb. Inc.,,0.1,0.04,,0.04,0.02,2015-09-18,2018-07-04 +/games/boxart/full_1246263AmericaFrontccc.jpg,Leisure Suit Larry: Box Office Bust,PS3,Adventure,Codemasters,Team17 Software,,0.1,0.06,,0.03,0.01,2009-05-05, +/games/boxart/3571031ccc.jpg,Escape From Monkey Island,PS2,Adventure,LucasArts,LucasArts,,0.1,0.05,,0.04,0.01,2001-06-18, +/games/boxart/full_2599809AmericaFrontccc.jpg,JU-ON: The Grudge,Wii,Adventure,Xseed Games,FeelPlus,4,0.1,0.07,0.01,0.01,0.01,2009-10-13, +/games/boxart/full_1045193JapanFrontccc.jpg,Boku no Natsuyasumi Portable: Mushi Mushi Hakase to Teppen-yama no Himitsu!!,PSP,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.1,,0.1,,,2006-06-29, +/games/boxart/2847801ccc.gif,Syberia,XB,Adventure,XS Games,Microids,,0.1,0.08,,0.02,0,2003-07-23, +/games/boxart/full_9367694AmericaFrontccc.jpg,Disgaea Infinite,PSP,Adventure,NIS America,Nippon Ichi Software,6.8,0.1,0.08,0.01,,0.02,2010-06-08, +/games/boxart/full_7752309PALFrontccc.jpg,The Book of Unwritten Tales,PC,Adventure,DreamCatcher Interactive,KING Art Games,7.9,0.1,0,,0.08,0.02,2011-10-28, +/games/boxart/full_50290AmericaFrontccc.jpg,Miami Law,DS,Adventure,Hudson Entertainment,Gaijinworks,5.5,0.1,0.09,,0,0.01,2009-06-09, +/games/boxart/full_1182255AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,DS,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,6,0.1,0.08,,0.01,0.01,2009-11-04, +/games/boxart/3009984ccc.jpg,Blue Stinger,DC,Adventure,Activision,Climax Entertainment,6.7,0.1,,0.1,,,1999-08-31, +/games/boxart/full_monkey-island-special-edition-collection_890PALFront.jpg,Monkey Island: Special Edition Collection,PS3,Adventure,Activision,LucasArts,,0.1,,,0.08,0.02,2011-09-09, +/games/boxart/full_penguin-no-mondai-the-world_5JapanFront.jpg,Penguin no Mondai: The World,DS,Adventure,Konami,Konami,,0.1,,0.1,,,2010-12-02, +/games/boxart/full_1462695AmericaFrontccc.jpg,Utawarerumono: Mask of Truth,PSV,Visual Novel,Atlus,Aqua Plus,,0.1,0.01,0.08,,0,2017-09-05,2018-06-03 +/games/boxart/full_the-first-templar_744AmericaFront.jpg,The First Templar,X360,Adventure,Kalypso,Haemimont Games,7,0.1,0.06,,0.04,0.01,2011-05-10, +/games/boxart/full_7846553AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,PS3,Adventure,Ubisoft,Ubisoft Shanghai,6.7,0.1,0.09,,0.01,0.01,2009-09-15, +/games/boxart/1415466ccc.jpg,Barbie in The 12 Dancing Princesses,DS,Adventure,Activision,WayForward Technologies,,0.1,0.09,,0.01,0.01,2007-01-14, +/games/boxart/7935370ccc.gif,UNO / Skip-Bo / UNO Freefall,DS,Misc,DSI Games,Black Lantern Studios,,0.1,0.1,,,0.01,2006-11-16, +/games/boxart/full_uta-no-prince-sama-music_288JapanFront.jpg,Uta no Prince-Sama: Music,PSP,Misc,Broccoli,Broccoli,,0.1,,0.1,,,2011-11-24, +/games/boxart/full_6069072AmericaFrontccc.jpg,Math Blaster in the Prime Adventure,DS,Misc,Majesco,Knowledge Adventure Inc.,,0.1,0.09,,,0.01,2009-05-19, +/games/boxart/full_9114785JapanFrontccc.jpg,Metal Gear Solid HD Edition,PS3,Misc,Konami Digital Entertainment,Unknown,,0.1,,0.1,,,2011-11-23, +/games/boxart/full_1190844AmericaFrontccc.jpg,Frogger: Ancient Shadow,PS2,Platform,Konami,Hudson Soft,,0.1,0.05,,0.04,0.01,2005-09-27, +/games/boxart/full_1596363AmericaFrontccc.jpg,You Don't Know Jack: Mock 2,PS,Misc,Sierra Entertainment,"Jellyvision, Inc.",,0.1,0.06,,0.04,0.01,2000-11-06, +/games/boxart/full_2383656AmericaFrontccc.jpg,Jeopardy!,N64,Misc,GameTek,GameTek,,0.1,0.08,,0.02,0,1998-02-25, +/games/boxart/1051099ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PS3,Misc,Activision,Left Field Productions,,0.1,0.08,,0.01,0.01,2007-09-25, +/games/boxart/full_1673930JapanFrontccc.jpg,Kiku! Kaku! Kotoba o Fuyasu! Hajimete no Eigo Training,DS,Misc,Benesse,Benesse,,0.1,,0.1,,,2007-06-28, +/games/boxart/full_469267JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Ossu! Banchou - Yoshimune DS,DS,Misc,Paon,Paon Corporation,,0.1,,0.1,,,2007-04-26, +/games/boxart/full_4099708JapanFrontccc.jpg,DS Kageyama Method: Dennou Hanpuku - Tadashii Kanji Kakitori-Kun,DS,Misc,Shogakukan,Jupiter Corporation,,0.1,,0.1,,,2007-04-05, +/games/boxart/full_cabelas-adventure-camp_967AmericaFront.jpg,Cabela's Adventure Camp,X360,Misc,Activision,Activision,,0.1,0.07,,0.02,0.01,2011-11-01, +/games/boxart/full_7352761AmericaFrontccc.jpg,Sega Genesis Classics,XOne,Misc,Sega,Sega,,0.1,0.06,,0.03,0.01,2018-05-29,2018-09-22 +/games/boxart/full_4616134AmericaFrontccc.jpg,Rugby 15,PS3,Sports,Maximum Games,HB Studios,,0.1,0.03,,0.05,0.02,2015-02-24,2018-09-17 +/games/boxart/9981976ccc.jpg,Atsumare! Power Pro Kun no DS Koushien,DS,Sports,Unknown,Konami,,0.1,,0.1,,,, +/games/boxart/full_4559033PALFrontccc.jpg,UEFA Euro 2016,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.1,,0.05,0.05,0.01,2016-04-21,2018-05-03 +/games/boxart/9556427ccc.jpg,FIFA Street,XB,Sports,EA Sports BIG,EA Canada,,0.1,0.08,,0.02,0,2005-02-22, +/games/boxart/full_2788442AmericaFrontccc.jpg,Blitz: The League II,X360,Sports,Midway Games,Midway Games,6.6,0.1,0.08,,0.01,0.01,2008-10-13, +/games/boxart/full_2844228JapanFrontccc.jpg,Inazuma Eleven GO Strikers 2013,Wii,Sports,Level 5,Level 5,,0.1,,0.1,,,2012-12-20,2018-08-31 +/games/boxart/full_4520474AmericaFrontccc.jpg,KORG DS-10 Synthesizer Plus,DS,Misc,Xseed Games,AQ Interactive,,0.1,0.07,0.02,,0.01,2010-02-16, +/games/boxart/full_6465245AmericaFrontccc.png,Guitar Hero: Van Halen,PS2,Misc,Activision,Neversoft Entertainment,4.9,0.1,0.05,,0.04,0.01,2009-12-22, +/games/boxart/full_4151066JapanFrontccc.jpg,Surge Concerto: Ciel nosurge,PSV,Simulation,Gust,Gust,,0.1,,0.1,,,2012-04-26,2018-11-24 +/games/boxart/2057041ccc.jpg,Ghost in the Shell,PS,Simulation,THQ,Exact,,0.1,0.06,,0.04,0.01,1997-10-31, +/games/boxart/full_3036978AmericaFrontccc.jpg,Harvest Moon DS Cute (jp sales),DS,Simulation,Natsume,Marvelous Interactive,,0.1,,0.1,,,2008-03-25, +/games/boxart/589535ccc.jpg,CSI: Hard Evidence,X360,Adventure,Ubisoft,Telltale Games,,0.1,0.07,,0.02,0.01,2007-09-26, +/games/boxart/7668689ccc.jpg,Igor: The Game,Wii,Adventure,SouthPeak Interactive,Legacy Interactive,,0.1,0.09,,0,0.01,2008-09-16, +/games/boxart/full_8562214JapanFrontccc.jpg,Famicom Mini: Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo Zenkouhen,GBA,Adventure,Nintendo,Nintendo,,0.1,,0.1,,0,2004-08-10, +/games/boxart/full_436253AmericaFrontccc.jpg,American Girl: Julie Finds a Way,DS,Adventure,THQ,"Webfoot Technologies, Inc.",,0.1,0.1,,,0.01,2007-12-03, +/games/boxart/1622934ccc.jpg,Shadow Master,PS,Adventure,Sony Computer Entertainment,Hammerhead,,0.1,0.05,,0.04,0.01,1997-12-31, +/games/boxart/full_8955948AmericaFrontccc.jpg,Castlevania Double Pack,GBA,Platform,Konami,KCET,9,0.1,0.07,,0.03,0,2006-01-11, +/games/boxart/full_2035676AmericaFrontccc.jpg,Disney's The Haunted Mansion,GC,Platform,TDK Mediactive,High Voltage Software,,0.1,0.08,,0.02,0,2003-10-14, +/games/boxart/2189938ccc.jpg,Metal Arms: Glitch in the System,GC,Shooter,VU Games,Swingin' Ape Studios,,0.1,0.08,,0.02,0,2003-11-18, +/games/boxart/full_6189488AmericaFrontccc.jpg,Revolution X,PS,Shooter,Acclaim Entertainment,Rage Software,,0.1,0.06,,0.04,0.01,1996-01-01, +/games/boxart/full_tom-clancys-ghost-recon-predator_2AmericaFront.jpg,Tom Clancy's Ghost Recon: Predator,PSP,Shooter,Ubisoft,Ubisoft,,0.1,0.07,,0.02,0.02,2010-11-16, +/games/boxart/full_heavy-fire-afghanistan_866AmericaFront.jpg,Heavy Fire: Afghanistan,Wii,Shooter,Mastiff,Teyon Entertainment,,0.1,0.09,,,0.01,2011-11-18, +/games/boxart/full_descent-maximum_557AmericaFront.jpg,Descent Maximum,PS,Shooter,Interplay,Parallax Software,,0.1,0.05,,0.04,0.01,1997-04-30, +/games/boxart/full_177978AmericaFrontccc.jpg,Slime Rancher,XOne,Simulation,Skybound Games,Monomi Park,,0.1,0.08,,,0.01,2018-09-04,2018-08-07 +/games/boxart/full_2752332AmericaFrontccc.jpg,Terraria,PSV,Action-Adventure,505 Games,Engine Software,,0.1,,0.09,0.01,0,2013-12-04,2018-03-19 +/games/boxart/full_3834985AmericaFrontccc.jpg,Starlink: Battle for Atlas,PS4,Action-Adventure,Ubisoft,Ubisoft Toronto,,0.1,0.08,,,0.02,2018-10-16,2019-03-22 +/games/boxart/full_2500209AmericaFrontccc.jpg,Starlink: Battle for Atlas,XOne,Action-Adventure,Ubisoft,Ubisoft Toronto,,0.1,0.09,,,0.01,2018-10-16,2019-03-22 +/games/boxart/full_2749276AmericaFrontccc.jpg,Murdered: Soul Suspect,X360,Action-Adventure,Square Enix,Airtight Games,,0.1,0.06,,0.03,0.01,2014-06-03,2018-08-06 +/games/boxart/full_5980138AmericaFrontccc.jpg,SpongeBob: HeroPants,X360,Action-Adventure,Activision,Behaviour Interactive,,0.1,0.09,,0,0.01,2015-02-03,2018-04-15 +/games/boxart/full_2648805AmericaFrontccc.jpg,Resident Evil 4,PS4,Action-Adventure,Capcom,Capcom,,0.1,0.07,0.01,,0.02,2016-08-30,2018-09-04 +/games/boxart/full_4880577AmericaFrontccc.jpg,Resident Evil: Origins Collection,XOne,Action-Adventure,Capcom,Capcom,,0.1,0.07,,0.02,0.01,2016-01-19,2018-09-04 +/games/boxart/6608664ccc.gif,RLH: Run Like Hell,PS2,Shooter,Interplay,Digital Mayhem,,0.1,0.05,,0.04,0.01,2002-09-27, +/games/boxart/2604212ccc.jpg,Baten Kaitos Origins,GC,Role-Playing,Nintendo,tri-Crescendo / Monolith Soft,7.5,0.1,0.06,0.02,0.02,0,2006-09-25, +/games/boxart/full_312071JapanFrontccc.jpg,Digimon Adventure,PSP,Role-Playing,Namco Bandai Games,PROPE,,0.1,,0.1,,,2013-01-17,2018-11-23 +/games/boxart/full_7961827AmericaFrontccc.jpg,Monster Rancher EVO,PS2,Role-Playing,Tecmo,Tecmo,,0.1,0.02,0.05,0.02,0.01,2006-04-13, +/games/boxart/full_6699403AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: The Pitt and Operation: Anchorage,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.1,0.09,,0.01,0.01,2009-05-26, +/games/boxart/7193567ccc.jpg,Jade Cocoon 2,PS2,Role-Playing,Ubisoft,Genki,,0.1,0.05,,0.04,0.01,2001-12-17, +/games/boxart/full_lord-of-apocalypse_47JapanFront.jpg,Lord of Apocalypse,PSV,Role-Playing,Square Enix,Access Games,,0.1,,0.1,,,2011-12-17, +/games/boxart/full_6365342JapanFrontccc.jpg,Sword & Sorcery,SAT,Role-Playing,Micro Cabin,Micro Cabin,,0.1,,0.1,,,1996-05-31, +/games/boxart/full_4854966AmericaFrontccc.jpg,How to Train Your Dragon 2,PS3,Action-Adventure,Little Orbit,Torus Games,,0.1,0.03,,0.06,0.02,2014-06-10,2018-03-17 +/games/boxart/5201139ccc.jpg,LEGO Rock Raiders,PS,Strategy,LEGO Media,Data Design Interactive,,0.1,0.06,,0.04,0.01,2000-08-17, +/games/boxart/default.jpg,Stronghold Kingdoms,PC,Strategy,DTP Entertainment,FireFly Studios,,0.1,,,0.1,0.01,2011-02-23, +/games/boxart/full_wizardry-iv-bane-of-the-cosmic-forge_139JapanFront.jpg,Wizardry VI: Bane of the Cosmic Forge,SNES,Role-Playing,ASCII Entertainment,Game Studio,,0.1,,0.1,,0,1995-09-29, +/games/boxart/full_digimon-story-lost-evolution_692JapanFront.jpg,Digimon Story: Lost Evolution,DS,Role-Playing,Namco Bandai,Namco Bandai Games,,0.1,,0.1,,,2010-07-01, +/games/boxart/full_5242795AmericaFrontccc.jpg,Yggdra Union: We'll Never Fight Alone,PSP,Role-Playing,Atlus,Sting,,0.1,0.05,0.04,,0.01,2008-09-16, +/games/boxart/full_1178061AmericaFrontccc.jpg,Tokyo Xanadu eX+,PS4,Role-Playing,Aksys Games,Nihon Falcom Corporation,,0.1,0.05,0.05,,0.01,2017-12-08, +/games/boxart/full_phantom-brave-the-hermuda-triangle_810AmericaFront.jpg,Phantom Brave: The Hermuda Triangle,PSP,Role-Playing,NIS America,Nippon Ichi Software,7.2,0.1,0.06,0.03,,0.01,2011-03-08, +/games/boxart/full_5679472JapanFrontccc.jpg,Little Battlers eXperience W Super Custom,3DS,Role-Playing,Level 5,Level 5,,0.1,,0.1,,,2013-07-18,2018-08-31 +/games/boxart/full_229380JapanFrontccc.jpg,Sol Trigger,PSP,Role-Playing,Image Epoch,Image Epoch,,0.1,,0.1,,,2012-10-04,2018-11-24 +/games/boxart/default.jpg,Digimon Story: Super Xros Wars Blue/Red,DS,Role-Playing,Namco Bandai,Namco Bandai Games,,0.1,,0.1,,,2011-03-03, +/games/boxart/full_6479023AmericaFrontccc.jpg,Lost Dimension,PSV,Role-Playing,Atlus,Lancarse,,0.1,0.04,0.02,0.02,0.02,2015-07-28,2018-11-24 +/games/boxart/full_tales-of-innocence-r_674JapanFront.jpg,Tales of Innocence R,PSV,Role-Playing,Namco Bandai,Alfa System,,0.1,,0.1,,,2012-01-26, +/games/boxart/full_6822388AmericaFrontccc.jpg,Sword Art Online: Fatal Bullet,XOne,Role-Playing,Namco Bandai Games,Dimps Corporation,,0.1,0.09,,,0.01,2018-02-23,2018-02-23 +/games/boxart/full_4867078AmericaFrontccc.jpg,Sudden Strike 4,PS4,Strategy,Kalypso Media,Kite Games,,0.1,0.05,0.01,0.03,0.02,2017-08-15,2018-03-24 +/games/boxart/full_dora-ampamp-kai-lans-pet-shelter_907AmericaFront.jpg,Dora & Kai-Lan's Pet Shelter,DS,Strategy,2K Play,Black Lantern Studios,,0.1,0.08,,0.01,0.01,2011-11-01, +/games/boxart/full_4759302PALFrontccc.jpg,L'Aigle de Guerre,GBA,Strategy,Nintendo,Genki,,0.1,,0.1,,0,2001-11-21, +/games/boxart/full_8288051AmericaFrontccc.jpg,Troll and I,NS,Action,Maximum Games,Spiral House,,0.1,0.05,,0.04,0.01,2017-08-15,2018-08-20 +/games/boxart/full_generator-rex-agent-of-providence_739AmericaFront.jpg,Generator Rex: Agent of Providence,3DS,Action,Activision,Virtuos,,0.1,0.07,,0.02,0.01,2011-11-01,2019-01-15 +/games/boxart/full_4139020AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth 3: V Generation,PSV,Action,Idea Factory International,Compile Heart,,0.1,0.05,,0.02,0.02,2015-06-30,2018-07-04 +/games/boxart/full_5464220JapanFrontccc.jpg,Macross 30: Voices across the Galaxy,PS3,Action,Namco Bandai Games,ArtDink,,0.1,,0.1,,,2013-02-28,2018-11-23 +/games/boxart/full_851687AmericaFrontccc.jpg,Astro Boy: The Video Game,DS,Action,D3 Publisher,Art Corporation,4.4,0.1,0.09,,0,0.01,2009-10-20, +/games/boxart/full_9126807AmericaFrontccc.jpg,Romance of the Three Kingdoms XIII,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0.1,0.03,0.06,,0.01,2016-07-05,2018-07-30 +/games/boxart/full_2305082AmericaFrontccc.jpg,Bejeweled Twist,DS,Puzzle,PopCap Games,Griptonite Games,,0.1,,,0.08,0.01,2010-01-19, +/games/boxart/1233063ccc.jpg,Star Trek: Shattered Universe,PS2,Simulation,TDK Mediactive,Starsphere Interactive,,0.1,0.05,,0.04,0.01,2004-01-13, +/games/boxart/3048507ccc.gif,Tom Clancy's Splinter Cell: Chaos Theory,GC,Action,Ubisoft,Ubisoft Montreal,7.8,0.1,0.08,,0.02,0,2005-03-29, +/games/boxart/full_7819783AmericaFrontccc.jpg,Blades of Time,X360,Action,Konami Digital Entertainment,Gaijin Games Inc.,,0.1,0.07,0,0.02,0.01,2012-03-06, +/games/boxart/full_5972930JapanFrontccc.jpg,Mobile Suit Gundam Unicorn,PS3,Action,Namco Bandai Games,From Software,,0.1,,0.1,,,2012-03-08,2018-11-23 +/games/boxart/full_3532597AmericaFrontccc.jpg,Death By Degrees,PS2,Action,Namco,Namco,,0.1,0.05,,0.04,0.01,2005-02-08, +/games/boxart/full_6550294JapanFrontccc.jpg,Samurai Warriors Chronicles 2nd,3DS,Action,Tecmo Koei,Omega Force,,0.1,,0.1,,,2012-09-13,2018-08-04 +/games/boxart/5852076ccc.jpg,The Godfather: Mob Wars,PSP,Action,Electronic Arts,Page 44,6.2,0.1,0.09,,0,0.01,2006-09-19, +/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_299AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,3DS,Action,THQ,THQ,4.8,0.1,0.07,,0.03,0.01,2011-10-11, +/games/boxart/6998207ccc.jpg,Colin McRae Rally 04,XB,Action,Codemasters,Unknown,,0.1,0.08,,0.02,0,2004-03-04, +/games/boxart/full_doras-big-birthday-adventure_2AmericaFront.jpg,Dora's Big Birthday Adventure,Wii,Misc,2K Play,TBA,,0.1,0.09,,0.01,0.01,2010-10-26, +/games/boxart/full_the-bachelor-the-videogame_9AmericaFront.jpg,The Bachelor: The Videogame,Wii,Misc,Warner Bros. Interactive,Warner Bros. Interactive Entertainment,,0.1,0.1,,,0.01,2010-08-25, +/games/boxart/9066650ccc.jpg,Thrillville: Off the Rails,PSP,Strategy,LucasArts,Frontier Developments,,0.1,0.09,,0,0.01,2007-10-09, +/games/boxart/8837782ccc.jpg,Universe at War: Earth Assault,X360,Strategy,Sega,Petroglyph Games,,0.1,0.09,,0.01,0.01,2008-03-25, +/games/boxart/full_3840368AmericaFrontccc.jpg,Vandal Hearts II,PS,Strategy,Konami,Konami,7.2,0.1,0.06,,0.04,0.01,1999-11-30,2018-04-10 +/games/boxart/full_9474909AmericaFrontccc.jpg,Pariah,XB,Action,Groove Games,Unknown,,0.1,0.08,,0.02,0,2005-05-03, +/games/boxart/default.jpg,Tornado Outbreak,Wii,Action,Konami,Loose Cannon Studios,,0.1,0.09,,0,0.01,2009-09-29, +/games/boxart/full_4901923AmericaFrontccc.jpg,Watchmen: The End is Nigh Part 1 & 2,X360,Action,Warner Bros. Interactive,Deadline Games,,0.1,0.09,,0,0.01,2009-07-21, +/games/boxart/full_9886901AmericaFrontccc.jpg,NAtURAL DOCtRINE,PS4,Role-Playing,NIS America,Kadokawa Games,,0.1,0.05,0.02,0.02,0.01,2014-09-30,2018-11-23 +/games/boxart/6078563ccc.jpg,Conflict: Global Terror,XB,Shooter,2K Games,Pivotal Games,,0.1,0.08,,0.02,0,2005-10-04, +/games/boxart/full_4567858AmericaFrontccc.jpg,Urban Chaos,PS,Action,Eidos Interactive,Mucky Foot Productions,,0.1,0.06,,0.04,0.01,2000-03-31, +/games/boxart/full_3293555AmericaFrontccc.jpg,Mega Man Legacy Collection 2,PS4,Action,Capcom,Capcom,,0.1,0.06,0.02,,0.01,2017-08-08,2018-08-20 +/games/boxart/full_yoostar2_10AmericaFront.jpg,Yoostar2,PS3,Misc,Unknown,Blitz Game Studios,,0.1,0.04,,0.05,0.02,2011-03-08, +/games/boxart/full_world-series-of-poker-tournament-of-champions_6AmericaFront.jpg,World Series of Poker: Tournament of Champions 2007 Edition,PSP,Misc,Activision,Left Field Productions,6.4,0.1,0.1,,0,0.01,2006-09-21, +/games/boxart/full_2316653AmericaFrontccc.jpg,Princess Debut,DS,Misc,Natsume,Cave,,0.1,0.1,,,0.01,2008-09-30, +/games/boxart/full_sesame-street-ready-set-grover_539AmericaFront.jpg,"Sesame Street: Ready, Set, Grover!",Wii,Misc,Warner Bros. Interactive,Griptonite Games,,0.1,0.1,,,0.01,2011-08-02, +/games/boxart/full_tennis-no-oji-sama-motto-gakuensai-no-ouji-sama-more-sweet-edition_690JapanFront.jpg,Tennis no Oji-Sama: Motto Gakuensai no Ouji-Sama - More Sweet Edition,DS,Sports,Konami,Silicon Studio,,0.1,,0.1,,,2010-02-11, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_465AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,PC,Action,Electronic Arts,EA Bright Light,4.3,0.1,0.05,,0.04,0.01,2011-07-12, +/games/boxart/7346681ccc.jpg,Predator: Concrete Jungle,XB,Action,VU Games,Eurocom Entertainment Software,,0.1,0.07,,0.02,0,2005-04-26, +/games/boxart/full_5092107JapanFrontccc.jpg,Girls und Panzer: I Will Master Tankery,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.1,,0.1,,,2014-06-26,2018-11-23 +/games/boxart/full_704463AmericaFrontccc.jpg,Power Rangers: Super Legends,DS,Action,Disney Interactive Studios,Handheld Games,,0.1,0.08,,0.02,0.01,2007-10-23, +/games/boxart/full_8671871JapanFrontccc.jpg,Kenka Bancho Bros: Tokyo Battle Royale,PSP,Action,Spike,Spike,,0.1,,0.1,,,2012-06-21,2018-11-23 +/games/boxart/full_8697972AmericaFrontccc.jpg,Pac-Man Championship Edition 2 + Arcade Game Series,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.1,0.08,,,0.02,2017-02-28,2018-06-19 +/games/boxart/full_4841365AmericaFrontccc.jpg,Global Touring Challenge: Africa,PS2,Racing,Majesco,Rage Software,,0.1,0.05,,0.04,0.01,2002-06-14, +/games/boxart/full_7116474AmericaFrontccc.jpg,The Destiny of Zorro,Wii,Action,505 Games,Pronto Games,,0.1,0.09,,,0.01,2009-05-05, +/games/boxart/full_mysims-skyheroes_436AmericaFront.jpg,MySims SkyHeroes,X360,Action,Electronic Arts,The Sims Studio,,0.1,0.09,,0,0.01,2010-09-28, +/games/boxart/full_1683318AmericaFrontccc.jpg,EyeToy: Operation Spy,PS2,Action,Sony Computer Entertainment,SCEE London Studio,,0.1,0.05,,0.04,0.01,2005-11-15, +/games/boxart/full_290630AmericaFrontccc.jpg,Van Helsing,GBA,Action,VU Games,Saffire Corporation,,0.1,0.07,,0.03,0,2004-05-06, +/games/boxart/full_3381818AmericaFrontccc.jpg,Young Justice: Legacy,PS3,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.1,0.06,,0.01,0.02,2013-11-19,2018-11-24 +/games/boxart/full_695578AmericaFrontccc.jpg,Power Stone Collection,PSP,Action,Capcom,Capcom,,0.1,0.08,,0,0.01,2006-10-31, +/games/boxart/full_tom-clancys-hawx-2_3AmericaFront.jpg,Tom Clancy's HAWX 2,Wii,Action,Ubisoft,Ubisoft Bucharest,,0.1,0.06,,0.03,0.01,2010-11-09, +/games/boxart/full_4089510JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11,GC,Sports,Konami,Diamond Head,,0.1,,0.09,,0,2004-07-15, +/games/boxart/6932842ccc.jpg,X-Men: The Official Game,XB,Action,Activision,"Z-Axis, Ltd.",4.8,0.1,0.08,,0.02,0,2006-05-16, +/games/boxart/7791640ccc.jpg,Minority Report: Everybody Runs,GC,Action,Activision,Treyarch,,0.1,0.08,,0.02,0,2002-11-19, +/games/boxart/full_1268117AmericaFrontccc.jpg,Spider-Man: Web of Shadows,DS,Action,Activision,Griptonite Games,7.9,0.1,0.09,,0,0.01,2008-10-21, +/games/boxart/3572629ccc.jpg,Army Men World War: Team Assault,PS,Action,3DO,3DO,,0.1,0.06,,0.04,0.01,2001-11-28, +/games/boxart/default.jpg,Blades of Time,PS3,Action,Konami Digital Entertainment,Gaijin Games Inc.,,0.1,0.04,0.01,0.03,0.01,2012-03-06, +/games/boxart/5041586ccc.jpg,Evil Dead: Fistfull of Boomstick,XB,Action,THQ,VIS Entertainment,,0.1,0.07,,0.02,0,2003-06-17, +/games/boxart/full_thor-god-of-thunder_334AmericaFront.jpg,Thor: God of Thunder,3DS,Action,Sega,WayForward Technologies,6,0.1,0.06,,0.03,0.01,2011-09-13, +/games/boxart/full_x-men-destiny_407AmericaFront.jpg,X-Men: Destiny,Wii,Action,Activision,Silicon Knights,3.3,0.1,0.07,,0.02,0.01,2011-09-27, +/games/boxart/2837417ccc.gif,Championship Pony,DS,Simulation,"Destination Software, Inc",Unknown,,0.1,0.09,,,0.01,2008-03-21, +/games/boxart/full_6484632AmericaFrontccc.jpg,Petz Hamsterz Superstarz,DS,Simulation,Ubisoft,Ubisoft,,0.1,0.09,,,0.01,2009-11-17, +/games/boxart/full_6820723AmericaFrontccc.jpg,Horse Life Adventures,DS,Simulation,Valcon Games,NEKO Entertainment Yullaby,,0.1,0.08,,0.01,0.01,2009-11-03, +/games/boxart/full_359536AmericaFrontccc.jpg,Road Rash: Jailbreak,GBA,Racing,DSI Games,Magic Pockets,,0.1,0.07,,0.03,0,2003-09-17, +/games/boxart/full_8495200AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Wheelie Breakers,Wii,Racing,Konami,Konami,7.5,0.1,0.09,,0.01,0.01,2009-05-19, +/games/boxart/4082972ccc.jpg,MotoGP 2,XB,Racing,THQ,Climax Group,,0.1,0.07,,0.02,0,2003-05-21, +/games/boxart/7333492ccc.jpg,NASCAR,PSP,Racing,EA Sports,EA Tiburon,7.2,0.1,0.09,,,0.01,2006-09-06, +/games/boxart/full_889374AmericaFrontccc.jpg,MX SuperFly featuring Ricky Carmichael,XB,Racing,THQ,Pacific Coast Power & Light,,0.1,0.07,,0.02,0,2002-11-20, +/games/boxart/full_3375742JapanFrontccc.jpg,Option Tuning Car Battle,PS,Racing,MTO,Unknown,,0.1,,0.09,,0.01,1998-01-15, +/games/boxart/full_823491AmericaFrontccc.jpg,Vanishing Point,PS,Racing,Acclaim Entertainment,Clockwork Games,,0.1,0.06,,0.04,0.01,2001-02-05, +/games/boxart/8707256ccc.jpg,GT64 Championship Edition,N64,Racing,Ocean,Imagineer,,0.1,0.08,,0.02,0,1998-09-09, +/games/boxart/356383ccc.jpg,Chameleon,PSP,Puzzle,UFO Interactive,Starfish,,0.1,0.09,,0,0.02,2008-05-05, +/games/boxart/3815670ccc.gif,Sudoku Mania,DS,Puzzle,UFO Interactive,FrontLine Studios,,0.1,0.09,,0,0.01,2006-06-30, +/games/boxart/full_9672706AmericaFrontccc.jpg,USA Today Puzzle Craze,DS,Puzzle,Destineer,Magellan Interactive,,0.1,0.09,,,0.01,2009-02-24, +/games/boxart/full_1306865AmericaFrontccc.jpg,Angry Birds: Star Wars,WiiU,Puzzle,Activision,Exient Entertainment,,0.1,0.05,,0.04,0.01,2013-10-29,2018-03-16 +/games/boxart/5168827ccc.jpg,Sneakers,XB,Puzzle,Microsoft Game Studios,Media.Vision,,0.1,0.07,,0.02,0,2002-10-22, +/games/boxart/full_nascar-unleashed_697AmericaFront.jpg,Nascar Unleashed,PS3,Racing,Activision,Activision,,0.1,0.09,,,0.01,2011-11-01, +/games/boxart/full_naild_3AmericaFront.jpg,nail'd,X360,Racing,Deep Silver,Techland,,0.1,0.08,,0.02,0.01,2010-11-30, +/games/boxart/full_2545159AmericaFrontccc.jpg,TrackMania Turbo,XOne,Racing,Ubisoft,Nadeo,,0.1,0.05,,0.04,0.01,2016-03-22,2018-05-29 +/games/boxart/full_2693014AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,Wii,Racing,Activision,Left Field Productions,,0.1,0.09,,,0.01,2008-10-28, +/games/boxart/full_ben-10-galactic-racing_601AmericaFront.jpg,Ben 10 Galactic Racing,X360,Racing,D3 Publisher,Monkey Bar Games,,0.1,0.07,,0.02,0.01,2011-10-18, +/games/boxart/full_the-land-before-time-great-valley-racing-adventure_315AmericaFront.jpg,The Land Before Time: Great Valley Racing Adventure,PS,Racing,TDK Mediactive,Vision Scape,,0.1,0.05,,0.04,0.01,2001-05-04, +/games/boxart/full_4280597AmericaFrontccc.jpg,MTX Mototrax,XB,Racing,Activision,Left Field Productions,,0.1,0.07,,0.02,0,2004-03-02, +/games/boxart/full_5798667AmericaFrontccc.jpg,MotoGP 07,PS2,Racing,Capcom,Milestone S.r.l.,,0.1,0.05,,0.04,0.01,2007-10-23, +/games/boxart/full_5051849AmericaFrontccc.jpg,Micro Machines V3,PS,Racing,Midway Games,Codemasters,,0.1,0.06,,0.04,0.01,1997-11-30, +/games/boxart/2675616ccc.jpg,Monster Jam: Maximum Destruction,GBA,Racing,Ubisoft,UDS,,0.1,0.07,,0.03,0,2002-03-27, +/games/boxart/full_2479908AmericaFrontccc.jpg,MXGP 2,XOne,Racing,Milestone S.r.l,Milestone S.r.l.,,0.1,0.07,,0.02,0.01,2016-06-21,2018-06-19 +/games/boxart/3675867ccc.jpg,Hot Wheels: Stunt Track Challenge,XB,Racing,THQ,Climax Group,,0.1,0.08,,0.02,0,2004-11-10, +/games/boxart/1581624ccc.jpg,Freaky Flyers,PS2,Racing,Midway Games,Midway Games,,0.1,0.05,,0.04,0.01,2003-08-05, +/games/boxart/full_5060333AmericaFrontccc.jpg,NASCAR Heat 3,XOne,Racing,704Games,Monster Games,,0.1,0.09,,,0.01,2018-09-07,2018-07-09 +/games/boxart/full_8033918AmericaFrontccc.jpg,Ford Racing 3,DS,Racing,Empire Interactive,Visual Impact,,0.1,0.09,,,0.01,2005-12-07, +/games/boxart/full_5854664AmericaFrontccc.jpg,Indy Racing 2000,N64,Racing,Infogrames,Paradigm Entertainment,,0.1,0.08,,0.02,0,2000-05-30, +/games/boxart/6271270ccc.jpg,Classic NES Series: Excitebike,GBA,Racing,Nintendo,Nintendo,6.4,0.1,,0.1,,,2004-06-02, +/games/boxart/full_2232170AmericaFrontccc.jpg,Corvette Evolution GT,DS,Racing,Valcon Games,Firebrand Games,,0.1,0.1,,,0.01,2008-01-15, +/games/boxart/full_5806841AmericaFrontccc.jpg,NASCAR Heat Evolution,XOne,Racing,Dusenberry Martin Racing,Monster Games,,0.1,0.09,,,0.01,2016-09-13, +/games/boxart/full_5317527AmericaFrontccc.jpg,Ski-Doo Snowmobile Challenge,PS3,Racing,Valcon Games,ColdWood Interactive,,0.1,0.1,,0,0.01,2009-03-06, +/games/boxart/8928998ccc.jpg,F1 Career Challenge,PS2,Racing,EA Sports,Visual Science,,0.1,0.05,,0.04,0.01,2003-06-24, +/games/boxart/8058570ccc.jpg,Motocross Mania 3,PS2,Racing,2K Games,Deibus Studios,,0.1,0.05,,0.04,0.01,2005-01-01, +/games/boxart/full_6536569AmericaFrontccc.jpg,Banjo-Pilot,GBA,Racing,THQ,Rare Ltd.,6.2,0.1,0.07,,0.03,0,2005-01-12, +/games/boxart/full_4310156PALFrontccc.jpg,Ridge Racer 2,PSP,Racing,Unknown,Namco Bandai Games,7.5,0.1,,0.07,0.03,0.01,2020-12-31, +/games/boxart/full_1126849PALFrontccc.jpg,World Snooker Championship 2007,PS3,Sports,Sega,Blade Interactive,,0.1,,,0.1,0,2007-03-23, +/games/boxart/44240ccc.jpg,International Superstar Soccer 64 (weekly JP sales),N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.1,,0.05,,0.05,1997-07-31, +/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_923AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,PC,Action,Electronic Arts,EA Bright Light,,0.1,0.08,,0.02,0.01,2010-11-16, +/games/boxart/full_3637443JapanFrontccc.jpg,Devil May Cry 4 Special Edition,PS4,Action,Capcom,Capcom,,0.1,0.01,0.09,,0,2015-06-23,2018-09-11 +/games/boxart/full_93480AmericaFrontccc.jpg,Shellshock,PS,Action,U.S. Gold,Core Design Ltd.,,0.1,0.06,,0.04,0.01,1998-01-01, +/games/boxart/8126541ccc.jpg,Bee Movie Game,PS2,Action,Activision,Beenox,,0.1,0.05,,0.04,0.01,2007-10-30, +/games/boxart/full_881826AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS3,Action,Activision,PlatinumGames,,0.1,0.04,,0.04,0.02,2016-05-24,2018-04-15 +/games/boxart/6417937ccc.jpg,Dragonseeds,PS,Action,Jaleco,Unknown,,0.1,0.03,0.04,0.02,0.01,1998-09-30, +/games/boxart/full_8225192AmericaFrontccc.jpg,Backyard Baseball '10,Wii,Sports,Atari,Atari,,0.1,0.09,,,0.01,2009-03-31, +/games/boxart/full_7617814AmericaFrontccc.jpg,Water Sports,Wii,Sports,GameMill,FrontLine Studios,,0.1,0.05,,0.04,0.01,2009-10-27, +/games/boxart/full_2571233PALFrontccc.jpg,Football Director DS,DS,Sports,Pinnacle,Sports Director Limited,,0.1,,,0.1,0,2008-11-28, +/games/boxart/full_rapala-pro-bass-fishing-2010_8AmericaFront.jpg,Rapala Pro Bass Fishing 2010,DS,Sports,Activision,Activision,,0.1,0.09,,,0.01,2010-09-28, +/games/boxart/full_6807189AmericaFrontccc.jpg,The BIGS 2,PSP,Sports,2K Sports,Blue Castle Games,6.8,0.1,0.09,,,0.01,2009-07-07, +/games/boxart/4870434ccc.jpg,Rocky: Legends,XB,Sports,Ubisoft,Venom Games,,0.1,0.07,,0.02,0,2004-09-28,2018-09-25 +/games/boxart/7414190ccc.jpg,Kelly Slater's Pro Surfer,XB,Sports,Activision,Treyarch,,0.1,0.08,,0.02,0,2002-09-16, +/games/boxart/6991365ccc.jpg,NFL Tour,X360,Sports,EA Sports BIG,EA Tiburon,,0.1,0.09,,0,0.01,2008-01-08, +/games/boxart/2260824ccc.jpg,Virtual Pool 64,N64,Sports,Crave Entertainment,Celeris,,0.1,0.08,,0.02,0,1998-12-17, +/games/boxart/full_8820161AmericaFrontccc.jpg,Deca Sports DS,DS,Sports,Hudson Soft,Hudson Soft,,0.1,0.07,,0.02,0.01,2010-03-02, +/games/boxart/full_518771JapanFrontccc.jpg,Project FIFA World Cup,PS2,Sports,EA Sports,Electronic Arts,,0.1,,0.1,,,2002-05-30, +/games/boxart/full_9055283AmericaFrontccc.jpg,Milo's Astro Lanes,N64,Sports,Crave Entertainment,Player 1,,0.1,0.08,,0.02,0,1998-11-24, +/games/boxart/full_3547992AmericaFrontccc.jpg,Pro Evolution Soccer 2013,Wii,Sports,Konami Digital Entertainment,Konami,,0.1,,0.06,0.03,0,2012-11-06,2018-01-12 +/games/boxart/full_little-league-world-series-baseball-2010_10AmericaFront.jpg,Little League World Series Baseball 2010,X360,Sports,Activision,Now Production,,0.1,0.09,,,0.01,2010-07-20, +/games/boxart/4069089ccc.jpg,NBA Ballers: Rebound,PSP,Sports,Midway Games,Backbone Entertainment,7.3,0.1,0.09,,,0.01,2006-05-09, +/games/boxart/781888ccc.jpg,NHL 2004,GC,Sports,EA Sports,EA Black Box,,0.1,0.08,,0.02,0,2003-09-22, +/games/boxart/full_496632AmericaFrontccc.jpg,Escape Dead Island,PS3,Action,Deep Silver,Fatshark,,0.1,0.05,,0.03,0.02,2014-11-18,2018-04-16 +/games/boxart/full_8520646AmericaFrontccc.png,Warriors All-Stars,PS4,Action,Tecmo Koei,Omega Force,,0.1,0.03,0.06,,0.01,2017-08-29,2018-09-22 +/games/boxart/9195176ccc.jpg,Hot Wheels Ultimate Racing,PSP,Action,Activision,Unknown,,0.1,0.09,,,0.01,2007-07-02, +/games/boxart/4675266ccc.jpg,Hunter: The Reckoning,GC,Action,Interplay,High Voltage Software,7.1,0.1,0.08,,0.02,0,2002-11-18, +/games/boxart/full_2091052AmericaFrontccc.jpg,The Lord of the Rings: Conquest,DS,Action,Electronic Arts,Artificial Mind and Movement,5.9,0.1,0.09,,0.01,0.01,2009-01-13, +/games/boxart/full_8691360AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Conviction,PC,Action,Ubisoft,Ubisoft Montreal,8,0.1,,,0.08,0.02,2010-04-27, +/games/boxart/full_3122171AmericaFrontccc.jpg,Assassin's Creed: Rogue,PC,Action,Ubisoft,Ubisoft Sofia,,0.1,0.07,,0.02,0.01,2015-03-10,2018-07-04 +/games/boxart/full_852274JapanFrontccc.jpg,Project Hacker: Kakusei,DS,Action,Nintendo,RED Entertainment,,0.1,,0.1,,,2006-07-13, +/games/boxart/9211482ccc.jpg,Ninja Reflex,DS,Action,Electronic Arts,Sanzaru Games,,0.1,0.09,,,0.01,2008-03-04, +/games/boxart/default.jpg,Skylanders: Spyro's Adventure,PC,Action,Activision,Toys for Bob,,0.1,0.05,,0.03,0.01,2011-10-16, +/games/boxart/full_6468403AmericaFrontccc.jpg,Code Lyoko: Quest for Infinity,Wii,Action,Game Factory,Neko Entertainment,,0.1,0.07,,0.02,0.01,2007-11-16, +/games/boxart/148311ccc.jpg,Minority Report: Everybody Runs,XB,Action,Activision,Treyarch,,0.1,0.07,,0.02,0,2002-11-18, +/games/boxart/full_112484AmericaFrontccc.jpeg,Disney Planes Fire & Rescue,3DS,Action,Disney Interactive Studios,Little Orbit,,0.1,0.01,,0.08,0.01,2014-11-04,2018-03-31 +/games/boxart/full_kung-fu-panda-2_514AmericaFront.jpg,Kung Fu Panda 2,PS3,Action,THQ,THQ,,0.1,0.04,,0.04,0.01,2011-05-24, +/games/boxart/full_6930156AmericaFrontccc.jpg,Nancy Drew: The Model Mysteries,DS,Puzzle,THQ,THQ,,0.1,0.09,,0,0.01,2010-02-10, +/games/boxart/full_mays-mystery-forbidden-memories_56AmericaFront.jpg,May's Mystery: Forbidden Memories,DS,Puzzle,Unknown,Mastertronic,,0.1,0.05,,0.04,0.01,2011-09-28, +/games/boxart/full_8413792AmericaFrontccc.jpg,Just Dance 2018,X360,Music,Ubisoft,Ubisoft Paris,,0.1,0.06,,0.03,0.01,2017-10-24,2018-04-06 +/games/boxart/full_5589181JapanFrontccc.jpg,Kuroko no Basuke: Miracles to Victory,3DS,Sports,Namco Bandai Games,Bandai Namco Games,,0.1,,0.1,,,2014-02-20,2018-11-23 +/games/boxart/full_2380606JapanFrontccc.jpg,Derby Jockey 2,SNES,Sports,Asmik Corp,Muse Soft,,0.1,,0.1,,0,1995-09-29, +/games/boxart/full_6702508AmericaFrontccc.jpg,Pro Evolution Soccer 2017,XOne,Sports,Konami Digital Entertainment,PES Productions,,0.1,0.05,,0.03,0.01,2016-09-13,2018-04-14 +/games/boxart/2022110ccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,X360,Sports,Konami,Konami Computer Entertainment Tokyo,,0.1,0.09,,0,0.01,2007-02-06, +/games/boxart/full_1293548AmericaFrontccc.jpg,The Elder Scrolls Online: Summerset,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,7.5,0.1,0.08,,,0.02,2018-05-21,2018-09-15 +/games/boxart/full_7110891AmericaFrontccc.jpg,Final Fantasy XIV Online Complete Edition,PS4,MMO,Square Enix,Square Enix,,0.1,0.07,0.02,,0.02,2017-06-20,2018-07-10 +/games/boxart/9633828ccc.jpg,King of Clubs: Mini Golf,Wii,Sports,Crave Entertainment,Oxygen Interactive,,0.1,0.09,,0,0.01,2008-08-04, +/games/boxart/2901050ccc.jpg,G1 Jockey 3,PS2,Sports,KOEI,Koei/Inis,,0.1,0.02,0.07,0.01,0,2003-05-28, +/games/boxart/full_5607896JapanFrontccc.jpg,Kuroko's Basketball: Ties to Future,3DS,Sports,Namco Bandai Games,Bandai Namco Games,,0.1,,0.1,,,2015-03-26,2018-07-04 +/games/boxart/full_8828722JapanFrontccc.jpg,Pro Yakyuu Famista DS,DS,Sports,Namco Bandai,Bandai Namco Games,,0.1,,0.1,,,2007-11-15, +/games/boxart/full_nicktoons-mlb_387AmericaFront.jpg,Nicktoons MLB,DS,Sports,2K Sports,2K Sports,,0.1,0.09,,,0.01,2011-09-13, +/games/boxart/3454822ccc.jpg,NHL 2K6,X360,Sports,2K Sports,Kush Games,7.3,0.1,0.09,,0,0.01,2005-11-16, +/games/boxart/2141055ccc.jpg,College Hoops 2K6,XB,Sports,2K Sports,Visual Concepts,8.3,0.1,0.07,,0.02,0,2005-11-21, +/games/boxart/full_9837538AmericaFrontccc.jpg,Big League Sports,Wii,Sports,Activision,Koolhaus Games,,0.1,0.09,,0.01,0.01,2008-11-11, +/games/boxart/full_3408801AmericaFrontccc.jpg,Just Dance 2019,WiiU,Music,Ubisoft,Ubisoft Paris,,0.1,0.06,,0.03,0.01,2018-10-23,2018-09-28 +/games/boxart/full_7200856AmericaFrontccc.jpg,Puzzle Chronicles,PSP,Puzzle,Konami,Infinite Interactive,6.5,0.1,0.08,,0,0.02,2010-02-02, +/games/boxart/full_6075705AmericaFrontccc.jpg,Exit DS,DS,Puzzle,Taito,Taito Corporation,,0.1,0.09,0.01,0,0.01,2008-11-05, +/games/boxart/full_2387510JapanFrontccc.jpg,Tokimeki Memorial: Taisen Pazurudama,PS,Puzzle,Konami,Konami,,0.1,,0.09,,0.01,1996-09-27, +/games/boxart/full_5692946AmericaFrontccc.jpg,Puyo Puyo Tetris,PS4,Puzzle,Sega,Sonic Team,,0.1,0.05,,0.03,0.02,2017-04-25,2018-07-04 +/games/boxart/full_7760085AmericaFrontccc.jpg,Harvest Moon: Frantic Farming,DS,Puzzle,Natsume,Natsume,7,0.1,0.08,,0.01,0.01,2009-08-25, +/games/boxart/5824075ccc.jpg,PictoImage,DS,Puzzle,Sega,Sega,,0.1,0.09,,0,0.01,2008-09-02, +/games/boxart/full_5987934AmericaFrontccc.jpg,Scribblenauts Unmasked: A DC Comics Adventure,WiiU,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,0.1,0.09,,,0.01,2013-09-24,2018-04-03 +/games/boxart/full_9077832AmericaFrontccc.jpg,Scribblenauts Unmasked: A DC Comics Adventure,3DS,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,0.1,0.09,,,0.01,2013-09-24,2018-04-03 +/games/boxart/full_8006413PALFrontccc.jpg,Dancing on Ice,Wii,Sports,Ghostlight,Infusion Games Ltd,,0.1,,,0.09,0.01,2010-03-12, +/games/boxart/9250928ccc.jpg,Cabela's Outdoor Adventures,XB,Sports,Activision,FUN Labs,,0.1,0.08,,0.02,0,2005-09-14, +/games/boxart/8635308ccc.jpg,Dark Summit,XB,Sports,THQ,Radical Entertainment,,0.1,0.08,,0.02,0,2001-11-12, +/games/boxart/full_9269868AmericaFrontccc.jpg,NHL-Legacy Edition,X360,Sports,EA Sports,EA Canada,,0.1,0.09,,,0.01,2015-09-09,2018-11-23 +/games/boxart/full_4831619AmericaFrontccc.jpg,Gallop Racer 2006,PS2,Sports,Tecmo,Tecmo,,0.1,0.02,0.06,0.02,0.01,2006-05-02, +/games/boxart/full_3237030AmericaFrontccc.jpg,Imagine: Soccer Captain,DS,Sports,Ubisoft,Ubisoft,,0.1,0.1,,,0.01,2009-08-11, +/games/boxart/full_pdc-world-championship-darts-pro-tour_849PALFront.jpg,PDC World Championship Darts: Pro Tour,PS3,Sports,O-Games,O-Games,,0.1,,,0.08,0.02,2010-11-26, +/games/boxart/full_family-fun-football_10AmericaFront.jpg,Family Fun Football,Wii,Sports,Tecmo,"Seamless Entertainment, Inc.",,0.1,0.1,,,0.01,2009-09-29, +/games/boxart/full_7731627JapanFrontccc.jpg,Pro Yakyuu Famista DS 2009,DS,Sports,Namco Bandai,Bandai Namco Games,,0.1,,0.1,,,2009-04-02, +/games/boxart/632577ccc.jpg,Gretzky NHL,PSP,Sports,Sony Computer Entertainment,989 Sports,6,0.1,0.1,,,0.01,2005-03-14, +/games/boxart/full_9966693JapanFrontccc.jpg,Atsumare! Power Pro Kun no DS Koushien,DS,Sports,Konami,PawaPuro Production,,0.1,,0.1,,,2006-08-03, +/games/boxart/full_4354520AmericaFrontccc.jpg,Gravity Games Bike: Street Vert Dirt,PS2,Sports,Midway Games,Midway Games,,0.1,0.05,,0.04,0.01,2002-06-27, +/games/boxart/full_145690JapanFrontccc.jpg,Pro Yakyuu Spirits 2010,PS2,Sports,Konami,PawaPuro Production,,0.1,,0.1,,,2010-04-01, +/games/boxart/8135285ccc.jpg,Top Spin,PS2,Sports,2K Sports,Pam Development,,0.1,0.05,,0.04,0.01,2005-09-26, +/games/boxart/full_3288612JapanFrontccc.jpg,Derby Stallion P,PSP,Sports,Enterbrain,ParityBit,,0.1,,0.1,,,2006-07-27, +/games/boxart/full_284481JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10,GC,Sports,Konami,Diamond Head,,0.1,,0.1,,0,2003-07-17, +/games/boxart/full_6967002JapanFrontccc.jpg,Famicom Mini: Mappy,GBA,Platform,Nintendo,Namco,,0.1,,0.09,,0,2004-02-14, +/games/boxart/full_1768836AmericaFrontccc.jpg,Ice Age 2: The Meltdown,XB,Platform,Vivendi Games,Eurocom Entertainment Software,6.8,0.1,0.07,,0.02,0,2006-03-14, +/games/boxart/full_6998329AmericaFrontccc.jpg,Shantae and the Pirate's Curse,3DS,Platform,WayForward Technologies,WayForward Technologies,7.7,0.1,0.05,0.04,,0.01,2016-10-18,2018-01-31 +/games/boxart/full_cubic-ninja_874AmericaFront.jpg,Cubic Ninja,3DS,Platform,Ubisoft,AQ Interactive,5.5,0.1,0.05,,0.04,0.01,2011-06-14, +/games/boxart/1516415ccc.jpg,Piglet's Big Game,PS2,Platform,Gotham Games,Doki Denki,,0.1,0.05,,0.04,0.01,2003-03-19, +/games/boxart/full_1068241AmericaFrontccc.jpg,Lode Runner 3-D,N64,Action,Infogrames,Big Bang,7,0.1,0.08,,0.02,0,1999-01-01, +/games/boxart/full_2611676PALFrontccc.jpg,Accel World vs. Sword Art Online: Millennium Twilight,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.1,,0.06,0.03,0.01,2017-07-07,2018-07-04 +/games/boxart/full_1396716JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2013,PSV,Sports,Konami Digital Entertainment,Konami,,0.1,,0.1,,,2013-10-24,2018-10-27 +/games/boxart/6556092ccc.jpg,Flying Dragon,N64,Fighting,Natsume,Culture Brain,,0.1,0.08,,0.02,0,1998-07-31, +/games/boxart/full_6511716AmericaFrontccc.jpg,Gekido,PS,Fighting,Interplay,NA.P.S. Team SNC,,0.1,0.06,,0.04,0.01,2000-05-18, +/games/boxart/full_3200901AmericaFrontccc.jpg,Guilty Gear Xrd REV 2,PS4,Fighting,Aksys Games,Arc System Works,,0.1,0.04,0.03,0.01,0.01,2017-05-26,2018-08-04 +/games/boxart/full_2161659AmericaFrontccc.jpg,The Seven Deadly Sins: Knights of Britannia,PS4,Fighting,Bandai Namco Entertainment,Natsume Atari,,0.1,0.05,0.02,0.02,0.01,2018-02-09,2018-01-11 +/games/boxart/7770157ccc.jpg,Marvel vs. Capcom: Clash of Super Heroes,DC,Fighting,Capcom,Capcom,8.5,0.1,,0.1,,,1999-10-07, +/games/boxart/full_9693517AmericaFrontccc.jpg,Bleach: Dark Souls (JP sales),DS,Fighting,Sega,"Treasure Co., Ltd.",,0.1,,0.1,,,2008-10-07, +/games/boxart/8596158ccc.jpg,SVC Chaos: SNK vs. Capcom,XB,Fighting,SNK,SNK Corporation,,0.1,0.08,,0.02,0,2004-09-28, +/games/boxart/full_3390303AmericaFrontccc.jpg,The Smurfs 2,WiiU,Platform,Ubisoft,Way Forward,,0.1,0.05,,0.04,0.01,2013-07-23,2018-03-17 +/games/boxart/full_9883755JapanFrontccc.jpg,Initial D: Street Stage,PSP,Racing,Sega,Sega Rosso,,0.1,,0.1,,,2006-02-23, +/games/boxart/full_8889210AmericaFrontccc.jpg,The Walking Dead: Season Two,X360,Adventure,Telltale Games,Telltale Games,,0.1,0.04,,0.05,0.01,2014-10-14,2018-01-06 +/games/boxart/full_happy-feet-two-the-videogame_559AmericaFront.jpg,Happy Feet Two,X360,Adventure,Warner Bros. Interactive,KMM Games,,0.1,0.08,,0.01,0.01,2011-11-08, +/games/boxart/full_icarly-2-ijoin-the-click_0AmericaFront.jpg,iCarly 2: iJoin The Click!,Wii,Adventure,Activision,Blitz Games,,0.1,0.08,,0.01,0.01,2010-11-16, +/games/boxart/full_man-vs-wild_973AmericaFront.jpg,Man vs. Wild,X360,Adventure,Crave Entertainment,Scientifically Proven,,0.1,0.09,,,0.01,2011-04-26, +/games/boxart/full_1178937AmericaFrontccc.jpg,Déraciné,PS4,Adventure,Sony Interactive Entertainment,From Software,,0.1,0.07,0.01,,0.02,2018-11-06,2018-09-11 +/games/boxart/full_9204282JapanFrontccc.jpg,Kiniro no Corda 3,PSP,Adventure,KOEI,Koei,,0.1,,0.1,,,2010-02-25, +/games/boxart/full_7601558AmericaFrontccc.jpg,Touch Detective,DS,Adventure,Atlus,"BeeWorks Co., Ltd.",,0.1,0.06,,0.03,0.01,2006-10-24, +/games/boxart/full_3863658AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,Wii,Action,D3 Publisher,High Voltage Software,,0.1,0.09,,0,0.01,2009-10-20, +/games/boxart/full_3281128AmericaFrontccc.jpg,Resident Evil: Revelations 2,X360,Action,Capcom,Capcom,,0.1,0.07,,0.02,0.01,2015-02-25,2018-04-15 +/games/boxart/full_5061130AmericaFrontccc.jpg,Star Wars: Lethal Alliance,DS,Action,Ubisoft,Ubisoft Casablanca,,0.1,0.08,,0.01,0.01,2006-12-14, +/games/boxart/3606284ccc.jpg,Disney's The Jungle Book,GBA,Platform,Ubisoft,Visual Impact,5,0.1,0.07,,0.03,0,2003-02-11, +/games/boxart/full_7333062AmericaFrontccc.jpg,Over the Hedge,XB,Platform,Activision,Edge of Reality,6.6,0.1,0.07,,0.02,0,2006-05-09, +/games/boxart/full_1069725AmericaFrontccc.jpg,Bujingai: The Forsaken City,PS2,Fighting,BAM! Entertainment,RED Entertainment,,0.1,0.05,,0.04,0.01,2004-07-25, +/games/boxart/full_6816317JapanFrontccc.jpg,Gouketuji Ichizoku 2: Chottodake Saikyou Densetsu,PS,Fighting,Atlus,AI,,0.1,,0.1,,0.01,1995-10-20, +/games/boxart/full_8150295JapanFrontccc.jpg,Zero4 Champ RR-Z,SNES,Racing,Media Rings,Media Rings,,0.1,,0.1,,0,1995-11-25, +/games/boxart/full_8909307JapanFrontccc.png,Sumikko Gurashi: Sumikko Park e Youkoso,NS,Misc,Nippon Columbia,Nippon Columbia,,0.1,,0.1,,,2017-12-07,2018-01-07 +/games/boxart/full_3088634AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,X360,Misc,Disney Interactive Studios,Zoe Mode,,0.1,0.09,,,0.01,2009-02-17, +/games/boxart/full_start-the-party-save-the-world_983PALFront.jpg,Start the Party! Save the World,PS3,Misc,Sony Computer Entertainment,Supermassive Games Ltd.,,0.1,,,0.08,0.02,2011-11-25, +/games/boxart/full_natgeo-challenge-wild-life_2PALFront.jpg,NatGeo Challenge! Wild Life,PS3,Misc,D3 Publisher,Gusto Games,,0.1,0.05,,0.03,0.01,2010-11-09, +/games/boxart/5349800ccc.jpg,Universal Studios Theme Parks Adventure,GC,Misc,Kemco,Kemco,5.1,0.1,0.08,,0.02,0,2001-12-18, +/games/boxart/full_1941889JapanFrontccc.jpg,Nihon Keizai Shinbunsha Kanshuu: Shiranai Mamade wa Son o Suru Mono ya Okane no Shikumi DS,DS,Misc,Nintendo,Nintendo,,0.1,,0.1,,,2009-08-27, +/games/boxart/full_5694372PALFrontccc.jpg,Fifi and the Flowertots,DS,Misc,Avanquest,Avanquest Software,,0.1,,,0.09,0.01,2009-07-17, +/games/boxart/full_who-wants-to-be-a-millionaire_524AmericaFront.jpg,Who Wants to Be A Millionaire?,X360,Misc,Ubisoft,Ubisoft,,0.1,0.09,,,0.01,2011-11-01, +/games/boxart/9240337ccc.jpg,Olympic Summer Games: Atlanta 1996,PS,Sports,Eidos Interactive,Silicon Dreams,,0.1,0.06,,0.04,0.01,1996-07-23, +/games/boxart/full_8233220JapanFrontccc.jpg,Doko Demo Issho,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.1,,0.1,,,2004-12-16, +/games/boxart/full_4072419AmericaFrontccc.png,Karaoke Revolution,PS3,Misc,Konami,Blitz Games,,0.1,0.07,,0.03,0.01,2009-11-24, +/games/boxart/8335049ccc.jpg,Surf's Up,X360,Sports,Ubisoft,Ubisoft Montreal,6.2,0.1,0.09,,0,0.01,2007-05-30, +/games/boxart/full_5220666AmericaFrontccc.jpg,Fantasia: Music Evolved,X360,Music,Disney Interactive Studios,Harmonix Music Systems,,0.1,0.08,,0.01,0.01,2014-10-21,2018-11-24 +/games/boxart/full_6598635AmericaFrontccc.jpg,Let's Sing 2016,PS4,Music,Ravenscourt,Voxler,,0.1,0.08,,,0.02,2015-10-23,2018-04-07 +/games/boxart/full_3367150JapanFrontccc.jpg,Idol Janshi Suchie-Pai Remix,SAT,Misc,Jaleco,Jaleco,,0.1,,0.1,,,1995-09-29, +/games/boxart/full_1367868AmericaFrontccc.jpg,Exhibition Volume 03,XB,Misc,Microsoft,Various,,0.1,0.07,,0.02,0,2003-07-17,2018-09-25 +/games/boxart/full_squinkies-2-adventure-mall-surprize_666AmericaFront.jpg,Squinkies 2: Adventure Mall Surprize!,DS,Platform,Activision,Activision,,0.1,0.09,,,0.01,2011-10-25, +/games/boxart/full_cartoon-network-punch-time-explosion_337AmericaFront.jpg,Cartoon Network: Punch Time Explosion,3DS,Fighting,Crave Entertainment,Papaya Studios,5.6,0.1,0.07,,0.02,0.01,2011-06-02, +/games/boxart/full_2341534AmericaFrontccc.jpg,Dead or Alive 5 Plus,PSV,Fighting,Tecmo Koei,Team Ninja,8,0.1,,0.03,0.06,0.02,2013-03-19,2018-11-20 +/games/boxart/full_2643391AmericaFrontccc.jpg,Street Fighter Collection,PS,Fighting,Capcom,Capcom,,0.1,,0.09,,0.01,1997-11-30, +/games/boxart/full_ultimate-marvel-vs-capcom-3_637AmericaFront.jpg,Ultimate Marvel vs. Capcom 3,PS3,Fighting,Capcom,Capcom,,0.1,,0.04,0.04,0.01,2011-11-15, +/games/boxart/full_4954486AmericaFrontccc.jpg,Supremacy MMA,PSV,Fighting,505 Games,Kung Fu Factory,,0.1,0.02,,0.05,0.02,2012-03-27,2018-11-24 +/games/boxart/full_4394865JapanFrontccc.jpg,Tatsunoko vs. Capcom: Cross Generation of Heroes,Wii,Fighting,Capcom,Eighting,,0.1,,0.1,,,2008-12-11, +/games/boxart/full_1498971AmericaFrontccc.jpg,Draglade,DS,Fighting,Atlus,Dimps Corporation,,0.1,0.09,,0,0.01,2007-12-04, +/games/boxart/534792ccc.jpg,E·O·E: Eve Of Extinction,PS2,Fighting,Eidos Interactive,Yuke's Future Media Creators,,0.1,0.04,0.02,0.03,0.01,2002-02-26, +/games/boxart/full_7310791JapanFrontccc.jpg,Virtual Pro Wrestling,PS,Fighting,Asmik Ace Entertainment,Aki Corporation,,0.1,,0.09,,0.01,1996-09-13, +/games/boxart/full_7746533AmericaFrontccc.jpg,Guilty Gear Isuka,PS2,Fighting,Sammy Corporation,Arc System Works,,0.1,0.05,,0.04,0.01,2004-11-02, +/games/boxart/full_5585426AmericaFrontccc.jpg,Ultimate Muscle - The Kinnikuman Legacy: The Path of the Superhero,GBA,Fighting,Bandai,Banpresto,,0.1,0.05,0.03,0.02,0,2003-06-05, +/games/boxart/default.jpg,Real Bout Garou Densetsu,SAT,Fighting,SNK,SNK Corporation,,0.1,,0.1,,0,1996-09-20, +/games/boxart/full_4568210AmericaFrontccc.jpg,Ultra Street Fighter IV,PS4,Fighting,Sony Computer Entertainment,Capcom,,0.1,,,0.08,0.01,2015-05-26, +/games/boxart/full_4315490AmericaFrontccc.jpg,Dead or Alive 5 Last Round,XOne,Fighting,Tecmo Koei,Team Ninja,7.5,0.1,0.05,0.01,0.03,0.01,2015-02-17,2018-11-20 +/games/boxart/full_7259397AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,3DS,Platform,Namco Bandai Games,Inti Creates,,0.1,0.05,,0.04,0.01,2013-11-05,2018-12-02 +/games/boxart/full_3231178JapanFrontccc.jpg,Momotarou Dentetsu 16,Wii,Misc,Hudson Soft,Hudson Soft,,0.1,,0.1,,,2007-07-19, +/games/boxart/5073712ccc.jpg,UFC: Tapout 2,XB,Fighting,TDK Mediactive,DreamFactory,,0.1,0.08,,0.02,0,2003-03-20, +/games/boxart/full_8417633AmericaFrontccc.jpg,Dragon Ball: Evolution,PSP,Fighting,Namco Bandai,Dimps Corporation,3.4,0.1,0.09,,,0.01,2009-04-08, +/games/boxart/full_5986361JapanFrontccc.jpg,Naruto Shippuuden: Gekitou Ninja Taisen! EX,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.1,,0.1,,,2007-02-22, +/games/boxart/full_2466577AmericaFrontccc.jpg,The King of Fighters: Dream Match 1999,DC,Fighting,SNK,SNK Corporation,7.2,0.1,,0.1,,0,1999-09-30, +/games/boxart/full_2301179AmericaFrontccc.jpg,X-Men: Children of the Atom,PS,Fighting,Capcom,Probe Entertainment Limited,,0.1,0.06,,0.04,0.01,1998-03-03, +/games/boxart/3502045ccc.jpg,Capcom vs. SNK 2 EO,XB,Fighting,Capcom,Capcom,,0.1,0.08,,0.02,0,2003-02-11, +/games/boxart/full_8487144JapanFrontccc.jpg,Kamen Rider: Climax Heroes W,Wii,Fighting,Namco Bandai,Eighting,,0.1,,0.1,,,2009-12-03, +/games/boxart/full_mystery-stories-curse-of-the-ancient-spirits_83AmericaFront.jpg,Mystery Stories: Curse of the Ancient Spirits,DS,Adventure,Unknown,Avanquest Software,,0.1,0.05,,0.04,0.01,2011-06-28, +/games/boxart/full_2177197AmericaFrontccc.jpg,Cate West: The Vanishing Files,DS,Adventure,Destineer,Magellan Interactive,,0.1,0.08,,0.01,0.01,2008-12-15, +/games/boxart/full_national-geographic-challenge_784AmericaFront.jpg,National Geographic Challenge!,Wii,Misc,Ignition Entertainment,Gusto Games,,0.1,0.07,,0.02,0.01,2011-11-23, +/games/boxart/full_9929984JapanFrontccc.jpg,Gundam Breaker,PSV,Misc,Namco Bandai Games,Bandai,,0.1,,0.1,,,2013-10-31,2018-10-27 +/games/boxart/full_3384458AmericaFrontccc.jpg,Alvin and the Chipmunks: The Squeakquel,Wii,Misc,Majesco,ImaginEngine,,0.1,0.09,,0,0.01,2009-12-01, +/games/boxart/1534985ccc.jpg,Brain Quest: Grades 5 & 6,DS,Misc,Electronic Arts,Planet Moon Studios,,0.1,0.1,,,0.01,2008-09-22, +/games/boxart/full_who-wants-to-be-a-millionaire-3rd-edition_7AmericaFront.jpg,Who Wants to Be a Millionaire: 3rd Edition,Wii,Misc,Ubisoft,Ubisoft,,0.1,0.1,,,0.01,2010-10-05, +/games/boxart/full_truth-or-lies_10AmericaFront.jpg,Truth or Lies,Wii,Misc,THQ,Big Ant Studios,,0.1,0.04,,0.05,0.01,2010-09-14, +/games/boxart/full_4272943JapanFrontccc.jpg,Gokuhou!! Mecha Mote Iinchou: MM Town de Miracle Change!,DS,Simulation,Konami,Konami,,0.1,,0.1,,,2009-12-10, +/games/boxart/full_4557954AmericaFrontccc.jpg,Real Farm,XOne,Simulation,Soedesco,Triangle Studios,,0.1,0.08,,,0.01,2017-10-27,2018-08-07 +/games/boxart/full_713058AmericaFrontccc.jpg,Imagine: Reporter,DS,Simulation,Ubisoft,Visual Impact,,0.1,0.08,,0.01,0.01,2010-02-02, +/games/boxart/full_7327132JapanFrontccc.jpg,Machi-Ing Maker 3 x Tousouchuu,PSP,Simulation,D3 Publisher,"Indi Software Co., Ltd.",,0.1,,0.1,,,2010-01-28, +/games/boxart/full_heatseeker_4AmericaFront.jpg,Heatseeker,Wii,Simulation,Codemasters,IR Gurus,5.5,0.1,0.08,,0,0.01,2007-05-01, +/games/boxart/full_1199757AmericaFrontccc.jpg,Tom Clancy's Splinter Cell,GBA,Shooter,Ubisoft,Ubisoft,,0.1,0.07,,0.03,0,2003-04-27, +/games/boxart/full_despicable-me-the-game_0AmericaFront.jpg,Despicable Me: The Game,PS2,Platform,D3 Publisher,Monkey Bar Games,,0.1,0.05,,0.04,0.01,2010-07-06, +/games/boxart/full_4703160AmericaFrontccc.jpg,WireWay,DS,Platform,Konami,Konami,,0.1,0.1,,,0.01,2009-11-03, +/games/boxart/full_6982550AmericaFrontccc.jpg,Attack of the Movies 3D,Wii,Shooter,Majesco,Panic Button Games Inc.,,0.1,0.09,,,0.01,2010-05-18, +/games/boxart/4697815ccc.jpg,Alien Hominid,PS2,Shooter,O~3 Entertainment,The Behemoth,,0.1,0.05,,0.04,0.01,2004-11-21, +/games/boxart/2953896ccc.jpg,Silent Scope Complete,XB,Shooter,Konami,Konami,,0.1,0.07,,0.02,0,2004-02-10, +/games/boxart/5599385ccc.jpg,Tom Clancy's Classic Trilogy,XB,Shooter,Ubisoft,Unknown,,0.1,0.07,,0.02,0,2004-11-16, +/games/boxart/full_3850117AmericaFrontccc.jpg,System Flaw,DS,Shooter,Storm City Games,Visual Impact,,0.1,0.09,,,0.01,2009-10-27, +/games/boxart/full_neverdead_153AmericaFront.jpg,NeverDead,X360,Shooter,Konami,Rebellion Developments,,0.1,0.06,0,0.03,0.01,2012-01-31, +/games/boxart/5493336ccc.jpg,Blast Chamber,PS,Shooter,Activision,Attention To Detail,,0.1,0.05,,0.04,0.01,1996-09-30, +/games/boxart/full_9578244AmericaFrontccc.jpg,Steel Battalion,XB,Simulation,Capcom,"Capcom Production Studio 4 / Nude Maker Co., Ltd.",7.7,0.1,0.05,0.02,0.02,0,2002-11-21, +/games/boxart/full_359978AmericaFrontccc.jpg,Wolfenstein The Two Pack,PS4,Shooter,Bethesda Softworks,MachineGames,,0.1,0.08,,,0.02,2017-08-22,2018-07-04 +/games/boxart/6043701ccc.jpg,Disney's Chicken Little: Ace In Action,Wii,Shooter,Buena Vista,Avalanche Software,7.6,0.1,0.09,,0,0.01,2006-12-11, +/games/boxart/4267396ccc.jpg,Metal Slug 3,XB,Shooter,SNK,SNK Corporation,,0.1,0.08,,0.02,0,2004-05-26, +/games/boxart/8421577ccc.jpg,Reign of Fire,XB,Shooter,BAM! Entertainment,Kuju Entertainment,,0.1,0.07,,0.02,0,2002-10-22, +/games/boxart/full_218869AmericaFrontccc.jpg,Darkest of Days,X360,Shooter,Phantom EFX,8MonkeyLabs,4.6,0.1,0.09,,,0.01,2009-09-08, +/games/boxart/5282812ccc.jpg,Darius Gaiden,SAT,Shooter,Acclaim Entertainment,Aisystem Tokyo,,0.1,,0.1,,,1996-01-01, +/games/boxart/full_7595949JapanFrontccc.jpg,Choujikuu Yousai Macross: Ai Oboete Imasu ka,SAT,Shooter,Bandai,Emotion,,0.1,,0.1,,,1997-06-06, +/games/boxart/full_565792AmericaFrontccc.jpg,The History Channel: Civil War - Secret Missions,PS3,Shooter,Activision,Cauldron Ltd.,,0.1,0.09,,,0.01,2008-11-04, +/games/boxart/full_4756941JapanFrontccc.jpg,All Kamen Rider: Rider Generation 2,DS,Fighting,Namco Bandai Games,Bandai Namco Games,,0.1,,0.1,,,2012-08-02,2018-11-23 +/games/boxart/full_mindjack_764AmericaFront.jpg,MindJack,X360,Shooter,Square Enix,FeelPlus,4.5,0.1,0.07,,0.02,0.01,2011-01-18, +/games/boxart/full_3314309AmericaFrontccc.jpg,Yooka-Laylee,XOne,Platform,Sold Out,Playtonic Games,,0.1,0.05,,0.04,0.01,2017-04-11,2018-05-31 +/games/boxart/9906673ccc.jpg,Ballistic: Ecks vs. Sever,GBA,Shooter,BAM! Entertainment,Crawfish Interactive,7.3,0.1,0.07,,0.03,0,2002-09-14, +/games/boxart/5391661ccc.jpg,"Blast Works: Build, Trade, Destroy",Wii,Shooter,Majesco,BudCat Creations,8.2,0.1,0.09,,0,0.01,2008-06-11, +/games/boxart/full_2412514AmericaFrontccc.jpg,Battlefield V,PC,Shooter,Electronic Arts,EA DICE,,0.1,,,0.09,0.01,2018-11-20,2018-12-19 +/games/boxart/9016985ccc.gif,Medal of Honor: Vanguard,Wii,Shooter,Electronic Arts,EA Los Angeles,,0.1,0.06,,0.03,0.01,2007-03-26, +/games/boxart/7784606ccc.jpg,Bullet Witch,X360,Shooter,Atari,Cavia Inc.,6.6,0.1,0.07,0.02,0.01,0.01,2007-02-27, +/games/boxart/full_1429775AmericaFrontccc.jpg,Zone of the Enders: The 2nd Runner MARS,PS4,Simulation,Konami,Cygames,,0.1,0.05,0.03,0.01,0.01,2018-09-04,2018-09-26 +/games/boxart/full_8305281AmericaFrontccc.jpg,Dreamer Series: Top Model,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.1,0.1,,,0.01,2009-09-28, +/games/boxart/full_9311462AmericaFrontccc.jpg,Slime Rancher,PS4,Simulation,Skybound Games,Monomi Park,,0.1,0.08,,,0.02,2018-09-04,2018-08-07 +/games/boxart/full_1020143JapanFrontccc.jpg,Kirarin * Revolution: Tsukutte Misechao! Kime * Kira Stage,DS,Simulation,Konami,Konami,,0.1,,0.1,,,2007-12-13, +/games/boxart/full_americas-next-top-model_3AmericaFront.jpg,America's Next Top Model,DS,Simulation,Conspiracy Entertainment,Independent Arts Software,,0.1,0.1,,0,0.01,2010-06-01, +/games/boxart/1823795ccc.jpg,Pajama Sam: Don't Fear the Dark,Wii,Adventure,Majesco,Mistic Studios,,0.1,0.09,,,0.01,2008-08-26, +/games/boxart/full_8990414JapanFrontccc.jpg,Higurashi no Nakukoru ni Kizuna: Dai-Ni-Kan - Sou,DS,Adventure,Alchemist,Alchemist,,0.1,,0.1,,,2008-11-27, +/games/boxart/full_6970173AmericaFrontccc.jpg,Flushed Away,DS,Platform,D3 Publisher,Art,,0.1,0.09,,0,0.01,2006-10-24, +/games/boxart/full_9906330AmericaFrontccc.jpg,Stardew Valley,PS4,Simulation,505 Games,ConcernedApe,8.8,0.1,0.04,,0.04,0.02,2017-04-11,2019-02-11 +/games/boxart/9475659ccc.jpg,Dropship: United Peace Force,PS2,Simulation,BAM! Entertainment,Psygnosis Camden Studio,,0.1,0.05,,0.04,0.01,2002-05-29, +/games/boxart/8903267ccc.jpg,Brooktown High: Senior Year,PSP,Simulation,Konami,Backbone Entertainment,,0.1,0.09,,,0.01,2007-05-22, +/games/boxart/full_8347592AmericaFrontccc.jpg,Top Gun: Combat Zones,GBA,Simulation,Mastiff,Titus Software,,0.1,0.07,,0.03,0,2004-12-01, +/games/boxart/full_2212799AmericaFrontccc.jpg,Help Wanted: 50 Wacky Jobs,Wii,Simulation,Hudson Soft,Hudson Soft,,0.1,0.06,,0.03,0.01,2009-05-12, +/games/boxart/full_8772288AmericaFrontccc.jpg,My Healthy Cooking Coach,DS,Simulation,Ubisoft,Ubisoft,,0.1,0.09,,,0.01,2009-06-23, +/games/boxart/full_8077135AmericaFrontccc.jpg,3D Tank Warfare Simulator Panzer Front,PS,Simulation,Agetec,Enterbrain,,0.1,0.06,,0.04,0.01,2001-09-10, +/games/boxart/full_5222804JapanFrontccc.jpg,Kabushiki Baibai Trainer: Kabutore!,DS,Simulation,Konami,Kojima Productions,,0.1,,0.1,,,2006-12-14, +/games/boxart/full_6784258JapanFrontccc.jpg,"Sakura Wars 2: Kimi, Shinitamou koto Nakare",DC,Adventure,Sega,Overworks,,0.1,,0.1,,0,2000-09-21, +/games/boxart/full_4682250JapanFrontccc.jpg,Lucky * Star: Ryouou Gakuen Outousai,PS2,Adventure,Kadokawa Shoten,Type-Moon,,0.1,,0.1,,,2008-01-24, +/games/boxart/7372675ccc.jpg,Beyond Good & Evil,XB,Adventure,Ubisoft,Ubisoft Montpellier,,0.1,0.08,,0.02,0,2003-12-02, +/games/boxart/full_toaru-majutsu-no-kinsho-mokuroku_634JapanFront.jpg,Toaru Majutsu no Index,PSP,Adventure,Kadokawa Shoten,ASCII Media Works,,0.1,,0.1,,,2011-01-27, +/games/boxart/full_hakuoki-demon-of-the-fleeting-blossom_77AmericaFront.png,Hakuoki: Demon of the Fleeting Blossom,PSP,Adventure,Aksys Games,Idea Factory,,0.1,0.08,,,0.01,2012-02-14, +/games/boxart/full_emergency-2012_241AmericaFront.jpg,Emergency 2012,PC,Simulation,THQ,Quadriga Games,,0.1,0.04,,0.05,0.01,2011-01-05, +/games/boxart/full_3983627AmericaFrontccc.jpg,Paws & Claws: Pet Vet,Wii,Simulation,THQ,ValuSoft,,0.1,0.09,,,0.01,2009-08-18, +/games/boxart/full_9432783AmericaFrontccc.jpg,Hyperdimension Idol Neptunia PP,PSV,Simulation,Namco Bandai Games,Idea Factory,,0.1,0.02,0.04,0.02,0.01,2014-06-03,2018-06-22 +/games/boxart/full_doras-cooking-club_555AmericaFront.jpg,Dora's Cooking Club,DS,Misc,2K Play,2K Play,,0.1,0.08,,0.01,0.01,2010-10-26, +/games/boxart/full_michael-jackson-the-experience_687AmericaFront.jpg,Michael Jackson The Experience HD,PSV,Misc,Ubisoft,Longtail Studios,,0.1,0.04,,0.04,0.02,2012-02-14, +/games/boxart/full_8235803AmericaFrontccc.jpg,Monkey Mischief! Party Time,Wii,Misc,Activision,Activision,,0.1,0.09,,0,0.01,2008-11-18, +/games/boxart/full_7150823AmericaFrontccc.jpg,Rolling Stone: Drum King,Wii,Misc,505 Games,Del,,0.1,0.09,,0,0.01,2009-05-26, +/games/boxart/full_rio_223AmericaFront.jpg,Rio,X360,Misc,THQ,TBA,,0.1,0.05,,0.03,0.01,2011-04-12, +/games/boxart/full_9409853AmericaFrontccc.jpg,Beach Spikers: Virtua Beach Volleyball,GC,Sports,Sega,Sega-AM2,7.1,0.1,0.08,,0.02,0,2002-08-12, +/games/boxart/full_5549268AmericaFrontccc.jpg,Myst,DS,Adventure,Empire Interactive,Hopelite Research,,0.1,0.09,,0,0.01,2008-05-13, +/games/boxart/9406018ccc.jpg,Indigo Prophecy,XB,Adventure,Atari,Quantic Dream,,0.1,0.07,,0.03,0,2005-09-26, +/games/boxart/full_lord-of-apocalypse_200JapanFront.jpg,Lord of Apocalypse,PSP,Role-Playing,Square Enix,Access Games,,0.1,,0.1,,,2011-12-17, +/games/boxart/full_468852AmericaFrontccc.jpg,Blue Dragon: Awakened Shadow,DS,Role-Playing,D3 Publisher,Mistwalker Corporation / tri-Crescendo / Bird Studio,5.7,0.1,0.06,0.03,0,0,2010-05-18, +/games/boxart/243901ccc.jpg,Shining Force EXA,PS2,Role-Playing,Sega,Neverland,,0.1,,0.1,,,2007-03-20, +/games/boxart/full_4909982AmericaFrontccc.jpg,Shadow Tower,PS,Role-Playing,Agetec,From Software,5.7,0.1,0.01,0.07,0.01,0.01,1999-10-31, +/games/boxart/full_7956627AmericaFrontccc.jpg,Luminous Arc 2 (JP sales),DS,Role-Playing,Atlus,imageepoch Inc.,,0.1,,0.1,,,2008-11-18, +/games/boxart/full_1032715AmericaFrontccc.jpg,Persona Q2: New Cinema Labyrinth,3DS,Role-Playing,Atlus,Atlus,,0.1,,0.1,,,2019-06-04,2019-02-07 +/games/boxart/full_the-legend-of-heroes-trails-in-the-sky_967AmericaFront.jpg,The Legend of Heroes: Trails in the Sky,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.1,0.1,0.06,0.03,0,,2011-03-29, +/games/boxart/7418721ccc.jpg,Ar tonelico: Melody of Elemia,PS2,Role-Playing,Nippon Ichi Software,Gust,7,0.1,,0.1,,,2007-02-06, +/games/boxart/3973450ccc.jpg,Aidyn Chronicles: The First Mage,N64,Role-Playing,THQ,H2O Interactive,6,0.1,0.08,,0.02,0,2001-03-14, +/games/boxart/full_5802881AmericaFrontccc.jpg,King's Field: The Ancient City,PS2,Role-Playing,Agetec,From Software,,0.1,0.05,,0.04,0.01,2002-03-25, +/games/boxart/full_6362785AmericaFrontccc.jpg,Odin Sphere: Leifthrasir,PS3,Role-Playing,Atlus,Vanillaware,,0.1,0.03,0.04,0.02,0.01,2016-06-07, +/games/boxart/full_8576053AmericaFrontccc.jpg,Divinity: Original Sin,XOne,Role-Playing,Focus Home Interactive,Larian Studios,,0.1,0.06,,0.03,0.01,2015-10-27, +/games/boxart/full_1738874JapanFrontccc.jpg,Crime Crackers,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,,0.1,,0.09,,0.01,1994-12-03, +/games/boxart/3810451ccc.jpg,Contact,DS,Role-Playing,Atlus,Grasshopper Manufacture,,0.1,0.07,0.03,0,0.01,2006-10-19, +/games/boxart/full_4581997AmericaFrontccc.jpg,Riviera: The Promised Land,GBA,Role-Playing,Atlus,Sting,8.7,0.1,0.07,,0.03,0,2005-06-28, +/games/boxart/full_5489243AmericaFrontccc.jpg,Opoona,Wii,Role-Playing,KOEI,ArtePiazza,6.4,0.1,0.08,0.01,0,0.01,2008-03-25, +/games/boxart/full_7541216JapanFrontccc.jpg,Power Pocket Koushien,DS,Sports,Konami,PawaPuro Production,,0.1,,0.1,,,2005-08-04, +/games/boxart/full_1005696AmericaFrontccc.jpg,Dungeons & Dragons Tactics,PSP,Strategy,Atari,Kuju Entertainment,5.2,0.1,0.09,,0,0.01,2007-08-14, +/games/boxart/full_1523770JapanFrontccc.jpg,Culdcept DS,DS,Strategy,Sega,OmiyaSoft,,0.1,,0.1,,,2008-10-16, +/games/boxart/full_weiss-schwarz-portable_181JapanFront.jpg,Weiss Schwarz Portable,PSP,Strategy,Namco Bandai,Namco Bandai Games,,0.1,,0.1,,,2011-11-23, +/games/boxart/full_record-of-agarest-war-zero_91AmericaFront.jpg,Record of Agarest War Zero,X360,Strategy,Aksys Games,Compile Heart,6.5,0.1,0.09,,,0.01,2011-06-14, +/games/boxart/full_2328053AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War II - Chaos Rising",PC,Strategy,THQ,Relic,8.6,0.1,0.08,,0.01,0.01,2010-03-11, +/games/boxart/full_8085486AmericaFrontccc.jpg,SNK vs. Capcom Card Fighters DS,DS,Strategy,SNK Playmore,SNK Playmore Corporation,,0.1,0.09,,,0.01,2007-04-24, +/games/boxart/819873ccc.jpg,The Bard's Tale,XB,Role-Playing,inXile Entertainment,InXile Entertainment,,0.1,0.08,,0.02,0,2004-10-26, +/games/boxart/full_4897186AmericaFrontccc.jpg,The Ant Bully,PS2,Platform,Midway Games,Artificial Mind and Movement,,0.1,0.05,,0.04,0.01,2006-07-24, +/games/boxart/full_5083712JapanFrontccc.jpg,Kirarin * Revolution: Mezase! Idol Queen,DS,Simulation,Konami,Konami,,0.1,,0.1,,,2007-07-12, +/games/boxart/full_8221555AmericaFrontccc.jpg,SimAnimals Africa,DS,Simulation,Electronic Arts,The Sims Studio,,0.1,0.08,,0.02,0.01,2009-10-27, +/games/boxart/full_4248967AmericaFrontccc.jpg,The Smurfs 2,Wii,Platform,Ubisoft,Way Forward,,0.1,,,0.1,0.01,2013-07-23,2018-03-17 +/games/boxart/7866850ccc.jpg,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,PS2,Platform,Global Star Software,High Voltage Software,,0.1,0.05,,0.04,0.01,2005-10-11, +/games/boxart/5876108ccc.jpg,Disney's Donald Duck: Goin' Quackers,N64,Platform,Ubisoft,Disney Interactive Studios,,0.1,0.08,,0.02,0,2000-12-20, +/games/boxart/full_7619286AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,X360,Platform,Namco Bandai Games,Monkey Bar Games,,0.1,0.05,,0.04,0.01,2014-10-14,2018-11-16 +/games/boxart/full_6378259AmericaFrontccc.jpg,Vexx,XB,Platform,Acclaim Entertainment,Acclaim Studios Austin,6.8,0.1,0.08,,0.02,0,2003-02-10, +/games/boxart/full_9294151JapanFrontccc.jpg,Uta no Prince-Sama: Debut,PSP,Visual Novel,Broccoli,Nippon Ichi Software,,0.09,,0.09,,,2012-05-24,2018-11-29 +/games/boxart/full_4401309AmericaFrontccc.jpg,Trivial Pursuit unhinged,XB,Misc,Atari,Artech Studios,,0.09,0.07,,0.02,0,2004-03-24, +/games/boxart/full_9201675AmericaFrontccc.jpg,Attack on Titan 2,XOne,Action,Koei Tecmo,Omega Force,7,0.09,0.08,,,0.01,2018-03-20,2018-03-30 +/games/boxart/full_1760526AmericaFrontccc.jpg,Mystic Heroes,GC,Action,KOEI,Koei,6.8,0.09,0.03,0.04,0.01,0,2002-09-30, +/games/boxart/full_9046897AmericaFrontccc.jpg,Viewtiful Joe: Red Hot Rumble,PSP,Action,Capcom,Clover Studio,,0.09,0.08,,0,0.01,2006-03-22, +/games/boxart/full_7012024JapanFrontccc.jpg,Kenka Banchou 2: Full Throttle,PS2,Action,Spike,YSK,,0.09,,0.09,,,2007-03-08, +/games/boxart/8242653ccc.jpg,World Championship Poker 2: Featuring Howard Lederer,XB,Misc,Crave Entertainment,Point of View,,0.09,0.07,,0.02,0,2005-11-03, +/games/boxart/default.jpg,Learn Chess,DS,Misc,DreamCatcher Interactive,Dreamcatcher,,0.09,0.09,,,0.01,2009-12-27, +/games/boxart/full_9097838JapanFrontccc.jpg,Uta no Prince-Sama: All Star After Secret,PSP,Action,Broccoli,Unknown,,0.09,,0.09,,,2015-03-12, +/games/boxart/full_14229JapanFrontccc.jpg,Sengoku Basara 4: Sumeragi,PS3,Action,Capcom,Unknown,,0.09,,0.09,,,2015-07-23, +/games/boxart/full_2247231AmericaFrontccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,GC,Action,Activision,Krome Studios,6.2,0.09,0.07,,0.02,0,2005-10-12, +/games/boxart/full_6338419AmericaFrontccc.jpg,Bionicle,GBA,Action,THQ,Mobius Entertainment,,0.09,0.06,,0.02,0,2003-09-10, +/games/boxart/full_6304412AmericaFrontccc.jpg,Jumper: Griffin's Story,Wii,Action,Brash Entertainment,Collision Studios,,0.09,0.08,,0,0.01,2008-02-12, +/games/boxart/full_4894590AmericaFrontccc.jpg,Lara Croft and the Temple of Osiris,PS4,Action,Square Enix,Crystal Dynamics,,0.09,,,0.07,0.01,2014-12-09,2018-07-30 +/games/boxart/full_3465458AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,GBA,Action,LucasArts,Amaze Entertainment,6,0.09,0.06,,0.02,0,2006-09-12, +/games/boxart/full_dance-on-broadway_659AmericaFront.jpg,Dance on Broadway,PS3,Misc,Ubisoft,Longtail Studios,,0.09,0.05,,0.03,0.01,2011-03-15, +/games/boxart/full_8779169AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Crystal Kingdom,PS2,Misc,2K Play,Take-Two Interactive,,0.09,0.05,,0.04,0.01,2009-11-09, +/games/boxart/full_jasf-janes-advanced-strike-fighters_917AmericaFront.jpg,JASF: Jane's Advanced Strike Fighters,X360,Simulation,Unknown,Trickstar Games,,0.09,0.06,,0.02,0.01,2011-10-21, +/games/boxart/full_9805993JapanFrontccc.jpg,Ochaken no Heya DS 2,DS,Simulation,MTO,MTO,,0.09,,0.09,,,2007-01-18, +/games/boxart/full_3913919AmericaFrontccc.jpg,Train Sim World,PS4,Simulation,Maximum Games,Dovetail Games,,0.09,0.05,,0.03,0.02,2018-07-24,2018-06-08 +/games/boxart/full_2334954AmericaFrontccc.jpg,The Wolf Among Us,PS3,Adventure,Telltale Games,Telltale Games,,0.09,0.05,,0.02,0.02,2014-11-04,2018-05-20 +/games/boxart/full_back-to-the-future-the-game_704AmericaFront.jpg,Back to the Future: The Game,PS3,Adventure,Telltale Games,Telltale Games,,0.09,0.07,,0.01,0.01,2011-10-25,2018-04-23 +/games/boxart/full_3683137AmericaFrontccc.jpg,Obscure: The Aftermath,PSP,Adventure,Playlogic Game Factory,Hydravision Entertainment,6.5,0.09,0.05,,0.03,0.01,2009-09-29, +/games/boxart/full_4441286PALFrontccc.jpg,The Wolf Among Us,XOne,Adventure,Telltale Games,Telltale Games,,0.09,0.06,,0.02,0.01,2014-11-04, +/games/boxart/full_3901610AmericaFrontccc.jpg,The Mummy: Tomb of the Dragon Emperor,DS,Adventure,Sierra Entertainment,Artificial Mind and Movement,,0.09,0.08,,0,0.01,2008-07-22, +/games/boxart/full_2024072AmericaFrontccc.jpg,The Mummy: Tomb of the Dragon Emperor,Wii,Adventure,Sierra Entertainment,Eurocom Entertainment Software,,0.09,0.08,,0,0.01,2008-07-22, +/games/boxart/5985824ccc.jpg,Agatha Christie: Evil Under the Sun,Wii,Adventure,The Adventure Company,AWE Games,,0.09,0.06,,0.02,0.01,2008-11-19, +/games/boxart/full_photokano_62JapanFront.jpg,PhotoKano,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.09,,0.09,,,2012-02-02, +/games/boxart/8854167ccc.gif,Scooby-Doo! Who's Watching Who?,DS,Adventure,THQ,THQ,,0.09,0.08,,0.01,0.01,2006-10-16, +/games/boxart/full_2658320JapanFrontccc.jpg,Sound Novel Machi,SAT,Adventure,ChunSoft,ChunSoft,,0.09,,0.09,,0,1998-01-22, +/games/boxart/full_8615140AmericaFrontccc.jpg,The Daring Game for Girls,Wii,Adventure,Majesco,WXP,,0.09,0.09,,,0.01,2010-03-09, +/games/boxart/full_2466594AmericaFrontccc.jpg,The Revenge of Shinobi,GBA,Platform,THQ,3d6 Games,,0.09,0.07,,0.02,0,2002-11-19, +/games/boxart/9323608ccc.gif,Tak: The Great Juju Challenge,DS,Platform,THQ,Avalanche Software,,0.09,0.09,,,0.01,2005-09-19, +/games/boxart/4030241ccc.jpg,Disney's The Haunted Mansion,XB,Platform,TDK Mediactive,High Voltage Software,,0.09,0.07,,0.02,0,2003-10-14, +/games/boxart/full_4832141JapanFrontccc.jpg,Doraemon: Nobita to Midori no Kyojinden DS,DS,Platform,Sega,Inti Creates,,0.09,,0.09,,,2008-03-06, +/games/boxart/full_9651672AmericaFrontccc.jpg,Castlevania Dracula X,SNES,Platform,Konami,Konami,,0.09,0.03,0.05,0.01,,1995-09-01, +/games/boxart/full_3134763AmericaFrontccc.jpg,Shockwave Assault,PS,Simulation,Crystal Dynamics,Paradox Development,,0.09,0.05,,0.04,0.01,1995-12-05, +/games/boxart/full_9590806AmericaFrontccc.jpg,Bogey: Dead 6,PS,Simulation,Sony Computer Entertainment,Pegasus Japan,,0.09,0.05,,0.04,0.01,1996-08-06, +/games/boxart/full_i-love-puppies_9AmericaFront.jpg,I Love Puppies,DS,Simulation,Destineer,LvivMedia,,0.09,0.09,,,0.01,2010-10-18, +/games/boxart/full_1272246AmericaFrontccc.jpg,American Truck Simulator,PC,Simulation,SCS Software,SCS Software,,0.09,,,0.09,0.01,2016-02-02,2018-11-29 +/games/boxart/1804765ccc.jpg,Karaoke Revolution Presents American Idol Encore,PS3,Misc,Konami,Blitz Games,,0.09,0.08,,,0.01,2008-03-18, +/games/boxart/full_5265744AmericaFrontccc.jpg,The Suffering: Ties That Bind,XB,Action,Midway Games,Surreal Software,,0.09,0.07,,0.02,0,2005-09-26, +/games/boxart/full_rock-band-3_2AmericaFront.jpg,Rock Band 3,DS,Misc,MTV Games,Harmonix Music Systems,8.5,0.09,0.07,,0.01,0.01,2010-10-26, +/games/boxart/full_2356453AmericaFrontccc.jpg,Family GameShow,Wii,Misc,Storm City Games,Zushi Games Ltd,,0.09,0.08,,0,0.01,2010-05-04, +/games/boxart/full_rock-band-country-track-pack-2_285AmericaFront.jpg,Rock Band Country Track Pack 2,Wii,Misc,MTV Games,Harmonix Music Systems,,0.09,0.08,,,0.01,2011-02-01, +/games/boxart/3131320ccc.jpg,Red Bull BC One,DS,Misc,Ignition Entertainment,Playlogic Game Factory,,0.09,0.08,,,0.01,2008-09-16, +/games/boxart/full_doras-big-birthday-adventure_7AmericaFront.jpg,Dora's Big Birthday Adventure,DS,Misc,2K Play,"Black Lantern Studios, Inc.",,0.09,0.08,,0.01,0.01,2010-08-03, +/games/boxart/full_4889336AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol Encore 2,X360,Misc,Konami,Blitz Games,,0.09,0.08,,,0.01,2008-11-18, +/games/boxart/full_hakuouki-zuisouroku-portable_2JapanFront.jpg,Hakuouki: Zuisouroku Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.09,,0.09,,,2010-08-26, +/games/boxart/full_6435485JapanFrontccc.jpg,L: the proLogue to DEATH NOTE - Rasen no Wana,DS,Adventure,Konami,Konami,,0.09,,0.09,,,2008-02-07, +/games/boxart/full_1502686AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,X360,Adventure,Ubisoft,Ubisoft Shanghai,6.7,0.09,0.07,,0,0.01,2009-09-15, +/games/boxart/full_1310963JapanFrontccc.png,The Seven Deadly Sins: Unjust Sin,3DS,Adventure,Namco Bandai Games,Namco Bandai Games,,0.09,,0.09,,,2015-02-11,2018-07-26 +/games/boxart/full_3321968JapanFrontccc.jpg,Blood: The Last Vampire (Joukan),PS2,Adventure,Sony Computer Entertainment,Sugar & Rockets,,0.09,,0.09,,,2000-12-21, +/games/boxart/full_8488396AmericaFrontccc.png,Life Is Strange: Before the Storm,XOne,Adventure,Square Enix,Deck Nine,,0.09,0.07,,0,0.01,2018-03-06,2018-07-09 +/games/boxart/full_8518714JapanFrontccc.jpg,Million God,PS2,Misc,Nippon Amuse,Nippon Amuse,,0.09,,0.09,,,2002-12-26, +/games/boxart/4946421ccc.jpg,1 vs. 100,DS,Misc,DSI Games,ECI,,0.09,0.08,,,0.01,2008-06-30, +/games/boxart/full_7398837AmericaFrontccc.jpg,Thomas & Friends: Hero of the Rails,DS,Misc,Majesco,Barnstorm Games,,0.09,0,,0.07,0.01,2010-06-29, +/games/boxart/full_4778401PALFrontccc.jpg,Great Party Games,Wii,Misc,O-Games,TBD,,0.09,,,0.08,0.01,2010-06-11, +/games/boxart/full_1176670JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 4 America,DS,Misc,Nintendo,TOSE,,0.09,,0.09,,,2006-04-27, +/games/boxart/full_6240907AmericaFrontccc.jpg,Crash Boom Bang!,DS,Misc,Sierra Entertainment,Dimps Corporation,,0.09,0.07,,0.01,0.01,2006-10-10, +/games/boxart/full_8751096JapanFrontccc.jpg,Mahjong Master,N64,Misc,Konami,Konami Computer Entertainment Osaka,,0.09,,0.09,,,1996-12-20, +/games/boxart/full_pachitte-chonmage-tatsujin-10-pachinko-fuyu-no-sonata_1JapanFront.jpg,Pachitte Chonmage Tatsujin 10: Pachinko Fuyu no Sonata,PS2,Misc,Hackberry,Hack Berry,,0.09,,0.09,,,2007-01-25, +/games/boxart/full_pillow-pets_275AmericaFront.jpg,Pillow Pets,DS,Adventure,GameMill,GameMill Publishing,,0.09,0.08,,,0.01,2011-10-11, +/games/boxart/full_9353805AmericaFrontccc.jpg,Data East Arcade Classics,Wii,Misc,Majesco,G1M2,5,0.09,0.08,,,0.01,2010-02-16, +/games/boxart/full_372459AmericaFrontccc.jpg,My Make-Up,DS,Misc,O-Games,Oxygen Interactive,,0.09,0.08,,0,0.01,2009-08-18, +/games/boxart/full_5372126AmericaFrontccc.jpg,Walt Disney's The Jungle Book: Rhythm N'Groove,PS,Misc,Ubisoft,Ubisoft,,0.09,0.05,,0.03,0.01,2000-12-08, +/games/boxart/full_5292402AmericaFrontccc.jpg,LEGO Batman: The Videogame,PC,Adventure,Warner Bros. Interactive,Traveller's Tales,7.4,0.09,0.04,,0.03,0.01,2008-09-23, +/games/boxart/full_3169397AmericaFrontccc.jpg,Super Street Fighter II Turbo,3DO,Fighting,Panasonic Interactive Media,Capcom,,0.09,,0.09,,,1994-01-01, +/games/boxart/full_633490AmericaFrontccc.jpg,Persona 4 Arena Ultimax,X360,Fighting,Atlus,Arc System Works,,0.09,0.07,,0.01,0.01,2014-09-30,2018-01-11 +/games/boxart/full_1433670AmericaFrontccc.jpg,Tunnel B1,PS,Shooter,Acclaim Entertainment,Neon,,0.09,0.05,,0.03,0.01,1996-10-31, +/games/boxart/full_3728472AmericaFrontccc.jpg,Raven Squad: Operation Hidden Dagger,X360,Shooter,Evolved Games,Atomic Motion,,0.09,0.08,,0.01,0.01,2009-08-25, +/games/boxart/full_5944145AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,XOne,Shooter,Gearbox Software,Gearbox Software,,0.09,0.08,,,0.01,2016-10-18,2018-11-23 +/games/boxart/full_5813557AmericaFrontccc.jpg,Space Invaders Extreme,PSP,Shooter,Square Enix,"GULTI co.,ltd.",8.2,0.09,0.06,0.01,0.02,0.01,2008-06-17, +/games/boxart/7874078ccc.jpg,Alien Hominid,GC,Shooter,O3 Entertainment,The Behemoth,8.3,0.09,0.07,,0.02,0,2004-11-23, +/games/boxart/1173839ccc.gif,Halo 2,PC,Shooter,Microsoft Game Studios,Hired Gun,6.9,0.09,0.01,,0.06,0.01,2007-05-31, +/games/boxart/full_1974341JapanFrontccc.jpg,Resident Evil Chronicles HD,PS3,Shooter,Capcom,Capcom,,0.09,,0.09,,,2012-06-28,2018-11-29 +/games/boxart/full_9156218AmericaFrontccc.jpg,Ikaruga,GC,Shooter,Atari,"Treasure Co., Ltd.",8,0.09,0.07,,0.02,0,2003-04-15, +/games/boxart/full_556780AmericaFrontccc.jpg,F.E.A.R. 2: Project Origin,PC,Shooter,Warner Bros. Interactive,Monolith Productions,8.2,0.09,0.04,,0.05,0.01,2009-02-10, +/games/boxart/2853153ccc.jpg,Space Chimps,Wii,Platform,Brash Entertainment,Red Tribe,,0.09,0.08,,0,0.01,2008-07-15, +/games/boxart/4487937ccc.jpg,Clockwork Knight,SAT,Platform,Sega,Sega-AM7,,0.09,,0.09,,0,1995-05-11, +/games/boxart/9724596ccc.jpg,Pac-Man World 3,GC,Platform,Namco,Blitz Games,,0.09,0.07,,0.02,0,2005-11-17, +/games/boxart/full_2803916AmericaFrontccc.jpg,Galactic Taz Ball,DS,Platform,Warner Bros. Interactive,WayForward Technologies,,0.09,0.09,,0,0.01,2010-08-10, +/games/boxart/full_231855AmericaFrontccc.jpg,The Smurfs 2,PS3,Platform,Ubisoft,Way Forward,,0.09,0.02,,0.06,0.01,2013-07-23,2018-03-17 +/games/boxart/6074498ccc.jpg,Scaler,PS2,Platform,Global Star Software,Artificial Mind & Movement,,0.09,0.05,,0.04,0.01,2004-10-21, +/games/boxart/5659200ccc.jpg,I-Ninja,GC,Platform,Namco,Argonaut Games,7.2,0.09,0.07,,0.02,0,2003-12-04, +/games/boxart/full_4218866AmericaFrontccc.jpg,Dragon Tales: Dragon Seek,PS,Platform,NewKidCo,Zed Two Limited,,0.09,0.05,,0.03,0.01,2000-11-29, +/games/boxart/full_3819665AmericaFrontccc.jpg,2-in-1 Game Pack: Spider-Man & Spider-Man 2,GBA,Platform,Activision,Digital Eclipse,,0.09,0.06,,0.02,0,2005-08-01, +/games/boxart/1361435ccc.gif,Scooby-Doo! Unmasked,DS,Platform,THQ,Artificial Mind and Movement,,0.09,0.07,,0.01,0.01,2005-10-18, +/games/boxart/6164267ccc.jpg,El Tigre: The Adventures of Manny Rivera,DS,Platform,THQ,Blue Tongue Entertainment,,0.09,0.08,,,0.01,2007-10-29, +/games/boxart/3961687ccc.jpg,The Ant Bully,Wii,Platform,Midway Games,Artificial Mind and Movement,,0.09,0.08,,0,0.01,2006-12-05, +/games/boxart/6112851ccc.gif,Ultimate Mortal Kombat,DS,Fighting,Midway Games,Other Ocean Interactive,7.3,0.09,0.07,,0.01,0.01,2007-11-12, +/games/boxart/full_dragon-ball-kai-ultimate-butouden_210JapanFront.jpg,Dragon Ball Kai: Ultimate Butouden,DS,Fighting,Namco Bandai,Namco Bandai Games,,0.09,,0.09,,,2011-02-03, +/games/boxart/full_8803183JapanFrontccc.jpg,Dragon Ball Z: Shin Butouden,SAT,Fighting,Bandai,Bandai,,0.09,,0.09,,0,1995-11-17, +/games/boxart/full_8520585JapanFrontccc.jpg,Bleach: Heat the Soul 6,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.09,,0.09,,,2009-05-14, +/games/boxart/full_blazblue-continuum-shift-extend_457AmericaFront.jpg,BlazBlue: Continuum Shift EXTEND,PS3,Fighting,Aksys Games,Arc System Works,,0.09,,0.09,0,0,2012-02-14,2019-04-08 +/games/boxart/full_777844AmericaFrontccc.jpg,Digimon Rumble Arena 2,PS2,Fighting,Bandai,Black Ship Games,,0.09,0.05,,0.04,0.01,2004-09-03, +/games/boxart/5650309ccc.jpg,Rocky,GC,Fighting,Ubisoft,Steel Monkeys,7,0.09,0.07,,0.02,0,2002-11-17, +/games/boxart/full_1661357JapanFrontccc.jpg,Bleach: Heat the Soul,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.09,,0.09,,,2005-03-24, +/games/boxart/full_4050893AmericaFrontccc.jpg,Samurai Shodown Anthology,PSP,Fighting,SNK Playmore,SNK Playmore Corporation,,0.09,0.08,,0,0.01,2009-03-24, +/games/boxart/1946120ccc.jpg,Bloody Roar 4,PS2,Fighting,Hudson Soft,Eighting/Raizing,,0.09,0.05,,0.04,0.01,2003-11-11, +/games/boxart/full_7931775PALFrontccc.jpg,Digimon All-Star Rumble,PS3,Fighting,Namco Bandai Games,PROPE,,0.09,0.06,,0.02,0.02,2014-11-11, +/games/boxart/full_4290053JapanFrontccc.jpg,Saikyou Habu Shogi,N64,Misc,Seta Corporation,Seta Corporation,,0.09,,0.06,,0.03,1996-06-23, +/games/boxart/full_the-x-factor_7PALFront.jpg,The X-Factor,X360,Misc,Deep Silver,Deep Silver,,0.09,,,0.08,0.01,2010-10-29, +/games/boxart/full_u-sing-volume-2_5PALFront.jpg,U-Sing 2,Wii,Misc,Mindscape,Mindscape Inc.,,0.09,,,0.08,0.01,2010-12-03, +/games/boxart/full_1616574JapanFrontccc.jpg,Just Dance Wii U,WiiU,Misc,Nintendo,Unknown,,0.09,,0.09,,,2014-04-03, +/games/boxart/full_4572027JapanFrontccc.jpg,Quiz Magic Academy DS: Futatsu no Jikuu Koku,DS,Misc,Konami,Konami,,0.09,,0.09,,,2010-02-11, +/games/boxart/full_1031754AmericaFrontccc.jpg,Wonder World Amusement Park,DS,Misc,Majesco,Coyote Console,,0.09,0.08,,0,0.01,2009-01-23, +/games/boxart/full_4107211AmericaFrontccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GC,Adventure,Activision,MagicWand,,0.09,0.07,,0.02,0,2005-11-08, +/games/boxart/full_741070AmericaFrontccc.jpg,Paragon,PS4,Action,Sony Interactive Entertainment,Epic Games,,0.09,0.07,,,0.02,2016-06-07,2018-04-22 +/games/boxart/full_7966259AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,PS3,Misc,Tecmo Koei,Unknown,,0.09,,0.09,,,2015-04-01, +/games/boxart/full_karaoke-joysound-wii-super-dx-hitori-de-minna-de-utai-houdai_409JapanFront.jpg,Karaoke Joysound Wii Super DX: Hitori de Minna de Utai Houdai!,Wii,Misc,Hudson Soft,Xing Inc.,,0.09,,0.09,,,2010-12-09, +/games/boxart/full_9269212JapanFrontccc.jpg,Kawashima Ryuuta Kyouju Kanshuu Nouryoku Trainer Portable 2,PSP,Misc,Sega,Sega,,0.09,,0.09,,,2006-05-25, +/games/boxart/full_9220829AmericaFrontccc.jpg,Golden Nugget 64,N64,Misc,Electronic Arts,Westwood Studios,,0.09,0.07,,0.02,0,1998-12-08, +/games/boxart/full_spider-man-edge-of-time_861AmericaFront.jpg,Spider-Man: Edge of Time,Wii,Action,Activision,Beenox,,0.09,0.06,,0.02,0.01,2011-10-04, +/games/boxart/full_8863211AmericaFrontccc.jpg,Playmobil Circus,Wii,Action,DreamCatcher Interactive,Morgen Studios,,0.09,0.06,,0.02,0.01,2009-12-22, +/games/boxart/173586ccc.gif,Snood 2: On Vacation,DS,Puzzle,DSI Games,Gravity-I,,0.09,0.09,,,0.01,2005-11-16, +/games/boxart/167135ccc.gif,Puyo Pop Fever (JP sales),DS,Puzzle,Atlus,Sega,,0.09,,0.09,,,2005-05-03, +/games/boxart/full_5754706PALFrontccc.jpg,Angry Birds: Star Wars,PSV,Puzzle,Activision,Exient Entertainment,,0.09,0.03,,0.04,0.02,2013-10-29,2018-03-16 +/games/boxart/full_2176249AmericaFrontccc.jpg,Brain Age: Concentration Training,3DS,Education,Nintendo,Nintendo,7.5,0.09,0.08,,,0.01,2013-02-10,2019-01-15 +/games/boxart/full_4911283JapanFrontccc.jpg,Bleach GC: Tasogare Ni Mamieru Shinigami,GC,Fighting,Sega,Polygon Magic,,0.09,,0.08,,0,2005-12-08, +/games/boxart/full_841169AmericaFrontccc.jpg,Fire Pro Wrestling Returns,PS2,Fighting,Agetec,S-Neo,,0.09,0.04,,0.03,0.01,2007-11-13, +/games/boxart/633234ccc.jpg,Whacked!,XB,Party,Microsoft Game Studios,Presto Studios,,0.09,0.07,,0.02,0,2002-10-08,2018-09-25 +/games/boxart/full_carnival-games-wild-west-3d_263AmericaFront.jpg,Carnival Games: Wild West 3D,3DS,Party,2K Play,Cat Daddy Games,,0.09,0.06,,0.03,0.01,2011-11-21,2019-01-15 +/games/boxart/full_6821864AmericaFrontccc.jpg,Jimmy Neutron: Boy Genius,GC,Platform,THQ,Big Sky Software,,0.09,0.07,,0.02,0,2002-12-17, +/games/boxart/full_847586JapanFrontccc.jpg,Famicom Mini: Makaimura,GBA,Platform,Capcom,Capcom,,0.09,,0.08,,0,2004-05-21, +/games/boxart/9570598ccc.jpg,Psychonauts,PS2,Platform,Majesco,Double Fine Productions,8.6,0.09,0.05,,0.04,0.01,2005-06-21, +/games/boxart/full_8657538JapanFrontccc.jpg,Battle Stadium D.O.N,GC,Fighting,Namco Bandai,Eighting,,0.09,,0.09,,0,2006-07-20, +/games/boxart/full_1362166JapanFrontccc.jpg,Naruto Shippuuden: Gekitou Ninja Taisen! EX 2,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.09,,0.09,,,2007-11-29, +/games/boxart/full_1533995AmericaFrontccc.jpg,Battle Fantasia,X360,Fighting,Aksys Games,Arc System Works,7,0.09,0.07,0.01,0,0.01,2008-09-16, +/games/boxart/269348ccc.jpg,Forgotten Realms: Demon Stone,XB,Action,Atari,Stormfront Studios,,0.09,0.06,,0.02,0,2004-11-17, +/games/boxart/full_3003224JapanFrontccc.jpg,God Eater Resurrection,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.09,,0.09,,,2016-10-01,2018-06-10 +/games/boxart/full_3506166PALFrontccc.jpg,Demon Chaos,PS2,Action,Unknown,Genki,,0.09,,0.09,,,, +/games/boxart/full_8952059AmericaFrontccc.jpg,Project Eden,PS2,Action,Eidos Interactive,Core Design Ltd.,,0.09,0.04,,0.03,0.01,2001-10-22, +/games/boxart/5480371ccc.jpg,Crimson Sea,XB,Action,KOEI,Koei,,0.09,0.04,0.04,0.01,0,2002-12-16, +/games/boxart/full_8404846AmericaFrontccc.jpg,Grand Theft Auto: Episodes from Liberty City,PC,Action,Rockstar Games,Rockstar North,,0.09,,,0.08,0.01,2010-04-13, +/games/boxart/full_4276738JapanFrontccc.jpg,Seven: Molmorth no Kiheitai,PS2,Action,Namco,Namco,,0.09,,0.09,,,2000-12-21, +/games/boxart/full_9979546AmericaFrontccc.jpg,Beyblade Evolution,3DS,Action,D3 Publisher,Rising Star Games,,0.09,0.06,,0.02,0.01,2013-10-29,2018-12-01 +/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_0AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,PS3,Action,Warner Bros. Interactive,Krome Studios,,0.09,0.07,,0.01,0.01,2010-09-14, +/games/boxart/2322685ccc.jpg,Astro Boy: Omega Factor,GBA,Action,Sega,Hitmaker,8.8,0.09,0.06,,0.02,0,2004-08-18, +/games/boxart/full_8931339AmericaFrontccc.jpg,Tornado Outbreak,PS3,Action,Konami,Loose Cannon Studios,,0.09,0.08,,0,0.01,2009-09-29, +/games/boxart/9443821ccc.jpg,Batman Beyond: Return of the Joker,N64,Action,Ubisoft,Kemco,2,0.09,0.07,,0.02,0,2000-12-13, +/games/boxart/3208685ccc.jpg,Samurai Warriors 2: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.09,0.04,,0.03,0.01,2008-03-18, +/games/boxart/full_5260200JapanFrontccc.jpg,Taiko no Tatsujin: Drum Session!,PS4,Music,Namco Bandai Games,Namco Bandai Games,,0.09,,0.09,,,2017-10-26,2018-09-13 +/games/boxart/full_8291571PALFrontccc.jpg,Singstar: Ultimate Party,PS3,Music,Sony Computer Entertainment Europe,London Studios,,0.09,,,0.08,0.01,2014-10-24,2018-09-24 +/games/boxart/full_11183JapanFrontccc.jpg,Uta no?Prince-sama? MUSIC 2,PSP,Music,Broccoli,Nippon Ichi Software,,0.09,,0.09,,,2013-09-05,2018-12-01 +/games/boxart/full_no-more-heroes-red-zone-edition_250JapanFront.jpg,No More Heroes: Red Zone,PS3,Action,Marvelous Interactive,FeelPlus,,0.09,,0.09,,,2011-07-21, +/games/boxart/full_crayon-shin-chan-shokkugan-densetsu-o-yobu-omake-daiketsusen_2JapanFront.jpg,Crayon Shin-Chan Shokkugan! Densetsu o Yobu Omake Daiketsusen!!,DS,Action,Namco Bandai,Bandai Namco Games,,0.09,,0.09,,,2010-12-02, +/games/boxart/full_272667AmericaFrontccc.jpg,Burnout Paradise: The Ultimate Box,PC,Racing,Electronic Arts,Criterion Games,,0.09,,,0.09,0.01,2009-02-05, +/games/boxart/full_jimmie-johnsons-anything-with-an-engine_997AmericaFront.jpg,Jimmie Johnson's Anything With an Engine,X360,Racing,Konami,Isopod Labs,7.3,0.09,0.08,,,0.01,2011-11-01, +/games/boxart/full_2020556AmericaFrontccc.jpg,ChuChu Rocket!,GBA,Puzzle,Sega,Sonic Team,8.1,0.09,0.06,,0.02,0,2001-06-10, +/games/boxart/full_nikolis-pencil-puzzle_301AmericaFront.jpg,Nikoli's Pencil Puzzle,3DS,Puzzle,Konami,Hudson Soft,,0.09,0.05,,0.03,0.01,2011-10-25, +/games/boxart/full_1858985AmericaFrontccc.jpg,Bomberman Land Touch!,DS,Puzzle,Atlus,Hudson Soft,,0.09,0.04,0.04,0,0,2006-11-07, +/games/boxart/full_7664203AmericaFrontccc.jpg,NASCAR: Dirt to Daytona,GC,Racing,Infogrames,Monster Games Inc.,,0.09,0.07,,0.02,0,2002-11-27, +/games/boxart/1283631ccc.jpg,Road Trip,PS2,Racing,Conspiracy Entertainment,E-game,,0.09,0.04,,0.03,0.01,2002-10-26, +/games/boxart/5216762ccc.jpg,Import Tuner Challenge (American sales),X360,Racing,Ubisoft,Genki,6.4,0.09,0.07,,0.01,0.01,2006-09-26, +/games/boxart/1217334ccc.jpg,Ford Mustang: The Legend Lives,XB,Racing,2K Games,Eutechnyx,,0.09,0.07,,0.02,0,2005-04-20, +/games/boxart/4641819ccc.jpg,Freekstyle,GC,Racing,EA Sports BIG,Page 44 Studios,,0.09,0.07,,0.02,0,2002-09-05, +/games/boxart/full_driver-renegade-3d_634AmericaFront.jpg,Driver: Renegade,3DS,Racing,Ubisoft,Ubisoft,3.5,0.09,0.05,,0.04,0.01,2011-09-06, +/games/boxart/full_2867468AmericaFrontccc.jpg,GRID: Autosport,X360,Racing,Codemasters,Codemasters,,0.09,0.03,,0.05,0.01,2014-06-24,2018-11-04 +/games/boxart/full_4366611AmericaFrontccc.jpg,Freestyle Metal X,PS2,Racing,Midway Games,Deibus Studios,,0.09,0.04,,0.03,0.01,2003-06-27, +/games/boxart/7745691ccc.jpg,Test Drive: Eve of Destruction,XB,Racing,Atari,Monster Games Inc.,,0.09,0.07,,0.02,0,2004-08-25, +/games/boxart/full_1370334AmericaFrontccc.jpg,ATV Drift & Tricks,PS4,Racing,Maximum Games,Artefacts Studio,,0.09,0.07,,,0.02,2017-11-07,2018-09-17 +/games/boxart/5012831ccc.jpg,Shrek Smash n' Crash Racing,PSP,Racing,Activision,Torus Games,,0.09,0.08,,0,0.01,2006-12-12, +/games/boxart/full_3895380AmericaFrontccc.jpg,GripShift,PSP,Racing,Sony Computer Entertainment,Sidhe Interactive,7.1,0.09,0.08,,0,0.01,2005-09-12, +/games/boxart/full_9903300AmericaFrontccc.jpg,Running Wild,PS,Racing,Sony Computer Entertainment,Blue Shift,,0.09,0.05,,0.03,0.01,1998-09-30, +/games/boxart/3985928ccc.jpg,MX SuperFly featuring Ricky Carmichael,GC,Racing,THQ,Pacific Coast Power & Light,,0.09,0.07,,0.02,0,2002-06-25, +/games/boxart/full_5669005PALFrontccc.jpg,echochrome,PSP,Puzzle,Sony Computer Entertainment,SCE Japan Studio,7.6,0.09,,0.08,0.01,0,2008-05-01,2018-09-17 +/games/boxart/1974199ccc.jpg,Bomberman Max 2: Blue Advance,GBA,Puzzle,Majesco,Hudson Soft,7.3,0.09,0.07,,0.02,0,2002-05-30, +/games/boxart/full_angry-birds-rio_801PALFront.jpg,Angry Birds: Rio,PC,Puzzle,Focus Home Interactive,Rovio Mobile,,0.09,,,0.07,0.02,2011-11-25, +/games/boxart/full_940644AmericaFrontccc.jpg,V-Rally Edition 99,N64,Racing,Infogrames,Eden Studios,,0.09,0.07,,0.02,0,1999-08-31, +/games/boxart/full_7036202AmericaFrontccc.jpg,NASCAR The Game: Inside Line,PS3,Racing,Activision,Eutechnyx,,0.09,0.07,,,0.02,2012-11-06,2018-11-23 +/games/boxart/full_2300517AmericaFrontccc.jpg,Kawasaki Quad Bikes,Wii,Racing,Destineer,Data Design Interactive,,0.09,0.07,,0.01,0.01,2007-12-31, +/games/boxart/full_ben-10-galactic-racing_560AmericaFront.jpg,Ben 10 Galactic Racing,PS3,Racing,D3 Publisher,Monkey Bar Games,,0.09,0.06,,0.02,0.01,2011-10-18, +/games/boxart/full_5664124AmericaFrontccc.jpg,Porsche Challenge,PS,Racing,Sony Computer Entertainment,SCEE London Studio,,0.09,0.05,,0.03,0.01,1997-06-30, +/games/boxart/full_2458054AmericaFrontccc.jpg,Cyberia,PS,Adventure,Interplay,"Xatrix Entertainment, Inc.",,0.09,0.05,,0.03,0.01,1996-01-01, +/games/boxart/full_9497390AmericaFrontccc.jpg,Monster House,GBA,Adventure,THQ,Artificial Mind and Movement,,0.09,0.06,,0.02,0,2006-07-18, +/games/boxart/full_4976370AmericaFrontccc.jpg,Disney's Aladdin in Nasira's Revenge,PS,Action,Sony Computer Entertainment,Argonaut Games,,0.09,0.05,,0.04,0.01,2001-03-15, +/games/boxart/8406326ccc.jpg,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,XB,Adventure,Buena Vista,Capcom,,0.09,0.06,,0.02,0,2005-10-10, +/games/boxart/7777498ccc.gif,Grand Theft Auto: The Trilogy,XB,Adventure,Rockstar Games,Rockstar North,,0.09,0.06,,0.02,0,2005-10-19, +/games/boxart/full_winter-stars_316AmericaFront.jpg,Winter Stars,X360,Sports,Deep Silver,49Games,,0.09,0.05,,0.04,0.01,2011-11-10, +/games/boxart/1804964ccc.jpg,Blitz: Overtime,PSP,Sports,Midway Games,Midway Games,,0.09,0.09,,,0.01,2006-12-12, +/games/boxart/full_8540475AmericaFrontccc.jpg,Nights of Azure 2,PS4,Action,Tecmo Koei,Gust,,0.09,0.04,0.04,,0.01,2017-10-24,2018-09-06 +/games/boxart/full_9167810AmericaFrontccc.jpg,Johnny Bravo in The Hukka-Mega-Mighty-Ultra-Extreme Date-O-Rama,DS,Action,Mumbo Jumbo,EM Studios Limited,,0.09,0.09,,0,0.01,2009-06-02, +/games/boxart/full_6716895JapanFrontccc.jpg,Metal Fight Beyblade,DS,Action,Hudson Soft,Hudson Soft,,0.09,,0.09,,,2009-03-26, +/games/boxart/9999075ccc.jpg,Robots,XB,Action,VU Games,Eurocom Entertainment Software,,0.09,0.07,,0.02,0,2005-02-24, +/games/boxart/full_the-story-of-noahs-ark_5AmericaFront.jpg,The Story of Noah's Ark,DS,Action,SouthPeak Interactive,Razorback Developments,,0.09,0.09,,,0.01,2010-11-02, +/games/boxart/full_fresh-precure-asobi-collection_3JapanFront.jpg,Fresh PreCure! Asobi Collection,DS,Action,Namco Bandai,Bandai Namco Games,,0.09,,0.09,,,2009-10-29, +/games/boxart/full_6143876AmericaFrontccc.jpg,Rosco McQueen: Firefighter Extreme,PS,Action,Psygnosis,Slippery Snake Studios,,0.09,0.05,,0.04,0.01,1998-08-31, +/games/boxart/full_81193AmericaFrontccc.jpg,Just Dance: Disney Party 2,WiiU,Music,Ubisoft,Ubisoft San Francisco,,0.09,0.07,,0.01,0.01,2015-10-20,2018-04-07 +/games/boxart/full_8981261AmericaFrontccc.jpg,Nickelodeon Kart Racers,PS4,Racing,GameMill Entertainment,Bamtang,,0.09,0.07,,,0.02,2018-10-23,2020-09-21 +/games/boxart/2691518ccc.jpg,Ford Racing 3,XB,Racing,2K Games,Razorworks Studios,,0.09,0.07,,0.02,0,2005-03-22, +/games/boxart/full_mahjong-cub3d_249AmericaFront.jpg,Mahjong Cub3D,3DS,Puzzle,Atlus,SunSoft,6.9,0.09,0.07,0.02,,0.01,2011-10-11, +/games/boxart/full_4541707AmericaFrontccc.jpg,Super Puzzle Fighter II,GBA,Puzzle,Capcom,Atomic Planet Entertainment,,0.09,0.06,,0.02,0,2003-03-31, +/games/boxart/full_806514PALFrontccc.jpg,MotoGP 14,X360,Racing,Namco Bandai Games,Milestone S.r.l.,,0.09,0.05,,0.03,0.01,2014-11-04,2018-11-03 +/games/boxart/341394ccc.jpg,Shox,PS2,Racing,Electronic Arts,Electronic Arts,,0.09,0.05,,0.04,0.01,2002-11-19, +/games/boxart/full_9933463AmericaFrontccc.jpg,Nickelodeon Kart Racers,XOne,Racing,GameMill Entertainment,Bamtang,,0.09,0.08,,,0.01,2018-10-23,2020-09-21 +/games/boxart/503424ccc.jpg,Crash 'N' Burn,XB,Racing,Eidos Interactive,Climax Group,,0.09,0.07,,0.02,0,2004-11-16, +/games/boxart/full_junior-mystery-stories_909AmericaFront.jpg,Junior Mystery Quest,DS,Puzzle,Unknown,Navarre Corp,,0.09,0.07,,0.01,0.01,2011-08-30, +/games/boxart/full_challenge-me-brain-puzzles-2_0AmericaFront.jpg,Challenge Me: Brain Puzzles 2,DS,Puzzle,O-Games,O Games,,0.09,0.05,,0.04,0.01,2010-11-23, +/games/boxart/5367229ccc.jpg,Puchi Puchi Virus,DS,Puzzle,NIS America,Keys Factory,7.4,0.09,0.08,,,0.01,2009-05-20, +/games/boxart/full_hello-kittys-cube-frenzy_10AmericaFront.jpg,Hello Kitty's Cube Frenzy,PS,Puzzle,NewKidCo,Culture Publishers,,0.09,0.05,,0.03,0.01,1999-03-31, +/games/boxart/full_7903533AmericaFrontccc.jpg,Pipe Mania,DS,Puzzle,Empire Interactive,Razorworks Studios,,0.09,0.08,,0.01,0.01,2008-09-26, +/games/boxart/full_8004974AmericaFrontccc.jpg,Nights of Azure,PS4,Action,Tecmo Koei,Gust,,0.09,0.04,,0.04,0.02,2016-03-29,2018-01-21 +/games/boxart/full_8280132AmericaFrontccc.jpg,Barbie and the Magic of Pegasus,GBA,Action,Vivendi Games,VU Games,,0.09,0.07,,0.02,0,2005-09-06, +/games/boxart/full_1152581AmericaFrontccc.jpg,Rygar: The Battle of Argus,Wii,Action,Tecmo,Tecmo,,0.09,0.09,,0,0.01,2009-01-28, +/games/boxart/full_7097870AmericaFrontccc.jpg,Retro Game Challenge (US sales),DS,Action,Xseed Games,Bandai Namco Games,,0.09,0.09,,,,2009-02-10, +/games/boxart/725006ccc.jpg,Ninja Gaiden Black,XB,Action,Tecmo,Team Ninja,9.5,0.09,0.07,,0.02,0,2005-09-20, +/games/boxart/6407883ccc.jpg,Beowulf: The Game,PSP,Action,Ubisoft,Ubisoft,,0.09,0.08,,0,0.01,2007-12-04, +/games/boxart/8577559ccc.jpg,Barnyard,PS2,Action,THQ,Blue Tongue,,0.09,0.05,,0.04,0.01,2006-08-01, +/games/boxart/full_1079322AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,X360,Action,Activision,PlatinumGames,,0.09,0.03,,0.06,0.01,2016-05-24,2018-04-15 +/games/boxart/full_rapala-pro-bass-fishing-2010_6AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PSP,Sports,Activision,FUN Labs,,0.09,0.08,,,0.02,2010-09-28, +/games/boxart/full_9098729JapanFrontccc.jpg,Pro Yakyuu Greatest Nine 98,SAT,Sports,Sega,Nextech,,0.09,,0.09,,,1998-03-26, +/games/boxart/3693755ccc.jpg,NCAA March Madness 08,PS3,Sports,EA Sports,EA Canada,,0.09,0.08,,,0.01,2007-12-11, +/games/boxart/1281478ccc.jpg,Let's Ride! Silver Buckle Stables,PS2,Sports,THQ,Coresoft,,0.09,0.05,,0.04,0.01,2006-03-14, +/games/boxart/full_6364107AmericaFrontccc.jpg,Island Xtreme Stunts,PS2,Action,Electronic Arts,Silicon Dreams,,0.09,0.04,,0.03,0.01,2002-09-22, +/games/boxart/full_2081859AmericaFrontccc.jpg,Toy Soldiers: War Chest,PS4,Action,Ubisoft,Signal Studios,,0.09,0.07,,,0.02,2015-08-11,2018-06-25 +/games/boxart/3498964ccc.jpg,Bladestorm: The Hundred Years' War,X360,Action,KOEI,Omega Force,6.9,0.09,0.08,,0.01,0.01,2007-11-06, +/games/boxart/7445218ccc.jpg,Altered Beast: Guardian of the Realms,GBA,Action,THQ,3d6 Games,6.5,0.09,0.07,,0.02,0,2002-11-23, +/games/boxart/full_deadliest-catch-sea-of-chaos_896AmericaFront.jpg,Deadliest Catch: Sea of Chaos,X360,Sports,Crave Entertainment,Double Tap,,0.09,0.08,,,0.01,2010-11-29, +/games/boxart/full_8009650AmericaFrontccc.jpg,Alien Monster Bowling League,Wii,Sports,Destineer,Perpetual FX Creative,,0.09,0.09,,,0.01,2009-10-27, +/games/boxart/full_3146024PALFrontccc.jpg,Rugby League Live 4,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,0.09,,,0.08,0.01,2017-07-28,2018-08-13 +/games/boxart/full_5540455AmericaFrontccc.jpg,Agassi Tennis Generation,PS2,Sports,DreamCatcher Interactive,Aqua Pacific,,0.09,0.04,,0.03,0.01,2003-08-25, +/games/boxart/full_2796175AmericaFrontccc.jpg,Bass Pro Shops: The Hunt,X360,Sports,Griffin International,Piranha Games,,0.09,0.08,,,0.01,2010-06-01, +/games/boxart/full_6207742AmericaFrontccc.jpg,Go Play: City Sports,Wii,Sports,Majesco,Digital Embryo,,0.09,0.08,,,0.01,2009-09-08, +/games/boxart/full_9059793JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 14 Ketteiban,PS2,Sports,Konami,PawaPuro Production,,0.09,,0.09,,,2007-12-20, +/games/boxart/full_major-league-baseball-2k11_416AmericaFront.jpg,Major League Baseball 2K11,DS,Sports,2K Sports,Visual Concepts,,0.09,0.08,,,0.01,2011-03-08, +/games/boxart/full_green-lantern-rise-of-the-manhunters_385AmericaFront.jpg,Green Lantern: Rise of the Manhunters,Wii,Action,Warner Bros. Interactive,Griptonite Games,5.5,0.09,0.05,,0.03,0.01,2011-06-07, +/games/boxart/3349728ccc.jpg,Mind Quiz,PSP,Action,Ubisoft,Sega,,0.09,0.08,,0.01,0.01,2006-10-31, +/games/boxart/full_7611599AmericaFrontccc.jpg,Earth Defense Force 2: Invaders from Planet Space,PSV,Action,Xseed Games,Sandlot,,0.09,0.04,0.04,0,0.01,2015-12-08,2018-09-13 +/games/boxart/full_generator-rex-agent-of-providence_383AmericaFront.jpg,Generator Rex: Agent of Providence,Wii,Action,Activision,Virtuos,,0.09,0.07,,0.01,0.01,2011-11-01,2019-01-15 +/games/boxart/1711279ccc.jpg,Shrek SuperSlam,XB,Action,Activision,Shaba Games,,0.09,0.07,,0.02,0,2005-10-25, +/games/boxart/9366935ccc.jpg,New Legends,XB,Action,THQ,Infinite Machine,,0.09,0.07,,0.02,0,2002-02-17, +/games/boxart/3998078ccc.jpg,Little League World Series Baseball 2008,Wii,Sports,Activision,Now Production,,0.09,0.09,,0,0.01,2008-08-05, +/games/boxart/full_6761118AmericaFrontccc.jpg,Fishing Master World Tour,Wii,Sports,Hudson Entertainment,Hudson Soft,,0.09,0.08,,,0.01,2009-01-06, +/games/boxart/full_7323814AmericaFrontccc.jpg,Dreamer Series: Teacher,DS,Simulation,DreamCatcher Interactive,ZigZag Island,,0.09,0.08,,0,0.01,2009-06-09, +/games/boxart/full_1108388AmericaFrontccc.jpg,Harvest Moon: Boy & Girl,PSP,Simulation,Natsume,Marvelous Interactive,6.1,0.09,0.08,,,0.01,2007-07-31, +/games/boxart/full_4837492JapanFrontccc.jpg,Sotsugyou Crossworld,PS,Simulation,Hearty Robin,Hearty Robin,,0.09,,0.08,,0.01,1996-06-28, +/games/boxart/full_9198835AmericaFrontccc.jpg,MXGP 3: The Official Motocross Videogame,XOne,Racing,Milestone,Milestone,,0.09,0.06,,0.02,0.01,2017-06-20,2018-06-25 +/games/boxart/full_2561273AmericaFrontccc.jpg,Indianapolis 500 Legends,DS,Racing,Destineer,Torus Games,,0.09,0.08,,,0.01,2007-12-19, +/games/boxart/full_8082193AmericaFrontccc.jpg,Monster Jam: Urban Assault,PSP,Racing,Activision,Torus Games,,0.09,0.08,,0,0.01,2008-10-28, +/games/boxart/5467177ccc.jpg,Speed Kings,PS2,Racing,Acclaim Entertainment,Climax Entertainment,,0.09,0.05,,0.04,0.01,2003-05-28, +/games/boxart/3571222ccc.jpg,MotoGP,XB,Racing,THQ,Climax Group,,0.09,0.07,,0.02,0,2002-05-19, +/games/boxart/full_9851756AmericaFrontccc.jpg,R: Racing Evolution,XB,Racing,Namco,Namco,,0.09,0.06,,0.02,0,2003-12-09, +/games/boxart/full_2348221AmericaFrontccc.jpg,Rollcage Stage II,PS,Racing,Midway Games,Attention To Detail,,0.09,0.05,,0.03,0.01,2000-10-10, +/games/boxart/5557236ccc.jpg,Top Gear Rally,GBA,Racing,Nintendo,Tantalus Interactive,,0.09,0.06,,0.02,0,2003-10-28, +/games/boxart/full_busy-scissors_6AmericaFront.jpg,Busy Scissors,Wii,Simulation,Little Orbit,Little Orbit,,0.09,0.08,,0,0.01,2010-10-26, +/games/boxart/full_7992902AmericaFrontccc.jpg,Wing Commander IV: The Price of Freedom,PS,Simulation,Origin Systems,"Origin Systems, Inc.",,0.09,0.05,,0.03,0.01,1997-05-14, +/games/boxart/full_1537252JapanFrontccc.jpg,Reading Training,DS,Simulation,Benesse,Intelligent Systems,,0.09,0,0.08,,0,2007-06-28,2018-12-01 +/games/boxart/3554973ccc.jpg,Sega Bass Fishing,DC,Sports,Sega,Sega-AM1,,0.09,,0.09,,0,1999-09-30, +/games/boxart/full_3187729JapanFrontccc.jpg,World Stadium 5,PS,Sports,Namco,Namco,,0.09,,0.09,,0.01,2001-05-10, +/games/boxart/full_9478260AmericaFrontccc.jpg,MLB Superstars,Wii,Sports,2K Sports,Deep Fried Entertainment,,0.09,0.08,,,0.01,2008-11-10, +/games/boxart/full_2198782JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2012,PSV,Sports,Konami Digital Entertainment,Konami,,0.09,,0.09,,,2012-07-19,2018-11-02 +/games/boxart/full_2338312AmericaFrontccc.jpg,MLB 2K9 Fantasy All-Stars,DS,Sports,2K Sports,Take-Two Interactive,,0.09,0.08,,,0.01,2009-03-03, +/games/boxart/full_8397970AmericaFrontccc.jpg,MLB SlugFest Loaded,XB,Sports,Midway Games,Point of View,,0.09,0.07,,0.02,0,2004-06-23, +/games/boxart/170902ccc.jpg,NFL Blitz 20-02,XB,Sports,Midway Games,Point of View,,0.09,0.07,,0.02,0,2002-03-18, +/games/boxart/full_7134755JapanFrontccc.jpg,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS2,Sports,Konami,Konami,,0.09,,0.09,,,2010-05-20, +/games/boxart/full_4874050AmericaFrontccc.jpg,Mutant Football League: Dynasty Edition,NS,Sports,Nighthawk Interactive,Digital Dreams,,0.09,0.08,,,0.01,2018-10-30,2018-11-08 +/games/boxart/2919825ccc.jpg,Major League Baseball 2K7,PSP,Sports,2K Sports,Visual Concepts,6.3,0.09,0.08,,,0.01,2007-02-26, +/games/boxart/full_5616935AmericaFrontccc.jpg,Wacky World of Sports,Wii,Sports,Sega,Sega,,0.09,0.08,,0,0.01,2009-09-22, +/games/boxart/full_fifa-soccer-12_193AmericaFront.jpg,FIFA Soccer 12,PS2,Sports,EA Sports,EA Canada,,0.09,,,0.02,0.06,2011-09-27, +/games/boxart/full_3036646JapanFrontccc.jpg,World Cup '98 France: Road to Win,SAT,Sports,Sega,Sega,,0.09,,0.09,,,1998-06-11, +/games/boxart/582449ccc.jpg,MLB SlugFest 20-04,XB,Sports,Midway Games,Criterion Games,,0.09,0.07,,0.02,0,2003-03-16, +/games/boxart/full_backyard-sports-sandlot-sluggers_4AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,X360,Sports,Atari,Atari Games,,0.09,0.09,,,0.01,2010-05-25, +/games/boxart/5503278ccc.jpg,FIFA 2001: Major League Soccer,PS2,Sports,EA Sports,EA Canada,,0.09,,0.09,,,2000-11-24, +/games/boxart/8953092ccc.jpg,ESPN NBA 2Night,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.09,0.05,,0.04,0.01,2001-02-13, +/games/boxart/1857903ccc.jpg,Ribbit King,PS2,Sports,Bandai,Bandai,,0.09,0.05,,0.04,0.01,2004-06-15, +/games/boxart/full_winning-post-6_5JapanFront.jpg,Winning Post 6,PS2,Sports,KOEI,Koei/Inis,,0.09,,0.09,,,2003-08-28, +/games/boxart/full_field-ampamp-stream-total-outdoorsman-challenge_0AmericaFront.jpg,Field & Stream: Total Outdoorsman Challenge,X360,Sports,505 Games,Beast Studios S.r.l.,,0.09,0.09,,,0.01,2010-06-22, +/games/boxart/3746058ccc.jpg,Cabela's Big Game Hunter,GBA,Sports,10TACLE Studios,ImageBuilder Software,,0.09,0.07,,0.02,0,2002-12-11, +/games/boxart/full_9718911AmericaFrontccc.jpg,World Championship Games: A Track & Field Event,DS,Sports,Game Factory,Code Monkeys,,0.09,0.08,,,0.01,2009-03-10, +/games/boxart/6677733ccc.jpg,Yourself Fitness,XB,Sports,responDESIGN,"responDESIGN, Inc.",,0.09,0.07,,0.02,0,2004-10-08, +/games/boxart/5871365ccc.jpg,NHL 2K8,PS3,Sports,2K Sports,Kush Games,,0.09,0.08,,0.01,0.01,2007-09-10, +/games/boxart/full_6671762AmericaFrontccc.jpg,Big League Sports: Summer,Wii,Sports,Activision,Koolhaus Games,,0.09,0.09,,,0.01,2009-06-16, +/games/boxart/full_5262708AmericaFrontccc.jpg,Championship Foosball,Wii,Sports,505 Games,Del,,0.09,0.09,,,0.01,2008-11-18, +/games/boxart/224627ccc.jpg,NFL Blitz 20-02,GC,Sports,Midway Games,Point of View,,0.09,0.07,,0.02,0,2002-03-18, +/games/boxart/full_2538786JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable 2,PSP,Sports,Konami,PawaPuro Productions,,0.09,,0.09,,,2007-04-05, +/games/boxart/1528743ccc.jpg,Rugby 2005,PS2,Sports,EA Sports,HB Studios Multimedia,,0.09,0.04,,0.03,0.01,2005-03-08, +/games/boxart/full_pro-evolution-soccer-2012_851PALFront.jpg,Pro Evolution Soccer 2012,PC,Sports,Konami,Konami,7,0.09,,,0.07,0.02,2011-10-14, +/games/boxart/full_244204JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2000 Ketteiban,PS,Sports,Konami,Diamond Head,,0.09,,0.08,,0.01,2000-12-21, +/games/boxart/full_4150558AmericaFrontccc.jpg,Pro Evolution Soccer 2018,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.09,0.01,0.03,0.04,0.01,2017-09-12,2018-04-24 +/games/boxart/full_remington-super-slam-hunting-alaska_137AmericaFront.jpg,Remington Super Slam Hunting: Alaska,Wii,Sports,Mastiff,Mastiff,,0.09,0.08,,,0.01,2011-04-26, +/games/boxart/1656743ccc.jpg,Transworld Snowboarding,XB,Sports,Atari,Housemarque,,0.09,0.07,,0.02,0,2002-10-29, +/games/boxart/full_8929420AmericaFrontccc.jpg,Major League Baseball 2K9,PSP,Sports,2K Sports,Visual Concepts,6,0.09,0.08,0,,0.01,2009-03-23, +/games/boxart/5445450ccc.jpg,World Soccer Winning Eleven 8 International,XB,Sports,Konami,Konami Computer Entertainment Tokyo,,0.09,0.07,,0.02,0,2005-02-02, +/games/boxart/full_338170AmericaFrontccc.jpg,Ski and Shoot,Wii,Sports,Conspiracy Entertainment,49Games,,0.09,0.04,,0.04,0.01,2008-12-09, +/games/boxart/full_2197255JapanFrontccc.jpg,Pro Yakyuu Spirits 2014,PSP,Sports,Konami Digital Entertainment,Konami,,0.09,,0.09,,,2014-03-20,2018-11-09 +/games/boxart/full_3049998JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9 Ketteiban,PS2,Sports,Konami,Diamond Head,,0.09,,0.09,,,2002-12-19, +/games/boxart/full_1913603AmericaFrontccc.jpg,Rugby 15,XOne,Sports,Maximum Games,HB Studios,,0.09,0.03,,0.05,0.01,2015-02-24,2018-09-17 +/games/boxart/full_957132JapanFrontccc.jpg,Derby Stallion,SAT,Sports,ASCII Entertainment,ParityBit,,0.09,,0.09,,,1999-03-25, +/games/boxart/full_5263151AmericaFrontccc.jpg,NBA 2K18,PS3,Sports,2K Sports,Visual Concepts,7,0.09,0.06,0.01,0.01,0.01,2017-09-19,2018-04-02 +/games/boxart/768614ccc.jpg,FIFA Street 3,DS,Sports,EA Sports BIG,EA Canada,,0.09,0.06,,0.02,0.01,2008-02-18, +/games/boxart/full_7402658JapanFrontccc.jpg,Captain Tsubasa: Aratanaru Densetsu Joshou,PS,Sports,Konami,Konami,,0.09,,0.08,,0.01,2002-05-16, +/games/boxart/8083742ccc.jpg,The Incredibles: Rise of the Underminer,XB,Action,THQ,Heavy Iron Studios,6.5,0.09,0.06,,0.02,0,2005-11-01, +/games/boxart/full_captain-america-super-soldier_970AmericaFront.jpg,Captain America: Super Soldier,3DS,Action,Sega,Sega,5,0.09,0.05,,0.03,0.01,2011-10-25, +/games/boxart/full_destroy-all-humans-path-of-the-furon_523PALFront.jpg,Destroy All Humans! Path of the Furon,PS3,Action,Unknown,Sandblast Games,5,0.09,,,0.08,0.01,2020-12-31, +/games/boxart/full_971433JapanFrontccc.jpg,Romance of the Three Kingdoms XII,PS3,Strategy,Tecmo Koei,Tecmo Koei Games,,0.09,,0.09,,,2012-12-13,2018-12-01 +/games/boxart/full_7415715AmericaFrontccc.jpg,Yu-Gi-Oh! GX: The Beginning of Destiny (US sales),PS2,Strategy,Konami,Konami,,0.09,0.05,,0.04,0.01,2008-01-08, +/games/boxart/full_6147181AmericaFrontccc.jpg,Grand Ages: Medieval,PS4,Strategy,Kalypso Media,Gaming Minds Studios,,0.09,,0.03,0.05,0.01,2015-09-29,2018-09-22 +/games/boxart/full_3079470AmericaFrontccc.jpg,Return Fire,PS,Strategy,Time Warner Interactive,Silent Software Inc.,,0.09,0.05,,0.03,0.01,1996-04-12, +/games/boxart/full_hearts-of-iron-iii_859AmericaFront.jpg,Hearts of Iron III,PC,Strategy,Paradox Interactive,Paradox Interactive,7.9,0.09,0.04,,0.04,0.01,2009-08-11, +/games/boxart/5455106ccc.jpg,Astro Boy,PS2,Action,Sega,Sonic Team,,0.09,0.04,,0.03,0.01,2004-08-18, +/games/boxart/135487ccc.jpg,Def Jam Fight For NY: The Takeover,PSP,Action,Electronic Arts,Aki Corp,8,0.09,0.08,,0,0.01,2006-08-29, +/games/boxart/full_7844209AmericaFrontccc.jpg,Ghosthunter,PS2,Action,Namco,SCEE Cambridge,,0.09,0.04,,0.03,0.01,2004-08-17, +/games/boxart/full_4048301AmericaFrontccc.jpg,Charlotte's Web,DS,Action,Sega,Backbone Entertainment,,0.09,0.08,,0,0.01,2006-11-14, +/games/boxart/full_2160404AmericaFrontccc.jpg,Killer7,PS2,Action,Capcom,Grasshopper Manufacture,6.5,0.09,0.04,0,0.03,0.01,2005-07-07, +/games/boxart/7678613ccc.jpg,50 Cent: Bulletproof,PSP,Action,Vivendi Games,High Voltage Software,5.5,0.09,0.08,,0,0.01,2006-08-29, +/games/boxart/full_612579JapanFrontccc.jpg,Dragon's Dogma Online,PS4,Role-Playing,Capcom,Capcom,,0.09,,0.09,,,2015-08-27, +/games/boxart/full_4057139AmericaFrontccc.jpg,Shining Resonance Refrain,NS,Role-Playing,Sega,Media.Vision,,0.09,0.05,0.01,0.01,0.01,2018-07-10,2018-09-15 +/games/boxart/full_538799AmericaFrontccc.jpg,Wizardry: Tale of the Forsaken Land,PS2,Role-Playing,Atlus,Racjin,,0.09,0.04,,0.03,0.01,2001-12-19, +/games/boxart/full_1763115JapanFrontccc.jpg,Lost Heroes,3DS,Role-Playing,Namco Bandai Games,Banpresto,,0.09,,0.09,,,2012-09-06,2018-12-01 +/games/boxart/5486388ccc.jpg,Shin Megami Tensei: Devil Summoner - Raidou Kuzunoha vs the Soulless Army,PS2,Role-Playing,Atlus,Atlus Co.,7.4,0.09,,0.09,,,2006-10-10, +/games/boxart/full_9198891PALFrontccc.jpg,Rapid Reload,PS,Shooter,Sony Computer Entertainment,Media.Vision,,0.09,,0.09,,0.01,1995-09-01, +/games/boxart/9057826ccc.gif,Gradius V,PS2,Shooter,Konami,"Treasure Co., Ltd.",,0.09,0.05,,0.04,0.01,2004-09-14, +/games/boxart/full_5877719AmericaFrontccc.jpg,Red Faction: Guerrilla Re-Mars-tered,PS4,Shooter,THQ Nordic,Volition,,0.09,0.04,,0.04,0.02,2018-07-03,2018-04-20 +/games/boxart/full_349778AmericaFrontccc.jpg,Raiden Fighters Aces,X360,Shooter,Valcon Games,Gulti,,0.09,0.06,,0.03,0.01,2009-05-07, +/games/boxart/full_5877811AmericaFrontccc.jpg,Total Overdose: A Gunslinger's Tale in Mexico,PS2,Shooter,Eidos Interactive,Deadline Games,,0.09,0.04,,0.04,0.01,2005-09-27, +/games/boxart/full_8829346AmericaFrontccc.jpg,Metal Slug X,PS,Shooter,Agetec,ProSoft,,0.09,0.05,,0.03,0.01,2001-04-14, +/games/boxart/full_8164518AmericaFrontccc.jpg,Top Gun: Firestorm Advance,GBA,Shooter,Titus,Titus Software,,0.09,0.07,,0.02,0,2002-11-26, +/games/boxart/full_nerf-n-strike-double-blast-bundle_283AmericaFront.jpg,NERF N-Strike: Double Blast Bundle,Wii,Shooter,Electronic Arts,EA Salt Lake,,0.09,0.09,,,0.01,2010-10-26, +/games/boxart/full_1310974AmericaFrontccc.jpg,Robotron 64,N64,Shooter,Crave Entertainment,Player 1,,0.09,0.07,,0.02,0,1998-01-06, +/games/boxart/full_9136599AmericaFrontccc.jpg,Quantum Theory,X360,Shooter,Tecmo Koei,Team Tachyon,,0.09,0.06,0,0.02,0.01,2010-09-28, +/games/boxart/154104ccc.jpg,Savage Skies,PS2,Shooter,BAM! Entertainment,iRock Interactive,,0.09,0.04,,0.03,0.01,2002-03-31, +/games/boxart/full_7994742JapanFrontccc.jpg,Detana TwinBee Yahho! Deluxe Pack,PS,Shooter,Konami,Konami,,0.09,,0.08,,0.01,1995-09-29, +/games/boxart/full_6126220AmericaFrontccc.jpg,Damnation,PS3,Shooter,Codemasters,Blue Omega Entertainment,3.6,0.09,0.07,,0.01,0.01,2009-05-26, +/games/boxart/full_2361341AmericaFrontccc.jpg,Borderlands 2 VR,PS4,Shooter,2K Games,Gearbox Software,,0.09,0.07,,,0.02,2018-12-14,2019-03-28 +/games/boxart/8291861ccc.jpg,Defender,XB,Shooter,Midway Games,7 Studios,,0.09,0.07,,0.02,0,2002-10-22, +/games/boxart/8748701ccc.gif,Sniper Elite,XB,Shooter,Namco,Rebellion Developments,,0.09,0.07,,0.02,0,2005-10-18, +/games/boxart/full_2726453AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,PS4,Shooter,Gearbox Software,Gearbox Software,,0.09,0.07,,,0.02,2016-10-18,2018-11-23 +/games/boxart/full_7543138AmericaFrontccc.jpg,Lethal Enforcers,SNES,Shooter,Konami,Konami,,0.09,,0.09,,,1994-01-01, +/games/boxart/full_1998487AmericaFrontccc.jpg,Strange Brigade,PS4,Shooter,Rebellion Developments,Rebellion Developments,,0.09,0.05,,0.03,0.02,2018-08-28,2018-04-26 +/games/boxart/full_9576312AmericaFrontccc.jpg,Crysis: Maximum Edition,PC,Shooter,Electronic Arts,Crytek,,0.09,0,,0.07,0.02,2009-05-05, +/games/boxart/558087ccc.jpg,Invasion From Beyond,PS,Shooter,GT Interactive,King of the Jungle,,0.09,0.05,,0.03,0.01,1998-11-30, +/games/boxart/full_4564320AmericaFrontccc.jpg,ShellShock 2: Blood Trails,X360,Shooter,Eidos Interactive,Rebellion Developments,3.2,0.09,0.05,,0.03,0.01,2009-02-24, +/games/boxart/2109696ccc.jpg,XIII,GC,Shooter,Ubisoft,Ubisoft Paris,,0.09,0.07,,0.02,0,2003-11-24, +/games/boxart/full_fear-files_925AmericaFront.jpg,F.E.A.R. Files,X360,Shooter,Sierra Entertainment,TimeGate Studios/Day 1 Studios,6.9,0.09,0.07,,0.01,0.01,2007-11-06, +/games/boxart/full_1312914AmericaFrontccc.jpg,Codename Tenka,PS,Shooter,Sony Computer Entertainment,Psygnosis,7,0.09,0.05,,0.03,0.01,1997-05-31, +/games/boxart/full_2104655JapanFrontccc.jpg,Shin Megami Tensei,PS,Role-Playing,Atlus,Atlus Co.,,0.09,,0.09,,0.01,2001-05-31, +/games/boxart/6874994ccc.jpg,Romance of the Three Kingdoms X,PS2,Strategy,KOEI,Koei,,0.09,0.04,,0.03,0.01,2005-06-21, +/games/boxart/9798903ccc.jpg,Brigandine: The Legend of Forsena,PS,Strategy,Atlus,Hearty Robin,,0.09,0.05,,0.03,0.01,1998-10-31, +/games/boxart/1422543ccc.jpg,Tom Clancy's EndWar,DS,Strategy,Ubisoft,Funatics Software,,0.09,0.08,,0.01,0.01,2008-11-04, +/games/boxart/full_1348120AmericaFrontccc.jpg,Castlevania: Lords of Shadow 2,X360,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,0.09,0.02,,0.06,0.01,2014-02-25,2018-11-02 +/games/boxart/full_8464848PALFrontccc.jpg,Invizimals: The Alliance,PSV,Action-Adventure,Sony Computer Entertainment,Novarama,,0.09,0,,0.07,0.02,2014-09-30,2018-04-09 +/games/boxart/full_6636296PALFrontccc.jpg,The Amazing Spider-Man (2012),WiiU,Action-Adventure,Activision,Beenox,6,0.09,0.05,,0.04,0.01,2013-03-05,2018-03-15 +/games/boxart/8320897ccc.jpg,Lock's Quest,DS,Strategy,THQ,5TH Cell,,0.09,0.08,0,0,0.01,2008-09-08, +/games/boxart/full_4872092AmericaFrontccc.jpg,Populous DS,DS,Strategy,Xseed Games,Genki,,0.09,0.07,0.02,0,0.01,2008-11-10, +/games/boxart/full_8019451JapanFrontccc.jpg,Langrisser V: The End of Legend,SAT,Strategy,NCS,Career Soft,,0.09,,0.09,,,1998-06-18, +/games/boxart/5537807ccc.jpg,Populous: The Beginning,PS,Strategy,Electronic Arts,Bullfrog Productions,,0.09,0.05,,0.04,0.01,1999-03-31, +/games/boxart/full_dungeons_5AmericaFront.jpg,Dungeons,PC,Strategy,Kalypso,Kalypso Media,6.5,0.09,0.07,,0.02,0.01,2011-02-10, +/games/boxart/8764997ccc.jpg,Supreme Commander,X360,Strategy,Aspyr,Gas Powered Games,5.7,0.09,0.07,,0.01,0.01,2008-06-23, +/games/boxart/full_7687438AmericaFrontccc.jpg,R-Type Command,PSP,Strategy,Atlus,Irem Software Engineering,,0.09,0.07,0.01,0,0.02,2008-05-06, +/games/boxart/1203862ccc.jpg,Black & White 2,PC,Strategy,Electronic Arts,Lionhead Studios,,0.09,0.01,,0.07,0.01,2005-10-04, +/games/boxart/4619334ccc.jpg,Theme Hospital,PS,Strategy,Electronic Arts,Krisalis Software,7.2,0.09,0.03,0.03,0.02,0.01,1998-03-31, +/games/boxart/6642201ccc.jpg,MetropolisMania,PS2,Strategy,Natsume,Indi Software,6.8,0.09,0.04,,0.03,0.01,2002-10-03, +/games/boxart/full_8420791JapanFrontccc.jpg,Cardfight!! Vanguard: Ride to Victory!!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.09,,0.09,,,2013-04-11,2018-08-04 +/games/boxart/5352836ccc.jpg,InuYasha: Secret of the Divine Jewel,DS,Role-Playing,Namco Bandai,Art,,0.09,0.09,,,0.01,2007-01-23, +/games/boxart/full_1948794AmericaFrontccc.jpg,The Technomancer,PS4,Role-Playing,Focus Home Interactive,Spiders,,0.09,0.04,,0.04,0.02,2016-06-28,2018-06-27 +/games/boxart/full_3950474AmericaFrontccc.jpg,Summon Night 6: Lost Borders,PSV,Role-Playing,Gaijinworks,Media.Vision,,0.09,0.02,0.07,,0.01,2017-10-31,2018-04-26 +/games/boxart/full_chou-jigen-game-neptune-mk-ii_95JapanFront.jpg,Chou Jigen Game Neptune Mk-II,PS3,Role-Playing,Compile Heart,Compile Heart,,0.09,,0.09,,,2011-08-18, +/games/boxart/full_5651077AmericaFrontccc.jpg,We Happy Few,XOne,Action-Adventure,Gearbox Software,Compulsion Games,,0.09,0.07,,0.01,0.01,2018-08-10,2018-09-17 +/games/boxart/full_glory-days-2_502AmericaFront.jpg,Glory Days 2,DS,Strategy,Secret Stash Games,Odenis Studio,,0.09,0.08,,0,0.01,2007-08-06, +/games/boxart/full_6471739AmericaFrontccc.jpg,Nobunaga's Ambition: Iron Triangle,PS2,Strategy,KOEI,Koei,,0.09,0.04,,0.03,0.01,2009-01-27, +/games/boxart/8659220ccc.jpg,Wild ARMs: Alter Code F,PS2,Role-Playing,Agetec,Media.Vision,7.2,0.09,0.05,,0.04,0.01,2005-11-15, +/games/boxart/full_414437AmericaFrontccc.jpg,Mimana Iyar Chronicle,PSP,Role-Playing,Aksys Games,"Kogado Studio, Inc.",,0.09,0.07,0.01,,0.01,2010-03-30, +/games/boxart/full_8790938AmericaFrontccc.jpg,Fighting Fantasy: The Warlock of Firetop Mountain,DS,Role-Playing,Aspyr,Big Blue Bubble,,0.09,0.08,,,0.01,2009-10-27, +/games/boxart/full_8035365AmericaFrontccc.jpg,Riviera: The Promised Land,PSP,Role-Playing,Atlus,Sting,,0.09,0.07,0.02,0,0.01,2007-07-11, +/games/boxart/full_9582923AmericaFrontccc.jpg,Skies of Arcadia,DC,Role-Playing,Sega,Overworks,9.2,0.09,,0.09,,,2000-11-13, +/games/boxart/full_blood-of-bahamut_2JapanFront.jpg,Blood of Bahamut,DS,Role-Playing,Square Enix,Square Enix,,0.09,,0.09,,,2009-08-06, +/games/boxart/full_1204304JapanFrontccc.jpg,Lilie no Atelier: Salburg no Renkinjutsushi 3,PS2,Role-Playing,Gust,Gust,,0.09,,0.09,,,2001-06-21, +/games/boxart/full_7938384AmericaFrontccc.jpg,Dark Souls Trilogy,PS4,Role-Playing,Bandai Namco Entertainment,From Software,,0.09,0.07,0.01,,0.02,2018-10-19,2018-08-24 +/games/boxart/full_2224060AmericaFrontccc.jpg,Last Rebellion,PS3,Role-Playing,NIS America,Hit Maker,4.8,0.09,0.06,0.01,0.01,0.01,2010-02-23, +/games/boxart/full_5210372AmericaFrontccc.jpg,Spectral Force Genesis,DS,Role-Playing,Ignition Entertainment,Neverland Company,,0.09,0.08,0.01,,0.01,2010-03-16, +/games/boxart/3489711ccc.jpg,Fullmetal Alchemist: Dual Sympathy,DS,Role-Playing,Destineer,Bandai,,0.09,0.05,0.04,0,0,2006-12-12, +/games/boxart/full_2109223JapanFrontccc.jpg,Naruto RPG 3: Rejiuu vs Konoha Shoutai,DS,Role-Playing,Takara Tomy,Takara Tomy,,0.09,,0.09,,,2006-07-13, +/games/boxart/full_3128319JapanFrontccc.jpg,Beyblade Burst,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0.09,,0.09,,,2016-11-10,2018-07-25 +/games/boxart/full_8844348JapanFrontccc.jpg,New Class of Heroes Mono: Toki no Gakuen,PSP,Role-Playing,Acquire,ZeroDiv,,0.09,,0.09,,,2012-07-19,2018-11-30 +/games/boxart/full_4461349JapanFrontccc.jpg,"Saiyuuki: Kinkaku, Ginkaku no Inbou",DS,Role-Playing,D3 Publisher,D3 Publisher,,0.09,,0.09,,,2007-07-12, +/games/boxart/4197249ccc.jpg,Justice League Heroes,DS,Role-Playing,Warner Bros. Interactive,Sensory Sweep,,0.09,0.08,,0,0.01,2006-10-17, +/games/boxart/full_soul-nomad-ampamp-the-world-eaters-jp-sales_2AmericaFront.jpg,Soul Nomad & the World Eaters (JP sales),PS2,Role-Playing,NIS America,Nippon Ichi Software,,0.09,,0.09,,,2007-09-25, +/games/boxart/full_1095635JapanFrontccc.jpg,Dragon Quest Heroes I & II for Nintendo Switch,NS,Role-Playing,Square Enix,Omega Force,,0.09,,0.09,,,2017-03-03,2018-01-13 +/games/boxart/full_7731134AmericaFrontccc.jpg,Summon Night 6: Lost Borders,PS4,Role-Playing,Gaijinworks,Media.Vision,,0.09,0.03,0.05,,0.01,2017-10-31,2018-04-26 +/games/boxart/full_8689016AmericaFrontccc.jpg,Dark Angel: Vampire Apocalypse,PS2,Role-Playing,Metro 3D,Metro3D,4.6,0.09,0.04,,0.03,0.01,2001-07-08, +/games/boxart/full_7211444AmericaFrontccc.jpg,Dark Rose Valkyrie,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.09,0.04,0.04,,0.01,2017-06-06,2018-09-17 +/games/boxart/full_723792JapanFrontccc.jpg,Atelier Totori: The Adventurer of Arland,PSV,Role-Playing,Gust,Gust,,0.09,,0.09,,,2012-11-29,2018-12-01 +/games/boxart/full_knights-in-the-nightmare_2AmericaFront.jpg,Knights in the Nightmare,PSP,Role-Playing,Atlus,Sting,8,0.09,0.06,0.02,,0.01,2010-11-09, +/games/boxart/full_6942582JapanFrontccc.jpg,Kurikin: Nano Island Story,DS,Role-Playing,Nintendo,Media Kite,,0.09,,0.09,,,2007-05-24, +/games/boxart/full_ys-i-ampamp-ii-chronicles_548AmericaFront.jpg,Ys I & II Chronicles,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,6.4,0.09,0.05,0.03,,0.01,2011-02-22, +/games/boxart/full_8096089AmericaFrontccc.jpg,Exist Archive: The Other Side of the Sky,PSV,Role-Playing,Aksys Games,tri-Ace,,0.09,0.02,0.06,,0.01,2016-10-18,2018-01-31 +/games/boxart/3239490ccc.jpg,Spectral Force 3,X360,Role-Playing,Atlus,XPEC Entertainment,5.9,0.09,0.08,,,0.01,2008-07-29, +/games/boxart/full_613248JapanFrontccc.jpg,Digimon World Re:Digitize Decode,3DS,Role-Playing,Namco Bandai Games,Tri-Crescendo,,0.09,,0.09,,,2013-06-27,2018-12-01 +/games/boxart/6241010ccc.jpg,Digimon World 4,GC,Role-Playing,Bandai,Bandai,5.2,0.09,0.07,,0.02,0,2005-06-01, +/games/boxart/full_5253042AmericaFrontccc.jpg,Grand Kingdom,PSV,Role-Playing,NIS America,Monochrome Corporation,,0.09,0.02,0.05,0.01,0.01,2016-06-28,2018-07-03 +/games/boxart/full_3846120AmericaFrontccc.jpg,Nights of Azure,PS4,Role-Playing,Tecmo Koei,Gust,,0.09,,0.09,,,2016-03-29,2018-06-01 +/games/boxart/full_8043796AmericaFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence - Ascension,PS4,Strategy,Tecmo Koei,Koei Tecmo Games,,0.09,0.03,0.06,,0.01,2016-10-25,2018-09-11 +/games/boxart/full_619237JapanFrontccc.jpg,Neo Atlas,PS,Strategy,ArtDink,Flip Flop Production,,0.09,,0.09,,0.01,1998-02-26, +/games/boxart/full_terranigma_7PALFront.jpg,Terranigma,SNES,Role-Playing,Nintendo,Quintet,,0.09,,0.09,,,1996-12-19, +/games/boxart/full_arcania-gothic-4_4AmericaFront.jpg,Arcania: Gothic 4,X360,Role-Playing,JoWood Productions,Spellbound Entertainment AG,6.2,0.09,0.04,0.01,0.04,0.01,2010-10-19, +/games/boxart/full_3628162AmericaFrontccc.jpg,Forever Kingdom,PS2,Role-Playing,Agetec,From Software,,0.09,0.02,0.04,0.02,0.01,2002-01-21, +/games/boxart/full_5333168AmericaFrontccc.jpg,Shining Tears,PS2,Role-Playing,Sega,Amusement Vision,,0.09,0.05,,0.04,0.01,2005-03-22, +/games/boxart/full_7009267PALFrontccc.jpg,Inazuma Eleven 3: Lighting Bolt / Bomb Blast,3DS,Role-Playing,Nintendo,Level 5,,0.09,,,0.09,0.01,2013-09-27,2018-08-31 +/games/boxart/full_9746938JapanFrontccc.gif,SD Gundam G Generation DS,DS,Role-Playing,Bandai,Vanguard,,0.09,,0.09,,,2005-05-26, +/games/boxart/full_5922039AmericaFrontccc.jpg,Brain Voyage,DS,Puzzle,Eidos Interactive,Razorback Developments,,0.09,0.06,,0.02,0.01,2008-05-05, +/games/boxart/full_1175034JapanFrontccc.jpg,Super Robot Taisen MX Portable,PSP,Strategy,Banpresto,Banpresto,,0.09,,0.09,,,2005-12-29, +/games/boxart/full_zoids-assault_10AmericaFront.jpg,Zoids Assault,X360,Strategy,Atlus,Atlus Co.,5.2,0.09,0.08,,,0.01,2008-09-09, +/games/boxart/full_star-wars-empire-at-war-gold-pack_0AmericaFront.jpg,Star Wars: Empire at War - Gold Pack,PC,Strategy,LucasArts,Petroglyph Games,,0.09,0.01,,0.07,0.01,2007-08-15, +/games/boxart/full_2799730AmericaFrontccc.jpg,Henry Hatsworth in the Puzzling Adventure,DS,Puzzle,Electronic Arts,EA Tiburon,9.1,0.09,0.08,,0,0.01,2009-03-17, +/games/boxart/full_3105909JapanFrontccc.jpg,Sloane to MacHale no Nazo no Monogatari 2,DS,Puzzle,Level 5,Level 5,,0.09,,0.09,,,2009-09-03, +/games/boxart/full_6050258AmericaFrontccc.jpg,Chess,PS,Strategy,Agetec,Success,,0.09,0.05,,0.04,0.01,2001-12-04, +/games/boxart/full_9694928AmericaFrontccc.jpg,X-COM: UFO Defense,PS,Strategy,Microprose,MicroProse,,0.09,0.05,,0.04,0.01,1995-10-25, +/games/boxart/2426879ccc.jpg,Wordmaster,DS,Strategy,"Destination Software, Inc",,,0.09,0.09,,0,0.01,2008-08-12, +/games/boxart/full_7903283AmericaFrontccc.jpg,The Legend of Heroes: A Tear of Vermillion,PSP,Role-Playing,Bandai,Microvision,6.9,0.09,0.08,,,0.01,2005-11-15, +/games/boxart/9035642ccc.gif,Jenga World Tour,DS,Misc,Atari,Atomic Planet Entertainment,,0.09,0.08,,0,0.01,2007-11-13, +/games/boxart/full_7265061AmericaFrontccc.jpg,Atari Classics Evolved,PSP,Misc,Atari,Stainless Games,,0.09,0.08,,,0.01,2007-12-19, +/games/boxart/full_monopoly-collection_722AmericaFront.jpg,Monopoly Collection,Wii,Misc,Electronic Arts,Electronic Arts,,0.09,0.02,,0.07,0.01,2011-11-01, +/games/boxart/full_8904433JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.3: Akira Yuki,SAT,Misc,Sega,Sega-AM2,,0.09,,0.09,,0,1995-11-17, +/games/boxart/full_4687362AmericaFrontccc.jpg,Sega Casino,DS,Misc,Sega,TOSE,,0.09,0.08,,0,0.01,2005-11-15, +/games/boxart/full_2491886AmericaFrontccc.jpg,Scrabble,PSP,Misc,Electronic Arts,Stainless Games,,0.09,0.08,,,0.01,2009-03-17, +/games/boxart/full_truth-or-lies_0AmericaFront.jpg,Truth or Lies,PS3,Misc,THQ,Big Ant Studios,,0.09,0.06,,0.02,0.01,2010-09-14, +/games/boxart/full_alvin-and-the-chipmunks-chipwrecked_899AmericaFront.jpg,Alvin and the Chipmunks: Chipwrecked,Wii,Misc,Majesco,Behaviour Interactive,,0.09,0.07,,0.01,0.01,2011-11-15, +/games/boxart/full_2160389AmericaFrontccc.png,Yaiba: Ninja Gaiden Z,PS3,Misc,Tecmo Koei,Unknown,,0.09,0.05,,0.03,0.02,2014-03-04, +/games/boxart/full_momu-chan-diet-wii-figurobics-by-chon-dayon_774JapanFront.jpg,Momu-chan Diet Wii: Figurobics by Chon Dayon,Wii,Misc,Hudson Soft,IE Institute,,0.09,,0.09,,,2010-12-23, +/games/boxart/5790461ccc.jpg,Playboy: The Mansion,XB,Simulation,ARUSH Entertainment,Cyberlore Studios,,0.09,0.07,,0.02,0,2005-01-25, +/games/boxart/full_1461319JapanFrontccc.jpg,Everyday House Tamagotchi,3DS,Simulation,Namco Bandai Games,Bandai Namco Games,,0.09,,0.09,,,2012-11-22,2018-11-29 +/games/boxart/full_804269AmericaFrontccc.png,Harvest Moon: Skytree Village,3DS,Simulation,Natsume,Natsume,5,0.09,0.06,,0.02,0.01,2016-11-08, +/games/boxart/full_6073598AmericaFrontccc.jpg,Animal Planet: Vet Life,Wii,Simulation,Activision,Activision,,0.09,0.08,,0,0.01,2009-09-22, +/games/boxart/full_cake-mania-main-street_353AmericaFront.jpg,Cake Mania: Main Street,DS,Simulation,Majesco,Sandlot Games,,0.09,0.08,,,0.01,2011-05-17, +/games/boxart/full_3834825JapanFrontccc.jpg,Sidewinder Max,PS2,Simulation,Asmik Ace Entertainment,Asmik Ace Entertainment,,0.09,,0.09,,,2000-12-07, +/games/boxart/full_6696195AmericaFrontccc.jpg,Petz: Saddle Club,PSP,Simulation,Ubisoft,Digital Kids,,0.09,0.08,,,0.01,2009-10-27, +/games/boxart/full_2012003AmericaFrontccc.jpg,Jambo! Safari Animal Rescue,Wii,Simulation,Sega,Full Fat,,0.09,0.07,,0.01,0.01,2009-11-17, +/games/boxart/full_bittrip-complete_143AmericaFront.jpg,BIT.TRIP COMPLETE,Wii,Misc,Aksys Games,Gaijin Games Inc.,8.1,0.09,0.06,,0.02,0.01,2011-09-13, +/games/boxart/4462818ccc.jpg,The Weakest Link,PS,Misc,Activision,Traveller's Tales,,0.09,0.05,,0.03,0.01,2001-09-24, +/games/boxart/full_game-hits_1AmericaFront.jpg,Game Hits!,DS,Misc,Destineer,Foreign Media Games,,0.09,0.07,,0.01,0.01,2010-05-04, +/games/boxart/full_3373811PALFrontccc.jpg,Roary the Racing Car,DS,Misc,Avanquest,Uacari,,0.09,,,0.08,0.01,2009-08-07, +/games/boxart/full_the-bachelor-the-videogame_1AmericaFront.jpg,The Bachelor: The Videogame,DS,Misc,Warner Bros. Interactive,Warner Bros. Interactive Entertainment,,0.09,0.08,,,0.01,2010-08-25, +/games/boxart/default.jpg,Yoostar on MTV,X360,Misc,Unknown,Yoostar Entertainment Group,,0.09,0.08,,,0.01,2011-11-15, +/games/boxart/full_1390050JapanFrontccc.jpg,Aikatsu! My No.1 Stage!,3DS,Misc,Bandai Namco Games,Bandai Namco Games,,0.09,,0.09,,,2015-11-26,2018-08-06 +/games/boxart/full_1799785AmericaFrontccc.jpg,Karaoke Revolution,XB,Misc,Konami,Secret Level,,0.09,0.06,,0.02,0,2004-11-10, +/games/boxart/full_8720535AmericaFrontccc.jpg,My Stop Smoking Coach: Allen Carr's EasyWay,DS,Misc,Ubisoft,Ubisoft Quebec,,0.09,0.07,,0.01,0.01,2008-11-11, +/games/boxart/full_puss-in-boots_304AmericaFront.jpg,Puss in Boots,PS3,Misc,THQ,THQ,,0.09,0.07,,0.01,0.01,2011-10-25, +/games/boxart/full_karaoke-joysound-wii-dx_172JapanFront.jpg,Karaoke Joysound Wii DX,Wii,Misc,Hudson Soft,Xing Inc.,,0.09,,0.09,,,2009-11-26, +/games/boxart/full_6785370JapanFrontccc.jpg,Unou no Tatsujin: Soukai! Machigai Museum 2,DS,Misc,Namco Bandai,Bandai Namco Games,,0.09,,0.09,,,2007-03-01, +/games/boxart/full_singstar-guitar_1PALFront.jpg,SingStar Guitar,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.09,,,0.08,0.02,2010-10-08, +/games/boxart/full_8104895AmericaFrontccc.jpg,Family Party: 30 Great Games,Wii,Misc,D3 Publisher,Tamsoft Corporation,,0.09,0.08,,0.01,0.01,2008-12-02, +/games/boxart/full_8617247AmericaFrontccc.jpg,Konami Classics Vol. 1,X360,Misc,Konami,Konami,,0.08,0.08,,,0.01,2009-12-15, +/games/boxart/full_singstar-apres-ski-party-2_928PALFront.jpg,SingStar Apres-Ski Party 2,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.08,,,0.07,0.01,2010-12-03, +/games/boxart/full_6608169JapanFrontccc.jpg,Bleach: Heat the Soul 4,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.08,,0.08,,,2007-05-24, +/games/boxart/full_2894155AmericaFrontccc.jpg,BlazBlue: Cross Tag Battle,PS4,Fighting,Arc System Works,Arc System Works,,0.08,0.04,0.03,,0.01,2018-06-05,2018-06-06 +/games/boxart/full_5128509AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,XOne,Fighting,Arc System Works,Arc System Works,,0.08,0.06,,0.01,0.01,2015-06-30,2018-06-03 +/games/boxart/full_2294782JapanFrontccc.jpg,Guilty Gear XX Slash,PS2,Fighting,Sammy Corporation,Arc System Works,,0.08,,0.08,,,2006-04-13, +/games/boxart/full_8476989JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Flame Rumble Kaien Ring Soudatsuen!,DS,Fighting,Takara Tomy,Takara Tomy,,0.08,,0.08,,,2007-09-20, +/games/boxart/full_supremacy-mma_567AmericaFront.jpg,Supremacy MMA,X360,Fighting,505 Games,Kung Fu Factory,5,0.08,0.05,,0.02,0.01,2011-09-20, +/games/boxart/full_7701847JapanFrontccc.jpg,Kamen Rider: Super Climax Heroes,Wii,Fighting,Namco Bandai Games,Eighting,,0.08,,0.08,,,2012-11-29,2018-12-02 +/games/boxart/full_6002332AmericaFrontccc.jpg,The King of Fighters 2006,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.08,0.01,0.05,0.01,0,2006-09-19, +/games/boxart/full_8462919JapanFrontccc.jpg,Famicom Mini: Famicom Mukashi Banashi - Shin Oniga Shima Zenkouhen,GBA,Adventure,Nintendo,Pax Softonica,,0.08,,0.08,,0,2004-08-10, +/games/boxart/full_princess-isabella-a-witchs-curse_3AmericaFront.jpg,Princess Isabella: A Witch's Curse,DS,Adventure,GSP,Gogii Games,,0.08,0.05,,0.03,0.01,2010-09-03, +/games/boxart/full_9882011JapanFrontccc.jpg,Super Robot Wars OG: The Moon Dwellers,PS3,Misc,Namco Bandai Games,Unknown,,0.08,,0.08,,,2016-06-30, +/games/boxart/full_motto-stitch-ds-rhythm-de-rakugaki-daisakusen_4JapanFront.jpg,Motto! Stitch! DS Rhythm de Rakugaki Daisakusen,DS,Misc,Disney Interactive Studios,Cattle Call,,0.08,,0.08,,,2010-11-18, +/games/boxart/full_grease-dance_723AmericaFront.jpg,Grease Dance,PS3,Misc,505 Games,505 Games,,0.08,0.05,,0.02,0.01,2011-10-18, +/games/boxart/full_7963889AmericaFrontccc.jpg,My Friends,DS,Misc,O-Games,Oxygen Games,,0.08,0.07,,0,0.01,2009-07-28, +/games/boxart/full_4879829AmericaFrontccc.jpg,Storybook Workshop,Wii,Misc,Konami,Konami,,0.08,0.07,,,0.01,2009-12-01, +/games/boxart/full_4770319JapanFrontccc.jpg,Yuu Yuu Hakusho: Makyo Toitsusen,GEN,Fighting,Sega,"Treasure Co., Ltd.",,0.08,,0.08,,,1994-09-30, +/games/boxart/full_2357766JapanFrontccc.jpg,Sentimental Graffiti 2,DC,Adventure,NEC Interchannel,NEC Interchannel,,0.08,,0.08,,,2000-07-27, +/games/boxart/2076000ccc.jpg,Harvey Birdman: Attorney at Law,Wii,Adventure,Capcom,High Voltage Software,,0.08,0.08,,,0.01,2008-01-08, +/games/boxart/full_martian-panic_3AmericaFront.jpg,Martian Panic,Wii,Adventure,Zoo Games,Norbert Palacz,,0.08,0.08,,0,0.01,2010-08-24, +/games/boxart/full_2777432AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,3DS,Adventure,Little Orbit,WayForward Technologies,,0.08,0,,0.08,0,2014-10-18,2018-04-17 +/games/boxart/full_the-hidden_379AmericaFront.jpg,The Hidden,3DS,Adventure,Majesco,1st Playable Productions,,0.08,0.08,,,0.01,2011-10-04, +/games/boxart/4535887ccc.jpg,The Spiderwick Chronicles,DS,Adventure,Sierra Entertainment,Stormfront Studios,,0.08,0.07,,0,0.01,2008-02-05, +/games/boxart/full_6076403JapanFrontccc.jpg,Meitantei Conan & Kindaichi Shounen no Jikenbou: Meguri au Futari no Meitantei,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2009-02-05, +/games/boxart/full_5598812AmericaFrontccc.jpg,The Sexy Brutale,PS4,Adventure,Badland Games,Tequila Works,,0.08,0.05,,0.02,0.01,2017-08-29,2018-09-12 +/games/boxart/full_4178527JapanFrontccc.jpg,Samurai Shodown III,NG,Fighting,SNK,SNK Corporation,,0.08,,0.08,,0,1995-12-01, +/games/boxart/7551242ccc.jpg,The King of Fighters EX2: Howling Blood,GBA,Fighting,Atlus,Marvelous Interactive,7.9,0.08,0.06,,0.02,0,2003-12-11, +/games/boxart/full_6737387JapanFrontccc.jpg,The King of Fighters '98: Dream Match Never Ends,PS,Fighting,SNK,SNK Corporation,,0.08,0.05,,0.03,0.01,1999-03-25, +/games/boxart/2165125ccc.jpg,Gundam Seed: Battle Assault,GBA,Fighting,Bandai,Bandai,6.5,0.08,0.06,,0.02,0,2004-08-10, +/games/boxart/full_9796820AmericaFrontccc.jpg,Mortal Kombat Kollection,PS2,Fighting,Midway Games,Midway,,0.08,0.04,,0.03,0.01,2008-09-29, +/games/boxart/8173894ccc.jpg,Zatch Bell! Mamodo Battles,PS2,Fighting,Bandai,Eighting,,0.08,0.04,,0.03,0.01,2005-10-19, +/games/boxart/full_naruto-shippuden-shinobi-rumble_963AmericaFront.jpg,Naruto Shippuden: Shinobi Rumble!!,DS,Fighting,Takara Tomy,Takara Tomy,,0.08,0.03,0.05,,0,2011-02-08, +/games/boxart/full_970485AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,X360,Adventure,Telltale Games,Telltale Games,,0.08,0.05,,0.02,0.01,2017-10-03,2018-08-07 +/games/boxart/full_9190881AmericaFrontccc.jpg,Armorines: Project S.W.A.R.M.,PS,Shooter,Acclaim Entertainment,Probe Entertainment,3.2,0.08,0.05,,0.03,0.01,2000-05-03, +/games/boxart/full_5022101AmericaFrontccc.jpg,RTX Red Rock,PS2,Shooter,LucasArts,LucasArts,,0.08,0.04,,0.03,0.01,2003-06-17, +/games/boxart/4159840ccc.jpg,Metal Slug Advance,GBA,Shooter,SNK,Noise Factory,,0.08,0.06,,0.02,0,2004-12-02, +/games/boxart/626256ccc.jpg,Far Cry Vengeance,Wii,Shooter,Ubisoft,Ubisoft Montreal,,0.08,0.06,,0.01,0.01,2006-12-12, +/games/boxart/full_520668JapanFrontccc.jpg,Sega Ages: After Burner II,SAT,Shooter,Sega,Sega,,0.08,,0.08,,0,1996-09-27, +/games/boxart/full_5429878AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,X360,Platform,Namco Bandai Games,Monkey Bar Games,,0.08,0.04,,0.03,0.01,2013-10-29,2018-12-02 +/games/boxart/full_nano-assault_669AmericaFront.jpg,Nano Assault,3DS,Shooter,Majesco,Shin'en Multimedia,6,0.08,0.08,,,0.01,2011-12-01, +/games/boxart/full_8175467AmericaFrontccc.jpg,Earth Defense Force 4.1: The Shadow of New Despair,PS4,Shooter,Xseed Games,Sandlot,,0.08,0.05,,0.02,0.01,2015-12-08,2018-04-26 +/games/boxart/full_7153670AmericaFrontccc.jpg,Aliens versus Predator: Extinction,XB,Strategy,Electronic Arts,Zono Incorporated,,0.08,0.06,,0.02,0,2003-07-30, +/games/boxart/5174918ccc.jpg,Star Wars: Empire at War,PC,Strategy,LucasArts,Petroglyph Games,,0.08,0.01,,0.07,0.01,2006-02-15, +/games/boxart/full_4874974AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Platinum,PC,Strategy,Atari,Frontier Developments,,0.08,0.01,,0.06,0.01,2006-11-08, +/games/boxart/full_5843255JapanFrontccc.jpg,Tears to Tiara: Kakan no Daichi,PS3,Strategy,Aquaplus,Aquaplus,,0.08,,0.08,,,2008-07-17, +/games/boxart/full_307063AmericaFrontccc.jpg,ARK: Survival Evolved,NS,Action-Adventure,Studio Wildcard,Studio Wildcard,4,0.08,0.07,,,0.01,2018-11-30,2018-09-22 +/games/boxart/full_6999777AmericaFrontccc.jpg,How to Train Your Dragon 2,WiiU,Action-Adventure,Little Orbit,Torus Games,,0.08,0.03,,0.05,0.01,2014-06-10,2018-03-17 +/games/boxart/full_526272AmericaFrontccc.jpg,Darksiders II: Deathinitive Edition,XOne,Action-Adventure,Nordic Games,Gunfire Games,7.5,0.08,0.05,,0.03,0.01,2015-10-30,2018-10-02 +/games/boxart/full_444331AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,PSV,Action-Adventure,Disney Interactive Studios,Avalanche Software,,0.08,,,0.06,0.02,2015-05-09,2018-02-06 +/games/boxart/6089260ccc.jpg,Carol Vorderman's Sudoku,PSP,Puzzle,Eidos Interactive,Empire Interactive,7.4,0.08,0.06,,0,0.01,2007-03-06, +/games/boxart/full_warhammer-40000-dawn-of-war-ii-retribution_467AmericaFront.jpg,"Warhammer 40,000: Dawn of War II - Retribution",PC,Strategy,THQ,Relic Entertainment,7.9,0.08,,,0.06,0.02,2011-03-01, +/games/boxart/full_9458701JapanFrontccc.jpg,Famicom Mini: SD Gundam World Gachapon Senshi - Scramble Wars,GBA,Strategy,Nintendo,Bandai,,0.08,,0.08,,0,2004-08-10, +/games/boxart/8414538ccc.jpg,Goblin Commander: Unleash the Horde,XB,Strategy,Jaleco,Jaleco Entertainment,,0.08,0.06,,0.02,0,2003-11-11, +/games/boxart/full_4823706AmericaFrontccc.jpg,Evolution Worlds,GC,Role-Playing,Ubisoft,Sting,6.5,0.08,0.06,,0.02,0,2002-12-02, +/games/boxart/full_4477582AmericaFrontccc.jpg,A-Train,PS,Strategy,Maxis,ArtDink,6,0.08,0.02,0.04,0.01,0.01,1996-01-01, +/games/boxart/full_6248588AmericaFrontccc.jpg,Onimusha Tactics,GBA,Strategy,Capcom,Capcom,,0.08,0.06,,0.02,0,2003-11-11, +/games/boxart/full_4697964AmericaFrontccc.jpg,Nobunaga's Ambition: Rise to Power,PS2,Strategy,KOEI,Koei,,0.08,,0.08,,,2008-02-05, +/games/boxart/1967822ccc.jpg,7 Wonders of the Ancient World,PSP,Puzzle,Mumbo Jumbo,Hot Lava Games,5.4,0.08,0.07,,,0.01,2007-04-23, +/games/boxart/full_8300985AmericaFrontccc.jpg,Wordfish,DS,Puzzle,Ubisoft,Ubisoft,,0.08,0.07,,0,0.01,2008-12-02, +/games/boxart/9603289ccc.jpg,Soul Bubbles,DS,Puzzle,Eidos Interactive,Mekensleep,7,0.08,0.05,,0.02,0.01,2008-06-10, +/games/boxart/5744809ccc.jpg,Smart Bomb,PSP,Puzzle,Eidos Interactive,Core Design Ltd.,,0.08,0.07,,,0.01,2005-05-10, +/games/boxart/2380483ccc.jpg,Bomberman Jetters,GC,Puzzle,Majesco,Hudson Soft,7.2,0.08,0.06,,0.02,0,2004-03-10, +/games/boxart/full_6061743AmericaFrontccc.jpg,Me & My Katamari (JP sales),PSP,Puzzle,Namco,Namco,,0.08,,0.08,,,2006-03-21, +/games/boxart/full_puzzler-mind-gym-3d_641AmericaFront.jpg,Puzzler Mind Gym 3D,3DS,Puzzle,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2011-09-13, +/games/boxart/1699263ccc.jpg,SafeCracker: The Ultimate Puzzle Adventure,Wii,Puzzle,The Adventure Company,Kheops Studio,,0.08,0.07,,0.01,0.01,2008-12-02, +/games/boxart/full_4879261AmericaFrontccc.jpg,Duke Nukem: Land of the Babes,PS,Shooter,Atari,n-Space,,0.08,0.04,,0.03,0,2000-09-19, +/games/boxart/full_563717AmericaFrontccc.jpg,TimeSplitters: Future Perfect,GC,Shooter,Electronic Arts,Free Radical Design,8.4,0.08,0.06,,0.02,0,2005-03-21, +/games/boxart/3506537ccc.jpg,America's Army: True Soldiers,X360,Shooter,Ubisoft,Red Storm Entertainment,4.5,0.08,0.08,,,0.01,2007-11-15, +/games/boxart/full_dragon-slayer_7JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu,GEN,Role-Playing,Sega,Sega Falcom,,0.08,,0.08,,0,1994-09-16, +/games/boxart/full_6029583JapanFrontccc.jpg,Slayers Royal,PS,Role-Playing,Kadokawa Shoten,ESP Software,,0.08,,0.08,,0.01,1998-06-25, +/games/boxart/full_5946606AmericaFrontccc.jpg,Shining Resonance Refrain,PS4,Role-Playing,Sega,Media.Vision,,0.08,0.03,0.04,0.01,0.01,2018-07-10,2018-09-15 +/games/boxart/full_2544229PALFrontccc.jpg,Final Fantasy VI,PS,Role-Playing,SquareSoft,TOSE Software,,0.08,,0.08,,0.01,1999-09-30, +/games/boxart/9214459ccc.jpg,The Legend of Alon D'ar,PS2,Role-Playing,Ubisoft,Stormfront Studios,,0.08,0.04,,0.03,0.01,2001-12-04, +/games/boxart/full_1916730AmericaFrontccc.jpg,Earth Defense Force 2017,X360,Shooter,D3 Publisher,Sandlot,7.4,0.08,0.04,0.03,0.01,0,2007-03-20, +/games/boxart/full_2197126JapanFrontccc.jpg,Real Robots Final Attack,PS,Shooter,Banpresto,Banpresto,,0.08,,0.07,,0.01,1998-01-08, +/games/boxart/full_shellshock-2-blood-trails_445AmericaFront.jpg,ShellShock 2: Blood Trails,PS3,Shooter,Eidos Interactive,Rebellion Developments,,0.08,0.04,,0.03,0.01,2009-02-24, +/games/boxart/full_5938685AmericaFrontccc.jpg,Robotron X,PS,Shooter,Midway Games,Player 1,,0.08,0.05,,0.03,0.01,1996-11-30, +/games/boxart/full_6325949AmericaFrontccc.jpg,Bulletstorm: Full Clip Edition,XOne,Shooter,Gearbox Software,People Can Fly,,0.08,0.06,,0.01,0.01,2017-04-07,2018-06-25 +/games/boxart/4128405ccc.gif,State of Emergency 2,PS2,Shooter,SouthPeak Interactive,DC Studios,,0.08,0.04,,0.03,0.01,2006-02-14, +/games/boxart/full_goldeneye-007_0AmericaFront.jpg,GoldenEye 007,DS,Shooter,Activision,n-Space,5.5,0.08,0.08,,0,,2010-11-02, +/games/boxart/8023476ccc.jpg,Knife Edge: NoseGunner,N64,Shooter,Kemco,Kemco,,0.08,0.06,,0.02,0,1998-11-10, +/games/boxart/full_ultimate-shooting-collection_860AmericaFront.jpg,Ultimate Shooting Collection,Wii,Shooter,UFO Interactive,MileStone Inc.,,0.08,0.07,,,0,2009-02-02, +/games/boxart/full_5507511AmericaFrontccc.jpg,Infernal: Hell's Vengeance,X360,Shooter,Playlogic Game Factory,Metropolis Software,4.4,0.08,0.06,,0.01,0.01,2009-06-30, +/games/boxart/8271994ccc.gif,Vietcong: Purple Haze,XB,Shooter,Gathering of Developers,Coyote Developments,,0.08,0.06,,0.02,0,2004-09-15, +/games/boxart/8762478ccc.jpg,Gradius III and IV,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.08,0.04,,0.03,0.01,2000-11-13, +/games/boxart/full_3299191JapanFrontccc.jpg,Famicom Mini: Star Soldier,GBA,Shooter,Nintendo,Hudson Soft,,0.08,,0.08,,0,2004-02-14, +/games/boxart/2607263ccc.jpg,From Russia With Love,PSP,Shooter,Electronic Arts,Rebellion Developments,,0.08,0.07,,0,0.01,2006-04-03, +/games/boxart/full_4741889AmericaFrontccc.jpg,Tempest 3X,PS,Shooter,Interplay,High Voltage Software,,0.08,0.04,,0.03,0.01,1996-01-01, +/games/boxart/full_4135093AmericaFrontccc.jpg,Hidden Invasion,PS2,Shooter,Conspiracy Entertainment,Toka,,0.08,0.04,,0.03,0.01,2002-07-29, +/games/boxart/9629022ccc.gif,Gradius Galaxies,GBA,Shooter,Konami,Mobile 21,7.8,0.08,0.06,,0.02,0,2001-11-12, +/games/boxart/full_2576352AmericaFrontccc.jpg,Conflict: Desert Storm,GC,Shooter,Gotham Games,Pivotal Games,6.3,0.08,0.06,,0.02,0,2003-04-22, +/games/boxart/full_2217659AmericaFrontccc.jpg,Far Cry Instincts Evolution,XB,Shooter,Ubisoft,Ubisoft Montreal,,0.08,0.06,,0.02,0,2006-03-28, +/games/boxart/full_1948900AmericaFrontccc.jpg,Medal of Honor: Underground,GBA,Shooter,"Destination Software, Inc",Rebellion Developments,,0.08,0.05,,0.02,0,2002-12-02, +/games/boxart/9372957ccc.jpg,P.N.03 - Product Number Three,GC,Shooter,Capcom,Capcom Production Studio 4,6.3,0.08,0.06,,0.02,0,2003-09-09, +/games/boxart/full_6627070AmericaFrontccc.jpg,Homefront: The Revolution,PC,Shooter,Deep Silver,Dambuster Studios,,0.08,0.04,,0.03,0.01,2016-05-17,2018-05-24 +/games/boxart/9260083ccc.jpg,Endgame,PS2,Shooter,Empire Interactive,Cunning Developments,,0.08,0.04,,0.03,0.01,2002-06-04, +/games/boxart/4700004ccc.jpg,Bangai-O Spirits,DS,Shooter,D3 Publisher,"Treasure Co., Ltd.",8.4,0.08,0.07,,0,0.01,2008-08-12, +/games/boxart/9811811ccc.jpg,Warhammer: Battle For Atluma,PSP,Action,Namco Bandai,JV Games,,0.08,0.07,,,0.01,2006-11-14, +/games/boxart/full_9940444AmericaFrontccc.jpg,Superman: Shadow of Apokolips,GC,Action,Atari,Infogrames,,0.08,0.06,,0.02,0,2003-03-25, +/games/boxart/full_876553JapanFrontccc.jpg,Sengoku Musou 3: Moushouden,Wii,Action,Tecmo Koei,Omega Force,,0.08,,0.08,,,2011-02-10,2018-12-03 +/games/boxart/full_9423657JapanFrontccc.jpg,Puella Magi Madoka Magica: The Battle Pentagram,PSV,Action,Namco Bandai Games,ArtDink,,0.08,,0.08,,,2013-12-19,2018-12-03 +/games/boxart/7806817ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,GC,Action,Ubisoft,Ubisoft,6.7,0.08,0.06,,0.02,0,2004-07-20, +/games/boxart/full_knights-contract_222AmericaFront.jpg,Knights Contract,X360,Action,Namco Bandai,Game Republic,5,0.08,0.05,,0.03,0.01,2011-02-22, +/games/boxart/full_8365572AmericaFrontccc.jpg,Dynasty Warriors 9,XOne,Action,Tecmo Koei,Omega Force,,0.08,0.06,,0.01,0.01,2018-02-13,2017-12-31 +/games/boxart/full_order-up_563AmericaFront.jpg,Order Up!!,PS3,Action,Ignition Entertainment,SuperVillain Studios,,0.08,0.06,,0.01,0.01,2012-02-28, +/games/boxart/full_2172301AmericaFrontccc.jpg,Knights in the Nightmare,DS,Role-Playing,Atlus,Sting,7.5,0.08,0.06,0.02,,0,2009-06-03, +/games/boxart/full_1380497JapanFrontccc.jpg,Nights of Azure,PSV,Role-Playing,Tecmo Koei,Gust,,0.08,,0.08,,,2016-03-29,2018-06-01 +/games/boxart/3021184ccc.jpg,Zoids: Legacy,GBA,Role-Playing,Atari,Amedio,,0.08,0.06,,0.02,0,2004-09-15, +/games/boxart/full_5998300JapanFrontccc.jpg,Kamen Rider Travelers Record,3DS,Role-Playing,Bandai Namco Games,7thChord,,0.08,,0.08,,,2013-11-28,2018-12-01 +/games/boxart/full_6616958AmericaFrontccc.jpg,Dungeon Maker II: The Hidden War,PSP,Role-Playing,UFO Interactive,Global A Entertainment,,0.08,0.07,,,0.01,2008-12-09, +/games/boxart/full_3642834AmericaFrontccc.jpg,Risen 3: Titan Lords,PS3,Role-Playing,Deep Silver,Piranha Bytes,,0.08,0.02,,0.05,0.01,2014-08-12,2018-01-03 +/games/boxart/full_7864900AmericaFrontccc.jpg,Blacksite: Area 51,PS3,Shooter,Midway Games,Midway Studios Austin,,0.08,0.07,,0.01,0.01,2007-12-10, +/games/boxart/full_mad-dog-mccree-gunslinger-pack_1AmericaFront.jpg,Mad Dog McCree: Gunslinger Pack,Wii,Shooter,Majesco,Digital Leisure,,0.08,0.07,,0,0.01,2009-06-16, +/games/boxart/full_3257976JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky First Chapter,PSV,Role-Playing,Kadokawa Shoten,Nihon Falcom Corporation,,0.08,,0.08,,,2015-06-11, +/games/boxart/full_1320531AmericaFrontccc.jpg,PoPoLoCrois (JP sales),PSP,Role-Playing,Agetec,G-Artists,,0.08,,0.08,,,2005-11-29, +/games/boxart/full_8734431JapanFrontccc.jpg,Ken to Mahou to Gakuen Mono. 2,PSP,Role-Playing,Acquire,ZeroDiv,,0.08,,0.08,,,2009-06-25, +/games/boxart/full_gintama-gin-oh-quest-gin-san-ga-tenshoku-shitari-sekai-wo-sukuttari_4JapanFront.jpg,Gintama Gin-Oh Quest: Gin-San ga Tenshoku Shitari Sekai wo Sukuttari,DS,Role-Playing,Banpresto,Banpresto,,0.08,,0.08,,,2007-12-06, +/games/boxart/91926ccc.jpg,Ephemeral Fantasia,PS2,Role-Playing,Konami,Konami,5.7,0.08,0.04,,0.03,0.01,2001-07-09, +/games/boxart/full_3084988AmericaFrontccc.jpg,Koudelka,PS,Role-Playing,SNK,Sacnoth,6.5,0.08,0.05,,0.03,0.01,1999-11-30, +/games/boxart/full_9087722AmericaFrontccc.jpg,Lost Dimension,PS3,Role-Playing,Atlus,Lancarse,,0.08,0.06,0,0.01,0.01,2015-07-28,2018-11-24 +/games/boxart/full_7479976JapanFrontccc.jpg,RockMan EXE 4.5 Real Operation,GBA,Role-Playing,Capcom,Capcom,,0.08,,0.08,,0,2004-08-06, +/games/boxart/full_2172426AmericaFrontccc.jpg,Super Robot Taisen OG Saga: Endless Frontier,DS,Role-Playing,Atlus,Monolith Soft,,0.08,0.07,,,0.01,2009-04-29, +/games/boxart/full_542452AmericaFrontccc.jpg,Ogre Battle Series: Tactics Ogre,PS,Role-Playing,Atlus,Quest Corporation,7.9,0.08,0.04,,0.03,0.01,1998-05-01, +/games/boxart/full_8985893AmericaFrontccc.jpg,Atelier Firis: The Alchemist and the Mysterious Journey,PS4,Role-Playing,Tecmo Koei,Gust,,0.08,0.02,0.05,,0.01,2017-03-07,2018-07-04 +/games/boxart/3158497ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,PS2,Role-Playing,Square Enix,Square Enix,,0.08,0.03,0.01,0.03,0.01,2007-11-20, +/games/boxart/full_saga-3-jikuu-no-hasha-shadow-or-light_361JapanFront.jpg,SaGa 3: Jikuu no Hasha - Shadow or Light,DS,Role-Playing,Square Enix,Square Enix,,0.08,,0.08,,,2011-01-06, +/games/boxart/9519959ccc.jpg,Shining Force: Resurrection of the Dark Dragon,GBA,Role-Playing,Atlus,Amusement Vision,7.8,0.08,0.06,,0.02,0,2004-06-08, +/games/boxart/5834499ccc.jpg,Shining Soul II,GBA,Role-Playing,Atlus,Grasshopper Manufacture,,0.08,0.06,,0.02,0,2004-04-20, +/games/boxart/6724163ccc.jpg,Shin Megami Tensei: Digital Devil Saga 2,PS2,Role-Playing,Atlus,Atlus Co.,8.1,0.08,0.04,,0.03,0.01,2005-10-03, +/games/boxart/full_6468126JapanFrontccc.jpg,Samurai Warriors Chronicles 3,3DS,Action,Tecmo Koei,Omega Force,,0.08,,0.08,,,2015-06-30,2018-08-04 +/games/boxart/full_7402708AmericaFrontccc.jpg,Bladestorm: Nightmare,XOne,Action,Tecmo Koei,Omega Force,,0.08,0.06,,0.02,0.01,2015-03-03,2018-05-30 +/games/boxart/full_jaws-ultimate-predator_14AmericaFront.jpg,Jaws: Ultimate Predator,Wii,Action,Majesco,Tectonic Studios,,0.08,0.08,,,0.01,2011-12-01, +/games/boxart/full_4359019AmericaFrontccc.jpg,Ghostbusters (2016),PS4,Action,Activision,FireForge Games,,0.08,0.07,,,0.02,2016-07-12,2018-09-17 +/games/boxart/full_4759825AmericaFrontccc.jpg,Rescue Heroes: Billy Blazes,GBA,Action,Vivendi Games,WayForward Technologies,,0.08,0.06,,0.02,0,2003-08-27, +/games/boxart/full_4187799AmericaFrontccc.jpg,Sushi Academy,DS,Action,City Interactive,DTP Entertainment,,0.08,0.08,,,0.01,2009-11-02, +/games/boxart/default.jpg,DaGeDar,DS,Action,GameMill,GameMill Entertainment,,0.08,0.08,,,0.01,2011-11-08, +/games/boxart/7319958ccc.jpg,Ultimate Card Games DS,DS,Strategy,Telegames,Unknown,,0.08,0.07,,,0.01,2008-10-17, +/games/boxart/full_the-idolmaster-gravure-for-you-vol-3_154JapanFront.jpg,The Idolmaster: Gravure For You! Vol. 3,PS3,Action,Namco Bandai,Unknown,,0.08,,0.08,,,2011-12-29, +/games/boxart/full_3581703AmericaFrontccc.jpg,Metal Gear Survive,XOne,Action,Konami Digital Entertainment,Konami Digital Entertainment,,0.08,0.05,,0.01,0.01,2018-02-20,2018-02-25 +/games/boxart/full_8377258AmericaFrontccc.jpg,Dynasty Warriors 3,XB,Action,KOEI,Omega Force,,0.08,0.06,,0.02,0,2002-09-24, +/games/boxart/2472739ccc.jpg,Auto Destruct,PS,Action,Electronic Arts,Neurostone,,0.08,0.04,,0.03,0.01,1998-02-28, +/games/boxart/full_3502687AmericaFrontccc.jpg,Resident Evil 3: Nemesis,GC,Action,Capcom,Capcom,5.7,0.08,0.06,,0.02,0,2003-01-15, +/games/boxart/full_7526599AmericaFrontccc.jpg,Aliens in the Attic,Wii,Action,Playlogic Game Factory,Playlogic Game Factory,,0.08,0.07,,0,0.01,2009-07-28, +/games/boxart/full_9177743PALFrontccc.jpg,Dead Island Definitive Collection,XOne,Action,Deep Silver,Techland,,0.08,0.05,,0.03,0.01,2016-05-31, +/games/boxart/full_9128552AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,NS,Action,GameMill Entertainment,Magic Pockets,,0.08,0.04,,0.04,0.01,2017-10-31,2020-09-25 +/games/boxart/full_285867AmericaFrontccc.jpg,Looney Tunes: Acme Arsenal,X360,Action,Warner Bros. Interactive,Red Tribe,,0.08,0.06,,0.01,0.01,2007-10-09, +/games/boxart/6684137ccc.jpg,Batman: Dark Tomorrow,GC,Action,Kemco,"HotGen, Ltd.",2.3,0.08,0.06,,0.02,0,2003-03-25, +/games/boxart/4232404ccc.jpg,Tomb Raider: Legend,GC,Action,Eidos Interactive,Crystal Dynamics,7.9,0.08,0.06,,0.02,0,2006-11-14, +/games/boxart/5498101ccc.jpg,Seven Samurai 20XX,PS2,Action,Sammy Corporation,Dimps Corporation,,0.08,0.04,,0.03,0.01,2004-03-12, +/games/boxart/full_8986198AmericaFrontccc.jpg,The Croods: Prehistoric Party!,DS,Action,D3Publisher,Torus Games Pty. Ltd.,,0.08,0.03,,0.04,0.01,2013-03-19,2018-12-14 +/games/boxart/full_monkey-hero_984AmericaFront.jpg,Monkey Hero,PS,Action,Take-Two Interactive,Blam!,,0.08,0.04,,0.03,0,1999-02-28, +/games/boxart/full_2926897AmericaFrontccc.jpg,Akiba's Beat,PS4,Action,Xseed Games,Acquire,,0.08,0.05,0.01,,0.01,2017-05-16,2018-08-01 +/games/boxart/full_3881067AmericaFrontccc.jpg,The Legend of Kage 2,DS,Action,Taito,Taito Corporation,,0.08,0.07,0,0,0.01,2008-10-08, +/games/boxart/full_2330897AmericaFrontccc.jpg,Samurai Western,PS2,Action,Atlus,Acquire,,0.08,0.04,,0.03,0.01,2005-06-07, +/games/boxart/full_4861957AmericaFrontccc.jpg,Evil Dead: Regeneration,XB,Action,THQ,Cranky Pants Games,,0.08,0.06,,0.02,0,2005-09-13, +/games/boxart/full_9785935AmericaFrontccc.jpg,Toy Soldiers: War Chest,XOne,Action,Ubisoft,Signal Studios,,0.08,0.07,,,0.01,2015-08-11,2018-06-25 +/games/boxart/3826950ccc.jpg,Fatal Frame III: The Tormented,PS2,Action,Tecmo,Tecmo,7.7,0.08,0.04,,0.03,0.01,2005-11-08, +/games/boxart/full_8235791JapanFrontccc.jpg,Zero: Tsukihami no Kamen,Wii,Action,Unknown,Grasshopper Manufacture,7.5,0.08,,0.08,,,, +/games/boxart/full_4812134PALFrontccc.jpg,Legend of Kay Anniversary,PS4,Action,Nordic Games,Neon Studios,,0.08,0.03,,0.03,0.01,2015-05-29,2018-09-11 +/games/boxart/3675509ccc.jpg,Ninjabread Man,Wii,Action,Conspiracy Entertainment,Data Design Interactive,,0.08,0.07,,0,0.01,2007-10-01, +/games/boxart/3058771ccc.jpg,Harry Potter and the Sorcerer's Stone,GC,Action,Electronic Arts,Warthog,,0.08,0.06,,0.02,0,2003-12-09, +/games/boxart/full_6148476JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Next,Wii,Sports,Konami,PawaPuro Production,,0.08,,0.08,,,2009-03-19, +/games/boxart/full_2977765AmericaFrontccc.jpg,Pro Evolution Soccer 2013,PC,Sports,Konami Digital Entertainment,Konami,,0.08,,,0.07,0.01,2012-09-25,2018-01-12 +/games/boxart/full_8744423JapanFrontccc.jpg,Ansatsu Kyoushitsu: Assassin Ikusei Keikaku!!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.08,,0.08,,,2016-03-24,2018-08-06 +/games/boxart/full_4400042AmericaFrontccc.jpg,C.O.P.: The Recruit,DS,Action,Ubisoft,Ubisoft,5.7,0.08,0.05,,0.02,0.01,2009-11-03, +/games/boxart/full_5289736AmericaFrontccc.jpg,Dead Rising,PS4,Action,Capcom,Capcom Production Studio 1,,0.08,0.04,0.02,,0.01,2016-09-13, +/games/boxart/full_3552424AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,DS,Action,D3 Publisher,OneNine Studios,,0.08,0.08,,0,0.01,2009-10-20, +/games/boxart/full_5161193JapanFrontccc.jpg,Famicom Mini: Adventure Island,GBA,Action,Hudson Soft,Hudson,,0.08,,0.08,,0,2004-05-21, +/games/boxart/7951294ccc.jpg,RoadKill,XB,Action,Midway Games,Terminal Reality,,0.08,0.06,,0.02,0,2003-10-13, +/games/boxart/full_tennis-no-oji-sama-gyutto-dokidoki-survival-umi-to-yama-no-love-passion_22JapanFront.jpg,Tennis no Oji-Sama Gyutto! DokiDoki Survival - Umi to Yama no Love Passion,DS,Sports,Konami,Konami,,0.08,,0.08,,,2011-06-23, +/games/boxart/full_rapala-pro-bass-fishing-2010_509AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PS2,Sports,Activision,FUN Labs,,0.08,0.04,,0.03,0.01,2010-09-28, +/games/boxart/full_3129343AmericaFrontccc.jpg,Striker 96,PS,Sports,Acclaim Entertainment,Rage Software,,0.08,0.04,,0.03,0.01,1996-01-01, +/games/boxart/full_984949AmericaFrontccc.jpg,NHL Breakaway 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.08,0.07,,0.01,0,1998-11-27, +/games/boxart/7791341ccc.jpg,Tony Hawk's Pro Skater 3,N64,Sports,Activision,Edge of Reality,8.1,0.08,0.06,,0.02,0,2002-08-20, +/games/boxart/full_little-league-world-series-double-play_2AmericaFront.jpg,Little League World Series Baseball: Double Play,Wii,Sports,Activision,Now Production,,0.08,0.07,,,0.01,2010-07-20, +/games/boxart/367727ccc.jpg,High Heat Major League Baseball 2004,XB,Sports,3DO,3DO,,0.08,0.06,,0.02,0,2003-03-05, +/games/boxart/full_6064724AmericaFrontccc.jpg,Jillian Michaels Fitness Ultimatum 2010,DS,Sports,Majesco,Mistic Software,,0.08,0.07,,,0.01,2009-10-20, +/games/boxart/full_1663379AmericaFrontccc.jpg,Ultimate Duck Hunting,Wii,Sports,Zoo Digital Publishing,Collision Studios,,0.08,0.07,,,0.01,2009-08-25, +/games/boxart/4728027ccc.jpg,NHL Hitz 20-03,GC,Sports,Midway Games,EA Black Box,,0.08,0.06,,0.02,0,2002-09-15, +/games/boxart/3607822ccc.jpg,All-Star Baseball 2004,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.08,0.06,,0.02,0,2003-02-23, +/games/boxart/262657ccc.jpg,Boxing Fever,GBA,Sports,Majesco,Digital Fiction,7.2,0.08,0.06,,0.02,0,2001-10-11, +/games/boxart/full_2825317AmericaFrontccc.jpg,Major League Baseball 2K12,DS,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.08,0.07,,,0.01,2012-03-06,2018-11-03 +/games/boxart/full_6264473AmericaFrontccc.jpg,MLB Front Office Manager,PS3,Sports,2K Sports,Blue Castle Games,,0.08,0.07,,,0.01,2009-01-26, +/games/boxart/full_6442924AmericaFrontccc.jpg,Skydiving Extreme,PS,Sports,Natsume,Banpresto,,0.08,0.04,,0.03,0.01,2001-08-09, +/games/boxart/full_4536711AmericaFrontccc.jpg,New International Track & Field,DS,Sports,Konami,Sumo Digital,7.4,0.08,0.07,0,0,0.01,2008-07-22, +/games/boxart/full_6629608JapanFrontccc.jpg,Dragon Force II: Kamisarishi Daichi ni,SAT,Strategy,Sega,Chime,,0.08,,0.08,,0,1998-04-02, +/games/boxart/full_2268038JapanFrontccc.jpg,Quo Vadis,SAT,Strategy,Glams,The EDGE Interactive,,0.08,,0.08,,0,1995-12-21, +/games/boxart/full_5713110AmericaFrontccc.jpg,Stella Deus: The Gate of Eternity,PS2,Strategy,Atlus,Pinegrow,7.3,0.08,0.04,,0.03,0.01,2005-04-26, +/games/boxart/full_little-league-world-series-double-play_8AmericaFront.jpg,Little League World Series Baseball: Double Play,DS,Sports,Activision,Black Lantern Studios,,0.08,0.07,,,0.01,2010-07-20, +/games/boxart/full_10-minute-solution_3AmericaFront.jpg,10 Minute Solution,Wii,Sports,Activision,Anchor Bay Entertainment,,0.08,0.06,,0.01,0.01,2010-06-29, +/games/boxart/3934287ccc.jpg,Outlaw Tennis,PS2,Sports,Global Star Software,Hypnotix,,0.08,0.04,,0.03,0.01,2005-07-26, +/games/boxart/full_405354AmericaFrontccc.jpg,Tony Hawk's Pro Skater 5,X360,Sports,Activision,Robomodo,,0.08,0.07,,,0.01,2015-12-15,2018-04-15 +/games/boxart/full_4092022AmericaFrontccc.jpg,LEGO Soccer Mania,GBA,Sports,LEGO Media,Tiertex Design Studios,,0.08,0.06,,0.02,0,2002-06-17, +/games/boxart/full_6334107JapanFrontccc.jpg,Derby Tsuku: Derby Uma o Tsukurou!,DC,Sports,Sega,Sega,,0.08,,0.08,,0,2000-07-27, +/games/boxart/full_deadliest-catch-sea-of-chaos_655AmericaFront.jpg,Deadliest Catch: Sea of Chaos,PS3,Sports,Crave Entertainment,Double Tap,,0.08,0.08,,,0.01,2010-11-29, +/games/boxart/4695245ccc.jpg,ESPN NFL PrimeTime 2002,PS2,Sports,Konami,Farsight Technologies,,0.08,0.04,,0.03,0.01,2001-12-02, +/games/boxart/9067082ccc.jpg,Swingerz Golf,GC,Sports,Eidos Interactive,Telenet,,0.08,0.06,,0.02,0,2002-10-23, +/games/boxart/full_6349672AmericaFrontccc.jpg,Madden NFL 08,GC,Sports,EA Sports,EA Tiburon,7.6,0.08,0.06,,0.02,0,2007-08-14, +/games/boxart/full_8534815JapanFrontccc.jpg,Pro Yakyuu Famista DS 2010,DS,Sports,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2010-03-25, +/games/boxart/full_311818JapanFrontccc.jpg,Captain Tsubasa,PS2,Sports,Bandai,Bandai Namco Games,,0.08,,0.08,,,2006-10-19, +/games/boxart/full_8282013AmericaFrontccc.jpg,NBA 2K Playgrounds 2,PS4,Sports,2K Games,Saber Interactive,,0.08,0.06,,,0.01,2018-10-16,2018-09-11 +/games/boxart/full_5897470JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12,GC,Sports,Konami,PawaPuro Production,,0.08,,0.08,,0,2005-07-14, +/games/boxart/484133ccc.jpg,LEGO Soccer Mania,PS2,Sports,LEGO Media,Silicon Dreams,,0.08,0.04,,0.03,0.01,2002-06-17, +/games/boxart/full_5331336AmericaFrontccc.jpg,NHL 2K7,X360,Sports,2K Sports,2K Sports,8,0.08,0.07,,0,0.01,2006-09-12, +/games/boxart/full_446613JapanFrontccc.jpg,Jikkyou Powerful Major League 2009,PS2,Sports,Konami,PawaPuro Production,,0.08,,0.08,,,2009-04-29, +/games/boxart/full_j-league-winning-eleven-2009-club-championship_2JapanFront.jpg,J-League Winning Eleven 2009: Club Championship,PS2,Sports,Konami,Konami,,0.08,,0.08,,,2009-08-06, +/games/boxart/full_339467AmericaFrontccc.jpg,FIFA Soccer 2005,GBA,Sports,EA Sports,EA Canada,8.1,0.08,0.06,,0.02,0,2004-10-12, +/games/boxart/full_1920942AmericaFrontccc.jpg,FIFA 18,PC,Sports,EA Sports,EA Vancouver,8,0.08,,,0.08,0,2017-09-29,2018-04-02 +/games/boxart/full_4562969AmericaFrontccc.jpg,Don King Boxing,DS,Sports,2K Sports,Venom Games,,0.08,0.06,,0.02,0.01,2009-03-31, +/games/boxart/754476ccc.jpg,Disney's Meet the Robinsons,X360,Action,Disney Interactive Studios,Avalanche Software,,0.08,0.07,,0,0.01,2007-03-27, +/games/boxart/full_2723718AmericaFrontccc.jpg,Incredible Crisis,PS,Action,Titus,Polygon Magic,,0.08,0.04,,0.03,0.01,2000-11-06, +/games/boxart/full_7109867JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 15,Wii,Sports,Konami,PawaPuro Production,,0.08,,0.08,,,2008-07-24, +/games/boxart/full_cabelas-north-american-adventures_7AmericaFront.jpg,Cabela's North American Adventures,PS2,Sports,Activision,Activision,,0.08,0.04,,0.03,0.01,2010-09-14, +/games/boxart/full_2314790AmericaFrontccc.jpg,Pro Evolution Soccer 2008 (JP sales),DS,Sports,Konami,Konami,,0.08,,0.08,,,2008-03-11, +/games/boxart/full_8051143AmericaFrontccc.jpg,Diva Girls: Divas on Ice,Wii,Sports,505 Games,505 Games,,0.08,0.07,,0,0.01,2009-06-16, +/games/boxart/5224980ccc.jpg,FIFA Street 2,XB,Sports,EA Sports BIG,EA Canada,,0.08,0.06,,0.02,0,2006-02-28, +/games/boxart/full_4273126JapanFrontccc.jpg,Orega Kantoku Da! Gekitou Pennant Race,PS2,Sports,Enix,Enix Corporation,,0.08,,0.08,,,2000-11-22, +/games/boxart/full_go-diego-go-mega-bloks-build-amp-rescue_2AmericaFront.jpg,Diego's Build & Rescue,DS,Action,2K Play,2K Play,,0.08,0.07,,0,0.01,2010-10-26, +/games/boxart/full_543703JapanFrontccc.jpg,Gintama: Gin-San to Issho! Boku no Kabuki Machi Nikki,PS2,Action,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2007-08-30, +/games/boxart/4023333ccc.jpg,Indycar Series 2005,XB,Action,Codemasters,Unknown,,0.08,0.06,,0.02,0,2004-06-22, +/games/boxart/full_9163298JapanFrontccc.jpg,Medabots Dual: Kabuto / Kuwagata,3DS,Action,Rocket Company,Jupiter Corporation,,0.08,,0.08,,,2013-11-14,2018-12-03 +/games/boxart/9409994ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,X360,Action,Activision,Unknown,,0.08,0.06,,0.01,0.01,2007-09-26, +/games/boxart/full_knights-contract_802AmericaFront.jpg,Knights Contract,PS3,Action,Namco Bandai,Game Republic,5.8,0.08,0.04,,0.03,0.01,2011-02-22, +/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_968AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,PS3,Action,THQ,THQ,,0.08,0.04,,0.04,0.01,2011-09-13, +/games/boxart/full_super-sentai-battle-ranger-cross_264JapanFront.jpg,Super Sentai Battle: Ranger Cross,Wii,Action,Namco Bandai,Namco Bandai Games,,0.08,,0.08,,,2011-09-08, +/games/boxart/full_336260AmericaFrontccc.jpg,Salon Superstar,DS,Simulation,505 Games,505 Games,,0.08,0.07,,,0,2009-12-08, +/games/boxart/full_the-sims-3-fast-lane-stuff_157AmericaFront.jpg,The Sims 3: Fast Lane Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.08,0.01,,0.05,0.01,2010-09-07, +/games/boxart/full_armored-core-3-portable_10JapanFront.jpg,Armored Core 3 Portable,PSP,Simulation,From Software,From Software,,0.08,,0.08,,,2009-07-30, +/games/boxart/full_5805293AmericaFrontccc.jpg,Overcooked! 2,XOne,Simulation,Sold Out,Ghost Town Games,,0.08,0.07,,0,0.01,2018-08-07,2018-06-14 +/games/boxart/full_668885AmericaFrontccc.jpg,The Sims 2: Ikea Home Stuff,PC,Simulation,Electronic Arts,Maxis,,0.08,,,0.07,0.01,2008-06-23, +/games/boxart/full_9501178AmericaFrontccc.jpg,Dreamer Series: Shop Owner,DS,Simulation,DreamCatcher Interactive,ZigZag Island,,0.08,0.07,,0,0.01,2009-05-12, +/games/boxart/full_9579466PALFrontccc.jpg,Imagine: My Restaurant,DS,Simulation,Ubisoft,Vicarious Visions,,0.08,,,0.07,0.01,2009-03-27, +/games/boxart/full_5980789JapanFrontccc.jpg,The Idolm@ster,X360,Simulation,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2007-01-25, +/games/boxart/full_major-league-baseball-2k11_62AmericaFront.jpg,Major League Baseball 2K11,PC,Sports,2K Sports,Visual Concepts,,0.08,0.06,,0.02,0.01,2011-03-08, +/games/boxart/full_4198924AmericaFrontccc.jpg,Slam 'n Jam '96 featuring Magic & Kareem,PS,Sports,Crystal Dynamics,Left Field Productions,,0.08,0.04,,0.03,0.01,1996-01-01, +/games/boxart/full_696050AmericaFrontccc.jpg,R.B.I. Baseball 2017,NS,Sports,MLB.com,MLB.com,,0.08,0.07,,,0.01,2017-09-05, +/games/boxart/full_captain-tsubasa-new-kick-off_4PALFront.jpg,Captain Tsubasa: New Kick Off,DS,Sports,Konami,Konami,,0.08,,0.06,0.02,0,2010-11-04, +/games/boxart/full_8164069AmericaFrontccc.jpg,NHL 06,GC,Sports,EA Sports,EA Canada,,0.08,0.06,,0.02,0,2005-09-06, +/games/boxart/full_sports-collection_10AmericaFront.jpg,Sports Collection,DS,Sports,Ubisoft,Ubisoft Pune,,0.08,0.06,,0.01,0.01,2010-10-05, +/games/boxart/9388220ccc.jpg,Sub Rebellion,PS2,Simulation,Metro 3D,Irem Software Engineering,,0.08,0.04,,0.03,0.01,2002-10-12, +/games/boxart/full_3432198AmericaFrontccc.jpg,Port Royale 3,PS3,Simulation,Kalypso Media,Gaming Minds Studios,,0.08,0.06,,,0.01,2012-10-02,2018-12-04 +/games/boxart/full_511306JapanFrontccc.jpg,Black/Matrix,SAT,Strategy,NEC Interchannel,Flight-Plan,,0.08,,0.08,,0,1998-08-27, +/games/boxart/full_class-of-heroes-final_139JapanFront.jpg,Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama,PSP,Strategy,Acquire,ZeroDiv,,0.08,,0.08,,,2011-10-13, +/games/boxart/full_get-fit-with-mel-b_938AmericaFront.jpg,Get Fit with Mel B,Wii,Sports,Deep Silver,Lightning Fish,,0.08,0.03,,0.05,0.01,2011-09-14, +/games/boxart/full_get-fit-with-mel-b_254PALFront.jpg,Get Fit with Mel B,X360,Sports,Unknown,Lightning Fish,,0.08,0,,0.06,0.01,, +/games/boxart/full_winter-stars_509AmericaFront.jpg,Winter Stars,PS3,Sports,Deep Silver,49Games,,0.08,0.01,,0.05,0.01,2011-11-10, +/games/boxart/9848556ccc.jpg,FIFA Soccer 2003,GC,Sports,EA Sports,EA Canada,,0.08,0.06,,0.02,0,2002-11-14, +/games/boxart/4283300ccc.jpg,Backyard NBA Basketball,DS,Sports,Atari,Mistic Software,,0.08,0.07,,,0.01,2007-09-25, +/games/boxart/5267100ccc.jpg,Outlaw Golf,GC,Sports,Simon & Schuster Interactive,Hypnotix,,0.08,0.06,,0.02,0,2002-10-30, +/games/boxart/4330001ccc.jpg,Super Football,2600,Sports,Atari,Atari,,0.08,0.07,,0,0,1988-01-01, +/games/boxart/default.jpg,Derby Stallion 98,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,0.08,,0.08,,,1998-08-25, +/games/boxart/9021697ccc.jpg,Worms: A Space Oddity,Wii,Strategy,THQ,Team17 Software,,0.08,0.06,,0.02,0.01,2008-03-18, +/games/boxart/full_4857008JapanFrontccc.jpg,Future Card Buddyfight: Yuujou no Bakunetsu Fight!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.08,,0.08,,,2015-04-16,2018-08-04 +/games/boxart/full_fabstyle_328JapanFront.jpg,FabStyle,DS,Strategy,Tecmo Koei,Tecmo Koei Games,,0.08,,0.08,,,2011-11-24,2018-07-30 +/games/boxart/full_6956585JapanFrontccc.jpg,GOTHA: Ismailia Seneki,SAT,Strategy,Sega,Micronet,,0.08,,0.08,,0,1995-01-27, +/games/boxart/3086531ccc.jpg,P.T.O. IV: Pacific Theater of Operations,PS2,Strategy,KOEI,Koei,,0.08,0.04,,0.03,0.01,2003-02-03, +/games/boxart/full_bakugan-rise-of-the-resistance_612AmericaFront.jpg,Bakugan: Rise of the Resistance,DS,Strategy,Activision,Activision,,0.08,0.05,,0.02,0.01,2011-11-08, +/games/boxart/full_wsc-real-11-world-snooker-championship_304PALFront.jpg,WSC Real 11: World Snooker Championship,PS3,Sports,Koch Media,Dark Energy Digital,,0.08,,,0.07,0.02,2011-04-15, +/games/boxart/full_101-in-1-sports-megamix_0AmericaFront.jpg,101-in-1 Sports Megamix,DS,Sports,Atlus,Nordcurrent,,0.08,0.08,,0,0.01,2010-09-07, +/games/boxart/full_9873866AmericaFrontccc.jpg,NCAA Football 08,XB,Sports,EA Sports,EA Tiburon,,0.08,0.06,,0.02,0,2007-07-17, +/games/boxart/full_1782258AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,PS2,Sports,Conspiracy Entertainment,49Games,,0.08,0.04,,0.03,0.01,2008-11-18, +/games/boxart/full_the-sims-3-barnacle-bay_732AmericaFront.jpg,The Sims 3: Barnacle Bay,PC,Simulation,Electronic Arts,Maxis,,0.08,0.08,,,0.01,2011-03-08, +/games/boxart/full_9277624AmericaFrontccc.jpg,Charm Girls Club: My Fashion Show,DS,Simulation,Electronic Arts,Electronic Arts Casual Studios,,0.08,0.08,,,0.01,2009-10-20, +/games/boxart/full_8237214AmericaFrontccc.jpg,Elite: Dangerous,XOne,Simulation,Frontier Developments,Frontier Developments,,0.08,0.07,,,0.01,2017-06-27,2018-06-15 +/games/boxart/5693298ccc.jpg,Blazing Angels: Squadrons of WWII,XB,Simulation,Ubisoft,Ubisoft Romania,7,0.08,0.06,,0.02,0,2006-03-23, +/games/boxart/full_9612453JapanFrontccc.jpg,Dungeon Travelers 2: The Royal Library & the Monster Seal,PSP,Role-Playing,Aqua Plus,Sting,,0.08,,0.08,,,2013-03-28,2018-12-03 +/games/boxart/7473971ccc.jpg,Alien Syndrome,PSP,Role-Playing,Sega,Totally Games,4.9,0.08,0.07,,0,0.01,2007-07-24, +/games/boxart/8338764ccc.jpg,Phantasy Star Online Episode III: C.A.R.D. Revolution,GC,Role-Playing,Sega,Sonic Team,7.4,0.08,0.06,,0.02,0,2004-03-02, +/games/boxart/full_2428673JapanFrontccc.jpg,Moe Chronicle,PSV,Role-Playing,Compile Heart,Compile Heart,,0.08,,0.08,,,2014-05-15,2018-12-12 +/games/boxart/full_criminal-girls_0JapanFront.jpg,Criminal Girls,PSP,Role-Playing,Nippon Ichi Software,imageepoch Inc.,,0.08,,0.08,,,2010-11-18, +/games/boxart/full_1541157JapanFrontccc.jpg,Dragon Shadow Spell,PS2,Role-Playing,Flight-Plan,Flight-Plan,,0.08,,0.08,,,2007-01-18, +/games/boxart/full_little-league-world-series-baseball-2010_0AmericaFront.jpg,Little League World Series Baseball 2010,PS3,Sports,Activision,Now Production,,0.08,0.07,,,0.01,2010-07-20, +/games/boxart/full_2481280AmericaFrontccc.png,NBA 10 The Inside,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,6.5,0.08,0.07,,,0.01,2009-10-06, +/games/boxart/full_2522935JapanFrontccc.jpg,Dragon Slayer: The Legend of Heroes,GEN,Role-Playing,Sega,Nihon Falcom Corporation,,0.08,,0.08,,0,1994-09-16,2018-12-14 +/games/boxart/full_871168AmericaFrontccc.jpg,Child of Light,PSV,Role-Playing,Ubisoft,Ubisoft Montreal,,0.08,,0.02,0.05,0.01,2014-07-01,2018-12-30 +/games/boxart/full_3161598JapanFrontccc.jpg,Slayers Royal 2,SAT,Role-Playing,Kadokawa Shoten,Onion Egg,,0.08,,0.08,,0,1998-09-03, +/games/boxart/full_2781324AmericaFrontccc.jpg,Dawn of Heroes,DS,Role-Playing,Majesco,Wicked Studios,,0.08,0.07,,,0.01,2010-08-17, +/games/boxart/full_1561363JapanFrontccc.jpg,Lost Heroes 2,3DS,Role-Playing,Bandai Namco Games,M2,,0.08,,0.08,,,2015-01-29,2018-08-06 +/games/boxart/full_8513883JapanFrontccc.jpg,Majin Tensei,SNES,Role-Playing,Atlus,Atlus Co.,,0.08,,0.08,,,1994-01-28, +/games/boxart/full_4645315AmericaFrontccc.jpg,Dragon Ball Z: The Legacy of Goku I & II,GBA,Role-Playing,Atari,Webfoot Technologies,,0.08,0.05,,0.02,0,2005-12-08, +/games/boxart/full_3641904JapanFrontccc.jpg,Hero Bank,3DS,Role-Playing,Sega,Sega,,0.08,,0.08,,,2014-03-20,2018-12-14 +/games/boxart/full_5349843AmericaFrontccc.jpg,Rick & Morty Virtual Rick-Ality,PS4,Simulation,Nighthawk Interactive,Owlchemy Labs,,0.08,0.06,,,0.01,2018-04-24,2018-02-27 +/games/boxart/full_petz-fantasy-sunshine-magic_9AmericaFront.jpg,Petz Fantasy: Sunshine Magic,DS,Simulation,Ubisoft,Ubisoft,,0.08,0.07,,0,0.01,2010-10-05, +/games/boxart/full_7899403AmericaFrontccc.jpg,Mission Runway,DS,Simulation,THQ,Arts Software,,0.08,0.07,,0.01,0.01,2009-05-11, +/games/boxart/4802686ccc.jpg,Battlestar Galactica,XB,Simulation,VU Games,Warthog,,0.08,0.06,,0.02,0,2003-11-19, +/games/boxart/5627222ccc.jpg,Fireblade,XB,Simulation,Midway Games,Kuju Entertainment,,0.08,0.06,,0.02,0,2002-11-17, +/games/boxart/full_zhuzhu-babies_272AmericaFront.jpg,ZhuZhu Babies,DS,Simulation,Activision,Black Lantern Studios,,0.08,0.06,,0.01,0.01,2011-11-01, +/games/boxart/6096591ccc.jpg,Baroque,Wii,Role-Playing,Atlus,Sting,5.2,0.08,0.07,0,0,0.01,2008-04-08, +/games/boxart/full_884632JapanFrontccc.jpg,Conception: Please Give Birth to My Child!,PSP,Role-Playing,Spike,Spike,,0.08,,0.08,,,2012-04-26,2018-12-14 +/games/boxart/full_4212945AmericaFrontccc.jpg,Zoo Tycoon (2013),X360,Simulation,Microsoft Studios,Frontier Developments,,0.08,0.02,,0.06,0.01,2013-11-22,2018-09-29 +/games/boxart/full_131677AmericaFrontccc.jpg,Ski-Doo Snowmobile Challenge,Wii,Racing,Valcon Games,ColdWood Interactive,,0.08,0.08,,,0.01,2009-10-13, +/games/boxart/full_6472254AmericaFrontccc.jpg,Wreckin Crew,PS,Racing,Telstar,Quickdraw Developments Ltd.,,0.08,0.05,,0.03,0.01,1998-01-18, +/games/boxart/full_1510209AmericaFrontccc.jpg,Sega GT Online,XB,Racing,Sega,Wow Entertainment,,0.08,0.06,,0.02,0,2004-01-27, +/games/boxart/full_8730616AmericaFrontccc.jpg,TT Isle of Man: Ride on the Edge,XOne,Racing,Big Ben Interactive,Kylotonn,,0.08,0.05,,0.03,0.01,2018-03-06,2018-03-07 +/games/boxart/5323355ccc.jpg,Driven,GC,Racing,BAM! Entertainment,BAM! Entertainment,,0.08,0.06,,0.02,0,2002-03-30, +/games/boxart/full_6718371PALFrontccc.jpg,Petz: Dogz Family,PSP,Simulation,Ubisoft,Ubisoft,,0.08,0.05,,0.02,0.01,2009-10-27, +/games/boxart/full_the-sims-2-apartment-life_7AmericaFront.jpg,The Sims 2: Apartment Life,PC,Simulation,Electronic Arts,Maxis,,0.08,,,0.08,0.01,2008-08-26, +/games/boxart/full_1808207AmericaFrontccc.jpg,MXGP 3: The Official Motocross Videogame,NS,Racing,Milestone S.r.l.,Milestone,,0.08,0.06,,0.02,0.01,2017-11-17,2018-06-25 +/games/boxart/full_4684355AmericaFrontccc.jpg,WWE Crush Hour,GC,Racing,THQ,Pacific Coast Power & Light,,0.08,0.06,,0.02,0,2003-03-17, +/games/boxart/full_9585667AmericaFrontccc.jpg,Assetto Corsa,PS4,Racing,505 Games,Kunos Simulazioni,,0.08,,0.01,0.06,0.01,2016-08-30,2018-09-17 +/games/boxart/full_1860936AmericaFrontccc.jpg,Krazy Ivan,PS,Simulation,Sony Computer Entertainment,Psygnosis,,0.08,0.04,,0.03,0,1996-01-01, +/games/boxart/3643190ccc.jpg,Silent Hunter III,PC,Simulation,Ubisoft,Ubisoft Romania,,0.08,,,0.07,0.01,2005-03-18, +/games/boxart/full_4126467JapanFrontccc.jpg,Nicola Kanshuu: Model Oshare * Audition Platinum,3DS,Simulation,Alchemist,Alchemist,,0.08,,0.08,,,2012-11-08,2018-12-14 +/games/boxart/full_3889800JapanFrontccc.jpg,Princess Maker 2,SAT,Simulation,Micro Cabin,Gainax,,0.08,,0.08,,0,1995-10-27, +/games/boxart/full_3833820AmericaFrontccc.jpg,Animal Planet: Emergency Vets,DS,Simulation,Activision,SilverBirch Studios,,0.08,0.08,,0,0.01,2009-03-13, +/games/boxart/full_3233414AmericaFrontccc.jpg,WRC 6,PS4,Racing,Namco Bandai Games,Bigben Interactive,,0.08,0.03,0.01,0.02,0.01,2017-03-03,2018-08-12 +/games/boxart/full_171587AmericaFrontccc.jpg,MX vs ATV All Out,XOne,Racing,THQ Nordic,Rainbow Studios,,0.08,0.07,,,0.01,2018-03-27,2018-03-23 +/games/boxart/full_6693005AmericaFrontccc.jpg,Monster Trucks DS,DS,Racing,Majesco,Skyworks Technologies,,0.08,0.07,,0,0.01,2005-11-23, +/games/boxart/full_5445519AmericaFrontccc.jpg,Gadget Racers,PS2,Racing,Conspiracy Entertainment,Barnhouse Effect,,0.08,0.04,,0.03,0.01,2001-08-21, +/games/boxart/full_jimmie-johnsons-anything-with-an-engine_748AmericaFront.jpg,Jimmie Johnson's Anything With an Engine,PS3,Racing,Konami,Isopod Labs,,0.08,0.07,,,0.01,2011-11-01, +/games/boxart/5281755ccc.jpg,Ford vs. Chevy,XB,Racing,Global Star Software,2K Games,,0.08,0.06,,0.02,0,2005-11-09, +/games/boxart/full_9363173AmericaFrontccc.jpg,The Dukes of Hazzard: Return of the General Lee,XB,Racing,Ubisoft,Ratbag,,0.08,0.06,,0.02,0,2004-09-28, +/games/boxart/7816378ccc.jpg,SRS: Street Racing Syndicate,GC,Racing,Namco,Eutechnyx,,0.08,0.07,,0.02,0,2004-08-31, +/games/boxart/full_6845911JapanFrontccc.jpg,Pretty Rhythm Rainbow Live: Kira Kira My * Design,3DS,Simulation,Takara Tomy,Takara Tomy ARTS,,0.08,,0.08,,,2013-11-28,2018-12-02 +/games/boxart/full_3669634AmericaFrontccc.jpg,TrackMania DS,DS,Racing,Atlus,Firebrand Games,7.5,0.08,0.06,,0.01,0.01,2009-03-17, +/games/boxart/full_6253315AmericaFrontccc.jpg,Gravel,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.08,0.06,,,0.01,2018-02-27,2018-01-13 +/games/boxart/full_2488695AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,PS3,Racing,Activision,Left Field Productions,,0.08,0.07,,0,0.01,2008-10-28, +/games/boxart/full_blood-drive_4AmericaFront.jpg,Blood Drive,PS3,Racing,Activision,Activision,,0.08,0.07,,,0.01,2010-10-26, +/games/boxart/full_3270846AmericaFrontccc.png,Monster Jam: Crush It,NS,Racing,GameMill,GameMill,,0.08,0.04,,0.03,0.01,2017-10-31, +/games/boxart/full_4900982AmericaFrontccc.jpg,GT Advance 3: Pro Concept Racing,GBA,Racing,THQ,MTO,7.7,0.08,0.05,,0.02,0,2002-04-26, +/games/boxart/full_4673680AmericaFrontccc.jpg,R: Racing Evolution,GC,Racing,Namco,Namco,6.1,0.08,0.06,,0.02,0,2003-12-09, +/games/boxart/2746137ccc.jpg,Penny Racers Party: Turbo-Q Speedway,Wii,Racing,Takara Tomy,Takara Tomy,,0.08,0.07,0,,0.01,2008-10-20, +/games/boxart/full_1254714AmericaFrontccc.jpg,Ride 2,XOne,Racing,Milestone S.r.l,Milestone S.r.l.,,0.08,0.06,,0.01,0.01,2017-02-14,2018-06-25 +/games/boxart/8245083ccc.jpg,TOCA Race Driver 3: The Ultimate Racing Simulator,PS2,Racing,Codemasters,Codemasters,,0.08,0.04,,0.03,0.01,2006-02-22, +/games/boxart/1164864ccc.jpg,Pac-Man World Rally,GC,Racing,Namco Bandai,Smart Bomb Interactive,,0.08,0.06,,0.02,0,2006-08-22, +/games/boxart/full_3966838AmericaFrontccc.jpg,Build 'n Race,Wii,Racing,Zoo Games,Icon Games,,0.08,0.08,,,0.01,2009-08-04, +/games/boxart/full_3480593AmericaFrontccc.jpg,Spintires: MudRunner - American Wilds,PS4,Racing,Focus Home Interactive,Saber Interactive,,0.08,0.07,,,0.02,2018-10-23,2019-02-19 +/games/boxart/full_8505537AmericaFrontccc.jpg,Pimp My Ride: Street Racing,PS2,Racing,Activision,Virtuos,,0.08,0.04,,0.03,0.01,2009-03-16, +/games/boxart/full_4183676AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.08,0.08,,,0.01,2018-02-13,2018-03-23 +/games/boxart/full_wetrix_158AmericaFront.jpg,Wetrix,N64,Puzzle,Ocean,Zed Two Limited,8.6,0.08,0.06,,0.02,0,1998-06-12, +/games/boxart/full_9208183AmericaFrontccc.jpg,S.C.A.R.S,PS,Racing,Ubisoft,Vivid Image,,0.08,0.05,,0.03,0.01,1998-08-31, +/games/boxart/full_face-racers-photo-finish_654AmericaFront.jpg,Face Racers: Photo Finish,3DS,Racing,Majesco,Renegade Kid,,0.08,0.08,,,0.01,2011-11-12, +/games/boxart/full_5878734JapanFrontccc.jpg,Initial D: Extreme Stage,PS3,Racing,Sega,Sega,,0.08,,0.08,,,2008-07-03, +/games/boxart/2999728ccc.gif,The Italian Job,XB,Racing,Eidos Interactive,Climax Group,,0.08,0.06,,0.02,0,2003-06-25, +/games/boxart/4918004ccc.jpg,Big Mutha Truckers,GC,Racing,THQ,Eutechnyx,,0.08,0.06,,0.02,0,2003-08-16, +/games/boxart/full_1334704PALFrontccc.jpg,Micro Machines: World Series,XOne,Racing,Codemasters,Codemasters,,0.08,0.02,,0.05,0.01,2017-06-30,2018-05-30 +/games/boxart/2677888ccc.jpg,Iggy's Reckin' Balls,N64,Racing,Acclaim Entertainment,Iguana Entertainment,6.8,0.08,0.06,,0.02,0,1998-08-24, +/games/boxart/full_7647061AmericaFrontccc.jpg,Rapala Fishing Pro Series,PS4,Simulation,GameMill,"Concrete Software, Inc.",,0.08,0.06,,,0.02,2017-10-24,2018-08-07 +/games/boxart/full_11421AmericaFrontccc.jpg,Miami Nights: Singles in the City,DS,Simulation,Ubisoft,Gameloft,,0.08,0.08,,0,0.01,2008-01-15, +/games/boxart/full_4333518JapanFrontccc.jpg,Pretty Rhythm: My Deco Rainbow Wedding,3DS,Simulation,Takara Tomy,Takara Tomy ARTS,,0.08,,0.08,,,2013-03-20,2018-12-02 +/games/boxart/full_6093088AmericaFrontccc.jpg,Touch Mechanic,DS,Simulation,Aspyr,Kando Games,,0.08,0.08,,,0.01,2009-03-23, +/games/boxart/full_dancedancerevolution_463AmericaFront.jpg,DanceDanceRevolution,X360,Simulation,Konami,Konami,,0.08,0.08,,,0.01,2011-04-12, +/games/boxart/full_3202077JapanFrontccc.jpg,Kobitodzukan: Kobito no Fushigi - Jikken Set,3DS,Simulation,Nippon Columbia,Racjin,,0.08,,0.08,,,2013-12-12,2018-12-03 +/games/boxart/full_4339401AmericaFrontccc.jpg,Qubed,X360,Puzzle,Atari,Various,,0.08,0.07,,,0.01,2009-09-08, +/games/boxart/8794463ccc.jpg,Bust-A-Move 2 Arcade Edition,N64,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,0.08,0.06,,0.02,0,1998-04-30, +/games/boxart/full_6277673AmericaFrontccc.jpg,Dream Day: Wedding Destinations,DS,Simulation,THQ,THQ,,0.08,0.08,,,0.01,2009-03-09, +/games/boxart/full_8655AmericaFrontccc.jpg,Pony Friends 2,Wii,Simulation,Square Enix,Tantalus Interactive,,0.08,0.03,,0.04,0.01,2010-02-23, +/games/boxart/8484903ccc.jpg,Theme Park,SAT,Simulation,Electronic Arts,Bullfrog Production,,0.08,,0.08,,,1995-01-01, +/games/boxart/full_379595AmericaFrontccc.jpg,X Rebirth,PC,Simulation,Egosoft,Egosoft,,0.08,,,0.08,0,2013-11-15,2018-12-01 +/games/boxart/full_air-conflicts-secret-wars_442PALFront.jpg,Air Conflicts: Secret Wars,X360,Simulation,Kalypso,Games Farm,6,0.08,0.06,,0.02,0.01,2011-09-28, +/games/boxart/full_8078323AmericaFrontccc.jpg,R/C Stunt Copter,PS,Simulation,Titus,"Big Grub / Shiny Entertainment, Inc.",,0.08,0.04,,0.03,0.01,1999-10-05, +/games/boxart/full_4176549JapanFrontccc.jpg,Kenshuui Tendo Dokuta,DS,Simulation,Spike,Spike,,0.08,,0.08,,,2004-12-02, +/games/boxart/full_5613187JapanFrontccc.jpg,Pilot ni Narou! 2,PS2,Simulation,Victor Interactive,BELUGA Computer Inc.,,0.08,,0.08,,,2001-03-08, +/games/boxart/full_6342943JapanFrontccc.jpg,12-Sai. Koisuru Diary,3DS,Adventure,Happinet,Unknown,,0.08,,0.08,,,2016-08-04, +/games/boxart/full_2834081AmericaFrontccc.jpg,Tomb Raider: Underworld,PC,Adventure,Eidos Interactive,Crystal Dynamics,8,0.08,,,0.07,0.01,2008-11-18, +/games/boxart/full_7240802AmericaFrontccc.jpg,Loading Human,PS4,Adventure,Maximum Games,Untold Games,,0.08,0.05,,0.02,0.01,2016-10-13,2018-09-17 +/games/boxart/full_4504439PALFrontccc.jpg,Deep Fear,SAT,Adventure,Sega,ISCO,,0.08,,0.08,,,1998-11-01, +/games/boxart/full_horrid-henrys-horrid-adventure_1PALFront.jpg,Horrid Henry's Horrid Adventure,DS,Adventure,Asylum Entertainment,TBA,,0.08,,,0.07,0.01,2010-11-05, +/games/boxart/full_8428533JapanFrontccc.jpg,Virus,SAT,Adventure,Hudson Soft,Hudson Soft,,0.08,,0.08,,0,1997-08-22, +/games/boxart/full_7152517AmericaFrontccc.jpg,Cate West: The Vanishing Files,Wii,Adventure,Destineer,Destineer,,0.08,0.07,,0,0.01,2009-03-23, +/games/boxart/full_7382108AmericaFrontccc.jpg,Lost in Blue: Shipwrecked,Wii,Adventure,Konami,Hudson Soft,,0.08,0.07,,0,0.01,2008-09-23, +/games/boxart/336888ccc.gif,Scooby-Doo! Who's Watching Who?,PSP,Adventure,THQ,THQ,,0.08,0.07,,0.01,0.01,2006-10-16, +/games/boxart/full_7438916JapanFrontccc.jpg,Sentimental Graffiti: First Window,SAT,Adventure,NEC Interchannel,NEC Interchannel,,0.08,,0.08,,0,1997-04-11, +/games/boxart/1026583ccc.jpg,Grand Prix Challenge,PS2,Racing,Atari,Atari,,0.08,0.04,,0.03,0.01,2003-03-03, +/games/boxart/full_jimmie-johnsons-anything-with-an-engine_508AmericaFront.jpg,Jimmie Johnson's Anything With an Engine,Wii,Racing,Konami,Isopod Labs,,0.08,0.08,,,0.01,2011-11-22, +/games/boxart/1081970ccc.gif,Whac-A-Mole,DS,Puzzle,Activision,DC Studios,,0.08,0.07,,,0.01,2005-09-21, +/games/boxart/full_173516PALFrontccc.jpg,Mario vs. Donkey Kong: Tipping Stars,3DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,6.5,0.08,,0.08,,,2015-03-05,2019-01-15 +/games/boxart/4394818ccc.jpg,PQ: Practical Intelligence Quotient,PSP,Puzzle,D3 Publisher,Now Production,,0.08,0.07,,0,0.01,2006-01-10, +/games/boxart/full_5051862AmericaFrontccc.jpg,Disney's Planes,3DS,Adventure,Disney Interactive Studios,TOSE,,0.08,0.04,,0.03,0.01,2013-08-06,2018-03-15 +/games/boxart/1695401ccc.jpg,Prisoner of War,XB,Adventure,Codemasters,Wide Games,,0.08,0.06,,0.02,0,2002-08-26, +/games/boxart/full_murder-in-venice_443AmericaFront.jpg,Murder in Venice,DS,Adventure,City Interactive,City Interactive,,0.08,0.05,,0.03,0.01,2011-05-16, +/games/boxart/full_1551465AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,PSP,Adventure,Ubisoft,Ubisoft Shanghai,6,0.08,0.07,,0,0.01,2009-09-15, +/games/boxart/full_gray-matter_156AmericaFront.jpg,Gray Matter,PC,Adventure,Viva Media,Wizarbox Studios,7.3,0.08,0.02,,0.05,0.01,2011-02-22, +/games/boxart/full_man-vs-wild_341AmericaFront.jpg,Man vs. Wild,Wii,Adventure,Crave Entertainment,Scientifically Proven,,0.08,0.07,,,0,2011-04-26, +/games/boxart/full_ro-kyu-bu_518JapanFront.jpg,Ro-Kyu-Bu!,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.08,,0.08,,,2011-10-27, +/games/boxart/full_607438AmericaFrontccc.jpg,Elebits: The Adventures of Kai and Zero,DS,Adventure,Konami,Konami,7.5,0.08,0.07,0,0,0.01,2009-01-06, +/games/boxart/full_6694420JapanFrontccc.jpg,Aibou DS,DS,Adventure,Tecmo,Tecmo,,0.08,,0.08,,,2009-03-05, +/games/boxart/full_6657419AmericaFrontccc.jpg,IHRA Drag Racing: Sportsman Edition,PS2,Racing,Bethesda Softworks,Bethesda Softworks,,0.08,0.04,,0.03,0.01,2006-06-13, +/games/boxart/full_7550150JapanFrontccc.jpg,Taiko no Tatsujin: Atsumete Tomodachi Daisakusen!,WiiU,Music,Namco Bandai Games,Bandai Namco Games,,0.08,,0.08,,,2015-11-26,2018-04-08 +/games/boxart/full_2973918AmericaFrontccc.jpg,Just Dance: Disney Party 2,XOne,Music,Ubisoft,Ubisoft San Francisco,,0.08,0.06,,0.01,0.01,2015-10-20,2018-04-07 +/games/boxart/full_4283284JapanFrontccc.jpg,IA/VT Colorful,PSV,Music,Marvelous Entertainment,Marvelous,,0.08,,0.08,,,2015-07-30,2018-12-03 +/games/boxart/full_1464574JapanFrontccc.jpg,Tokimeki Memorial 4,PSP,Adventure,Konami,Konami,,0.08,,0.08,,,2009-12-03, +/games/boxart/full_boku-no-natsuyasumi-3-summer-holiday-20th-century_5JapanFront.jpg,Boku no Natsuyasumi 3: Hokkoku Hen: Chiisana Boku no Dai Sougen​,PS3,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.08,,0.08,,,2007-07-05, +/games/boxart/3302681ccc.jpg,Code Lyoko: Fall of X.A.N.A.,DS,Adventure,Game Factory,Game Factory,,0.08,0.07,,,0.01,2008-06-20, +/games/boxart/745512ccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GBA,Adventure,Activision,Humagade,,0.08,0.06,,0.02,0,2005-11-08, +/games/boxart/full_gundam-the-3d-battle_883JapanFront.jpg,Gundam the 3D Battle,3DS,Action,Namco Bandai,Namco Bandai Games,,0.08,,0.08,,,2011-03-24, +/games/boxart/full_2978708AmericaFrontccc.jpg,Playmobil Pirates,DS,Action,DreamCatcher Interactive,Morgen Studios,,0.08,0.07,,0,0.01,2009-12-22, +/games/boxart/full_2203192JapanFrontccc.jpg,Godzilla Generations,DC,Action,Sega,General Entertainment,3.2,0.08,,0.08,,0,1998-11-27, +/games/boxart/full_7188614PALFrontccc.jpg,Forbidden Siren 2,PS2,Action,Sony Computer Entertainment,SCE Japan Studio,,0.08,,0.08,,,2006-08-04,2018-09-16 +/games/boxart/full_6043569AmericaFrontccc.jpg,Ben 10 (2017),NS,Action,Outright Games,Torus Games,,0.08,0.04,,0.03,0.01,2017-11-14,2019-01-21 +/games/boxart/full_8644381AmericaFrontccc.jpg,Hammerin' Hero,PSP,Action,Atlus,Irem Software Engineering,7,0.08,0.07,,,0.01,2009-04-07, +/games/boxart/full_3532114AmericaFrontccc.jpg,Warriors Orochi 3 Hyper,WiiU,Action,Tecmo Koei,Koei,,0.08,0.04,0.02,0.03,0.01,2012-11-18,2020-09-13 +/games/boxart/full_5192002JapanFrontccc.jpg,Kidou Senshi Gundam 00,DS,Action,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2008-03-27, +/games/boxart/579795ccc.jpg,Samurai Warriors 2,X360,Action,KOEI,Omega Force,5.4,0.08,0.07,,0.01,0.01,2006-09-19, +/games/boxart/full_6023695JapanFrontccc.jpg,Dangerous Ji-San to 1000-nin no Otomodachi Yokoshima,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.08,,0.08,,,2012-11-22,2018-12-12 +/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_822AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,Wii,Action,THQ,THQ,,0.08,0.04,,0.03,0.01,2011-09-13, +/games/boxart/9080981ccc.jpg,Urban Reign,PS2,Action,Namco,Namco,7.5,0.08,0.04,,0.03,0.01,2005-09-13, +/games/boxart/full_1393833JapanFrontccc.jpg,Tokimeki Memorial: Taisen Pazurudama,SAT,Puzzle,Konami,Konami,,0.08,,0.08,,0,1996-09-27, +/games/boxart/7162190ccc.gif,Exit,PSP,Puzzle,Ubisoft,Taito Corporation,7.9,0.08,0.07,,0,0.01,2006-02-14, +/games/boxart/full_8580858AmericaFrontccc.jpg,Frantix,PSP,Puzzle,Sony Online Entertainment,Killer Game,5.4,0.08,0.08,,0,0.01,2005-09-19, +/games/boxart/full_866662AmericaFrontccc.jpg,Hello Kitty: Roller Rescue,GC,Action,Namco,XPEC,,0.08,0.06,,0.02,0,2005-08-16, +/games/boxart/full_1215445AmericaFrontccc.jpg,Death Jr. and the Science Fair of Doom,DS,Platform,Konami,Foundation 9 Entertainment,,0.08,0.08,,,0.01,2007-05-22, +/games/boxart/3575188ccc.jpg,Strider 2,PS,Platform,Capcom,Capcom,,0.08,0.05,,0.03,0.01,2000-07-29, +/games/boxart/full_7812236AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,PS,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,0.08,0.05,,0.03,0.01,1996-10-31, +/games/boxart/5255295ccc.jpg,Pinobee: Wings of Adventure,GBA,Platform,Activision,Artoon,,0.08,0.06,,0.02,0,2001-05-30, +/games/boxart/full_5950953AmericaFrontccc.jpg,Disney's Donald Duck: Goin' Quackers,PS2,Platform,Ubisoft,Disney Interactive Studios,,0.08,0.04,,0.03,0.01,2000-12-13, +/games/boxart/full_6087500AmericaFrontccc.jpg,Ape Escape: Pumped & Primed,PS2,Party,Ubisoft,SCE Japan Studio,,0.08,0.04,,0.03,0.01,2004-10-20,2018-09-18 +/games/boxart/full_9272186JapanFrontccc.jpg,Akiba's Trip Plus,PSP,Action-Adventure,Acquire,Acquire,,0.08,,0.08,,,2012-06-14,2018-12-03 +/games/boxart/full_5918936AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,X360,Action-Adventure,D3Publisher,Way Forward,,0.08,0.03,,0.04,0.01,2013-11-19,2018-03-19 +/games/boxart/full_witches-ampamp-vampires-the-secrets-of-ashburry_0AmericaFront.jpg,Witches & Vampires: The Secrets of Ashburry,DS,Adventure,Conspiracy Entertainment,Smack Down Productions,,0.08,0.05,,0.02,0.01,2010-11-02, +/games/boxart/full_3096156JapanFrontccc.jpg,Doraemon: Nobita and the Island of Miracles,3DS,Adventure,FuRyu Corporation,FuRyu,,0.08,,0.08,,,2012-03-01,2018-12-03 +/games/boxart/full_kaijuu-busters-powered_940JapanFront.jpg,Kaijuu Busters Powered,DS,Action,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2011-01-20, +/games/boxart/full_3829169AmericaFrontccc.jpg,Tornado Outbreak,X360,Action,Konami,Loose Cannon Studios,,0.08,0.07,,,0.01,2009-09-29, +/games/boxart/8254435ccc.jpg,Prey the Stars,DS,Action,KOEI,Koei Canada,,0.08,0.07,,,0.01,2008-10-07, +/games/boxart/full_9062714AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus,PSP,Fighting,Aksys Games,Arc System Works,,0.08,0.03,0.04,0.01,0.01,2009-04-07, +/games/boxart/full_645310JapanFrontccc.jpg,Famicom Mini: Mario Bros.,GBA,Platform,Nintendo,Nintendo EAD,,0.08,,0.08,,0,2004-05-21, +/games/boxart/full_1549823AmericaFrontccc.jpg,Shantae: Half-Genie Hero,PS4,Platform,Xseed Games,Way Forward Technologies,,0.08,0.06,0.01,,0.01,2016-12-20,2018-12-30 +/games/boxart/3437040ccc.jpg,Codename: Kids Next Door: Operation S.O.D.A.,GBA,Platform,Global Star Software,Vicarious Visions,,0.08,0.05,,0.02,0,2004-11-02, +/games/boxart/3864208ccc.jpg,Ice Age 2: The Meltdown,Wii,Platform,Vivendi Games,Eurocom Entertainment Software,6.5,0.08,0.06,,0.01,0.01,2006-12-06, +/games/boxart/5801087ccc.jpg,Frogger Beyond,XB,Platform,Konami,Konami,,0.08,0.06,,0.02,0,2002-12-11, +/games/boxart/full_2086656AmericaFrontccc.jpg,Stuart Little 3: Big Photo Adventure,PS2,Platform,Sega,Magenta Software,,0.08,0.04,,0.03,0.01,2005-11-14, +/games/boxart/6815288ccc.jpg,Scooby-Doo! Unmasked,XB,Platform,THQ,Artificial Mind and Movement,,0.08,0.06,,0.02,0,2005-09-12, +/games/boxart/full_636058AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,3DS,Platform,Namco Bandai Games,Monkey Bar Games,,0.08,0.03,,0.05,0.01,2014-10-14,2018-11-16 +/games/boxart/full_3891605JapanFrontccc.jpg,BlazBlue: Chrono Phantasma,PSV,Fighting,Arc System Works,Arc System Works,,0.08,0.04,0.03,,0.01,2014-06-24,2018-10-18 +/games/boxart/full_the-king-of-fighters-96_20JapanFront.jpg,The King of Fighters '96,PS,Fighting,SNK,SNK Corporation,,0.08,,0.07,,0.01,1997-07-04, +/games/boxart/full_4737392JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Flame Rumble Hyper - Moeyo Mirai,DS,Fighting,Takara Tomy,Takara Tomy,,0.08,,0.08,,,2008-07-24, +/games/boxart/full_fatetiger-colosseum_300JapanFront.jpg,Fate/Tiger Colosseum,PSP,Fighting,Capcom,Cavia Inc.,,0.08,,0.08,,,2007-09-13, +/games/boxart/full_9721663JapanFrontccc.jpg,One Piece: Gear Spirit,DS,Fighting,Namco Bandai,Matrix Software,,0.08,,0.08,,,2007-08-30, +/games/boxart/8969567ccc.jpg,Blades of Blood: Samurai Shodown III,PS,Fighting,Sony Computer Entertainment,Ukiyotei,,0.08,0.05,,0.03,0.01,1996-11-30, +/games/boxart/full_4960330AmericaFrontccc.jpg,Taz Wanted,GC,Platform,Atari,Blitz Games,5.7,0.08,0.06,,0.02,0,2002-10-10, +/games/boxart/7916570ccc.gif,Ultimate Ghosts 'n Goblins,PSP,Platform,Capcom,Capcom,7.3,0.08,0.07,,0,0.01,2006-08-29, +/games/boxart/full_3804264AmericaFrontccc.jpg,Skeleton Warriors,PS,Platform,Playmates,Neversoft Entertainment,,0.08,0.04,,0.03,0.01,1996-05-22, +/games/boxart/3433711ccc.jpg,Pitfall: The Lost Expedition,GC,Platform,Activision,Edge of Reality,,0.08,0.06,,0.02,0,2004-02-18, +/games/boxart/full_4071566AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,XOne,Adventure,Focus Home Interactive,Frogwares,,0.08,0.03,,0.04,0.01,2014-09-30,2018-04-18 +/games/boxart/full_9966279JapanFrontccc.png,Kenka Banchou 6: Soul & Blood,3DS,Fighting,Spike Chunsoft,Spike Chunsoft,,0.08,,0.08,,,2015-01-15,2018-07-26 +/games/boxart/full_3176987JapanFrontccc.jpg,Bleach: Heat the Soul 5,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.08,,0.08,,,2008-05-15, +/games/boxart/5005842ccc.gif,Marvel Nemesis: Rise of the Imperfects,DS,Fighting,Electronic Arts,Sensory Sweep Studios,,0.08,0.08,,0,0.01,2005-10-11, +/games/boxart/full_bleach-heat-the-soul-7_7JapanFront.jpg,Bleach: Heat the Soul 7,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.08,,0.08,,,2010-09-02, +/games/boxart/full_9339748AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,PS3,Platform,Namco Bandai Games,Monkey Bar Games,,0.08,0.03,,0.04,0.01,2013-10-29,2018-12-02 +/games/boxart/full_super-street-fighter-iv-arcade-edition_898AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,PC,Fighting,Capcom,Capcom / Dimps Corporation,8.5,0.08,0.04,,0.02,0.01,2011-07-05, +/games/boxart/full_fairy-tail-portable-guild-2_916JapanFront.jpg,Fairy Tail: Portable Guild 2,PSP,Fighting,Konami,Konami,,0.08,,0.08,,,2011-03-10, +/games/boxart/full_672750JapanFrontccc.jpg,Tokimeki Memorial: Girl's Side,PS2,Adventure,Konami,Tenky,,0.08,,0.08,,,2002-06-20, +/games/boxart/full_the-first-templar_121AmericaFront.jpg,The First Templar,PC,Adventure,Kalypso,Haemimont Games,,0.08,0.06,,0.01,0.01,2011-05-10, +/games/boxart/full_7395632JapanFrontccc.jpg,Bleach: Erabareshi Tamashii,PS2,Adventure,Sony Computer Entertainment,SCEI,,0.08,,0.08,,,2005-08-04, +/games/boxart/full_man-vs-wild_222AmericaFront.jpg,Man vs. Wild,PS3,Adventure,Crave Entertainment,Scientifically Proven,,0.08,0.07,,,0.01,2011-04-26, +/games/boxart/full_happy-feet-two-the-videogame_371AmericaFront.jpg,Happy Feet Two,Wii,Adventure,Warner Bros. Interactive,KMM Games,,0.08,0.06,,0.01,0.01,2011-11-08, +/games/boxart/full_2374032AmericaFrontccc.jpg,Agatha Christie's The ABC Murders,PS4,Adventure,Unfinished Pixel,Artefacts Studio,,0.08,0.05,,0.02,0.02,2016-02-23,2018-06-27 +/games/boxart/full_4951292JapanFrontccc.jpg,ToraDora Portable!,PSP,Adventure,Namco Bandai,Silicon Studio,,0.08,,0.08,,,2009-04-30, +/games/boxart/full_5008136AmericaFrontccc.jpg,Root Letter,PSV,Adventure,PQube,Kadokawa Games,,0.08,,0.03,0.04,0.01,2016-11-10,2018-09-20 +/games/boxart/full_my-first-songs_9PALFront.jpg,My First Songs,Wii,Misc,Mindscape,Mindscape Inc.,,0.08,,,0.07,0.01,2010-10-22, +/games/boxart/3003391ccc.jpg,Cosmic Family,Wii,Misc,Ubisoft,Ubisoft Barcelona,,0.08,0.07,,0,0.01,2007-09-18, +/games/boxart/full_1701711AmericaFrontccc.jpg,America's Greatest Game Shows: Wheel of Fortune & Jeopardy!,XOne,Misc,Ubisoft,Ubisoft,,0.08,0.08,,,0.01,2017-11-07,2018-08-02 +/games/boxart/full_9052068JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.2: Jacky Bryant,SAT,Misc,Sega,Sega-AM2,,0.08,,0.08,,,1995-10-13, +/games/boxart/full_4009050JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 13: Pachinko Hissatsu Shigotojin III,PS2,Misc,Hackberry,Hack Berry,,0.08,,0.08,,,2007-11-22, +/games/boxart/full_6100177JapanFrontccc.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 2: Shinseiki Evangelion - Shito, Futatabi",DS,Misc,D3 Publisher,Bisty,,0.08,,0.08,,,2008-06-12, +/games/boxart/full_steinsgate-hiyoku-renri-no-darling_956JapanFront.jpg,Steins;Gate: Darling of Loving Vows,X360,Visual Novel,5pb,Nitro+,,0.08,,0.08,,,2011-06-16,2019-01-03 +/games/boxart/full_9492163AmericaFrontccc.jpg,EyeCreate,PS3,Misc,Sony Computer Entertainment,London Studios,,0.08,,,0.07,0.01,2007-10-23,2018-09-24 +/games/boxart/full_2832503JapanFrontccc.jpg,Chibi Maruko-Chan: Harikiri 365-Nichi no Maki,SNES,Misc,Epoch,SAS Sakata,,0.08,,0.08,,0,1991-12-13, +/games/boxart/full_8467858AmericaFrontccc.jpg,No One Can Stop Mr. Domino!,PS,Misc,Acclaim Entertainment,ArtDink,,0.08,0.04,,0.03,0,1998-10-31, +/games/boxart/full_7898437JapanFrontccc.jpg,Minna no Joushiki Ryoku TV,Wii,Misc,Nintendo,HAL Laboratory,,0.08,,0.08,,,2008-03-06, +/games/boxart/full_1591391AmericaFrontccc.jpg,Mirror's Edge Catalyst,PC,Platform,Electronic Arts,EA DICE,,0.08,0.01,,0.06,0.01,2016-06-07,2019-03-25 +/games/boxart/541043ccc.jpg,Super Monkey Ball Adventure,PSP,Platform,Sega,Traveller's Tales,,0.08,0.05,,0.02,0.01,2006-08-29, +/games/boxart/full_2684062AmericaFrontccc.jpg,Pop'n Music,Wii,Misc,Konami,Konami,,0.08,0.07,0,,0.01,2009-11-13, +/games/boxart/full_3907674JapanFrontccc.jpg,Medabots 8,3DS,Misc,Rocket Company,Unknown,,0.08,,0.08,,,2014-08-28, +/games/boxart/full_657819AmericaFrontccc.jpg,Drama Queens,DS,Misc,Majesco,Sensory Sweep,,0.08,0.07,,0,0.01,2009-05-12, +/games/boxart/3131426ccc.jpg,Board Game Classics,GBA,Misc,"Destination Software, Inc",DSI Games,,0.08,0.06,,0.02,0,2005-11-03, +/games/boxart/full_8811148AmericaFrontccc.jpg,One Piece: Romance Dawn,3DS,Misc,Namco Bandai Games,Three Rings,,0.08,,0.08,,,2014-02-11,2018-10-17 +/games/boxart/full_5398708AmericaFrontccc.jpg,Pocket Dogs,GBA,Misc,O~3 Entertainment,Agatsuma Entertainment,,0.08,0.06,,0.02,0,2005-12-22, +/games/boxart/full_5208136AmericaFrontccc.jpg,My English Coach: Para Hispanoparlantes,DS,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2009-03-10, +/games/boxart/full_5633041AmericaFrontccc.jpg,Hasbro Family Fun Pack Conquest Edition,PS4,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.02,2016-11-15, +/games/boxart/1277153ccc.jpg,Pac-Man Power Pack,PS2,Misc,Namco Bandai,Namco Bandai Games America,,0.08,0.04,,0.03,0.01,2008-09-17, +/games/boxart/full_6426868PALFrontccc.jpg,SingStar: Made In Germany,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.08,,,0.07,0.02,2009-11-06, +/games/boxart/full_4524067AmericaFrontccc.jpg,Ultimate Brain Games,GBA,Misc,Telegames,Cosmigo,,0.08,0.06,,0.02,0,2003-03-18, +/games/boxart/full_wildlife-park-3_565PALFront.jpg,Wildlife Park 3,PC,Simulation,bitComposer Games,B.Alive,,0.08,,,0.07,0.01,2011-04-08, +/games/boxart/full_2353942JapanFrontccc.jpg,AKB1/149: Love Election,PS3,Simulation,Namco Bandai Games,ArtDink,,0.08,,0.08,,,2013-09-12,2018-10-29 +/games/boxart/full_5797451AmericaFrontccc.jpg,Princess in Love,DS,Simulation,THQ,Engine Software BV,,0.08,0.07,,,0.01,2009-09-14, +/games/boxart/9217889ccc.jpg,Bella Sara,DS,Misc,Codemasters,Hidden City Games,,0.08,0.04,,0.03,0.01,2008-10-28, +/games/boxart/full_ultimate-party-challenge_1AmericaFront.jpg,Ultimate Party Challenge,Wii,Misc,Konami,Groove Box,,0.08,0.07,,,0.01,2009-11-03, +/games/boxart/full_we-sing-rock_850PALFront.jpg,We Sing Rock!,Wii,Misc,Nordic Games,Le Cortex,,0.08,,,0.07,0.01,2011-11-04, +/games/boxart/full_sesame-street-ready-set-grover_121AmericaFront.jpg,"Sesame Street: Ready, Set, Grover!",DS,Misc,Warner Bros. Interactive,Warner Bros. Interactive Entertainment,,0.08,0.08,,,0.01,2011-08-02, +/games/boxart/3007196ccc.jpg,Midnight Play! Pack,DS,Misc,Ubisoft,Gameloft,,0.08,0.08,,0,0.01,2008-06-24, +/games/boxart/full_3-in-1-solitaire-mahjong-amp-tangram_4PALFront.jpg,"3 in 1: Solitaire, Mahjong & Tangram",DS,Misc,Deep Silver,Deep Silver,,0.08,,,0.07,0.01,2010-11-26, +/games/boxart/full_7558046AmericaFrontccc.jpg,Rock Revolution,Wii,Misc,Konami,Zoe Mode / HB Studios,,0.08,0.07,,,0.01,2008-11-11, +/games/boxart/full_kaidan-restaurant-ura-menu-100-sen_267JapanFront.jpg,Kaidan Restaurant: Ura Menu 100-Sen,DS,Misc,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2010-06-03, +/games/boxart/full_9019553JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Sekaishi B,DS,Misc,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2007-06-07, +/games/boxart/full_6343983AmericaFrontccc.jpg,Space Channel 5 Special Edition,PS2,Misc,Agetec,United Game Artists,,0.08,0.04,,0.03,0.01,2003-11-18, +/games/boxart/full_4357698AmericaFrontccc.jpg,Midway Arcade Treasures 3,XB,Misc,Midway Games,Digital Eclipse,,0.08,0.06,,0.02,0,2005-09-27, +/games/boxart/1049512ccc.jpg,Line Rider 2: Unbound,DS,Puzzle,"Genius Products, Inc.",InXile Entertainment,5,0.08,0.07,,0,0.01,2008-09-16, +/games/boxart/1425492ccc.jpg,Crush,PSP,Puzzle,Sega,Zoe Mode,8.5,0.08,0.07,,0,0.01,2007-05-29, +/games/boxart/full_7853428AmericaFrontccc.jpg,Ultimate Fighting Championship: Throwdown,GC,Fighting,Crave Entertainment,Opus Studio,6.7,0.08,0.06,,0.02,0,2002-07-29, +/games/boxart/full_cartoon-network-punch-time-explosion_657AmericaFront.jpg,Cartoon Network: Punch Time Explosion XL,Wii,Fighting,Crave Entertainment,Papaya Studios,,0.08,0.07,,0.01,0.01,2011-11-08, +/games/boxart/full_8331916AmericaFrontccc.jpg,Samurai Shodown Sen,X360,Fighting,Xseed Games,K2 LLC,4.8,0.08,0.07,,0.01,0.01,2010-03-30, +/games/boxart/full_7606720AmericaFrontccc.jpg,Tokyo Twilight Ghost Hunters,PSV,Visual Novel,Aksys Games,Toybox Games,,0.08,0.04,0.02,0.01,0.01,2015-03-10,2018-12-02 +/games/boxart/2776227ccc.jpg,Shonen Jump's One Piece: Pirates Carnival,GC,Misc,Namco Bandai,High Horse Entertainment,4.6,0.08,0.06,,0.02,0,2006-09-12, +/games/boxart/2728146ccc.jpg,Cartoon Network Collection: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.08,0.06,,0.02,0,2004-10-15, +/games/boxart/full_2551861AmericaFrontccc.jpg,Discovery Kids: Spider Quest,DS,Misc,505 Games,505 Games,,0.08,0.07,,,0.01,2009-11-17, +/games/boxart/full_the-1000000-pyramid_13AmericaFront.jpg,"The $1,000,000 Pyramid",Wii,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2011-03-08, +/games/boxart/full_647289AmericaFrontccc.jpg,"Ni Hao, Kai-lan: Super Game Day",PS2,Misc,2K Play,High Voltage Software,,0.08,0.04,,0.03,0.01,2009-10-26, +/games/boxart/3775868ccc.jpg,MTV Music Generator 3: This Is the Remix,XB,Misc,Codemasters,Mix Max,,0.08,0.06,,0.02,0,2004-06-22, +/games/boxart/full_are-you-smarter-than-a-5th-grader-back-to-school_4AmericaFront.jpg,Are You Smarter Than a 5th Grader? Back to School,DS,Misc,THQ,THQ,,0.08,0.08,,,0.01,2010-11-02, +/games/boxart/full_beat-sketch_772JapanFront.jpg,Beat Sketch!,PS3,Misc,Sony Computer Entertainment,"Will Co., Ltd. Noisycroak",,0.08,,0.08,,,2010-10-21, +/games/boxart/full_4566383AmericaFrontccc.jpg,Mind Quiz: Your Brain Coach,DS,Misc,Ubisoft,Sega,,0.08,,0.08,,,2007-03-13, +/games/boxart/full_5016863AmericaFrontccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,XB,Misc,Crave Entertainment,FarSight Studios,,0.08,0.06,,0.02,0,2004-11-18, +/games/boxart/full_7069276AmericaFrontccc.jpg,Party Pigs: Farmyard Games,Wii,Misc,Destineer,Data Design Interactive,,0.08,0.07,,,0,2009-05-19, +/games/boxart/full_junior-classic-books-ampamp-fairytales_0AmericaFront.jpg,Junior Classic Books & Fairytales,DS,Misc,Virtual Play Games,Navarre Corp,,0.08,0.06,,0.01,0.01,2010-08-03, +/games/boxart/8411733ccc.jpg,Smuggler's Run: Warzones,GC,Misc,Rockstar Games,Rockstar San Diego,,0.08,0.06,,0.02,0,2002-08-07, +/games/boxart/full_6284179AmericaFrontccc.jpg,Team Elimination Games,Wii,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2009-11-10, +/games/boxart/full_novel-school_701JapanFront.jpg,Sound Novel Tsukuru,SNES,Misc,ASCII Entertainment,Success,,0.08,,0.08,,,1996-05-31, +/games/boxart/full_3733724JapanFrontccc.jpg,Momotarou Dentetsu 11,GC,Misc,Hudson Soft,Hudson Soft,,0.08,,0.07,,0,2002-12-05, +/games/boxart/full_4211109JapanFrontccc.jpg,Super Robot Taisen Z Special Disc,PS2,Misc,Namco Bandai,Banpresto,,0.08,,0.08,,,2009-03-05, +/games/boxart/full_family-game-night-4-the-game-show_715AmericaFront.jpg,Family Game Night 4: The Game Show,X360,Misc,Electronic Arts,Electronic Arts,,0.08,0.07,,0,0.01,2011-11-01, +/games/boxart/4925900ccc.jpg,World Championship Poker: Deluxe Series,DS,Misc,Crave Entertainment,Sensory Sweep Studios,,0.08,0.07,,0,0.01,2005-04-17, +/games/boxart/full_2066747AmericaFrontccc.jpg,Beat City,DS,Misc,THQ,Universomo,,0.08,0.07,,0,0.01,2010-04-20, +/games/boxart/full_destrega_325AmericaFront.jpg,Destrega,PS,Fighting,KOEI,Omega Force,,0.07,0.04,,0.03,0,1999-01-31, +/games/boxart/full_9288721AmericaFrontccc.jpg,Godai: Elemental Force,PS2,Action,3DO,3DO,,0.07,0.04,,0.03,0.01,2002-01-21, +/games/boxart/full_4550015JapanFrontccc.jpg,Attack on Titan,PS3,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2017-01-01,2018-09-11 +/games/boxart/full_2312780AmericaFrontccc.jpg,SpongeBob's Truth or Square,X360,Action,THQ,Heavy Iron Studios,,0.07,0.03,,0.04,0,2009-10-26, +/games/boxart/644719ccc.gif,Superman Returns,DS,Action,Electronic Arts,EA Tiburon,3.8,0.07,0.07,,0,0.01,2006-11-20, +/games/boxart/full_9567659JapanFrontccc.jpg,Gundam Battle Tactics,PSP,Action,Bandai,ArtDink,,0.07,,0.07,,,2005-09-22, +/games/boxart/full_generator-rex-agent-of-providence_528AmericaFront.jpg,Generator Rex: Agent of Providence,PS3,Action,Activision,Virtuos,,0.07,0.05,,0.01,0.01,2011-11-01,2019-01-15 +/games/boxart/full_8222887AmericaFrontccc.jpg,Samurai Warriors: Spirit of Sanada,PS4,Action,Tecmo Koei,Omega Force,,0.07,0.02,0.05,,0.01,2017-05-23,2018-07-09 +/games/boxart/full_7116457AmericaFrontccc.jpg,Sky Gunner,PS2,Action,Atlus,Pixel Arts,,0.07,0.04,,0.03,0.01,2002-06-24, +/games/boxart/8391048ccc.jpg,And1 Streetball,XB,Action,Ubisoft,Unknown,,0.07,0.06,,0.02,0,2006-06-06, +/games/boxart/full_2538451JapanFrontccc.jpg,Warriors Orochi 3,PSV,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2014-09-02,2018-06-30 +/games/boxart/full_6902342AmericaFrontccc.jpg,Far Cry 5,PC,Action,Ubisoft,Ubisoft,6.3,0.07,,,0.07,0,2018-02-27,2018-07-19 +/games/boxart/3850378ccc.jpg,Mucha Lucha! Mascaritas of the Lost Code,GBA,Fighting,Ubisoft,Digital Eclipse,,0.07,0.05,,0.02,0,2003-11-18, +/games/boxart/full_7239913AmericaFrontccc.jpg,The King of Fighters: Evolution,DC,Fighting,Agetec,SNK Corporation,7.6,0.07,,0.07,,0,2001-05-10, +/games/boxart/full_4843846PALFrontccc.jpg,Saint Seiya: Brave Soldiers,PS3,Fighting,Namco Bandai Games,Dimps Corporation,,0.07,,0.06,0.01,0,2013-11-26,2018-12-27 +/games/boxart/full_4737081JapanFrontccc.jpg,Bleach: Heat the Soul 3,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.07,,0.07,,,2006-07-20, +/games/boxart/full_6788211PALFrontccc.jpg,Digimon All-Star Rumble,X360,Fighting,Namco Bandai Games,PROPE,,0.07,0.05,,0.01,0.01,2014-11-11, +/games/boxart/6205032ccc.jpg,Samurai Shodown,NG,Fighting,SNK,SNK Corporation,,0.07,,0.07,,,1993-08-11, +/games/boxart/full_9552210AmericaFrontccc.jpg,Fighter Maker 2,PS2,Fighting,Agetec,Enterbrain,,0.07,0.03,,0.03,0.01,2002-11-12, +/games/boxart/full_cartoon-network-punch-time-explosion_819AmericaFront.jpg,Cartoon Network: Punch Time Explosion XL,X360,Fighting,Crave Entertainment,Papaya Studios,,0.07,0.07,,0,0.01,2011-11-08, +/games/boxart/full_9985243AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga,PSP,Fighting,SNK Playmore,SNK Playmore Corporation,,0.07,0.07,,,0,2008-10-28, +/games/boxart/full_steambot-chronicles-battle-tournament_361AmericaFront.jpg,Steambot Chronicles: Battle Tournament,PSP,Fighting,Atlus,Irem Software Engineering,,0.07,0.05,0.01,,0.01,2009-06-30, +/games/boxart/full_5957511AmericaFrontccc.jpg,Tournament of Legends,Wii,Fighting,Sega,High Voltage Software,,0.07,0.04,,0.02,0.01,2010-07-06, +/games/boxart/2663046ccc.jpg,Kengo: Legend of The 9,X360,Fighting,Majesco,Genki,4.8,0.07,0.06,,0.01,0.01,2007-09-11, +/games/boxart/full_6768977AmericaFrontccc.jpg,TMNT: Mutant Melee,GC,Fighting,Konami,Konami Computer Entertainment Hawaii,4.2,0.07,0.06,,0.01,0,2005-03-16, +/games/boxart/full_7924465JapanFrontccc.jpg,Kinnikuman Muscle Grand Prix Max 2: Tokumori,PS2,Fighting,Bandai,syn Sophia,,0.07,,0.07,,,2008-09-25, +/games/boxart/full_5653465AmericaFrontccc.jpg,The King of Fighters 02/03,PS2,Fighting,SNK,SNK Corporation,,0.07,0.03,,0.03,0.01,2005-02-08, +/games/boxart/full_sesame-street-cookies-counting-carnival_4AmericaFront.jpg,Sesame Street: Cookie's Counting Carnival,PC,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.07,0.06,,,0.01,2010-10-20, +/games/boxart/default.jpg,Mega Minis Volume 3,PSP,Misc,Sony Computer Entertainment,Various,,0.07,,,0.05,0.01,2011-04-29, +/games/boxart/full_4101634AmericaFrontccc.jpg,Dreamer Series: Pop Star,DS,Misc,DreamCatcher Interactive,Overplay,,0.07,0.04,,0.02,0.01,2009-03-10, +/games/boxart/full_7445564AmericaFrontccc.jpg,Classic Action: Devilish,DS,Misc,UFO Interactive,Starfish,,0.07,0.06,,,0.01,2007-05-09, +/games/boxart/1094496ccc.jpg,Xbox Live Arcade Unplugged Volume 1,X360,Misc,Microsoft,Various,7.4,0.07,0.05,,0.01,0.01,2006-09-05, +/games/boxart/full_99115JapanFrontccc.jpg,Super Real Mahjong Graffiti,SAT,Misc,Seta Corporation,Seta Corporation,,0.07,,0.07,,,1995-11-24, +/games/boxart/full_zhuzhu-pets-quest-for-zhu_304AmericaFront.jpg,ZhuZhu Pets: Quest for Zhu,DS,Misc,Activision,Activision,,0.07,0.06,,,0.01,2011-09-27, +/games/boxart/5789257ccc.jpg,Caesars Palace Advance: Millennium Gold Edition,GBA,Misc,Majesco,Majesco Games,,0.07,0.05,,0.02,0,2001-09-19, +/games/boxart/full_13494AmericaFrontccc.jpg,futureU: The Prep Game for SAT,DS,Misc,Aspyr,Aspyr Media,,0.07,0.06,,,0.01,2008-11-14, +/games/boxart/full_trick-ds-han-kakushi-kami-no-sumukan_6JapanFront.jpg,Trick DS-han: Kakushi Kami no Sumukan,DS,Misc,Konami,Konami,,0.07,,0.07,,,2010-05-13, +/games/boxart/full_8573941AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,PS2,Misc,Activision,Ivolgamus,,0.07,0.03,,0.03,0.01,2008-10-28, +/games/boxart/full_1590347AmericaFrontccc.jpg,Dream Dance & Cheer,Wii,Misc,Zoo Games,Zoo Games,,0.07,0.06,,,0,2009-10-27, +/games/boxart/full_3658527AmericaFrontccc.jpg,My Dress-Up,DS,Misc,O-Games,Oxygen Interactive,,0.07,0.06,,0.01,0.01,2008-10-23, +/games/boxart/default.jpg,Hasbro Family Game Night Fun Pack,X360,Misc,Electronic Arts,Electronic Arts,,0.07,0.06,,,0,2011-11-01, +/games/boxart/full_622698JapanFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,3DS,Misc,Capcom,Capcom,,0.07,,0.07,,,2014-12-09,2018-01-03 +/games/boxart/full_9949084AmericaFrontccc.jpg,Jam Sessions 2,DS,Misc,Ubisoft,Ubisoft,,0.07,0.06,,,0,2009-10-20, +/games/boxart/8394746ccc.jpg,Interactive Storybook DS Series 1,DS,Misc,Tommo,Tommo,,0.07,0.06,,,0,2007-09-18, +/games/boxart/default.jpg,Motion Explosion!,X360,Misc,Majesco,Artech Studios,,0.07,0.05,,0.01,0.01,2011-11-01, +/games/boxart/full_cosmos-chaos_6AmericaFront.jpg,Cosmos Chaos!,DS,Misc,Mentor Interactive,Mentor Interactive,,0.07,0.06,,,0.01,2010-10-19, +/games/boxart/7542798ccc.jpg,Stacked with Daniel Negreanu,PS2,Misc,Myelin Media,5000ft,,0.07,0.04,,0.03,0.01,2006-05-31, +/games/boxart/full_8233293JapanFrontccc.jpg,Eiken DS,DS,Misc,Rocket Company,Imagineer,,0.07,,0.07,,,2007-09-27, +/games/boxart/full_5527964AmericaFrontccc.jpg,Atari Flashback Classics: Volume 1,PS4,Misc,Atari,Atari,,0.07,0.05,,,0.01,2016-10-12, +/games/boxart/full_2849248JapanFrontccc.jpg,Cardfight!! Vanguard: Lock On Victory!!,3DS,Misc,FuRyu Corporation,FuRyu,,0.07,,0.07,,,2014-06-05,2018-07-26 +/games/boxart/full_3455744AmericaFrontccc.jpg,Karaoke Revolution Party,XB,Misc,Konami,Harmonix Music Systems,,0.07,0.05,,0.01,0,2005-11-08, +/games/boxart/9365716ccc.jpg,In The Groove,PS2,Misc,RedOctane,Roxor Games,,0.07,0.04,,0.03,0.01,2005-06-08, +/games/boxart/full_6485226JapanFrontccc.jpg,Sony Computer Science Kenkyuujo Mogi Kenichirou Hakase Kanshuu: Nou ni Kaikan Aha Taiken!,PSP,Misc,Sega,Sega,,0.07,,0.07,,,2006-06-22, +/games/boxart/full_7036392JapanFrontccc.jpg,Fortune Street: Dragon Quest & Final Fantasy 30th Anniversary,PS4,Misc,Square Enix,Square Enix,,0.07,,0.07,,,2017-10-19,2018-09-17 +/games/boxart/321797ccc.jpg,Alvin and the Chipmunks,PS2,Misc,Brash Entertainment,Sensory Sweep Studios,,0.07,0.04,,0.03,0.01,2007-12-04, +/games/boxart/3698486ccc.jpg,Archer Maclean's 3D Pool,GBA,Misc,Crave Entertainment,Awesome Productions,,0.07,0.05,,0.02,0,2004-11-03, +/games/boxart/full_4537436AmericaFrontccc.jpg,Exhibition Volume 4,XB,Misc,Microsoft,Various,,0.07,0.05,,0.02,0,2003-11-26,2018-09-25 +/games/boxart/full_2478885JapanFrontccc.jpg,DS Uranai Seikatsu,DS,Misc,Nintendo,Nintendo,,0.07,,0.07,,,2009-01-15, +/games/boxart/full_6050850JapanFrontccc.jpg,Cho~ricchi! Tamagotchi no Puchi Puchi Omisecchi,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2012-04-19,2018-12-23 +/games/boxart/full_6390002AmericaFrontccc.jpg,Crayola: Colorful Journey,Wii,Misc,Crave Entertainment,Crave Entertainment,,0.07,0.07,,,0,2009-03-17, +/games/boxart/full_4465122AmericaFrontccc.jpg,Karaoke Revolution Party,GC,Misc,Konami,Harmonix Music Systems,,0.07,0.05,,0.01,0,2005-11-08, +/games/boxart/default.jpg,Rec Room Games,DS,Misc,Destineer,Destineer,,0.07,0.07,,,0.01,2011-02-11, +/games/boxart/3328822ccc.jpg,"Hi! Hamtaro - Little Hamsters,big Adventures: Ham-Ham Challenge",DS,Misc,Natsume,AlphaDream Corporation,,0.07,0.07,,,0.01,2008-09-26, +/games/boxart/full_5239818AmericaFrontccc.jpg,SNK Arcade Classics Vol. 1,Wii,Misc,SNK Playmore,Terminal Reality,,0.07,0.06,,0,0.01,2008-07-22, +/games/boxart/full_5385218AmericaFrontccc.jpg,Tank! Tank! Tank!,WiiU,Misc,Namco Bandai Games,Namco Bandai Games,4.7,0.07,0.02,0.05,0.01,0,2012-11-18,2018-01-18 +/games/boxart/8436834ccc.jpg,The Guy Game,XB,Misc,Gathering of Developers,Top Heavy Studios,,0.07,0.05,,0.02,0,2004-08-30, +/games/boxart/full_1132642JapanFrontccc.jpg,Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!,PSP,Misc,Hudson Soft,Hudson Soft,,0.07,,0.07,,,2010-07-15, +/games/boxart/full_7480177AmericaFrontccc.png,World Party Games,Wii,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.07,0.07,,,0.01,2009-12-27, +/games/boxart/full_you-dont-know-jack_168AmericaFront.jpg,You Don't Know Jack,DS,Misc,THQ,"Jellyvision, Inc.",6,0.07,0.07,,,0.01,2011-02-08, +/games/boxart/full_4975168AmericaFrontccc.jpg,everGirl,GBA,Adventure,THQ,THQ,,0.07,0.05,,0.02,0,2005-10-09, +/games/boxart/full_7066221JapanFrontccc.jpg,Mahouka Koukou no Rettousei: Out of Order,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.07,,0.07,,,2014-12-25,2018-09-22 +/games/boxart/full_9287799AmericaFrontccc.jpg,Batman: The Enemy Within,PS4,Adventure,Telltale Games,Telltale Games,,0.07,0.05,,,0.01,2017-10-03,2018-06-29 +/games/boxart/6703081ccc.jpg,Metal Gear Solid,GB,Action,Konami,TOSE Software,,0.07,,0.07,,,2000-04-24, +/games/boxart/3870361ccc.jpg,Tornado,DS,Action,Ignition Entertainment,SKONEC Entertainment,,0.07,0.07,,,0.01,2008-10-27, +/games/boxart/full_9140598AmericaFrontccc.jpg,SpongeBob's Truth or Square,PSP,Action,THQ,Heavy Iron Studios,,0.07,0.02,,0.04,0.01,2009-10-26, +/games/boxart/full_7647941JapanFrontccc.jpg,Game Center CX: Arino no Chousenjou 2,DS,Action,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2009-02-26, +/games/boxart/full_2480404JapanFrontccc.jpg,E.X. Troopers,3DS,Action,Capcom,Capcom,,0.07,,0.07,,,2012-11-22,2018-12-23 +/games/boxart/full_7934219PALFrontccc.jpg,Disaster: Day of Crisis,Wii,Action,Nintendo,Monolith Soft,6.4,0.07,,0.04,0.03,0,2008-10-24, +/games/boxart/full_1822423JapanFrontccc.jpg,Famicom Mini: Nazo no Murasame-Jou,GBA,Action,Nintendo,Nintendo,,0.07,,0.07,,0,2004-08-10, +/games/boxart/full_4515592AmericaFrontccc.jpg,Escape Dead Island,X360,Action,Deep Silver,Fatshark,,0.07,0.03,,0.04,0.01,2014-11-18,2018-04-16 +/games/boxart/full_sly-2-band-of-thieves_479AmericaFront.jpg,Sly 2: Band of Thieves,PSN,Platform,Sony Computer Entertainment,Sucker Punch Productions,,0.07,,,0.05,0.02,2011-11-29, +/games/boxart/full_534887AmericaFrontccc.jpg,Blast Radius,PS,Action,Psygnosis,Pitbull Syndicate,6.6,0.07,0.04,,0.03,0,1999-02-24, +/games/boxart/5307160ccc.jpg,Harry Potter and the Sorcerer's Stone,XB,Action,Electronic Arts,Warthog,,0.07,0.05,,0.02,0,2003-12-09, +/games/boxart/full_7548924AmericaFrontccc.jpg,Centipede / Breakout / Warlords,GBA,Misc,"Destination Software, Inc",Epicenter Interactive,5.6,0.07,0.05,,0.02,0,2005-08-21, +/games/boxart/full_2860880JapanFrontccc.jpg,Kanji Sonomama DS Rakubiki Jiten,DS,Misc,Nintendo,Nintendo,,0.07,,0.07,,,2006-04-13, +/games/boxart/full_build-a-bear-workshop-friendship-valley_2AmericaFront.jpg,Build-A-Bear Workshop: Friendship Valley,Wii,Misc,Game Factory,Game Factory,,0.07,0.06,,,0,2010-03-23, +/games/boxart/full_535353AmericaFrontccc.jpg,Reader Rabbit 1st Grade,Wii,Misc,Graffiti,Graffiti Entertainment,,0.07,0.06,,,0,2010-05-04, +/games/boxart/full_7995256JapanFrontccc.jpg,Chuugaku Eitango Target 1800 DS,DS,Misc,IE Institute,IE Institute,,0.07,,0.07,,,2006-08-10, +/games/boxart/3185133ccc.jpg,Disney's Party,GBA,Misc,Hudson Entertainment,Jupiter Corporation,4,0.07,0.05,,0.02,0,2003-09-16, +/games/boxart/full_6547706AmericaFrontccc.jpg,Card Games,PS,Misc,Agetec,Amedio,,0.07,0.04,,0.03,0,2001-08-28, +/games/boxart/full_national-geographic-challenge_357AmericaFront.jpg,National Geographic Challenge!,X360,Misc,Ignition Entertainment,Gusto Games,,0.07,0.06,,,0,2011-11-23, +/games/boxart/full_4320738JapanFrontccc.jpg,MAPLUS: Portable Navi,PSP,Misc,Edia,Edia Corporation,,0.07,,0.07,,,2006-12-14, +/games/boxart/full_1874104JapanFrontccc.jpg,Doraemon: Nobita no Uchuu Eiyuuki,3DS,Action,FuRyu Corporation,FuRyu,,0.07,,0.07,,,2015-03-05, +/games/boxart/full_6544648JapanFrontccc.jpg,Attack on Titan 2: Future Coordinates,3DS,Action,Spike Chunsoft,Spike Chunsoft,,0.07,,0.07,,,2017-11-30,2019-01-29 +/games/boxart/full_1423647AmericaFrontccc.jpg,Haunting Ground,PS2,Action,Capcom,Capcom Production Studio 1,6.6,0.07,0.03,,0.03,0.01,2005-05-10, +/games/boxart/5807118ccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,DS,Action,Ubisoft,Ubisoft,,0.07,0.06,,0,0.01,2005-06-28, +/games/boxart/full_3526475AmericaFrontccc.jpg,Song of the Deep,PC,Action,Insomniac Games,Insomniac Games,,0.07,0.06,,,0.01,2016-07-12, +/games/boxart/full_1845217AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,WiiU,Action,Little Orbit,Vicious Cycle,,0.07,0.04,,0.02,0.01,2015-10-20,2018-03-17 +/games/boxart/full_4271747AmericaFrontccc.jpg,Styx: Shards of Darkness,PS4,Action,Focus Home Interactive,Cyanide Studio,,0.07,0.06,,,0.01,2017-03-14,2018-01-06 +/games/boxart/full_5576620JapanFrontccc.jpg,Dead Rising 2,PS4,Action,Capcom,Capcom,,0.07,0.04,0.02,,0.01,2016-09-27, +/games/boxart/full_545666PALFrontccc.jpg,One Piece: Unlimited World Red Deluxe Edition,NS,Action,Namco Bandai Games,Ganbarion,,0.07,,0.03,0.04,0,2017-09-29,2018-01-08 +/games/boxart/full_3164114JapanFrontccc.jpg,Samurai Warriors Chronicles 3,PSV,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2015-06-30,2018-08-04 +/games/boxart/full_1676755AmericaFrontccc.jpg,Silent Hill: Origins,PS2,Action,Konami,Climax Group,,0.07,0.03,,0.03,0.01,2008-03-04, +/games/boxart/full_6508360AmericaFrontccc.jpg,Pitfall: The Lost Expedition,GBA,Action,Activision,Torus Games,,0.07,0.05,,0.02,0,2004-02-18, +/games/boxart/1485831ccc.jpg,James Cameron's Dark Angel,XB,Action,Sierra Entertainment,Sierra Entertainment,,0.07,0.05,,0.02,0,2002-11-20, +/games/boxart/full_5237127AmericaFrontccc.jpg,Monster Rancher Battle Card: Episode II,PS,Action,Tecmo,Tecmo,,0.07,0.04,,0.03,0,2000-07-31, +/games/boxart/2848881ccc.gif,Jumper: Griffin's Story,PS2,Action,Brash Entertainment,Collision Studios,,0.07,0.03,,0.03,0.01,2008-02-12, +/games/boxart/full_7295358AmericaFrontccc.jpg,Goosebumps HorrorLand,PS2,Adventure,Scholastic Inc.,Gusto Games,,0.07,0.04,,0.03,0.01,2008-10-28, +/games/boxart/6654579ccc.jpg,Loons: The Fight For Fame,XB,Action,Atari,Warthog,,0.07,0.05,,0.02,0,2002-09-15, +/games/boxart/full_477651AmericaFrontccc.jpg,Let's Ride! Friends Forever,DS,Adventure,THQ,THQ,,0.07,0.07,,,0.01,2008-03-03, +/games/boxart/full_411226JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch - Lost Colors,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2008-03-27, +/games/boxart/full_2395412AmericaFrontccc.jpg,Penguins of Madagascar,3DS,Action-Adventure,Little Orbit,Little Orbit,,0.07,,,0.06,0,2014-11-25,2018-04-07 +/games/boxart/full_1675963AmericaFrontccc.jpg,Disneyland Adventures,XOne,Action-Adventure,Microsoft Studios,Asobo Studio,,0.07,0.05,,0.01,0.01,2017-10-31,2018-09-25 +/games/boxart/full_8754607AmericaFrontccc.jpg,Shenmue I & II,XOne,Action-Adventure,Sega,Sega,,0.07,0.05,,0.01,0.01,2018-08-21,2018-07-28 +/games/boxart/full_5590716JapanFrontccc.png,City Shrouded in Shadow,PS4,Action-Adventure,Namco Bandai Games,Granzella,,0.07,,0.07,,,2017-10-19,2018-01-10 +/games/boxart/full_2925646PALFrontccc.jpg,One Piece Unlimited World: Red,WiiU,Action-Adventure,Namco Bandai Games,Ganbarion,,0.07,,0.03,0.04,0,2014-07-31,2018-10-19 +/games/boxart/9859864ccc.jpg,World Racing,XB,Racing,TDK Mediactive,Synetic,,0.07,0.05,,0.01,0,2003-03-20, +/games/boxart/full_6482781AmericaFrontccc.jpg,Need for Speed: Undercover,PC,Racing,Electronic Arts,EA Vancouver,,0.07,,,0.07,0.01,2008-11-17, +/games/boxart/1578699ccc.jpg,Formula One World Championship: Beyond the Limit,SCD,Racing,Sega,Sega,,0.07,,0.07,,,1994-04-06, +/games/boxart/full_driving-simulator-2011_625PALFront.jpg,Driving Simulator 2011,PC,Racing,Excalibur Publishing,Excalibur Publishing Limited,,0.07,,,0.07,,2011-04-08, +/games/boxart/full_6393466AmericaFrontccc.jpg,Ride 3,PS4,Racing,Bandai Namco Entertainment,Milestone S.r.l.,7.3,0.07,0.03,,0.03,0.01,2018-11-30,2019-03-21 +/games/boxart/1761509ccc.jpg,Smashing Drive,GC,Racing,Namco,Point of View,4.7,0.07,0.06,,0.01,0,2002-02-18, +/games/boxart/6307172ccc.jpg,Big Mutha Truckers 2,XB,Racing,THQ,Eutechnyx,,0.07,0.05,,0.02,0,2005-08-23, +/games/boxart/full_2080066AmericaFrontccc.jpg,Aero Elite: Combat Academy,PS2,Simulation,Sega,Sega-AM2,,0.07,0.04,,0.03,0.01,2003-03-10, +/games/boxart/full_407643AmericaFrontccc.jpg,Picture Perfect Hair Salon,DS,Simulation,505 Games,Sonic Powered,,0.07,0.07,,0,0.01,2009-12-01, +/games/boxart/full_petz-fantasy-3d_404AmericaFront.jpg,Petz Fantasy 3D,3DS,Simulation,Ubisoft,Ubisoft,,0.07,0.07,,,0,2011-06-21,2019-01-15 +/games/boxart/648253ccc.jpg,Maximum Chase,XB,Racing,Majesco,Genki,,0.07,0.05,,0.02,0,2003-11-06, +/games/boxart/full_9483189AmericaFrontccc.jpg,Speed Zone,Wii,Racing,Detn8 Games,Awesome Play Ltd.,,0.07,0.01,,0.05,0.01,2009-08-18, +/games/boxart/1769956ccc.jpg,Circus Maximus: Chariot Wars,XB,Racing,Encore,Kodiak Interactive,,0.07,0.05,,0.02,0,2002-02-24, +/games/boxart/full_3098858AmericaFrontccc.jpg,Need for Speed Underground 2,PC,Racing,Electronic Arts,EA Black Box,,0.07,,,0.06,0.01,2004-11-09, +/games/boxart/2469476ccc.gif,Homie Rollerz,DS,Racing,Destineer,Webfoot Technologies,,0.07,0.07,,,0.01,2008-03-05, +/games/boxart/full_9158174AmericaFrontccc.jpg,Yamaha Supercross,Wii,Racing,DSI Games,Coyote Console,,0.07,0.05,,0.02,0.01,2009-02-24, +/games/boxart/full_4796051AmericaFrontccc.jpg,Totaled!,XB,Racing,Majesco,Rage Software,,0.07,0.05,,0.02,0,2002-07-29, +/games/boxart/full_world-rally-championship-2011_404AmericaFront.jpg,WRC 2: FIA World Rally Championship,X360,Racing,Ubisoft,Milestone S.r.l,5.8,0.07,,,0.06,0.01,2011-10-14, +/games/boxart/full_4487724AmericaFrontccc.jpg,Monster Racers,DS,Racing,KOEI,Koei,,0.07,0.05,0.02,,0,2010-05-04, +/games/boxart/full_3248548JapanFrontccc.jpg,Gale Racer,SAT,Racing,Sega,Sega,,0.07,,0.07,,0,1994-12-02, +/games/boxart/763769ccc.jpg,Hang On GP,SAT,Racing,Sega,Genki,,0.07,,0.07,,,1996-01-01, +/games/boxart/full_4858227AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),PC,Racing,Electronic Arts,Criterion Games,8.5,0.07,,,0.06,0.01,2012-10-30,2018-12-19 +/games/boxart/5664311ccc.jpg,Crazy Taxi 2,DC,Racing,Sega,Hitmaker,8.3,0.07,,0.07,,,2001-05-28, +/games/boxart/full_3077401JapanFrontccc.jpg,Motor Toon Grand Prix (Japan),PS,Racing,Sony Computer Entertainment,Sony Computer Entertainment Japan,,0.07,,0.06,,0,1994-12-16, +/games/boxart/full_1474082PALFrontccc.jpg,WipEout HD Fury,PS3,Racing,Sony Computer Entertainment,Studio Liverpool,9.1,0.07,,,0.06,0.01,2009-10-14, +/games/boxart/full_7958169AmericaFrontccc.jpg,Hannspree Ten Kate Honda: SBK Superbike World Championship,PS2,Racing,Valcon Games,Milestone S.r.l,,0.07,0.03,,0.03,0.01,2007-10-29, +/games/boxart/full_3944867PALFrontccc.jpg,Valentino Rossi: The Game,XOne,Racing,Namco Bandai Games,Milestone S.r.l.,,0.07,0.05,,0.02,0.01,2016-07-26,2018-06-25 +/games/boxart/full_9097524JapanFrontccc.jpg,Bullet Girls,PSV,Shooter,D3Publisher,Shade,,0.07,,0.07,,,2014-08-21,2018-12-29 +/games/boxart/full_1880234AmericaFrontccc.jpg,Gunstar Super Heroes,GBA,Shooter,Sega,"Treasure Co., Ltd.",8,0.07,0.05,,0.02,0,2005-10-25, +/games/boxart/full_7654115AmericaFrontccc.jpg,C: The Contra Adventure,PS,Shooter,Konami,Appaloosa Interactive,4.2,0.07,0.04,,0.02,0,1998-09-01, +/games/boxart/full_1756096AmericaFrontccc.jpg,Pocky & Rocky with Becky,GBA,Shooter,Natsume,Altron,,0.07,0.05,,0.02,0,2002-10-18, +/games/boxart/full_9423798AmericaFrontccc.jpg,Brothers in Arms: Furious 4,PS3,Shooter,Ubisoft,Gearbox Software,,0.07,0.01,,0.05,0.01,2012-09-30,2018-07-05 +/games/boxart/full_7718870AmericaFrontccc.jpg,Winx Club,GBA,Shooter,Konami,Rainbow Studios,,0.07,0.05,,0.02,0,2005-11-16, +/games/boxart/full_5616779AmericaFrontccc.jpg,Spintires: MudRunner - American Wilds,XOne,Racing,Focus Home Interactive,Saber Interactive,,0.07,0.06,,,0.01,2018-10-23,2019-02-19 +/games/boxart/full_3306093AmericaFrontccc.jpg,Speed Racer,PS,Racing,Jaleco,Amanodai,,0.07,0.04,,0.02,0,1998-02-28, +/games/boxart/3433258ccc.jpg,Aero Gauge,N64,Racing,ASCII Entertainment,Locomotive Games,4.5,0.07,0.06,,0.01,0,1998-05-21, +/games/boxart/full_259447AmericaFrontccc.jpg,Circuit Breakers,PS,Racing,Mindscape,Supersonic Software,5.9,0.07,0.04,,0.03,0,1998-09-02, +/games/boxart/914815ccc.jpg,Sprint Cars: Road to Knoxville,PS2,Racing,THQ,Big Ant Studios,,0.07,0.03,,0.03,0.01,2006-07-26, +/games/boxart/full_mayhem-3d_289AmericaFront.jpg,Mayhem 3D,X360,Racing,Evolved Games,Zoo Games,,0.07,0.06,,,0.01,2011-03-22, +/games/boxart/full_9186049AmericaFrontccc.jpg,Driver: Parallel Lines,XB,Racing,Atari,Reflections Interactive,,0.07,0.05,,0.01,0,2006-03-14, +/games/boxart/full_4724064PALFrontccc.jpg,Burnout Paradise: The Ultimate Box,PS3,Racing,Electronic Arts,Criterion Games,9,0.07,,0.01,0.05,0.01,2009-02-06, +/games/boxart/full_9210741AmericaFrontccc.jpg,Aqua Teen Hunger Force: Zombie Ninja Pro-Am,PS2,Racing,Midway Games,Creat Studios,,0.07,0.03,,0.03,0.01,2007-11-05, +/games/boxart/full_4548730PALFrontccc.jpg,Mega Man: Battle & Chase,PS,Racing,Capcom,Capcom,,0.07,,0.06,,0,1998-11-30, +/games/boxart/2389422ccc.jpg,Rayman Arena,XB,Racing,Ubisoft,Ubisoft,5,0.07,0.05,,0.01,0,2002-09-24, +/games/boxart/full_6872141AmericaFrontccc.jpg,Discovery Kids: Parrot Pals,DS,Simulation,505 Games,505 Games,,0.07,0.07,,,0.01,2009-06-16, +/games/boxart/full_9311420AmericaFrontccc.png,Harvest Moon: Light of Hope,PS4,Simulation,Natsume,Natsume,,0.07,0.06,,,0.01,2018-05-29,2018-02-27 +/games/boxart/full_2338361JapanFrontccc.jpg,AKB1/149: Love Election,PSV,Simulation,Namco Bandai Games,ArtDink,,0.07,,0.07,,,2012-12-20,2018-10-29 +/games/boxart/full_2824441AmericaFrontccc.jpg,Damage Inc.: Pacific Squadron WWII,X360,Simulation,Mad Catz,Mad Catz,,0.07,0.07,,,0.01,2012-08-28,2018-12-15 +/games/boxart/full_1401156JapanFrontccc.jpg,Photo Kano Kiss,PSV,Simulation,Kadokawa Shoten,Enterbrain,,0.07,,0.07,,,2013-04-25,2018-12-19 +/games/boxart/full_3347560AmericaFrontccc.jpg,America's Next Top Model,Wii,Simulation,Crave Entertainment,DTP Young Entertainment,,0.07,0.07,,,0,2010-06-01, +/games/boxart/full_4746180AmericaFrontccc.jpg,Bass Pro Shops: The Strike - Championship Edition,NS,Simulation,Planet Entertainment,XS Games,,0.07,0.06,,,0.01,2018-11-09,2018-09-11 +/games/boxart/full_890810AmericaFrontccc.jpg,Let's Paint,Wii,Simulation,Zoo Games,Zoo Games,,0.07,0.07,,,0,2010-05-25, +/games/boxart/full_9027269JapanFrontccc.jpg,Model * Oshare Audition: Dream Girl,3DS,Simulation,Alchemist,Alchemist,,0.07,,0.07,,,2013-11-14,2018-12-19 +/games/boxart/full_4343662AmericaFrontccc.jpg,Basketball Hall of Fame Ultimate Hoops Challenge,Wii,Sports,Zoo Games,Collision Studios,,0.07,0.06,,,0,2010-03-16, +/games/boxart/full_5431476AmericaFrontccc.jpeg,Tony Hawk's Pro Skater 5,PS3,Sports,Activision,Robomodo,,0.07,0.05,,,0.01,2015-12-15,2018-04-15 +/games/boxart/full_4795176AmericaFrontccc.jpg,R.B.I. Baseball 2017,XOne,Sports,MLB.com,MLB.com,,0.07,0.06,,,0.01,2017-03-28,2018-06-25 +/games/boxart/full_7227953JapanFrontccc.jpg,Pro Yakyuu Spirits 4,PS3,Sports,Konami,PawaPuro Production,,0.07,,0.07,,,2007-04-01, +/games/boxart/3392032ccc.jpg,RayStorm,PS,Shooter,Working Designs,Taito Corporation,,0.07,0.04,,0.03,0,1997-06-30, +/games/boxart/full_8697582AmericaFrontccc.jpg,Drake of the 99 Dragons,XB,Shooter,Majesco,Idol FX,,0.07,0.05,,0.01,0,2003-11-03, +/games/boxart/full_dream-trigger-3d_232AmericaFront.jpg,Dream Trigger 3D,3DS,Shooter,D3 Publisher,Art Corporation,5.7,0.07,0.04,,0.02,0.01,2011-05-10, +/games/boxart/4504389ccc.jpg,G Darius,PS,Shooter,THQ,Aisystem Tokyo,,0.07,0.04,,0.03,0,1998-03-31, +/games/boxart/full_1694836AmericaFrontccc.jpg,Combat: Task Force 121,XB,Shooter,Groove Games,Direct Action Games,,0.07,0.05,,0.02,0,2005-03-27, +/games/boxart/3611554ccc.jpg,Viewpoint,PS,Shooter,Electronic Arts,Visual Concepts,,0.07,0.04,,0.03,0,1995-11-28, +/games/boxart/5572048ccc.jpg,Serious Sam: Next Encounter,PS2,Shooter,Global Star Software,Climax Group,,0.07,0.04,,0.03,0.01,2004-04-22, +/games/boxart/3117853ccc.jpg,Tom Clancy's Ghost Recon 2,GC,Shooter,Ubisoft,Red Storm Entertainment,5.7,0.07,0.06,,0.01,0,2005-03-15, +/games/boxart/full_1292541AmericaFrontccc.jpg,Fantastic Four,PS,Action,Acclaim Entertainment,Probe Entertainment Limited,,0.07,0.04,,0.03,0,1997-09-30, +/games/boxart/full_1655637AmericaFrontccc.jpg,Resident Evil 6,XOne,Shooter,Capcom,Capcom,,0.07,0.06,,,0.01,2016-03-29,2018-03-30 +/games/boxart/full_1227975AmericaFrontccc.jpg,Operation Flashpoint: Dragon Rising,PC,Shooter,Codemasters,Codemasters,7.6,0.07,0.03,,0.03,0.01,2009-10-06, +/games/boxart/full_9457717AmericaFrontccc.jpg,Machine Head,PS,Shooter,Eidos Interactive,Core Design Ltd.,,0.07,0.04,,0.03,0,1996-11-30, +/games/boxart/full_2248293AmericaFrontccc.jpg,Damnation,X360,Shooter,Codemasters,Blue Omega Entertainment,3.1,0.07,0.06,,0.01,0.01,2009-05-26, +/games/boxart/full_544015AmericaFrontccc.jpg,Wild Guns Reloaded,NS,Shooter,Natsume,Natsume Atari,,0.07,0.06,,,0.01,2018-04-17,2019-02-16 +/games/boxart/full_1319238AmericaFrontccc.jpg,Hunting Simulator,PS4,Shooter,Bigben Interactive,Maximum Games,,0.07,0.06,,,0.01,2017-07-11,2018-06-28 +/games/boxart/full_operation-flashpoint-red-river_396AmericaFront.jpg,Operation Flashpoint: Red River,PC,Shooter,Codemasters,Codemasters,7,0.07,0.01,,0.04,0.01,2011-06-07, +/games/boxart/full_6502171AmericaFrontccc.jpg,DefCon 5,PS,Shooter,Data East,Millennium Interactive,,0.07,0.04,,0.03,0,1995-11-23, +/games/boxart/full_6974261PALFrontccc.jpg,OverBlood 2,PS,Action,Evolution Games,Riverhillsoft,,0.07,,0.06,,0,2001-04-13, +/games/boxart/full_5699103AmericaFrontccc.jpg,Bad Apple Wars,PSV,Action,Aksys Games,Aksys Games,,0.07,0.02,0.04,,0.01,2017-10-13,2018-09-21 +/games/boxart/full_alpha-and-omega_10AmericaFront.jpg,Alpha and Omega,DS,Action,Storm City Games,Sparkworkz,,0.07,0.06,,0,0,2010-09-14, +/games/boxart/full_1491554AmericaFrontccc.jpg,SG/ZH: School Girl/Zombie Hunter,PS4,Action,Aksys Games,Tamsoft,,0.07,0.04,0.02,,0.01,2017-11-17,2018-09-17 +/games/boxart/full_spartan-total-warrior_263AmericaFront.jpg,Spartan: Total Warrior,GC,Action,Sega,The Creative Assembly,7.1,0.07,0.05,,0.01,0,2005-10-27, +/games/boxart/168833ccc.jpg,Pitfall: The Lost Expedition,XB,Action,Activision,Edge of Reality,,0.07,0.05,,0.01,0,2004-02-18, +/games/boxart/1443807ccc.jpg,Bionicle Heroes,X360,Shooter,Eidos Interactive,Traveller's Tales,6.1,0.07,0.05,,0.01,0.01,2006-11-15, +/games/boxart/9496333ccc.jpg,Target: Terror,Wii,Shooter,Konami,Leviathan Games,,0.07,0.06,,,0.01,2008-04-22, +/games/boxart/full_4179342AmericaFrontccc.jpg,Silpheed: The Lost Planet,PS2,Shooter,Working Designs,"Treasure Co., Ltd.",,0.07,0.03,,0.03,0.01,2001-04-23, +/games/boxart/full_6321895AmericaFrontccc.jpg,Heavenly Guardian,Wii,Shooter,UFO Interactive,Starfish,,0.07,0.06,,,0.01,2008-04-22, +/games/boxart/full_1901221AmericaFrontccc.jpg,Space Hulk: Vengeance of the Blood Angels,PS,Shooter,Electronic Arts,Key Game,,0.07,0.04,,0.03,0,1996-01-01, +/games/boxart/full_winning-post-7-2010_1JapanFront.jpg,Winning Post 7 2010,PS3,Sports,Tecmo Koei,Tecmo Koei Games,,0.07,,0.07,,,2010-09-22,2018-07-30 +/games/boxart/full_billys-boot-camp-wii-de-enjoy-diet_798JapanFront.jpg,Billy's Boot Camp: Wii de Enjoy Diet!,Wii,Sports,Rocket Company,Rocket Company,,0.07,,0.07,,,2011-04-21, +/games/boxart/full_623454AmericaFrontccc.jpg,R.B.I. Baseball 18,PS4,Sports,MLB Advanced Media,MLB Advanced Media,,0.07,0.06,,,0.01,2018-03-20,2018-02-27 +/games/boxart/full_4284471AmericaFrontccc.jpg,Football Manager 2010,PC,Sports,Sega,Sports Interactive,8.7,0.07,,,0.06,0.01,2009-11-03, +/games/boxart/full_3640846AmericaFrontccc.png,Major League Baseball 2K10,PSP,Sports,2K Sports,Visual Concepts,,0.07,0.06,,,0.01,2010-03-02, +/games/boxart/full_2013137AmericaFrontccc.jpg,NHL 2005,GC,Sports,EA Sports,EA Canada,,0.07,0.05,,0.01,0,2004-09-20, +/games/boxart/8854683ccc.jpg,NHL Hitz Pro,XB,Sports,Midway Games,Next Level Games,,0.07,0.05,,0.01,0,2003-09-25, +/games/boxart/405863ccc.jpg,Sega Soccer Slam,GC,Sports,Sega,Black Box Games,,0.07,0.05,,0.01,0,2002-03-18, +/games/boxart/full_mario-tennis_4AmericaFront.jpg,Mario Tennis,VC,Sports,Nintendo,Camelot Software Planning,,0.07,,0,0.06,0.01,2010-06-28, +/games/boxart/full_1964080JapanFrontccc.jpg,Nichibeikan Pro Yakyuu: Final League,PS2,Sports,Square,SquareSoft,,0.07,,0.07,,,2002-04-25, +/games/boxart/full_7750556AmericaFrontccc.jpg,FIFA Soccer 06,GBA,Sports,EA Sports,Exient Entertainment,,0.07,0.05,,0.02,0,2005-10-11, +/games/boxart/9566098ccc.jpg,RedCard 20-03,PS2,Sports,Midway Games,Point of View,,0.07,0.03,,0.03,0.01,2002-04-16, +/games/boxart/5201052ccc.jpg,All-Star Baseball 2004,GBA,Sports,Acclaim Entertainment,Acclaim Entertainment,7.4,0.07,0.05,,0.02,0,2003-02-23, +/games/boxart/1733452ccc.jpg,Alexi Lalas International Soccer,PS,Sports,Take-Two Interactive,Z-Axis,4.4,0.07,0.04,,0.03,0,1999-04-30, +/games/boxart/full_7849535AmericaFrontccc.jpg,The Final Round,PS,Sports,Konami,Konami,,0.07,0.04,,0.03,0,1996-08-31, +/games/boxart/4241896ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,GC,Sports,Activision,MagicWand,,0.07,0.05,,0.01,0,2004-12-09, +/games/boxart/full_8135255AmericaFrontccc.jpg,My Horse & Me: Riding for Gold,DS,Sports,Atari,Mistic Software,,0.07,0.05,,0.01,0,2009-03-26, +/games/boxart/full_1388443AmericaFrontccc.jpg,Mutant Football League: Dynasty Edition,PS4,Sports,Nighthawk Interactive,Digital Dreams,,0.07,0.05,,,0.01,2018-10-30,2018-11-08 +/games/boxart/full_family-trainer-treasure-adventure_4PALFront.jpg,Family Trainer: Treasure Adventure,Wii,Sports,Namco Bandai,High Horse Entertainment,,0.07,,,0.06,0.01,2010-10-29, +/games/boxart/5868036ccc.jpg,ESPN National Hockey Night,PS2,Sports,Konami,Kush Games,,0.07,0.03,,0.03,0.01,2001-03-25, +/games/boxart/full_pro-yakyuu-spirits-2011_649JapanFront.jpg,Pro Yakyuu Spirits 2011,3DS,Sports,Konami,PawaPuro Production,,0.07,,0.07,,,2011-04-14, +/games/boxart/full_5861466AmericaFrontccc.jpg,MLB Power Pros 2008,DS,Sports,2K Sports,PawaPuro Production,,0.07,0.06,,,0.01,2008-08-25, +/games/boxart/4028542ccc.jpg,Jackass the Game DS,DS,Action,Red Mile Entertainment,Sensory Sweep Studios,,0.07,0.06,,0,0.01,2008-01-08, +/games/boxart/full_8459699AmericaFrontccc.jpg,Uprising X,PS,Action,3DO,Cyclone Studios,,0.07,0.04,,0.03,0,1998-11-30, +/games/boxart/full_6572280AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,XOne,Action,Activision,PlatinumGames,,0.07,0.05,,0.01,0.01,2016-05-24,2018-04-15 +/games/boxart/full_7380918JapanFrontccc.jpg,Busou Shinki: Battle Masters,PSP,Action,Konami,Konami,,0.07,,0.07,,,2010-07-15, +/games/boxart/4033315ccc.jpg,River City Ransom EX,GBA,Action,Atlus,Million,,0.07,0.05,,0.02,0,2004-05-25, +/games/boxart/full_7061312PALFrontccc.jpg,Legend of Kay Anniversary,WiiU,Action,Nordic Games,Neon Studios,,0.07,0.05,,0.02,0.01,2015-05-29,2018-09-11 +/games/boxart/full_8470972AmericaFrontccc.png,Has-Been Heroes,PS4,Action,GameTrust,Frozenbyte,,0.07,0.06,,,0.01,2017-03-28, +/games/boxart/6097223ccc.gif,Street Fighter II': Special Champion Edition (JP weekly sales),GEN,Action,Capcom,Unknown,,0.07,,0.07,,,1993-09-27, +/games/boxart/full_7884938JapanFrontccc.jpg,Chou Sentouchuu: Kyuukyoku no Shinobu to Battle Player Choujou Kessen!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.07,,0.07,,,2016-09-15,2018-08-06 +/games/boxart/full_9144156JapanFrontccc.jpg,Samurai Warriors 4: Empires,PS3,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2016-03-15, +/games/boxart/full_tron-evolution_790AmericaFront.jpg,TRON: Evolution,PC,Action,Disney Interactive Studios,Propaganda Games,,0.07,0.06,,0,0,2010-12-07, +/games/boxart/full_5364738AmericaFrontccc.jpg,Army Men: Green Rogue,PS,Action,3DO,3DO,,0.07,0.04,,0.02,0,2001-04-13, +/games/boxart/full_7901261JapanFrontccc.jpg,G-Saviour,PS2,Action,Sunrise Interactive,Atelier-Sai,,0.07,,0.07,,,2000-09-14, +/games/boxart/full_7629821JapanFrontccc.jpg,Accel World vs. Sword Art Online: Millennium Twilight,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.07,,0.07,,,2017-07-07,2018-07-04 +/games/boxart/7643877ccc.jpg,Firefighter F.D.18,PS2,Action,Konami,Konami Computer Entertainment Tokyo,5.9,0.07,0.03,,0.03,0.01,2004-03-09, +/games/boxart/full_6438971AmericaFrontccc.jpg,Warhammer: The End Times - Vermintide,PS4,Action,Games Workshop,Fatshark,,0.07,0.03,,0.03,0.01,2016-10-04,2018-08-11 +/games/boxart/full_6077031JapanFrontccc.jpg,Gintama DS: Yorozuya Daisoudou,DS,Action,Namco Bandai,Banpresto,,0.07,,0.07,,,2006-09-21, +/games/boxart/full_1066233PALFrontccc.jpg,Zombi,PS4,Action,Ubisoft,Ubisoft Montpellier,7.5,0.07,,0.01,0.04,0.01,2015-08-18,2018-01-17 +/games/boxart/full_1496097AmericaFrontccc.jpg,Prince of Persia: The Fallen King,DS,Action,Ubisoft,Ubisoft Casablanca,,0.07,0.06,,0,0,2008-12-02, +/games/boxart/3570105ccc.jpg,Frogger Advance: The Great Quest,GBA,Action,Konami,KCEA,5.5,0.07,0.05,,0.02,0,2002-05-26, +/games/boxart/1426012ccc.jpg,Streets of Rage 3,GEN,Action,Sega,Sega,,0.07,,0.07,,0,1994-03-17, +/games/boxart/4549130ccc.jpg,Catwoman,GC,Action,Electronic Arts,Argonaut Games,5.3,0.07,0.05,,0.01,0,2004-07-20, +/games/boxart/1243361ccc.gif,Operation: Vietnam,DS,Shooter,Majesco,Coyote Console,,0.07,0.06,,0,0,2007-08-20, +/games/boxart/full_7155617AmericaFrontccc.jpg,Touhou Genso Rondo: Bullet Ballet,PS4,Shooter,NIS America,CUBETYPE,,0.07,0.06,,,0.01,2016-09-06,2018-09-17 +/games/boxart/full_inversion_773PALFront.jpg,Inversion,PS3,Shooter,Namco Bandai Games,Saber Interactive,,0.07,0.03,,0.03,0.01,2012-06-05, +/games/boxart/full_9047584AmericaFrontccc.jpg,Gunblade NY & L.A. Machineguns Arcade Hits Pack,Wii,Shooter,Sega,Sega,,0.07,0.06,,0.01,0.01,2010-08-24, +/games/boxart/3893940ccc.jpg,The History Channel: Battle for the Pacific,PS3,Shooter,Activision,Cauldron Ltd.,,0.07,0.07,,0,0.01,2008-02-19, +/games/boxart/full_9044485AmericaFrontccc.jpg,Rogue Trooper: Quartz Zone Massacre,Wii,Shooter,Graffiti,Rebellion Developments,8,0.07,0.06,,0,0.01,2009-11-24, +/games/boxart/full_5814425AmericaFrontccc.jpg,Point Blank DS (JP sales),DS,Shooter,Namco Bandai,Namco Bandai Games,,0.07,,0.07,,,2006-06-13, +/games/boxart/7887111ccc.jpg,Rayman 3: Hoodlum Havoc,XB,Platform,Ubisoft,Ubisoft,7.3,0.07,0.06,,0.02,0,2003-03-18, +/games/boxart/full_5619419JapanFrontccc.jpg,Zettai Zetsumei Toshi 3: Kowareyuku Machi to Kanojyo no Uta,PSP,Action,Irem Software Engineering,Irem Software Engineering,,0.07,,0.07,,,2009-04-23, +/games/boxart/full_4096201AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,XOne,Action,Tecmo Koei,Omega Force,,0.07,0.04,,0.02,0.01,2015-01-24, +/games/boxart/full_top-gun_876AmericaFront.jpg,Top Gun,PS3,Action,505 Games,Doublesix,,0.07,0.06,,,0.01,2011-06-14, +/games/boxart/8208117ccc.jpg,Crimson Sea 2,PS2,Action,KOEI,Koei,,0.07,0.03,,0.03,0.01,2004-03-30, +/games/boxart/full_9457548JapanFrontccc.jpg,Doraemon: Nobita to Himitsu Dougu Hakubutsukan,3DS,Action,FuRyu Corporation,FuRyu Corporation,,0.07,,0.07,,,2013-03-07,2018-12-28 +/games/boxart/full_7687731PALFrontccc.jpeg,Middle-Earth: Shadow of War,PC,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,0.07,0.03,,0.04,0.01,2017-10-10,2018-01-10 +/games/boxart/full_1453316JapanFrontccc.jpg,Crayon Shin-Chan: Densetsu o Yobu Omake no To Shukkugaan!,GBA,Action,Banpresto,Inti Creates,,0.07,,0.07,,0,2006-03-23, +/games/boxart/1283933ccc.jpg,Samurai Warriors,XB,Action,KOEI,Omega Force,,0.07,0.05,,0.02,0,2004-07-13, +/games/boxart/full_514262JapanFrontccc.jpg,PriPara Mezameyo! Megami no Dress Design,3DS,Action,Takara Tomy,Takara Tomy,,0.07,,0.07,,,2016-11-10,2018-07-28 +/games/boxart/full_2470874AmericaFrontccc.jpg,Terraria,PS4,Action,505 Games,Re-Logic,,0.07,,0.01,0.05,0.01,2014-12-02,2018-03-19 +/games/boxart/3805231ccc.jpg,Robot Alchemic Drive,PS2,Action,Enix,Sandlot,,0.07,0.03,,0.03,0.01,2002-11-04, +/games/boxart/full_2345155AmericaFrontccc.jpg,Tokyo Beat Down,DS,Action,Atlus,Success,,0.07,0.06,,,0.01,2009-03-31, +/games/boxart/4505128ccc.gif,Dynasty Warriors DS: Fighter's Battle,DS,Action,KOEI,Omega Force,,0.07,0.04,0.03,0,0,2007-07-25, +/games/boxart/full_945661JapanFrontccc.jpg,Kamen Rider: Battride War Genesis,PS4,Action,Namco Bandai Games,Unknown,,0.07,,0.07,,,2016-02-25, +/games/boxart/full_3537787JapanFrontccc.jpg,Godzilla (2014),PS3,Action,Namco Bandai Games,Namco Bandai Games,,0.07,,0.06,0.01,0,2015-07-14, +/games/boxart/full_7748771JapanFrontccc.jpg,Crayon Shin-Chan: Obaka Daininden - Susume! Kasukabe Ninja Tai!,DS,Action,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2010-03-18, +/games/boxart/full_3751820AmericaFrontccc.jpg,Pac-Man World 3,PSP,Platform,Namco,Blitz Games,,0.07,0.07,,0,0.01,2005-12-06, +/games/boxart/2914813ccc.jpg,Taz Wanted,XB,Platform,Atari,Blitz Games,5.8,0.07,0.05,,0.02,0,2002-09-18, +/games/boxart/full_1901470JapanFrontccc.jpg,Famicom Mini: Hikari Shinwa: Palutena no Kagami,GBA,Platform,Nintendo,Nintendo R&D1,,0.07,,0.07,,0,2004-08-10, +/games/boxart/full_4934102AmericaFrontccc.jpg,Mega Man Xtreme,GB,Platform,Capcom,Capcom,,0.07,,0.07,,,2001-01-11, +/games/boxart/full_1990496AmericaFrontccc.jpg,Open Season,PSP,Platform,Ubisoft,Ubisoft Montreal,6.7,0.07,0.07,,0,0.01,2006-09-19, +/games/boxart/full_7745960AmericaFrontccc.jpg,Mega Man Xtreme 2,GB,Platform,Capcom,Capcom,,0.07,,0.07,,,2001-10-30, +/games/boxart/2059454ccc.jpg,I-Ninja,XB,Platform,Namco,Argonaut Games,7.8,0.07,0.05,,0.02,0,2003-12-04, +/games/boxart/5957610ccc.jpg,Spot Goes to Hollywood,PS,Platform,Virgin Interactive,Eurocom Entertainment Software,4.4,0.07,0.04,,0.03,0,1996-11-30, +/games/boxart/default.jpg,"Horrid Henry: The Good, The Bad and The Bugly",3DS,Platform,Asylum Entertainment,Asylum Entertainment,,0.07,,,0.06,0.01,2011-11-25, +/games/boxart/full_9215832AmericaFrontccc.jpg,Anubis II,Wii,Platform,UFO Interactive,Data Design Interactive,1.5,0.07,0.06,,0,0.01,2007-09-18, +/games/boxart/2590291ccc.jpg,Mega Man X4,SAT,Platform,Capcom,Capcom,,0.07,,0.07,,,1997-07-31, +/games/boxart/3768627ccc.jpg,N+,DS,Platform,Atari,SilverBirch Studios,,0.07,0.06,,,0,2008-08-26, +/games/boxart/full_6287098AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,WiiU,Platform,Namco Bandai Games,Monkey Bar Games,,0.07,0.04,,0.02,0.01,2014-10-14,2018-11-16 +/games/boxart/full_4892965AmericaFrontccc.jpg,Futurama,PS2,Platform,VU Games,Unique Development Studios Sweden,,0.07,0.04,,0.03,0.01,2003-08-14, +/games/boxart/4380270ccc.jpg,Super Ghouls 'n Ghosts,GBA,Platform,Capcom,Capcom,,0.07,0.05,,0.02,0,2002-09-23, +/games/boxart/full_8515133AmericaFrontccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GC,Platform,Ubisoft,Phoenix Games Studio,,0.07,0.05,,0.01,0,2005-02-08, +/games/boxart/full_4293862AmericaFrontccc.jpg,Pandemonium 2,PS,Platform,Midway Games,Toys for Bob,,0.07,0.04,,0.02,0,1997-09-30, +/games/boxart/full_8927022AmericaFrontccc.jpg,Scribblenauts: Showdown,NS,Platform,Warner Bros. Interactive,Shiver Games,,0.07,0.03,,0.03,0.01,2018-03-06,2018-04-03 +/games/boxart/full_1526797AmericaFrontccc.jpg,The Tale of Despereaux,DS,Platform,Brash Entertainment,Amaze Entertainment,,0.07,0.06,,0,0,2008-12-02, +/games/boxart/full_4354574PALFrontccc.jpg,Rayman Origins,PC,Platform,Ubisoft,UBIart Montpellier,,0.07,0,,0.06,0.01,2012-03-29,2018-05-25 +/games/boxart/2782940ccc.jpg,Dave Mirra BMX Challenge,Wii,Sports,Crave Entertainment,Left Field Productions,,0.07,0.06,,0,0.01,2007-10-02, +/games/boxart/full_2621337JapanFrontccc.jpg,Pro Yakyuu Spirits 2014,PSV,Sports,Konami Digital Entertainment,Konami,,0.07,,0.07,,,2014-03-20,2018-11-09 +/games/boxart/full_3671480AmericaFrontccc.jpg,NCAA College Football 2K3,GC,Sports,Sega,Visual Concepts,,0.07,0.05,,0.01,0,2002-09-09, +/games/boxart/full_7551749AmericaFrontccc.jpg,NHL-Legacy Edition,PS3,Sports,EA Sports,EA Canada,,0.07,0.06,,,0.01,2015-09-09,2018-11-23 +/games/boxart/9366134ccc.jpg,Super Baseball,2600,Sports,Atari,Atari,,0.07,0.07,,0,0,1988-01-01, +/games/boxart/full_2776146AmericaFrontccc.jpg,The Golf Club,XOne,Sports,Maximum Games,HB Studios,,0.07,0.07,,,0.01,2015-04-28,2018-11-10 +/games/boxart/full_7166706AmericaFrontccc.jpg,NHL Open Ice,PS,Sports,Midway Games,Avalanche Software,,0.07,0.04,,0.03,0,1996-11-30, +/games/boxart/8884099ccc.jpg,The Hustle: Detroit Streets,PSP,Sports,Activision,Blade Interactive,,0.07,0.07,,0,0.01,2005-10-25, +/games/boxart/full_9632021JapanFrontccc.jpg,Power Pro GB,GB,Sports,Konami,Konami,,0.07,,0.07,,,1998-03-26, +/games/boxart/2154988ccc.jpg,Romance of the Three Kingdoms IX,PS2,Strategy,KOEI,Koei,,0.07,0.03,,0.03,0.01,2004-02-24, +/games/boxart/full_3476526JapanFrontccc.jpg,Shounen Sunday x Shounen Magazine: Nettou! Dream Nine,DS,Sports,Konami,PawaPuro Production,,0.07,,0.07,,,2009-02-26, +/games/boxart/full_7189005AmericaFrontccc.jpg,Harlem Globetrotters: World Tour,DS,Sports,DSI Games,Full Fat,,0.07,0.07,,0,0.01,2007-03-07, +/games/boxart/full_6232109JapanFrontccc.jpg,Derby Jockey: Kishou e no Michi,SNES,Sports,Asmik Corp,GRC,,0.07,,0.07,,,1994-03-18, +/games/boxart/full_4880742JapanFrontccc.jpg,Winning Post 7 2012,PS3,Sports,Tecmo Koei,Koei Tecmo Games,,0.07,,0.07,,,2012-03-15,2018-12-21 +/games/boxart/full_8804108AmericaFrontccc.jpg,River King: Mystic Valley (US sales),DS,Sports,Natsume,Marvelous Interactive,,0.07,0.07,,,,2008-04-29, +/games/boxart/full_8374956JapanFrontccc.jpg,Winning Eleven Playmaker 2010: Aoki Samurai no Chousen,Wii,Sports,Konami,Konami,,0.07,,0.07,,,2010-05-20, +/games/boxart/5893353ccc.jpg,Dino Master: Dig Discover Duel,DS,Strategy,Majesco,Creative Office,2.5,0.07,0.06,,0,0,2006-05-25, +/games/boxart/4111748ccc.jpg,Commandos 2: Men of Courage,XB,Strategy,Eidos Interactive,Pyro Studios,,0.07,0.05,,0.02,0,2002-09-18, +/games/boxart/full_4308219AmericaFrontccc.jpg,AMF Bowling Pinbusters!,DS,Sports,Vir2L Studios,4J Studios,,0.07,0.06,,0,0,2008-07-07, +/games/boxart/3529810ccc.jpg,Itoi Shigesato no Bass Tsuri No. 1 Ketteihan!,N64,Sports,Nintendo,HAL Laboratory,,0.07,,0.07,,,2000-03-31,2018-08-30 +/games/boxart/full_5092068JapanFrontccc.jpg,Itoi Shigesato no Bass Tsuri No. 1 Ketteihan!,N64,Sports,Nintendo,HAL Laboratory,,0.07,,0.07,,,2000-03-31,2018-08-30 +/games/boxart/full_7168498PALFrontccc.jpg,Rugby League 3,Wii,Sports,Alternative Software,Sidhe Interactive,,0.07,,,0.06,0.01,2010-04-09, +/games/boxart/2649245ccc.jpg,Disney Sports Skateboarding,GBA,Sports,Konami,Konami,3.6,0.07,0.05,,0.02,0,2002-11-15, +/games/boxart/full_2669432AmericaFrontccc.jpg,MLB Front Office Manager,X360,Sports,2K Sports,Blue Castle Games,,0.07,0.06,,,0.01,2009-01-26, +/games/boxart/2360365ccc.jpg,Mia Hamm Soccer 64,N64,Sports,SouthPeak Interactive,Silicon Dreams,,0.07,0.06,,0.01,0,2000-11-09, +/games/boxart/full_winter-sports-2011_932PALFront.jpg,Winter Sports 2011,Wii,Sports,DTP Entertainment,49Games,,0.07,,,0.06,0.01,2011-02-25, +/games/boxart/full_481232AmericaFrontccc.jpg,Culdcept Revolt,3DS,Strategy,NIS America,OmiyaSoft,7.3,0.07,,0.07,,,2017-10-03,2018-04-02 +/games/boxart/full_3241702AmericaFrontccc.jpg,The Banner Saga Trilogy - Bonus Edition,PS4,Strategy,505 Games,Stoic Studio,,0.07,0.06,,,0.01,2018-07-27,2018-04-20 +/games/boxart/6292993ccc.jpg,Gladius,GC,Strategy,LucasArts,LucasArts,8.3,0.07,0.06,,0.01,0,2003-11-03, +/games/boxart/full_2838268JapanFrontccc.jpg,Mobile Suit Gundam: Try Age SP,3DS,Strategy,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2014-07-17,2018-12-28 +/games/boxart/8242889ccc.gif,Real Time Conflict: Shogun Empires,DS,Strategy,Namco,Box Clever Interactive,,0.07,0.06,,,0.01,2005-11-21, +/games/boxart/full_3991927JapanFrontccc.jpg,San Goku Shi Taisen Ten,DS,Strategy,Sega,Sega,,0.07,,0.07,,,2008-08-07, +/games/boxart/full_875051AmericaFrontccc.jpg,The Sims 2: Seasons,PC,Simulation,Electronic Arts,Maxis,,0.07,0.01,,0.04,0.01,2007-02-27, +/games/boxart/full_3024781AmericaFrontccc.jpg,Microsoft Flight Simulator 2004: A Century of Flight,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,0.07,,,0.06,0.01,2003-07-29, +/games/boxart/6010805ccc.jpg,Jurassic Park: Operation Genesis,XB,Simulation,VU Games,Blue Tongue,,0.07,0.05,,0.01,0,2003-03-26, +/games/boxart/6828627ccc.jpg,Fantasy Aquarium by DS,DS,Simulation,Destineer,Destineer,,0.07,0.07,,,0.01,2008-03-17, +/games/boxart/full_6797703AmericaFrontccc.jpg,Petz: Hamsterz Bunch,PSP,Simulation,Ubisoft,Ubisoft,,0.07,0.06,,0,0.01,2009-10-27, +/games/boxart/full_pro-farm-1_843PALFront.jpg,Pro Farm 1,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,0.07,,,0.06,0.01,2011-08-19, +/games/boxart/full_5564174AmericaFrontccc.jpg,Poi,NS,Platform,Polykid,Polykid,5,0.07,0.05,,0.01,0.01,2017-02-01,2019-02-15 +/games/boxart/full_794358PALFrontccc.jpg,Shin Chan Contra ¡Los Plastas!,DS,Platform,505 Games,Inti Creates,,0.07,,0.07,,,2009-12-03, +/games/boxart/full_3574568AmericaFrontccc.jpg,DuckTales: Remastered,WiiU,Platform,Capcom,WayForward,,0.07,0.06,,,0.01,2013-11-12,2019-02-17 +/games/boxart/371370ccc.jpg,Wallace & Gromit in Project Zoo,GC,Platform,BAM! Entertainment,Frontier Developments,6.6,0.07,0.05,,0.01,0,2003-10-14, +/games/boxart/4238071ccc.jpg,Rayman 3: Hoodlum Havoc,GC,Platform,Ubisoft,Ubisoft,7.4,0.07,0.05,,0.01,0,2003-03-02, +/games/boxart/878511ccc.jpg,Tak: The Great Juju Challenge,XB,Platform,THQ,Avalanche Software,,0.07,0.05,,0.02,0,2005-09-19, +/games/boxart/4489099ccc.jpg,Disney's Donald Duck Advance,GBA,Platform,Ubisoft,Ubisoft,6.5,0.07,0.05,,0.02,0,2001-11-15, +/games/boxart/full_3745112AmericaFrontccc.jpg,Paw Patrol on a Roll,PS4,Platform,Outright Games,Outright Games,,0.07,0.06,,,0.01,2018-10-23,2018-08-07 +/games/boxart/4172151ccc.jpg,Open Season,Wii,Platform,Ubisoft,Ubisoft Montreal,5,0.07,0.06,,0,0.01,2006-11-30, +/games/boxart/full_7292972AmericaFrontccc.jpg,Cut the Rope: Triple Treat,3DS,Puzzle,Activision,ZeptoLab,,0.07,0.06,,,0.01,2014-03-25,2018-12-28 +/games/boxart/full_2326308AmericaFrontccc.jpg,Sushi Striker: The Way of Sushido,NS,Puzzle,Nintendo,Indies Zero,7.9,0.07,0.02,0.03,0.01,0,2018-06-08,2020-07-23 +/games/boxart/full_titanic-mystery_4AmericaFront.jpg,Titanic Mystery,DS,Puzzle,O-Games,PlayV,,0.07,0.05,,0.01,0.01,2012-04-03, +/games/boxart/full_318084AmericaFrontccc.jpg,Sudoku Fever,GBA,Puzzle,Take-Two Interactive,Global Star Software,,0.07,0.05,,0.02,0,2006-02-09, +/games/boxart/full_4149686AmericaFrontccc.jpg,Jewel Quest 5: The Sleepless Star,PC,Puzzle,ValuSoft,iWin,,0.07,0.04,,0.02,0.01,2011-02-15,2018-12-28 +/games/boxart/2260342ccc.jpg,Pipe Mania,PSP,Puzzle,Empire Interactive,Razorworks Studios,,0.07,0.06,,0,0.01,2008-09-26, +/games/boxart/full_7551450AmericaFrontccc.jpg,Tropix,DS,Puzzle,Capcom,Capcom,,0.07,0.06,,,0,2008-11-10, +/games/boxart/full_tigershark_219AmericaFront.jpg,TigerShark,PS,Simulation,GT Interactive,n-Space,,0.07,0.04,,0.03,0,1997-03-31, +/games/boxart/full_6369306AmericaFrontccc.jpg,Cooking Mama: Sweet Shop,3DS,Simulation,Rising Star Games,Office Create,6,0.07,0.03,0.04,,0,2017-05-16,2018-01-16 +/games/boxart/full_8209916AmericaFrontccc.jpg,Cabela's The Hunt: Championship Edition Bundle,NS,Simulation,Planet Entertainment,Planet Entertainment,,0.07,0.06,,,0.01,2018-11-09,2018-09-11 +/games/boxart/full_7943610PALFrontccc.jpg,Le Tour de France 2017,PS4,Simulation,Focus Home Interactive,Cyanide Studio,,0.07,,,0.06,0.01,2017-06-15,2018-08-12 +/games/boxart/full_2874235AmericaFrontccc.jpg,Ant Nation,DS,Simulation,Konami,Konami,,0.07,0.06,,0.01,0.01,2009-09-08, +/games/boxart/1276816ccc.jpg,BeatMania,PS2,Simulation,Konami,Konami,,0.07,0.03,,0.03,0.01,2006-03-28, +/games/boxart/full_8351475JapanFrontccc.jpg,SD Gundam: Gashapon Wars,GC,Strategy,Bandai,Bec,,0.07,,0.07,,0,2005-12-01, +/games/boxart/full_romance-of-the-three-kingdoms-xi_0AmericaFront.jpg,Romance of the Three Kingdoms XI,PS2,Strategy,KOEI,Koei,,0.07,,0.07,,,2007-02-06, +/games/boxart/329879ccc.gif,Elements of Destruction,DS,Strategy,THQ,Black Lantern Studios,,0.07,0.07,,,0.01,2007-12-17, +/games/boxart/2629544ccc.jpg,The Putter Golf,PS,Sports,Agetec,Amedio,,0.07,0.04,,0.03,0,2001-09-26, +/games/boxart/full_2647964AmericaFrontccc.jpg,Backyard NFL Football '09,DS,Sports,Atari,Humongous Entertainment,,0.07,0.06,,,0.01,2008-10-21, +/games/boxart/4580521ccc.jpg,John Madden Football,SNES,Sports,Electronic Arts,Park Place Productions,,0.07,,0.07,,0,1991-11-01, +/games/boxart/6392912ccc.jpg,FIFA Soccer 2004,GC,Sports,EA Sports,EA Canada,8.2,0.07,0.05,,0.01,0,2003-11-04, +/games/boxart/4881143ccc.jpg,Dave Mirra BMX Challenge,PSP,Sports,Crave Entertainment,Left Field Productions,3.5,0.07,0.06,,0,0.01,2006-11-02, +/games/boxart/3603623ccc.jpg,World Tour Soccer 06,PSP,Sports,Sony Computer Entertainment,SCEE London Studio,,0.07,0.07,,0,0.01,2006-06-27, +/games/boxart/full_6603103JapanFrontccc.jpg,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PSV,Sports,Sega,Sega,,0.07,,0.07,,,2013-10-10,2018-11-14 +/games/boxart/full_2539808JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PSP,Strategy,Namco Bandai,Bec,,0.07,,0.07,,,2009-02-12, +/games/boxart/full_2169227AmericaFrontccc.jpg,Robocalypse,DS,Strategy,Tecmo,Vogster Entertainment,,0.07,0.07,,,0.01,2008-11-17, +/games/boxart/full_9860585JapanFrontccc.jpg,Classic Road,PS,Sports,Victor Interactive,Victor Interactive,,0.07,,0.07,,0,1995-12-15, +/games/boxart/full_1253654AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,X360,Sports,Conspiracy Entertainment,49Games,,0.07,0.06,,0.01,0.01,2008-11-18, +/games/boxart/full_8610775PALFrontccc.jpg,Constructor HD,XOne,Strategy,Deep Silver,System 3,,0.07,0.07,,,0.01,2017-07-11,2018-08-11 +/games/boxart/4628864ccc.jpg,Kessen III,PS2,Strategy,KOEI,Koei,,0.07,0.04,,0.03,0.01,2005-02-22, +/games/boxart/full_3123841JapanFrontccc.jpg,Super Robot Wars X,PSV,Strategy,Bandai Namco Games,Bandai Namco,,0.07,,0.07,,,2018-03-29,2018-04-07 +/games/boxart/3037163ccc.jpg,Wrath Unleashed,PS2,Strategy,LucasArts,Double Helix Games,,0.07,0.04,,0.03,0.01,2004-02-10, +/games/boxart/full_1626479JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PS2,Strategy,Namco Bandai,Bec,,0.07,,0.07,,,2009-02-12, +/games/boxart/full_9302614AmericaFrontccc.jpg,Norse by Norsewest: The Return of the Lost Vikings,PS,Action,Interplay,Beam Software,,0.07,0.04,,0.03,0,1997-11-17, +/games/boxart/full_3324648AmericaFrontccc.jpg,Fantasy Aquarium World,Wii,Simulation,Destineer,Ertain,,0.07,0.06,,,0,2009-05-13, +/games/boxart/1672458ccc.jpg,Armored Core: Nine Breaker,PS2,Simulation,Agetec,From Software,,0.07,0.03,,0.03,0.01,2005-09-13, +/games/boxart/full_8695880AmericaFrontccc.jpg,Squishy Tank,DS,Puzzle,Natsume,Natsume,,0.07,0.07,,,0.01,2010-03-23, +/games/boxart/full_4859550AmericaFrontccc.jpg,Ghostbusters (2016),XOne,Action,Activision,FireForge Games,,0.07,0.06,,,0.01,2016-07-12,2018-09-17 +/games/boxart/full_5644097JapanFrontccc.jpg,Famicom Mini: Wrecking Crew,GBA,Puzzle,Nintendo,Nintendo,,0.07,,0.07,,0,2004-05-21, +/games/boxart/full_9109289AmericaFrontccc.jpg,Buster Bros. Collection,PS,Puzzle,Capcom,Mitchell,6.9,0.07,0.04,,0.03,0,1997-04-18, +/games/boxart/full_2535742JapanFrontccc.jpg,Touch Detective: Nameko Shigeru,3DS,Puzzle,Success,Success,,0.07,,0.07,,,2013-02-28,2018-12-15 +/games/boxart/full_2321527AmericaFrontccc.jpg,Margot's Word Brain,DS,Puzzle,Zoo Games,Slam Games,,0.07,0.07,,0,0.01,2008-09-30, +/games/boxart/3585876ccc.jpg,Bomberman Max 2: Red Advance,GBA,Puzzle,Majesco,Hudson Soft,7.5,0.07,0.05,,0.02,0,2002-05-30, +/games/boxart/4299714ccc.gif,The Rub Rabbits!,DS,Puzzle,Sega,Sonic Team,7.3,0.07,0.03,0.04,0,0,2006-02-13, +/games/boxart/full_jewel-time-deluxe_536AmericaFront.jpg,Jewel Time Deluxe,DS,Puzzle,O-Games,O-Games,,0.07,0.04,,0.03,0.01,2011-10-18, +/games/boxart/full_jewel-link-chronicles-legend-of-athena_634PALFront.jpg,Jewel Link Chronicles: Legend of Athena,DS,Puzzle,GSP,Avanquest Software,,0.07,,,0.06,0.01,2011-02-25, +/games/boxart/full_2162800PALFrontccc.jpg,Make 10: A Journey of Numbers,DS,Puzzle,Nintendo,MuuMuu,,0.07,,0.07,0,0,2008-09-26, +/games/boxart/full_9562996PALFrontccc.jpg,Risen 3: Titan Lords Enhanced Edition,PS4,Role-Playing,Deep Silver,Piranha Bytes,1,0.07,,,0.06,0.01,2015-08-21,2018-01-03 +/games/boxart/full_2197492JapanFrontccc.jpg,Judie no Atelier: Guramnat no Renkinjutsushi,PS2,Role-Playing,Gust,Gust,,0.07,,0.07,,,2002-06-27, +/games/boxart/full_6490302AmericaFrontccc.jpg,Mugen Souls Z,PS3,Role-Playing,NIS America,Compile Heart,,0.07,0.02,0.04,0.01,0.01,2014-05-20,2018-12-27 +/games/boxart/full_8158191JapanFrontccc.jpg,Lost Heroes,PSP,Role-Playing,Namco Bandai Games,Banpresto,,0.07,,0.07,,,2012-09-06,2018-12-01 +/games/boxart/full_9115980JapanFrontccc.jpg,Summon Night 4,PSP,Role-Playing,Namco Bandai Games,Flight-Plan,,0.07,,0.07,,,2012-11-15,2018-12-19 +/games/boxart/full_5110175JapanFrontccc.jpg,Tales of Rebirth,PSP,Role-Playing,Namco Bandai,Team Destiny,,0.07,,0.07,,,2008-03-19, +/games/boxart/full_6511849AmericaFrontccc.jpg,Tecmo's Deception,PS,Role-Playing,Tecmo,Tecmo,,0.07,0.04,,0.03,0,1996-07-25, +/games/boxart/full_5278340AmericaFrontccc.jpg,Ghost in the Shell: Stand Alone Complex,PSP,Role-Playing,Bandai,G-Artists,5.7,0.07,0.06,,,0.01,2005-10-26, +/games/boxart/full_3705808AmericaFrontccc.jpg,Neverland Card Battles,PSP,Role-Playing,Yuke's,Idea Factory,,0.07,0.05,,,0.02,2008-10-27, +/games/boxart/full_2592376JapanFrontccc.jpg,Genkai Tokki: Moero Crystal,PSV,Role-Playing,Compile Heart,Compile Heart,,0.07,,0.07,,,2015-09-25,2018-09-21 +/games/boxart/1281601ccc.jpg,Digimon World Championship,DS,Role-Playing,Namco Bandai,epics,,0.07,0,0.07,,0,2008-08-26, +/games/boxart/1716921ccc.jpg,Colosseum: Road to Freedom,PS2,Role-Playing,KOEI,Goshow,,0.07,0.03,,0.03,0.01,2005-07-20, +/games/boxart/full_8932867JapanFrontccc.jpg,Dragon Slayer: Eiyuu Densetsu,SNES,Role-Playing,Epoch,Nihon Falcom Corporation,,0.07,,0.07,,,1992-02-14, +/games/boxart/full_4518108JapanFrontccc.jpg,Dragon Slayer: The Legend of Heroes,SNES,Role-Playing,Epoch,Nihon Falcom Corporation,,0.07,,0.07,,,1992-02-14,2018-12-14 +/games/boxart/full_5567912JapanFrontccc.jpg,Keroro RPG: Kishi to Musha to Densetsu no Kaizoku,DS,Role-Playing,Namco Bandai,Namco Tales Studio,,0.07,,0.07,,,2010-03-04, +/games/boxart/full_6247201AmericaFrontccc.jpg,NAtURAL DOCtRINE,PSV,Role-Playing,NIS America,Kadokawa Games,,0.07,0.02,0.03,0.01,0.01,2014-09-30,2018-11-23 +/games/boxart/full_ken-to-mahou-to-gakuen-mono-3_9JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3,PS3,Role-Playing,Acquire,ZeroDiv,,0.07,,0.07,,,2010-10-07, +/games/boxart/full_568303AmericaFrontccc.jpg,Fable: The Lost Chapters,PC,Role-Playing,Microsoft Game Studios,Lionhead Studios,8.3,0.07,0.01,,0.05,0.01,2005-09-20, +/games/boxart/307777ccc.jpg,Dragon Valor,PS,Role-Playing,Namco,Namco,6.1,0.07,0.04,,0.03,0,2000-10-16, +/games/boxart/full_5621359JapanFrontccc.jpg,Eiyuu Densetsu: Zero no Kiseki: Evolution,PSV,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.07,,0.07,,,2012-10-18,2018-12-28 +/games/boxart/full_3312812AmericaFrontccc.jpg,Disgaea 1 Complete,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.07,0.04,0.01,,0.01,2018-10-09,2019-02-19 +/games/boxart/full_4990333JapanFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PSV,Role-Playing,Tecmo Koei,Gust,,0.07,,0.07,,,2016-06-07,2018-01-07 +/games/boxart/full_35168JapanFrontccc.jpg,Zettai Onkan Otoda Master,DS,Role-Playing,Hudson Soft,Hudson Soft,,0.07,,0.07,,,2007-08-02, +/games/boxart/full_6993996AmericaFrontccc.jpg,Dragoneer's Aria,PSP,Role-Playing,NIS America,Hit Maker,5.2,0.07,0.02,0.05,0,0,2007-08-21, +/games/boxart/full_2202986AmericaFrontccc.png,Dragon's Crown Pro,PS4,Role-Playing,Atlus,Vanillaware,,0.07,,0.03,0.03,0,2018-05-15,2018-02-23 +/games/boxart/full_9207054JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Fate of Heat - Hono no Unmei,DS,Role-Playing,Takara Tomy,Takara Tomy,,0.07,,0.07,,,2008-05-01, +/games/boxart/full_heroes-phantasia_918JapanFront.jpg,Heroes Phantasia,PSP,Role-Playing,Namco Bandai,Witch Craft,,0.07,,0.07,,,2012-01-19, +/games/boxart/full_9136432JapanFrontccc.jpg,I am Setsuna,PSV,Role-Playing,Square Enix,Tokyo RPG Factory,,0.07,,0.07,,,2016-02-18,2019-02-22 +/games/boxart/full_7711456JapanFrontccc.jpg,Doraemon: Nobita no Shin Makai Daibouken DS,DS,Role-Playing,Sega,Sega,,0.07,,0.07,,,2007-03-08, +/games/boxart/full_3522371AmericaFrontccc.jpg,The Guided Fate Paradox,PS3,Role-Playing,NIS America,Nippon Ichi Software,,0.07,,0.06,0,0,2013-11-05,2019-01-03 +/games/boxart/full_6975995JapanFrontccc.jpg,Bleach: Hanatareshi Yabou,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,0.07,,0.07,,,2006-02-16, +/games/boxart/2368108ccc.jpg,Fallout: Brotherhood of Steel,PS2,Role-Playing,Interplay,Interplay,,0.07,0.03,,0.03,0.01,2004-01-14, +/games/boxart/full_2874583AmericaFrontccc.jpg,RPG Maker: Fes,3DS,Role-Playing,NIS America,Kadokawa Games,7,0.07,0.03,0.02,0,0,2017-06-27,2018-04-22 +/games/boxart/full_2111877JapanFrontccc.jpg,Shin Lucky * Star: Moe Drill ~Tabidachi~,DS,Action,Kadokawa Shoten,Type-Moon,,0.07,,0.07,,,2007-05-24, +/games/boxart/673366ccc.jpg,Deep Labyrinth,DS,Action,Atlus,Unknown,,0.07,0.06,,,0,2006-08-15, +/games/boxart/full_4883635JapanFrontccc.jpg,Samurai Warriors 4: Empires,PSV,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2016-03-15, +/games/boxart/full_1109102AmericaFrontccc.jpg,Daniel X: The Ultimate Power,DS,Action,THQ,Griptonite Games,,0.07,0.06,,,0,2010-01-12, +/games/boxart/9489751ccc.jpg,Batman: Rise of Sin Tzu,GBA,Action,Ubisoft,Ubisoft Montreal,5.5,0.07,0.05,,0.02,0,2003-10-27, +/games/boxart/5194873ccc.jpg,X-Men: The Official Game,GBA,Action,Activision,WayForward Technologies,,0.07,0.05,,0.02,0,2006-05-16, +/games/boxart/full_generator-rex-agent-of-providence_866AmericaFront.jpg,Generator Rex: Agent of Providence,DS,Action,Activision,Virtuos,,0.07,0.05,,0.01,0.01,2011-11-01,2019-01-15 +/games/boxart/2288489ccc.jpg,The Powerpuff Girls: Relish Rampage,GC,Action,BAM! Entertainment,VIS Entertainment,,0.07,0.05,,0.01,0,2003-12-15, +/games/boxart/full_1833309AmericaFrontccc.jpg,Ninja Warriors,SNES,Action,Taito,Natsume,,0.07,,0.07,,,1994-01-01, +/games/boxart/full_9212248AmericaFrontccc.jpg,Legend of Kay Anniversary,PS4,Action,Nordic Games,Nordic Games,,0.07,,,0.06,0.01,2015-07-28,2018-04-09 +/games/boxart/full_9242455AmericaFrontccc.jpg,Alex Rider: Stormbreaker,DS,Action,THQ,Altron,4,0.07,0.06,,0,0,2006-10-02, +/games/boxart/full_5948669AmericaFrontccc.jpg,Port Royale 3,X360,Simulation,Kalypso Media,Gaming Minds Studios,,0.07,0.06,,,0.01,2012-10-02,2018-12-04 +/games/boxart/full_1399041AmericaFrontccc.jpg,Secret Service: Ultimate Sacrifice,PS2,Action,Activision,Tigon,,0.07,0.03,,0.03,0.01,2008-11-04, +/games/boxart/full_9466174AmericaFrontccc.jpg,Spawn: Armageddon,GC,Action,Namco,Point of View,,0.07,0.05,,0.01,0,2003-11-21, +/games/boxart/full_6790459PALFrontccc.jpg,Shin Chan: Las Nuevas Aventuras Para Wii!,Wii,Action,505 Games,Matrix Software,,0.07,,0.07,,,2008-04-22, +/games/boxart/full_2534257JapanFrontccc.jpg,Nazotoki Battle Tore! Densetsu no Makyuu o Fukkatsu Saseyo!,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.07,,0.07,,,2014-10-02,2018-07-28 +/games/boxart/full_5892566JapanFrontccc.jpg,Dream C Club,X360,Simulation,D3 Publisher,DreamXCreate,,0.07,,0.07,,,2009-08-27, +/games/boxart/full_608369AmericaFrontccc.jpg,Pizza Delivery Boy,Wii,Simulation,Majesco,Attractive Games,,0.07,0.06,,,0,2010-03-23, +/games/boxart/full_2189649AmericaFrontccc.jpg,SimCity 4: Deluxe Edition,PC,Simulation,Electronic Arts,Maxis,,0.07,,,0.06,0.01,2003-09-22, +/games/boxart/full_strike-point_663AmericaFront.jpg,Strike Point,PS,Simulation,American Technos,"MotiveTime, Ltd.",,0.07,0.04,,0.03,0,1996-09-01, +/games/boxart/full_2272436AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth 3: V Generation,PSV,Role-Playing,Idea Factory International,Compile Heart,,0.07,,0.07,,,2015-06-30,2018-09-21 +/games/boxart/8786992ccc.jpg,The Elder Scrolls IV: Shivering Isles,PS3,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.07,0.07,,,0.01,2007-12-08, +/games/boxart/full_678730JapanFrontccc.jpg,The Caligula Effect,PSV,Role-Playing,Atlus,FuRyu,,0.07,,0.07,,,2017-05-02,2018-01-15 +/games/boxart/full_9821801PALFrontccc.jpg,Record of Agarest War,PS3,Role-Playing,Ghostlight,Compile Heart,,0.07,,0.03,0.03,0.01,2009-10-30, +/games/boxart/full_1811032JapanFrontccc.jpg,Summon Night,DS,Role-Playing,Banpresto,Flight-Plan,,0.07,,0.07,,,2008-04-24, +/games/boxart/full_8823873JapanFrontccc.jpg,Seiken Densetsu Collection,NS,Role-Playing,Square Enix,Square Enix,,0.07,,0.07,,,2017-06-01, +/games/boxart/4956971ccc.jpg,Worms Forts: Under Siege,XB,Strategy,Sega,Team17 Software,,0.07,0.05,,0.01,0,2005-03-15, +/games/boxart/full_8781654AmericaFrontccc.jpg,Divinity II: Ego Draconis,PC,Role-Playing,CDV Software Entertainment,Larian Studios,6.8,0.07,0.01,,0.05,0.01,2010-01-05, +/games/boxart/full_torchlight_4AmericaFront.jpg,Torchlight,PC,Role-Playing,Perfect World Entertainment,Runic Games,8.4,0.07,,,0.06,0.01,2009-10-27, +/games/boxart/full_3418167JapanFrontccc.jpg,Kenyuu Densetsu Yaiba,SNES,Role-Playing,Banpresto,Atelier Double,,0.07,,0.07,,0,1994-03-25, +/games/boxart/full_7347199JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky the 3rd,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.07,,0.07,,,2008-07-24,2018-12-25 +/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-the-3rd_483JapanFront.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.07,,0.07,,,2008-07-24, +/games/boxart/full_ragnarok-hikari-to-yami-no-koujo_626JapanFront.jpg,Ragnarok: Hikari to Yami no Koujo,PSP,Role-Playing,GungHo,GungHo,,0.07,0.02,0.05,,0.01,2012-11-06, +/games/boxart/9921773ccc.jpg,Full Spectrum Warrior: Ten Hammers,PS2,Strategy,THQ,Pandemic Studios,5.5,0.07,0.03,,0.02,0.01,2006-03-28, +/games/boxart/full_6114462AmericaFrontccc.jpg,Command & Conquer 3: Tiberium Wars,PC,Strategy,Electronic Arts,EA Los Angeles,,0.07,,,0.06,0.01,2007-03-26, +/games/boxart/full_9671203AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,3DS,Strategy,Activision,Way Forward Technologies,,0.07,0.05,,0.02,0.01,2014-06-24,2018-12-27 +/games/boxart/full_8881951AmericaFrontccc.jpg,Vanguard Bandits,PS,Strategy,Working Designs,S-Neo,6.4,0.07,0.04,,0.03,0,2000-04-29, +/games/boxart/232836ccc.jpg,Battlezone: Rise of the Black Dogs,N64,Strategy,Crave Entertainment,Climax Group,7.3,0.07,0.06,,0.01,0,2000-03-30, +/games/boxart/full_2448788JapanFrontccc.jpg,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PS3,Strategy,Namco Bandai Games,Banpresto,,0.07,,0.07,,,2013-08-22,2018-12-28 +/games/boxart/1783450ccc.jpg,Army Men: RTS,GC,Strategy,Global Star Software,Pandemic Studios,6.9,0.07,0.05,,0.01,0,2004-11-02, +/games/boxart/2099407ccc.jpg,Future Tactics: The Uprising,PS2,Strategy,Crave Entertainment,Zed Two Limited,,0.07,0.03,,0.03,0.01,2004-05-10, +/games/boxart/full_nobunaga-no-yabou-tendou-with-power-up-kit_76JapanFront.jpg,Nobunaga no Yabou: Tendou with Power-Up Kit,PS3,Strategy,Tecmo Koei,Tecmo Koei Games,,0.07,,0.07,,,2011-05-26, +/games/boxart/3497098ccc.jpg,Worms 3D,GC,Strategy,Acclaim Entertainment,Team17 Software,7.5,0.07,0.05,,0.01,0,2004-03-11, +/games/boxart/full_5688299AmericaFrontccc.png,MotorStorm RC,PSV,Racing,Sony Computer Entertainment,Evolution Studios,8.1,0.07,,,0.05,0.01,2012-03-06,2019-07-17 +/games/boxart/full_269931AmericaFrontccc.jpg,Operation Darkness,X360,Role-Playing,Atlus,Success,,0.07,0.07,,,0.01,2008-06-24, +/games/boxart/full_3307473AmericaFrontccc.jpg,Criminal Girls: Invite Only,PSV,Role-Playing,NIS America,Nippon Ichi Software,,0.07,0.01,0.04,0.01,0.01,2015-02-03,2018-12-29 +/games/boxart/full_8598630JapanFrontccc.jpg,Wizardry: Llylgamyn Saga,PS,Role-Playing,Locus,Soliton,,0.07,,0.07,,0,1998-02-26, +/games/boxart/full_9693825AmericaFrontccc.jpg,God Wars: Future Past,PS4,Role-Playing,NIS America,Kadokawa Games,,0.07,0.03,0.02,0.01,0.01,2017-06-20,2018-09-17 +/games/boxart/full_3723368AmericaFrontccc.png,Magic Pengel: The Quest for Color,PS2,Role-Playing,Agetec,Garakuda Studio,,0.07,0.04,,0.03,0.01,2003-06-26, +/games/boxart/full_1257562JapanFrontccc.jpg,Mega Man Battle Network: Operation Shooting Star,DS,Role-Playing,Unknown,Capcom,,0.07,,0.07,,,, +/games/boxart/full_8781604AmericaFrontccc.jpg,The Witch and the Hundred Knight 2,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.07,0.03,0.03,,0.01,2018-03-27,2018-04-28 +/games/boxart/full_4443236JapanFrontccc.jpg,I am Setsuna,PS4,Role-Playing,Square Enix,Tokyo RPG Factory,,0.07,,0.07,,,2016-10-01,2018-07-04 +/games/boxart/full_3662996JapanFrontccc.jpg,WRC 7,PS4,Racing,Bigben Interactive,Kylotonn Entertainment,,0.07,0.06,,,0.01,2017-10-03,2018-01-06 +/games/boxart/full_4097237AmericaFrontccc.jpg,Roogoo Attack!,DS,Puzzle,SouthPeak Interactive,SpiderMonk,,0.07,0.07,,,0.01,2009-06-30, +/games/boxart/full_3449191AmericaFrontccc.jpg,Overlord: Minions,DS,Puzzle,Codemasters,Triumph Studios,,0.07,0.07,,0,0.01,2009-06-23, +/games/boxart/full_2507855AmericaFrontccc.jpg,Roll Away,PS,Puzzle,Psygnosis,Game Design Sweden AB,,0.07,0.04,,0.03,0,1998-11-30, +/games/boxart/full_1613620JapanFrontccc.jpg,Gambler Densetsu Tetsuya,PS2,Adventure,Athena,Athena,,0.07,,0.07,,,2001-06-21, +/games/boxart/full_6452461AmericaFrontccc.jpg,"Flower, Sun, and Rain",DS,Adventure,Marvelous Interactive,High Horse Entertainment,5.7,0.07,0.06,,0,0.01,2009-06-15, +/games/boxart/7230318ccc.jpg,Lost in Blue 2,DS,Adventure,Konami,Konami Computer Entertainment Hawaii,,0.07,0.01,0.05,0.01,0,2007-03-20, +/games/boxart/2677386ccc.jpg,Obscure,PS2,Adventure,DreamCatcher Interactive,Hydravision Entertainment,6.8,0.07,0.03,,0.03,0.01,2005-04-06, +/games/boxart/full_2062117AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,PS3,Adventure,Focus Home Interactive,Frogwares,,0.07,0.03,,0.03,0.01,2014-09-30,2018-04-18 +/games/boxart/full_6234187AmericaFrontccc.jpg,Hello Neighbor: Hide & Seek,NS,Adventure,Gearbox Software,Dynamic Pixels,,0.07,0.06,,,0.01,2018-12-07,2018-09-22 +/games/boxart/full_1628390AmericaFrontccc.jpg,Hello Neighbor: Hide & Seek,PS4,Adventure,Gearbox Software,Dynamic Pixels,,0.07,0.05,,,0.01,2018-12-07,2018-09-22 +/games/boxart/full_943588AmericaFrontccc.jpg,Hello Neighbor: Hide & Seek,XOne,Adventure,Gearbox Software,Dynamic Pixels,,0.07,0.06,,,0.01,2018-12-07,2018-09-22 +/games/boxart/full_1005125AmericaFrontccc.jpg,Classic NES Series: Metroid,GBA,Adventure,Nintendo,Nintendo R&D1,5.2,0.07,,0.07,,,2004-10-25, +/games/boxart/382588ccc.jpg,Shadowgate 64: Trials of the Four Towers,N64,Adventure,Kemco,Infinite Ventures,5.4,0.07,0.06,,0.01,0,1999-05-31, +/games/boxart/full_9201952AmericaFrontccc.jpg,Freddi Fish: Kelp Seed Mystery,Wii,Adventure,Majesco,Mistic Studios,,0.07,0.06,,,0,2008-08-29, +/games/boxart/full_3261979AmericaFrontccc.jpeg,Minecraft: Story Mode,WiiU,Adventure,Mojang,Telltale Games,,0.07,0.04,,0.03,0.01,2016-12-13,2018-03-22 +/games/boxart/full_8779801JapanFrontccc.jpg,Yoake Yori Ruriiro na: Brighter than Dawning Blue,PS2,Adventure,Aria,ARIA,,0.07,,0.07,,,2006-12-07, +/games/boxart/full_crime-lab-body-of-evidence_0AmericaFront.jpg,Crime Lab: Body of Evidence,DS,Adventure,City Interactive,City Interactive,,0.07,0.05,,0.01,0,2010-10-05, +/games/boxart/full_1671887JapanFrontccc.jpg,Miracle Girls Festival,PSV,Music,Sega,Sega,,0.07,,0.07,,,2015-12-17,2018-09-21 +/games/boxart/full_hikaru-no-go-heian-gensou-ibunroku_10JapanFront.jpg,Hikaru no Go: Heian Gensou Ibunroku,PS,Adventure,Konami,Tenky,,0.07,,0.06,,0,2002-05-30, +/games/boxart/709277ccc.jpg,Lifeline,PS2,Adventure,Konami,Sony Computer Entertainment,,0.07,0.03,,0.03,0.01,2004-03-02, +/games/boxart/full_1614787AmericaFrontccc.jpg,Jake Power: Handyman,DS,Adventure,Ubisoft,Magic Pockets,,0.07,0.06,,0,0.01,2009-03-11, +/games/boxart/full_hakuouki-junsouroku_2JapanFront.jpg,Hakuouki: Junsouroku,PS3,Adventure,Aksys Games,Idea Factory,,0.07,0.03,0.03,,0.01,2014-05-06, +/games/boxart/4518725ccc.jpg,Ecco: The Tides of Time,GEN,Adventure,Sega,Novotrade International,,0.07,,0.07,,,1994-08-25, +/games/boxart/full_5508040JapanFrontccc.jpg,12-Sai. Honto no Kimochi,3DS,Adventure,Happinet,Happinet,,0.07,,0.07,,,2014-12-18,2018-07-28 +/games/boxart/full_226424AmericaFrontccc.jpg,Just Dance: Disney Party 2,X360,Music,Ubisoft,Ubisoft San Francisco,,0.07,0.06,,0.01,0.01,2015-10-20,2018-04-07 +/games/boxart/full_3745843AmericaFrontccc.jpg,Home Sweet Home (2017),PS4,Adventure,Mastiff,"YGGDRAZIL GROUP CO.,LTD",,0.07,0.05,,,0.01,2018-10-16,2019-01-03 +/games/boxart/full_1690879PALFrontccc.jpg,Broken Sword 5: The Serpent's Curse,PS4,Adventure,Unbalance,Revolution Software,,0.07,,,0.06,0.01,2019-04-26,2018-08-13 +/games/boxart/full_5298840JapanFrontccc.jpg,Higurashi no Naku Koro ni Matsuri: Kakera Asobi,PS2,Adventure,Alchemist,07th Expansion,,0.07,,0.07,,,2007-12-20, +/games/boxart/full_2940522JapanFrontccc.jpg,Suzumiya Haruhi no Gekidou,Wii,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.07,,0.07,,,2009-01-22, +/games/boxart/full_6319520AmericaFrontccc.jpeg,Steins;Gate 0,PS4,Adventure,PQube,5pb. Inc.,,0.07,,0.07,,,2016-11-29,2018-06-10 +/games/boxart/full_9599647AmericaFrontccc.jpg,Batman: A Telltale Game Series,X360,Adventure,Telltale Games,Telltale Games,,0.07,0.02,,0.05,0.01,2016-09-13,2018-04-16 +/games/boxart/full_4112984JapanFrontccc.jpg,Harukanaru Toki no Naka de 4,PS2,Adventure,KOEI,Koei,,0.07,,0.07,,,2008-06-19, +/games/boxart/full_1183257JapanFrontccc.jpg,GunParade Orchestra: Shiro no Shou,PS2,Adventure,Sony Computer Entertainment,Alfa System,,0.07,,0.07,,,2006-01-12, +/games/boxart/full_9215311AmericaFrontccc.jpg,Let's Ride! Dreamer,GBA,Adventure,THQ,Independent Arts,,0.07,0.05,,0.02,0,2006-03-10, +/games/boxart/full_chronicles-of-mystery-the-tree-of-life_958AmericaFront.jpg,Chronicles of Mystery: The Secret Tree of Life,DS,Adventure,City Interactive,City Interactive,,0.07,0.03,,0.04,0.01,2011-02-15, +/games/boxart/full_8921904JapanFrontccc.jpg,Hakuouki DS,DS,Adventure,Idea Factory,Idea Factory,,0.07,,0.07,,,2010-03-18, +/games/boxart/full_873478AmericaFrontccc.jpg,Again,DS,Adventure,KOEI,Cing,6,0.07,0.07,0,,0.01,2010-03-30, +/games/boxart/4246478ccc.jpg,Galerians: Ash,PS2,Adventure,Sammy Corporation,Polygon Magic,,0.07,0.03,,0.03,0.01,2003-02-03, +/games/boxart/full_8233924AmericaFrontccc.jpg,The Book of Unwritten Tales 2,PS4,Adventure,Nordic Games,KING Art Games,,0.07,,,0.06,0.01,2015-09-18,2018-12-17 +/games/boxart/full_1875986AmericaFrontccc.jpg,The Walking Dead: A Telltale Series Collection,PS4,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.07,0.06,,,0.01,2017-12-05, +/games/boxart/full_7407598AmericaFrontccc.jpg,Zumba Fitness Core,Wii,Music,Majesco Entertainment,Zoe Mode,,0.07,,,0.06,0,2012-10-16,2018-12-28 +/games/boxart/full_3329088AmericaFrontccc.jpg,The Voice,PS3,Music,Activision,Zoe Mode,,0.07,0.06,,,0.01,2014-10-21,2018-03-16 +/games/boxart/full_vampire-knight-ds_3JapanFront.jpg,Vampire Knight DS,DS,Adventure,D3 Publisher,D3 Publisher,,0.07,,0.07,,,2009-01-29, +/games/boxart/full_8060726AmericaFrontccc.jpg,Vampire Legends: Power of Three,DS,Adventure,THQ,Smack Down Productions SARL,,0.07,0.07,,,0.01,2010-06-29, +/games/boxart/8940263ccc.jpg,Second Sight,XB,Adventure,Codemasters,Free Radical Design,7.8,0.07,0.05,,0.02,0,2004-09-21, +/games/boxart/full_8501714JapanFrontccc.jpg,NOëL: La Neige,PS,Adventure,Pioneer LDC,Pioneer LDC,,0.07,,0.07,,0,1998-02-26, +/games/boxart/full_6089919AmericaFrontccc.jpg,Just Dance 2019,X360,Music,Ubisoft,Ubisoft Paris,,0.07,0.05,,0.01,0.01,2018-10-23,2018-09-28 +/games/boxart/full_8915209AmericaFrontccc.jpg,Just Dance 2018,PS3,Music,Ubisoft,Ubisoft Paris,,0.07,0.02,,0.03,0.01,2017-10-24,2018-04-06 +/games/boxart/full_4523742AmericaFrontccc.jpg,Tomb Raider: Legend,DS,Adventure,Eidos Interactive,Crystal Dynamics,6.5,0.07,0.04,,0.02,0.01,2006-11-14, +/games/boxart/full_4335881JapanFrontccc.jpg,Higurashi no Nakukoru ni Kizuna: Dai-Ichi-Kan - Tatari,DS,Adventure,Alchemist,Alchemist,,0.07,,0.07,,,2008-06-26, +/games/boxart/full_8525080AmericaFrontccc.jpg,Subnautica,XOne,Adventure,Gearbox Software,Unknown Worlds Entertainment,,0.07,0.06,,,0.01,2018-12-04,2018-07-16 +/games/boxart/full_7226489JapanFrontccc.jpg,Hakuouki: Yuugi Roku,PSP,Adventure,Idea Factory,Idea Factory,,0.07,,0.07,,,2010-05-13, +/games/boxart/7203635ccc.jpg,Agatha Christie: And Then There Were None,Wii,Adventure,The Adventure Company,AWE Games,,0.07,0.06,,0.01,0.01,2008-02-25, +/games/boxart/7670966ccc.jpg,Myst,PS,Adventure,Psygnosis,Alfa System,,0.07,,0.07,,0,1996-09-30, +/games/boxart/full_boku-no-natsuyasumi-portable-2-nazo-nazo-shimai-to-chinbotsusen-no-himitsu_1JapanFront.jpg,Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu,PSP,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.07,,0.07,,,2010-06-24, +/games/boxart/full_8874081AmericaFrontccc.jpg,Animal Kingdom: Wildlife Expedition,Wii,Adventure,Natsume,Natsume,,0.07,0.07,,,0.01,2009-09-22, +/games/boxart/full_5178313JapanFrontccc.jpg,Real Sound: Kaze no Riguretto,SAT,Adventure,Warp,Warp,,0.07,,0.07,,0,1997-07-18, +/games/boxart/full_8342191AmericaFrontccc.jpg,Batman: A Telltale Game Series,XOne,Adventure,Telltale Games,Telltale Games,,0.07,0.06,,0.01,0.01,2016-09-13,2018-04-16 +/games/boxart/8343599ccc.gif,Still Life,XB,Adventure,The Adventure Company,Microids,,0.07,0.05,,0.02,0,2005-06-06, +/games/boxart/full_435934JapanFrontccc.jpg,Haikyuu!! Tsunage! Itadaki no Keshiki!!,3DS,Adventure,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2014-09-25,2018-12-20 +/games/boxart/1567347ccc.jpg,Beyond Good & Evil,GC,Adventure,Ubisoft,Ubisoft Montpellier,,0.07,0.06,,0.01,0,2003-12-11, +/games/boxart/7275165ccc.gif,CSI: Dark Motives,DS,Adventure,Ubisoft,Powerhead Games,,0.07,0.05,,0.01,0.01,2007-11-20, +/games/boxart/full_6998738JapanFrontccc.jpg,Lupin Sansei: Shijou Saidai no Zunousen,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2010-02-11, +/games/boxart/full_7272605AmericaFrontccc.jpg,Chaos;Child,PSV,Visual Novel,PQube,5pb. Inc.,,0.07,,0.07,0,0,2017-10-24,2019-03-24 +/games/boxart/full_79286AmericaFrontccc.png,The Silver Case,PS4,Visual Novel,NIS America,Grasshopper Manufacture,,0.07,0.05,0.01,,0.01,2017-04-18,2018-09-11 +/games/boxart/full_8342408JapanFrontccc.jpg,I Don't Have Many Friends Portable,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.07,,0.07,,,2012-02-23,2018-12-27 +/games/boxart/full_3349755JapanFrontccc.jpg,Tokimeki Memorial Girl's Side Premium: 3rd Story,PSP,Visual Novel,Konami Digital Entertainment,Konami,,0.07,,0.07,,,2012-03-15,2018-12-19 +/games/boxart/full_3489189JapanFrontccc.jpg,Lucian Bee's: Justice Yellow / Evil Violet,PS2,Visual Novel,5pb,HuneX,,0.07,,0.07,,,2010-05-20,2018-12-19 +/games/boxart/full_5577289AmericaFrontccc.jpg,Tokyo Twilight Ghost Hunters,PS3,Visual Novel,Aksys Games,Toybox Games,,0.07,0.03,0.02,0,0.01,2015-03-10,2018-12-02 +/games/boxart/full_6421319JapanFrontccc.jpg,Fairy Tail: Zelef Kakusei,PSP,Fighting,Konami,Konami,,0.07,,0.07,,,2012-03-22,2018-12-28 +/games/boxart/7903172ccc.jpg,Tom and Jerry in War of the Whiskers,GC,Fighting,NewKidCo,VIS Entertainment,,0.07,0.05,,0.01,0,2003-01-04, +/games/boxart/full_2703883AmericaFrontccc.jpg,Street Fighter V,PC,Fighting,Capcom,Capcom,,0.07,0,,0.06,0,2016-02-16, +/games/boxart/full_4489495AmericaFrontccc.jpg,BlazBlue: Cross Tag Battle,NS,Fighting,Arc System Works,Arc System Works,8,0.07,0.04,0.01,0.01,0.01,2018-06-05,2018-06-06 +/games/boxart/full_6466098AmericaFrontccc.jpg,McFarlane's Evil Prophecy,PS2,Action,Konami,Konami,,0.07,0.03,,0.03,0.01,2004-06-15, +/games/boxart/full_8278773AmericaFrontccc.jpg,Legends of Wrestling II,GBA,Fighting,Acclaim Entertainment,Powerhead Games,,0.07,0.05,,0.02,0,2002-11-25, +/games/boxart/745968ccc.jpg,Fatal Fury: Battle Archives Volume 2,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.07,0.03,,0.03,0.01,2008-04-08, +/games/boxart/full_2513213JapanFrontccc.jpg,Super Robot Spirits,N64,Fighting,Banpresto,Vertex,,0.07,,0.04,,0.03,1998-07-17, +/games/boxart/2822291ccc.jpg,Teenage Mutant Ninja Turtles: Tournament Fighters,NES,Fighting,Konami,Konami,,0.07,0.04,0.02,0.01,,1994-02-01, +/games/boxart/full_cartoon-network-punch-time-explosion_254AmericaFront.jpg,Cartoon Network: Punch Time Explosion XL,PS3,Fighting,Crave Entertainment,Papaya Studios,,0.07,0.06,,,0.01,2011-11-08, +/games/boxart/full_2307700AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,XOne,Fighting,Capcom,Capcom,,0.07,0.05,,0.01,0.01,2018-05-29,2018-11-07 +/games/boxart/full_4447644AmericaFrontccc.jpg,Dragon Ball Z: Battle of Z,X360,Fighting,Namco Bandai Games,ArtDink,,0.07,0.01,0,0.05,0,2014-01-28,2018-10-18 +/games/boxart/full_ultimate-marvel-vs-capcom-3_212AmericaFront.jpg,Ultimate Marvel vs. Capcom 3,X360,Fighting,Capcom,Capcom,8.3,0.07,,0.04,0.03,0,2011-11-15, +/games/boxart/full_2112595JapanFrontccc.jpg,Naruto Shippuuden: Gekitou Ninja Taisen! EX 3,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.07,,0.07,,,2008-11-27, +/games/boxart/full_296437AmericaFrontccc.jpg,Boxing,PS,Fighting,Agetec,A1 Games,5.9,0.07,0.04,,0.03,0,2001-05-14, +/games/boxart/full_1532943AmericaFrontccc.jpg,My Fun Facts Coach,DS,Misc,Ubisoft,Ubisoft,,0.07,0.07,,,0.01,2008-12-02, +/games/boxart/full_8470930JapanFrontccc.jpg,The Idolm@ster: Live for You!,X360,Misc,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2008-02-28, +/games/boxart/full_4796951AmericaFrontccc.jpg,Learn Geography,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.07,0.07,,,0.01,2009-12-27, +/games/boxart/full_3722363JapanFrontccc.jpg,J Legend Retsuden,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2013-11-07,2018-12-19 +/games/boxart/full_1524483AmericaFrontccc.jpg,Pong / Asteroids / Yars' Revenge,GBA,Misc,DSI Games,DSI Games,,0.07,0.05,,0.02,0,2005-08-21, +/games/boxart/full_rock-band-country-track-pack-2_75AmericaFront.jpg,Rock Band Country Track Pack 2,PS3,Misc,MTV Games,Harmonix Music Systems,,0.07,0.07,,,0.01,2011-02-01, +/games/boxart/full_1788492JapanFrontccc.jpg,Parlor! Mini 2,SNES,Misc,Nippon Telenet,Nippon Telenet,,0.07,,0.07,,,1996-06-28, +/games/boxart/full_moxie-girlz_356AmericaFront.jpg,Moxie Girlz,DS,Misc,GameMill,1st Playable,,0.07,0.07,,,0.01,2011-10-11, +/games/boxart/full_5704725JapanFrontccc.jpg,Magi: The Labyrinth of Beginning,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2013-02-21,2018-12-27 +/games/boxart/full_1619384AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,X360,Misc,MTV Games,Harmonix Music Systems,,0.07,0.07,,,0.01,2009-05-19, +/games/boxart/full_9156699AmericaFrontccc.jpg,Midway Arcade Treasures 3,GC,Misc,Midway Games,Digital Eclipse,6.1,0.07,0.05,,0.01,0,2005-10-26, +/games/boxart/2478865ccc.jpg,Ultimate Board Game Collection,PSP,Misc,Valcon Games,Jack of All Games,,0.07,0.06,,0,0.01,2007-05-01, +/games/boxart/full_579081JapanFrontccc.jpg,Mahjong Fight Club DS: Wi-Fi Taiou,DS,Misc,Konami,Konami,,0.07,,0.07,,,2006-12-07, +/games/boxart/full_emily-the-strange-strangerous_286AmericaFront.jpg,Emily the Strange: Strangerous,DS,Action,Conspiracy Entertainment,Tri Synergy,,0.07,0.04,,0.03,0.01,2011-05-24, +/games/boxart/full_3610133JapanFrontccc.jpg,Hoppechan: Minna de Odekake! Waku Waku Hoppe Land!!,3DS,Action,Nippon Columbia,Nippon Columbia,,0.07,,0.07,,,2014-07-17,2018-08-03 +/games/boxart/full_6011171AmericaFrontccc.jpg,Kung Fu Panda: Legendary Warriors,Wii,Action,Activision,Artificial Mind and Movement,,0.07,0.07,,0,0.01,2008-11-05, +/games/boxart/full_3047403AmericaFrontccc.jpg,The Croods: Prehistoric Party!,Wii,Action,D3Publisher,Torus Games Pty. Ltd.,,0.07,0.01,,0.06,0,2013-03-19,2018-12-14 +/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011-ketteiban_572JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PS3,Action,Konami,Unknown,,0.07,,0.07,,,2011-12-22, +/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_3AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,X360,Action,Warner Bros. Interactive,Krome Studios,,0.07,0.06,,0.01,0.01,2010-09-14, +/games/boxart/full_4601006AmericaFrontccc.jpg,Resident Evil 5,PS4,Action,Capcom,Capcom,,0.07,0.05,0.01,,0.01,2016-07-12,2018-09-04 +/games/boxart/full_774563JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Flame Rumble Mukuro Kyoushuu,DS,Fighting,Takara Tomy,Takara Tomy,,0.06,,0.06,,,2007-06-28, +/games/boxart/4239481ccc.jpg,Flipnic: Ultimate Pinball,PS2,Misc,Capcom,Sony Computer Entertainment,,0.06,0.03,,0.02,0.01,2005-07-13, +/games/boxart/full_eigo-de-tabisuru-little-charo_217JapanFront.jpg,Eigo de Tabisuru: Little Charo,DS,Misc,Nintendo,Nintendo,,0.06,,0.06,,,2011-01-20, +/games/boxart/9087201ccc.jpg,Virtual Chess 64,N64,Misc,Titus,Titus Software,,0.06,0.05,,0.01,0,1998-06-10, +/games/boxart/full_5870552JapanFrontccc.jpg,Smile PreCure! Let's Go! Marchen World,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2012-08-02,2019-01-03 +/games/boxart/full_5750417AmericaFrontccc.jpg,I Love Beauty: Hollywood Makeover,DS,Misc,City Interactive,City Interactive,,0.06,0.06,,,0,2009-05-20, +/games/boxart/full_604503JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS3 Deluxe,DS,Misc,Rocket Company,Rocket Company,,0.06,,0.06,,,2009-04-09, +/games/boxart/full_6640290JapanFrontccc.jpg,Minna no DS Seminar: Kanpeki Eitango Ryoku,DS,Misc,TDK Core,TDK Core,,0.06,,0.06,,,2006-07-20, +/games/boxart/full_create_0AmericaFront.jpg,Create,PC,Misc,Electronic Arts,EA Bright Light,6,0.06,0.04,,0.01,0,2010-11-16, +/games/boxart/full_6636965AmericaFrontccc.jpg,Hasbro Family Fun Pack Conquest Edition,XOne,Misc,Ubisoft,Ubisoft,,0.06,0.05,,,0.01,2016-11-15, +/games/boxart/7382566ccc.gif,World Series of Poker 2008: Battle for the Bracelets,DS,Misc,Activision,Farmind Ltd,,0.06,0.05,,0,0,2007-11-06, +/games/boxart/full_15564AmericaFrontccc.jpg,Smart Boy's Toys Club,DS,Misc,UFO Interactive,Starfish Inc.,,0.06,0.06,,0,0,2008-10-15, +/games/boxart/full_2683023AmericaFrontccc.jpg,Cold Stone Creamery: Scoop It Up,Wii,Misc,Zoo Games,Zoo Games,,0.06,0.06,,,0,2009-12-22, +/games/boxart/full_7511553JapanFrontccc.jpg,Melty Blood: Actress Again,PS2,Fighting,Ecole,Ecole Software,,0.06,,0.06,,,2009-08-20, +/games/boxart/full_4592573JapanFrontccc.jpg,Kamen Rider: Super Climax Heroes,PSP,Fighting,Namco Bandai Games,Eighting,,0.06,,0.06,,,2012-11-29,2018-12-02 +/games/boxart/full_3464231JapanFrontccc.jpg,All Kamen Rider: Rider Generation 2,PSP,Fighting,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2012-08-02,2018-11-23 +/games/boxart/3437676ccc.jpg,Showtime Championship Boxing,Wii,Fighting,DSI Games,Nikitova Games,,0.06,0.06,,0,0,2007-12-13, +/games/boxart/full_7969813AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus,PS2,Fighting,Aksys Games,Arc System Works,,0.06,0.03,,0.02,0.01,2009-04-07, +/games/boxart/full_9992372AmericaFrontccc.jpg,Shonen Jump's One Piece: Grand Battle,GC,Fighting,Namco Bandai,Ganbarion,,0.06,0.05,,0.01,0,2005-09-07, +/games/boxart/full_naruto-shippuden-gekitou-ninja-taisen-special_440JapanFront.jpg,Naruto Shippuden: Gekitou Ninja Taisen Special,Wii,Fighting,Takara Tomy,Eighting,,0.06,,0.06,,,2010-12-02, +/games/boxart/full_2836533JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken F - Seikimatsu Kyuuseishu Densetsu,PS3,Fighting,Sega,Sammy Studios,,0.06,,0.06,,,2012-05-31,2019-01-03 +/games/boxart/full_2927592AmericaFrontccc.jpg,Zero Divide,PS,Fighting,Time Warner Interactive,Zoom Inc.,,0.06,0.03,,0.02,0,1995-08-24, +/games/boxart/2090593ccc.jpg,Marvel Super Heroes,SAT,Fighting,Capcom,Capcom,,0.06,,0.06,,0,1997-09-29, +/games/boxart/full_2724630JapanFrontccc.jpg,Gintama no Sugoroku,PSP,Misc,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2013-01-24,2019-01-03 +/games/boxart/full_7812876JapanFrontccc.jpg,Meitantei Conan: Tantei Ryoku Trainer,DS,Misc,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2007-04-05, +/games/boxart/full_8351740AmericaFrontccc.jpg,Atari Flashback Classics: Volume 2,XOne,Misc,Atari,Atari,,0.06,0.05,,,0.01,2016-10-12,2018-06-27 +/games/boxart/full_31038JapanFrontccc.jpg,Genkai Tokki Monster Monpiece,PSV,Misc,Idea Factory,Compile Heart,,0.06,,0.06,,,2014-05-27,2018-12-29 +/games/boxart/full_465399JapanFrontccc.jpg,Game Center CX: 3-Choume no Arino,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2014-03-20,2019-01-03 +/games/boxart/5150144ccc.gif,World Poker Tour,XB,Misc,2K Sports,2K Sports,,0.06,0.05,,0.01,0,2005-10-18, +/games/boxart/full_super-mah-jong-2_733JapanFront.jpg,Super Mahjong 2: Honkaku 4Jin Uchi,SNES,Misc,Imax,I'Max,,0.06,,0.06,,0,1993-12-02, +/games/boxart/full_popn-music-portable-2_323JapanFront.jpg,Pop'n Music Portable 2,PSP,Misc,Konami,Konami,,0.06,,0.06,,,2011-11-23, +/games/boxart/full_ico_581JapanFront.jpg,ICO,PS3,Adventure,Sony Computer Entertainment,Bluepoint Games,,0.06,,0.06,,,2011-09-22, +/games/boxart/full_3179985JapanFrontccc.jpg,D.C. II P.S.: Da Capo II Plus Situation,PS2,Adventure,Kadokawa Shoten,Circus,,0.06,,0.06,,,2008-05-29, +/games/boxart/full_5185061JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Banchou Portable,PSP,Misc,Daito,Daito,,0.06,,0.06,,,2006-03-02, +/games/boxart/2157442ccc.jpg,Muppets Party Cruise,PS2,Misc,TDK Mediactive,Mass Media,,0.06,0.03,,0.02,0.01,2003-11-13, +/games/boxart/full_1836281JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Portable Vol. 1: Shinseiki Evangelion - Tamashii no Kiseki,PSP,Misc,D3 Publisher,Bisty,,0.06,,0.06,,,2010-06-03, +/games/boxart/full_1325439AmericaFrontccc.jpg,The Document of Metal Gear Solid 2,PS2,Misc,Konami,Konami Computer Entertainment Japan,,0.06,0.03,,0.02,0.01,2002-09-24, +/games/boxart/full_2362817AmericaFrontccc.jpg,Birthdays the Beginning,PS4,Misc,NIS America,Arc System Works,,0.06,0.05,0,,0.01,2017-05-09,2018-03-04 +/games/boxart/full_4561814AmericaFrontccc.jpg,Atari Flashback Classics: Volume 1,XOne,Misc,Atari,Atari,,0.06,0.06,,,0.01,2016-10-12, +/games/boxart/full_6186689JapanFrontccc.jpg,Policenauts,3DO,Adventure,Konami,Konami,,0.06,,0.06,,,1995-09-29, +/games/boxart/full_360340AmericaFrontccc.jpg,Outcast: Second Contact,PS4,Adventure,Maximum Games,Bigben Interactive,,0.06,0.05,,,0.01,2017-11-14,2018-09-12 +/games/boxart/full_7645884AmericaFrontccc.jpg,Rooms: The Main Building,Wii,Adventure,Hudson Soft,Hudson Soft,7,0.06,0.05,,,0,2010-03-23, +/games/boxart/6777753ccc.jpg,Myst III: Exile,XB,Adventure,Ubisoft,Presto Studios,,0.06,0.04,,0.01,0,2002-09-22, +/games/boxart/full_vitamin-x-to-z_729JapanFront.jpg,Vitamin X to Z,PSP,Adventure,D3 Publisher,HuneX,,0.06,,0.06,,,2011-02-24, +/games/boxart/full_gormiti-the-lords-of-nature_9AmericaFront.jpg,Gormiti: The Lords of Nature!,DS,Adventure,Konami,Climax Group,,0.06,0.05,,0,0,2010-09-21, +/games/boxart/3713017ccc.jpg,Winx Club: Mission Enchantix,DS,Adventure,Konami,Konami,,0.06,0.03,,0.02,0,2008-11-25, +/games/boxart/full_3290772AmericaFrontccc.jpg,Foster's Home for Imaginary Friends: Imagination Invaders,DS,Adventure,Midway Games,Sensory Sweep,,0.06,0.06,,,0,2007-11-12, +/games/boxart/full_monkey-island-special-edition-collection_790PALFront.jpg,Monkey Island: Special Edition Collection,X360,Adventure,Activision,LucasArts,,0.06,,,0.05,0.01,2011-09-09, +/games/boxart/full_4993554AmericaFrontccc.jpg,King's Quest: The Complete Collection,PS4,Adventure,Activision,The Odd Gentlemen,,0.06,0.05,,,0.01,2016-10-24,2018-12-18 +/games/boxart/full_4148458AmericaFrontccc.jpg,Broken Sword II: The Smoking Mirror,PS,Adventure,Crave Entertainment,Revolution Software,7.3,0.06,0.03,,0.02,0,1999-11-14, +/games/boxart/5932706ccc.jpg,Myst,SAT,Adventure,Acclaim Entertainment,SunSoft,,0.06,,0.06,,0,1995-01-01, +/games/boxart/default.jpg,Toaru Kagaku no Chou Denjihou,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.06,,0.06,,,2011-12-08, +/games/boxart/full_3307193JapanFrontccc.jpg,Angelique Trois,PS2,Adventure,KOEI,Koei/Inis,,0.06,,0.06,,,2000-11-22, +/games/boxart/full_6657484JapanFrontccc.jpg,KimiKiss (ebKore+),PS2,Adventure,Enterbrain,Enterbrain,,0.06,,0.06,,,2008-02-14, +/games/boxart/full_4285428AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,PS4,Adventure,Telltale Games,Telltale Games,,0.06,0.05,,,0.01,2015-11-17,2018-03-12 +/games/boxart/3138394ccc.jpg,Sprung - A Game Where Everyone Scores,DS,Adventure,Ubisoft,Guillemot Inc,,0.06,0.06,,0,0,2004-12-08, +/games/boxart/full_meitantei-conan-aoki-houseki-no-rinbukyoku_523JapanFront.jpg,Meitantei Conan: Aoki Houseki no Rinbukyoku,DS,Adventure,Namco Bandai,Namco Bandai Games,,0.06,,0.06,,,2011-04-21, +/games/boxart/5184726ccc.jpg,Insecticide,DS,Adventure,Gamecock,"Crackpot Entertainment / Creat Studios, Inc.",,0.06,0.06,,,0.01,2008-03-11, +/games/boxart/full_6677906AmericaFrontccc.jpg,Aven Colony,PS4,Strategy,Sold Out,Mothership Entertainment,,0.06,0.04,,0.01,0.01,2017-08-01,2018-06-25 +/games/boxart/full_2416163JapanFrontccc.jpg,Nobunaga?s Ambition: Sphere of Influence ? Ascension,PSV,Strategy,Tecmo Koei,Koei Tecmo Games,,0.06,,0.06,,,2016-03-24,2018-07-30 +/games/boxart/full_9591326PALFrontccc.jpg,A-Train 6,PS2,Strategy,Midas Interactive Entertainment,ArtDink,,0.06,,0.06,,,2004-03-19, +/games/boxart/full_7563554AmericaFrontccc.jpg,Grand Ages: Medieval,PC,Strategy,Kalypso Media,Gaming Minds Studios,,0.06,,,0.05,0,2015-09-29,2018-09-22 +/games/boxart/5382144ccc.jpg,Amazing Island,GC,Strategy,Sega,Hitmaker,7.1,0.06,0.04,,0.01,0,2004-08-25, +/games/boxart/full_6821013AmericaFrontccc.jpg,Impact Racing,PS,Racing,Acclaim Entertainment,Funcom,,0.06,0.03,,0.02,0,1996-09-30, +/games/boxart/full_5762907PALFrontccc.jpg,Ride,PS3,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.06,,0.01,0.03,0.01,2015-06-23,2018-04-24 +/games/boxart/full_6030739AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,PS4,Racing,Bigben Interactive,Kylotonn Entertainment,,0.06,,,0.05,0.01,2015-11-24,2018-04-24 +/games/boxart/full_8636348AmericaFrontccc.jpg,V-Rally 3,PS2,Racing,Atari,Eden Studios,,0.06,0.03,,0.02,0.01,2002-10-22, +/games/boxart/full_6680509AmericaFrontccc.jpg,PenPen TriIceLon,DC,Racing,Infogrames,Team Land Ho!,5.8,0.06,,0.06,,0,1999-09-09, +/games/boxart/full_sbk-2011-fim-superbike-world-championship_883PALFront.jpg,SBK 2011: FIM Superbike World Championship,X360,Racing,Black Bean Games,Milestone S.r.l,,0.06,,,0.05,0.01,2011-05-11, +/games/boxart/full_6104117JapanFrontccc.jpg,Kanon,DC,Adventure,NEC Interchannel,Key,,0.06,,0.06,,,2000-09-14, +/games/boxart/full_6924977JapanFrontccc.jpg,Akagawa Jirou Mystery: Yasoukyoku - Hon ni Manekareta Satsujin,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.06,,0.06,,,2008-02-28, +/games/boxart/full_6772228JapanFrontccc.jpg,Gintama Ranbu,PS4,Action,Bandai Namco Games,Bandai Namco Games,,0.06,,0.06,,,2018-01-18,2018-01-24 +/games/boxart/1087072ccc.jpg,Samurai Jack: The Shadow of Aku,PS2,Action,Sega,Adrenium,,0.06,0.03,,0.02,0.01,2004-03-24, +/games/boxart/7153336ccc.jpg,Constantine,XB,Action,THQ,Bits Studios,,0.06,0.04,,0.01,0,2005-02-14, +/games/boxart/full_4714416AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,PS4,Action,GameMill Entertainment,Magic Pockets,1.5,0.06,0.05,,,0.01,2016-11-08,2020-09-25 +/games/boxart/9783858ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,GC,Action,Ubisoft,Ubisoft Montreal,5.6,0.06,0.04,,0.01,0,2006-10-26, +/games/boxart/full_6325860AmericaFrontccc.jpg,Monster High: New Ghoul in School,3DS,Action,Little Orbit,Torus Games,,0.06,,,0.05,0,2015-10-27,2019-01-19 +/games/boxart/7747570ccc.jpg,Worms Blast,GC,Puzzle,Ubisoft,Team17 Software,,0.06,0.05,,0.01,0,2002-10-24, +/games/boxart/full_8073159AmericaFrontccc.jpg,Final Fantasy XIV: Stormblood,PC,MMO,Square Enix,Square Enix,,0.06,0.04,,0.02,0.01,2017-06-20,2018-06-30 +/games/boxart/full_7690107AmericaFrontccc.jpg,Prinny: Can I Really Be The Hero? (US sales),PSP,Action,NIS America,Nippon Ichi Software,,0.06,0.06,,,,2009-02-17,2019-01-03 +/games/boxart/full_8055876JapanFrontccc.jpg,Samurai Warriors 4-II,PSV,Action,Tecmo Koei,Omega Force,,0.06,,0.06,,,2015-09-29,2018-05-02 +/games/boxart/full_9776867AmericaFrontccc.jpg,Playmobil Knights,DS,Action,DreamCatcher Interactive,Morgen Studios,,0.06,0.04,,0.01,0,2010-01-25, +/games/boxart/4645441ccc.jpg,Xiaolin Showdown,PSP,Action,Konami,BottleRocket Entertainment,,0.06,0.05,,0,0,2006-11-14, +/games/boxart/full_5689804AmericaFrontccc.jpg,Hi Hi Puffy AmiYumi: Kaznapped,GBA,Action,D3 Publisher,Altron,,0.06,0.04,,0.02,0,2005-11-20, +/games/boxart/9000947ccc.gif,Mercury Meltdown,PSP,Action,Ignition Entertainment,Ignition Banbury,,0.06,0.05,,0,0.01,2006-10-03, +/games/boxart/full_2594030PALFrontccc.jpg,Styx: Shards of Darkness,XOne,Action,Focus Home Interactive,Cyanide Studio,,0.06,0.05,,,0.01,2017-03-14,2018-01-06 +/games/boxart/full_warriors-legends-of-troy_904AmericaFront.jpg,Warriors: Legends of Troy,X360,Action,Tecmo Koei,Tecmo Koei Canada,,0.06,,0.01,0.04,0,2011-12-30, +/games/boxart/full_challenge-me-brain-puzzles-2_8AmericaFront.jpg,Challenge Me: Brain Puzzles 2,Wii,Puzzle,O-Games,O Games,,0.06,0,,0.05,0,2010-10-26, +/games/boxart/1022843ccc.gif,Zendoku,DS,Puzzle,Eidos Interactive,Zoonami Ltd.,,0.06,0.05,,0,0,2007-06-26, +/games/boxart/full_mighty-beanz-pocket-puzzles_986AmericaFront.jpg,Mighty Beanz: Pocket Puzzles,GBA,Puzzle,Majesco,Radius9,,0.06,0.04,,0.01,0,2004-06-07, +/games/boxart/full_2175235AmericaFrontccc.jpg,Roogoo Twisted Towers,Wii,Puzzle,SouthPeak Interactive,SpiderMonk,,0.06,0.05,,,0,2009-06-30, +/games/boxart/full_jewel-link-chronicles-mountains-of-madness_263PALFront.jpg,Jewel Link Chronicles: Mountains of Madness,DS,Puzzle,Unknown,Avanquest Software,,0.06,,,0.05,0.01,2012-02-08, +/games/boxart/7444071ccc.jpg,3D Lemmings,PS,Puzzle,Psygnosis,Clockwork Games,7,0.06,0.03,,0.02,0,1995-11-01, +/games/boxart/full_ivy-the-kiwi_9AmericaFront.jpg,Ivy the Kiwi?,Wii,Puzzle,Xseed Games,PROPE,7.5,0.06,0.04,,0.02,0,2010-08-24, +/games/boxart/full_421565AmericaFrontccc.jpg,Dig Dug: Digging Strike,DS,Puzzle,Namco,Namco,,0.06,0.05,,0,0,2005-10-18, +/games/boxart/3994009ccc.gif,Kurupoto Cool Cool Stars,DS,Action,UFO Interactive,Starfish SD,,0.06,0.06,,,0,2007-10-07, +/games/boxart/full_1876405JapanFrontccc.jpg,Luminous Arc Infinity,PSV,Action,Marvel Entertainment,Xseed Games,,0.06,,0.06,,,2015-08-06,2018-09-22 +/games/boxart/full_2839176AmericaFrontccc.jpg,Ittle Dew 2+,NS,Action,Nicalis,Ludosity AB,,0.06,0.06,,,0.01,2017-11-14,2019-02-16 +/games/boxart/default.jpg,Dynasty Warriors Vs,3DS,Action,KOEI,Koei,,0.06,,0.06,,,2012-03-15, +/games/boxart/full_4976499JapanFrontccc.jpg,Girls und Panzer: Dream Tank Match,PS4,Action,Bandai Namco Games,Bandai Namco Games,,0.06,,0.06,,,2018-02-22,2018-01-16 +/games/boxart/full_2200805AmericaFrontccc.jpg,Tonka Rescue Patrol,GC,Action,TDK Mediactive,TDK Mediactive,,0.06,0.05,,0.01,0,2003-11-18, +/games/boxart/full_generator-rex-agent-of-providence_76AmericaFront.jpg,Generator Rex: Agent of Providence,X360,Action,Activision,Virtuos,,0.06,0.05,,0.01,0.01,2011-11-01,2019-01-15 +/games/boxart/full_6861944JapanFrontccc.jpg,Kamen Rider: Battride War Genesis,PSV,Action,Namco Bandai Games,Unknown,,0.06,,0.06,,,2016-02-25, +/games/boxart/1191961ccc.gif,The Great Escape,XB,Action,Gotham Games,Pivotal Games,,0.06,0.05,,0.01,0,2008-07-23, +/games/boxart/full_8178642AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,XOne,Action,GameMill Entertainment,Magic Pockets,,0.06,0.05,,0.01,0.01,2016-11-08,2020-09-25 +/games/boxart/9699543ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,GBA,Action,Ubisoft,Ubisoft,,0.06,0.05,,0.02,0,2004-03-24, +/games/boxart/full_2398631AmericaFrontccc.jpg,Mystic Heroes,PS2,Action,KOEI,Koei,,0.06,0.03,,0.02,0.01,2002-11-24, +/games/boxart/full_7932345JapanFrontccc.jpg,Kamen Rider Kabuto,PS2,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2006-11-30, +/games/boxart/full_6609360JapanFrontccc.png,One Piece: Pirate Warriors 3 - Deluxe Edition,NS,Action,Bandai Namco Entertainment,Omega Force,8.5,0.06,,0.05,0.01,0,2018-05-11,2019-02-20 +/games/boxart/7648354ccc.gif,Viewtiful Joe: Red Hot Rumble,GC,Action,Capcom,Clover Studio,6.2,0.06,0.04,,0.01,0,2005-11-08, +/games/boxart/full_8434540AmericaFrontccc.png,Sine Mora EX,PS4,Action,THQ Nordic,Digital Reality,,0.06,0.03,,0.01,0.01,2017-08-08,2018-08-15 +/games/boxart/full_5975244JapanFrontccc.jpg,Cardfight!! Vanguard G: Stride to Victory!!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.06,,0.06,,,2016-01-14,2018-08-04 +/games/boxart/full_7950614AmericaFrontccc.jpg,Zoo Tycoon: Complete Collection,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,0.06,0.03,,0.02,0.01,2003-08-11, +/games/boxart/full_men-of-war-assault-squad_587AmericaFront.jpg,Men of War: Assault Squad,PC,Strategy,1C Company,Digitalmindsoft,8,0.06,0.01,,0.04,0.01,2011-02-25,2019-03-29 +/games/boxart/full_6442766AmericaFrontccc.jpg,Syndicate,PC,Strategy,Electronic Arts,Bullfrog Productions,,0.06,0,,0.05,0.01,1993-01-01, +/games/boxart/full_the-lord-of-the-rings-aragorns-quest_2AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PS2,Action,Warner Bros. Interactive,TT Fusion,,0.06,0.03,,0.02,0.01,2010-09-14, +/games/boxart/1877100ccc.jpg,BattleBots: Beyond the BattleBox,GBA,Action,Majesco,Cave Barn Studios,5.8,0.06,0.04,,0.01,0,2002-12-10, +/games/boxart/3266664ccc.jpg,Harry Potter and the Sorcerer's Stone,PC,Action,Electronic Arts,KnowWonder,,0.06,0.01,,0.04,0.01,2001-11-15, +/games/boxart/full_2175340AmericaFrontccc.jpg,Tiny Barbarian DX,NS,Action,Nicalis,Unknown,,0.06,0.05,,,0.01,2017-10-10,2019-02-20 +/games/boxart/full_7771247AmericaFrontccc.jpg,IHRA Professional Drag Racing 2005,XB,Racing,Bethesda Softworks,Bethesda Softworks,,0.06,0.04,,0.01,0,2004-11-08, +/games/boxart/full_6318163AmericaFrontccc.jpg,Tokyo Xtreme Racer Advance,GBA,Racing,Crave Entertainment,David A. Palmer Productions,,0.06,0.04,,0.02,0,2005-04-20, +/games/boxart/full_dreamworks-super-star-kartz_513AmericaFront.jpg,DreamWorks Super Star Kartz,X360,Racing,Activision,Activision,,0.06,0.05,,0.01,0.01,2011-11-15, +/games/boxart/full_6072673AmericaFrontccc.jpg,MX vs ATV Supercross Encore 2017 Track Edition,XOne,Racing,THQ Nordic,Rainbow Studios,,0.06,0.05,,,0.01,2017-01-04,2018-06-27 +/games/boxart/6032445ccc.jpg,Highway 2000,SAT,Racing,Natsume,Genki,,0.06,,0.06,,,1996-01-01, +/games/boxart/8894934ccc.jpg,Cocoto Kart Racer,Wii,Racing,Conspiracy Entertainment,Neko Entertainment,,0.06,0.06,,,0,2008-06-24, +/games/boxart/full_chevrolet-camaro-wild-ride_987AmericaFront.jpg,Chevrolet Camaro: Wild Ride,Wii,Racing,Storm City Games,Storm City Games,,0.06,0.06,,,0,2010-10-30, +/games/boxart/full_1839476AmericaFrontccc.jpg,MX vs ATV Supercross Encore 2017 Track Edition,PS4,Racing,THQ Nordic,Rainbow Studios,,0.06,0.05,,,0.01,2017-01-04,2018-06-27 +/games/boxart/full_mayhem-3d_839AmericaFront.jpg,Mayhem 3D,PS3,Racing,Evolved Games,Zoo Games,,0.06,0.05,,,0.01,2011-03-22, +/games/boxart/full_4069939PALFrontccc.jpg,F1 2015,PC,Racing,Codemasters,Codemasters Birmingham,,0.06,,,0.06,0,2015-07-21,2018-05-23 +/games/boxart/full_motogp-1011_703AmericaFront.jpg,MotoGP 10/11,X360,Racing,Capcom,Monumental Games,6,0.06,,,0.05,0.01,2011-03-15, +/games/boxart/full_1254467AmericaFrontccc.jpg,Penny Racers,N64,Racing,THQ,Locomotive Games,,0.06,0.05,,0.01,0,1999-02-10, +/games/boxart/full_4225662AmericaFrontccc.jpg,Polaris SnoCross,N64,Racing,Vatical Entertainment,Vicarious Visions,,0.06,0.05,,0.01,0,2000-12-27, +/games/boxart/9043732ccc.jpg,S.C.A.R.S,N64,Racing,Ubisoft,Vivid Image,,0.06,0.05,,0.01,0,1998-12-04, +/games/boxart/full_2458181AmericaFrontccc.jpg,Monster Garage,XB,Racing,Activision,Invictus Games Ltd,,0.06,0.05,,0.01,0,2004-11-03, +/games/boxart/full_5644324AmericaFrontccc.jpg,Speed,Wii,Racing,Zoo Games,Team6 Game Studio,,0.06,0.04,,0.02,0,2010-04-20, +/games/boxart/full_919834AmericaFrontccc.jpg,Age of Empires III: The Asian Dynasties,PC,Strategy,Microsoft Game Studios,Big Huge Games,,0.06,0,,0.05,0.01,2007-10-23, +/games/boxart/default.jpg,Cities XL 2012,PC,Strategy,Focus Home Interactive,Monte Cristo Multimedia,6,0.06,0.01,,0.05,0.01,2011-10-20, +/games/boxart/9488353ccc.gif,Panzer Tactics DS,DS,Strategy,Conspiracy Entertainment,Sproing,,0.06,0.06,,,0,2007-11-07, +/games/boxart/full_2480189JapanFrontccc.jpg,Nobunaga no Yabou: Souzou,PS4,Strategy,Tecmo Koei,Koei Tecmo Games,,0.06,,0.06,,,2014-02-22,2018-11-03 +/games/boxart/1253645ccc.gif,"Warhammer 40,000: Squad Command",DS,Strategy,THQ,RedLynx,,0.06,0.05,,0.01,0.01,2007-12-17, +/games/boxart/full_3455500AmericaFrontccc.jpg,Aven Colony,XOne,Strategy,Sold Out,Mothership Entertainment,,0.06,0.06,,,0.01,2017-08-01,2018-06-25 +/games/boxart/full_8273392AmericaFrontccc.jpg,Killer Loop,PS,Racing,Crave Entertainment,VCC Entertainment,,0.06,0.03,,0.02,0,1999-10-31, +/games/boxart/full_4470923AmericaFrontccc.jpg,Ford Racing 3,GBA,Racing,"Destination Software, Inc",Visual Impact,,0.06,0.04,,0.02,0,2005-11-03, +/games/boxart/9475311ccc.jpg,Adventures of Lolo,NES,Puzzle,HAL Laboratory,HAL Laboratory,,0.06,0.06,,,,1989-04-01, +/games/boxart/full_yuugen-gaisha-brave-company_957JapanFront.jpg,Yuugen Gaisha Brave Company,3DS,Strategy,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2011-10-27, +/games/boxart/full_8265251AmericaFrontccc.jpg,MX vs. ATV Supercross,X360,Racing,Nordic Games,Rainbow Studios,,0.06,0.03,,0.02,0.01,2014-10-28,2018-04-17 +/games/boxart/4276518ccc.jpg,Biker Mice From Mars,PS2,Racing,Game Factory,Creat Studio,,0.06,0.03,,0.02,0.01,2007-06-05, +/games/boxart/full_8529352AmericaFrontccc.jpg,MotoGP,GBA,Racing,THQ,Visual Impact,,0.06,0.04,,0.01,0,2002-03-08, +/games/boxart/full_8691753JapanFrontccc.jpg,Choro Q Marine: Q Boat,PS,Racing,Takara,Takara,,0.06,,0.05,,0,1998-06-25, +/games/boxart/full_imagine-resort-owner_355AmericaFront.jpg,Imagine: Resort Owner,DS,Strategy,Ubisoft,Ubisoft,,0.06,0.05,,0,0,2010-10-26, +/games/boxart/full_3764670AmericaFrontccc.jpg,Worms 3D,XB,Strategy,Sega,Team17 Software,,0.06,0.04,,0.01,0,2005-03-01, +/games/boxart/full_7136569JapanFrontccc.jpg,Arslan: The Warriors of Legend,PS3,Action,Tecmo Koei,Koei Tecmo Games,,0.06,,0.06,,,2016-02-09,2018-07-31 +/games/boxart/full_3140473PALFrontccc.jpg,Deformers,PS4,Action,Ready at Dawn,Ready at Dawn,,0.06,0.05,,,0.01,2017-04-21, +/games/boxart/full_tsumiki-block-drop-mania_74AmericaFront.jpg,Tsumiki: Block Drop Mania,DS,Action,SouthPeak Interactive,RED Entertainment,,0.06,0.05,,,0.01,2011-11-18, +/games/boxart/full_7904832JapanFrontccc.jpg,Magi: Aratanaru Sekai,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2014-02-14,2019-01-03 +/games/boxart/full_7251184AmericaFrontccc.png,Shiren The Wanderer: The Tower of Fortune and the Dice of Fate,PSV,Action,Aksys Games,"Chunsoft Co., Ltd.",,0.06,0.01,0.04,,0.01,2016-07-26,2018-09-22 +/games/boxart/full_3877522JapanFrontccc.jpg,Neon Genesis Evangelion,N64,Action,Bandai,Bandai,5.6,0.06,,0.06,,0,1999-06-25, +/games/boxart/full_6902429AmericaFrontccc.jpg,The Saboteur,PC,Action,Electronic Arts,Pandemic Studios,7.1,0.06,,,0.05,0.01,2009-12-08, +/games/boxart/full_6723169AmericaFrontccc.jpg,Gal Gun: Double Peace,PSV,Action,PQube,Inti Creates,,0.06,,0.01,0.03,0.01,2016-08-02,2018-03-04 +/games/boxart/8016391ccc.jpg,Brave: A Warrior's Tale,Wii,Action,SouthPeak Interactive,Collision Studios,4.7,0.06,0.05,,0,0,2009-08-04, +/games/boxart/full_2075663AmericaFrontccc.jpg,Broken Helix,PS,Action,Konami,Konami,,0.06,0.03,,0.02,0,1997-05-29, +/games/boxart/full_550192AmericaFrontccc.jpg,Okami HD,XOne,Action,Capcom,Clover Studio,,0.06,0.05,,,0.01,2017-12-12,2018-02-07 +/games/boxart/full_8245799AmericaFrontccc.jpg,Vampire Rain: Altered Species,PS3,Action,Ignition Entertainment,Artoon,3.5,0.06,0.05,0,0,0.01,2008-09-02, +/games/boxart/full_3894538AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,DS,Action,Konami,Konami,,0.06,0.05,,0,0,2005-11-01, +/games/boxart/full_2535210AmericaFrontccc.jpg,Jumper: Griffin's Story,X360,Action,Brash Entertainment,RedTribe Studios,,0.06,0.05,,0,0,2008-02-12, +/games/boxart/609301ccc.gif,Resident Evil - Code: Veronica X,GC,Action,Capcom,Capcom,5.6,0.06,0.05,,0.01,0,2003-12-03, +/games/boxart/6398091ccc.jpg,Trapt,PS2,Action,Tecmo,Paon Corporation,,0.06,0.03,,0.02,0.01,2005-11-01, +/games/boxart/7413595ccc.jpg,Disney's Magical Quest 2 Starring Mickey and Minnie,GBA,Action,Capcom,Capcom,5.6,0.06,0.05,,0.02,0,2003-11-12, +/games/boxart/full_2824693JapanFrontccc.jpg,Ikki Tousen: Xross Impact,PSP,Action,Marvelous Interactive,Marvelous Interactive,,0.06,,0.06,,,2010-04-28, +/games/boxart/full_6915272JapanFrontccc.jpg,Mitsukete! Keroro Gunsou: Machigai Sagashi Daisakusen de Arimasu!,DS,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2007-09-27, +/games/boxart/full_3170987JapanFrontccc.jpg,Ys vs. Sora no Kiseki: Alternative Saga,PSP,Action,Falcom Corporation,Nihon Falcom Corporation,,0.06,,0.06,,,2010-07-29, +/games/boxart/full_5992675AmericaFrontccc.jpg,Brave: A Warrior's Tale,X360,Action,SouthPeak Interactive,Collision Studios,4.4,0.06,0.05,,0.01,0,2009-08-04, +/games/boxart/full_2150021JapanFrontccc.jpg,Gegege no Kitarou: Youkai Daigekisen,DS,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-07-10, +/games/boxart/full_9610046AmericaFrontccc.jpg,G-Police: Weapons of Justice,PS,Action,Sony Computer Entertainment,Psygnosis,,0.06,0.03,,0.02,0,1999-09-24, +/games/boxart/full_2669690AmericaFrontccc.jpg,Azure Striker Gunvolt: Striker Pack,NS,Action,Nighthawk Interactive,Inti Creates,,0.06,0.03,0.01,0.01,0,2017-11-21,2018-01-11 +/games/boxart/full_6532044AmericaFrontccc.jpg,Crazy Chicken Tales,Wii,Action,Conspiracy Entertainment,Conspiracy Entertainment Corporation,,0.06,0.06,,,0,2009-12-01, +/games/boxart/full_2905424JapanFrontccc.jpg,Hagane no Renkinjutsushi - Fullmetal Alchemist: Yakusoku no Hi e,PSP,Action,Namco Bandai,Bec,,0.06,,0.06,,,2010-05-20, +/games/boxart/full_9610425JapanFrontccc.jpg,Famicom Mini: Balloon Fight,GBA,Action,Nintendo,Nintendo,,0.06,,0.06,,0,2004-05-21, +/games/boxart/full_5179112JapanFrontccc.jpg,Chou Gekijouban Keroro Gunsou 3: Tenkuu Daibouken de Arimasu!,DS,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-02-28,2018-04-21 +/games/boxart/6981065ccc.jpg,Fatal Frame,XB,Action,Tecmo,Tecmo,7.9,0.06,0.04,,0.01,0,2002-11-22, +/games/boxart/full_5940638AmericaFrontccc.png,Teenage Mutant Ninja Turtles II: Back from the Sewers,GB,Action,Konami,Konami,,0.06,,0.06,,,1991-12-01, +/games/boxart/full_x-men-destiny_421AmericaFront.jpg,X-Men: Destiny,DS,Action,Activision,Other Ocean Interactive,2,0.06,0.05,,0.01,0,2011-09-27, +/games/boxart/full_9174690AmericaFrontccc.jpg,Nights of Azure 2: Bride of the New Moon,NS,Action,Tecmo Koei,Gust,,0.06,0.02,0.01,0.02,0,2017-10-24,2018-09-06 +/games/boxart/full_2587424AmericaFrontccc.jpg,Di-Gata Defenders,DS,Role-Playing,Game Factory,Mystic Software,,0.06,0.06,,,0,2008-09-22, +/games/boxart/172801ccc.jpg,Atelier Iris 2: The Azoth Of Destiny,PS2,Role-Playing,NIS America,Gust,6.8,0.06,0.03,,0.02,0.01,2006-04-25, +/games/boxart/9431886ccc.jpg,From The Abyss,DS,Role-Playing,Aksys Games,Sonic Powered,7.3,0.06,0.06,,,0,2008-08-26, +/games/boxart/full_3837163AmericaFrontccc.jpeg,Wasteland 2,XOne,Role-Playing,Deep Silver,InXile Entertainment,,0.06,0.05,,0.01,0.01,2015-10-13, +/games/boxart/full_3991252JapanFrontccc.jpg,MeiQ no Chika Ni Shisu: A Maze to Eradicate Them All,PSV,Role-Playing,Idea Factory,Compile Heart,,0.06,0.02,0.02,0.01,0.01,2016-09-13,2018-09-22 +/games/boxart/full_6788076JapanFrontccc.jpg,Crayon Shin-chan: Arashi o Yobu Kasukabe Eiga Stars!,3DS,Role-Playing,Namco Bandai Games,Inti Creates,,0.06,,0.06,,,2014-04-10,2019-01-03 +/games/boxart/full_1630147JapanFrontccc.jpg,Zill O'll Infinite Plus,PSP,Role-Playing,KOEI,Koei,,0.06,,0.06,,,2009-01-22, +/games/boxart/full_539430AmericaFrontccc.jpg,Battle Chasers: Nightwar,PS4,Role-Playing,THQ Nordic,Airship Syndicate,,0.06,0.03,,0.02,0.01,2017-10-03,2018-09-22 +/games/boxart/full_4881349AmericaFrontccc.jpg,Stranger of Sword City,PSV,Role-Playing,NIS America,Experience Inc.,,0.06,0.04,,0.01,0.02,2016-04-26,2018-01-06 +/games/boxart/3522417ccc.jpg,Mega Man Battle Network 5: Double Team DS (US sales),DS,Role-Playing,Capcom,Capcom,,0.06,0.06,,,,2005-11-01, +/games/boxart/full_384345JapanFrontccc.jpg,Sword Art Online: Game Director's Edition,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.06,,0.06,,,2015-11-19,2018-09-17 +/games/boxart/full_7156130JapanFrontccc.jpg,Summon Night 2,DS,Role-Playing,Bandai,Flight-Plan,,0.06,,0.06,,,2008-08-07, +/games/boxart/5277404ccc.jpg,Warriors of the Lost Empire,PSP,Role-Playing,UFO Interactive,Goshow,,0.06,0.05,,0,0,2007-12-13, +/games/boxart/full_7349665JapanFrontccc.jpg,Omega Labyrinth,PSV,Role-Playing,D3Publisher,Matrix Software,,0.06,,0.06,,,2015-11-19,2018-09-22 +/games/boxart/full_8660832AmericaFrontccc.jpg,Lord of Magna: Maiden Heaven,3DS,Role-Playing,Xseed Games,Marvelous,7,0.06,,0.06,,,2015-06-02,2019-01-03 +/games/boxart/full_697070JapanFrontccc.jpg,Atelier Meruru Plus: The Apprentice of Arland,PSV,Role-Playing,Gust,Gust,,0.06,,0.06,,,2013-03-20,2018-12-29 +/games/boxart/full_nicola-kanshuu-model-oshare-audition-2_233JapanFront.jpg,Nicola Kanshuu: Model * Oshare Audition 2,3DS,Action,Alchemist,Alchemist,,0.06,,0.06,,,2011-11-03, +/games/boxart/1509516ccc.jpg,Cold Fear,XB,Action,Ubisoft,Darkworks,,0.06,0.05,,0.01,0,2005-03-15, +/games/boxart/full_3505870AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,3DS,Action,GameMill Entertainment,Magic Pockets,3.5,0.06,0.04,,0.01,0.01,2016-11-08,2020-09-25 +/games/boxart/full_7340527JapanFrontccc.jpg,Mobile Suit Gundam 00: Gundam Meisters,PS2,Action,Namco Bandai,Yuke's Future Media Creators,,0.06,,0.06,,,2008-10-16, +/games/boxart/full_3519144AmericaFrontccc.jpg,Alien Syndrome,Wii,Role-Playing,Sega,Totally Games,5.2,0.06,0.05,,0,0,2007-07-24, +/games/boxart/full_everquest-ii-destiny-of-velious_569AmericaFront.jpg,EverQuest II: Destiny of Velious,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.06,0.06,,,0.01,2011-02-22, +/games/boxart/full_7453090JapanFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,PS4,Role-Playing,Tecmo Koei,Gust,,0.06,0.03,0.03,,0.01,2018-03-27,2018-02-10 +/games/boxart/full_9716875AmericaFrontccc.jpg,Crimson Gem Saga,PSP,Role-Playing,Atlus,"IronNos Co., Ltd.",7.3,0.06,0.06,,,0,2009-05-26, +/games/boxart/full_7700199AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,DS,Simulation,505 Games,Gaijin Entertainment,5,0.06,0.06,,0,0,2009-09-08, +/games/boxart/6512521ccc.jpg,Desert Strike Advance,GBA,Simulation,Electronic Arts,BudCat Creations,6.8,0.06,0.05,,0.02,0,2002-05-08, +/games/boxart/9369436ccc.jpg,Guitar Freaks 3rdMIX & DrumMania 2ndMIX,PS2,Simulation,Konami,Konami,,0.06,,0.06,,,2000-12-07, +/games/boxart/full_6965078AmericaFrontccc.jpg,My Pet Shop,DS,Simulation,Taito,Taito Corporation,,0.06,0.06,,0,0,2009-03-09, +/games/boxart/full_7298182AmericaFrontccc.jpg,The Sims 4: Get Famous,PC,Simulation,Electronic Arts,Maxis,,0.06,,,0.06,0,2018-11-16,2018-10-31 +/games/boxart/2954951ccc.jpg,Kabuki Warriors,XB,Action,Crave Entertainment,Light Weight,1,0.06,0.05,,0.01,0,2001-11-19, +/games/boxart/full_6721758AmericaFrontccc.jpg,Fist of the North Star: Ken's Rage 2,X360,Action,Tecmo Koei,Koei,,0.06,0.03,0.02,0.01,0,2013-02-05,2019-01-03 +/games/boxart/2361547ccc.jpg,Batman: Rise of Sin Tzu,GC,Action,Ubisoft,Ubisoft Montreal,,0.06,0.05,,0.01,0,2003-11-11, +/games/boxart/5071510ccc.jpg,Lost Kingdoms II,GC,Role-Playing,Activision,From Software,6.6,0.06,0.04,,0.01,0,2003-05-21, +/games/boxart/8376467ccc.jpg,Blade Dancer: Lineage of Light,PSP,Role-Playing,Nippon Ichi Software,Hit Maker,,0.06,0.05,,0,0,2006-07-18, +/games/boxart/full_6148148JapanFrontccc.jpg,Kaite Shabette Hajimeyou! Monster Farm DS,DS,Role-Playing,Tecmo,Tecmo,,0.06,,0.06,,,2007-07-12, +/games/boxart/full_1728203JapanFrontccc.jpg,Tokyo Ghoul: Jail,PSV,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2015-10-01,2018-09-22 +/games/boxart/full_9179360JapanFrontccc.jpg,Nendoroid Generation,PSP,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.06,,0.06,,,2012-02-23,2019-01-03 +/games/boxart/full_9203527JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS Fate of Heat III - Yuki no Shugosha Raishuu!,DS,Role-Playing,Marvelous Interactive,Marvelous Interactive,,0.06,,0.06,,,2010-04-29, +/games/boxart/full_2004581JapanFrontccc.jpg,Cid to Chocobo no Fushigi na Dungeon: Toki Wasure no Meikyuu DS+,DS,Role-Playing,Square Enix,High Horse Entertainment,,0.06,,0.06,,,2008-10-30, +/games/boxart/full_5087570AmericaFrontccc.jpg,Sacred 2: Fallen Angel,PC,Role-Playing,CDV Software Entertainment,Ascaron Entertainment,,0.06,,,0.05,0.01,2008-11-11, +/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-sc_951JapanFront.jpg,The Legend of Heroes: Trails in the Sky Second Chapter,PSP,Role-Playing,Activision,Nihon Falcom Corporation,,0.06,,0.06,,,2007-06-19, +/games/boxart/full_4486617AmericaFrontccc.jpg,Izuna 2: The Unemployed Ninja Returns,DS,Role-Playing,Atlus,Ninja Studio,6.9,0.06,0.05,,,0,2008-07-22, +/games/boxart/full_6806541JapanFrontccc.jpg,Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan,PSP,Role-Playing,Atlus,Atlus Co.,,0.06,,0.06,,,2010-04-22, +/games/boxart/6174656ccc.jpg,Zone of the Enders: The Fist of Mars,GBA,Role-Playing,Konami,WinkySoft,,0.06,0.04,,0.02,0,2002-03-03, +/games/boxart/full_senritsu-no-stratus_723JapanFront.jpg,Senritsu no Stratus,PSP,Role-Playing,Konami,Nude Maker,,0.06,,0.06,,,2011-10-27, +/games/boxart/full_6651991JapanFrontccc.jpg,Record of Lodoss War: Eiyuu Sensou,SCD,Role-Playing,Sega,Sega,,0.06,,0.06,,0,1994-05-20, +/games/boxart/full_8748890JapanFrontccc.jpg,Etrian Mystery Dungeon 2,3DS,Role-Playing,Atlus,Atlus,,0.06,,0.06,,,2017-08-31,2018-01-14 +/games/boxart/7597251ccc.jpg,Tsugunai: Atonement,PS2,Role-Playing,Atlus,Cattle Call,,0.06,0.02,0.02,0.01,0,2001-11-29, +/games/boxart/full_7168575JapanFrontccc.jpg,The Legend of Heroes: Ao no Kiseki,PSV,Role-Playing,Nihon Falcom Corporation,Nihon Falcom Corporation,,0.06,,0.06,,,2014-06-12,2018-12-29 +/games/boxart/full_5926135JapanFrontccc.jpg,Kiniro no Corda 2,PS2,Role-Playing,KOEI,Koei,,0.06,,0.06,,,2007-03-15, +/games/boxart/full_sunrise-eiyuutan-r_10JapanFront.jpg,Sunrise Eiyuutan R,PS2,Role-Playing,Sunrise Interactive,Atelier-Sai,,0.06,,0.06,,,2000-11-22, +/games/boxart/full_126580AmericaFrontccc.jpg,Exist Archive: The Other Side of the Sky,PS4,Role-Playing,Aksys Games,tri-Ace,,0.06,0.02,0.03,,0,2016-10-18,2018-01-31 +/games/boxart/8344983ccc.jpg,Generation of Chaos,PSP,Role-Playing,NIS America,Neverland,5.9,0.06,0.05,,0,0,2006-02-28, +/games/boxart/full_701529AmericaFrontccc.jpg,Portal Knights,NS,Role-Playing,505 Games,Keen Games,,0.06,0.02,0.01,0.02,0,2018-02-13,2018-07-03 +/games/boxart/full_ken-to-mahou-to-gakuen-mono-3d_949JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3D,3DS,Role-Playing,Acquire,ZeroDiv,,0.06,,0.06,,,2011-07-07, +/games/boxart/full_7438142AmericaFrontccc.jpg,Dungeon Explorer: Warriors of Ancient Arts,DS,Role-Playing,Hudson Entertainment,Hudson Soft,,0.06,0.05,,0,0,2008-02-19, +/games/boxart/full_9826135AmericaFrontccc.jpg,Growlanser: Wayfarer of Time,PSP,Role-Playing,Atlus,Career Soft,,0.06,,0.06,,,2012-07-24,2018-01-09 +/games/boxart/3364318ccc.jpg,Arc the Lad: End of Darkness,PS2,Role-Playing,Namco,Cattle Call,,0.06,0.03,,0.02,0.01,2005-06-14, +/games/boxart/full_9729027AmericaFrontccc.jpg,Victor Vran: Overkill Edition,NS,Role-Playing,Wired Productions,Haemimont Games,,0.06,0.06,,,0.01,2018-08-28,2019-02-24 +/games/boxart/full_2952158AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.06,,0.06,,,2007-12-20,2019-01-03 +/games/boxart/full_2286405JapanFrontccc.jpg,Chaos Rings III,PSV,Role-Playing,Square Enix,Media.Vision,,0.06,,0.06,,,2014-10-16, +/games/boxart/full_9711951AmericaFrontccc.jpg,Mary Skelter: Nightmares,PSV,Role-Playing,Idea Factory,Compile Heart,,0.06,0.01,0.04,0,0.01,2017-09-19,2018-09-22 +/games/boxart/full_500520AmericaFrontccc.jpg,RPG Maker 3,PS2,Role-Playing,Agetec,Runtime,7,0.06,0.03,,0.02,0.01,2005-09-21, +/games/boxart/full_307002AmericaFrontccc.jpg,Risen 3: Titan Lords,X360,Role-Playing,Deep Silver,Piranha Bytes,,0.06,0.02,,0.04,0,2014-08-12,2018-01-03 +/games/boxart/full_4371753JapanFrontccc.jpg,Kikou Heidan J-Phoenix,PS2,Action,Takara,Shoeisha,,0.06,,0.06,,,2001-06-28, +/games/boxart/default.jpg,Shonen Jump's Shaman King: Legacy of the Spirits - Soaring Hawk/Sprinting Wolf,GBA,Action,Konami,Konami,,0.06,0.04,,0.02,0,2005-02-08, +/games/boxart/full_western-riding-academy_6AmericaFront.jpg,Western Riding Academy,DS,Simulation,Destineer,TBA,,0.06,0.06,,,0,2010-06-23, +/games/boxart/full_8168082JapanFrontccc.jpg,Seaman 2: Peking Genjin Ikusei Kit,PS2,Simulation,Sega,VIVARIUM Inc.,,0.06,,0.06,,,2007-10-18, +/games/boxart/full_7249753PALFrontccc.jpg,X-Plane 11,PC,Simulation,Aerosoft,Laminar Research,,0.06,,,0.06,0,2017-04-06,2018-09-22 +/games/boxart/1648687ccc.jpg,Star Trek: Tactical Assault,DS,Strategy,Bethesda Softworks,"Quicksilver Software, Inc.",,0.06,0.05,,0.01,0,2006-10-26, +/games/boxart/full_5578061AmericaFrontccc.jpg,Elite Forces: Unit 77,DS,Strategy,Deep Silver,Gammick Entertainment,,0.06,0.06,,,0,2009-04-28, +/games/boxart/full_7648148JapanFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PSV,Strategy,Tecmo Koei,Koei,,0.06,,0.06,,,2014-05-29,2018-12-29 +/games/boxart/full_710025PALFrontccc.jpg,OK! Puzzle Stars,DS,Puzzle,Ubisoft,TBD,,0.06,,,0.05,0.01,2010-04-23, +/games/boxart/full_2069050AmericaFrontccc.jpg,Super Bomberman R,PS4,Puzzle,Konami Digital Entertainment,HexaDrive,,0.06,0.03,0.03,,0.01,2018-06-12,2018-09-24 +/games/boxart/full_jewels-of-the-ages_392AmericaFront.jpg,Jewels of the Ages,DS,Puzzle,City Interactive,City Interactive,,0.06,0.03,,0.02,0.01,2011-06-28, +/games/boxart/full_kururin-paradise_948JapanFront.jpg,Kururin Paradise,GBA,Puzzle,Unknown,Eighting,,0.06,,0.06,,0,, +/games/boxart/full_6906709AmericaFrontccc.jpg,Tron 2.0: Killer App,GBA,Action,Buena Vista,Digital Eclipse Software,,0.06,0.04,,0.02,0,2004-10-20, +/games/boxart/full_3252146AmericaFrontccc.jpg,Power Shovel,PS,Action,Acclaim Entertainment,Taito Corporation,,0.06,0.03,,0.02,0,2001-07-19, +/games/boxart/full_9084921JapanFrontccc.jpg,Fate/Extella Link,PSV,Action,Marvelous,Marvelous,,0.06,,0.06,,,2018-06-07,2018-12-30 +/games/boxart/full_legend-of-kay_10AmericaFront.jpg,Legend of Kay,DS,Action,DreamCatcher Interactive,Firehazard Studio,,0.06,0.06,,0,0,2010-06-15, +/games/boxart/full_2731685AmericaFrontccc.jpg,PoPoLoCrois,PSP,Role-Playing,Agetec,G-Artists,,0.06,0.05,,0,0,2005-11-29, +/games/boxart/full_5524695AmericaFrontccc.jpg,Disgaea 1 Complete,NS,Role-Playing,NIS America,Nippon Ichi Software,8,0.06,0.03,0.01,0.01,0,2018-10-09,2019-02-19 +/games/boxart/full_7608424JapanFrontccc.jpg,Refrain no Chika Meikyuu to Majo no Ryodan,PSV,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.06,,0.06,,,2016-06-23,2018-09-22 +/games/boxart/full_3195760AmericaFrontccc.jpg,Bubble Bobble also featuring Rainbow Islands,PS,Puzzle,Acclaim Entertainment,Probe Entertainment Ltd.,,0.06,0.04,,0.02,0,1996-09-06, +/games/boxart/full_jewel-quest-4-heritage_594PALFront.jpg,Jewel Quest IV: Heritage,DS,Puzzle,iWin,iWin,,0.06,,,0.05,0.01,2011-08-26, +/games/boxart/full_2761161AmericaFrontccc.jpg,Octomania,Wii,Puzzle,Conspiracy Entertainment,Compile Heart,6.7,0.06,0.06,,0,0,2008-03-31, +/games/boxart/8720358ccc.jpg,Bubble Bobble: Old & New,GBA,Puzzle,Empire Interactive,Taito Corporation,5.5,0.06,0.04,,0.02,0,2004-09-28, +/games/boxart/full_433095AmericaFrontccc.jpg,Challenge Me: Brain Puzzles,DS,Puzzle,O-Games,Oxygen Interactive,,0.06,0.06,,0,0,2009-05-26, +/games/boxart/full_6736854JapanFrontccc.jpg,Star Ocean 5: Integrity and Faithlessness,PS3,Role-Playing,Square Enix,tri-Ace,,0.06,,0.06,,,2016-04-28, +/games/boxart/full_mana-khemia-alchemists-of-al-revis_240AmericaFront.jpg,Mana Khemia: Alchemists of Al-Revis,PS2,Role-Playing,NIS America,Gust,6.6,0.06,0.03,,0.02,0.01,2008-04-01, +/games/boxart/full_4729695JapanFrontccc.jpg,Toriko: Gourmet Battle!,3DS,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2013-07-04,2019-01-03 +/games/boxart/full_8474368JapanFrontccc.jpg,Dragon Quest X: All in One Package,PS4,Role-Playing,Square Enix,Square Enix,,0.06,,0.06,,,2017-08-17,2018-01-13 +/games/boxart/full_unchainblades-rexx_406JapanFront.jpg,UnchainBlades ReXX,PSP,Role-Playing,Atlus,FuRyu Corporation,,0.06,,0.06,,,2012-12-31, +/games/boxart/full_5939875JapanFrontccc.jpg,Dungeon Travelers 2-2: The Maiden Who Fell into Darkness and the Book of Beginnings,PSV,Role-Playing,Aquaplus,Aqua Plus,,0.06,,0.06,,,2017-04-20,2019-03-23 +/games/boxart/full_4334387AmericaFrontccc.jpg,Shadows Awakening,PS4,Role-Playing,Kalypso Media,Games Farm,,0.06,0.05,,,0.01,2018-09-04,2018-06-08 +/games/boxart/full_3603075JapanFrontccc.jpg,Metal Max 4: Gekkou no Diva,3DS,Role-Playing,Kadokawa Shoten,Cattle Call,,0.06,,0.06,,,2013-11-07,2018-03-24 +/games/boxart/full_9389719AmericaFrontccc.jpg,Sudoku Ball Detective,DS,Puzzle,Playlogic Game Factory,WhiteBear Studios,5,0.06,0.06,,0,0,2009-09-22, +/games/boxart/full_4649327AmericaFrontccc.jpg,Honeycomb Beat,DS,Puzzle,Konami,Hudson Soft,,0.06,0.05,,0,0,2007-04-02, +/games/boxart/full_4882653AmericaFrontccc.jpg,Crazy Chicken: Pharaoh's Treasure,DS,Puzzle,Mumbo Jumbo,Phenomedia,,0.06,0.05,,,0,2009-06-11, +/games/boxart/full_5069172AmericaFrontccc.jpg,Jumble Madness,DS,Puzzle,Destineer,Anino Entertainment,,0.06,0.06,,,0,2009-01-20, +/games/boxart/full_santa-claus-is-comin-to-town_974AmericaFront.jpg,Santa Claus is Comin' to Town!,DS,Puzzle,Crave Entertainment,Crave Entertainment,,0.06,0.06,,,0.01,2011-11-08, +/games/boxart/full_7154916AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,WiiU,Platform,Activision,Behaviour Interactive,,0.06,,,0.05,0,2013-10-22,2020-12-17 +/games/boxart/full_9533127AmericaFrontccc.jpg,America's Greatest Game Shows: Wheel of Fortune and Jeopardy!,NS,Party,Ubisoft,Ubisoft,,0.06,0.06,,,0.01,2018-10-30,2019-02-16 +/games/boxart/full_9550204AmericaFrontccc.jpg,Party Arcade,NS,Party,Planet Entertainment,Solutions 2 Go,,0.06,0.05,,,0.01,2018-11-09,2018-08-15 +/games/boxart/full_1110336AmericaFrontccc.jpg,Aquarium by DS,DS,Simulation,Bold Games,Ertain,,0.06,0.05,,,0,2008-03-14, +/games/boxart/full_2860941JapanFrontccc.jpg,Mobile Ops: The One Year War,X360,Simulation,Unknown,Dimps Corporation / Dream Execution,,0.06,,0.06,,,, +/games/boxart/full_7995279AmericaFrontccc.jpg,Dance Dance Revolution: Mario Mix (JP sales),GC,Simulation,Nintendo,Konami,7.5,0.06,,0.05,,0,2005-10-24, +/games/boxart/full_3771964AmericaFrontccc.jpg,Dino Pets,DS,Simulation,Destineer,Teyon,,0.06,0.05,,0,0,2009-07-21, +/games/boxart/full_5148018JapanFrontccc.jpg,Kirarin * Revolution: Minna de Odorou Furi Furi Debut!,DS,Simulation,Konami,Konami,,0.06,,0.06,,,2008-07-24, +/games/boxart/full_2236789AmericaFrontccc.jpg,Dreamer Series: Zoo Keeper,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.06,0.06,,,0,2010-01-04, +/games/boxart/2801373ccc.gif,Chou Soujuu Mecha MG,DS,Simulation,Unknown,Sandlot,,0.06,,0.06,,,, +/games/boxart/full_455360JapanFrontccc.jpg,Chou Soujuu Mecha MG,DS,Simulation,Nintendo,Sandlot,,0.06,,0.06,,,2006-09-02, +/games/boxart/full_8107925JapanFrontccc.png,Nobunaga's Ambition: Taishi,PS4,Strategy,Koei Tecmo,Koei Tecmo Games,,0.06,0.01,0.05,,0,2018-06-05,2018-07-30 +/games/boxart/full_2946908JapanFrontccc.jpg,Super Robot Wars OG Saga Masou Kishin F: Coffin of the End,PS3,Strategy,Namco Bandai Games,WinkySoft,,0.06,,0.06,,,2014-08-28,2019-01-03 +/games/boxart/897876ccc.jpg,Wings of War,XB,Simulation,Gathering of Developers,Silver Wish Games,,0.06,0.05,,0.01,0,2004-08-30, +/games/boxart/full_9342723AmericaFrontccc.jpg,Dreamer Series: Babysitter,DS,Simulation,DreamCatcher Interactive,ZigZag Island,,0.06,0.05,,0,0,2009-05-12, +/games/boxart/full_5399980JapanFrontccc.jpg,Mame Goma 2: Uchi no Ko ga Ichiban!,DS,Simulation,Creative Core,Creative Core,,0.06,,0.06,,,2008-07-31, +/games/boxart/full_dream-c-club-portable_5JapanFront.jpg,Dream C Club Portable,PSP,Simulation,D3 Publisher,DreamXCreate,,0.06,,0.06,,,2010-10-28, +/games/boxart/full_5636738JapanFrontccc.jpg,Tanjou S Debut,SAT,Simulation,NEC Interchannel,NEC Interchannel,,0.06,,0.06,,,1996-06-28, +/games/boxart/full_2503972AmericaFrontccc.jpg,Rapala Fishing Pro Series,XOne,Simulation,GameMill,"Concrete Software, Inc.",,0.06,0.05,,,0.01,2017-10-24,2018-08-07 +/games/boxart/full_7550218JapanFrontccc.jpg,SD Gundam G Generation Wars,Wii,Strategy,Bandai,Tom Create,,0.06,,0.06,,,2009-08-06, +/games/boxart/full_7627732AmericaFrontccc.jpg,Zoo Tycoon 2,PC,Strategy,Microsoft Game Studios,Blue Fang Games,7.2,0.06,,,0.05,0.01,2004-11-11, +/games/boxart/full_age-of-mythology-the-titans_717AmericaFront.jpg,Age of Mythology: The Titans,PC,Strategy,Microsoft Game Studios,Ensemble Studios,8.2,0.06,0.03,,0.02,0.01,2003-09-30, +/games/boxart/full_3909053PALFrontccc.jpg,Hogs of War / Worms,PS,Strategy,Infogrames,Infogrames Sheffield / Team17 Software,,0.06,0.03,,0.02,0,2002-11-22, +/games/boxart/full_age-of-empires-online_573AmericaFront.jpg,Age of Empires Online,PC,Strategy,Microsoft Game Studios,Microsoft Game Studios,7,0.06,0.01,,0.04,0.01,2011-08-16, +/games/boxart/full_1183155JapanFrontccc.jpg,Shining Force Feather,DS,Strategy,Sega,Flight-Plan,,0.06,,0.06,,,2009-02-19, +/games/boxart/full_5047371JapanFrontccc.jpg,Emblem of Gundam,DS,Strategy,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-05-01, +/games/boxart/full_1828786JapanFrontccc.jpg,Ojyousama Express,PS,Strategy,Media Works,MediaWorks,,0.06,,0.06,,0,1998-07-30, +/games/boxart/full_2062907AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,3DS,Platform,Activision,Behaviour Interactive,,0.06,,,0.06,0,2013-10-22,2020-12-17 +/games/boxart/full_3892249AmericaFrontccc.jpg,Oddworld: Munch's Oddysee,GBA,Platform,THQ,ART Co.,,0.06,0.04,,0.02,0,2003-09-24, +/games/boxart/5433711ccc.jpg,NanoBreaker,PS2,Action,Konami,Konami Computer Entertainment Tokyo,,0.06,0.03,,0.02,0.01,2005-02-15, +/games/boxart/7826044ccc.jpg,Escape from Bug Island,Wii,Action,Eidos Interactive,Spike,,0.06,0.04,0.01,0.01,0,2007-07-25, +/games/boxart/full_8075055PALFrontccc.jpg,Adventure Time: Finn & Jake Investigations,XOne,Action,Little Orbit,Vicious Cycle,,0.06,0.04,,0.02,0.01,2015-10-20,2018-03-17 +/games/boxart/full_7991225AmericaFrontccc.jpg,Vexx,GC,Platform,Acclaim Entertainment,Acclaim Studios Austin,6.4,0.06,0.05,,0.01,0,2003-02-10, +/games/boxart/453956ccc.jpg,Mega Man 8 Anniversary Collector's Edition,SAT,Platform,Capcom,Capcom,,0.06,,0.06,,,1997-02-28, +/games/boxart/3287228ccc.jpg,Whiplash,XB,Platform,Eidos Interactive,Crystal Dynamics,,0.06,0.04,,0.01,0,2003-11-18, +/games/boxart/full_monster-tale_544AmericaFront.jpg,Monster Tale,DS,Platform,Majesco,DreamRift,7.7,0.06,0.06,,,0,2011-03-22, +/games/boxart/full_7630945AmericaFrontccc.jpg,Shantae: Half-Genie Hero,WiiU,Platform,WayForward Technologies,Way Forward Technologies,,0.06,0.05,,,0.01,2016-04-01,2018-01-21 +/games/boxart/full_4651442JapanFrontccc.jpg,Doraemon 4: Nobita to Toki no Okoku,SNES,Platform,Epoch,Agenda,,0.06,,0.06,,0,1995-12-15, +/games/boxart/full_impossible-mission_9PALFront.jpg,Impossible Mission,PSP,Platform,System 3 Arcade Software,System 3 Software,,0.06,,,0.04,0.01,2007-08-31, +/games/boxart/full_7743394PALFrontccc.jpg,Pop'n TwinBee: Rainbow Bell Adventure,SNES,Platform,Konami,Konami,,0.06,,0.06,,0,1994-01-01, +/games/boxart/full_flips-twisted-world_10AmericaFront.jpg,Flip's Twisted World,Wii,Platform,Majesco,Frozen North Productions,,0.06,0.05,,,0,2010-10-25, +/games/boxart/1623581ccc.jpg,Burning Rangers,SAT,Platform,Sega,Sonic Team,,0.06,,0.06,,0,1998-05-31, +/games/boxart/1915847ccc.jpg,Dr. Muto,XB,Platform,Midway Games,Midway,,0.06,0.04,,0.01,0,2002-11-19, +/games/boxart/full_4027506AmericaFrontccc.jpg,Imagine: Cheerleader,DS,Simulation,Ubisoft,1st Playable Productions,,0.06,0.06,,,0,2009-01-27, +/games/boxart/full_5890897AmericaFrontccc.jpg,LEGO Friends,3DS,Simulation,Warner Bros. Interactive Entertainment,Hellbent Games,,0.06,,,0.06,0,2013-11-12,2019-01-03 +/games/boxart/full_busy-scissors_5AmericaFront.jpg,Busy Scissors,DS,Simulation,Little Orbit,Little Orbit,,0.06,0.06,,0,0,2010-10-26, +/games/boxart/5581457ccc.jpg,Pop Cutie! Street Fashion Simulation,DS,Simulation,KOEI,Koei,,0.06,0.06,,,0,2008-10-06, +/games/boxart/full_4712257AmericaFrontccc.jpg,Theme Park,DS,Simulation,Electronic Arts,EA Japan Studio,,0.06,0,0.03,0.03,0,2007-03-20, +/games/boxart/full_3024681JapanFrontccc.jpg,Densha De Go! 3 Tsuukinhen,PS2,Simulation,Taito,Taito Corporation,,0.06,,0.06,,,2001-03-15, +/games/boxart/full_6318756AmericaFrontccc.jpg,Moshi Monsters: Katsuma Unleashed,3DS,Platform,Activision,"Black Lantern Studios, Inc.",,0.06,0.03,,0.03,0.01,2013-11-05,2018-11-09 +/games/boxart/6974181ccc.jpg,Bionicle,XB,Platform,Electronic Arts,Argonaut Games,,0.06,0.05,,0.01,0,2003-10-20, +/games/boxart/full_paws-amp-claws-pampered-pets-2_629AmericaFront.jpg,Paws & Claws: Pampered Pets 2,DS,Simulation,THQ,Radon Labs GmbH,,0.06,0.05,,,0,2011-05-24, +/games/boxart/9489129ccc.jpg,NTRA Breeders' Cup World Thoroughbred Championships,XB,Simulation,Bethesda Softworks,4J Studios,,0.06,0.04,,0.01,0,2005-09-29, +/games/boxart/full_4720776AmericaFrontccc.jpg,Fast Food Panic,Wii,Simulation,SouthPeak Interactive,Dorasu,,0.06,0.06,,,0,2010-01-27, +/games/boxart/full_1819721AmericaFrontccc.jpg,My Pet Chimp,DS,Simulation,505 Games,505 Games,,0.06,0.06,,,0,2010-03-30, +/games/boxart/2874339ccc.png,Jurassic Park III: Park Builder,GBA,Simulation,Konami,Konami,,0.06,0.04,,0.02,0,2001-09-10, +/games/boxart/full_2937303JapanFrontccc.jpg,A llI S.V.: A Ressha de Gyoukou 3 Super Version,SNES,Simulation,Pack-In-Video,ArtDink,,0.06,,0.06,,,1995-09-29, +/games/boxart/full_5646284AmericaFrontccc.jpg,Tropico 5,X360,Simulation,Kalypso Media,Haemimont Games,,0.06,0.03,,0.02,0,2014-11-11,2018-08-20 +/games/boxart/full_3213373JapanFrontccc.jpg,Girls RPG: Cinderellife,3DS,Simulation,Level 5,h.a.n.d. Inc.,,0.06,,0.06,,,2012-03-08,2019-01-03 +/games/boxart/full_starfighter_8AmericaFront.jpg,Star Fighter,PS,Shooter,Acclaim Entertainment,Krisalis Software,,0.06,0.04,,0.02,0,1996-01-01, +/games/boxart/full_4420771AmericaFrontccc.jpg,Akai Katana,X360,Shooter,Cave,Cave,,0.06,0.04,0.01,,0.01,2012-05-15,2018-04-19 +/games/boxart/full_3512308AmericaFrontccc.jpg,Kelly Slater's Pro Surfer,GC,Sports,Activision,Treyarch,8,0.06,0.05,,0.01,0,2002-09-16, +/games/boxart/full_9707849AmericaFrontccc.jpg,World Cup of Pool,DS,Sports,Aksys Games,Midas Interactive Entertainment,,0.06,0.06,,0,0,2010-02-09, +/games/boxart/full_8989990AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling,N64,Sports,THQ,Point of View,,0.06,0.05,,0.01,0,1999-12-23, +/games/boxart/890496ccc.jpg,CyberTiger,N64,Sports,Electronic Arts,Saffire Corporation,,0.06,0.05,,0.01,0,2000-02-29, +/games/boxart/6800203ccc.jpg,Mike Piazza's Strike Zone,N64,Sports,GT Interactive,Devil's Thumb Entertainment,,0.06,0.05,,0.01,0,1998-06-16, +/games/boxart/4396064ccc.jpg,Olympic Hockey 98,N64,Sports,Midway Games,Treyarch,,0.06,0.05,,0.01,0,1998-02-23, +/games/boxart/895235ccc.jpg,BMX XXX,GC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.06,0.05,,0.01,0,2002-11-24, +/games/boxart/full_9158710PALFrontccc.jpg,Pro Evolution Soccer 2015,PC,Sports,Konami Digital Entertainment,PES Productions,,0.06,,,0.06,0,2014-11-13,2018-04-14 +/games/boxart/full_1933688AmericaFrontccc.jpg,Rugby 18,PS4,Sports,Koch Media,EKO Software,,0.06,0.05,,,0.01,2017-10-24,2018-08-07 +/games/boxart/full_2561283JapanFrontccc.jpg,Pro Yakyuu Spirits 2013,PSV,Sports,Konami Digital Entertainment,Konami,,0.06,,0.06,,,2013-03-20,2018-11-03 +/games/boxart/8231252ccc.jpg,Aggressive Inline,XB,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",9,0.06,0.05,,0.01,0,2002-07-29, +/games/boxart/full_8007508JapanFrontccc.jpg,Dead or Alive Xtreme 3: Fortune,PS4,Sports,Tecmo Koei,Team Ninja,,0.06,,0.06,,,2016-03-24, +/games/boxart/full_7060537AmericaFrontccc.jpg,Call of Duty 2,PC,Shooter,Activision,Infinity Ward,7,0.06,0,,0.05,0.01,2005-10-25, +/games/boxart/full_7367167AmericaFrontccc.jpg,Gradius Collection,PSP,Shooter,Konami,Konami,,0.06,0.04,0.02,0,0,2006-06-06, +/games/boxart/full_8744497AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,WiiU,Platform,Namco Bandai Games,Monkey Bar Games,,0.06,0.03,,0.02,0.01,2013-10-29,2018-12-02 +/games/boxart/full_3735033AmericaFrontccc.png,The End is Nigh,NS,Platform,Nicalis,Edmund McMillen,,0.06,0.05,,,0.01,2017-12-12,2018-01-28 +/games/boxart/full_1941281JapanFrontccc.jpg,Downtown no Gaki no Tsukai Yaarahen de!! Zettai ni Tsukamatte Haikenai Gasu Kurobikari Land,3DS,Action,Alchemist,Alchemist,,0.06,,0.06,,,2015-12-17, +/games/boxart/full_james-bond-007-blood-stone_10AmericaFront.jpg,James Bond 007: Blood Stone,DS,Action,Activision,n-Space,7,0.06,0.05,,0.01,0,2010-11-02, +/games/boxart/full_3711991AmericaFrontccc.jpg,Deathrow: Underground Team Combat,XB,Sports,Ubisoft,Southend Interactive,,0.06,0.05,,0.01,0,2002-10-22, +/games/boxart/full_cabelas-trophy-bucks_5AmericaFront.jpg,Cabela's Trophy Bucks,Wii,Sports,Activision,Magic Wand Productions,,0.06,0.06,,,0,2008-06-03, +/games/boxart/1235810ccc.jpg,ESPN Winter X-Games: Snowboarding 2002,GBA,Sports,Konami,KCEO,,0.06,0.05,,0.02,0,2001-01-01, +/games/boxart/full_88187AmericaFrontccc.jpg,Mark McMorris Infinite Air,PS4,Sports,Maximum Games,HB Studios,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 +/games/boxart/full_pucca-power-up_947AmericaFront.jpg,Pucca Power Up,DS,Platform,UFO Interactive,Rising Star Games,,0.06,0.04,,0.02,0,2011-09-13, +/games/boxart/5163014ccc.jpg,Space Chimps,DS,Platform,Brash Entertainment,Red Tribe,,0.06,0.05,,0,0,2008-07-15, +/games/boxart/5956703ccc.jpg,Frogger: Helmet Chaos,DS,Platform,Konami,Konami Computer Entertainment Hawaii,,0.06,0.06,,0,0,2005-09-27, +/games/boxart/1275330ccc.jpg,Rayman: Hoodlum's Revenge,GBA,Platform,Ubisoft,Ubisoft,6.2,0.06,0.05,,0.02,0,2005-03-15, +/games/boxart/full_3682237AmericaFrontccc.jpg,Tokobot,PSP,Platform,Tecmo,Tecmo,,0.06,0.06,,0,0,2005-12-05, +/games/boxart/full_johnny-test_856AmericaFront.jpg,Johnny Test,DS,Platform,505 Games,Sarbakan,,0.06,0.06,,0,0,2011-03-29, +/games/boxart/full_313363AmericaFrontccc.jpg,Mega Man 11,XOne,Platform,Capcom,Capcom,,0.06,0.06,,,0.01,2018-10-02,2018-06-04 +/games/boxart/full_2949926AmericaFrontccc.jpg,LEGO Bionicle,GBA,Platform,LEGO Media,Saffire Corporation,6.4,0.06,0.04,,0.02,0,2001-10-03, +/games/boxart/full_1235881JapanFrontccc.jpg,A-Train 3D: City Simulator,3DS,Simulation,Natsume,ArtDink,,0.06,,0.06,,,2015-04-14,2018-08-06 +/games/boxart/full_9424378AmericaFrontccc.jpg,Nicktoons MLB 3D,3DS,Sports,2K Games,"Black Lantern Studios, Inc.",,0.06,0.06,,,0.01,2012-03-06,2018-05-24 +/games/boxart/full_7160490AmericaFrontccc.jpg,Blood Bowl,PC,Sports,SouthPeak Interactive,Cyanide Studio,6.5,0.06,0.04,,0.02,0.01,2010-01-26, +/games/boxart/full_3344242PALFrontccc.jpg,FIFA 19,X360,Sports,Electronic Arts,EA Sports,,0.06,,,0.06,0,2018-09-28,2018-09-12 +/games/boxart/5606607ccc.jpg,Gallop Racer 2004,PS2,Sports,Tecmo,Tecmo,,0.06,0.03,,0.02,0.01,2004-08-31, +/games/boxart/2163247ccc.jpg,Backyard Hockey,DS,Sports,Atari,Mistic Software,,0.06,0.06,,,0,2007-10-02, +/games/boxart/full_1190648AmericaFrontccc.jpg,Fishing Master (jp sales),Wii,Sports,Konami,Hudson Soft,,0.06,,0.06,,,2007-09-18, +/games/boxart/1724398ccc.jpg,Cabela's Big Game Hunter (2008),X360,Sports,Activision,FUN Labs,,0.06,0.06,,,0,2007-11-07, +/games/boxart/full_638233AmericaFrontccc.jpg,Racing Gears Advance,GBA,Racing,"Orbital Media, Inc.","Orbital Media, Inc.",,0.06,0.04,,0.02,0,2005-02-08, +/games/boxart/full_7912217AmericaFrontccc.jpg,Need for Speed: Shift,PC,Racing,Electronic Arts,Slightly Mad Studios,8.3,0.06,,,0.05,0.01,2009-09-15, +/games/boxart/full_4849747AmericaFrontccc.jpg,Wreckless: ThE YaKuza MisSiOns,GC,Racing,Activision,Stealth Studios,6.4,0.06,0.04,,0.01,0,2002-11-13, +/games/boxart/2379473ccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,PS2,Racing,Codemasters,Codemasters,,0.06,0.03,,0.02,0.01,2004-10-05, +/games/boxart/default.jpg,Ride to Hell,X360,Racing,Deep Silver,Deep Silver,,0.06,0.04,,0.01,0.01,2013-06-25, +/games/boxart/full_paws-amp-claws-marine-rescue_874AmericaFront.jpg,Paws & Claws: Marine Rescue,DS,Simulation,THQ,THQ,,0.06,0.06,,,0,2011-01-25, +/games/boxart/full_7806237JapanFrontccc.jpg,GunGriffon II,SAT,Simulation,ESP,Game Arts,,0.06,,0.06,,,1998-04-23, +/games/boxart/full_imagine-gymnast_10AmericaFront.jpg,Imagine: Gymnast,DS,Simulation,Ubisoft,1st Playable Productions,,0.06,0.05,,0.01,0,2010-03-23, +/games/boxart/full_1376577AmericaFrontccc.jpg,MX vs. ATV Supercross Encore,XOne,Sports,Nordic Games,Rainbow Studios,,0.06,0.05,,,0.01,2015-10-27,2018-06-27 +/games/boxart/full_8157629AmericaFrontccc.jpg,Golf Club 2019,PS4,Sports,2K Games,HB Studios,,0.06,0.05,,,0.01,2018-11-13,2018-09-11 +/games/boxart/full_6498033AmericaFrontccc.jpg,NHL 2K9,Wii,Sports,2K Sports,Visual Concepts,,0.06,0.06,,0,0,2008-09-08, +/games/boxart/full_5418751AmericaFrontccc.jpg,Strike Force Bowling,GC,Sports,Crave Entertainment,Lab Rats Games,,0.06,0.05,,0.01,0,2005-03-20, +/games/boxart/full_6324525AmericaFrontccc.jpg,Championship Surfer,PS,Sports,Mattel Interactive,Krome Studios,7.2,0.06,0.03,,0.02,0,2000-12-04, +/games/boxart/full_6908746AmericaFrontccc.jpg,Barbie Horse Adventures: Wild Horse Rescue,XB,Sports,VU Games,Blitz Games,,0.06,0.05,,0.01,0,2003-11-04, +/games/boxart/full_8787859AmericaFrontccc.jpg,Little League World Series Baseball 2008,DS,Sports,Activision,Black Lantern Studios,,0.06,0.06,,,0,2008-08-05, +/games/boxart/full_7410143JapanFrontccc.jpg,Power Pro Success Legends,PSP,Sports,Konami,PawaPuro Production,,0.06,,0.06,,,2010-02-25, +/games/boxart/3294069ccc.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,PSP,Sports,Activision,FUN Labs,,0.06,0.06,,,0,2006-04-04, +/games/boxart/full_118857AmericaFrontccc.jpg,NBA 2K Playgrounds 2,XOne,Sports,2K Games,Saber Interactive,,0.06,0.05,,,0.01,2018-10-16,2018-09-11 +/games/boxart/full_3165704AmericaFrontccc.jpg,Salt Lake 2002,GBA,Sports,Ubisoft,DC Studios,,0.06,0.04,,0.02,0,2002-01-19, +/games/boxart/full_7273509AmericaFrontccc.jpg,MX vs. ATV Supercross Encore,PS4,Sports,Nordic Games,Rainbow Studios,,0.06,,,0.05,0.01,2015-10-27,2018-06-27 +/games/boxart/full_8351080AmericaFrontccc.jpg,Disney Sports Skateboarding,GC,Sports,Konami,KCEO,2.6,0.06,0.05,,0.01,0,2002-11-17, +/games/boxart/full_pro-evolution-soccer-2012_985AmericaFront.jpg,Pro Evolution Soccer 2012,PS2,Sports,Konami,Konami,,0.06,,0.06,,,2011-11-08, +/games/boxart/full_2042393JapanFrontccc.jpg,Pro Yakyuu Netsu Star 2007,PS2,Sports,Bandai,Bandai Namco Games,,0.06,,0.06,,,2007-04-05, +/games/boxart/full_7367249PALFrontccc.jpg,Klonoa Beach Volleyball,PS,Sports,Namco,Namco,,0.06,0.03,,0.02,0,2002-09-20, +/games/boxart/8350619ccc.jpg,187: Ride or Die,XB,Racing,Ubisoft,Ubisoft Paris,,0.06,0.05,,0.01,0,2005-08-24, +/games/boxart/full_ray-tracers_0AmericaFront.jpg,Ray Tracers,PS,Racing,THQ,Taito Corporation,,0.06,0.04,,0.02,0,1997-12-31, +/games/boxart/full_4645397AmericaFrontccc.jpg,F1 2001,XB,Racing,EA Sports,Electronic Arts UK,,0.06,0.05,,0.01,0,2001-11-18, +/games/boxart/7411793ccc.jpg,Cel Damage,GC,Racing,Electronic Arts,Pseudo Interactive,6,0.06,0.05,,0.01,0,2002-01-07, +/games/boxart/full_3191256PALFrontccc.jpg,MotoGP 17,XOne,Racing,Koch Media,Milestone S.r.l.,,0.06,0.04,,0.02,0.01,2017-07-11,2018-06-25 +/games/boxart/full_1292685AmericaFrontccc.jpg,The King of Route 66,PS2,Racing,Sega,Sega-AM2,,0.06,0.03,,0.02,0.01,2003-03-18, +/games/boxart/full_1628756AmericaFrontccc.jpg,Chrysler Classic Racing,Wii,Racing,Zoo Games,EM Studios,,0.06,0.06,,,0,2008-11-25, +/games/boxart/full_6583943AmericaFrontccc.jpg,Hot Wheels: Burnin' Rubber,GBA,Racing,THQ,Altron,8,0.06,0.05,,0.02,0,2001-11-21, +/games/boxart/full_3956363AmericaFrontccc.jpg,Real Soccer 2009,DS,Sports,Ubisoft,Gameloft,,0.06,0.05,,0,0,2008-11-04, +/games/boxart/7349098ccc.jpg,Splat Renegade Paintball,XB,Sports,Take-Two Interactive,Cat Daddy Games,,0.06,0.04,,0.01,0,2005-10-11, +/games/boxart/full_5116994AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,DS,Sports,Conspiracy Entertainment,49Games,,0.06,0.04,,0.02,0,2008-11-18, +/games/boxart/full_9786343AmericaFrontccc.jpg,FIFA 07 Soccer,DS,Sports,EA Sports,EA Canada,7.5,0.06,0.05,,0.01,0,2006-10-03, +/games/boxart/2096443ccc.jpg,Archer Maclean Presents: Pool Paradise,PS2,Sports,Ignition Entertainment,Awesome Developments,,0.06,0.03,,0.02,0.01,2004-07-13, +/games/boxart/full_pro-evolution-soccer-2011_4PALFront.jpg,Pro Evolution Soccer 2011,PC,Sports,Konami,Konami,6,0.06,,,0.05,0.01,2010-10-05, +/games/boxart/9982308ccc.jpg,ESPN International Winter Sports 2002,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.06,0.03,,0.02,0.01,2002-01-28, +/games/boxart/full_7017286JapanFrontccc.jpg,"Tennis no Oji-Sama: Doubles no Oji-Sama - Girls, Be Gracious!",DS,Sports,Konami,Konami,,0.06,,0.06,,,2009-03-05, +/games/boxart/full_6071008AmericaFrontccc.jpg,NBA Live 07,XB,Sports,EA Sports,EA Canada,6.4,0.06,0.04,,0.01,0,2006-09-25, +/games/boxart/full_614051AmericaFrontccc.jpg,Golf Club 2,XOne,Sports,Maximum Games,HB Studios,,0.06,0.05,,,0.01,2017-06-27,2018-07-03 +/games/boxart/full_1648699JapanFrontccc.jpg,Eikan wa Kimini 2002: Koshien no Kodou,PS2,Sports,DigiCube,ArtDink,,0.06,,0.06,,,2002-07-18, +/games/boxart/full_1166937AmericaFrontccc.jpg,Mark McMorris Infinite Air,XOne,Sports,Maximum Games,HB Studios,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 +/games/boxart/full_9288412JapanFrontccc.jpg,G1 Jockey 2,PS2,Sports,KOEI,Koei/Inis,,0.06,,0.06,,,2000-11-02, +/games/boxart/1997611ccc.jpg,Tiger Woods PGA Tour 08,DS,Sports,EA Sports,Exient Ltd.,,0.06,0.05,,0,0,2007-08-28, +/games/boxart/full_major-league-baseball-2k11_994AmericaFront.jpg,Major League Baseball 2K11,PSP,Sports,2K Sports,Visual Concepts,,0.06,0.05,,,0.01,2011-03-08, +/games/boxart/full_8914435JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu DreamCast Edition,DC,Sports,Konami,Diamond Head,,0.06,,0.06,,,2000-03-30, +/games/boxart/full_4288556AmericaFrontccc.jpg,NBA Hangtime,PS,Sports,Midway Games,Midway Games,,0.06,0.03,,0.02,0,1997-01-01, +/games/boxart/4969382ccc.jpg,FIFA Street,GC,Sports,EA Sports BIG,EA Canada,,0.06,0.04,,0.01,0,2005-02-22, +/games/boxart/full_5778385PALFrontccc.jpg,Rugby World Cup 2015,PS4,Sports,Big Ben Interactive,HB Studios,,0.06,,,0.05,0.01,2015-09-04,2018-04-19 +/games/boxart/4425075ccc.jpg,Aggressive Inline,GC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",8.9,0.06,0.04,,0.01,0,2002-07-31, +/games/boxart/full_9996484PALFrontccc.jpg,Rugby World Cup 2015,PS3,Sports,Big Ben Interactive,HB Studios,,0.06,,,0.05,0.01,2015-09-04,2018-04-19 +/games/boxart/full_1932501AmericaFrontccc.jpg,FIFA Soccer 06,DS,Sports,EA Sports,Exient Entertainment,,0.06,0.05,,0,0,2005-10-04, +/games/boxart/full_1961547AmericaFrontccc.jpg,Blast Lacrosse,PS,Sports,Acclaim Entertainment,Sandbox,,0.06,0.03,,0.02,0,2001-05-23, +/games/boxart/full_4749456AmericaFrontccc.jpg,Backyard NFL Football '10,PS2,Sports,Atari,Humongous Entertainment,,0.06,0.03,,0.02,0.01,2009-10-20, +/games/boxart/full_7599054AmericaFrontccc.jpg,Unreal Tournament III,PC,Shooter,Midway Games,Epic Games,8.4,0.06,,,0.05,0.01,2007-11-19, +/games/boxart/1902105ccc.jpg,Bionicle Heroes,DS,Shooter,Eidos Interactive,Amaze Entertainment,7.8,0.06,0.06,,0,0,2006-11-14, +/games/boxart/7478836ccc.jpg,Disney's Chicken Little: Ace In Action,DS,Shooter,Buena Vista,Avalanche Software,6,0.06,0.06,,0,0,2006-11-09, +/games/boxart/4398109ccc.jpg,Terminator 3: The Redemption,XB,Shooter,Atari,Paradigm Entertainment,,0.06,0.05,,0.01,0,2004-09-02, +/games/boxart/full_5003911AmericaFrontccc.jpg,Starwinder: The Ultimate Space Race,PS,Racing,Mindscape,Mindscape,,0.06,0.03,,0.02,0,1996-10-31, +/games/boxart/1525376ccc.jpg,Top Gear Hyper-Bike,N64,Racing,Kemco,Snowblind Studios,,0.06,0.05,,0.01,0,2000-03-21, +/games/boxart/full_blur_6AmericaFront.jpg,Blur,PC,Racing,Activision,Bizarre Creations,8.1,0.06,0.01,,0.04,0.01,2010-05-25, +/games/boxart/full_7200945PALFrontccc.jpg,MotoGP 15,PS3,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.06,,0.04,0.02,0,2015-06-24,2018-04-24 +/games/boxart/full_4025078AmericaFrontccc.jpg,Big Bang Mini,DS,Shooter,SouthPeak Interactive,Arkedo Studio,8,0.06,0.05,,0,0,2009-01-21, +/games/boxart/full_5339768AmericaFrontccc.jpg,Coded Arms: Contagion,PSP,Shooter,Konami,Creat Studio,,0.06,0.05,,0,0.01,2007-09-18, +/games/boxart/full_6233565AmericaFrontccc.jpg,Mobile Suit Gundam Seed: Never Ending Tomorrow,PS2,Shooter,Bandai,Bec,,0.06,0.03,,0.02,0.01,2005-09-29, +/games/boxart/full_9773837AmericaFrontccc.jpg,Robotica,SAT,Shooter,Acclaim Entertainment,Genki,,0.06,,0.06,,,1995-01-01, +/games/boxart/7323313ccc.jpg,Land of the Dead: Road to Fiddler's Green,XB,Shooter,Groove Games,Brainbox Games,,0.06,0.05,,0.01,0,2005-10-26, +/games/boxart/full_4842375AmericaFrontccc.jpg,Touhou Kobuto V: Burst Battle,NS,Shooter,NIS America,CUBETYPE,,0.06,0.04,,0.02,0.01,2017-10-10,2018-01-04 +/games/boxart/full_3541477AmericaFrontccc.jpg,R-Types,PS,Shooter,ASCII Entertainment,Racdym,,0.06,0.04,,0.02,0,1999-02-28, +/games/boxart/full_8451082AmericaFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Zeta Gundam,PS2,Shooter,Bandai,Capcom,,0.06,0.03,,0.02,0.01,2005-06-28, +/games/boxart/full_5425238JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken Portable SE,PSP,Misc,Sega,Sammy Studios,,0.06,,0.06,,,2006-08-10, +/games/boxart/full_8680791JapanFrontccc.jpg,Wantame Fortune Channel,DS,Misc,Capcom,Capcom,,0.06,,0.06,,,2007-08-09, +/games/boxart/full_7707652AmericaFrontccc.jpg,Pump It Up: Exceed,PS2,Misc,Mastiff,Andamiro U.S.A. Corp.,,0.06,0.03,,0.02,0.01,2005-08-29, +/games/boxart/full_quiz-hexagon-ii_8JapanFront.jpg,Quiz! Hexagon II,DS,Misc,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2010-07-22, +/games/boxart/full_1875243AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,WiiU,Shooter,Activision,Edge of Reality,,0.06,0.04,,0.02,0.01,2014-06-24,2018-12-27 +/games/boxart/6536152ccc.jpg,Spy Games: Elevator Mission,Wii,Shooter,Tommo,Tommo,2,0.06,0.06,,,0,2007-11-16, +/games/boxart/full_9415971PALFrontccc.jpg,Earth Defense Force 2017 Portable,PSV,Shooter,D3Publisher,Sandlot,,0.06,,0.06,,,2013-02-05,2018-12-29 +/games/boxart/7001692ccc.jpg,Giants: Citizen Kabuto,PS2,Shooter,Interplay,Digital Mayhem,,0.06,0.03,,0.02,0.01,2001-12-20, +/games/boxart/5219498ccc.gif,The Fast and the Furious,PS2,Racing,Namco Bandai,Eutechnyx,,0.06,0.03,,0.02,0.01,2006-09-26, +/games/boxart/full_7194843AmericaFrontccc.jpg,Spintires: MudRunner - American Wilds,NS,Racing,Maximum Games,Saber Interactive,,0.06,0.05,,,0.01,2018-10-23,2019-02-19 +/games/boxart/full_5120437AmericaFrontccc.jpg,Scrabble Blast!,GBA,Misc,DSI Games,Visual Impact,,0.06,0.04,,0.01,0,2005-05-02, +/games/boxart/full_daito-giken-official-slot-simulator-shin-yoshimune_4JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Shin Yoshimune,PS2,Misc,Paon,Paon Corporation,,0.06,,0.06,,,2008-03-13, +/games/boxart/3708029ccc.jpg,Brain Quest: Grades 3 & 4,DS,Misc,Electronic Arts,Planet Moon Studios,,0.06,0.05,,,0,2008-09-22, +/games/boxart/full_8327166AmericaFrontccc.jpg,CMT Presents: Karaoke Revolution Country,PS2,Misc,Konami,Harmonix Music Systems,,0.06,0.03,,0.02,0.01,2006-03-21, +/games/boxart/full_9945258PALFrontccc.gif,Jacqueline Wilson's Tracy Beaker: The Game,DS,Misc,P2 Games,P2 Games,,0.06,,,0.05,0,2009-10-16, +/games/boxart/full_ataris-greatest-hits-volume-2_678AmericaFront.jpg,Atari's Greatest Hits: Volume 2,DS,Misc,Atari,Atari,,0.06,0.05,,,0,2011-03-08, +/games/boxart/full_2390826JapanFrontccc.jpg,To Heart 2: Dungeon Travelers,PSV,Adventure,Aqua Plus,Aqua Plus,,0.06,,0.06,,,2015-04-30,2018-09-22 +/games/boxart/full_2663707JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch - Lost Colors,PS2,Adventure,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-03-27, +/games/boxart/full_5217165JapanFrontccc.jpg,Tokimeki no Houkago,PS,Misc,Konami,KCET,,0.06,,0.06,,0,1998-07-16, +/games/boxart/4155163ccc.jpg,The Pinball of the Dead,GBA,Misc,THQ,Wow Entertainment,,0.06,0.05,,0.02,0,2002-06-16, +/games/boxart/full_4823721JapanFrontccc.jpg,Gunbird,SAT,Shooter,Atlus,Psikyo,,0.06,,0.06,,,1995-12-15, +/games/boxart/full_8525042AmericaFrontccc.jpg,Hunting Simulator,XOne,Shooter,Bigben Interactive,Maximum Games,,0.06,0.05,,,0.01,2017-07-11,2018-06-28 +/games/boxart/full_3097207AmericaFrontccc.jpg,Elemental Gearbolt,PS,Shooter,Working Designs,Alfa System,,0.06,0.03,,0.02,0,1998-06-30, +/games/boxart/42707ccc.jpg,Tom Clancy's Rainbow Six 3,GC,Shooter,Ubisoft,Ubisoft Montreal / Red Storm Entertainment,6.5,0.06,0.04,,0.01,0,2004-06-17, +/games/boxart/8270829ccc.jpg,Backyard NFL Football '08,PS2,Sports,Atari,Humongous Entertainment,,0.06,0.03,,0.02,0.01,2007-10-23, +/games/boxart/6420261ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,GBA,Sports,Activision,Torus Games,,0.06,0.04,,0.01,0,2004-11-10, +/games/boxart/full_pro-yakyuu-famista-2011_172JapanFront.jpg,Pro Yakyuu Famista 2011,3DS,Sports,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2011-03-31, +/games/boxart/full_6093689AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),3DS,Action-Adventure,Activision,High Voltage Software,,0.06,0.03,,0.03,0.01,2014-04-29,2018-03-19 +/games/boxart/full_252024JapanFrontccc.jpg,Tenchi Muyou! Ryoukouki Gokuraku,SAT,Adventure,Yumedia,Yumedia,,0.06,,0.06,,0,1995-09-29, +/games/boxart/full_6108784AmericaFrontccc.jpg,Theresia...,DS,Adventure,Aksys Games,WorkJam,,0.06,0.05,,,0,2008-10-30, +/games/boxart/full_5337109JapanFrontccc.jpg,Kekkon: Marriage,SAT,Adventure,Shogakukan,Shogakukan Production,,0.06,,0.06,,0,1995-12-15, +/games/boxart/full_9424962JapanFrontccc.jpg,KimiKiss,PS2,Adventure,Enterbrain,Enterbrain,,0.06,,0.06,,,2006-05-25, +/games/boxart/full_6434790PALFrontccc.jpg,Handball 16,PS4,Sports,Bigben Interactive,EKO Software,,0.06,,,0.05,0.01,2015-11-27,2018-04-24 +/games/boxart/full_3593304AmericaFrontccc.png,Assassin's Creed Odyssey,PC,Action-Adventure,Ubisoft,Ubisoft Quebec,,0.06,,,0.06,0,2018-10-05,2018-06-13 +/games/boxart/8202047ccc.jpg,Backyard Skateboarding 2006,GBA,Sports,Atari,Humongous Entertainment,,0.06,0.04,,0.02,0,2004-10-04, +/games/boxart/full_2860897JapanFrontccc.jpg,Minna no Sukkiri,PSP,Sports,Sony Computer Entertainment,SCEI,,0.06,,0.06,,,2009-10-01, +/games/boxart/full_9521831PALFrontccc.jpg,Asterix and Obelix XXL2,NS,Action-Adventure,Microids,Microids,6.5,0.06,,,0.06,0,2018-11-29,2019-02-19 +/games/boxart/full_582231AmericaFrontccc.jpg,Conan Exiles,XOne,Action-Adventure,Maximum Games,Funcom Oslo A/S,,0.06,0.05,,0.01,0.01,2018-05-08,2018-03-18 +/games/boxart/full_4264014AmericaFrontccc.jpg,Diva Girls: Divas on Ice,DS,Sports,505 Games,Arc System Works,,0.06,0.05,,0,0,2009-06-16, +/games/boxart/full_champion-jockey-g1-jockey-amp-gallop-racer_270PALFront.jpg,Champion Jockey: G1 Jockey & Gallop Racer,X360,Sports,Tecmo Koei,Tecmo Koei Games,,0.06,,0,0.05,0.01,2011-09-02,2018-07-30 +/games/boxart/full_7709037AmericaFrontccc.jpg,XGRA: Extreme G Racing Association,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.06,0.03,,0.02,0.01,2003-09-11, +/games/boxart/full_interplay-sports-baseball-2000_7AmericaFront.jpg,Interplay Sports Baseball 2000,PS,Sports,Interplay,Interplay,,0.06,0.03,,0.02,0,1999-03-31, +/games/boxart/full_6321761AmericaFrontccc.jpg,Worldwide Soccer,SAT,Sports,Sega,Sega,,0.06,,0.06,,,1995-01-01, +/games/boxart/full_5959636AmericaFrontccc.jpg,Rapala Pro Fishing,GBA,Sports,Activision,Torus Games,,0.06,0.04,,0.02,0,2004-08-31, +/games/boxart/full_5829470AmericaFrontccc.jpg,R.B.I. Baseball 2016,XOne,Sports,MLB.com,MLB.com,,0.06,0.05,,,0.01,2016-04-05,2018-06-27 +/games/boxart/3986229ccc.jpg,World Soccer Winning Eleven 9 (US sales),PSP,Sports,Konami,Konami Computer Entertainment Tokyo,,0.06,0.05,,,0,2006-02-07, +/games/boxart/full_winning-post-4-maximum_4JapanFront.jpg,Winning Post 4 Maximum,PS2,Sports,KOEI,Koei/Inis,,0.06,,0.06,,,2000-09-28, +/games/boxart/full_4016487AmericaFrontccc.jpg,World Championship Athletics,Wii,Sports,Conspiracy Entertainment,Crave Entertainment,,0.06,0.04,,0.01,0,2009-08-04, +/games/boxart/full_7725730JapanFrontccc.jpg,Hakuouki: Yuugi Roku Ni - Matsuri Hayashi to Taishitachi,PSP,Misc,Idea Factory,Idea Factory,,0.06,,0.06,,,2012-10-18,2019-01-03 +/games/boxart/full_pachislot-series-vol-11-cr-neon-geneses-evangelion_3JapanFront.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 11: Shinseiki Evangelion - Magokoro o, Kimi ni",PS2,Misc,D3 Publisher,Bisty,,0.06,,0.06,,,2007-09-27, +/games/boxart/2581555ccc.jpg,Spy Fox in Dry Cereal,Wii,Adventure,Majesco,Mistic Studios,,0.06,0.06,,,0,2008-08-26, +/games/boxart/full_starry-sky-in-summer-psp-edition_6JapanFront.jpg,Starry * Sky: In Summer - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.06,,0.06,,,2010-09-30, +/games/boxart/full_20957AmericaFrontccc.jpg,Broken Sword: The Shadow of the Templars,GBA,Adventure,BAM! Entertainment,Revolution Software Ltd.,8.1,0.06,0.04,,0.02,0,2002-03-17, +/games/boxart/full_4008801AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,X360,Adventure,Little Orbit,WayForward Technologies,,0.06,0,,0.05,0,2014-10-18,2018-04-17 +/games/boxart/full_5979868AmericaFrontccc.jpg,Sherlock Holmes: The Devil's Daughter,PS4,Adventure,Bigben Interactive,Bigben Interactive,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 +/games/boxart/full_another-code-r-a-journey-into-lost-memories_0PALFront.jpg,Another Code R: A Journey into Lost Memories,Wii,Adventure,Nintendo,Cing,5.9,0.06,,0.03,0.03,0,2009-06-26, +/games/boxart/full_833474AmericaFrontccc.jpg,Serious Sam II,XB,Shooter,2K Games,Croteam,,0.06,0.05,,0.01,0,2005-10-11, +/games/boxart/3828245ccc.jpg,Star Soldier: Vanishing Earth,N64,Shooter,Electro Brain,Hudson Soft,,0.06,0.05,,0.01,0,1998-12-15, +/games/boxart/full_1815063PALFrontccc.jpg,Killing Floor 2,XOne,Shooter,Tripwire Interactive,Tripwire Interactive,,0.06,0.05,,,0.01,2017-08-29,2018-05-30 +/games/boxart/7115727ccc.jpg,Combat Elite: WWII Paratroopers,PS2,Shooter,SouthPeak Interactive,BattleBorne,,0.06,0.03,,0.02,0.01,2005-11-21, +/games/boxart/403806ccc.jpg,Commandos: Strike Force,PS2,Shooter,Eidos Interactive,Pyro Studios,,0.06,0.03,,0.02,0.01,2006-04-04, +/games/boxart/full_1101668AmericaFrontccc.jpg,Enemy Front,PS3,Shooter,City Interactive,City Interactive,,0.06,0.01,,0.04,0.01,2014-06-10,2019-01-03 +/games/boxart/full_6385312AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Critical Hour,XB,Shooter,Ubisoft,Ubisoft Quebec,,0.06,0.04,,0.01,0,2006-03-14, +/games/boxart/full_9824036AmericaFrontccc.jpg,S.T.A.L.K.E.R.: Call of Pripyat,PC,Shooter,Viva Media,GSC Game World,8,0.06,0,,0.05,0.01,2010-02-02, +/games/boxart/full_7532861JapanFrontccc.png,Bullet Girls 2,PSV,Shooter,D3Publisher,Shade,,0.06,,0.06,,,2016-04-21,2018-09-22 +/games/boxart/full_pheasants-forever_48AmericaFront.jpg,Pheasants Forever Wingshooter,Wii,Shooter,GameMill,High Voltage Software,,0.06,0.03,,0.02,0,2010-10-06, +/games/boxart/full_inversion_418PALFront.jpg,Inversion,X360,Shooter,Namco Bandai Games,Saber Interactive,,0.06,0.03,,0.02,0.01,2012-06-05, +/games/boxart/488402ccc.jpg,Dragon Rage,PS2,Shooter,3DO,3DO,,0.06,0.03,,0.02,0.01,2001-11-27, +/games/boxart/full_call-of-duty-the-war-collection_8AmericaFront.jpg,Call of Duty: The War Collection,X360,Shooter,Activision,Infinity Ward,,0.06,0.05,,,0,2010-06-08, +/games/boxart/1719818ccc.gif,Tron 2.0: Killer App,XB,Shooter,Buena Vista,Climax Group,,0.06,0.04,,0.01,0,2004-11-02, +/games/boxart/5644774ccc.gif,Point Blank DS (US sales),DS,Shooter,Namco Bandai,Namco Bandai Games,,0.06,0.05,,0,,2006-06-13, +/games/boxart/full_1181259AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Advanced Warfighter,PS2,Shooter,Ubisoft,Ubisoft Shanghai,,0.06,0.03,,0.02,0.01,2006-03-28, +/games/boxart/748895ccc.jpg,SeaBlade,XB,Shooter,Simon & Schuster Interactive,"Vision Scape Interactive, Inc.",,0.06,0.04,,0.01,0,2002-11-20, +/games/boxart/full_monster-madness-grave-danger_373AmericaFront.jpg,Monster Madness: Grave Danger,PS3,Shooter,SouthPeak Interactive,Psyonix Studios,,0.06,0.05,,0.01,0.01,2008-08-05, +/games/boxart/8134310ccc.jpg,Miami Vice: The Game,PSP,Shooter,Vivendi Games,Rebellion Developments,,0.06,0.06,,0,0,2006-07-18, +/games/boxart/2019984ccc.gif,Urban Chaos: Riot Response,PS2,Shooter,Eidos Interactive,Rocksteady Studios,,0.06,0.03,,0.02,0.01,2006-06-13, +/games/boxart/full_1157458AmericaFrontccc.jpg,Terminator 3: Rise of the Machines,GBA,Shooter,Atari,Taniko,,0.06,0.04,,0.02,0,2003-11-18, +/games/boxart/full_3031290AmericaFrontccc.jpg,Nanostray,DS,Shooter,Majesco,Shin'en GmbH,,0.06,0.05,,0,0,2005-07-19, +/games/boxart/full_2320437AmericaFrontccc.jpg,Men in Black The Series: Crashdown,PS,Shooter,Infogrames,Runecraft,,0.06,0.03,,0.02,0,2001-11-01, +/games/boxart/full_3473168JapanFrontccc.jpg,Pro Yakyuu Spirits 2012,PSV,Shooter,Konami Digital Entertainment,Konami,,0.06,,0.06,,,2012-03-29,2018-11-03 +/games/boxart/full_2128730JapanFrontccc.jpg,Kuukan * Zukei: Hirameki Training - KuuTore,DS,Misc,Benesse,Benesse,,0.06,,0.06,,,2008-05-29, +/games/boxart/full_2516587JapanFrontccc.jpg,Osu! Tatakae! Ouendan,DS,Misc,Nintendo,iNiS,,0.06,,0.06,,,2005-07-28, +/games/boxart/3578260ccc.jpg,Bomberman Land,PSP,Misc,Hudson Entertainment,Hudson Soft,6.5,0.06,0.06,,0,0,2008-01-29, +/games/boxart/full_5249188PALFrontccc.jpg,Stern Pinball Arcade,NS,Misc,Alliance Digital Media,System 3 Software,,0.06,0.05,,0.01,0.01,2017-12-12,2019-02-19 +/games/boxart/full_7894324PALFrontccc.jpg,GRID 2,PC,Misc,Codemasters,Unknown,,0.06,,,0.06,0,2013-05-28, +/games/boxart/full_gold-and-glory-the-road-to-el-dorado_256AmericaFront.jpg,Gold and Glory: The Road to El Dorado,PS,Adventure,Ubisoft,Revolution Software,,0.06,0.03,,0.02,0,2000-12-19, +/games/boxart/full_5872646AmericaFrontccc.jpg,Goosebumps: The Game,3DS,Adventure,GameMill Entertainment,WayForward Technologies,,0.06,0.05,,0,0.01,2015-10-13, +/games/boxart/full_2003847JapanFrontccc.jpg,Utawarerumono: Mask of Deception,PS3,Adventure,Aqua Plus,Aqua Plus,,0.06,,0.06,,,2015-09-24,2019-03-23 +/games/boxart/1857378ccc.jpg,Disney's Kim Possible: Global Gemini,DS,Platform,Disney Interactive Studios,Artificial Mind and Movement,,0.06,0.05,,0.01,0,2007-02-13, +/games/boxart/full_89215AmericaFrontccc.jpg,History Channel: Battle for the Pacific,X360,Shooter,Activision,Cauldron Ltd.,,0.06,0.05,,0,0,2007-12-04, +/games/boxart/full_6898600AmericaFrontccc.jpg,Syphon Filter: Logan's Shadow,PS2,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.06,0.03,,0.02,0.01,2010-06-01, +/games/boxart/7361406ccc.jpg,Tecmo Classic Arcade,XB,Misc,Tecmo,Tecmo,,0.06,0.05,,0.01,0,2005-09-14, +/games/boxart/full_4135474PALFrontccc.jpg,2 Games in 1: Sonic Pinball Party & Columns Crown,GBA,Misc,Sega,Various,,0.06,0.04,,0.02,0,2005-11-16, +/games/boxart/full_3036288AmericaFrontccc.jpg,Mad Maestro!,PS2,Misc,Eidos Interactive,Desert Productions,,0.06,0.03,,0.02,0.01,2002-03-12, +/games/boxart/full_9697199AmericaFrontccc.jpg,Intellivision Lives!,GC,Misc,Crave Entertainment,Realtime Associates,6.4,0.06,0.05,,0.01,0,2004-11-04, +/games/boxart/full_1723277JapanFrontccc.jpg,Saki: Zenkoku-hen,PSV,Misc,Kaga Create,Unknown,,0.06,,0.06,,,2015-09-17,2018-09-22 +/games/boxart/full_9505499AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),WiiU,Action-Adventure,Activision,Beenox,,0.06,0.03,,0.03,0,2014-04-29,2018-03-19 +/games/boxart/5422814ccc.jpg,Hail to the Chimp,X360,Misc,Gamecock,Wideload Games,7,0.06,0.05,,,0,2008-06-24, +/games/boxart/full_pachinko-paradise-13_1JapanFront.jpg,PachiPara 13: Super Umi no Pachi-Pro Fuuunroku,PS2,Misc,Irem Software Engineering,Irem Software Engineering,,0.06,,0.06,,,2006-10-26, +/games/boxart/full_3828363AmericaFrontccc.jpg,Exhibition Volume 5,XB,Misc,Microsoft,Various,,0.06,0.04,,0.01,0,2004-05-27,2018-09-25 +/games/boxart/full_2536541AmericaFrontccc.jpg,Satisfashion,DS,Misc,Destineer,"eGames, Inc.",,0.06,0.05,,,0,2010-06-08, +/games/boxart/full_4772657AmericaFrontccc.jpg,Dance Sensation!,Wii,Misc,Majesco,Alpine Studios,,0.06,0.06,,,0,2010-05-04, +/games/boxart/full_194351AmericaFrontccc.jpg,Atari Flashback Classics: Volume 2,PS4,Misc,Atari,Atari,,0.06,0.05,,,0.01,2016-10-12,2018-06-27 +/games/boxart/full_9361176JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 3 Kankoku,DS,Misc,Nintendo,TOSE,,0.06,,0.06,,,2006-04-20, +/games/boxart/736907ccc.jpg,Discworld,PS,Adventure,Psygnosis,Teeny Weeny Games,,0.06,0.04,,0.02,0,1995-01-01, +/games/boxart/5623570ccc.jpg,Pirates: The Legend of Black Kat,XB,Adventure,Electronic Arts,Westwood Studios,,0.06,0.05,,0.01,0,2002-03-24, +/games/boxart/full_9080126JapanFrontccc.jpg,July,DC,Adventure,Fortyfive,Fortyfive,4.8,0.06,,0.06,,0,1998-11-27, +/games/boxart/3976232ccc.jpg,Call of Cthulhu: Dark Corners of the Earth,XB,Adventure,2K Games,Headfirst Productions,,0.06,0.05,,0.01,0,2005-10-24, +/games/boxart/full_5447170AmericaFrontccc.jpg,Grey's Anatomy: The Video Game,Wii,Adventure,Ubisoft,Longtail Studios,,0.06,0.05,,0.01,0,2009-03-04, +/games/boxart/full_1633132AmericaFrontccc.jpg,Secret Files: Tunguska,Wii,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.06,0.04,,0.01,0,2010-03-30, +/games/boxart/full_1414269AmericaFrontccc.jpg,Alone in the Dark,PS2,Adventure,Atari,Hydravision Entertainment,,0.06,0.03,,0.02,0.01,2008-06-23, +/games/boxart/full_6507905JapanFrontccc.jpg,Higurashi Daybreak Portable,PSP,Adventure,Alchemist,Alchemist,,0.06,,0.06,,,2008-11-27, +/games/boxart/full_fatetiger-colosseum-upper_191JapanFront.jpg,Fate/Tiger Colosseum Upper,PSP,Fighting,Capcom,Cavia Inc.,,0.06,,0.06,,,2008-08-28, +/games/boxart/full_961138JapanFrontccc.jpg,Real Bout Garou Densetsu Special: Dominated Mind,PS,Fighting,SNK,SNK Corporation,,0.06,,0.05,,0,1998-06-25, +/games/boxart/full_4713538AmericaFrontccc.jpg,Samurai Shodown Anthology,Wii,Fighting,SNK Playmore,SNK Playmore Corporation,,0.06,0.05,0,,0,2009-04-14, +/games/boxart/full_2986919AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Tournament Fighters,SNES,Fighting,Konami,Konami,,0.06,,0.06,,0,1993-12-01, +/games/boxart/full_9345995JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS Flame Rumble X - Mirai Chou-Bakuhatsu!!,DS,Fighting,Takara Tomy,Takara Tomy,,0.06,,0.06,,,2009-07-23, +/games/boxart/full_9357100JapanFrontccc.jpg,Bleach: Blade Battlers 2nd,PS2,Fighting,Sony Computer Entertainment,Racjin,,0.06,,0.06,,,2007-09-27, +/games/boxart/full_6966775JapanFrontccc.jpg,Hajime no Ippo Portable: Victorious Spirits,PSP,Fighting,Grand Prix Games,ESP Software,,0.06,,0.06,,,2007-12-20, +/games/boxart/full_6661936AmericaFrontccc.jpg,Showtime Championship Boxing,DS,Fighting,DSI Games,Nikitova Games,,0.06,0.06,,,0,2007-11-10, +/games/boxart/full_5474AmericaFrontccc.jpg,Arslan: The Warriors of Legend,XOne,Action,Tecmo Koei,Koei Tecmo Games,,0.06,0.05,,0,0.01,2016-02-09,2018-07-31 +/games/boxart/4526953ccc.jpg,Gun Showdown,PSP,Action,Activision,Neversoft Entertainment / Rebellion,,0.06,0.05,,0,0.01,2006-10-10, +/games/boxart/6549288ccc.jpg,Catwoman,XB,Action,Electronic Arts,Argonaut Games,4.7,0.06,0.04,,0.01,0,2004-07-20, +/games/boxart/3319478ccc.jpg,Warriors Orochi 2,X360,Action,KOEI,Omega Force,4.6,0.06,0.04,0.01,0,0,2008-09-23, +/games/boxart/6457909ccc.jpg,Resident Evil 2,GC,Action,Capcom,Capcom,5.9,0.06,0.04,,0.01,0,2003-01-16, +/games/boxart/full_2518611AmericaFrontccc.jpg,The King of Fighters '96,NG,Fighting,SNK,SNK Corporation,,0.06,,0.06,,0,1996-09-27, +/games/boxart/290269ccc.jpg,WWF Wrestlemania: The Arcade Game,PS,Fighting,Acclaim Entertainment,Sculptured Software,,0.06,0.03,,0.02,0,1995-10-18, +/games/boxart/8232301ccc.gif,Guilty Gear X: Advance Edition,GBA,Fighting,Sammy Corporation,Arc System Works,7.3,0.06,0.04,,0.02,0,2002-08-29, +/games/boxart/full_the-book-of-unwritten-tales-the-critter-chronicles_646PALFront.jpg,The Book of Unwritten Tales: The Critter Chronicles,PC,Adventure,Crimson Cow,KING Art Games,,0.06,,,0.05,0.01,2011-10-06, +/games/boxart/full_the-next-big-thing_586AmericaFront.jpg,The Next BIG Thing,PC,Adventure,Focus Home Interactive,Pendulo Studio,6.8,0.06,,,0.05,0.01,2011-04-21, +/games/boxart/full_6697919JapanFrontccc.jpg,New Prince of Tennis: Go to the Top,3DS,Adventure,FuRyu Corporation,FuRyu,,0.06,,0.06,,,2015-03-05,2018-08-06 +/games/boxart/full_3884583AmericaFrontccc.jpg,Sherlock Holmes: The Devil's Daughter,XOne,Adventure,Bigben Interactive,Bigben Interactive,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 +/games/boxart/7844123ccc.jpg,Carmen Sandiego: The Secret of the Stolen Drums,PS2,Adventure,BAM! Entertainment,Artificial Mind and Movement,,0.06,0.03,,0.02,0.01,2004-09-08, +/games/boxart/full_1052342AmericaFrontccc.jpg,Kamen Rider: Dragon Knight,Wii,Fighting,D3 Publisher,Eighting,,0.06,0.06,,,0,2009-11-17, +/games/boxart/full_zatch-bell-mamodo-battles_128AmericaFront.jpg,Zatch Bell! Mamodo Battles,GC,Fighting,Bandai,Eighting,7,0.06,0.05,,0.01,0,2005-10-19, +/games/boxart/full_4806277JapanFrontccc.jpg,Bleach: Versus Crusade,Wii,Fighting,Sega,"Treasure Co., Ltd.",,0.06,,0.06,,,2008-12-18,2018-11-27 +/games/boxart/full_8024412JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 14: CR Shinseiki Evangelion: Saigo no Mono,PS2,Misc,D3 Publisher,Bisty,,0.06,,0.06,,,2009-07-30, +/games/boxart/full_6465488JapanFrontccc.jpg,Nicola Kanshuu: Model * Oshare Audition,DS,Misc,Alchemist,Alchemist,,0.06,,0.06,,,2010-04-01, +/games/boxart/full_212579PALFrontccc.jpg,Atari Flashback Classics: Volume 3,PS4,Misc,Funbox Media,Atari,,0.06,0.05,,,0.01,2018-09-28,2018-10-27 +/games/boxart/585435ccc.jpg,Friends: The One with All the Trivia,PS2,Misc,Warner Bros. Interactive,Artech Studios,,0.06,0.03,,0.02,0.01,2005-11-15, +/games/boxart/full_76999AmericaFrontccc.jpg,PopStar Guitar,Wii,Misc,XS Games,Broadsword Interactive,,0.06,0.03,,0.03,0,2008-10-28, +/games/boxart/full_chuck-e-cheeses-playhouse_0AmericaFront.jpg,Chuck E. Cheese's Playhouse,DS,Misc,UFO Interactive,UFO Interactive,,0.06,0.05,,,0,2010-09-28, +/games/boxart/full_my-amusement-park_3AmericaFront.jpg,My Amusement Park,DS,Misc,Scholastic Inc.,Scholastic Inc.,,0.06,0.05,,,0,2010-10-26, +/games/boxart/full_casino-chaos-with-las-vegas-players-collection_172AmericaFront.jpg,Casino Chaos With Las Vegas Players Collection,PC,Misc,THQ,ValuSoft,,0.06,0.05,,,0.01,2011-09-13, +/games/boxart/full_4448628AmericaFrontccc.jpg,Extinction,PS4,Action,Maximum Games,Iron Galaxy,,0.06,0.05,,,0.01,2018-04-10,2018-02-01 +/games/boxart/full_5328906JapanFrontccc.jpg,Evangelion: Jo,PSP,Action,Namco Bandai,Bec,,0.06,,0.06,,,2009-06-04, +/games/boxart/full_485257AmericaFrontccc.jpg,Top Gun: Hard Lock,X360,Action,505 Games,Headstrong Games,,0.06,0.03,,0.02,0,2012-03-06,2019-01-03 +/games/boxart/6578237ccc.gif,Winx Club: Quest for the Codex,DS,Action,Konami,Powerhead Games,,0.06,0.03,,0.02,0,2006-11-13, +/games/boxart/full_8634784AmericaFrontccc.jpg,Yomawari: Midnight Shadows,PS4,Action,NIS America,Nippon Ichi Software,,0.06,0.02,0.04,,0,2017-10-24,2018-06-30 +/games/boxart/full_6324582AmericaFrontccc.png,Resident Evil Director's Cut,PSN,Action,Sony Computer Entertainment,Capcom,,0.06,,0.06,,,2009-05-28, +/games/boxart/full_8794216AmericaFrontccc.jpg,Raw Danger! (JP sales),PS2,Action,Agetec,Irem Software Engineering,,0.06,,0.06,,,2007-06-19, +/games/boxart/full_9683008JapanFrontccc.jpg,Kamen Rider: Battride War Genesis,PS3,Action,Namco Bandai Games,Unknown,,0.06,,0.06,,,2016-02-25, +/games/boxart/full_8134366AmericaFrontccc.jpg,Arkanoid DS,DS,Puzzle,Square Enix,Taito Corporation,,0.06,0.06,,0,0,2008-06-17, +/games/boxart/full_santa-claus-is-comin-to-town_42AmericaFront.jpg,Santa Claus Is Comin' to Town!,Wii,Puzzle,Crave Entertainment,Crave Entertainment,,0.06,0.06,,,0,2011-11-08, +/games/boxart/full_1869977JapanFrontccc.jpg,Puyo Puyo Tetris,PSV,Puzzle,Sega,Sonic Team,,0.06,,0.06,,,2014-02-06,2018-07-04 +/games/boxart/full_5092439AmericaFrontccc.jpg,Bust-A-Move '99,N64,Puzzle,Acclaim Entertainment,Distinctive Developments Ltd,,0.06,0.05,,0.01,0,1999-04-30, +/games/boxart/3791859ccc.gif,Scurge: Hive,DS,Action,SouthPeak Interactive,Unknown,,0.06,0.05,,0,0,2006-11-01, +/games/boxart/full_9387446JapanFrontccc.jpg,All Kamen Rider: Rider Revolution,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.06,,0.06,,,2016-12-01,2018-08-06 +/games/boxart/full_2201084JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS Flame Rumble XX - Kessen! Shin 6 Chouka,DS,Action,Takara Tomy,Takara Tomy,,0.06,,0.06,,,2010-07-22, +/games/boxart/2479842ccc.jpg,Animorphs: Shattered Reality,PS,Action,Infogrames,Single Trac,3.5,0.06,0.03,,0.02,0,2000-09-06, +/games/boxart/full_3795660AmericaFrontccc.jpg,Steins;Gate,PS3,Visual Novel,5pb,5pb. Inc.,,0.06,0.01,0.02,0.02,0.01,2015-09-18,2018-07-04 +/games/boxart/full_6561635JapanFrontccc.jpg,Steins;Gate,X360,Visual Novel,5pb,Nitro+,,0.06,,0.06,,,2009-10-15,2018-07-04 +/games/boxart/full_6332750JapanFrontccc.jpg,Steins;Gate: Senkei Kousoku no Phonogram,PS3,Visual Novel,5pb,5pb. Games,,0.06,,0.06,,,2013-04-25,2019-01-03 +/games/boxart/full_79170JapanFrontccc.jpg,Steins;Gate: Darling of Loving Vows,PSP,Visual Novel,5pb,5pb. Inc.,,0.06,,0.06,,,2012-04-26,2019-01-03 +/games/boxart/full_4966331JapanFrontccc.jpg,Fate/stay night [Réalta Nua],PSV,Visual Novel,Kadokawa Shoten,Type-Moon,,0.06,,0.06,,,2012-11-29,2019-01-03 +/games/boxart/full_2477393AmericaFrontccc.jpg,Persona 5: Dancing in Starlight,PS4,Music,Atlus,Atlus,,0.06,0.03,0.03,,0.01,2018-12-04,2018-08-13 +/games/boxart/full_2746448JapanFrontccc.jpg,Uta no Prince-Sama: Music 3,PSV,Music,Broccoli,Nippon Ichi Software,,0.06,,0.06,,,2016-01-28,2018-09-22 +/games/boxart/7368379ccc.jpg,DropCast,DS,Puzzle,THQ,Mikoishi,,0.06,0.06,,,0,2008-09-22, +/games/boxart/full_4765035JapanFrontccc.jpg,Killing Zone,PS,Fighting,Acclaim Entertainment,Naxat Soft,,0.06,0.03,,0.02,0,1996-07-01, +/games/boxart/full_437974JapanFrontccc.jpg,Dissidia: Final Fantasy Universal Tuning,PSP,Fighting,Square Enix,Square Enix,,0.06,,0.06,,,2009-11-01, +/games/boxart/full_rurouni-kenshin-meiji-kenkaku-romantan-saisen_498JapanFront.jpg,Rurouni Kenshin: Meiji Kenkaku Romantan Saisen,PSP,Fighting,Namco Bandai,Namco Bandai Games,,0.06,,0.06,,,2011-03-10, +/games/boxart/full_1556033JapanFrontccc.jpg,Rurouni Kenshin: Meiji Kenyaku Romantan - Kansen,PSP,Fighting,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2012-08-30,2019-01-03 +/games/boxart/full_5515086AmericaFrontccc.jpg,Naruto: Ultimate Ninja Heroes (JP sales),PSP,Fighting,Namco Bandai,CyberConnect2,,0.06,,0.06,,,2007-08-28, +/games/boxart/6457918ccc.jpg,Legend of the Dragon,Wii,Fighting,Game Factory,Neko Entertainment,,0.06,0.06,,0,0,2007-05-01, +/games/boxart/299578ccc.jpg,Rock Blast,DS,Puzzle,UFO Interactive,UFO Interactive,,0.06,0.06,,,0,2008-08-05, +/games/boxart/1778945ccc.jpg,Puzzler Collection,Wii,Puzzle,Zoo Digital Publishing,Route 1 Games,,0.06,0.05,,0,0,2008-07-29, +/games/boxart/full_4043104AmericaFrontccc.jpg,Naruto: Uzumaki Chronicles 2 (JP sales),PS2,Action,Namco Bandai,Cavia Inc.,,0.05,,0.05,,,2007-09-04, +/games/boxart/full_5446154AmericaFrontccc.jpg,Secret Service,X360,Action,Activision,Tigon,,0.05,0.04,,0,0,2008-11-04, +/games/boxart/full_3391224AmericaFrontccc.jpg,Ultimate Ghosts 'n Goblins (JP sales),PSP,Platform,Capcom,Capcom,,0.05,,0.05,,,2006-08-29, +/games/boxart/full_7933968AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),NS,Platform,DotEmu,Lizardcube,7.4,0.05,0.04,,,0.01,2017-04-18,2018-08-10 +/games/boxart/default.jpg,Gem Smashers,Wii,Platform,Crave Entertainment,Frame Studios Interactive,,0.05,0.04,,,0,2011-11-08, +/games/boxart/full_5050AmericaFrontccc.jpg,Mighty No. 9,XOne,Platform,Eidos Interactive Ltd,Comcept,,0.05,0.04,,,0.01,2015-07-01,2018-07-04 +/games/boxart/1431228ccc.jpg,Frogger: Ancient Shadow,GC,Platform,Konami,Hudson Soft,,0.05,0.04,,0.01,0,2005-09-27, +/games/boxart/full_390129AmericaFrontccc.jpeg,Owlboy,PS4,Platform,Soedesco,D-Pad Studios,,0.05,0.04,,,0.01,2018-05-29,2018-01-06 +/games/boxart/full_4679207AmericaFrontccc.jpg,The Berenstain Bears and the Spooky Old Tree,GBA,Platform,Namco,Program-Ace,,0.05,0.03,,0.01,0,2005-09-20, +/games/boxart/full_9645997AmericaFrontccc.jpg,Futurama,XB,Platform,VU Games,Unique Development Studios Sweden,,0.05,0.03,,0.01,0,2003-08-14, +/games/boxart/full_6522694AmericaFrontccc.jpg,Collar x Malice,PSV,Action,Aksys Games,Idea Factory,,0.05,0.01,0.03,,0.01,2017-07-28,2018-01-19 +/games/boxart/full_1980718AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,Wii,Action,2K Games,7 Studios,,0.05,0.04,,0.01,0,2007-06-15, +/games/boxart/full_8926512AmericaFrontccc.jpg,Devil's Third,WiiU,Action,Nintendo,Valhalla Game Studios,3.8,0.05,0.03,,0.02,0,2015-12-11,2018-01-22 +/games/boxart/full_8486225JapanFrontccc.jpg,Warriors All-Stars,PSV,Action,Tecmo Koei,Omega Force,,0.05,,0.05,,,2017-03-30,2018-09-22 +/games/boxart/full_tom-clancys-hawx-2_277PALFront.jpg,Tom Clancy's HAWX 2,PC,Action,Ubisoft,Ubisoft Bucharest,,0.05,,,0.04,0.01,2010-11-11, +/games/boxart/full_7100918JapanFrontccc.jpg,Yuki Yuna is a Hero: Memory of the Forest,PSV,Action,FuRyu Corporation,FuRyu,,0.05,,0.05,,,2015-02-26,2018-09-22 +/games/boxart/3696948ccc.jpg,Dr. Seuss: Green Eggs and Ham,GBA,Action,NewKidCo,Handheld Games,,0.05,0.04,,0.01,0,2003-11-17, +/games/boxart/full_9135901AmericaFrontccc.jpg,Expendable,PS,Action,Infogrames,Rage Software,,0.05,0.03,,0.02,0,2000-04-22, +/games/boxart/full_5054904AmericaFrontccc.jpg,Tenchu: Dark Secret,DS,Action,Nintendo,From Software,,0.05,0.03,0.01,0,0,2006-08-21,2018-04-22 +/games/boxart/full_2699895JapanFrontccc.jpg,Macross ? Scramble,PSV,Action,Namco Bandai Games,ArtDink,,0.05,,0.05,,,2016-10-20,2018-09-22 +/games/boxart/full_around-the-world-in-80-days_698AmericaFront.jpg,Around the World in 80 Days,GBA,Action,Hip Interactive,Saffire Corporation,3.5,0.05,0.03,,0.01,0,2004-07-05, +/games/boxart/full_9586269AmericaFrontccc.jpg,Activision Anthology,GBA,Misc,Activision,Aspyr,8,0.05,0.03,,0.01,0,2003-12-08, +/games/boxart/full_1758135JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.5: Wolf Hawkfield,SAT,Misc,Sega,Sega-AM2,,0.05,,0.05,,,1995-12-08, +/games/boxart/full_hisshou-777-fighter-pachi-slot-eiyu-densetsu_823JapanFront.jpg,Hisshou 777 Fighter: Pachi Slot Eiyu Densetsu,SNES,Misc,Vap,Jorudan,,0.05,,0.05,,,1994-01-14, +/games/boxart/full_1013332JapanFrontccc.jpg,Guild 01,3DS,Misc,Level 5,Level 5,,0.05,,0.05,,,2012-05-31,2018-04-14 +/games/boxart/full_sesame-street-elmos-a-to-zoo-adventure_8AmericaFront.jpg,Sesame Street: Elmo's A-to-Zoo Adventure,PC,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.05,0.04,,,0,2010-10-20, +/games/boxart/full_5264963JapanFrontccc.jpg,Black Jack vs. Matsudajun,PS,Misc,Pony Canyon,Pony Canyon,,0.05,0.03,,0.02,0,2000-08-10, +/games/boxart/2153370ccc.gif,The Bible Game,XB,Misc,Crave Entertainment,Crave Entertainment,,0.05,0.03,,0.01,0,2005-10-23, +/games/boxart/full_7379065JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 1 Thai,DS,Misc,Nintendo,TOSE,,0.05,,0.05,,,2006-04-20, +/games/boxart/full_8525246PALFrontccc.jpg,Lips: Deutsche Partyknaller,X360,Misc,Microsoft Game Studios,iNiS,,0.05,,,0.04,0.01,2009-11-13, +/games/boxart/full_nazo-waku-yakata-oto-no-aida-ni-aida-ni_747JapanFront.jpg,Nazo Waku Yakata: Oto no Ma ni Ma ni,3DS,Misc,Capcom,Capcom,,0.05,,0.05,,,2011-08-04, +/games/boxart/full_1477574AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,3DS,Action,Little Orbit,Little Orbit,,0.05,,,0.04,0,2015-12-01,2018-04-09 +/games/boxart/6710060ccc.jpg,NightCaster II: Equinox,XB,Action,Jaleco,Jaleco Entertainment,,0.05,0.03,,0.01,0,2002-12-11, +/games/boxart/full_noddy-in-toyland_161PALFront.jpg,Noddy in Toyland,DS,Misc,GSP,Avanquest Software,,0.05,,,0.05,0,2011-02-18, +/games/boxart/full_kids-learn-music-a-edition_742AmericaFront.jpg,Kids Learn Music A+ Edition,DS,Misc,Unknown,Talking Stick Games,,0.05,0.05,,,0,2011-10-04, +/games/boxart/full_9647882JapanFrontccc.jpg,Nounai Aeshe: IQ Suppli DS 2 - Sukkiri King Ketteisen,DS,Misc,Spike,Art,,0.05,,0.05,,,2007-11-29, +/games/boxart/default.jpg,Mahjong 3D: Warriors of the Emperor,3DS,Misc,Unknown,Engine Software,,0.05,,,0.05,0,2020-12-31, +/games/boxart/full_pachipara-14-fuu-to-kumo-to-super-umi-in-okinawa_856JapanFront.jpg,PachiPara 14: Fuu to Kumo to Super Umi in Okinawa,PS2,Misc,Irem Software Engineering,Irem Software Engineering,,0.05,,0.05,,,2007-07-26, +/games/boxart/full_1090867JapanFrontccc.jpg,Atelier Rorona: Alchemist of Arland,PSV,Misc,NIS America,Unknown,,0.05,,0.05,,,2014-06-24, +/games/boxart/full_5399933AmericaFrontccc.jpg,Overcooked,PS4,Action,Sold Out,Ghost Town Games,,0.05,0.04,,,0.01,2016-11-15,2018-06-28 +/games/boxart/full_7366133AmericaFrontccc.jpg,Ben 10 (2017),PS4,Action,Outright Games,Torus Games,,0.05,0.04,,,0.01,2017-11-14,2019-01-21 +/games/boxart/8893737ccc.jpg,Alvin and the Chipmunks,Wii,Misc,Brash Entertainment,Sensory Sweep Studios,,0.05,0.05,,0,0,2007-12-04, +/games/boxart/full_minna-to-kimi-no-piramekino_0JapanFront.jpg,Minna to Kimi no Piramekino!,DS,Misc,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2010-11-25, +/games/boxart/full_6883392AmericaFrontccc.jpg,Drivers Ed Portable,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.05,0.05,,,0,2008-12-22, +/games/boxart/full_lernerfolg-vorschule-captn-sharky_4PALFront.jpg,Lernerfolg Vorschule: Capt'n Sharky,DS,Misc,Tivola,Tivola,,0.05,,,0.05,0.01,2009-11-23, +/games/boxart/3124399ccc.jpg,Code Lyoko,DS,Action,Game Factory,DC Studios,,0.05,0.03,,0.01,0,2007-05-15, +/games/boxart/full_898337JapanFrontccc.jpg,To Love-Ru Trouble Darkness: Battle Ecstasy,PSV,Action,FuRyu Corporation,FuRyu,,0.05,,0.05,,,2014-05-22,2019-04-02 +/games/boxart/full_4190048JapanFrontccc.jpg,Gaist Crusher,3DS,Action,Capcom,"Treasure Co., Ltd.",,0.05,,0.05,,,2013-12-05,2019-01-30 +/games/boxart/full_848756AmericaFrontccc.jpg,Has-Been Heroes,XOne,Action,GameTrust,Frozenbyte,,0.05,0.04,,,0.01,2017-03-28, +/games/boxart/full_ore-sama-kingdom-koi-no-manga-mo-debut-o-mokushise-doki-doki-love-lesson_687JapanFront.jpg,Ore-Sama Kingdom: Koi no Manga mo Debut o Mokushise! Doki Doki Love Lesson,DS,Action,Bandai,Bandai Namco Games,,0.05,,0.05,,,2011-11-23, +/games/boxart/full_5349324JapanFrontccc.jpg,Rimo-Cocoron,PS2,Action,Sony Computer Entertainment,Sony Computer Entertainment,,0.05,,0.05,,,2001-06-28, +/games/boxart/full_9602363AmericaFrontccc.jpg,The Escapists 2,NS,Action,Sold Out,Team17 Software,,0.05,0.04,,,0,2018-10-30,2019-02-22 +/games/boxart/full_7045440PALFrontccc.jpg,Clever Kids: Creepy Crawlies,DS,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,0.05,,,0.04,0,2009-10-23, +/games/boxart/full_1447142AmericaFrontccc.jpg,Double Dragon Advance,GBA,Action,Atlus,Million,7.9,0.05,0.03,,0.01,0,2003-11-14, +/games/boxart/full_2472404AmericaFrontccc.jpg,Nicktoons: Attack of the Toybots,DS,Platform,THQ,Natsume,,0.05,0.04,,0,0,2007-10-23, +/games/boxart/full_8310902AmericaFrontccc.jpg,Disney's PK: Out of the Shadows,GC,Platform,Ubisoft,Ubisoft,4,0.05,0.04,,0.01,0,2002-12-03, +/games/boxart/full_8250885JapanFrontccc.jpg,Kamiwaza,PS2,Action,Acquire,Acquire,,0.05,,0.05,,,2006-08-31, +/games/boxart/full_2482281AmericaFrontccc.jpg,Jim Henson's Muppets in Spy Muppets: License to Croak,GBA,Action,TDK Mediactive,TDK Mediactive,,0.05,0.04,,0.01,0,2003-11-18, +/games/boxart/3543180ccc.jpg,Alias,XB,Action,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.05,0.04,,0.01,0,2004-04-05, +/games/boxart/full_6027052JapanFrontccc.jpg,Sengoku BASARA Sanada Yukimura-den,PS4,Action,Capcom,Capcom,,0.05,,0.05,,,2016-08-25,2018-06-03 +/games/boxart/9530772ccc.jpg,Hercules: The Legendary Journeys,N64,Action,Titus,Player 1,,0.05,0.04,,0.01,0,2000-11-16, +/games/boxart/full_4884328AmericaFrontccc.jpg,Dead in the Water,PS,Action,ASC Games,Player 1,,0.05,0.03,,0.02,0,1999-02-28, +/games/boxart/9594314ccc.jpg,Cabela's Trophy Bucks,X360,Sports,Activision,Sand Grain Studios,,0.05,0.04,,,0,2007-09-19, +/games/boxart/full_7591950AmericaFrontccc.jpg,Pool Party,Wii,Sports,SouthPeak Interactive,Hyper-Devbox,,0.05,0.04,,0,0,2007-09-05, +/games/boxart/full_8778712PALFrontccc.jpg,FIFA Soccer 10,PC,Sports,EA Sports,EA Canada,,0.05,,,0.04,0.01,2009-10-02, +/games/boxart/full_8986397AmericaFrontccc.jpg,Rapala Fishing Frenzy 2009,X360,Sports,Activision,FUN Labs,,0.05,0.04,,0,0,2008-09-02, +/games/boxart/full_gummy-bears-mini-golf_981AmericaFront.jpg,Gummy Bears Mini Golf,DS,Sports,Storm City Games,Beyond Reality,,0.05,0.04,,,0,2010-10-15, +/games/boxart/full_winter-sports-2010-the-great-tournament_7AmericaFront.jpg,Winter Sports 3: The Great Tournament,Wii,Sports,Zoo Games,49Games,,0.05,0.02,,0.02,0,2010-09-14, +/games/boxart/2156146ccc.jpg,Ribbit King,GC,Sports,Bandai,Bandai,,0.05,0.04,,0.01,0,2004-06-08, +/games/boxart/full_winter-sports-2011_414PALFront.jpg,Winter Sports 2011,PS3,Sports,DTP Entertainment,49Games,,0.05,,,0.04,0.01,2011-02-25, +/games/boxart/full_3039576JapanFrontccc.jpg,World Fantasista,PS2,Sports,Square,SquareSoft,,0.05,,0.05,,,2002-06-06, +/games/boxart/full_547865PALFrontccc.png,Rugby Challenge 3,X360,Sports,Alternative Software,Wicked Witch Software,,0.05,,,0.04,0,2016-04-22,2018-04-18 +/games/boxart/full_pool-hall-pro_0AmericaFront.jpg,Pool Hall Pro,Wii,Sports,Playlogic Game Factory,Icon Games,,0.05,0.04,,,0,2009-06-09, +/games/boxart/full_1418224AmericaFrontccc.jpg,Wayne Gretzky's 3D Hockey '98,PS,Sports,Midway Games,Software Creations,,0.05,0.03,,0.02,0,1997-12-26, +/games/boxart/full_5637419PALFrontccc.jpg,Pro Evolution Soccer 2016,PC,Sports,Konami Digital Entertainment,PES Productions,,0.05,,,0.04,0,2015-09-15,2018-04-14 +/games/boxart/full_1052341JapanFrontccc.jpg,Dead or Alive Xtreme 3: Venus,PSV,Sports,Tecmo Koei,Team Ninja,,0.05,,0.05,,,2016-03-24, +/games/boxart/full_fifa-manager-12_876PALFront.jpg,FIFA Manager 12,PC,Sports,Electronic Arts,Bright Future GmbH,,0.05,0,,0.03,0.01,2011-10-18, +/games/boxart/3120363ccc.jpg,Mike Tyson Heavyweight Boxing,XB,Sports,Codemasters,Atomic Planet Entertainment,,0.05,0.03,,0.01,0,2002-07-17, +/games/boxart/full_4716376AmericaFrontccc.jpg,Smash Court Tennis 3,PSP,Sports,Namco Bandai,Namco Bandai Games America,,0.05,0.01,0.01,0.01,0.01,2007-07-16, +/games/boxart/full_8494587AmericaFrontccc.jpg,River City Soccer Hooligans,DS,Sports,Aksys Games,Arc System Works,,0.05,0.04,0.01,,0,2010-06-15, +/games/boxart/full_8724074PALFrontccc.jpg,Saint Seiya: Soldiers' Soul,PS3,Fighting,Namco Bandai Games,Namco Bandai Games,,0.05,,0.05,,,2015-10-06, +/games/boxart/full_9436916JapanFrontccc.jpg,Sengoku Basara X,PS2,Fighting,Capcom,Arc System Works,,0.05,,0.05,,,2008-06-26, +/games/boxart/full_3645736JapanFrontccc.jpg,Bleach: Soul Carnival,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.05,,0.05,,,2008-10-23, +/games/boxart/7133334ccc.jpg,Rave Master,GC,Fighting,Konami,Konami,6.8,0.05,,0.05,,0,2005-03-08, +/games/boxart/full_2179838JapanFrontccc.jpg,Kinnikuman Muscle Grand Prix Max,PS2,Fighting,Konami,Aki Corporation,,0.05,,0.05,,,2006-07-27, +/games/boxart/full_lucha-libre-aaa-heroes-of-the-ring_4AmericaFront.jpg,Lucha Libre AAA: Heroes del Ring,X360,Fighting,Konami,Immersion Software & Graphics,,0.05,0.05,,,0,2010-10-12, +/games/boxart/full_7093528JapanFrontccc.jpg,Fate/Unlimited Codes Portable,PSP,Fighting,Capcom,Eighting,7.6,0.05,,0.05,,,2009-06-18, +/games/boxart/full_7446717AmericaFrontccc.jpg,VR Soccer '96,PS,Sports,Interplay,Gremlin Interactive,,0.05,0.03,,0.02,0,1996-10-31, +/games/boxart/1062567ccc.jpg,ESPN Great Outdoor Games Bass 2002,GBA,Sports,Konami,Konami,5.5,0.05,0.03,,0.01,0,2001-11-29, +/games/boxart/full_419063AmericaFrontccc.jpg,World Championship Pool 2004,PS2,Sports,Jaleco,Blade Interactive,,0.05,0.02,,0.02,0.01,2004-04-27, +/games/boxart/3884655ccc.jpg,Cabela's African Safari,PSP,Sports,Activision,"Sand Grain Studios, Magic Wand Productions, FUN Labs",,0.05,0.04,,,0,2006-10-17, +/games/boxart/full_3347310PALFrontccc.jpg,Ashes Cricket,XOne,Sports,Koch Media,Big Ant Studios,,0.05,,,0.04,0,2017-11-16,2018-01-04 +/games/boxart/full_4909469AmericaFrontccc.jpg,SNK Heroines Tag Team Frenzy,NS,Fighting,NIS America,SNK Corporation,,0.05,0.02,0.01,0.01,0,2018-09-07,2018-08-04 +/games/boxart/full_7713194AmericaFrontccc.jpg,Scribblenauts: Showdown,PS4,Platform,Warner Bros. Interactive,Shiver Games,,0.05,0.04,,,0.01,2018-03-06,2018-04-03 +/games/boxart/full_3124977AmericaFrontccc.jpg,DuckTales: Remastered,PS3,Platform,Capcom,WayForward,8.6,0.05,0.01,,0.04,0.01,2013-08-13,2019-02-17 +/games/boxart/full_5160794AmericaFrontccc.jpg,Deformers,XOne,Action,Ready at Dawn,Ready at Dawn,,0.05,0.04,,,0.01,2017-04-21, +/games/boxart/full_7803654JapanFrontccc.jpg,Sengoku Basara 4: Sumeragi,PS4,Action,Capcom,Unknown,,0.05,,0.05,,,2015-07-23, +/games/boxart/full_1806056AmericaFrontccc.jpg,Extinction,XOne,Action,Maximum Games,Iron Galaxy,,0.05,0.04,,,0.01,2018-04-10,2018-02-01 +/games/boxart/full_8503462AmericaFrontccc.jpg,Apex Construct,PS4,Action,Perp Games,Fast Travel Games,,0.05,0.04,,,0.01,2018-08-28,2018-08-17 +/games/boxart/full_8120705AmericaFrontccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,GBA,Action,Activision,Krome Studios,,0.05,0.04,,0.01,0,2005-11-01, +/games/boxart/2204857ccc.jpg,Rogue Ops,GC,Action,Kemco,Bits Studios,6.1,0.05,0.04,,0.01,0,2003-10-29, +/games/boxart/full_5147144AmericaFrontccc.jpg,Yaiba: Ninja Gaiden Z,X360,Misc,Tecmo Koei,Unknown,,0.05,0.03,,0.01,0,2014-03-04, +/games/boxart/full_6646709AmericaFrontccc.jpg,Intellivision Lives!,XB,Misc,Crave Entertainment,Realtime Associates,,0.05,0.03,,0.01,0,2004-02-02, +/games/boxart/full_2941669AmericaFrontccc.jpg,Bubsy: The Woolies Strike Back,PS4,Platform,Accolade,Black Forest Games,,0.05,0.04,,,0.01,2017-10-31,2018-09-20 +/games/boxart/4607362ccc.jpg,Piglet's Big Game,GC,Platform,Gotham Games,Doki Denki,,0.05,0.04,,0.01,0,2003-03-19, +/games/boxart/669970ccc.jpg,Piglet's Big Game,GBA,Platform,THQ,Doki Denki,,0.05,0.04,,0.01,0,2003-02-02, +/games/boxart/full_max-ampamp-the-magic-marker_273PALFront.jpg,Max & the Magic Marker,DS,Platform,Unknown,Press Play,,0.05,,,0.05,0,2011-07-30, +/games/boxart/full_4788502AmericaFrontccc.jpg,Over the Hedge: Hammy Goes Nuts!,PSP,Platform,Activision,Amaze Entertainment,,0.05,0.05,,,0,2006-11-21, +/games/boxart/8655524ccc.jpg,Blues Brothers 2000,N64,Platform,Titus,Player 1,4.9,0.05,0.04,,0.01,0,2000-11-16, +/games/boxart/full_7027003AmericaFrontccc.jpg,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,GC,Platform,Global Star Software,High Voltage Software,,0.05,0.04,,0.01,0,2005-10-16, +/games/boxart/7181243ccc.jpg,Stretch Panic,PS2,Platform,Conspiracy Entertainment,"Treasure Co., Ltd.",,0.05,0.02,,0.02,0.01,2001-08-28, +/games/boxart/79206ccc.jpg,George of The Jungle and the Search for the Secret,DS,Platform,Crave Entertainment,Crave Entertainment,,0.05,0.05,,0,0,2008-03-11, +/games/boxart/full_3895326AmericaFrontccc.jpg,Woody Woodpecker: Escape from Buzz Buzzard Park,PS2,Platform,DreamCatcher Interactive,EKO System,,0.05,0.02,,0.02,0.01,2002-02-19, +/games/boxart/full_603073AmericaFrontccc.png,Toki Collector's Edition,NS,Platform,Microids,Golgoth Studio,,0.05,0.04,,,0.01,2018-11-22,2019-02-22 +/games/boxart/6158349ccc.jpg,Yu-Gi-Oh! GX: Spirit Caller (Japan Sales),DS,Misc,Konami,Konami,,0.05,,0.05,,,2007-01-02, +/games/boxart/full_punch-king_129AmericaFront.jpg,Punch King,GBA,Fighting,Acclaim Entertainment,Full Fat,,0.05,0.03,,0.01,0,2002-05-15, +/games/boxart/8290140ccc.jpg,Kakuto Chojin,XB,Fighting,Microsoft Game Studios,DreamFactory,,0.05,0.04,,0.01,0,2002-11-11, +/games/boxart/full_arcana-heart-3_934PALFront.jpg,Arcana Heart 3,X360,Fighting,PQube,Examu Inc.,,0.05,,0.02,0.02,0,2011-08-19, +/games/boxart/901165ccc.jpg,Guilty Gear Dust Strikers,DS,Fighting,Majesco,Arc System Works,,0.05,0.05,,,0,2006-04-25, +/games/boxart/full_9644338JapanFrontccc.jpg,Hokuto no Ken,PS2,Fighting,Sega,Arc System Works,,0.05,,0.05,,,2007-03-29, +/games/boxart/full_8918398AmericaFrontccc.jpg,TNA iMPACT: Cross the Line,DS,Fighting,SouthPeak Interactive,Point of View,,0.05,0.04,,,0,2010-06-22, +/games/boxart/full_305652JapanFrontccc.jpg,Capcom vs. SNK: Millennium Fight 2000 Pro,DC,Fighting,Capcom,Capcom,6.9,0.05,,0.05,,0,2001-06-14, +/games/boxart/full_669247AmericaFrontccc.jpg,Golden Axe: The Duel,SAT,Fighting,Sega,Sega,,0.05,,0.05,,0,1995-01-01, +/games/boxart/full_1049918AmericaFrontccc.jpg,TNA iMPACT: Cross the Line,PSP,Fighting,SouthPeak Interactive,Point of View,3.5,0.05,0.05,,0,0,2010-06-22, +/games/boxart/full_8244168JapanFrontccc.jpg,TV Anime: Fairy Tale Gekitou! Madoushi Kessen,DS,Fighting,Hudson Soft,Hudson Soft,,0.05,,0.05,,,2010-07-22, +/games/boxart/1509075ccc.jpg,Black & Bruised,GC,Fighting,Majesco,Digital Fiction,,0.05,0.04,,0.01,0,2003-01-26, +/games/boxart/full_7980745JapanFrontccc.jpg,Garou Densetsu 3: Road to the Final Victory,SAT,Fighting,SNK,SNK Corporation,,0.05,,0.05,,0,1996-06-28, +/games/boxart/full_my-body-coach_575PALFront.jpg,My Body Coach,Wii,Sports,Big Ben Interactive,Neko Entertainment,,0.05,,,0.04,0,2009-11-20, +/games/boxart/full_4261150JapanFrontccc.jpg,My Hero Academia: Battle for All,3DS,Fighting,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2016-05-19,2018-04-26 +/games/boxart/full_4530585JapanFrontccc.jpg,Gakusen Toshi Asterisk Festa: Houka Kenran,PSV,Fighting,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2016-01-28,2018-09-22 +/games/boxart/full_3748033PALFrontccc.png,Mortal Kombat X,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.05,0.01,,0.04,0,2015-04-14,2018-01-04 +/games/boxart/full_8462444AmericaFrontccc.jpg,Kamen Rider: Dragon Knight,DS,Fighting,D3 Publisher,Natsume,,0.05,0.05,,0,0,2009-11-17, +/games/boxart/full_5690935AmericaFrontccc.jpg,Nitroplus Blasterz: Heroines Infinite Duel,PS4,Fighting,Xseed Games,Examu Inc.,,0.05,0.01,0.03,0.01,0,2016-02-02, +/games/boxart/full_1466523JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Shinuki Max! Vongola Carnival!!,DS,Action,Takara Tomy,Takara Tomy,,0.05,,0.05,,,2007-03-29, +/games/boxart/full_fatal-fury-wild-ambition_8AmericaFront.jpg,Fatal Fury: Wild Ambition,PS,Fighting,SNK,SNK Corporation,,0.05,0.03,,0.02,0,1999-12-11, +/games/boxart/full_kamen-rider-climax-heroes-fourze_833JapanFront.jpg,Kamen Rider: Climax Heroes Fourze,PSP,Fighting,Bandai,Eighting,,0.05,,0.05,,,2011-12-01, +/games/boxart/full_7287270JapanFrontccc.jpg,Bleach: Blade Battlers,PS2,Fighting,Sony Computer Entertainment,Racjin,,0.05,,0.05,,,2006-10-12, +/games/boxart/full_2258291JapanFrontccc.jpg,Samurai Deeper Kyo,PS,Fighting,Bandai,Bandai,,0.05,,0.05,,0,2002-12-12, +/games/boxart/2815119ccc.jpg,Dual Heroes,N64,Fighting,Electro Brain,Produce!,,0.05,0.04,,0.01,0,1998-10-31, +/games/boxart/full_6659367AmericaFrontccc.jpg,Fighter Destiny 2,N64,Fighting,SouthPeak Interactive,Opus Studio,,0.05,0.04,,0.01,0,2000-07-14, +/games/boxart/full_6076376JapanFrontccc.jpg,Keroro Gunsou: Enshuu da Yo! Zenin Shuugou Part 2,DS,Action,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2007-02-22, +/games/boxart/full_4409164AmericaFrontccc.jpg,Magic Carpet,PS,Shooter,Electronic Arts,Bullfrog Productions,,0.05,0.03,,0.02,0,1996-01-01, +/games/boxart/full_5082711AmericaFrontccc.jpg,Time Crisis: Project Titan,PS,Shooter,Namco,Flying Tiger Entertainment,,0.05,0.03,,0.02,0,2001-06-20, +/games/boxart/full_centipede-infestation_525AmericaFront.jpg,Centipede: Infestation,3DS,Shooter,Atari,WayForward Technologies,,0.05,0.04,,,0,2011-10-25, +/games/boxart/7356848ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,GC,Shooter,Ubisoft,Red Storm Entertainment,,0.05,0.04,,0.01,0,2005-09-27, +/games/boxart/9079634ccc.jpg,Turok: Dinosaur Hunter,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,,0.05,,0.05,,,1997-02-28, +/games/boxart/full_rock-of-the-dead_4AmericaFront.jpg,Rock of the Dead,X360,Shooter,Conspiracy Entertainment,Epicenter Studios,5,0.05,0.04,,,0,2010-10-19, +/games/boxart/4848697ccc.jpg,Yager,XB,Shooter,Kemco,Yager Development,,0.05,0.03,,0.01,0,2004-10-05, +/games/boxart/2596589ccc.gif,Trigger Man,XB,Shooter,Crave Entertainment,Point of View,,0.05,0.03,,0.01,0,2004-10-05, +/games/boxart/2271619ccc.jpg,Bad Boys: Miami Takedown,GC,Shooter,Crave Entertainment,Blitz Games,4.3,0.05,0.03,,0.01,0,2004-09-14, +/games/boxart/285614ccc.gif,Thunder Force V: Perfect System,PS,Shooter,Working Designs,"TechnoSoft Co., Ltd.",,0.05,0.03,,0.02,0,1998-08-31, +/games/boxart/7285502ccc.jpg,The Typing of the Dead,DC,Shooter,Sega,Smilebit,8.6,0.05,,0.05,,,2001-01-23, +/games/boxart/full_6254329AmericaFrontccc.jpg,Centipede: Infestation,Wii,Shooter,Atari,WayForward Technologies,,0.05,0.05,,,0,2011-10-25, +/games/boxart/full_5422418AmericaFrontccc.jpg,Judge Dredd,PS,Shooter,Activision,Gremlin Interactive,,0.05,0.03,,0.02,0,1998-03-31, +/games/boxart/full_559801AmericaFrontccc.jpg,The Bureau: XCOM Declassified,PC,Shooter,2K Games,2K Marin,,0.05,,,0.05,0,2013-08-20,2018-10-24 +/games/boxart/full_wicked-monster-blast_172AmericaFront.jpg,Wicked Monster Blast!,Wii,Shooter,Valcon Games,"Corecell Technology Co.,Ltd.",,0.05,0.04,,0,0,2011-06-28, +/games/boxart/full_5781615JapanFrontccc.jpg,Houkago Shounen,DS,Misc,Konami,Konami,,0.05,,0.05,,,2008-01-31, +/games/boxart/full_7848866AmericaFrontccc.jpg,Pinball Tycoon,GBA,Misc,AIA,Ignition Entertainment,,0.05,0.03,,0.01,0,2003-01-02, +/games/boxart/full_527808JapanFrontccc.jpg,Taiko no Tatsujin Portable 2,PSP,Misc,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2006-09-07, +/games/boxart/6328449ccc.jpg,BlowOut,XB,Shooter,Majesco,Terminal Reality,,0.05,0.04,,0.01,0,2003-11-26, +/games/boxart/6919670ccc.jpg,Rez,PS2,Shooter,Sega,United Game Artists,9,0.05,0.03,,0.02,0.01,2002-01-07, +/games/boxart/8986536ccc.jpg,Medal of Honor: Airborne,PC,Shooter,Electronic Arts,EA Los Angeles,,0.05,0,,0.04,0.01,2007-09-04, +/games/boxart/full_7082091PALFrontccc.jpg,Payday 2,PC,Shooter,505 Games,Overkill Software,,0.05,0.04,,,0.01,2013-08-13,2018-01-08 +/games/boxart/full_6052586JapanFrontccc.jpg,SD Gundam: Over Galaxian,PS,Shooter,Bandai,Bandai,,0.05,,0.05,,0,1996-06-28, +/games/boxart/full_rock-of-the-dead_9AmericaFront.jpg,Rock of the Dead,PS3,Shooter,Conspiracy Entertainment,Epicenter Studios,,0.05,0.04,,,0.01,2010-10-19, +/games/boxart/5539369ccc.jpg,Alter Echo,XB,Shooter,THQ,Outrage Games,,0.05,0.04,,0.01,0,2003-08-19, +/games/boxart/full_morphx_9AmericaFront.jpg,MorphX,X360,Shooter,505 Games,Buka Entertainment,,0.05,0.05,,0,0,2010-09-28, +/games/boxart/6826236ccc.jpg,Metal Slug Anthology,PSP,Shooter,SNK Playmore,Terminal Reality,,0.05,0.02,0.02,0,0.01,2007-02-20, +/games/boxart/1807335ccc.jpg,Nanostray 2,DS,Shooter,Majesco,Shin'en GmbH,,0.05,0.03,,0.01,0,2008-03-11, +/games/boxart/full_dodonpachi-resurrection-15-ver_333JapanFront.jpg,DoDonPachi Resurrection,X360,Shooter,Rising Star,Cave,,0.05,,,0.04,0.01,2011-11-04, +/games/boxart/full_singularity_5AmericaFront.jpg,Singularity,PC,Shooter,Activision,Raven Software,7.5,0.05,,,0.04,0.01,2010-06-29, +/games/boxart/full_5949884AmericaFrontccc.jpg,Robotech: Invasion,XB,Shooter,Global Star Software,Vicious Cycle,,0.05,0.04,,0.01,0,2004-10-05, +/games/boxart/full_2859261AmericaFrontccc.jpg,Moon,DS,Shooter,Mastiff,Renegade Kid,6.7,0.05,0.04,,0,0,2009-01-13, +/games/boxart/full_5065009AmericaFrontccc.jpg,Raze's Hell,XB,Shooter,Majesco,Artech Studios,,0.05,0.04,,0.01,0,2005-04-21, +/games/boxart/full_philosoma_391AmericaFront.jpg,Philosoma,PS,Shooter,Sony Computer Entertainment,G Artist,5,0.05,0.03,,0.02,0,1996-02-26, +/games/boxart/full_4492984AmericaFrontccc.jpg,Medal of Honor: European Assault (weekly JP sales),PS2,Shooter,Electronic Arts,Electronic Arts,,0.05,,0.05,,,2005-06-07, +/games/boxart/full_2764403AmericaFrontccc.jpg,Star Wars Battlefront II (2017),PC,Shooter,Electronic Arts,EA DICE,,0.05,0.02,,0.02,0,2017-11-17,2017-12-29 +/games/boxart/8123042ccc.jpg,Star Wars: Republic Commando,PC,Shooter,LucasArts,LucasArts,,0.05,,,0.05,0,2005-03-01, +/games/boxart/full_6259067AmericaFrontccc.jpg,Counter Force,Wii,Shooter,Conspiracy Entertainment,Hyper-Devbox,,0.05,0.04,,,0,2007-10-03, +/games/boxart/full_5416783AmericaFrontccc.jpg,Assault Suit Leynos,PS4,Shooter,Rising Star Games,"extreme Co.,Ltd.",,0.05,0.04,,,0.01,2016-08-30,2018-09-18 +/games/boxart/full_7414374AmericaFrontccc.jpg,Red Faction: Guerrilla Re-Mars-tered,XOne,Shooter,THQ Nordic,Volition,,0.05,0.04,,0.01,0,2018-07-03,2018-04-20 +/games/boxart/full_9288563JapanFrontccc.jpg,Strikers 1945,SAT,Shooter,Atlus,Psikyo,,0.05,,0.05,,,1996-06-28, +/games/boxart/full_4302851JapanFrontccc.jpg,Jikkyou Oshaberi Parodius,SNES,Shooter,Konami,KCEO,,0.05,,0.05,,0,1995-12-15, +/games/boxart/full_724885AmericaFrontccc.jpg,Reign of Fire,GBA,Shooter,BAM! Entertainment,Crawfish Interactive,,0.05,0.03,,0.01,0,2002-10-31, +/games/boxart/full_1835474AmericaFrontccc.jpg,Section 8,PC,Shooter,SouthPeak Interactive,TimeGate Studios,,0.05,0.03,,0.01,0.01,2009-09-01, +/games/boxart/full_active-life-magical-carnival_953AmericaFront.jpg,Active Life: Magical Carnival,Wii,Misc,Namco Bandai,Ganbarion,,0.05,0.03,,0.01,0,2011-10-25, +/games/boxart/full_4373559PALFrontccc.jpg,Saints Row: Gat out of Hell,PS4,Action,Deep Silver,Volition Inc.,,0.05,,,0.04,0.01,2015-01-20, +/games/boxart/full_3106150AmericaFrontccc.png,Strawberry Shortcake: Strawberryland Games,DS,Action,Game Factory,Gorilla Systems,,0.05,0.05,,0,0,2006-10-23, +/games/boxart/full_6464489AmericaFrontccc.jpg,Tiny Toon Adventures: Toonenstein - Dare to Scare,PS,Action,Vatical Entertainment,Terraglyph Interactive Studios,,0.05,0.03,,0.02,0,1999-11-02, +/games/boxart/full_captain-america-super-soldier_806AmericaFront.jpg,Captain America: Super Soldier,DS,Action,Sega,Sega,,0.05,0.05,,,0,2011-07-19, +/games/boxart/full_3654906JapanFrontccc.jpg,Mobile Suit Gundam Unicorn,PS3,Action,Namco Bandai Games,From Software,,0.05,,0.05,,,2012-03-08,2019-01-19 +/games/boxart/full_5016871AmericaFrontccc.jpg,Touhou Genso Wanderer,PS4,Action,NIS America,AQUA STYLE,,0.05,0.04,,,0.01,2017-03-21,2018-09-18 +/games/boxart/full_1710533AmericaFrontccc.jpg,Domino Rally,Wii,Action,UFO Interactive,RED Entertainment,,0.05,0.05,,0,0,2009-08-18, +/games/boxart/full_hiiro-no-kakera-ds_665JapanFront.jpg,Hiiro no Kakera DS,DS,Adventure,Idea Factory,Idea Factory,,0.05,,0.05,,,2008-05-22, +/games/boxart/full_2658459JapanFrontccc.jpg,Shin Sangoku Musou 5 Special,PSP,Action,KOEI,Omega Force,,0.05,,0.05,,,2009-10-22, +/games/boxart/full_717968AmericaFrontccc.png,Otogi 2: Immortal Warriors,XB,Action,Sega,From Software,,0.05,0.04,,0.01,0,2004-10-21, +/games/boxart/full_7341588AmericaFrontccc.jpg,Hysteria Hospital: Emergency Ward,Wii,Action,O-Games,Gameinvest,,0.05,0.05,,0,0,2009-06-16, +/games/boxart/full_star-driver-kagayaki-no-takuto-ginga-bishounen-densetsu_574JapanFront.jpg,Star Driver: Kagayaki no Takuto - Ginga Bishounen Densetsu,PSP,Adventure,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2011-03-03, +/games/boxart/2761357ccc.jpg,Mister Slime,DS,Action,SouthPeak Interactive,Lexis Numerique,,0.05,0.05,,,0,2008-07-15, +/games/boxart/full_5218966JapanFrontccc.jpg,Marriage Royale: Prism Story,PSP,Adventure,ASCII Media Works,ASCII Media Works,,0.05,,0.05,,,2010-04-28, +/games/boxart/full_1166880AmericaFrontccc.jpg,Syberia III,PS4,Adventure,Anuman,Unknown,,0.05,0.04,,0,0.01,2016-01-01,2018-08-12 +/games/boxart/full_5164671AmericaFrontccc.jpg,ARK Park,PS4,Adventure,Snail Games USA,Snail Games USA,,0.05,0.04,,,0.01,2018-10-30,2018-12-19 +/games/boxart/full_odoru-daisousasen-the-game-sensuikan-ni-sennyuu-seyo_6JapanFront.jpg,Odoru Daisousasen The Game: Sensuikan ni Sennyuu Seyo!,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2010-07-15, +/games/boxart/full_gachitora-abarenbou-kyoushi-in-high-school_860JapanFront.jpg,GachiTora! Abarenbou Kyoushi in High School,PSP,Action,Spike,Spike,,0.05,,0.05,,,2011-04-21, +/games/boxart/881774ccc.jpg,Dynasty Warriors 5,XB,Action,KOEI,Omega Force,,0.05,0.04,,0.01,0,2005-09-13, +/games/boxart/full_6144819JapanFrontccc.jpg,Haikyu!! Cross Team Match!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.05,,0.05,,,2016-03-03,2018-08-06 +/games/boxart/full_2882876JapanFrontccc.jpg,Zyuden Sentai Kyoryuger: Game on Gaburincho,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2013-08-08,2019-01-05 +/games/boxart/full_3076354JapanFrontccc.jpg,Shin Sangoku Musou 5 Empires,PSP,Action,KOEI,Koei,,0.05,,0.05,,,2010-01-21, +/games/boxart/5839080ccc.jpg,Legend of Kay,PS2,Action,Capcom,Neon Studios,7.2,0.05,0.03,,0.02,0.01,2005-09-21, +/games/boxart/full_4405381JapanFrontccc.jpg,The Idolm@ster: Dearly Stars,DS,Adventure,Namco Bandai,Microvision,,0.05,,0.05,,,2009-09-17, +/games/boxart/full_3256761JapanFrontccc.jpg,White Album: Tsuzurareru Fuyu no Omoide,PS3,Adventure,Aquaplus,Aquaplus,,0.05,,0.05,,,2010-06-24, +/games/boxart/full_5546121JapanFrontccc.jpg,Harukanaru Toki no Naka de: Yumenoukihashi,DS,Adventure,KOEI,Koei,,0.05,,0.05,,,2008-08-21, +/games/boxart/full_200593JapanFrontccc.jpg,Yowamushi Pedal Asu e no High Cadence,3DS,Adventure,Namco Bandai Games,Bandai Namco,,0.05,,0.05,,,2015-01-29,2019-01-30 +/games/boxart/full_9756167JapanFrontccc.jpg,D.Gray-man: Kami no Shitotachi,DS,Adventure,Konami,Konami,,0.05,,0.05,,,2007-03-29, +/games/boxart/full_5196187AmericaFrontccc.jpg,Samurai Champloo: Sidetracked,PS2,Action,Namco Bandai,Grasshopper Manufacture,,0.05,0.03,,0.02,0.01,2006-04-11, +/games/boxart/full_jojo-no-kimyou-na-bouken-phantom-blood_9JapanFront.jpg,Jojo no Kimyou na Bouken: Phantom Blood,PS2,Action,Bandai,Anchor Entertainment,,0.05,,0.05,,,2006-10-26, +/games/boxart/full_metal-fight-beyblade-bakugami-susanoh-shuurai_10JapanFront.jpg,Metal Fight Beyblade: Bakugami Susanoh Shuurai!,DS,Action,Hudson Soft,Hudson Soft,,0.05,,0.05,,,2010-07-15, +/games/boxart/full_5552866JapanFrontccc.jpg,Minna no Ennichi,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2012-05-24,2019-01-05 +/games/boxart/full_1566715JapanFrontccc.jpg,Choujikuu Yousai Macross: Ai Oboete Imasu ka,PS3,Action,Namco Bandai Games,Scarab,,0.05,,0.05,,,2012-07-26,2019-01-05 +/games/boxart/full_4239549AmericaFrontccc.jpg,Aliens in the Attic,DS,Action,Playlogic Game Factory,Playlogic Game Factory,,0.05,0.05,,0,0,2009-07-28, +/games/boxart/6929962ccc.jpg,Marc Ecko's Getting Up: Contents Under Pressure,PS2,Action,Atari,"The Collective, Inc.",,0.05,0.03,,0.02,0.01,2006-02-14, +/games/boxart/1298244ccc.jpg,Blood Omen 2,GC,Action,Eidos Interactive,Crystal Dynamics,,0.05,0.04,,0.01,0,2002-12-09, +/games/boxart/full_8479638AmericaFrontccc.jpg,Jenga World Tour,Wii,Misc,Atari,Atomic Planet Entertainment,2,0.05,0.05,,0,0,2007-12-07, +/games/boxart/full_4339133AmericaFrontccc.jpg,Imagine: Artist,DS,Misc,Ubisoft,Ubisoft,,0.05,0.05,,,0,2009-11-17, +/games/boxart/full_6214926AmericaFrontccc.jpg,Plants vs. Zombies: Garden Warfare 2,PC,Shooter,Electronic Arts,PopCap Games,,0.05,0.01,,0.04,0,2016-02-23,2018-07-09 +/games/boxart/full_9525916AmericaFrontccc.jpg,Starblood Arena,PS4,Shooter,Sony Interactive Entertainment,WhiteMoon Dreams,,0.05,0.04,,,0.01,2017-04-11,2018-11-27 +/games/boxart/full_9421220AmericaFrontccc.jpg,Strange Brigade,XOne,Shooter,Rebellion Developments,Rebellion Developments,,0.05,0.04,,0.01,0.01,2018-08-28,2018-04-26 +/games/boxart/full_9670930AmericaFrontccc.jpg,Furu Furu Park,Wii,Misc,Majesco,Taito Corporation,,0.05,0.05,,,0,2008-01-17, +/games/boxart/full_7344711JapanFrontccc.jpg,Fushigi? Kagaku: Nazotoki Quiz Training - NazoTore,DS,Misc,Benesse,Benesse,,0.05,,0.05,,,2008-05-29, +/games/boxart/full_9913665JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken DS SE,DS,Misc,Sega,Sammy Studios,,0.05,,0.05,,,2006-08-10, +/games/boxart/9815116ccc.jpg,Activision Hits: Remixed,PSP,Misc,Activision,Digital Eclipse Software,7.4,0.05,0.05,,0,0,2006-11-08, +/games/boxart/full_6938248JapanFrontccc.jpg,Doraemon: Shin Nobita no Nihon Tanjou,3DS,Misc,FuRyu Corporation,Unknown,,0.05,,0.05,,,2016-03-03, +/games/boxart/full_touch-n-play-collection_475AmericaFront.jpg,Touch 'N' Play Collection,DS,Misc,O-Games,O-Games,,0.05,0.03,,0.01,0,2011-05-10, +/games/boxart/full_learn-science_775AmericaFront.jpg,Learn Science,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.05,0.05,,,0,2010-12-07, +/games/boxart/full_7413157AmericaFrontccc.jpg,Rockin' Pretty,DS,Misc,Aksys Games,Arc System Works,,0.05,0.05,,,0,2009-07-28, +/games/boxart/full_2857359JapanFrontccc.jpg,Pachinko Wars II,SNES,Misc,Coconuts Japan,Coconuts Japan,,0.05,,0.05,,,1993-12-17, +/games/boxart/full_5896616PALFrontccc.jpg,SingStar Mallorca Party,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.05,,,0.04,0.01,2009-07-13, +/games/boxart/960784ccc.jpg,Shrek Super Party,GC,Misc,TDK Mediactive,Mass Media,4.9,0.05,0.04,,0.01,0,2003-05-30, +/games/boxart/full_3628533JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 2 Chuugoku,DS,Misc,Nintendo,TOSE,,0.05,,0.05,,,2006-04-20, +/games/boxart/7070234ccc.jpg,Taito Legends,XB,Misc,Sega,Empire Oxford,,0.05,0.04,,0.01,0,2005-10-25, +/games/boxart/full_rock-band-country-track-pack-2_726AmericaFront.jpg,Rock Band Country Track Pack 2,X360,Misc,MTV Games,Harmonix Music Systems,,0.05,0.04,,,0,2011-02-01, +/games/boxart/full_666760AmericaFrontccc.jpg,Smart Kid's Party Fun Pak,DS,Misc,UFO Interactive,Starfish Inc.,,0.05,0.05,,,0,2008-10-15, +/games/boxart/full_5350384AmericaFrontccc.jpg,Dream Salon,Wii,Misc,Zoo Games,Zoo Games,,0.05,0.05,,,0,2009-11-03, +/games/boxart/full_8285408AmericaFrontccc.jpg,Disney's Party,GC,Misc,Electronic Arts,Neverland Company,4.4,0.05,0.04,,0.01,0,2003-09-16, +/games/boxart/full_the-idolmaster-gravure-for-you-vol-2_832JapanFront.jpg,The Idolmaster: Gravure For You! Vol. 2,PS3,Misc,Namco Bandai,Namco Bandai,,0.05,,0.05,,,2011-11-23, +/games/boxart/full_369200AmericaFrontccc.jpg,Sega 3D Classics Collection,3DS,Misc,Sega,M2,7,0.05,0.05,,,0.01,2016-04-26,2019-01-11 +/games/boxart/full_kimi-ni-todoke-tsutaeru-kimochi_305JapanFront.jpg,Kimi ni Todoke: Tsutaeru Kimochi,DS,Adventure,Banpresto,Namco Bandai Games,,0.05,,0.05,,,2011-04-07, +/games/boxart/full_1930159JapanFrontccc.jpg,Wii de Asobu Chibi-Robo!,Wii,Adventure,Nintendo,skip Ltd.,,0.05,,0.05,,,2009-06-11, +/games/boxart/full_797103AmericaFrontccc.jpg,Don't Starve,PS4,Adventure,Klei Entertainment,Klei Entertainment,,0.05,0.04,,,0.01,2018-04-17,2018-01-12 +/games/boxart/full_lupin-iii-lupin-ni-wa-shi-o-zenigata-ni-wa-koi-o_1PALFront.jpg,"Lupin III: Lupin ni wa Shi o, Zenigata ni wa Koi o",PS2,Adventure,505 Games,Banpresto,,0.05,,0.05,,,2008-02-15, +/games/boxart/326310ccc.jpg,Snoopy vs the Red Baron,PSP,Adventure,Namco Bandai,Smart Bomb Interactive,,0.05,0.04,,,0,2006-10-24, +/games/boxart/full_213065AmericaFrontccc.jpg,Crusader: No Remorse,PS,Adventure,Electronic Arts,Realtime Associates,,0.05,0.03,,0.02,0,1996-12-31, +/games/boxart/full_7256968AmericaFrontccc.jpeg,Life is Strange,PC,Adventure,Square Enix,DONTNOD Entertainment,,0.05,0.01,,0.04,0,2016-01-19, +/games/boxart/full_8552374AmericaFrontccc.jpg,Coraline,Wii,Adventure,D3 Publisher,Papaya Studios,,0.05,0.05,,0,0,2009-01-27, +/games/boxart/full_hakuouki-reimeiroku_5JapanFront.jpg,Hakuouki: Reimeiroku,PS2,Adventure,Idea Factory,Idea Factory,,0.05,,0.05,,,2010-10-28, +/games/boxart/full_pokepark-2-wonders-beyond_563AmericaFront.jpg,PokePark 2: Wonders Beyond,Wii,Adventure,Nintendo,"Creatures, Inc.",,0.05,0.03,0.03,,,2012-02-27, +/games/boxart/full_1558225JapanFrontccc.jpg,Kekkon Zenya,SAT,Adventure,Shogakukan,Shogakukan Production,,0.05,,0.05,,0,1995-10-27, +/games/boxart/full_6950456JapanFrontccc.jpg,Tokimeki Memorial: Girls Side 1st Love,DS,Adventure,Konami,Konami,,0.05,,0.05,,,2007-03-15, +/games/boxart/full_7368026AmericaFrontccc.jpg,The Misadventures of Tron Bonne,PS,Adventure,Capcom,Capcom,,0.05,0.03,,0.02,0,2000-04-30, +/games/boxart/3472793ccc.jpg,March of the Penguins,DS,Adventure,DSI Games,DSI Games,,0.05,0.04,,0,0,2006-11-27, +/games/boxart/full_3046214AmericaFrontccc.jpg,Tokyo Twilight Ghost Hunters Daybreak: Special Gigs,PS4,Adventure,NIS America,Toybox Games,,0.05,0.04,,,0.01,2016-09-20,2018-09-19 +/games/boxart/full_8103575AmericaFrontccc.jpg,Lux-Pain,DS,Adventure,Ignition Entertainment,Killaware,,0.05,0.04,,0,0,2009-03-24, +/games/boxart/full_to-heart-2-dx-plus_968JapanFront.jpg,To Heart 2 DX Plus,PS3,Adventure,Aquaplus,Aquaplus,,0.05,,0.05,,,2011-09-22, +/games/boxart/full_3919089AmericaFrontccc.jpg,Scribblenauts Mega Pack,NS,Adventure,Warner Bros. Interactive Entertainment,Shiver Games,,0.05,0.05,,,0.01,2018-09-18,2019-02-20 +/games/boxart/full_8573717AmericaFrontccc.jpg,Agatha Christie's The ABC Murders,XOne,Adventure,Unfinished Pixel,Artefacts Studio,,0.05,0.04,,0,0.01,2016-02-23,2018-06-27 +/games/boxart/full_3451767PALFrontccc.jpg,Mr Bean's Wacky World of Wii,Wii,Adventure,Blast! Entertainment Ltd,Blast Games,,0.05,,,0.05,0,2009-02-06, +/games/boxart/full_9426875AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,X360,Adventure,Focus Home Interactive,Frogwares,,0.05,0.03,,0.02,0,2014-09-30,2018-04-18 +/games/boxart/6640072ccc.jpg,Shifters,PS2,Adventure,3DO,3DO,,0.05,0.03,,0.02,0.01,2002-06-17, +/games/boxart/full_144309JapanFrontccc.jpg,Detective Conan: Prelude from the Past,DS,Adventure,Namco Bandai Games,Spike Chunsoft,,0.05,,0.05,,,2012-04-19,2019-01-19 +/games/boxart/full_arcana-famiglia-la-storia-della-aracana-famiglia_763JapanFront.jpg,Arcana Famiglia: La storia della Aracana Famiglia,PSP,Adventure,Comfort,Comfort,,0.05,,0.05,,,2011-10-27, +/games/boxart/full_4016359AmericaFrontccc.jpg,Jake Hunter Detective Story: Ghost of the Dusk,3DS,Adventure,Aksys Games,Arc System Works,,0.05,0.03,0.01,,0,2018-09-28,2018-08-03 +/games/boxart/full_3613333AmericaFrontccc.jpg,Samantha Swift and the Hidden Roses of Athena,DS,Adventure,Mumbo Jumbo,MumboJumbo,,0.05,0.04,,0.01,0,2010-07-26, +/games/boxart/full_8075332AmericaFrontccc.jpg,The Walking Dead: A Telltale Series Collection,XOne,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.05,0.05,,,0.01,2017-12-05, +/games/boxart/full_5516240AmericaFrontccc.jpg,Second Sight,GC,Adventure,Codemasters,Free Radical Design,7.9,0.05,0.04,,0.01,0,2004-09-21, +/games/boxart/full_the-mysterious-case-of-dr-jekyll-and-mr-hyde_851AmericaFront.jpg,The Mysterious Case of Dr. Jekyll and Mr. Hyde,DS,Adventure,O-Games,O-Games,,0.05,0.02,,0.03,0,2011-08-09, +/games/boxart/full_7268972AmericaFrontccc.jpg,Brothers: A Tale of Two Sons,XOne,Adventure,505 Games,Starbreeze Studios,,0.05,0.04,,0.01,0.01,2015-09-01,2018-06-27 +/games/boxart/full_back-to-the-future-the-game_40AmericaFront.jpg,Back to the Future: The Game,Wii,Adventure,Telltale Games,Telltale Games,7,0.05,0.05,,0,0,2011-10-25,2018-04-23 +/games/boxart/full_7911175AmericaFrontccc.jpg,Batman: The Enemy Within,XOne,Adventure,Telltale Games,Telltale Games,,0.05,0.04,,,0.01,2017-10-03,2018-06-29 +/games/boxart/full_1657571JapanFrontccc.jpg,Tokimeki Memorial Girl's Side 2nd Kiss,PS2,Adventure,Konami,Konami,,0.05,,0.05,,,2006-08-03, +/games/boxart/full_5890013AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy: The Telltale Series,XOne,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.05,0.05,,,0.01,2017-05-02,2018-06-27 +/games/boxart/full_3830536JapanFrontccc.jpg,Koihime Musou,PS2,Adventure,Yeti,Yeti,,0.05,,0.05,,,2008-11-20, +/games/boxart/full_763267JapanFrontccc.jpg,Shinseiki Evangelion 2: Tsukurareshi Sekai - Another Cases,PSP,Adventure,Bandai,Alfa System,,0.05,,0.05,,,2006-04-27, +/games/boxart/full_corpse-party-blood-covered-repeated-fear_4JapanFront.jpg,Corpse Party,PSP,Adventure,Xseed Games,Team GrisGris,,0.05,,0.05,,,2011-11-22, +/games/boxart/full_treasure-report-kikai-jikake-no-isan_874JapanFront.jpg,Treasure Report: Kikai Jikake no Isan,DS,Adventure,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2011-05-26, +/games/boxart/full_9680188AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,PC,Adventure,LucasArts,Traveller's Tales,6.8,0.05,0.02,,0.03,0.01,2009-11-17, +/games/boxart/full_4249215JapanFrontccc.jpg,Detective Conan: Marionette Symphony,3DS,Adventure,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2013-04-25,2019-01-30 +/games/boxart/full_1319603AmericaFrontccc.jpg,M&M's Adventure,DS,Adventure,Zoo Digital Publishing,Nikitova Games,,0.05,0.04,,,0,2008-12-02, +/games/boxart/full_4196301AmericaFrontccc.jpg,Gitaroo Man,PS2,Misc,KOEI,iNiS,,0.05,0.02,,0.02,0.01,2002-02-20, +/games/boxart/full_8345609PALFrontccc.jpg,Atari Flashback Classics: Volume 3,XOne,Misc,Funbox Media,Atari,,0.05,0.04,,,0.01,2018-09-28,2018-10-27 +/games/boxart/full_7506428JapanFrontccc.jpg,Hatsune Miku: Project Diva Future Tone DX,PS4,Misc,Sega,Sega,,0.05,,0.05,,,2017-11-22,2017-12-30 +/games/boxart/full_9525541AmericaFrontccc.jpg,Major Minor's Majestic March,Wii,Misc,Majesco,NanaOn-Sha,4.5,0.05,0.05,,0,0,2009-04-02, +/games/boxart/full_6857163JapanFrontccc.jpg,Game no Kanzume Vol 2,SCD,Misc,Sega,Unknown,,0.05,,0.05,,0,1994-03-18, +/games/boxart/full_8854877JapanFrontccc.jpg,Super Heroine Chronicle,PSV,Misc,Namco Bandai Games,Banpresto,,0.05,,0.05,,,2014-02-06,2019-01-14 +/games/boxart/5702168ccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,GC,Misc,Crave Entertainment,FarSight Studios,,0.05,0.04,,0.01,0,2005-03-20, +/games/boxart/full_4746198AmericaFrontccc.jpg,Werewolves Within,PS4,Misc,Ubisoft,Ubisoft,,0.05,0.04,,,0.01,2016-12-06, +/games/boxart/722742ccc.jpg,Hail to the Chimp,PS3,Misc,Gamecock,Wideload Games,7,0.05,0.05,,,0.01,2008-06-24, +/games/boxart/full_116670JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 15: Pachinko Fuyu no Sonata 2,PS2,Misc,Hackberry,Hack Berry,,0.05,,0.05,,,2008-12-25, +/games/boxart/full_8229824AmericaFrontccc.jpg,Zumba Fitness: World Party,WiiU,Misc,Majesco Entertainment,Zoe Mode,,0.05,,,0.04,0,2013-11-05,2018-01-22 +/games/boxart/8079588ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,Wii,Misc,Activision,Left Field Productions,4.6,0.05,0.04,,0,0,2006-12-12, +/games/boxart/7099961ccc.jpg,World Championship Poker: Featuring Howard Lederer - All In,X360,Misc,Crave Entertainment,Point of View,,0.05,0.04,,0,0,2006-08-29, +/games/boxart/full_8484607AmericaFrontccc.jpg,Wonder World Amusement Park,Wii,Misc,Majesco,Coyote Console,,0.05,0.04,,0,0,2008-07-08, +/games/boxart/7093421ccc.jpg,Cartoon Network Block Party,GBA,Misc,Majesco,One Man Band,4,0.05,0.03,,0.01,0,2004-08-05, +/games/boxart/full_6012120JapanFrontccc.jpg,Shinseiki Evangelion- Eva: Yukai na Nakama Tachi,PS,Misc,Gainax Network Systems,Gainax,,0.05,,0.05,,0,1998-07-23, +/games/boxart/full_super-jinsei-game-2_828JapanFront.jpg,Super Jinsei Game 2,SNES,Misc,Takara,Takara,,0.05,,0.05,,0,1995-09-08, +/games/boxart/3805448ccc.jpg,World Series of Poker,GC,Misc,Activision,Activision Value,4.7,0.05,0.04,,0.01,0,2005-09-14, +/games/boxart/full_reader-rabbit-2nd-grade_6AmericaFront.jpg,Reader Rabbit 2nd Grade,Wii,Misc,Graffiti,Graffiti Entertainment,,0.05,0.04,,,0,2010-05-04, +/games/boxart/full_2724877JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Bongole Shiki Taisen Battle Sugoroku,DS,Misc,Takara Tomy,Takara Tomy,,0.05,,0.05,,,2008-03-27, +/games/boxart/full_6770094AmericaFrontccc.jpg,Prison Architect,PS4,Simulation,Introversion Software,Introversion Software,,0.05,0.02,,0.02,0.01,2016-06-28,2018-08-18 +/games/boxart/full_4022228AmericaFrontccc.jpg,Pet Vet: Down Under,DS,Simulation,Deep Silver,Braingame,,0.05,0.04,,,0,2009-03-31, +/games/boxart/full_ship-simulator-extremes_606AmericaFront.jpg,Ship Simulator Extremes,PC,Simulation,Paradox Interactive,VSTEP,,0.05,,,0.04,0.01,2010-09-21, +/games/boxart/full_3060085AmericaFrontccc.jpg,Pony Friends,DS,Simulation,Eidos Interactive,Tantalus Interactive,,0.05,,,0.04,0.01,2007-05-30, +/games/boxart/full_2033266AmericaFrontccc.jpg,Fishing Sim World,XOne,Simulation,Dovetail Games,Dovetail Games,,0.05,0.04,,,0.01,2018-09-18,2018-08-02 +/games/boxart/full_9111641AmericaFrontccc.jpg,Unsolved Crimes,DS,Adventure,Atari,Now Production,6,0.05,0.04,,0.01,,2008-09-30, +/games/boxart/full_6072188JapanFrontccc.jpg,Harukanaru Toki no Naka de 3,PS2,Adventure,KOEI,Koei,,0.05,,0.05,,,2004-12-22, +/games/boxart/full_5446852JapanFrontccc.jpg,Corpse Party: Blood Covered - Repeated Fear,3DS,Adventure,5pb,Team GrisGris,,0.05,,0.05,,,2015-07-30,2018-01-14 +/games/boxart/full_durarara-3-way-standoff_7JapanFront.jpg,Durarara!! 3-way Standoff,PSP,Adventure,ASCII Media Works,Kadokawa Games,,0.05,,0.05,,,2010-09-22, +/games/boxart/full_2195827JapanFrontccc.jpg,Taiho Shichauzo!,PS,Adventure,Pioneer LDC,Pioneer LDC,,0.05,,0.05,,0,2001-03-29, +/games/boxart/628076ccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,DS,Adventure,Activision,Humagade,,0.05,0.05,,,0,2005-11-08, +/games/boxart/full_2172080AmericaFrontccc.jpg,The Invisible Hours,XOne,Adventure,Tequila Works,Tequila Works,,0.05,0.05,,,0.01,2018-04-24,2018-09-17 +/games/boxart/full_4317849AmericaFrontccc.jpg,Jake Power: Policeman,DS,Adventure,Ubisoft,Magic Pockets,,0.05,0.05,,0,0,2009-02-17, +/games/boxart/full_1828226AmericaFrontccc.jpg,Myst IV: Revelation,XB,Adventure,Ubisoft,Ubisoft Montreal,,0.05,0.04,,0.01,0,2005-03-29, +/games/boxart/full_6794732JapanFrontccc.jpg,Jirou Akagawa: Majotachi no Nemuri,SNES,Adventure,Pack-In-Video,Pack-In-Video,,0.05,,0.05,,0,1995-11-24, +/games/boxart/full_trick-x-logic-season-1_5JapanFront.jpg,Trick x Logic: Season 1,PSP,Adventure,Sony Computer Entertainment,ChunSoft,,0.05,,0.05,,,2010-07-22, +/games/boxart/full_4540221JapanFrontccc.jpg,DokiDoki Majo Shinpan!,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.05,,0.05,,,2007-07-05, +/games/boxart/full_1933815JapanFrontccc.jpg,Starry * Sky: In Spring - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.05,,0.05,,,2010-06-24, +/games/boxart/full_6448578JapanFrontccc.jpg,Little Busters! Converted Edition,PS2,Adventure,Prototype,Key,,0.05,,0.05,,,2009-12-24, +/games/boxart/full_6129390AmericaFrontccc.jpg,Sam & Max: Beyond Time and Space,Wii,Adventure,Atari,Telltale Games,,0.05,0.05,,,0,2010-03-09, +/games/boxart/full_7433314AmericaFrontccc.jpg,Black Mirror,PS4,Adventure,THQ Nordic,KING Art Games,,0.05,0.04,,,0.01,2017-11-28,2018-08-20 +/games/boxart/full_6073791AmericaFrontccc.jpg,Yomawari: The Long Night Collection,NS,Action-Adventure,NIS America,Nippon Ichi Software,,0.05,0.04,0.01,,0,2018-10-30,2018-11-07 +/games/boxart/full_lego-harry-potter-years-1-4_6AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PC,Adventure,Warner Bros. Interactive,Telltale Games,8.2,0.05,0.04,,0.01,0.01,2010-06-29, +/games/boxart/full_murder-she-wrote_338PALFront.jpg,"Murder, She Wrote",PC,Adventure,Legacy Interactive,Legacy Interactive,,0.05,,,0.04,0.01,2009-11-12, +/games/boxart/full_the-lost-chronicles-of-zerzura_311PALFront.jpg,The Lost Chronicles of Zerzura,PC,Adventure,Unknown,Cranberry Production,,0.05,,,0.05,0,2012-03-30, +/games/boxart/full_6956967AmericaFrontccc.jpg,King Arthur,XB,Adventure,Konami,Krome Studios,6.5,0.05,0.04,,0.01,0,2004-11-16, +/games/boxart/full_1709888AmericaFrontccc.jpg,Chronicles of the Sword,PS,Adventure,Psygnosis,Synthetic Dimensions,,0.05,0.03,,0.02,0,1996-06-01, +/games/boxart/full_6197057AmericaFrontccc.jpg,Secret Files: Tunguska,DS,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.05,0.04,,0.01,0,2010-03-10, +/games/boxart/9886567ccc.jpg,Chameleon Twist 2,N64,Platform,Sunsoft,Japan Supply System,,0.05,0.04,,0.01,0,1999-03-31, +/games/boxart/1500290ccc.jpg,Sitting Ducks,PS2,Platform,Hip Interactive,Asobo Studio,,0.05,0.03,,0.02,0.01,2004-07-01, +/games/boxart/full_1778073AmericaFrontccc.jpg,Microsoft Flight Simulator X Acceleration Expansion Pack,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,0.05,,,0.04,0.01,2007-10-23, +/games/boxart/full_1803311AmericaFrontccc.png,Sushi Go-Round,Wii,Simulation,SouthPeak Interactive,Asylum Entertainment,,0.05,0.04,,,0,2010-03-30, +/games/boxart/976148ccc.jpg,The Sims,PC,Simulation,Maxis,Maxis,8.9,0.05,0.01,,0.03,0,2000-01-31, +/games/boxart/full_3124296JapanFrontccc.jpg,Shaman King: Soul Fight,GC,Platform,Bandai,Tuning Electronic,,0.05,,0.05,,0,2003-03-28, +/games/boxart/full_2821262AmericaFrontccc.jpg,Mighty No. 9,WiiU,Platform,Deep Silver,Comcept,,0.05,0.03,,0.01,0.01,2016-06-21,2018-07-04 +/games/boxart/full_4677307AmericaFrontccc.jpg,Mirror's Edge,PC,Platform,Electronic Arts,EA Digital Illusions CE,,0.05,,,0.05,0.01,2009-01-12,2019-03-25 +/games/boxart/full_4964044AmericaFrontccc.jpg,Drill Dozer,GBA,Platform,Nintendo,Game Freak,7.9,0.05,0.04,,0.01,0,2006-02-06, +/games/boxart/full_9293308AmericaFrontccc.jpg,Death Jr. II: Root of Evil,PSP,Platform,Konami,Backbone Entertainment,6.9,0.05,0.05,,0,0,2006-10-31, +/games/boxart/6929761ccc.jpg,Dynamite Headdy,GEN,Platform,Sega,"Treasure Co., Ltd.",,0.05,,0.05,,0,1994-08-04, +/games/boxart/7359993ccc.jpg,Dragon's Lair 3D: Return to the Lair,XB,Platform,Ubisoft,Dragonstone Software,,0.05,0.04,,0.01,0,2002-11-18, +/games/boxart/full_9055180AmericaFrontccc.jpg,Hakuoki: Warriors of the Shinsengumi,PSP,Simulation,Aksys Games,Design Factory,,0.05,,0.05,,,2013-02-19,2019-04-02 +/games/boxart/full_3127148AmericaFrontccc.jpg,Cesar Millan's Dog Whisperer,DS,Simulation,Ubisoft,Ubisoft,,0.05,0.04,,0,0,2008-10-15, +/games/boxart/full_5617622AmericaFrontccc.jpg,Virtual Villagers: A New Home,DS,Simulation,Conspiracy Entertainment,Keen Games,,0.05,0.04,,0.01,0,2010-04-20, +/games/boxart/9688203ccc.jpg,Naval Ops: Commander,PS2,Simulation,KOEI,Micro Cabin,,0.05,0.03,,0.02,0.01,2004-03-09, +/games/boxart/full_4735102AmericaFrontccc.jpg,The Sims 2: University,PC,Simulation,Electronic Arts,Maxis,,0.05,0.01,,0.04,0,2005-02-28, +/games/boxart/full_7752441AmericaFrontccc.jpg,The Long Dark,XOne,Simulation,Skybound Games,Hinterland Studio Inc.,,0.05,0.05,,,0.01,2018-09-04,2018-08-07 +/games/boxart/full_animal-planet-vet-collection_5AmericaFront.jpg,Animal Planet: Vet Collection,DS,Simulation,Activision,Activision,,0.05,0.05,,,0,2010-07-20, +/games/boxart/full_1288614AmericaFrontccc.jpg,Period Cube ~Shackles of Amadeus~,PSV,Simulation,Aksys Games,Idea Factory,,0.05,0.02,0.03,,0.01,2017-04-28,2018-09-22 +/games/boxart/full_walt-disney-pictures-presents-enchanted_157AmericaFront.jpg,Walt Disney Pictures Presents Enchanted,DS,Platform,Disney Interactive Studios,Altron,,0.05,0.04,,0.01,0,2007-11-06, +/games/boxart/full_4912104AmericaFrontccc.jpg,Owlboy,NS,Platform,Soedesco,D-Pad Studios,9,0.05,0.03,,0.01,0.01,2018-05-29,2018-11-06 +/games/boxart/full_5320823PALFrontccc.jpg,Ski Region Simulator 2012,PC,Simulation,Giants Software,Giants Software,,0.05,,,0.05,0.01,2011-11-25,2019-01-14 +/games/boxart/full_7863809AmericaFrontccc.jpg,The Long Dark,PS4,Simulation,Skybound Games,Hinterland Studio Inc.,,0.05,0.04,,,0.01,2018-09-04,2018-08-07 +/games/boxart/full_6010048AmericaFrontccc.jpg,Imagine Animal Doctor Care Center,DS,Simulation,Ubisoft,Virtual Toys,,0.05,0.05,,,0,2010-05-18, +/games/boxart/full_2002311PALFrontccc.jpg,Imagine: Party Planner,DS,Simulation,Ubisoft,Ubisoft,,0.05,0.05,,0,0,2010-01-26, +/games/boxart/full_6288063AmericaFrontccc.jpg,Air Conflicts: Aces of World War II,PSP,Simulation,Graffiti,Cowboy Rodeo,3.3,0.05,0.05,,,0,2009-04-07, +/games/boxart/full_1635701AmericaFrontccc.jpg,My Riding Stables: Life with Horses,NS,Simulation,TREVA Entertainment,Independent Arts Software GmbH,,0.05,0.04,,,0.01,2018-11-13,2018-08-04 +/games/boxart/full_airline-tycoon-2_807AmericaFront.jpg,Airline Tycoon 2,PC,Simulation,Kalypso,Kalypso Media,,0.05,0,,0.04,0.01,2011-10-11, +/games/boxart/full_4198394AmericaFrontccc.jpg,Zone of the Enders HD Edition,PS3,Simulation,Konami,High Voltage Software,,0.05,,0.05,,,2013-07-23,2018-09-12 +/games/boxart/2869766ccc.jpg,Phantom Crash,XB,Simulation,Phantagram,Genki,,0.05,0.03,0.01,0.01,0,2002-11-04, +/games/boxart/full_5745371AmericaFrontccc.jpg,Real Farm,PS4,Simulation,Soedesco,Triangle Studios,,0.05,0.04,,,0.01,2017-10-27,2018-08-07 +/games/boxart/3113653ccc.jpg,Zapper: One Wicked Cricket!,XB,Platform,Infogrames,Blitz Games,5.2,0.05,0.04,,0.01,0,2002-11-03, +/games/boxart/full_3899983AmericaFrontccc.jpg,Little Nightmares,NS,Platform,Bandai Namco Entertainment,Tarsier Studios,,0.05,,0.03,0.02,0,2018-05-18,2019-02-20 +/games/boxart/4784179ccc.gif,Spitfire Heroes: Tales of the Royal Air Force,DS,Simulation,Destineer,Big John Games,,0.05,0.05,,,0,2008-03-05, +/games/boxart/full_freelancer_3AmericaFront.jpg,Freelancer,PC,Simulation,Microsoft Game Studios,Digital Anvil,,0.05,0.02,,0.03,0,2003-03-03, +/games/boxart/full_8030461AmericaFrontccc.jpg,Carnival Games,PS4,Party,2K Games,Cat Daddy Games,,0.05,0.04,,,0.01,2018-11-06,2018-09-22 +/games/boxart/full_3388525AmericaFrontccc.jpg,Chocolatier,DS,Simulation,Zoo Games,Zoo Games,,0.05,0.05,,,0,2010-03-31, +/games/boxart/full_petz-bunnyz-bunch_128AmericaFront.jpg,Petz Bunnyz Bunch,DS,Simulation,Ubisoft,Ubisoft,,0.05,0.05,,,0,2011-03-08, +/games/boxart/1905936ccc.jpg,Wing Commander: Prophecy,GBA,Simulation,"Destination Software, Inc",Raylight Studios,,0.05,0.04,,0.01,0,2003-06-04, +/games/boxart/full_1040159PALFrontccc.jpg,The Sims 4 Seasons,PC,Simulation,Electronic Arts,EA,,0.05,,,0.05,0,2018-06-22,2018-05-26 +/games/boxart/full_tennis-no-oji-sama-2005-crystal-drive_632JapanFront.jpg,Tennis no Oji-Sama: 2005 Crystal Drive,DS,Sports,Konami,Konami,,0.05,,0.05,,,2004-12-30, +/games/boxart/full_2344710JapanFrontccc.jpg,Yakuza 3,PS4,Action-Adventure,Sega,Sega,,0.05,,0.05,,,2018-08-09,2018-08-25 +/games/boxart/full_9879544AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,PS4,Action-Adventure,505 Games,Ninja Theory,8.3,0.05,0.03,,0.01,0.01,2018-12-04,2018-11-02 +/games/boxart/full_9614801AmericaFrontccc.jpg,rain,PS3,Action-Adventure,Sony Computer Entertainment,PlayStation C.A.M.P.!,,0.05,,0.05,,,2013-10-01,2019-01-19 +/games/boxart/full_8270207AmericaFrontccc.jpg,Resident Evil 4,XOne,Action-Adventure,Capcom,Capcom,,0.05,0.04,,,0.01,2016-08-30,2018-09-04 +/games/boxart/full_4387640AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,PS3,Action-Adventure,D3Publisher,Way Forward,,0.05,0.02,,0.02,0.01,2013-11-19,2018-03-19 +/games/boxart/5082228ccc.jpg,Virtua Tennis 3,PSP,Sports,Sega,Sumo Digital,,0.05,0.02,,0.02,0.01,2007-03-26, +/games/boxart/full_6932406JapanFrontccc.jpg,Winning Post 7 2013,PS3,Sports,Tecmo Koei,Tecmo Koei Games,,0.05,,0.05,,,2013-03-14,2019-01-19 +/games/boxart/2912128ccc.jpg,Yanya Caballista: City Skater,PS2,Sports,KOEI,Cave,,0.05,0.02,,0.02,0.01,2001-10-01, +/games/boxart/full_9855201AmericaFrontccc.jpg,Golf Club 2019,XOne,Sports,2K Games,HB Studios,,0.05,0.05,,,0.01,2018-11-13,2018-09-11 +/games/boxart/6839790ccc.gif,Top Spin 2,DS,Sports,2K Sports,Indie Built,5.2,0.05,0.05,,0,0,2006-03-29, +/games/boxart/7099754ccc.jpg,NHL Blades of Steel '99,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.05,0.05,,,0,1999-04-05, +/games/boxart/2446734ccc.jpg,ESPN International Winter Sports 2002,GC,Sports,Konami,Konami Computer Entertainment Osaka,,0.05,0.04,,0.01,0,2002-02-04, +/games/boxart/full_slam-dunk-sd-heat-up_6JapanFront.jpg,Slam Dunk SD Heat Up!!,SNES,Sports,Bandai,Bandai,,0.05,,0.05,,,1995-10-27, +/games/boxart/1743442ccc.gif,Ontamarama,DS,Action,Atlus,Unknown,,0.05,0.05,,,0,2007-11-06, +/games/boxart/9247066ccc.jpg,NBA 2K,DC,Sports,Sega,Visual Concepts,8.9,0.05,,0.05,,,1999-11-10, +/games/boxart/full_4704169AmericaFrontccc.jpg,King's Quest: The Complete Collection,XOne,Adventure,Activision,The Odd Gentlemen,,0.05,0.04,,,0.01,2016-10-24,2018-12-18 +/games/boxart/full_3631198JapanFrontccc.jpg,Time Travelers,PSV,Adventure,Level 5,Level 5,,0.05,,0.05,,,2012-07-12,2019-01-02 +/games/boxart/full_shin-kamaitachi-no-yoru-11-hitome-no-suspect_891JapanFront.jpg,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PSV,Adventure,ChunSoft,ChunSoft,,0.05,,0.05,,,2011-12-17, +/games/boxart/full_6550725AmericaFrontccc.jpg,SpongeBob: HeroPants,3DS,Action-Adventure,Activision,Behaviour Interactive,,0.05,0.04,,,0.01,2015-02-03,2018-04-15 +/games/boxart/full_5683622JapanFrontccc.jpg,Disaster Report 4 Plus: Summer Memories,PS4,Action-Adventure,NIS America,Granzella,,0.05,,0.05,,,2020-04-07,2018-12-19 +/games/boxart/full_7466395AmericaFrontccc.jpg,Rodea the Sky Soldier,3DS,Action-Adventure,NIS America,Kadokawa Games,,0.05,0.04,,0,0.01,2015-11-10,2018-04-06 +/games/boxart/5599074ccc.jpg,Finny the Fish & the Seven Waters,PS2,Sports,Natsume,SCEI,,0.05,0.02,,0.02,0.01,2005-05-17, +/games/boxart/full_8375399JapanFrontccc.jpg,J-League '96 Dream Stadium,SNES,Sports,Hudson Soft,Hudson Soft,,0.05,,0.05,,0,1996-06-01, +/games/boxart/full_4365360JapanFrontccc.jpg,BeatMania IIDX 3rd Style,PS2,Simulation,Konami,Konami,,0.05,,0.05,,,2000-11-02, +/games/boxart/full_4139872AmericaFrontccc.jpg,Surviving Mars,XOne,Simulation,Maximum Games,Haemimont Games,,0.05,0.04,,,0.01,2018-03-15,2018-03-18 +/games/boxart/full_7128798AmericaFrontccc.jpg,Fishing Sim World,PS4,Simulation,Dovetail Games,Dovetail Games,,0.05,0.04,,,0.01,2018-09-18,2018-08-02 +/games/boxart/full_the-idolmaster-2_607JapanFront.jpg,The Idolmaster 2,X360,Simulation,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2011-02-24, +/games/boxart/full_2894335AmericaFrontccc.jpg,Dreamer Series: Puppy Trainer,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.05,0.05,,,0,2008-12-16, +/games/boxart/full_il-2-sturmovik-cliffs-of-dover_31AmericaFront.jpg,IL-2 Sturmovik: Cliffs of Dover,PC,Simulation,Ubisoft,1C: Maddox Games,5,0.05,,,0.05,0.01,2011-04-26, +/games/boxart/full_2504392AmericaFrontccc.jpg,Pony Friends: Mini Breeds Edition,DS,Simulation,Eidos Interactive,Tantalus Interactive,,0.05,0.05,,,0,2008-12-02, +/games/boxart/full_6447698JapanFrontccc.jpg,G1 Grand Prix,3DS,Simulation,Genki,Genki,,0.05,,0.05,,,2012-05-24,2019-01-29 +/games/boxart/1185970ccc.jpg,Wing Island,Wii,Simulation,Hudson Soft,CAProduction,,0.05,0.03,0.01,0.01,0,2007-03-20, +/games/boxart/full_1442974AmericaFrontccc.jpg,MiniCopter: Adventure Flight,Wii,Simulation,Aksys Games,Sonic Powered,,0.05,0.04,,0,0,2008-04-11, +/games/boxart/full_6447720PALFrontccc.jpg,Apassionata: Die Galanacht der Pferde,DS,Simulation,RTL,B-Alive,,0.05,,,0.04,0.01,2009-03-27, +/games/boxart/7894918ccc.jpg,Air Traffic Chaos,DS,Simulation,Majesco,TechnoBrain,6.8,0.05,0.05,,0,0,2008-09-09, +/games/boxart/full_8179452AmericaFrontccc.jpg,Little Dragons Café,PS4,Simulation,Aksys Games,Aksys Games,,0.05,0.03,0.01,,0.01,2018-08-24,2018-09-26 +/games/boxart/default.jpg,Pet Pals: New Leash on Life,DS,Simulation,Destineer,Legacy Interactive,,0.05,0.05,,,0,2010-02-09, +/games/boxart/full_121897AmericaFrontccc.jpg,Armored Core: Formula Front Extreme Battle,PSP,Simulation,Agetec,From Software,6.7,0.05,0.05,,,0,2005-12-15, +/games/boxart/full_2287949AmericaFrontccc.jpg,Hotel for Dogs,Wii,Simulation,505 Games,Paramount Interactive,,0.05,0.04,,0,0,2009-01-06, +/games/boxart/full_737251JapanFrontccc.jpg,BeatMania IIDX 4th Style: New Songs Collection,PS2,Simulation,Konami,Konami,,0.05,,0.05,,,2001-03-29, +/games/boxart/full_5826878AmericaFrontccc.jpg,Carnival Games,XOne,Party,2K Games,Cat Daddy Games,,0.05,0.04,,,0.01,2018-11-06,2018-09-22 +/games/boxart/full_4523167AmericaFrontccc.jpg,Jewel Quest Mysteries,DS,Puzzle,Activision,Activision,,0.05,0.03,,0.01,0,2009-11-03, +/games/boxart/1490177ccc.jpg,Taito Legends Power Up,PSP,Action,Destineer,Unknown,,0.05,0.05,,,0.01,2007-05-17, +/games/boxart/5632604ccc.jpg,Final Fight: Streetwise,PS2,Action,Capcom,Capcom Production Studio 8,,0.05,0.03,,0.02,0.01,2006-02-28, +/games/boxart/full_6512726AmericaFrontccc.jpg,Bottom of the 9th '99,PS,Sports,Konami,Konami,5,0.05,0.03,,0.02,0,1998-07-01, +/games/boxart/7416218ccc.jpg,WTA Tour Tennis,PS2,Sports,Konami,Konami,,0.05,0.03,,0.02,0.01,2002-03-26, +/games/boxart/full_j-league-winning-eleven-2010-club-championship_6JapanFront.jpg,J-League Winning Eleven 2010: Club Championship,PS2,Sports,Konami,Konami,,0.05,,0.05,,,2010-08-05, +/games/boxart/2971249ccc.jpg,Deadliest Catch: Alaskan Storm,X360,Sports,Navarre Corp,Liquid Dragon Studios,,0.05,0.04,,,0,2008-06-17, +/games/boxart/full_5682123AmericaFrontccc.jpg,All Star Tennis 99,N64,Sports,Ubisoft,Smart Dog,5.1,0.05,0.04,,0.01,0,1999-08-31, +/games/boxart/full_7713288JapanFrontccc.jpg,Winning Post World,PS3,Sports,KOEI,Koei,,0.05,,0.05,,,2009-04-02, +/games/boxart/6490809ccc.jpg,Rugby 2005,XB,Sports,EA Sports,HB Studios Multimedia,,0.05,0.04,,0.01,0,2005-03-08, +/games/boxart/full_225396AmericaFrontccc.jpg,Olympic Soccer: Atlanta 1996,PS,Sports,Eidos Interactive,Silicon Dreams,,0.05,0.03,,0.02,0,1996-07-18, +/games/boxart/full_5284617AmericaFrontccc.jpg,NFL Quarterback Club 2002,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.05,0.04,,0.01,0,2001-12-14, +/games/boxart/9119612ccc.jpg,2002 FIFA World Cup,GC,Sports,EA Sports,EA Canada,7.4,0.05,0.04,,0.01,0,2002-04-30, +/games/boxart/full_powerful-golf_584JapanFront.jpg,Powerful Golf,DS,Sports,Konami,PawaPuro Production,,0.05,,0.05,,,2011-03-17, +/games/boxart/full_2330244AmericaFrontccc.jpg,Pirates vs Ninja Dodgeball,Wii,Sports,SouthPeak Interactive,Blazing Lizard,,0.05,0.04,,,0,2009-05-14, +/games/boxart/9037125ccc.jpg,Reel Fishing: The Great Outdoors,PSP,Sports,SVG Distribution,Natsume,,0.05,0.05,,,0,2006-11-06, +/games/boxart/full_tour-de-france-the-official-game_248PALFront.jpg,Tour de France 2011,X360,Sports,Unknown,Cyanide Studio,,0.05,,,0.04,0,, +/games/boxart/9165962ccc.jpg,Sega Soccer Slam,XB,Sports,Sega,Black Box Games,,0.05,0.04,,0.01,0,2002-08-22, +/games/boxart/full_major-league-baseball-2k11_282AmericaFront.jpg,Major League Baseball 2K11,PS2,Sports,2K Sports,Visual Concepts,,0.05,0.02,,0.02,0.01,2011-03-08, +/games/boxart/4983940ccc.jpg,Power Spike Pro Beach Volleyball,PS,Sports,Infogrames,Carpace,,0.05,0.03,,0.02,0,2000-11-13, +/games/boxart/full_4744555AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,XB,Sports,Activision,Shaba Games,,0.05,0.04,,0.01,0,2003-06-10, +/games/boxart/full_2017164AmericaFrontccc.jpg,Sled Shred featuring the Jamaican Bobsled Team,Wii,Sports,SouthPeak Interactive,Just For Fun Studios,,0.05,0.05,,,0,2010-10-12, +/games/boxart/full_bass-rise_5AmericaFront.jpg,Bass Rise,PS,Sports,Bandai,Bandai,,0.05,0.03,,0.02,0,1999-09-30, +/games/boxart/full_my-fitness-coach-club_669PALFront.jpg,My Fitness Coach: Club,Wii,Sports,Ubisoft,Ubisoft,,0.05,,,0.05,0.01,2011-03-18, +/games/boxart/full_8915051JapanFrontccc.jpg,Winning Post World 8,PS3,Sports,Tecmo Koei,Koei Tecmo Games,,0.05,,0.05,,,2014-03-27,2019-01-05 +/games/boxart/full_3333410AmericaFrontccc.jpg,NHL Powerplay 98,PS,Sports,Virgin Interactive,Radical Entertainment,,0.05,0.03,,0.02,0,1997-08-31, +/games/boxart/full_7559913AmericaFrontccc.jpg,Rugby 18,XOne,Sports,Koch Media,EKO Software,,0.05,0.04,,,0.01,2017-10-24,2018-08-07 +/games/boxart/3454391ccc.jpg,Dark Summit,GC,Sports,THQ,Radical Entertainment,,0.05,0.04,,0.01,0,2002-02-04, +/games/boxart/full_4997692JapanFrontccc.jpg,Keiba Eight Special,SNES,Sports,Misawa,C-Lab,,0.05,,0.05,,0,1993-12-10, +/games/boxart/full_winning-post-7-2010_0JapanFront.jpg,Winning Post 7 2010,PSP,Sports,Tecmo Koei,Tecmo Koei Games,,0.05,,0.05,,,2010-09-22,2018-07-30 +/games/boxart/full_5980444AmericaFrontccc.jpg,FIFA Soccer 2004,GBA,Sports,EA Sports,Exient Entertainment,8.5,0.05,0.04,,0.01,0,2003-11-04, +/games/boxart/1945074ccc.jpg,Whirl Tour,GC,Sports,VU Games,Papaya Studios,,0.05,0.04,,0.01,0,2002-11-12, +/games/boxart/full_4335243AmericaFrontccc.jpg,Ultra Bust-A-Move,XB,Puzzle,Majesco,Taito Corporation,,0.05,0.04,,0.01,0,2004-11-04, +/games/boxart/full_6568533AmericaFrontccc.jpg,Jewel Master: Cradle of Persia,DS,Puzzle,Rising Star Games,Rising Star Games,,0.05,,,0.05,0,2014-07-24,2019-01-19 +/games/boxart/full_9609539JapanFrontccc.jpg,Block Kuzushi,SNES,Puzzle,Pow,Planning Office Wada,,0.05,,0.05,,0,1995-11-17, +/games/boxart/4237575ccc.jpg,Zoop,PS,Puzzle,Viacom,Hookstone Productions,,0.05,0.03,,0.02,0,1995-10-31, +/games/boxart/8455727ccc.jpg,Bombastic,PS2,Puzzle,Capcom,Shift,,0.05,0.03,,0.02,0.01,2003-08-27, +/games/boxart/full_452144JapanFrontccc.jpg,Famicom Mini: Dig Dug,GBA,Puzzle,Namco,Namco,,0.05,,0.05,,0,2004-05-21, +/games/boxart/full_match-3-madness_615AmericaFront.jpg,Match 3 Madness,DS,Puzzle,Unknown,Most Wanted Entertainment,,0.05,,,0.05,0.01,2011-07-26, +/games/boxart/full_4-elements_117AmericaFront.jpg,4 Elements,PC,Puzzle,eGames,Playrix Entertainment,,0.05,,,0.04,0.01,2009-05-11, +/games/boxart/full_inspector-gadget-gadgets-crazy-maze_6AmericaFront.jpg,Inspector Gadget: Gadget's Crazy Maze,PS,Puzzle,Ubisoft,Vision Media Engineering,,0.05,0.03,,0.02,0,2001-08-15, +/games/boxart/full_6828394JapanFrontccc.jpg,Puyo Puyo Tetris,PS3,Puzzle,Sega,Sonic Team,,0.05,,0.05,,,2014-02-06,2018-07-04 +/games/boxart/4967990ccc.jpg,GunPey,PSP,Puzzle,Namco Bandai,Q Entertainment,,0.05,0.05,,0,0.01,2006-11-17, +/games/boxart/full_5520496PALFrontccc.jpg,Bust-A-Bloc,PS2,Puzzle,Midas Interactive Entertainment,D3 Publisher,,0.05,,0.05,,,2003-10-31, +/games/boxart/full_1415878JapanFrontccc.jpg,Puyo Puyo 7,Wii,Puzzle,Sega,Sega,,0.05,,0.05,,,2009-11-26, +/games/boxart/full_1755249PALFrontccc.jpg,Countdown: The Game,Wii,Puzzle,Mindscape,Mindscape,,0.05,,,0.05,0,2009-11-13, +/games/boxart/full_jewel-legends-tree-of-life_557PALFront.jpg,Jewel Legends: Tree of Life,DS,Puzzle,Rising Star,Rising Star Games,,0.05,,,0.05,0.01,2011-06-17, +/games/boxart/full_6445149AmericaFrontccc.jpg,Myth Makers: Orbs of Doom,Wii,Puzzle,Bold Games,Data Design Interactive,,0.05,0.05,,0,0,2007-12-31, +/games/boxart/full_8498465AmericaFrontccc.jpg,Battleship / Connect Four / Sorry! / Trouble,DS,Puzzle,"Destination Software, Inc",Gravity-I,,0.05,0.04,,0,0,2006-08-17, +/games/boxart/full_the-lost-treasures-of-alexandria_690PALFront.jpg,The Lost Treasures of Alexandria,DS,Puzzle,Unknown,Licensed 4U,,0.05,,,0.04,0.01,2011-08-26, +/games/boxart/full_3413997AmericaFrontccc.jpg,Balloon Pop,Wii,Puzzle,UFO Interactive,"Dreams, Inc.",,0.05,0.04,,0,0,2007-10-23, +/games/boxart/full_154243AmericaFrontccc.jpg,Marvel Pinball: Epic Collection Volume 1,XOne,Puzzle,Nighthawk Interactive,Nighthawk Interactive,,0.05,0.04,,,0.01,2016-11-08,2018-06-27 +/games/boxart/full_462169AmericaFrontccc.jpg,Professor Heinz Wolff's Gravity,DS,Puzzle,Deep Silver,EM Studios,,0.05,0.04,,0,0,2009-04-06, +/games/boxart/full_1485581AmericaFrontccc.jpg,Bubble Bobble Revolution,DS,Puzzle,Codemasters,Dreams,,0.05,0.04,,0,0,2006-10-03, +/games/boxart/4626398ccc.jpg,UEFA Champions League 2006-2007,X360,Sports,EA Sports,EA Canada,,0.05,0.04,,0.01,0,2007-03-20, +/games/boxart/full_8302141AmericaFrontccc.jpg,Virtua Striker 2002,GC,Sports,Sega,Amusement Vision,6.6,0.05,0.01,0.03,0,0,2002-05-20, +/games/boxart/full_531438AmericaFrontccc.jpg,Princess on Ice,DS,Sports,Aksys Games,Arc System Works,,0.05,0.04,,0.01,0,2008-11-05, +/games/boxart/full_3325933AmericaFrontccc.jpg,My Horse & Me: Riding for Gold,Wii,Sports,Atari,Tate Interactive,,0.05,0.04,,0.01,0,2009-04-28, +/games/boxart/full_6620012AmericaFrontccc.jpg,Pro Evolution Soccer 2019,XOne,Sports,Konami,Konami,,0.05,0.02,,0.02,0,2018-08-28,2018-09-26 +/games/boxart/full_1001913JapanFrontccc.jpg,Game no Kanzume Vol 1,SCD,Misc,Sega,Unknown,,0.05,,0.04,,0,1994-03-18, +/games/boxart/9901539ccc.jpg,American Bass Challenge,GBA,Sports,Ubisoft,Starfish,6.7,0.05,0.03,,0.01,0,2001-12-05, +/games/boxart/full_440894AmericaFrontccc.jpg,Rugby 06,PS2,Sports,EA Sports,HB Studios Multimedia,,0.05,0.02,,0.02,0.01,2006-02-14, +/games/boxart/full_7011717AmericaFrontccc.jpg,Need For Speed Underground,PC,Racing,Electronic Arts,EA Black Box,,0.05,,,0.04,0.01,2003-11-17, +/games/boxart/full_949369AmericaFrontccc.jpg,Monster Jam: Crush It,PS4,Racing,GameMill,GameMill,,0.05,0.04,,,0.01,2017-01-17, +/games/boxart/full_1527122AmericaFrontccc.jpg,Bejeweled Twist,PC,Puzzle,PopCap Games,PopCap Games,,0.05,0.01,,0.04,0.01,2008-10-27, +/games/boxart/full_9291108JapanFrontccc.jpg,Mawashite Tsunageru Touch Panic,DS,Puzzle,Nintendo,Aki Corporation,,0.05,,0.05,,,2006-05-25, +/games/boxart/full_654270AmericaFrontccc.jpg,PQ2: Practical Intelligence Quotient,PSP,Puzzle,D3 Publisher,Now Production,,0.05,0.04,,0,0,2007-06-18, +/games/boxart/8398899ccc.jpg,The Lost Vikings,GBA,Puzzle,Blizzard Entertainment,Mass Media,,0.05,0.04,,0.01,0,2003-03-25, +/games/boxart/7485685ccc.jpg,NFL Blitz Pro,XB,Sports,Midway Games,Point of View,,0.05,0.04,,0.01,0,2003-11-04, +/games/boxart/1689270ccc.jpg,Mountain Bike Adrenaline,PS2,Sports,Valcon Games,Fresh 3D,,0.05,0.03,,0.02,0.01,2007-10-09, +/games/boxart/full_kid-fit-island-resort_5AmericaFront.jpg,Kid Fit Island Resort,Wii,Sports,SVG Distribution,Red Wagon,,0.05,0.05,,0,0,2010-09-27, +/games/boxart/full_7452311JapanFrontccc.jpg,Pro Yakyuu Spirits 5 Kanzenban,PS2,Sports,Konami,PawaPuro Production,,0.05,,0.05,,,2008-12-04, +/games/boxart/full_4994073AmericaFrontccc.jpg,The BIGS 2,DS,Sports,2K Sports,Blue Castle Games,,0.05,0.05,,,0,2009-08-25, +/games/boxart/full_7568421AmericaFrontccc.jpg,Monster! Bass Fishing,GBA,Sports,AIA,Awesome Developments,,0.05,0.04,,0.01,0,2004-09-28, +/games/boxart/8489232ccc.jpg,FIFA Soccer 2003,GBA,Sports,EA Sports,Exient Entertainment,6.9,0.05,0.04,,0.01,0,2002-11-19, +/games/boxart/3459956ccc.jpg,MLB SlugFest 2006,XB,Sports,Midway Games,Blue Shift,,0.05,0.04,,0.01,0,2006-06-05, +/games/boxart/6526392ccc.jpg,UEFA Euro 2004: Portugal,XB,Sports,EA Sports,EA Canada,,0.05,0.04,,0.01,0,2004-05-04, +/games/boxart/full_1413278AmericaFrontccc.jpg,Color Cross,DS,Puzzle,Zoo Games,Little Worlds Studio,,0.05,0.04,,0,0,2010-05-18, +/games/boxart/full_beastly-frantic-foto_112AmericaFront.jpg,Beastly Frantic Foto,DS,Puzzle,Storm City Games,Storm City Games,,0.05,0.04,,,0,2011-02-22, +/games/boxart/full_7247269AmericaFrontccc.jpg,GunPey DS,DS,Puzzle,Namco Bandai,Art,,0.05,0.04,,0,0,2006-11-17, +/games/boxart/full_8833983AmericaFrontccc.jpg,Prism: Light the Way,DS,Puzzle,Eidos Interactive,Game Sauce,,0.05,0.05,,0,0,2007-10-17, +/games/boxart/full_ivy-the-kiwi_1AmericaFront.jpg,Ivy the Kiwi?,DS,Puzzle,Xseed Games,PROPE,7.3,0.05,0.04,,0,0,2010-08-24, +/games/boxart/full_2304145AmericaFrontccc.jpg,Puyo Pop,GBA,Puzzle,THQ,Sonic Team,,0.05,0.04,,0.01,0,2002-02-11, +/games/boxart/full_2946661AmericaFrontccc.jpg,Turbo Turtle Adventure,GBA,Puzzle,Majesco,Iridon Interactive AB,,0.05,0.04,,0.01,0,2002-09-14, +/games/boxart/7728880ccc.jpg,Super Bubble Pop,GC,Puzzle,Jaleco,Runecraft,4.2,0.05,0.04,,0.01,0,2003-01-03, +/games/boxart/full_2264916AmericaFrontccc.jpg,Boing! Docomodake DS,DS,Puzzle,Ignition Entertainment,AQ Interactive,,0.05,0.04,,0,0,2009-03-10, +/games/boxart/674112ccc.jpg,Crime Life: Gang Wars,XB,Action,Konami,Hothouse Creations,,0.05,0.04,,0.01,0,2005-11-22, +/games/boxart/full_9221756AmericaFrontccc.jpg,Dynasty Warriors Vol. 2,PSP,Action,KOEI,Omega Force,,0.05,0.04,,0,0,2006-10-24, +/games/boxart/full_7612138AmericaFrontccc.jpg,Baku Baku,SAT,Puzzle,Sega,Sega-AM2,,0.05,,0.05,,0,1996-08-31, +/games/boxart/full_fishdom_667AmericaFront.jpg,Fishdom,DS,Puzzle,Atari,Playrix Entertainment,,0.05,0.05,,,0,2011-06-28, +/games/boxart/full_9761401AmericaFrontccc.jpg,Super Bust-A-Move,GBA,Puzzle,Ubisoft,Taito Corporation,,0.05,0.03,,0.01,0,2001-11-27, +/games/boxart/full_9055886AmericaFrontccc.jpg,ZooCube,GBA,Puzzle,Acclaim Entertainment,PuzzleKings,8.6,0.05,0.03,,0.01,0,2002-05-14, +/games/boxart/full_4318326JapanFrontccc.jpg,Samurai Dou Portable,PSP,Action,Spike,Spike,,0.05,,0.05,,,2008-09-18, +/games/boxart/3227058ccc.jpg,Xiaolin Showdown,DS,Action,Konami,Razorback Developments,,0.05,0.05,,0,0,2006-11-28, +/games/boxart/full_373338JapanFrontccc.jpg,Toukiden: The Age of Demons,PSP,Action,Tecmo Koei,Omega Force,,0.05,,0.05,,,2014-08-28,2018-10-29 +/games/boxart/full_7209807AmericaFrontccc.jpg,Mega Man Battle Chip Challenge,GBA,Action,Capcom,Inti Creates,,0.05,,0.05,,,2004-03-03, +/games/boxart/full_9292392AmericaFrontccc.jpg,Cartoon Network Racing,DS,Action,Game Factory,Unknown,,0.05,0.04,,0,0,2006-12-05, +/games/boxart/full_8492848AmericaFrontccc.jpg,Barnyard,GBA,Action,THQ,Halfbrick Studios,5.6,0.05,0.03,,0.01,0,2006-08-01, +/games/boxart/7052945ccc.jpg,The Grim Adventures Of Billy & Mandy,Wii,Action,Midway Games,High Voltage Software,6.6,0.05,0.04,,0,0,2006-11-16, +/games/boxart/6976773ccc.jpg,B-Boy,PSP,Action,SouthPeak Interactive,Unknown,,0.05,0.04,,0,0,2008-09-16, +/games/boxart/full_1922177AmericaFrontccc.jpg,Fatal Frame II: Crimson Butterfly Director's Cut,XB,Action,Tecmo,Tecmo,8.7,0.05,0.04,,0.01,0,2004-11-01, +/games/boxart/3711350ccc.jpg,Colin McRae Rally 2005,XB,Action,Codemasters,Unknown,,0.05,0.04,,0.01,0,2004-09-28, +/games/boxart/full_3242453JapanFrontccc.jpg,Romance of the Three Kingdoms XIII,PS3,Action,Tecmo Koei,Koei Tecmo Games,,0.05,,0.05,,,2016-01-28,2018-07-30 +/games/boxart/full_9861987AmericaFrontccc.jpg,Gladiator: Sword of Vengeance,XB,Action,Acclaim Entertainment,Acclaim Entertainment,,0.05,0.04,,0.01,0,2003-11-05, +/games/boxart/full_captain-america-super-soldier_692AmericaFront.jpg,Captain America: Super Soldier,Wii,Action,Sega,Sega,6,0.05,0.05,,,0,2011-07-19, +/games/boxart/full_4508589JapanFrontccc.jpg,Amnesia: Crowd,PSP,Visual Novel,Idea Factory,Otomate,,0.05,,0.05,,,2013-04-18,2019-04-01 +/games/boxart/full_2660877JapanFrontccc.jpg,Diabolik Lovers,PSP,Visual Novel,Idea Factory,Rejet,,0.05,,0.05,,,2012-10-11,2019-04-01 +/games/boxart/full_8363585AmericaFrontccc.jpg,Test Drive: Ferrari Legends,X360,Racing,Atari,Slightly Mad Studios,,0.05,0.04,,,0,2012-07-03,2019-01-04 +/games/boxart/full_7577077AmericaFrontccc.jpg,WRC 7,XOne,Racing,Bigben Interactive,Kylotonn Entertainment,,0.05,0.04,,,0.01,2017-10-03,2018-01-06 +/games/boxart/full_2714174AmericaFrontccc.jpg,V-Rally 3,GBA,Racing,Atari,Velez & Dubail,,0.05,0.03,,0.01,0,2002-09-30, +/games/boxart/full_4744119AmericaFrontccc.jpg,XBlaze Lost: Memories,PS3,Visual Novel,Aksys Games,Arc System Works,,0.05,0.04,,,0.01,2015-08-11,2019-01-28 +/games/boxart/full_1399936JapanFrontccc.jpg,Kyoukai Senjou no Horizon Portable,PSP,Visual Novel,Kadokawa Shoten,Tenky,,0.05,,0.05,,,2013-04-25,2019-01-05 +/games/boxart/full_7610605JapanFrontccc.jpg,"Love, Election and Chocolate Portable",PSP,Visual Novel,Kadokawa Shoten,ASCII Media Works,,0.05,,0.05,,,2012-09-27,2018-12-29 +/games/boxart/full_2316948JapanFrontccc.jpg,Bakemonogatari Portable,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.05,,0.05,,,2012-08-23,2019-01-19 +/games/boxart/full_3860687JapanFrontccc.jpg,New Hayarigami,PSV,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.05,,0.05,,,2014-07-07,2018-03-03 +/games/boxart/full_3121901JapanFrontccc.jpg,Amnesia Later,PSP,Visual Novel,Idea Factory,Otomate,,0.05,,0.05,,,2012-03-15,2019-04-02 +/games/boxart/full_5969969JapanFrontccc.jpg,Hakuouki SSL: Sweet School Life,PSV,Visual Novel,Idea Factory,Design Factory,,0.05,,0.05,,,2014-03-27,2019-04-02 +/games/boxart/full_6793274JapanFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PSV,Visual Novel,Sprite,Sprite,,0.05,,0.05,,,2016-02-25,2018-04-07 +/games/boxart/full_4818705JapanFrontccc.jpg,Pretty Cure All Stars Everyone Gather? Let's Dance!,Wii,Music,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2013-03-28,2019-01-03 +/games/boxart/full_552137AmericaFrontccc.jpg,MTX Mototrax,PSP,Racing,Activision,Left Field Productions,,0.05,0.04,,0,0,2006-06-28, +/games/boxart/6608797ccc.jpg,American Chopper 2: Full Throttle,XB,Racing,Activision,Creat Studio,,0.05,0.04,,0.01,0,2005-11-17, +/games/boxart/3144713ccc.jpg,Carve,XB,Racing,Global Star Software,Argonaut Games,,0.05,0.04,,0.01,0,2004-02-24, +/games/boxart/full_9087950AmericaFrontccc.jpg,Baja: Edge of Control HD,XOne,Racing,THQ Nordic,2XL Games,,0.05,0.05,,,0.01,2017-09-14,2018-06-29 +/games/boxart/5847678ccc.jpg,Stunt GP,PS2,Racing,Titus,Team17 Software,,0.05,0.02,,0.02,0.01,2001-11-13, +/games/boxart/full_rock-n-roll-racing_771AmericaFront.jpg,Rock 'N Roll Racing,GBA,Racing,Blizzard Entertainment,Mass Media,,0.05,0.03,,0.01,0,2003-06-23, +/games/boxart/3155973ccc.jpg,American Chopper 2: Full Throttle,GC,Racing,Activision,Creat Studio,,0.05,0.04,,0.01,0,2005-11-29, +/games/boxart/full_f1-2010_8PALFront.jpg,F1 2010,PC,Racing,Codemasters,Codemasters Birmingham,8,0.05,,,0.05,0.01,2010-09-22, +/games/boxart/full_3438709PALFrontccc.jpg,Onrush,PS4,Racing,Deep Silver,Codemasters,,0.05,0.04,,,0.01,2018-06-05,2018-03-04 +/games/boxart/full_202332AmericaFrontccc.jpg,Short Track Racing: Trading Paint,PS2,Racing,THQ,Big Ant Studios,,0.05,0.02,,0.02,0.01,2009-05-11, +/games/boxart/full_9635491AmericaFrontccc.jpg,God Wars: Future Past,PSV,Role-Playing,NIS America,Kadokawa Games,,0.05,0.01,0.03,0,0,2017-06-20,2018-09-17 +/games/boxart/full_venus-ampamp-braves-majo-to-megami-to-horobi-no-yogen_804JapanFront.jpg,Venus & Braves: Majo to Megami to Horobi no Yogen,PSP,Role-Playing,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2011-01-20, +/games/boxart/full_nora-to-koku-no-koubou-kiri-no-mori-no-majo_154JapanFront.jpg,Nora to Koku no Koubou: Kiri no Mori no Majo,DS,Role-Playing,Atlus,Atlus Co.,,0.05,,0.05,,,2011-07-21, +/games/boxart/4519711ccc.jpg,Big Air Freestyle,GC,Racing,Atari,Paradigm Entertainment,,0.05,0.04,,0.01,0,2002-09-13, +/games/boxart/full_901191AmericaFrontccc.jpg,Gravel,XOne,Racing,Milestone S.r.l.,Milestone S.r.l,,0.05,0.04,,,0,2018-02-27,2018-01-13 +/games/boxart/1317679ccc.jpg,Speed Kings,XB,Racing,Acclaim Entertainment,Climax Entertainment,,0.05,0.04,,0.01,0,2003-06-03, +/games/boxart/full_6866939AmericaFrontccc.jpg,Vertigo,Wii,Racing,Playlogic Game Factory,Icon Games,,0.05,0.05,,,0,2009-06-09, +/games/boxart/full_1555769AmericaFrontccc.jpg,Hi-Octane: The Track Fights Back!,PS,Racing,Electronic Arts,Bullfrog Productions,,0.05,0.03,,0.02,0,1996-01-01, +/games/boxart/full_1627070AmericaFrontccc.jpg,Zumba Fitness Core,X360,Music,Majesco Entertainment,Zoe Mode,,0.05,,,0.05,0,2012-10-16,2018-12-28 +/games/boxart/full_7952417AmericaFrontccc.jpg,Just Sing,XOne,Music,Ubisoft,Ubisoft,,0.05,0.04,,,0.01,2016-09-06,2018-06-27 +/games/boxart/full_4557099PALFrontccc.jpg,The Elder Scrolls Online: Morrowind,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.05,0.02,,0.03,0,2017-06-06,2018-09-15 +/games/boxart/full_1189702JapanFrontccc.jpg,Nobunaga's Ambition II,3DS,Strategy,Tecmo Koei,Koei,,0.05,,0.05,,,2015-08-06, +/games/boxart/full_romance-of-the-three-kingdoms-vi-awakening-of-the-dragon_69AmericaFront.jpg,Romance of the Three Kingdoms VI: Awakening of the Dragon,PS,Strategy,KOEI,Koei,,0.05,0.03,,0.02,0,2000-03-31, +/games/boxart/full_sd-gundam-g-generation-world_397JapanFront.jpg,SD Gundam G Generation World,Wii,Strategy,Namco Bandai,Tom Create,,0.05,,0.05,,,2011-02-24, +/games/boxart/full_5505936AmericaFrontccc.jpg,Full Spectrum Warrior: Ten Hammers,XB,Strategy,THQ,Pandemic Studios,,0.05,0.03,,0.01,0,2006-03-28, +/games/boxart/5439603ccc.jpg,Billy the Wizard: Rocket Broomstick Racing,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.05,0.04,,0,0,2007-10-02, +/games/boxart/full_8087055JapanFrontccc.jpg,Choro Q 64 2: Hacha Mecha Grand Prix Race,N64,Racing,Takara,Locomotive Games,,0.05,,0.05,,0,1999-12-24, +/games/boxart/full_9012768AmericaFrontccc.jpg,Galaxy Racers,DS,Racing,Ubisoft,Ubisoft,,0.05,0.04,,0,0,2010-07-27, +/games/boxart/9488188ccc.jpg,GRID,DS,Racing,Codemasters,Codemasters,7.9,0.05,0.04,,0,0,2008-08-05, +/games/boxart/331909ccc.jpg,OutRun 2006: Coast 2 Coast,PS2,Racing,Sega,Sumo Digital,,0.05,0.02,0.01,0.01,0,2006-04-25, +/games/boxart/6306751ccc.jpg,Need for Speed Carbon,PC,Racing,Electronic Arts,EA Black Box,7.9,0.05,,,0.04,0.01,2006-10-31, +/games/boxart/full_4249921AmericaFrontccc.jpg,Test Drive Le Mans,PS,Racing,Infogrames,Eutechnyx,,0.05,0.03,,0.02,0,2000-03-31, +/games/boxart/252997ccc.jpg,Monster Jam: Maximum Destruction,GC,Racing,Ubisoft,Ubisoft,,0.05,0.04,,0.01,0,2002-12-29, +/games/boxart/full_2095821AmericaFrontccc.jpg,Cars 3: Driven to Win,XOne,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.05,0.04,,,0.01,2017-06-13,2018-01-14 +/games/boxart/full_8301620PALFrontccc.jpg,Dakar 18,PS4,Racing,Deep Silver,Bigmoon Entertainment,,0.05,0.03,,0.01,0.01,2018-09-25,2018-07-22 +/games/boxart/full_1295815AmericaFrontccc.jpg,Cocoto Kart Racer,DS,Racing,Conspiracy Entertainment,Neko Entertainment,,0.05,0.04,,0,0,2007-09-25, +/games/boxart/full_5217699AmericaFrontccc.jpg,Batman: Gotham City Racer,PS,Racing,Ubisoft,Sinister Games,,0.05,0.03,,0.02,0,2001-04-19, +/games/boxart/full_3259386AmericaFrontccc.jpg,Downforce,PS2,Racing,Titus,SmartDog,,0.05,0.03,,0.02,0.01,2002-06-14, +/games/boxart/full_9014883AmericaFrontccc.jpg,Need for Speed (2015),PC,Racing,Electronic Arts,Ghost Games,,0.05,,,0.05,0,2016-03-17,2018-04-03 +/games/boxart/full_497403PALFrontccc.jpg,Kart Racer,Wii,Racing,Nordic Games,Brain in a Jar,,0.05,0.03,,0.01,0,2009-05-29, +/games/boxart/443610ccc.jpg,Arthur! Ready to Race,PS,Racing,The Learning Company,Mattel,,0.05,0.03,,0.02,0,2000-11-01, +/games/boxart/full_3818943JapanFrontccc.jpg,Bakusou Kyoudai Let's & Go!! Eternal Wings,PS,Racing,Jaleco,Jaleco Entertainment,,0.05,,0.05,,0,1998-07-30, +/games/boxart/full_5048493PALFrontccc.png,Atelier Shallie Plus: Alchemists of the Dusk Sea,PSV,Role-Playing,Tecmo Koei,Unknown,,0.05,,0.05,0,0,2017-01-17, +/games/boxart/full_9981702AmericaFrontccc.jpg,Battle Chasers: Nightwar,NS,Role-Playing,THQ Nordic,Airship Syndicate,8.5,0.05,0.03,,0.01,0,2018-05-15,2018-09-22 +/games/boxart/full_blazing-souls-accelerate_8AmericaFront.jpg,Blazing Souls: Accelate,PSP,Role-Playing,Aksys Games,Neverland Company,,0.05,0.04,0.01,0,0.01,2010-10-19, +/games/boxart/3572587ccc.jpg,Fallout: Brotherhood of Steel,XB,Role-Playing,Interplay,Interplay,,0.05,0.04,,0.01,0,2004-01-14, +/games/boxart/3659347ccc.jpg,Arx Fatalis,XB,Role-Playing,DreamCatcher Interactive,Arkane Studios,,0.05,0.04,,0.01,0,2003-12-23, +/games/boxart/full_venetica_409AmericaFront.jpg,Venetica,PC,Role-Playing,Atari,DECK13 Interactive,6,0.05,,,0.04,0.01,2011-01-11,2018-05-10 +/games/boxart/7709568ccc.jpg,Orcs & Elves,DS,Role-Playing,Electronic Arts,Fountainhead Entertainment / id Software,,0.05,0.05,,0,0,2007-11-13, +/games/boxart/full_362126AmericaFrontccc.jpg,NAtURAL DOCtRINE,PS3,Role-Playing,NIS America,Kadokawa Games,,0.05,0.03,0.01,0.01,0.01,2014-09-30,2018-11-23 +/games/boxart/5288119ccc.jpg,Summoner: A Goddess Reborn,GC,Role-Playing,THQ,Cranky Pants Games,8,0.05,0.04,,0.01,0,2003-01-31, +/games/boxart/full_6423454JapanFrontccc.jpg,Kiniro no Corda 2 Encore,PS2,Role-Playing,KOEI,Koei,,0.05,,0.05,,,2007-09-20, +/games/boxart/full_9838282AmericaFrontccc.jpg,Metal Max Xeno,PS4,Role-Playing,NIS America,Kadokawa Games,,0.05,0.02,0.03,,0,2018-09-25,2018-04-28 +/games/boxart/full_classic-dungeon-x2_311JapanFront.jpg,Classic Dungeon X2,PSP,Role-Playing,Nippon Ichi Software,System Prisma,,0.05,,0.05,,,2011-03-24, +/games/boxart/full_9315869JapanFrontccc.jpeg,I am Setsuna,NS,Role-Playing,Square Enix,Tokyo RPG Factory,7,0.05,,0.05,,,2017-03-03,2018-07-04 +/games/boxart/1551092ccc.jpg,Ms Saga: A New Dawn,PS2,Role-Playing,Bandai,Bandai,,0.05,0.02,,0.02,0.01,2006-02-21, +/games/boxart/full_7375732JapanFrontccc.jpg,Next Generation of Chaos,PS2,Role-Playing,Idea Factory,Neverland,,0.05,,0.05,,,2002-04-25, +/games/boxart/full_8090838AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth2: Sisters Generation,PSV,Role-Playing,Compile Heart,Felistella,,0.05,,0.05,,,2014-03-20,2019-04-17 +/games/boxart/full_7063020JapanFrontccc.jpg,Growlanser VI: Precarious World,PS2,Role-Playing,Atlus,Career Soft,,0.05,,0.05,,,2007-06-21, +/games/boxart/full_metal-max-2-reloaded_67JapanFront.jpg,Metal Max 2 Reloaded,DS,Role-Playing,Unknown,Crea-Tech,,0.05,,0.05,,,2011-12-08, +/games/boxart/full_4393210AmericaFrontccc.jpg,Pillars of Eternity,XOne,Role-Playing,Paradox Interactive,Obsidian Entertainment,,0.05,0.04,,,0.01,2017-08-29,2018-06-27 +/games/boxart/full_3121725PALFrontccc.jpg,Atelier Ayesha Plus: The Alchemist of Dusk,PSV,Role-Playing,Tecmo Koei,Gust,,0.05,,0.05,,,2015-01-13,2018-01-02 +/games/boxart/full_5738746JapanFrontccc.jpg,Monster Hunter Frontier G,PS3,Role-Playing,Capcom,Capcom,,0.05,,0.05,,,2013-11-20,2018-07-23 +/games/boxart/full_7311085JapanFrontccc.jpg,Medabots 9: Metabee Ver. / Rokusho Ver.,3DS,Role-Playing,Rocket Company,Rocket Company,,0.05,,0.05,,,2015-12-24,2018-08-02 +/games/boxart/full_4677974JapanFrontccc.jpg,Shining Force III: Scenario 2,SAT,Strategy,Sega,Camelot Software Planning,,0.05,,0.05,,0,1998-04-29, +/games/boxart/full_9052018PALFrontccc.jpg,Pawly Pets: My Vet Practice,DS,Strategy,Ubisoft,DTP Entertainment,,0.05,,,0.05,0,2007-02-02, +/games/boxart/full_6786492AmericaFrontccc.jpg,MXGP Pro,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.05,0.04,,,0.01,2018-07-10,2018-04-26 +/games/boxart/full_5579145AmericaFrontccc.jpg,DiRT 2,PC,Racing,Codemasters,Codemasters,9,0.05,,,0.04,0.01,2009-09-08, +/games/boxart/full_7831061AmericaFrontccc.jpg,Sébastien Loeb Rally EVO,PS4,Racing,Square Enix,Milestone S.r.l,,0.05,,,0.04,0.01,2016-03-22,2018-09-13 +/games/boxart/1482802ccc.jpg,Hummer Badlands,PS2,Racing,Global Star Software,Eutechnyx,,0.05,0.02,,0.02,0.01,2006-04-13, +/games/boxart/full_trackmania-turbo_423AmericaFront.jpg,TrackMania Turbo: Build to Race,DS,Racing,DreamCatcher Interactive,Firebrand Games,,0.05,0.02,,0.02,0,2011-04-12, +/games/boxart/9324251ccc.jpg,Ferrari F355 Challenge,PS2,Racing,Sega,Sega-AM2,,0.05,0.03,,0.02,0.01,2002-09-28, +/games/boxart/full_1055694AmericaFrontccc.jpg,History Great Empires: Rome,DS,Strategy,Valcon Games,Valcon Games,,0.05,0.05,,0,0,2009-05-12, +/games/boxart/full_9850498AmericaFrontccc.jpg,Black Sigil: Blade of the Exiled,DS,Role-Playing,Graffiti,Studio Archcraft,6,0.05,0.05,,,0,2009-06-09, +/games/boxart/full_1999040JapanFrontccc.jpg,Phantasy Star Online 2 Episode 4: Deluxe Package,PS4,Role-Playing,Sega,Sega,,0.05,,0.05,,,2017-04-20,2018-09-18 +/games/boxart/full_6729716AmericaFrontccc.jpg,Civilization Beyond Earth: Rising Tide,PC,Strategy,2K Games,Firaxis Games,,0.05,,,0.05,0,2015-10-09,2018-09-22 +/games/boxart/full_6610402AmericaFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PS4,Strategy,Tecmo Koei,Koei,,0.05,0.04,,,0.01,2015-09-01,2018-12-29 +/games/boxart/full_4969933JapanFrontccc.jpg,Nobunaga?s Ambition: Sphere of Influence ? Ascension,PS3,Strategy,Tecmo Koei,Koei Tecmo Games,,0.05,,0.05,,,2016-03-24,2018-07-30 +/games/boxart/full_5198003AmericaFrontccc.jpg,GrimGrimoire,PS2,Strategy,NIS America,Vanillaware,7.7,0.05,0.01,0.03,0.01,0,2007-06-26,2019-01-10 +/games/boxart/full_511114AmericaFrontccc.jpg,Yu-Gi-Oh! World Championship 2007,DS,Strategy,Konami,Konami,,0.05,,0.04,0.01,0,2007-03-20, +/games/boxart/full_1556207AmericaFrontccc.jpg,Saiyuki: Journey West,PS,Strategy,KOEI,Koei,,0.05,0.03,,0.02,0,2001-08-13, +/games/boxart/full_5440541AmericaFrontccc.jpg,Suzuki Super-Bikes II: Riding Challenge,DS,Racing,Valcon Games,Kuju Entertainment,,0.05,0.05,,,0,2008-07-29, +/games/boxart/7213881ccc.jpg,Wrath Unleashed,XB,Strategy,LucasArts,Double Helix Games,,0.05,0.03,,0.01,0,2004-02-10, +/games/boxart/full_3438313JapanFrontccc.jpg,RPG Tsukuru DS,DS,Role-Playing,Enterbrain,Enterbrain,,0.05,,0.05,,,2010-03-11, +/games/boxart/full_6672922JapanFrontccc.jpg,Dramatic Dungeon: Sakura Wars - Kimi Arugatame,DS,Role-Playing,Sega,Neverland,,0.05,,0.05,,,2008-03-19, +/games/boxart/full_6320153AmericaFrontccc.jpg,Sacred 3,X360,Role-Playing,Deep Silver,Keen Games,,0.05,0.03,,0.02,0,2014-01-01,2018-11-16 +/games/boxart/2598714ccc.jpg,Lagoon,SNES,Role-Playing,Kemco,Zoom Inc.,,0.05,,0.05,,0,1991-12-01, +/games/boxart/full_6893692AmericaFrontccc.jpg,New Tokyo Legacy: Operation Babel,PSV,Role-Playing,NIS America,Experience Inc.,,0.05,0.01,0.04,0,0,2017-05-16, +/games/boxart/full_7902667AmericaFrontccc.jpg,Sigma Star Saga,GBA,Role-Playing,Namco,WayForward Technologies,,0.05,0.04,,0.01,0,2005-08-16, +/games/boxart/full_8878307AmericaFrontccc.jpg,Beyond Oasis,GEN,Role-Playing,Sega,Ancient,,0.05,,0.05,,,1994-12-08, +/games/boxart/full_5671820JapanFrontccc.jpg,Doraemon 2: Nobita no Toizurando Daibouken,SNES,Role-Playing,Epoch,SAS Sakata,,0.05,,0.05,,0,1993-12-17, +/games/boxart/full_2814691AmericaFrontccc.jpg,Worms World Party,GBA,Strategy,Ubisoft,Team17 Software,,0.05,0.04,,0.01,0,2002-10-29, +/games/boxart/full_rebelstar-tactical-command_340AmericaFront.jpg,Rebelstar: Tactical Command,GBA,Strategy,Namco,Codo Games,,0.05,0.04,,0.01,0,2005-09-06, +/games/boxart/2325930ccc.jpg,Defendin' De Penguin,Wii,Strategy,Crave Entertainment,Crave Entertainment,,0.05,0.05,,0,0,2008-09-02, +/games/boxart/978420ccc.jpg,Dungeon Keeper 2,PC,Strategy,Electronic Arts,Bullfrog Productions,,0.05,,,0.05,0.01,1999-06-30, +/games/boxart/full_worms-reloaded_7AmericaFront.png,Worms Reloaded,PC,Strategy,Team17 Software,Team17 Software,8.5,0.05,,,0.04,0.01,2010-08-26, +/games/boxart/default.jpg,Medabots: Metabee / Rokusho,GBA,Role-Playing,Natsume,"Imagineer Co., Ltd.",,0.05,0.04,,0.01,0,2003-03-31, +/games/boxart/8897153ccc.jpg,Phantasy Star Online Episode I & II Plus,GC,Role-Playing,Sega,Sonic Team,,0.05,0.04,,0.01,0,2004-09-15, +/games/boxart/full_9984551JapanFrontccc.jpg,Hero Bank 2,3DS,Role-Playing,Sega,Sega,,0.05,,0.05,,,2014-11-27,2019-01-14 +/games/boxart/5023429ccc.jpg,Dual Hearts,PS2,Role-Playing,Atlus,Matrix Software,7.5,0.05,0.03,,0.02,0.01,2002-09-23, +/games/boxart/full_5439945AmericaFrontccc.jpg,Call of Cthulhu,XOne,Role-Playing,Focus Home Interactive,Cyanide,,0.05,0.05,,,0.01,2018-10-30,2019-03-23 +/games/boxart/full_5065270JapanFrontccc.jpg,Valkyria Revolution,PSV,Role-Playing,Sega,Media.Vision,,0.05,,0.05,,,2017-06-27,2018-01-21 +/games/boxart/4608158ccc.jpg,Lufia: The Ruins of Lore,GBA,Role-Playing,Atlus,Atelier Double,,0.05,0.04,,0.01,0,2003-05-06, +/games/boxart/6487768ccc.jpg,Medabots: Infinity,GC,Role-Playing,Natsume,"Imagineer Co., Ltd.",5.4,0.05,0.04,,0.01,0,2003-12-14, +/games/boxart/full_5180111PALFrontccc.jpg,Demon Gaze 2,PSV,Role-Playing,NIS America,Experience Inc.,,0.05,0.01,0.04,0,0,2017-11-14, +/games/boxart/full_8190764PALFrontccc.jpg,Atelier Escha & Logy Plus: Alchemists of the Dusk Sky,PSV,Role-Playing,Tecmo Koei,Gust,,0.05,,0.05,,,2015-01-22,2018-01-02 +/games/boxart/full_9233838JapanFrontccc.jpg,Dengeki Gakuen RPG: Cross of Venus,DS,Role-Playing,ASCII Media Works,ASCII Media Works,,0.05,,0.05,,,2009-03-19, +/games/boxart/8299349ccc.jpg,Rhapsody: A Musical Adventure,DS,Role-Playing,NIS America,Nippon Ichi Software,6.7,0.05,0.05,,0,0,2008-09-23, +/games/boxart/full_7947204AmericaFrontccc.jpg,Arcania: Gothic 4,PS4,Role-Playing,Nordic Games,Spellbound Entertainment AG,,0.05,0.04,,,0.01,2015-05-29, +/games/boxart/full_9422062AmericaFrontccc.jpg,Growlanser: Heritage of War (jp sales),PS2,Role-Playing,Atlus,Career Soft,,0.05,,0.05,,,2007-09-18, +/games/boxart/9117258ccc.jpg,The Nightmare of Druaga: Fushigino Dungeon,PS2,Role-Playing,Namco,Arika,6.4,0.05,0.03,,0.02,0.01,2004-10-26, +/games/boxart/full_hunted-the-demons-forge_540AmericaFront.jpg,Hunted: The Demon's Forge,PC,Role-Playing,Bethesda Softworks,InXile Entertainment,6.1,0.05,0.03,,0.01,0,2011-05-31, +/games/boxart/full_6342751JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren 3 Portable,PSP,Role-Playing,Spike,ChunSoft,,0.05,,0.05,,,2010-01-28, +/games/boxart/full_6433948JapanFrontccc.jpg,Chousoku Henkei Gyrozetter: Albatross no Tsubasa,3DS,Role-Playing,Square Enix,Noise Inc.,,0.05,,0.05,,,2013-06-13,2019-01-20 +/games/boxart/full_9797892AmericaFrontccc.jpg,Demon Gaze 2,PS4,Role-Playing,NIS America,Experience Inc.,,0.05,0.04,,,0.01,2017-11-14, +/games/boxart/full_5505600JapanFrontccc.jpg,Doraemon: Nobita no Kyouryuu 2006 DS,DS,Role-Playing,Sega,Epoch,,0.05,,0.05,,,2006-03-02, +/games/boxart/full_8410759AmericaFrontccc.jpg,Dokapon Journey,DS,Role-Playing,Atlus,Suzak,,0.05,0.05,,,0,2009-04-14, +/games/boxart/full_7707913JapanFrontccc.jpg,Summon Night X: Tears Crown,DS,Role-Playing,Namco Bandai,Flight-Plan,,0.05,,0.05,,,2009-11-05, +/games/boxart/full_4608924AmericaFrontccc.jpg,Child of Light,PS4,Role-Playing,Ubisoft,Ubisoft Montreal,,0.05,,0.04,0.01,0,2014-04-30,2018-12-30 +/games/boxart/full_7614519AmericaFrontccc.jpg,Monster 4x4: Masters of Metal,GC,Racing,Ubisoft,Ubisoft Barcelona / Inland Productions,5.1,0.05,0.04,,0.01,0,2003-12-10, +/games/boxart/full_indycar-series_897AmericaFront.jpg,IndyCar Series,XB,Racing,Codemasters,Brain in a Jar,,0.05,0.04,,0.01,0,2003-06-26, +/games/boxart/2654281ccc.jpg,Rally Fusion: Race of Champions,XB,Racing,Activision,Climax Group,,0.05,0.04,,0.01,0,2002-11-29, +/games/boxart/full_6312902AmericaFrontccc.jpg,Worms: WMD,PS4,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,0.05,0.02,,0.02,0.01,2016-08-23,2018-08-12 +/games/boxart/full_2940804AmericaFrontccc.jpg,The Banner Saga Trilogy - Bonus Edition,XOne,Strategy,505 Games,Stoic Studio,,0.05,0.05,,,0.01,2018-07-27,2018-04-20 +/games/boxart/full_2131044JapanFrontccc.jpg,Super Robot Taisen Neo,Wii,Strategy,Namco Bandai,Banpresto,,0.05,,0.05,,,2009-10-29, +/games/boxart/full_4123569JapanFrontccc.jpg,SD Gundam: Scad Hammers,Wii,Strategy,Bandai,Bec,,0.05,,0.05,,,2006-12-02, +/games/boxart/full_8647984AmericaFrontccc.jpg,Brave Story: New Traveller (jp sales),PSP,Role-Playing,Xseed Games,Game Republic,,0.05,,0.05,,,2007-07-31, +/games/boxart/full_the-lord-of-the-rings-the-battle-for-middle-earth-ii_852AmericaFront.jpg,The Lord of the Rings: The Battle for Middle-Earth II,X360,Strategy,Electronic Arts,EA Los Angeles,8,0.05,,,0.04,0,2006-07-05, +/games/boxart/547477ccc.jpg,Power Drome,PS2,Racing,Mud Duck Productions,Argonaut Games,,0.05,0.03,,0.02,0.01,2004-05-16,2018-05-20 +/games/boxart/full_4122538PALFrontccc.jpg,Gran Turismo / Motor Toon Grand Prix 2,PS,Racing,Sony Computer Entertainment,Various,,0.05,0.03,,0.02,0,2003-01-01, +/games/boxart/full_4849361JapanFrontccc.jpg,Nights of Azure,PS3,Role-Playing,Tecmo Koei,Gust,,0.05,,0.05,,,2016-03-29,2018-06-01 +/games/boxart/full_2914469AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth2: Sisters Generation,PSV,Role-Playing,Idea Factory International,Felistella,,0.05,0.03,,0.01,0.01,2015-01-27,2019-04-17 +/games/boxart/full_656378AmericaFrontccc.jpg,Guild Wars Trilogy,PC,Role-Playing,NCSoft,ArenaNet,,0.05,0,,0.04,0.01,2005-04-26, +/games/boxart/full_521792AmericaFrontccc.jpg,The Technomancer,XOne,Role-Playing,Focus Home Interactive,Spiders,,0.05,0.03,,0.02,0,2016-06-28,2018-06-27 +/games/boxart/full_1385948AmericaFrontccc.jpg,Hoshigami: Ruining Blue Earth,PS,Role-Playing,Atlus,Max Five,,0.05,0.03,,0.02,0,2001-12-20, +/games/boxart/full_7169098JapanFrontccc.jpg,Chocobo to Mahou no Ehon: Majo to Shoujo to 5-Jin no Yuusha,DS,Role-Playing,Square Enix,High Horse Entertainment,,0.05,,0.05,,,2008-12-11, +/games/boxart/9236994ccc.jpg,Ys: The Ark of Napishtim,PSP,Role-Playing,Konami,Konami Software Shanghai,6.1,0.05,0.04,,,0,2006-02-28, +/games/boxart/full_9123501JapanFrontccc.jpg,Ray Gigant,PSV,Role-Playing,Acttil,Experience Inc.,,0.05,,0.05,,,2016-05-03,2018-09-22 +/games/boxart/full_5027633AmericaFrontccc.jpg,Assassin's Creed: Altair's Chronicles,DS,Action,Ubisoft,Gameloft,5.7,0.05,0.03,,0.01,0,2008-02-05, +/games/boxart/full_9220492JapanFrontccc.jpg,Shugo Chara! 3-tsu no Tamagoto Koisuru Joker,DS,Action,Konami,Konami,,0.05,,0.05,,,2008-03-13, +/games/boxart/full_2247852JapanFrontccc.jpg,E.X. Troopers,PS3,Action,Capcom,HexaDrive,,0.05,,0.05,,,2012-11-22,2018-12-23 +/games/boxart/full_8818037JapanFrontccc.jpg,Soul Eater: Medusa no Inbou,DS,Action,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2008-10-23, +/games/boxart/full_5428149AmericaFrontccc.jpg,Dead Cells,PS4,Action,Merge Games,Motion Twin,,0.05,0.04,,,0.01,2018-08-15,2018-08-06 +/games/boxart/full_5991153AmericaFrontccc.jpg,Johnny Bazookatone,PS,Platform,U.S. Gold,Arc Developments,,0.05,0.03,,0.02,0,1996-01-01, +/games/boxart/full_9615094AmericaFrontccc.jpg,Crazy Chicken: Atlantis Quest,DS,Platform,Mumbo Jumbo,Phenomedia,,0.05,0.04,,,0,2009-06-02, +/games/boxart/full_1887114AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,X360,Platform,Activision,Behaviour Interactive,,0.05,0.04,,,0,2013-10-22,2020-12-17 +/games/boxart/full_6748169AmericaFrontccc.jpg,Silhouette Mirage,PS,Platform,Working Designs,"Treasure Co., Ltd.",,0.05,0.03,,0.02,0,1999-12-31, +/games/boxart/full_8732469AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),PS4,Platform,DotEmu,Lizardcube,,0.04,0.03,,,0.01,2017-04-18,2018-08-10 +/games/boxart/full_4945527AmericaFrontccc.jpg,Garfield: The Search for Pooky,GBA,Platform,Game Factory,InterActive Vision Games,,0.04,0.03,,0.01,0,2005-11-14, +/games/boxart/full_8281204AmericaFrontccc.jpg,Major League Baseball 2K12,PC,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.04,0.04,,,0,2012-03-06,2018-11-03 +/games/boxart/7112480ccc.jpg,Tennis Masters Series 2003,XB,Sports,Hip Interactive,Microids,,0.04,0.03,,0.01,0,2003-08-07, +/games/boxart/full_1307408AmericaFrontccc.jpg,MLB SlugFest 20-04,GC,Sports,Midway Games,Criterion Games,8,0.04,0.03,,0.01,0,2003-03-16, +/games/boxart/full_4702752AmericaFrontccc.jpg,Torino 2006,XB,Sports,2K Sports,49Games,,0.04,0.03,,0.01,0,2006-01-24, +/games/boxart/default.jpg,Gem Smashers,3DS,Platform,Crave Entertainment,Frame Studios Interactive,,0.04,0.04,,,0,2011-11-08, +/games/boxart/9021764ccc.jpg,Sonic the Hedgehog 2,GG,Platform,Sega,Aspect,,0.04,,0.04,,,1992-11-17, +/games/boxart/full_4421759JapanFrontccc.jpg,Breeding Stud 2,PS,Sports,Konami,Konami Computer Entertainment Tokyo,,0.04,,0.04,,0,1998-07-30, +/games/boxart/full_4219375JapanFrontccc.jpg,Banushi Life Game: Winner's Circle,DS,Sports,Genki,Genki,,0.04,,0.04,,,2007-10-18, +/games/boxart/full_595399AmericaFrontccc.jpg,MLB 2K12 / NBA 2K12 Combo Pack,X360,Sports,2K Sports,2K Sports,,0.04,0.04,,,0,2012-03-06,2019-01-04 +/games/boxart/full_3349675PALFrontccc.jpg,Dead Ball Zone,PS,Sports,GT Interactive,Rage Software,,0.04,0.02,,0.02,0,1998-08-01, +/games/boxart/5580302ccc.jpg,NBA In The Zone '99,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.04,0.04,,,0,1999-04-07, +/games/boxart/2510696ccc.jpg,NBA in the Zone 2000,N64,Sports,Konami,KCEO,,0.04,0.04,,,0,2000-02-18, +/games/boxart/full_the-kore-gang_129AmericaFront.jpg,The Kore Gang,Wii,Platform,Atari,SnapDragon Games,,0.04,0.04,,0,0,2011-11-08, +/games/boxart/full_4695362AmericaFrontccc.jpg,E.T. The Extra-Terrestrial: Interplanetary Mission,PS,Platform,Ubisoft,Santa Cruz Games,,0.04,0.02,,0.01,0,2002-12-30, +/games/boxart/full_2483438AmericaFrontccc.jpg,Scribblenauts: Showdown,XOne,Platform,Warner Bros. Interactive,Shiver Games,,0.04,0.03,,,0,2018-03-06,2018-04-03 +/games/boxart/7800565ccc.jpg,The Ant Bully,GBA,Platform,Midway Games,Artificial Mind and Movement,5.2,0.04,0.03,,0.01,0,2006-07-24, +/games/boxart/full_6807035AmericaFrontccc.jpg,Castlevania Bloodlines,GEN,Platform,Konami,Konami,,0.04,,0.04,,,1994-03-17, +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_618AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,PC,Action,Disney Interactive Studios,Traveller's Tales,,0.04,0.04,,,0,2011-05-24, +/games/boxart/full_2874630JapanFrontccc.jpg,PriPara & Pretty Rhythm: PriPara de Tsukaeru Oshare Item 1450!,3DS,Action,Takara Tomy,syn Sophia,,0.04,,0.04,,,2015-03-19,2018-08-06 +/games/boxart/full_6792812AmericaFrontccc.jpeg,Dead Rising,XOne,Action,Capcom,Capcom Production Studio 1,,0.04,0.03,,,0,2016-09-13, +/games/boxart/full_tennis-no-oji-sama-dokidoki-survival-umibe-no-secret_164JapanFront.jpg,Tennis no Oji-Sama: DokiDoki Survival - Umibe no Secret,PS2,Sports,Konami,WinkySoft,,0.04,,0.04,,,2007-01-25, +/games/boxart/full_9217978JapanFrontccc.jpg,J.League Pro Soccer Club o Tsukurou! 8 Euro Plus,PSP,Sports,Sega,Sega,,0.04,,0.04,,,2013-10-17,2019-04-25 +/games/boxart/full_yes-precure-5_3JapanFront.jpg,Yes! PreCure 5,DS,Action,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2007-11-29, +/games/boxart/full_4136177AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,DS,Action,2K Games,7 Studios,,0.04,0.04,,0,0,2007-06-15, +/games/boxart/full_434243JapanFrontccc.jpg,Darius Burst: Chronicle Saviours,PSV,Action,Kadokawa Games,Unknown,,0.04,,0.04,,,2016-01-14, +/games/boxart/full_9463452AmericaFrontccc.jpg,Terraria,WiiU,Action,505 Games,Re-Logic,,0.04,,0.01,0.03,0,2016-06-28,2018-03-19 +/games/boxart/full_5715023PALFrontccc.jpg,Living Legends: Frozen Beauty,PC,Action,Big Fish Games,Big Fish Games,,0.04,,,0.03,0,2014-03-04,2018-09-22 +/games/boxart/full_310182JapanFrontccc.jpg,Way of the Samurai 2 Portable,PSP,Action,Spike,Spike,,0.04,,0.04,,,2009-09-03, +/games/boxart/7372388ccc.gif,Go Diego Go!: Safari Rescue,PS2,Action,2K Play,High Voltage Software,,0.04,0.02,,0.02,0.01,2008-02-11, +/games/boxart/full_8816272AmericaFrontccc.jpg,Scaler,GC,Platform,Global Star Software,Artificial Mind & Movement,7.3,0.04,0.03,,0.01,0,2004-11-17, +/games/boxart/full_1346837AmericaFrontccc.jpg,Farm Frenzy,PC,Strategy,Mumbo Jumbo,Melesta,,0.04,0.04,,,0,2008-01-30, +/games/boxart/full_4227882PALFrontccc.jpg,New Little King's Story,PSV,Strategy,Konami Digital Entertainment,Konami,,0.04,,0.04,,,2012-03-29,2019-04-25 +/games/boxart/full_5658740AmericaFrontccc.jpg,Warhammer: Dark Omen,PS,Strategy,Electronic Arts,Games Workshop,,0.04,0.02,,0.01,0,1998-04-07, +/games/boxart/full_181753AmericaFrontccc.jpg,Company of Heroes,PC,Strategy,THQ,Relic,9.4,0.04,,,0.04,0,2006-09-13, +/games/boxart/6428577ccc.jpg,Supreme Commander,PC,Strategy,THQ,Gas Powered Games,8.7,0.04,,,0.04,0.01,2007-02-20, +/games/boxart/full_7895358AmericaFrontccc.jpg,Dungeons 3,PS4,Strategy,Kalypso Media,Realmforge Studios,,0.04,0.03,,,0.01,2017-10-17,2018-03-03 +/games/boxart/full_8820255JapanFrontccc.jpg,Super Robot Taisen OG Infinite Battle,PS3,Strategy,Namco Bandai Games,B.B. Studio,,0.04,,0.04,,,2013-11-28,2019-04-25 +/games/boxart/full_dungeon-raiders_5AmericaFront.jpg,Dungeon Raiders,DS,Role-Playing,UFO Interactive,Cyanide Studio,,0.04,0.04,,,0,2011-02-15, +/games/boxart/full_9391315AmericaFrontccc.jpg,Unbox: Newbie's Adventure,PS4,Action,Merge Games,Prospect Games,,0.04,0.03,,,0.01,2017-07-26,2018-09-20 +/games/boxart/full_do-konjou-shougakussei-bon-bita-hadaka-no-choujou-ketsusen-bita-vs-dokuro-dei_0JapanFront.jpg,Do-Konjou Shougakussei: Bon Bita - Hadaka no Choujou Ketsusen!! Bita vs. Dokuro Dei!,DS,Action,Namco Bandai,Namco Bandai Games,,0.04,,0.04,,,2010-11-04, +/games/boxart/full_7040983AmericaFrontccc.png,James Cameron's Avatar: The Game,PC,Action,Ubisoft,Ubisoft Montreal,6.4,0.04,,,0.04,0,2009-12-01, +/games/boxart/full_7033238AmericaFrontccc.jpg,Senran Kagura Burst Re:Newal,PS4,Action,Xseed Games,HONEY PARADE GAMES,,0.04,,0.04,,,2019-01-15,2019-03-24 +/games/boxart/869936ccc.jpg,Pocket Pool,PSP,Action,Eidos Interactive,Hyper-Devbox,3.4,0.04,0.04,,,0,2007-04-18, +/games/boxart/full_6562379AmericaFrontccc.jpg,Sine Mora EX,NS,Action,THQ Nordic,Digital Reality,8,0.04,,,0.04,0,2017-09-26,2018-08-15 +/games/boxart/full_7829191JapanFrontccc.jpg,Doki Doki! Pretty Cure Narikiri Life!,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2013-08-01,2019-04-25 +/games/boxart/full_1836851AmericaFrontccc.jpg,Elven Legacy,PC,Strategy,Paradox Interactive,1C:Ino-Co,,0.04,0.04,,,0,2009-04-07, +/games/boxart/full_2124680JapanFrontccc.jpg,Ookami Kakushi,PSP,Action,Konami,Konami,,0.04,,0.04,,,2009-08-20, +/games/boxart/831433ccc.jpg,TMNT,DS,Action,Ubisoft,Ubisoft Montreal,,0.04,0.03,,0.01,0,2007-03-20, +/games/boxart/full_7768209JapanFrontccc.jpg,Sengoku Musou 3 Z Special,PSP,Action,Tecmo Koei,Omega Force,,0.04,,0.04,,,2012-02-16,2019-04-25 +/games/boxart/full_7103383AmericaFrontccc.jpg,Dark Souls Trilogy,XOne,Action,Namco Bandai,From Software,,0.04,0.04,,,0,2018-10-19,2018-08-24 +/games/boxart/5887945ccc.jpg,Samurai Warriors 2: Empires,X360,Action,KOEI,Omega Force,,0.04,0.03,0.01,0,0,2007-02-27, +/games/boxart/6318678ccc.jpg,Cy Girls,PS2,Action,Konami,Konami Computer Entertainment Japan,,0.04,0.02,,0.01,0,2004-03-23, +/games/boxart/5255269ccc.jpg,Barnyard,Wii,Action,THQ,Blue Tongue,,0.04,0.04,,0,0,2006-12-04, +/games/boxart/1277184ccc.jpg,Lionel Trains: On Track,DS,Action,DSI Games,Unknown,,0.04,0.04,,0,0,2006-12-06, +/games/boxart/full_8859219AmericaFrontccc.jpg,Gumby vs. the Astrobots,GBA,Action,Namco,Torus Games,,0.04,0.03,,0.01,0,2005-08-09, +/games/boxart/full_8210867JapanFrontccc.jpg,Gudetama: Hanjuku de Tanomuwa,3DS,Action,Rocket Company,Rocket Company,,0.04,,0.04,,,2015-12-03,2018-07-26 +/games/boxart/full_793363JapanFrontccc.jpg,Rose to Tasogare no Kojou,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,0.04,,0.04,,,2016-04-26,2018-09-22 +/games/boxart/full_5613821AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,XB,Action,Konami,Konami,,0.04,0.03,,0.01,0,2005-11-01, +/games/boxart/full_8352695AmericaFrontccc.jpg,Beatdown: Fists of Vengeance,XB,Action,Capcom,Cavia Inc.,,0.04,0.03,,0.01,0,2005-08-23, +/games/boxart/full_8992245AmericaFrontccc.jpg,Warriors Orochi 4,XOne,Action,Koei Tecmo,Omega Force,,0.04,0.03,,,0,2018-10-16,2018-11-11 +/games/boxart/full_4516669AmericaFrontccc.jpg,Terraria,XOne,Action,505 Games,Re-Logic,,0.04,,,0.04,0,2014-12-02,2018-03-19 +/games/boxart/full_1282929AmericaFrontccc.jpg,Aeon Flux,PS2,Action,Majesco,Terminal Reality,,0.04,0.02,,0.02,0.01,2005-11-15, +/games/boxart/full_9490595JapanFrontccc.jpg,SD Gundam G Generation Genesis,NS,Strategy,Bandai Namco Games,Bandai Namco,,0.04,,0.04,,,2018-04-26,2018-01-16 +/games/boxart/8107781ccc.jpg,Company of Heroes: Opposing Fronts,PC,Strategy,THQ,Relic,,0.04,0.01,,0.03,0,2007-09-24, +/games/boxart/full_9458518AmericaFrontccc.jpg,Shadow Tactics: Blades of the Shogun,PS4,Strategy,Kalypso Media,Mimimi Productions,,0.04,0.02,,0.01,0.01,2017-08-01,2018-09-15 +/games/boxart/full_55101AmericaFrontccc.jpg,Syndicate Wars,PS,Strategy,Electronic Arts,Bullfrog,,0.04,0.02,,0.01,0,1997-07-31, +/games/boxart/full_7819344AmericaFrontccc.jpg,The Adventures of Darwin,PS2,Strategy,D3 Publisher,Vingt-et-un Systems,,0.04,0.01,0.03,0,0,2007-06-25, +/games/boxart/full_4927911AmericaFrontccc.jpg,City Builder,Wii,Strategy,Virtual Play Games,Collision Studios,,0.04,0.04,,,0,2010-06-08, +/games/boxart/6537072ccc.jpg,R-Type Command (correct US sales),PSP,Strategy,Atlus,Irem Software Engineering,,0.04,0.04,,,0,2008-05-06, +/games/boxart/full_9130648AmericaFrontccc.jpg,Empire Earth III,PC,Strategy,Sierra Entertainment,Mad Doc Software,4.8,0.04,,,0.03,0,2007-11-06, +/games/boxart/full_9254795PALFrontccc.jpg,Darkest Dungeon,PS4,Role-Playing,Red Hook Studios,Red Hook Studios,,0.04,0.02,0.01,,0.01,2018-04-24,2018-01-31 +/games/boxart/full_1322339AmericaFrontccc.jpg,Rhapsody: A Musical Adventure,PS,Role-Playing,Atlus,Nippon Ichi Software,6.7,0.04,0.02,,0.01,0,2000-03-30, +/games/boxart/full_apb-reloaded_649AmericaFront.jpg,APB Reloaded,PC,Role-Playing,IGS,Reloaded Productions,,0.04,0.02,,0.01,0,2011-12-01, +/games/boxart/full_5972026AmericaFrontccc.jpg,Enchanted Arms (JP sales),PS3,Role-Playing,Ubisoft,From Software,,0.04,,0.04,,,2007-04-03, +/games/boxart/full_6213154JapanFrontccc.jpg,Super Hero Generation,PS3,Role-Playing,Namco Bandai Games,Tom Create,,0.04,,0.04,,,2014-10-23,2018-06-10 +/games/boxart/full_7734998JapanFrontccc.jpg,Medarot 9: Kabuto Ver. / Kuwagata Ver.,3DS,Role-Playing,Rocket Company,Rocket Company,,0.04,,0.04,,,2015-12-24,2018-08-03 +/games/boxart/full_5502459JapanFrontccc.jpg,Dark Half,SNES,Role-Playing,Enix,Enix Corporation,,0.04,,0.04,,0,1996-05-31, +/games/boxart/full_7014031JapanFrontccc.jpg,Mobile Suit Gundam: Mokuba no Kiseki,PSP,Strategy,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2012-01-26,2019-04-26 +/games/boxart/default.jpg,East India Company,PC,Strategy,Paradox Interactive,Nitro Games,7.4,0.04,0.03,,0,0,2009-07-31, +/games/boxart/full_1684313AmericaFrontccc.jpg,Worms 4: Mayhem,XB,Strategy,Majesco,Team17 Software,,0.04,0.03,,0.01,0,2005-10-04, +/games/boxart/full_3143716AmericaFrontccc.jpg,Company of Heroes: Tales of Valor,PC,Strategy,THQ,Relic,,0.04,,,0.03,0.01,2009-04-07, +/games/boxart/full_3686843AmericaFrontccc.jpg,Farm Frenzy 3,PC,Strategy,Alawar Entertainment,"Alawar Entertainment, Inc.",,0.04,,,0.03,0.01,2009-07-21,2019-05-03 +/games/boxart/full_patrician-iv_5PALFront.jpg,Patrician IV,PC,Strategy,Kalypso,Gaming Minds Studios,6.7,0.04,0.03,,0,0,2010-09-14, +/games/boxart/full_3623477AmericaFrontccc.jpg,Megadimension Neptunia VII,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.04,,0.04,,,2016-02-02,2018-12-03 +/games/boxart/full_3482196AmericaFrontccc.jpg,Boktai 2: Solar Boy Django,GBA,Role-Playing,Konami,Kojima Productions,7.9,0.04,0.03,,0.01,0,2004-10-19, +/games/boxart/full_6533000AmericaFrontccc.jpg,Drakensang: The Dark Eye,PC,Role-Playing,THQ,Radon Labs GmbH,,0.04,0.03,,,0,2009-02-23, +/games/boxart/full_5330377AmericaFrontccc.jpg,The Dark Spire,DS,Role-Playing,Atlus,Success,,0.04,0.04,,,0,2009-04-14, +/games/boxart/full_9367371JapanFrontccc.jpg,Battle Spirits: Digital Starter,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2010-08-05, +/games/boxart/full_4985342AmericaFrontccc.jpg,Mazes of Fate DS,DS,Role-Playing,Graffiti,Sabarasa Entertainment,,0.04,0.04,,,0,2008-08-22, +/games/boxart/full_4297347AmericaFrontccc.jpg,Syberia III,PC,Role-Playing,Microids,Unknown,,0.04,0.02,,0.02,0,2017-04-25,2018-08-12 +/games/boxart/full_3801299JapanFrontccc.jpg,Fushigi no Dungeon - Furai no Shiren 4 Plus: Kami no Hitomi to Akuma no Heso,PSP,Role-Playing,Spike,Spike Chunsoft,,0.04,,0.04,,,2012-10-18,2019-04-25 +/games/boxart/full_5515454JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,PSV,Role-Playing,Nihon Falcom Corporation,Nihon Falcom Corporation,,0.04,,0.04,,,2016-07-14,2018-09-22 +/games/boxart/489701ccc.jpg,Dai Senryaku VII: Modern Military Tactics,XB,Strategy,Kemco,SystemSoft,,0.04,0.03,,0.01,0,2005-02-16, +/games/boxart/full_the-history-channel-great-battles-medieval_15PALFront.jpg,The History Channel: Great Battles - Medieval,PS3,Strategy,Unknown,Slitherine Software,,0.04,,,0.04,0.01,, +/games/boxart/full_3891536AmericaFrontccc.jpg,Test Drive: Ferrari Legends,PS3,Racing,Rombax Games,Slightly Mad Studios,,0.04,0.04,,,0.01,2012-07-03,2019-01-04 +/games/boxart/full_forza-motorsport-3-ultimate-edition_0PALFront.jpg,Forza Motorsport 3: Ultimate Collection,X360,Racing,Microsoft Game Studios,Turn 10 Studio,,0.04,,,0.04,0,2010-11-18,2018-11-02 +/games/boxart/full_9883348JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky FC,PS3,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.04,,0.04,,,2012-12-13,2018-10-29 +/games/boxart/full_693143AmericaFrontccc.jpg,Battle Chasers: Nightwar,XOne,Role-Playing,THQ Nordic,Airship Syndicate,,0.04,0.04,,,0,2017-10-03,2018-09-22 +/games/boxart/full_9798616AmericaFrontccc.jpg,Tao Adventure: Curse Demon,DS,Role-Playing,Konami,Konami,,0.04,0.03,,,0,2006-03-21, +/games/boxart/full_3695820AmericaFrontccc.jpg,Might & Magic X: Legacy,PC,Role-Playing,Ubisoft,Ubisoft,,0.04,,,0.03,0,2014-04-01,2019-04-23 +/games/boxart/full_8221349AmericaFrontccc.jpg,Black Stone: Magic & Steel,XB,Role-Playing,Xicat Interactive,Unknown,,0.04,0.03,,0.01,0,2003-03-19, +/games/boxart/full_8078270JapanFrontccc.jpg,Secret of Mana,PSV,Role-Playing,Square Enix,Square Enix,,0.04,,0.04,,,2018-02-15,2018-02-17 +/games/boxart/6255949ccc.jpg,Supreme Commander: Forged Alliance,PC,Strategy,THQ,Gas Powered Games,8.1,0.04,0.01,,0.02,0,2007-11-06, +/games/boxart/full_6833159AmericaFrontccc.png,"Warhammer 40,000: Dawn of War III",PC,Strategy,Sega,Relic Entertainment,,0.04,,,0.04,0,2017-04-27,2018-09-22 +/games/boxart/full_9905350AmericaFrontccc.jpg,Battle Hunter,PS,Strategy,Agetec,Success,,0.04,0.02,,0.01,0,2001-06-01, +/games/boxart/full_8534909JapanFrontccc.jpg,Romance of the Three Kingdoms II,3DS,Strategy,Tecmo Koei,Koei,,0.04,,0.04,,,2015-08-06,2018-08-03 +/games/boxart/full_9384605JapanFrontccc.jpg,Tears to Tiara Gaiden: Avalon no Nazo,PS3,Strategy,Aquaplus,Aquaplus,,0.04,,0.04,,,2009-09-17, +/games/boxart/full_3748338JapanFrontccc.jpg,San Goku Shi DS 3,DS,Strategy,KOEI,Koei,,0.04,,0.04,,,2010-02-18, +/games/boxart/full_5638985AmericaFrontccc.jpg,Caesar IV,PC,Strategy,Sierra Entertainment,Tilted Mill Entertainment,,0.04,,,0.03,0,2006-09-26, +/games/boxart/full_404190JapanFrontccc.jpg,Super Robot Taisen: Scramble Commander the 2nd,PS2,Strategy,Banpresto,Banpresto,,0.04,,0.04,,,2007-11-01, +/games/boxart/full_4896417AmericaFrontccc.jpg,Thrillville: Off the Rails,DS,Strategy,LucasArts,Frontier Developments,,0.04,0.03,,0.01,0,2007-10-09, +/games/boxart/full_4397180AmericaFrontccc.jpg,Praetorians,PC,Strategy,Eidos Interactive,Pyro Studios,,0.04,,,0.04,0,2003-03-10, +/games/boxart/full_2554665AmericaFrontccc.jpg,Shattered Union,XB,Strategy,2K Games,PopTop Software,,0.04,0.03,,0.01,0,2005-10-17, +/games/boxart/full_3675631JapanFrontccc.jpg,PD Ultraman Battle Collection 64,N64,Strategy,Bandai,Bandai,,0.04,,0.04,,0,1999-07-16, +/games/boxart/full_1754366JapanFrontccc.jpg,The Idolm@ster: Must Songs - Red Board / Blue Board,PSV,Music,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2015-12-10,2018-09-22 +/games/boxart/full_3172905AmericaFrontccc.jpg,Final Fantasy XIV: Heavensward,PS3,MMO,Square Enix,Square Enix,,0.04,0.02,0.01,,0,2015-06-23,2018-04-23 +/games/boxart/full_8583361JapanFrontccc.jpg,Dragon Quest X: All in One Package,NS,MMO,Square Enix,Square Enix,,0.04,,0.04,,,2017-09-21,2018-09-15 +/games/boxart/full_816255JapanFrontccc.jpg,Taikou Risshiden V,PSP,Strategy,KOEI,Koei,,0.04,,0.04,,,2009-09-17, +/games/boxart/full_7422456AmericaFrontccc.jpg,Worms Armageddon,N64,Strategy,Infogrames,Team17 Software,,0.04,0.03,,0.01,0,2000-03-30, +/games/boxart/9799792ccc.jpg,Port Royale 2,PC,Strategy,Ascaron Entertainment,Ascaron,,0.04,,,0.03,0.01,2004-09-13, +/games/boxart/full_7976095AmericaFrontccc.jpg,Front Mission,DS,Strategy,Square Enix,Square Enix,,0.04,0.01,0.03,,0,2007-10-23, +/games/boxart/full_1588674JapanFrontccc.jpg,Angelique Duet,PS,Strategy,KOEI,Koei,,0.04,,0.04,,0,1998-07-30, +/games/boxart/full_3051495JapanFrontccc.jpg,Nobunaga's Ambition (2013),3DS,Strategy,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2013-09-19,2019-04-23 +/games/boxart/full_518679AmericaFrontccc.jpg,Tropico 3,PC,Strategy,Kalypso,Haemimont Games,8.1,0.04,,,0.04,0.01,2009-10-20, +/games/boxart/full_9576337JapanFrontccc.jpg,Sacred Blaze,PS2,Strategy,Flight-Plan,Flight-Plan,,0.04,,0.04,,,2009-02-19, +/games/boxart/4887650ccc.jpg,Imperial Glory,PC,Strategy,Eidos Interactive,Pyro Studios,,0.04,,,0.04,0,2005-05-17, +/games/boxart/1707972ccc.jpg,Ford Bold Moves Street Racing,PSP,Racing,Eidos Interactive,Razorworks Studios,,0.04,0.04,,0,0,2006-10-17, +/games/boxart/full_6750725AmericaFrontccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator & Colin McRae Rally 04,XB,Racing,Codemasters,Codemasters,,0.04,0.03,,0.01,0,2004-10-05, +/games/boxart/full_honda-atv-fever_488AmericaFront.jpg,Honda ATV Fever,Wii,Racing,Storm City Games,Storm City Games,,0.04,0.04,,,0,2010-10-01, +/games/boxart/full_harley-davidson-road-trip_4AmericaFront.jpg,Harley-Davidson: Road Trip,Wii,Racing,Destineer,TBA,,0.04,0.04,,,0,2010-06-28, +/games/boxart/full_1347393AmericaFrontccc.jpg,FlatOut 2,XB,Racing,Vivendi Games,Bugbear Entertainment,,0.04,0.03,,0.01,0,2006-08-01, +/games/boxart/full_8518631AmericaFrontccc.jpg,Ride to Hell: Retribution,PS3,Racing,Deep Silver,Deep Silver,,0.04,0.02,,0.02,0.01,2013-06-25,2019-04-25 +/games/boxart/full_4413144PALFrontccc.jpg,Richard Burns Rally,PC,Racing,SCi,Warthog,,0.04,,,0.03,0,2004-09-03, +/games/boxart/full_7722399AmericaFrontccc.jpg,Monster Jam: Crush It,XOne,Racing,GameMill,GameMill,,0.04,0.03,,,0,2017-01-17, +/games/boxart/full_9408263AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,XOne,Role-Playing,Capcom,Capcom,,0.04,0.04,,,0,2017-10-03,2019-03-22 +/games/boxart/full_7547195JapanFrontccc.jpg,Record of Agarest War Mariage,PSP,Role-Playing,Compile Heart,Idea Factory,,0.04,,0.04,,,2012-07-19,2019-04-25 +/games/boxart/full_3227437JapanFrontccc.jpg,Little Battlers eXperience W,PSV,Role-Playing,Level 5,Level 5,,0.04,,0.04,,,2012-10-18,2018-08-31 +/games/boxart/full_summon-night-craft-sword-monogatari-hajimari-no-ishi_31JapanFront.jpg,Summon Night Craft Sword Monogatari: Hajimari no Ishi,GBA,Role-Playing,Banpresto,Flight-Plan,,0.04,,0.04,,0,2005-12-08, +/games/boxart/full_8132517AmericaFrontccc.jpg,Mana Khemia: Alchemists of Al-Revis (JP sales),PS2,Role-Playing,NIS America,Gust,6.6,0.04,,0.04,,,2008-04-01, +/games/boxart/full_4740913JapanFrontccc.jpg,Beyblade Burst: God,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0.04,,0.04,,,2017-11-23,2017-12-30 +/games/boxart/full_9426125JapanFrontccc.jpg,Tsurugi no Machi no Ihoujin: Kuro no Kyuuden,PSV,Role-Playing,Experience Inc.,Experience Inc.,,0.04,,0.04,,,2015-01-22,2018-09-22 +/games/boxart/full_7773582AmericaFrontccc.jpg,Road Rage,XOne,Racing,Maximum Games,Team 6 Games Studio,,0.04,0.04,,,0,2017-11-14,2018-01-19 +/games/boxart/full_6475178AmericaFrontccc.jpg,Ar Nosurge: Ode to an Unborn Star,PSV,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2015-07-02,2018-09-22 +/games/boxart/full_phantom-kingdom-portable_184JapanFront.jpg,Phantom Kingdom Portable,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.04,,0.04,,,2011-10-06, +/games/boxart/full_7663595JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC Evolution,PSV,Role-Playing,Kadokawa Games,Falcom,,0.04,,0.04,,,2015-12-10,2018-09-22 +/games/boxart/full_22781JapanFrontccc.jpg,Genkai Tokki: Seven Pirates,PSV,Role-Playing,Compile Heart,Compile Heart,,0.04,,0.04,,,2016-08-04,2018-09-22 +/games/boxart/full_1747433PALFrontccc.jpg,Breath of Fire III,PSP,Role-Playing,Capcom,Capcom,6,0.04,0,,0.03,0.01,2016-02-09, +/games/boxart/full_7477406AmericaFrontccc.png,Lost Sphear,NS,Role-Playing,Square Enix,Tokyo RPG Factory,6.5,0.04,,0.02,0.02,0,2018-01-23,2018-01-10 +/games/boxart/full_1358264AmericaFrontccc.jpg,Megadimension Neptunia VIIR,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.04,0.01,0.03,,0,2018-05-08,2018-01-08 +/games/boxart/full_advance-guardian-heroes_729AmericaFront.jpg,Advance Guardian Heroes,GBA,Role-Playing,Ubisoft,"Treasure Co., Ltd.",7,0.04,0.03,,0.01,0,2004-09-14, +/games/boxart/full_1343725JapanFrontccc.jpg,Luminous Arc 3,DS,Role-Playing,Marvelous Interactive,imageepoch Inc.,,0.04,,0.04,,,2009-12-10, +/games/boxart/full_8374378AmericaFrontccc.jpg,Deception III: Dark Delusion,PS,Role-Playing,Tecmo,Tecmo,,0.04,0.02,,0.01,0,2000-03-01, +/games/boxart/full_5031370AmericaFrontccc.jpg,Superdimension Neptunia VS Sega Hard Girls: Yume no Gattai Special,PSV,Role-Playing,Idea Factory,Compile Heart,,0.04,,0.04,,,2016-10-18,2018-12-03 +/games/boxart/full_2146882JapanFrontccc.jpg,Metal Max Returns,SNES,Role-Playing,Data East,Crea-Tech,,0.04,,0.04,,,1995-09-29, +/games/boxart/full_4183878AmericaFrontccc.jpg,Langrisser: Re:Incarnation Tensei,3DS,Role-Playing,Aksys Games,NCS,1.5,0.04,0.03,0.01,,0,2016-04-19,2018-08-06 +/games/boxart/full_714945JapanFrontccc.jpg,Lise no Atelier: Ordre no Renkinjutsushi,DS,Role-Playing,Gust,Gust,,0.04,,0.04,,,2007-04-19, +/games/boxart/full_7704054JapanFrontccc.jpg,Dragon's Dogma Online,PS3,Role-Playing,Capcom,Capcom,,0.04,,0.04,,,2015-08-27, +/games/boxart/full_3709864JapanFrontccc.jpg,Hero Must Die,PSV,Role-Playing,Nippon Ichi Software,Pyramid,,0.04,,0.04,,,2016-02-25,2018-09-22 +/games/boxart/full_8024580JapanFrontccc.jpg,Hakuoki Zuisouroku Omokage Hana,PSV,Visual Novel,Idea Factory,Idea Factory,,0.04,,0.04,,,2015-02-19,2019-04-26 +/games/boxart/full_8922769JapanFrontccc.jpg,Norn9: Norn + Nonette,PSP,Visual Novel,Idea Factory,Regista,,0.04,,0.04,,,2013-05-30,2019-04-26 +/games/boxart/full_8940071AmericaFrontccc.jpg,Psycho-Pass: Mandatory Happiness,PSV,Visual Novel,NIS America,5pb. Inc.,,0.04,,0.02,0.01,0,2016-09-13,2018-07-03 +/games/boxart/full_8149738JapanFrontccc.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,PSP,Visual Novel,Prototype,Prototype,,0.04,,0.04,,,2012-07-26,2019-04-26 +/games/boxart/full_2752573AmericaFrontccc.jpg,XBLAZE Code: Embryo,PS3,Visual Novel,Aksys Games,Arc System Works,,0.04,0.02,0.01,,0.01,2014-06-24,2019-04-26 +/games/boxart/full_jewel-quest-mysteries-2-trail-of-the-midnight-heart_249PALFront.jpg,Jewel Quest Mysteries 2: Trail of the Midnight Heart,DS,Puzzle,Unknown,Licensed 4U,,0.04,,,0.04,0,2011-11-25, +/games/boxart/full_7530539JapanFrontccc.jpg,Kenka Bancho Otome,PSV,Visual Novel,Spike Chunsoft,RED Entertainment,,0.04,,0.04,,,2016-05-19,2018-09-22 +/games/boxart/full_92616JapanFrontccc.jpg,White Album 2: Shiawase no Mukougawa,PS3,Visual Novel,Aqua Plus,Aqua Plus,,0.04,,0.04,,,2012-12-20,2019-04-25 +/games/boxart/full_7114166JapanFrontccc.jpg,YoKai Watch Dance: Just Dance Special Version,WiiU,Music,Level 5,Level 5,,0.04,,0.04,,,2015-12-05,2018-04-09 +/games/boxart/full_5537716AmericaFrontccc.jpg,Just Sing,PS4,Music,Ubisoft,Ubisoft,,0.04,0.03,,,0.01,2016-09-06,2018-06-27 +/games/boxart/full_2035618AmericaFrontccc.jpg,Persona 3: Dancing in Moonlight,PS4,Music,Atlus,Atlus,,0.04,0.02,0.01,,0.01,2018-12-04,2018-08-13 +/games/boxart/default.jpg,Off-Road Drive,PC,Racing,1C Company,Avalon Style,,0.04,,,0.04,0,2011-09-29, +/games/boxart/full_3571321AmericaFrontccc.jpg,Fast & Furious: Showdown,X360,Racing,Activision,Firebrand Games,,0.04,,,0.04,0,2013-05-21,2019-04-26 +/games/boxart/full_zen-nippon-gt-senshuken_420JapanFront.jpg,Zen-Nippon GT Senshuken,SNES,Racing,Banpresto,Kaneko Co. Ltd,,0.04,,0.04,,0,1995-09-29, +/games/boxart/full_8688273JapanFrontccc.jpg,Date A Live: Rine Utopia,PS3,Visual Novel,Compile Heart,Compile Heart,,0.04,,0.04,,,2013-06-27,2019-04-25 +/games/boxart/full_4156187JapanFrontccc.jpg,Utawarerumono: Mask of Truth,PS3,Visual Novel,Aqua Plus,Aqua Plus,,0.04,,0.04,,,2016-09-21,2018-06-03 +/games/boxart/full_gormiti-the-lords-of-nature_8AmericaFront.jpg,Gormiti: The Lords of Nature!,Wii,Adventure,Konami,Climax Group,,0.04,0.03,,0,0,2010-09-21, +/games/boxart/2406668ccc.jpg,B.L.U.E.: Legend of Water,PS,Adventure,Unknown,Unknown,,0.04,,0.04,,0,, +/games/boxart/full_7484913AmericaFrontccc.jpg,The Wolf Among Us,PSV,Adventure,Telltale Games,Telltale Games,,0.04,0.03,,,0.01,2014-11-04,2018-05-20 +/games/boxart/full_heavy-rain-move-edition_6PALFront.jpg,Heavy Rain: Move Edition,PS3,Adventure,Sony Computer Entertainment,Quantic Dream,,0.04,,,0.03,0.01,2010-10-08, +/games/boxart/full_kanuchi-shiroki-tsubasa-no-shou_3JapanFront.jpg,Kanuchi: Shiroki Tsubasa no Shou,PS2,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2008-10-02, +/games/boxart/full_1522120JapanFrontccc.jpg,Saki Portable,PSP,Adventure,Alchemist,Alchemist,,0.04,,0.04,,,2010-03-25, +/games/boxart/full_9635827JapanFrontccc.jpg,Renai Revenge,PSV,Adventure,TGL,TGL,,0.04,,0.04,,,2015-10-29,2018-09-22 +/games/boxart/full_9870828AmericaFrontccc.jpg,Chaos Wars,PS2,Strategy,O~3 Entertainment,Idea Factory,6.8,0.04,,0.04,,,2008-06-03, +/games/boxart/175061ccc.jpg,OutRun 2006: Coast 2 Coast,PSP,Racing,Sega,Sumo Digital,,0.04,0.03,,0.01,0,2006-04-25, +/games/boxart/691622ccc.jpg,Sea Monsters: A Prehistoric Adventure,Wii,Adventure,DSI Games,Atomic Planet Entertainment,,0.04,0.04,,0,0,2007-12-27, +/games/boxart/3268941ccc.jpg,DT Carnage,PSP,Racing,Agetec,Axis Entertainment,,0.04,0.03,,,0,2009-04-21, +/games/boxart/full_864900PALFrontccc.jpg,Formula 1 06,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,,0.04,,0.04,,,2006-07-28, +/games/boxart/4400183ccc.jpg,Smashing Drive,XB,Racing,Namco,Point of View,,0.04,0.03,,0.01,0,2002-05-13, +/games/boxart/full_5553775AmericaFrontccc.jpg,VR Karts,PS4,Racing,Perp Games,Unknown,,0.04,0.03,,,0.01,2017-11-28, +/games/boxart/7890617ccc.jpg,WRC: FIA World Rally Championship,PSP,Racing,Namco Bandai,Traveller's Tales,,0.04,0.02,,0.01,0,2006-04-18, +/games/boxart/full_6685011AmericaFrontccc.jpg,System 3 presents Ferrari Challenge Trofeo Pirelli,DS,Racing,System 3 Arcade Software,Climax Group,,0.04,0.03,,0.01,0,2008-08-26, +/games/boxart/full_4576925JapanFrontccc.jpg,Chibi Maruko-Chan DS: Maru-Chan no Machi,DS,Puzzle,Namco Bandai,Banpresto,,0.04,,0.04,,,2009-02-05, +/games/boxart/full_8557656PALFrontccc.jpg,Family Fortunes,DS,Misc,Mindscape,Mindscape,,0.04,,,0.04,0,2009-10-23, +/games/boxart/2805168ccc.jpg,Akko ni Omakase! Brain Shock,DS,Misc,Taito,Taito,,0.04,,0.04,,,2006-12-07, +/games/boxart/full_8925867JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch R2 - Banjou no Geass Gekijou,DS,Misc,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2008-08-07, +/games/boxart/full_4688394AmericaFrontccc.jpg,Unison: Rebels of Rhythm & Dance,PS2,Misc,Tecmo,Tecmo,,0.04,0.02,,0.02,0.01,2001-03-22, +/games/boxart/full_battle-vs-chess_5AmericaFront.jpg,Check vs. Mate,PS3,Misc,Unknown,TopWare Interactive,,0.04,,,0.04,0.01,, +/games/boxart/full_get-up-and-dance_834AmericaFront.jpg,Get Up and Dance,PS3,Misc,Crave Entertainment,O Games,,0.04,0.03,,0,0,2011-11-15, +/games/boxart/5726746ccc.jpg,Metal Gear Solid: Digital Graphic Novel,PSP,Misc,Konami,Kojima Productions,7.6,0.04,0.02,0.02,0,0,2006-06-13, +/games/boxart/5544293ccc.jpg,Bomberman: Act Zero,X360,Puzzle,Konami,Hudson Soft,3.5,0.04,0.04,,0,0,2006-08-29, +/games/boxart/full_casual-mania_10AmericaFront.jpg,Casual Mania!,DS,Puzzle,Destineer,Most Wanted Entertainment,,0.04,0.04,,0,0,2010-02-23, +/games/boxart/full_223530PALFrontccc.jpg,Puyo Pop Fever,PSP,Puzzle,Ignition Entertainment,Sonic Team,,0.04,,0.04,,,2006-05-19, +/games/boxart/full_7585139AmericaFrontccc.jpg,Challenge Me: Maths Workout,DS,Puzzle,O-Games,Oxygen Interactive,,0.04,0.04,,0,0,2009-05-26, +/games/boxart/full_2174646AmericaFrontccc.jpg,Mortimer Beckett and the Secrets of Spooky Manor,Wii,Puzzle,Mumbo Jumbo,Paprikari,,0.04,0.04,,,0,2008-11-18, +/games/boxart/full_9366644AmericaFrontccc.jpg,Sushi Striker: The Way of Sushido,3DS,Puzzle,Nintendo,Indies Zero,,0.04,0.02,0.02,,0,2018-06-08,2020-07-23 +/games/boxart/8769896ccc.jpg,Fading Shadows,PSP,Puzzle,Agetec,Ivolgamus,7,0.04,0.03,,0,0,2008-07-03, +/games/boxart/full_648545AmericaFrontccc.jpg,Lumo,PS4,Puzzle,Rising Star Games,Triple Eh?,,0.04,0.03,,,0.01,2016-08-30,2019-03-18 +/games/boxart/full_1070366JapanFrontccc.jpg,Ore no Imouto ga Konna ni Kawaii wake ga Nai. Happy End,PS3,Visual Novel,Namco Bandai Games,Banpresto,,0.04,,0.04,,,2013-09-26,2019-04-25 +/games/boxart/5628778ccc.jpg,PopCap Arcade Vol 1,X360,Puzzle,PopCap Games,PopCap Games,,0.04,0.04,,,0,2007-11-15, +/games/boxart/4966906ccc.gif,Platinum Sudoku,DS,Puzzle,Ubisoft,Gameloft,,0.04,0.03,,0.01,0,2007-07-03, +/games/boxart/full_the-treasures-of-montezuma_9AmericaFront.jpg,The Treasures of Montezuma,DS,Puzzle,O-Games,Most Wanted Entertainment,,0.04,0.02,,0.02,0,2010-09-28, +/games/boxart/5444527ccc.jpg,Meteos: Disney Magic,DS,Puzzle,Disney Interactive Studios,Q Entertainment,7.3,0.04,0.01,,0.02,0,2007-02-20, +/games/boxart/full_1292517JapanFrontccc.jpg,Ailu de Puzzle,PSP,Puzzle,Capcom,Natsume Atari,,0.04,,0.04,,,2012-07-19,2019-04-26 +/games/boxart/full_4188165JapanFrontccc.jpg,Gotouchi Tetsudou: Gotouchi Kyara to Nihon Zenkoku no Tabi,WiiU,Puzzle,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2014-11-27,2018-01-27 +/games/boxart/full_6621879AmericaFrontccc.jpg,Marvel Pinball: Epic Collection Volume 1,PS4,Puzzle,Nighthawk Interactive,Nighthawk Interactive,,0.04,0.03,,,0.01,2016-11-08,2018-06-27 +/games/boxart/full_386487JapanFrontccc.jpg,Ebikore+ Amagami,PSV,Visual Novel,Kadokawa Games,Enterbrain,,0.04,,0.04,,,2014-01-30,2019-04-25 +/games/boxart/full_4952385JapanFrontccc.jpg,Diabolik Lovers: Dark Fate,PSV,Visual Novel,Idea Factory,Rejet,,0.04,,0.04,,,2015-02-26,2019-04-25 +/games/boxart/full_4132494JapanFrontccc.jpg,Hanaoni: Yume no Tsudzuki,PSP,Visual Novel,Idea Factory,Design Factory,,0.04,,0.04,,,2012-03-22,2019-04-25 +/games/boxart/full_6845543JapanFrontccc.jpg,Shin Hayarigami,PS3,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.04,,0.04,,,2014-08-07,2019-04-25 +/games/boxart/full_1839938JapanFrontccc.jpg,Ao no Exorcist: Genkoku no Labyrinth,PSP,Visual Novel,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2012-04-26,2019-04-26 +/games/boxart/full_7903151JapanFrontccc.jpg,Bond of Ten Demons,PSP,Visual Novel,Idea Factory,Idea Factory,,0.04,,0.04,,,2012-07-19,2019-04-26 +/games/boxart/full_8658401AmericaFrontccc.jpg,Ski-Doo Snowmobile Challenge,X360,Racing,Valcon Games,ColdWood Interactive,,0.04,0.03,,,0,2009-04-01, +/games/boxart/1495769ccc.jpg,Big Mutha Truckers,GBA,Racing,DSI Games,Raylight Studios,5,0.04,0.03,,0.01,0,2005-11-09, +/games/boxart/full_6855718JapanFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PS3,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2015-11-19,2018-01-07 +/games/boxart/full_9104182AmericaFrontccc.jpg,The Talos Principle,PS4,Puzzle,Nighthawk Interactive,Croteam,,0.04,,,0.04,0.01,2015-10-13,2018-12-28 +/games/boxart/full_nandas-island_4PALFront.jpg,Nanda's Island,DS,Puzzle,Mumbo Jumbo,MumboJumbo,,0.04,0.04,,,0,2011-03-28, +/games/boxart/full_9374015JapanFrontccc.jpg,I.Q. Remix+: Intelligent Qube,PS2,Puzzle,Sony Computer Entertainment,SCEA,,0.04,,0.04,,,2000-03-23, +/games/boxart/full_jewel-master-cradle-of-rome-2_634PALFront.jpg,Jewel Master: Cradle Of Rome 2,PC,Puzzle,Rising Star,Rising Star Games,,0.04,,,0.04,0.01,2011-10-21, +/games/boxart/full_logic-machines_761AmericaFront.jpg,Logic Machines,DS,Puzzle,City Interactive,City Interactive,,0.04,0.03,,0,0,2010-10-13, +/games/boxart/full_2607301AmericaFrontccc.jpg,Mr. Driller,PS,Puzzle,Namco,Namco,,0.04,0.02,,0.01,0,2000-05-09, +/games/boxart/4582900ccc.jpg,Napoleon Dynamite: The Game,PSP,Puzzle,Crave Entertainment,7 Studios,4.3,0.04,0.03,,,0,2007-10-23, +/games/boxart/full_harukanaru-toki-no-naka-de-4-aizouban_128JapanFront.jpg,Harukanaru Toki no Naka de 4: Aizouban,PSP,Role-Playing,Tecmo Koei,Tecmo Koei Games,,0.04,,0.04,,,2010-12-22,2018-07-30 +/games/boxart/full_8868507JapanFrontccc.png,Digimon Story: Cyber Sleuth - Hacker's Memory,PSV,Role-Playing,Namco Bandai Games,Media.Vision,,0.04,,0.04,,,2018-01-19,2018-01-07 +/games/boxart/full_4787481JapanFrontccc.jpg,Atelier Firis: The Alchemist and the Mysterious Journey,PSV,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2016-11-02,2018-07-04 +/games/boxart/full_unchainblades-rexx_101JapanFront.jpg,UnchainBlades ReXX,3DS,Role-Playing,Atlus,FuRyu Corporation,,0.04,,0.04,,,2012-12-31, +/games/boxart/full_7869947AmericaFrontccc.jpg,Valkyria Revolution,XOne,Role-Playing,Sega,Media.Vision,,0.04,0.04,,,0,2017-06-27,2018-01-21 +/games/boxart/full_harukanaru-toki-no-naka-de-5_972JapanFront.jpg,Harukanaru Toki no Naka de 5,PSP,Role-Playing,Tecmo Koei,Tecmo Koei Games,,0.04,,0.04,,,2011-02-24,2018-07-30 +/games/boxart/full_saru-get-you-pipo-saru-senki_784JapanFront.jpg,Saru! Get You! Pipo Saru Senki,PSP,Role-Playing,Sony Computer Entertainment,Shift,,0.04,,0.04,,,2009-03-19, +/games/boxart/full_5355058AmericaFrontccc.jpg,Atelier Iris 3: Grand Phantasm (JP Sales),PS2,Role-Playing,NIS America,Gust,,0.04,,0.04,,,2007-05-29, +/games/boxart/full_monster-hunter-frontier-online-season-9_1JapanFront.jpg,Monster Hunter Frontier Online: Season 9.0,X360,Role-Playing,Capcom,Capcom,,0.04,,0.04,,,2010-09-29, +/games/boxart/full_190592AmericaFrontccc.jpg,Steambot Chronicles,PS2,Role-Playing,Atlus,Irem Software Engineering,7.2,0.04,0.02,,0.01,0,2006-05-23, +/games/boxart/full_8888687JapanFrontccc.jpg,Legasista,PS3,Role-Playing,NIS America,System Prisma,,0.04,,0.04,,,2012-08-21,2019-04-26 +/games/boxart/full_6377722JapanFrontccc.jpg,Medabots Girls Mission: Metabee Ver. / Rokusho Ver.,3DS,Role-Playing,Rocket Company,Rocket Company,,0.04,,0.04,,,2016-03-10,2018-08-03 +/games/boxart/full_3480778AmericaFrontccc.jpg,Shadows Awakening,XOne,Role-Playing,Kalypso Media,Games Farm,,0.04,0.03,,,0,2018-09-04,2018-06-08 +/games/boxart/full_3470449JapanFrontccc.jpg,Super Hero Generation,PSV,Role-Playing,Namco Bandai Games,Tom Create,,0.04,,0.04,,,2014-10-23,2018-06-10 +/games/boxart/full_5100918JapanFrontccc.jpg,Klonoa Heroes: Densetsu no Star Medal,GBA,Role-Playing,Namco,Namco,,0.04,,0.04,,0,2002-12-13, +/games/boxart/full_9569341AmericaFrontccc.jpg,The Caligula Effect: Overdose,PS4,Role-Playing,NIS America,Historia,,0.04,,0.04,,,2019-03-12,2019-02-24 +/games/boxart/full_1953761AmericaFrontccc.png,Atari Flashback Classics: Volume 1,NS,Misc,Atari,Atari,,0.04,0.04,,,0,2018-12-13,2018-03-13 +/games/boxart/full_who-wants-to-be-a-millionaire-3rd-edition_10AmericaFront.jpg,Who Wants to Be a Millionaire: 3rd Edition,DS,Misc,Ubisoft,Ubisoft,,0.04,0.04,,,0,2010-10-05, +/games/boxart/full_6210133JapanFrontccc.jpg,Motto TOEIC Test DS Training,DS,Misc,IE Institute,IE Institute,,0.04,,0.04,,,2008-06-12, +/games/boxart/full_4460364AmericaFrontccc.jpg,Elex,XOne,Role-Playing,THQ Nordic,Piranha Bytes,,0.04,0.04,,,0,2017-10-17,2018-06-30 +/games/boxart/full_2195972AmericaFrontccc.jpg,Ragnarok Odyssey Ace,PS3,Role-Playing,Xseed Games,Game Arts,,0.04,0.03,,0,0.01,2014-04-01,2019-04-26 +/games/boxart/full_9857323AmericaFrontccc.jpg,Immortal Unchained,PS4,Role-Playing,Sold Out,Toadman Interactive,,0.04,0.03,,,0.01,2018-09-07,2018-04-20 +/games/boxart/full_4726111AmericaFrontccc.jpg,Magical Starsign (JP sales),DS,Role-Playing,Nintendo,Brownie Brown,,0.04,,0.04,,,2006-10-23, +/games/boxart/full_6145490AmericaFrontccc.jpg,Valkyria Chronicles 4,XOne,Role-Playing,Sega,Sega,,0.04,0.03,,,0,2018-09-25,2018-06-19 +/games/boxart/full_3169988AmericaFrontccc.jpg,Pure Pinball,XB,Misc,XS Games,Iridon Interactive,,0.04,0.03,,0.01,0,2004-08-05, +/games/boxart/full_8415833JapanFrontccc.jpg,Shin Fortune Quest: Sokutaku no Kishi,PS,Misc,Media Works,Media Works,,0.04,,0.04,,0,1996-06-21, +/games/boxart/3647504ccc.jpg,WTF: Work Time Fun,PSP,Puzzle,D3 Publisher,Sony Computer Entertainment,,0.04,0.04,,,0,2006-10-17, +/games/boxart/1249285ccc.jpg,Denki Blocks!,GBA,Puzzle,Majesco,Denki,8,0.04,0.03,,0.01,0,2001-10-30, +/games/boxart/4530286ccc.jpg,Ballistic,PS,Puzzle,Atari,Atari,7.9,0.04,0.02,,0.01,0,1999-10-31, +/games/boxart/full_1047632JapanFrontccc.jpg,Quiz Mobile Gundam: Toi Senshi DX,PSP,Puzzle,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2006-07-13, +/games/boxart/full_9426511AmericaFrontccc.jpg,Jig-A-Pix: Pets,DS,Puzzle,Zushi Games,Zushi Games Ltd,,0.04,0.03,,0,0,2009-11-20, +/games/boxart/full_3457401AmericaFrontccc.jpg,Bubble Bobble Double Shot,DS,Puzzle,Ignition Entertainment,Dreams,,0.04,0.03,,0,0,2008-03-03, +/games/boxart/full_2432931JapanFrontccc.jpg,Nihon Pro Mahjong Kishikai Kanshuu: Pro Ni Naru Mahjong DS,DS,Misc,Success,Success,,0.04,,0.04,,,2005-11-24, +/games/boxart/full_1949668AmericaFrontccc.jpg,Millipede / Super Breakout / Lunar Lander,GBA,Misc,DSI Games,Gravity-I,,0.04,0.03,,0.01,0,2005-08-15, +/games/boxart/full_5569478AmericaFrontccc.jpg,World Championship Spelling,DS,Misc,505 Games,505 Games,,0.04,0.04,,,0,2010-03-30, +/games/boxart/full_7801433AmericaFrontccc.jpg,Ben 10 Galactic Racing,PSV,Misc,D3Publisher,Unknown,,0.04,0.02,,0.02,0.01,2012-02-15, +/games/boxart/full_5169819AmericaFrontccc.jpg,Monster Band,DS,Misc,DreamCatcher Interactive,Novarama,,0.04,0.04,,,0,2009-03-02, +/games/boxart/full_2988020JapanFrontccc.jpg,Akko ni Omakase! Brain Shock,DS,Misc,Taito,Taito Corporation,,0.04,,0.04,,,2006-12-07, +/games/boxart/full_5835183AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PSV,Misc,Konami Digital Entertainment,Armature Studio,,0.04,,0.04,,,2012-06-12,2018-09-12 +/games/boxart/full_horses-3d_731AmericaFront.jpg,Horses 3D,3DS,Misc,Ubisoft,Ubisoft,,0.04,0.04,,,0,2012-03-27, +/games/boxart/full_1859968AmericaFrontccc.jpg,Monster Kingdom: Jewel Summoner,PSP,Role-Playing,Atlus,GAIA,,0.04,,0.04,,,2007-02-19, +/games/boxart/full_fushigi-no-dungeon-fuurai-no-shiren-5-fortune-tower-to-unmei-no-dice_137JapanFront.jpg,Fushigi no Dungeon: Fuurai no Shiren 5 - Fortune Tower to Unmei no Dice,DS,Role-Playing,ChunSoft,ChunSoft,,0.04,,0.04,,,2010-12-09, +/games/boxart/full_3207251AmericaFrontccc.jpg,Zanki Zero: Last Beginning,PS4,Role-Playing,Spike Chunsoft,Lancarse,,0.04,,0.04,,,2019-04-09,2018-04-27 +/games/boxart/full_4693361AmericaFrontccc.jpg,"My World, My Way (US sales)",DS,Role-Playing,Atlus,Global A Entertaiment,,0.04,0.04,,,,2009-02-03, +/games/boxart/full_haneru-no-tobira-ds-tanshuku-tetsudou-no-yoru_6JapanFront.jpg,Haneru no Tobira DS: Tanshuku Tetsudou no Yoru,DS,Misc,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2007-12-06, +/games/boxart/full_8212418AmericaFrontccc.jpg,Looney Tunes: Cartoon Conductor,DS,Misc,Eidos Interactive,Amaze Entertainment,,0.04,0.04,,0,0,2008-06-10, +/games/boxart/full_927517JapanFrontccc.jpg,Phoenix Wright: Revived Turnabout,DS,Misc,Capcom,Capcom,,0.04,,0.04,,,2008-04-17, +/games/boxart/full_9462138JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.6: Lau Chan,SAT,Misc,Sega,Sega-AM2,,0.04,,0.04,,,1995-12-08, +/games/boxart/full_8718690AmericaFrontccc.jpg,Sudoku Ball Detective,Wii,Puzzle,Playlogic Game Factory,WhiteBear Studios,,0.04,0.02,,0.01,0,2009-10-13, +/games/boxart/full_7340534AmericaFrontccc.jpg,Paddington: Adventures in London,3DS,Puzzle,Microids,Neko Entertainment,,0.04,,,0.03,0,2015-08-11, +/games/boxart/full_6626458AmericaFrontccc.jpg,Zoo Quest: Puzzle Fun!,DS,Puzzle,DreamCatcher Interactive,DreamCatcher Interactive,,0.04,0.04,,0,0,2008-12-22, +/games/boxart/full_8472226JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Shake II,PS2,Misc,Paon,Paon Corporation,,0.04,,0.04,,,2007-07-26, +/games/boxart/full_3292972JapanFrontccc.jpg,Minna ga Shuyaku no NHK Kouhaku Quiz Kassen,Wii,Misc,Nintendo,Nintendo,,0.04,,0.04,,,2009-12-17, +/games/boxart/full_4094176JapanFrontccc.jpg,Kiniro no Corda 2 f,PSP,Role-Playing,KOEI,Koei,,0.04,,0.04,,,2009-02-26, +/games/boxart/full_884346JapanFrontccc.jpg,Blue Reflection: Maboroshi ni Mau - Shoujo no Ken,PSV,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2017-03-30,2018-07-02 +/games/boxart/full_half-minute-hero-2_969JapanFront.jpg,Half-Minute Hero 2,PSP,Role-Playing,Rising Star,Opus Studio,,0.04,,0.04,,,, +/games/boxart/full_9244673JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 13: Shinseiki Evangelion - Yakusoku no Toki,PS2,Misc,D3 Publisher,Bisty,,0.04,,0.04,,,2008-12-18, +/games/boxart/default.jpg,Sonic PC Collection,PC,Misc,Sega,Sonic Team,,0.04,,,0.04,0,2009-09-30, +/games/boxart/full_heathcliff-frantic-foto_1AmericaFront.jpg,Heathcliff! Frantic Foto,DS,Misc,Storm City Games,Storm City Games,,0.04,0.04,,,0,2010-10-15, +/games/boxart/full_6513194JapanFrontccc.jpg,Onsei Kanjou Sokuteiki: Kokoro Scan,DS,Misc,Sega,Sega,,0.04,,0.04,,,2007-08-16, +/games/boxart/full_6242950JapanFrontccc.jpg,Idol Time PriPara: Yume All-Star Live!,3DS,Misc,Takara Tomy,Takara Tomy,,0.04,,0.04,,,2017-10-26,2018-08-02 +/games/boxart/full_1329334JapanFrontccc.jpg,DoraMoji: Nobita no Kanji Daisakusen,3DS,Misc,Shogakukan,Jupiter Corporation,,0.04,,0.04,,,2015-02-26,2018-02-07 +/games/boxart/full_cook-wars_9AmericaFront.jpg,Cook Wars,Wii,Misc,Ubisoft,Virtual Toys,,0.04,0.03,,,0,2009-11-24, +/games/boxart/full_8962828AmericaFrontccc.jpg,Sega Arcade Gallery,GBA,Misc,THQ,Bits Studios,,0.04,0.03,,0.01,0,2003-05-21, +/games/boxart/full_9525207JapanFrontccc.jpg,Famicom Mini: Clu Clu Land,GBA,Puzzle,Nintendo,Nintendo,,0.04,,0.04,,0,2004-05-21, +/games/boxart/5834016ccc.jpg,Rollin' Rascals,DS,Puzzle,Majesco,Hoget,,0.04,0.04,,0,0,2009-05-12, +/games/boxart/full_2997464PALFrontccc.jpg,Superstars V8 Racing,PS3,Racing,Black Bean Games,Milestone S.r.l,,0.04,0,,0.03,0.01,2009-06-26, +/games/boxart/full_1285120PALFrontccc.jpg,DiRT Rally,PC,Racing,Codemasters,Codemasters,,0.04,,,0.03,0,2015-04-27, +/games/boxart/full_9441381AmericaFrontccc.jpg,Konami Arcade Classics,PS,Misc,Konami,KCE Sapporo,,0.04,0.02,,0.01,0,1999-11-30, +/games/boxart/full_7811860JapanFrontccc.jpg,Minna no Chizu,PSP,Misc,Zenrin,Zenrin,,0.04,,0.04,,,2006-04-20, +/games/boxart/full_1474732AmericaFrontccc.jpg,Texas Hold 'Em Poker DS,DS,Misc,Majesco,Skyworks Technologies,,0.04,0.03,,,0,2005-11-08, +/games/boxart/full_5479837JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 5: Shinseiki Evangelion - Tamashii no Kiseki,DS,Misc,D3 Publisher,Bisty,,0.04,,0.04,,,2010-06-03, +/games/boxart/2098073ccc.jpg,NASCAR 07,XB,Racing,EA Sports,EA Tiburon,,0.04,0.03,,0.01,0,2006-09-06, +/games/boxart/full_7596579AmericaFrontccc.jpg,Pac-Man World Rally,PSP,Racing,Namco Bandai,Smart Bomb Interactive,,0.04,0.04,,,0,2006-08-22, +/games/boxart/full_1490642AmericaFrontccc.jpg,Split/Second,PC,Racing,Disney Interactive Studios,Black Rock Studio,,0.04,,,0.04,0.01,2010-05-18, +/games/boxart/2608660ccc.jpg,Need for Speed: ProStreet,PC,Racing,Electronic Arts,EA Black Box,,0.04,,,0.04,0,2007-11-13, +/games/boxart/6403735ccc.jpg,Monaco Grand Prix,N64,Racing,Ubisoft,Ubisoft,,0.04,0.03,,0.01,0,1999-09-01, +/games/boxart/9839541ccc.jpg,Rally Challenge 2000,N64,Racing,SouthPeak Interactive,Europress,,0.04,0.03,,0.01,0,2000-06-30, +/games/boxart/full_7896160AmericaFrontccc.jpg,Rat Attack!,PS,Puzzle,Mindscape,Pure Entertainment,,0.04,0.03,,0.02,0,1999-08-31, +/games/boxart/full_5535372AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,Wii,Puzzle,Mumbo Jumbo,MumboJumbo,,0.04,0.01,,0.02,0,2008-01-15, +/games/boxart/4983640ccc.jpg,Antz Extreme Racing,PS2,Racing,Empire Interactive,Supersonic Software,,0.04,0.02,,0.02,0.01,2002-09-19, +/games/boxart/7950573ccc.jpg,GRID,PC,Racing,Codemasters,Codemasters,8.7,0.04,,,0.03,0.01,2008-06-03, +/games/boxart/full_8072636AmericaFrontccc.jpg,Stuntman,GBA,Racing,Atari,Atari,,0.04,0.03,,0.01,0,2003-06-24, +/games/boxart/full_hannspree-ten-kate-honda-sbk-superbike-world-championship_408AmericaFront.jpg,Hannspree Ten Kate Honda: SBK Superbike World Championship,PSP,Racing,Valcon Games,Milestone S.r.l,,0.04,0.03,,0,0,2008-03-18, +/games/boxart/full_2034997AmericaFrontccc.jpg,Turbo: Super Stunt Squad,DS,Racing,D3Publisher,D3 Publisher,,0.04,,,0.04,0,2013-07-16,2019-04-26 +/games/boxart/6449269ccc.jpg,Colin McRae Rally 3,XB,Racing,Codemasters,Codemasters,,0.04,0.03,,0.01,0,2003-02-18, +/games/boxart/full_2583163AmericaFrontccc.jpg,Monster Trux Arenas: Special Edition,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.04,0.04,,0,0,2007-09-25, +/games/boxart/4944785ccc.jpg,SX Superstar,XB,Racing,Acclaim Entertainment,Climax Studios,,0.04,0.03,,0.01,0,2003-06-26, +/games/boxart/full_3730319JapanFrontccc.jpg,Sega Rally 2006,PS2,Racing,Unknown,Sega,,0.04,,0.04,,,, +/games/boxart/full_607125AmericaFrontccc.jpg,Glacier2,Wii,Racing,Zoo Games,Team6 Game Studios,,0.04,0.04,,,0,2009-10-13, +/games/boxart/9658277ccc.jpg,Pro Race Driver,XB,Racing,Codemasters,Codemasters,,0.04,0.03,,0.01,0,2003-04-16, +/games/boxart/9386427ccc.jpg,Ferrari Challenge Trofeo Pirelli,PS3,Racing,Activision,Eutechnyx,,0.04,,,0.03,0.01,2008-08-26, +/games/boxart/full_gakuen-hetalia-portable_369JapanFront.jpg,Gakuen Hetalia Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-03-24, +/games/boxart/full_gray-matter_5PALFront.jpg,Gray Matter,X360,Adventure,DTP Entertainment,Wizarbox Studios,,0.04,,,0.04,0,2011-02-25, +/games/boxart/full_3149007JapanFrontccc.jpg,"Negima!? Chou Mahora Taisen Kattoiin, Keiyaku Shikkou Dechai masuu",DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.04,,0.04,,,2006-10-26, +/games/boxart/full_3770916AmericaFrontccc.jpg,Adventure Time: Pirates of the Enchiridion,XOne,Adventure,Outright Games,Outright Games,,0.04,0.04,,,0,2018-07-17,2019-03-17 +/games/boxart/default.jpg,Amnesia,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-08-18, +/games/boxart/full_ncis_900AmericaFront.jpg,NCIS,PC,Adventure,Ubisoft,Ubisoft,,0.04,0.01,,0.02,0.01,2011-11-01, +/games/boxart/full_8521337AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,PC,Adventure,LucasArts,Traveller's Tales,,0.04,0.02,,0.02,0,2008-06-03, +/games/boxart/full_little-busters-converted-edition_9JapanFront.jpg,Little Busters! Converted Edition,PSP,Adventure,Prototype,Prototype,,0.04,,0.04,,,2010-11-25, +/games/boxart/full_shukufuku-no-campanella-portable_3JapanFront.jpg,Shukufuku no Campanella Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.04,,0.04,,,2010-09-30, +/games/boxart/full_chaoshead-love-chuchu_260JapanFront.jpg,Chaos;Head - Love Chu*Chu!,PSP,Adventure,5pb,Nitroplus,,0.04,,0.04,,,2011-01-27, +/games/boxart/full_863424AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,XOne,Adventure,Telltale Games,Telltale Games,,0.04,0.04,,,0,2014-12-03,2019-01-04 +/games/boxart/full_2487767JapanFrontccc.jpg,12Riven: The Psi-Climinal of Integral,PS2,Adventure,CyberFront,KID Corporation,,0.04,,0.04,,,2008-03-13, +/games/boxart/full_national-geographic-challenge_990AmericaFront.jpg,National Geographic Challenge!,PS3,Misc,Ignition Entertainment,Gusto Games,,0.04,0.01,,0.03,0.01,2011-11-29, +/games/boxart/4210704ccc.jpg,Chessmaster,GBA,Misc,Ubisoft,Ubisoft,7.5,0.04,0.03,,0.01,0,2002-08-28, +/games/boxart/full_376201AmericaFrontccc.jpg,XBLAZE Code: Embryo,PSV,Misc,Aksys Games,Unknown,,0.04,0.02,0.01,,0.01,2014-06-24, +/games/boxart/1740387ccc.jpg,Trollz: Hair Affair!,GBA,Misc,Ubisoft,Powerhead Games,,0.04,0.03,,0.01,0,2005-11-01, +/games/boxart/5687194ccc.jpg,NHRA Drag Racing: Countdown to the Championship,PS2,Racing,THQ,"Pipeworks Software, Inc.",,0.04,0.02,,0.01,0,2007-07-24, +/games/boxart/full_6882340AmericaFrontccc.jpg,Double Value!: ATV Thunder Ridge Riders / Monster Trucks Mayhem,DS,Racing,DSI Games,Skyworks Technologies,,0.04,0.03,,,0,2007-08-15, +/games/boxart/full_5081483JapanFrontccc.jpg,Alia's Carnival! Sacrament,PSV,Adventure,Dramatic Create,Dramatic Create,,0.04,,0.04,,,2015-10-29,2018-09-22 +/games/boxart/full_8029671AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,X360,Adventure,Telltale Games,Telltale Games,,0.04,0.03,,0,0,2014-12-03,2019-01-04 +/games/boxart/full_hana-to-ikimo-no-rittai-zukan_260JapanFront.jpg,Hana to Ikimono Rittai Zukan,3DS,Misc,Nintendo,Nintendo,,0.04,,0.04,,,2011-09-29, +/games/boxart/full_6304106JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken DS,DS,Misc,Sega,Sammy Studios,,0.04,,0.04,,,2005-06-04, +/games/boxart/full_8905729JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 5 Deutsch,DS,Misc,Nintendo,TOSE,,0.04,,0.04,,,2006-04-27, +/games/boxart/full_you-dont-know-jack_830AmericaFront.jpg,You Don't Know Jack,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",9.2,0.04,0.04,,,0,1995-09-30, +/games/boxart/full_6780867JapanFrontccc.jpg,Doko Demo Issho: Let's Gakkou!,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.04,,0.04,,,2006-06-15, +/games/boxart/full_8019951AmericaFrontccc.jpg,M&M's Beach Party,Wii,Misc,Zoo Digital Publishing,Digital Embryo,,0.04,0.04,,,0,2009-03-10, +/games/boxart/full_936369AmericaFrontccc.jpg,Cheer We Go!,DS,Misc,Natsume,Natsume,,0.04,0.04,,,0,2010-03-23, +/games/boxart/full_3811570JapanFrontccc.jpg,Mahjong * Dream C Club,PS3,Misc,D3Publisher,D3 Publisher,,0.04,,0.04,,,2012-04-05,2019-04-25 +/games/boxart/4957986ccc.jpg,Flow: Urban Dance Uprising,PS2,Misc,Ubisoft,Artificial Mind and Movement,,0.04,0.02,,0.01,0,2005-11-15, +/games/boxart/full_4736303PALFrontccc.jpg,Fighting Vipers 2,DC,Fighting,Sega,Sega-AM2,,0.04,,0.04,,0,2001-01-01, +/games/boxart/7747078ccc.gif,Guilty Gear XX Accent Core,Wii,Fighting,Aksys Games,Arc System Works,,0.04,0.03,0,0,0,2007-10-15, +/games/boxart/full_3069166AmericaFrontccc.jpg,Cyber Troopers Virtual-On Marz,PS2,Fighting,Sega,Hitmaker,,0.04,0.02,,0.01,0,2003-10-14, +/games/boxart/full_6184765PALFrontccc.jpg,Saint Seiya: The Hades,PS2,Fighting,Namco Bandai,Dimps Corporation,,0.04,,0.04,,,2006-09-29, +/games/boxart/201441ccc.jpg,Zatch Bell! Mamodo Fury,GC,Fighting,Namco Bandai,Mechanic Arms,,0.04,0.03,,0.01,0,2006-12-12, +/games/boxart/4124180ccc.jpg,Shonen Jump's One Piece: Grand Adventure,GC,Fighting,Namco Bandai,Ganbarion,,0.04,0.03,,0.01,0,2006-08-29, +/games/boxart/full_2615340JapanFrontccc.jpg,JoJo's Bizarre Adventure: Eyes of Heaven,PS3,Fighting,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2015-12-17,2018-06-03 +/games/boxart/full_art-of-fighting-3-the-path-of-the-warrior_566AmericaFront.jpg,Art of Fighting 3: The Path of the Warrior,NG,Fighting,SNK,SNK Corporation,,0.04,,0.04,,,1996-04-26, +/games/boxart/full_1313229AmericaFrontccc.jpg,Blade Strangers,NS,Fighting,Nicalis,Studio Saizensen,8.3,0.04,0.03,,,0,2018-08-28,2018-07-28 +/games/boxart/full_9977245AmericaFrontccc.jpg,Galaxy Fight,SAT,Fighting,Sunsoft,Santaclaus,,0.04,,0.04,,0,1996-07-03, +/games/boxart/4686459ccc.jpg,Fatal Fury: Battle Archives Volume 1,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,0.02,,0.01,0,2007-08-14, +/games/boxart/8807776ccc.jpg,Capcom Fighting Evolution,XB,Fighting,Capcom,Capcom Production Studio 2,,0.04,0.03,,0.01,0,2005-06-14, +/games/boxart/full_2812452AmericaFrontccc.jpg,Omen of Sorrow,PS4,Fighting,Soedesco,AOne Games,,0.04,0.03,,,0.01,2018-11-16,2018-08-17 +/games/boxart/full_just-sing-2_139PALFront.jpg,Just Sing! Vol. 2,DS,Misc,PQube,Engine Software,,0.04,,,0.04,0,2011-09-23, +/games/boxart/4124044ccc.jpg,World Poker Tour,PSP,Misc,2K Sports,2K Sports,,0.04,0.04,,0,0,2006-04-17, +/games/boxart/full_deadliest-warrior-ancient-combat_38AmericaFront.jpg,Deadliest Warrior: Ancient Combat,PS3,Fighting,Unknown,"Pipeworks Software, Inc.",,0.04,0.04,,,0,2012-04-17, +/games/boxart/9480455ccc.jpg,Deadly Arts,N64,Fighting,Konami,Konami Computer Entertainment Osaka,,0.04,0.03,,0.01,0,1998-10-07, +/games/boxart/full_5142001AmericaFrontccc.jpg,Under Night In-Birth Exe:Latest,PS4,Fighting,Aksys Games,Arc System Works,,0.04,0.01,0.03,,0,2018-02-09,2018-09-20 +/games/boxart/full_7324543JapanFrontccc.jpg,King of Fighters: Maximum Impact Regulation A,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,,0.04,,,2007-07-26, +/games/boxart/full_1867642PALFrontccc.jpg,JoJo's Bizarre Adventure: Eyes of Heaven,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2016-06-28,2018-06-03 +/games/boxart/full_phantom-breaker_976JapanFront.jpg,Phantom Breaker,X360,Fighting,SouthPeak Games,Delta Factory,,0.04,0.02,0.02,,0,2012-05-08, +/games/boxart/full_9843540JapanFrontccc.jpg,Daikaijuu Battle: Ultra Coliseum DX - Ultra Senshi Daishuuketsu,Wii,Fighting,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2010-02-25, +/games/boxart/full_6090603AmericaFrontccc.jpg,Arcana Heart 3: Love Max!!!!!,PSV,Fighting,Aksys Games,Examu Inc.,,0.04,0.02,0.02,0,0.01,2014-09-23,2019-04-25 +/games/boxart/6304614ccc.jpg,WarTech: Senko no Ronde,X360,Fighting,Ubisoft,G.Rev,,0.04,0.04,,0,0,2007-05-29, +/games/boxart/full_3850123JapanFrontccc.jpg,The King of Fighters Kyo,PS,Fighting,SNK,SNK Corporation,,0.04,,0.04,,0,1998-08-27, +/games/boxart/full_katekyoo-hitman-reborn-battle-arena_8JapanFront.jpg,Katekyoo Hitman Reborn! Battle Arena,PSP,Fighting,Marvelous Interactive,Ancient,,0.04,,0.04,,,2008-09-18, +/games/boxart/2695910ccc.jpg,Bloody Roar Extreme,XB,Fighting,Hudson Soft,Eighting / Raizing,,0.04,0.03,,0.01,0,2003-05-27, +/games/boxart/full_9524726JapanFrontccc.jpg,Great Battle Full Blast,PSP,Fighting,Namco Bandai Games,Banpresto,,0.04,,0.04,,,2012-03-01,2019-04-25 +/games/boxart/3144066ccc.jpg,Digimon Rumble Arena 2,GC,Fighting,Bandai,Black Ship Games,,0.04,0.03,,0.01,0,2004-09-06, +/games/boxart/full_7675462JapanFrontccc.jpg,One Piece: Great Pirate Colosseum,3DS,Fighting,Namco Bandai Games,Arc System Works,,0.04,,0.04,,,2016-09-21,2018-08-04 +/games/boxart/full_deadliest-warrior-ancient-combat_738AmericaFront.jpg,Deadliest Warrior: Ancient Combat,X360,Fighting,Unknown,"Pipeworks Software, Inc.",,0.04,0.04,,,0,2012-04-17, +/games/boxart/full_natgeo-quiz-wild-life_1AmericaFront.jpg,NatGeo Challenge! Wild Life,Wii,Misc,D3 Publisher,Gusto Games,,0.04,0.03,,0,0,2010-11-09, +/games/boxart/full_7701006AmericaFrontccc.jpg,PopStar Guitar,PS2,Misc,XS Games,Broadsword Interactive,,0.04,0.02,,0.01,0,2008-10-28, +/games/boxart/full_4502480JapanFrontccc.jpg,Clannad,PS2,Adventure,Interchannel,Visual Arts,,0.04,,0.04,,,2006-02-23, +/games/boxart/full_7932925AmericaFrontccc.jpg,Scribblenauts Mega Pack,PS4,Adventure,Warner Bros. Interactive Entertainment,Shiver Games,,0.04,0.03,,,0.01,2018-09-18,2019-02-20 +/games/boxart/full_3935445AmericaFrontccc.jpg,Bratz Kidz,DS,Misc,Game Factory,Neko Entertainment,,0.04,0.03,,0,0,2008-11-18, +/games/boxart/full_6781677JapanFrontccc.jpg,God Eater Off Shot: Lindow-hen Twin Pack & Animation Vol. 2,PS4,Misc,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2015-11-26, +/games/boxart/full_9478522PALFrontccc.jpg,Music Maker: Rockstar,PS2,Misc,Magix,Magix,,0.04,0.02,,0.01,0,2009-08-07, +/games/boxart/full_2654867JapanFrontccc.jpg,"Minna de Jibun no Setsumeisho: B-Kata, A-Kata, AB-Kata, O-Kata",DS,Misc,GungHo,GungHo Works,,0.04,,0.04,,,2008-12-30, +/games/boxart/9719188ccc.gif,Holly Hobbie & Friends,DS,Misc,Majesco,FrontLine Studios,,0.04,0.04,,,0,2007-10-08, +/games/boxart/full_7826763AmericaFrontccc.jpg,Sleepover Party,Wii,Misc,Ubisoft,Ubisoft,,0.04,0.03,,0,0,2010-01-12, +/games/boxart/full_4814519JapanFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,3DS,Misc,Capcom,Capcom,,0.04,,0.04,,,2014-04-17,2018-01-03 +/games/boxart/full_2142992JapanFrontccc.jpg,Famicom Remix Best Choice,3DS,Misc,Nintendo,Nintendo EAD Tokyo,,0.04,,0.04,,,2015-08-27,2018-04-23 +/games/boxart/9772353ccc.jpg,Secret Files: Tunguska,PC,Adventure,The Adventure Company,Fusionsphere Systems / Animation Arts,,0.04,,,0.04,0,2006-10-30, +/games/boxart/full_8113580JapanFrontccc.jpg,Tokimeki Mahjong Paradise: Koi no Tenpai Beat,SAT,Misc,Sonnet,Unknown,,0.04,,0.04,,0,1995-10-20, +/games/boxart/full_10493JapanFrontccc.jpg,Kidou Gekidan Haro Ichiza Gundam Mahjong DS: Oyaji nimo Agarareta koto nai noni!,DS,Misc,Bandai,Microvision,,0.04,,0.04,,,2005-12-29, +/games/boxart/full_doras-big-birthday-adventure_10AmericaFront.jpg,Dora's Big Birthday Adventure,PS2,Misc,2K Play,TBA,,0.04,0.02,,0.01,0,2010-10-26, +/games/boxart/full_2936465PALFrontccc.jpg,Asterix and Obelix XXL2,PS4,Action-Adventure,Microids,Microids,,0.04,,,0.03,0.01,2018-11-29,2019-02-19 +/games/boxart/full_6443253JapanFrontccc.jpg,Diabolik Lovers: Lunatic Parade,PSV,Adventure,Idea Factory,Unknown,,0.04,,0.04,,,2016-02-25,2018-02-07 +/games/boxart/2172617ccc.jpg,Blood Will Tell: Tezuka Osamu's Dororo,PS2,Adventure,Sega,Wow Entertainment,,0.04,0.02,,0.02,0.01,2004-09-21, +/games/boxart/full_5631196AmericaFrontccc.jpg,Coraline,DS,Adventure,D3 Publisher,Art,,0.04,0.04,,0,0,2009-01-27, +/games/boxart/full_7552913AmericaFrontccc.jpg,Scribblenauts Mega Pack,XOne,Adventure,Warner Bros. Interactive Entertainment,Shiver Games,,0.04,0.04,,,0,2018-09-18,2019-02-20 +/games/boxart/full_3902751PALFrontccc.jpg,I'm A Celebrity: Get Me Out of Here!,DS,Misc,Mindscape,Mindscape,,0.04,,,0.04,0,2009-11-20, +/games/boxart/full_5756116JapanFrontccc.jpg,Dream Girl Premier,3DS,Misc,Alchemist,Unknown,,0.04,,0.04,,,2015-11-19, +/games/boxart/full_4416491AmericaFrontccc.jpg,Gitaroo Man Lives!,PSP,Misc,KOEI,iNiS,,0.04,0.03,,0,0,2006-11-14, +/games/boxart/full_ape-escape_383PALFront.jpg,PlayStation Move Ape Escape,PS3,Party,Sony Computer Entertainment,SCE Japan Studio,4,0.04,,,0.03,0.01,2011-07-05,2018-09-16 +/games/boxart/full_7223977AmericaFrontccc.jpg,That's You!,PS4,Party,Sony Interactive Entertainment,Wish Studio,,0.04,0.04,,,0.01,2017-10-24,2018-04-08 +/games/boxart/full_5560244JapanFrontccc.jpg,True Love Story 3,PS2,Simulation,Enterbrain,Enterbrain,,0.04,,0.04,,,2001-04-05, +/games/boxart/full_1283510AmericaFrontccc.jpg,Air Conflicts: Secret Wars,PS4,Simulation,Nighthawk Interactive,Games Farm,,0.04,0.03,,,0.01,2017-04-04,2018-09-20 +/games/boxart/full_4394632AmericaFrontccc.jpg,Hotel Transylvania 3: Monsters Overboard,XOne,Action-Adventure,Outright Games,Torus Games,,0.04,0.04,,,0,2018-07-10,2019-03-24 +/games/boxart/full_753382AmericaFrontccc.jpg,Earthfall,PS4,Action-Adventure,Gearbox Software,Holospark,,0.04,0.03,,,0.01,2018-07-13,2018-05-25 +/games/boxart/full_716758JapanFrontccc.jpg,Doraemon: Shin Nobita no Daimakyou Peko to 5-nin no Tankenta,3DS,Action-Adventure,FuRyu Corporation,FuRyu,,0.04,,0.04,,,2014-03-06,2019-04-23 +/games/boxart/full_7103447PALFrontccc.jpg,Assassin's Creed Chronicles: China,PS4,Action-Adventure,Ubisoft,Climax Studios,,0.04,,,0.03,0.01,2015-04-21,2018-12-30 +/games/boxart/full_973143AmericaFrontccc.jpg,Top Gun,DS,Simulation,Mastiff,InterActive Vision Games,,0.04,0.04,,,0,2006-05-03, +/games/boxart/full_8186751AmericaFrontccc.jpg,Surviving Mars,PS4,Simulation,Maximum Games,Haemimont Games,,0.04,0.03,,,0.01,2018-03-15,2018-03-18 +/games/boxart/full_9259193PALFrontccc.jpg,Farming Simulator 17: Straw Harvest,PC,Simulation,Aerosoft,Creative Mesh,,0.04,,,0.04,0,2017-11-30, +/games/boxart/full_city-life-world-edition_260AmericaFront.jpg,City Life: World Edition,PC,Simulation,CDV Software Entertainment,Monte Cristo Multimedia,,0.04,,,0.04,0,2007-02-09, +/games/boxart/full_demolition-company-gold-edition_325PALFront.jpg,Demolition Company: Gold Edition,PC,Simulation,Unknown,Giants Software,,0.04,,,0.04,,2011-08-04, +/games/boxart/full_galgun_242JapanFront.jpg,Gal Gun,X360,Simulation,Alchemist,Inti Creates,,0.04,,0.04,,,2011-01-27,2018-03-04 +/games/boxart/full_4680652AmericaFrontccc.jpg,My Riding Stables: Life with Horses,PS4,Simulation,TREVA Entertainment,Independent Arts Software GmbH,,0.04,0.03,,,0.01,2018-11-13,2018-08-04 +/games/boxart/full_3803292AmericaFrontccc.jpg,The Sims 2: Pets,PC,Simulation,Electronic Arts,Maxis,,0.04,0.01,,0.02,0,2006-10-17, +/games/boxart/full_8852004AmericaFrontccc.jpg,Pure Farming 2018,PS4,Simulation,Techland,Ice Flames,7,0.04,0.02,,0.01,0.01,2018-03-13,2018-07-19 +/games/boxart/full_5056852AmericaFrontccc.jpg,Dance Dance Revolution Disney Mix,PS,Simulation,Konami,KCE Tokyo Inc,,0.04,0.02,,0.02,0,2001-09-17, +/games/boxart/full_1241635JapanFrontccc.jpg,BeatMania IIDX 16: Empress + Premium Best,PS2,Simulation,Konami,Konami,,0.04,,0.04,,,2009-10-15, +/games/boxart/full_6016843JapanFrontccc.jpg,Watashi no Relaxuma,DS,Simulation,Rocket Company,Rocket Company,,0.04,,0.04,,,2007-04-12, +/games/boxart/full_3387472AmericaFrontccc.jpg,IL-2 Sturmovik: 1946,PC,Simulation,Ubisoft,1C: Maddox Games,,0.04,,,0.04,0,2007-03-13, +/games/boxart/full_1042945AmericaFrontccc.jpg,Fashion Week Jr. Designer,DS,Simulation,505 Games,505 Games,,0.04,0.04,,0,0,2009-06-23, +/games/boxart/full_2128896JapanFrontccc.jpg,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Gakkou-Hen,DS,Simulation,Konami,Konami,,0.04,,0.04,,,2008-03-14, +/games/boxart/1194646ccc.jpg,Heatseeker,PSP,Simulation,Codemasters,IR Gurus,4.8,0.04,0.04,,,0,2007-05-08, +/games/boxart/full_8785538PALFrontccc.jpg,Assassin's Creed Rogue Remastered,XOne,Action-Adventure,Ubisoft,Ubisoft,6,0.04,,,0.03,0,2018-03-20,2018-01-29 +/games/boxart/full_3249573AmericaFrontccc.jpg,Monster Boy and the Cursed Kingdom,NS,Action-Adventure,FDG Entertainment,Game Atelier,8,0.04,0.03,,,0,2018-11-06,2018-12-17 +/games/boxart/full_2710313AmericaFrontccc.jpg,The Persistence,PS4,Action-Adventure,Sony Interactive Entertainment,Firesprite,,0.04,,,0.03,0.01,2018-07-24,2018-09-24 +/games/boxart/full_798746AmericaFrontccc.jpg,Hotel Transylvania 3: Monsters Overboard,PS4,Action-Adventure,Outright Games,Torus Games,,0.04,0.03,,,0.01,2018-07-10,2019-03-24 +/games/boxart/full_631171AmericaFrontccc.jpg,Draglade (JP sales),DS,Fighting,Atlus,Dimps Corporation,,0.04,,0.04,,,2007-12-04, +/games/boxart/full_7687254AmericaFrontccc.jpg,Emergency Room: Real Life Rescues,DS,Simulation,Legacy Interactive,Legacy Interactive,,0.04,0.04,,,0,2009-08-25, +/games/boxart/full_9544247AmericaFrontccc.jpg,The Sims Deluxe,PC,Simulation,Electronic Arts,Maxis,,0.04,0.01,,0.02,0,2002-09-15, +/games/boxart/full_5609165AmericaFrontccc.jpg,The Settlers History Collection,PC,Simulation,Ubisoft,Blue Byte,,0.04,,,0.04,0,2018-11-15,2018-10-31 +/games/boxart/full_durarara-3-way-standoff-alley-_216JapanFront.jpg,Durarara!! 3way Standoff: Alley,PSP,Adventure,Kadokawa Shoten,Kadokawa Games,,0.04,,0.04,,,2011-08-25, +/games/boxart/full_hanaoni-koisomeru-koku-eikyuu-no-shirushi_25JapanFront.jpg,Hanaoni: Koisomeru Koku - Eikyuu no Shirushi,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-03-17, +/games/boxart/full_zac-to-ombra-maboroshi-no-yuuenchi_10JapanFront.jpg,Zac to Ombra: Maboroshi no Yuuenchi,DS,Adventure,Konami,Konami,,0.04,,0.04,,,2010-10-28, +/games/boxart/full_shadow-of-the-colossus_636JapanFront.jpg,Shadow of the Colossus,PS3,Adventure,Sony Computer Entertainment,Bluepoint Games,,0.04,,0.04,,,2011-09-22, +/games/boxart/full_1155589AmericaFrontccc.jpg,Darksiders: Warmastered Edition,XOne,Action-Adventure,THQ Nordic,Kaiko,,0.04,0.04,,,0,2016-11-22,2018-03-31 +/games/boxart/full_1534515AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,WiiU,Action-Adventure,D3Publisher,Way Forward,2.8,0.04,0.02,,0.02,0,2013-12-12,2018-01-22 +/games/boxart/full_836018JapanFrontccc.jpg,Ukiyo no Shishi,PS3,Action-Adventure,Namco Bandai Games,Spike Chunsoft,,0.04,,0.04,,,2015-01-29,2019-04-26 +/games/boxart/full_8018486JapanFrontccc.jpg,Hunter x Hunter: Wonder Adventure,PSP,Action-Adventure,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2012-09-20,2019-04-26 +/games/boxart/full_6327242JapanFrontccc.jpg,b.l.u.e.: Legend of Water,PS,Adventure,Hudson Soft,CAProduction,,0.04,,0.04,,,1998-07-09, +/games/boxart/full_4075542JapanFrontccc.jpg,Super Robot Gakuen,DS,Adventure,Namco Bandai,Banpresto,,0.04,,0.04,,,2009-08-27, +/games/boxart/full_7703504AmericaFrontccc.jpg,Don't Starve: Giant Edition,XOne,Adventure,505 Games,Klei Entertainment,,0.04,0.04,,,0,2018-04-17,2018-01-12 +/games/boxart/full_886337JapanFrontccc.jpg,Time Travelers,3DS,Adventure,Level 5,Level 5,,0.04,,0.04,,,2012-07-12,2019-01-02 +/games/boxart/full_9627873JapanFrontccc.jpg,Aquanaut's Holiday: Kakusareta Kiroku,PS3,Adventure,Sony Computer Entertainment,ArtDink,,0.04,,0.04,,,2008-09-25, +/games/boxart/full_4576251AmericaFrontccc.jpg,True Pinball,PS,Misc,Acclaim Entertainment,Digital Illusions,,0.04,0.02,,0.01,0,1996-09-01, +/games/boxart/full_1635216JapanFrontccc.jpg,Mahjong Taikai,DS,Misc,KOEI,Koei,,0.04,,0.04,,,2004-12-02, +/games/boxart/full_7629147AmericaFrontccc.jpg,Ultimate Game Room,DS,Misc,Majesco,FrontLine Studios,,0.04,0.03,,,0,2009-06-30, +/games/boxart/full_1242947AmericaFrontccc.jpg,Countdown Vampires,PS,Adventure,Bandai,K2 LLC,,0.04,0.02,,0.01,0,2000-08-21, +/games/boxart/full_368837JapanFrontccc.jpg,Hyakka Hyakurou: Sengoku Ninpoujou,PSV,Adventure,D3Publisher,RED Entertainment,,0.04,,0.04,,,2016-02-25,2018-09-22 +/games/boxart/full_5044712JapanFrontccc.jpg,99 no Namida,DS,Adventure,Bandai,Bandai Namco Games,,0.04,,0.04,,,2008-06-05, +/games/boxart/full_9987034JapanFrontccc.jpg,Clannad,PSP,Adventure,Prototype,Visual Arts,,0.04,,0.04,,,2008-05-29, +/games/boxart/full_4648072JapanFrontccc.jpg,Ookami to Koushinryou: Boku to Horo no Ichinen,DS,Adventure,ASCII Media Works,ASCII Media Works,,0.04,,0.04,,,2008-06-26, +/games/boxart/full_1156347AmericaFrontccc.jpg,Herc's Adventures,PS,Adventure,LucasArts,Big Ape Productions,,0.04,0.02,,0.01,0,1997-07-31, +/games/boxart/8569245ccc.jpg,Dreamfall: The Longest Journey,XB,Adventure,Aspyr,Funcom,,0.04,0.03,,0.01,0,2006-04-18, +/games/boxart/full_blue-roses-yousei-to-aoi-hitomi-no-senshitachi_5JapanFront.jpg,Blue Roses: Yousei to Aoi Hitomi no Senshitachi,PSP,Adventure,Nippon Ichi Software,Flight-Plan,,0.04,,0.04,,,2010-09-16, +/games/boxart/full_voodoo-chronicles-first-sign_747AmericaFront.jpg,Voodoo Chronicles: First Sign,PC,Adventure,ValuSoft,ValuSoft,,0.04,0.03,,,0,2011-09-06, +/games/boxart/full_5264828JapanFrontccc.jpg,Hakuouki: Zuisouroku,PS2,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2009-08-27, +/games/boxart/full_4074282AmericaFrontccc.jpg,Punch Line,PS4,Adventure,PQube,5pb. Inc.,,0.04,0.03,,,0.01,2018-10-09, +/games/boxart/9059039ccc.jpg,Harry Potter and the Order of the Phoenix,PC,Adventure,Electronic Arts,EA Games,,0.04,,,0.03,0,2007-06-25, +/games/boxart/2968956ccc.jpg,Harry Potter and the Prisoner of Azkaban,PC,Adventure,Electronic Arts,KnowWonder,,0.04,,,0.03,0,2004-05-25, +/games/boxart/full_1799922JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2.5,DC,Adventure,NEC Interchannel,Cocktail Soft,,0.04,,0.04,,0,2008-06-21, +/games/boxart/full_7991951JapanFrontccc.jpg,Memories Off 6: T-Wave,PS2,Adventure,5pb,5pb. Games,,0.04,,0.04,,,2008-08-21, +/games/boxart/full_2153457AmericaFrontccc.jpg,Story Hour: Fairy Tales,Wii,Adventure,Zoo Digital Publishing,Other Ocean Interactive,,0.04,0.04,,,0,2008-12-28, +/games/boxart/full_8482571AmericaFrontccc.jpg,National Geographic Panda (US sales),DS,Simulation,Namco Bandai,Namco Bandai Games,,0.04,0.04,,0,,2008-11-11, +/games/boxart/full_5921688AmericaFrontccc.jpg,Sushi Go-Round,DS,Simulation,SouthPeak Interactive,Asylum Entertainment,,0.04,0.04,,,0,2010-03-30, +/games/boxart/382226ccc.jpg,Silent Hunter: Wolves of the Pacific,PC,Simulation,Ubisoft,Ubisoft Romania,,0.04,,,0.04,0,2007-03-20, +/games/boxart/full_da-capo-i-ampamp-ii-plus-situation-portable_7JapanFront.jpg,Da Capo I & II Plus Situation Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.04,,0.04,,,2010-10-28, +/games/boxart/full_908143JapanFrontccc.jpg,Simple DS Series Vol. 15: The Kanshikikan 2 - Aratanaru 8-tsu no Jiken wo Touch seyo,DS,Adventure,D3 Publisher,Tomcat System,,0.04,,0.04,,,2007-05-31, +/games/boxart/full_3455372JapanFrontccc.jpg,Chaos;Head Noah,X360,Adventure,5pb,Genterprise,,0.04,,0.04,,,2009-02-26, +/games/boxart/full_4272157JapanFrontccc.jpg,Harukanaru Toki no Naka de 3: Unmei no Meikyuu Aizouban,PSP,Adventure,KOEI,Koei,,0.04,,0.04,,,2009-10-22, +/games/boxart/full_8523551JapanFrontccc.jpg,Detective Conan: Prelude from the Past,PSP,Adventure,Namco Bandai Games,Spike Chunsoft,,0.04,,0.04,,,2012-04-19,2019-01-20 +/games/boxart/full_5846573JapanFrontccc.jpg,Attack on Titan: Escape from Certain Death,3DS,Adventure,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2017-05-11,2019-01-29 +/games/boxart/full_572060JapanFrontccc.jpg,Hakuoki: Shinkai - Hana no Shou,PSV,Adventure,Idea Factory,Design Factory,,0.04,,0.04,,,2016-06-16,2018-09-22 +/games/boxart/full_9566394JapanFrontccc.jpg,Detective Conan: Phantom Rhapsody,3DS,Adventure,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2014-04-17,2019-04-26 +/games/boxart/full_sherlock-holmes-secret-of-the-silver-earring_245AmericaFront.jpg,Sherlock Holmes: Secret of The Silver Earring,Wii,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,,0.04,,,0.03,0,2010-11-23, +/games/boxart/full_csi-fatal-conspiracy_675AmericaFront.jpg,CSI: Fatal Conspiracy,PC,Adventure,Ubisoft,Telltale Games,,0.04,0,,0.03,0.01,2010-10-26, +/games/boxart/full_2649115AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,PS3,Adventure,Telltale Games,Telltale Games,,0.04,0.02,,0.02,0.01,2015-11-17,2019-01-04 +/games/boxart/full_6839267AmericaFrontccc.jpg,Pajama Sam: You are What You Eat From Your Head to Your Feet,PS,Adventure,Infogrames,Runecraft,,0.04,0.02,,0.01,0,2001-12-14, +/games/boxart/9841404ccc.jpg,Teenage Zombies: Invasion of the Alien Brain Thingys,DS,Adventure,Ignition Entertainment,InLight Entertainment,,0.04,0.03,,0,0,2008-04-15, +/games/boxart/full_9043015JapanFrontccc.jpg,Sotsugyou II: Neo Generation,PS,Simulation,Riverhillsoft,Riverhillsoft,,0.04,,0.04,,0,1995-10-27, +/games/boxart/full_771436AmericaFrontccc.jpg,The Sims 4: Spa Day,PC,Simulation,Electronic Arts,Unknown,,0.04,,,0.04,0,2015-07-14, +/games/boxart/full_1724802JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.9,PS3,Simulation,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2016-02-25,2018-06-03 +/games/boxart/6675230ccc.jpg,Echo Night Beyond,PS2,Adventure,Agetec,From Software,,0.04,0.02,,0.01,0,2004-07-27, +/games/boxart/full_suzumiya-haruhi-no-tsuisou_940JapanFront.jpg,Suzumiya Haruhi no Tsuisou,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2011-05-12, +/games/boxart/full_tenshou-gakuen-gekkouroku_6JapanFront.jpg,Tenshou Gakuen Gekkouroku,PS2,Adventure,Asmik Ace Entertainment,Asmik Ace Entertainment,,0.04,,0.04,,,2006-11-22, +/games/boxart/full_1858135AmericaFrontccc.jpg,ABZU,PS4,Adventure,505 Games,Giant Squid Studios,,0.04,0.03,,,0.01,2017-01-31,2018-08-01 +/games/boxart/full_9921812JapanFrontccc.jpg,Kisuato,PSV,Adventure,TGL,TGL,,0.04,,0.04,,,2015-11-26,2018-09-22 +/games/boxart/full_3415581JapanFrontccc.jpg,Imabikisou,PS3,Adventure,Sega,ChunSoft,,0.04,,0.04,,,2007-10-25, +/games/boxart/full_hakuouki-reimeiroku-portable_469JapanFront.jpg,Hakuouki: Reimeiroku Portable,PSP,Adventure,Idea Factory,Otomate,,0.04,,0.04,,,2011-07-28, +/games/boxart/full_1590455JapanFrontccc.jpg,Reco Love: Blue Ocean,PSV,Adventure,Kadokawa Games,Dingo Inc.,,0.04,,0.04,,,2016-10-01,2018-09-22 +/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi-shu-hen_365JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Shu-Hen,PSP,Adventure,Yeti,Yeti,,0.04,,0.04,,,2010-11-25, +/games/boxart/1540698ccc.jpg,RollerCoaster Tycoon,PC,Simulation,Microprose,Chris Sawyer,8.7,0.04,0.02,,0.02,0,1999-03-31, +/games/boxart/full_8189045AmericaFrontccc.jpg,Sid Meier's Railroads!,PC,Simulation,2K Games,Firaxis Games,,0.04,0.01,,0.03,0,2006-10-17, +/games/boxart/full_8824346JapanFrontccc.jpg,Himoutou! Umaru-Chan: Himoutou Ikusei Keikaku,PSV,Simulation,FuRyu Corporation,FuRyu Corporation,,0.04,,0.04,,,2015-12-03,2018-09-22 +/games/boxart/full_3720504AmericaFrontccc.jpg,Zoo Hospital,DS,Simulation,Majesco,Torus Games,,0.04,0.03,,0,0,2007-10-23, +/games/boxart/full_8075824JapanFrontccc.jpg,Ide Yosuke no Mahjong Kazoku,PS,Misc,Seta Corporation,Seta Corporation,,0.04,,0.04,,0,1995-11-03, +/games/boxart/full_9972995JapanFrontccc.jpg,Tokumei Sentai Go-Busters,DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2012-09-27,2019-04-26 +/games/boxart/full_3452632AmericaFrontccc.jpg,SteamWorld Collection,WiiU,Misc,Rising Star Games,Image & Form Games,,0.04,0.03,,0,0,2016-11-15,2018-08-30 +/games/boxart/full_deal-or-no-deal-special-edition_7AmericaFront.jpg,Deal or No Deal: Special Edition,DS,Misc,Zoo Games,Zoo Games,,0.04,0.03,,,0,2010-10-11, +/games/boxart/full_849705AmericaFrontccc.jpg,FunkMaster Flex's Digital Hitz Factory,PS2,Misc,XS Games,Jester Interactive,,0.04,0.02,,0.01,0,2004-07-28, +/games/boxart/full_100-classic-games_924PALFront.jpg,100 Classic Games,DS,Misc,Rondomedia,Easy Interactive,,0.04,,,0.03,0,2011-04-08, +/games/boxart/default.jpg,Negima!? 3-Jikanme ~Koi to Mahou to Sekaiju Densetsu~,PS2,Adventure,Konami,Konami,,0.04,,0.04,,,2006-11-16, +/games/boxart/331676ccc.jpg,Obscure,XB,Adventure,DreamCatcher Interactive,Hydravision Entertainment,,0.04,0.03,,0.01,0,2005-04-06, +/games/boxart/full_6945414JapanFrontccc.jpg,Twilight Syndrome: Kinjiratera Toshi Densetsu,DS,Adventure,Spike,Spike,,0.04,,0.04,,,2008-07-24, +/games/boxart/full_6134956AmericaFrontccc.jpg,The Smurfs,PS,Adventure,Atari,Doki Denki,,0.04,0.02,,0.02,0,1999-12-14, +/games/boxart/full_gummy-bears-mini-golf_977AmericaFront.jpg,Gummy Bears Mini Golf,Wii,Sports,Storm City Games,Beyond Reality,,0.04,0.04,,,0,2010-09-30, +/games/boxart/full_4541759PALFrontccc.jpg,Pro Cycling Manager 2016,PC,Sports,Focus Home Interactive,Cyanide Studio,,0.04,,,0.04,0,2016-06-16,2018-06-30 +/games/boxart/full_6907881AmericaFrontccc.jpg,Real Soccer 2008,DS,Sports,Ubisoft,Gameloft,,0.04,0.03,,0,0,2008-02-05, +/games/boxart/1292926ccc.gif,World Championship Pool 2004,XB,Sports,Jaleco,Blade Interactive,,0.04,0.03,,0.01,0,2003-12-09, +/games/boxart/full_3512128JapanFrontccc.jpg,Derby Tsuku 5: Derby Uma o Tsukurou!,PS2,Sports,Sega,Team Land Ho!,,0.04,,0.04,,,2006-01-19, +/games/boxart/full_jikkyou-powerful-major-league-2009_4JapanFront.jpg,Jikkyou Powerful Major League 2009,Wii,Sports,Konami,PawaPuro Production,,0.04,,0.04,,,2009-04-29, +/games/boxart/full_2574424AmericaFrontccc.jpg,Jane's Hotel,DS,Simulation,Zoo Games,Zoo Games,,0.04,0.03,,,0,2010-05-04, +/games/boxart/full_jojos-fashion-show-design-in-a-dash_8AmericaFront.jpg,Jojo's Fashion Show: Design in a Dash!,DS,Simulation,Ubisoft,GameLab,,0.04,0.04,,,0,2009-01-27, +/games/boxart/full_6688258JapanFrontccc.jpg,To Heart 2 Portable,PSP,Adventure,Aquaplus,Aquaplus,,0.04,,0.04,,,2009-07-30, +/games/boxart/full_5574090JapanFrontccc.jpg,B's-LOG Party♪,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2010-05-20, +/games/boxart/full_4663225AmericaFrontccc.jpg,King Arthur,GC,Adventure,Konami,Krome Studios,6.6,0.04,0.03,,0.01,0,2004-11-18, +/games/boxart/full_tennis-no-oji-sama-dokidoki-survival-sanroku-no-mystic_660JapanFront.jpg,Tennis no Oji-Sama: DokiDoki Survival - Sanroku no Mystic,PS2,Adventure,Konami,WinkySoft,,0.04,,0.04,,,2006-12-21, +/games/boxart/full_4387021JapanFrontccc.jpg,Tomoyo After: It's a Wonderful Life CS Edition,PSP,Adventure,Prototype,Key,,0.04,,0.04,,,2009-02-19, +/games/boxart/full_8700668JapanFrontccc.jpg,Dolly Kanon Dokidoki Tokimeki Himitsu no Ongaku Katsudou Start Desu!!,3DS,Adventure,Happinet,Happinet,,0.04,,0.04,,,2014-11-20,2018-08-03 +/games/boxart/full_4591917JapanFrontccc.jpg,428: Fuusa Sareta Shibuya de,PSP,Adventure,Spike,ChunSoft,,0.04,,0.04,,,2009-09-17, +/games/boxart/full_1418638AmericaFrontccc.jpg,Grey's Anatomy: The Video Game,DS,Adventure,Ubisoft,Longtail Studios,,0.04,0.03,,0.01,0,2009-03-04, +/games/boxart/full_5986906JapanFrontccc.jpg,Thoroughbred Breeder II Plus,PS,Simulation,Hect,Hector,,0.04,,0.04,,0,1995-11-17, +/games/boxart/full_9920239PALFrontccc.jpg,Train Simulator 2016,PC,Simulation,Dovetail Games,Dovetail Games,,0.04,,,0.04,0,2015-09-17,2018-09-22 +/games/boxart/full_4169179AmericaFrontccc.jpg,Darklight Conflict,PS,Simulation,Electronic Arts,Rage Software,,0.04,0.02,,0.01,0,1997-06-30, +/games/boxart/full_6131667JapanFrontccc.jpg,Kawaii Pet to Kurasou! Wan Nyan & Mini Mini Animal,3DS,Simulation,Nippon Columbia,Nippon Columbia,,0.04,,0.04,,,2017-04-06,2018-08-06 +/games/boxart/full_uk-truck-simulator_851PALFront.jpg,UK Truck Simulator,PC,Simulation,Excalibur Publishing,SCS Software,,0.04,,,0.04,,2010-02-19, +/games/boxart/full_265248JapanFrontccc.jpg,Ebikore Photo Kano Kiss,PSV,Simulation,Kadokawa Games,Dingo Inc.,,0.04,,0.04,,,2015-02-05,2019-04-26 +/games/boxart/full_2936585AmericaFrontccc.jpg,Scarface: The World is Yours,PC,Adventure,Sierra Entertainment,Radical Entertainment,,0.04,0.01,,0.02,0,2006-10-08, +/games/boxart/full_clock-zero-shuuen-no-ichibyou-portable_485JapanFront.jpg,Clock Zero: Shuuen no Ichibyou Portable,PSP,Adventure,Idea Factory,Unknown,,0.04,,0.04,,,2011-10-13, +/games/boxart/full_trick-x-logic-season-2_3JapanFront.jpg,Trick x Logic: Season 2,PSP,Adventure,Sony Computer Entertainment,ChunSoft,,0.04,,0.04,,,2010-09-16, +/games/boxart/full_9140184PALFrontccc.jpg,Black Mirror 2,PC,Adventure,DTP Entertainment,Cranberry Production,,0.04,,,0.04,0.01,2009-09-25, +/games/boxart/997688ccc.jpg,Chicken Shoot,GBA,Adventure,Zoo Digital Publishing,Zuxxez,,0.04,0.03,,0.01,0,2005-09-23, +/games/boxart/full_2072954JapanFrontccc.jpg,Uta no Prince-Sama: Repeat Love,PSV,Adventure,Broccoli,Broccoli,,0.04,,0.04,,,2017-01-28,2018-09-22 +/games/boxart/full_2314526JapanFrontccc.jpg,Yahari Game Demo Ore no Seishun Love-Kome wa Machigatteiru. Zoku,PSV,Adventure,5pb,5pb. Inc.,,0.04,,0.04,,,2016-10-27,2018-09-22 +/games/boxart/full_corpse-party-book-of-shadows_672JapanFront.jpg,Corpse Party: Book of Shadows,PSP,Adventure,5pb,Team GrisGris,,0.04,,0.04,,,2011-09-01, +/games/boxart/full_9920360AmericaFrontccc.jpg,The Monkey King: The Legend Begins,Wii,Shooter,UFO Interactive,Starfish,,0.04,0.04,,,0,2008-05-27, +/games/boxart/full_2601159AmericaFrontccc.jpg,Metal Slug 4 & 5,XB,Shooter,SNK Playmore,BrezzaSoft,,0.04,0.03,,0.01,0,2005-08-21, +/games/boxart/full_duke-nukem-trilogy-critical-mass_414AmericaFront.jpg,Duke Nukem Trilogy: Critical Mass,DS,Shooter,Deep Silver,FrontLine Studios,,0.04,0.04,,0,0,2011-06-06, +/games/boxart/full_7058139AmericaFrontccc.jpg,Painkiller: Hell & Damnation,PS3,Shooter,Nordic Games,The Farm 51,,0.04,0.02,,0.02,0.01,2013-08-30,2019-04-25 +/games/boxart/full_545109AmericaFrontccc.jpg,Raid: World War II,PS4,Shooter,505 Games,Lion Game Lion,,0.04,0.04,,,0.01,2017-10-10,2018-08-11 +/games/boxart/7524377ccc.jpg,Doom,PC,Shooter,id Software,id Software,8,0.04,0.04,,0,0,1993-12-10, +/games/boxart/7053177ccc.jpg,Dark Arena,GBA,Shooter,Majesco,Graphic State,6.8,0.04,0.03,,0.01,0,2002-01-18, +/games/boxart/1637825ccc.jpg,Rogue Trooper,PS2,Shooter,Eidos Interactive,Rebellion Developments,,0.04,0.02,,0.02,0.01,2006-05-23, +/games/boxart/full_3708026AmericaFrontccc.jpg,Paws & Claws: Regal Resort,DS,Simulation,THQ,Independent Arts Software,,0.04,0.04,,,0,2010-07-13, +/games/boxart/9376711ccc.gif,Star Trek: Shattered Universe,XB,Simulation,TDK Mediactive,Starsphere Interactive,,0.04,0.03,,0.01,0,2004-01-14, +/games/boxart/full_7922299PALFrontccc.png,Bella Sara 2 - The Magic of Drasilmare,3DS,Simulation,Big Ben Interactive,EKO Software,,0.04,,,0.04,0,2013-11-22,2019-04-25 +/games/boxart/full_igt-slots-lucky-larrys-lobstermania_640AmericaFront.jpg,IGT Slots: Lucky Larry's Lobstermania,PC,Simulation,Masque Publishing,Masque Publishing,,0.04,0.04,,,0,2011-08-22, +/games/boxart/9656304ccc.gif,GoPets: Vacation Island,DS,Simulation,Konami,1st Playable Productions,,0.04,0.03,,,0,2008-03-18, +/games/boxart/full_3440870AmericaFrontccc.jpg,The Movies,PC,Simulation,Lionhead Studios,Lionhead Studios,8.2,0.04,0.01,,0.03,0,2005-11-08, +/games/boxart/full_5219897AmericaFrontccc.jpg,Attack of the Movies 3D,X360,Shooter,Majesco,Panic Button Games Inc.,,0.04,0.04,,,0,2010-05-18, +/games/boxart/full_2641759AmericaFrontccc.jpg,Battle Rage,Wii,Shooter,Destineer,Destan Entertainment,,0.04,0.04,,,0,2009-02-24, +/games/boxart/full_4121305AmericaFrontccc.jpg,Cat Quest,NS,Adventure,PQube,The Gentlebros,,0.04,0.04,,,0,2018-10-09,2020-05-10 +/games/boxart/full_1671965JapanFrontccc.jpg,Haunted Casino,SAT,Adventure,Societa,Societa,,0.04,,0.04,,,1996-09-27, +/games/boxart/full_6046790AmericaFrontccc.jpg,Arctic Tale,Wii,Adventure,DSI Games,Atomic Planet Entertainment,,0.04,0.04,,0,0,2007-10-10, +/games/boxart/full_syk-renshouden-portable_296JapanFront.jpg,S.Y.K Renshouden Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-04-21, +/games/boxart/full_2609390JapanFrontccc.jpg,Cube Creator DX,3DS,Adventure,Arc System Works,Big John Games,,0.04,,0.04,,,2017-04-27,2019-01-20 +/games/boxart/full_9307077AmericaFrontccc.jpg,Here They Lie,PS4,Adventure,Sony Interactive Entertainment,Tangentlemen,,0.04,,,0.03,0.01,2016-10-13,2018-09-24 +/games/boxart/full_jasf-janes-advanced-strike-fighters_115AmericaFront.jpg,JASF: Jane's Advanced Strike Fighters,PC,Simulation,Unknown,Trickstar Games,,0.04,0.02,,0.01,0,2011-10-18, +/games/boxart/full_1704672JapanFrontccc.jpg,A Ressha de Ikou DS,DS,Simulation,ArtDink,ArtDink,,0.04,,0.04,,,2009-04-23, +/games/boxart/full_j-league-pro-striker-2_147JapanFront.jpg,J-League Pro Striker 2,GEN,Sports,Sega,Sega,,0.04,,0.04,,,1994-07-15, +/games/boxart/4772199ccc.gif,Power Play Pool,DS,Sports,Conspiracy Entertainment,System 3,,0.04,0.03,,0,0,2007-10-26, +/games/boxart/full_4076374AmericaFrontccc.jpg,Tennis World Tour,XOne,Sports,Bigben Interactive,Breakpoint Studio,,0.04,0.03,,,0,2018-05-22,2018-09-26 +/games/boxart/6975847ccc.jpg,Surf's Up,PS3,Sports,Ubisoft,Ubisoft Montreal,,0.04,0.03,,0,0,2007-05-30, +/games/boxart/7657034ccc.jpg,Shaun the Sheep,DS,Adventure,D3 Publisher,Art,,0.04,0.04,,0,0,2008-09-23, +/games/boxart/full_6744050AmericaFrontccc.jpg,Zero Escape The Nonary Games,PS4,Adventure,Aksys Games,Spike Chunsoft,,0.04,0.03,0.01,,0.01,2017-03-24,2018-09-19 +/games/boxart/full_4310877JapanFrontccc.jpg,D.C.F.S.: Da Capo Four Seasons,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.04,,0.04,,,2005-12-15, +/games/boxart/full_3996374JapanFrontccc.jpg,Hanayori Danshi: Koi Seyo Onago,DS,Adventure,Konami,Konami,,0.04,,0.04,,,2008-07-10, +/games/boxart/full_3140756AmericaFrontccc.jpg,SD Gundam Force: Showdown!,PS2,Shooter,Bandai,Tom Create,,0.04,0.02,,0.01,0,2004-10-11, +/games/boxart/full_4259210AmericaFrontccc.jpg,RLH: Run Like Hell,XB,Shooter,Interplay,Digital Mayhem,,0.04,0.03,,0.01,0,2003-04-09, +/games/boxart/full_6822093AmericaFrontccc.jpg,Black Clover: Quartet Knights,PS4,Shooter,Bandai Namco Entertainment,Ilinx,,0.04,0.02,0.01,,0,2018-09-14,2018-09-26 +/games/boxart/full_4419093AmericaFrontccc.png,Danganronpa Another Episode: Ultra Despair Girls,PS4,Shooter,NIS America,Spike Chunsoft,,0.04,0.03,0.01,,0.01,2017-06-27,2018-01-03 +/games/boxart/8619065ccc.jpg,Brothers In Arms DS,DS,Shooter,Ubisoft,Gearbox Software,,0.04,0.03,,0,0,2007-06-21, +/games/boxart/full_2774800AmericaFrontccc.jpg,Shadow Warrior (2013),XOne,Shooter,Devolver Digital,Flying Wild Hog,,0.04,,,0.04,0,2014-10-21,2018-11-16 +/games/boxart/full_9252756AmericaFrontccc.jpg,Dead Alliance,XOne,Shooter,Maximum Games,IllFonic,,0.04,0.03,,,0,2017-08-29,2018-09-17 +/games/boxart/full_7898085AmericaFrontccc.jpg,Crypt Killer,PS,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.04,0.02,,0.01,0,1997-02-28, +/games/boxart/default.jpg,Resident Evil: Operation Raccoon City,PC,Shooter,Capcom,Slant Six Games,,0.04,,,0.03,0,2012-05-18, +/games/boxart/full_poed_0AmericaFront.jpg,PO'ed,PS,Shooter,Accolade,Any Channel,,0.04,0.02,,0.01,0,1997-11-17, +/games/boxart/full_4910865AmericaFrontccc.jpg,Operation Warcade,PS4,Shooter,Perpetual,Ivanovich Games,,0.04,0.03,,,0.01,2018-09-04,2018-08-24 +/games/boxart/full_3315681AmericaFrontccc.jpg,Greg Hastings' Tournament Paintball Max'd,DS,Shooter,Activision,Nightlight Studios,,0.04,0.03,,,0,2006-01-31, +/games/boxart/full_3949806AmericaFrontccc.jpg,Little Red Riding Hood's Zombie BBQ,DS,Shooter,Destineer,EnjoyUp Games,,0.04,0.03,,,0,2008-11-06, +/games/boxart/3407055ccc.jpg,Bionicle Heroes,Wii,Shooter,Eidos Interactive,Traveller's Tales,4.7,0.04,0.03,,0,0,2007-04-24, +/games/boxart/6893755ccc.jpg,Halo: Combat Evolved,PC,Shooter,Microsoft Game Studios,Gearbox Software,8.6,0.04,0.02,,0.02,0,2003-09-30, +/games/boxart/full_1881955AmericaFrontccc.jpg,Monster Force,GBA,Shooter,Universal Interactive,Digital Eclipse,,0.04,0.03,,0.01,0,2002-09-29, +/games/boxart/full_216080AmericaFrontccc.jpg,Novastorm,PS,Shooter,Psygnosis,Psygnosis,,0.04,0.02,,0.02,0,1995-10-01, +/games/boxart/full_star-x_242AmericaFront.jpg,Star X,GBA,Shooter,BAM! Entertainment,Graphic State,,0.04,0.03,,0.01,0,2002-04-17, +/games/boxart/full_7773068AmericaFrontccc.jpg,Deer Hunter Reloaded,XOne,Shooter,GameMill Entertainment,GameMill,,0.04,0.04,,,0,2017-10-24, +/games/boxart/full_4561466JapanFrontccc.jpg,Espgaluda II Black Label,X360,Shooter,Cave,Cave,,0.04,,0.04,,,2010-02-25, +/games/boxart/full_4394238JapanFrontccc.jpg,Resident Evil: Umbrella Corps,PS4,Shooter,Capcom,Capcom,,0.04,,0.04,,,2016-06-21,2018-09-04 +/games/boxart/full_3016820AmericaFrontccc.jpg,Painkiller: Hell Wars,XB,Shooter,DreamCatcher Interactive,People Can Fly,,0.04,0.03,,0.01,0,2006-07-24, +/games/boxart/full_8274866AmericaFrontccc.jpg,Enemy Front,X360,Shooter,City Interactive,City Interactive,,0.04,0.02,,0.03,0,2014-06-10,2019-01-03 +/games/boxart/full_2680491AmericaFrontccc.jpg,Operation Flashpoint: Elite,XB,Shooter,Codemasters,Bohemia Interactive,,0.04,0.03,,0.01,0,2005-11-08, +/games/boxart/full_5956056AmericaFrontccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,GC,Shooter,Gotham Games,Pivotal Games,6.9,0.04,0.03,,0.01,0,2004-01-07, +/games/boxart/9110453ccc.jpg,Castle of Shikigami III,Wii,Shooter,Aksys Games,Alfa System,7.2,0.04,0.04,,,0,2008-05-13, +/games/boxart/6509436ccc.jpg,SWAT: Target Liberty,PSP,Shooter,Sierra Entertainment,3G Studios,,0.04,0.03,,0,0,2007-10-16, +/games/boxart/full_4079479AmericaFrontccc.jpg,Twin Strike: Operation Thunder,Wii,Shooter,Zoo Games,NA.P.S. Team SNC,,0.04,0.04,,,0,2008-10-28, +/games/boxart/full_4450226AmericaFrontccc.jpg,Dead Alliance,PS4,Shooter,Maximum Games,IllFonic,,0.04,0.04,,,0.01,2017-08-29,2018-09-17 +/games/boxart/full_7351778AmericaFrontccc.jpg,Wolfenstein,PC,Shooter,Activision,Raven Software,6.5,0.04,0.01,,0.03,0.01,2009-08-18, +/games/boxart/full_8626971AmericaFrontccc.jpg,Deer Hunter Reloaded,PS4,Shooter,GameMill Entertainment,GameMill,,0.04,0.04,,,0.01,2017-10-24, +/games/boxart/full_6252373AmericaFrontccc.jpg,WarJetz,PS2,Shooter,3DO,3DO,,0.04,0.02,,0.02,0.01,2001-06-27, +/games/boxart/full_9360604JapanFrontccc.jpg,Winning Post 7 2012,PSP,Sports,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2012-03-15,2018-12-21 +/games/boxart/full_tiger-woods-pga-tour-golf_764AmericaFront.jpg,Tiger Woods PGA Tour Golf,GBA,Sports,"Destination Software, Inc",Rebellion Developments,,0.04,0.03,,0.01,0,2002-05-29, +/games/boxart/full_2731204AmericaFrontccc.jpg,NHL Blades of Steel 2000,PS,Sports,Konami,Konami,,0.04,0.02,,0.01,0,2000-02-01, +/games/boxart/full_6362329AmericaFrontccc.jpg,Secret Files 2: Puritas Cordis,PC,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.04,,,0.03,0,2009-05-08, +/games/boxart/full_8217339JapanFrontccc.jpg,Harukanaru Toki no Naka de: Maihitoyo,PS2,Adventure,KOEI,Koei,,0.04,,0.04,,,2006-09-21, +/games/boxart/full_hakuouki-zuisouroku-ds_113JapanFront.jpg,Hakuouki: Zuisouroku DS,DS,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-02-17, +/games/boxart/6059528ccc.jpg,Rugby 08,PS2,Sports,Electronic Arts,EA Canada,,0.04,0.02,,0.01,0,2007-07-17, +/games/boxart/full_3860565PALFrontccc.jpg,FIFA 19,PS3,Sports,Electronic Arts,EA Sports,,0.04,,,0.03,0.01,2018-09-28,2018-09-12 +/games/boxart/full_wsc-real-11-world-snooker-championship_827PALFront.jpg,WSC Real 11: World Snooker Championship,X360,Sports,Koch Media,Dark Energy Digital,,0.04,,,0.03,0,2011-04-15, +/games/boxart/full_3126819PALFrontccc.jpg,Don Bradman Cricket 14,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,0.04,,,0.04,0,2015-04-01, +/games/boxart/full_jikkyo-world-soccer-2002_2JapanFront.jpg,Jikkyou World Soccer 2002,PS2,Sports,Konami,Konami,,0.04,,0.04,,,2002-05-16, +/games/boxart/full_6445877AmericaFrontccc.jpg,8 to Glory: The Official Game of the PBR,PS4,Sports,THQ Nordic,Three Gates,,0.04,0.03,,,0.01,2018-10-30,2018-09-30 +/games/boxart/full_north-american-hunting-extravaganza-2_146AmericaFront.jpg,North American Hunting Extravaganza 2,Wii,Sports,Destineer,Arcade Moon,,0.04,0.03,,0,0,2010-10-12, +/games/boxart/1787753ccc.jpg,Mat Hoffman's Pro BMX 2,GC,Sports,Activision,Rainbow Studios,,0.04,0.03,,0.01,0,2002-10-08, +/games/boxart/full_4834874AmericaFrontccc.jpg,Free Running,Wii,Sports,Graffiti,Core Design Ltd.,,0.04,0.02,,0.02,0,2010-04-27, +/games/boxart/1436268ccc.jpg,NHL Hitz Pro,GC,Sports,Midway Games,Next Level Games,,0.04,0.03,,0.01,0,2003-09-25, +/games/boxart/full_8085958JapanFrontccc.jpg,Winning Post World 8,PSV,Sports,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2014-03-27,2019-01-05 +/games/boxart/full_1027469PALFrontccc.jpg,Tour de France 2014,PS4,Sports,Focus Home Interactive,Cyanide Studio,,0.04,,,0.03,0.01,2014-06-20,2018-12-30 +/games/boxart/full_9401268PALFrontccc.jpg,Runaway: A Twist of Fate,PC,Adventure,Focus Home Interactive,Pendulo Studios,,0.04,,,0.04,0.01,2009-11-18, +/games/boxart/1469896ccc.jpg,Mike Tyson Boxing,GBA,Sports,Ubisoft,Virtuacraft,,0.04,0.03,,0.01,0,2002-03-06, +/games/boxart/1346905ccc.jpg,Fisherman's Challenge,PS2,Sports,Konami,Konami,,0.04,0.02,,0.02,0.01,2003-01-19, +/games/boxart/4385571ccc.gif,Super Black Bass Fishing,DS,Sports,Majesco,Starfish,,0.04,0.04,,0,0,2006-03-28, +/games/boxart/full_virtua-tennis-4_960PALFront.jpg,Virtua Tennis 4,PC,Sports,Sega,Sega,,0.04,,,0.03,0.01,2011-06-24, +/games/boxart/full_9993914AmericaFrontccc.jpg,Mutant Football League: Dynasty Edition,XOne,Sports,Nighthawk Interactive,Digital Dreams,,0.04,0.03,,,0,2018-10-30,2018-11-08 +/games/boxart/6197241ccc.jpg,The Hustle: Detroit Streets,PS2,Sports,Activision,Blade Interactive,,0.04,0.02,,0.02,0.01,2006-04-26, +/games/boxart/4316490ccc.jpg,Crushed Baseball,GBA,Sports,Summitsoft,Griptonite Games,,0.04,0.03,,0.01,0,2004-09-06, +/games/boxart/5625425ccc.jpg,Yourself Fitness,PS2,Sports,responDESIGN,"responDESIGN, Inc.",,0.04,0.02,,0.02,0.01,2005-02-02, +/games/boxart/2777162ccc.jpg,FIFA Street 2,DS,Sports,EA Sports BIG,EA Canada,,0.04,0.04,,0,0,2006-02-28, +/games/boxart/full_6173428AmericaFrontccc.jpg,R.B.I. Baseball 2016,PS4,Sports,MLB.com,MLB.com,,0.04,0.04,,,0.01,2016-04-05,2018-06-27 +/games/boxart/full_riding-stables-the-whitakers-present-milton-and-friends_79PALFront.jpg,Riding Stables: The Whitakers present Milton and Friends,3DS,Sports,DTP Entertainment,Koch Media,,0.04,,,0.04,0,2011-10-28, +/games/boxart/full_jerry-rice-and-nitus-dog-football_818AmericaFront.jpg,Jerry Rice and Nitus' Dog Football,Wii,Sports,Tommo,Judo Baby,7,0.04,0.04,,,0,2011-08-16, +/games/boxart/1176873ccc.jpg,Strike Force Bowling,XB,Sports,Crave Entertainment,Lab Rats Games,,0.04,0.03,,0.01,0,2004-05-10, +/games/boxart/default.jpg,Jonah Lomu Rugby Challenge,PC,Sports,Sidhe Interactive,Sidhe Interactive,,0.04,,,0.04,0.01,2011-10-13, +/games/boxart/3934572ccc.jpg,Virtua Tennis 3,X360,Sports,Sega,Sumo Digital,,0.04,0.03,,0.01,0,2007-03-20, +/games/boxart/6458612ccc.jpg,Rapala Trophies,PSP,Sports,Activision,Sand Grain Studios,,0.04,0.04,,,0,2006-09-01, +/games/boxart/full_2875022AmericaFrontccc.jpg,Outlaw Volleyball Remixed,PS2,Sports,Global Star Software,Hypnotix,,0.04,0.02,,0.01,0,2005-05-17, +/games/boxart/full_stoked-big-air-edition_246AmericaFront.jpg,Stoked: Big Air Edition,X360,Sports,Destineer,Bongfish GmbH,8.6,0.04,0.02,,0.02,0,2009-11-23, +/games/boxart/full_9965468AmericaFrontccc.jpg,Stadium Games,GBA,Sports,Ignition Entertainment,Awesome Developments,,0.04,0.03,,0.01,0,2004-11-03, +/games/boxart/full_nippon-daihyou_8JapanFront.jpg,Dramatic Soccer Game: Nippon Daihyou Senshu Ninarou!,PS2,Sports,Enix,Enix,,0.04,,0.04,,,2002-05-23, +/games/boxart/full_summer-challenge-athletics-tournament_837PALFront.jpg,Summer Challenge: Athletics Tournament,PS3,Sports,PQube,DTP Entertainment,,0.04,,,0.03,0.01,2011-09-02, +/games/boxart/1237012ccc.jpg,Without Warning,PS2,Shooter,Capcom,CiRCLE Studio,,0.04,0.02,,0.01,0,2005-11-01, +/games/boxart/full_6237898JapanFrontccc.jpg,Winning Post World 2010,PS3,Sports,KOEI,Koei,,0.04,,0.04,,,2010-04-02, +/games/boxart/full_9182253JapanFrontccc.jpg,The King of Fighters 2002: Unlimited Match,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,,0.04,,,2009-02-26, +/games/boxart/113964ccc.png,Art of Fighting Anthology,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,0.02,,0.02,0.01,2007-05-17, +/games/boxart/full_9830125AmericaFrontccc.jpg,Guilty Gear XX Accent Core,PS2,Fighting,Aksys Games,Arc System Works,,0.04,,0.04,,,2007-09-11, +/games/boxart/full_9910620JapanFrontccc.jpg,Hajime no Ippo: The Fighting! (2014),PS3,Sports,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2014-12-11, +/games/boxart/3484543ccc.jpg,Evolution Skateboarding,GC,Sports,Konami,Konami Computer Entertainment Osaka,4.8,0.04,0.03,,0.01,0,2002-11-17, +/games/boxart/full_6799302AmericaFrontccc.jpg,Nike+ Kinect Training,X360,Sports,Microsoft Studios,Sumo Digital,,0.04,0.02,,0.01,0,2012-10-30,2018-09-29 +/games/boxart/full_6586732AmericaFrontccc.jpg,Doom II,GBA,Shooter,Activision,Torus Games,8.1,0.04,0.03,,0.01,0,2002-10-28, +/games/boxart/9850640ccc.jpg,Prey,PC,Shooter,2K Games,Human Head Studios,8.5,0.04,,,0.04,0,2006-07-11, +/games/boxart/full_8478234AmericaFrontccc.jpg,Metal Slug XX,PSP,Shooter,Atlus,SNK Playmore Corporation,6.9,0.04,0.03,,0,0.01,2010-02-23, +/games/boxart/full_chicken-blaster_434AmericaFront.jpg,Chicken Blaster,DS,Shooter,Zoo Games,FrontLine Studios,,0.04,0.04,,,0,2009-09-15, +/games/boxart/829269ccc.jpg,Point Blank 2,PS,Shooter,Namco,TOSE,,0.04,0.02,,0.02,0,1999-04-30, +/games/boxart/full_7305842JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 33: Fantasy Zone Complete Collection,PS2,Shooter,Sega,M2,,0.04,,0.04,,,2008-09-11, +/games/boxart/full_4819113AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,PC,Shooter,Ubisoft,Ubisoft Paris,7.4,0.04,,,0.04,0,2017-03-07,2018-04-01 +/games/boxart/full_4433458AmericaFrontccc.jpg,C.O.R.E.,DS,Shooter,Graffiti,NoWay Studio,4.4,0.04,0.03,,,0,2009-08-11, +/games/boxart/full_407757AmericaFrontccc.jpg,R.B.I. Baseball 2017,PS4,Sports,MLB.com,MLB.com,,0.04,0.03,,,0.01,2017-03-28,2018-06-25 +/games/boxart/full_9568675JapanFrontccc.jpg,The King of Fighters 2000,PS2,Fighting,Playmore,Playmore Corporation,,0.04,,0.04,,,2002-11-28, +/games/boxart/2168205ccc.jpg,Outlaw Tennis,XB,Sports,Global Star Software,Hypnotix,,0.04,0.03,,0.01,0,2005-07-26, +/games/boxart/full_5695260AmericaFrontccc.jpg,MLB 15: The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.04,0.03,,,0.01,2015-03-31,2018-05-01 +/games/boxart/full_9318942AmericaFrontccc.jpg,World Series Baseball,SAT,Sports,Sega,Sega,,0.04,,0.04,,,1995-01-01, +/games/boxart/4983817ccc.png,FIFA Soccer 2003 (weekly jp sales),PS2,Sports,EA Sports,EA Canada,,0.04,,0.04,,,2002-11-14, +/games/boxart/full_1745940AmericaFrontccc.jpg,High Heat Baseball 2002,PS,Sports,3DO,3DO,,0.04,0.02,,0.02,0,2001-03-14, +/games/boxart/full_greg-hastings-paintball-2_10AmericaFront.jpg,Greg Hastings Paintball 2,PS3,Shooter,Majesco,Super X Studios,,0.04,0.03,,,0,2010-09-14, +/games/boxart/5667725ccc.jpg,SPRay,Wii,Action,Tecmo,EKO System,,0.04,0.04,,,0,2008-12-03, +/games/boxart/2110589ccc.jpg,Red Ninja: End of Honor,PS2,Action,VU Games,Tranji,,0.04,0.02,,0.02,0.01,2005-03-30, +/games/boxart/full_6386261JapanFrontccc.jpg,Naruto Shippuuden: Shinobi Retsuden III,DS,Action,Takara Tomy,Takara Tomy,,0.04,,0.04,,,2009-04-29, +/games/boxart/6286129ccc.jpg,Spy Fiction,PS2,Action,Sammy Corporation,Access Games,,0.04,0.02,,0.02,0.01,2004-08-31, +/games/boxart/full_4605486AmericaFrontccc.jpg,Mafia,PC,Action,Gathering of Developers,Illusion Softworks,9.2,0.04,,,0.04,0,2002-08-28, +/games/boxart/full_3657786AmericaFrontccc.jpg,Monster High: New Ghoul in School,PS3,Action,Little Orbit,Torus Games,,0.04,,,0.04,0.01,2015-10-27,2019-01-19 +/games/boxart/full_6400575JapanFrontccc.jpg,Minna de Wai Wai! Spelunker,NS,Action,Square Enix,Square Enix,,0.04,,0.04,,,2017-04-20,2018-02-04 +/games/boxart/full_5441779AmericaFrontccc.jpg,Candace Kane's Candy Factory,DS,Action,Destineer,Destineer,,0.04,0.04,,,0,2008-12-22, +/games/boxart/3284557ccc.jpg,Backyard Baseball '09,Wii,Sports,Atari,Humongous Entertainment,,0.04,0.04,,,0,2008-06-10, +/games/boxart/full_5100957AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PS3,Fighting,Arc System Works,Arc System Works,,0.04,,0.04,,,2015-06-30,2018-06-03 +/games/boxart/full_8702741AmericaFrontccc.jpg,"Roswell Conspiracies: Aliens, Myths & Legends",PS,Action,Red Storm Entertainment,Red Storm Entertainment,,0.04,0.02,,0.02,0,2001-06-14, +/games/boxart/full_5776748JapanFrontccc.jpg,San-X Land: Theme Park de Asobou!,DS,Action,MTO,MTO,,0.04,,0.04,,,2006-03-30, +/games/boxart/full_7952513JapanFrontccc.jpg,Naruto Shippuuden: Dairansen! Kage Bunsen Emaki,DS,Action,Takara Tomy,Takara Tomy,,0.04,,0.04,,,2008-02-14, +/games/boxart/full_6026438AmericaFrontccc.jpg,Overcooked,XOne,Action,Sold Out,Ghost Town Games,,0.04,0.04,,,0,2016-11-15,2018-06-28 +/games/boxart/full_3378595PALFrontccc.jpg,Anima - Gate of Memories,PS4,Action,PQube,Anima Games Studio,,0.04,0.01,,0.02,0.01,2017-03-21,2018-09-19 +/games/boxart/full_1855668AmericaFrontccc.jpg,Aegis of Earth: Protonovus Assault,PSV,Action,Aksys Games,Acquire,,0.04,0.01,,0.02,0.01,2016-03-15,2018-06-15 +/games/boxart/full_5254073AmericaFrontccc.jpg,Disney Planes Fire & Rescue,Wii,Action,Disney Interactive Studios,Little Orbit,,0.04,0,,0.04,0,2014-11-04,2018-03-31 +/games/boxart/7741528ccc.jpg,Disney's Meet the Robinsons,GC,Action,Disney Interactive Studios,Avalanche Software,,0.04,0.03,,0.01,0,2007-03-27, +/games/boxart/full_972906AmericaFrontccc.jpg,Vikings: Wolves of Midgard,PS4,Action,Kalypso Media,Games Farm,,0.04,0.03,,0.01,0.01,2017-03-28,2018-02-06 +/games/boxart/full_2162002AmericaFrontccc.jpg,Devil May Cry HD Collection,XOne,Action,Capcom,Capcom,,0.04,0.04,,,0,2018-03-13,2018-01-29 +/games/boxart/5740259ccc.gif,No Rules: Get Phat,GBA,Action,TDK Mediactive,Flying Tiger Development,,0.04,0.03,,0.01,0,2001-11-25, +/games/boxart/full_4535062AmericaFrontccc.png,Trine 2: Director's Cut,WiiU,Platform,Frozenbyte,Frozenbyte,7.8,0.04,,,0.04,0,2012-11-18,2018-08-28 +/games/boxart/full_2798459AmericaFrontccc.jpg,Grand Slam,PS,Sports,Virgin Interactive,Burst Studios,,0.04,0.02,,0.02,0,1997-04-30, +/games/boxart/full_5996049PALFrontccc.jpg,Rugby Challenge 3,PS4,Sports,Alternative Software,Wicked Witch Software,,0.04,,,0.04,0.01,2016-04-22,2018-04-18 +/games/boxart/2269207ccc.jpg,FIFA World Cup Germany 2006,DS,Sports,EA Sports,EA Canada,7.3,0.04,0.03,,0,0,2006-04-24, +/games/boxart/5291622ccc.jpg,Adidas Power Soccer,PS,Sports,Psygnosis,Shen Studios,7,0.04,0.02,,0.01,0,1996-08-31, +/games/boxart/full_6492600JapanFrontccc.jpg,Jikkyou Powerful Major League,GC,Sports,Konami,PawaPuro Production,,0.04,,0.04,,0,2006-05-11, +/games/boxart/full_8777205AmericaFrontccc.jpg,Tennis World Tour,PS4,Sports,Bigben Interactive,Breakpoint Studio,,0.04,0.03,0.01,,0.01,2018-05-22,2018-09-26 +/games/boxart/full_9004932AmericaFrontccc.jpg,Myth Makers: Trixie in Toyland,Wii,Platform,Conspiracy Entertainment,Data Design Interactive,,0.04,0.04,,,0,2008-06-24, +/games/boxart/8723534ccc.jpg,Scaler,XB,Platform,Global Star Software,Artificial Mind & Movement,,0.04,0.03,,0.01,0,2004-10-20, +/games/boxart/full_3357062AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,PS3,Action,Little Orbit,Little Orbit,,0.04,,,0.03,0.01,2015-12-01,2018-04-09 +/games/boxart/full_2476152AmericaFrontccc.jpg,The Croods: Prehistoric Party!,3DS,Action,D3Publisher,Torus Games Pty. Ltd.,,0.04,0.01,,0.02,0,2013-03-19,2018-12-14 +/games/boxart/full_5612658AmericaFrontccc.jpg,Resident Evil 5,XOne,Action,Capcom,Capcom,,0.04,0.04,,,0,2016-07-12,2018-09-04 +/games/boxart/full_2081573JapanFrontccc.jpg,Sengoku BASARA Sanada Yukimura-den,PS3,Action,Capcom,Capcom,,0.04,,0.04,,,2016-08-25,2018-06-03 +/games/boxart/full_6688979AmericaFrontccc.jpg,Igor: The Game,DS,Action,Legacy Interactive,Santa Cruz Games,,0.04,0.04,,,0,2008-09-19, +/games/boxart/full_8984132AmericaFrontccc.jpg,Aegis of Earth: Protonovus Assault,PS4,Action,Aksys Games,Acquire,4,0.04,0.03,,0.01,0.01,2016-03-15,2018-06-15 +/games/boxart/full_5760125AmericaFrontccc.jpg,Dead Head Fred,PSP,Action,D3 Publisher,Vicious Cycle,7.6,0.04,0.04,,0,0,2007-08-28, +/games/boxart/full_zombie-daisuki_472JapanFront.jpg,Zombi Daisuki,DS,Action,ChunSoft,ChunSoft,,0.04,,0.04,,,2011-01-20, +/games/boxart/7533441ccc.jpg,The Invincible Iron Man,GBA,Action,Activision,Torus Games Pty. Ltd.,6.4,0.04,0.03,,0.01,0,2002-12-15, +/games/boxart/full_7596256PALFrontccc.jpg,Maken Shao: Demon Sword,PS2,Action,Midas Interactive Entertainment,Atlus Co.,,0.04,,0.04,,,2003-07-26, +/games/boxart/full_6293310AmericaFrontccc.jpg,The Tale of Despereaux,Wii,Platform,Brash Entertainment,Sensory Sweep Studios,,0.04,0.04,,0,0,2008-12-02, +/games/boxart/full_1452753AmericaFrontccc.jpg,Disney's Donald Duck: Goin' Quackers,GC,Platform,Ubisoft,Ubisoft Montreal,,0.04,0.03,,0.01,0,2002-03-25, +/games/boxart/full_3749412AmericaFrontccc.jpg,Aragami,PS4,Action,Maximum Games,Lince Works,,0.04,0.03,,,0.01,2016-10-11,2018-09-17 +/games/boxart/8428550ccc.jpg,The Da Vinci Code,XB,Action,2K Games,Double Helix Games,,0.04,0.03,,0.01,0,2006-05-19, +/games/boxart/full_3934824AmericaFrontccc.jpg,For Honor,PC,Action,Ubisoft,Ubisoft Montreal,,0.04,0.02,,0.02,0,2017-02-14,2018-01-09 +/games/boxart/full_4347782AmericaFrontccc.jpg,The Chase: Felix Meets Felicity,DS,Action,Atari,Razorback Developments,,0.04,0.04,,0,0,2009-01-27, +/games/boxart/full_6025088AmericaFrontccc.jpeg,Gravity Falls: Legend of the Gnome Gemulets,3DS,Action,Ubisoft,Ubisoft,,0.04,0.03,,0,0,2015-10-20,2018-04-26 +/games/boxart/full_6259631AmericaFrontccc.jpg,Saints Row 2,PC,Action,THQ,Volition Inc.,6.6,0.04,,,0.03,0.01,2009-01-05,2018-04-02 +/games/boxart/full_248239AmericaFrontccc.jpg,Headhunter: Redemption,PS2,Action,Sega,Amuze,,0.04,0.02,,0.01,0,2004-09-21, +/games/boxart/full_8518299AmericaFrontccc.jpg,Dead Rising 2,XOne,Action,Capcom,Capcom,,0.04,0.03,,,0,2016-09-27, +/games/boxart/full_9882721PALFrontccc.jpg,Thomas and Friends: Steaming around Sodor,3DS,Action,Avanquest Software,GSP,,0.04,,,0.04,0,2015-10-02,2018-07-30 +/games/boxart/full_4466907AmericaFrontccc.jpg,Astro Boy: The Video Game,PSP,Action,D3 Publisher,iMAGi Studios,7,0.04,0.04,,0,0,2009-10-20, +/games/boxart/full_1915652JapanFrontccc.jpg,Toukiden 2,PS3,Action,Tecmo Koei,Omega Force,,0.04,,0.04,,,2016-07-28,2018-06-03 +/games/boxart/full_all-points-bulletin_3AmericaFront.jpg,All Points Bulletin,PC,Action,Electronic Arts,Realtime Worlds,7,0.04,,,0.03,0.01,2010-06-29, +/games/boxart/full_7856602AmericaFrontccc.jpg,Tom Clancy's HAWX,PC,Action,Ubisoft,Ubisoft Romania,,0.04,,,0.03,0.01,2009-03-03, +/games/boxart/full_394759JapanFrontccc.jpg,Aikatsu Stars! My Special Appeal,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.04,,0.04,,,2016-11-24,2018-08-06 +/games/boxart/full_justice-league-chronicles_6AmericaFront.jpg,Justice League: Chronicles,GBA,Platform,Midway Games,Full Fat,3.5,0.04,0.03,,0.01,0,2003-11-12, +/games/boxart/full_92882AmericaFrontccc.jpg,Paw Patrol on a Roll,XOne,Platform,Outright Games,Outright Games,,0.04,0.04,,,0,2018-10-23,2018-08-07 +/games/boxart/full_5703249PALFrontccc.jpg,INSIDE / LIMBO Double Pack,PS4,Platform,505 Games,Playdead,,0.04,0.04,,,0.01,2017-09-12,2018-08-07 +/games/boxart/full_8695780JapanFrontccc.jpg,Go Go Ackman 3,SNES,Platform,Banpresto,Aspect,,0.04,,0.04,,0,1995-12-15, +/games/boxart/full_chou-gekijoban-keroro-gunsou-gekishin-dragon-warriors-de-arimasu_0JapanFront.jpg,Chou Gekijoban Keroro Gunsou: Gekishin Dragon Warriors de Arimasu!,DS,Action,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2009-02-19, +/games/boxart/6993133ccc.jpg,Danny Phantom: Urban Jungle,DS,Action,THQ,THQ,,0.04,0.04,,,0,2006-09-19, +/games/boxart/full_3782668JapanFrontccc.jpg,World Trigger: Borderless Mission,PSV,Action,Namco Bandai Games,ArtDink,,0.04,,0.04,,,2015-09-17,2018-09-22 +/games/boxart/full_8800372AmericaFrontccc.jpg,Assault Rigs,PS,Action,Psygnosis,Psygnosis,,0.04,0.02,,0.02,0,1996-02-01, +/games/boxart/full_4144165PALFrontccc.jpg,Warriors Orochi 3,XOne,Action,Tecmo Koei,Omega Force,,0.04,0.01,,0.03,0,2014-09-02,2018-06-30 +/games/boxart/full_731536JapanFrontccc.jpg,Doraemon the Movie: Nobita no Nankyoku Kachikochi Daibouken,3DS,Action,FuRyu Corporation,Unknown,,0.04,,0.04,,,2017-03-02,2018-02-10 +/games/boxart/full_1573628JapanFrontccc.jpg,Kuroshitsuji: Phantom & Ghost,DS,Action,Square Enix,Square Enix,,0.04,,0.04,,,2009-03-19, +/games/boxart/full_5523628AmericaFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,Wii,Action,Little Orbit,Little Orbit,,0.04,,,0.03,0,2015-11-03, +/games/boxart/full_2176069AmericaFrontccc.jpg,Sine Mora EX,XOne,Action,THQ Nordic,Digital Reality,,0.04,0.03,,,0,2017-08-08,2018-08-15 +/games/boxart/3891536ccc.jpg,Housekeeping,DS,Action,IE Institute,Unknown,,0.04,,0.04,,,2006-12-07, +/games/boxart/full_9733963JapanFrontccc.jpg,Kikou Heidan J-Phoenix 2,PS2,Action,Takara,Takara,,0.04,,0.04,,,2003-08-28, +/games/boxart/full_9962859JapanFrontccc.jpg,A Good Librarian Like a Good Shepherd: Library Party,PSV,Action,Kaga Create,August,,0.04,,0.04,,,2015-02-12,2018-08-30 +/games/boxart/full_1625512AmericaFrontccc.jpg,Minority Report: Everybody Runs,GBA,Action,Activision,Torus Games,,0.04,0.03,,0.01,0,2002-11-12, +/games/boxart/856783ccc.jpg,Hellboy: The Science of Evil,PSP,Action,Konami,Krome Studios,,0.04,0.04,,0,0,2008-06-24, +/games/boxart/full_7507213JapanFrontccc.jpg,Sengoku Otome: Legend Battle,PSV,Action,Unknown,Unknown,,0.04,,0.04,,,2016-08-25,2018-09-22 +/games/boxart/full_2713093AmericaFrontccc.jpg,Axiom Verge,PS4,Action,Thomas Happ Games,Thomas Happ Games,,0.04,0.03,,,0.01,2015-03-31, +/games/boxart/full_865521AmericaFrontccc.jpg,Yonder: The Cloud Catcher Chronicles,PS4,Action,CokeM Interactive,Prideful Sloth,,0.04,0.03,,,0.01,2017-07-25, +/games/boxart/full_5769570JapanFrontccc.jpg,Gundam Battle Online,DC,Action,Bandai,Bandai,,0.04,,0.04,,0,2001-06-28, +/games/boxart/1561578ccc.jpg,Grand Theft Auto: Vice City,PC,Action,Rockstar Games,Rockstar North,9,0.04,,,0.03,0,2003-05-12,2018-02-03 +/games/boxart/full_178730AmericaFrontccc.jpg,The Sum of All Fears,GBA,Action,Ubisoft,Ubisoft,,0.04,0.03,,0.01,0,2002-11-19, +/games/boxart/3949714ccc.jpg,Super Army War,GBA,Action,Atlus,Atlus Co.,,0.04,0.03,,0.01,0,2005-02-22, +/games/boxart/full_9468808JapanFrontccc.jpg,Wondership Q,PSV,Platform,Cygames,Miracle Positive,,0.04,,0.04,,,2015-11-19,2018-07-05 +/games/boxart/6418122ccc.jpg,Catwoman,GBA,Platform,Electronic Arts,Magic Pockets,6.1,0.04,0.03,,0.01,0,2004-07-20, +/games/boxart/full_636717AmericaFrontccc.jpg,Mega Man X Legacy Collection 1+2,XOne,Platform,Capcom Entertainment,Digital Eclipse Software,,0.04,0.04,,,0,2018-07-24,2018-08-18 +/games/boxart/full_7765684AmericaFrontccc.jpg,Looney Tunes Duck Dodgers Starring: Daffy Duck,N64,Platform,Infogrames,Paradigm Entertainment,,0.04,0.03,,0.01,0,2000-09-16, +/games/boxart/full_2343488AmericaFrontccc.jpg,Superman: Countdown to Apokolips,GBA,Platform,Atari,Mistic Software,,0.04,0.03,,0.01,0,2003-03-26, +/games/boxart/4531483ccc.jpg,Dragon's Lair 3D: Return to the Lair,GC,Platform,Encore,Dragonstone Software,,0.04,0.03,,0.01,0,2002-12-22, +/games/boxart/full_5528680AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,GBA,Platform,Atari,M4 Entertainment,,0.04,0.03,,0.01,0,2003-12-02, +/games/boxart/full_1357503JapanFrontccc.png,Okami HD,NS,Action,Capcom,Capcom,,0.04,,0.04,,,2018-08-09,2018-03-09 +/games/boxart/full_2395791AmericaFrontccc.jpg,DuckTales: Remastered,X360,Platform,Capcom,WayForward,,0.04,0.03,,,0,2013-11-12,2019-02-17 +/games/boxart/7224063ccc.jpg,Stolen,PS2,Action,Hip Interactive,Blue 52,,0.04,0.02,,0.01,0,2005-04-21, +/games/boxart/full_4798704AmericaFrontccc.jpg,Dynasty Warriors Vol. 2 (JP sales),PSP,Action,KOEI,Omega Force,,0.04,,0.04,,,2006-10-24, +/games/boxart/2204285ccc.jpg,Hot Potato!,GBA,Action,BAM! Entertainment,Pukka Games,7.7,0.04,0.03,,0.01,0,2001-07-01, +/games/boxart/6057459ccc.jpg,Dragon Ball: Advanced Adventure,GBA,Action,Atari,Dimps Corporation,7.7,0.04,0.03,,0.01,0,2006-06-06, +/games/boxart/full_the-ripping-friends_314AmericaFront.jpg,The Ripping Friends,GBA,Action,THQ,Creations,,0.04,0.03,,0.01,0,2002-03-24, +/games/boxart/full_8927985JapanFrontccc.jpg,Gintama Ranbu,PSV,Action,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2018-01-18,2018-01-24 +/games/boxart/full_1698457AmericaFrontccc.jpg,X-Men Origins: Wolverine - Uncaged Edition,PC,Action,Activision,Raven Software,,0.03,0.02,,0,0,2009-05-01, +/games/boxart/full_7269935AmericaFrontccc.jpg,Past Cure,PS4,Action,Phantom 8 Studio,Phantom 8 Studio,,0.03,0.02,,,0,2018-02-23,2018-01-08 +/games/boxart/default.jpg,Star Wars The Clone Wars: Republic Heroes,PC,Action,LucasArts,Krome Studios,,0.03,,,0.02,0,2009-10-06, +/games/boxart/full_9928524JapanFrontccc.jpg,Angelique Retour,PSV,Action,Tecmo Koei,Unknown,,0.03,,0.03,,,2015-12-17, +/games/boxart/full_2261500JapanFrontccc.jpg,Moyashimon DS,DS,Action,Takara Tomy,Takara Tomy,,0.03,,0.03,,,2009-07-23, +/games/boxart/full_6439197AmericaFrontccc.jpg,Disney Planes Fire & Rescue,WiiU,Action,Disney Interactive Studios,Little Orbit,,0.03,0.01,,0.01,0,2014-11-04,2018-03-31 +/games/boxart/full_3371013JapanFrontccc.jpg,Akogare Girls Collection: Wan Nyan Doubutsu Byouin - Suteki na Juui-San ni Narou!,3DS,Action,Nippon Columbia,Nippon Columbia,,0.03,,0.03,,,2015-07-30,2018-08-06 +/games/boxart/full_1203699JapanFrontccc.jpg,Hokuto no Ken: Hokuto Shinken Denshousha no Michi,DS,Action,Spike,Spike,,0.03,,0.03,,,2008-02-14, +/games/boxart/full_1908483AmericaFrontccc.jpg,Young Justice: Legacy,Wii,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.03,,,0.03,0,2013-11-19,2018-11-24 +/games/boxart/full_3037874AmericaFrontccc.jpg,Monster High: New Ghoul in School,X360,Action,Little Orbit,Torus Games,,0.03,,,0.03,0,2015-10-27,2019-01-19 +/games/boxart/full_1184764JapanFrontccc.jpg,Samurai Warriors 2,PS3,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2013-10-24,2019-04-30 +/games/boxart/full_9335073JapanFrontccc.jpg,Chou Ezaru wa Akai Hana: Koi wa Tsuki ni Shirube Kareru,PSV,Action,Dramatic Create,Unknown,,0.03,,0.03,,,2016-06-23, +/games/boxart/full_2310315AmericaFrontccc.jpg,Yonder: The Cloud Catcher Chronicles,NS,Action,Merge Games,Prideful Sloth,,0.03,0.02,,0,0,2018-06-12,2018-03-18 +/games/boxart/full_biohazard-revival-selection_113JapanFront.jpg,Biohazard: Revival Selection,X360,Action,Capcom,Capcom,,0.03,,0.03,,,2011-09-08, +/games/boxart/full_8890310PALFrontccc.jpg,Dynasty Warriors 8: Empires,PSV,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2015-11-26,2018-02-09 +/games/boxart/full_max-payne_116AmericaFront.jpg,Max Payne,GBA,Action,Rockstar Games,Mobius Entertainment,7.8,0.03,0.02,,0.01,0,2003-12-18, +/games/boxart/full_7442788JapanFrontccc.jpg,Gintama: Banji Oku Chuubu!,Wii,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-10-25, +/games/boxart/full_7963819JapanFrontccc.jpg,Crows: Burning Edge,PS4,Action,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2016-10-27,2018-09-20 +/games/boxart/full_evangelion-shin-gekijoban-sound-impact_63JapanFront.jpg,Evangelion Shin Gekijoban: 3nd Impact,PSP,Action,Namco Bandai,Grasshopper Manufacture,,0.03,,0.03,,,2011-09-29, +/games/boxart/full_9667177AmericaFrontccc.jpg,Geometry Wars 3: Dimensions Evolved,PS4,Action,Activision,Unknown,,0.03,0.02,,,0.01,2016-10-11, +/games/boxart/full_3073298JapanFrontccc.jpg,Kidou Senshi V Gundam,SNES,Action,Bandai,Bandai,,0.03,,0.03,,,1994-03-11, +/games/boxart/full_onechanbara-z-kagura_323JapanFront.jpg,Onechanbara Z: Kagura,X360,Action,D3 Publisher,D3,,0.03,,0.03,,,2012-01-19, +/games/boxart/full_5868563AmericaFrontccc.jpg,Buffy the Vampire Slayer: Chaos Bleeds,GC,Action,VU Games,Eurocom Entertainment Software,,0.03,0.02,,0.01,0,2003-08-28, +/games/boxart/full_3461344JapanFrontccc.jpg,River City Ransom SP,3DS,Action,Arc System Works,Technos Japan Corporation,,0.03,,0.03,,,2016-10-27,2018-04-24 +/games/boxart/9431742ccc.jpg,Jet Grind Radio,GBA,Action,THQ,Vicarious Visions,7.1,0.03,0.02,,0.01,0,2003-06-26, +/games/boxart/full_121534AmericaFrontccc.jpg,My Frogger: Toy Trials,DS,Action,Konami,Konami,,0.03,0.02,,,0,2006-11-13, +/games/boxart/full_strike-witches-aoi-no-dengekisen-shin-taichou-funtousuru_1JapanFront.jpg,Strike Witches: Aoi no Dengekisen - Shin Taichou Funtousuru!,DS,Action,Russel,Russel,,0.03,,0.03,,,2009-11-26, +/games/boxart/1875064ccc.jpg,Under the Skin,PS2,Action,Capcom,Capcom Production Studio 4,,0.03,0.01,,0.01,0,2004-10-12, +/games/boxart/full_2807968AmericaFrontccc.jpg,Super Duper Sumos,GBA,Action,Midway Games,Handheld Games,,0.03,0.02,,0.01,0,2003-10-26, +/games/boxart/full_483856JapanFrontccc.jpg,The Last Guy,PS3,Action,Sony Computer Entertainment,SCE Japan Studio,,0.03,,0.03,,,2008-08-28,2018-09-16 +/games/boxart/full_1882213AmericaFrontccc.jpg,This War of Mine,PS4,Action,11 bit studios,11 bit studios,,0.03,,,0.02,0,2016-01-29, +/games/boxart/2173348ccc.jpg,Nacho Libre,DS,Action,Majesco,BudCat Creations,,0.03,0.03,,0,0,2006-10-26, +/games/boxart/full_2800945AmericaFrontccc.jpg,Zoboomafoo: Leapin' Lemurs!,PS,Action,Encore,Big Grub,,0.03,0.02,,0.01,0,2001-10-07, +/games/boxart/full_5175390AmericaFrontccc.jpg,Troll and I,PS4,Action,Maximum Games,Spiral House,,0.03,0.02,,,0.01,2017-03-21,2018-08-20 +/games/boxart/full_4848705AmericaFrontccc.jpg,Carmageddon: Max Damage,XOne,Action,Stainless Games,Stainless Games,,0.03,0.02,,0.01,0,2017-01-01, +/games/boxart/full_4812757AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PC,Action,Electronic Arts,EA Bright Light Productions,,0.03,,,0.03,0,2009-06-30, +/games/boxart/full_7465723AmericaFrontccc.jpg,Ben 10 (2017),XOne,Action,Outright Games,Torus Games,,0.03,0.02,,,0,2017-11-14,2019-01-21 +/games/boxart/full_kaizoku-sentai-gokaiger-atsumete-henshin-35-sentai_790JapanFront.jpg,Kaizoku Sentai Gokaiger: Atsumete Henshin! 35 Sentai!,DS,Action,Namco Bandai,Namco Bandai,,0.03,,0.03,,,2011-11-17, +/games/boxart/full_9488861JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.1,PS3,Action,Namco Bandai Games,Unknown,,0.03,,0.03,,,2015-04-23, +/games/boxart/full_2925564AmericaFrontccc.jpg,Bully: Scholarship Edition,PC,Action,Rockstar Games,Rockstar Vancouver/Mad Doc Software,6.6,0.03,0,,0.02,0,2008-10-21, +/games/boxart/full_4577346JapanFrontccc.jpg,Soul Eater: Battle Resonance,PSP,Action,Namco Bandai,Bec,,0.03,,0.03,,,2009-01-29, +/games/boxart/full_245257JapanFrontccc.jpg,The Great Battle Gaiden 2: Matsuri da Wasshoi,SNES,Action,Banpresto,Banpresto,,0.03,,0.03,,,1994-01-28, +/games/boxart/full_3017143JapanFrontccc.jpg,Evangelion: Jo,PS2,Action,Namco Bandai,Bec,,0.03,,0.03,,,2009-06-04, +/games/boxart/full_6011126JapanFrontccc.jpg,Ganbare Goemon: Toukai Douchuu Ooedo Tengurigaeshi no Maki,DS,Action,Konami,Konami,,0.03,,0.03,,,2005-06-23, +/games/boxart/7171732ccc.jpg,"Princess Natasha: Student, Secret Agent, Princess",DS,Action,DSI Games,Frame Studios Interactive,,0.03,0.03,,,0,2006-10-03, +/games/boxart/full_8105942JapanFrontccc.jpg,Kabu Trader Shun,DS,Action,Capcom,Capcom,,0.03,,0.03,,,2007-06-07, +/games/boxart/full_7897795AmericaFrontccc.jpg,Poy Poy,PS,Action,Konami,Konami Computer Entertainment Tokyo,,0.03,0.01,,0.01,0,1997-09-30, +/games/boxart/full_8753467AmericaFrontccc.jpg,Grid Runner,PS,Action,Virgin Interactive,Radical Entertainment,,0.03,0.02,,0.01,0,1996-10-31, +/games/boxart/full_9227842JapanFrontccc.jpg,Utawarerumono Zan,PS4,Action,Aquaplus,Tamsoft,,0.03,,0.03,,,2018-09-27,2018-08-18 +/games/boxart/full_6524911AmericaFrontccc.jpg,Charlie Blasts Territory,N64,Action,Kemco,Realtime Associates,5.9,0.03,0.02,,0.01,0,1999-04-30, +/games/boxart/full_7199700AmericaFrontccc.jpg,Boot Camp Academy,Wii,Action,Zoo Games,Ubisoft,,0.03,0.03,,,0,2010-05-20, +/games/boxart/3314456ccc.jpg,Downstream Panic!,PSP,Action,Atari,EKO,,0.03,0.03,,,0,2008-02-05, +/games/boxart/576599ccc.gif,Pet Alien: An Intergalactic Puzzlepalooza,DS,Action,Game Factory,Unknown,,0.03,0.03,,0,0,2007-08-28, +/games/boxart/full_5110309JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Ore ga Boss! Saikyou Family Taisen,DS,Action,Takara Tomy,Takara Tomy,,0.03,,0.03,,,2009-12-17, +/games/boxart/full_star-wars-the-force-unleashed-ii_794AmericaFront.jpg,Star Wars: The Force Unleashed II,PC,Action,LucasArts,LucasArts,6.2,0.03,0.03,,,0,2010-10-26, +/games/boxart/full_5996525AmericaFrontccc.jpg,Kung Fu Panda: Legendary Warriors,DS,Action,Activision,Artificial Mind and Movement,,0.03,0.02,,0,0,2008-11-05, +/games/boxart/full_9744796AmericaFrontccc.jpg,Curious George,XB,Action,Namco,Monkey Bar Games,,0.03,0.02,,0.01,0,2006-02-01, +/games/boxart/full_7819387AmericaFrontccc.jpg,The Lost Child,PS4,Action,NIS America,Crim,,0.03,0.01,0.01,,0,2018-06-19,2018-09-20 +/games/boxart/full_4603292AmericaFrontccc.jpg,Planet of the Apes,GBA,Action,Ubisoft,Torus Games,,0.03,0.02,,0.01,0,2001-11-30, +/games/boxart/full_2566229JapanFrontccc.jpg,Shinsei Batteki Drive Girls,PSV,Action,Aksys Games,Bergsala Lightweight,,0.03,0.01,0.01,0,0,2017-09-08, +/games/boxart/full_3382808JapanFrontccc.jpg,Nanashi no Game Me,DS,Action,Square Enix,Square Enix,,0.03,,0.03,,,2009-08-27, +/games/boxart/default.jpg,Treasure Gaust: Gaust Diver Crimson Red / Deep Purple,DS,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-07-05, +/games/boxart/full_7056797AmericaFrontccc.jpg,The Croods: Prehistoric Party!,WiiU,Action,D3Publisher,Torus Games Pty. Ltd.,,0.03,0.01,,0.02,0,2013-03-19,2018-12-14 +/games/boxart/full_7677535PALFrontccc.jpg,Transformers: Devastation,PC,Action,Activision,PlatinumGames,,0.03,,,0.03,0,2015-10-06,2018-04-14 +/games/boxart/full_4818821AmericaFrontccc.jpg,Gekido Advance: Kintaro's Revenge,GBA,Action,"Destination Software, Inc",NA.P.S. Team SNC,7.7,0.03,0.02,,0.01,0,2003-11-25, +/games/boxart/full_6420681JapanFrontccc.jpg,Samurai Warriors: Sanada Maru,PSV,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2016-11-23,2018-07-09 +/games/boxart/full_castlevania-lords-of-shadow-reverie_849AmericaFront.jpg,Castlevania: Lords of Shadow - Reverie,PSN,Action,Konami,Mercury Steam,7,0.03,0.02,,0,0,2011-03-22, +/games/boxart/full_8759522AmericaFrontccc.jpg,Buffy the Vampire Slayer: Wrath of the Darkhul King,GBA,Action,THQ,Natsume,4.6,0.03,0.02,,0.01,0,2003-06-24, +/games/boxart/full_6963538JapanFrontccc.jpg,Diabolik Lovers: Vandead Carnival,PSV,Action,Idea Factory,Idea Factory,,0.03,,0.03,,,2014-12-04,2018-02-21 +/games/boxart/full_1290412PALFrontccc.jpg,Yomawari: Midnight Shadows,PSV,Action,NIS America,Nippon Ichi Software,,0.03,,0.03,0,0,2017-10-24,2018-06-30 +/games/boxart/full_9387602AmericaFrontccc.jpg,Warhammer: The End Times - Vermintide,XOne,Action,Games Workshop,Fatshark,,0.03,0.03,,,0,2016-10-04,2018-08-11 +/games/boxart/full_9936343AmericaFrontccc.jpg,RoadKill,GC,Action,Midway Games,Terminal Reality,7.7,0.03,0.02,,0.01,0,2003-10-30, +/games/boxart/105257ccc.jpg,007: Quantum of Solace,PC,Action,Activision,Beenox,7.1,0.03,0.01,,0.01,0,2008-11-04, +/games/boxart/full_7534638AmericaFrontccc.jpg,Azure Striker Gunvolt: Striker Pack,3DS,Action,Yacht Club Games,Inti Creates,,0.03,,0.03,,,2016-10-04,2018-04-26 +/games/boxart/full_5716394JapanFrontccc.jpg,Bleach DS 4th: Flame Bringer,DS,Action,Sega,Sega,,0.03,,0.03,,,2009-08-06, +/games/boxart/full_6657712JapanFrontccc.jpg,La Corda d'Oro 4,PSV,Action,Tecmo Koei,Unknown,,0.03,,0.03,,,2016-03-10, +/games/boxart/3996412ccc.jpg,Disney's Hide & Sneak,GC,Action,Capcom,Capcom,4.7,0.03,0.03,,0.01,0,2003-11-30, +/games/boxart/full_4584818AmericaFrontccc.jpg,Raw Danger!,PS2,Action,Agetec,Irem Software Engineering,,0.03,0.02,,0.01,0,2007-06-19, +/games/boxart/full_4009500AmericaFrontccc.jpg,Monster Rancher Hop-A-Bout,PS,Action,Tecmo,Tecmo,,0.03,0.02,,0.01,0,2000-12-10, +/games/boxart/full_7501104JapanFrontccc.jpg,Dragon's Dogma Online: Season 2,PS4,Action,Capcom,Unknown,,0.03,,0.03,,,2016-06-30, +/games/boxart/full_saru-get-you-sarusaru-daisakusen_7JapanFront.jpg,Saru! Get You! SaruSaru Daisakusen,PSP,Action,Sony Computer Entertainment,h.a.n.d. Inc.,,0.03,,0.03,,,2007-07-26,2018-09-18 +/games/boxart/full_7823280JapanFrontccc.jpg,Toriko: Ultimate Survival,3DS,Action,Namco Bandai Games,Natsume Atari,,0.03,,0.03,,,2013-11-28,2019-04-26 +/games/boxart/full_9793832AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,PC,Action,Ubisoft,Ubisoft Montreal,,0.03,,,0.03,0,2010-05-18, +/games/boxart/full_5280290AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,X360,Action,Little Orbit,Little Orbit,,0.03,,,0.03,0,2015-12-01,2018-04-09 +/games/boxart/full_4765206AmericaFrontccc.jpg,Top Gun: Hard Lock,PS3,Action,505 Games,Headstrong Games,,0.03,,,0.03,0.01,2012-03-06,2019-01-03 +/games/boxart/1860161ccc.jpg,Dance Factory,PS2,Action,Codemasters,Unknown,,0.03,0.02,,0.01,0,2006-08-29, +/games/boxart/3201942ccc.jpg,DragonHeart: Fire & Steel,PS,Action,Acclaim Entertainment,Funcom,,0.03,0.02,,0.01,0,1996-11-30, +/games/boxart/full_7436899AmericaFrontccc.jpg,Super Dungeon Bros,PS4,Action,Wired Productions,React Games,,0.03,0.02,,,0.01,2016-11-01,2018-09-16 +/games/boxart/full_playmobil-top-agents_9PALFront.jpg,Playmobil Top Agents,DS,Action,Unknown,Morgen Studios,,0.03,,,0.03,0,2020-12-31, +/games/boxart/full_7474873JapanFrontccc.jpg,Fullmetal Alchemist: Brotherhood,PSP,Action,Unknown,Bec,,0.03,,0.03,,,, +/games/boxart/full_5422164JapanFrontccc.jpg,Phantasy Star Online 2: Episode 3 Deluxe Package,PSV,Action,Sega,Unknown,,0.03,,0.03,,,2015-03-19, +/games/boxart/full_652267AmericaFrontccc.jpg,Aegis of Earth: Protonovus Assault,PS3,Action,Aksys Games,Acquire,,0.03,0.02,,0.01,0.01,2016-03-15,2018-06-15 +/games/boxart/full_3166757AmericaFrontccc.jpg,Overlord II,PC,Action,Codemasters,Triumph Studios,,0.03,,,0.03,0,2009-06-23, +/games/boxart/full_1092921JapanFrontccc.jpg,Berserk and the Band of the Hawk,PSV,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2016-10-27,2018-04-21 +/games/boxart/full_3805127JapanFrontccc.png,Cyber Troopers: Virtual On x Toaru Majutsu no Index: Toaru Majutsu no Dennou Senki,PS4,Action,Sega,Sega CS3,,0.03,,0.03,,,2018-02-15,2018-02-26 +/games/boxart/full_987625AmericaFrontccc.jpg,Asterix & Obelix: Kick Buttix,PS2,Action,Atari,Etranges Libellules,,0.03,0.02,,0.01,0,2004-09-14, +/games/boxart/6244206ccc.jpg,Code Lyoko: Quest for Infinity,PSP,Action,Game Factory,Neko Entertainment,,0.03,0.03,,,0,2008-07-21, +/games/boxart/full_5173182JapanFrontccc.jpg,Kekkaishi: Kokubourou Shuurai,DS,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2008-03-20, +/games/boxart/full_2385763AmericaFrontccc.jpg,Galleon: Islands of Mystery,XB,Action,Atlus,Confounding Factor,,0.03,0.02,,0.01,0,2004-08-03, +/games/boxart/full_6859717JapanFrontccc.jpg,Shugo Chara! Amunonijiro Chara Change,DS,Action,Konami,Konami,,0.03,,0.03,,,2008-11-06, +/games/boxart/full_9030503JapanFrontccc.jpg,100% Pascal Sensei: Kanpeki Paint Bombers,3DS,Action,Konami Digital Entertainment,Konami Digital Entertainment,,0.03,,0.03,,,2017-07-13, +/games/boxart/full_4550124AmericaFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,PS4,Action,NIS America,Nippon Ichi Software,,0.03,0.01,0.01,,0,2018-09-18,2018-11-11 +/games/boxart/full_7508273JapanFrontccc.jpg,Shin Sangoku Musou Online: Kamishou Ranbu,PS3,Action,KOEI,Koei,,0.03,,0.03,,,2010-02-18, +/games/boxart/full_9711234AmericaFrontccc.jpg,Raid: World War II,XOne,Shooter,505 Games,Lion Game Lion,,0.03,0.03,,,0,2017-10-10,2018-08-11 +/games/boxart/full_433764AmericaFrontccc.jpg,Red Faction: Guerrilla,PC,Shooter,THQ,Volition Inc.,8.3,0.03,,,0.03,0,2009-09-15,2018-04-02 +/games/boxart/9517065ccc.jpg,Max Payne 2: The Fall of Max Payne,PC,Shooter,Rockstar Games,Remedy Entertainment,9.1,0.03,,,0.02,0,2003-10-14, +/games/boxart/full_9412519AmericaFrontccc.png,Nanotek Warrior,PS,Shooter,Virgin Interactive,Tetragon,,0.03,0.01,,0.01,0,1997-02-28, +/games/boxart/3606811ccc.jpg,World War II Combat: Road To Berlin,XB,Shooter,Groove Games,Direct Action Games,,0.03,0.02,,0.01,0,2006-01-24, +/games/boxart/802800ccc.jpg,Battlefield 2142,PC,Shooter,Electronic Arts,Digital Illusions CE,,0.03,,,0.02,0,2006-10-17, +/games/boxart/full_1779699JapanFrontccc.jpg,Otomedius Gorgeous,X360,Shooter,Konami,Konami,,0.03,,0.03,,,2008-11-20, +/games/boxart/1269901ccc.jpg,Combat Elite: WWII Paratroopers,XB,Shooter,SouthPeak Interactive,BattleBorne,,0.03,0.02,,0.01,0,2005-11-21, +/games/boxart/full_974581AmericaFrontccc.jpg,Lethal Enforcers I & II,PS,Shooter,Konami,Konami,,0.03,0.02,,0.01,0,1997-01-01, +/games/boxart/full_1697630AmericaFrontccc.jpg,BRAHMA Force: The Assault on Beltlogger 9,PS,Shooter,Jaleco,Genki,,0.03,0.02,,0.01,0,1997-04-09, +/games/boxart/full_2136045AmericaFrontccc.jpg,Touhou Kobuto V: Burst Battle,PS4,Shooter,NIS America,CUBETYPE,,0.03,0.02,,,0,2017-10-10,2018-01-04 +/games/boxart/full_9951010AmericaFrontccc.jpg,Greg Hastings' Tournament Paintball Max'd,GBA,Shooter,Activision,Activision Value,2.2,0.03,0.02,,0.01,0,2006-01-31, +/games/boxart/full_3624925PALFrontccc.jpg,Darius II,SAT,Shooter,Taito,Taito Corporation,,0.03,,0.03,,,1996-01-01, +/games/boxart/9737139ccc.jpg,Gotcha Force,GC,Shooter,Capcom,Capcom,5.8,0.03,0.01,0.01,0,0,2003-12-03, +/games/boxart/6816494ccc.jpg,Medal of Honor: Vanguard,PS2,Shooter,Electronic Arts,EA Los Angeles,,0.03,,0.03,,,2007-03-26, +/games/boxart/744400ccc.jpg,Judge Dredd: Dredd Vs Death,PS2,Shooter,Evolved Games,Rebellion Developments,,0.03,0.01,,0.01,0,2005-02-24, +/games/boxart/full_borderlands-game-of-the-year-edition_10AmericaFront.jpg,Borderlands: Game of the Year Edition,PC,Shooter,2K Games,Gearbox Software,,0.03,,,0.02,0.01,2010-10-12, +/games/boxart/full_8531775AmericaFrontccc.jpg,R-Type Delta,PS,Shooter,Irem Software Engineering,Irem Software Engineering,,0.03,0.01,,0.01,0,1999-07-31, +/games/boxart/full_lost-planet-2_1PALFront.jpg,Lost Planet 2,PC,Shooter,Capcom,Capcom,,0.03,,,0.02,0,2010-10-15, +/games/boxart/full_492616PALFrontccc.jpg,Lego City Undercover: The Chase Begins,3DS,Action,Nintendo,TT Fusion,,0.03,,,0.03,0,2013-04-26,2018-08-31 +/games/boxart/full_8280367JapanFrontccc.jpg,Puyo Puyo Chronicle,3DS,Action,Sega,Sonic Team,,0.03,,0.03,,,2016-12-08,2018-07-25 +/games/boxart/full_keshisasu-kun-battle-kas-tival_0JapanFront.jpg,Keshisasu-Kun: Battle Kas-tival,DS,Action,Konami,Konami,,0.03,,0.03,,,2010-07-15, +/games/boxart/full_507971AmericaFrontccc.jpg,Young Justice: Legacy,3DS,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.03,0.03,,,0,2013-11-19,2018-11-24 +/games/boxart/full_5907363AmericaFrontccc.jpg,Pirates: Duels on the High Seas,DS,Action,Oxygen Interactive,Oxygen Studios,,0.03,0.03,,0,0,2009-05-14, +/games/boxart/full_5419861JapanFrontccc.jpg,Bladestorm: Nightmare,PS3,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2015-03-03,2018-05-30 +/games/boxart/full_7786376JapanFrontccc.png,Higurashi no Naku Koro ni Iki,PSV,Action,Kaga Create,Unknown,,0.03,,0.03,,,2015-03-12, +/games/boxart/full_6767876AmericaFrontccc.jpg,InFAMOUS: First Light,PS4,Action,Sony Computer Entertainment,Sucker Punch Productions,,0.03,,,0.03,0,2014-08-26,2018-05-20 +/games/boxart/6058304ccc.jpg,Batman Forever: The Arcade Game,PS,Action,Acclaim Entertainment,Iguana Entertainment,5.2,0.03,0.02,,0.01,0,1996-12-03, +/games/boxart/8215475ccc.jpg,Bounty Hounds,PSP,Action,Namco,XPEC,,0.03,0.03,,,0,2006-09-12, +/games/boxart/6641305ccc.jpg,Care Bears - Care Quest,GBA,Action,Game Factory,Flashpoint Games,,0.03,0.02,,0.01,0,2005-11-15, +/games/boxart/full_1356253JapanFrontccc.jpg,Boboboubo Boubobo: Ougi 87.5 Bakuretsu Hanage Shinken,GBA,Action,Hudson Soft,Hudson Soft,,0.03,,0.03,,0,2002-12-19, +/games/boxart/full_metal-gear-solid-snake-eater-3d_442AmericaFront.jpg,Metal Gear Solid: Snake Eater 3D,3DS,Action,Konami,Konami,7.9,0.03,0.03,,,0,2012-02-21, +/games/boxart/full_3904139AmericaFrontccc.jpg,Sky Dancers,GBA,Action,Crave Entertainment,Crave,,0.03,0.02,,0.01,0,2005-10-31, +/games/boxart/full_14564JapanFrontccc.jpg,Kekkaishi: Kokubourou no Kage,Wii,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-09-27, +/games/boxart/4303547ccc.jpg,"Crouching Tiger, Hidden Dragon",GBA,Action,Ubisoft,Ubisoft,5.9,0.03,0.02,,0.01,0,2005-10-09, +/games/boxart/full_9542621JapanFrontccc.jpg,Samurai Warriors 3Z Special,PSP,Action,Koei Tecmo,Omega Force,,0.03,,0.03,,,2012-02-16,2019-04-26 +/games/boxart/full_the-cursed-crusade_763PALFront.jpg,The Cursed Crusade,PC,Action,Atlus,Kylotonn Entertainment,,0.03,,,0.03,0.01,2011-10-25, +/games/boxart/full_6442674AmericaFrontccc.jpg,Akiba's Beat,PSV,Action,Xseed Games,Acquire,,0.03,0.02,,0,0.01,2017-05-16,2018-08-01 +/games/boxart/full_7778792JapanFrontccc.jpg,Uppers,PSV,Action,Marvelous Entertainment,Bullets,,0.03,,0.03,,,2016-07-14, +/games/boxart/full_3747011JapanFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2016-06-23,2018-11-11 +/games/boxart/full_8159066AmericaFrontccc.jpg,Battle Assault 3 featuring Gundam Seed,PS2,Action,Bandai,Natsume,,0.03,0.02,,0.01,0,2004-12-07, +/games/boxart/full_8873314AmericaFrontccc.jpg,Tomb Raider: Anniversary,PC,Action,Eidos Interactive,Crystal Dynamics,,0.03,,,0.03,0,2007-06-05, +/games/boxart/full_8142620JapanFrontccc.jpg,Attack on Titan 2,PSV,Action,Koei Tecmo,Koei Tecmo Games,,0.03,,0.03,,,2018-03-15,2018-07-30 +/games/boxart/full_8961851PALFrontccc.jpg,Looney Tunes: Galactic Sports,PSV,Action,Sony Computer Entertainment,Virtual Toys,,0.03,,,0.03,0.01,2015-05-22,2018-04-20 +/games/boxart/full_807279AmericaFrontccc.jpg,Code of Princess EX,NS,Action,Nicalis,Studio Saizensen,7.2,0.03,0.02,0.01,,0,2018-07-31,2018-03-08 +/games/boxart/2396986ccc.jpg,Shining Stars,DS,Action,"Destination Software, Inc",Unknown,,0.03,0.03,,,0,2008-06-23, +/games/boxart/full_5755602AmericaFrontccc.jpg,M&Ms Shell Shocked,PS,Action,Berkeley,Simon & Schuster Interactive,,0.03,0.02,,0.01,0,2001-09-30, +/games/boxart/full_5584065PALFrontccc.jpg,Hello Kitty: Roller Rescue,PC,Action,Empire Interactive,XPEC,,0.03,,,0.03,0,2005-09-09, +/games/boxart/full_964781AmericaFrontccc.jpg,Raiden V,PS4,Action,UFO Interactive,Moss,,0.03,0.02,0,,0.01,2017-10-10,2018-04-27 +/games/boxart/full_1429026AmericaFrontccc.jpg,Hitman: Blood Money,PC,Action,Eidos Interactive,IO Interactive,8,0.03,,,0.03,0,2006-05-30, +/games/boxart/full_7054076AmericaFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,3DS,Action,Little Orbit,Little Orbit,,0.03,,,0.03,0,2015-11-03, +/games/boxart/full_6609531AmericaFrontccc.jpg,Beast Quest,XOne,Action-Adventure,Maximum Games,Torus Games,,0.03,0.02,,,0,2018-03-13,2018-01-08 +/games/boxart/full_4251782AmericaFrontccc.jpg,Onimusha: Warlords,PS4,Action-Adventure,Capcom,Capcom,,0.03,,0.03,,,2019-01-15,2018-12-29 +/games/boxart/full_1036749AmericaFrontccc.png,Darksiders: Warmastered Edition,WiiU,Action-Adventure,THQ Nordic,Kaiko,,0.03,0.01,,0.01,0,2017-05-23,2018-03-31 +/games/boxart/full_6471168AmericaFrontccc.jpg,Penguins of Madagascar,WiiU,Action-Adventure,Little Orbit,Little Orbit,,0.03,0.01,,0.02,0,2014-11-25,2018-04-07 +/games/boxart/full_7944546AmericaFrontccc.jpg,Earthfall,XOne,Action-Adventure,Gearbox Software,Holospark,,0.03,0.03,,,0,2018-07-13,2018-05-25 +/games/boxart/full_9236240AmericaFrontccc.png,Power Rangers Super Megaforce,3DS,Action-Adventure,Namco Bandai Games,7thChord,,0.03,0.01,,0.01,0,2014-10-28,2019-01-23 +/games/boxart/full_2846132AmericaFrontccc.jpg,Override: Mech City Brawl,PS4,Action-Adventure,Modus Games,The Balance Inc,,0.03,0.02,,,0.01,2018-12-04,2019-03-28 +/games/boxart/full_5067670AmericaFrontccc.jpg,Battle Engine Aquila,PS2,Shooter,Atari,Lost Toys,,0.03,0.02,,0.01,0,2003-01-19, +/games/boxart/4695096ccc.gif,Special Forces: Nemesis Strike,XB,Shooter,Hip Interactive,Asobo Studio,,0.03,0.03,,0.01,0,2005-03-22, +/games/boxart/full_8068708AmericaFrontccc.jpg,Marines: Modern Urban Combat,Wii,Shooter,Destineer,Destineer,,0.03,0.03,,0,0,2010-01-26, +/games/boxart/full_9984484AmericaFrontccc.jpg,Beast Quest,PS4,Action-Adventure,Maximum Games,Torus Games,,0.03,0.02,,,0.01,2018-03-13,2018-01-08 +/games/boxart/full_9811860JapanFrontccc.jpg,Record of Grancrest War,PS4,Action-Adventure,Bandai Namco Games,Bandai Namco,,0.03,,0.03,,,2018-06-14,2018-06-24 +/games/boxart/full_2338197AmericaFrontccc.jpg,Legends of Chima: Laval's Journey,DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.03,,,0.03,0,2013-08-31,2018-12-03 +/games/boxart/full_1248374PALFrontccc.jpg,Star Trek: The Game,PC,Action-Adventure,Namco Bandai Games,Digital Extremes,,0.03,0,,0.02,0,2013-04-23,2018-10-29 +/games/boxart/full_711324JapanFrontccc.jpg,Ukiyo no Roushi,PSV,Action-Adventure,Spike Chunsoft,Spike Chunsoft,,0.03,,0.03,,,2015-02-11,2019-04-27 +/games/boxart/full_854284AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,PS3,Shooter,Activision,Cauldron,,0.03,0.03,,,0.01,2014-03-26,2018-04-01 +/games/boxart/full_3679974JapanFrontccc.jpg,Mushihimesama Futari Ver 1.5,X360,Shooter,Cave,Cave,,0.03,,0.03,,,2009-11-26, +/games/boxart/full_2490970AmericaFrontccc.jpg,Deer Drive: Legends,3DS,Shooter,Maximum Family Games,Raylight Studios,,0.03,0.03,,,0,2012-05-29,2019-01-21 +/games/boxart/full_4380342JapanFrontccc.jpg,Radiant Silvergun,SAT,Shooter,ESP,"Treasure Co., Ltd.",9,0.03,,0.03,,,1998-07-23, +/games/boxart/full_9471181AmericaFrontccc.jpg,Raven Squad: Operation Hidden Dagger,PC,Shooter,Evolved Games,Atomic Motion,,0.03,0.03,,,0,2009-08-25, +/games/boxart/full_9898523AmericaFrontccc.jpg,Silent Scope,GBA,Shooter,Konami,Konami,,0.03,0.02,,0.01,0,2002-09-04, +/games/boxart/2647632ccc.jpg,S.T.A.L.K.E.R.: Clear Sky,PC,Shooter,Koch Media,GSC Game World,7,0.03,0,,0.03,0,2008-09-15, +/games/boxart/full_504333AmericaFrontccc.jpg,Red Faction II,GC,Shooter,THQ,Cranky Pants Games,8.1,0.03,0.03,,0.01,0,2003-03-31, +/games/boxart/2200140ccc.gif,R-Type III: The Third Lightning,GBA,Shooter,"Destination Software, Inc",Raylight Studios,,0.03,0.02,,0.01,0,2004-03-16, +/games/boxart/8902669ccc.gif,DICE: DNA Integrated Cybernetic Enterprises,PS2,Shooter,Bandai,Natsume,,0.03,0.01,,0.01,0,2005-09-22, +/games/boxart/full_1729631JapanFrontccc.jpg,DeathSmiles II X,X360,Shooter,Cave,Cave,,0.03,,0.03,,,2010-05-27, +/games/boxart/full_43421AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,X360,Shooter,Activision,Cauldron,,0.03,0.02,,,0,2014-03-26,2018-04-01 +/games/boxart/5118776ccc.jpg,Star Wars Jedi Knight: Jedi Academy,PC,Shooter,LucasArts,Raven Software,,0.03,,,0.03,0,2003-09-17, +/games/boxart/full_2742588AmericaFrontccc.jpg,The Sum of All Fears,GC,Shooter,Ubisoft,Red Storm Entertainment,3.2,0.03,0.03,,0.01,0,2003-01-09, +/games/boxart/full_6688246AmericaFrontccc.jpg,PowerSlave,PS,Shooter,Playmates,Lobotomy Software,,0.03,0.02,,0.01,0,1997-02-28, +/games/boxart/full_8687692AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,PC,Shooter,Ubisoft,Techland,,0.03,,,0.03,0,2009-06-30, +/games/boxart/full_super-meat-boy-ultra-edition_37AmericaFront.jpg,Super Meat Boy: Ultra Edition!,PC,Platform,Unknown,Team Meat,,0.03,,,0.02,0.01,2011-04-05, +/games/boxart/full_5442159AmericaFrontccc.jpg,N+,PSP,Platform,Atari,SilverBirch Studios,,0.03,0.03,,,0,2008-08-26, +/games/boxart/full_3425366AmericaFrontccc.jpg,Ratatouille,PC,Platform,THQ,Asobo Studio,6,0.03,0.01,,0.01,0,2007-06-26, +/games/boxart/full_5406030AmericaFrontccc.jpg,Klonoa 2: Dream Champ Tournament,GBA,Platform,Namco,Namco,8.1,0.03,0.02,,0.01,0,2005-02-23, +/games/boxart/full_6179129AmericaFrontccc.jpg,Putty Squad,PSV,Platform,Maximum Games,System 3,,0.03,0.01,,0.01,0.01,2014-04-22,2018-09-17 +/games/boxart/7267092ccc.jpg,Starshot: Space Circus Fever,N64,Platform,Infogrames,Infogrames,5.2,0.03,0.02,,0.01,0,1999-06-30, +/games/boxart/full_6499195AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PSV,Action,Konami Digital Entertainment,Kojima Productions,,0.03,0.03,,0.01,,2012-06-12,2018-03-19 +/games/boxart/2567926ccc.jpg,CT Special Forces,GBA,Action,Hip Interactive,LSP,5.9,0.03,0.02,,0.01,0,2004-01-04, +/games/boxart/5161642ccc.jpg,Dr. Muto,GC,Platform,Midway Games,Midway,7.5,0.03,0.02,,0.01,0,2002-12-17, +/games/boxart/full_699032AmericaFrontccc.jpg,Mega Man X Legacy Collection 1+2,NS,Platform,Capcom,Capcom,,0.03,,0.03,,,2018-07-24,2018-05-27 +/games/boxart/full_5048747JapanFrontccc.jpg,Sayonara Umihara Kawase,3DS,Platform,Natsume,Studio Saizensen,,0.03,,0.03,,,2014-03-20,2019-04-26 +/games/boxart/full_4499128AmericaFrontccc.jpg,Shantae: Half-Genie Hero,PSV,Platform,Xseed Games,Way Forward Technologies,,0.03,0.02,,,0.01,2016-12-20,2018-12-30 +/games/boxart/full_max-ampamp-the-magic-marker_337PALFront.jpg,Max & the Magic Marker,Wii,Platform,Unknown,Press Play,,0.03,,,0.03,0,2011-07-30, +/games/boxart/full_2348323PALFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,PS4,Platform,Activision,Behaviour Interactive,,0.03,,,0.03,0,2015-11-03,2018-04-01 +/games/boxart/3049038ccc.jpg,Earthworm Jim 2,GBA,Platform,Majesco,Super Empire,4.7,0.03,0.02,,0.01,0,2002-05-31, +/games/boxart/full_8026328AmericaFrontccc.jpg,Sabre Wulf,GBA,Platform,THQ,Rare Ltd.,,0.03,0.02,,0.01,0,2004-06-09, +/games/boxart/9834188ccc.jpg,Tork: Prehistoric Punk,XB,Platform,Ubisoft,Tiwak SAS,,0.03,0.02,,0.01,0,2005-01-12, +/games/boxart/full_6895097AmericaFrontccc.jpg,Disney Epic Mickey: The Power of Illusion,3DS,Platform,Disney Interactive Studios,DreamRift,,0.03,0,,0.03,,2012-11-18,2019-04-27 +/games/boxart/full_2854141AmericaFrontccc.jpg,Totally Spies!,GBA,Platform,Atari,Mistic Software,,0.03,0.02,,0.01,0,2005-11-15, +/games/boxart/7021382ccc.jpg,Garfield: A Tale of Two Kitties,DS,Platform,Game Factory,Two Tribes,,0.03,0.03,,0,0,2006-10-17, +/games/boxart/5773616ccc.jpg,Sitting Ducks,GBA,Platform,Hip Interactive,Light and Shadow Productions,,0.03,0.02,,0.01,0,2004-06-29, +/games/boxart/full_2146880AmericaFrontccc.jpg,Salt and Sanctuary,NS,Platform,Leadman Games,Ska Studios,,0.03,0.03,,,0,2018-12-11,2018-08-07 +/games/boxart/full_an-american-tail-fievels-gold-rush_542AmericaFront.jpg,An American Tail: Fievel's Gold Rush,GBA,Platform,Crave Entertainment,Hokus Pokus,,0.03,0.02,,0.01,0,2003-05-02, +/games/boxart/2779287ccc.jpg,James Pond: Codename Robocod,GBA,Platform,Valcon Games,Vectordean,,0.03,0.02,,0.01,0,2005-08-16, +/games/boxart/4193893ccc.jpg,Alienators: Evolution Continues,GBA,Action,Activision,Digital Eclipse,7,0.03,0.03,,0.01,0,2001-11-07, +/games/boxart/full_4329456JapanFrontccc.jpg,OneeChanbara Z Kagura With NoNoNo!,PS3,Action,D3Publisher,D3 Publisher,,0.03,,0.03,,,2013-11-07,2019-04-26 +/games/boxart/full_6901903PALFrontccc.jpg,Flashback,NS,Platform,Maximum Games,Paul Cuisset,,0.03,0.01,,0.02,0,2018-11-20,2019-03-17 +/games/boxart/full_3813791AmericaFrontccc.jpg,de Blob 2,NS,Platform,THQ Nordic,THQ Nordic,,0.03,0.03,,,0,2018-08-28,2018-02-14 +/games/boxart/full_9159952AmericaFrontccc.jpg,The Flintstones: Big Trouble in Bedrock,GBA,Platform,Crave Entertainment,H2O Entertainment,4,0.03,0.02,,0.01,0,2001-12-09, +/games/boxart/full_2826595AmericaFrontccc.jpg,Monsters vs. Aliens,PC,Platform,Activision,Beenox,,0.03,0.01,,0.01,0,2009-03-24, +/games/boxart/full_8252162AmericaFrontccc.jpg,Animaniacs: The Great Edgar Hunt,GC,Platform,Ignition Entertainment,Warthog,,0.03,0.02,,0.01,0,2005-09-18, +/games/boxart/full_2355379AmericaFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,3DS,Platform,Activision,Behaviour Interactive,,0.03,,,0.03,0,2015-11-03,2018-04-01 +/games/boxart/2079424ccc.jpg,Super Monkey Ball Adventure,PS2,Platform,Sega,Traveller's Tales,,0.03,0.01,,0.01,0,2006-08-01, +/games/boxart/full_cid-the-dummy_6AmericaFront.jpg,CID The Dummy,Wii,Platform,O-Games,Twelve Games,,0.03,0.02,,0,0,2009-06-30, +/games/boxart/full_5913503AmericaFrontccc.jpg,Marker Man Adventures,DS,Platform,Majesco,Glyphic Entertainment,,0.03,0.02,,,0,2009-08-18, +/games/boxart/full_6510522AmericaFrontccc.jpg,Rayman 3: Hoodlum Havoc,PC,Platform,Ubisoft,Ubisoft,8.2,0.03,,,0.03,0,2003-03-24, +/games/boxart/full_2113615PALFrontccc.jpg,INSIDE / LIMBO Double Pack,XOne,Platform,505 Games,Playdead,,0.03,0.03,,,0,2017-09-12,2018-08-07 +/games/boxart/4166250ccc.jpg,Disney's Aladdin,GBA,Platform,Capcom,Disney Interactive,5.9,0.03,0.02,,0.01,0,2004-09-28, +/games/boxart/full_popeye-rush-for-spinach_0AmericaFront.jpg,Popeye: Rush for Spinach,GBA,Platform,Namco,Magic Pockets,,0.03,0.02,,0.01,0,2005-04-24, +/games/boxart/7919126ccc.jpg,Wallace & Gromit in Project Zoo,XB,Platform,BAM! Entertainment,Frontier Developments,,0.03,0.02,,0.01,0,2003-10-14, +/games/boxart/full_cid-the-dummy_0AmericaFront.jpg,CID The Dummy,PSP,Platform,O-Games,Twelve Games,,0.03,0.02,,0,0,2009-07-07, +/games/boxart/6210136ccc.jpg,Frogger: Ancient Shadow,XB,Platform,Konami,Hudson Soft,,0.03,0.02,,0.01,0,2005-09-28, +/games/boxart/full_5662940AmericaFrontccc.jpg,OlliOlli: Epic Combo Edition,PS4,Platform,Badland Studio,Roll7,,0.03,0.02,,,0.01,2016-07-26,2018-09-20 +/games/boxart/full_7806278AmericaFrontccc.jpg,The Adventures of Lomax,PS,Platform,Psygnosis,Psygnosis,,0.03,0.01,,0.01,0,1996-10-31, +/games/boxart/full_8172610JapanFrontccc.jpg,Hermie Hopperhead: Scrap Panic,PS,Platform,Sony Computer Entertainment,Yuke's Media Creations,,0.03,,0.02,,0,1995-09-29, +/games/boxart/full_8106054AmericaFrontccc.jpg,Open Season,PS2,Platform,Ubisoft,Ubisoft Montreal,6.4,0.03,0.01,,0.01,0,2006-09-19, +/games/boxart/full_8597641AmericaFrontccc.jpg,Monster Boy and the Cursed Kingdom,PS4,Platform,FDG Entertainment,Game Atelier,,0.03,0.02,,,0,2018-11-06,2018-12-19 +/games/boxart/full_7806632AmericaFrontccc.jpg,Rock 'N' Roll Adventures,Wii,Platform,Conspiracy Entertainment,Data Design Interactive,,0.03,0.02,,,0,2007-10-11, +/games/boxart/full_8010263JapanFrontccc.jpg,Tokushu Houdoubu,PSV,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2012-08-23,2019-05-01 +/games/boxart/full_9062276JapanFrontccc.jpg,Little Busters! Converted Edition,PSV,Visual Novel,Prototype,Prototype,,0.03,,0.03,,,2012-03-22,2019-05-01 +/games/boxart/full_5079840JapanFrontccc.jpg,Jyuzaengi Engetsu Sangokuden 2,PSP,Visual Novel,Idea Factory,RED Entertainment,,0.03,,0.03,,,2014-04-17,2019-05-01 +/games/boxart/full_838274JapanFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PS4,Visual Novel,Sprite,Sprite,,0.03,,0.03,,,2020-08-21,2018-04-07 +/games/boxart/full_3543953JapanFrontccc.jpg,Touch Shot! Love Application,PS3,Visual Novel,Compile Heart,Tamsoft,,0.03,,0.03,,,2012-02-23,2019-05-01 +/games/boxart/full_978821AmericaFrontccc.jpg,Root Letter,PS4,Visual Novel,PQube,Kadokawa Games,,0.03,,0.03,,,2016-11-10,2018-09-20 +/games/boxart/full_9887837AmericaFrontccc.jpg,Steins;Gate Elite,PS4,Visual Novel,Spike Chunsoft,5pb. Inc.,,0.03,,0.03,,,2019-02-19,2018-11-06 +/games/boxart/full_5231918JapanFrontccc.jpg,Wand of Fortune 2 FD: Kimi ni Sasageru Epilogue,PSP,Visual Novel,Idea Factory,Idea Factory,,0.03,,0.03,,,2012-11-22,2019-05-01 +/games/boxart/full_9837086JapanFrontccc.jpg,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,PSV,Visual Novel,ChunSoft,ChunSoft,,0.03,,0.03,,,2012-02-16,2019-05-02 +/games/boxart/full_6626378JapanFrontccc.jpg,Nisekoi: Yomeiri!?,PSV,Visual Novel,Konami Digital Entertainment,Konami,,0.03,,0.03,,,2015-01-01,2019-04-27 +/games/boxart/full_9575323JapanFrontccc.jpg,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,3DS,Visual Novel,ChunSoft,"Chunsoft Co., Ltd.",,0.03,,0.03,,,2012-02-16,2019-04-27 +/games/boxart/full_2624827AmericaFrontccc.jpg,Code: Realize - Bouquet of Rainbows,PS4,Visual Novel,Aksys Games,Idea Factory,,0.03,0.02,,,0.01,2018-03-30,2018-03-02 +/games/boxart/full_7349411JapanFrontccc.jpg,Tiger & Bunny On Air Jack!,PSP,Visual Novel,Namco Bandai Games,Bandai Namco,,0.03,,0.03,,,2012-09-20,2019-05-01 +/games/boxart/full_7115945JapanFrontccc.jpg,Infinite Stratos 2: Ignition Hearts,PS3,Visual Novel,5pb,5pb. Inc.,,0.03,,0.03,,,2014-02-27,2019-05-01 +/games/boxart/full_9920454JapanFrontccc.jpg,Brothers Conflict: Passion Pink,PSP,Visual Novel,Idea Factory,Otomate,,0.03,,0.03,,,2012-05-17,2019-05-01 +/games/boxart/full_7091324JapanFrontccc.jpg,Brothers Conflict: Brilliant Blue,PSP,Visual Novel,Idea Factory,Otomate,,0.03,,0.03,,,2013-09-12,2019-04-27 +/games/boxart/full_379981JapanFrontccc.jpg,"Moshi, Kono Sekai ni Kami-sama ga Iru to suru Naraba.",PSV,Visual Novel,Rejet,Rejet,,0.03,,0.03,,,2016-02-25,2019-04-27 +/games/boxart/full_9137495PALFrontccc.png,Zero Escape: Virtue's Last Reward,3DS,Visual Novel,Aksys Games,Spike Chunsoft,9,0.03,0.03,,,0,2012-10-23,2019-01-23 +/games/boxart/full_9818966JapanFrontccc.jpg,Ren'ai 0 Kilometer,PSP,Visual Novel,Alchemist,ASa Project,,0.03,,0.03,,,2013-01-31,2019-04-27 +/games/boxart/full_1949310JapanFrontccc.jpg,Jyuzaengi: Engetsu Sangokuden,PSP,Visual Novel,Idea Factory,RED Entertainment,,0.03,,0.03,,,2012-05-24,2019-04-27 +/games/boxart/full_633003JapanFrontccc.jpg,Puyo Puyo 7,PSP,Puzzle,Sega,Sega,,0.03,,0.03,,,2009-11-26, +/games/boxart/full_4334034AmericaFrontccc.jpg,Rabbids Land,WiiU,Party,Ubisoft,Ubisoft Paris,6.1,0.03,0.01,,0.01,0,2012-11-18,2020-09-08 +/games/boxart/full_7954760JapanFrontccc.jpg,D.C. III: Da Capo III,PSP,Visual Novel,Kadokawa Games,Circus,,0.03,,0.03,,,2013-02-28,2019-05-01 +/games/boxart/full_7739850JapanFrontccc.jpg,Muv-Luv Alternative: Total Eclipse,PS3,Visual Novel,5pb,MAGES. Inc.,,0.03,,0.03,,,2013-05-16,2019-04-27 +/games/boxart/full_5461853JapanFrontccc.jpg,Oumagatoki: Kaidan Romance,PSP,Visual Novel,Quinrose,QuinRose,,0.03,,0.03,,,2012-03-29,2019-04-27 +/games/boxart/full_7655196JapanFrontccc.jpg,Kamigami no Asobi: Ludere Deorum,PSP,Visual Novel,Broccoli,Nippon Ichi Software,,0.03,,0.03,,,2013-10-24,2019-04-29 +/games/boxart/full_5039283JapanFrontccc.jpg,Harukanaru Toki no Naka de 5: Kazahanaki,PSP,Visual Novel,Tecmo Koei,Tecmo Koei Games,,0.03,,0.03,,,2012-02-23,2019-04-30 +/games/boxart/full_5785464JapanFrontccc.jpg,Amnesia World,PSV,Visual Novel,Idea Factory,Idea Factory,,0.03,,0.03,,,2014-05-22,2019-04-30 +/games/boxart/full_8110614AmericaFrontccc.jpg,Jewel Master: Cradle of Rome,Wii,Puzzle,Destineer,cerasus.media GmbH,,0.03,0.03,,,0,2009-03-31, +/games/boxart/full_sacra-terra-angelic-night_16AmericaFront.jpg,Sacra Terra: Angelic Night,PC,Puzzle,Viva Media,"Viva Media, LLC",,0.03,0.01,,0.02,0.01,2011-10-12, +/games/boxart/full_mahjong-300_643PALFront.jpg,Mahjong 300,DS,Puzzle,Avanquest,Avanquest Software,,0.03,,,0.03,0,2011-09-16, +/games/boxart/full_6776753PALFrontccc.jpg,Crazy Machines,DS,Puzzle,DTP Entertainment,FAKT Software GmBH,,0.03,,,0.03,0,2008-11-01, +/games/boxart/full_8354196AmericaFrontccc.jpg,Mystery Case Files: Ravenhearst,PC,Puzzle,Big Fish Games,Big Fish Games,,0.03,0.01,,0.02,0,2007-01-08, +/games/boxart/4083804ccc.gif,Puyo Pop Fever(us sales),DS,Puzzle,Atlus,Sega,,0.03,0.03,,0,,2005-05-03, +/games/boxart/full_7-wonders-treasures-of-seven_990PALFront.jpg,7 Wonders: Treasures of Seven,DS,Puzzle,Mumbo Jumbo,Avanquest Software,,0.03,0.01,,0.02,0,2011-12-03, +/games/boxart/full_challenge-me-word-puzzles_260AmericaFront.jpg,Challenge Me: Word Puzzles,DS,Puzzle,O-Games,O Games,,0.03,0.03,,0,0,2011-09-27, +/games/boxart/full_7215128AmericaFrontccc.jpg,Super Bomberman R,XOne,Puzzle,Konami Digital Entertainment,HexaDrive,,0.03,0.03,,,0,2018-06-12,2018-09-24 +/games/boxart/8230700ccc.jpg,Bubble Bobble Evolution,PSP,Puzzle,Codemasters,Opus Studio,,0.03,0.03,,0,0,2006-12-19, +/games/boxart/full_2554078PALFrontccc.jpg,Boulder Dash: Rocks!,DS,Puzzle,10TACLE Studios,10tacle Studios AG,,0.03,,,0.03,0,2007-11-23, +/games/boxart/full_4348244AmericaFrontccc.jpg,Super Collapse! II,GBA,Puzzle,Majesco,GameHouse,,0.03,0.02,,0.01,0,2004-03-05, +/games/boxart/full_marble-madness-klax_4AmericaFront.jpg,Marble Madness / Klax,GBA,Puzzle,DSI Games,Frame Studios Interactive,,0.03,0.02,,0.01,0,2005-08-16, +/games/boxart/full_7285404AmericaFrontccc.jpg,Cake Mania: Baker's Challenge,PSP,Puzzle,Destineer,Sandlot Games,,0.03,0.03,,,0,2008-10-23, +/games/boxart/full_7864180PALFrontccc.jpg,Doodle Hex,DS,Puzzle,Unknown,Tragnarion Studios,,0.03,,,0.03,0,2020-12-31, +/games/boxart/full_junior-island-adventure_663AmericaFront.jpg,Junior Island Adventure,DS,Puzzle,Unknown,Maximum Family Games,,0.03,0.03,,,0,2011-09-06, +/games/boxart/full_6157923AmericaFrontccc.jpg,Merv Griffin's Crosswords,DS,Puzzle,ValuSoft,ValuSoft,,0.03,0.03,,,0,2008-11-17, +/games/boxart/full_628063AmericaFrontccc.jpg,Puzzle Challenge: Crosswords and More!,Wii,Puzzle,Crave Entertainment,Supersonic Software,,0.03,0.03,,,0,2009-02-28, +/games/boxart/2470203ccc.jpg,Betty Boop's Double Shift,DS,Puzzle,DSI Games,Black Lantern Studios,,0.03,0.03,,0,0,2007-10-19, +/games/boxart/full_1538305AmericaFrontccc.jpg,Tumblestone,PS4,Puzzle,Nighthawk Interactive,The Quantum Astrophysicists Guild,,0.03,0.02,,,0.01,2016-11-01,2018-04-01 +/games/boxart/full_mystery-trackers-the-void_796PALFront.jpg,Mystery Trackers: The Void,PC,Puzzle,Focus Home Interactive,Focus Multimedia,,0.03,,,0.02,0,2011-12-02, +/games/boxart/full_6359979AmericaFrontccc.jpg,Jig-A-Pix: Wild World,DS,Puzzle,Destineer,Zushi Games Ltd,,0.03,0.03,,0,0,2010-03-04, +/games/boxart/8106504ccc.jpg,Ultimate Block Party,PSP,Puzzle,Conspiracy Entertainment,MagicPot,,0.03,0.03,,0,0,2005-12-13, +/games/boxart/3867785ccc.jpg,Egg Mania: Eggstreme Madness,PS2,Puzzle,Kemco,HotGen Studios,,0.03,0.02,,0.01,0,2002-09-12, +/games/boxart/9375582ccc.jpg,Mojo!,XB,Puzzle,Crave Entertainment,Crave Entertainment,,0.03,0.02,,0.01,0,2003-08-26, +/games/boxart/full_6057328AmericaFrontccc.jpg,Cake Mania: Baker's Challenge,PS2,Puzzle,Destineer,Sandlot Games,,0.03,0.01,,0.01,0,2008-10-17, +/games/boxart/full_heroes-of-hellas-2-olympia_374PALFront.jpg,Heroes of Hellas 2: Olympia,DS,Puzzle,Unknown,Easy Interactive,,0.03,,,0.02,0,2012-01-13, +/games/boxart/full_258255AmericaFrontccc.jpg,HotBrain,PSP,Puzzle,Midway Games,Midway Studios San Diego,,0.03,0.02,,0,0,2007-06-18, +/games/boxart/7832902ccc.jpg,Bookworm,GBA,Puzzle,Majesco,PopCap,6,0.03,0.02,,0.01,0,2004-06-30, +/games/boxart/full_blokus-portable-steambot-championship_344AmericaFront.jpg,Blokus Portable: Steambot Championship,PSP,Puzzle,Majesco,Irem Software Engineering,,0.03,0.03,,0,0,2008-03-03, +/games/boxart/5999694ccc.jpg,Hot Pixel,PSP,Puzzle,Atari,zSlide,5.7,0.03,0.03,,0,0,2007-10-02, +/games/boxart/8638588ccc.gif,Atomic Betty,GBA,Puzzle,Namco,Big Blue Bubble,6,0.03,0.02,,0.01,0,2005-10-25, +/games/boxart/full_5940192PALFrontccc.jpg,Layton's Mystery Journey: Katrielle and The Millionaires' Conspiracy DX,NS,Puzzle,Level 5,Level 5,,0.03,,0.03,,,2019-11-08,2019-07-10 +/games/boxart/3561051ccc.png,World of Goo,PC,Puzzle,Take-Two Interactive,2D Boy,9,0.03,,,0.03,0.01,2008-10-21, +/games/boxart/full_2290730AmericaFrontccc.jpg,Shifting World,3DS,Puzzle,Aksys Games,Nippon Columbia,,0.03,,0.03,,,2012-04-25,2019-04-26 +/games/boxart/full_2033711JapanFrontccc.jpg,Even in a Game Listen to Me Girls. I Am Your Father!,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.03,,0.03,,,2012-04-26,2019-04-26 +/games/boxart/full_9590156JapanFrontccc.jpg,Diabolik Lovers: More Blood,PSP,Visual Novel,Idea Factory,Rejet,,0.03,,0.03,,,2013-10-24,2019-04-26 +/games/boxart/full_7668767JapanFrontccc.jpg,Infinite Stratos 2: Ignition Hearts,PSV,Visual Novel,5pb,5pb. Games,,0.03,,0.03,,,2014-02-27,2019-04-26 +/games/boxart/full_5849951JapanFrontccc.jpg,Toaru Majutsu to Kagaku no Ensemble,PSP,Visual Novel,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2013-02-21,2019-04-27 +/games/boxart/full_7919826PALFrontccc.jpg,Jewel Quest 5: The Sleepless Star,DS,Puzzle,Tulip Games,Engine Software,,0.03,,,0.02,0,2013-10-03,2018-12-28 +/games/boxart/default.jpg,I Heart Geeks,DS,Puzzle,CDV Software Entertainment,SevenOne Intermedia,,0.03,0.02,,,0,2011-12-13, +/games/boxart/1027885ccc.jpg,Napoleon Dynamite: The Game,DS,Puzzle,Crave Entertainment,7 Studios,,0.03,0.02,,,0,2007-10-23, +/games/boxart/full_1399886JapanFrontccc.jpg,Hyakumanton no Bara Bara,PSP,Strategy,Sony Computer Entertainment,Acquire,,0.03,,0.03,,,2010-02-18, +/games/boxart/full_7369999JapanFrontccc.jpg,Nobunaga's Ambition: Tenshouki with Power-Up Kit HD Version,PSV,Strategy,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2015-11-12,2018-07-31 +/games/boxart/full_commander-conquest-of-the-americas_7AmericaFront.jpg,Commander: Conquest of the Americas,PC,Strategy,Paradox Interactive,Nitro Games,,0.03,,,0.02,0,2010-07-30, +/games/boxart/full_6825254AmericaFrontccc.jpg,Star Trek: Tactical Assault,PSP,Strategy,Bethesda Softworks,"Quicksilver Software, Inc.",,0.03,0.02,,0,0,2006-11-14, +/games/boxart/full_1636432AmericaFrontccc.jpg,World of Tanks,X360,Strategy,Wargaming.net,Wargaming West,,0.03,,,0.03,0,2014-02-12,2019-04-27 +/games/boxart/full_6425881AmericaFrontccc.jpg,Warhammer: Mark of Chaos,PC,Strategy,Namco Bandai,Black Hole Entertainment,,0.03,,,0.02,0,2006-11-14, +/games/boxart/default.jpg,Negima!? Dream Tactic Yumemiru Otome Princess,PS2,Strategy,Konami,Konami,,0.03,,0.03,,,2007-04-27, +/games/boxart/full_7797817JapanFrontccc.png,Dynasty Warriors: Godseekers,PSV,Strategy,Tecmo Koei,Omega Force,,0.03,,0.03,,,2017-01-31,2017-12-31 +/games/boxart/full_cossacks-european-wars_5AmericaFront.jpg,Cossacks: European Wars,PC,Strategy,Strategy First,GSC Game World,,0.03,,,0.02,0,2001-04-14, +/games/boxart/2499917ccc.jpg,The Settlers II 10th Anniversary,PC,Strategy,Ubisoft,Blue Byte,,0.03,,,0.02,0,2006-09-22, +/games/boxart/full_sengoku-efuda-yuugi-hototogisu-tairan_6JapanFront.jpg,Sengoku Efuda Yuugi: Hototogisu Tairan,PSP,Strategy,Irem Software Engineering,Irem Software Engineering,,0.03,,0.03,,,2010-09-09, +/games/boxart/full_7373009AmericaFrontccc.jpg,The Legend of Korra A New Era Begins,3DS,Strategy,Activision,Webfoot Technologies,,0.03,0.02,,,0,2014-10-28,2019-05-01 +/games/boxart/full_9903340JapanFrontccc.jpg,Galaxy Angel II: Zettairyouiki no Tobira,PS2,Strategy,Broccoli,Seta Corporation,,0.03,,0.03,,,2006-06-22, +/games/boxart/full_6146721AmericaFrontccc.jpg,God Wars The Complete Legend,NS,Strategy,NIS America,Kadokawa Games,,0.03,0.01,0.01,,0,2018-09-04,2019-03-17 +/games/boxart/full_3468408AmericaFrontccc.jpg,RollerCoaster Tycoon 2: Triple Thrill Pack,PC,Strategy,Atari,Frontier Developments,,0.03,,,0.02,0,2003-08-01, +/games/boxart/full_5685516AmericaFrontccc.jpg,Star Wars: Empire at War - Forces of Corruption,PC,Strategy,LucasArts,Petroglyph Games,,0.03,,,0.02,0,2006-10-24, +/games/boxart/full_3113988AmericaFrontccc.jpg,Tank Beat,DS,Strategy,O~3 Entertainment,MileStone Inc.,,0.03,0.01,,0.01,0,2007-06-01, +/games/boxart/full_3106285AmericaFrontccc.jpg,Blackguards 2,PS4,Strategy,Kalypso Media,Daedalic Entertainment,,0.03,0.02,,,0.01,2017-09-12,2018-09-15 +/games/boxart/full_5488038AmericaFrontccc.jpg,Age of Empires III: Gold Edition,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0.03,,,0.02,0,2007-10-23, +/games/boxart/full_men-of-war_605AmericaFront.jpg,Men of War,PC,Strategy,Aspyr,Best Way,9,0.03,0.01,,0.02,0,2009-03-16, +/games/boxart/full_4300359AmericaFrontccc.jpg,Master of Monsters: Disciples of Gaia,PS,Strategy,ASCII Entertainment,SystemSoft,,0.03,0.02,,0.01,0,1998-08-31, +/games/boxart/full_3176973JapanFrontccc.jpg,Nobunaga no Yabou: Kakushin with Power-Up Kit,PS2,Strategy,KOEI,Koei,,0.03,,0.03,,,2008-03-06, +/games/boxart/full_5408992JapanFrontccc.jpg,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PSV,Strategy,Namco Bandai Games,Banpresto,,0.03,,0.03,,,2013-08-22,2018-12-28 +/games/boxart/full_5632452JapanFrontccc.jpg,Dynasty Warriors: Godseekers,PS4,Strategy,Tecmo Koei,Omega Force,,0.03,,0.03,,,2017-01-31,2017-12-31 +/games/boxart/full_4594531AmericaFrontccc.jpg,Majesty 2: The Fantasy Kingdom Sim,OSX,Strategy,Paradox Interactive,Ino-Co / 1C Company,,0.03,0.03,,,0,2009-09-18,2019-01-01 +/games/boxart/full_9371865JapanFrontccc.jpg,Super Heroine Chronicle,PS3,Strategy,Namco Bandai Games,Banpresto,,0.03,,0.03,,,2014-02-06,2019-01-14 +/games/boxart/full_2964937JapanFrontccc.jpg,Ojyousama Express,SAT,Strategy,Media Works,MediaWorks,,0.03,,0.03,,0,1998-07-30, +/games/boxart/full_rome-total-war-gold-edition_857AmericaFront.jpg,Rome: Total War - Gold Edition,PC,Strategy,Sega,The Creative Assembly,,0.03,,,0.03,0,2006-02-14, +/games/boxart/807934ccc.jpg,Future Tactics: The Uprising,XB,Strategy,Crave Entertainment,Zed Two Limited,,0.03,0.02,,0.01,0,2004-05-10, +/games/boxart/full_7980326JapanFrontccc.png,Nobunaga's Ambition: Sphere of Influence with Power-Up Kit,NS,Strategy,Tecmo Koei,Koei,,0.03,,0.03,,,2017-03-03,2018-12-29 +/games/boxart/full_6077122AmericaFrontccc.jpg,Combat Mission: Shock Force,PC,Strategy,Paradox Interactive,Big Time Software,,0.03,,,0.03,0,2007-08-22, +/games/boxart/full_2179702JapanFrontccc.jpg,Galaxy Angel II: Mugen Kairou no Kagi,PS2,Strategy,Broccoli,Seta Corporation,,0.03,,0.03,,,2007-10-18, +/games/boxart/full_3184772JapanFrontccc.jpg,Konpeki no Kantai,SNES,Strategy,Angel Studios,Access,,0.03,,0.03,,,1995-11-02, +/games/boxart/full_2544214AmericaFrontccc.jpg,Nectaris: Military Madness,PS,Strategy,Jaleco,Matrix Software,,0.03,0.02,,0.01,0,1998-12-31, +/games/boxart/full_2984199JapanFrontccc.jpg,Tenka-bito,PS2,Strategy,Sega,Shade,,0.03,,0.03,,,2006-03-02, +/games/boxart/full_6082815AmericaFrontccc.jpg,Robin Hood: Defender of the Crown,XB,Strategy,Capcom,Atomic Planet Entertainment,,0.03,0.02,,0.01,0,2003-11-11, +/games/boxart/full_5806717AmericaFrontccc.jpg,Shin Megami Tensei: Devil Survivor Overclocked,3DS,Strategy,Atlus,Career Soft,,0.03,,0.03,,,2011-08-23,2019-04-30 +/games/boxart/full_sd-gundam-gashapon-wars_1JapanFront.jpg,SD Gundam: Gashapon Wars,Wii,Strategy,Namco Bandai,Bec,,0.03,,0.03,,,2010-06-24, +/games/boxart/4566072ccc.jpg,Culdcept,PS2,Strategy,NEC Interchannel,OmiyaSoft,,0.03,0.01,,0.01,0,2003-12-04, +/games/boxart/full_homeworld-2_787AmericaFront.jpg,Homeworld 2,PC,Strategy,Sierra Entertainment,Relic,8.1,0.03,,,0.03,0,2003-09-16, +/games/boxart/full_3166067AmericaFrontccc.jpg,Codename: Panzers Cold War,PC,Strategy,Atari,Stormregion,,0.03,,,0.03,0,2009-03-10, +/games/boxart/5259024ccc.jpg,Empire Earth II,PC,Strategy,VU Games,Mad Doc Software,8,0.03,,,0.03,0,2005-04-26, +/games/boxart/full_3856350AmericaFrontccc.jpg,Knights of Honor,PC,Strategy,Paradox Interactive,Black Sea Studios,,0.03,,,0.03,0,2005-06-06, +/games/boxart/full_1409502JapanFrontccc.jpg,Saihai no Yukue,DS,Strategy,KOEI,Omega Force,,0.03,,0.03,,,2008-10-23, +/games/boxart/full_6330597JapanFrontccc.jpg,Gakuen Alice: WakuWaku * Happy Friends,DS,Adventure,Kids Station,Rokumendo,,0.03,,0.03,,,2007-04-19, +/games/boxart/full_2317790JapanFrontccc.jpg,Konohana 2: Todoke Kanai Requiem,PS2,Adventure,Success,Vridge,,0.03,,0.03,,,2002-05-30, +/games/boxart/full_6647140JapanFrontccc.png,IDOLiSH7 Twelve Fantasia!,PSV,Music,Bandai Namco Entertainment,Bandai Namco Games,,0.03,,0.03,,,2018-02-15,2018-02-26 +/games/boxart/full_7536144PALFrontccc.jpg,Let's Sing 2019,PS4,Music,Ravenscourt,Ravenscourt,,0.03,,,0.03,0,2018-10-26,2018-12-02 +/games/boxart/full_3679270JapanFrontccc.jpg,Megpoid the Music#,PSP,Music,Asgard,ParaPhray,,0.03,,0.03,,,2013-03-28,2019-04-27 +/games/boxart/full_3766370PALFrontccc.jpg,Let's Sing 2018,NS,Music,Koch Media,Ravenscourt,,0.03,,,0.03,0,2017-11-24,2018-01-10 +/games/boxart/full_7891077JapanFrontccc.jpg,Senran Kagura: Bon Appétit!,PSV,Music,Xseed Games,Meteorise,,0.03,,0.03,,,2014-11-11,2018-10-14 +/games/boxart/full_2134012PALFrontccc.jpg,Let's Sing 2019,NS,Music,Ravenscourt,Ravenscourt,,0.03,,,0.03,0,2018-10-26,2018-12-02 +/games/boxart/full_8339548JapanFrontccc.jpg,K-On! After School Live!! HD Ver.,PS3,Music,Sega,Sega,,0.03,,0.03,,,2012-06-21,2019-04-26 +/games/boxart/full_1245583JapanFrontccc.jpg,Nobunaga no Yabou DS 2,DS,Strategy,KOEI,Koei,,0.03,,0.03,,,2008-07-31, +/games/boxart/6350624ccc.jpg,Caesar III,PC,Strategy,Sierra Entertainment,Impressions Games,,0.03,,,0.03,0,1998-09-30, +/games/boxart/full_a-game-of-thrones-genesis_924AmericaFront.jpg,A Game of Thrones: Genesis,PC,Strategy,Focus Home Interactive,Cyanide,4.9,0.03,,,0.03,0,2011-09-28, +/games/boxart/full_1664809AmericaFrontccc.jpg,We Sing (2016),PS4,Music,THQ Nordic,THQ Nordic,,0.03,0.02,,,0.01,2016-12-01,2018-09-07 +/games/boxart/full_9960509AmericaFrontccc.jpg,SUPERBEAT: XONiC,NS,Music,PM Studios,Nurijoy,,0.03,0.03,,,0,2017-11-21,2018-09-20 +/games/boxart/full_5745455AmericaFrontccc.jpg,Hotel Giant 2,PC,Strategy,Nobilis,Enlight Software,,0.03,,,0.03,0,2010-01-27, +/games/boxart/full_1901941AmericaFrontccc.jpg,Final Fantasy XIV: Heavensward,PC,MMO,Square Enix,Square Enix,,0.03,0.02,,0.01,0,2015-06-23,2018-04-23 +/games/boxart/full_1298819JapanFrontccc.jpg,Dragon Quest X: 5000-nen no Harukanaru Kokyou e Online,WiiU,MMO,Square Enix,Square Enix,,0.03,,0.03,,,2017-11-16,2018-09-15 +/games/boxart/full_4125355JapanFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,NS,MMO,Square Enix,Square Enix,,0.03,,0.03,,,2018-07-26,2018-09-15 +/games/boxart/full_7774576JapanFrontccc.jpg,Dragon Quest X: 5000-nen no Harukanaru Kokyou e Online,NS,MMO,Square Enix,Square Enix,,0.03,,0.03,,,2017-11-16,2018-09-15 +/games/boxart/full_makai-senki-disgaea-4-fuuka-amp-desco-hen-hajime-mashita_701JapanFront.jpg,Makai Senki Disgaea 4: Fuuka & Desco-hen Hajime Mashita,PS3,Strategy,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2011-10-27, +/games/boxart/default.jpg,King Arthur II: The Role-playing Wargame,PC,Strategy,Paradox Interactive,Neocore Games,,0.03,,,0.03,0,2012-01-10, +/games/boxart/full_8131259PALFrontccc.jpg,Fritz Chess,PS3,Strategy,Deep Silver,Gammick Entertainment,,0.03,,,0.03,0.01,2009-07-31, +/games/boxart/full_3100811AmericaFrontccc.jpg,Trap Gunner: Countdown to Oblivion,PS,Strategy,Atlus,Racdym,,0.03,0.02,,0.01,0,1998-09-30, +/games/boxart/full_3719799JapanFrontccc.jpg,SD Gundam G Generation: Gather Beat 2,WS,Strategy,Bandai,Bandai,,0.03,,0.03,,,2001-06-14, +/games/boxart/full_4373044AmericaFrontccc.jpg,Rise of Nations: Rise of Legends,PC,Strategy,Microsoft Game Studios,Big Huge Games,8.3,0.03,,,0.03,0.01,2006-05-09,2018-11-15 +/games/boxart/full_8700912JapanFrontccc.jpg,Romance of the Three Kingdoms V,3DS,Strategy,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2013-09-19,2019-04-26 +/games/boxart/full_fabstyle_894JapanFront.jpg,FabStyle,3DS,Strategy,Tecmo Koei,Tecmo Koei Games,,0.03,,0.03,,,2011-11-24,2018-07-30 +/games/boxart/full_world-in-conflict-complete-edition_311AmericaFront.jpg,World in Conflict: Complete Edition,PC,Strategy,Ubisoft,Massive Entertainment / Swordfish Studios,,0.03,,,0.03,0,2009-03-17, +/games/boxart/full_sins-of-a-solar-empire-trinity_920AmericaFront.jpg,Sins of a Solar Empire: Trinity,PC,Strategy,Stardock,Ironclad Games,,0.03,,,0.03,0.01,2010-02-26, +/games/boxart/full_8735590JapanFrontccc.jpeg,Osomatsu-San: The Game - Hang-Up Finding Employment Advice - Dead or Work,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2017-06-29, +/games/boxart/full_1166284AmericaFrontccc.jpg,The Raven Remastered,XOne,Adventure,THQ Nordic,KING Art Games,,0.03,0.02,,,0,2018-03-13,2018-01-29 +/games/boxart/full_8183432JapanFrontccc.jpg,Mahou Sensei Negima! Kagai Jugyou ~Otome no Dokidoki Beachside~,PS2,Adventure,Konami,Konami,,0.03,,0.03,,,2006-03-23, +/games/boxart/full_7384350AmericaFrontccc.jpg,The Pillars of the Earth,XOne,Adventure,Kalypso Media,Daedalic Entertainment,,0.03,0.02,,,0,2017-11-28,2018-09-15 +/games/boxart/full_1856274JapanFrontccc.jpg,Future Card Buddyfight Mezase! Buddy Champion!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.03,,0.03,,,2017-03-16,2018-08-04 +/games/boxart/default.jpg,Supreme Ruler: Cold War,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.03,,,0.03,0,2011-07-19, +/games/boxart/full_6781794AmericaFrontccc.jpg,8-Bit Armies,XOne,Strategy,Soedesco,Petroglyph Games,,0.03,0.03,,,0,2018-09-21,2018-06-28 +/games/boxart/full_3662313JapanFrontccc.jpg,Suujin Taisen,DS,Strategy,Nintendo,Mitchell,,0.03,,0.03,,,2007-06-07, +/games/boxart/full_379281AmericaFrontccc.jpg,8-Bit Armies,PS4,Strategy,Soedesco,Petroglyph Games,,0.03,0.03,,,0.01,2018-09-21,2018-06-28 +/games/boxart/2882160ccc.jpg,Railroad Tycoon 3,PC,Strategy,Gathering of Developers,PopTop Software,8.8,0.03,,,0.03,0,2003-10-28, +/games/boxart/3041173ccc.jpg,World in Conflict,PC,Strategy,Sierra Entertainment,Massive Entertainment,9.1,0.03,,,0.03,0,2007-09-18, +/games/boxart/full_8331594AmericaFrontccc.jpg,Franklin the Turtle,GBA,Misc,Game Factory,Artex Software,,0.03,0.02,,0.01,0,2005-11-14, +/games/boxart/full_7365241AmericaFrontccc.jpg,Gauntlet / Rampart,GBA,Misc,DSI Games,EC Interactive Games,4,0.03,0.02,,0.01,0,2005-11-03, +/games/boxart/full_238913JapanFrontccc.jpg,Bae Yong-joon to Manabu Kankokugo DS,DS,Misc,D3 Publisher,Mobilero,,0.03,,0.03,,,2009-09-19, +/games/boxart/full_1414366AmericaFrontccc.jpg,SNK 40th Anniversary Collection,NS,Misc,NIS America,SNK Corporation,,0.03,0.02,,,0,2018-11-13,2018-11-06 +/games/boxart/full_battle-vs-chess_10AmericaFront.jpg,Check vs. Mate,PC,Misc,Unknown,TopWare Interactive,,0.03,,,0.02,0,, +/games/boxart/full_1731247JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.8,PS3,Misc,Namco Bandai Games,Unknown,,0.03,,0.03,,,2016-01-28, +/games/boxart/full_3763420PALFrontccc.jpg,QUIZ PARTY,Wii,Misc,CK Games,WizarBox,,0.03,,,0.02,0,2012-07-27,2018-08-30 +/games/boxart/full_6646974JapanFrontccc.jpg,Hisshou Pachinko*Pachi-slot Kouryaku Series DS Vol. 3: Shinseiki Evangelion - Yakusoku no Toki,DS,Misc,D3 Publisher,Bisty,,0.03,,0.03,,,2008-12-04, +/games/boxart/full_natgeo-challenge-wild-life_8AmericaFront.jpg,NatGeo Challenge! Wild Life,X360,Misc,D3 Publisher,Gusto Games,,0.03,0,,0.02,0,2010-11-09, +/games/boxart/full_4223197AmericaFrontccc.jpg,Totally Spies! Totally Party,PC,Misc,Ubisoft,Mad Monkey Studio,,0.03,,,0.02,0,2008-02-14, +/games/boxart/full_6181141AmericaFrontccc.jpg,Turbo: Super Stunt Squad,WiiU,Misc,D3Publisher,Monkey Bar Games,,0.03,,,0.03,0,2013-07-16,2018-01-22 +/games/boxart/full_509359JapanFrontccc.jpg,Niko Puchi Girls Runway,3DS,Misc,Happinet,Happinet,,0.03,,0.03,,,2015-12-10,2018-07-25 +/games/boxart/full_schlag-den-raab_9PALFront.jpg,Schlag den Raab,PC,Misc,Namco Bandai,Namco Bandai Games,,0.03,,,0.02,0,2010-09-10, +/games/boxart/full_8726777JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.7,PS3,Misc,Namco Bandai Games,Unknown,,0.03,,0.03,,,2015-12-23, +/games/boxart/full_8639439JapanFrontccc.jpg,PriPara All Idol Perfect Stage!,NS,Misc,Unknown,Takara Tomy ARTS,,0.03,,0.03,,,,2018-04-04 +/games/boxart/full_5884622AmericaFrontccc.jpg,My DoItAll,DS,Misc,Tomy Corporation,Rocket Studios,,0.03,0.02,,,0,2009-02-10, +/games/boxart/full_3103922JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator Hihouden: Taiyou o Motomeru Monotachi,PS3,Misc,Paon Corporation,Paon Corporation,,0.03,,0.03,,,2013-04-25,2019-05-01 +/games/boxart/full_429583JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken 2,PS2,Misc,Sega,Sammy Studios,,0.03,,0.03,,,2007-10-11, +/games/boxart/full_kuryuu-youma-gakuenki-recharge_10JapanFront.jpg,Kuryuu Youma Gakuenki Recharge,PS2,Adventure,Atlus,Killaware,,0.03,,0.03,,,2006-09-28, +/games/boxart/full_262465JapanFrontccc.jpg,Shin Hayarigami 2,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2016-07-07,2018-09-20 +/games/boxart/full_4756994AmericaFrontccc.jpg,The Town of Light,PS4,Adventure,Wired Productions,LKA,,0.03,0.02,,,0.01,2017-03-24,2018-02-01 +/games/boxart/full_7362729AmericaFrontccc.jpg,Hakuoki: Kyoto Winds,PSV,Adventure,Idea Factory,Otomate,,0.03,0.02,,0,0.01,2017-05-16, +/games/boxart/full_clannad-mitsumi-mamoru-sakamichi-de-gekan_6JapanFront.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Gekan,PSP,Adventure,Prototype,Visual Arts,,0.03,,0.03,,,2010-07-15, +/games/boxart/full_9548980AmericaFrontccc.jpg,Rime,XOne,Adventure,Grey Box,Tequila Works,,0.03,0.02,,,0,2017-05-26,2018-08-11 +/games/boxart/full_3965255AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,PS4,Adventure,Rising Star Games,Chime,,0.03,0.02,,,0,2017-08-18,2018-07-03 +/games/boxart/full_starry-sky-in-winter-psp-edition_42JapanFront.jpg,Starry * Sky: In Winter - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.03,,0.03,,,2011-04-28, +/games/boxart/full_4574229JapanFrontccc.jpg,Amatsumi Sora ni! Kumo no Hatate ni,PSV,Adventure,Prototype,Prototype,,0.03,,0.03,,,2015-09-17, +/games/boxart/full_3217395JapanFrontccc.jpg,Tsuki ni Yori Sou Otome no Sahou: Hidamari no Hibi,PSV,Adventure,Dramatic Create,Dramatic Create,,0.03,,0.03,,,2015-11-26, +/games/boxart/2536163ccc.jpg,Prince of Persia (2008),PC,Adventure,Ubisoft,Ubisoft Montreal,,0.03,,,0.02,0,2008-12-09, +/games/boxart/full_1130282JapanFrontccc.jpg,Shitsuji ga Aruji o Erabu Toki,PSV,Adventure,Unknown,Unknown,,0.03,,0.03,,,2016-02-25, +/games/boxart/full_2111393JapanFrontccc.jpg,Zettai Kaikyuu Gakuen: Eden with Roses and Phantasm,PSV,Adventure,Prototype,Unknown,,0.03,,0.03,,,2016-06-30, +/games/boxart/full_3954407JapanFrontccc.jpg,MuvLuv Double Pack,PSV,Adventure,5pb,Unknown,,0.03,,0.03,,,2016-01-21, +/games/boxart/full_captain-morgane-and-the-golden-turtle_477PALFront.jpg,Captain Morgane and the Golden Turtle,DS,Adventure,Reef Entertainment,WizarBox,,0.03,,,0.02,0,2012-02-03, +/games/boxart/full_3675258JapanFrontccc.jpg,Clannad,X360,Adventure,Prototype,Visual Arts,,0.03,,0.03,,,2008-08-28, +/games/boxart/full_4781411JapanFrontccc.jpg,Last Escort 2: Shinya no Amai Toge,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,0.03,,0.03,,,2008-02-21, +/games/boxart/full_1713720JapanFrontccc.jpg,Harukanaru Toki no Naka de 3 Ultimate,PSV,Adventure,Tecmo Koei,Unknown,,0.03,,0.03,,,2017-02-23, +/games/boxart/full_4211166JapanFrontccc.jpg,Shakugan no Shana,PS2,Adventure,Media Works,Vridge,,0.03,,0.03,,,2006-03-23, +/games/boxart/full_wand-of-fortune-2-jikuu-ni-shizumu-mokushiroku_868JapanFront.jpg,Wand of Fortune 2: Jikuu ni Shizumu Mokushiroku,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-09-29, +/games/boxart/full_651094JapanFrontccc.jpg,Hankou Shashin,SAT,Adventure,Imagineer,Imagineer,,0.03,,0.03,,,1996-06-14, +/games/boxart/full_3651328JapanFrontccc.jpg,Death Mark,PSV,Adventure,Experience Inc.,Experience Inc.,,0.03,,0.03,,,2017-06-01,2019-03-17 +/games/boxart/full_starry-sky-in-autumn-psp-edition_888JapanFront.jpg,Starry * Sky: In Autumn - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.03,,0.03,,,2010-12-22, +/games/boxart/full_952667JapanFrontccc.jpg,Galileo,DS,Adventure,D3 Publisher,Tomcat System,,0.03,,0.03,,,2008-10-16, +/games/boxart/full_tenkaichi-sengoku-lovers_0JapanFront.jpg,Tenkaichi * Sengoku Lovers,DS,Adventure,Rocket Company,Rocket Company,,0.03,,0.03,,,2010-10-07, +/games/boxart/full_8081380JapanFrontccc.jpeg,Haitaka no Psychedelica,PSV,Adventure,Idea Factory,Unknown,,0.03,,0.03,,,2016-09-29, +/games/boxart/full_angelique-maren-no-rokukishi_680JapanFront.jpg,Angelique: Maren no Rokukishi,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-11-17, +/games/boxart/full_1866841JapanFrontccc.jpg,Doki Oki,PS,Adventure,Banpresto,Banpresto,,0.03,,0.02,,0,1995-12-22, +/games/boxart/full_3837627JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-1-Shuu: Nazotoki Sekai Isshuu Ryokou,DS,Adventure,Level 5,Level 5,,0.03,,0.03,,,2009-06-18, +/games/boxart/full_1055637JapanFrontccc.jpg,Detective Opera: Milky Holmes 2,PSP,Adventure,BushiRoad,ArtDink,,0.03,,0.03,,,2012-08-23,2019-04-27 +/games/boxart/full_5059167JapanFrontccc.jpg,Higurashi no Naku Koro ni Kizuna: Dai-Yon-Kan - Kizuna,DS,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2010-02-25, +/games/boxart/full_8856433PALFrontccc.jpg,Death Mark,NS,Adventure,Aksys Games,Experience Inc.,,0.03,0.02,0,,0,2018-10-31,2019-03-17 +/games/boxart/full_1904615JapanFrontccc.jpg,Net High,PSV,Adventure,Marvelous Interactive,Marvelous Games,,0.03,,0.03,,,2015-11-26, +/games/boxart/full_4765176JapanFrontccc.jpg,Sokukoku no Kusabi: Hiiro no Kakera 3 Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2010-04-15, +/games/boxart/2443578ccc.gif,Syberia II,XB,Adventure,XS Games,Microids,,0.03,0.02,,0.01,0,2004-10-05, +/games/boxart/full_secret-files-2-puritas-cordis_938AmericaFront.jpg,Secret Files 2: Puritas Cordis,Wii,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.03,,,0.03,0,2009-05-08, +/games/boxart/full_8872261JapanFrontccc.jpg,Storm Lover 2nd V,PSV,Adventure,D3Publisher,Unknown,,0.03,,0.03,,,2016-01-28, +/games/boxart/full_9963307JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-2-Shuu: Ginga Oudan Nazotoki Adventure,DS,Adventure,Level 5,Level 5,,0.03,,0.03,,,2009-06-18, +/games/boxart/full_nisenochigiri-omoide-no-saki-e_497JapanFront.jpg,Nisenochigiri: Omoide no Saki e,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-07-21, +/games/boxart/full_2542362JapanFrontccc.jpg,Taishou Moebius Line Vitable,PSV,Adventure,Dramatic Create,Unknown,,0.03,,0.03,,,2016-01-28, +/games/boxart/full_2603151AmericaFrontccc.jpg,In Cold Blood,PS,Adventure,DreamCatcher Interactive,Revolution Software Ltd.,,0.03,0.02,,0.01,0,2001-05-30, +/games/boxart/full_3909761AmericaFrontccc.jpg,Safari Adventures: Africa,DS,Adventure,Conspiracy Entertainment,Elektro Games,,0.03,0.03,,,0,2009-11-03, +/games/boxart/full_1350685AmericaFrontccc.jpg,The Island of Dr. Frankenstein,Wii,Adventure,Storm City Games,Visual Impact,,0.03,0.03,,,0,2009-10-20, +/games/boxart/full_tsuku-monogatari_502JapanFront.jpg,Tsuku Monogatari,PSP,Adventure,FuRyu Corporation,FuRyu Corporation,,0.03,,0.03,,,2011-01-27, +/games/boxart/full_1070741JapanFrontccc.jpg,Vitamin Z,PS2,Adventure,D3 Publisher,HuneX,,0.03,,0.03,,,2009-03-26, +/games/boxart/full_kaitou-tenshi-twin-angel-toki-to-sekai-no-meikyuu_949JapanFront.jpg,Kaitou Tenshi Twin Angel: Toki to Sekai no Meikyuu,PSP,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2011-08-25, +/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi-wu-hen_1JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wu-Hen,PSP,Adventure,Yeti,Yeti,,0.03,,0.03,,,2010-09-22, +/games/boxart/full_6328406PALFrontccc.jpg,The Great Mystery Hidden Object Package 5,PC,Adventure,Rondomedia,Big Fish Games,,0.03,,,0.03,0,2015-11-04,2018-09-22 +/games/boxart/full_3917769JapanFrontccc.jpg,Diabolik Lovers: More Blood,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2015-01-15,2018-02-21 +/games/boxart/full_4262709AmericaFrontccc.jpg,The Town of Light,NS,Adventure,Wired Productions,Unknown,,0.03,0.02,,,0,2018-01-01,2018-04-24 +/games/boxart/5899343ccc.jpg,Syberia,PC,Adventure,The Adventure Company,Microids,8,0.03,,,0.02,0,2002-09-01, +/games/boxart/full_2738896JapanFrontccc.jpg,Wand of Fortune R2: Jikuu ni Shizumu Mokushiroku,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2017-03-09, +/games/boxart/full_796978JapanFrontccc.jpg,Akane Iro ni Somaru Saka Parallel,PS2,Adventure,GN Software,Feng,,0.03,,0.03,,,2008-08-14, +/games/boxart/full_6021969JapanFrontccc.jpg,Wand of Fortune R,PSV,Adventure,Idea Factory,Unknown,,0.03,,0.03,,,2016-03-17, +/games/boxart/full_otome-wa-oanesama-ni-koi-shiteru-portable-2-jin-no-elder_933JapanFront.jpg,Otome wa Oanesama ni Koi Shiteru Portable: 2-Jin no Elder,PSP,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2011-04-28, +/games/boxart/full_8900041AmericaFrontccc.jpg,Grand Theft Auto: The Trilogy,PC,Adventure,Rockstar Games,Rockstar North,,0.03,,,0.02,0,2009-06-30, +/games/boxart/full_saka-agari-hurricane-portable_455JapanFront.jpg,Saka Agari Hurricane Portable,PSP,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2011-07-28, +/games/boxart/full_967182AmericaFrontccc.jpg,Eco Creatures: Save The Forest,DS,Adventure,Majesco,"Lightweight Co.,Ltd.",,0.03,0.03,,,0,2008-03-04, +/games/boxart/full_1052515JapanFrontccc.jpg,Kintaihi Shounen no Jiken: Kyakusen Eris-Gou no Sangeki,DS,Adventure,Creative Core,Creative Core,,0.03,,0.03,,,2009-09-17, +/games/boxart/full_jack-keane_917AmericaFront.jpg,Jack Keane,PC,Adventure,Strategy First,DECK13 Interactive,,0.03,,,0.02,0,2008-04-15,2018-05-10 +/games/boxart/full_4077667JapanFrontccc.jpg,Otometeki Koi Kakumei * Love Revo,PS2,Adventure,Interchannel,HuneX,,0.03,,0.03,,,2006-01-26, +/games/boxart/full_hallowed-legends-samhain_133PALFront.jpg,Hallowed Legends: Samhain,PC,Adventure,Focus Home Interactive,PlayFirst,,0.03,,,0.03,0.01,2011-11-04, +/games/boxart/full_6713446JapanFrontccc.jpg,Kiniro no Corda 3,PS2,Adventure,KOEI,Koei,,0.03,,0.03,,,2010-02-25, +/games/boxart/full_emily-archer-and-the-curse-of-tutankhamun_899PALFront.jpg,Emily Archer and the Curse of Tutankhamun,DS,Adventure,Mastertronic,Mastertronic,,0.03,,,0.02,0,2011-03-18, +/games/boxart/full_9975663JapanFrontccc.jpg,Highschool Terra Story,SAT,Adventure,KID,KID,,0.03,,0.03,,0,1998-07-23, +/games/boxart/full_mother-goose-no-himitsu-no-yakata_706JapanFront.jpg,Mother Goose no Himitsu no Yakata,PSP,Adventure,Quinrose,QuinRose,,0.03,,0.03,,,2011-06-23, +/games/boxart/full_1840195JapanFrontccc.jpg,Tantei Jinguuji Saburo DS: Kienai Kokoro,DS,Adventure,Arc System Works,WorkJam,,0.03,,0.03,,,2008-04-24, +/games/boxart/full_stormlover_3JapanFront.jpg,StormLover,PSP,Adventure,D3 Publisher,Vridge,,0.03,,0.03,,,2010-08-04, +/games/boxart/full_8147890JapanFrontccc.jpg,Dancing Blade II: Tears of Eden,PS,Adventure,Konami,Konami Computer Entertainment Tokyo,,0.03,,0.03,,0,1999-03-18, +/games/boxart/full_7087129JapanFrontccc.jpg,Gochuumon wa Usagi Desu ka?? Wonderful Party!,PSV,Adventure,5pb,Unknown,,0.03,,0.03,,,2016-03-03, +/games/boxart/full_5753829JapanFrontccc.jpg,Hiiro no Kakera 3: Aoikuro no Kusabi,PS2,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2008-08-07, +/games/boxart/full_house-md_5AmericaFront.jpg,House M.D.,DS,Adventure,Legacy Interactive,Legacy Interactive,,0.03,0.02,,0.01,0,2010-09-14, +/games/boxart/full_685858AmericaFrontccc.jpg,Don't Knock Twice,PS4,Adventure,Perpetual,Wales Interactive Ltd.,,0.03,0.02,,,0.01,2018-02-27,2018-03-04 +/games/boxart/full_6934017PALFrontccc.jpg,Azada,3DS,Adventure,Licensed 4U,Big Fish Games,,0.03,,,0.03,0,2014-05-01,2019-04-27 +/games/boxart/full_2104756JapanFrontccc.gif,To LoveRu Trouble: Doki Doki! Rinkaigakkou-Hen,PSP,Adventure,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2008-10-02, +/games/boxart/full_1253974AmericaFrontccc.jpg,Adventure Time: Pirates of the Enchiridion,NS,Adventure,Outright Games,Outright Games,,0.03,0.01,,0.02,0,2018-07-17,2019-03-17 +/games/boxart/full_9119887AmericaFrontccc.jpg,Lux-Pain (JP sales),DS,Adventure,Ignition Entertainment,Killaware,,0.03,,0.03,,,2009-03-24, +/games/boxart/full_2500415JapanFrontccc.jpg,Tokimeki Memorial Girl's Side 1st Love Plus,DS,Adventure,Konami,Konami,,0.03,,0.03,,,2009-03-12, +/games/boxart/full_4028115AmericaFrontccc.png,Story Hour: Adventures,Wii,Adventure,Zoo Digital Publishing,Other Ocean Interactive,,0.03,0.03,,,0,2008-12-09, +/games/boxart/full_3015056JapanFrontccc.jpg,Nil Admirari no Tenbin: Teito Genwaku Toukidan,PSV,Adventure,Idea Factory,Unknown,,0.03,,0.03,,,2016-04-21, +/games/boxart/full_7914449JapanFrontccc.jpg,S.Y.K Renshouden,PS2,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2010-03-11, +/games/boxart/full_hiiro-no-kakera-shin-tamayori-hime-denshou-piece-of-future_709JapanFront.jpg,Hiiro no Kakera: Shin Tamayori Hime Denshou - Piece of Future,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-07-14, +/games/boxart/full_2162622JapanFrontccc.jpg,D.C.I.F.: Da Capo Innocent Finale,PS2,Adventure,Sweets,Sweets,,0.03,,0.03,,,2009-04-30, +/games/boxart/full_3490936JapanFrontccc.jpg,Sukitomo. Tsukiuta. 12 Memories,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2017-06-01, +/games/boxart/full_7258998PALFrontccc.jpeg,The Inner World,PC,Adventure,Headup Games,Headup Games,,0.03,,,0.03,0,2013-07-18,2018-01-01 +/games/boxart/full_6326687AmericaFrontccc.jpg,The Pillars of the Earth,PS4,Adventure,Kalypso Media,Daedalic Entertainment,,0.03,0.02,,,0.01,2017-11-28,2018-09-20 +/games/boxart/full_72479JapanFrontccc.jpg,Hakuouki,PS2,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2008-09-18, +/games/boxart/full_1066643JapanFrontccc.jpg,DokiDoki Majo Shinpan! 2,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.03,,0.03,,,2008-07-31, +/games/boxart/full_3412420JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.6,PS3,Adventure,Namco Bandai Games,Unknown,,0.03,,0.03,,,2015-11-26,2018-06-18 +/games/boxart/9129151ccc.gif,Drake & Josh: Talent Showdown,DS,Adventure,THQ,Artificial Mind and Movement,,0.03,0.03,,,0,2007-07-30, +/games/boxart/full_5471547JapanFrontccc.jpg,Hayate no Gotoku! Nightmare Paradise,PSP,Adventure,Konami,HuneX,,0.03,,0.03,,,2009-03-26, +/games/boxart/full_1973430JapanFrontccc.jpg,Senjou no Waltz,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2014-11-20, +/games/boxart/full_627984JapanFrontccc.jpg,Tsuyo Kiss: Mighty Heart,PS2,Adventure,Princess Soft,Princess Soft,,0.03,,0.03,,,2006-05-25, +/games/boxart/full_4937438JapanFrontccc.jpg,Steins;Gate 0,PS3,Adventure,5pb,5pb. Inc.,,0.03,,0.03,,,2015-12-10,2018-06-10 +/games/boxart/full_6281420JapanFrontccc.jpg,Parfait,PSV,Adventure,TGL,TGL,,0.03,,0.03,,,2015-02-26, +/games/boxart/full_962916JapanFrontccc.jpg,Suzumiya Haruhi no Chokuretsu,DS,Adventure,Sega,Sega,,0.03,,0.03,,,2009-05-28, +/games/boxart/3239649ccc.jpg,Emma at the Farm,DS,Adventure,Aspyr,Nobilis,,0.03,0.03,,0,0,2008-12-03, +/games/boxart/full_7880647JapanFrontccc.jpg,Night Head: The Labyrinth,PS,Adventure,Fuji,Scitron & Art,,0.03,,0.03,,0,1995-11-17, +/games/boxart/5290801ccc.jpg,EverBlue 2,PS2,Adventure,Capcom,Arika,,0.03,0.02,,0.01,0,2003-02-24, +/games/boxart/full_1867437AmericaFrontccc.jpg,Safari Adventures: Africa,Wii,Adventure,Conspiracy Entertainment,Neko Entertainment,,0.03,0.03,,,0,2009-10-27, +/games/boxart/full_568538JapanFrontccc.jpg,OZMAFIA!! -vivace-,PSV,Adventure,Dramatic Create,Dramatic Create,,0.03,,0.03,,,2015-02-26, +/games/boxart/full_5398583AmericaFrontccc.jpg,The Raven Remastered,PS4,Adventure,THQ Nordic,KING Art Games,,0.03,0.03,,,0.01,2018-03-13,2018-01-29 +/games/boxart/full_suzumiya-haruhi-no-tsuisou_385JapanFront.jpg,Suzumiya Haruhi no Tsuisou,PS3,Adventure,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2011-05-12, +/games/boxart/full_5556028JapanFrontccc.jpg,Simple DS Series Vol. 8: The Kanshikikan - Kinkyuu Shutsudou!! Jiken Genba wo Touch Seyo,DS,Adventure,D3 Publisher,Tomcat System,,0.03,,0.03,,,2006-05-25, +/games/boxart/full_7857979AmericaFrontccc.jpg,The Void,PC,Adventure,Mamba Games,Ice-pick Lodge,,0.03,,,0.03,0.01,2009-09-25, +/games/boxart/full_8188162JapanFrontccc.jpg,Accel World: Ginyoku no Kakusei,PS3,Adventure,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2012-09-13,2019-01-13 +/games/boxart/full_3156046JapanFrontccc.jpg,Vitamin X Evolution,DS,Adventure,D3 Publisher,HuneX,,0.03,,0.03,,,2008-03-27, +/games/boxart/2330549ccc.jpg,Arthur and the Invisibles,DS,Adventure,Atari,Etranges Libellules / Neko Entertainment,,0.03,0.03,,0,0,2007-01-09, +/games/boxart/full_mashiro-iro-symphony-mutsu-no-hana_863JapanFront.jpg,Mashiro Iro Symphony: *mutsu-no-hana,PSP,Adventure,Comfort,Comfort,,0.03,,0.03,,,2011-06-30, +/games/boxart/full_8202158AmericaFrontccc.jpg,Metal Gear Solid: The Essential Collection (JP sales),PS2,Adventure,Konami,Konami Computer Entertainment Japan,,0.03,,0.03,,,2008-03-18,2018-08-05 +/games/boxart/full_2964917JapanFrontccc.jpg,Harukanaru Toki no Naka de 6,PSV,Adventure,Tecmo Koei,Ruby Party,,0.03,,0.03,,,2015-03-12,2019-03-22 +/games/boxart/full_1749091AmericaFrontccc.jpg,Tail Concerto,PS,Adventure,Atlus,CyberConnect2,7.3,0.03,0.02,,0.01,0,1999-08-31, +/games/boxart/full_9778909JapanFrontccc.jpg,Accel World: Ginyoku no Kakusei,PSP,Adventure,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2012-09-13,2019-01-13 +/games/boxart/full_5823613JapanFrontccc.jpg,Rampo,SAT,Adventure,Sega,Sega,,0.03,,0.03,,,1995-02-24, +/games/boxart/full_8920087JapanFrontccc.jpg,Hiiro no Kakera 2: Hisui no Shizuku,PS2,Adventure,Idea Factory,Design Factory,,0.03,,0.03,,,2007-08-09, +/games/boxart/full_5304584JapanFrontccc.jpg,Chaos;Head - Love Chu*Chu!,X360,Adventure,5pb,Nitroplus,,0.03,,0.03,,,2010-03-25, +/games/boxart/full_6271102JapanFrontccc.jpg,Higurashi no Naku Koro ni Kizuna: Dai-San-Kan - Rasen,DS,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2009-05-28, +/games/boxart/full_7036410AmericaFrontccc.jpg,King's Quest: The Complete Collection,X360,Adventure,Activision,The Odd Gentlemen,,0.03,0.03,,,0,2016-10-18,2018-12-18 +/games/boxart/full_nancy-drew-alibi-in-ashes_638AmericaFront.jpg,Nancy Drew: Alibi In Ashes,PC,Adventure,Her Interactive,Her Interactive,,0.03,0.03,,,0,2011-10-18, +/games/boxart/full_clannad_97JapanFront.jpg,Clannad,PS3,Adventure,Prototype,Visual Arts,,0.03,,0.03,,,2011-04-21, +/games/boxart/full_2123140JapanFrontccc.jpg,To LoveRu Trouble: Waku Waku! Rinkangakkou-Hen,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2008-08-28, +/games/boxart/full_midnight-mysteries-the-edgar-allan-poe-conspiracy_3AmericaFront.jpg,Midnight Mysteries: The Edgar Allan Poe Conspiracy,PC,Adventure,Mumbo Jumbo,MumboJumbo,,0.03,,,0.03,0,2009-07-17, +/games/boxart/full_1802827JapanFrontccc.jpg,Last Escort: Club Katze,PSP,Adventure,D3 Publisher,Vingt-et-un Systems,,0.03,,0.03,,,2010-02-18, +/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi-wei-hen_1JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wei-Hen,PSP,Adventure,Yeti,Yeti,,0.03,,0.03,,,2010-10-28, +/games/boxart/full_6424952AmericaFrontccc.jpg,Black Mirror,XOne,Adventure,THQ Nordic,KING Art Games,,0.03,0.03,,,0,2017-11-28,2018-08-20 +/games/boxart/full_togainu-no-chi-true-blood_3JapanFront.jpg,Togainu no Chi: True Blood,PS2,Adventure,Kadokawa Shoten,Nitroplus,,0.03,,0.03,,,2008-05-29, +/games/boxart/4560916ccc.jpg,Chicken Shoot 2,GBA,Adventure,"Destination Software, Inc",Zuxxez,,0.03,0.02,,0.01,0,2005-11-10, +/games/boxart/full_6986942JapanFrontccc.jpg,Shin Hayarigami 2,PSV,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2016-07-07,2018-09-20 +/games/boxart/full_9310341AmericaFrontccc.jpg,Women's Volleyball Championship,PS2,Sports,Agetec,Spike,,0.03,,0.03,,,2008-07-29, +/games/boxart/full_8924915JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Wii Ketteiban,Wii,Sports,Konami,PawaPuro Production,,0.03,,0.03,,,2007-12-20, +/games/boxart/full_5676452PALFrontccc.jpg,Rugby 15,PSV,Sports,Bigben Interactive,HB Studios,,0.03,,,0.03,0.01,2015-01-23,2018-04-19 +/games/boxart/2143891ccc.jpg,Cabela's Outdoor Adventures,GC,Sports,Activision,MagicWand,,0.03,0.03,,0.01,0,2005-09-13, +/games/boxart/1847164ccc.jpg,Backyard NFL Football 2006,GBA,Sports,Atari,Humongous Entertainment,5.5,0.03,0.02,,0.01,0,2005-10-18, +/games/boxart/full_8570950AmericaFrontccc.jpg,Super Dodgeball Brawlers (jp sales),DS,Sports,Aksys Games,Million,,0.03,,0.03,,,2008-05-27, +/games/boxart/full_7869364AmericaFrontccc.jpg,3D Baseball,PS,Sports,Mindscape,Crystal Dynamics,7.6,0.03,0.02,,0.01,0,1996-11-27, +/games/boxart/2418003ccc.jpg,Major League Baseball 2K8,PSP,Sports,2K Sports,Kush Games,6.5,0.03,0.03,,,0,2008-03-03, +/games/boxart/full_8089140PALFrontccc.jpg,Pro Evolution Soccer 2017,PC,Sports,Konami Digital Entertainment,PES Productions,,0.03,,,0.03,0,2016-09-13,2018-04-14 +/games/boxart/full_596276PALFrontccc.jpg,Rugby League Live 3,X360,Sports,Tru Blu Entertainment,Big Ant Studios,,0.03,,,0.03,0,2015-09-24,2018-04-19 +/games/boxart/full_2847513AmericaFrontccc.jpg,FIFA World Cup: Germany 2006,GBA,Sports,EA Sports,EA Canada,4.3,0.03,0.02,,0.01,0,2006-04-24, +/games/boxart/full_9013007AmericaFrontccc.jpg,River King: Mystic Valley (jp sales),DS,Sports,Natsume,Marvelous Interactive,,0.03,,0.03,,,2008-04-29, +/games/boxart/full_9583204JapanFrontccc.jpg,Winning Post World,PS2,Sports,KOEI,Koei,,0.03,,0.03,,,2009-04-02, +/games/boxart/240835ccc.jpg,Disney Sports Soccer,GC,Sports,Konami,KCEO,,0.03,0.03,,0.01,0,2002-11-17, +/games/boxart/3663418ccc.jpg,Elf Bowling 1 & 2,GBA,Sports,Ignition Entertainment,Ignition Entertainment,1.4,0.03,0.02,,0.01,0,2005-11-28, +/games/boxart/full_5717316AmericaFrontccc.jpg,Rapala Tournament Fishing!,X360,Sports,Activision,FUN Labs,,0.03,0.03,,0,0,2006-11-21, +/games/boxart/2891492ccc.jpg,Summer Athletics: The Ultimate Challenge,X360,Sports,Crave Entertainment,49Games,,0.03,0.02,,0.01,0,2008-07-29, +/games/boxart/full_kevin-van-dam-big-bass-challenge_2AmericaFront.jpg,Kevin Van Dam: Big Bass Challenge,Wii,Sports,Zoo Games,Zoo Games,,0.03,0.03,,,0,2010-11-02, +/games/boxart/full_7718669AmericaFrontccc.jpg,Agony,PS4,Action-Adventure,Maximum Games,Madmind Studio,5,0.03,0.02,,,0,2018-05-29,2018-04-30 +/games/boxart/full_3663005AmericaFrontccc.jpg,The Girl and the Robot,PS4,Action-Adventure,Soedesco,Flying Carpets Games,,0.03,0.02,,,0,2017-09-29,2019-05-01 +/games/boxart/full_1721660JapanFrontccc.jpg,Winning Post 7 2009,PSP,Sports,KOEI,Koei,,0.03,,0.03,,,2009-10-01, +/games/boxart/6153343ccc.jpg,Sunny Garcia Surfing,PS2,Sports,Ubisoft,Krome Studios,,0.03,0.02,,0.01,0,2001-10-22, +/games/boxart/full_shaun-white-skateboarding_7PALFront.jpg,Shaun White Skateboarding,PC,Sports,Ubisoft,Ubisoft Montreal,,0.03,,,0.03,0,2010-10-24, +/games/boxart/full_8978419AmericaFrontccc.jpg,Pro Evolution Soccer 2018,X360,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.03,0.02,,0.01,0,2017-09-12,2018-04-24 +/games/boxart/full_3804767PALFrontccc.jpg,Rugby 15,X360,Sports,Bigben Interactive,HB Studios,,0.03,,,0.03,0,2015-01-23,2018-04-19 +/games/boxart/1356330ccc.jpg,Go! Go! Hypergrind,GC,Sports,Atlus,Poponchi,6.5,0.03,0.02,,0.01,0,2003-11-18, +/games/boxart/full_5449512PALFrontccc.jpg,Handball 16,PS3,Sports,Bigben Interactive,EKO Software,,0.03,,,0.03,0,2015-11-27,2018-04-24 +/games/boxart/full_584016JapanFrontccc.jpg,Nettou! Powerful Koushien,DS,Sports,Konami,PawaPuro Production,,0.03,,0.03,,,2010-03-18, +/games/boxart/full_1970970JapanFrontccc.jpg,Minna no Golf Jou Vol.1,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,0.03,,0.03,,,2007-05-31, +/games/boxart/3309920ccc.jpg,Big Mountain 2000,N64,Sports,SouthPeak Interactive,Imagineer,,0.03,0.02,,0.01,0,2000-10-10, +/games/boxart/full_6760248PALFrontccc.jpg,Winter Sports 3: The Great Tournament,PS3,Sports,Zoo Games,49Games,,0.03,,,0.03,0,2011-03-29, +/games/boxart/full_street-jam-basketball_944AmericaFront.jpg,Street Jam Basketball,GBA,Sports,DSI Games,Prograph,,0.03,0.02,,0.01,0,2004-04-25, +/games/boxart/full_6106578AmericaFrontccc.jpg,Virtual Pool: Tournament Edition,XB,Sports,Global Star Software,Celeris,,0.03,0.02,,0.01,0,2005-05-11, +/games/boxart/full_4953813JapanFrontccc.jpg,Winning Post 8 2015,PSV,Sports,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2015-03-12,2018-07-31 +/games/boxart/3217062ccc.jpg,Real World Golf,XB,Sports,Mad Catz,In2Games / Aqua Pacific,,0.03,0.02,,0.01,0,2006-04-11, +/games/boxart/full_7496478AmericaFrontccc.jpg,NBA 08,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,7.2,0.03,0.03,,,0,2007-10-12, +/games/boxart/full_6401220AmericaFrontccc.jpg,NBA 2K13,PC,Sports,2K Sports,Visual Concepts,9.1,0.03,0,,0.02,0,2012-10-02,2018-01-04 +/games/boxart/full_power-poke-dash_116JapanFront.jpg,Power Poke Dash,GBA,Sports,Konami,Konami,,0.03,,0.03,,0,2006-03-23, +/games/boxart/full_7770396JapanFrontccc.jpg,Calcio Bit,GBA,Sports,Nintendo,ParityBit,,0.03,,0.03,,0,2006-05-18, +/games/boxart/full_6349595PALFrontccc.jpg,Dino Dini's Kick Off Revival,PS4,Sports,Avanquest,The Digital Lounge,,0.03,,,0.02,0,2016-06-24,2018-02-21 +/games/boxart/full_2721452JapanFrontccc.jpg,Winning Post 8 2015,PS3,Sports,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2015-03-12,2018-07-31 +/games/boxart/full_world-sports-competition_709AmericaFront.jpg,World Sports Competition,PSN,Sports,Hudson Soft,Hudson Soft,,0.03,0.02,,,0,2011-06-07, +/games/boxart/9933368ccc.jpg,ESPN Winter X Games: Snowboarding 2002,XB,Sports,Konami,Konami Computer Entertainment Osaka,,0.03,0.02,,0.01,0,2002-03-04, +/games/boxart/full_101-in-1-sports-party-megamix_620AmericaFront.jpg,101-in-1 Sports Party Megamix,Wii,Sports,Atlus,Nordcurrent,,0.03,0.02,,0,0,2011-01-11, +/games/boxart/2924363ccc.jpg,RedCard 20-03,XB,Sports,Midway Games,Point of View,,0.03,0.03,,0.01,0,2002-06-24, +/games/boxart/full_anglers-club-ultimate-bass-fishing-3d_960AmericaFront.jpg,Angler's Club: Ultimate Bass Fishing 3D,3DS,Sports,D3 Publisher,D3 Publisher,,0.03,0,,0.03,0,2011-08-30, +/games/boxart/7045444ccc.jpg,ESPN NBA 2Night 2002,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.03,0.02,,0.01,0,2002-02-25, +/games/boxart/3786887ccc.jpg,Cabela's Dangerous Hunts 2,GC,Sports,Activision,FUN Labs,6.5,0.03,0.03,,0.01,0,2005-11-16, +/games/boxart/full_1823798JapanFrontccc.jpg,Harukanaru Toki no Naka de Yumenoukihashi Special,PS2,Adventure,KOEI,Koei,,0.03,,0.03,,,2009-01-29, +/games/boxart/full_6570528AmericaFrontccc.jpg,The Rabbit's Apprentice,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,0.03,,,0.03,0,2013-05-28,2019-04-23 +/games/boxart/full_422171JapanFrontccc.jpg,Tokyo Majin Gakuen: Kenfuuchou,DS,Adventure,Marvelous Interactive,"Asmik Ace Entertainment, Inc",,0.03,,0.03,,,2008-08-21, +/games/boxart/full_rugby-league-live_0PALFront.jpg,Rugby League Live,PS3,Sports,Home Entertainment Suppliers,Home Entertainment Suppliers,,0.03,,,0.02,0.01,2010-11-02, +/games/boxart/full_4187639AmericaFrontccc.jpg,NBA 2K17,PC,Sports,2K Sports,Visual Concepts,,0.03,,,0.03,0,2016-09-16,2018-03-28 +/games/boxart/full_3456160AmericaFrontccc.jpg,River City Super Sports Challenge,DS,Sports,Aksys Games,"Million Co., Ltd.",,0.03,0.01,0.02,,0,2010-10-12, +/games/boxart/full_2007987PALFrontccc.jpg,Summer Athletics 2009,X360,Sports,49Games,49Games,,0.03,,,0.03,0,2009-08-07, +/games/boxart/full_4998184AmericaFrontccc.jpg,Underground Pool,DS,Sports,UFO Interactive,FrontLine Studios,,0.03,0.03,,,0,2007-01-26, +/games/boxart/full_9198139PALFrontccc.jpg,Rugby World Cup 2015,X360,Sports,Big Ben Interactive,HB Studios,,0.03,,,0.03,0,2015-09-04,2018-04-19 +/games/boxart/full_5857789JapanFrontccc.jpg,Pro Yakyuu Spirits 5 Kanzenban,PS3,Sports,Konami,PawaPuro Production,,0.03,,0.03,,,2008-12-04, +/games/boxart/full_6217001PALFrontccc.jpg,Rugby Challenge 3,PS3,Sports,Alternative Software,Wicked Witch Software,,0.03,,,0.03,0,2016-04-22,2018-04-18 +/games/boxart/full_3665580JapanFrontccc.jpg,Daibakushou: Jinsei Gekijou,SNES,Misc,Taito,Taito Corporation,,0.03,,0.03,,,1995-12-25, +/games/boxart/full_3621486JapanFrontccc.jpg,Hudson x GReeeeN Live!? DeeeeS!?,DS,Misc,Hudson Soft,Hudson Soft,,0.03,,0.03,,,2010-04-01, +/games/boxart/full_dj-max-portable-3_2AmericaFront.jpg,DJ Max Portable 3,PSP,Misc,PM Studios,Pentavision Entertainment,,0.03,0.01,0.02,,0,2010-10-14, +/games/boxart/4766603ccc.jpg,Stacked with Daniel Negreanu,XB,Misc,Myelin Media,5000ft,,0.03,0.02,,0.01,0,2006-05-30, +/games/boxart/full_konami-classics-series-arcade-hits_3AmericaFront.jpg,Konami Classics Series: Arcade Hits,DS,Misc,Konami,Konami,,0.03,0.01,0.02,0,0,2007-03-30, +/games/boxart/full_9844783JapanFrontccc.jpg,Mahjong Kakutou Club: Zenkoku Taisenban,PS3,Misc,Konami,Konami,,0.03,,0.03,,,2006-11-16, +/games/boxart/full_triple-pack-xbox-live-arcade-compilation_887AmericaFront.jpg,Triple Pack: Xbox Live Arcade Compilation,X360,Misc,Microsoft,Various,,0.03,0.03,,,0,2011-04-19,2018-10-08 +/games/boxart/full_4344193AmericaFrontccc.jpg,Penny-Punching Princess,NS,Misc,NIS America,Nippon Ichi Software,6.5,0.03,0.03,,,0,2018-04-03,2018-04-07 +/games/boxart/full_kokoro-no-kokoron_40JapanFront.jpg,Kokoro no Kokoron,DS,Misc,Namco Bandai,Namco Bandai Games,,0.03,,0.03,,,2011-07-14, +/games/boxart/full_guitar-hero-world-tour_905AmericaFront.jpg,Guitar Hero: World Tour,PC,Misc,Activision,Neversoft Entertainment,,0.03,,,0.03,0,2009-07-26, +/games/boxart/full_kaidan-restaurant-zoku-shin-menu-100-sen_227JapanFront.jpg,Kaidan Restaurant: Zoku! Shin Menu 100-Sen,DS,Misc,Namco Bandai,Namco Bandai Games,,0.03,,0.03,,,2011-06-30, +/games/boxart/full_9072181AmericaFrontccc.jpg,Golden Nugget Casino / Texas Hold 'Em Double Pack,GBA,Misc,Majesco,Majesco Games,,0.03,0.02,,0.01,0,2005-04-01, +/games/boxart/full_4331856JapanFrontccc.jpg,Pop'n Music 14 Fever!,PS2,Misc,Konami,Konami,,0.03,,0.03,,,2007-07-12, +/games/boxart/full_1230551JapanFrontccc.jpg,God Eater Off Shot:Shiou-hen Twin Pack & Animation Vol.5,PS4,Misc,Namco Bandai Games,Unknown,,0.03,,0.03,,,2016-02-25, +/games/boxart/full_singstar-fussballhits_0PALFront.jpg,SingStar Fussballhits,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.03,,,0.02,0.01,2010-06-11, +/games/boxart/full_7531492PALFrontccc.jpg,SingStar Chartbreaker,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.03,,,0.02,0.01,2009-12-04, +/games/boxart/full_2444257JapanFrontccc.png,THE iDOLM@STER: Stella Stage,PS4,Misc,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2017-12-21,2018-01-07 +/games/boxart/full_1596926JapanFrontccc.jpg,Nippon no Asoko de,PSP,Misc,Sony Computer Entertainment,SCEI,,0.03,,0.03,,,2008-05-01, +/games/boxart/full_5004708JapanFrontccc.jpg,Romance of the Three Kingdoms 13 with Power-Up Kit,PS4,Misc,Tecmo Koei,Unknown,,0.03,,0.03,,,2017-02-16, +/games/boxart/full_gekiatsu-pachi-game-tamashi-vol-1-cr-evangelion-shinjitsu-no-tsubasa_636JapanFront.jpg,Gekiatsu!! Pachi Game Tamashi Vol. 1: CR Evangelion - Shinjitsu no Tsubasa,PSP,Misc,Unknown,Fields,,0.03,,0.03,,,2011-06-09, +/games/boxart/full_2939084JapanFrontccc.jpg,Hissatsu Pachinko Collection 3,SNES,Misc,Sunsoft,Daiichi,,0.03,,0.03,,0,1995-11-02, +/games/boxart/full_hanayaka-kana-ware-ga-ichizoku-twin-pack_613JapanFront.jpg,Hanayaka Kana Ware ga Ichizoku Twin Pack,PSP,Misc,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-12-08, +/games/boxart/full_8978552JapanFrontccc.jpg,ParaParaParadise,PS2,Misc,Konami,Konami,,0.03,,0.03,,,2001-03-15, +/games/boxart/full_6497858JapanFrontccc.jpg,Eureka Seven AO: Jungfrau no Hanabanatachi,PS3,Misc,Namco Bandai Games,B.B. Studio,,0.03,,0.03,,,2012-09-20,2019-05-01 +/games/boxart/full_5054303JapanFrontccc.jpg,Winning Post 8 2017,PS4,Misc,Tecmo Koei,Unknown,,0.03,,0.03,,,2017-03-02, +/games/boxart/3370566ccc.jpg,Dream Pinball 3D,DS,Misc,SouthPeak Interactive,A.S.K. Homework,,0.03,0.03,,0,0,2008-04-24, +/games/boxart/full_9529873JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 4: Shinseiki Evangelion - Saigo no Mono,DS,Misc,D3 Publisher,Bisty,,0.03,,0.03,,,2009-07-30, +/games/boxart/full_gekiatsu-pachi-game-tamashi-vol-2-cr-evangelion-shinjitsu-no-tsubasa_680JapanFront.jpg,Gekiatsu!! Pachi Game Tamashi Vol. 2: CR Evangelion - Shinjitsu no Tsubasa,PS3,Misc,Unknown,Fields,,0.03,,0.03,,,2011-06-09, +/games/boxart/full_151864AmericaFrontccc.png,Resident Evil 4,Mob,Misc,Capcom,Unknown,,0.03,,,0.02,0,2009-07-27, +/games/boxart/full_1264217AmericaFrontccc.jpg,Electroplankton,DS,Misc,Nintendo,Indies Zero,,0.03,0.01,0.02,0,0,2005-01-09, +/games/boxart/full_3094449AmericaFrontccc.jpg,Montessori Music,DS,Misc,SouthPeak Interactive,Will,,0.03,0.01,,0.02,0,2011-03-29, +/games/boxart/full_4971419AmericaFrontccc.jpg,Best Friends Tonight,DS,Misc,Ubisoft,Ubisoft,,0.03,0.03,,,0,2010-02-09, +/games/boxart/full_gekiatsu-pachi-game-tamashi-cr-evangelion-hajimari-no-fukuin_513JapanFront.jpg,Gekiatsu!! Pachi Game Tamashi: CR Evangelion - Hajimari no Fukuin,PS3,Misc,Unknown,Fields,,0.03,,0.03,,,2010-11-18, +/games/boxart/full_2702669JapanFrontccc.jpg,The Idolmaster: Gravure For You! Vol. 4,PS3,Misc,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2012-01-27,2019-04-26 +/games/boxart/9490939ccc.jpg,Timeshock! Pro Pinball,PS,Misc,Empire Interactive,Cunning Developments,,0.03,0.02,,0.01,0,1998-08-31, +/games/boxart/full_battle-vs-chess_7AmericaFront.jpg,Check vs. Mate,X360,Misc,Unknown,TopWare Interactive,,0.03,,,0.03,0,, +/games/boxart/full_1000-cooking-recipies-from-elle-a-table_7PALFront.jpg,1000 Cooking Recipes from ELLE à table,DS,Misc,Nintendo,Agenda,,0.03,,,0.02,0,2010-07-02, +/games/boxart/full_beastly_86AmericaFront.jpg,Beastly,Wii,Misc,Storm City Games,Storm City Games,,0.03,0.03,,,0,2011-02-22, +/games/boxart/full_5357474JapanFrontccc.jpg,Sekai no Hate Made Itte Q! Chinjuu Hunter Mono no Daibouken,DS,Misc,Kamui,Kamui,,0.03,,0.03,,,2010-05-27, +/games/boxart/full_9944669AmericaFrontccc.jpg,Smart Girl's Winter Wonderland,DS,Misc,UFO Interactive,Starfish Inc.,,0.03,0.03,,,0,2008-10-14, +/games/boxart/full_pachitte-chonmage-tatsujin-12-pachinko-ultraman_7JapanFront.jpg,Pachitte Chonmage Tatsujin 12: Pachinko Ultraman,PS2,Misc,Hackberry,Hack Berry,,0.03,,0.03,,,2007-05-24, +/games/boxart/full_8376958JapanFrontccc.jpg,Fortune Street: Dragon Quest & Final Fantasy 30th Anniversary,PSV,Misc,Square Enix,Square Enix,,0.03,,0.03,,,2017-10-19,2018-09-17 +/games/boxart/full_3332139JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Yoshimune Portable,PSP,Misc,Daito,Daito,,0.03,,0.03,,,2006-06-08, +/games/boxart/full_8428497PALFrontccc.jpg,Travel Coach: Europe 1,DS,Misc,Disney Interactive Studios,HMH Hamburger Medien Haus,,0.03,,,0.03,0,2010-03-09, +/games/boxart/full_2602940PALFrontccc.jpg,Clever Kids: Pirates,DS,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,0.03,,,0.03,0,2008-11-07, +/games/boxart/full_946481JapanFrontccc.jpg,Nishijin Pachinko Monogatari 2,SNES,Misc,KSS,KSS,,0.03,,0.03,,0,1996-06-28, +/games/boxart/full_5228435AmericaFrontccc.jpg,thinkSMART FAMILY!,Wii,Misc,Conspiracy Entertainment,Conspiracy Entertainment,,0.03,0.03,,,0,2010-06-15, +/games/boxart/full_7119535PALFrontccc.jpg,Who Wants to be a Millionaire: 1st Edition,Wii,Misc,Ubisoft,Route 1 Games,,0.03,,,0.03,0,2010-10-05, +/games/boxart/full_8878473JapanFrontccc.jpg,Gotouchi Kenkei DS,DS,Misc,Spike,Spike,,0.03,,0.03,,,2006-11-22, +/games/boxart/full_6234565JapanFrontccc.jpg,BikkuriMan Daijiten,DS,Misc,3 O'Clock,3 O'Clock,,0.03,,0.03,,,2007-08-23,2018-12-04 +/games/boxart/7400842ccc.jpg,Bikkuriman Daijiten,DS,Misc,Unknown,3 O'Clock,,0.03,,0.03,,,, +/games/boxart/8619551ccc.jpg,Stacked with Daniel Negreanu,PSP,Misc,Myelin Media,5000ft,,0.03,0.03,,,0,2006-10-06, +/games/boxart/full_5385976AmericaFrontccc.png,PopCap Arcade Vol 2,X360,Misc,PopCap Games,PopCap Games,,0.03,0.03,,,0,2009-03-27, +/games/boxart/full_pro-evolution-soccer-2012_480AmericaFront.jpg,Pro Evolution Soccer 2012,3DS,Sports,Konami Digital Entertainment,Konami,,0.03,0.02,,,0,2012-06-01, +/games/boxart/full_6492667AmericaFrontccc.jpg,Disney Sports Soccer,GBA,Sports,Konami,Konami,7.3,0.03,0.02,,0.01,0,2002-11-11, +/games/boxart/full_rugby-league-live_8PALFront.jpg,Rugby League Live,X360,Sports,Home Entertainment Suppliers,Home Entertainment Suppliers,,0.03,,,0.02,0,2010-11-02, +/games/boxart/full_4229650AmericaFrontccc.jpg,Pro Cast Sports Fishing,XB,Sports,Capcom,Capcom,,0.03,0.02,,0.01,0,2003-08-27, +/games/boxart/1283352ccc.jpg,NBA 2K7,XB,Sports,2K Sports,Visual Concepts,8.4,0.03,0.02,,0.01,0,2006-09-25, +/games/boxart/6229798ccc.jpg,Dave Mirra Freestyle BMX 3,GBA,Sports,Acclaim Entertainment,Full Fat,8,0.03,0.02,,0.01,0,2002-11-26, +/games/boxart/full_lets-dance-with-mel-b_859PALFront.jpg,Let's Dance with Mel B,PS3,Sports,Black Bean Games,Lightning Fish,,0.03,,,0.02,0,2012-04-24, +/games/boxart/full_170494JapanFrontccc.jpg,HappinessCharge PreCure! Kawarun Collection,3DS,Misc,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2014-07-31,2018-08-03 +/games/boxart/full_puzzle-amp-action-tant-r_7JapanFront.jpg,Puzzle & Action: Tant-R,GEN,Misc,Sega,Sega,,0.03,,0.03,,,1994-04-01, +/games/boxart/full_east-india-company-collection_475AmericaFront.jpg,East India Company Collection,PC,Misc,Paradox Interactive,Nitro Games,,0.03,,,0.03,0,2010-05-05, +/games/boxart/full_5709628AmericaFrontccc.jpg,Silverlicious,DS,Misc,GameMill,GameMill Entertainment,,0.03,0.03,,,0,2012-03-13,2019-04-26 +/games/boxart/full_2038037JapanFrontccc.jpg,Big Ichigeki! Pachi-Slot Taikouryku Universal Museum,SAT,Misc,ASK,ASK,,0.03,,0.03,,,1996-06-14, +/games/boxart/full_9418405AmericaFrontccc.jpg,Vegas Casino,DS,Misc,SVG Distribution,Neko Entertainment,,0.03,0.03,,0,0,2007-07-10, +/games/boxart/3906563ccc.jpg,Flipper Critters,DS,Misc,Ignition Entertainment,Zen Studios,,0.03,0.03,,0,0,2007-10-09, +/games/boxart/full_3842742JapanFrontccc.jpg,Pachinko Kamen Rider: Shocker Zenmetsu Daisakusen,PS2,Misc,Hackberry,Hack Berry,,0.03,,0.03,,,2008-02-21, +/games/boxart/full_3960002JapanFrontccc.jpg,Gekiatsu!! Pachi Game Damashi Max: Evangelion 7 x Seimei no Kodou,PS3,Misc,Fields,Fields,,0.03,,0.03,,,2012-09-06,2019-04-26 +/games/boxart/full_gacharoku_6JapanFront.jpg,Gacharoku,PS2,Misc,Sony Computer Entertainment,Agenda,,0.03,,0.03,,,2002-12-05, +/games/boxart/full_rakushou-pachi-slot-sengen-5-rio-paradise_0JapanFront.jpg,Rakushou! Pachi-Slot Sengen 5: Rio Paradise,PS2,Misc,Tecmo,Net Corporation,,0.03,,0.03,,,2007-04-05, +/games/boxart/full_6595955AmericaFrontccc.jpg,Death Mark,PS4,Misc,Aksys Games,Experience Inc.,,0.03,0.02,0.01,,0,2018-10-31,2019-03-17 +/games/boxart/full_3674948AmericaFrontccc.jpg,Astrology DS,DS,Misc,Deep Silver,Sproing Interactive Media,,0.03,0.03,,0,0,2009-09-22, +/games/boxart/full_8824507JapanFrontccc.jpg,Sumikko Gurashi Atsumare Sumikko Town,NS,Misc,Nippon Columbia,Nippon Columbia,,0.03,,0.03,,,2018-10-04,2018-07-05 +/games/boxart/full_681519PALFrontccc.jpg,Who Wants to be a Millionaire: 1st Edition,DS,Misc,Ubisoft,Route 1 Games,,0.03,,,0.03,0,2010-10-05, +/games/boxart/default.jpg,Mega Minis Volume 2,PSP,Misc,Sony Computer Entertainment,Various,,0.03,,,0.02,0.01,2011-04-29, +/games/boxart/4886216ccc.jpg,Street Supremacy,PSP,Racing,Konami,Genki,,0.03,0.03,,,0,2006-02-28, +/games/boxart/full_5740956AmericaFrontccc.jpg,MXGP Pro,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,0.03,,,0,2018-07-10,2018-04-26 +/games/boxart/full_maximum-racing-gp-classic-racing_210AmericaFront.jpg,Maximum Racing: GP Classic Racing,Wii,Racing,Unknown,Brain in a Jar,,0.03,0.03,,0,0,2011-03-15, +/games/boxart/full_597582PALFrontccc.jpg,WRC 5: FIA World Rally Championship,PSV,Racing,Bigben Interactive,Kylotonn Entertainment,,0.03,,,0.03,0.01,2015-11-24,2018-04-24 +/games/boxart/full_6712883PALFrontccc.jpg,SuperCar Challenge,PS3,Racing,System 3 Arcade Software,System 3 Arcade Software,,0.03,,,0.03,0.01,2009-08-28, +/games/boxart/full_sbk-2011_222PALFront.jpg,SBK 2011: FIM Superbike World Championship,PC,Racing,Black Bean Games,Milestone S.r.l,,0.03,,,0.03,0,2011-05-11, +/games/boxart/full_8414412JapanFrontccc.jpg,Daito Giken Premium Pachi-Slot Collection: Yoshimune,PS2,Misc,Daito,Paon Corporation,,0.03,,0.03,,,2006-07-06, +/games/boxart/6207174ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,PS2,Misc,Activision,Left Field Productions,6.4,0.03,0.02,,0.01,0,2006-09-21, +/games/boxart/8596411ccc.jpg,Dakar 2: The World's Ultimate Rally,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.03,0.02,,0.01,0,2003-03-25, +/games/boxart/7255153ccc.jpg,Auto Modellista,GC,Racing,Capcom,Capcom,5.9,0.03,0.02,,0.01,0,2003-09-30, +/games/boxart/full_forza-motorsport-4-december-ign-pack_49AmericaFront.jpg,Forza Motorsport 4: December IGN Pack,XBL,Racing,Microsoft Studios,Turn 10,,0.03,0.01,,0.02,0,2011-12-06, +/games/boxart/full_8986715AmericaFrontccc.jpg,Road Rage,PS4,Racing,Maximum Games,Team 6 Games Studio,,0.03,0.02,,,0.01,2017-11-14,2018-01-19 +/games/boxart/672807ccc.jpg,Crash Time: Autobahn Pusuit,X360,Racing,Crave Entertainment,Synetic,,0.03,0.03,,0,0,2008-08-05, +/games/boxart/full_7763709AmericaFrontccc.jpg,Ride 3,XOne,Racing,Bandai Namco Entertainment,Milestone S.r.l.,,0.03,0.03,,,0,2018-11-30,2019-03-21 +/games/boxart/full_project-gotham-racing-2-jp-weekly-sales_331JapanFront.jpg,Project Gotham Racing 2 (JP weekly sales),XB,Racing,Microsoft Game Studios,Bizarre Creations,,0.03,,0.03,,,2003-11-20,2018-09-25 +/games/boxart/2514697ccc.jpg,Driv3r,GBA,Racing,Atari,Velez & Dubail,,0.03,0.02,,0.01,0,2005-10-25, +/games/boxart/full_9192446AmericaFrontccc.jpg,Baldur's Gate: Dark Alliance,GBA,Role-Playing,"Destination Software, Inc",Magic Pockets,8,0.03,0.02,,0.01,0,2004-02-10, +/games/boxart/full_age-of-conan-rise-of-the-godslayer_418AmericaFront.jpg,Age of Conan: Rise of the Godslayer,PC,Role-Playing,Funcom,Funcom,7.9,0.03,,,0.02,0,2010-05-11, +/games/boxart/full_4161347AmericaFrontccc.jpg,The Lost Child,NS,Role-Playing,NIS America,Crim,7.5,0.03,0.02,,,0,2018-06-19,2018-09-20 +/games/boxart/full_2378004AmericaFrontccc.jpg,AereA,PS4,Role-Playing,Soedesco,Triangle Studios,,0.03,0.02,,,0,2017-07-28,2018-08-01 +/games/boxart/full_8574542AmericaFrontccc.jpg,Metal Saga,PS2,Role-Playing,Atlus,Createch,6.1,0.03,0.01,,0.01,0,2006-04-25, +/games/boxart/827360ccc.jpg,Guild Wars: Nightfall,PC,Role-Playing,NCSoft,ArenaNet,8,0.03,,,0.02,0,2006-10-26, +/games/boxart/full_8711232JapanFrontccc.png,Medabots Classics: Metabee Ver. / Rokusho Ver.,3DS,Role-Playing,Imagineer,Imagineer,,0.03,,0.03,,,2017-12-21,2018-01-07 +/games/boxart/5990932ccc.jpg,Spectral Souls: Resurrection of the Ethereal Empires,PSP,Role-Playing,NIS America,Neverland Company,,0.03,0.03,,,0,2006-09-26, +/games/boxart/full_7958320JapanFrontccc.jpg,Mahou Sensei Negima! Private Lesson 2: Ojama Shimasu Parasite de Chu,GBA,Role-Playing,Marvelous Interactive,Marvelous Interactive,,0.03,,0.02,,0,2006-03-23, +/games/boxart/full_1442133AmericaFrontccc.jpg,Omega Quintet,PS4,Role-Playing,Compile Heart,Compile Heart,,0.03,,0.02,0,0,2015-04-28,2019-01-02 +/games/boxart/full_divinity-ii-flames-of-vengeance_68PALFront.jpg,Divinity II: Flames of Vengeance,PC,Role-Playing,DTP Entertainment,Larian Studios,,0.03,,,0.02,0,2010-07-30, +/games/boxart/full_2348066JapanFrontccc.png,Mary Skelter: Nightmares 2,PS4,Role-Playing,Compile Heart,Compile Heart,,0.03,,0.03,,,2018-07-12,2018-07-20 +/games/boxart/full_9206325JapanFrontccc.jpg,Kiniro no Corda 2 f Encore,PSP,Role-Playing,KOEI,Koei,,0.03,,0.03,,,2009-08-20, +/games/boxart/full_6752732JapanFrontccc.jpg,La Pucelle: Ragnarok,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2009-11-26, +/games/boxart/full_monster-hunter-frontier-online-forward-2_822JapanFront.jpg,Monster Hunter Frontier Online: Forward 2,X360,Role-Playing,Capcom,Capcom,,0.03,,0.03,,,2011-09-28, +/games/boxart/full_423111JapanFrontccc.jpg,The Legend of Heroes: Sen no Kiseki: Kai -Thors Military Academy 1204-,PS4,Role-Playing,Nihon Falcom Corporation,Nihon Falcom Corporation,,0.03,,0.03,,,2018-03-08,2018-03-25 +/games/boxart/5836081ccc.jpg,MX World Tour Featuring Jamie Little,XB,Racing,Crave Entertainment,Impulse Games,,0.03,0.03,,0.01,0,2005-04-06, +/games/boxart/full_462122AmericaFrontccc.jpg,WRC 6,XOne,Racing,Namco Bandai Games,Bigben Interactive,,0.03,0.03,,,0,2017-03-03,2018-08-12 +/games/boxart/3080430ccc.jpg,Motor Trend presents Lotus Challenge,XB,Racing,Xicat Interactive,Kuju Entertainment,,0.03,0.02,,0.01,0,2003-04-30, +/games/boxart/full_6928PALFrontccc.jpg,Ride,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,,,0.03,0,2015-06-23,2018-04-24 +/games/boxart/1391762ccc.jpg,Driver: Parallel Lines,Wii,Racing,Ubisoft,Reflections Interactive,5.9,0.03,0.01,,0.01,0,2007-06-26, +/games/boxart/7885929ccc.jpg,D1 Professional Drift Grand Prix Series,PS2,Racing,Yuke's,Yuke's Future Media Creators,,0.03,0.01,,0.01,0,2006-08-15, +/games/boxart/full_707014AmericaFrontccc.jpg,Baja: Edge of Control HD,PS4,Racing,THQ Nordic,2XL Games,,0.03,0.02,,,0.01,2017-09-14,2018-06-29 +/games/boxart/full_7016569AmericaFrontccc.jpg,Rush Hour,PS,Racing,Psygnosis,Clockwork Games,,0.03,0.02,,0.01,0,1997-04-30, +/games/boxart/7279859ccc.jpg,NHRA Drag Racing: Countdown to the Championship,PSP,Racing,THQ,"Pipeworks Software, Inc.",,0.03,0.03,,,0,2007-08-27, +/games/boxart/full_6168258AmericaFrontccc.jpg,TOCA Race Driver 3: The Ultimate Racing Simulator,XB,Racing,Codemasters,Codemasters,,0.03,0.03,,0.01,0,2006-02-22, +/games/boxart/full_8749374JapanFrontccc.jpg,Wangan Midnight,PS3,Racing,Genki,Genki,,0.03,,0.03,,,2007-07-26, +/games/boxart/full_6648506AmericaFrontccc.jpg,Onrush,XOne,Racing,Deep Silver,Codemasters,,0.03,0.03,,,0,2018-06-05,2018-03-04 +/games/boxart/full_3755298AmericaFrontccc.jpg,SX Superstar,GC,Racing,Acclaim Entertainment,Climax Studios,,0.03,0.03,,0.01,0,2003-06-30, +/games/boxart/8024804ccc.jpg,Driven,GBA,Racing,BAM! Entertainment,Crawfish Interactive,6.8,0.03,0.02,,0.01,0,2001-11-28, +/games/boxart/full_1966040JapanFrontccc.jpg,Zenkoku Dekotora Matsuri,Wii,Racing,Jaleco,Suzak,,0.03,,0.03,,,2008-02-28, +/games/boxart/full_8850787AmericaFrontccc.jpg,Snow Moto Racing Freedom,NS,Racing,Big Ben Interactive,Bigben Interactive,,0.03,0.03,,,0,2018-03-27,2019-03-05 +/games/boxart/full_7138891AmericaFrontccc.jpg,Crazy Chicken: Star Karts,DS,Racing,Mumbo Jumbo,Phenomedia,,0.03,0.03,,,0,2009-06-11, +/games/boxart/7230439ccc.jpg,The Italian Job,GC,Racing,Eidos Interactive,Climax Group,,0.03,0.03,,0.01,0,2003-07-17, +/games/boxart/full_6253633AmericaFrontccc.jpg,Aqua Moto Racing Utopia,NS,Racing,Big Ben Interactive,Bigben Interactive,,0.03,0.03,,,0,2018-03-27,2019-03-17 +/games/boxart/full_maximum-racing-drag-ampamp-stock-racer_478AmericaFront.jpg,Maximum Racing: Drag & Stock Racer,Wii,Racing,Unknown,Brain in a Jar,,0.03,0.03,,0,0,2011-03-15, +/games/boxart/8501100ccc.jpg,MotoGP,PSP,Racing,Namco Bandai,Bandai Namco Games,,0.03,0.03,,0,0,2006-09-26, +/games/boxart/full_5815708AmericaFrontccc.jpg,F1 Championship Season 2000,PS2,Racing,EA Sports,Visual Science,,0.03,,0.03,,,2000-12-19, +/games/boxart/full_8655468PALFrontccc.jpg,Burnout Paradise: The Ultimate Box,X360,Racing,Electronic Arts,Criterion Games,,0.03,,0,0.03,0,2009-02-06, +/games/boxart/full_7323254AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame,NS,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,0.03,,,0,2018-02-13,2018-03-23 +/games/boxart/full_4406508AmericaFrontccc.jpg,World of Final Fantasy Maxima,XOne,Role-Playing,Square Enix,Square Enix,,0.03,0.03,,,0,2018-11-06,2018-09-13 +/games/boxart/full_2811646JapanFrontccc.jpg,Eyeshield 21: Field Saikyou no Senshi Tachi,Wii,Role-Playing,Nintendo,Eighting,,0.03,,0.03,,,2007-03-08, +/games/boxart/full_2110197JapanFrontccc.jpg,New Interpretation Stranger of Sword City,PSV,Role-Playing,Experience Inc.,Unknown,,0.03,,0.03,,,2016-07-21, +/games/boxart/full_7253647AmericaFrontccc.jpg,Divinity: Original Sin II,XOne,Role-Playing,Bandai Namco Entertainment,Larian Studios,,0.03,0.03,,,0,2018-08-31,2018-06-04 +/games/boxart/6108708ccc.png,Digimon World 4,XB,Role-Playing,Bandai,Bandai,,0.03,0.02,,0.01,0,2005-06-02, +/games/boxart/full_1489284JapanFrontccc.jpg,Omega Labyrinth Z,PSV,Role-Playing,Unknown,Unknown,,0.03,,0.03,,,, +/games/boxart/full_6288196PALFrontccc.jpg,The Dwarves,PS4,Role-Playing,THQ Nordic,KING Art Games,,0.03,0.03,,,0.01,2016-12-01,2018-08-18 +/games/boxart/full_1612910JapanFrontccc.jpg,Toushin Toshi,3DS,Role-Playing,imageepoch Inc.,imageepoch Inc.,,0.03,,0.03,,,2014-01-30,2019-04-26 +/games/boxart/full_fallout-new-vegas-ultimate-edition_879AmericaFront.jpg,Fallout: New Vegas Ultimate Edition,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,0.03,,,0.03,0,2012-02-07, +/games/boxart/full_7006757JapanFrontccc.jpg,Eyeshield 21: DevilBats DevilDays,GBA,Role-Playing,Nintendo,Eighting,,0.03,,0.03,,0,2006-04-06, +/games/boxart/full_318395AmericaFrontccc.jpg,Graffiti Kingdom,PS2,Role-Playing,Hot-B,Garakuta-Studio,7.2,0.03,0.01,,0.01,0,2005-07-28, +/games/boxart/8007182ccc.jpg,Away: Shuffle Dungeon,DS,Role-Playing,Majesco,Mistwalker Corporation / Artoon,,0.03,0.02,0,,0,2008-11-06, +/games/boxart/full_6339920JapanFrontccc.jpg,Judie no Atelier: Guramnat no Renkinjutsu - Toraware no Morito,PSP,Role-Playing,Gust,Gust,,0.03,,0.03,,,2010-04-08, +/games/boxart/6833987ccc.jpg,CIMA: The Enemy,GBA,Role-Playing,Natsume,Neverland,6.8,0.03,0.02,,0.01,0,2003-11-17, +/games/boxart/full_3238411AmericaFrontccc.jpg,The Legend of Heroes III: Song of the Ocean,PSP,Role-Playing,Namco Bandai,Microvision,,0.03,0.03,,,0,2007-01-23, +/games/boxart/full_5607895JapanFrontccc.jpg,Utawarerumono: Chiriyukusha e no Komoriuta,PS4,Role-Playing,Aqua Plus,Aqua Plus,,0.03,,0.03,,,2018-04-26,2018-05-20 +/games/boxart/full_3970125AmericaFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,NS,Role-Playing,Tecmo Koei,Gust,,0.03,0.02,0.01,,0,2018-03-27,2018-02-10 +/games/boxart/full_monster-hunter-frontier-online-season-10_693JapanFront.jpg,Monster Hunter Frontier Online: Season 10,X360,Role-Playing,Capcom,Capcom,,0.03,,0.03,,,2011-01-26, +/games/boxart/default.jpg,MapleStory DS,DS,Role-Playing,Nexon,Nexon,,0.03,,0.03,,,2010-04-15, +/games/boxart/full_8849428JapanFrontccc.jpg,Blue Breaker: Ken Yorimo Hohoemi o,PCFX,Role-Playing,NEC,HuneX,,0.03,,0.03,,,1996-09-27, +/games/boxart/9843422ccc.jpg,Metal Dungeon,XB,Role-Playing,Xicat Interactive,Panther Software,,0.03,0.02,,0.01,0,2002-12-15, +/games/boxart/full_5544691JapanFrontccc.jpg,Blaze Union: Story to Reach the Future,PSP,Role-Playing,Sting,Sting,,0.03,,0.03,,,2010-05-27, +/games/boxart/full_6787712JapanFrontccc.jpg,Gensou Suikoden I & II,PSP,Role-Playing,Konami,Konami,,0.03,,0.03,,,2006-02-23, +/games/boxart/full_gloria-union_943JapanFront.jpg,Gloria Union,PSP,Role-Playing,Atlus,Sting,,0.03,,0.03,,,2011-06-23, +/games/boxart/full_3115529AmericaFrontccc.jpg,Death end re;Quest,PS4,Role-Playing,Idea Factory,Compile Heart,,0.03,,0.03,,,2019-12-01,2018-04-22 +/games/boxart/full_3178767AmericaFrontccc.jpg,Shining Resonance Refrain,XOne,Role-Playing,Sega,Media.Vision,,0.03,0.02,,,0,2018-07-10,2018-09-15 +/games/boxart/full_680490JapanFrontccc.jpg,Metal Saga: Hagane no Kisetsu,DS,Role-Playing,Success,Crea-Tech,,0.03,,0.03,,,2006-06-15, +/games/boxart/full_4216057JapanFrontccc.jpg,Labyrinth Cross Blood: Infinity,PSV,Role-Playing,CyberFront,Experience Inc.,,0.03,,0.03,,,2013-04-25,2019-04-30 +/games/boxart/default.jpg,Monster Hunter Frontier Online: Forward 1,X360,Role-Playing,Capcom,Capcom,,0.03,,0.03,,,2011-04-20, +/games/boxart/full_85878JapanFrontccc.jpg,Dragon Tamer: Sound Spirit,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-11-01, +/games/boxart/full_3763026JapanFrontccc.jpg,Eiyuu Densetsu: Sora no Kiseki Set,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.03,,0.03,,,2008-11-27, +/games/boxart/9253067ccc.jpg,Planescape: Torment,PC,Role-Playing,Interplay,Black Isle Studios,8.8,0.03,0.01,,0.02,0,1999-11-30, +/games/boxart/full_9076830JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Fate of Heat II - Unmei no Futari,DS,Role-Playing,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2009-04-16, +/games/boxart/full_5327537JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-10-25, +/games/boxart/full_2661842JapanFrontccc.jpg,Magna Carta Portable,PSP,Role-Playing,Banpresto,SoftMax,,0.03,,0.03,,,2006-05-25, +/games/boxart/6125333ccc.jpg,Zatch Bell! Electric Arena,GBA,Fighting,Bandai,Eighting,4.4,0.03,0.02,,0.01,0,2005-11-22, +/games/boxart/full_swords_4AmericaFront.jpg,Swords,Wii,Fighting,Majesco,Panic Button,,0.03,0.03,,,0,2010-09-14, +/games/boxart/1383005ccc.jpg,Battle Arena Toshinden URA,SAT,Fighting,Sega,Nextech,,0.03,,0.03,,0,1996-11-30, +/games/boxart/full_8233474JapanFrontccc.jpg,Bleach: Soul Carnival 2,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.03,,0.03,,,2009-12-10, +/games/boxart/1272836ccc.jpg,Yggdra Union: We'll Never Fight Alone,GBA,Role-Playing,Atlus,Sting,,0.03,,0.03,,0,2006-11-21, +/games/boxart/9908049ccc.jpg,Dungeon Maker: Hunting Ground,PSP,Role-Playing,Xseed Games,Global A Entertainment,,0.03,0.03,,,0,2007-06-19, +/games/boxart/full_original-story-from-fairy-tail-gekitotsu-kardia-daiseidou_739JapanFront.jpg,Original Story from Fairy Tail: Gekitotsu! Kardia Daiseidou,DS,Role-Playing,Hudson Soft,Hudson Soft,,0.03,,0.03,,,2011-04-21, +/games/boxart/full_8888960AmericaFrontccc.jpg,Gothic Universe,PC,Role-Playing,DreamCatcher Interactive,JoWood Productions & Piranha Bytes,,0.03,,,0.03,0,2007-10-15, +/games/boxart/full_2208166AmericaFrontccc.jpg,Crimson Tears,PS2,Role-Playing,Capcom,Spike / DreamFactory Ltd.,5.9,0.03,0.02,,0.01,0,2004-07-21, +/games/boxart/full_monster-guardians_426JapanFront.jpg,Monster Guardians,GBA,Role-Playing,Konami,Konami,,0.03,,0.03,,0,2001-03-21, +/games/boxart/full_6220922PALFrontccc.jpg,Inazuma Eleven 3: Team Ogre Attacks!,3DS,Role-Playing,Nintendo,Level 5,,0.03,,,0.03,0,2014-02-14,2018-08-31 +/games/boxart/full_6630711JapanFrontccc.jpg,SaGa: Scarlet Grace,PS4,Role-Playing,Square Enix,Square Enix,,0.03,,0.03,,,2019-12-03,2018-08-26 +/games/boxart/full_7096941JapanFrontccc.jpg,First Queen: Ornic Senki,SNES,Role-Playing,Culture Brain,Kure,,0.03,,0.03,,,1994-03-11, +/games/boxart/full_9120200AmericaFrontccc.jpg,Alpha Protocol,PC,Role-Playing,Sega,Obsidian Entertainment,,0.03,,,0.03,0.01,2010-06-01, +/games/boxart/full_3390726JapanFrontccc.jpg,Utawarerumono Portable,PSP,Role-Playing,Aquaplus,Aquaplus,,0.03,,0.03,,,2009-05-28, +/games/boxart/full_9192589JapanFrontccc.jpg,Gaia Saver Hero Saidai no Sakusen,SNES,Role-Playing,Banpresto,Banpresto,,0.03,,0.03,,,1994-01-28, +/games/boxart/full_jikandia-the-timeless-land_581AmericaFront.jpg,Jikandia: The Timeless Land,PSP,Role-Playing,Aksys Games,Opus Studio,,0.03,0.03,,,0.01,2011-03-15, +/games/boxart/full_8650147AmericaFrontccc.jpg,Immortal Unchained,XOne,Role-Playing,Sold Out,Toadman Interactive,,0.03,0.03,,,0,2018-09-07,2018-04-20 +/games/boxart/full_5240204AmericaFrontccc.jpg,South Park: The Stick of Truth,PS4,Role-Playing,Ubisoft,Obsidian Entertainment,,0.03,0.03,,,0.01,2018-02-13,2018-03-19 +/games/boxart/full_8604473AmericaFrontccc.jpg,Superdimension Neptune vs Sega Hard Girls,PSV,Role-Playing,Idea Factory International,Idea Factory,,0.03,,,0.03,0.01,2016-10-18,2018-09-22 +/games/boxart/full_beyond-the-labyrinth_128JapanFront.jpg,Beyond the Labyrinth,3DS,Role-Playing,Unknown,tri-Ace,,0.03,,0.03,,,, +/games/boxart/3861186ccc.jpg,Astonishia Story,PSP,Role-Playing,Ubisoft,Sonnori,4.8,0.03,0.03,,0,0,2006-06-06, +/games/boxart/full_690855JapanFrontccc.jpg,Madou Monogatari,SAT,Role-Playing,Compile,Compile,,0.03,,0.03,,0,1998-07-23, +/games/boxart/full_7903738JapanFrontccc.gif,Classic Dungeon: Fuyoku no Masoujin,PSP,Role-Playing,Nippon Ichi Software,System Prisma,,0.03,,0.03,,,2010-02-18, +/games/boxart/full_7952090AmericaFrontccc.jpg,Darkest Dungeon,NS,Role-Playing,Merge Games,Red Hook Studios,,0.03,0.02,,0.01,0,2018-04-24,2018-01-18 +/games/boxart/full_3697763JapanFrontccc.jpg,Exstetra,PSV,Role-Playing,FuRyu Corporation,Studio Saizensen,,0.03,,0.03,,,2013-11-07,2019-04-26 +/games/boxart/full_6777999JapanFrontccc.jpg,Makai Senki Disgaea Portable: Tsuushin Taisen Hajime Mashita,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2007-11-29, +/games/boxart/full_far-east-of-eden-shinden_850JapanFront.jpg,Far East of Eden Shinden,NG,Fighting,Hudson Soft,RED Company,,0.03,,0.03,,,1995-07-28, +/games/boxart/2302390ccc.jpg,Mortal Kombat II (JP sales),GEN,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,0.03,,0.03,,,1994-01-01, +/games/boxart/full_9362663JapanFrontccc.jpg,Sunday vs Magazine Shuuketsu! Choujou Daikessen,PSP,Fighting,Konami,Konami,,0.03,,0.03,,,2009-03-26, +/games/boxart/5698516ccc.jpg,SoulCalibur II(JP sales),XB,Fighting,Namco,Namco,9.3,0.03,,0.03,,,2003-08-27, +/games/boxart/full_977838AmericaFrontccc.jpg,Robo Pit,PS,Fighting,THQ,Altron Corporation,,0.03,0.02,,0.01,0,1996-01-01, +/games/boxart/full_7055929AmericaFrontccc.jpg,Animal Boxing,DS,Fighting,Destineer,Gammick Entertainment,6.1,0.03,0.03,,,,2008-12-02, +/games/boxart/full_504671AmericaFrontccc.jpg,Legend of the Dragon,PSP,Fighting,Game Factory,Neko Entertainment,2.9,0.03,0.03,,0,0,2007-05-29, +/games/boxart/full_8478316JapanFrontccc.jpg,Custom Beat Battle: Draglade 2,DS,Fighting,Namco Bandai,Dimps Corporation,,0.03,,0.03,,,2008-07-10, +/games/boxart/full_7631091JapanFrontccc.jpg,Pocket Fighter,SAT,Fighting,Capcom,Capcom,,0.03,,0.03,,,1998-07-09, +/games/boxart/full_6894560AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus,Wii,Fighting,Aksys Games,Arc System Works,7,0.03,0.01,,0.02,0,2009-05-12, +/games/boxart/full_1289021JapanFrontccc.jpg,Darkstalkers Resurrection,PS3,Fighting,Capcom,Iron Galaxy Studios,,0.03,,0.03,,,2013-03-13,2019-04-27 +/games/boxart/full_1410873JapanFrontccc.jpg,Suggoi! Arcana Heart 2,PS2,Fighting,AQ Interactive,Examu Inc.,,0.03,,0.03,,,2009-04-09, +/games/boxart/8180353ccc.jpg,Tom and Jerry in War of the Whiskers,XB,Fighting,NewKidCo,VIS Entertainment,,0.03,0.02,,0.01,0,2003-12-06, +/games/boxart/full_1256657JapanFrontccc.jpg,Blade Arcus from Shining EX,PS4,Fighting,Sega,Unknown,,0.03,,0.03,,,2015-11-26,2018-06-18 +/games/boxart/full_cyber-troopers-virtual-on-force_9JapanFront.jpg,Dennou Senki Virtual-On Force,X360,Fighting,Sega,Hitmaker,,0.03,,0.03,,,2010-12-22, +/games/boxart/full_1941770JapanFrontccc.png,Kamen Rider: Climax Fighters,PS4,Fighting,Namco Bandai Games,Eighting,,0.03,,0.03,,,2017-12-07,2018-01-07 +/games/boxart/full_5668057JapanFrontccc.jpg,Senko no Ronde DUO,X360,Fighting,G.Rev,G.Rev,,0.03,,0.03,,,2010-05-20, +/games/boxart/full_5053365JapanFrontccc.jpg,Katekyoo Hitman Reborn! Kizuna no Tag Battle,PSP,Fighting,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2010-02-25, +/games/boxart/full_5558506JapanFrontccc.jpg,Kamen Rider: Climax Scramble Zi-O,NS,Fighting,Bandai Namco Games,Bandai Namco Games,,0.03,,0.03,,,2018-11-29,2019-01-05 +/games/boxart/full_9455412JapanFrontccc.jpg,Blade Arcus from Shining EX,PS3,Fighting,Sega,Unknown,,0.03,,0.03,,,2015-11-26,2018-06-18 +/games/boxart/full_2807908JapanFrontccc.jpg,The Battle of Yuu Yuu Hakusho: Shitou! Ankoku Bujutsukai! 120%,PS2,Fighting,Banpresto,Dimps Corporation,,0.03,,0.03,,,2007-01-11, +/games/boxart/full_1978302JapanFrontccc.jpg,Wrestle Kingdom,PS2,Fighting,Yuke's,Yuke's Future Media Creators,,0.03,,0.03,,,2006-07-20, +/games/boxart/full_8390187JapanFrontccc.jpg,Koihime Enbu,PS4,Fighting,Yeti,Boss Alien Ltd.,,0.03,,0.03,,,2016-01-28, +/games/boxart/full_167172JapanFrontccc.jpg,Hajime no Ippo: The Fighting,GBA,Fighting,ESP,"Treasure Co., Ltd.",,0.03,,0.03,,0,2002-12-12, +/games/boxart/full_3621494JapanFrontccc.jpg,The King of Fighters Portable '94~'98: Chapter of Orochi,PSP,Fighting,SNK Playmore,SNK Playmore Corporation,,0.03,,0.03,,,2010-06-24, +/games/boxart/full_5787466AmericaFrontccc.jpg,Mortal Kombat,PC,Fighting,Acclaim Entertainment,Midway,,0.03,0.02,,,0,1994-05-25, +/games/boxart/full_35614JapanFrontccc.jpg,Wrestle Angels: Survivor 2,PS2,Fighting,Tryfirst,Tryfirst,,0.03,,0.03,,,2008-11-06, +/games/boxart/7715405ccc.jpg,The King of Fighters 02/03,XB,Fighting,SNK Playmore,SNK Playmore Corporation,,0.03,0.02,,0.01,0,2005-03-15, +/games/boxart/full_9856284JapanFrontccc.jpg,The Perfect Golf,PS,Sports,Seta Corporation,Seta Corporation,,0.03,,0.03,,0,1995-12-01, +/games/boxart/4324996ccc.jpg,NHL 07,XB,Sports,EA Sports,EA Montreal,7.6,0.03,0.02,,0.01,0,2006-09-12, +/games/boxart/full_lets-dance-with-mel-b_243PALFront.jpg,Let's Dance with Mel B,Wii,Sports,Black Bean Games,Lightning Fish,,0.03,,,0.02,0,2012-04-24, +/games/boxart/3382091ccc.jpg,Archer Maclean Presents: Pool Paradise,GC,Sports,Ignition Entertainment,Awesome Developments,,0.03,0.02,,0.01,0,2004-06-30, +/games/boxart/full_9366011JapanFrontccc.jpg,Ookiku Furikabutte: Honto no Ace ni Nareru kamo,DS,Sports,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2007-12-13, +/games/boxart/full_captain-tsubasa-j-the-way-to-world-youth_1JapanFront.jpg,Captain Tsubasa J: The Way to World Youth,SNES,Sports,Bandai,Bandai,,0.03,,0.03,,,1995-11-17, +/games/boxart/full_2637527AmericaFrontccc.jpg,Madden NFL 07,GBA,Sports,EA Sports,Exient Entertainment,7,0.03,0.02,,0.01,0,2006-08-22, +/games/boxart/331107ccc.jpg,Backyard NFL Football,Wii,Sports,Atari,Humongous Entertainment,,0.03,0.02,,,0,2007-10-23, +/games/boxart/7899165ccc.gif,River King: Wonderful Journey,PS2,Sports,Natsume,Marvelous,,0.03,0.01,,0.01,0,2006-03-28, +/games/boxart/full_8366278AmericaFrontccc.jpg,Let's Play Ballerina,Wii,Sports,Deep Silver,ZigZagIsland,,0.03,0.02,,0,0,2010-06-08, +/games/boxart/full_2455363AmericaFrontccc.jpg,Legendary Fishing,PS4,Sports,Ubisoft,Ubisoft,,0.03,0.02,,,0,2018-09-18,2018-11-22 +/games/boxart/full_5595808JapanFrontccc.jpg,Pro Yakyuu Family Stadium,Wii,Sports,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2008-05-01, +/games/boxart/full_5009282PALFrontccc.jpg,Pitball,PS,Sports,Accolade,Time Warner Interactive,,0.03,0.01,,0.01,0,1996-10-31, +/games/boxart/476388ccc.jpg,Bode Miller Alpine Skiing,PS2,Sports,Valcon Games,49Games,,0.03,0.01,,0.01,0,2006-02-06, +/games/boxart/full_6877635JapanFrontccc.jpg,Derby Time 2006,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,0.03,,0.03,,,2006-03-02, +/games/boxart/full_136838JapanFrontccc.jpg,.hack: Sekai no Mukou ni + Versus,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.03,,0.03,,,2012-06-28,2019-04-26 +/games/boxart/full_8686092AmericaFrontccc.jpg,Dodge Racing: Charger vs Challenger,DS,Racing,Zoo Games,EM Studios,,0.03,0.03,,,0,2009-10-13, +/games/boxart/807571ccc.jpg,Biker Mice From Mars,DS,Racing,Game Factory,Full Fat,,0.03,0.03,,0,0,2007-06-05, +/games/boxart/full_8586022AmericaFrontccc.jpg,RACE On,PC,Racing,bitComposer Games,SimBin,,0.03,,,0.03,0,2009-10-05, +/games/boxart/8164911ccc.jpg,F1 2002,GC,Racing,EA Sports,Visual Sciences Ltd.,,0.03,0.02,,0.01,0,2002-06-22, +/games/boxart/full_2842597PALFrontccc.jpg,MotoGP 15,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,,,0.03,0,2015-06-24,2018-04-24 +/games/boxart/full_5802215AmericaFrontccc.jpg,Starsky & Hutch,GBA,Racing,BAM! Entertainment,Spellbound,,0.03,0.02,,0.01,0,2003-09-12, +/games/boxart/full_peak-performance_992AmericaFront.jpg,Peak Performance,PS,Racing,Atlus,Cave,,0.03,0.02,,0.01,0,1997-03-31, +/games/boxart/6315053ccc.jpg,Freaky Flyers,XB,Racing,Midway Games,Midway Games,,0.03,0.02,,0.01,0,2003-08-05, +/games/boxart/full_8647696AmericaFrontccc.jpg,Ducati World Racing Challenge,PS,Racing,Acclaim Entertainment,Attention To Detail,,0.03,0.02,,0.01,0,2001-01-02, +/games/boxart/full_2952937AmericaFrontccc.jpg,Smashing Drive,GBA,Racing,Namco,Raylight Studios,,0.03,0.02,,0.01,0,2004-11-03, +/games/boxart/full_heathcliff-the-fast-and-the-furriest_293AmericaFront.jpg,Heathcliff! The Fast and the Furriest,Wii,Racing,Storm City Games,EC Interactive,,0.03,0.03,,,0,2010-11-05, +/games/boxart/full_1679843AmericaFrontccc.jpg,Pimp My Ride: Street Racing,DS,Racing,Activision,Virtuos,,0.03,0.03,,,0,2009-03-24, +/games/boxart/full_4252638AmericaFrontccc.jpg,Sorcery Saga: Curse of the Great Curry God,PSV,Racing,Aksys Games,Compile Heart,,0.03,,0.03,0,0,2013-12-10,2019-04-26 +/games/boxart/full_1719920AmericaFrontccc.jpg,Trials Fusion,PC,Racing,Ubisoft,"RedLynx, Ltd.",,0.03,,,0.03,0,2014-04-24,2019-04-23 +/games/boxart/full_9514484AmericaFrontccc.jpg,MX vs. ATV Supercross,PS3,Racing,Nordic Games,Rainbow Studios,,0.03,0.02,,0.01,0.01,2014-10-28,2018-04-17 +/games/boxart/8641580ccc.jpg,Drome Racers,GC,Racing,Electronic Arts,Attention To Detail,,0.03,0.02,,0.01,0,2003-09-16, +/games/boxart/full_6361097AmericaFrontccc.jpg,GTR Evolution,PC,Racing,Viva Media,SimBin,,0.03,,,0.02,0,2008-08-26, +/games/boxart/4779972ccc.jpg,Race Driver 2006,PSP,Racing,Codemasters,Sumo Digital,,0.03,0.03,,,0,2006-06-06, +/games/boxart/full_9689595AmericaFrontccc.jpg,Roadsters,PS,Racing,Titus,Titus Software,4.5,0.03,0.02,,0.01,0,2000-03-21, +/games/boxart/5857275ccc.gif,Whiteout,XB,Racing,Konami,Vicarious Visions,,0.03,0.02,,0.01,0,2002-11-12, +/games/boxart/full_9484258AmericaFrontccc.jpg,All-Star Fruit Racing,PS4,Racing,PQube,3DClouds.it,,0.03,0.03,,,0.01,2018-08-21,2019-03-24 +/games/boxart/full_459666AmericaFrontccc.jpg,MotorHead,PS,Racing,Fox Interactive,Digital Illusions,,0.03,0.02,,0.01,0,1998-09-30, +/games/boxart/full_1356536JapanFrontccc.jpg,Nekketsu Kouha Kunio-Kun SP Kyousoukyoku,3DS,Fighting,Arc System Works,Arc System Works,,0.03,,0.03,,,2013-08-08,2019-05-01 +/games/boxart/full_9529095AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PSV,Fighting,Arc System Works,Arc System Works,,0.03,,,0.02,0.01,2015-06-30,2018-06-03 +/games/boxart/668647ccc.jpg,The King of Fighters: Maximum Impact - Maniax,XB,Fighting,SNK Playmore,SNK Playmore Corporation,,0.03,0.02,,0.01,0,2005-06-28, +/games/boxart/full_1336586AmericaFrontccc.jpg,War Gods,PS,Fighting,Midway Games,Midway Games,,0.03,0.01,,0.01,0,1997-01-01, +/games/boxart/full_samurai-spirits-tenkaichi-kenkakuden_341JapanFront.jpg,Samurai Spirits: Tenkaichi Kenkakuden,PS2,Fighting,Unknown,SNK Playmore Corporation,,0.03,,0.03,,,, +/games/boxart/full_7308913AmericaFrontccc.jpg,Renegade Racers,PS,Racing,Interplay,Interplay,,0.03,0.01,,0.01,0,2000-03-09, +/games/boxart/9925378ccc.jpg,Kawasaki Snowmobiles,Wii,Racing,Destineer,Data Design Interactive,,0.03,0.02,,0,0,2008-05-28, +/games/boxart/full_1439585AmericaFrontccc.jpg,Ducati Moto,DS,Racing,Vir2L Studios,4J Studios,,0.03,0.02,,0,0,2008-07-01, +/games/boxart/1687159ccc.jpg,Drome Racers,GBA,Racing,THQ,Mobius Entertainment,7.5,0.03,0.02,,0.01,0,2003-06-19, +/games/boxart/full_moto-racer-ds_209AmericaFront.jpg,Moto Racer DS,DS,Racing,SouthPeak Interactive,Artefacts Studio,,0.03,,,0.02,0,2010-07-03, +/games/boxart/full_1778842AmericaFrontccc.jpg,Demon Driver: Time to Burn Rubber!,GBA,Racing,Ignition Entertainment,Ignition Entertainment,,0.03,0.02,,0.01,0,2004-09-22, +/games/boxart/full_5158432PALFrontccc.jpg,Runabout 3: Neo Age,PS2,Racing,BAM! Entertainment,Climax Entertainment,,0.03,,0.03,,,2002-11-01, +/games/boxart/4379793ccc.jpg,Fireblade,GC,Simulation,Midway Games,Kuju Entertainment,,0.03,0.02,,0.01,0,2002-12-29, +/games/boxart/full_6698813AmericaFrontccc.jpg,Stardew Valley,XOne,Simulation,505 Games,ConcernedApe,8.8,0.03,0.02,,,0,2017-04-11,2018-03-21 +/games/boxart/full_7978094JapanFrontccc.jpg,The IdolM@ster: Gravure For You! Vol. 6,PS3,Simulation,Bandai Namco Games,Namco Bandai Games,,0.03,,0.03,,,2012-03-29,2019-04-30 +/games/boxart/full_dream-club-zero-portable_297JapanFront.jpg,Dream Club Zero Portable,PSV,Simulation,D3 Publisher,D3,,0.03,,0.03,,,2011-12-17, +/games/boxart/full_4309663AmericaFrontccc.jpg,MySims,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.03,,,0.02,0,2008-10-28, +/games/boxart/full_1367437JapanFrontccc.gif,DrumMania 7th Mix,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2002-08-30, +/games/boxart/full_3991766AmericaFrontccc.jpg,My Ballet Studio,Wii,Simulation,505 Games,Del,,0.03,0.02,,0,0,2009-11-17,2018-04-22 +/games/boxart/full_2759929AmericaFrontccc.jpg,Air Missions: Hind,PS4,Simulation,Soedesco,3Division,,0.03,0.02,,,0,2018-10-09,2018-08-13 +/games/boxart/full_beatmania-iidx-15-dj-troopers_2JapanFront.jpg,BeatMania IIDX 15: DJ Troopers,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2008-12-18, +/games/boxart/full_1249384JapanFrontccc.jpg,Guitar Freaks V & DrumMania V,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2006-03-16, +/games/boxart/full_1250789AmericaFrontccc.jpg,World of Zoo,PC,Simulation,THQ,Blue Fang Games,,0.03,,,0.02,0.01,2009-10-26, +/games/boxart/full_girls-only_10AmericaFront.jpg,Girls Only,DS,Simulation,O-Games,Most Wanted Entertainment,,0.03,0.03,,0,0,2010-10-19, +/games/boxart/full_popn-music-13-carnival_3JapanFront.jpg,Pop'n Music 13 Carnival,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2006-09-28, +/games/boxart/full_2806964AmericaFrontccc.jpg,Ocean Commander,Wii,Simulation,Valcon Games,Cyber Planet Interactive,,0.03,0.02,,,0,2009-03-31, +/games/boxart/full_5094757PALFrontccc.jpg,My Animal Centre,Wii,Simulation,Deep Silver,Braingame,,0.03,,,0.02,0,2009-03-13, +/games/boxart/full_469717JapanFrontccc.jpg,A Ressha de Gyoukou 2001,PS2,Simulation,ArtDink,ArtDink,,0.03,,0.03,,,2001-03-08, +/games/boxart/full_5553777AmericaFrontccc.jpg,MechAssault: Phantom War,DS,Simulation,Majesco,Backbone Entertainment,,0.03,0.03,,0,0,2006-09-12, +/games/boxart/full_4436566AmericaFrontccc.jpg,Bridge Constructor Portal,PS4,Simulation,Nighthawk Interactive,ClockStoneSoftware,,0.03,0.02,,,0.01,2018-08-28,2018-02-21 +/games/boxart/full_1652828AmericaFrontccc.jpg,Little Bears,DS,Simulation,Zoo Games,B-Alive,,0.03,0.03,,,0,2010-08-24, +/games/boxart/9200055ccc.jpg,Warship Gunner 2,PS2,Simulation,KOEI,Micro Cabin,,0.03,0.01,,0.01,0,2006-03-21, +/games/boxart/full_763653JapanFrontccc.jpg,Shinseiki Evangelion Ayanami Ikusei Keikaku DS with Asuka Hokan Keikaku,DS,Simulation,Broccoli,Broccoli,,0.03,,0.03,,,2008-08-28, +/games/boxart/full_6409215AmericaFrontccc.jpg,Monster Mayhem: Build and Battle,DS,Simulation,Crave Entertainment,Brain Toys,,0.03,0.02,,,0,2009-08-11, +/games/boxart/full_5583440AmericaFrontccc.jpg,Petz: Dolphinz Encounter,DS,Simulation,Ubisoft,Magic Pockets,,0.03,0.01,,0.01,0,2009-10-27, +/games/boxart/full_animates_3AmericaFront.jpg,AniMates!,DS,Simulation,DreamCatcher Interactive,DK Games,,0.03,0.02,,,0,2007-09-17, +/games/boxart/full_1225983JapanFrontccc.jpg,Pop Cutie! Street Fashion Simulation (JP sales),DS,Simulation,KOEI,Koei,,0.03,,0.03,,,2008-04-24, +/games/boxart/full_2849438AmericaFrontccc.jpg,Imagine: Sweet 16,DS,Simulation,Ubisoft,Longtail Studios,,0.03,0.02,,,0,2010-03-02, +/games/boxart/full_338062AmericaFrontccc.jpg,Monster Mayhem: Build and Battle,Wii,Simulation,Crave Entertainment,Brain Toys,,0.03,0.02,,,0,2009-09-15, +/games/boxart/full_9797890AmericaFrontccc.jpg,Cooking Mama 5,3DS,Simulation,Office Create,Cooking Mama Limited,,0.03,,0.03,,,2013-11-21,2019-01-22 +/games/boxart/full_2730084JapanFrontccc.jpg,Mame Goma: Honobo no Nikki,DS,Simulation,TDK Core,TDK Core,,0.03,,0.03,,0,2007-07-26, +/games/boxart/full_4846439PALFrontccc.jpg,Farming 2017 - The Simulation,PC,Simulation,UIG Entertainment,UIG Entertainment,,0.03,,,0.03,0,2016-08-19,2018-04-09 +/games/boxart/full_5608824AmericaFrontccc.jpg,GunGriffon: Allied Strike,XB,Simulation,Tecmo,Game Arts,,0.03,0.02,,0.01,0,2004-12-14, +/games/boxart/full_air-conflicts-secret-wars_427AmericaFront.jpg,Air Conflicts: Secret Wars,PC,Simulation,bitComposer Games,Games Farm,,0.03,,,0.02,0,2011-08-30, +/games/boxart/816912ccc.gif,The Sims 2: Bon Voyage,PC,Simulation,Electronic Arts,Maxis,,0.03,0.01,,0.01,0,2007-09-04, +/games/boxart/full_combat-wings-the-great-battles-of-wwii_1PALFront.jpg,Combat Wings: The Great Battles of WWII,Wii,Simulation,City Interactive,City Interactive,,0.03,0.02,,0,,, +/games/boxart/full_petz-catz-playground_805AmericaFront.jpg,Petz: Catz Playground,DS,Simulation,Ubisoft,Ubisoft Nagoya,,0.03,0.02,,,0,2010-10-26, +/games/boxart/2162293ccc.jpg,Rebel Raiders: Operation Nighthawk,PS2,Simulation,XS Games,Kando Games,,0.03,0.02,,0.01,0,2006-03-21, +/games/boxart/full_8866399JapanFrontccc.jpg,Onna no Ko to Misshitsu ni Itara **shichau Kamoshirenai,3DS,Simulation,D3Publisher,D3 Publisher,,0.03,,0.03,,,2012-03-15,2019-04-26 +/games/boxart/full_apache-air-assault_0PALFront.jpg,Apache: Air Assault,PC,Simulation,Activision,Gaijin Entertainment,,0.03,,,0.03,0,2010-11-19, +/games/boxart/full_the-sims-2-glamour-life-stuff_235AmericaFront.jpg,The Sims 2: Glamour Life Stuff,PC,Simulation,Electronic Arts,Maxis,,0.03,,,0.03,0.01,2006-08-28, +/games/boxart/full_6745363AmericaFrontccc.jpg,My Pet Shop (JP sales),DS,Simulation,Taito,Taito Corporation,,0.03,,0.03,,,2009-03-09, +/games/boxart/full_dream-c-club-zero_355JapanFront.jpg,Dream C Club Zero,X360,Simulation,D3 Publisher,DreamXCreate,,0.03,,0.03,,,2011-01-27, +/games/boxart/full_568550JapanFrontccc.jpg,Yumeiro Patissiere: My Sweets Cooking,DS,Simulation,Konami,Konami,,0.03,,0.03,,,2010-05-27, +/games/boxart/full_349770JapanFrontccc.jpg,Tamagotchi no Doki Doki Dream Omisecchi,3DS,Simulation,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2013-05-23,2019-04-26 +/games/boxart/full_327384AmericaFrontccc.png,Railway Empire,XOne,Simulation,Kalypso Media,Gaming Minds Studios,,0.03,0.03,,,0,2018-01-30,2018-01-07 +/games/boxart/full_5004027AmericaFrontccc.jpg,Train Sim World,XOne,Simulation,Maximum Games,Dovetail Games,,0.03,0.03,,,0,2018-07-24,2018-06-08 +/games/boxart/full_2877045AmericaFrontccc.jpg,Emergency! Disaster Rescue Squad,DS,Simulation,Destineer,Sixteen Tons Entertainment,,0.03,0.03,,,0,2009-04-07, +/games/boxart/full_4696940PALFrontccc.jpg,Rugby Union Team Manager 2017,PC,Simulation,Alternative Software,Alternative Software,,0.03,,,0.03,0,2016-11-25,2018-09-22 +/games/boxart/6979633ccc.jpg,Alter Ego,PC,Simulation,Activision,Activision,,0.03,,,0.03,0,1986-01-01, +/games/boxart/full_8879401AmericaFrontccc.jpg,Sea Park Tycoon,DS,Simulation,Destineer,Most Wanted Entertainment,,0.03,0.02,,0.01,0,2010-04-13, +/games/boxart/full_8925410JapanFrontccc.jpg,BeatMania IIDX 14 Gold,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2008-05-29, +/games/boxart/full_3536176AmericaFrontccc.jpg,Pure Farming 2018,XOne,Simulation,Techland,Ice Flames,,0.03,0.03,,,0,2018-03-13,2018-07-19 +/games/boxart/full_6771238AmericaFrontccc.png,Railway Empire,PS4,Simulation,Kalypso Media,Gaming Minds Studios,,0.03,0.02,0,,0.01,2018-01-30,2018-06-06 +/games/boxart/full_7474154JapanFrontccc.jpg,The IdolM@ster: Gravure For You! Vol. 5,PS3,Simulation,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2012-02-23,2019-04-27 +/games/boxart/full_6966381AmericaFrontccc.jpg,Lock On: Modern Air Combat,PC,Simulation,Ubisoft,Eagle Dynamics,,0.03,,,0.03,0,2003-11-24, +/games/boxart/full_take-on-helicopters_412AmericaFront.jpg,Take On Helicopters,PC,Simulation,Unknown,Bohemia Interactive,,0.03,,,0.03,0,2011-10-27, +/games/boxart/full_3920423JapanFrontccc.jpg,Armored Core: Last Raven Portable,PSP,Simulation,From Software,From Software,5,0.03,,0.03,,,2010-03-04, +/games/boxart/697737ccc.jpg,Toy Shop,DS,Simulation,Majesco,"Seed Studios, Lda",,0.03,0.03,,0,0,2008-04-29, +/games/boxart/full_gokujou-mecha-mote-iinchou-mm-my-best-friend_1JapanFront.jpg,Gokujou!! Mecha Mote Iinchou: MM My Best Friend!,DS,Simulation,Konami,Konami,,0.03,,0.03,,,2010-11-25, +/games/boxart/full_9874188JapanFrontccc.jpg,Winning Post 8 2016,PS4,Simulation,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2016-03-31,2018-07-31 +/games/boxart/full_7313791AmericaFrontccc.jpg,Blazing Angels: Squadrons of WWII,PC,Simulation,Ubisoft,Ubisoft Romania,6.9,0.03,0.03,,0,0,2006-03-28, +/games/boxart/full_9194776JapanFrontccc.jpg,Great Edo Blacksmith,PSV,Simulation,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2014-11-27,2019-04-26 +/games/boxart/full_88106AmericaFrontccc.jpg,Zoo Vet: Endangered Animals,DS,Simulation,Legacy Interactive,Legacy Interactive,,0.03,0.03,,,0,2008-11-11, +/games/boxart/full_8068179JapanFrontccc.jpg,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Oyashiki-Hen,DS,Simulation,Konami,Konami,,0.03,,0.03,,,2008-03-14, +/games/boxart/2194063ccc.jpg,DarkStar One,PC,Simulation,CDV Software Entertainment,Ascaron Entertainment,,0.03,,,0.03,0,2006-08-14, +/games/boxart/full_3532568JapanFrontccc.jpg,BeatMania IIDX 13: DistorteD,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2007-08-30, +/games/boxart/full_4071372AmericaFrontccc.jpg,S.L.A.I.: Steel Lancer Arena International,PS2,Simulation,Konami,Genki,,0.03,0.01,,0.01,0,2005-09-21, +/games/boxart/full_armored-core-sl-silent-line-portable_4JapanFront.jpg,Armored Core SL: Silent Line Portable,PSP,Simulation,From Software,From Software,5.8,0.03,,0.03,,,2009-11-19, +/games/boxart/full_901032PALFrontccc.jpg,Teddy Together,3DS,Simulation,Nintendo,Arika,,0.03,,,0.03,0,2016-07-01,2018-07-14 +/games/boxart/full_1951822AmericaFrontccc.jpg,Cladun Returns: This Is Sengoku!,PS4,Action,NIS America,Nippon Ichi Software,,0.03,0.02,,,0,2017-06-06,2018-09-20 +/games/boxart/2349778ccc.jpg,BattleZone,PSP,Action,Atari,Paradigm Entertainment Inc.,,0.03,0.02,,,0,2006-11-06, +/games/boxart/full_5924405JapanFrontccc.png,Doraemon: Nobita no Takarajima,3DS,Action,FuRyu Corporation,FuRyu,,0.03,,0.03,,,2018-03-01,2018-03-09 +/games/boxart/full_3956792AmericaFrontccc.jpg,Justice League Heroes: The Flash,GBA,Action,Warner Bros. Interactive,WayForward Technologies,8,0.03,0.02,,0.01,0,2006-10-17, +/games/boxart/full_7776846JapanFrontccc.jpg,Norn + Nonette: Act Tune,PSV,Action,Idea Factory,Unknown,,0.03,,0.03,,,2016-10-06, +/games/boxart/full_5631688AmericaFrontccc.jpg,Pacific Liberator,Wii,Action,Zoo Games,Team6 Game Studios,,0.03,0.03,,,0,2009-09-15, +/games/boxart/6192329ccc.jpg,Turn It Around,DS,Action,Majesco,Taito Corporation,,0.03,0.03,,0,0,2007-08-28, +/games/boxart/full_6633652AmericaFrontccc.jpg,The Longest 5 Minutes,NS,Action,NIS America,Nippon Ichi Software,,0.03,0.03,,,0,2018-02-13,2018-01-11 +/games/boxart/full_7269547AmericaFrontccc.jpg,Kong: King of Atlantis,GBA,Action,Majesco,Skyworks Technologies,,0.03,0.02,,0.01,0,2005-10-25, +/games/boxart/full_6593248JapanFrontccc.jpg,White Album 2: Shiawase no Mukougawa,PSV,Visual Novel,Aqua Plus,Aqua Plus,,0.02,,0.02,,,2013-11-28,2019-05-25 +/games/boxart/full_166401AmericaFrontccc.jpg,Chaos;Child,PS4,Visual Novel,PQube,5pb. Inc.,,0.02,,0.02,,,2017-10-24,2019-03-24 +/games/boxart/full_memories-off-yubikiri-no-kikou_927JapanFront.jpg,Memories Off: Yubikiri no Kikou,PSP,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2011-05-26,2018-12-19 +/games/boxart/full_5201008JapanFrontccc.jpg,L.G.S: Shinsetsu Houshinengi,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-08-09,2019-05-18 +/games/boxart/full_dunamis-15_727JapanFront.jpg,Dunamis 15,X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2011-09-15,2018-12-19 +/games/boxart/full_8316243JapanFrontccc.jpg,Reine des Fleurs,PSV,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2015-08-20,2019-03-22 +/games/boxart/full_7750199JapanFrontccc.jpg,Custom Drive,PSP,Visual Novel,D3Publisher,Vridge Inc.,,0.02,,0.02,,,2012-08-30,2019-05-18 +/games/boxart/full_3329343JapanFrontccc.jpg,Ore wa Shoujo Mangaka,PSP,Visual Novel,Giza10,Giza10,,0.02,,0.02,,,2012-02-23,2019-05-18 +/games/boxart/full_6151446JapanFrontccc.jpg,Hyakka Yakou,PSV,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2015-02-12,2019-05-21 +/games/boxart/full_8576469JapanFrontccc.jpg,Robotics;Notes,PSV,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2014-06-26,2018-11-21 +/games/boxart/full_904657JapanFrontccc.jpg,Fuuraiki 3,PSV,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2015-02-19,2019-05-17 +/games/boxart/full_2331787JapanFrontccc.jpg,Starry * Sky: After Summer Portable,PSP,Visual Novel,Asgard,honeybee,,0.02,,0.02,,,2013-03-28,2019-05-17 +/games/boxart/full_7823301JapanFrontccc.jpg,Uchuu Keiji Tamashii: The Space Sheriff Spirits,PS2,Action,Namco Bandai,Digifloyd,,0.02,,0.02,,,2006-05-25, +/games/boxart/full_2515514AmericaFrontccc.jpg,Troll and I,XOne,Action,Maximum Games,Spiral House,,0.02,0.02,,,0,2017-03-21,2018-08-20 +/games/boxart/full_red-dead-redemption-game-of-the-year-edition_959AmericaFront.jpg,Red Dead Redemption: Game of the Year Edition,PS3,Action,Rockstar Games,Rockstar San Diego,,0.02,,,0.01,0,2011-10-11, +/games/boxart/full_3876721JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.5,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-09-25, +/games/boxart/full_6522744JapanFrontccc.jpg,Date-A-Live Twin Edition: Rio Reincarnation,PSV,Action,Compile Heart,Unknown,,0.02,,0.02,,,2015-07-30,2018-02-21 +/games/boxart/full_8446521JapanFrontccc.png,Natsuiro High School: Seishun Hakusho,PS4,Action,D3Publisher,Unknown,,0.02,,0.02,,,2015-06-04, +/games/boxart/full_1936148AmericaFrontccc.jpg,Past Cure,XOne,Action,Phantom 8 Studio,Phantom 8 Studio,,0.02,0.02,,,0,2018-02-23,2018-01-08 +/games/boxart/full_3433397JapanFrontccc.jpg,Digimon Universe: Appli Monsters,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-12-01,2018-07-25 +/games/boxart/1953406ccc.jpg,Charlie's Angels,GC,Action,Ubisoft,Neko Entertainment,2.5,0.02,0.01,,0,0,2003-07-09, +/games/boxart/full_9081945AmericaFrontccc.jpg,Shaq-Fu: A Legend Reborn,XOne,Action,Wired Productions,Big Deez Productions,,0.02,0.02,,,0,2018-06-05,2019-03-18 +/games/boxart/full_1224714AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles Double Pack,GBA,Action,Konami,Konami,,0.02,0.01,,0,0,2006-06-06, +/games/boxart/full_7068215JapanFrontccc.jpg,Natsuiro High School: Seishun Hakusho,PS3,Action,D3Publisher,Unknown,,0.02,,0.02,,,2015-06-04, +/games/boxart/full_3805288JapanFrontccc.jpg,Katekyoo Hitman Reborn!! Let's Ansatsu!? Nerawareta 10 Daime!,PS2,Action,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-10-25, +/games/boxart/full_4925919AmericaFrontccc.jpg,The Mummy,GBA,Action,Ubisoft,Ubisoft,,0.02,0.01,,0,0,2002-11-20, +/games/boxart/full_5445244AmericaFrontccc.jpg,The Crow: City of Angels,PS,Action,Acclaim Entertainment,Gray Matter,,0.02,0.01,,0.01,0,1997-02-28, +/games/boxart/full_9874313AmericaFrontccc.jpg,Mini Ninjas,PC,Action,Eidos Interactive,IO Interactive,,0.02,,,0.02,0,2009-09-08, +/games/boxart/full_8894877AmericaFrontccc.jpg,Paranormal Pursuit: The Gifted One,PC,Action,Alawar Entertainment,Big Fish Games,,0.02,,,0.02,0,2015-08-07,2018-09-22 +/games/boxart/full_9815358JapanFrontccc.jpg,Eve: Burst Error R,PSV,Action,Red Flagship,Unknown,,0.02,,0.02,,,2016-04-28, +/games/boxart/full_2957650AmericaFrontccc.jpg,My Hero: Doctor,DS,Action,Majesco,Game Life / Dream On Studio,,0.02,0.02,,,0,2009-11-17, +/games/boxart/full_metal-fight-beyblade-portable-chouzetsu-tensei-vulcan-horses_9JapanFront.jpg,Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses,PSP,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2010-10-21, +/games/boxart/full_sd-gundam-sangokuden-brave-battle-warriors-shin-mirisha-taisen_829JapanFront.jpg,SD Gundam Sangokuden Brave Battle Warriors: Shin Mirisha Taisen,DS,Action,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-12-02, +/games/boxart/full_1109348AmericaFrontccc.jpg,Red Ninja: End of Honor,XB,Action,VU Games,Tranji,,0.02,0.01,,0,0,2005-03-29, +/games/boxart/full_1062519JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 26: Dynamite Deka,PS2,Action,Sega,Sega,,0.02,,0.02,,,2006-04-27, +/games/boxart/full_6393042AmericaFrontccc.jpg,Kong: The Animated Series,GBA,Action,BAM! Entertainment,Planet Interactive,5,0.02,0.01,,0,0,2002-08-20, +/games/boxart/full_6544546AmericaFrontccc.jpg,Saints Row: Gat out of Hell,XOne,Action,Deep Silver,Volition Inc.,,0.02,,,0.02,0,2015-01-20, +/games/boxart/full_45390JapanFrontccc.jpg,Higurashi no Naku Koro ni Iki,PS3,Action,Kaga Create,Unknown,,0.02,,0.02,,,2015-03-12, +/games/boxart/full_5502885AmericaFrontccc.jpg,Mega Man Legacy Collection 2,XOne,Action,Capcom,Capcom,,0.02,0.02,,,0,2017-08-08,2018-08-20 +/games/boxart/full_615692JapanFrontccc.jpg,Brothers Conflict: Precious Baby,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2017-04-07, +/games/boxart/3665404ccc.jpg,Disney's Meet the Robinsons,DS,Action,Disney Interactive Studios,Altron,,0.02,0.02,,0,0,2007-03-27, +/games/boxart/full_1297393JapanFrontccc.jpg,Tengen Toppa Gurren-Lagann,DS,Action,Konami,Konami,,0.02,,0.02,,,2007-10-25, +/games/boxart/full_9924512AmericaFrontccc.jpg,Spider-Man: Web of Shadows,PC,Action,Activision,Shaba Games / Treyarch,5.3,0.02,,,0.02,0,2008-10-28, +/games/boxart/full_8230804JapanFrontccc.jpg,Meiji Toukyou Renka: Full Moon,PSV,Action,5pb,Unknown,,0.02,,0.02,,,2016-08-25, +/games/boxart/full_pdc-world-championship-darts-pro-tour_783PALFront.jpg,PDC World Championship Darts: Pro Tour,X360,Sports,O-Games,O-Games,,0.02,,,0.02,0,2010-11-26, +/games/boxart/7071290ccc.jpg,ESPN MLS ExtraTime 2002,GC,Sports,Konami,Konami Computer Entertainment America,,0.02,0.02,,0,0,2002-03-25, +/games/boxart/full_1085639JapanFrontccc.jpg,Winning Post 7: Maximum 2007,PS2,Sports,KOEI,Koei,,0.02,,0.02,,,2007-03-29, +/games/boxart/full_8649371AmericaFrontccc.jpg,Backyard Baseball '09,PS2,Sports,Atari,Humongous Entertainment,,0.02,0.01,,0.01,0,2008-06-10, +/games/boxart/full_7895034AmericaFrontccc.jpg,Ten Pin Alley 2,Wii,Sports,XS Games,Adrenalin Entertainment,,0.02,0.02,,,0,2008-10-22, +/games/boxart/6469668ccc.jpg,Balls of Fury,Wii,Sports,DSI Games,Black Lantern Studios,,0.02,0.02,,0,0,2007-10-05, +/games/boxart/8170535ccc.jpg,Pebble Beach Golf Links,SAT,Sports,Sega,Tikipod,,0.02,,0.02,,,1995-01-01, +/games/boxart/full_1334080AmericaFrontccc.jpg,SBK: Snowboard Kids,DS,Sports,Atlus,"in-glove Co., ltd",,0.02,0.02,,0,0,2005-11-22, +/games/boxart/full_1791271JapanFrontccc.jpg,Winning Post 8 2018,PS4,Sports,Koei Tecmo,Koei Tecmo Games,,0.02,,0.02,,,2018-03-15,2018-07-30 +/games/boxart/full_5375221AmericaFrontccc.jpg,Winter Blast: 9 Snow & Ice Games,Wii,Sports,Destineer,Destineer,,0.02,0.02,,,0,2010-03-23, +/games/boxart/full_1681426AmericaFrontccc.jpg,Worldwide Soccer Manager 2007,PC,Sports,Sega,Sports Interactive,8.9,0.02,,,0.02,0,2006-10-01, +/games/boxart/full_9139210AmericaFrontccc.jpg,Rugby 06,XB,Sports,EA Sports,HB Studios Multimedia,,0.02,0.01,,0,0,2006-02-14, +/games/boxart/full_112994AmericaFrontccc.jpg,Crayola Scoot,PS4,Sports,Outright Games,Outright Games,,0.02,0.01,,,0,2018-10-16,2018-08-07 +/games/boxart/full_caspers-scare-school-spooky-sports-day_1AmericaFront.jpg,Casper's Scare School: Spooky Sports Day,Wii,Sports,Crave Entertainment,The Code Monkeys,,0.02,0.02,,0,0,2010-10-19, +/games/boxart/full_2662603AmericaFrontccc.jpg,Super Bowling,N64,Sports,UFO Interactive,Athena,,0.02,0.02,,,0,2001-01-15, +/games/boxart/full_winter-sports-2011_968PALFront.jpg,Winter Sports 2011,X360,Sports,DTP Entertainment,49Games,,0.02,,,0.02,0,2011-02-25, +/games/boxart/full_528028AmericaFrontccc.jpg,Resident Evil: Revelations,XOne,Action,Capcom,Capcom,,0.02,0.02,,,0,2017-08-29,2018-03-16 +/games/boxart/full_998751JapanFrontccc.jpg,Abunai: Koi no Sousa Shitsu,PSV,Action,Asgard,Unknown,,0.02,,0.02,,,2015-05-21, +/games/boxart/full_musou-orochi-2_158JapanFront.jpg,Warriors Orochi 2,X360,Action,Tecmo Koei,Omega Force,,0.02,,0.02,,,2012-03-20,2018-04-24 +/games/boxart/full_158800JapanFrontccc.jpg,Major Dream: Major DS Dream Baseball,DS,Sports,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2008-07-31, +/games/boxart/full_3364713JapanFrontccc.jpg,SNK Heroines Tag Team Frenzy,PS4,Fighting,NIS America,SNK Corporation,,0.02,,0.02,,,2018-09-07,2018-08-04 +/games/boxart/full_5959543PALFrontccc.jpg,Virtua Pro Football,PS2,Sports,Sega,Sega Europe,,0.02,,0.02,,,2006-09-01, +/games/boxart/9706922ccc.jpg,Adidas Power Soccer 98,PS,Sports,Psygnosis,Shen Studios,5.8,0.02,0.01,,0.01,0,1998-06-30, +/games/boxart/full_5001048AmericaFrontccc.jpg,ESPN MLS ExtraTime 2002,XB,Sports,Konami,Konami Computer Entertainment America,,0.02,0.01,,0,0,2002-03-27, +/games/boxart/full_8777680PALFrontccc.png,Tenkai Knights: Brave Battle,3DS,Action,Namco Bandai Games,Delta Factory,4.5,0.02,0.01,0,0.01,0,2014-10-07,2019-01-24 +/games/boxart/full_5039530JapanFrontccc.jpg,"Simple 2500 Series Portable!! Vol. 12: The Hohei 2: Senyuu yo, Sakini Ike",PSP,Action,D3 Publisher,D3 Publisher,,0.02,,0.02,,,2009-07-30, +/games/boxart/full_4080811AmericaFrontccc.jpg,Knight's Apprentice: Memorick's Adventures,XB,Action,XS Games,Microids,,0.02,0.02,,0,0,2004-06-15, +/games/boxart/full_6208870JapanFrontccc.jpg,Bara ni Kakusareshi Verite,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2016-09-01, +/games/boxart/full_5270387AmericaFrontccc.jpg,Geometry Wars 3: Dimensions Evolved,XOne,Action,Activision,Unknown,,0.02,0.02,,,0,2016-10-11, +/games/boxart/full_5857895AmericaFrontccc.jpg,Franklin's Great Adventures,DS,Action,Game Factory,Neko Entertainment,,0.02,0.02,,0,0,2006-04-01, +/games/boxart/full_3857479JapanFrontccc.jpg,To Love-Ru Trouble: Darkness - True Princess,PSV,Action,FuRyu Corporation,Unknown,,0.02,,0.02,,,2015-11-05, +/games/boxart/8552171ccc.jpg,Rule of Rose,PS2,Action,Atlus,Punchline / Shirogumi,5.9,0.02,0.01,,0.01,0,2006-09-12, +/games/boxart/full_the-sims-complete-collection_572AmericaFront.jpg,The Sims: Complete Collection,PC,Simulation,Electronic Arts,Maxis,,0.02,0.01,,0.01,0,2005-11-02, +/games/boxart/full_536835JapanFrontccc.jpg,World Neverland 2in1 Portable: Olerud Kingdom & Republic of Pluto,PSP,Simulation,fonfun,fonfun Corporation,,0.02,,0.02,,,2008-06-26, +/games/boxart/full_923165JapanFrontccc.jpg,Cats Together,NS,Simulation,Bandai Namco Games,Bandai Namco Games,,0.02,,0.02,,,2018-11-01,2018-11-07 +/games/boxart/full_7868778AmericaFrontccc.jpg,IL-2 Sturmovik: Forgotten Battles,PC,Simulation,Ubisoft,1C: Maddox Games,,0.02,,,0.02,0,2003-03-02, +/games/boxart/full_7683840PALFrontccc.jpg,Supermodel Makeover by Lauren Luke,DS,Simulation,Avanquest,Avanquest Software,,0.02,,,0.02,0,2009-12-18, +/games/boxart/full_2398138JapanFrontccc.jpg,Motto! SoniComi,PS3,Simulation,Kadokawa Games,Kadokawa Games,,0.02,,0.02,,,2014-03-20,2019-05-03 +/games/boxart/full_cities-xl-2011_167AmericaFront.jpg,Cities XL 2011,PC,Simulation,Focus Home Interactive,Monte Cristo Multimedia,,0.02,,,0.02,0,2010-10-14, +/games/boxart/full_2773101JapanFrontccc.jpg,Sousaku Alice to Oujisama!,3DS,Simulation,Happinet,Happinet,,0.02,,0.02,,,2015-11-26,2018-08-03 +/games/boxart/full_4707005JapanFrontccc.jpg,Kawaii Koinu DS 3,DS,Simulation,MTO,MTO,,0.02,,0.02,,,2010-03-18, +/games/boxart/full_7678440JapanFrontccc.jpg,Mushishi: Amefuru Sato,DS,Simulation,Marvelous Interactive,Tenky,,0.02,,0.02,,,2008-01-31, +/games/boxart/full_5364305JapanFrontccc.jpg,Guitar Freaks V2 & DrumMania V2,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2006-11-22, +/games/boxart/2082197ccc.jpg,SimCity Societies,PC,Simulation,Electronic Arts,Tilted Mill Entertainment,,0.02,,,0.02,0,2007-11-13, +/games/boxart/full_3734737AmericaFrontccc.jpg,Freedom Wings,DS,Simulation,Natsume,BELUGA Computer Inc.,,0.02,0.02,,0,0,2006-08-21, +/games/boxart/full_5879144AmericaFrontccc.jpg,Discovery Kids: Snake Safari,DS,Simulation,505 Games,505 Games,,0.02,0.02,,,0,2010-06-08, +/games/boxart/full_190602JapanFrontccc.jpg,The IdolM@ster: Gravure For You! Vol. 9,PS3,Simulation,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2012-06-28,2019-05-04 +/games/boxart/full_549602JapanFrontccc.jpg,Neo Atlas 1469,PSV,Simulation,ArtDink,ArtDink,,0.02,,0.02,,,2016-10-27,2018-04-26 +/games/boxart/2213281ccc.jpg,NFL Blitz Pro,GC,Sports,Midway Games,Point of View,,0.02,0.02,,0,0,2003-12-02, +/games/boxart/7955913ccc.jpg,Evolution Snowboarding,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.02,0.01,,0.01,0,2002-11-26, +/games/boxart/full_5151880AmericaFrontccc.jpg,Viva Pinata,PC,Simulation,Microsoft Game Studios,Rare Ltd.,8,0.02,,,0.02,0,2007-11-06, +/games/boxart/full_3880130JapanFrontccc.png,Cats Together,3DS,Simulation,Bandai Namco Games,Bandai Namco Games,,0.02,,0.02,,,2018-11-21,2018-11-07 +/games/boxart/full_3621990JapanFrontccc.jpg,Livly Garden,DS,Simulation,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2010-01-28, +/games/boxart/full_cities-in-motion-collection_129AmericaFront.jpg,Cities in Motion Collection,PC,Simulation,Paradox Interactive,Paradox Interactive,,0.02,,,0.02,0,2011-11-22, +/games/boxart/full_9205377JapanFrontccc.jpg,Gal Gun,PS3,Simulation,Alchemist,Alchemist,,0.02,,0.02,,,2012-02-23,2018-03-04 +/games/boxart/full_2967417JapanFrontccc.jpg,Dance Dance Revolution Extra Mix,PS,Simulation,Konami,KCET,,0.02,,0.02,,0,2001-06-07, +/games/boxart/full_9556006AmericaFrontccc.jpg,8 to Glory: The Official Game of the PBR,XOne,Sports,THQ Nordic,Three Gates,,0.02,0.02,,,0,2018-10-30,2018-09-30 +/games/boxart/1477133ccc.jpg,FIFA Soccer 09,PC,Sports,Electronic Arts,EA Canada,,0.02,,,0.02,0,2008-10-14, +/games/boxart/full_8256673AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,GBA,Sports,Aspyr,Small Rockets,,0.02,0.01,,0.01,0,2003-11-10, +/games/boxart/8362482ccc.jpg,Disney Sports Football,GBA,Sports,Konami,Konami,6.2,0.02,0.01,,0.01,0,2002-11-05, +/games/boxart/full_7012084AmericaFrontccc.jpg,Polar Bowler,DS,Sports,Mumbo Jumbo,Wild Games,,0.02,0.02,,,0,2008-10-07, +/games/boxart/full_6339502AmericaFrontccc.jpg,RedCard 20-03,GC,Sports,Midway Games,Point of View,,0.02,0.02,,0,0,2002-06-24, +/games/boxart/full_2149703PALFrontccc.png,Rugby League Team Manager 2015,PC,Sports,Alternative Software,Alternative Software,,0.02,,,0.02,0,2015-06-19,2018-09-22 +/games/boxart/full_1061563PALFrontccc.jpg,Rugby World Cup 2015,XOne,Sports,Big Ben Interactive,HB Studios,,0.02,,,0.02,0,2015-09-04,2018-04-19 +/games/boxart/full_823721AmericaFrontccc.jpg,Combat Flight Simulator 3: Battle for Europe,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,0.02,0.01,,0.01,0,2002-10-25, +/games/boxart/full_6520471JapanFrontccc.jpg,Kabushiki Baibai Trainer: Kabutore! Next,DS,Simulation,Konami,Kojima Productions,,0.02,,0.02,,,2007-11-29, +/games/boxart/full_4457932JapanFrontccc.png,A-Train Exp.,PS4,Simulation,ArtDink,ArtDink,,0.02,,0.02,,,2017-12-21,2018-01-07 +/games/boxart/full_8162186JapanFrontccc.jpg,Sotsugyou II: Neo Generation Special,3DO,Simulation,Imageworks,Shar Rock,,0.02,,0.02,,,1995-11-22, +/games/boxart/full_7305796AmericaFrontccc.jpg,X-Plane 10 Global,PC,Simulation,Aerosoft,Laminar Research,,0.02,,,0.02,0,2013-10-13,2018-09-22 +/games/boxart/full_3542927AmericaFrontccc.jpg,Dreamer Series: Horse Trainer,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.02,0.02,,,0,2008-12-16, +/games/boxart/full_577620JapanFrontccc.jpg,The Conveni 4,PS2,Simulation,Hamster Corporation,Hamster Corporation,,0.02,,0.02,,,2006-04-27, +/games/boxart/full_germanys-next-topmodel-2011_262PALFront.jpg,Germany's Next Topmodel 2011,Wii,Simulation,7G//AMES,SevenOne Intermedia GmbH,,0.02,,,0.02,0,2011-03-18, +/games/boxart/full_8904077AmericaFrontccc.jpg,Project Highrise: Architect's Edition,NS,Simulation,Kalypso Media,SomaSim,,0.02,0.01,,,0,2018-11-13,2019-03-22 +/games/boxart/full_3892980AmericaFrontccc.jpg,Airline Tycoon,PC,Simulation,Monte Christo Multimedia,Spellbound Entertainment,,0.02,,,0.01,0,2001-01-22, +/games/boxart/full_86137JapanFrontccc.jpg,Winning Post 8 2016,PSV,Simulation,Tecmo Koei,Koei Tecmo Games,,0.02,,0.02,,,2016-03-31,2018-07-31 +/games/boxart/full_9075677AmericaFrontccc.jpg,Tropico 5,XOne,Simulation,Kalypso Media,Haemimont Games,,0.02,0.02,,,0,2016-05-24,2018-08-20 +/games/boxart/full_densha-de-go-tokubetsu-hen-fukkatsu-shouwa-no-yamatesen_10JapanFront.jpg,Densha de Go! Tokubetsu-hen: Fukkatsu Shouwa no Yamatesen,DS,Simulation,Square Enix,Taito Corporation,,0.02,,0.02,,,2010-07-22, +/games/boxart/full_8321621PALFrontccc.jpg,Mary King's Riding School 2,Wii,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,0.02,,,0.02,0,2009-09-11, +/games/boxart/full_7310768AmericaFrontccc.jpg,This Is The Police,PS4,Simulation,THQ Nordic,Weappy Studio,,0.02,0.01,,,0,2017-03-22,2018-09-15 +/games/boxart/full_6554200AmericaFrontccc.jpg,Heroes of the Pacific,PC,Simulation,Ubisoft,IR Gurus Interactive,,0.02,,,0.02,0,2005-10-25, +/games/boxart/full_9835324AmericaFrontccc.jpg,Pony Luv,DS,Simulation,Aspyr,Gogii Games,,0.02,0.02,,0,0,2008-07-07, +/games/boxart/full_8150658AmericaFrontccc.jpg,Jurassic Park: Operation Genesis,PC,Simulation,VU Games,Blue Tongue,,0.02,,,0.02,0,2003-03-10, +/games/boxart/full_1420678JapanFrontccc.jpg,Kuusen II,PS2,Simulation,Kadokawa Shoten,ESP,,0.02,,0.02,,,2004-02-11, +/games/boxart/full_8447189AmericaFrontccc.jpg,Project Highrise: Architect's Edition,PS4,Simulation,Kalypso Media,SomaSim,,0.02,0.01,,,0,2018-11-13,2019-03-22 +/games/boxart/full_1742635JapanFrontccc.jpg,Winning Post 8 2016,PS3,Simulation,Tecmo Koei,Koei Tecmo Games,,0.02,,0.02,,,2016-03-31,2018-07-31 +/games/boxart/full_7534436AmericaFrontccc.jpg,My Ballet Studio,DS,Simulation,505 Games,Arc System Works,,0.02,0.01,,0,0,2009-11-17, +/games/boxart/full_emergency-2012_820PALFront.jpg,Emergency 2012,DS,Simulation,Rondomedia,Quadriga Games,,0.02,,,0.01,0,2010-11-24, +/games/boxart/full_densha-de-go-shinkansen-ex-sanyou-shinkansen-hen_9JapanFront.jpg,Densha de Go! Shinkansen EX: Sanyou Shinkansen-hen,Wii,Simulation,Taito,Taito Corporation,,0.02,,0.02,,,2007-03-01, +/games/boxart/full_6764460AmericaFrontccc.jpg,Let's Play Flight Attendant,DS,Simulation,Deep Silver,Zig Zag,,0.02,0.02,,,0,2010-03-30, +/games/boxart/full_2802245AmericaFrontccc.jpg,Falcon 4.0: Allied Force,PC,Simulation,Graphsim Entertainment,Lead Pursuit,,0.02,,,0.02,0,2005-06-28, +/games/boxart/full_3123868AmericaFrontccc.jpg,Prison Architect,XOne,Simulation,Introversion Software,Introversion Software,,0.02,0.02,,,0,2016-06-28,2018-08-18 +/games/boxart/full_8065166AmericaFrontccc.jpg,Let's Play Garden,Wii,Simulation,Deep Silver,Deep Silver,,0.02,0.02,,,0,2010-06-08, +/games/boxart/full_1880002JapanFrontccc.jpg,The Idolmaster: Gravure For You! Vol.7,PS3,Simulation,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2012-04-26,2019-05-02 +/games/boxart/full_poppin-music-12-iroha_1JapanFront.jpg,Pop'n Music 12 Iroha,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2006-03-02, +/games/boxart/full_5585245JapanFrontccc.jpg,BeatMania IIDX 11: IIDX Red,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2006-05-18, +/games/boxart/full_5360803AmericaFrontccc.jpg,Steel Battalion: Line of Contact,XB,Simulation,Capcom,"Capcom Production Studio 4 / Nude Maker Co., Ltd.",,0.02,0.02,,0.01,0,2004-02-27, +/games/boxart/full_iron-soldier-3_10AmericaFront.jpg,Iron Soldier 3,PS,Simulation,Vatical Entertainment,Eclipse Software,,0.02,0.01,,0.01,0,2000-06-20, +/games/boxart/6671424ccc.jpg,FIFA Soccer 08,PC,Sports,EA Sports,EA Canada,,0.02,,,0.01,0,2007-10-09, +/games/boxart/full_2764219PALFrontccc.jpg,Football Manager 2007,X360,Sports,Sega,Sports Interactive,8.4,0.02,,,0.01,0,2006-12-01, +/games/boxart/full_world-class-rugby-2_990JapanFront.jpg,World Class Rugby 2: Kokunai Gekitou Hen '93,SNES,Sports,Misawa,Denton Designs,,0.02,,0.02,,,1994-01-07, +/games/boxart/full_6178826AmericaFrontccc.jpg,Tennis World Tour,NS,Sports,Bigben Interactive,Breakpoint Studio,,0.02,0.02,,,0,2018-07-10,2018-09-26 +/games/boxart/full_lets-dance-with-mel-b_120PALFront.jpg,Let's Dance with Mel B,X360,Sports,Black Bean Games,Lightning Fish,,0.02,,,0.02,0,2012-04-24, +/games/boxart/full_summer-challenge-athletics-tournament_858PALFront.jpg,Summer Challenge: Athletics Tournament,Wii,Sports,PQube,DTP Young Entertainment,,0.02,,,0.02,0,2011-09-02, +/games/boxart/full_55340PALFrontccc.jpg,Dancing on Ice,DS,Sports,Ghostlight,Infusion Games Ltd,,0.02,,,0.01,0,2010-06-25, +/games/boxart/full_687719PALFrontccc.jpg,Motorsport Manager (2017),PC,Simulation,Sega,Playsport Games,,0.02,,,0.01,0,2017-03-27,2018-09-22 +/games/boxart/full_4356762JapanFrontccc.jpg,Dream C Club: GoGo.,PS3,Simulation,D3Publisher,D3 Publisher,,0.02,,0.02,,,2014-04-10,2019-05-21 +/games/boxart/full_1364740PALFrontccc.jpg,Tour de France 2018,PS4,Simulation,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2018-06-28,2018-08-11 +/games/boxart/full_4617097AmericaFrontccc.jpg,The Sims 4: Luxury Party Stuff,PC,Simulation,Electronic Arts,The Sims Studio,,0.02,,,0.02,0,2015-05-19,2018-09-22 +/games/boxart/full_8943016JapanFrontccc.jpg,Jet Impulse,DS,Simulation,Unknown,Nintendo,,0.02,,0.02,,,, +/games/boxart/full_7267378JapanFrontccc.jpg,Portable Island: Tenohira Resort,PSP,Simulation,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2006-07-20, +/games/boxart/full_9434904AmericaFrontccc.jpg,Star Trek: Legacy,PC,Simulation,Bethesda Softworks,Mad Doc Software,5.3,0.02,,,0.01,0,2006-12-05, +/games/boxart/full_1155044PALFrontccc.jpg,Le Tour de France 2017,XOne,Simulation,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2017-06-15,2018-08-12 +/games/boxart/full_716773PALFrontccc.jpg,Professional Farmer 2016,PS4,Simulation,Namco Bandai Games,UIG Entertainment,,0.02,,,0.02,0,2015-11-20,2019-05-07 +/games/boxart/full_9368522PALFrontccc.jpg,Mary King's Riding School,DS,Simulation,Ghostlight,Coyote Console,,0.02,,,0.02,0,2008-08-29, +/games/boxart/5508939ccc.jpg,Littlest Pet Shop,PC,Simulation,Electronic Arts,EA Salt Lake,,0.02,,,0.02,0,2008-10-20, +/games/boxart/full_4854446JapanFrontccc.jpg,Oyaku de Asoberu DS Ehon: Ukkari Penelope,DS,Simulation,Tecmo,Tecmo,,0.02,,0.02,,,2008-04-24, +/games/boxart/full_2005849AmericaFrontccc.jpg,Rapala Fishing Pro Series,NS,Simulation,GameMill Entertainment,"Concrete Software, Inc.",,0.02,0.01,,,0,2018-10-16,2019-01-03 +/games/boxart/full_germanys-next-topmodel-2011_97PALFront.jpg,Germany's Next Topmodel 2011,DS,Simulation,7G//AMES,SevenOne Intermedia GmbH,,0.02,,,0.01,0,2011-03-18, +/games/boxart/default.jpg,I Love Horses: Rider's Paradise,Wii,Simulation,Destineer,Destineer,,0.02,0.01,,,0,2010-11-30, +/games/boxart/full_9087162JapanFrontccc.jpg,Yume Neko DS,DS,Simulation,Sega,Sega,,0.02,,0.02,,,2008-04-24, +/games/boxart/full_the-sims-2-family-fun-stuff_819AmericaFront.jpg,The Sims 2: Family Fun Stuff,PC,Simulation,Electronic Arts,Maxis Software,,0.02,0,,0.01,0,2006-04-11, +/games/boxart/full_guitar-freaks-ampamp-drummania-v3_6JapanFront.jpg,Guitar Freaks V3 & DrumMania V3,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2007-10-04, +/games/boxart/full_guitar-freaks-ampamp-drummania-masterpiece-gold_0JapanFront.jpg,Guitar Freaks & DrumMania: Masterpiece Gold,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2007-03-08, +/games/boxart/full_the-sims-2-happy-holiday-stuff_928AmericaFront.jpg,The Sims 2: Happy Holiday Stuff,PC,Simulation,Electronic Arts,Maxis,,0.02,0.01,,0.01,0,2006-11-08, +/games/boxart/full_6053786AmericaFrontccc.jpg,B-17: Fortress in the Sky,DS,Simulation,DSI Games,Zoo Digital Publishing,,0.02,0.02,,0,0,2007-06-19, +/games/boxart/full_4114545JapanFrontccc.jpg,Warship Gunner 2 Portable,PSP,Simulation,KOEI,Micro Cabin,,0.02,,0.02,,,2009-11-12, +/games/boxart/full_4302280AmericaFrontccc.jpg,Gal Gun 2,NS,Simulation,PQube,Inti Creates,,0.02,0.01,0.01,,0,2018-04-24,2018-03-04 +/games/boxart/full_airport-simulator_35PALFront.jpg,Airport Simulator,PC,Simulation,Unknown,Just Sims,,0.02,,,0.02,0,2011-08-19, +/games/boxart/full_4942474PALFrontccc.jpg,Football Academy,DS,Sports,EA Sports,Electronic Arts,,0.02,,,0.01,0,2009-03-20, +/games/boxart/full_9689265AmericaFrontccc.jpg,Assetto Corsa,XOne,Racing,505 Games,Kunos Simulazioni,6,0.02,,,0.01,0,2016-08-30,2018-09-17 +/games/boxart/full_3394357AmericaFrontccc.jpg,GRIP: Combat Racing,NS,Racing,U&I Entertainment,Caged Element,,0.02,0.01,,,0,2018-11-06,2018-09-11 +/games/boxart/full_5135787PALFrontccc.jpg,WRC 6,PC,Racing,PQube,Bigben Interactive,,0.02,,,0.01,0,2016-10-07,2018-08-12 +/games/boxart/full_7356028AmericaFrontccc.jpg,Powerbike,DS,Racing,Majesco,Tornado Studios,,0.02,0.01,,,0,2009-06-02, +/games/boxart/full_3696918AmericaFrontccc.jpg,Race Driver: Create & Race,DS,Racing,Codemasters,Firebrand Games,,0.02,0.01,,0,0,2007-10-02, +/games/boxart/6709763ccc.jpg,Hummer Badlands,XB,Racing,Global Star Software,Eutechnyx,,0.02,0.01,,0,0,2006-04-14, +/games/boxart/full_7093534AmericaFrontccc.jpg,Top Gear RPM Tuning,XB,Racing,Kemco,Babylon Software,4.9,0.02,0.01,,0,0,2005-02-16, +/games/boxart/6316392ccc.jpg,ESPN NFL Primetime 2002,XB,Sports,Konami,Farsight Technologies,,0.02,0.01,,0,0,2002-01-22, +/games/boxart/full_5110480JapanFrontccc.jpg,Gallop Racer Inbreed,PS2,Sports,Tecmo,Tecmo,,0.02,,0.02,,,2006-11-02, +/games/boxart/3672941ccc.gif,Frisbee Disc Freestyle / Frisbee Disc Golf,DS,Sports,DSI Games,Destination Software,,0.02,0.02,,,0,2007-03-06, +/games/boxart/full_2888398JapanFrontccc.jpg,Winning Post 7 2013,PSV,Sports,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2013-06-20,2019-01-19 +/games/boxart/full_4962491JapanFrontccc.jpg,Winning Post 7: Maximum 2007,PS3,Sports,KOEI,Koei,,0.02,,0.02,,,2007-03-29, +/games/boxart/full_2139853PALFrontccc.jpg,PDC World Championship Darts 2008,DS,Sports,Unknown,Oxygen Interactive,,0.02,0.01,,,0,, +/games/boxart/full_3270024PALFrontccc.jpg,Rugby World Cup 2015,PSV,Sports,Big Ben Interactive,HB Studios,,0.02,,,0.01,0,2015-09-04,2018-04-19 +/games/boxart/full_4710408AmericaFrontccc.jpg,Crayola Scoot,XOne,Sports,Outright Games,Outright Games,,0.02,0.01,,,0,2018-10-16,2018-08-07 +/games/boxart/full_7461332AmericaFrontccc.jpg,Disney Sports Football,GC,Sports,Konami,Konami,,0.02,0.01,,0,0,2002-12-08, +/games/boxart/6595681ccc.jpg,NBA 07,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.02,0.01,,0.01,0,2006-09-25,2018-12-04 +/games/boxart/full_canada-hunt_795AmericaFront.jpg,Canada Hunt,Wii,Sports,Virtual Play Games,Rhino Studios,,0.02,0.02,,,0,2010-05-18, +/games/boxart/default.jpg,Super Dodge Ball,NG,Sports,Technos Japan Corporation,Technos,,0.02,,0.02,,,1996-01-01, +/games/boxart/full_caspers-scare-school-spooky-sports-day_8AmericaFront.jpg,Casper's Scare School: Spooky Sports Day,DS,Sports,Crave Entertainment,The Code Monkeys,,0.02,0.02,,0,0,2010-10-19, +/games/boxart/5731606ccc.jpg,Cabela's Alaskan Adventure,PS2,Sports,Activision,Activision,,0.02,0.01,,0.01,0,2006-09-19, +/games/boxart/full_3582751AmericaFrontccc.jpg,Elf Bowling 1 & 2,DS,Sports,Ignition Entertainment,Ignition Entertainment,,0.02,0.02,,,0,2005-12-01, +/games/boxart/full_5015653AmericaFrontccc.jpg,NHL 09,PC,Sports,Electronic Arts,EA Canada,,0.02,,,0.02,0,2008-10-20, +/games/boxart/full_2608909JapanFrontccc.jpg,Chou!! Super Nep League DS,DS,Sports,Jaleco,Jaleco Entertainment,,0.02,,0.02,,,2008-12-04, +/games/boxart/full_5496903AmericaFrontccc.jpg,WTA Tour Tennis,GBA,Sports,Konami,Konami,,0.02,0.01,,0,0,2002-05-31, +/games/boxart/1114873ccc.jpg,Davis Cup Tennis,GBA,Sports,Ubisoft,Hokus Pokus,6.4,0.02,0.01,,0,0,2002-10-14, +/games/boxart/full_4356991AmericaFrontccc.jpg,NHL 2K3,GC,Sports,Sega,Treyarch,,0.02,0.01,,0,0,2002-12-11, +/games/boxart/9688202ccc.jpg,The Hustle: Detroit Streets,XB,Sports,Activision,Blade Interactive,,0.02,0.01,,0,0,2006-04-26, +/games/boxart/full_blood-bowl-legendary-edition_753PALFront.jpg,Blood Bowl: Legendary Edition,PC,Sports,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2010-10-28, +/games/boxart/full_4976961AmericaFrontccc.jpg,Disney Sports Basketball,GBA,Sports,Konami,Konami,6.7,0.02,0.01,,0,0,2002-11-23, +/games/boxart/full_3642187AmericaFrontccc.jpg,Balls of Fury,DS,Sports,DSI Games,Black Lantern Studios,,0.02,0.02,,0,0,2007-09-27, +/games/boxart/7826984ccc.jpg,The Fast and the Furious,PSP,Racing,Namco Bandai,Eutechnyx,,0.02,0.02,,0,0,2007-04-24, +/games/boxart/full_9637081AmericaFrontccc.jpg,Fast & Furious: Showdown,PS3,Racing,Activision,Firebrand Games,,0.02,,,0.02,0,2013-05-21,2019-05-04 +/games/boxart/full_chevrolet-camaro-wild-ride_154AmericaFront.jpg,Chevrolet Camaro: Wild Ride,DS,Racing,Storm City Games,Visual Impact Productions,,0.02,0.02,,,0,2010-11-05, +/games/boxart/9879878ccc.jpg,F1 2002,GBA,Racing,"Destination Software, Inc",Magic Pockets,6.5,0.02,0.01,,0.01,0,2003-01-07, +/games/boxart/full_9326419AmericaFrontccc.jpg,Fuel,PC,Racing,Codemasters,Asobo Studio,6.4,0.02,,,0.02,0,2009-06-23,2020-08-05 +/games/boxart/full_gt-legends_888AmericaFront.jpg,GT Legends,PC,Racing,Viva Media,SimBin,,0.02,,,0.02,0,2006-01-23, +/games/boxart/full_6854224AmericaFrontccc.jpg,Need for Speed: Payback,PC,Racing,Electronic Arts,Ghost Games,6.5,0.02,,,0.02,0,2017-11-10,2018-04-04 +/games/boxart/7138514ccc.jpg,Test Drive Unlimited,PC,Racing,Atari,Eden Studios,7.8,0.02,,,0.02,0,2007-03-20, +/games/boxart/2069755ccc.jpg,Motocross Mania 3,XB,Racing,2K Games,Deibus Studios,,0.02,0.01,,0,0,2005-04-27, +/games/boxart/full_1621469PALFrontccc.jpg,Gear Club Unlimited 2,NS,Racing,Microids,Eden Games,,0.02,0.02,,,0,2018-12-04,2019-03-18 +/games/boxart/full_6497277AmericaFrontccc.jpg,Redout,XOne,Racing,505 Games,Nicalis,,0.02,0.02,,,0,2017-08-29,2018-08-15 +/games/boxart/full_7460844AmericaFrontccc.jpg,TOCA Race Driver 3: The Ultimate Racing Simulator,PC,Racing,Codemasters,Codemasters,,0.02,,,0.02,0,2006-02-24, +/games/boxart/full_4647006AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Wheelie Breakers (JP sales),Wii,Racing,Konami,Konami,,0.02,,0.02,,,2009-05-19, +/games/boxart/full_7225255AmericaFrontccc.jpg,XGRA: Extreme G Racing Association,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,7.4,0.02,0.02,,0,0,2003-11-24, +/games/boxart/full_3046709AmericaFrontccc.jpg,Butt-Ugly Martians: Zoom or Doom!,PS2,Racing,Crave Entertainment,Runecraft,,0.02,0.01,,0.01,0,2003-07-31, +/games/boxart/4606714ccc.jpg,Super PickUps,PS2,Racing,XS Games,Milestone,,0.02,0.01,,0.01,0,2007-09-25, +/games/boxart/full_2827423AmericaFrontccc.jpg,Turbo: Super Stunt Squad,PS3,Racing,D3Publisher,Monkey Bar Games,,0.02,,,0.01,0,2013-07-16,2019-05-17 +/games/boxart/full_2942115AmericaFrontccc.jpg,Turbo: Super Stunt Squad,3DS,Racing,D3Publisher,Torus Games Pty. Ltd.,,0.02,,,0.02,0,2013-07-16,2019-05-07 +/games/boxart/full_627187AmericaFrontccc.jpg,Myth Makers: Super Kart GP,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.02,0.01,,0,0,2007-12-07, +/games/boxart/full_3103330AmericaFrontccc.jpg,FlatOut 4: Total Insanity,PS4,Racing,Unfinished Pixel,Kylotonn Entertainment,,0.02,0.01,,,0,2017-05-05,2018-09-20 +/games/boxart/1790004ccc.jpg,Micro Machines V4,PSP,Racing,Codemasters,Supersonic Software,,0.02,0.01,,0,0,2006-06-27, +/games/boxart/full_5518230PALFrontccc.jpg,Super Speed Machines,DS,Racing,Majesco,Tantalus Interactive,,0.02,0.02,,,0,2010-03-16, +/games/boxart/full_3110616AmericaFrontccc.jpg,Hurry Up Hedgehog!,DS,Racing,O-Games,Unknown,,0.02,0.02,,,0,2009-06-16, +/games/boxart/full_5108486AmericaFrontccc.jpg,Cars 3: Driven to Win,X360,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.02,0.02,,,0,2017-06-13,2018-01-14 +/games/boxart/full_8883883JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY 4,PS2,Racing,Sunrise Interactive,Atelier-Sai,,0.02,,0.02,,,2007-10-04, +/games/boxart/full_ferrari-the-race-experience_8PALFront.jpg,Ferrari: The Race Experience,Wii,Racing,System 3 Arcade Software,Eutechnyx,,0.02,,,0.02,0,, +/games/boxart/2092889ccc.jpg,Pro Rally,GC,Racing,Ubisoft,Ubisoft,,0.02,0.01,,0,0,2002-11-11, +/games/boxart/full_208741AmericaFrontccc.jpg,Turbo: Super Stunt Squad,Wii,Racing,D3Publisher,Torus Games Pty. Ltd.,,0.02,,,0.02,0,2013-07-16,2019-05-08 +/games/boxart/full_6552659PALFrontccc.jpg,Valentino Rossi: The Game,PC,Racing,Namco Bandai Games,Milestone S.r.l.,,0.02,,,0.02,0,2016-06-17,2018-06-25 +/games/boxart/full_8981776AmericaFrontccc.jpg,V-Rally 3,XB,Racing,Atari,Eden Studios,,0.02,0.01,,0,0,2003-03-25, +/games/boxart/full_4525727AmericaFrontccc.jpg,GTI Club: Supermini Festa!,Wii,Racing,Konami,Konami,,0.02,0.01,0,,0,2010-03-16, +/games/boxart/5399983ccc.jpg,Pulse Racer,XB,Racing,Jaleco,Jaleco Entertainment,,0.02,0.01,,0,0,2003-01-02, +/games/boxart/full_8980000AmericaFrontccc.jpg,Road Trip: The Arcade Edition,GC,Racing,Conspiracy Entertainment,Hudson Soft,,0.02,0.02,,0,0,2004-05-15, +/games/boxart/6379755ccc.jpg,Spy Hunter: Nowhere To Run,PS2,Racing,Midway Games,Terminal Reality,,0.02,0.01,,0.01,0,2006-09-05, +/games/boxart/full_8787878PALFrontccc.jpg,F1 2017,PC,Racing,Deep Silver,Codemasters,,0.02,,,0.02,0,2017-08-25,2018-05-23 +/games/boxart/full_6688802AmericaFrontccc.jpg,Bomberman Fantasy Race,PS,Racing,Atlus,Graphic Research,6.3,0.02,0.01,,0.01,0,1999-03-31, +/games/boxart/full_8464214AmericaFrontccc.jpg,Colin McRae Rally 2.0,GBA,Racing,Codemasters,Codemasters,8.5,0.02,0.02,,0.01,0,2002-09-16, +/games/boxart/8126773ccc.jpg,Spy Hunter / Super Sprint,GBA,Racing,DSI Games,DSI Games,,0.02,0.02,,0.01,0,2005-08-16, +/games/boxart/full_maximum-racing-crash-car-racer_138AmericaFront.jpg,Maximum Racing: Crash Car Racer,Wii,Racing,Unknown,Brain in a Jar,,0.02,0.01,,0.01,0,2011-03-29, +/games/boxart/7595383ccc.jpg,Speed Kings,GC,Racing,Acclaim Entertainment,Climax Entertainment,6.7,0.02,0.01,,0,0,2003-05-28, +/games/boxart/full_4895845AmericaFrontccc.jpg,Trailblazers,PS4,Racing,Rising Star Games,Supergonk,,0.02,0.02,,,0,2018-05-08,2018-09-22 +/games/boxart/full_bigfoot-king-of-crush_495AmericaFront.jpg,Bigfoot King of Crush,Wii,Racing,Zoo Games,Zoo Games,,0.02,0.02,,,0,2011-10-18, +/games/boxart/9544437ccc.gif,Total Immersion Racing,XB,Racing,Empire Interactive,Razorworks Studios,,0.02,0.02,,0.01,0,2002-11-18, +/games/boxart/full_3470673AmericaFrontccc.jpg,Moto Racer 4,XOne,Racing,Microids,Microids,,0.02,0.02,,,0,2017-01-24, +/games/boxart/3721602ccc.jpg,DiRT,PC,Racing,Codemasters,Codemasters,,0.02,,,0.02,0,2007-06-19, +/games/boxart/727285ccc.jpg,Room Zoom: Race for Impact,XB,Racing,Jaleco,Blade Interactive,,0.02,0.02,,0.01,0,2004-07-14, +/games/boxart/full_3950640AmericaFrontccc.jpg,Tube Slider,GC,Racing,NEC Interchannel,"Nd Cube Co., Ltd.",5.9,0.02,0.02,,0,0,2003-04-17, +/games/boxart/full_1549163AmericaFrontccc.jpg,Cars 3: Driven to Win,WiiU,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.02,0.02,,0,0,2017-06-13,2018-01-14 +/games/boxart/full_4864460PALFrontccc.jpg,Truck Racer,Wii,Racing,Nordic Games,Brain in a Jar,,0.02,,,0.01,0,2009-05-29, +/games/boxart/full_6944788AmericaFrontccc.jpg,IHRA Drag Racing: Sportsman Edition,XB,Racing,Bethesda Softworks,Bethesda Softworks,,0.02,0.01,,0,0,2006-06-28, +/games/boxart/full_2643387AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,XOne,Racing,Bigben Interactive,Kylotonn Entertainment,,0.02,,,0.01,0,2015-11-24,2018-04-24 +/games/boxart/full_9654111AmericaFrontccc.jpg,SBK Superbike World Championship,PS2,Racing,Conspiracy Entertainment,Milestone,,0.02,0.01,,0.01,0,2009-03-03, +/games/boxart/full_3477249AmericaFrontccc.jpg,Lotus Challenge,GC,Racing,Ignition Entertainment,Kuju Entertainment,,0.02,0.01,,0,0,2004-07-29, +/games/boxart/full_9864619AmericaFrontccc.jpg,Monster Trux Offroad,Wii,Racing,Bold Games,Data Design Interactive,,0.02,0.01,,0,0,2007-12-31, +/games/boxart/6088775ccc.jpg,Antz Extreme Racing,XB,Racing,Empire Interactive,Supersonic Software,,0.02,0.01,,0,0,2002-09-05, +/games/boxart/full_1477576JapanFrontccc.jpg,Wangan Midnight Portable,PSP,Racing,Genki,Genki,,0.02,,0.02,,,2007-09-27, +/games/boxart/full_977685PALFrontccc.jpg,Ferrari Challenge Trofeo Pirelli Deluxe,Wii,Racing,System 3 Arcade Software,Eutechnyx,,0.02,,,0.02,0,2009-05-15, +/games/boxart/full_1422931AmericaFrontccc.jpg,Ride 2,PC,Racing,Milestone S.r.l,Milestone S.r.l.,,0.02,,,0.02,0,2016-10-07,2018-06-25 +/games/boxart/full_6713585AmericaFrontccc.jpg,Group S Challenge,XB,Racing,Capcom,Capcom,,0.02,0.02,,0,0,2003-11-11, +/games/boxart/1193005ccc.jpg,Dakar 2: The World's Ultimate Rally,XB,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.02,0.02,,0,0,2003-06-19, +/games/boxart/3364697ccc.gif,Whiteout,PS2,Racing,Konami,Vicarious Visions,,0.02,0.01,,0.01,0,2002-11-24, +/games/boxart/full_3249205PALFrontccc.jpg,Dakar 18,XOne,Racing,Deep Silver,Bigmoon Entertainment,,0.02,0.01,,,0,2018-09-25,2018-07-22 +/games/boxart/571496ccc.jpg,Choro Q,PS2,Racing,Atlus,Takara,,0.02,0.01,,0.01,0,2004-11-17, +/games/boxart/full_4218755AmericaFrontccc.jpg,Colin McRae Rally 2005,PC,Racing,Codemasters,Codemasters,,0.02,,,0.01,0,2004-10-28, +/games/boxart/full_8384078AmericaFrontccc.jpg,Blade Strangers,PS4,Fighting,Nicalis,Studio Saizensen,,0.02,0.02,,,0,2018-08-28,2018-07-28 +/games/boxart/full_8908009AmericaFrontccc.jpg,Samurai Shodown V,XB,Fighting,SNK Playmore,Yuki Enterprise,,0.02,0.02,,0,0,2006-01-18, +/games/boxart/1957341ccc.jpg,Shonen Jump's One Piece: Grand Adventure,PS2,Fighting,Namco Bandai,Ganbarion,,0.02,0.01,,0.01,0,2006-08-29, +/games/boxart/full_896204AmericaFrontccc.jpg,The Crew: Wild Run,PC,Racing,Ubisoft,Ivory Tower,,0.02,,,0.02,0,2015-11-17,2018-01-04 +/games/boxart/full_6652049AmericaFrontccc.jpg,Chrysler Classic Racing,DS,Racing,Zoo Games,EM Studios,,0.02,0.02,,,0,2008-11-25, +/games/boxart/full_1943082AmericaFrontccc.jpg,Iridium Runners,PS2,Racing,SouthPeak Interactive,Playstos Entertainment,,0.02,0.01,,0.01,0,2008-01-29, +/games/boxart/full_emergency-mayhem_6AmericaFront.jpg,Emergency Mayhem,Wii,Racing,Codemasters,Supersonic Software,,0.02,0.02,,0,0,2008-04-15, +/games/boxart/full_4480160PALFrontccc.jpg,Gadget Racers (PAL),PS2,Racing,Zoo Digital Publishing,E-game,,0.02,,0.02,,,2003-12-05, +/games/boxart/9918246ccc.jpg,The King of Fighters NeoWave,XB,Fighting,SNK Playmore,SNK Playmore Corporation,,0.02,0.02,,0,0,2006-04-18, +/games/boxart/full_1837529JapanFrontccc.jpg,Katekyoo Hitman Reborn! Dream Hyper Battle! Wii,Wii,Fighting,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2008-01-10, +/games/boxart/full_7295937JapanFrontccc.jpg,Daikaijuu Battle: Ultra Coliseum,Wii,Fighting,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2008-10-16, +/games/boxart/full_5007174JapanFrontccc.jpg,Shinseiki Evangelion: Battle Orchestra,PS2,Fighting,Broccoli,Headlock,,0.02,,0.02,,,2007-06-28, +/games/boxart/7565248ccc.jpg,Stake: Fortune Fighters,XB,Fighting,Metro 3D,Gameness Art Software,,0.02,0.02,,0.01,0,2003-05-06, +/games/boxart/full_6276111JapanFrontccc.jpg,Ikki Tousen: Eloquent Fist,PSP,Fighting,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2008-10-02, +/games/boxart/4265330ccc.jpg,Kensei: Sacred Fist,PS,Fighting,Konami,Konami,5.7,0.02,0.01,,0.01,0,1998-11-30, +/games/boxart/full_6179051JapanFrontccc.jpg,Wrestle Kingdom 2: Pro Wrestling Sekai Taisen,PS2,Fighting,Yuke's,Yuke's Future Media Creators,,0.02,,0.02,,,2007-05-10, +/games/boxart/full_8364535JapanFrontccc.jpg,Mai-Otome Hime: Otome Butou Shi,PS2,Fighting,Sunrise Interactive,Sunrise Interactive,,0.02,,0.02,,,2006-11-09, +/games/boxart/4750295ccc.jpg,TMNT: Mutant Melee,XB,Fighting,Konami,Konami Computer Entertainment Hawaii,,0.02,0.01,,0,0,2005-03-15, +/games/boxart/full_8698322JapanFrontccc.jpg,Skullgirls: 2nd Encore,PS4,Fighting,Arc System Works,Lab Zero Games,,0.02,,0.02,,,2016-04-14,2018-09-20 +/games/boxart/8327808ccc.jpg,Jojo's Bizarre Adventure,PS,Fighting,Capcom,Capcom,,0.02,0.01,,0.01,0,2000-03-31, +/games/boxart/full_4301996AmericaFrontccc.jpg,Iron Phoenix,XB,Fighting,Sega,InterServ International,,0.02,0.02,,0,0,2005-03-25, +/games/boxart/full_3670633JapanFrontccc.jpg,Sugoi Hebereke,SNES,Fighting,Sunsoft,SunSoft,,0.02,,0.02,,,1994-03-11, +/games/boxart/full_street-fighter-x-tekken_952AmericaFront.jpg,Street Fighter X Tekken,PC,Fighting,Capcom,Capcom,,0.02,,,0.02,0,2012-05-11,2018-11-04 +/games/boxart/full_5581146AmericaFrontccc.jpg,Dungeons & Dragons: Chronicles of Mystara,PS3,Fighting,Capcom,Iron Galaxy Studios,,0.02,,0.02,,,2013-06-18,2019-05-04 +/games/boxart/full_3825208AmericaFrontccc.jpg,Triple Crown Championship Snowboarding,Wii,Sports,Destineer,Unknown,,0.02,0.02,,,0,2010-02-16, +/games/boxart/full_ballblazer-champions_4AmericaFront.jpg,Ballblazer Champions,PS,Sports,LucasArts,Factor 5,,0.02,0.01,,0.01,0,1997-03-31, +/games/boxart/full_8903161JapanFrontccc.jpg,Tennis no Oji-Sama: Driving Smash! Side King,DS,Sports,Konami,Konami,,0.02,,0.02,,,2008-01-24, +/games/boxart/2384863ccc.jpg,Digimon Rumble Arena 2,XB,Fighting,Bandai,Black Ship Games,,0.02,0.01,,0,0,2004-09-03, +/games/boxart/full_3497670JapanFrontccc.jpg,Heroes VS,PSP,Fighting,Namco Bandai Games,Spike Chunsoft,,0.02,,0.02,,,2013-02-07,2019-05-07 +/games/boxart/full_7138079JapanFrontccc.jpg,Katekyoo Hitman Reborn! Dream Hyper Battle!,PS2,Fighting,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-08-30, +/games/boxart/full_5147274JapanFrontccc.jpg,Nitroplus Blasterz: Heroines Infinite Duel,PS3,Fighting,Xseed Games,Examu Inc.,,0.02,,0.02,,,2016-02-02, +/games/boxart/full_115956AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.02,,0.02,,,2008-10-28, +/games/boxart/full_nurarihyon-no-mago-hyakki-ryouran-taisen_142JapanFront.jpg,Nurarihyon no Mago: Hyakki Ryouran Taisen,PS3,Fighting,Konami,Konami,,0.02,,0.02,,,2011-11-17, +/games/boxart/full_6637757JapanFrontccc.jpg,Zanki Zero: Last Beginning,PSV,Role-Playing,Spike Chunsoft,Lancarse,,0.02,,0.02,,,2018-07-05,2018-04-27 +/games/boxart/full_2572014AmericaFrontccc.jpg,Undertale,NS,Role-Playing,8-4,Toby Fox,9,0.02,,0.02,,,2018-09-18,2018-09-26 +/games/boxart/full_6026858AmericaFrontccc.jpg,ATV Drift & Tricks,XOne,Racing,Microids,Artefacts Studio,,0.02,0.02,,,0,2018-11-20,2018-10-31 +/games/boxart/full_4825754AmericaFrontccc.jpg,Kawasaki Jet Ski,Wii,Racing,Destineer,Data Design Interactive,,0.02,0.02,,0,0,2008-01-22, +/games/boxart/full_911238AmericaFrontccc.jpg,Freestyle Metal X,XB,Racing,Midway Games,Deibus Studios,,0.02,0.02,,0,0,2003-09-14, +/games/boxart/9518836ccc.jpg,Pac-Man World Rally,PS2,Racing,Namco Bandai,Smart Bomb Interactive,,0.02,0.01,,0.01,0,2006-08-22, +/games/boxart/full_4070963AmericaFrontccc.jpeg,The Crew: Wild Run,XOne,Racing,Ubisoft,Ivory Tower,,0.02,,,0.02,0,2015-11-17,2018-01-04 +/games/boxart/full_chuck-e-cheeses-sports-games_244AmericaFront.jpg,Chuck E. Cheese's Sports Games,Wii,Sports,UFO Interactive,UFO Interactive,,0.02,0.02,,,0,2011-03-01, +/games/boxart/full_5832843AmericaFrontccc.jpg,AMF Xtreme Bowling,PS2,Sports,Mud Duck Productions,Mud Duck Productions,,0.02,0.01,,0.01,0,2006-06-13, +/games/boxart/full_9199998JapanFrontccc.jpg,Mesaze!! Tsuri Master: Sekai ni Challenge! Hen,Wii,Sports,Hudson Soft,Hudson Soft,,0.02,,0.02,,,2008-07-24, +/games/boxart/7889260ccc.jpg,Backyard NFL Football,DS,Sports,Atari,Humongous Entertainment,,0.02,0.02,,,0,2007-10-23, +/games/boxart/full_6635861PALFrontccc.jpg,Rugby League Live 3,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,0.02,,,0.02,0,2015-09-17,2018-04-19 +/games/boxart/full_1166408JapanFrontccc.jpg,Full Metal Panic! Fight: Who Dares Wins,PS4,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,0.02,,0.02,,,2018-05-31,2018-06-06 +/games/boxart/full_4400235AmericaFrontccc.jpg,Digimon Rumble Arena,PS,Fighting,Bandai,Bandai,,0.02,0.01,,0.01,0,2002-02-24, +/games/boxart/full_8744995JapanFrontccc.jpg,Touhou Shinpiroku ~ Urban Legend in Limbo,PS4,Fighting,Mediascape,Twilight Frontier,,0.02,,0.02,,,2016-12-08,2018-09-20 +/games/boxart/2820573ccc.jpg,Toxic Grind,XB,Sports,THQ,Blue Shift,,0.02,0.02,,0,0,2002-10-27, +/games/boxart/full_8723126PALFrontccc.jpg,Rugby League Live 4,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,0.02,,,0.02,0,2017-07-28,2018-08-13 +/games/boxart/full_2180908AmericaFrontccc.jpg,Pro Fishing Challenge,XB,Sports,Atlus,Opus Studio,,0.02,0.02,,0,0,2004-08-31, +/games/boxart/full_5932642JapanFrontccc.jpg,Jitsumei Jikkyou Keiba Dream Classic 2002,PS2,Sports,Bandai,Bandai,,0.02,,0.02,,,2002-05-23, +/games/boxart/full_4463507JapanFrontccc.jpg,Bases Loaded '96: Double Header,SAT,Sports,Jaleco,TOSE,,0.02,,0.02,,,1995-01-01, +/games/boxart/full_189030JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,GC,Sports,Konami,PawaPuro Production,,0.02,,0.02,,0,2005-12-15, +/games/boxart/full_753382AmericaFrontccc.jpg,Virtua Tennis: World Tour (jp sales),PSP,Sports,Sega,Sumo Digital,,0.02,,0.02,,,2005-10-07, +/games/boxart/full_6365541AmericaFrontccc.jpg,NBA Starting Five,XB,Sports,Konami,Konami,,0.02,0.02,,0.01,0,2002-10-28, +/games/boxart/full_3655470AmericaFrontccc.jpg,Freestyle Metal X,GC,Racing,Midway Games,Deibus Studios,,0.02,0.01,,0,0,2003-09-12, +/games/boxart/full_world-rally-championship-2011_828PALFront.jpg,WRC 2: FIA World Rally Championship,PC,Racing,Ubisoft,Milestone S.r.l,,0.02,,,0.02,0,2011-10-14, +/games/boxart/full_6353425AmericaFrontccc.jpg,XGRA: Extreme G Racing Association,XB,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.02,0.02,,0,0,2003-09-17, +/games/boxart/full_1758994AmericaFrontccc.jpg,Indianapolis 500 Evolution,X360,Racing,Destineer,Brain in a Jar,,0.02,0.02,,,0,2009-10-01, +/games/boxart/full_8903619PALFrontccc.jpg,F1 Race Stars,PC,Racing,Codemasters,Codemasters Birmingham,,0.02,,,0.02,0,2012-11-13,2018-10-17 +/games/boxart/full_6103099AmericaFrontccc.jpg,Bottom of the 9th '97,PS,Sports,Konami,Konami,6,0.02,0.01,,0.01,0,1997-06-01, +/games/boxart/full_2780375PALFrontccc.jpg,G1 Jockey Wii,Wii,Sports,KOEI,Koei/Inis,,0.02,,0.02,0.01,0,2007-06-29, +/games/boxart/full_rapala-for-kinect_887AmericaFront.jpg,Rapala for Kinect,X360,Sports,Activision,Activision,,0.02,,,0.02,0,2011-11-15, +/games/boxart/full_zwei_3JapanFront.jpg,Zwei!!,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2008-12-11, +/games/boxart/full_violet-no-atelier-gramnad-no-renkinjutsushi-2-gunjou-no-omoide_390JapanFront.jpg,Violet no Atelier: Gramnad no Renkinjutsushi 2 - Gunjou no Omoide,PSP,Role-Playing,Gust,Gust,,0.02,,0.02,,,2011-02-03, +/games/boxart/full_7781673AmericaFrontccc.jpg,Crystar,PS4,Role-Playing,Spike Chunsoft,FuRyu,,0.02,,0.02,,,2019-08-27,2019-04-07 +/games/boxart/full_5797830JapanFrontccc.jpg,Mar Heaven: Karudea no Akuma,DS,Role-Playing,Konami,Alpha Unit,,0.02,,0.02,,,2006-03-30, +/games/boxart/full_elminage-iii-ankoku-no-shito-to-yaiyou-no-kyuuden_870JapanFront.jpg,Elminage III: Ankoku no Shito to Yaiyou no Kyuuden,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2011-08-04, +/games/boxart/full_6313146AmericaFrontccc.jpg,Shonen Jump's Shaman King: Master of Spirits 2,GBA,Role-Playing,Konami,Konami,,0.02,0.01,,0.01,0,2005-08-02, +/games/boxart/full_9648781AmericaFrontccc.jpg,Sacred Gold,PC,Role-Playing,Strategy First,Ascaron Entertainment,,0.02,,,0.02,0,2006-08-14, +/games/boxart/full_2840918AmericaFrontccc.jpg,Legend: Hand of God,PC,Role-Playing,ValuSoft,Master Creating,,0.02,,,0.02,0,2008-08-01, +/games/boxart/full_5190199AmericaFrontccc.jpg,Legacy of Ys: Books I & II,DS,Role-Playing,Atlus,Interchannel-Holon,,0.02,0.02,,,0,2009-02-24, +/games/boxart/989796ccc.jpg,Dungeon Siege II,PC,Role-Playing,Microsoft Game Studios,Gas Powered Games,,0.02,,,0.02,0,2005-08-16, +/games/boxart/full_4561269JapanFrontccc.jpg,Omega Labyrinth Z,PS4,Role-Playing,D3Publisher,Unknown,,0.02,,0.02,,,2017-07-06, +/games/boxart/full_137059AmericaFrontccc.png,Touhou Genso Wanderer Reloaded,NS,Role-Playing,NIS America,AQUA STYLE,,0.02,0.01,0.01,,0,2018-07-17,2019-03-18 +/games/boxart/full_elminage-original-majo-to-megami-to-kamigami-no-yubiwa_571JapanFront.jpg,Elminage Original: Majo to Megami to Kamigami no Yubiwa,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2011-05-19, +/games/boxart/full_4682906JapanFrontccc.jpg,Elminage Gothic: Ulm Zakir to Yami no Gishiki,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2012-05-24,2019-05-05 +/games/boxart/full_9430977JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC,PS3,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2013-04-25,2019-05-07 +/games/boxart/full_8854139PALFrontccc.jpg,Valthirian Arc: Hero School Story,PS4,Role-Playing,PQube,Agate Studio,,0.02,0.02,,,0,2018-09-28,2018-07-05 +/games/boxart/full_1631691PALFrontccc.jpg,Bomberman Story DS,DS,Role-Playing,Rising Star,Hudson Soft,,0.02,,0.02,0,0,2008-03-07, +/games/boxart/full_earth-seeker_951JapanFront.jpg,Earth Seeker,Wii,Role-Playing,Kadokawa Shoten,Crafts & Meisters,,0.02,,0.02,,,2011-06-23, +/games/boxart/full_5660786AmericaFrontccc.jpg,Neverwinter Nights Diamond,PC,Role-Playing,Atari,BioWare Corp.,,0.02,,,0.02,0,2005-11-03, +/games/boxart/full_9942002AmericaFrontccc.jpg,Foto Showdown,DS,Role-Playing,Unknown,Konami,,0.02,0.02,,,0,2010-03-09, +/games/boxart/full_4086072PALFrontccc.jpg,Lost Sphear,PS4,Role-Playing,Square Enix,Tokyo RPG Factory,6,0.02,,0.02,,,2018-01-23,2018-07-19 +/games/boxart/full_3556506JapanFrontccc.jpg,Ken to Mahou to Gakuen Mono. 2G,PS3,Role-Playing,Acquire,ZeroDiv,,0.02,,0.02,,,2010-07-22, +/games/boxart/full_6526829JapanFrontccc.jpg,Vantage Master Portable,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2008-04-24, +/games/boxart/full_9541400JapanFrontccc.jpg,Xenosaga I·II,DS,Role-Playing,Namco,Monolith Soft,,0.02,,0.02,,,2006-03-30, +/games/boxart/full_18-wheels-of-steel-extreme-trucker_525AmericaFront.jpg,18 Wheels of Steel: Extreme Trucker,PC,Racing,ValuSoft,SCS Software,,0.02,0,,0.02,0,2009-10-02, +/games/boxart/full_5716110AmericaFrontccc.jpg,Bugriders: The Race of Kings,PS,Racing,GT Interactive,n-Space,3,0.02,0.01,,0.01,0,1997-11-01, +/games/boxart/full_4795913AmericaFrontccc.jpg,Redout,PS4,Racing,505 Games,Nicalis,,0.02,0.02,,,0,2017-08-29,2018-08-15 +/games/boxart/full_9061533JapanFrontccc.jpg,Lunatic Dawn Tempest,PS2,Role-Playing,ArtDink,ArtDink,,0.02,,0.02,,,2001-02-08, +/games/boxart/full_6383731AmericaFrontccc.jpg,DemiKids: Dark Version,GBA,Role-Playing,Atlus,Atlus Co.,6.6,0.02,0.02,,0.01,0,2003-10-07, +/games/boxart/full_3923370AmericaFrontccc.jpg,DemiKids: Light Version,GBA,Role-Playing,Atlus,Atlus Co.,6.6,0.02,0.02,,0.01,0,2003-10-06, +/games/boxart/full_6837841JapanFrontccc.jpg,Shaman King: Chou Senjiryokketsu 3,GBA,Role-Playing,King Records,Studio Saizensen,,0.02,,0.02,,0,2002-12-13, +/games/boxart/full_2008243JapanFrontccc.jpg,Phantasy Star Online 2 Episode 4: Deluxe Package,PSV,Role-Playing,Sega,Sega,,0.02,,0.02,,,2017-04-20,2018-09-18 +/games/boxart/full_2922501JapanFrontccc.jpg,Metal Max Xeno,PSV,Role-Playing,Kadokawa Games,Kadokawa Games,,0.02,,0.02,,,2018-04-19,2018-04-28 +/games/boxart/full_7626379AmericaFrontccc.jpg,Robopon 2: Cross Version,GBA,Role-Playing,Atlus,RED Entertainment,,0.02,0.01,,0,0,2002-06-11, +/games/boxart/full_9773826JapanFrontccc.jpg,PC Engine Best Collection: Tengai Makyou Collection,PSP,Role-Playing,Hudson Soft,RED Entertainment,,0.02,,0.02,,,2008-07-31, +/games/boxart/full_6959763JapanFrontccc.jpg,Beyblade Burst: Battle Zero,NS,Role-Playing,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2018-10-25,2018-11-07 +/games/boxart/9502670ccc.jpg,Hogs of War,PS,Role-Playing,Infogrames,Infogrammes Studios,,0.02,0.01,,0.01,0,2000-08-05, +/games/boxart/full_6833619JapanFrontccc.png,Elvandia Story,PS2,Role-Playing,Spike,Spike,,0.02,,0.02,,,2007-04-26, +/games/boxart/full_battle-spirits-kiseki-no-hasha_10JapanFront.jpg,Battle Spirits: Kiseki no Hasha,PSP,Role-Playing,Namco Bandai,Dimps Corporation,,0.02,,0.02,,,2009-11-12, +/games/boxart/full_2596800JapanFrontccc.jpg,Dragon Quest X: 5000-nen no Harukanaru Kokyou e Online,PS4,Role-Playing,Square Enix,Square Enix,,0.02,,0.02,,,2017-11-16,2017-12-29 +/games/boxart/full_3976530AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel II Kai - The Erebonian Civil War,PS4,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.02,,0.02,,,2019-03-19,2018-05-20 +/games/boxart/full_9913024AmericaFrontccc.jpg,Neverwinter Nights 2,PC,Role-Playing,Atari,Obsidian Entertainment,8,0.02,,,0.02,0,2006-11-01, +/games/boxart/full_2787569AmericaFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,NS,Role-Playing,NIS America,Nippon Ichi Software,,0.02,0.02,0.01,,0,2018-09-18,2018-11-11 +/games/boxart/full_3831559JapanFrontccc.jpg,Entaku no Seito: The Eternal Legend,PSP,Role-Playing,Kadokawa Games,Experience Inc.,,0.02,,0.02,,,2012-10-04,2019-05-17 +/games/boxart/full_2981193JapanFrontccc.jpg,Shin Atelier Rorona: Hajimari no Monogatari,3DS,Role-Playing,Koei Tecmo,Gust,,0.02,,0.02,,,2015-06-04,2018-08-06 +/games/boxart/full_8462911AmericaFrontccc.jpg,Mount & Blade Collection,PC,Role-Playing,Paradox Interactive,Taleworlds,,0.02,,,0.02,0,2012-03-13,2019-04-23 +/games/boxart/full_1164730JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 29: Monster World Complete Collection,PS2,Role-Playing,Sega,Sega,,0.02,,0.02,,,2007-03-08, +/games/boxart/full_9824622JapanFrontccc.jpg,Summon Night Granthese: Horobi no Ken to Yakusoku no Kishi,PS2,Role-Playing,Namco Bandai,Flight-Plan,,0.02,,0.02,,,2010-03-11, +/games/boxart/5464404ccc.jpg,Mount & Blade,PC,Role-Playing,Paradox Interactive,Taleworlds,7.2,0.02,,,0.02,0,2008-09-16, +/games/boxart/full_1464409JapanFrontccc.jpg,Ikki Tousen: Shining Dragon,PS2,Role-Playing,Unknown,Marvelous,,0.02,,0.02,,,2020-12-31, +/games/boxart/full_7552433AmericaFrontccc.jpg,Enchanted Arms (jp sales),X360,Role-Playing,Ubisoft,From Software,,0.02,,0.02,,,2006-08-29, +/games/boxart/full_9381889AmericaFrontccc.jpg,Star Trek Online,PC,Role-Playing,Atari,Cryptic Studios,5.9,0.02,,,0.02,0,2010-02-02, +/games/boxart/full_8532920JapanFrontccc.jpg,Brandish: The Dark Revenant,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2009-03-19, +/games/boxart/full_1972829AmericaFrontccc.jpg,Summon Night: Swordcraft Story,GBA,Role-Playing,Atlus,Flight-Plan,,0.02,0.02,,0.01,0,2006-07-26, +/games/boxart/full_317714JapanFrontccc.jpg,Tokyo Mew Mew,PS,Role-Playing,Takara,Takara,,0.02,,0.02,,0,2002-12-05, +/games/boxart/full_2741688JapanFrontccc.jpg,The Guided Fate: Cross Thesis Awakening,PS3,Role-Playing,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2015-03-17,2019-05-03 +/games/boxart/full_4051715JapanFrontccc.jpg,UnchainBlades EXXiV,PSP,Role-Playing,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2012-11-29,2019-05-05 +/games/boxart/full_9883382AmericaFrontccc.jpg,Warriors of the Lost Empire (JP sales),PSP,Role-Playing,UFO Interactive,Goshow,,0.02,,0.02,,,2007-12-13, +/games/boxart/full_2623693JapanFrontccc.jpg,Zillions of Enemy X: Zetsukai no Crusade,PS3,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2013-05-23,2019-05-03 +/games/boxart/full_4099330JapanFrontccc.jpg,SaGa: Scarlet Grace,NS,Role-Playing,Square Enix,Square Enix,,0.02,,0.02,,,2019-12-03,2018-08-26 +/games/boxart/full_7085626AmericaFrontccc.jpg,South Park: The Stick of Truth,XOne,Role-Playing,Ubisoft,Obsidian Entertainment,,0.02,0.02,,,0,2018-02-13,2018-03-19 +/games/boxart/full_7659979AmericaFrontccc.jpg,Dungeons 2,PS4,Role-Playing,Kalypso Media,Realmforge Studios,,0.02,0.02,,,0,2016-04-26,2018-02-06 +/games/boxart/full_5350813PALFrontccc.jpg,The Dwarves,XOne,Role-Playing,THQ Nordic,KING Art Games,,0.02,0.02,,,0,2016-12-01,2018-08-18 +/games/boxart/full_6033044JapanFrontccc.jpg,UnchainBlades EXXiV,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2012-11-29,2019-05-04 +/games/boxart/full_7169979AmericaFrontccc.png,Dragon Star Varnir,PS4,Role-Playing,Compile Heart,Compile Heart,,0.02,,0.02,,,2019-06-11,2018-12-30 +/games/boxart/full_8135866AmericaFrontccc.png,Touhou Genso Wanderer Reloaded,PS4,Role-Playing,NIS America,AQUA STYLE,,0.02,0.01,,,0,2018-07-17,2019-03-18 +/games/boxart/full_358034JapanFrontccc.jpg,Final Fantasy XI: All-In-One Pack 2006,X360,Role-Playing,Square Enix,Square Enix,,0.02,,0.02,,,2006-04-20, +/games/boxart/full_7827383PALFrontccc.jpg,Torment: Tides of Numenéra,PC,Role-Playing,inXile Entertainment,InXile Entertainment,,0.02,,,0.02,0,2017-02-28,2018-08-09 +/games/boxart/full_9715081AmericaFrontccc.jpg,Fallen Legion: Rise to Glory,NS,Role-Playing,NIS America,Unknown,7,0.02,0.01,,,0,2018-05-29,2018-04-24 +/games/boxart/full_7663341AmericaFrontccc.jpg,Two Worlds,PC,Role-Playing,SouthPeak Interactive,Reality Pump,7.4,0.02,,,0.02,,2007-08-23, +/games/boxart/full_4630150AmericaFrontccc.jpg,Robopon 2: Ring Version,GBA,Role-Playing,Atlus,RED Entertainment,,0.02,0.01,,0,0,2002-06-11, +/games/boxart/full_6948307JapanFrontccc.jpg,Tokyo Clanpool,PSV,Role-Playing,Compile Heart,Compile Heart,,0.02,,0.02,,,2017-10-05, +/games/boxart/full_7827993PALFrontccc.jpg,Spirits and Demons: 5 Game Pack,PC,Misc,Focus Multimedia,Unknown,,0.02,,,0.02,0,2015-08-21,2018-09-22 +/games/boxart/full_daito-giken-koushiki-pachi-slot-simulator-hihouden-fuujirareta-megami-portable_441JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable,PSP,Misc,Paon,Paon Corporation,,0.02,,0.02,,,2011-02-24, +/games/boxart/full_6954010JapanFrontccc.jpg,MAPLUS: Portable Navi 3,PSP,Misc,Edia,Edia Corporation,,0.02,,0.02,,,2009-09-10, +/games/boxart/full_7206174PALFrontccc.jpg,Who Wants to be a Millionaire: 2nd Edition,Wii,Misc,Ubisoft,Route 1 Games,,0.02,,,0.02,0,2008-11-28, +/games/boxart/full_2217180JapanFrontccc.jpg,America Oudan Ultra-Quiz,SAT,Misc,Victor Interactive,Pegasus Japan,,0.02,,0.02,,,1995-10-27, +/games/boxart/full_6432960JapanFrontccc.jpg,Osomatsu-San: Matsu Matsuri!,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-12-22,2018-07-25 +/games/boxart/full_2613440AmericaFrontccc.jpg,Capcom Digital Collection,X360,Misc,Capcom,Unknown,,0.02,0.02,,0.01,0,2012-03-27, +/games/boxart/full_649823JapanFrontccc.jpg,Elminage II DS Remix: Sousei no Megami to Unmai no Daichi,DS,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2010-07-01, +/games/boxart/full_1938490JapanFrontccc.jpg,Coded Soul: Uke Keigareshi Idea,PSP,Role-Playing,Sony Computer Entertainment,GAIA,,0.02,,0.02,,,2008-02-07, +/games/boxart/full_1897691AmericaFrontccc.jpg,Portal Knights,XOne,Role-Playing,505 Games,Keen Games,,0.02,0.02,,,0,2017-05-23,2018-07-03 +/games/boxart/full_5935608AmericaFrontccc.jpg,Fallout Trilogy,PC,Role-Playing,Interplay,Black Isle Studios,,0.02,,,0.02,0,2009-04-30, +/games/boxart/full_4913438JapanFrontccc.jpg,Cross Treasures,DS,Role-Playing,Square Enix,V Jump / Square Enix,,0.02,,0.02,,,2009-12-03, +/games/boxart/full_2123889AmericaFrontccc.jpg,Board Game: Top Shop,PS,Misc,A1 Games,KID,,0.02,0.01,,0.01,0,1999-07-21, +/games/boxart/full_1829196JapanFrontccc.jpg,Manga-ka Debut Monogatari: Suteki na Manga o Egakou,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.02,,0.02,,,2017-03-16,2018-08-06 +/games/boxart/2572111ccc.jpg,Guitar Hero III: Legends of Rock,PC,Misc,Aspyr,Aspyr,,0.02,0.02,,,0,2007-11-13, +/games/boxart/full_pe-jongju-to-manabu-kankokugo-ds-test-hen_5JapanFront.jpg,Pe-Jongju to Manabu Kankokugo DS: Test-Hen,DS,Misc,D3 Publisher,Mobilero,,0.02,,0.02,,,2010-08-26, +/games/boxart/full_3410771AmericaFrontccc.jpg,Mount & Blade: Warband,PC,Role-Playing,Paradox Interactive,Taleworlds,,0.02,0.01,,0.01,0,2010-03-19, +/games/boxart/full_492381JapanFrontccc.jpg,Genkai Tokki: Castle Panzers,PS4,Role-Playing,Compile Heart,Compile Heart,,0.02,,0.02,,,2017-09-28,2018-09-20 +/games/boxart/full_4568276JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 32: Phantasy Star Complete Collection,PS2,Role-Playing,Sega,Sega,,0.02,,0.02,,,2008-03-27, +/games/boxart/full_8589574JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 32: Phantasy Star Complete Collection,PS2,Role-Playing,Sega,Sega,,0.02,,0.02,,,2008-03-27, +/games/boxart/3941821ccc.jpg,The Lord of the Rings Online: Mines of Moria,PC,Role-Playing,Turbine Inc.,Turbine Inc.,,0.02,,,0.02,0,2008-11-17, +/games/boxart/full_6259276PALFrontccc.jpg,Tyranny,PC,Role-Playing,Paradox Interactive,Obsidian Entertainment,,0.02,,,0.02,0,2016-11-15,2018-09-22 +/games/boxart/full_hellgate-london_223AmericaFront.jpg,Hellgate: London,PC,Role-Playing,Electronic Arts,Flagship Studios,,0.02,,,0.02,0,2007-10-31, +/games/boxart/7387051ccc.jpg,Car Battler Joe,GBA,Role-Playing,Mindscape,Ancient,7.9,0.02,0.01,,0.01,0,2002-10-21, +/games/boxart/full_5854685AmericaFrontccc.jpg,Override: Mech City Brawl,XOne,Action-Adventure,Modus Games,The Balance Inc,,0.02,0.02,,,0,2018-12-04,2019-03-28 +/games/boxart/full_243109JapanFrontccc.jpg,Border Break,PS4,Action-Adventure,Sega,Sega,,0.02,,0.02,,,2018-08-02,2018-08-26 +/games/boxart/full_9068183PALFrontccc.jpg,Gravity Rush Remastered,PS4,Action-Adventure,Sony Computer Entertainment Europe,Bluepoint Games,,0.02,,,0.02,0,2016-02-02,2018-09-23 +/games/boxart/full_7764204JapanFrontccc.jpg,Mahjong * Dream C Club,X360,Board Game,D3 Publisher,D3 Publisher,,0.02,,0.02,,,2012-03-29,2019-05-07 +/games/boxart/full_popcap-hits-vol-2_635PALFront.jpg,PopCap Hits! Vol 2,X360,Misc,Mastertronic,PopCap Games,,0.02,,,0.02,0,2011-03-11, +/games/boxart/full_6235695JapanFrontccc.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 1: Shinseiki Evangelion - Magokoro o, Kimi ni",DS,Misc,D3 Publisher,Bisty,,0.02,,0.02,,,2008-02-21, +/games/boxart/default.jpg,Dance Dance Revolution: Hottest Party 5,Wii,Misc,Konami,Konami,,0.02,,,0.02,0,2011-11-25, +/games/boxart/full_dance-its-your-stage_507PALFront.jpg,Dance! It's Your Stage,PS3,Misc,DTP Entertainment,Sproing Interactive Media GMBH,,0.02,,,0.02,0,2011-09-30, +/games/boxart/full_701686PALFrontccc.jpg,Invizimals: The Lost Kingdom,PS3,Action-Adventure,Sony Computer Entertainment,Novarama,,0.02,,,0.02,0,2014-09-30,2018-04-09 +/games/boxart/full_4149675JapanFrontccc.jpg,Kamiwaza Wanda: Kira Kira Ichibangai Kikiippatsu!,3DS,Action-Adventure,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2016-10-27,2018-08-06 +/games/boxart/full_7776930AmericaFrontccc.jpg,SpongeBob: HeroPants,PSV,Action-Adventure,Activision,Behaviour Interactive,,0.02,0.01,,0,0,2015-02-03,2018-04-15 +/games/boxart/full_3000813AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless,3DS,Action-Adventure,Little Orbit,Way Forward Technologies,,0.02,0.01,,,0,2014-11-18,2019-01-24 +/games/boxart/full_8158718AmericaFrontccc.jpg,Penguins of Madagascar,Wii,Action-Adventure,Little Orbit,Little Orbit,,0.02,0,,0.01,0,2014-11-25,2018-04-07 +/games/boxart/full_3215705AmericaFrontccc.jpg,République,PS4,Action-Adventure,GungHo Online Entertainment,Camouflaj,6.5,0.02,,0.01,0.01,0,2016-03-22,2018-04-15 +/games/boxart/full_6116423JapanFrontccc.jpg,Resident Evil: Value Pack,PS4,Action-Adventure,Capcom,Capcom,,0.02,,0.02,,,2016-09-29,2018-09-04 +/games/boxart/full_6097558AmericaFrontccc.jpg,Agony,XOne,Action-Adventure,Maximum Games,Madmind Studio,,0.02,0.02,,,0,2018-05-29,2018-04-30 +/games/boxart/full_2548488JapanFrontccc.jpg,Elminage II: Sousei no Megami to Unmei no Daichi,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2009-10-29, +/games/boxart/full_3539200JapanFrontccc.jpg,Blazing Souls,PS2,Role-Playing,Idea Factory,Neverland,,0.02,,0.02,,,2006-01-19, +/games/boxart/full_6643162AmericaFrontccc.jpg,Tail of the Sun,PS,Role-Playing,Sony Computer Entertainment,ArtDink,,0.02,0.01,,0.01,0,1997-04-30, +/games/boxart/full_8040941AmericaFrontccc.jpg,Virtua Quest,PS2,Role-Playing,Sega,Artificial Mind and Movement,,0.02,0.01,,0.01,0,2005-01-18, +/games/boxart/full_wizardry-twin-pack_72JapanFront.jpg,Wizardry Twin Pack,PS3,Role-Playing,Acquire,Acquire,,0.02,,0.02,,,2011-01-27, +/games/boxart/full_2247045JapanFrontccc.jpg,Tegami Bachi: Kokoro Tsumugu Mono e,PSP,Role-Playing,Konami,Konami,,0.02,,0.02,,,2010-03-04, +/games/boxart/full_5362970JapanFrontccc.jpg,Antiphona no Seikahime: Tenshi no Gakufu Op.A,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2009-10-22, +/games/boxart/full_6036056JapanFrontccc.jpg,Eyeshield 21: Portable Edition,PSP,Role-Playing,Konami,Konami,,0.02,,0.02,,,2006-03-02, +/games/boxart/7842877ccc.jpg,Aedis Eclipse: Generation of Chaos,PSP,Role-Playing,NIS America,Neverland Company,5.8,0.02,0.02,,,0,2007-04-24, +/games/boxart/full_6267858JapanFrontccc.jpg,Zoids Dash,DS,Role-Playing,Tomy Corporation,Tomy Corporation,,0.02,,0.02,,,2006-06-15, +/games/boxart/full_1981119JapanFrontccc.jpg,Utawarerumono: Chiriyukusha e no Komoriuta,PSV,Role-Playing,Aqua Plus,Aqua Plus,,0.02,,0.02,,,2018-04-26,2018-05-20 +/games/boxart/full_2035179AmericaFrontccc.jpg,Pirates of the Burning Sea,PC,Role-Playing,Sony Computer Entertainment,Flying Lab Software,,0.02,,,0.02,0,2008-01-21, +/games/boxart/full_8271961JapanFrontccc.jpg,Mana Khemia 2: Ochita Gakuen to Renkinjutsushi Tachi Portable+,PSP,Role-Playing,Gust,Gust,,0.02,,0.02,,,2009-10-01, +/games/boxart/full_1302626JapanFrontccc.jpg,Brave Story: Boku no Kioku to Negai,DS,Role-Playing,Bandai,Namco Bandai Games America,,0.02,,0.02,,,2006-07-06, +/games/boxart/full_4121741AmericaFrontccc.jpg,Pillars of Eternity,PC,Role-Playing,Obsidian Entertainment,Obsidian Entertainment,,0.02,,,0.02,0,2014-07-01,2019-04-23 +/games/boxart/full_3274844JapanFrontccc.jpg,Battle Spirits: Hero's Soul,PSP,Role-Playing,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-03-11, +/games/boxart/full_881182AmericaFrontccc.jpg,Interactive Storybook DS Series 3,DS,Misc,Tommo,Tommo,,0.02,0.02,,,0,2007-10-26, +/games/boxart/full_5215495AmericaFrontccc.jpg,Monster High 13 Wishes,WiiU,Misc,Little Orbit,Unknown,,0.02,0.02,,,0,2013-10-29, +/games/boxart/default.jpg,Mind Your Language: Learn English! / French! / German! / Spanish! /Japanese!,DS,Misc,PlayV,PlayV,,0.02,,,0.02,0,2009-02-13, +/games/boxart/full_hisshou-pachinkopachi-slot-kouryaku-series-portable-vol-2_497JapanFront.jpg,Hisshou Pachinko * Pachi-Slot Kouryaku Series Portable Vol. 2: CR Evangelion - Hajimari no Fukuin,PSP,Misc,D3 Publisher,D3 Publisher,,0.02,,0.02,,,2010-11-18, +/games/boxart/full_2740608JapanFrontccc.jpg,Jissen Pachinko Hisshouhou! CR Sakura Taisen,PS2,Misc,Sega,Sammy Studios,,0.02,,0.02,,,2007-09-13, +/games/boxart/5015252ccc.jpg,Payout Poker & Casino,PSP,Misc,Namco,Bits Studios,,0.02,0.02,,,0,2006-08-15, +/games/boxart/full_tv-total-events_467PALFront.jpg,TV Total Events,Wii,Misc,7G//AMES,7G//AMES,,0.02,,,0.02,0,2011-03-15, +/games/boxart/full_7098759AmericaFrontccc.jpg,Rabbids Invasion: The Interactive TV Show,PS4,Misc,Ubisoft,Ubisoft Paris,,0.02,0,,0.01,0,2014-11-18,2019-01-03 +/games/boxart/full_6520105JapanFrontccc.jpg,PachiPara 15: Super Umi Monogatari in Okinawa 2,PS3,Misc,Irem Software Engineering,Irem Software Engineering,,0.02,,0.02,,,2010-03-18, +/games/boxart/full_jissen-pachi-slot-hisshouhou-mister-magic-neo_5JapanFront.jpg,Jissen Pachi-Slot Hisshouhou! Mister Magic Neo,PS2,Misc,Sega,Sammy Studios,,0.02,,0.02,,,2007-04-12, +/games/boxart/full_1663460JapanFrontccc.jpg,Maji de Manabu: LEC de Ukaru - DS Hishou Boki 3-Kyuu,DS,Misc,Square Enix,Square Enix,,0.02,,0.02,,,2008-04-17, +/games/boxart/full_8212236AmericaFrontccc.jpg,Taito Legends 2,PS2,Misc,Destineer,Empire Oxford,,0.02,0.01,,0.01,0,2007-05-16, +/games/boxart/full_5193273JapanFrontccc.jpg,Jinsei Game Wii,Wii,Misc,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2007-12-27, +/games/boxart/full_9121088AmericaFrontccc.jpg,Zumba Fitness: World Party,X360,Misc,Unknown,Zoe Mode,,0.02,,,0.02,0,,2018-04-01 +/games/boxart/full_7738530AmericaFrontccc.jpg,Namco Museum Battle Collection (JP sales),PSP,Misc,Namco,Namco Tales Studio,,0.02,,0.02,,,2005-08-23, +/games/boxart/full_minna-no-chizu-2_6JapanFront.jpg,Minna no Chizu 2,PSP,Misc,Zenrin,Zenrin,,0.02,,0.02,,,2007-04-26, +/games/boxart/full_7902014AmericaFrontccc.jpg,World Championship Poker featuring Howard Lederer: All In,Wii,Misc,Crave Entertainment,Point of View,,0.02,0.02,,0,0,2007-01-01, +/games/boxart/full_4267285JapanFrontccc.jpg,Shaberu! DS Oryouri Navi: Marugoto Teikoku Hotel: Saikouhou no Ryouri-chou ga Oshieru Katei Ryouri,DS,Misc,KOEI,Paon Corporation,,0.02,,0.02,,,2007-06-21, +/games/boxart/full_4156540AmericaFrontccc.jpg,Nicktoons Collection: Game Boy Advance Video Volume 3,GBA,Misc,Majesco,Majesco Games,,0.02,0.01,,0.01,0,2005-04-04, +/games/boxart/full_8878388JapanFrontccc.jpg,Rinne no Lagrange: Kamogawa Days Game & OVA Hybrid Disc,PS3,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2012-08-23,2019-05-04 +/games/boxart/full_7055260JapanFrontccc.jpg,The Idolmaster: Gravure For You! Vol.8,PS3,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2012-05-24,2019-05-05 +/games/boxart/5675498ccc.jpg,Muppets Party Cruise,GC,Misc,TDK Mediactive,Mass Media,,0.02,0.02,,0,0,2003-11-11, +/games/boxart/full_1985735JapanFrontccc.jpg,Yamasa Digi Portable: Matsuri no Tatsujin - Win-Chan no Natsumatsuri,PSP,Misc,Yamasa Entertainment,Yamasa Entertainment,,0.02,,0.02,,,2006-08-10, +/games/boxart/full_quiz-present-variety-q-sama-ds-pressure-study-x-atama-gai-kunaru-drill-sp_337JapanFront.jpg,Quiz Present Variety Q-Sama!! DS: Pressure Study x Atama Gai Kunaru Drill SP,DS,Misc,Plenty,Plenty,,0.02,,0.02,,,2011-10-27, +/games/boxart/full_6439518JapanFrontccc.jpg,Bakumatsu Rock: Ultra Soul,PSV,Misc,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2014-09-25, +/games/boxart/full_thomas-ampamp-friends-hero-of-the-rails_687AmericaFront.jpg,Thomas & Friends: Hero of the Rails,Wii,Misc,Majesco,Barnstorm Games,,0.02,0,,0.02,0,2010-06-29, +/games/boxart/full_3528188PALFrontccc.jpg,TalkMan,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.02,,0.02,0,0,2006-06-16, +/games/boxart/full_2218515JapanFrontccc.jpg,Planetarium Creator Ohira Takayuki Kanshuu: HomeStar Portable - 21st Century Star Navigator,PSP,Misc,Sega,Sega,,0.02,,0.02,,,2006-10-19, +/games/boxart/full_5886797AmericaFrontccc.jpg,Hello Kitty Kruisers,NS,Misc,Rising Star Games,Bergsala Lightweight,,0.02,0.02,,,0,2018-05-15,2018-01-25 +/games/boxart/full_8374668JapanFrontccc.jpg,Motto Hayaku! Seikaku Ni! Suu Sense Keisan Ryuoku Up Training - SuuTore,DS,Misc,Benesse,Benesse,,0.02,,0.02,,,2008-12-04, +/games/boxart/default.jpg,2 in 1 Combo Pack: Sonic Mega Collection Plus / Super Monkey Ball Deluxe,XB,Misc,Sega,Sega,,0.02,0.02,,0,0,2005-01-01, +/games/boxart/full_5942316JapanFrontccc.jpg,NightTruth: Explanation of the Paranormal - The Making of Nighttruth: Voice Selection,SAT,Misc,Sonnet,Sonnet,,0.02,,0.02,,,1996-06-28, +/games/boxart/full_8940305AmericaFrontccc.jpg,SteamWorld Collection,PS4,Misc,Rising Star Games,Image & Form Games,,0.02,0.02,,,0,2016-11-01,2018-08-30 +/games/boxart/full_8163025JapanFrontccc.jpg,Kobito Game Taizen,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.02,,0.02,,,2016-10-06,2018-08-03 +/games/boxart/full_higurashi-no-naku-koro-ni-jan_2JapanFront.jpg,Higurashi no Naku Koro ni: Jan,PSP,Misc,AQ Interactive,AQ Interactive,,0.02,,0.02,,,2009-11-12, +/games/boxart/full_878685JapanFrontccc.jpg,Kunio-kun Nekketsu: Complete Famicom Edition,3DS,Misc,Arc System Works,Arc System Works,,0.02,,0.02,,,2016-12-08,2018-08-06 +/games/boxart/7847098ccc.jpg,The Cheetah Girls,GBA,Misc,Buena Vista,Gorilla Systems,,0.02,0.01,,0,0,2006-09-12, +/games/boxart/full_7620723JapanFrontccc.jpg,Saki Achiga-hen episode of side-A Portable,PSP,Misc,Alchemist,Alchemist,,0.02,,0.02,,,2013-08-29,2019-05-05 +/games/boxart/full_2446636JapanFrontccc.jpg,Minna de Dokusho: Keatai Shousetsu Desu,PSP,Misc,Dorart,Dorart,,0.02,,0.02,,,2008-10-23, +/games/boxart/full_dance-its-your-stage_365PALFront.jpg,Dance! It's Your Stage,Wii,Misc,Unknown,Sproing Interactive Media GMBH,,0.02,,,0.01,0,, +/games/boxart/full_7678152AmericaFrontccc.jpg,Shrek / Shark Tale Game Boy Advance Video,GBA,Misc,Hasbro Interactive,Majesco Games,,0.02,0.01,,0,0,2006-09-08, +/games/boxart/full_7976240JapanFrontccc.jpg,Poyopoyo Observation Diary,3DS,Misc,IE Institute,IE Institute,,0.02,,0.02,,,2012-04-05,2019-05-07 +/games/boxart/full_4352345JapanFrontccc.jpg,Jinsei Game DS,DS,Misc,Atlus,Takara Tomy,,0.02,,0.02,,,2006-07-27, +/games/boxart/full_3600596AmericaFrontccc.jpg,Reversal Challenge,DS,Misc,Tommo,UFO Interactive,,0.02,0.02,,,0,2009-11-03, +/games/boxart/full_8567416JapanFrontccc.jpg,Style Book: Junior City,DS,Misc,Bandai,Bandai,,0.02,,0.02,,,2006-03-23, +/games/boxart/full_560259PALFrontccc.jpg,7 Roses: A Darkness Rises,PC,Misc,Avanquest Software,GSP,,0.02,,,0.02,0,2015-07-31,2018-09-22 +/games/boxart/4262636ccc.jpg,Pump It Up: Exceed,XB,Misc,Mastiff,Andamiro U.S.A. Corp.,,0.02,0.01,,0,0,2005-08-29, +/games/boxart/full_4164088JapanFrontccc.jpg,Winning Post 8 2017,PSV,Misc,Tecmo Koei,Unknown,,0.02,,0.02,,,2017-03-02, +/games/boxart/full_suzumiya-haruhi-chan-no-mahjong_822JapanFront.jpg,Suzumiya Haruhi-Chan no Mahjong,PSP,Misc,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2011-07-07, +/games/boxart/full_5040998JapanFrontccc.jpg,Kanji Calligraphy Training,DS,Misc,Unknown,Unknown,,0.02,,0.02,,,2008-03-13,2019-05-08 +/games/boxart/full_3337883JapanFrontccc.jpg,PachiPara 3D: Ooumi Monogatari 2 - Pachi Pro Fuuunroku Hana - Kibou to Uragiri no Gakuen Seikatsu,3DS,Misc,Irem Software Engineering,Irem Corp.,,0.02,,0.02,,,2012-05-17,2019-05-07 +/games/boxart/full_7655371JapanFrontccc.jpg,Nodame Cantabile: Tanoshii Ongaku no Jikan Desu,DS,Misc,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-02-18, +/games/boxart/full_8238785JapanFrontccc.jpg,Haneru no Tobira Wii: Girigirissu,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2007-12-06, +/games/boxart/full_7759482JapanFrontccc.jpg,God Eater Off Shot: Fujiki Kota-hen Twin Pack & Animation Vol.6,PS4,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-03-24,2018-09-20 +/games/boxart/full_6466232AmericaFrontccc.jpg,Disney Infinity,PSV,Misc,Disney Interactive Studios,Unknown,,0.02,0.01,,,0,2013-08-18, +/games/boxart/full_7599975AmericaFrontccc.jpg,Marvel Avengers: Battle for Earth,X360,Misc,Ubisoft,Unknown,,0.02,0.02,,,0,2012-10-30, +/games/boxart/full_3544809JapanFrontccc.jpg,Moe Star: Moeru Toudai Eigojuku,DS,Misc,Mirai Shounen,Mirai Shounen,,0.02,,0.02,,,2008-07-31, +/games/boxart/full_125672JapanFrontccc.jpg,Romance of the Three Kingdoms 13 with Power-Up Kit,PSV,Misc,Tecmo Koei,Unknown,,0.02,,0.02,,,2017-05-25, +/games/boxart/full_5448383AmericaFrontccc.jpg,Golden Nugget Casino DS,DS,Misc,Majesco,SkyRiver Studios,,0.02,0.02,,,0,2005-12-15, +/games/boxart/full_3835472AmericaFrontccc.jpg,Monster High 13 Wishes,3DS,Misc,Little Orbit,Unknown,,0.02,,,0.02,0,2013-10-17, +/games/boxart/full_9020502PALFrontccc.jpg,Shonen Jump's Yu-Gi-Oh! GX Card Almanac,DS,Misc,Unknown,Konami,,0.02,,0.02,,,, +/games/boxart/full_popcap-hits_100PALFront.jpg,PopCap Hits!,X360,Misc,PopCap Games,PopCap Games,,0.02,,,0.02,0,2011-02-18, +/games/boxart/full_1817338AmericaFrontccc.jpg,uDraw Studio: Instant Artist,X360,Misc,THQ,THQ,,0.02,0.01,,0.01,0,2011-11-15,2019-05-09 +/games/boxart/full_551883JapanFrontccc.jpg,Gakken DS: Shin TOEIC Test Kanzen Kouryaku,DS,Misc,Gakken,Gakken,,0.02,,0.02,,,2007-09-13, +/games/boxart/1418968ccc.jpg,Franklin: A Birthday Surprise,PS2,Misc,Game Factory,Neko Entertainment,,0.02,0.01,,0.01,0,2006-04-18, +/games/boxart/full_6480622PALFrontccc.jpg,4 Play Collection - Dark Mysteries,PC,Misc,Avanquest Software,GSP,,0.02,,,0.02,0,2014-08-18,2018-09-22 +/games/boxart/full_7624272JapanFrontccc.jpg,Kochira Katsushikaku Kameari Kouenmae Hashutsujo: Machiteba Tengoku! Makereba Jigoku! Ryoutsuryuu Ikkakusenkin Daisakusen!,DS,Misc,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-06-17, +/games/boxart/full_872002JapanFrontccc.jpg,Uchi no 3 Shimai DS,DS,Misc,Culture Brain,Culture Brain,,0.02,,0.02,,,2008-12-25, +/games/boxart/9960312ccc.jpg,Let's Pilates!,DS,Misc,Konami,Vanpool,,0.02,0.02,,,0,2008-04-29, +/games/boxart/full_1526646AmericaFrontccc.jpg,Space Channel 5: Ulala's Cosmic Attack,GBA,Misc,THQ,Art Corporation,,0.02,0.01,,0,0,2003-06-17, +/games/boxart/full_3201454JapanFrontccc.jpg,Yamasa Digi World SP: Moeyo! Kung Fu Shukujo,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,0.02,,0.02,,,2006-04-27, +/games/boxart/default.jpg,Dream C Club,PS3,Misc,D3Publisher,Unknown,,0.02,,0.02,,,2012-11-15, +/games/boxart/full_8026033AmericaFrontccc.jpg,Exhibition Volume 6,XB,Misc,Microsoft,Various,,0.02,0.01,,0,0,2004-12-01,2018-09-25 +/games/boxart/full_9212780JapanFrontccc.jpg,Oshiri Kajiri Mushi no Rhythm Lesson DS: Kawai Ongaku Kyoushitsu Kanshuu,DS,Misc,Sega,Sega,,0.02,,0.02,,,2008-04-10, +/games/boxart/full_kuma-no-pooh-san-100-acre-no-mori-no-cooking-book_123JapanFront.jpg,Kuma no Pooh-San: 100 Acre no Mori no Cooking Book,DS,Misc,Disney Interactive Studios,Disney Interactive Studios,,0.02,,0.02,,,2011-09-15, +/games/boxart/full_7311193JapanFrontccc.jpg,Pachi-Slot Higrashi no Naku Koro ni Matsuri,PS2,Misc,Alchemist,Alchemist,,0.02,,0.02,,,2010-04-22, +/games/boxart/full_1163141JapanFrontccc.jpg,Otona no Renai Shousetsu: Harlequin Selection,DS,Misc,Nintendo,Nintendo,,0.02,,0.02,,,2010-02-25, +/games/boxart/full_5580697JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 9: CR Fever Captain Harlock,PS2,Misc,D3 Publisher,Sankyo,,0.02,,0.02,,,2007-03-08, +/games/boxart/full_7300190PALFrontccc.png,Art Academy: Home Studio,WiiU,Misc,Nintendo,Headstrong Games,,0.02,,0.02,0,0,2015-06-25,2018-04-01 +/games/boxart/446389ccc.jpg,Cabbage Patch Kids: The Patch Puppy Rescue,GBA,Misc,Codemasters,1st Playable Productions,,0.02,0.01,,0,0,2007-04-11, +/games/boxart/full_1111222JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable,PSP,Misc,Paon,Paon Corporation,,0.02,,0.02,,,2010-07-01, +/games/boxart/full_pachipara-3d_118JapanFront.jpg,PachiPara 3D,3DS,Misc,Irem Software Engineering,Irem Software Engineering,,0.02,,0.02,,,2011-11-24, +/games/boxart/full_2897061JapanFrontccc.jpg,Senran Kagura: Peach and Reflexions Limited Double Pack,NS,Misc,Marvelous,Marvelous,,0.02,,0.02,,,2018-12-13,2018-12-19 +/games/boxart/full_1909784JapanFrontccc.jpg,Sengoku Efuda Yuugi: Hototogisu Ran,PSP,Misc,Irem Software Engineering,Irem Software Engineering,,0.02,,0.02,,,2008-11-13, +/games/boxart/full_97576JapanFrontccc.jpg,Tokyo Friend Park II DS,DS,Misc,Rocket Company,Rocket Company,,0.02,,0.02,,,2006-11-30, +/games/boxart/full_5751331JapanFrontccc.jpg,Sansuu Puzzle de Migaku: Gakken Otona no Shikou Sense,DS,Misc,Gakken,Gakken,,0.02,,0.02,,,2007-10-18, +/games/boxart/full_6856349AmericaFrontccc.jpg,Namco Museum 50th Anniversary (JP sales),PS2,Misc,Namco,Digital Eclipse,,0.02,,0.02,,,2005-08-30, +/games/boxart/full_1295146AmericaFrontccc.jpg,Let's Yoga!,DS,Misc,Konami,Vanpool,,0.02,,0.02,0,0,2008-04-29, +/games/boxart/default.jpg,Minna to Issho,PSV,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.02,,0.02,,,2011-12-17,2018-04-20 +/games/boxart/full_uno-52_174AmericaFront.jpg,UNO 52,DS,Misc,DSI Games,Black Lantern Studios,,0.02,0.01,,,0,2006-10-03, +/games/boxart/full_pachinko-hana-oh-misora-hibari_9JapanFront.jpg,Pachinko Kaou: Misora Hibari,PS2,Misc,Hackberry,Hack Berry,,0.02,,0.02,,,2007-03-21, +/games/boxart/full_2319815JapanFrontccc.jpg,Poupee Girl DS,DS,Misc,Alvion,Alvion Inc.,,0.02,,0.02,,,2009-12-17, +/games/boxart/full_1028477AmericaFrontccc.jpg,Technic Beat,PS2,Misc,Mastiff,Arika,,0.02,0.01,,0.01,0,2004-11-02, +/games/boxart/full_6562393JapanFrontccc.jpg,Mario & Luigi: Paper Jam & Mario Kart 7 Double Pack,3DS,Misc,Nintendo,Nintendo,,0.02,,0.02,,,2015-12-03,2018-04-23 +/games/boxart/full_poupee-girl-ds-2-elegant-mint-sweet-pink-style_604JapanFront.jpg,Poupee Girl DS 2: Elegant Mint / Sweet Pink Style,DS,Misc,Alvion,Alvion Inc.,,0.02,,0.02,,,2010-12-16, +/games/boxart/full_8469575PALFrontccc.jpg,DJ Star,DS,Misc,Deep Silver,Deep Silver,,0.02,0.01,,0,0,2009-12-01, +/games/boxart/full_9693287JapanFrontccc.jpg,Strawberry Nauts,PSV,Adventure,Unknown,Unknown,,0.02,,0.02,,,2016-07-28, +/games/boxart/full_6106742JapanFrontccc.jpg,DEATH NOTE: L o Tsugu Mono,DS,Adventure,Konami,Konami,,0.02,,0.02,,,2007-07-12, +/games/boxart/full_5242642JapanFrontccc.jpg,Clover no Kuni no Alice,PS2,Adventure,Prototype,QuinRose,,0.02,,0.02,,,2010-04-15, +/games/boxart/full_7182015JapanFrontccc.jpg,Otometeki Koi Kakumei * Love Revo! Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-05-20, +/games/boxart/full_5179710PALFrontccc.jpg,Syberia,NS,Adventure,Microids,Microids,,0.02,,,0.02,0,2017-10-20,2019-03-17 +/games/boxart/full_captain-morgane-and-the-golden-turtle_822PALFront.jpg,Captain Morgane and the Golden Turtle,PC,Adventure,Reef Entertainment,WizarBox,,0.02,,,0.02,0,2012-02-03, +/games/boxart/full_winx-club-rockstars_6PALFront.jpg,Winx Club: Rockstars,DS,Adventure,Namco Bandai,RIZ Inc.,,0.02,,,0.02,0,2010-11-12, +/games/boxart/full_9866955JapanFrontccc.jpg,Dragon Quest X: All in One Package,WiiU,MMO,Square Enix,Square Enix,,0.02,,0.02,,,2015-12-03,2018-09-15 +/games/boxart/581793ccc.jpg,Carmen Sandiego: The Secret of the Stolen Drums,XB,Adventure,BAM! Entertainment,Artificial Mind and Movement,,0.02,0.02,,0.01,0,2004-09-13, +/games/boxart/full_magicka-collection_251PALFront.jpg,Magicka Collection,PC,Adventure,Paradox Interactive,Paradox Interactive,,0.02,,,0.02,0,2011-11-22, +/games/boxart/full_lilpri-ds-hime-chen-apple-pink_7JapanFront.jpg,Lilpri DS: Hime-Chen! Apple Pink,DS,Adventure,Sega,Sega,,0.02,,0.02,,,2010-08-19, +/games/boxart/full_346534JapanFrontccc.jpg,Suran Digit,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-10-20, +/games/boxart/full_2206184JapanFrontccc.jpg,Canvas 2,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2006-01-26, +/games/boxart/full_4892035JapanFrontccc.jpg,Memories Off: Sorekara Again,PS2,Adventure,KID,KID Corporation,,0.02,,0.02,,,2006-03-23, +/games/boxart/full_3706518JapanFrontccc.jpg,11eyes: CrossOver,X360,Adventure,5pb,Genterprise,,0.02,,0.02,,,2009-04-02, +/games/boxart/full_3265050AmericaFrontccc.jpg,7'scarlet,PSV,Adventure,Aksys Games,Unknown,,0.02,,0.02,,,2018-05-25, +/games/boxart/full_cross-channel-in-memory-of-all-people_897JapanFront.jpg,Cross Channel: In Memory of All People,X360,Adventure,CyberFront,KID Corporation,,0.02,,0.02,,,2011-04-14, +/games/boxart/full_6046522JapanFrontccc.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Joukan,PSP,Adventure,Prototype,Visual Arts,,0.02,,0.02,,,2010-06-03, +/games/boxart/full_are-you-alice_184JapanFront.jpg,Are You Alice?,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-04-07, +/games/boxart/full_okashi-na-shima-no-peter-pan-sweet-never-land_500JapanFront.jpg,Okashi na Shima no Peter Pan: Sweet Never Land,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-10-06, +/games/boxart/full_9707556AmericaFrontccc.jpg,Syberia III,XOne,Adventure,Microids,Unknown,,0.02,0.02,,,0,2017-04-25,2018-08-12 +/games/boxart/full_340292JapanFrontccc.jpg,Gift: Prism,PS2,Adventure,Sweets,Moonstone,,0.02,,0.02,,,2006-10-19, +/games/boxart/full_2037369AmericaFrontccc.png,Inkheart,DS,Adventure,DreamCatcher Interactive,The Adventure Company,,0.02,0.02,,,0,2009-01-12, +/games/boxart/full_kami-naru-kimi-to_901JapanFront.jpg,Kami Naru Kimi to,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-10-20, +/games/boxart/default.jpg,Vitamin X: Detective B6,PSP,Misc,D3Publisher,Unknown,,0.02,,0.02,,,2012-02-09, +/games/boxart/full_8021317AmericaFrontccc.jpg,Dream Dancer,DS,Misc,Unknown,Unknown,,0.02,0.01,,,0,, +/games/boxart/1482795ccc.jpg,Online Chess Kingdoms,PSP,Misc,Konami,Konami,,0.02,0.01,,,0,2006-11-28, +/games/boxart/full_4370162JapanFrontccc.jpg,Vitamin Z Revolution,PSP,Adventure,D3 Publisher,HuneX,,0.02,,0.02,,,2010-03-25, +/games/boxart/full_1249658JapanFrontccc.jpg,Aria: The Origination ~Aoi Wakusei no El Cielo~,PS2,Adventure,Alchemist,Regista,,0.02,,0.02,,,2008-06-26, +/games/boxart/full_2035209JapanFrontccc.jpg,Zero no Tsukaima: Shou-akuma to Harukaze no Concerto,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-02-15, +/games/boxart/full_4085157JapanFrontccc.jpg,Suzumiya Haruhi no Heiretsu,Wii,Adventure,Sega,Sega,,0.02,,0.02,,,2009-03-26, +/games/boxart/full_5285335JapanFrontccc.jpg,Maji-Kyun! Renaissance,PSV,Adventure,Broccoli,Unknown,,0.02,,0.02,,,2016-09-21, +/games/boxart/full_3430791JapanFrontccc.jpg,Princess Saver! Eternal Love for My Lady,PS2,Adventure,Comfort,Ricotta,,0.02,,0.02,,,2010-01-28, +/games/boxart/default.jpg,L.A. Noire: The Complete Edition,PS3,Adventure,Rockstar Games,Rockstar Leeds,,0.02,,,0.02,0.01,2011-11-15, +/games/boxart/full_6148982JapanFrontccc.jpg,Dynamic Chord feat. Reve Parfait: V Edition,PSV,Adventure,honeybee,Unknown,,0.02,,0.02,,,2016-09-29,2018-02-21 +/games/boxart/full_vampire-mansion-linda-hyde_456PALFront.jpg,Vampire Mansion: Linda Hyde,DS,Adventure,Unknown,Easy Interactive,,0.02,,,0.02,0,2011-09-01, +/games/boxart/full_3072193JapanFrontccc.jpg,Kimi ga Aruji de Shitsuji ga Ore de: Oshie Nikki,PS2,Adventure,Minato Station,Minato Station,,0.02,,0.02,,,2008-03-27, +/games/boxart/2466130ccc.jpg,American McGee presents ScrapLand,XB,Adventure,Enlight,Mercury Steam Entertainment,,0.02,0.02,,0,0,2005-02-28, +/games/boxart/full_5830150JapanFrontccc.jpg,Harukanaru Toki no Naka de 3 with Izayoiki Aizouban,PSP,Adventure,KOEI,Koei,,0.02,,0.02,,,2009-03-19, +/games/boxart/full_9853874JapanFrontccc.jpg,D.Gray-man: Sousha no Shikaku,PS2,Adventure,Konami,Konami,,0.02,,0.02,,,2008-09-11, +/games/boxart/full_5231083JapanFrontccc.jpg,Happiness! De-Lucks,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-01-25, +/games/boxart/full_7656783AmericaFrontccc.jpg,ABZU,XOne,Adventure,505 Games,Giant Squid Studios,,0.02,0.02,,,0,2017-01-31,2018-08-01 +/games/boxart/full_505543JapanFrontccc.jpg,School Days LxH,PS2,Adventure,Interchannel,0verflow,,0.02,,0.02,,,2008-01-17, +/games/boxart/full_7314442JapanFrontccc.jpg,Yuukyuu no Tierblade: Lost Chronicle,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-09-08, +/games/boxart/full_5864655JapanFrontccc.jpg,Neo Angelique,PS2,Adventure,KOEI,Koei,,0.02,,0.02,,,2006-03-04, +/games/boxart/full_chaoshead-noah_3JapanFront.jpg,Chaos;Head Noah,PSP,Adventure,5pb,Genterprise,,0.02,,0.02,,,2010-06-24, +/games/boxart/full_2555643JapanFrontccc.jpg,Akogare Girls Collection: Pika Pika Nurse Monogatari - Shounika Haitsumo Oosawagi,DS,Adventure,Nippon Columbia,Nippon Columbia,,0.02,,0.02,,,2016-11-10,2018-08-03 +/games/boxart/full_2966983JapanFrontccc.jpg,Geten no Hana with Yume Akari: Aizouban,PSV,Adventure,Tecmo Koei,Unknown,,0.02,,0.02,,,2016-09-08, +/games/boxart/full_6883954JapanFrontccc.png,Idol Death Game TV,PSV,Adventure,D3Publisher,Unknown,,0.02,,0.02,,,2016-10-20, +/games/boxart/full_twinkle-crusaders-gogo_4JapanFront.jpg,Twinkle * Crusaders GoGo!,PSP,Adventure,ASCII Media Works,ASCII Media Works,,0.02,,0.02,,,2010-09-30, +/games/boxart/full_1604182PALFrontccc.jpg,Ceville,PC,Adventure,Kalypso,Realmforge Studios,9,0.02,,,0.02,0,2009-04-09, +/games/boxart/full_8193637PALFrontccc.jpg,Broken Sword 5: The Serpent's Curse,XOne,Adventure,Revolution Software,Revolution Software,,0.02,,,0.02,0,2015-09-04,2018-08-13 +/games/boxart/full_6319452PALFrontccc.jpg,Natalie Brooks: Mystery at Hillcrest High,DS,Adventure,Licensed 4U,"Alawar Entertainment, Inc.",,0.02,,,0.02,0,2012-04-06,2019-05-03 +/games/boxart/full_6040002JapanFrontccc.jpg,Hoshiori Yume Mirai: Converted Edition,PSV,Adventure,Prototype,Unknown,,0.02,,0.02,,,2016-08-10, +/games/boxart/full_8996506JapanFrontccc.jpg,428: Fuusa Sareta Shibuya de,PS3,Adventure,Spike,ChunSoft,,0.02,,0.02,,,2009-09-03, +/games/boxart/full_5674848AmericaFrontccc.jpg,Zathura,XB,Adventure,2K Games,High Voltage Software,,0.02,0.02,,0,0,2005-11-02, +/games/boxart/full_4644517AmericaFrontccc.jpg,Patapon Remastered,PS4,Music,Sony Interactive Entertainment,SIE Japan Studio,,0.02,,0.02,,,2017-08-01,2018-09-24 +/games/boxart/full_9334028AmericaFrontccc.jpg,Persona 5: Dancing in Starlight,PSV,Music,Atlus,Atlus,,0.02,,0.02,,,2018-12-04,2018-08-13 +/games/boxart/full_4309501AmericaFrontccc.jpg,Gal Metal!,NS,Music,Xseed Games,DMM Games,7,0.02,0.01,0.01,,0,2018-10-30,2019-03-18 +/games/boxart/full_7923226JapanFrontccc.jpg,Persona Dancing: Deluxe Twin Plus,PSV,Music,Atlus,Atlus,,0.02,,0.02,,,2018-05-24,2018-06-06 +/games/boxart/full_5772765JapanFrontccc.jpg,Doki Majo Plus,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.02,,0.02,,,2009-07-30, +/games/boxart/full_love-once-mermaids-tears_792JapanFront.jpg,Love Once: Mermaid's Tears,PS3,Adventure,Unknown,Silicon Studio,,0.02,,0.02,,,2011-02-24, +/games/boxart/full_9252569AmericaFrontccc.jpg,Dream Chronicles,DS,Adventure,Zoo Games,Kat Games,,0.02,0.02,,,0,2010-03-02, +/games/boxart/full_heart-no-kuni-no-alice-anniversary-ver-wonderful-wonder-world_360JapanFront.jpg,Heart no Kuni no Alice Anniversary Ver.: Wonderful Wonder World,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-07-28, +/games/boxart/full_9934908AmericaFrontccc.jpg,Armello,PS4,Strategy,League of Geeks,League of Geeks,,0.02,0.02,,,0,2018-03-13,2018-09-21 +/games/boxart/full_8231706AmericaFrontccc.jpg,Worms,PSN,Strategy,Sony Computer Entertainment,Team17 Software,,0.02,,,0.02,0,2009-03-26, +/games/boxart/full_4526760AmericaFrontccc.jpg,Maximum Capacity: Hotel Giant,PC,Strategy,JoWood Productions,Enlight Software Ltd.,,0.02,,,0.02,0,2002-06-24, +/games/boxart/full_9655931AmericaFrontccc.jpg,This Is the Police 2,XOne,Strategy,THQ Nordic,Weappy Studio,,0.02,0.02,,,0,2018-09-25,2019-03-24 +/games/boxart/3843139ccc.jpg,Defendin' De Penguin,DS,Strategy,Crave Entertainment,Crave Entertainment,,0.02,0.02,,,0,2008-09-02, +/games/boxart/full_7341485AmericaFrontccc.jpg,This Is the Police 2,PS4,Strategy,THQ Nordic,Weappy Studio,,0.02,0.02,,,0,2018-09-25,2019-03-24 +/games/boxart/full_5032299JapanFrontccc.jpg,No Heroes Allowed! VR,PS4,Strategy,Sony Interactive Entertainment,Acquire,,0.02,,0.02,,,2017-10-17,2018-01-10 +/games/boxart/full_9857269AmericaFrontccc.jpg,Command & Conquer 3: Deluxe Edition,PC,Strategy,Electronic Arts,EA Los Angeles,,0.02,,,0.02,0,2008-09-26, +/games/boxart/full_3740817JapanFrontccc.jpg,Dynasty Warriors: Eiketsuden,PS3,Strategy,Tecmo Koei,Omega Force,,0.02,,0.02,,,2016-08-03,2018-04-24 +/games/boxart/full_6750952AmericaFrontccc.jpg,Battlestations: Pacific,PC,Strategy,Eidos Interactive,Eidos Studios Hungary,,0.02,,,0.02,0,2009-05-12, +/games/boxart/full_paraworld_3AmericaFront.jpg,ParaWorld,PC,Strategy,Aspyr,SEK Ost,,0.02,,,0.02,0,2006-09-27, +/games/boxart/full_6927291AmericaFrontccc.jpg,WorldShift,PC,Strategy,Playlogic Game Factory,Black Sea Studios,,0.02,0.02,,,0,2009-11-10, +/games/boxart/full_5975855AmericaFrontccc.jpg,Tycoon City: New York,PC,Strategy,Atari,Deep Red,6.2,0.02,,,0.02,0,2006-02-21, +/games/boxart/full_oil-rush_500PALFront.jpg,Oil Rush,PC,Strategy,Unknown,Unigine Corp,,0.02,,,0.02,0,2012-01-25, +/games/boxart/full_9512629JapanFrontccc.jpg,Chuugen no Hasha: Sangoku Shouseiden,PSP,Strategy,Namco,Namco,,0.02,,0.02,,,2006-02-09, +/games/boxart/full_987127AmericaFrontccc.jpg,Stormrise,PC,Strategy,Sega,The Creative Assembly,,0.02,,,0.02,0,2009-03-24, +/games/boxart/full_2850776AmericaFrontccc.jpg,Worms: WMD,XOne,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,0.02,0.02,,,0,2016-08-23,2018-08-12 +/games/boxart/full_carnage-heart-exa_7JapanFront.jpg,Carnage Heart EXA,PSP,Strategy,ArtDink,ArtDink,,0.02,,0.02,,,2013-03-19, +/games/boxart/full_1600819AmericaFrontccc.jpg,Sheep,PS,Strategy,Empire Interactive,Minds-Eye,,0.02,0.01,,0.01,0,2000-11-06, +/games/boxart/full_9587005PALFrontccc.jpg,Empire Deluxe,PC,Strategy,New World Computing,White Wolf Productions,,0.02,0.02,,,0,1993-01-01, +/games/boxart/8546000ccc.jpg,Future Tactics: The Uprising,GC,Strategy,Crave Entertainment,Zed Two Limited,6.8,0.02,0.02,,0,0,2004-05-10, +/games/boxart/full_8734878AmericaFrontccc.jpg,Tropico Reloaded,PC,Strategy,Kalypso,Kalypso,,0.02,,,0.02,0,2009-07-24, +/games/boxart/full_3880477AmericaFrontccc.jpg,Sudden Strike 4,XOne,Strategy,Kalypso Media,Kite Games,,0.02,0.02,,,0,2018-06-26,2018-03-24 +/games/boxart/full_1442282PALFrontccc.jpg,Catan,DS,Strategy,CDV Software Entertainment,USM,,0.02,,,0.02,0,2009-05-28, +/games/boxart/full_5820319JapanFrontccc.jpg,Ookami to Koushinryou: Omiowataru Kaze,DS,Adventure,ASCII Media Works,ASCII Media Works,,0.02,,0.02,,,2009-09-17, +/games/boxart/full_captain-morgane-and-the-golden-turtle_446PALFront.jpg,Captain Morgane and the Golden Turtle,PS3,Adventure,Reef Entertainment,WizarBox,,0.02,,,0.02,0,2012-02-03, +/games/boxart/full_2444159AmericaFrontccc.jpg,SUPERBEAT: XONiC,PS4,Music,PM Studios,Nurijoy,,0.02,0.02,,,0,2017-06-06,2018-09-20 +/games/boxart/full_3083074JapanFrontccc.jpg,PaRappa the Rapper Remastered,PS4,Music,Sony Interactive Entertainment,SIE Japan Studio,,0.02,,0.02,,,2017-04-04,2018-09-24 +/games/boxart/full_8000575JapanFrontccc.jpg,Uta Kumi 575,PSV,Music,Sega,Sega,,0.02,,0.02,,,2014-01-23,2019-05-03 +/games/boxart/full_3252970JapanFrontccc.jpg,CV Casting Voice,PS3,Music,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2014-06-19,2019-05-04 +/games/boxart/full_542676AmericaFrontccc.jpg,Space Hulk Tactics,PS4,Strategy,Focus Home Interactive,Cyanide,,0.02,0.02,,,0,2018-10-09,2018-06-28 +/games/boxart/full_6313543AmericaFrontccc.jpg,Tropico 4: Modern Times,PC,Strategy,Kalypso Media,Haemimont Games,,0.02,,,0.02,0,2012-03-29,2019-04-23 +/games/boxart/full_3441529JapanFrontccc.jpg,Romance of the Three Kingdoms XII,WiiU,Strategy,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2012-12-13,2018-07-30 +/games/boxart/full_4606037JapanFrontccc.png,Future Card Buddyfight: Tanjou! Oretachi no Saikyou Body!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2018-03-15,2018-08-04 +/games/boxart/full_tennis-no-oji-sama-card-hunter_516JapanFront.jpg,Tennis no Oji-Sama: Card Hunter,PS2,Strategy,Konami,WinkySoft,,0.02,,0.02,,,2007-02-22, +/games/boxart/full_achtung-panzer-kharkov-1943_894AmericaFront.jpg,Achtung Panzer: Kharkov 1943,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.02,,,0.01,0,2010-02-25, +/games/boxart/full_57764AmericaFrontccc.jpg,RollerCoaster Tycoon: Gold Edition,PC,Strategy,Infogrames,Infogrames,,0.02,0.01,,,0,2002-05-30, +/games/boxart/full_6710461JapanFrontccc.jpg,Ultraman All-Star Chronicle,PSP,Strategy,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2013-03-07,2019-05-17 +/games/boxart/full_dungeons-the-dark-lord_278AmericaFront.jpg,Dungeons - The Dark Lord,PC,Strategy,Kalypso,Kalypso,,0.02,0,,0.01,0,2011-09-27, +/games/boxart/2187179ccc.jpg,Goblin Commander: Unleash the Horde,GC,Strategy,Jaleco,Jaleco Entertainment,7.4,0.02,0.01,,0,0,2003-12-16, +/games/boxart/full_6727535AmericaFrontccc.jpg,Pharaoh,PC,Strategy,Sierra Entertainment,Impressions Games,,0.02,,,0.02,0,1999-10-31, +/games/boxart/full_stronghold-crusader-extreme_518AmericaFront.jpg,Stronghold Crusader Extreme,PC,Strategy,Gamecock,FireFly Studios,4.3,0.02,,,0.02,0,2008-06-02, +/games/boxart/full_europa-universalis-iii-complete_17AmericaFront.jpg,Europa Universalis III Complete,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.02,,,0.02,0,2008-10-28, +/games/boxart/full_4785496AmericaFrontccc.jpg,Tokyo Tattoo Girls,PSV,Strategy,NIS America,Sushi Typhoon Games,,0.02,0.01,,,0,2017-11-14, +/games/boxart/full_8682190AmericaFrontccc.jpg,Drone Tactics,DS,Strategy,Atlus,Success,,0.02,0.01,,,0,2008-05-12, +/games/boxart/full_9993628PALFrontccc.jpg,Total War Attila: Tyrants & Kings,PC,Strategy,Koch Media,Creative Assembly,,0.02,,,0.02,0,2016-03-18,2018-02-02 +/games/boxart/full_1212451JapanFrontccc.jpg,San Goku Shi DS 2,DS,Strategy,KOEI,Koei,,0.02,,0.02,,,2007-11-01, +/games/boxart/full_6375429AmericaFrontccc.jpg,Majesty 2: The Fantasy Kingdom Sim,PC,Strategy,Paradox Interactive,Ino-Co / 1C Company,,0.02,0.01,,,0,2009-09-15,2019-01-01 +/games/boxart/full_fritz-chess_4AmericaFront.jpg,Fritz Chess,DS,Strategy,Deep Silver,ShanBlue,,0.02,0.02,,0,0,2009-07-28, +/games/boxart/full_4669071JapanFrontccc.jpg,Sid Meier's Civilization Revolution 2+,PSV,Strategy,Take-Two Interactive,Unknown,,0.02,,0.02,,,2015-12-03, +/games/boxart/full_8145561AmericaFrontccc.jpg,Tom Clancy's EndWar,PC,Strategy,Ubisoft,Ubisoft Shanghai,,0.02,,,0.02,0,2009-02-24, +/games/boxart/full_9113349AmericaFrontccc.jpg,X3: Terran War Pack,PC,Strategy,Deep Silver,Egosoft,,0.02,,,0.02,0,2012-03-09,2019-04-23 +/games/boxart/full_6623048JapanFrontccc.jpg,Sakura Wars 1 & 2,PSP,Strategy,Sega,Sega,,0.02,,0.02,,,2006-03-09, +/games/boxart/6963778ccc.jpg,Mage Knight: Destiny's Soldier,DS,Strategy,Namco Bandai,Big Blue Bubble Inc.,,0.02,0.02,,,0,2006-09-26, +/games/boxart/5051165ccc.jpg,Demigod,PC,Strategy,Atari,Gas Powered Games,7.2,0.02,,,0.02,0,2009-04-14, +/games/boxart/full_stronghold-2-deluxe_585PALFront.jpg,Stronghold 2 Deluxe,PC,Strategy,2K Games,FireFly Studios,,0.02,,,0.02,0,2005-10-28, +/games/boxart/8606859ccc.jpg,Command & Conquer: The First Decade,PC,Strategy,Electronic Arts,EA Los Angeles\ Westwood Studios,,0.02,0.01,,0.01,0,2006-02-07, +/games/boxart/default.jpg,T.A.C. Heroes : Big Red One,DS,Strategy,Storm City Games,Storm City Games,,0.02,0.02,,,0,2010-03-16, +/games/boxart/8848411ccc.jpg,The Lord of the Rings: The Battle for Middle-Earth II,PC,Strategy,Electronic Arts,EA Los Angeles,8.2,0.02,0.01,,0.01,0,2006-03-02, +/games/boxart/full_2847258AmericaFrontccc.jpg,ArmaGallant: Decks of Destiny,PS4,Strategy,Maximum Games,RockNanoGlobal,,0.02,0.02,,,0,2017-04-04,2018-09-17 +/games/boxart/full_6969703AmericaFrontccc.jpg,Order of War,PC,Strategy,Square Enix,Wargaming.net,,0.02,0,,0.01,0,2009-09-22, +/games/boxart/full_3793252PALFrontccc.jpg,Military History: Commander - Europe at War,PSP,Strategy,Slitherine Software,Impressionware SRL,,0.02,,,0.02,0.01,2009-03-20, +/games/boxart/full_8955938JapanFrontccc.jpg,Galaxy Angel II: Eigou Kaiki no Koku,PS2,Strategy,Broccoli,Broccoli,,0.02,,0.02,,,2009-03-12, +/games/boxart/full_fritz-chess_10AmericaFront.jpg,Fritz Chess,Wii,Strategy,Deep Silver,Gammick Entertainment,,0.02,0.02,,0.01,0,2009-07-28, +/games/boxart/full_tsuyo-kiss-2-portable_6JapanFront.jpg,Tsuyo Kiss 2 Portable,PSP,Adventure,Unknown,NetRevo,,0.02,,0.02,,,2010-10-28, +/games/boxart/full_8408467AmericaFrontccc.jpg,Overlord,PC,Adventure,Codemasters,Triumph Studios,,0.02,,,0.02,0,2007-06-26, +/games/boxart/full_1466141JapanFrontccc.jpg,Nanatsuiro * Drops Pure!!,PS2,Adventure,Media Works,UNiSONSHIFT,,0.02,,0.02,,,2007-09-20, +/games/boxart/full_6581137PALFrontccc.jpg,Ghost Pirates of Vooju Island,PC,Adventure,DTP Entertainment,Autumn Moon,,0.02,,,0.02,0,2009-11-06, +/games/boxart/full_2351099JapanFrontccc.jpg,Zero Escape The Nonary Games,PSV,Adventure,Aksys Games,Spike Chunsoft,,0.02,0.01,0.01,,0,2017-03-24,2018-09-19 +/games/boxart/full_1572239AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,PC,Adventure,Microids,Artefacts Studios,,0.02,,,0.02,0,2016-02-23,2018-08-01 +/games/boxart/full_3310874JapanFrontccc.png,Plastic Memories,PSV,Adventure,5pb,Unknown,,0.02,,0.02,,,2016-10-13, +/games/boxart/full_renai-banchou-inochi-meishi-koiseyo-otome-love-is-power_389JapanFront.jpg,"Renai Banchou: Inochi Meishi, Koiseyo Otome! Love is Power!!!",PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-11-11, +/games/boxart/full_2359122AmericaFrontccc.jpg,Yu-Gi-Oh! GX: The Beginning of Destiny (JP sales),PS2,Strategy,Konami,Konami,,0.02,,0.02,,,2008-01-08, +/games/boxart/full_trapped-dead_796PALFront.jpg,Trapped Dead,PC,Strategy,Meridian4,Headup Games / Crenetic,4,0.02,,,0.02,0,2011-02-25, +/games/boxart/full_4594561AmericaFrontccc.jpg,Space Hulk Tactics,XOne,Strategy,Focus Home Interactive,Cyanide,,0.02,0.02,,,0,2018-10-09,2018-06-28 +/games/boxart/full_4155371AmericaFrontccc.jpg,Lock's Quest,XOne,Strategy,THQ Nordic,5TH Cell,,0.02,0.01,,,0,2017-05-30,2018-09-11 +/games/boxart/full_majesty-2-collection_833AmericaFront.jpg,Majesty 2 Collection,PC,Strategy,Paradox Interactive,1C:Ino-Co,,0.02,,,0.01,0,2011-04-19, +/games/boxart/full_2457589AmericaFrontccc.jpg,Puzzle City,DS,Puzzle,Destineer,eGames/Techfront,,0.02,0.02,,,0,2009-06-09, +/games/boxart/full_moujuutsukai-to-oujisama-snow-bride_950JapanFront.jpg,Moujuutsukai to Oujisama: Snow Bride,PS2,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-02-24, +/games/boxart/full_7612706JapanFrontccc.jpg,Meitantei Evangelion,PS2,Adventure,Broccoli,Headlock,,0.02,,0.02,,,2007-01-18, +/games/boxart/full_2093792JapanFrontccc.jpg,Seinaru Kana: Orichalcum no Na no Motoni,PSP,Strategy,CyberFront,Xuse,,0.02,,0.02,,,2012-04-19,2019-05-17 +/games/boxart/full_nobunaga-no-yabou-soutensoku-with-power-up-kit_172JapanFront.jpg,Nobunaga no Yabou: Soutensoku with Power-Up Kit,PSP,Strategy,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2011-08-04, +/games/boxart/full_5362314AmericaFrontccc.jpg,Commandos 3: Destination Berlin,PC,Strategy,Eidos Interactive,Pyro Studios,,0.02,,,0.02,0,2003-10-14, +/games/boxart/full_machi-ing-maker-4_954JapanFront.jpg,Machi-ing Maker 4,PS3,Strategy,D3 Publisher,D3,,0.02,,0.02,,,2011-11-23, +/games/boxart/full_4936853AmericaFrontccc.jpg,Blackguards 2,XOne,Strategy,Kalypso Media,Daedalic Entertainment,,0.02,0.02,,,0,2017-09-19,2018-09-15 +/games/boxart/full_5168769AmericaFrontccc.gif,War Leaders: Clash of Nations,PC,Strategy,CDV Software Entertainment,Enigma Software Productions,,0.02,,,0.02,0,2009-02-27, +/games/boxart/3967221ccc.jpg,Virtual Kasparov,GBA,Strategy,Titus,Titus Software,,0.02,0.01,,0.01,0,2002-03-31, +/games/boxart/8700400ccc.jpg,UFO: Trilogy,PC,Strategy,Unknown,Altar Interactive,,0.02,,,0.02,0,2007-08-24, +/games/boxart/full_strike-witches-shirogane-no-tsubasa_0JapanFront.jpg,Strike Witches: Shirogane no Tsubasa,X360,Strategy,CyberFront,CyberFront,,0.02,,0.02,,,2010-07-29, +/games/boxart/2954259ccc.jpg,Command & Conquer 3: Kane's Wrath,PC,Strategy,Electronic Arts,EA Los Angeles,,0.02,,,0.02,0,2008-03-24, +/games/boxart/1711176ccc.jpg,Command & Conquer Collection,PC,Strategy,Electronic Arts,EA Los Angeles,,0.02,0.01,,0,0,2003-10-31, +/games/boxart/full_elven-legacy-collection_5PALFront.jpg,Elven Legacy Collection,PC,Strategy,Paradox Interactive,1C:Ino-Co,,0.02,,,0.01,0,2010-07-09, +/games/boxart/full_disciples-iii-renaissance_0AmericaFront.jpg,Disciples III: Renaissance,PC,Strategy,Kalypso,Akella,,0.02,,,0.01,0,2010-07-13, +/games/boxart/full_6933023AmericaFrontccc.png,Halo Wars 2,PC,Strategy,THQ Nordic,Creative Assembly,,0.02,,,0.02,0,2017-02-21,2018-09-27 +/games/boxart/188988ccc.jpg,"Warhammer 40,000: Dawn of War: Soulstorm",PC,Strategy,THQ,Iron Lore Entertainment,6.9,0.02,,,0.02,0,2008-03-04, +/games/boxart/full_4823709PALFrontccc.jpg,Dungeons 3,XOne,Strategy,Kalypso Media,Realmforge Studios,,0.02,0.02,,,0,2017-10-17,2018-03-03 +/games/boxart/full_9936646AmericaFrontccc.jpg,Cube,PSP,Puzzle,D3 Publisher,Metia Interactive,,0.02,0.02,,,0,2007-04-30, +/games/boxart/full_6985805AmericaFrontccc.jpg,Hands On! Tangrams,DS,Puzzle,Storm City Games,Island Officials,,0.02,0.02,,,0,2009-11-24, +/games/boxart/6878071ccc.jpg,Konductra,DS,Puzzle,O3 Entertainment,oeFun,,0.02,0.02,,,0,2006-10-31, +/games/boxart/full_5185240JapanFrontccc.jpg,Puyo Puyo Tetris,WiiU,Puzzle,Sega,Sonic Team,,0.02,,0.02,,,2014-02-06,2018-07-04 +/games/boxart/full_the-dark-hills-of-cherai_183AmericaFront.jpg,The Dark Hills of Cherai,PC,Puzzle,Big Fish Games,ChaYoWo Games,,0.02,,,0.01,0,2009-12-05, +/games/boxart/full_2741705AmericaFrontccc.jpg,Mario vs. Donkey Kong: Tipping Stars,WiiU,Puzzle,Nintendo,Nintendo Software Technology Corporation,6.4,0.02,,0.02,,,2015-03-05,2019-01-15 +/games/boxart/full_9906536AmericaFrontccc.jpg,The Inner World: The Last Wind Monk,XOne,Puzzle,Kalypso Media,Studio Fizbin,,0.02,0.01,,,0,2017-10-24,2018-09-15 +/games/boxart/full_4761071AmericaFrontccc.jpg,Ultimate Puzzle Games,GBA,Puzzle,Telegames,"Telegames, Inc.",,0.02,0.01,,0,0,2005-11-14, +/games/boxart/full_6428091JapanFrontccc.jpg,Otome wa Oanesama Boku ni Koi Shiteru Portable,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-04-29, +/games/boxart/2868082ccc.jpg,Kuon,PS2,Adventure,Agetec,From Software,,0.02,0.01,,0.01,0,2004-12-07, +/games/boxart/full_umineko-no-naku-koro-ni-majo-to-suiri-no-rinbukyoku_769JapanFront.jpg,Umineko no Naku Koro ni: Majo to Suiri no Rinbukyoku,PS3,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-12-16, +/games/boxart/full_1776786PALFrontccc.jpg,Minecraft: Story Mode - Season Two,PC,Adventure,Telltale Games,Telltale Games,,0.02,,,0.02,0,2017-09-19,2018-08-07 +/games/boxart/9745995ccc.jpg,Carmen Sandiego: The Secret of the Stolen Drums,GC,Adventure,BAM! Entertainment,Artificial Mind and Movement,,0.02,0.02,,0,0,2004-09-13, +/games/boxart/full_8333595JapanFrontccc.jpg,Yunohana Spring! Cherishing Time,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2016-09-15, +/games/boxart/full_mystery-tales-2-the-spirit-mask_450PALFront.jpg,Mystery Tales 2: The Spirit Mask,DS,Puzzle,Unknown,Easy Interactive,,0.02,,,0.02,0,2011-08-21, +/games/boxart/55865ccc.jpg,Spanish for Everyone!,DS,Puzzle,Activision,Humagade,,0.02,0.02,,,0,2007-10-26, +/games/boxart/full_9667746JapanFrontccc.jpg,GunParade Orchestra: Midori no Shou,PS2,Adventure,Sony Computer Entertainment,Alfa System,,0.02,,0.02,,,2006-03-30, +/games/boxart/full_8210101AmericaFrontccc.jpg,Grey's Anatomy: The Video Game,PC,Adventure,Ubisoft,Longtail Studios,,0.02,,,0.02,0,2009-03-04, +/games/boxart/full_33931JapanFrontccc.jpg,PriministAr,PSV,Adventure,Entergram,Unknown,,0.02,,0.02,,,2016-09-29, +/games/boxart/full_1564921JapanFrontccc.jpg,Grisaia no Rakuen: Le Eden de la Grisaia,PSV,Adventure,Prototype,Prototype,,0.02,,0.02,,,2014-12-11, +/games/boxart/full_8703686JapanFrontccc.jpg,Higurashi Daybreak Portable Mega Edition,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2009-11-26, +/games/boxart/full_6840200JapanFrontccc.jpg,Koisuru Otome to Shugo no Tate: The Shield of AIGIS,PS2,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2008-11-20, +/games/boxart/full_moujuutsukai-to-oujisama-portable_564JapanFront.jpg,Moujuutsukai to Oujisama Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-06-30, +/games/boxart/full_7093458AmericaFrontccc.jpg,Indigo Prophecy,PC,Adventure,Atari,Quantic Dream,,0.02,,,0.02,0,2005-10-02, +/games/boxart/full_9605318JapanFrontccc.jpg,Kaleidoeve,PSV,Adventure,HuneX,HuneX,,0.02,,0.02,,,2015-01-22, +/games/boxart/full_gekka-ryouran-romance_492JapanFront.jpg,Gekka Ryouran Romance,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-09-15, +/games/boxart/full_ore-no-yome-anata-dake-no-hanayome_0JapanFront.jpg,Ore no Yome: Anata Dake no Hanayome,X360,Adventure,Idea Factory,Lupinus,,0.02,,0.02,,,2010-10-28, +/games/boxart/full_tale-of-a-hero_568PALFront.jpg,Tale of a Hero,PC,Adventure,Daedalic,Future Games,,0.02,,,0.02,0,2010-08-31, +/games/boxart/full_4792025JapanFrontccc.jpg,Final Approach 2: 1st Priority,PS2,Adventure,Princess Soft,Princess Soft,,0.02,,0.02,,,2008-02-28, +/games/boxart/full_dragons-lair_6AmericaFront.gif,Dragon's Lair,DS,Adventure,Destineer,United Coders,,0.02,0.02,,,0,2010-11-16, +/games/boxart/full_4122953JapanFrontccc.jpg,I Doll U,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2015-07-16, +/games/boxart/full_ryu-koku_5JapanFront.jpg,Ryu-Koku,PS2,Adventure,KID,KID Corporation,,0.02,,0.02,,,2006-09-21, +/games/boxart/full_jewel-master-cradle-of-rome-2_23PALFront.jpg,Jewel Master: Cradle Of Rome 2,DS,Puzzle,Rising Star,Rising Star Games,,0.02,,,0.02,0,2011-10-21, +/games/boxart/full_3207217AmericaFrontccc.jpg,Secrets of the Titanic,DS,Puzzle,Avanquest Software,Avanquest Software,,0.02,,,0.02,0,2012-04-13,2019-05-05 +/games/boxart/full_4970852AmericaFrontccc.jpg,Nervous Brickdown,DS,Puzzle,Secret Stash Games,Arkedo Studio,,0.02,0,,0.01,0,2007-06-26, +/games/boxart/6986873ccc.jpg,Rat Attack!,N64,Puzzle,Mindscape,Pure Entertainment,,0.02,0.02,,,0,2000-09-12, +/games/boxart/full_6266662JapanFrontccc.jpg,Lode Runner,DS,Puzzle,Hudson Entertainment,Hudson Soft,,0.02,,0.02,,,2006-10-26, +/games/boxart/full_867002JapanFrontccc.jpg,Super Nazo Puyo Tsuu: Ruruu no Tetsuwan Hanjyouki,SNES,Puzzle,Compile,Compile,,0.02,,0.02,,0,1996-06-28, +/games/boxart/6488235ccc.jpg,Puzzle Challenge: Crosswords and More!,PS2,Puzzle,Crave Entertainment,Supersonic Software,,0.02,0.01,,0.01,0,2006-06-09, +/games/boxart/full_1307857AmericaFrontccc.jpg,Geon Cube,Wii,Puzzle,UFO Interactive,Strawdog Studios Ltd.,,0.02,0.02,,,0,2009-10-27, +/games/boxart/full_2248347AmericaFrontccc.jpg,Jelly Belly: Ballistic Beans,Wii,Puzzle,Zoo Digital Publishing,Blue Monkey Studios,,0.02,0.02,,0,0,2009-04-21, +/games/boxart/full_767495AmericaFrontccc.jpg,The Inner World: The Last Wind Monk,PS4,Puzzle,Kalypso Media,Studio Fizbin,,0.02,0.02,,,0,2017-10-24,2018-09-15 +/games/boxart/full_6108627PALFrontccc.jpg,The Cube,Wii,Puzzle,Funbox Media,Funbox Media,,0.02,,,0.02,0,2012-11-09,2018-04-06 +/games/boxart/full_puzzle-star-sweep_919AmericaFront.jpg,Puzzle Star Sweep,PS,Puzzle,Agetec,Axela,,0.02,0.01,,0.01,0,2001-01-03, +/games/boxart/full_2571101PALFrontccc.jpg,4 Elements,3DS,Puzzle,Tulip Games,Playrix Entertainment,,0.02,,,0.02,0,2013-11-07,2019-01-24 +/games/boxart/full_6650964AmericaFrontccc.jpg,Lumo,NS,Puzzle,Rising Star Games,Triple Eh?,,0.02,,,0.02,0,2017-11-21,2018-01-08 +/games/boxart/full_9380473AmericaFrontccc.png,Atlantic Quest,PC,Puzzle,Avanquest,Oberon Media,,0.02,,,0.02,0,2011-11-25, +/games/boxart/full_5092265AmericaFrontccc.png,Tumblestone,WiiU,Puzzle,Nighthawk Interactive,The Quantum Astrophysicists Guild,,0.02,0.02,,,0,2016-11-01,2018-04-01 +/games/boxart/full_8093934AmericaFrontccc.jpg,Puzzle Chronicles,DS,Puzzle,Konami,Infinite Interactive,,0.02,0.02,,0,0,2010-02-02, +/games/boxart/full_9605534AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PSP,Puzzle,D3 Publisher,Vicious Cycle,,0.02,0.01,,0,0,2007-03-20, +/games/boxart/full_puzzle-guzzle_41AmericaFront.jpg,Puzzle Guzzle,PSP,Puzzle,Agetec,Irem Software Engineering,,0.02,0.02,,,0,2008-02-27, +/games/boxart/full_5774964PALFrontccc.jpg,Lumo,PSV,Puzzle,Rising Star Games,Unknown,,0.02,,,0.01,0,2016-09-09,2019-03-18 +/games/boxart/1157604ccc.jpg,Tiny Toon Adventures: Wacky Stackers,GBA,Puzzle,Conspiracy Entertainment,Warthog,,0.02,0.01,,0,0,2001-12-30, +/games/boxart/full_6710879AmericaFrontccc.jpg,Rock Blast,Wii,Puzzle,UFO Interactive,UFO Interactive,,0.02,0.02,,,0,2010-02-09, +/games/boxart/full_titanic-mystery_175AmericaFront.jpg,Titanic Mystery,Wii,Puzzle,O-Games,PlayV,,0.02,0.02,,0,0,2012-04-03, +/games/boxart/full_super-fruit-fall_9AmericaFront.jpg,Super Fruit Fall,Wii,Puzzle,Codemasters,Nissimo,,0.02,0.01,,0,0,2007-01-01, +/games/boxart/full_5241484PALFrontccc.jpg,Bomberman 2,DS,Puzzle,Hudson Soft,Hudson Soft,,0.02,,0,0.01,0,2009-02-13, +/games/boxart/full_1631783JapanFrontccc.jpg,BoxBoy! Hakobume Box,3DS,Puzzle,Nintendo,HAL Laboratory,,0.02,,0.02,,,2017-02-02,2018-07-15 +/games/boxart/full_mechanic-master-2_1AmericaFront.jpg,Mechanic Master 2,DS,Puzzle,Crave Entertainment,Crave Entertainment,,0.02,0.02,,,0,2010-10-20, +/games/boxart/full_bejeweled-blitz_5AmericaFront.jpg,Bejeweled Blitz,PC,Puzzle,PopCap Games,PopCap Games,,0.02,,,0.01,0,2010-08-17, +/games/boxart/3598995ccc.gif,NEVES,DS,Puzzle,Yuke's,"BeeWorks Co., Ltd",,0.02,0.01,,0,0,2007-11-06, +/games/boxart/full_touch-my-katamari_765AmericaFront.jpg,Touch My Katamari,PSV,Puzzle,Namco Bandai,Namco Bandai,,0.02,0.01,0.01,0,,2012-02-21, +/games/boxart/full_6033550JapanFrontccc.jpg,Gotouchi Tetsudou for Nintendo Switch!!,NS,Puzzle,Bandai Namco Games,Grounding Inc.,,0.02,,0.02,,,2018-02-22,2018-03-08 +/games/boxart/full_7823659PALFrontccc.jpg,Aqua Panic!,DS,Puzzle,Neko Entertainment,EKO System,,0.02,0.01,,0.01,,2009-05-08, +/games/boxart/full_caspers-scare-school-classroom-capers_5AmericaFront.jpg,Casper's Scare School: Classroom Capers,DS,Adventure,Crave Entertainment,Nikitova Games,,0.02,0.02,,0,0,2010-10-26, +/games/boxart/full_6437888JapanFrontccc.jpg,Akai Ito DS,DS,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2008-12-25, +/games/boxart/full_9369151JapanFrontccc.jpg,Natsuiro no Sunadokei,PS2,Adventure,Princess Soft,Princess Soft,,0.02,,0.02,,,2002-05-30, +/games/boxart/full_329473JapanFrontccc.jpg,Kamigami no Asobi InFinite,PSV,Adventure,Broccoli,Unknown,,0.02,,0.02,,,2016-04-21, +/games/boxart/full_936874PALFrontccc.jpg,Runaway: A Twist of Fate,DS,Adventure,Unknown,Pendulo Studios,,0.02,,,0.02,0,, +/games/boxart/full_3618239JapanFrontccc.jpg,Harukanaru Toki no Naka de 6,PSP,Adventure,Tecmo Koei,Ruby Party,,0.02,,0.02,,,2015-03-12,2019-03-22 +/games/boxart/full_6748504JapanFrontccc.jpg,Uta no * Prince-Sama,PSP,Adventure,Broccoli,Broccoli,,0.02,,0.02,,,2010-06-24, +/games/boxart/full_1020432JapanFrontccc.jpg,Hakuoki: Yuugi Roku - Taishitachi no Daienkai,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-11-17, +/games/boxart/full_farm-frenzy-3_163PALFront.jpg,Farm Frenzy 3,DS,Puzzle,Unknown,Easy Interactive,,0.02,,,0.02,0,2011-11-10, +/games/boxart/full_escape-the-emerald-star_771AmericaFront.jpg,Escape the Emerald Star,PC,Puzzle,PopCap Games,PopCap,,0.02,0.02,,,0,2011-09-13, +/games/boxart/full_9024642AmericaFrontccc.jpg,Shanghai: True Valor,PS,Puzzle,Sunsoft,SunSoft,,0.02,0.01,,0.01,0,1999-05-31, +/games/boxart/full_jewel-match-2_208PALFront.jpg,Jewel Match 2,DS,Puzzle,Unknown,PlayV,,0.02,,,0.02,0,, +/games/boxart/full_9573801JapanFrontccc.jpg,PsychicEmotion6,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2016-10-06, +/games/boxart/full_4835183JapanFrontccc.jpg,Shiro to Kuro no Alice,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2017-06-08, +/games/boxart/full_stormlover-karen_258JapanFront.jpg,StormLover Karen!!,PSP,Adventure,D3 Publisher,Vridge,,0.02,,0.02,,,2011-08-04, +/games/boxart/full_8885166JapanFrontccc.jpg,Hakuoki: Shinkai Twin Pack,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-06-16, +/games/boxart/6804835ccc.jpg,Line Rider 2: Unbound,Wii,Puzzle,"Genius Products, Inc.",InXile Entertainment,,0.02,0.02,,,0,2008-10-07, +/games/boxart/full_4934991AmericaFrontccc.jpg,Bridge Constructor Portal,XOne,Puzzle,Nighthawk Interactive,ClockStone,,0.02,0.02,,,0,2018-08-28,2018-07-09 +/games/boxart/full_fishdom-2-deluxe_684PALFront.jpg,Fishdom 2 Deluxe,PC,Puzzle,Rondomedia,Playrix Entertainment,,0.02,,,0.02,0,2010-11-03, +/games/boxart/full_600290PALFrontccc.jpg,The Professor's Brain Trainer: Logic,DS,Puzzle,505 Games,Interchannel,,0.02,0.02,,0,0,2006-11-17, +/games/boxart/full_6027569AmericaFrontccc.jpg,"Soldam: Drop, Connect, Erase",NS,Puzzle,Dispatch Games,City Connection,,0.02,0.02,,,0,2017-10-10,2018-10-09 +/games/boxart/full_9217384AmericaFrontccc.jpg,ZooCube,GC,Puzzle,Acclaim Entertainment,PuzzleKings,6.9,0.02,0.02,,0,0,2002-05-05, +/games/boxart/full_1130742AmericaFrontccc.jpg,O.M.G. 26 - Our Mini Games,DS,Puzzle,UFO Interactive,Dreams Interactive,,0.02,0.02,,,0,2007-10-30, +/games/boxart/7468868ccc.jpg,Bust-A-Move,3DO,Puzzle,Panasonic Interactive Media,Taito Corporation,,0.02,,0.02,,,1995-01-01, +/games/boxart/full_8070066AmericaFrontccc.jpg,Mind over Matter,DS,Puzzle,505 Games,505 Games,,0.02,0.02,,,0,2010-08-31, +/games/boxart/full_8666697JapanFrontccc.jpg,Puyo Puyo! 15th Anniversary,PSP,Puzzle,Sega,Sega,,0.02,,0.02,,,2007-03-21, +/games/boxart/full_6420072AmericaFrontccc.jpg,Bejeweled 2 Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,0.02,,,0.02,0,2006-08-30, +/games/boxart/full_2668661AmericaFrontccc.jpg,Tricky Towers,PS4,Puzzle,Soedesco,WeirdBeard,,0.02,0.02,,,0,2017-11-17,2018-09-07 +/games/boxart/full_treasure-chase_589AmericaFront.jpg,Treasure Chase,DS,Puzzle,Storm City Games,Storm City Games,,0.02,0.02,,,0,2011-06-28, +/games/boxart/2640748ccc.jpg,Luxor: The Wrath of Set,PSP,Puzzle,Mumbo Jumbo,MumboJumbo,,0.02,0.02,,,0,2006-11-17, +/games/boxart/full_crazy-machines_568AmericaFront.jpg,Crazy Machines,Wii,Puzzle,Mentor Interactive,FAKT Software GmBH,,0.02,0.01,,0.01,0,2011-06-07, +/games/boxart/full_puppet-show-3-lost-town_77PALFront.jpg,Puppet Show 3: Lost Town,PC,Puzzle,Focus Home Interactive,Big Fish Games,,0.02,,,0.02,0,2011-12-02, +/games/boxart/full_5700366JapanFrontccc.jpg,Dance with Devils,PSV,Visual Novel,Rejet,Rejet,,0.02,,0.02,,,2016-03-24,2019-05-03 +/games/boxart/full_3386407JapanFrontccc.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PSP,Visual Novel,System Soft Alpha,System Soft Alpha,,0.02,,0.02,,,2012-03-29,2019-05-03 +/games/boxart/full_2177363JapanFrontccc.jpg,Genroh,PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2012-08-30,2019-05-04 +/games/boxart/full_622639JapanFrontccc.jpg,Kannou Mukashibanashi Portable,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-01-20,2019-05-04 +/games/boxart/full_8432254JapanFrontccc.jpg,Dies Irae: Amantes Amentes,PSP,Visual Novel,Views,Light,,0.02,,0.02,,,2012-06-28,2019-05-04 +/games/boxart/full_2586439JapanFrontccc.jpg,Urakata Hakuoki,PSP,Visual Novel,Idea Factory,Design Factory,,0.02,,0.02,,,2013-06-27,2019-05-02 +/games/boxart/full_2806930JapanFrontccc.jpg,Steins;Gate: Senkei Kousoku no Phonogram,X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2013-04-25,2019-01-03 +/games/boxart/full_dunamis-15_645JapanFront.jpg,Dunamis 15,PS3,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2011-09-15,2018-12-19 +/games/boxart/full_hakuouki-yuugi-roku-ds_885JapanFront.jpg,Hakuouki: Yuugi Roku DS,DS,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-04-28, +/games/boxart/full_365744PALFrontccc.jpg,So Blonde,PC,Adventure,Eidos Interactive,WizarBox,,0.02,,,0.02,0,2008-10-10, +/games/boxart/full_6104978JapanFrontccc.jpg,Code R,SAT,Adventure,Quintet,Quintet,,0.02,,0.02,,,1998-07-09, +/games/boxart/full_692711AmericaFrontccc.jpg,Back to the Future: The Game,X360,Adventure,Telltale Games,Telltale Games,,0.02,0.02,,0,0,2015-10-13,2018-04-23 +/games/boxart/full_2143759JapanFrontccc.jpg,Ro-Kyu-Bu! Lost Secret,PSP,Visual Novel,Kadokawa Shoten,ASCII Media Works,,0.02,,0.02,,,2013-06-20,2019-05-07 +/games/boxart/full_6830553JapanFrontccc.jpg,Date A Live: Arusu Install,PS3,Visual Novel,Compile Heart,Compile Heart,,0.02,,0.02,,,2014-06-26,2019-05-03 +/games/boxart/full_2432406AmericaFrontccc.jpg,Steins;Gate Elite,NS,Visual Novel,Spike Chunsoft,5pb. Inc.,,0.02,,0.02,,,2019-02-19,2018-11-06 +/games/boxart/full_5550270AmericaFrontccc.jpg,428: Shibuya Scramble,PS4,Visual Novel,Spike Chunsoft,Abstraction Games,,0.02,0.01,0.01,,0,2018-09-04,2018-09-26 +/games/boxart/full_1430718AmericaFrontccc.jpg,Largo Winch .// Commando Sar,PS,Adventure,Ubisoft,Rebellion Developments,,0.02,0.01,,0.01,0,2002-02-01, +/games/boxart/full_joker-no-kuni-no-alice_422JapanFront.jpg,Joker no Kuni no Alice,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-10-27, +/games/boxart/full_princess-isabella-a-witchs-curse_6AmericaFront.jpg,Princess Isabella: A Witch's Curse,Wii,Adventure,Destineer,Gogii Games,,0.02,0.02,,,0,2010-09-03, +/games/boxart/full_nisenochigiri_7JapanFront.jpg,Nisenochigiri,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-08-26, +/games/boxart/full_9286956JapanFrontccc.jpg,Last Escort,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,0.02,,0.02,,,2006-01-26, +/games/boxart/full_2237292JapanFrontccc.jpg,Root Infinity Rexx,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2015-01-22, +/games/boxart/full_9910453JapanFrontccc.jpg,Aria: The Natural ~Tooi Yume no Mirage~,PS2,Adventure,Alchemist,Regista,,0.02,,0.02,,,2006-09-28, +/games/boxart/full_4301254JapanFrontccc.jpg,Gakuen K: Wonderful School Days,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2014-10-30, +/games/boxart/full_2201134AmericaFrontccc.jpg,Crime Scene,DS,Adventure,SouthPeak Interactive,White Birds Productions,8,0.02,,,0.02,0,2010-02-16, +/games/boxart/full_pastel-chime-continue_9JapanFront.jpg,Pastel Chime Continue,PSP,Adventure,5pb,Alice Soft,,0.02,,0.02,,,2010-12-09, +/games/boxart/full_6049490JapanFrontccc.jpg,Code: Realize - Shukufuku no Mirai,PSV,Adventure,Aksys Games,Unknown,,0.02,,0.02,,,2018-03-30, +/games/boxart/full_5914972AmericaFrontccc.jpg,Jake Hunter: Detective Chronicles,DS,Adventure,Aksys Games,WorkJam,,0.02,0.02,,,0,2008-06-11, +/games/boxart/full_5600954JapanFrontccc.jpg,Uta no Prince-sama: Amazing Aria & Sweet Serenade Love,PSV,Adventure,Broccoli,Broccoli,,0.02,,0.02,,,2017-10-19, +/games/boxart/full_jinguuji-saburou-ds-akai-chou_3JapanFront.jpg,Jinguuji Saburou DS: Akai Chou,DS,Adventure,Arc System Works,WorkJam,,0.02,,0.02,,,2010-09-30, +/games/boxart/full_8249964JapanFrontccc.jpg,Meitantei Conan: Kieta Hakase to Machigai Sagashi no Tou,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2008-04-03, +/games/boxart/full_3397262JapanFrontccc.jpg,Kimi o Aogi Otome wa Hime ni,PSV,Adventure,Entergram,Unknown,,0.02,,0.02,,,2016-09-29, +/games/boxart/full_7774861AmericaFrontccc.jpg,Dark Tales: Edgar Allan Poe's The Premature Burial,PC,Adventure,Big Fish Games,ERS G-Studio,,0.02,,,0.02,0,2019-03-01,2019-04-23 +/games/boxart/3623315ccc.jpg,Barbie as the Princess and the Pauper,GBA,Adventure,Knowledge Adventure,VU Games,6,0.02,0.01,,0,0,2004-09-12, +/games/boxart/full_1890627JapanFrontccc.jpg,Diabolik Lovers: Lost Eden,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2017-02-16,2018-02-21 +/games/boxart/full_7865202PALFrontccc.jpg,Horrid Henry: Missions of Mischief,Wii,Adventure,SouthPeak Interactive,Asylum Entertainment,,0.02,0,,0.01,0,2010-08-31, +/games/boxart/full_tantei-opera-milky-holmes_739JapanFront.jpg,Tantei Opera: Milky Holmes,PSP,Adventure,Unknown,BushiRoad,,0.02,,0.02,,,2010-12-16, +/games/boxart/full_6964669AmericaFrontccc.jpg,Adventure Time: Pirates of the Enchiridion,PS4,Adventure,Outright Games,Outright Games,,0.02,0.01,,,0,2018-07-17,2019-03-17 +/games/boxart/full_4960110AmericaFrontccc.jpg,Back to the Future: The Game,XOne,Adventure,Telltale Games,Telltale Games,,0.02,,,0.02,0,2015-10-13,2018-04-23 +/games/boxart/full_5672814JapanFrontccc.jpg,Rozen Maiden: Duellwalzer,PS2,Adventure,Taito,Taito Corporation,,0.02,,0.02,,,2006-04-27, +/games/boxart/full_9133530JapanFrontccc.jpg,Kadenz fermata//Akkord:fortissimo,PSV,Adventure,5pb,La'cryma,,0.02,,0.02,,,2015-01-01, +/games/boxart/full_2259439JapanFrontccc.jpg,Arabians Lost: The Engagement on Desert,PS2,Adventure,Prototype,QuinRose,,0.02,,0.02,,,2007-10-11, +/games/boxart/full_943209JapanFrontccc.jpg,Tsuki no Hikari: Shizumeru Kane no Satsujin,PS2,Adventure,Victor Interactive,Victor Interactive Software,,0.02,,0.02,,,2002-05-23, +/games/boxart/full_6436288JapanFrontccc.jpg,Air,PSV,Adventure,Prototype,Unknown,,0.02,,0.02,,,2016-09-08, +/games/boxart/full_1827556AmericaFrontccc.jpg,Brain Dead 13,PS,Adventure,ReadySoft,ReadySoft,,0.02,0.01,,0.01,0,1996-03-06, +/games/boxart/full_3375749AmericaFrontccc.jpg,Mata Hari: Betrayal is only a Kiss Away,PC,Adventure,Viva Media,Cranberry Production,,0.02,,,0.02,0,2009-06-01, +/games/boxart/full_2494509JapanFrontccc.jpg,Negima!? Chou Mahora Taisen Chuu: Checkiin Zenin Shuugou! Yappari Onsen Kichaimashitaa,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-03-22, +/games/boxart/full_still-life-2_745AmericaFront.jpg,Still Life 2,PC,Adventure,Encore,GameCo Studios,7.3,0.02,,,0.02,0,2009-08-11, +/games/boxart/full_8189935JapanFrontccc.jpg,Anohana: The Flower We Saw That Day,PSP,Visual Novel,5pb,Guyzware,,0.02,,0.02,,,2012-08-30,2019-05-02 +/games/boxart/full_5933348JapanFrontccc.jpg,Taishou x Alice: All in One,PSV,Visual Novel,Prototype,Prototype,,0.02,,0.02,,,2016-06-02,2019-03-22 +/games/boxart/full_3992761JapanFrontccc.jpg,Prince of Stride,PSV,Visual Novel,Kadokawa Games,Kadokawa Games,,0.02,,0.02,,,2015-07-30,2019-05-02 +/games/boxart/2624010ccc.jpg,Rayman 10th Anniversary,GBA,Platform,Ubisoft,Ubisoft,,0.02,0.01,,0,0,2005-09-06, +/games/boxart/full_5342860AmericaFrontccc.jpg,Rainbow Islands Revolution,DS,Platform,Codemasters,Taito Corporation,,0.02,0.01,,0,0,2006-10-03, +/games/boxart/full_4029359PALFrontccc.jpg,SteamWorld Dig 2,PS4,Platform,Rising Star Games,Image & Form Games,,0.02,0.01,,,0,2018-06-19,2019-03-31 +/games/boxart/107331ccc.jpg,Garfield's Nightmare,DS,Platform,Game Factory,Shin'en,,0.02,0.01,,0,0,2007-09-04, +/games/boxart/7719727ccc.jpg,Barnyard Blast: Swine of the Night,DS,Platform,DSI Games,"Sanuk Software Co., Ltd.",,0.02,0.02,,,0,2008-02-15, +/games/boxart/full_6193843JapanFrontccc.jpg,HatsuKare * Renai Debut Sengen!,PSP,Visual Novel,FuRyu Corporation,Vridge Inc.,,0.02,,0.02,,,2013-04-04,2019-05-02 +/games/boxart/full_3264431JapanFrontccc.jpg,Geten no Hana,PSP,Visual Novel,Tecmo Koei,Koei Tecmo Games,,0.02,,0.02,,,2013-03-28,2019-05-03 +/games/boxart/full_6957728JapanFrontccc.jpg,Moujuutsukai to Oujisama: Snow Bride Portable,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-02-23,2019-05-03 +/games/boxart/full_4412665PALFrontccc.jpg,Collar x Malice: Unlimited,PSV,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2018-07-26,2018-08-25 +/games/boxart/full_6922246JapanFrontccc.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,PSV,Visual Novel,Prototype,Prototype,,0.02,,0.02,,,2016-02-04,2019-04-26 +/games/boxart/full_9459675JapanFrontccc.jpg,Otoko Yukaku,PSV,Visual Novel,D3Publisher,D3 Publisher,,0.02,,0.02,,,2015-02-19,2019-05-02 +/games/boxart/full_2751066JapanFrontccc.jpg,Yahari Game Demo Ore no Seishun Love-Kome Hamachi Gatteiru,PSV,Visual Novel,5pb,MAGES. Inc.,,0.02,,0.02,,,2013-09-19,2019-05-02 +/games/boxart/full_526746JapanFrontccc.jpg,Umineko no Naku Koro ni San: Shinjitsu to Gensou no Yasoukyoku,PS3,Visual Novel,Alchemist,Alchemist,,0.02,,0.02,,,2011-12-15,2019-05-02 +/games/boxart/full_1025315AmericaFrontccc.jpg,The Liar Princess and the Blind Prince,NS,Platform,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2019-03-30,2018-06-06 +/games/boxart/full_1841092AmericaFrontccc.jpg,Runner3,NS,Platform,Nicalis,Choice Provisions,7.5,0.02,0.02,,,0,2018-05-22,2019-03-18 +/games/boxart/full_1585699AmericaFrontccc.jpg,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,XB,Platform,Global Star Software,High Voltage Software,,0.02,0.01,,0,0,2005-10-11, +/games/boxart/full_9862636JapanFrontccc.jpg,Gon: BakuBakuBakuBaku Adventure,3DS,Platform,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2012-06-14,2019-05-07 +/games/boxart/full_6616861JapanFrontccc.jpg,Kokoro Connect: Yochi Random,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.02,,0.02,,,2012-11-22,2019-05-07 +/games/boxart/full_1409690JapanFrontccc.jpg,Konoyo no Hate de Koi o Utau Shoujo: Yu-No,PSV,Visual Novel,5pb,MAGES,,0.02,,0.02,,,2017-03-16,2019-03-22 +/games/boxart/full_9434724JapanFrontccc.jpg,Steins;Gate: Darling of Loving Vows,PS3,Visual Novel,5pb,5pb. Inc.,,0.02,,0.02,,,2012-05-24,2019-01-03 +/games/boxart/full_2991651JapanFrontccc.jpg,Higurashi no Naku Koro ni Hou,NS,Visual Novel,Entergram,07th Expansion,,0.02,,0.02,,,2018-07-26,2019-02-03 +/games/boxart/full_ozzy-ampamp-drix_600AmericaFront.jpg,Ozzy & Drix,GBA,Platform,Midway Games,Raylight Studios,,0.02,0.01,,0,0,2003-12-16, +/games/boxart/full_7458574PALFrontccc.jpg,Rad Rodgers,XOne,Platform,THQ Nordic,3D Realms,,0.02,0.02,,,0,2018-02-21,2018-01-08 +/games/boxart/8678017ccc.jpg,Spirits & Spells,GC,Platform,DreamCatcher Interactive,Wanadoo,,0.02,0.01,,0,0,2003-09-24, +/games/boxart/full_3053241AmericaFrontccc.jpg,Runbow,3DS,Platform,Nighthawk Interactive,13AM Games,,0.02,0.02,,,0,2017-06-20, +/games/boxart/full_hoppie_94AmericaFront.jpg,Hoppie,DS,Platform,Jack of All Games,Jack of All Games,,0.02,0.02,,,0,2011-09-07, +/games/boxart/full_8650977AmericaFrontccc.jpg,Prehistorik Man,GBA,Platform,Titus,Titus Software,,0.02,0.01,,0.01,0,2001-10-16, +/games/boxart/8549088ccc.jpg,Ruff Trigger: The Vanocore Conspiracy,PS2,Platform,Natsume,Playstos Entertainment,5.9,0.02,0.01,,0.01,0,2006-06-28, +/games/boxart/9293877ccc.jpg,Malice,PS2,Platform,Mud Duck Productions,Argonaut Games,,0.02,0.01,,0.01,0,2004-06-02, +/games/boxart/full_6636905JapanFrontccc.jpg,Aoishiro,PS2,Adventure,Success,Success,,0.02,,0.02,,,2008-05-15, +/games/boxart/full_1435725JapanFrontccc.jpg,Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome,PSP,Adventure,Karin Entertainment,Karin Entertainment,,0.02,,0.02,,,2010-04-28, +/games/boxart/full_6595925JapanFrontccc.jpg,Astraea no Shiroki Eien: White Eternity,PSV,Adventure,Dramatic Create,Unknown,,0.02,,0.02,,,2016-09-22, +/games/boxart/full_3523521JapanFrontccc.jpg,Sousei no Onmyouji,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2017-01-26, +/games/boxart/full_2128102JapanFrontccc.jpg,Seitokai no Ichizon: DS-suru Seitokai,DS,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-03-25, +/games/boxart/full_4366492JapanFrontccc.jpg,Prism Ark: Awake,PS2,Adventure,5pb,PENCIL,,0.02,,0.02,,,2008-04-24, +/games/boxart/full_1256707PALFrontccc.jpg,Revolution: 25th Anniversary Collection,PC,Adventure,Koch Media,Revolution Software,,0.02,,,0.02,0,2016-03-18,2018-09-22 +/games/boxart/full_9540885JapanFrontccc.jpg,New Game! The Challenge Stage!,PSV,Adventure,5pb,5pb. Inc.,,0.02,,0.02,,,2017-01-26,2018-09-20 +/games/boxart/default.jpg,L.A. Noire: The Complete Edition,X360,Adventure,Rockstar Games,Rockstar Leeds,,0.02,,,0.02,0,2011-11-15, +/games/boxart/full_4126846JapanFrontccc.jpg,Snow Portable,PSP,Adventure,Prototype,Prototype,,0.02,,0.02,,,2007-08-16, +/games/boxart/1791635ccc.jpg,Broken Sword: The Sleeping Dragon,XB,Adventure,The Adventure Company,Revolution Software,,0.02,0.01,,0,0,2003-12-08, +/games/boxart/full_the-testament-of-sherlock-holmes_854PALFront.jpg,The Testament of Sherlock Holmes,X360,Adventure,Focus Home Interactive,Frogwares,,0.02,,,0.02,0,2012-09-30, +/games/boxart/full_miyako_79JapanFront.jpg,Miyako,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-11-25, +/games/boxart/full_585659JapanFrontccc.jpg,Motto NUGA-CEL!,PSP,Adventure,Idea Factory,Lupinus,,0.02,,0.02,,,2010-05-20, +/games/boxart/full_6216003JapanFrontccc.jpg,11eyes: CrossOver,PSP,Adventure,5pb,Genterprise,,0.02,,0.02,,,2010-01-28, +/games/boxart/full_kazoku-keikaku_5JapanFront.jpg,Kazoku Keikaku,PSP,Adventure,CyberFront,CyberFront,,0.02,,0.02,,,2010-08-12, +/games/boxart/full_2382841AmericaFrontccc.jpg,Agatha Christie: Death on the Nile,PC,Adventure,DreamCatcher Interactive,Oberon Media,,0.02,,,0.01,0,2008-10-07, +/games/boxart/full_moujuutsukai-to-oujisama_8JapanFront.jpg,Moujuutsukai to Oujisama,PS2,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-06-24, +/games/boxart/full_6107394JapanFrontccc.jpg,Yoake Yori Ruriiro na Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-02-25, +/games/boxart/full_1152210PALFrontccc.jpg,Pippa Funnell: Ranch Rescue,Wii,Adventure,Ubisoft,Phoenix Interactive Entertainment,,0.02,,,0.02,0,2007-11-16, +/games/boxart/full_6884208JapanFrontccc.jpg,AIR,PSP,Adventure,Prototype,Key,,0.02,,0.02,,,2007-11-22, +/games/boxart/full_hana-to-otome-ni-shukufuku-o-harekaze-no-okurimono_6JapanFront.jpg,Hana to Otome ni Shukufuku o: Harekaze no Okurimono,PS2,Adventure,Alchemist,Will,,0.02,,0.02,,,2010-07-08, +/games/boxart/full_391619JapanFrontccc.jpg,Akai Suna Ochiru Tsuki,PSV,Adventure,Dramatic Create,Dramatic Create,,0.02,,0.02,,,2016-03-10, +/games/boxart/full_vitamin-x-evolution-plus_8JapanFront.jpg,Vitamin X Evolution Plus,PSP,Adventure,D3 Publisher,HuneX,,0.02,,0.02,,,2010-09-09, +/games/boxart/4231920ccc.jpg,Wall-E,PC,Platform,THQ,Heavy Iron Studios,,0.02,,,0.01,0,2008-06-24, +/games/boxart/7871951ccc.gif,Cookie & Cream,DS,Platform,Agetec,From Software,,0.02,0.01,,0,0,2007-07-02, +/games/boxart/full_7654834AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,PC,Platform,THQ,Heavy Iron Studios,6.7,0.02,0.01,,,0,2005-10-24, +/games/boxart/full_1489625AmericaFrontccc.jpg,Kao the Kangaroo Round 2,GC,Platform,Atari,Tate Interactive,,0.02,0.01,,0,0,2006-03-29, +/games/boxart/full_3147792AmericaFrontccc.jpg,Ratchet & Clank Collection,PSV,Platform,Sony Computer Entertainment,Mass Media,,0.02,,,0.01,0,2014-07-29,2018-01-06 +/games/boxart/full_gummy-bears-magical-medallion_211AmericaFront.jpg,Gummy Bears Magical Medallion,Wii,Platform,Storm City Games,Storm City Games,,0.02,0.01,,,0,2011-06-21, +/games/boxart/748323ccc.jpg,Kao the Kangaroo Round 2,PS2,Platform,Atari,Tate Interactive,,0.02,0.01,,0.01,0,2006-03-29, +/games/boxart/555942ccc.jpg,Dragon Tales: Dragon Adventures,GBA,Platform,NewKidCo,Handheld Games,,0.02,0.01,,0,0,2004-01-01, +/games/boxart/full_4662293JapanFrontccc.jpg,Toki no Kizuna: Hanayui Tsuzuri,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2013-07-25,2019-05-04 +/games/boxart/full_8439456JapanFrontccc.jpg,Arcana Famiglia: Vascello Phantasma no Majutsushi,PSP,Visual Novel,Comfort,HuneX,,0.02,,0.02,,,2012-06-21,2019-05-07 +/games/boxart/full_7548799JapanFrontccc.jpg,Vitamin R,PSP,Visual Novel,D3Publisher,Rejet,,0.02,,0.02,,,2013-08-08,2019-05-07 +/games/boxart/full_5873329PALFrontccc.jpg,Rad Rodgers,PS4,Platform,THQ Nordic,3D Realms,,0.02,0.02,,,0,2018-02-21,2018-01-08 +/games/boxart/full_2072331AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",XB,Platform,Midway Games,A2M,,0.02,0.02,,0.01,0,2005-11-03, +/games/boxart/full_6512975AmericaFrontccc.jpg,Peter Pan in Disney's Return to Never Land,PS,Platform,Sony Computer Entertainment,Doki Denki,,0.02,0.01,,0.01,0,2002-02-14, +/games/boxart/6340828ccc.jpg,George of the Jungle and the Search for the Secret,Wii,Platform,Crave Entertainment,Crave Entertainment,,0.02,0.02,,0,0,2008-03-18, +/games/boxart/1210505ccc.jpg,Blender Bros.,GBA,Platform,Atari,Hudson,7.4,0.02,0.02,,0.01,0,2002-04-15, +/games/boxart/full_700339JapanFrontccc.jpg,Meiji Tokyo Renka,PSP,Visual Novel,Broccoli,HuneX,,0.02,,0.02,,,2013-09-26,2019-05-07 +/games/boxart/full_9936306JapanFrontccc.jpg,Soukoku no Kusabi: Hiiro no Kakera 3 Ashita he no Tobira,PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2012-05-31,2019-05-17 +/games/boxart/full_5484581JapanFrontccc.jpg,Konoyo no Hate de Koi o Utau Shoujo: Yu-No,PS4,Visual Novel,5pb,MAGES,,0.02,,0.02,,,2017-03-16,2018-09-20 +/games/boxart/full_5364614JapanFrontccc.jpg,Psycho-Pass: Mandatory Happiness,XOne,Visual Novel,5pb,5pb. Inc.,,0.02,,0.02,,,2015-01-01,2018-09-11 +/games/boxart/full_8704289JapanFrontccc.jpg,Shinken de Watashi ni Koi Shinasai! R,PS3,Visual Novel,Minato Station,Minato Station,,0.02,,0.02,,,2012-03-22,2019-05-04 +/games/boxart/full_4054178JapanFrontccc.jpg,Shiratsuyu no Kai,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2013-08-01,2019-05-04 +/games/boxart/full_6273484JapanFrontccc.jpg,Jake Hunter: Round of Revenge,3DS,Visual Novel,Arc System Works,WorkJam,,0.02,,0.02,,,2012-06-28,2019-05-04 +/games/boxart/full_8099905JapanFrontccc.jpg,Robotics;Notes,X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2012-06-28,2018-11-21 +/games/boxart/full_5611014AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,PC,Platform,Activision,Eurocom Entertainment Software,6.8,0.02,0.02,,0,0,2009-06-30, +/games/boxart/full_668926AmericaFrontccc.jpg,Kung Fu Panda,PC,Platform,Activision,Beenox,,0.02,,,0.02,0,2008-06-03, +/games/boxart/full_2977907AmericaFrontccc.jpg,Steal Princess,DS,Platform,Atlus,Climax Entertainment,,0.02,0.02,,,0,2009-05-19, +/games/boxart/full_7729775AmericaFrontccc.jpg,Flipping Death,PS4,Platform,Rising Star,Zoink Games,,0.02,0.02,,,0,2018-10-16,2018-07-22 +/games/boxart/full_4345567AmericaFrontccc.jpg,The Liar Princess and the Blind Prince,PS4,Platform,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2019-03-30,2018-06-06 +/games/boxart/full_2461879AmericaFrontccc.jpg,Casper: Spirit Dimensions,GC,Platform,TDK Mediactive,Lucky Chicken Games,,0.02,0.02,,0,0,2002-10-15, +/games/boxart/9980430ccc.jpg,Kao Challengers,PSP,Platform,Atari,Tate Interactive,,0.02,0.02,,0,0,2006-03-29, +/games/boxart/full_spider-man-3_35AmericaFront.jpg,Spider-Man 3,PC,Platform,Activision,Beenox,6.2,0.02,0.02,,0,0,2007-05-04, +/games/boxart/full_8736921JapanFrontccc.jpg,"Shounen Onmyouji: Tsubasa Yoima, Ten e Kaere",PS2,Adventure,Kadokawa Shoten,Vridge,,0.02,,0.02,,,2007-07-19, +/games/boxart/full_princess-frontier-portable_887JapanFront.jpg,Princess Frontier Portable,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2011-04-07, +/games/boxart/full_5368969AmericaFrontccc.jpg,Touch Detective (JP sales),DS,Adventure,Atlus,"BeeWorks Co., Ltd.",,0.02,,0.02,,,2006-10-24, +/games/boxart/full_1409933JapanFrontccc.jpg,Flowers: Autumn Story,PSV,Adventure,Prototype,Unknown,,0.02,,0.02,,,2016-11-17, +/games/boxart/full_4804711JapanFrontccc.jpg,Saka Agari Hurricane Portable,PSV,Adventure,Entergram,Alchemist,,0.02,,0.02,,,2017-10-27, +/games/boxart/3868211ccc.jpg,Uru: Ages Beyond Myst,PC,Adventure,Ubisoft,Cyan Worlds,,0.02,,,0.02,0,2003-11-11, +/games/boxart/full_8163667JapanFrontccc.jpg,Machi: Unmei no Kousaten,PSP,Adventure,ChunSoft,ChunSoft,,0.02,,0.02,,,2006-04-27, +/games/boxart/full_1909229JapanFrontccc.jpg,Re:Zero - Kara Hajimeru Isekai Seikatsu - Death or Kiss,PSV,Adventure,5pb,MAGES,,0.02,,0.02,,,2017-03-30,2018-09-21 +/games/boxart/full_ga-geijutsuka-art-design-class-slapstick-wonder-land_8JapanFront.jpg,GA - Geijutsuka Art Design Class: Slapstick Wonder Land,PSP,Adventure,Russel,Russel,,0.02,,0.02,,,2010-07-29, +/games/boxart/full_182508JapanFrontccc.jpg,Planetarian: Chiisana Hoshi no Yume,PSP,Adventure,Prototype,Key,,0.02,,0.02,,,2009-02-28, +/games/boxart/full_5980373JapanFrontccc.jpg,Roommate Asami: Okusama wa Joshikousei,PS2,Adventure,Datam Polystar,Datam Polystar,,0.02,,0.02,,,2002-06-20, +/games/boxart/9749956ccc.jpg,Pirates: Legend of the Black Buccaneer,PS2,Adventure,Valcon Games,WideScreen Games,,0.02,0.01,,0.01,0,2006-08-15, +/games/boxart/full_4573392JapanFrontccc.jpg,Amagoushi no Yakata,PS2,Adventure,Nippon Ichi Software,FOG (Full On Games),,0.02,,0.02,,,2007-03-08, +/games/boxart/full_ginga-tetsudou-999-ds_9JapanFront.jpg,Ginga Tetsudou 999 DS,DS,Adventure,Culture Brain,Culture Brain,,0.02,,0.02,,,2010-10-14, +/games/boxart/full_8221984JapanFrontccc.jpg,Suzunone Seven: Rebirth Knot,PS2,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-05-27, +/games/boxart/full_4886211JapanFrontccc.jpg,Bakumatsu Renka: Karyuu Kenshi-den,PS2,Adventure,D3 Publisher,Vridge Inc.,,0.02,,0.02,,,2007-10-04, +/games/boxart/full_memories-off-yubikiri-no-kioku_3JapanFront.jpg,Memories Off: Yubikiri no Kioku,X360,Adventure,5pb,5pb. Games,,0.02,,0.02,,,2010-07-29, +/games/boxart/full_9981853AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,NS,Adventure,Telltale Games,Telltale Games,,0.02,0.02,,,0,2018-11-06,2018-08-07 +/games/boxart/full_7230844JapanFrontccc.jpg,Otometeki Koi Kakumei * Love Revo!! DS,DS,Adventure,GungHo,GungHo Works,,0.02,,0.02,,,2008-02-14, +/games/boxart/full_2304903JapanFrontccc.jpg,Cross † Channel,PSP,Adventure,CyberFront,CyberFront,,0.02,,0.02,,,2010-02-25, +/games/boxart/full_3921405JapanFrontccc.jpg,Zero no Tsukaima: Muma ga Tsumugu Yokaze no Nocturne,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-11-29, +/games/boxart/full_2162010JapanFrontccc.jpeg,Kiss Bell,PSV,Adventure,Giga,Giga,,0.02,,0.02,,,2014-08-28, +/games/boxart/full_1117093AmericaFrontccc.jpg,Discworld II: Mortality Bytes!,PS,Adventure,Psygnosis,Perfect Entertainment,,0.02,0.01,,0.01,0,1997-09-24, +/games/boxart/full_clover-no-kuni-no-alice_523JapanFront.jpg,Clover no Kuni no Alice,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-03-31, +/games/boxart/full_1194235JapanFrontccc.jpg,The Great Ace Attorney 1 & 2 Special Edition,3DS,Adventure,Capcom,Capcom,,0.02,,0.02,,,2017-08-03,2018-08-03 +/games/boxart/full_1622166JapanFrontccc.jpg,Tsuyo Kiss 2 Gakki: Swift Love,PS2,Adventure,Revolution (Japan),Revolution (Japan),,0.02,,0.02,,,2009-07-30, +/games/boxart/full_4585236AmericaFrontccc.jpg,The Book of Unwritten Tales 2,WiiU,Adventure,Nordic Games,KING Art Games,,0.02,,,0.02,0,2016-02-12,2018-12-17 +/games/boxart/full_6262297JapanFrontccc.jpg,Grisaia no Meikyuu: Le Labyrinthe de la Grisaia,PSV,Adventure,Prototype,Prototype,,0.02,,0.02,,,2014-10-30, +/games/boxart/full_9624076AmericaFrontccc.jpg,Sarah: Keeper of the Unicorn,DS,Adventure,DreamCatcher Interactive,Tivola,,0.02,0.01,,,0,2009-08-25, +/games/boxart/full_wlo-sekai-renai-kikousen_1JapanFront.jpg,W.L.O. Sekai Renai Kikousen,X360,Adventure,5pb,AKABEi SOFT2,,0.02,,0.02,,,2010-06-03, +/games/boxart/full_6651528JapanFrontccc.jpg,Hiiro no Kakera: Omoi Iro no Kioku,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2017-07-27, +/games/boxart/full_9087122JapanFrontccc.jpg,Gun Gun Pixies,PSV,Adventure,Compile Heart,Compile Heart,,0.02,,0.02,,,2017-04-27,2019-08-07 +/games/boxart/full_shinkyoku-soukai-polyphonica_8JapanFront.jpg,Shinkyoku Soukai Polyphonica,PS2,Adventure,Prototype,Visual Arts,,0.02,,0.02,,,2007-04-26, +/games/boxart/full_4980385JapanFrontccc.jpg,Full House Kiss 2,PS2,Adventure,Capcom,Tenky,,0.02,,0.02,,,2006-02-23, +/games/boxart/full_437415JapanFrontccc.jpg,Sengoku Hime: Senran ni Mau Otometachi,PS2,Adventure,Yeti,Yeti,,0.02,,0.02,,,2009-11-12, +/games/boxart/full_sora-no-otoshimono-forte-dreamy-season_71JapanFront.jpg,Sora no Otoshimono Forte: Dreamy Season,DS,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2011-01-27, +/games/boxart/full_3490387JapanFrontccc.jpg,Hiiro no Kakera Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2008-12-18, +/games/boxart/full_2769789JapanFrontccc.jpg,Marginal #4: Idol of Supernova,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2014-11-13, +/games/boxart/full_4672444JapanFrontccc.jpg,"Nogizaka Haruka no Himitsu Cosplay, Hajime Mashita",PS2,Adventure,ASCII Media Works,ASCII Media Works,,0.02,,0.02,,,2008-09-25, +/games/boxart/full_3122549JapanFrontccc.jpg,Memories Off #5: Encore,PS2,Adventure,CyberFront,KID Corporation,,0.02,,0.02,,,2007-07-12, +/games/boxart/full_90064JapanFrontccc.jpg,Night Wizard the Video Game: Denial of the World,PS2,Adventure,5pb,5pb. Games,,0.02,,0.02,,,2008-02-28, +/games/boxart/full_868029JapanFrontccc.jpg,Hitotsu Tobashi Renai V,PSV,Adventure,Kaga Create,Alchemist,,0.02,,0.02,,,2015-01-29, +/games/boxart/full_shin-hisui-no-shizuku-hiiro-no-kakera-2-portable_0JapanFront.jpg,Shin Hisui no Shizuku: Hiiro no Kakera 2 Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-08-19, +/games/boxart/full_3180303JapanFrontccc.jpg,Moe Moe 2-ji Taisen (Ryoku) * Deluxe,PSP,Adventure,System Soft,System Soft Alpha,,0.02,,0.02,,,2008-11-27, +/games/boxart/full_4992356AmericaFrontccc.jpg,A Vampyre Story,PC,Adventure,The Adventure Company,Autumn Moon Entertainment,,0.02,,,0.01,0,2008-12-02, +/games/boxart/full_3344888JapanFrontccc.jpg,Enkaku Sousa: Sana e no 23 Hiai,PSP,Adventure,Sony Computer Entertainment,Media.Vision,,0.02,,0.02,,,2009-02-05, +/games/boxart/full_5550963AmericaFrontccc.jpg,Syberia II,PC,Adventure,The Adventure Company,Microids,7.5,0.02,,,0.01,0,2004-03-30, +/games/boxart/full_1477090JapanFrontccc.jpg,Nil Admirari no Tenbin: Kuroyuri En'youtan,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2017-09-21, +/games/boxart/full_5731114JapanFrontccc.jpg,Accel World: Kasoku no Chouten,PS3,Adventure,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2013-01-31,2019-01-13 +/games/boxart/full_7214618JapanFrontccc.jpg,Harukanaru Toki no Naka de 6: Gentou Rondo,PSV,Adventure,Tecmo Koei,Unknown,,0.02,,0.02,,,2016-12-22, +/games/boxart/full_narcissus-moshimo-ashita-ga-runara_1JapanFront.jpg,Narcissus: Moshimo Ashita ga Runara,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-06-24, +/games/boxart/full_5950287JapanFrontccc.jpg,Simple DS Series Vol. 42: The Haioku Byoutou,DS,Adventure,D3 Publisher,Intense,,0.02,,0.02,,,2008-07-10, +/games/boxart/full_koisuru-otome-to-shugo-no-tate-portable_10JapanFront.jpg,Koisuru Otome to Shugo no Tate Portable,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-07-29, +/games/boxart/full_8989364JapanFrontccc.jpg,Shirogane x Spirits!,PSV,Adventure,Technical Associates Inc,Unknown,,0.02,,0.02,,,2016-03-24, +/games/boxart/full_2464621JapanFrontccc.jpg,Kono Subarashii Sekai ni Shukufuku o! Kono Yokubukai Game ni Shinpan o!,PSV,Adventure,5pb,5pb. Inc.,,0.02,,0.02,,,2017-09-07, +/games/boxart/full_5924523JapanFrontccc.jpg,Rewrite,PSV,Adventure,Prototype,Key,,0.02,,0.02,,,2014-08-28, +/games/boxart/full_1096619JapanFrontccc.jpg,So-Ra-No-Wo-To: Otome no Gojuusou,PSP,Adventure,Compile Heart,Compile Heart,,0.02,,0.02,,,2010-05-27, +/games/boxart/4581554ccc.jpg,Frontlines: Fuel of War,PC,Shooter,THQ,Kaos Studios,,0.02,,,0.02,0,2008-02-25, +/games/boxart/full_veggy-world_203AmericaFront.jpg,Veggy World,DS,Shooter,Jack of All Games,Rhino Studios,,0.02,0.02,,,0,2011-09-07, +/games/boxart/full_serious-sam-hd-gold-edition_468PALFront.jpg,Serious Sam HD: Gold Edition,PC,Shooter,Devolver Digital,Croteam,,0.02,,,0.02,0,2010-09-23, +/games/boxart/full_2575491AmericaFrontccc.jpg,Shooter: Starfighter Sanvein,PS,Shooter,A1 Games,Success,,0.02,0.01,,0.01,0,2001-02-28, +/games/boxart/full_2809976AmericaFrontccc.jpg,Terminator 3: The Redemption,GC,Shooter,Atari,Paradigm Entertainment,6.8,0.02,0.02,,0,0,2004-09-06, +/games/boxart/full_3574279AmericaFrontccc.jpg,Unreal Anthology,PC,Shooter,Midway Games,Epic Games,,0.02,,,0.02,0,2006-11-06, +/games/boxart/full_8583699AmericaFrontccc.jpg,Kill.switch,GBA,Shooter,"Destination Software, Inc",Visual Impact,7.5,0.02,0.02,,0.01,0,2004-09-16, +/games/boxart/full_5918088AmericaFrontccc.jpg,Chicago Enforcer,XB,Shooter,Kemco,Touchdown Entertainment,,0.02,0.02,,0,0,2005-02-23, +/games/boxart/full_161760AmericaFrontccc.jpg,Painkiller,PC,Shooter,DreamCatcher Interactive,People Can Fly,,0.02,,,0.02,0,2004-04-12, +/games/boxart/full_454082JapanFrontccc.jpg,Hanayamata: Yosakoi Live,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2014-11-13,2018-07-18 +/games/boxart/full_3999591JapanFrontccc.jpg,Memories Off 6: Next Relation,PS2,Adventure,5pb,5pb. Games,,0.02,,0.02,,,2009-08-27, +/games/boxart/full_scared-rider-xechs_2JapanFront.jpg,Scared Rider Xechs,PS2,Adventure,RED Entertainment,RED Entertainment,,0.02,,0.02,,,2010-07-01, +/games/boxart/full_6438105JapanFrontccc.jpg,Misshitsu no Sacrifice,PSP,Adventure,D3 Publisher,Intense,,0.02,,0.02,,,2010-02-04, +/games/boxart/full_6948269JapanFrontccc.jpg,Ouran Koukou Host Bu,PS2,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2007-04-19, +/games/boxart/full_5397059JapanFrontccc.jpg,Grisaia no Kajitsu: Side Episode,PSV,Adventure,Prototype,Prototype,,0.02,,0.02,,,2017-07-27, +/games/boxart/full_6449073JapanFrontccc.jpg,Wii de Asobu: Metroid Prime,Wii,Shooter,Unknown,Retro Studios,,0.02,,0.02,,,, +/games/boxart/full_1786670PALFrontccc.jpg,Super Stardust Ultra VR,PS4,Shooter,Sony Interactive Entertainment,d3t Ltd,,0.02,,,0.02,0,2016-10-10,2018-09-24 +/games/boxart/full_2069293JapanFrontccc.jpg,Kamaitachi no Yoru: Rinne Saisei,PSV,Adventure,5pb,Unknown,,0.02,,0.02,,,2017-02-16, +/games/boxart/full_2622804JapanFrontccc.jpg,Otome Riron to Sono Shuuhen: Bon Voyage,PSV,Adventure,Dramatic Create,Unknown,,0.02,,0.02,,,2016-11-24, +/games/boxart/full_kimi-ni-todoke-sodateru-omoi_602JapanFront.jpg,Kimi ni Todoke: Sodateru Omoi,DS,Adventure,Banpresto,Namco Bandai Games,,0.02,,0.02,,,2009-10-15, +/games/boxart/full_9438311JapanFrontccc.jpg,DoDonPachi Dai-Oujou: Black Label Extra,X360,Shooter,5pb,Cave,,0.02,,0.02,,,2009-02-19, +/games/boxart/full_swat-4_879AmericaFront.jpg,SWAT 4,PC,Shooter,Sierra Entertainment,Irrational Games,,0.02,,,0.02,0,2005-04-05, +/games/boxart/full_9598618AmericaFrontccc.jpg,Battlefield 2: Modern Combat(JP sales),PS2,Shooter,Electronic Arts,Digital Illusions,,0.02,,0.02,,,2005-10-24, +/games/boxart/full_1176263AmericaFrontccc.jpg,Post Mortem,PC,Adventure,The Adventure Company,Microids,,0.02,,,0.01,0,2003-02-27, +/games/boxart/full_5846270AmericaFrontccc.jpeg,Big Buck Hunter Arcade,PS4,Shooter,GameMill Entertainment,Play Mechanix,,0.02,0.02,,,0,2017-01-17,2020-10-02 +/games/boxart/full_9685967AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,PC,Shooter,Ubisoft,Ubisoft Montreal,,0.02,,,0.02,0,2008-04-15, +/games/boxart/full_8008757AmericaFrontccc.jpg,Brothers in Arms: Hell's Highway,PC,Shooter,Ubisoft,Gearbox Software,6,0.02,,,0.02,0,2008-10-07, +/games/boxart/full_6793212AmericaFrontccc.jpg,Serious Sam Advance,GBA,Shooter,Global Star Software,Climax Group,,0.02,0.02,,0.01,0,2004-04-12, +/games/boxart/full_alien-breed-trilogy_63PALFront.jpg,Alien Breed Trilogy,X360,Shooter,Mastertronic,Team17 Software,,0.02,,,0.02,0,2011-03-25, +/games/boxart/6825264ccc.jpg,Cold War,XB,Shooter,DreamCatcher Interactive,Mindware Studios,,0.02,0.02,,0.01,0,2005-09-27, +/games/boxart/full_7350873AmericaFrontccc.jpg,Total Overdose: A Gunslinger's Tale in Mexico,XB,Shooter,Eidos Interactive,Deadline Games,,0.02,0.02,,0.01,0,2005-09-27, +/games/boxart/2867972ccc.jpg,Without Warning,XB,Shooter,Capcom,CiRCLE Studio,,0.02,0.01,,0,0,2005-11-01, +/games/boxart/full_8712959AmericaFrontccc.jpg,Destiny 2: Forsaken,PC,Shooter,Activision,Bungie,,0.02,,,0.02,0,2018-09-04,2018-08-07 +/games/boxart/full_7760851AmericaFrontccc.jpg,Rogue Trooper Redux,XOne,Shooter,Rebellion,TickTock Games,,0.02,0.02,,,0,2017-10-17,2018-09-13 +/games/boxart/full_6565297AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,WiiU,Shooter,Activision,Cauldron,,0.02,0.02,,,0,2014-03-26,2018-04-01 +/games/boxart/full_9358363AmericaFrontccc.jpg,Battle Engine Aquila,XB,Shooter,Atari,Lost Toys,,0.02,0.01,,0,0,2003-01-20, +/games/boxart/2839840ccc.jpg,Platypus,PSP,Shooter,Mumbo Jumbo,Squashy Software,,0.02,0.02,,0,0,2006-11-17, +/games/boxart/full_the-haunted-hells-reach_968AmericaFront.jpg,The Haunted: Hell's Reach,PC,Shooter,Visco,ValuSoft,5.3,0.02,0.02,,,0,2011-10-20, +/games/boxart/2357424ccc.jpg,RoboCop,XB,Shooter,Titus,Titus Software,,0.02,0.01,,0,0,2003-07-24, +/games/boxart/full_2269099PALFrontccc.jpg,Fortnite,PC,Action,Epic Games,Epic Games,,0.02,,,0.02,0,2017-07-21,2018-04-09 +/games/boxart/full_156060JapanFrontccc.jpg,Nights of Azure 2,PSV,Action,Tecmo Koei,Gust,,0.02,,0.02,,,2017-08-31,2018-09-06 +/games/boxart/full_shin-sangoku-musou-online-souten-ranbu_3JapanFront.jpg,Shin Sangoku Musou Online: Souten Ranbu,PS3,Action,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2010-11-11,2018-07-30 +/games/boxart/full_5189566AmericaFrontccc.jpg,Dragon Booster,DS,Shooter,Konami,Konami Computer Entertainment Hawaii,,0.02,0.02,,0,0,2005-12-07, +/games/boxart/full_3840202AmericaFrontccc.jpg,Dead to Rights,GBA,Shooter,Namco,Torus Games,3.6,0.02,0.01,,0,0,2004-12-03, +/games/boxart/1536182ccc.jpg,AirForce Delta Storm,GBA,Shooter,Konami,Konami,7.5,0.02,0.02,,0.01,0,2002-09-16, +/games/boxart/full_456434AmericaFrontccc.jpg,Cocoto Magic Circus,Wii,Shooter,Conspiracy Entertainment,Neko Entertainment,,0.02,0.02,,,0,2008-03-12, +/games/boxart/full_717303AmericaFrontccc.jpg,SD Gundam Force,GBA,Shooter,Bandai,Tom Create,,0.02,0.01,,0,0,2004-10-10, +/games/boxart/default.jpg,Heavy Fire: The Chosen Few 3D,3DS,Shooter,Mastiff,Mastiff,,0.02,0.02,,,0,2011-12-19, +/games/boxart/full_4760394JapanFrontccc.jpg,Strike Witches: Shirogane no Tsubasa,PSP,Shooter,Kadokawa Shoten,Kadokawa Games,,0.02,,0.02,,,2012-06-28,2019-05-02 +/games/boxart/3491321ccc.jpg,Chili Con Carnage,PSP,Shooter,Eidos Interactive,Deadline Games,,0.02,,,0.02,0.01,2007-02-27, +/games/boxart/full_6274287AmericaFrontccc.jpg,RayCrisis: Series Termination,PS,Shooter,Working Designs,Taito Corporation,,0.02,0.01,,0.01,0,2000-10-25, +/games/boxart/full_serious-sam-hd-gold-edition_372PALFront.jpg,Serious Sam HD: The First and Second Encounters,X360,Shooter,Mastertronic,Croteam,,0.02,,,0.02,0,2011-03-25,2018-12-27 +/games/boxart/full_4526995AmericaFrontccc.jpg,Sniper Elite V2,WiiU,Shooter,505 Games,Rebellion Developments,7,0.02,,,0.02,0,2013-05-21,2018-03-13 +/games/boxart/default.jpg,Usavichi: Game no Jikan,DS,Action,Bandai,Bandai Namco Games,,0.02,,0.02,,,2011-12-08, +/games/boxart/full_6215213AmericaFrontccc.jpg,Dark Void,PC,Action,Capcom,Airtight Games,6.1,0.02,,,0.01,0,2010-01-19, +/games/boxart/full_4841774AmericaFrontccc.jpg,Big Buck Hunter Arcade,XOne,Shooter,GameMill Entertainment,Play Mechanix,,0.02,0.02,,,0,2016-10-25,2020-10-02 +/games/boxart/2023079ccc.jpg,Commandos: Strike Force,XB,Shooter,Eidos Interactive,Pyro Studios,,0.02,0.02,,0,0,2006-04-04, +/games/boxart/full_1838917AmericaFrontccc.jpg,Saint,Wii,Shooter,UFO Interactive,Starfish SD,,0.02,0.02,,,0,2009-07-21, +/games/boxart/full_7203356PALFrontccc.jpg,Plants vs Zombies: Garden Warfare,PC,Shooter,Electronic Arts,PopCap Games,,0.02,,,0.02,0,2014-02-25,2018-02-05 +/games/boxart/7374893ccc.jpg,Eureka Seven Vol. 2: The New Vision,PS2,Shooter,Namco Bandai,Namco Bandai Games America,,0.02,,0.02,,,2007-04-23, +/games/boxart/full_7240135JapanFrontccc.jpg,Shippuu Mahou Daisakusen: Kingdom-Grandprix,SAT,Shooter,Gaga,Eighting/Raizing,,0.02,,0.02,,0,1996-06-14, +/games/boxart/4584537ccc.jpg,Serious Sam: Next Encounter,GC,Shooter,Global Star Software,Climax Group,,0.02,0.02,,0,0,2004-04-12, +/games/boxart/556514ccc.jpg,Quake 4,PC,Shooter,Activision,id Software / Raven Software,8.1,0.02,,,0.02,0,2005-10-11, +/games/boxart/1679635ccc.jpg,Disney's Magical Quest 3 Starring Mickey and Donald,GBA,Action,Capcom,Capcom Entertainment,6.5,0.02,0.02,,0.01,0,2005-06-14, +/games/boxart/full_strike-witches-2-iyasu-naosu-punipunisuru_0JapanFront.jpg,Strike Witches 2: Iyasu Naosu Punipunisuru,DS,Action,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-10-21, +/games/boxart/full_bunmei-haruka-aoiza-ibunroku_900JapanFront.jpg,Bunmei Haruka: Aoiza Ibunroku,PSP,Action,FuRyu Corporation,FuRyu Corporation,,0.02,,0.02,,,2011-08-18, +/games/boxart/full_3098582JapanFrontccc.jpg,God Eater Off Shot: Soma Shikkuzaru-hen Twin Pack & Animation Vol.4,PS4,Action,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-01-28,2018-09-20 +/games/boxart/full_3189095JapanFrontccc.jpg,The Longest 5 Minutes,PSV,Action,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2018-02-13,2018-01-11 +/games/boxart/full_4951897AmericaFrontccc.jpg,Army Rescue,Wii,Shooter,UFO Interactive,CyberPlanet Interactive,,0.02,0.02,,,0,2009-10-20, +/games/boxart/full_muchi-muchi-pork-ampamp-pink-sweets_861JapanFront.jpg,Muchi Muchi Pork & Pink Sweets,X360,Shooter,Cave,Cave,,0.02,,0.02,,,2011-02-24, +/games/boxart/full_2298479JapanFrontccc.jpg,Thunder Force VI,PS2,Shooter,Sega,"TechnoSoft Co., Ltd.",,0.02,,0.02,,,2008-10-30, +/games/boxart/full_4621915AmericaFrontccc.jpg,Hunting Simulator,NS,Shooter,Bigben Interactive,Maximum Games,,0.02,0.02,,,0,2018-07-10,2018-06-28 +/games/boxart/1098503ccc.jpg,Chicken Hunter,DS,Shooter,Mumbo Jumbo,Phenomedia,3.5,0.02,0.02,,,0,2008-03-04, +/games/boxart/full_max-payne_507AmericaFront.jpg,Max Payne,PC,Shooter,Gathering of Developers,Remedy Entertainment,9.2,0.02,,,0.02,0,2001-07-23, +/games/boxart/full_yes-precure-5-go-go-zenin-shu-go-dream-festival_10JapanFront.jpg,Yes! Precure 5 Go Go Zenin Shu Go! Dream Festival,DS,Action,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2008-10-30, +/games/boxart/full_6412735JapanFrontccc.jpg,Ouma ga Toki: Kakuriyo no Enishi,PSV,Action,Nippon Ichi Software,Unknown,,0.02,,0.02,,,2016-08-25, +/games/boxart/full_2230706JapanFrontccc.jpg,Moujuu-Tachi to Ohimesama,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2016-08-25, +/games/boxart/full_8424487AmericaFrontccc.jpg,88 Heroes: 98 Heroes Edition,NS,Action,Rising Star Games,Bitmap Bureau,,0.02,,,0.02,0,2017-10-10,2019-03-17 +/games/boxart/full_861650JapanFrontccc.jpg,No More Heroes: Heroes' Paradise,X360,Action,Marvelous Interactive,FeelPlus,,0.02,,0.02,,,2010-04-15, +/games/boxart/full_5377386JapanFrontccc.jpg,Mushihimesama,X360,Shooter,Cave,Cave,,0.02,,0.02,,,2012-05-24,2018-05-25 +/games/boxart/full_3430192JapanFrontccc.jpg,Triggerheart Excelica Enhanced,PS2,Shooter,Alchemist,Alchemist,,0.02,,0.02,,,2009-03-26, +/games/boxart/8961971ccc.gif,Urban Chaos: Riot Response,XB,Shooter,Eidos Interactive,Rocksteady Studios,,0.02,0.01,,0,0,2006-06-13, +/games/boxart/full_ginga-fukei-densetsu-sapphire_6JapanFront.jpg,Ginga Fukei Densetsu: Sapphire,PCE,Shooter,Hudson Soft,CAProduction,,0.02,,0.02,,,1995-11-24, +/games/boxart/full_heavy-fire-afghanistan_514AmericaFront.jpg,Heavy Fire: Afghanistan,PC,Shooter,Mastiff,Mastiff,,0.02,0.02,,,0,2011-11-22, +/games/boxart/full_8101972AmericaFrontccc.jpg,Starship Troopers,PC,Shooter,Empire Interactive,Strangelite,,0.02,,,0.02,0,2005-11-15, +/games/boxart/full_5124065JapanFrontccc.jpg,Ketsui: Kizuna Jigoku Tachi Extra,X360,Shooter,5pb,Cave,,0.02,,0.02,,,2010-04-22, +/games/boxart/full_2276571AmericaFrontccc.jpg,Commando: Steel Disaster,DS,Shooter,XS Games,Mana Comp. Soft.,,0.02,0.02,,,0,2008-08-25, +/games/boxart/full_3601540AmericaFrontccc.jpg,Legendary,PC,Shooter,Gamecock,Spark Unlimited,4,0.02,,,0.02,0,2008-11-18, +/games/boxart/full_wild-west-shootout_698AmericaFront.jpg,Wild West Shootout,Wii,Shooter,Zoo Games,FrontLine Studios,,0.02,0.01,,0.01,0,2010-09-14, +/games/boxart/822956ccc.jpg,Castle Shikigami 2,PS2,Shooter,XS Games,Alfa System,,0.02,0.01,,0.01,0,2004-11-17, +/games/boxart/full_4286129PALFrontccc.jpg,Painkiller: Hell & Damnation,X360,Shooter,Nordic Games,Farm 51,,0.02,0,,0.01,0,2013-10-01,2018-02-08 +/games/boxart/2349318ccc.jpg,Rogue Trooper,XB,Shooter,Eidos Interactive,Rebellion Developments,,0.02,0.01,,0,0,2006-05-23, +/games/boxart/full_7866057JapanFrontccc.jpg,Starhawk,PS3,Shooter,Sony Computer Entertainment,LightBox Interactive,,0.02,,0.02,,,2012-07-11, +/games/boxart/full_2521675JapanFrontccc.jpg,Ketsui Death Label,DS,Shooter,Arika,Cave,,0.02,,0.02,,,2008-10-23, +/games/boxart/2715301ccc.jpg,Point Blank 3,PS,Shooter,Namco,TOSE,,0.02,0.01,,0.01,0,2001-05-16, +/games/boxart/full_6697622AmericaFrontccc.jpg,Dinotopia: The Sunstone Odyssey,GC,Action,TDK Mediactive,Vicious Cycle,4.7,0.02,0.01,,0,0,2003-07-23, +/games/boxart/full_7404103JapanFrontccc.jpg,Meiji Toukyou Renka: Twilight Kiss,PSP,Action,Broccoli,Unknown,,0.02,,0.02,,,2015-04-23, +/games/boxart/7765807ccc.jpg,LEGO Star Wars: The Video Game,PC,Action,Eidos Interactive,Traveller's Tales,7.8,0.02,,,0.01,0,2005-04-02, +/games/boxart/full_4201213AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,GC,Action,Atari,Paradigm Entertainment,7.3,0.02,0.01,,0,0,2004-03-23, +/games/boxart/full_1420956JapanFrontccc.jpg,Yuu Yuu Hakusho DS: Ankoku Bujutsukai Hen,DS,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2006-09-21, +/games/boxart/full_2050427AmericaFrontccc.jpg,Games Explosion!,GBA,Action,THQ,FrontLine Studios,4,0.02,0.01,,0,0,2006-08-15, +/games/boxart/full_6776409AmericaFrontccc.jpg,Pharaonic,PS4,Action,Soedesco,Milkstone Studios,,0.02,0.01,,,0,2017-09-29,2018-08-13 +/games/boxart/full_4598536AmericaFrontccc.jpg,White Day: A Labyrinth Named School (2017),PS4,Action,PQube,ROIGAMES Inc.,,0.02,,0.01,0.01,0,2017-08-29,2018-02-08 +/games/boxart/full_3539717JapanFrontccc.jpg,Norn + Nonette: Last Era,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2015-04-02, +/games/boxart/full_6541495JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.2,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-06-25, +/games/boxart/full_8306309AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,PC,Action,LucasArts,Traveller's Tales,8.3,0.02,,,0.01,0,2006-09-12, +/games/boxart/full_6171623JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Mafia Daishuugou Bongole Festival,DS,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2008-12-04, +/games/boxart/full_1742391JapanFrontccc.jpg,Durarara!! Relay,PSV,Action,Kadokawa Games,Unknown,,0.02,,0.02,,,2015-01-29, +/games/boxart/4810869ccc.jpg,Just Cause,PS2,Action,Eidos Interactive,Avalanche Studios,6.9,0.02,0.01,,0.01,0,2006-09-27, +/games/boxart/full_8405482JapanFrontccc.jpg,Girl Friend Beta: Kimi to Sugosu Natsuyasumi,PSV,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-11-19, +/games/boxart/full_5488897AmericaFrontccc.jpg,Yoku's Island Express,XOne,Action,Villa Gorilla,Villa Gorilla,9,0.02,0.01,,,0,2018-06-19,2019-03-31 +/games/boxart/1218370ccc.jpg,Army Men: Major Malfunction,XB,Shooter,Global Star Software,Team17 Software,,0.02,0.01,,0,0,2006-04-14, +/games/boxart/7320575ccc.jpg,Judge Dredd: Dredd Vs Death,XB,Shooter,Evolved Games,Rebellion Developments,,0.02,0.01,,0,0,2005-02-27, +/games/boxart/full_borderlands-game-of-the-year-edition_7AmericaFront.jpg,Borderlands: Game of the Year Edition,X360,Shooter,2K Games,Gearbox Software,,0.02,,,0.01,0,2010-10-12, +/games/boxart/6393270ccc.jpg,Unreal Tournament 2004,PC,Shooter,Atari,Epic Games,9.4,0.02,,,0.02,0,2004-03-16, +/games/boxart/full_9190191AmericaFrontccc.jpg,Joint Operations: Combined Arms,PC,Shooter,NovaLogic,NovaLogic,,0.02,0.01,,,0,2009-08-18, +/games/boxart/full_1002753AmericaFrontccc.jpg,Rising Zan: The Samurai Gunman,PS,Action,Agetec,UEP Systems,,0.02,0.01,,0.01,0,1999-09-30, +/games/boxart/full_6298330AmericaFrontccc.jpg,Ben 10 Omniverse 2,3DS,Action,D3 Publisher,1st Playable Productions,,0.02,,,0.02,0,2013-11-05,2018-01-27 +/games/boxart/full_7432022JapanFrontccc.jpg,Katekyoo Hitman Reborn! Kindan no Yami no Delta,PS2,Action,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2008-11-20, +/games/boxart/2405085ccc.jpg,Earth Defense Force 2017 (old JP sales),X360,Shooter,D3 Publisher,Sandlot,,0.02,,0.02,,,2007-03-20, +/games/boxart/full_623355AmericaFrontccc.jpg,Space Hulk: Deathwing,PS4,Shooter,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2017-12-05,2018-09-20 +/games/boxart/8681100ccc.jpg,Trigger Man,GC,Shooter,Crave Entertainment,Point of View,2,0.02,0.01,,0,0,2004-10-05, +/games/boxart/full_9011595JapanFrontccc.jpg,Triggerheart Exelica,DC,Shooter,Warashi,Warashi Inc.,,0.02,,0.02,,,2007-02-22, +/games/boxart/4520891ccc.jpg,Enemy Territory: Quake Wars,PC,Shooter,Activision,Splash Damage,,0.02,0.01,,0,0,2007-10-02, +/games/boxart/3533297ccc.jpg,Gears of War,PC,Shooter,Microsoft Game Studios,Epic Games,8.8,0.02,0,,0.01,0,2007-11-06, +/games/boxart/full_8904799AmericaFrontccc.jpg,Sniper Elite,PC,Shooter,Namco,Rebellion Developments,7.4,0.02,,,0.01,0,2005-10-27, +/games/boxart/full_6836807AmericaFrontccc.jpg,Rogue Trooper Redux,PS4,Shooter,Rebellion,TickTock Games,,0.02,0.01,,,0,2017-10-17,2018-09-13 +/games/boxart/full_tom-clancys-splinter-cell-trilogy_913AmericaFront.jpg,Tom Clancy's Splinter Cell Classic Trilogy HD,PSN,Action,Ubisoft,Ubisoft,,0.02,0.02,,,0,2011-06-21, +/games/boxart/full_5067988JapanFrontccc.jpeg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.3,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-07-23, +/games/boxart/4360414ccc.jpg,Final Fight: Streetwise,XB,Action,Capcom,Secret Level,,0.02,0.01,,0,0,2006-02-28, +/games/boxart/full_nano-diver_720JapanFront.jpg,Nano Diver,PSP,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2011-09-01, +/games/boxart/full_5258245JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.4,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-08-27, +/games/boxart/full_2455577JapanFrontccc.jpg,Gaist Crusher God,3DS,Action,Capcom,Capcom,,0.02,,0.02,,,2014-09-04,2019-05-07 +/games/boxart/full_2868894AmericaFrontccc.jpg,"Warhammer 40,000: Inquisitor - Martyr",XOne,Action,Neocore Games,Neocore Games,,0.02,0.02,,,0,2018-08-28,2018-03-24 +/games/boxart/3916335ccc.jpg,Tomb Raider: Legend,PC,Action,Eidos Interactive,Crystal Dynamics,8,0.02,,,0.02,0,2006-04-11, +/games/boxart/full_silent-hill-book-of-memories_683AmericaFront.jpg,Silent Hill: Book of Memories,PSV,Action,Konami Digital Entertainment,WayForward,,0.02,,,0.01,0,2012-10-16, +/games/boxart/full_4102160AmericaFrontccc.jpg,Vikings: Wolves of Midgard,PC,Action,Kalypso Media,Games Farm,,0.02,0.01,,0,0,2017-03-28,2018-02-06 +/games/boxart/7937998ccc.gif,One Piece Mansion,PS,Action,Capcom,Capcom,,0.02,0.01,,0.01,0,2001-09-30, +/games/boxart/full_2067596JapanFrontccc.jpg,Soul Eater: Monotone Princess,Wii,Action,Square Enix,Square Enix / Bones,,0.02,,0.02,,,2008-09-25, +/games/boxart/full_2462603AmericaFrontccc.jpg,Big Idea's VeggieTales: LarryBoy and the Bad Apple,GBA,Action,Crave Entertainment,DC Studios,,0.02,0.01,,0,0,2006-08-08, +/games/boxart/full_metal-fight-beyblade-choujou-kessen-big-bang-bladers_3JapanFront.jpg,Metal Fight Beyblade: Choujou Kessen! Big Bang Bladers,DS,Action,Hudson Soft,Hudson Soft,,0.02,,0.02,,,2010-12-02, +/games/boxart/full_8459094AmericaFrontccc.jpg,Vikings: Wolves of Midgard,XOne,Action,Kalypso Media,Games Farm,,0.02,0.01,,,0,2017-03-28,2018-02-06 +/games/boxart/4871782ccc.jpg,Big Bass Fishing,PS,Action,Take-Two Interactive,Unknown,,0.02,,0.02,,0,2002-05-02, +/games/boxart/full_7703013AmericaFrontccc.jpg,Irritating Stick,PS,Action,Jaleco,Saurus,,0.02,0.01,,0.01,0,1999-01-31, +/games/boxart/full_6398826JapanFrontccc.jpg,Saenai Kanojo no Sodatekata: Blessing Flowers,PSV,Action,5pb,Unknown,,0.02,,0.02,,,2015-04-30, +/games/boxart/full_7040479JapanFrontccc.jpg,Simple 2000 Series Vol. 105: The Maid Fuku to Kikanjuu,PS2,Action,D3 Publisher,Ride On,,0.02,,0.02,,,2006-08-10, +/games/boxart/full_2111445PALFrontccc.jpg,Zombie Hunters 2,PS2,Action,Essential Games,Tamsoft,,0.02,,0.02,,,2007-06-29, +/games/boxart/full_5005824AmericaFrontccc.jpg,Just Cause,PC,Action,Eidos Interactive,Avalanche Studios,7.3,0.02,,,0.01,0,2006-09-27, +/games/boxart/full_9918422AmericaFrontccc.jpg,Samurai Jack: The Shadow of Aku,GC,Action,Sega,Adrenium,,0.02,0.01,,0,0,2004-03-24, +/games/boxart/9353632ccc.jpg,Lost: Via Domus,PC,Action,Ubisoft,Ubisoft Montreal,,0.02,,,0.01,0,2008-02-26, +/games/boxart/full_4235903JapanFrontccc.jpg,Busou Renkin: Youkoso Papillon Park e,PS2,Action,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-06-28, +/games/boxart/full_pirates-plund-arrr_1AmericaFront.jpg,Pirates PlundArrr,Wii,Action,Majesco,Boomzap,,0.02,0.02,,,0,2010-05-25, +/games/boxart/full_3701575AmericaFrontccc.jpg,Zoey 101: Field Trip Fiasco,DS,Action,THQ,THQ,,0.02,0.02,,,0,2007-09-11, +/games/boxart/full_marvel-superheroes-3d-grandmasters-challenge_548PALFront.jpg,Marvel Superheroes 3D: Grandmaster's Challenge,Wii,Action,Neko Entertainment,Bigben Interactive,,0.02,,,0.01,0,2010-11-26, +/games/boxart/full_chuck-e-cheeses-super-collection_565AmericaFront.jpg,Chuck E. Cheese's Super Collection,Wii,Action,UFO Interactive,UFO Interactive,,0.02,0.02,,,0,2011-09-07, +/games/boxart/full_8551737JapanFrontccc.jpg,Downtown Nekketsu Jidaigek,3DS,Action,Arc System Works,Unknown,,0.02,,0.02,,,2015-05-28, +/games/boxart/full_3844541JapanFrontccc.jpg,Monster Hunter Frontier Z: Beginner's Package,PS4,Action,Capcom,Unknown,,0.02,,0.02,,,2016-11-22, +/games/boxart/full_3269554AmericaFrontccc.jpg,Battle Princess of Arcadias,PS3,Action,NIS America,Apollo,,0.02,,0.02,,,2014-06-17,2019-05-07 +/games/boxart/full_3512510JapanFrontccc.jpg,Dragon's Dogma Online: Season 2,PS3,Action,Capcom,Unknown,,0.02,,0.02,,,2016-06-30, +/games/boxart/full_5129229JapanFrontccc.jpg,Pioneer no Banshou,PSV,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2018-08-30,2018-09-26 +/games/boxart/full_sharin-no-kuni-himawari-no-shoujo_625JapanFront.jpg,"Sharin no Kuni, Himawari no Shoujo",X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2010-10-28,2018-12-19 +/games/boxart/full_5432762JapanFrontccc.jpg,Tiger & Bunny: Hero's Day,PSP,Visual Novel,D3Publisher,D3Publisher,,0.02,,0.02,,,2013-03-20,2019-05-25 +/games/boxart/full_3121671JapanFrontccc.jpg,Storm Lover Kai!!,PSP,Visual Novel,D3Publisher,Vridge Inc.,,0.02,,0.02,,,2012-06-07,2019-05-25 +/games/boxart/full_2898696JapanFrontccc.jpg,Gaku * Ou: The Royal Seven Stars + Meteor,PSP,Visual Novel,Alchemist,Lump of Sugar,,0.02,,0.02,,,2013-03-28,2019-05-25 +/games/boxart/full_7978576JapanFrontccc.jpg,Arcana Famiglia 2,PSP,Visual Novel,Comfort,HuneX,,0.02,,0.02,,,2013-11-14,2019-05-25 +/games/boxart/full_9239074JapanFrontccc.jpg,Storm Lover 2nd,PSP,Visual Novel,D3Publisher,Vridge Inc.,,0.02,,0.02,,,2013-06-20,2019-05-25 +/games/boxart/full_9893398AmericaFrontccc.jpg,XBlaze Lost: Memories,PSV,Visual Novel,Aksys Games,Arc System Works,,0.02,0.01,,,0,2015-08-11,2019-01-28 +/games/boxart/full_kingdom-ikkitousen-no-ken_7JapanFront.jpg,Kingdom: Ikkitousen no Ken,PSP,Action,Konami,Konami,,0.02,,0.02,,,2010-11-25, +/games/boxart/full_7652350AmericaFrontccc.jpg,Totally Spies! 2: Undercover,DS,Action,Atari,Mistic Software,,0.02,0.01,,0.01,0,2006-11-27, +/games/boxart/full_7401998AmericaFrontccc.jpg,"Warhammer 40,000: Inquisitor - Martyr",PS4,Action,Neocore Games,Neocore Games,,0.02,0.02,,,0,2018-08-28,2018-03-24 +/games/boxart/full_7065052AmericaFrontccc.jpg,Quantum Break,PC,Action,THQ Nordic,Remedy Entertainment,,0.02,,,0.02,0,2016-09-29,2018-01-20 +/games/boxart/full_7572611AmericaFrontccc.jpg,Pharaonic,XOne,Action,Soedesco,Milkstone Studios,,0.02,0.02,,,0,2017-09-29,2018-08-13 +/games/boxart/1012238ccc.gif,Big Idea's VeggieTales: LarryBoy and the Bad Apple,PS2,Action,Crave Entertainment,Papaya Studios,,0.02,0.01,,0.01,0,2006-08-08, +/games/boxart/full_9176583AmericaFrontccc.jpg,Titan Quest,XOne,Action,THQ Nordic,THQ Nordic,,0.02,0.02,,,0,2018-03-20,2018-03-31 +/games/boxart/full_2791510JapanFrontccc.jpg,Kyoukai no Shirayuki,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2016-05-26, +/games/boxart/9525262ccc.jpg,Silent Bomber,PS,Action,Bandai,CyberConnect2,,0.02,0.01,,0.01,0,2000-02-29, +/games/boxart/full_4631031JapanFrontccc.jpg,Kujiragami no Tearstilla,PSV,Action,Piacci,Unknown,,0.02,,0.02,,,2016-07-28, +/games/boxart/full_crayon-shin-chan-uchuu-de-achoo-yuujou-no-oba-karate_820JapanFront.jpg,Crayon Shin-Chan: Uchuu de Achoo!? Yuujou no Oba-Karate!!,3DS,Action,Bandai,Bandai Namco Games,,0.02,,0.02,,,2011-12-01, +/games/boxart/full_8747134AmericaFrontccc.jpg,Psychedelica of the Black Butterfly,PSV,Action,Aksys Games,Otomate,,0.02,,0.02,,,2018-03-27,2018-05-31 +/games/boxart/full_9191898JapanFrontccc.jpg,Strike Witches: Anata to Dekiru Koto - A Little Peaceful Days,PS2,Action,Russel,Russel,,0.02,,0.02,,,2010-05-27, +/games/boxart/1646520ccc.jpg,Garfield Gets Real,DS,Action,Unknown,PAWS,,0.02,,,0.02,0,2009-07-21, +/games/boxart/full_416127JapanFrontccc.jpg,Fist of the North Star: Ken's Rage 2,WiiU,Action,Tecmo Koei,Koei,,0.02,,0.02,,,2013-02-07,2019-01-03 +/games/boxart/full_castlevania-lords-of-shadow-reverie_305AmericaFront.jpg,Castlevania: Lords of Shadow - Reverie,XBL,Action,Konami,Mercury Steam,,0.02,0.02,,0,0,2011-04-20, +/games/boxart/full_4262726JapanFrontccc.png,Cyber Troopers: Virtual On x Toaru Majutsu no Index: Toaru Majutsu no Dennou Senki,PSV,Action,Sega,Sega CS3,,0.02,,0.02,,,2018-02-15,2018-02-26 +/games/boxart/full_7593035AmericaFrontccc.jpg,Shaq-Fu: A Legend Reborn,PS4,Action,Wired Productions,Big Deez Productions,,0.02,0.02,,,0,2018-06-05,2019-03-18 +/games/boxart/full_557258AmericaFrontccc.jpg,Shaq-Fu: A Legend Reborn,NS,Action,Wired Productions,Big Deez Productions,,0.02,0.02,,,0,2018-06-05,2019-03-18 +/games/boxart/full_7487391JapanFrontccc.jpg,Sangoku Hime 4: Tenka Ryouran - Tenmei no Koi Emaki,PSV,Action,SystemSoft Alpha,Unknown,,0.02,,0.02,,,2016-05-26, +/games/boxart/full_4145660AmericaFrontccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,XB,Action,Activision,Krome Studios,6.2,0.02,0.02,,0.01,0,2005-10-11, +/games/boxart/full_3177799JapanFrontccc.jpg,Cross Ange: Tenshi to Ryuu no Rondo tr.,PSV,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-05-28, +/games/boxart/full_8360470AmericaFrontccc.jpg,The Lord of the Rings: Conquest,PC,Action,Electronic Arts,Pandemic Studios,5.5,0.02,0,,0.02,0,2009-01-13, +/games/boxart/full_410421JapanFrontccc.jpeg,God Eater Off Shot: Tachibana Sakuya-hen Twin Pack & Animation Vol.7,PS4,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2016-04-21,2018-09-20 +/games/boxart/full_7439197JapanFrontccc.jpg,Samurai & Dragons,PSV,Action,Sega,Sega,,0.02,,0.02,,,2012-05-24,2019-05-05 +/games/boxart/full_1976935JapanFrontccc.jpg,Saiki Kusuo no Psi-nan: Shijou Psi-dai no Psi-nan!?,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2016-11-10, +/games/boxart/full_8668737AmericaFrontccc.jpg,Hot 'n' Cold,DS,Action,Majesco,Majesco,,0.02,0.02,,,0,2009-06-23, +/games/boxart/full_2559654JapanFrontccc.jpg,Clock Zero: Shuuen no Ichibyou - ExTime,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2015-04-23, +/games/boxart/full_kikou-heidan-j-phoenix-cobalt-shoutaihen_1JapanFront.jpg,Kikou Heidan J-Phoenix: Cobalt Shoutaihen,PS2,Action,Takara,Takara,,0.02,,0.02,,,2002-12-05, +/games/boxart/full_meikyuu-cross-blood-reloaded_466JapanFront.jpg,Meikyuu Cross Blood: Reloaded,X360,Action,Unknown,Kadokawa Shoten,,0.02,,0.02,,,2011-11-10, +/games/boxart/full_timmy-time_313PALFront.jpg,Timmy Time,DS,Action,Avanquest,Avanquest Software,,0.02,,,0.02,0,2011-08-19, +/games/boxart/full_4525215AmericaFrontccc.jpg,Titan Quest,PS4,Action,THQ Nordic,Iron Lore Entertainment,,0.02,0.02,,,0,2018-03-20,2019-03-24 +/games/boxart/6242965ccc.jpg,Dragon Ball Z: Buu's Fury / Dragon Ball GT: Transformation,GBA,Action,Atari,Webfoot Technologies,,0.02,0.01,,0.01,0,2006-03-29, +/games/boxart/full_1489608PALFrontccc.jpg,SAW,PC,Action,Konami,Zombie Studios,,0.02,,,0.02,0,2009-10-31, +/games/boxart/full_7303789JapanFrontccc.jpg,Kamen Rider: Battride War II,WiiU,Action,Namco Bandai Games,Eighting,,0.02,,0.02,,,2014-06-26,2018-01-23 +/games/boxart/full_1037691AmericaFrontccc.jpg,Hakuoki: Shinkai - Furi no Shou,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2015-09-25, +/games/boxart/full_1762534AmericaFrontccc.jpg,Headhunter: Redemption,XB,Action,Sega,Amuze,,0.02,0.02,,0,0,2004-09-21, +/games/boxart/full_onechanbara-special_953JapanFront.jpg,Onechanbara Special,PSP,Action,D3 Publisher,Tamsoft Corporation,,0.02,,0.02,,,2011-03-31, +/games/boxart/full_1852690AmericaFrontccc.jpg,Carmageddon: Max Damage,PS4,Action,Stainless Games,Stainless Games,,0.02,0.02,,,0,2016-07-05, +/games/boxart/full_3890185JapanFrontccc.jpg,Cladun Returns: This Is Sengoku!,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2017-05-26,2018-09-20 +/games/boxart/full_9551157AmericaFrontccc.jpg,"Warhammer 40,000: Deathwatch",PS4,Action,Hoplite Research,Rodeo Games,,0.02,0.02,,,0,2018-08-14,2018-11-06 +/games/boxart/full_3103221JapanFrontccc.jpg,NANA: Live Staff Daiboshuu! Shoshinsha Kangei,DS,Action,Konami,Konami,,0.02,,0.02,,,2007-06-21, +/games/boxart/full_3440689JapanFrontccc.jpg,Samurai Warriors: Sanada Maru,PS3,Action,Tecmo Koei,Omega Force,,0.02,,0.02,,,2016-11-23,2018-07-09 +/games/boxart/6271802ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PSP,Action,Activision,Left Field Productions,,0.02,0.02,,0,0,2007-11-06, +/games/boxart/full_3220480JapanFrontccc.jpg,Super Run For Money Tousouchuu & Sentouchuu,NS,Action,Bandai Namco Games,Bandai Namco Games,,0.02,,0.02,,,2018-11-29,2019-01-05 +/games/boxart/full_2187638JapanFrontccc.jpg,Lovely x Cation 1 & 2,PSV,Action,5pb,Unknown,,0.02,,0.02,,,2015-05-21, +/games/boxart/full_9716298JapanFrontccc.jpg,Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai All-Star Special,PS3,Action,Arc System Works,Arc System Works,,0.02,,0.02,,,2015-03-05, +/games/boxart/full_9236953AmericaFrontccc.jpg,Bullet Girls: Phantasia,PS4,Action,Experience Inc.,Shade,,0.02,,0.02,,,2018-08-09,2019-03-23 +/games/boxart/full_7616349JapanFrontccc.jpg,Kimikare: New Semester,PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2012-07-19,2019-05-17 +/games/boxart/full_4171651JapanFrontccc.jpg,Chaos;Child,PS3,Visual Novel,5pb,5pb. Inc.,,0.02,,0.02,,,2015-06-25,2019-03-24 +/games/boxart/full_7416622JapanFrontccc.jpg,"Hanayaka Kana, Ware ga Ichizoku: Tasogare Polarstar",PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2013-07-11,2019-05-17 +/games/boxart/full_2517095JapanFrontccc.jpg,Elkrone no Atelier: Dear for Otomate,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-04-12,2019-05-17 +/games/boxart/full_1057857JapanFrontccc.jpg,PuraMai Wars V,PSV,Action,Unknown,Unknown,,0.02,,0.02,,,2016-08-25, +/games/boxart/6300693ccc.gif,Rengoku II: The Stairway To H.E.A.V.E.N.,PSP,Action,Konami,Neverland,,0.02,0.02,,0,0,2006-09-12, +/games/boxart/full_thunderbirds_594AmericaFront.jpg,Thunderbirds,GBA,Action,Vivendi Games,Saffire Corporation,,0.02,0.02,,0.01,0,2004-08-10, +/games/boxart/full_5320357AmericaFrontccc.jpg,Earth's Dawn,PS4,Action,Rising Star Games,Unknown,,0.02,0.02,,,0,2016-11-01, +/games/boxart/full_1628460JapanFrontccc.jpg,AKB1/48: Idol to Guam de Koishitara...,X360,Visual Novel,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2011-10-06,2019-05-10 +/games/boxart/full_165842JapanFrontccc.jpg,Phantom: Phantom of Inferno,X360,Visual Novel,Digiturbo,Nitro+,,0.01,,0.01,,,2012-10-25,2019-04-27 +/games/boxart/full_1180831JapanFrontccc.jpg,Memories Off: Innocent File,PS4,Visual Novel,MAGES,5pb. Games,,0.01,,0.01,,,2018-03-29,2018-04-07 +/games/boxart/full_6534103JapanFrontccc.jpg,School Wars,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2012-11-29,2019-04-27 +/games/boxart/full_7745180JapanFrontccc.png,Flowers: Le volume sur hiver,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-03-16,2018-03-30 +/games/boxart/full_4287534JapanFrontccc.jpg,Kuroyukihime: Snow Black,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2014-04-24,2019-04-27 +/games/boxart/full_6477371JapanFrontccc.jpg,Moujuutsukai to Oujisama: Flower & Snow,PSV,Visual Novel,Idea Factory,Otomate,,0.01,,0.01,,,2015-06-11,2019-05-15 +/games/boxart/full_9852628JapanFrontccc.jpg,Nil Admirari no Tenbin: Irodori Nadeshiko,NS,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-09-20,2018-10-01 +/games/boxart/full_8848679JapanFrontccc.jpg,Sengoku Hime 7: Sen'un Tsuranuku Guren no Ishi,PSV,Visual Novel,System Soft Alpha,Gesen 18,,0.01,,0.01,,,2018-10-11,2018-11-07 +/games/boxart/full_2287384JapanFrontccc.png,Kimi no Hitomi ni Hit Me,PSV,Visual Novel,Entergram,Giga,,0.01,,0.01,,,2018-02-22,2018-03-08 +/games/boxart/full_8141977JapanFrontccc.jpg,Amaekata wa Kanojo Nari ni.,PSV,Visual Novel,Entergram,Giga,,0.01,,0.01,,,2017-10-26,2018-01-13 +/games/boxart/full_7993529JapanFrontccc.jpg,Lucky Dog 1,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-03-08,2018-03-25 +/games/boxart/full_5562679JapanFrontccc.jpg,Shiro to Kuro no Alice: Twilight Line,PSV,Visual Novel,Idea Factory,"Kogado Studio, Inc.",,0.01,,0.01,,,2018-11-15,2018-11-22 +/games/boxart/full_9779803JapanFrontccc.jpg,Cafe Cuillere,PSV,Visual Novel,Takuyo,Takuyo,,0.01,,0.01,,,2018-01-01,2018-06-24 +/games/boxart/full_2576466JapanFrontccc.jpg,Hyaku Monogatari: Kaidan Romance,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2013-09-26,2019-05-01 +/games/boxart/full_6594730JapanFrontccc.jpg,Koshotengai no Hashihime Noma,PSV,Visual Novel,Dramatic Create,ADELTA,,0.01,,0.01,,,2018-09-27,2018-10-09 +/games/boxart/full_5588115JapanFrontccc.jpg,Saiaku Naru Saiyaku Ningen ni Sasagu,PS4,Visual Novel,Kemco,Kemco,,0.01,,0.01,,,2018-08-23,2018-09-26 +/games/boxart/full_133141JapanFrontccc.jpg,Amatsutsumi,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-05-17,2018-06-04 +/games/boxart/full_5412060JapanFrontccc.jpg,Dance with Devils: My Carol,PSV,Visual Novel,Rejet,Rejet,,0.01,,0.01,,,2018-03-22,2018-04-06 +/games/boxart/full_2083526JapanFrontccc.jpg,Memories Off: Innocent File,PSV,Visual Novel,MAGES,5pb. Games,,0.01,,0.01,,,2018-03-29,2018-04-07 +/games/boxart/full_3392863JapanFrontccc.jpg,World End Syndrome,NS,Visual Novel,Arc System Works,Arc System Works,,0.01,,0.01,,,2019-05-02,2019-04-03 +/games/boxart/full_5566542JapanFrontccc.jpg,Sweet Pool,PSV,Visual Novel,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2018-05-31,2018-06-24 +/games/boxart/full_9528840AmericaFrontccc.png,Mega Man X Legacy Collection 2,NS,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 +/games/boxart/3111567ccc.jpg,Teenage Mutant Ninja Turtles,VC,Platform,Konami Digital Entertainment,Konami,,0.01,,,0.01,0,2007-04-02, +/games/boxart/full_the-land-before-time-into-the-mysterious-beyond_447AmericaFront.jpg,The Land Before Time: Into the Mysterious Beyond,GBA,Platform,Game Factory,Sirius Games,,0.01,0.01,,0,0,2006-04-13, +/games/boxart/full_5719710AmericaFrontccc.jpg,Putty Squad,PS3,Platform,System 3,System 3,,0.01,0,,0.01,0,2013-11-29,2018-09-17 +/games/boxart/full_9484701AmericaFrontccc.jpg,Trine,PC,Platform,Nobilis,Frozenbyte,8.1,0.01,,,0.01,0,2009-07-02, +/games/boxart/full_woody-woodpecker-in-crazy-castle-5_911AmericaFront.jpg,Woody Woodpecker in Crazy Castle 5,GBA,Platform,Kemco,Tantalus Interactive,,0.01,0.01,,0,0,2003-12-02, +/games/boxart/full_5288467AmericaFrontccc.jpg,Spirits & Spells,GBA,Platform,DreamCatcher Interactive,Magic Pockets,,0.01,0.01,,0,0,2003-11-02, +/games/boxart/full_5667554AmericaFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,WiiU,Platform,Activision,Behaviour Interactive,,0.01,,,0.01,0,2015-11-03,2018-04-01 +/games/boxart/full_5542719AmericaFrontccc.jpg,Flashback,PS4,Platform,Microids,Paul Cuisset,,0.01,0.01,,,0,2018-11-20,2018-10-31 +/games/boxart/full_4632512AmericaFrontccc.jpg,Banjo-Kazooie,XBL,Platform,Microsoft Game Studios,4J Studios,7,0.01,,,0.01,0,2008-12-03, +/games/boxart/full_kao-the-kangaroo_721AmericaFront.jpg,Kao the Kangaroo,GBA,Platform,Titus,Titus Software,3.9,0.01,0.01,,0,0,2001-12-11, +/games/boxart/full_1478481JapanFrontccc.jpg,Strider (2014),PS3,Platform,Capcom,Double Helix Games,,0.01,,0.01,,,2014-02-18,2019-01-03 +/games/boxart/full_goku-makaimura-kai_9JapanFront.jpg,Goku Makaimura Kai,PSP,Platform,Capcom,Capcom,,0.01,,0.01,,,2007-08-02, +/games/boxart/full_1381415AmericaFrontccc.jpg,Candle: The Power of the Flame,NS,Platform,Merge Games,Teku Studios,,0.01,0.01,,,0,2018-10-16,2019-03-30 +/games/boxart/full_6238135AmericaFrontccc.jpg,Bratz: Forever Diamondz,PS2,Action,THQ,Blitz Games,,0.01,0.01,,0.01,0,2006-09-18, +/games/boxart/full_order-up_425PALFront.jpg,Order Up!!,3DS,Action,Ignition Entertainment,SuperVillain Studios,,0.01,0,,0.01,0,2012-08-31, +/games/boxart/full_2810566JapanFrontccc.jpg,San-X Character Channel: All-Star Daishuugou!,DS,Action,MTO,MTO,,0.01,,0.01,,,2008-08-28, +/games/boxart/full_6877161JapanFrontccc.jpg,Fuun Shinsengumi Bakumatsuden Portable,PSP,Action,Unknown,From Software,,0.01,0.01,,,0,2013-12-31, +/games/boxart/full_6277377AmericaFrontccc.jpg,Legend of Kay Anniversary,WiiU,Action,Nordic Games,Nordic Games,,0.01,,,0.01,0,2015-07-28,2018-04-09 +/games/boxart/full_1552076PALFrontccc.jpg,Double Pack Tomb Raider: Legend / Anniversary,PSP,Action,Eidos Interactive,Buzz Monkey / Crystal Dynamics,,0.01,,,0.01,0,2009-04-09, +/games/boxart/3096283ccc.jpg,Spider-Man: Friend or Foe,PC,Action,Activision,Beenox,5.6,0.01,0.01,,0,0,2007-10-02, +/games/boxart/full_1408867JapanFrontccc.jpg,Sengoku Basara 2 Heroes,Wii,Action,Capcom,Capcom,,0.01,,0.01,,,2007-11-29, +/games/boxart/full_5971452JapanFrontccc.jpg,Kaitou Joker: Toki o Koeru Kaitou to Ushinawareta Houseki,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2015-06-25,2018-08-06 +/games/boxart/9053649ccc.jpg,Aquaman: Battle for Atlantis,XB,Action,TDK Mediactive,Lucky Chicken,,0.01,0.01,,0,0,2003-07-30, +/games/boxart/full_6960412AmericaFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,WiiU,Action,Little Orbit,Torus Games,,0.01,,,0.01,0,2015-11-03,2018-01-18 +/games/boxart/full_9458638JapanFrontccc.jpg,Infinite Stratos 2: Love and Purge,PSV,Action,5pb,Unknown,,0.01,,0.01,,,2015-09-03, +/games/boxart/full_8521937AmericaFrontccc.jpg,Grand Theft Auto III,PC,Action,Rockstar Games,DMA Design,9.1,0.01,,,0.01,0,2002-05-20, +/games/boxart/full_5442999JapanFrontccc.jpg,Bullet Girls: Phantasia,PSV,Action,D3 Publisher,Shade,,0.01,,0.01,,,2018-08-09,2019-03-23 +/games/boxart/664713ccc.jpg,Aeon Flux,XB,Action,Majesco,Terminal Reality,,0.01,0.01,,0,0,2005-11-17, +/games/boxart/full_4626757AmericaFrontccc.jpg,SoulCalibur Legends (JP sales),Wii,Action,Namco Bandai,Project Soul,,0.01,,0.01,,,2007-11-20, +/games/boxart/6366634ccc.jpg,Blackthorne,GBA,Action,Blizzard Entertainment,Mass Media,7.1,0.01,0.01,,0,0,2003-09-17, +/games/boxart/full_2455328JapanFrontccc.jpg,Black Cat,PS2,Action,Capcom,Capcom,,0.01,,0.01,,,2006-03-30, +/games/boxart/9224205ccc.jpg,Rengoku II: The Stairway to H.E.A.V.E.N. (jp sales),PSP,Action,Konami,Neverland,,0.01,,0.01,,,2006-09-12, +/games/boxart/full_6293396JapanFrontccc.jpg,Kaitou Rousseau,DS,Action,Namco,Namco,,0.01,,0.01,,,2006-06-15, +/games/boxart/full_7404278AmericaFrontccc.jpg,Let It Die,PS4,Action,GungHo,Grasshopper Manufacture,,0.01,,0.01,0.01,0,2020-12-31, +/games/boxart/full_3683639AmericaFrontccc.jpg,Unbox: Newbie's Adventure,NS,Action,Merge Games,Prospect Games,,0.01,,,0.01,0,2017-11-01,2018-09-20 +/games/boxart/full_8894457JapanFrontccc.jpg,Steins;Gate Elite,PSV,Visual Novel,5pb,5pb. Inc.,,0.01,,0.01,,,2018-09-20,2018-11-06 +/games/boxart/full_6762070JapanFrontccc.jpg,Clannad,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2014-08-14,2019-03-22 +/games/boxart/full_9780182JapanFrontccc.jpg,Yoshiwara Higanbana Kuon no Chigiri,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2017-10-12,2018-01-09 +/games/boxart/full_7587862JapanFrontccc.png,Vitamin X: Destination,PSV,Visual Novel,D3Publisher,HuneX,,0.01,,0.01,,,2018-02-22,2018-03-08 +/games/boxart/full_1247966JapanFrontccc.jpg,Grisaia Phantom Trigger 03 & 04,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-08-02,2018-08-25 +/games/boxart/full_9420489JapanFrontccc.jpg,Maitetsu: Pure Station,PS4,Visual Novel,Yeti,Lose,,0.01,,0.01,,,2018-07-26,2018-08-29 +/games/boxart/full_6162195JapanFrontccc.jpg,Eiyuu * Senki,PSV,Visual Novel,5pb,Tenco,,0.01,,0.01,,,2014-05-29,2019-04-27 +/games/boxart/full_6333005JapanFrontccc.jpg,"Shinobi, Koi Utsutsu: Setsugetsuka Koi Emaki",PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-06-25, +/games/boxart/full_4450875PALFrontccc.jpg,Minds and Mystery: 5 Game Pack,PC,Action,Focus Multimedia,Focus Multimedia,,0.01,,,0.01,0,2014-09-26,2019-04-23 +/games/boxart/full_4112959AmericaFrontccc.jpg,This War of Mine,XOne,Action,11 bit studios,11 bit studios,,0.01,,,0.01,0,2016-01-29, +/games/boxart/full_8965391JapanFrontccc.jpg,Deception IV: The Nightmare Princess,PSV,Action,Tecmo Koei,Koei Tecmo Games,,0.01,,,0.01,0,2015-07-14,2018-08-01 +/games/boxart/full_8852903JapanFrontccc.jpg,Hirameki Action: Chibikko Wagyan no Daiki na Bouken,DS,Action,Namco Bandai,Namco Bandai Games,,0.01,,0.01,,,2009-01-29, +/games/boxart/full_4338320JapanFrontccc.jpg,Mushibugyo,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2013-09-19,2019-04-26 +/games/boxart/full_676435JapanFrontccc.jpg,Hakuoki: Reimeiroku - Omouhase Kara,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-07-02, +/games/boxart/9521365ccc.jpg,E.T. The Extra-Terrestrial,GBA,Action,NewKidCo,Fluid Studios,3.5,0.01,0.01,,0,0,2001-12-14, +/games/boxart/full_2382394AmericaFrontccc.jpg,Has-Been Heroes,PC,Action,GameTrust,Frozenbyte,,0.01,0.01,,,0,2017-03-28, +/games/boxart/full_432329JapanFrontccc.jpg,Warriors Orochi 3,NS,Action,Tecmo Koei,Omega Force,,0.01,,0.01,,,2017-11-09, +/games/boxart/full_5577331JapanFrontccc.jpg,Shin Sangoku Musou 4 Special,X360,Action,KOEI,Omega Force,,0.01,,0.01,,,2005-12-22, +/games/boxart/full_5434204AmericaFrontccc.jpg,Assassin's Creed Chronicles,XOne,Action,Ubisoft,Climax Studios,,0.01,,,0.01,0,2016-02-09,2018-07-03 +/games/boxart/full_5115882AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,PC,Action,Activision,Aspyr,,0.01,0.01,,,0,2008-11-04, +/games/boxart/full_9555975JapanFrontccc.jpg,Katekyoo Hitman Reborn! Kindan no Yami no Delta,Wii,Action,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-20, +/games/boxart/full_3515976PALFrontccc.jpg,Zombi,XOne,Action,Ubisoft,Ubisoft Montpellier,,0.01,,,0.01,0,2016-01-21,2018-01-17 +/games/boxart/default.jpg,Transformers: Fall of Cybertron,PC,Action,Activision,High Moon Studios,,0.01,0.01,,0,0,2012-08-21, +/games/boxart/full_4976185AmericaFrontccc.jpg,Young Justice: Legacy,X360,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.01,,,0.01,0,2013-11-19,2018-11-24 +/games/boxart/full_9095810AmericaFrontccc.jpg,Dinotopia: The Sunstone Odyssey,XB,Action,TDK Mediactive,Vicious Cycle,,0.01,0.01,,0,0,2003-08-05, +/games/boxart/full_1778900JapanFrontccc.jpg,Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2020-12-31,2018-04-09 +/games/boxart/full_3938832JapanFrontccc.jpg,Kenka Banchou Portable,PSP,Action,Spike,Spike,,0.01,,0.01,,,2009-10-29, +/games/boxart/full_143437AmericaFrontccc.jpg,Fallout Anthology,PC,Action,Bethesda Softworks,Bethesda Softworks,,0.01,,,0.01,0,2015-09-29,2018-09-22 +/games/boxart/full_5470187AmericaFrontccc.jpg,Monster High: New Ghoul in School,Wii,Action,Little Orbit,Torus Games,,0.01,,,0.01,0,2015-10-27,2019-01-19 +/games/boxart/3491410ccc.jpg,"Crouching Tiger, Hidden Dragon",XB,Action,Ubisoft,Genki,,0.01,0.01,,0,0,2003-12-09, +/games/boxart/full_9943483AmericaFrontccc.jpg,Winx Club: Saving Alfea,3DS,Action,Namco Bandai Games,Little Orbit,,0.01,,,0.01,0,2014-10-31,2018-08-03 +/games/boxart/7094637ccc.jpg,Hi Hi Puffy AmiYumi: The Genie & the Amp,DS,Action,D3 Publisher,Sensory Sweep Studios,,0.01,0.01,,,0,2006-06-27, +/games/boxart/8501379ccc.jpg,Aquaman: Battle for Atlantis,GC,Action,TDK Mediactive,Lucky Chicken,2.4,0.01,0.01,,0,0,2003-07-23, +/games/boxart/full_6933338JapanFrontccc.jpg,Fate/kaleid liner Prisma Illya,3DS,Action,Kadokawa Games,Kadokawa Games,,0.01,,0.01,,,2014-07-31,2018-08-03 +/games/boxart/full_1238837JapanFrontccc.jpg,Simple DS Series Vol. 41: The Bakudan Shori-Han,DS,Action,D3 Publisher,Tomcat System,,0.01,,0.01,,,2008-07-10, +/games/boxart/full_7692395JapanFrontccc.jpg,Slide Adventure: Mag Kid,DS,Action,Nintendo,Agenda,,0.01,,0.01,,,2007-08-02, +/games/boxart/1190016ccc.gif,Rainbow Islands: Revolution,PSP,Action,Codemasters,Ignition Entertainment,,0.01,0.01,,0,0,2008-01-22, +/games/boxart/full_1900857PALFrontccc.jpg,Titan Quest,NS,Action,THQ Nordic,Iron Lore Entertainment,,0.01,0.01,,,0,2018-07-31,2019-03-24 +/games/boxart/full_8659688JapanFrontccc.jpg,Nari Kids Park: Hugtto! PreCure,NS,Action,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2018-11-21,2018-12-19 +/games/boxart/full_3075115AmericaFrontccc.jpg,Stolen,PC,Action,Hip Interactive,Blue 52,,0.01,,,0.01,0,2005-04-22, +/games/boxart/full_5810713PALFrontccc.jpg,Bob the Builder: Festival of Fun,Wii,Action,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0.01,,,0.01,0,2009-05-22, +/games/boxart/full_3098049PALFrontccc.jpg,Zettai Geigeki Wars,PSV,Action,Acquire,Unknown,,0.01,,0.01,,,2015-07-02, +/games/boxart/full_9405561AmericaFrontccc.jpg,Yoku's Island Express,NS,Action,Villa Gorilla,Villa Gorilla,9,0.01,0.01,,,0,2018-06-19,2019-03-31 +/games/boxart/full_james-bond-007-blood-stone_2AmericaFront.jpg,James Bond 007: Blood Stone,PC,Action,Activision,Bizarre Creations,6.2,0.01,0.01,,,0,2010-11-02, +/games/boxart/full_233353AmericaFrontccc.jpg,Gal Gun: Double Peace,PS4,Action,PQube,Inti Creates,,0.01,,0.01,,,2016-08-02,2018-05-04 +/games/boxart/full_6560769AmericaFrontccc.jpg,Zorro: Quest For Justice,DS,Action,505 Games,505 Games,,0.01,0.01,,,0,2010-02-12, +/games/boxart/full_2542121JapanFrontccc.jpg,Ketsui Deathtiny: Kizuna Jigoku Tachi,PS4,Action,M2,M2,,0.01,,0.01,,,2018-11-29,2018-12-19 +/games/boxart/full_855981JapanFrontccc.jpg,Irotoridori no Sekai: World's End Re-Birth,PSV,Action,HuneX,Unknown,,0.01,,0.01,,,2015-03-19, +/games/boxart/full_2717456JapanFrontccc.jpg,Chokkan! Asonde Relaxuma,DS,Action,Rocket Company,Rocket Company,,0.01,,0.01,,,2008-09-25, +/games/boxart/full_monster-radar_185JapanFront.jpg,Monster Radar,PSV,Action,Sony Computer Entertainment,Sony Marketing,,0.01,,0.01,,,2011-12-17, +/games/boxart/full_7797153JapanFrontccc.jpg,Shugo Chara! Norinori! Chara-Nari Zumu,DS,Action,Konami,Konami,,0.01,,0.01,,,2009-08-06, +/games/boxart/7740386ccc.jpg,Bruce Lee: Return of the Legend,GBA,Action,Vivendi Games,Vicarious Visions,8.4,0.01,0.01,,0,0,2003-03-28, +/games/boxart/full_9218177AmericaFrontccc.jpg,WarTech: Senko no Ronde (JP sales),X360,Action,Ubisoft,G.Rev,,0.01,,0.01,,,2007-05-29,2019-01-02 +/games/boxart/full_1564129AmericaFrontccc.jpg,Sumioni,PSV,Action,Unknown,Acquire,,0.01,,0.01,,,, +/games/boxart/full_5183079AmericaFrontccc.jpg,GoGo's Crazy Bones,DS,Action,GameMill Entertainment,"Black Lantern Studios, Inc.",,0.01,,,0.01,0,2012-03-28,2019-04-26 +/games/boxart/full_3738907JapanFrontccc.jpg,Ayakashi Gohan: Oomori!,PSV,Action,honeybee,Unknown,,0.01,,0.01,,,2015-10-08, +/games/boxart/full_7247970JapanFrontccc.jpg,Possession Magenta,PSV,Action,Unknown,Unknown,,0.01,,0.01,,,2015-05-28, +/games/boxart/full_2153254JapanFrontccc.jpg,CharadeManiacs,PSV,Action,Idea Factory,Otomate,,0.01,,0.01,,,2018-08-09,2018-08-26 +/games/boxart/full_361518JapanFrontccc.jpg,Soul Eater: Battle Resonance,PS2,Action,Namco Bandai,Bec,,0.01,,0.01,,,2009-01-29, +/games/boxart/3280695ccc.jpg,Mist of Chaos,PS3,Action,Idea Factory,Idea Factory,,0.01,,0.01,,,2007-03-22, +/games/boxart/full_7491541AmericaFrontccc.jpg,Yoku's Island Express,PS4,Action,Villa Gorilla,Villa Gorilla,9,0.01,0.01,,,0,2018-06-19,2019-03-31 +/games/boxart/full_1074167AmericaFrontccc.jpg,Monkey Madness: Island Escape,DS,Action,Storm City Games,Storm City Games,,0.01,0.01,,,0,2010-03-23, +/games/boxart/full_1918937AmericaFrontccc.jpg,Axiom Verge,PSV,Action,Thomas Happ Games,Thomas Happ Games,,0.01,0.01,,,0,2015-03-31, +/games/boxart/571345ccc.jpg,Original Frisbee Disc Sports: Ultimate & Golf,DS,Action,"Destination Software, Inc",Unknown,,0.01,0.01,,,0,2007-09-18, +/games/boxart/full_8034851AmericaFrontccc.jpg,Carmageddon 64,N64,Action,Titus,SCi,1.3,0.01,0.01,,,0,1999-12-05, +/games/boxart/full_planet-monsters_713AmericaFront.jpg,Planet Monsters,GBA,Action,Titus,Planet Interactive,,0.01,0.01,,0,0,2001-12-06, +/games/boxart/full_6795881AmericaFrontccc.jpg,Zombie Vikings,PS4,Action,Rising Star Games,Zoink Games,,0.01,,,0.01,0,2016-04-20,2018-09-21 +/games/boxart/full_6018005JapanFrontccc.jpg,Yunohana Spring!,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-09-17, +/games/boxart/full_673540PALFrontccc.jpg,Deformers,PC,Action,Ready at Dawn,Ready at Dawn,,0.01,0.01,,,0,2017-04-21, +/games/boxart/full_1704414JapanFrontccc.jpg,Secret Game: Killer Queen,PS2,Action,Yeti,Yeti,,0.01,,0.01,,,2008-08-21, +/games/boxart/full_metal-gear-solid-peace-walker-hd-edition_732JapanFront.jpg,Metal Gear Solid: Peace Walker HD Edition,X360,Action,Unknown,Kojima Productions,,0.01,,0.01,,,, +/games/boxart/full_8114207AmericaFrontccc.jpg,Bound By Flame,PS3,Action,Focus Home Interactive,Spiders,,0.01,,,0.01,0,2014-05-07,2018-10-31 +/games/boxart/full_7663433PALFrontccc.jpg,One Piece: Unlimited World Red Deluxe Edition,PS4,Action,Namco Bandai Games,Ganbarion,,0.01,,0.01,,,2017-08-25,2018-01-08 +/games/boxart/full_6141530JapanFrontccc.jpg,Gegege no Kitarou: Youkai Daiundoukai,Wii,Action,Bandai,Bandai,,0.01,,0.01,,,2007-11-22, +/games/boxart/full_7424355AmericaFrontccc.jpg,Ultimate Spider-Man,PC,Action,Activision,Beenox,,0.01,0.01,,,0,2005-09-22, +/games/boxart/full_2072479JapanFrontccc.jpg,Vamwolf Cross,PSV,Action,D3Publisher,Unknown,,0.01,,0.01,,,2015-07-23, +/games/boxart/full_6264024JapanFrontccc.jpg,Tokyo Onmyouji: Tengen Jibashi - Rei no Baai - V Edition,PSV,Action,Dramatic Create,Unknown,,0.01,,0.01,,,2015-09-17, +/games/boxart/full_8960225JapanFrontccc.jpg,Darius Burst: Chronicle Saviours,PS4,Action,Kadokawa Games,Pyramid,,0.01,,0.01,,,2017-03-30,2018-09-21 +/games/boxart/full_8522374AmericaFrontccc.jpg,Devil May Cry 3: Dante's Awakening Special Edition,PC,Action,Ubisoft,Capcom,7.1,0.01,,,0.01,0,2006-10-16, +/games/boxart/full_4241430AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles (3DS),3DS,Action,Activision,Magic Pockets,,0.01,0.01,,,0,2013-10-22,2018-08-03 +/games/boxart/full_3736227AmericaFrontccc.jpg,The Godfather (JP sales),X360,Action,Electronic Arts,Headgate,,0.01,,0.01,,,2006-09-19, +/games/boxart/full_1360371AmericaFrontccc.jpg,Magus,PS3,Action,Aksys Games,Black Tower Studios,,0.01,0.01,,,0,2014-02-28,2019-04-27 +/games/boxart/full_5295940AmericaFrontccc.jpeg,Saints Row: Gat out of Hell,PS3,Action,Deep Silver,Volition Inc.,,0.01,,,0.01,0,2015-01-20, +/games/boxart/full_5120537JapanFrontccc.jpg,Fushigi no Chronicle: Furikaerimasen Katsu Madewa,PSV,Action,Spike Chunsoft,Spike Chunsoft,,0.01,,0.01,,,2015-07-30,2018-09-21 +/games/boxart/full_5114479JapanFrontccc.jpg,Nanairo Reincarnation,PSV,Action,Silky`s,Unknown,,0.01,,0.01,,,2015-09-17, +/games/boxart/full_3859412JapanFrontccc.jpg,Touch Detective Funghi Rhythm,3DS,Action,Success,Success,,0.01,,0.01,,,2014-11-13,2018-08-03 +/games/boxart/full_2345160AmericaFrontccc.jpg,Winx Club: Saving Alfea,DS,Action,Little Orbit,Little Orbit,,0.01,0.01,,0,0,2014-11-11,2019-05-08 +/games/boxart/full_3428212PALFrontccc.jpeg,Hallowed Legends: Templar,PC,Action,Big Fish Games,Elephant Games,,0.01,,,0.01,0,2015-05-08,2018-09-22 +/games/boxart/full_1018101JapanFrontccc.jpg,Jyuzaengi: Engetsu Sangokuden 1 + 2,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-08-27, +/games/boxart/full_5285494JapanFrontccc.jpg,Live-On DS,DS,Action,Acquire,Acquire,,0.01,,0.01,,,2009-08-20, +/games/boxart/full_sugar-sugar-rune-queen-shiken-wa-dai-panic_5JapanFront.jpg,Sugar Sugar Rune: Queen Shiken wa Dai Panic,DS,Action,Bandai,Bandai Namco Games,,0.01,,0.01,,,2006-05-25, +/games/boxart/full_7865858PALFrontccc.jpg,PAIN,PS3,Action,Sony Computer Entertainment,Idol Minds Digital,,0.01,,,0.01,0,2009-06-24, +/games/boxart/full_1544697JapanFrontccc.jpg,San-X: Chara Sagashi Land,DS,Action,MTO,MTO,,0.01,,0.01,,,2007-04-19, +/games/boxart/full_4655155JapanFrontccc.jpg,Tenchu San Portable,PSP,Action,From Software,From Software,,0.01,,0.01,,,2009-08-27, +/games/boxart/full_2188606AmericaFrontccc.jpg,The Wild West,DS,Action,Majesco,Happy Happening,,0.01,0.01,,,0,2007-08-28, +/games/boxart/full_4399253JapanFrontccc.jpg,KLAP!! Kind Love And Punish,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-07-30, +/games/boxart/22702ccc.jpg,Hugo: The Evil Mirror,GBA,Action,Namco,ITE Media,5.9,0.01,0.01,,0,0,2005-04-24, +/games/boxart/full_3719107PALFrontccc.png,Painkiller: Hell & Damnation,PC,Action,Nordic Games,The Farm 51,,0.01,,,0.01,0,2012-10-31,2019-04-23 +/games/boxart/full_2223009JapanFrontccc.jpg,Genji Koi Emaki,PSV,Action,Quinrose,Unknown,,0.01,,0.01,,,2015-09-17, +/games/boxart/full_4183487JapanFrontccc.jpg,Teikoku Kaigun Renbojou: Meiji Yokosuka Koushinkyoku,PSV,Action,D3Publisher,Unknown,,0.01,,0.01,,,2015-09-25, +/games/boxart/4151975ccc.jpg,Brave: Shaman's Challenge,DS,Action,Unknown,Collision Studios,,0.01,0.01,,,0,, +/games/boxart/default.jpg,Woodcutter Simulator 2016,PS4,Action,Namco Bandai Games,Unknown,,0.01,,,0.01,0,2015-02-26, +/games/boxart/full_disney-universe_767AmericaFront.jpg,Disney Universe,PC,Action,Disney Interactive Studios,Disney Interactive Studios,,0.01,0.01,,,0,2011-10-25, +/games/boxart/full_5712640AmericaFrontccc.jpg,Bound By Flame,X360,Action,Focus Home Interactive,Spiders,,0.01,,,0.01,0,2014-05-07,2018-10-31 +/games/boxart/full_8507186PALFrontccc.jpg,Big Hero 6: Battle in the Bay,DS,Action,GameMill,GameMill,,0.01,,,0.01,0,2014-10-28,2018-06-30 +/games/boxart/full_7772482JapanFrontccc.jpg,Juusei to Diamond,PSP,Action,Sony Computer Entertainment,SCEI,,0.01,,0.01,,,2009-06-18, +/games/boxart/full_3439586JapanFrontccc.jpg,Shinjuku no Ookami,PS2,Action,Spike,YSK,,0.01,,0.01,,,2009-02-19, +/games/boxart/full_2737354JapanFrontccc.jpg,Rear Pheles: Red of Another,PSV,Action,Unknown,Unknown,,0.01,,0.01,,,2015-08-27, +/games/boxart/full_6763386PALFrontccc.jpg,Witch Hunters: Stolen Beauty,PC,Action,Big Fish Games,Big Fish Games,,0.01,,,0.01,0,2015-05-08,2018-09-22 +/games/boxart/full_8059379JapanFrontccc.jpg,Marvel Disk Wars: Avengers - Ultimate Heroes,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2014-11-13,2018-08-03 +/games/boxart/full_9871584PALFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,PS3,Action,Little Orbit,Little Orbit,,0.01,,,0.01,0,2015-11-03, +/games/boxart/full_5229570PALFrontccc.jpg,Bob the Builder: Festival of Fun,DS,Action,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0.01,,,0.01,0,2008-11-14, +/games/boxart/full_3243657PALFrontccc.jpg,The Escapists: The Walking Dead,PS4,Action,Team17 Software,Team17 Software,,0.01,,,0,0,2016-02-19,2018-09-21 +/games/boxart/full_5743165AmericaFrontccc.jpg,Garfield and His Nine Lives,GBA,Action,Game Factory,Lucky Jump,,0.01,0,,0,0,2006-05-10, +/games/boxart/full_9095403JapanFrontccc.jpg,Flowers: Natsu-hen,PSV,Action,Prototype,Unknown,,0.01,,0.01,,,2015-10-22, +/games/boxart/full_6405096JapanFrontccc.jpg,Infinite Stratos 2: Love and Purge,PS3,Action,5pb,Unknown,,0.01,,0.01,,,2015-09-03, +/games/boxart/full_936702AmericaFrontccc.jpg,The Mighty Quest for Epic Loot,PC,Action,Ubisoft,Ubisoft,,0.01,0,,,0,2015-02-05,2019-05-01 +/games/boxart/full_7075757AmericaFrontccc.jpg,Battle B-Daman,GBA,Action,Atlus,Atlus Co.,6,0.01,0,,0,0,2006-07-26, +/games/boxart/full_9559223JapanFrontccc.jpg,Yattaman DS 2: BikkuriDokkiri Animal Daibouken,DS,Action,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2008-10-16, +/games/boxart/full_1500150AmericaFrontccc.jpg,Snood 2: On Vacation,GBA,Puzzle,DSI Games,Rebellion Developments,,0.01,0.01,,0,0,2005-10-28, +/games/boxart/full_balloon-pop-2_575AmericaFront.jpg,Balloon Pop 2,3DS,Puzzle,UFO Interactive,UFO Interactive,,0.01,0.01,,,0,2012-02-07, +/games/boxart/full_the-treasures-of-mystery-island-3-pack-save-mystery-island_348AmericaFront.jpg,The Treasures of Mystery Island 3 Pack - Save Mystery Island!,PC,Puzzle,Unknown,Viva Media,,0.01,0.01,,,0,2011-09-13, +/games/boxart/full_9387239AmericaFrontccc.jpg,Crossroad Crisis,PS,Puzzle,Agetec,A1 Games,,0.01,0.01,,0,0,2001-08-15, +/games/boxart/full_3384529PALFrontccc.png,Hasbro Game Night for Nintendo Switch,NS,Party,Ubisoft,Ubisoft,,0.01,,,0.01,0,2018-10-30,2019-03-30 +/games/boxart/full_4536349AmericaFrontccc.jpg,Just Deal With It,PS4,Party,Wired Productions,Wired Productions,,0.01,0.01,,,0,2018-12-04,2018-10-12 +/games/boxart/full_2158869AmericaFrontccc.jpg,Darksiders III,PC,Action,THQ Nordic,Gunfire Games,,0.01,,,0.01,0,2018-11-27,2018-12-19 +/games/boxart/full_1753397AmericaFrontccc.jpg,Fabled Legends: The Dark Piper,PC,Action,Big Fish Games,Big Fish Games,,0.01,,,0.01,0,2014-11-24,2018-09-22 +/games/boxart/full_boulder-dash-xl_795AmericaFront.jpg,Boulder Dash-XL,PC,Action,Kalypso,Catnip Games,,0.01,,,0.01,0,2011-08-05, +/games/boxart/full_9473345JapanFrontccc.jpg,Hokuto no Ken: Raoh Gaiden - Ten no Haoh,PSP,Action,Interchannel,Interchannel,,0.01,,0.01,,,2009-01-22, +/games/boxart/full_4230414JapanFrontccc.jpg,Inugamike no Ichizoku,DS,Action,From Software,From Software,,0.01,,0.01,,,2009-01-22, +/games/boxart/full_4201956AmericaFrontccc.jpg,Whac-A-Mole,GBA,Puzzle,Activision,DC Studios,,0.01,0.01,,0,0,2005-09-20, +/games/boxart/9467863ccc.jpg,Monster Bomber,DS,Puzzle,Majesco,Taito Corporation,,0.01,0.01,,0,0,2006-11-28, +/games/boxart/9744770ccc.jpg,Super Bubble Pop,XB,Puzzle,Jaleco,Runecraft,,0.01,0.01,,0,0,2002-12-25, +/games/boxart/full_4531668AmericaFrontccc.jpg,th!nk Logic Trainer,Wii,Puzzle,Conspiracy Entertainment,Conspiracy Entertainment,,0.01,0.01,,,0,2009-12-01, +/games/boxart/full_6725664AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,DS,Puzzle,Mumbo Jumbo,Mac Play,,0.01,,,0.01,0,2007-12-18, +/games/boxart/8061095ccc.jpg,Egg Mania: Eggstreme Madness,GC,Puzzle,Kemco,HotGen Studios,,0.01,0.01,,0,0,2002-09-11, +/games/boxart/full_8031613JapanFrontccc.jpg,Bomberman,Wii,Puzzle,Hudson Entertainment,Hudson Soft,,0.01,,0.01,,,2008-09-25, +/games/boxart/full_1040711AmericaFrontccc.jpg,Legends of Oz: Dorothy's Return,3DS,Puzzle,GameMill,"Black Lantern Studios, Inc.",,0.01,,,0.01,0,2014-04-29,2019-05-07 +/games/boxart/1350385ccc.jpg,Egg Mania: Eggstreme Madness,XB,Puzzle,Kemco,HotGen Studios,,0.01,0.01,,0,0,2002-09-11, +/games/boxart/full_jewel-quest-ii_974AmericaFront.jpg,Jewel Quest II,PC,Puzzle,iWin,iWin,,0.01,,,0.01,0,2007-04-01, +/games/boxart/full_3079350AmericaFrontccc.jpg,Smiley World: Island Challenge,DS,Puzzle,Zoo Digital Publishing,Zoo Games silver,,0.01,0.01,,,0,2009-04-28, +/games/boxart/full_dark-parables-the-exiled-prince_347AmericaFront.jpg,Dark Parables: The Exiled Prince,PC,Puzzle,Unknown,Blue Tea Games,,0.01,,,0.01,0,2011-02-25, +/games/boxart/full_3182905AmericaFrontccc.jpg,Groovin' Blocks,Wii,Puzzle,Zoo Games,Empty Clip Studios,,0.01,0.01,,,0,2009-08-11, +/games/boxart/1192076ccc.jpg,Double Sequence: The Q-Virus Invasion,DS,Puzzle,"Destination Software, Inc",Next Wave Team,,0.01,0.01,,,0,2008-04-01, +/games/boxart/full_7379479AmericaFrontccc.jpg,Tringo,GBA,Puzzle,Crave Entertainment,Crave,,0.01,0.01,,0,0,2006-05-16, +/games/boxart/full_8945988AmericaFrontccc.jpg,The Humans: Meet the Ancestors!,DS,Puzzle,Deep Silver,Blue Monkey Studios,,0.01,0.01,,0,0,2009-07-28, +/games/boxart/full_238119AmericaFrontccc.jpg,Neopets Puzzle Adventure,PC,Puzzle,Capcom,Infinite Interactive,,0.01,,,0,0,2008-12-01, +/games/boxart/full_577057AmericaFrontccc.jpg,th!nk Logic Trainer: Kids,DS,Puzzle,Conspiracy Entertainment,DTP Young Entertainment,,0.01,0.01,,,0,2009-12-01, +/games/boxart/full_3849742AmericaFrontccc.jpg,Animal Snap: Rescue Them 2 By 2,GBA,Puzzle,Ignition Entertainment,"Awesome Developments, Ltd.",,0.01,0,,0,0,2002-11-01, +/games/boxart/3080425ccc.gif,Chameleon: To Dye For!,DS,Puzzle,UFO Interactive,Starfish,,0.01,0.01,,,0,2007-08-06, +/games/boxart/728619ccc.jpg,Bomberman (jp sales),PSP,Puzzle,Konami,Hudson Soft,,0.01,,0.01,,,2006-09-12, +/games/boxart/390549ccc.jpg,Puyo Pop Fever,GC,Puzzle,Sega,Sonic Team,7.9,0.01,0.01,,0,0,2004-07-20, +/games/boxart/8857885ccc.jpg,Best Of Tests,DS,Puzzle,Conspiracy Entertainment,Unknown,,0.01,0.01,,0,0,2008-03-04, +/games/boxart/full_5090581JapanFrontccc.jpg,Umihara Kawase Jun: Second Edition Kanzenban,DS,Puzzle,Genterprise,Genterprise,,0.01,,0.01,,,2009-10-29, +/games/boxart/full_1226928AmericaFrontccc.jpg,Monster Frenzy,DS,Puzzle,Zoo Games,Bluestone Interactive,,0.01,0.01,,,0,2010-05-25, +/games/boxart/full_3267021PALFrontccc.jpg,Puzzler Collection,PSP,Puzzle,Ubisoft,Route 1 Games,,0.01,,,0.01,0,2008-08-01, +/games/boxart/full_photo-phantasy_563AmericaFront.jpg,Photo Phantasy,DS,Puzzle,Zoo Games,Zoo Games,,0.01,0.01,,,0,2011-02-01, +/games/boxart/full_8102140AmericaFrontccc.jpg,Tetris Ultimate,3DS,Puzzle,Ubisoft,Ubisoft Montreal,,0.01,,,0.01,0,2014-11-11,2018-07-29 +/games/boxart/full_4703294PALFrontccc.jpg,4 Play Collection: Treasure Hunters,PC,Puzzle,Avanquest Software,GSP,,0.01,,,0.01,0,2014-08-08,2018-09-22 +/games/boxart/full_mean-girls_5AmericaFront.jpg,Mean Girls,DS,Puzzle,505 Games,505 Games,,0.01,0.01,,,0,2010-08-31, +/games/boxart/full_nintama-rantarou-gakunen-taikousen-puzzle-no-dan_9JapanFront.jpg,Nintama Rantarou: Gakunen Taikousen Puzzle! no Dan,DS,Puzzle,Russel,Russel,,0.01,,0.01,,,2010-09-02, +/games/boxart/6875898ccc.jpg,7 Wonders of the Ancient World,PC,Puzzle,Mumbo Jumbo,Hot Lava Games,,0.01,,,0.01,0,2007-02-02, +/games/boxart/full_8804678AmericaFrontccc.jpg,Bermuda Triangle: Saving the Coral,DS,Puzzle,Storm City Games,NorthPole Studio,,0.01,0.01,,,0,2010-02-02, +/games/boxart/9730244ccc.jpg,Rain Drops,DS,Puzzle,UFO Interactive,"CyberPlanet Interactive Public Co., Ltd.",,0.01,0.01,,,0,2008-09-09, +/games/boxart/full_2340852AmericaFrontccc.jpg,Capcom Puzzle World,PSP,Puzzle,Capcom,Capcom,7.4,0.01,0.01,,0,0,2007-02-06, +/games/boxart/full_challenge-me-word-puzzles_95AmericaFront.jpg,Challenge Me: Word Puzzles,Wii,Puzzle,O-Games,O Games,,0.01,0,,0,0,2011-05-03, +/games/boxart/full_secret-mysteries-in-london_698PALFront.jpg,Secret Mysteries in London,3DS,Puzzle,Unknown,Licensed 4U,,0.01,,,0.01,0,2011-11-25, +/games/boxart/full_chainz-galaxy_652AmericaFront.jpg,Chainz Galaxy,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,0.01,,,0.01,0,2011-01-12, +/games/boxart/full_7001364JapanFrontccc.jpg,Yosumin. DS,DS,Puzzle,Square Enix,Square Enix,,0.01,,0.01,,,2007-11-08, +/games/boxart/full_bermuda-triangle-saving-the-coral_450AmericaFront.jpg,Bermuda Triangle: Saving the Coral,Wii,Puzzle,Storm City Games,Storm City Games,,0.01,0.01,,,0,2009-11-17, +/games/boxart/1122775ccc.jpg,Mega Brain Boost,DS,Puzzle,Majesco,Interchannel-Holon,,0.01,0.01,,,0,2008-01-22, +/games/boxart/full_3395068JapanFrontccc.jpg,I.Q. Mania,PSP,Puzzle,Sony Computer Entertainment,SCEI,,0.01,,0.01,,,2006-03-09, +/games/boxart/full_jewel-quest-v-the-sleepless-star_108AmericaFront.jpg,Jewel Quest V: The Sleepless Star,PC,Puzzle,iWin,iiWin,,0.01,,,0.01,0,2010-12-06, +/games/boxart/full_5553077PALFrontccc.jpg,Angels and Despair: 5 Game Pack,PC,Puzzle,Focus Multimedia,Focus,,0.01,,,0.01,0,2014-09-26,2018-09-22 +/games/boxart/full_8118549AmericaFrontccc.jpg,Smiley World: Island Challenge,Wii,Puzzle,Zoo Digital Publishing,Zoo Games silver,,0.01,0.01,,0,0,2009-06-09, +/games/boxart/full_5191633JapanFrontccc.jpg,Onore no Shinzuru Michi wo Yuke,PSP,Puzzle,From Software,Silicon Studio,,0.01,,0.01,,,2009-06-11, +/games/boxart/full_2164301AmericaFrontccc.jpg,Zuma's Revenge!,PC,Puzzle,PopCap Games,PopCap Games,8.3,0.01,0.01,,,0,2009-09-16, +/games/boxart/full_lemmings-revolution_3AmericaFront.jpg,Lemmings Revolution,PC,Puzzle,Take-Two Interactive,Psygnosis,,0.01,,,0.01,0,2000-04-30, +/games/boxart/full_7802588AmericaFrontccc.jpg,Bookworm Deluxe,PC,Puzzle,PopCap Games,PopCap,,0.01,0.01,,,0,2006-08-30,2019-04-23 +/games/boxart/full_1527676JapanFrontccc.jpg,XI Coliseum,PSP,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,0.01,,0.01,,,2006-03-09, +/games/boxart/full_9332283JapanFrontccc.jpg,12-Sai. Torokeru Puzzle Futari no Harmony,3DS,Puzzle,Happinet,Happinet,,0.01,,0.01,,,2017-10-26,2018-08-03 +/games/boxart/full_know-how-2_2PALFront.jpg,Know How 2,DS,Puzzle,7G//AMES,Bitfield GmbH,,0.01,,,0.01,0,2010-10-28, +/games/boxart/2651337ccc.jpg,Bust-A-Move 3000,GC,Puzzle,Ubisoft,Taito Corporation,,0.01,0.01,,0,0,2003-02-12, +/games/boxart/3882173ccc.jpg,Steel Horizon,PSP,Strategy,Konami,Climax Group,,0.01,0.01,,,0,2007-07-02, +/games/boxart/full_5223161AmericaFrontccc.jpg,Medieval: Total War Gold Edition,PC,Strategy,Sega,The Creative Assembly,,0.01,,,0.01,0,2006-02-14, +/games/boxart/full_24030AmericaFrontccc.gif,BC Kings,PC,Strategy,Strategy First,Mascot Entertainment,,0.01,,,0,0,2008-09-15, +/games/boxart/full_lionheart-kings-crusade_250AmericaFront.jpg,Lionheart: Kings' Crusade,PC,Strategy,Paradox Interactive,Neocore Games,6.3,0.01,,,0.01,0,2010-10-08, +/games/boxart/full_7805511JapanFrontccc.jpg,Kidou Senshi Gundam Vol.3 -A Baoa Qu-,WS,Strategy,Bandai,Bandai,,0.01,,0.01,,0,2002-05-25, +/games/boxart/full_3464948PALFrontccc.jpg,Total War Collection,PC,Strategy,Sega,The Creative Assembly,,0.01,,,0.01,0,2012-04-27,2018-09-22 +/games/boxart/full_disciples-iii-resurrection_316AmericaFront.jpg,Disciples III: Resurrection,PC,Strategy,Kalypso,Akella,,0.01,0.01,,0,0,2011-10-07, +/games/boxart/6008962ccc.jpg,Warhammer: Mark of Chaos - Battle March,PC,Strategy,Namco Bandai,Black Hole Entertainment,,0.01,,,0.01,0,2008-09-02, +/games/boxart/7673451ccc.jpg,Universe at War: Earth Assault,PC,Strategy,Sega,Petroglyph Games,,0.01,0,,0,0,2007-12-10, +/games/boxart/full_sengoku-hime-2-honoo-hyakubana-senran-tatsukaze-no-gotoku_485JapanFront.jpg,"Sengoku Hime 2 Honoo: Hyakubana, Senran Tatsukaze no Gotoku",PS2,Strategy,System Soft,System Soft,,0.01,,0.01,,,2010-12-02, +/games/boxart/full_europa-universalis-iii_870AmericaFront.jpg,Europa Universalis III,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.01,,,0.01,0,2007-01-23, +/games/boxart/full_age-of-mythology-gold-edition_209AmericaFront.jpg,Age of Mythology: Gold Edition,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0.01,,,0.01,0,2004-09-10, +/games/boxart/full_3359633JapanFrontccc.jpg,R-Type Tactics II: Operation Bitter Chocolate,PSP,Strategy,Irem Software Engineering,Irem Software Engineering,,0.01,,0.01,,,2009-12-10, +/games/boxart/full_593455AmericaFrontccc.jpg,Valhalla Hills: Definitive Edition,PS4,Strategy,Kalypso Media,Daedalic Entertainment,,0.01,0.01,,,0,2017-04-25,2018-09-15 +/games/boxart/7217535ccc.jpg,Black & White 2: Battle of the Gods,PC,Strategy,Electronic Arts,Lionhead Studios,,0.01,0.01,,,0,2006-04-25, +/games/boxart/full_shogun-total-war_942AmericaFront.jpg,Shogun: Total War,PC,Strategy,Electronic Arts,The Creative Assembly,8.8,0.01,0,,0.01,0,2000-06-13, +/games/boxart/full_king-arthur-collection_166AmericaFront.jpg,King Arthur Collection,PC,Strategy,Paradox Interactive,NeoCoreGames,,0.01,,,0.01,0,2011-05-24, +/games/boxart/full_sword-of-the-stars-complete-collection_51AmericaFront.jpg,Sword of the Stars: Complete Collection,PC,Strategy,Paradox Interactive,Kerberos Productions,,0.01,,,0.01,0,2010-05-28, +/games/boxart/full_4972327JapanFrontccc.jpg,"Koori no Bohyou: Ichiryuuwa, 3-dome no Junan",PSP,Strategy,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_victorian-mysteries-woman-in-white_220PALFront.jpg,Victorian Mysteries: Woman in White,PC,Strategy,eGames,Freeze Tag,,0.01,,,0.01,0,2010-12-17, +/games/boxart/7190581ccc.gif,Command & Conquer: Generals,PC,Strategy,Electronic Arts,EA Pacific,8.6,0.01,0.01,,0,0,2003-02-10, +/games/boxart/full_akatsuki-no-amaneka-to-aoi-kyojin_800JapanFront.jpg,Akatsuki no Amaneka to Aoi Kyojin,X360,Strategy,CyberFront,Kogado Software Products,,0.01,,0.01,,,2010-03-11, +/games/boxart/full_rome-total-war-anthology_3PALFront.jpg,Rome: Total War Anthology,PC,Strategy,Sega,The Creative Assembly,,0.01,,,0.01,0,2008-06-20, +/games/boxart/full_pride-of-nations_134AmericaFront.jpg,Pride of Nations,PC,Strategy,Paradox Interactive,AGEOD,,0.01,,,0.01,0,2011-06-07, +/games/boxart/1002017ccc.jpg,MetropolisMania 2,PS2,Strategy,Natsume,Indi Software,4.3,0.01,0,,0,0,2007-08-28, +/games/boxart/full_1892415AmericaFrontccc.jpg,D-Day,PC,Strategy,O3 Entertainment,Digital Reality,,0.01,,,0.01,0,2004-12-07, +/games/boxart/full_8064702AmericaFrontccc.jpg,Jagged Alliance: Rage!,XOne,Strategy,THQ Nordic,Cliffhanger Productions,,0.01,0.01,,,0,2018-12-07,2018-09-11 +/games/boxart/full_1841140AmericaFrontccc.jpg,Zoo Tycoon 2: Extinct Animals,PC,Strategy,Microsoft Game Studios,Blue Fang Games,7.6,0.01,0.01,,0,0,2007-10-16, +/games/boxart/full_7038269AmericaFrontccc.jpg,UFO: Extraterrestrials,PC,Strategy,Tri Synergy,Chaos Concept,,0.01,,,0.01,0,2007-05-30, +/games/boxart/full_defenders-of-ardania_894AmericaFront.jpg,Defenders of Ardania,PC,Strategy,Paradox Interactive,Most Wanted Entertainment,,0.01,,,0.01,0,, +/games/boxart/7455689ccc.gif,Steel Horizon,DS,Strategy,Konami,Climax Group,,0.01,0.01,,,0,2007-03-20, +/games/boxart/full_dawn-of-fantasy_23AmericaFront.jpg,Dawn of Fantasy,PC,Strategy,505 Games,Reverie World Studios Inc.,,0.01,0.01,,,0,2011-06-03, +/games/boxart/full_4984160AmericaFrontccc.jpg,Lock's Quest,PS4,Strategy,THQ Nordic,5TH Cell,,0.01,0.01,,,0,2017-05-30,2018-09-11 +/games/boxart/full_4699169AmericaFrontccc.png,Heroes of the Storm,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,0.01,0.01,,0,0,2014-01-01,2019-04-23 +/games/boxart/full_sid-meiers-civilization-v-game-of-the-year-edition_611AmericaFront.jpg,Sid Meier's Civilization V: Game of the Year Edition,PC,Strategy,2K Games,Firaxis Games,,0.01,,,0.01,0,2011-09-26, +/games/boxart/full_7658196AmericaFrontccc.png,End of Nations,PC,Strategy,Trion Worlds,Petroglyph Games,,0.01,0.01,,,0,2012-06-12, +/games/boxart/full_9400817AmericaFrontccc.jpg,Battle Worlds: Kronos,XOne,Strategy,Nordic Games,KING Art Games,,0.01,0.01,,,0,2016-05-10,2018-08-01 +/games/boxart/full_storm-frontline-nation_520AmericaFront.jpg,STORM: Frontline Nation,PC,Strategy,Viva Media,Colossai Studio,7,0.01,,,0.01,0,2011-06-28, +/games/boxart/full_9608261AmericaFrontccc.jpg,Offshore Tycoon,Wii,Strategy,Valcon Games,Cyber Planet,,0.01,0.01,,,0,2009-03-31, +/games/boxart/full_8091655AmericaFrontccc.jpg,Jagged Alliance: Rage!,PS4,Strategy,THQ Nordic,Cliffhanger Productions,,0.01,0.01,,,0,2018-12-07,2018-09-11 +/games/boxart/full_8734924AmericaFrontccc.jpg,Spore Galactic Adventures,PC,Strategy,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2009-06-23, +/games/boxart/full_227079JapanFrontccc.jpg,Daisenryaku: Dai Toua Kouboushi - Tora Tora Tora Ware Kishuu Ni Seikou Seri,PS2,Strategy,System Soft,System Soft,,0.01,,0.01,,,2008-09-25, +/games/boxart/full_7830297AmericaFrontccc.jpg,Emperor: Rise of the Middle Kingdom,PC,Strategy,Sierra Entertainment,BreakAway Games,,0.01,,,0.01,0,2002-09-09, +/games/boxart/full_8936101JapanFrontccc.jpg,Battle Garegga Rev.2016,PS4,Strategy,M2,Arc System Works,,0.01,,0.01,,,2016-12-15,2018-09-20 +/games/boxart/full_tropico-3-gold-edition_797AmericaFront.jpg,Tropico 3: Gold Edition,PC,Strategy,Kalypso,Haemimont Games,,0.01,,,0.01,0,2010-10-01, +/games/boxart/full_the-eye-of-judgment-legends_214PALFront.jpg,The Eye of Judgment: Legends,PSP,Strategy,Sony Computer Entertainment,SCE Japan Studio,,0.01,,0.01,0,0,2010-03-10,2018-09-17 +/games/boxart/full_ishin-no-arashi-shippuu-ryuumeden_5JapanFront.jpg,Ishin no Arashi: Shippuu Ryuumeden,DS,Strategy,Tecmo Koei,Tecmo Koei Games,,0.01,,0.01,,,2010-11-18,2018-07-30 +/games/boxart/full_shutsugeki-otometachi-no-senjou-2-ikusabana-no-kizuna_177JapanFront.jpg,Shutsugeki! Otometachi no Senjou 2: Ikusabana no Kizuna,PSP,Strategy,System Soft,System Soft,,0.01,,0.01,,,2011-06-30, +/games/boxart/full_5109276PALFrontccc.jpg,King's Bounty: Armored Princess,PC,Strategy,1C Company,Katauri Interactive,,0.01,,,0.01,0,2009-11-20, +/games/boxart/full_5858068JapanFrontccc.jpg,Palais de Reine,PS2,Strategy,Interchannel-Holon,Kogado Studio,,0.01,,0.01,,,2007-10-18, +/games/boxart/full_7833238AmericaFrontccc.jpg,Hospital Tycoon,PC,Strategy,Codemasters,Big Red Software,4,0.01,,,0.01,0,2007-06-05, +/games/boxart/full_4370666AmericaFrontccc.jpg,This Is the Police 2,NS,Strategy,THQ Nordic,Weappy Studio,,0.01,0.01,,,0,2018-09-25,2019-03-24 +/games/boxart/full_sengoku-hime-2-arashi-hyakubana-senran-tatsukaze-no-gotoku_642JapanFront.jpg,Sengoku Hime 2 Arashi: Hyakubana Senran Tatsukaze no Gotoku,PSP,Strategy,System Soft,System Soft,,0.01,,0.01,,,2010-12-02, +/games/boxart/full_850199JapanFrontccc.jpg,Musou Tourou,PSP,Strategy,Nippon Ichi Software,FOG (Full On Games),,0.01,,0.01,,,2009-03-19, +/games/boxart/full_8591476JapanFrontccc.jpg,Meru Purana,PS,Strategy,Gust,Gust,,0.01,,0.01,,0,1996-06-21, +/games/boxart/full_akatsuki-no-amaneka-to-aoi-kyojin_220JapanFront.jpg,Akatsuki no Amaneka to Aoi Kyojin,PSP,Strategy,CyberFront,Kogado Software Products,,0.01,,0.01,,,2010-03-11, +/games/boxart/full_4317275PALFrontccc.jpg,Codename: Panzers Complete Collection,PC,Strategy,Nordic Games,Stormregion,,0.01,,,0.01,0,2016-02-29,2018-09-22 +/games/boxart/280622ccc.jpg,Battlestations: Midway,PC,Strategy,Eidos Interactive,Eidos Hungary,7.7,0.01,,,0.01,0,2007-01-30, +/games/boxart/full_4398246PALFrontccc.jpg,Space Hulk,PSV,Strategy,Funbox Media,Electronic Arts,,0.01,,,0.01,0,2015-10-23, +/games/boxart/full_3851898AmericaFrontccc.jpg,Shadow Tactics: Blades of the Shogun,XOne,Strategy,Kalypso Media,Mimimi Productions,,0.01,0.01,,,0,2017-08-01,2018-09-15 +/games/boxart/full_8972405AmericaFrontccc.jpg,Mercenaries Saga Chronicles,NS,Strategy,PM Studios,"Rideon Japan, Inc.",,0.01,0.01,,,0,2018-09-11,2019-03-24 +/games/boxart/full_4821761JapanFrontccc.jpg,Tactics Layer: Ritina Guard Senki,DS,Strategy,D3 Publisher,Ninja Studio,,0.01,,0.01,,,2009-05-28, +/games/boxart/full_simple-2000-series-vol-120-the-saigo-no-nippon-tsuwamono_7JapanFront.jpg,Simple 2000 Series Vol. 120: The Saigo no Nippon Tsuwamono,PS2,Strategy,D3 Publisher,Tamsoft,,0.01,,0.01,,,2007-08-30, +/games/boxart/full_2784353PALFrontccc.jpg,Battle Worlds: Kronos,PC,Strategy,KING Art Games,KING Art Games,,0.01,,,0.01,0,2013-11-04,2018-08-01 +/games/boxart/full_224755AmericaFrontccc.jpg,Builder's Block,PS,Strategy,Jaleco,Taito Corporation,,0.01,0.01,,0,0,2000-07-12, +/games/boxart/full_229051AmericaFrontccc.jpg,BattleForge,PC,Strategy,Electronic Arts,EA Phenomic,,0.01,,,0.01,0,2009-03-24, +/games/boxart/full_200986AmericaFrontccc.jpg,Battle Worlds: Kronos,PS4,Strategy,Nordic Games,KING Art Games,,0.01,0.01,,,0,2016-05-10,2018-08-01 +/games/boxart/full_2403680AmericaFrontccc.jpg,Command & Conquer 4: Tiberian Twilight,PC,Strategy,Electronic Arts,EA Los Angeles,6.6,0.01,,,0.01,0,2010-03-16, +/games/boxart/full_6845661AmericaFrontccc.png,Nobunaga's Ambition: Taishi,NS,Strategy,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2017-11-30,2018-07-30 +/games/boxart/full_4344401JapanFrontccc.jpg,Super Robot Taisen XO,X360,Strategy,Banpresto,Banpresto,,0.01,,0.01,,,2006-11-30, +/games/boxart/full_2707938AmericaFrontccc.jpg,Theatre Of War,PC,Strategy,CDV Software Entertainment,Battlefront,,0.01,,,0.01,0,2008-05-19, +/games/boxart/full_sengoku_318AmericaFront.jpg,Sengoku,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.01,,,0.01,0,2011-09-13, +/games/boxart/full_2700627AmericaFrontccc.jpg,Codename: Panzers Phase Two,PC,Strategy,CDV Software Entertainment,Stormregion,,0.01,,,0.01,0,2005-07-25, +/games/boxart/full_452491JapanFrontccc.jpg,Hakoniwa Company Works,PS4,Strategy,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2017-07-13,2018-09-20 +/games/boxart/full_5938052PALFrontccc.jpg,Blitzkrieg 2 Anthology,PC,Strategy,Ascaron Entertainment,Nival Interactive,,0.01,,,0.01,0,2008-02-22, +/games/boxart/full_5197639PALFrontccc.jpg,Military History: Commander - Europe at War,DS,Strategy,Slitherine Software,Impressionware SRL,,0.01,,,0.01,0,2009-03-20, +/games/boxart/9588415ccc.jpg,Evil Genius,PC,Strategy,VU Games,Elixir Studios,,0.01,,,0.01,0,2004-09-28, +/games/boxart/full_8756738AmericaFrontccc.jpg,Impossible Creatures,PC,Strategy,Microsoft Game Studios,Relic,,0.01,,,0.01,0,2002-12-29,2018-11-14 +/games/boxart/3790825ccc.jpg,Imperium Romanum,PC,Strategy,SouthPeak Interactive,Haemimont Games,,0.01,,,0.01,0,2008-03-11, +/games/boxart/full_7507138JapanFrontccc.jpg,Nobunaga no Yabou DS,DS,Strategy,KOEI,Koei,,0.01,,0.01,,,2006-04-27, +/games/boxart/full_challenge-me-word-puzzles_804AmericaFront.jpg,Challenge Me: Word Puzzles,PC,Puzzle,O-Games,O Games,,0.01,,,0,0,2011-05-03, +/games/boxart/full_7530227PALFrontccc.jpg,Mystic Gateways: The Celestial Quest,PC,Puzzle,Big Fish Games,Black Lime Games,,0.01,,,0,0,2015-03-10,2018-09-22 +/games/boxart/full_take-a-breaks-puzzle-bonanza_225PALFront.jpg,Take A Break's: Puzzle Bonanza,DS,Puzzle,Ubisoft,Ubisoft,,0.01,,,0,0,2010-11-19, +/games/boxart/full_260097JapanFrontccc.jpg,theta,DS,Puzzle,Nintendo,VITEI,,0.01,,0.01,,,2007-09-06, +/games/boxart/full_9575230JapanFrontccc.jpg,Nintama Rantarou: Nintama no Tame no Ninjutsu Training,DS,Puzzle,Russel,Russel,,0.01,,0.01,,,2009-03-26, +/games/boxart/full_4115750AmericaFrontccc.jpg,Matchstick,DS,Puzzle,DreamCatcher Interactive,Ertain,,0.01,0,,0,0,2008-12-22, +/games/boxart/full_4223416AmericaFrontccc.jpg,Gothic Fiction: Dark Saga,PC,Puzzle,Big Fish Games,GSP,,0.01,,,0.01,0,2015-05-08,2018-09-22 +/games/boxart/full_4852451AmericaFrontccc.jpg,Dr. Sudoku,GBA,Puzzle,Mastiff,Success,6.7,0.01,0,,0,0,2006-05-03, +/games/boxart/default.jpg,Chainz Galaxy,DS,Puzzle,Jack of All Games,Jack of All Games,,0.01,,,0,0,, +/games/boxart/full_8341379JapanFrontccc.jpg,bit Generations: Dialhex,GBA,Puzzle,Nintendo,skip Ltd.,7,0.01,,0.01,,0,2006-07-13, +/games/boxart/full_8645785AmericaFrontccc.jpg,Persona 3: Dancing in Moonlight,PSV,Music,Atlus,Atlus,,0.01,,0.01,,,2018-12-04,2018-08-13 +/games/boxart/full_6879215AmericaFrontccc.jpg,Just Dance: Disney Party 2,Wii,Music,Ubisoft,Ubisoft San Francisco,,0.01,,,0.01,0,2015-10-20,2018-04-07 +/games/boxart/full_8076844AmericaFrontccc.jpg,Musynx,NS,Music,PM Studios,PM Studios,7.5,0.01,0.01,,,0,2018-06-19,2018-01-07 +/games/boxart/full_3472919PALFrontccc.jpg,Let's Sing 2019,Wii,Music,Ravenscourt,Ravenscourt,,0.01,,,0.01,0,2018-10-26,2018-12-02 +/games/boxart/full_8005924JapanFrontccc.jpg,Soni Pro,3DS,Music,imageepoch Inc.,imageepoch Inc.,,0.01,,0.01,,,2014-07-31,2019-05-07 +/games/boxart/full_8024252JapanFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,PS4,MMO,Square Enix,Square Enix,,0.01,,0.01,,,2018-07-26,2018-11-06 +/games/boxart/full_896624AmericaFrontccc.jpg,The Elder Scrolls Online: Summerset,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.01,,,0.01,0,2018-05-21,2018-09-15 +/games/boxart/full_8843912AmericaFrontccc.jpg,Final Fantasy XIV Online Complete Edition,PC,MMO,Square Enix,Square Enix,,0.01,,,0.01,0,2017-06-20,2018-07-10 +/games/boxart/full_7466498AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories / Vice City Stories,PS3,Misc,Moss,Unknown,,0.01,,0.01,,,2014-08-28, +/games/boxart/full_5710604JapanFrontccc.jpg,Momotarou Densetsu 16 (PS2 the Best sales),PS2,Misc,Hudson Soft,Hudson Soft,,0.01,,0.01,,,2009-02-05, +/games/boxart/full_5022586JapanFrontccc.jpg,Moeru Mahjong: Moejong!,PSP,Misc,Hudson Entertainment,Hudson Soft,,0.01,,0.01,,,2008-10-23, +/games/boxart/full_simple-2000-series-wii-vol-2-the-party-game_4JapanFront.jpg,Simple 2000 Series Wii Vol. 2: The Party Game,Wii,Misc,D3 Publisher,Tamsoft,,0.01,,0.01,,,2008-08-28, +/games/boxart/full_3533788JapanFrontccc.jpg,Honki de Manabu: LEC de Goukaku - DS Takuchi Tatemono Torihiki Shuninsha,DS,Misc,Square Enix,Square Enix,,0.01,,0.01,,,2009-02-26, +/games/boxart/full_calvin-tuckers-redneck-jamboree_5PALFront.jpg,Calvin Tucker's Redneck Jamboree,PC,Misc,Zoo Games,Humagade,,0.01,,,0,0,2009-07-24, +/games/boxart/full_national-geographic-challenge_656PALFront.jpg,National Geographic Challenge!,PC,Misc,Black Bean Games,Gusto Games,,0.01,,,0,0,2011-04-08, +/games/boxart/full_888256AmericaFrontccc.jpg,RPG Maker MV,PS4,Misc,NIS America,Kadokawa Games,,0.01,,0.01,,,2019-03-01,2018-12-23 +/games/boxart/full_9451494PALFrontccc.jpg,Hello Kitty: Puzzle Party,PSP,Misc,Ubisoft,Dorart,,0.01,,,0,0,2010-02-19, +/games/boxart/full_5691377PALFrontccc.gif,Jacqueline Wilson's Tracy Beaker: The Game,PC,Misc,P2 Games,P2 Games,,0.01,,,0,0,2009-10-16, +/games/boxart/default.jpg,Ima Sugu Oniichan ni Imoto da tte Iitai!,PSV,Misc,Piacci,Unknown,,0.01,,0.01,,,2014-04-24, +/games/boxart/full_6961912AmericaFrontccc.jpg,Sonic Mega Collection Plus,PC,Misc,Sega,Sonic Team,,0.01,,,0.01,0,2007-03-09, +/games/boxart/full_7502683AmericaFrontccc.jpg,Sega 3D Classics Collection,3DS,Misc,Sega,M2,,0.01,,,0.01,0,2016-04-26,2018-04-26 +/games/boxart/full_1694809PALFrontccc.jpg,Buzz! Quiz World,PSP,Misc,Sony Computer Entertainment,Relentless Software,5.9,0.01,,,0,0,2009-12-18, +/games/boxart/full_1040340AmericaFrontccc.jpg,Happy Birthdays,NS,Misc,NIS America,Arc System Works,8.5,0.01,0.01,,,0,2018-06-05,2019-04-07 +/games/boxart/full_thinksmart-kids-8_3AmericaFront.jpg,thinkSMART Kids 8+,DS,Misc,Mentor Interactive,Conspiracy Entertainment,,0.01,0.01,,,0,2010-06-22, +/games/boxart/full_7691556JapanFrontccc.jpg,Slotter Up Mania 11: 2027 vs 2027 II,PS2,Misc,Dorart,Dorart,,0.01,,0.01,,,2009-10-15, +/games/boxart/full_2127206JapanFrontccc.jpg,Kouekizaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai: Kanken Training,3DS,Misc,Rocket Company,Rocket Company,,0.01,,0.01,,,2014-09-25, +/games/boxart/full_once-upon-a-time_6AmericaFront.jpg,Once Upon A Time,Wii,Misc,Storm City Games,Storm City Games,,0.01,0.01,,,0,2010-09-28, +/games/boxart/full_tettelkaiseki-hissyou-pachislot-doujyho-yamasa-ampamp-pioneer_1000JapanFront.jpg,Tettelkaiseki Hissyou Pachislot Doujyho Yamasa & Pioneer,PS,Misc,Hiromi,Hiromi,,0.01,,0.01,,0,1998-11-12, +/games/boxart/full_4242283JapanFrontccc.jpg,Closed Nightmare,PS4,Misc,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-07-19,2018-08-25 +/games/boxart/default.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PSP,Misc,SystemSoft,Unknown,,0.01,,0.01,,,2012-03-29, +/games/boxart/full_4236059JapanFrontccc.jpg,Hidamari Sketch: Doko Demo Sugoroku x 365,DS,Misc,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-02-12, +/games/boxart/full_6012140JapanFrontccc.jpg,Kunio-kun: The World Classics Collection,PS4,Misc,Arc System Works,"Million Co., Ltd.",,0.01,,0.01,,,2018-12-20,2018-12-29 +/games/boxart/default.jpg,Bullet Soul Infinite Burst,X360,Misc,5pb,Unknown,,0.01,,0.01,,,2014-05-29, +/games/boxart/default.jpg,Mahjong * Dream C Club,X360,Misc,D3Publisher,Unknown,,0.01,,0.01,,,2012-03-29, +/games/boxart/default.jpg,Muv-Luv Alternative: Total Eclipse,X360,Misc,5pb,Unknown,,0.01,,0.01,,,2013-05-16, +/games/boxart/full_9178111JapanFrontccc.jpg,"Utatte Touch, Utouchi!!",DS,Misc,Konami,Konami,,0.01,,0.01,,,2010-02-25, +/games/boxart/default.jpg,Koibana Days,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2013-06-20, +/games/boxart/full_6183394JapanFrontccc.jpg,The Idolm@ster Twins,X360,Misc,Namco Bandai,Namco Bandai Games,,0.01,,0.01,,,2009-03-12, +/games/boxart/full_8883538JapanFrontccc.jpg,Zombie Shiki - Eigo Ryoku Sosei Jutsu: English of the Dead,DS,Misc,Sega,Sega,,0.01,,0.01,,,2008-05-29, +/games/boxart/default.jpg,Oretachi ni Tsubasa wa Nai,PSV,Misc,5pb,Unknown,,0.01,,0.01,,,2014-04-10, +/games/boxart/full_65106JapanFrontccc.jpg,Kunio-kun: The World Classics Collection,NS,Misc,Arc System Works,"Million Co., Ltd.",,0.01,,0.01,,,2018-12-20,2018-12-29 +/games/boxart/default.jpg,Earthpedia,3DS,Misc,Gakken,Gakken Kyouiku Shuppan,,0.01,,0.01,,,2012-04-11, +/games/boxart/full_6982985AmericaFrontccc.jpg,RPG Maker MV,NS,Misc,NIS America,Kadokawa Games,,0.01,,0.01,,,2019-03-01,2018-12-23 +/games/boxart/full_214816PALFrontccc.jpg,Deal or No Deal: The Banker is Back!,Wii,Misc,Mindscape,Mindscape,,0.01,,,0.01,0,2008-11-28, +/games/boxart/full_212677JapanFrontccc.jpg,Miracle Tunes! Game de Tune Up! Tabun!,3DS,Misc,FuRyu Corporation,FuRyu,,0.01,,0.01,,,2017-11-09,2017-12-30 +/games/boxart/6043570ccc.jpg,Traxxpad: Portable Studio,PSP,Misc,Eidos Interactive,Definitive Studios,,0.01,0.01,,,0,2007-06-26, +/games/boxart/full_5769140JapanFrontccc.jpg,Uchi no 3 Shimai DS 2: 3 Shimai no Dekake Daisakusen,DS,Misc,Culture Brain,Culture Brain,,0.01,,0.01,,,2009-11-12, +/games/boxart/default.jpg,Quantum Conundrum,PS3,Misc,Square Enix,Unknown,,0.01,,,0.01,0,2012-07-10, +/games/boxart/default.jpg,Chronostacia,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2014-04-24, +/games/boxart/default.jpg,Phantom Breaker,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2013-09-19, +/games/boxart/default.jpg,Hanasaku Manimani,PSP,Misc,5pb,Unknown,,0.01,,0.01,,,2013-11-21, +/games/boxart/full_2493778JapanFrontccc.jpg,Chibi * Devi!,3DS,Misc,Alchemist,Infinity,,0.01,,0.01,,,2012-09-27,2019-05-07 +/games/boxart/default.jpg,Jojo's Bizarre Adventure,PS3,Misc,Capcom,Unknown,,0.01,,,0.01,0,2012-08-21, +/games/boxart/full_9608950JapanFrontccc.jpg,Nodame Cantabile: Dream * Orchestra,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2007-12-27, +/games/boxart/full_6545297JapanFrontccc.jpg,Moe Moe 2-ji Daisenryaku 3,PSV,Misc,System Soft Alpha,Unknown,,0.01,,0.01,,,2017-02-16, +/games/boxart/default.jpg,Battle Robot Soul,PSP,Misc,Namco Bandai Games,Unknown,,0.01,,0.01,,,2013-02-14, +/games/boxart/full_7997168AmericaFrontccc.jpg,Killer 3D Pool,GBA,Misc,"Destination Software, Inc",Gravity-I,,0.01,0.01,,0,0,2005-05-02, +/games/boxart/default.jpg,School Wars: Graduation Front,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-06-27, +/games/boxart/full_2989957JapanFrontccc.jpg,Cube Creator X,NS,Misc,Arc System Works,Arc System Works,,0.01,,0.01,,,2018-04-26,2018-03-29 +/games/boxart/default.jpg,Teenage Mutant Ninja Turtles: Out of the Shadows,X360,Misc,Activision,Unknown,,0.01,,,0.01,0,2013-08-28, +/games/boxart/default.jpg,Hakuoki: Reimeiroku Nagorigusa,PS3,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2012-06-28, +/games/boxart/default.jpg,0-ji no Kane to Cinderella: Halloween Wedding,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-05-23, +/games/boxart/full_1814860JapanFrontccc.jpg,Neo Angelique: Tenshi no Namida,PSV,Misc,Idea Factory,Otomate,,0.01,,0.01,,,2017-12-07,2018-01-07 +/games/boxart/full_3019914JapanFrontccc.jpg,Norimono Oukoku DS: You! Unten Shichai na Yo!,DS,Misc,D3 Publisher,Tamsoft,,0.01,,0.01,,,2008-08-28, +/games/boxart/3110081ccc.jpg,Disney's Little Einsteins,GBA,Misc,Buena Vista,InLight Entertainment,,0.01,0.01,,0,0,2006-09-12, +/games/boxart/default.jpg,Phi Brain: Kizuna no Puzzle,PSP,Misc,Arc System Works,Unknown,,0.01,,0.01,,,2012-05-31, +/games/boxart/full_6523302JapanFrontccc.jpg,Kouekizaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai: Kanken Training 2,3DS,Misc,Imagineer,Imagineer,,0.01,,0.01,,,2017-07-20, +/games/boxart/default.jpg,Anpanman to Touch de Waku Waku Training,DS,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2009-09-03, +/games/boxart/full_anpanman-niki-noki-party_46JapanFront.jpg,Anpanman Niko Niko Party,Wii,Misc,Agatsuma Entertainment,Agatsuma Entertainment,,0.01,,0.01,,,2010-11-25, +/games/boxart/full_8488779PALFrontccc.jpg,Little King's Story,PSV,Misc,Konami Digital Entertainment,Unknown,,0.01,,,0.01,0,2012-10-02, +/games/boxart/default.jpg,Generation of Chaos 6,PSP,Misc,NIS America,Unknown,,0.01,,0.01,,,2013-02-19, +/games/boxart/full_4587895JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 250 Banjin no KanKen Premium - Zenkyuu Zen-Kanji Kanzen Seiha,DS,Misc,IE Institute,IE Institute,,0.01,,0.01,,,2009-04-23, +/games/boxart/full_jissen-pachislot-pachinko-hisshouhou-wii-hokuto-no-ken-sammys-collection_1JapanFront.jpg,Jissen Pachi-Slot Pachinko Hisshouhou! Wii Hokuto no Ken Sammy's Collection,Wii,Misc,Sega,Sammy Studios,,0.01,,0.01,,,2007-05-24, +/games/boxart/default.jpg,Eiyuu * Senki,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2013-09-26, +/games/boxart/default.jpg,Sengoku Hime: Senkou no Taika - Akatsuki no Haryuu,PS3,Misc,SystemSoft Alpha,Unknown,,0.01,,0.01,,,2012-07-19, +/games/boxart/6033803ccc.gif,Clue / Mouse Trap / Perfection / Aggravation,DS,Misc,Unknown,Gravity-I,,0.01,0.01,,,0,2006-08-17, +/games/boxart/full_5145854AmericaFrontccc.jpg,Brain Training for Dummies,PC,Misc,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2008-10-21, +/games/boxart/full_5692773JapanFrontccc.jpg,Romance of the Three Kingdoms 13 with Power-Up Kit,PS3,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2017-02-16, +/games/boxart/default.jpg,Vitamin Z: Graduation,PSP,Misc,D3Publisher,Unknown,,0.01,,0.01,,,2013-01-31, +/games/boxart/full_cheggers-party-quiz_5PALFront.jpg,Chegger's Party Quiz,Wii,Misc,Oxygen Interactive,Oxygen Interactive,,0.01,,,0.01,0,2008-03-19, +/games/boxart/default.jpg,Darkstalkers Resurrection,X360,Misc,Capcom,Unknown,,0.01,,0.01,,,2013-03-13, +/games/boxart/full_9479695JapanFrontccc.jpg,Peach Ball: Senran Kagura,NS,Misc,Marvelous Entertainment,HONEY PARADE GAMES,,0.01,,0.01,,,2018-12-13,2018-12-21 +/games/boxart/default.jpg,Grand Theft Auto Online,PS3,Misc,Take-Two Interactive,Unknown,,0.01,,,0.01,0,2013-10-01, +/games/boxart/default.jpg,Arabians Doubt,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2014-01-30, +/games/boxart/default.jpg,Muv-Luv,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2012-10-25, +/games/boxart/full_97238JapanFrontccc.png,Stranger of Sword City,X360,Misc,Experience Inc.,Unknown,,0.01,,0.01,,,2014-06-05, +/games/boxart/default.jpg,Muv-luv Photonflowers,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2014-04-24, +/games/boxart/default.jpg,Heartful Simulator Pachi-Slot: To Heart 2,PS3,Misc,Aqua Plus,Unknown,,0.01,,0.01,,,2012-10-25, +/games/boxart/default.jpg,Grand Theft Auto: San Andreas,PS3,Misc,Rockstar Games,Unknown,,0.01,,,0.01,0,2012-12-11, +/games/boxart/full_1256098JapanFrontccc.jpg,Gyouretsu no Dekiru Houritsu Soudansho,DS,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_patrician-iv-gold-edition_512PALFront.jpg,Patrician IV: Gold Edition,PC,Misc,Kalypso,Gaming Minds Studios,,0.01,,,0.01,0,2011-08-30, +/games/boxart/default.jpg,Princess Evangile Portable,PSP,Misc,CyberFront,Unknown,,0.01,,0.01,,,2012-04-12, +/games/boxart/default.jpg,Mirai Nikki: 13 Hitome no Nikki Shoyuusha Re-Write,PSP,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2012-04-26, +/games/boxart/default.jpg,Kajiri Kamui Kagura: Akebono no Hikari,PSV,Misc,Views,Unknown,,0.01,,0.01,,,2013-04-25, +/games/boxart/default.jpg,Armen Noir Portable,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2012-04-12, +/games/boxart/default.jpg,Harem Tengoku da to Omottara Yandere Jigoku Datta,PS3,Misc,Nippon Ichi Software,Unknown,,0.01,,0.01,,,2014-04-24, +/games/boxart/full_4378421JapanFrontccc.jpg,Anime Slot Revolution: Pachi-Slot Mobile Suit Gundam II - Ai Senshi Hen,Wii,Misc,Yamasa Entertainment,Yamasa Entertainment,,0.01,,0.01,,,2007-12-27, +/games/boxart/full_2714825JapanFrontccc.jpg,Tetsudou Seminar: Oote Shitetsuhen,DS,Simulation,Taito,Taito Corporation,,0.01,,0.01,,,2009-01-22, +/games/boxart/full_13518AmericaFrontccc.jpg,This Is The Police,XOne,Simulation,THQ Nordic,Weappy Studio,,0.01,0,,,0,2017-03-22,2018-09-15 +/games/boxart/full_3666400AmericaFrontccc.jpg,FirePower for Microsoft Combat Flight Simulator 3,PC,Simulation,GMX Media,Shockwave Productions,,0.01,,,0,0,2004-06-11, +/games/boxart/full_2272803AmericaFrontccc.jpg,Dawn of Discovery: Venice,PC,Simulation,Ubisoft,Blue Byte Software / Related Designs,7,0.01,,,0,0,2010-02-26, +/games/boxart/full_538309JapanFrontccc.jpg,Happy Manager: Shiawase Zhuang no Kanrinin San,PS4,Simulation,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2018-01-11,2018-03-14 +/games/boxart/full_1512553PALFrontccc.jpg,Euro Truck Simulator 2: Scandinavia,PC,Simulation,SCS Software,Excalibur Studios,,0.01,,,0,0,2015-05-08,2018-11-16 +/games/boxart/full_887194PALFrontccc.jpg,Fashion Designer: Style Icon,DS,Simulation,505 Games,Creative Pattern,,0.01,,,0,0,2007-11-09, +/games/boxart/full_4730741AmericaFrontccc.jpg,Farming Simulator 17: Big Bud,PC,Simulation,Maximum Games,Giants Software,,0.01,,,0,0,2017-05-09,2018-09-22 +/games/boxart/default.jpg,DJ Max Technika Tune,PSV,Misc,CyberFront,Unknown,,0.01,,0.01,,,2012-09-27, +/games/boxart/full_1035290JapanFrontccc.jpg,Style Book: Cinnamoroll,DS,Misc,Bandai,Bandai,,0.01,,0.01,,,2006-03-23, +/games/boxart/full_1669017JapanFrontccc.jpg,Metal Gear Solid HD Edition,X360,Misc,Konami Digital Entertainment,Unknown,,0.01,,0.01,,,2011-11-23, +/games/boxart/full_5613576JapanFrontccc.jpg,La Corda d'Oro 2ff,PSV,Misc,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2017-12-21,2018-07-30 +/games/boxart/full_3690115AmericaFrontccc.jpg,Dungeons & Dragons Anthology: The Master Collection,PC,Misc,Atari,Various,,0.01,0.01,,,0,2011-11-15,2019-01-02 +/games/boxart/full_6355342AmericaFrontccc.jpg,Dokapon Journey (JP sales),DS,Misc,Atlus,Sting,,0.01,,0.01,,,2009-04-14, +/games/boxart/full_9563433JapanFrontccc.jpg,Megami Meguri,3DS,Misc,Capcom,Unknown,,0.01,,0.01,,,2016-12-08, +/games/boxart/full_6713192JapanFrontccc.jpg,Winning Post 8 2017,PS3,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2017-03-02, +/games/boxart/default.jpg,Muv-Luv Alternative,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2012-10-25, +/games/boxart/default.jpg,Koi Sentai Love & Peace the P.S.P: Power Zenkai! Special Youso Tenkomori de Portable Ka Daisakusen de Aru!,PSP,Misc,Broccoli,Unknown,,0.01,,0.01,,,2012-08-30, +/games/boxart/full_2439561JapanFrontccc.jpg,Slotter Mania P: Tetsuya Shinjuku vs Ueno,PSP,Misc,Dorart,Dorart,,0.01,,0.01,,,2010-02-18, +/games/boxart/default.jpg,Slotter Mania P: Tetsuya Shinjuku vs Ueno,PSP,Misc,Dorart,Unknown,,0.01,,0.01,,,2010-02-18, +/games/boxart/full_6738828JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: 24 - Twenty-Four,PS2,Misc,Paon,Paon Corporation,,0.01,,0.01,,,2008-10-09, +/games/boxart/default.jpg,Unending Bloody Call,PSP,Misc,Asgard,Unknown,,0.01,,0.01,,,2012-06-28, +/games/boxart/default.jpg,Satomi Hakkenden: Hachi Tamanoki,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2014-02-27, +/games/boxart/default.jpg,Romeo Vs. Juliet,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-08-22, +/games/boxart/default.jpg,Shin Koihime Musou: Otome Taisen * Sangokushi Engi,PS3,Misc,Views,Unknown,,0.01,,0.01,,,2014-02-20, +/games/boxart/full_8566159JapanFrontccc.jpg,Juggler DS,DS,Misc,Commseed,Commseed,,0.01,,0.01,,,2008-11-13, +/games/boxart/full_8007875PALFrontccc.jpg,Who Wants to be a Millionaire: 2nd Edition,DS,Misc,Ubisoft,Route 1 Games,,0.01,,,0.01,0,2008-11-28, +/games/boxart/full_2766482AmericaFrontccc.jpg,Rabbids Invasion: The Interactive TV Show,XOne,Misc,Ubisoft,Ubisoft Paris,,0.01,,,0.01,0,2014-11-18,2019-01-03 +/games/boxart/default.jpg,Tsukigime Ranko's Longest Day,PS3,Misc,Namco Bandai Games,Unknown,,0.01,,,0.01,0,2014-01-16, +/games/boxart/full_5220815AmericaFrontccc.jpg,Smart Boy's Winter Wonderland,DS,Misc,UFO Interactive,Starfish Inc.,,0.01,0.01,,,0,2008-10-28, +/games/boxart/full_6896849JapanFrontccc.jpg,Aiyoku no Eustia,PSV,Misc,Dramatic Create,August,,0.01,,0.01,,,2014-06-26, +/games/boxart/full_9609413PALFrontccc.png,Dragon Ball Z for Kinect,X360,Misc,Namco Bandai Games,Unknown,,0.01,0.01,,0,0,2012-10-09, +/games/boxart/default.jpg,Sakigake!! Otokojuku - Nihon yo Kore ga Otoko Dearu!,PS3,Misc,Namco Bandai Games,Unknown,,0.01,,0.01,,,2014-02-27, +/games/boxart/full_2182018AmericaFrontccc.jpg,Poker for Dummies,PC,Misc,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2008-10-27, +/games/boxart/default.jpg,Akatsuki no Goei Trinity,PSP,Misc,5pb,Unknown,,0.01,,0.01,,,2012-09-20, +/games/boxart/full_3299456AmericaFrontccc.jpg,Deal or No Deal,PC,Misc,Global Star Software,Global Star Software,,0.01,,,0.01,0,2006-11-06, +/games/boxart/full_the-ultimate-battle-of-the-sexes_410AmericaFront.jpg,The Ultimate Battle of the Sexes,Wii,Misc,SVG Distribution,Mastertronic,,0.01,0.01,,0,0,2011-12-27, +/games/boxart/default.jpg,Golden Time: Vivid Memories,PSV,Misc,ASCII Media Works,Unknown,,0.01,,0.01,,,2014-03-27, +/games/boxart/default.jpg,Getsuei Gakuen: kou,PSV,Misc,Arc System Works,Unknown,,0.01,,0.01,,,2013-10-10, +/games/boxart/default.jpg,Heart no Kuni no Alice: Wonderful Twin World,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2014-05-29, +/games/boxart/full_railworks-2-train-simulator_659AmericaFront.jpg,RailWorks 2: Train Simulator,PC,Simulation,RailSimulator.com,RailSimulator.com,,0.01,,,0.01,0,2010-10-18, +/games/boxart/full_9837312AmericaFrontccc.jpg,After Burner: Black Falcon,PSP,Simulation,Sega,Planet Moon Studios,7.4,0.01,0.01,,0,0,2007-03-20, +/games/boxart/full_street-cleaning-simulator_697PALFront.jpg,Street Cleaning Simulator,PC,Simulation,Excalibur Publishing,TML Studios,1.5,0.01,,,0.01,,2011-07-01, +/games/boxart/full_6144275JapanFrontccc.jpg,Jewel Pet: Kawaii Mahou no Fantasy,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2009-04-30, +/games/boxart/full_4329952JapanFrontccc.jpg,Kawaii Koneko DS,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2008-01-24, +/games/boxart/full_the-sims-life-stories_701AmericaFront.jpg,The Sims: Life Stories,PC,Simulation,Electronic Arts,Maxis,,0.01,,,0.01,0,2007-02-06, +/games/boxart/full_6124848JapanFrontccc.jpg,Machi-Ing Maker DS,DS,Simulation,D3 Publisher,"Indi Software Co., Ltd.",,0.01,,0.01,,,2008-07-24, +/games/boxart/full_3376076JapanFrontccc.jpg,Ochaken no Daibouken 2: Yume Ippai no Omocha Hako,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2008-12-18, +/games/boxart/full_9057176PALFrontccc.jpg,Pawly Pets: My Pet Hotel,DS,Simulation,Ubisoft,DTP Young Entertainment,,0.01,,,0.01,0,2007-05-08, +/games/boxart/8552384ccc.gif,Time Ace,DS,Simulation,Konami,Trainwreck Studios,,0.01,0.01,,,0,2007-06-12, +/games/boxart/full_191779AmericaFrontccc.jpg,SimCity 3000 Unlimited,PC,Simulation,Electronic Arts,Maxis,6.9,0.01,0.01,,,0,2000-05-16, +/games/boxart/full_the-sims-2-hampm-fashion-stuff_552AmericaFront.jpg,The Sims 2: H&M Fashion Stuff,PC,Simulation,Electronic Arts,Maxis Software,,0.01,,,0.01,0,2007-06-05, +/games/boxart/full_3487366JapanFrontccc.jpg,Qupu!! Mame Goma!,DS,Simulation,Creative Core,Creative Core,,0.01,,0.01,,,2009-07-16, +/games/boxart/full_9341011JapanFrontccc.jpg,Kirarin * Revolution: Atsumete Change! Kurikira * Code,DS,Simulation,Konami,Konami,,0.01,,0.01,,,2008-12-20, +/games/boxart/full_6562406JapanFrontccc.jpg,MyStylist,PSP,Simulation,Sony Computer Entertainment,Sony Computer Entertainment Japan,,0.01,,0.01,,,2008-02-28,2018-04-20 +/games/boxart/full_2833561PALFrontccc.jpg,Pilot Academy,PSP,Simulation,Rising Star,Kuju Entertainment,,0.01,,,0.01,0,2006-10-26, +/games/boxart/full_2914430AmericaFrontccc.jpg,Rebel Raiders: Operation Nighthawk,Wii,Simulation,XS Games,Kando Games,,0.01,0.01,,,0,2008-09-23, +/games/boxart/full_nursery-mania_8AmericaFront.jpg,Nursery Mania,DS,Simulation,Zoo Games,Collision Studios,,0.01,0.01,,,0,2010-07-06, +/games/boxart/full_9511982JapanFrontccc.jpg,A.C.E.: Another Century's Episode 2 - Special Vocal Version,PS2,Simulation,Banpresto,From Software,,0.01,,0.01,,,2007-11-29, +/games/boxart/6480057ccc.jpg,Blades of Thunder II,DS,Simulation,Summitsoft,CokeM Interactive,,0.01,0.01,,,0,2006-04-18, +/games/boxart/full_171215JapanFrontccc.jpg,Puchi Eva: Evangelion @ Game,DS,Simulation,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-03-20, +/games/boxart/full_1211799AmericaFrontccc.jpg,National Geographic Panda (JP sales),DS,Simulation,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-11-11, +/games/boxart/full_151524AmericaFrontccc.jpg,Help Wanted: 50 Wacky Jobs (jp sales),Wii,Simulation,Hudson Soft,Hudson Soft,,0.01,,0.01,0,,2009-05-12, +/games/boxart/full_8549990AmericaFrontccc.jpg,Plushees,DS,Simulation,Destineer,Big John Games,,0.01,0.01,,,0,2008-04-11, +/games/boxart/full_6320514JapanFrontccc.jpg,The Conveni Portable,PSP,Simulation,Hamster Corporation,Hamster Corporation,,0.01,,0.01,,,2010-07-08, +/games/boxart/full_6132851JapanFrontccc.jpg,Champion Jockey Special,NS,Simulation,Tecmo Koei,Koei Tecmo Games,,0.01,,0.01,,,2017-09-14,2018-07-31 +/games/boxart/full_4460637JapanFrontccc.jpg,Dream C Club Zero,PS3,Simulation,D3Publisher,Tamsoft Corporation,,0.01,,0.01,,,2013-01-17,2019-04-26 +/games/boxart/full_wedding-planner-dream-weddings-guaranteed_122PALFront.jpg,Wedding Planner: Dream Weddings Guaranteed,DS,Simulation,DTP Entertainment,dtp entertainment AG,,0.01,,,0.01,0,2010-12-03, +/games/boxart/full_3692171AmericaFrontccc.jpg,Pony Friends 2,PC,Simulation,Square Enix,Tantalus Interactive,,0.01,,,0.01,0,2010-02-23, +/games/boxart/full_railfan_10JapanFront.jpg,Railfan,PS3,Simulation,Ongakukan,Ongakukan,,0.01,,0.01,,,2006-12-21, +/games/boxart/full_3912820PALFrontccc.jpg,Horse Life 4,3DS,Simulation,Independent Arts Software GmbH,Ravenscourt,,0.01,,,0.01,0,2015-11-13,2019-05-07 +/games/boxart/full_7235745PALFrontccc.jpg,The Train Giant,PC,Simulation,Ascaron Entertainment,UIG Entertainment,,0.01,,,0.01,0,2012-04-06,2019-04-23 +/games/boxart/full_35301PALFrontccc.jpg,Le Tour de France 2017,PC,Simulation,Focus Home Interactive,Cyanide Studio,,0.01,,,0.01,0,2017-06-15,2018-08-12 +/games/boxart/full_9031323AmericaFrontccc.png,Gardening Mama 2: Forest Friends,3DS,Simulation,Majesco Entertainment,Cooking Mama Ltd.,,0.01,,,0.01,0,2014-04-29,2019-01-24 +/games/boxart/full_360198PALFrontccc.png,Farming 2017 - The Simulation,PS4,Simulation,UIG Entertainment,UIG Entertainment,,0.01,,,0.01,0,2016-08-19,2018-04-09 +/games/boxart/full_3952870AmericaFrontccc.jpg,Gal Gun 2,PS4,Simulation,PQube,Inti Creates,,0.01,,0.01,,,2018-04-24,2018-03-04 +/games/boxart/full_6087651AmericaFrontccc.jpg,Nintendogs + Cats Golden Retriever and New Friends,3DS,Simulation,Nintendo,Nintendo EAD,,0.01,,,0.01,0,2011-03-27,2018-07-14 +/games/boxart/full_3387441JapanFrontccc.jpg,Kantan! Tanoshii! Okashi Navi DS,DS,Simulation,KOEI,Paon Corporation,,0.01,,0.01,,,2008-03-13, +/games/boxart/full_7062558AmericaFrontccc.jpg,Monopoly Tycoon,PC,Simulation,Atari,Deep Red Games,,0.01,,,0.01,0,2001-09-24, +/games/boxart/full_3114636AmericaFrontccc.jpg,My Hero: Firefighter,DS,Simulation,Majesco,Game-life / Mad Monkey Studio,,0.01,0,,0,0,2009-11-17, +/games/boxart/full_1782602PALFrontccc.jpg,Cities: Skylines Snowfall,PC,Simulation,Paradox Development,Colossal Order,,0.01,,,0.01,0,2016-02-18,2018-09-22 +/games/boxart/full_4400441PALFrontccc.jpg,Hotel Giant DS,DS,Simulation,Nobilis,Enlight Software,,0.01,,,0.01,0,2008-11-28, +/games/boxart/full_7885286AmericaFrontccc.jpg,Jambo! Safari Animal Rescue,DS,Simulation,Sega,Full Fat,,0.01,0.01,,0,0,2010-01-19, +/games/boxart/full_2296600JapanFrontccc.jpg,Fashionable Puppy: Oshare na Koinu DS,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2007-10-18, +/games/boxart/full_3166935AmericaFrontccc.jpg,Farming Simulator 2014,PSV,Simulation,Focus Home Interactive,Giants Software,,0.01,0.01,,0,0,2014-06-24, +/games/boxart/7987462ccc.jpg,Bus Driver,PC,Simulation,Meridian4,SCS Software,,0.01,,,0.01,,2008-05-30, +/games/boxart/full_7572524JapanFrontccc.jpg,Arcobaleno!,PS2,Simulation,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-05-14, +/games/boxart/full_5309040PALFrontccc.jpg,Discover Europe,PC,Simulation,First Class Simulations,Excalibur Studios,,0.01,,,0.01,0,2016-02-02,2019-04-23 +/games/boxart/full_7672204AmericaFrontccc.jpg,Build-a-lot,DS,Simulation,Mumbo Jumbo,HipSoft,,0.01,0.01,,0,,2008-12-09, +/games/boxart/full_6976142PALFrontccc.jpg,Invizimals: The Resistance,PSV,Simulation,Sony Computer Entertainment,Novarama,,0.01,,,0,0,2015-01-01,2018-04-09 +/games/boxart/1952076ccc.jpg,Dogz Fashion,GBA,Simulation,Ubisoft,MTO,,0.01,0,,0,0,2006-09-19, +/games/boxart/full_hyper-fighters_79AmericaFront.jpg,Hyper Fighters,Wii,Simulation,Zoo Games,Zoo Games,,0.01,0.01,,,0,2011-06-14, +/games/boxart/full_2686PALFrontccc.jpg,Euro Fishing,PC,Simulation,Unknown,Dovetail Games,,0.01,,,0.01,0,2015-11-02,2018-09-22 +/games/boxart/9820351ccc.jpg,IL-2 Sturmovik,PC,Simulation,Ubisoft,1C Maddox Games,,0.01,,,0.01,0,2001-11-18, +/games/boxart/full_3258228PALFrontccc.jpg,Goat Simulator: The Bundle,XOne,Simulation,Koch Media,Coffee Stain Studios,,0.01,,,0.01,0,2016-03-04,2018-09-11 +/games/boxart/full_3213860JapanFrontccc.jpg,Gokuhou!! Mecha Mote Iinchou: Girls Motekawa Box,DS,Simulation,Konami,Konami,,0.01,,0.01,,,2009-07-30, +/games/boxart/full_5551444AmericaFrontccc.jpg,Project Highrise: Architect's Edition,XOne,Simulation,Kalypso Media,SomaSim,,0.01,0.01,,,0,2018-11-13,2019-03-22 +/games/boxart/full_rail-simulator_556AmericaFront.jpg,Rail Simulator,PC,Simulation,Electronic Arts,Kuju Entertainment,,0.01,,,0.01,0,2008-01-16, +/games/boxart/full_8710977PALFrontccc.jpg,Myst,PSP,Adventure,Midway Games,Cyan Worlds,,0.01,,,0.01,0,2006-10-13, +/games/boxart/full_922270AmericaFrontccc.jpg,Flipping Death,NS,Adventure,Rising Star,Zoink Games,7.5,0.01,0.01,,,0,2018-10-16,2019-03-23 +/games/boxart/full_sakura-sakura-haru-urara_1JapanFront.jpg,Sakura Sakura: Haru Urara,PSP,Adventure,GN Software,GN Software,,0.01,,0.01,,,2010-08-26, +/games/boxart/full_3974074PALFrontccc.jpg,Pippa Funnell 2: Farm Adventures,DS,Simulation,Ubisoft,DTP Entertainment,,0.01,,,0.01,0,2007-10-12, +/games/boxart/full_7828424AmericaFrontccc.jpg,Monster Rancher Advance 2,GBA,Simulation,Tecmo,Tecmo / Graphic Research,,0.01,0.01,,0,0,2002-11-17, +/games/boxart/full_digger-simulator_545PALFront.jpg,Digger Simulator,PC,Simulation,Excalibur Publishing Limited,Astragon,,0.01,,,0.01,0,2011-08-19, +/games/boxart/full_1370202JapanFrontccc.jpg,Pet Shop Monogatari DS 2,DS,Simulation,Taito,Taito Corporation,,0.01,,0.01,,,2010-04-01, +/games/boxart/full_6102296JapanFrontccc.jpg,Minna no Conveni,DS,Simulation,Taito,Taito Corporation,,0.01,,0.01,,,2010-02-10, +/games/boxart/full_4900151PALFrontccc.jpg,My Little Baby,DS,Simulation,CDV Software Entertainment,Raylight Studios,,0.01,,,0.01,0,2008-11-21, +/games/boxart/full_shepherds-crossing_7AmericaFront.jpg,Shepherd's Crossing,PSP,Simulation,Graffiti,Success,,0.01,0,0.01,,0,2010-05-11, +/games/boxart/full_1903700JapanFrontccc.jpg,A-Train 3D: City Simulator Neo,3DS,Simulation,ArtDink,ArtDink,,0.01,,0.01,,,2016-12-01,2018-08-06 +/games/boxart/full_1301343JapanFrontccc.jpg,Kawaii Koinu DS 2,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2008-10-09, +/games/boxart/full_4971134JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,PSP,Simulation,Konami,Konami,,0.01,,0.01,,,2006-03-09, +/games/boxart/full_4183615JapanFrontccc.jpg,Neo Atlas 1469,NS,Simulation,Studio Artdink,ArtDink,,0.01,,0.01,,,2018-04-19,2018-01-20 +/games/boxart/full_6107030AmericaFrontccc.jpg,Legoland,PC,Simulation,LEGO Media,Krisalis Software,,0.01,,,0.01,0,1999-04-18,2018-07-11 +/games/boxart/full_rise-of-flight-iron-cross-edition_616AmericaFront.jpg,Rise of Flight: Iron Cross Edition,PC,Simulation,Unknown,777 Studios,,0.01,0.01,,0,0,2010-07-07, +/games/boxart/full_8314146AmericaFrontccc.jpg,LifeSigns: Surgical Unit,DS,Simulation,DreamCatcher Interactive,Spike,,0.01,0.01,,0.01,0,2007-11-06, +/games/boxart/full_8809169AmericaFrontccc.jpg,Ship Simulator 2008,PC,Simulation,Lighthouse Interactive,VSTEP,,0.01,,,0.01,0,2008-01-21, +/games/boxart/full_5981445PALFrontccc.jpg,Farming Simulator 15 Expansion Pack,PC,Simulation,Focus Home Interactive,Giants Software,,0.01,,,0.01,0,2015-10-29,2018-09-22 +/games/boxart/full_9126024AmericaFrontccc.jpg,Shepherd's Crossing 2 DS,DS,Simulation,Graffiti,Success,,0.01,0.01,,,0,2010-04-13, +/games/boxart/full_573978AmericaFrontccc.jpg,Farming Simulator 18,PSV,Simulation,Focus Home Interactive,Giants Software,,0.01,,,0.01,0,2017-06-06,2018-07-03 +/games/boxart/full_6462234AmericaFrontccc.jpg,ScreamRide,XOne,Simulation,Microsoft Studios,Frontier Developments,,0.01,,,0.01,0,2015-03-03,2018-04-24 +/games/boxart/full_8374004JapanFrontccc.jpg,The Conveni DS: Otona no Keiei Ryoku Training,DS,Simulation,Nippon Ichi Software,Hamster Corporation,,0.01,,0.01,,,2008-11-27, +/games/boxart/full_the-sims-2-celebration-stuff_1AmericaFront.jpg,The Sims 2: Celebration Stuff,PC,Simulation,Electronic Arts,Maxis,,0.01,,,0.01,0,2007-04-03, +/games/boxart/full_8492878AmericaFrontccc.jpg,Horsez,GBA,Simulation,Ubisoft,MTO,,0.01,0.01,,0,0,2007-07-02, +/games/boxart/default.jpg,Florist Shop,DS,Simulation,UFO Interactive,Tommo,,0.01,0.01,,,0,2010-09-21, +/games/boxart/full_6578877AmericaFrontccc.jpg,Dangerous Waters,PC,Simulation,Strategy First,Sonalysts Combat Simulations,,0.01,,,0.01,0,2006-01-13, +/games/boxart/full_uta-no-prince-sama-sweet-serenade_916JapanFront.jpg,Uta no * Prince-Sama: Sweet Serenade,PSP,Adventure,Broccoli,Broccoli,,0.01,,0.01,,,2011-02-10, +/games/boxart/full_8628350JapanFrontccc.jpg,New Game! The Challenge Stage!,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-01-26,2018-09-20 +/games/boxart/full_3543577JapanFrontccc.jpg,Hiiro no Kakera: Shin Tamayori Hime Denshou,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-10-01, +/games/boxart/full_iza-shutsujin-koisen_68JapanFront.jpg,"Iza, Shutsujin! Koisen",PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2011-05-26, +/games/boxart/default.jpg,Arabians Lost: The Engagement on Desert,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2012-06-28, +/games/boxart/full_7387013AmericaFrontccc.jpg,Fullmetal Alchemist: Trading Card Game,DS,Misc,Destineer,Magellan Interactive,,0.01,0.01,,,0,2007-10-15, +/games/boxart/full_thinksmart-chess-for-kids_924AmericaFront.jpg,thinkSMART: Chess for Kids,DS,Misc,Mentor Interactive,Mentor Interactive,,0.01,0.01,,,0,2011-09-06, +/games/boxart/default.jpg,Sakura-Sou no Pet na Kanojo,PSV,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2013-02-14, +/games/boxart/full_716016JapanFrontccc.jpg,Nova Usagi no Game de Ryuugaku!? DS,DS,Misc,Konami,Konami,,0.01,,0.01,,,2007-02-27, +/games/boxart/full_6676894AmericaFrontccc.jpg,Petz: Hamsterz Life 2,GBA,Misc,Ubisoft,Jorudan,,0.01,0.01,,0,0,2007-11-13, +/games/boxart/default.jpg,Saint Seiya Omega: Ultimate Cosmo,PSP,Misc,Namco Bandai Games,Unknown,,0.01,,0.01,,,2012-11-29, +/games/boxart/full_791994AmericaFrontccc.jpg,Wordhunters,PS4,Misc,Wired Productions,thumbfood Ltd.,,0.01,0.01,,,0,2018-12-04,2018-09-30 +/games/boxart/full_1663968AmericaFrontccc.jpg,Jam Sessions: Sing and Play Guitar (jp sales),DS,Misc,Ubisoft,Plato,,0.01,,0.01,,,2007-09-11, +/games/boxart/full_2904571JapanFrontccc.jpg,Nakayoshi All-Stars: Mezase Gakuen Idol,DS,Misc,Creative Core,Creative Core,,0.01,,0.01,,,2008-12-18, +/games/boxart/full_1963241AmericaFrontccc.jpg,Smart Kid's Gameclub,DS,Misc,UFO Interactive,Starfish Inc.,,0.01,0.01,,,,2007-11-16, +/games/boxart/7887592ccc.jpg,Ultimate Board Game Collection,PS2,Misc,Valcon Games,Jack of All Games,,0.01,0.01,,0,0,2006-07-11, +/games/boxart/full_7373698JapanFrontccc.jpg,Idol Janshi Suchie-Pai IV,PS2,Misc,Jaleco,Jaleco Entertainment,,0.01,,0.01,,,2007-10-11, +/games/boxart/default.jpg,Natsuzora no Monologue,PSP,Misc,Otomate,Unknown,,0.01,,0.01,,,2013-03-20, +/games/boxart/default.jpg,Dramatical Murder Re:code,PSV,Misc,Nitroplus,Unknown,,0.01,,0.01,,,2014-10-30, +/games/boxart/default.jpg,Shirahana no Ori: Hiiro no Kakera 4 - Shiki no Uta,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2013-09-05, +/games/boxart/full_7422462JapanFrontccc.jpg,Rakushou! Pachi-Slot Sengen 6: Rio 2 Cruising Vanadis,PS2,Misc,Tecmo,Net Corporation,,0.01,,0.01,,,2009-05-14, +/games/boxart/full_5703967AmericaFrontccc.jpg,Dungeons & Dragons: Neverwinter Nights - Complete,PC,Misc,Atari,Various,,0.01,0.01,,,0,2011-11-15,2019-01-02 +/games/boxart/full_3137163JapanFrontccc.jpg,Rakushou! Pachi-Slot Sengen 4,PS2,Misc,Tecmo,Net Corporation,,0.01,,0.01,,,2006-03-23, +/games/boxart/default.jpg,Tsuyo Kiss 3 Portable,PSP,Misc,NetRevo,Unknown,,0.01,,0.01,,,2012-05-31, +/games/boxart/8304059ccc.jpg,Duel Masters: Shadow of the Code,GBA,Misc,Atari,Mistic Software,,0.01,0.01,,0,0,2005-10-18, +/games/boxart/full_5632788JapanFrontccc.jpg,Happy Dance Collection,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-10-23, +/games/boxart/full_9636757JapanFrontccc.jpg,Bakumatsu Rock: Ultra Soul,PSP,Misc,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2014-09-25, +/games/boxart/default.jpg,Daiya no Kuni no Alice: Wonderful Mirror World,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-07-25, +/games/boxart/default.jpg,Nyaruko-San: Nafushigatai Game no You na Mono,PSV,Misc,5pb,Unknown,,0.01,,0.01,,,2013-05-30, +/games/boxart/full_mahjong-taikai-iv_7JapanFront.jpg,Mahjong Taikai IV,PS3,Misc,KOEI,Koei,,0.01,,0.01,,,2006-11-22, +/games/boxart/full_jinsei-game_4JapanFront.jpg,Jinsei Game Q DS: Shouwa no Dekigoto,DS,Misc,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2007-12-27, +/games/boxart/full_4066416JapanFrontccc.jpg,Doraemon Wii: Himitsu Douguou Ketteisen!,Wii,Misc,Sega,Sega,,0.01,,0.01,,,2007-12-06, +/games/boxart/full_1911183JapanFrontccc.jpg,Amnesia Later,PSV,Misc,Idea Factory,Idea Factory,,0.01,,0.01,,,2014-10-16, +/games/boxart/full_4669215JapanFrontccc.jpg,Naxat Soft Reachmania Vol. 1: CR Galaxy Angel,PS2,Misc,Naxat Soft,Naxat Soft,,0.01,,0.01,,,2008-11-27, +/games/boxart/full_1136997AmericaFrontccc.jpg,Dokuro,PSV,Misc,GungHo,Unknown,,0.01,,0.01,,,2012-07-05, +/games/boxart/full_5525445JapanFrontccc.jpg,Jan Sangoku Musou,PS2,Misc,KOEI,Koei,,0.01,,0.01,,,2006-03-23, +/games/boxart/full_1671397JapanFrontccc.jpg,Summer Lesson: Miyamoto Hikari Collection,PS4,Adventure,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2017-05-25,2018-09-20 +/games/boxart/full_6436179JapanFrontccc.jpg,SoulLink Extension,PS2,Adventure,Interchannel,Interchannel,,0.01,,0.01,,,2006-06-29, +/games/boxart/full_8342071AmericaFrontccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,XB,Adventure,Activision,FUN Labs,,0.01,0.01,,0,0,2005-11-01, +/games/boxart/full_1120154JapanFrontccc.jpg,Hana Oboro: Sengoku Denranki,PSV,Adventure,Idea Factory,Unknown,,0.01,,0.01,,,2017-01-19, +/games/boxart/full_2049985JapanFrontccc.jpg,Himawari: Pebble in the Sky Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2010-04-22, +/games/boxart/full_6871753JapanFrontccc.jpg,Katekyoo Hitman Reborn Nerae!? Ring x Bongole Returns,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-08-28, +/games/boxart/full_8283685JapanFrontccc.jpg,Kono Aozora ni Yakusoku o: Tenohira no Rakuen,PSP,Adventure,TGL,TGL,,0.01,,0.01,,,2009-06-25, +/games/boxart/full_6876294JapanFrontccc.jpg,GunParade Orchestra: Ao no Shou,PS2,Adventure,Sony Computer Entertainment,Alfa System,,0.01,,0.01,,,2006-07-20, +/games/boxart/full_3955823JapanFrontccc.jpg,Kenka Bancho Otome: Kanzenmuketsu no My Honey,PSV,Adventure,Spike Chunsoft,Spike Chunsoft,,0.01,,0.01,,,2017-07-27,2018-07-26 +/games/boxart/full_instant-brain_496JapanFront.jpg,Instant Brain,X360,Adventure,Cave,Cave,,0.01,,0.01,,,2011-11-10, +/games/boxart/full_coronation-street-the-mystery-of-the-missing-hotpot-recipe_440PALFront.jpg,Coronation Street: The Mystery of the Missing Hotpot Recipe,PC,Adventure,Avanquest,Avanquest Software,,0.01,,,0.01,0,2011-07-22, +/games/boxart/full_4929405JapanFrontccc.jpg,Sora no Otoshimono: DokiDoki Summer Vacation,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2010-03-25, +/games/boxart/full_7344199JapanFrontccc.jpg,S.Y.K: Shinsetsu Saiyuuki,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-08-20, +/games/boxart/full_wand-of-fortune-mirai-e-no-prologue-portable_605JapanFront.jpg,Wand of Fortune: Mirai e no Prologue Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-12-02, +/games/boxart/full_517108JapanFrontccc.jpg,Secret Game Portable,PSP,Adventure,Yeti,Regista,,0.01,,0.01,,,2010-05-27, +/games/boxart/full_1155371JapanFrontccc.jpg,Sengoku Hime: Senran ni Mau Otometachi,PSP,Adventure,Yeti,Yeti,,0.01,,0.01,,,2009-11-12, +/games/boxart/full_wand-of-fortune-portable_7JapanFront.jpg,Wand of Fortune Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-06-10, +/games/boxart/full_7084205JapanFrontccc.jpg,Kurogane Kaikitan,PSV,Adventure,Minato Station,Minato Station,,0.01,,0.01,,,2015-01-29, +/games/boxart/default.jpg,Sakura-Sou no Pet na Kanojo,PSP,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2013-02-14, +/games/boxart/full_7423828AmericaFrontccc.jpg,Satisfashion,Wii,Misc,Destineer,"eGames, Inc.",,0.01,0.01,,,0,2010-06-08, +/games/boxart/full_4030021JapanFrontccc.jpg,Toro to Morimori,PS3,Misc,Sony Computer Entertainment,SCEI,,0.01,,0.01,,,2009-07-23, +/games/boxart/full_4138078PALFrontccc.jpg,Brain Exercise with Dr. Kawashima,PC,Misc,Namco Bandai,Namco Tales Studio,,0.01,,,0.01,0,2009-05-29, +/games/boxart/default.jpg,Ro-Kyu-Bu! Secret Photo Op,PSV,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2014-03-27, +/games/boxart/full_3470440AmericaFrontccc.jpg,Super Robot Monkey Team: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.01,0.01,,0,0,2005-04-04, +/games/boxart/default.jpg,Bunmei Kaika: Aoiza Ibunroku Saien,PSP,Misc,FuRyu Corporation,Unknown,,0.01,,0.01,,,2012-05-17, +/games/boxart/default.jpg,Bakumatsu Rock,PSP,Misc,Marvelous Entertainment,Unknown,,0.01,,0.01,,,2014-02-27, +/games/boxart/full_5694599JapanFrontccc.jpg,Kikiite Hajimaru: Eigo Kaiwa Training - KikiTore,DS,Misc,Benesse,Benesse,,0.01,,0.01,,,2008-12-04, +/games/boxart/full_6964498AmericaFrontccc.jpg,Doki-Doki Universe,PSV,Misc,Sony Computer Entertainment,HumaNature Studios,,0.01,0,,0.01,0,2013-12-10,2018-09-14 +/games/boxart/default.jpg,Isshoni Gohan. Portable,PSP,Misc,Boost On,Unknown,,0.01,,0.01,,,2013-01-24, +/games/boxart/default.jpg,htoL #NiQ: Hotaru no Nikki,PSV,Misc,NIS America,Unknown,,0.01,,0.01,,,2015-02-24, +/games/boxart/full_7305368JapanFrontccc.jpg,Tamagotchi no Puchi Puchi Omisechi: Ninki no Omise Atsume Maseta,3DS,Misc,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2017-11-16,2017-12-29 +/games/boxart/default.jpg,Ouka Sengoku Portable,PSP,Misc,Alchemist,Unknown,,0.01,,0.01,,,2012-07-05, +/games/boxart/full_2703860JapanFrontccc.jpg,DJ Max Respect,PS4,Misc,Arc System Works,DJMAX Sound Lab Team,,0.01,,0.01,,,2017-09-09,2018-02-21 +/games/boxart/default.jpg,Princess Arthur,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2013-03-28, +/games/boxart/default.jpg,Miyako: Awayuki no Utage,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2012-04-19, +/games/boxart/full_4320470AmericaFrontccc.jpg,Konami Classics Vol. 2,X360,Misc,Konami,Konami,,0.01,0.01,,,0,2009-12-15, +/games/boxart/full_tobidase-kagaku-kun-chikyuu-daitanken-nazo-no-chinkai-seibutsu-ni-idome_493JapanFront.jpg,Tobidase! Kagaku-kun Chikyuu Daitanken! Nazo no Chinkai Seibutsu ni Idome!,DS,Misc,Namco Bandai,Namco Bandai Games,,0.01,,0.01,,,2011-03-03, +/games/boxart/full_games-around-the-world_4AmericaFront.jpg,Games Around the World,DS,Misc,Zoo Games,Zoo Games,,0.01,0.01,,,0,2010-11-05, +/games/boxart/full_4260194JapanFrontccc.jpg,Nodame Cantabile,PS2,Misc,Banpresto,Banpresto,,0.01,,0.01,,,2007-07-19, +/games/boxart/9451089ccc.jpg,Rayman Raving Rabbids,PC,Misc,Ubisoft,Ubisoft Bulgaria,,0.01,,,0.01,0,2006-12-11, +/games/boxart/default.jpg,1/2 Summer +,PSP,Misc,Kaga Create,Unknown,,0.01,,0.01,,,2013-07-18, +/games/boxart/default.jpg,Geten no Hana: Yume Akari,PSP,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2014-02-27, +/games/boxart/6458869ccc.jpg,Diary Girl,DS,Misc,Konami,Konami,,0.01,0.01,,0,0,2008-03-18, +/games/boxart/default.jpg,Abunai: Koi no Sousa Shitsu,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2012-05-31, +/games/boxart/full_magic-encyclopedia-moonlight_46PALFront.jpg,Magic Encyclopedia: Moonlight,DS,Misc,Foreign Media Games,Foreign Media Games,,0.01,,,0.01,0,2010-10-15, +/games/boxart/full_8123384JapanFrontccc.jpg,"Pachi-Slot Teiou: Golgo 13 Las Vegas (JP sales, but wrong system)",PS2,Misc,Media Entertainment,Media Entertainment,,0.01,,0.01,,,2002-05-30, +/games/boxart/full_9336902JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 16: Pachinko Hissatsu Shigotojin III,PS2,Misc,Hackberry,Hack Berry,,0.01,,0.01,,,2010-05-27, +/games/boxart/full_7208452AmericaFrontccc.jpg,50 Classic Games,3DS,Misc,Maximum Family Games,Unknown,,0.01,,,0.01,0,2012-03-27, +/games/boxart/full_1667419AmericaFrontccc.jpg,World Poker Tour,GBA,Misc,2K Sports,Backbone Emeryville,,0.01,0.01,,0,0,2005-10-18, +/games/boxart/default.jpg,The Legend of Heroes VI: Sora no Kiseki the 3rd,PS3,Misc,Falcom Corporation,Unknown,,0.01,,0.01,,,2013-06-27, +/games/boxart/full_8533765JapanFrontccc.jpg,Castle of Shikigami III,X360,Shooter,Arc System Works,Alfa System,,0.01,,0.01,,,2007-12-13, +/games/boxart/full_5991621AmericaFrontccc.jpg,Deadfall Adventures,X360,Shooter,Nordic Games,The Farm 51,,0.01,,,0.01,0,2013-07-01,2019-04-29 +/games/boxart/full_burn-zombie-burn_111PALFront.jpg,Burn Zombie Burn!,PC,Shooter,P2 Games,Doublesix,,0.01,,,0.01,0,2010-08-12, +/games/boxart/full_7111742JapanFrontccc.jpg,Kokuga,3DS,Shooter,G.Rev,G.rev Ltd.,,0.01,,0.01,,,2012-09-27,2019-05-07 +/games/boxart/full_1849078AmericaFrontccc.jpg,Aliens versus Predator,PC,Shooter,Fox Interactive,Rebellion Developments,8.7,0.01,,,0.01,0,1999-04-30, +/games/boxart/full_620631AmericaFrontccc.jpg,Defender,GBA,Shooter,Midway Games,OutLook Entertainment,3.5,0.01,0,,0,0,2002-11-03, +/games/boxart/5074821ccc.jpg,Duke Nukem Advance,GBA,Shooter,Take-Two Interactive,Torus Games,8.5,0.01,0,,0,0,2002-08-12, +/games/boxart/full_3768456PALFrontccc.jpg,Ziggurat,XOne,Shooter,Milkstone Studios,Milkstone Studios,,0.01,,,0.01,0,2015-03-20,2018-09-14 +/games/boxart/4110584ccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,PC,Shooter,Ubisoft,GRIN,,0.01,,,0.01,0,2007-07-17, +/games/boxart/full_3964372JapanFrontccc.jpg,Zero Cho Aniki,PSP,Shooter,GungHo,"extreme Co.,Ltd.",,0.01,,0.01,,,2009-03-19, +/games/boxart/full_6356042JapanFrontccc.jpg,Oretachi no Sabage Portable,PSP,Shooter,Best Media,Best Media,,0.01,,0.01,,,2008-12-25, +/games/boxart/6848047ccc.jpg,Chaos Field,GC,Shooter,O3 Entertainment,MileStone Inc.,,0.01,0.01,,0,0,2005-12-20, +/games/boxart/7889199ccc.gif,World War II Combat: Iwo Jima,XB,Shooter,Groove Games,Direct Action Games,,0.01,0.01,,0,0,2006-07-21, +/games/boxart/full_947211AmericaFrontccc.jpg,Smart Kid's Mega Game Mix,DS,Misc,UFO Interactive,Starfish Inc.,,0.01,0.01,,,0,2009-09-29, +/games/boxart/default.jpg,Nobunaga no Yabou Online: Houou no Shou,PS3,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2012-03-07, +/games/boxart/full_9897361PALFrontccc.jpg,Postman Pat: Special Delivery Service,DS,Misc,GSP,Uacari,,0.01,,,0.01,0,2009-08-07, +/games/boxart/full_5315666JapanFrontccc.jpg,Cosmetic Paradise: Make no Kiseki,DS,Misc,Global A Entertainment,Global A Entertainment,,0.01,,0.01,,,2008-07-10, +/games/boxart/full_2643377AmericaFrontccc.jpg,Ninja Gaiden Sigma 2,PSV,Misc,Tecmo Koei,Unknown,,0.01,,0.01,0,0,2013-02-26, +/games/boxart/full_803545JapanFrontccc.jpg,Simple DS Series Vol. 14: The Jidousha Kyoushuujo DS,DS,Misc,D3 Publisher,Vingt-et-un Systems,,0.01,,0.01,,,2007-05-31, +/games/boxart/default.jpg,Shinobi Koutsutsu,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2014-01-30, +/games/boxart/full_1869192AmericaFrontccc.jpg,Totally Spies! Totally Party,PS2,Misc,Valcon Games,Mad Monkey Studio,,0.01,0.01,,0.01,0,2009-03-10, +/games/boxart/3775447ccc.jpg,Freaky Flyers,GC,Racing,Midway Games,Midway Games,,0.01,0.01,,0,0,2003-08-08, +/games/boxart/7803435ccc.jpg,Rally Championship,GC,Racing,Conspiracy Entertainment,Warthog,,0.01,0.01,,0,0,2003-07-30, +/games/boxart/full_3931251JapanFrontccc.jpg,RalliSport Challenge (JP sales),XB,Racing,Microsoft,Digital Illusions,,0.01,,0.01,,,2002-06-13,2018-09-25 +/games/boxart/3578252ccc.jpg,Grooverider: Slot Car Thunder,GC,Racing,Encore,King of the Jungle,4.5,0.01,0.01,,0,0,2003-09-28, +/games/boxart/full_7545860AmericaFrontccc.jpg,Turbo: Super Stunt Squad,X360,Racing,D3Publisher,Monkey Bar Games,,0.01,,,0.01,0,2013-07-16,2019-05-10 +/games/boxart/full_5791078AmericaFrontccc.jpg,Monster Jam,PC,Racing,Activision,Torus Games,,0.01,0.01,,0,0,2007-11-13, +/games/boxart/9969717ccc.jpg,Powerdrome,XB,Racing,Mud Duck Productions,Argonaut Games,,0.01,0.01,,0,0,2004-06-16, +/games/boxart/full_858226JapanFrontccc.jpg,Dragon Zakura DS,DS,Misc,Electronic Arts,EA Japan Studio,,0.01,,0.01,,,2007-03-08, +/games/boxart/full_8843557PALFrontccc.jpg,DiRT 4,PC,Racing,Deep Silver,Codemasters,9.2,0.01,,,0.01,0,2017-06-06,2018-02-11 +/games/boxart/full_9344308AmericaFrontccc.jpg,Freekstyle,GBA,Racing,DSI Games,Full Fat,7.2,0.01,0.01,,0,0,2003-08-30, +/games/boxart/full_thunder-alley_930AmericaFront.jpg,Thunder Alley,GBA,Racing,XS Games,Pronto Games,,0.01,0.01,,0,0,2004-06-13, +/games/boxart/full_2213332PALFrontccc.jpg,MotoGP 14,PSV,Racing,Namco Bandai Games,Milestone S.r.l.,,0.01,,,0.01,0,2014-11-04,2018-11-03 +/games/boxart/full_smugglers-run_728AmericaFront.jpg,Smuggler's Run,GBA,Racing,"Destination Software, Inc",Rebellion Developments,,0.01,0.01,,0,0,2002-09-25, +/games/boxart/full_8146515PALFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,PC,Racing,Sega,Sumo Digital,,0.01,,,0.01,0,2014-01-01,2018-12-03 +/games/boxart/full_5791776AmericaFrontccc.jpg,Moto Racer Advance,GBA,Racing,Ubisoft,Adeline Software,,0.01,0.01,,0,0,2002-12-05, +/games/boxart/full_825221PALFrontccc.jpg,Colin McRae Rally 04,PC,Racing,Codemasters,Codemasters,,0.01,,,0.01,0,2004-04-02, +/games/boxart/full_wrc-fia-world-rally-championship_7PALFront.jpg,WRC: FIA World Rally Championship,PC,Racing,Unknown,Milestone S.r.l,,0.01,,,0.01,0,, +/games/boxart/9022410ccc.jpg,Super PickUps,Wii,Racing,XS Games,Milestone,,0.01,0.01,,,0,2009-03-17, +/games/boxart/full_9827984AmericaFrontccc.jpg,Road Trip: Shifting Gears,GBA,Racing,Conspiracy Entertainment,Takara,,0.01,0.01,,0,0,2004-04-06, +/games/boxart/3901411ccc.jpg,Grooverider: Slot Car Thunder,XB,Racing,Encore,King of the Jungle,,0.01,0.01,,0,0,2003-09-26, +/games/boxart/2615160ccc.jpg,Rock N' Roll Racing,SNES,Racing,Interplay Productions,Silicon & Synapse,,0.01,,0.01,,0,1993-06-04, +/games/boxart/full_turbo-trainz_944AmericaFront.jpg,Turbo Trainz,Wii,Racing,Unknown,Broken Switch Studios,,0.01,,,0.01,0,2020-12-31, +/games/boxart/4707391ccc.jpg,Furious Karting,XB,Racing,Atari,Babylon Software,,0.01,0.01,,0,0,2003-03-28, +/games/boxart/full_4698784AmericaFrontccc.jpg,Hot Wheels: Stunt Track Challenge / World Race,GBA,Racing,"Destination Software, Inc",Razorback Developments,,0.01,0.01,,0,0,2006-08-30, +/games/boxart/9611791ccc.jpg,TimeShift,PC,Shooter,Sierra Entertainment,Saber Interactive,,0.01,0.01,,0,0,2007-10-30, +/games/boxart/2387973ccc.jpg,Conflict: Denied Ops,PC,Shooter,Eidos Interactive,Pivotal Games,,0.01,,,0.01,0,2008-02-12, +/games/boxart/full_7469708AmericaFrontccc.jpg,Army Men: Air Combat - The Elite Missions,GC,Shooter,3DO,3DO,3.8,0.01,0.01,,0,0,2003-03-25, +/games/boxart/8617273ccc.jpg,Greg Hastings' Tournament Paintball Max'd,PS2,Shooter,Activision,WXP,,0.01,0.01,,0,0,2006-09-26, +/games/boxart/full_2622469AmericaFrontccc.jpg,Mothergunship,XOne,Shooter,Sold Out,Grip Games,,0.01,0.01,,,0,2018-08-24,2018-04-03 +/games/boxart/full_6855505AmericaFrontccc.jpg,The Chronicles of Riddick: Assault on Dark Athena,PC,Shooter,Atari,Starbreeze Studios AB,8,0.01,,,0.01,0,2009-04-07, +/games/boxart/full_borderlands-game-of-the-year-edition_9AmericaFront.jpg,Borderlands: Game of the Year Edition,PS3,Shooter,2K Games,Gearbox Software,,0.01,,,0.01,0,2010-10-12, +/games/boxart/full_8866700AmericaFrontccc.jpg,Command & Conquer Renegade,PC,Shooter,Electronic Arts,Westwood Studios,,0.01,,,0.01,0,2002-02-25, +/games/boxart/8229618ccc.jpg,F.E.A.R. Perseus Mandate,PC,Shooter,Sierra Entertainment,TimeGate,,0.01,0.01,,,0,2007-11-06, +/games/boxart/full_3414476JapanFrontccc.jpg,Mamoru-kun wa Norowarete Shimatta!,X360,Shooter,G.Rev,Gulti,,0.01,,0.01,,,2009-06-25, +/games/boxart/full_3908125AmericaFrontccc.jpg,CT Special Forces 2: Back in the Trenches,GBA,Shooter,Hip Interactive,LSP,7.4,0.01,0.01,,0,0,2004-06-29, +/games/boxart/9059839ccc.jpg,Deus Ex,PC,Shooter,Eidos Interactive,Ion Storm,9.2,0.01,,,0.01,0,2000-06-26, +/games/boxart/full_inversion_460AmericaFront.jpg,Inversion,PC,Shooter,Namco Bandai,Saber Interactive,,0.01,0.01,,0,0,2012-06-30, +/games/boxart/full_4014058JapanFrontccc.jpg,Radirgy Noa Wii,Wii,Shooter,Milestone,MileStone Inc.,,0.01,,0.01,,,2010-02-25, +/games/boxart/default.jpg,Deep Black,PC,Shooter,505 Games,BiArt Studios,,0.01,,,0,0,, +/games/boxart/full_call-of-duty_432AmericaFront.jpg,Call of Duty,PC,Shooter,Activision,Infinity Ward,7,0.01,,,0.01,0,2003-10-29, +/games/boxart/4952239ccc.jpg,Tom Clancy's Splinter Cell,PC,Shooter,Ubisoft,Ubisoft,,0.01,,,0,0,2003-02-19, +/games/boxart/full_1397104AmericaFrontccc.jpg,Call of Juarez,PC,Shooter,Ubisoft,Techland,6.7,0.01,,,0.01,0,2007-06-12, +/games/boxart/full_988107JapanFrontccc.jpg,DoDonPachi Saidaioujou,X360,Shooter,Cave,Cave,,0.01,,0.01,,,2013-05-30,2019-05-09 +/games/boxart/4163564ccc.jpg,Serious Sam II,PC,Shooter,2K Games,Croteam,,0.01,,,0.01,0,2005-10-19, +/games/boxart/669649ccc.jpg,Unreal Tournament 2003,PC,Shooter,Atari,Digital Extremes,9,0.01,,,0.01,0,2002-09-30, +/games/boxart/full_2826278AmericaFrontccc.jpg,Vanark,PS,Shooter,Jaleco,Jaleco,,0.01,0.01,,0.01,0,2000-03-31, +/games/boxart/full_1374521AmericaFrontccc.jpeg,Big Buck Hunter Arcade,NS,Shooter,GameMill Entertainment,Play Mechanix,,0.01,0.01,,,0,2018-10-16,2020-10-02 +/games/boxart/9237247ccc.jpg,Metal Slug Anthology,PS2,Shooter,SNK Playmore,Terminal Reality,,0.01,,0.01,,,2007-03-28, +/games/boxart/full_2529909AmericaFrontccc.jpg,Caladrius,X360,Shooter,Moss,Moss,,0.01,,0.01,,,2013-04-25,2019-05-10 +/games/boxart/full_482581JapanFrontccc.jpg,"Shooting Love, 200X",X360,Shooter,Triangle Service,Triangle Service,,0.01,,0.01,,,2009-02-19, +/games/boxart/6206418ccc.jpg,BlowOut,GC,Shooter,Majesco,Terminal Reality,6.5,0.01,0.01,,0,0,2003-11-26, +/games/boxart/full_6636986AmericaFrontccc.jpg,Sniper Elite III,PC,Shooter,Rebellion Developments,Rebellion Developments,,0.01,,,0.01,0,2014-06-27,2018-09-22 +/games/boxart/2732142ccc.gif,Space Invaders Revolution,DS,Shooter,Mastiff,Taito Corporation,,0.01,0.01,,0,0,2005-09-20, +/games/boxart/full_160557AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter (weekly JP sales),X360,Shooter,Ubisoft,Ubisoft Paris,,0.01,,0.01,,,2006-03-09, +/games/boxart/7946863ccc.jpg,WinBack 2: Project Poseidon,PS2,Shooter,KOEI,Cavia Inc.,,0.01,0.01,,0.01,0,2006-04-25, +/games/boxart/full_1809227AmericaFrontccc.jpg,Turok,PC,Shooter,Touchstone,Propaganda Games,,0.01,,,0.01,0,2008-04-22, +/games/boxart/full_9862574AmericaFrontccc.jpg,Tempest 4000,XOne,Shooter,Atari,Llamasoft,,0.01,0.01,,,0,2018-07-27,2018-05-09 +/games/boxart/full_7621529AmericaFrontccc.jpg,Men in Black II: Alien Escape,GC,Shooter,Infogrames,Melbourne House,,0.01,0.01,,0,0,2003-02-07, +/games/boxart/full_pirate-blast_176AmericaFront.jpg,Pirate Blast,Wii,Shooter,Zoo Games,TBA,,0.01,0.01,,,0,2011-02-15, +/games/boxart/full_9711341AmericaFrontccc.jpg,Wanted: Weapons of Fate,PC,Shooter,Warner Bros. Interactive,GRIN,,0.01,,,0.01,0,2009-03-24, +/games/boxart/full_2970640AmericaFrontccc.jpg,Damnation,PC,Shooter,Codemasters,Blue Omega Entertainment,,0.01,,,0.01,0,2009-05-26, +/games/boxart/full_7461240AmericaFrontccc.jpg,Necrovision,PC,Shooter,1C Company,Farm 51,,0.01,,,0.01,0,2009-05-18, +/games/boxart/full_eschatos_621JapanFront.jpg,Eschatos,X360,Shooter,Qute,Qute Corporation,,0.01,,0.01,,,2011-04-07, +/games/boxart/full_238588AmericaFrontccc.jpg,Gun,PC,Shooter,Activision,Neversoft Entertainment,,0.01,,,0.01,0,2005-11-09, +/games/boxart/full_3952038AmericaFrontccc.jpg,Armored Core: Verdict Day,X360,Shooter,Bandai Namco Games,From Software,,0.01,,0.01,,,2013-09-24,2018-11-16 +/games/boxart/full_bullet-soul-tama-tamashii_159JapanFront.jpg,Bullet Soul,X360,Shooter,5pb,Tachyon Inc.,,0.01,,0.01,,,2016-09-16,2018-12-19 +/games/boxart/full_9443187AmericaFrontccc.jpg,Mothergunship,PS4,Shooter,Sold Out,Grip Games,,0.01,0.01,,,0,2018-08-24,2018-04-03 +/games/boxart/full_dodonpachi-resurrection-black-label_601JapanFront.jpg,DoDonPachi Daifukkatsu: Black Label,X360,Shooter,Cave,Cave,,0.01,,0.01,,,2011-02-03, +/games/boxart/1884551ccc.jpg,Space Raiders,GC,Shooter,Mastiff,Taito Corporation,2.9,0.01,0.01,,0,0,2004-04-19, +/games/boxart/7294732ccc.jpg,Clive Barker's Jericho,PC,Shooter,Codemasters,Mercury Steam / Alchemic Productions,6.4,0.01,,,0.01,0,2007-10-23, +/games/boxart/full_5391853AmericaFrontccc.jpg,Gungrave VR,PS4,Shooter,Xseed Games,IGGYMOB,,0.01,0.01,,,0,2018-12-11,2018-09-22 +/games/boxart/full_breach_593AmericaFront.jpg,Breach,PC,Shooter,Destineer,Atomic Games,6.5,0.01,0.01,,,0,2011-01-26, +/games/boxart/full_1770617AmericaFrontccc.jpg,Ziggurat,PS4,Shooter,Soedesco,Milkstone Studios,,0.01,,,0.01,0,2016-06-21,2018-09-14 +/games/boxart/full_captain-morgane-and-the-golden-turtle_997PALFront.jpg,Captain Morgane and the Golden Turtle,Wii,Adventure,Reef Entertainment,WizarBox,,0.01,,,0.01,0,2012-02-03, +/games/boxart/121058ccc.gif,Wallace & Gromit: Curse of the Were-Rabbit,XB,Adventure,Konami,Frontier Developments,,0.01,0.01,,0,0,2005-09-29, +/games/boxart/full_7749933JapanFrontccc.jpg,Marginal 4: Road to Galaxy,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-05-25, +/games/boxart/full_2379275JapanFrontccc.jpg,Tantei Jinguuji Saburo: Hai to Diamond,PSP,Adventure,Arc System Works,WorkJam,,0.01,,0.01,,,2009-09-17, +/games/boxart/full_7075384AmericaFrontccc.jpg,The Town of Light,XOne,Adventure,THQ Nordic,LKA,,0.01,0.01,,,0,2017-03-24,2018-02-01 +/games/boxart/full_4510784JapanFrontccc.jpg,Duel Love: Koisuru Otome wa Shouri no Megami,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-03-13, +/games/boxart/full_3980573JapanFrontccc.jpg,Aa Megami-samaa,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2007-02-22, +/games/boxart/full_6607605JapanFrontccc.jpg,Tomoyo After: It's a Wonderful Life CS Edition,PS2,Adventure,Prototype,Key,,0.01,,0.01,,,2007-01-25, +/games/boxart/full_fiesta-hyper-girls-party_0JapanFront.jpg,Festa!! Hyper Girls Party,PS2,Adventure,KID,KID Corporation,,0.01,,0.01,,,2006-06-29, +/games/boxart/full_4152810JapanFrontccc.jpg,World Election,PSV,Adventure,Piacci,Piacci,,0.01,,0.01,,,2017-07-20, +/games/boxart/full_5885730JapanFrontccc.jpg,Kiniro no Corda 3,3DS,Adventure,Tecmo Koei,Koei,,0.01,,0.01,,,2015-02-26,2018-08-03 +/games/boxart/full_2060675JapanFrontccc.jpg,Accel World: Kasoku no Chouten,PSP,Adventure,Namco Bandai Games,Bandai Namco Games,,0.01,,0.01,,,2013-01-31,2019-01-13 +/games/boxart/full_8261287JapanFrontccc.jpg,Izumo 2,PS2,Adventure,GN Software,GN Software,,0.01,,0.01,,,2006-04-27, +/games/boxart/full_2598211PALFrontccc.jpg,Curse of the Amsterdam Diamond,DS,Adventure,Easy Interactive,Youda Games,,0.01,,,0.01,0,2012-03-16,2019-05-08 +/games/boxart/full_6233637JapanFrontccc.jpg,PC Engine Best Collention: Ginga Ojousama Densetsu Collection,PSP,Adventure,Hudson Soft,RED Entertainment,,0.01,,0.01,,,2008-07-31, +/games/boxart/full_6001474JapanFrontccc.jpg,Rosario to Vampire: Tanabata no Miss Youkai Gakuen,DS,Adventure,Capcom,Capcom,,0.01,,0.01,,,2008-03-20, +/games/boxart/full_1406424JapanFrontccc.jpg,Binary Star,PSV,Adventure,Idea Factory,Design Factory,,0.01,,0.01,,,2014-09-04, +/games/boxart/full_9625773JapanFrontccc.jpg,Last Escort: Club Katze,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,0.01,,0.01,,,2010-02-18, +/games/boxart/full_tears-to-tiara-kakan-no-daichi-portable_887JapanFront.jpg,Tears to Tiara: Kakan no Daichi Portable,PSP,Adventure,Aquaplus,Aquaplus,,0.01,,0.01,,,2010-11-25, +/games/boxart/full_1749862JapanFrontccc.jpg,Black Wolves Saga: Weiss und Schwarz,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-01-26, +/games/boxart/full_5571263JapanFrontccc.jpg,Tantei Jinguuji Saburo DS: Fuserareta Shinjitsu,DS,Adventure,Arc System Works,WorkJam,,0.01,,0.01,,,2009-03-19, +/games/boxart/full_2512278PALFrontccc.jpg,Ostwind/Windstorm,PC,Adventure,EuroVideo Medien,EuroVideo Medien,,0.01,,,0.01,0,2017-07-27,2018-07-04 +/games/boxart/full_5386582JapanFrontccc.jpg,Dr. Slump & Arale-Chan,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-10-30, +/games/boxart/full_umineko-no-naku-koro-ni-portable-1_993JapanFront.jpg,Umineko no Naku Koro ni Portable 1,PSP,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2011-10-20, +/games/boxart/full_5922129AmericaFrontccc.jpg,Resistance Dual Pack,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,,0.01,,,0.01,0,2011-07-05, +/games/boxart/full_1794652AmericaFrontccc.jpg,Brothers in Arms: Furious 4,X360,Shooter,Ubisoft,Gearbox Software,,0.01,0.01,,,,2012-09-30,2018-07-05 +/games/boxart/full_7606672AmericaFrontccc.jpg,Tempest 4000,PS4,Shooter,Atari,Llamasoft,,0.01,0.01,,,0,2018-07-27,2018-05-09 +/games/boxart/full_zero-no-tsukaima-maigo-no-period-to-ikusen-no-symphony_8JapanFront.jpg,Zero no Tsukaima: Maigo no Period to Ikusen no Symphony,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-06, +/games/boxart/5783187ccc.jpg,Darkened Skye,GC,Adventure,Simon & Schuster Interactive,Boston Animation,,0.01,0.01,,0,0,2002-11-16, +/games/boxart/full_datenshi-no-amai-yuuwaku-x-kaikan-phrase_858JapanFront.jpg,Datenshi no Amai Yuuwaku x Kaikan Phrase,DS,Adventure,FuRyu Corporation,FuRyu Corporation,,0.01,,0.01,,,2010-02-18, +/games/boxart/full_4911535JapanFrontccc.jpg,Bakumatsu Koihana: Shinsengumi DS,DS,Adventure,D3 Publisher,Vridge Inc.,,0.01,,0.01,,,2008-11-27, +/games/boxart/full_kana-imouto_1JapanFront.jpg,Kana: Imouto,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2010-10-07, +/games/boxart/full_6200518JapanFrontccc.jpg,Apollo Justice: Ace Attorney,3DS,Adventure,Capcom,Capcom,,0.01,,0.01,,,2017-11-21,2017-12-30 +/games/boxart/full_2831579JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend Tokubetsu-Hen Portable,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2009-04-09, +/games/boxart/full_209348JapanFrontccc.jpg,Fullmetal Alchemist: Prince of the Dawn,Wii,Adventure,Square Enix,Square Enix,,0.01,,0.01,,,2009-08-13, +/games/boxart/full_h2o-plus_8JapanFront.jpg,H2O+: Footprints in the Sand,PS2,Adventure,Kadokawa Shoten,Regista,,0.01,,0.01,,,2008-04-24, +/games/boxart/full_7070950JapanFrontccc.jpg,Sekirei: Mirai Kara no Okurimono,PS2,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2009-10-29, +/games/boxart/full_ishin-renka-ryouma-gaiden_418JapanFront.jpg,Ishin Renka: Ryouma Gaiden,PSP,Adventure,D3 Publisher,Vridge,,0.01,,0.01,,,2010-11-25, +/games/boxart/full_9420873AmericaFrontccc.jpg,Hakuoki: Stories of the Shinsengumi,PS3,Adventure,Aksys Games,Idea Factory,,0.01,0.01,,,0,2014-05-06,2019-01-02 +/games/boxart/full_4608234JapanFrontccc.jpg,Hanasaku Manimani,PSV,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2014-09-25, +/games/boxart/full_8613510JapanFrontccc.jpg,ef - a fairy tale of the two.,PS2,Adventure,Comfort,minori,,0.01,,0.01,,,2010-04-29, +/games/boxart/full_4742710JapanFrontccc.jpg,FairlyLife: MiracleDays,PSP,Adventure,Piacci,Piacci,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_death-connection-portable_237JapanFront.jpg,Death Connection Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2011-02-03, +/games/boxart/full_8720855JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku 2,PSP,Adventure,System Soft,System Soft,,0.01,,0.01,,,2010-02-04, +/games/boxart/full_9541830JapanFrontccc.jpg,"Kono Oozora ni, Tsubasa o Hirogete: Cruise Sign",PSV,Adventure,5pb,Unknown,,0.01,,0.01,,,2016-03-31, +/games/boxart/full_real-crimes-the-unicorn-killer_285PALFront.jpg,Real Crimes: The Unicorn Killer,DS,Adventure,Unknown,Licensed 4U,,0.01,,,0.01,0,2011-11-30, +/games/boxart/full_7470768JapanFrontccc.jpg,Really? Really! DS,DS,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2009-06-25, +/games/boxart/full_4160283JapanFrontccc.jpg,Touch Detective 3: Does Funghi Dream of Bananas?,3DS,Adventure,Success,Success,,0.01,,0.01,,,2014-05-01,2019-05-07 +/games/boxart/full_5402779JapanFrontccc.jpg,No Fate! Only the Power of Will,X360,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_3890110AmericaFrontccc.jpg,Mystery Legends: Beauty and the Beast,PC,Adventure,Focus Multimedia,Big Fish Games,,0.01,,,0.01,0,2012-03-16,2019-04-23 +/games/boxart/full_hanayaka-kana-ware-ga-ichizoku_174JapanFront.jpg,"Hanayaka Kana, Ware ga Ichizoku",PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-07-01, +/games/boxart/full_1108474JapanFrontccc.jpg,Myself; Yourself,PS2,Adventure,Yeti,Yeti,,0.01,,0.01,,,2007-12-20, +/games/boxart/full_7622521JapanFrontccc.jpg,Starry Sky: Spring Stories,PSV,Adventure,honeybee,Unknown,,0.01,,0.01,,,2016-11-23, +/games/boxart/full_to-heart-portable_746JapanFront.jpg,To Heart Portable,PSP,Adventure,Aquaplus,Aqua Plus,,0.01,,0.01,,,2011-10-27, +/games/boxart/full_3016718JapanFrontccc.jpg,Kono Aozora ni Yakusoku o: Melody of the Sun and Sea,PS2,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2007-05-31, +/games/boxart/full_2390708JapanFrontccc.jpg,Kamaitachi no Yoru 2: Tokubetsu Hen,PSP,Adventure,ChunSoft,ChunSoft,,0.01,,0.01,,,2006-05-25, +/games/boxart/full_4174707JapanFrontccc.jpg,Occultic;Nine,PSV,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-11-09,2018-09-20 +/games/boxart/2542860ccc.jpg,Harry Potter and the Chamber of Secrets,PC,Adventure,Electronic Arts,KnowWonder,,0.01,,,0.01,0,2002-11-14, +/games/boxart/full_5817835JapanFrontccc.jpg,Jake Hunter Detective Story: Prism of Eyes,PS4,Adventure,Arc System Works,Arc System Works,,0.01,,0.01,,,2018-08-09,2018-08-26 +/games/boxart/full_8916305JapanFrontccc.jpg,Soshite Kono Uchuu ni Kirameku Kimi no Shi XXX,PS2,Adventure,Datam Polystar,Datam Polystar,,0.01,,0.01,,,2007-02-22, +/games/boxart/full_4709348JapanFrontccc.jpg,Mystereet,PS2,Adventure,Yeti,Abel Software,,0.01,,0.01,,,2006-05-25, +/games/boxart/full_331867JapanFrontccc.jpg,Nora to Koujo to Noraneko Heart,PSV,Adventure,Harukaze,Harukaze,,0.01,,0.01,,,2017-09-28, +/games/boxart/full_hiiro-no-kakera-shin-tamayori-hime-denshou-portable_1JapanFront.jpg,Hiiro no Kakera: Shin Tamayori Hime Denshou Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-09-30, +/games/boxart/full_1930190PALFrontccc.jpg,Small Town Terrors - Galdor's Bluff,PC,Adventure,GSP,GSP,,0.01,,,0.01,0,2016-05-20,2018-09-22 +/games/boxart/full_6208239JapanFrontccc.jpg,Vitamin Y,DS,Adventure,D3 Publisher,HuneX,,0.01,,0.01,,,2008-10-30, +/games/boxart/full_8558994JapanFrontccc.jpg,Memories Off #5: Togireta Film,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-01-29, +/games/boxart/full_8371312JapanFrontccc.jpg,Lucian Bee's: Resurrection Supernova,PS2,Adventure,5pb,HuneX,,0.01,,0.01,,,2009-07-30, +/games/boxart/full_5998044JapanFrontccc.jpg,Ken ga Kimi: Momoyo Tsuzuri,PSV,Adventure,Rejet,Unknown,,0.01,,0.01,,,2016-12-22, +/games/boxart/full_4364164JapanFrontccc.jpg,Captain Rainbow,Wii,Adventure,Nintendo,skip Ltd.,7,0.01,,0.01,,,2008-08-28, +/games/boxart/full_1733289JapanFrontccc.jpg,Re:Zero - Kara Hajimeru Isekai Seikatsu - Death or Kiss,PS4,Adventure,5pb,MAGES,,0.01,,0.01,,,2017-03-30,2018-09-21 +/games/boxart/full_5247402JapanFrontccc.jpg,Taishou Mebiusline: Teito Bibouroku Hare,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-08-24, +/games/boxart/full_3806032JapanFrontccc.jpg,"Tsumigui: Sen no Noroi, Sen no Inori for V",PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-06-29, +/games/boxart/full_6551058JapanFrontccc.jpg,Tenjin Ranman: Happy GO Lucky!!,PSP,Adventure,Russel,Russel,,0.01,,0.01,,,2010-03-25, +/games/boxart/full_5353440PALFrontccc.jpg,"Element Girl: Love, Fashion and Friends",DS,Adventure,DTP Entertainment,Edios Interactive,,0.01,,,0.01,0,2008-11-14, +/games/boxart/full_6877476JapanFrontccc.jpg,Flowers,PSV,Adventure,Prototype,Prototype,,0.01,,0.01,,,2014-10-09, +/games/boxart/full_6613416JapanFrontccc.jpg,Jake Hunter Detective Story: Prism of Eyes,NS,Adventure,Arc System Works,Arc System Works,,0.01,,0.01,,,2018-08-09,2018-08-26 +/games/boxart/full_junjou-romanchika-koi-no-doki-doki-daisakusen_6JapanFront.jpg,Junjou Romanchika: Koi no Doki Doki Daisakusen,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-27, +/games/boxart/full_7393720JapanFrontccc.jpg,Heart no Kuni no Alice,PS2,Adventure,Prototype,Prototype,,0.01,,0.01,,,2008-09-18, +/games/boxart/full_5569134JapanFrontccc.jpg,Yahari Game Demo Ore no Seishun Love-Kome wa Machigatteiru. & Zoku: Oatome Set,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-10-26,2018-09-21 +/games/boxart/full_7301205AmericaFrontccc.jpg,Alone in the Dark (2008),PC,Adventure,Atari,Eden Studios,,0.01,,,0.01,0,2008-06-23,2018-06-30 +/games/boxart/full_1117745JapanFrontccc.jpg,Vitamin X,PS2,Adventure,D3 Publisher,HuneX,,0.01,,0.01,,,2007-03-29, +/games/boxart/full_1313318JapanFrontccc.jpg,Time Leap,X360,Adventure,Prototype,Prototype,,0.01,,0.01,,,2009-06-25, +/games/boxart/full_5863266JapanFrontccc.jpg,"Shinobi, Koi Utsutsu: Kanmitsu Hana Emaki",PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-09-28, +/games/boxart/full_1707036JapanFrontccc.jpg,Routes PE,PS2,Adventure,Aquaplus,Aquaplus,,0.01,,0.01,,,2007-01-25, +/games/boxart/full_3851083JapanFrontccc.jpg,Uchida Yasuou Mystery: Meitantei Senken Mitsuhiko Series: Fukutoshin Renzoku Satsujin Jiken,DS,Adventure,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2009-02-26, +/games/boxart/full_8109517JapanFrontccc.jpg,Kono Subarashii Sekai ni Shukufuku o! Kono Yokubukai Game ni Shinpan o!,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-09-07,2018-09-20 +/games/boxart/full_3453922PALFrontccc.jpg,Gobliiins 4,PC,Adventure,Kalypso,Societe Pollene,,0.01,,,0.01,0,2009-04-24, +/games/boxart/full_7425663JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd Portable,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2009-06-11, +/games/boxart/full_wand-of-fortune_0JapanFront.jpg,Wand of Fortune,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-06-25, +/games/boxart/full_syk-shinsetsu-saiyuuki-portable_6JapanFront.jpg,S.Y.K: Shinsetsu Saiyuuki Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-07-29, +/games/boxart/full_7189797JapanFrontccc.jpg,Occultic;Nine,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-11-09,2018-09-20 +/games/boxart/full_263381JapanFrontccc.jpeg,Cake-ya San Monogatari: Ooishii Sweets o Tsukurou!,3DS,Adventure,Nippon Columbia,Nippon Columbia,,0.01,,0.01,,,2017-11-09,2017-12-30 +/games/boxart/full_csi-hard-evidence_452AmericaFront.jpg,CSI: Hard Evidence,PC,Adventure,Ubisoft,Telltale Games,,0.01,,,0.01,0,2007-09-25, +/games/boxart/full_928417JapanFrontccc.jpg,Wand of Fortune: Mirai e no Prologue,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_8387069JapanFrontccc.jpg,Heart no Kuni no Alice,PSP,Adventure,Prototype,Prototype,,0.01,,0.01,,,2009-08-20, +/games/boxart/full_8457584JapanFrontccc.jpg,Memories Off,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-05-29, +/games/boxart/full_950495AmericaFrontccc.jpg,Myst IV: Revelation,PC,Adventure,Ubisoft,Ubisoft Montreal,,0.01,0.01,,0,0,2004-09-28, +/games/boxart/full_253238JapanFrontccc.jpg,Hayarigami 3: Keishichou Kaii Jiken File,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2009-08-06, +/games/boxart/full_4373044JapanFrontccc.jpg,Canvas 3: Nanairo no Kiseki,PSP,Adventure,GN Software,HuneX,,0.01,,0.01,,,2010-04-22, +/games/boxart/full_8406775JapanFrontccc.jpg,Mermaid Gothic,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2014-11-20, +/games/boxart/full_asaki-yumemishi_28JapanFront.jpg,"Asaki, Yumemishi",PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2011-04-28, +/games/boxart/full_kamiyo-gakuen-makorouku-kurunugia_5JapanFront.jpg,Kamiyo Gakuen Makorouku Kurunugia,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2008-10-09, +/games/boxart/full_1177918JapanFrontccc.jpg,Satomi Hakkenden: Hamaji Himenoki,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2014-09-25, +/games/boxart/full_6881248JapanFrontccc.jpg,Gakuen Alice: KiraKira * Memory Kiss,PS2,Adventure,Kids Station,Kids Station,,0.01,,0.01,,,2006-06-22, +/games/boxart/full_4992234AmericaFrontccc.jpg,Agatha Christie: Peril at End House,PC,Adventure,DreamCatcher Interactive,Oberon Media,,0.01,,,0.01,0,2009-07-10, +/games/boxart/full_3836645JapanFrontccc.jpg,Scarlett: Nichijou no Kyoukaisen,PS2,Adventure,Kadokawa Shoten,Alchemist,,0.01,,0.01,,,2008-10-30, +/games/boxart/full_2781382JapanFrontccc.jpg,Neo Angelique Special,PSP,Adventure,KOEI,Koei,,0.01,,0.01,,,2008-09-20, +/games/boxart/full_8916128JapanFrontccc.jpg,Real Rode,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2008-12-04, +/games/boxart/full_2279729PALFrontccc.jpg,15 Days,PC,Adventure,DTP Entertainment,House of Tales,,0.01,,,0.01,0,2009-11-20, +/games/boxart/full_5745350JapanFrontccc.jpg,Muv-luv Photonmelodies,PS3,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2014-08-28, +/games/boxart/full_garnet-cradle-portable-kagi-no-himiko_743JapanFront.jpg,Garnet Cradle Portable: Kagi no Himiko,PSP,Adventure,Idea Factory,Otomate,,0.01,,0.01,,,2011-04-07, +/games/boxart/full_3262335JapanFrontccc.jpg,Pia Carrot e Youkoso!! G.P. Gakuen Princess,PS2,Adventure,GN Software,Cocktail Soft,,0.01,,0.01,,,2009-01-22, +/games/boxart/full_6327754JapanFrontccc.jpg,Shirogane no Soleil: Contract to the Future - Mirai e no Keiyaku,PS2,Adventure,Russel,Rusell,,0.01,,0.01,,,2008-10-23, +/games/boxart/full_404330JapanFrontccc.jpg,Hoshizora no Comic Garden,DS,Adventure,D3 Publisher,HuneX,,0.01,,0.01,,,2008-09-11, +/games/boxart/full_3484151JapanFrontccc.jpg,Time Travelers,PSP,Adventure,Level 5,Level 5,,0.01,,0.01,,,2012-07-19,2019-01-02 +/games/boxart/full_6402970JapanFrontccc.jpg,Hatsuyuki Sakura,PSV,Adventure,Entergram,Unknown,,0.01,,0.01,,,2017-03-23, +/games/boxart/full_7448437JapanFrontccc.jpg,Sweet Honey Coming,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2009-09-03, +/games/boxart/full_psychic-detective_1AmericaFront.jpg,Psychic Detective,PS,Adventure,Electronic Arts,Colossal Pictures,,0.01,0.01,,0,0,1995-11-30, +/games/boxart/full_2650945JapanFrontccc.jpg,Sugar + Spice! Anoko no Suteki na Nanimokamo,PS2,Adventure,Alchemist,Chuable Soft,,0.01,,0.01,,,2008-09-25, +/games/boxart/full_kanokon-esuii_5JapanFront.jpg,Kanokon: Esuii,PS2,Adventure,5pb,Genterprise,,0.01,,0.01,,,2008-07-31, +/games/boxart/full_7710096PALFrontccc.jpg,Case Closed: One Truth Prevails,Wii,Adventure,Nobilis,Marvelous Interactive,,0.01,,0.01,,,2009-01-30, +/games/boxart/full_6735282JapanFrontccc.jpg,Wagamama High Spec,PSV,Adventure,iMel,iMel,,0.01,,0.01,,,2017-07-27, +/games/boxart/full_3534285JapanFrontccc.jpg,Naraku no Shiro,PS2,Adventure,Nippon Ichi Software,FOG (Full On Games),,0.01,,0.01,,,2008-03-06, +/games/boxart/full_shinigami-to-shoujo_732JapanFront.jpg,Shinigami to Shoujo,PSP,Adventure,Takuyo,Takuyo,,0.01,,0.01,,,2011-07-28, +/games/boxart/full_9976731JapanFrontccc.jpg,NUGA-CEL!,PS2,Adventure,Idea Factory,Lupinus,,0.01,,0.01,,,2009-07-30, +/games/boxart/full_375606JapanFrontccc.jpg,Utsusemi no Mawari,PSV,Adventure,Matatabi,Matatabi,,0.01,,0.01,,,2017-07-27, +/games/boxart/full_4766017JapanFrontccc.jpg,Love of Renai Koutei of Love!,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-05-25, +/games/boxart/528164ccc.jpg,Legacy of Kain: Defiance,PC,Adventure,Eidos Interactive,Crystal Dynamics,,0.01,,,0.01,0,2003-12-17, +/games/boxart/full_4222157JapanFrontccc.jpg,Tayutama: Kiss on my Deity,X360,Adventure,5pb,Lump of Sugar,,0.01,,0.01,,,2009-11-05, +/games/boxart/full_5139461JapanFrontccc.jpg,Teikoku Kaleido: Kakumei no Rondo,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-09-21, +/games/boxart/full_1554588JapanFrontccc.jpg,Fata Morgana no Kan: Collected Edition,PSV,Adventure,Dramatic Create,Unknown,,0.01,,0.01,,,2017-03-16, +/games/boxart/full_vampire-saga-welcome-to-hell-lock_611PALFront.jpg,Vampire Saga: Welcome to Hell Lock,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0.01,,,0.01,0,2011-07-14,2019-05-03 +/games/boxart/full_2799195JapanFrontccc.jpg,Fortissimo,PSV,Adventure,Otomate Idea Factory,Kadokawa Games,,0.01,,0.01,,,2018-03-08,2018-03-25 +/games/boxart/full_2695606JapanFrontccc.jpg,Fushigi Yuugi: Suzaku Ibun,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2008-05-29, +/games/boxart/full_4646713JapanFrontccc.jpg,Chouchou Jiken Rhapsodic,PSV,Adventure,Idea Factory,RED Entertainment,,0.01,,0.01,,,2017-11-30,2018-01-07 +/games/boxart/full_21332JapanFrontccc.jpg,Edel Blume,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2008-04-24, +/games/boxart/full_3809024AmericaFrontccc.jpg,Sherlock Holmes vs. Jack the Ripper,PC,Adventure,Focus Home Interactive,Frogwares,,0.01,,,0.01,0,2009-05-26, +/games/boxart/full_849513AmericaFrontccc.jpg,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,PC,Adventure,Activision,Gunnar Games,,0.01,,,0.01,0,2009-10-27, +/games/boxart/full_3864559JapanFrontccc.jpg,Arabians Lost: The Engagement on Desert,DS,Adventure,Prototype,QuinRose,,0.01,,0.01,,,2009-09-10, +/games/boxart/full_1563315JapanFrontccc.jpg,Little Anchor,PS2,Adventure,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2009-04-23, +/games/boxart/full_5642477AmericaFrontccc.jpg,Puffins: Island Adventure,DS,Adventure,Majesco,Other Ocean Interactive,,0.01,0.01,,,0,2009-05-26, +/games/boxart/full_6420063JapanFrontccc.jpg,Dear Girl: Stories Hibiki - Hibiki Tokkun Daisakusen!,DS,Adventure,ASCII Media Works,ASCII Media Works,,0.01,,0.01,,,2009-12-17, +/games/boxart/full_7017673JapanFrontccc.jpg,Mitsu x Mitsu Drops: Love x Love Honey Life,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2006-04-06, +/games/boxart/full_5621899JapanFrontccc.jpg,Majin Tantei Nougami Neuro: Neuro to Miko no Bishoku Sanmai,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-06-12, +/games/boxart/full_2630598JapanFrontccc.jpg,Grisaia no Rakuen: Le Eden de la Grisaia,PSP,Adventure,Prototype,Prototype,,0.01,,0.01,,,2014-12-11, +/games/boxart/full_1110860JapanFrontccc.jpg,Urakata Hakuouki: Akatsuki no Shirabe,PSP,Adventure,Idea Factory,ZeroDiv,,0.01,,0.01,,,2014-08-07, +/games/boxart/full_123007JapanFrontccc.jpg,Memories Off 6: T-Wave,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-05-28, +/games/boxart/full_9352062JapanFrontccc.jpg,Side Kicks!,PSV,Adventure,Nippon Ichi Software,Unknown,,0.01,,0.01,,,2017-03-23, +/games/boxart/full_9676929JapanFrontccc.jpg,Bamboo Blade: Sorekara no Chousen,PSP,Adventure,Gadget Soft,Gadget Soft,,0.01,,0.01,,,2009-05-28, +/games/boxart/full_4730580JapanFrontccc.jpg,No Fate! Only the Power of Will,PSP,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_4187489JapanFrontccc.jpg,Memories Off 2nd,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-05-29, +/games/boxart/full_254009JapanFrontccc.jpg,RepKiss,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-04-13,2018-09-21 +/games/boxart/full_1957704JapanFrontccc.jpg,Satomi Hakkenden: Murasame Marunoki,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2015-01-22, +/games/boxart/7757223ccc.jpg,Sea Monsters: A Prehistoric Adventure,DS,Adventure,DSI Games,Atomic Planet Entertainment,,0.01,0.01,,0,0,2008-01-07, +/games/boxart/full_8065603JapanFrontccc.jpg,Yuuzai x Muzai,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2009-05-21, +/games/boxart/full_9913965AmericaFrontccc.jpg,Witch's Wish,DS,Adventure,Natsume,Tryfirst,,0.01,,0.01,,,2010-05-26, +/games/boxart/full_9926604JapanFrontccc.jpg,Memories Off: Sorekara,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-08-14, +/games/boxart/full_hoshizora-planet-one-small-step-for_377JapanFront.jpg,Hoshizora * Planet: One Small Step For...,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2011-03-10, +/games/boxart/full_4736980JapanFrontccc.jpg,Shuumatsu Otome Gensou Alicematic Apocalypse,PS2,Adventure,Russel,Russel,,0.01,,0.01,,,2008-05-29, +/games/boxart/full_dc-girls-symphony-pocket_3JapanFront.jpg,D.C. Girl's Symphony Pocket,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-06-24, +/games/boxart/full_1128043JapanFrontccc.jpg,Days of Memories 3,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2009-05-28, +/games/boxart/full_8786994JapanFrontccc.jpg,Renai 0 Kilometer,PSV,Adventure,Kaga Create,ASa Project,,0.01,,0.01,,,2014-08-28, +/games/boxart/full_3908738JapanFrontccc.jpg,Monobeno: Pure Smile,PSV,Adventure,HuneX,Dramatic Create,,0.01,,0.01,,,2014-09-25, +/games/boxart/full_649673JapanFrontccc.jpg,Momotsuki: Koufuu no Misasagi-Ou,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2009-10-01, +/games/boxart/full_the-tiny-bang-story_151PALFront.jpg,The Tiny Bang Story,PC,Adventure,Unknown,Colibri Games,,0.01,,,0.01,0,2011-04-22, +/games/boxart/full_the-adventures-of-tintin-the-game_611PALFront.jpg,The Adventures of Tintin: The Game,PC,Adventure,Ubisoft,Ubisoft,,0.01,0,,0,0,2011-12-06, +/games/boxart/full_9584818JapanFrontccc.jpg,Akiba's Trip 2+A,PS4,Adventure,Acquire,Acquire,,0.01,,0.01,,,2017-02-02,2018-09-21 +/games/boxart/full_3535685JapanFrontccc.png,Date A Live: Rio Reincarnation HD,PS4,Adventure,Compile Heart,Compile Heart,,0.01,,0.01,,,2017-10-12,2018-01-09 +/games/boxart/full_5189147AmericaFrontccc.jpg,Chronicles of Mystery: The Scorpio Ritual,PC,Adventure,City Interactive,Navarre Corporation,,0.01,,,0.01,0,2008-11-26, +/games/boxart/full_8104960AmericaFrontccc.jpg,Bratz: Forever Diamondz,GBA,Adventure,THQ,Barking Lizards,,0.01,0.01,,0,0,2006-09-18, +/games/boxart/full_secret-files-2-puritas-cordis_520AmericaFront.jpg,Secret Files 2: Puritas Cordis,DS,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.01,,,0.01,0,2009-05-08, +/games/boxart/full_6567693JapanFrontccc.jpg,Harakuju Tantei Gakuen: Steel Wood,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-04-22, +/games/boxart/6574089ccc.jpg,Harry Potter and the Goblet of Fire,PC,Adventure,Electronic Arts,Electronic Arts,6.7,0.01,,,0.01,0,2005-11-08, +/games/boxart/full_4016JapanFrontccc.jpg,Kira * Kira: Rock 'n' Roll Show,PS2,Adventure,Princess Soft,Princess Soft,,0.01,,0.01,,,2009-02-26, +/games/boxart/full_698172JapanFrontccc.jpg,Moujuu-Tachi to Ohimesama: In Blossom,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-09-07, +/games/boxart/full_4007852JapanFrontccc.jpg,Myself; Yourself: Sorezore no Finale,PS2,Adventure,Yeti,Yeti,,0.01,,0.01,,,2009-05-28, +/games/boxart/full_2931975JapanFrontccc.jpg,Karumaruka Circle,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-06-29, +/games/boxart/full_1477899JapanFrontccc.jpg,Ouran Koukou Host Bu DS,DS,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-03-19, +/games/boxart/full_2317918JapanFrontccc.jpg,Rosario to Vampire CAPU 2: Koi to Yume no Kyousoukyoku,PS2,Adventure,Compile Heart,Compile Heart,,0.01,,0.01,,,2009-07-23, +/games/boxart/full_6557344PALFrontccc.jpg,Darkness and Sorrow: 5 Game Pack,PC,Adventure,Focus Multimedia,Focus Multimedia,,0.01,,,0.01,0,2014-09-26,2019-04-23 +/games/boxart/full_1071732AmericaFrontccc.jpg,The City of Lost Children,PS,Adventure,Psygnosis,Psygnosis,4.9,0.01,0,,0,0,1997-05-31, +/games/boxart/full_pirates-of-black-cove_354AmericaFront.jpg,Pirates of Black Cove,PC,Adventure,Paradox Interactive,Nitro Games,5.5,0.01,,,0.01,0,2011-08-02, +/games/boxart/full_2736121JapanFrontccc.jpg,Shinkyouku Soukai Polyphonica: 3&4 Hanashi Kanketsuhen,PS2,Adventure,Prototype,Visual Arts,,0.01,,0.01,,,2007-12-27, +/games/boxart/full_2183802JapanFrontccc.jpg,Rewrite: Harvest Festa!,PSV,Adventure,Prototype,Prototype,,0.01,,0.01,,,2017-05-18, +/games/boxart/full_5564370JapanFrontccc.jpg,Soukai Buccaneers,PSV,Adventure,Unknown,Unknown,,0.01,,0.01,,,2014-07-17, +/games/boxart/full_7750244JapanFrontccc.jpg,Captain Earth: Mind Labyrinth,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2015-02-26, +/games/boxart/full_3374898PALFrontccc.jpg,Beyond the Legend - Mysteries of Olympus,PC,Adventure,GSP,Big Fish Games,,0.01,,,0.01,0,2016-05-20,2018-09-22 +/games/boxart/full_clear-atarashii-kaze-no-fuku-oka-de_1JapanFront.jpg,Clear: Atarashii Kaze no Fuku Oka de,PS2,Adventure,Sweets,Moonstone,,0.01,,0.01,,,2009-02-19, +/games/boxart/full_7659349JapanFrontccc.jpg,Simple DS Series Vol. 47: The Suiri: Shinshou 2009,DS,Adventure,D3 Publisher,Tomcat System,,0.01,,0.01,,,2009-03-05, +/games/boxart/full_3144190JapanFrontccc.jpg,Canvas 3: Tanshoku no Pastel,PS2,Adventure,GN Software,GN Software,,0.01,,0.01,,,2009-09-17, +/games/boxart/full_9587900JapanFrontccc.jpg,DS Dengeki Bunko ADV: Baccano!,DS,Adventure,Media Works,Media Works,,0.01,,0.01,,,2008-02-28, +/games/boxart/full_6671372JapanFrontccc.jpg,NG,PSV,Adventure,Experience Inc.,Experience Inc.,,0.01,,0.01,,,2018-09-13,2019-03-09 +/games/boxart/full_9634952JapanFrontccc.jpg,Timepiece Ensemble,PSV,Adventure,Entergram,Unknown,,0.01,,0.01,,,2017-02-23, +/games/boxart/full_6755652JapanFrontccc.jpg,Memories Off: AfterRain,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-06-25, +/games/boxart/full_7690785JapanFrontccc.jpg,Sakura Note: Imanitsu na Garu Mirai,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2009-11-05, +/games/boxart/full_7679642PALFrontccc.jpg,Heaven's Hope,PC,Adventure,EuroVideo Medien,Mosaic,,0.01,,,0.01,0,2016-02-26,2018-09-22 +/games/boxart/full_2004339JapanFrontccc.jpg,Hoshiiro no Okurimono,PS2,Adventure,Takuyo,Takuyo,,0.01,,0.01,,,2007-11-08, +/games/boxart/full_3528518JapanFrontccc.jpg,Kurayami no Hate de Kimi o Matsu,DS,Adventure,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2009-10-22, +/games/boxart/full_4895836JapanFrontccc.jpg,Final Approach 2: 1st Priority Portable,PSP,Adventure,Princess Soft,Princess Soft,,0.01,,0.01,,,2009-04-30, +/games/boxart/full_2084535PALFrontccc.jpg,Syberia 2,NS,Adventure,Microids,Microids,,0.01,,,0.01,0,2017-11-30,2019-04-06 +/games/boxart/4203990ccc.jpg,Journey to the Center of the Earth,DS,Adventure,THQ,Midway Games,,0.01,0.01,,0,0,2008-06-30, +/games/boxart/full_lost-identities_1PALFront.jpg,Lost Identities,DS,Adventure,SVG Distribution,dtp entertainment AG,,0.01,,,0.01,0,2011-03-29, +/games/boxart/full_5401413JapanFrontccc.jpg,Suigetsu Portable,PSP,Adventure,GN Software,GN Software,,0.01,,0.01,,,2008-10-30, +/games/boxart/full_4601928AmericaFrontccc.jpg,Curse: The Eye of Isis,XB,Adventure,DreamCatcher Interactive,Asylum Entertainment,,0.01,0.01,,0,0,2003-12-08, +/games/boxart/full_hakuouki-3d_56JapanFront.jpg,Hakuouki 3D,3DS,Adventure,Aksys Games,Idea Factory,,0.01,,,0.01,0,2013-09-19, +/games/boxart/full_2951329JapanFrontccc.jpg,Fukakutei Sekai no Tantei Shinshi: Akugyou Futaasa no Jiken File,PS2,Adventure,Abel,Abel Software,,0.01,,0.01,,,2009-01-29, +/games/boxart/full_243066JapanFrontccc.jpg,Simple DS Series Vol. 45: The Misshitsukara no Dasshutsu 2,DS,Adventure,D3 Publisher,Intense,,0.01,,0.01,,,2008-11-27, +/games/boxart/full_3135134AmericaFrontccc.jpg,Dark Parables: The Little Mermaid and the Purple Tide,PC,Adventure,Astragon,Big Fish Games,,0.01,,,0.01,0,2016-03-16,2018-02-21 +/games/boxart/full_2492761JapanFrontccc.jpg,Kurenai no Homura: Sanada Ninpou Chou,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-06-26,2018-08-12 +/games/boxart/full_7660036PALFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,PC,Adventure,Assemble Entertainment,CrazyBunch,,0.01,,,0.01,0,2018-11-07,2018-11-08 +/games/boxart/full_4812737JapanFrontccc.jpg,Shin Hisui no Shizuku: Hiiro no Kakera 2,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-10-01, +/games/boxart/full_2440372JapanFrontccc.jpg,Tsuihou Senkyo,PSV,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2017-04-27,2018-09-21 +/games/boxart/full_4217802PALFrontccc.jpeg,Haunted Hotel: Ancient Curse,PC,Adventure,Big Fish Games,Astragon,,0.01,,,0.01,0,2016-02-10,2018-09-22 +/games/boxart/full_3212903JapanFrontccc.jpg,Yuukyuu no Tierblade: Fragments of Memory,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-10-05, +/games/boxart/full_4686463PALFrontccc.jpg,Horrible Histories: Ruthless Romans,DS,Adventure,Graffiti,Virtual Identity,,0.01,0,,0,0,2010-03-14, +/games/boxart/full_second-novel-kanojo-no-natsu-15-bun-no-kioku_339JapanFront.jpg,"Second Novel: Kanojo no Natsu, 15-Bun no Kioku",PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2010-07-29, +/games/boxart/full_2194920JapanFrontccc.jpg,Hanasaki Work Spring!,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-04-27, +/games/boxart/full_4773362JapanFrontccc.jpg,Desert Kingdom,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-05-27, +/games/boxart/full_8700740JapanFrontccc.jpg,Orfleurs: Koufuku no Hanataba,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-01-16, +/games/boxart/full_survivor_32AmericaFront.png,Survivor,Wii,Adventure,Valcon Games,Mindscape Inc.,,0.01,0.01,,,0,2010-10-19, +/games/boxart/9570577ccc.jpg,Nancy Drew: The Phantom of Venice,PC,Adventure,Her Interactive,Her Interactive,,0.01,0,,,0,2008-07-11, +/games/boxart/full_3124063JapanFrontccc.jpg,Wand of Fortune R2 FD: Kimi ni Sasageru Epilogue,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-10-04,2018-11-17 +/games/boxart/full_1062639JapanFrontccc.jpg,Ever17 〜the out of infinity〜 Premium Edition,PSP,Adventure,CyberFront,KID Corporation,,0.01,,0.01,,,2009-03-12, +/games/boxart/5061589ccc.jpg,Nancy Drew: Secret of the Scarlet Hand,PC,Adventure,DreamCatcher Interactive,Her Interactive,,0.01,0.01,,,0,2002-09-04, +/games/boxart/full_6950685JapanFrontccc.jpg,Under the Moon: Crescent,PS2,Adventure,Dimple Entertainment,Dimple Entertainment,,0.01,,0.01,,,2009-06-25, +/games/boxart/full_5772358JapanFrontccc.jpg,Kamidanomi Shisugite Ore no Mirai ga Yabai.,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-11-22,2017-12-30 +/games/boxart/full_7103161JapanFrontccc.jpg,KLAP!! Kind Love And Punish: Fun Party,PSV,Adventure,Idea Factory,Unknown,,0.01,,0.01,,,2017-03-30, +/games/boxart/full_4181835JapanFrontccc.jpg,Memories Off 6: Next Relation,X360,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-08-27, +/games/boxart/full_5222895JapanFrontccc.jpg,Akai Ito Destiny DS,DS,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2009-03-26, +/games/boxart/full_9671777AmericaFrontccc.jpg,Hidden Expedition: The Crown of Solomon,PC,Adventure,Focus Multimedia,Big Fish Games,,0.01,,,0.01,0,2014-11-19,2019-05-01 +/games/boxart/3760589ccc.jpg,Nancy Drew: Message in a Haunted Mansion,GBA,Adventure,DreamCatcher Interactive,Handheld Games,,0.01,0,,0,0,2001-11-15, +/games/boxart/full_3299468JapanFrontccc.jpg,Tokeijikake no Ley Line: Kagerou ni Samayou Majo,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-04-27, +/games/boxart/full_tori-no-hoshi-aerial-planet_0JapanFront.jpg,Tori no Hoshi: Aerial Planet,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2008-02-28, +/games/boxart/full_dark-fall-3-lost-souls_658PALFront.jpg,Dark Fall 3: Lost Souls,PC,Adventure,The Adventure Company,Darkling Room,,0.01,,,0,0,2010-01-01, +/games/boxart/full_7296910JapanFrontccc.jpg,Hiiro no Kakera Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-10-01, +/games/boxart/default.jpg,Twisted Lands: Insomniac,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0.01,0.01,,,0,2011-10-19,2019-05-03 +/games/boxart/full_4023261AmericaFrontccc.jpg,Enigmatis 3: The Shadow Of Karkhala,PC,Adventure,GSP,Artifex Mundi sp. z o.o.,,0.01,,,0.01,0,2017-06-30,2018-09-22 +/games/boxart/full_3460217JapanFrontccc.jpg,Taishou Yakyuujou: Otome Tatsuno Seishun Nikki,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-10-29, +/games/boxart/full_9923960JapanFrontccc.jpg,Princess Nightmare,PS2,Adventure,Karin Entertainment,Karin Entertainment,,0.01,,0.01,,,2008-04-24, +/games/boxart/full_4851605JapanFrontccc.jpg,Steam Prison: Nanatsu no Bitoku,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-09-26, +/games/boxart/full_9018646AmericaFrontccc.jpg,Scratches,PC,Adventure,Got Game Entertainment,Nucleosys,,0.01,,,0.01,0,2006-03-08, +/games/boxart/full_4499135JapanFrontccc.jpg,Heiligenstadt no Uta,PSV,Adventure,Nippon Cultural Broadcasting eXtend,Nippon Cultural Broadcasting eXtend,,0.01,,0.01,,,2017-09-28, +/games/boxart/full_4338885JapanFrontccc.jpg,PW: Project Witch,PSP,Adventure,GungHo,GungHo Works,,0.01,,0.01,,,2009-07-23, +/games/boxart/full_9869497JapanFrontccc.jpg,Re: Vice[d],PSV,Adventure,Idea Factory,Design Factory,,0.01,,0.01,,,2014-07-24, +/games/boxart/full_3135313JapanFrontccc.jpg,Like Life Every Hour,PSP,Adventure,GN Software,GN Software,,0.01,,0.01,,,2009-10-01, +/games/boxart/full_2091661JapanFrontccc.jpg,Iwaihime: Matsuri,PSV,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2017-09-07,2018-08-01 +/games/boxart/full_5528190JapanFrontccc.jpg,Majin Tantei Nougami Neuro: Battle de Yo!,PS2,Adventure,Compile,Compile Heart,,0.01,,0.01,,,2008-08-28, +/games/boxart/full_6276680JapanFrontccc.jpg,Island,PSV,Adventure,Prototype,Unknown,,0.01,,0.01,,,2017-02-23, +/games/boxart/full_9931624JapanFrontccc.jpg,Memories Off: Omoide ni Kawaru-Kun,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-08-14, +/games/boxart/full_1345175JapanFrontccc.jpg,Moe Moe 2-ji Taisen (Ryoku) * Deluxe,PS2,Adventure,System Soft,System Soft Alpha,,0.01,,0.01,,,2008-11-27, +/games/boxart/full_shonen-kininden-tsumuji_272JapanFront.jpg,Shonen Kininden Tsumuji,DS,Adventure,Electronic Arts,Neuron Age,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_3487786JapanFrontccc.jpg,Akagawa Jirou Mystery: Tsuki no Hikari,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-06, +/games/boxart/full_3485758AmericaFrontccc.jpg,Leisure Suit Larry: Box Office Bust,PC,Adventure,Codemasters,Team17 Software,,0.01,,,0.01,0,2009-03-31, +/games/boxart/full_6706726JapanFrontccc.jpeg,Oretachi no Sekai wa Shimatteiru,PSV,Adventure,RED Entertainment,RED Entertainment,,0.01,,0.01,,,2017-11-09,2017-12-30 +/games/boxart/full_8134540JapanFrontccc.jpg,Majo'ou,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2014-07-31, +/games/boxart/full_3871745AmericaFrontccc.jpg,Jewel Quest 6: The Sapphire Dragon,PC,Adventure,Avanquest Software,Big Fish Games,,0.01,,,0,0,2012-03-23,2019-05-01 +/games/boxart/6205811ccc.gif,The Aly & AJ Adventure,DS,Adventure,"Destination Software, Inc",Frame Studios Interactive,,0.01,0,,,0,2007-10-16, +/games/boxart/full_3133359JapanFrontccc.jpg,Nizu no Senritsu Portable 2: Hi no Kioku,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_5111037JapanFrontccc.jpg,Infinite Loop: Kojjou ga Miseta Yume,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2008-07-24, +/games/boxart/1126355ccc.gif,Nancy Drew: The Deadly Secret of Olde World Park,DS,Adventure,Majesco,Gorilla Systems,,0.01,0,,,0,2007-09-18, +/games/boxart/full_7376175JapanFrontccc.jpg,Tokyo Yamanote Boys for V: Main Disc,PSV,Adventure,Rejet,Rejet,,0.01,,0.01,,,2017-06-22, +/games/boxart/full_2351879JapanFrontccc.jpg,NadePro!! Kisama no Seiyuu Yatte Miro!,PS2,Adventure,GungHo,GungHo Works,,0.01,,0.01,,,2009-10-29, +/games/boxart/full_745946JapanFrontccc.jpg,Monochrome Fighter: Cross Road,PS2,Adventure,5pb,Genterprise,,0.01,,0.01,,,2008-11-27, +/games/boxart/full_3054319JapanFrontccc.jpg,Enkeltbillet,PSP,Adventure,Idea Factory,Otomate,,0.01,,0.01,,,2014-07-31, +/games/boxart/full_243165JapanFrontccc.jpg,Dynamic Chord feat. Apple-Polisher: V Edition,PSV,Adventure,honeybee,honeybee,,0.01,,0.01,,,2018-06-28,2018-08-12 +/games/boxart/full_6732802JapanFrontccc.jpg,Harukanaru Toki no Naka de 4,Wii,Adventure,KOEI,Koei,,0.01,,0.01,,,2008-06-19, +/games/boxart/1971486ccc.jpg,The Spiderwick Chronicles,PC,Adventure,Sierra Entertainment,Stormfront Studios,,0.01,0,,0,0,2008-02-05, +/games/boxart/full_nathalie-brooks-the-treasures-of-the-lost-kingdom_4PALFront.jpg,Natalie Brooks: The Treasures of the Lost Kingdom,DS,Adventure,Foreign Media Games,Foreign Media Games,,0.01,,,0,0,2010-10-08, +/games/boxart/full_2648856JapanFrontccc.jpg,Skip Beat!,PS2,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2009-05-28, +/games/boxart/full_8849677AmericaFrontccc.jpg,GRIP: Combat Racing,PS4,Racing,U&I Entertainment,Caged Element,,0.01,0.01,,,0,2018-11-06,2018-09-11 +/games/boxart/full_8211115PALFrontccc.jpg,SBK09 Superbike World Championship,PS3,Racing,Black Bean Games,Milestone,,0.01,,,0.01,0,2009-05-29, +/games/boxart/full_9344644AmericaFrontccc.jpg,TrackMania Turbo,PC,Racing,Ubisoft,Nadeo,,0.01,,,0.01,0,2016-03-22,2018-05-29 +/games/boxart/full_6139177AmericaFrontccc.jpg,Moto Racer 4,NS,Racing,Maximum Games,Microids,,0.01,0.01,,,0,2018-11-20,2018-10-27 +/games/boxart/full_3865707AmericaFrontccc.jpg,Alfa Romeo Racing Italiano,PS2,Racing,Valcon Games,Milestone,,0.01,0.01,,0.01,0,2006-03-16, +/games/boxart/full_honda-atv-fever_764AmericaFront.jpg,Honda ATV Fever,DS,Racing,Storm City Games,Beyond Reality,,0.01,0.01,,,0,2010-10-07, +/games/boxart/full_2295760AmericaFrontccc.jpg,FlatOut 4: Total Insanity,XOne,Racing,Strategy First,Kylotonn Entertainment,,0.01,0.01,,,0,2017-05-05,2018-09-15 +/games/boxart/full_1685035AmericaFrontccc.png,MXGP 2,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.01,,,0.01,0,2016-04-08,2018-06-19 +/games/boxart/full_3582235AmericaFrontccc.jpg,MotoGP 3: Ultimate Racing Technology,XB,Racing,THQ,Climax Group,,0.01,0.01,,0,0,2005-08-30, +/games/boxart/full_1138096AmericaFrontccc.jpg,V-Rally 4,PS4,Racing,Bigben Interactive,Kylotonn,,0.01,0.01,,,0,2018-09-11,2019-03-22 +/games/boxart/full_4567635AmericaFrontccc.jpg,Moto Racer 4,PS4,Racing,Microids,Microids,,0.01,0.01,,,0,2017-01-24, +/games/boxart/full_8665091JapanFrontccc.jpg,bit Generations: Dotstream,GBA,Racing,Nintendo,skip Ltd.,8,0.01,,0.01,,0,2006-07-13, +/games/boxart/full_9001787PALFrontccc.jpg,Colin McRae Rally 2005 plus,PSP,Racing,Codemasters,Six by Nine,,0.01,,0.01,0,0,2005-09-01, +/games/boxart/full_superstars-v8-next-challenge_363AmericaFront.jpg,Superstars V8 Next Challenge,X360,Racing,Deep Silver,Milestone S.r.l.,,0.01,0,,0.01,0,2011-01-25, +/games/boxart/4173443ccc.jpg,Action Girlz Racing,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.01,0.01,,0,0,2008-01-29, +/games/boxart/full_378961PALFrontccc.jpg,Fast Racing Neo,WiiU,Racing,Shin'en,Shin'en,8.1,0.01,,,0.01,0,2015-12-10,2018-02-01 +/games/boxart/full_9334115AmericaFrontccc.jpg,Mini Desktop Racing,Wii,Racing,Conspiracy Entertainment,DDI,,0.01,0.01,,0,0,2007-11-20, +/games/boxart/full_8711184AmericaFrontccc.jpg,Import Tuner Challenge (JP sales),X360,Racing,Ubisoft,Genki,,0.01,,0.01,,,2006-09-26, +/games/boxart/2778735ccc.jpg,Crusty Demons,XB,Racing,Evolved Games,Climax Group,,0.01,0.01,,0,0,2006-06-27, +/games/boxart/7316717ccc.jpg,Pocket Racers,PSP,Racing,Konami,Blade Interactive,3.8,0.01,0.01,,,0,2006-11-14, +/games/boxart/full_4926815AmericaFrontccc.jpg,Sideswiped,DS,Racing,Majesco,Recom,,0.01,0.01,,,0,2009-10-20, +/games/boxart/full_7984251AmericaFrontccc.jpg,Sébastien Loeb Rally EVO,PC,Racing,Milestone S.r.l,Milestone S.r.l,,0.01,,,0.01,0,2016-01-29,2018-09-13 +/games/boxart/full_7599225PALFrontccc.jpg,MotoGP 15,X360,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.01,,,0.01,0,2015-06-24,2018-04-24 +/games/boxart/full_7293146AmericaFrontccc.jpg,Trailblazers,NS,Racing,Rising Star Games,Supergonk,,0.01,0.01,,,0,2018-04-15,2018-09-22 +/games/boxart/full_8045951PALFrontccc.jpg,F1 2018,PC,Racing,Codemasters,Codemasters Birmingham,,0.01,,,0.01,0,2018-08-24,2018-09-26 +/games/boxart/full_8348324AmericaFrontccc.jpg,Micro Machines V4,PS2,Racing,Codemasters,Supersonic Software,,0.01,0.01,,0,0,2006-06-27, +/games/boxart/full_7763640AmericaFrontccc.jpg,SBK Superbike World Championship,PSP,Racing,Conspiracy Entertainment,Milestone,,0.01,0.01,,0,0,2009-03-17, +/games/boxart/full_4203114AmericaFrontccc.jpg,Karnaaj Rally,GBA,Racing,Jaleco,Paragon 5,7.9,0.01,0.01,,0,0,2003-01-02, +/games/boxart/full_4143104AmericaFrontccc.jpg,Full Auto 2: Battlelines,PSP,Racing,Sega,Deep Fried Entertainment,5.5,0.01,0,,0,0,2007-03-20, +/games/boxart/full_5975509JapanFrontccc.jpg,Yattaman Wii: BikkuriDokkiri Machine de Mou Race da Koron,Wii,Racing,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2008-12-11, +/games/boxart/full_1678207AmericaFrontccc.jpg,ATV Renegades,PS4,Racing,Nighthawk Interactive,Nighthawk Interactive,,0.01,0.01,,,0,2017-04-18,2018-09-14 +/games/boxart/full_4389616AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,PS2,Racing,Activision,Left Field Productions,,0.01,0,,0,0,2008-10-28, +/games/boxart/6254610ccc.jpg,FlatOut: Ultimate Carnage,PC,Racing,Empire Interactive,Bugbear Entertainment,,0.01,,,0.01,0,2008-09-02, +/games/boxart/full_9336503AmericaFrontccc.jpg,All-Star Fruit Racing,NS,Racing,PQube,3DClouds.it,,0.01,0.01,,,0,2018-08-21,2019-03-24 +/games/boxart/full_aladdin-magic-racer_209AmericaFront.jpg,Aladdin Magic Racer,Wii,Racing,Big Ben Interactive,Red Wagon,,0.01,0.01,,,0,2011-12-27, +/games/boxart/9109218ccc.jpg,Juiced 2: Hot Import Nights,PC,Racing,THQ,Juice Games,,0.01,,,0.01,0,2008-03-20, +/games/boxart/full_8388290PALFrontccc.jpg,Superstars V8 Racing,X360,Racing,Black Bean Games,Milestone S.r.l,,0.01,,,0.01,0,2009-06-26, +/games/boxart/full_3827915AmericaFrontccc.jpg,Cars 3: Driven to Win,PS3,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.01,0.01,,,0,2017-06-13,2018-01-14 +/games/boxart/full_5783262AmericaFrontccc.jpg,Sébastien Loeb Rally EVO,XOne,Racing,Square Enix,Milestone S.r.l,,0.01,,,0.01,0,2016-03-22,2018-09-13 +/games/boxart/7423907ccc.jpg,Sega Rally Revo,PC,Racing,Sega,Sega Racing Studio,,0.01,,,0.01,0,2007-11-19, +/games/boxart/full_4755861PALFrontccc.jpg,Ride,X360,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.01,,,0.01,0,2015-06-23,2018-04-24 +/games/boxart/2311930ccc.jpg,Auto Modellista,XB,Racing,Capcom,Capcom,,0.01,0,,0,0,2004-01-20, +/games/boxart/full_naild_8AmericaFront.jpg,nail'd,PC,Racing,Deep Silver,Techland,,0.01,,,0.01,0,2010-11-30, +/games/boxart/full_maximum-racing-rally-racer_426AmericaFront.jpg,Maximum Racing: Rally Racer,Wii,Racing,Unknown,Brain in a Jar,,0.01,0.01,,,0,2011-03-29, +/games/boxart/full_4511467PALFrontccc.jpg,SBK09 Superbike World Championship,X360,Racing,Black Bean Games,Milestone,,0.01,,,0.01,0,2009-05-29, +/games/boxart/full_4469647AmericaFrontccc.jpg,ATV Renegades,XOne,Racing,Nighthawk Interactive,Nighthawk Interactive,,0.01,0,,,0,2017-04-18,2018-09-14 +/games/boxart/4778992ccc.jpg,Spy Hunter: Nowhere To Run,XB,Racing,Midway Games,Terminal Reality,,0.01,0,,0,0,2006-09-05, +/games/boxart/full_4517497JapanFrontccc.jpg,Shinseiki GPX Cyber Formula VS,PSP,Racing,Sunrise Interactive,Sunrise Interactive,,0.01,,0.01,,,2008-07-10, +/games/boxart/full_4691818AmericaFrontccc.jpg,MotoGP 08,PC,Racing,Capcom,MileStone Inc.,,0.01,,,0.01,0,2008-10-28, +/games/boxart/full_maximum-racing-sprint-cars_520AmericaFront.jpg,Maximum Racing: Sprint Cars,Wii,Racing,Unknown,Brain in a Jar,,0.01,0.01,,,0,2011-05-31, +/games/boxart/full_flatout_4AmericaFront.jpg,FlatOut,Wii,Racing,Zoo Games,Team6 Game Studios,,0.01,0.01,,,0,2010-11-09, +/games/boxart/full_5879377JapanFrontccc.jpg,MotorStorm Complete,PS3,Racing,Sony Computer Entertainment,Evolution Studios,,0.01,,0.01,,,2008-05-22, +/games/boxart/full_5565641AmericaFrontccc.jpg,Hello Kitty Kruisers,WiiU,Racing,Bergsala Lightweight,Scarab,,0.01,0.01,,,0,2014-03-21,2018-01-25 +/games/boxart/full_912625PALFrontccc.jpg,WRC 5: FIA World Rally Championship,PC,Racing,Bigben Interactive,Kylotonn Entertainment,,0.01,,,0.01,0,2015-11-24,2018-04-24 +/games/boxart/full_4193473JapanFrontccc.jpg,Mini Yonkyu DS,DS,Racing,Rocket Company,Rocket Company,,0.01,,0.01,,,2009-12-17, +/games/boxart/full_2235276AmericaFrontccc.png,ATV Drift & Tricks,NS,Racing,Microids,Artefacts Studio,,0.01,0.01,,,0,2018-11-22,2018-10-31 +/games/boxart/full_6295137PALFrontccc.jpg,Asphalt: Urban GT 2,PSP,Racing,Unknown,Game Source,,0.01,,,0.01,0,, +/games/boxart/full_6228134AmericaFrontccc.jpg,V-Rally 4,XOne,Racing,Bigben Interactive,Kylotonn,,0.01,0.01,,,0,2018-09-11,2019-03-22 +/games/boxart/full_super-karts_213AmericaFront.jpg,Maximum Racing: Super Karts,Wii,Racing,Unknown,Nordic Games Publishing,,0.01,0.01,,0,0,2011-06-28, +/games/boxart/full_7005272AmericaFrontccc.jpg,Rig Racer 2,Wii,Racing,Bold Games,Data Design Interactive,,0.01,0.01,,,0,2008-01-02, +/games/boxart/full_sega-rally-championship_931AmericaFront.jpg,Sega Rally Championship,GBA,Racing,Sega,Sega,,0.01,0.01,,0,0,2003-03-10, +/games/boxart/9793775ccc.jpg,City Racer,GC,Racing,Ubisoft,Ubisoft,,0.01,0.01,,0,0,2003-04-29, +/games/boxart/full_maximum-racing-super-truck-racer_863AmericaFront.jpg,Maximum Racing: Super Truck Racer,Wii,Racing,Unknown,Brain in a Jar,,0.01,0.01,,,0,2011-05-31, +/games/boxart/full_micro-machines-v4_5AmericaFront.jpg,Micro Machines V4,DS,Racing,Codemasters,Supersonic Software,,0.01,0.01,,0,0,2007-02-20, +/games/boxart/full_7723029AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,X360,Racing,Bigben Interactive,Kylotonn Entertainment,,0.01,,,0.01,0,2015-11-24,2018-04-24 +/games/boxart/1755581ccc.jpg,Aggressive Inline,GBA,Sports,Acclaim Entertainment,Full-Fat,7.3,0.01,0,,0,0,2002-08-27, +/games/boxart/full_summer-challenge-athletics-tournament_745PALFront.jpg,Summer Challenge: Athletics Tournament,PC,Sports,PQube,DTP Entertainment,,0.01,,,0.01,0,2011-09-02, +/games/boxart/full_1132076AmericaFrontccc.jpg,Top Spin 2,GBA,Sports,2K Sports,Indie Built,6.6,0.01,0,,0,0,2006-03-29, +/games/boxart/full_7813610AmericaFrontccc.jpg,Kidz Sports: Ice Hockey,Wii,Sports,Bold Games,Data Design Interactive,,0.01,0,,0,0,2008-01-14, +/games/boxart/full_8353898PALFrontccc.jpg,Brian Lara 2007 Pressure Play,PSP,Sports,Codemasters,Codemasters,,0.01,,,0,0,2007-08-31, +/games/boxart/full_8527363PALFrontccc.jpg,Fantastic Football Fan Party,Wii,Sports,DTP Entertainment,DTP Entertainment,,0.01,,,0,0,2010-06-04, +/games/boxart/full_8081741AmericaFrontccc.jpg,NBA 2K10,PC,Sports,2K Sports,Visual Concepts,,0.01,,,0.01,0,2009-10-12, +/games/boxart/8799266ccc.jpg,AMF Xtreme Bowling,XB,Sports,Bethesda Softworks,Mud Duck Productions,,0.01,0.01,,0,0,2006-06-28, +/games/boxart/full_professional-fishermans-tour-big-bass-open_447JapanFront.jpg,Professional Fisherman's Tour: Big Bass Open,3DS,Sports,UFO Interactive,Starfish SD,,0.01,0.01,,,0,2011-10-11, +/games/boxart/full_8034490PALFrontccc.jpg,Championship Manager 2007,X360,Sports,Eidos Interactive,Beautiful Game Studios,,0.01,,,0.01,0,2007-03-30, +/games/boxart/full_9509323PALFrontccc.jpg,PDC World Championship Darts 2008,X360,Sports,Unknown,Mere Mortals,,0.01,,,0.01,0,, +/games/boxart/full_95865PALFrontccc.jpg,Handball 16,X360,Sports,Bigben Interactive,EKO Software,,0.01,,,0.01,0,2015-11-27,2018-04-24 +/games/boxart/full_9114894JapanFrontccc.jpg,Pro Golfer Saru,Wii,Sports,Namco Bandai,Eighting,,0.01,,0.01,,,2008-10-23, +/games/boxart/full_3051546AmericaFrontccc.jpg,Madden NFL 08,PC,Sports,EA Sports,EA Tiburon,,0.01,,,0.01,0,2007-08-14, +/games/boxart/full_4114936JapanFrontccc.jpg,Koukou Yakyuu Dou DS,DS,Sports,Spike,Spike,,0.01,,0.01,,,2009-07-23, +/games/boxart/5140640ccc.jpg,Beijing 2008,PC,Sports,Sega,Eurocom Entertainment Sofftware,,0.01,,,0.01,0,2008-08-04, +/games/boxart/full_6828677AmericaFrontccc.jpg,Blood Bowl,PSP,Sports,Focus Home Interactive,Cyanide Studio,5,0.01,,,0.01,0,2010-04-13, +/games/boxart/full_6673059JapanFrontccc.jpg,Derby Time Online,PS3,Sports,Sony Computer Entertainment,SCE Japan Studio,,0.01,,0.01,,,2008-11-13, +/games/boxart/full_4977714AmericaFrontccc.jpg,Kidz Sports: Basketball,Wii,Sports,Bold Games,Data Design Interactive,,0.01,0.01,,,0,2008-01-14, +/games/boxart/full_7660277JapanFrontccc.jpg,G1 Jockey 4 2008,PS2,Sports,KOEI,Koei/Inis,,0.01,,0.01,,,2008-09-18, +/games/boxart/2982850ccc.jpg,Disney Sports Basketball,GC,Sports,Konami,Konami,4,0.01,0.01,,0,0,2003-01-13, +/games/boxart/full_603557JapanFrontccc.jpg,Kodawari Saihai Simulation: Ocha no Ma Pro Yakyuu DS,DS,Sports,Now Production,Now Production,,0.01,,0.01,,,2009-06-04, +/games/boxart/full_6885524AmericaFrontccc.jpg,Kidz Sports International Soccer,Wii,Sports,Bold Games,DDI,,0.01,0.01,,,0,2008-10-21, +/games/boxart/full_2475811PALFrontccc.jpg,Brian Lara International Cricket 2007,X360,Sports,Codemasters,Codemasters,7.3,0.01,,,0.01,0,2007-03-23, +/games/boxart/full_7747458PALFrontccc.jpg,PDC World Championship Darts 2008,PC,Sports,Unknown,Mere Mortals,,0.01,,,0.01,0,, +/games/boxart/full_1016161PALFrontccc.jpg,Football Manager 2008,X360,Sports,Sega,Sports Interactive,,0.01,,,0.01,0,2008-03-28, +/games/boxart/full_2427962PALFrontccc.jpg,PES 2009: Pro Evolution Soccer,PC,Sports,Konami,Konami,,0.01,,,0.01,0,2008-10-17, +/games/boxart/full_9159782PALFrontccc.jpg,Don Bradman Cricket 14,X360,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2014-04-03, +/games/boxart/full_6540979PALFrontccc.jpg,Free Running,PSP,Sports,Unknown,Core Design Ltd.,,0.01,,,0.01,0,, +/games/boxart/full_9495552AmericaFrontccc.jpg,Tiger Woods PGA Tour 06,PC,Sports,EA Sports,EA Sports,,0.01,0.01,,0,0,2005-09-20, +/games/boxart/full_9671531AmericaFrontccc.jpg,WTA Tour Tennis,GC,Sports,Konami,Konami,,0.01,0.01,,0,0,2002-09-24, +/games/boxart/default.jpg,International Cricket Captain 2009,PC,Sports,Empire Interactive,Empire Interactive,,0.01,,,0.01,0,2009-05-05, +/games/boxart/full_6369314PALFrontccc.jpg,World Snooker Challenge 2005,PSP,Sports,Sega,Blade Interactive,,0.01,,,0.01,0,2005-09-01, +/games/boxart/full_6311749AmericaFrontccc.jpg,NBA 2K13,PSP,Sports,2K Sports,Visual Concepts,,0.01,0,,0,0,2012-10-02,2018-01-04 +/games/boxart/3165164ccc.jpg,Pro Evolution Soccer 2008,DS,Sports,Konami,Konami,,0.01,0.01,,0,0,2008-03-11, +/games/boxart/2367365ccc.png,Backyard Sports Baseball 2007,PS2,Sports,Atari,Game Brains,,0.01,0,,0,0,2006-09-05, +/games/boxart/full_4453636JapanFrontccc.png,Winning Post World 2010,Wii,Sports,KOEI,Koei,,0.01,,0.01,,,2010-04-02, +/games/boxart/full_329009AmericaFrontccc.jpg,NCAA College Basketball 2K3,GC,Sports,Sega,Kush Games,,0.01,0.01,,0,0,2002-11-02, +/games/boxart/4092928ccc.jpg,Gravity Games Bike: Street Vert Dirt,XB,Sports,Midway Games,Midway Games,,0.01,0.01,,0,0,2002-09-04, +/games/boxart/full_5928301AmericaFrontccc.jpg,NHL 16,X360,Sports,EA Sports,EA Canada,,0.01,,,0.01,0,2015-09-15, +/games/boxart/full_7288832PALFrontccc.jpg,Handball 16,PC,Sports,Bigben Interactive,EKO Software,,0.01,,,0.01,0,2015-11-27,2018-04-24 +/games/boxart/full_9197134JapanFrontccc.jpg,Power Smash: Live Match!,PS3,Sports,Sega,Sumo Digital,,0.01,,0.01,,,2010-03-25, +/games/boxart/full_6444379JapanFrontccc.jpg,Hanshin Tigers DS,DS,Sports,Spike,Spike,,0.01,,0.01,,,2008-08-28, +/games/boxart/2904181ccc.jpg,NHL 08,PC,Sports,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2007-09-11, +/games/boxart/full_8150396PALFrontccc.jpg,MX vs. ATV Supercross Encore,PC,Sports,Nordic Games,Rainbow Studios,,0.01,,,0.01,0,2015-10-27,2018-06-27 +/games/boxart/full_1606457JapanFrontccc.jpg,Winning Post 7 2013,PSP,Sports,Tecmo Koei,Tecmo Koei Games,,0.01,,0.01,,,2013-03-14,2019-01-19 +/games/boxart/full_2897975AmericaFrontccc.jpg,All-Star Slammin' D-Ball,PS,Sports,Electronic Arts,Access,,0.01,0.01,,0,0,2001-10-25, +/games/boxart/full_fit-ampamp-fun_960PALFront.jpg,Fit & Fun,Wii,Sports,Unknown,Funbox Media,,0.01,,,0.01,0,2011-06-17, +/games/boxart/full_828219PALFrontccc.jpg,WSC REAL 09: World Snooker Championship,X360,Sports,Deep Silver,Blade Interactive,,0.01,,,0.01,0,2009-04-03, +/games/boxart/7056727ccc.jpg,Ultimate Beach Soccer,XB,Sports,DreamCatcher Interactive,Palm Development,,0.01,0.01,,0,0,2003-11-10, +/games/boxart/full_3363375PALFrontccc.jpg,Pro Evolution Soccer 2008,PC,Sports,Konami,Konami,,0.01,,,0.01,0,2007-10-26, +/games/boxart/full_3641948AmericaFrontccc.jpg,Ultimate Beach Soccer,GBA,Sports,DreamCatcher Interactive,Magic Pockets,,0.01,0.01,,0,0,2003-11-03, +/games/boxart/full_4963390AmericaFrontccc.jpg,Mark Davis Pro Bass Challenge,GC,Sports,Natsume,SIMS,,0.01,0.01,,0,0,2005-09-20, +/games/boxart/full_1007990AmericaFrontccc.jpg,Powerplay Tennis,DS,Sports,Codemasters,Codemasters,,0.01,0.01,,,0,2008-02-01, +/games/boxart/full_8939266PALFrontccc.jpg,G1 Jockey 4 2008,PS3,Sports,KOEI,Koei/Inis,,0.01,,0,0,0,2008-09-26, +/games/boxart/full_outdoors-unleashed-africa-3d_321AmericaFront.jpg,Outdoors Unleashed: Africa 3D,3DS,Sports,Mastiff,Mastiff,,0.01,0.01,,,0,2011-12-13, +/games/boxart/full_lma-manager-2007_839PALFront.jpg,LMA Manager 2007,X360,Sports,Codemasters,Codemasters,6.2,0.01,,,0.01,0,2006-09-22, +/games/boxart/full_pga-european-tour_6AmericaFront.jpg,PGA European Tour,N64,Sports,Infogrames,Infogrames,,0.01,0.01,,,0,2000-06-15, +/games/boxart/full_mezase-tsuri-master-ds_10JapanFront.jpg,Mezase!! Tsuri Master DS,DS,Sports,Hudson Soft,Hudson Soft,,0.01,,0.01,,,2009-04-23, +/games/boxart/full_3434029PALFrontccc.jpg,Summer Athletics,PC,Sports,DTP Entertainment,49Games,,0.01,,,0.01,0,2008-08-15, +/games/boxart/full_3388758AmericaFrontccc.jpg,Legendary Fishing,NS,Sports,Ubisoft,Ubisoft,,0.01,0.01,0,,0,2018-09-18,2018-11-22 +/games/boxart/full_5370677JapanFrontccc.jpg,Winning Post World 2010,PS2,Sports,KOEI,Koei,,0.01,,0.01,,,2010-04-02, +/games/boxart/full_9906443AmericaFrontccc.jpg,Razor Freestyle Scooter,GBA,Sports,Crave Entertainment,Crawfish Interactive,,0.01,0.01,,0,0,2001-11-14, +/games/boxart/full_135479AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,PC,Sports,Konami,Konami Computer Entertainment Tokyo,,0.01,,,0.01,0,2007-06-01, +/games/boxart/full_3762352PALFrontccc.jpg,Rugby Challenge 3,XOne,Sports,Alternative Software,Wicked Witch Software,,0.01,,,0.01,0,2016-04-22,2018-04-18 +/games/boxart/full_8209AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PC,Sports,Konami,Konami,,0.01,,,0.01,0,2009-10-23, +/games/boxart/full_2267477PALFrontccc.jpg,WSC REAL 09: World Snooker Championship,PS3,Sports,Deep Silver,Blade Interactive,,0.01,,,0.01,0,2009-04-03, +/games/boxart/full_8931793PALFrontccc.jpg,World Snooker Championship 2007,X360,Sports,Sega,Blade Interactive,,0.01,,,0.01,0,2007-01-12, +/games/boxart/full_928119JapanFrontccc.jpg,Winning Post 8 2018,PSV,Sports,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2018-03-15,2018-07-30 +/games/boxart/full_5856678AmericaFrontccc.jpg,Imagine Figure Skater (JP sales),DS,Sports,Ubisoft,Spike Co.,,0.01,,0.01,,,2008-03-04, +/games/boxart/full_2056584JapanFrontccc.jpg,"Tennis no Oji-Sama: Doubles no Oji-Sama - Boys, Be Glorious!",DS,Sports,Konami,Konami,,0.01,,0.01,,,2009-03-26, +/games/boxart/full_2226235AmericaFrontccc.jpg,ESPN NBA 2Night 2002,XB,Sports,Konami,Konami Computer Entertainment Osaka,,0.01,0.01,,0,0,2002-04-16, +/games/boxart/full_3526658PALFrontccc.jpg,Tour de France 2014,PS3,Sports,Focus Home Interactive,Cyanide Studio,,0.01,,,0.01,0,2014-06-20,2018-12-30 +/games/boxart/default.jpg,The Cages: Pro Style Batting Practice,Wii,Sports,Konami,Konami,,0.01,0.01,,,0,2010-06-30, +/games/boxart/full_4836066JapanFrontccc.jpg,G1 Jockey 4 2007,PS2,Sports,KOEI,Koei/Inis,,0.01,,0.01,,,2007-11-01, +/games/boxart/2063643ccc.jpg,Wade Hixton's Counter Punch,GBA,Sports,"Destination Software, Inc",Inferno Games,,0.01,0.01,,0,0,2004-03-15, +/games/boxart/full_7688087AmericaFrontccc.jpg,Outdoors Unleashed: Alaska 3D,3DS,Sports,Mastiff,Mastiff,,0.01,0.01,,,0,2011-12-13, +/games/boxart/full_9588937JapanFrontccc.jpg,Winning Post 8 2018,NS,Sports,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2018-03-15,2018-07-30 +/games/boxart/full_316619PALFrontccc.jpg,Pro Evolution Soccer 2018,PC,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.01,,,0.01,0,2017-09-12,2018-04-24 +/games/boxart/full_3020931AmericaFrontccc.jpg,Surf's Up,GC,Sports,Ubisoft,Ubisoft Montreal,,0.01,0.01,,0,0,2007-06-01, +/games/boxart/full_9223722PALFrontccc.jpg,Championship Manager 2010,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0.01,,,0.01,0,2009-09-11, +/games/boxart/full_3400395AmericaFrontccc.jpg,NHL 2K7,XB,Sports,2K Sports,2K Sports,7.7,0.01,0.01,,0,0,2006-09-12, +/games/boxart/full_john-dalys-prostroke-golf_5AmericaFront.jpg,John Daly's ProStroke Golf,X360,Sports,O-Games,Gusto Games,,0.01,0.01,,,0,2010-10-19, +/games/boxart/full_1781331PALFrontccc.jpg,Rugby League Live 3,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2015-09-17,2018-04-19 +/games/boxart/full_5246749PALFrontccc.jpg,Rugby World Cup 2015,PC,Sports,Big Ben Interactive,HB Studios,,0.01,,,0.01,0,2015-09-04,2018-04-19 +/games/boxart/full_2657037AmericaFrontccc.jpg,Crayola Scoot,NS,Sports,Outright Games,Outright Games,,0.01,0.01,,,0,2018-10-16,2018-08-07 +/games/boxart/full_1423196PALFrontccc.jpg,Football Manager Live,PC,Sports,Sega,Sports Interactive,,0.01,,,0.01,0,2009-01-23, +/games/boxart/8281702ccc.gif,WTA Tour Tennis,XB,Sports,Konami,Konami,,0.01,0.01,,0,0,2002-09-24, +/games/boxart/full_1896289JapanFrontccc.jpg,Sega Golf Club: Miyazato San Kyoudai Naizou,PS3,Sports,Sega,Sega,,0.01,,0.01,,,2006-11-11, +/games/boxart/full_6224229PALFrontccc.jpg,Virtua Tennis 3,PC,Sports,Sega,Sumo Digital,,0.01,,,0.01,0,2007-03-30, +/games/boxart/full_1568870JapanFrontccc.jpg,Family Jockey,Wii,Sports,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-03-06, +/games/boxart/full_2618829JapanFrontccc.jpg,Victory Spike,PS,Sports,Imagineer,Imagineer,,0.01,,0.01,,0,1996-06-07, +/games/boxart/full_1671107PALFrontccc.jpg,PDC World Championship Darts 2008,PSP,Sports,Unknown,Mere Mortals,,0.01,0.01,,0,0,, +/games/boxart/8403543ccc.jpg,Tiger Woods PGA Tour 2005,PC,Sports,EA Sports,Headgate Studios,,0.01,,,0.01,0,2004-09-20, +/games/boxart/full_7939147PALFrontccc.jpg,Don Bradman Cricket 14,PS3,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2014-04-03, +/games/boxart/full_884639JapanFrontccc.jpg,Winning Post 7 Maximum 2008,PS2,Sports,KOEI,Koei,,0.01,,0.01,,,2008-03-13, +/games/boxart/4666142ccc.jpg,Fab 5 Soccer,DS,Sports,Destineer,Magellan Interactive,,0.01,0.01,,,0,2008-04-11, +/games/boxart/default.jpg,Pro Angler Moves,PS3,Sports,Unknown,"Interworks Unlimited, Inc.",,0.01,0.01,,,0,2012-04-03, +/games/boxart/full_113546JapanFrontccc.jpg,Major Dream: Major Wii Nagero! Gyroball!!,Wii,Sports,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2008-02-07, +/games/boxart/5629421ccc.jpg,UEFA Champions League 2006-2007,PSP,Sports,EA Sports,EA Canada,,0.01,0.01,,0,0,2007-03-20, +/games/boxart/full_9073083JapanFrontccc.jpg,Winning Post 7 Maximum 2008,PS3,Sports,KOEI,Koei,,0.01,,0.01,,,2008-03-13, +/games/boxart/full_6159251PALFrontccc.jpg,PDC World Championship Darts 2009,Wii,Sports,Oxygen Interactive,Rebellion Developments,,0.01,,,0.01,0,2009-05-29, +/games/boxart/full_9535483PALFrontccc.jpg,Rugby League Live 3,PS3,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2015-09-24,2018-04-19 +/games/boxart/3237610ccc.gif,Wiffle Ball Advance,DS,Sports,"Destination Software, Inc",Skyworks Technologies,,0.01,0.01,,,0,2007-03-12, +/games/boxart/full_6326976PALFrontccc.jpg,Winter Sports 3: The Great Tournament,X360,Sports,Zoo Games,49Games,,0.01,,,0.01,0,2011-03-29, +/games/boxart/6247274ccc.jpg,Ten Pin Alley 2,GBA,Sports,XS Games,Pronto Games,,0.01,0.01,,0,0,2004-04-26, +/games/boxart/full_5580091AmericaFrontccc.jpg,NHL 16,PS3,Sports,EA Sports,EA Canada,,0.01,,,0.01,0,2015-09-15, +/games/boxart/full_6371473AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,GBA,Fighting,Midway Games,Midway,,0.01,0.01,,0,0,2002-11-20, +/games/boxart/full_9790995PALFrontccc.jpg,Battle Fantasia,PS3,Fighting,505 Games,Arc System Works,7,0.01,,0.01,0,0,2009-03-06, +/games/boxart/full_1847131JapanFrontccc.jpg,Million Arthur: Arcana Blood,PS4,Fighting,Square Enix,Square Enix,,0.01,,0.01,,,2018-11-29,2019-01-05 +/games/boxart/7276928ccc.jpg,Zatch Bell! Mamodo Fury,PS2,Fighting,Namco Bandai,Mechanic Arms,,0.01,0,,0,0,2006-09-19, +/games/boxart/full_6274738AmericaFrontccc.jpg,Soul Calibur IV,XBL,Fighting,Namco Bandai Games,Project Soul,8.4,0.01,,,0,0,2008-07-29, +/games/boxart/full_7326302JapanFrontccc.jpg,Ashita no Joe 2: The Anime Super Remix,PS2,Fighting,Capcom,Capcom,,0.01,,0.01,,,2002-06-20, +/games/boxart/full_4866702AmericaFrontccc.jpg,Legend of Kay Anniversary,NS,Action-Adventure,THQ Nordic,THQ Nordic,6.5,0.01,,,0.01,0,2018-05-29,2019-04-06 +/games/boxart/full_7076432JapanFrontccc.jpg,Ultraman Fighting Evolution 3,PS2,Fighting,Banpresto,Banpresto,,0.01,,0.01,,,2004-12-02, +/games/boxart/full_7620958PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Collection,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.01,,,0.01,0,2016-02-05,2018-08-01 +/games/boxart/full_991017AmericaFrontccc.jpg,World Heroes Anthology,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2008-03-11, +/games/boxart/full_4960876AmericaFrontccc.png,Capcom Beat 'Em Up Bundle,NS,Fighting,Capcom,Capcom,,0.01,,0.01,,,2018-09-18,2018-12-19 +/games/boxart/full_shijyou-saikyou-no-deshi-kenichi-gekitou-ragnarok-hachikengou_2JapanFront.jpg,Shijyou Saikyou no Deshi Kenichi: Gekitou! Ragnarok Hachikengou,PS2,Fighting,Capcom,Capcom,,0.01,,0.01,,,2007-03-15, +/games/boxart/full_5134747AmericaFrontccc.jpg,Samurai Shodown: Warrios Rage,PS,Fighting,SNK,SNK Corporation,,0.01,0.01,,0,0,2000-04-18, +/games/boxart/full_2297539AmericaFrontccc.jpg,Ben 10 Omniverse 2,X360,Fighting,D3 Publisher,High Voltage Software,,0.01,,,0.01,0,2013-11-05,2019-01-02 +/games/boxart/full_4199724JapanFrontccc.jpg,Mahou Sensei Negima!? Neo-Pactio Fight!!,Wii,Fighting,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2007-06-14, +/games/boxart/5835831ccc.jpg,Fatal Fury: Battle Archives Volume 2 (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2008-04-08, +/games/boxart/full_5983720AmericaFrontccc.jpg,K-1 Grand Prix,PS,Fighting,Jaleco,Xing Entertainment,,0.01,0.01,,0.01,0,2000-01-25,2020-08-14 +/games/boxart/full_rave-master-special-attack-force_435AmericaFront.jpg,Rave Master: Special Attack Force!,GBA,Fighting,Konami,Konami Computer Entertainment Japan,,0.01,0.01,,0,0,2005-03-08, +/games/boxart/full_blazblue-calamity-trigger_5PALFront.jpg,BlazBlue: Calamity Trigger,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,0.01,,,0.01,0,2014-02-13, +/games/boxart/full_3427117JapanFrontccc.jpg,Ultraman Fighting Evolution 0,PSP,Fighting,Banpresto,Banpresto,,0.01,,0.01,,,2006-07-20, +/games/boxart/full_5259752AmericaFrontccc.jpg,Fatal Fury: Battle Archives Volume 1 (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2007-08-14, +/games/boxart/full_4844454JapanFrontccc.jpg,Capcom Beat 'Em Up Bundle,PS4,Fighting,Capcom,Capcom,,0.01,,0.01,,,2018-09-18,2018-12-19 +/games/boxart/full_1542902AmericaFrontccc.png,Transformers: Prime,Wii,Fighting,Activision,Now Production,,0.01,,,0.01,0,2012-10-30,2019-01-06 +/games/boxart/full_292703JapanFrontccc.jpg,Shinseiki Evangelion: Battle Orchestra Portable,PSP,Fighting,Broccoli,Headlock,,0.01,,0.01,,,2009-07-30, +/games/boxart/default.jpg,BlazBlue: Continuum Shift EXTEND,PSP,Fighting,Arc System Works,Arc System Works,,0.01,,0.01,,,2012-05-31,2019-04-08 +/games/boxart/full_9246712AmericaFrontccc.jpg,Tekken 7,PC,Fighting,Namco Bandai Games,Namco Bandai Games,,0.01,,,0.01,0,2017-06-02,2018-01-15 +/games/boxart/full_6094621AmericaFrontccc.jpg,Samurai Shodown Anthology (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2009-03-24, +/games/boxart/full_9111295AmericaFrontccc.jpg,Mortal Kombat: Tournament Edition,GBA,Fighting,Midway Games,Criterion Games,,0.01,0.01,,0,0,2003-08-27, +/games/boxart/full_6948JapanFrontccc.jpg,Skullgirls: 2nd Encore,PSV,Fighting,Arc System Works,Lab Zero Games,,0.01,,0.01,,,2016-04-14,2018-09-20 +/games/boxart/full_1269944JapanFrontccc.jpg,King of Fighters 2002: Unlimited Match Tougeki Ver.,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2010-06-24, +/games/boxart/full_6353595JapanFrontccc.jpg,Rozen Maiden: Gebetgarten,PS2,Fighting,Taito,Taito Corporation,,0.01,,0.01,,,2007-03-22, +/games/boxart/full_8640555AmericaFrontccc.jpg,Guilty Gear 2: Overture,X360,Fighting,Aksys Games,Arc System Works,,0.01,,0.01,,,2008-10-07,2019-04-21 +/games/boxart/full_574642JapanFrontccc.jpg,Majin Bone: The Majin of Space and Time,3DS,Fighting,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2014-10-09,2019-05-07 +/games/boxart/full_windy-x-windam_266AmericaFront.jpg,Windy X Windam,DS,Fighting,Graffiti,Success,,0.01,0.01,0,,0,2010-05-27, +/games/boxart/full_1168487JapanFrontccc.jpg,The King of Fighters NESTS Collection,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2007-04-19, +/games/boxart/full_3403570AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.01,,,0.01,0,2012-06-19,2018-03-15 +/games/boxart/full_4060430AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,WiiU,Action-Adventure,Disney Interactive Studios,Disney Interactive Studios,,0.01,,,0.01,0,2013-08-13,2018-01-24 +/games/boxart/full_348863AmericaFrontccc.jpg,Brave: The Video Game,DS,Action-Adventure,Disney Interactive Studios,Behaviour Interactive Inc.,,0.01,,,0.01,0,2012-06-19,2019-05-08 +/games/boxart/full_7396440JapanFrontccc.jpg,Far Cry 3: Classic Edition,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,,0.01,,0.01,,,2018-07-05,2018-07-20 +/games/boxart/full_2043543AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,X360,Action-Adventure,Little Orbit,Way Forward,,0.01,0.01,,,0,2014-11-18,2019-05-10 +/games/boxart/full_2537648AmericaFrontccc.jpg,Hotel Transylvania 3: Monsters Overboard,NS,Action-Adventure,Outright Games,Torus Games,6.5,0.01,0.01,,,0,2018-07-10,2019-03-24 +/games/boxart/full_4605488JapanFrontccc.jpg,Onimusha: Warlords,NS,Action-Adventure,Capcom,Capcom,,0.01,,0.01,,,2019-01-15,2018-12-29 +/games/boxart/full_6417891PALFrontccc.jpg,The Amazing Spider-Man 2 (2014),PC,Action-Adventure,Activision,Beenox,,0.01,,,0.01,0,2014-04-29,2018-03-19 +/games/boxart/full_2034776AmericaFrontccc.jpg,LEGO Ninjago Nindroids,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,Hellbent Games,,0.01,,,0.01,0,2014-07-29,2019-05-01 +/games/boxart/full_5201160AmericaFrontccc.jpg,Regular Show: Mordecai & Rigby in 8-Bit Land,3DS,Action-Adventure,D3Publisher,D3 Publisher,,0.01,,,0,0,2013-10-29,2019-05-01 +/games/boxart/full_120575JapanFrontccc.jpg,Billion Road,NS,Board Game,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2018-11-29,2019-01-05 +/games/boxart/full_1856705AmericaFrontccc.jpg,Max: The Curse of Brotherhood,NS,Action-Adventure,Wired Productions,Stage Clear Studios,,0.01,0.01,,,0,2018-04-24,2019-03-23 +/games/boxart/full_8394609AmericaFrontccc.jpg,Brave: The Video Game,Wii,Action-Adventure,Disney Interactive Studios,Behaviour Interactive Inc.,,0.01,,,0.01,0,2012-06-19,2019-05-08 +/games/boxart/full_3608148JapanFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,PSV,Role-Playing,Tecmo Koei,Gust,,0.01,,0.01,,,2017-12-21,2018-01-07 +/games/boxart/full_254957JapanFrontccc.jpg,Tokyo Xanadu: Sakura Festival Package,PSV,Role-Playing,Nihon Falcom Corporation,Unknown,,0.01,,0.01,,,2016-03-24, +/games/boxart/full_dokusui-dokidoki-suikoden_726JapanFront.jpg,DokuSui: DokiDoki Suikoden,PSP,Role-Playing,Irem Software Engineering,Silicon Studio,,0.01,,0.01,,,2011-05-12, +/games/boxart/full_red-stone-ds-akaki-ishi-ni-michibikareshi-monotachi_800JapanFront.jpg,Red Stone DS: Akaki Ishi ni Michibikareshi Monotachi,DS,Role-Playing,Unknown,Logic Korea,,0.01,,0.01,,,2011-05-26, +/games/boxart/full_1374860JapanFrontccc.jpg,Kimi no Yuusha,DS,Role-Playing,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2008-10-23, +/games/boxart/full_8553476PALFrontccc.jpg,The Dwarves,PC,Role-Playing,THQ Nordic,KING Art Games,,0.01,,,0.01,0,2016-12-01,2018-08-18 +/games/boxart/full_1714722AmericaFrontccc.jpg,Banner Saga Trilogy,NS,Role-Playing,Gearbox Software,Stoic Studio,,0.01,0.01,,,0,2018-09-21,2018-07-22 +/games/boxart/full_3176404AmericaFrontccc.png,Torment: Tides of Numenera,PS4,Role-Playing,Techland,InXile Entertainment,,0.01,0.01,,,0,2017-02-28,2018-08-09 +/games/boxart/full_5638305AmericaFrontccc.jpg,Rondo of Swords (jp sales),DS,Role-Playing,Atlus,Success,,0.01,,0.01,,,2008-04-15, +/games/boxart/full_483912AmericaFrontccc.jpg,Moonlighter,PS4,Role-Playing,Merge Games,Digital Sun,,0.01,0.01,,,0,2018-11-09,2018-06-03 +/games/boxart/full_4003799JapanFrontccc.jpg,The Lost Child,PSV,Role-Playing,Kadokawa Games,Crim,,0.01,,0.01,,,2017-08-24,2018-09-20 +/games/boxart/full_8334189JapanFrontccc.jpg,Cross Edge Dash,X360,Role-Playing,Compile Heart,Compile Heart,,0.01,,0.01,,,2009-10-01, +/games/boxart/full_911603AmericaFrontccc.jpg,Dungeon Explorer: Warriors of Ancient Arts,PSP,Role-Playing,Hudson Entertainment,Hudson Soft,6.1,0.01,0.01,,0,0,2008-02-15, +/games/boxart/full_526002JapanFrontccc.jpg,The Princess Guide,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.01,,0.01,,,2019-03-15,2018-07-05 +/games/boxart/full_5801189AmericaFrontccc.jpg,Virtua Quest,GC,Role-Playing,Sega,Artificial Mind and Movement,5.4,0.01,0.01,,0,0,2005-01-19, +/games/boxart/1151110ccc.jpg,Hoshigami: Ruining Blue Earth Remix,DS,Role-Playing,Aksys Games,Barnhouse Effect,5.6,0.01,,0.01,0,0,2007-06-25, +/games/boxart/full_7252799JapanFrontccc.jpg,Densetsu no Yuusha no Densetsu: Legendary Saga,PSP,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2010-02-18, +/games/boxart/full_1998295JapanFrontccc.jpg,Stardust Amazoness,3DS,Role-Playing,Arc System Works,Arc System Works,,0.01,,0.01,,,2013-11-14,2019-05-07 +/games/boxart/full_2689606JapanFrontccc.jpg,Agarest Senki: Re-appearance,PS3,Role-Playing,Unknown,Compile Heart,,0.01,,0.01,,,, +/games/boxart/full_2154435JapanFrontccc.jpg,Atelier: The Alchemist of Arland 1-2-3 DX,PS4,Role-Playing,Koei Tecmo,Gust,,0.01,,0.01,,,2018-09-20,2018-09-26 +/games/boxart/full_2779496JapanFrontccc.jpg,Dragon's Dogma Online: Season 3,PS4,Role-Playing,Capcom,Capcom,,0.01,,0.01,,,2017-08-17,2018-09-20 +/games/boxart/full_6591062JapanFrontccc.jpg,Makai Senki Disgaea 3 Append Disc: Raspberyl-hen Hajime Mashita,PS3,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2009-09-17, +/games/boxart/full_577406AmericaFrontccc.jpg,Fallout 3: Game of the Year Edition,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.01,,,0.01,0,2009-10-13, +/games/boxart/full_5577162JapanFrontccc.jpg,Element Hunter,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2009-10-22, +/games/boxart/full_4821655JapanFrontccc.jpg,God Wars: Nihon Shinwa Taisen,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,0.01,,0.01,,,2018-06-14,2018-06-24 +/games/boxart/full_1649597AmericaFrontccc.jpg,The Last Remnant,PC,Role-Playing,Square Enix,Square Enix,7.3,0.01,,,0.01,0,2009-03-24, +/games/boxart/5679320ccc.jpg,Neverwinter Nights 2: Mask of the Betrayer,PC,Role-Playing,Atari,Obsidian Entertainment,8,0.01,,,0.01,0,2007-10-09, +/games/boxart/full_4061335AmericaFrontccc.jpg,Super Neptunia RPG,PS4,Role-Playing,Idea Factory International,Idea Factory,,0.01,,0.01,,,2019-03-31,2018-12-29 +/games/boxart/full_6454817JapanFrontccc.jpg,Game Book DS: Sword World 2.0,DS,Role-Playing,Broccoli,Broccoli,,0.01,,0.01,,,2009-10-29, +/games/boxart/full_entaku-no-seito-students-of-round_220JapanFront.jpg,Entaku no Seito: Students of Round,X360,Role-Playing,ChunSoft,Experience Inc.,,0.01,,0.01,,,2011-02-10, +/games/boxart/5513236ccc.jpg,Marvel: Ultimate Alliance,PC,Role-Playing,Activision,Raven Software,8.4,0.01,0.01,,0,0,2006-10-24, +/games/boxart/full_3698146JapanFrontccc.jpg,Far East of Eden II: Manji Maru,DS,Role-Playing,Hudson Soft,Suzak,,0.01,,0.01,,,2006-03-09, +/games/boxart/full_1894535JapanFrontccc.jpg,King's Field: Additional I,PSP,Role-Playing,From Software,From Software,,0.01,,0.01,,,2006-07-20, +/games/boxart/full_5255411AmericaFrontccc.jpg,X-Men Legends II: Rise of Apocalypse,PC,Role-Playing,Activision,Raven Software,7.9,0.01,0.01,,,0,2005-09-20, +/games/boxart/full_9171266JapanFrontccc.jpg,Wizardry XTH: Unlimited Students,PS2,Role-Playing,Michaelsoft,MichaelSoft,,0.01,,0.01,,,2006-03-23, +/games/boxart/full_5529137JapanFrontccc.jpg,Princess is Money Hungry,PSV,Role-Playing,Nippon Ichi Software,Unknown,,0.01,,0.01,,,2016-11-24, +/games/boxart/full_5090230AmericaFrontccc.jpg,Raven's Cry,PS4,Role-Playing,TopWare Interactive,Reality Pump Studios,,0.01,,,0.01,0,2015-01-30,2018-07-30 +/games/boxart/7459047ccc.jpg,Guild Wars: Factions,PC,Role-Playing,NCSoft,ArenaNet,8.6,0.01,,,0.01,0,2006-04-28, +/games/boxart/full_6849178JapanFrontccc.png,Little Witch Academia: Chamber of Time,PS4,Role-Playing,Bandai Namco Entertainment,A+ Games,,0.01,,0.01,,,2017-11-30,2018-01-07 +/games/boxart/full_1080920JapanFrontccc.jpg,Destiny Links,DS,Role-Playing,Namco Bandai,Bec,,0.01,,0.01,,,2009-02-05, +/games/boxart/full_5274146JapanFrontccc.jpg,Daikoukai Jidai Online: Cruz del Sur,PS3,Role-Playing,KOEI,Koei,,0.01,,0.01,,,2009-04-28, +/games/boxart/full_1086485JapanFrontccc.jpg,WORKxWORK,NS,Role-Playing,FuRyu Corporation,FuRyu,,0.01,,0.01,,,2018-10-04,2018-11-21 +/games/boxart/full_spectrobes-beyond-the-portals-jp-sales_218AmericaFront.jpg,Spectrobes: Beyond the Portals (JP sales),DS,Role-Playing,Disney Interactive Studios,Jupiter Multimedia,,0.01,,0.01,,,2008-10-07, +/games/boxart/full_8856766JapanFrontccc.jpg,Maple Story: Unmei no Shoujo,3DS,Role-Playing,Sega,Nexon,,0.01,,0.01,,,2014-04-24,2019-05-07 +/games/boxart/full_191309JapanFrontccc.jpg,Atelier: The Alchemist of Arland 1-2-3 DX,NS,Role-Playing,Koei Tecmo,Gust,,0.01,,0.01,,,2018-09-20,2018-09-26 +/games/boxart/full_8496382JapanFrontccc.jpg,WiZmans World,DS,Role-Playing,Jaleco,Lancarse,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_1560011PALFrontccc.jpg,Dragon's Dogma,PC,Role-Playing,Capcom,Capcom,,0.01,,,0.01,0,2016-01-15,2018-01-01 +/games/boxart/full_7364948JapanFrontccc.jpg,Yuuna and the Haunted Hot Springs: Steam Dungeon,PS4,Role-Playing,FuRyu Corporation,FuRyu,,0.01,,0.01,,,2018-11-15,2018-11-22 +/games/boxart/full_2621643AmericaFrontccc.jpg,Champions Online,PC,Role-Playing,Atari,Cryptic Studios,,0.01,,,0.01,0,2009-09-01, +/games/boxart/full_2985736AmericaFrontccc.jpg,The Princess Guide,NS,Role-Playing,NIS America,Nippon Ichi Software,,0.01,,0.01,,,2019-03-15,2020-05-11 +/games/boxart/full_8765815JapanFrontccc.jpg,Lapis x Labyrinth,PS4,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-11-29,2019-01-05 +/games/boxart/full_7386454AmericaFrontccc.jpg,Torment: Tides of Numenera,XOne,Role-Playing,Techland,InXile Entertainment,,0.01,0.01,,,0,2017-02-28,2018-08-09 +/games/boxart/full_takt-of-magic_5JapanFront.jpg,Takt of Magic,Wii,Role-Playing,Nintendo,Taito Corporation,,0.01,,0.01,,,2009-05-21, +/games/boxart/full_2044999JapanFrontccc.jpg,Lapis x Labyrinth,NS,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-11-29,2019-01-05 +/games/boxart/full_8695818AmericaFrontccc.jpg,Hyperdimension Neptunia mk2,PS3,Role-Playing,NIS America,Compile Heart,,0.01,,,0.01,0,2012-02-28,2018-12-03 +/games/boxart/full_6015155AmericaFrontccc.jpg,Mario & Luigi: Bowser's Inside Story + Bowser Jr.'s Journey,3DS,Role-Playing,Nintendo,AlphaDream Corporation,,0.01,,0.01,,,2019-01-11,2018-11-19 +/games/boxart/full_6014818JapanFrontccc.jpg,Tengai Makyo: Dai Yon no Mokushiroku,PSP,Role-Playing,Hudson Soft,RED Entertainment,,0.01,,0.01,,,2006-07-13, +/games/boxart/full_6993260JapanFrontccc.jpg,Blazer Drive,DS,Role-Playing,Sega,Sega,,0.01,,0.01,,,2008-12-04, +/games/boxart/full_1790785AmericaFrontccc.jpg,Super Robot Taisen: Original Generation,GBA,Role-Playing,Atlus,Banpresto,,0.01,0.01,,0,0,2006-08-08, +/games/boxart/full_3706679JapanFrontccc.jpg,Eiyuu Densetsu: Sora no Kiseki Material Collection Portable,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.01,,0.01,,,2007-12-20, +/games/boxart/9628133ccc.jpg,Rise of the Argonauts,PC,Role-Playing,Codemasters,Liquid Entertainment,5,0.01,,,0.01,0,2008-12-16, +/games/boxart/full_2170336JapanFrontccc.jpg,Hyperdimension Neptunia Re;Birth1 Plus,PS4,Role-Playing,Compile Heart,Idea Factory,,0.01,,0.01,,,2018-05-31,2018-12-03 +/games/boxart/3114045ccc.jpg,Izuna 2: The Unemployed Ninja Returns (JP sales),DS,Role-Playing,Atlus,Ninja Studio,,0.01,,0.01,,,2008-07-22, +/games/boxart/full_1966357PALFrontccc.jpg,Guild Wars 2 - Path of Fire,PC,Role-Playing,ArenaNet,ArenaNet,,0.01,,,0.01,0,2017-09-22, +/games/boxart/full_9214283JapanFrontccc.jpg,God Wars: Nihon Shinwa Taisen,PSV,Role-Playing,Kadokawa Games,Kadokawa Games,,0.01,,0.01,,,2018-06-14,2018-06-24 +/games/boxart/full_9114806JapanFrontccc.jpg,Kurogane no Linebarrels,PSP,Role-Playing,Hudson Soft,Hudson Soft,,0.01,,0.01,,,2009-10-08, +/games/boxart/full_3561298JapanFrontccc.jpg,Dun←Dam: Dungeons & Dam,DS,Role-Playing,Acquire,Ride On,,0.01,,0.01,,,2009-04-29, +/games/boxart/5349473ccc.jpg,Gurumin: A Monstrous Adventure,PSP,Role-Playing,Mastiff,Nihon Falcom Corporation,7.4,0.01,0.01,,0,0,2007-02-12, +/games/boxart/7206828ccc.jpg,Yuusha no Kuse ni Namaikida (PSP the Best sales),PSP,Role-Playing,Sony Computer Entertainment,Acquire,,0.01,,0.01,,,2008-08-28, +/games/boxart/full_2254613AmericaFrontccc.jpg,Child of Light,PC,Role-Playing,Ubisoft,Ubisoft Montreal,,0.01,,,0.01,0,2014-04-30,2018-12-30 +/games/boxart/full_icewind-dale-ii_579AmericaFront.jpg,Icewind Dale II,PC,Role-Playing,Interplay,Black Isle Studios,,0.01,0,,0.01,0,2002-09-04, +/games/boxart/full_1062973JapanFrontccc.jpg,Magicians Academy,PS2,Role-Playing,Enterbrain,Enterbrain,,0.01,,0.01,,,2007-06-07, +/games/boxart/full_8805729JapanFrontccc.jpg,Exstetra,3DS,Role-Playing,FuRyu Corporation,Studio Saizensen,,0.01,,0.01,,,2013-11-07,2019-05-07 +/games/boxart/full_dengeki-gakuen-rpg-cross-of-venus-special_847JapanFront.jpg,Dengeki Gakuen RPG: Cross of Venus Special,DS,Role-Playing,ASCII Media Works,ASCII Media Works,,0.01,,0.01,,,2011-02-10, +/games/boxart/default.jpg,Touhou Genso Wanderer Tod: Reloaded,PSV,Role-Playing,Mediascape,Unknown,,0.01,,0.01,,,2016-12-22, +/games/boxart/full_3029486JapanFrontccc.jpg,Knights in the Nightmare: DHE Series Special Pack,DS,Role-Playing,Sting,Sting,,0.01,,0.01,,,2008-09-25, +/games/boxart/full_2751186JapanFrontccc.jpg,Tactical Guild,DS,Role-Playing,Success,Ninja Studio,,0.01,,0.01,,,2008-08-28, +/games/boxart/full_4032111JapanFrontccc.jpg,Sekai wa Atashi de Mawatteru: Hikari to Yami no Princess,PSP,Role-Playing,Global A Entertainment,Global A Entertainment,,0.01,,0.01,,,2009-07-09, +/games/boxart/full_4918141JapanFrontccc.jpg,Zettai Karen Children DS: Dai-4 no Children,DS,Role-Playing,Konami,Konami,,0.01,,0.01,,,2008-09-04, +/games/boxart/full_4105981JapanFrontccc.jpg,Shounen Sunday & Shounen Magazine: White Comic,DS,Role-Playing,Konami,Konami,,0.01,,0.01,,,2009-10-15, +/games/boxart/full_3009110JapanFrontccc.jpg,Game Book DS: Aquarian Age Perpetual Period,DS,Role-Playing,Broccoli,Broccoli,,0.01,,0.01,,,2010-02-25, +/games/boxart/full_5678505AmericaFrontccc.jpg,Dungeon Maker II: The Hidden War (JP sales),PSP,Role-Playing,UFO Interactive,Global A Entertainment,,0.01,,0.01,,,2008-12-09, +/games/boxart/full_9435091AmericaFrontccc.jpeg,Hyper Light Drifter,PS4,Role-Playing,Rebellion Games,Rebellion Games,,0.01,,0.01,,,2016-07-26, +/games/boxart/full_1758816JapanFrontccc.jpg,Your Four Knight Princesses Training Story,PSV,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-03-08,2018-03-25 +/games/boxart/full_7169576JapanFrontccc.jpg,RockMan DASH / RockMan DASH2 Value Pack,PSP,Role-Playing,Capcom,Capcom,,0.01,,0.01,,,2009-01-29, +/games/boxart/full_5798062AmericaFrontccc.png,Undertale,PSV,Role-Playing,Toby Fox,Toby Fox,,0.01,,0.01,,,2017-08-15,2018-06-06 +/games/boxart/full_186160AmericaFrontccc.jpg,Dungeon Siege II: Broken World,PC,Role-Playing,2K Games,Gas Powered Games,,0.01,0.01,,,0,2006-08-01, +/games/boxart/full_9176275AmericaFrontccc.png,Undertale,PS4,Role-Playing,Toby Fox,Toby Fox,9.7,0.01,,0.01,,,2017-08-15,2018-06-06 +/games/boxart/full_53879JapanFrontccc.jpg,Rezel Cross,PSP,Role-Playing,Sony Computer Entertainment,SIMS,,0.01,,0.01,,,2007-09-06, +/games/boxart/full_7211472JapanFrontccc.jpg,Eiyuu Densetsu: Sora no Kiseki FC & SC Kanzenban,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.01,,0.01,,,2007-12-20, +/games/boxart/full_narisokonai-eiyuutan-taiyou-to-tsuki-no-monogatari_826JapanFront.jpg,Narisokonai Eiyuutan: Taiyou to Tsuki no Monogatari,PSP,Role-Playing,Irem Software Engineering,Irem Software Engineering,,0.01,,0.01,,,2009-07-23, +/games/boxart/full_1863502AmericaFrontccc.jpg,Neverwinter Nights 2: Storm of Zehir,PC,Role-Playing,Atari,Obsidian Entertainment,7.2,0.01,,,0.01,0,2008-11-18, +/games/boxart/full_4077696JapanFrontccc.jpg,Frontier Gate Boost+,PSP,Role-Playing,Konami Digital Entertainment,tri-Ace,,0.01,,0.01,,,2013-03-14,2019-04-29 +/games/boxart/full_2796381AmericaFrontccc.jpg,"My World, My Way",DS,Role-Playing,Atlus,Global A Entertainment,,0.01,,0.01,,,2009-02-03, +/games/boxart/full_2147521JapanFrontccc.jpg,Nanatama: Chronicle of Dungeon Maker,PSP,Role-Playing,Global A Entertainment,Global A Entertainment,,0.01,,0.01,,,2009-04-23, +/games/boxart/full_1888392AmericaFrontccc.jpg,Casper,GBA,Platform,Microids,Planet Interactive,,0.01,0.01,,0,0,2002-10-15, +/games/boxart/full_1328075JapanFrontccc.jpg,Harukanaru Toki no Naka de Ultimate,PSV,Visual Novel,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2018-02-22,2018-03-07 +/games/boxart/full_356796JapanFrontccc.jpg,Ikemen Sengoku: Toki o Kakeru Koi - Aratanaru Deai,PSV,Visual Novel,Idea Factory,CYBIRD,,0.01,,0.01,,,2018-03-22,2018-04-06 +/games/boxart/full_6477290JapanFrontccc.jpg,La Corda d'Oro 3,PSV,Visual Novel,Koei Tecmo,Ruby Party,,0.01,,0.01,,,2018-09-20,2018-10-15 +/games/boxart/full_sangoku-koi-senki-otome-no-heihou_179JapanFront.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,PS2,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2011-06-16,2019-04-26 +/games/boxart/full_3154460JapanFrontccc.jpg,Chaos;Head Dual,PSV,Visual Novel,5pb,Genterprise,,0.01,,0.01,,,2014-08-21,2018-01-15 +/games/boxart/full_6824083JapanFrontccc.jpg,Killer and Strawberry,PSV,Visual Novel,Broccoli,Broccoli,,0.01,,0.01,,,2018-08-23,2018-09-26 +/games/boxart/full_554234JapanFrontccc.jpg,London Detective Mysteria,PSV,Visual Novel,Xseed Games,Karin Entertainment,,0.01,,0.01,,,2018-12-18,2018-12-27 +/games/boxart/full_2957757AmericaFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,X360,Platform,Activision,Behaviour Interactive,,0.01,,,0.01,0,2015-11-03,2018-04-01 +/games/boxart/full_2683478JapanFrontccc.jpg,NiGHTS into dreams...,PS2,Platform,Sega,Sonic Team,,0.01,,0.01,,,2008-02-21, +/games/boxart/full_563348JapanFrontccc.jpg,Mega Man X Legacy Collection 1,PS4,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 +/games/boxart/full_1843201AmericaFrontccc.png,Mega Man X Legacy Collection 1,NS,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 +/games/boxart/full_7226905AmericaFrontccc.jpg,Malice,XB,Platform,Mud Duck Productions,Argonaut Games,,0.01,0.01,,0,0,2004-06-02, +/games/boxart/full_5065918AmericaFrontccc.jpg,Shorts,DS,Platform,Majesco,Artificial Mind and Movement,,0.01,0.01,,,0,2009-08-18, +/games/boxart/full_6873338PALFrontccc.jpg,Teslagrad,PS4,Platform,Rain Games,Rain Games,,0.01,,,0.01,0,2014-10-28,2019-04-22 +/games/boxart/681124ccc.jpg,Crazy Chase,GBA,Platform,Kemco,Kemco,,0.01,0,,0,0,2002-10-23, +/games/boxart/full_2812231JapanFrontccc.jpg,Mega Man X Legacy Collection 2,PS4,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 +/games/boxart/full_6931231PALFrontccc.jpg,Super Meat Boy,PS4,Platform,Team Meat,Team Meat,,0.01,,,0,0,2016-04-29,2018-09-21 +/games/boxart/full_donkey-kong_633AmericaFront.png,Donkey Kong,3DS,Platform,Nintendo,Nintendo,,0.01,,,0,0,2011-06-16, +/games/boxart/full_9636899AmericaFrontccc.jpg,LocoRoco Remastered,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,,0.01,,0.01,,,2017-05-09,2018-09-24 +/games/boxart/3927147ccc.jpg,Winx Club: Join the Club,PSP,Platform,Konami,n-Space,3.6,0.01,0.01,,,0,2007-05-07, +/games/boxart/full_186971AmericaFrontccc.jpg,SteamWorld Dig 2,NS,Platform,Rising Star Games,Image & Form Games,,0.01,0.01,,,0,2018-06-19,2019-03-31 +/games/boxart/full_7302475PALFrontccc.jpg,Giana Sisters: Twisted Dreams,NS,Platform,THQ Nordic,Black Forest Games,,0.01,0.01,,,0,2018-09-25,2018-10-26 +/games/boxart/full_7647158JapanFrontccc.jpg,The Liar Princess and the Blind Prince,PSV,Platform,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-05-31,2018-06-06 +/games/boxart/full_7371237AmericaFrontccc.jpg,Xia-Xia,DS,Platform,GameMill,"Black Lantern Studios, Inc.",,0.01,0,,0,,2012-03-13,2019-05-08 +/games/boxart/full_9063181AmericaFrontccc.jpg,Open Season,GBA,Platform,Ubisoft,Ubisoft Montreal,7.6,0.01,0.01,,0,0,2006-09-19, +/games/boxart/full_3183611PALFrontccc.jpg,Super Putty Squad,NS,Platform,System 3,System 3 Software,,0.01,,,0.01,0,2017-11-09,2019-04-06 +/games/boxart/full_29654JapanFrontccc.jpg,Koezaru wa Akai Hana: Taiga wa Mirai o Tsugumu,PSP,Visual Novel,Dramatic Create,Operetta Due,,0.01,,0.01,,,2014-03-20,2019-04-26 +/games/boxart/full_memories-off-6-next-relation_6JapanFront.jpg,Memories Off 6: Next Relation,PSP,Visual Novel,5pb,5pb. Games,,0.01,,0.01,,,2010-10-14,2018-12-19 +/games/boxart/full_2772591JapanFrontccc.jpg,Chaos;Child: Love Chu Chu!!,PS4,Visual Novel,5pb,5pb. Inc.,,0.01,,0.01,,,2017-03-30,2018-01-15 +/games/boxart/full_9088706JapanFrontccc.jpg,Makai Ouji: Devils and Realist - Dairiou no Hihou,3DS,Visual Novel,Namco Bandai Games,Bandai Namco Games,,0.01,,0.01,,,2013-09-26,2019-05-07 +/games/boxart/full_5580898JapanFrontccc.jpg,Doukoku Soshite... Doukoku Soshite...,PSV,Visual Novel,El Dia,El Dia,,0.01,,0.01,,,2018-04-26,2018-05-20 +/games/boxart/full_3949666JapanFrontccc.jpg,VA-11 HALL-A,PSV,Visual Novel,Wolfgame,Sukeban Games,,0.01,,0.01,,,2017-11-14,2018-01-09 +/games/boxart/full_2951554JapanFrontccc.jpg,Desert Kingdom Portable,PSP,Visual Novel,Idea Factory,Design Factory,,0.01,,0.01,,,2013-02-21,2019-04-26 +/games/boxart/full_247639JapanFrontccc.jpg,"Iza, Shutshjin! Koisen Dai-ni-maku",PSP,Visual Novel,Asgard,"GignoSystem Japan, Inc.",,0.01,,0.01,,,2014-02-27,2019-04-26 +/games/boxart/full_9191755JapanFrontccc.jpg,Akatsuki no Goei Trinity,PS3,Visual Novel,5pb,Syangrila,,0.01,,0.01,,,2012-09-20,2019-04-26 +/games/boxart/full_2837720JapanFrontccc.jpg,Onigokko! Portable,PSP,Visual Novel,Alchemist,Alcot,,0.01,,0.01,,,2013-06-27,2019-04-26 +/games/boxart/full_3225614JapanFrontccc.jpg,Hyakki Yagyou Kaidan Romance,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2012-10-25,2019-04-26 +/games/boxart/full_7770020JapanFrontccc.jpg,"Tengai ni Mau, Iki na Hana",PSV,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-04-26,2018-05-20 +/games/boxart/full_5903284JapanFrontccc.jpg,The Fruit of Grisaia,PSP,Visual Novel,Prototype,Front Wing,,0.01,,0.01,,,2013-02-21,2019-04-26 +/games/boxart/full_6691338JapanFrontccc.jpg,To Heart 2: Another Days,PSP,Visual Novel,Aqua Plus,Aqua Plus,,0.01,,0.01,,,2009-07-30,2019-04-26 +/games/boxart/full_8298707JapanFrontccc.jpg,Chou no Doku: Hana no Kusari - Taishou Tsuyakoi Ibun,PSP,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2014-01-16,2019-04-26 +/games/boxart/full_9815800JapanFrontccc.jpg,Disorder 6,PS3,Visual Novel,5pb,MAGES. Inc.,,0.01,,0.01,,,2013-08-22,2019-04-26 +/games/boxart/full_2577761JapanFrontccc.jpg,Hakuoki: Reimeiroku DS,DS,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2012-04-26,2019-05-08 +/games/boxart/full_4742781JapanFrontccc.jpg,Root Double: Before Crime * After Days,X360,Visual Novel,Yeti,Yeti,,0.01,,0.01,,,2012-06-14,2019-05-10 +/games/boxart/full_6112358JapanFrontccc.jpg,Gakuen Hetalia,DS,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2012-03-08,2019-05-08 +/games/boxart/full_8989045JapanFrontccc.jpg,Chaos;Child: Love Chu Chu!!,PSV,Visual Novel,5pb,5pb. Inc.,,0.01,,0.01,,,2017-03-30,2018-01-15 +/games/boxart/full_9324379JapanFrontccc.jpg,Doukoku Soshite... Doukoku Soshite...,PS4,Visual Novel,El Dia,El Dia,,0.01,,0.01,,,2018-04-26,2018-05-20 +/games/boxart/full_4798515JapanFrontccc.jpg,Tokimeki Restaurant: Project Tristars,PSV,Visual Novel,KOEI,Ruby Party,,0.01,,0.01,,,2018-02-22,2018-03-07 +/games/boxart/full_1260577PALFrontccc.jpg,Zero Escape: Virtue's Last Reward,PSV,Visual Novel,Aksys Games,ChunSoft,,0,,,0,0,2012-10-23,2019-04-25 +/games/boxart/full_1864224JapanFrontccc.jpg,Daitoshokan no Hitsujikai: Library Party,NS,Visual Novel,Aria,August,,0,,0,,,2018-07-26,2018-08-30 +/games/boxart/full_1937768JapanFrontccc.jpg,Cendrillon palikA,NS,Visual Novel,Idea Factory,Otomate,,0,,0,,,2018-10-25,2018-11-07 +/games/boxart/full_9268095JapanFrontccc.jpg,Sanzen Sekai Yuugi: Re Multi Universe Myself,PSV,Visual Novel,Dramatic Create,girls dynamics,,0,,0,,,2018-09-27,2018-10-09 +/games/boxart/full_5431042JapanFrontccc.jpg,Clannad,PS4,Visual Novel,Prototype,Prototype,,0,,0,,,2018-06-14,2019-03-22 +/games/boxart/full_2240285JapanFrontccc.jpg,Hakuoki: Shinkai - Fuukaden,NS,Visual Novel,Idea Factory,Idea Factory,,0,,0,,,2018-09-06,2018-09-26 +/games/boxart/full_5850982JapanFrontccc.jpg,Floral Flowlove,PSV,Visual Novel,Entergram,Entergram,,0,,0,,,2018-08-23,2018-09-26 +/games/boxart/full_8092817JapanFrontccc.jpg,Natsuiro Kokoro Log,PSV,Visual Novel,Dramatic Create,Dramatic Create,,0,,0,,,2018-04-26,2018-04-03 +/games/boxart/full_4474926AmericaFrontccc.jpg,Resident Evil 5: Gold Edition,X360,Action,Capcom,Capcom,9.3,0,,,0,0,2010-03-09, +/games/boxart/full_3787661JapanFrontccc.jpg,Dillon's Dead-Heat Breakers,3DS,Action,Nintendo,Nintendo,7,0,,0,,,2018-04-26,2018-05-20 +/games/boxart/full_5789906JapanFrontccc.jpg,Crayon Shin-Chan Gekiatsu! Oden Wa ~ Rudo Dai Konran!!,3DS,Action,FuRyu Corporation,FuRyu,,0,,0,,,2017-11-30,2018-01-07 +/games/boxart/2536615ccc.jpg,Just Cause,XB,Action,Eidos Interactive,Avalanche Studios,7.3,0,0,,0,0,2006-09-27, +/games/boxart/full_2143343AmericaFrontccc.jpg,Conflict: Denied Ops (JP sales),X360,Action,Eidos Interactive Ltd,Pivotal Games,,0,,0,,,2008-02-12,2019-01-02 +/games/boxart/full_7262013JapanFrontccc.jpg,bit Generations: Boundish,GBA,Action,Nintendo,skip Ltd.,4,0,,0,,0,2006-07-13, +/games/boxart/default.jpg,Professional Farmer 2016,PSV,Action,Namco Bandai Games,Unknown,,0,,,0,0,2015-11-20, +/games/boxart/full_6961029JapanFrontccc.jpg,Tomyka Hero: Rescue Force DS,DS,Action,Takara Tomy,Takara Tomy,,0,,0,,,2008-11-20, +/games/boxart/full_2562246AmericaFrontccc.jpg,M.C. Kids,NES,Platform,Unknown,Virgin Interactive,,0,0,,,,, +/games/boxart/full_pink-panther-pinkadelic-pursuit_165AmericaFront.jpg,Pink Panther: Pinkadelic Pursuit,GBA,Platform,DreamCatcher Interactive,Super Empire,,0,0,,0,0,2002-01-01, +/games/boxart/full_1811579AmericaFrontccc.jpg,James Pond: Codename RoboCod,DS,Platform,Codemasters,Creature Labs,,0,,,0,0,2008-08-30, +/games/boxart/full_9631998JapanFrontccc.jpg,Nari Kids Park: Ultraman R/B,NS,Action,Bandai Namco Games,Bandai Namco Games,,0,,0,,,2018-11-21,2018-12-19 +/games/boxart/full_3343756JapanFrontccc.jpg,Dynasty Warriors 8: Empires,NS,Action,Tecmo Koei,Koei Tecmo Games,,0,,0,,,2017-11-09,2018-07-31 +/games/boxart/full_8759177PALFrontccc.jpg,Of Orcs and Men,PS3,Action,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2012-10-11,2019-01-02 +/games/boxart/full_8175454JapanFrontccc.jpg,Shin Megami Tensei IV Double Hero Pack,3DS,Action,Atlus,Atlus,,0,,0,,,2018-04-19,2018-03-01 +/games/boxart/full_8848380AmericaFrontccc.jpg,Big Bumpin',X360,Action,King Games,Blitz Games,6.7,0,0,,,0,2006-11-19, +/games/boxart/full_6552719PALFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,XOne,Platform,Activision,Behaviour Interactive,,0,,,0,0,2015-11-03,2018-04-01 +/games/boxart/full_587120AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,PC,Platform,Activision,Vicarious Visions,,0,,,0,0,2018-06-29,2018-11-18 +/games/boxart/1059597ccc.jpg,Extreme Ghostbusters,GBA,Platform,DreamCatcher Interactive,Magic Pockets,7.1,0,0,,0,0,2002-12-30, +/games/boxart/full_5316580AmericaFrontccc.jpg,Aero The Acro-Bat,GBA,Platform,Metro 3D,Atomic Planet Entertainment,7.2,0,0,,0,0,2002-05-14, +/games/boxart/full_5804032AmericaFrontccc.jpg,Dark,XBL,Platform,Unknown,Andrew Russell,,0,,,0,0,2009-10-11, +/games/boxart/full_4181322JapanFrontccc.jpg,Ora ga Omae o Mamoru,DS,Platform,Idea Factory,Vingt-et-un Systems,,0,,0,,,2009-05-21, +/games/boxart/full_3848179PALFrontccc.jpg,Mr Bean,DS,Platform,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0,,,0,0,2008-03-14, +/games/boxart/full_6577369AmericaFrontccc.jpg,Phil of the Future,GBA,Platform,Buena Vista,Handheld Games,,0,0,,0,0,2006-09-18, +/games/boxart/3811799ccc.jpg,"Ed, Edd n Eddy: Scam of the Century",DS,Platform,D3 Publisher,Art,,0,,,0,0,2007-10-26, +/games/boxart/full_5814431AmericaFrontccc.jpg,Rayman Legends,PC,Platform,Ubisoft,Ubisoft Montpellier,,0,,,0,0,2013-09-03,2018-03-20 +/games/boxart/full_576838PALFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,PC,Platform,Disney Interactive Studios,Junction Point Studios,,0,0,,,0,2012-11-18,2018-04-14 +/games/boxart/8451732ccc.gif,Kirby's Adventure,VC,Platform,Nintendo,HAL Laboratory,8.4,0,,,0,0,2007-02-12, +/games/boxart/full_6052661PALFrontccc.jpg,Giana Sisters DS,DS,Platform,Destineer,Spellbound,,0,,,0,0,2011-02-22, +/games/boxart/1793942ccc.jpg,Ninja Five-0,GBA,Platform,Konami,Hudson Soft,,0,0,,0,0,2003-04-22, +/games/boxart/full_4674013AmericaFrontccc.jpg,Sonic Heroes,PC,Platform,Sega,Sonic Team,,0,,,0,0,2004-11-17, +/games/boxart/full_1344587AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures,3DS,Platform,Namco Bandai Games,Inti Creates,,0,,0,,,2013-11-05,2019-05-07 +/games/boxart/full_fallout-new-vegas-ultimate-edition_715AmericaFront.jpg,Fallout: New Vegas Ultimate Edition,PS3,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,0,0,,,0,2012-02-07, +/games/boxart/full_1770901PALFrontccc.jpg,Star Wolves,PC,Role-Playing,1C Company,X-Bow Software,,0,,,0,,2005-03-04, +/games/boxart/full_1074348AmericaFrontccc.jpg,Aion: Tower of Eternity,PC,Role-Playing,NCSoft,NCsoft,7.4,0,,,0,0,2009-09-22, +/games/boxart/full_3333468AmericaFrontccc.jpg,Summoner,PC,Role-Playing,THQ,Volition Inc.,,0,,,0,0,2001-03-19, +/games/boxart/full_1202681AmericaFrontccc.jpg,Legacy of Ys: Books I & II,DS,Role-Playing,Atlus,Interchannel Inc.,,0,0,,,,2009-02-24, +/games/boxart/full_6063154AmericaFrontccc.jpg,Arcania: Gothic 4,PS3,Role-Playing,JoWood Productions,Spellbound Entertainment AG,,0,,,0,0,2013-08-13, +/games/boxart/2878296ccc.jpg,Grandia II,PC,Role-Playing,Ubisoft,Game Arts,7.7,0,,,0,,2002-03-10, +/games/boxart/full_2684422AmericaFrontccc.jpg,Freedom Force,PC,Role-Playing,Crave Entertainment,Irrational Games,9.1,0,,,0,,2002-03-24, +/games/boxart/full_397028JapanFrontccc.jpg,Net Ghost Pipopa: Pipopa DS @ Daibouken!!!,DS,Role-Playing,Dimple Entertainment,Dimple Entertainment,,0,,0,,,2009-02-26, +/games/boxart/full_return-to-krondor_259AmericaFront.jpg,Return to Krondor,PC,Role-Playing,Sierra Entertainment,PyroTechnix,,0,,,0,0,1998-11-30, +/games/boxart/full_5553698PALFrontccc.jpg,Time of Shadows,PC,Role-Playing,Take-Two Interactive,SkyFallen Entertainment,,0,,,0,0,2009-09-08, +/games/boxart/full_fallout-new-vegas-ultimate-edition_932AmericaFront.jpg,Fallout: New Vegas Ultimate Edition,X360,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,0,0,,,0,2012-02-07, +/games/boxart/1560987ccc.jpg,Titan Quest: Immortal Throne,PC,Role-Playing,THQ,Iron Lore,8.3,0,,,0,0,2007-03-05, +/games/boxart/full_2623309AmericaFrontccc.jpg,Star Wars Galaxies: Jump to Lightspeed,PC,Role-Playing,LucasArts,Sony Online Entertainment,,0,,,0,0,2004-10-26, +/games/boxart/full_8169478PALFrontccc.jpg,Lords of Xulima,PC,Role-Playing,Numantian Games,Numantian Games,,0,,,0,0,2014-11-14,2018-09-22 +/games/boxart/full_8722336AmericaFrontccc.jpg,Gothic 3: Forsaken Gods,PC,Role-Playing,JoWood Productions,Trine Games,4.4,0,,,0,0,2008-11-20,2018-01-04 +/games/boxart/5936437ccc.jpg,Space Siege,PC,Role-Playing,Sega,Gas Powered Games,4,0,,,0,0,2008-08-12, +/games/boxart/1645419ccc.gif,Arcanum: Of Steamworks and Magick Obscura,PC,Role-Playing,Sierra Entertainment,Troika Games,,0,0,,,0,2001-08-22, +/games/boxart/full_dungeon-siege-legends-of-aranna_7AmericaFront.jpg,Dungeon Siege: Legends of Aranna,PC,Role-Playing,Microsoft Game Studios,Gas Powered Games,,0,,,0,0,2003-11-11, +/games/boxart/1091264ccc.jpg,Paper Mario,VC,Role-Playing,Nintendo,Intelligent Systems,9,0,,,0,0,2007-07-16, +/games/boxart/full_wizardry-8_72AmericaFront.jpg,Wizardry 8,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,0,,,0,0,2001-11-14, +/games/boxart/full_3919941AmericaFrontccc.jpg,Dawn of Magic,PC,Role-Playing,Atari,Sky Fallen / 1C,,0,,,0,0,2007-10-23, +/games/boxart/2949621ccc.jpg,System Shock 2,PC,Role-Playing,Electronic Arts,Irrational Games / Looking Glass Studios,8.9,0,,,0,0,1999-08-11, +/games/boxart/8272793ccc.jpg,Heroes of Might and Magic V: Tribes of the East,PC,Role-Playing,Unknown,Nival Interactive,,0,,,0,0,2007-10-18, +/games/boxart/8089029ccc.jpg,The Elder Scrolls III: Morrowind,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.7,0,,,0,0,2002-05-01, +/games/boxart/full_dungeons-ampamp-dragons-daggerdale_628AmericaFront.jpg,Dungeons & Dragons: Daggerdale,PC,Role-Playing,Atari,Bedlam Games,6,0,,,0,0,2011-05-25, +/games/boxart/6697686ccc.gif,The Elder Scrolls IV: Oblivion - Game of the Year Edition,X360,Role-Playing,2K Games,Bethesda Softworks,8.5,0,,,0,0,2007-09-10, +/games/boxart/full_6828472AmericaFrontccc.jpg,Divine Divinity,PC,Role-Playing,CDV Software Entertainment,Larian Studios,,0,,,0,0,2002-09-22, +/games/boxart/2518786ccc.jpg,Beyond Divinity,PC,Role-Playing,Hip Interactive,Larian Studios,,0,,,0,0,2004-04-28, +/games/boxart/full_5356997JapanFrontccc.jpg,Hottarake no Shima: Kanata to Nijiiro no Kagami,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0,,0,,,2009-08-06, +/games/boxart/full_8564448AmericaFrontccc.jpg,Nox,PC,Role-Playing,Electronic Arts,Westwood Studios,,0,,,0,0,2000-01-31, +/games/boxart/full_5623498AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: The Pitt and Operation: Anchorage,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0,,,0,0,2009-05-26, +/games/boxart/full_phantasy-star-universe_3AmericaFront.jpg,Phantasy Star Universe,PC,Role-Playing,Sega,Sonic Team,6.4,0,,,0,0,2006-10-24, +/games/boxart/3739178ccc.jpg,City of Villains,PC,Role-Playing,NCSoft,Cryptic Studios,,0,,,0,0,2005-10-31, +/games/boxart/full_9679722AmericaFrontccc.jpg,Age of Pirates: Caribbean Tales,PC,Role-Playing,Playlogic Game Factory,Akella,,0,,,0,0,2006-09-12, +/games/boxart/full_8351940PALFrontccc.jpg,Street Fighter 30th Anniversary Collection,PC,Fighting,Capcom,Capcom,,0,,,0,0,2018-05-29,2018-11-07 +/games/boxart/4805260ccc.jpg,WWE Raw,PC,Fighting,THQ,THQ,,0,,,0,0,2002-10-14, +/games/boxart/full_9560165AmericaFrontccc.jpg,Ben 10 Omniverse 2,PS3,Fighting,D3 Publisher,High Voltage Software,,0,0,,,0,2013-11-05,2019-01-02 +/games/boxart/full_7384670AmericaFrontccc.jpg,Super Smash Bros.,VC,Fighting,Nintendo,HAL Laboratory,,0,,,0,,2009-12-21, +/games/boxart/full_2515220PALFrontccc.jpg,Undercover: Dual Motives,DS,Adventure,Unknown,Sproing Interactive Media,,0,,,0,0,, +/games/boxart/922895ccc.jpg,Darkstone,PC,Role-Playing,Gathering of Developers,Delphine Software International,7.5,0,,,0,,1999-07-13, +/games/boxart/full_enclave-shadows-of-twilight_8PALFront.jpg,Enclave: Shadows of Twilight,Wii,Role-Playing,TopWare,Village1 Entertainment,,0,,,0,,2011-04-27, +/games/boxart/full_6072092AmericaFrontccc.jpg,Throne of Darkness,PC,Role-Playing,Sierra Entertainment,Click Entertainment,,0,,,0,,2001-09-24, +/games/boxart/7415422ccc.jpg,Anachronox,PC,Role-Playing,Eidos Interactive,Ion Storm Inc.,,0,,,0,,2001-06-25, +/games/boxart/6319313ccc.jpg,Freedom Force vs The 3rd Reich,PC,Role-Playing,Sierra Entertainment,Irrational Games,,0,,,0,,2005-03-08, +/games/boxart/16434ccc.jpg,The Elder Scrolls IV: Oblivion - Game of the Year Edition,PS3,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.5,0,,,0,0,2007-10-16, +/games/boxart/full_1830845AmericaFrontccc.jpg,Star Wars Galaxies: The Total Experience,PC,Role-Playing,LucasArts,Sony Online Entertainment,,0,,,0,,2005-05-25, +/games/boxart/full_6545583AmericaFrontccc.jpg,Arx Fatalis,PC,Role-Playing,JoWood Productions,Arkane Studios,,0,,,0,0,2002-11-11, +/games/boxart/full_7037360AmericaFrontccc.jpg,LEGO Ninjago Nindroids,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,Hellbent Games,,0,,,0,0,2014-07-29,2019-05-01 +/games/boxart/full_9338034AmericaFrontccc.jpg,Harry Potter for Kinect,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Eurocom,,0,,,0,0,2009-10-09,2019-05-01 +/games/boxart/full_5225307AmericaFrontccc.jpg,Assassin's Creed Chronicles: China,PC,Action-Adventure,Ubisoft,Climax Studios,,0,,,0,0,2015-04-21,2018-12-30 +/games/boxart/full_3262421AmericaFrontccc.jpg,Rise of the Guardians: The Video Game,DS,Action-Adventure,D3Publisher,Torus Games Pty. Ltd.,,0,,,0,,2012-11-20,2019-04-25 +/games/boxart/full_9067125AmericaFrontccc.jpg,The Amazing Spider-Man (2012),PSV,Action-Adventure,Activision,Beenox,,0,,,0,0,2013-11-19,2018-03-15 +/games/boxart/full_9855897AmericaFrontccc.jpg,The Amazing Spider-Man (2012),PC,Action-Adventure,Activision,Beenox,,0,0,,,0,2012-08-10,2018-03-15 +/games/boxart/full_4157207PALFrontccc.jpg,Resident Evil Zero,PS3,Action-Adventure,Capcom,Capcom,,0,,,0,0,2016-01-19,2018-09-04 +/games/boxart/full_7811485AmericaFrontccc.jpg,Mage Knight: Apocalypse,PC,Role-Playing,Namco Bandai,InterServ International,,0,,,0,0,2006-09-26, +/games/boxart/full_5500949AmericaFrontccc.jpg,Izuna: Legend of the Unemployed Ninja,DS,Role-Playing,Atlus,Ninja Studio,6.4,0,,,0,,2007-02-20, +/games/boxart/2221220ccc.jpg,Final Fantasy XI: Online,PC,Role-Playing,Square Enix,Square Enix,8.2,0,,,0,,2004-09-21, +/games/boxart/full_2854894JapanFrontccc.jpg,Tir Na Nog Yuukyuu no Jin,PS2,Role-Playing,System Soft,System Soft,,0,,0,,,2009-04-29, +/games/boxart/full_9939623JapanFrontccc.jpg,Chocobo to Mahou no Ehon: Special Package,DS,Role-Playing,Square Enix,High Horse Entertainment,,0,,0,,,2008-12-11, +/games/boxart/full_8711810JapanFrontccc.jpg,Souhashiki Gadget Robo,DS,Role-Playing,Creative Core,Creative Core,,0,,0,,,2008-12-11, +/games/boxart/full_1290480PALFrontccc.jpg,Deus Ex Complete,PC,Role-Playing,Mastertronic,Ion Storm Inc.,,0,,,0,0,2009-06-26, +/games/boxart/full_3063408JapanFrontccc.jpg,Elminage DS Remix: Yami no Fuo to Kamigami no Yubiwa,DS,Role-Playing,Starfish,Starfish SD,,0,,0,,,2008-11-13, +/games/boxart/full_7503540AmericaFrontccc.jpg,Steal Princess (JP sales),DS,Role-Playing,Atlus,Climax Entertainment,,0,,0,,,2009-05-19, +/games/boxart/full_1736179AmericaFrontccc.jpg,Downtown Secrets,PC,Adventure,Mastertronic,Big Fish Games,,0,,,0,0,2012-03-16,2019-05-01 +/games/boxart/full_keepsake_80AmericaFront.jpg,Keepsake,PC,Adventure,The Adventure Company,Wicked Studios,,0,,,0,0,2006-03-31, +/games/boxart/full_the-crown-of-midas_270PALFront.jpg,The Crown of Midas,Wii,Adventure,Unknown,Funbox Media,,0,,,0,0,2011-11-04, +/games/boxart/8104462ccc.jpg,Sam & Max Hit the Road,PC,Adventure,LucasArts,LucasArts,9,0,,,0,,1993-01-01, +/games/boxart/7841322ccc.jpg,Urban Yeti,GBA,Adventure,Telegames,Cave Barn,,0,0,,0,,2002-08-16, +/games/boxart/full_4682499AmericaFrontccc.jpg,Sherlock Holmes: The Awakened,PC,Adventure,Focus Home Interactive,Frogwares,6,0,,,0,,2007-03-01, +/games/boxart/full_7241175AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 4,PC,Fighting,Namco Bandai Games,CyberConnect2,,0,,,0,0,2016-02-05,2018-09-22 +/games/boxart/full_adk-tamashii_795JapanFront.jpg,ADK Tamashii,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0,,0,,,2008-12-18, +/games/boxart/full_3781945AmericaFrontccc.jpg,Bionic Commando,PC,Adventure,Capcom,GRIN,,0,,,0,0,2009-07-28, +/games/boxart/full_9213754AmericaFrontccc.png,Messiah,PC,Adventure,Interplay,Shiny Entertainment,,0,,,0,,2000-03-31, +/games/boxart/full_3512631AmericaFrontccc.jpg,Fierce Tales: Marcus' Memory,PC,Adventure,Big Fish Games,Big Fish Games,,0,,,0,0,2014-02-03,2019-05-01 +/games/boxart/full_9233605PALFrontccc.jpg,The Waterhorse: Legend of the Deep,DS,Adventure,Blast! Entertainment Ltd,Atomic Planet Entertainment,,0,,,0,0,2008-04-25, +/games/boxart/full_2403905PALFrontccc.jpg,Simon the Sorcerer 3D,PC,Adventure,Adventure Soft,Headfirst Productions,,0,,,0,,2002-04-13, +/games/boxart/4588930ccc.jpg,Atlantis Evolution,PC,Adventure,The Adventure Company,Atlantis Interactive Entertainment,,0,,,0,0,2004-10-17, +/games/boxart/full_1285758AmericaFrontccc.jpg,Escape The Museum,PC,Adventure,Unknown,Gogii Games,,0,,,0,0,2008-04-29, +/games/boxart/full_love-once_0JapanFront.jpg,Love Once,PSP,Adventure,Unknown,Maid meets Cat,,0,,0,,,2010-09-30, +/games/boxart/full_6739254AmericaFrontccc.jpg,Fairyland Melody Magic,DS,Adventure,Ubisoft,Ubisoft Shanghai,,0,,,0,0,2009-11-10, +/games/boxart/2343500ccc.jpg,Beyond Good & Evil,PC,Adventure,Ubisoft,Ubisoft Montpellier,,0,,,0,,2003-11-19, +/games/boxart/full_4943337PALFrontccc.jpg,Horrid Henry: Missions of Mischief,PC,Adventure,SouthPeak Interactive,Asylum Entertainment,,0,,,0,0,2010-08-31, +/games/boxart/full_7155627AmericaFrontccc.jpg,Second Sight,PC,Adventure,Codemasters,Free Radical Design,7,0,,,0,,2005-02-18, +/games/boxart/3557620ccc.jpg,Dexter's Lab / Powerpuff Girls Bundle,GBA,Adventure,BAM! Entertainment,Virtucraft / Sennari Interactive,,0,0,,0,,2003-05-22, +/games/boxart/full_samantha-swift-and-the-golden-touch_8AmericaFront.jpg,Samantha Swift and the Golden Touch,PC,Adventure,Mumbo Jumbo,MumboJumbo,,0,,,0,0,2009-04-29, +/games/boxart/full_6496142AmericaFrontccc.jpg,Emma in the Mountains,DS,Adventure,Aspyr,Nobilis,,0,0,,,,2008-11-24, +/games/boxart/full_womens-murder-club-death-in-scarlet_304AmericaFront.jpg,Women's Murder Club: Death in Scarlet,PC,Adventure,Elephant Entertainment,Oberon Media,,0,,,0,0,2008-04-03, +/games/boxart/full_302371PALFrontccc.jpg,Metropolis Crimes,DS,Adventure,Ubisoft,Lexis Numerique,,0,,,0,0,2009-10-01, +/games/boxart/full_95003AmericaFrontccc.jpg,Samantha Swift and the Hidden Roses of Athena,PC,Adventure,Mumbo Jumbo,MumboJumbo,,0,,,0,0,2008-10-08, +/games/boxart/full_jolly-rover_8AmericaFront.jpg,Jolly Rover,PC,Adventure,Unknown,Brawsome,,0,,,0,0,2010-06-07, +/games/boxart/full_overclocked_733AmericaFront.jpg,Overclocked: A History of Violence,PC,Adventure,Lighthouse Interactive,House of Tales,,0,,,0,0,2008-04-07, +/games/boxart/4054272ccc.jpg,Titanic: Adventure out of Time,PC,Adventure,GTE Entertainment,Cyberflix,,0,,,0,0,1996-10-31, +/games/boxart/full_7284473AmericaFrontccc.jpg,Gone Home,PC,Adventure,The Fullbright Company,The Fullbright Company,9.1,0,,,0,0,2013-08-15,2018-01-21 +/games/boxart/full_7139552PALFrontccc.jpg,Runaway: The Dream of the Turtle,Wii,Adventure,Focus Home Interactive,93 Games Studio,,0,,,0,0,2009-11-29, +/games/boxart/full_5062597AmericaFrontccc.jpg,Victorious: Taking the Lead,Wii,Adventure,D3Publisher,High Voltage Software,,0,,,0,,2012-11-13,2019-05-08 +/games/boxart/full_1759079AmericaFrontccc.jpg,Penumbra: Overture,PC,Adventure,Got Game Entertainment,Frictional Games,6.9,0,,,0,0,2007-05-08, +/games/boxart/6489931ccc.jpg,Shadow of Destiny,PC,Adventure,Konami,Runecraft,,0,,,0,0,2002-07-22, +/games/boxart/6284836ccc.jpg,Obscure,PC,Adventure,DreamCatcher Interactive,Hydravision Entertainment,,0,,,0,0,2005-04-06, +/games/boxart/full_7541779JapanFrontccc.jpg,Yamamura Misa Suspense: Kyoto Kuramayama Shou Satsujin Jiken,PSP,Adventure,Marvelous Interactive,Marvelous Interactive,,0,,0,,,2009-09-03, +/games/boxart/full_9496963PALFrontccc.jpg,Runaway: The Dream of the Turtle,DS,Adventure,Focus Home Interactive,Cyanide,,0,,,0,0,2007-11-14, +/games/boxart/6194156ccc.jpg,Broken Sword: The Sleeping Dragon,PC,Adventure,The Adventure Company,Revolution Software,,0,,,0,0,2003-11-17, +/games/boxart/full_adams-venture_10PALFront.jpg,Adam's Venture Episode 1: The Search For The Lost Garden,PC,Adventure,Iceberg Interactive,Vertigo Gaming Inc.,,0,,,0,0,2009-10-02, +/games/boxart/full_4529383JapanFrontccc.jpg,Routes Portable,PSP,Adventure,Aquaplus,Aquaplus,,0,,0,,,2007-01-25, +/games/boxart/full_849108PALFrontccc.jpg,MotoGP 18,PC,Racing,Milestone S.r.l.,Milestone S.r.l,,0,,,0,0,2018-03-31,2019-01-02 +/games/boxart/full_18-wheels-of-steel-haulin_433AmericaFront.jpg,18 Wheels of Steel: Haulin',PC,Racing,ValuSoft,SCS Software,,0,,,0,,2006-12-08, +/games/boxart/3485135ccc.jpg,Disney Sports Motocross,GBA,Racing,Konami,Konami,5.2,0,0,,,,2003-03-31, +/games/boxart/full_206646JapanFrontccc.jpg,Osouji Sentai Clean Keeper H,PS2,Adventure,Idea Factory,Lupinus,,0,,0,,,2009-10-01, +/games/boxart/full_5244603AmericaFrontccc.jpg,Up,PC,Adventure,THQ,THQ,,0,,,0,0,2009-05-26, +/games/boxart/full_1280382JapanFrontccc.jpg,Kemeko Deluxe! DS: Yome to Meka to Otoko to Onna,DS,Adventure,5pb,Suzak,,0,,0,,,2009-02-26, +/games/boxart/232876ccc.jpg,Pogo Island,DS,Adventure,Electronic Arts,Electronic Arts,,0,,,0,0,2007-03-26, +/games/boxart/6573661ccc.jpg,Dead Reefs,PC,Adventure,The Adventure Company,Streko-Graphics Inc.,,0,,,0,,2007-07-03, +/games/boxart/full_8079453PALFrontccc.jpg,Marvel vs. Capcom: Infinite,PC,Fighting,Capcom,Capcom,,0,,,0,0,2017-09-19,2018-09-22 +/games/boxart/1882666ccc.jpg,Spinout,PSP,Racing,Ghostlight,Icon Games,,0,,,0,0,2008-03-20, +/games/boxart/full_3112168AmericaFrontccc.jpg,TrackMania,PC,Racing,Enlight,Nadeo,,0,,,0,0,2004-07-08, +/games/boxart/full_7197451AmericaFrontccc.jpg,Top Gear GT Championship,GBA,Racing,Kemco,Kemco,,0,0,,0,0,2001-07-09, +/games/boxart/full_1757640AmericaFrontccc.jpg,Rayman Arena,PC,Racing,Ubisoft,Ubisoft,5.1,0,,,0,,2002-09-24, +/games/boxart/full_superstars-v8-next-challenge_183AmericaFront.jpg,Superstars V8 Next Challenge,PC,Racing,Deep Silver,Milestone S.r.l.,,0,0,,,0,2011-01-25, +/games/boxart/full_943038PALFrontccc.jpg,Superstars V8 Racing,PC,Racing,Black Bean Games,Milestone S.r.l,,0,,,0,0,2009-06-26, +/games/boxart/full_3588838AmericaFrontccc.jpg,Hard Truck 2,PC,Racing,ValuSoft,ValuSoft,,0,,,0,,2001-12-31,2019-05-01 +/games/boxart/9812339ccc.jpg,Dual Blades,GBA,Fighting,Metro 3D,Metro3D,6,0,0,,0,0,2002-10-07, +/games/boxart/7892864ccc.jpg,Ready 2 Rumble Boxing: Round 2,GBA,Fighting,Midway Games,Midway Games,4.8,0,0,,0,0,2001-05-30, +/games/boxart/full_5328712JapanFrontccc.jpg,Value Pack: Street Fighter Zero 3 Double Upper / Vampire Chronicle: The Chaos Tower,PSP,Fighting,Capcom,Capcom,,0,,0,,,2009-01-29, +/games/boxart/full_1647520AmericaFrontccc.jpg,Dragon Ball: Evolution (jp sales),PSP,Fighting,Namco Bandai,Dimps Corporation,,0,,0,,,2009-04-08, +/games/boxart/full_1139914JapanFrontccc.jpg,Hajime no Ippo: The Fighting! DS,DS,Fighting,D3 Publisher,ESP Software,,0,,0,,,2008-12-04, +/games/boxart/full_mortal-kombat-advance_6AmericaFront.jpg,Mortal Kombat Advance,GBA,Fighting,Midway Games,Virtucraft,,0,0,,0,0,2001-12-12, +/games/boxart/full_1635908AmericaFrontccc.jpg,Ben 10 Omniverse 2,Wii,Fighting,D3 Publisher,High Voltage Software,,0,0,,0,0,2013-11-05,2019-01-02 +/games/boxart/full_3706037AmericaFrontccc.jpg,Ben 10 Omniverse 2,WiiU,Fighting,D3 Publisher,High Voltage Software,,0,0,,,0,2013-11-05,2019-01-02 +/games/boxart/full_9867141JapanFrontccc.jpg,HimeHibi: New Princess Days!! Zoku! Ni-Gakki Portable,PSP,Adventure,Takuyo,Takuyo,,0,,0,,,2010-02-25, +/games/boxart/full_8245245AmericaFrontccc.jpg,Jade Rousseau,PC,Adventure,Phenomedia,DECK13 Interactive,,0,,,0,0,2011-05-11,2018-07-24 +/games/boxart/full_9996922JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-3-Shuu: Fushigi no Kuni no Nazotoki Otogibanashi,DS,Adventure,Level 5,Level 5,,0,,0,,,2009-10-08, +/games/boxart/full_2053056PALFrontccc.png,Broken Sword: The Serpent's Curse,PC,Adventure,Revolution Software,Revolution Software,,0,,,0,0,2014-06-20,2018-01-01 +/games/boxart/full_8686619AmericaFrontccc.jpg,Agatha Christie: And Then There Were None,PC,Adventure,The Adventure Company,AWE Games,,0,,,0,0,2005-10-30, +/games/boxart/full_art-of-murder-fbi-confidential_595AmericaFront.jpg,Art of Murder: FBI Confidential,PC,Adventure,City Interactive,City Interactive,,0,,,0,0,2008-07-29, +/games/boxart/3517250ccc.jpg,Return to Mysterious Island,PC,Adventure,The Adventure Company,Kheops Studio,,0,,,0,0,2004-11-02, +/games/boxart/full_princess-isabella-a-witchs-curse_3PALFront.jpg,Princess Isabella: A Witch's Curse,PC,Adventure,Unknown,Gogii Games,,0,,,0,0,2009-08-24, +/games/boxart/full_2337042PALFrontccc.jpg,Arthur and the Invisibles,PSP,Adventure,Atari,Etranges Libellules,,0,,,0,0,2007-02-16, +/games/boxart/full_2354799AmericaFrontccc.jpg,The Book of Unwritten Tales 2,PC,Adventure,Nordic Games,KING Art Games,,0,,,0,0,2014-09-04,2017-12-31 +/games/boxart/full_7358523PALFrontccc.jpg,Discworld Noir,PC,Adventure,GT Interactive,Perfect Entertainment,,0,,,0,,1999-01-01, +/games/boxart/7251914ccc.jpg,Nancy Drew: Danger By Design,PC,Adventure,Her Interactive,Her Interactive,,0,,,0,0,2006-07-11, +/games/boxart/full_6201881AmericaFrontccc.jpg,The Thing,PC,Adventure,VU Games,Computer Artworks,,0,,,0,0,2002-08-20, +/games/boxart/full_piyo-tan-oyashiki-sennyuu-daisakusen_6JapanFront.jpg,Piyo-Tan: Oyashiki Sennyuu Daisakusen!,PS2,Adventure,Prototype,Visual Arts,,0,,0,,,2008-08-28, +/games/boxart/full_9599768PALFrontccc.jpg,Naraba's World: The Mysterious Palace,DS,Adventure,Mentor Interactive,Mentor Interactive,,0,0,,,0,2012-05-07,2019-05-02 +/games/boxart/full_3567337AmericaFrontccc.jpg,The Golden Compass,PC,Adventure,Sega,Shiny Entertainment,,0,,,0,,2007-12-14, +/games/boxart/full_leisure-suit-larry-magna-cum-laude_969AmericaFront.jpg,Leisure Suit Larry: Magna Cum Laude,PC,Adventure,VU Games,High Voltage Software,,0,,,0,0,2004-10-05, +/games/boxart/7920510ccc.jpg,Death to Spies,PC,Adventure,Atari,Haggard Games,,0,,,0,0,2007-10-16, +/games/boxart/full_hollywood-files-murder-on-the-scene_36AmericaFront.jpg,Hollywood Files: Deadly Intrigues,DS,Adventure,Unknown,Foreign Media Games,,0,0,,0,0,2011-06-14, +/games/boxart/420408ccc.jpg,Prince of Persia: Warrior Within,PC,Adventure,Ubisoft,Ubisoft Montreal,,0,,,0,0,2004-11-30, +/games/boxart/full_8911155AmericaFrontccc.jpg,Barbie as The Island Princess,PC,Adventure,Activision,Human Soft / Ivolgamus,,0,,,0,0,2007-10-30, +/games/boxart/9739332ccc.jpg,Alone in the Dark: The New Nightmare,PC,Adventure,Infogrames,Spiral House,,0,,,0,0,2001-06-25, +/games/boxart/full_csi-crime-scene-investigation-dark-motives_221AmericaFront.jpg,CSI: Dark Motives,PC,Adventure,Ubisoft,369 Interactive,,0,,,0,0,2004-03-23, +/games/boxart/6588907ccc.jpg,The Curse of Monkey Island,PC,Adventure,LucasArts,LucasArts,,0,,,0,0,1997-10-31, +/games/boxart/7504217ccc.jpg,Dora the Explorer Double Pak,GBA,Adventure,Global Star Software,CineGroupe / ImaginEngine,,0,0,,0,0,2007-02-05, +/games/boxart/full_secrets-of-the-vatican-the-holy-lance_138PALFront.jpg,Secrets of the Vatican: The Holy Lance,PC,Adventure,Mastertronic,Mastertronic,,0,,,0,0,2009-11-06, +/games/boxart/full_4412005JapanFrontccc.jpg,Keiki J.B. Harold Jikenbo: Manhattan Requiem & Kiss of Murder,DS,Adventure,fonfun,althi Inc.,,0,,0,,,2008-11-27, +/games/boxart/1018667ccc.jpg,Dark Fall: The Journal,PC,Adventure,The Adventure Company,XXV Productions,,0,,,0,0,2003-07-25, +/games/boxart/8039941ccc.jpg,Discworld,PC,Adventure,Psygnosis,Perfect Entertainment,,0,,,0,0,1995-01-01, +/games/boxart/full_8471717AmericaFrontccc.jpg,Drawn to Life (JP sales),DS,Adventure,THQ,5TH Cell,,0,,0,,,2007-09-10, +/games/boxart/7946997ccc.jpg,Paradise,PC,Adventure,Ubisoft,White Birds Productions,,0,,,0,0,2006-05-03, +/games/boxart/full_oddly-enough-pied-piper_423AmericaFront.jpg,Oddly Enough: Pied Piper,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0,,,0,0,2011-11-06,2019-05-03 +/games/boxart/full_from-dust_782AmericaFront.jpg,From Dust,PC,Adventure,Ubisoft,Ubisoft Montpellier,8.2,0,0,,,0,2011-08-17, +/games/boxart/full_609024JapanFrontccc.jpg,Memories Off 6: T-Wave,X360,Adventure,5pb,5pb. Games,,0,,0,,,2009-08-27, +/games/boxart/full_4515695JapanFrontccc.jpg,Tonari ni Kanojo no Iru Shiawase: Winter Guest,PS4,Adventure,Entergram,Entergram,,0,,0,,,2018-06-28,2018-08-12 +/games/boxart/full_322040JapanFrontccc.jpg,Hitsuji Kunnara Kiss Shite Ageru *,PSP,Adventure,CyberFront,CyberFront,,0,,0,,,2009-03-19, +/games/boxart/full_8143697AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,PS3,Adventure,Little Orbit,WayForward Technologies,,0,0,,,0,2014-10-18,2018-04-17 +/games/boxart/full_4113800AmericaFrontccc.jpg,Until Dawn,PS3,Adventure,Sony Computer Entertainment America,Supermassive Games Ltd.,,0,,,0,0,2014-01-01,2019-05-02 +/games/boxart/full_7457398PALFrontccc.jpg,Diabolik: The Original Sin,DS,Adventure,Black Bean Games,Artematica Entertainment,,0,,,0,0,2009-06-26, +/games/boxart/full_2836376JapanFrontccc.jpg,Another Time Another Leaf: Kagami no Naka no Tantei,DS,Adventure,Arc System Works,Killaware,,0,,0,,,2009-04-23, +/games/boxart/full_8401850JapanFrontccc.jpg,Hakuouki: Zuisouroku Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-08-27, +/games/boxart/full_947613AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,PC,Adventure,Ubisoft,Ubisoft Montreal,9,0,,,0,0,2003-11-30, +/games/boxart/full_murasaki-no-honoo_1JapanFront.jpg,Murasaki no Honoo,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2008-11-27, +/games/boxart/full_3864089JapanFrontccc.jpg,Breath: Toiki wa Akaneiro,DS,Adventure,Success,Success,,0,,0,,,2008-06-26, +/games/boxart/full_5337098JapanFrontccc.jpg,Saikin Koishiteru?,DS,Adventure,D3 Publisher,Microvision,,0,,0,,,2009-07-30, +/games/boxart/full_1111377JapanFrontccc.jpg,Sakai Burai Kaiji: Death or Survival,DS,Adventure,Compile Heart,Compile Heart,,0,,0,,,2008-09-25, +/games/boxart/full_4540733AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,GBA,Adventure,LEGO Media,Silicon Dreams,,0,0,,0,0,2001-10-02, +/games/boxart/full_540693AmericaFrontccc.jpg,Call of Cthulhu: Dark Corners of the Earth,PC,Adventure,2K Games,Headfirst Productions,,0,,,0,0,2006-04-26, +/games/boxart/full_the-mystery-of-the-crystal-portal_3PALFront.jpg,The Mystery of the Crystal Portal,PC,Adventure,Avanquest,G5 Software,,0,,,0,0,2010-05-28, +/games/boxart/full_3499199JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-4-Shuu: Time Machine no Nazotoki Daibouken,DS,Adventure,Level 5,Level 5,,0,,0,,,2009-10-08, +/games/boxart/full_7158765PALFrontccc.jpg,Frankenstein: The Dismembered Bride,PC,Adventure,Mastertronic,Mastertronic,,0,,,0,0,2009-11-06, +/games/boxart/full_9886897AmericaFrontccc.jpg,Sinking Island,PC,Adventure,Encore,White Birds Productions,,0,,,0,0,2008-08-21, +/games/boxart/full_1662463AmericaFrontccc.jpg,Prisoner of War,PC,Adventure,Codemasters,Wide Games,,0,,,0,0,2002-09-30, +/games/boxart/full_889856AmericaFrontccc.jpg,Still Life,PC,Adventure,The Adventure Company,Microids,6.4,0,,,0,0,2005-05-04, +/games/boxart/1254130ccc.jpg,Dreamfall: The Longest Journey,PC,Adventure,Aspyr,Funcom,7.4,0,,,0,0,2006-04-17, +/games/boxart/6839054ccc.jpg,Dracula: Origin,PC,Adventure,The Adventure Company,Frogwares,,0,,,0,0,2008-06-02, +/games/boxart/full_607789JapanFrontccc.jpg,Hayarigami 2 Portable: Keishichou Kaii Jiiken File,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2008-08-07, +/games/boxart/full_4275536JapanFrontccc.jpg,Hayarigami 2 DS: Toshidensetsu Kaii Jiken,DS,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2009-07-09, +/games/boxart/full_3239857JapanFrontccc.jpg,Your Memories Off: Girl's Style,PSP,Adventure,5pb,5pb. Games,,0,,0,,,2009-02-26, +/games/boxart/full_1969875JapanFrontccc.jpg,Toudou Ryuunosuke Tantei Nikki: Aen no Koufune,DS,Adventure,fonfun,fonfun,,0,,0,,,2009-03-26, +/games/boxart/full_8851073JapanFrontccc.jpg,Toudou Ryuunosuke Tantei Nikki: Kohakuiro no Yuigon,DS,Adventure,fonfun,fonfun,,0,,0,,,2008-12-18, +/games/boxart/full_8949129JapanFrontccc.jpg,Memories Off #6 Double Pack,X360,Adventure,5pb,5pb. Games,,0,,0,,,2009-08-27, +/games/boxart/1431097ccc.jpg,Agatha Christie: Evil Under the Sun,PC,Adventure,The Adventure Company,AWE Games,,0,,,0,0,2007-10-16, +/games/boxart/full_3116072AmericaFrontccc.jpg,Sam & Max: Season Two,PC,Adventure,Telltale Games,Telltale Games,,0,,,0,0,2009-04-11, +/games/boxart/full_9854654PALFrontccc.jpg,Sam Power: Footballer,DS,Sports,Ubisoft,Tectoy Digital,,0,,,0,0,2009-03-13, +/games/boxart/full_1969235AmericaFrontccc.jpg,Blood Bowl 2,PS4,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2015-05-29,2018-09-16 +/games/boxart/full_8566853PALFrontccc.jpg,Football Manager 2006,X360,Sports,Sega,Sports Interactive,8.5,0,,,0,0,2006-04-13, +/games/boxart/full_major-dream-wii-perfect-closer_1JapanFront.jpg,Major Dream: Major Wii Perfect Closer,Wii,Sports,Takara Tomy,Takara Tomy,,0,,0,,,2008-12-11, +/games/boxart/full_2579247JapanFrontccc.jpg,Winning Post World 2010,X360,Sports,KOEI,Koei,,0,,0,,,2010-04-02, +/games/boxart/2166794ccc.jpg,Championship Manager 4,PC,Sports,Eidos Interactive,Sports Interactive,,0,,,0,0,2003-03-29, +/games/boxart/5400203ccc.jpg,Championship Manager: Season 00/01,PC,Sports,Eidos Interactive,Sports Interactive,,0,,,0,0,2000-01-02, +/games/boxart/full_1647060AmericaFrontccc.jpg,Sports Champions 2,PS3,Sports,Sony Computer Entertainment,SCEA San Diego Studio / Zindagi Games,,0,,,0,0,2012-10-30,2018-04-11 +/games/boxart/full_nostradamus-the-last-prophecy_842AmericaFront.jpg,Nostradamus: The Last Prophecy,PC,Adventure,MC2 Entertainment,Kheops Studio,,0,,,0,0,2007-09-30, +/games/boxart/full_3870874AmericaFrontccc.jpg,Marine Life Rescue,Wii,Adventure,Conspiracy Entertainment,Conspiracy Entertainment,,0,0,,,0,2011-12-01, +/games/boxart/7827090ccc.jpg,Prince of Persia: The Two Thrones,PC,Adventure,Ubisoft,Ubisoft Montreal,,0,,,0,0,2005-12-01, +/games/boxart/full_8229917PALFrontccc.gif,WSC Real 09: World Championship Snooker,Wii,Sports,Blade Interactive,Blade Interactive,,0,,,0,0,2009-08-28, +/games/boxart/full_8000231PALFrontccc.jpg,Championship Manager 5,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2005-03-18, +/games/boxart/full_virtua-tennis-2009_0PALFront.jpg,Virtua Tennis 2009,PC,Sports,Sega,Sumo Digital,,0,,,0,0,2009-06-09, +/games/boxart/full_6112851AmericaFrontccc.jpg,ProStroke Golf: World Tour 2007,PS2,Sports,Oxygen Interactive,Gusto Games,,0,0,,0,0,2006-09-01, +/games/boxart/full_525877PALFrontccc.jpg,Tour de France 2014,X360,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2014-06-20,2018-12-30 +/games/boxart/full_6814677AmericaFrontccc.jpg,Myst V: End of Ages,PC,Adventure,Ubisoft,Cyan Worlds,,0,,,0,0,2005-09-19, +/games/boxart/full_6776177JapanFrontccc.jpg,Will O' Wisp DS,DS,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-03-26, +/games/boxart/full_2104472JapanFrontccc.jpg,Ayaka Shibito Portable,PSP,Adventure,Dimple Entertainment,HuneX,,0,,0,,,2009-03-19, +/games/boxart/full_dark-fall-lights-out-the-directors-cut-edition_726PALFront.jpg,Dark Fall: Lights Out - The Director's Cut Edition,PC,Adventure,Iceberg Interactive,XXV Productions,,0,,,0,0,2009-12-11, +/games/boxart/full_samantha-swift-and-the-secret-scroll_8AmericaFront.jpg,Samantha Swift and the Secret Scroll,Wii,Adventure,Mumbo Jumbo,MumboJumbo,,0,0,,,0,2010-06-08, +/games/boxart/full_hyakko-yorozuya-jikenbo_6JapanFront.jpg,Hyakko: Yorozuya Jikenbo!,PS2,Adventure,5pb,Genterprise,,0,,0,,,2009-04-09, +/games/boxart/full_6067594AmericaFrontccc.jpg,Prison Break: The Conspiracy,PC,Adventure,Deep Silver,ZootFly,2.5,0,,,0,0,2010-03-30, +/games/boxart/full_1793614JapanFrontccc.jpg,Juujimoto Ripputai Sypher Portable,PSP,Adventure,Abel,Abel Software,,0,,0,,,2009-08-27, +/games/boxart/full_500060PALFrontccc.jpg,Postman Pat,DS,Adventure,Blast! Entertainment Ltd,The Code Monkeys,,0,,,0,0,2008-03-14, +/games/boxart/full_6127735AmericaFrontccc.jpg,The Hobbit,PC,Adventure,Sierra Entertainment,Midway Studios - Austin,,0,,,0,0,2003-11-10, +/games/boxart/full_5060448AmericaFrontccc.jpg,Nearwood,PC,Adventure,Viva Media,MagicIndie,,0,,,0,0,2014-04-16,2019-05-02 +/games/boxart/full_1842922AmericaFrontccc.jpg,Myst: Masterpiece Edition,PC,Adventure,Red Orb,Cyan Worlds,,0,,,0,0,1999-01-01, +/games/boxart/7868354ccc.jpg,Mystery Case Files: Prime Suspects,PC,Adventure,Big Fish Games,Big Fish Games,,0,,,0,0,2006-05-02, +/games/boxart/full_silent-hill-3_10AmericaFront.jpg,Silent Hill 3,PC,Adventure,Konami,Team Silent,,0,,,0,0,2003-12-02, +/games/boxart/full_6809777AmericaFrontccc.jpg,CSI: Miami,PC,Adventure,Ubisoft,369 Interactive,,0,,,0,0,2004-11-16, +/games/boxart/full_3639848PALFrontccc.jpg,Shaun the Sheep: Off His Head,DS,Adventure,D3 Publisher,Aardman Animations,,0,,,0,0,2009-10-23, +/games/boxart/full_914007AmericaFrontccc.jpg,NBA Live 08,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2007-10-30, +/games/boxart/full_7500323JapanFrontccc.jpg,Winning Post World,Wii,Sports,KOEI,Koei,,0,,0,,,2009-04-02, +/games/boxart/full_9255323PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,Wii,Sports,Koch Media,Blade Interactive,,0,,,0,0,2008-11-14, +/games/boxart/full_john-dalys-prostroke-golf_0AmericaFront.jpg,John Daly's ProStroke Golf,PC,Sports,O-Games,Gusto Games,,0,0,,0,0,2010-10-05, +/games/boxart/full_1931400PALFrontccc.jpg,Championship Manager 2006,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2006-03-31, +/games/boxart/full_6765367PALFrontccc.jpg,World Snooker Championship 2005,PC,Sports,Sega,Blade Interactive,,0,,,0,0,2005-04-15, +/games/boxart/full_1671373PALFrontccc.jpg,FIFA Manager 09,PC,Sports,Electronic Arts,Bright Future GmbH,,0,,,0,0,2008-10-31, +/games/boxart/full_5937015PALFrontccc.jpg,FIFA Manager 08,PC,Sports,EA Sports,Bright Future GmbH,,0,,,0,0,2007-11-02, +/games/boxart/full_7252197PALFrontccc.jpg,Imagine: Champion Rider,Wii,Sports,Ubisoft,Phoenix Interactive,,0,,,0,0,2008-11-07, +/games/boxart/full_7934315PALFrontccc.jpg,Blood Bowl,DS,Sports,Unknown,Cyanide Studio,,0,,,0,0,, +/games/boxart/full_3108220AmericaFrontccc.jpg,High Heat Major League Baseball 2003,GBA,Sports,3DO,Mobius Entertainment,6,0,0,,0,0,2002-03-05, +/games/boxart/full_8723390PALFrontccc.jpg,Imagine: Champion Rider,PC,Sports,Ubisoft,Phoenix Interactive,,0,,,0,0,2008-01-01, +/games/boxart/full_6781245AmericaFrontccc.jpg,Agassi Tennis Generation 2002,GBA,Sports,DreamCatcher Interactive,Aqua Pacific,,0,0,,0,0,2003-09-30, +/games/boxart/full_3057567PALFrontccc.jpg,Championship Manager 2007,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2006-10-13, +/games/boxart/full_6337752PALFrontccc.jpg,International Cricket Captain III,PSP,Sports,Empire Interactive,Atomic Planet Entertainment,,0,,,0,0,2007-11-16, +/games/boxart/full_2000264PALFrontccc.jpg,World Snooker Championship: Season 2007-08,DS,Sports,Blade Interactive,Blade Interactive,,0,,,0,0,2007-10-26, +/games/boxart/full_9055903PALFrontccc.jpg,Handball 16,PSV,Sports,Bigben Interactive,EKO Software,,0,,,0,0,2015-11-27,2018-04-24 +/games/boxart/full_9335081AmericaFrontccc.jpg,Tiger Woods PGA Tour 2004,PC,Sports,EA Sports,Headgate Studios,,0,0,,0,0,2003-09-22, +/games/boxart/full_3553931AmericaFrontccc.jpg,Blood Bowl 2,XOne,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2015-05-29,2018-09-15 +/games/boxart/full_4634575AmericaFrontccc.jpg,Jonny Moseley Mad Trix,GBA,Sports,3DO,"GFX Construction, Inc.",,0,0,,0,0,2002-02-15, +/games/boxart/full_3696239AmericaFrontccc.jpg,X-Bladez: In-Line Skater,GBA,Sports,Crave Entertainment,Crave,,0,0,,0,0,2002-04-05, +/games/boxart/3392460ccc.jpg,BattleSport,PS,Sports,Acclaim Entertainment,Unexpected Development,,0,0,,0,0,1997-06-30, +/games/boxart/full_2804521PALFrontccc.jpg,World Snooker Challenge 2007,PSP,Sports,Sega,Blade Interactive,,0,,,0,0,2007-01-12, +/games/boxart/full_6456228PALFrontccc.jpg,Hustle Kings VR,PS4,Sports,Sony Interactive Entertainment,EPOS Game Studios,,0,,,0,0,2016-10-10,2018-04-20 +/games/boxart/full_4264354PALFrontccc.jpg,Handball 16,XOne,Sports,Bigben Interactive,EKO Software,,0,,,0,0,2015-11-27,2018-04-24 +/games/boxart/full_9188276JapanFrontccc.jpg,Winning Post 7 Maximum 2008,Wii,Sports,KOEI,Koei,,0,,0,,,2008-03-13, +/games/boxart/9243199ccc.jpg,Championship Bowling,XB,Sports,Evolved Games,Black Market Games,,0,0,,0,0,2006-03-01, +/games/boxart/full_3989002PALFrontccc.jpg,Ashes Cricket 2009,PC,Sports,Codemasters,Transmission Games,,0,,,0,0,2009-08-07, +/games/boxart/full_5346819AmericaFrontccc.jpg,Madden NFL 09 All-Play (weekly US sales),Wii,Sports,Electronic Arts,EA Tiburon,8,0,0,,,0,2008-08-12, +/games/boxart/full_2480528PALFrontccc.jpg,Freddie Flintoff's Powerplay Cricket,DS,Sports,Tradewest,Playerone Sport,,0,,,0,0,2010-08-13, +/games/boxart/full_4098007PALFrontccc.jpg,G1 Jockey Wii 2008,Wii,Sports,KOEI,Koei/Inis,,0,,,0,0,2008-09-26, +/games/boxart/full_5562090JapanFrontccc.jpg,100 Kiri Golf DS,DS,Sports,GungHo,GungHo Works,,0,,0,,,2008-10-23, +/games/boxart/full_8828920PALFrontccc.jpg,International Cricket Captain 2008,PC,Sports,Empire Interactive,Empire Interactive,,0,,,0,0,2008-06-27, +/games/boxart/full_4963820AmericaFrontccc.jpg,FIFA Soccer 2005,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2004-10-12, +/games/boxart/full_6351797PALFrontccc.jpg,WSC REAL 09: World Snooker Championship,PC,Sports,Deep Silver,Blade Interactive,,0,,,0,0,2009-04-03, +/games/boxart/full_4401690AmericaFrontccc.jpg,Little League Baseball 2002,GBA,Sports,NewKidCo,Handheld Games,,0,0,,0,0,2002-05-27, +/games/boxart/full_913938AmericaFrontccc.jpg,High Heat Major League Baseball 2002,GBA,Sports,3DO,Mobius Entertainment,6,0,0,,0,0,2001-09-16, +/games/boxart/full_6073155PALFrontccc.jpg,Pro Cycling Season 2009: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2009-07-10, +/games/boxart/default.jpg,Rugby League Challenge,PSP,Sports,Fru Blu Games,Wicked Witch Software,,0,,,0,0,2009-09-10, +/games/boxart/full_5618349PALFrontccc.jpg,Cricket Revolution,PC,Sports,Mindstorm Studios,Mindstorm Studios,,0,,,0,0,2009-10-30, +/games/boxart/full_8322461PALFrontccc.jpg,Asterix at the Olympic Games,Wii,Sports,Atari,Etranges Libellules,,0,,,0,0,2008-02-29, +/games/boxart/full_1982395AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),PC,Sports,Activision,Activision,,0,0,,,0,2009-10-13, +/games/boxart/full_6042262AmericaFrontccc.jpg,FIFA 07 Soccer,PC,Sports,EA Sports,EA Canada,8.4,0,,,0,0,2006-10-03, +/games/boxart/full_3737454PALFrontccc.jpg,International Athletics,Wii,Sports,Ghostlight,The Code Monkeys,,0,,,0,0,2010-06-25, +/games/boxart/default.jpg,California Sports,Wii,Sports,Unknown,Destineer,,0,0,,,0,, +/games/boxart/full_5768796AmericaFrontccc.jpg,ProStroke Golf: World Tour 2007,PC,Sports,SouthPeak Interactive,Oxygen Games,,0,,,0,0,2006-08-29, +/games/boxart/full_8223647AmericaFrontccc.jpg,ProStroke Golf: World Tour 2007,PSP,Sports,SouthPeak Interactive,Oxygen Games,,0,,,0,0,2007-03-08, +/games/boxart/full_stoked-big-air-edition_29PALFront.jpg,Stoked: Big Air Edition,PC,Sports,Namco Bandai,Bongfish GmbH,,0,,,0,0,2011-03-11, +/games/boxart/9139542ccc.jpg,Harry Potter: Quidditch World Cup,PC,Sports,Electronic Arts,Electronic Arts,,0,,,0,0,2003-10-28, +/games/boxart/full_7660436JapanFrontccc.jpg,Nihon Yakyuu Kikou Shounin: Batting Revolution,Wii,Sports,Alpha Unit,Alpha Unit,,0,,0,,,2009-07-16, +/games/boxart/full_1558005PALFrontccc.jpg,Imagine: Champion Rider 2009,PSP,Sports,Ubisoft,Phoenix Interactive,,0,,,0,0,2009-06-19, +/games/boxart/full_4992227PALFrontccc.jpg,Football Manager Handheld,PSP,Sports,Sega,Sports Interactive,,0,,,0,0,2006-04-13, +/games/boxart/full_3624124PALFrontccc.jpg,International Athletics,PSP,Sports,Ghostlight,The Code Monkeys,,0,,,0,0,2008-07-25, +/games/boxart/full_7566746PALFrontccc.jpg,Rugby 08,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2007-07-27, +/games/boxart/7207627ccc.jpg,ProStroke Golf: World Tour 2007,XB,Sports,Oxygen Interactive,Gusto Games,,0,0,,0,0,2006-09-12, +/games/boxart/full_4473823AmericaFrontccc.jpg,MLB SlugFest 20-04,GBA,Sports,Midway Games,Handheld Games,,0,0,,0,0,2003-03-18, +/games/boxart/full_9494306PALFrontccc.jpg,Championship Manager 2007,PSP,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2007-03-16, +/games/boxart/full_4901183AmericaFrontccc.jpg,PDC World Championship Darts 2009,DS,Sports,O-Games,Rebellion Developments,,0,,,0,0,2009-06-16, +/games/boxart/full_461151AmericaFrontccc.jpg,NFL Blitz 20-03,GBA,Sports,Midway Games,OutLook Entertainment,,0,0,,0,0,2002-08-12, +/games/boxart/3240742ccc.jpg,Tiger Woods PGA Tour 07,PC,Sports,EA Sports,EA Redwood Shores,7.8,0,,,0,0,2006-10-10, +/games/boxart/full_championship-manager-2008_635PALFront.jpg,Championship Manager 2008,PC,Sports,GamersGate,Beautiful Game Studios,,0,,,0,0,2007-11-06, +/games/boxart/full_phil-taylors-power-play-darts_379PALFront.jpg,Phil Taylor's Power Play Darts,DS,Sports,Unknown,Funbox Media,,0,,,0,0,2011-12-02, +/games/boxart/full_7210362PALFrontccc.jpg,Real Madrid: The Game,Wii,Sports,Virgin Play,Virgin Play,,0,,,0,0,2009-04-03, +/games/boxart/full_3454307PALFrontccc.jpg,Tim Stockdale's Riding Star,DS,Sports,DTP Entertainment,DTP Entertainment,,0,,,0,0,2008-09-26, +/games/boxart/full_9202000AmericaFrontccc.jpg,Ford Racing Off Road,PC,Racing,Empire Interactive,Razorworks Studios,,0,,,0,0,2008-09-23, +/games/boxart/full_7760294AmericaFrontccc.jpg,Gadget Racers,GBA,Racing,Conspiracy Entertainment,Takara,7,0,0,,0,0,2001-10-27, +/games/boxart/full_rfactor_680PALFront.jpg,rFactor,PC,Racing,Image Space Incorporated,Image Space Inc.,,0,,,0,0,2005-08-31,2018-03-22 +/games/boxart/full_8907259AmericaFrontccc.jpg,Sonic Riders,PC,Racing,Sega,Sonic Team,,0,,,0,0,2006-11-17, +/games/boxart/full_5684334PALFrontccc.jpg,Crash Time 4: The Syndicate,PC,Racing,DTP Entertainment,Synetic,,0,,,0,0,2010-12-23,2019-01-02 +/games/boxart/full_9369760AmericaFrontccc.jpg,Colin McRae Rally 2.0,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2001-02-14, +/games/boxart/full_646850PALFrontccc.jpg,GT-R 400,PC,Racing,Midas Interactive Entertainment,Kuju Entertainment,,0,,,0,0,2006-11-17, +/games/boxart/full_5833688AmericaFrontccc.jpg,RalliSport Challenge,PC,Racing,Microsoft Game Studios,Digital Illusions,,0,,,0,0,2002-11-06, +/games/boxart/full_2009249AmericaFrontccc.jpg,SRS: Street Racing Syndicate,GBA,Racing,Namco,Raylight Studios,,0,0,,0,0,2005-10-04, +/games/boxart/full_1201903PALFrontccc.jpg,Bigfoot: Collision Course,PC,Racing,Unknown,Destination Software,,0,,,0,0,, +/games/boxart/full_ferrari-the-race-experience_3PALFront.jpg,Ferrari: The Race Experience,PSN,Racing,Deep Silver,Eutechnyx,,0,,,0,0,2011-09-13, +/games/boxart/full_colin-mcrae-rally-3_315PALFront.jpg,Colin McRae Rally 3,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2003-06-13, +/games/boxart/full_4766939AmericaFrontccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2004-04-15, +/games/boxart/full_18-wheels-of-steel-convoy_52AmericaFront.jpg,18 Wheels of Steel: Convoy,PC,Racing,ValuSoft,SCS Software,,0,,,0,0,2005-09-01, +/games/boxart/full_7110794AmericaFrontccc.jpg,Need for Speed: Hot Pursuit 2,PC,Racing,Electronic Arts,EA Black Box,6.7,0,,,0,0,2002-10-21, +/games/boxart/full_6436940AmericaFrontccc.jpg,FlatOut 2,PC,Racing,Vivendi Games,Bugbear Entertainment,,0,,,0,0,2006-08-01, +/games/boxart/full_7311945AmericaFrontccc.jpg,Stuntman Ignition,PSN,Racing,Unknown,Paradigm Entertainment,,0,,,0,0,, +/games/boxart/full_1834708PALFrontccc.jpg,Crazy Frog Racer,DS,Racing,Mercury Games,Digital Jesters,,0,,,0,0,2006-11-03, +/games/boxart/full_3019149AmericaFrontccc.jpg,The Italian Job,PC,Racing,SCi,Pixelogic,,0,,,0,0,2002-08-19, +/games/boxart/full_8280238PALFrontccc.jpg,Inspector Gadget Racing,GBA,Racing,LSP Games,Bit Managers,,0,0,,0,0,2003-02-28, +/games/boxart/2462902ccc.jpg,Juiced,PC,Racing,THQ,Juice Games,,0,,,0,0,2005-06-13, +/games/boxart/9649630ccc.jpg,Driver: Parallel Lines,PC,Racing,Ubisoft,Reflections Interactive,,0,,,0,0,2007-06-26, +/games/boxart/full_4211290PALFrontccc.jpg,4x4 Hummer,PC,Racing,Aspyr,1C Company / Avalon Style,,0,,,0,0,2009-06-15, +/games/boxart/full_midtown-madness-2_7AmericaFront.jpg,Midtown Madness 2,PC,Racing,Microsoft,Angel Studios,,0,,,0,0,2000-09-21, +/games/boxart/full_2769053PALFrontccc.jpg,My Horse & Me 2: Riding for Gold,X360,Sports,Atari,Tate Interactive,,0,,,0,0,2008-10-31, +/games/boxart/full_5372896PALFrontccc.jpg,Rugby 2005,PC,Sports,Unknown,HB Studios Multimedia,,0,,,0,0,, +/games/boxart/full_summer-challenge-athletics-tournament_340PALFront.jpg,Summer Challenge: Athletics Tournament,X360,Sports,PQube,DTP Entertainment,,0,,,0,0,2011-09-02, +/games/boxart/full_472756AmericaFrontccc.jpg,FIFA Soccer 06,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2005-10-04, +/games/boxart/full_1113491PALFrontccc.jpg,Subbuteo,DS,Sports,505 Games,Artematica,,0,,,0,0,2008-09-12, +/games/boxart/full_get-up-games-family-sports_255AmericaFront.jpg,Get Up Games: Family Sports,Wii,Sports,O-Games,O Games,,0,,,0,0,2011-08-16, +/games/boxart/full_1094830AmericaFrontccc.jpg,Rafa Nadal Tennis,DS,Sports,Codemasters,Virtual Toys,,0,,,0,0,2007-06-30, +/games/boxart/4797075ccc.jpg,Backyard NFL Football 2007,GBA,Sports,Atari,Humongous Entertainment,,0,0,,0,0,2006-09-26, +/games/boxart/full_1669564AmericaFrontccc.jpg,NBA 2K9,PC,Sports,2K Sports,Visual Concepts,8,0,,,0,0,2008-10-20, +/games/boxart/3171925ccc.jpg,David Beckham Soccer,GBA,Sports,Majesco,Rage Software,3.1,0,0,,0,,2002-10-07, +/games/boxart/full_pro-cycling-manager-season-2010-le-tour-de-france_10PALFront.jpg,Pro Cycling Manager Season 2010: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,,2010-07-09, +/games/boxart/full_1966530AmericaFrontccc.jpg,Lucinda Green's Equestrian Challenge,PC,Sports,Red Mile Entertainment,2Wg,,0,,,0,0,2007-02-05, +/games/boxart/full_3948121AmericaFrontccc.jpg,8Ball Allstars,DS,Sports,O-Games,The Code Monkeys,,0,,,0,,2010-08-24, +/games/boxart/full_fifa-manager-11_112PALFront.jpg,FIFA Manager 11,PC,Sports,Electronic Arts,Electronic Arts,,0,,,0,0,2010-11-03, +/games/boxart/full_pro-cycling-season-2010-le-tour-de-france_4PALFront.jpg,Pro Cycling Season 2010: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2010-07-09, +/games/boxart/2645610ccc.jpg,Disney Sports Snowboarding,GBA,Sports,Konami,Konami,5.1,0,0,,0,,2003-02-05, +/games/boxart/9775158ccc.jpg,FIFA 2000: Major League Soccer,PC,Sports,EA Sports,EA Canada,,0,,,0,0,1999-09-30, +/games/boxart/full_6062965AmericaFrontccc.jpg,Tony Hawk's American Wasteland,PC,Sports,Aspyr,Neversoft Entertainment,,0,,,0,0,2006-02-01, +/games/boxart/full_golds-gym-dance-workout-jp-sales_467JapanFront.jpg,Gold's Gym: Dance Workout (JP sales),Wii,Sports,Unknown,Land Ho!,,0,,0,,,, +/games/boxart/full_shawn-johnson-gymnastics_1AmericaFront.jpg,Shawn Johnson Gymnastics,DS,Sports,Zoo Games,Artefacts Studio,,0,0,,,,2010-11-30, +/games/boxart/full_world-tennis-stars_576AmericaFront.jpg,World Tennis Stars,GBA,Sports,AIA,Awesome Developments,,0,0,,0,0,2004-11-22, +/games/boxart/full_tour-de-france-the-official-game_870PALFront.jpg,Tour de France 2011,PS3,Sports,Unknown,Cyanide Studio,6,0,,,0,,, +/games/boxart/full_9829806PALFrontccc.jpg,King of Clubs,PSP,Sports,Oxygen Interactive,Oxygen Interactive,,0,,,0,0,2008-03-20, +/games/boxart/full_5515667PALFrontccc.jpg,Football Manager Handheld 2007,PSP,Sports,Unknown,Sports Interactive,8.1,0,,,0,0,, +/games/boxart/full_boarder-zone_18AmericaFront.jpg,Boarder Zone,PC,Sports,Infogrames,Housemarque,,0,,,0,0,2000-03-09, +/games/boxart/full_7977757AmericaFrontccc.jpg,World Soccer Winning Eleven 9,PC,Sports,Konami,Konami Computer Entertainment Tokyo,,0,,,0,0,2006-04-28, +/games/boxart/full_5638004PALFrontccc.jpg,King of Pool,Wii,Sports,Nordcurrent,Ivolgamus,,0,,,0,0,2009-06-05, +/games/boxart/full_7959632AmericaFrontccc.png,Tony Hawk's Pro Skater 2,PC,Sports,Activision,Neversoft Entertainment,9,0,,,0,0,2000-10-31, +/games/boxart/full_4183834PALFrontccc.jpg,Football Manager Handheld 2013,PSP,Sports,Sega,Sports Interactive,,0,,,0,0,2012-11-30,2018-01-05 +/games/boxart/full_3178140AmericaFrontccc.jpg,NASCAR '15,PS3,Sports,Deep Silver,Eutechnyx,,0,,,0,0,2015-05-22,2018-04-14 +/games/boxart/9418724ccc.jpg,Tony Hawk's Underground 2,PC,Sports,Activision,Neversoft Entertainment,8.5,0,,,0,0,2004-10-04, +/games/boxart/full_1624186AmericaFrontccc.jpg,Shaun White Snowboarding,PC,Sports,Ubisoft,Ubisoft Montreal,,0,,,0,0,2008-12-03, +/games/boxart/5598706ccc.jpg,Ford Bold Moves Street Racing,XB,Racing,Eidos Interactive,Razorworks Studios,,0,0,,0,0,2006-09-25, +/games/boxart/full_1388473PALFrontccc.jpg,Crazy Taxi 3,PC,Racing,Unknown,Hitmaker,,0,,,0,0,2020-12-31, +/games/boxart/full_5072103PALFrontccc.jpg,Evolution GT,PC,Racing,Black Bean Games,MileStone Inc.,,0,,,0,0,2006-05-26, +/games/boxart/full_8806511AmericaFrontccc.jpg,F1 2002,PC,Racing,EA Sports,Image Space Inc.,,0,,,0,0,2002-06-13, +/games/boxart/full_464667AmericaFrontccc.jpg,FlatOut,PC,Racing,Empire Interactive,Bugbear Entertainment,,0,0,,0,,2005-07-12, +/games/boxart/full_690285AmericaFrontccc.jpg,LEGO Racers 2,PC,Racing,LEGO Media,Attention To Detail,,0,,,0,0,2001-10-04, +/games/boxart/full_2886000AmericaFrontccc.jpg,LEGO Racers 2,GBA,Racing,LEGO Media,Pocket Studios,,0,0,,0,0,2001-11-27, +/games/boxart/full_6074703AmericaFrontccc.jpg,Ferrari Challenge Trofeo Pirelli,PS3,Racing,Activision,Eutechnyx,,0,0,,0,,2008-08-26, +/games/boxart/full_5782202JapanFrontccc.jpg,Grand Trucker Aniki: Shigoto to Kenka to Koimoyou,DS,Racing,Genterprise,Rize Dragon,,0,,0,,,2009-10-22, +/games/boxart/full_858882JapanFrontccc.jpg,Pure (JP sales),X360,Racing,Disney Interactive Studios,Black Rock Studio,7,0,,0,,,2009-06-25, +/games/boxart/full_101764AmericaFrontccc.jpg,World Racing 2,XB,Racing,Evolved Games,Synetic,,0,0,,0,0,2006-08-15, +/games/boxart/full_2866305AmericaFrontccc.jpg,GTR 2: FIA GT Racing Game,PC,Racing,10TACLE Studios,SimBin,,0,,,0,0,2006-09-29, +/games/boxart/full_365327AmericaFrontccc.jpg,Vin Diesel: Wheelman,PC,Racing,Ubisoft,Tigon,6.5,0,,,0,0,2009-03-24, +/games/boxart/full_driving-simulator_598PALFront.jpg,Driving Simulator,PC,Racing,Excalibur Publishing,Excalibur Publishing Limited,,0,,,0,,2010-02-26, +/games/boxart/full_4846520AmericaFrontccc.jpg,World Racing 2,PC,Racing,Evolved Games,Synetic,,0,,,0,0,2006-08-14, +/games/boxart/full_the-simpsons-hit-ampamp-run_687AmericaFront.jpg,The Simpsons: Hit & Run,PC,Racing,VU Games,Radical Entertainment,,0,,,0,0,2003-11-13, +/games/boxart/full_4917671AmericaFrontccc.jpg,Shrek Smash n' Crash Racing,DS,Racing,Activision,Torus Games,,0,,,0,0,2007-03-09, +/games/boxart/full_6357115AmericaFrontccc.jpg,Antz Extreme Racing,GBA,Racing,Empire Interactive,Magic Pockets,,0,0,,0,0,2002-11-20, +/games/boxart/full_4976011PALFrontccc.jpg,Racing Team Manager,PC,Racing,Kalypso,Kalypso Media,,0,,,0,0,2008-07-04, +/games/boxart/6846232ccc.jpg,Ford Bold Moves Street Racing,PS2,Racing,Eidos Interactive,Razorworks Studios,,0,0,,0,0,2006-09-26, +/games/boxart/full_3725835AmericaFrontccc.jpg,Driv3r,PC,Racing,Atari,Reflections Interactive,,0,,,0,0,2005-03-15, +/games/boxart/full_days-of-thunder-nascar-edition_597AmericaFront.jpg,Days of Thunder: NASCAR Edition,PS3,Racing,505 Games,Piranha Games,,0,0,,,0,2011-05-24, +/games/boxart/full_5518897AmericaFrontccc.jpg,Cruis'n Velocity,GBA,Racing,Midway Games,Graphic State,5.3,0,0,,0,0,2001-11-30, +/games/boxart/full_4803371PALFrontccc.jpg,WRC 4: FIA World Rally Championship,PSV,Racing,Bigben Interactive,Milestone S.r.l.,,0,,,0,0,2014-07-29,2019-05-02 +/games/boxart/7720197ccc.jpg,IGPX: Immortal Grand Prix,PS2,Racing,Namco Bandai,Namco Bandai Games,,0,0,,0,0,2006-09-12, +/games/boxart/full_835752AmericaFrontccc.jpg,Offroad Extreme! Special Edition,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0,0,,0,0,2007-11-23, +/games/boxart/4540889ccc.jpg,DT Carnage,Wii,Racing,Agetec,Axis Entertainment,,0,0,,,0,2009-07-28, +/games/boxart/full_6445034PALFrontccc.jpg,Crash Time III,X360,Racing,Tradewest,Synetic,,0,,,0,0,2010-02-26, +/games/boxart/full_18-wheels-of-steel-triple-pack_193PALFront.jpg,18 Wheels of Steel: Triple Pack,PC,Racing,Unknown,SCS Software,,0,,,0,0,2011-01-28, +/games/boxart/full_3017335AmericaFrontccc.jpg,RC de GO!,PS,Racing,Acclaim Entertainment,Taito Corporation,,0,0,,0,0,2001-11-09, +/games/boxart/full_3347864PALFrontccc.jpg,Sonic & All-Stars Racing Transformed,3DS,Racing,Sega,Sumo Digital,,0,,,0,0,2013-02-12,2019-05-07 +/games/boxart/full_5145697JapanFrontccc.jpg,Pure (JP sales),PS3,Racing,Disney Interactive Studios,Black Rock Studio,7,0,,0,,,2009-06-25, +/games/boxart/full_2266171AmericaFrontccc.jpg,Freestyle Street Soccer,XB,Sports,Acclaim Entertainment,Silicon Dreams,,0,0,,0,,2004-03-25, +/games/boxart/full_8932666PALFrontccc.jpg,Skate Park City,PSP,Sports,Midas Interactive Entertainment,Zeroscale,,0,,,0,,2008-07-04, +/games/boxart/full_tennis-masters_771PALFront.jpg,Tennis Masters,DS,Sports,System 3 Arcade Software,System 3 Software,,0,,,0,,2007-02-23, +/games/boxart/full_3538190AmericaFrontccc.jpg,Top Spin 2,PC,Sports,2K Sports,Aspyr,6.8,0,,,0,,2007-06-13, +/games/boxart/full_7774133PALFrontccc.jpg,TOCA Race Driver 3 Challenge,PSP,Racing,Codemasters,Codemasters,,0,,,0,0,2007-02-16, +/games/boxart/5229857ccc.jpg,Monster 4X4: World Circuit,XB,Racing,Ubisoft,Ubisoft Montreal,,0,0,,0,0,2006-03-23, +/games/boxart/full_9021414AmericaFrontccc.jpg,London Taxi: Rushour,Wii,Racing,Bold Games,Data Design Interactive,,0,0,,0,0,2008-02-12, +/games/boxart/full_jungle-kartz_902PALFront.jpg,Jungle Kartz,Wii,Racing,Nordic Games,Brain in a Jar,,0,,,0,0,2011-10-15, +/games/boxart/full_last-half-of-darkness-tomb-of-zojir_136AmericaFront.jpg,Last Half of Darkness: Tomb of Zojir,PC,Adventure,Tri Synergy,WRF Studios,,0,,,0,0,2009-07-15, +/games/boxart/full_3562663JapanFrontccc.jpg,Pri-Saga! Portable,PSP,Adventure,Abel,Abel Software,,0,,0,,,2009-10-29, +/games/boxart/full_352783JapanFrontccc.jpg,Hayarigami DS: Toshidensetsu Kaii Jiken,DS,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2009-06-11, +/games/boxart/full_8361288PALFrontccc.jpg,Hello Pocoyo!,DS,Adventure,Virgin Play,Zinkia Entertainment,,0,,,0,0,2008-11-27, +/games/boxart/full_4365574AmericaFrontccc.jpg,Disney Princess: My Fairytale Adventure,Wii,Adventure,Disney Interactive Studios,High Impact Games,,0,,,0,0,2012-09-25,2019-05-08 +/games/boxart/full_820178JapanFrontccc.jpg,Starry Sky: Summer Stories,PSV,Adventure,honeybee,honeybee,,0,,0,,,2017-05-11, +/games/boxart/full_nishimura-kyoutarou-travel-mystery-akugyaku-no-kisetsu-tokyo-nanki-shirahama-renzoku-satsujin-jiken_2JapanFront.jpg,Nishimura Kyoutarou Travel Mystery: Akugyaku no Kisetsu - Tokyo - Nanki Shirahama Renzoku Satsujin Jiken,PSP,Adventure,Marvelous Interactive,Marvelous Interactive,,0,,0,,,2009-06-04, +/games/boxart/full_azada_852AmericaFront.jpg,Azada,PC,Adventure,Encore,Big Fish Games,,0,,,0,0,2007-08-01, +/games/boxart/full_3930698JapanFrontccc.jpg,Kouenji Joshi Soccer 2: Koi wa Nebagiba Kouenji,DS,Adventure,Starfish,Starfish SD,,0,,0,,,2007-11-22, +/games/boxart/full_444498PALFrontccc.jpeg,The Raven: Legacy of a Master Thief,PC,Adventure,KING Art Games,KING Art Games,,0,,,0,0,2014-01-01,2018-01-01 +/games/boxart/full_4638794JapanFrontccc.jpg,Ephemeral: Fantasy on Dark,PSV,Adventure,Dramatic Create,Dramatic Create,,0,,0,,,2018-01-18,2018-03-19 +/games/boxart/full_7918800JapanFrontccc.jpg,Ikamono Tantei: Ikatan,DS,Adventure,CyberFront,Edge WORKS,,0,,0,,,2008-11-13, +/games/boxart/full_5974759JapanFrontccc.jpg,Uwasa no Midori-Kun!! 2 Futari no Midori!?,DS,Adventure,Idea Factory,Idea Factory,,0,,0,,,2008-08-21, +/games/boxart/full_8539811AmericaFrontccc.jpg,Azada: Ancient Magic,PC,Adventure,Encore,Big Fish Games,,0,,,0,0,2008-12-19, +/games/boxart/full_962321JapanFrontccc.jpg,Sorayume Portable,PSP,Adventure,Takuyo,Takuyo,,0,,0,,,2009-05-28, +/games/boxart/full_akogare-girls-collection-suteki-ni-nurse-days_2JapanFront.jpg,Akogare Girls Collection: Suteki ni Nurse Days,DS,Adventure,Creative Core,Open Sesame,,0,,0,,,2009-08-06, +/games/boxart/full_3894222JapanFrontccc.jpg,Princess Ballerina: Yumemiru 4-Jin no Primadonna,DS,Adventure,Spike,Spike,,0,,0,,,2008-12-18, +/games/boxart/full_6610831AmericaFrontccc.jpg,DreamWorks Madagascar 3: The Video Game,3DS,Adventure,D3Publisher,Torus Games Pty. Ltd.,,0,,,0,0,2012-06-05,2019-05-07 +/games/boxart/full_2411648JapanFrontccc.jpg,Fushigi Yuugi DS,DS,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-06-25, +/games/boxart/full_mystery-pi-the-new-york-fortune_451PALFront.jpg,Mystery P.I.: The New York Fortune,PC,Adventure,PopCap Games,SpinTop Games,,0,,,0,0,2009-01-14, +/games/boxart/full_1101947JapanFrontccc.jpg,Crimson Room Reverse,PSP,Adventure,Success,Takagism Inc.,,0,,0,,,2008-12-18, +/games/boxart/full_7558109JapanFrontccc.jpg,Danganronpa 1-2 Reload,PSV,Adventure,Spike Chunsoft,Spike Chunsoft,,0,,0,,,2017-05-18,2018-01-03 +/games/boxart/full_hidden-mysteries-vampire-secrets_583AmericaFront.jpg,Hidden Mysteries: Vampire Secrets,PC,Adventure,GameMill,Gunnar Games,,0,,,0,0,2010-08-20, +/games/boxart/full_448718AmericaFrontccc.jpg,Barrow Hill: Curse of the Ancient Circle,PC,Adventure,Got Game Entertainment,Shadow Tor Studios,,0,,,0,0,2006-08-25, +/games/boxart/full_118946PALFrontccc.jpg,SBK09 Superbike World Championship,PSP,Racing,Black Bean Games,Milestone,,0,,,0,0,2009-05-29, +/games/boxart/full_3d-pixel-racing_987PALFront.jpg,3D Pixel Racing,WW,Racing,Microforum,Microforum,,0,0,,,0,2011-08-09, +/games/boxart/full_18-wheels-of-steel-american-long-haul_417AmericaFront.jpg,18 Wheels of Steel: American Long Haul,PC,Racing,ValuSoft,SCS Software,,0,,,0,0,2007-12-03, +/games/boxart/full_9686877AmericaFrontccc.jpg,Classic British Motor Racing,Wii,Racing,Bold Games,DDI,,0,0,,0,0,2007-10-26, +/games/boxart/full_270551JapanFrontccc.jpg,Johnny no Dasshutsu Daisakusen,DS,Adventure,Success,Success,,0,,0,,,2008-08-28, +/games/boxart/full_7406998PALFrontccc.jpg,Greed: Forbidden Experiments,PC,Adventure,GSP,Big Fish Games,,0,,,0,0,2017-06-30,2018-09-22 +/games/boxart/full_40495AmericaFrontccc.png,Lost Grimoires: Stolen Kingdom,PC,Adventure,GSP,World-Loom,,0,,,0,0,2017-06-30,2018-09-22 +/games/boxart/full_3286510JapanFrontccc.jpg,Flowers,PSP,Adventure,Prototype,Prototype,,0,,0,,,2014-10-09, +/games/boxart/full_4608660JapanFrontccc.jpg,RepKiss,PS4,Adventure,Entergram,Entergram,,0,,0,,,2017-04-13,2018-09-21 +/games/boxart/full_5528791AmericaFrontccc.jpg,My Little Pony Crystal Princess: Runaway Rainbow,GBA,Adventure,THQ,Webfoot Technologies,,0,0,,0,0,2006-09-13, +/games/boxart/full_vampire-saga-pandoras-box_270AmericaFront.jpg,Vampire Saga: Pandora's Box,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0,,,0,0,2009-09-11,2019-05-03 +/games/boxart/full_3973665JapanFrontccc.jpg,HimeHibi: New Princess Days!! Zoku! Ni-Gakki,PS2,Adventure,Takuyo,Takuyo,,0,,0,,,2009-06-25, +/games/boxart/full_9391737JapanFrontccc.jpg,Hiiro no Kakera: Aizouban,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-10-01, +/games/boxart/full_5973671JapanFrontccc.jpg,Last Bullet,DS,Adventure,FuRyu Corporation,FuRyu Corporation,,0,,0,,,2009-04-23, +/games/boxart/full_3339193JapanFrontccc.jpg,Ninki Seiyuu no Tsukurikata,PSV,Adventure,Entergram,Entergram,,0,,0,,,2018-01-25,2018-03-24 +/games/boxart/default.jpg,Hidden Expedition: The Uncharted Islands,PC,Adventure,Unknown,Activision,,0,,,0,0,, +/games/boxart/full_the-lost-crown-a-ghost-hunting-adventure_757AmericaFront.jpg,The Lost Crown: A Ghost-hunting Adventure,PC,Adventure,Got Game Entertainment,Darkling Room,,0,,,0,0,2008-03-03, +/games/boxart/full_652376JapanFrontccc.jpg,Will O' Wisp Portable,PSP,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-03-26, +/games/boxart/full_583913JapanFrontccc.jpg,Never7 〜the end of infinity〜,PSP,Adventure,CyberFront,KID Corporation,,0,,0,,,2009-03-12, +/games/boxart/full_3742652JapanFrontccc.png,Usotsuki Shangri-La,PSV,Adventure,Rejet,Rejet,,0,,0,,,2017-11-30,2018-01-05 +/games/boxart/full_5580400JapanFrontccc.jpg,Kamen no Maid Guy: Boyoyon Battle Royale,PSP,Adventure,Gadget Soft,Gadget Soft,,0,,0,,,2009-02-26, +/games/boxart/full_5384091PALFrontccc.jpeg,Witches' Legacy: Threat of Darkness,PC,Adventure,Big Fish Games,Astragon,,0,,,0,0,2016-02-07,2018-09-22 +/games/boxart/full_7272075JapanFrontccc.jpg,Iwaihime: Matsuri,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2017-09-07,2018-08-01 +/games/boxart/full_2246195JapanFrontccc.jpg,Kazeiro Surf,PS2,Adventure,Russel,Russel,,0,,0,,,2009-05-28, +/games/boxart/full_pimp-my-ride_5AmericaFront.jpg,Pimp My Ride,PSP,Racing,Activision,Eutechnyx,,0,0,,0,0,2007-04-03, +/games/boxart/full_super-sonic-racer_602AmericaFront.jpg,Super Sonic Racer,Wii,Racing,Zoo Games,Zoo Games,,0,0,,,0,2011-05-17, +/games/boxart/full_cars-2-the-video-game_471AmericaFront.jpg,Cars 2,PC,Racing,Disney Interactive Studios,Avalanche Software,,0,0,,,0,2011-06-21, +/games/boxart/full_6017612PALFrontccc.jpg,Micro Machines: World Series,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2017-06-30,2018-05-30 +/games/boxart/full_2671433JapanFrontccc.jpg,Kimokawae!,DS,Adventure,5pb,5pb. Inc.,,0,,0,,,2009-03-05, +/games/boxart/full_2271134AmericaFrontccc.jpg,CSI: NY - The Game,PC,Adventure,Ubisoft,Legacy Interactive,,0,,,0,0,2008-11-18, +/games/boxart/full_2189152JapanFrontccc.jpg,12Riven: The Psi-Climinal of Integral,PSP,Adventure,CyberFront,KID Corporation,,0,,0,,,2009-04-16, +/games/boxart/full_8706235JapanFrontccc.jpg,Solfege: Sweet Harmony,PSP,Adventure,GungHo,GungHo Works,,0,,0,,,2008-12-18, +/games/boxart/full_8852553AmericaFrontccc.jpg,King's Quest Collection,PC,Adventure,Vivendi Games,Sierra Entertainment,,0,,,0,0,2006-09-15, +/games/boxart/full_9771193JapanFrontccc.jpg,Island,PS4,Adventure,Prototype,Prototype,,0,,0,,,2018-06-28,2018-08-12 +/games/boxart/3159375ccc.jpg,Agatha Christie: Murder on the Orient Express,PC,Adventure,The Adventure Company,AWE Games,,0,,,0,0,2006-11-21, +/games/boxart/full_1106647JapanFrontccc.jpg,Hachi-One Diver DS,DS,Adventure,SilverStar,SilverStar Japan,,0,,0,,,2009-03-26, +/games/boxart/full_f1-grand-prix_956PALFront.jpg,F1 Grand Prix,PSP,Racing,Sony Computer Entertainment,Traveller's Tales,6,0,,,0,0,2005-09-01, +/games/boxart/full_superstars-v8-next-challenge_147AmericaFront.jpg,Superstars V8 Next Challenge,PS3,Racing,Deep Silver,Milestone S.r.l.,,0,,,0,0,2011-01-25, +/games/boxart/full_747185AmericaFrontccc.jpg,XS Moto,GBA,Racing,XS Games,DC Studios,,0,0,,0,0,2004-06-13, +/games/boxart/6901553ccc.jpg,Spy Hunter,GBA,Racing,Midway Games,Midway Games,,0,0,,0,0,2002-05-19, +/games/boxart/full_8743327JapanFrontccc.jpg,Pia Carrot e Youkoso!! G.P. Gakuen Princess Portable,PSP,Adventure,GN Software,HuneX,,0,,0,,,2009-06-25, +/games/boxart/full_9697897JapanFrontccc.jpg,Owaru Sekai to Birthday,PSV,Adventure,Entergram,Entergram,,0,,0,,,2017-05-11, +/games/boxart/full_9817095JapanFrontccc.jpg,Beniiro Tenjou Ayakashi Kitan Futaai,PSV,Adventure,Dramatic Create,Dramatic Create,,0,,0,,,2018-11-29,2019-01-05 +/games/boxart/full_yotsunoha-a-journey-of-sincerity_1JapanFront.jpg,Yotsunoha: A Journey of Sincerity,PS2,Adventure,Gadget Soft,Gadget Soft,,0,,0,,,2008-08-28, +/games/boxart/full_2570886PALFrontccc.jpg,Another World: 15th Anniversary Edition,PC,Adventure,Lexicon Entertainment,Elektro Games,,0,,,0,0,2006-01-01, +/games/boxart/full_5807307JapanFrontccc.jpg,L2: Love x Loop,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-08-20, +/games/boxart/full_9613349JapanFrontccc.jpg,Yumemi Hakusho: Second Dream,PS2,Adventure,Princess Soft,Princess Soft,,0,,0,,,2008-10-30, +/games/boxart/default.jpg,Duke Nukem Trilogy: Critical Mass,PSP,Shooter,Unknown,FrontLine Studios,,0,0,,,0,, +/games/boxart/full_6476738JapanFrontccc.jpg,Hakushaku to Yousei: Yume to Kizuna ni Omoi Hasete,PS2,Adventure,5pb,Genterprise,,0,,0,,,2009-04-30, +/games/boxart/full_773724JapanFrontccc.jpg,True Fortune,PS2,Adventure,Enterbrain,Enterbrain,,0,,0,,,2008-09-25, +/games/boxart/full_9833221AmericaFrontccc.jpg,The Godfather II,PC,Adventure,Electronic Arts,EA Redwood Shores,,0,,,0,0,2009-04-07, +/games/boxart/full_5701883JapanFrontccc.jpg,Will O' Wisp: Easter no Kiseki,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2008-10-09, +/games/boxart/full_7995636PALFrontccc.jpg,Back to the Future: The Game,PC,Adventure,Telltale Games,Telltale Games,8.1,0,,,0,0,2010-12-23,2018-04-23 +/games/boxart/full_6413504JapanFrontccc.jpg,Desire: Remaster Version,PSV,Adventure,El Dia,El Dia,,0,,0,,,2017-04-27, +/games/boxart/full_5592819JapanFrontccc.jpg,Dynamic Chord feat. Kyohso: V Edition,PSV,Adventure,honeybee,Unknown,,0,,0,,,2017-03-30,2018-02-21 +/games/boxart/full_the-mystery-collection_180AmericaFront.jpg,The Mystery Collection,PC,Adventure,Activision,"Infocom, Inc.",,0,,,0,0,1995-01-01, +/games/boxart/full_6704420JapanFrontccc.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PSV,Adventure,SystemSoft Alpha,Unicorn-A,,0,,0,,,2014-06-19, +/games/boxart/full_8189188PALFrontccc.jpg,Never Tales: Legends,PC,Adventure,Astragon,Big Fish Games,,0,,,0,0,2016-05-11, +/games/boxart/9039316ccc.jpg,Sherlock Holmes: Nemesis,PC,Adventure,DreamCatcher Interactive,Frogwares,,0,,,0,0,2008-04-14, +/games/boxart/1472014ccc.jpg,Myst III: Exile,PC,Adventure,Ubisoft,Presto Studios,,0,,,0,0,2001-05-08, +/games/boxart/full_6336077JapanFrontccc.jpg,Tsuihou Senkyo,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2017-04-27,2018-09-21 +/games/boxart/full_6606528JapanFrontccc.jpg,Nekketsu Inou Bukatsu: Trigger Kiss,PSV,Adventure,Idea Factory,Idea Factory,,0,,0,,,2014-10-02, +/games/boxart/full_382445AmericaFrontccc.jpg,Alice in Wonderland,PC,Adventure,Disney Interactive Studios,Etranges Libellules,,0,,,0,0,2010-03-02, +/games/boxart/full_6742475AmericaFrontccc.jpg,CSI: 3 Dimensions of Murder,PC,Adventure,Ubisoft,Telltale Games,,0,,,0,0,2006-03-14, +/games/boxart/full_6678613JapanFrontccc.jpg,Shinkyouku Soukai Polyphonica: The Black ~Episode 1&2 CS Edition~,PS2,Adventure,Prototype,Visual Arts,,0,,0,,,2009-01-15, +/games/boxart/full_8320680JapanFrontccc.gif,Simple DS Series Vol. 48: The Saibanin: 1-tsu no Shinjitsu 6-tsu no Kotae,DS,Adventure,D3 Publisher,WitchCraft,,0,,0,,,2009-05-21, +/games/boxart/full_8604298JapanFrontccc.jpg,Edogawa Ranpo no Kaijin Nijuu Mensou DS,DS,Adventure,Takara Tomy,Takara Tomy,,0,,0,,,2008-12-18, +/games/boxart/full_1950617PALFrontccc.jpg,Horrible Histories: Ruthless Romans,Wii,Adventure,Graffiti,Virtual Identity,,0,0,,0,0,2010-04-27, +/games/boxart/full_2518856JapanFrontccc.jpg,Remember11 〜 the age of infinity 〜,PSP,Adventure,CyberFront,KID Corporation,,0,,0,,,2009-04-16, +/games/boxart/full_8956427AmericaFrontccc.jpg,Awakening: The Goblin Kingdom,PC,Adventure,Big Fish Games,Boomzap,,0,,,0,0,2011-08-25,2018-07-26 +/games/boxart/full_2371707JapanFrontccc.jpg,Crank In,PSV,Adventure,Petit Reve,Petit Reve,,0,,0,,,2017-08-31, +/games/boxart/full_hanayoi-romanesque-ai-to-kanashimi_6JapanFront.jpg,Hanayoi Romanesque: Ai to Kanashimi,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0,,0,,,2008-05-29, +/games/boxart/full_4627535AmericaFrontccc.jpg,"Warhammer 40,000: Eternal Crusade",PC,Shooter,Behaviour Interactive,Behaviour Interactive Inc.,,0,,,0,0,2017-03-16,2019-05-02 +/games/boxart/full_vietcong-2_217AmericaFront.jpg,Vietcong 2,PC,Shooter,2K Games,Pterodon,,0,,,0,0,2005-10-24, +/games/boxart/full_1191575AmericaFrontccc.jpg,Brothers In Arms: Road to Hill 30,PC,Shooter,Ubisoft,Gearbox Software,,0,,,0,0,2005-03-15, +/games/boxart/full_delta-force-2_784AmericaFront.jpg,Delta Force 2,PC,Shooter,NovaLogic,NovaLogic,,0,,,0,0,1999-10-31, +/games/boxart/9386034ccc.gif,Warpath,XB,Shooter,Groove Games,Digital Extremes,,0,0,,0,0,2006-07-24, +/games/boxart/full_battlefield-bad-company-2-ultimate-edition_284AmericaFront.jpg,Battlefield: Bad Company 2 Ultimate Edition,PS3,Shooter,Electronic Arts,EA Digital Illusions CE,,0,,,0,0,2010-08-31, +/games/boxart/full_6114817PALFrontccc.jpg,NecroVisioN: Lost Company,PC,Shooter,1C Company,Farm 51,,0,,,0,0,2010-02-19, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Patriots,PS3,Shooter,Ubisoft,Ubisoft,,0,,,0,0,2014-01-01, +/games/boxart/full_8256090AmericaFrontccc.jpg,Alpha Prime,PC,Shooter,Meridian4,Black Element,,0,,,0,0,2007-11-08, +/games/boxart/full_3426093AmericaFrontccc.jpg,Team Fortress 2,PC,Shooter,Valve,Valve Corporation,9.2,0,,,0,0,2008-04-08,2019-03-26 +/games/boxart/3317975ccc.jpg,Clive Barker's Undying,PC,Shooter,Electronic Arts,DreamWorks Interactive,,0,,,0,0,2001-02-21, +/games/boxart/full_2996135JapanFrontccc.jpg,Castle of Shikigami III (JP sales),Wii,Shooter,Arc System Works,Arc System Works,,0,,0,,,2007-12-13,2019-05-02 +/games/boxart/232436ccc.jpg,Army Men: Turf Wars,GBA,Shooter,3DO,3DO,,0,0,,0,0,2002-09-29, +/games/boxart/5318032ccc.gif,Star Trek Voyager: Elite Force,PC,Shooter,Activision,Raven Software,,0,,,0,0,2000-09-20, +/games/boxart/full_3866907AmericaFrontccc.jpg,The Operative: No One Lives Forever,PC,Shooter,Fox Interactive,Monolith Productions,8.9,0,,,0,0,2000-11-09, +/games/boxart/full_5247697AmericaFrontccc.jpg,Cryostasis: Sleep of Reason,PC,Shooter,Aspyr,Action Forms Ltd.,7,0,,,0,0,2009-04-24, +/games/boxart/full_3906238AmericaFrontccc.jpg,Classified: The Sentinel Crisis,XB,Shooter,Global Star Software,Torus Games,,0,0,,0,0,2006-04-14, +/games/boxart/564870ccc.jpg,Medal of Honor: Allied Assault,PC,Shooter,Electronic Arts,"2015, Inc.",9.3,0,,,0,0,2002-01-20,2018-03-22 +/games/boxart/3260301ccc.jpg,Medal of Honor: Pacific Assault,PC,Shooter,Electronic Arts,Dreamworks Games,,0,,,0,0,2004-11-04, +/games/boxart/6208380ccc.jpg,Mercenaries 2: World in Flames,PC,Shooter,Electronic Arts,Pandemic Studios,6,0,,,0,0,2008-09-03, +/games/boxart/full_4632118AmericaFrontccc.jpg,Shooter: Space Shot,PS,Shooter,Agetec,C.I.I.,,0,0,,0,0,2001-01-01, +/games/boxart/full_806541PALFrontccc.jpg,007 Legends,PC,Shooter,Activision,Eurocom,,0,,,0,0,2012-11-02,2018-10-16 +/games/boxart/full_1503345JapanFrontccc.jpg,Strikers 1945 Plus Portable,PSP,Shooter,Arc System Works,Psikyo / X-Nauts,,0,,0,,,2009-08-06, +/games/boxart/full_3729538AmericaFrontccc.jpg,XIII,PC,Shooter,Ubisoft,Ubisoft Paris,,0,,,0,0,2003-11-18, +/games/boxart/full_2279943AmericaFrontccc.jpg,Blacksite: Area 51,PC,Shooter,Midway Games,Midway Studios Austin,,0,,,0,0,2007-11-12, +/games/boxart/7279284ccc.jpg,WinBack 2: Project Poseidon,XB,Shooter,KOEI,Cavia Inc.,,0,0,,0,0,2006-04-25, +/games/boxart/full_rogue-warrior_63AmericaFront.jpg,Rogue Warrior,PC,Shooter,Bethesda Softworks,Rebellion Developments,,0,,,0,0,2009-12-01, +/games/boxart/full_7824490JapanFrontccc.png,Game Tengoku: CruisinMix,PS4,Shooter,Chara-ani,Chara-ani,,0,,0,,,2017-11-30,2018-01-05 +/games/boxart/full_281729AmericaFrontccc.jpg,Hitman: Contracts,PC,Shooter,Eidos Interactive,IO Interactive,,0,,,0,0,2004-04-20, +/games/boxart/1359245ccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,PC,Shooter,LucasArts,Raven Software,9,0,,,0,0,2002-03-26, +/games/boxart/full_2705729JapanFrontccc.jpg,Wii de Asobu: Metroid Prime 2: Dark Echoes,Wii,Shooter,Unknown,Retro Studios,,0,,0,,,, +/games/boxart/4279655ccc.jpg,Medal of Honor Allied Assault: War Chest,PC,Shooter,Electronic Arts,Electronic Arts,,0,,,0,0,2004-03-02, +/games/boxart/full_8871978JapanFrontccc.jpg,PC Engine Best Collection: Soldier Collection,PSP,Shooter,Hudson Soft,Hudson Soft,,0,,0,,,2008-09-25, +/games/boxart/full_9798613AmericaFrontccc.jpg,Lost Planet: Extreme Condition Colonies Edition,X360,Shooter,Capcom,Capcom,7.8,0,,,0,0,2008-05-27, +/games/boxart/full_277025AmericaFrontccc.jpg,Terminator Salvation,PC,Shooter,Warner Bros. Interactive,GRIN,,0,,,0,0,2009-05-19, +/games/boxart/full_816265AmericaFrontccc.jpg,Phalanx,GBA,Shooter,Kemco,Zoom Inc.,5,0,0,,0,0,2001-12-27, +/games/boxart/225709ccc.jpg,Brothers In Arms: Earned in Blood,PC,Shooter,Ubisoft,Gearbox Software,,0,,,0,0,2005-10-06, +/games/boxart/full_8053155PALFrontccc.jpg,DOOM VFR,PC,Shooter,Bethesda Softworks,id Software,,0,,,0,0,2017-12-01, +/games/boxart/full_tom-clancys-ghost-recon-advanced-warfighter_168AmericaFront.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,PC,Shooter,Ubisoft,GRIN,,0,,,0,0,2006-05-03, +/games/boxart/9013074ccc.jpg,Underwater Attack,DS,Shooter,UFO Interactive,Cyber Planet Interactive,,0,0,,,0,2008-07-15, +/games/boxart/full_9191985AmericaFrontccc.jpg,Operation Flashpoint: Resistance,PC,Shooter,Codemasters,Bohemia Interactive,,0,,,0,0,2002-07-10, +/games/boxart/9827409ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,PC,Shooter,Ubisoft,Red Storm Entertainment,,0,,,0,0,2006-02-16, +/games/boxart/full_852248AmericaFrontccc.jpg,Giants: Citizen Kabuto,PC,Shooter,Interplay,Planet Moon Studios,,0,,,0,0,2000-12-06, +/games/boxart/full_5930207AmericaFrontccc.jpg,Project: Snowblind,PC,Shooter,Eidos Interactive,Crystal Dynamics,,0,,,0,0,2005-03-17, +/games/boxart/full_battlefield-bad-company-2-ultimate-edition_341AmericaFront.jpg,Battlefield: Bad Company 2 Ultimate Edition,X360,Shooter,Electronic Arts,EA Digital Illusions CE,,0,,,0,0,2010-08-31, +/games/boxart/2979101ccc.gif,Xyanide,XB,Shooter,Playlogic Game Factory,Playlogic,,0,0,,0,0,2006-08-15, +/games/boxart/1560191ccc.png,Shadow Warrior,PC,Shooter,GT Interactive,3D Realms,,0,,,0,0,1997-08-31, +/games/boxart/full_8985901AmericaFrontccc.jpg,Strike Force Hydra,GBA,Shooter,AIA,Awesome Developments,,0,0,,0,0,2004-10-27, +/games/boxart/716106ccc.jpg,Conflict: Global Terror,PC,Shooter,2K Games,Pivotal Games,,0,,,0,0,2005-10-04, +/games/boxart/full_9293127JapanFrontccc.jpg,Unknown Soldier: Mokuba no Houkou,DS,Shooter,D3 Publisher,Tamsoft,,0,,0,,,2008-10-02, +/games/boxart/full_5439155AmericaFrontccc.jpg,Conflict: Desert Storm,PC,Shooter,Gotham Games,Pivotal Games,,0,,,0,0,2002-10-01, +/games/boxart/full_3852849AmericaFrontccc.jpg,IGI 2: Covert Strike,PC,Shooter,Codemasters,Innerloop Studios,,0,,,0,0,2003-03-03, +/games/boxart/full_1403453AmericaFrontccc.jpg,Space Invaders,PC,Shooter,Activision,"Z-Axis, Ltd.",,0,,,0,0,1999-10-05, +/games/boxart/full_1552217AmericaFrontccc.jpg,Day of Defeat,PC,Shooter,Activision,Valve Software,,0,,,0,0,2003-05-06, +/games/boxart/full_descent-3_368AmericaFront.jpg,Descent 3,PC,Shooter,Illusion Softworks,Outrage Entertainment,,0,,,0,0,2000-06-14, +/games/boxart/full_260795AmericaFrontccc.jpg,Super Dropzone: Intergalactic Rescue Mission,GBA,Shooter,Ignition Entertainment,Pocket Studios,,0,0,,0,0,2004-10-26, +/games/boxart/full_9152647AmericaFrontccc.jpg,Bionicle Heroes,PC,Shooter,Eidos Interactive,Traveller's Tales,5.4,0,,,0,0,2006-11-14, +/games/boxart/full_space-invaders-evolution_9PALFront.jpg,Space Invaders Evolution,PSP,Shooter,Rising Star,Taito Corporation,,0,,,0,0,2006-11-03, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Patriots,X360,Shooter,Ubisoft,Ubisoft,,0,,,0,0,2014-01-01, +/games/boxart/full_deus-ex-invisible-war_48AmericaFront.jpg,Deus Ex: Invisible War,PC,Shooter,Eidos Interactive,Ion Storm,8.5,0,,,0,0,2003-12-02, +/games/boxart/full_9128132AmericaFrontccc.jpg,Metroid Prime Hunters: First Hunt,DS,Shooter,Nintendo,Nintendo Software Technology Corporation,,0,,,0,0,2004-11-21, +/games/boxart/full_8498363AmericaFrontccc.jpg,Rogue Trooper,PC,Shooter,Eidos Interactive,Rebellion Developments,,0,,,0,0,2006-05-23, +/games/boxart/3133418ccc.jpg,BloodRayne,PC,Shooter,Majesco,Terminal Reality,,0,,,0,0,2003-09-13, +/games/boxart/full_3621366AmericaFrontccc.jpg,Red Faction II,PC,Shooter,THQ,Outrage Games,7.2,0,,,0,0,2003-04-09, +/games/boxart/6894168ccc.jpg,BackTrack,GBA,Shooter,Telegames,"Telegames, Inc.",5.2,0,0,,0,,2001-10-04, +/games/boxart/4602122ccc.jpg,Serious Sam: The Second Encounter,PC,Shooter,Take-Two Interactive,Croteam,,0,,,0,,2002-02-04, +/games/boxart/5028060ccc.jpg,MDK,PC,Shooter,Playmates,Shiny Entertainment,,0,,,0,,1997-04-30, +/games/boxart/full_7652594AmericaFrontccc.jpg,Doom Collector's Edition,PC,Shooter,Activision,id Software,,0,,,0,0,2001-09-26, +/games/boxart/full_785369AmericaFrontccc.gif,The Mark,PC,Shooter,DreamCatcher Interactive,T7 Games,3,0,,,0,0,2007-02-26, +/games/boxart/1310892ccc.jpg,Shellshock: Nam 67,PC,Shooter,Eidos Interactive,Guerrilla Games,,0,,,0,0,2004-09-14,2018-02-03 +/games/boxart/5234908ccc.jpg,Red Faction,PC,Shooter,THQ,Volition Inc.,8.1,0,,,0,,2001-09-17, +/games/boxart/2466164ccc.jpg,Tarr Chronicles,PC,Shooter,CDV Software Entertainment,Quazar Studio,,0,,,0,0,2007-09-18, +/games/boxart/3794917ccc.jpg,Turning Point: Fall of Liberty,PC,Shooter,Codemasters,Spark Unlimited,,0,,,0,,2008-02-26, +/games/boxart/1854372ccc.jpg,John Romero's Daikatana,PC,Shooter,Eidos Interactive,Ion Storm,4,0,,,0,,2000-04-14, +/games/boxart/full_8272220AmericaFrontccc.jpg,ShellShock 2: Blood Trails,PC,Shooter,Eidos Interactive,Rebellion Developments,,0,,,0,0,2009-02-24, +/games/boxart/full_3468730AmericaFrontccc.jpg,James Bond 007: Nightfire,PC,Shooter,Electronic Arts,Gearbox Software,,0,,,0,0,2002-11-28, +/games/boxart/full_9183551AmericaFrontccc.jpg,SWAT 4: The Stetchkov Syndicate,PC,Shooter,Sierra Entertainment,Irrational Games,,0,0,,,0,2006-02-28, +/games/boxart/full_5130474AmericaFrontccc.jpg,Men in Black: The Series,GBA,Shooter,Crave Entertainment,David A. Palmer Productions,,0,0,,0,,2001-09-01, +/games/boxart/full_7940450PALFrontccc.jpg,XG Blast!,DS,Shooter,Unknown,Next Wave Team,,0,,,0,,2010-06-10, +/games/boxart/full_1452315AmericaFrontccc.jpg,TRON 2.0,PC,Shooter,Buena Vista,Monolith Productions,,0,,,0,0,2003-08-26, +/games/boxart/4014929ccc.jpg,Tom Clancy's Rainbow Six Vegas,PC,Shooter,Ubisoft,Ubisoft,,0,0,,0,0,2006-12-12, +/games/boxart/full_9620848AmericaFrontccc.jpg,Velvet Assassin,PC,Shooter,SouthPeak Interactive,Replay Studios,6.2,0,,,0,0,2009-04-30, +/games/boxart/full_5411241AmericaFrontccc.jpg,Shadowrun (2007),PC,Shooter,Microsoft Game Studios,FASA Studios,,0,,,0,0,2007-05-29,2018-11-02 +/games/boxart/739154ccc.jpg,Lost Planet: Extreme Condition,PC,Shooter,Capcom,Capcom,,0,,,0,0,2007-06-26, +/games/boxart/full_arma-ii-reinforcements_853PALFront.jpg,ArmA II: Reinforcements,PC,Shooter,Unknown,Bohemia Interactive,,0,,,0,0,2011-04-01, +/games/boxart/full_5421303AmericaFrontccc.jpg,Painkiller: Gold Edition,PC,Shooter,DreamCatcher Interactive,People Can Fly,,0,,,0,0,2005-04-18, +/games/boxart/full_7959234AmericaFrontccc.jpg,The Punisher,PC,Shooter,THQ,Volition Inc.,,0,,,0,0,2005-01-18, +/games/boxart/full_1344150PALFrontccc.jpg,ArmA: Queen's Gambit,PC,Shooter,505 Games,Bohemia Interactive,,0,,,0,0,2007-09-28, +/games/boxart/2836933ccc.jpg,F.E.A.R.,PC,Shooter,Sierra Entertainment,Monolith Productions,,0,,,0,0,2005-10-17, +/games/boxart/full_2413637AmericaFrontccc.jpg,Matt Hazard: Blood Bath and Beyond,XBL,Shooter,D3 Publisher,Vicious Cycle,6.6,0,,,0,0,2010-01-06, +/games/boxart/full_240622AmericaFrontccc.jpg,"Warhammer 40,000: Fire Warrior",PC,Shooter,THQ,Kuju Entertainment,,0,,,0,0,2003-11-17, +/games/boxart/9112312ccc.jpg,The Club,PC,Shooter,Sega,Bizarre Creations,,0,,,0,0,2008-02-19, +/games/boxart/full_6674099AmericaFrontccc.jpg,Counter-Strike 1: Anthology,PC,Shooter,Electronic Arts,Valve Software,,0,,,0,0,2005-09-26, +/games/boxart/full_426799PALFrontccc.jpg,Hour of Victory,PC,Shooter,Unknown,Nfusion,,0,,,0,0,, +/games/boxart/3918401ccc.jpg,Kane & Lynch: Dead Men,PC,Shooter,Eidos Interactive,IO Interactive,,0,,,0,0,2007-11-20, +/games/boxart/8436780ccc.jpg,SAS: Secure Tomorrow,PC,Shooter,City Interactive,,,0,,,0,0,2008-10-16, +/games/boxart/6409427ccc.jpg,Startopia,PC,Simulation,Eidos Interactive,Mucky Foot Productions,,0,,,0,0,2001-06-16, +/games/boxart/full_180166AmericaFrontccc.jpg,F-22 Lightning 3,PC,Simulation,NovaLogic,NovaLogic,,0,,,0,0,1999-05-25, +/games/boxart/full_1432725AmericaFrontccc.jpg,Farming Simulator 14,3DS,Simulation,Focus Home Interactive,Focus Home Interactive,,0,,,0,0,2014-06-24,2019-05-02 +/games/boxart/full_8114707JapanFrontccc.jpg,Kawaii Koneko DS 2,DS,Simulation,MTO,MTO,,0,,0,,,2009-07-23, +/games/boxart/full_the-sims-2-kitchen-ampamp-bath-interior-design-stuff_456AmericaFront.jpg,The Sims 2: Kitchen & Bath Interior Design Stuff,PC,Simulation,Electronic Arts,Maxis,,0,,,0,0,2008-04-15, +/games/boxart/full_pacific-fighters_33AmericaFront.jpg,Pacific Fighters,PC,Simulation,Ubisoft,Maddox Games,,0,,,0,0,2004-10-26, +/games/boxart/full_4168729PALFrontccc.jpg,Let's Play: Pet Hospitals,DS,Simulation,Deep Silver,Deep Silver,,0,,,0,0,2009-02-27, +/games/boxart/full_1902005PALFrontccc.jpg,Cake Mania 3,PC,Simulation,Sandlot Games,Sandlot Games,,0,,,0,0,2008-09-01, +/games/boxart/full_2530024AmericaFrontccc.jpg,Cities XL,PC,Simulation,Monte Christo Multimedia,Monte Cristo Multimedia,,0,,,0,0,2009-10-09, +/games/boxart/full_railway-simulator_271AmericaFront.jpg,Railway Simulator,PC,Simulation,Unknown,N2V Games,,0,,,0,0,2011-08-09, +/games/boxart/full_3254707PALFrontccc.jpg,Ship Simulator 2008 Collector's Edition,PC,Simulation,Lighthouse Interactive,VSTEP,,0,,,0,0,2008-10-06, +/games/boxart/full_6249471JapanFrontccc.jpg,Simple DS Series Vol. 40: The Gekai,DS,Simulation,D3 Publisher,Vingt-et-un Systems,,0,,0,,,2008-08-28, +/games/boxart/full_5836144JapanFrontccc.jpg,Choko Ken no Dekitate Sweets Wagon,DS,Simulation,Creative Core,Creative Core,,0,,0,,,2009-03-19, +/games/boxart/full_2018276JapanFrontccc.jpg,"Gokuhou!! Mecha Mote Iinchou: Mecha Mote Days, Hajime Masuwa!",DS,Simulation,Konami,Konami,,0,,0,,,2008-12-04, +/games/boxart/full_4100668PALFrontccc.jpg,Police Simulator 2 Law and Order,PC,Simulation,Excalibur Publishing Limited,Excalibur Studios,,0,,,0,0,2012-03-23,2019-05-02 +/games/boxart/full_8979104JapanFrontccc.jpg,Machi no Pet-Ya-San DS 2: Wannyan 333-Hiki Daishuugou!,DS,Simulation,E-Frontier,E-Frontier,,0,,0,,,2009-02-19, +/games/boxart/full_1029093AmericaFrontccc.jpg,Conflict: Vietnam,PC,Shooter,Global Star Software,Pivotal Games,,0,,,0,0,2004-10-05, +/games/boxart/6386514ccc.jpg,NRA Gun Club,PS2,Shooter,Crave Entertainment,Jarhead Games,,0,0,,0,0,2006-10-02, +/games/boxart/7990337ccc.jpg,M.A.C.H.: Modified Air Combat Heroes,PSP,Shooter,Sierra Entertainment,Kuju Entertainment,,0,,,0,0,2007-02-20, +/games/boxart/full_4291681PALFrontccc.jpg,Emergency 2016,PC,Simulation,Deep Silver,Sixteen Tons Entertainment,,0,,,0,0,2015-10-16,2018-09-22 +/games/boxart/full_the-sims-2-holiday-edition_920AmericaFront.jpg,The Sims 2 Holiday Edition,PC,Simulation,Electronic Arts,Maxis,2,0,,,0,0,2005-11-15, +/games/boxart/full_6148842AmericaFrontccc.jpg,Pet Pals: Animal Doctor,DS,Simulation,Majesco,Legacy Interactive,,0,0,,0,0,2008-02-07, +/games/boxart/full_9421937JapanFrontccc.jpg,Gaitame Baibai Trainer: Kabutore FX,DS,Simulation,Konami,Kojima Productions,,0,,0,,,2009-03-26, +/games/boxart/full_5935885PALFrontccc.jpg,RollerCoaster Tycoon 8 Pack,PC,Simulation,Avanquest Software,Atari,,0,,,0,0,2015-05-14,2018-09-22 +/games/boxart/full_8406111AmericaFrontccc.jpg,Mace Griffin: Bounty Hunter,PC,Shooter,Mumbo Jumbo,Warthog,,0,,,0,,2004-01-07, +/games/boxart/full_2702379AmericaFrontccc.jpg,Pariah,PC,Shooter,Groove Games,Digital Extremes,,0,,,0,,2005-05-03, +/games/boxart/full_7209645AmericaFrontccc.jpg,Total Overdose: A Gunslinger's Tale in Mexico,PC,Shooter,Eidos Interactive,Deadline Games,,0,,,0,,2005-09-27, +/games/boxart/4924954ccc.jpg,MDK2,PC,Shooter,Interplay,BioWare Corp.,8.5,0,,,0,,2000-05-31, +/games/boxart/full_942613AmericaFrontccc.jpg,Tactical Ops: Assault on Terror,PC,Shooter,Atari,Kamehan Studios,,0,,,0,,2002-04-24, +/games/boxart/1867788ccc.jpg,Stranglehold,PC,Shooter,Midway Games,Midway Games,,0,,,0,0,2007-09-18, +/games/boxart/full_3511205AmericaFrontccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,PC,Shooter,Gotham Games,Pivotal Games,,0,,,0,0,2003-10-08, +/games/boxart/full_bet-on-soldier-blood-sport_753AmericaFront.jpg,Bet on Soldier: Blood Sport,PC,Shooter,Digital Jesters,Kylotonn Entertainment,,0,,,0,0,2005-09-26, +/games/boxart/full_7164929PALFrontccc.jpg,Ready Steady Cook: The Game,Wii,Simulation,Mindscape,Mindscape,,0,,,0,0,2009-08-14, +/games/boxart/8889656ccc.jpg,My Traffic X,PC,Simulation,Aerosoft,Aerosoft,,0,,,0,0,2007-02-23, +/games/boxart/full_6298565AmericaFrontccc.png,This is the Police,NS,Simulation,THQ Nordic,Weappy Studio,,0,,,0,0,2017-12-05,2018-09-15 +/games/boxart/full_2906441JapanFrontccc.jpg,Gendai Daisenryaku: Isshoku Sokuhatsu - Gunji Balance Houkai,PSP,Simulation,System Soft,System Soft,,0,,0,,,2009-08-27, +/games/boxart/full_9311257PALFrontccc.jpg,Pro Cycling Manager 2018,PC,Simulation,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2018-06-28,2018-08-11 +/games/boxart/full_2265761PALFrontccc.jpg,Farming 2017 - The Simulation,XOne,Simulation,UIG Entertainment,UIG Entertainment,,0,,,0,0,2016-08-19,2018-04-09 +/games/boxart/full_2978219AmericaFrontccc.jpg,ScreamRide,X360,Simulation,Microsoft Studios,Frontier Developments,,0,,,0,0,2015-03-03,2018-04-24 +/games/boxart/full_the-sims-2-freetime_563AmericaFront.jpg,The Sims 2: FreeTime,PC,Simulation,Electronic Arts,Maxis,,0,,,0,0,2008-02-26, +/games/boxart/full_c-130-hercules_884AmericaFront.jpg,C-130 Hercules,PC,Simulation,Just Flight,Captain Sim,,0,,,0,0,2008-09-21, +/games/boxart/full_railworks-tornado-edition_323PALFront.jpg,RailWorks: Tornado Edition,PC,Simulation,First Class Simulations,RailSimulator.com,,0,,,0,0,2009-12-11, +/games/boxart/full_7189862AmericaFrontccc.jpg,Heroes over Europe,PC,Simulation,Ubisoft,Transmission Games,,0,,,0,0,2009-09-22, +/games/boxart/5811278ccc.jpg,Pippa Funnell: The Stud Farm Inheritance,PC,Simulation,Ubisoft,Lexis Numerique,,0,,,0,0,2005-03-25, +/games/boxart/full_7160136AmericaFrontccc.jpg,Dark Horizon,PC,Simulation,Paradox Interactive,Paradox Interactive,,0,,,0,0,2008-10-13, +/games/boxart/full_3287988AmericaFrontccc.jpg,LEGO Friends,DS,Simulation,Warner Bros. Interactive Entertainment,Hellbent Games,,0,,,0,0,2014-04-08,2019-01-03 +/games/boxart/full_349002AmericaFrontccc.jpg,The Political Machine 2008,PC,Simulation,Stardock,Stardock,,0,,,0,0,2008-06-24, +/games/boxart/full_9058605PALFrontccc.jpg,The Sims 3: Showtime,PC,Simulation,Electronic Arts,Maxis,,0,0,,0,0,2012-03-06,2019-05-03 +/games/boxart/full_4556997JapanFrontccc.jpg,Kumatanchi,DS,Simulation,Dimple Entertainment,Vanillaware,,0,,0,,,2008-09-25,2019-01-10 +/games/boxart/5204124ccc.jpg,Pippa Funnell: Take The Reins,PC,Simulation,Ubisoft,Lexis Numerique,,0,,,0,0,2006-10-26, +/games/boxart/full_870382AmericaFrontccc.jpg,Restaurant Empire,PC,Simulation,Enlight,Enlight Software,,0,,,0,0,2003-03-26, +/games/boxart/full_9531119PALFrontccc.jpg,Restaurant Tycoon,DS,Simulation,Foreign Media Games,Foreign Media Games,,0,,,0,0,2010-05-28, +/games/boxart/full_1322841AmericaFrontccc.jpg,Pure Farming 2018,PC,Simulation,Techland,Ice Flames,,0,,,0,0,2018-03-13,2018-07-19 +/games/boxart/full_5078483AmericaFrontccc.png,Railway Empire,PC,Simulation,Kalypso Media,Gaming Minds Studios,,0,,,0,0,2018-01-30,2018-01-07 +/games/boxart/full_8034321AmericaFrontccc.jpg,Hotel for Dogs,PC,Simulation,505 Games,Paramount Interactive,,0,,,0,0,2009-01-06, +/games/boxart/full_4895227JapanFrontccc.jpg,Happy My Sweets,DS,Simulation,Global A Entertainment,Global A Entertainment,,0,,0,,,2009-01-09, +/games/boxart/full_2567929JapanFrontccc.jpg,Team Batista no Eikou: Shinjitsu o Tsumugu 4-tsu no Karte,DS,Simulation,Hudson Entertainment,Hudson Soft,,0,,0,,,2008-12-25, +/games/boxart/full_3297427PALFrontccc.jpg,My Pet Dolphin,DS,Simulation,505 Games,Starfish,,0,,,0,0,2007-11-16, +/games/boxart/full_473318PALFrontccc.jpg,My Animal Centre,DS,Simulation,Deep Silver,Braingame,,0,,,0,0,2008-12-05, +/games/boxart/full_3691917JapanFrontccc.jpg,Chi's Sweet Home: Chi ga Ouchi ni Yatte Kita!,DS,Simulation,Interchannel,Interchannel,,0,,0,,,2008-09-04, +/games/boxart/full_6358105PALFrontccc.jpg,WOW! 6 Games Simulations Collection,PC,Simulation,Excalibur Publishing,Excalibur Studios,,0,,,0,0,2015-05-01,2019-05-01 +/games/boxart/full_4296351AmericaFrontccc.jpg,Petz: Dogz Pack,DS,Simulation,Ubisoft,Ubisoft,,0,0,,0,,2008-11-04, +/games/boxart/full_the-sims-2-teen-style-stuff_381AmericaFront.jpg,The Sims 2: Teen Style Stuff,PC,Simulation,Electronic Arts,Maxis Software,,0,,,0,0,2007-11-06, +/games/boxart/full_8680781PALFrontccc.jpg,A-Train HX,X360,Simulation,505 Games,ArtDink,2,0,,,0,0,2008-03-07, +/games/boxart/full_trainz-simulator-12_865AmericaFront.jpg,Trainz Simulator 12,PC,Simulation,Unknown,N3VRF41L Publishing,,0,,,0,0,2011-03-17, +/games/boxart/5478126ccc.jpg,Zoo Empire,PC,Simulation,Enlight,Enlight Software,,0,,,0,0,2004-08-01, +/games/boxart/full_5503713AmericaFrontccc.jpg,Sea Trader: Rise of Taipan,GBA,Simulation,Jaleco,Jaleco Entertainment,,0,0,,0,0,2003-01-03, +/games/boxart/full_8136445AmericaFrontccc.jpg,Restaurant Empire II,PC,Simulation,Paradox Interactive,Enlight Software,,0,,,0,,2009-06-23, +/games/boxart/full_2751821JapanFrontccc.jpg,Saru Saru DS,DS,Simulation,D3 Publisher,"Mobcast, Inc.",,0,,0,,,2009-02-19, +/games/boxart/9455413ccc.jpg,Tropico 2: Pirate Cove,PC,Simulation,Gathering of Developers,Frog City Software,8.3,0,,,0,0,2003-04-08, +/games/boxart/full_9907819AmericaFrontccc.jpg,Secret Weapons Over Normandy,PC,Simulation,LucasArts,Totally Games,,0,,,0,0,2003-11-18, +/games/boxart/full_9607929JapanFrontccc.jpg,Tetsudou Kentei DS,DS,Simulation,Spike,Spike,,0,,0,,,2008-10-09, +/games/boxart/full_8719234PALFrontccc.jpg,Truckin' Collection,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Ltd.,,0,,,0,,2014-09-26,2019-04-25 +/games/boxart/full_warbirds-dogfights_917AmericaFront.jpg,WarBirds: Dogfights,PC,Simulation,iEntertainment Network,iEntertainment Network,,0,,,0,,2010-02-18, +/games/boxart/8424138ccc.jpg,MechWarrior 4: Vengeance,PC,Simulation,Microsoft,FASA Studio,,0,,,0,,2000-11-23, +/games/boxart/full_paramedic-simulator_39PALFront.jpg,Paramedic Simulator,PC,Simulation,Unknown,Just Sims,,0,,,0,0,2011-08-05, +/games/boxart/full_the-sims-3-pets_844AmericaFront.jpg,The Sims 3: Pets,PS3,Simulation,Electronic Arts,The Sims Studio,7.3,0,0,,0,0,2011-10-18, +/games/boxart/full_3462669PALFrontccc.jpg,Equestrian Training: Stages 1-4,DS,Simulation,Atari,Atari,,0,,,0,0,2008-11-07, +/games/boxart/full_2075398AmericaFrontccc.jpg,Sub Command,PC,Simulation,Electronic Arts,Sonalysts,,0,,,0,0,2001-09-12, +/games/boxart/full_8536938PALFrontccc.jpg,IL-2 Sturmovik Series: Complete Edition,PC,Simulation,Ubisoft,1C: Maddox Games,,0,,,0,0,2006-03-31, +/games/boxart/full_2895320AmericaFrontccc.jpg,Combat Wings: Battle of Britain,PC,Simulation,Navarre Corp,City Interactive,,0,,,0,0,2008-10-30, +/games/boxart/full_9979145AmericaFrontccc.jpg,Supermarket Mania,PC,Simulation,Viva Media,"Alawar Entertainment, Inc.",,0,,,0,0,2009-05-22,2019-05-03 +/games/boxart/full_1106612AmericaFrontccc.jpg,Star Trek: Bridge Commander,PC,Simulation,Activision,Totally Games,,0,,,0,0,2002-02-27, +/games/boxart/full_youda-safari_904PALFront.jpg,Youda Safari,DS,Simulation,Foreign Media Games,Foreign Media Games,,0,,,0,0,2011-02-11, +/games/boxart/full_wildlife-park-gold-edition_729PALFront.jpg,Wildlife Park: Gold Edition,PC,Simulation,Deep Silver,B.Alive,,0,,,0,0,2004-10-08, +/games/boxart/full_crane-simulator-2009_839PALFront.jpg,Crane Simulator 2009,PC,Simulation,Unknown,Astragon,,0,,,0,0,2009-09-18, +/games/boxart/full_219284PALFrontccc.jpg,Ready Steady Cook: The Game,DS,Simulation,Mindscape,Mindscape,,0,,,0,0,2009-08-14, +/games/boxart/full_7452426AmericaFrontccc.jpg,Comanche 4,PC,Simulation,NovaLogic,NovaLogic,,0,,,0,,2001-11-12, +/games/boxart/full_866047AmericaFrontccc.jpg,The Tower SP,GBA,Simulation,Sega,VIVARIUM Inc.,,0,0,,0,0,2006-03-21, +/games/boxart/full_8034252JapanFrontccc.jpg,Gendai Daisenryaku: Isshoku Sokuhatsu - Gunji Balance Houkai,PS2,Simulation,System Soft,System Soft,,0,,0,,,2009-08-27, +/games/boxart/full_7915152AmericaFrontccc.jpg,Monster Rancher Advance,GBA,Simulation,Tecmo,Tecmo,,0,0,,0,0,2001-11-28, +/games/boxart/full_7941679JapanFrontccc.jpg,Cooking Idol I! My! Main! Game de Hirameki! Kirameki Cooking,DS,Simulation,Konami,Konami,,0,,0,,,2010-02-25, +/games/boxart/full_9883217AmericaFrontccc.jpg,Ship Simulator 2006,PC,Simulation,DreamCatcher Interactive,VSTEP,,0,,,0,0,2006-08-21, +/games/boxart/full_7129831PALFrontccc.jpg,My Pet Hotel 2,DS,Simulation,Eidos Interactive,DTP Entertainment,,0,,,0,0,2008-09-26, +/games/boxart/full_3677892AmericaFrontccc.jpg,Dogz 5,PC,Simulation,Ubisoft,PF.Magic,,0,,,0,0,2002-11-18, +/games/boxart/full_4792383PALFrontccc.jpg,WWII: Battle Over The Pacific,PSP,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,0,,,0,0,2008-05-09, +/games/boxart/full_6584646PALFrontccc.jpg,Beat the Intro,DS,Misc,Mindscape,Mindscape,,0,,,0,0,2010-03-31, +/games/boxart/full_5135375PALFrontccc.jpg,Golden Balls,DS,Misc,Mindscape,Mindscape Inc.,,0,,,0,0,2008-12-05, +/games/boxart/full_buzz-the-ultimate-music-quiz_1PALFront.jpg,Buzz! The Ultimate Music Quiz,PSP,Misc,Sony Computer Entertainment,Relentless Software,,0,,,0,0,2010-12-03, +/games/boxart/full_9166839PALFrontccc.jpg,Flips: Enid Blyton - Faraway Tree Stories,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, +/games/boxart/full_7268693JapanFrontccc.jpg,Eiken Kakomon Daishuuroku: Eiken DS 2 Deluxe,DS,Misc,Rocket Company,Rocket Company,,0,,0,,,2009-04-09, +/games/boxart/default.jpg,Chain Chronicle,PSV,Misc,Sega,Unknown,,0,,0,,,2014-09-11, +/games/boxart/full_413906JapanFrontccc.jpg,Othello de Othello DS,DS,Misc,MegaHouse,MegaHouse,,0,,0,,,2008-06-12, +/games/boxart/default.jpg,Flying Turtle,PC,Misc,Big Fish Games,Unknown,,0,,,0,0,2009-11-25, +/games/boxart/full_janline_0JapanFront.jpg,Janline,X360,Misc,Recom,Recom,,0,,0,,,2008-09-25, +/games/boxart/full_4336033AmericaFrontccc.jpg,Power Rangers Zeo Full Tilt Battle Pinball,PS,Misc,Bandai,Kaze,,0,0,,0,0,1996-09-30, +/games/boxart/full_9622696AmericaFrontccc.jpeg,The Witness,PS4,Misc,"Thekla, Inc.",Unknown,,0,,,0,0,2016-01-26, +/games/boxart/full_3629993PALFrontccc.jpg,Top Trumps: Doctor Who,Wii,Misc,Eidos Interactive,Team 3 Games,,0,,,0,0,2008-12-05, +/games/boxart/full_challenge-me-kids_354PALFront.jpg,Challenge Me Kids: Brain Games,DS,Misc,O-Games,O-Games,,0,,,0,0,, +/games/boxart/1526902ccc.jpg,Smart Kid's Gameclub,DS,Misc,UFO Interactive,Tommo,,0,0,,,0,2007-11-16, +/games/boxart/full_5470928PALFrontccc.jpg,Elixir of Imortality,PC,Misc,Big Fish Games,Big Fish Games,,0,,,0,0,2015-05-08,2018-09-22 +/games/boxart/full_8514950PALFrontccc.jpg,The Garfield Show: Threat of the Space Lasagna,Wii,Misc,Unknown,EKO System,,0,,,0,0,2010-07-08, +/games/boxart/full_9792007JapanFrontccc.jpg,Tetsudou Musume DS: Terminal Memory,DS,Simulation,Takara Tomy,Takara Tomy,,0,,0,,,2008-10-09, +/games/boxart/full_6812791AmericaFrontccc.jpg,Trainz,PC,Simulation,Strategy First,Auran Games,8.4,0,,,0,0,2002-02-10, +/games/boxart/full_8457388AmericaFrontccc.jpg,Silent Hunter II,PC,Simulation,Ubisoft,Ultimation Inc.,,0,,,0,0,2001-11-05, +/games/boxart/full_city-life-2008-edition_374AmericaFront.jpg,City Life 2008 Edition,PC,Simulation,Paradox Interactive,Monte Cristo Multimedia,,0,,,0,0,2008-07-29, +/games/boxart/full_combat-wings-the-great-battles-of-wwii_656AmericaFront.jpg,Combat Wings: The Great Battles of WWII,PS3,Simulation,City Interactive,City Interactive,,0,,,0,0,2012-03-27, +/games/boxart/full_3249929AmericaFrontccc.jpg,MechWarrior 4: Mercenaries,PC,Simulation,Microsoft Game Studios,FASA Studio,,0,,,0,0,2002-11-07, +/games/boxart/full_345297JapanFrontccc.jpg,Winning Post 8 2017,NS,Misc,Tecmo Koei,Unknown,,0,,0,,,2017-09-14, +/games/boxart/full_9449485JapanFrontccc.jpg,Mahjong Kakutou Club Wii: Wi-Fi Taiou,Wii,Misc,Konami,Konami,,0,,0,,,2009-04-29, +/games/boxart/full_farming-simulator_364AmericaFront.jpg,Farming Simulator,PC,Simulation,Tri Synergy,Astragon,,0,,,0,0,2009-08-28, +/games/boxart/full_9900988PALFrontccc.jpg,Let's Play Fashion Designer,DS,Simulation,Deep Silver,Deep Silver,,0,,,0,0,2009-02-27, +/games/boxart/full_27996AmericaFrontccc.jpg,Eurofighter Typhoon,PC,Simulation,First Class Simulations,Rage Software,,0,,,0,0,2001-07-30, +/games/boxart/default.jpg,Rise of Flight: Aces Edition,PC,Simulation,Aerosoft,Aerosoft,,0,,,0,0,2011-11-25, +/games/boxart/2834826ccc.gif,F24: Stealth Fighter,DS,Simulation,Majesco,Skyworks Technologies,,0,,,0,0,2007-02-20, +/games/boxart/full_4606517JapanFrontccc.jpg,Simple DS Series Vol. 43: The Host Shiyouze! DX Knight King,DS,Simulation,D3 Publisher,Avantec,,0,,0,,,2009-03-12, +/games/boxart/full_the-sims-3-pets_806AmericaFront.jpg,The Sims 3: Pets,X360,Simulation,Electronic Arts,The Sims Studio,7,0,0,,0,0,2011-10-18, +/games/boxart/full_4252871PALFrontccc.jpg,Kira Kira Pop Princess,DS,Simulation,505 Games,Dimple Entertainment,,0,,,0,0,2008-03-07, +/games/boxart/default.jpg,Food Coach: Healthy Living Made Easy,DS,Misc,Zushi Games,Zushi Games,,0,,,0,0,2010-03-19, +/games/boxart/full_picture-puzzle-collection-the-dutch-masters_289AmericaFront.jpg,Picture Puzzle Collection: The Dutch Masters,DS,Misc,Unknown,Most Wanted Entertainment,,0,,,0,0,2020-12-31, +/games/boxart/full_4542015AmericaFrontccc.png,WorldNeverland: Elnea Kingdom,NS,Misc,althi Inc.,althi Inc.,,0,,0,,,2018-03-15,2018-11-07 +/games/boxart/full_6226772JapanFrontccc.jpg,Jinsei Game Wii EX,Wii,Misc,Takara Tomy,Takara Tomy,,0,,0,,,2008-11-13, +/games/boxart/full_9267353JapanFrontccc.jpg,Yamasa Digi World SP: Pachi-Slot Sengoku Musou,PS3,Misc,Yamasa Entertainment,Yamasa Entertainment,,0,,0,,,2007-09-06, +/games/boxart/full_telly-addicts_4PALFront.jpg,Telly Addicts,DS,Misc,Ubisoft,Ubisoft,,0,,,0,0,2007-11-02, +/games/boxart/default.jpg,Durarara!! 3way Standoff: Alley,PSV,Misc,Kadokawa Shoten,Unknown,,0,,0,,,2014-06-19, +/games/boxart/full_1265762PALFrontccc.jpg,Flips: Percy Jackson,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2010-02-12, +/games/boxart/full_3010343PALFrontccc.jpg,Top Trumps: Doctor Who,DS,Misc,Eidos Interactive,Rockpool Games,,0,,,0,0,2008-05-16, +/games/boxart/full_6771598PALFrontccc.jpg,Driving Theory Training,DS,Misc,Atari,Anuman Interactive,,0,,,0,0,2008-08-29, +/games/boxart/full_1942130JapanFrontccc.jpg,Moetan DS,DS,Misc,Idea Factory,Lupinus,,0,,0,,,2008-07-24, +/games/boxart/full_musiic-party-rock-the-house_362PALFront.jpg,Musiic Party: Rock the House,Wii,Misc,Unknown,Independent Arts Software,,0,,,0,0,2020-12-31, +/games/boxart/full_7190887JapanFrontccc.jpg,Closed Nightmare,NS,Misc,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2018-07-19,2018-08-25 +/games/boxart/full_713219AmericaFrontccc.jpg,Hello Kitty Picnic with Sanrio Friends,3DS,Misc,Majesco Entertainment,"Chaotic Moon Studios, LLC.",,0,,,0,0,2012-10-30,2019-05-07 +/games/boxart/full_2626875PALFrontccc.jpg,Flips: Artemis Fowl,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, +/games/boxart/full_2771637PALFrontccc.jpg,Flips: Cathy Cassidy,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, +/games/boxart/default.jpg,uDraw Studio: Instant Artist,PS3,Misc,THQ,Unknown,,0,,,0,0,2011-11-15, +/games/boxart/full_telly-addicts_2PALFront.jpg,Telly Addicts,Wii,Misc,Ubisoft,Ubisoft,,0,,,0,0,2008-02-15, +/games/boxart/2298634ccc.jpg,Yu-Gi-Oh! Double Pack 2,GBA,Misc,Konami,Konami,,0,0,,0,0,2006-08-30, +/games/boxart/full_angel-cat-sugar_690PALFront.jpg,Angel Cat Sugar,DS,Misc,Rising Star,Rising Star Games,,0,,,0,0,2009-10-16, +/games/boxart/full_900302JapanFrontccc.jpg,Relaxuma: Minna de Goyururi Seikatsu,Wii,Misc,MTO,MTO,,0,,0,,,2009-03-05, +/games/boxart/full_7571779PALFrontccc.jpg,Pass Your Driving Theory Test,DS,Misc,Avanquest,Uacari,,0,,,0,0,2009-03-13, +/games/boxart/default.jpg,War of the Vikings,PC,Misc,Paradox Interactive,Unknown,,0,,,0,0,2014-04-15, +/games/boxart/full_3414556AmericaFrontccc.jpg,Kinect Sports: Ultimate Collection,X360,Misc,Microsoft Studios,Various,,0,,,0,0,2012-09-18,2018-09-29 +/games/boxart/full_dreamcast-collection_172PALFront.jpg,Dreamcast Collection,PC,Misc,Sega,Sega,,0,,,0,0,2011-02-22, +/games/boxart/full_6846234JapanFrontccc.jpg,Pingu no Waku Waku Carnival!,DS,Misc,Square Enix,Square Enix,,0,,0,,,2008-11-06, +/games/boxart/full_2697062PALFrontccc.jpg,Pass Your Driving Theory Test: 2010 Edition,DS,Misc,Avanquest,Uacari,,0,,,0,0,2010-03-19, +/games/boxart/full_8056721PALFrontccc.jpg,Malice: Two Sisters,PC,Misc,Focus Multimedia,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 +/games/boxart/full_4108607AmericaFrontccc.jpg,My Secret Diary,DS,Misc,O-Games,Oxygen Interactive,,0,,,0,0,2009-07-28, +/games/boxart/full_treasure-seekers-trilogy_931PALFront.jpg,Treasure Seekers Trilogy,PC,Misc,Mastertronic,Various,,0,,,0,0,2011-11-04, +/games/boxart/full_7996406PALFrontccc.jpg,Golden Balls,Wii,Misc,Mindscape,Mindscape Inc.,,0,,,0,0,2008-12-05, +/games/boxart/full_4956175PALFrontccc.jpg,How To Pass Your Driving Test,DS,Misc,Ubisoft,Ubisoft,,0,,,0,0,2008-11-21, +/games/boxart/full_3657183PALFrontccc.jpg,My Spanish Coach,Wii,Misc,Ubisoft,Sensory Sweep Studios,,0,,,0,0,2007-11-30, +/games/boxart/full_344774JapanFrontccc.jpg,Gakken Europa 4: Kokugo Sanmai DS,DS,Misc,Gakken,Gakken,,0,,0,,,2010-03-11, +/games/boxart/full_7028448AmericaFrontccc.jpg,Matchbox Missions: 2 Game Pack!,GBA,Misc,DSI Games,Gravity-I,,0,0,,0,0,2006-08-30, +/games/boxart/full_6410062JapanFrontccc.jpg,Pachi & Slot Hisshoubon DS,DS,Misc,Dorart,Dorart,,0,,0,,,2009-03-26, +/games/boxart/full_8358587AmericaFrontccc.jpg,Hasbro Family Game Night,XBL,Misc,Electronic Arts,EA Bright Light,,0,,,0,0,2009-03-18, +/games/boxart/full_3200952PALFrontccc.jpg,Origin and Fate - 5 Game Pack,PC,Misc,Focus,Focus Home Interactive,,0,,,0,0,2014-09-26,2019-05-02 +/games/boxart/full_1982123PALFrontccc.png,Brain Challenge,PSN,Misc,Ubisoft,Gameloft,,0,,,0,0,2008-11-25, +/games/boxart/full_7990045JapanFrontccc.jpg,Manepa 1000-Mannin no FX Training,DS,Misc,Genki,Genki,,0,,0,,,2009-06-04, +/games/boxart/full_94008JapanFrontccc.jpg,Doala de Wii,Wii,Misc,Tera Box,Tera Box,,0,,0,,,2009-04-02, +/games/boxart/default.jpg,IQ Trainer,DS,Misc,Unknown,DreamCatcher Interactive,,0,0,,,0,, +/games/boxart/full_6766700PALFrontccc.jpg,I did it Mum! Picture Book,DS,Misc,505 Games,Starfish Inc.,,0,,,0,0,2008-11-07, +/games/boxart/full_4018542PALFrontccc.jpg,Dance Party: Club Hits,Wii,Misc,Nordic Games,Broadsword Interactive,,0,,,0,0,2009-05-08, +/games/boxart/full_9652720JapanFrontccc.jpg,Okada Toshio no Itsumademo DEBU to Omounayo: DS Recording Diet,DS,Misc,Rocket Company,Rocket Company,,0,,0,,,2008-11-20, +/games/boxart/full_5147499JapanFrontccc.jpg,Sukashishipanman DS: Shokotak Koto Nakagawa Shouko Produce!,DS,Misc,Interchannel,Interchannel,,0,,0,,,2009-03-05, +/games/boxart/535459ccc.jpg,Shonen Jump's One Piece: Pirates Carnival,PS2,Misc,Namco Bandai,High Horse Entertainment,,0,0,,0,0,2006-09-12, +/games/boxart/full_6658446PALFrontccc.jpg,Buzz! Brain of the UK,PSP,Misc,Sony Computer Entertainment,Relentless Software,,0,,,0,0,2009-03-27, +/games/boxart/5612756ccc.jpg,Thief: Deadly Shadows,PC,Misc,Eidos Interactive,Ion Storm,,0,,,0,0,2005-05-25, +/games/boxart/full_8678473PALFrontccc.jpg,My French Coach Level 2,DS,Misc,Ubisoft,Sensory Sweep Studios,,0,,,0,0,2007-11-23, +/games/boxart/full_8848814PALFrontccc.jpg,Diva Girls: Diva Dancers,DS,Misc,505 Games,505 Games,,0,,,0,0,2009-04-09, +/games/boxart/full_8955043JapanFrontccc.jpg,Rika-Chan DS Motto! Onna no Ko Lesson: Oshare Oshigoto Otetsudai Daisuki!,DS,Misc,Takara Tomy,Takara Tomy,,0,,0,,,2009-11-05, +/games/boxart/full_8547094PALFrontccc.jpg,Flips: Too Ghoul for School,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, +/games/boxart/3264349ccc.jpg,Capcom Classics Mini Mix,GBA,Misc,Capcom,Capcom,6.5,0,0,,0,0,2006-09-19, +/games/boxart/full_8400732PALFrontccc.jpg,Bridge Training,DS,Misc,Atari,Atari,,0,,,0,0,2009-04-03, +/games/boxart/full_4921036AmericaFrontccc.jpg,Touch Darts,DS,Misc,Agetec,Full Fat,,0,,,0,0,2008-07-01, +/games/boxart/full_we-dare-flirty-fun-for-all_228PALFront.jpg,We Dare: Flirty Fun For All,Wii,Misc,Ubisoft,Ubisoft Milan,,0,,,0,0,2011-02-11, +/games/boxart/default.jpg,Madagascar 3: The Video Game,X360,Misc,D3Publisher,Unknown,,0,,,0,0,2012-10-19, +/games/boxart/full_6078791JapanFrontccc.jpg,Kaite Oboeru: Dora-Gana,DS,Misc,Sega,Sega,,0,,0,,,2008-11-27, +/games/boxart/full_878114AmericaFrontccc.jpg,Rhythm 'n Notes: Improve Your Music Skills,DS,Misc,Agetec,Success,,0,0,,,0,2007-10-23, +/games/boxart/full_361608AmericaFrontccc.jpg,Xbox Live Arcade,XB,Misc,Microsoft,Microsoft,,0,0,,0,0,2004-11-04,2018-09-25 +/games/boxart/full_2652016PALFrontccc.gif,Driving Theory Training 2009/2010 Edition,DS,Misc,Atari,Anuman Interactive,,0,,,0,0,2009-08-28, +/games/boxart/full_jungle-party_3PALFront.jpg,Jungle Party,PSP,Misc,Sony Computer Entertainment,SCEE,,0,,,0,0,2010-11-05, +/games/boxart/full_gamesaid-triple-pack_645PALFront.jpg,GamesAid: Triple Pack,PS3,Misc,Mastertronic,Various,,0,,,0,0,2010-06-25, +/games/boxart/full_2600713JapanFrontccc.jpg,Umibe de Reach! DS,DS,Misc,NCS,NCS,,0,,0,,,2008-08-28, +/games/boxart/full_5860171JapanFrontccc.jpg,Kageyama Hideo no Hanpuku Ondoku DS Eigo,DS,Misc,IE Institute,IE Institute,,0,,0,,,2008-12-04, +/games/boxart/full_9055331PALFrontccc.jpg,Ape Academy 2,PSP,Misc,Sony Computer Entertainment,Shift,6.4,0,,,0,0,2006-09-29, +/games/boxart/full_8785496JapanFrontccc.jpg,Super Auto Salon: Custom Car Contest,DS,Misc,Genterprise,Genterprise,,0,,0,,,2009-04-09, +/games/boxart/1613522ccc.jpg,LOL,DS,Misc,Agetec,Route24,,0,,,0,0,2008-05-30, +/games/boxart/full_3052256PALFrontccc.jpg,Mind. Body. Soul.: Nutrition Matters,Wii,Misc,Unknown,Devils Details,,0,,,0,0,, +/games/boxart/full_6324079AmericaFrontccc.jpg,Major Minor's Majestic March (jp sales),Wii,Misc,Majesco,NanaOn-Sha,,0,,0,,,2009-04-02, +/games/boxart/full_7472058JapanFrontccc.jpg,Rhythm de Cooking,DS,Misc,MTO,MTO,,0,,0,,,2008-11-13, +/games/boxart/full_7484124PALFrontccc.jpg,Gardening Guide: How to get Green Fingers,DS,Misc,Mindscape,Mindscape,,0,,,0,0,2009-08-14, +/games/boxart/full_7708474PALFrontccc.jpg,Flips: Enid Blyton - The Adventure Series,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2010-04-23, +/games/boxart/full_6842296PALFrontccc.jpg,Super Monkey Ball: Banana Splitz,PSV,Misc,Sega,Unknown,,0,,,0,0,2012-10-23, +/games/boxart/full_5527983AmericaFrontccc.jpg,Taito Legends,PC,Misc,Taito,Empire Oxford,,0,,,0,0,2005-11-10, +/games/boxart/full_6127339PALFrontccc.jpg,Clever Kids: Pony World,DS,Misc,Midas Interactive Entertainment,Gamerholix,,0,,,0,0,2007-11-02, +/games/boxart/full_1532529JapanFrontccc.jpg,Rekishi Adventure: Quiz San Goku Shi Tsuu DS,DS,Misc,NCS,NCS,,0,,0,,,2008-12-11, +/games/boxart/full_1127979JapanFrontccc.jpg,Habu Yoshiharu Shougi de Kitaeru: Ketsudanryoku DS,DS,Misc,Ides,Ides,,0,,0,,,2009-03-12, +/games/boxart/full_3913466JapanFrontccc.jpg,Kutsushita Nyonko: Kutsushita o Haita Neko to Kurashi Hajime Mashita,DS,Misc,D3 Publisher,D3 Publisher,,0,,0,,,2009-07-30, +/games/boxart/full_6329958PALFrontccc.jpg,Alan Hansen's Sports Challenge,Wii,Misc,Oxygen Interactive,Oxygen Interactive,,0,,,0,0,2007-12-08, +/games/boxart/full_1366234PALFrontccc.jpg,Clever Kids: Farmyard Fun,DS,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,0,,,0,0,2008-11-07, +/games/boxart/full_4321074PALFrontccc.jpg,Little Britain: The Video Game,PSP,Misc,Blast! Entertainment Ltd,Revolution Studios / Gamerholix,,0,,,0,0,2007-09-21, +/games/boxart/full_6787725JapanFrontccc.jpg,Maruhan Pachinko & Pachi-Slot Hisshou Guide Kanshuu: The Pachinko Hall,DS,Misc,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2009-06-25, +/games/boxart/full_8683814PALFrontccc.jpg,My French Coach,Wii,Misc,Ubisoft,Sensory Sweep Studios,,0,,,0,0,2007-11-30, +/games/boxart/full_2296891AmericaFrontccc.jpg,Marvel Trading Card Game,PSP,Misc,Konami,Vicious Cycle,,0,0,,0,0,2007-02-27, +/games/boxart/full_875164AmericaFrontccc.jpg,Trivial Pursuit unhinged,PC,Misc,Atari,Artech Studios,,0,,,0,0,2004-04-28, +/games/boxart/full_198771PALFrontccc.jpg,Flips: Mr. Gum,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2010-04-23, +/games/boxart/full_2256902JapanFrontccc.jpg,Slotter Up Core 11: Kyoujin no Hoshi IV,PS2,Misc,Dorart,Dorart,,0,,0,,,2009-03-26, +/games/boxart/full_3102313JapanFrontccc.jpg,Mori no Cafeteria DS: Oshare na Cafe Recipe,DS,Misc,D3 Publisher,Aspect,,0,,0,,,2008-12-04, +/games/boxart/full_5404614JapanFrontccc.gif,Yume o Kanaeru Zou,DS,Misc,Tryfirst,Tryfirst,,0,,0,,,2009-05-21, +/games/boxart/216190ccc.jpg,Muppet Pinball Mayhem,GBA,Misc,NewKidCo,Digital Eclipse,7.9,0,0,,0,0,2002-05-29, +/games/boxart/full_telly-addicts_5PALFront.jpg,Telly Addicts,PSP,Misc,Ubisoft,Route 1 Games,,0,,,0,0,2007-12-07, +/games/boxart/full_6113786PALFrontccc.jpg,Clever Kids: Dino Land,DS,Misc,Midas Interactive Entertainment,Gamerholix,,0,,,0,0,2007-11-02, +/games/boxart/full_the-kayou-generation_347JapanFront.jpg,The * Kayou Generation,DS,Misc,AQ Interactive,AQ Interactive,,0,,0,,,2009-06-18, +/games/boxart/full_1731320PALFrontccc.jpg,Bratz: Rock Angelz,PC,Misc,THQ,Blitz Games,,0,,,0,0,2005-10-12, +/games/boxart/full_9631820PALFrontccc.jpg,"Mind, Body & Soul: Spellbound 2",DS,Misc,505 Games,505 Games,,0,,,0,0,2010-03-26, +/games/boxart/full_intellivision-lives_7AmericaFront.jpg,Intellivision Lives!,DS,Misc,Virtual Play Games,Intellivision Productions Inc.,,0,0,,,,2010-09-14, +/games/boxart/full_4489536PALFrontccc.jpg,Passport to... Amsterdam,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2006-09-22,2018-09-24 +/games/boxart/4561566ccc.jpg,Battle of the Bands,Wii,Misc,THQ,Planet Moon Studios,,0,0,,0,,2008-04-21, +/games/boxart/default.jpg,adidas miCoach,X360,Misc,Land Ho,Unknown,,0,,,0,,2012-07-24, +/games/boxart/default.jpg,Wargame: Airland Battle,PC,Misc,Focus Home Interactive,Unknown,,0,,,0,0,2013-05-29, +/games/boxart/full_7821693AmericaFrontccc.jpg,World Championship Poker 2: Featuring Howard Lederer,PC,Misc,Crave Entertainment,Point of View,,0,,,0,0,2005-11-08, +/games/boxart/default.jpg,Arcade 3D,3DS,Misc,UFO Interactive,UFO Interactive,,0,0,,,0,, +/games/boxart/full_2394116JapanFrontccc.jpg,Nazo Nazo & Quiz Ittou Nyuukon Q Mate!,DS,Misc,Konami,Konami,,0,,0,,,2008-10-16, +/games/boxart/full_2193218AmericaFrontccc.jpg,Texas Hold 'Em Poker Pack,DS,Misc,Summitsoft Entertainment,Webfoot Technologies,,0,,,0,0,2005-10-25, +/games/boxart/full_7602974PALFrontccc.jpg,Circus Wii,Wii,Misc,Unknown,505 Games,,0,,,0,0,, +/games/boxart/full_4649963PALFrontccc.jpg,Top Trumps Horror & Predator,DS,Misc,Ubisoft,SO! Games Ltd,,0,,,0,0,2007-10-12, +/games/boxart/full_9482482PALFrontccc.jpg,Karaoke Party,PS2,Misc,Datel,Datel,,0,0,,0,0,2003-09-01, +/games/boxart/full_3272852PALFrontccc.jpg,Passport to... Paris,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2006-09-22,2018-09-24 +/games/boxart/full_9816332AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,3DS,Misc,Disney Interactive Studios,Unknown,,0,,,0,0,2013-08-13, +/games/boxart/default.jpg,4 in 1 Action Pack,PS3,Misc,SouthPeak Games,Unknown,,0,,,0,0,2012-05-08, +/games/boxart/full_6252659JapanFrontccc.jpg,Shiseido Beauty Solution Kaihatsu Center Kanshuu: Project Beauty,DS,Misc,Sega,Sega,,0,,0,,,2008-11-27, +/games/boxart/full_reader-rabbit-preschool_871AmericaFront.jpg,Reader Rabbit Preschool,Wii,Misc,Graffiti,Graffiti Entertainment,,0,0,,,0,2010-05-04, +/games/boxart/full_8804942PALFrontccc.jpg,Fireman Sam: Action Stations,DS,Misc,Avanquest Software,Avanquest Software,,0,,,0,0,2013-11-15,2019-05-08 +/games/boxart/9958920ccc.jpg,The Silent Hill Experience,PSP,Misc,Konami,Konami,,0,,,0,0,2006-04-06, +/games/boxart/default.jpg,Nuclear Dawn,PC,Misc,Viva Media,InterWave Studios,,0,,,0,0,2011-09-26, +/games/boxart/full_9190213PALFrontccc.jpg,Kids Pack: Open Season / Surf's Up,PSP,Misc,Ubisoft,Ubisoft,,0,,,0,0,2009-03-27, +/games/boxart/full_8266263JapanFrontccc.jpg,Mirakuru! Mimika DS,DS,Misc,Culture Brain,Culture Brain,,0,,0,,,2009-01-22, +/games/boxart/full_telly-addicts_8PALFront.jpg,Telly Addicts,PC,Misc,Focus Home Interactive,Ubisoft,,0,,,0,0,2008-02-15, +/games/boxart/full_3769605PALFrontccc.jpg,Maths Made Simple,DS,Misc,505 Games,505 Games,,0,,,0,0,2008-10-03, +/games/boxart/full_5076148PALFrontccc.jpg,Passport to... London,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2006-09-22,2018-09-24 +/games/boxart/180554ccc.jpg,Battle of the Bands,Wii,Misc,THQ,Planet Moon Studios,,0,,,0,0,2008-04-21, +/games/boxart/full_the-horror-collection_373PALFront.jpg,The Horror Collection,PC,Misc,Mastertronic,Various,,0,,,0,0,2011-11-04, +/games/boxart/full_6188678PALFrontccc.jpg,Arthur and the Revenge of Maltazard,PS3,Misc,Ubisoft,Avalanche Productions,,0,,,0,0,2010-09-24, +/games/boxart/default.jpg,Brave: The Video Game,X360,Misc,Disney Interactive Studios,Unknown,,0,,,0,0,2012-06-19, +/games/boxart/full_family-quiz_900PALFront.jpg,Family Quiz,Wii,Misc,7G//AMES,Funbox Media,,0,,,0,0,2010-12-17, +/games/boxart/full_5293986AmericaFrontccc.jpg,Dream Pinball 3D,PC,Misc,SouthPeak Interactive,A.S.K. Homework,,0,,,0,0,2008-02-12, +/games/boxart/full_7902984AmericaFrontccc.jpg,Nightfall Mysteries: Curse of the Opera,PC,Puzzle,Mastertronic,Vast Studios,,0,,,0,0,2010-11-12,2019-05-04 +/games/boxart/full_9344969AmericaFrontccc.jpg,Mystery Case Files: Ravenhearst,DS,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,,2007-06-26,2019-05-04 +/games/boxart/full_casual-classics_363PALFront.jpg,Casual Classics,DS,Puzzle,Unknown,Media Sales & Licensing,,0,,,0,,2010-12-03, +/games/boxart/default.jpg,The Clockwork Man,PC,Puzzle,Unknown,Total Eclipse,,0,,,0,0,2011-08-10, +/games/boxart/full_4333663PALFrontccc.jpg,Bliss Island,PSP,Puzzle,Codemasters,PomPom Games,,0,,,0,0,2006-12-08, +/games/boxart/full_4109210PALFrontccc.jpg,Jig-a-Pix: Love is...,DS,Puzzle,Zushi Games,Zushi Games,,0,,,0,,2010-02-05, +/games/boxart/full_2998242PALFrontccc.jpg,"Mind, Body & Soul: Blend It!",DS,Puzzle,505 Games,Crush Digital,,0,,,0,,2010-04-23, +/games/boxart/full_6354524AmericaFrontccc.jpg,We Sing 80s,Wii,Music,Nordic Games,Le Cortex,,0,,,0,0,2013-02-08,2018-04-07 +/games/boxart/default.jpg,We Sing Down Under,Wii,Misc,Nordic Games,Le Cortex,,0,,,0,0,2011-03-31, +/games/boxart/full_9370117PALFrontccc.jpg,Mind. Body. Soul.: Nutrition Matters,DS,Misc,Unknown,MileStone Inc.,,0,,,0,0,, +/games/boxart/1377979ccc.jpg,UNO / Skip-Bo,GBA,Misc,DSI Games,Black Lantern Studios,,0,0,,0,,2006-10-02, +/games/boxart/full_6613589AmericaFrontccc.jpg,Majesco's Rec Room Challenge,GBA,Misc,Majesco,Skyworks Technologies,,0,0,,0,,2005-10-12, +/games/boxart/full_beat-sketcher_136AmericaFront.jpg,Beat Sketcher,PSN,Misc,Sony Computer Entertainment,"Will Co., Ltd. Noisycroak",,0,,0,,,2010-11-23, +/games/boxart/default.jpg,My Baby and Me,Wii,Misc,Unknown,,,0,,,0,,, +/games/boxart/full_5310170AmericaFrontccc.jpg,Looney Tunes Double Pack: Dizzy Driving / Acme Antics,GBA,Misc,Majesco,Warner Bros. Interactive Entertainment,,0,0,,,,2005-10-01, +/games/boxart/full_2364563AmericaFrontccc.jpg,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,GBA,Misc,Acclaim Entertainment,Powerhead Games,,0,0,,,,2002-10-28, +/games/boxart/full_1144644PALFrontccc.jpg,My Spanish Coach Level 2: Intermediate,DS,Misc,Ubisoft,Ubisoft,,0,,,0,0,2007-11-23, +/games/boxart/full_5211150PALFrontccc.jpg,Everything's Rosie,DS,Misc,Avanquest Software,Avanquest Software,,0,,,0,0,2013-01-25,2019-05-08 +/games/boxart/full_8726509PALFrontccc.jpg,Maestro! Jump in Music,DS,Misc,Neko Entertainment,Pasta Games!,,0,,,0,0,2009-11-30, +/games/boxart/full_9650162AmericaFrontccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",PC,Misc,THQ,"AWE Productions, Inc.",,0,,,0,0,2005-10-19, +/games/boxart/full_546854AmericaFrontccc.jpg,Rabbids Invasion: The Interactive TV Show,X360,Misc,Ubisoft,Ubisoft Paris,,0,,,0,0,2014-11-18,2019-01-03 +/games/boxart/full_8778588PALFrontccc.jpg,Scene It? Twilight,PC,Misc,Konami,Artificial Mind and Movement,,0,,,0,0,2010-03-19, +/games/boxart/default.jpg,Mega Minis Volume 1,PSP,Misc,Sony Computer Entertainment,Various,,0,,,0,,2011-04-29, +/games/boxart/full_6163034PALFrontccc.jpg,Ninja Captains,Wii,Misc,Nordcurrent,In-house,,0,,,0,0,2009-10-16, +/games/boxart/default.jpg,Sea Legends: Phantasmal Light,PC,Misc,Big Fish Games,Unknown,,0,,,0,0,2012-01-16, +/games/boxart/full_4944450PALFrontccc.jpg,New Touch Party Game,DS,Misc,505 Games,ASK Corporation,,0,,,0,0,2007-09-21, +/games/boxart/default.jpg,Secrets of the Titanic,PC,Misc,Avanquest Software,Unknown,,0,,,0,0,2012-03-09, +/games/boxart/full_346560AmericaFrontccc.jpg,Nintendo DS Browser,DS,Misc,Nintendo,Opera,,0,0,,0,0,2007-06-04, +/games/boxart/full_angel-cat-sugar_467PALFront.jpg,Angel Cat Sugar,PC,Misc,Rising Star,Rising Star Games,,0,,,0,,2009-10-16, +/games/boxart/full_6046887AmericaFrontccc.jpeg,NES Remix Pack,WiiU,Misc,Nintendo,Nintendo,,0,0,,,0,2014-12-05,2018-08-28 +/games/boxart/default.jpg,Evangelion Shin Gekijoban: 3nd Impact,PSP,Misc,Namco Bandai Games,Unknown,,0,,0,,,2011-09-29, +/games/boxart/full_6095420AmericaFrontccc.jpg,Leisure Suit Larry Collection,PC,Misc,VU Games,Sierra Entertainment,,0,,,0,,2006-09-15, +/games/boxart/full_1762102AmericaFrontccc.jpg,Hollywood: The Directors Cut,PC,Puzzle,HdO Adventure,Mastertronic,,0,,,0,0,2012-02-03,2019-05-03 +/games/boxart/full_3482477PALFrontccc.jpg,1001 Crosswords,DS,Puzzle,Mastertronic,Mastertronic,,0,,,0,0,2012-11-02,2019-05-08 +/games/boxart/full_464846PALFrontccc.jpg,The Times Crossword Challenge,DS,Puzzle,Atari,Sanuk Games,,0,,,0,0,2009-02-06, +/games/boxart/full_eggheads_919PALFront.jpg,Eggheads,DS,Puzzle,Avanquest,Avanquest Software,,0,,,0,0,2011-12-16, +/games/boxart/full_hidden-photo_9PALFront.jpg,Hidden Photo,DS,Puzzle,PQube,PQube,,0,,,0,0,2011-03-11, +/games/boxart/full_8503687PALFrontccc.jpg,echoshift,PSP,Puzzle,Sony Computer Entertainment,JAPAN Studio / Artoon,7.5,0,,,0,0,2010-02-24,2018-09-17 +/games/boxart/full_9947570PALFrontccc.jpg,Top Trumps: Dogs & Dinosaurs,DS,Puzzle,Ubisoft,Sogoplay,,0,,,0,0,2007-10-12, +/games/boxart/full_tumblebugs-2_240AmericaFront.jpg,Tumblebugs 2,PC,Puzzle,Mumbo Jumbo,Wildfire Studios,,0,0,,,0,2008-10-21, +/games/boxart/full_8980627JapanFrontccc.jpg,Qix++,PSP,Puzzle,Taito,Taito Corporation,,0,,0,,,2010-02-25, +/games/boxart/default.jpg,Unsolved Mystery Club: Ancient Astronauts,PC,Puzzle,Freeze Tag,Freeze Tag,,0,,,0,0,2011-07-17, +/games/boxart/full_6258701AmericaFrontccc.jpg,Jig-A-Pix: Wonderful World,DS,Puzzle,Zushi Games,Zushi Games Ltd,,0,,,0,0,2009-11-20, +/games/boxart/full_5162011AmericaFrontccc.jpg,Mahjong Mysteries: Ancient Egypt,DS,Puzzle,Avanquest Software,Destineer,,0,,,0,0,2010-06-25,2019-05-03 +/games/boxart/full_pang-magical-michael_4PALFront.jpg,Pang: Magical Michael,DS,Puzzle,Rising Star,Rising Star Games,,0,,,0,0,2010-09-24, +/games/boxart/full_8482394AmericaFrontccc.jpg,Art of Murder: Hunt for the Puppeteer,PC,Puzzle,City Interactive,City Interactive,,0,,,0,0,2009-02-17, +/games/boxart/full_5543620PALFrontccc.jpg,Zendoku,PSP,Puzzle,Eidos Interactive,Zoonami Ltd.,,0,,,0,0,2007-04-20, +/games/boxart/full_1959599AmericaFrontccc.jpg,Amazing Adventures: The Lost Tomb,PC,Puzzle,PopCap Games,SpinTop Games,,0,,,0,0,2007-11-05,2019-05-03 +/games/boxart/full_9669923AmericaFrontccc.jpg,I Spy Challenger!,GBA,Puzzle,Scholastic Inc.,Black Hammer Game,,0,0,,0,0,2002-10-09, +/games/boxart/full_9826110AmericaFrontccc.jpg,Royal Detective 2: The Lord Of Statues,PC,Puzzle,Big Fish Games,Black Lime Games,,0,,,0,0,2015-05-08,2018-09-22 +/games/boxart/full_1494540AmericaFrontccc.jpg,Puzzle Quest: Galactrix,PC,Puzzle,D3 Publisher,Infinite Interactive,,0,,,0,0,2009-02-24, +/games/boxart/full_9302051PALFrontccc.jpg,Brain Challenge Deluxe,PS3,Puzzle,Ubisoft,Gameloft,,0,,,0,0,2009-03-03, +/games/boxart/full_6073257PALFrontccc.jpg,Pic Pic,DS,Puzzle,505 Games,Success,,0,,,0,0,2008-02-08, +/games/boxart/full_the-magicians-handbook-cursed-valley_637AmericaFront.jpg,The Magician's Handbook: Cursed Valley,PC,Puzzle,Unknown,BCI Software,,0,,,0,0,2007-06-28, +/games/boxart/full_5881410PALFrontccc.png,9 Clues 2: The Ward,PC,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi,,0,,,0,0,2015-07-23,2018-09-22 +/games/boxart/full_2971371JapanFrontccc.jpg,Puzzle & Dragons: Super Mario Bros. Edition,3DS,Puzzle,Nintendo,GungHo Online Entertainment,,0,,,0,0,2015-05-22,2018-07-17 +/games/boxart/full_4403135AmericaFrontccc.jpg,Rhythm Heaven Fever,Wii,Music,Nintendo,Nintendo,,0,,,0,0,2012-02-13,2019-05-01 +/games/boxart/full_8230851AmericaFrontccc.jpg,Deemo: The Last Recital,NS,Music,PM Studios,Rayark Inc.,,0,,0,,,2019-01-29,2018-11-07 +/games/boxart/full_3069960PALFrontccc.jpg,Kylie Sing and Dance,Wii,Music,Koch Media,Unknown,,0,,,0,0,2012-12-07,2018-04-07 +/games/boxart/full_2075797AmericaFrontccc.jpg,The Hip Hop Dance Experience,Wii,Music,Ubisoft,iNiS,,0,,,0,0,2012-11-13,2019-05-02 +/games/boxart/full_7643575AmericaFrontccc.jpg,SUPERBEAT: XONiC,PSV,Music,PM Studios,Nurijoy,,0,,,0,0,2015-11-10,2018-09-20 +/games/boxart/full_5653399PALFrontccc.jpg,Andrew Lloyd Webber Musicals: Sing and Dance,Wii,Music,Koch Media,Tubby Games,,0,,,0,0,2012-11-09,2019-05-08 +/games/boxart/full_5554581AmericaFrontccc.jpg,Disney Violetta: Rhythm & Music,3DS,Music,Disney Interactive Studios,Little Orbit,,0,,,0,0,2014-09-26,2018-04-07 +/games/boxart/full_419586AmericaFrontccc.jpg,The Voice,Wii,Music,Activision,Zoe Mode,,0,,,0,0,2014-10-21,2018-03-16 +/games/boxart/full_5716598PALFrontccc.jpg,Knockout Party,Wii,Puzzle,Ubisoft,Ubisoft,,0,,,0,0,2009-11-06, +/games/boxart/full_real-crimes-jack-the-ripper_471PALFront.jpg,Real Crimes: Jack the Ripper,PC,Puzzle,Virtual Playground,Virtual Playground,,0,,,0,0,2010-01-01, +/games/boxart/full_1079166JapanFrontccc.jpg,Simple DS Series Vol. 44: The Gal Mahjong,DS,Puzzle,D3 Publisher,"Affect Co., Ltd.",,0,,0,,,2008-09-25, +/games/boxart/5020169ccc.jpg,Super Bubble Pop,GBA,Puzzle,Jaleco,Runecraft,,0,0,,0,0,2003-01-03, +/games/boxart/full_8493194PALFrontccc.jpg,Crazy Machines 2,DS,Puzzle,DTP Entertainment,FAKT Software GmBH,,0,,,0,0,2009-10-16, +/games/boxart/full_3424551AmericaFrontccc.jpg,7 Wonders II,PC,Puzzle,Mumbo Jumbo,Hot Lava Games,,0,,,0,0,2007-08-14, +/games/boxart/full_9673927AmericaFrontccc.jpg,Jelly Belly: Ballistic Beans,DS,Puzzle,Zoo Digital Publishing,Blue Monkey Studios,,0,,,0,0,2009-04-21, +/games/boxart/full_chronicles-of-mystery-the-tree-of-life_4AmericaFront.jpg,Chronicles of Mystery: The Tree of Life,PC,Puzzle,City Interactive,City Interactive,,0,,,0,0,2009-12-10, +/games/boxart/full_jewel-time-deluxe_75PALFront.jpg,Jewel Time Deluxe,PC,Puzzle,O-Games,O Games,,0,,,0,0,2011-06-17, +/games/boxart/full_youda-farmer_3PALFront.jpg,Youda Farmer,DS,Puzzle,Foreign Media Games,Youda Games,,0,,,0,0,2010-10-12, +/games/boxart/full_call-of-atlantis_829PALFront.jpg,Call of Atlantis,DS,Puzzle,Unknown,Foreign Media Games,,0,,,0,0,2020-12-31, +/games/boxart/full_4884315JapanFrontccc.jpg,Sekai Fushigi Hakken DS: Densetsu no Hitoshi-kun Ningyou o Sagase,DS,Puzzle,FuRyu Corporation,FuRyu Corporation,,0,,0,,,2009-08-06, +/games/boxart/full_5043463AmericaFrontccc.jpg,Slingo Quest,DS,Puzzle,Mumbo Jumbo,Mac Play,,0,0,,,,2008-12-12, +/games/boxart/full_3600651AmericaFrontccc.jpg,Tetris Ultimate,PSV,Puzzle,Ubisoft,Ubisoft Montreal,,0,,,0,0,2015-06-04,2018-07-29 +/games/boxart/full_3605030AmericaFrontccc.jpg,Mystic Legacy: The Great Ring,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 +/games/boxart/full_9115920PALFrontccc.jpg,Paint by DS,DS,Puzzle,Mercury Games,Ertain,,0,,,0,0,2008-02-22, +/games/boxart/full_4791201AmericaFrontccc.jpg,Toki Tori 2+,PS4,Puzzle,Soedesco,Two Tribes,,0,,,0,0,2016-06-07,2018-09-21 +/games/boxart/full_9532023AmericaFrontccc.jpg,Luxor: The King's Collection,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,0,,,0,0,2008-05-06, +/games/boxart/5441925ccc.jpg,Mortimer Beckett and the Secrets of Spooky Manor,PC,Puzzle,Mumbo Jumbo,Paprikari,,0,,,0,0,2008-02-19, +/games/boxart/full_1648989PALFrontccc.jpg,Artifacts of the Past Ancient Mysteries,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2015-05-08,2018-09-22 +/games/boxart/full_9686372AmericaFrontccc.png,Puzzle Kingdoms,PC,Puzzle,Zoo Digital Publishing,Infinite Interactive,,0,,,0,0,2009-04-16, +/games/boxart/full_6558465AmericaFrontccc.png,Grim Legends: The Forsaken Bride,PC,Puzzle,Avanquest Software,Artifex Mundi,,0,,,0,0,2015-03-20,2018-09-22 +/games/boxart/default.jpg,The Hidden Mystery Collectives: Mystic Diary 1 & 2,PC,Puzzle,Unknown,Big Fish Games,,0,,,0,0,2011-08-05, +/games/boxart/full_4756738AmericaFrontccc.jpg,Mystery P.I.: The Lottery Ticket,PC,Puzzle,PopCap Games,SpinTop Games,,0,,,0,0,2007-07-18, +/games/boxart/full_188368PALFrontccc.jpg,Jewel Link Double Pack: Atlantic Quest / Galactic Quest,DS,Puzzle,Avanquest Software,Avanquest Software,,0,,,0,0,2014-05-30,2019-05-08 +/games/boxart/full_2558624PALFrontccc.jpg,Reveries: Seelenfänger,PC,Puzzle,Rondomedia,ERS G-Studio,,0,,,0,0,2015-10-07,2018-09-22 +/games/boxart/full_7452256AmericaFrontccc.jpg,Margot's Bepuzzled!,DS,Puzzle,Zushi Games,puzzle.tv,,0,,,0,0,2009-10-23, +/games/boxart/full_3357263AmericaFrontccc.jpg,Nightmares from the Deep: Davy Jones,PC,Puzzle,Viva Media,Artifex Mundi,,0,,,0,0,2014-06-17,2018-12-01 +/games/boxart/full_hidden-mysteries-royal-family-secrets_253AmericaFront.jpg,Hidden Mysteries: Royal Family Secrets,PC,Puzzle,GameMill,GameMill Publishing,,0,,,0,0,2011-08-09, +/games/boxart/full_9880718PALFrontccc.jpg,Aqua Panic!,Wii,Puzzle,Neko Entertainment,EKO System,,0,,,0,0,2009-05-29, +/games/boxart/full_margots-bepuzzled_5PALFront.jpg,Margot's Bepuzzled!,Wii,Puzzle,Zushi Games,puzzle.tv,,0,,,0,0,2009-11-06, +/games/boxart/full_1575685PALFrontccc.jpg,Jewel Adventures,DS,Puzzle,Enjoy Gaming ltd.,7 Raven Studios Co. Ltd.,,0,,,0,,2013-09-05,2019-05-08 +/games/boxart/full_nightfall-mysteries-asylum-conspiracy_949PALFront.jpg,Nightfall Mysteries: Asylum Conspiracy,PC,Puzzle,eGames,Vast Studios,,0,,,0,0,2011-12-31, +/games/boxart/full_456010PALFrontccc.jpg,Buzz! Brain Bender,PSP,Puzzle,Sony Computer Entertainment,Relentless Software,6.5,0,,,0,0,2008-11-28, +/games/boxart/full_9447773AmericaFrontccc.jpg,Doctor Fizzwizzle's Animal Rescue,Wii,Puzzle,Conspiracy Entertainment,Replay Games,,0,0,,,0,2009-10-27, +/games/boxart/full_7636125PALFrontccc.jpg,Bluebeard's Castle,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 +/games/boxart/full_7539022AmericaFrontccc.jpg,Bookworm Adventures Deluxe,PC,Puzzle,PopCap Games,PopCap,,0,,,0,0,2006-12-14, +/games/boxart/full_9831511PALFrontccc.jpg,Final Cut: Death on the Silver Screen,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2014-11-28,2018-09-22 +/games/boxart/full_6667551AmericaFrontccc.jpg,Ben 10 Omniverse,DS,Action,D3Publisher,D3 Publisher,,0,,,0,,2012-11-03,2019-05-01 +/games/boxart/full_9131688AmericaFrontccc.jpg,Zero Time Dilemma,PSV,Action,Spike Chunsoft,Unknown,,0,,,0,0,2016-06-30, +/games/boxart/full_jewel-quest-mysteries-2-trail-of-the-midnight-heart_417AmericaFront.jpg,Jewel Quest Mysteries 2: Trail of the Midnight Heart,PC,Puzzle,iWin,Licensed 4U,,0,,,0,0,2010-01-12, +/games/boxart/460770ccc.jpg,Boulder Dash EX,GBA,Puzzle,Kemco,Vision Works,7.7,0,0,,0,0,2002-09-16, +/games/boxart/full_magic-ball-4_457PALFront.jpg,Magic Ball 4,PC,Puzzle,PlayV,Dream Dale,,0,,,0,0,2011-09-02, +/games/boxart/full_challenge-me-brain-puzzles-2_7AmericaFront.jpg,Challenge Me: Brain Puzzles 2,PC,Puzzle,O-Games,O Games,,0,,,0,0,2010-10-26, +/games/boxart/full_4398546AmericaFrontccc.jpg,Angry Birds: Star Wars,PC,Puzzle,Rovio Mobile,Exient Entertainment,,0,,,0,0,2012-11-08,2018-03-16 +/games/boxart/full_2450439PALFrontccc.jpg,Lara Gates: The Lost Talisman,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2014-11-19,2018-09-22 +/games/boxart/full_9587992JapanFrontccc.jpg,The Mahjong,NS,Puzzle,D3Publisher,D3Publisher,,0,,0,,,2018-06-23,2018-08-07 +/games/boxart/full_8272056PALFrontccc.jpg,Jewel Link: Galactic Quest,DS,Puzzle,Avanquest Software,Avanquest Software,,0,,,0,0,2012-09-07,2019-05-08 +/games/boxart/full_4616592AmericaFrontccc.jpg,Rampage Puzzle Attack,GBA,Puzzle,Midway Games,Ninai Games,,0,0,,0,0,2001-11-29, +/games/boxart/full_3246937JapanFrontccc.jpg,The World of Golden Eggs: Nori Nori Uta Dekichatte Kei,DS,Puzzle,AQ Interactive,AQ Interactive,,0,,0,,,2009-02-19, +/games/boxart/full_2689225AmericaFrontccc.jpg,Roogoo,PC,Puzzle,SouthPeak Interactive,SpiderMonk Ent.,,0,,,0,0,2008-06-30, +/games/boxart/full_cradle-double-pack_130PALFront.jpg,Cradle Double Pack,DS,Puzzle,Rising Star,cerasus.media GmbH,,0,,,0,0,2011-04-28, +/games/boxart/full_6683843JapanFrontccc.jpg,Tetris: The Grand Master Ace,X360,Puzzle,AQ Interactive,Arika,,0,,0,,,2005-12-10, +/games/boxart/5726070ccc.jpg,Egg Mania,GBA,Puzzle,Kemco,HotGen Studios,7.3,0,0,,0,0,2002-09-16, +/games/boxart/full_300659PALFrontccc.jpg,The Sun Crossword Challenge,DS,Puzzle,Atari,Sanuk Games,,0,,,0,0,2008-04-18, +/games/boxart/full_mysterious-adventures-in-the-caribbean_940PALFront.jpg,Mysterious Adventures in the Caribbean,DS,Puzzle,Unknown,Licensed 4U,,0,,,0,0,2010-11-26, +/games/boxart/full_5153139AmericaFrontccc.png,Jewel Quest The Sapphire Dragon,3DS,Puzzle,Tulip Games,Engine Software,,0,,,0,0,2015-01-29,2019-05-02 +/games/boxart/full_mystery-masterpiece-the-moonstone_747AmericaFront.jpg,Mystery Masterpiece: The Moonstone,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2009-08-01, +/games/boxart/full_8696769AmericaFrontccc.jpg,The Great Unknown: Houdini's Castle,PC,Puzzle,Big Fish Games,Black Lime Games,,0,,,0,0,2014-11-19,2018-09-22 +/games/boxart/full_7432973PALFrontccc.jpg,Sable Maze: Sullivan River,PC,Puzzle,Focus Multimedia,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 +/games/boxart/full_fishdom_858AmericaFront.jpg,Fishdom,PC,Puzzle,Unknown,Playrix Entertainment,,0,,,0,0,2008-06-21, +/games/boxart/full_1481504JapanFrontccc.jpg,Minna no Oekaki Yasan,DS,Puzzle,Taito,Taito Corporation,,0,,0,,,2009-07-02, +/games/boxart/full_126514AmericaFrontccc.jpg,Space Bust-A-Move (JP sales),DS,Puzzle,Square Enix,Taito Corporation,,0,,0,,,2009-07-28,2019-05-08 +/games/boxart/full_8698970JapanFrontccc.jpg,Kotoba no Puzzle: Mojipittan Wii Deluxe,Wii,Puzzle,Namco Bandai,Namco Bandai Games,,0,,0,,,2008-11-27, +/games/boxart/6600041ccc.jpg,X2: The Threat,PC,Simulation,Enlight,Egosoft,,0,,,0,0,2003-12-02, +/games/boxart/full_the-sims-3-pets_506AmericaFront.jpg,The Sims 3: Pets,3DS,Simulation,Electronic Arts,The Sims Studio,,0,0,,0,0,2011-10-18, +/games/boxart/full_7567769AmericaFrontccc.jpg,Cookie Shop,DS,Simulation,Nobilis,TDK Core,,0,,,0,,2009-02-27, +/games/boxart/full_the-sims-3-create-a-sim_3PALFront.jpg,The Sims 3: Create-A-Sim,PC,Simulation,Electronic Arts,Maxis,,0,,,0,0,2010-03-26, +/games/boxart/7909528ccc.jpg,Sid Meier's SimGolf,PC,Simulation,Electronic Arts,"Firaxis, Maxis",,0,,,0,0,2002-01-23, +/games/boxart/full_829355PALFrontccc.jpg,EyePet Adventures,PSP,Simulation,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2011-11-11,2018-12-03 +/games/boxart/full_8088297PALFrontccc.jpg,Konami Double Pack: Metal Gear Solid Portable Ops / Coded Arms,PSP,Action,Konami,Konami,,0,,,0,0,2009-04-09, +/games/boxart/full_4113682PALFrontccc.jpg,Buffy the Vampire Slayer: Sacrifice,DS,Action,505 Games,Beast,,0,,,0,0,2009-02-13, +/games/boxart/full_542010PALFrontccc.jpg,Aces of War,PSP,Simulation,505 Games,Taito Corporation,,0,,,0,0,2007-03-23, +/games/boxart/full_8293341AmericaFrontccc.jpg,Sea Dogs,PC,Simulation,Bethesda Softworks,Akella,,0,,,0,0,2000-11-24, +/games/boxart/5709635ccc.jpg,SimFarm,PC,Simulation,Maxis,Maxis Software,,0,,,0,0,1993-01-01, +/games/boxart/5315062ccc.jpg,Beauty Factory,PC,Simulation,iWin,City Interactive,,0,,,0,0,2007-10-31, +/games/boxart/full_wildlife-park-2_996AmericaFront.jpg,Wildlife Park 2,PC,Simulation,Deep Silver,B.Alive,,0,,,0,,2006-07-17, +/games/boxart/full_35751PALFrontccc.jpg,City Life DS,DS,Simulation,Ubisoft,Ubisoft,,0,,,0,0,2009-08-07, +/games/boxart/full_simtower_637AmericaFront.jpg,SimTower,PC,Simulation,Maxis,Open Book,,0,,,0,0,1994-01-01, +/games/boxart/full_cake-mania-main-street_40PALFront.jpg,Cake Mania: Main Street,PC,Simulation,Sandlot Games,Sandlot Games,,0,,,0,0,2009-10-07, +/games/boxart/6856264ccc.jpg,The Suffering,PC,Action,Encore,Surreal Software,,0,,,0,0,2004-06-08, +/games/boxart/full_4428962AmericaFrontccc.jpg,Dino Crisis 2,PC,Action,Capcom,Capcom Production Studio 4,,0,,,0,0,2002-08-20, +/games/boxart/full_5690946AmericaFrontccc.jpg,Manhunt,PC,Action,Rockstar Games,Rockstar North,,0,,,0,0,2004-04-20, +/games/boxart/630350ccc.jpg,Oni,PC,Action,Gathering of Developers,Bungie West,,0,,,0,0,2001-01-28,2018-10-11 +/games/boxart/5865943ccc.jpg,Blazing Angels 2: Secret Missions of WWII,PC,Simulation,Ubisoft,Ubisoft Romania,,0,,,0,0,2007-09-21, +/games/boxart/full_hospital-giant_4PALFront.jpg,Hospital Giant,DS,Simulation,Unknown,SouthPeak Games,,0,,,0,0,, +/games/boxart/full_trainz-railwayz_71AmericaFront.jpg,Trainz Railwayz,PC,Simulation,Merscom LLC,Auran Games,,0,,,0,,2007-10-22, +/games/boxart/full_7063157AmericaFrontccc.jpg,Crimson Skies,PC,Simulation,Microsoft,Zipper Interactive,,0,,,0,0,2000-09-17, +/games/boxart/full_6571916AmericaFrontccc.jpg,X-Blades,PC,Action,SouthPeak Interactive,Gaijin Entertainment,6.4,0,,,0,,2009-02-10, +/games/boxart/9111548ccc.jpg,Daredevil,GBA,Action,Encore,Griptonite Games,5.3,0,0,,0,,2003-02-02, +/games/boxart/full_9276749AmericaFrontccc.jpg,Silent Hill: Homecoming,PC,Action,Konami,Double Helix Games,,0,,,0,0,2008-11-06, +/games/boxart/full_2266748AmericaFrontccc.jpg,Hulk,PC,Action,Universal Interactive,Radical Entertainment,,0,,,0,,2003-05-27, +/games/boxart/full_5885651PALFrontccc.jpg,Of Orcs and Men,X360,Action,Focus Home Interactive,Cyanide Studio,,0,,,0,,2012-10-11,2019-01-02 +/games/boxart/full_elebits-the-adventures-of-kai-and-zero_911AmericaFront.jpg,Elebits: The Adventures of Kai and Zero,DS,Action,Konami,Konami,7.4,0,0,,,,2009-01-06, +/games/boxart/full_2848967PALFrontccc.jpg,Shinobido: Tales of the Ninja,PSP,Action,Sony Computer Entertainment,Acquire,,0,,,0,,2007-02-09, +/games/boxart/8894329ccc.jpg,Resident Evil 3: Nemesis,PC,Action,Capcom,Capcom,7.3,0,,,0,0,2001-04-16, +/games/boxart/full_7299394AmericaFrontccc.jpg,Monster High 13 Wishes,DS,Action,Little Orbit,Little Orbit,,0,,,0,,2013-10-29, +/games/boxart/full_4897704AmericaFrontccc.jpg,Naughty Bear: Double Trouble,PS3,Action,505 Games,Behaviour Interactive Inc.,,0,,,0,0,2012-10-23,2019-01-02 +/games/boxart/3323683ccc.jpg,A Sound of Thunder,GBA,Action,BAM! Entertainment,Rockstar Leeds,6.8,0,0,,0,,2005-02-01, +/games/boxart/full_gremlins-stripe-vs-gizmo_2AmericaFront.jpg,Gremlins: Stripe vs Gizmo,GBA,Action,DreamCatcher Interactive,Magic Pockets,,0,0,,0,,2002-11-27, +/games/boxart/full_samurai-warriors-3-xtreme-legends_742JapanFront.jpg,Samurai Warriors 3: Xtreme Legends,Wii,Action,Tecmo Koei,Omega Force,,0,,0,,,2011-02-10, +/games/boxart/8557939ccc.jpg,Unfabulous,GBA,Action,THQ,THQ,,0,0,,0,,2006-10-02, +/games/boxart/full_2575970JapanFrontccc.jpg,Fushigi no Chronicle: Furikaerimasen Katsu Madewa,PS4,Action,Spike Chunsoft,Spike Chunsoft,,0,,0,,,2015-07-30,2018-09-21 +/games/boxart/full_fix-it-home-improvement-challenge_921AmericaFront.jpg,Fix it: Home improvement challenge,Wii,Action,SouthPeak Interactive,Freedom Factory Studios,,0,,,0,0,2011-11-08, +/games/boxart/full_7899263PALFrontccc.jpg,Assassin's Creed II: Complete Edition,X360,Action,Ubisoft,Ubisoft Montreal,,0,,,0,0,2010-06-04, +/games/boxart/full_9820735AmericaFrontccc.jpg,Jak & Daxter Collection,PSV,Action,Sony Computer Entertainment,Mass Media,,0,,,0,0,2012-06-18,2018-01-09 +/games/boxart/1489268ccc.jpg,Digimon World Championship,DS,Action,Namco Bandai,epics,,0,0,,,,2008-08-26, +/games/boxart/default.jpg,Ubisoft Action Adventure Collection,PC,Action,Unknown,Ubisoft,,0,,,0,,, +/games/boxart/8479180ccc.jpg,Army Men: Operation Green,GBA,Action,3DO,Pocket Studios,6.2,0,0,,0,,2001-12-02, +/games/boxart/full_5888161AmericaFrontccc.jpg,The Matrix: Path of Neo,PC,Action,Atari,Shiny Entertainment,6.6,0,,,0,,2005-11-07, +/games/boxart/full_5489679AmericaFrontccc.jpg,Velocity 2X,PSV,Action,Futurlab 1,FuturLab,,0,,,0,0,2014-09-02,2018-09-21 +/games/boxart/full_7131753AmericaFrontccc.jpg,Reservoir Dogs,PC,Action,Eidos Interactive,Volatile Games,5.6,0,,,0,,2006-10-24, +/games/boxart/2634953ccc.gif,SpongeBob: Yellow Avenger,PSP,Action,Unknown,Unknown,,0,,,0,0,, +/games/boxart/full_378680PALFrontccc.jpg,Cannon Fodder 3,PC,Action,Game Factory Interactive,Burut Software,,0,,,0,0,2012-08-06,2018-09-22 +/games/boxart/full_8808486AmericaFrontccc.jpg,Resident Evil 5: Gold Edition,PS3,Action,Capcom,Capcom,9.1,0,,,0,0,2010-03-09, +/games/boxart/full_947635JapanFrontccc.jpg,Zettai Meikyuu: Himitsu no Oya Yubi Hime,PSV,Action,Views,Unknown,,0,,0,,,2015-07-30, +/games/boxart/full_4354315AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,PC,Action,Ubisoft,Ubisoft Montreal,,0,,,0,0,2005-03-28, +/games/boxart/default.jpg,Toy Story 3: The Video Game,PC,Action,Disney Interactive Studios,Avalanche Software,,0,,,0,0,2010-06-15, +/games/boxart/full_421729AmericaFrontccc.jpg,Strawberry Shortcake Sweet Dreams,GBA,Action,Majesco,Gorilla Games,,0,0,,0,0,2006-09-25, +/games/boxart/full_2388414JapanFrontccc.jpg,Natsumegu,PSV,Action,Unknown,Unknown,,0,,0,,,2015-07-30, +/games/boxart/full_8560882AmericaFrontccc.jpg,Army Men,PC,Action,3DO,3DO,,0,,,0,0,1998-04-30, +/games/boxart/full_2772248AmericaFrontccc.jpg,Grand Theft Auto,PC,Action,ASC Games,DMA Design,6.4,0,,,0,0,1998-03-24, +/games/boxart/3886ccc.jpg,Tang Tang,GBA,Action,Take-Two Interactive,Take-Two Interactive,,0,0,,0,0,2001-08-28, +/games/boxart/full_2582666PALFrontccc.jpg,Rise of the Guardians: The Video Game,Wii,Action,D3Publisher,Unknown,,0,,,0,0,2012-11-20, +/games/boxart/full_fix-it-home-improvement-challenge_678AmericaFront.jpg,Fix It: Home Improvement Challenge,DS,Action,SouthPeak Interactive,Freedom Factory Studios,,0,,,0,0,2011-11-29, +/games/boxart/full_5870936AmericaFrontccc.jpg,Young Justice: Legacy,WiiU,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0,,,0,0,2013-11-19,2018-11-24 +/games/boxart/full_9528633AmericaFrontccc.jpg,Gladiator: Sword of Vengeance,PC,Action,Acclaim Entertainment,Acclaim Entertainment,,0,,,0,0,2003-11-18, +/games/boxart/full_red-dead-redemption-game-of-the-year-edition_4AmericaFront.jpg,Red Dead Redemption: Game of the Year Edition,X360,Action,Rockstar Games,Rockstar San Diego,,0,,,0,0,2011-10-11, +/games/boxart/full_316046JapanFrontccc.jpg,Simple DS Series Vol. 46: The Hikyou Tankentai: Choutoko Special,DS,Action,D3 Publisher,Japan Art Media,,0,,0,,,2009-02-19, +/games/boxart/full_6430460AmericaFrontccc.jpg,Forgotten Realms: Demon Stone,PC,Action,Atari,Stormfront Studios,,0,,,0,0,2004-12-09, +/games/boxart/6231676ccc.jpg,Cubix Robots for Everyone: Showdown,GC,Action,3DO,Blitz Games,,0,0,,0,0,2003-06-02, +/games/boxart/full_8285751AmericaFrontccc.jpg,Project Eden,PC,Action,Eidos Interactive,Core Design Ltd.,,0,,,0,0,2001-10-08, +/games/boxart/full_3450600AmericaFrontccc.jpg,True Crime: New York City,PC,Action,Aspyr,Luxoflux,,0,0,,,0,2006-03-24, +/games/boxart/full_6097054PALFrontccc.jpg,Oktoberfest,DS,Action,Zushi Games,Zushi Games Ltd,,0,,,0,0,2009-09-04, +/games/boxart/full_8213695AmericaFrontccc.jpg,Valhalla Hills: Definitive Edition,XOne,Strategy,Kalypso Media,Daedalic Entertainment,,0,0,,,0,2017-04-25,2018-09-15 +/games/boxart/full_9955071AmericaFrontccc.jpg,Stronghold Crusader 2,PC,Strategy,FireFly Studios,FireFly Studios,,0,,,0,0,2014-09-23,2018-11-16 +/games/boxart/full_5565863AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Double Agent,PC,Action,Ubisoft,Ubisoft Shanghai,,0,,,0,0,2006-11-07, +/games/boxart/835629ccc.jpg,Babar To The Rescue,GBA,Action,Game Factory,Sirius Software,,0,0,,0,0,2006-06-28, +/games/boxart/full_348457AmericaFrontccc.jpg,Tweety & The Magic Gems,GBA,Action,Kemco,Kemco,,0,0,,0,0,2001-07-09, +/games/boxart/full_8266919AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PC,Action,Activision,Luxoflux Corp.,,0,,,0,0,2009-06-23, +/games/boxart/8453080ccc.jpg,Alias,PC,Action,Acclaim Entertainment,Acclaim Studios Cheltenham,,0,,,0,0,2004-06-14, +/games/boxart/5890553ccc.jpg,Chaos Legion,PC,Action,Capcom,Capcom Production Studio 6,,0,,,0,0,2003-12-18, +/games/boxart/full_1998928PALFrontccc.jpg,Lola & Virginia,DS,Action,Virgin Play,PlayV,,0,,,0,0,2009-02-20, +/games/boxart/full_warriors-orochi_4AmericaFront.jpg,Warriors Orochi,PC,Action,KOEI,Omega Force,,0,,,0,0,2008-03-25, +/games/boxart/full_6941753JapanFrontccc.jpg,Yatsu Hakamura,DS,Action,From Software,From Software,,0,,0,,,2009-04-23, +/games/boxart/default.jpg,IL-2 Sturmovik: Battle of Stalingrad,PC,Action,1C Maddox Games,Unknown,,0,,,0,0,2014-11-25, +/games/boxart/full_5886241AmericaFrontccc.jpg,True Crime: Streets of LA,PC,Action,Activision,Luxoflux,,0,,,0,0,2004-05-11, +/games/boxart/full_48812PALFrontccc.jpg,Hello Neighbor,PC,Action,Gearbox Software,Dynamic Pixels,,0,,,0,0,2017-12-08,2018-11-06 +/games/boxart/default.jpg,Professional Farmer 2016,PS3,Action,Namco Bandai Games,Unknown,,0,,,0,0,2015-11-20, +/games/boxart/full_2368527JapanFrontccc.jpg,Nari Kids Park: Kaitou Sentai Lupinranger Vs. Keisatsu Sentai Patoranger,NS,Action,Bandai Namco Games,Bandai Namco Games,,0,,0,,,2018-11-21,2018-12-19 +/games/boxart/full_5745045PALFrontccc.jpg,Clever Kids: Creepy Crawlies,Wii,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,0,,,0,0,2009-10-02, +/games/boxart/full_3866699AmericaFrontccc.jpg,Danny Phantom: Urban Jungle,GBA,Action,THQ,THQ,,0,0,,0,0,2006-09-19, +/games/boxart/full_7945601JapanFrontccc.jpg,Shinsouhan Heart no Kuni no Alice: Wonderful Wonder World,PSV,Action,Quinrose,Unknown,,0,,0,,,2015-07-30, +/games/boxart/full_7512389PALFrontccc.jpg,Assassin's Creed II: Complete Edition,PS3,Action,Ubisoft,Ubisoft Montreal,,0,,,0,0,2010-06-04, +/games/boxart/full_4735485AmericaFrontccc.jpg,Barbie and the Magic of Pegasus,PC,Action,VU Games,VU Games,,0,,,0,0,2005-09-14, +/games/boxart/7075470ccc.jpg,Driver,PC,Action,GT Interactive,Reflections Interactive,8.5,0,,,0,,2000-09-10, +/games/boxart/full_9014885AmericaFrontccc.jpg,Cold Fear,PC,Action,Ubisoft,Darkworks,,0,,,0,0,2005-05-17, +/games/boxart/2072034ccc.jpg,The Incredibles,PC,Action,THQ,Heavy Iron Studios,6.5,0,,,0,0,2004-10-26, +/games/boxart/full_5513875AmericaFrontccc.jpg,Dora the Explorer: Dance to the Rescue,PC,Action,Atari,Atari,,0,,,0,0,2005-09-25, +/games/boxart/full_7893723AmericaFrontccc.jpg,Marc Ecko's Getting Up: Contents Under Pressure,PC,Action,Atari,"The Collective, Inc.",,0,,,0,0,2006-02-14, +/games/boxart/full_2253078JapanFrontccc.jpg,Taiheiyou no Arashi DS: Senkan Yamato Akatsuki ni Shutsugekisu!,DS,Strategy,System Soft,System Soft,,0,,0,,,2009-01-29, +/games/boxart/full_medieval-total-war_82AmericaFront.jpg,Medieval: Total War,PC,Strategy,Activision,The Creative Assembly,9,0,,,0,0,2002-08-19, +/games/boxart/full_9113733AmericaFrontccc.jpg,Blitzkrieg Anthology,PC,Strategy,CDV Software Entertainment,Nival Interactive,,0,,,0,0,2005-09-19, +/games/boxart/full_europa-universalis-rome-gold_1AmericaFront.jpg,Europa Universalis: Rome Gold,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2009-07-10, +/games/boxart/full_6114841AmericaFrontccc.jpg,Hearts of Iron Anthology,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2007-09-11, +/games/boxart/full_2653438JapanFrontccc.jpg,Daisenryaku VII Exceed,PSP,Strategy,System Soft,SystemSoft Alpha,,0,,0,,,2008-05-22, +/games/boxart/full_8831320AmericaFrontccc.jpg,Star Wars: Galactic Battlegrounds,PC,Strategy,LucasArts,Ensemble Studios,,0,,,0,0,2001-11-11, +/games/boxart/full_7999251JapanFrontccc.jpg,Daisenryaku: Dai Toua Kouboushi - Tora Tora Tora Ware Kishuu Ni Seikou Seri,PSP,Strategy,System Soft,System Soft,,0,,0,,,2008-09-25, +/games/boxart/full_6839193PALFrontccc.jpg,Wii Chess,Wii,Strategy,Nintendo,Nintendo,,0,,,0,0,2008-01-18, +/games/boxart/full_victoria-ii_6AmericaFront.jpg,Victoria II,PC,Strategy,Paradox Interactive,Paradox Interactive,8.1,0,,,0,0,2010-08-13, +/games/boxart/full_1968548JapanFrontccc.jpg,Sengoku Tenka Touitsu,PSP,Strategy,System Soft,System Soft,,0,,0,,,2009-03-26, +/games/boxart/full_crusader-kings-complete-pack_871PALFront.jpg,Crusader Kings: Complete Pack,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2010-07-09, +/games/boxart/full_1119520AmericaFrontccc.jpg,School Tycoon,PC,Strategy,Global Star Software,Cat Daddy Games,6.9,0,,,0,0,2004-01-15, +/games/boxart/full_4384662PALFrontccc.jpg,Military History: Commander - Europe at War,PC,Strategy,Koch Media,Slitherine Soft,,0,,,0,0,2009-03-20, +/games/boxart/1091996ccc.png,Civilization IV: Beyond the Sword,PC,Strategy,2K Games,Firaxis Games,,0,,,0,0,2007-07-23, +/games/boxart/full_7781424JapanFrontccc.jpg,Sengoku Tenka Touitsu,PS2,Strategy,System Soft,System Soft,,0,,0,,,2009-03-26, +/games/boxart/full_9549779JapanFrontccc.jpg,Koutetsu no Kishi 2: Sabaku no Rommel Shougun,SNES,Strategy,Asmik Ace Entertainment,Dual,,0,,0,,0,1994-01-28, +/games/boxart/2802683ccc.jpg,Chris Sawyer's Locomotion,PC,Strategy,Atari,Chris Sawyer,,0,,,0,0,2004-09-09, +/games/boxart/4433244ccc.gif,Jagged Alliance,PC,Strategy,Interplay,Madlab Software,,0,,,0,0,1994-06-02, +/games/boxart/full_men-of-war-red-tide_2PALFront.jpg,Men of War: Red Tide,PC,Strategy,Aspyr,1C Company,,0,,,0,0,2009-11-02,2019-03-29 +/games/boxart/3609116ccc.jpg,Age of Empires Gold Edition,PC,Strategy,Microsoft,Ensemble Studios,,0,,,0,0,1999-08-24, +/games/boxart/1112860ccc.jpg,Faces of War,PC,Strategy,Ubisoft,Best Way,,0,,,0,0,2006-09-12, +/games/boxart/full_9637853AmericaFrontccc.jpg,Zoo Tycoon 2: African Adventure,PC,Strategy,Microsoft Game Studios,Blue Fang Games,4,0,0,,,0,2006-05-22, +/games/boxart/full_europa-universalis-rome_63AmericaFront.jpg,Europa Universalis: Rome,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2008-04-15, +/games/boxart/full_8619071AmericaFrontccc.jpg,CivCity: Rome,PC,Strategy,2K Games,FireFly Studios / Firaxis Games,,0,,,0,0,2006-07-24, +/games/boxart/full_1602403AmericaFrontccc.jpg,Zoo Tycoon 2: Zookeeper Collection,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,0,0,,,0,2006-10-01, +/games/boxart/full_machi-ing-maker-4_193JapanFront.jpg,Machi-ing Maker 4,X360,Strategy,D3 Publisher,D3,,0,,0,,,2011-11-23, +/games/boxart/full_diplomacy_332AmericaFront.jpg,Diplomacy,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2005-10-04, +/games/boxart/full_spore-creepy-ampamp-cute-parts-pack_24AmericaFront.jpg,Spore Creepy & Cute Parts Pack,PC,Strategy,Electronic Arts,Maxis,,0,0,,,0,2008-11-17, +/games/boxart/full_768235JapanFrontccc.jpg,Battle of Sunrise,PS2,Strategy,Sunrise Interactive,Sunrise Interactive,,0,,0,,,2008-04-10, +/games/boxart/full_9520354AmericaFrontccc.jpg,Zoids Assault (JP sales),X360,Strategy,Atlus,Atlus,,0,,0,,,2008-09-16,2019-05-01 +/games/boxart/2211172ccc.jpg,Chessmaster 10th Edition,PC,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2004-08-20, +/games/boxart/full_8007344AmericaFrontccc.jpg,Blitzkrieg,PC,Strategy,CDV Software Entertainment,Nival Interactive,,0,0,,0,0,2003-05-12, +/games/boxart/full_glory-of-the-roman-empire_139AmericaFront.jpg,Glory of the Roman Empire,PC,Strategy,CDV Software Entertainment,Haemimont Games,,0,,,0,0,2006-07-03, +/games/boxart/full_5653587AmericaFrontccc.jpg,Space Colony,PC,Strategy,Gathering of Developers,FireFly Studios,,0,,,0,0,2003-10-14, +/games/boxart/8248896ccc.jpg,Populous: The Beginning,PC,Strategy,Electronic Arts,Bullfrog Productions,,0,,,0,0,1998-11-30, +/games/boxart/4449203ccc.jpg,Nexus: The Jupiter Incident,PC,Strategy,HD Interactive,Mithis Entertainment,,0,,,0,0,2005-02-24, +/games/boxart/full_1499630AmericaFrontccc.jpg,Spartan,PC,Strategy,Graphsim Entertainment,Slitherine Studios,,0,,,0,0,2004-05-28, +/games/boxart/full_9802571AmericaFrontccc.jpg,Rise & Fall: Civilizations at War,PC,Strategy,Midway Games,Midway,,0,,,0,0,2006-06-12, +/games/boxart/full_8105644AmericaFrontccc.jpg,Ghost Master,PC,Strategy,Empire Interactive,Sick Puppies,,0,,,0,0,2003-08-26, +/games/boxart/full_7984503AmericaFrontccc.jpg,Worms Armageddon,PC,Strategy,Microprose,Team17 Software,,0,,,0,0,1999-05-31, +/games/boxart/full_5413910AmericaFrontccc.jpg,X3: Reunion,PC,Strategy,Enlight,Egosoft,,0,,,0,0,2005-11-10, +/games/boxart/full_alexander_633AmericaFront.jpg,Alexander,PC,Strategy,Ubisoft,GSC Game World,,0,,,0,0,2004-11-23, +/games/boxart/full_trevor-chans-capitalism-2_377AmericaFront.jpg,Trevor Chan's Capitalism 2,PC,Strategy,Ubisoft,Enlight Software,,0,,,0,0,2002-12-16, +/games/boxart/full_starcraft-battle-chest_68AmericaFront.jpg,StarCraft Battle Chest,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,0,,,0,0,1999-10-24, +/games/boxart/full_cossacks-back-to-war_4AmericaFront.jpg,Cossacks: Back to War,PC,Strategy,CDV Software Entertainment,GSC Game World,,0,,,0,0,2002-11-20, +/games/boxart/full_184111AmericaFrontccc.jpg,Act of War: Direct Action,PC,Strategy,Atari,Eugen Systems,8.2,0,,,0,0,2005-03-15, +/games/boxart/full_6095709AmericaFrontccc.jpg,Worms 4: Mayhem,PC,Strategy,Majesco,Team17 Software,,0,,,0,0,2005-10-04, +/games/boxart/2271258ccc.jpg,Stronghold Crusader,PC,Strategy,Gathering of Developers,FireFly Studios,,0,,,0,0,2002-09-25, +/games/boxart/9237280ccc.jpg,Chessmaster: Grandmaster Edition,PC,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2007-10-30, +/games/boxart/default.jpg,Naval War: Arctic Circle,PC,Strategy,Paradox Interactive,Turbo Tape Games,,0,,,0,0,2012-04-10, +/games/boxart/full_9937411PALFrontccc.jpg,The History Channel: Great Battles of Rome,PSP,Strategy,Black Bean Games,Slitherine Software,,0,,,0,0,2007-06-15, +/games/boxart/full_9278703AmericaFrontccc.jpg,Immortal Cities: Children of the Nile,PC,Strategy,Myelin Media,"Tilted Mill Entertainment, Inc.",,0,,,0,0,2004-11-08, +/games/boxart/full_9249536AmericaFrontccc.jpg,Jagged Alliance,DS,Strategy,Atari,Strategy First / Cypron Studios,,0,0,,,,2009-05-20, +/games/boxart/full_3664055AmericaFrontccc.jpg,Civilization IV: The Complete Edition,PC,Strategy,Take-Two Interactive,Firaxis Games,,0,,,0,0,2009-05-12, +/games/boxart/full_3581777PALFrontccc.jpg,The Settlers: Heritage of Kings,PC,Strategy,Ubisoft,Blue Byte,,0,,,0,0,2005-02-24, +/games/boxart/full_4233791AmericaFrontccc.jpg,Tiny Token Empires,PC,Strategy,THQ,BiP media,,0,0,,,0,2011-10-18,2019-01-02 +/games/boxart/full_4344973AmericaFrontccc.jpg,ArmA: Gold,PC,Strategy,Atari,Atari,,0,,,0,0,2008-02-26, +/games/boxart/8036639ccc.jpg,"Warhammer 40,000: Dawn of War - Dark Crusade",PC,Strategy,THQ,Relic,8.8,0,,,0,0,2006-10-09, +/games/boxart/full_hooligans_364AmericaFront.jpg,Hooligans,PC,Strategy,Hip Interactive,Darxabre,,0,,,0,0,2002-05-28, +/games/boxart/full_670748AmericaFrontccc.jpg,Thrillville: Off the Rails,PC,Strategy,LucasArts,Frontier Developments,8.1,0,,,0,0,2007-10-09, +/games/boxart/full_defender-of-the-crown_546AmericaFront.jpg,Defender of the Crown,GBA,Strategy,Metro 3D,Crawfish Interactive,6.8,0,0,,0,0,2002-10-07, +/games/boxart/full_ageods-american-civil-war-1861-1865-the-blue-and-the-gray_495AmericaFront.jpg,AGEOD's American Civil War: 1861-1865 - The Blue and the Gray,PC,Strategy,Take-Two Interactive,Paradox Interactive,,0,,,0,0,2008-01-28, +/games/boxart/full_6149872AmericaFrontccc.jpg,Sid Meier's Civilization II,PC,Strategy,Microprose,MPS Labs,9.1,0,,,0,0,1996-02-29, +/games/boxart/full_9097550AmericaFrontccc.jpg,Fritz Chess: The Ultimate Chess Game,PC,Strategy,Take-Two Interactive,ChessBase,,0,,,0,0,2007-10-15, +/games/boxart/full_708504AmericaFrontccc.jpg,Zoo Tycoon 2: Endangered Species,PC,Strategy,Microsoft Game Studios,Blue Fang Games,6.2,0,,,0,0,2005-10-19, +/games/boxart/full_joint-task-force_1AmericaFront.jpg,Joint Task Force,PC,Strategy,Sierra Entertainment,Most Wanted Entertainment / HD Interactive,,0,,,0,0,2006-09-12, +/games/boxart/full_2518522AmericaFrontccc.jpg,Mall Tycoon 3,PC,Strategy,Global Star Software,Cat Daddy Games,6.8,0,,,0,0,2005-10-26, +/games/boxart/full_napoleons-campaigns_328PALFront.jpg,Napoleon's Campaigns,PC,Strategy,Ascaron Entertainment,AGEOD,,0,,,0,0,2008-04-04, +/games/boxart/full_7351270AmericaFrontccc.jpg,Sudden Strike,PC,Strategy,Strategy First,Fireglow Games,,0,,,0,0,2001-01-23, +/games/boxart/full_2528590AmericaFrontccc.jpg,Empires: Dawn of the Modern World,PC,Strategy,Activision,Stainless Steel Studios,,0,,,0,0,2003-10-21, +/games/boxart/full_1156213AmericaFrontccc.jpg,Mall Tycoon,PC,Strategy,Take-Two Interactive,"Holistic Design, Inc.",4.7,0,,,0,0,2002-02-03, +/games/boxart/full_2450484AmericaFrontccc.jpg,Hogs of War,PC,Strategy,Infogrames,Infogrames Sheffield House,,0,,,0,0,2000-10-03, +/games/boxart/2963426ccc.jpg,Gangland,PC,Strategy,Whiptail Interactive,Focus,,0,,,0,0,2004-03-04, +/games/boxart/full_homeworld-cataclysm_6AmericaFront.jpg,Homeworld: Cataclysm,PC,Strategy,Sierra Entertainment,Barking Dog,,0,,,0,0,2000-09-07, +/games/boxart/full_cossacks-ii-napoleonic-wars_5AmericaFront.jpg,Cossacks II: Napoleonic Wars,PC,Strategy,CDV Software Entertainment,GSC Game World,,0,,,0,0,2005-04-27, +/games/boxart/full_6826677AmericaFrontccc.jpg,Ancient Wars: Sparta,PC,Strategy,Playlogic Game Factory,World Forge,,0,,,0,0,2007-04-24, +/games/boxart/full_6361530PALFrontccc.jpg,Championship Manager 2006,PSP,Strategy,DTMC,Gusto Games,7.8,0,,,0,0,2006-04-07, +/games/boxart/full_4914578AmericaFrontccc.jpg,Hard Truck Tycoon,PC,Strategy,ValuSoft,G5 Software,,0,,,0,0,2006-03-01, +/games/boxart/full_2292180AmericaFrontccc.jpg,Worms 3D,PC,Strategy,Acclaim Entertainment,Team17 Software,,0,,,0,0,2004-03-12, +/games/boxart/full_18454AmericaFrontccc.jpg,Act of War: High Treason,PC,Strategy,Atari,Eugen Systems,6.8,0,,,0,0,2006-05-30, +/games/boxart/full_7749300AmericaFrontccc.jpg,"Medieval Lords: Build, Defend, Expand",PC,Strategy,O3 Entertainment,Monte Cristo Multimedia,,0,,,0,0,2005-11-24, +/games/boxart/full_2095347AmericaFrontccc.jpg,Star Fox Guard,WiiU,Strategy,Nintendo,Nintendo EPD,,0,,,0,0,2016-04-22,2018-11-18 +/games/boxart/full_steel-soldiers_257AmericaFront.jpg,Steel Soldiers,PC,Strategy,EON Digital Entertainment,Bitmap Brothers,,0,,,0,0,2001-06-14, +/games/boxart/6499906ccc.jpg,Alliance: Future Combat,PC,Strategy,Strategy First,G2 Games,,0,,,0,0,2006-09-08, +/games/boxart/default.jpg,Defender of the Crown,PC,Strategy,Unknown,Cinemaware,,0,,,0,0,2002-09-26, +/games/boxart/full_2857471AmericaFrontccc.jpg,King's Bounty: The Legend,PC,Strategy,Atari,Katauri Interactive,8.4,0,,,0,0,2008-09-23, +/games/boxart/full_2398641AmericaFrontccc.jpg,Gangsters 2: Vendetta,PC,Strategy,Eidos Interactive,Hothouse Creations,,0,,,0,0,2001-06-05, +/games/boxart/full_255035AmericaFrontccc.jpg,Grand Ages: Rome,PC,Strategy,Viva Media,Haemimont Games,,0,,,0,0,2009-03-17, +/games/boxart/full_4684999AmericaFrontccc.jpg,Sid Meier's Civilization III,PC,Strategy,Infogrames,Firaxis Games,8.6,0,,,0,0,2001-10-30, +/games/boxart/6050898ccc.jpg,Total Annihilation: Kingdoms,PC,Strategy,GT Interactive,Cavedog Entertainment,,0,,,0,0,1999-05-31, +/games/boxart/full_heroes-of-might-and-magic-iv_53AmericaFront.jpg,Heroes of Might and Magic IV,PC,Strategy,3DO,New World Computing,,0,,,0,0,2002-03-29, +/games/boxart/full_frontline-fields-of-thunder_542AmericaFront.jpg,Frontline: Fields of Thunder,PC,Strategy,Paradox Interactive,Nival Interactive / N-Game Studios,,0,,,0,0,2007-04-09, +/games/boxart/full_sacrifice_183AmericaFront.jpg,Sacrifice,PC,Strategy,Interplay,Shiny Entertainment,,0,,,0,0,2000-11-16, +/games/boxart/full_6025722AmericaFrontccc.jpg,SuperPower 2,PC,Strategy,DreamCatcher Interactive,Golem Labs,,0,,,0,0,2004-10-11, +/games/boxart/full_hacker-evolution-collection_760PALFront.jpg,Hacker Evolution Collection,PC,Strategy,Unknown,exoSyphen Studios,,0,,,0,0,2011-02-04, +/games/boxart/full_9016790PALFrontccc.jpg,Top Trumps: Horror & Predators,DS,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2007-10-12, +/games/boxart/full_234905PALFrontccc.jpg,M.U.D. TV,PC,Strategy,Kalypso,Realmforge Studios,,0,,,0,0,2010-03-19, +/games/boxart/full_2424626AmericaFrontccc.jpg,Hired Guns: The Jagged Edge,PC,Strategy,Game Factory,GFI Russia,,0,,,0,0,2007-10-19, +/games/boxart/8224106ccc.jpg,UFO: Aftermath,PC,Strategy,Unknown,Altar Interactive,,0,,,0,,2003-10-15, +/games/boxart/full_756013AmericaFrontccc.jpg,Ride! Carnival Tycoon,PC,Strategy,ValuSoft,ValuSoft,,0,,,0,,2007-08-01, +/games/boxart/full_world-in-conflict-soviet-assault_722AmericaFront.jpg,World in Conflict: Soviet Assault,PC,Strategy,Ubisoft,Massive Entertainment / Swordfish Studios,6.1,0,,,0,,2009-03-10, +/games/boxart/6941117ccc.jpg,The Three Stooges,GBA,Action,Metro 3D,Cinemaware,,0,0,,0,0,2002-03-31, +/games/boxart/full_8635032AmericaFrontccc.jpg,Jazz Jackrabbit,GBA,Action,Jaleco,Game Titan,6.8,0,0,,0,0,2003-01-03, +/games/boxart/528590ccc.jpg,Tropico,PC,Strategy,Gathering of Developers,Gathering of Developers,8.7,0,,,0,,2001-04-23, +/games/boxart/full_7603091PALFrontccc.jpg,Airline Tycoon Deluxe,PC,Strategy,Spellbound,Spellbound,,0,,,0,0,2003-10-01, +/games/boxart/full_earth-2160_56AmericaFront.jpg,Earth 2160,PC,Strategy,Midway Games,Reality Pump,,0,,,0,,2005-11-16, +/games/boxart/full_supreme-commander-gold-edition_238PALFront.jpg,Supreme Commander: Gold Edition,PC,Strategy,Focus Home Interactive,Gas Powered Games,,0,,,0,,2008-05-05, +/games/boxart/full_5822191PALFrontccc.jpg,World of RollerCoaster Tycoon,PC,Strategy,Atari,Atari,,0,,,0,,2006-11-01, +/games/boxart/full_7236751PALFrontccc.jpg,Ys Strategy,DS,Strategy,Rising Star,Future Creates,,0,,,0,,2006-11-17, +/games/boxart/full_warlords-iv-heroes-of-etheria_8AmericaFront.jpg,Warlords IV: Heroes of Etheria,PC,Strategy,Ubisoft,Infinite Interactive,,0,,,0,0,2003-10-21, +/games/boxart/full_ufo-afterlight_793AmericaFront.jpg,UFO: Afterlight,PC,Strategy,TopWare,Altar Interactive,,0,,,0,,2007-05-01, +/games/boxart/9847159ccc.jpg,Shattered Union,PC,Strategy,2K Games,PopTop Software,,0,,,0,0,2005-10-17, +/games/boxart/full_3834845AmericaFrontccc.jpg,Mall Tycoon 2 Deluxe,PC,Strategy,Global Star Software,Fusion Digital,,0,,,0,0,2004-10-05, +/games/boxart/full_stratego_4PALFront.jpg,Stratego,DS,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2008-06-06, +/games/boxart/full_9847021AmericaFrontccc.jpg,Blitzkrieg: Rolling Thunder,PC,Strategy,CDV Software Entertainment,Nival Interactive / La Plata Studios,,0,,,0,0,2004-11-30, +/games/boxart/2018231ccc.jpg,Destroyer Command,PC,Strategy,Ubisoft,Ultimation Inc,,0,,,0,0,2002-02-14, +/games/boxart/full_331830AmericaFrontccc.jpg,Desperados: Wanted Dead or Alive,PC,Strategy,Atari,Spellbound,,0,,,0,0,2001-07-23, +/games/boxart/6891442ccc.jpg,Full Spectrum Warrior,PC,Strategy,THQ,Pandemic Studios,7.8,0,,,0,,2004-09-21, +/games/boxart/250610ccc.jpg,SpellForce 2: Shadow Wars,PC,Strategy,Aspyr,Phenomic Game Development,8.2,0,,,0,0,2006-05-02, +/games/boxart/full_rush-for-berlin_587AmericaFront.jpg,Rush for Berlin,PC,Strategy,Paradox Interactive,Stormregion,,0,,,0,0,2006-06-12, +/games/boxart/full_3112391AmericaFrontccc.jpg,Take Command: Second Manassas,PC,Strategy,Paradox Interactive,MadMinute Games,,0,,,0,0,2006-04-26, +/games/boxart/4874619ccc.jpg,Perimeter,PC,Strategy,Codemasters,1C Company,,0,,,0,0,2004-06-30, +/games/boxart/9266341ccc.jpg,Fantasy Wars,PC,Strategy,Atari,Ino-Co,,0,,,0,0,2007-11-08, +/games/boxart/full_yu-gi-oh-power-of-chaos-yugi-the-destiny_6AmericaFront.jpg,Yu-Gi-Oh! Power of Chaos: Yugi the Destiny,PC,Strategy,Konami,Konami,,0,,,0,0,2004-01-12, +/games/boxart/full_4439019AmericaFrontccc.jpg,Against Rome,PC,Strategy,Encore,Independent Arts,,0,,,0,,2004-05-05, +/games/boxart/full_2403430AmericaFrontccc.jpg,Mech Platoon,GBA,Strategy,Kemco,Will,7.6,0,0,,0,0,2002-01-03, +/games/boxart/full_7351860AmericaFrontccc.jpg,Age of Empires III: The WarChiefs,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0,,,0,0,2006-10-17, +/games/boxart/full_8973544PALFrontccc.jpg,Hitman 2: Silent Assassin,PC,Action,Eidos Interactive,IO Interactive,,0,,,0,0,2002-10-01, +/games/boxart/full_1345449JapanFrontccc.jpg,Tsukibuto,DS,Action,SNK Playmore,SNK Playmore Corporation,,0,,0,,,2009-08-06, +/games/boxart/6296896ccc.jpg,Iron Man,PC,Action,Sega,Artificial Mind and Movement,,0,,,0,0,2008-05-06, +/games/boxart/full_162267PALFrontccc.jpg,The Magic Roundabout,DS,Action,Deep Silver,Deep Silver,,0,,,0,0,2008-12-05, +/games/boxart/6797292ccc.jpg,Indiana Jones and the Emperor's Tomb,PC,Action,LucasArts,The Collective,,0,,,0,0,2003-03-25, +/games/boxart/full_5765908AmericaFrontccc.jpg,Metal Gear Solid,PC,Action,Konami,Digital Dialect,8.5,0,,,0,0,2000-09-24, +/games/boxart/full_1206871AmericaFrontccc.jpg,Eureka Seven Vol. 1: The New Wave,PS2,Action,Namco Bandai,Bandai,,0,,0,,,2006-10-24, +/games/boxart/full_6591952JapanFrontccc.jpg,War Thunder,PS4,Action,DMM Games,DMM Games,,0,,0,,,2017-04-27,2018-09-21 +/games/boxart/full_5261217PALFrontccc.jpg,Tenchu: Time of the Assassins,PSP,Action,Unknown,K2 LLC,,0,,,0,0,, +/games/boxart/full_6445733PALFrontccc.jpg,Ratchet & Clank: Full Frontal Assault,PSV,Action,Sony Computer Entertainment,Insomniac Games,,0,0,,,0,2012-11-27,2018-01-06 +/games/boxart/full_6690365AmericaFrontccc.jpg,Metal Gear Solid 2: Substance,PC,Action,Konami,Konami Computer Entertainment Japan,7.8,0,,,0,0,2003-03-27, +/games/boxart/full_fifi-and-the-flowertots-fifis-garden-party_216PALFront.jpg,Fifi and the Flowertots: Fifi's Garden Party,DS,Action,Avanquest,Uacari,,0,,,0,0,2011-11-04, +/games/boxart/default.jpg,Vikings 4: Tribes of the North,PC,Action,Rondomedia,Unknown,,0,,,0,0,2015-07-01, +/games/boxart/full_2868490AmericaFrontccc.jpg,Enter the Matrix,PC,Action,Atari,Shiny Entertainment,,0,,,0,0,2003-05-14, +/games/boxart/full_ninja-blade_572AmericaFront.jpg,Ninja Blade,PC,Action,Noviy Disk,From Software,,0,,,0,0,2009-10-31, +/games/boxart/full_4367848PALFrontccc.jpg,Watch Dogs 2,PC,Action,Ubisoft,Ubisoft,,0,,,0,0,2016-11-15, +/games/boxart/full_3157889AmericaFrontccc.jpg,Kingdom Hearts HD I.5 + II.5 ReMIX,PS4,Action,Square Enix,Square Enix,,0,,,0,0,2017-03-28,2018-09-21 +/games/boxart/full_2778659AmericaFrontccc.jpg,Watchmen: The End is Nigh,PSN,Action,Warner Bros. Interactive,Deadline Games,,0,,,0,0,2009-03-05, +/games/boxart/7418135ccc.jpg,Bee Movie Game,PC,Action,Activision,Beenox,,0,0,,,0,2007-10-30, +/games/boxart/7388372ccc.jpg,Gauntlet: Dark Legacy,GBA,Action,Midway Games,Pocket Studios,3.1,0,0,,0,0,2002-11-25, +/games/boxart/full_952830JapanFrontccc.jpg,Samurai Warriors: Sanada Maru,NS,Action,Tecmo Koei,Omega Force,,0,,0,,,2017-11-09,2018-07-09 +/games/boxart/full_garshasp-the-monster-slayer_860AmericaFront.jpg,Garshasp: The Monster Slayer,PC,Action,Unknown,Dead Mage Studio,,0,,,0,0,2011-05-09, +/games/boxart/full_3618141JapanFrontccc.jpg,Metal Gear Online,PS3,Action,Konami Digital Entertainment,Kojima Productions,8.1,0,,0,,,2008-06-12, +/games/boxart/full_9879768AmericaFrontccc.jpg,Conflict: Denied Ops (JP sales),PS3,Action,Eidos Interactive Ltd,Pivotal Games,,0,,0,,,2008-02-12,2019-01-02 +/games/boxart/full_scooby-doo-2-monsters-unleashed_556AmericaFront.jpg,Scooby-Doo 2: Monsters Unleashed,PC,Action,THQ,THQ,,0,,,0,0,2004-03-11, +/games/boxart/3810199ccc.gif,Lara Croft Tomb Raider: The Angel of Darkness,PC,Action,Eidos Interactive,Core Design Ltd.,,0,,,0,0,2003-07-01, +/games/boxart/full_8823018JapanFrontccc.jpg,Snoopy DS: Snoopy to Nakama Tachi ni Ai ni Ikou!,DS,Action,Square Enix,Square Enix,,0,,0,,,2008-10-09, +/games/boxart/full_1200931PALFrontccc.jpg,Fired Up,PSP,Action,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2005-09-01,2018-12-03 +/games/boxart/full_483304JapanFrontccc.jpg,Go! Princess PreCure Sugar Oukoku to 6-nin no Princess!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0,,0,,,2015-07-30,2018-08-06 +/games/boxart/full_157107AmericaFrontccc.jpg,Transformers: War for Cybertron,PC,Action,Activision,High Moon Studios,7.4,0,,,0,0,2010-06-22, +/games/boxart/full_4046200AmericaFrontccc.jpg,Captain Blood,X360,Action,Playlogic Game Factory,SeaWolf,,0,0,,,0,2010-12-01,2019-05-02 +/games/boxart/full_245150AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,PC,Action,Ubisoft,Ubisoft Shanghai,,0,,,0,0,2004-03-23, +/games/boxart/full_3260970AmericaFrontccc.jpg,The Incredible Hulk,PC,Action,Sega,Edge of Reality,,0,,,0,0,2008-06-10, +/games/boxart/full_8563182AmericaFrontccc.png,Funfair Party Games,3DS,Party,Joindots,Avanquest Software,,0,,,0,0,2013-08-22,2019-05-02 +/games/boxart/3882964ccc.jpg,Croc 2,PC,Platform,Fox Interactive,Argonaut Games,,0,,,0,,2000-02-29, +/games/boxart/full_9798160AmericaFrontccc.jpg,Soccer Kid,GBA,Platform,Telegames,"Telegames, Inc.",,0,0,,0,0,2002-09-30, +/games/boxart/full_512175PALFrontccc.jpg,Chronos Twins: One Hero.Two Worlds.,DS,Platform,Oxygen Interactive,EnjoyUp Games,,0,,,0,0,2007-10-02, +/games/boxart/full_5022049PALFrontccc.jpg,Billy Hatcher and the Giant Egg,PC,Platform,Sega,Sonic Team,,0,,,0,,2006-05-31, +/games/boxart/full_ratchet-amp-clank-tools-of-destruction-and-ratchet-amp-clank-a-crack-in-time_975PALFront.jpg,Ratchet & Clank: Tools of Destruction and Ratchet & Clank: A Crack in Time,PS3,Platform,Sony Computer Entertainment,Insomniac Games,,0,,,0,0,2011-07-22, +/games/boxart/full_576553AmericaFrontccc.jpg,Madagascar,PC,Platform,Activision,Beenox,6.7,0,,,0,,2005-05-24, +/games/boxart/full_6375523AmericaFrontccc.jpg,Franklin's Great Adventures,GBA,Action,Game Factory,Neko Entertainment,,0,0,,0,0,2006-04-01, +/games/boxart/full_3910409AmericaFrontccc.jpg,The Godfather,PC,Action,Electronic Arts,Headgate,,0,,,0,0,2006-03-21, +/games/boxart/full_3682242JapanFrontccc.jpg,Magical Zunou Power!!,DS,Action,D3 Publisher,D3 Publisher,,0,,0,,,2008-12-25, +/games/boxart/full_6772887AmericaFrontccc.jpg,Deception IV: The Nightmare Princess,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0,,,0,0,2015-07-14,2018-08-01 +/games/boxart/full_943675PALFrontccc.jpg,Bloodbath,PS3,Action,United Developers,Freedom Factory Studios,,0,,,0,0,2014-06-27,2018-05-01 +/games/boxart/2878507ccc.jpg,Bratz: Super Babyz,PC,Action,THQ,Creat Studios,,0,,,0,0,2008-02-25, +/games/boxart/full_1677886AmericaFrontccc.jpg,The Koala Brothers: Outback Adventures,GBA,Action,Game Factory,Sirius Games,,0,0,,0,0,2006-04-25, +/games/boxart/full_7073967AmericaFrontccc.png,Pokémon Rumble U,WiiU,Action,Nintendo,Ambrella,5.7,0,,,0,0,2013-08-29,2018-08-03 +/games/boxart/default.jpg,Muppets Movie Adventures,PSV,Action,Sony Computer Entertainment,Virtual Toys,,0,,,0,0,2014-11-07,2018-04-23 +/games/boxart/full_7751639AmericaFrontccc.jpg,Star Wars: The Force Unleashed - Ultimate Sith Edition,PS3,Action,LucasArts,LucasArts,,0,,,0,0,2009-11-03, +/games/boxart/full_3847660AmericaFrontccc.jpg,Spikeout: Battle Street,XB,Action,Sega,Dimps Corporation / Amusement Vision,,0,0,,0,0,2005-03-29, +/games/boxart/full_7952533AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,WiiU,Action,Little Orbit,Little Orbit,,0,,,0,0,2015-11-27,2018-04-09 +/games/boxart/full_681670AmericaFrontccc.png,Metal Gear Solid,PSN,Action,Konami,Konami Computer Entertainment Japan,,0,,0,0,0,2009-06-18, +/games/boxart/full_843112PALFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,XOne,Action,Little Orbit,Little Orbit,,0,,,0,0,2015-12-01,2018-04-09 +/games/boxart/full_twin-sector_934AmericaFront.jpg,Twin Sector,PC,Action,Headup Games,DNS Development,4.2,0,0,,,0,2010-01-23, +/games/boxart/full_2975701AmericaFrontccc.jpg,Train Simulator 2015,PC,Action,Dovetail Games,Dovetail Games,,0,,,0,0,2014-10-23,2019-05-02 +/games/boxart/full_7472386JapanFrontccc.jpg,Iron Master: The Legendary Blacksmith,DS,Action,Unknown,Barunson Creative,,0,,0,,,, +/games/boxart/full_9912750JapanFrontccc.jpg,Kobayashi ga Kawai Sugite Tsurai!! Game Demo Kyun Moe Max ga Tomara Nai,3DS,Action,Happinet,Happinet,,0,,0,,,2015-08-27,2018-08-06 +/games/boxart/8436941ccc.jpg,Army Men Advance,GBA,Action,3DO,DC Studios,6.1,0,0,,0,0,2001-06-10, +/games/boxart/default.jpg,Alone in the Dark: Inferno(JP sales),PS3,Action,Unknown,Unknown,,0,,0,,,, +/games/boxart/full_1718688AmericaFrontccc.jpg,Monster High: New Ghoul in School,WiiU,Action,Little Orbit,Torus Games,,0,,,0,0,2015-10-27,2019-01-19 +/games/boxart/full_6622699JapanFrontccc.jpg,Keitai Sousakan 7 DS: Buddy Sequence,DS,Action,5pb,5pb. Games,,0,,0,,,2009-03-26, +/games/boxart/default.jpg,Rugby Union Team Manager 2015,PC,Action,Alternative Software,Unknown,,0,,,0,0,2014-12-03, +/games/boxart/full_9229592JapanFrontccc.jpg,Shinsouban Mahou Tsukai no Goshujinsama,PSV,Action,Quinrose,Unknown,,0,,0,,,2015-06-18, +/games/boxart/full_9348195JapanFrontccc.jpg,Island Days,3DS,Visual Novel,Stack,0verflow,,0,,0,,,2014-07-03,2019-05-01 +/games/boxart/full_6859075JapanFrontccc.jpg,Seven Days: Anata to Sugosu Nanokakan,PSV,Visual Novel,Prototype,Prototype,,0,,0,,,2018-07-05,2018-07-20 +/games/boxart/full_6923735JapanFrontccc.jpg,Liberation Maiden SIN,PSV,Visual Novel,5pb,5pb. Inc.,,0,,0,,,2014-07-31,2018-04-13 +/games/boxart/full_9727240JapanFrontccc.jpg,"Nora, Princess, and Stray Cat",NS,Visual Novel,Harukaze,Harukaze,,0,,0,,,2018-10-25,2018-11-07 +/games/boxart/full_4732689JapanFrontccc.jpg,Memories Off: Innocent File,NS,Visual Novel,5pb,5pb. Games,,0,,0,,,2018-10-25,2018-11-07 +/games/boxart/full_2982849JapanFrontccc.jpg,Enkan no Memoria: Kakera Tomoshi,PSV,Visual Novel,Dramatic Create,A'sRing,,0,,0,,,2018-03-29,2018-04-07 +/games/boxart/full_1992676JapanFrontccc.jpg,Disorder 6,X360,Visual Novel,5pb,5pb. Games,,0,,0,,,2013-08-22,2019-05-02 +/games/boxart/full_6924331JapanFrontccc.jpg,"Nora, Princess, and Stray Cat",PS4,Visual Novel,Harukaze,Harukaze,,0,,0,,,2018-10-25,2018-11-07 +/games/boxart/full_1943384AmericaFrontccc.jpg,Strider (2014),XOne,Platform,Capcom,Double Helix Games,,0,,,0,0,2014-02-19,2019-01-03 +/games/boxart/full_934308AmericaFrontccc.jpg,Heracles: Battle With The Gods,DS,Platform,Unknown,Midas Interactive Entertainment,,0,,,0,0,, +/games/boxart/full_1332616PALFrontccc.jpg,Go Go Cosmo Cops!,DS,Platform,Namco Bandai,Noise,,0,,,0,0,2009-08-28, +/games/boxart/full_5657259AmericaFrontccc.jpg,Pac-Man World 3,PC,Platform,Namco,Blitz Games,,0,,,0,0,2005-12-08, +/games/boxart/full_868552PALFrontccc.jpg,Teslagrad,PS3,Platform,Rain Games,Rain Games,,0,,,0,0,2014-10-28,2019-04-22 +/games/boxart/5055479ccc.jpg,Psychonauts,PC,Platform,Majesco,Double Fine Productions,8.8,0,,,0,0,2005-04-26, +/games/boxart/full_5825964AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,PC,Platform,Konami,Konami,,0,,,0,,2003-11-25, +/games/boxart/full_3372889PALFrontccc.jpg,Mr Bean,PC,Platform,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0,,,0,0,2009-02-20, +/games/boxart/full_4387346AmericaFrontccc.jpg,Rayman 2: The Great Escape,PC,Platform,Ubisoft,Ubisoft Montpellier,9.1,0,,,0,0,1999-10-31, +/games/boxart/full_6845367JapanFrontccc.jpg,Koisuru Purin! Koi wa Daibouken! Dr. Kanmi no Yabou!?,DS,Platform,Tryfirst,Tryfirst,,0,,0,,,2008-11-06, +/games/boxart/full_8888415AmericaFrontccc.jpg,LittleBigPlanet: Game of the Year Edition,PS3,Platform,Sony Computer Entertainment,Media Molecule,9.5,0,,,0,0,2009-09-08, +/games/boxart/385646ccc.jpg,New Zealand Story Revolution,DS,Platform,Ignition Entertainment,Marvelous Interactive,,0,,,0,0,2008-02-13, +/games/boxart/full_shrek-2_8AmericaFront.jpg,Shrek 2,PC,Platform,Activision,KnowWonder,4.6,0,,,0,0,2004-05-03, +/games/boxart/full_5012958AmericaFrontccc.jpg,Strawberry Shortcake: The Four Seasons Cake,DS,Platform,Game Factory,Shin'en,,0,,,0,0,2007-12-06, +/games/boxart/full_3811761AmericaFrontccc.jpg,"Animaniacs: Lights, Camera, Action!",DS,Platform,Ignition Entertainment,Warthog,,0,,,0,0,2005-11-14, +/games/boxart/full_6761982PALFrontccc.jpg,Rayman Gold,PC,Platform,Ubisoft,Ubisoft,,0,,,0,0,1997-01-01, +/games/boxart/full_2363391JapanFrontccc.jpg,Claymore: Gingan no Majo,DS,Action,Digital Works Entertainment,Digital Works Entertainment,,0,,0,,,2009-06-04, +/games/boxart/full_9161933AmericaFrontccc.jpg,Hysteria Hospital: Emergency Ward,PC,Action,O-Games,Gameinvest,,0,,,0,0,2009-07-20, +/games/boxart/full_412854JapanFrontccc.jpg,Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party,WiiU,Action,Namco Bandai Games,Namco Bandai Games,,0,,0,,,2020-12-31,2018-04-09 +/games/boxart/full_6533178JapanFrontccc.jpg,Aokana: Four Rhythm Across the Blue,NS,Visual Novel,Sprite,Sprite,,0,,0,,,2020-08-21,2018-04-07 +/games/boxart/full_6969947JapanFrontccc.jpg,Boku to Nurse no Kenshuu Nisshi,PS4,Visual Novel,Entergram,Entergram,,0,,0,,,2018-08-23,2018-09-26 +/games/boxart/full_5116265JapanFrontccc.jpg,Kanojo Step,PSV,Visual Novel,Piacci,Piacci,,0,,0,,,2018-03-21,2018-04-04 +/games/boxart/full_3536875AmericaFrontccc.jpg,Open Season,PC,Platform,Ubisoft,Ubisoft Montreal,6.4,0,,,0,0,2006-09-19, +/games/boxart/full_limbo_488AmericaFront.jpg,LIMBO,PC,Platform,Unknown,Playdead,9,0,,,0,0,2011-08-02, +/games/boxart/full_4215233AmericaFrontccc.jpg,Dungeons 2,PC,Role-Playing,Kalypso Media,Realmforge Studios,,0,,,0,0,2015-04-24, +/games/boxart/5661954ccc.jpg,Dokapon: Monster Hunter,GBA,Role-Playing,AIA,"Asmik Ace Entertainment, Inc",6.4,0,0,,0,0,2001-10-30, +/games/boxart/full_3748702AmericaFrontccc.jpg,Fallout 2,PC,Role-Playing,Interplay,Black Isle Studios,9.2,0,,,0,0,1998-09-30, +/games/boxart/full_mount-ampamp-blade-with-fire-ampamp-sword_642AmericaFront.jpg,Mount & Blade: With Fire & Sword,PC,Role-Playing,Paradox Interactive,Snowberry Connection and Sich Studio,6.6,0,0,,,0,2011-05-03, +/games/boxart/full_3714914AmericaFrontccc.jpg,Vanguard: Saga of Heroes,PC,Role-Playing,Sony Online Entertainment,Sigil Games Online/Sony Online Entertainment,,0,,,0,0,2007-01-30, +/games/boxart/full_8694581AmericaFrontccc.jpg,Dark Messiah Might and Magic,PC,Role-Playing,Ubisoft,Arkane Studios / Floodgate Entertainment / Kuju Entertainment,7.3,0,,,0,0,2006-10-24, +/games/boxart/full_4841108JapanFrontccc.jpg,Item Getter: Bokura no Kagaku to Mahou no Kankei,DS,Role-Playing,5pb,Genterprise,,0,,0,,,2009-08-06, +/games/boxart/full_8962640JapanFrontccc.jpg,Princess Maker 4 Special Edition,DS,Role-Playing,CyberFront,Gainax,,0,,0,,,2008-09-25, +/games/boxart/full_9961007JapanFrontccc.jpg,Date ni Game Tsui Wake Jane! Dungeon Maker Girls Type,DS,Role-Playing,Idea Factory,Idea Factory,,0,,0,,,2009-10-29, +/games/boxart/full_9158896AmericaFrontccc.jpg,Dokapon Kingdom (JP sales),Wii,Role-Playing,Atlus,Sting,,0,,0,,,2008-10-14,2019-05-08 +/games/boxart/default.jpg,Falling Skies: The Game,X360,Role-Playing,Little Orbit,Little Orbit,,0,,,0,0,2016-01-01, +/games/boxart/full_8156496AmericaFrontccc.jpg,Raven's Cry,PC,Role-Playing,TopWare Interactive,Reality Pump Studios,,0,,,0,0,2015-01-26,2018-07-30 +/games/boxart/full_538960AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind Game of the Year Edition,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0,,,0,0,2003-10-31, +/games/boxart/full_4763536JapanFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection,X360,Role-Playing,Square Enix,Square Enix,,0,0,,,0,2007-11-22, +/games/boxart/full_7486367AmericaFrontccc.jpg,Age of Pirates 2: City of Abandoned Ships,PC,Role-Playing,Playlogic Game Factory,Akella,,0,0,,,0,2009-05-26, +/games/boxart/full_4024057AmericaFrontccc.jpg,Raven's Cry,PS3,Role-Playing,TopWare Interactive,Reality Pump Studios,,0,,,0,0,2015-01-30,2018-07-30 +/games/boxart/full_624879JapanFrontccc.jpg,Ougon no Kizuna,Wii,Role-Playing,Jaleco,TownFactory,,0,,0,,,2009-05-28, +/games/boxart/full_9054815AmericaFrontccc.jpg,Jade Empire: Special Edition,PC,Role-Playing,2K Games,BioWare Corp.,7.8,0,,,0,0,2007-02-26, +/games/boxart/full_7213994JapanFrontccc.jpg,Far East of Eden Ziria: Harukanaru Jipang,X360,Role-Playing,Hudson Soft,Hudson Soft,,0,,0,,,2006-03-23, +/games/boxart/full_7622957JapanFrontccc.jpg,Hamatora: Look at Smoking World,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0,,0,,,2014-07-17,2019-05-01 +/games/boxart/full_3270708JapanFrontccc.jpg,Tir Na Nog Yuukyuu no Jin,PSP,Role-Playing,System Soft,System Soft,,0,,0,,,2009-04-29, +/games/boxart/full_4459600AmericaFrontccc.jpg,The Dark Spire (JP sales),DS,Role-Playing,Atlus,Success,,0,,0,,,2009-04-14, +/games/boxart/full_5903431AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0,,,0,0,2009-08-25, +/games/boxart/full_6117685JapanFrontccc.jpg,Ranshima Monogatari Rare Land Story: Shoujo no Yakujou,PSP,Role-Playing,Arc System Works,Arc System Works,,0,,0,,,2009-07-23, +/games/boxart/full_9638540JapanFrontccc.jpg,D.S.: Dal Segno,PSV,Visual Novel,Entergram,Entergram,,0,,0,,,2018-03-22,2018-04-07 +/games/boxart/full_5654001JapanFrontccc.png,Hello Lady! Superior Dynamis,PSV,Visual Novel,Dramatic Create,Dramatic Create,,0,,0,,,2018-01-25,2018-03-02 +/games/boxart/full_650165PALFrontccc.jpg,Teslagrad,PSV,Platform,Rain Games,Rain Games,,0,,,0,0,2014-10-28,2019-04-22 +/games/boxart/full_9554258PALFrontccc.jpeg,Teslagrad,WiiU,Platform,Rain Games,Rain Games,7,0,,,0,0,2014-09-11,2018-01-04 +/games/boxart/full_4504623AmericaFrontccc.jpg,Open Season,XB,Platform,Ubisoft,Ubisoft Montreal,6.4,0,0,,0,0,2006-09-19, +/games/boxart/5954282ccc.jpg,The SpongeBob SquarePants Movie,PC,Platform,THQ,Heavy Iron Studios,6,0,0,,,0,2004-10-27, +/games/boxart/full_santa-claus-saves-the-earth_148AmericaFront.jpg,Santa Claus Saves the Earth,GBA,Platform,Telegames,Ivolgamus UAB,,0,0,,0,0,2002-10-30, +/games/boxart/full_9204358AmericaFrontccc.jpg,Fossil League: Dino Tournament Championship,DS,Role-Playing,D3 Publisher,MTO,,0,0,,,0,2007-01-22, +/games/boxart/full_5741036AmericaFrontccc.jpg,God of War,Series,Action,Sony Interactive Entertainment,SIE Santa Monica Studio,,,,,,,2005-03-22,2020-03-04 +/games/boxart/full_3351915AmericaFrontccc.jpg,Warriors,Series,Action,KOEI,Omega Force,,,,,,,1997-06-30,2020-03-24 +/games/boxart/full_6662824AmericaFrontccc.png,Devil May Cry,Series,Action,Capcom,Capcom,,,,,,,2001-10-16,2020-02-03 +/games/boxart/full_8122622AmericaFrontccc.jpg,God of War (2018),All,Action,Sony Interactive Entertainment,SIE Santa Monica Studio,,,,,,,2018-04-20,2022-11-23 +/games/boxart/full_6138740AmericaFrontccc.jpg,Dynasty Warriors,Series,Action,KOEI,Omega Force,,,,,,,1997-06-30,2020-03-24 +/games/boxart/full_3094030AmericaFrontccc.jpg,God of War (2018),PS4,Action,Sony Interactive Entertainment,SIE Santa Monica Studio,9.7,,,,,,2018-04-20,2022-05-26 +/games/boxart/full_6800951AmericaFrontccc.jpg,Frogger,Series,Action,Konami,Konami,,,,,,,1981-10-23,2020-02-26 +/games/boxart/full_2804791AmericaFrontccc.jpg,Uncharted 4: A Thief's End,PS4,Action,Sony Interactive Entertainment,Naughty Dog,9.2,,,,,,2016-05-10,2018-09-23 +/games/boxart/3887656ccc.jpg,Grand Theft Auto: San Andreas,PS2,Action,Rockstar Games,Rockstar North,9.5,,,,,,2004-10-26, +/games/boxart/full_7818120AmericaFrontccc.jpg,God of War: Ragnarök,All,Action,Sony Interactive Entertainment,Sony Computer Entertainment,,,,,,,2022-11-09,2022-11-23 +/games/boxart/full_9031276AmericaFrontccc.jpg,Grand Theft Auto V,PC,Action,Rockstar Games,Rockstar North,,,,,,,2015-04-14,2018-11-02 +/games/boxart/full_423137AmericaFrontccc.jpg,The Last of Us Part II,PS4,Action,Sony Interactive Entertainment,Naughty Dog,9.4,,,,,,2020-06-19,2020-07-25 +/games/boxart/full_3769410AmericaFrontccc.jpg,Dead Cells,All,Action,Motion Twin,Motion Twin,,,,,,,2018-08-07,2020-10-09 +/games/boxart/full_421168AmericaFrontccc.jpg,Uncharted: The Nathan Drake Collection,PS4,Action,Sony Computer Entertainment,Bluepoint Games,,,,,,,2015-10-07, +/games/boxart/full_8886048AmericaFrontccc.jpg,The Binding of Isaac,Series,Action,Edmund McMillen,Edmund McMillen,,,,,,,2011-09-28,2020-03-23 +/games/boxart/full_uncharted-3-drakes-deception_174AmericaFront.jpg,Uncharted 3: Drake's Deception,PS3,Action,Sony Computer Entertainment,Naughty Dog,9.3,,,,,,2011-11-01, +/games/boxart/full_9724978AmericaFrontccc.jpg,Ninja Gaiden,Series,Action,Tecmo,Tecmo,,,,,,,1988-10-01,2021-01-23 +/games/boxart/full_3182726AmericaFrontccc.jpg,Harry Potter and the Sorcerer's Stone,PS,Action,Electronic Arts,Argonaut Games,8,,,,,,2001-11-15, +/games/boxart/full_513702AmericaFrontccc.png,Samurai Warriors,Series,Action,KOEI,Omega Force,,,,,,,2004-05-06,2020-02-15 +/games/boxart/full_3803324AmericaFrontccc.jpg,God of War III,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,9.2,,,,,,2010-03-16, +/games/boxart/full_6435755AmericaFrontccc.jpg,Devil May Cry 5,All,Action,Capcom,Capcom,,,,,,,2019-03-08,2020-10-11 +/games/boxart/full_the-binding-of-isaac_366AmericaFront.jpg,The Binding of Isaac,PC,Action,Edmund McMillen,Edmund McMillen,8.3,,,,,,2011-09-28,2018-12-01 +/games/boxart/full_6263363AmericaFrontccc.jpg,Bayonetta,Series,Action,Sega,PlatinumGames,,,,,,,2010-01-05,2020-11-24 +/games/boxart/full_2704497AmericaFrontccc.jpg,God of War III Remastered,PS4,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2015-07-14,2018-12-03 +/games/boxart/full_3722346AmericaFrontccc.jpg,Devil May Cry 4,All,Action,Capcom,Capcom,,,,,,,2008-02-05,2020-10-11 +/games/boxart/full_5321723AmericaFrontccc.jpg,Tomb Raider (2013),PC,Action,Square Enix,Crystal Dynamics,8.8,,,,,,2013-03-05,2018-01-06 +/games/boxart/full_727021AmericaFrontccc.png,Uncharted: The Lost Legacy,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-08-22, +/games/boxart/full_5597924AmericaFrontccc.jpg,Dead by Daylight,All,Action,Behaviour Interactive,Behaviour Interactive,,,,,,,2016-06-14,2021-02-08 +/games/boxart/full_6602824AmericaFrontccc.jpg,Ghostbusters,Series,Action,Activision,Activision,,,,,,,1984-10-26,2023-08-11 +/games/boxart/full_8948277AmericaFrontccc.jpg,Hyrule Warriors,Series,Action,Nintendo,Omega Force,,,,,,,2014-09-26,2020-11-24 +/games/boxart/full_3891455AmericaFrontccc.jpg,Resident Evil 2,PS,Action,Capcom,Capcom,9.3,,,,,,1998-01-21, +/games/boxart/full_5633331AmericaFrontccc.jpg,God of War,PS2,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,9.3,,,,,,2005-03-22, +/games/boxart/full_dead-island_410AmericaFront.jpg,Dead Island,PC,Action,Deep Silver,Techland,7.1,,,,,,2011-09-06, +/games/boxart/full_1341854AmericaFrontccc.jpg,Dragon Ball: Xenoverse 2,PS4,Action,Namco Bandai Games,Dimps Corporation,7.1,,,,,,2016-10-25,2018-03-03 +/games/boxart/full_9938269AmericaFrontccc.jpg,DmC: Devil May Cry,All,Action,Capcom,Ninja Theory,,,,,,,2013-01-15,2020-10-10 +/games/boxart/full_1311455AmericaFrontccc.jpg,Monster Hunter Generations,3DS,Action,Capcom,Capcom,8.8,,,,,,2016-07-15,2018-01-30 +/games/boxart/full_9897259AmericaFrontccc.jpg,God of War II,PS2,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,9.3,,,,,,2007-03-13, +/games/boxart/full_8931458AmericaFrontccc.jpg,7 Days to Die,PC,Action,The Fun Pimps,The Fun Pimps,,,,,,,2013-12-13,2018-05-31 +/games/boxart/full_2386162AmericaFrontccc.jpg,Just Cause 2,PC,Action,Eidos Interactive,Avalanche Studios,8.2,,,,,,2010-03-23, +/games/boxart/full_2603765AmericaFrontccc.png,Sengoku BASARA,Series,Action,Capcom,Capcom,,,,,,,2005-10-12,2020-02-04 +/games/boxart/7351891ccc.jpg,Frogger,2600,Action,Parker Bros.,Konami,,,,,,,1982-01-01, +/games/boxart/full_9031364AmericaFrontccc.jpg,Hyrule Warriors: Age of Calamity,NS,Action,Nintendo,Koei Tecmo Games,9,,,,,,2020-11-20,2020-09-12 +/games/boxart/full_9898553AmericaFrontccc.png,Monster Hunter: World,PS4,Action,Capcom,Capcom,9.3,,,,,,2018-01-26,2018-01-30 +/games/boxart/full_4708606AmericaFrontccc.png,Super Mario Run,iOS,Action,Nintendo,Nintendo,,,,,,,2016-12-15, +/games/boxart/full_5389420AmericaFrontccc.jpg,The Lord of the Rings: The Two Towers,All,Action,Electronic Arts,Stormfront Studios,,,,,,,2002-10-21,2020-12-03 +/games/boxart/full_6517784AmericaFrontccc.png,Resident Evil VII: Biohazard,PS4,Action,Capcom,Capcom,8.6,,,,,,2017-01-24,2018-11-06 +/games/boxart/full_8195643AmericaFrontccc.jpg,Diablo III: Reaper of Souls,PC,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-03-25,2019-01-10 +/games/boxart/full_7813881AmericaFrontccc.png,Bayonetta,All,Action,Sega,PlatinumGames,,,,,,,2010-01-05,2020-11-24 +/games/boxart/full_kung-fu_775AmericaFront.jpg,Kung Fu,NES,Action,Nintendo,Irem Software Engineering,,,,,,,1985-10-01, +/games/boxart/full_3497878AmericaFrontccc.jpg,Nioh,All,Action,Koei Tecmo,Team Ninja,,,,,,,2017-02-09,2020-10-17 +/games/boxart/9182743ccc.jpg,Resident Evil 3: Nemesis,PS,Action,Capcom,Capcom,9.4,,,,,,1999-11-11, +/games/boxart/full_5613940PALFrontccc.jpg,Dying Light,PC,Action,Warner Bros. Interactive Entertainment,Techland,,,,,,,2016-02-06,2018-05-04 +/games/boxart/full_626152AmericaFrontccc.jpg,Dead Rising 3,XOne,Action,Microsoft Studios,Capcom,,,,,,,2013-11-22,2018-03-24 +/games/boxart/6379438ccc.jpg,Luigi's Mansion,GC,Action,Nintendo,Nintendo EAD,7.9,,,,,,2001-11-17, +/games/boxart/full_3484636AmericaFrontccc.jpg,God of War: Chains of Olympus,PSP,Action,Sony Computer Entertainment,Ready at Dawn,8.9,,,,,,2008-03-04, +/games/boxart/full_1226105AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,PS4,Action,Bandai Namco Games,CyberConnect2,,,,,,,2020-01-17,2019-07-23 +/games/boxart/full_6820063AmericaFrontccc.jpg,Dead Rising,All,Action,Capcom,Capcom,,,,,,,2006-08-08,2020-10-10 +/games/boxart/full_3053742AmericaFrontccc.png,Final Fight,Series,Action,Capcom,Capcom,,,,,,,1989-12-01,2020-02-03 +/games/boxart/full_3283622AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,All,Action,Bandai Namco Entertainment,Soleil Software Studio Inc.,,,,,,,2018-08-31,2023-08-05 +/games/boxart/full_7899849AmericaFrontccc.png,New Super Luigi U,WiiU,Action,Nintendo,Nintendo,7.8,,,,,,2013-08-25,2018-01-24 +/games/boxart/full_5677432AmericaFrontccc.jpg,Chivalry,Series,Action,Torn Banner Studios,Torn Banner Studios,,,,,,,2007-09-10,2021-08-17 +/games/boxart/full_7566381AmericaFrontccc.jpeg,Dishonored,PC,Action,Bethesda Softworks,Arkane Studios,,,,,,,2013-04-16,2018-01-01 +/games/boxart/full_553721AmericaFrontccc.jpg,God of War: Ascension,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2013-03-12,2018-04-04 +/games/boxart/full_1400875AmericaFrontccc.jpg,Warhammer: Vermintide,Series,Action,Fatshark,Fatshark,,,,,,,2015-10-23,2020-03-04 +/games/boxart/full_8153244AmericaFrontccc.jpg,Warriors Orochi,Series,Action,KOEI,Omega Force,,,,,,,2007-09-18,2020-10-17 +/games/boxart/full_7649053AmericaFrontccc.png,Nioh,PS4,Action,Sony Interactive Entertainment,Team Ninja,,,,,,,2017-02-07,2020-08-05 +/games/boxart/full_720495AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,PS4,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,,,,,,2014-09-30,2018-05-04 +/games/boxart/full_480754PALFrontccc.jpg,Hitman: Absolution,PC,Action,Square Enix,IO Interactive,9,,,,,,2012-11-20, +/games/boxart/full_5147450AmericaFrontccc.jpg,Devil May Cry HD Collection,All,Action,Capcom,Capcom,,,,,,,2012-03-22,2020-10-11 +/games/boxart/full_8274221AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,PC,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 +/games/boxart/full_500413AmericaFrontccc.jpg,Resident Evil,PS,Action,Capcom,Capcom,8.6,,,,,,1996-03-30, +/games/boxart/full_9057074AmericaFrontccc.jpg,Star Wars: Shadows of the Empire,N64,Action,Nintendo,LucasArts,,,,,,,1996-12-03, +/games/boxart/full_3903285AmericaFrontccc.png,Hotline Miami,PC,Action,Devolver Digital,Dennaton Games,8.8,,,,,,2012-10-23,2019-02-01 +/games/boxart/full_6188669AmericaFrontccc.jpg,Ghostrunner,All,Action,505 Games,One More Level,,,,,,,2020-10-27,2021-05-31 +/games/boxart/full_2224445AmericaFrontccc.jpg,Streets of Rage 4,All,Action,DotEmu,DotEmu,,,,,,,2020-04-30,2021-02-22 +/games/boxart/full_batman-arkham-city_659AmericaFront.jpg,Batman: Arkham City,PC,Action,Warner Bros. Interactive,Rocksteady Studios,9,,,,,,2011-11-22, +/games/boxart/full_6458923AmericaFrontccc.jpg,God of War Collection,PS3,Action,Sony Computer Entertainment,Bluepoint Games,9.2,,,,,,2009-11-17, +/games/boxart/full_5867047AmericaFrontccc.jpg,Dino Crisis,PS,Action,Capcom,Capcom Production Studio 4,8.9,,,,,,1999-08-31, +/games/boxart/full_mafia-ii_6AmericaFront.jpg,Mafia II,PC,Action,2K Games,Illusion Softworks,7.6,,,,,,2010-08-24, +/games/boxart/full_952077AmericaFrontccc.png,Devil May Cry 3,All,Action,Capcom,Capcom,,,,,,,2005-03-01,2020-10-10 +/games/boxart/full_9190363AmericaFrontccc.jpg,Resident Evil 4,PS2,Action,Capcom,Capcom Production Studio 4,9.6,,,,,,2005-10-25, +/games/boxart/2421594ccc.jpg,Dynasty Warriors 4,PS2,Action,KOEI,Omega Force,,,,,,,2003-03-25, +/games/boxart/full_4543143AmericaFrontccc.jpg,Batman: Arkham Asylum,PC,Action,Eidos Interactive,Rocksteady Studios,9.3,,,,,,2009-09-15, +/games/boxart/full_8688619AmericaFrontccc.jpg,Devil May Cry,PS2,Action,Capcom,Capcom,9.1,,,,,,2001-10-16, +/games/boxart/full_8394432AmericaFrontccc.jpg,How to Survive 2,PC,Action,Unknown,EKO Software,,,,,,,,2019-02-02 +/games/boxart/full_4428768AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,PS4,Action,Bandai Namco Games,Soleil Software Studio Inc.,8.5,,,,,,2018-08-31,2018-06-14 +/games/boxart/full_7521046PALFrontccc.jpg,Dragon Ball: Xenoverse 2,XOne,Action,Namco Bandai Games,Dimps Corporation,,,,,,,2016-10-25,2018-03-03 +/games/boxart/full_4676535AmericaFrontccc.jpg,LEGO City Undercover: The Chase Begins,3DS,Action,Nintendo,TT Fusion,6.2,,,,,,2013-04-21,2018-01-05 +/games/boxart/1287196ccc.jpg,Onimusha: Warlords,PS2,Action,Capcom,Flagship,8.7,,,,,,2001-03-13, +/games/boxart/full_6039515AmericaFrontccc.jpg,Chivalry: Medieval Warfare,PC,Action,Media.Vision,Torn Banner Studios,,,,,,,2012-10-16,2018-05-01 +/games/boxart/full_8916519AmericaFrontccc.jpg,Dead Island 2,All,Action,Deep Silver,Dambuster Studios,,,,,,,2023-04-21,2023-04-24 +/games/boxart/full_6040064AmericaFrontccc.jpg,Fire Emblem Warriors,Series,Action,Nintendo,Omega Force,,,,,,,2017-10-20,2022-08-17 +/games/boxart/full_8853325AmericaFrontccc.jpg,Ghostbusters,All,Action,Activision,Activision,,,,,,,1984-10-26,2023-08-11 +/games/boxart/full_4161640AmericaFrontccc.png,Hulk,All,Action,Universal Interactive,Radical Entertainment,,,,,,,2003-05-28,2022-09-26 +/games/boxart/full_9047235AmericaFrontccc.jpeg,Icey,All,Action,X.D. Network Inc.,FantaBlade Network,,,,,,,2016-11-17,2021-08-18 +/games/boxart/full_7935372AmericaFrontccc.jpg,inFAMOUS,PS3,Action,Sony Computer Entertainment,Sucker Punch Productions,8.7,,,,,,2009-05-26, +/games/boxart/full_870841AmericaFrontccc.jpg,Persona 5 Strikers,All,Action,Sega,Omega Force,,,,,,,2021-02-23,2020-12-07 +/games/boxart/full_4591202AmericaFrontccc.jpg,Resident Evil 4,Wii,Action,Capcom,Capcom Production Studio 4,9.2,,,,,,2007-06-19,2019-07-20 +/games/boxart/full_8556259AmericaFrontccc.jpg,Saints Row,X360,Action,THQ,Volition Inc.,8,,,,,,2006-08-29, +/games/boxart/full_74297AmericaFrontccc.jpg,Sifu,All,Action,Sloclap,Sloclap,,,,,,,2022-02-08,2022-03-02 +/games/boxart/full_2945750AmericaFrontccc.jpg,Warhammer: Vermintide 2,All,Action,Fatshark,Fatshark,,,,,,,2018-03-08,2021-01-21 +/games/boxart/full_1522776AmericaFrontccc.jpg,Broforce,PC,Action,Devolver Digital,Free Lives Games,,,,,,,2014-04-07, +/games/boxart/full_3896928AmericaFrontccc.jpg,Dragon Ball: Xenoverse 2,NS,Action,Namco Bandai Games,Dimps Corporation,8,,,,,,2017-09-22,2018-01-01 +/games/boxart/full_alan-wake_126PALFront.jpg,Alan Wake,PC,Action,Remedy Entertainment,Remedy Entertainment,,,,,,,2012-02-16,2018-11-02 +/games/boxart/full_3758864AmericaFrontccc.jpg,Dead Rising,X360,Action,Capcom,Capcom Production Studio 1,8.4,,,,,,2006-08-08, +/games/boxart/full_4166012AmericaFrontccc.jpg,Friday the 13th: The Game,All,Action,Gun Media,IllFonic,,,,,,,2017-05-26,2021-02-22 +/games/boxart/full_9752282JapanFrontccc.jpg,Monster Hunter Double Cross,3DS,Action,Capcom,Capcom,,,,,,,2017-03-18,2018-01-05 +/games/boxart/5328878ccc.jpg,Samurai Warriors,PS2,Action,KOEI,Omega Force,,,,,,,2004-05-06, +/games/boxart/full_1468140PALFrontccc.jpg,Mad Max (2013),PC,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2015-09-01,2018-01-05 +/games/boxart/1623321ccc.jpg,Dynasty Warriors 3,PS2,Action,KOEI,Omega Force,,,,,,,2001-11-26, +/games/boxart/full_8487538PALFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,PC,Action,Konami Digital Entertainment,Kojima Productions,,,,,,,2015-09-01,2018-05-04 +/games/boxart/full_1835960AmericaFrontccc.jpg,Cuphead,PC,Action,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-08-01 +/games/boxart/full_518817AmericaFrontccc.jpg,Devil May Cry 2,PS2,Action,Capcom,Capcom,6.5,,,,,,2003-01-25, +/games/boxart/8326950ccc.jpg,Dynasty Warriors 5,PS2,Action,KOEI,Omega Force,,,,,,,2005-03-29, +/games/boxart/full_5849481AmericaFrontccc.jpg,Final Fantasy Tactics Advance,GBA,Action,Nintendo,Square Enix,,,,,,,2003-09-08, +/games/boxart/full_2340135AmericaFrontccc.jpg,Kirby: Planet Robobot,3DS,Action,Nintendo,HAL Laboratory,7.7,,,,,,2016-06-10,2018-04-20 +/games/boxart/full_3824266AmericaFrontccc.jpg,Marvel Ultimate Alliance 3: The Black Order,NS,Action,Nintendo,Team Ninja,,,,,,,2019-07-19,2019-06-12 +/games/boxart/2169923ccc.jpg,Resident Evil 4,GC,Action,Capcom,Capcom Production Studio 4,9.6,,,,,,2005-01-11, +/games/boxart/full_880273AmericaFrontccc.jpg,Mark of the Ninja,PC,Action,Microsoft Studios,Klei Entertainment,9.3,,,,,,2012-10-16,2018-08-12 +/games/boxart/full_7837080AmericaFrontccc.jpg,Hitman,PC,Action,Square Enix,IO Interactive,,,,,,,2016-03-11,2018-05-01 +/games/boxart/1099086ccc.jpg,Onimusha 3: Demon Siege,PS2,Action,Capcom,Capcom,,,,,,,2004-04-27, +/games/boxart/full_4437631AmericaFrontccc.jpg,How to Survive,PC,Action,505 Games,EKO Software,,,,,,,2013-10-23, +/games/boxart/full_2164312AmericaFrontccc.png,Bayonetta 2,All,Action,Nintendo,PlatinumGames,,,,,,,2014-10-24,2020-11-24 +/games/boxart/full_9887583AmericaFrontccc.jpg,American McGee's Alice,PC,Action,Electronic Arts,Rogue Entertainment,,,,,,,2000-12-06, +/games/boxart/3606492ccc.gif,Bully,PS2,Action,Rockstar Games,Rockstar Vancouver,,,,,,,2006-10-17, +/games/boxart/full_2157803AmericaFrontccc.jpg,Heavenly Sword,PS3,Action,Sony Computer Entertainment,Ninja Theory,8,,,,,,2007-09-12, +/games/boxart/full_4570374AmericaFrontccc.jpg,Nightmare Creatures,All,Action,Activision,Kalisto Entertainment,,,,,,,1997-09-30,2021-05-22 +/games/boxart/full_5242394AmericaFrontccc.png,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,All,Action,Konami,Konami,,,,,,,2005-11-01,2022-09-29 +/games/boxart/full_131208AmericaFrontccc.jpg,Warriors Orochi,All,Action,KOEI,Omega Force,,,,,,,2007-09-18,2020-10-17 +/games/boxart/full_final-fight_2AmericaFront.jpg,Final Fight,SNES,Action,Capcom,Capcom,10,,,,,,1991-11-10, +/games/boxart/full_9890219AmericaFrontccc.png,The Incredible Hulk,All,Action,Sega,Edge of Reality,,,,,,,2008-06-05,2020-11-13 +/games/boxart/full_3589977PALFrontccc.png,One Piece Pirate Warriors,PS3,Action,Namco Bandai Games,Omega Force,,,,,,,2012-09-25,2018-01-12 +/games/boxart/3125319ccc.jpg,Resident Evil Outbreak,PS2,Action,Capcom,Capcom Production Studio 1,7.1,,,,,,2004-03-31, +/games/boxart/full_988743AmericaFrontccc.jpg,Attack on Titan,Series,Action,Spike Chunsoft,Spike Chunsoft,,,,,,,2013-12-05,2020-03-24 +/games/boxart/full_7496472AmericaFrontccc.jpg,Dead Rising 4,All,Action,Microsoft Studios,Capcom,,,,,,,2016-12-06,2020-10-10 +/games/boxart/full_8051823AmericaFrontccc.jpg,Nioh 2,PS4,Action,Sony Interactive Entertainment,Team Ninja,,,,,,,2020-03-13,2020-05-15 +/games/boxart/full_pokemon-rumble-blast_685AmericaFront.jpg,Pokémon Rumble Blast,3DS,Action,Nintendo,Ambrella,5.3,,,,,,2011-10-24, +/games/boxart/8279816ccc.jpg,Resident Evil - Code: Veronica X,PS2,Action,Capcom,Capcom,8.4,,,,,,2001-08-21, +/games/boxart/full_9095196AmericaFrontccc.jpg,Resident Evil: Revelations Collection,NS,Action,Capcom,Capcom,,,,,,,2017-11-28,2018-03-15 +/games/boxart/full_2938427PALFrontccc.jpg,Batman: Arkham Knight,PC,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2015-06-23,2018-01-04 +/games/boxart/full_kid-icarus-uprising_513AmericaFront.jpg,Kid Icarus: Uprising,3DS,Action,Nintendo,Project Sora,8,,,,,,2012-03-23,2018-01-05 +/games/boxart/full_7773841AmericaFrontccc.jpg,Yu-Gi-Oh! The Duelists of the Roses,PS2,Action,Konami,Konami,7,,,,,,2003-02-16, +/games/boxart/7409580ccc.jpg,Resident Evil,GC,Action,Capcom,Capcom,8.9,,,,,,2002-04-30, +/games/boxart/full_7480644AmericaFrontccc.jpg,Astral Chain,NS,Action,Nintendo,PlatinumGames,,,,,,,2019-08-30,2019-06-12 +/games/boxart/full_6903656AmericaFrontccc.jpg,Geometry Dash,PC,Action,Unknown,RobTop Games,,,,,,,,2019-02-03 +/games/boxart/full_8752118PALFrontccc.jpg,Resident Evil 6,PC,Action,Capcom,Capcom,,,,,,,2013-03-22,2019-01-03 +/games/boxart/full_7470648AmericaFrontccc.jpg,Thief,PC,Action,Square Enix,Eidos Montreal,,,,,,,2014-02-25,2018-01-04 +/games/boxart/full_6115800AmericaFrontccc.jpg,Who's Your Daddy,PC,Action,Unknown,Evil Tortilla Games,,,,,,,,2019-02-03 +/games/boxart/full_289274AmericaFrontccc.jpg,Devil May Cry 3: Dante's Awakening,PS2,Action,Capcom,Capcom,8.6,,,,,,2005-03-01, +/games/boxart/full_1232297AmericaFrontccc.jpg,Kinect Star Wars,X360,Action,Microsoft Studios,Terminal Reality,,,,,,,2012-04-03,2018-09-29 +/games/boxart/full_1821842AmericaFrontccc.jpg,Ryse: Son of Rome,XOne,Action,Microsoft Studios,Crytek,,,,,,,2013-11-22,2018-03-24 +/games/boxart/full_7853410PALFrontccc.jpg,The Escapists,PC,Action,Team17 Software,Mouldy Toof Studios,,,,,,,2014-08-20, +/games/boxart/6390293ccc.jpg,Resident Evil Zero,GC,Action,Capcom,Capcom Production Studio 3 / Flagship,8.2,,,,,,2002-11-12, +/games/boxart/full_9275565AmericaFrontccc.jpeg,Bayonetta,NS,Action,Nintendo,PlatinumGames,,,,,,,2018-02-16,2020-08-02 +/games/boxart/full_5304839AmericaFrontccc.jpg,Bayonetta 2,NS,Action,Nintendo,PlatinumGames,9.5,,,,,,2018-02-16,2018-04-17 +/games/boxart/9641652ccc.jpg,Dino Crisis 2,PS,Action,Capcom,Capcom Production Studio 4,8.8,,,,,,2000-09-29, +/games/boxart/full_552359AmericaFrontccc.jpg,Ninja Gaiden,XB,Action,Tecmo,Team Ninja,9.4,,,,,,2004-03-02, +/games/boxart/1383757ccc.jpg,Resident Evil Director's Cut: Dual Shock Edition,PS,Action,Capcom,Capcom,,,,,,,1998-01-01, +/games/boxart/full_god-of-war-ghost-of-sparta_4AmericaFront.jpg,God of War: Ghost of Sparta,PSP,Action,Sony Computer Entertainment,Ready at Dawn,8.3,,,,,,2010-11-02, +/games/boxart/full_2580696AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,XOne,Action,Bandai Namco Games,CyberConnect2,,,,,,,2020-01-17,2019-07-23 +/games/boxart/full_4939346AmericaFrontccc.png,LEGO City Undercover,WiiU,Action,Nintendo,TT Fusion,7.5,,,,,,2013-03-18,2018-03-20 +/games/boxart/full_6452233AmericaFrontccc.jpg,Ninja Gaiden II,X360,Action,Microsoft,Team Ninja,8.2,,,,,,2008-06-03, +/games/boxart/full_1579426AmericaFrontccc.jpg,Commando,NES,Action,Capcom,Capcom,,,,,,,1986-11-01, +/games/boxart/6432563ccc.jpg,Resident Evil - Code: Veronica,DC,Action,Capcom,Capcom,9.2,,,,,,2000-02-29, +/games/boxart/5908966ccc.jpg,Resident Evil Director's Cut,PS,Action,Capcom,Capcom,8.3,,,,,,1997-01-01, +/games/boxart/full_68730AmericaFrontccc.jpg,One Piece: Pirate Warriors 3,PS4,Action,Tecmo Koei,Omega Force,,,,,,,2015-08-25,2018-01-12 +/games/boxart/full_8882000AmericaFrontccc.jpg,Dead Rising 3: Apocalypse Edition,PC,Action,Capcom,Capcom,,,,,,,2014-09-05,2018-09-11 +/games/boxart/full_4972966AmericaFrontccc.jpg,Ninja Gaiden Sigma,PS3,Action,Tecmo,Team Ninja,8.8,,,,,,2007-07-03, +/games/boxart/full_6971600AmericaFrontccc.jpg,TMNT,All,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20,2020-11-29 +/games/boxart/full_8318030AmericaFrontccc.jpg,Bayonetta 3,NS,Action,Nintendo,PlatinumGames,,,,,,,2022-10-28,2017-12-31 +/games/boxart/full_510563AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,XOne,Action,Bandai Namco Games,Soleil Software Studio Inc.,,,,,,,2018-08-31,2018-09-12 +/games/boxart/full_4549936AmericaFrontccc.jpg,Super Hexagon,PC,Action,Unknown,Terry Cavanagh,,,,,,,,2019-02-05 +/games/boxart/full_5960719AmericaFrontccc.jpg,Resident Evil VII: Biohazard,XOne,Action,Capcom,Capcom,7.9,,,,,,2017-01-24,2018-01-15 +/games/boxart/full_9843027AmericaFrontccc.jpg,Assassin's Creed Origins,PC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2017-10-27,2018-01-10 +/games/boxart/full_6294878AmericaFrontccc.jpg,Final Fight 2,SNES,Action,Capcom,Capcom,,,,,,,1993-08-01, +/games/boxart/full_3296182AmericaFrontccc.jpg,Code Vein,PS4,Action,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-27,2018-06-17 +/games/boxart/full_4994251AmericaFrontccc.png,Resident Evil 5,PC,Action,Capcom,Capcom,8.9,,,,,,2009-09-15, +/games/boxart/full_6858122AmericaFrontccc.png,ARK: Survival Evolved,PS4,Action,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-29,2018-01-14 +/games/boxart/full_1455634AmericaFrontccc.jpg,Chivalry 2,All,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2021-06-08,2021-08-17 +/games/boxart/full_7552531AmericaFrontccc.jpg,Depth,PC,Action,Digital Confectioners,Digital Confectioners,,,,,,,2014-11-03,2021-08-16 +/games/boxart/1031866ccc.jpg,Devil May Cry 3: Dante's Awakening Special Edition,PS2,Action,Capcom,Capcom,8.8,,,,,,2006-01-24, +/games/boxart/full_8128714AmericaFrontccc.png,Enter the Gungeon,NS,Action,Devolver Digital,Dodge Roll,,,,,,,2017-12-14,2018-02-04 +/games/boxart/full_2851399AmericaFrontccc.jpg,Fire Emblem Warriors,All,Action,Nintendo,Omega Force,,,,,,,2017-10-20,2020-10-16 +/games/boxart/full_1676692AmericaFrontccc.jpg,Fire Emblem Warriors: Three Hopes,NS,Action,Nintendo,Omega Force,,,,,,,2022-06-24,2022-02-09 +/games/boxart/full_4276770AmericaFrontccc.jpg,Hyrule Warriors,WiiU,Action,Nintendo,Omega Force,7.4,,,,,,2014-09-26,2020-08-04 +/games/boxart/full_7119056AmericaFrontccc.png,Lollipop Chainsaw,All,Action,Warner Bros. Interactive Entertainment,Grasshopper Manufacture,,,,,,,2012-06-12,2021-02-16 +/games/boxart/full_9420482JapanFrontccc.png,Monster Strike 3DS,3DS,Action,"mixi, Inc","mixi, Inc",,,,,,,2015-12-17,2018-01-07 +/games/boxart/full_5781400AmericaFrontccc.jpg,Mordhau,PC,Action,Triternion,Triternion,,,,,,,2019-04-29,2019-05-06 +/games/boxart/full_8351403AmericaFrontccc.jpg,Rampage: Total Destruction,All,Action,Midway Games,Pipeworks Software,,,,,,,2006-04-24,2021-04-14 +/games/boxart/full_2027342AmericaFrontccc.jpg,Scarlet Nexus,All,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2022-04-14 +/games/boxart/full_6427294AmericaFrontccc.jpg,Silent Hill 2,PS2,Action,Konami,KCET,,,,,,,2001-09-24, +/games/boxart/full_3825079AmericaFrontccc.png,Soma,PC,Action,Frictional Games,Frictional Games,,,,,,,2016-01-01, +/games/boxart/full_9430649AmericaFrontccc.png,Star Wars: Episode III – Revenge of the Sith,All,Action,LucasArts,The Collective,,,,,,,2005-05-04,2021-02-23 +/games/boxart/full_1933067AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,All,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-07-13 +/games/boxart/full_2192935AmericaFrontccc.jpg,Warhammer: End Times – Vermintide,All,Action,Fatshark,Fatshark,,,,,,,2015-10-23,2021-01-21 +/games/boxart/full_5668432AmericaFrontccc.jpg,Warhammer: Vermintide 2,PC,Action,Unknown,Fatshark AB,,,,,,,,2019-06-10 +/games/boxart/full_gauntlet_1AmericaFront.jpg,Gauntlet,PC,Action,Mindscape,Mindscape Inc.,,,,,,,1988-01-01, +/games/boxart/full_3279187AmericaFrontccc.png,Lego Marvel Super Heroes,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2013-10-22,2018-12-01 +/games/boxart/full_1760634PALFrontccc.jpg,DmC Devil May Cry,PC,Action,Capcom,QLOC,,,,,,,2013-01-25,2018-05-01 +/games/boxart/full_5702744AmericaFrontccc.jpg,Ryse: Son of Rome,PC,Action,Crytek,Crytek,,,,,,,2014-10-10,2018-08-12 +/games/boxart/full_1479687AmericaFrontccc.jpg,Warriors Orochi 4,All,Action,Koei Tecmo,Omega Force,,,,,,,2018-10-16,2020-10-17 +/games/boxart/full_9455589AmericaFrontccc.jpg,Getting Over It with Bennett Foddy,PC,Action,Unknown,Bennett Foddy,,,,,,,,2019-02-05 +/games/boxart/full_7101744AmericaFrontccc.jpg,Mount Your Friends,PC,Action,Unknown,Unknown,,,,,,,2014-07-29, +/games/boxart/full_1451191AmericaFrontccc.jpg,Magicka 2,PC,Action,Paradox Interactive,Paradox Interactive,,,,,,,2015-05-26, +/games/boxart/full_7989462AmericaFrontccc.jpg,Dead Cells,PC,Action,Motion Twin,Motion Twin,,,,,,,2017-05-10,2018-08-06 +/games/boxart/full_4616165AmericaFrontccc.jpg,Predator: Hunting Grounds,PS4,Action,Sony Computer Entertainment,IllFonic,,,,,,,2020-04-24,2019-06-20 +/games/boxart/full_734791AmericaFrontccc.jpg,Raft,PC,Action,Unknown,Redbeet Interactive,,,,,,,,2019-02-07 +/games/boxart/560388ccc.jpg,Resident Evil 2: Dual Shock Edition,PS,Action,Capcom,Capcom,9,,,,,,1998-08-05, +/games/boxart/full_6168351AmericaFrontccc.jpg,Nidhogg,PC,Action,Messhof,Messhof,,,,,,,2014-01-13,2018-09-09 +/games/boxart/full_6306101AmericaFrontccc.jpg,Akiba,Series,Action,Acquire,Acquire,,,,,,,2011-05-19,2021-02-03 +/games/boxart/full_6052480AmericaFrontccc.jpg,Defy Gravity Extended,PC,Action,Unknown,Fish Factory Games,,,,,,,2011-07-25, +/games/boxart/full_6329012AmericaFrontccc.jpg,Dynasty Warriors 9,All,Action,Koei Tecmo,Omega Force,,,,,,,2018-02-13,2020-10-17 +/games/boxart/full_devil-may-cry-hd-collection_289PALFront.jpg,Devil May Cry HD Collection,PS3,Action,Capcom,Capcom,,,,,,,2012-04-03, +/games/boxart/full_9887330AmericaFrontccc.jpg,Guacamelee!,PC,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2013-08-08,2018-08-07 +/games/boxart/full_god-of-war-origins-collection_569AmericaFront.jpg,God of War: Origins Collection,PS3,Action,Sony Computer Entertainment,Ready at Dawn,8.6,,,,,,2011-09-13, +/games/boxart/full_597674AmericaFrontccc.jpg,Resident Evil 4,PC,Action,Ubisoft,SourceNext,8,,,,,,2007-05-15, +/games/boxart/full_8220265AmericaFrontccc.jpg,Gunpoint,PC,Action,Unknown,Suspicious Developments,,,,,,,,2019-02-08 +/games/boxart/full_2514492AmericaFrontccc.png,Attack on Titan,All,Action,Koei Tecmo,Omega Force,,,,,,,2016-08-30,2021-01-22 +/games/boxart/full_4284184AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,All,Action,Bandai Namco,Omega Force,,,,,,,2009-04-22,2020-11-20 +/games/boxart/full_554512AmericaFrontccc.jpg,Metal Gear Rising: Revengeance,PC,Action,Konami Digital Entertainment,PlatinumGames,,,,,,,2014-01-09,2018-01-12 +/games/boxart/full_5941371PALFrontccc.jpg,Resident Evil VII: Biohazard,PC,Action,Capcom,Capcom,7.9,,,,,,2017-01-24,2018-01-15 +/games/boxart/full_9107175PALFrontccc.jpg,Dynasty Warriors 7,All,Action,Tecmo Koei,Omega Force,,,,,,,2011-03-29,2020-10-16 +/games/boxart/full_5917711PALFrontccc.jpg,Resident Evil: Revelations 2,PC,Action,Capcom,Capcom,,,,,,,2015-02-25,2018-04-15 +/games/boxart/full_8365300AmericaFrontccc.jpg,Ninja Gaiden 3,All,Action,Tecmo Koei,Team Ninja,,,,,,,2012-03-20,2020-10-16 +/games/boxart/full_3031322AmericaFrontccc.jpg,Friday the 13th: The Game,PC,Action,Unknown,IllFonic,,,,,,,,2019-07-27 +/games/boxart/full_dead-rising-2_3AmericaFront.jpg,Dead Rising 2,PC,Action,Capcom,Blue Castle Games,7.7,,,,,,2010-09-28, +/games/boxart/full_6213972JapanFrontccc.jpg,God Eater,PSP,Action,D3Publisher,Shift,,,,,,,2011-03-15, +/games/boxart/full_4817034AmericaFrontccc.jpg,Overcooked,PC,Action,Unknown,Ghost Town Games,,,,,,,,2019-02-08 +/games/boxart/full_1577161AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,All,Action,Xseed Games,Acquire,,,,,,,2014-08-12,2021-02-03 +/games/boxart/full_6800439AmericaFrontccc.jpg,Mini Ninjas,All,Action,Eidos Interactive,IO Interactive,,,,,,,2009-09-08,2021-01-18 +/games/boxart/full_4486648AmericaFrontccc.jpg,Oddworld: Stranger's Wrath,XB,Action,Electronic Arts,Oddworld Inhabitants,,,,,,,2005-01-25, +/games/boxart/full_lucius_892AmericaFront.jpg,Lucius,PC,Action,Lace Mamba Global,Shiver Games,,,,,,,2012-06-30, +/games/boxart/3205853ccc.jpg,Hitman: Codename 47,PC,Action,Eidos Interactive,IO Interactive,,,,,,,2000-11-23, +/games/boxart/full_mobile-suit-gundam-extreme-vs_796JapanFront.jpg,Mobile Suit Gundam: Extreme Vs,PS3,Action,Namco Bandai Games,Namco Bandai,,,,,,,2014-01-30, +/games/boxart/full_1168310AmericaFrontccc.jpg,Killer is Dead,PC,Action,Unknown,Kadokawa Games,,,,,,,,2019-02-09 +/games/boxart/full_3034993AmericaFrontccc.jpg,Blackwake,PC,Action,Unknown,Mastfire Studios Pty Ltd,,,,,,,,2019-02-09 +/games/boxart/full_3203709AmericaFrontccc.jpg,Dragon Ball: Xenoverse 2,PC,Action,Namco Bandai Games,Dimps Corporation,,,,,,,2016-10-28,2018-03-03 +/games/boxart/full_8770639PALFrontccc.jpg,Saints Row: Gat out of Hell,PC,Action,Deep Silver,Volition Inc.,,,,,,,2015-01-20, +/games/boxart/full_8055680AmericaFrontccc.jpg,Attack on Titan 2,All,Action,Koei Tecmo,Omega Force,,,,,,,2018-03-20,2020-10-17 +/games/boxart/full_8533689JapanFrontccc.jpg,Run for Money Tousouchuu,3DS,Action,Unknown,Bandai Namco Games,,,,,,,,2020-11-22 +/games/boxart/full_9484973AmericaFrontccc.jpg,Blade of Darkness,PC,Action,Codemasters,Rebel Act Studios,,,,,,,2001-02-19, +/games/boxart/full_9304884AmericaFrontccc.jpg,Hello Neighbor,All,Action,TinyBuild Games,Dynamic Pixels,,,,,,,2017-12-08,2021-02-08 +/games/boxart/full_6759109AmericaFrontccc.jpg,Warhammer: The End Times - Vermintide,PC,Action,Games Workshop,Fatshark,,,,,,,2016-10-04,2018-08-11 +/games/boxart/full_1478120AmericaFrontccc.jpeg,The Escapists 2,PC,Action,Team17 Software,Team17 Software,,,,,,,2017-08-22,2019-02-22 +/games/boxart/full_9306937PALFrontccc.jpg,Styx: Master of Shadows,PC,Action,Focus Home Interactive,Cyanide Studios,,,,,,,2014-10-07,2018-01-06 +/games/boxart/full_1788275JapanFrontccc.jpg,Kouchuu Ouja Mushi King,GBA,Action,Sega,Sega,,,,,,,2005-06-23, +/games/boxart/full_1379622PALFrontccc.jpg,Warriors Orochi 3,All,Action,Tecmo Koei,Omega Force,,,,,,,2012-03-20,2020-10-16 +/games/boxart/full_gods-eater-burst_569AmericaFront.jpg,Gods Eater Burst,PSP,Action,D3 Publisher,Shift,7.1,,,,,,2011-03-15, +/games/boxart/full_8391588PALFrontccc.jpg,Dynasty Warriors: Gundam 3,All,Action,Bandai Namco,Omega Force,,,,,,,2011-06-28,2020-11-19 +/games/boxart/full_4008934AmericaFrontccc.jpeg,Victor Vran ARPG,PC,Action,EuroVideo Medien,Haemimont Games,,,,,,,2015-07-01,2019-02-09 +/games/boxart/full_7220446PALFrontccc.jpg,Fist of the North Star: Ken's Rage 2,All,Action,Tecmo Koei,Koei,,,,,,,2013-02-05,2020-10-16 +/games/boxart/full_7468354AmericaFrontccc.jpg,ICEY,PC,Action,Unknown,FantaBlade Network,,,,,,,,2019-02-10 +/games/boxart/full_8239805AmericaFrontccc.jpg,Bayonetta,PC,Action,Sega,PlatinumGames,,,,,,,2017-04-11,2020-08-02 +/games/boxart/full_8844889AmericaFrontccc.jpg,Afro Samurai,All,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2009-01-27,2020-11-21 +/games/boxart/1640381ccc.jpg,Naruto: Uzumaki Chronicles,PS2,Action,Namco Bandai Games,Cavia Inc.,,,,,,,2008-09-17, +/games/boxart/full_3156264AmericaFrontccc.jpg,Construction Simulator 2015,PC,Action,Unknown,Unknown,,,,,,,, +/games/boxart/full_3925093AmericaFrontccc.jpg,Hell Yeah! Wrath of the Dead Rabbit,PC,Action,Unknown,Arkedo Studio,5.6,,,,,,,2018-01-05 +/games/boxart/full_5467699AmericaFrontccc.jpg,Freebie,PC,Action,Unknown,hyperboreanGames,,,,,,,,2019-02-10 +/games/boxart/full_6415062AmericaFrontccc.png,Samurai Warriors 5,All,Action,Koei Tecmo,Omega Force,,,,,,,2021-07-27,2021-07-27 +/games/boxart/full_6906695AmericaFrontccc.jpg,Dynasty Warriors 8,All,Action,Tecmo Koei,Omega Force,,,,,,,2013-07-16,2020-10-16 +/games/boxart/full_6222059JapanFrontccc.jpg,Gundam Breaker,All,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2013-06-27,2020-11-23 +/games/boxart/full_2377865AmericaFrontccc.jpg,Outlast II,PC,Action,Unknown,Red Barrels,,,,,,,,2017-12-31 +/games/boxart/full_9284776AmericaFrontccc.jpg,RWBY: Grimm Eclipse,PC,Action,Unknown,Rooster Teeth Games,,,,,,,,2019-02-10 +/games/boxart/full_6429613AmericaFrontccc.jpg,Devil May Cry HD Collection,X360,Action,Capcom,Capcom,,,,,,,2012-04-03,2018-02-07 +/games/boxart/full_9885913AmericaFrontccc.jpg,Genital Jousting,PC,Action,Unknown,Free Lives,,,,,,,,2019-02-10 +/games/boxart/full_4956053AmericaFrontccc.jpg,Party Hard,PC,Action,Unknown,TinyBuild Games,,,,,,,,2019-02-11 +/games/boxart/full_1207424AmericaFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2019-02-11 +/games/boxart/full_5669539AmericaFrontccc.jpg,Timberman,PC,Action,Unknown,Digital Melody,,,,,,,,2019-02-11 +/games/boxart/9882908ccc.jpg,Metal Gear Solid: The Twin Snakes,GC,Action,Konami,Silicon Knights,8.1,,,,,,2004-03-09, +/games/boxart/full_5197945AmericaFrontccc.jpg,Titan Souls,PC,Action,Devolver Digital,Acid Nerve,,,,,,,2015-04-14, +/games/boxart/full_4040918AmericaFrontccc.jpg,King Arthur's Gold,PC,Action,Transhuman Design,Transhuman Design,,,,,,,2013-11-05,2019-02-11 +/games/boxart/full_4219643AmericaFrontccc.jpg,Nioh: Complete Edition,PC,Action,Koei Tecmo,Team Ninja,,,,,,,2017-11-07,2020-08-05 +/games/boxart/full_7317085AmericaFrontccc.jpg,One Piece: Pirate Warriors 3,PC,Action,Namco Bandai Games,Omega Force,,,,,,,2015-08-25,2018-01-12 +/games/boxart/full_6934249PALFrontccc.jpg,LEGO Jurassic World,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2015-06-12,2018-04-06 +/games/boxart/full_2084587AmericaFrontccc.jpg,Ninja Gaiden: Dragon Sword,DS,Action,Tecmo,Team Ninja,8,,,,,,2008-03-25, +/games/boxart/full_8793299AmericaFrontccc.jpg,Samurai Warriors 4,All,Action,Koei Tecmo,Omega Force,,,,,,,2014-10-21,2020-10-16 +/games/boxart/full_6010196PALFrontccc.jpg,Lego Batman 3: Beyond Gotham,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2014-11-11,2018-12-01 +/games/boxart/full_6697630JapanFrontccc.jpg,Mobile Suit Gundam Battlefield Record U.C.0081,PS3,Action,Bandai,Bec,,,,,,,2009-09-03, +/games/boxart/full_9965630AmericaFrontccc.jpg,Warriors Orochi 4,NS,Action,Koei Tecmo,Omega Force,8.5,,,,,,2018-10-16,2018-11-11 +/games/boxart/full_6284055AmericaFrontccc.jpg,Half Minute Hero: Super Mega Neo Climax Ultimate Boy,PC,Action,Unknown,Opus Studio,,,,,,,,2019-02-14 +/games/boxart/full_9388067AmericaFrontccc.jpg,Asterix & Obelix Take On Caesar,All,Action,Cryo Interactive,Tek 5,,,,,,,1999-01-01,2021-03-20 +/games/boxart/full_5527668AmericaFrontccc.png,Ridiculous Fishing,iOS,Action,Unknown,Vlambeer,,,,,,,,2021-02-17 +/games/boxart/full_5555161AmericaFrontccc.jpg,Spy vs Spy,NES,Action,Kemco,First Star Software,,,,,,,1988-01-01, +/games/boxart/137826ccc.jpg,Devil May Cry 4,PC,Action,Capcom,Capcom,7.5,,,,,,2008-07-08, +/games/boxart/full_7677349AmericaFrontccc.jpg,There's Poop In My Soup,PC,Action,Unknown,K Bros Games,,,,,,,,2019-02-15 +/games/boxart/full_2385658AmericaFrontccc.jpg,Montaro,PC,Action,Unknown,JCKSLAP,,,,,,,,2019-02-15 +/games/boxart/full_7915215AmericaFrontccc.jpg,Aragami,PC,Action,Lince Works,Lince Works,,,,,,,2016-10-04, +/games/boxart/full_534299AmericaFrontccc.jpg,Turbo Pug 3D,PC,Action,Unknown,Wulo Games,,,,,,,,2019-02-15 +/games/boxart/full_4895270AmericaFrontccc.jpg,Madballs in Babo:Invasion,PC,Action,Unknown,Playbrains,,,,,,,, +/games/boxart/full_6832198AmericaFrontccc.jpg,HellAngel,PC,Action,Unknown,Andrey Malyarov,,,,,,,,2019-02-16 +/games/boxart/full_4201763AmericaFrontccc.png,Bayonetta 2,WiiU,Action,Nintendo,PlatinumGames,9.3,,,,,,2014-10-24,2018-03-20 +/games/boxart/full_6857970AmericaFrontccc.jpg,PIGMENTUM,PC,Action,Unknown,Irvin Vaush,,,,,,,,2019-02-16 +/games/boxart/full_4759923AmericaFrontccc.jpg,Domina,PC,Action,Unknown,DolphinBarn,,,,,,,,2019-02-16 +/games/boxart/full_1628529AmericaFrontccc.jpg,Trouble In The Manor,PC,Action,Unknown,Charyb Games,,,,,,,,2019-02-16 +/games/boxart/4466920ccc.jpg,Condemned: Criminal Origins,X360,Action,Sega,Monolith Productions,8.2,,,,,,2005-11-16, +/games/boxart/full_9792157AmericaFrontccc.jpg,Orbital Gear,PC,Action,Night Node Software,Night Node Software,,,,,,,2014-08-07,2018-08-08 +/games/boxart/full_1896608AmericaFrontccc.jpg,Desolate Wastes: Vendor Chronicles,PC,Action,Unknown,Rotatipyra,,,,,,,,2019-02-17 +/games/boxart/full_7389739AmericaFrontccc.jpg,Germ Wars,PC,Action,Unknown,Svarog Studios,,,,,,,,2019-02-17 +/games/boxart/full_dead-rising-2-off-the-record_462AmericaFront.jpg,Dead Rising 2: Off the Record,PC,Action,Capcom,Blue Castle Games,6.8,,,,,,2011-10-11, +/games/boxart/full_6069483AmericaFrontccc.jpg,Deep Space Dash,PC,Action,Unknown,Delusional Games,,,,,,,,2019-02-19 +/games/boxart/full_samurai-warriors-chronicles_744AmericaFront.jpg,Samurai Warriors Chronicles,3DS,Action,Tecmo Koei,Omega Force,5.4,,,,,,2011-03-27,2018-08-04 +/games/boxart/full_3729695AmericaFrontccc.jpg,Hyper color ball,PC,Action,Unknown,Czester16,,,,,,,,2019-02-19 +/games/boxart/full_5866912AmericaFrontccc.jpg,Rampage Knights,PC,Action,Unknown,Rake in Grass,,,,,,,,2019-02-19 +/games/boxart/full_4485867AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing II,PC,Action,Neocore Games,NeoCoreGames,,,,,,,2014-05-22,2019-02-17 +/games/boxart/full_2480375AmericaFrontccc.jpg,Grand Pigeon's Duty,PC,Action,WolfgangIs,WolfgangIs,,,,,,,2016-08-05,2019-02-16 +/games/boxart/full_9584780AmericaFrontccc.png,Azure Striker Gunvolt,3DS,Action,Inti Creates,Inti Creates,8,,,,,,2014-08-29,2018-11-25 +/games/boxart/full_2856805AmericaFrontccc.jpg,Crusader: No Remorse,All,Action,Electronic Arts,Origin Systems,,,,,,,1995-08-31,2021-03-16 +/games/boxart/full_1219074AmericaFrontccc.jpg,Spikit,PC,Action,Back To Basics Gaming,Blastoid Entertainment,,,,,,,2016-08-09,2019-02-16 +/games/boxart/full_2193429AmericaFrontccc.jpg,RADical ROACH Remastered,PC,Action,DL Softworks,DL Softworks,,,,,,,2014-05-16,2019-02-11 +/games/boxart/full_153878AmericaFrontccc.jpg,Enslaved: Odyssey to the West,PC,Action,Bandai Namco Entertainment,Ninja Theory,,,,,,,2013-10-25,2019-02-06 +/games/boxart/full_6633481AmericaFrontccc.jpg,Minimum,PC,Action,Atari,Human Head Studios,,,,,,,2014-09-10,2019-02-16 +/games/boxart/full_530008AmericaFrontccc.jpg,Iron Sky: Invasion,PC,Action,TopWare Interactive,Reality Pump Studios,,,,,,,2012-12-14,2019-02-06 +/games/boxart/full_8820733AmericaFrontccc.jpg,Crawl,PC,Action,Powerhoof Pty Ltd,Powerhoof,,,,,,,2017-04-11,2019-02-06 +/games/boxart/full_2884531AmericaFrontccc.jpg,Senran Kagura Shinovi Versus,All,Action,Xseed Games,Tamsoft,,,,,,,2014-10-14,2021-01-23 +/games/boxart/full_7494983AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,All,Action,Koei Tecmo,Team Ninja,,,,,,,2021-06-10,2021-07-27 +/games/boxart/full_6909262AmericaFrontccc.jpg,Mad Hunter,PC,Action,Unknown,Unknown,,,,,,,2016-11-29,2019-02-03 +/games/boxart/full_8021486AmericaFrontccc.jpg,A grande bagunca espacial - The big space mess,PC,Action,Unknown,RMAL,,,,,,,,2019-02-20 +/games/boxart/full_9710317AmericaFrontccc.jpg,KickHim,PC,Action,Unknown,Pokshevanov Pavel,,,,,,,,2019-02-20 +/games/boxart/full_4749397AmericaFrontccc.jpg,Titeuf,GBC,Action,Infogrames,Infogrames,,,,,,,2001-06-01,2023-06-04 +/games/boxart/full_3534915AmericaFrontccc.jpg,Metal Slug X,PC,Action,Unknown,SNK Corporation,,,,,,,,2019-02-20 +/games/boxart/full_3011535AmericaFrontccc.jpg,Sparkle 2 Evo,PC,Action,Unknown,Forever Entertainment S.A.,,,,,,,,2019-02-20 +/games/boxart/full_3647152AmericaFrontccc.jpg,The Evil Within 2,PC,Action,Bethesda Softworks,Tango Gameworks,,,,,,,2017-10-13,2018-05-10 +/games/boxart/full_4021069AmericaFrontccc.jpg,ShipLord,PC,Action,Unknown,Just1337 Studio,,,,,,,,2019-02-22 +/games/boxart/full_165846AmericaFrontccc.jpg,The Astral Hero,PC,Action,Unknown,Ardi Studio,,,,,,,,2019-02-22 +/games/boxart/full_5919625AmericaFrontccc.jpg,Bloodbath Kavkaz,PC,Action,Unknown,Dagestan Technology,,,,,,,,2019-02-22 +/games/boxart/full_681283AmericaFrontccc.jpg,Attack on Titan 2: Final Battle,All,Action,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2021-02-07 +/games/boxart/full_976411AmericaFrontccc.jpg,Deep Space WAIFU,PC,Action,Unknown,Neko Climax Studios,,,,,,,,2019-02-22 +/games/boxart/full_446712AmericaFrontccc.jpg,ZombieCarz,PC,Action,Unknown,Unknown,,,,,,,,2019-02-22 +/games/boxart/7099970ccc.jpg,Naruto: Uzumaki Chronicles 2,PS2,Action,Namco Bandai,Cavia Inc.,,,,,,,2007-09-04, +/games/boxart/full_7986278PALFrontccc.jpg,LEGO Marvel's Avengers,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2016-01-26,2018-04-06 +/games/boxart/full_1754694AmericaFrontccc.jpg,Blocks That Matter,PC,Action,Unknown,Swing Swing Submarine,,,,,,,2011-08-20, +/games/boxart/full_one-piece-unlimited-cruise-sp_816JapanFront.jpg,One Piece Unlimited Cruise SP,3DS,Action,Namco Bandai,Ganbarion,,,,,,,, +/games/boxart/full_5154711AmericaFrontccc.jpg,Russian SuperHero Dead Ivan,PC,Action,Unknown,Anatoliy Loginovskikh,,,,,,,,2019-02-25 +/games/boxart/full_2051323AmericaFrontccc.jpg,theHunter: Primal,PC,Action,Avalanche Studios,Expansive Worlds,,,,,,,2015-03-31, +/games/boxart/full_6305358AmericaFrontccc.jpg,AI: Rampage,PC,Action,Unknown,Sekerin Productions,,,,,,,,2019-02-25 +/games/boxart/full_9338444AmericaFrontccc.jpg,Guardians of Middle-earth,PC,Action,Unknown,Zombie Studios,,,,,,,,2019-02-25 +/games/boxart/full_1531371AmericaFrontccc.jpg,STARUSHKO LUB,PC,Action,Unknown,Unknown,,,,,,,,2019-02-26 +/games/boxart/full_1593703AmericaFrontccc.png,Agony,PC,Action,PlayWay,Madmind Studio,,,,,,,2018-05-29,2018-04-30 +/games/boxart/full_4915835AmericaFrontccc.jpg,Carrion,All,Action,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2021-02-19 +/games/boxart/full_2839154JapanFrontccc.png,Fate/Extella: The Umbral Star,All,Action,Xseed Games,Marvelous,,,,,,,2017-01-17,2021-01-30 +/games/boxart/full_7926848JapanFrontccc.jpg,Kamen Rider: Battride War,PS3,Action,Namco Bandai Games,Eighting,,,,,,,2013-05-23,2018-11-03 +/games/boxart/full_rise-of-nightmares_540AmericaFront.jpg,Rise of Nightmares,X360,Action,Sega,Sega,5.5,,,,,,2011-09-06, +/games/boxart/full_6000820AmericaFrontccc.jpg,Snowman,PC,Action,Unknown,Unknown,,,,,,,,2019-02-26 +/games/boxart/full_3230415AmericaFrontccc.jpg,Nanoborg,PC,Action,Unknown,Nanooborg,,,,,,,,2019-02-27 +/games/boxart/full_1637920AmericaFrontccc.jpg,Crab Dub,PC,Action,Unknown,Anatoliy Loginovskikh,,,,,,,,2019-02-27 +/games/boxart/full_2865993AmericaFrontccc.jpg,Eldritch,PC,Action,Unknown,Minor Key Games,,,,,,,,2019-03-02 +/games/boxart/full_hydrophobia-prophecy_140AmericaFront.jpg,Hydrophobia: Prophecy,PC,Action,Dark Energy Digital,Dark Energy Digital,5.5,,,,,,2011-05-09, +/games/boxart/full_3752773AmericaFrontccc.jpg,Lovely Planet,PC,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2014-07-31,2018-08-08 +/games/boxart/full_56684AmericaFrontccc.jpg,Uncompromising Trash,PC,Action,Unknown,oblomysh,,,,,,,,2019-03-04 +/games/boxart/full_9825084AmericaFrontccc.jpg,Necropolis,PC,Action,Unknown,Harebrained Schemes,,,,,,,,2019-03-05 +/games/boxart/full_8618009AmericaFrontccc.jpg,Ionball 2: Ionstorm,PC,Action,Unknown,Ironsun Studios,,,,,,,,2019-03-05 +/games/boxart/full_2823633AmericaFrontccc.jpg,Samurai Warriors 4-II,All,Action,KOEI,Koei Tecmo Games,,,,,,,2015-02-11,2020-10-16 +/games/boxart/full_4114891AmericaFrontccc.jpg,Super Duper Flying Genocide 2017,PC,Action,Unknown,CharlieH,,,,,,,,2019-03-09 +/games/boxart/full_375249AmericaFrontccc.jpg,Axiom Verge,PC,Action,Thomas Happ Games,Thomas Happ Games,,,,,,,2015-05-14, +/games/boxart/full_1085172AmericaFrontccc.jpg,Vietnam: Black Ops,PC,Action,ValuSoft,Fused Software,,,,,,,2000-01-01, +/games/boxart/full_9418205AmericaFrontccc.jpg,Freedom Planet,PC,Action,Galaxy Trail,Galaxy Trail,,,,,,,2014-07-21,2018-08-11 +/games/boxart/full_4037163PALFrontccc.jpg,Bound By Flame,PC,Action,Focus Home Interactive,Spiders,,,,,,,2014-05-07,2018-10-31 +/games/boxart/full_1518901AmericaFrontccc.jpg,CastleStorm,PC,Action,Unknown,Zen Studios,,,,,,,,2019-03-12 +/games/boxart/full_8752698AmericaFrontccc.jpg,Phantom Breaker: Battle Grounds,PC,Action,Unknown,MAGES. Inc.,,,,,,,,2019-03-12 +/games/boxart/full_5811729JapanFrontccc.jpg,Akiba's Trip,All,Action,Acquire,Acquire,,,,,,,2011-05-19,2021-02-03 +/games/boxart/full_5014435AmericaFrontccc.jpg,Arizona Sunshine,PC,Action,Unknown,Vertigo Gaming Inc.,,,,,,,,2019-03-13 +/games/boxart/full_8753087AmericaFrontccc.jpg,Dishonored: Death of the Outsider,PC,Action,Bethesda Softworks,Arkane Studios,,,,,,,2017-09-15,2018-03-03 +/games/boxart/full_6182992AmericaFrontccc.jpg,Tribal Pass,PC,Action,Unknown,Tribe Tea,,,,,,,,2019-03-13 +/games/boxart/full_3438697AmericaFrontccc.jpg,Last Tale,PC,Action,Unknown,YarGri,,,,,,,,2019-03-16 +/games/boxart/full_6097557AmericaFrontccc.jpg,Lara Croft and the Temple of Osiris,PC,Action,Square Enix,Crystal Dynamics,,,,,,,2014-12-09,2018-07-30 +/games/boxart/full_2219429PALFrontccc.png,The Surge,PC,Action,Focus Home Interactive,DECK13 Interactive,,,,,,,2017-05-16,2018-01-06 +/games/boxart/full_bunch-of-heroes_700AmericaFront.jpg,Bunch of Heroes,PC,Action,Unknown,NGD Studios,,,,,,,2011-09-21, +/games/boxart/full_3071399AmericaFrontccc.jpg,Sacred Citadel,PC,Action,Unknown,Southend Interactive,,,,,,,,2019-03-19 +/games/boxart/full_dynasty-warriors-7-xtreme-legends_617AmericaFront.jpg,Dynasty Warriors 7: Xtreme Legends,PS3,Action,KOEI,Omega Force,,,,,,,2011-11-15, +/games/boxart/full_5906007AmericaFrontccc.jpg,AaaaaAAaaaAAAaaAAAAaAAAAA!!! for the Awesome,PC,Action,Unknown,Dejobaan Games,,,,,,,,2019-03-19 +/games/boxart/full_9601190AmericaFrontccc.jpg,Metal Slug,PC,Action,Unknown,DotEmu,,,,,,,,2019-03-19 +/games/boxart/full_4927016AmericaFrontccc.jpg,UltraGoodness,PC,Action,Unknown,Rasul Mono,,,,,,,,2019-03-24 +/games/boxart/full_446548AmericaFrontccc.jpg,Plain Sight,PC,Action,Beatnik Games,Beatnik Games,7.2,,,,,,2010-03-22, +/games/boxart/full_2714265AmericaFrontccc.jpg,AaAaAA!!! - A Reckless Disregard for Gravity,PC,Action,Unknown,Dejobaan Games,,,,,,,,2019-03-25 +/games/boxart/full_151516AmericaFrontccc.jpg,Reassembly,PC,Action,Indie Voyage,Anisoptera Games,,,,,,,2015-02-19, +/games/boxart/full_3577727PALFrontccc.jpg,We Happy Few,PC,Action,Gearbox Software,Compulsion Games,,,,,,,2018-08-10, +/games/boxart/full_6895099PALFrontccc.jpg,Styx: Shards of Darkness,PC,Action,Focus Home Interactive,Cyanide Studio,,,,,,,2017-03-14,2018-01-06 +/games/boxart/full_2764663AmericaFrontccc.jpg,Dungeon Defenders Eternity,PC,Action,Trendy Entertainment,Nom Nom Games,,,,,,,2014-07-22,2019-04-22 +/games/boxart/full_2530383JapanFrontccc.jpg,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS 2,DS,Action,Sega,Sega,,,,,,,2006-07-27, +/games/boxart/full_3460591AmericaFrontccc.jpg,Savant - Ascent,PC,Action,D-Pad Studio,D-Pad Studios,,,,,,,2013-12-04,2019-04-22 +/games/boxart/full_8450238AmericaFrontccc.jpg,Angry Video Game Nerd Adventures,PC,Action,Screenwave Media,Freakzone Games,,,,,,,2013-09-20,2019-03-29 +/games/boxart/full_2031204AmericaFrontccc.jpg,"Warhammer 40,000: Inquisitor - Martyr",PC,Action,NeocoreGames,NeoCoreGames,,,,,,,2018-06-05,2019-04-22 +/games/boxart/full_7805172AmericaFrontccc.jpg,The Mercury Man,PC,Action,Mehsoft,Mehsoft,,,,,,,2018-05-20,2019-04-22 +/games/boxart/full_7584499AmericaFrontccc.jpg,Strike Suit Infinity,PC,Action,Born Ready Games,Born Ready Games Ltd.,,,,,,,2013-04-30,2019-04-22 +/games/boxart/full_4043499AmericaFrontccc.jpg,Deadly 30,PC,Action,Headup Games,Ignatus Zuk and Gonzalo Villagomez,,,,,,,2014-01-08,2019-04-07 +/games/boxart/full_2379130AmericaFrontccc.jpg,bit Dungeon II,PC,Action,Kinto Games LLC,Kinto Games LLC,,,,,,,2014-12-15,2019-04-21 +/games/boxart/full_4221542AmericaFrontccc.jpg,Final Exam,PC,Action,Focus Home Interactive,Mighty Rocket Studio,,,,,,,2013-11-05,2019-03-29 +/games/boxart/full_2338276AmericaFrontccc.jpg,Totem,PC,Action,Dagestan Technology,Grizlikyt,,,,,,,2016-08-30,2019-04-21 +/games/boxart/full_913947AmericaFrontccc.jpg,A Valley Without Wind,PC,Action,"Arcen Games, LLC","Arcen Games, LLC",,,,,,,2012-04-24,2019-04-21 +/games/boxart/full_8106882JapanFrontccc.jpg,Mobile Suit Gundam Side Stories,All,Action,Namco Bandai Games,B.B. Studio,,,,,,,2014-05-29,2020-11-23 +/games/boxart/full_3584228AmericaFrontccc.jpg,Warriors All-Stars,All,Action,Koei Tecmo,Omega Force,,,,,,,2017-03-30,2020-10-17 +/games/boxart/full_3498455AmericaFrontccc.jpg,"Linea, the Game",PC,Action,KHB-Soft,KHB-Soft,,,,,,,2016-01-04,2019-04-21 +/games/boxart/full_3629709AmericaFrontccc.jpg,Dungreed,PC,Action,TEAM HORAY,TEAM HORAY,,,,,,,2018-02-15,2019-04-21 +/games/boxart/full_3766704AmericaFrontccc.jpg,Cataegis : The White Wind,PC,Action,Kiss,Acido Cinza,,,,,,,2015-09-25,2019-04-21 +/games/boxart/full_1172017PALFrontccc.jpg,Of Orcs and Men,PC,Action,Focus Home Interactive,Cyanide Studio,,,,,,,2012-10-11,2019-01-02 +/games/boxart/full_9617062AmericaFrontccc.jpg,Super House of Dead Ninjas,PC,Action,Adult Swim,Megadev,,,,,,,2013-02-18,2019-04-21 +/games/boxart/full_6707487AmericaFrontccc.jpg,"Hack, Slash, Loot",PC,Action,David Williamson,David Williamson,,,,,,,2012-04-05,2019-04-21 +/games/boxart/full_6807402PALFrontccc.jpg,Jurassic Park: The Game,PC,Action,Telltale Games,Telltale Games,,,,,,,2011-11-15,2019-04-20 +/games/boxart/full_8993161AmericaFrontccc.jpg,DEADBOLT,PC,Action,Hopoo Games,Hopoo Games,,,,,,,2016-03-14,2019-04-20 +/games/boxart/full_9207750AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth 3: V Generation,PC,Action,Idea Factory International,Compile Heart,,,,,,,2015-10-30,2018-07-04 +/games/boxart/full_3843935AmericaFrontccc.jpg,R.A.W. Realms of Ancient War,PC,Action,Focus Home Interactive,WizarBox,,,,,,,2012-10-11,2019-04-17 +/games/boxart/full_1814999AmericaFrontccc.jpg,Senran Kagura Shinovi Versus,PSV,Action,Xseed Games,Tamsoft,,,,,,,2014-10-14,2018-10-14 +/games/boxart/full_912011AmericaFrontccc.jpg,Attack on Titan / A.O.T. Wings of Freedom,PC,Action,Koei Tecmo,Omega Force,,,,,,,2016-08-26,2019-04-16 +/games/boxart/full_8037166AmericaFrontccc.jpg,Bleed,PC,Action,Bootdisk Revolution,Bootdisk Revolution,,,,,,,2013-07-03,2019-04-16 +/games/boxart/full_6203224AmericaFrontccc.jpg,Out of Reach,PC,Action,Space Boat Studios,Space Boat Studios,,,,,,,2018-07-13,2019-04-10 +/games/boxart/full_7940060AmericaFrontccc.jpg,Dead Island: Riptide,PC,Action,Deep Silver,Techland,6.2,,,,,,2013-04-23,2018-03-15 +/games/boxart/full_5219994AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PC,Action,Xseed Games,Acquire,,,,,,,2015-05-26,2019-04-09 +/games/boxart/full_549332AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PC,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 +/games/boxart/full_8173542AmericaFrontccc.jpg,Heaven Forest NIGHTS,PC,Action,Chubby Pixel,Fabio Ferrara,,,,,,,2017-03-13,2019-04-08 +/games/boxart/full_1743921AmericaFrontccc.jpg,Shark Attack Deathmatch 2,PC,Action,Lighthouse Games Studio,Lighthouse Games Studio,,,,,,,2015-06-28,2019-04-08 +/games/boxart/full_3964986AmericaFrontccc.jpg,Tank Blast,PC,Action,Siberian Digital,PowPow,,,,,,,2016-07-13,2019-04-06 +/games/boxart/full_8348103AmericaFrontccc.jpg,UBERMOSH,PC,Action,Walter Machado,Walter Machado,,,,,,,2015-08-13,2019-04-05 +/games/boxart/full_1404142AmericaFrontccc.jpg,Hyperdimension Neptunia U: Action Unleashed,PC,Action,Idea Factory International,Compile Heart,,,,,,,2016-03-21,2018-07-03 +/games/boxart/full_4282866AmericaFrontccc.jpg,Evil Maze,PC,Action,ZOV GAME STUDIO,ZOV GAME STUDIO,,,,,,,2016-06-17,2019-04-03 +/games/boxart/full_5745715AmericaFrontccc.jpg,Darkness Assault,PC,Action,Black Lime Studio,Black Lime Studio,,,,,,,2015-02-06,2019-04-01 +/games/boxart/full_1926281AmericaFrontccc.jpg,Life Beetle,PC,Action,Dagestan Technology,Grizlikyt,,,,,,,2017-04-18,2019-03-26 +/games/boxart/full_8175400AmericaFrontccc.jpg,Deathtrap,PC,Action,NeocoreGames,Neocore Games,,,,,,,2015-02-04,2019-03-26 +/games/boxart/full_585903AmericaFrontccc.jpg,Samurai Warriors 4: Empires,All,Action,KOEI,Omega Force,,,,,,,2016-03-15,2021-02-07 +/games/boxart/full_1489601AmericaFrontccc.jpg,Senran Kagura: Estival Versus,All,Action,Marvelous Entertainment,Tamsoft,,,,,,,2016-03-15,2021-01-23 +/games/boxart/full_8819504PALFrontccc.jpg,Senran Kagura: Peach Beach Splash,PS4,Action,Xseed Games,Marvelous Entertainment,,,,,,,2017-09-26,2018-06-30 +/games/boxart/full_6022794JapanFrontccc.jpg,Kekkaishi: Karasumori Ayakashi Kidan,DS,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-05-24, +/games/boxart/full_4431192JapanFrontccc.jpg,Kouchuu Ouja Mushi King: Super Collection,DS,Action,Sega,Sega,,,,,,,2007-07-19, +/games/boxart/full_7216877AmericaFrontccc.jpg,The Unspoken,PC,Action,Oculus,Insomniac Games,,,,,,,2016-12-05,2023-12-24 +/games/boxart/full_6781085AmericaFrontccc.jpg,Arslan: The Warriors of Legend,All,Action,KOEI,Koei Tecmo Games,,,,,,,2016-02-09,2021-02-07 +/games/boxart/full_4108820AmericaFrontccc.jpg,God Hand,PS2,Action,Capcom,Clover Studio,7,,,,,,2006-10-10, +/games/boxart/full_7217116AmericaFrontccc.jpg,Samurai Maiden,All,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 +/games/boxart/full_6904069AmericaFrontccc.jpg,K-Razy Shoot-out,5200,Action,CBS Electronics,Kay Enterprises Co.,,,,,,,1983-01-01, +/games/boxart/full_4533201AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,NS,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 +/games/boxart/full_168687AmericaFrontccc.jpg,Snack Attack,OSX,Action,Unknown,Funtastic,,,,,,,,2021-04-06 +/games/boxart/full_561056AmericaFrontccc.jpg,Ghost Hunter,PC,Action,Unknown,Arcade Plus,,,,,,,,2021-04-06 +/games/boxart/full_9803542AmericaFrontccc.png,"Guns, Gore & Cannoli",PC,Action,Crazy Monkey,Crazy Monkey Studios,,,,,,,2015-04-30,2018-03-12 +/games/boxart/full_3898155AmericaFrontccc.jpg,Scarfman,PC,Action,Unknown,Philip A. Oliver,,,,,,,,2021-04-06 +/games/boxart/full_4590925AmericaFrontccc.jpg,The War in Heaven,PC,Action,ValuSoft,ValuSoft,,,,,,,1999-10-01,2022-04-24 +/games/boxart/full_180414AmericaFrontccc.jpg,Twin Breaker: A Sacred Symbols Adventure,All,Action,Lillymo Games Inc,Lillymo Games Inc,,,,,,,2020-09-23,2021-02-19 +/games/boxart/full_5580344AmericaFrontccc.jpg,Chippy,PC,Action,Facepunch Studios,Facepunch Studios,,,,,,,2019-06-14,2019-12-25 +/games/boxart/full_7357933AmericaFrontccc.png,Photar,OSX,Action,Unknown,Softape,,,,,,,,2021-04-06 +/games/boxart/full_5775143AmericaFrontccc.jpg,Pac Attack,PC,Action,Unknown,Computerware,,,,,,,,2021-04-06 +/games/boxart/full_2941206AmericaFrontccc.jpg,Feral Rites,PC,Action,Oculus Studios,Insomniac Games,,,,,,,2016-09-13,2023-12-24 +/games/boxart/full_9960487AmericaFrontccc.jpg,Taxman,OSX,Action,Unknown,H.A.L. Labs,,,,,,,,2021-04-06 +/games/boxart/full_8573651AmericaFrontccc.jpg,Rocket Raiders,PC,Action,Unknown,"Artworx Software Co, Inc.",,,,,,,,2021-04-06 +/games/boxart/full_9405901AmericaFrontccc.jpg,A Fistful of Gun,PC,Action,Devolver Digital,Devolver Digital,,,,,,,2015-07-01, +/games/boxart/full_3177292AmericaFrontccc.png,Crumpets,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-18, +/games/boxart/default.jpg,#IDARB,XOne,Action,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2015-02-01, +/games/boxart/full_7879195AmericaFrontccc.jpg,#killallzombies,PS4,Action,Beatshapers,Beatshapers,,,,,,,2015-01-01,2018-09-21 +/games/boxart/2617910ccc.jpg,007: License To Kill,PC,Action,Domark Software,Unknown,,,,,,,1989-04-20, +/games/boxart/full_8568740AmericaFrontccc.jpg,007: The World is not Enough,GB,Action,Electronic Arts,2n Productions,,,,,,,2001-09-11, +/games/boxart/default.jpg,"10,000 Games",PC,Action,Viva Media,Unknown,,,,,,,2007-05-10, +/games/boxart/full_10000-bullets_6PALFront.jpg,10.000 Bullets,PS2,Action,505 Games,Blue Moon Studio,,,,,,,2005-10-06, +/games/boxart/134338ccc.jpg,100 Bullets,PS3,Action,D3 Publisher,D3 Publisher,,,,,,,2000-12-31, +/games/boxart/default.jpg,100 Doors 3,And,Action,MPI Games,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,100 DOORS : HELL PRISON ESCAPE,And,Action,100 Gates,Unknown,,,,,,,2014-09-27, +/games/boxart/default.jpg,100 Doors Brain Teasers,And,Action,Unknown,Unknown,,,,,,,2014-08-16, +/games/boxart/default.jpg,100 Doors Seasons - Part 1,And,Action,Unknown,Unknown,,,,,,,2014-01-07, +/games/boxart/default.jpg,100 Doors Seasons - Part 2,And,Action,Unknown,Unknown,,,,,,,2014-07-11, +/games/boxart/default.jpg,"100 Washitsu ""room escape game""",And,Action,Unknown,Unknown,,,,,,,2014-12-15, +/games/boxart/default.jpg,100 Wiki Quiz,And,Action,Unknown,Unknown,,,,,,,2015-06-15, +/games/boxart/default.jpg,100-Yen Gomibako,PSN,Action,Unknown,SCEI,,,,,,,, +/games/boxart/default.jpg,1000 Games,PC,Action,Avanquest Software,Unknown,,,,,,,2006-01-31, +/games/boxart/full_1000-tiny-claws_692AmericaFront.jpg,1000 Tiny Claws,PSN,Action,Mediatonic,Mediatonic,,,,,,,2011-10-04, +/games/boxart/full_5177476AmericaFrontccc.png,1001 Spikes,WiiU,Action,Nicalis,Nicalis,,,,,,,2014-06-03,2018-01-27 +/games/boxart/full_16-shot-shooting-watch_8AmericaFront.jpg,16 Shot! Shooting Watch,DSiW,Action,Hudson Soft,Hudson Soft,,,,,,,2010-06-14, +/games/boxart/full_1950s-lawn-mower-kids_87AmericaFront.jpg,1950s Lawn Mower Kids,DSiW,Action,Unknown,Zordix AB,4.5,,,,,,2011-11-03, +/games/boxart/default.jpg,2 Days to Vegas,X360,Action,Unknown,Steel Monkeys,,,,,,,, +/games/boxart/default.jpg,2 Days to Vegas,PC,Action,Unknown,Steel Monkeys,,,,,,,, +/games/boxart/default.jpg,2 Days to Vegas,PS3,Action,Unknown,Steel Monkeys,,,,,,,, +/games/boxart/full_4915150PALFrontccc.jpg,2 Games in 1: Finding Nemo & Finding Nemo: The Continuing Adventures,GBA,Action,THQ,Vicarious Visions / Altron,,,,,,,2005-10-21, +/games/boxart/full_3643246PALFrontccc.jpg,2 Games in 1: Finding Nemo & The Incredibles,GBA,Action,Unknown,Vicarious Visions / Helixe,,,,,,,2020-12-31, +/games/boxart/full_7801908PALFrontccc.jpg,2 Games in 1: LEGO Knights' Kingdom + Bionicle,GBA,Action,THQ,Razorback Developments / Mobius Entertainment,,,,,,,2005-05-31, +/games/boxart/full_2184197AmericaFrontccc.jpg,2Dark,PC,Action,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,3 Words: Summer,And,Action,Apprope,Unknown,,,,,,,2014-07-02, +/games/boxart/default.jpg,3-Demon,PC,Action,Unknown,PC Research Inc.,,,,,,,, +/games/boxart/full_6235374AmericaFrontccc.png,300: March to Glory,PSN,Action,Warner Bros. Interactive,Collision Studios,,,,,,,2009-09-30, +/games/boxart/full_3d-bug-attack_83AmericaFront.jpg,3D Bug Attack,PC,Action,Unknown,Webfoot Technologies,,,,,,,1999-09-01, +/games/boxart/full_3d-classics-twinbee_4AmericaFront.png,3D Classics: TwinBee,3DS,Action,Nintendo,Nintendo,6,,,,,,2011-09-22, +/games/boxart/full_3d-frog-frenzy_748AmericaFront.jpg,3D Frog Frenzy,PC,Action,Unknown,Webfoot Technologies,,,,,,,1999-01-01, +/games/boxart/default.jpg,3D Maze Man: Amazing Adventures,PC,Action,eGames,eGames,,,,,,,1998-01-01, +/games/boxart/default.jpg,3D Ms. Maze Tropical Adventures,PC,Action,Webfoot Technologies,Webfoot Technologies,,,,,,,1998-01-01, +/games/boxart/default.jpg,3rd Space Incursion,PC,Action,Unknown,TN Games,,,,,,,, +/games/boxart/full_6536311JapanFrontccc.jpg,3x3 Eyes: Juuma Houkan,SNES,Action,Banpresto,Banpresto,,,,,,,1995-12-22, +/games/boxart/default.jpg,4 Clues 1 Word,And,Action,Unknown,Unknown,,,,,,,2014-07-19, +/games/boxart/default.jpg,4 Get It,PC,Action,Unknown,Delphine Software International,,,,,,,, +/games/boxart/default.jpg,4 Pics 1 Word: Allegory,And,Action,Unknown,Unknown,,,,,,,2014-09-09, +/games/boxart/default.jpg,4 Pics 1 Word: Close Up,And,Action,Unknown,Unknown,,,,,,,2014-04-05, +/games/boxart/default.jpg,4 Pics Mystery: Evolution,And,Action,Unknown,Unknown,,,,,,,2014-05-12, +/games/boxart/default.jpg,4 Pics Mystery: Renaissance,And,Action,Unknown,Unknown,,,,,,,2014-06-03, +/games/boxart/default.jpg,4 Pics Mystery: Revolution,And,Action,Unknown,Unknown,,,,,,,2014-04-26, +/games/boxart/default.jpg,4 Pics Mystery: Variety,And,Action,Unknown,Unknown,,,,,,,2014-07-29, +/games/boxart/default.jpg,5 Elements Masters,PC,Action,Unknown,UltraFish,,,,,,,, +/games/boxart/full_9364912PALFrontccc.jpg,7 Blades,PS2,Action,Konami,Konami,,,,,,,2001-09-28, +/games/boxart/full_4513934AmericaFrontccc.jpg,8-Bit Commando,PC,Action,2DEngine.com,2DEngine.com,,,,,,,2014-06-02, +/games/boxart/full_7521136AmericaFrontccc.png,8bit Doves,And,Action,Nitrome,Nitrome,,,,,,,2014-08-26, +/games/boxart/default.jpg,9 The Dark Side,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-22, +/games/boxart/6115874ccc.jpg,A Boy and His Blob,DS,Action,Unknown,Skyworks Technologies,,,,,,,2020-12-31, +/games/boxart/full_8101940AmericaFrontccc.jpg,A Fading Melody,XBL,Action,Microsoft,Anchorcast,,,,,,,2009-03-20, +/games/boxart/full_a-nightmare-on-elm-street_307AmericaFront.jpg,A Nightmare on Elm Street,PC,Action,Unknown,Westwood Associates,,,,,,,1989-01-01, +/games/boxart/full_176215AmericaFrontccc.jpg,A Robots Conundrum,XBL,Action,Microsoft,The Riddler 24,,,,,,,2009-05-09, +/games/boxart/full_6324899AmericaFrontccc.jpg,A Valley Without Wind,OSX,Action,"Arcen Games, LLC","Arcen Games, LLC",,,,,,,2012-04-24,2019-04-21 +/games/boxart/full_6719322PALFrontccc.jpg,A Way Out,PC,Action,Electronic Arts,Hazelight,7.9,,,,,,2018-03-23,2018-03-24 +/games/boxart/full_2793887AmericaFrontccc.jpg,A Wizard's Odyssey,XBL,Action,Microsoft,SaratogaHC,,,,,,,2009-02-01, +/games/boxart/full_9252034AmericaFrontccc.jpg,A-Men,PSV,Action,Bloober Team,Bloober Team,,,,,,,2013-08-13,2019-07-15 +/games/boxart/9094652ccc.jpg,A-Sock-Ellipse Now!,PC,Action,Unknown,Astral Entertainment,,,,,,,2003-01-01, +/games/boxart/3038804ccc.jpg,A.P.B.,Lynx,Action,Atari,"Quicksilver Software, Inc",,,,,,,1991-01-01, +/games/boxart/5003447ccc.jpg,A/X-101,SCD,Action,Absolute Entertainment,Micronet,,,,,,,1994-01-01, +/games/boxart/4717915ccc.jpg,Aaargh,PC,Action,Arcadia Systems,Arcadia Systems,,,,,,,1988-01-01, +/games/boxart/full_2131049AmericaFrontccc.jpg,Aaargh!,PC,Action,Arcadia Systems,Arcadia Systems,,,,,,,1988-01-01, +/games/boxart/full_aah-impossible-rescue_784AmericaFront.jpg,Aah Impossible Rescue,XBL,Action,Microsoft,Robert Swan,,,,,,,2010-11-18, +/games/boxart/full_1124256AmericaFrontccc.jpg,Aaru's Awakening,PS4,Action,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/full_98179AmericaFrontccc.jpg,Aaru's Awakening,PS3,Action,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/full_1420670AmericaFrontccc.jpg,Aaru's Awakening,Linux,Action,Unknown,Unknown,,,,,,,2013-09-29, +/games/boxart/full_8426281AmericaFrontccc.jpg,Aaru's Awakening,OSX,Action,Unknown,Unknown,,,,,,,2013-09-29, +/games/boxart/full_3490355AmericaFrontccc.jpg,Aaru's Awakening,PC,Action,Unknown,Unknown,,,,,,,2013-09-29, +/games/boxart/full_461602JapanFrontccc.jpg,AbalaBurn,PS,Action,Takara,Takara,,,,,,,1998-08-20, +/games/boxart/full_aban-hawkins-amp-the-1000-spikes_346AmericaFront.jpg,Aban Hawkins & the 1000 SPIKES,XBL,Action,Microsoft,JPN 8bits fanatics,,,,,,,2011-01-18, +/games/boxart/full_abduction-action_7AmericaFront.jpg,Abduction Action!,XBL,Action,Unknown,Kris Steele,,,,,,,2010-04-18, +/games/boxart/full_4596207AmericaFrontccc.jpg,Abronium Party,XBL,Action,Microsoft,Mexond,,,,,,,2009-02-23, +/games/boxart/full_absolute-x_192PALFront.jpg,Absolute X,GB,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-08-03, +/games/boxart/default.jpg,Absolute Zero,PC,Action,Unknown,"Domark Software, Inc.",,,,,,,, +/games/boxart/default.jpg,Abuse,PC,Action,Unknown,Crack dot Com,,,,,,,, +/games/boxart/full_6263715AmericaFrontccc.png,Abyss,WiiU,Action,EnjoyUp Games,EnjoyUp Games,,,,,,,2014-05-01,2018-01-27 +/games/boxart/full_6075546JapanFrontccc.jpeg,Accel Knights 2: Full Throttle,3DS,Action,ArtePiazza,ArtePiazza,,,,,,,2014-07-20, +/games/boxart/full_3460381JapanFrontccc.jpg,Accelebrid,SNES,Action,Tomy Corporation,Genki,,,,,,,1993-11-26, +/games/boxart/default.jpg,Accordion Hero,PC,Action,Unknown,No.inc,,,,,,,, +/games/boxart/default.jpg,Ace Combat: Assault Horizon,3DS,Action,Namco Bandai Games,Project ACES,,,,,,,2015-02-13, +/games/boxart/full_5499553PALFrontccc.jpg,Ace Lightning,GBA,Action,BBC Multimedia,Tiertex Design Studios,,,,,,,2002-10-25, +/games/boxart/full_ace-lightning_891PALFront.jpg,Ace Lightning,PC,Action,BBC Multimedia,Gamezlab,,,,,,,2002-11-29, +/games/boxart/full_ace-lightning_358PALFront.jpg,Ace Lightning,PS2,Action,BBC Multimedia,Gamezlab,,,,,,,2003-03-14, +/games/boxart/full_ace-of-dynamites_517AmericaFront.jpg,Ace of Dynamites,XBL,Action,Microsoft,Fairy Engine LLC,,,,,,,2011-07-18, +/games/boxart/full_7644795JapanFrontccc.jpg,Acid,PS,Action,Taki,Taki,,,,,,,1999-07-08, +/games/boxart/8692376ccc.jpg,Action Fighter,MS,Action,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/default.jpg,Action Game: Tobeyo!! Dragon!,DSiW,Action,SilverStar,SilverStarJapan,,,,,,,2010-12-08, +/games/boxart/full_1471328PALFrontccc.jpg,Action Man: Destruction X,PS,Action,3DO,Blitz Games,,,,,,,2000-11-01, +/games/boxart/483885ccc.jpg,Action Man: Operation Extreme,PS,Action,Hasbro Interactive,Interactive Studios,,,,,,,2000-11-08, +/games/boxart/597927ccc.jpg,Action Man: Robot Atak,GBA,Action,Atari,Magic Pockets,,,,,,,2004-09-24, +/games/boxart/full_action-man-search-for-base-x_869AmericaFront.jpg,Action Man: Search for Base X,GB,Action,THQ,Natsume,,,,,,,2001-02-06, +/games/boxart/6308557ccc.jpg,Adiboo & Paziral's Secret,PS,Action,VU Games,Coktel Vision,,,,,,,2003-10-24, +/games/boxart/default.jpg,Advanced Dungeons & Dragons: Iron & Blood,PC,Action,Acclaim Entertainment,Acclaim,,,,,,,1997-01-07, +/games/boxart/3889628ccc.jpg,Advent Rising,PC,Action,Majesco,GlyphX Games,6.5,,,,,,2005-08-09, +/games/boxart/full_1041570JapanFrontccc.jpg,Adventure of Tokyo Disney,GBA,Action,Konami,Konami,,,,,,,2001-11-22, +/games/boxart/full_2859888AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,PC,Action,Little Orbit,Vicious Cycle,,,,,,,2015-10-20,2018-03-17 +/games/boxart/full_9276866AmericaFrontccc.jpg,Adventurer Pets HD,XBL,Action,Microsoft,arrogancy,,,,,,,2008-12-06, +/games/boxart/7889966ccc.jpg,Adventures in the Magic Kingdom,NES,Action,Capcom,Capcom,,,,,,,1990-06-01, +/games/boxart/7183229ccc.jpg,Adventures of Tom Sawyer,NES,Action,Seta Corporation,Seta Corporation,,,,,,,1989-08-01, +/games/boxart/322998ccc.jpg,Aerial Aces,GBA,Action,Unknown,Pipe Dream Interactive,,,,,,,2009-12-31, +/games/boxart/full_4086458AmericaFrontccc.jpg,Affordable Space Adventures,WiiU,Action,KnapNok Games,KnapNok Games,,,,,,,2015-01-01, +/games/boxart/default.jpg,African Trail Simulator,PC,Action,Unknown,Crom Software,,,,,,,1990-01-01, +/games/boxart/default.jpg,Afro Samurai 2,XOne,Action,Versus Evil,Redacted Studios,,,,,,,2015-10-01, +/games/boxart/default.jpg,Afro Samurai 2,PS4,Action,Versus Evil,Redacted Studios,,,,,,,2015-10-01, +/games/boxart/default.jpg,Afro Samurai 2,PC,Action,Versus Evil,Redacted Studios,,,,,,,2015-10-01, +/games/boxart/full_after-burner_8AmericaFront.jpg,After Burner,PC,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_after-burst_382JapanFront.jpg,After Burst,GB,Action,NCS,Dual,,,,,,,1990-10-26, +/games/boxart/default.jpg,Afterfall,PC,Action,Unknown,Intoxicate Interactive,,,,,,,, +/games/boxart/full_1092908AmericaFrontccc.jpg,Afterfall: InSanity,PC,Action,Unknown,ntoxicate Studios,,,,,,,2011-11-25, +/games/boxart/full_hammer-wars_2PALFront.jpg,Age of Hammer Wars,PSN,Action,Isquared Games,Dynamic Systems,,,,,,,2010-10-19, +/games/boxart/full_2541930PALFrontccc.jpg,Agent Armstrong,PS,Action,Virgin Interactive,King of the Jungle,,,,,,,1999-12-30, +/games/boxart/full_8148950PALFrontccc.jpg,Agent Hugo: Roborumble,GBA,Action,ITE Media,Program-Ace,,,,,,,2007-04-02, +/games/boxart/full_434350AmericaFrontccc.jpg,Agents of Mayhem,PC,Action,Deep Silver,Volition Inc.,,,,,,,2017-08-15,2018-06-24 +/games/boxart/full_2929756AmericaFrontccc.jpg,Aha! I Found it! Hidden Object Game,WW,Action,Ateam,Ateam,,,,,,,2010-01-25, +/games/boxart/5138637ccc.jpg,Air Cavalry,SNES,Action,CyberSoft,Synergistic Software,7,,,,,,1995-06-01, +/games/boxart/full_5412081AmericaFrontccc.jpg,Air Conflicts: Vietnam,PC,Action,bitComposer Games,Games Farm,,,,,,,2013-10-02, +/games/boxart/1974962ccc.jpg,Air Raiders,2600,Action,Mattel Interactive,Mattel,,,,,,,1982-01-01, +/games/boxart/full_7871306AmericaFrontccc.png,AiRace Xeno,3DS,Action,Qubic Games,Qubic Games,,,,,,,2014-06-12, +/games/boxart/full_airborne-ranger_414AmericaFront.jpg,Airborne Ranger,PC,Action,Microprose,"MicroProse Software, Inc.",,,,,,,1988-01-01, +/games/boxart/default.jpg,Airburst,XBL,Action,Unknown,Strange Flavour,,,,,,,, +/games/boxart/full_8883193AmericaFrontccc.jpg,AirMech Arena,X360,Action,Ubisoft,Ubisoft,,,,,,,2014-10-01, +/games/boxart/full_3119304AmericaFrontccc.png,AirMech Arena,PS4,Action,Ubisoft,Ubisoft,,,,,,,2015-05-05, +/games/boxart/full_5243646AmericaFrontccc.jpg,AirMech Arena,XOne,Action,Ubisoft,Ubisoft,,,,,,,2015-05-12, +/games/boxart/full_6875471PALFrontccc.jpg,Aironauts,PS,Action,Red Storm Entertainment,Red Lemon Studios,,,,,,,1999-08-01, +/games/boxart/7976794ccc.jpg,Airwolf,NES,Action,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1989-06-01, +/games/boxart/full_alan-wake_911AmericaFront.jpg,Alan Wake,XBL,Action,Microsoft Game Studios,Remedy Entertainment,,,,,,,2010-11-23,2018-10-01 +/games/boxart/full_9129815AmericaFrontccc.jpg,Alekhine's Gun,XOne,Action,Maximum Games,Maximum Games,,,,,,,2016-03-01,2018-08-01 +/games/boxart/full_3253372AmericaFrontccc.jpg,Alekhine's Gun,PS4,Action,Maximum Games,Maximum Games,,,,,,,2016-03-01,2018-08-01 +/games/boxart/full_4352697AmericaFrontccc.jpg,Alekhine's Gun,PC,Action,Maximum Games,Maximum Games,,,,,,,2016-03-01,2018-08-01 +/games/boxart/6796674ccc.jpg,Alex Rider: Stormbreaker,GBA,Action,THQ,Razorback Developments,,,,,,,2006-10-02, +/games/boxart/full_alf_2AmericaFront.jpg,ALF,MS,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_alf-the-first-adventure_806AmericaFront.jpg,ALF: The First Adventure,PC,Action,Unknown,Unknown,,,,,,,1987-01-01, +/games/boxart/full_4505295PALFrontccc.jpg,Alfred Chicken,PS,Action,Sony Computer Entertainment,Mobius Entertainment,,,,,,,2002-04-12, +/games/boxart/full_aliants-the-desperate-battle-for-earth_697PALFront.jpg,Aliants: The Desperate Battle For Earth!,PC,Action,Unknown,"Starsoft Development Laboratories, Inc.",,,,,,,, +/games/boxart/full_4277603AmericaFrontccc.jpg,Alien,ZXS,Action,Sega-AM7,Concept Software,,,,,,,1984-01-01, +/games/boxart/full_6720521AmericaFrontccc.jpg,Alien,ACPC,Action,Sega AM7,Concept Software,,,,,,,1985-01-01, +/games/boxart/5725982ccc.jpg,Alien 3,GB,Action,LJN,Bits Studios,,,,,,,1993-01-01, +/games/boxart/full_2550217PALFrontccc.jpg,Alien 3,Amig,Action,Virgin Games,Bits Studios,,,,,,,1992-01-01, +/games/boxart/full_6708829PALFrontccc.gif,Alien Blobs,DS,Action,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_9637408PALFrontccc.jpg,Alien Blobs,Wii,Action,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_2344883AmericaFrontccc.jpg,Alien Breed,PC,Action,MicroLeague,Audio Visual Magic,,,,,,,1993-01-01, +/games/boxart/7165272ccc.jpg,Alien Brigade,7800,Action,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_5838436AmericaFrontccc.jpg,Alien Encounters,XBL,Action,Microsoft,Star Gaming Network,,,,,,,2009-09-28, +/games/boxart/default.jpg,Alien Havoc,DSiW,Action,Unknown,Creat Studios,,,,,,,, +/games/boxart/full_7487351AmericaFrontccc.png,Alien Havoc,PSN,Action,Creat Studio,Creat Studios,,,,,,,2009-10-01, +/games/boxart/full_9975553AmericaFrontccc.jpg,Alien Storm,GEN,Action,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_7452987AmericaFrontccc.jpg,Alien Storm,VC,Action,Sega,Sega,,,,,,,2007-12-17, +/games/boxart/full_7402727PALFrontccc.jpg,Alien Storm,MS,Action,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_alien-storm_649AmericaFront.jpg,Alien Storm,PC,Action,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_4434033PALFrontccc.jpg,Alien Syndrome,GG,Action,Sega,SIMS,,,,,,,1992-01-01, +/games/boxart/3659801ccc.jpg,Alien Syndrome,NES,Action,Sunsoft,Tengen,,,,,,,1988-01-01, +/games/boxart/844241ccc.jpg,Alien vs. Predator,SNES,Action,Activision,Activision,,,,,,,1993-09-01, +/games/boxart/full_alien-vs-predator-the-last-of-his-clan_204AmericaFront.jpg,Alien vs. Predator: The Last of His Clan,GB,Action,Activision,ASK,,,,,,,1993-11-01, +/games/boxart/full_4043753AmericaFrontccc.jpg,Aliens in the Attic,PC,Action,Playlogic Game Factory,Playlogic Game Factory,,,,,,,2009-07-28, +/games/boxart/full_84735AmericaFrontccc.jpg,Aliens in the Attic,PS2,Action,Playlogic Game Factory,Playlogic Game Factory,,,,,,,2009-07-28, +/games/boxart/full_aliens-thanatos-encounter_38AmericaFront.jpg,Aliens: Thanatos Encounter,GB,Action,THQ,Crawfish Interactive,,,,,,,2001-03-30, +/games/boxart/default.jpg,Aliens: The Computer Game,ZXS,Action,Electric Dreams Software,Activision,,,,,,,1987-01-01, +/games/boxart/full_5595953AmericaFrontccc.jpg,Aliens: The Computer Game (Activision),ACPC,Action,Electric Dreams Software,Activision,,,,,,,1987-01-01,2018-01-06 +/games/boxart/default.jpg,Alive & Undead,PSN,Action,Unknown,Shortfuse Games,,,,,,,, +/games/boxart/full_4482601AmericaFrontccc.jpg,All Aspect Warfare,PC,Action,3000AD,3000AD,,,,,,,2009-08-17, +/games/boxart/default.jpg,All Guess The Cartoon,And,Action,Unknown,Unknown,,,,,,,2014-07-19, +/games/boxart/full_all-the-bad-parts_864AmericaFront.jpg,All the Bad Parts,XBL,Action,Microsoft,Ben Cook,,,,,,,2011-08-28, +/games/boxart/full_641112PALFrontccc.jpg,Allied Ace Pilots,DS,Action,Ghostlight,Ghostlight,,,,,,,2009-10-30, +/games/boxart/full_345110AmericaFrontccc.png,ALONE...,And,Action,Laser Dog,Laser Dog,,,,,,,2014-08-27,2018-08-10 +/games/boxart/default.jpg,Alpha Arcanus,PSN,Action,Unknown,Acquire,,,,,,,, +/games/boxart/full_1934759AmericaFrontccc.jpg,Alpha Zylon,PC,Action,Strategy First,Team 6 Games Studio,,,,,,,2007-12-19, +/games/boxart/8834868ccc.gif,Altered Beast,GEN,Action,Sega,Sega,,,,,,,1989-08-14, +/games/boxart/full_7414023AmericaFrontccc.jpg,Altered Beast,VC,Action,Sega,Sega,,,,,,,2006-11-19, +/games/boxart/2811631ccc.jpg,Altered Beast,MS,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_2190190AmericaFrontccc.jpg,Altered Beast,XBL,Action,Sega,Sega / Backbone Entertainment,,,,,,,2009-06-10, +/games/boxart/full_2863963PALFrontccc.jpg,Altered Beast,PS2,Action,Unknown,Wow Entertainment,,,,,,,, +/games/boxart/full_altered-beast_56AmericaFront.jpg,Altered Beast,PC,Action,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/full_altered-beast_364AmericaFront.jpg,Altered Beast,PSN,Action,Sega,Sega,,,,,,,2011-09-06, +/games/boxart/default.jpg,Altered Beast (Arcade),VC,Action,Sega,Sega,,,,,,,2009-09-28, +/games/boxart/full_3350423AmericaFrontccc.jpg,Altitude,PC,Action,Nimbly Games,Nimbly Games,,,,,,,2009-12-04, +/games/boxart/2801492ccc.jpg,Amazing Penguin,GB,Action,Natsume,Natsume,,,,,,,1990-12-01, +/games/boxart/1681043ccc.jpg,American Conquest: Divided Nation,PC,Action,CDV Software Entertainment,Unknown,,,,,,,2006-02-27, +/games/boxart/5893685ccc.jpg,American McGee presents Bad Day LA,PC,Action,Aspyr,Enlight Software,,,,,,,2006-09-06, +/games/boxart/full_american-mcgees-alice_460AmericaFront.jpg,American McGee's Alice,PSN,Action,Electronic Arts,Rogue Entertainment,,,,,,,2011-06-14, +/games/boxart/full_american-mcgees-alice_261AmericaFront.jpg,American McGee's Alice,XBL,Action,Electronic Arts,Rogue Entertainment,,,,,,,2011-06-15, +/games/boxart/full_amida_436JapanFront.jpg,Amida,GB,Action,Coconuts Japan,Sofix,,,,,,,1990-10-23, +/games/boxart/full_2420099AmericaFrontccc.png,Amida's Path,DS,Action,Collavier Corporation,Collavier Corporation,,,,,,,2014-08-14,2018-08-06 +/games/boxart/8301058ccc.jpg,Amidar,2600,Action,Parker Bros.,Konami,,,,,,,1982-01-01, +/games/boxart/full_amnesia-the-dark-descent_482AmericaFront.jpg,Amnesia: The Dark Descent,PC,Action,Unknown,Frictional Games,8.7,,,,,,2010-09-08, +/games/boxart/full_amy_858AmericaFront.jpg,AMY,PSN,Action,Lexis Numerique,VectorCell,,,,,,,2012-01-17, +/games/boxart/full_amy_645AmericaFront.jpg,AMY,XBL,Action,Lexis Numerique,VectorCell,,,,,,,2012-01-11, +/games/boxart/default.jpg,AMY,PC,Action,Lexis Numerique,VectorCell,,,,,,,2020-12-31, +/games/boxart/default.jpg,An Elder Scrolls Legend: Battlespire,PC,Action,Unknown,Bethesda Softworks LLC,,,,,,,, +/games/boxart/full_4242823AmericaFrontccc.jpg,Angle of Attack,PC,Action,3000AD,3000AD,,,,,,,2009-08-10, +/games/boxart/full_8555721AmericaFrontccc.jpg,Angry Barry,XBL,Action,Microsoft,arrogancy,,,,,,,2009-05-29, +/games/boxart/default.jpg,Angry Birds Space,PC,Action,Focus,Rovio Mobile,,,,,,,2012-05-10, +/games/boxart/full_angry-fish_223AmericaFront.jpg,Angry Fish,XBL,Action,Microsoft,Frozen Software,,,,,,,2011-09-16, +/games/boxart/full_1138958JapanFrontccc.jpg,Animal Yokochou: Doki*Doki Kyuushutsu Daisakusen! no Maki,GBA,Action,Konami,Konami,,,,,,,2005-12-22, +/games/boxart/full_5412855JapanFrontccc.jpg,Animal Yokochou: Doki*Doki Shinkyuu Shiken! no Kan,GBA,Action,Konami,Konami,,,,,,,2006-05-18, +/games/boxart/9262560ccc.jpg,"Animaniacs: Lights, Camera, Action!",GBA,Action,Ignition Entertainment,Ignition Entertainment - Warthog,,,,,,,2005-08-12, +/games/boxart/full_9962966JapanFrontccc.jpg,Annet Futatabi,SCD,Action,Wolf Team,Wolf Team,,,,,,,1993-03-30, +/games/boxart/default.jpg,ANONYMOUS NOTES CHAPTER 4 - FROM THE ABYSS,DSi,Action,Unknown,Unknown,,,,,,,, +/games/boxart/full_antz_4AmericaFront.jpg,Antz,GB,Action,Atari,CLCE & Planet,,,,,,,1999-10-01, +/games/boxart/full_7108428JapanFrontccc.jpg,Ao Zora to Nakama Tachi - Yume no Bouken,PS,Action,MTO,MTO,,,,,,,2003-11-13, +/games/boxart/full_6814886JapanFrontccc.jpg,Ao Zora to Nakama Tachi - Yume no Bouken,GBA,Action,MTO,MTO,,,,,,,2002-12-13, +/games/boxart/full_blue-blink_2JapanFront.jpg,Aoi Blink,PCE,Action,Hudson Soft,West One,,,,,,,1990-04-27, +/games/boxart/full_1464597JapanFrontccc.jpg,Aoi Hagane no Kihei: Space Griffon,DC,Action,Panther Software,Panther Software,4,,,,,,1999-11-03, +/games/boxart/full_apex_825AmericaFront.jpg,Apex,XBL,Action,Microsoft,Riddlersoft,,,,,,,2011-09-07, +/games/boxart/default.jpg,Apotheon,PC,Action,AlienTrap Games,Unknown,,,,,,,2015-02-03, +/games/boxart/default.jpg,Apotheon,Linux,Action,AlienTrap Games,Unknown,,,,,,,2015-02-03, +/games/boxart/default.jpg,Apotheon,OSX,Action,AlienTrap Games,Unknown,,,,,,,2015-02-03, +/games/boxart/default.jpg,AR Combat DigiQ: Tomodachi Senshatai,PSV,Action,Konami,Konami,,,,,,,2011-12-17, +/games/boxart/full_arashi-no-yoruni_6JapanFront.jpg,Arashi no Yoruni,DS,Action,TDK Core,TDK Core,,,,,,,2005-12-22, +/games/boxart/full_9846251JapanFrontccc.jpg,Arcade Hits: Crazy Climber,PS,Action,Hamster Corporation,Nichibutsu,,,,,,,2002-05-23, +/games/boxart/default.jpg,Archon: Classic,WW,Action,Unknown,React Games,,,,,,,, +/games/boxart/full_6989070AmericaFrontccc.png,Are You a Dodo?,And,Action,Chillingo,Chillingo,,,,,,,2014-06-18, +/games/boxart/full_4073801AmericaFrontccc.jpg,Ariel: The Little Mermaid,GG,Action,Sega,Blue Sky Software,,,,,,,1992-01-01, +/games/boxart/full_424718AmericaFrontccc.jpg,Arkadian Warriors,XBL,Action,Sierra Online,Wanako Studios,4.9,,,,,,2007-12-12, +/games/boxart/6585551ccc.jpg,Arkista´s Ring,NES,Action,American Sammy,Sammy,,,,,,,1989-01-01, +/games/boxart/full_110284JapanFrontccc.jpg,Armored Trooper Votoms: Lightning Slash,PS,Action,Takara,Takara,,,,,,,1999-03-18, +/games/boxart/full_army-corps-of-hell_78AmericaFront.jpg,Army Corps of Hell,PSV,Action,Square Enix,"Entersphere, Inc.",,,,,,,2012-02-22, +/games/boxart/full_5901830AmericaFrontccc.jpg,Army Men,GB,Action,3DO,Digital Eclipse,,,,,,,2000-02-29, +/games/boxart/full_army-men-2_9AmericaFront.jpg,Army Men 2,GB,Action,3DO,Digital Eclipse,,,,,,,2000-02-01, +/games/boxart/full_6382211PALFrontccc.jpg,Army Men: Air Attack,PC,Action,3DO,Aqua Pacific,,,,,,,2001-06-22, +/games/boxart/9261631ccc.jpg,Army Men: Air Combat,GB,Action,3DO,Fluid Studios,,,,,,,2000-11-01, +/games/boxart/full_6631359AmericaFrontccc.jpg,Army Men: Air Tactics,PC,Action,3DO,3DO,,,,,,,2000-03-08, +/games/boxart/full_7032444PALFrontccc.jpg,Army Men: Sarge's Heroes,PC,Action,3DO,Aqua Pacific,,,,,,,2000-12-15, +/games/boxart/6253534ccc.jpg,Army Men: Sarge's Heroes 2,GB,Action,3DO,Game Brains,,,,,,,2000-11-01, +/games/boxart/full_1189516AmericaFrontccc.jpg,Army Men: Toys in Space,PC,Action,3DO,3DO,,,,,,,1999-10-13, +/games/boxart/1425452ccc.jpg,Army Men: World War,PS,Action,3DO,Unknown,,,,,,,2000-02-29, +/games/boxart/full_5176830AmericaFrontccc.jpg,Army Men: World War,PC,Action,3DO,3DO,,,,,,,2000-05-30, +/games/boxart/full_arons-journey-in-dreamland_892AmericaFront.jpg,Aron's Journey in Dreamland,XBL,Action,Microsoft,Meruvia Game Studio,,,,,,,2011-09-11, +/games/boxart/full_assassins-creed_382AmericaFront.jpg,Assassin's Creed,PSN,Action,Ubisoft,Ubisoft Montreal,8.4,,,,,,2011-04-12, +/games/boxart/default.jpg,Assassin's Creed Chronicles: India,PS4,Action,Ubisoft,Unknown,,,,,,,2016-01-12, +/games/boxart/default.jpg,Assassin's Creed Chronicles: India,XOne,Action,Ubisoft,Unknown,,,,,,,2016-01-12, +/games/boxart/full_7136003AmericaFrontccc.jpg,Assassin's Creed Chronicles: India,PC,Action,Ubisoft,Unknown,,,,,,,2016-01-12, +/games/boxart/default.jpg,Assassin's Creed Chronicles: Russia,XOne,Action,Ubisoft,Unknown,,,,,,,2016-02-09, +/games/boxart/default.jpg,Assassin's Creed Chronicles: Russia,PS4,Action,Ubisoft,Unknown,,,,,,,2016-02-09, +/games/boxart/default.jpg,Assassin's Creed Chronicles: Russia,PC,Action,Ubisoft,Unknown,,,,,,,2016-02-09, +/games/boxart/full_assassins-creed-2_3AmericaFront.jpg,Assassin's Creed II,XBL,Action,Ubisoft,Ubisoft Montreal,9.2,,,,,,2010-09-28, +/games/boxart/full_390385AmericaFrontccc.jpg,Assassin's Creed II: Battle of Forlì,XBL,Action,Ubisoft,Ubisoft Montreal,6.2,,,,,,2010-01-28, +/games/boxart/full_7738929AmericaFrontccc.jpg,Assassin's Creed II: Battle of Forlì,PSN,Action,Ubisoft,Ubisoft Montreal,7.4,,,,,,2010-01-28, +/games/boxart/full_458505AmericaFrontccc.jpg,Assassin's Creed II: Bonfire of the Vanities,XBL,Action,Ubisoft,Ubisoft Montreal,6.7,,,,,,2010-02-18, +/games/boxart/full_580575AmericaFrontccc.jpg,Assassin's Creed II: Bonfire of the Vanities,PSN,Action,Ubisoft,Ubisoft Montreal,7.4,,,,,,2010-02-18, +/games/boxart/full_assassins-creed-ii-deluxe-edition_637AmericaFront.jpg,Assassin's Creed II: Deluxe Edition,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-02-01, +/games/boxart/full_8714513AmericaFrontccc.png,Assassin's Creed: Bloodlines,PSN,Action,Ubisoft,Griptonite Games,6.3,,,,,,2009-11-19, +/games/boxart/full_assassins-creed-brotherhood_189AmericaFront.jpg,Assassin's Creed: Brotherhood,PSN,Action,Ubisoft,Ubisoft Montreal,8.9,,,,,,2011-07-12, +/games/boxart/full_assassins-creed-brotherhood-the-da-vinci-disappearance_786AmericaFront.jpg,Assassin's Creed: Brotherhood - The Da Vinci Disappearance,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-03-08, +/games/boxart/full_assassins-creed-brotherhood-the-da-vinci-disappearance_77AmericaFront.jpg,Assassin's Creed: Brotherhood - The Da Vinci Disappearance,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-03-08, +/games/boxart/default.jpg,Assassin's Creed: Lost Legacy,3DS,Action,Unknown,Ubisoft,,,,,,,, +/games/boxart/default.jpg,Assassin's Creed: Revelations - Ancestors Character Pack,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-12-13, +/games/boxart/default.jpg,Assassin's Creed: Revelations - Ancestors Character Pack,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-12-13, +/games/boxart/full_9218847AmericaFrontccc.jpg,Assault Heroes,PC,Action,Vivendi Games,Wanako Studios,,,,,,,2007-10-30, +/games/boxart/7866978ccc.jpg,Assault Righs,PS,Action,Psygnosis,Psygnosis,,,,,,,1996-02-01, +/games/boxart/full_2537138AmericaFrontccc.jpg,Assault Rigs,PC,Action,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Assault Wing: Galactic Battlefront,PC,Action,Unknown,Studfarm Studios,,,,,,,, +/games/boxart/default.jpg,Astebreed,PC,Action,Edelweiss,Edelweiss,,,,,,,2014-05-30,2018-01-06 +/games/boxart/full_3210306PALFrontccc.jpg,Asterix,PS,Action,Infogrames,Sourcery,,,,,,,1999-03-01, +/games/boxart/full_6231218PALFrontccc.jpg,Asterix,NES,Action,Infogrames,Bit Managers,,,,,,,1993-01-01, +/games/boxart/full_9211982PALFrontccc.jpg,Asterix & Obelix: Bash Them All!,GBA,Action,Infogrames,Bit Managers,,,,,,,2002-01-25, +/games/boxart/520261ccc.jpg,Asterix & Obelix Take on Caesar,PS,Action,Cryo Interactive,Cryo Interactive,,,,,,,2000-06-01, +/games/boxart/full_1966534PALFrontccc.jpg,Asterix & Obelix XXL,GC,Action,Atari,Etranges Libellules,,,,,,,2004-06-18, +/games/boxart/full_asterix-ampamp-obelix-xxl_631PALFront.jpg,Asterix & Obelix XXL,GBA,Action,Atari,Velez & Dubail,,,,,,,2004-06-18, +/games/boxart/full_asterix-amp-obelix-xxl_767PALFront.jpg,Asterix & Obelix XXL,PC,Action,Atari,Etranges Libellules,,,,,,,2004-06-18, +/games/boxart/full_9588085PALFrontccc.jpg,Asterix & Obelix XXL2: Mission: Las Vegum,PC,Action,Atari,Etranges Libellules,,,,,,,2005-10-16, +/games/boxart/full_7737516PALFrontccc.jpg,Asterix & Obelix XXL2: Mission: Las Vegum,PS2,Action,Atari,Etranges Libellules,,,,,,,2006-06-30, +/games/boxart/full_8432657AmericaFrontccc.png,Astro Boy: The Video Game,PSN,Action,D3 Publisher,iMAGi Studios,7,,,,,,2009-10-14, +/games/boxart/7184783ccc.jpg,Astro Chase,5200,Action,Parker Bros.,First Star Software,,,,,,,1983-06-01, +/games/boxart/full_6483337AmericaFrontccc.jpg,Astro Drop,And,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2012-06-06, +/games/boxart/default.jpg,Astro Fire,PC,Action,Unknown,ORT Software,,,,,,,1994-04-29, +/games/boxart/full_7060552AmericaFrontccc.png,"Astro Junk: It's Space, Garbage and Rapid Fire Fun!",PC,Action,"GamesCafe, Inc.","Unicorn Labs, LLC.",,,,,,,2006-08-21, +/games/boxart/default.jpg,Astro Plumber,PC,Action,Unknown,Blue Ribbon Software Ltd.,,,,,,,, +/games/boxart/full_4312379AmericaFrontccc.jpg,Astrochase,2600,Action,Unknown,Parker Bros.,,,,,,,, +/games/boxart/4149185ccc.jpg,Astyanax,NES,Action,Jaleco,Jaleco Entertainment,,,,,,,1990-03-01, +/games/boxart/full_atomic-city-adventures-the-case-of-the-black-dragon_724AmericaFront.jpg,Atomic City Adventures - The Case of the Black Dragon,PC,Action,Unknown,Windstorm Studios,,,,,,,2011-08-15, +/games/boxart/5407892ccc.jpg,Attack of the Killer Tomatoes,GB,Action,THQ,THQ,,,,,,,1992-01-01, +/games/boxart/full_attack-of-the-killer-tomatoes_8AmericaFront.jpg,Attack of the Killer Tomatoes,NES,Action,THQ,Imagineering Inc.,,,,,,,1992-01-01, +/games/boxart/1122339ccc.jpg,Attack of the Mutant Penguins,AJ,Action,Atari,Sunrise Games Ltd.,,,,,,,1996-03-01, +/games/boxart/full_425890AmericaFrontccc.jpg,Attack of the Saucerman!,PC,Action,Psygnosis,Psygnosis,,,,,,,1999-01-01, +/games/boxart/default.jpg,ATV Offroad Fury 4 Pro,PSP,Action,Climax,Unknown,,,,,,,2008-06-20, +/games/boxart/full_aufruhr-im-zoo_296PALFront.jpg,Aufruhr im Zoo,2600,Action,Quelle,Quelle,,,,,,,1983-01-01, +/games/boxart/full_5460796AmericaFrontccc.jpg,Aura-Aura Climber,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-02-22, +/games/boxart/full_aurelia_94AmericaFront.jpg,Aurelia,XBL,Action,Microsoft,DUALHAZE,,,,,,,2010-09-23, +/games/boxart/full_austin-powers-oh-behave_879AmericaFront.jpg,"Austin Powers: Oh, Behave!",GB,Action,Rockstar Games,Tarantula Studios,,,,,,,2000-09-17, +/games/boxart/full_austin-powers-welcome-to-my-underground-lair_602AmericaFront.jpg,Austin Powers: Welcome To My Underground Lair!,GB,Action,Rockstar Games,Tarantula Studios,,,,,,,2000-09-18, +/games/boxart/full_avatar-ninja_9AmericaFront.jpg,Avatar Ninja!,XBL,Action,Microsoft,Milkstone Studios,,,,,,,2010-05-15, +/games/boxart/full_avatar-ninja-2_535AmericaFront.jpg,Avatar Ninja! 2,XBL,Action,Microsoft,Milkstone Studios S.L.,,,,,,,2011-07-07, +/games/boxart/full_1222876AmericaFrontccc.jpg,Avatar Run,XBL,Action,Microsoft,R3dDr4g0n,,,,,,,2010-01-02, +/games/boxart/full_avatar-running_252AmericaFront.jpg,Avatar Running,XBL,Action,Microsoft,AloneSoft,,,,,,,2011-08-29, +/games/boxart/full_8613217AmericaFrontccc.jpg,Avatar: The Last Airbender - The Burning Earth,GBA,Action,THQ,Halfbrick Studios,,,,,,,2007-10-16, +/games/boxart/full_2499610AmericaFrontccc.jpg,Avatar: The Last Airbender - The Burning Earth,XBL,Action,THQ,THQ Australia,,,,,,,2010-03-23, +/games/boxart/full_6646156PALFrontccc.jpeg,Awakening: The Black Tree,PC,Action,Astragon,Unknown,,,,,,,2015-09-30, +/games/boxart/full_6206910AmericaFrontccc.jpg,Awesome Tank,XBL,Action,Microsoft,UberGeekGames,,,,,,,2009-04-05, +/games/boxart/default.jpg,Aworg (MN),GEN,Action,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_1631589AmericaFrontccc.jpg,Ax Battler: A Legend of Golden Axe,GG,Action,Sega,Aspect,,,,,,,1991-01-01, +/games/boxart/default.jpg,Axiom Verge,WiiU,Action,Thomas Happ Games,Thomas Happ Games,,,,,,,2017-01-01, +/games/boxart/default.jpg,Axiom Verge,XOne,Action,Thomas Happ Games,Thomas Happ Games,,,,,,,2017-01-01, +/games/boxart/full_5874658JapanFrontccc.jpg,Azarashi Sentai Inazuma: Doki Doki Daisakusen!?,GB,Action,Omega Products,Omega Products,,,,,,,2002-03-29, +/games/boxart/full_1867975AmericaFrontccc.jpg,Azrael's Tear,PC,Action,Mindscape,Intelligent Games,,,,,,,1996-09-30, +/games/boxart/full_aztec-adventure_8AmericaFront.jpg,Aztec Adventure,MS,Action,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/default.jpg,Aztec Ball,PC,Action,Alexey Saenko,Alexey Saenko,,,,,,,2007-01-17, +/games/boxart/full_4335721AmericaFrontccc.png,Azure Striker Gunvolt 2,3DS,Action,Inti Creates,Inti Creates,8.3,,,,,,2016-09-29,2018-11-25 +/games/boxart/full_b-team-episode-2-ice-amp-venom_771AmericaFront.jpg,B Team - Episode 2: Ice & Venom,DSiW,Action,Unknown,Subdued SoftwareSubdued Software,,,,,,,2011-08-04, +/games/boxart/6038818ccc.jpg,B.O.B.,GEN,Action,Electronic Arts,Chris Gray Enterprises,,,,,,,1993-01-01, +/games/boxart/full_babe-and-friends_785AmericaFront.jpg,Babe and Friends,GB,Action,Crave Entertainment,Aqua Pacific,,,,,,,1999-11-30, +/games/boxart/default.jpg,Baby Jo in Going Home,PC,Action,Unknown,Loriciels,,,,,,,, +/games/boxart/full_1739108AmericaFrontccc.jpg,Bachelor Party,2600,Action,Mystique,Mystique,,,,,,,1982-01-01, +/games/boxart/full_2296347AmericaFrontccc.jpg,Bachelorette Party/Burning Desire,2600,Action,Playaround,Playaround,,,,,,,1982-01-01, +/games/boxart/default.jpg,Bachindaa,Wii,Action,Unknown,Magic Bear Cats,,,,,,,, +/games/boxart/9204777ccc.jpg,Back to the Future,NES,Action,LJN,Beam Software,,,,,,,1989-09-01, +/games/boxart/full_back-to-the-future-ii_1PALFront.jpg,Back to the Future Part II,MS,Action,Imageworks,Mirrorsoft,,,,,,,1990-01-01, +/games/boxart/full_back-to-the-future-part-ii_2AmericaFront.jpg,Back to the Future Part II,PC,Action,Imageworks,Images Ltd,,,,,,,1990-01-01, +/games/boxart/full_back-to-the-future-iii_6PALFront.jpg,Back to the Future Part III,MS,Action,Imageworks,Mirrorsoft,,,,,,,1993-01-01, +/games/boxart/5462867ccc.jpg,Back to the Future Part III,GEN,Action,Arena Entertainment,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_back-to-the-future-part-iii_4AmericaFront.jpg,Back to the Future Part III,PC,Action,Unknown,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_3150887AmericaFrontccc.jpg,Bad Atom Episode 1,XBL,Action,Microsoft,kstrat2001,,,,,,,2008-11-15, +/games/boxart/full_bad-batsumaru_9JapanFront.jpg,Bad Batsumaru: Robo Battle,GB,Action,Imagineer,Imagineer,,,,,,,2001-08-10, +/games/boxart/full_bad-dudes_275AmericaFront.jpg,Bad Dudes,NES,Action,Data East,Data East,,,,,,,1990-07-01, +/games/boxart/full_5778727AmericaFrontccc.jpg,Bad Piggies,WinP,Action,Rovio Mobile,Rovio Mobile,,,,,,,2013-01-01, +/games/boxart/full_4136684AmericaFrontccc.jpg,Bad Piggies,OSX,Action,Rovio Mobile,Rovio Mobile,,,,,,,2012-09-27, +/games/boxart/full_bad-street-brawler_541AmericaFront.jpg,Bad Street Brawler,NES,Action,Mattel Interactive,Beam Software,,,,,,,1989-09-01, +/games/boxart/full_bad-street-brawler_5AmericaFront.jpg,Bad Street Brawler,PC,Action,Mindscape,Beam Software,,,,,,,1987-01-01, +/games/boxart/full_1583837AmericaFrontccc.jpg,BADLAND,And,Action,Frogmind,Frogmind,,,,,,,2013-12-10,2019-04-08 +/games/boxart/full_439956AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,WiiU,Action,Frogmind,Frogmind,,,,,,,2015-07-30,2019-04-08 +/games/boxart/full_7061030AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,XOne,Action,Frogmind,Frogmind,,,,,,,2015-05-29,2019-04-08 +/games/boxart/full_7400295AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PS3,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 +/games/boxart/full_5738353AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PS4,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 +/games/boxart/full_6059058AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PSV,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 +/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_8AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,PSN,Action,Activision,Now Production,,,,,,,2010-10-26, +/games/boxart/full_4741667JapanFrontccc.jpg,Bakuten Shoot Beyblade,GB,Action,Broccoli,Rokumendo,,,,,,,2001-07-27, +/games/boxart/default.jpg,Bakuten Shoot Beyblade 2002 : Daichi Version / Takao Version,GBA,Action,Broccoli,Al,,,,,,,2002-12-06, +/games/boxart/full_170656JapanFrontccc.jpg,Bakuten Shoot Beyblade 2002: Beybattle Tournament 2,PS,Action,Takara,Takara,,,,,,,2002-08-01, +/games/boxart/full_bakuten-shoot-beyblade-gekitou-saikyou-blade_8JapanFront.jpg,Bakuten Shoot Beyblade: Gekitou! Saikyou Blade,GBA,Action,Broccoli,Al,,,,,,,2001-12-06, +/games/boxart/full_9514945JapanFrontccc.jpg,Bakuto Dochers,SNES,Action,Bullet Proof Software,Bullet Proof Software,,,,,,,1994-10-28, +/games/boxart/full_2313826PALFrontccc.jpg,Ball Jacks,GEN,Action,Namco,Namco,,,,,,,1993-01-01, +/games/boxart/9126099ccc.jpg,Ballblazer,7800,Action,Atari,General Computer Corp.,,,,,,,1988-01-01, +/games/boxart/2358321ccc.jpg,Ballblazer,5200,Action,Atari,Lucasfilm Games,,,,,,,1984-03-01, +/games/boxart/full_2704447JapanFrontccc.jpg,Ballblazer,NES,Action,Pony Canyon,Lucasfilm Games,,,,,,,1988-03-04, +/games/boxart/full_ballochet_780AmericaFront.jpg,Ballochet,XBL,Action,Microsoft,MindsEdge,,,,,,,2011-07-21, +/games/boxart/full_7623594JapanFrontccc.jpg,Balloon Fight GB,GB,Action,Nintendo,Pax Softonica,,,,,,,2000-07-31, +/games/boxart/full_8278184AmericaFrontccc.jpg,Balrum,PC,Action,Balcony Team,Unknown,,,,,,,2016-02-29, +/games/boxart/default.jpg,Bank Escape,And,Action,Unknown,Unknown,,,,,,,2014-10-05, +/games/boxart/full_9335729PALFrontccc.jpg,Barbarian,PC,Action,Palace Software,Psygnosis,,,,,,,1989-01-01, +/games/boxart/default.jpg,Barbie and Her Sisters Puppy Rescue,X360,Action,Little Orbit,Little Orbit,,,,,,,2015-11-03, +/games/boxart/full_1423039AmericaFrontccc.jpg,Barbie Beach Vacation,PC,Action,Vivendi Games,Krome Studios,,,,,,,2001-10-03, +/games/boxart/default.jpg,Barbie Dreamhouse Party,DS,Action,Namco Bandai Games,Unknown,,,,,,,2014-02-14, +/games/boxart/default.jpg,Barbie Dreamhouse Party,Wii,Action,Namco Bandai Games,Unknown,,,,,,,2014-02-14, +/games/boxart/9792097ccc.jpg,Barbie Fashion Pack,GB,Action,Mattel Interactive,Hyperspace Cowgirls,,,,,,,2000-09-01, +/games/boxart/7179579ccc.jpg,Barbie: Gotta Have Games,PS,Action,VU Games,Unknown,,,,,,,2003-11-07, +/games/boxart/7381900ccc.jpg,Barbie: Magic Genie Adventure,GB,Action,Mattel Interactive,Vicarious Visions,,,,,,,2000-11-11, +/games/boxart/full_barbie-ocean-discovery_170AmericaFront.jpg,Barbie: Ocean Discovery,GB,Action,Mattel Interactive,Realtime Associates,,,,,,,1999-05-01, +/games/boxart/6564825ccc.jpg,Barnyard,PC,Action,THQ,Blue Tongue,,,,,,,2006-08-01, +/games/boxart/6661546ccc.jpg,Barnyard Blaster,7800,Action,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/4172015ccc.jpg,Baseball Heroes,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_batman_0JapanFront.jpg,Batman,PCE,Action,Sunsoft,SunSoft,,,,,,,1990-10-12, +/games/boxart/full_6223471AmericaFrontccc.jpg,Batman Beyond: Return of the Joker,GB,Action,Ubisoft,Kemco,,,,,,,2000-11-20, +/games/boxart/full_3363343AmericaFrontccc.jpg,Batman Forever,GG,Action,Acclaim Entertainment,Probe Entertainment,,,,,,,1995-01-01, +/games/boxart/5470945ccc.jpg,Batman Forever,GEN,Action,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/full_9383455AmericaFrontccc.jpg,Batman Forever,GB,Action,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/647721ccc.jpg,Batman Forever: The Arcade Game,SAT,Action,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-11-30, +/games/boxart/full_6120578AmericaFrontccc.jpg,Batman Forever: The Arcade Game,PC,Action,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-11-30, +/games/boxart/9689242ccc.jpg,Batman Returns,SNES,Action,Konami,Konami,,,,,,,1993-04-01, +/games/boxart/6682345ccc.jpg,Batman Returns,GEN,Action,Sega,Konami,,,,,,,1992-10-10, +/games/boxart/full_8655010AmericaFrontccc.jpg,Batman Returns,GG,Action,Sega,Aspect Co. Ltd.,,,,,,,1992-01-01, +/games/boxart/9142252ccc.jpg,Batman Returns,NES,Action,Konami,Konami,,,,,,,1993-01-01, +/games/boxart/8072630ccc.jpg,Batman Returns,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/6801787ccc.jpg,Batman Returns,SCD,Action,Sega,Malibu Games,,,,,,,1993-01-01, +/games/boxart/full_5620547PALFrontccc.jpg,Batman Returns,MS,Action,Sega,Aspect Co. Ltd.,,,,,,,1989-01-01, +/games/boxart/full_batman-returns_2AmericaFront.jpg,Batman Returns,PC,Action,GameTek,Spirit of Discovery,,,,,,,1992-01-01, +/games/boxart/default.jpg,Batman Returns (Atari Version),Mob,Action,Konami Digital Entertainment,Atari,,,,,,,1993-01-01, +/games/boxart/full_batman-arkham-city-catwoman-bundle-pack_739AmericaFront.jpg,Batman: Arkham City - Catwoman Bundle Pack,PSN,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-10-18, +/games/boxart/full_batman-arkham-city-catwoman-bundle-pack_58AmericaFront.jpg,Batman: Arkham City - Catwoman Bundle Pack,XBL,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-10-18, +/games/boxart/full_batman-arkham-city-nightwing-bundle-pack_213AmericaFront.jpg,Batman: Arkham City - Nightwing Bundle Pack,PSN,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-01, +/games/boxart/default.jpg,Batman: Arkham City - Nightwing Bundle Pack,XBL,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-01, +/games/boxart/default.jpg,Batman: Arkham City - Nightwing Bundle Pack,PC,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,, +/games/boxart/default.jpg,Batman: Arkham City - Robin Bundle Pack,PC,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-22, +/games/boxart/default.jpg,Batman: Arkham City - Robin Bundle Pack,PSN,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-22, +/games/boxart/default.jpg,Batman: Arkham City - Robin Bundle Pack,XBL,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-22, +/games/boxart/full_8251821PALFrontccc.jpg,Batman: Arkham Collection,X360,Action,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-22, +/games/boxart/full_1246661PALFrontccc.jpg,Batman: Arkham Collection,PS3,Action,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-22, +/games/boxart/full_2368754PALFrontccc.jpg,Batman: Arkham Collection,PC,Action,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-22, +/games/boxart/default.jpg,Batman: Arkham VR,PC,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2017-04-25,2018-08-12 +/games/boxart/7325832ccc.jpg,Batman: Chaos in Gotham,GB,Action,Ubisoft,Digital Eclipse,,,,,,,2001-04-16, +/games/boxart/5322212ccc.jpg,Batman: Revenge of the Joker,GEN,Action,Sunsoft,SunSoft,,,,,,,1992-01-01, +/games/boxart/9478331ccc.jpg,Batman: The Animated Series,GB,Action,Konami,Konami,,,,,,,1993-11-01, +/games/boxart/full_9227980AmericaFrontccc.jpg,Batman: Vengeance,PC,Action,Ubisoft,Ubisoft,,,,,,,2002-10-08, +/games/boxart/full_battle-b-daman-fire-spirits_951AmericaFront.jpg,Battle B-Daman: Fire Spirits!,GBA,Action,Atlus,Atlus Co.,,,,,,,2006-09-26, +/games/boxart/full_1915588JapanFrontccc.jpg,Battle Beaster,DC,Action,Studio Wonder Effect,Studio Wonder Effect,,,,,,,2001-03-15, +/games/boxart/8365028ccc.jpg,Battle Bull,GB,Action,Seta Corporation,Seta Corporation,,,,,,,1991-01-01, +/games/boxart/1938066ccc.jpg,Battle Cars,SNES,Action,Namco,Namco,,,,,,,1993-12-01, +/games/boxart/full_7735708JapanFrontccc.jpg,Battle City,GB,Action,Namco,Nova Games Ltd.,,,,,,,1991-08-09, +/games/boxart/full_2474732JapanFrontccc.jpg,Battle City,NES,Action,Namco,Namco,,,,,,,1985-09-09, +/games/boxart/full_5143634JapanFrontccc.jpg,Battle City,VC,Action,Namco Bandai,Namco,,,,,,,2007-09-04, +/games/boxart/full_6557743AmericaFrontccc.jpg,Battle Frenzy,SCD,Action,Good Night Brave Warrior,Domark,,,,,,,2004-01-01, +/games/boxart/full_1475253AmericaFrontccc.jpg,Battle Group 2,PC,Action,"Merge Interactive, Incorporated",Bane Games,,,,,,,2014-06-13, +/games/boxart/full_2722858AmericaFrontccc.jpg,Battle Group 2,OSX,Action,"Merge Interactive, Incorporated",Bane Games,,,,,,,2014-06-13, +/games/boxart/full_3947364AmericaFrontccc.jpg,Battle Group 2,Linux,Action,"Merge Interactive, Incorporated",Bane Games,,,,,,,2014-06-13, +/games/boxart/full_3072928AmericaFrontccc.jpg,Battle Havoc,XBL,Action,Microsoft,Quantum Squid Interactive,,,,,,,2009-03-21, +/games/boxart/default.jpg,Battle of Elemental,DSiW,Action,Unknown,Amzy,,,,,,,2011-04-27, +/games/boxart/default.jpg,Battle Slots,PC,Action,Unknown,"Phantom EFX, Inc.",,,,,,,, +/games/boxart/default.jpg,Battle Slots,PSN,Action,Unknown,"Phantom EFX, Inc.",,,,,,,, +/games/boxart/default.jpg,Battle Slots,XBL,Action,Unknown,"Phantom EFX, Inc.",,,,,,,, +/games/boxart/default.jpg,Battle Stuff,XBL,Action,Microsoft,Microsoft Game Studios,,,,,,,2011-11-28, +/games/boxart/default.jpg,Battlemaniacs,MS,Action,Tec Toy,Syrox Developments,,,,,,,1993-01-01, +/games/boxart/full_6199931AmericaFrontccc.jpg,BattleTanx,GB,Action,3DO,Lucky Chicken,,,,,,,2000-04-13, +/games/boxart/full_6915831AmericaFrontccc.jpg,BattleTanx: Global Assault,PS,Action,3DO,3DO,,,,,,,2000-02-29, +/games/boxart/full_3798561AmericaFrontccc.jpg,Battletoads,GG,Action,Tradewest,Rare Ltd.,,,,,,,1993-01-01, +/games/boxart/full_6568203AmericaFrontccc.jpg,Battletoads,NES,Action,Tradewest,Rare Ltd.,,,,,,,1991-06-01, +/games/boxart/6763762ccc.jpg,Battletoads,GB,Action,Messiah,Rare Ltd.,,,,,,,1991-11-01, +/games/boxart/full_battletoads_8AmericaFront.jpg,Battletoads,GEN,Action,Tradewest,Rare Ltd.,,,,,,,1991-01-01, +/games/boxart/432003ccc.jpg,Battletoads / Double Dragon,SNES,Action,Tradewest,Rare Ltd.,,,,,,,1993-10-01, +/games/boxart/6011117ccc.jpg,Battletoads / Double Dragon,NES,Action,Tradewest,Rare Ltd.,,,,,,,1993-01-01, +/games/boxart/5682470ccc.jpg,Battletoads / Double Dragon,GB,Action,Tradewest,Rare Ltd.,,,,,,,1993-12-01, +/games/boxart/3836932ccc.jpg,Battletoads / Double Dragon,GEN,Action,Tradewest,Rare Ltd.,,,,,,,1993-02-19, +/games/boxart/8801229ccc.gif,Battletoads in Battlemaniacs,SNES,Action,Tradewest,Rare Ltd.,,,,,,,1993-06-01, +/games/boxart/default.jpg,Battletoads in Battlemaniacs,MS,Action,Unknown,Rare Ltd.,,,,,,,,2018-04-25 +/games/boxart/full_battletoads-in-ragnaroks-world_902AmericaFront.jpg,Battletoads in Ragnarok's World,GB,Action,Tradewest,Rare Ltd.,,,,,,,1993-06-01,2018-04-25 +/games/boxart/4147650ccc.jpg,Battlewheels,Lynx,Action,Atari,Beyond Games,,,,,,,1992-01-01, +/games/boxart/9373039ccc.jpg,Battlezone 2000,Lynx,Action,Atari,Atari,,,,,,,1994-01-01, +/games/boxart/full_bayonetta_991AmericaFront.jpg,Bayonetta,XBL,Action,Sega,PlatinumGames,,,,,,,2011-02-22, +/games/boxart/full_beach-bubbles_43AmericaFront.jpg,Beach Bubbles,XBL,Action,Microsoft,Team Shuriken,,,,,,,2011-01-17, +/games/boxart/full_beach-bubbles-2_12AmericaFront.jpg,Beach Bubbles 2,XBL,Action,Microsoft,Team Shuriken,,,,,,,2011-08-28, +/games/boxart/full_beach-buzzin-chopper_1PALFront.png,Beach Buzzin' Chopper,PSN,Action,Asylum Entertainment,Asylum Entertaiment,,,,,,,2010-09-29, +/games/boxart/full_beach-paddle_914AmericaFront.jpg,Beach Paddle,XBL,Action,Microsoft,Team Shuriken,,,,,,,2011-06-23, +/games/boxart/4968363ccc.jpg,BeachHead 2000,PC,Action,WizardWorks,Digital Fusion Inc,,,,,,,2000-06-14, +/games/boxart/full_4974715JapanFrontccc.jpg,Beast Shooter: Mezase Beast King,GBA,Action,Konami,Hudson Soft,,,,,,,2002-10-31, +/games/boxart/7395774ccc.jpg,Beast Wars: Transformers,PS,Action,Hasbro Interactive,Hasbro Interactive,,,,,,,1997-12-05, +/games/boxart/full_beast-wrestler_886AmericaFront.jpg,Beast Wrestler,GEN,Action,Renovation,Riot,,,,,,,1991-10-04, +/games/boxart/2124707ccc.jpg,Beat 'Em & Eat 'Em,2600,Action,Mystique,Mystique,,,,,,,1982-01-01, +/games/boxart/default.jpg,Beat Hazard,MS,Action,Unknown,Cold Beam Games Ltd,,,,,,,, +/games/boxart/full_4984991AmericaFrontccc.jpg,Beavis & Butt-head: Calling All Dorks,PC,Action,Viacom,Viacom,,,,,,,1996-10-06, +/games/boxart/7613762ccc.jpg,Beavis and Butt-head,GB,Action,GT Interactive,Torus Games,,,,,,,1999-01-01, +/games/boxart/4242453ccc.jpg,Beavis and Butt-head,GEN,Action,Viacom,Radical Entertainment,,,,,,,1994-01-01, +/games/boxart/full_9926178PALFrontccc.jpg,Bedlam,PS,Action,GT Interactive,Mirage Soft,,,,,,,1997-07-01, +/games/boxart/full_2961462AmericaFrontccc.jpg,Bedlam,PC,Action,GT Interactive,Bruce Sidell,,,,,,,1996-09-30, +/games/boxart/3863540ccc.jpg,Bee 52,NES,Action,Camerica,Codemasters,,,,,,,1992-01-01, +/games/boxart/full_bee-movie_3AmericaFront.jpg,Bee Movie Game,XBL,Action,Activision,Beenox,,,,,,,2010-06-21, +/games/boxart/5766483ccc.jpg,Beethoven,GEN,Action,Hi Tech Expressions,THQ,,,,,,,1994-01-01, +/games/boxart/654413ccc.jpg,Beethoven: The Ultimate Canine Caper,GB,Action,Hi Tech Expressions,Unexpected Development,,,,,,,1989-07-01, +/games/boxart/full_2040396PALFrontccc.jpg,Beetle King,DS,Action,505 Games,Bandai,,,,,,,2007-03-02, +/games/boxart/default.jpg,Beetlejuice: Skeletons in the Closet,PC,Action,Hi Tech Expressions,Riedel Software,,,,,,,1990-01-01, +/games/boxart/full_6920872AmericaFrontccc.png,Ben 10 Alien Force: Vilgax Attacks,PSN,Action,D3 Publisher,D3Publisher,,,,,,,2009-10-26, +/games/boxart/default.jpg,Ben 10 Omniverse,3DS,Action,D3Publisher,Unknown,,,,,,,2012-11-03, +/games/boxart/default.jpg,Ben 10 Omniverse,PS3,Action,D3Publisher,Unknown,4,,,,,,2012-11-03, +/games/boxart/default.jpg,Ben 10 Omniverse,Wii,Action,D3Publisher,Unknown,,,,,,,2012-11-03, +/games/boxart/full_8791177AmericaFrontccc.jpg,Ben 10 Omniverse,WiiU,Action,D3Publisher,Vicious Cycle,,,,,,,2012-11-18,2020-09-08 +/games/boxart/default.jpg,Ben 10 Omniverse,X360,Action,D3Publisher,Unknown,,,,,,,2012-11-03, +/games/boxart/full_1652539AmericaFrontccc.png,Ben 10: Alien Force,PSN,Action,D3 Publisher,Monkey Bar Games,,,,,,,2009-11-04, +/games/boxart/full_880917AmericaFrontccc.png,Ben 10: Protector of Earth,PSN,Action,D3 Publisher,High Voltage Software,,,,,,,2009-11-04, +/games/boxart/1621609ccc.jpg,Beowulf: The Game,PC,Action,Ubisoft,Ubisoft Tiwak,,,,,,,2007-11-13, +/games/boxart/9333544ccc.jpg,Berenstain Bears,2600,Action,Coleco,Coleco,,,,,,,1983-01-01, +/games/boxart/full_9842095JapanFrontccc.jpg,Berserk: Millennium Falcon Hen Seima Senki no Shou,PS2,Action,Sammy Corporation,Sammy Studios,,,,,,,2004-10-07, +/games/boxart/full_3328817AmericaFrontccc.png,Beta Bloc,PSN,Action,D3 Publisher,Tamsoft,,,,,,,2009-12-02, +/games/boxart/full_1860303JapanFrontccc.jpg,BeyBlade Fighting Tournament,GB,Action,Hudson Soft,Rokumendo,,,,,,,2000-08-11, +/games/boxart/full_928028JapanFrontccc.jpg,Beyblade: Ikuze! Gekitou! Chou Jiryoku Battle!!,GBA,Action,Broccoli,Al,,,,,,,2002-06-27, +/games/boxart/full_3392123AmericaFrontccc.jpg,Beyblade: Let it Rip!,PS,Action,Crave Entertainment,Takara,,,,,,,2002-12-05, +/games/boxart/default.jpg,Beyond Space,PC,Action,Plug In Digital,Bulkypix,,,,,,,2014-06-16, +/games/boxart/7735080ccc.jpg,Bible Adventures,GEN,Action,Wisdom Tree,Color Dreams,,,,,,,1995-01-01, +/games/boxart/full_big-birds-egg-catch_697AmericaFront.jpg,Big Bird's Egg Catch,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_8804333AmericaFrontccc.png,BIKE RIDER DX2: GALAXY,3DS,Action,Spicysoft Corp.,Mobile & Game Studio,,,,,,,2014-07-03, +/games/boxart/full_bikkuriman-kanjuku-haoh-sanmi-douran-sensouki_540JapanFront.jpg,BikkuriMan Kanjuku Haoh: Sanmi Douran Sensouki,3DS,Action,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2011-07-21, +/games/boxart/full_bikkuriman-world_3JapanFront.jpg,BikkuriMan World,PCE,Action,Hudson Soft,West One,,,,,,,1987-10-30, +/games/boxart/full_bill-ampamp-teds-excellent-video-game-adventure_829AmericaFront.jpg,Bill & Ted's Excellent Video Game Adventure,NES,Action,LJN,Rocket Science Games,,,,,,,1991-08-01, +/games/boxart/4674559ccc.jpg,Bill and Ted's Excellent Adventure,Lynx,Action,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/519444ccc.jpg,Bimini Run,GEN,Action,Nuvision Entertainment,Nuvision Entertainment,,,,,,,1990-10-10, +/games/boxart/full_1311875PALFrontccc.jpg,Binary Domain,PC,Action,Sega,Devils Details,,,,,,,2012-04-27,2018-05-25 +/games/boxart/full_binary-land_426JapanFront.jpg,Binary Land,NES,Action,Hudson Soft,Hudson Soft,,,,,,,1985-12-19, +/games/boxart/full_binary-land_150JapanFront.jpg,Binary Land,VC,Action,Unknown,Hudson Soft,,,,,,,, +/games/boxart/default.jpg,Bingo Pop,And,Action,Unknown,Uken Games,,,,,,,, +/games/boxart/full_bio-senshi-dan-increaser-tono-tatakai_5JapanFront.jpg,Bio Senshi Dan: Increaser tono Tatakai,NES,Action,Jaleco,Jaleco Entertainment,,,,,,,1987-09-22, +/games/boxart/full_bioerosion_48AmericaFront.jpg,Bioerosion,XBL,Action,Microsoft,mukagosoft,,,,,,,2011-01-30, +/games/boxart/9228630ccc.jpg,BioForge,PC,Action,Electronic Arts,"Origin Systems, Inc.",,,,,,,1995-03-29, +/games/boxart/default.jpg,BioHazard 15th Anniversary Box,PS3,Action,Capcom,Capcom,,,,,,,2011-09-08, +/games/boxart/full_7937792JapanFrontccc.jpg,BioHazard Code: Veronica Kanzenban,DC,Action,Capcom,Capcom,,,,,,,2001-03-22, +/games/boxart/full_2020809JapanFrontccc.jpg,BioHazard Code: Veronica Kanzenban + BioHazard 4 Value Pack,PS2,Action,Capcom,Capcom,,,,,,,2009-09-17, +/games/boxart/8692495ccc.jpg,Bionic Battler,GB,Action,Electro Brain,Electro Brain,,,,,,,1992-01-02, +/games/boxart/full_1307354AmericaFrontccc.jpg,Bionic Commando: Elite Forces,GB,Action,Nintendo,Nintendo Software Technology Corporation,,,,,,,1999-01-01, +/games/boxart/full_7749735AmericaFrontccc.jpg,Bionicle: Maze of Shadows,GBA,Action,THQ,Razorback Developments,,,,,,,2005-09-18, +/games/boxart/full_bishoujo-senshi-sailor-moon_4JapanFront.jpg,Bishoujo Senshi Sailor Moon,GB,Action,Angel Studios,Angel Studios,,,,,,,1992-12-18, +/games/boxart/full_bishoujo-senshi-sailor-moon_10JapanFront.jpg,Bishoujo Senshi Sailor Moon,GEN,Action,Bandai,Angel Studios,,,,,,,1994-07-08, +/games/boxart/full_bishoujo-senshi-sailor-moon-r_0JapanFront.jpg,Bishoujo Senshi Sailor Moon R,GB,Action,Angel Studios,Angel Studios,,,,,,,1994-04-22, +/games/boxart/full_bishoujo-senshi-sailor-moon-s_5JapanFront.jpg,Bishoujo Senshi Sailor Moon S,GG,Action,Bandai,Bandai,,,,,,,1995-01-27, +/games/boxart/full_1740785AmericaFrontccc.jpg,Bit Boy!!,WW,Action,Bplus,Bplus,,,,,,,2009-07-13, +/games/boxart/full_3151335AmericaFrontccc.jpg,BitStream,XBL,Action,Microsoft,ProjectorGames,,,,,,,2009-08-11, +/games/boxart/full_6142681AmericaFrontccc.jpg,Black Belt,MS,Action,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_6595564AmericaFrontccc.jpg,Black Belt,VC,Action,Sega,Sega,,,,,,,2008-02-26, +/games/boxart/full_3116789JapanFrontccc.jpg,Black Black,GBA,Action,Capcom,Capcom,,,,,,,2002-02-08, +/games/boxart/full_7468505JapanFrontccc.jpg,Black Cat: Kuroneko no Concerto,DS,Action,Compile Heart,Compile Heart,,,,,,,2007-06-21, +/games/boxart/1464913ccc.jpg,Black Fire,SAT,Action,Sega,Sega,,,,,,,1995-12-22, +/games/boxart/default.jpg,Black Forest Tale,GB,Action,Sachen,sachen,,,,,,,1993-01-01, +/games/boxart/4966308ccc.jpg,Black Hole Assault,SCD,Action,Bignet,Bignet,,,,,,,1992-11-05, +/games/boxart/full_3281160AmericaFrontccc.jpg,Blade,PS,Action,Activision,Hammerhead,4,,,,,,2000-11-23, +/games/boxart/full_4861867AmericaFrontccc.jpg,Blade,GB,Action,Activision,HAL Laboratory,,,,,,,2000-11-20, +/games/boxart/full_blade-kitten_2AmericaFront.jpg,Blade Kitten,PC,Action,Atari,Krome Studios,,,,,,,2010-09-22, +/games/boxart/default.jpg,Blade Warrior,PC,Action,Phantagram,Phantagram,,,,,,,1997-01-01, +/games/boxart/full_bladestorm-the-hundred-years-war_143AmericaFront.jpg,Bladestorm: The Hundred Years' War,XBL,Action,Tecmo Koei,Omega Force,,,,,,,2011-02-22, +/games/boxart/default.jpg,Bladestorm: The Hundred Years' War,PC,Action,BioWare,Omega Force,,,,,,,2015-05-29, +/games/boxart/default.jpg,Bladestorm: The Hundred Years' War,PS4,Action,BioWare,Omega Force,,,,,,,2015-03-17, +/games/boxart/default.jpg,Bladestorm: The Hundred Years' War,XOne,Action,BioWare,Omega Force,,,,,,,2015-03-17, +/games/boxart/full_blair-witch-volume-i-rustin-parr_352AmericaFront.jpg,Blair Witch Volume I: Rustin Parr,PC,Action,Gathering of Developers,Terminal Reality,,,,,,,2000-09-30, +/games/boxart/full_blair-witch-volume-2-the-legend-of-coffin-rock_27AmericaFront.jpg,Blair Witch Volume II: The Legend of Coffin Rock,PC,Action,Gathering of Developers,Human Head Studios,,,,,,,2000-10-30, +/games/boxart/full_blair-witch-volume-3-the-elly-kedward-tale_685AmericaFront.jpg,Blair Witch Volume III: The Elly Kedward Tale,PC,Action,Gathering of Developers,Ritual Entertainment,,,,,,,2000-11-22, +/games/boxart/default.jpg,Blast 'Em Bunnies,3DS,Action,Nnooo,Nnooo,,,,,,,2015-01-01, +/games/boxart/default.jpg,Blast 'Em Bunnies,PS4,Action,Nnooo,Nnooo,,,,,,,2015-01-01, +/games/boxart/default.jpg,Blast 'Em Bunnies,PSV,Action,Nnooo,Nnooo,,,,,,,2015-01-01, +/games/boxart/default.jpg,Blast Chamber,PC,Action,Activision,Attention To Detail,,,,,,,1997-01-01, +/games/boxart/full_424033AmericaFrontccc.png,Blast Off,PSN,Action,Halfbrick Studios,Halfbrick Studios,8.5,,,,,,2009-11-23, +/games/boxart/full_blaster-master-boy_341AmericaFront.jpg,Blaster Master Boy,GB,Action,Sunsoft,Aicom,,,,,,,1992-02-01, +/games/boxart/full_blaster-master-enemy-below_717AmericaFront.jpg,Blaster Master: Enemy Below,GB,Action,Sunsoft,SunSoft,,,,,,,2000-09-24, +/games/boxart/full_3509104AmericaFrontccc.png,BLAZBLUE -CLONEPHANTASMA-,3DS,Action,Arc System Works,Arc System Works,,,,,,,2014-08-21, +/games/boxart/full_2848273AmericaFrontccc.jpg,bleemcast! Metal Gear Solid,DC,Action,bleem!,bleem!,,,,,,,2001-10-31, +/games/boxart/full_3407392AmericaFrontccc.jpg,Blinding Dark,Linux,Action,Bulkypix,Bulkypix,,,,,,,2014-08-12, +/games/boxart/full_1636328AmericaFrontccc.jpg,Blinding Dark,OSX,Action,Bulkypix,Bulkypix,,,,,,,2014-08-12, +/games/boxart/full_6668400AmericaFrontccc.jpg,Blinding Dark,PC,Action,Bulkypix,Bulkypix,,,,,,,2014-08-12, +/games/boxart/full_4217317AmericaFrontccc.jpg,Bloc,XBL,Action,Microsoft,Metacreature Games,,,,,,,2008-11-12, +/games/boxart/3366003ccc.jpg,Block Breaker Deluxe,WW,Action,Gameloft,Gameloft,,,,,,,2008-06-16, +/games/boxart/full_2177298JapanFrontccc.jpg,Block Kuzushi Kowashite Help!,PS,Action,Media Group,Media Group,,,,,,,2000-12-07, +/games/boxart/full_1634067JapanFrontccc.jpg,Block Kuzushi: Deden no Gyakushuu,PS,Action,Island Creation,Island Creation,,,,,,,1996-05-31, +/games/boxart/full_1744534JapanFrontccc.jpg,Block Wars,PS,Action,Pony Canyon,Märchen Breaker/Opera House,,,,,,,2001-09-06, +/games/boxart/3255207ccc.jpg,Blockout,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/default.jpg,Blocks That Matter,X360,Action,Unknown,Swing Swing Submarine,,,,,,,, +/games/boxart/default.jpg,Blocks That Matter,MS,Action,Unknown,Swing Swing Submarine,,,,,,,, +/games/boxart/full_2850366PALFrontccc.jpg,Blood Lines,PS,Action,Sony Computer Entertainment,Radical Entertainment,,,,,,,1999-04-23, +/games/boxart/full_7020439AmericaFrontccc.jpg,Blood Omen 2,PC,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2002-03-25, +/games/boxart/full_3856075PALFrontccc.jpg,Bloodbath,X360,Action,United Developers,Freedom Factory Studios,,,,,,,2014-06-27,2018-05-01 +/games/boxart/full_489953PALFrontccc.jpg,Bloodbath,PC,Action,United Developers,Freedom Factory Studios,,,,,,,2014-06-16,2018-05-01 +/games/boxart/default.jpg,Bloodrayne,PSN,Action,Majesco,Terminal Reality,,,,,,,2011-11-01, +/games/boxart/default.jpg,BloodRayne: The Shroud,3DS,Action,Unknown,Majesco Entertainment,,,,,,,, +/games/boxart/default.jpg,Bloodsports.TV,PC,Action,Fatshark,Toadman Interactive,,,,,,,2015-03-30, +/games/boxart/full_bloons-td_774AmericaFront.jpg,Bloons TD,DSiW,Action,Digital Goldfish,Digital Goldfish Ltd.,,,,,,,2011-11-10, +/games/boxart/9096980ccc.jpg,Blue Print,5200,Action,CBS Electronics,Solitaire Group,,,,,,,1983-01-01, +/games/boxart/7442384ccc.jpg,Blue Print,2600,Action,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, +/games/boxart/1536742ccc.jpg,Bob the Builder: Can We Fix It?,PC,Action,THQ,Steel Monkeys,,,,,,,2001-08-30, +/games/boxart/full_3823198PALFrontccc.jpg,Bob the Builder: Festival of Fun,PS2,Action,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2007-11-30, +/games/boxart/full_bob-the-builder-fix-it-fun_792AmericaFront.jpg,Bob the Builder: Fix it Fun!,GB,Action,THQ,Tiertex Design Studios,,,,,,,2001-09-01, +/games/boxart/full_4967964AmericaFrontccc.jpg,Bobbin's Quest,XBL,Action,Microsoft,Ziba Games,,,,,,,2009-06-05, +/games/boxart/default.jpg,Bobby's Cosmic Adventure,2600,Action,"Telegames, Inc.","Telegames, Inc.",,,,,,,1990-12-31, +/games/boxart/full_6444890JapanFrontccc.jpg,Boboboubo Boubobo: Bakutou Hajike Taisen,GBA,Action,Hudson Soft,Hudson,,,,,,,2004-09-09, +/games/boxart/full_9140876JapanFrontccc.jpg,Boboboubo Boubobo: Majide!!? Shinken Shoubu,GBA,Action,Hudson Soft,Rokumendo,,,,,,,2003-08-07, +/games/boxart/full_boboboubo-boubobo-shuumare-taikan-boubobo_10JapanFront.jpg,Boboboubo Boubobo: Shuumare! Taikan Boubobo,PS2,Action,Hudson Soft,Hudson Soft,,,,,,,2004-12-16, +/games/boxart/full_body-count_771PALFront.jpg,Body Count,GEN,Action,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/default.jpg,Bodycount,PC,Action,Unknown,Team6 Game Studios,,,,,,,, +/games/boxart/7184845ccc.jpg,Boing!,2600,Action,First Star Software,First Star Software,,,,,,,1983-01-01, +/games/boxart/full_1405998JapanFrontccc.jpg,Boku no Kabuto Mushi,GBA,Action,MTO,MTO,,,,,,,2001-07-13, +/games/boxart/default.jpg,Bomb Boat,PS,Action,Success,Success,,,,,,,2002-08-29, +/games/boxart/default.jpg,Bomb Jack (Arcade),VC,Action,Tecmo,Tehkan,,,,,,,2009-08-18, +/games/boxart/full_728596JapanFrontccc.jpg,Bomber Hehhe,DC,Action,Fujicom,Fujicom,,,,,,,2002-01-10, +/games/boxart/default.jpg,Bomberman,3DS,Action,Unknown,Hudson Soft,,,,,,,, +/games/boxart/full_2935138JapanFrontccc.jpg,Bomberman Jetters: Game Collection,GBA,Action,Hudson Soft,Hudson Soft,,,,,,,2003-10-16, +/games/boxart/full_252842JapanFrontccc.jpg,Bomberman: Bakufuu Sentai Bombermen,PSP,Action,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,2006-03-09, +/games/boxart/full_664389AmericaFrontccc.jpg,Bombing Bastards,WiiU,Action,Sanuk Games,Sanuk Games,,,,,,,2014-07-03, +/games/boxart/2710219ccc.jpg,Bonanza Brothers,GEN,Action,Sega,Sega,,,,,,,1991-05-16, +/games/boxart/7659194ccc.jpg,Bonanza Brothers,VC,Action,Sega,Sega,,,,,,,2007-01-29, +/games/boxart/full_3559713PALFrontccc.jpg,Bonanza Brothers,MS,Action,Tec Toy,Synergy Inc.,,,,,,,1991-01-01, +/games/boxart/full_bonanza-bros_947AmericaFront.jpg,Bonanza Brothers,PC,Action,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/full_9587682AmericaFrontccc.jpg,Bonk!,XBL,Action,Microsoft,Red Gear Games,,,,,,,2009-12-12, +/games/boxart/full_2665386AmericaFrontccc.jpg,Bonx Racing,GBA,Action,Unknown,Planet Interactive,,,,,,,, +/games/boxart/full_booby-boys_7JapanFront.jpg,Booby Boys,GB,Action,Nichibutsu,Nichibutsu,,,,,,,1993-06-25, +/games/boxart/default.jpg,Book of Legends,PC,Action,Unknown,Big Fish Games,,,,,,,2009-04-01, +/games/boxart/6350774ccc.jpg,Boomer's Adventure in Asmik World,GB,Action,Asmik Corp,Asmik Corporation of America,,,,,,,1990-04-01, +/games/boxart/full_3283943AmericaFrontccc.jpg,Borealis,PC,Action,Unknown,Unknown,,,,,,,2014-09-02, +/games/boxart/default.jpg,Boson X,PC,Action,Ian MacLarty,Ian MacLarty,,,,,,,2014-09-15, +/games/boxart/default.jpg,Bot Stoppers,XBL,Action,Unknown,Pow Studios,,,,,,,, +/games/boxart/default.jpg,Bouncedown,iQue,Action,Unknown,Jagex Games Studio,,,,,,,, +/games/boxart/full_1997741AmericaFrontccc.jpg,Bouncers,SCD,Action,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/default.jpg,Bounty Hunter,PC,Action,Unknown,,,,,,,,1999-11-30, +/games/boxart/default.jpg,Boxhead: A Halloween Special,PC,Action,Unknown,Sean Cooper Games,,,,,,,, +/games/boxart/default.jpg,Boys vs. Girls,Wii,Action,Unknown,Digital Embryo,,,,,,,, +/games/boxart/default.jpg,Brain Teasers! World's Best Logic Puzzles and Riddles,iQue,Action,Unknown,Sticky Ice Games,,,,,,,, +/games/boxart/full_7402994AmericaFrontccc.jpg,BrainPipe,PC,Action,Shrapnel Games,Digital Eel,,,,,,,2008-12-24, +/games/boxart/3431684ccc.jpg,Bram Stoker's Dracula,GB,Action,Sony Imagesoft,Probe Entertainment Limited,,,,,,,1993-09-01, +/games/boxart/5857327ccc.jpg,Bram Stoker's Dracula,NES,Action,Sony Imagesoft,Psygnosis,,,,,,,1993-09-01, +/games/boxart/full_2426687AmericaFrontccc.jpg,Bram Stoker's Dracula,GG,Action,Sony Imagesoft,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/6790187ccc.jpg,Bram Stoker's Dracula,SCD,Action,Sony Imagesoft,Psygnosis,,,,,,,1994-01-01, +/games/boxart/full_3043375PALFrontccc.jpg,Bram Stoker's Dracula,MS,Action,Sony Imagesoft,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/1317315ccc.jpg,Bram Stoker's Dracula,GEN,Action,Sony Imagesoft,Traveller's Tales,,,,,,,1993-01-01, +/games/boxart/full_6052456AmericaFrontccc.jpg,Bram Stoker's Dracula,PC,Action,Psygnosis,Psygnosis,,,,,,,1993-01-01, +/games/boxart/2975891ccc.jpg,Bratz: Babyz,GBA,Action,THQ,THQ,,,,,,,2006-01-01, +/games/boxart/default.jpg,Bratz: Forever Diamondz,PC,Action,THQ,Blitz Games,,,,,,,2006-09-18, +/games/boxart/4130520ccc.jpg,Brave: A Warrior's Tale,PSP,Action,SouthPeak Interactive,Collision Studios,,,,,,,2009-08-04, +/games/boxart/full_7628602AmericaFrontccc.jpg,Bravoman,PCE,Action,Turbo Technologies,Now Production,,,,,,,1990-01-01, +/games/boxart/full_8964052AmericaFrontccc.jpg,Bravoman,VC,Action,Namco Bandai,Now Production,,,,,,,2007-04-11, +/games/boxart/default.jpg,Bravoman (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-10-06, +/games/boxart/5922235ccc.jpg,Brawl Brothers,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1993-04-01, +/games/boxart/full_brawl-brothers_76AmericaFront.jpg,Brawl Brothers,VC,Action,Jaleco,Jaleco Entertainment,7,,,,,,2011-04-01, +/games/boxart/full_4724332AmericaFrontccc.jpg,Broforce,OSX,Action,Devolver Digital,Free Lives Games,,,,,,,2014-04-07, +/games/boxart/full_2551611AmericaFrontccc.jpg,Broforce,PS4,Action,Devolver Digital,Free Lives Games,,,,,,,2016-03-01, +/games/boxart/full_5561081AmericaFrontccc.jpg,Broforce,PSV,Action,Devolver Digital,Free Lives Games,,,,,,,2015-01-01, +/games/boxart/full_brutal-legend-tears-of-the-hextadon_904AmericaFront.jpg,Brutal Legend: Tears of the Hextadon,PSN,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-11-05, +/games/boxart/full_brutal-legend-tears-of-the-hextadon_578AmericaFront.jpg,Brutal Legend: Tears of the Hextadon,XBL,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-11-03, +/games/boxart/full_brutal-legend-the-hammer-of-infinite-fate_466AmericaFront.jpg,Brutal Legend: The Hammer of Infinite Fate,PSN,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-12-15, +/games/boxart/full_brutal-legend-the-hammer-of-infinite-fate_335AmericaFront.jpg,Brutal Legend: The Hammer of Infinite Fate,XBL,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-12-15, +/games/boxart/638598ccc.jpg,Bubble and Squeak,GEN,Action,Sunsoft,Audiogenic Ltd.,,,,,,,1994-01-01, +/games/boxart/full_2725862AmericaFrontccc.png,Bubble Fish Party,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-18, +/games/boxart/5118356ccc.jpg,Bubble Ghost,GB,Action,FCI,Pony Canyon,,,,,,,1990-11-01, +/games/boxart/1306254ccc.jpg,Bubble Trouble,Lynx,Action,Telegames,Telegames,,,,,,,1991-01-01, +/games/boxart/full_buccaneer_762PALFront.jpg,Buccaneer,PS2,Action,Essential Games,DigitalWare,,,,,,,2007-09-28, +/games/boxart/full_8045134AmericaFrontccc.jpg,Buffy the Vampire Slayer,GB,Action,THQ,Game Brains,,,,,,,2000-09-01, +/games/boxart/full_bug-blasters-the-exterminators_228AmericaFront.jpg,Bug Blasters: The Exterminators,SCD,Action,Good Night Brave Warrior,Good Deal Games,,,,,,,2001-01-01, +/games/boxart/full_bugs-bunny-ampamp-taz-time-busters_0AmericaFront.jpg,Bugs Bunny & Taz: Time Busters,PC,Action,Infogrames,Artificial Mind and Movement,,,,,,,2000-09-01, +/games/boxart/full_bugs-bunny-hare-brained-adventure_464AmericaFront.jpg,Bugs Bunny: Hare-Brained Adventure,PC,Action,Hi Tech Expressions,Riedel Software,,,,,,,1990-01-01, +/games/boxart/full_bugsnballs_164AmericaFront.jpg,Bugs'N'Balls,DSiW,Action,Nintendo,EnjoyUp Games,5,,,,,,2011-09-29, +/games/boxart/full_5549861AmericaFrontccc.jpg,Bulletproof Monk,GC,Action,Empire Interactive,Mucky Foot,,,,,,,2008-01-01, +/games/boxart/default.jpg,Bumper Brain Puzzle Pack,PC,Action,Unknown,Unknown,,,,,,,1997-01-01, +/games/boxart/5697628ccc.jpg,BurgerTime Deluxe,GB,Action,Data East,Data East,,,,,,,1991-03-01, +/games/boxart/full_burgertime-deluxe_787AmericaFront.jpg,BurgerTime Deluxe,3DS,Action,G-mode,Data East,,,,,,,2011-10-27, +/games/boxart/full_busou-shinki-battle-masters_10JapanFront.jpg,Busou Shinki: Battle Masters,PSN,Action,Konami,Konami,,,,,,,2010-07-15, +/games/boxart/full_busou-shinki-battle-masters-mk-2_128JapanFront.jpg,Busou Shinki: Battle Masters Mk. 2,PSN,Action,Konami,Konami,,,,,,,2011-09-22, +/games/boxart/full_7567552JapanFrontccc.jpg,Buster Ball,GG,Action,Riverhillsoft,Riverhillsoft,,,,,,,1992-03-20, +/games/boxart/1131817ccc.jpg,Buster Bros.,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1993-01-01, +/games/boxart/full_1090545AmericaFrontccc.jpg,Busy Police,2600,Action,Unknown,Zellers,,,,,,,, +/games/boxart/default.jpg,Buttobi Hero Crashman,PSP,Action,Unknown,Takara Tomy,,,,,,,, +/games/boxart/default.jpg,Buttobi Hero Crashman,Wii,Action,Unknown,Takara Tomy,,,,,,,, +/games/boxart/default.jpg,Buzz Buzz Bang,XOne,Action,Unknown,keith curtis,,,,,,,, +/games/boxart/default.jpg,Buzz Buzz Bang,Linux,Action,Unknown,keith curtis,,,,,,,, +/games/boxart/default.jpg,Buzz Buzz Bang,OSX,Action,Unknown,keith curtis,,,,,,,, +/games/boxart/default.jpg,Buzz Buzz Bang,PC,Action,Unknown,keith curtis,,,,,,,, +/games/boxart/full_6275847AmericaFrontccc.jpg,Buzz Lightyear of Star Command,GB,Action,Activision,Traveller's Tales,,,,,,,2000-11-01, +/games/boxart/65193ccc.jpg,Cabal,NES,Action,Milton Bradley,Rare Ltd.,,,,,,,1990-06-01, +/games/boxart/1528103ccc.jpg,Cacoma Knight in Bizyland,SNES,Action,Seta Corporation,Seta Corporation,,,,,,,1993-06-01, +/games/boxart/full_4979093AmericaFrontccc.jpg,Cadash,GEN,Action,Taito,Taito Corporation,,,,,,,1992-01-01, +/games/boxart/8739296ccc.jpg,Cadillacs and Dinosaurs,SCD,Action,Rocket Science Games,Capcom,,,,,,,1994-01-01, +/games/boxart/8017436ccc.jpg,Cakewalk,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1983-01-01, +/games/boxart/5212530ccc.jpg,Calling All Cars!,PS3,Action,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2007-05-10, +/games/boxart/1585262ccc.jpg,Calling All Cars!,PSN,Action,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2007-05-10, +/games/boxart/4608199ccc.jpg,Camp Lazlo: Leaky Lake Games,GBA,Action,Crave Entertainment,Collision Studios,4,,,,,,2006-11-06, +/games/boxart/default.jpg,Can you escape Mermaid Cage 2,And,Action,Unknown,Unknown,,,,,,,2014-09-18, +/games/boxart/default.jpg,Can you escape Mermaid Cage?,And,Action,Unknown,Unknown,,,,,,,2014-07-29, +/games/boxart/default.jpg,Candace Kane's Candy Factory,PC,Action,Destineer,Destineer,,,,,,,2009-04-01, +/games/boxart/default.jpg,Candy Cannon,PC,Action,Unknown,Marapets,,,,,,,, +/games/boxart/2873892ccc.jpg,Canyon Bomber,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_5268338AmericaFrontccc.jpg,Captain America and the Avengers,GG,Action,Mindscape,Realtime Associates,,,,,,,1993-01-01, +/games/boxart/full_captain-america-and-the-avengers_7AmericaFront.jpg,Captain America and the Avengers,SNES,Action,Mindscape,Realtime Associates,,,,,,,1993-09-01, +/games/boxart/5890678ccc.jpg,Captain America and the Avengers,GEN,Action,Data East,OperaHouse,,,,,,,1992-01-01, +/games/boxart/533091ccc.jpg,Captain America and the Avengers,GB,Action,Mindscape,Mindscape Inc.,,,,,,,1994-02-01, +/games/boxart/full_captain-america-and-the-avengers_8AmericaFront.jpg,Captain America and the Avengers,NES,Action,Data East,Data East,,,,,,,1991-12-01, +/games/boxart/default.jpg,Captain Blood,PS3,Action,Unknown,SeaWolf,,,,,,,, +/games/boxart/full_1672103AmericaFrontccc.jpg,Captain Commando,SNES,Action,Capcom,Capcom,,,,,,,1995-08-01, +/games/boxart/full_5544967JapanFrontccc.jpg,Captain Commando,PS,Action,New,Capcom,,,,,,,1998-09-17, +/games/boxart/default.jpg,Captain Knick-Knack,GB,Action,Sachen,sachen,,,,,,,1999-01-01, +/games/boxart/full_captain-planet_429PALFront.jpg,Captain Planet,PC,Action,Mindscape,Mindscape,,,,,,,1992-01-01, +/games/boxart/full_captain-power-and-the-soldiers-of-the-future_274AmericaFront.jpg,Captain Power and the Soldiers of the Future,PC,Action,Unknown,"Box Office, Inc.",,,,,,,1988-01-01, +/games/boxart/full_7198112AmericaFrontccc.jpg,Car Jack Streets,DSiW,Action,Tag Games,Tag Games,,,,,,,2010-03-15, +/games/boxart/full_car-jack-streets_5AmericaFront.jpg,Car Jack Streets,PSN,Action,Tag Games,Tag Games,,,,,,,2010-04-29, +/games/boxart/full_5269912AmericaFrontccc.jpg,Card Wars - Adventure Time,PC,Action,Cartoon Network,Cartoon Network,,,,,,,2014-02-13, +/games/boxart/1981691ccc.jpg,Carnivores,PC,Action,WizardWorks,WizardWorks,,,,,,,1998-11-30, +/games/boxart/full_carnivores-dinosaur-hunter_1PALFront.png,Carnivores: Dinosaur Hunter,PSN,Action,Beatshapers,Tatem Games,,,,,,,2010-08-17, +/games/boxart/4894456ccc.jpg,Cartoon Network Racing,PS2,Action,Game Factory,Unknown,,,,,,,2006-12-05, +/games/boxart/full_2770118AmericaFrontccc.jpg,Casper,SNES,Action,Natsume,Absolute Entertainment,,,,,,,1996-12-01, +/games/boxart/full_3565090AmericaFrontccc.jpg,Casper,GB,Action,Natsume,Bonsai Entertainment Corp.,,,,,,,1996-11-01, +/games/boxart/full_4100808PALFrontccc.jpg,Casper and the Ghostly Trio,PS2,Action,Blast! Entertainment Ltd,Data Design Interactive,,,,,,,2007-02-10, +/games/boxart/default.jpg,Castelo Ra-Tim-Bum,MS,Action,Tec Toy,Tec Toy,,,,,,,1997-01-01, +/games/boxart/default.jpg,Castle Conquerer: Heroes,DSiW,Action,Unknown,Circle Entertainment Ltd.,,,,,,,, +/games/boxart/default.jpg,Castle Conquerer: Revolution,GB,Action,Unknown,Circle Entertainment Ltd.,,,,,,,, +/games/boxart/full_9585160AmericaFrontccc.jpg,Castle Crashers,XBL,Action,The Behemoth,The Behemoth,7,,,,,,2008-08-27, +/games/boxart/full_castle-crashers_0AmericaFront.jpg,Castle Crashers,PSN,Action,The Behemoth,The Behemoth,,,,,,,2010-08-31, +/games/boxart/full_4066747AmericaFrontccc.jpg,Castle Crashers,PC,Action,The Behemoth,The Behemoth,,,,,,,2012-09-26,2018-11-18 +/games/boxart/full_1808631AmericaFrontccc.jpg,Castle in the Darkness,PC,Action,Nicalis,Matt Kap,,,,,,,2014-10-01, +/games/boxart/full_castle-of-dragon_2AmericaFront.jpg,Castle of Dragon,NES,Action,Seta Corporation,Athena,,,,,,,1990-06-01, +/games/boxart/full_castlevania-harmony-of-despair_8AmericaFront.jpg,Castlevania: Harmony of Despair,XBL,Action,Konami,Konami,6.8,,,,,,2010-08-04, +/games/boxart/full_castlevania-lords-of-shadow-resurrection_363AmericaFront.jpg,Castlevania: Lords of Shadow - Resurrection,PSN,Action,Konami,Mercury Steam,,,,,,,2011-06-07, +/games/boxart/full_castlevania-lords-of-shadow-resurrection_286AmericaFront.jpg,Castlevania: Lords of Shadow - Resurrection,XBL,Action,Konami,Mercury Steam,,,,,,,2011-06-07, +/games/boxart/default.jpg,Castlevania: Resurrection,DC,Action,Unknown,Konami,,,,,,,, +/games/boxart/full_7538525AmericaFrontccc.jpg,Catwoman,PC,Action,Electronic Arts,Argonaut Games,,,,,,,2004-07-20, +/games/boxart/full_855549AmericaFrontccc.jpg,CaveIn - Miner Rescue Team,XBL,Action,Microsoft,Johnny Death,,,,,,,2008-12-17, +/games/boxart/full_1695468JapanFrontccc.jpg,CB Chara Wars: Ushinawareta Gag,SNES,Action,Banpresto,Almanic Corp.,,,,,,,1992-08-28, +/games/boxart/default.jpg,Celebrity Quiz,And,Action,Unknown,Unknown,,,,,,,2013-05-16, +/games/boxart/full_chacha-maru-panic_767JapanFront.jpg,Chacha-Maru Panic,GB,Action,Human Entertainment,Human Entertainment,,,,,,,1991-04-19, +/games/boxart/full_5471256AmericaFrontccc.jpg,Chakan,GG,Action,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_8518422AmericaFrontccc.jpg,Chalked,XBL,Action,Microsoft,rece,,,,,,,2009-05-10, +/games/boxart/full_challenge_172PALFront.jpg,Challenge,2600,Action,Unknown,Funvision,,,,,,,1980-01-01, +/games/boxart/2308407ccc.jpg,Challenge of the Dragon,NES,Action,Color Dreams,Color Dreams,,,,,,,1990-01-01, +/games/boxart/default.jpg,Challenger,NES,Action,Unknown,"Hudson Soft Company, Ltd.",,,,,,,, +/games/boxart/full_2204166AmericaFrontccc.jpg,Chaos,XBL,Action,Microsoft,HellborgDE,,,,,,,2009-08-11, +/games/boxart/full_7741687PALFrontccc.jpg,Chaos Break,PS,Action,EON Digital Entertainment,Taito Corporation,,,,,,,2000-12-08, +/games/boxart/full_chaos-break_173JapanFront.jpg,Chaos Break,PSN,Action,Taito,Taito Corporation,,,,,,,2009-01-28, +/games/boxart/default.jpg,Chaos: The Battle of the Wizards,ZXS,Action,Games Workshop,Unknown,,,,,,,1985-01-01, +/games/boxart/full_7929011AmericaFrontccc.jpg,Charlie Murder,XBL,Action,Unknown,Ska Studios,,,,,,,2013-08-14, +/games/boxart/full_8475697PALFrontccc.jpg,Charlie's Angels,PS2,Action,Ubisoft,Neko Entertainment,,,,,,,2003-07-04, +/games/boxart/6382449ccc.jpg,Charlotte's Web,GBA,Action,Sega,Backbone Entertainment,6,,,,,,2006-11-14, +/games/boxart/2309503ccc.jpg,Charlotte's Web,PC,Action,Sega,Backbone Entertainment,,,,,,,2006-11-17, +/games/boxart/full_9812751PALFrontccc.jpg,Charlotte's Web,PS2,Action,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2007-04-05, +/games/boxart/6404241ccc.jpg,Chase the Chuckwagon,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, +/games/boxart/full_chee-chai-alien_892JapanFront.jpg,Chee-Chai Alien,GB,Action,Unknown,Creatures,,,,,,,2001-02-23, +/games/boxart/6483254ccc.jpg,Cheetahmen II,NES,Action,Active Enterprises,Active Enterprises,,,,,,,1993-01-01, +/games/boxart/full_chester-field-ankoku-shin-heno-chousen_278JapanFront.jpg,Chester Field: Ankoku Shin heno Chousen,NES,Action,Victory Lap Games,Vic Tokai,,,,,,,1987-07-30, +/games/boxart/full_chibi-maruko-chan-3-mezase-game-taishou-no-maki_8JapanFront.jpg,Chibi Maruko-Chan 3: Mezase! Game Taishou no Maki,GB,Action,Takuyo,KID Corporation,,,,,,,1992-03-27, +/games/boxart/full_chibi-maruko-chan-go-chounai-minna-de-game-dayo_9JapanFront.jpg,Chibi Maruko-Chan: Go Chounai Minna de Game Dayo!,GB,Action,Epoch,Epoch,,,,,,,2001-08-10, +/games/boxart/full_chibi-maruko-chan-mezase-minami-no-island_3JapanFront.jpg,Chibi Maruko-Chan: Mezase! Minami no Island!!,SNES,Action,Konami,Konami,,,,,,,1995-12-01, +/games/boxart/full_93995AmericaFrontccc.jpg,Chicago Syndicate,GG,Action,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/8827949ccc.jpg,Chicken Hunter: Jewel of Darkness,DS,Action,Conspiracy Entertainment,Phenomedia,,,,,,,2009-03-31, +/games/boxart/3718471ccc.jpg,Chicken Shoot,PC,Action,TopWare,Zuxxez,,,,,,,2005-01-01, +/games/boxart/full_8432359AmericaFrontccc.png,Chicken Strike,And,Action,Unknown,Unknown,,,,,,,2014-03-02, +/games/boxart/8406725ccc.jpg,China Syndrome,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, +/games/boxart/full_7485236AmericaFrontccc.jpg,Chivalry: Medieval Warfare,X360,Action,Activision,Torn Banner Studios,,,,,,,2014-12-03,2018-05-01 +/games/boxart/full_9168571PALFrontccc.jpg,Chivalry: Medieval Warfare,PS3,Action,Activision,Torn Banner Studios,,,,,,,2014-12-03,2018-05-01 +/games/boxart/full_1786JapanFrontccc.jpg,Chobits: Atashi Dake no Hito,GBA,Action,Marvelous Interactive,Marvelous,,,,,,,2002-09-27, +/games/boxart/default.jpg,Choice of the Deathless,PC,Action,Choice of Games,Choice of Games,,,,,,,2013-12-20, +/games/boxart/full_choplifter-hd_554AmericaFront.jpg,Choplifter HD,PSN,Action,inXile Entertainment,InXile Entertainment,,,,,,,2012-01-11, +/games/boxart/default.jpg,Choplifter HD,XBL,Action,inXile Entertainment,InXile Entertainment,,,,,,,2012-01-11, +/games/boxart/full_4294192JapanFrontccc.jpg,Chou-Gekijou-Ban Keroro Gunsou: Enshuu Dayo! Zenin Shuugou,DS,Action,Bandai,Bandai Namco Games,,,,,,,2006-03-16, +/games/boxart/full_chousoku-spinner_42JapanFront.jpg,Chousoku Spinner,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1998-09-18, +/games/boxart/1479601ccc.jpg,Chubby Cherub,NES,Action,Bandai,Bandai,,,,,,,1986-01-01, +/games/boxart/default.jpg,Chuck E. Cheese's Super Collection,Wii,Action,Unknown,UFO Interactive,,,,,,,, +/games/boxart/full_9991668AmericaFrontccc.jpg,Chuck Norris Superkicks,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_5830171AmericaFrontccc.jpg,Chuck Rock,GG,Action,Sega,Core Design,,,,,,,1992-01-02, +/games/boxart/default.jpg,Cipher Complex,X360,Action,Unknown,Edge of Reality,,,,,,,, +/games/boxart/default.jpg,Cipher Complex,PS3,Action,Unknown,Edge of Reality,,,,,,,, +/games/boxart/6635455ccc.jpg,Circus Caper,NES,Action,TOHO,Advance Communication Company,,,,,,,1990-07-01, +/games/boxart/full_circus-charlie_5JapanFront.jpg,Circus Charlie,NES,Action,Soft Pro,Soft Pro International,,,,,,,1986-03-04, +/games/boxart/full_city-hunter_4JapanFront.jpg,City Hunter,PCE,Action,Sunsoft,SunSoft,,,,,,,1990-03-02, +/games/boxart/full_8497700AmericaFrontccc.jpg,Claire,PC,Action,Unknown,Hailstorm Games,,,,,,,2014-07-07, +/games/boxart/default.jpg,Classic Adventure,PC,Action,Unknown,Abersoft,,,,,,,, +/games/boxart/1384130ccc.jpg,Classic NES Series: Pac-Man,GBA,Action,Nintendo,Namco,,,,,,,2004-06-02, +/games/boxart/1174361ccc.jpg,Claw,PC,Action,Monolith Productions,Monolith,,,,,,,1997-01-04, +/games/boxart/full_1930437PALFrontccc.jpg,Clever Kids: Creepy Crawlies,PC,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-10-02, +/games/boxart/5657746ccc.jpg,Cliffhanger,SCD,Action,Sony Imagesoft,Malibu Games,,,,,,,1993-12-04, +/games/boxart/9263984ccc.jpg,Cliffhanger,GEN,Action,Sony Imagesoft,Malibu Games,,,,,,,1993-01-01, +/games/boxart/full_6088834AmericaFrontccc.jpg,Cliffhanger,SNES,Action,Sony Imagesoft,Malibu Games,,,,,,,1993-10-01, +/games/boxart/default.jpg,Close Up Movies,And,Action,Unknown,Unknown,,,,,,,2014-09-24, +/games/boxart/default.jpg,Close Up Movies,And,Action,Mediaflex Games,Unknown,,,,,,,2014-09-22, +/games/boxart/3677628ccc.jpg,Cloud Master,MS,Action,Sega,"Hot-B Co., Ltd.",,,,,,,1989-01-01, +/games/boxart/default.jpg,Cloudy with a Chance of Meatballs 2,3DS,Action,GameMill,Unknown,,,,,,,2013-09-24, +/games/boxart/1589380ccc.jpg,Coaster Works,DC,Action,Xicat Interactive,Unknown,6.9,,,,,,2000-12-10, +/games/boxart/full_5422862AmericaFrontccc.jpg,Cobalt,PC,Action,Mojang,Oxeye Game Studio,,,,,,,2016-02-02, +/games/boxart/full_8831812AmericaFrontccc.jpeg,Cobalt,XOne,Action,Mojang,Oxeye Game Studio,,,,,,,2016-02-02, +/games/boxart/full_4851627AmericaFrontccc.jpg,Cobalt,X360,Action,Mojang,Oxeye Game Studio,,,,,,,2016-02-02, +/games/boxart/9224214ccc.jpg,Cobra Triangle,NES,Action,Nintendo,Rare Ltd.,,,,,,,1989-07-01, +/games/boxart/full_8741248JapanFrontccc.jpg,Coca-Cola Kid,GG,Action,Sega,Aspect,,,,,,,1994-08-05, +/games/boxart/5012510ccc.jpg,Coconuts,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, +/games/boxart/full_2689243PALFrontccc.jpg,Cocoto Platform Jumper,GBA,Action,Neko Entertainment,Neko Entertainment,,,,,,,2007-01-01, +/games/boxart/default.jpg,Code Geass: Hangyaku no Lelouch,Wii,Action,Unknown,Bandai Namco Games,,,,,,,, +/games/boxart/6632309ccc.jpg,Code Lyoko: Quest for Infinity,PS2,Action,Game Factory,Neko Entertainment,,,,,,,2008-07-21, +/games/boxart/352269ccc.jpg,Code Name: Viper,NES,Action,Capcom,Capcom,,,,,,,1990-03-01, +/games/boxart/default.jpg,Code of Princess,PC,Action,Unknown,Unknown,,,,,,,, +/games/boxart/3527240ccc.jpg,Codebreaker,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/default.jpg,Codename D,X360,Action,Unknown,Grasshopper Manufacture,,,,,,,, +/games/boxart/default.jpg,Codename Kingdoms,X360,Action,Unknown,Crytek,,,,,,,, +/games/boxart/full_1240160AmericaFrontccc.jpg,Codename: Gordon,PC,Action,Valve,NuClear Vision,,,,,,,2004-05-14, +/games/boxart/full_7152270AmericaFrontccc.jpg,Cold Zero: No Mercy,PC,Action,Encore,JoWooD Entertianment,,,,,,,2003-08-22, +/games/boxart/full_9429286AmericaFrontccc.png,Color 8 Puzzle,And,Action,Unknown,Roman Frontage Games LLC,,,,,,,2016-03-06, +/games/boxart/full_combat_188AmericaFront.jpg,Combat,PC,Action,Atari,Magic Lantern,,,,,,,2001-01-20, +/games/boxart/full_4372957PALFrontccc.jpg,Combat Ace,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-10-13, +/games/boxart/full_1795029JapanFrontccc.jpg,Combat Choro Q,PS,Action,Takara,Takara,,,,,,,1999-02-25, +/games/boxart/full_come-on-heroes_453AmericaFront.jpg,Come On! Heroes,DSiW,Action,CIRCLE Entertainment,Circle Entertainment Ltd.,,,,,,,2011-11-24, +/games/boxart/default.jpg,ComicMania: Guess the Shadow,And,Action,Unknown,Unknown,,,,,,,2014-01-08, +/games/boxart/2382972ccc.gif,Comix Zone,GEN,Action,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_2610682AmericaFrontccc.jpg,Comix Zone,VC,Action,Sega,Sega,,,,,,,2007-01-29, +/games/boxart/full_1978865AmericaFrontccc.jpg,Comix Zone,PC,Action,SegaSoft,Sega Technical Institute,,,,,,,1995-01-01, +/games/boxart/full_9741057PALFrontccc.jpg,Comix Zone,GBA,Action,Sega,Virtucraft,,,,,,,2002-09-11, +/games/boxart/full_3298105AmericaFrontccc.jpg,Comix Zone,XBL,Action,Sega,Backbone Entertainment,,,,,,,2009-06-10, +/games/boxart/full_comix-zone_337AmericaFront.jpg,Comix Zone,PSN,Action,Unknown,Backbone Entertainment,,,,,,,2011-08-09, +/games/boxart/full_comix-zone-genesis_262AmericaFront.jpg,Comix Zone (Genesis),PC,Action,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/default.jpg,Command and Conquer: The Ultimate Collection,PC,Action,Electronic Arts,Unknown,,,,,,,2014-02-20, +/games/boxart/6217770ccc.jpg,Commando,7800,Action,Atari,Sculptured Software,,,,,,,1990-01-01, +/games/boxart/full_2319165AmericaFrontccc.jpg,Commando Jack,PC,Action,Chillingo,Chillingo,,,,,,,2014-08-22, +/games/boxart/7224506ccc.jpg,Commando Raid,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/full_6286769PALFrontccc.jpg,Conan,GC,Action,TDK Mediactive,Cauldron,,,,,,,2005-04-15, +/games/boxart/7376113ccc.jpg,Conan,NES,Action,Mindscape,System 3,,,,,,,1991-02-01, +/games/boxart/full_3854289PALFrontccc.jpg,Conan,PC,Action,TDK Mediactive,Cauldron,,,,,,,2004-04-08, +/games/boxart/full_7635281PALFrontccc.jpg,Conan,PS2,Action,TDK Mediactive,Cauldron,,,,,,,2004-05-07, +/games/boxart/full_4964073PALFrontccc.jpg,Conan,XB,Action,TDK Mediactive,Cauldron,,,,,,,2004-04-08, +/games/boxart/full_conan_7AmericaFront.jpg,Conan,XBL,Action,THQ,Nihilistic Software,,,,,,,2010-07-13, +/games/boxart/full_715856AmericaFrontccc.jpg,Condemned: Criminal Origins,PC,Action,Sega,Monolith Productions,,,,,,,2006-04-11, +/games/boxart/default.jpg,Confuzion,PC,Action,Unknown,Incentive Software Ltd.,,,,,,,, +/games/boxart/7458144ccc.jpg,Congo Bongo,5200,Action,Sega,Sega,,,,,,,1984-01-01, +/games/boxart/default.jpg,Congo Bongo,PC,Action,Sega,Sega,,,,,,,1983-01-01, +/games/boxart/full_1168190PALFrontccc.jpg,Constantine,PC,Action,SCi,Bits Studios,,,,,,,2005-03-04, +/games/boxart/full_2772159AmericaFrontccc.jpg,Construction Machines 2014,PC,Action,PlayWay,Unknown,,,,,,,2014-03-28, +/games/boxart/full_6763355AmericaFrontccc.jpg,Contagion,XBL,Action,Microsoft,Trailer Matze,,,,,,,2009-08-14, +/games/boxart/8779972ccc.jpg,Cookie Monster Munch,2600,Action,Atari,"Children's Computer Workshop, Inc.",,,,,,,1983-01-01, +/games/boxart/full_2639792JapanFrontccc.jpg,Cooking Fighter,PS,Action,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1998-05-21, +/games/boxart/full_corrupted_193AmericaFront.jpg,Corrupted,XBL,Action,Microsoft,OnlyLuck,,,,,,,2011-01-21, +/games/boxart/9610135ccc.jpg,Cosmic Commuter,2600,Action,Activision,Activision,,,,,,,1984-11-09, +/games/boxart/3959370ccc.jpg,Cosmic Corridor,2600,Action,Unknown,Zimag,,,,,,,1984-01-01, +/games/boxart/7229301ccc.jpg,Cosmic Creeps,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, +/games/boxart/full_3119165AmericaFrontccc.jpg,Cosmic Fighter,PC,Action,Unknown,Bill Hogue and Jeff Konyu,,,,,,,, +/games/boxart/full_8821603AmericaFrontccc.jpg,Cosmic Spacehead,GG,Action,Codemasters,Supersonic Software,,,,,,,1996-01-01, +/games/boxart/9115107ccc.jpg,Cosmic Spacehead,GEN,Action,Codemasters,Codemasters,,,,,,,1993-01-01, +/games/boxart/full_cosmic-swarm_675AmericaFront.jpg,Cosmic Swarm,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, +/games/boxart/full_3340315JapanFrontccc.jpg,Cosmo Gang: The Video,SNES,Action,Namco,Namco,,,,,,,1992-10-29, +/games/boxart/5155261ccc.jpg,Countermeasure,5200,Action,Atari,Atari,,,,,,,1984-01-01, +/games/boxart/full_55798AmericaFrontccc.jpg,CounterSpy,PSV,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-08-20,2018-04-08 +/games/boxart/full_5115666AmericaFrontccc.jpg,CounterSpy,PS3,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-08-20,2018-04-08 +/games/boxart/full_7508841AmericaFrontccc.png,CounterSpy,And,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-09-05,2018-04-08 +/games/boxart/full_6442146AmericaFrontccc.png,CounterSpy,iOS,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-09-05,2018-04-08 +/games/boxart/full_6867905AmericaFrontccc.jpg,CounterSpy,PS4,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-08-20,2018-04-08 +/games/boxart/full_cow-catch_4AmericaFront.jpg,Cow Catch,XBL,Action,Microsoft,John Mitchell,,,,,,,2011-04-03, +/games/boxart/full_cowboy-bebop-tsuioku-no-serenade_4JapanFront.jpg,Cowboy Bebop: Tsuioku no Serenade,PS2,Action,Bandai,Banpresto,,,,,,,2005-08-25, +/games/boxart/1163408ccc.jpg,Cowboy Kid,NES,Action,Romstar,Romstar,,,,,,,1992-01-01, +/games/boxart/7157293ccc.jpg,Crack Down,GEN,Action,Sage's Creation,Sega,,,,,,,1991-05-11, +/games/boxart/8662947ccc.jpg,Crack Down,VC,Action,Sega,Sega,,,,,,,2007-09-07, +/games/boxart/full_crack-down_634AmericaFront.jpg,Crack Down,PC,Action,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/1695050ccc.jpg,Crack'ed,7800,Action,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/full_2301294AmericaFrontccc.jpg,Crackdown 3,XOne,Action,Microsoft Studios,Sumo Digital Ltd,,,,,,,2019-02-15,2020-08-12 +/games/boxart/full_crackout_88PALFront.jpg,Crackout,NES,Action,Palcom,Konami,,,,,,,1991-01-01, +/games/boxart/4557572ccc.jpg,Crackpots,2600,Action,Activision,Activision,,,,,,,1983-05-16, +/games/boxart/4693003ccc.jpg,Crash Dive,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, +/games/boxart/full_737831AmericaFrontccc.jpg,Crash of the Titans,GBA,Action,Sierra Entertainment,Amaze Entertainment,,,,,,,2007-10-04, +/games/boxart/full_crayon-shin-chan-2-ora-to-wanpaku-gokko-dazo_340JapanFront.jpg,Crayon Shin-Chan 2: Ora to Wanpaku Gokko Dazo,GB,Action,Bandai,Bandai,,,,,,,1993-10-22, +/games/boxart/full_crayon-shin-chan-3-ora-no-gokigen-athletic_489JapanFront.jpg,Crayon Shin-Chan 3: Ora no Gokigen Athletic,GB,Action,Bandai,Bandai,,,,,,,1994-03-26, +/games/boxart/full_crayon-shin-chan-4-ora-no-itazura-dai-henshin_2JapanFront.jpg,Crayon Shin-Chan 4: Ora no Itazura Dai Henshin,GB,Action,Bandai,Bandai,,,,,,,1994-08-26, +/games/boxart/full_crayon-shin-chan-ora-no-gokiken-colleciton_603JapanFront.jpg,Crayon Shin-Chan: Ora no Gokiken Colleciton,GB,Action,Bandai,Bandai,,,,,,,1996-12-20, +/games/boxart/full_crazy-balloon-lite_964AmericaFront.jpg,Crazy Balloon Lite,XBL,Action,Microsoft,Backroom Software,,,,,,,2011-08-10, +/games/boxart/full_9665666PALFrontccc.jpg,Crazy Chicken 3,GBA,Action,Ubisoft,Sproing Interactive Media,,,,,,,2002-07-11, +/games/boxart/full_6661628JapanFrontccc.jpg,Crazy Climber,WS,Action,Nihon Bussan,Nihon Bussan,,,,,,,1999-07-29, +/games/boxart/full_7783400JapanFrontccc.jpg,Crazy Climber,NES,Action,Nihon Bussan,Nichibutsu,,,,,,,1986-12-26, +/games/boxart/default.jpg,Crazy Climber (Arcade),VC,Action,Hamster Corporation,Nichibutsu,,,,,,,2010-02-23, +/games/boxart/full_336065JapanFrontccc.jpg,Crazy Climber 2000,PS,Action,Nihon Bussan,ISCO,,,,,,,2000-02-03, +/games/boxart/full_6750528JapanFrontccc.jpg,Crazy Climber Wii,Wii,Action,Nihon System,Nihon System,,,,,,,2007-12-20, +/games/boxart/full_4679235AmericaFrontccc.jpg,Crazy Fairies,PC,Action,Spicy Horse,Spicy Horse,,,,,,,2012-07-12, +/games/boxart/full_7238892AmericaFrontccc.png,Crazy Taxi: City Rush,And,Action,Sega,Sega,,,,,,,2014-07-29, +/games/boxart/full_8756595JapanFrontccc.jpg,Cream Stew mo Minagara Iroiro Gochagocha Ittemasu Kedomo... Warai no Tamago L Size: Ohitori sama Nankai demo,PSP,Action,Hudson Soft,Hudson Soft,,,,,,,2006-03-23, +/games/boxart/default.jpg,Create City,PC,Action,Unknown,Unknown,,,,,,,2007-02-02, +/games/boxart/full_1548040AmericaFrontccc.jpg,Crime Life: Gang Wars,PC,Action,Konami,Hothouse Creations,,,,,,,2005-12-01, +/games/boxart/full_4129091PALFrontccc.jpg,Crime Life: Gang Wars,PS2,Action,Konami,Hothouse Creations,,,,,,,2005-09-01, +/games/boxart/full_crime-spree_4PALFront.jpg,Crime Spree,PSN,Action,Gameshastra,Gameshastra Solutions,,,,,,,2010-10-13, +/games/boxart/default.jpg,CrimeCraft: GangWars,PC,Action,Vogster Entertainment,Vogster,,,,,,,2011-12-05, +/games/boxart/full_500761AmericaFrontccc.jpg,Criminal Legacy,And,Action,GREE,GREE,,,,,,,2014-06-13, +/games/boxart/full_4420898AmericaFrontccc.jpg,Crimson Blues,XBL,Action,Microsoft,Phang Chan Chun,,,,,,,2009-12-11, +/games/boxart/full_3284667PALFrontccc.jpg,Crisis Beat,PS,Action,Bandai,Soft Machine,,,,,,,1998-06-18, +/games/boxart/full_critical-depth_789PALFront.png,Critical Depth,PSN,Action,Atari,SingleTrac,,,,,,,2010-11-17, +/games/boxart/full_961241AmericaFrontccc.jpg,Croc,GB,Action,THQ,Argonaut Games,,,,,,,2000-06-07, +/games/boxart/full_7110533JapanFrontccc.jpg,Croket! 3: Guranyuoukoku no Nazo,GBA,Action,Konami,Konami,,,,,,,2003-12-11, +/games/boxart/full_1409901JapanFrontccc.jpg,Croket! 4,GBA,Action,Konami,Konami,,,,,,,2004-07-22, +/games/boxart/default.jpg,Croket! Kindan no Kinka Box,PS,Action,Konami,Konami,,,,,,,2003-03-20, +/games/boxart/full_3615044JapanFrontccc.jpg,Croket! Yume no Bankaasa Bible,GBA,Action,Konami,Konami,,,,,,,2002-10-17, +/games/boxart/3815881ccc.jpg,Cross Force,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, +/games/boxart/default.jpg,Cross Hunter,GB,Action,NetVillage,NetVillage,,,,,,,2001-04-12, +/games/boxart/default.jpg,Cross of the Dutchman,PC,Action,Triangle Studios,Triangle Studios,,,,,,,2020-12-31, +/games/boxart/full_cross-wiber-cyber-combat-police_4JapanFront.jpg,Cross Wiber: Cyber Combat Police,PCE,Action,FACE,Sankindo,,,,,,,1990-12-21, +/games/boxart/8624398ccc.jpg,Crossbow,2600,Action,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/9913240ccc.jpg,Crossbow,7800,Action,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/3857974ccc.jpg,Crossed Swords,NG,Action,SNK,ADK Corporation,,,,,,,1991-10-01, +/games/boxart/full_crossed-swords_610JapanFront.jpg,Crossed Swords,VC,Action,D4 Enterprise,ADK,,,,,,,2011-09-20, +/games/boxart/full_crossed-swords-cd_445JapanFront.jpg,Crossed Swords (CD),NG,Action,ADK,ADK Corporation,,,,,,,1994-10-31, +/games/boxart/full_crossed-swords-ii-cd_810JapanFront.jpg,Crossed Swords II (CD),NG,Action,ADK,ADK Corporation,,,,,,,1995-05-02, +/games/boxart/full_5246749AmericaFrontccc.jpg,Crosstown,XBL,Action,Microsoft,Studio Hunty,,,,,,,2009-10-18, +/games/boxart/full_4275703AmericaFrontccc.jpg,Crouching Pony Hidden Dragon,PC,Action,Neko Entertainment,Le Cortex,,,,,,,2014-07-11, +/games/boxart/9583180ccc.jpg,Cruise Missile,2600,Action,Unknown,Froggo,,,,,,,1982-01-01, +/games/boxart/9373185ccc.jpg,Crusader: No Regret,PC,Action,Electronic Arts,Origin Systems,,,,,,,1996-09-10, +/games/boxart/full_349943PALFrontccc.jpg,CT Special Forces 3: BioTerror,GBA,Action,Unknown,LSP,,,,,,,, +/games/boxart/full_cubix-robots-for-everyone-showdown_7AmericaFront.jpg,Cubix Robots for Everyone: Showdown,PS2,Action,3DO,Blitz Games,,,,,,,2003-06-02, +/games/boxart/full_3699078AmericaFrontccc.jpg,Cubix Robots for Everyone: Showdown,GBA,Action,3DO,Blitz Games,,,,,,,2002-08-02, +/games/boxart/full_4598565AmericaFrontccc.jpg,Cuphead,XOne,Action,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-08-01 +/games/boxart/full_7055457AmericaFrontccc.jpg,Curious George,PC,Action,Namco,Monkey Bar Games,,,,,,,2006-02-01, +/games/boxart/full_7899736AmericaFrontccc.jpg,Cutthroat Island,GG,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, +/games/boxart/full_cutthroat-island_6AmericaFront.jpg,Cutthroat Island,SNES,Action,Acclaim Entertainment,Software Creations,,,,,,,1996-03-01, +/games/boxart/6037323ccc.jpg,Cutthroat Island,GEN,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, +/games/boxart/3895487ccc.jpg,Cutthroat Island,GB,Action,Acclaim Entertainment,Software Creations,,,,,,,1996-01-01, +/games/boxart/full_cyber-cross_5JapanFront.jpg,Cyber Cross,PCE,Action,FACE,Sankindo,,,,,,,1989-06-23, +/games/boxart/full_4307403JapanFrontccc.jpg,Cyber Org,PS,Action,Square,SqaureSoft,,,,,,,1999-04-22, +/games/boxart/8877997ccc.jpg,Cyber-Cop,GEN,Action,Virgin Interactive,Core Design Ltd.,,,,,,,1992-01-01, +/games/boxart/default.jpg,CyberStrike,PC,Action,Unknown,Simutronics,,,,,,,1993-02-01, +/games/boxart/full_cyberstrike-2_1AmericaFront.jpg,CyberStrike 2,PC,Action,Microprose,Simutronics,,,,,,,1998-11-30, +/games/boxart/full_2589761AmericaFrontccc.jpg,CyberVirus,Lynx,Action,Songbird Productions,Songbird Productions,,,,,,,2002-02-05, +/games/boxart/full_5849927JapanFrontccc.jpg,Cyborg 009,SCD,Action,Riot,Riot,,,,,,,1993-07-30, +/games/boxart/4873589ccc.jpg,Cyborg Hunter,MS,Action,Activision,Activision,,,,,,,1988-01-01, +/games/boxart/1042359ccc.jpg,Cyborg Justice,GEN,Action,Capcom,Novotrade,,,,,,,1993-01-01, +/games/boxart/full_cyborg-kuro-chan-2-white-woods-no-gyakushuu_477JapanFront.jpg,Cyborg Kuro-Chan 2: White Woods no Gyakushuu,GB,Action,Konami,Konami,,,,,,,2000-10-19, +/games/boxart/full_9314703JapanFrontccc.jpg,Cyborg Kuro-Chan: Devil Fukkatsu!!,GB,Action,Konami,Konami,,,,,,,2000-03-23, +/games/boxart/full_5955779AmericaFrontccc.jpg,Cyraid,GB,Action,Nexoft,Epoch,,,,,,,1991-03-01, +/games/boxart/589488ccc.jpg,D-Force,SNES,Action,Asmik Corp,Asmik Corporation of America,,,,,,,1991-12-01, +/games/boxart/default.jpg,Daemonsgate,Lynx,Action,Unknown,Electronic Innovative Design,,,,,,,, +/games/boxart/full_dahna-megami-tanja_295JapanFront.jpg,Dahna: Megami Tanja,GEN,Action,IGS,IGS,,,,,,,1991-12-20, +/games/boxart/default.jpg,Daigaku Ekiden 2008 Hakone,DS,Action,Unknown,SNK Playmore Corporation,,,,,,,, +/games/boxart/full_578062JapanFrontccc.jpg,Daikuugun,PSP,Action,Global A Entertainment,Global A Entertainment,,,,,,,2009-12-10, +/games/boxart/full_9750623JapanFrontccc.jpg,Daisuki Teddy,GBA,Action,MTO,MTO,,,,,,,2002-04-19, +/games/boxart/full_dalmatians-2_249PALFront.jpg,Dalmatians 2,PS,Action,Phoenix Games,Phoenix Games,,,,,,,2003-03-28, +/games/boxart/full_7560210JapanFrontccc.jpg,Dan Doh!!,GBA,Action,Takara,Takara,,,,,,,2004-09-22, +/games/boxart/full_danball-senki-boost_162JapanFront.jpg,Danball Senki Boost,PSN,Action,Level 5,Level 5,,,,,,,2011-11-23, +/games/boxart/full_7845126AmericaFrontccc.jpg,DanceWall Remix,PC,Action,Plug In Digital,Extreme Entertainment Group,,,,,,,2014-08-27, +/games/boxart/5724966ccc.jpg,Dancing Plates,2600,Action,Bit Corporation,Quelle,,,,,,,1983-01-01, +/games/boxart/full_7969061JapanFrontccc.jpg,Dancing Sword: Senkou,GBA,Action,MTO,MTO,,,,,,,2003-03-28, +/games/boxart/full_dangan_7JapanFront.jpg,Dangan,PS,Action,KSS,Mediamuse,,,,,,,2000-02-24, +/games/boxart/full_8274608PALFrontccc.png,Dante's Inferno,PSN,Action,Electronic Arts,Artificial Mind & Movement,4.5,,,,,,2011-05-17, +/games/boxart/full_dantes-inferno_620AmericaFront.jpg,Dante's Inferno,XBL,Action,Electronic Arts,Visceral Games,,,,,,,2011-01-18, +/games/boxart/default.jpg,Dante's Inferno: Dark Forest Pack,PSN,Action,Electronic Arts,Visceral Games,,,,,,,2010-03-04, +/games/boxart/full_dantes-inferno-dark-forest-pack_398AmericaFront.jpg,Dante's Inferno: Dark Forest Pack,XBL,Action,Electronic Arts,Visceral Games,,,,,,,2010-03-04, +/games/boxart/full_dantes-inferno-trials-of-st-lucia_236AmericaFront.jpg,Dante's Inferno: Trials of St. Lucia,PSN,Action,Electronic Arts,Visceral Games,,,,,,,2010-04-29, +/games/boxart/full_dantes-inferno-trials-of-st-lucia_621AmericaFront.jpg,Dante's Inferno: Trials of St. Lucia,XBL,Action,Electronic Arts,Visceral Games,,,,,,,2010-04-29, +/games/boxart/default.jpg,Darashi na Kute Ecchi na Oneesan ga Korogari Kon de Kita. Dosuru!?,PC,Action,Unknown,softhouse-seal,,,,,,,2011-08-05, +/games/boxart/full_darfur-is-dying_839AmericaFront.jpg,Darfur is Dying,PC,Action,Unknown,USC Interactive Media,,,,,,,2006-03-30, +/games/boxart/default.jpg,Dark Angael,PC,Action,Vicarious Visions,Vicarious Visions,,,,,,,1997-01-01, +/games/boxart/4904615ccc.jpg,Dark Chambers,7800,Action,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/952811ccc.jpg,Dark Chambers,2600,Action,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/full_dark-mist_8PALFront.jpg,Dark Mist,PSN,Action,Sony Computer Entertainment,Game Republic,,,,,,,2008-05-15, +/games/boxart/full_7662363AmericaFrontccc.jpg,Dark Vengeance,PC,Action,GT Interactive,Reality Bytes,,,,,,,1998-11-30, +/games/boxart/full_dark-void_368AmericaFront.jpg,Dark Void,XBL,Action,Capcom,Airtight Games,,,,,,,2011-02-01, +/games/boxart/default.jpg,Dark Void: Survivor Missions,XBL,Action,Unknown,Airtight Games,,,,,,,, +/games/boxart/default.jpg,Dark Void: Survivor Missions,PSN,Action,Unknown,Airtight Games,,,,,,,, +/games/boxart/1624618ccc.jpg,Darkman,GB,Action,Ocean,Ocean,,,,,,,1992-12-01, +/games/boxart/7487285ccc.jpg,Darkman,NES,Action,Ocean,Ocean,,,,,,,1991-10-01, +/games/boxart/full_darksiders-wrath-of-war_431AmericaFront.jpg,Darksiders,XBL,Action,THQ,Vigil Games,,,,,,,2011-02-08, +/games/boxart/6224080ccc.jpg,Dash Galaxy in the Alien Asylum,NES,Action,Data East,Beam Software,,,,,,,1990-02-01, +/games/boxart/full_421030AmericaFrontccc.jpg,Dash of Destruction,XBL,Action,Microsoft,NinjaBee,,,,,,,2008-12-17, +/games/boxart/default.jpg,De-formers,XOne,Action,GameTrust,Ready at Dawn,,,,,,,2020-12-31, +/games/boxart/default.jpg,De-formers,PS4,Action,GameTrust,Ready at Dawn,,,,,,,2020-12-31, +/games/boxart/default.jpg,De-formers,PC,Action,GameTrust,Ready at Dawn,,,,,,,2020-12-31, +/games/boxart/639548ccc.jpg,Dead Angle,MS,Action,Sega,Seibu Kaihatsu,,,,,,,1989-01-01, +/games/boxart/full_6868232AmericaFrontccc.png,Dead Bits,PC,Action,Microblast Games,Microblast Games,,,,,,,2014-06-07, +/games/boxart/full_5817674AmericaFrontccc.png,Dead Bits,OSX,Action,Microblast Games,Microblast Games,,,,,,,2014-06-07, +/games/boxart/default.jpg,Dead Block,PC,Action,Unknown,Candygun Games,,,,,,,, +/games/boxart/full_dead-block_860AmericaFront.jpg,Dead Block,PSN,Action,Namco Bandai,Candygun Games,4.5,,,,,,2011-07-19, +/games/boxart/full_dead-block_442AmericaFront.jpg,Dead Block,XBL,Action,Namco Bandai,Candygun Games,4,,,,,,2011-07-06, +/games/boxart/full_129811AmericaFrontccc.jpg,Dead by Daylight,PC,Action,Starbreeze Studios,Behaviour Interactive Inc.,,,,,,,2016-06-14,2019-02-13 +/games/boxart/full_3704275PALFrontccc.jpg,Dead Eye Jim,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2007-01-12, +/games/boxart/full_7754107AmericaFrontccc.jpg,Dead Head Fred,PSN,Action,D3 Publisher,Vicious Cycle,7.4,,,,,,2008-10-17, +/games/boxart/full_7501113AmericaFrontccc.png,Dead in the Water,PSN,Action,Sony Computer Entertainment,Player 1,,,,,,,2009-08-13, +/games/boxart/full_6258200AmericaFrontccc.jpg,Dead Island 2,PS4,Action,Deep Silver,Dambuster Studios,,,,,,,2017-12-30,2019-08-20 +/games/boxart/full_7187279AmericaFrontccc.jpg,Dead Island 2,XOne,Action,Deep Silver,Dambuster Studios,,,,,,,2018-01-01,2019-08-20 +/games/boxart/full_6028629AmericaFrontccc.jpg,Dead Island 2,PC,Action,Deep Silver,Dambuster Studios,,,,,,,2018-12-01,2019-08-20 +/games/boxart/full_dead-island-bloodbath-arena_653AmericaFront.jpg,Dead Island: Bloodbath Arena,PC,Action,Deep Silver,Techland,,,,,,,2011-11-22, +/games/boxart/full_dead-island-bloodbath-arena_723AmericaFront.jpg,Dead Island: Bloodbath Arena,PSN,Action,Deep Silver,Techland,,,,,,,2011-11-22, +/games/boxart/full_dead-island-bloodbath-arena_707AmericaFront.jpg,Dead Island: Bloodbath Arena,XBL,Action,Deep Silver,Techland,,,,,,,2011-11-22, +/games/boxart/full_7766293AmericaFrontccc.jpg,Dead Phoenix,GC,Action,Capcom,Capcom Production Studio 4,,,,,,,2003-08-12, +/games/boxart/full_dead-pixels_473AmericaFront.jpg,Dead Pixels,XBL,Action,Microsoft,Can't Strafe Right,,,,,,,2011-09-15, +/games/boxart/full_dead-rising_4AmericaFront.jpg,Dead Rising,XBL,Action,Capcom,Capcom Production Studio 1,,,,,,,2010-01-26, +/games/boxart/full_dead-rising-2-case-west_383AmericaFront.jpg,Dead Rising 2: Case West,XBL,Action,Capcom,Blue Castle Games,7.6,,,,,,2010-12-27, +/games/boxart/full_dead-rising-2-case-zero_1AmericaFront.jpg,Dead Rising 2: Case Zero,XBL,Action,Capcom,Blue Castle Games,7.9,,,,,,2010-08-31, +/games/boxart/full_dead-rising-2-off-the-record_940AmericaFront.jpg,Dead Rising 2: Off The Record,PSN,Action,Capcom,Blue Castle Games,,,,,,,2011-10-04, +/games/boxart/full_dead-space_782AmericaFront.jpg,Dead Space,PSN,Action,Electronic Arts,EA Redwood Shores,8.9,,,,,,2011-10-18, +/games/boxart/full_9482648AmericaFrontccc.jpg,Deadbreed,PC,Action,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/full_2451582AmericaFrontccc.jpg,Deadly Tide,PC,Action,Microsoft,Rainbow Studios,,,,,,,1996-10-31, +/games/boxart/full_7662875AmericaFrontccc.jpg,Deadpool,PC,Action,Activision,High Moon Studios,,,,,,,2013-06-25,2018-10-10 +/games/boxart/3898063ccc.jpg,Death Duel,GEN,Action,Razorsoft,Razorsoft,,,,,,,1992-01-01, +/games/boxart/full_6849415AmericaFrontccc.jpg,Death to Spies: Moment of Truth,PC,Action,1C Company,Haggard Games,,,,,,,2009-08-10, +/games/boxart/full_deathbots_10AmericaFront.jpg,Deathbots,NES,Action,American Video Entertainment,Odyssey Digital Entertainment,,,,,,,1990-01-01, +/games/boxart/full_6576774AmericaFrontccc.jpg,Deception IV: The Nightmare Princess,PS3,Action,Tecmo Koei,Koei Tecmo Games,,,,,,,2015-07-14,2018-08-01 +/games/boxart/full_9479725JapanFrontccc.jpg,Deemo,PSV,Action,PM Studios,Rayark Inc.,,,,,,,2016-05-16, +/games/boxart/full_6994713AmericaFrontccc.jpg,Deep Duck Trouble Starring Donald Duck,GG,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_2329670PALFrontccc.jpg,Deep Water,PS2,Action,505 Games,Tamsoft,,,,,,,2005-11-16, +/games/boxart/full_3340030AmericaFrontccc.jpg,Defend the Fleet - Pearl Harbor,PC,Action,WizardWorks,Running Dog,,,,,,,2001-05-15, +/games/boxart/8664387ccc.jpg,Defenders of Dynatron City,NES,Action,JVC,Lucasfilm Games,,,,,,,1992-07-01, +/games/boxart/full_1973172AmericaFrontccc.png,Deflector,PSN,Action,Gamehastra,GameShastra,,,,,,,2010-01-28, +/games/boxart/full_8894995PALFrontccc.jpg,Demolition Girl,PS2,Action,505 Games,Tamsoft,,,,,,,2005-11-18, +/games/boxart/1701652ccc.jpg,Demolition Man,SCD,Action,Acclaim Entertainment,Alexandria,,,,,,,1995-11-15, +/games/boxart/2119393ccc.jpg,Demolition Man,GEN,Action,Acclaim Entertainment,Alexandria,,,,,,,1995-01-01, +/games/boxart/2716532ccc.jpg,Demon Sword,NES,Action,Taito,Taito Corporation,,,,,,,1990-01-16, +/games/boxart/6221593ccc.jpg,Demons To Diamonds,2600,Action,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_1041143JapanFrontccc.jpg,Dengeki Bunko: Fighting Climax Ignition,PS4,Action,Sega,Ecole Software,,,,,,,2015-12-17,2018-09-21 +/games/boxart/full_7112227JapanFrontccc.jpg,Dengeki Bunko: Fighting Climax Ignition,PSV,Action,Sega,Ecole Software,,,,,,,2015-12-17,2018-09-21 +/games/boxart/default.jpg,Desert Bus,And,Action,Amateur Pixels,Amateur Pixels,,,,,,,2013-12-06, +/games/boxart/default.jpg,Desert Commando,XBL,Action,Unknown,Big Head Games Ltd.,,,,,,,, +/games/boxart/3987616ccc.jpg,Destert Strike,Lynx,Action,Telegames,Telegames,,,,,,,1992-01-01, +/games/boxart/3341844ccc.jpg,Destination Earthstar,NES,Action,Acclaim Entertainment,Imagineering Inc,,,,,,,1990-02-01, +/games/boxart/full_destroy-all-humans-big-willy-unleashed_899AmericaFront.jpg,Destroy All Humans! Big Willy Unleashed,PS2,Action,Unknown,Savage Entertainment,,,,,,,, +/games/boxart/full_destroy-all-humans-big-willy-unleashed_841AmericaFront.jpg,Destroy All Humans! Big Willy Unleashed,PSP,Action,Unknown,Savage Entertainment,,,,,,,, +/games/boxart/default.jpg,Detroit Metal City DS: Death Shout,DS,Action,Unknown,D3 Publisher,,,,,,,, +/games/boxart/default.jpg,Deus Ex: Human Revolution - Tactical Enhancement Pack,PC,Action,Unknown,Eidos Montreal,,,,,,,, +/games/boxart/default.jpg,Deus Ex: Human Revolution - The Missing Link,PC,Action,Square Enix,Eidos Montreal,7.5,,,,,,2011-10-18, +/games/boxart/default.jpg,Deus Ex: Human Revolution - The Missing Link,PS3,Action,Unknown,Eidos Montreal,,,,,,,, +/games/boxart/full_deus-ex-human-revolution-the-missing-link_38AmericaFront.jpg,Deus Ex: Human Revolution - The Missing Link,XBL,Action,Square Enix,Eidos Montreal,7,,,,,,2011-10-18, +/games/boxart/full_deus-ex-human-revolution-the-missing-link_912AmericaFront.jpg,Deus Ex: Human Revolution - The Missing Link,PSN,Action,Square Enix,Eidos Montreal,8,,,,,,2011-10-18, +/games/boxart/full_2249839JapanFrontccc.jpg,Devastator,SCD,Action,Wolf Team,Wolf Team,,,,,,,1993-05-28, +/games/boxart/full_9363499JapanFrontccc.jpg,Devil Man,NES,Action,Namco,ISCO,,,,,,,1989-04-25, +/games/boxart/full_7636254AmericaFrontccc.jpg,Devil May Cry 4,XBL,Action,Capcom,Capcom,,,,,,,2009-12-22,2018-10-01 +/games/boxart/full_3996922JapanFrontccc.jpg,Devil May Cry 4 Special Edition,XOne,Action,Capcom,Capcom,,,,,,,2015-06-23,2018-09-11 +/games/boxart/full_1902221AmericaFrontccc.jpg,Devil May Cry: 5th Anniversary Collection,PS2,Action,Capcom,Capcom,,,,,,,2006-10-24, +/games/boxart/default.jpg,Devil's Third,PS3,Action,Unknown,Valhalla Game Studios,,,,,,,2020-12-31, +/games/boxart/default.jpg,Devil's Third,X360,Action,Unknown,Valhalla Game Studios,,,,,,,2020-12-31, +/games/boxart/full_1540373AmericaFrontccc.jpg,Devilish,GG,Action,Sage's Creation,Genki,,,,,,,1991-01-01, +/games/boxart/full_devilish-the-next-possession_833AmericaFront.jpg,Devilish: The Next Possession,GEN,Action,Sage's Creation,Aisystem Tokyo,,,,,,,1992-01-01, +/games/boxart/full_devilman_241JapanFront.jpg,DevilMan,PS,Action,Bandai,Bandai,,,,,,,2000-04-13, +/games/boxart/2494324ccc.jpg,Dick Tracy,NES,Action,Bandai,Realtime Associates,,,,,,,1990-08-01, +/games/boxart/578742ccc.jpg,Dick Tracy,GEN,Action,Capcom,Sega,,,,,,,1990-01-01, +/games/boxart/5794003ccc.jpg,Dick Tracy,GB,Action,Bandai,Bandai,,,,,,,1991-12-01, +/games/boxart/8672819ccc.jpg,Dick Tracy,MS,Action,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_dick-tracy_0AmericaFront.jpg,Dick Tracy,PC,Action,Titus,Titus Software,,,,,,,1990-01-01, +/games/boxart/full_3273530AmericaFrontccc.jpg,Die by Sword: Limb from Limb,PC,Action,Interplay,Treyarch,,,,,,,1998-09-30, +/games/boxart/full_5029680AmericaFrontccc.jpg,Die by the Sword,PC,Action,Tantrum Entertainment,Treyarch,,,,,,,1998-02-28, +/games/boxart/full_die-hard_7JapanFront.jpg,Die Hard,PCE,Action,Pack-In-Video,Pack-In Video,,,,,,,1990-09-28, +/games/boxart/full_die-hard_7AmericaFront.jpg,Die Hard,NES,Action,Activision,Pack-In Video,,,,,,,1992-01-01, +/games/boxart/full_die-hard_4AmericaFront.jpg,Die Hard,PC,Action,Activision,Dynamix,,,,,,,1989-01-01, +/games/boxart/full_8445033AmericaFrontccc.jpg,Die Hard Arcade,SAT,Action,Sega,Sega-AM1,,,,,,,1997-04-08, +/games/boxart/2607765ccc.jpg,Die Maus,GB,Action,Infogrames,Infogrames,,,,,,,1999-01-01, +/games/boxart/full_digger-hd_10AmericaFront.jpg,Digger HD,PSN,Action,Creat Studio,Creat Studios,,,,,,,2009-10-01, +/games/boxart/full_3337514JapanFrontccc.jpg,Digi Communication 2 in 1 Datou! Black Gemagema Dan,GBA,Action,Broccoli,Broccoli,,,,,,,2004-07-15, +/games/boxart/full_7754448JapanFrontccc.jpg,DiGiCharat Fantasy,DC,Action,Broccoli,Broccoli,,,,,,,2001-09-06, +/games/boxart/full_9229166AmericaFrontccc.png,Dillon's Rolling Western,3DS,Action,Nintendo,Vanpool,,,,,,,2012-02-22,2018-04-15 +/games/boxart/full_1226361AmericaFrontccc.png,Dillon's Rolling Western: The Last Ranger,3DS,Action,Nintendo,Vanpool,,,,,,,2013-04-11,2018-04-15 +/games/boxart/899785ccc.jpg,Dino Crisis,DC,Action,Capcom,Capcom Production Studio 4,7.2,,,,,,2000-11-14, +/games/boxart/5149017ccc.jpg,Dino Crisis,PC,Action,Capcom,Capcom Production Studio 4,,,,,,,2000-12-04, +/games/boxart/full_9743107AmericaFrontccc.png,Dino Crisis,PSN,Action,Sony Computer Entertainment,Capcom Production Studio 4,,,,,,,2009-11-24, +/games/boxart/full_dino-crisis-2_942AmericaFront.jpg,Dino Crisis 2,PSN,Action,Sony Computer Entertainment,Capcom Production Studio 4,,,,,,,2011-04-19, +/games/boxart/full_7512074JapanFrontccc.jpg,Dino Crisis 5th Anniversary,PS,Action,Capcom,Capcom Production Studio 4,,,,,,,2004-07-01, +/games/boxart/full_9058960AmericaFrontccc.png,Dino Hunter: Deadly Shores,And,Action,Glu Mobile Inc.,Glu Mobile Inc.,,,,,,,2014-07-09, +/games/boxart/default.jpg,Dino Wars,PC,Action,Unknown,DigiTek Software,,,,,,,, +/games/boxart/8365673ccc.jpg,Dirty Harry,NES,Action,Mindscape,Gray Matter,,,,,,,1990-12-01, +/games/boxart/8474011ccc.jpg,Dirty Larry: Renegade Cop,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_285851AmericaFrontccc.jpg,Discs of Tron,XBL,Action,Disney Interactive Studios,Backbone Charlottetown,,,,,,,2008-02-13, +/games/boxart/201614ccc.jpg,Dishaster,2600,Action,Unknown,Zimag,,,,,,,1983-01-01, +/games/boxart/full_1976484AmericaFrontccc.jpeg,Disney Infinity 3.0,And,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2015-08-30,2018-03-20 +/games/boxart/full_6925211AmericaFrontccc.jpg,Disney Infinity 3.0,PC,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2015-08-30,2018-03-20 +/games/boxart/default.jpg,Disney Princess: My Fairytale Adventure,3DS,Action,Disney Interactive Studios,Unknown,,,,,,,2013-08-17, +/games/boxart/1331408ccc.jpg,Disney's 101 Dalmatians II: Patch's London Adventure,PS,Action,Eidos Interactive,Backbone Emeryville,,,,,,,2003-10-14, +/games/boxart/full_2730053AmericaFrontccc.jpg,Disney's Aladdin in Nasira's Revenge,PC,Action,Disney Interactive Studios,Argonaut Games,,,,,,,2001-01-01, +/games/boxart/9007309ccc.jpg,"Disney's American Dragon: Jake Long, Rise of the Huntsclan",GBA,Action,Buena Vista,WayForward,6,,,,,,2006-10-12, +/games/boxart/8200392ccc.jpg,Disney's Dinosaur,DC,Action,Ubisoft,Disney Interactive,5.3,,,,,,2000-11-24, +/games/boxart/full_goof-troop_745AmericaFront.jpg,Disney's Goof Troop,SNES,Action,Capcom,Capcom,,,,,,,1993-07-11, +/games/boxart/full_disneys-lilo-ampamp-stitch_134AmericaFront.jpg,Disney's Lilo & Stitch,PSN,Action,Sony Computer Entertainment,Blitz Games,,,,,,,2011-03-08, +/games/boxart/8253114ccc.jpg,Disney's Meet the Robinsons,GBA,Action,Disney Interactive Studios,Climax Entertainment,4.7,,,,,,2007-03-27, +/games/boxart/1893173ccc.jpg,Disney's Meet the Robinsons,PC,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2007-03-27, +/games/boxart/6070776ccc.jpg,Disney's Meet the Robinsons,PS2,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2007-03-27, +/games/boxart/full_disneys-meet-the-robinsons_5AmericaFront.jpg,Disney's Meet The Robinsons,XBL,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2009-08-11, +/games/boxart/full_5695432PALFrontccc.jpg,Disney's Peter Pan: The Legend of Never Land,PS2,Action,Sony Computer Entertainment,Blue52,,,,,,,2005-10-21, +/games/boxart/3185210ccc.jpg,Disney's Talespin,GG,Action,Sega,Interactive Designs,,,,,,,1993-01-01, +/games/boxart/full_1752294AmericaFrontccc.jpg,Disney's TaleSpin,PCE,Action,NEC,Interactive Designs,,,,,,,1991-01-01, +/games/boxart/full_9716755AmericaFrontccc.jpg,Disney's Tarzan,PS,Action,Sony Computer Entertainment,Eurocom Entertainment Software,,,,,,,1999-06-30, +/games/boxart/full_9772442AmericaFrontccc.jpg,Disney's Tarzan,GB,Action,Activision,Digital Eclipse,,,,,,,1999-06-24, +/games/boxart/full_6932115PALFrontccc.png,Disney's Tarzan,PSN,Action,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2009-07-16, +/games/boxart/7958612ccc.jpg,Disney's The Lion King 1 1/2,GBA,Action,THQ,Vicarious Visions,,,,,,,2003-09-30, +/games/boxart/full_disneys-the-lion-king-simbas-mighty-adventure_2AmericaFront.jpg,Disney's The Lion King: Simba's Mighty Adventure,GB,Action,Activision,Torus Games,,,,,,,2000-12-29, +/games/boxart/full_7816PALFrontccc.png,Disney's The Little Mermaid II,PSN,Action,Disney Interactive Studios,GBlitz Games,,,,,,,2009-01-22, +/games/boxart/2252442ccc.jpg,Disney's The Little Mermaid: Magic in Two Kingdoms,GBA,Action,Buena Vista,Gorilla Systems,,,,,,,2006-10-06, +/games/boxart/8335144ccc.jpg,Disney/Pixar Collection,PC,Action,THQ,THQ,,,,,,,2005-10-20, +/games/boxart/7609154ccc.jpg,Disney's Ariel: The Little Mermaid,GEN,Action,Sega,Bluesky Innovations,,,,,,,1992-01-01, +/games/boxart/full_2319395PALFrontccc.jpg,Diver's Dream,PS,Action,Konami,KCE Sapporo,,,,,,,1998-01-01, +/games/boxart/full_divine-justice-zero_646AmericaFront.jpg,Divine Justice Zero,XBL,Action,Microsoft,Xazin,,,,,,,2011-07-27, +/games/boxart/full_9832544JapanFrontccc.jpg,Divine Sealing,GEN,Action,Unknown,CYX,,,,,,,1991-01-01, +/games/boxart/default.jpg,Divine Souls,PC,Action,Unknown,Outspark Inc.,,,,,,,, +/games/boxart/full_6613883AmericaFrontccc.jpg,Dizzel,PC,Action,OGPlanet,Neowiz Entertainment,,,,,,,2014-07-01, +/games/boxart/4920643ccc.jpg,DJ Boy,GEN,Action,Kaneko Co. Ltd,Kaneko,,,,,,,1990-01-01, +/games/boxart/full_dlc-quest_125AmericaFront.jpg,DLC Quest,XBL,Action,Microsoft,Going Loud Studios,,,,,,,2011-11-02, +/games/boxart/default.jpg,Doctor Who: The Eternity Clock,PS3,Action,BBC Worldwide,Unknown,,,,,,,2012-05-23, +/games/boxart/default.jpg,Dodge,PC,Action,Yokcos,Yokcos,,,,,,,2015-03-13, +/games/boxart/full_dont-feed-the-trolls_6AmericaFront.jpg,Don't Feed the Trolls,XBL,Action,Unknown,Frozax Games,,,,,,,2011-09-23, +/games/boxart/full_donald-land_2JapanFront.jpg,Donald Land,NES,Action,Data East,Data East,,,,,,,1988-01-29, +/games/boxart/full_7266867PALFrontccc.png,Donkey Xote,PSN,Action,Virgin Play,Virgin Play,,,,,,,2009-07-02, +/games/boxart/full_2060143AmericaFrontccc.jpg,Donkey Xote,PSP,Action,Virgin Play,Virgin Play,,,,,,,2009-07-02, +/games/boxart/full_8591956AmericaFrontccc.jpg,Doom Rails,PC,Action,Dream Forge Entertainment,Dream Forge Entertainment,,,,,,,2009-11-04, +/games/boxart/default.jpg,Door Door,PC,Action,Enix,"Chunsoft Co., Ltd.",,,,,,,1984-01-01, +/games/boxart/default.jpg,DOORS 4 FREE - room escape -,And,Action,Unknown,Unknown,,,,,,,2014-04-30, +/games/boxart/full_193706PALFrontccc.jpg,Dora the Explorer: Animal Adventures,PC,Action,Atari,Atari,,,,,,,2007-09-28, +/games/boxart/full_7749275AmericaFrontccc.jpg,Dora the Explorer: World Adventure!,PC,Action,Activision,Black Lantern Studios,,,,,,,2006-10-02, +/games/boxart/full_231380JapanFrontccc.jpg,Doraemon,GB,Action,Epoch,Epoch,,,,,,,1991-03-01, +/games/boxart/full_9624382JapanFrontccc.jpg,Doraemon 2: Animal Wakusei Densetsu,GB,Action,Epoch,Epoch,,,,,,,1992-12-19, +/games/boxart/full_7822372JapanFrontccc.jpg,Doraemon 2: SOS! Otogi no Kuni,PS,Action,Epoch,Epoch,,,,,,,1997-02-21, +/games/boxart/full_8758581JapanFrontccc.jpg,Doraemon Memories: Nobi Dai no Omoi Izaru Daibouken,GB,Action,Epoch,Epoch,,,,,,,2000-03-10, +/games/boxart/full_6081177JapanFrontccc.jpg,Doraemon no GameBoy de Asobouyo DX10,GB,Action,Epoch,Epoch,,,,,,,1998-11-27, +/games/boxart/full_8369435JapanFrontccc.jpg,Doraemon: Aruke Aruke Labyrinth,GB,Action,Epoch,Epoch,,,,,,,1999-07-23, +/games/boxart/full_5297163JapanFrontccc.jpg,Doraemon: Nobi Futo to Fukkatsu no Hoshi,SAT,Action,Epoch,Epoch,,,,,,,1996-03-15, +/games/boxart/full_3372292JapanFrontccc.jpg,Doraemon: Nobita to Yousei no Kuni,SNES,Action,Epoch,SAS Sakata,,,,,,,1993-02-19, +/games/boxart/full_5222537JapanFrontccc.jpg,Doraemon: Nobitaito Fukkatsu no Hoshi,PS,Action,Epoch,Epoch,,,,,,,1996-02-16, +/games/boxart/full_8710440JapanFrontccc.jpg,Doraemon: Nora no Suke no Yabou,GG,Action,Sega,Sega,,,,,,,1993-04-29, +/games/boxart/full_4055014JapanFrontccc.jpg,Doraemon: Yume Dorobou to 7-Jin no Gozans,GEN,Action,Sega,Sega,,,,,,,1993-03-26, +/games/boxart/default.jpg,DotMan,DSiW,Action,Agetec,SilverStarJapan,7.5,,,,,,2011-09-08, +/games/boxart/full_278839AmericaFrontccc.jpg,Double Dragon,NES,Action,Tradewest,Technos Japan Corporation,,,,,,,1988-06-01, +/games/boxart/full_2162896AmericaFrontccc.jpg,Double Dragon,GB,Action,Taito,Technos Japan Corporation,,,,,,,1989-01-01, +/games/boxart/full_9346519AmericaFrontccc.jpg,Double Dragon,GG,Action,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, +/games/boxart/5853848ccc.jpg,Double Dragon,GEN,Action,Ballistic,Software Creations,,,,,,,1993-01-01, +/games/boxart/full_5683652AmericaFrontccc.jpg,Double Dragon,XBL,Action,Empire Interactive,Razorworks,,,,,,,2007-05-09, +/games/boxart/full_8682301AmericaFrontccc.jpg,Double Dragon,NG,Action,SNK,Technos Japan Corporation,,,,,,,1995-03-31, +/games/boxart/8329583ccc.jpg,Double Dragon,7800,Action,Activision,Activision,,,,,,,1989-01-01, +/games/boxart/9065035ccc.jpg,Double Dragon,Lynx,Action,Telegames,"Telegames, Inc.",,,,,,,1993-01-01, +/games/boxart/5838262ccc.jpg,Double Dragon,MS,Action,Sega,Technos Japan Corporation,,,,,,,1988-01-01, +/games/boxart/9954386ccc.jpg,Double Dragon,VC,Action,Tradewest,Technos Japan Corporation,,,,,,,2008-04-28, +/games/boxart/full_473287JapanFrontccc.jpg,Double Dragon,PS,Action,Urban Plant,Technos Japan Corporation,,,,,,,1996-04-26, +/games/boxart/full_9537135AmericaFrontccc.jpg,Double Dragon,PC,Action,Arcadia Systems,Arcadia Systems,,,,,,,1988-01-01, +/games/boxart/full_double-dragon_992AmericaFront.png,Double Dragon,3DS,Action,Aksys Games,Technos Japan Corporation,5.5,,,,,,2011-06-23, +/games/boxart/full_6190079AmericaFrontccc.jpg,Double Dragon (CD),NG,Action,Imperial Entertainment,Technos Japan Corporation,,,,,,,1995-01-01, +/games/boxart/163653ccc.jpg,Double Dragon 3: The Arcade Game,GEN,Action,Flying Edge,Software Creations,,,,,,,1992-01-01, +/games/boxart/5489598ccc.jpg,Double Dragon 3: The Arcade Game,GB,Action,Acclaim Entertainment,Sales Curve Interactive,,,,,,,1992-08-01, +/games/boxart/6357691ccc.jpg,Double Dragon II,GB,Action,Acclaim Entertainment,Technos Japan Corporation,,,,,,,1991-01-01, +/games/boxart/5124408ccc.jpg,Double Dragon II: The Revenge,NES,Action,Acclaim Entertainment,Technos Japan Corporation,,,,,,,1990-01-01, +/games/boxart/full_5704297JapanFrontccc.jpg,Double Dragon II: The Revenge,GEN,Action,PalSoft,Technos Japan Corporation,,,,,,,1991-12-20, +/games/boxart/full_2621218PALFrontccc.jpg,Double Dragon II: The Revenge,PC,Action,Virgin Interactive,Binary Design,,,,,,,1989-01-01, +/games/boxart/full_4573089AmericaFrontccc.png,Double Dragon II: The Revenge,WiiU,Action,Aksys Games,Technos Japan,,,,,,,2014-08-14, +/games/boxart/full_2064719PALFrontccc.jpg,Double Dragon III: The Rosetta Stone,PC,Action,Tradewest,Interactivision,,,,,,,1992-01-01, +/games/boxart/4261430ccc.jpg,Double Dragon III: The Sacred Stones,NES,Action,Acclaim Entertainment,Technos Japan Corporation,,,,,,,1991-02-01, +/games/boxart/3115972ccc.jpg,Double Dragon V: The Shadow Falls,SNES,Action,Tradewest,Leland Interactive Media,,,,,,,1994-07-01, +/games/boxart/3276507ccc.jpg,Double Dragon V: The Shadow Falls,AJ,Action,Tradewest,Leland Interactive Media,,,,,,,1995-04-01, +/games/boxart/full_double-rivals-attack-pack_471AmericaFront.jpg,Double Rivals Attack Pack!,PSP,Action,Sega,Sega,,,,,,,2011-10-18, +/games/boxart/full_double-super-hero-pack_698AmericaFront.jpg,Double Super Hero Pack!,PSP,Action,Sega,Sega,,,,,,,2011-10-18, +/games/boxart/full_7230393AmericaFrontccc.jpg,Double-Ender: Artillery Duel / Ghost Manor,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_341559PALFrontccc.jpg,Double-Ender: Artillery Duel / Super Kung-Fu,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_8881799AmericaFrontccc.jpg,Double-Ender: Chuck Norris Superkicks / Ghost Manor,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_5203762AmericaFrontccc.jpg,Double-Ender: Chuck Norris Superkicks / Spike's Peak,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_double-ender-artillery-duel-chuck-norris-superkicks_1AmericaFront.jpg,Double-Ender: Chuck Norris Superkicks/Artillery Duel,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-07 +/games/boxart/full_double-ender-robin-hood-sir-lancelot_6AmericaFront.jpg,Double-Ender: Robin Hood / Sir Lancelot,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_3572318AmericaFrontccc.jpg,Double-Ender: Spike's Peak/Artillery Duel,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-08 +/games/boxart/full_double-ender-ghost-manor-spikes-peak_6AmericaFront.jpg,Double-Ender: Spike's Peak/Ghost Manor,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-07 +/games/boxart/full_1804444PALFrontccc.jpg,Double-Ender: Super Kung-Fu/Robin Hood,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-07 +/games/boxart/full_3124437AmericaFrontccc.jpg,Double-Ender: Tomarc the Barbarian / Motocross Racer,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_5867284JapanFrontccc.jpg,Doubutsujima no Chubi Gurumi 2: Tamachan Monogatari,GBA,Action,Rocket Company,Rocket Company,,,,,,,2004-08-05, +/games/boxart/full_dough-boy_8JapanFront.jpg,Dough Boy,NES,Action,Kemco,Kemco,,,,,,,1985-12-11, +/games/boxart/full_downtown-nekketsu-koushinkyoku-dokodemo-daiundoukai_748JapanFront.jpg,Downtown Nekketsu Koushinkyoku: Dokodemo Daiundoukai,GB,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1992-07-24, +/games/boxart/full_downtown-special-kunio-kun-no-jidaigeki-dayo-zenin-shuugou_162JapanFront.jpg,Downtown Special: Kunio-Kun no Jidaigeki dayo Zenin Shuugou,GB,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-12-22, +/games/boxart/default.jpg,Downtown Special: Kunio-Kun no Jidaigeki dayo Zenin Shuugou,3DS,Action,Arc System Works,Technos Japan Corporation,,,,,,,2011-07-07, +/games/boxart/full_8884772JapanFrontccc.jpg,Downtown Special: Kunio-kun no Jidaigeki Dayo Zenin Shuugou!,NES,Action,Technos Japan Corporation,Technos Japan,,,,,,,1991-07-26, +/games/boxart/full_1477232JapanFrontccc.jpg,Downtown Special: Kunio-kun no Jidaigeki Dayo Zenin Shuugou!,VC,Action,Arc System Works,Technos Japan,,,,,,,2009-05-12, +/games/boxart/7599393ccc.jpg,Dr. Jekyll and Mr. Hyde,NES,Action,Bandai,Advance Communication Company,,,,,,,1989-04-01, +/games/boxart/default.jpg,Dr. Lunatic,PC,Action,Hamumu Software,Hamumu Software,,,,,,,2000-05-01, +/games/boxart/924780ccc.jpg,Dracula the Undead,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/full_166461AmericaFrontccc.jpg,Dracula: Undead Awakening,DSiW,Action,Chillingo,Moregames Entertainment,,,,,,,2010-03-08, +/games/boxart/full_2549180AmericaFrontccc.jpg,Dracula: Undead Awakening,WW,Action,Chillingo,Moregames Entertainment,,,,,,,2010-03-08, +/games/boxart/full_1158975AmericaFrontccc.png,Dracula: Undead Awakening,PSN,Action,Chillingo,Moregames Entertainment,,,,,,,2010-01-28, +/games/boxart/9343377ccc.jpg,Dragon Ball Z Trilogy,PS2,Action,Atari,Atari,,,,,,,2008-09-24, +/games/boxart/5675465ccc.jpg,Dragon Fighter,NES,Action,Sofel,Sofel,,,,,,,1992-01-01, +/games/boxart/full_6249842PALFrontccc.jpg,Dragon Hunters,DS,Action,Playlogic Game Factory,Engine Software,,,,,,,2008-04-11, +/games/boxart/full_8208702AmericaFrontccc.jpg,Dragon Master Spell Caster,WW,Action,Stickmen Studios,Stickmen Studios,,,,,,,2009-11-09, +/games/boxart/3493143ccc.jpg,Dragon Power,NES,Action,Bandai,TOSE Software,,,,,,,1988-03-01, +/games/boxart/full_1963842AmericaFrontccc.jpg,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PC,Action,Square Enix,Square Enix,,,,,,,2015-12-03, +/games/boxart/full_4598908PALFrontccc.jpg,Dragon Sisters,PS2,Action,Essential Games,Tamsoft,,,,,,,2007-03-23, +/games/boxart/2153824ccc.jpg,DragonHeart: Fire & Steel,SAT,Action,Acclaim Entertainment,Funcom,,,,,,,1996-01-01, +/games/boxart/3622492ccc.jpg,DragonHeart: Fire & Steel,GB,Action,Acclaim Entertainment,Torus Games,,,,,,,1996-05-01, +/games/boxart/full_6269099AmericaFrontccc.jpg,DragonHeart: Fire & Steel,PC,Action,Acclaim Entertainment,Funcom,,,,,,,1996-11-30, +/games/boxart/full_1958444PALFrontccc.jpg,Dragonology,Wii,Action,Unknown,NiK NaK,,,,,,,, +/games/boxart/full_9524755AmericaFrontccc.jpg,Dragonology,DS,Action,Codemasters,NiK NaK,,,,,,,2009-11-10, +/games/boxart/default.jpg,Dragonology,PC,Action,Unknown,NiK NaK,,,,,,,, +/games/boxart/full_drakan-order-of-the-flame_8AmericaFront.jpg,Drakan: Order of the Flame,PC,Action,Psygnosis,Surreal Software,,,,,,,1999-07-14, +/games/boxart/full_1984394AmericaFrontccc.jpg,Draw Slasher,PSV,Action,Mass Creation Sp. z o. o.,Mass Creation,,,,,,,2013-04-23,2022-08-17 +/games/boxart/3614501ccc.jpg,Dreams to Reality,PC,Action,Cryo Interactive,Cryo Interactive Entertainment,,,,,,,1997-01-01, +/games/boxart/full_6959230AmericaFrontccc.jpg,Drive to Survive,PS2,Action,VU Games,Supersonic,,,,,,,2006-12-13, +/games/boxart/full_4487233PALFrontccc.png,Driver,PSN,Action,Ubisoft,Reflections Interactive,8.8,,,,,,2008-08-14, +/games/boxart/full_1810496AmericaFrontccc.jpg,Driver,GB,Action,Infogrames,Crawfish Interactive,,,,,,,2000-05-10, +/games/boxart/default.jpg,Droid Assault,PC,Action,Puppy Games,Puppygames,,,,,,,2008-05-02, +/games/boxart/full_2926297AmericaFrontccc.jpg,Dromedary,XBL,Action,Microsoft,Reginald Shoe,,,,,,,2009-03-24, +/games/boxart/full_1821984AmericaFrontccc.jpg,Drop Zone,XBL,Action,Microsoft,North West,,,,,,,2009-07-29, +/games/boxart/full_ds-pico-series-sanrio-puro-land-waku-waku-okaimono-suteki-na-oheya-otsukuri-masho_3JapanFront.jpg,DS-Pico Series: Sanrio Puro Land - Waku Waku Okaimono - Suteki na Oheya Otsukuri Masho!,DS,Action,Compile Heart,Compile Heart,,,,,,,2010-11-25, +/games/boxart/full_5238770AmericaFrontccc.jpg,Dual Zone,XBL,Action,Microsoft,Ninja Fever,,,,,,,2009-12-07, +/games/boxart/default.jpg,DuckTales: The Quest for Gold,PC,Action,Disney Interactive Studios,Incredible Technologies,,,,,,,1990-01-01, +/games/boxart/full_dudes-with-attitude_4AmericaFront.jpg,Dudes with Attitude,NES,Action,American Video Entertainment,American Video Entertaiment,,,,,,,1990-01-01, +/games/boxart/default.jpg,Duke Nukem Forever,MS,Action,Unknown,3D Realms Entertainment,,,,,,,, +/games/boxart/full_4521504AmericaFrontccc.jpg,Dungeon Defenders II,OSX,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2014-07-01,2018-09-21 +/games/boxart/full_2396932AmericaFrontccc.jpg,Dungeon Defenders II,PC,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2014-07-01,2018-09-21 +/games/boxart/full_4895655AmericaFrontccc.jpg,Dungeon Defenders II,Linux,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2014-07-01,2018-09-21 +/games/boxart/full_4230855AmericaFrontccc.jpg,Dungeon Defenders II,PS4,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2017-06-20,2018-09-21 +/games/boxart/full_2600309AmericaFrontccc.jpg,Dungeons: The Eye of Draconus,PC,Action,SuckerFree Games,SuckerFree Games,,,,,,,2014-08-01, +/games/boxart/full_4995950AmericaFrontccc.jpg,Dusk 12,PC,Action,Buka Entertainment,Orion Games,,,,,,,2009-08-28, +/games/boxart/default.jpg,Dying Light,X360,Action,Warner Bros. Interactive Entertainment,Techland,,,,,,,2015-01-27,2018-05-04 +/games/boxart/default.jpg,Dying Light,PS3,Action,Warner Bros. Interactive Entertainment,Techland,,,,,,,2015-01-27,2018-05-04 +/games/boxart/full_2171012PALFrontccc.jpg,Dynamite Duke,MS,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/2433185ccc.jpg,Dynamite Duke,GEN,Action,Sega,Hertz,,,,,,,1990-01-01, +/games/boxart/full_365325PALFrontccc.jpg,Dynamite Dux,MS,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_3616737AmericaFrontccc.png,Dynasty Warriors,PSN,Action,KOEI,Koei,,,,,,,2009-08-05, +/games/boxart/730538ccc.jpg,Dynasty Warriors 4 Hyper,PC,Action,KOEI,Omega Force,,,,,,,2005-12-09, +/games/boxart/full_5089843AmericaFrontccc.jpg,Dynasty Warriors 6,PC,Action,KOEI,Omega Force,,,,,,,2008-11-18, +/games/boxart/full_dynasty-warriors-7-stage-pack-1_202AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 1,PSN,Action,KOEI,Omega Force,,,,,,,2011-06-03, +/games/boxart/full_dynasty-warriors-7-stage-pack-2_53AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 2,PSN,Action,KOEI,Omega Force,,,,,,,2011-08-16, +/games/boxart/full_dynasty-warriors-7-stage-pack-3_247AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 3,PSN,Action,KOEI,Omega Force,,,,,,,2011-09-13, +/games/boxart/full_dynasty-warriors-7-stage-pack-4_106AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 4,PSN,Action,KOEI,Omega Force,,,,,,,2011-10-11, +/games/boxart/full_8572222AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,PC,Action,Tecmo Koei,Omega Force,,,,,,,2015-01-27, +/games/boxart/default.jpg,Dynasty Warriors BB,PS3,Action,Unknown,Omega Force,,,,,,,, +/games/boxart/default.jpg,Dynasty Warriors BB,PC,Action,CJ Internet Japan,Omega Force,,,,,,,2006-01-01, +/games/boxart/full_6976378AmericaFrontccc.jpg,Dynasty Warriors Vol. 2,PSN,Action,KOEI,Omega Force,,,,,,,2009-12-10, +/games/boxart/full_9572844AmericaFrontccc.png,Dynasty Warriors: Strikeforce,PSN,Action,Tecmo Koei,Omega Force,6.4,,,,,,2009-09-30, +/games/boxart/full_dynowarz-destruction-of-spondylus_4AmericaFront.jpg,Dynowarz: The Destruction of Spondylus,NES,Action,Bandai,Advance Communication Company,,,,,,,1990-04-01, +/games/boxart/7651474ccc.jpg,E-SWAT,MS,Action,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_6578267JapanFrontccc.jpg,Earnest Evans,SCD,Action,Wolf Team,Wolf Team,,,,,,,1991-12-20, +/games/boxart/9455536ccc.jpg,Earnest Evans,GEN,Action,Renovation,Wolf Team,,,,,,,1992-01-01, +/games/boxart/default.jpg,Earth Saver Plus: Inseki Bakuha Daisakusen,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-05-19, +/games/boxart/full_317522AmericaFrontccc.jpg,EarthNight,OSX,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, +/games/boxart/full_865527AmericaFrontccc.jpg,EarthNight,PC,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, +/games/boxart/full_1467684AmericaFrontccc.jpg,EarthNight,And,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, +/games/boxart/full_969644AmericaFrontccc.jpg,EarthNight,PSV,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, +/games/boxart/full_6376233AmericaFrontccc.jpg,EarthNight,PS4,Action,cleaversoft,cleaversoft,,,,,,,2015-01-01, +/games/boxart/full_4883828AmericaFrontccc.jpg,Easter Bunny's Big Day,PS,Action,Mastiff,Mastiff,,,,,,,2003-04-01, +/games/boxart/full_eat-them_571AmericaFront.jpg,Eat Them!,PSN,Action,Sony Computer Entertainment,FluffyLogic,,,,,,,2010-12-21, +/games/boxart/full_4087742PALFrontccc.jpg,Echelon: Wind Warriors,PC,Action,Buka Entertainment,Buka Entertainment,,,,,,,2004-02-03,2018-07-19 +/games/boxart/full_6123479AmericaFrontccc.jpg,Ectoplasmic Wars,XBL,Action,Microsoft,theHans,,,,,,,2009-12-21, +/games/boxart/default.jpg,Edge,MS,Action,Unknown,Mobigame,,,,,,,, +/games/boxart/default.jpg,Edge of Twilight,PS3,Action,Unknown,FuzzyEyes,,,,,,,, +/games/boxart/default.jpg,Edge of Twilight,X360,Action,Unknown,FuzzyEyes,,,,,,,, +/games/boxart/default.jpg,Edge of Twilight,PC,Action,Unknown,FuzzyEyes,,,,,,,, +/games/boxart/full_7635596AmericaFrontccc.jpg,Eduardo the Samurai Toaster,WW,Action,Semnat Studios,Semnat Studios LLC,,,,,,,2009-06-15, +/games/boxart/5313616ccc.jpg,Eggomania,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/default.jpg,Eggy,VC,Action,D4 Enterprise,Bothtec,,,,,,,2008-07-29, +/games/boxart/full_eightman_892AmericaFront.jpg,Eightman,NG,Action,SNK,Pallas,,,,,,,1991-11-10, +/games/boxart/6638520ccc.jpg,El Viento,GEN,Action,Renovation,Wolf Team,,,,,,,1991-01-01, +/games/boxart/full_8602063AmericaFrontccc.jpg,Electrocop,Lynx,Action,Atari,Epyx,,,,,,,1989-01-01, +/games/boxart/full_elemental-wizard_0AmericaFront.jpg,Elemental Wizard,XBL,Action,Microsoft,Boosted Games,,,,,,,2011-09-05, +/games/boxart/full_elevator-action-returns_1JapanFront.jpg,Elevator Action Returns,SAT,Action,Unknown,Ving,,,,,,,1997-02-14, +/games/boxart/full_1508531AmericaFrontccc.jpg,Elfland Reloaded Vol. 1,XBL,Action,Microsoft,BogTurtleCarl,,,,,,,2009-10-09, +/games/boxart/full_3448477AmericaFrontccc.png,Eli's Ladder,2600,Action,Unknown,Simage,,,,,,,1982-01-01, +/games/boxart/9858378ccc.jpg,Emergency Fire Response,PC,Action,DreamCatcher Interactive,Monte Cristo Multimedia,,,,,,,2003-07-30, +/games/boxart/default.jpg,Empress of the Deep 3: Legacy of the Phoenix,PC,Action,Mumbo Jumbo,Big Fish Games,,,,,,,2014-08-07, +/games/boxart/1409134ccc.jpg,Encounter At L-5,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, +/games/boxart/full_1628207AmericaFrontccc.jpg,Enemy at the Gate,XBL,Action,Microsoft,Big Daddio,,,,,,,2009-09-12, +/games/boxart/default.jpg,Enslaved: Odyssey to the West - Pigsy's Perfect 10,XBL,Action,Unknown,Ninja Theory,,,,,,,, +/games/boxart/default.jpg,Enslaved: Odyssey to the West - Pigsy's Perfect 10,PSN,Action,Namco Bandai,Ninja Theory,,,,,,,2010-11-23, +/games/boxart/full_6145241AmericaFrontccc.jpg,Entity,2600,Action,CGE Services Corporation,CGE Services,,,,,,,2003-08-09, +/games/boxart/4598231ccc.jpg,Entombed,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/full_entomorph-plague-of-the-darkfall_276AmericaFront.jpg,Entomorph: Plague of the Darkfall,PC,Action,SSI,SSI,,,,,,,1995-09-01, +/games/boxart/full_5059658AmericaFrontccc.jpg,Entwined,PSV,Action,Sony Computer Entertainment,PixelOpus,,,,,,,2014-07-22,2018-04-07 +/games/boxart/full_2159484AmericaFrontccc.jpg,Entwined,PS4,Action,Sony Computer Entertainment,PixelOpus,,,,,,,2014-06-09,2018-04-07 +/games/boxart/full_7125851AmericaFrontccc.jpg,Entwined,PS3,Action,Sony Computer Entertainment,PixelOpus,,,,,,,2014-07-22,2018-04-07 +/games/boxart/full_8144966AmericaFrontccc.jpg,Epic Skater,And,Action,Kongregate,Kongregate,,,,,,,2014-07-23, +/games/boxart/full_5625109AmericaFrontccc.jpg,Epigenesis,PC,Action,Unknown,Unknown,,,,,,,2013-11-01, +/games/boxart/full_epyxs-impossible-mission_232PALFront.png,Epyx's Impossible Mission,PSN,Action,System 3 Arcade Software,System 3 Software,,,,,,,2010-11-24, +/games/boxart/7707915ccc.jpg,Eragon,XB,Action,Sierra Entertainment,Stormfront Studios,5.3,,,,,,2006-11-14, +/games/boxart/5414055ccc.jpg,Eragon,PS2,Action,Sierra Entertainment,Stormfront Studios,5.4,,,,,,2006-11-14, +/games/boxart/full_5152957JapanFrontccc.jpg,Erementar Gerad: Huuin Sarashi Kyou,GBA,Action,Tomy Corporation,Tomy,,,,,,,2005-07-07, +/games/boxart/full_1731031AmericaFrontccc.jpg,Escape Dead Island,PC,Action,Deep Silver,Fatshark,,,,,,,2014-11-18,2018-04-16 +/games/boxart/603828ccc.jpg,Escape From The Mindmaster,2600,Action,Unknown,Starpath Corp.,,,,,,,1982-01-01, +/games/boxart/default.jpg,escape story,And,Action,Unknown,Unknown,,,,,,,2014-07-31, +/games/boxart/default.jpg,Escape The Prison Room,And,Action,Unknown,Unknown,,,,,,,2014-08-13, +/games/boxart/default.jpg,Escape the room: Epidemics,And,Action,Unknown,Unknown,,,,,,,2014-10-12, +/games/boxart/default.jpg,Escape Trick: Convience Store,DSiW,Action,Unknown,Intense,,,,,,,, +/games/boxart/default.jpg,Escape Trick: Ninja Castle,DSiW,Action,Unknown,Intense,,,,,,,, +/games/boxart/full_escapevektor-chapter-1_929AmericaFront.jpg,escapeVektor: Chapter 1,WW,Action,Unknown,Nnooo,9,,,,,,2011-09-29, +/games/boxart/497043ccc.jpg,Espial,2600,Action,Tigervision,Tigervision,,,,,,,1984-01-01, +/games/boxart/default.jpg,ESWAT: City Under Siege,XBL,Action,Unknown,Sega,,,,,,,, +/games/boxart/full_evangelion-shin-gekijoban-3nd-impact_800JapanFront.jpg,Evangelion Shin Gekijoban: 3nd Impact,PSN,Action,Namco Bandai,Grasshopper Manufacture,,,,,,,2011-09-29, +/games/boxart/full_3614660AmericaFrontccc.jpg,Evasive Space,WW,Action,Yuke's,High Voltage Software,,,,,,,2009-02-16, +/games/boxart/full_7511525AmericaFrontccc.jpg,"Even So, I Still Love You",XBL,Action,Microsoft,nakfiv,,,,,,,2009-07-27, +/games/boxart/5320688ccc.jpg,Evil Dead: Regeneration,PC,Action,THQ,Cranky Pants Games,,,,,,,2005-10-12, +/games/boxart/2908378ccc.jpg,Evolva,PC,Action,Interplay,Computer Artworks,,,,,,,2000-06-01, +/games/boxart/full_4695926JapanFrontccc.jpg,Excave: Sorcerer of the Underworld,3DS,Action,Mechanic Arms,Mechanic Arms,,,,,,,2014-07-16, +/games/boxart/1862533ccc.jpg,Exocet,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, +/games/boxart/full_exo-squad_10AmericaFront.gif,ExoSquad,GEN,Action,Playmates,Novotrade International,,,,,,,1995-01-01, +/games/boxart/full_1539293AmericaFrontccc.jpg,Expendable,DC,Action,Infogrames,Rage Software,5.5,,,,,,1999-09-09, +/games/boxart/full_expendable_237PALFront.jpg,Expendable,PC,Action,Rage Software,Rage Software,,,,,,,1999-01-01, +/games/boxart/full_7172198AmericaFrontccc.jpg,Experiment 12,XBL,Action,Microsoft,buddrick,,,,,,,2009-11-07, +/games/boxart/full_express-raider_5AmericaFront.jpg,Express Raider,PSN,Action,Unknown,"G1M2, LLC",,,,,,,2010-06-15, +/games/boxart/full_8437650AmericaFrontccc.jpg,Extinction,PC,Action,Maximum Games,Iron Galaxy,,,,,,,2018-04-10,2018-02-01 +/games/boxart/full_extreme-ghostbusters-zap-the-ghosts_9PALFront.jpg,Extreme Ghostbusters: Zap The Ghosts!,PC,Action,LSP Games,LSP Games,,,,,,,2001-12-01, +/games/boxart/9969372ccc.jpg,F22 Interceptor,GEN,Action,Electronic Arts,Electronic Arts,,,,,,,1991-01-01, +/games/boxart/default.jpg,Fabulous - Angelas High School Reunion,Amig,Action,Focus on the Family,GameHouse,,,,,,,2017-04-01, +/games/boxart/full_4703320AmericaFrontccc.jpg,Face of Mankind,PC,Action,Nexeon Technologies,Nexeon Technologies,,,,,,,2014-07-18, +/games/boxart/full_4146037PALFrontccc.jpg,Factory Panic,GG,Action,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/9613146ccc.jpg,Fade to Black,PC,Action,Electronic Arts,Delphine Software International,,,,,,,1995-08-31, +/games/boxart/default.jpg,Fairytale Fights,PC,Action,Unknown,Playlogic Game Factory,,,,,,,, +/games/boxart/default.jpg,Faith and a .45,PS3,Action,Unknown,Deadline Games,,,,,,,, +/games/boxart/default.jpg,Faith and a .45,X360,Action,Unknown,Deadline Games,,,,,,,, +/games/boxart/full_5792129AmericaFrontccc.jpg,FallDown,XBL,Action,Microsoft,ProjectorGames,,,,,,,2008-12-20, +/games/boxart/full_8124739JapanFrontccc.jpg,Famicom Mini: Kidou Senshi Z-Gundam - Hot Scramble,GBA,Action,Bandai,Bandai,,,,,,,2004-03-18, +/games/boxart/full_3283720AmericaFrontccc.jpg,Fantastic 4,GBA,Action,Activision,Torus Games,5.5,,,,,,2005-06-27, +/games/boxart/full_1380378AmericaFrontccc.jpg,Fantastic 4,PC,Action,Activision,Beenox,,,,,,,2005-06-27, +/games/boxart/full_3670951JapanFrontccc.jpg,Fantastic Children,GBA,Action,Bandai,Bandai,,,,,,,2005-05-19, +/games/boxart/default.jpg,Fast & Furious: Showdown,3DS,Action,Activision,Unknown,,,,,,,2013-05-21, +/games/boxart/default.jpg,Fast & Furious: Showdown,WiiU,Action,Activision,Unknown,,,,,,,2013-05-21, +/games/boxart/full_1851706AmericaFrontccc.png,Fat Dragons,X360,Action,Nostatic Software,Nostatic Software,,,,,,,2014-03-07, +/games/boxart/full_8305531AmericaFrontccc.png,Fat Dragons,PSV,Action,Nostatic Software,Nostatic Software,,,,,,,2014-06-24, +/games/boxart/full_fat-princess_295AmericaFront.jpg,Fat Princess,PSN,Action,Sony Computer Entertainment,Titan Studios,7.8,,,,,,2009-07-30, +/games/boxart/full_9995755AmericaFrontccc.jpg,Fat Princess Adventures,PS4,Action,Sony Computer Entertainment,Fun Bits,,,,,,,2015-12-05, +/games/boxart/full_9356789AmericaFrontccc.jpg,Fat Princess: Fistful of Cake,PSN,Action,Sony Computer Entertainment,SuperVillain Studios,7,,,,,,2010-05-04, +/games/boxart/full_fatal-seduction_142AmericaFront.jpg,Fatal Seduction,XBL,Action,Microsoft,Silver Dollar Games,,,,,,,2011-06-29, +/games/boxart/6692181ccc.jpg,Fathom,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/full_8298149AmericaFrontccc.png,Fe,XOne,Action,Electronic Arts,Zoink Games,,,,,,,2018-02-16,2018-07-18 +/games/boxart/full_2228730AmericaFrontccc.png,Fe,PS4,Action,Electronic Arts,Zoink Games,,,,,,,2018-02-16,2018-07-18 +/games/boxart/full_849783AmericaFrontccc.png,Fe,PC,Action,Electronic Arts,Zoink Games,,,,,,,2018-02-16,2018-07-18 +/games/boxart/full_2453081AmericaFrontccc.jpg,Felix: Tale of the Night,XBL,Action,Microsoft,Anti,,,,,,,2009-12-21, +/games/boxart/full_5913330AmericaFrontccc.jpg,Ferro: Robot on the Run,And,Action,Ludobit,Ludobit,,,,,,,2014-07-13, +/games/boxart/full_6685120AmericaFrontccc.jpg,FIFA 15 Ultimate Team,And,Action,Electronic Arts,Unknown,,,,,,,2014-09-19, +/games/boxart/default.jpg,Fifth Phantom Saga,PS3,Action,Unknown,Sega,,,,,,,, +/games/boxart/3547073ccc.jpg,Fight For Life,AJ,Action,Midway Games,Atari,,,,,,,1996-01-01, +/games/boxart/full_fightbox_131PALFront.jpg,FightBox,PC,Action,BBC Multimedia,Gamezlab,,,,,,,2004-02-06, +/games/boxart/full_fightbox_749PALFront.jpg,FightBox,PS2,Action,BBC Multimedia,Gamezlab,,,,,,,2004-02-06, +/games/boxart/full_5485238AmericaFrontccc.png,Fighting Force,PSN,Action,Sony Computer Entertainment,Core Design,,,,,,,2009-11-23, +/games/boxart/1069319ccc.jpg,Fighting Force 2,DC,Action,Eidos Interactive,Core Design Ltd.,4.5,,,,,,1999-11-30, +/games/boxart/full_fighting-run_8JapanFront.jpg,Fighting Run,PCE,Action,Nichibutsu,Nichibutsu,,,,,,,1991-11-29, +/games/boxart/full_3365209AmericaFrontccc.jpg,Filler,XBL,Action,Microsoft,SimianLogic,,,,,,,2009-09-13, +/games/boxart/default.jpg,Film Quiz!Guess the Movie,And,Action,Unknown,Unknown,,,,,,,2013-07-05, +/games/boxart/default.jpg,Film Quiz!Guess the Movie 2,And,Action,Unknown,Unknown,,,,,,,2014-01-04, +/games/boxart/218131ccc.jpg,Final Approach,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, +/games/boxart/full_6798100PALFrontccc.png,Final Armada,PSN,Action,Virgin Play,I-Imagine,,,,,,,2009-07-09, +/games/boxart/full_1183470PALFrontccc.jpg,Final Armada,PSP,Action,Unknown,I-Imagine,,,,,,,2007-08-17, +/games/boxart/default.jpg,Final Assault,PC,Action,Unknown,Infogrames,,,,,,,, +/games/boxart/full_4152846AmericaFrontccc.jpg,Final Exam,X360,Action,Focus Home Interactive,Mighty Rocket Studio,,,,,,,2013-11-06,2019-04-21 +/games/boxart/full_6378889AmericaFrontccc.jpg,Final Exam,PS3,Action,Focus Home Interactive,Mighty Rocket Studio,,,,,,,2013-11-05,2019-04-21 +/games/boxart/full_final-fight_3AmericaFront.jpg,Final Fight,VC,Action,Capcom,Capcom,,,,,,,2007-05-07, +/games/boxart/full_1644482AmericaFrontccc.jpg,Final Fight 2,VC,Action,Capcom,Capcom,,,,,,,2009-10-12, +/games/boxart/4061189ccc.jpg,Final Fight 3,SNES,Action,Capcom,Capcom,,,,,,,1995-12-21, +/games/boxart/full_4507112AmericaFrontccc.jpg,Final Fight 3,VC,Action,Capcom,Capcom,,,,,,,2010-01-04, +/games/boxart/5764292ccc.jpg,Final Fight CD,SCD,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_882441AmericaFrontccc.jpg,Final Fight Guy,SNES,Action,Capcom,Capcom,,,,,,,1994-06-01, +/games/boxart/full_final-fight-double-impact_1AmericaFront.jpg,Final Fight: Double Impact,PSN,Action,Capcom,Capcom,8.3,,,,,,2010-04-15, +/games/boxart/full_6589176AmericaFrontccc.jpg,Final Fight: Double Impact,XBL,Action,Capcom,Capcom,8.3,,,,,,2010-04-14, +/games/boxart/full_final-zone_840AmericaFront.jpg,Final Zone,GEN,Action,Renovation,Wolf Team,,,,,,,1990-01-01, +/games/boxart/full_final-zone-ii_784AmericaFront.jpg,Final Zone II,PCE,Action,Nippon Telenet,"Renovation Products, Inc.",,,,,,,1990-01-01, +/games/boxart/7968177ccc.jpg,Finding Nemo,PC,Action,THQ,Traveller's Tales,,,,,,,2003-05-05, +/games/boxart/8720179ccc.jpg,Finding Nemo: Nemo's Underwater World of Fun,PC,Action,THQ,Amaze Entertainment,,,,,,,2003-01-01, +/games/boxart/full_finest-hour-arcade_0JapanFront.jpg,Finest Hour (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-08-25, +/games/boxart/full_6167507AmericaFrontccc.png,Finger VS Axes,And,Action,Unknown,Unknown,,,,,,,2014-08-22, +/games/boxart/4794877ccc.jpg,Fire Fighter,2600,Action,Imagic,Imagic,,,,,,,1982-01-01, +/games/boxart/9161637ccc.jpg,Fire Fly,2600,Action,Mythicon,Mythicon,,,,,,,1983-01-01, +/games/boxart/default.jpg,Fireblade,GBA,Action,Midway Games,Midway Games,,,,,,,2003-02-28, +/games/boxart/6914458ccc.jpg,Firehawk,NES,Action,Camerica,Codemasters,,,,,,,1991-01-01, +/games/boxart/4229946ccc.jpg,Firestriker,SNES,Action,DTMC,Axes Art Amuse,,,,,,,1994-10-01, +/games/boxart/2502060ccc.jpg,First Samurai,SNES,Action,Kemco,Vivid Image,,,,,,,1993-07-02, +/games/boxart/8047589ccc.jpg,Fish Dude,GB,Action,Sofel,Towachiki,,,,,,,1991-04-01, +/games/boxart/full_9383277AmericaFrontccc.jpg,Fishing Girl,XBL,Action,Microsoft,errcw,,,,,,,2009-09-19, +/games/boxart/1500499ccc.jpg,Fist of the North Star,NES,Action,Taxan,Shouei,,,,,,,1989-04-01, +/games/boxart/full_5242911AmericaFrontccc.jpg,Fittest,XBL,Action,Microsoft,Blue Door Productions,,,,,,,2009-06-05, +/games/boxart/full_2395879PALFrontccc.jpg,Fix it: Home improvement challenge,PC,Action,Oxygen Interactive,Freedom Factory Studios,,,,,,,2010-05-21, +/games/boxart/9847299ccc.jpg,Flash Gordon,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1983-01-01, +/games/boxart/full_3583365AmericaFrontccc.jpg,Flick Knights,OSX,Action,Ballpit Monster,Ballpit Monster,,,,,,,2014-08-12,2018-08-10 +/games/boxart/full_2206539AmericaFrontccc.jpg,Flick Knights,PC,Action,Ballpit Monster,Ballpit Monster,,,,,,,2014-08-12,2018-08-10 +/games/boxart/full_7465874AmericaFrontccc.jpg,Flick Knights,And,Action,Ballpit Monster,Ballpit Monster,,,,,,,2014-08-12,2018-08-10 +/games/boxart/5876355ccc.jpg,Flight of the Intruder,NES,Action,Mindscape,Imagineering Inc.,,,,,,,1991-05-01, +/games/boxart/full_flip-n-shift_138AmericaFront.jpg,Flip N Shift,XBL,Action,Microsoft,Kazgaroth,,,,,,,2011-08-16, +/games/boxart/7429704ccc.jpg,Floigan Bros. Episode 1,DC,Action,Sega,Visual Concepts,6.9,,,,,,2001-07-30, +/games/boxart/full_fluffy-operation-overkill_726AmericaFront.jpg,Fluffy: Operation Overkill,XBL,Action,Microsoft,SO SO DEV Games,,,,,,,2011-06-22, +/games/boxart/full_fly-fu_7PALFront.png,Fly Fu,PSN,Action,Unknown,Invictus Games,,,,,,,2010-07-20, +/games/boxart/full_flying-squadron_63PALFront.jpg,Flying Squadron,PS,Action,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, +/games/boxart/9992507ccc.jpg,Flying Warriors,NES,Action,Culture Brain,Culture Brain,,,,,,,1991-02-01, +/games/boxart/3511855ccc.jpg,Food Fight,7800,Action,Atari,Atari,,,,,,,1986-01-01, +/games/boxart/9470415ccc.jpg,Forest,2600,Action,Unknown,Sancho,,,,,,,1983-01-01, +/games/boxart/full_6779974AmericaFrontccc.png,forma.8,WiiU,Action,Mixedbag Srl,MixedBag srl,,,,,,,2015-01-01,2018-02-12 +/games/boxart/full_7188741AmericaFrontccc.jpg,Formula One,GG,Action,Domark Software,Atari,,,,,,,1993-01-01, +/games/boxart/full_fort-boyard_414PALFront.jpg,Fort Boyard,GB,Action,Titus,Microids,,,,,,,2001-11-09, +/games/boxart/full_4358794AmericaFrontccc.jpg,Foster's Home for Imaginary Friends,GBA,Action,Crave Entertainment,Collision Studios,5.5,,,,,,2006-11-03, +/games/boxart/default.jpg,Fractal Fighter,PC,Action,Unknown,Cactus Games,,,,,,,, +/games/boxart/1203348ccc.jpg,Frankenstein: The Monster Returns,NES,Action,Bandai,Bandai,,,,,,,1991-07-01, +/games/boxart/7060933ccc.jpg,Frantic Flea,SNES,Action,GameTek,Haus Teknikka,,,,,,,1996-04-01, +/games/boxart/full_freakyforms-your-creations-alive_588AmericaFront.png,"Freakyforms: Your Creations, Alive!",3DS,Action,Nintendo,Nintendo,,,,,,,2011-11-10, +/games/boxart/full_3723118AmericaFrontccc.jpg,Frederic: Resurrection of Music,WiiU,Action,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-07-31, +/games/boxart/7343881ccc.jpg,Friday the 13th,NES,Action,LJN,Pack-In Video,,,,,,,1989-02-01, +/games/boxart/full_frisky-tom_4JapanFront.jpg,Frisky Tom,GB,Action,Nichibutsu,Nichibutsu,,,,,,,1995-07-14, +/games/boxart/full_3477505AmericaFrontccc.jpg,Frogger,SNES,Action,Majesco,Morning Star Multimedia,,,,,,,1998-01-01, +/games/boxart/default.jpg,Frogger,GB,Action,Majesco,Majesco Games,,,,,,,1998-08-01, +/games/boxart/full_6064107AmericaFrontccc.jpg,Frogger,XBL,Action,Konami,Digital Eclipse,6.4,,,,,,2006-07-12, +/games/boxart/9872888ccc.jpg,Frogger,5200,Action,Parker Bros.,Parker Brothers,,,,,,,1983-01-01, +/games/boxart/full_902121AmericaFrontccc.jpg,Frogger,GEN,Action,Majesco,Morning Star Multimedia,,,,,,,1998-01-01, +/games/boxart/full_7493783AmericaFrontccc.jpg,Frogger,PC,Action,Sierra Online,Konami,,,,,,,1983-01-01, +/games/boxart/full_8573729AmericaFrontccc.jpg,Frogger (GBC),GB,Action,Majesco,Morning Star Multimedia,,,,,,,1998-12-31, +/games/boxart/full_5931580AmericaFrontccc.jpg,Frogger 2,XBL,Action,Konami,"Voltex, Inc.",,,,,,,2008-06-11, +/games/boxart/802998ccc.jpg,Frogger 2: Swampy's Revenge,DC,Action,Hasbro Interactive,Hasbro Interactive,7.4,,,,,,2000-09-30, +/games/boxart/full_frogger-2-swampys-revenge_876AmericaFront.jpg,Frogger 2: Swampy's Revenge,PC,Action,Hasbro Interactive,Blitz Games Limited,8.5,,,,,,2000-09-19, +/games/boxart/1783060ccc.jpg,Frogger II: Threeedeep!,5200,Action,Parker Bros.,Parker Brothers,,,,,,,1984-01-01, +/games/boxart/full_949319AmericaFrontccc.jpg,Frogger Returns,PSN,Action,Konami,Konami,,,,,,,2009-12-10, +/games/boxart/full_1230796AmericaFrontccc.jpg,Frogger Returns,WW,Action,Konami,Konami,,,,,,,2009-11-09, +/games/boxart/full_361801AmericaFrontccc.jpg,Frogger Returns,DSiW,Action,Konami,Konami,,,,,,,2010-05-17, +/games/boxart/full_1038738JapanFrontccc.jpg,From TV Animation One Piece: Niji no Shima Densetsu,WS,Action,Bandai,Bandai,,,,,,,2001-09-13, +/games/boxart/full_1472591JapanFrontccc.jpg,From TV Animation One Piece: Treasure Wars,WS,Action,Bandai,Bandai,,,,,,,2002-01-03, +/games/boxart/full_41446AmericaFrontccc.jpg,Fruit Ninja,iOS,Action,Unknown,Halfbrick Studios,,,,,,,, +/games/boxart/full_fruit-ninja-kinect_246AmericaFront.jpg,Fruit Ninja Kinect,XBL,Action,Microsoft,Halfbrick Studios,7.6,,,,,,2011-08-10, +/games/boxart/full_8784209AmericaFrontccc.jpg,Fruit Ninja Kinect 2,XOne,Action,Halfbrick Studios,Halfbrick Studios,,,,,,,2016-03-18, +/games/boxart/full_8623541AmericaFrontccc.jpg,Fuel Depot 360,XBL,Action,Microsoft,Interstellar,,,,,,,2008-11-10, +/games/boxart/full_1841198JapanFrontccc.jpg,Fullmetal Alchemist: Senaka wo Takuseshi Mono,PSP,Action,Namco Bandai,Namco Bandai,,,,,,,2009-10-15, +/games/boxart/5152761ccc.jpg,Fun House,NES,Action,Hi Tech Expressions,Hi Tech Expressions,,,,,,,1991-01-01, +/games/boxart/default.jpg,Fun Ways to Pun,And,Action,Unknown,Unknown,,,,,,,2014-10-28, +/games/boxart/default.jpg,Fun Ways to Sing,And,Action,Unknown,Unknown,,,,,,,2014-10-21, +/games/boxart/full_1057285AmericaFrontccc.jpg,Fun With Numbers,2600,Action,Atari,Atari,,,,,,,1977-01-01, +/games/boxart/full_5221489AmericaFrontccc.png,Funky Punch XL,PSN,Action,Solus Games,Solus Games,,,,,,,2009-10-01, +/games/boxart/full_6172221PALFrontccc.jpg,Furious Phil,GIZ,Action,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/3597693ccc.jpg,Fury 3,PC,Action,Microsoft,Terminal Reality,,,,,,,1995-08-31, +/games/boxart/full_pit-pot_4JapanFront.jpg,Fushihi no Oshiro Pit Pot,MS,Action,Sega,Sega,,,,,,,1985-12-14, +/games/boxart/full_futari-wa-precure-max-heart-danzen-ds-de-precure-chikara-o-awasete-dai-battle_6JapanFront.jpg,Futari wa PreCure Max Heart: Danzen! DS de PreCure Chikara o Awasete Dai Battle,DS,Action,Bandai,Matrix Software,,,,,,,2005-12-01, +/games/boxart/full_83696JapanFrontccc.jpg,Futari wa PreCure Max Heart: Maji? Maji!? Fight de IN Janai,GBA,Action,Bandai,Bandai,,,,,,,2005-07-28, +/games/boxart/full_5538347JapanFrontccc.jpg,Futari wa PreCure: Splash*Star Panpaka Game de Zekkouchou!,DS,Action,Namco Bandai,Suzak,,,,,,,2006-11-30, +/games/boxart/full_5750442JapanFrontccc.jpg,Fuuun Gokuu Ninjin,PS,Action,Aicom,Aicom,,,,,,,1996-08-30, +/games/boxart/full_7009640JapanFrontccc.jpg,G-Arms: Operation Gundam,GB,Action,Bandai,Bandai,,,,,,,1991-05-18, +/games/boxart/full_9402090AmericaFrontccc.jpg,G-Force,PC,Action,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2009-07-21, +/games/boxart/full_2585165PALFrontccc.png,G-Force,PSN,Action,Disney Interactive Studios,Keen Games,7,,,,,,2009-10-22, +/games/boxart/5409203ccc.jpg,G-Nome,PC,Action,7th Level,7th Level,,,,,,,1997-02-28, +/games/boxart/full_2456260PALFrontccc.png,G-Police,PSN,Action,Sony Computer Entertainment,Wheelhaus,,,,,,,2007-11-22, +/games/boxart/full_3474930PALFrontccc.png,G-Police,PSN,Action,Sony Computer Entertainment,Wheelhaus,,,,,,,2007-11-22, +/games/boxart/default.jpg,G.G Series: Chou Hero Ouga 2,DSiW,Action,Genterprise,Suzak,,,,,,,2010-08-25, +/games/boxart/full_gg-series-horizontal-bar_455AmericaFront.jpg,G.G Series: Horizontal Bar,DSiW,Action,Genterprise,Suzak,,,,,,,2011-03-07, +/games/boxart/full_gg-series-super-hero-ogre_6AmericaFront.jpg,G.G Series: Super Hero Ogre,DSiW,Action,Genterprise,Suzak,,,,,,,2010-10-11, +/games/boxart/default.jpg,G.G. Series: Assault Buster,DSiW,Action,Genterprise,Genterprise,,,,,,,2010-02-10, +/games/boxart/default.jpg,G.G. Series: Black x Block,DSiW,Action,Genterprise,Genterprise,,,,,,,2009-12-09, +/games/boxart/default.jpg,G.G. Series: Drilling Attack!!,DSiW,Action,Genterprise,Genterprise,,,,,,,2010-02-17, +/games/boxart/default.jpg,G.G. Series: Exciting River,DSiW,Action,Genterprise,Suzak,,,,,,,2010-03-17, +/games/boxart/full_gg-series-throw-out_902JapanFront.jpg,G.G. Series: Throw Out,DSiW,Action,Genterprise,Suzak,,,,,,,2010-03-10, +/games/boxart/default.jpg,G.G. Series: Vertex,DSiW,Action,Genterprise,Genterprise,,,,,,,2009-12-16, +/games/boxart/default.jpg,G.I. JOE,XBL,Action,Unknown,Double Helix,,,,,,,, +/games/boxart/6083083ccc.jpg,G.I. Joe: Cobra Strike,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_2708827AmericaFrontccc.png,G.I. Joe: The Rise of Cobra,PSN,Action,Electronic Arts,Double Helix Games,4.5,,,,,,2009-09-30, +/games/boxart/full_gi-joe-the-rise-of-cobra_615AmericaFront.jpg,G.I. Joe: The Rise of Cobra,XBL,Action,Electronic Arts,Double Helix Games,4.3,,,,,,2011-07-12, +/games/boxart/default.jpg,Gachasute! Dyna Device,GBA,Action,Smile Soft,Smile Soft,,,,,,,2002-07-26, +/games/boxart/default.jpg,Gachasute! Dyna Device 2,GBA,Action,Rocket Company,Rocket Company,,,,,,,2003-12-05, +/games/boxart/full_2156118AmericaFrontccc.jpg,Galactic Escape,XBL,Action,Microsoft,o KB o,,,,,,,2009-10-01, +/games/boxart/full_7760311AmericaFrontccc.jpg,Galak-Z: The Dimensional,PS4,Action,17-Bit,17-Bit,,,,,,,2015-08-04,2018-04-07 +/games/boxart/full_8494775AmericaFrontccc.jpg,Galak-Z: The Dimensional,PSV,Action,17-Bit,17-Bit,,,,,,,2015-01-01,2018-04-07 +/games/boxart/full_1145024AmericaFrontccc.jpg,Galak-Z: The Dimensional,PC,Action,17-Bit,17-Bit,,,,,,,2015-10-29,2018-04-07 +/games/boxart/full_6521374JapanFrontccc.jpg,Galaxy Angel Game Boy Advance: Moridakusan Tenshi no Full Course Okawari Jiyuu,GBA,Action,Marvelous Interactive,Marvelous Interactive,,,,,,,2002-09-13, +/games/boxart/full_2655625AmericaFrontccc.jpg,Galaxy Invasion,PC,Action,Unknown,Bill Hogue and Jeff Konyu,,,,,,,, +/games/boxart/full_5669091AmericaFrontccc.jpg,Game & Watch: Ball,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-19, +/games/boxart/full_1004162AmericaFrontccc.jpg,Game & Watch: Chef,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-03-22, +/games/boxart/full_1215376AmericaFrontccc.jpg,Game & Watch: Donkey Kong Jr.,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-19, +/games/boxart/full_5627213AmericaFrontccc.jpg,Game & Watch: Flagman,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-19, +/games/boxart/full_8619086AmericaFrontccc.jpg,Game & Watch: Helmet,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-05, +/games/boxart/full_5300101AmericaFrontccc.jpg,Game & Watch: Judge,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-03-22, +/games/boxart/full_1703067AmericaFrontccc.jpg,Game & Watch: Manhole,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-05, +/games/boxart/full_7715876AmericaFrontccc.jpg,Game & Watch: Mario's Cement Factory,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-03-22, +/games/boxart/full_2142278AmericaFrontccc.jpg,Game & Watch: Vermin,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-05, +/games/boxart/full_9161491JapanFrontccc.jpg,Game Book DS: Koukaku no Regios,DS,Action,Broccoli,Broccoli,,,,,,,2010-01-28, +/games/boxart/full_9454023AmericaFrontccc.jpg,Game Created by a 5th Grader,XBL,Action,Microsoft,ArnoldB,,,,,,,2009-12-16, +/games/boxart/full_5400983JapanFrontccc.jpg,Game de Demashita! Powerpuff Girls Z,DS,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-06-14, +/games/boxart/full_ganbare-goemon-kurunara-koi-ayashige-ikka-no-kuroi-kage_137JapanFront.jpg,Ganbare Goemon: Kurunara Koi! Ayashige Ikka no Kuroi Kage,PS,Action,Konami,Konami Computer Entertainment Nagoya,,,,,,,1998-12-23, +/games/boxart/full_5944260JapanFrontccc.jpg,Ganbare Goemon: Oedo Daikaiten,PS,Action,Konami,Now Production,,,,,,,2001-03-29, +/games/boxart/full_674317AmericaFrontccc.jpg,Gangstar 2: Kings of L.A.,DSiW,Action,Gameloft,Gameloft,,,,,,,2010-04-12, +/games/boxart/9155114ccc.jpg,Gangster Alley,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, +/games/boxart/full_ganso-jaja-marukun_2JapanFront.jpg,Ganso Jaja Marukun,WS,Action,Jaleco,Jaleco Entertainment,,,,,,,1999-04-15, +/games/boxart/full_9912842JapanFrontccc.jpg,Gantz,PS2,Action,Konami,Konami Computer Entertainment Japan,,,,,,,2005-03-17, +/games/boxart/full_garden-gnome-carnage_4AmericaFront.jpg,Garden Gnome Carnage,XBL,Action,Microsoft,Ludosity Interactive,,,,,,,2010-11-03, +/games/boxart/full_3229072AmericaFrontccc.jpg,Garfield Gets Real,Wii,Action,Unknown,PAWS,,,,,,,2020-12-31, +/games/boxart/full_5852577AmericaFrontccc.jpg,Garfield Kart,3DS,Action,Microids,Microids,,,,,,,2015-08-11, +/games/boxart/full_5892095AmericaFrontccc.jpg,Gargoyles,GEN,Action,Disney Interactive Studios,Buena Vista Interactive,,,,,,,1995-05-15, +/games/boxart/full_2492623AmericaFrontccc.jpg,Garrett the Slug,XBL,Action,Microsoft,The Unallied,,,,,,,2008-11-21, +/games/boxart/4997302ccc.jpg,Gas Hog,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, +/games/boxart/full_2725658AmericaFrontccc.jpg,Gauntlet,NES,Action,Tengen,Tengen,,,,,,,1987-01-01, +/games/boxart/full_1714125AmericaFrontccc.jpg,Gauntlet,XBL,Action,Midway Games,Digital Eclipse,6.4,,,,,,2005-11-22, +/games/boxart/full_4592954PALFrontccc.jpg,Gauntlet,MS,Action,U.S. Gold,Tiertex Design Studios,,,,,,,1990-01-01, +/games/boxart/1928581ccc.jpg,Gauntlet,DS,Action,Unknown,Backbone Entertainment,,,,,,,2020-12-31, +/games/boxart/full_5902739AmericaFrontccc.jpg,Gauntlet (Non Licensed),NES,Action,Tengen,Tengen,,,,,,,1987-01-01, +/games/boxart/full_gauntlet-ii_348AmericaFront.jpg,Gauntlet II,GB,Action,Mindscape,Tengen,,,,,,,1991-09-01, +/games/boxart/full_gauntlet-ii_449AmericaFront.jpg,Gauntlet II,NES,Action,Mindscape,Tengen,,,,,,,1990-09-01, +/games/boxart/default.jpg,Gauntlet II,PSN,Action,Sony Online Entertainment,Atari Games (Midway),,,,,,,2007-05-03, +/games/boxart/full_8806860AmericaFrontccc.jpg,Gauntlet IV,GEN,Action,Tengen,M2,,,,,,,1993-09-16, +/games/boxart/6068600ccc.jpg,Gauntlet Legends,DC,Action,Midway Games,Atari Games,6.7,,,,,,2000-05-30, +/games/boxart/7812945ccc.jpg,Gauntlet: The Third Encounter,Lynx,Action,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_gb-genjin-land-viva-chikkun-oukoku_1JapanFront.jpg,GB Genjin Land: Viva! Chikkun Oukoku,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1994-04-22, +/games/boxart/180887ccc.jpg,Gear Works,GB,Action,Sony Imagesoft,Teque Interactive,,,,,,,1993-10-01, +/games/boxart/full_3668700AmericaFrontccc.jpg,Gear Works,GG,Action,Sony Imagesoft,Teque Interactive,,,,,,,1994-01-01, +/games/boxart/full_3150957JapanFrontccc.jpg,Gegege no Kitarou: Fukkatsu! Tenma Daiou,SNES,Action,Bandai,Bandai,,,,,,,1993-02-05, +/games/boxart/full_3906239JapanFrontccc.jpg,Gegege no Kitarou: Gyakushuu! Youkai Daichisen,PS,Action,Bandai,Bandai,,,,,,,2003-12-11, +/games/boxart/full_gekibo-gekisha-boy_5JapanFront.jpg,Gekibo: Gekisha Boy,PCE,Action,Irem Software Engineering,Tomcat System,,,,,,,1992-10-02, +/games/boxart/full_6846378JapanFrontccc.jpg,Gekitotsu Dangan Jidousha Kessen: Battle Mobile,SNES,Action,System Sacom,System Sacom,,,,,,,1993-06-25, +/games/boxart/full_gekitou-crash-gear-turbo_7JapanFront.jpg,Gekitou! Crash Gear Turbo,WS,Action,Bandai,Bandai,,,,,,,2002-08-10, +/games/boxart/full_9453537JapanFrontccc.jpg,Gekitou! Crushgear Turbo,PS,Action,Bandai,Bandai,,,,,,,2002-07-25, +/games/boxart/default.jpg,Gekitsui-Oh,DSiW,Action,Genki,Genki,,,,,,,2010-03-17, +/games/boxart/full_7060003AmericaFrontccc.jpg,GemChase,XBL,Action,Microsoft,Huehnerschaender,,,,,,,2010-01-01, +/games/boxart/full_general-chaos_284AmericaFront.jpg,General Chaos,GEN,Action,Electronic Arts,Game Refuge,,,,,,,1994-01-13, +/games/boxart/full_genki-bakuhatsu-ganbaruga_682JapanFront.jpg,Genki Bakuhatsu Ganbaruga,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1992-11-27, +/games/boxart/full_6581803JapanFrontccc.jpg,Genocide,PCE,Action,Brain Gray,Zoom Inc.,,,,,,,1992-06-26, +/games/boxart/full_5453182JapanFrontccc.jpg,Genocide 2,SNES,Action,Kemco,Zoom Inc.,,,,,,,1994-08-05, +/games/boxart/full_genpei-toumaden_6JapanFront.jpg,Genpei Toumaden,PCE,Action,Namco,Namco,,,,,,,1990-03-16, +/games/boxart/full_genpei-toumaden_1JapanFront.jpg,Genpei Toumaden,VC,Action,Namco Bandai,Namco,,,,,,,2007-10-02, +/games/boxart/default.jpg,Genpei Toumaden (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2010-03-31, +/games/boxart/full_3433402JapanFrontccc.jpg,Genseijin Justirisers,GBA,Action,Konami,Konami,,,,,,,2004-12-23, +/games/boxart/default.jpg,Geometry Wars 3: Dimensions Evolved,PC,Action,Activision,Unknown,,,,,,,2016-10-11, +/games/boxart/full_gerry-andersons-thunderbirds-kokusai-kyuujotai-juudou-seyo_985JapanFront.jpg,Gerry Anderson's Thunderbirds: Kokusai Kyuujotai Juudou Seyo!!,SNES,Action,Unknown,Aisystem Tokyo,,,,,,,1993-09-10, +/games/boxart/full_4972721JapanFrontccc.jpg,Get Backers Dakkanoku,GBA,Action,Konami,Konami,,,,,,,2001-04-26, +/games/boxart/full_get-rich-or-die-gaming_5AmericaFront.jpg,Get Rich or Die Gaming,XBL,Action,Microsoft,Baller Industries,,,,,,,2010-10-14, +/games/boxart/full_3497091JapanFrontccc.jpg,Get Ride! AMDriver: Senkou no Hero Tanjou,GBA,Action,Konami,Konami,,,,,,,2004-07-22, +/games/boxart/full_827009AmericaFrontccc.jpg,Get The Ball,XBL,Action,Microsoft,Clay Schubiner,,,,,,,2009-07-11, +/games/boxart/full_get-to-tha-choppa-twooo2_528AmericaFront.jpg,GET TO THA CHOPPA TWOOO!!2,XBL,Action,Microsoft,SO SO DEV Games,,,,,,,2011-09-13, +/games/boxart/full_2672452AmericaFrontccc.jpg,GhastlyGhouls,XBL,Action,Microsoft,simiansoup,,,,,,,2009-07-31, +/games/boxart/full_ghost-manor_5AmericaFront.jpg,Ghost Manor,PCE,Action,Turbo Technologies,ICOM Simulations,,,,,,,1992-01-01, +/games/boxart/5715901ccc.jpg,Ghost Rider,GBA,Action,2K Games,Magic Pockets,6.4,,,,,,2007-02-13, +/games/boxart/2183735ccc.jpg,Ghost Rider,PS2,Action,2K Games,Climax Group,,,,,,,2007-02-13, +/games/boxart/full_3388437JapanFrontccc.jpg,Ghost Trap,GBA,Action,Eidos Interactive,Artoon,,,,,,,2002-07-25, +/games/boxart/4978968ccc.jpg,Ghostbusters,NES,Action,Activision,Bits Laboratory,,,,,,,1988-10-01, +/games/boxart/full_ghostbusters-1986_4AmericaFront.jpg,Ghostbusters (1986),PC,Action,Activision,Activision,,,,,,,1986-01-01, +/games/boxart/full_3102856AmericaFrontccc.png,Ghostbusters (2016),PC,Action,Activision,FireForge Games,,,,,,,2016-07-12,2018-09-17 +/games/boxart/7432176ccc.jpg,Ghostbusters II,GB,Action,Activision,HAL Laboratory,,,,,,,1990-12-01, +/games/boxart/1406248ccc.jpg,Ghostbusters II,NES,Action,Activision,Activision,,,,,,,1990-04-01, +/games/boxart/full_ghostbusters-ii_1AmericaFront.jpg,Ghostbusters II,PC,Action,Activision,Dynamix,,,,,,,1989-01-01, +/games/boxart/full_3770081AmericaFrontccc.png,Ghostbusters Paranormal Blast,And,Action,XMG Studio Inc.,XMG Studio Inc.,,,,,,,2012-08-03, +/games/boxart/full_ghostbusters-sanctum-of-slime_942AmericaFront.jpg,Ghostbusters: Sanctum of Slime,PSN,Action,Atari,Behaviour Studios,4.8,,,,,,2011-03-22, +/games/boxart/full_ghostbusters-sanctum-of-slime_618AmericaFront.jpg,Ghostbusters: Sanctum of Slime,XBL,Action,Atari,Behaviour Studios,4.9,,,,,,2011-03-23, +/games/boxart/full_ghostbusters-sanctum-of-slime_637AmericaFront.jpg,Ghostbusters: Sanctum of Slime,PC,Action,Atari,Behaviour Studios,4.8,,,,,,2011-03-23, +/games/boxart/full_ghostbusters-sanctum-of-slime-challenge-pack_884AmericaFront.jpg,Ghostbusters: Sanctum of Slime - Challenge Pack,XBL,Action,Atari,Behaviour Studios,,,,,,,2011-06-01, +/games/boxart/full_ghostbusters-sanctum-of-slime-challenge-pack_434AmericaFront.jpg,Ghostbusters: Sanctum of Slime - Challenge Pack,PC,Action,Atari,Behaviour Studios,,,,,,,2011-06-01, +/games/boxart/full_6460895AmericaFrontccc.jpg,Ghostbusters: The Video Game,PC,Action,Atari,Terminal Reality,,,,,,,2009-06-16, +/games/boxart/full_7851254AmericaFrontccc.png,Ghostbusters: The Video Game,PSN,Action,Atari,Red Fly Studio,5.8,,,,,,2009-11-04, +/games/boxart/full_ghostbusters-the-video-game_231AmericaFront.jpg,Ghostbusters: The Video Game,XBL,Action,Atari,Terminal Reality,,,,,,,2010-12-28, +/games/boxart/default.jpg,Ghostly Mysteries Triple Pack,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-22, +/games/boxart/full_320249AmericaFrontccc.jpg,Ghostship Aftermath,PC,Action,MAG Interactive,MAG Interactive,,,,,,,2014-07-15, +/games/boxart/full_7468105AmericaFrontccc.jpg,GhostSlayer,WW,Action,Gevo Entertainment,Gevo Entertainment,,,,,,,2010-02-22, +/games/boxart/3696437ccc.jpg,Ghoul Patrol,SNES,Action,JVC,LucasArts,,,,,,,1994-11-01, +/games/boxart/full_4150278AmericaFrontccc.jpg,Ghoul Patrol,VC,Action,LucasArts,LucasArts,,,,,,,2010-01-25, +/games/boxart/full_9879395JapanFrontccc.jpg,Giant Gram 2000: All-Japan Pro Wrestling 3,DC,Action,Sega,Sega,,,,,,,2000-08-10, +/games/boxart/full_6374577JapanFrontccc.jpg,Giant Gram: All Japan ProWrestling 2,DC,Action,Sega,Sega,,,,,,,1999-06-24, +/games/boxart/full_5502101JapanFrontccc.jpg,Giant Robo: The Animation - Chikyuu ga Seishisuru Hi,PS2,Action,D3 Publisher,Hikaru-Pro,,,,,,,2004-11-03, +/games/boxart/full_gift_319PALFront.jpg,Gift,GB,Action,Cryo Interactive,Cryo Interactive,,,,,,,2001-08-31, +/games/boxart/full_2222806AmericaFrontccc.png,Gigantic,XOne,Action,Perfect World Entertainment,Motiga,,,,,,,2017-07-20, +/games/boxart/full_2165903AmericaFrontccc.jpg,Gigantic,PC,Action,Perfect World Entertainment,Motiga,,,,,,,2017-07-20, +/games/boxart/full_3906964JapanFrontccc.jpg,Gintama: Gintoki vs. Hijikata!? Kabukichou Gintama Dai Soudatsusen!!,DS,Action,Banpresto,Banpresto,,,,,,,2006-12-14, +/games/boxart/default.jpg,Girlfriends Forever: Magic Skate,WW,Action,Unknown,Kolkom International,,,,,,,2010-07-23, +/games/boxart/4272117ccc.jpg,Glacier Patrol,2600,Action,Telegames,Sunrise Software Inc.,,,,,,,1983-01-01, +/games/boxart/full_gladiator-begins_8AmericaFront.jpg,Gladiator Begins,PSN,Action,Aksys Games,Acquire,6.3,,,,,,2010-09-14, +/games/boxart/full_gladiator-vs_586JapanFront.jpg,Gladiator VS,PS3,Action,Unknown,Acquire,,,,,,,2011-11-23, +/games/boxart/1137241ccc.jpg,Glib,2600,Action,Unknown,Selchow & Righter,,,,,,,1983-01-01, +/games/boxart/default.jpg,Global Ops: Commando Libya,PC,Action,bitComposer Games,Spectral Games,,,,,,,2011-09-20, +/games/boxart/full_5147788AmericaFrontccc.jpg,Go Diego Go! Great Dinosaur Rescue,PC,Action,2K Play,High Voltage Software,,,,,,,2008-10-27, +/games/boxart/full_4387542AmericaFrontccc.jpg,Go Go UFO Smackdown,XBL,Action,Microsoft,FrogSlayer Studios,,,,,,,2009-03-23, +/games/boxart/full_go-series-portable-shrine-wars_214PALFront.jpg,GO Series Portable Shrine Wars,DSiW,Action,Gamebridge,Gamebridge,,,,,,,2011-07-28, +/games/boxart/full_go-series-captain-sub_344AmericaFront.jpg,Go Series: Captain Sub,DSiW,Action,Gamebridge,Tom Create,,,,,,,2011-04-18, +/games/boxart/full_go-series-defence-wars_5AmericaFront.jpg,Go Series: Defense Wars,DSiW,Action,Gamebridge,Tom Create,,,,,,,2010-10-25, +/games/boxart/1011878ccc.jpg,Go! Go! Tank,GB,Action,Electro Brain,Copya Systems,,,,,,,1991-01-02, +/games/boxart/default.jpg,Goal,GIZ,Action,Unknown,Factory1,,,,,,,, +/games/boxart/full_9875838AmericaFrontccc.jpg,Goblyn Stomp,XBL,Action,Microsoft,Trevor B,,,,,,,2009-12-17, +/games/boxart/default.jpg,God Eater,PSN,Action,Unknown,Shift,,,,,,,, +/games/boxart/full_2757909JapanFrontccc.jpg,God Eater Resurrection,PC,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2016-10-01,2018-06-10 +/games/boxart/default.jpg,God Hand,PSN,Action,Capcom,Clover Studio,,,,,,,2011-10-04, +/games/boxart/full_god-of-war-collection_2AmericaFront.jpg,God of War Collection,PSN,Action,Sony Computer Entertainment,Bluepoint Games,,,,,,,2010-11-02, +/games/boxart/full_god-of-war-hd_3AmericaFront.jpg,God of War HD,PSN,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2010-11-02, +/games/boxart/full_god-of-war-ii-hd_9AmericaFront.jpg,God of War II HD,PSN,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2010-11-02, +/games/boxart/full_7136507AmericaFrontccc.png,God of War: Chains of Olympus,PSN,Action,Sony Computer Entertainment,Ready at Dawn,8.8,,,,,,2009-09-30, +/games/boxart/full_god-of-war-ghost-of-sparta_254AmericaFront.jpg,God of War: Ghost of Sparta,PSN,Action,Sony Computer Entertainment,Ready at Dawn,8.4,,,,,,2010-11-02, +/games/boxart/full_god-of-war-origins-collection_665AmericaFront.jpg,God of War: Origins Collection,PSN,Action,Sony Computer Entertainment,Ready at Dawn,,,,,,,2011-09-13, +/games/boxart/full_gods-eater-burst_939AmericaFront.jpg,Gods Eater Burst,PSN,Action,D3 Publisher,Shift,7,,,,,,2011-03-15, +/games/boxart/full_1954549AmericaFrontccc.jpg,Godzilla (2014),PS4,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-07-14, +/games/boxart/full_5042813JapanFrontccc.jpg,Godzilla Generations: Maximum Impact,DC,Action,Sega,Sega,2.5,,,,,,1999-12-23, +/games/boxart/full_7684353AmericaFrontccc.jpg,Godzilla The Series,GB,Action,Crave Entertainment,Crawfish Interactive,,,,,,,1999-11-01, +/games/boxart/full_1597937AmericaFrontccc.jpg,Godzilla The Series: Monster Wars,GB,Action,Crave Entertainment,Crawfish Interactive,,,,,,,2000-11-20, +/games/boxart/39439ccc.jpg,Godzilla: Monster of Monsters!,NES,Action,TOHO,Compile,,,,,,,1990-10-01, +/games/boxart/full_7294922JapanFrontccc.jpg,Goemon New Age Shutsudou!,GBA,Action,Konami,Konami,,,,,,,2002-02-28, +/games/boxart/full_8249607JapanFrontccc.jpg,Goemon: Shin Sedai Shuumei!,PS,Action,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-12-20, +/games/boxart/full_9888824AmericaFrontccc.jpg,Gogs,XBL,Action,Microsoft,Gogs,,,,,,,2009-08-17, +/games/boxart/full_234429AmericaFrontccc.jpg,Golden Axe,GEN,Action,Sega,Sega,,,,,,,1989-12-22, +/games/boxart/full_3552281AmericaFrontccc.jpg,Golden Axe,XBL,Action,Sega,Backbone Entertainment,,,,,,,2007-07-11, +/games/boxart/full_1388135AmericaFrontccc.jpg,Golden Axe,VC,Action,Sega,Sega,,,,,,,2006-11-28, +/games/boxart/full_3443557JapanFrontccc.jpg,Golden Axe,WS,Action,Bandai,Bandai,,,,,,,2002-02-28, +/games/boxart/4029911ccc.jpg,Golden Axe,MS,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_3448008JapanFrontccc.jpg,Golden Axe,PCE,Action,Nippon Telenet,Renovation Game,,,,,,,1990-03-16, +/games/boxart/full_1709961AmericaFrontccc.jpg,Golden Axe,PC,Action,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_golden-axe_637AmericaFront.jpg,Golden Axe,PSN,Action,Sega,Backbone Entertainment,,,,,,,2011-07-12, +/games/boxart/default.jpg,Golden Axe (Arcade),VC,Action,Sega,Sega,,,,,,,2009-10-26, +/games/boxart/1992778ccc.jpg,Golden Axe II,GEN,Action,Sega,Sega,,,,,,,1991-12-26, +/games/boxart/full_217274AmericaFrontccc.jpg,Golden Axe II,VC,Action,Sega,Sega,,,,,,,2007-06-11, +/games/boxart/full_golden-axe-ii_820AmericaFront.jpg,Golden Axe II,PC,Action,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_1068030JapanFrontccc.png,Golden Axe III,GEN,Action,Sega,Sega,,,,,,,1993-06-25, +/games/boxart/full_3905941JapanFrontccc.png,Golden Axe III,VC,Action,Sega,Sega,,,,,,,2007-10-22, +/games/boxart/full_2490141AmericaFrontccc.jpg,Goldens,XBL,Action,Microsoft,Mark Westbrook,,,,,,,2009-08-19, +/games/boxart/6616256ccc.jpg,Golgo 13: Top Secret Episode,NES,Action,Victory Lap Games,Vic Tokai,,,,,,,1988-09-01, +/games/boxart/full_gomola-speed_10JapanFront.jpg,Gomola Speed,PCE,Action,UPL,UPL,,,,,,,1990-09-28, +/games/boxart/full_gon_638JapanFront.jpg,Gon,SNES,Action,Bandai,Bandai,,,,,,,1994-11-11, +/games/boxart/7095967ccc.jpg,Gopher,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/6503770ccc.jpg,Gordo 106,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/full_5365932AmericaFrontccc.jpg,Grabbed by the Ghoulies,XBL,Action,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-02-16, +/games/boxart/full_9822299AmericaFrontccc.jpg,Grand Theft Auto,GB,Action,Rockstar Games,Tarantula Studios,,,,,,,1999-01-01, +/games/boxart/5972848ccc.jpg,Grand Theft Auto 2,DC,Action,Rockstar Games,DMA Design,6.9,,,,,,2000-04-30, +/games/boxart/full_683659AmericaFrontccc.jpg,Grand Theft Auto Compilation,PS,Action,Rockstar Games,Rockstar Games,,,,,,,2002-01-01, +/games/boxart/9856109ccc.jpg,Grand Theft Auto III,XB,Action,Rockstar Games,Rockstar Vienna,,,,,,,2003-10-31, +/games/boxart/full_87928AmericaFrontccc.jpg,Grand Theft Auto IV,XBL,Action,Rockstar Games,Rockstar North,,,,,,,2009-10-13, +/games/boxart/full_grand-theft-auto-iv-the-complete-edition_5AmericaFront.jpg,Grand Theft Auto IV: The Complete Edition,PS3,Action,Rockstar Games,Rockstar North,,,,,,,2010-10-26, +/games/boxart/full_grand-theft-auto-iv-the-complete-edition_10AmericaFront.jpg,Grand Theft Auto IV: The Complete Edition,X360,Action,Rockstar Games,Rockstar North,,,,,,,2010-10-26, +/games/boxart/full_grand-theft-auto-iv-the-complete-edition_5PALFront.jpg,Grand Theft Auto IV: The Complete Edition,PC,Action,Rockstar Games,Rockstar North,,,,,,,2010-10-29, +/games/boxart/full_5019191AmericaFrontccc.png,Grand Theft Auto: Liberty City Stories,PSN,Action,Rockstar Games,Rockstar Leeds,9,,,,,,2009-10-21, +/games/boxart/full_6650177AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories / Vice City Stories,PS2,Action,Take-Two Interactive,Rockstar Leeds,,,,,,,2009-06-23, +/games/boxart/full_6071113PALFrontccc.jpg,Grand Theft Auto: Liberty City Stories / Vice City Stories,PSP,Action,Take-Two Interactive,Rockstar Leeds,,,,,,,2009-07-31, +/games/boxart/5694396ccc.jpg,Grand Theft Auto: London 1969,PC,Action,Rockstar Games,DMA Design,,,,,,,1999-05-25, +/games/boxart/full_4368513AmericaFrontccc.jpg,Grand Theft Auto: Mission Pack #1: London 1969,PC,Action,Take-Two Interactive,Rockstar North,5.9,,,,,,1999-03-31, +/games/boxart/full_2647184AmericaFrontccc.png,Grand Theft Auto: Vice City Stories,PSN,Action,Rockstar Games,Rockstar Leeds,8.6,,,,,,2009-10-21, +/games/boxart/default.jpg,Grapple Buggy,XBL,Action,Unknown,Mommy's Best Games,,,,,,,, +/games/boxart/full_1420948AmericaFrontccc.jpg,Gravitronix,WW,Action,Medaverse Studios,Medaverse Studios,,,,,,,2009-10-12, +/games/boxart/full_5101412AmericaFrontccc.png,Gravity Badgers,WiiU,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-05-29,2018-01-06 +/games/boxart/full_396448AmericaFrontccc.jpg,Gravity Bounce,XBL,Action,Microsoft,toddm,,,,,,,2009-06-27, +/games/boxart/full_1062094AmericaFrontccc.jpg,GravSheep,XBL,Action,Microsoft,Team Mango,,,,,,,2009-05-18, +/games/boxart/full_great-battle-cyber_767JapanFront.jpg,Great Battle Cyber,NES,Action,Banpresto,Banpresto,,,,,,,1992-12-25, +/games/boxart/full_9763051AmericaFrontccc.jpg,Great Escape,2600,Action,Bomb,Bomb,,,,,,,1983-01-01, +/games/boxart/full_1742002PALFrontccc.jpg,GREED - Black Border,PC,Action,Meridian4,Headup Games / ClockStone Software,,,,,,,2010-01-14, +/games/boxart/default.jpg,Green Lantern: Rise of the Manhunters,PSP,Action,Unknown,Double Helix Games,,,,,,,, +/games/boxart/7291009ccc.jpg,Gremlins,5200,Action,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/2431737ccc.jpg,Gremlins 2: The New Batch,NES,Action,Sunsoft,SunSoft,,,,,,,1990-10-01, +/games/boxart/full_gremlins-unleashed_1PALFront.jpg,Gremlins: Unleashed,GB,Action,Wanadoo,Planet Interactive,,,,,,,2001-09-23, +/games/boxart/4118347ccc.jpg,Grid Runner,SAT,Action,Virgin Interactive,Radical Entertainment,,,,,,,1996-11-30, +/games/boxart/full_2069617AmericaFrontccc.jpg,Grid Runner,PC,Action,Virgin Interactive,Radical Entertainment,,,,,,,1996-10-31, +/games/boxart/full_2129395AmericaFrontccc.jpg,Grill-Off with Ultra Hand!,WW,Action,Nintendo,Nintendo,,,,,,,2010-03-31, +/games/boxart/full_1790675JapanFrontccc.jpg,Groove Adventure Rave: Hikari to Yami no Daikessen 2,GBA,Action,Konami,Konami,,,,,,,2002-09-26, +/games/boxart/full_1806707AmericaFrontccc.jpg,Guacamelee!,PS3,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2013-04-09,2018-08-07 +/games/boxart/full_9701575AmericaFrontccc.jpg,Guacamelee!,PSV,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2013-04-09,2018-08-07 +/games/boxart/full_9515192AmericaFrontccc.jpg,Guacamelee!,WiiU,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-03,2018-08-07 +/games/boxart/full_3542587AmericaFrontccc.jpg,Guacamelee!,X360,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-01,2018-08-07 +/games/boxart/full_1023128AmericaFrontccc.jpg,Guacamelee!,XOne,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-01,2018-08-07 +/games/boxart/full_8890792AmericaFrontccc.jpg,Guacamelee!,PS4,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-01,2018-08-07 +/games/boxart/full_2814137AmericaFrontccc.jpg,Guacamelee!,Linux,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-02-18,2018-08-07 +/games/boxart/full_3431209AmericaFrontccc.jpg,Guacamelee!,OSX,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-02-18,2018-08-07 +/games/boxart/default.jpg,Guess the Celebrity,And,Action,Unknown,Unknown,,,,,,,2013-11-29, +/games/boxart/default.jpg,Guess The Character,And,Action,Bubble Quiz Games,Unknown,,,,,,,2014-07-29, +/games/boxart/default.jpg,Guess the Close up Food Quiz,And,Action,Unknown,Unknown,,,,,,,2014-12-03, +/games/boxart/default.jpg,Guess the Drawing,And,Action,Unknown,Unknown,,,,,,,2014-02-07, +/games/boxart/default.jpg,Guess The Emoji - Logo Quiz,And,Action,Unknown,Unknown,,,,,,,2014-08-06, +/games/boxart/default.jpg,Guess the Emoji Quiz,And,Action,Unknown,Unknown,,,,,,,2014-10-05, +/games/boxart/default.jpg,Guess The Movie Quiz,And,Action,Bubble Quiz Games,Unknown,,,,,,,2014-09-29, +/games/boxart/default.jpg,Guess the Movie?,And,Action,Unknown,Unknown,,,,,,,2013-11-15, +/games/boxart/default.jpg,Guess the Pixel Celebrity Quiz,And,Action,Unknown,Unknown,,,,,,,2014-11-06, +/games/boxart/default.jpg,Guess the Place,And,Action,Unknown,Unknown,,,,,,,2013-08-06, +/games/boxart/default.jpg,Guess the Restaurant Quiz,And,Action,Unknown,Unknown,,,,,,,2014-07-08, +/games/boxart/default.jpg,Guess the Shadow Quiz,And,Action,Unknown,Unknown,,,,,,,2013-12-30, +/games/boxart/default.jpg,Guess the Song,And,Action,Unknown,Unknown,,,,,,,2014-03-01, +/games/boxart/default.jpg,Guess The Song : 4 Pics 1 Song,And,Action,Unknown,Unknown,,,,,,,2014-01-06, +/games/boxart/full_9601100AmericaFrontccc.jpg,Gumboy Crazy Adventures,PC,Action,Meridian4,Cinemax,,,,,,,2006-12-19, +/games/boxart/full_6317938AmericaFrontccc.png,Gun Showdown,PSN,Action,Activision,Neversoft Entertainment / Rebellion,,,,,,,2009-09-30, +/games/boxart/full_3445887AmericaFrontccc.png,GunLord,DC,Action,Unknown,NG:DEV.TEAM,,,,,,,, +/games/boxart/full_4010535AmericaFrontccc.jpg,Gunman Chronicles,PC,Action,Sierra Entertainment,Rewolf Software,,,,,,,2000-11-19, +/games/boxart/full_846460AmericaFrontccc.jpg,Guns and Robots,PC,Action,Unknown,Unknown,,,,,,,2014-08-04, +/games/boxart/full_guns-of-icarus_553AmericaFront.jpg,Guns of Icarus,PC,Action,Muse Software,Muse Games,,,,,,,2009-11-04, +/games/boxart/full_478103AmericaFrontccc.jpg,Gunscape,PC,Action,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_2249683AmericaFrontccc.jpg,Gunscape,XOne,Action,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8695532AmericaFrontccc.png,GUNSHIP BATTLE : Helicopter 3D,And,Action,The ONE,The ONE,,,,,,,2014-07-01, +/games/boxart/full_6535693AmericaFrontccc.gif,GunZ: The Duel,PC,Action,MAIET Entertainment,MAIET Entertainment,,,,,,,2006-11-29, +/games/boxart/full_7922414PALFrontccc.jpg,Guru Guru,DS,Action,505 Games,BeeWorks,,,,,,,2007-09-30, +/games/boxart/6102390ccc.jpg,H.E.R.O.,2600,Action,Activision,Activision,,,,,,,1984-03-23, +/games/boxart/4035085ccc.jpg,H.E.R.O.,5200,Action,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/full_8870985JapanFrontccc.jpg,Hachiemon,GBA,Action,Namco,Namco,,,,,,,2003-07-04, +/games/boxart/full_8916968AmericaFrontccc.jpg,Hagane: The Final Conflict,SNES,Action,Hudson Soft,CAProduction/Red Entertainment,,,,,,,1995-06-01, +/games/boxart/full_4192449AmericaFrontccc.jpg,Halfbrick Echoes,XBL,Action,Microsoft,Halfbrick Studios,,,,,,,2009-05-07,2018-08-09 +/games/boxart/full_503231AmericaFrontccc.jpg,Hammerfight,PC,Action,KranX Productions,Konstantin Koshutin,,,,,,,2009-09-19, +/games/boxart/full_3271108AmericaFrontccc.png,Hammerin' Hero,PSN,Action,Atlus,Irem Software Engineering,7,,,,,,2009-10-21, +/games/boxart/full_hands-of-time_138AmericaFront.jpg,Hands of Time,GB,Action,Titus,Mirage,,,,,,,2001-10-02, +/games/boxart/1955158ccc.jpg,Hannah Montana: Pop Star Exclusive,DS,Action,Unknown,Disney Interactive Studios,,,,,,,2020-12-31, +/games/boxart/full_hany-on-the-road_4JapanFront.jpg,Hany on the Road,PCE,Action,FACE,FACE,,,,,,,1990-09-14, +/games/boxart/full_3952443JapanFrontccc.jpg,Happy Happy Clover,DS,Action,TDK Core,TDK Core,,,,,,,2008-02-14, +/games/boxart/full_6472883AmericaFrontccc.jpg,Happy Tree Friends: False Alarm,XBL,Action,Sega,Stainless Games,,,,,,,2008-06-25, +/games/boxart/4828708ccc.jpg,Happy Tree Friends: False Alarm,PC,Action,Sega,Stainless Games,,,,,,,2008-06-25, +/games/boxart/7307705ccc.jpg,Harbor Escape,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, +/games/boxart/full_6861132AmericaFrontccc.jpg,Hardware: Rivals,PS4,Action,Sony Computer Entertainment,SCE Connected Content Group,,,,,,,2016-01-05,2018-04-20 +/games/boxart/full_harry-potter-and-the-half-blood-prince-psp_2PALFront.png,Harry Potter and the Half-Blood Prince (PSP),PSN,Action,Electronic Arts,Bright Light Productions,4.8,,,,,,2010-08-11, +/games/boxart/default.jpg,Haruka naru Jikuu no Naka de 6,PSV,Action,Tecmo Koei,Unknown,,,,,,,2015-03-12, +/games/boxart/full_1503749AmericaFrontccc.png,Haunt the House: Terrortown,PSV,Action,SFB Games,SFB Games,,,,,,,2013-01-09,2018-08-11 +/games/boxart/full_1265119AmericaFrontccc.png,Haunt the House: Terrortown,OSX,Action,SFB Games,SFB Games,,,,,,,2014-06-06,2018-08-11 +/games/boxart/full_8153583AmericaFrontccc.png,Haunt the House: Terrortown,PC,Action,SFB Games,SFB Games,,,,,,,2014-06-06,2018-08-11 +/games/boxart/8805078ccc.jpg,Haunted House,2600,Action,Atari,Atari,,,,,,,1981-01-01, +/games/boxart/full_haunted-house_6AmericaFront.jpg,Haunted House,PC,Action,Atari,Atari,,,,,,,2010-09-29, +/games/boxart/full_8522308AmericaFrontccc.jpg,Haunting Starring Polterguy,GEN,Action,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/7587819ccc.jpg,He-Man: Power of Grayskull,GBA,Action,TDK Mediactive,Taniko,4.7,,,,,,2002-10-29, +/games/boxart/full_2380294PALFrontccc.jpg,Headhunter,DC,Action,Sega,Amuze,,,,,,,2001-11-16, +/games/boxart/default.jpg,Heart of Darkness,GBA,Action,Unknown,Amazing Studios,,,,,,,, +/games/boxart/3908018ccc.jpg,Heaven Bound,PC,Action,Unknown,Wisdom Tree,,,,,,,2003-05-27, +/games/boxart/default.jpg,Heavenly Sword 2,PS3,Action,Unknown,Ninja Theory,,,,,,,, +/games/boxart/8515528ccc.jpg,Heavy Barrel,NES,Action,Data East,Data East,,,,,,,1990-03-01, +/games/boxart/full_9187449JapanFrontccc.jpg,Heavy Metal Thunder,PS2,Action,Square Enix,Media.Vision,,,,,,,2005-09-01, +/games/boxart/full_1291952AmericaFrontccc.jpg,Heavy Metal: Geomatrix,DC,Action,Capcom,Capcom,6.9,,,,,,2001-09-13, +/games/boxart/full_8208725JapanFrontccc.jpg,Heavy Nova,SCD,Action,Micronet,Micronet,,,,,,,1991-12-12, +/games/boxart/full_4339422AmericaFrontccc.jpg,Heavy Payload,XBL,Action,Microsoft,William Ulrich,,,,,,,2009-07-30, +/games/boxart/full_heit-cancelled_877AmericaFront.jpg,Hei$t,X360,Action,Unknown,InXile Entertainment,,,,,,,2020-12-31, +/games/boxart/full_heit-cancelled_514AmericaFront.jpg,Hei$t,PC,Action,Unknown,InXile Entertainment,,,,,,,2020-12-31, +/games/boxart/full_heit_443AmericaFront.jpg,Hei$t,PS3,Action,Unknown,InXile Entertainment,,,,,,,, +/games/boxart/full_heiankyo-alien_4AmericaFront.jpg,Heiankyo Alien,GB,Action,Meldac,Hyperware,,,,,,,1990-04-01, +/games/boxart/full_4764188PALFrontccc.jpg,Heidi - The Game,GBA,Action,East Entertainment Media,Independent Arts,,,,,,,2005-12-16, +/games/boxart/full_heisei-tensai-bakabon_8JapanFront.jpg,Heisei Tensai Bakabon,GB,Action,Namco,Namco,,,,,,,1992-02-28, +/games/boxart/full_9028533JapanFrontccc.jpg,Heisei Tensai Bakabon,NES,Action,Namco,Namco,,,,,,,1991-12-06, +/games/boxart/default.jpg,Heist,PS3,Action,Codemasters,InXile Entertainment,,,,,,,, +/games/boxart/default.jpg,Heist,X360,Action,Codemasters,InXile Entertainment,,,,,,,, +/games/boxart/default.jpg,Heist,PC,Action,Codemasters,InXile Entertainment,,,,,,,, +/games/boxart/full_8965220AmericaFrontccc.png,HELI HELL,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-25, +/games/boxart/full_3159863AmericaFrontccc.jpg,Hell's Kitchen VS,DSiW,Action,Ludia,Ludia Inc.,,,,,,,2010-01-04, +/games/boxart/full_8763219AmericaFrontccc.jpg,Hellbender,PC,Action,Microsoft,Terminal Reality,,,,,,,1996-08-31, +/games/boxart/9086868ccc.jpg,Hellboy: Asylum Seeker,PS,Action,DreamCatcher Interactive,Hoplite Research,,,,,,,2004-04-04, +/games/boxart/full_hellboy-asylum-seeker_508AmericaFront.jpg,Hellboy: Asylum Seeker,PC,Action,Cryo Interactive,Cryo Studios North America,,,,,,,2001-01-01, +/games/boxart/full_3369005AmericaFrontccc.jpg,Helldivers,PS3,Action,Sony Computer Entertainment,Arrowhead Game Studios,,,,,,,2015-03-03,2018-09-14 +/games/boxart/full_6775222AmericaFrontccc.jpg,Helldivers,PS4,Action,Sony Computer Entertainment,Arrowhead Game Studios,8.7,,,,,,2015-08-18,2018-04-15 +/games/boxart/full_5226914AmericaFrontccc.jpg,Helldivers,PSV,Action,Sony Computer Entertainment,Arrowhead Game Studios,,,,,,,2015-03-03,2018-09-14 +/games/boxart/full_619867PALFrontccc.jpg,Hellnight,PS,Action,Konami,Atlus Co.,,,,,,,1999-12-01, +/games/boxart/full_4982079JapanFrontccc.jpg,Hello Kitty no Gotouchi Collection: Koi no DokiDoki Trouble,DS,Action,Rocket Company,Rocket Company,,,,,,,2007-06-21, +/games/boxart/default.jpg,Hello Kitty to Issho: Block Crash V,PSV,Action,Unknown,Dorart,,,,,,,, +/games/boxart/full_4990960PALFrontccc.jpg,Hello Kitty: Roller Rescue,PS2,Action,Xplosiv,XPEC / Typhoon Games,,,,,,,2005-09-09, +/games/boxart/full_8300550PALFrontccc.jpg,Hello Kitty: Roller Rescue,XB,Action,Empire Interactive,XPEC,,,,,,,2005-09-09, +/games/boxart/full_5206431JapanFrontccc.jpg,Henshin Magical Doll: Nikui Idol Kara Sekai o Modosou,DS,Action,Unknown,Global A Entertainment,,,,,,,, +/games/boxart/full_3603226AmericaFrontccc.jpg,Henway,XBL,Action,Microsoft,SteveProXNA,,,,,,,2009-12-23, +/games/boxart/8918111ccc.jpg,Heretic II,PC,Action,Activision,Raven Software,,,,,,,1998-10-31, +/games/boxart/full_6962216AmericaFrontccc.jpg,Herman,XBL,Action,Microsoft,Dirge Game Studio,,,,,,,2009-12-11, +/games/boxart/full_hero-hero-kun_10JapanFront.jpg,Hero Hero Kun,GB,Action,Imagineer,Imagineer,,,,,,,2001-02-09, +/games/boxart/full_5568524AmericaFrontccc.jpg,Hero Zero,PC,Action,Meridian,Meridian,,,,,,,2012-08-09, +/games/boxart/full_5261588AmericaFrontccc.jpg,Hidden & Dangerous,DC,Action,TalonSoft,Unknown,6.4,,,,,,2000-07-09, +/games/boxart/default.jpg,Hidden Expedition: Amazon,PC,Action,Activision,Unknown,,,,,,,2009-05-22, +/games/boxart/full_385136AmericaFrontccc.jpg,Hidden in Plain Sight,PC,Action,Unknown,Unknown,,,,,,,2014-07-16, +/games/boxart/full_6292507JapanFrontccc.jpg,Higemau Makaijima: Nanatsu no Shima Daibouken,NES,Action,Unknown,Capcom,,,,,,,, +/games/boxart/full_9177631AmericaFrontccc.jpg,High School Musical - Livin the Dream,GBA,Action,Disney Interactive Studios,Artificial Mind and Movement,,,,,,,2007-11-15, +/games/boxart/4774079ccc.jpg,High Seas Havoc,GEN,Action,Data East,Data East,,,,,,,1993-08-16, +/games/boxart/6541277ccc.jpg,Highlander,PC,Action,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/8914845ccc.jpg,Highlander,X360,Action,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/8940685ccc.jpg,Highlander,PS3,Action,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/2063452ccc.jpg,Highlander,AJ,Action,Atari,Lore Design,,,,,,,1995-10-01, +/games/boxart/full_highschool-kimengumi_7JapanFront.jpg,Highschool! Kimengumi,MS,Action,Sega,Sega,,,,,,,1986-12-15, +/games/boxart/default.jpg,Higurashi When The Cry Sui,PSV,Action,Kaga Create,Unknown,,,,,,,2015-03-12, +/games/boxart/full_6760483JapanFrontccc.jpg,Himawari Doubutsu Byouin,GBA,Action,TDK Core,TDK Core,,,,,,,2004-08-05, +/games/boxart/full_hiryu-no-ken-ii-dragon-no-tsubasa_857JapanFront.jpg,Hiryu no Ken II: Dragon no Tsubasa,NES,Action,Culture Brain,Culture Brain,,,,,,,1988-07-29, +/games/boxart/full_hiryu-no-ken-iii-5-nin-no-ryuu-senshi_653JapanFront.jpg,Hiryu no Ken III: 5 Nin no Ryuu Senshi,NES,Action,Culture Brain,Culture Brain,,,,,,,1990-07-06, +/games/boxart/full_9899905AmericaFrontccc.jpg,Hitman Trilogy,PC,Action,Eidos Interactive,IO Interactive,,,,,,,2007-06-30, +/games/boxart/full_3979922JapanFrontccc.jpg,Hokuto no Ken,NES,Action,Toei Animation,Shouei,,,,,,,1986-08-10, +/games/boxart/full_4836176AmericaFrontccc.jpg,Hollowpoint,PS4,Action,Ruffian Games,Ruffian Games,,,,,,,2016-01-01, +/games/boxart/default.jpg,Hollywood Escape,And,Action,Unknown,Unknown,,,,,,,2014-09-03, +/games/boxart/2173475ccc.jpg,Home Alone,SNES,Action,THQ,Imagineering Inc,,,,,,,1991-12-01, +/games/boxart/full_3296272AmericaFrontccc.jpg,Home Alone,GG,Action,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/700563ccc.jpg,Home Alone,GB,Action,THQ,Imagineering Inc,,,,,,,1991-11-01, +/games/boxart/950157ccc.jpg,Home Alone,NES,Action,THQ,Bethesda Softworks,,,,,,,1991-10-01, +/games/boxart/full_home-alone_10PALFront.jpg,Home Alone,MS,Action,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/8040191ccc.jpg,Home Alone,GEN,Action,Sega,"Brian A. Rice, Inc",,,,,,,1992-01-01, +/games/boxart/full_8915941PALFrontccc.jpg,Home Alone,PS2,Action,Midas Interactive Entertainment,Coyote Console,,,,,,,2006-01-01, +/games/boxart/full_home-alone_7AmericaFront.jpg,Home Alone,PC,Action,Capstone Software,Manley and Associates Inc.,,,,,,,1991-01-01, +/games/boxart/6419916ccc.jpg,Home Alone 2: Lost in New York,SNES,Action,THQ,Imagineering Inc,,,,,,,1992-10-01, +/games/boxart/7848884ccc.jpg,Home Alone 2: Lost in New York,GB,Action,THQ,Imagineering Inc,,,,,,,1992-10-01, +/games/boxart/5415154ccc.jpg,Home Alone 2: Lost in New York,NES,Action,THQ,Imagineering Inc,,,,,,,1992-10-01, +/games/boxart/full_9948068AmericaFrontccc.jpg,Home Alone 2: Lost in New York,GEN,Action,Sega,Ocean,,,,,,,1993-01-01, +/games/boxart/full_home-alone-2-lost-in-new-york_4PALFront.jpg,Home Alone 2: Lost in New York,PC,Action,Capstone Software,Manley and Associates Inc.,,,,,,,1992-01-01, +/games/boxart/full_honor-in-vengeance-ii_410PALFront.jpg,Honor in Vengeance II,XBL,Action,Microsoft,MichaelArts,,,,,,,2011-08-04, +/games/boxart/8242060ccc.jpg,Hook,SCD,Action,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-01-01, +/games/boxart/default.jpg,Hoosier City: Assault of the Orcs,PC,Action,Unknown,MVP Software,,,,,,,, +/games/boxart/default.jpg,Hoppechan: Punitto Shibotte Daibouken,3DS,Action,Nippon Columbia,Unknown,,,,,,,2015-07-23, +/games/boxart/default.jpg,Horizon,WW,Action,Unknown,Sarabasa Entertainment,,,,,,,, +/games/boxart/default.jpg,Horror Escape,And,Action,Unknown,Unknown,,,,,,,2014-09-25, +/games/boxart/default.jpg,Hostage: Rescue Mission,NES,Action,Unknown,Infogrames Europe SA,,,,,,,, +/games/boxart/default.jpg,Hostage: Rescue Mission,PC,Action,Unknown,Infogrames Europe SA,,,,,,,, +/games/boxart/full_1161145AmericaFrontccc.jpg,Hot Potato Online,XBL,Action,Microsoft,Adam and Perusse,,,,,,,2009-08-29, +/games/boxart/full_3568618AmericaFrontccc.jpg,Hot Tin Roof: The Cat That Wore A Fedora,PC,Action,Glass Bottom Games,Glass Bottom Games,,,,,,,2015-02-20, +/games/boxart/default.jpg,Hotel Transylvania,DS,Action,GameMill,Unknown,,,,,,,2012-09-01, +/games/boxart/full_1045739AmericaFrontccc.png,Hotline Miami,OSX,Action,Devolver Digital,Dennaton Games,,,,,,,2013-03-19,2019-02-01 +/games/boxart/full_306259AmericaFrontccc.png,Hotline Miami,PSV,Action,Devolver Digital,Dennaton Games,,,,,,,2013-06-25,2019-02-01 +/games/boxart/full_5020516AmericaFrontccc.png,Hotline Miami,PS3,Action,Devolver Digital,Dennaton Games,8.6,,,,,,2013-06-25,2019-02-01 +/games/boxart/full_9745111AmericaFrontccc.png,Hotline Miami,Linux,Action,Devolver Digital,Dennaton Games,,,,,,,2013-05-28,2019-02-01 +/games/boxart/full_4352552AmericaFrontccc.png,Hotline Miami,PS4,Action,Devolver Digital,Dennaton Games,,,,,,,2015-01-01,2019-02-01 +/games/boxart/default.jpg,Howard the Duck,PC,Action,Unknown,"Activision, Inc.",,,,,,,, +/games/boxart/9373311ccc.jpg,Hoyle Casino,DC,Action,Sierra Entertainment,Unknown,8.4,,,,,,2000-01-01, +/games/boxart/3888916ccc.jpg,Human Cannonball,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_5918396JapanFrontccc.jpg,Hungry Ghosts,PS2,Action,Sony Computer Entertainment,Deep Space,,,,,,,2003-07-31, +/games/boxart/8494757ccc.jpg,Hunt & Score,2600,Action,Atari,Atari,,,,,,,1980-01-01, +/games/boxart/full_9834311JapanFrontccc.jpg,Hunter X Hunter: Ryumyaku no Saidan,PS2,Action,Konami,Konami,,,,,,,2001-08-03, +/games/boxart/full_1685927PALFrontccc.jpg,Hurricanes,GG,Action,U.S. Gold,U.S. Gold,,,,,,,1994-12-01, +/games/boxart/default.jpg,Hybrid,XBL,Action,Unknown,5TH Cell,,,,,,,, +/games/boxart/1364978ccc.jpg,Hydra,Lynx,Action,Tengen,Tengen,,,,,,,1992-01-01, +/games/boxart/full_6595448AmericaFrontccc.jpg,Hydro Electric Worker,XBL,Action,Microsoft,WastelandTech,,,,,,,2009-12-07, +/games/boxart/default.jpg,Hydrophobia,PSN,Action,Unknown,Dark Energy Digital,,,,,,,, +/games/boxart/full_hydrophobia_2AmericaFront.jpg,Hydrophobia,XBL,Action,Microsoft,Dark Energy Digital,5.6,,,,,,2010-09-29, +/games/boxart/full_hydrophobia-prophecy_940AmericaFront.jpg,Hydrophobia: Prophecy,PSN,Action,Dark Energy Digital,Dark Energy Digital,,,,,,,2011-11-01, +/games/boxart/full_4674488AmericaFrontccc.jpg,Hype: The Time Quest,PC,Action,Ubisoft,Playmobil Interactive,7.9,,,,,,1999-11-20, +/games/boxart/full_1329338AmericaFrontccc.jpg,HyperBlade,PC,Action,Activision,WizBang! Software,,,,,,,1996-10-31, +/games/boxart/default.jpg,Hyperdrome,Lynx,Action,Telegames,"Telegames, Inc.",,,,,,,1990-01-01, +/games/boxart/default.jpg,Hyu~Stone,3DS,Action,Poisoft,Poisoft,,,,,,,2011-06-07, +/games/boxart/default.jpg,I Am Alive,PS3,Action,Unknown,Ubisoft Shanghai,,,,,,,, +/games/boxart/full_4623392AmericaFrontccc.png,I Am Alive,X360,Action,Unknown,Ubisoft Shanghai,,,,,,,, +/games/boxart/full_2128896AmericaFrontccc.jpg,I Am Alive,PC,Action,Unknown,Ubisoft Shanghai,,,,,,,, +/games/boxart/default.jpg,I Kill Zombies,PSN,Action,Unknown,Open Emotion Studios,,,,,,,, +/games/boxart/full_i-must-run_221PALFront.png,I Must Run!,PSN,Action,Gamelion Studios,Gamelion Studios,6,,,,,,2010-12-14, +/games/boxart/2203352ccc.jpg,I Want My Mommy,2600,Action,Unknown,Zimag,,,,,,,1983-01-01, +/games/boxart/full_iamp8217m-not-alone_803PALFront.jpg,I'm not Alone,PC,Action,TGC,Pixel Revolution,,,,,,,2010-03-10, +/games/boxart/full_2644270AmericaFrontccc.jpg,I've Got to Run!,WiiU,Action,Unknown,Unknown,,,,,,,2014-06-05, +/games/boxart/default.jpg,"I,Gladiator",PC,Action,Next Dimension Game Adventures Ltd.,Steel Monkeys,,,,,,,2015-04-07, +/games/boxart/full_7356376AmericaFrontccc.jpg,Ice 9,XBL,Action,Microsoft,Ceiyne,,,,,,,2009-07-20, +/games/boxart/full_6161108AmericaFrontccc.jpg,Ice and Fire,PC,Action,GT Interactive,Zombie,,,,,,,1995-12-31, +/games/boxart/full_1336585AmericaFrontccc.png,Ice Cream Surfer,WiiU,Action,Dolores Entertainment SL,Dolores Entertainment SL,,,,,,,2014-09-04, +/games/boxart/default.jpg,Icomania Guess The Icon Quiz,And,Action,Unknown,Unknown,,,,,,,2014-11-04, +/games/boxart/8789600ccc.jpg,Ikari III: The Rescue,NES,Action,SNK,SNK Corporation,,,,,,,1991-02-01, +/games/boxart/default.jpg,Ike! Ike!! Hamster,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-04-21, +/games/boxart/full_ikki-tousen-xross-impact_1JapanFront.jpg,Ikki Tousen: Xross Impact,PSN,Action,Marvelous Interactive,Marvelous Interactive,,,,,,,2010-04-28, +/games/boxart/full_5988934AmericaFrontccc.jpg,Impossible Mission-II,NES,Action,SEI,Novatrade,,,,,,,1990-01-01, +/games/boxart/full_8212726AmericaFrontccc.jpg,In the Pit,XBL,Action,Microsoft,luvcraft,,,,,,,2008-11-18, +/games/boxart/3379162ccc.jpg,Incoming,DC,Action,Interplay,Rage Software,6.2,,,,,,1999-12-01, +/games/boxart/full_9287492AmericaFrontccc.jpg,Indiana Jones and the Emperor's Tomb,PS2,Action,LucasArts,The Collective,,,,,,,2003-06-26, +/games/boxart/full_560982AmericaFrontccc.jpg,Indiana Jones and the Last Crusade,GG,Action,U.S. Gold,LucasArts,,,,,,,1992-01-01, +/games/boxart/full_4180052AmericaFrontccc.jpg,Indiana Jones and the Last Crusade,GEN,Action,U.S. Gold,Tiertex Design Studios,,,,,,,1992-03-12, +/games/boxart/full_9449618AmericaFrontccc.jpg,Indiana Jones and the Last Crusade (Taito),NES,Action,Taito,Taito Corporation,,,,,,,1991-03-02, +/games/boxart/full_879844AmericaFrontccc.jpg,Indiana Jones and the Last Crusade (Ubi Soft),NES,Action,Ubisoft,NMS Software,,,,,,,1993-12-01, +/games/boxart/full_indiana-jones-and-the-last-crusade-the-action-game_10PALFront.jpg,Indiana Jones and the Last Crusade: The Action Game,MS,Action,U.S. Gold,Tiertex Design Studios,,,,,,,1990-01-01, +/games/boxart/full_8314253AmericaFrontccc.png,Indiana Jones and the Staff of Kings,PSN,Action,LucasArts,Amaze Entertainment,7.4,,,,,,2009-09-30, +/games/boxart/full_infamous_241PALFront.png,inFAMOUS,PSN,Action,Sony Computer Entertainment,Sucker Punch Productions,8.7,,,,,,2010-06-28, +/games/boxart/full_7746948AmericaFrontccc.jpeg,inFAMOUS 2,PSN,Action,Sony Computer Entertainment,Sucker Punch Productions,8.1,,,,,,2011-06-23, +/games/boxart/full_infamous-2-festival-of-blood_850AmericaFront.jpg,inFAMOUS: Festival of Blood,PSN,Action,Sony Computer Entertainment,Sucker Punch Productions,7.8,,,,,,2011-10-25,2018-04-07 +/games/boxart/full_5801456AmericaFrontccc.jpg,InFAMOUS: Precinct Assault,PC,Action,Sucker Punch Productions,Sucker Punch Productions,,,,,,,2009-05-22,2018-05-20 +/games/boxart/full_inferno_823AmericaFront.jpg,Inferno!,XBL,Action,Microsoft,Archifishal Software,,,,,,,2011-08-16, +/games/boxart/full_infestation_317AmericaFront.jpg,Infestation,PC,Action,Ubisoft,Frontier Developments,,,,,,,2000-01-01, +/games/boxart/full_infestation_892PALFront.jpg,Infestation,PS,Action,Ubisoft,Frontier Developments,,,,,,,2000-09-01, +/games/boxart/2187517ccc.jpg,Infiltrate,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, +/games/boxart/default.jpg,Infinite Pics,And,Action,Unknown,Unknown,,,,,,,2014-06-16, +/games/boxart/full_5820105AmericaFrontccc.jpg,Infinity Runner,Linux,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-14,2018-08-08 +/games/boxart/full_8271453AmericaFrontccc.jpg,Infinity Runner,OSX,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-14,2018-08-08 +/games/boxart/full_1473976AmericaFrontccc.jpg,Infinity Runner,PC,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-14,2018-08-08 +/games/boxart/full_inner-worlds_758AmericaFront.jpg,Inner Worlds,PC,Action,Unknown,Sleepless Software Inc.,,,,,,,1996-01-01, +/games/boxart/full_insane_185AmericaFront.jpg,inSane,PS3,Action,Unknown,Volition Studios,,,,,,,2020-12-31, +/games/boxart/default.jpg,inSane,X360,Action,Unknown,Volition Studios,,,,,,,2020-12-31, +/games/boxart/full_insect-war_8JapanFront.jpg,Insect War,3DO,Action,Panasonic Interactive Media,Riverhill Soft,,,,,,,1994-12-16, +/games/boxart/default.jpg,Intergalactic Bounty Hunter,PC,Action,Infinite Loop,Galactic Alliance,,,,,,,2002-01-01, +/games/boxart/full_2270802AmericaFrontccc.jpg,Interstate '82,PC,Action,Activision,Activision,,,,,,,1999-11-23, +/games/boxart/5972650ccc.jpg,Interstate '76,PC,Action,Activision,Activision,,,,,,,1997-02-28, +/games/boxart/full_into-the-eagles-nest_39AmericaFront.jpg,Into the Eagle's Nest,PC,Action,Mindscape,Pandora,,,,,,,1987-01-01, +/games/boxart/full_7894663JapanFrontccc.jpg,Inugamike no Ichizoku,DS,Action,From Software,From Software,,,,,,,2009-01-22, +/games/boxart/full_inusuki-2-go-fetch_269JapanFront.jpg,Inusuki 2: Go Fetch!,DSiW,Action,Unknown,ICM,,,,,,,2011-07-13, +/games/boxart/full_invaiders_679AmericaFront.jpg,invAIders,XBL,Action,Microsoft,Martian Face Games,,,,,,,2011-07-30, +/games/boxart/full_3207584AmericaFrontccc.png,Invincible Tiger: The Legend of Han Tao,PSN,Action,Namco Bandai,Blitz Arcade,,,,,,,2009-08-27, +/games/boxart/full_8402813AmericaFrontccc.jpg,Invincible Tiger: The Legend of Han Tao,XBL,Action,Namco Bandai,Blitz Arcade,,,,,,,2009-08-26, +/games/boxart/default.jpg,"Invisible, Inc.",Linux,Action,Klei Entertainment,Unknown,,,,,,,2015-05-12, +/games/boxart/full_3899647AmericaFrontccc.jpg,"Invisible, Inc.",PC,Action,Klei Entertainment,Unknown,,,,,,,2015-05-12, +/games/boxart/full_798869AmericaFrontccc.jpg,Invokers Tournament,PS4,Action,StormBasic Games,StormBasic Games,,,,,,,2015-01-01, +/games/boxart/full_3835649AmericaFrontccc.jpg,Invokers Tournament,PSV,Action,StormBasic Games,StormBasic Games,,,,,,,2015-01-01, +/games/boxart/full_1868826AmericaFrontccc.jpg,Invokers Tournament,PS3,Action,StormBasic Games,StormBasic Games,,,,,,,2015-01-01, +/games/boxart/full_6844036AmericaFrontccc.jpg,Iron Aces,DC,Action,Xicat Interactive,Unknown,6.2,,,,,,2001-02-06, +/games/boxart/full_3112797AmericaFrontccc.jpg,Iron Aces: Heros of WWII,PC,Action,Take-Two Interactive,Unknown,,,,,,,2006-08-12, +/games/boxart/full_iron-commando-kotetsu-no-senshi_3JapanFront.jpg,Iron Commando: Kotetsu no Senshi,SNES,Action,Unknown,Pop,,,,,,,1995-02-10, +/games/boxart/full_3178681AmericaFrontccc.jpg,Iron Knights,And,Action,Actoz Soft,Actoz Soft,,,,,,,2014-06-11, +/games/boxart/full_8464893AmericaFrontccc.png,Iron Man,PSN,Action,Sega,Artificial Mind and Movement,5.8,,,,,,2009-09-30, +/games/boxart/default.jpg,Iron Man 2,PC,Action,Unknown,"Sega Studios, San Francisco",,,,,,,, +/games/boxart/full_iron-man-2_8AmericaFront.jpg,Iron Man 2,PSN,Action,Sega,"Sega Studios, San Francisco",,,,,,,2010-05-04, +/games/boxart/full_8899462PALFrontccc.jpg,Iron Sea,PS2,Action,505 Games,Tamsoft,,,,,,,2006-03-10, +/games/boxart/1826667ccc.jpg,Ishido: The Way of Stones,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/full_it-came-from-the-desert_669AmericaFront.jpg,It Came from the Desert,PC,Action,Cinemaware,Level 9 Computing,,,,,,,1990-01-01, +/games/boxart/full_it-came-from-the-desert_152AmericaFront.jpg,It Came from the Desert,PCE,Action,Cinemaware,Interactive Pictures,,,,,,,1991-01-01, +/games/boxart/default.jpg,Ixion Saga,PC,Action,Unknown,Square Enix,,,,,,,, +/games/boxart/full_4673264AmericaFrontccc.jpg,Jack Bros.,VB,Action,Atlus,Atlus Co.,,,,,,,1995-10-01, +/games/boxart/full_jack-claw_675AmericaFront.jpg,Jack Claw,PC,Action,Unknown,Frozenbyte,,,,,,,2011-04-12, +/games/boxart/full_jackal_2AmericaFront.jpg,Jackal,NES,Action,Konami,Konami,,,,,,,1988-09-15, +/games/boxart/default.jpg,Jackal ReBirth,WW,Action,Unknown,M2,,,,,,,, +/games/boxart/full_435415PALFrontccc.jpg,Jackie Chan Adventures,PS2,Action,Unknown,Atomic Planet Entertainment,,,,,,,, +/games/boxart/full_jagainu-kun_70JapanFront.jpg,Jagainu-kun,GB,Action,Pack-In-Video,Pack-In-Video,,,,,,,2000-03-24, +/games/boxart/full_4213423JapanFrontccc.jpg,Jaja-Kun Jr. Denshouki,GBA,Action,Jaleco,Jaleco Entertainment,,,,,,,2004-05-27, +/games/boxart/full_3199479AmericaFrontccc.jpg,Jak & Daxter Collection,PS3,Action,Sony Computer Entertainment,Mass Media,,,,,,,2012-02-07,2018-01-09 +/games/boxart/default.jpg,Jakers! Let's Explore,PC,Action,Unknown,Graffiti Entertainment,,,,,,,, +/games/boxart/669071ccc.jpg,James Bond 007,GB,Action,Capcom,Saffire Corporation,,,,,,,1998-02-01, +/games/boxart/2641297ccc.jpg,James Bond 007,2600,Action,Parker Bros.,Parker Brothers,,,,,,,1983-01-01, +/games/boxart/9650537ccc.jpg,James Bond 007,5200,Action,Parker Bros.,Parker Bros,,,,,,,1984-01-01, +/games/boxart/full_1424823AmericaFrontccc.png,James Cameron's Avatar: The Game,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2009-12-07, +/games/boxart/full_839992AmericaFrontccc.jpg,Jamsouls,PC,Action,Unknown,Unknown,,,,,,,2014-08-21, +/games/boxart/full_janken-man_23JapanFront.jpg,Janken Man,GB,Action,Messiah,Messiah,,,,,,,1991-12-27, +/games/boxart/full_7004962JapanFrontccc.png,Jawa: Mammoth to Himitsu no Ishi,Wii,Action,Spike,Spike,,,,,,,2008-07-03, +/games/boxart/full_2682078AmericaFrontccc.jpg,Jaws,NES,Action,LJN,LJN Ltd.,,,,,,,1987-11-01, +/games/boxart/full_6916359AmericaFrontccc.jpg,Jaws Unleashed,PC,Action,Majesco,Appaloosa Interactive,,,,,,,2006-10-18, +/games/boxart/full_5143712PALFrontccc.jpg,Jeff Wayne's The War of the Worlds,PS,Action,GT Interactive,Pixelogic,,,,,,,1999-11-01, +/games/boxart/7960483ccc.jpg,Jet Grind Radio,DC,Action,Sega,Smilebit,9.1,,,,,,2000-10-30, +/games/boxart/default.jpg,Jet Grind Radio,XBL,Action,Unknown,Smilebit,,,,,,,, +/games/boxart/full_8515020AmericaFrontccc.jpg,Jet Gunner,PC,Action,Unknown,Unknown,,,,,,,2014-08-04, +/games/boxart/full_jetpac_100PALFront.png,Jetpac,PC,Action,Unknown,Ashby Computers and Graphics Ltd.,,,,,,,1983-01-01, +/games/boxart/full_3243677AmericaFrontccc.png,Jetpack Joyride,PC,Action,Halfbrick Studios,Halfbrick Studios,,,,,,,2012-05-11, +/games/boxart/full_5201352AmericaFrontccc.jpg,Jewel Master,GEN,Action,Sega,Sega,,,,,,,1991-08-29, +/games/boxart/default.jpg,Jewel Quest III,PC,Action,Avanquest Software,Unknown,,,,,,,2009-08-28, +/games/boxart/full_2835031JapanFrontccc.jpg,Jigoku Meguri,PCE,Action,Taito,ITL,,,,,,,1990-08-03, +/games/boxart/full_7931629JapanFrontccc.jpg,Jigoku Meguri,VC,Action,Taito,ITL,,,,,,,2008-12-16, +/games/boxart/6888265ccc.jpg,Jim Lee's Wild C.A.T.S: Covert Action Teams,SNES,Action,Playmates,Beam Software,,,,,,,1995-11-01, +/games/boxart/8487196ccc.jpg,Jinks,7800,Action,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/full_9586593PALFrontccc.jpg,Johnny Bravo in The Hukka-Mega-Mighty-Ultra-Extreme Date-O-Rama,PS2,Action,Blast! Entertainment Ltd,Mastertronic,,,,,,,2007-11-01, +/games/boxart/full_7848683AmericaFrontccc.jpg,Johnny's Minefield,XBL,Action,Microsoft,North Squard,,,,,,,2009-08-17, +/games/boxart/full_4055834AmericaFrontccc.jpg,Johnny's Skydiving Lessons,XBL,Action,Microsoft,North West,,,,,,,2009-09-17, +/games/boxart/full_jojo-no-kimyouna-bouken-ougon-no-kaze_7JapanFront.jpg,Jojo no Kimyouna Bouken: Ougon no Kaze,PS2,Action,Capcom,Capcom,,,,,,,2002-07-25, +/games/boxart/full_3066657AmericaFrontccc.jpg,Jonny Crush,XBL,Action,Microsoft,Oesis Inc,,,,,,,2009-05-10, +/games/boxart/full_2700314AmericaFrontccc.jpg,Joshua & the Battle of Jericho,NES,Action,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, +/games/boxart/full_joshua_332AmericaFront.jpg,Joshua & the Battle of Jericho,GB,Action,Wisdom Tree,Wisdom Tree,,,,,,,1993-01-01, +/games/boxart/full_1160228AmericaFrontccc.jpg,Joshua & the Battle of Jericho,GEN,Action,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, +/games/boxart/8765989ccc.jpg,Journey Escape,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, +/games/boxart/full_7928933PALFrontccc.png,Judge Dredd,PSN,Action,Zoo Digital Publishing,Gremlin Interactive,,,,,,,2008-01-24, +/games/boxart/full_2642228AmericaFrontccc.jpg,Juggernaut Corps: First Assault,PC,Action,Shepherd's Worlds,Shepherd's Worlds,,,,,,,1998-07-31, +/games/boxart/full_930226PALFrontccc.jpg,Jump,GIZ,Action,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_1498282AmericaFrontccc.jpg,Jump Colon,XBL,Action,Microsoft,yuwaka,,,,,,,2009-08-09, +/games/boxart/default.jpg,Jumpin',PSV,Action,Unknown,Railfan Holdings,,,,,,,, +/games/boxart/full_6937327AmericaFrontccc.jpg,Jungle Fever/Knight on the Town,2600,Action,Playaround,Playaround,,,,,,,1982-01-01, +/games/boxart/full_jungle-no-ouja-tachan_204JapanFront.jpg,Jungle no Ouja Tachan,GB,Action,Bandai,Bandai,,,,,,,1994-07-29, +/games/boxart/full_jungle-no-ouja-tarzan-sekai-manyuu-dai-kakutou-no-maki_698JapanFront.jpg,Jungle no Ouja Tachan: Sekai Manyuu Dai Kakutou no Maki,SNES,Action,Bandai,Kuusou Kagaku,,,,,,,1994-09-18, +/games/boxart/default.jpg,Junior Brain Trainer: Maths Edition,DS,Action,Avanquest Software,Unknown,,,,,,,2011-03-16, +/games/boxart/11729ccc.jpg,Jurassic Park,SCD,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/9951058ccc.gif,Jurassic Park,GEN,Action,Sega,Blue Sky Software,,,,,,,1993-08-26, +/games/boxart/full_7915649AmericaFrontccc.jpg,Jurassic Park,SNES,Action,Ocean,Ocean,,,,,,,1993-11-01, +/games/boxart/7496530ccc.jpg,Jurassic Park,GB,Action,Ocean,Ocean,,,,,,,1993-08-01, +/games/boxart/full_jurassic-park_7PALFront.jpg,Jurassic Park,MS,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_4334143AmericaFrontccc.jpg,Jurassic Park,GG,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_jurassic-park_2AmericaFront.jpg,Jurassic Park,PC,Action,Ocean,Ocean,,,,,,,1993-01-01, +/games/boxart/default.jpg,Jurassic Park: Evolution,PC,Action,Sierra Entertainment,Sierra Entertainment,,,,,,,2003-03-28, +/games/boxart/full_jurassic-park-the-game_134AmericaFront.jpg,Jurassic Park: The Game,PS3,Action,Telltale Games,Telltale Games,,,,,,,2011-11-15,2019-04-20 +/games/boxart/full_just-cause-2_150AmericaFront.jpg,Just Cause 2,XBL,Action,Square Enix,Avalanche Studios,,,,,,,2010-12-28, +/games/boxart/full_4762842JapanFrontccc.jpg,Juushin Enbu DS,DS,Action,D3 Publisher,D3 Publisher,,,,,,,2007-11-22, +/games/boxart/full_390731JapanFrontccc.jpg,Jyuouki,PCE,Action,NEC Avenue,Sega,,,,,,,1989-09-29, +/games/boxart/full_916464JapanFrontccc.jpg,Jyuouki (CD),PCE,Action,NEC Avenue,Sega,,,,,,,1989-09-22, +/games/boxart/7116972ccc.jpg,Kaboom!,5200,Action,Activision,Activision,,,,,,,1983-01-01, +/games/boxart/full_7154751JapanFrontccc.jpg,Kai no Bouken: The Quest of Ki,NES,Action,Namco,Game Studio,,,,,,,1988-07-22, +/games/boxart/full_6451595JapanFrontccc.jpg,Kaijuu-On Godzilla,GB,Action,Bandai,Bandai,,,,,,,1993-12-17, +/games/boxart/full_2940897JapanFrontccc.jpg,Kaiketsu Zorori to Mahou no Yuuenchi,GBA,Action,Bandai,Bandai,,,,,,,2004-07-15, +/games/boxart/full_788681JapanFrontccc.jpg,Kamen Rider 555,PS2,Action,Bandai,Bandai,,,,,,,2003-12-18, +/games/boxart/full_3995921JapanFrontccc.jpg,Kamen Rider Black: Taiketsu Shadow Moon (FDS),NES,Action,Bandai,Bandai,,,,,,,1988-04-15, +/games/boxart/full_5649287JapanFrontccc.jpg,Kamen Rider Blade,PS2,Action,Bandai,Digifloyd,,,,,,,2004-12-09, +/games/boxart/full_264476JapanFrontccc.jpg,Kamen Rider Club: Gekitotsu Shocker Land,NES,Action,Bandai,Bandai,,,,,,,1988-02-03, +/games/boxart/full_5408735JapanFrontccc.jpg,Kamen Rider Hibiki,PS2,Action,Bandai,Bandai,,,,,,,2005-12-01, +/games/boxart/full_5847476JapanFrontccc.jpg,Kamen Rider SD,GB,Action,Yutaka,Yutaka,,,,,,,1993-08-20, +/games/boxart/full_3825725JapanFrontccc.jpg,Kamen Rider: Seigi no Keifu,PS2,Action,Banpresto,Banpresto,,,,,,,2003-11-27, +/games/boxart/default.jpg,Kamen Rider: SummonRide,WiiU,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-01-01, +/games/boxart/default.jpg,Kamen Rider: SummonRide,PS3,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-01-01, +/games/boxart/full_kane-amp-lynch-2-dog-days_181AmericaFront.jpg,Kane & Lynch 2: Dog Days,XBL,Action,Square Enix,IO Interactive,,,,,,,2011-03-08, +/games/boxart/full_6455529JapanFrontccc.jpg,Kappa no Kai-Kata: Katan Daibouken,GBA,Action,Konami,KCEJ,,,,,,,2005-03-17, +/games/boxart/default.jpg,Kat Burglar,PC,Action,Unknown,Krome Studios,,,,,,,2001-12-31, +/games/boxart/full_katana-action_5PALFront.jpg,Katana Action,PS2,Action,505 Games,ALU,,,,,,,2006-01-01, +/games/boxart/default.jpg,Katanuki,DSiW,Action,G-mode,G-mode,,,,,,,2009-11-25, +/games/boxart/full_kattobi-takuhai-kun_2JapanFront.jpg,Kattobi! Takuhai-Kun,PCE,Action,Tonkin House,Tonkin House,,,,,,,1990-11-09, +/games/boxart/full_9961747JapanFrontccc.jpg,Kawaii Pet Game Gallery,GBA,Action,Culture Brain,Culture Brain,,,,,,,2003-09-26, +/games/boxart/full_8694176JapanFrontccc.jpg,Kawaii Pet Game Gallery 2,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-17, +/games/boxart/full_3941087AmericaFrontccc.png,Kenka Bancho: Badass Rumble,PSN,Action,Atlus,Spike,,,,,,,2009-11-11, +/games/boxart/full_1396408JapanFrontccc.jpg,Kenka Banchou,PS2,Action,Spike,Spike,,,,,,,2005-06-09, +/games/boxart/full_6259074JapanFrontccc.jpg,Kenyuu Densetsu Yaiba,GG,Action,Sega,Sega,,,,,,,1994-09-09, +/games/boxart/full_kenyuu-densetsu-yaiba_1JapanFront.jpg,Kenyuu Densetsu Yaiba,GB,Action,Banpresto,Banpresto,,,,,,,1994-03-25, +/games/boxart/default.jpg,Kero Blaster,PC,Action,Studio Pixel,Studio Pixel,,,,,,,2014-05-11,2018-08-20 +/games/boxart/full_5396661JapanFrontccc.jpg,Kero Kero Keroppi no Daibouken,NES,Action,Character Soft,Character Soft,,,,,,,1991-03-29, +/games/boxart/full_3678322JapanFrontccc.jpg,Kero Kero Keroppi no Daibouken 2: Donuts Ike ha Oosawagi!,NES,Action,Character Soft,Character Soft,,,,,,,1993-02-19, +/games/boxart/full_260722JapanFrontccc.jpg,Keroro Gunsou: MeroMero Battle Royale,PS2,Action,Bandai,Bandai,,,,,,,2004-09-30, +/games/boxart/full_7848120JapanFrontccc.jpg,Keroro Gunsou: MeroMero Battle Royale Z,PS2,Action,Bandai,Bandai,,,,,,,2005-11-17, +/games/boxart/default.jpg,Key of Solomon,PS3,Action,Unknown,TBA,,,,,,,, +/games/boxart/4599668ccc.jpg,Keystone Kapers,5200,Action,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/full_kickmaster_1AmericaFront.jpg,KickMaster,NES,Action,Taito,KID Corporation,,,,,,,1992-01-01, +/games/boxart/default.jpg,Kid Ninja,Wii,Action,Unknown,Asylum Entertainment,,,,,,,, +/games/boxart/full_264928JapanFrontccc.jpg,Kidou Senshi Gundam: Renpou vs. Zeon DX,DC,Action,Bandai,Bandai,,,,,,,2002-04-11, +/games/boxart/full_kiki-kai-kai_9JapanFront.jpg,Kiki Kai Kai,PCE,Action,Taito,Pixel,,,,,,,1990-03-27, +/games/boxart/full_kiki-kai-kai_0JapanFront.jpg,Kiki Kai Kai,VC,Action,Taito,Pixel,,,,,,,2008-07-08, +/games/boxart/full_8874129JapanFrontccc.jpg,Kikou Heidan J-Phoenix +,XB,Action,Takara,Takara,,,,,,,2002-12-05, +/games/boxart/full_2860745JapanFrontccc.jpg,Kikou Heidan J-Phoenix: Burst Tactics,PS2,Action,Takara,Takara,,,,,,,2002-04-25, +/games/boxart/full_kikou-keisatsu-metal-jack_585JapanFront.jpg,Kikou Keisatsu Metal Jack,SNES,Action,Atlus,Atlus Co.,,,,,,,1992-07-31, +/games/boxart/6375006ccc.jpg,Killer Satellites,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, +/games/boxart/default.jpg,Killing Bites,PSV,Action,Unknown,Nex Entertainment,,,,,,,2016-07-01, +/games/boxart/default.jpg,Killing Bites,PS4,Action,Unknown,Nex Entertainment,,,,,,,2016-07-01, +/games/boxart/4619549ccc.jpg,King Arthur & the Knights of Justice,SNES,Action,Enix,Manley and Associates Inc.,,,,,,,1995-07-01, +/games/boxart/full_2406075AmericaFrontccc.jpg,King of Dragons,SNES,Action,Capcom,Prism Kikaku,,,,,,,1994-04-01, +/games/boxart/full_7042726AmericaFrontccc.jpg,King of the Monsters,SNES,Action,Takara,Genki,,,,,,,1992-10-01, +/games/boxart/full_4300137AmericaFrontccc.jpg,King of the Monsters,NG,Action,SNK,SNK Corporation,,,,,,,1991-07-01, +/games/boxart/full_5502677AmericaFrontccc.jpg,King of the Monsters,VC,Action,D4 Enterprise,SNK Corporation,,,,,,,2008-07-07, +/games/boxart/6190774ccc.jpg,King of the Monsters,GEN,Action,Takara,"SPS Co.,Ltd.",,,,,,,1993-01-01, +/games/boxart/37789ccc.jpg,King of the Monsters 2,SNES,Action,Takara,Now Production,,,,,,,1994-06-01, +/games/boxart/2954346ccc.jpg,King of the Monsters 2,GEN,Action,Takara,SNK Corporation,,,,,,,1994-01-01, +/games/boxart/full_7452750AmericaFrontccc.jpg,King of the Monsters 2,NG,Action,SNK,SNK Corporation,,,,,,,1992-06-19, +/games/boxart/full_king-of-the-monsters-2_544AmericaFront.jpg,King of the Monsters 2,VC,Action,D4 Enterprise,SNK Corporation,,,,,,,2011-04-12, +/games/boxart/full_king-of-the-monsters-2-cd_681JapanFront.jpg,King of the Monsters 2 (CD),NG,Action,SNK,SNK Corporation,,,,,,,1994-09-09, +/games/boxart/default.jpg,King of Wushu,PC,Action,Snail Game,Snail Game,,,,,,,2016-01-01, +/games/boxart/full_4898391AmericaFrontccc.png,King of Wushu,XOne,Action,Snail Game,Snail Game,,,,,,,2016-01-01, +/games/boxart/6607779ccc.jpg,Kingdom Crusade,GB,Action,Electro Brain,Electro Brain,,,,,,,1992-01-02, +/games/boxart/full_kirbys-block-ball_640JapanFront.jpg,Kirby's Block Ball,3DS,Action,Nintendo,HAL Laboratory,,,,,,,,2018-04-20 +/games/boxart/default.jpg,Kirstie Alley's Big Life: Size Matters,PC,Action,Unknown,A&E Games,,,,,,,, +/games/boxart/full_2265067JapanFrontccc.jpg,Kishin Douji Zenki: Rettou Raiden,SNES,Action,Hudson Soft,Hudson Soft,,,,,,,1995-08-04, +/games/boxart/9043474ccc.jpg,KISS: Psycho Circus: The Nightmare Child,DC,Action,Gathering of Developers,Tremor Entertainment,5.7,,,,,,2000-10-29, +/games/boxart/full_kitchen-panic_966JapanFront.jpg,Kitchen Panic,GB,Action,Coconuts Japan,Bits Laboratory,,,,,,,1991-05-10, +/games/boxart/full_kitchen-panic_295JapanFront.jpg,Kitchen Panic,PS,Action,Panther Software,Panther Software,,,,,,,1998-05-28, +/games/boxart/full_kitchen-panic_492JapanFront.jpg,Kitchen Panic,PSN,Action,Mahou,Panther Software,,,,,,,2011-02-23, +/games/boxart/default.jpg,Kitchen Panic,XB,Action,Unknown,Panther Software,,,,,,,, +/games/boxart/full_5420256JapanFrontccc.jpg,Kiteretsu Shounen's Gangagan,DC,Action,Sega,Sega,,,,,,,2000-04-27, +/games/boxart/full_klik-amp-play_802AmericaFront.jpg,Klik & Play,PC,Action,Maxis,Europress Software Ltd.,,,,,,,1994-01-01, +/games/boxart/full_knight-lore-majou-no-ookami-otoko_9JapanFront.jpg,Knight Lore: Majou no Ookami Otoko (FDS),NES,Action,Jaleco,Jaleco Entertainment,,,,,,,1986-12-19, +/games/boxart/full_5488279AmericaFrontccc.jpg,Knight Squad,XOne,Action,Chainsawesome Games,Chainsawesome Games,,,,,,,2015-11-16,2018-07-19 +/games/boxart/full_9688538AmericaFrontccc.jpg,Knight Squad,PC,Action,Chainsawesome Games,Chainsawesome Games,,,,,,,2015-11-16,2018-07-19 +/games/boxart/default.jpg,Knightmare Tower,PC,Action,Juicy Beast Studio,Juicy Beast Studio,,,,,,,2012-08-31, +/games/boxart/full_9828927AmericaFrontccc.jpg,Knights of the Round,SNES,Action,Capcom,Capcom,,,,,,,1994-04-01, +/games/boxart/default.jpg,Knockout Peoples: Chotto Zankoku na Hakurankai,DSiW,Action,Unknown,"Barnhouse Effect Co., Ltd",,,,,,,2010-08-18, +/games/boxart/full_kobolds-quest_641AmericaFront.jpg,Kobold's Quest,XBL,Action,Microsoft,SuckerFree Games,,,,,,,2011-08-29, +/games/boxart/full_koede-asobu-heart-catch-precure_397JapanFront.jpg,Koede Asobu: Heart Catch PreCure!,DS,Action,Toei Animation,Toei Animation,,,,,,,2010-11-11, +/games/boxart/full_6134202PALFrontccc.jpg,Konami Double Pack: Metal Gear Solid Portable Ops / Silent Hill Origins,PSP,Action,Konami,Konami,,,,,,,2009-04-09, +/games/boxart/full_2714345JapanFrontccc.jpg,Konchuu Monster: Battle Master,GBA,Action,Culture Brain,Culture Brain,,,,,,,2005-05-03, +/games/boxart/full_392576JapanFrontccc.jpg,Konchuu Monster: Battle Stadium,GBA,Action,Culture Brain,Culture Brain,,,,,,,2005-05-03, +/games/boxart/full_8377059JapanFrontccc.jpg,Konchuu no Mori no Daibouken,GBA,Action,Culture Brain,Culture Brain,,,,,,,2005-08-11, +/games/boxart/4016042ccc.jpg,Kong: The 8th Wonder of the World,GBA,Action,Ubisoft,Ubisoft,6,,,,,,2005-11-21, +/games/boxart/full_konjiki-no-gashbell-gekitou-saikyou-no-mamonotachi_529JapanFront.jpg,Konjiki no Gashbell!! Gekitou! Saikyou no Mamonotachi,PS2,Action,Bandai,Bandai,,,,,,,2004-12-02, +/games/boxart/full_5136848JapanFrontccc.jpg,Konjiki no Gashbell!! Yuujou no Dengeki Dream Tag Tournament,GBA,Action,Banpresto,Banpresto,,,,,,,2005-11-24, +/games/boxart/full_konjiki-no-gashbell-yuujou-no-tag-battle-full-power_367JapanFront.jpg,Konjiki no Gashbell!! Yuujou no Tag Battle Full Power,GC,Action,Bandai,Bandai,,,,,,,2004-08-05, +/games/boxart/775863ccc.jpg,Kool-Aid Man,2600,Action,Mattel Interactive,Mattel,,,,,,,1983-01-01, +/games/boxart/full_2552722JapanFrontccc.jpg,Korokke! Ban-Ou no Kiki o Sukue,GC,Action,Konami,Konami,,,,,,,2004-07-08, +/games/boxart/full_5457511JapanFrontccc.jpg,Korokke! Ban-Ou no Kiki o Sukue,PS2,Action,Konami,Konami,,,,,,,2004-07-08, +/games/boxart/full_8632051JapanFrontccc.jpg,KoroKoro Cubix,DS,Action,Unknown,CyberFront,,,,,,,, +/games/boxart/2356330ccc.jpg,Kung Food,Lynx,Action,Atari,Lore Games,,,,,,,1992-01-01, +/games/boxart/full_kung-fu_405PALFront.jpg,Kung Fu,PS2,Action,505 Games,Vingt-et-un Systems,,,,,,,2006-04-01, +/games/boxart/full_kung-fu-dragon_418AmericaFront.jpg,Kung Fu Dragon,DSiW,Action,Unknown,Agetec,,,,,,,, +/games/boxart/full_6483016AmericaFrontccc.jpg,Kung Fu Funk: Everybody is Kung Fu Fighting!,WW,Action,Stickmen Studios,Stickmen Studios,,,,,,,2010-05-03, +/games/boxart/9453664ccc.jpg,Kung Fu Master,GB,Action,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-02-01, +/games/boxart/default.jpg,Kung Fu Panda 2,3DS,Action,Unknown,THQ,,,,,,,, +/games/boxart/full_1935205PALFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,PC,Action,Little Orbit,Little Orbit,,,,,,,2015-12-01,2018-04-09 +/games/boxart/full_5975858AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,PS4,Action,Little Orbit,Little Orbit,,,,,,,2015-12-01,2018-04-09 +/games/boxart/3483884ccc.jpg,Kung Fu Superkicks: Pursuit of The Ninja,2600,Action,Telegames,"Telegames, Inc.",,,,,,,1987-01-01, +/games/boxart/full_4889654AmericaFrontccc.jpg,Kung-Fu Heroes,NES,Action,Culture Brain,Culture Brain,,,,,,,1989-03-01, +/games/boxart/default.jpg,Kung-Fu LIVE,XBL,Action,Unknown,Virtual Air Guitar Company Ltd,,,,,,,, +/games/boxart/7033866ccc.jpg,Kung-Fu Master,7800,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, +/games/boxart/full_3861339JapanFrontccc.jpg,Kunio-Kun Nekketsu Collection,GBA,Action,Atlus,Million,,,,,,,2005-08-25, +/games/boxart/full_6818146JapanFrontccc.jpg,Kunio-Kun Nekketsu Collection 2,GBA,Action,Atlus,Million,,,,,,,2005-10-27, +/games/boxart/full_4922156JapanFrontccc.jpg,Kunio-Kun Nekketsu Collection 3,GBA,Action,Atlus,Million,,,,,,,2006-02-16, +/games/boxart/full_5190962JapanFrontccc.jpg,Kurohige no Kurutto Jintori,GBA,Action,Tomy Corporation,Tomy,,,,,,,2002-04-19, +/games/boxart/full_kururin-doughnuts-okashi-recipe_175JapanFront.jpg,Kururin Doughnuts: Okashi Recipe,DS,Action,Global A Entertainment,Global A Entertainment,,,,,,,2007-07-05, +/games/boxart/full_7663656AmericaFrontccc.jpg,Ladybird Galaxy,XBL,Action,Microsoft,Kobingo,,,,,,,2008-12-05, +/games/boxart/full_6175227AmericaFrontccc.jpg,Land of Illusion starring Mickey Mouse,GG,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_6252616AmericaFrontccc.jpg,Lara Croft and the Temple of Osiris,XOne,Action,Square Enix,Crystal Dynamics,,,,,,,2014-12-09,2018-07-30 +/games/boxart/full_5442657AmericaFrontccc.jpg,Last Action Hero,GG,Action,Sony Imagesoft,Bits Studios,,,,,,,1992-01-01, +/games/boxart/6851225ccc.jpg,Last Action Hero,NES,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-10-01, +/games/boxart/8176682ccc.jpg,Last Action Hero,SNES,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-10-01, +/games/boxart/4404440ccc.jpg,Last Action Hero,GB,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-10-01, +/games/boxart/full_4633410AmericaFrontccc.jpg,Last Action Hero,GEN,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-01-01, +/games/boxart/full_139849AmericaFrontccc.jpg,Last Battle,GEN,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_7006280JapanFrontccc.jpg,Last Battle,VC,Action,Sega,Sega,,,,,,,2008-09-09, +/games/boxart/default.jpg,Last Flight,WW,Action,Unknown,Bloober Team,,,,,,,, +/games/boxart/full_9328483PALFrontccc.jpg,Last Ninja 3,VC,Action,Play It,System 3,,,,,,,2008-12-12, +/games/boxart/7556055ccc.jpg,Lazlo's Leap,GB,Action,DTMC,DTMC,,,,,,,1992-12-13, +/games/boxart/full_1504971AmericaFrontccc.jpg,Lazy Raiders,XBL,Action,Sarbakan,Sarbakan Inc.,7.8,,,,,,2010-02-24, +/games/boxart/6869941ccc.jpg,Legacy of Kain: Soul Reaver,PC,Action,Eidos Interactive,Crystal Dynamics,8.8,,,,,,1999-09-10, +/games/boxart/full_7177445AmericaFrontccc.png,Legacy of Kain: Soul Reaver,PSN,Action,Sony Computer Entertainment,Crystal Dynamics,,,,,,,2009-11-19, +/games/boxart/9824586ccc.jpg,Legend,SNES,Action,Seika,Arcade Zone LTD,,,,,,,1994-04-01, +/games/boxart/full_5274224PALFrontccc.jpg,Legend,PS,Action,FunSoft,Toka,,,,,,,1998-12-01, +/games/boxart/full_8842074AmericaFrontccc.jpg,Legend of Kay Anniversary,PS3,Action,Nordic Games,Neon Studios,,,,,,,2015-07-28,2019-04-06 +/games/boxart/full_1314160AmericaFrontccc.jpg,Legend of Kay Anniversary,X360,Action,Nordic Games,Neon Studios,,,,,,,2015-07-28,2019-04-06 +/games/boxart/full_5245931PALFrontccc.jpg,Legend of Kay Anniversary,PC,Action,Nordic Games,Nordic Games,,,,,,,2015-07-28,2018-04-09 +/games/boxart/full_9920531AmericaFrontccc.gif,Legend of Kunoichi,PSN,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, +/games/boxart/full_legend-of-mulan_10PALFront.jpg,Legend of Mulan,PS,Action,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, +/games/boxart/full_legendary-axe-ii_10AmericaFront.png,Legendary Axe II,PCE,Action,NEC,Victor Interactive Software,,,,,,,1990-01-01, +/games/boxart/full_836350AmericaFrontccc.jpg,Legends of Persia,PC,Action,Plug In Digital,Unknown,,,,,,,2014-06-03, +/games/boxart/full_3402008JapanFrontccc.jpg,Legendz: Sign of Necrom,GBA,Action,Bandai,Bandai,,,,,,,2005-02-17, +/games/boxart/full_legendz-yomigaeru-shiren-no-shima_10JapanFront.jpg,Legendz: Yomigaeru Shiren no Shima,GBA,Action,Bandai,Bec,,,,,,,2004-07-29, +/games/boxart/full_8947541AmericaFrontccc.jpg,LEGO Alpha Team,GB,Action,LEGO Media,Climax Group,,,,,,,2000-11-01, +/games/boxart/full_3576813AmericaFrontccc.jpg,LEGO Alpha Team,PC,Action,LEGO Media,Digital Domain,,,,,,,2000-01-01, +/games/boxart/full_1347772AmericaFrontccc.png,LEGO Batman: The Video Game,PSN,Action,Warner Bros. Interactive,Traveller's Tales,,,,,,,2009-10-01, +/games/boxart/full_3017137AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2017-11-14,2018-02-11 +/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_729PALFront.png,LEGO Pirates of the Caribbean: The Video Game,PSN,Action,Disney Interactive Studios,Traveller's Tales,,,,,,,2011-06-15, +/games/boxart/full_lego-star-wars-iii-the-clone-wars-psp_593AmericaFront.jpg,LEGO Star Wars III: The Clone Wars (PSP),PSN,Action,LucasArts,Traveller's Tales,,,,,,,2011-03-22, +/games/boxart/full_6412770AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,XBL,Action,LucasArts,Traveller's Tales,,,,,,,2009-08-11,2018-12-01 +/games/boxart/full_5840272AmericaFrontccc.jpg,Lemmings Paintball,PC,Action,Psygnosis,Visual Science,,,,,,,1996-05-31, +/games/boxart/full_leprechauns_723AmericaFront.jpg,Leprechauns,XBL,Action,Microsoft,Sleep Minus One,,,,,,,2011-07-23, +/games/boxart/default.jpg,Let's Fold : Collection,And,Action,Unknown,Unknown,,,,,,,2014-08-03, +/games/boxart/8382019ccc.jpg,Lethal Weapon,GB,Action,Ocean,Ocean,,,,,,,1992-01-02, +/games/boxart/full_7446258JapanFrontccc.jpg,Libble Rabble,SNES,Action,Namco,Namco,,,,,,,1994-09-22, +/games/boxart/full_5999158AmericaFrontccc.jpg,Light,Linux,Action,Team17 Software,Just A Pixel Ltd.,,,,,,,2014-07-14,2018-08-08 +/games/boxart/full_3148272AmericaFrontccc.jpg,Light,OSX,Action,Team17 Software,Just A Pixel Ltd.,,,,,,,2014-07-14,2018-08-08 +/games/boxart/full_6977879AmericaFrontccc.jpg,Light,PC,Action,Team17 Software,Just A Pixel Ltd.,,,,,,,2014-07-14,2018-08-08 +/games/boxart/full_6594600JapanFrontccc.jpeg,Line Attack Heroes,WW,Action,Nintendo,GREZZO,,,,,,,2010-07-27, +/games/boxart/full_5450742AmericaFrontccc.png,LINE Let's Get Rich,And,Action,NAVER JAPAN,NAVER JAPAN,,,,,,,2014-07-13, +/games/boxart/default.jpg,Lion's Pride: Adventures on the Serengeti,3DS,Action,Unknown,Majesco Games,,,,,,,, +/games/boxart/full_little-nicky_754AmericaFront.jpg,Little Nicky,GB,Action,Ubisoft,Digital Eclipse,,,,,,,2000-12-01, +/games/boxart/full_9960846JapanFrontccc.jpg,Little Patisse: Keaki no Shiro,GBA,Action,MTO,MTO,,,,,,,2004-12-16, +/games/boxart/full_lizzie-mcguire-on-the-go_687AmericaFront.jpg,Lizzie McGuire: On the Go!,GBA,Action,Disney Interactive Studios,Digital Eclipse,,,,,,,2003-10-14, +/games/boxart/full_513741AmericaFrontccc.jpg,Lochjaw,2600,Action,Apollo,Apollo,,,,,,,1981-01-01, +/games/boxart/4678280ccc.jpg,Lock 'N' Chase,2600,Action,Mattel Interactive,Mattel,,,,,,,1982-01-01, +/games/boxart/full_8040623AmericaFrontccc.jpg,LocoCycle,XOne,Action,Microsoft Studios,Twisted Pixel Games,,,,,,,2013-11-22,2018-08-09 +/games/boxart/full_7201982AmericaFrontccc.jpg,LocoCycle,XBL,Action,Microsoft Studios,Twisted Pixel Games,,,,,,,2014-02-14,2018-10-08 +/games/boxart/default.jpg,Lode Runner,PC,Action,Unknown,Douglas E. Smith,,,,,,,, +/games/boxart/full_8460408AmericaFrontccc.jpg,Lode Runner 2,PC,Action,GT Interactive,Presage Software,,,,,,,1998-09-30, +/games/boxart/default.jpg,Logo Pop Quiz - What's the Icon Game Free,And,Action,Unknown,Unknown,,,,,,,2013-04-21, +/games/boxart/3252515ccc.jpg,London Blitz,2600,Action,Unknown,Avalon Hill,,,,,,,1983-01-01, +/games/boxart/full_315216AmericaFrontccc.jpg,Long Night,PC,Action,Unknown,Trickstar Games,,,,,,,2014-07-07, +/games/boxart/full_2245823AmericaFrontccc.jpg,"Loot, Steal 'n Destroy",XBL,Action,Microsoft,reallyjoel,,,,,,,2008-11-16, +/games/boxart/full_lootfest_290AmericaFront.jpg,Lootfest,XBL,Action,Microsoft,Gamefarm,,,,,,,2011-07-04, +/games/boxart/full_2030667AmericaFrontccc.jpg,Lost Horizon 2,PC,Action,Deep Silver,Unknown,,,,,,,2015-08-28, +/games/boxart/1319638ccc.jpg,Lost Luggage,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, +/games/boxart/full_868028AmericaFrontccc.jpg,Lotus - Stellar Conflict,XBL,Action,Microsoft,MindStar Games,,,,,,,2009-07-10, +/games/boxart/full_4900597JapanFrontccc.jpg,Love Hina Advance,GBA,Action,Marvelous Interactive,Marvelous,,,,,,,2001-09-07, +/games/boxart/full_4930355AmericaFrontccc.jpg,Lovely Planet,Linux,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2014-07-31,2018-08-08 +/games/boxart/full_7097463AmericaFrontccc.jpg,Lovely Planet,OSX,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2014-07-31,2018-08-08 +/games/boxart/default.jpg,Lovers in a Dangerous Spacetime,XOne,Action,Asteroid Base,Asteroid Base,,,,,,,2020-12-31, +/games/boxart/default.jpg,Lucha Fury,PSN,Action,Unknown,Punchers Impact,,,,,,,, +/games/boxart/default.jpg,Lucha Fury,PC,Action,Unknown,Punchers Impact,,,,,,,, +/games/boxart/full_lucha-fury_343AmericaFront.jpg,Lucha Fury,XBL,Action,Mindscape,Punchers Impact,3,,,,,,2011-06-22, +/games/boxart/full_584833JapanFrontccc.jpg,Lucifer Ring,PS,Action,Toshiba EMI,Toshiba EMI,,,,,,,1998-12-23, +/games/boxart/full_538930JapanFrontccc.jpg,Lucky * Star: Moe Drill,DS,Action,Kadokawa Shoten,Nitroplus,,,,,,,2005-12-01, +/games/boxart/default.jpg,Lucky Luke: On the Dalton's Trail,PC,Action,Infogrames,Ocean,,,,,,,2000-01-01, +/games/boxart/full_5803874PALFrontccc.jpg,Lucky Luke: Wanted!,GBA,Action,Infogrames,Infogrames,,,,,,,2001-11-02, +/games/boxart/full_5552979PALFrontccc.jpg,Lucky Luke: Western Fever,PS,Action,Infogrames,Kalisto,,,,,,,2001-11-02, +/games/boxart/full_7516242PALFrontccc.jpg,Lucky Luke: Western Fever,PC,Action,Infogrames,Aqua Pacific,,,,,,,2001-11-16, +/games/boxart/full_6586511AmericaFrontccc.jpg,Lugaru HD,PC,Action,Wolfire Games,Wolfire Games,,,,,,,2005-01-01, +/games/boxart/full_lunar-jetman_592PALFront.jpg,Lunar Jetman,PC,Action,Unknown,Ultimate - Play the Game,,,,,,,1983-01-01, +/games/boxart/default.jpg,Lunar Jetman (original),PC,Action,Unknown,Ultimate - Play the Game,,,,,,,, +/games/boxart/full_3108871JapanFrontccc.jpg,Lunar Lander,GB,Action,Pack-In-Video,Pack-In-Video,,,,,,,1990-09-21, +/games/boxart/full_7753916JapanFrontccc.jpg,Lupin III: Densetsu no Hihou o Oe!,SNES,Action,Epoch,SAS Sakata,,,,,,,1997-12-27, +/games/boxart/full_2185783JapanFrontccc.jpg,Lupin Sansei: Pandora no Isan,NES,Action,Namco,Namco,,,,,,,1987-11-06, +/games/boxart/5335086ccc.jpg,M*A*S*H,2600,Action,20th Century Fox Video Games,20th Century Fox,,,,,,,1983-01-01, +/games/boxart/full_8744117JapanFrontccc.jpg,Macross M3,DC,Action,Shoeisha,Shoeisha,4,,,,,,2001-02-22, +/games/boxart/full_8449574JapanFrontccc.jpg,Macross Plus Game Edition,PS,Action,Takara,Takara,,,,,,,2000-06-29, +/games/boxart/full_443603AmericaFrontccc.jpg,Mad Max,NES,Action,Mindscape,"Mindscape, Inc.",,,,,,,1990-07-01, +/games/boxart/default.jpg,Mad Max (2013),X360,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2015-09-01,2018-01-05 +/games/boxart/default.jpg,Mad Max (2013),PS3,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2015-09-01,2018-01-05 +/games/boxart/default.jpg,Madballs in Babo:Invasion,XBL,Action,Unknown,Playbrains,,,,,,,, +/games/boxart/8787546ccc.jpg,Made Man: Confessions of the Family Blood,PS2,Action,Aspyr,Silverback Studios,,,,,,,2007-04-23, +/games/boxart/full_6081807AmericaFrontccc.jpg,Made Man: Confessions of the Family Blood,PC,Action,Aspyr,Silverback Studios,,,,,,,2007-04-23, +/games/boxart/full_madouou-granzort_3JapanFront.jpg,Madouou Granzort,PCE,Action,Hudson Soft,Hudson Soft,,,,,,,1990-04-06, +/games/boxart/full_mafia-ii-jimmys-vendetta_315AmericaFront.jpg,Mafia II: Jimmy's Vendetta,XBL,Action,2K Games,2K Czech,,,,,,,2010-09-07, +/games/boxart/full_mafia-ii-jimmys-vendetta_282AmericaFront.jpg,Mafia II: Jimmy's Vendetta,PSN,Action,2K Games,2K Czech,,,,,,,2010-09-07, +/games/boxart/full_mafia-ii-jimmys-vendetta_376AmericaFront.jpg,Mafia II: Jimmy's Vendetta,PC,Action,2K Games,2K Czech,,,,,,,2010-09-07, +/games/boxart/full_mafia-ii-joes-adventures_148AmericaFront.jpg,Mafia II: Joe's Adventures,XBL,Action,2K Games,2K Czech,,,,,,,2010-11-23, +/games/boxart/full_mafia-ii-joes-adventures_714AmericaFront.jpg,Mafia II: Joe's Adventures,PSN,Action,2K Games,2K Czech,,,,,,,2010-11-23, +/games/boxart/full_mafia-ii-joes-adventures_360AmericaFront.jpg,Mafia II: Joe's Adventures,PC,Action,2K Games,2K Czech,,,,,,,2010-11-23, +/games/boxart/full_mafia-ii-the-betrayal-of-jimmy_558AmericaFront.png,Mafia II: The Betrayal of Jimmy,PSN,Action,2K Games,2K Czech,,,,,,,2010-08-24, +/games/boxart/full_9710155AmericaFrontccc.png,Mage & Minions,And,Action,"Making Fun, Inc.","Making Fun, Inc.",,,,,,,2014-08-11, +/games/boxart/full_2523289AmericaFrontccc.jpg,MageSlayer,PC,Action,GT Interactive,Raven Software,,,,,,,1997-09-30, +/games/boxart/full_magical-taruruuto-kun_922JapanFront.jpg,Magical * Taruruuto-kun,GB,Action,Bandai,TOSE Software,,,,,,,1991-06-15, +/games/boxart/full_magical-taruruuto-kun-2-raiba-zone-panic_710JapanFront.jpg,Magical * Taruruuto-kun 2: Raiba Zone Panic!!,GB,Action,Bandai,Tom Create,,,,,,,1992-07-10, +/games/boxart/full_7672451AmericaFrontccc.jpg,Magical Battle Festa,PC,Action,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_2835936AmericaFrontccc.jpg,MagiCard,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, +/games/boxart/5733046ccc.jpg,Magician Lord,NG,Action,SNK,ADK Corporation,,,,,,,1991-07-01, +/games/boxart/9228199ccc.jpg,Magician Lord,VC,Action,D4 Enterprise,ADK Corporation,,,,,,,2007-10-29, +/games/boxart/full_magician-lord_130AmericaFront.jpg,Magician Lord,PSN,Action,SNK Playmore,ADK Corporation,,,,,,,2010-12-21, +/games/boxart/full_magician-lord-cd_684JapanFront.jpg,Magician Lord (CD),NG,Action,SNK,ADK Corporation,,,,,,,1994-10-31, +/games/boxart/full_magician-lord-psp_989AmericaFront.jpg,Magician Lord (PSP),PSN,Action,SNK Playmore,ADK Corporation,,,,,,,2011-01-18, +/games/boxart/full_6859614AmericaFrontccc.jpg,Magicka 2,PS4,Action,Paradox Interactive,Paradox Interactive,,,,,,,2015-05-25, +/games/boxart/default.jpg,Magma Balls,GIZ,Action,Unknown,Horizon Software I.T.,,,,,,,, +/games/boxart/6130678ccc.jpg,MagMax,NES,Action,FCI,Nihon Bussan,,,,,,,1988-10-01, +/games/boxart/default.jpg,Mahjong Fairyland,GIZ,Action,Unknown,"Joymaster Holding Co., Ltd.",,,,,,,, +/games/boxart/full_2799636JapanFrontccc.jpg,Mahou no Shoujo: Silky Lip,SCD,Action,Riot,Riot,,,,,,,1992-06-19, +/games/boxart/full_2356175JapanFrontccc.jpg,Mai-Hime Bakuretsu! Fuuka Gakuen Gekitoushi?!,PSP,Action,Sunrise Interactive,Sunrise Interactive,,,,,,,2006-02-23, +/games/boxart/full_3032007JapanFrontccc.jpg,Mai-Hime Senretsu! Shin Fuuka Gakuen Gekitoushi!!,PSP,Action,Sunrise Interactive,Sunrise Interactive,,,,,,,2006-04-27, +/games/boxart/full_maidsans-caving-adventure_334AmericaFront.jpg,Maid_san's Caving Adventure,XBL,Action,Microsoft,kohei,,,,,,,2011-01-25, +/games/boxart/2369247ccc.jpg,Major League Eating: The Game,WW,Action,Mastiff,Sensory Sweep,,,,,,,2008-07-14, +/games/boxart/3337150ccc.jpg,Malagai,2600,Action,Answer Software,Answer Software,,,,,,,1983-01-01, +/games/boxart/full_malicious_1JapanFront.jpg,Malicious,PSN,Action,Sony Computer Entertainment,Alvion Inc.,,,,,,,2012-02-08, +/games/boxart/default.jpg,Malicious,PSV,Action,Unknown,Alvion,,,,,,,, +/games/boxart/full_mameshiba_403JapanFront.jpg,Mameshiba,3DS,Action,Nippon Ichi Software,Nippon Columbia,,,,,,,2011-10-27, +/games/boxart/default.jpg,Man Vs Bee,GIZ,Action,Unknown,tritoneTech,,,,,,,, +/games/boxart/default.jpg,MANGA POKER,GIZ,Action,Unknown,BITWEEN S.R.L.,,,,,,,, +/games/boxart/7729490ccc.jpg,Mangia',2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, +/games/boxart/full_6897812AmericaFrontccc.png,Manhunt 2,PSN,Action,Rockstar Games,Rockstar London,,,,,,,2009-10-14, +/games/boxart/full_1708149AmericaFrontccc.jpg,Manhunt 2,PC,Action,Rockstar Games,Rockstar London,,,,,,,2009-11-06, +/games/boxart/full_6143785AmericaFrontccc.jpg,Manic Monkey Mayhem,WW,Action,The Code Monkeys,The Code Monkeys,,,,,,,2010-05-24, +/games/boxart/default.jpg,Manic Monkey Mayhem,DSiW,Action,Unknown,The Code Monkeys,,,,,,,, +/games/boxart/full_manic-monkey-mayhem_5AmericaFront.jpg,Manic Monkey Mayhem,PSN,Action,The Code Monkeys,The Code Monkeys,,,,,,,2010-05-18, +/games/boxart/7976310ccc.jpg,Marauder,2600,Action,Tigervision,Tigervision,,,,,,,1982-01-01, +/games/boxart/full_3422646AmericaFrontccc.png,Marble Woka Woka,And,Action,Two Desperados,Two Desperados,,,,,,,2016-03-02, +/games/boxart/full_6527225AmericaFrontccc.jpg,Marc Ecko's Getting Up: Contents Under Pressure,XB,Action,Atari,"The Collective, Inc.",,,,,,,2006-02-14, +/games/boxart/full_2358722JapanFrontccc.jpg,Märchen Maze,PCE,Action,Namco,Namco,,,,,,,1990-12-11, +/games/boxart/default.jpg,Märchen Maze (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-09-29, +/games/boxart/2137076ccc.jpg,Marine Wars,2600,Action,Konami,Konami,,,,,,,1983-01-01, +/games/boxart/full_3821870AmericaFrontccc.jpg,Mark of the Ninja,XBL,Action,Microsoft Studios,Klei Entertainment,,,,,,,2012-09-07,2018-10-08 +/games/boxart/full_9210616PALFrontccc.jpg,Martin Mystery: Monster Hunter,DS,Action,Ubisoft,Ubisoft,,,,,,,2009-03-27, +/games/boxart/6198625ccc.jpg,Maru's Mission,GB,Action,Jaleco,Jaleco Entertainment,,,,,,,1991-03-01, +/games/boxart/full_3172903AmericaFrontccc.jpg,Marvel Land,GEN,Action,Namco,Namco,,,,,,,1991-01-01, +/games/boxart/default.jpg,Marvel Land (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-06-30, +/games/boxart/full_1409785AmericaFrontccc.png,Marvel: Contest of the Champions,And,Action,Marvel Entertainment,Kabam,,,,,,,2014-10-01, +/games/boxart/full_marvin-strikes-back_857AmericaFront.jpg,Marvin Strikes Back!,GB,Action,Infogrames,Infogrames,,,,,,,2000-11-23, +/games/boxart/378849ccc.jpg,Mary Shelley's Frankenstein,SNES,Action,Sony Imagesoft,Bits Corporation Limited,,,,,,,1994-01-01, +/games/boxart/full_6668641AmericaFrontccc.jpg,Mary Shelley's Frankenstein,GEN,Action,Sony Imagesoft,Bits Studios,,,,,,,1994-03-04, +/games/boxart/full_9925315AmericaFrontccc.jpg,Mary-Kate and Ashley: Crush Course,GB,Action,Acclaim Entertainment,Crawfish Interactive,,,,,,,2001-11-01, +/games/boxart/full_9025306AmericaFrontccc.jpg,Mary-Kate and Ashley: Crush Course,PC,Action,Acclaim Entertainment,n-Space,,,,,,,2003-10-01, +/games/boxart/2923130ccc.jpg,Master Builder,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, +/games/boxart/full_master-karateka_228JapanFront.jpg,Master Karateka,GB,Action,Bandai,Bandai Shinsei,,,,,,,1989-12-28, +/games/boxart/1273554ccc.jpg,Masters of the Universe Interactive - He-Man: Defender of Grayskull,PS2,Action,TDK Mediactive,Midas Interactive Entertainment,,,,,,,2005-01-01, +/games/boxart/228564ccc.jpg,Masters of the Universe: Power of He-Man,2600,Action,Mattel Interactive,Mattel,,,,,,,1983-01-01, +/games/boxart/7052509ccc.jpg,Matrix: Path Of Neo,XB,Action,Atari,Unknown,,,,,,,2005-11-07, +/games/boxart/full_5182451AmericaFrontccc.jpg,Max Gentlemen,Linux,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, +/games/boxart/full_1693203AmericaFrontccc.jpg,Max Gentlemen,OSX,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, +/games/boxart/full_8417449AmericaFrontccc.jpg,Max Gentlemen,PC,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, +/games/boxart/full_4713997AmericaFrontccc.jpg,Max Gentlemen,And,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, +/games/boxart/full_4758792PALFrontccc.jpg,Maya the Bee and Her Friends,GB,Action,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-01-01, +/games/boxart/full_7246391PALFrontccc.jpg,Maya the Bee: Garden Adventures,GB,Action,Acclaim Entertainment,NEON Software GmbH,,,,,,,2000-11-17, +/games/boxart/full_9175999AmericaFrontccc.jpg,Maze,2600,Action,Sears,Telegames,,,,,,,1978-01-01, +/games/boxart/full_maze-hunter-3d_7AmericaFront.jpg,Maze Hunter 3-D,MS,Action,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_maze-mania_535AmericaFront.jpg,Maze Mania: A Game of Cops 'n Robbers,2600,Action,Sears,Atari,,,,,,,1978-01-01, +/games/boxart/2505547ccc.jpg,Mazin Saga Mutant Fighter,GEN,Action,Victory Lap Games,Almanic Corp,,,,,,,1993-02-25, +/games/boxart/full_me-monstar-hear-me-roar_193AmericaFront.png,Me Monstar: Hear Me Roar!,PSN,Action,Unknown,Cohort Studios,6.5,,,,,,2011-07-04, +/games/boxart/default.jpg,MechWarrior,X360,Action,Unknown,Smith & Tinker,,,,,,,, +/games/boxart/full_2747789AmericaFrontccc.jpg,Mega Coin Squad,Linux,Action,Adult Swim,Big Pixel Studios,,,,,,,2014-08-15,2018-08-08 +/games/boxart/full_2608452AmericaFrontccc.jpg,Mega Coin Squad,OSX,Action,Adult Swim,Big Pixel Studios,,,,,,,2014-08-15,2018-08-08 +/games/boxart/full_3224607AmericaFrontccc.jpg,Mega Coin Squad,PC,Action,Adult Swim,Big Pixel Studios,,,,,,,2014-08-15,2018-08-08 +/games/boxart/9027468ccc.jpg,Mega Man III,GB,Action,Capcom,Capcom,,,,,,,1992-12-11, +/games/boxart/8213308ccc.jpg,Mega Man IV,GB,Action,Capcom,Capcom,,,,,,,1993-12-08, +/games/boxart/full_8377395AmericaFrontccc.png,Mega Man X3,WiiU,Action,Capcom,Capcom,,,,,,,2014-08-28,2018-04-10 +/games/boxart/default.jpg,Mega Man X4,PSV,Action,Capcom,Capcom,,,,,,,2014-09-02, +/games/boxart/8200280ccc.jpg,Megaforce,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, +/games/boxart/full_megumi-rescue_6JapanFront.jpg,Megumi Rescue,MS,Action,Sega,Sega,,,,,,,1988-07-30, +/games/boxart/6392850ccc.jpg,Meltdown,7800,Action,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/4917421ccc.jpg,Men in Black 2: The Series,GB,Action,Crave Entertainment,David A. Palmer Productions,,,,,,,2000-07-09, +/games/boxart/full_men-in-black-the-game_329PALFront.jpg,Men in Black: The Game,PS,Action,Gremlin Interactive Ltd,Double Helix Games,,,,,,,1998-04-04, +/games/boxart/full_men-in-black-the-game_60AmericaFront.jpg,Men in Black: The Game,PC,Action,SouthPeak Interactive,Gigawatt Studios,,,,,,,1997-10-31, +/games/boxart/full_men-in-black-the-series_201AmericaFront.jpg,Men in Black: The Series,GB,Action,Crave Entertainment,Tiertex Design Studios,,,,,,,2000-06-15, +/games/boxart/full_1698245AmericaFrontccc.png,Mental Hospital: Eastern Bloc II,And,Action,Igor Migun,Igor Migun,,,,,,,2014-04-29, +/games/boxart/default.jpg,Mercury,XOne,Action,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_4885021AmericaFrontccc.jpg,Mesmerize: Distort,PSN,Action,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-12-20, +/games/boxart/full_mesmerize-trace_532AmericaFront.jpg,Mesmerize: Trace,PSN,Action,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-01-17, +/games/boxart/full_metal-fight-beyblade-portable-chouzetsu-tensei-vulcan-horses_4JapanFront.jpg,Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses,PSN,Action,Takara Tomy,Takara Tomy,,,,,,,2010-11-04, +/games/boxart/full_55445JapanFrontccc.jpg,Metal Gear,VC,Action,Konami,Konami,,,,,,,2009-12-08, +/games/boxart/full_5705715JapanFrontccc.jpg,Metal Gear 2: Solid Snake,VC,Action,Konami,Konami,,,,,,,2010-03-30, +/games/boxart/full_metal-gear-online_749AmericaFront.jpg,Metal Gear Online,PSN,Action,Konami,Kojima Productions,,,,,,,2008-06-12, +/games/boxart/full_metal-gear-solid_942AmericaFront.jpg,Metal Gear Solid,GB,Action,Konami,Konami Computer Entertainment Japan,9.6,,,,,,2000-04-24, +/games/boxart/full_metal-gear-solid-peace-walker_3PALFront.png,Metal Gear Solid: Peace Walker,PSN,Action,Konami,Kojima Productions,,,,,,,2010-06-08, +/games/boxart/full_2223419AmericaFrontccc.png,Metal Gear Solid: Portable Ops,PSN,Action,Konami,Kojima Productions,,,,,,,2009-12-17, +/games/boxart/full_2179290AmericaFrontccc.png,Metal Gear Solid: Portable Ops Plus,PSN,Action,Konami,Kojima Productions,,,,,,,2009-12-17, +/games/boxart/full_5317985AmericaFrontccc.jpg,Metal Gear: Ghost Babel,GBC,Action,Konami Digital Entertainment,TOSE,,,,,,,2000-05-05, +/games/boxart/2172899ccc.jpg,Metal Morph,SNES,Action,FCI,Origin,,,,,,,1986-01-01, +/games/boxart/full_metal-slug-2_312AmericaFront.jpg,Metal Slug 2,PSN,Action,SNK Playmore,SNK Plymore,,,,,,,2011-10-11, +/games/boxart/full_metal-storm_2AmericaFront.jpg,Metal Storm,NES,Action,Irem Software Engineering,Tamtex,,,,,,,1991-02-01, +/games/boxart/5821396ccc.jpg,Metal Warriors,SNES,Action,Konami,LucasArts,,,,,,,1995-04-01, +/games/boxart/full_4256521JapanFrontccc.jpg,Metalgun Slinger,GBA,Action,Atmark,Atmark,,,,,,,2002-09-27, +/games/boxart/full_metal-mech-man-ampamp-machine_8AmericaFront.jpg,MetalMech: Man & Machine,NES,Action,Jaleco,Sculptured Software,,,,,,,1991-03-01, +/games/boxart/default.jpg,Metalocalypse: Dethgame,XBL,Action,Unknown,Frozen Codebase,,,,,,,, +/games/boxart/default.jpg,Metalocalypse: Dethgame,PSN,Action,Unknown,Frozen Codebase,,,,,,,, +/games/boxart/full_5759247AmericaFrontccc.jpg,Metrocide,PC,Action,Flat Earth Games,Flat Earth Games,,,,,,,2014-10-01, +/games/boxart/full_mickeys-ultimate-challenge_9AmericaFront.jpg,Mickey's Ultimate Challenge,GG,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-01-01, +/games/boxart/8845230ccc.jpg,Mickey's Ultimate Challenge,GB,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-05-01, +/games/boxart/default.jpg,Mickey's Ultimate Challenge,MS,Action,Tec Toy,Designer Software,,,,,,,1989-01-01, +/games/boxart/full_mickeys-ultimate-challenge_7AmericaFront.jpg,Mickey's Ultimate Challenge,GEN,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-01-01, +/games/boxart/full_mickeys-ultimate-challenge_3AmericaFront.jpg,Mickey's Ultimate Challenge,SNES,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-02-01, +/games/boxart/9505856ccc.jpg,Midnight Mutants,7800,Action,Atari,Radioactive Software,,,,,,,1990-01-01, +/games/boxart/1580722ccc.jpg,Mighty Final Fight,NES,Action,Capcom,Capcom,,,,,,,1993-07-01, +/games/boxart/full_280305AmericaFrontccc.png,Mighty Gunvolt,3DS,Action,Inti Creates,Inti Creates,7.3,,,,,,2014-08-29, +/games/boxart/full_2637268AmericaFrontccc.png,Mighty Gunvolt Burst,NS,Action,Inti Creates,Inti Creates,8,,,,,,2017-06-15,2018-11-26 +/games/boxart/full_6993912AmericaFrontccc.png,Mighty Gunvolt Burst,3DS,Action,Inti Creates,Inti Creates,,,,,,,2017-06-29,2018-11-26 +/games/boxart/7272479ccc.jpg,Mighty Morphin Power Rangers,GEN,Action,Sega,Bandai,,,,,,,1994-01-01, +/games/boxart/full_mighty-morphin-power-rangers-the-movie_5AmericaFront.jpg,Mighty Morphin Power Rangers: The Movie,GB,Action,Bandai,Tom Create,,,,,,,1995-08-01, +/games/boxart/full_mighty-morphin-power-rangers-the-movie_6AmericaFront.jpg,Mighty Morphin Power Rangers: The Movie,GEN,Action,Bandai,SIMS,,,,,,,1995-06-15, +/games/boxart/7131763ccc.jpg,Mighty Morphin Power Rangers: The Movie,SNES,Action,Bandai,Natsume,,,,,,,1995-06-01, +/games/boxart/full_3368788AmericaFrontccc.jpg,Mighty Morphin' Power Rangers,GG,Action,Sega,Banpresto,,,,,,,1994-01-01, +/games/boxart/2167229ccc.jpg,Mighty Morphin' Power Rangers,SCD,Action,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_mighty-mulan_10PALFront.jpg,Mighty Mulan,PS2,Action,Phoenix Games,The Code Monkeys,,,,,,,2006-01-01, +/games/boxart/full_8367688AmericaFrontccc.png,Mighty Switch Force! Hyper Drive Edition,WiiU,Action,WayForward Technologies,WayForward,,,,,,,2012-11-18,2020-09-13 +/games/boxart/full_7989476AmericaFrontccc.jpg,Mind's Eye of Jupiter - 01,XBL,Action,Microsoft,rogerst,,,,,,,2009-06-09, +/games/boxart/231849ccc.jpg,Mines of Minos,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, +/games/boxart/full_8392568AmericaFrontccc.jpg,Mini Golf 360,XBL,Action,Microsoft,Jhample,,,,,,,2009-09-02, +/games/boxart/full_mini-ninjas_247AmericaFront.jpg,Mini Ninjas,XBL,Action,Eidos Interactive,IO Interactive,,,,,,,2011-02-08, +/games/boxart/full_3682353JapanFrontccc.jpg,Minna no Soft Series: Hyokkori Hyoutan Shima,GBA,Action,MTO,MTO,,,,,,,2003-11-21, +/games/boxart/full_108967JapanFrontccc.jpg,Miracle! Panzou: 7-tsu no Hoshi no Uchuu Kaizoku,GBA,Action,Atlus,Atlus Co.,,,,,,,2005-11-03, +/games/boxart/full_2975506JapanFrontccc.jpg,Mirai Shounen Conan,PCE,Action,Nippon Telenet,Nippon Telenet,,,,,,,1992-02-28, +/games/boxart/full_7403528JapanFrontccc.jpg,Mirai Shounen Conan,PS2,Action,D3 Publisher,D3 Publisher,,,,,,,2005-08-25, +/games/boxart/full_mirrors-edge_4AmericaFront.jpg,Mirror's Edge,XBL,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2010-06-21, +/games/boxart/full_mirrors-edge-pure-time-trials_389AmericaFront.jpg,Mirror's Edge: Pure Time Trials,XBL,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2009-02-19, +/games/boxart/default.jpg,Mirror's Edge: Pure Time Trials,PSN,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2009-02-19, +/games/boxart/full_mirrors-edge-pure-time-trials_895AmericaFront.jpg,Mirror's Edge: Pure Time Trials,PC,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2009-02-19, +/games/boxart/full_791258AmericaFrontccc.jpg,Mission 3000 A.D.,2600,Action,Bit Corporation,Quelle,,,,,,,1983-01-01, +/games/boxart/full_4739423AmericaFrontccc.jpg,Mission Survive,2600,Action,Unknown,Video Gems,,,,,,,1983-01-01, +/games/boxart/3602565ccc.jpg,Mission: Impossible,NES,Action,Ultra Games,Konami,,,,,,,1990-09-01, +/games/boxart/full_2697897AmericaFrontccc.jpg,Mithra Episode 1: The Calling,XBL,Action,Microsoft,KamiSama,,,,,,,2009-03-05, +/games/boxart/full_mizubaku-daibouken_7JapanFront.jpg,Mizubaku Daibouken,PCE,Action,Taito,Taito Corporation,,,,,,,1992-01-17, +/games/boxart/full_8963630JapanFrontccc.jpg,Mizuiro Blood,DS,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-06-14, +/games/boxart/full_3821895JapanFrontccc.jpg,Mobile Suit Gundam Seed,WS,Action,Bandai,Bandai,,,,,,,2003-03-15, +/games/boxart/full_9945146JapanFrontccc.jpg,Mobile Suit Gundam Seed: Tomo to Kimi to Koko de,GBA,Action,Bandai,Bandai,,,,,,,2004-05-13, +/games/boxart/full_7791911JapanFrontccc.jpg,Mobile Suit Gundam: Char's Counterattack,PS,Action,Bandai,Bandai,,,,,,,1998-12-17, +/games/boxart/full_8432823JapanFrontccc.jpg,Mobile Suit Gundam: Senshitachi no Kiseki,GC,Action,Bandai,Bandai,,,,,,,2004-03-18, +/games/boxart/full_3521728AmericaFrontccc.jpg,Modern Pirate Hunter Episode 1: Nash's Revenge,XBL,Action,Microsoft,ZXB Games,,,,,,,2010-05-18, +/games/boxart/full_2142208AmericaFrontccc.jpg,Mogul Maniac,2600,Action,Unknown,Amiga,,,,,,,1982-01-01, +/games/boxart/full_5189940PALFrontccc.jpg,Moho,DC,Action,Take-Two Interactive,Lost Toys,,,,,,,2000-11-24, +/games/boxart/full_momotarou-dengeki-2-momotaro-thunderbolt_899JapanFront.jpg,Momotarou Dengeki 2: Momotaro Thunderbolt,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1994-12-16, +/games/boxart/full_momotarou-dengeki_464JapanFront.jpg,Momotarou Dengeki: Momotaro Thunderbolt,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1993-08-08, +/games/boxart/full_momotarou-katsugeki_4JapanFront.jpg,Momotarou Katsugeki,PCE,Action,Hudson Soft,Hudson Soft,,,,,,,1990-09-21, +/games/boxart/full_monarch-the-butterfly-king_838AmericaFront.jpg,Monarch: The Butterfly King,PC,Action,Merscom LLC,Reflexive Entertainment,,,,,,,2007-05-02, +/games/boxart/full_4716342AmericaFrontccc.png,Mondo,PC,Action,Unknown,Unknown,,,,,,,2014-07-25, +/games/boxart/full_monkey-madness_37AmericaFront.jpg,Monkey Madness,XBL,Action,Microsoft,Phoebit,,,,,,,2011-09-06, +/games/boxart/full_monster-bash_817AmericaFront.jpg,Monster Bash,PC,Action,3D Realms,"Apogee Software, Ltd.",,,,,,,1993-04-09, +/games/boxart/full_2578462PALFrontccc.jpg,Monster High 13 Wishes,Wii,Action,Little Orbit,Little Orbit,,,,,,,2013-10-29, +/games/boxart/default.jpg,Monster Hunter Frontier G8: Premium Package,PS3,Action,Capcom,Unknown,,,,,,,2015-07-22, +/games/boxart/full_2089289AmericaFrontccc.jpg,Monster Hunter: World,PC,Action,Capcom,Capcom,,,,,,,2018-08-09,2018-07-19 +/games/boxart/1206931ccc.jpg,Monster Max,GB,Action,Titus,Titus Software,,,,,,,1995-01-02, +/games/boxart/full_2952296AmericaFrontccc.jpg,Monster Rancher Battle Card GB,GB,Action,Tecmo,GRC,,,,,,,1999-12-23, +/games/boxart/full_4356763AmericaFrontccc.jpg,Monster Rancher Explorer,GB,Action,Tecmo,Tecmo,,,,,,,2000-10-01, +/games/boxart/full_493062AmericaFrontccc.png,Monster Strike,And,Action,"mixi, Inc","mixi, Inc",,,,,,,2014-10-23, +/games/boxart/full_6601491AmericaFrontccc.jpg,"Monsters, Inc.",GB,Action,THQ,Vicarious Visions,,,,,,,2001-10-19, +/games/boxart/full_9109405PALFrontccc.jpg,"Monsters, Inc. Scare Island",PC,Action,Disney Interactive Studios,Disney Interactive,,,,,,,2002-01-25, +/games/boxart/full_1472391JapanFrontccc.jpg,Moomon Tani no Okurimono,DS,Action,Sonic Powered,Sonic Powered,,,,,,,2009-11-19, +/games/boxart/full_moon-diver_626AmericaFront.jpg,Moon Diver,XBL,Action,Square Enix,FeelPlus,7.1,,,,,,2011-05-04, +/games/boxart/full_moon-diver_912AmericaFront.jpg,Moon Diver,PSN,Action,Square Enix,FeelPlus,6.5,,,,,,2011-03-29, +/games/boxart/default.jpg,Moon Hunters,PS4,Action,Kitfox Games,Kitfox Games,,,,,,,2016-07-12, +/games/boxart/1978302ccc.jpg,Moonsweeper,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/1409796ccc.jpg,Moto Rodeo,2600,Action,Atari,Axlon,,,,,,,1990-01-01, +/games/boxart/default.jpg,MOTOGP 13,X360,Action,Milestone,Unknown,,,,,,,2014-06-17, +/games/boxart/default.jpg,MOTOGP 13,PC,Action,Milestone,Unknown,,,,,,,2014-06-17, +/games/boxart/default.jpg,MOTOGP 13,PS3,Action,Milestone,Unknown,,,,,,,2014-06-17, +/games/boxart/default.jpg,MOTOGP 13,PSV,Action,Milestone,Unknown,,,,,,,2014-06-17, +/games/boxart/255978ccc.jpg,Mountain King,5200,Action,CBS Electronics,CBS Electronics,,,,,,,1984-01-01, +/games/boxart/1560046ccc.jpg,Mouse Trap Hotel,GB,Action,Electro Brain,Imagineering Inc,,,,,,,1992-01-02, +/games/boxart/default.jpg,Movie Mania: Guess the Shadow,And,Action,Unknown,Unknown,,,,,,,2014-01-14, +/games/boxart/9460410ccc.jpg,Mr. Chin's Gourmet Paradise,GB,Action,Romstar,Romstar,,,,,,,1990-01-02, +/games/boxart/full_mr-do_9AmericaFront.jpg,Mr. Do!,GB,Action,Nintendo,Ocean,,,,,,,1992-11-01, +/games/boxart/full_mr-do_3AmericaFront.jpg,Mr. Do!,SNES,Action,Black Pearl,Imagineer,,,,,,,1996-12-01, +/games/boxart/full_mr-dos-castle_1AmericaFront.jpg,Mr. Do!'s Castle,5200,Action,Parker Bros.,Parker Bros,,,,,,,1984-01-01, +/games/boxart/default.jpg,Mr. Driller,PC,Action,Midas Interactive Entertainment,Namco,,,,,,,2001-01-01, +/games/boxart/default.jpg,Mr. Ink Jet,PSV,Action,Unknown,AQ Interactive,,,,,,,, +/games/boxart/full_mr-postman_909PALFront.jpg,Mr. Postman,2600,Action,Bit Corporation,Bit Corporation,,,,,,,1983-01-01, +/games/boxart/default.jpg,Mr. T,PC,Action,Unknown,ZootFly,,,,,,,, +/games/boxart/default.jpg,Mr. T,PS3,Action,Unknown,ZootFly,,,,,,,, +/games/boxart/default.jpg,Mr. T,X360,Action,Unknown,ZootFly,,,,,,,, +/games/boxart/default.jpg,Mr. T,Wii,Action,Unknown,ZootFly,,,,,,,, +/games/boxart/full_8854070JapanFrontccc.jpg,Mugen Bog,GBA,Action,Konami,Konami,,,,,,,2003-01-16, +/games/boxart/full_5889648JapanFrontccc.jpg,Mugen Kinogyou Zero Tours,GBA,Action,Media Rings,Media Rings,,,,,,,2001-07-27, +/games/boxart/full_mugen-senshi-valis_2JapanFront.jpg,Mugen Senshi Valis,NES,Action,Tokuma Shoten,Tokuma Shoten,,,,,,,1987-08-21, +/games/boxart/full_murphy-da-yo-zenin-shuugou_0JapanFront.jpg,Murphy da yo Zenin Shuugou,3DO,Action,Unknown,Bantan International,,,,,,,1994-10-21, +/games/boxart/full_2192812AmericaFrontccc.jpg,Muscle March,WW,Action,Namco Bandai,Bandai Namco Games,6.6,,,,,,2010-01-18, +/games/boxart/full_musou-orochi-z_5JapanFront.jpg,Musou Orochi Z,PC,Action,KOEI,Omega Force,,,,,,,2009-11-27, +/games/boxart/full_mutant-penguins_8AmericaFront.jpg,Mutant Penguins,PC,Action,GameTek,Sunrise Games Ltd.,,,,,,,1997-02-28, +/games/boxart/full_mutation-nation_826AmericaFront.jpg,Mutation Nation,NG,Action,SNK,SNK Corporation,,,,,,,1992-04-17, +/games/boxart/full_mutation-nation-cd_169AmericaFront.jpg,Mutation Nation (CD),NG,Action,SNK,SNK Corporation,,,,,,,1995-02-25, +/games/boxart/full_8853183JapanFrontccc.jpg,Muteki-Oh Tri-Zenon,GBA,Action,Marvelous Interactive,Marvelous,,,,,,,2001-03-09, +/games/boxart/full_3315829JapanFrontccc.jpg,Muteki-Oh Tri-Zenon,PS,Action,Marvelous Interactive,Marvelous,,,,,,,2001-03-15, +/games/boxart/2965858ccc.jpg,My Hero,MS,Action,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_9518997AmericaFrontccc.jpg,My Hero: Astronaut,DS,Action,Majesco,Majesco Games,,,,,,,2009-12-15, +/games/boxart/full_2243426JapanFrontccc.jpg,My Melody Angel Book: Denshi Techou & Enjoy Game,DS,Action,TDK Core,TDK Core,,,,,,,2007-03-29, +/games/boxart/default.jpg,Mystery of the Ancients: Lockwood Manor,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-22, +/games/boxart/full_7951816AmericaFrontccc.jpg,Mystical Fighter,GEN,Action,NCS,KID,,,,,,,1992-01-01, +/games/boxart/default.jpg,N3: Ninety-Nine Nights Online,PC,Action,Unknown,UserJoy Technology,,,,,,,, +/games/boxart/6615285ccc.jpg,Nail 'N Scale,GB,Action,Data East,I'Max,,,,,,,1992-04-01, +/games/boxart/full_7074774JapanFrontccc.jpg,Nainai no Kiyotantei,PS,Action,Namco,Namco,,,,,,,1999-12-22, +/games/boxart/full_9015214AmericaFrontccc.jpg,NAM,PC,Action,GT Interactive,GT Interactive,,,,,,,1998-07-31, +/games/boxart/8303214ccc.jpg,Name This Game,2600,Action,US Games,US Games,,,,,,,1984-01-01, +/games/boxart/full_2958308JapanFrontccc.jpg,Nankoku Shirei!! Spy vs Spy,NES,Action,Kemco,Kemco,,,,,,,1987-03-27, +/games/boxart/full_nano-diver_331JapanFront.jpg,Nano Diver,PSN,Action,Takara Tomy,Takara Tomy,,,,,,,2011-09-01, +/games/boxart/full_9947951AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,PC,Action,Namco Bandai Games,Soleil Software Studio Inc.,,,,,,,2018-08-31, +/games/boxart/full_7154145AmericaFrontccc.jpg,Naruto: Rise of a Ninja,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-04-13, +/games/boxart/full_naughty-bear-gold-edition_903AmericaFront.jpg,Naughty Bear Gold Edition,PS3,Action,505 Games,Artificial Mind and Movement,,,,,,,2011-05-24, +/games/boxart/full_naughty-bear-gold-edition_773AmericaFront.jpg,Naughty Bear Gold Edition,X360,Action,505 Games,Artificial Mind and Movement,,,,,,,2011-05-24, +/games/boxart/full_4342416AmericaFrontccc.jpg,Naughty Bear: Double Trouble,X360,Action,505 Games,Behaviour Interactive Inc.,,,,,,,2012-10-23,2019-01-02 +/games/boxart/4531107ccc.jpg,Navy Seals,GB,Action,Ocean,Ocean,,,,,,,1991-09-01, +/games/boxart/full_9846966JapanFrontccc.jpg,Nazo no Murasame-Jou,VC,Action,Nintendo,Nintendo EAD,,,,,,,2008-08-19, +/games/boxart/default.jpg,Necessary Force,PC,Action,Unknown,Midway Studios Newcastle,,,,,,,, +/games/boxart/default.jpg,Necessary Force,PS3,Action,Unknown,Midway Studios Newcastle,,,,,,,, +/games/boxart/default.jpg,Necessary Force,X360,Action,Unknown,Midway Studios Newcastle,,,,,,,, +/games/boxart/default.jpg,Necromachina,PSN,Action,Unknown,FeelPlus,,,,,,,, +/games/boxart/default.jpg,Necromachina,XBL,Action,Unknown,FeelPlus,,,,,,,, +/games/boxart/full_nekketsu-oyako_577JapanFront.jpg,Nekketsu Oyako,PS,Action,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1994-12-03, +/games/boxart/full_nekketsu-oyako_150JapanFront.jpg,Nekketsu Oyako,SAT,Action,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-07-21, +/games/boxart/default.jpg,Neo Aquarium 2: Ace of Seafood,PC,Action,Playism,Nussoft,,,,,,,2020-12-31, +/games/boxart/default.jpg,Neo Aquarium 2: Ace of Seafood,And,Action,Playism,Nussoft,,,,,,,2020-12-31, +/games/boxart/default.jpg,Neo Aquarium: The King of Crustaceans,PC,Action,Unknown,Nussoft,,,,,,,2012-08-03, +/games/boxart/full_3518205AmericaFrontccc.png,Neon Caves,Ouya,Action,Force Of Habit,Force Of Habit,,,,,,,2014-08-14, +/games/boxart/full_5737280AmericaFrontccc.jpg,NEOTOKYO,PC,Action,Unknown,Unknown,,,,,,,2014-05-01, +/games/boxart/full_9578538PALFrontccc.png,New Ghostbusters II,NES,Action,HAL Laboratory,HAL Laboratory,,,,,,,1990-01-01, +/games/boxart/full_9509609JapanFrontccc.jpg,New Yattaman: Nanndai Kanndai Yajirobe,SNES,Action,Yutaka,Yutaka,,,,,,,1996-03-22, +/games/boxart/full_nichibutsu-arcade-classics-2-heiankyo-alien_3JapanFront.jpg,Nichibutsu Arcade Classics 2: Heiankyo Alien,SNES,Action,Nichibutsu,Syscom,,,,,,,1995-12-15, +/games/boxart/full_3474949AmericaFrontccc.jpg,Nicktoons: Battle For Volcano Island,PS2,Action,THQ,Blue Tongue,,,,,,,2006-10-24, +/games/boxart/full_1273242AmericaFrontccc.jpg,Nicktoons: Battle for Volcano Island,GBA,Action,THQ,Halfbrick Studios,,,,,,,2006-10-24, +/games/boxart/full_2735004AmericaFrontccc.jpg,Nidhogg,PS4,Action,Messhof,Code Mystics,,,,,,,2014-10-14,2018-09-09 +/games/boxart/full_night-creatures_7AmericaFront.jpg,Night Creatures,PCE,Action,NEC,Manley and Assocates Inc.,,,,,,,1991-01-01, +/games/boxart/default.jpg,Night Watch,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2015-10-29, +/games/boxart/6336081ccc.jpg,Nightmare,2600,Action,Unknown,Sancho,,,,,,,1983-01-01, +/games/boxart/default.jpg,Nightmare Adventures: The Witch's Prison - The Mystery of Blackwater Asylum,PC,Action,Focus Multimedia,Unknown,,,,,,,2011-02-18, +/games/boxart/default.jpg,Nightmare Circus,GEN,Action,Sega,Funcom,,,,,,,1995-01-01, +/games/boxart/full_4907847AmericaFrontccc.jpg,Nightmare Creatures,PC,Action,Activision,Kalisto Entertainment,,,,,,,1997-11-30, +/games/boxart/full_6011212AmericaFrontccc.jpg,Nightmare Creatures II,DC,Action,Konami,Kalisto Entertainment,4.6,,,,,,2000-06-09, +/games/boxart/full_4945577JapanFrontccc.jpg,Nights of Azure,PSV,Action,Tecmo Koei,Gust,,,,,,,2015-10-01,2018-01-21 +/games/boxart/full_7786618JapanFrontccc.jpg,Nights of Azure 2,PC,Action,Tecmo Koei,Gust,,,,,,,2017-10-24,2018-09-06 +/games/boxart/full_6047584AmericaFrontccc.jpg,Niki: Rock 'N' Ball,WW,Action,Bplus,Bplus,,,,,,,2009-01-26, +/games/boxart/6858671ccc.gif,Ninja Boy,GB,Action,Culture Brain,Unknown,,,,,,,1990-11-01, +/games/boxart/8615617ccc.gif,Ninja Boy 2,GB,Action,Culture Brain,Unknown,,,,,,,1993-04-01, +/games/boxart/full_3515118AmericaFrontccc.jpg,Ninja Combat,VC,Action,D4 Enterprise,ADK Corporation,,,,,,,2008-06-02, +/games/boxart/full_8384396AmericaFrontccc.jpg,Ninja Combat,NG,Action,SNK,ADK Corporation,,,,,,,1991-07-01, +/games/boxart/full_ninja-combat-cd_34JapanFront.jpg,Ninja Combat (CD),NG,Action,ADK,ADK Corporation,,,,,,,1994-10-31, +/games/boxart/default.jpg,Ninja Gaiden (Arcade),VC,Action,Tecmo,Tecmo,,,,,,,2009-12-21, +/games/boxart/full_3740602AmericaFrontccc.jpg,Ninja Gaiden Black,XBL,Action,Tecmo,Team Ninja,,,,,,,2008-02-11, +/games/boxart/default.jpg,Ninja Gaiden III,X360,Action,Unknown,Team Ninja,,,,,,,, +/games/boxart/default.jpg,Ninja Gaiden III,PS3,Action,Unknown,Team Ninja,,,,,,,, +/games/boxart/7100809ccc.jpg,Ninja Gaiden III: The Ancient Ship of Doom,Lynx,Action,Tecmo,Tecmo,,,,,,,1991-01-01, +/games/boxart/full_ninja-jaja-marukun-onikiri-ninpoucho_3JapanFront.jpg,Ninja Jaja Marukun: Onigiri Ninpouchou,PS,Action,Jaleco,Jaleco Entertainment,,,,,,,1997-02-21, +/games/boxart/full_ninja-jajamaru-kun-onigiri-ninpouchou-gold_4JapanFront.jpg,Ninja Jaja Marukun: Onigiri Ninpouchou Gold,SAT,Action,Jaleco,Jaleco Entertainment,,,,,,,1997-10-09, +/games/boxart/full_1582481AmericaFrontccc.jpg,Ninja Reflex: SteamWorks Edition,PC,Action,Nunchuk Games,Sanzaru Games,,,,,,,2008-03-21, +/games/boxart/full_5990364AmericaFrontccc.jpg,Ninja Spirit,PCE,Action,NEC,Irem Software Engineering,,,,,,,1990-01-01, +/games/boxart/full_2351626AmericaFrontccc.jpg,Ninja Spirit,VC,Action,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-05-14, +/games/boxart/full_3296031AmericaFrontccc.png,Ninja UP!,And,Action,Gameloft,Gameloft,,,,,,,2014-10-01, +/games/boxart/full_5651247PALFrontccc.jpg,Ninjabread Man,PS2,Action,Metro 3D,Data Design Interactive,,,,,,,2005-10-14, +/games/boxart/full_3651819PALFrontccc.jpg,Ninjabread Man,PC,Action,Data Design Interactive,Data Design Interactive,,,,,,,2005-07-23, +/games/boxart/full_ninku_586JapanFront.jpg,Ninku,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1995-07-14, +/games/boxart/full_ninku_351JapanFront.jpg,Ninku,PS,Action,Tomy Corporation,Tomy Corporation,,,,,,,1995-12-22, +/games/boxart/full_ninku-dai-2-tama-ninku-sensouhen_931JapanFront.jpg,Ninku Dai-2-Tama: Ninku Sensouhen,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1995-11-24, +/games/boxart/full_ninpu-sentai-hurricanger_222JapanFront.jpg,Ninpu Sentai Hurricanger,PS,Action,Bandai,Bandai,,,,,,,2002-11-28, +/games/boxart/full_nintama-rantarou_120JapanFront.jpg,Nintama Rantarou,SNES,Action,Culture Brain,Culture Brain,,,,,,,1995-07-28, +/games/boxart/full_nintama-rantarou-2_3JapanFront.jpg,Nintama Rantarou 2,SNES,Action,Culture Brain,Culture Brain,,,,,,,1996-03-29, +/games/boxart/full_nintama-rantarou-3_940JapanFront.jpg,Nintama Rantarou 3,SNES,Action,Culture Brain,Culture Brain,,,,,,,1997-02-28, +/games/boxart/full_nintama-rantarou-64-game-gallery_233JapanFront.jpg,Nintama Rantarou 64 Game Gallery,N64,Action,Culture Brain,Culture Brain,,,,,,,2000-04-21, +/games/boxart/full_nintama-rantarou-special_611JapanFront.jpg,Nintama Rantarou Special,SNES,Action,Culture Brain,Culture Brain,,,,,,,1996-08-09, +/games/boxart/full_nintama-rantarou-ninjutsu-gakuen-ni-nyuugaku-shiyou-no-dan_575JapanFront.jpg,Nintama Rantarou: Ninjutsu Gakuen ni Nyuugaku Shiyou no Dan,GB,Action,ASK,Polygon Magic,,,,,,,2001-03-23, +/games/boxart/8890954ccc.jpg,No Escape,SNES,Action,Sony Imagesoft,Bits Studios,,,,,,,1994-11-01, +/games/boxart/3015958ccc.jpg,No Escape!,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/full_no-more-heroes-red-steel_1AmericaFront.jpg,No More Heroes / Red Steel,Wii,Action,Ubisoft,Grasshopper Manufacture / Ubisoft Paris,,,,,,,2009-03-19, +/games/boxart/full_9589619AmericaFrontccc.jpg,No Time to Explain,XOne,Action,TinyBuild Games,TinyBuild Games,,,,,,,2015-07-17, +/games/boxart/full_8345362AmericaFrontccc.jpg,No Time to Explain,OSX,Action,TinyBuild Games,TinyBuild Games,,,,,,,2013-01-25, +/games/boxart/full_2682010AmericaFrontccc.jpg,No Time to Explain,PC,Action,TinyBuild Games,TinyBuild Games,,,,,,,2013-01-25, +/games/boxart/full_6258661AmericaFrontccc.jpg,Noddy: A Day in Toyland,GBA,Action,Game Factory,Lucky Jump,,,,,,,2006-10-16, +/games/boxart/default.jpg,Noitu Love 2,WW,Action,Unknown,Golgoth Studio,,,,,,,, +/games/boxart/full_noitu-love-2-devolution_393AmericaFront.jpg,Noitu Love 2: Devolution,PC,Action,Konjak,Joakim Sandberg,,,,,,,2008-04-18, +/games/boxart/full_9528751AmericaFrontccc.jpg,Nom,And,Action,Unknown,Unknown,,,,,,,2014-07-29, +/games/boxart/full_6120687AmericaFrontccc.jpg,Nom Nom Galaxy,PSV,Action,Q-Games,Q-Games,,,,,,,2015-01-01, +/games/boxart/full_5901701AmericaFrontccc.jpg,Nom Nom Galaxy,PC,Action,Q-Games,Q-Games,,,,,,,2014-03-13, +/games/boxart/8514252ccc.jpg,Norse by Norsewest: The Return of The Lost Vikings,SAT,Action,Interplay,Beam Software,,,,,,,1997-11-17, +/games/boxart/8667825ccc.jpg,Nosferatu,SNES,Action,Seta Corporation,Seta Corporation,,,,,,,1995-10-01, +/games/boxart/default.jpg,Nosgoth,PC,Action,Square Enix,Psyonix,,,,,,,2020-12-31, +/games/boxart/default.jpg,Nous,PC,Action,Unknown,Awesome Shark Volcano,,,,,,,, +/games/boxart/full_1903048AmericaFrontccc.jpg,Nux,PC,Action,Kiss,Idigicon,,,,,,,2006-12-26,2018-07-20 +/games/boxart/full_4575142JapanFrontccc.jpg,Nyan Nyan Nyanko no Nyan Collection,GBA,Action,MTO,MTO,,,,,,,2005-03-24, +/games/boxart/4157451ccc.jpg,Obelix,2600,Action,Atari,Atari,,,,,,,1986-01-01, +/games/boxart/default.jpg,Oblitus,PC,Action,Adult Swim,Connor Ullmann,,,,,,,2015-02-27, +/games/boxart/full_1547649AmericaFrontccc.jpg,Obludia,PC,Action,FobTi Interactive,FobTi Interactive,,,,,,,2014-07-18, +/games/boxart/full_5670692AmericaFrontccc.jpg,Ocean City Defender,2600,Action,Unknown,Zellers,,,,,,,, +/games/boxart/default.jpg,Oceanhorn 2: Knights of the Lost Realm,iOS,Action,Unknown,Cornfox & Brothers,,,,,,,, +/games/boxart/full_9974794PALFrontccc.jpg,Octopus,2600,Action,Unknown,Carrere Video,,,,,,,1982-01-01, +/games/boxart/full_oddworld-strangers-wrath_352AmericaFront.jpg,Oddworld: Stranger's Wrath,PC,Action,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2010-12-20, +/games/boxart/full_oddworld-strangers-wrath-hd_244AmericaFront.jpg,Oddworld: Stranger's Wrath HD,PSN,Action,Oddworld Inhabitants,Just Add Water,9,,,,,,2011-12-27, +/games/boxart/full_off-balance_179AmericaFront.jpg,Off Balance,XBL,Action,Microsoft,DandySoft,,,,,,,2011-08-05, +/games/boxart/full_8720524JapanFrontccc.jpg,Oide Rascal,GB,Action,Seta Corporation,Pinocchio,,,,,,,2001-04-25, +/games/boxart/5026325ccc.jpg,Oink!,2600,Action,Activision,Activision,,,,,,,1982-12-27, +/games/boxart/full_3901902JapanFrontccc.jpg,Ojaru Maru: Tsuki Hikari Machi Tour de Ojaru,GBA,Action,MTO,MTO,,,,,,,2003-09-05, +/games/boxart/full_8147981AmericaFrontccc.jpg,omg cats game@#$,XBL,Action,Microsoft,RickyWh,,,,,,,2009-10-27, +/games/boxart/default.jpg,Omikoshi Wars,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-12-15, +/games/boxart/4430024ccc.jpg,On the Ball,SNES,Action,Taito,Taito Corporation,,,,,,,1992-11-01, +/games/boxart/full_7575373AmericaFrontccc.jpg,One,PS,Action,ASC Games,Visual Concepts,,,,,,,1997-11-30, +/games/boxart/full_one_3AmericaFront.jpg,One,PSN,Action,Sony Computer Entertainment,Visual Concepts,,,,,,,2010-03-18, +/games/boxart/full_one-piece-unlimited-cruise-double-pack_35PALFront.jpg,One Piece Unlimited Cruise: Double Pack,Wii,Action,Namco Bandai,Ganbarion,,,,,,,2010-06-25, +/games/boxart/default.jpg,One Piece: Project Jet,DS,Action,Unknown,Ganbarion,,,,,,,, +/games/boxart/full_3616625PALFrontccc.jpg,One Piece: Round the Land!,PS2,Action,Bandai,ArtDink,,,,,,,2004-12-10, +/games/boxart/full_4883118AmericaFrontccc.png,"One Piece: Run, Chopper, Run!",And,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-04-28, +/games/boxart/full_458559AmericaFrontccc.jpg,One Spear Arena,And,Action,Unknown,Unknown,,,,,,,2014-02-26, +/games/boxart/full_2740177JapanFrontccc.jpg,Onegai My Melody: Yume no Kuni no Daibouken,DS,Action,TDK Core,TDK Core,,,,,,,2005-12-22, +/games/boxart/full_3486233AmericaFrontccc.jpg,OniKira: Demon Killer,PSV,Action,Unknown,Digital Furnace Games,,,,,,,,2018-09-21 +/games/boxart/full_5253126AmericaFrontccc.jpg,OniKira: Demon Killer,PS4,Action,Unknown,Digital Furnace Games,,,,,,,,2018-09-21 +/games/boxart/full_7369897AmericaFrontccc.jpg,OniKira: Demon Killer,PC,Action,Unknown,Digital Furnace Games,,,,,,,2016-01-01,2018-09-21 +/games/boxart/7688955ccc.jpg,Onimusha 3: Demon Siege,PC,Action,Ubisoft,Capcom,,,,,,,2006-03-16, +/games/boxart/full_4485056JapanFrontccc.jpg,Onmyou Taisenki: Byakko Enbu,PS2,Action,Bandai,Matrix Software,,,,,,,2005-03-31, +/games/boxart/full_ooedo-senryoubako_1JapanFront.jpg,Ooedo Senryoubako,PSP,Action,Taito,Taito Corporation,,,,,,,2006-02-23, +/games/boxart/5632878ccc.jpg,Ooga Booga,DC,Action,Sega,Visual Concepts,7.8,,,,,,2001-09-13, +/games/boxart/full_operation-shadow_106AmericaFront.jpg,Operation Shadow,NGage,Action,Nokia,Torus Games,4.1,,,,,,2004-10-19, +/games/boxart/full_orbit_885AmericaFront.png,Orbit,PSN,Action,Laughing Jackal,Laughing Jackal,,,,,,,2011-12-06, +/games/boxart/full_6304334AmericaFrontccc.jpg,Orbital Gear,Linux,Action,Night Node Software,Night Node Software,,,,,,,2014-08-07,2018-08-08 +/games/boxart/full_5023188AmericaFrontccc.jpg,Orbital Gear,OSX,Action,Night Node Software,Night Node Software,,,,,,,2014-08-07,2018-08-08 +/games/boxart/default.jpg,Order Up!!,PSV,Action,Ignition Entertainment,SuperVillain Studios,,,,,,,2020-12-31, +/games/boxart/full_oretachi-game-center-zoku-sono-1-scramble_7JapanFront.jpg,Oretachi Game Center Zoku Sono 1: Scramble,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, +/games/boxart/full_oretachi-game-center-zoku-sono-3-karate-michi_3JapanFront.jpg,Oretachi Game Center Zoku Sono 3: Karate Michi,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, +/games/boxart/full_oretachi-game-center-nekketsu-kouka-kunio-kun_6JapanFront.jpg,Oretachi Game Center: Nekketsu Kouka Kunio-Kun,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2006-01-26, +/games/boxart/full_316106JapanFrontccc.jpg,Oretachi Game Center: Trio the Punch,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2007-02-08, +/games/boxart/4017666ccc.jpg,Oscar's Trash Race,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_2543200JapanFrontccc.jpg,Oshare Princess,GBA,Action,Culture Brain,Culture Brain,,,,,,,2002-05-24, +/games/boxart/full_osomatsu-kun-hachamecha-gekijou_432JapanFront.jpg,Osomatsu-kun: Hachamecha Gekijou,GEN,Action,Sega,Sega,,,,,,,1988-12-24, +/games/boxart/8271605ccc.jpg,Out Of Control,2600,Action,Avalon Interactive,Avalon Hill,,,,,,,1983-01-01, +/games/boxart/default.jpg,Outbreak On Uranus,XBL,Action,Unknown,Silver Dollar Games,,,,,,,,2020-03-03 +/games/boxart/7184677ccc.jpg,Outlander,SNES,Action,Mindscape,Mindscape,,,,,,,1993-04-01, +/games/boxart/full_outlander_4AmericaFront.jpg,Outlander,GEN,Action,Mindscape,Mindscape Inc.,,,,,,,1992-01-01, +/games/boxart/2696166ccc.jpg,Outlaw,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_528140AmericaFrontccc.jpg,Over 9000 Zombies!,PC,Action,Mastertronic,Loren Lemcke,,,,,,,2015-02-25, +/games/boxart/full_4646373JapanFrontccc.jpg,Over the Monochrome Rainbow featuring Shogo Hamada,PS2,Action,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,2003-03-19,2018-09-16 +/games/boxart/full_overblood_890JapanFront.jpg,OverBlood,PSN,Action,Unknown,Riverhillsoft,,,,,,,2011-02-23, +/games/boxart/default.jpg,Overgrowth,PC,Action,Unknown,Wolfire Software,,,,,,,, +/games/boxart/full_6937307AmericaFrontccc.jpg,Overlord: Fellowship of Evil,PS4,Action,Codemasters,Codemasters,,,,,,,2015-10-20, +/games/boxart/full_1119544AmericaFrontccc.jpeg,Overlord: Fellowship of Evil,XOne,Action,Codemasters,Codemasters,,,,,,,2015-10-20, +/games/boxart/full_7327332AmericaFrontccc.jpg,Overlord: Fellowship of Evil,PC,Action,Codemasters,Codemasters,,,,,,,2015-10-20, +/games/boxart/default.jpg,Overscan Sniper HD,XBL,Action,Unknown,yaystuff,,,,,,,, +/games/boxart/full_892387AmericaFrontccc.jpg,Overturn,WW,Action,Studio Zan,Studio Zan,,,,,,,2009-08-03, +/games/boxart/full_pow-prisoners-of-war_7AmericaFront.jpg,P.O.W.: Prisoners of War,NES,Action,SNK,SNK Corporation,,,,,,,1989-09-01, +/games/boxart/full_7940003PALFrontccc.jpg,Pac-Kong,2600,Action,Quelle,Goliath Video System,,,,,,,1983-01-01, +/games/boxart/default.jpg,PAC-MAN Friends,And,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-08-20, +/games/boxart/3240224ccc.jpg,Pacific Storm Allies,PC,Action,Buka Entertainment,Lesta Studio,,,,,,,2008-01-28, +/games/boxart/6784093ccc.jpg,PAIN,PSN,Action,Sony Online Entertainment,Idol Minds Digital,,,,,,,2007-11-29, +/games/boxart/8959429ccc.jpg,PAIN: Amusement Park,PSN,Action,Sony Computer Entertainment,Idol Minds,,,,,,,2008-09-11, +/games/boxart/default.jpg,Pandora's Tower - Until I Return to Your Side,Wii,Action,Unknown,Nintendo/GANBARION,,,,,,,, +/games/boxart/full_1024380JapanFrontccc.jpg,Panzer Bandit,PS,Action,Banpresto,Fill-In Cafe,,,,,,,1997-08-07, +/games/boxart/2761213ccc.jpg,Paperboy,NES,Action,Mindscape,Tengen,,,,,,,1988-12-01, +/games/boxart/full_2765852AmericaFrontccc.jpg,Paperboy,GG,Action,Tengen,Atari,,,,,,,1992-01-01, +/games/boxart/full_8171216AmericaFrontccc.jpg,Paperboy,XBL,Action,Midway Games,Digital Eclipse,,,,,,,2007-02-14, +/games/boxart/5159885ccc.jpg,Paperboy,GB,Action,Mindscape,Tengen,,,,,,,1990-07-01, +/games/boxart/5216448ccc.jpg,Paperboy,Lynx,Action,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/5876834ccc.jpg,Paperboy,MS,Action,Sega,Tiertex Design Studios,,,,,,,1990-01-01, +/games/boxart/7068907ccc.jpg,Paperboy,GEN,Action,Tengen,Tengen,,,,,,,1991-01-01, +/games/boxart/full_paperboy_2AmericaFront.jpg,Paperboy,PS,Action,Midway Games,Midway Games,,,,,,,2000-10-18, +/games/boxart/full_paperboy-gbc_4AmericaFront.jpg,Paperboy (GBC),GB,Action,Midway Games,Digital Eclipse,,,,,,,1999-01-01, +/games/boxart/3293274ccc.jpg,Paperboy 2,SNES,Action,Mindscape,Tengen,,,,,,,1991-11-01, +/games/boxart/full_8351904AmericaFrontccc.jpg,Paperboy 2,GG,Action,Tengen,Manley and Associates Inc.,,,,,,,1992-01-01, +/games/boxart/1405ccc.jpg,Paperboy 2,GB,Action,Mindscape,Tengen,,,,,,,1992-04-01, +/games/boxart/full_5555510AmericaFrontccc.jpg,Paperboy 2,NES,Action,Mindscape,Tengen,,,,,,,1992-04-01, +/games/boxart/full_paperboy-2_0AmericaFront.jpg,Paperboy 2,GEN,Action,Tengen,Tengen,,,,,,,1992-06-01, +/games/boxart/full_paperboy-2_4AmericaFront.jpg,Paperboy 2,PC,Action,Mindscape,Manley and Associates Inc.,,,,,,,1991-01-01, +/games/boxart/full_6613336AmericaFrontccc.jpg,Paragon,PC,Action,Epic Games,Epic Games,,,,,,,2016-06-07,2018-04-22 +/games/boxart/full_parasitus-ninja-zero_832AmericaFront.jpg,Parasitus: Ninja Zero,XBL,Action,Microsoft,Heart Attack Machine,,,,,,,2011-08-04, +/games/boxart/3452831ccc.jpg,Party Mix,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, +/games/boxart/full_8546455AmericaFrontccc.jpg,Patriots: A Nation Under Fire,PC,Action,DreamCatcher Interactive,4D Rulers,,,,,,,2007-01-23, +/games/boxart/full_9769237AmericaFrontccc.jpg,Payback,GBA,Action,DSI Games,Apex Designs,,,,,,,2004-11-19, +/games/boxart/default.jpg,peakvox: Escape Virus - Shooter Pack,DSiW,Action,Unknown,Fun Unit Inc,,,,,,,2011-08-31, +/games/boxart/full_1181718AmericaFrontccc.jpg,PebbleDash,XBL,Action,Microsoft,lutas,,,,,,,2009-08-12, +/games/boxart/full_7424589AmericaFrontccc.jpg,PebbleDash Lite,XBL,Action,Microsoft,lutas,,,,,,,2009-09-08, +/games/boxart/full_peke-to-poko-no-daruman-busters_6JapanFront.jpg,Peke to Poko no Daruman Busters,GB,Action,Banpresto,Birthday,,,,,,,1991-08-03, +/games/boxart/default.jpg,Penalty of Heroes,XBL,Action,Unknown,Databox Interactive,,,,,,,, +/games/boxart/1042316ccc.jpg,Pengo,5200,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_8291722JapanFrontccc.jpg,Penguin Adventure,VC,Action,Konami,Konami,,,,,,,2009-11-24, +/games/boxart/full_7497011AmericaFrontccc.png,Pentumble,OSX,Action,Unknown,Unknown,,,,,,,2014-08-21, +/games/boxart/full_1085184JapanFrontccc.jpg,Pepsiman,PS,Action,KID,KID Corporation,,,,,,,1999-03-04, +/games/boxart/full_2331412AmericaFrontccc.jpg,Perfect Dark,GB,Action,Rare,Rare Ltd.,5.3,,,,,,2000-08-01, +/games/boxart/full_perfect-weapon_10AmericaFront.jpg,Perfect Weapon,PSN,Action,Sony Computer Entertainment,Gray Matter Inc.,,,,,,,2010-03-25, +/games/boxart/full_1533710JapanFrontccc.jpg,Perfect World,3DO,Action,Electronic Arts Victor,Electronic Arts Victor,,,,,,,1995-09-22, +/games/boxart/full_6076016AmericaFrontccc.png,Personal Game Programmer,2600,Action,Answer Software,Answer Software,,,,,,,1983-01-01, +/games/boxart/680479ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,PC,Action,Ubisoft,Ubisoft Montpellier,,,,,,,2005-11-21, +/games/boxart/full_peter-jacksons-king-kong-the-official-game-of-the-movie_149PALFront.png,Peter Jackson's King Kong: The Official Game of the Movie,PSN,Action,Ubisoft,Phoenix Games Studio,6,,,,,,2011-02-23, +/games/boxart/full_peter-pan-in-disneys-return-to-never-land_899AmericaFront.jpg,Peter Pan in Disney's Return to Never Land,PSN,Action,Sony Computer Entertainment,Doki Denki,,,,,,,2011-03-08, +/games/boxart/full_7259683AmericaFrontccc.jpg,Peter Pan: The Motion Picture Event,GBA,Action,Atari,Saffire Corporation,,,,,,,2003-12-10, +/games/boxart/full_3928024AmericaFrontccc.jpg,Petz Vet,GBA,Action,Ubisoft,Ubisoft,,,,,,,2007-03-26, +/games/boxart/default.jpg,Phantasm (3DS VC),3DS,Action,Unknown,Jaleco,,,,,,,, +/games/boxart/full_5985707AmericaFrontccc.jpg,Phantom Dust,XOne,Action,Microsoft Studios,Code Mystics,,,,,,,2017-05-16,2018-08-09 +/games/boxart/full_3979759AmericaFrontccc.jpg,Phoenix 3,3DO,Action,3DO,Gray Matter,,,,,,,1995-01-01, +/games/boxart/default.jpg,PicDun,DSiW,Action,Unknown,Intense,,,,,,,2011-04-27, +/games/boxart/7044641ccc.jpg,Picnic,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/4086919ccc.jpg,Piece O'Cake,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/full_4243294AmericaFrontccc.png,Pigs Can't Fly,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-11, +/games/boxart/full_pigs-in-space_8AmericaFront.jpg,Pigs in Space,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/7922830ccc.jpg,Pinball Fantasies,PC,Action,21st Century Entertainment,Digital Illusions,,,,,,,1992-10-01, +/games/boxart/full_9720651AmericaFrontccc.jpg,Pineview Drive,PC,Action,Unknown,Visual Imagination Software,,,,,,,2014-07-31, +/games/boxart/full_7741192JapanFrontccc.jpg,Pinky Monkey Town,GBA,Action,Starfish,Starfish,,,,,,,2001-12-21, +/games/boxart/full_pirate-texas-holdem-defense_136AmericaFront.jpg,Pirate Texas Holdem Defense,XBL,Action,Microsoft,MindsEdge,,,,,,,2011-07-02, +/games/boxart/9351876ccc.jpg,Pirates of the Caribbean: At World's End,PC,Action,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2007-05-22, +/games/boxart/1317556ccc.jpg,Pirates: The Key of Dreams,WW,Action,Oxygen Interactive,Oxygen Games,,,,,,,2008-07-21, +/games/boxart/8171489ccc.jpg,Pit-Fighter,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_pit-fighter_9PALFront.jpg,Pit-Fighter,MS,Action,Domark Software,Domark,,,,,,,1991-01-01, +/games/boxart/full_7365212AmericaFrontccc.png,PIX the CAT,PSV,Action,Pasta Games!,Pasta Games!,,,,,,,2014-10-07, +/games/boxart/full_594918AmericaFrontccc.png,PIX the CAT,PS4,Action,Pasta Games!,Pasta Games!,,,,,,,2014-10-07, +/games/boxart/full_7781923AmericaFrontccc.png,PIX the CAT,PC,Action,Pasta Games!,Pasta Games!,,,,,,,2015-01-29, +/games/boxart/default.jpg,Pixel Guess,And,Action,Unknown,Unknown,,,,,,,2014-03-09, +/games/boxart/full_7059191AmericaFrontccc.jpg,Pixel Hunter,And,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-06-13, +/games/boxart/full_9939820AmericaFrontccc.jpg,Pixel Hunter,Linux,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-07-18, +/games/boxart/full_9702929AmericaFrontccc.jpg,Pixel Hunter,OSX,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-07-18, +/games/boxart/full_9777123AmericaFrontccc.jpg,Pixel Hunter,PC,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-07-18, +/games/boxart/full_3225574AmericaFrontccc.jpg,Pixel Towers,And,Action,Robotality,Robotality,,,,,,,2012-02-13, +/games/boxart/default.jpg,Pixelocity,XBL,Action,Unknown,GLHF Games,,,,,,,, +/games/boxart/full_plague_896AmericaFront.jpg,Plague,XBL,Action,Microsoft,Contagious Games,,,,,,,2011-07-19, +/games/boxart/default.jpg,Plain Sight,PSN,Action,Unknown,Beatnik Games,,,,,,,, +/games/boxart/default.jpg,Plain Sight,WW,Action,Unknown,Beatnik Games,,,,,,,, +/games/boxart/default.jpg,Planet Crashers,PC,Action,Unknown,UTV Ignition Games,,,,,,,, +/games/boxart/full_planet-crashers-3d_682AmericaFront.jpg,Planet Crashers 3D,3DS,Action,Unknown,UTV Ignition Games,,,,,,,2012-03-13, +/games/boxart/full_298273AmericaFrontccc.jpg,Planet of the Apes,GB,Action,Ubisoft,Torus Games,,,,,,,2001-12-06, +/games/boxart/full_725544AmericaFrontccc.jpg,Planet of the Apes,PC,Action,Ubisoft,Visiware Studios,,,,,,,2001-09-19, +/games/boxart/full_8164152AmericaFrontccc.jpg,Planet of the Apes,PS,Action,Ubisoft,Visiware Studios,,,,,,,2002-07-01, +/games/boxart/3098986ccc.jpg,Planet Patrol,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, +/games/boxart/full_8479495AmericaFrontccc.jpg,Planet Pinball,XBL,Action,Microsoft,Battenberg Software,,,,,,,2009-12-23,2018-10-14 +/games/boxart/1236433ccc.jpg,Plaque Attack,2600,Action,Activision,Activision,,,,,,,1983-02-22, +/games/boxart/full_platoon_6AmericaFront.jpg,Platoon,NES,Action,Sunsoft,SunSoft,,,,,,,1988-01-14, +/games/boxart/full_7831015AmericaFrontccc.png,Platypus,PSN,Action,Mumbo Jumbo,Squashy Software,,,,,,,2009-03-25, +/games/boxart/full_8020353AmericaFrontccc.jpg,PlayStation All-Stars Island,iOS,Action,Sony Computer Entertainment,Zoink Games,,,,,,,2013-08-13,2018-04-08 +/games/boxart/full_327231AmericaFrontccc.jpg,PlayStation All-Stars Island,And,Action,Sony Computer Entertainment,Zoink Games,,,,,,,2013-08-08,2018-04-08 +/games/boxart/default.jpg,Plenty of Fishies,WiiU,Action,Nitrolic Games,Nitrolic Games,,,,,,,2014-12-18, +/games/boxart/default.jpg,Pogo Sticker,PC,Action,Unknown,Skinflake Games,,,,,,,, +/games/boxart/full_3378898AmericaFrontccc.jpg,Point Perfect,PC,Action,Plug In Digital,Plug In Digital,,,,,,,2014-07-17, +/games/boxart/full_7653548AmericaFrontccc.jpg,Pokémon Rumble,WW,Action,Nintendo,Ambrella,6.5,,,,,,2009-11-16, +/games/boxart/full_2327801AmericaFrontccc.jpg,Polar Games,PC,Action,Mac Play,MumboJumbo,,,,,,,2006-02-24, +/games/boxart/default.jpg,Polaris Rebellion,PC,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1999-11-30, +/games/boxart/full_8331652AmericaFrontccc.jpg,PondScum,Ouya,Action,Unknown,SoNotSoft dot com,,,,,,,2014-07-07, +/games/boxart/full_5577487AmericaFrontccc.png,PondScum,And,Action,Unknown,SoNotSoft dot com,,,,,,,2014-07-07, +/games/boxart/3397575ccc.jpg,Pooyan,2600,Action,Konami,Konami,,,,,,,1982-01-01, +/games/boxart/full_3816016AmericaFrontccc.jpg,Pop Island,DSiW,Action,Odenis Studios,Odenis Studios,,,,,,,2009-12-07, +/games/boxart/full_9070039AmericaFrontccc.jpg,Pop Town,DS,Action,505 Games,HuneX,,,,,,,2010-03-30, +/games/boxart/default.jpg,Postal III,X360,Action,Unknown,Running With Scissors,,,,,,,, +/games/boxart/8121400ccc.jpg,Power Factor,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_6113404PALFrontccc.jpg,Power Fighters,PS2,Action,505 Games,Daft,,,,,,,2006-07-01, +/games/boxart/full_420800PALFrontccc.jpg,Power Rangers: Super Legends,PC,Action,Disney Interactive Studios,Artificial Mind and Movement,,,,,,,2007-11-06, +/games/boxart/4588781ccc.jpg,Power Rangers: Time Force,PC,Action,THQ,KnowWonder Digital Mediaworks,,,,,,,2001-09-17, +/games/boxart/1270585ccc.jpg,Power Rangers: Time Force,GB,Action,THQ,Natsume,,,,,,,2001-04-15, +/games/boxart/full_4763539AmericaFrontccc.png,Power Stone Collection,PSN,Action,Capcom,Capcom,,,,,,,2009-09-24, +/games/boxart/full_6788647AmericaFrontccc.jpg,Powerpuff Girls: Defenders of Townsville,And,Action,Cartoon Network,radiangames,,,,,,,2014-06-18, +/games/boxart/full_7098440AmericaFrontccc.jpg,Powerpuff Girls: Defenders of Townsville,PC,Action,Cartoon Network,radiangames,,,,,,,2014-03-14, +/games/boxart/full_2915608PALFrontccc.jpg,Poy Poy 2,PS,Action,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-07-09, +/games/boxart/full_1994765AmericaFrontccc.jpg,Prank'd,DS,Action,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2009-09-15, +/games/boxart/117832ccc.jpg,Predator,NES,Action,Activision,Pack-In Video,,,,,,,1989-04-01, +/games/boxart/full_5253426AmericaFrontccc.jpg,Predator,AST,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1988-01-01, +/games/boxart/full_3183687AmericaFrontccc.png,Predator,ACPC,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1987-01-01, +/games/boxart/full_276427AmericaFrontccc.jpg,Predator,ZXS,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1988-01-01, +/games/boxart/default.jpg,Predator,Amig,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1989-01-01, +/games/boxart/3010776ccc.jpg,Predator 2,GG,Action,Arena Entertainment,Teeny Weeny Games,,,,,,,1992-01-01, +/games/boxart/full_predator-2_0PALFront.jpg,Predator 2,MS,Action,Unknown,Teeny Weeny Games,,,,,,,1992-01-01, +/games/boxart/full_592618AmericaFrontccc.jpg,Predator 2,GEN,Action,Arena Entertainment,Teeny Weeny Games,,,,,,,1992-01-01, +/games/boxart/default.jpg,Predator 2,ZXS,Action,Image Works,Arc Developments,,,,,,,1991-01-01, +/games/boxart/full_5083159AmericaFrontccc.jpg,Predator 2,MSD,Action,Konami Digital Entertainment,Arc Developments,,,,,,,1991-01-01, +/games/boxart/default.jpg,Predator 2,AST,Action,Image Works,Arc Developments,,,,,,,1991-01-01, +/games/boxart/full_8858046AmericaFrontccc.png,Predator 2,ACPC,Action,Image Works,Arc Developments,,,,,,,1991-01-01, +/games/boxart/full_7268616AmericaFrontccc.jpg,Predator 2,Amig,Action,Konami Digital Entertainment,Arc Developments,,,,,,,1991-01-01, +/games/boxart/8198296ccc.jpg,Prince of Persia,GG,Action,Tengen,Broderbund,,,,,,,1992-01-01, +/games/boxart/5158094ccc.jpg,Prince of Persia,GEN,Action,Tengen,Broderbund,,,,,,,1993-01-01, +/games/boxart/full_6220281PALFrontccc.jpg,Prince of Persia,MS,Action,Sega,Domark,,,,,,,1990-01-01, +/games/boxart/full_prince-of-persia-3d_678AmericaFront.jpg,Prince of Persia 3D,PC,Action,Red Orb,Red Orb Entertainment,7.1,,,,,,1999-09-18, +/games/boxart/full_prince-of-persia-trilogy_5PALFront.jpg,Prince of Persia Trilogy,PS2,Action,Ubisoft,Ubisoft,,,,,,,2006-10-27, +/games/boxart/default.jpg,Prince of Persia Trilogy,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-04-19, +/games/boxart/default.jpg,Prince of Persia Trilogy,XBL,Action,Unknown,Ubisoft,,,,,,,, +/games/boxart/full_4743407AmericaFrontccc.png,Prince of Persia: Rival Swords,PSN,Action,Ubisoft,"Pipeworks Software, Inc.",,,,,,,2009-09-30, +/games/boxart/full_prince-of-persia-the-forgotten-sands_3JapanFront.jpg,Prince of Persia: The Forgotten Sands,PSN,Action,Ubisoft,Quebec City,,,,,,,2010-05-18, +/games/boxart/full_prince-of-persia-the-forgotten-sands_768AmericaFront.jpg,Prince of Persia: The Forgotten Sands,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-12-21, +/games/boxart/full_prince-of-persia-the-sands-of-time-hd_169AmericaFront.jpg,Prince of Persia: The Sands of Time HD,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-16, +/games/boxart/default.jpg,Prince of Persia: The Sands of Time HD,XBL,Action,Unknown,Ubisoft Montreal,,,,,,,, +/games/boxart/full_prince-of-persia-the-two-thrones-hd_268AmericaFront.jpg,Prince of Persia: The Two Thrones HD,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-12-21, +/games/boxart/default.jpg,Prince of Persia: The Two Thrones HD,XBL,Action,Unknown,Ubisoft Montreal,,,,,,,, +/games/boxart/full_prince-of-persia-warrior-within-hd_829AmericaFront.jpg,Prince of Persia: Warrior Within HD,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-12-14, +/games/boxart/default.jpg,Prince of Persia: Warrior Within HD,XBL,Action,Unknown,Ubisoft Montreal,,,,,,,, +/games/boxart/full_4455718JapanFrontccc.jpg,Princess Blue: Hime Kishi Monogatari,GBA,Action,Tonkin House,Tonkin House,,,,,,,2002-08-29, +/games/boxart/8153513ccc.jpg,"Princess Natasha: Student, Secret Agent, Princess",GBA,Action,DSI Games,Frame Studios Interactive,,,,,,,2006-10-02, +/games/boxart/full_prison-break-the-conspiracy_886AmericaFront.jpg,Prison Break: The Conspiracy,XBL,Action,Deep Silver,ZootFly,3,,,,,,2011-07-26, +/games/boxart/9565633ccc.jpg,Private Eye,2600,Action,Activision,Activision,,,,,,,1983-09-19, +/games/boxart/7247258ccc.jpg,Privateer 2: The Darkening,PC,Action,Electronic Arts,"Origin Systems, Inc.",,,,,,,1996-11-30, +/games/boxart/full_6008372AmericaFrontccc.jpg,Probability 0,PC,Action,Unknown,Unknown,,,,,,,2012-10-01, +/games/boxart/default.jpg,Professional Farmer 2016,XOne,Action,Namco Bandai Games,Unknown,,,,,,,2015-11-20, +/games/boxart/default.jpg,Professional Farmer 2016,PC,Action,Namco Bandai Games,Unknown,,,,,,,2015-11-20, +/games/boxart/full_professor-fizzwizzle_520AmericaFront.jpg,Professor Fizzwizzle,PC,Action,Unknown,Grubby Games,,,,,,,2005-07-01, +/games/boxart/full_6025043AmericaFrontccc.jpg,Project Alpha,XBL,Action,Microsoft,Danthekilla,,,,,,,2009-06-05, +/games/boxart/default.jpg,Project Draco,X360,Action,Unknown,Grounding Inc.,,,,,,,, +/games/boxart/default.jpg,Project H.A.M.M.E.R.,Wii,Action,Unknown,Nintendo,,,,,,,, +/games/boxart/full_8684209AmericaFrontccc.jpg,Project IGI: I'm Going In,PC,Action,Eidos Interactive,Innerloop,,,,,,,2000-12-15, +/games/boxart/default.jpg,Project Stormos,MS,Action,Unknown,Superboss Creations,,,,,,,, +/games/boxart/default.jpg,Project Stormos,PC,Action,Unknown,Superboss Creations,,,,,,,, +/games/boxart/84460ccc.jpg,Prophecy: The Viking Child,GB,Action,GameTek,"Imagitec Design, Inc.",,,,,,,1992-07-01, +/games/boxart/full_protect-me-knight-mamotte-kishi_7AmericaFront.jpg,Protect Me Knight: Mamotte Kishi,XBL,Action,Microsoft,ANCxna,,,,,,,2010-05-14, +/games/boxart/full_3152102AmericaFrontccc.jpg,Proxy Blade Zero,X360,Action,Unknown,Unknown,,,,,,,2014-03-03, +/games/boxart/full_6312652AmericaFrontccc.jpg,Proxy Blade Zero,PC,Action,Unknown,Unknown,,,,,,,2014-07-28, +/games/boxart/full_7018478AmericaFrontccc.jpg,Psichodelya,Linux,Action,Kiss,Ennoble Studios,,,,,,,2014-08-08,2018-08-09 +/games/boxart/full_3171255AmericaFrontccc.jpg,Psichodelya,OSX,Action,Kiss,Ennoble Studios,,,,,,,2014-08-08,2018-08-09 +/games/boxart/full_6189125AmericaFrontccc.jpg,Psichodelya,PC,Action,Kiss,Ennoble Studios,,,,,,,2014-08-08,2018-08-09 +/games/boxart/2527013ccc.jpg,Psychic World,GG,Action,Sega,Hertz,,,,,,,1991-01-01, +/games/boxart/full_psychic-world_9PALFront.jpg,Psychic World,MS,Action,Sega,Sanritsu,,,,,,,1991-01-01, +/games/boxart/full_7093658AmericaFrontccc.jpg,Psychonauts in the Rhombus of Ruin,PS4,Action,Sony Interactive Entertainment,Double Fine Productions,,,,,,,2017-06-13,2018-09-14 +/games/boxart/full_2457959JapanFrontccc.jpg,PukuPuku Tennen Kairanban,GBA,Action,Victor Interactive,Victor Interactive Software,,,,,,,2002-04-26, +/games/boxart/full_7540446AmericaFrontccc.jpg,Pure Evil 2-Pack,GC,Action,Capcom,Capcom,,,,,,,2004-12-22, +/games/boxart/default.jpg,Pure Girl,DS,Action,Unknown,Alvion,,,,,,,, +/games/boxart/default.jpg,Puss 'N Boots,3DS,Action,Unknown,THQ,,,,,,,, +/games/boxart/full_6337616AmericaFrontccc.jpg,Putt-Putt and Pep's Balloon-o-Rama,PC,Action,Unknown,Humongous,,,,,,,1996-01-01, +/games/boxart/full_4108585JapanFrontccc.jpg,Pyuu to Fuku! Jaguar Byuu to Deru! Megane-Kun,GBA,Action,Konami,Intense,,,,,,,2004-04-29, +/games/boxart/full_4961247AmericaFrontccc.jpg,Q*bert: Rebooted,Linux,Action,Sideline Amusements,Gonzo Games,,,,,,,2014-07-01, +/games/boxart/full_3581159AmericaFrontccc.jpg,Q*bert: Rebooted,OSX,Action,Sideline Amusements,Gonzo Games,,,,,,,2014-07-01, +/games/boxart/full_2598922AmericaFrontccc.jpg,Q*bert: Rebooted,PC,Action,Sideline Amusements,Gonzo Games,,,,,,,2014-07-01, +/games/boxart/full_3246707AmericaFrontccc.jpg,Q*bert: Rebooted,PS3,Action,LOOT Entertainment,Gonzo Games,,,,,,,2015-02-17, +/games/boxart/full_2366671AmericaFrontccc.jpg,Q*bert: Rebooted,PSV,Action,LOOT Entertainment,Gonzo Games,,,,,,,2015-02-17, +/games/boxart/full_7291179AmericaFrontccc.jpg,Q*bert: Rebooted,PS4,Action,LOOT Entertainment,Gonzo Games,,,,,,,2015-02-17, +/games/boxart/4065578ccc.jpg,Quadrun,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/9016914ccc.jpg,Quest For Quintana Roo,2600,Action,Sunrise Interactive,Sunrise Software Inc.,,,,,,,1984-01-01, +/games/boxart/5824819ccc.jpg,Quest for Quintana Roo,5200,Action,Sunrise Interactive,Sunrise Software Inc.,,,,,,,1984-01-01, +/games/boxart/943680ccc.jpg,Quick Step,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/default.jpg,Qurare: Magic Library,PS4,Action,Smilegate Megaport,Unknown,,,,,,,2016-09-06, +/games/boxart/default.jpg,Qvadriga,PC,Action,Slitherine,Slitherine,,,,,,,2014-06-13, +/games/boxart/full_4472497AmericaFrontccc.png,R.U.S. Real Ufo Simulator,And,Action,FobTi Interactive,FobTi Interactive,,,,,,,2014-07-02, +/games/boxart/8043517ccc.jpg,Rabbit Transit,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, +/games/boxart/default.jpg,Racer Pack: Masters of the Air & Road,PC,Action,Unknown,Unknown,,,,,,,2008-01-01, +/games/boxart/6126190ccc.jpg,Radar,2600,Action,Unknown,Zellers,,,,,,,, +/games/boxart/1516532ccc.jpg,Radar Lock,2600,Action,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/default.jpg,Radar Mission (3DS VC),3DS,Action,Unknown,Nintendo,,,,,,,, +/games/boxart/9089206ccc.jpg,Radical Rex,SNES,Action,Activision,Beam Software,,,,,,,1994-10-01, +/games/boxart/full_7023565AmericaFrontccc.jpg,Radical Rex,SCD,Action,Activision,Activision,,,,,,,1994-01-01, +/games/boxart/4434454ccc.jpg,Raft Rider,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/full_7697403PALFrontccc.jpg,Raging Blades,PS2,Action,Wanadoo,Pacific Century Cyber Works Japan,,,,,,,2003-05-30, +/games/boxart/5517795ccc.jpg,Raging Fighter,GB,Action,Konami,Konami,,,,,,,1993-06-01, +/games/boxart/default.jpg,Raibuon DS,DS,Action,Unknown,Koei,,,,,,,, +/games/boxart/6446699ccc.jpg,Raid 2020,NES,Action,Color Dreams,Color Dreams,,,,,,,1989-01-01, +/games/boxart/full_979072JapanFrontccc.jpg,Raiden V,XOne,Action,Moss,Moss,,,,,,,2016-05-31,2018-04-27 +/games/boxart/7260738ccc.jpg,Ram It,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, +/games/boxart/full_rampage_1AmericaFront.jpg,Rampage,NES,Action,Data East,Data East,,,,,,,1988-12-01, +/games/boxart/9584387ccc.jpg,Rampage,7800,Action,Activision,Activision,,,,,,,1989-01-01, +/games/boxart/904879ccc.jpg,Rampage,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/6878044ccc.jpg,Rampage,MS,Action,Activision,Sega,,,,,,,1988-01-01, +/games/boxart/full_2200130AmericaFrontccc.jpg,Rampage 2: Universal Tour,GB,Action,Midway Games,Digital Eclipse,,,,,,,1999-11-01, +/games/boxart/9681308ccc.jpg,Rampage World Tour,SAT,Action,Midway Games,Point of View,,,,,,,1997-09-30, +/games/boxart/full_7294139AmericaFrontccc.jpg,Rampage World Tour,GB,Action,Midway Games,Digital Eclipse,,,,,,,1998-12-10, +/games/boxart/full_3050627AmericaFrontccc.jpg,Rampage World Tour,PC,Action,Midway Games,Game Refuge,,,,,,,1997-01-01, +/games/boxart/full_2968600AmericaFrontccc.jpg,Rampage World Tour,PSN,Action,Sony Online Entertainment,Midway Games,,,,,,,2007-05-17, +/games/boxart/full_8403808JapanFrontccc.jpg,Ranma 1/2,PCE,Action,NCS,NCS,,,,,,,1990-12-07, +/games/boxart/2138033ccc.jpg,Raptor: Call of the Shadows,PC,Action,Apogee,Cygnus Studios,,,,,,,1994-04-01, +/games/boxart/full_9743987JapanFrontccc.jpg,Rastan Saga,GG,Action,Taito,Taito Corporation,,,,,,,1991-08-09, +/games/boxart/full_7763948JapanFrontccc.jpg,Rastan Saga II,PCE,Action,Taito,Taito Corporation,,,,,,,1990-07-06, +/games/boxart/full_8770210JapanFrontccc.jpg,Rastan Saga II,VC,Action,Taito,Taito Corporation,,,,,,,2009-01-06, +/games/boxart/full_1301059AmericaFrontccc.png,Ratchet & Clank: Size Matters,PSN,Action,Sony Computer Entertainment,High Impact Games,,,,,,,2009-04-22, +/games/boxart/318039ccc.jpg,Rats!,GB,Action,Take-Two Interactive,Tarantula Studios,,,,,,,1998-12-01, +/games/boxart/121749ccc.jpg,RDF Global Conflict,SCD,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1994-01-01, +/games/boxart/full_7769244AmericaFrontccc.jpg,Re-Mission,PC,Action,Unknown,HopeLab Foundation,,,,,,,, +/games/boxart/full_realms-of-the-haunting_378AmericaFront.jpg,Realms of the Haunting,PC,Action,Interplay,Gremlin Interactive,,,,,,,1997-01-01, +/games/boxart/full_2886691JapanFrontccc.jpg,Recca no Honoo,GBA,Action,Konami,Konami,,,,,,,2001-12-20, +/games/boxart/full_9953380AmericaFrontccc.jpg,Recruits,PC,Action,Commotion Interactive,Commotion Interactive,,,,,,,2014-07-31, +/games/boxart/full_red-dead-redemption_103AmericaFront.jpg,Red Dead Redemption,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-12-21, +/games/boxart/full_162553AmericaFrontccc.jpg,Red Dead Redemption,PSN,Action,Unknown,Rockstar San Diego,,,,,,,, +/games/boxart/full_red-dead-redemption-legends-amp-killers_32AmericaFront.jpg,Red Dead Redemption: Legends & Killers,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-08-10, +/games/boxart/full_red-dead-redemption-legends-ampamp-killers_149AmericaFront.jpg,Red Dead Redemption: Legends & Killers,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-08-10, +/games/boxart/full_red-dead-redemption-liars-ampamp-cheats_195AmericaFront.jpg,Red Dead Redemption: Liars & Cheats,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-09-21, +/games/boxart/full_red-dead-redemption-liars-amp-cheats_581AmericaFront.jpg,Red Dead Redemption: Liars & Cheats,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-09-21, +/games/boxart/full_red-dead-redemption-outlaws-to-the-end_613AmericaFront.jpg,Red Dead Redemption: Outlaws to the End,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-06-22, +/games/boxart/full_red-dead-redemption-outlaws-to-the-end_998AmericaFront.jpg,Red Dead Redemption: Outlaws to the End,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-06-22, +/games/boxart/full_red-dead-redemption-undead-nightmare_1AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-10-26, +/games/boxart/full_red-dead-redemption-undead-nightmare_10AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-10-26, +/games/boxart/5897749ccc.jpg,Red Dog: Superior Firepower,DC,Action,Crave Entertainment,Argonaut Games,6.8,,,,,,2000-10-31, +/games/boxart/full_red-faction-battlegrounds_647AmericaFront.jpg,Red Faction: Battlegrounds,PSN,Action,THQ,THQ,4.9,,,,,,2011-04-05, +/games/boxart/full_red-faction-battlegrounds_264AmericaFront.jpg,Red Faction: Battlegrounds,XBL,Action,THQ,THQ,5.4,,,,,,2011-04-06, +/games/boxart/full_red-zone_81AmericaFront.jpg,Red Zone,GEN,Action,Time Warner Interactive,Zyrinx,,,,,,,1994-01-01, +/games/boxart/full_redd-the-lost-temple_228AmericaFront.jpg,Redd: The Lost Temple,XBL,Action,Microsoft,Blazing Forge Games,7,,,,,,2011-09-05, +/games/boxart/default.jpg,Reign Of Kings,PC,Action,CodeHatch,CodeHatch,,,,,,,2015-03-11, +/games/boxart/full_rekishi-taisen-gettenka-tenkaichi-battle-royale_923JapanFront.jpg,Rekishi Taisen Gettenka: Tenkaichi Battle Royale,DS,Action,Sega,Sega,,,,,,,2010-11-25, +/games/boxart/full_401064JapanFrontccc.jpg,Relaxuma na Mainichi,GBA,Action,Imagineer,Imagineer,,,,,,,2005-04-28, +/games/boxart/full_2946816AmericaFrontccc.jpg,Relic Hunters Zero,PC,Action,Rogue Snail,Rogue Snail,,,,,,,2015-08-18,2018-07-19 +/games/boxart/full_1827932AmericaFrontccc.jpg,Relic Raider,XBL,Action,Microsoft,Nathan Cross,,,,,,,2009-11-27, +/games/boxart/full_reloaded_897AmericaFront.jpg,Reloaded,PSN,Action,Sony Computer Entertainment,Gremlin Interactive,,,,,,,2011-01-04, +/games/boxart/3463649ccc.jpg,Renegade,VC,Action,Aksys Games,Technos Japan Corporation,,,,,,,2008-05-05, +/games/boxart/full_6473726PALFrontccc.jpg,Renegade,MS,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_7068494AmericaFrontccc.jpg,Renegade,NES,Action,Taito,Technos Japan Corporation,,,,,,,1988-01-01, +/games/boxart/default.jpg,Rengoku II: The Stairway to H.E.A.V.E.N.,PSN,Action,Hudson Soft,Neverland,,,,,,,2010-03-25, +/games/boxart/default.jpg,Rengoku: The End of the Century,PS3,Action,Unknown,Neverland,,,,,,,, +/games/boxart/default.jpg,Rengoku: The Tower of Purgatory,PSN,Action,Hudson Soft,Neverland,,,,,,,2010-03-25, +/games/boxart/full_7690635PALFrontccc.jpg,Rent A Hero,PC,Action,SouthPeak Interactive,SouthPeak Games,,,,,,,2000-06-30, +/games/boxart/full_6595334JapanFrontccc.jpg,Rent A Hero No.1,DC,Action,Sega,Sega,8.2,,,,,,2000-05-25, +/games/boxart/full_rent-a-hero-no1_336AmericaFront.jpg,Rent A Hero No.1,XB,Action,Unknown,Sega,,,,,,,, +/games/boxart/full_4088145JapanFrontccc.jpg,Requiem Hurts,PC,Action,Illusion,Illusion,,,,,,,2001-06-29, +/games/boxart/full_8721165AmericaFrontccc.jpg,Rescue Heroes: Fire Frenzy,GB,Action,Mattel Interactive,Vicarious Visions,,,,,,,2001-01-01, +/games/boxart/4081127ccc.jpg,Rescue Mission,MS,Action,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/9690593ccc.jpg,Rescue on Fractalus,5200,Action,Atari,Atari,,,,,,,1984-01-01, +/games/boxart/8739332ccc.jpg,Rescue Terra I,2600,Action,Unknown,Venture Vision,,,,,,,1982-01-01, +/games/boxart/916835ccc.jpg,Reservoir Dogs,XB,Action,Eidos Interactive,Volatile Games,5,,,,,,2006-10-24, +/games/boxart/5996916ccc.jpg,Reservoir Dogs,PS2,Action,Eidos Interactive,Volatile Games,5.4,,,,,,2006-10-24, +/games/boxart/full_433462AmericaFrontccc.jpg,Resident Evil,PC,Action,Virgin Interactive,Capcom,7.2,,,,,,1997-09-30, +/games/boxart/full_6909275JapanFrontccc.jpg,Resident Evil (Remake),PS3,Action,Capcom,Capcom,,,,,,,2014-11-27, +/games/boxart/full_3783182AmericaFrontccc.jpg,Resident Evil 2,DC,Action,Capcom,Capcom,7.9,,,,,,2000-12-06, +/games/boxart/full_2265584AmericaFrontccc.jpg,Resident Evil 2,PC,Action,Capcom,Capcom,6.9,,,,,,1999-02-28, +/games/boxart/full_514501AmericaFrontccc.png,Resident Evil 2,PSN,Action,Sony Computer Entertainment,Capcom,,,,,,,2009-11-19, +/games/boxart/863698ccc.jpg,Resident Evil 3: Nemesis,DC,Action,Capcom,Capcom,8.4,,,,,,2000-11-17, +/games/boxart/full_439547AmericaFrontccc.png,Resident Evil 3: Nemesis,PSN,Action,Sony Computer Entertainment,Capcom,,,,,,,2009-12-03, +/games/boxart/default.jpg,Resident Evil 4,S32X,Action,Capcom,Capcom Production Studio 4,,,,,,,2009-07-27, +/games/boxart/full_7257513AmericaFrontccc.jpg,Resident Evil 4 HD,PSN,Action,Capcom,Capcom,8.4,,,,,,2011-09-20, +/games/boxart/full_resident-evil-4-hd_848AmericaFront.jpg,Resident Evil 4 HD,XBL,Action,Capcom,Capcom,8.4,,,,,,2011-09-20, +/games/boxart/full_resident-evil-5_654AmericaFront.jpg,Resident Evil 5,XBL,Action,Capcom,Capcom,,,,,,,2010-02-16, +/games/boxart/full_resident-evil-5-desperate-escape_9AmericaFront.jpg,Resident Evil 5: Desperate Escape,PSN,Action,Capcom,Capcom,,,,,,,2010-03-04, +/games/boxart/full_resident-evil-5-desperate-escape_10AmericaFront.jpg,Resident Evil 5: Desperate Escape,XBL,Action,Capcom,Capcom,,,,,,,2010-03-03, +/games/boxart/full_resident-evil-5-gold-edition_397AmericaFront.jpg,Resident Evil 5: Gold Edition,PSN,Action,Capcom,Capcom,,,,,,,2011-10-04, +/games/boxart/full_resident-evil-5-lost-in-nightmares_1AmericaFront.jpg,Resident Evil 5: Lost in Nightmares,PSN,Action,Capcom,Capcom,,,,,,,2010-02-18, +/games/boxart/full_resident-evil-5-lost-in-nightmares_9AmericaFront.jpg,Resident Evil 5: Lost in Nightmares,XBL,Action,Capcom,Capcom,,,,,,,2010-02-17, +/games/boxart/1872609ccc.jpg,Resident Evil Gaiden,GB,Action,Capcom,M4 Limited,5.4,,,,,,2002-06-03, +/games/boxart/5630653ccc.jpg,Resident Evil: 10th Anniversary Collection,GC,Action,Capcom,Capcom,,,,,,,2006-10-24, +/games/boxart/full_resident-evil-code-veronica-x-hd_279JapanFront.jpg,Resident Evil: Code Veronica X HD,PSN,Action,Capcom,Capcom,,,,,,,2011-09-27, +/games/boxart/full_6867380AmericaFrontccc.jpg,Resident Evil: Code Veronica X HD,XBL,Action,Capcom,Capcom,8.5,,,,,,2011-09-27, +/games/boxart/full_907305AmericaFrontccc.jpg,Resident Evil: The Essentials,PS2,Action,Capcom,Capcom,,,,,,,2007-09-11, +/games/boxart/full_1494039AmericaFrontccc.jpg,Resident Evil: The Umbrella Chronicles,PS3,Action,Capcom,Cavia Inc.,,,,,,,2012-06-26, +/games/boxart/default.jpg,Retro City Rampage,WW,Action,Unknown,Vblank Entertainment Inc.,,,,,,,2020-12-31, +/games/boxart/default.jpg,Retro City Rampage,XBL,Action,Unknown,Vblank Entertainment Inc.,,,,,,,, +/games/boxart/full_4499241AmericaFrontccc.jpg,Retro One,XBL,Action,Microsoft,CoderSys,,,,,,,2008-12-08, +/games/boxart/full_5790107AmericaFrontccc.jpg,Retrobooster,PC,Action,Slick Entertainment,Slick Entertainment,,,,,,,2014-07-11, +/games/boxart/full_1355745AmericaFrontccc.jpg,Retrobooster,Linux,Action,Slick Entertainment,Slick Entertainment,,,,,,,2014-07-11, +/games/boxart/full_retrocade-datastream-y2k600_794AmericaFront.jpg,Retrocade: DataStream Y2K600,XBL,Action,Microsoft,QuimbyRBG,,,,,,,2011-04-04, +/games/boxart/default.jpg,Revenge of Defender,PC,Action,Unknown,Hidden Treasures,,,,,,,, +/games/boxart/full_8153504AmericaFrontccc.jpg,Revenge of the Ball,XBL,Action,Microsoft,Derrick Hopkins,,,,,,,2009-01-26, +/games/boxart/3827186ccc.jpg,Revenge of The Beefsteak Tomatoes,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1983-01-01, +/games/boxart/full_5543464AmericaFrontccc.jpg,Revenge of the Ninja,SCD,Action,Renovation,Wolf Team,,,,,,,1993-01-01, +/games/boxart/full_2479832AmericaFrontccc.jpg,Revenge of the Wounded Dragons,PSN,Action,Sony Online Entertainment,Wanako Games,7.5,,,,,,2009-12-10, +/games/boxart/full_3865339AmericaFrontccc.jpg,Rex Rocket,PC,Action,Unknown,Unknown,,,,,,,2014-08-05, +/games/boxart/4292425ccc.jpg,Rex Ronan: Experimental Surgeon,SNES,Action,Raya System,Sculptured Software,,,,,,,1994-05-01, +/games/boxart/full_1674962JapanFrontccc.jpg,Rhyme Rider Kerorican,WS,Action,Bandai,NanaOn-Sha,,,,,,,2000-12-09, +/games/boxart/full_8078325AmericaFrontccc.jpg,Rhythm Destruction,PC,Action,Unknown,Unknown,,,,,,,2012-10-16, +/games/boxart/full_556911AmericaFrontccc.jpg,Ricochet,PC,Action,Valve,Valve Software,,,,,,,2000-11-01, +/games/boxart/full_ricochet-hd_742AmericaFront.jpg,Ricochet HD,PSN,Action,TikGames,TikGames,,,,,,,2011-01-04, +/games/boxart/9890961ccc.jpg,Riddle of The Sphinx,2600,Action,Imagic,Imagic,,,,,,,1982-01-01, +/games/boxart/default.jpg,Ride to Hell,PC,Action,Unknown,Deep Silver,,,,,,,, +/games/boxart/default.jpg,Rika-Chan 3DS,3DS,Action,Unknown,Takara Tomy,,,,,,,, +/games/boxart/full_riot-zone_2AmericaFront.jpg,Riot Zone,VC,Action,Hudson Soft,WestOne,,,,,,,2008-01-14, +/games/boxart/full_riot-zone_10AmericaFront.jpg,Riot Zone,PCE,Action,Turbo Technologies,WestOne,,,,,,,1992-01-01, +/games/boxart/default.jpg,Rise of the Guardians: The Video Game,WiiU,Action,D3Publisher,Unknown,,,,,,,2012-12-04, +/games/boxart/default.jpg,Rise of the Guardians: The Video Game,X360,Action,D3Publisher,Unknown,,,,,,,2012-11-20, +/games/boxart/default.jpg,Rise of the Guardians: The Video Game,3DS,Action,D3Publisher,Unknown,,,,,,,2012-11-20, +/games/boxart/default.jpg,Rise of the Guardians: The Video Game,PS3,Action,D3Publisher,Unknown,,,,,,,2012-11-20, +/games/boxart/full_8673214AmericaFrontccc.jpg,Rise of the Ravager,X360,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2013-03-27, +/games/boxart/full_9252459AmericaFrontccc.jpg,Rise of the Ravager,PC,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2013-03-26, +/games/boxart/full_2411347AmericaFrontccc.jpg,Rise of the Ravager,Linux,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2013-05-21, +/games/boxart/full_1004407AmericaFrontccc.png,Rival Knights,And,Action,Gameloft,Gameloft,,,,,,,2014-06-05, +/games/boxart/2665735ccc.jpg,Rival Turf!,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1992-12-23, +/games/boxart/full_rival-turf_1AmericaFront.jpg,Rival Turf!,VC,Action,Jaleco,Jaleco Entertainment,4,,,,,,2011-05-02, +/games/boxart/321723ccc.jpg,River City Ransom,NES,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1990-01-01, +/games/boxart/145911ccc.jpg,River City Ransom,VC,Action,Nintendo,Technos Japan Corporation,,,,,,,2008-04-21, +/games/boxart/default.jpg,River City Ransom,WiiU,Action,Arc System Works,Technos Japan,,,,,,,2015-04-23, +/games/boxart/default.jpg,River City Ransom,3DS,Action,Arc System Works,Technos Japan,,,,,,,2013-11-14, +/games/boxart/default.jpg,River City Ransom 2,WW,Action,Unknown,Miracle Kidz,,,,,,,, +/games/boxart/default.jpg,River City Super Sports Challenge: All-Star Special,PS3,Action,Arc System Works,Unknown,,,,,,,2015-03-05, +/games/boxart/8220919ccc.jpg,River Patrol,2600,Action,Tigervision,Tigervision,,,,,,,1984-01-01, +/games/boxart/5432982ccc.jpg,Road Runner,2600,Action,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/full_7666342AmericaFrontccc.jpg,Road Runner,NES,Action,Tengen,Tengen,,,,,,,1989-01-01, +/games/boxart/full_528102JapanFrontccc.jpg,Robbit Mon Dieu,PS,Action,Sony Computer Entertainment,Sugar & Rockets,,,,,,,1999-10-14, +/games/boxart/full_5200238AmericaFrontccc.jpg,Robin Hood,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_robin-hood_185PALFront.jpg,Robin Hood,GB,Action,Electronic Arts,Planet Interactive,,,,,,,2001-03-30, +/games/boxart/7432032ccc.jpg,Robin Hood: Prince of Thieves,NES,Action,Virgin Interactive,Sculptured Software,,,,,,,1991-11-01, +/games/boxart/2928840ccc.jpg,Robin Hood: Prince of Thieves,GB,Action,Virgin Interactive,Bits Studios,,,,,,,1993-06-01, +/games/boxart/full_robo-army_533AmericaFront.jpg,Robo Army,NG,Action,SNK,SNK Corporation,,,,,,,1991-12-20, +/games/boxart/full_robo-army-cd_318AmericaFront.jpg,Robo Army (CD),NG,Action,SNK,SNK Corporation,,,,,,,1995-04-21, +/games/boxart/5294322ccc.jpg,Robo Warrior,NES,Action,Jaleco,Hudson Soft,,,,,,,1988-12-01, +/games/boxart/3514998ccc.jpg,Robo-Squash,Lynx,Action,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/default.jpg,Robokill: Titan Prime,MS,Action,Unknown,Rock Solid Games,,,,,,,, +/games/boxart/full_1915013AmericaFrontccc.jpg,Robot Commando Raid,2600,Action,Vidtec,Vidtec,,,,,,,1982-01-01, +/games/boxart/default.jpg,Robot Girls Z: Furubokko Battle,And,Action,FUN YOURS Technology,FUN YOURS Technology,,,,,,,2015-10-01, +/games/boxart/3078908ccc.jpg,Robot Tank,2600,Action,Activision,Activision,,,,,,,1983-03-24, +/games/boxart/default.jpg,Robot Unicorn Attack,PC,Action,Adult Swim,Unknown,,,,,,,2010-02-04, +/games/boxart/3317008ccc.jpg,Robots,GBA,Action,Vivendi Games,Amaze Entertainment,,,,,,,2005-02-24, +/games/boxart/full_5457445AmericaFrontccc.jpg,Robots,PC,Action,VU Games,Eurocom Entertainment Software,,,,,,,2005-02-24, +/games/boxart/7203845ccc.jpg,Roc'N Rope,2600,Action,Coleco,Coleco,,,,,,,1984-01-01, +/games/boxart/full_rochard_612AmericaFront.jpg,Rochard,PSN,Action,Sony Online Entertainment,Recoil Games,7,,,,,,2011-09-27, +/games/boxart/default.jpg,Rock & Roll Climber,WW,Action,Unknown,Nintendo,,,,,,,, +/games/boxart/full_1688831AmericaFrontccc.jpg,Rock 'N Roll Escape,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/default.jpg,Rock of Ages II: Bigger and Boulder,XOne,Action,Atlus,ACE Team,,,,,,,2017-01-01, +/games/boxart/default.jpg,Rock of Ages II: Bigger and Boulder,PS4,Action,Atlus,ACE Team,,,,,,,2017-01-01, +/games/boxart/default.jpg,Rock of Ages II: Bigger and Boulder,PC,Action,Atlus,ACE Team,,,,,,,2017-01-01, +/games/boxart/full_3328888AmericaFrontccc.jpg,Rocket Fart,XBL,Action,Microsoft,Claymerikorp,,,,,,,2009-03-27, +/games/boxart/full_rocket-ranger_10AmericaFront.jpg,Rocket Ranger,NES,Action,Kemco,Seika Corporation,,,,,,,1990-06-01, +/games/boxart/3618978ccc.jpg,Rocket Ranger,PC,Action,Cinemaware,Cinemaware,,,,,,,1988-01-01, +/games/boxart/full_2324030AmericaFrontccc.jpg,Rocket Riot,XBL,Action,THQ,CodeGlue,7,,,,,,2009-06-17, +/games/boxart/full_rocketbirds-hardboiled-chicken_773AmericaFront.jpg,Rocketbirds: Hardboiled Chicken,PSN,Action,Unknown,Ratloop Asia Pte Ltd,6,,,,,,2011-10-18, +/games/boxart/full_2501742JapanFrontccc.jpg,RockMan Power Battle Fighters,PS2,Action,Capcom,Capcom,,,,,,,2004-08-05, +/games/boxart/default.jpg,Rockman World (3DS VC),3DS,Action,Unknown,Capcom,,,,,,,, +/games/boxart/full_5523615AmericaFrontccc.jpg,Rogue Legacy,PS3,Action,Cellar Door Games,Cellar Door Games,,,,,,,2014-07-29, +/games/boxart/full_7616424AmericaFrontccc.jpg,Rogue Legacy,PS4,Action,Cellar Door Games,Cellar Door Games,,,,,,,2014-07-29, +/games/boxart/full_6411212AmericaFrontccc.jpg,Rogue Legacy,PSV,Action,Cellar Door Games,Cellar Door Games,,,,,,,2014-07-29, +/games/boxart/full_3106014AmericaFrontccc.jpg,Rogue Legacy,XOne,Action,Cellar Door Games,Cellar Door Games,,,,,,,2015-05-27, +/games/boxart/full_2458781JapanFrontccc.jpg,Roller Angels: Pasha to Daisakusen,DS,Action,Starfish,Starfish SD,,,,,,,2010-06-17, +/games/boxart/full_572901AmericaFrontccc.jpg,Rolling Thunder 3,GEN,Action,Namco,Namco,,,,,,,1993-01-01, +/games/boxart/full_room-of-doom_558AmericaFront.jpg,Room of Doom,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, +/games/boxart/full_5781437AmericaFrontccc.jpg,Root Beer Tapper,XBL,Action,Midway Games,Digital Eclipse,,,,,,,2007-02-07, +/games/boxart/full_3082074AmericaFrontccc.jpg,Royal Defenders,And,Action,Mobage,Mobage,,,,,,,2014-06-05, +/games/boxart/full_2331040AmericaFrontccc.png,RPG Soul Historica,And,Action,"Kotobuki Solution Co., Ltd.","Kotobuki Solution Co., Ltd.",,,,,,,2014-04-30, +/games/boxart/default.jpg,Rugby Challenge 2: The Lions Tour Edition,PC,Action,Tru Blu Entertainment,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Rugby Challenge 2: The Lions Tour Edition,PS3,Action,Tru Blu Entertainment,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Rugby Challenge 2: The Lions Tour Edition,X360,Action,Tru Blu Entertainment,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Rugby League Live 2,PS3,Action,Tru Blu Entertainment,Unknown,,,,,,,2012-10-09, +/games/boxart/default.jpg,Rugby League Live 2,X360,Action,Tru Blu Entertainment,Unknown,,,,,,,2012-10-09, +/games/boxart/full_1650904AmericaFrontccc.jpg,Rugrats in Paris: The Movie,GB,Action,THQ,Software Creations,,,,,,,2000-11-01, +/games/boxart/default.jpg,"Run, Jesus Run!",PC,Action,Unknown,Molleindustria,,,,,,,2010-03-01, +/games/boxart/full_5105944AmericaFrontccc.jpg,Rune: Halls of Valhalla,PC,Action,Gathering of Developers,Human Head Studios,,,,,,,2001-10-23, +/games/boxart/full_running-battle_4PALFront.jpg,Running Battle,MS,Action,Sega,Opera House,,,,,,,1991-01-01, +/games/boxart/full_8745969AmericaFrontccc.jpg,S.I.M.I.S.,Lynx,Action,Bastian Schick,Bastian Schick,,,,,,,1998-01-01, +/games/boxart/5549948ccc.jpg,S.T.U.N. Runner,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/7505794ccc.jpg,Saban's Power Rangers: Lightspeed Rescue,GB,Action,THQ,Natsume,,,,,,,2000-06-01, +/games/boxart/default.jpg,Saban's Power Rangers: Lightspeed Rescue,PC,Action,Bandai,Red Sky Interactive,,,,,,,1999-06-01, +/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,3DS,Action,Unknown,Firehazard Studio,,,,,,,, +/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,PSN,Action,Unknown,Firehazard Studio,,,,,,,, +/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,XBL,Action,Unknown,Firehazard Studio,,,,,,,, +/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,Wii,Action,Unknown,Firehazard Studio,,,,,,,, +/games/boxart/full_saint-seiya-typing-ryu-sei-ken_880JapanFront.jpg,Saint Seiya: Typing Ryu Sei Ken,PC,Action,Bandai,Bandai,,,,,,,2003-01-01, +/games/boxart/full_saint-sword_922AmericaFront.jpg,Saint Sword,GEN,Action,Unknown,Taito,,,,,,,1991-06-27, +/games/boxart/full_1694363AmericaFrontccc.jpg,Saints Row,XBL,Action,THQ,Volition Inc.,,,,,,,2009-08-18, +/games/boxart/full_2959484AmericaFrontccc.jpg,Saints Row 2,XBL,Action,THQ,Volition Inc.,,,,,,,2009-11-24,2018-04-02 +/games/boxart/full_saints-row-2_486America.jpg,Saints Row 2,PSN,Action,THQ,Volition Inc.,8.3,,,,,,2011-09-20, +/games/boxart/full_saints-row-2-corporate-warfare_457AmericaFront.jpg,Saints Row 2: Corporate Warfare,PSN,Action,THQ,Volition Inc.,,,,,,,2009-05-28, +/games/boxart/full_saints-row-2-corporate-warfare_796AmericaFront.jpg,Saints Row 2: Corporate Warfare,XBL,Action,THQ,Volition Inc.,,,,,,,2009-05-28, +/games/boxart/full_saints-row-2-the-unkut-pack_573AmericaFront.jpg,Saints Row 2: The Unkut Pack,PSN,Action,THQ,Volition Inc.,,,,,,,2009-06-11, +/games/boxart/full_saints-row-2-the-unkut-pack_266AmericaFront.jpg,Saints Row 2: The Unkut Pack,XBL,Action,THQ,Volition Inc.,,,,,,,2009-06-11, +/games/boxart/full_saints-row-2-ultor-exposed_390AmericaFront.jpg,Saints Row 2: Ultor Exposed,PSN,Action,THQ,Volition Inc.,,,,,,,2009-04-23, +/games/boxart/full_saints-row-2-ultor-exposed_596AmericaFront.jpg,Saints Row 2: Ultor Exposed,XBL,Action,THQ,Volition Inc.,,,,,,,2009-04-23, +/games/boxart/full_saints-row-double-pack_8AmericaFront.jpg,Saints Row Double Pack,X360,Action,THQ,Volition Inc.,,,,,,,2010-09-07, +/games/boxart/full_5516742PALFrontccc.jpg,Saints Row: Gat out of Hell,X360,Action,Deep Silver,Volition Inc.,,,,,,,2015-01-20, +/games/boxart/full_2353399JapanFrontccc.jpg,Saka no Gabaibaa-Chan,DS,Action,Tryfirst,Tryfirst,,,,,,,2009-02-12, +/games/boxart/full_sakigake-kuromati-koukou-kore-wa-hyottoshite-game-nanoka-hen_347JapanFront.jpg,Sakigake!! Kuromati Koukou: Kore wa Hyottoshite Game Nanoka!? Hen,PS2,Action,Hudson Soft,Hudson Soft,,,,,,,2004-03-04, +/games/boxart/full_7781225JapanFrontccc.jpg,Sakigake!! Otokojuku: Meikoushima Kessen,GB,Action,Yutaka,Yutaka,,,,,,,1990-08-04, +/games/boxart/full_sakigake-otokojuku-shippu-ichi-gou-sei_469JapanFront.jpg,Sakigake!! Otokojuku: Shippu Ichi Gou Sei,NES,Action,Bandai,Bandai,,,,,,,1989-03-03, +/games/boxart/full_3164064AmericaFrontccc.jpg,Sakuna: Of Rice and Ruin,PS4,Action,Xseed Games,Edelweiss,,,,,,,2020-11-10, +/games/boxart/full_1089759AmericaFrontccc.jpg,Sakuna: Of Rice and Ruin,PC,Action,Xseed Games,Edelweiss,,,,,,,2020-11-10, +/games/boxart/full_2711686JapanFrontccc.jpg,Sakura Momoko no UkiUki Carnival,GBA,Action,Nintendo,Nintendo,,,,,,,2002-07-05, +/games/boxart/full_sakura-samurai-art-of-the-sword_808AmericaFront.png,Sakura Samurai: Art of the Sword,3DS,Action,Nintendo,Nintendo,,,,,,,2012-02-02, +/games/boxart/full_salary-man-champ-tatakau-salary-man_4JapanFront.jpg,Salary Man Champ: Tatakau Salary Man,PS,Action,Success,Success,,,,,,,2001-05-31, +/games/boxart/full_salary-man-champ-tatakau-salary-man_5JapanFront.jpg,Salary Man Champ: Tatakau Salary Man,PSN,Action,Konami,Success,,,,,,,2010-10-13, +/games/boxart/full_8274801AmericaFrontccc.jpg,Salt and Sanctuary,PSV,Action,Ska Studios,Ska Studios,,,,,,,2016-01-01, +/games/boxart/full_8251877AmericaFrontccc.jpg,Salt and Sanctuary,PS4,Action,Ska Studios,Ska Studios,,,,,,,2016-03-15, +/games/boxart/full_5288122AmericaFrontccc.jpg,Samurai Deeper Kyo,GBA,Action,Bold Games,Marvelous Interactive,,,,,,,2008-02-12, +/games/boxart/full_2546008JapanFrontccc.jpg,Samurai Kid,GB,Action,KOEI,Biox,,,,,,,2001-02-02, +/games/boxart/full_samurai-sword-destiny_34AmericaFront.jpg,Samurai Sword Destiny,3DS,Action,UFO Interactive,UFO Interactive,,,,,,,2012-01-05, +/games/boxart/full_406617AmericaFrontccc.jpg,Samurai Warriors 2,PC,Action,KOEI,Omega Force,,,,,,,2008-06-27, +/games/boxart/full_2689858AmericaFrontccc.jpg,Samurai Warriors 4-II,PC,Action,Tecmo Koei,Omega Force,,,,,,,2015-09-29,2018-05-02 +/games/boxart/full_4920645AmericaFrontccc.png,Samurai Warriors: State of War,PSN,Action,KOEI,Omega Force,,,,,,,2009-07-08, +/games/boxart/full_5970968AmericaFrontccc.jpg,Samurai-Ghost,PCE,Action,Namco,Now Production,,,,,,,1992-01-01, +/games/boxart/full_4218586AmericaFrontccc.jpg,Samurai-Ghost,VC,Action,Namco Bandai,Now Production,,,,,,,2007-10-29, +/games/boxart/full_5865596JapanFrontccc.jpg,Sanrio Puro Land All-Stars,GBA,Action,Tomy Corporation,Tomy Corporation,,,,,,,2003-11-01, +/games/boxart/full_ape-escape-big-monkey-mission_1JapanFront.jpg,Saru! Get You! SaruSaru Daisakusen,PSN,Action,Sony Computer Entertainment,h.a.n.d. Inc.,,,,,,,2008-12-11,2018-09-18 +/games/boxart/default.jpg,SBARG,WinP,Action,Gyko Games,Gyko Games,,,,,,,2010-10-31, +/games/boxart/full_5432894AmericaFrontccc.jpg,Scalebound,XOne,Action,Microsoft Studios,PlatinumGames,,,,,,,2017-12-31, +/games/boxart/full_5663426AmericaFrontccc.jpg,Scallywags,XBL,Action,Microsoft,Mike Allwood,,,,,,,2009-06-05, +/games/boxart/full_1210361JapanFrontccc.jpg,Scan Hunter,GBA,Action,Pacific Century Cyber Works,Pacific Century Cyber Works,,,,,,,2002-11-15, +/games/boxart/full_scarygirl_875AmericaFront.jpg,Scarygirl,PS3,Action,Square Enix,TikGames,,,,,,,2012-01-24, +/games/boxart/full_734840AmericaFrontccc.jpg,Schizoid,XBL,Action,Microsoft,Torpex Games LLC,5,,,,,,2008-07-09, +/games/boxart/full_5967693AmericaFrontccc.jpeg,School Bus Fun,PC,Action,United Developers,Unknown,,,,,,,2014-07-03, +/games/boxart/full_scott-pilgrim-vs-the-world_4AmericaFront.jpg,Scott Pilgrim vs. The World,PSN,Action,Ubisoft,Ubisoft Montreal,7.7,,,,,,2010-08-10, +/games/boxart/full_scott-pilgrim-vs-the-world_2AmericaFront.jpg,Scott Pilgrim vs. The World,XBL,Action,Ubisoft,Ubisoft Montreal,8.2,,,,,,2010-08-25, +/games/boxart/8503599ccc.jpg,Scrapyard Dog,7800,Action,Atari,Blue Sky Software,,,,,,,1991-01-01, +/games/boxart/3438386ccc.jpg,Scrapyard Dog,Lynx,Action,Atari,Creative Software,,,,,,,1991-01-01, +/games/boxart/full_8278010AmericaFrontccc.jpg,Screwjumper!,XBL,Action,THQ,Frozen Codebase,,,,,,,2007-11-14, +/games/boxart/1030202ccc.jpg,Scuba Diver,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, +/games/boxart/full_4386318JapanFrontccc.jpg,SD Gundam: Winner's History,GG,Action,Bandai,Bandai,,,,,,,1995-03-24, +/games/boxart/full_sd-the-great-battle_496JapanFront.jpg,SD The Great Battle,SNES,Action,Banpresto,Banpresto,,,,,,,1990-12-29, +/games/boxart/full_2113337JapanFrontccc.jpg,SD Ultra Battle: Ultraman Densetsu,SNES,Action,Bandai,Tom Create,,,,,,,1996-06-28, +/games/boxart/full_sea-battle_265AmericaFront.jpg,Sea Battle,2600,Action,Unknown,INTV,,,,,,,2000-01-01, +/games/boxart/full_1384799AmericaFrontccc.jpg,Sea Blast,XBL,Action,Microsoft,SeaBlast,,,,,,,2008-12-14, +/games/boxart/7783904ccc.jpg,Sea Hunt,2600,Action,Unknown,Froggo,,,,,,,1978-01-01, +/games/boxart/9011504ccc.jpg,Sea Monster,2600,Action,Bit Corporation,Bit Corp.,,,,,,,1983-01-01, +/games/boxart/1214030ccc.jpg,Seal of the Pharaoh,3DO,Action,ASK,ASK,,,,,,,1994-01-01, +/games/boxart/6786754ccc.jpg,Seaquest,2600,Action,Activision,Activision,,,,,,,1983-01-01, +/games/boxart/full_4078885AmericaFrontccc.jpg,seaQuest DSV,SNES,Action,Malibu Games,Sculptured Software,,,,,,,1995-01-01, +/games/boxart/1725894ccc.jpg,seaQuest DSV,GB,Action,Malibu Games,Unexpected Development,,,,,,,1994-11-01, +/games/boxart/full_3410843AmericaFrontccc.jpg,seaQuest DSV,GEN,Action,Black Pearl,Sculptured Software,,,,,,,1994-01-01, +/games/boxart/full_7138556PALFrontccc.jpg,Search & Destroy,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-06-01, +/games/boxart/full_975429PALFrontccc.jpg,Second Samurai,GEN,Action,Psygnosis,Vivid Image,,,,,,,1994-01-01, +/games/boxart/full_2312483AmericaFrontccc.jpg,Secret Agent Barbie,PC,Action,VU Games,Unknown,,,,,,,2002-09-30, +/games/boxart/8556771ccc.jpg,Secret Quest,2600,Action,Atari,Axlon,,,,,,,1989-01-01, +/games/boxart/full_2415589AmericaFrontccc.jpg,Secret Service: Ultimate Sacrifice,PC,Action,Activision,Tigon,,,,,,,2008-11-11, +/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,PC,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-07-27, +/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,PSN,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-09-13, +/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,XBL,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-07-13, +/games/boxart/full_section-8-prejudice-overdrive-map-pack_700AmericaFront.jpg,Section 8: Prejudice - Overdrive Map Pack,PC,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-06-01, +/games/boxart/full_section-8-prejudice-overdrive-map-pack_396AmericaFront.jpg,Section 8: Prejudice - Overdrive Map Pack,XBL,Action,Unknown,TimeGate Studios,,,,,,,2011-06-01, +/games/boxart/full_1247556JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 11: Hokuto no Ken,PS2,Action,Sega,SIMS,,,,,,,2004-03-25, +/games/boxart/full_4371669JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 14: Alien Syndrome,PS2,Action,Sega,Sega,,,,,,,2004-07-29, +/games/boxart/full_9657668JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 5: Golden Axe,PS2,Action,Sega,Sega,,,,,,,2003-09-25, +/games/boxart/full_seicross_564AmericaFront.jpg,Seicross,NES,Action,Unknown,Nihon Bussan,,,,,,,, +/games/boxart/full_seicross_921JapanFront.jpg,Seicross,VC,Action,Hamster Corporation,Nihon Bussan,,,,,,,2011-09-20, +/games/boxart/full_senguko-3_402AmericaFront.jpg,Sengoku 3,NG,Action,SNK,Noise Factory,,,,,,,2001-10-25, +/games/boxart/full_sengoku-basara-battle-heroes_9JapanFront.jpg,Sengoku Basara: Battle Heroes,PSN,Action,Capcom,Capcom,,,,,,,2010-09-09, +/games/boxart/full_5141885JapanFrontccc.jpg,Sengoku Denshou,SCD,Action,Sammy Corporation,Sammy Studios,,,,,,,1993-12-28, +/games/boxart/full_8256807JapanFrontccc.jpg,Sengoku Kakumei Gaiden,GBA,Action,Konami,Konami,,,,,,,2003-02-27, +/games/boxart/default.jpg,Sengoku Musou 2 with Moushouden,X360,Action,KOEI,Omega Force,,,,,,,2008-03-19, +/games/boxart/full_7635499JapanFrontccc.jpg,Sengoku Turb,DC,Action,NEC,NEC Interchannel,5.1,,,,,,1999-01-14, +/games/boxart/4979006ccc.jpg,Sentinel,7800,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/111825ccc.jpg,Sentinel,2600,Action,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_5693241JapanFrontccc.jpg,Sentouin: Yamada Hajime,GBA,Action,Kids Station,Rokumendo,,,,,,,2004-10-21, +/games/boxart/full_7633898AmericaFrontccc.jpg,Serious Sam: Kamikaze Attack,PC,Action,Devolver Digital,Be-Rad Entertainment,,,,,,,2012-01-17, +/games/boxart/146257ccc.gif,Serpent,GB,Action,Taxan,Naxat Soft,,,,,,,1990-11-01, +/games/boxart/default.jpg,Seven Symbols,PC,Action,Unknown,Level 13,,,,,,,, +/games/boxart/1813679ccc.jpg,Sgt. Rock: On the Frontline,GB,Action,BAM! Entertainment,Altron,,,,,,,2000-12-17, +/games/boxart/full_4060508AmericaFrontccc.jpg,Shadow Man,DC,Action,Acclaim Entertainment,Acclaim Studios Teesside,8.2,,,,,,1999-11-30,2018-10-08 +/games/boxart/63103ccc.jpg,Shadow Man,PC,Action,Acclaim Entertainment,Acclaim Studios Teesside,,,,,,,1999-08-24, +/games/boxart/3332696ccc.jpg,Shadow of the Beast II,GEN,Action,Electronic Arts,WJS Design,,,,,,,1992-01-01, +/games/boxart/2350605ccc.jpg,Shadow of the Beast II,SCD,Action,Psygnosis,Psygnosis,,,,,,,1994-06-07, +/games/boxart/full_3724703AmericaFrontccc.jpg,Shakedown Hawaii,PSV,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2019-05-19 +/games/boxart/full_3661133AmericaFrontccc.jpg,Shakedown Hawaii,PS4,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2019-05-19 +/games/boxart/full_2926137AmericaFrontccc.jpg,Shakedown Hawaii,3DS,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07, +/games/boxart/full_7099155AmericaFrontccc.jpg,Shakedown Hawaii,PC,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2019-05-19 +/games/boxart/1254975ccc.jpg,Shamus,GB,Action,Vatical Entertainment,Junglevision Software,,,,,,,2000-03-01, +/games/boxart/full_shank_7AmericaFront.jpg,Shank,XBL,Action,Electronic Arts,Klei Entertainment,7.1,,,,,,2010-08-25, +/games/boxart/full_shank_852AmericaFront.jpg,Shank,PC,Action,Electronic Arts,Klei Entertainment,6.7,,,,,,2010-10-26, +/games/boxart/full_shank_6AmericaFront.jpg,Shank,PSN,Action,Electronic Arts,Klei Entertainment,6.9,,,,,,2010-08-24, +/games/boxart/default.jpg,Shank 2,PC,Action,Electronic Arts,Klei Entertainment,,,,,,,2012-02-07, +/games/boxart/full_shank-2_801AmericaFront.jpg,Shank 2,PS3,Action,Electronic Arts,Klei Entertainment,,,,,,,2012-02-07, +/games/boxart/full_shank-2_337AmericaFront.jpg,Shank 2,X360,Action,Electronic Arts,Klei Entertainment,,,,,,,2012-02-08, +/games/boxart/full_9447705PALFrontccc.jpg,Shaq-Fu: A Legend Reborn,PC,Action,Unknown,Big Deez Productions,,,,,,,2016-01-01,2018-03-03 +/games/boxart/full_2214449AmericaFrontccc.jpg,Shardscape Assault,XBL,Action,Microsoft,Arthur Prescient,,,,,,,2009-08-20, +/games/boxart/full_1537818AmericaFrontccc.jpg,Shark Tale,PC,Action,Activision,Amaze Entertainment,,,,,,,2004-09-27, +/games/boxart/full_sheep-defense_7AmericaFront.jpg,Sheep Defense,PSN,Action,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-15, +/games/boxart/full_2188541AmericaFrontccc.jpeg,Sheep Happens,PC,Action,JoWood Productions & Piranha Bytes,JoWood Productions & Piranha Bytes,,,,,,,2013-09-19, +/games/boxart/4872475ccc.jpg,Shellshock,SAT,Action,U.S. Gold,Core Design Ltd.,,,,,,,1995-01-01, +/games/boxart/full_6455819AmericaFrontccc.jpg,Shellshock,PC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,1996-06-30, +/games/boxart/full_shelly-club_771PALFront.jpg,Shelly Club,GB,Action,VU Games,VU Games,,,,,,,2001-12-14, +/games/boxart/full_2573257AmericaFrontccc.jpg,Shien's Revenge,SNES,Action,Victory Lap Games,Almanic Corp.,,,,,,,1994-10-01, +/games/boxart/full_shiju-hachi_1JapanFront.jpg,Shiju Hachi,PS2,Action,Banpresto,Banpresto,,,,,,,2007-11-22, +/games/boxart/full_1776267JapanFrontccc.jpg,Shikigami no Shiro: Nanayozuki Gensoukyoku,PS2,Action,Kids Station,Alfa System,,,,,,,2005-08-18, +/games/boxart/full_9381009PALFrontccc.jpg,Shin Chan: Aventuras en Cineland,GBA,Action,Atari,Inti Creates,,,,,,,2005-01-01, +/games/boxart/full_8497027JapanFrontccc.jpg,Shin Nekketsu Kouha: Kunio Tachi no Banka,SNES,Action,Technos Japan Corporation,Technos Japan,,,,,,,1994-04-29, +/games/boxart/full_shin-sangoku-musou-4-special_279JapanFront.jpg,Shin Sangoku Musou 4 Special,PC,Action,KOEI,Omega Force,,,,,,,2006-06-22, +/games/boxart/full_7408495JapanFrontccc.jpg,Shin Sangoku Musou Online: Ryuujin Ranbu,PS3,Action,Tecmo Koei,Tecmo Koei Holdings,,,,,,,2015-03-12,2018-04-24 +/games/boxart/default.jpg,Shinigami Oni,3DS,Action,Unknown,Digital Works Entertainment,,,,,,,, +/games/boxart/default.jpg,Shinobi (Arcade),VC,Action,Sega,Sega,,,,,,,2009-12-07, +/games/boxart/9159823ccc.jpg,Shinobi III: Return of the Ninja Master,GEN,Action,Sega,Sega (AM7),,,,,,,1993-07-22, +/games/boxart/4650549ccc.jpg,Shinobi III: Return of the Ninja Master,VC,Action,Sega,Sega (AM7),,,,,,,2007-08-20, +/games/boxart/full_shinobi-legions_975AmericaFront.jpg,Shinobi Legions,SAT,Action,Victory Lap Games,Sega AM7,,,,,,,1995-11-01, +/games/boxart/full_5564433JapanFrontccc.jpg,Shinobido Takumi,PS2,Action,Spike,Acquire,,,,,,,2006-03-30, +/games/boxart/default.jpg,Shinobido: Tales of the Ninja,PSN,Action,Sony Computer Entertainment,Acquire,,,,,,,2010-04-01, +/games/boxart/full_2827225PALFrontccc.jpg,Shinobido: Way of the Ninja,PS2,Action,Spike,Acquire,,,,,,,2005-11-10, +/games/boxart/full_9476571JapanFrontccc.jpg,Shinrei Jusatsushi Taromaru,SAT,Action,Time Warner Interactive,Time Warner Interactive,,,,,,,1997-01-17, +/games/boxart/full_1867466JapanFrontccc.jpg,Shinseiki Evangelion: Typing Hokan Keikaku,DC,Action,Gainax Network Systems,Gainax,,,,,,,2001-08-30, +/games/boxart/full_7508796JapanFrontccc.jpg,Shippuu! Iron Leaguer,GB,Action,Bandai,Bandai,,,,,,,1994-03-11, +/games/boxart/full_1904135PALFrontccc.jpg,Shogun's Blade,PS2,Action,505 Games,Tamsoft,,,,,,,2005-11-16, +/games/boxart/1001770ccc.jpg,Shootin' Gallery,2600,Action,Imagic,Imagic,,,,,,,1982-01-01, +/games/boxart/default.jpg,Shrek Goes Fourth,PS3,Action,Unknown,Activision,,,,,,,, +/games/boxart/default.jpg,Shrek Goes Fourth,PSP,Action,Unknown,Activision,,,,,,,, +/games/boxart/6799121ccc.jpg,Shrek the Third,GBA,Action,Activision,Vicarious Visions,,,,,,,2007-05-15, +/games/boxart/full_2264659AmericaFrontccc.jpg,Shrek the Third,XBL,Action,Activision,7 Studios,,,,,,,2010-04-27, +/games/boxart/full_9914774AmericaFrontccc.jpg,Shrek the Third,PC,Action,Activision,7 Studios,,,,,,,2007-05-15, +/games/boxart/4266847ccc.jpg,Shuttle Orbiter,2600,Action,Unknown,Avalon Hill,,,,,,,1983-01-01, +/games/boxart/full_4869423AmericaFrontccc.jpg,Sid Meier's Civilization V: Brave New World,PC,Action,2K Games,Unknown,,,,,,,2013-07-09, +/games/boxart/full_4079459AmericaFrontccc.jpg,Sid Meier's Civilization V: Gods & Kings,PC,Action,2K Games,Unknown,,,,,,,2012-06-19, +/games/boxart/full_8223556AmericaFrontccc.png,Sid Meier's Covert Action,PC,Action,Microprose,MPS Labs,,,,,,,1990-01-01, +/games/boxart/6033382ccc.jpg,Silent Hill 2,PC,Action,Konami,Creature Labs,,,,,,,2002-12-02, +/games/boxart/full_8528393AmericaFrontccc.jpg,Silent Hill: Origins,PSN,Action,Konami,Climax Group,,,,,,,2009-12-10, +/games/boxart/default.jpg,Silent Hills,PS4,Action,Konami Digital Entertainment,Kojima Productions,,,,,,,2020-12-31, +/games/boxart/full_5684018JapanFrontccc.jpg,Silk to Cotton,GBA,Action,Mig Entertainment,Mig Entertainment,,,,,,,2002-10-31, +/games/boxart/full_3369764JapanFrontccc.jpg,Simple 1500 Series Vol. 100: The Uchuuhikoushi,PS,Action,D3 Publisher,Amedio,,,,,,,2002-08-29, +/games/boxart/full_3494974JapanFrontccc.jpg,Simple 1500 Series Vol. 57: The Meiro,PS,Action,D3 Publisher,Mint,,,,,,,2001-03-22, +/games/boxart/full_7259148JapanFrontccc.jpg,Simple 1500 Series Vol. 86: The Onigokko,PS,Action,D3 Publisher,Sol,,,,,,,2002-02-28, +/games/boxart/full_6291842JapanFrontccc.jpg,Simple 1500 Series Vol. 94: The Cameraman ~Gekisha Boy Omakefu~,PS,Action,D3 Publisher,Irem Software Engineering,,,,,,,2002-05-23, +/games/boxart/full_2089443JapanFrontccc.jpg,Simple 2000 Series Vol. 110: The Toubou Prisoner,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2006-10-12, +/games/boxart/full_8139419JapanFrontccc.jpg,Simple 2000 Series Vol. 112: The Tousou Highway 2: Road Warrior 2050,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2006-12-28, +/games/boxart/full_simple-2000-series-vol-113-the-tairyou-jigoku_4JapanFront.jpg,Simple 2000 Series Vol. 113: The Tairyou Jigoku,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2007-02-22, +/games/boxart/full_simple-2000-series-vol-114-the-onna-okappichi-torimonochou-oharuchan-go-go-go_418JapanFront.jpg,Simple 2000 Series Vol. 114: The Onna Okappichi Torimonochou - Oharuchan Go Go Go!,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2007-02-22, +/games/boxart/full_simple-2000-series-vol-115-the-roomshare-to-iu-seikatsu_778JapanFront.jpg,Simple 2000 Series Vol. 115: The Roomshare to Iu Seikatsu,PS2,Action,D3 Publisher,ThinkArts,,,,,,,2007-03-29, +/games/boxart/full_simple-2000-series-vol-116-the-neko-mura-no-ninnin-pagu-daikan-no-akugyou-sanmai_704JapanFront.jpg,Simple 2000 Series Vol. 116: The Neko-Mura no Ninnin - Pagu Daikan no Akugyou Sanmai,PS2,Action,D3 Publisher,Vingt-et-un Systems,,,,,,,2007-04-12, +/games/boxart/full_simple-2000-series-vol-118-the-ochimusha-doemu-samurai-toujou_182JapanFront.jpg,Simple 2000 Series Vol. 118: The Ochimusha - Doemu Samurai Toujou,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2007-05-31, +/games/boxart/full_5679086JapanFrontccc.jpg,Simple 2000 Series Vol. 59: The Uchuujin to Hanashi Sou!,PS2,Action,D3 Publisher,Taito Corporation,,,,,,,2004-08-26, +/games/boxart/full_simple-2000-series-vol-98-the-roman-sabou_10JapanFront.jpg,Simple 2000 Series Vol. 98: The Roman Sabou,PS2,Action,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-03-23, +/games/boxart/full_3320262JapanFrontccc.jpg,Simple 2000 Series Vol.73: The Saiyuki Saruden,PS2,Action,D3 Publisher,D3 Publisher,,,,,,,2005-03-17, +/games/boxart/full_1429281JapanFrontccc.jpg,Simple 2500 Series Portable!! Vol. 13: The Akuma Hunters - Exorsister,PSP,Action,D3 Publisher,D3 Publisher,,,,,,,2009-12-23, +/games/boxart/default.jpg,Sinbad and the Throne of the Falcon,PC,Action,Cinemaware,Cinemaware,,,,,,,1988-01-01, +/games/boxart/full_6983283AmericaFrontccc.jpg,Sir Lancelot,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/default.jpg,Sitio do Picapau Amarelo,MS,Action,Tec Toy,Tec Toy,,,,,,,1997-01-01, +/games/boxart/6167383ccc.jpg,Skate Boardin': A Radical Adventure,2600,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1987-01-01, +/games/boxart/3385681ccc.jpg,Skeet Shoot,2600,Action,Apollo,Apollo,,,,,,,1981-01-01, +/games/boxart/full_6451339AmericaFrontccc.jpg,Skin Diver,2600,Action,Unknown,Sancho,,,,,,,1983-01-01, +/games/boxart/full_skools-out_300AmericaFront.jpg,Skools Out,PC,Action,Xing Entertainment,MuckyBaby Productions,,,,,,,2004-05-16, +/games/boxart/full_sky-cat_318AmericaFront.jpg,Sky Cat,XBL,Action,Microsoft,Subby and Sun's Games,,,,,,,2011-07-22, +/games/boxart/8100378ccc.jpg,Sky Diver,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/8359694ccc.jpg,Sky Jinks,2600,Action,Activision,Activision,,,,,,,1982-01-01, +/games/boxart/default.jpg,Sky Jumper Sol,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-11-10, +/games/boxart/2240114ccc.jpg,Sky Skipper,2600,Action,Parker Bros.,Parker Bros.,,,,,,,1983-01-01, +/games/boxart/full_3944795AmericaFrontccc.jpg,SkyGunner,PS2,Action,Atlus,Pixel Arts,,,,,,,2002-06-24, +/games/boxart/default.jpg,SKYPEACE,3DS,Action,Unknown,Unknown,,,,,,,, +/games/boxart/full_424162PALFrontccc.jpg,SkyScraper,Wii,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2010-08-27, +/games/boxart/full_9058498PALFrontccc.jpg,Skyscraper,PS2,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-10-24, +/games/boxart/full_2253686PALFrontccc.jpg,Skyscraper,PC,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-09-12, +/games/boxart/default.jpg,Skytorn,PS4,Action,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Skytorn,Linux,Action,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Skytorn,OSX,Action,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Skytorn,PC,Action,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_slam-bolt-scrappers_611AmericaFront.jpg,Slam Bolt Scrappers,PSN,Action,Sony Online Entertainment,Fire Hose Games,,,,,,,2011-03-15, +/games/boxart/full_6573133AmericaFrontccc.jpg,SLAM: Indie Edition,XBL,Action,Microsoft,Blackstorm Games,,,,,,,2009-10-08, +/games/boxart/default.jpg,SlashDash,XOne,Action,Unknown,Unknown,,,,,,,, +/games/boxart/406403ccc.jpg,Slave Zero,DC,Action,Infogrames,Accolade,5.7,,,,,,1999-10-31, +/games/boxart/full_slave-zero_689AmericaFront.jpg,Slave Zero,PC,Action,Infogrames,Accolade,,,,,,,1999-10-31, +/games/boxart/full_5243588AmericaFrontccc.jpg,Slider,GG,Action,Sega,Loriciels,,,,,,,1991-01-01, +/games/boxart/full_slime-world_672JapanFront.jpg,Slime World,PCE,Action,Micro World,Epyx,,,,,,,1992-10-09, +/games/boxart/full_2695670AmericaFrontccc.png,Slogan Logo Quiz,And,Action,Unknown,Unknown,,,,,,,2014-06-18, +/games/boxart/full_4985608AmericaFrontccc.jpg,Slopestyle,3DO,Action,3DO,L3 Interactive,,,,,,,1994-01-01, +/games/boxart/2378519ccc.jpg,Slot Racers,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_8203928AmericaFrontccc.jpg,Slow Down Bull,PC,Action,Insomniac Games,Insomniac Games,,,,,,,2015-04-20, +/games/boxart/full_824648AmericaFrontccc.jpg,Sly Cooper Collection,PSV,Action,Sony Computer Entertainment,Sanzaru Games,,,,,,,2014-05-27,2018-04-12 +/games/boxart/full_2580192AmericaFrontccc.jpg,Small Arms,XBL,Action,Gastronaut Studios,Gastronaut Studios,6.7,,,,,,2006-11-22, +/games/boxart/full_7615645AmericaFrontccc.jpg,Smurfs Save The Day,2600,Action,Coleco,Coleco,,,,,,,1983-01-01, +/games/boxart/full_3057284AmericaFrontccc.jpg,Snail Shot Torpedo,XBL,Action,Microsoft,davidjsushil,,,,,,,2009-12-17, +/games/boxart/full_5244084AmericaFrontccc.jpg,Snake's Revenge,NES,Action,Ultra Games,Konami,,,,,,,1990-04-01, +/games/boxart/full_7619301AmericaFrontccc.jpg,Snake360,XBL,Action,Microsoft,yyr,,,,,,,2008-11-20, +/games/boxart/full_3554311AmericaFrontccc.jpg,Snake360 Lite,XBL,Action,Microsoft,yyr,,,,,,,2009-03-10, +/games/boxart/3635661ccc.jpg,Snakeball,PSN,Action,Sony Computer Entertainment,Gamoola Soft,,,,,,,2007-12-20, +/games/boxart/full_4685919AmericaFrontccc.jpg,Snaker Ace,XBL,Action,Microsoft,LemonBallGames,,,,,,,2009-11-05, +/games/boxart/3220270ccc.jpg,Sneak 'N Peek,2600,Action,Vidtec,US Games,,,,,,,1982-01-01, +/games/boxart/8843850ccc.jpg,Sneak King,XB,Action,King Games,Blitz Games,5.8,,,,,,2006-11-19, +/games/boxart/81858ccc.jpg,Sneak King,X360,Action,King Games,King Games,5.8,,,,,,2006-11-19, +/games/boxart/full_6583876PALFrontccc.jpg,Sniper Assault,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, +/games/boxart/3266138ccc.jpg,Snoopy & The Red Baron,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_snoopy-concert_327JapanFront.jpg,Snoopy Concert,SNES,Action,Mitsui,Mitsui Fudosan,,,,,,,1995-05-19, +/games/boxart/full_89838AmericaFrontccc.jpg,Snoopy Flying Ace,XBL,Action,Microsoft,Smart Bomb Interactive,8.1,,,,,,2010-06-02, +/games/boxart/full_5979147AmericaFrontccc.png,Soaper Coaster,WinP,Action,Unknown,Unknown,,,,,,,2014-07-22, +/games/boxart/full_2313477AmericaFrontccc.jpg,Soaring Santa,XBL,Action,Microsoft,Ianthraxx,,,,,,,2009-12-12, +/games/boxart/full_9478850AmericaFrontccc.jpg,Solar,XBL,Action,Microsoft,Murudai,,,,,,,2009-03-20, +/games/boxart/8871256ccc.jpg,Solar Fox,2600,Action,CBS Electronics,Bally Midway,,,,,,,1983-01-01, +/games/boxart/full_8929832AmericaFrontccc.jpg,Solar Jetman: Hunt for the Golden Warpship,NES,Action,Tradewest,Zippo games,,,,,,,1990-10-01, +/games/boxart/6992728ccc.jpg,Solar Storm,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/full_soldier-boyz_834AmericaFront.jpg,Soldier Boyz,PC,Action,DreamCatcher Interactive,Hypnotix,,,,,,,1997-04-30, +/games/boxart/full_soldier-front_96AmericaFront.jpg,Soldier Front,PC,Action,NHN USA,Dragonfly,,,,,,,2007-02-14, +/games/boxart/default.jpg,Soma,Linux,Action,Frictional Games,Frictional Games,,,,,,,2016-01-01, +/games/boxart/default.jpg,Soma,OSX,Action,Frictional Games,Frictional Games,,,,,,,2016-01-01, +/games/boxart/full_somer-assault_8AmericaFront.jpg,Somer Assault,PCE,Action,Atlus,Atlus Co.,,,,,,,1992-01-01, +/games/boxart/default.jpg,Son of Nor,OSX,Action,Viva Media,stillalive studios,,,,,,,2015-03-31, +/games/boxart/default.jpg,Son of Nor,Linux,Action,Viva Media,stillalive studios,,,,,,,2015-03-31, +/games/boxart/default.jpg,Son of Nor,PC,Action,Viva Media,stillalive studios,,,,,,,2015-03-31, +/games/boxart/full_7654452PALFrontccc.jpg,Son of the Lion King,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/7406936ccc.gif,Sonic Blast Man,SNES,Action,Taito,Taito,,,,,,,1993-02-01, +/games/boxart/2578125ccc.gif,Sonic Blast Man II,SNES,Action,Taito,Taito,,,,,,,1994-11-01, +/games/boxart/full_167813AmericaFrontccc.png,Sonic Dash 2: Sonic Boom,And,Action,Sega,Sega,,,,,,,2015-06-30, +/games/boxart/5614612ccc.png,Sonic Shuffle,DC,Action,Sega,Sega,5.5,,,,,,2000-11-13, +/games/boxart/full_3850572AmericaFrontccc.png,Soon Shine,WiiU,Action,Dahku Creations,Dahku Creations,,,,,,,2014-08-14, +/games/boxart/full_sorcerer_891AmericaFront.jpg,Sorcerer,2600,Action,Mythicon,Mythicon,,,,,,,1983-01-01, +/games/boxart/7928357ccc.jpg,Sorcerer's Apprentice,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_soreike-anpanman-5tsu-no-tou-no-ousama_142JapanFront.jpg,Soreike! Anpanman: 5tsu no Tou no Ousama,GB,Action,Tamsoft,GRC,,,,,,,2000-11-23, +/games/boxart/full_1883357AmericaFrontccc.jpg,SOS,SNES,Action,Victory Lap Games,Human Entertainment,,,,,,,1994-04-01, +/games/boxart/full_3965537JapanFrontccc.jpg,Soukoban Densetsu: Hikari to Yamo no Kuni,GB,Action,J-Wing,J-Wing,,,,,,,1999-12-25, +/games/boxart/full_1457701JapanFrontccc.jpg,Soukyuu no Fafner,PSP,Action,Bandai,Bandai,,,,,,,2005-01-27, +/games/boxart/full_7905798AmericaFrontccc.png,Soul Guardians: Age of Midgard,And,Action,ZQGame,ZQGame,,,,,,,2014-06-10, +/games/boxart/full_9412046AmericaFrontccc.png,SoulCraft 2 - League of Angels,And,Action,MobileBits GmbH,MobileBits GmbH,,,,,,,2014-07-04, +/games/boxart/full_1635065AmericaFrontccc.jpg,SoundX,2600,Action,Unknown,Ed Federmeyer,,,,,,,1994-01-01, +/games/boxart/default.jpg,South Park,GB,Action,Unknown,Acclaim,,,,,,,, +/games/boxart/full_5851338AmericaFrontccc.jpg,Space Attack,2600,Action,Mattel Interactive,Mattel,,,,,,,1982-01-01, +/games/boxart/4820689ccc.jpg,Space Canyon,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, +/games/boxart/790574ccc.jpg,Space Dungeon,5200,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_2296097AmericaFrontccc.jpg,Space Hack,PC,Action,Meridian4,Rebelmind,,,,,,,2014-08-08,2018-07-19 +/games/boxart/full_space-hunter_4JapanFront.jpg,Space Hunter,NES,Action,Kemco,Kemco,,,,,,,1986-09-25, +/games/boxart/full_2966968PALFrontccc.jpg,Space Rebellion,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-12-08, +/games/boxart/49584ccc.jpg,Space Shuttle,5200,Action,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/1720222ccc.jpg,Space Shuttle Project,NES,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1991-11-01, +/games/boxart/2501187ccc.jpg,Space Shuttle: A Journey Into Space,2600,Action,Activision,Activision,,,,,,,1983-01-01, +/games/boxart/full_8104227AmericaFrontccc.jpg,Space Trader: Merchant Marine,PC,Action,Meridian4,Hermitworks Entertainment,,,,,,,2008-11-03, +/games/boxart/full_space-tunnel_747PALFront.jpg,Space Tunnel,2600,Action,Bit Corporation,Bit Corp.,,,,,,,1983-01-01, +/games/boxart/5606102ccc.jpg,Space War,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/8696110ccc.jpg,Spacechase,2600,Action,Apollo,Apollo,,,,,,,1981-01-01, +/games/boxart/full_9622579AmericaFrontccc.jpg,Spaceman,XBL,Action,Microsoft,buddrick,,,,,,,2009-08-01, +/games/boxart/full_spacemaster-x-7_502AmericaFront.jpg,Spacemaster X-7,2600,Action,20th Century Fox Video Games,Sirius Software,,,,,,,1983-01-01, +/games/boxart/6287797ccc.jpg,Spanky's Quest,GB,Action,Natsume,Natsume,,,,,,,1992-07-02, +/games/boxart/1214836ccc.gif,Spankys Quest,SNES,Action,Natsume,Natsume,,,,,,,1986-01-01, +/games/boxart/9159291ccc.jpg,Spawn,GB,Action,Konami,Konami,,,,,,,1999-09-15, +/games/boxart/334334ccc.jpg,Spawn: In the Demon's Hand,DC,Action,Capcom,Capcom,5.8,,,,,,2000-10-01, +/games/boxart/default.jpg,Spearfishing,PC,Action,Charlie Williams,Biart Studio's,,,,,,,2014-06-30, +/games/boxart/default.jpg,Spearfishing,XBL,Action,Unknown,Biart Studio's,,,,,,,, +/games/boxart/full_7030767AmericaFrontccc.jpg,Spectre,SNES,Action,CyberSoft,Synergistic Software,,,,,,,1994-05-01, +/games/boxart/full_9620489AmericaFrontccc.jpg,Spectre VR,PC,Action,Velocity Development,Velocity Development,,,,,,,1994-01-01, +/games/boxart/full_speedrunner-hd_264AmericaFront.jpg,SpeedRunner HD,XBL,Action,Microsoft,DoubleDutch Games,6,,,,,,2011-08-29, +/games/boxart/4572868ccc.jpg,Spider-Man,DC,Action,Activision,Treyarch,8.4,,,,,,2001-04-19, +/games/boxart/951381ccc.jpg,Spider-Man,PC,Action,Activision,Gray Matter,,,,,,,2001-09-17, +/games/boxart/5707208ccc.jpg,Spider-Man & Venom: Maximum Carnage,GEN,Action,Acclaim Entertainment,Software Creations,,,,,,,1994-09-18, +/games/boxart/3608773ccc.jpg,Spider-Man & Venom: Maximum Carnage,SNES,Action,LJN,Software Creations,,,,,,,1994-09-01, +/games/boxart/full_spider-man-2_617AmericaFront.gif,Spider-Man 2,NGage,Action,Nokia,Activision,5.8,,,,,,2004-07-06, +/games/boxart/full_7934268AmericaFrontccc.jpg,Spider-Man 2,PC,Action,Activision,The Fizz Factor,4.5,,,,,,2004-06-28, +/games/boxart/121677ccc.jpg,Spider-Man and the X-Men: Arcade's Revenge,GG,Action,Flying Edge,Flying Edge,,,,,,,1992-01-01, +/games/boxart/full_575817AmericaFrontccc.jpg,Spider-Man and Venom: Separation Anxiety,SNES,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-11-01, +/games/boxart/4411545ccc.jpg,Spider-Man and Venom: Separation Anxiety,GEN,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-06-21, +/games/boxart/8272567ccc.jpg,Spider-Man and Venom: Separation Anxiety,PC,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, +/games/boxart/full_spider-man-lethal-foes_10JapanFront.jpg,Spider-Man: Lethal Foes,SNES,Action,Epoch,Agenda,,,,,,,1995-03-17, +/games/boxart/full_spider-man-the-movie_526AmericaFront.jpg,Spider-Man: The Movie,PC,Action,Activision,Gray Matter,,,,,,,2002-04-14, +/games/boxart/full_spider-man-the-sinister-six_10AmericaFront.jpg,Spider-Man: The Sinister Six,PC,Action,Unknown,Brooklyn Multimedia,,,,,,,1996-01-01, +/games/boxart/7274537ccc.jpg,Spiderdroid,2600,Action,Unknown,Froggo,,,,,,,1983-01-01, +/games/boxart/full_8712607AmericaFrontccc.jpg,Spike's Peak,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_9626293AmericaFrontccc.jpg,SPIKEY WALLS,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2014-09-18,2018-01-05 +/games/boxart/default.jpg,Spirit Hunters Inc: Light,DSiW,Action,Unknown,Nnooo,,,,,,,, +/games/boxart/default.jpg,Spirit Hunters Inc: Shadow,DSiW,Action,Unknown,Nnooo,,,,,,,, +/games/boxart/full_3813832AmericaFrontccc.jpg,Spitfire Attack,2600,Action,Milton Bradley,Milton Bradley,,,,,,,1983-01-01, +/games/boxart/default.jpg,Spitting Image: The Computer Game,PC,Action,Unknown,Walking circles,,,,,,,, +/games/boxart/full_8765982AmericaFrontccc.jpeg,Splatter,PC,Action,Desura,Unknown,,,,,,,2013-07-23, +/games/boxart/full_8445780PALFrontccc.jpg,Splatter Master,PS2,Action,505 Games,Vingt-et-un Systems,,,,,,,2005-06-01, +/games/boxart/full_splatterhouse_10AmericaFront.jpg,Splatterhouse,PCE,Action,NEC,Namco,,,,,,,1990-01-01, +/games/boxart/full_splatterhouse_1AmericaFront.jpg,Splatterhouse,VC,Action,Namco Bandai,Namco,,,,,,,2007-03-19, +/games/boxart/full_splatterhouse_4JapanFront.jpg,Splatterhouse,PC,Action,Namco,Namco,,,,,,,2003-11-20, +/games/boxart/default.jpg,Splatterhouse (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-05-26, +/games/boxart/9578250ccc.jpg,Splatterhouse 2,GEN,Action,Namco,Namco,,,,,,,1992-01-01, +/games/boxart/2348999ccc.jpg,Splatterhouse 2,VC,Action,Namco Bandai,Namco,,,,,,,2008-08-04, +/games/boxart/full_splatterhouse-3_6AmericaFront.jpg,Splatterhouse 3,GEN,Action,Namco,Namco,,,,,,,1993-03-18, +/games/boxart/full_5941235JapanFrontccc.jpg,Splatterhouse: Wanpaku Graffiti,NES,Action,Namco,Namco,,,,,,,1989-07-31, +/games/boxart/8683431ccc.jpg,SpongeBob SquarePants: Legend of the Lost Spatula,GB,Action,THQ,Vicarious Visions,,,,,,,2001-03-14, +/games/boxart/full_8643361AmericaFrontccc.jpg,SpongeBob SquarePants: Operation Krabby Patty,PC,Action,THQ,Awesome Productions,,,,,,,2001-09-24, +/games/boxart/full_2709549AmericaFrontccc.png,SpongeBob SquarePants: The Yellow Avenger,PSN,Action,THQ,Tantalus Interactive,,,,,,,2009-09-30, +/games/boxart/full_9707769AmericaFrontccc.jpg,SpongeBob SquarePants: Underpants Slam!,XBL,Action,THQ,Blitz Arcade,,,,,,,2007-12-26, +/games/boxart/full_2524235AmericaFrontccc.png,Spooklands,And,Action,Unknown,Unknown,,,,,,,2014-08-20, +/games/boxart/full_4159450AmericaFrontccc.jpg,Spotto!,DSiW,Action,Nintendo,Intelligent Systems,,,,,,,2010-02-15, +/games/boxart/full_spring-break-in-zombie-usa_250AmericaFront.jpg,Spring Break In Zombie USA,XBL,Action,Microsoft,Raining Talent LLC,,,,,,,2010-11-24, +/games/boxart/9300587ccc.jpg,Springer,2600,Action,Tigervision,Tigervision,,,,,,,1982-01-01, +/games/boxart/default.jpg,"Sprint, Yankee Soul",And,Action,Square Enix,Square Enix,,,,,,,2014-07-31, +/games/boxart/full_3525317AmericaFrontccc.png,Spud's Quest,PC,Action,Unknown,Unknown,,,,,,,2014-07-31, +/games/boxart/full_sky-kids-all-the-time-in-the-world_866AmericaFront.jpg,Spy Kids: All the Time in the World,DS,Action,Majesco,OneNine Studios,,,,,,,2011-08-12, +/games/boxart/default.jpg,Spy Muppets: License to Croak,PC,Action,Unknown,Vicarious Visions,,,,,,,, +/games/boxart/7165297ccc.jpg,Spy vs Spy,GB,Action,First Star Software,Kemco,,,,,,,1992-09-01, +/games/boxart/full_9936765AmericaFrontccc.jpg,Spy vs Spy,MS,Action,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_5995580PALFrontccc.jpg,Spy vs Spy,PS2,Action,Unknown,WayForward Technologies,,,,,,,, +/games/boxart/3266622ccc.jpg,Spy vs Spy (GBC),GB,Action,Vatical Entertainment,Kemco,,,,,,,1999-06-01, +/games/boxart/default.jpg,Spy vs Spy: Arctic Antics,PC,Action,First Star Software,First Star Software,,,,,,,1987-01-01, +/games/boxart/full_9762908AmericaFrontccc.jpg,Spyro Superpack,GBA,Action,Vivendi Games,Digital Eclipse,,,,,,,2005-10-18, +/games/boxart/5565825ccc.jpg,Square Deal,GB,Action,DTMC,Hect,,,,,,,1992-04-01, +/games/boxart/9166089ccc.jpg,Squeeze Box,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/8336999ccc.jpg,Sssnake,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, +/games/boxart/full_140956AmericaFrontccc.jpeg,Stained,PC,Action,Desura,Unknown,,,,,,,2013-10-08, +/games/boxart/250485ccc.jpg,Stampede,2600,Action,Activision,Activision,,,,,,,1981-01-01, +/games/boxart/7769356ccc.jpg,Star Ship,2600,Action,Atari,Atari,,,,,,,1977-10-01, +/games/boxart/default.jpg,Star Ship Patrol,DSiW,Action,Unknown,Q-Games,,,,,,,, +/games/boxart/full_7117314AmericaFrontccc.jpg,Star Strike,SCD,Action,Good Night Brave Warrior,Good Deal Games,,,,,,,2000-01-01, +/games/boxart/5657648ccc.jpg,Star Trek,5200,Action,Sega,Sega,,,,,,,1983-01-01, +/games/boxart/default.jpg,Star Trek,X360,Action,Unknown,Digital Extremes,,,,,,,, +/games/boxart/default.jpg,Star Trek,PS3,Action,Unknown,Digital Extremes,,,,,,,, +/games/boxart/default.jpg,Star Trek,PC,Action,Unknown,Digital Extremes,,,,,,,, +/games/boxart/6380765ccc.jpg,Star Trek Generations: Beyond the Nexus,GB,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1994-11-01, +/games/boxart/default.jpg,Star Trek: Bridge Crew,PC,Action,Ubisoft,Red Storm Entertainment,,,,,,,2016-11-29,2018-08-12 +/games/boxart/62880ccc.jpg,Star Trek: Generations: Beyond the Nexus,GG,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1995-01-02, +/games/boxart/7541463ccc.jpg,Star Trek: Strategic Operations Simulator,2600,Action,Sega,Sega,,,,,,,1983-01-01, +/games/boxart/6127389ccc.jpg,Star Trek: The Next Generation,GB,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1993-06-01, +/games/boxart/full_star-trek-the-next-generation_336AmericaFront.jpg,Star Trek: The Next Generation,NES,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1993-09-01, +/games/boxart/6581640ccc.jpg,Star Voyager,2600,Action,I.Magic,Imagic,,,,,,,1982-01-01, +/games/boxart/full_3521567AmericaFrontccc.jpg,Star Voyager,NES,Action,Acclaim Entertainment,ASCII Entertainment,,,,,,,1987-09-01, +/games/boxart/full_2759367AmericaFrontccc.jpg,Star Wars,PC,Action,Broderbund,Atari,,,,,,,1987-01-01, +/games/boxart/full_2391667JapanFrontccc.jpg,Star Wars (Japan),NES,Action,Namco,Namco,,,,,,,1987-12-04, +/games/boxart/full_2117375AmericaFrontccc.jpg,Star Wars Episode 1: Jedi Power Battles,DC,Action,LucasArts,LucasArts,7.4,,,,,,2000-10-18, +/games/boxart/full_star-wars-episode-i-obi-wans-adventures_323AmericaFront.jpg,Star Wars Episode I: Obi-Wan's Adventures,GB,Action,THQ,HotGen Studios,,,,,,,2000-11-27, +/games/boxart/1118842ccc.jpg,Star Wars Return of The Jedi: Death Star Battle,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_4526127AmericaFrontccc.png,Star Wars The Clone Wars: Republic Heroes,PSN,Action,LucasArts,LucasArts,,,,,,,2009-11-04, +/games/boxart/7338086ccc.jpg,Star Wars: Death Star Battle,5200,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/8976855ccc.jpg,Star Wars: Jedi Arena,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_1872265AmericaFrontccc.jpg,Star Wars: Shadows of the Empire,PC,Action,LucasArts,LucasArts,,,,,,,1997-09-17, +/games/boxart/1734968ccc.jpg,Star Wars: The Arcade Game,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/2002812ccc.jpg,Star Wars: The Arcade Game,5200,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_9371009AmericaFrontccc.png,Star Wars: The Force Unleashed,PSN,Action,LucasArts,Krome Studios,,,,,,,2009-10-01, +/games/boxart/full_star-wars-the-force-unleashed-hoth-mission-pack_154AmericaFront.jpg,Star Wars: The Force Unleashed - Hoth Mission Pack,XBL,Action,LucasArts,LucasArts,,,,,,,2010-02-22, +/games/boxart/full_star-wars-the-force-unleashed-hoth-mission-pack_510AmericaFront.jpg,Star Wars: The Force Unleashed - Hoth Mission Pack,PSN,Action,LucasArts,LucasArts,,,,,,,2010-02-22, +/games/boxart/full_star-wars-the-force-unleashed-jedi-temple-mission-pack_621AmericaFront.jpg,Star Wars: The Force Unleashed - Jedi Temple Mission Pack,XBL,Action,LucasArts,LucasArts,,,,,,,2008-04-12, +/games/boxart/default.jpg,Star Wars: The Force Unleashed - Jedi Temple Mission Pack,PSN,Action,Unknown,LucasArts,,,,,,,, +/games/boxart/full_star-wars-the-force-unleashed-ii-tatooine-mission-pack_129AmericaFront.jpg,Star Wars: The Force Unleashed - Tatooine Mission Pack,XBL,Action,LucasArts,LucasArts,,,,,,,2009-08-27, +/games/boxart/default.jpg,Star Wars: The Force Unleashed - Tatooine Mission Pack,PSN,Action,LucasArts,LucasArts,,,,,,,2009-08-27, +/games/boxart/default.jpg,Star Wars: The Force Unleashed - Tatooine Mission Pack,XBL,Action,Unknown,LucasArts,,,,,,,, +/games/boxart/full_8921170AmericaFrontccc.jpg,Star Wars: The Force Unleashed - Ultimate Sith Edition,X360,Action,LucasArts,LucasArts,,,,,,,2009-11-03, +/games/boxart/full_7566957AmericaFrontccc.jpg,Star Wars: The Force Unleashed - Ultimate Sith Edition,PC,Action,LucasArts,LucasArts,,,,,,,2009-11-03, +/games/boxart/full_star-wars-the-force-unleashed-ii_863AmericaFront.jpg,Star Wars: The Force Unleashed II,XBL,Action,LucasArts,LucasArts,6.3,,,,,,2011-09-20, +/games/boxart/full_star-wars-the-force-unleashed-ii-endor-dlc_141AmericaFront.jpg,Star Wars: The Force Unleashed II - Endor Bonus Mission,XBL,Action,LucasArts,LucasArts,6,,,,,,2010-12-14, +/games/boxart/full_star-wars-the-force-unleashed-ii-endor-dlc_798AmericaFront.jpg,Star Wars: The Force Unleashed II - Endor Bonus Mission,PC,Action,LucasArts,LucasArts,,,,,,,2011-02-20, +/games/boxart/full_star-wars-the-force-unleashed-ii-endor-dlc_98AmericaFront.jpg,Star Wars: The Force Unleashed II - Endor Bonus Mission,PSN,Action,LucasArts,LucasArts,,,,,,,2010-12-14, +/games/boxart/full_star-wars-episode-ii-the-new-droid-army_610AmericaFront.jpg,Star Wars: The New Droid Army,GBA,Action,THQ,Helixe,,,,,,,2002-11-14, +/games/boxart/9129554ccc.jpg,Stargunner,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, +/games/boxart/full_3896273AmericaFrontccc.jpg,StarPilot,XBL,Action,Microsoft,jsmars,,,,,,,2008-11-22, +/games/boxart/full_3960820AmericaFrontccc.jpg,Starship Defense,DSiW,Action,Nintendo,Q Games,8.5,,,,,,2010-01-18, +/games/boxart/full_9056826AmericaFrontccc.jpg,State of Emergency,PC,Action,Global Star Software,VIS Entertainment,,,,,,,2003-07-29, +/games/boxart/full_steam-heroes_39AmericaFront.jpg,Steam Heroes,XBL,Action,Microsoft,ProjectorGames,,,,,,,2010-10-30, +/games/boxart/full_8413942AmericaFrontccc.png,Steel Avengers,And,Action,Koramgame.com,Koramgame.com,,,,,,,2014-08-08, +/games/boxart/full_5797270AmericaFrontccc.png,Steel Diver: Sub Wars,3DS,Action,Nintendo,Nintendo EAD,,,,,,,2014-02-13,2018-04-14 +/games/boxart/full_2540AmericaFrontccc.png,Steel Empire (3DS),3DS,Action,Teyon Entertainment,Mebius,,,,,,,2014-07-31, +/games/boxart/9106336ccc.jpg,Stellar Fire,SCD,Action,Dynamix,Dynamix,,,,,,,1993-01-01, +/games/boxart/2711633ccc.jpg,Stellar Track,2600,Action,Sears,Sears,,,,,,,1981-01-01, +/games/boxart/full_stick-em-up-2_715AmericaFront.jpg,Stick 'Em Up 2,XBL,Action,Microsoft,JJCgames,,,,,,,2011-06-30, +/games/boxart/2807156ccc.jpg,Stolen,XB,Action,Hip Interactive,Blue 52,,,,,,,2005-04-22, +/games/boxart/full_4322227AmericaFrontccc.jpeg,Stonerid,PC,Action,Unknown,Unknown,,,,,,,2013-12-18, +/games/boxart/full_86563AmericaFrontccc.jpg,Stop Stress: A Day of Fury,WW,Action,Abylight,Abylight,,,,,,,2009-12-07, +/games/boxart/7531801ccc.jpg,Stop That Roach!,GB,Action,KOEI,Koei,,,,,,,1994-01-02, +/games/boxart/full_2873986AmericaFrontccc.jpg,StormLord,GEN,Action,Razorsoft,Punk Development,,,,,,,1990-01-01, +/games/boxart/full_2473793JapanFrontccc.jpg,Strahl: Hi no Rareshi Nanatsu no Hikari,SAT,Action,Media Entertainment,Data East,,,,,,,1995-11-24, +/games/boxart/full_4489800PALFrontccc.jpg,Strawberry Shortcake: Ice Cream Island Riding Camp,GBA,Action,Game Factory,Gorilla Systems Corporation,,,,,,,2006-02-03, +/games/boxart/2124216ccc.jpg,Strawberry Shortcake: Musical Match-ups,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_742882PALFrontccc.jpg,Street Boyz,PS2,Action,505 Games,D3 Publisher,,,,,,,2005-11-16, +/games/boxart/full_street-cop_798AmericaFront.jpg,Street Cop,NES,Action,Bandai,Bandai,,,,,,,1989-06-01, +/games/boxart/2834256ccc.jpg,Street Fighter 2010: The Final Fight,NES,Action,Capcom,Capcom,,,,,,,1990-08-03, +/games/boxart/full_street-survival_918AmericaFront.jpg,Street Survival,XBL,Action,Microsoft,steveo0209,,,,,,,2011-09-12, +/games/boxart/full_4965861AmericaFrontccc.jpg,Street Trace: NYC,XBL,Action,Gaia Industries,Gaia Industries,,,,,,,2007-08-22, +/games/boxart/full_8290660PALFrontccc.jpg,Street Warrior,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2007-01-12, +/games/boxart/6222001ccc.jpg,Streets of Rage,GG,Action,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/default.jpg,Streets of Rage,XBL,Action,Unknown,Backbone Entertainment,,,,,,,, +/games/boxart/full_1644863AmericaFrontccc.jpg,Streets of Rage,VC,Action,Sega,Sega,,,,,,,2007-02-19, +/games/boxart/full_5391696PALFrontccc.jpg,Streets of Rage,MS,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_streets-of-rage_982AmericaFront.jpg,Streets of Rage,PC,Action,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/full_2980317AmericaFrontccc.jpg,Streets of Rage 2,GEN,Action,Sega,Sega,,,,,,,1992-12-20, +/games/boxart/6755634ccc.jpg,Streets of Rage 2,GG,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_2666352AmericaFrontccc.jpg,Streets of Rage 2,VC,Action,Sega,Sega,,,,,,,2007-05-21, +/games/boxart/full_9872593AmericaFrontccc.jpg,Streets of Rage 2,XBL,Action,Sega,Backbone Entertainment,,,,,,,2007-08-29, +/games/boxart/4654400ccc.jpg,Streets of Rage 3,VC,Action,Sega,Sega,,,,,,,2007-09-24, +/games/boxart/full_3161140PALFrontccc.jpg,Streets of Rage II,MS,Action,Tec Toy,Sega,,,,,,,1995-01-01, +/games/boxart/full_streets-of-rage-ii_899AmericaFront.jpg,Streets of Rage II,PC,Action,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/full_streets-of-rage-ii_850AmericaFront.jpg,Streets of Rage II,PSN,Action,Sega,Sega,,,,,,,2011-06-14, +/games/boxart/8980020ccc.jpg,Strike Commander,PC,Action,Origin Systems,Origin Systems,,,,,,,1992-01-01, +/games/boxart/full_5175302AmericaFrontccc.png,Strike Force Foxx,3DS,Action,Big John Games,Big John Games,,,,,,,2014-07-17, +/games/boxart/full_8452531AmericaFrontccc.jpg,Strike Suit Zero,PC,Action,Born Ready Games,Born Ready Games Ltd.,,,,,,,2013-01-23,2019-03-29 +/games/boxart/full_stuart-little-the-journey-home_60AmericaFront.jpg,Stuart Little: The Journey Home,GB,Action,Activision,Tiertex Design Studios,,,,,,,2001-08-24, +/games/boxart/full_3748719AmericaFrontccc.jpg,Stubbs the Zombie in Rebel Without a Pulse,XBL,Action,Aspyr,Wideload Games Inc.,,,,,,,2008-05-19, +/games/boxart/full_stubbs-the-zombie-in-rebel-without-a-pulse_6AmericaFront.jpg,Stubbs the Zombie in Rebel Without a Pulse,PC,Action,Aspyr,Wideload Games,,,,,,,2005-11-21, +/games/boxart/4728262ccc.jpg,Stuntman,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, +/games/boxart/default.jpg,Su Doku Classic,PC,Action,Unknown,Unknown,,,,,,,2011-09-08, +/games/boxart/1331642ccc.jpg,Sub Scan,2600,Action,Sega,Sega,,,,,,,1982-01-01, +/games/boxart/72719ccc.jpg,Submarine Commander,2600,Action,Sears,Sears,,,,,,,1982-01-01, +/games/boxart/6570480ccc.jpg,Subterranea,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/full_897407JapanFrontccc.jpg,Sugar Sugar Rune: Heart Ga Ippai! Moegi Gakuen,GBA,Action,Bandai,Bandai,,,,,,,2005-12-08, +/games/boxart/full_6966132JapanFrontccc.jpg,Sugar Sugar Rune: Koimo Osharemo Pick-Up,PS2,Action,Bandai,Bandai,,,,,,,2005-12-15, +/games/boxart/full_5353552AmericaFrontccc.jpeg,SUGURI,PC,Action,Rockin' Android,Rockin' Android,,,,,,,2014-07-01, +/games/boxart/9838688ccc.jpg,Suicide Mission,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, +/games/boxart/full_417761JapanFrontccc.jpg,Sukeban Shachou Rena Wii,Wii,Action,Jorudan,Jorudan,,,,,,,2009-10-22, +/games/boxart/full_4171767AmericaFrontccc.jpg,Summer Camp Showdown,Wii,Action,Unknown,Digital Embryo,,,,,,,, +/games/boxart/default.jpg,Summoner War,3DS,Action,Zoo Games,Zoo Games,,,,,,,2011-09-27, +/games/boxart/6273329ccc.jpg,Sumo Fighter,GB,Action,DTMC,KID,,,,,,,1993-03-31, +/games/boxart/1100565ccc.jpg,Super Alfred Chicken,SNES,Action,Mindscape,Twilight Games,,,,,,,1994-02-01, +/games/boxart/full_super-bikkuriman-densetsu-no-sekiban_618JapanFront.jpg,Super BikkuriMan: Densetsu no Sekiban,GB,Action,Yutaka,Yutaka,,,,,,,1992-12-11, +/games/boxart/5741899ccc.jpg,Super Buster Bros.,SNES,Action,Capcom,Capcom / Mitchell Corporation,,,,,,,1992-08-07, +/games/boxart/full_1488663JapanFrontccc.jpg,Super Chinese I+II Advance,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-06-24, +/games/boxart/8560760ccc.jpg,Super Cobra,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/8618679ccc.jpg,Super Cobra,5200,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_2206594AmericaFrontccc.jpg,Super Comboman,PC,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 +/games/boxart/full_3900173AmericaFrontccc.jpg,Super Comboman,OSX,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 +/games/boxart/full_250853JapanFrontccc.jpg,Super Dimension Fortress Macross VO,PC,Action,Bothtec,Bothtec,,,,,,,2002-07-04, +/games/boxart/1346016ccc.jpg,Super Double Dragon,SNES,Action,Tradewest,Technos Japan Corporation,,,,,,,1992-10-01, +/games/boxart/full_9145844AmericaFrontccc.jpg,Super Dungeon Bros,XOne,Action,Wired Productions,React Games,,,,,,,2016-11-01,2018-09-16 +/games/boxart/full_6447025AmericaFrontccc.jpg,Super Dungeon Bros,PC,Action,THQ Nordic,React Games,,,,,,,2016-11-01, +/games/boxart/full_super-glove-ball_10AmericaFront.jpg,Super Glove Ball,NES,Action,Mattel Interactive,Rare Ltd.,,,,,,,1990-10-01, +/games/boxart/full_4603668AmericaFrontccc.png,Super Heavy Sword,And,Action,Monster Robot Studios,Monster Robot Studios,,,,,,,2014-07-24, +/games/boxart/7872382ccc.jpg,Super Huey,7800,Action,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/9200048ccc.jpg,Super Hunchback,GB,Action,Ocean,Ocean,,,,,,,1992-04-01, +/games/boxart/304642ccc.jpg,Super Magnetic Neo,DC,Action,Crave Entertainment,Genki,6.4,,,,,,2000-06-12, +/games/boxart/full_2807271AmericaFrontccc.jpeg,Super Panda Adventures,PC,Action,Unknown,Unknown,,,,,,,2014-07-14, +/games/boxart/5651387ccc.jpg,Super Skateboardin',7800,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-01-01, +/games/boxart/2651059ccc.jpg,Super Skweek,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/full_super-stardust-delta_741AmericaFront.jpg,Super Stardust Delta,PSV,Action,Sony Computer Entertainment,SCEA,,,,,,,2012-02-22, +/games/boxart/full_9054310AmericaFrontccc.png,Super Trench Attack!,PC,Action,Unknown,Unknown,,,,,,,2014-07-24, +/games/boxart/full_5510984AmericaFrontccc.jpeg,Supercharged Robot Vulkaiser,PC,Action,SCEA Studio San Diego,Astro Port,,,,,,,2015-06-04, +/games/boxart/5974510ccc.jpg,Superman,GEN,Action,Sunsoft,SunSoft,,,,,,,1992-01-01, +/games/boxart/8307724ccc.gif,Superman Returns,XB,Action,Electronic Arts,EA Tiburon,5.6,,,,,,2006-11-20, +/games/boxart/full_5155772AmericaFrontccc.jpg,Superman Returns,PS2,Action,Electronic Arts,EA Tiburon,5.4,,,,,,2006-11-20, +/games/boxart/full_813432AmericaFrontccc.jpg,Superman Returns: Fortress of Solitude,GBA,Action,Electronic Arts,EA Tiburon,,,,,,,2006-11-20, +/games/boxart/full_7973858PALFrontccc.jpg,Supernaturals,GIZ,Action,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/3224082ccc.jpg,Surf Ninjas,GG,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_471205AmericaFrontccc.jpg,Surfer's Paradise but Danger below!,2600,Action,Unknown,Video Gems,,,,,,,1983-01-01, +/games/boxart/4705389ccc.jpg,Surgical Strike,SCD,Action,Sega,The Code Monkeys,,,,,,,1993-01-01, +/games/boxart/9536808ccc.jpg,Surround,2600,Action,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_470833AmericaFrontccc.jpg,Survival Island,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, +/games/boxart/full_9063243AmericaFrontccc.jpg,Survival Run,2600,Action,Milton Bradley,Milton Bradley,,,,,,,1983-01-01, +/games/boxart/full_swamp-thing_676AmericaFront.jpg,Swamp Thing,NES,Action,THQ,Imagineering Inc.,,,,,,,1992-12-01, +/games/boxart/full_swashbuckel-ur-seatbelts_384AmericaFront.jpg,SWASHBUCKEL UR SEATBELTS,XBL,Action,Microsoft,GHXYK2,,,,,,,2011-08-12, +/games/boxart/full_swashbuckler_632AmericaFront.jpg,Swashbuckler,PC,Action,Unknown,"Datamost, Inc",,,,,,,1985-01-01, +/games/boxart/full_swashbucklers-blue-vs-grey_0AmericaFront.jpg,Swashbucklers: Blue vs. Grey,PS2,Action,Atari,Akella,,,,,,,2007-11-20, +/games/boxart/full_swashbucklers-blue-vs-grey_9AmericaFront.jpg,Swashbucklers: Blue vs. Grey,PC,Action,1C Company,Akella,,,,,,,2007-11-08, +/games/boxart/full_826474PALFrontccc.jpg,Swat Siege,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-11-24, +/games/boxart/full_1414634JapanFrontccc.jpg,Sweet Cookie Pie,GBA,Action,Culture Brain,Culture Brain,,,,,,,2001-12-21, +/games/boxart/full_1780062AmericaFrontccc.png,Swing Copters,And,Action,Dong Nguyen,Dong Nguyen,,,,,,,2014-08-20, +/games/boxart/4245395ccc.jpg,Switchblade II,Lynx,Action,Atari,Gremlin Interactive,,,,,,,1992-01-01, +/games/boxart/full_4341715AmericaFrontccc.jpg,Sword of Saros,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, +/games/boxart/full_9878734AmericaFrontccc.jpg,Sword of Sodan,GEN,Action,Electronic Arts,Innerprise Software,,,,,,,1990-01-01, +/games/boxart/full_7795873AmericaFrontccc.jpg,Sword of the Berserk: Guts' Rage,DC,Action,Eidos Interactive,Yuke's Future Media Creators,7.9,,,,,,2000-02-29, +/games/boxart/full_8935673AmericaFrontccc.jpg,Swordfight,2600,Action,Unknown,INTV,,,,,,,2000-01-01, +/games/boxart/4532845ccc.jpg,Swordquest: EarthWorld,2600,Action,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/9021842ccc.jpg,Swordquest: WaterWorld,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_2554608PALFrontccc.jpg,Swords of Destiny,PS2,Action,Rising Star,Artoon,,,,,,,2006-06-30, +/games/boxart/default.jpg,Table Top Racing,PSV,Action,Playrise Edge Ltd.,Playrise Edge Ltd.,,,,,,,2014-08-05, +/games/boxart/9275193ccc.jpg,Tac-Scan,2600,Action,Sega,Sega,,,,,,,1982-01-01, +/games/boxart/full_7603107AmericaFrontccc.jpg,Tachyon Project,PS4,Action,Eclipse Games,Eclipse Games,,,,,,,2016-01-19, +/games/boxart/full_9859482AmericaFrontccc.jpg,Tachyon Project,XOne,Action,Eclipse Games,Eclipse Games,,,,,,,2015-07-15, +/games/boxart/full_3334343AmericaFrontccc.jpg,Tachyon Project,PC,Action,Eclipse Games,Eclipse Games,,,,,,,2015-07-15, +/games/boxart/full_taiketsu-rooms_10JapanFront.jpg,Taiketsu! Rooms,3DO,Action,Sanyei Shobou,Sanyei Shobou,,,,,,,1995-08-07, +/games/boxart/default.jpg,Taikokenchi,WW,Action,Perpetuum Game,Perpetuum Game,,,,,,,2009-11-24, +/games/boxart/full_takeda-shingen_10JapanFront.jpg,Takeda Shingen,PCE,Action,Aicom,Aicom,,,,,,,1989-07-28, +/games/boxart/full_7776335JapanFrontccc.jpg,Tamagotchi no Furifuri Kagekidan,Wii,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-12-06, +/games/boxart/851461ccc.jpg,Tank Command,7800,Action,Unknown,Froggo,,,,,,,1988-01-01, +/games/boxart/full_8328680PALFrontccc.jpg,Tank Elite,PS2,Action,Agetec,Vingt-et-un Systems,,,,,,,2004-02-27, +/games/boxart/default.jpg,Tank Force,VC,Action,Namco Bandai,Namco,,,,,,,2009-11-10, +/games/boxart/5308463ccc.jpg,Tanks But No Tanks,2600,Action,Unknown,Zimag,,,,,,,1982-01-01, +/games/boxart/default.jpg,Tap 5 Differences,And,Action,Unknown,Unknown,,,,,,,2014-09-22, +/games/boxart/6806746ccc.jpg,Tape Worm,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, +/games/boxart/839923ccc.jpg,Tapper,2600,Action,Sega,Sega,,,,,,,1983-01-01, +/games/boxart/full_target-renegade_8AmericaFront.jpg,Target: Renegade,NES,Action,Taito,Software Creations,,,,,,,1990-03-01, +/games/boxart/full_207343AmericaFrontccc.jpg,Tartaros,XBL,Action,Microsoft,Enomiya,,,,,,,2009-09-23, +/games/boxart/9164061ccc.jpg,Task Force,2600,Action,Unknown,Froggo,,,,,,,1983-01-01, +/games/boxart/9776902ccc.jpg,Tasmania Story,GB,Action,FCI,"FCI, Inc.",,,,,,,1991-04-01, +/games/boxart/full_ryuu-no-ko-fighter_10JapanFront.jpg,Tatsu no Ko Fighter,PCE,Action,Tonkin House,Tonkin House,,,,,,,1989-10-20, +/games/boxart/8844536ccc.jpg,Tax Avoiders,2600,Action,Unknown,Dunhill Electronics,,,,,,,1982-01-01, +/games/boxart/9428374ccc.jpg,Taz,2600,Action,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/default.jpg,Techno Cop,PC,Action,Unknown,Gray Matter,,,,,,,, +/games/boxart/full_8787316AmericaFrontccc.jpg,TechnoClash,GEN,Action,Electronic Arts,Zono Inc.,,,,,,,1993-01-01, +/games/boxart/full_4107409AmericaFrontccc.jpg,Technocop,GEN,Action,Razorsoft,Razor Soft,,,,,,,1990-01-01, +/games/boxart/6289687ccc.jpg,Teen Titans,XB,Action,THQ,Artificial Mind and Movement,6.6,,,,,,2006-11-13, +/games/boxart/full_teen-titans-2_413AmericaFront.jpg,Teen Titans 2,GBA,Action,Majesco,Artificial Mind and Movement,5,,,,,,2006-10-23, +/games/boxart/full_1496981AmericaFrontccc.png,Teenage Mutant Ninja Turtles,And,Action,Nickelodeon,Nickelodeon,,,,,,,2014-07-23, +/games/boxart/full_1074446AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 1989 Classic Arcade,XBL,Action,Ubisoft,Digital Eclipse,,,,,,,2007-03-14, +/games/boxart/6867157ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,PC,Action,Konami,Konami,,,,,,,2004-10-29, +/games/boxart/full_teenage-mutant-ninja-turtles-ii-the-arcade-game_9PALFront.jpg,Teenage Mutant Ninja Turtles II: The Arcade Game,PC,Action,Konami,Konami,,,,,,,1992-01-01, +/games/boxart/full_3344402AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles IV: Turtles in Time,SNES,Action,Konami,Konami,,,,,,,1992-01-01, +/games/boxart/full_9743025PALFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PC,Action,Activision,PlatinumGames,,,,,,,2016-05-24,2018-04-15 +/games/boxart/full_2004510AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Hyperstone Heist,GEN,Action,Konami,Konami,,,,,,,1992-12-21, +/games/boxart/full_1540662AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Training Lair,XBL,Action,Microsoft Studios,Krome Studios,,,,,,,2014-07-22,2018-10-08 +/games/boxart/full_2393280AmericaFrontccc.png,Teenage Mutant Ninja Turtles: Turtles In Time Re-Shelled,PSN,Action,Ubisoft,Ubisoft Singapore,5.9,,,,,,2009-09-10, +/games/boxart/full_5594673AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Turtles In Time Re-Shelled,XBL,Action,Ubisoft,Ubisoft Singapore,5,,,,,,2009-08-05, +/games/boxart/full_tehra-dark-warrior_6PALFront.jpg,Tehra Dark Warrior,PSN,Action,StormBASIC,StormBasic Games,,,,,,,2010-06-15, +/games/boxart/full_2157656JapanFrontccc.jpg,Tenchi O Kurau II,SAT,Action,Capcom,Capcom,,,,,,,1996-09-06, +/games/boxart/full_9419406JapanFrontccc.jpg,Tenchu Kurenai Portable,PSP,Action,From Software,From Software,,,,,,,2010-01-28, +/games/boxart/full_3427307AmericaFrontccc.jpg,Tenchu: Shadow Assault,XBL,Action,From Software,From Software,,,,,,,2008-10-08,2018-04-22 +/games/boxart/full_2122713JapanFrontccc.jpg,Tenchu: Shinobi Hyakusen,PS,Action,Sony Music Entertainment,Acquire,,,,,,,1999-11-11, +/games/boxart/full_6123742JapanFrontccc.jpg,Tenchu: Shinobi-Gaisen,PS,Action,Sony Music Entertainment,Acquire,,,,,,,1999-02-25, +/games/boxart/full_2047977JapanFrontccc.jpg,Tengai Makyou: Karakuri Kakutoden,PCFX,Action,Hudson Soft,Hudson Soft,,,,,,,1995-07-28, +/games/boxart/full_tenkuu-no-symphonia_165JapanFront.jpg,Tenkuu no Symphonia,PC,Action,F&C,Cocktail Soft,,,,,,,2004-11-26, +/games/boxart/full_tensai-bakabon_8JapanFront.jpg,Tensai Bakabon,MS,Action,Sega,Sega,,,,,,,1988-06-02, +/games/boxart/full_40946AmericaFrontccc.jpg,Terminal Velocity,PC,Action,3D Realms,Terminal Reality,,,,,,,1995-05-31, +/games/boxart/full_3669791AmericaFrontccc.jpg,Terminator 2 Judgment Day,GEN,Action,Acclaim Entertainment,Bits Studios,,,,,,,1995-01-01, +/games/boxart/full_2772329AmericaFrontccc.jpg,Terminator 2: Judgment Day,SNES,Action,LJN,Bits Studios,,,,,,,1993-11-01, +/games/boxart/full_terminator-2-judgment-day_8PALFront.jpg,Terminator 2: Judgment Day,PC,Action,LJN,Ocean,,,,,,,1991-01-01, +/games/boxart/default.jpg,Terminator Salvation(not announced),PSP,Action,Unknown,GRIN,,,,,,,, +/games/boxart/full_5095495AmericaFrontccc.png,Terrian Saga: KR-17,PC,Action,Digital Tribe Games,Unknown,,,,,,,2014-07-09, +/games/boxart/default.jpg,Terror of the Stratus,PSP,Action,Unknown,Nude Maker,,,,,,,, +/games/boxart/full_728831JapanFrontccc.jpg,Tetsujin 28-Gou,PS2,Action,Bandai,Sandlot,,,,,,,2004-07-01, +/games/boxart/5601173ccc.jpg,Texas Chainsaw Massacre,2600,Action,Unknown,Wizard Video Games,,,,,,,1983-03-14, +/games/boxart/default.jpg,The Addams Family,PC,Action,Unknown,GameFabrique,,,,,,,2006-08-18, +/games/boxart/full_the-adventures-of-batman-amp-robin_6AmericaFront.jpg,The Adventures of Batman & Robin,SNES,Action,Konami,Konami,,,,,,,1994-12-01, +/games/boxart/3982738ccc.jpg,The Adventures of Batman & Robin,GG,Action,Sega,Novotrade International,,,,,,,1995-01-01, +/games/boxart/8886596ccc.jpg,The Adventures of Batman & Robin,GEN,Action,Sega,Clockwork Games,,,,,,,1995-01-01, +/games/boxart/8171402ccc.jpg,The Adventures of Batman & Robin,SCD,Action,Sega,Clockwork Games,,,,,,,1995-04-02, +/games/boxart/full_the-adventures-of-bayou-billy_512AmericaFront.jpg,The Adventures of Bayou Billy,NES,Action,Konami,Konami,,,,,,,1989-06-01, +/games/boxart/full_3005884AmericaFrontccc.jpg,The Adventures of Jimmy Neutron Boy Genius vs. Jimmy Negatron,PC,Action,THQ,THQ,,,,,,,2003-01-01, +/games/boxart/full_the-amazing-spider-man_698AmericaFront.jpg,The Amazing Spider-Man,GB,Action,LJN,Rare Ltd.,,,,,,,1990-07-01, +/games/boxart/8460353ccc.jpg,The Amazing Spider-Man 2,GB,Action,LJN,Bits Studios,,,,,,,1992-08-01, +/games/boxart/full_the-amazing-spider-man-and-captain-america-in-doctor-dooms-revenge_7AmericaFront.jpg,The Amazing Spider-Man and Captain America in Doctor Doom's Revenge!,PC,Action,Unknown,Paragon Software Corporation,,,,,,,1989-01-01, +/games/boxart/6621703ccc.jpg,The Amazing Spider-Man vs. the Kingpin,SCD,Action,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_8947758AmericaFrontccc.jpg,The Amazing Virtual Sea-Monkeys,GBA,Action,Unknown,Elo Interactive,,,,,,,, +/games/boxart/full_3142243AmericaFrontccc.jpg,The Answer To Life,XBL,Action,Microsoft,Clay Schubiner,,,,,,,2009-09-03, +/games/boxart/default.jpg,The Asterisk War: The Academy City of the Water Houka Kenran,PSV,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2016-01-28, +/games/boxart/full_9868583AmericaFrontccc.jpg,The Ballet of Light and Shadow,XBL,Action,Microsoft,Vandash,,,,,,,2009-02-25, +/games/boxart/full_8683192AmericaFrontccc.jpg,The Bard's Tale,PC,Action,inXile Entertainment,InXile Entertainment,,,,,,,2005-06-27, +/games/boxart/full_the-battle-of-olympus_1AmericaFront.jpg,The Battle of Olympus,NES,Action,Broderbund,Infinity,,,,,,,1989-12-01, +/games/boxart/full_the-battle-of-olympus_2PALFront.jpg,The Battle of Olympus,GB,Action,Imagineer,Radical Entertainment,,,,,,,1993-01-01, +/games/boxart/default.jpg,The Battle Robo: Daikyoutou Scramble,3DS,Action,D3Publisher,MUTAN,,,,,,,2014-08-07,2018-09-05 +/games/boxart/7833517ccc.jpg,The Berenstain Bears' Camping Adventure,GEN,Action,Sega,Realtime Associates,,,,,,,1993-01-01, +/games/boxart/9101218ccc.jpg,The Berenstain Bears: Camping Adventure,GG,Action,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_3718795JapanFrontccc.jpg,The Berlin Wall,GG,Action,Kaneko Co. Ltd,Kaneko,,,,,,,1991-11-29, +/games/boxart/full_8919541AmericaFrontccc.jpg,The Binding of Isaac,OSX,Action,Edmund McMillen,Edmund McMillen,,,,,,,2011-09-28,2018-12-01 +/games/boxart/full_6491564AmericaFrontccc.jpg,The Binding of Isaac,Linux,Action,Edmund McMillen,Edmund McMillen,,,,,,,2011-09-28,2018-12-01 +/games/boxart/full_8150250AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,XOne,Action,Nicalis,Nicalis,,,,,,,2015-07-24,2018-08-06 +/games/boxart/full_6588637AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,Linux,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 +/games/boxart/full_1962048AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,OSX,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 +/games/boxart/full_7594100AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,PS4,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 +/games/boxart/full_3133972AmericaFrontccc.png,The Binding of Isaac: Rebirth,WiiU,Action,Nicalis,Nicalis,,,,,,,2015-07-23,2018-08-06 +/games/boxart/full_8885903AmericaFrontccc.png,The Binding of Isaac: Rebirth,3DS,Action,Nicalis,Nicalis,,,,,,,2015-07-23,2018-08-06 +/games/boxart/full_4029062AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,PSV,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 +/games/boxart/full_the-california-raisins_822AmericaFront.jpg,The California Raisins,PC,Action,Unknown,"Starsoft Development Laboratories, Inc.",,,,,,,1988-01-01, +/games/boxart/full_the-cannon_546AmericaFront.jpg,The Cannon,XBL,Action,Microsoft,Gingerlink,,,,,,,2011-07-18, +/games/boxart/3917521ccc.jpg,The Challenge of... Nexar,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, +/games/boxart/full_4939447AmericaFrontccc.jpg,The Combatribes,SNES,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-03-01, +/games/boxart/full_6487197AmericaFrontccc.jpg,The Combatribes,VC,Action,Aksys Games,Technos Japan Corporation,,,,,,,2009-11-30, +/games/boxart/full_5982117AmericaFrontccc.png,The Con,PSN,Action,Sony Computer Entertainment,SCEA,,,,,,,2008-05-21, +/games/boxart/3646469ccc.jpg,The Crow: City of Angels,SAT,Action,Acclaim Entertainment,Gray Matter,,,,,,,1997-03-12, +/games/boxart/default.jpg,The Crow: City of Angels,PC,Action,Acclaim Entertainment,Gray Matter,,,,,,,1997-01-01, +/games/boxart/full_7806451AmericaFrontccc.jpg,The Da Vinci Code,PC,Action,2K Games,Double Helix Games,,,,,,,2006-05-19, +/games/boxart/3120084ccc.jpg,The Death and Return of Superman,SNES,Action,Sunsoft,Blizzard Entertainment,,,,,,,1994-08-01, +/games/boxart/1397255ccc.jpg,The Death and Return of Superman,GEN,Action,Sunsoft,Blizzard Entertainment,,,,,,,1995-01-01, +/games/boxart/full_9997153AmericaFrontccc.jpg,The Devil Inside,PC,Action,TalonSoft,Cryo Interactive,,,,,,,2000-11-09, +/games/boxart/full_3939820AmericaFrontccc.jpg,The Dishwasher: Dead Samurai,XBL,Action,Microsoft,Ska Studios,7.7,,,,,,2009-04-01, +/games/boxart/full_the-dishwasher-vampire-smile_452AmericaFront.jpg,The Dishwasher: Vampire Smile,XBL,Action,Microsoft,Ska Studios,8.2,,,,,,2011-04-06, +/games/boxart/full_1985236AmericaFrontccc.jpg,The Earth Dies Screaming,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1983-01-01, +/games/boxart/full_5116651AmericaFrontccc.jpg,The Elder Scrolls Adventures: Redguard,PC,Action,Bethesda Softworks,Bethesda Softworks,8.1,,,,,,1998-10-31, +/games/boxart/default.jpg,The Elder Scrolls Anthology,PC,Action,Bethesda Softworks,Unknown,,,,,,,2013-09-10, +/games/boxart/full_3333334PALFrontccc.jpg,The Escapists,XOne,Action,Team17 Software,Mouldy Toof Studios,,,,,,,2015-02-13, +/games/boxart/full_4253861PALFrontccc.jpg,The Escapists,PS4,Action,Team17 Software,Mouldy Toof Studios,,,,,,,2015-06-02, +/games/boxart/full_1897798PALFrontccc.jpg,The Escapists: The Walking Dead,PC,Action,Team17 Software,Team17 Software,,,,,,,2015-09-30,2018-09-21 +/games/boxart/full_1539171PALFrontccc.jpg,The Escapists: The Walking Dead,XOne,Action,Team17 Software,Team17 Software,,,,,,,2015-09-30,2018-09-21 +/games/boxart/full_7524561AmericaFrontccc.jpeg,The Expendabros,PC,Action,Devolver Digital,Free Lives,,,,,,,2014-08-05, +/games/boxart/full_6014702AmericaFrontccc.jpg,The Fifth Day,PC,Action,Touz,Touz,,,,,,,2014-07-25,2018-08-11 +/games/boxart/full_2909880AmericaFrontccc.jpg,The Fifth Day,OSX,Action,Touz,Touz,,,,,,,2014-07-25,2018-08-11 +/games/boxart/full_7117816AmericaFrontccc.jpg,The Fifth Element,PC,Action,Activision,Kalisto,,,,,,,1998-10-01, +/games/boxart/1169243ccc.jpg,The Flintstones: Burger Time in Bedrock,GB,Action,Unknown,Conspiracy Entertainment,,,,,,,2001-05-30, +/games/boxart/default.jpg,The Forest,PS4,Action,Endnight Games Ltd,Endnight Games Ltd,,,,,,,2016-01-01, +/games/boxart/full_2049442AmericaFrontccc.jpeg,The Forgotten Ones,PC,Action,Unknown,Unknown,,,,,,,2014-07-16, +/games/boxart/full_the-great-battle-ii-last-fighter-twin_6JapanFront.jpg,The Great Battle II: Last Fighter Twin,SNES,Action,Banpresto,Banpresto,,,,,,,1992-03-27, +/games/boxart/full_the-great-battle-iii_400JapanFront.jpg,The Great Battle III,SNES,Action,Banpresto,Banpresto,,,,,,,1993-03-26, +/games/boxart/full_the-great-battle-iv_407JapanFront.jpg,The Great Battle IV,SNES,Action,Banpresto,Banpresto,,,,,,,1994-12-17, +/games/boxart/full_the-great-battle-v_892JapanFront.jpg,The Great Battle V,SNES,Action,Banpresto,Banpresto,,,,,,,1995-12-22, +/games/boxart/full_the-great-battle-vi_363JapanFront.jpg,The Great Battle VI,PS,Action,Banpresto,Aspect Co. Ltd.,,,,,,,1997-04-11, +/games/boxart/full_5050058AmericaFrontccc.jpg,The Great Escape,PC,Action,Gotham Games,Pivotal Games,,,,,,,2003-07-23, +/games/boxart/full_the-great-escape-original_536AmericaFront.jpg,The Great Escape (original),PC,Action,Thunder Mountain,Denton Designs,,,,,,,1987-01-01, +/games/boxart/8474425ccc.jpg,The Grim Adventures Of Billy & Mandy,PS2,Action,Midway Games,High Voltage Software,6.9,,,,,,2006-09-25, +/games/boxart/4994507ccc.jpg,The Grim Adventures of Billy & Mandy,GBA,Action,Midway Games,Full Fat,5,,,,,,2006-10-16, +/games/boxart/default.jpg,"The Hidden Mystery Collectives: House of 1,000 Doors 1 and 2",PC,Action,Focus Multimedia,Unknown,,,,,,,2012-11-02, +/games/boxart/full_8041499AmericaFrontccc.png,The House,PC,Action,Unknown,Unknown,,,,,,,2014-06-19, +/games/boxart/full_1223015AmericaFrontccc.jpg,The Hungry Horde,PSV,Action,Sony Computer Entertainment,Nosebleed Interactive,,,,,,,2014-11-04, +/games/boxart/4245888ccc.jpg,The Ignition Factor,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1995-01-01, +/games/boxart/full_the-ignition-factor_841AmericaFront.jpg,The Ignition Factor,VC,Action,Jaleco,Jaleco Entertainment,7,,,,,,2011-04-29, +/games/boxart/full_3230098AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing II,OSX,Action,Neocore Games,NeoCoreGames,,,,,,,2014-05-22,2019-02-17 +/games/boxart/full_the-incredible-crash-dummies_8PALFront.jpg,The Incredible Crash Dummies,MS,Action,Flying Edge,Flying Edge,,,,,,,1993-01-01, +/games/boxart/8111950ccc.jpg,The Incredible Hulk: The Pantheon Saga,SAT,Action,Eidos Interactive,Attention To Detail,,,,,,,1997-01-01, +/games/boxart/full_4630041PALFrontccc.jpg,The Incredible Hulk: The Pantheon Saga,PC,Action,Eidos Interactive,Attention To Detail,,,,,,,1996-11-20, +/games/boxart/1692684ccc.jpg,The Incredibles,XB,Action,THQ,Heavy Iron Studios,6.4,,,,,,2004-10-31, +/games/boxart/1557077ccc.jpg,The Incredibles: When Danger Calls,PC,Action,THQ,Heavy Iron Studios,,,,,,,2004-11-03, +/games/boxart/512197ccc.jpg,The Karate Kid,NES,Action,LJN,Atlus Co.,,,,,,,1987-11-01, +/games/boxart/default.jpg,The Keepers: Lost Progeny,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-15, +/games/boxart/full_6876435AmericaFrontccc.jpg,The Land Before Time,GBA,Action,Conspiracy Entertainment,Full Fat,,,,,,,2002-02-28, +/games/boxart/full_the-last-guy_6AmericaFront.jpg,The Last Guy,PSN,Action,Sony Computer Entertainment,SCE Japan Studio,7.2,,,,,,2008-08-28,2018-09-16 +/games/boxart/default.jpg,The Last Ninja,DS,Action,Unknown,System 3,,,,,,,, +/games/boxart/default.jpg,The Last Ninja,PSP,Action,Unknown,System 3,,,,,,,, +/games/boxart/full_the-last-ninja_344AmericaFront.jpg,The Last Ninja,PC,Action,Activision,Activision,,,,,,,1987-01-01, +/games/boxart/full_the-last-ninja_292AmericaFront.jpg,The Last Ninja,XB,Action,Unknown,Studio 3,,,,,,,, +/games/boxart/full_4720132AmericaFrontccc.jpg,The Last Ninja (C64),VC,Action,Play It,Studio 3,,,,,,,2009-02-23, +/games/boxart/full_833864PALFrontccc.jpg,The Last Ninja 2: Back with a Vengeance,VC,Action,Commodore,System 3,,,,,,,2009-09-21, +/games/boxart/full_7183373PALFrontccc.jpg,The Lawnmower Man,GB,Action,SCi,SCi,,,,,,,1993-01-01, +/games/boxart/2633268ccc.jpg,The Lawnmower Man,SCD,Action,Time Warner Interactive,SCi,,,,,,,1994-04-03, +/games/boxart/full_7276489AmericaFrontccc.jpg,The Lawnmower Man,SNES,Action,THQ,SCi,,,,,,,1993-01-01, +/games/boxart/full_5502379AmericaFrontccc.jpg,The Lawnmower Man,GEN,Action,Time Warner Interactive,Atod AB,,,,,,,1994-01-01, +/games/boxart/full_the-lawnmower-man_834PALFront.jpg,The Lawnmower Man,PC,Action,SCi,SCi,,,,,,,1993-01-01, +/games/boxart/full_7958436AmericaFrontccc.png,The Legend of Dark Witch,3DS,Action,CIRCLE Entertainment,Inside System,,,,,,,2014-10-16,2018-07-30 +/games/boxart/full_3710644AmericaFrontccc.jpg,The Legend of Korra (2014),XOne,Action,Activision,PlatinumGames,,,,,,,2014-10-22, +/games/boxart/full_9724738AmericaFrontccc.jpg,The Legend of Korra (2014),X360,Action,Activision,PlatinumGames,,,,,,,2014-10-22, +/games/boxart/full_2478566AmericaFrontccc.jpg,The Legend of Korra (2014),PS4,Action,Activision,PlatinumGames,,,,,,,2014-10-21, +/games/boxart/full_3425381AmericaFrontccc.jpg,The Legend of Korra (2014),PS3,Action,Activision,PlatinumGames,,,,,,,2014-10-21, +/games/boxart/full_6458237AmericaFrontccc.jpg,The Legend of Korra (2014),PC,Action,Activision,PlatinumGames,,,,,,,2014-10-21, +/games/boxart/5292367ccc.jpg,The Legend of Kyrandia: Hand of Fate,PC,Action,Virgin Interactive,Westwood Studios,,,,,,,1994-01-01, +/games/boxart/6332223ccc.png,The Legend of Stafi,GBA,Action,Nintendo,TOSE,,,,,,,2002-09-06, +/games/boxart/full_2214499AmericaFrontccc.png,The Legend of Vraz,PC,Action,Zatun,ABHIVAV,,,,,,,2010-01-28, +/games/boxart/full_the-legendary-axe_9AmericaFront.jpg,The Legendary Axe,PCE,Action,NEC,Victor Interactive Software,,,,,,,1989-01-01, +/games/boxart/full_2701851AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2017-09-22,2018-05-29 +/games/boxart/full_8056721AmericaFrontccc.jpg,The Lone Ranger,NES,Action,Konami,Konami,,,,,,,1991-08-01, +/games/boxart/full_the-lord-of-the-rings-aragorns-quest_344AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PSN,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2010-12-07, +/games/boxart/full_the-lord-of-the-rings-conquest_6AmericaFront.jpg,The Lord of the Rings: Conquest,XBL,Action,Electronic Arts,Pandemic Studios,,,,,,,2010-07-27, +/games/boxart/full_8772611AmericaFrontccc.jpg,The Lord of the Rings: The Fellowship of the Ring,PC,Action,Black Label Games,Surreal Software,,,,,,,2002-10-22, +/games/boxart/8700460ccc.jpg,The Lord of the Rings: The Return of the King,PC,Action,Electronic Arts,"Hypnos Entertainment, Inc.",,,,,,,2003-10-31, +/games/boxart/full_the-lost-town-the-dust_922AmericaFront.jpg,The Lost Town: The Dust,DSiW,Action,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2011-06-30, +/games/boxart/6854656ccc.jpg,The Lost World: Jurassic Park,SAT,Action,Sega,Appaloosa Interactive,,,,,,,1997-01-01, +/games/boxart/full_2515076AmericaFrontccc.jpg,The Lost World: Jurassic Park,GEN,Action,Sega,Appaloosa Interactive,,,,,,,1997-01-01, +/games/boxart/default.jpg,The Lost World: Jurassic Park,GG,Action,Sega,Unknown,,,,,,,1997-01-01, +/games/boxart/6335886ccc.jpg,The Mafat Conspiracy,NES,Action,Victory Lap Games,Aicom,,,,,,,1990-01-01, +/games/boxart/full_346374PALFrontccc.jpg,The Magic Roundabout,Wii,Action,Deep Silver,Deep Silver,,,,,,,2008-12-12, +/games/boxart/full_8711171AmericaFrontccc.jpg,The Masked Rider: Kamen Rider ZO,SCD,Action,Sega,Toei Animation,,,,,,,1994-01-01, +/games/boxart/full_324226AmericaFrontccc.png,The Maw,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,7.6,,,,,,2009-01-21, +/games/boxart/full_the-maw_93AmericaFront.jpg,The Maw,PC,Action,Twisted Pixel Games,Twisted Pixel Games,8,,,,,,2009-03-09, +/games/boxart/full_the-maw-brute-force_657AmericaFront.jpg,The Maw: Brute Force,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-02-18, +/games/boxart/full_the-maw-brute-force_404AmericaFront.jpg,The Maw: Brute Force,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-03-16, +/games/boxart/full_the-maw-river-redirect_352AmericaFront.jpg,The Maw: River Redirect,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-03-11, +/games/boxart/full_the-maw-river-redirect_476AmericaFront.jpg,The Maw: River Redirect,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-03-11, +/games/boxart/full_the-maw-speeder-lane_546AmericaFront.jpg,The Maw: Speeder Lane,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-04-29, +/games/boxart/full_the-maw-speeder-lane_745AmericaFront.jpg,The Maw: Speeder Lane,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-04-29, +/games/boxart/full_4981422AmericaFrontccc.jpg,The Mummy Returns,GB,Action,Universal Interactive,Game Brains,,,,,,,2001-04-26, +/games/boxart/default.jpg,The Munchables,DS,Action,Unknown,Namco Bandai Games,,,,,,,, +/games/boxart/6382364ccc.jpg,The Music Machine,2600,Action,Unknown,Sparrow,,,,,,,1983-01-01, +/games/boxart/default.jpg,The Mysterious Murasame Castle,3DS,Action,Nintendo,Nintendo EAD,,,,,,,2014-08-07, +/games/boxart/full_the-ninja_8AmericaFront.jpg,The Ninja,MS,Action,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_ninja-warriors_7JapanFront.jpg,The Ninja Warriors,PCE,Action,Taito,Taito Corporation,,,,,,,1989-06-30, +/games/boxart/full_9784317JapanFrontccc.jpg,The Ninja Warriors,SCD,Action,Taito,Taito Corporation,,,,,,,1993-03-12, +/games/boxart/full_the-ooze_750AmericaFront.jpg,The Ooze,GEN,Action,Sega,Sega Technical Institute,,,,,,,1995-01-01, +/games/boxart/default.jpg,The Oregon Trail,WW,Action,Unknown,Gameloft,,,,,,,, +/games/boxart/full_1801313AmericaFrontccc.jpg,The Pagemaster,GEN,Action,Fox Interactive,Probe Software Ltd.,,,,,,,1994-01-01, +/games/boxart/full_7147876AmericaFrontccc.jpg,The Peace Keepers,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1994-01-01, +/games/boxart/default.jpg,The Penguins of Madagascar,3DS,Action,Unknown,THQ,,,,,,,, +/games/boxart/5797468ccc.jpg,The Punisher,GEN,Action,Capcom,Sculptured Software,,,,,,,1994-01-01, +/games/boxart/6388740ccc.jpg,The Punisher,NES,Action,LJN,Beam Software,,,,,,,1990-11-01, +/games/boxart/full_2666993AmericaFrontccc.jpg,The Punisher (1990),PC,Action,Microprose,Paragon Software Corporation,,,,,,,1990-01-01, +/games/boxart/8727442ccc.jpg,The Punisher: The Ultimate Payback,GB,Action,Acclaim Entertainment,Beam Software,,,,,,,1991-07-01, +/games/boxart/full_the-rapid-angel_564JapanFront.jpg,The Rapid Angel,PS,Action,Techno Soleil,Techno Soleil,,,,,,,1998-08-13, +/games/boxart/full_the-rapid-angel_596AmericaFront.jpg,The Rapid Angel,PSN,Action,Unknown,Techno Soleil,,,,,,,2011-07-05, +/games/boxart/full_5145750AmericaFrontccc.jpg,The Red Star,PS2,Action,XS Games,Archangel Studios,,,,,,,2007-04-23, +/games/boxart/full_the-red-star_10AmericaFront.jpg,The Red Star,PSN,Action,XS Games,Archangel Studios,6.5,,,,,,2010-03-18, +/games/boxart/7614376ccc.jpg,The Ren & Stimpy Show: Fire Dogs,SNES,Action,THQ,Argonaut Games,,,,,,,1994-06-01, +/games/boxart/4948827ccc.jpg,The Ren & Stimpy Show: Time Warp,SNES,Action,THQ,Sculptured Software,,,,,,,1994-11-01, +/games/boxart/873890ccc.jpg,The Ren & Stimpy Show: Buckaroo$!,SNES,Action,THQ,Imagineering Inc.,,,,,,,1995-04-01, +/games/boxart/full_9343930AmericaFrontccc.jpg,The Ren & Stimpy Show: Buckaroo$!,NES,Action,THQ,Imagineering Inc.,,,,,,,1993-11-01, +/games/boxart/full_the-rocketeer_4AmericaFront.jpg,The Rocketeer,SNES,Action,IGS,NovaLogic,,,,,,,1992-05-01, +/games/boxart/full_the-rocketeer_5AmericaFront.jpg,The Rocketeer,PC,Action,Disney Interactive Studios,NovaLogic,,,,,,,1991-01-01, +/games/boxart/full_9514447AmericaFrontccc.jpg,The Rugrats Movie,GB,Action,THQ,Software Creations,,,,,,,1998-12-01, +/games/boxart/full_8613584AmericaFrontccc.jpg,The Rugrats Movie (GBC),GB,Action,THQ,Software Creations,,,,,,,1999-02-28, +/games/boxart/full_9747187AmericaFrontccc.png,The Secret Saturdays: Beasts of the 5th Sun,PSN,Action,D3 Publisher,High Voltage Software,,,,,,,2009-10-21, +/games/boxart/full_2856308PALFrontccc.jpg,The Shadow of Zorro,PS2,Action,Cryo Interactive,In Utero,,,,,,,2002-02-08, +/games/boxart/full_4321671PALFrontccc.jpg,The Shadow of Zorro,PC,Action,Cryo Interactive,In Utero,,,,,,,2003-02-06, +/games/boxart/full_2655159AmericaFrontccc.jpg,The Showdown Effect,OSX,Action,Paradox Interactive,Arrowhead Game Studios,,,,,,,2013-03-05, +/games/boxart/full_the-simpsons-arcade-game_17AmericaFront.jpg,The Simpsons Arcade Game,PC,Action,Konami,Novotrade International,,,,,,,1991-01-01, +/games/boxart/2108098ccc.jpg,The Simpsons: Bart vs. the World,GG,Action,Flying Edge,Flying Edge,,,,,,,1993-01-01, +/games/boxart/8858299ccc.jpg,The Simpsons: Bart's House of Weirdness,PC,Action,Konami,"Distinctive Software, Inc.",,,,,,,1992-01-01, +/games/boxart/full_6841135AmericaFrontccc.jpeg,The Sims 4: Perfect Patio Stuff,PC,Action,Electronic Arts,Unknown,,,,,,,2015-06-16, +/games/boxart/default.jpg,The Sims Castaway Stories,PC,Action,Electronic Arts,Unknown,,,,,,,2008-01-29, +/games/boxart/full_4087656PALFrontccc.jpg,The Smurfs,SCD,Action,Infogrames,Infogrames,,,,,,,1995-01-01, +/games/boxart/8685046ccc.jpg,The Space Adventure,SCD,Action,Hudson Soft,Hudson Soft,,,,,,,1994-01-01, +/games/boxart/full_59548AmericaFrontccc.jpg,The Suffering: Ties That Bind,PC,Action,Midway Games,Surreal Software,,,,,,,2005-10-02, +/games/boxart/6086451ccc.jpg,The Suite Life of Zack & Cody: Tipton Caper,GBA,Action,Buena Vista,Artificial Mind and Movement,,,,,,,2006-10-19, +/games/boxart/full_4170405AmericaFrontccc.jpeg,The Sun at Night,PC,Action,Minicore Studios,Minicore Studios,,,,,,,2014-08-01, +/games/boxart/full_900845PALFrontccc.jpg,The Sword of Etheria,PS2,Action,Konami,Konami Computer Entertainment Tokyo,,,,,,,2006-02-24, +/games/boxart/full_the-tekkyu-fight-great-battle-gaiden_993JapanFront.jpg,The Tekkyu Fight! Great Battle Gaiden,GB,Action,Banpresto,Banpresto,,,,,,,1993-07-30, +/games/boxart/full_the-tempura-of-the-dead_902AmericaFront.jpg,The TEMPURA of the DEAD,XBL,Action,Microsoft,JPN 8bits fanatics,,,,,,,2010-11-09, +/games/boxart/default.jpg,The Tenpura of the Dead,XBL,Action,Unknown,8bits fanatics,,,,,,,, +/games/boxart/full_the-terminator_3AmericaFront.gif,The Terminator,PSN,Action,Big Head Games,Big Head Games,,,,,,,2010-02-25, +/games/boxart/full_the-terminator_5AmericaFront.jpg,The Terminator,PC,Action,Bethesda Softworks,"Media Technology, Inc.",,,,,,,1990-01-01, +/games/boxart/full_the-terminator-future-shock_291AmericaFront.jpg,The Terminator: Future Shock,PC,Action,Bethesda Softworks,Bethesda Softworks LLC,,,,,,,1995-01-01, +/games/boxart/full_4997532AmericaFrontccc.jpg,The Three Musketeers: One for All!,WW,Action,Legendo Entertainment,Legendo Entertainment,,,,,,,2009-07-27, +/games/boxart/full_8994399AmericaFrontccc.jpg,The Three Musketeers: One for All!,PC,Action,Legendo Entertainment,Legendo Entertainment,,,,,,,2005-01-01, +/games/boxart/full_2280702AmericaFrontccc.jpg,The Three Stooges,NES,Action,Activision,Beam Software,,,,,,,1989-10-01, +/games/boxart/full_2376139AmericaFrontccc.jpg,The Three Stooges,PS,Action,Metro 3D,Flying Tiger Development,,,,,,,2004-02-07, +/games/boxart/8860932ccc.jpg,The Tick,GEN,Action,Fox Interactive,Fox,,,,,,,1994-01-01, +/games/boxart/1198058ccc.jpg,The Tick,SNES,Action,Fox Interactive,Fox,,,,,,,1994-03-04, +/games/boxart/default.jpg,The Tower of Druaga (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-03-23, +/games/boxart/full_the-train-escape-to-normandy_823AmericaFront.jpg,The Train: Escape to Normandy,PC,Action,Accolade,"Artech Digital Entertainments, Inc.",,,,,,,1988-09-20, +/games/boxart/default.jpg,The Traveller,DSiW,Action,Unknown,AGENIUS Interactive AS,,,,,,,, +/games/boxart/full_the-ultimate-stuntman_7AmericaFront.png,The Ultimate Stuntman,NES,Action,Camerica,Codemasters,,,,,,,1990-01-01, +/games/boxart/3399182ccc.jpg,The Uncanny X-Men,NES,Action,LJN,"LJN Toys, Ltd.",,,,,,,1989-12-01, +/games/boxart/full_3224192AmericaFrontccc.png,The Walking Dead Pinball,And,Action,Zen Studios,Zen Studios,,,,,,,2014-08-28, +/games/boxart/full_9042262AmericaFrontccc.png,The Walking Dead: No Man's Land,And,Action,Next Gen Games,Next Gen Games,,,,,,,2016-01-01, +/games/boxart/default.jpg,The Walking Dead: Season Three,XOne,Action,Telltale Games,Telltale Games,,,,,,,2020-12-31, +/games/boxart/default.jpg,The Walking Dead: Season Three,And,Action,Telltale Games,Telltale Games,,,,,,,2020-12-31, +/games/boxart/full_285583AmericaFrontccc.png,The Warriors,PSN,Action,Rockstar Games,Rockstar Toronto,,,,,,,2009-10-21, +/games/boxart/full_1335127AmericaFrontccc.jpg,The Warriors: Street Brawl,XBL,Action,Paramount Digital Entertainment,CTXM,,,,,,,2009-09-23, +/games/boxart/full_2112390AmericaFrontccc.jpeg,The Weaponographist,PC,Action,Mastertronic,Puuba,,,,,,,2015-04-29, +/games/boxart/default.jpg,The Weaponographist,OSX,Action,Mastertronic,Puuba,,,,,,,2015-04-29, +/games/boxart/default.jpg,The Weaponographist,PC,Action,Mastertronic,Puuba,,,,,,,2015-04-29, +/games/boxart/full_2258228AmericaFrontccc.jpg,The Wild Thornberrys: Rambler,GB,Action,Mattel Interactive,Vicarious Visions,,,,,,,2000-10-31, +/games/boxart/7728644ccc.jpg,The Wizard of Oz,SNES,Action,Seta Corporation,Seta Corporation,,,,,,,1993-01-01, +/games/boxart/full_the-zombie-shotgun-massacre_77AmericaFront.jpg,THE ZOMBIE SHOTGUN MASSACRE,XBL,Action,Microsoft,DarthCheesiest,,,,,,,2010-08-25, +/games/boxart/full_the-zombie-shotgun-massacre-2_231AmericaFront.jpg,THE ZOMBIE SHOTGUN MASSACRE 2,XBL,Action,Microsoft,DUALHAZE,,,,,,,2010-11-12, +/games/boxart/full_thexder_285AmericaFront.jpg,Thexder,PC,Action,Sierra Online,"Game Arts Co., Ltd.",,,,,,,1987-01-01, +/games/boxart/full_717476AmericaFrontccc.jpg,They Came From the Ground,XBL,Action,Microsoft,malgorithms,,,,,,,2009-10-31, +/games/boxart/full_3055821PALFrontccc.jpg,This Is Vegas,X360,Action,Unknown,Surreal Software,,,,,,,, +/games/boxart/full_59946PALFrontccc.jpg,This Is Vegas,PC,Action,Unknown,Surreal Software,,,,,,,, +/games/boxart/full_3755538PALFrontccc.jpg,This Is Vegas,PS3,Action,Unknown,Surreal Software,,,,,,,, +/games/boxart/full_7893264PALFrontccc.jpg,This War of Mine,OSX,Action,11 bit studios,11 bit studios,,,,,,,2014-11-14,2018-09-15 +/games/boxart/full_8021332PALFrontccc.jpg,This War of Mine,PC,Action,11 bit studios,11 bit studios,,,,,,,2014-11-14,2018-09-15 +/games/boxart/full_2053654PALFrontccc.jpg,This War of Mine,Linux,Action,11 bit studios,11 bit studios,,,,,,,2014-11-14, +/games/boxart/full_927838AmericaFrontccc.jpg,This War of Mine,And,Action,11 bit studios,11 bit studios,,,,,,,2015-07-14, +/games/boxart/default.jpg,Thor: God of Thunder,PSP,Action,Unknown,Red Fly Studio,,,,,,,, +/games/boxart/full_thor-god-of-thunder_543AmericaFront.jpg,Thor: God of Thunder,PC,Action,Unknown,Liquid Entertainment,,,,,,,, +/games/boxart/full_4621160AmericaFrontccc.png,Thorium Wars: Attack of the Skyfighter,3DS,Action,Big John Games,Big John Games,,,,,,,2014-08-28, +/games/boxart/full_1931713AmericaFrontccc.jpg,Three Dead Zed,PC,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2014-07-07, +/games/boxart/full_8090745AmericaFrontccc.jpg,Three Dead Zed,Linux,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2014-07-07, +/games/boxart/full_7656324AmericaFrontccc.jpg,Three Dirty Dwarves,SAT,Action,SegaSoft,Appaloosa Interactive,,,,,,,1996-10-15, +/games/boxart/full_8095396AmericaFrontccc.jpg,Three Dirty Dwarves,PC,Action,SegaSoft,Appaloosa Interactive,,,,,,,1996-01-01, +/games/boxart/full_9492431AmericaFrontccc.jpg,Throne of Fire,ACPC,Action,Melbourne House,Unknown,,,,,,,1987-01-01,2018-01-06 +/games/boxart/full_703675PALFrontccc.gif,Thunder Brigade,PC,Action,Interactive Magic,Bluemoon Interactive,,,,,,,1998-12-28, +/games/boxart/full_thunderbirds_610PALFront.jpg,Thunderbirds,GB,Action,SCi,Pukka Games,,,,,,,2000-12-01, +/games/boxart/full_thunderbirds_155PALFront.jpg,Thunderbirds,PS2,Action,Blast! Entertainment Ltd,Pukka Games,,,,,,,2007-07-06, +/games/boxart/full_3460326PALFrontccc.jpg,Thunderbirds: International Rescue,GBA,Action,SCi,Pukka Games,,,,,,,2001-12-07, +/games/boxart/full_thunderbirds-vault-of-doom_799PALFront.jpg,Thunderbirds: Vault of Doom,PC,Action,Europress,Europress,,,,,,,2002-03-28, +/games/boxart/3748850ccc.jpg,Thunderground,2600,Action,Sega,Sega,,,,,,,1983-01-01, +/games/boxart/full_tic-part-1_958AmericaFront.jpg,TIC: Part 1,XBL,Action,Microsoft,RedCandy Games,,,,,,,2011-06-21, +/games/boxart/full_6327656AmericaFrontccc.jpg,Tiger Storm,XBL,Action,Unknown,Omer,,,,,,,, +/games/boxart/full_8114872AmericaFrontccc.png,Timberman,And,Action,Unknown,Unknown,,,,,,,2014-05-15, +/games/boxart/full_4092236JapanFrontccc.jpg,Time Commando,SAT,Action,Acclaim Entertainment,Adeline Software,,,,,,,1998-03-12, +/games/boxart/full_529151AmericaFrontccc.jpg,Time Commando,PC,Action,Activision,Adeline Software,,,,,,,1996-07-31, +/games/boxart/default.jpg,TiME K,XBL,Action,Unknown,team GARAGE,,,,,,,, +/games/boxart/full_time-lord_0AmericaFront.jpg,Time Lord,NES,Action,Milton Bradley,Rare Ltd.,,,,,,,1990-09-01, +/games/boxart/full_9743999AmericaFrontccc.jpeg,Time Mysteries: The Final Enigma,PC,Action,Big Fish Games,Big Fish Games,,,,,,,2013-01-13, +/games/boxart/default.jpg,Time To Escape,And,Action,Unknown,Unknown,,,,,,,2014-09-09, +/games/boxart/default.jpg,TimeO,PS3,Action,Unknown,ZootFly,,,,,,,, +/games/boxart/default.jpg,TimeO,X360,Action,Unknown,ZootFly,,,,,,,, +/games/boxart/default.jpg,TimeO,Wii,Action,Unknown,ZootFly,,,,,,,, +/games/boxart/full_8612092PALFrontccc.jpg,Tiny Toon Adventures: Dizzy's Candy Quest,GB,Action,Conspiracy Entertainment,Formula,,,,,,,2001-01-01, +/games/boxart/full_tiny-toon-adventures-scary-dreams_4AmericaFront.jpg,Tiny Toon Adventures: Scary Dreams,GBA,Action,Conspiracy Entertainment,"Treasure Co., Ltd.",,,,,,,2006-01-01, +/games/boxart/default.jpg,Tiny Toons: Defenders of the Universe,PS2,Action,Unknown,"Treasure Co., Ltd.",,,,,,,, +/games/boxart/default.jpg,Tiny Troopers Joint Ops,PS4,Action,Unknown,Unknown,,,,,,,2014-11-18, +/games/boxart/default.jpg,Tiny Troopers Joint Ops,PSV,Action,Unknown,Unknown,,,,,,,2014-11-18, +/games/boxart/default.jpg,Tiny Troopers Joint Ops,PS3,Action,Unknown,Unknown,,,,,,,2014-11-18, +/games/boxart/full_titan_1JapanFront.jpg,Titan,NES,Action,Sofel,Titus,,,,,,,1990-08-10, +/games/boxart/full_4885603AmericaFrontccc.jpg,Titan Souls,PSV,Action,Devolver Digital,Acid Nerve,,,,,,,2015-04-14, +/games/boxart/full_221507AmericaFrontccc.jpg,Titan Souls,PS4,Action,Devolver Digital,Acid Nerve,,,,,,,2015-04-14, +/games/boxart/5358796ccc.jpg,TMNT,PS2,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, +/games/boxart/1976830ccc.jpg,TMNT,GBA,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, +/games/boxart/7896689ccc.jpg,TMNT,GC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, +/games/boxart/9761434ccc.jpg,TMNT,PC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, +/games/boxart/full_7898555AmericaFrontccc.png,TMNT,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2009-06-24, +/games/boxart/full_tmnt_919AmericaFront.jpg,TMNT,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-16, +/games/boxart/full_7841352AmericaFrontccc.jpg,Todd McFarlane's Spawn: The Video Game,SNES,Action,Acclaim Entertainment,Ukiyotei,,,,,,,1995-10-01, +/games/boxart/7552345ccc.jpg,Todd's Adventures in Slime World,Lynx,Action,Atari,Epyx,,,,,,,1992-01-01, +/games/boxart/full_todds-adventures-in-slime-world_986AmericaFront.jpg,Todd's Adventures in Slime World,GEN,Action,Renovation,Epyx,,,,,,,1991-01-01, +/games/boxart/default.jpg,ToeJam & Earl,PC,Action,Sega,ToeJam & Earl Productions,,,,,,,1992-03-13, +/games/boxart/full_toejam-amp-earl-genesis_613AmericaFront.jpg,ToeJam & Earl (Genesis),PC,Action,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/4276527ccc.jpg,ToeJam & Earl,GEN,Action,Sega,ToeJam & Earl Productions,,,,,,,1992-03-12, +/games/boxart/2677136ccc.jpg,ToeJam & Earl,VC,Action,Sega,ToeJam & Earl Productions,,,,,,,2006-12-25, +/games/boxart/default.jpg,ToeJam & Earl,XBL,Action,Unknown,Backbone Entertainment,,,,,,,, +/games/boxart/full_2885971JapanFrontccc.jpg,Tokyo Disneyland: Fantasy Tour,GB,Action,Tomy Corporation,Tomy,,,,,,,1998-07-24, +/games/boxart/full_3030045JapanFrontccc.jpg,Tokyo Friend Pack II Ketteiban: Minna de Chousen! Taikan Attraction,Wii,Action,Spike,Spike,,,,,,,2009-12-03, +/games/boxart/full_tokyo-twilight-busters-kindan-no-ikenie-teito-jigokuhen_3JapanFront.jpg,Tokyo Twilight Busters: Kindan no Ikenie Teito Jigokuhen,DS,Action,Starfish,Starfish SD,,,,,,,2010-10-14, +/games/boxart/6135075ccc.jpg,Tom & Jerry: The Magic Ring,GBA,Action,NewKidCo,Cave Barn Studios,,,,,,,2002-02-21, +/games/boxart/1798008ccc.jpg,Tom and Jerry in Mouse Attacks!,GB,Action,NewKidCo,Warthog,,,,,,,2000-12-01, +/games/boxart/full_5916863AmericaFrontccc.jpg,Tom and Jerry: Frantic Antics!,GEN,Action,Sega,Beam Software,,,,,,,1994-01-14, +/games/boxart/full_tom-and-jerry-mouse-hunt_121AmericaFront.jpg,Tom and Jerry: Mouse Hunt,GB,Action,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2001-03-14, +/games/boxart/full_3537076AmericaFrontccc.jpg,Tom Clancy's HAWX,Wii,Action,Unknown,Ubisoft Romania,,,,,,,, +/games/boxart/full_tom-clancys-hawx_2AmericaFront.jpg,Tom Clancy's HAWX,XBL,Action,Ubisoft,Ubisoft Romania,,,,,,,2010-08-10, +/games/boxart/full_tom-clancys-splinter-cell-chaos-theory-hd_351AmericaFront.jpg,Tom Clancy's Splinter Cell Chaos Theory HD,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-06-21, +/games/boxart/full_tom-clancys-splinter-cell-hd_335AmericaFront.jpg,Tom Clancy's Splinter Cell HD,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-06-21, +/games/boxart/full_tom-clancys-splinter-cell-trilogy_5PALFront.jpg,Tom Clancy's Splinter Cell Trilogy,PS2,Action,Ubisoft,Ubisoft,,,,,,,2009-03-30, +/games/boxart/default.jpg,Tom Clancy's Splinter Cell Trilogy,PC,Action,Ubisoft,Ubisoft,,,,,,,2006-04-25, +/games/boxart/default.jpg,Tom Clancy's Splinter Cell Trilogy,XBL,Action,Unknown,Ubisoft,,,,,,,, +/games/boxart/full_tom-clancys-splinter-cell-chaos-theory_299AmericaFront.jpg,Tom Clancy's Splinter Cell: Chaos Theory,NGage,Action,Gameloft,Gameloft,9,,,,,,2005-03-23, +/games/boxart/full_9788608AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2008-04-21, +/games/boxart/980831ccc.jpg,Tom Clancy's Splinter Cell: Conviction,DS,Action,Unknown,Ubisoft Montreal,,,,,,,, +/games/boxart/full_tom-clancys-splinter-cell-conviction-insurgency-pack_542AmericaFront.jpg,Tom Clancy's Splinter Cell: Conviction - Insurgency Pack,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-05-27, +/games/boxart/full_tom-clancys-splinter-cell-conviction-insurgency-pack_924AmericaFront.jpg,Tom Clancy's Splinter Cell: Conviction - Insurgency Pack,PC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-05-27, +/games/boxart/4390714ccc.gif,Tom Clancy's Splinter Cell: Double Agent,XB,Action,Ubisoft,Ubisoft Montreal,9,,,,,,2006-10-24, +/games/boxart/full_715224AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Double Agent,PS2,Action,Ubisoft,Ubisoft Montreal,,,,,,,2006-10-24, +/games/boxart/full_tom-clancys-splinter-cell-pandora-tomorrow-hd_739AmericaFront.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow HD,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-06-21, +/games/boxart/full_tom-clancys-splinter-cell-team-stealth-action_853AmericaFront.jpg,Tom Clancy's Splinter Cell: Team Stealth Action,NGage,Action,Gameloft,Gameloft,7.5,,,,,,2003-12-10, +/games/boxart/5985740ccc.jpg,Tomarc The Barbarian,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_709857AmericaFrontccc.jpg,Tomato Blaster,XBL,Action,Microsoft,danderham,,,,,,,2009-02-24, +/games/boxart/full_tomb-raider_123AmericaFront.jpg,Tomb Raider,NGage,Action,Eidos Interactive,Ideaworks3D,5,,,,,,2003-10-06, +/games/boxart/full_3412889AmericaFrontccc.png,Tomb Raider,PSN,Action,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-08-13, +/games/boxart/full_7647229AmericaFrontccc.jpg,Tomb Raider Chronicles,DC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2000-11-19, +/games/boxart/full_3043504AmericaFrontccc.jpg,Tomb Raider Chronicles,PC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2000-11-21, +/games/boxart/full_tomb-raider-chronicles_889PALFront.png,Tomb Raider Chronicles,PSN,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2011-01-12, +/games/boxart/full_tomb-raider-gold_8AmericaFront.jpg,Tomb Raider Gold,PC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,1998-06-01, +/games/boxart/full_3318094AmericaFrontccc.png,Tomb Raider II,PSN,Action,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-08-27, +/games/boxart/full_4411834AmericaFrontccc.png,Tomb Raider III,PSN,Action,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-09-17, +/games/boxart/full_4296312AmericaFrontccc.jpg,Tomb Raider Underworld: Beneath the Ashes,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2009-02-24, +/games/boxart/full_9562296AmericaFrontccc.jpg,Tomb Raider Underworld: Lara's Shadow,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2009-03-10, +/games/boxart/full_9673883AmericaFrontccc.png,Tomb Raider: Anniversary,PSN,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2009-07-22, +/games/boxart/full_tomb-raider-anniversary_0AmericaFront.jpg,Tomb Raider: Anniversary,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2010-09-21, +/games/boxart/full_5397596AmericaFrontccc.jpg,Tomb Raider: Legend,GBA,Action,Eidos Interactive,Humansoft,6.3,,,,,,2006-11-14, +/games/boxart/full_2709848PALFrontccc.jpg,Tomb Raider: Legend,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2010-04-13, +/games/boxart/full_8431424AmericaFrontccc.jpg,Tomb Raider: The Last Revelation,DC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2001-04-13, +/games/boxart/default.jpg,Tomb Raider: Underworld,PSN,Action,Square Enix,Crystal Dynamics,,,,,,,2010-10-19, +/games/boxart/full_tombstone-1882_361AmericaFront.jpg,Tombstone 1882,PC,Action,Summitsoft Entertainment,Unknown,,,,,,,2003-02-28, +/games/boxart/9693907ccc.jpg,Tomcat F-14 Flight Simulator,7800,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, +/games/boxart/full_7063770AmericaFrontccc.jpg,Tomena Sanner,WW,Action,Konami,Konami,,,,,,,2010-02-08, +/games/boxart/default.jpg,Tomy Car Driver,WW,Action,Takara Tomy,Takara Tomy,,,,,,,2009-07-28, +/games/boxart/full_1250965JapanFrontccc.jpg,Tonari no Princess Rolfee,PCFX,Action,NEC,NEC Interchannel,,,,,,,1997-07-25, +/games/boxart/full_4565072AmericaFrontccc.jpg,Tonka: On The Job,GBA,Action,THQ,Webfoot Technologies,,,,,,,2006-11-15, +/games/boxart/full_toobin_932AmericaFront.jpg,Toobin',NES,Action,Tengen,Tengen,,,,,,,1989-01-01, +/games/boxart/full_toobin_774AmericaFront.jpg,Toobin',GB,Action,Midway Games,Digital Eclipse,,,,,,,2000-05-18, +/games/boxart/full_toobin_651AmericaFront.jpg,Toobin',PC,Action,Domark Software,Tengen,,,,,,,1992-01-01, +/games/boxart/full_5306873PALFrontccc.jpg,Tootuff Mission Nadia,DS,Action,Atari,Dream On,,,,,,,2005-11-25, +/games/boxart/full_top-gun_5AmericaFront.jpg,Top Gun,PSN,Action,Paramount Digital Entertainment,Doublesix,,,,,,,2010-08-17, +/games/boxart/default.jpg,Top Gun (2010),PC,Action,Unknown,Doublesix,,,,,,,, +/games/boxart/default.jpg,Top Gun (PSP),PSN,Action,Paramount Digital Entertainment,Doublesix,,,,,,,2011-06-02, +/games/boxart/full_7384008AmericaFrontccc.jpg,Top Gun: Hard Lock,PC,Action,505 Games,Headstrong Games,,,,,,,2012-03-13,2019-01-03 +/games/boxart/full_8643239AmericaFrontccc.png,Top Hat,PC,Action,Unknown,Unknown,,,,,,,2014-07-31, +/games/boxart/full_toshi-tensou-keikaku-eternal-city_9JapanFront.jpg,Toshi Tensou Keikaku: Eternal City,PCE,Action,Naxat Soft,Naxat Soft,,,,,,,1991-04-12, +http://boxart-5.gamewise.co/472509-medium.png,Total War Battles: KINGDOM,iOS,Action,Unknown,Sega,,,,,,,,2019-07-02 +/games/boxart/full_3049797AmericaFrontccc.jpg,Totally Spies! 2: Undercover,GBA,Action,Atari,Mistic Software,,,,,,,2006-11-17, +/games/boxart/full_totsugeki-kikan-karakuri-megadasu_8JapanFront.jpg,Totsugeki Kikan (Karakuri) Megadasu!!,3DO,Action,Warp,Warp,,,,,,,1994-12-16, +/games/boxart/full_750140JapanFrontccc.jpg,Tottoko Hamtaro Haai! Hamu-Chans no Hamu Hamu Challenge! Atsumare Haai!,DS,Action,Marvelous Interactive,AlphaDream Corporation,,,,,,,2007-03-15, +/games/boxart/full_5445147AmericaFrontccc.jpg,Toukiden 2,PC,Action,Tecmo Koei,Omega Force,,,,,,,2017-03-21,2018-06-03 +/games/boxart/full_1304110AmericaFrontccc.jpg,Toukiden Kiwami,PC,Action,Tecmo Koei,Koei Tecmo Games,,,,,,,2015-06-26,2018-07-31 +/games/boxart/full_5084540AmericaFrontccc.jpg,Toukiden: The Age of Demons,PS4,Action,Tecmo Koei,Omega Force,,,,,,,2015-03-31,2018-09-21 +/games/boxart/full_8115356JapanFrontccc.jpg,Toukon Heat,GBA,Action,Pacific Century Cyber Works,Pacific Century Cyber Works,,,,,,,2002-12-20, +/games/boxart/full_8917083JapanFrontccc.jpg,Toukon Retsuden Advance,GBA,Action,Tomy Corporation,Tomy,,,,,,,2002-03-29, +/games/boxart/full_tourist-trap_507AmericaFront.jpg,Tourist Trap,XBL,Action,Microsoft,Domain of the Infinite,,,,,,,2011-07-20, +/games/boxart/6971555ccc.jpg,Tournament Cyberball 2072,Lynx,Action,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/7212061ccc.jpg,Towering Inferno,2600,Action,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/full_toxic-crusaders_50AmericaFront.jpg,Toxic Crusaders,GB,Action,Bandai,Realtime Associates,,,,,,,1992-09-01, +/games/boxart/full_toxic-crusaders_605AmericaFront.jpg,Toxic Crusaders,GEN,Action,Sega,Infogrames,,,,,,,1992-01-01, +/games/boxart/full_toxic-crusaders_604AmericaFront.jpg,Toxic Crusaders,NES,Action,Bandai,TOSE Software,,,,,,,1992-04-01, +/games/boxart/2969246ccc.jpg,Toy Commander,DC,Action,Sega,No Cliche,,,,,,,1999-09-30, +/games/boxart/full_391449JapanFrontccc.jpg,Toy Robo Force,GBA,Action,Global A Entertainment,Global A,,,,,,,2001-06-28, +/games/boxart/full_6796293PALFrontccc.jpg,Toy Soldiers: War Chest,PC,Action,Ubisoft,Signal Studios,,,,,,,2015-08-11,2018-06-25 +/games/boxart/full_tozasarata-tachi_4JapanFront.jpg,Tozasarata Tachi,3DO,Action,3DO,3DO,,,,,,,1995-12-22, +/games/boxart/full_2582729AmericaFrontccc.jpg,Trace Vector,Linux,Action,Vexel Games,Vexel Games,,,,,,,2014-08-20,2018-08-09 +/games/boxart/full_5191932AmericaFrontccc.jpg,Trace Vector,OSX,Action,Vexel Games,Vexel Games,,,,,,,2014-08-20,2018-08-09 +/games/boxart/full_1713083AmericaFrontccc.jpg,Trace Vector,PC,Action,Vexel Games,Vexel Games,,,,,,,2014-08-20,2018-08-09 +/games/boxart/full_traffic-department-2192_827AmericaFront.jpg,Traffic Department 2192,PC,Action,Unknown,P Squared,,,,,,,1994-01-01, +/games/boxart/full_trailer-park-king_742AmericaFront.jpg,Trailer Park King,XBL,Action,Microsoft,Freelance Games,,,,,,,2011-07-29, +/games/boxart/default.jpg,Trans-Galactic Tournament,PS4,Action,Unknown,Unknown,,,,,,,2015-06-04, +/games/boxart/full_7989658AmericaFrontccc.jpg,Transformers: Age of Extinction,And,Action,Mobage,Mobage,,,,,,,2014-06-18, +/games/boxart/full_transformers-revenge-of-the-fallen_704AmericaFront.jpg,Transformers: Revenge of the Fallen,XBL,Action,Activision,Luxoflux Corp.,,,,,,,2011-01-18, +/games/boxart/3127735ccc.jpg,Transformers: The Game,PS2,Action,Unknown,Unknown,,,,,,,, +/games/boxart/678684ccc.jpg,Transformers: The Game,PS3,Action,Unknown,Unknown,,,,,,,, +/games/boxart/full_4844318AmericaFrontccc.jpg,Transformers: The Game,PC,Action,Activision,Traveller's Tales,,,,,,,2007-06-26, +/games/boxart/full_transformers-the-game_685AmericaFront.jpg,Transformers: The Game,XBL,Action,Activision,Traveller's Tales,,,,,,,2011-01-18, +/games/boxart/full_transformers-war-for-cybertron_843AmericaFront.jpg,Transformers: War for Cybertron,XBL,Action,Activision,High Moon Studios,,,,,,,2010-12-28, +/games/boxart/default.jpg,Transformers: War for Cybertron 2,PS3,Action,Unknown,High Moon Studios,,,,,,,, +/games/boxart/default.jpg,Transformers: War for Cybertron 2,X360,Action,Unknown,High Moon Studios,,,,,,,, +/games/boxart/default.jpg,Transformers: War for Cybertron 2,PC,Action,Unknown,High Moon Studios,,,,,,,, +/games/boxart/full_travel-epule_766JapanFront.jpg,Travel Epule,PCE,Action,Nippon Telenet,Riot,,,,,,,1992-09-04, +/games/boxart/full_trax_870AmericaFront.jpg,Trax,GB,Action,Electro Brain,HAL Laboratory,,,,,,,1991-09-01, +/games/boxart/full_treasure-hunter-x_273AmericaFront.jpg,Treasure Hunter X,DSiW,Action,Agetec,Agetec,,,,,,,2011-02-14, +/games/boxart/default.jpg,Triad Wars,PC,Action,Square Enix,United Front Games,,,,,,,2016-01-01, +/games/boxart/full_1635977AmericaFrontccc.png,Trine Enchanted Edition,WiiU,Action,Frozenbyte,Frozenbyte,,,,,,,2015-03-12,2018-11-17 +/games/boxart/full_4745107AmericaFrontccc.jpg,Troll and I,PC,Action,Maximum Games,Spiral House,,,,,,,2017-03-21,2018-08-20 +/games/boxart/3988689ccc.jpg,Tron Deadly Discs,2600,Action,Mattel Interactive,Mattel Interactive,,,,,,,1982-01-01, +/games/boxart/full_tron-evolution_579AmericaFront.jpg,TRON: Evolution,PSN,Action,Disney Interactive Studios,Propaganda Games,,,,,,,2010-12-07, +/games/boxart/default.jpg,True Crime: Hong Kong,PS3,Action,Unknown,United Front Games,,,,,,,, +/games/boxart/default.jpg,True Crime: Hong Kong,X360,Action,Unknown,United Front Games,,,,,,,, +/games/boxart/default.jpg,True Crime: Hong Kong,PC,Action,Unknown,United Front Games,,,,,,,, +/games/boxart/8748564ccc.jpg,True Lies,GG,Action,Acclaim Entertainment,Beam Software,,,,,,,1995-02-01, +/games/boxart/4544639ccc.jpg,True Lies,GB,Action,LJN,Beam Software,,,,,,,1995-02-01, +/games/boxart/default.jpg,Tsugi no Giseisha o Oshirase Shimasu: Houkaisuru Sekai ni Shinigami to,PSP,Action,Unknown,Boost On,,,,,,,2012-02-02, +/games/boxart/full_tumble-pop_347AmericaFront.jpg,Tumble Pop,GB,Action,Sunsoft,Data East,,,,,,,1993-03-01, +/games/boxart/6443556ccc.jpg,Tunnel B1,SAT,Action,Acclaim Entertainment,Neon Studios,,,,,,,1997-01-15, +/games/boxart/8009575ccc.jpg,Tunnel Runner,2600,Action,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, +/games/boxart/4204545ccc.jpg,Turbo Sub,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/3256958ccc.jpg,Turmoil,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, +/games/boxart/full_6356385AmericaFrontccc.jpg,Turok 3: Shadow of Oblivion,GB,Action,Acclaim Entertainment,Bit Managers,,,,,,,2000-07-27, +/games/boxart/full_7059641AmericaFrontccc.jpg,Turok: Rage Wars,GB,Action,Acclaim Entertainment,Bit Managers,,,,,,,1999-01-01, +/games/boxart/8123829ccc.jpg,Tutankham,2600,Action,Stern,Parker Bros,,,,,,,1982-01-01, +/games/boxart/full_tweenies-doodles-bones_335PALFront.jpg,Tweenies: Doodles' Bones,GB,Action,BBC Multimedia,Tell-Tale Production,,,,,,,2001-10-19, +/games/boxart/full_6693020JapanFrontccc.jpg,Twin Series Vol. 3: Konchuu Monster/Super Chinese Labyrinth,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, +/games/boxart/full_5444779JapanFrontccc.jpg,Twin Series Vol. 4: Ham Ham Monster EX/Fantasy Puzzle Hamster Monogatari,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, +/games/boxart/full_83928JapanFrontccc.jpg,Twin Series Vol. 5: Wan Wan Meitantei EX/Mahou no Kuni no Keaki-Okusan Monogatari,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, +/games/boxart/full_3098328JapanFrontccc.jpg,Twin Series Vol. 6: Wan Nyon Idol Gakuen/Koinu Toissho Special,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, +/games/boxart/full_9957654AmericaFrontccc.png,Twisted Metal: Head-On,PSN,Action,Sony Computer Entertainment,Incognito Inc.,,,,,,,2008-02-13, +/games/boxart/3776619ccc.jpg,Two Crude Dudes,GEN,Action,Data East,OperaHouse,,,,,,,1992-01-01, +/games/boxart/full_1360908AmericaFrontccc.jpeg,Ty the Tasmanian Tiger 4,PC,Action,Krome Studios,Krome Studios,,,,,,,2015-09-18, +/games/boxart/full_typing-kengo-mu-san-yon-no-ken_0JapanFront.jpg,Typing Kengo: Mu-San-Yon no Ken,PS2,Action,Sunsoft,SunSoft,,,,,,,2002-01-17, +/games/boxart/full_9710664JapanFrontccc.jpg,Typing of the Date,DC,Action,Hudson Soft,Hudson Soft,,,,,,,2001-09-27, +/games/boxart/full_4019484AmericaFrontccc.jpg,UAV Wars,XBL,Action,Microsoft,Some Call Me Tim,,,,,,,2008-11-16, +/games/boxart/full_2985761JapanFrontccc.jpg,Uchhannanchan no Honou no Challenge: Denryuu IraIra Bou,N64,Action,Hudson Soft,Yuke's,,,,,,,1997-12-19, +/games/boxart/default.jpg,Uchimakure! Touch de Chameleon,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-06-30, +/games/boxart/full_5727445JapanFrontccc.jpg,Uchuu Senkan Yamato: Nijuu Ginga no Houkai,PS2,Action,Bandai,Bandai,,,,,,,2005-04-07, +/games/boxart/full_ueki-no-housoku-shinki-sakuretsu-nouryokumono-battle_277JapanFront.jpg,Ueki no Housoku: Shinki Sakuretsu! Nouryokumono Battle,GBA,Action,Banpresto,Banpresto,,,,,,,2006-03-02, +/games/boxart/full_ueki-no-housoku-taosu-ze-robert-juudan_204JapanFront.jpg,Ueki no Housoku: Taosu ze Robert Juudan!!,PS2,Action,Bandai,Bandai,,,,,,,2006-01-26, +/games/boxart/full_ultimate-paintball_90AmericaFront.jpg,Ultimate Paintball,GB,Action,Majesco,Morning Star Multimedia,,,,,,,2000-09-01, +/games/boxart/8646731ccc.jpg,Ultimate Ride,PC,Action,Disney Interactive Studios,Gigawatt Studios,,,,,,,2001-09-30, +/games/boxart/full_4786598JapanFrontccc.jpg,Ultra Keibitai: Monster Attack,GBA,Action,Rocket Company,Rocket Company,,,,,,,2004-08-05, +/games/boxart/full_30870JapanFrontccc.jpg,Ultraman,PS2,Action,Bandai,Bitstep,,,,,,,2004-05-20, +/games/boxart/full_1550119JapanFrontccc.jpg,Ultraman,GB,Action,Bec,Bec,,,,,,,1991-12-29, +/games/boxart/full_2530062JapanFrontccc.jpg,Ultraman 2: Shutsugeki Katoku Tai!! (FDS),NES,Action,Bandai,Tsuburaya Prod.,,,,,,,1987-12-18, +/games/boxart/full_ultraman-ball_622JapanFront.jpg,Ultraman Ball,GB,Action,Bec,Bec,,,,,,,1994-12-22, +/games/boxart/full_7320981JapanFrontccc.jpg,Ultraman Chou Toushi Gekiden,GB,Action,Angel Studios,Angel Studios,,,,,,,1994-08-26, +/games/boxart/full_1970002JapanFrontccc.jpg,Ultraman Club: Kaijuu Dai Kessen!!,NES,Action,Angel Studios,Tsuburaya Prod.,,,,,,,1992-12-25, +/games/boxart/full_90900JapanFrontccc.jpg,Ultraman Club: Supokon Fight!,NES,Action,Bandai,Tsuburaya Prod.,,,,,,,1993-04-23, +/games/boxart/full_7223664JapanFrontccc.jpg,Ultraman Nexus,PS2,Action,Bandai,Bitstep,,,,,,,2005-05-26, +/games/boxart/full_5351281JapanFrontccc.jpg,Ultraman Powered,3DO,Action,Bandai,Bandai,,,,,,,1994-03-20, +/games/boxart/full_115331JapanFrontccc.jpg,Ultraman: Kaijuu Teikoku no Gyakushuu (FDS),NES,Action,Bandai,Tsuburaya Prod.,,,,,,,1987-01-29, +/games/boxart/full_972209AmericaFrontccc.jpg,Ultratron,XBL,Action,Puppy Games,PaulCunningham,,,,,,,2008-12-30, +/games/boxart/full_unbound-saga_9AmericaFront.jpg,Unbound Saga,PSN,Action,Vogster Entertainment,Vogster Entertainment,4.9,,,,,,2009-07-16, +/games/boxart/full_unbound-saga_273AmericaFront.jpg,Unbound Saga,XBL,Action,Vogster Entertainment,Vogster Entertainment,5.5,,,,,,2010-12-01, +/games/boxart/full_uncharted-2-among-thieves-game-of-the-year-edition_4AmericaFront.jpg,Uncharted 2: Among Thieves - Game of the Year Edition,PS3,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-10-12, +/games/boxart/full_uncharted-2-among-thieves-drakes-fortune-mp-map-pack_246AmericaFront.jpg,Uncharted 2: Among Thieves Drake's Fortune MP Map Pack,PSN,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-02-25,2018-09-24 +/games/boxart/full_uncharted-2-among-thieves-playstation-heroes-pack_277AmericaFront.jpg,Uncharted 2: Among Thieves PlayStation Heroes Pack,PSN,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-01-28,2018-09-24 +/games/boxart/full_8179527PALFrontccc.jpg,Uncharted 2: Among Thieves Remastered,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2016-11-18,2018-09-24 +/games/boxart/full_uncharted-2-among-thieves-siege-expansion-pack_134AmericaFront.jpg,Uncharted 2: Among Thieves Siege Expansion Pack,PSN,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-04-22,2018-09-24 +/games/boxart/full_1378524PALFrontccc.jpg,Uncharted 3: Drake's Deception Remastered,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2016-11-18,2018-09-24 +/games/boxart/full_3100942PALFrontccc.jpg,Uncharted: Drake's Fortune Remastered,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2016-11-18,2018-09-24 +/games/boxart/full_undercover-cops_949JapanFront.jpg,Undercover Cops,SNES,Action,Unknown,Irem Software Engineering,,,,,,,2020-12-31, +/games/boxart/full_7258026AmericaFrontccc.jpg,Uneven Story Nack Hoi,XBL,Action,Microsoft,ktakaki,,,,,,,2009-08-10, +/games/boxart/full_1437229AmericaFrontccc.jpg,Untitled Prologue,XBL,Action,Microsoft,Uracle,,,,,,,2009-02-10, +/games/boxart/6647590ccc.jpg,Up 'n Down,2600,Action,Sega,Sega,,,,,,,1984-01-01, +/games/boxart/full_829120AmericaFrontccc.jpg,Urban Chaos,DC,Action,Eidos Interactive,Mucky Foot Productions,,,,,,,2000-11-13, +/games/boxart/full_6775642AmericaFrontccc.jpg,Urban Chaos,PC,Action,Eidos Interactive,Mucky Foot Productions,,,,,,,1999-11-30, +/games/boxart/full_urbanix_156AmericaFront.jpg,Urbanix,WW,Action,Nordcurrent,Nordcurrent,,,,,,,2011-01-17, +/games/boxart/full_urbanix_7PALFront.png,Urbanix,PSN,Action,Nordcurrent,Nordcurrent,,,,,,,2010-10-05, +/games/boxart/full_usotsuki-wa-tenshi-no-hajimari-tenchu_889JapanFront.jpg,Usotsuki wa Tenshi no Hajimari Tenchu!,PC,Action,Saga Planets,Saga Planets,,,,,,,2005-03-25, +/games/boxart/default.jpg,V.G Neo,PC,Action,Unknown,Giga,,,,,,,, +/games/boxart/full_7616468PALFrontccc.jpg,V.I.P.,GBA,Action,Ubisoft,Planet Interactive,,,,,,,2002-01-01, +/games/boxart/full_6720703JapanFrontccc.jpg,Valkyrie no Densetsu,PCE,Action,Namco,TOSE Software,,,,,,,1990-08-09, +/games/boxart/full_175109JapanFrontccc.jpg,Valkyrie no Densetsu,VC,Action,Namco Bandai,TOSE Software,,,,,,,2008-04-01, +/games/boxart/default.jpg,Valkyrie no Densetsu (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-12-08, +/games/boxart/full_7756688AmericaFrontccc.jpg,Vangers: One for the Road,PC,Action,Interactive Magic,K-D Lab,,,,,,,1998-07-31, +/games/boxart/full_5773723AmericaFrontccc.jpeg,VANISH,PC,Action,Unknown,Unknown,,,,,,,2013-06-30, +/games/boxart/full_veigues-tactical-gladiator_6AmericaFront.jpg,Veigues Tactical Gladiator,PCE,Action,NEC,Bits Laboratory,,,,,,,1990-01-01, +/games/boxart/default.jpg,Vektor Tank,Wii,Action,Unknown,Bplus,,,,,,,, +/games/boxart/full_5345333AmericaFrontccc.jpg,Velocity 2X,PS4,Action,Futurlab 1,FuturLab,,,,,,,2014-09-02,2018-09-21 +/games/boxart/full_3736255AmericaFrontccc.jpg,Venture,2600,Action,Coleco,Coleco,,,,,,,1982-01-01, +/games/boxart/full_2391813AmericaFrontccc.jpg,Very Hungry Pumpkin,XBL,Action,Microsoft,If Lasers,,,,,,,2009-10-24, +/games/boxart/4649079ccc.jpg,Vice: Project Doom,NES,Action,Sammy Corporation,Aicom,,,,,,,1991-11-01, +/games/boxart/9784682ccc.jpg,Video Life,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, +/games/boxart/default.jpg,Vigilance,PC,Action,Unknown,SegaSoft,,,,,,,, +/games/boxart/full_4609789AmericaFrontccc.jpg,Vigilante,PCE,Action,NEC,Irem Software Engineering,,,,,,,1989-01-01, +/games/boxart/full_6935079AmericaFrontccc.jpg,Vigilante,VC,Action,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-02-05, +/games/boxart/9865968ccc.jpg,Vigilante,MS,Action,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_5309499AmericaFrontccc.jpg,Vigilante 8: Arcade,XBL,Action,Activision,"Isopod Labs, LLC",,,,,,,2008-11-05, +/games/boxart/4297475ccc.jpg,Viking Child,Lynx,Action,Atari,"Imagitec Design, Inc.",,,,,,,1991-01-01, +/games/boxart/full_4369906PALFrontccc.jpeg,Viking Saga: Epic Adventure,PC,Action,Rondomedia,Unknown,,,,,,,2015-09-09, +/games/boxart/full_9264560AmericaFrontccc.jpeg,Viktor,PC,Action,Unknown,Unknown,,,,,,,2014-06-13, +/games/boxart/full_929491AmericaFrontccc.jpg,Vindicators,NES,Action,Tengen,HammerHead Ltd.,,,,,,,1988-01-01, +/games/boxart/full_vip_755AmericaFront.jpg,VIP,GB,Action,Ubisoft,Planet Interactive,,,,,,,2001-01-01, +/games/boxart/full_8949572AmericaFrontccc.jpg,Viral Survival,WW,Action,NIS America,O-TWO inc.,,,,,,,2010-05-24, +/games/boxart/4339835ccc.jpg,Virtual Bart,SNES,Action,Acclaim Entertainment,Sculptured Software,,,,,,,1994-09-01, +/games/boxart/full_virtual-bart_955AmericaFront.jpg,Virtual Bart,GEN,Action,Acclaim Entertainment,Sculptured Software,,,,,,,1994-01-01, +/games/boxart/full_virus-shooter-xx_165JapanFront.jpg,Virus Shooter XX,3DS,Action,Dorart,Dorart,,,,,,,2011-03-31, +/games/boxart/default.jpg,Virus: The Game,PC,Action,Unknown,Kidum Multimedia Ltd.,,,,,,,, +/games/boxart/full_vixen_75PALFront.jpg,Vixen,PC,Action,Unknown,Intelligent Design Ltd.,,,,,,,1989-01-01, +/games/boxart/full_voltron_701AmericaFront.jpg,Voltron,XBL,Action,THQ,THQ,,,,,,,2011-11-30, +/games/boxart/default.jpg,Voltron,PSN,Action,Unknown,THQ,,,,,,,, +/games/boxart/default.jpg,Voltron,PSV,Action,THQ,THQ,,,,,,,, +/games/boxart/full_6186594AmericaFrontccc.jpg,Volume,PSV,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2016-01-05,2018-05-10 +/games/boxart/full_5330524AmericaFrontccc.jpg,Volume,PS4,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2015-08-18,2018-05-10 +/games/boxart/full_3816084AmericaFrontccc.jpg,Volume,OSX,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2015-08-18,2018-05-10 +/games/boxart/full_9071593AmericaFrontccc.jpg,Volume,PC,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2015-08-18,2018-05-10 +/games/boxart/full_581046AmericaFrontccc.jpg,Voodoo Nights,X360,Action,Unknown,Mindware Studios,,,,,,,, +/games/boxart/default.jpg,Voxatron,PC,Action,Unknown,Lexaloffle Games,,,,,,,, +/games/boxart/full_1628978PALFrontccc.jpg,Voyage: Journey to the Moon,PC,Action,Meridian4,Unknown,,,,,,,2005-08-16,2018-07-19 +/games/boxart/6030099ccc.jpg,VR Stalker,3DO,Action,American Laser Games,Morpheus Interactive,,,,,,,1994-01-01, +/games/boxart/default.jpg,VS-robo,3DS,Action,Unknown,Rocket Company,,,,,,,, +/games/boxart/full_9766997JapanFrontccc.jpg,Vulcanus: Seek & Destroy,PSP,Action,Compile Heart,Zepetto,,,,,,,2006-11-16, +/games/boxart/full_3641149PALFrontccc.jpg,W.I.T.C.H.,GBA,Action,Disney Interactive Studios,Climax,,,,,,,2006-09-15, +/games/boxart/762216ccc.jpg,Wabbit,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, +/games/boxart/default.jpg,Wacky Land Boss,PS3,Action,Unknown,Fair Play Labs,,,,,,,, +/games/boxart/full_wackylands-boss_223PALFront.png,Wackylands Boss,PSN,Action,Creat Studio,Fair Play Labs,,,,,,,2011-02-01, +/games/boxart/full_7676609JapanFrontccc.jpg,Wagyan Land,NES,Action,Namco,Namco,,,,,,,1989-02-09, +/games/boxart/full_3076536JapanFrontccc.jpg,Wagyan Land,GG,Action,Namco,Namco,,,,,,,1991-07-26, +/games/boxart/full_5034118JapanFrontccc.jpg,Wagyan Land 2,NES,Action,Namco,Namco,,,,,,,1990-12-14, +/games/boxart/full_8639451JapanFrontccc.jpg,Wagyan Land 3,NES,Action,Namco,Namco,,,,,,,1992-12-08, +/games/boxart/full_7091119JapanFrontccc.jpg,Wagyan Paradise,SNES,Action,Namco,Namco,,,,,,,1994-12-16, +/games/boxart/7457353ccc.jpg,Wall Ball,2600,Action,Avalon Interactive,Avalon Hill,,,,,,,1983-01-01, +/games/boxart/full_wally-bear-and-the-no-gang_1AmericaFront.jpg,Wally Bear and the No! gang,NES,Action,American Video Entertainment,"American Game Cartridges, Inc.",,,,,,,1992-01-01, +/games/boxart/4920689ccc.jpg,Wanted,MS,Action,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/4019735ccc.jpg,Warbirds,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/9207118ccc.jpg,WarGames: Defcon 1,PS,Action,MGM Interactive,Interactive Studios Ltd.,,,,,,,1998-06-30, +/games/boxart/full_1843499AmericaFrontccc.jpg,WarGods,PC,Action,GT Interactive,Eurocom Entertainment Software,,,,,,,1997-06-30, +/games/boxart/full_4415845AmericaFrontccc.jpg,Warlock,SNES,Action,Acclaim Entertainment,Realtime Associates,,,,,,,1994-01-01, +/games/boxart/full_8144505AmericaFrontccc.jpg,Warlock,GEN,Action,Acclaim Entertainment,Realtime Associates,,,,,,,1994-01-01, +/games/boxart/8381019ccc.jpg,Warlords,2600,Action,Atari,Atari,,,,,,,1981-01-01, +/games/boxart/full_6644348AmericaFrontccc.jpg,Warlords,XBL,Action,Atari,Stainless Games,,,,,,,2008-05-28, +/games/boxart/default.jpg,Warlords,X360,Action,Unknown,Griptonite Games,,,,,,,, +/games/boxart/full_warlords-2011_694PALFront.jpg,Warlords (2011),PSN,Action,Atari,Griptonite Games,,,,,,,, +/games/boxart/full_warlords-2011_931AmericaFront.jpg,Warlords (2011),XBL,Action,Unknown,Griptonite Games,,,,,,,, +/games/boxart/default.jpg,Warp,PC,Action,Unknown,Trapdoor Inc.,,,,,,,, +/games/boxart/full_warp_1000AmericaFront.jpg,Warp,PSN,Action,Electronic Arts,Trapdoor Inc.,,,,,,,, +/games/boxart/full_2289206AmericaFrontccc.jpg,Warp,XBL,Action,Unknown,Trapdoor Inc.,,,,,,,, +/games/boxart/8693278ccc.jpg,Warplock,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, +/games/boxart/full_4888676JapanFrontccc.jpg,Warpman,NES,Action,Namco,Namco,,,,,,,1985-07-12, +/games/boxart/full_2144981AmericaFrontccc.png,Warriors Orochi,PSN,Action,KOEI,Omega Force,,,,,,,2009-08-19, +/games/boxart/full_7196242AmericaFrontccc.png,Warriors Orochi 2,PSN,Action,KOEI,Omega Force,,,,,,,2009-09-30, +/games/boxart/full_7666465AmericaFrontccc.jpg,Wars & Warriors: Joan of Arc,PC,Action,Enlight,Enlight Software,,,,,,,2004-02-07, +/games/boxart/full_268452AmericaFrontccc.jpg,Watchmen: The End is Nigh,PC,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-03-04, +/games/boxart/full_6793851AmericaFrontccc.jpg,Watchmen: The End is Nigh,XBL,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-03-04, +/games/boxart/full_291735AmericaFrontccc.jpg,Watchmen: The End Is Nigh Part 2,PSN,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-07-30, +/games/boxart/full_4867976AmericaFrontccc.jpg,Watchmen: The End Is Nigh Part 2,XBL,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-08-26, +/games/boxart/default.jpg,Watchmen: The End Is Nigh Part 2,PC,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-07-29, +/games/boxart/full_waterworld_3PALFront.jpg,Waterworld,SNES,Action,Ocean,Ocean,,,,,,,1995-01-01, +/games/boxart/full_5886799AmericaFrontccc.jpg,Wattam,PS4,Action,Annapurna Interactive,Funomena,,,,,,,2020-12-31, +/games/boxart/default.jpg,Way of the Samurai 3,PC,Action,Ghostlight,Acquire,,,,,,,2016-03-23, +/games/boxart/full_414769AmericaFrontccc.jpeg,Way of the Samurai 4,PC,Action,Ghostlight,Acquire,,,,,,,2015-04-01, +/games/boxart/default.jpg,Way of the Samurai Online,X360,Action,Unknown,Acquire,,,,,,,, +/games/boxart/4416984ccc.jpg,We're Back - A Dinosaurs Tale,GG,Action,Hi Tech Expressions,Hi Tech Expressions,,,,,,,1993-01-01, +/games/boxart/full_9874414JapanFrontccc.jpg,Weakness Hero Torauman,DC,Action,Fortyfive,Fortyfive,,,,,,,2002-02-28, +/games/boxart/full_3563909AmericaFrontccc.jpg,Weapon of Choice,XBL,Action,Microsoft,Mommy's Best Games,,,,,,,2008-12-12,2018-10-01 +/games/boxart/full_9217917AmericaFrontccc.jpg,Whack Em in a Hole,XBL,Action,Microsoft,Thomas Woo,,,,,,,2009-06-10, +/games/boxart/default.jpg,Where time stood still,PC,Action,Unknown,Denton Designs,,,,,,,, +/games/boxart/full_5926377AmericaFrontccc.jpg,WhipCrack,XBL,Action,Microsoft,Scottp,,,,,,,2009-10-05, +/games/boxart/full_7602185PALFrontccc.jpg,Whirlo,SNES,Action,Namco,Namco,,,,,,,1992-01-01, +/games/boxart/full_5521407AmericaFrontccc.jpg,White Day: A Labyrinth Named School (2017),PC,Action,PQube,ROIGAMES Inc.,,,,,,,2017-08-22,2018-02-08 +/games/boxart/full_5151965AmericaFrontccc.jpg,Who Did I Date Last Night?,XBL,Action,Microsoft,North West,,,,,,,2009-07-30, +/games/boxart/7689772ccc.jpg,Who Framed Roger Rabbit,NES,Action,LJN,Rare Ltd.,,,,,,,1989-09-01, +/games/boxart/7168517ccc.jpg,Who Framed Roger Rabbit,GB,Action,Capcom,Capcom,,,,,,,1991-11-01, +/games/boxart/default.jpg,Who Wants to Be a Millionaire?,PSP,Action,Eidos Interactive,Unknown,,,,,,,2006-12-01, +/games/boxart/9984651ccc.jpg,Who Wants to Beat Up a Millionaire,DC,Action,Berkeley,Berkeley,,,,,,,2000-01-01, +/games/boxart/default.jpg,WiiWAA,Wii,Action,Unknown,Zoink Games,,,,,,,, +/games/boxart/9788546ccc.jpg,Wild Metal,DC,Action,Rockstar Games,DMA Design,,,,,,,2000-02-01, +/games/boxart/4940750ccc.jpg,Wild Woody,SCD,Action,Sega,Sega,3,,,,,,1995-01-01, +/games/boxart/default.jpg,Wildlife: Forest Survival,PSN,Action,Unknown,Electronic Arts,,,,,,,, +/games/boxart/default.jpg,Wildlife: Forest Survival,XBL,Action,Unknown,Electronic Arts,,,,,,,, +/games/boxart/full_windchaser_687PALFront.jpg,Windchaser,PC,Action,Got Game Entertainment,Chimera Entertainment,,,,,,,2009-08-13, +/games/boxart/full_windwalker_692AmericaFront.jpg,Windwalker,PC,Action,Origin Systems,Unknown,,,,,,,1989-01-01, +/games/boxart/6628455ccc.jpg,Wing Commander,PC,Action,Origin Systems,Origin Systems,,,,,,,1990-09-28, +/games/boxart/1335952ccc.jpg,Wing Commander,SNES,Action,Mindscape,Origin Systems,,,,,,,1992-03-01, +/games/boxart/8039360ccc.jpg,Wing Commander II: Vengeance of the Kilrathi,PC,Action,Origin Systems,Origin Systems,,,,,,,1992-01-01, +/games/boxart/686018ccc.jpg,Wing Commander III: Heart of the Tiger,PC,Action,Electronic Arts,Origin Systems,,,,,,,1994-12-12, +/games/boxart/6583841ccc.jpg,Wing Commander III: Heart of the Tiger,3DO,Action,Electronic Arts,Origin Systems,,,,,,,1995-06-12, +/games/boxart/7571529ccc.jpg,Wing Commander: The Secret Missions,SNES,Action,Origin Systems,Origin Systems,,,,,,,1993-03-03, +/games/boxart/full_6025142AmericaFrontccc.jpg,Wings,GBA,Action,Metro 3D,Crawfish Interactive,,,,,,,2003-02-13, +/games/boxart/full_wings-of-fury_101AmericaFront.jpg,Wings of Fury,GB,Action,Mindscape,Ed Magnin and Associates,,,,,,,1999-12-01, +/games/boxart/5213034ccc.jpg,Winx Club: Quest for the Codex,GBA,Action,Konami,Powerhead Games,,,,,,,2006-11-13, +/games/boxart/full_wisplisp-array-of-list_213AmericaFront.jpg,WispLisp Array of List,XBL,Action,Microsoft,DK Alpla,,,,,,,2011-08-10, +/games/boxart/default.jpg,Wizadore,PC,Action,Unknown,Imagine Software,,,,,,,, +/games/boxart/2426968ccc.jpg,Wizard of Wor,2600,Action,CBS Electronics,CBS Electronics,,,,,,,1982-01-01, +/games/boxart/full_7157699AmericaFrontccc.jpg,Wizards & Warriors III - Kuros: Visions of Power,NES,Action,Acclaim Entertainment,Rare Ltd.,,,,,,,1992-03-01, +/games/boxart/full_3631191AmericaFrontccc.png,Wizball,ACPC,Action,Ocean Software,Sensible Software,,,,,,,1987-01-01,2018-01-06 +/games/boxart/default.jpg,Wizorb,XBL,Action,Unknown,Tribute Games,,,,,,,, +/games/boxart/full_5551110AmericaFrontccc.png,Woah Dave!,3DS,Action,Gaijin Games Inc.,Gaijin Games Inc.,,,,,,,2014-10-30, +/games/boxart/default.jpg,Woah Dave!,PS4,Action,Gaijin Games Inc.,Gaijin Games Inc.,,,,,,,2015-03-31, +/games/boxart/default.jpg,Woah Dave!,PSV,Action,Gaijin Games Inc.,Gaijin Games Inc.,,,,,,,2015-01-06, +/games/boxart/full_2506234AmericaFrontccc.jpg,Wolf of the Battlefield: Commando 3,XBL,Action,Capcom,Backbone Emeryville,6,,,,,,2008-06-11, +/games/boxart/full_wolf-of-the-battlefield-commando-3_660AmericaFront.jpg,Wolf of the Battlefield: Commando 3,PSN,Action,Capcom,Backbone Emeryville,6,,,,,,2008-06-06, +/games/boxart/4854084ccc.jpg,Wolverine,NES,Action,LJN,Software Creations,,,,,,,1991-10-01, +/games/boxart/full_1794593JapanFrontccc.jpg,Wonder Momo,PCE,Action,Namco,Namco,,,,,,,1989-04-21, +/games/boxart/full_441278JapanFrontccc.jpg,Wonder Momo,VC,Action,Namco Bandai,Namco,,,,,,,2007-02-27, +/games/boxart/default.jpg,Wonder Momo (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-06-16, +/games/boxart/default.jpg,Woodcutter Simulator 2016,PC,Action,Namco Bandai Games,Unknown,,,,,,,2015-02-26, +/games/boxart/default.jpg,Woodcutter Simulator 2016,PS3,Action,Namco Bandai Games,Unknown,,,,,,,2015-02-26, +/games/boxart/default.jpg,Woodcutter Simulator 2016,XOne,Action,Namco Bandai Games,Unknown,,,,,,,2015-02-26, +/games/boxart/full_7979818AmericaFrontccc.png,Wooden Sen'SeY,WiiU,Action,Neko Entertainment,Unknown,,,,,,,2014-07-24,2018-01-05 +/games/boxart/full_4966517AmericaFrontccc.jpg,Wooden Sen'SeY,PC,Action,Neko Entertainment,Unknown,,,,,,,2013-12-05,2018-01-05 +/games/boxart/full_8527609AmericaFrontccc.jpg,Wooden Sen'SeY,OSX,Action,Neko Entertainment,Unknown,,,,,,,2013-12-05,2018-01-05 +/games/boxart/full_woody-two-legs-attack-of-the-zombie-pirates_680AmericaFront.jpg,Woody Two-Legs: Attack of the Zombie Pirates,PC,Action,Paradox Interactive,Nitro Games,,,,,,,2010-10-28, +/games/boxart/full_1016169AmericaFrontccc.jpg,Wool,XBL,Action,Microsoft,Milkstone Studios,,,,,,,2009-11-17, +/games/boxart/6090220ccc.jpg,Word Zapper,2600,Action,Vidtec,Vidtec,,,,,,,1982-01-01, +/games/boxart/6852475ccc.jpg,World Destruction League: Thunder Tanks,GB,Action,3DO,Sunset Entertainment,,,,,,,2000-12-12, +/games/boxart/default.jpg,World of Truck: The Ultimate Truck Collection,PC,Action,Avanquest Software,Unknown,,,,,,,2014-10-27, +/games/boxart/default.jpg,World Soccer Winning Eleven 2015,PS4,Action,Konami Digital Entertainment,Unknown,,,,,,,2015-06-11, +/games/boxart/default.jpg,World Soccer Winning Eleven 2015,PS3,Action,Konami Digital Entertainment,Unknown,,,,,,,2015-06-11, +/games/boxart/6509873ccc.jpg,Worm War I,2600,Action,20th Century Fox Video Games,Sirius (Japan),,,,,,,1982-01-01, +/games/boxart/default.jpg,Wrath of Heroes,PC,Action,Unknown,BioWare,,,,,,,, +/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,X360,Action,Namco,Unknown,,,,,,,2013-03-26, +/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,PSV,Action,Namco,Unknown,,,,,,,2013-03-26, +/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,PS3,Action,Namco,Unknown,,,,,,,2013-03-26, +/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,PC,Action,Namco,Unknown,,,,,,,2013-03-26, +/games/boxart/default.jpg,WRC 4: FIA World Rally Championship,PS3,Action,Bigben Interactive,Unknown,,,,,,,2014-07-29, +/games/boxart/default.jpg,WRC 4: FIA World Rally Championship,X360,Action,Bigben Interactive,Unknown,,,,,,,2013-10-25, +/games/boxart/default.jpg,WRC 4: FIA World Rally Championship,PC,Action,Bigben Interactive,Unknown,,,,,,,2013-10-25, +/games/boxart/full_4485938AmericaFrontccc.jpg,Writer's Block,XBL,Action,Microsoft,nikeman,,,,,,,2008-12-19, +/games/boxart/full_8208090AmericaFrontccc.jpeg,Wulverblade,XOne,Action,Darkwind Media,Darkwind Media,,,,,,,2018-01-31, +/games/boxart/full_5876887AmericaFrontccc.jpg,Wulverblade,PC,Action,Darkwind Media,Darkwind Media,,,,,,,2018-01-30, +/games/boxart/full_wwe-all-stars_238AmericaFront.jpg,WWE All Stars,XBL,Action,THQ,THQ,,,,,,,2011-10-11, +/games/boxart/full_3397893AmericaFrontccc.png,X-Fighting,And,Action,Unknown,Unknown,,,,,,,2014-06-26, +/games/boxart/full_x-men-2-clone-wars_8AmericaFront.jpg,X-Men 2: Clone Wars,GEN,Action,Sega,HeadGames,,,,,,,1995-01-01, +/games/boxart/full_x-men_363AmericaFront.jpg,X-Men Arcade,PSN,Action,Konami,Backbone Entertainment,7.6,,,,,,2010-12-14, +/games/boxart/full_x-men_407AmericaFront.jpg,X-Men Arcade,XBL,Action,Konami,Backbone Entertainment,7.3,,,,,,2010-12-15, +/games/boxart/full_x-men-ii-the-fall-of-the-mutants_311AmericaFront.jpg,X-Men II: The Fall of the Mutants,PC,Action,Unknown,Paragon Software Corporation,,,,,,,1990-01-01, +/games/boxart/full_x-men-madness-in-the-murderworld_782AmericaFront.jpg,X-Men: Madness in Murderworld,PC,Action,Unknown,Paragon Software Corporation,,,,,,,1989-01-01, +/games/boxart/default.jpg,X-Men: Mojo World,MS,Action,Tec Toy,Sega,,,,,,,1996-01-01, +/games/boxart/full_5938350AmericaFrontccc.jpg,X-Men: Mojo World,GG,Action,Sega,Sega,,,,,,,1996-01-01, +/games/boxart/8857012ccc.jpg,X-Men: Mutant Wars,GB,Action,Activision,Avit,,,,,,,2000-11-01, +/games/boxart/full_2557637AmericaFrontccc.jpg,X-Men: The Official Game,PC,Action,Activision,Beenox,,,,,,,2006-05-16, +/games/boxart/full_769489AmericaFrontccc.jpg,X-Perts,GEN,Action,Sega,Abalone,,,,,,,1996-01-01, +/games/boxart/full_3030817AmericaFrontccc.jpg,X-Scape,DSiW,Action,Nintendo,Q-Games,,,,,,,2010-05-31, +/games/boxart/full_906630AmericaFrontccc.png,X-Tactics,And,Action,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_2633793AmericaFrontccc.png,X-Tactics,PC,Action,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/2723012ccc.jpg,X2: Wolverine's Revenge,PC,Action,Activision,Livesay Technologies,5.5,,,,,,2003-04-15, +/games/boxart/default.jpg,Xarlor: Infinite Expanse,PC,Action,Mountain King Studios,Mountain King Studios,,,,,,,2000-01-01, +/games/boxart/default.jpg,XCOM: Enemy Within,PC,Action,2K Games,Unknown,,,,,,,2013-11-12, +/games/boxart/default.jpg,XCOM: Enemy Within,PS3,Action,2K Games,Unknown,,,,,,,2013-11-12, +/games/boxart/default.jpg,XCOM: Enemy Within,X360,Action,2K Games,Unknown,,,,,,,2013-11-12, +/games/boxart/full_4864341AmericaFrontccc.jpg,Xena: Warrior Princess,GB,Action,Titus,Titus Software,,,,,,,2001-01-01, +/games/boxart/full_xenon-2-megablast_201AmericaFront.jpg,Xenon 2: Megablast,PC,Action,Imageworks,"Assembly Line, The, Bitmap Brothers, The",,,,,,,1990-01-01, +/games/boxart/9324175ccc.jpg,Xenophobe,7800,Action,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/9291309ccc.jpg,Xenophobe,2600,Action,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/3131122ccc.jpg,Xenophobe,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_3587426AmericaFrontccc.jpg,Xenophobe,NES,Action,Sunsoft,Bally Midway,,,,,,,1988-12-01, +/games/boxart/default.jpg,Xeodrifter,3DS,Action,Renegade Kid,Renegade Kid,,,,,,,2014-12-11, +/games/boxart/full_8823486AmericaFrontccc.jpg,Xiaolin Showdown,XB,Action,Konami,BottleRocket Entertainment,,,,,,,2006-11-15, +/games/boxart/full_9325785AmericaFrontccc.jpg,Xiaolin Showdown,PS2,Action,Konami,BottleRocket Entertainment,,,,,,,2006-11-14, +/games/boxart/default.jpg,XING: The Land Beyond,PS4,Action,White Lotus Interactive,Unknown,,,,,,,2017-01-01, +/games/boxart/default.jpg,XING: The Land Beyond,PC,Action,White Lotus Interactive,Unknown,,,,,,,2017-01-01, +/games/boxart/full_5340557AmericaFrontccc.jpg,XNcAve,XBL,Action,Microsoft,SFLM,,,,,,,2009-07-28, +/games/boxart/full_8996595PALFrontccc.jpg,Xyanide Resurrection,PS2,Action,Playlogic Game Factory,Playlogic,,,,,,,2007-07-31, +/games/boxart/4687169ccc.jpg,Xybots,Lynx,Action,Atari,Tengen,,,,,,,1991-01-01, +/games/boxart/full_5752169PALFrontccc.jpg,Yakuza Fury,PS2,Action,505 Games,Vingt-et-un Systems,,,,,,,2005-11-16, +/games/boxart/default.jpg,Yakuza Online,PC,Action,Sega,Sega,,,,,,,2019-01-01, +/games/boxart/default.jpg,Yakuza Online,And,Action,Sega,Sega,,,,,,,2019-01-01, +/games/boxart/full_2746667AmericaFrontccc.jpg,Yardmaster: Rule the Rails!,And,Action,Unknown,Unknown,,,,,,,2014-09-03, +/games/boxart/full_yobro_3AmericaFront.jpg,Yo'Bro,PCE,Action,NEC,ICOM Simulations,,,,,,,1991-01-01, +/games/boxart/full_6108893AmericaFrontccc.jpg,Yo-Ho Kablammo,XBL,Action,Microsoft,Canalside Studios,,,,,,,2009-09-02, +/games/boxart/full_2952490AmericaFrontccc.jpg,yOm,XBL,Action,Microsoft,jojito,,,,,,,2009-10-21, +/games/boxart/full_8989149AmericaFrontccc.jpg,yOm_fury,XBL,Action,Microsoft,jojito,,,,,,,2009-11-12, +/games/boxart/full_4712057AmericaFrontccc.jpg,Yonder: The Cloud Catcher Chronicles,PC,Action,CokeM Interactive,Prideful Sloth,,,,,,,2017-07-18, +/games/boxart/default.jpg,You Must Escape 2,And,Action,Mobest Media,Unknown,,,,,,,2014-06-18, +/games/boxart/full_5254291AmericaFrontccc.png,You're Fired!,And,Action,Unknown,Unknown,,,,,,,2014-05-23, +/games/boxart/full_7639237JapanFrontccc.jpg,Youkai Douchuuki,PCE,Action,Namco,TOSE,,,,,,,1988-02-05, +/games/boxart/full_5789855JapanFrontccc.jpg,Youkai Douchuuki,NES,Action,Namco,Namco,,,,,,,1988-06-24, +/games/boxart/full_1359256JapanFrontccc.jpg,Youkai Douchuuki,PCE,Action,Namco,TOSE,,,,,,,1988-02-05, +/games/boxart/full_4487073JapanFrontccc.jpg,Youkai Douchuuki,VC,Action,Namco Bandai,Namco,,,,,,,2007-02-20, +/games/boxart/default.jpg,Youkai Douchuuki (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-04-28, +/games/boxart/full_312789PALFrontccc.jpg,Young Justice: Legacy,PC,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,,,,,,2014-03-21,2018-11-24 +/games/boxart/full_young-thor_10PALFront.jpg,Young Thor,PSN,Action,Frima Studio,Frima Studio,,,,,,,2010-07-20, +/games/boxart/full_ys-vs-sora-no-kiseki-alternative-saga_10JapanFront.jpg,Ys vs. Sora no Kiseki: Alternative Saga,PSN,Action,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-07-29, +/games/boxart/4472030ccc.jpg,Yuurei Yashiki no Nijuuyon Jikan,GBA,Action,Global A Entertainment,Global A,,,,,,,2002-01-24, +/games/boxart/4952701ccc.jpg,Yuushun Rhapsody,GBA,Action,Capcom,Capcom,,,,,,,2001-06-29, +/games/boxart/7816490ccc.jpg,Z-Tack,2600,Action,Bomb,Bomb,,,,,,,1983-01-01, +/games/boxart/full_zack-zero_831AmericaFront.jpg,Zack Zero,PS3,Action,Unknown,Unknown,,,,,,,2012-01-17, +/games/boxart/default.jpg,Zap Ball,GIZ,Action,Unknown,Danny Flax,,,,,,,, +/games/boxart/999245ccc.jpg,Zarlor Mercenary,Lynx,Action,Atari,Epyx,,,,,,,1990-01-01, +/games/boxart/full_zax-the-alien-hunter_993AmericaFront.jpg,Zax: The Alien Hunter,PC,Action,JoWood Productions,Reflexive Entertainment,,,,,,,2001-10-09, +/games/boxart/full_zekkyou-senshi-sakeburein_608JapanFront.jpg,Zekkyou Senshi: Sakeburein,DS,Action,Nintendo,Suzak,,,,,,,2007-09-11, +/games/boxart/948298ccc.jpg,Zenji,5200,Action,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/full_2816410JapanFrontccc.jpg,Zero Pilot: Daisanji Sekai Taisen 1946,PSP,Action,Global A Entertainment,Marionette,,,,,,,2008-11-13, +/games/boxart/full_2162558JapanFrontccc.jpg,Zettai Muteki Raijin-Oh,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1991-12-28, +/games/boxart/4758603ccc.jpg,Zettai Zetsumei Den Chara Suji-San 3,GBA,Action,Kids Station,Kids Station,,,,,,,2004-12-16, +/games/boxart/62519ccc.jpg,Zettai Zetsumei: Denja Rasuji-San,GBA,Action,Kids Station,Kids Station,,,,,,,2003-09-26, +/games/boxart/8451562ccc.jpg,Zettai Zetsumei: Denja Rasuji-San - Naki no Ikkai,GBA,Action,Kids Station,Kids Station,,,,,,,2004-03-18, +/games/boxart/default.jpg,Zipball,GB,Action,Sachen,sachen,,,,,,,1993-01-01, +/games/boxart/full_zoids-infinity-fuzors_9JapanFront.jpg,Zoids Infinity Fuzors,PS2,Action,Tomy Corporation,Shoeisha,,,,,,,2005-02-17, +/games/boxart/full_7146111JapanFrontccc.jpg,Zoids Vs.,GC,Action,Tomy Corporation,Tomy Corporation,,,,,,,2002-09-06, +/games/boxart/full_7848906PALFrontccc.jpg,Zombi,PC,Action,Ubisoft,Ubisoft Montpellier,,,,,,,2016-01-21,2018-01-17 +/games/boxart/full_zombie-arena_833AmericaFront.jpg,Zombie Arena,XBL,Action,Microsoft,golconda,,,,,,,2010-08-16, +/games/boxart/full_zombie-arena-2_915AmericaFront.jpg,Zombie Arena 2,XBL,Action,Microsoft,golconda,,,,,,,2011-01-30, +/games/boxart/full_7087094PALFrontccc.jpg,Zombie Attack,PS2,Action,505 Games,Tamsoft,,,,,,,2006-02-03, +/games/boxart/full_7420513AmericaFrontccc.png,Zombie Commando,And,Action,Bulkypix,Bulkypix,,,,,,,2014-03-18, +/games/boxart/full_zombie-death-car_81AmericaFront.jpg,Zombie Death Car,XBL,Action,Microsoft,rmm5,,,,,,,2011-07-06, +/games/boxart/full_3792721AmericaFrontccc.png,Zombie Diary 2 Evolution,And,Action,Unknown,Unknown,,,,,,,2014-06-13, +/games/boxart/default.jpg,Zombie Driver HD,PSN,Action,Unknown,EXOR Studios,,,,,,,, +/games/boxart/default.jpg,Zombie Driver HD,XBL,Action,Unknown,EXOR Studios,,,,,,,, +/games/boxart/full_7430659PALFrontccc.jpg,Zombie Hunters,PS2,Action,Essential Games,Tamsoft,,,,,,,2007-03-23, +/games/boxart/full_4021994AmericaFrontccc.jpg,Zombie Mania,XBL,Action,Microsoft,William Ulrich,,,,,,,2009-08-12, +/games/boxart/full_zombie-racers_583AmericaFront.jpg,Zombie Racers,XBL,Action,Microsoft,Big Head Games Ltd.,,,,,,,2011-08-29, +/games/boxart/973835ccc.jpg,Zombie Revenge,DC,Action,Sega,Sega,,,,,,,1999-12-31, +/games/boxart/full_5073665PALFrontccc.jpg,Zombie Virus,PS2,Action,Essential Games,Vingt-et-un Systems,,,,,,,2007-03-23, +/games/boxart/full_6733582PALFrontccc.jpg,Zombie Zone,PS2,Action,505 Games,Tamsoft,,,,,,,2005-10-21, +/games/boxart/full_4553241AmericaFrontccc.jpg,Zombies Ate My Neighbors,SNES,Action,Konami,LucasArts,,,,,,,1993-07-19, +/games/boxart/full_3319499AmericaFrontccc.jpg,Zombies Ate My Neighbors,GEN,Action,Konami,LucasArts,,,,,,,1993-09-01, +/games/boxart/full_3278817AmericaFrontccc.jpg,Zombies Ate My Neighbors,VC,Action,LucasArts,LucasArts,,,,,,,2009-10-26, +/games/boxart/full_zombies-ruined-my-day_328AmericaFront.jpg,Zombies Ruined My Day,XBL,Action,Microsoft,mancebo,,,,,,,2011-08-09, +/games/boxart/default.jpg,Zombii Attack,WW,Action,Unknown,"Gamers Digital, Inc.",,,,,,,2020-12-31, +/games/boxart/default.jpg,Zomgeri Panic,DSiW,Action,G-Style,G-Style,,,,,,,2011-02-16, +/games/boxart/312561ccc.jpg,Zone Ranger,5200,Action,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/39208ccc.jpg,Zool,GEN,Action,GameTek,Gremlin Graphics,,,,,,,1992-01-02, +/games/boxart/full_633762PALFrontccc.jpg,Zool: Ninja of the 'Nth' Dimension,MS,Action,Gremlin Interactive Ltd,Gremlin Graphics,,,,,,,1993-01-01, +/games/boxart/full_1107961AmericaFrontccc.jpg,Zoom!,GEN,Action,Sega,"SEGA of America, Inc.",,,,,,,1989-11-03, +/games/boxart/full_653595AmericaFrontccc.jpg,ZPC,PC,Action,GT Interactive,Zombie,,,,,,,1996-10-31, +/games/boxart/full_2846586AmericaFrontccc.jpg,[Prototype],PC,Action,Activision,Radical Entertainment,7.9,,,,,,2009-06-09, +/games/boxart/full_prototype_70AmericaFront.jpg,[Prototype],PSN,Action,Activision,Radical Entertainment,7.8,,,,,,2010-12-14, +/games/boxart/default.jpg,Arcade Archives: Over Top,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Art of Fighting 3,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Blazing Star,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Blue's Journey,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Bravoman,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Bravoman,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dig Dug,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dig Dug,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dragon Buster,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dragon Buster,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dragon Spirit,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dragon Spirit,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Fatal Fury 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Galaxian,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Galaxian,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Metal Slug 5,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Metrocross,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Metrocross,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Neo Turf Masters,NS,Action,Unknown,SNK,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Neo Turf Masters,PS4,Action,Unknown,SNK,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Ordyne,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Ordyne,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Phelios,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Phelios,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Pistol Daimyo no Bouken,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Pistol Daimyo no Bouken,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Samurai Shodown,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Samurai Shodown V,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Sengoku,PS4,Action,Unknown,SNK,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Shock Troopers,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Sky Kid,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Sky Kid,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Soccer Brawl,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Strikers 1945 Plus,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Super Pac-Man,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Super Pac-Man,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Super Sidekicks,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The King of Fighters '95,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Last Blade,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Legend of Valkyrie,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Legend of Valkyrie,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Super Spy,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Wonder Momo,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Wonder Momo,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: World Heroes 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Youkai Douchuki,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Youkai Douchuki,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Crawl,NS,Action,Unknown,Powerhoof,,,,,,,,2019-06-25 +/games/boxart/full_7121065AmericaFrontccc.jpg,Dawn of the Monsters,XS,Action,Unknown,13AM Games,,,,,,,,2022-03-10 +/games/boxart/full_4861456AmericaFrontccc.jpg,Dawn of the Monsters,XOne,Action,Unknown,13AM Games,,,,,,,,2022-03-10 +/games/boxart/full_7683930AmericaFrontccc.jpg,Dawn of the Monsters,PS5,Action,Unknown,13AM Games,,,,,,,,2022-03-10 +/games/boxart/full_970220AmericaFrontccc.jpg,Dawn of the Monsters,PS4,Action,Unknown,13AM Games,,,,,,,,2022-03-10 +/games/boxart/full_2583061AmericaFrontccc.jpg,Dawn of the Monsters,PC,Action,Unknown,13AM Games,,,,,,,,2022-03-10 +/games/boxart/full_483976AmericaFrontccc.jpg,Dawn of the Monsters,NS,Action,Unknown,13AM Games,,,,,,,,2022-03-10 +/games/boxart/full_6391204AmericaFrontccc.png,10 Second Run RETURNS,NS,Action,Blue Print,Blue Print,,,,,,,2018-01-25,2018-02-01 +/games/boxart/full_8270971AmericaFrontccc.jpg,9 Years of Shadows,PC,Action,Unknown,Halberd Studios,,,,,,,,2023-11-05 +/games/boxart/full_5161575AmericaFrontccc.jpg,9 Years of Shadows,NS,Action,Unknown,Halberd Studios,,,,,,,,2023-11-05 +/games/boxart/full_2567285AmericaFrontccc.png,99Moves,WiiU,Action,Unknown,EnjoyUp Games,,,,,,,,2018-01-05 +/games/boxart/full_5711693AmericaFrontccc.png,99Seconds,WiiU,Action,Unknown,EnjoyUp Games,,,,,,,,2018-01-05 +/games/boxart/full_5127024AmericaFrontccc.png,99Vidas,PC,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 +/games/boxart/full_6573957AmericaFrontccc.png,99Vidas,XOne,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 +/games/boxart/full_497174AmericaFrontccc.png,99Vidas,PS4,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 +/games/boxart/full_9538847AmericaFrontccc.png,99Vidas,PS3,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 +/games/boxart/full_2764800AmericaFrontccc.png,99Vidas,PSV,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 +/games/boxart/full_7164205AmericaFrontccc.png,99Vidas - Definitive Edition,NS,Action,Unknown,QUByte Interactive,,,,,,,2018-11-27,2019-04-14 +/games/boxart/full_7551205AmericaFrontccc.jpg,A King's Tale: Final Fantasy XV,PS4,Action,Square Enix,Empty Clip Studios,7,,,,,,2017-03-01,2018-12-18 +/games/boxart/full_833006AmericaFrontccc.jpg,A King's Tale: Final Fantasy XV,XOne,Action,Square Enix,Empty Clip Studios,,,,,,,2016-11-29,2018-12-18 +/games/boxart/default.jpg,A Valley Without Wind 2,PC,Action,Unknown,"Arcen Games, LLC",,,,,,,,2019-03-29 +/games/boxart/full_4158069AmericaFrontccc.png,ACA NEOGEO AERO FIGHTERS 3,NS,Action,Hamster Corporation,Video System,,,,,,,2018-03-15,2018-03-23 +/games/boxart/full_5444011AmericaFrontccc.png,ACA NEOGEO BLUE'S JOURNEY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-07,2018-04-02 +/games/boxart/full_1465444AmericaFrontccc.jpg,ACA NEOGEO BLUE'S JOURNEY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-07,2018-04-02 +/games/boxart/full_9232346AmericaFrontccc.png,ACA NEOGEO BLUE'S JOURNEY,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-07,2018-04-02 +/games/boxart/full_5509082AmericaFrontccc.png,ACA NEOGEO BURNING FIGHT,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-28,2018-04-02 +/games/boxart/full_6577770AmericaFrontccc.jpg,ACA NEOGEO BURNING FIGHT,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-28,2018-04-02 +/games/boxart/full_8029311AmericaFrontccc.png,ACA NEOGEO BURNING FIGHT,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-11,2018-03-28 +/games/boxart/full_7362383AmericaFrontccc.png,ACA NEOGEO GHOST PILOTS,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-04-26,2018-08-05 +/games/boxart/full_6503970AmericaFrontccc.jpeg,ACA NEOGEO GHOST PILOTS,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 +/games/boxart/full_2154087AmericaFrontccc.jpeg,ACA NEOGEO GHOST PILOTS,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-04-26,2018-08-05 +/games/boxart/full_8239251AmericaFrontccc.png,ACA NEOGEO KING OF THE MONSTERS,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-04,2018-04-02 +/games/boxart/full_1704893AmericaFrontccc.jpg,ACA NEOGEO KING OF THE MONSTERS,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-08,2018-04-02 +/games/boxart/full_5342342AmericaFrontccc.png,ACA NEOGEO KING OF THE MONSTERS,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-07-20,2018-03-28 +/games/boxart/full_4098444AmericaFrontccc.png,ACA NEOGEO MAGICIAN LORD,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-08-17,2018-04-04 +/games/boxart/full_4089762AmericaFrontccc.jpg,ACA NEOGEO MAGICIAN LORD,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-08-17,2018-04-03 +/games/boxart/full_1898300AmericaFrontccc.png,ACA NEOGEO MAGICIAN LORD,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-03-28 +/games/boxart/full_6033137AmericaFrontccc.png,ACA NEOGEO METAL SLUG,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-30,2018-04-04 +/games/boxart/full_33288AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-02,2018-04-03 +/games/boxart/full_4741906AmericaFrontccc.png,ACA NEOGEO METAL SLUG,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2016-11-28,2018-03-28 +/games/boxart/full_9397617AmericaFrontccc.png,ACA NEOGEO METAL SLUG 2,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-07-06,2018-04-04 +/games/boxart/full_3973372AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG 2,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-01,2018-04-03 +/games/boxart/full_12655AmericaFrontccc.png,ACA NEOGEO METAL SLUG 2,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-01,2018-03-29 +/games/boxart/full_148363AmericaFrontccc.png,ACA NEOGEO METAL SLUG 3,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-04 +/games/boxart/full_3378964AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG 3,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-12-21,2018-04-03 +/games/boxart/full_1316389AmericaFrontccc.png,ACA NEOGEO METAL SLUG 3,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-02-26,2018-03-29 +/games/boxart/full_7074695AmericaFrontccc.png,ACA NEOGEO METAL SLUG X,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-05,2018-04-04 +/games/boxart/full_4120810AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG X,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-05,2018-04-03 +/games/boxart/full_9282780AmericaFrontccc.png,ACA NEOGEO METAL SLUG X,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-11,2018-03-29 +/games/boxart/full_248420AmericaFrontccc.png,ACA NEOGEO MUTATION NATION,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-26,2018-04-04 +/games/boxart/full_3787006AmericaFrontccc.jpg,ACA NEOGEO MUTATION NATION,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-26,2018-04-03 +/games/boxart/full_751600AmericaFrontccc.png,ACA NEOGEO MUTATION NATION,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-27,2018-03-28 +/games/boxart/full_2501862AmericaFrontccc.png,ACA NEOGEO NAM-1975,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-09,2018-04-03 +/games/boxart/full_4572520AmericaFrontccc.jpg,ACA NEOGEO NAM-1975,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-02,2018-04-03 +/games/boxart/full_5923033AmericaFrontccc.png,ACA NEOGEO NAM-1975,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-02,2018-04-03 +/games/boxart/full_5578320AmericaFrontccc.png,ACA NEOGEO NINJA COMBAT,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-05-31,2018-08-05 +/games/boxart/full_5986092AmericaFrontccc.jpeg,ACA NEOGEO NINJA COMBAT,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 +/games/boxart/full_9762023AmericaFrontccc.jpeg,ACA NEOGEO NINJA COMBAT,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-05-31,2018-08-05 +/games/boxart/full_319821AmericaFrontccc.png,ACA NEOGEO PREHISTORIC ISLE 2,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-08-02,2018-08-05 +/games/boxart/full_63564AmericaFrontccc.jpeg,ACA NEOGEO PREHISTORIC ISLE 2,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-08-02,2018-08-05 +/games/boxart/full_1915844AmericaFrontccc.png,ACA NEOGEO ROBO ARMY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-19,2018-04-04 +/games/boxart/full_9212973AmericaFrontccc.jpg,ACA NEOGEO ROBO ARMY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-19,2018-04-04 +/games/boxart/full_9645678AmericaFrontccc.png,ACA NEOGEO ROBO ARMY,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-19,2018-04-04 +/games/boxart/full_6850689AmericaFrontccc.png,ACA NEOGEO SENGOKU,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-15,2018-04-04 +/games/boxart/full_744248AmericaFrontccc.jpg,ACA NEOGEO SENGOKU,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-16,2018-04-03 +/games/boxart/full_7636282AmericaFrontccc.png,ACA NEOGEO SENGOKU,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-16,2018-04-03 +/games/boxart/full_3999353AmericaFrontccc.jpg,ACA NEOGEO SENGOKU 2,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-04-13,2018-04-01 +/games/boxart/full_2880925AmericaFrontccc.png,ACA NEOGEO SENGOKU 2,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-01,2018-03-28 +/games/boxart/full_6863258AmericaFrontccc.png,ACA NEOGEO SENGOKU 2,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-15,2018-04-04 +/games/boxart/full_9973673AmericaFrontccc.png,ACA NEOGEO SENGOKU 3,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-29,2018-03-30 +/games/boxart/full_6317231AmericaFrontccc.jpeg,ACA NEOGEO SENGOKU 3,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-29,2018-04-01 +/games/boxart/full_8405965AmericaFrontccc.jpeg,ACA NEOGEO SENGOKU 3,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-13,2018-08-05 +/games/boxart/full_6875035AmericaFrontccc.png,ACA NEOGEO SHOCK TROOPERS,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-04 +/games/boxart/full_5016108AmericaFrontccc.jpg,ACA NEOGEO SHOCK TROOPERS,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-25,2018-04-04 +/games/boxart/full_2136236AmericaFrontccc.png,ACA NEOGEO SHOCK TROOPERS,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-25,2018-03-28 +/games/boxart/full_8655218AmericaFrontccc.png,ACA NEOGEO SHOCK TROOPERS 2nd Squad,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-08,2018-04-04 +/games/boxart/full_7089049AmericaFrontccc.jpeg,ACA NEOGEO SHOCK TROOPERS 2nd Squad,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-01,2018-04-01 +/games/boxart/full_6662403AmericaFrontccc.jpeg,ACA NEOGEO SHOCK TROOPERS 2nd Squad,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-06,2018-08-05 +/games/boxart/full_4579769AmericaFrontccc.png,ACA NEOGEO SPIN MASTER,NS,Action,Hamster Corporation,Data East,,,,,,,2017-09-14,2018-04-03 +/games/boxart/full_8831844AmericaFrontccc.jpg,ACA NEOGEO SPIN MASTER,XOne,Action,Hamster Corporation,Data East,,,,,,,2017-09-14,2018-04-03 +/games/boxart/full_4503535AmericaFrontccc.png,ACA NEOGEO SPIN MASTER,PS4,Action,Hamster Corporation,Data East,,,,,,,2017-09-14,2018-04-03 +/games/boxart/full_2339050AmericaFrontccc.png,ACA NEOGEO THE SUPER SPY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-07-12,2018-08-05 +/games/boxart/full_9647000AmericaFrontccc.jpeg,ACA NEOGEO THE SUPER SPY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-07-12,2018-08-05 +/games/boxart/full_7370066AmericaFrontccc.png,ACA NEOGEO TOP HUNTER RODDY & CATHY,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-08,2018-03-29 +/games/boxart/full_7284775AmericaFrontccc.jpg,ACA NEOGEO TOP HUNTER RODDY & CATHY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-12-07,2018-04-02 +/games/boxart/full_6576854AmericaFrontccc.png,ACA NEOGEO TOP HUNTER RODDY ? CATHY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-12-07,2018-04-04 +/games/boxart/default.jpg,ACE - Alien Cleanup Elite,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_1730772AmericaFrontccc.png,Ace of Seafood,NS,Action,AGM Playism,Nussoft,,,,,,,2018-02-22,2018-03-02 +/games/boxart/full_3953067AmericaFrontccc.jpg,Actraiser Renaissance,NS,Action,Square Enix,Square Enix,,,,,,,2021-09-23,2021-11-06 +/games/boxart/full_7821969AmericaFrontccc.png,Aegis Defenders,NS,Action,Humble Bundle,GUTS Department,,,,,,,2018-02-08,2018-02-06 +/games/boxart/default.jpg,Air Zonk,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_9874684AmericaFrontccc.jpg,Akiba's Trip: Hellbound & Debriefed,All,Action,Xseed Games,Acquire,,,,,,,2021-07-20,2021-02-03 +/games/boxart/default.jpg,Alien Crush,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7992006PALFrontccc.jpg,American Fugitive,NS,Action,Curve Digital,Fallen Tree Games,,,,,,,2019-05-23,2022-04-18 +/games/boxart/default.jpg,Angry Video Game Nerd II: ASSimilation,PC,Action,Unknown,Freakzone Games,,,,,,,,2019-03-29 +/games/boxart/full_9469076AmericaFrontccc.jpg,Ape Out,PC,Action,Unknown,Gabe Cuzzillo,,,,,,,,2019-03-01 +/games/boxart/default.jpg,Ape Out,NS,Action,Devolver Digital,Gabe Cuzzillo,,,,,,,2019-02-28,2021-11-06 +/games/boxart/full_1803487AmericaFrontccc.jpg,Apex Construct,PC,Action,Fast Travel Games,Fast Travel Games,,,,,,,2018-03-20,2018-08-17 +/games/boxart/full_7093374AmericaFrontccc.png,AQUA KITTY UDX,NS,Action,Tikipod,Tikipod,,,,,,,2018-02-15,2018-03-02 +/games/boxart/full_2419787AmericaFrontccc.jpg,Aragami: Shadow Edition,NS,Action,Merge Games,Lince Works,,,,,,,2019-02-26,2019-03-24 +/games/boxart/default.jpg,Arcade Archives: 3 Count Bout,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Aero Fighters 3,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Art of Fighting 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Baraduke,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Baraduke,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Crossed Swords,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dangerous Seed,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dangerous Seed,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dragon Saber,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Dragon Saber,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Fatal Fury 3,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Fatal Fury Special,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Football Frenzy,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Galaga '88,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Galaga '88,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Gururin,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Hopping Mappy,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Hopping Mappy,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/full_6288198AmericaFrontccc.png,Arcade Archives: Kid Niki Radical Ninja,NS,Action,Hamster Corporation,Irem Corp.,,,,,,,2018-01-25,2018-02-04 +/games/boxart/default.jpg,Arcade Archives: King of Monsters,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: King of the Monsters,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Libble Rabble,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Libble Rabble,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Magical Drop III,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/full_6879599AmericaFrontccc.png,Arcade Archives: Mario Bros.,NS,Action,Hamster Corporation,Nintendo R&D1 / Intelligent Systems,,,,,,,2017-09-27,2018-02-04 +/games/boxart/default.jpg,Arcade Archives: Metal Slug 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Metal Slug 4,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/full_5443695AmericaFrontccc.png,Arcade Archives: Moon Patrol,NS,Action,Hamster Corporation,Hamster,,,,,,,2018-03-22,2018-03-23 +/games/boxart/default.jpg,Arcade Archives: Ninja Combat,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Ninja Master's,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Pac-Land,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Pac-Land,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Phozon,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Phozon,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Psycho Soldier,NS,Action,Hamster Corporation,SNK,,,,,,,2019-04-25,2019-04-20 +/games/boxart/default.jpg,Arcade Archives: Psycho Soldier,PS4,Action,Hamster Corporation,SNK,,,,,,,2019-04-25,2019-04-20 +/games/boxart/default.jpg,Arcade Archives: Puzzled,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Riding Hero,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Robo Army,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Savage Reign,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Sengoku 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Stakes Winner 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/full_7616910AmericaFrontccc.png,Arcade Archives: Star Force,NS,Action,Hamster Corporation,Hamster,,,,,,,2018-03-01,2018-03-23 +/games/boxart/default.jpg,Arcade Archives: The King of Fighters '97,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The King of Fighters '98,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Last Blade 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Return of Ishtar,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Return of Ishtar,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Tower of Druaga,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: The Tower of Druaga,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Thrash Rally,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arkanoid vs. Space Invaders,iOS,Action,Unknown,Taito,,,,,,,,2020-12-10 +/games/boxart/default.jpg,Arkanoid vs. Space Invaders,And,Action,Unknown,Taito,,,,,,,,2020-12-10 +/games/boxart/default.jpg,Armor Battle,Int,Action,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-04,2018-01-13 +/games/boxart/default.jpg,Armored ACORNs: Action Squirrel Squad,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7276279AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,XS,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 +/games/boxart/full_5587761AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,XOne,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 +/games/boxart/full_8071695AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,PS5,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 +/games/boxart/full_6218056AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,PS4,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 +/games/boxart/full_3274996AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,PC,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 +/games/boxart/full_4744880PALFrontccc.jpg,Assassin's Creed Chronicles,PC,Action,Ubisoft,Climax Studios,,,,,,,2016-02-09,2018-07-03 +/games/boxart/full_9938000AmericaFrontccc.png,Assault Gunners HD Edition,NS,Action,Unknown,SHADE Inc.,,,,,,,,2018-07-03 +/games/boxart/default.jpg,Assault Gunners HD Edition,PC,Action,Unknown,SHADE Inc.,,,,,,,,2018-07-03 +/games/boxart/default.jpg,Assault Gunners HD Edition,PS4,Action,Unknown,SHADE Inc.,,,,,,,,2018-07-03 +/games/boxart/full_4373695AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,XOne,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 +/games/boxart/full_6511720AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,PS4,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 +/games/boxart/full_8997058AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,PC,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 +/games/boxart/full_695477AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,NS,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 +/games/boxart/full_4570157AmericaFrontccc.png,ATOMIK: RunGunJumpGun,NS,Action,Gambitious,ThirtyThree,,,,,,,2018-02-08,2018-01-28 +/games/boxart/full_1140750AmericaFrontccc.jpg,Attack on Titan 2 - A.O.T.2 - ??????,PC,Action,Koei Tecmo,Omega Force,,,,,,,2018-03-15,2019-04-16 +/games/boxart/full_1422010JapanFrontccc.jpg,Attack on Titan: Humanity in Chains,3DS,Action,Atlus,Spike Chunsoft,,,,,,,2015-05-12,2019-01-29 +/games/boxart/full_1522149AmericaFrontccc.jpg,Azure Striker Gunvolt 3,NS,Action,Unknown,Inti Creates,,,,,,,,2020-06-27 +/games/boxart/full_3091977AmericaFrontccc.jpg,Azure Striker Gunvolt 3,XS,Action,Unknown,Inti Creates,,,,,,,,2022-08-18 +/games/boxart/full_592232AmericaFrontccc.jpg,Azure Striker Gunvolt 3,XOne,Action,Unknown,Inti Creates,,,,,,,,2022-08-18 +/games/boxart/full_3818691AmericaFrontccc.jpg,Azure Striker Gunvolt 3,PC,Action,Unknown,Inti Creates,,,,,,,,2022-08-18 +/games/boxart/default.jpg,B.C. II: Grog's Revenge,CV,Action,Unknown,Sydney Development,,,,,,,,2021-10-18 +/games/boxart/full_2257667AmericaFrontccc.png,Bad North,NS,Action,Raw Fury,Plausible Concept,,,,,,,2018-08-20,2018-03-23 +/games/boxart/default.jpg,Balloon Fight,WiiU,Action,Nintendo,Nintendo,,,,,,,2016-04-26,2018-08-30 +/games/boxart/default.jpg,Battle Chef Brigade,PS4,Action,Trinket Studios,Trinket Studios,,,,,,,2020-12-31, +/games/boxart/full_7361062AmericaFrontccc.png,Battle Chef Brigade,NS,Action,Adult Swim,Trinket Studios,7.5,,,,,,2017-11-20,2018-02-04 +/games/boxart/full_9897272AmericaFrontccc.png,Battle Chef Brigade,PC,Action,Trinket Studios,Trinket Studios,,,,,,,2017-11-20, +/games/boxart/default.jpg,Battle Chopper,WiiU,Action,Unknown,Konami,,,,,,,,2020-08-25 +/games/boxart/default.jpg,BATTLE LODE RUNNER,WiiU,Action,Unknown,Kaasa Solution,,,,,,,,2020-08-25 +/games/boxart/full_6017307AmericaFrontccc.png,Battletoads (2020),XOne,Action,Xbox Game Studios,Dlala Studios,,,,,,,2020-08-20,2019-12-18 +/games/boxart/full_7864841AmericaFrontccc.jpeg,Battletoads (2020),PC,Action,Xbox Game Studios,Dlala Studios,,,,,,,2020-08-20,2019-12-18 +/games/boxart/full_6208243AmericaFrontccc.png,Bayonetta,WiiU,Action,Nintendo,PlatinumGames,,,,,,,2014-10-24,2020-08-02 +/games/boxart/full_1622239PALFrontccc.jpeg,Bayonetta & Vanquish 10th Anniversary Bundle,XOne,Action,Sega,PlatinumGames,,,,,,,2020-02-18,2019-12-11 +/games/boxart/full_6579687PALFrontccc.jpg,Bayonetta & Vanquish 10th Anniversary Bundle,PS4,Action,Sega,PlatinumGames,,,,,,,2020-02-18,2019-12-11 +/games/boxart/full_5700638AmericaFrontccc.png,Bentley's Hackpack,And,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-06-21,2018-04-09 +/games/boxart/full_5210852AmericaFrontccc.png,Bentley's Hackpack,iOS,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-06-21,2018-04-09 +/games/boxart/full_1762183AmericaFrontccc.jpeg,Bentley's Hackpack,PS3,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-02-05,2018-04-12 +/games/boxart/full_4655744AmericaFrontccc.jpeg,Bentley's Hackpack,PSV,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-02-05,2018-04-12 +/games/boxart/full_2577834AmericaFrontccc.jpg,Bierzerkers,PC,Action,Shield Break Studios,Shield Break Studios,,,,,,,2016-02-25,2019-03-26 +/games/boxart/full_3096587AmericaFrontccc.jpg,Bigley's Revenge,WiiU,Action,Unknown,Ninja Pig Studios,,,,,,,2016-01-07,2018-01-03 +/games/boxart/full_9584788JapanFrontccc.jpg,Biohazard 7: Resident Evil - Cloud Version,NS,Action,Capcom,Capcom,,,,,,,2018-05-24,2018-11-06 +/games/boxart/full_3216439AmericaFrontccc.jpg,Biped,PS4,Action,Unknown,NEXT Studios,,,,,,,,2019-08-05 +/games/boxart/full_2455193AmericaFrontccc.jpg,Biped,NS,Action,bilibili,NEXT Studios,,,,,,,2020-05-21,2019-08-05 +/games/boxart/full_9423037AmericaFrontccc.jpg,Biped,PC,Action,bilibili,NEXT Studios,,,,,,,2020-03-27,2020-05-10 +/games/boxart/default.jpg,bit Dungeon III,PC,Action,Unknown,Kinto Games LLC,,,,,,,,2019-03-29 +/games/boxart/default.jpg,bit Dungeon+,PC,Action,Unknown,Dolores Entertainment SL,,,,,,,,2019-03-29 +/games/boxart/full_9781919AmericaFrontccc.png,Black Hole,NS,Action,Dufgames,Dufgames,,,,,,,2018-02-06,2018-02-01 +/games/boxart/full_4612638AmericaFrontccc.jpg,Blackwind,XS,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 +/games/boxart/full_5668646AmericaFrontccc.jpg,Blackwind,XOne,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 +/games/boxart/full_4202487AmericaFrontccc.jpg,Blackwind,PS5,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 +/games/boxart/full_5871881AmericaFrontccc.jpg,Blackwind,PS4,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 +/games/boxart/full_9224134AmericaFrontccc.jpg,Blackwind,PC,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 +/games/boxart/full_1051525AmericaFrontccc.jpg,Blackwind,NS,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 +/games/boxart/full_2125291AmericaFrontccc.jpg,Blasphemous,XOne,Action,Team 17,The Game Kitchen,,,,,,,2019-12-01,2019-08-17 +/games/boxart/full_1691809AmericaFrontccc.jpg,Blasphemous,PS4,Action,Team 17,The Game Kitchen,,,,,,,2019-12-01,2019-08-17 +/games/boxart/full_4657137AmericaFrontccc.jpg,Blasphemous,PC,Action,Team 17,The Game Kitchen,,,,,,,2019-12-01,2019-08-17 +/games/boxart/full_888061AmericaFrontccc.png,Blasphemous,NS,Action,Team 17,The Game Kitchen,,,,,,,2019-09-10,2019-08-17 +/games/boxart/full_4847375AmericaFrontccc.png,Blaster Master Zero,NS,Action,Inti Creates,Inti Creates,,,,,,,2017-03-09,2018-03-02 +/games/boxart/full_2360148AmericaFrontccc.jpg,Blaster Master Zero,3DS,Action,Inti Creates,Inti Creates,,,,,,,2017-03-09,2019-05-26 +/games/boxart/full_7850376AmericaFrontccc.jpg,Blaster Master Zero,PS4,Action,Inti Creates,Inti Creates,,,,,,,2020-06-29,2020-05-27 +/games/boxart/full_3419914AmericaFrontccc.png,Blaster Master Zero 2,NS,Action,Inti Creates,Inti Creates,,,,,,,2019-03-19,2020-03-09 +/games/boxart/full_7057084AmericaFrontccc.jpg,Blaster Master Zero 2,PS4,Action,Inti Creates,Inti Creates,,,,,,,2020-06-29,2020-05-27 +/games/boxart/full_2486372AmericaFrontccc.jpg,Blaster Master Zero 2,PC,Action,Inti Creates,Inti Creates,,,,,,,2019-11-29,2020-05-27 +/games/boxart/default.jpg,Blazing Lazers,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_352332AmericaFrontccc.png,Bleed,NS,Action,Digerati,Bootdisk Revolution,,,,,,,2017-12-14,2019-04-16 +/games/boxart/full_9478617AmericaFrontccc.jpg,Bleed,PS4,Action,Digerati,Bootdisk Revolution,,,,,,,2017-08-22,2019-04-16 +/games/boxart/full_307245AmericaFrontccc.jpg,Bleed 2,PS4,Action,Digerati,Bootdisk Revolution,,,,,,,2018-02-06,2019-04-16 +/games/boxart/full_4067524AmericaFrontccc.png,Bleed 2,NS,Action,Digerati,Bootdisk Revolution,,,,,,,2018-03-08,2019-04-16 +/games/boxart/full_105513AmericaFrontccc.jpg,Bleed 2,PC,Action,Bootdisk Revolution,Bootdisk Revolution,,,,,,,2017-02-08,2019-04-16 +/games/boxart/full_8244452AmericaFrontccc.jpg,Bleeding Edge,XOne,Action,Xbox Game Studios,Ninja Theory,,,,,,,2020-03-24,2020-08-04 +/games/boxart/full_2988866AmericaFrontccc.jpg,Bleeding Edge,PC,Action,Xbox Game Studios,Ninja Theory,,,,,,,2020-03-24,2020-08-04 +/games/boxart/full_9004578AmericaFrontccc.jpg,Bloodforge,XBL,Action,Unknown,Climax Studios,,,,,,,,2022-08-11 +/games/boxart/full_8076752AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,PS4,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_1826277AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,PS5,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_6302158AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,XS,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_5150737AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,XOne,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_1194476AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,NS,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_1723818AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,PC,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_8379564AmericaFrontccc.jpg,Bloodroots,XS,Action,Unknown,Paper Cult,,,,,,,,2021-08-17 +/games/boxart/full_9485727AmericaFrontccc.jpg,Bloodroots,PS4,Action,Unknown,Paper Cult,,,,,,,,2021-08-17 +/games/boxart/full_3245085AmericaFrontccc.jpg,Bloodroots,PC,Action,Unknown,Paper Cult,,,,,,,,2021-08-17 +/games/boxart/full_9645148AmericaFrontccc.jpg,Bloodroots,NS,Action,Paper Cult,Paper Cult,,,,,,,2020-02-28,2021-08-17 +/games/boxart/full_7798057AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,NS,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 +/games/boxart/full_954766AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,PS4,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 +/games/boxart/full_8769015AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,XOne,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 +/games/boxart/full_5253145AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,PC,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 +/games/boxart/full_3224052AmericaFrontccc.jpg,Bloody Walls,PC,Action,L. Stotch,L. Stotch,,,,,,,2016-09-28,2019-04-16 +/games/boxart/full_3290585AmericaFrontccc.png,Bloody Zombies,NS,Action,nDreams,Paw Print Games Ltd,,,,,,,2017-12-23,2018-03-02 +/games/boxart/full_7561054AmericaFrontccc.png,Bomb Chicken,NS,Action,Nitrome,Nitrome,,,,,,,2018-07-01,2018-03-23 +/games/boxart/full_4014558PALFrontccc.jpeg,Bomb Jack,GB,Action,Unknown,Tehkan,,,,,,,,2018-01-07 +/games/boxart/default.jpg,Bomberman '93,WiiU,Action,Unknown,Konami,,,,,,,,2020-08-25 +/games/boxart/default.jpg,BOMBERMAN '94,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Bomberman 64,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_4559735AmericaFrontccc.png,Bombslinger,NS,Action,Plug In Digital,Mode4,,,,,,,2018-04-11,2019-03-23 +/games/boxart/full_8797861AmericaFrontccc.jpg,Bombslinger,PC,Action,Plug In Digital,Mode4,,,,,,,2018-04-11,2019-03-23 +/games/boxart/default.jpg,Bonds of the Skies,PSV,Action,Unknown,Kemco,,,,,,,,2022-08-25 +/games/boxart/full_6143913AmericaFrontccc.jpg,BONELAB,PC,Action,Unknown,Stress Level Zero,,,,,,,,2022-12-12 +/games/boxart/full_8050305AmericaFrontccc.jpg,Boomerang X,PC,Action,Unknown,DANG!,,,,,,,,2021-06-19 +/games/boxart/full_8361929AmericaFrontccc.jpg,Boomerang X,NS,Action,Devolver Digital,DANG!,,,,,,,2021-07-08,2021-06-19 +/games/boxart/full_476226AmericaFrontccc.jpg,Bounty Bots,iOS,Action,Unknown,"MunkyFun, Inc.",,,,,,,,2022-08-10 +/games/boxart/full_935342AmericaFrontccc.jpg,Broforce,NS,Action,Devolver Digital,Free Lives Games,,,,,,,2018-09-06,2018-08-06 +/games/boxart/full_5172161AmericaFrontccc.jpg,Broforce,Linux,Action,Devolver Digital,Free Lives Games,,,,,,,2015-10-17,2018-08-06 +/games/boxart/full_8733291PALFrontccc.jpg,Bubble Bobble 4 Friends,NS,Action,ININ Games,Taito,,,,,,,2020-03-31,2020-09-20 +/games/boxart/full_5069575AmericaFrontccc.jpg,Bubble Bobble 4 Friends: The Baron is Back!,PS4,Action,Taito,Taito,,,,,,,2020-11-19,2020-06-24 +/games/boxart/full_2982574AmericaFrontccc.png,Bugs vs. Tanks!,3DS,Action,Level 5,Natsume Atari,7.5,,,,,,2013-06-20,2018-04-12 +/games/boxart/full_3916676AmericaFrontccc.jpg,Bullet Witch,PC,Action,Unknown,Marvelous,,,,,,,,2018-05-18 +/games/boxart/full_6789646AmericaFrontccc.jpg,BurgerTime Party!,NS,Action,Xseed Games,G-mode,,,,,,,2019-12-01,2019-08-06 +/games/boxart/full_7873794AmericaFrontccc.png,Butcher,NS,Action,Crunching Koalas,Transhuman Design,,,,,,,2017-09-28,2018-03-02 +/games/boxart/full_8504535AmericaFrontccc.jpg,Cannon Dancer – Osman,XS,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 +/games/boxart/full_91752AmericaFrontccc.jpg,Cannon Dancer – Osman,XOne,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 +/games/boxart/full_3656549AmericaFrontccc.jpg,Cannon Dancer – Osman,PS5,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 +/games/boxart/full_9298755AmericaFrontccc.jpg,Cannon Dancer – Osman,PS4,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 +/games/boxart/full_9564313AmericaFrontccc.jpg,Cannon Dancer – Osman,NS,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 +/games/boxart/full_1066228AmericaFrontccc.jpg,Capcom Arcade Stadium,NS,Action,Capcom,Capcom,,,,,,,2021-02-17,2021-02-17 +/games/boxart/full_8490339AmericaFrontccc.jpg,Carrion,NS,Action,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2020-07-13 +/games/boxart/full_9708959AmericaFrontccc.jpeg,Castle Crashers Remastered,XOne,Action,The Behemoth,The Behemoth,,,,,,,2015-09-09,2018-11-18 +/games/boxart/full_1346751AmericaFrontccc.jpg,Cat Girl Without Salad: Amuse-Bouche,NS,Action,Unknown,WayForward,,,,,,,,2020-04-01 +/games/boxart/full_3787522AmericaFrontccc.jpg,Cat Girl Without Salad: Amuse-Bouche,PC,Action,Unknown,WayForward,,,,,,,,2020-04-01 +/games/boxart/full_7611341AmericaFrontccc.jpg,Catasplat,iOS,Action,Unknown,Siso Solutions Limited,,,,,,,,2022-08-13 +/games/boxart/full_6346931AmericaFrontccc.jpg,Catch a Falling Star,PC,Action,Unknown,Alister Software,,,,,,,,2019-02-11 +/games/boxart/default.jpg,Cecile,PC,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/default.jpg,Cecile,PS4,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/default.jpg,Cecile,NS,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/default.jpg,Cecile,XOne,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/full_9268579AmericaFrontccc.png,Chack'n Pop,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/full_8025713AmericaFrontccc.jpg,Chivalry 2,PC,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-31,2019-06-10 +/games/boxart/full_8268755AmericaFrontccc.jpg,Chivalry 2,PS5,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-13 +/games/boxart/full_7290743AmericaFrontccc.png,Chivalry 2,XS,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-18 +/games/boxart/full_9727685AmericaFrontccc.jpg,Chivalry 2,XOne,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-18 +/games/boxart/full_7898355AmericaFrontccc.png,Chivalry 2,PS4,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-18 +/games/boxart/full_6438577AmericaFrontccc.jpg,CLASH,PC,Action,New Reality Games,Ultima Games,,,,,,,2016-11-15,2019-04-21 +/games/boxart/full_3148650AmericaFrontccc.jpg,Clockwork Aquario,NS,Action,Unknown,Westone Bit Entertainment,,,,,,,,2020-11-02 +/games/boxart/full_7781467AmericaFrontccc.jpg,Clockwork Aquario,PS4,Action,Unknown,Westone Bit Entertainment,,,,,,,,2020-11-02 +/games/boxart/full_103388PALFrontccc.jpg,Clumsy Rush,NS,Action,RedDeerGames,RedDeerGames,,,,,,,2019-12-23,2022-05-07 +/games/boxart/full_735120AmericaFrontccc.jpg,Code Shifter,XOne,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 +/games/boxart/full_3344400AmericaFrontccc.jpg,Code Shifter,PS4,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 +/games/boxart/full_5564473AmericaFrontccc.jpg,Code Shifter,PC,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 +/games/boxart/full_4113034AmericaFrontccc.jpg,Code Shifter,NS,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 +/games/boxart/full_5981414AmericaFrontccc.jpg,Code Vein,PC,Action,Namco Bandai Games,Bandai Namco Studios,,,,,,,2019-09-27,2018-04-27 +/games/boxart/full_7931002AmericaFrontccc.jpg,Code Vein,XOne,Action,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-24,2018-06-17 +/games/boxart/default.jpg,Commando,Int,Action,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/full_9458043AmericaFrontccc.jpg,Contra: Rogue Corps,PC,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 +/games/boxart/full_6481436AmericaFrontccc.jpg,Contra: Rogue Corps,PS4,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 +/games/boxart/full_7379107AmericaFrontccc.jpg,Contra: Rogue Corps,XOne,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 +/games/boxart/full_6621131AmericaFrontccc.jpg,Contra: Rogue Corps,NS,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 +/games/boxart/full_1383462AmericaFrontccc.jpg,Convergence: A League of Legends Story,PC,Action,Riot Games,Double Stallion Games,,,,,,,2020-12-01,2020-01-13 +/games/boxart/full_4601430AmericaFrontccc.jpeg,Crackdown 3,PC,Action,Microsoft Studios,Sumo Digital Ltd,,,,,,,2019-02-15,2020-08-12 +/games/boxart/full_5439964AmericaFrontccc.jpg,Crash Team Rumble,XS,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 +/games/boxart/full_3867614AmericaFrontccc.jpg,Crash Team Rumble,XOne,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 +/games/boxart/full_6030695AmericaFrontccc.jpg,Crash Team Rumble,PS5,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 +/games/boxart/full_9795813AmericaFrontccc.jpg,Crash Team Rumble,PS4,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 +/games/boxart/full_5582291AmericaFrontccc.png,Crawl,NS,Action,Powerhoof Pty Ltd,Powerhoof,,,,,,,2017-12-19,2019-02-06 +/games/boxart/full_9219179AmericaFrontccc.jpg,Croixleur Sigma,NS,Action,Unknown,souvenir circ.,,,,,,,,2019-03-27 +/games/boxart/default.jpg,Crossfire X,XOne,Action,Unknown,Unknown,,,,,,,,2019-06-09 +/games/boxart/default.jpg,Crossfire X,PC,Action,Unknown,Unknown,,,,,,,,2019-06-09 +/games/boxart/full_1276744AmericaFrontccc.png,CRYSTORLD,WiiU,Action,TOYURO,TOYURO,,,,,,,2020-03-12,2020-09-16 +/games/boxart/default.jpg,Cup Critters,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/default.jpg,Cup Critters,3DS,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/full_9971867AmericaFrontccc.jpg,Cuphead,NS,Action,Studio MDHR,Studio MDHR,,,,,,,2019-04-18,2020-08-01 +/games/boxart/full_5697923AmericaFrontccc.jpg,Cuphead,PS4,Action,Studio MDHR,Studio MDHR,,,,,,,2020-07-28,2020-08-01 +/games/boxart/full_6864065AmericaFrontccc.jpg,Daemon X Machina,NS,Action,Nintendo,Marvelous,,,,,,,2019-09-13,2019-06-12 +/games/boxart/full_9392030AmericaFrontccc.jpg,Daemon X Machina,PC,Action,Xseed Games,Marvelous,,,,,,,2020-02-13,2020-02-13 +/games/boxart/default.jpg,Daikon Set,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_2729627AmericaFrontccc.png,Dandara,NS,Action,Raw Fury,Long Hat House,,,,,,,2018-02-06,2019-03-22 +/games/boxart/default.jpg,Dandara,PC,Action,Unknown,Long Hat House,,,,,,,,2019-03-22 +/games/boxart/default.jpg,Dandara,PS4,Action,Unknown,Long Hat House,,,,,,,,2019-03-22 +/games/boxart/default.jpg,Dandara,XOne,Action,Unknown,Long Hat House,,,,,,,,2019-03-22 +/games/boxart/full_7931332AmericaFrontccc.png,Danmaku Unlimited 3,NS,Action,Doragon Entertainment,Doragon Entertainment,,,,,,,2018-03-13,2018-03-23 +/games/boxart/default.jpg,DatabaseTestingEU,2600,Action,Unknown,TalonSoft,,,,,,,,2018-01-04 +/games/boxart/default.jpg,DatabaseTestingJP,2600,Action,H2F Informationssysteme GmbH,TalonSoft,,,,,,,2017-01-01,2018-01-07 +/games/boxart/default.jpg,DatabaseTestingNA,2600,Action,Unknown,TalonSoft,,,,,,,,2018-01-04 +/games/boxart/full_1203343AmericaFrontccc.png,De Mambo,NS,Action,The Dangerous Kitchen,The Dangerous Kitchen,,,,,,,2017-07-13,2018-03-11 +/games/boxart/full_8484868AmericaFrontccc.png,Dead by Daylight,NS,Action,Koch Media,Behaviour Interactive Inc.,,,,,,,2019-09-24,2019-02-13 +/games/boxart/full_7911667AmericaFrontccc.jpg,Dead by Daylight,XS,Action,Behaviour Interactive,Behaviour Interactive,,,,,,,2020-12-01,2020-09-22 +/games/boxart/full_829928AmericaFrontccc.jpg,Dead by Daylight,PS5,Action,Behaviour Interactive,Behaviour Interactive,,,,,,,2020-12-01,2020-09-22 +/games/boxart/full_6680907AmericaFrontccc.jpg,Dead Cells,XOne,Action,Merge Games,Motion Twin,,,,,,,2018-08-15,2018-08-06 +/games/boxart/full_4245585AmericaFrontccc.png,Dead Cells: Return to Castlevania,NS,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 +/games/boxart/full_5892392AmericaFrontccc.png,Dead Cells: Return to Castlevania,PC,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 +/games/boxart/full_5037926AmericaFrontccc.png,Dead Cells: Return to Castlevania,PS4,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 +/games/boxart/full_5103964AmericaFrontccc.png,Dead Cells: Return to Castlevania,XOne,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 +/games/boxart/full_2449315AmericaFrontccc.jpg,Dead Island 2,XS,Action,Unknown,Dambuster Studios,,,,,,,,2022-11-16 +/games/boxart/full_5854563AmericaFrontccc.jpg,Dead Island 2,PS5,Action,Unknown,Dambuster Studios,,,,,,,,2022-11-16 +/games/boxart/default.jpg,Dead or School,PC,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 +/games/boxart/default.jpg,Dead or School,PS4,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 +/games/boxart/default.jpg,Dead or School,NS,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 +/games/boxart/default.jpg,Dead or School,XOne,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 +/games/boxart/full_7234248AmericaFrontccc.png,Death Road to Canada,NS,Action,Unknown,Rocketcat Games,,,,,,,,2018-01-31 +/games/boxart/default.jpg,Death Road to Canada,PS4,Action,Unknown,Rocketcat Games,,,,,,,,2018-01-31 +/games/boxart/default.jpg,Death Road to Canada,XOne,Action,Unknown,Rocketcat Games,,,,,,,,2018-01-31 +/games/boxart/full_5971445AmericaFrontccc.jpg,Deathloop,PC,Action,Bethesda Softworks,Arkane Studios,,,,,,,2021-09-14,2019-06-09 +/games/boxart/full_1059872AmericaFrontccc.jpg,Deathloop,XS,Action,Bethesda Softworks,Arkane Studios,,,,,,,2020-12-01,2020-06-13 +/games/boxart/full_8123106AmericaFrontccc.jpg,Deathloop,PS5,Action,Bethesda Softworks,Arkane Studios,,,,,,,2021-07-01,2020-06-13 +/games/boxart/full_6588261AmericaFrontccc.jpg,Deception IV: Blood Ties,PS3,Action,Tecmo Koei,Tecmo Koei Games,,,,,,,2014-03-25,2018-08-01 +/games/boxart/full_6391561AmericaFrontccc.jpg,Deception IV: Blood Ties,PSV,Action,Tecmo Koei,Tecmo Koei Games,,,,,,,2014-03-25,2018-08-01 +/games/boxart/full_8371850AmericaFrontccc.jpg,Desolate,PC,Action,HypeTrain Digital,HypeTrain Digital,,,,,,,2019-01-17,2020-12-16 +/games/boxart/full_8346162AmericaFrontccc.jpg,Destruction Allstars,PS5,Action,Sony Interactive Entertainment,Lucid Games,,,,,,,2020-11-12,2021-08-02 +/games/boxart/default.jpg,DETANA TWIN BEE,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7401032AmericaFrontccc.jpg,Devil May Cry,NS,Action,Capcom,Capcom,,,,,,,2019-06-25,2019-05-06 +/games/boxart/default.jpg,Devil May Cry 2,NS,Action,Unknown,Capcom,,,,,,,,2021-11-06 +/games/boxart/full_9406394AmericaFrontccc.png,Devil May Cry 3 Special Edition,NS,Action,Capcom,Capcom,,,,,,,2020-02-20,2020-02-24 +/games/boxart/full_5291885AmericaFrontccc.jpg,Devil May Cry 5,PS4,Action,Capcom,Capcom,,,,,,,2019-03-08,2019-03-21 +/games/boxart/full_760518AmericaFrontccc.jpg,Devil May Cry 5,XOne,Action,Capcom,Capcom,,,,,,,2019-03-08,2019-03-21 +/games/boxart/full_1188503AmericaFrontccc.jpg,Devil May Cry 5,PC,Action,Capcom,Capcom,,,,,,,2019-03-08,2019-03-21 +/games/boxart/full_7927121AmericaFrontccc.png,Devil May Cry 5 Special Edition,PS5,Action,Capcom,Capcom,,,,,,,2020-11-12,2020-09-16 +/games/boxart/full_4474395AmericaFrontccc.png,Devil May Cry 5 Special Edition,XS,Action,Capcom,Capcom,,,,,,,2020-11-10,2020-09-16 +/games/boxart/default.jpg,Devil's Crush,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_6112494AmericaFrontccc.png,Diablo Immortal,And,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-01-01,2018-11-02 +/games/boxart/full_1324148AmericaFrontccc.png,Diablo Immortal,iOS,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-01-01,2018-11-02 +/games/boxart/full_1422512AmericaFrontccc.jpg,Diablo IV,PC,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-12-31,2019-11-02 +/games/boxart/full_8475661AmericaFrontccc.jpg,Diablo IV,PS4,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-12-31,2019-11-02 +/games/boxart/full_2221792AmericaFrontccc.jpg,Diablo IV,XOne,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-12-31,2019-11-02 +/games/boxart/default.jpg,Die for Valhalla!,XOne,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 +/games/boxart/default.jpg,Die for Valhalla!,PS4,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 +/games/boxart/default.jpg,Die for Valhalla!,PC,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 +/games/boxart/full_8436356AmericaFrontccc.png,Die for Valhalla!,NS,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 +/games/boxart/default.jpg,Diluvion,PC,Action,Unknown,Arachnid Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Diluvion,OSX,Action,Unknown,Arachnid Games,,,,,,,,2018-01-06 +/games/boxart/full_8780176AmericaFrontccc.jpg,Divine Knockout (DKO),XS,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 +/games/boxart/full_9370802AmericaFrontccc.jpg,Divine Knockout (DKO),XOne,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 +/games/boxart/full_9380672AmericaFrontccc.jpg,Divine Knockout (DKO),PS5,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 +/games/boxart/full_7130610AmericaFrontccc.jpg,Divine Knockout (DKO),PS4,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 +/games/boxart/full_6157441AmericaFrontccc.jpg,Divine Knockout (DKO),PC,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 +/games/boxart/full_9133772AmericaFrontccc.png,Double Dragon & Kunio-kun: Retro Brawler Bundle,NS,Action,Unknown,Arc System Works,,,,,,,,2020-02-19 +/games/boxart/full_9623088AmericaFrontccc.png,Double Dragon & Kunio-kun: Retro Brawler Bundle,PS4,Action,Unknown,Arc System Works,,,,,,,,2020-02-19 +/games/boxart/full_9935596AmericaFrontccc.jpg,Double Dragon Collection,XS,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 +/games/boxart/full_2931438AmericaFrontccc.jpg,Double Dragon Collection,XOne,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 +/games/boxart/full_1099477AmericaFrontccc.jpg,Double Dragon Collection,PS5,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 +/games/boxart/full_976737AmericaFrontccc.jpg,Double Dragon Collection,PC,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 +/games/boxart/full_3592318AmericaFrontccc.jpg,Double Dragon Collection,NS,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 +/games/boxart/full_5129538AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,XS,Action,Unknown,Secret Base,,,,,,,,2023-06-02 +/games/boxart/full_5189358AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,XOne,Action,Unknown,Secret Base,,,,,,,,2023-06-02 +/games/boxart/full_1166341AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,PS5,Action,Unknown,Secret Base,,,,,,,,2023-06-02 +/games/boxart/full_6261633AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,PS4,Action,Unknown,Secret Base,,,,,,,,2023-06-02 +/games/boxart/full_4239011AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,PC,Action,Unknown,Secret Base,,,,,,,,2023-06-02 +/games/boxart/full_9884956AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,NS,Action,Unknown,Secret Base,,,,,,,,2023-06-02 +/games/boxart/default.jpg,Downwell,NS,Action,Devolver Digital,Moppin,,,,,,,2019-01-31,2019-06-26 +/games/boxart/default.jpg,Dracula,Int,Action,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_950016AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,PC,Action,Bandai Namco Games,CyberConnect2,,,,,,,2020-01-17,2019-07-23 +/games/boxart/full_3302818AmericaFrontccc.jpg,Dragon: Marked For Death,NS,Action,Inti Creates,Inti Creates,,,,,,,2019-02-26,2019-01-12 +/games/boxart/default.jpg,Dragonfire,Int,Action,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 +/games/boxart/default.jpg,Dragonfire,CV,Action,Unknown,Imagic,,,,,,,,2021-10-18 +/games/boxart/full_734591PALFrontccc.jpg,Dragon's Dogma: Dark Arisen,X360,Action,Capcom,Capcom,,,,,,,2013-04-23,2017-12-30 +/games/boxart/full_4077304AmericaFrontccc.png,Dustoff Heli Rescue 2,NS,Action,Rainy Frog,Invictus Games,,,,,,,2018-01-25,2018-03-11 +/games/boxart/full_2508216AmericaFrontccc.png,Dying is Dangerous,WiiU,Action,CarbonFire Studio,Jerome Labbe,,,,,,,2020-05-14,2020-09-16 +/games/boxart/default.jpg,Dynasty Warriors 8: Xtreme Legends Definitive Edition,NS,Action,Unknown,Omega Force,,,,,,,,2021-11-06 +/games/boxart/full_5908669AmericaFrontccc.jpg,Dynasty Warriors 9,PC,Action,Tecmo Koei,Omega Force,,,,,,,2018-02-13,2017-12-31 +/games/boxart/full_7834002AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,XS,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 +/games/boxart/full_387020AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,XOne,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 +/games/boxart/full_2793629AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,PS5,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 +/games/boxart/full_3044545AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,PS4,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 +/games/boxart/full_7968469AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 +/games/boxart/full_9407391AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,NS,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 +/games/boxart/full_174520AmericaFrontccc.png,Earth Atlantis,NS,Action,Headup Games,Pixel Perfex,,,,,,,2017-10-05,2018-03-12 +/games/boxart/full_7930486AmericaFrontccc.jpg,Earth Defense Force: World Brothers,PS4,Action,D3 Publisher,D3 Publisher,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_2968827AmericaFrontccc.jpg,Earth Defense Force: World Brothers,NS,Action,D3 Publisher,D3 Publisher,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_5408040AmericaFrontccc.png,Earth Wars,NS,Action,One or Eight Inc.,One or Eight Inc.,,,,,,,2018-01-25,2018-03-12 +/games/boxart/full_7711422AmericaFrontccc.png,Elevator Action,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/full_1774567AmericaFrontccc.jpg,Entwined Challenge,And,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-10-02,2018-04-07 +/games/boxart/full_9296421AmericaFrontccc.jpg,Entwined Challenge,iOS,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-10-02,2018-04-07 +/games/boxart/full_3678957AmericaFrontccc.jpg,Estencel,PC,Action,Unknown,Rone Vine,,,,,,,,2023-01-09 +/games/boxart/full_2332667AmericaFrontccc.jpg,Evil Dead: The Game,XS,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 +/games/boxart/full_9196345AmericaFrontccc.jpg,Evil Dead: The Game,XOne,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 +/games/boxart/full_3000198AmericaFrontccc.jpg,Evil Dead: The Game,PS5,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 +/games/boxart/full_9267857AmericaFrontccc.jpg,Evil Dead: The Game,PS4,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 +/games/boxart/full_6956437AmericaFrontccc.jpg,Evil Dead: The Game,PC,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 +/games/boxart/full_6645218AmericaFrontccc.jpg,Evil Dead: The Game,NS,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 +/games/boxart/full_8034373AmericaFrontccc.jpg,Evil Maze 2,PC,Action,ZOV GAME STUDIO,ZOV GAME STUDIO,,,,,,,2019-03-08,2019-04-03 +/games/boxart/full_7798278AmericaFrontccc.jpg,Evotinction,PS4,Action,Sony Computer Entertainment,Spikewave Games,,,,,,,2020-12-01,2019-08-06 +/games/boxart/default.jpg,Exile's End,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_4618824AmericaFrontccc.jpg,Exit the Gungeon,NS,Action,Devolver Digital,Dodge Roll,,,,,,,2020-03-17,2020-03-28 +/games/boxart/default.jpg,Extreme Exorcism,PS4,Action,Unknown,Golden Ruby Games,,,,,,,,2018-08-14 +/games/boxart/full_3547399AmericaFrontccc.jpg,Fable Heroes,XBL,Action,Unknown,Lionhead Studios,,,,,,,,2022-08-10 +/games/boxart/full_5461793AmericaFrontccc.png,Fall of Light,NS,Action,Unknown,RuneHeads,,,,,,,,2018-09-05 +/games/boxart/full_3787544AmericaFrontccc.png,Fat Dragons,WiiU,Action,Undefined,Undefined,,,,,,,2018-02-22,2020-10-06 +/games/boxart/full_9733729AmericaFrontccc.jpg,Fate/Extella Link,PC,Action,Xseed Games,Marvelous,,,,,,,2019-02-12,2018-12-30 +/games/boxart/full_5530295AmericaFrontccc.jpg,Fate/Extella Link,NS,Action,Xseed Games,Marvelous,,,,,,,2019-03-12,2018-12-30 +/games/boxart/full_8660936AmericaFrontccc.jpg,Fight Crab,PC,Action,Playism,Calappa Games,,,,,,,2020-07-30,2020-07-27 +/games/boxart/full_9797048AmericaFrontccc.jpg,Fight Crab,NS,Action,Playism,Calappa Games,,,,,,,2020-09-15,2020-07-27 +/games/boxart/default.jpg,Final Soldier,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_6173163AmericaFrontccc.jpg,Final Vendetta,XS,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 +/games/boxart/full_3857087AmericaFrontccc.jpg,Final Vendetta,XOne,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 +/games/boxart/full_7989715AmericaFrontccc.jpg,Final Vendetta,PS5,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 +/games/boxart/full_5153925AmericaFrontccc.jpg,Final Vendetta,PS4,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 +/games/boxart/full_186612AmericaFrontccc.jpg,Final Vendetta,PC,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 +/games/boxart/full_5758564AmericaFrontccc.jpg,Final Vendetta,NS,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 +/games/boxart/full_2525345AmericaFrontccc.jpg,Firegirl,PC,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 +/games/boxart/full_986775AmericaFrontccc.jpg,Firegirl,NS,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 +/games/boxart/full_2461470AmericaFrontccc.jpg,Firegirl,PS4,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 +/games/boxart/full_9939049AmericaFrontccc.jpg,Firegirl,PS5,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 +/games/boxart/full_1146100AmericaFrontccc.jpg,Firegirl,XOne,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 +/games/boxart/full_3646515AmericaFrontccc.jpg,Firegirl,XS,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 +/games/boxart/default.jpg,Firo & Klawd,PS,Action,Unknown,Interactive Studios Ltd.,,,,,,,,2023-08-29 +/games/boxart/default.jpg,Fishlabs Entertainment,OSX,Action,Unknown,Fishlabs Entertainment,,,,,,,,2018-01-06 +/games/boxart/full_3907036AmericaFrontccc.jpg,Five Nights at Freddy's: Security Breach,PS5,Action,Scott Cawthon,Scott Cawthon,,,,,,,2020-12-31,2020-09-16 +/games/boxart/full_8072084AmericaFrontccc.png,Flip Wars,NS,Action,Nintendo,Over Fence,,,,,,,2017-08-10,2018-03-12 +/games/boxart/full_7519525AmericaFrontccc.png,forma.8,NS,Action,Mixedbag Srl,Mixedbag Srl,,,,,,,2017-08-24,2018-03-12 +/games/boxart/full_8666330AmericaFrontccc.jpg,Freedom Planet 2,PC,Action,GalaxyTrail Games,GalaxyTrail Games,,,,,,,2022-09-13,2019-04-10 +/games/boxart/full_4527971AmericaFrontccc.png,Friday the 13th: The Game,NS,Action,Gun Media,IllFonic,,,,,,,2019-08-13,2019-07-27 +/games/boxart/full_1189276AmericaFrontccc.png,Frog Bog,Int,Action,Mattel Electronics,Mattel,,,,,,,1982-05-25,2018-01-13 +/games/boxart/default.jpg,Frogger,CV,Action,Unknown,Konami Computer Entertainment Japan,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Frogger II: ThreeeDeep!,CV,Action,Unknown,Parker Brothers,,,,,,,,2021-10-18 +/games/boxart/full_85946AmericaFrontccc.jpg,Front Line,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/full_8701035AmericaFrontccc.png,Furi,NS,Action,The Game Bakers,The Game Bakers,,,,,,,2018-01-11,2018-01-09 +/games/boxart/full_4791365AmericaFrontccc.png,Fury Unleashed,NS,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 +/games/boxart/full_8641231AmericaFrontccc.png,Fury Unleashed,PC,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 +/games/boxart/full_6701029AmericaFrontccc.png,Fury Unleashed,PS4,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 +/games/boxart/full_8310041AmericaFrontccc.png,Fury Unleashed,XOne,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 +/games/boxart/full_2540792AmericaFrontccc.jpg,Gal Guardians: Demon Purge,NS,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 +/games/boxart/full_9495973AmericaFrontccc.jpg,Gal Guardians: Demon Purge,PC,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 +/games/boxart/full_7548284AmericaFrontccc.jpg,Gal Guardians: Demon Purge,PS5,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 +/games/boxart/full_5744599AmericaFrontccc.jpg,Gal Guardians: Demon Purge,PS4,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 +/games/boxart/full_6285844AmericaFrontccc.jpg,Gal Guardians: Demon Purge,XOne,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 +/games/boxart/full_1276834AmericaFrontccc.jpg,Gal Guardians: Demon Purge,XS,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 +/games/boxart/full_3411595JapanFrontccc.jpg,Gal*Gunvolt,PS4,Action,Inti Creates,Inti Creates,,,,,,,2015-08-06,2018-11-26 +/games/boxart/full_8446302JapanFrontccc.jpg,Gal*Gunvolt,PSV,Action,Inti Creates,Inti Creates,,,,,,,2015-08-06,2018-11-26 +/games/boxart/full_7153247AmericaFrontccc.jpg,Gal*Gunvolt Burst,PS4,Action,Inti Creates,Inti Creates,,,,,,,2018-03-15,2018-11-26 +/games/boxart/default.jpg,Galax on Fire 2 HD,PC,Action,Unknown,Fishlabs Entertainment,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Galaxy Blaster,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/default.jpg,Galaxy Blaster,3DS,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/full_4706004AmericaFrontccc.jpg,Gangs of Sherwood,XS,Action,Unknown,Appeal Studios,,,,,,,,2023-09-12 +/games/boxart/full_3586112AmericaFrontccc.jpg,Gangs of Sherwood,PS5,Action,Unknown,Appeal Studios,,,,,,,,2023-09-12 +/games/boxart/full_5002415AmericaFrontccc.jpg,Gangs of Sherwood,PC,Action,Unknown,Appeal Studios,,,,,,,,2023-09-12 +/games/boxart/full_2996712AmericaFrontccc.png,Garage,NS,Action,TinyBuild Games,Zombie Dynamics,,,,,,,2018-05-01,2018-03-23 +/games/boxart/full_658844AmericaFrontccc.png,Gekido Kintaro's Revenge,NS,Action,Naps Team,Naps Team,,,,,,,2018-03-22,2018-01-30 +/games/boxart/full_8069494AmericaFrontccc.jpg,Genesis Alpha One,PS4,Action,Team17 Digital Ltd,Radiation Blue,,,,,,,2019-09-04,2018-08-02 +/games/boxart/full_586321AmericaFrontccc.jpg,Genesis Alpha One,XOne,Action,Team17 Digital Ltd,Radiation Blue,,,,,,,2019-09-04,2018-08-02 +/games/boxart/full_5887216AmericaFrontccc.jpg,Genesis Alpha One,PC,Action,Team17 Digital Ltd,Radiation Blue,,,,,,,2019-09-04,2018-08-02 +/games/boxart/full_6985694AmericaFrontccc.jpg,Georifters,XOne,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_1302645AmericaFrontccc.jpg,Georifters,PS4,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_86410AmericaFrontccc.jpg,Georifters,PC,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_7183688AmericaFrontccc.jpg,Georifters,NS,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 +/games/boxart/default.jpg,Ghost Blade HD,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_5522151AmericaFrontccc.jpg,Ghostrunner,XOne,Action,505 Games,One More Level,,,,,,,2020-10-27,2020-09-15 +/games/boxart/full_2136379AmericaFrontccc.jpg,Ghostrunner,PS4,Action,505 Games,One More Level,,,,,,,2020-10-27,2020-09-15 +/games/boxart/full_721892AmericaFrontccc.jpg,Ghostrunner,PC,Action,505 Games,One More Level,,,,,,,2020-10-27,2020-09-15 +/games/boxart/full_8624268AmericaFrontccc.jpg,Ghostrunner,NS,Action,Unknown,One More Level,,,,,,,,2021-11-06 +/games/boxart/full_8732475AmericaFrontccc.jpg,Ghostrunner,XS,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_2925838AmericaFrontccc.jpg,Ghostrunner,PS5,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_4368039AmericaFrontccc.jpg,Ghostrunner 2,PC,Action,Unknown,One More Level,,,,,,,,2023-08-26 +/games/boxart/full_9519203AmericaFrontccc.jpg,Ghostrunner 2,XS,Action,Unknown,One More Level,,,,,,,,2023-08-26 +/games/boxart/full_7397263AmericaFrontccc.jpg,Ghostrunner 2,PS5,Action,Unknown,One More Level,,,,,,,,2023-08-26 +/games/boxart/full_6254969AmericaFrontccc.jpg,Ghostrunner: Project_Hel,XS,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_6592260AmericaFrontccc.jpg,Ghostrunner: Project_Hel,XOne,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_4037610AmericaFrontccc.jpg,Ghostrunner: Project_Hel,PS5,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_9142929AmericaFrontccc.jpg,Ghostrunner: Project_Hel,PS4,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_3047478AmericaFrontccc.jpg,Ghostrunner: Project_Hel,PC,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_9471836AmericaFrontccc.jpg,Ghostrunner: Project_Hel,NS,Action,Unknown,One More Level,,,,,,,,2022-01-13 +/games/boxart/full_8964382JapanFrontccc.jpg,Girls und Panzer: Dream Team Match DX,NS,Action,Bandai Namco Games,Bandai Namco Games,,,,,,,2019-02-21,2019-02-24 +/games/boxart/full_8966882AmericaFrontccc.jpg,God of War: Betrayal,Mob,Action,Sony Pictures Digital Network,Sony Online Entertainment Los Angeles,,,,,,,2007-06-20,2018-04-04 +/games/boxart/full_2411313AmericaFrontccc.jpg,God of War: Ragnarök,PS5,Action,Sony Interactive Entertainment,Sony Computer Entertainment,,,,,,,2022-11-09,2022-11-23 +/games/boxart/full_3446017AmericaFrontccc.jpg,God of War: Ragnarök,PS4,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2022-11-09,2022-11-23 +/games/boxart/full_850686PALFrontccc.jpg,Going Under,NS,Action,Team 17,Team17,,,,,,,2020-09-24,2022-04-17 +/games/boxart/full_2540364AmericaFrontccc.jpg,Golden Rush,PC,Action,ELYLAND INVESTMENT COMPANY Ltd,Forbes Consult Ltd,,,,,,,2015-09-24,2019-04-17 +/games/boxart/full_8475920AmericaFrontccc.png,GoNNER,NS,Action,Raw Fury,Art in Heart,,,,,,,2017-06-29,2018-01-16 +/games/boxart/full_4127711AmericaFrontccc.jpg,Goofy's Fun House,PS,Action,NewKidCo,The Code Monkeys,,,,,,,2001-07-01,2018-03-30 +/games/boxart/full_9426954AmericaFrontccc.jpg,Gotham Knights,XS,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 +/games/boxart/full_5750204AmericaFrontccc.jpg,Gotham Knights,XOne,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 +/games/boxart/full_9879556AmericaFrontccc.jpg,Gotham Knights,PS5,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 +/games/boxart/full_5645376AmericaFrontccc.jpg,Gotham Knights,PS4,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 +/games/boxart/full_2940945AmericaFrontccc.jpg,Gotham Knights,PC,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 +/games/boxart/full_8494862AmericaFrontccc.png,Graceful Explosion Machine,NS,Action,Vertex Pop,Vertex Pop,,,,,,,2017-04-06,2018-03-12 +/games/boxart/default.jpg,Gradius,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_8566789AmericaFrontccc.png,Growl,GEN,Action,Taito Corporation,Taito,,,,,,,1991-11-15,2017-12-31 +/games/boxart/default.jpg,Guide the Ghost,3DS,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/full_4792731AmericaFrontccc.jpg,Gunlord X,PS4,Action,Unknown,NG:DEV.TEAM,,,,,,,,2019-12-15 +/games/boxart/full_4263298AmericaFrontccc.jpg,Gunlord X,NS,Action,Unknown,NG:DEV.TEAM,,,,,,,,2019-12-15 +/games/boxart/full_4052802AmericaFrontccc.png,Gunman Clive,3DS,Action,Horberg Productions,Horberg Productions,8.4,,,,,,2013-01-03,2018-04-12 +/games/boxart/full_1217151AmericaFrontccc.jpg,Gunman Clive,PC,Action,Horberg Productions,Horberg Productions,,,,,,,2014-01-03,2018-04-12 +/games/boxart/full_2946386AmericaFrontccc.png,Gunman Clive 2,3DS,Action,Horberg Productions,Horberg Productions,8.3,,,,,,2015-01-29,2018-04-12 +/games/boxart/full_9458480AmericaFrontccc.jpg,Gunman Clive 2,PC,Action,Horberg Productions,Horberg Productions,,,,,,,2015-09-03,2018-04-12 +/games/boxart/full_1183437AmericaFrontccc.png,Gunman Clive HD Collection,WiiU,Action,Horberg Productions,Horberg Productions,,,,,,,2015-09-03,2018-04-12 +/games/boxart/default.jpg,Gunman Clive HD Collection,NS,Action,Horberg Productions,Horberg Productions,,,,,,,2019-01-17,2019-01-04 +/games/boxart/full_7792494AmericaFrontccc.jpg,"Guns, Gore & Cannoli 2",PC,Action,Crazy Monkey,Crazy Monkey Studios,,,,,,,2018-03-02,2018-03-12 +/games/boxart/full_4023495AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,NS,Action,Unknown,Inti Creates,,,,,,,,2019-05-31 +/games/boxart/full_2358985AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,PS4,Action,Unknown,Inti Creates,,,,,,,,2019-05-31 +/games/boxart/full_3876543AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,PC,Action,Unknown,Inti Creates,,,,,,,,2019-05-31 +/games/boxart/full_2398903AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,XOne,Action,Inti Creates,Inti Creates,,,,,,,2019-12-19,2019-12-24 +/games/boxart/full_1089700AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,NS,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 +/games/boxart/full_9582275AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,PC,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 +/games/boxart/full_464588AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,PS4,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 +/games/boxart/full_2228935AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,PS5,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 +/games/boxart/full_1002619AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,XOne,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 +/games/boxart/full_9796288AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,XS,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 +/games/boxart/full_7064723AmericaFrontccc.png,Hades,NS,Action,Supergiant Games,Supergiant Games,,,,,,,2020-09-17,2020-09-17 +/games/boxart/full_8136605AmericaFrontccc.jpg,Hades II,PC,Action,Unknown,Supergiant Games,,,,,,,,2022-12-09 +/games/boxart/full_7616987AmericaFrontccc.jpg,Hades II,XS,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 +/games/boxart/full_3110347AmericaFrontccc.jpg,Hades II,PS5,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 +/games/boxart/full_8933598AmericaFrontccc.jpg,Hades II,NS,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 +/games/boxart/full_3009262AmericaFrontccc.jpg,Hades II,XOne,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 +/games/boxart/full_6748859AmericaFrontccc.jpg,Hades II,PS4,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 +/games/boxart/full_2989262AmericaFrontccc.jpg,Half-Life: Alyx,PC,Action,Valve,Valve,9.3,,,,,,2020-03-23,2019-11-21 +/games/boxart/full_5321205AmericaFrontccc.jpg,Hammer of Virtue,PC,Action,Unknown,No Pest Productions,,,,,,,,2023-07-22 +/games/boxart/full_9143790AmericaFrontccc.jpg,Hammer of Virtue,PS5,Action,Unknown,No Pest Productions,,,,,,,,2023-07-22 +/games/boxart/full_8543234AmericaFrontccc.png,Hammerwatch,NS,Action,BlitWorks,Crackshell,,,,,,,2017-12-14,2018-03-12 +/games/boxart/full_8152134AmericaFrontccc.jpg,Hardcore Mecha,PC,Action,RocketPunch Games,RocketPunch Games,,,,,,,2019-06-26,2020-01-13 +/games/boxart/full_5890373AmericaFrontccc.jpg,Hardcore Mecha,PS4,Action,RocketPunch Games,RocketPunch Games,,,,,,,2020-01-14,2020-01-13 +/games/boxart/full_4463248AmericaFrontccc.jpg,Have a Nice Death,PC,Action,Unknown,Magic Design Studios,,,,,,,,2023-03-22 +/games/boxart/full_4272115AmericaFrontccc.jpg,Have a Nice Death,NS,Action,Unknown,Magic Design Studios,,,,,,,,2023-03-22 +/games/boxart/full_6760920AmericaFrontccc.jpg,Have a Nice Death,XOne,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 +/games/boxart/full_2903965AmericaFrontccc.jpg,Have a Nice Death,PS5,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 +/games/boxart/full_827488AmericaFrontccc.jpg,Have a Nice Death,PS4,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 +/games/boxart/full_6445659AmericaFrontccc.jpg,Have a Nice Death,XS,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 +/games/boxart/full_2519179AmericaFrontccc.png,Heart&Slash,NS,Action,Badland Games,Aheartfulofgames,,,,,,,2017-12-22,2018-01-09 +/games/boxart/full_1519473AmericaFrontccc.jpg,Heave Ho,NS,Action,Unknown,Le Cartel Studio,,,,,,,,2019-08-26 +/games/boxart/full_8268215AmericaFrontccc.jpg,Heave Ho,PC,Action,Unknown,Le Cartel Studio,,,,,,,,2019-08-26 +/games/boxart/full_894606JapanFrontccc.jpg,Hell Fighter,NES,Action,Unknown,Thin Chen Enterprises,,,,,,,,2018-01-06 +/games/boxart/full_894957AmericaFrontccc.jpg,Hello Neighbor 2,XS,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 +/games/boxart/full_4100755AmericaFrontccc.jpg,Hello Neighbor 2,XOne,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 +/games/boxart/full_507369AmericaFrontccc.jpg,Hello Neighbor 2,PS5,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 +/games/boxart/full_9336372AmericaFrontccc.jpg,Hello Neighbor 2,PS4,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 +/games/boxart/full_2958535AmericaFrontccc.jpg,Hello Neighbor 2,PC,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 +/games/boxart/full_788614AmericaFrontccc.jpg,Hello Neighbor 2,NS,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 +/games/boxart/full_7385064AmericaFrontccc.jpg,Hello Neighbor VR: Search and Rescue,PS5,Action,Unknown,Steel Wool Studios,,,,,,,,2023-04-01 +/games/boxart/full_491631AmericaFrontccc.jpg,Hello Neighbor VR: Search and Rescue,PS4,Action,Unknown,Steel Wool Studios,,,,,,,,2023-04-01 +/games/boxart/full_5005604AmericaFrontccc.jpg,Hello Neighbor VR: Search and Rescue,PC,Action,Unknown,Steel Wool Studios,,,,,,,,2023-04-01 +/games/boxart/full_4886599AmericaFrontccc.jpg,Heroes of SoulCraft - Arcade MOBA,PC,Action,MobileBits GmbH,MobileBits GmbH,,,,,,,2015-07-02,2019-04-22 +/games/boxart/full_1586985AmericaFrontccc.jpg,Heroes of the Storm,PC,Action,Unknown,Blizzard Entertainment,,,,,,,,2019-01-28 +/games/boxart/full_4797432AmericaFrontccc.jpg,Hitman HD Enhanced Collection,PS4,Action,IO Interactive,IO Interactive,,,,,,,2019-01-11,2019-03-23 +/games/boxart/full_1564348AmericaFrontccc.jpg,Hitman HD Enhanced Collection,XOne,Action,IO Interactive,IO Interactive,,,,,,,2019-01-11,2019-03-23 +/games/boxart/default.jpg,HIVE JUMP,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_5687208AmericaFrontccc.jpg,Hogwarts Legacy,PS5,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2021-12-31,2020-09-16 +/games/boxart/full_8972833AmericaFrontccc.jpg,Hotel Barcelona,XS,Action,Unknown,White Owls,,,,,,,,2023-09-21 +/games/boxart/full_5974717AmericaFrontccc.jpg,Hotel Barcelona,PS5,Action,Unknown,White Owls,,,,,,,,2023-09-21 +/games/boxart/full_1039724AmericaFrontccc.jpg,Hotel Barcelona,PC,Action,Unknown,White Owls,,,,,,,,2023-09-21 +/games/boxart/full_6380639AmericaFrontccc.png,Huntdown,NS,Action,Coffee Stain Studios,Easy Trigger Games,,,,,,,2018-01-01,2018-03-12 +/games/boxart/full_3852630AmericaFrontccc.png,Hyperlight Ultimate,NS,Action,Unknown,CatfishBlues Games,,,,,,,2019-07-09,2019-07-07 +/games/boxart/full_5461742AmericaFrontccc.png,I and Me,NS,Action,Ratalaika Games,Wish Fang,,,,,,,2017-07-13,2018-03-12 +/games/boxart/default.jpg,Ice Trek,Int,Action,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_4376656AmericaFrontccc.png,IMAGEFIGHT,WiiU,Action,Konami,Konami,,,,,,,2018-02-08,2020-10-06 +/games/boxart/full_9364612AmericaFrontccc.png,IMAGEFIGHT 2,WiiU,Action,Konami,Konami,,,,,,,2018-02-08,2020-10-06 +/games/boxart/full_6677364AmericaFrontccc.png,Implosion,NS,Action,Flyhigh Works,Cascade Games,,,,,,,2017-07-06,2018-03-12 +/games/boxart/full_111919AmericaFrontccc.jpg,Inferno Climber,PC,Action,Arc System Works,Arc System Works,,,,,,,2016-09-09,2019-03-23 +/games/boxart/full_8853351AmericaFrontccc.png,Inferno Climber: Reborn,NS,Action,Arc System Works,Arc System Works,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_177508AmericaFrontccc.jpg,Inferno Climber: Reborn,PS4,Action,Arc System Works,Arc System Works,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_4274586AmericaFrontccc.jpg,Infinity Runner,PS4,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2015-04-21,2018-08-08 +/games/boxart/full_4704991AmericaFrontccc.jpg,Infinity Runner,XOne,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2015-04-22,2018-08-08 +/games/boxart/full_6782960AmericaFrontccc.png,Infinity Runner,WiiU,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2016-03-15,2018-08-08 +/games/boxart/full_3826772AmericaFrontccc.png,Into the Dead 2,NS,Action,Versus Evil,PikPok,,,,,,,2019-10-25,2019-10-24 +/games/boxart/full_2299721AmericaFrontccc.jpg,Irem Collection Volume 3,NS,Action,Unknown,Tozai Games,,,,,,,,2023-10-11 +/games/boxart/full_5266732AmericaFrontccc.jpg,Irem Collection Volume 3,PS4,Action,Unknown,Tozai Games,,,,,,,,2023-10-11 +/games/boxart/full_2761486AmericaFrontccc.jpg,Irem Collection Volume 3,PS5,Action,Unknown,Tozai Games,,,,,,,,2023-10-11 +/games/boxart/full_3634161AmericaFrontccc.jpg,Jigoku Kisetsukan: Sense of the Seasons,PC,Action,Emad,Emad,,,,,,,2015-05-12,2019-04-04 +/games/boxart/full_2204210AmericaFrontccc.png,Johnny Turbo's Arcade: Bad Dudes,NS,Action,FTE Games,Flying Tiger Entertainment,,,,,,,2018-03-29,2018-03-23 +/games/boxart/full_1744337AmericaFrontccc.png,Johnny Turbo's Arcade: Gate of Doom,NS,Action,FTE Games,Flying Tiger Entertainment,,,,,,,2018-02-15,2018-03-12 +/games/boxart/full_880860AmericaFrontccc.png,Johnny Turbo's Arcade: Wizard Fire,NS,Action,Unknown,FTE Games,,,,,,,2018-06-21,2020-08-29 +/games/boxart/default.jpg,Jotun: Valhalla Edition,PC,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Jotun: Valhalla Edition,OSX,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Jotun: Valhalla Edition,WiiU,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Jotun: Valhalla Edition,PS4,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Jotun: Valhalla Edition,XOne,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/full_9886328AmericaFrontccc.png,Jotun: Valhalla Edition,NS,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-04-18 +/games/boxart/full_85750AmericaFrontccc.jpg,Jumanji: The Video Game,XOne,Action,Unknown,Funsolve,,,,,,,,2019-11-10 +/games/boxart/full_442395AmericaFrontccc.jpg,Jumanji: The Video Game,NS,Action,Unknown,Funsolve,,,,,,,,2019-11-10 +/games/boxart/full_8663910AmericaFrontccc.jpg,Jumanji: The Video Game,PS4,Action,Unknown,Funsolve,,,,,,,,2019-11-10 +/games/boxart/full_8675020AmericaFrontccc.jpg,Jumanji: The Video Game,PC,Action,Unknown,Funsolve,,,,,,,,2019-11-10 +/games/boxart/full_4347372AmericaFrontccc.jpg,Just Die Already,XOne,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 +/games/boxart/full_8007540AmericaFrontccc.jpg,Just Die Already,PS4,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 +/games/boxart/full_1225668AmericaFrontccc.jpg,Just Die Already,PC,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 +/games/boxart/full_3805302AmericaFrontccc.jpg,Just Die Already,NS,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 +/games/boxart/full_5754595AmericaFrontccc.png,JYDGE,NS,Action,10tons,10tons Ltd,,,,,,,2017-10-19,2018-03-12 +/games/boxart/full_8603670AmericaFrontccc.jpg,Katamari Damacy Reroll,PC,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2018-12-07,2018-09-30 +/games/boxart/full_4571549AmericaFrontccc.jpg,Katamari Damacy Reroll,XOne,Action,Bandai Namco Entertainment,Namco,,,,,,,2020-11-20,2020-09-18 +/games/boxart/full_5168649AmericaFrontccc.jpg,Katamari Damacy Reroll,PS4,Action,Bandai Namco Entertainment,Namco,,,,,,,2020-11-20,2020-09-18 +/games/boxart/full_9304219AmericaFrontccc.png,Katana ZERO,NS,Action,Devolver Digital,Akiisoft,,,,,,,2019-04-18,2019-04-02 +/games/boxart/full_3589834AmericaFrontccc.png,Kero Blaster,NS,Action,Unknown,Studio Pixel,,,,,,,,2018-08-20 +/games/boxart/default.jpg,Kero Blaster,PS4,Action,Unknown,Studio Pixel,,,,,,,,2018-08-20 +/games/boxart/full_7161535AmericaFrontccc.png,Ketzal's Corridors,3DS,Action,Nintendo,Keys Factory,,,,,,,2012-04-12,2018-09-05 +/games/boxart/full_8242466AmericaFrontccc.jpg,Killer Queen Black,XOne,Action,"Liquid Bit, LLC","Liquid Bit, LLC",,,,,,,2019-10-11,2019-09-13 +/games/boxart/full_7450570AmericaFrontccc.png,Killer Queen Black,NS,Action,"Liquid Bit, LLC","Liquid Bit, LLC",,,,,,,2019-10-11,2019-09-13 +/games/boxart/full_3258959AmericaFrontccc.jpg,Killer Queen Black,PC,Action,"Liquid Bit, LLC","Liquid Bit, LLC",,,,,,,2019-10-11,2019-09-13 +/games/boxart/default.jpg,Kirby's Blowout Blast,3DS,Action,Unknown,HAL Laboratory,,,,,,,,2022-04-28 +/games/boxart/full_2841437AmericaFrontccc.jpg,Kung Fu Strike,X360,Action,Unknown,Qooc Software,,,,,,,,2022-08-13 +/games/boxart/full_8280758AmericaFrontccc.jpg,Kung Fu Strike,PC,Action,Unknown,Qooc Software,,,,,,,,2022-08-13 +/games/boxart/full_5753692AmericaFrontccc.jpg,Kunitsu-Gami: Path of the Goddess,XS,Action,Unknown,Capcom,,,,,,,,2023-06-12 +/games/boxart/full_8398750AmericaFrontccc.jpg,Kunitsu-Gami: Path of the Goddess,PC,Action,Unknown,Capcom,,,,,,,,2023-06-12 +/games/boxart/full_2695210AmericaFrontccc.jpg,Kunitsu-Gami: Path of the Goddess,PS5,Action,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_7057268AmericaFrontccc.jpg,Lady Bug,CV,Action,Coleco,Universal,,,,,,,1982-10-05,2021-10-18 +/games/boxart/full_158054AmericaFrontccc.png,League of Evil,NS,Action,Ratalaika Games,Ratalaika Games,,,,,,,2017-08-31,2018-03-23 +/games/boxart/full_5003361AmericaFrontccc.jpg,LEGO The Incredibles,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2018-06-15,2018-11-06 +/games/boxart/full_1024592AmericaFrontccc.jpg,Lethal Company,PC,Action,Unknown,Zeekerss,,,,,,,,2023-11-23 +/games/boxart/full_7592738AmericaFrontccc.png,Lichtspeer: Double Speer Edition,NS,Action,Crunching Koalas,Lichthund,,,,,,,2017-09-07,2018-03-23 +/games/boxart/full_8991100AmericaFrontccc.png,Light Fingers,NS,Action,Numizmatic,Numizmatic,,,,,,,2018-09-20,2018-10-06 +/games/boxart/full_6402179PALFrontccc.jpg,Little Red Hood,NES,Action,Unknown,Joy Van,,,,,,,,2018-01-06 +/games/boxart/full_8165555AmericaFrontccc.png,Little Triangle,NS,Action,KONANDENKI,Cotton Game,,,,,,,2018-03-01,2018-03-23 +/games/boxart/full_6996166AmericaFrontccc.jpg,LocoCycle,PC,Action,Microsoft Studios,Twisted Pixel Games,,,,,,,2014-02-14,2018-08-09 +/games/boxart/full_8248858AmericaFrontccc.jpg,Looping,CV,Action,Coleco,Video Games GmbH,,,,,,,1983-05-03,2021-10-18 +/games/boxart/full_2010870AmericaFrontccc.jpg,Loot River,XS,Action,Unknown,straka.studio,,,,,,,,2022-04-20 +/games/boxart/full_6385610AmericaFrontccc.jpg,Loot River,XOne,Action,Unknown,straka.studio,,,,,,,,2022-04-20 +/games/boxart/full_588912AmericaFrontccc.jpg,Loot River,PC,Action,Unknown,straka.studio,,,,,,,,2022-04-20 +/games/boxart/default.jpg,Lords Of Thunder,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_336719AmericaFrontccc.png,Lost Judgement,XS,Action,Unknown,Sega,,,,,,,,2021-08-17 +/games/boxart/full_9805262AmericaFrontccc.png,Lost Judgement,XOne,Action,Unknown,Sega,,,,,,,,2021-08-17 +/games/boxart/full_9449038AmericaFrontccc.png,Lost Judgement,PS5,Action,Unknown,Sega,,,,,,,,2021-08-17 +/games/boxart/full_9667924AmericaFrontccc.png,Lost Judgement,PS4,Action,Unknown,Sega,,,,,,,,2021-08-17 +/games/boxart/full_1432706AmericaFrontccc.jpg,Lost Soul Aside,PS4,Action,Unknown,UltiZero Games,,,,,,,,2019-01-04 +/games/boxart/full_9667499AmericaFrontccc.jpg,Lost Wing,XOne,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-29,2019-07-25 +/games/boxart/full_5308043AmericaFrontccc.jpg,Lost Wing,PS4,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-28,2019-07-25 +/games/boxart/full_5798649AmericaFrontccc.jpg,Lost Wing,PC,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-31,2019-07-25 +/games/boxart/full_3919320AmericaFrontccc.jpg,Lost Wing,NS,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-31,2019-07-25 +/games/boxart/full_1771184AmericaFrontccc.jpg,Lovely Planet,PS4,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2016-04-05,2018-08-08 +/games/boxart/full_4209439AmericaFrontccc.png,Lovely Planet,WiiU,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2016-04-05,2018-08-08 +/games/boxart/full_1388306AmericaFrontccc.jpg,Lovely Planet,XOne,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2016-01-08,2018-08-08 +/games/boxart/default.jpg,Lunar Rescue,Arc,Action,Unknown,Taito,,,,,,,,2020-12-10 +/games/boxart/full_5985810AmericaFrontccc.jpg,Malicious Fallen,PS4,Action,Sony Interactive Entertainment,Alvion Inc.,,,,,,,2017-02-21,2018-09-21 +/games/boxart/full_59550AmericaFrontccc.jpg,Maneater,XS,Action,Deep Silver,Tripwire Interactive,,,,,,,2020-11-10,2020-09-26 +/games/boxart/full_5223062AmericaFrontccc.jpg,Maneater,PS5,Action,Deep Silver,Tripwire Interactive,,,,,,,2020-11-12,2020-09-26 +/games/boxart/full_5508143AmericaFrontccc.png,Manticore: Galaxy on Fire,NS,Action,Unknown,Fishlabs Entertainment,,,,,,,,2018-05-31 +/games/boxart/full_9999422AmericaFrontccc.png,Maria The Witch,NS,Action,Naps Team,Naps Team,,,,,,,2017-11-09,2018-03-23 +/games/boxart/full_2489101AmericaFrontccc.png,Mark of the Ninja: Remastered,NS,Action,Klei Entertainment,Klei Entertainment,,,,,,,2018-10-09,2018-10-06 +/games/boxart/full_8100035AmericaFrontccc.jpg,Mars 2120,XS,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 +/games/boxart/full_7728130AmericaFrontccc.jpg,Mars 2120,XOne,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 +/games/boxart/full_7858681AmericaFrontccc.jpg,Mars 2120,PS5,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 +/games/boxart/full_395231AmericaFrontccc.jpg,Mars 2120,PS4,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 +/games/boxart/full_8389349AmericaFrontccc.jpg,Mars 2120,PC,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 +/games/boxart/full_9762009AmericaFrontccc.jpg,Mars 2120,NS,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 +/games/boxart/full_611932AmericaFrontccc.png,Marvel's Avengers,PC,Action,Square Enix,Crystal Dynamics,,,,,,,2020-09-04,2019-06-18 +/games/boxart/full_5784057AmericaFrontccc.png,Marvel's Avengers,XOne,Action,Square Enix,Crystal Dynamics,,,,,,,2020-09-04,2019-06-18 +/games/boxart/full_9653303AmericaFrontccc.png,Marvel's Avengers,PS4,Action,Square Enix,Crystal Dynamics,,,,,,,2020-09-04,2019-06-18 +/games/boxart/full_7505131AmericaFrontccc.png,Marvel's Avengers,XS,Action,Square Enix,Crystal Dynamics,,,,,,,2020-11-10,2020-06-24 +/games/boxart/full_7102950AmericaFrontccc.png,Marvel's Avengers,PS5,Action,Square Enix,Crystal Dynamics,,,,,,,2020-11-12,2020-06-24 +/games/boxart/full_4255290AmericaFrontccc.png,Marvel's Iron Man VR,PS4,Action,Sony Interactive Entertainment,Camouflaj,,,,,,,2020-07-03,2019-10-07 +/games/boxart/full_5729392AmericaFrontccc.png,Maze,WiiU,Action,Unknown,TreeFall Studios,,,,,,,,2018-01-05 +/games/boxart/full_9409871PALFrontccc.jpg,Mechstermination Force,NS,Action,Horberg Productions,Horberg Productions,,,,,,,2019-04-03,2019-04-03 +/games/boxart/full_2058656AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,PC,Action,Microsoft,Piranha Games,,,,,,,2019-12-10,2019-04-12 +/games/boxart/full_4020673AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,XS,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 +/games/boxart/full_6413795AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,XOne,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 +/games/boxart/full_6225235AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,PS5,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 +/games/boxart/full_339320AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,PS4,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 +/games/boxart/full_7916416AmericaFrontccc.jpg,Mega Coin Squad,PS4,Action,Adult Swim,Big Pixel Studios,,,,,,,2016-01-26,2018-08-08 +/games/boxart/full_6175778AmericaFrontccc.jpg,Mega Coin Squad,XOne,Action,Adult Swim,Big Pixel Studios,,,,,,,2015-05-20,2018-08-08 +/games/boxart/full_2240999AmericaFrontccc.jpg,MegaTagmension Blanc + Neptune VS Zombies,PC,Action,Idea Factory International,Compile Heart,,,,,,,2016-10-03,2018-07-03 +/games/boxart/full_9498409AmericaFrontccc.jpg,Meme Run,WiiU,Action,Unknown,Ninja Pig Studios,,,,,,,,2018-02-02 +/games/boxart/full_3233893AmericaFrontccc.png,Mercenary Kings Reloaded,NS,Action,Tribute Games,Tribute Games,,,,,,,2018-02-06,2018-03-23 +/games/boxart/default.jpg,METAL GEAR SOLID - Master Collection Version,PS5,Action,Unknown,Konami,,,,,,,,2024-01-20 +/games/boxart/default.jpg,Metal Gear Solid 2,PS5,Action,Unknown,Konami,,,,,,,,2024-01-20 +/games/boxart/default.jpg,Metal Gear Solid 3,PS5,Action,Unknown,Konami,,,,,,,,2024-01-20 +/games/boxart/full_1362876AmericaFrontccc.jpg,Metal Gear Survive,PC,Action,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2018-02-20,2018-02-25 +/games/boxart/full_6531529AmericaFrontccc.jpg,Midnight Ghost Hunt,PC,Action,Mellowsoft,Mellowsoft,,,,,,,2020-12-31,2019-06-10 +/games/boxart/full_5944315AmericaFrontccc.jpg,Minoria,NS,Action,DANGEN Entertainment,Bombservice,,,,,,,2019-12-01,2019-04-12 +/games/boxart/full_7593385AmericaFrontccc.jpg,Minoria,PC,Action,DANGEN Entertainment,Bombservice,,,,,,,2019-08-27,2019-04-12 +/games/boxart/full_2208277AmericaFrontccc.jpg,Mobile Suit Gundam Extreme VS. Maxiboost ON,PS4,Action,Bandai Namco Games,Namco Bandai Games,,,,,,,2020-07-30,2020-04-14 +/games/boxart/full_3103872AmericaFrontccc.jpg,Momodora: Moonlit Farewell,PC,Action,Unknown,Bombservice,,,,,,,,2023-12-03 +/games/boxart/full_1887240AmericaFrontccc.jpg,MONMUSU * FIGHT!,PC,Action,DLsite,StudioS,,,,,,,2017-04-22,2019-04-21 +/games/boxart/default.jpg,MOP: Operation Cleanup,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_2953243AmericaFrontccc.png,Morphite,NS,Action,Level 77,Blowfish Studios,,,,,,,2017-11-02,2018-03-23 +/games/boxart/full_7285450AmericaFrontccc.png,Mountain Peak Battle Mess,WiiU,Action,VADIM GAFTON,RandomSpin,,,,,,,2019-10-24,2020-09-20 +/games/boxart/full_2466204AmericaFrontccc.jpg,Mouse Trap,CV,Action,Coleco,Exidy,,,,,,,1982-11-02,2021-10-18 +/games/boxart/default.jpg,Mr. Do!'s Castle,CV,Action,Unknown,Universal,,,,,,,,2021-10-18 +/games/boxart/full_9671498AmericaFrontccc.png,Mr. Shifty,NS,Action,TinyBuild Games,Team Shifty,,,,,,,2017-04-13,2018-03-23 +/games/boxart/full_4074260PALFrontccc.jpg,Mugsters,NS,Action,Team 17,Team17,,,,,,,2018-07-18,2022-04-17 +/games/boxart/default.jpg,Mutant Alien Moles of the Dead,WiiU,Action,Unknown,EnjoyUp Games,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,PC,Action,Unknown,Funcom,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,XOne,Action,Unknown,Funcom,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,NS,Action,Unknown,Funcom,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,PS4,Action,Unknown,Funcom,,,,,,,,2019-06-10 +/games/boxart/full_1622392AmericaFrontccc.jpg,My Hero Ultra Rumble,XOne,Action,Unknown,Byking,,,,,,,,2023-09-21 +/games/boxart/full_3795680AmericaFrontccc.jpg,My Hero Ultra Rumble,PS4,Action,Unknown,Byking,,,,,,,,2023-09-21 +/games/boxart/full_988718AmericaFrontccc.jpg,My Hero Ultra Rumble,PC,Action,Unknown,Byking,,,,,,,,2023-09-21 +/games/boxart/full_7696707AmericaFrontccc.jpg,My Hero Ultra Rumble,NS,Action,Unknown,Byking,,,,,,,,2023-09-21 +/games/boxart/full_4200331AmericaFrontccc.jpg,Naraka: Bladepoint,PC,Action,Unknown,24 Entertainment,,,,,,,,2021-06-14 +/games/boxart/full_7854513AmericaFrontccc.jpg,Neon Abyss,PS4,Action,Veewo Games,Veewo Games,,,,,,,2019-12-01,2019-08-08 +/games/boxart/full_9791183AmericaFrontccc.jpg,Neon Abyss,PC,Action,Veewo Games,Veewo Games,,,,,,,2019-12-01,2019-08-08 +/games/boxart/full_9084878AmericaFrontccc.jpg,Neon Abyss,NS,Action,Team 17,Veewo Games,,,,,,,2020-07-14,2019-08-08 +/games/boxart/full_2358518AmericaFrontccc.png,Neon Chrome,NS,Action,10tons,10tons Ltd,,,,,,,2017-10-12,2018-03-23 +/games/boxart/full_3233771AmericaFrontccc.jpg,Neon White,NS,Action,Unknown,Ben Esposito,,,,,,,,2021-02-18 +/games/boxart/full_5339679AmericaFrontccc.jpg,Neon White,PC,Action,Unknown,Ben Esposito,,,,,,,,2021-02-18 +/games/boxart/full_3980014AmericaFrontccc.png,Neonwall,NS,Action,JanduSoft S.L.,JanduSoft,,,,,,,2018-03-15,2018-03-23 +/games/boxart/full_4193453AmericaFrontccc.png,NeuroVoider,NS,Action,Plug In Digital,Flying Oak,,,,,,,2017-09-07,2018-03-23 +/games/boxart/full_2084003AmericaFrontccc.png,Never Stop Sneakin',NS,Action,Humble Hearts,Humble Hearts,,,,,,,2017-12-14,2018-03-11 +/games/boxart/full_9225873AmericaFrontccc.png,Next Up Hero,NS,Action,"Aspyr Media, Inc.",Digital Continue,,,,,,,2018-04-01,2018-03-23 +/games/boxart/default.jpg,Next Up Hero,XOne,Action,Aspyr,Digital Continue,,,,,,,2018-06-28,2018-07-01 +/games/boxart/default.jpg,Next Up Hero,PS4,Action,Aspyr,Digital Continue,,,,,,,2018-06-28,2018-07-01 +/games/boxart/default.jpg,Next Up Hero,PC,Action,Aspyr,Digital Continue,,,,,,,2018-06-28,2018-07-01 +/games/boxart/full_503461AmericaFrontccc.jpg,Nidhogg,PSV,Action,Messhof,Code Mystics,,,,,,,2014-01-14,2018-09-09 +/games/boxart/full_2674014AmericaFrontccc.jpeg,Nidhogg 2,XOne,Action,Messhof,Messhof,,,,,,,2018-07-18,2018-09-09 +/games/boxart/full_6190820AmericaFrontccc.jpg,Nidhogg 2,PS4,Action,Messhof,Messhof,,,,,,,2017-09-15,2018-09-09 +/games/boxart/full_3725468AmericaFrontccc.jpg,Nidhogg 2,PC,Action,Messhof,Messhof,,,,,,,2017-08-15,2018-09-09 +/games/boxart/full_9305061AmericaFrontccc.png,Nightmare Boy,NS,Action,Badland Games,The Vanir Project,,,,,,,2018-01-16,2018-03-23 +/games/boxart/full_479999AmericaFrontccc.jpg,Nights of Azure,PC,Action,Koei Tecmo,Gust,,,,,,,2017-02-07,2018-01-21 +/games/boxart/full_6448789AmericaFrontccc.png,Nine Parchments,NS,Action,Frozenbyte,Frozenbyte,,,,,,,2017-12-05,2018-03-23 +/games/boxart/full_8969253AmericaFrontccc.jpg,Ninja Gaiden 3: Razor's Edge,PS3,Action,Tecmo Koei,Team Ninja,,,,,,,2013-04-02,2018-05-02 +/games/boxart/full_3522059AmericaFrontccc.png,Ninja Gaiden 3: Razor's Edge,X360,Action,Tecmo Koei,Team Ninja,,,,,,,2013-04-02,2018-05-02 +/games/boxart/full_7196379AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,NS,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_4822036AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,XOne,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_2888627AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,PS4,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_6391829AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_2639746AmericaFrontccc.jpg,Ninja JaJaMaru Collection,XOne,Action,Unknown,City Connection,,,,,,,,2019-07-31 +/games/boxart/full_4187074AmericaFrontccc.jpg,Ninja JaJaMaru Collection,PS4,Action,City Connection,City Connection,,,,,,,2019-12-01,2019-07-31 +/games/boxart/full_7794677AmericaFrontccc.jpg,Ninja JaJaMaru Collection,NS,Action,City Connection,City Connection,,,,,,,2019-12-01,2019-07-31 +/games/boxart/full_5625154AmericaFrontccc.png,Ninja Shodown,NS,Action,Rising Star Games,Bitmap Bureau,,,,,,,2017-10-05,2018-03-23 +/games/boxart/full_9099158AmericaFrontccc.jpg,Ninjala,NS,Action,GungHo,GungHo,,,,,,,2020-06-24,2019-04-08 +/games/boxart/full_386211AmericaFrontccc.png,Ninjin: Clash of Carrots,NS,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 +/games/boxart/full_7407885AmericaFrontccc.jpg,Ninjin: Clash of Carrots,PS4,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 +/games/boxart/full_8430857AmericaFrontccc.jpg,Ninjin: Clash of Carrots,XOne,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 +/games/boxart/full_7765141AmericaFrontccc.jpg,Ninjin: Clash of Carrots,PC,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 +/games/boxart/full_9141492AmericaFrontccc.jpg,No More Heroes III,NS,Action,Marvelous,Grasshopper Manufacture,,,,,,,2021-08-27,2019-10-30 +/games/boxart/default.jpg,No More Room in Hell,PC,Action,Unknown,No More Room in Hell Team,,,,,,,,2019-03-26 +/games/boxart/full_7682060AmericaFrontccc.png,NO THING,NS,Action,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-03-22,2018-03-23 +/games/boxart/full_8773197AmericaFrontccc.jpg,No Time to Explain,PS4,Action,TinyBuild Games,TinyBuild Games,,,,,,,2016-03-29,2018-08-11 +/games/boxart/full_864766AmericaFrontccc.jpg,Noble Nutlings,iOS,Action,Unknown,Boomlagoon,,,,,,,,2022-08-14 +/games/boxart/full_1920248AmericaFrontccc.jpg,Nom Nom Apocalypse,PC,Action,Unknown,Deadleaf Games,,,,,,,,2020-03-12 +/games/boxart/full_1564776AmericaFrontccc.jpg,Nom Nom Apocalypse,XOne,Action,Unknown,Deadleaf Games,,,,,,,,2020-03-12 +/games/boxart/full_4749100AmericaFrontccc.jpg,Nom Nom Apocalypse,NS,Action,Unknown,Deadleaf Games,,,,,,,,2020-03-12 +/games/boxart/full_4935207AmericaFrontccc.png,Octodad: Dadliest Catch,NS,Action,Young Horses,Young Horses,,,,,,,2017-11-09,2018-03-25 +/games/boxart/full_5568831AmericaFrontccc.jpg,Octogeddon,PC,Action,All Yes Good,All Yes Good,7.5,,,,,,2018-02-08,2018-03-19 +/games/boxart/full_3661334AmericaFrontccc.jpg,Omensight,PS4,Action,SpearHead Games,Spearhead Games,,,,,,,2018-05-15,2018-06-11 +/games/boxart/full_5914753AmericaFrontccc.jpg,One Finger Death Punch,X360,Action,Unknown,Silver Dollar Games,,,,,,,,2020-02-29 +/games/boxart/full_38028AmericaFrontccc.jpg,One Finger Death Punch,And,Action,Unknown,Silver Dollar Games,,,,,,,,2020-02-29 +/games/boxart/full_5120371AmericaFrontccc.jpg,One Finger Death Punch,iOS,Action,Unknown,Silver Dollar Games,,,,,,,,2020-02-29 +/games/boxart/full_302272AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,XOne,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 +/games/boxart/full_8632535AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,PS4,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 +/games/boxart/full_6676103AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,NS,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 +/games/boxart/full_9334814AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,PC,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 +/games/boxart/full_3257007AmericaFrontccc.jpg,One Piece: World Seeker,XOne,Action,Bandai Namco Entertainment,Ganbarion,,,,,,,2019-03-15,2019-03-22 +/games/boxart/full_3045255AmericaFrontccc.jpg,One Piece: World Seeker,PS4,Action,Bandai Namco Entertainment,Ganbarion,,,,,,,2019-03-15,2019-03-22 +/games/boxart/full_7807665AmericaFrontccc.jpg,One Piece: World Seeker,PC,Action,Bandai Namco Entertainment,Ganbarion,,,,,,,2019-03-15,2019-03-22 +/games/boxart/full_1915968AmericaFrontccc.png,Oniken: Unstoppable Edition,NS,Action,Unknown,JoyMasher,,,,,,,,2019-02-06 +/games/boxart/default.jpg,Oniken: Unstoppable Edition,PC,Action,Unknown,JoyMasher,,,,,,,,2019-02-06 +/games/boxart/default.jpg,Oniken: Unstoppable Edition,PS4,Action,Unknown,JoyMasher,,,,,,,,2019-03-08 +/games/boxart/default.jpg,Oniken: Unstoppable Edition,XOne,Action,Unknown,JoyMasher,,,,,,,,2019-03-08 +/games/boxart/full_9493505JapanFrontccc.jpg,Onimusha Warlords,NS,Action,Capcom,Capcom,,,,,,,2019-01-15,2018-11-18 +/games/boxart/full_2911752AmericaFrontccc.jpg,Onimusha Warlords,XOne,Action,Capcom,Capcom,,,,,,,2018-01-15,2018-09-11 +/games/boxart/full_1197223AmericaFrontccc.jpg,Onimusha Warlords,PS4,Action,Capcom,Capcom,,,,,,,2018-01-15,2018-11-18 +/games/boxart/default.jpg,ORION: Prelude,PC,Action,Unknown,Spiral Game Studios,,,,,,,,2019-03-26 +/games/boxart/full_3222022AmericaFrontccc.jpg,Out of Reach: Treasure Royale,PC,Action,PlayWay,Space Boat Studios,,,,,,,2020-12-31,2019-04-10 +/games/boxart/full_3075127AmericaFrontccc.jpeg,Outcast: Second Contact,PC,Action,Bigben Interactive,Unknown,,,,,,,2017-11-14, +/games/boxart/default.jpg,Outlast II,XOne,Action,Unknown,Red Barrels,,,,,,,,2017-12-31 +/games/boxart/full_9875866AmericaFrontccc.png,Outlast II,NS,Action,Red Barrels,Red Barrels,,,,,,,2018-03-27,2017-12-31 +/games/boxart/default.jpg,Outlast II,PS4,Action,Unknown,Red Barrels,,,,,,,,2017-12-31 +/games/boxart/full_7141954AmericaFrontccc.jpg,Outriders,PC,Action,Square Enix,People Can Fly,,,,,,,2021-02-02,2019-06-20 +/games/boxart/full_1000123AmericaFrontccc.jpg,Outriders,PS4,Action,Square Enix,People Can Fly,,,,,,,2021-02-02,2019-06-20 +/games/boxart/full_5015515AmericaFrontccc.jpg,Outriders,XOne,Action,Square Enix,People Can Fly,,,,,,,2021-02-02,2019-06-20 +/games/boxart/default.jpg,Pac-Man,And,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Pac-Man,C64,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Pac-Man,FDS,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Pac-Man,GBA,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Pac-Man,MSX,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Pac-Man,PC,Action,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/full_7445668AmericaFrontccc.png,Pac-Man: Championship Edition 2 Plus,NS,Action,Bandai Namco Entertainment,Bandai Namco,,,,,,,2018-02-22,2018-03-25 +/games/boxart/full_1612725AmericaFrontccc.jpg,Panda Love,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2016-09-01,2018-01-06 +/games/boxart/full_1512881AmericaFrontccc.jpg,Pang Adventures,PC,Action,Unknown,DotEmu,,,,,,,,2019-01-06 +/games/boxart/full_8252868AmericaFrontccc.jpg,Pang Adventures,NS,Action,Unknown,DotEmu,,,,,,,,2019-01-06 +/games/boxart/full_3598322AmericaFrontccc.jpg,Pang Adventures,PS4,Action,Unknown,DotEmu,,,,,,,,2019-01-06 +/games/boxart/full_5505116AmericaFrontccc.jpg,Pang Adventures,XOne,Action,Unknown,DotEmu,,,,,,,,2019-01-06 +/games/boxart/full_6582132AmericaFrontccc.png,Pankapu,NS,Action,Plug In Digital,Plug In Digital,,,,,,,2017-09-28,2018-03-25 +/games/boxart/default.jpg,Panty Party,NS,Action,Unknown,Animu Game,,,,,,,,2019-01-07 +/games/boxart/full_5637352AmericaFrontccc.png,Paper Wars: Cannon Fodder Devastated,NS,Action,iFun4all,iFun4all,,,,,,,2018-03-01,2018-03-25 +/games/boxart/full_5392797AmericaFrontccc.jpg,Pass The Punch,XOne,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 +/games/boxart/full_9540707AmericaFrontccc.jpg,Pass The Punch,PS4,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 +/games/boxart/full_4107002AmericaFrontccc.jpg,Pass The Punch,PC,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 +/games/boxart/full_9699056AmericaFrontccc.jpg,Pass The Punch,NS,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 +/games/boxart/full_8178422AmericaFrontccc.jpg,Past Cure,PC,Action,Phantom 8 Studio,Phantom 8 Studio,,,,,,,2018-02-23,2018-01-08 +/games/boxart/full_7874184AmericaFrontccc.png,Path of the Warrior,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2019-12-12,2019-12-16 +/games/boxart/full_5083943AmericaFrontccc.jpg,Penny Blood: Hellbound,PC,Action,Unknown,NatsumeAtari,,,,,,,,2023-12-02 +/games/boxart/default.jpg,Pepper II,CV,Action,Unknown,Exidy,,,,,,,,2021-10-18 +/games/boxart/full_5879767AmericaFrontccc.jpg,Persona 5 Strikers,PS4,Action,Atlus,Omega Force,,,,,,,2021-02-23,2020-12-04 +/games/boxart/full_6691108AmericaFrontccc.jpg,Persona 5 Strikers,NS,Action,Atlus,Omega Force,,,,,,,2021-02-23,2020-12-04 +/games/boxart/full_9938920AmericaFrontccc.png,Phantom Breaker: Battle Grounds Overdrive,NS,Action,MAGES,MAGES,,,,,,,2017-12-07,2018-03-25 +/games/boxart/full_8935321AmericaFrontccc.jpeg,Phantom Dust,PC,Action,Microsoft Studios,Code Mystics,,,,,,,2017-05-16,2018-08-11 +/games/boxart/full_126460AmericaFrontccc.png,Phantom Trigger,NS,Action,TinyBuild Games,TinyBuild Games,,,,,,,2017-08-10,2018-03-25 +/games/boxart/full_6961666AmericaFrontccc.jpg,Pharaonic,PC,Action,Unknown,Milkstone Studios,,,,,,,,2018-08-13 +/games/boxart/default.jpg,Pilot Sports,PS4,Action,Unknown,Z-Software GmbH,,,,,,,,2018-09-25 +/games/boxart/default.jpg,Pinball,Int,Action,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-10-14 +/games/boxart/full_8167055JapanFrontccc.jpg,Pipo Saru 2001,PS2,Action,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2001-07-05,2018-09-18 +/games/boxart/default.jpg,"Pirates, Vikings, and Knights II",PC,Action,Unknown,Octoshark Studios,,,,,,,,2019-02-05 +/games/boxart/full_9924678AmericaFrontccc.jpg,Pixel Hunter,PSV,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2015-11-20,2018-08-08 +/games/boxart/full_7542059AmericaFrontccc.png,Pixel Hunter,3DS,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2016-10-06,2018-08-08 +/games/boxart/full_547153AmericaFrontccc.png,Pixel Slime U,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2015-08-27,2018-01-11 +/games/boxart/full_8495762AmericaFrontccc.jpg,Pizza Titan Ultra,PS4,Action,Breakfall,Breakfall,,,,,,,2018-08-21,2018-09-09 +/games/boxart/full_8327533AmericaFrontccc.jpg,Pokémon Unite,NS,Action,The Pokémon Company,TiMi Studios,,,,,,,2021-07-21,2020-06-24 +/games/boxart/full_4032919AmericaFrontccc.jpg,Pokémon Unite,iOS,Action,Unknown,TiMi Studios,,,,,,,2020-12-31,2020-06-24 +/games/boxart/full_6826602AmericaFrontccc.jpg,Pokémon Unite,And,Action,Unknown,TiMi Studios,,,,,,,2020-12-31,2020-06-24 +/games/boxart/full_917333AmericaFrontccc.jpg,Predator: Hunting Grounds,PC,Action,Sony Computer Entertainment,IllFonic,,,,,,,2020-04-24,2019-12-10 +/games/boxart/full_2606749AmericaFrontccc.jpg,Primal,PS4,Action,Sony Interactive Entertainment,SCEE Cambridge,,,,,,,2016-05-31,2018-09-24 +/games/boxart/full_8258597AmericaFrontccc.jpg,Project Nimbus,PC,Action,GameTomo,GameCrafterTeam,,,,,,,2017-09-26,2019-05-14 +/games/boxart/default.jpg,Project Nimbus: Code Mirai,PS4,Action,GameTomo,Kiss,,,,,,,2017-11-21, +/games/boxart/full_3066431AmericaFrontccc.png,Project Nimbus: Complete Edition,NS,Action,GameTomo,GameTomo,,,,,,,2019-05-16,2019-05-14 +/games/boxart/full_975635AmericaFrontccc.jpg,Q*bert: Rebooted,XOne,Action,LOOT Entertainment,Gonzo Games,,,,,,,2016-02-12,2018-08-09 +/games/boxart/full_1830281AmericaFrontccc.jpg,Raging Justice,NS,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-02 +/games/boxart/default.jpg,Raging Justice,XOne,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-02 +/games/boxart/default.jpg,Raging Justice,PS4,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-04 +/games/boxart/default.jpg,Raging Justice,PC,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-04 +/games/boxart/full_4408073AmericaFrontccc.jpg,Raiden V,PC,Action,UFO Interactive,Moss,,,,,,,2017-10-19,2018-04-27 +/games/boxart/full_4954868AmericaFrontccc.jpg,Ratchet and Clank: Before the Nexus,And,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-18,2018-04-07 +/games/boxart/full_7303081AmericaFrontccc.jpg,Ratchet and Clank: Before the Nexus,iOS,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-18,2018-04-07 +/games/boxart/default.jpg,Rayman Raving Rabbids,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_5654180AmericaFrontccc.jpg,ReadySet Heroes,PS4,Action,Sony Interactive Entertainment,Robot Entertainment,,,,,,,2019-10-01,2020-08-01 +/games/boxart/full_1088665AmericaFrontccc.jpg,Red Wings: Aces of the Sky,NS,Action,All in! Games,All in! Games,,,,,,,2020-05-21,2020-02-18 +/games/boxart/full_9189815AmericaFrontccc.jpg,Red Wings: Aces of the Sky,PS4,Action,Unknown,All in! Games,,,,,,,,2020-02-18 +/games/boxart/full_892043AmericaFrontccc.jpg,Red Wings: Aces of the Sky,XOne,Action,Unknown,All in! Games,,,,,,,,2020-02-18 +/games/boxart/full_7610147AmericaFrontccc.jpg,Red Wings: Aces of the Sky,PC,Action,Unknown,All in! Games,,,,,,,,2020-02-18 +/games/boxart/full_3019544AmericaFrontccc.png,RemiLore: Lost Girl in the Lands of Lore,NS,Action,Nicalis,Nicalis,,,,,,,2019-02-26,2019-03-22 +/games/boxart/full_5290689JapanFrontccc.jpg,RemiLore: Lost Girl in the Lands of Lore,PS4,Action,Nicalis,Nicalis,,,,,,,2019-02-26,2019-03-22 +/games/boxart/full_3253870AmericaFrontccc.jpg,RemiLore: Lost Girl in the Lands of Lore,XOne,Action,Nicalis,Nicalis,,,,,,,2019-02-26,2019-03-22 +/games/boxart/full_8903622AmericaFrontccc.png,RemiLore: Lost Girl in the Lands of Lore,PC,Action,Nicalis,Nicalis,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_4783317AmericaFrontccc.jpg,REPLACED,PC,Action,Unknown,Sad Cat Studios,,,,,,,,2021-06-13 +/games/boxart/full_3657633AmericaFrontccc.jpg,REPLACED,XOne,Action,Unknown,Sad Cat Studios,,,,,,,,2021-06-13 +/games/boxart/full_8385091AmericaFrontccc.jpg,REPLACED,XS,Action,Unknown,Sad Cat Studios,,,,,,,,2021-06-13 +/games/boxart/full_4632624AmericaFrontccc.jpg,Research and Destroy,XS,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 +/games/boxart/full_2780953AmericaFrontccc.jpg,Research and Destroy,XOne,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 +/games/boxart/full_2197562AmericaFrontccc.jpg,Research and Destroy,PS5,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 +/games/boxart/full_7601199AmericaFrontccc.jpg,Research and Destroy,PS4,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 +/games/boxart/full_4920101AmericaFrontccc.jpg,Research and Destroy,PC,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 +/games/boxart/full_1184393AmericaFrontccc.jpg,Research and Destroy,NS,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 +/games/boxart/full_3238949AmericaFrontccc.png,Resident Evil 5,NS,Action,Capcom,Capcom,,,,,,,2019-10-29,2019-06-16 +/games/boxart/full_8197169AmericaFrontccc.png,Resident Evil 6,NS,Action,Capcom,Capcom,,,,,,,2019-12-01,2019-06-16 +/games/boxart/full_1191136AmericaFrontccc.jpg,Resident Evil: Resistance,PS4,Action,Unknown,Capcom,,,,,,,,2020-04-11 +/games/boxart/full_5718598AmericaFrontccc.jpg,Resident Evil: Resistance,XOne,Action,Unknown,Capcom,,,,,,,,2020-04-11 +/games/boxart/full_7386600AmericaFrontccc.jpg,Resident Evil: Resistance,PC,Action,Unknown,Capcom,,,,,,,,2020-04-11 +/games/boxart/full_5041542JapanFrontccc.jpg,Resident Evil: Revelations,NS,Action,Capcom,Capcom,,,,,,,2017-11-30,2018-03-16 +/games/boxart/full_1521402AmericaFrontccc.png,Resident Evil: Revelations 2,NS,Action,Capcom,Capcom,,,,,,,2017-11-28,2018-04-15 +/games/boxart/full_6333553AmericaFrontccc.png,Retro City Rampage DX,NS,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2017-10-19,2018-01-17 +/games/boxart/default.jpg,Rick and Morty: Virtual Rick-ality,OR,Action,Unknown,Owlchemy Labs,,,,,,,,2022-03-15 +/games/boxart/full_1757552AmericaFrontccc.jpg,Rise of the Kasai,PS4,Action,Sony Computer Entertainment,BottleRocket Entertainment,,,,,,,2016-03-08,2018-09-24 +/games/boxart/full_4705264AmericaFrontccc.jpg,Risk of Rain Returns,PC,Action,Unknown,Hopoo Games,,,,,,,,2023-10-26 +/games/boxart/full_4752459AmericaFrontccc.jpg,Risk of Rain Returns,NS,Action,Unknown,Hopoo Games,,,,,,,,2023-10-26 +/games/boxart/full_7800850AmericaFrontccc.jpg,River City Girls,XOne,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 +/games/boxart/full_6196903AmericaFrontccc.jpg,River City Girls,PS4,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 +/games/boxart/full_5831646AmericaFrontccc.jpg,River City Girls,PC,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 +/games/boxart/full_1640046AmericaFrontccc.jpg,River City Girls,NS,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 +/games/boxart/full_7997542AmericaFrontccc.jpg,River City Girls,PS5,Action,Unknown,WayForward Technologies,,,,,,,,2021-06-15 +/games/boxart/full_4826615AmericaFrontccc.jpg,River City Girls 2,PC,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_4058564AmericaFrontccc.jpg,River City Girls 2,NS,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_2341575AmericaFrontccc.jpg,River City Girls 2,XOne,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_1522462AmericaFrontccc.jpg,River City Girls 2,XS,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_211233AmericaFrontccc.jpg,River City Girls 2,PS4,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_6914851AmericaFrontccc.jpg,River City Girls 2,PS5,Action,Unknown,WayForward,,,,,,,,2021-06-14 +/games/boxart/full_9071174AmericaFrontccc.jpg,River City Girls Zero,NS,Action,Unknown,WayForward,,,,,,,,2021-06-15 +/games/boxart/full_7100556AmericaFrontccc.jpg,River City Melee Mach!!,PS4,Action,Arc System Works,Arc System Works,,,,,,,2019-10-10,2019-09-12 +/games/boxart/full_1921048AmericaFrontccc.jpg,River City Melee Mach!!,PC,Action,Arc System Works,Arc System Works,,,,,,,2019-10-10,2019-09-12 +/games/boxart/full_8736863JapanFrontccc.jpg,River City Melee Mach!!,NS,Action,Arc System Works,Arc System Works,,,,,,,2019-10-10,2019-09-12 +/games/boxart/full_5877405AmericaFrontccc.jpg,River City: Rival Showdown,3DS,Action,Natsume,Arc System Works,,,,,,,2017-11-21,2018-04-24 +/games/boxart/full_5930070AmericaFrontccc.jpg,Riverbond,XOne,Action,Cococucumber,Cococucumber,,,,,,,2019-06-09,2019-08-09 +/games/boxart/full_7714739AmericaFrontccc.jpg,Riverbond,PS4,Action,Cococucumber,Cococucumber,,,,,,,2019-06-09,2019-08-09 +/games/boxart/full_5550853AmericaFrontccc.jpg,Riverbond,PC,Action,Cococucumber,Cococucumber,,,,,,,2019-06-09,2019-08-09 +/games/boxart/full_3459735AmericaFrontccc.jpg,Riverbond,NS,Action,Cococucumber,Cococucumber,,,,,,,2019-12-01,2019-08-09 +/games/boxart/full_3079031AmericaFrontccc.png,Robbotto,NS,Action,Unknown,JMJ Interactive,,,,,,,,2018-09-15 +/games/boxart/default.jpg,Robbotto,PC,Action,Unknown,JMJ Interactive,,,,,,,,2018-09-15 +/games/boxart/default.jpg,Robocraft,PC,Action,Unknown,Freejam,,,,,,,,2019-03-26 +/games/boxart/full_8640923AmericaFrontccc.png,Robonauts,NS,Action,Unknown,QubicGames,,,,,,,,2018-02-02 +/games/boxart/full_9165023AmericaFrontccc.png,Rocket Fist,NS,Action,Bitten Toast Games,Bitten Toast Games,,,,,,,2017-08-10,2018-03-25 +/games/boxart/full_115096AmericaFrontccc.jpg,Rocket Wars,NS,Action,Unknown,Rooftop Panda,,,,,,,,2019-11-12 +/games/boxart/full_9521217AmericaFrontccc.jpg,Rocket Wars,PC,Action,Unknown,Rooftop Panda,,,,,,,,2019-11-12 +/games/boxart/full_7939433AmericaFrontccc.png,Rogue Aces,NS,Action,Unknown,Infinite State Games,,,,,,,,2018-04-27 +/games/boxart/default.jpg,Rogue Aces,PS4,Action,Unknown,Infinite State Games,,,,,,,,2018-04-27 +/games/boxart/default.jpg,Rogue Aces,PSV,Action,Unknown,Infinite State Games,,,,,,,,2018-04-27 +/games/boxart/full_256621AmericaFrontccc.jpg,Roller Coaster Tycoon Joyride,PS4,Action,Atari,Nvizzio Creations,,,,,,,2018-12-13,2018-10-31 +/games/boxart/full_4566702AmericaFrontccc.jpg,Root Beer Tapper,CV,Action,Coleco,Bally Midway,,,,,,,1984-06-01,2021-10-27 +/games/boxart/full_4685046AmericaFrontccc.jpg,Rumbleverse,XS,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 +/games/boxart/full_6856841AmericaFrontccc.jpg,Rumbleverse,XOne,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 +/games/boxart/full_3320440AmericaFrontccc.jpg,Rumbleverse,PS5,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 +/games/boxart/full_1813319AmericaFrontccc.jpg,Rumbleverse,PS4,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 +/games/boxart/full_8869725AmericaFrontccc.jpg,Rumbleverse,PC,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 +/games/boxart/full_3043953AmericaFrontccc.jpg,Russian Subway Dogs,XOne,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 +/games/boxart/full_2492686AmericaFrontccc.jpg,Russian Subway Dogs,PS4,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 +/games/boxart/full_3149376AmericaFrontccc.jpg,Russian Subway Dogs,PSV,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 +/games/boxart/full_3861634AmericaFrontccc.jpg,Russian Subway Dogs,PC,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 +/games/boxart/full_8593017AmericaFrontccc.png,RXN: Raijin,NS,Action,KAYAC,"GULTI co.,ltd.",,,,,,,2017-12-14,2018-03-25 +/games/boxart/full_246105AmericaFrontccc.png,Sacred Citadel,X360,Action,Unknown,Southend Interactive,,,,,,,,2022-08-17 +/games/boxart/full_1298382AmericaFrontccc.png,Sacred Citadel,PS3,Action,Unknown,Southend Interactive,,,,,,,,2022-08-17 +/games/boxart/full_8181228AmericaFrontccc.png,Samurai Aces,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-02-15,2018-03-25 +/games/boxart/full_667177AmericaFrontccc.png,Samurai Gunn,PC,Action,Maxistentialism,Teknopants,8,,,,,,2013-12-11,2018-01-21 +/games/boxart/full_5900585AmericaFrontccc.jpg,Samurai Maiden,PS5,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 +/games/boxart/full_5872086AmericaFrontccc.jpg,Samurai Maiden,PS4,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 +/games/boxart/full_7128516AmericaFrontccc.jpg,Samurai Maiden,PC,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 +/games/boxart/full_1397923AmericaFrontccc.jpg,Samurai Maiden,NS,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 +/games/boxart/full_9065119JapanFrontccc.jpg,Samurai Warriors 4 DX,PS4,Action,Koei Tecmo,Omega Force,,,,,,,2019-03-14,2019-03-22 +/games/boxart/full_5843259JapanFrontccc.jpg,Samurai Warriors 4 DX,NS,Action,Koei Tecmo,Omega Force,,,,,,,2019-03-14,2019-03-22 +/games/boxart/full_355816AmericaFrontccc.jpg,Samurai Warriors 5,NS,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_975765AmericaFrontccc.jpg,Samurai Warriors 5,XOne,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_2708034AmericaFrontccc.jpg,Samurai Warriors 5,PS4,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_1229793AmericaFrontccc.jpg,Samurai Warriors 5,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 +/games/boxart/full_2241978AmericaFrontccc.jpg,Savage Resurrection,PC,Action,S2 Games,S2 Games,,,,,,,2016-08-18,2019-04-01 +/games/boxart/full_7344447AmericaFrontccc.jpg,Scalebound,PC,Action,Microsoft Studios,PlatinumGames,,,,,,,2017-12-31,2018-08-10 +/games/boxart/full_6863379AmericaFrontccc.jpg,Scarlet Nexus,XS,Action,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2021-06-25,2020-05-07 +/games/boxart/full_668773AmericaFrontccc.jpg,Scarlet Nexus,XOne,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-05-07 +/games/boxart/full_3897330AmericaFrontccc.jpg,Scarlet Nexus,PS5,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-06-16 +/games/boxart/full_2107772AmericaFrontccc.jpg,Scarlet Nexus,PS4,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-06-16 +/games/boxart/full_9263377AmericaFrontccc.jpg,Scarlet Nexus,PC,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-06-16 +/games/boxart/full_5770586AmericaFrontccc.jpg,SCHAR: Blue Shield Alliance,XBL,Action,Unknown,Brainshape Games,,,,,,,,2022-08-12 +/games/boxart/full_76616AmericaFrontccc.jpg,SCHAR: Blue Shield Alliance,PC,Action,Unknown,Brainshape Games,,,,,,,,2022-08-12 +/games/boxart/full_4554379AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,XOne,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 +/games/boxart/full_5351979AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,PS4,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 +/games/boxart/full_1243447AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,PC,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 +/games/boxart/full_3056901AmericaFrontccc.jpg,SEGA AGES G-LOC: Air Battle,NS,Action,Unknown,M2,,,,,,,,2020-04-25 +/games/boxart/default.jpg,SEGA Ages: Gain Ground,NS,Action,Unknown,Sega,,,,,,,,2018-04-15 +/games/boxart/full_2942492AmericaFrontccc.jpg,Sengoku Denshou,SNES,Action,Unknown,SNK Corporation,,,,,,,,2018-03-28 +/games/boxart/full_7468642AmericaFrontccc.jpg,Senran Kagura Burst Re:Newal,PC,Action,Xseed Games,Tamsoft,,,,,,,2019-01-22,2019-03-24 +/games/boxart/full_2644162AmericaFrontccc.jpg,Senran Kagura: Peach Beach Splash,PC,Action,Xseed Games,Tamsoft,,,,,,,2018-03-07,2018-02-17 +/games/boxart/full_9053001AmericaFrontccc.jpg,Serious Sam 4,PC,Action,Devolver Digital,Croteam,,,,,,,2020-09-24,2020-05-20 +/games/boxart/full_7734160AmericaFrontccc.jpg,Serious Sam 4,Linux,Action,Devolver Digital,Croteam,,,,,,,2020-09-24,2020-05-20 +/games/boxart/full_3292176AmericaFrontccc.jpg,Serious Sam 4,OSX,Action,Devolver Digital,Croteam,,,,,,,2020-09-24,2020-05-20 +/games/boxart/default.jpg,Sewer Sam,Int,Action,Interphase,Interphase,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_3483944AmericaFrontccc.png,Shadow Archery,WiiU,Action,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2018-04-12,2020-10-05 +/games/boxart/full_2801328AmericaFrontccc.jpg,Shakedown Hawaii,NS,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2018-02-01 +/games/boxart/full_9208263AmericaFrontccc.png,Shantae and the Pirate's Curse,NS,Action,WayForward,WayForward,,,,,,,2018-03-20,2018-07-04 +/games/boxart/default.jpg,Shark! Shark!,Int,Action,Mattel Electronics,Mattel,,,,,,,1982-12-06,2018-01-13 +/games/boxart/full_3999670AmericaFrontccc.png,Shiny the Firefly,WiiU,Action,Unknown,Padaone Games,,,,,,,,2018-01-05 +/games/boxart/default.jpg,Shockman,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_5890007AmericaFrontccc.png,Shovel Knight: Specter of Torment,NS,Action,Yacht Club Games,Yacht Club Games,,,,,,,2017-03-03,2018-03-25 +/games/boxart/full_8637954AmericaFrontccc.jpg,Sifu,PC,Action,Unknown,Sloclap,,,,,,,,2023-02-02 +/games/boxart/full_1426519AmericaFrontccc.jpg,Sifu,PS5,Action,Unknown,Sloclap,,,,,,,,2023-02-02 +/games/boxart/full_7952322AmericaFrontccc.jpg,Sifu,PS4,Action,Unknown,Sloclap,,,,,,,,2023-02-02 +/games/boxart/full_4658332AmericaFrontccc.jpg,Sifu,NS,Action,Unknown,Sloclap,,,,,,,,2023-02-02 +/games/boxart/full_959845AmericaFrontccc.jpg,Sifu,XOne,Action,Unknown,Sloclap,,,,,,,,2023-02-02 +/games/boxart/full_2773437AmericaFrontccc.jpg,Sifu,XS,Action,Unknown,Sloclap,,,,,,,,2023-02-02 +/games/boxart/full_2737440AmericaFrontccc.png,Skeasy,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2016-01-16,2018-01-17 +/games/boxart/full_6432397AmericaFrontccc.jpg,Skully,NS,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 +/games/boxart/full_2331330AmericaFrontccc.jpg,Skully,PC,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 +/games/boxart/full_4080267AmericaFrontccc.jpg,Skully,PS4,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 +/games/boxart/full_1524347AmericaFrontccc.jpg,Skully,XOne,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 +/games/boxart/full_6053750AmericaFrontccc.png,Sky Ride,NS,Action,MUTAN,MUTAN,,,,,,,2017-08-17,2018-03-25 +/games/boxart/full_1785776AmericaFrontccc.jpg,Slain: Back From Hell,NS,Action,Digerati,Stage Clear Studios,,,,,,,2017-12-07,2018-03-25 +/games/boxart/full_7780007AmericaFrontccc.jpg,Slave Zero X,PC,Action,Unknown,Poppy Works,,,,,,,,2022-08-17 +/games/boxart/full_9109911AmericaFrontccc.jpg,SMITE 2,XS,Action,Unknown,Titan Forge Games,,,,,,,,2024-01-13 +/games/boxart/full_887678AmericaFrontccc.jpg,SMITE 2,PS5,Action,Unknown,Titan Forge Games,,,,,,,,2024-01-13 +/games/boxart/full_3011364AmericaFrontccc.jpg,SMITE 2,PC,Action,Unknown,Titan Forge Games,,,,,,,,2024-01-13 +/games/boxart/default.jpg,Snowball,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_8899108AmericaFrontccc.png,SOL DIVIDE: Sword of Darkness,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-03-22,2018-03-25 +/games/boxart/default.jpg,SOLDIER BLADE,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_3959974AmericaFrontccc.jpg,South Park: Snow Day!,XS,Action,Unknown,Question,,,,,,,,2024-01-13 +/games/boxart/full_4983661AmericaFrontccc.jpg,South Park: Snow Day!,PS5,Action,Unknown,Question,,,,,,,,2024-01-13 +/games/boxart/full_1703102AmericaFrontccc.jpg,South Park: Snow Day!,PC,Action,Unknown,Question,,,,,,,,2024-01-13 +/games/boxart/full_5922873AmericaFrontccc.png,Space Dave,NS,Action,Choice Provisions,Choice Provisions,,,,,,,2018-01-25,2018-03-25 +/games/boxart/full_9662634AmericaFrontccc.png,Space Hunted: The Lost Levels,WiiU,Action,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2020-02-13,2020-09-20 +/games/boxart/full_9521991AmericaFrontccc.png,Space Intervention,WiiU,Action,IGOR GAFTON,VG && IG,,,,,,,2019-10-17,2020-09-20 +/games/boxart/full_8535289AmericaFrontccc.jpg,Space Jam: A New Legacy – The Game,XS,Action,Unknown,Digital Eclipse,,,,,,,,2021-06-26 +/games/boxart/full_1555048AmericaFrontccc.jpg,Space Jam: A New Legacy – The Game,XOne,Action,Unknown,Digital Eclipse,,,,,,,,2021-06-26 +/games/boxart/default.jpg,Space Overlords,PS4,Action,Unknown,12 Hit Combo,,,,,,,,2018-08-14 +/games/boxart/full_620785AmericaFrontccc.jpg,Space War Arena,NS,Action,Unknown,Playchemy,,,,,,,,2019-03-08 +/games/boxart/full_8869433AmericaFrontccc.png,Spacecats with Lasers,NS,Action,Bitten Toast Games,Bitten Toast Games,,,,,,,2018-02-22,2018-03-25 +/games/boxart/full_3742446AmericaFrontccc.png,Sparkle 2,NS,Action,10tons Ltd,10tons Ltd,,,,,,,2017-09-28,2019-04-06 +/games/boxart/full_4490796AmericaFrontccc.jpg,Spellbreak,XOne,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 +/games/boxart/full_9345093AmericaFrontccc.jpg,Spellbreak,PS4,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 +/games/boxart/full_6538302AmericaFrontccc.jpg,Spellbreak,PC,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 +/games/boxart/full_438768AmericaFrontccc.jpg,Spellbreak,NS,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 +/games/boxart/full_8357226AmericaFrontccc.png,Spellcaster's Assistant,WiiU,Action,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2018-03-29,2020-10-05 +/games/boxart/full_2345135AmericaFrontccc.png,Spelunker Party!,NS,Action,Square Enix,Tozai Games,,,,,,,2017-10-19,2018-03-25 +/games/boxart/full_3829974AmericaFrontccc.png,SPHERE SLICE,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2017-06-01,2018-01-17 +/games/boxart/full_4487422AmericaFrontccc.jpg,Spidersaurs,iOS,Action,Unknown,WayForward,,,,,,,,2022-03-03 +/games/boxart/full_1435542AmericaFrontccc.jpg,Spidersaurs,PC,Action,Unknown,WayForward,,,,,,,,2022-03-03 +/games/boxart/full_4871684AmericaFrontccc.jpg,Spidersaurs,PS4,Action,Unknown,WayForward,,,,,,,,2022-03-03 +/games/boxart/full_4650212AmericaFrontccc.jpg,Spidersaurs,PS5,Action,Unknown,WayForward,,,,,,,,2022-03-03 +/games/boxart/full_9450286AmericaFrontccc.jpg,Spidersaurs,NS,Action,Unknown,WayForward,,,,,,,,2022-03-03 +/games/boxart/full_181046AmericaFrontccc.jpg,Spidersaurs,XOne,Action,Unknown,WayForward,,,,,,,,2022-03-03 +/games/boxart/full_4096824AmericaFrontccc.jpg,Spidersaurs,XS,Action,Unknown,WayForward,,,,,,,,2022-03-03 +/games/boxart/full_6129377AmericaFrontccc.jpg,Spine,XS,Action,Unknown,Banzai Games,,,,,,,,2021-08-29 +/games/boxart/full_210426AmericaFrontccc.jpg,Spine,PS5,Action,Unknown,Banzai Games,,,,,,,,2021-08-29 +/games/boxart/full_9617426AmericaFrontccc.jpg,Spine,PC,Action,Unknown,Banzai Games,,,,,,,,2021-08-29 +/games/boxart/full_4001340AmericaFrontccc.png,Splashy Duck,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-06 +/games/boxart/full_1391233AmericaFrontccc.png,Spot The Difference: Ultimate Edition,NS,Action,Sabec Limited,Sabec Limited,,,,,,,2018-02-26,2018-03-26 +/games/boxart/default.jpg,Stampede,Int,Action,Activision,Activision,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_3635152AmericaFrontccc.png,Star Ghost,NS,Action,Rainy Frog,Squarehead Studios,,,,,,,2017-11-30,2018-03-25 +/games/boxart/default.jpg,Star Splash: Shattered Star,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_8838093AmericaFrontccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,NS,Action,Aspyr,Aspyr,,,,,,,2019-09-24,2021-11-08 +/games/boxart/full_747380AmericaFrontccc.jpg,Star Wars Jedi Knight: Jedi Academy,NS,Action,Aspyr,Raven Software,,,,,,,2020-03-26,2021-11-08 +/games/boxart/full_5443349AmericaFrontccc.jpg,Star Wars: Hunters,NS,Action,Unknown,NaturalMotion Games,,,,,,,,2021-02-17 +/games/boxart/default.jpg,Star Wars: The Arcade Game,CV,Action,Unknown,Atari,,,,,,,,2021-10-18 +/games/boxart/full_967787AmericaFrontccc.jpg,Stardrone Extreme,PSV,Action,Unknown,Beatshapers,,,,,,,,2022-08-11 +/games/boxart/full_8805836AmericaFrontccc.png,Stardust Galaxy Warriors: Stellar Climax,NS,Action,Unknown,Dreamloop Games,,,,,,,,2018-07-08 +/games/boxart/full_9567243AmericaFrontccc.png,SteamWorld Heist: Ultimate Edition,NS,Action,Image & Form International AB,Image & Form Games,,,,,,,2017-12-28,2018-03-21 +/games/boxart/default.jpg,Steel Sword Story,PC,Action,Unknown,8bits fanatics,,,,,,,,2019-06-10 +/games/boxart/full_5789577AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,PS4,Action,Unknown,Square Enix,,,,,,,,2022-02-01 +/games/boxart/full_9810353AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,XOne,Action,Unknown,Square Enix,,,,,,,,2022-02-01 +/games/boxart/full_8875196AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,PC,Action,Unknown,Square Enix,,,,,,,,2022-02-01 +/games/boxart/full_6778077AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,PS5,Action,Square Enix,Square Enix,,,,,,,2022-03-15,2022-02-01 +/games/boxart/full_5659677AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,XS,Action,Unknown,Square Enix,,,,,,,,2022-02-01 +/games/boxart/full_6665097AmericaFrontccc.png,Stranger Things 3: The Game,XOne,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 +/games/boxart/full_1230162AmericaFrontccc.png,Stranger Things 3: The Game,NS,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 +/games/boxart/full_2810700AmericaFrontccc.png,Stranger Things 3: The Game,PC,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 +/games/boxart/full_8654872AmericaFrontccc.jpg,Stranger Things 3: The Game,iOS,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 +/games/boxart/full_9325528AmericaFrontccc.jpg,Stranger Things 3: The Game,And,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 +/games/boxart/full_7454167AmericaFrontccc.jpg,Stranger Things 3: The Game,PS4,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 +/games/boxart/full_6697409AmericaFrontccc.png,Streets of Rage 4,XOne,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 +/games/boxart/full_2474052AmericaFrontccc.png,Streets of Rage 4,PS4,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 +/games/boxart/full_4664142AmericaFrontccc.png,Streets of Rage 4,PC,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 +/games/boxart/full_2266338AmericaFrontccc.png,Streets of Rage 4,NS,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 +/games/boxart/full_1639571AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,NS,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 +/games/boxart/full_5258587AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,PS4,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 +/games/boxart/full_9900570AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,XOne,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 +/games/boxart/full_4013289AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,PC,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 +/games/boxart/full_6488809AmericaFrontccc.png,Streets of Red: Devil's Dare Deluxe,NS,Action,Secret Base,Secret Base,,,,,,,2018-04-12,2018-02-06 +/games/boxart/default.jpg,Streets of Red: Devil's Dare Deluxe,PS4,Action,Unknown,Secret Base,,,,,,,,2018-02-06 +/games/boxart/full_3249744AmericaFrontccc.jpeg,Streets of Rogue,NS,Action,Unknown,Matt Dabrowski,,,,,,,,2019-07-13 +/games/boxart/full_5738830AmericaFrontccc.jpeg,Streets of Rogue,PS4,Action,Unknown,Matt Dabrowski,,,,,,,,2019-07-15 +/games/boxart/full_640432AmericaFrontccc.jpeg,Streets of Rogue,XOne,Action,Unknown,Matt Dabrowski,,,,,,,,2019-07-15 +/games/boxart/full_7553254AmericaFrontccc.png,Strikers 1945,NS,Action,Zerodiv,ZeroDiv,,,,,,,2017-08-03,2018-03-25 +/games/boxart/full_1127812AmericaFrontccc.png,Strikers 1945 II,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-01-25,2018-03-25 +/games/boxart/full_662283PALFrontccc.jpg,Strikers Edge,PS4,Action,Unknown,Unknown,,,,,,,,2020-03-23 +/games/boxart/full_609099PALFrontccc.jpg,Strikers Edge,PC,Action,Unknown,Unknown,,,,,,,,2020-03-23 +/games/boxart/full_2221756AmericaFrontccc.jpg,Styx: Master of Shadows,PS4,Action,Focus Home Interactive,Cyanide Studios,,,,,,,2014-10-07,2018-01-06 +/games/boxart/full_8560835AmericaFrontccc.jpg,Styx: Master of Shadows,XOne,Action,Focus Home Interactive,Cyanide Studios,,,,,,,2014-10-07,2018-01-06 +/games/boxart/full_7859972AmericaFrontccc.jpg,Sundered,PC,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Sundered,PS4,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Sundered,OSX,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Sundered,Linux,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/full_8003326PALFrontccc.jpg,Sunset Overdrive,PC,Action,Microsoft Studios,Insomniac Games,,,,,,,2018-11-16,2018-11-12 +/games/boxart/full_447452AmericaFrontccc.png,Super Animal Royale,XS,Action,Unknown,Pixile,,,,,,,,2021-08-27 +/games/boxart/full_8782863AmericaFrontccc.png,Super Animal Royale,XOne,Action,Unknown,Pixile,,,,,,,,2021-08-27 +/games/boxart/full_2795594AmericaFrontccc.png,Super Animal Royale,PS5,Action,Unknown,Pixile,,,,,,,,2021-08-27 +/games/boxart/full_4245883AmericaFrontccc.png,Super Animal Royale,PS4,Action,Unknown,Pixile,,,,,,,,2021-08-27 +/games/boxart/full_6526330AmericaFrontccc.png,Super Animal Royale,PC,Action,Unknown,Pixile,,,,,,,,2021-08-27 +/games/boxart/full_2630944AmericaFrontccc.png,Super Animal Royale,NS,Action,Unknown,Pixile,,,,,,,,2021-08-27 +/games/boxart/full_9919478AmericaFrontccc.jpg,Super Comboman,XOne,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 +/games/boxart/full_4288839AmericaFrontccc.jpg,Super Comboman,PS4,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 +/games/boxart/full_7314650AmericaFrontccc.jpg,Super Crush KO,NS,Action,Unknown,Vertex Pop,,,,,,,,2020-01-10 +/games/boxart/full_5402285AmericaFrontccc.jpg,Super Crush KO,PC,Action,Unknown,Vertex Pop,,,,,,,,2020-01-10 +/games/boxart/full_1089344AmericaFrontccc.png,Super Daryl Deluxe,NS,Action,Dan & Gary Games,Dan & Gary Games,,,,,,,2018-04-10,2018-03-23 +/games/boxart/full_3485430AmericaFrontccc.jpg,Super Little Acorns 3D Turbo,3DS,Action,Unknown,Pixel Toys,,,,,,,,2022-08-17 +/games/boxart/full_3184860AmericaFrontccc.jpg,Super Mutant Alien Assault,NS,Action,Unknown,Cybernate,,,,,,,,2019-07-04 +/games/boxart/default.jpg,Super Mutant Alien Assault,PC,Action,Unknown,Cybernate,,,,,,,,2019-07-04 +/games/boxart/default.jpg,Super Mutant Alien Assault,PSV,Action,Unknown,Cybernate,,,,,,,,2019-07-04 +/games/boxart/default.jpg,Super Mutant Alien Assault,PS4,Action,Unknown,Cybernate,,,,,,,,2019-07-04 +/games/boxart/default.jpg,Super Mutant Alien Assault,XOne,Action,Unknown,Cybernate,,,,,,,,2019-07-04 +/games/boxart/full_9434708AmericaFrontccc.png,Super Ping Pong Trick Shot,NS,Action,Starsign,SIMS,,,,,,,2017-10-19,2018-03-25 +/games/boxart/default.jpg,SUPER ROBO MOUSE,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/default.jpg,Super Ultra Star Shooter,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Swords & Serpents,Int,Action,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_771481AmericaFrontccc.png,Tachyon Project,NS,Action,Eclipse Games,Eclipse Games,,,,,,,2018-01-25,2018-03-26 +/games/boxart/full_6431949AmericaFrontccc.png,Tallowmere,NS,Action,Teyon,Teyon,,,,,,,2017-11-09,2018-03-26 +/games/boxart/full_4460821AmericaFrontccc.png,Tank Troopers,3DS,Action,Nintendo,Nintendo EPD,,,,,,,2017-02-16,2018-11-18 +/games/boxart/full_4185066AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,XOne,Action,Unknown,Tribute Games,,,,,,,,2022-06-10 +/games/boxart/full_7592899AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,PS4,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-06-10 +/games/boxart/full_2915990AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,PC,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-06-10 +/games/boxart/full_5947188AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,NS,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-06-10 +/games/boxart/full_6158252AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,XS,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 +/games/boxart/full_9635747AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,XOne,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 +/games/boxart/full_1207412AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,PS5,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 +/games/boxart/full_5183189AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,PS4,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 +/games/boxart/full_8129627AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,PC,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 +/games/boxart/full_9270410AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,NS,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 +/games/boxart/full_8762330AmericaFrontccc.png,TENGAI,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-03-29,2018-03-26 +/games/boxart/full_5555182AmericaFrontccc.jpg,Terror of Hemasaurus,XS,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 +/games/boxart/full_4106911AmericaFrontccc.jpg,Terror of Hemasaurus,XOne,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 +/games/boxart/full_7349161AmericaFrontccc.jpg,Terror of Hemasaurus,PS5,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 +/games/boxart/full_244150AmericaFrontccc.jpg,Terror of Hemasaurus,PS4,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 +/games/boxart/full_2063008AmericaFrontccc.jpg,Terror of Hemasaurus,PC,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 +/games/boxart/full_7604447AmericaFrontccc.jpg,Terror of Hemasaurus,NS,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 +/games/boxart/full_2137265AmericaFrontccc.png,Tesla vs Lovecraft,NS,Action,10tons,10tons Ltd,,,,,,,2018-03-16,2018-03-25 +/games/boxart/default.jpg,Teslapunk,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,test: game,PC,Action,Unknown,A Different Game,,,,,,,,2018-01-03 +/games/boxart/default.jpg,TestingGame,2600,Action,Unknown,TalonSoft,,,,,,,,2018-01-07 +/games/boxart/full_4359557AmericaFrontccc.jpg,The Ascent,XS,Action,Curve Digital,Neon Giant,,,,,,,2020-12-01,2020-05-07 +/games/boxart/default.jpg,The Bard's Tale: Remastered and Resnarkled,PSV,Action,Unknown,InXile Entertainment,,,,,,,,2018-07-18 +/games/boxart/default.jpg,The Bard's Tale: Remastered and Resnarkled,PS4,Action,Unknown,InXile Entertainment,,,,,,,,2018-07-18 +/games/boxart/full_2279471AmericaFrontccc.jpg,The Binding of Isaac: Repentance,PS5,Action,Unknown,Edmund McMillen,,,,,,,,2021-08-02 +/games/boxart/full_6592220AmericaFrontccc.jpg,The Binding of Isaac: Repentance,PC,Action,Unknown,Edmund McMillen,,,,,,,,2021-08-02 +/games/boxart/full_1338308AmericaFrontccc.jpg,The Binding of Isaac: Repentance,NS,Action,Unknown,Edmund McMillen,,,,,,,,2021-08-02 +/games/boxart/full_9228760AmericaFrontccc.jpg,The Climb,OR,Action,Crytek,Crytek,,,,,,,2016-04-21,2022-03-15 +/games/boxart/default.jpg,The Deadly Tower of Monsters,PS4,Action,Atlus,ACE Team,,,,,,,2016-01-19,2018-01-06 +/games/boxart/default.jpg,The Deadly Tower of Monsters,PC,Action,Atlus,ACE Team,,,,,,,2016-01-19,2018-01-06 +/games/boxart/full_2636489AmericaFrontccc.png,The Fairyland Story,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/full_2460537AmericaFrontccc.png,The Final Station,NS,Action,TinyBuild Games,Do My Best,,,,,,,2018-02-23,2018-02-22 +/games/boxart/default.jpg,The Legend Of Prince Valiant,NES,Action,Unknown,Ocean Software,,,,,,,,2020-01-29 +/games/boxart/full_8873892AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,XOne,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-02-26,2019-03-22 +/games/boxart/full_3440430AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,PC,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-02-26,2019-03-22 +/games/boxart/full_5837338AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,NS,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-03-26,2019-03-22 +/games/boxart/full_857168AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,PS4,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-02-26,2019-03-22 +/games/boxart/full_5778751AmericaFrontccc.jpg,The Longest 5 Minutes,PC,Action,NIS America,Nippon Ichi Software,,,,,,,2018-02-13,2018-01-11 +/games/boxart/full_8009236AmericaFrontccc.jpg,The Lord of the Rings: Gollum,XOne,Action,Unknown,Daedalic Entertainment,,,,,,,,2023-05-07 +/games/boxart/full_2819676AmericaFrontccc.jpg,The Lord of the Rings: Gollum,PS4,Action,Unknown,Daedalic Entertainment,,,,,,,,2023-05-07 +/games/boxart/full_7142612AmericaFrontccc.jpg,The Lord of the Rings: Gollum,NS,Action,Unknown,Daedalic Entertainment,,,,,,,,2023-05-07 +/games/boxart/full_878281AmericaFrontccc.jpeg,The Mark of Kri,PS4,Action,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2015-12-05,2018-09-24 +/games/boxart/full_4853397AmericaFrontccc.jpeg,The Mummy Demastered,XOne,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, +/games/boxart/full_1588326AmericaFrontccc.jpeg,The Mummy Demastered,PS4,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, +/games/boxart/full_1502413AmericaFrontccc.png,The Mummy Demastered,NS,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, +/games/boxart/full_2752079AmericaFrontccc.jpg,The Mummy Demastered,PC,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, +/games/boxart/full_2835532AmericaFrontccc.png,The Ninja Saviors: Return of the Warriors,NS,Action,Arc System Works,Natsume Atari,,,,,,,2019-08-30,2019-06-14 +/games/boxart/full_6234400AmericaFrontccc.png,The Ninja Saviors: Return of the Warriors,PS4,Action,Arc System Works,Natsume Atari,,,,,,,2019-08-30,2019-06-14 +/games/boxart/full_6824825AmericaFrontccc.jpg,The Ninja Warriors,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/default.jpg,The Quiet Man,PS4,Action,Unknown,Human Head Studios,,,,,,,,2019-03-30 +/games/boxart/default.jpg,The Quiet Man,PC,Action,Unknown,Human Head Studios,,,,,,,,2019-03-30 +/games/boxart/default.jpg,The Simpsons Arcade Game,PSN,Action,Unknown,Konami,,,,,,,,2018-02-22 +/games/boxart/default.jpg,The Simpsons Arcade Game,XBL,Action,Unknown,Konami,,,,,,,,2018-02-22 +/games/boxart/full_2426380AmericaFrontccc.jpg,The Stretchers,NS,Action,Nintendo,Tarsier Studios,,,,,,,2019-11-08,2020-07-23 +/games/boxart/full_2722484AmericaFrontccc.jpg,The Walking Dead: Saints & Sinners – Chapter 2: Retribution,PS5,Action,Unknown,Skydance Interactive,7,,,,,,,2022-12-01 +/games/boxart/full_2099981AmericaFrontccc.jpg,The Walking Dead: Saints & Sinners – Chapter 2: Retribution,PS4,Action,Unknown,Skydance Interactive,,,,,,,,2022-12-01 +/games/boxart/full_4365506AmericaFrontccc.jpg,The Walking Dead: Saints & Sinners – Chapter 2: Retribution,PC,Action,Unknown,Skydance Interactive,,,,,,,,2022-12-01 +/games/boxart/full_8340460AmericaFrontccc.jpg,Thief Gold,PC,Action,Eidos Interactive,Looking Glass Studios,,,,,,,1999-10-26,2018-06-29 +/games/boxart/default.jpg,Thumper,PS4,Action,Unknown,Drool,,,,,,,,2018-02-20 +/games/boxart/full_3415968AmericaFrontccc.jpg,Thumper,XOne,Action,Unknown,Drool,,,,,,,,2018-02-20 +/games/boxart/full_2056529AmericaFrontccc.jpg,Thumper,PC,Action,Unknown,Drool,,,,,,,,2018-02-20 +/games/boxart/default.jpg,Thumper,iOS,Action,Unknown,Drool,,,,,,,,2018-02-20 +/games/boxart/full_9305477AmericaFrontccc.png,Time Recoil,NS,Action,10tons,10tons Ltd,,,,,,,2017-10-26,2018-03-26 +/games/boxart/full_2073121AmericaFrontccc.png,Tiny Troopers Joint Ops XL,NS,Action,Wired Productions,Epiphany Games,,,,,,,2017-12-21,2018-02-04 +/games/boxart/full_7374845AmericaFrontccc.jpg,Tokyo Ghoul: re Call to Exist,PS4,Action,Bandai Namco Entertainment,Three Rings,,,,,,,2019-11-14,2018-07-16 +/games/boxart/full_2342640AmericaFrontccc.jpg,Tokyo Ghoul: re Call to Exist,PC,Action,Bandai Namco Entertainment,Three Rings,,,,,,,2019-11-14,2019-09-30 +/games/boxart/default.jpg,Tokyo Ogre Gate,NS,Action,Unknown,CyberConnect2,,,,,,,,2018-02-05 +/games/boxart/default.jpg,Tokyo Ogre Gate,PC,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/default.jpg,Tokyo Ogre Gate,XOne,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/default.jpg,Tokyo Ogre Gate,PS4,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/full_5837934AmericaFrontccc.jpg,Tomb Raider: Definitive Edition,XOne,Action,Square Enix,Crystal Dynamics,,,,,,,2014-01-28,2017-12-30 +/games/boxart/default.jpg,Tomeling in Trouble,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_6058322AmericaFrontccc.jpg,Torchlight II,XOne,Action,Runic Games,Runic Games,,,,,,,2019-09-03,2019-09-03 +/games/boxart/full_5253324AmericaFrontccc.jpg,Torchlight II,PS4,Action,Runic Games,Runic Games,,,,,,,2019-09-03,2019-09-03 +/games/boxart/full_6179718AmericaFrontccc.jpg,Torchlight II,NS,Action,Runic Games,Runic Games,,,,,,,2019-09-03,2019-09-03 +/games/boxart/full_5793807AmericaFrontccc.png,TorqueL: Physics Modified Edition,NS,Action,Active Gaming Media,FullPowerSideAttack.com,,,,,,,2018-02-15,2018-02-02 +/games/boxart/full_9225193AmericaFrontccc.png,Touch Battle Tank SP,NS,Action,SilverStar,Silver Star Japan,,,,,,,2017-12-07,2018-03-26 +/games/boxart/full_6808944AmericaFrontccc.png,Tower Of Babel,NS,Action,EnjoyUp Games,EnjoyUp Games,,,,,,,2017-09-28,2018-03-26 +/games/boxart/full_6838427AmericaFrontccc.png,TowerFall,NS,Action,Matt Makes Games Inc.,Matt Makes Games Inc.,,,,,,,2018-09-27,2018-11-15 +/games/boxart/full_2346800AmericaFrontccc.png,Transformers: Battlegrounds,XOne,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 +/games/boxart/full_1879089AmericaFrontccc.png,Transformers: Battlegrounds,PS4,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 +/games/boxart/full_7428768AmericaFrontccc.png,Transformers: Battlegrounds,PC,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 +/games/boxart/full_7729751AmericaFrontccc.png,Transformers: Battlegrounds,NS,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 +/games/boxart/full_3150877AmericaFrontccc.jpg,Travis Strikes Again: No More Heroes,NS,Action,Grasshopper Manufacture Inc.,Grasshopper Manufacture,8,,,,,,2019-01-18,2019-03-24 +/games/boxart/full_9787077AmericaFrontccc.jpg,Trek to Yomi,XS,Action,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 +/games/boxart/full_7863481AmericaFrontccc.jpg,Trek to Yomi,PS5,Action,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 +/games/boxart/full_9675208AmericaFrontccc.jpg,Trek to Yomi,PC,Action,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 +/games/boxart/full_5924960AmericaFrontccc.jpg,Trek to Yomi,XOne,Action,Unknown,Flying Wild Hog,,,,,,,,2022-04-20 +/games/boxart/full_7879950AmericaFrontccc.jpg,Trek to Yomi,PS4,Action,Unknown,Flying Wild Hog,,,,,,,,2022-04-20 +/games/boxart/full_9056299AmericaFrontccc.jpg,Trials of Battle (OS/2 Warp),PC,Action,Stardock,"Shadowsoft, Inc.",,,,,,,1996-01-01,2018-03-31 +/games/boxart/full_482633AmericaFrontccc.jpg,Trine Enchanted Edition,PS4,Action,Frozenbyte,Frozenbyte,,,,,,,2014-12-23,2018-11-17 +/games/boxart/full_4063921AmericaFrontccc.jpg,Trine Enchanted Edition,NS,Action,Frozenbyte,Frozenbyte,,,,,,,2018-11-09,2018-11-16 +/games/boxart/default.jpg,Tropical Trouble,Int,Action,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 +/games/boxart/default.jpg,Truckin',Int,Action,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_1359237AmericaFrontccc.jpg,Tunche,XOne,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 +/games/boxart/full_4998410AmericaFrontccc.jpg,Tunche,PS4,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 +/games/boxart/full_2192902AmericaFrontccc.jpg,Tunche,PC,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 +/games/boxart/full_7264483AmericaFrontccc.jpg,Tunche,NS,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 +/games/boxart/full_4810188AmericaFrontccc.jpg,Tunche,XS,Action,Unknown,LEAP Game Studios,,,,,,,,2021-10-21 +/games/boxart/full_9219947AmericaFrontccc.jpg,Turrican Flashback,NS,Action,Unknown,Ratalaika Games,,,,,,,,2021-02-01 +/games/boxart/full_8777118AmericaFrontccc.jpg,Turrican Flashback,PS4,Action,Unknown,Ratalaika Games,,,,,,,,2021-02-01 +/games/boxart/default.jpg,Tutankham,Int,Action,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_5854990AmericaFrontccc.jpg,Twin Breaker: A Sacred Symbols Adventure,PS4,Action,Lillymo Games Inc,Lillymo Games Inc,,,,,,,2020-03-24,2020-02-13 +/games/boxart/full_1052290AmericaFrontccc.jpg,Twin Breaker: A Sacred Symbols Adventure,PSV,Action,Lillymo Games Inc,Lillymo Games Inc,,,,,,,2020-03-24,2020-02-13 +/games/boxart/full_5520706AmericaFrontccc.jpg,UBERMOSH Vol.3,PC,Action,Walter Machado,Walter Machado,,,,,,,2016-08-15,2019-04-05 +/games/boxart/full_2754607AmericaFrontccc.jpg,UBERMOSH Vol.5,PC,Action,Walter Machado,Walter Machado,,,,,,,2017-05-25,2019-04-05 +/games/boxart/full_5734271AmericaFrontccc.jpg,UBERMOSH Vol.7,PC,Action,Walter Machado,Walter Machado,,,,,,,2019-02-26,2019-04-05 +/games/boxart/full_7507009AmericaFrontccc.jpg,UBERMOSH:BLACK,PC,Action,Walter Machado,Walter Machado,,,,,,,2016-02-17,2019-04-05 +/games/boxart/full_2704714AmericaFrontccc.jpg,UBERMOSH:BLACK,NS,Action,Unknown,Walter Machado,,,,,,,,2020-08-17 +/games/boxart/full_5329349AmericaFrontccc.jpg,UBERMOSH:SANTICIDE,PC,Action,Walter Machado,Walter Machado,,,,,,,2018-07-27,2019-04-05 +/games/boxart/full_1100598AmericaFrontccc.jpg,UBERMOSH:WRAITH,PC,Action,Walter Machado,Walter Machado,,,,,,,2017-01-29,2019-04-05 +/games/boxart/full_8492563AmericaFrontccc.png,Ultra Hyperball,NS,Action,Springloaded,Springloaded,,,,,,,2017-07-28,2018-03-26 +/games/boxart/full_8114343AmericaFrontccc.jpg,Ultracore,NS,Action,Unknown,Digital Illusions,,,,,,,,2020-06-26 +/games/boxart/full_2213847AmericaFrontccc.jpg,Ultracore,PS4,Action,Unknown,Digital Illusions,,,,,,,,2020-06-26 +/games/boxart/full_4375249AmericaFrontccc.jpg,Umbraclaw,NS,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 +/games/boxart/full_4682140AmericaFrontccc.jpg,Umbraclaw,PC,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 +/games/boxart/full_9198373AmericaFrontccc.jpg,Umbraclaw,PS4,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 +/games/boxart/full_8976436AmericaFrontccc.jpg,Umbraclaw,PS5,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 +/games/boxart/full_8497623AmericaFrontccc.jpg,Umbraclaw,XOne,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 +/games/boxart/full_8229936AmericaFrontccc.jpg,Umbraclaw,XS,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 +/games/boxart/full_4826003AmericaFrontccc.jpg,Umihara Kawase BaZooKa!,PC,Action,Success,Studio Saizensen,,,,,,,2020-05-28,2020-05-11 +/games/boxart/full_3515084AmericaFrontccc.jpg,Umihara Kawase BaZooKa!,PS4,Action,Success,Studio Saizensen,,,,,,,2020-05-28,2020-05-11 +/games/boxart/full_3576305AmericaFrontccc.jpg,Umihara Kawase BaZooKa!,NS,Action,Success,Studio Saizensen,,,,,,,2020-05-28,2020-05-11 +/games/boxart/full_2559380AmericaFrontccc.jpg,Umihara Kawase Fresh!,PC,Action,Unknown,Studio Saizensen,,,,,,,,2020-05-11 +/games/boxart/full_2361766AmericaFrontccc.png,Vaccine,WiiU,Action,Rainy Frog,Rainy Night Creations,,,,,,,2017-05-31,2018-01-05 +/games/boxart/full_6836AmericaFrontccc.png,Vaccine,NS,Action,Rainy Frog,Rainy Night Creations,,,,,,,2017-07-06,2018-03-26 +/games/boxart/full_6569877AmericaFrontccc.jpg,Valfaris,PC,Action,Big Sugar,Steel Mantis,,,,,,,2019-12-01,2019-06-12 +/games/boxart/full_6915754AmericaFrontccc.jpg,Valfaris,PS4,Action,Big Sugar,Steel Mantis,,,,,,,2019-12-01,2019-06-12 +/games/boxart/full_8932651AmericaFrontccc.jpg,Valfaris,XOne,Action,Big Sugar,Steel Mantis,,,,,,,2019-12-01,2019-06-12 +/games/boxart/full_5657512AmericaFrontccc.jpg,Valfaris,NS,Action,Big Sugar,Steel Mantis,,,,,,,2019-11-01,2019-06-12 +/games/boxart/full_2582195AmericaFrontccc.png,Valkyrie of Phantasm,PC,Action,Area Zero,Area Zero,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_2374366AmericaFrontccc.png,Valkyrie of Phantasm,PS4,Action,Area Zero,Area Zero,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_2734582AmericaFrontccc.png,Valkyrie of Phantasm,NS,Action,Area Zero,Area Zero,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_3980101AmericaFrontccc.jpg,Vampire Hunter D,PS,Action,Jaleco,Victor Interactive Software,,,,,,,2000-09-25,2018-01-01 +/games/boxart/full_9035795AmericaFrontccc.jpg,Vampire Survivors,XS,Action,Unknown,Luca Galante,,,,,,,,2022-12-06 +/games/boxart/full_9741006AmericaFrontccc.jpg,Vampire Survivors,XOne,Action,Unknown,Luca Galante,,,,,,,,2022-12-06 +/games/boxart/full_3290756AmericaFrontccc.jpg,Vampire Survivors,PC,Action,Unknown,Luca Galante,,,,,,,,2022-12-06 +/games/boxart/full_5468414AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,PC,Action,Paradox Interactive,Hardsuit Labs,,,,,,,2021-12-31,2019-06-10 +/games/boxart/full_8463871AmericaFrontccc.jpg,Vampire: The Masquerade – Bloodhunt,PC,Action,Unknown,Sharkmob AB,,,,,,,,2021-08-27 +/games/boxart/default.jpg,Vectron,Int,Action,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_3781286AmericaFrontccc.png,Velocity 2X,NS,Action,Unknown,FuturLab,,,,,,,,2018-10-02 +/games/boxart/full_8112790AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,PS5,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 +/games/boxart/full_1845595AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,PS4,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 +/games/boxart/full_237236AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,PC,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 +/games/boxart/full_7876472AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,NS,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 +/games/boxart/full_3321160AmericaFrontccc.jpg,Venture,CV,Action,Coleco,Exidy,,,,,,,1982-09-07,2021-10-18 +/games/boxart/full_5741944AmericaFrontccc.jpg,Vitamin Connection,NS,Action,Unknown,Way Forward,,,,,,,,2019-08-13 +/games/boxart/full_9261441AmericaFrontccc.png,Volgarr the Viking,NS,Action,Crazy Viking Studios,Crazy Viking Studios,,,,,,,2017-10-05,2018-03-26 +/games/boxart/full_5387665AmericaFrontccc.png,Vostok Inc.,NS,Action,Wired Productions,Nosebleed Interactive,,,,,,,2017-12-07,2018-03-26 +/games/boxart/default.jpg,VRog,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_8893692AmericaFrontccc.jpg,Wanted: Dead,XS,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 +/games/boxart/full_4495908AmericaFrontccc.jpg,Wanted: Dead,XOne,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 +/games/boxart/full_3153210AmericaFrontccc.jpg,Wanted: Dead,PS5,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 +/games/boxart/full_1799702AmericaFrontccc.jpg,Wanted: Dead,PS4,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 +/games/boxart/full_4060203AmericaFrontccc.jpg,Wanted: Dead,PC,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 +/games/boxart/full_5378494PALFrontccc.jpg,Warframe,XOne,Action,Digital Extremes,Digital Extremes,,,,,,,2014-09-02,2018-07-08 +/games/boxart/full_6484521AmericaFrontccc.jpg,"Warhammer 40,000: Darktide",PC,Action,Fatshark,Fatshark AB,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_2845194AmericaFrontccc.jpg,"Warhammer 40,000: Darktide",XS,Action,Fatshark,Fatshark AB,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_9687796PALFrontccc.jpg,"Warhammer 40,000: Deathwatch",NS,Action,Funbox Media,Rodeo Games,,,,,,,2019-05-10,2018-11-06 +/games/boxart/default.jpg,Warhammer: Vermintide 2,PS4,Action,Unknown,Fatshark AB,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Warhammer: Vermintide 2,XOne,Action,Unknown,Fatshark AB,,,,,,,,2019-06-10 +/games/boxart/full_6177141AmericaFrontccc.jpg,Warriors Orochi 2,All,Action,KOEI,Omega Force,,,,,,,2008-09-23,2020-10-17 +/games/boxart/default.jpg,Warriors Orochi 4,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2019-02-15 +/games/boxart/full_2379016JapanFrontccc.jpg,Warriors Orochi Z,All,Action,KOEI,Omega Force,,,,,,,2009-03-12,2020-10-17 +/games/boxart/full_3213047AmericaFrontccc.jpg,Wattam,PC,Action,Annapurna Interactive,Funomena,,,,,,,2019-12-01,2019-09-30 +/games/boxart/full_2579538AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,XS,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 +/games/boxart/full_1881075AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,XOne,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 +/games/boxart/full_7043889AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,PS5,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 +/games/boxart/full_340692AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,PS4,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 +/games/boxart/full_8234754AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,PC,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 +/games/boxart/full_6119330AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,NS,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 +/games/boxart/full_6403552AmericaFrontccc.jpg,West of Dead,XOne,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 +/games/boxart/full_4670931AmericaFrontccc.jpg,West of Dead,PC,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 +/games/boxart/full_3761422AmericaFrontccc.jpg,West of Dead,NS,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 +/games/boxart/full_7502034AmericaFrontccc.jpg,West of Dead,PS4,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 +/games/boxart/full_8611343AmericaFrontccc.jpg,Wild Western,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/full_174602AmericaFrontccc.jpg,Windblown,PC,Action,Unknown,Motion Twin,,,,,,,,2023-12-08 +/games/boxart/default.jpg,Witch & Hero 3,NS,Action,Unknown,CIRCLE Entertainment,,,,,,,,2018-03-25 +/games/boxart/full_7425783AmericaFrontccc.jpg,World of Warriors,PS4,Action,Sony Interactive Entertainment,Saber Interactive,,,,,,,2018-03-21,2018-09-21 +/games/boxart/full_3818752AmericaFrontccc.jpg,Worms Rumble,PC,Action,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_5799364AmericaFrontccc.jpg,Worms Rumble,PS4,Action,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_1711260AmericaFrontccc.jpg,Worms Rumble,PS5,Action,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_2349444AmericaFrontccc.jpg,Worms Rumble,XS,Action,Unknown,Team17,,,,,,,,2021-06-26 +/games/boxart/full_1861507AmericaFrontccc.jpg,Worms Rumble,XOne,Action,Unknown,Team17,,,,,,,,2021-06-26 +/games/boxart/full_1517378AmericaFrontccc.jpg,Worms Rumble,NS,Action,Unknown,Team17,,,,,,,,2021-06-26 +/games/boxart/full_5232163AmericaFrontccc.jpg,Wrecked,PC,Action,Corvostudio di Amadei Marco,Marco Amadei,,,,,,,2018-04-01,2019-04-16 +/games/boxart/full_8335158AmericaFrontccc.png,Wulverblade,NS,Action,Darkwind Media,Darkwind Media,,,,,,,2017-10-12,2018-02-09 +/games/boxart/default.jpg,Xeno Crisis,PC,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 +/games/boxart/default.jpg,Xeno Crisis,NS,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 +/games/boxart/default.jpg,Xeno Crisis,DC,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 +/games/boxart/default.jpg,Xeno Crisis,GEN,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 +/games/boxart/default.jpg,Xeno Crisis,NG,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 +/games/boxart/default.jpg,Xeno Crisis,XOne,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 +/games/boxart/default.jpg,Xeno Crisis,PS4,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 +/games/boxart/full_5432569AmericaFrontccc.png,Xenoraid,NS,Action,10tons Ltd,10tons Ltd,,,,,,,2017-11-17,2018-03-26 +/games/boxart/full_494909AmericaFrontccc.jpg,Xenosis,PC,Action,Unknown,Noah Lee,,,,,,,,2023-05-18 +/games/boxart/default.jpg,Y.A.S.G,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_1171235AmericaFrontccc.jpg,Yakuza Kiwami 2,PC,Action,Sega,Sega,,,,,,,2019-05-09,2019-05-02 +/games/boxart/full_2489738AmericaFrontccc.png,Year Walk,WiiU,Action,Simogo,Simogo,,,,,,,2015-09-17,2018-01-05 +/games/boxart/full_8724737AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,NS,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 +/games/boxart/full_4709463AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,PC,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 +/games/boxart/full_8191852AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,PS4,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 +/games/boxart/full_4698614AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,PS5,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 +/games/boxart/full_9229226AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,XOne,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 +/games/boxart/full_9394700AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,XS,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 +/games/boxart/full_7652796AmericaFrontccc.jpg,Young Souls,XOne,Action,Unknown,1P2P,,,,,,,,2022-02-09 +/games/boxart/full_959027AmericaFrontccc.jpg,Young Souls,PS4,Action,Unknown,1P2P,,,,,,,,2022-02-09 +/games/boxart/full_3482346AmericaFrontccc.jpg,Young Souls,PC,Action,Unknown,1P2P,,,,,,,,2022-02-09 +/games/boxart/full_1176368AmericaFrontccc.jpg,Young Souls,NS,Action,Unknown,1P2P,,,,,,,,2022-02-09 +/games/boxart/full_809985AmericaFrontccc.png,Zarvot,NS,Action,Unknown,Snowhydra Games,,,,,,,,2018-10-14 +/games/boxart/full_9499859AmericaFrontccc.png,ZERO GUNNER 2,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-01-25,2018-03-26 +/games/boxart/full_8291617PALFrontccc.png,Zoids Wild: Blast Unleashed,NS,Action,Outright Games,Outright Games,,,,,,,2020-10-16,2020-09-07 +/games/boxart/full_7297855JapanFrontccc.jpg,Zoids Wild: King of Blast,NS,Action,Takara Tomy,Takara Tomy,,,,,,,2019-02-28,2019-02-24 +/games/boxart/full_452226AmericaFrontccc.png,Zombeer,WiiU,Action,Unknown,Padaone Games,,,,,,,,2018-01-05 +/games/boxart/default.jpg,Zombie Brigade: No Brain No Gain,WiiU,Action,Unknown,Cypron Studios,,,,,,,,2020-08-25 +/games/boxart/full_286902AmericaFrontccc.png,ZOMBIE GOLD RUSH,NS,Action,Amazing Inc.,Amazing Inc.,,,,,,,2017-10-26,2018-03-26 +/games/boxart/full_6321657AmericaFrontccc.jpg,The Walking Dead: Telltale Games Series,Series,Adventure,Telltale Games,Telltale Games,,,,,,,2012-04-24,2021-01-12 +/games/boxart/full_3999341AmericaFrontccc.png,Professor Layton,Series,Adventure,Nintendo,Level-5,,,,,,,2008-02-10,2020-02-04 +/games/boxart/full_9046076AmericaFrontccc.jpg,Myst,Series,Adventure,Broderbund,"Cyan, Inc.",,,,,,,1993-09-24,2020-03-09 +/games/boxart/full_5531684AmericaFrontccc.png,Ace Attorney,Series,Adventure,Capcom,Capcom,,,,,,,2005-10-12,2020-02-04 +/games/boxart/full_7352725AmericaFrontccc.jpg,Broken Sword,Series,Adventure,Virgin Interactive,Revolution Software,,,,,,,1996-09-30,2021-03-03 +/games/boxart/full_1636841AmericaFrontccc.jpg,Detroit: Become Human,All,Adventure,Sony Interactive Entertainment,Quantic Dream,,,,,,,2018-05-25,2021-02-22 +/games/boxart/full_1349358AmericaFrontccc.jpg,The Legend of Zelda: Ocarina of Time,N64,Adventure,Nintendo,Nintendo EAD,9.9,,,,,,1998-11-23, +/games/boxart/full_2379938AmericaFrontccc.jpg,The Legend of Zelda: Twilight Princess,Wii,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2006-11-19, +/games/boxart/full_4206736AmericaFrontccc.jpg,King's Quest,Series,Adventure,Sierra Online,On-Line Systems,,,,,,,1984-05-10,2021-04-02 +/games/boxart/full_3817175AmericaFrontccc.jpg,The Legend of Zelda,NES,Adventure,Nintendo,Nintendo EAD,9,,,,,,1987-08-22, +/games/boxart/full_5092550AmericaFrontccc.png,Luigi's Mansion: Dark Moon,3DS,Adventure,Nintendo,Next Level Games,8.6,,,,,,2013-03-24,2020-08-03 +/games/boxart/full_the-legend-of-zelda-ocarina-of-time-3d_127AmericaFront.jpg,The Legend of Zelda: Ocarina of Time 3D,3DS,Adventure,Nintendo,GREZZO,9.3,,,,,,2011-06-19, +/games/boxart/6809758ccc.jpg,Myst,PC,Adventure,Broderbund,Cyan Worlds,8.9,,,,,,1995-01-01, +/games/boxart/full_6117415AmericaFrontccc.jpg,Detroit: Become Human,PS4,Adventure,Sony Interactive Entertainment,Quantic Dream,8,,,,,,2018-05-25,2018-06-05 +/games/boxart/full_5696973AmericaFrontccc.jpg,Heavy Rain,All,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2010-02-23,2021-03-08 +/games/boxart/full_5854350AmericaFrontccc.png,Subnautica,All,Adventure,Unknown Worlds Entertainment,Unknown Worlds Entertainment,,,,,,,2018-01-23,2021-01-08 +/games/boxart/full_9208323AmericaFrontccc.jpg,Subnautica,Series,Adventure,Unknown Worlds Entertainment,Unknown Worlds Entertainment,,,,,,,2018-01-23,2020-03-03 +/games/boxart/full_5917508AmericaFrontccc.jpg,Danganronpa,Series,Adventure,NIS America,Spike Chunsoft,,,,,,,2014-02-11,2021-10-20 +/games/boxart/full_7268904AmericaFrontccc.jpg,L.A. Noire,All,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-05-17,2021-03-11 +/games/boxart/full_9653536AmericaFrontccc.jpg,The Legend of Zelda: Phantom Hourglass,DS,Adventure,Nintendo,Nintendo EAD,9.1,,,,,,2007-10-02, +/games/boxart/1323877ccc.jpg,The Legend of Zelda: A Link to the Past,SNES,Adventure,Nintendo,Nintendo EAD,10,,,,,,1992-04-13, +/games/boxart/8399996ccc.jpg,Riven: The Sequel to Myst,PC,Adventure,Red Orb,Cyan Worlds,,,,,,,1997-10-29, +/games/boxart/full_9257520AmericaFrontccc.jpg,Professor Layton and the Curious Village,DS,Adventure,Nintendo,Level 5,8.7,,,,,,2008-02-10, +/games/boxart/full_6636308AmericaFrontccc.jpg,The Legend of Zelda: The Wind Waker,GC,Adventure,Nintendo,Nintendo EAD,9.6,,,,,,2003-03-26, +/games/boxart/full_5047635AmericaFrontccc.jpg,Zelda II: The Adventure of Link,NES,Adventure,Nintendo,Nintendo EAD,,,,,,,1988-09-01,2018-01-28 +/games/boxart/full_6562868AmericaFrontccc.jpg,The Legend of Zelda: A Link Between Worlds,3DS,Adventure,Nintendo,Nintendo EAD,9.3,,,,,,2013-11-22,2018-01-05 +/games/boxart/full_9439903AmericaFrontccc.jpg,Until Dawn,PS4,Adventure,Sony Computer Entertainment,Supermassive Games Ltd.,,,,,,,2015-08-25,2018-09-14 +/games/boxart/full_4442305AmericaFrontccc.jpg,The Legend of Zelda: Oracle of Ages / Seasons,GBC,Adventure,Nintendo,Capcom,,,,,,,2001-05-13,2019-01-11 +/games/boxart/full_7372513AmericaFrontccc.jpg,Professor Layton and the Diabolical Box,DS,Adventure,Nintendo,Level 5,8.5,,,,,,2009-08-24, +/games/boxart/full_8647453AmericaFrontccc.jpg,The Legend of Zelda: Link's Awakening,GB,Adventure,Nintendo,Nintendo EAD,,,,,,,1993-08-01, +/games/boxart/full_the-legend-of-zelda-skyward-sword_217AmericaFront.jpg,The Legend of Zelda: Skyward Sword,Wii,Adventure,Nintendo,Nintendo EAD,9.4,,,,,,2011-11-20, +/games/boxart/6629690ccc.jpg,The Legend of Zelda: Majora's Mask,N64,Adventure,Nintendo,Nintendo EAD,9.3,,,,,,2000-10-25, +/games/boxart/full_professor-layton-and-the-unwound-future_8AmericaFront.jpg,Professor Layton and the Unwound Future,DS,Adventure,Nintendo,Level 5,8.4,,,,,,2010-09-12, +/games/boxart/full_144812AmericaFrontccc.jpg,Frogwares' Sherlock Holmes,Series,Adventure,The Adventure Company,Frogwares,,,,,,,2003-01-22,2021-03-09 +/games/boxart/full_5403728AmericaFrontccc.jpg,Heavy Rain,PS3,Adventure,Sony Computer Entertainment,Quantic Dream,8.8,,,,,,2010-02-23, +/games/boxart/full_6792661AmericaFrontccc.jpg,Life is Strange,All,Adventure,Square Enix,DONTNOD Entertainment,,,,,,,2015-01-30,2021-02-14 +/games/boxart/full_8321211AmericaFrontccc.jpg,Pajama Sam,Series,Adventure,Humongous Entertainment,Humongous Entertainment,,,,,,,1996-08-06,2021-05-05 +/games/boxart/full_8043477AmericaFrontccc.png,Syberia,Series,Adventure,Microids,Microids,,,,,,,2002-01-09,2021-03-09 +/games/boxart/full_7159330AmericaFrontccc.jpg,The Legend of Zelda: Spirit Tracks,DS,Adventure,Nintendo,Nintendo EAD,8.7,,,,,,2009-12-07, +/games/boxart/full_8354552AmericaFrontccc.jpg,Subnautica,PC,Adventure,Unknown Worlds Entertainment,Unknown Worlds Entertainment,,,,,,,2018-01-23,2018-02-14 +/games/boxart/full_7263452AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2012-12-11,2018-05-10 +/games/boxart/1424182ccc.jpg,The Legend of Zelda: A Link to the Past,GBA,Adventure,Nintendo,"Flagship Co., Ltd. / Nintendo EAD",9.6,,,,,,2002-12-03, +/games/boxart/8015695ccc.jpg,Metroid,NES,Adventure,Nintendo,Nintendo R&D1,,,,,,,1987-08-15, +/games/boxart/full_2657805AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,All,Adventure,Capcom,Capcom,,,,,,,2014-12-09,2021-02-05 +/games/boxart/full_8101490AmericaFrontccc.jpg,Detroit: Become Human,PC,Adventure,Quantic Dream,Quantic Dream,,,,,,,2019-12-12,2019-03-20 +/games/boxart/full_3894388AmericaFrontccc.jpg,Firewatch,All,Adventure,Panic,Campo Santo,,,,,,,2016-02-09,2021-01-30 +/games/boxart/full_7661736PALFrontccc.jpg,Rise of the Tomb Raider,PC,Adventure,Square Enix,Crystal Dynamics,,,,,,,2016-01-28,2018-04-11 +/games/boxart/full_8523268AmericaFrontccc.jpg,CSI: Crime Scene Investigation,Series,Adventure,Ubisoft,369 Interactive,,,,,,,2003-03-26,2021-07-15 +/games/boxart/4175325ccc.jpg,The Legend of Zelda: Link's Awakening DX,GBC,Adventure,Nintendo,Nintendo EAD,9.4,,,,,,1998-10-31,2018-01-06 +/games/boxart/full_5488824AmericaFrontccc.png,Deponia,Series,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-08-06,2021-04-01 +/games/boxart/99372ccc.jpg,Onimusha 2: Samurai's Destiny,PS2,Adventure,Capcom,Capcom,8.5,,,,,,2002-08-28, +/games/boxart/full_professor-layton-and-the-last-specter_25AmericaFront.jpg,Professor Layton and the Last Specter,DS,Adventure,Nintendo,Level 5,8.4,,,,,,2011-10-17, +/games/boxart/full_4200652AmericaFrontccc.jpg,Beyond: Two Souls,PS3,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2013-10-08,2018-07-09 +/games/boxart/full_7320600AmericaFrontccc.jpg,Leisure Suit Larry,Series,Adventure,Sierra Online,Sierra On-Line,,,,,,,1987-07-05,2021-04-08 +/games/boxart/1456138ccc.jpg,Silent Hill,PS,Adventure,Konami,KCET,8.9,,,,,,1999-01-31, +/games/boxart/full_6072111AmericaFrontccc.jpg,The 7th Guest,PC,Adventure,Virgin Interactive,Trilobyte,,,,,,,1993-01-01, +/games/boxart/full_2435539AmericaFrontccc.jpg,Zork,Series,Adventure,Infocom,"Infocom, Inc.",,,,,,,1980-12-01,2020-12-28 +/games/boxart/1334329ccc.jpg,Star Fox Adventures,GC,Adventure,Nintendo,Rare Ltd.,8.1,,,,,,2002-09-22, +/games/boxart/4911061ccc.jpg,The Legend of Zelda: The Minish Cap,GBA,Adventure,Nintendo,Flagship,8.9,,,,,,2005-01-10, +/games/boxart/full_487076AmericaFrontccc.jpg,Metroid II: Return of Samus,GB,Adventure,Nintendo,Intelligent Systems,7.3,,,,,,1991-08-26, +/games/boxart/5958568ccc.jpg,Metroid Fusion,GBA,Adventure,Nintendo,Nintendo R&D1,9,,,,,,2002-11-17, +/games/boxart/full_8333960AmericaFrontccc.jpg,L.A. Noire: The Complete Edition,PC,Adventure,Rockstar Games,Rockstar Leeds,,,,,,,2011-11-08, +/games/boxart/full_6397879AmericaFrontccc.jpg,Amnesia,Series,Adventure,Frictional Games,Frictional Games,,,,,,,2010-09-08,2021-03-18 +/games/boxart/full_2647787PALFrontccc.jpg,Amerzone,All,Adventure,Ubisoft,Microids,,,,,,,1999-10-18,2021-03-04 +/games/boxart/full_9292356AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,All,Adventure,Private Division,Panache Digital Games,,,,,,,2019-08-27,2021-05-18 +/games/boxart/full_3985833AmericaFrontccc.jpg,Dracula: Resurrection,Series,Adventure,DreamCatcher Interactive,Index+,,,,,,,2000-06-01,2021-03-09 +/games/boxart/full_3167068AmericaFrontccc.png,Myst III: Exile,All,Adventure,Ubisoft,Presto Studios,,,,,,,2001-05-07,2020-12-15 +/games/boxart/8686530ccc.jpg,Rugrats: Search For Reptar,PS,Adventure,THQ,n-Space,,,,,,,1998-10-31, +/games/boxart/full_8660646AmericaFrontccc.jpg,Runaway,Series,Adventure,Tri Synergy,Pendulo Studios,,,,,,,2003-08-20,2021-03-04 +/games/boxart/7566961ccc.jpg,The Legend of Zelda: Twilight Princess,GC,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2006-12-11, +/games/boxart/7182723ccc.jpg,Super Metroid,SNES,Adventure,Nintendo,Intelligent Systems,8,,,,,,1994-04-18, +/games/boxart/full_3313309AmericaFrontccc.jpg,Amnesia: The Dark Descent,All,Adventure,Frictional Games,Frictional Games,,,,,,,2010-09-08,2021-03-18 +/games/boxart/full_3672668AmericaFrontccc.jpg,The Legend of Zelda: Tri Force Heroes,3DS,Adventure,Nintendo,GREZZO,7.4,,,,,,2015-10-23,2018-01-04 +/games/boxart/full_7471155AmericaFrontccc.jpg,The Longest Journey,Series,Adventure,Tri Synergy,Funcom,,,,,,,2000-11-16,2021-03-06 +/games/boxart/full_5300914JapanFrontccc.jpg,Metal Gear Solid Integral,PS,Adventure,Konami,Konami,9,,,,,,1999-06-26, +/games/boxart/full_pokepark-wii-pikachus-adventure_3AmericaFront.jpg,PokéPark Wii: Pikachu's Adventure,Wii,Adventure,Nintendo,Creatures Inc.,,,,,,,2010-11-02, +/games/boxart/full_4441248AmericaFrontccc.jpg,Shenmue,DC,Adventure,Sega,Sega-AM2,8.9,,,,,,2000-11-07, +/games/boxart/full_6352963AmericaFrontccc.jpg,Space Quest,Series,Adventure,Sierra Online,Sierra On-Line,,,,,,,1986-10-01,2021-04-03 +/games/boxart/8919279ccc.jpg,Mystery Case Files: MillionHeir,DS,Adventure,Nintendo,Big Fish Games,7.4,,,,,,2008-09-08, +/games/boxart/full_7311378AmericaFrontccc.jpg,Stranded Deep,PC,Adventure,Unknown,Beam Team Games,,,,,,,,2019-02-03 +/games/boxart/full_7450298AmericaFrontccc.png,Brothers: A Tale of Two Sons,PC,Adventure,505 Games,Starbreeze Studios,,,,,,,2013-09-03,2018-06-27 +/games/boxart/full_2038896AmericaFrontccc.jpg,The Wolf Among Us,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-02-05 +/games/boxart/full_3090318AmericaFrontccc.jpg,13 Sentinels: Aegis Rim,All,Adventure,Sega,Vanillaware,,,,,,,2020-09-22,2022-11-28 +/games/boxart/2255610ccc.jpg,Adventure,2600,Adventure,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_8703190AmericaFrontccc.jpg,Atlantis,Series,Adventure,Interplay Productions,Cryo Interactive,,,,,,,1997-09-30,2021-03-20 +/games/boxart/7264772ccc.jpg,Blade Runner,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1997-11-01, +/games/boxart/full_7652756PALFrontccc.png,Broken Sword: The Shadow of the Templars,All,Adventure,Virgin Interactive,Revolution Software,,,,,,,1996-09-30,2021-03-03 +/games/boxart/full_6475511AmericaFrontccc.jpg,Danganronpa 2: Goodbye Despair,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2016-04-18,2018-12-17 +/games/boxart/full_398706AmericaFrontccc.jpg,Danganronpa: Trigger Happy Havoc,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2016-02-18,2018-12-17 +/games/boxart/full_166166AmericaFrontccc.jpg,Disney's Animated Storybook: The Lion King,PC,Adventure,Disney Interactive Studios,Media Station,,,,,,,1994-01-01,2021-07-19 +/games/boxart/full_6606128AmericaFrontccc.png,Don't Starve,PC,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2013-04-23,2018-01-12 +/games/boxart/full_26061AmericaFrontccc.jpg,DREDGE,All,Adventure,Team17,Black Salt Games,,,,,,,2023-03-30,2023-10-09 +/games/boxart/full_4567896AmericaFrontccc.jpg,Full Throttle,PC,Adventure,LucasArts,LucasArts,,,,,,,1995-04-30, +/games/boxart/full_2837592AmericaFrontccc.jpg,GRIS,All,Adventure,Devolver Digital,Nomada Studio,,,,,,,2018-12-13,2021-02-12 +/games/boxart/full_8437845AmericaFrontccc.jpg,Indiana Jones and the Fate of Atlantis,PC,Adventure,LucasArts,LucasArts,,,,,,,1992-01-01, +/games/boxart/full_1459510AmericaFrontccc.jpg,Needy Streamer Overload,All,Adventure,WSS playground,WSS playground,,,,,,,2022-01-21,2023-06-30 +/games/boxart/full_1247159AmericaFrontccc.jpg,Oxenfree,All,Adventure,Night School Studio,Night School Studio,,,,,,,2016-01-15,2021-02-12 +/games/boxart/full_1114599AmericaFrontccc.png,Phantasmagoria,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1995-08-24,2021-04-02 +/games/boxart/full_8486528AmericaFrontccc.png,Putt-Putt,Series,Adventure,Humongous Entertainment,Humongous Entertainment,,,,,,,1993-01-01,2021-05-01 +/games/boxart/full_2830774AmericaFrontccc.png,Return to Zork,All,Adventure,Infocom,Activision,,,,,,,1993-09-15,2020-12-28 +/games/boxart/full_2029589AmericaFrontccc.png,Rise of the Tomb Raider,XOne,Adventure,Square Enix,Crystal Dynamics,,,,,,,2015-11-10,2018-04-11 +/games/boxart/full_5440716AmericaFrontccc.jpg,The Stanley Parable,PC,Adventure,Galactic Cafe,Galactic Cafe,,,,,,,2013-10-17,2018-01-19 +/games/boxart/full_3365742PALFrontccc.jpg,The Vanishing of Ethan Carter,All,Adventure,The Astronauts,The Astronauts,,,,,,,2014-09-26,2021-03-06 +/games/boxart/full_4828984AmericaFrontccc.jpg,HuniePop,PC,Adventure,Unknown,HuniePot,,,,,,,,2019-02-06 +/games/boxart/full_5961435AmericaFrontccc.jpg,Yakuza 6: The Song of Life,PS4,Adventure,Sega,Sega,,,,,,,2018-04-17,2018-01-03 +/games/boxart/full_3177048PALFrontccc.png,Broken Sword II: The Smoking Mirror,All,Adventure,Virgin Interactive,Revolution Software,,,,,,,1997-10-17,2021-03-03 +/games/boxart/full_3777046AmericaFrontccc.jpg,Leisure Suit Larry: Love for Sail!,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1996-11-26,2021-04-07 +/games/boxart/full_deponia_300PALFront.jpg,Deponia,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-01-27, +/games/boxart/3981337ccc.jpg,Yakuza 2,PS2,Adventure,Sega,Sega,7.9,,,,,,2008-09-09,2018-01-02 +/games/boxart/full_4910828AmericaFrontccc.jpg,Viscera Cleanup Detail,PC,Adventure,Unknown,RuneStorm,,,,,,,,2019-02-08 +/games/boxart/full_4218955AmericaFrontccc.jpg,Egypt,Series,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,1997-01-01,2021-03-11 +/games/boxart/full_1916308AmericaFrontccc.jpg,Gone Home,All,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2013-08-15,2021-01-28 +/games/boxart/full_8464146AmericaFrontccc.jpg,Kameo: Elements of Power,X360,Adventure,Microsoft Game Studios,Rare Ltd.,7.7,,,,,,2005-11-07, +/games/boxart/full_8389862AmericaFrontccc.jpg,The Descendant,PC,Adventure,Unknown,Gaming Corps AB,,,,,,,,2019-02-08 +/games/boxart/full_machinarium_12PALFront.jpg,Machinarium,PC,Adventure,Amanita Design,Amanita Design,8,,,,,,2009-10-16, +/games/boxart/full_8388042AmericaFrontccc.jpg,Omikron: The Nomad Soul,All,Adventure,Eidos Interactive,Quantic Dream,,,,,,,1999-11-05,2021-03-08 +/games/boxart/full_3963754AmericaFrontccc.jpg,Ring: The Legend of the Nibelungen,All,Adventure,Red Orb Entertainment,Arxel Tribe,,,,,,,1999-07-05,2021-03-11 +/games/boxart/full_9773882AmericaFrontccc.jpg,Runaway: A Road Adventure,PC,Adventure,Tri Synergy,Pendulo Studios,,,,,,,2003-08-28, +/games/boxart/full_9095730AmericaFrontccc.jpg,Syberia II,All,Adventure,MC2 Entertainment,Microids,,,,,,,2004-03-30,2021-03-09 +/games/boxart/full_5396269AmericaFrontccc.jpg,VA-11 HALL-A,All,Adventure,Ysbryd Games,Sukeban Games,,,,,,,2016-06-21,2020-12-01 +/games/boxart/full_7527819AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-02,2019-01-04 +/games/boxart/full_5428325AmericaFrontccc.jpeg,Tales from the Borderlands,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-25, +/games/boxart/full_6360004JapanFrontccc.jpg,Yakuza 5,PS3,Adventure,Sega,Sega,,,,,,,2015-12-08,2018-01-02 +/games/boxart/full_8381592AmericaFrontccc.jpg,ABZU,PC,Adventure,505 Games,Giant Squid Studios,,,,,,,2016-08-02,2018-08-01 +/games/boxart/full_yakuza-4_53AmericaFront.jpg,Yakuza 4,PS3,Adventure,Sega,Sega,7.7,,,,,,2011-03-15,2018-01-02 +/games/boxart/full_755503AmericaFrontccc.jpg,Viscera Cleanup Detail: Santa's Rampage,PC,Adventure,Unknown,RuneStorm,,,,,,,,2019-02-09 +/games/boxart/full_lara-croft-and-the-guardian-of-light_10AmericaFront.jpg,Lara Croft and the Guardian of Light,PC,Adventure,Square Enix,Crystal Dynamics,8.3,,,,,,2010-09-28, +/games/boxart/full_3834582AmericaFrontccc.jpg,Grim Fandango Remastered,PC,Adventure,Unknown,Double Fine Productions,,,,,,,,2019-02-09 +/games/boxart/8213442ccc.jpg,Yakuza,PS2,Adventure,Sega,Sega,7.5,,,,,,2006-09-05,2018-01-02 +/games/boxart/full_352676AmericaFrontccc.jpg,Kingdom: New Lands,PC,Adventure,Unknown,Noio,,,,,,,,2019-02-09 +/games/boxart/full_2920777JapanFrontccc.jpg,13 Sentinels: Aegis Rim,PS4,Adventure,Atlus,Vanillaware,,,,,,,2020-09-22,2019-03-22 +/games/boxart/full_7502879AmericaFrontccc.jpg,Ankh,Series,Adventure,bhv Software,DECK13 Interactive,,,,,,,2006-08-31,2021-04-21 +/games/boxart/full_9848510AmericaFrontccc.jpg,Broken Sword: The Shadow of the Templars,PS,Adventure,THQ,Revolution Software Ltd.,,,,,,,1998-03-01, +/games/boxart/full_4100715AmericaFrontccc.jpg,Core Keeper,PC,Adventure,Fireshine Games,Pugstorm Game Studios,,,,,,,2022-03-08,2022-03-11 +/games/boxart/full_3314265AmericaFrontccc.png,CSI: Crime Scene Investigation,PC,Adventure,Ubisoft,369 Interactive,,,,,,,2003-03-26, +/games/boxart/full_4032673AmericaFrontccc.jpg,Dark Earth,PC,Adventure,Microprose,Kalisto,,,,,,,1997-09-30, +/games/boxart/full_1718305AmericaFrontccc.jpg,Dreamfall Chapters,All,Adventure,Deep Silver,Red Thread Games,,,,,,,2014-10-21,2021-03-06 +/games/boxart/full_3985991AmericaFrontccc.jpg,Freddy Pharkas: Frontier Pharmacist,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1993-01-01,2021-04-09 +/games/boxart/full_8503910AmericaFrontccc.jpg,Grim Fandango,PC,Adventure,LucasArts,LucasArts,9.3,,,,,,1998-09-30, +/games/boxart/full_3538272AmericaFrontccc.jpg,House Party,PC,Adventure,Unknown,"Eek! Games, LLC",,,,,,,,2019-02-25 +/games/boxart/full_7257748AmericaFrontccc.jpg,Iron Helix,All,Adventure,Spectrum Holobyte,Drew Pictures,,,,,,,1993-01-01,2022-04-07 +/games/boxart/full_5137780AmericaFrontccc.jpg,King's Quest V: Absence Makes the Heart Go Yonder!,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1990-11-09,2021-04-03 +/games/boxart/full_3858539PALFrontccc.jpg,Sherlock Holmes: The Case of the Silver Earring,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 +/games/boxart/full_7044665AmericaFrontccc.jpg,Sherlock Holmes: The Mystery of the Mummy,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 +/games/boxart/full_1036763AmericaFrontccc.jpg,Star Trek: The Next Generation – A Final Unity,All,Adventure,Spectrum Holobyte,Spectrum Holobyte,,,,,,,1995-05-31,2021-04-22 +/games/boxart/full_5690598AmericaFrontccc.jpg,Still Life,Series,Adventure,The Adventure Company,Microids,,,,,,,2003-02-27,2021-03-08 +/games/boxart/full_1648034AmericaFrontccc.png,Syberia,All,Adventure,The Adventure Company,Microids,,,,,,,2002-09-01,2021-03-09 +/games/boxart/full_1221511AmericaFrontccc.png,The 11th Hour,PC,Adventure,Virgin Interactive,Trilobyte,,,,,,,1995-11-30, +/games/boxart/full_2841580AmericaFrontccc.jpg,The Black Mirror,PC,Adventure,The Adventure Company,Future Games,,,,,,,2003-10-20, +/games/boxart/full_3810310AmericaFrontccc.jpg,The Crystal Key,PC,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,1999-11-25, +/games/boxart/full_4676790AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,All,Adventure,Capcom,Capcom,,,,,,,2021-07-27,2022-04-15 +/games/boxart/full_150356AmericaFrontccc.jpg,The Hobbit (1982),All,Adventure,Melbourne House,Beam Software,,,,,,,1982-11-01,2023-05-24 +/games/boxart/full_4871764AmericaFrontccc.jpg,The Longest Journey,PC,Adventure,Funcom,Funcom,8.7,,,,,,2000-11-16, +/games/boxart/full_2731721AmericaFrontccc.jpg,Uncle Albert,Series,Adventure,Emme Interactive,Lexis Numerique,,,,,,,1998-01-01,2021-03-22 +/games/boxart/437547ccc.jpg,Versailles 1685,PC,Adventure,Interplay,Cryo Interactive,,,,,,,1997-06-30, +/games/boxart/full_9475444AmericaFrontccc.jpg,Yakuza 3,PS3,Adventure,Sega,Sega,7.9,,,,,,2010-03-09,2018-01-02 +/games/boxart/full_9714244AmericaFrontccc.jpg,Bionic Commando,PS3,Adventure,Capcom,GRIN,7,,,,,,2009-05-19, +/games/boxart/full_9753887PALFrontccc.jpg,Life Is Strange: Before the Storm,PC,Adventure,Square Enix,Deck Nine,,,,,,,2017-08-31,2018-07-09 +/games/boxart/full_2472509AmericaFrontccc.jpg,Pirates! Gold,All,Adventure,Microprose,MPS Labs,,,,,,,1993-01-01,2021-03-12 +/games/boxart/full_9500911AmericaFrontccc.jpg,Superbrothers: Sword & Sworcery EP,PC,Adventure,Unknown,Capybara Games,,,,,,,,2019-02-10 +/games/boxart/full_111076AmericaFrontccc.jpg,Zork: The Great Underground Empire,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1982-12-01, +/games/boxart/full_5669269AmericaFrontccc.jpeg,Broken Age,PC,Adventure,Double Fine Productions,Double Fine Productions,,,,,,,2013-07-01,2018-01-03 +/games/boxart/full_9317033AmericaFrontccc.jpg,Eternal Darkness: Sanity's Requiem,GC,Adventure,Nintendo,Silicon Knights,9.3,,,,,,2002-06-24, +/games/boxart/full_438163AmericaFrontccc.jpg,"King's Quest VI: Heir Today, Gone Tomorrow",All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1992-10-13,2021-04-03 +/games/boxart/full_outcast_117AmericaFront.jpg,Outcast,PC,Adventure,Infogrames,Appeal,,,,,,,1999-08-01, +/games/boxart/3662937ccc.jpg,The Hitchhiker's Guide to the Galaxy,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, +/games/boxart/full_1733282AmericaFrontccc.jpg,Under a Killing Moon,PC,Adventure,Access Software,Access Software,,,,,,,1994-10-31, +/games/boxart/full_7735089PALFrontccc.jpg,The Vanishing of Ethan Carter,PC,Adventure,The Astronauts,The Astronauts,8.7,,,,,,2014-09-26, +/games/boxart/full_5864102AmericaFrontccc.jpg,Bionic Commando,X360,Adventure,Capcom,GRIN,7.1,,,,,,2009-05-19, +/games/boxart/full_3990086AmericaFrontccc.jpg,The Last Hope,PC,Adventure,Unknown,Atomic Fabrik,,,,,,,,2019-02-11 +/games/boxart/full_4212985AmericaFrontccc.jpg,Egypt 1156 B.C.: Tomb of the Pharaoh,All,Adventure,Cryo Interactive,Cryo Interactive Entertainment,,,,,,,1997-01-01,2021-03-11 +/games/boxart/full_9834658AmericaFrontccc.png,Traitors Gate,All,Adventure,DreamCatcher Interactive,Daydream Software,,,,,,,2000-05-15,2021-03-12 +/games/boxart/full_1607899AmericaFrontccc.jpeg,Minecraft: Story Mode,PC,Adventure,Mojang,Telltale Games,,,,,,,2015-10-27, +/games/boxart/full_botanicula_549PALFront.jpg,Botanicula,PC,Adventure,Amanita Design,Amanita Design,,,,,,,2012-04-27, +/games/boxart/full_9839354AmericaFrontccc.jpg,Atonement: Scourge of Time,PC,Adventure,Unknown,Astronomic Games,,,,,,,,2019-02-14 +/games/boxart/full_4036959AmericaFrontccc.png,Her Story,PC,Adventure,Sam Barlow,Sam Barlow,8.7,,,,,,2015-06-24,2018-01-06 +/games/boxart/full_8907470AmericaFrontccc.jpg,Atlantis: The Lost Tales,All,Adventure,Interplay Productions,Cryo Interactive Entertainment,,,,,,,1997-09-30,2021-03-20 +/games/boxart/full_7684141AmericaFrontccc.jpg,Dragon Lore,All,Adventure,Mindscape,Cryo Interactive,,,,,,,1994-12-01,2021-03-21 +/games/boxart/full_8231600AmericaFrontccc.jpg,Dreamfall: The Longest Journey,All,Adventure,Aspyr,Funcom,,,,,,,2006-04-17,2021-03-06 +/games/boxart/full_7027783AmericaFrontccc.jpg,Gabriel Knight,Series,Adventure,Sierra Online,Sierra On-Line,,,,,,,1993-12-17,2021-04-10 +/games/boxart/full_5596602AmericaFrontccc.jpg,In Memoriam,All,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2004-06-29,2021-03-22 +/games/boxart/full_8958608AmericaFrontccc.png,Master Detective Archives: Rain Code,NS,Adventure,Spike Chunsoft,Too Kyo Games,,,,,,,2023-06-30,2023-08-04 +/games/boxart/full_4851927AmericaFrontccc.jpg,Putt-Putt Joins the Parade,All,Adventure,Humongous Entertainment,Humongous Entertainment,,,,,,,1992-11-06,2021-05-01 +/games/boxart/full_41524AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,PC,Adventure,Focus Home Interactive,Frogwares,,,,,,,2014-09-30,2018-04-18 +/games/boxart/8195668ccc.jpg,Silent Hill 3,PS2,Adventure,Konami,Team Silent,8.4,,,,,,2003-08-06, +/games/boxart/4719185ccc.jpg,The Dig,PC,Adventure,LucasArts,LucasArts,,,,,,,1995-01-01, +/games/boxart/full_2750248AmericaFrontccc.jpg,VA-11 HALL-A,PC,Adventure,Ysbryd Games,Sukeban Games,8.4,,,,,,2016-06-21,2018-01-06 +/games/boxart/full_5513776AmericaFrontccc.jpeg,Monkey Island 2 Special Edition: LeChuck's Revenge,PC,Adventure,LucasArts,LucasArts,,,,,,,2010-07-07, +/games/boxart/full_35780AmericaFrontccc.jpg,Mary-Kate and Ashley: Magical Mystery Mall,PS,Adventure,Acclaim Entertainment,n-Space,,,,,,,2000-10-27, +/games/boxart/full_2743196JapanFrontccc.jpg,Yakuza Kenzan!,PS3,Adventure,Sega,Sega,,,,,,,2008-03-07,2018-01-03 +/games/boxart/full_3341506AmericaFrontccc.jpg,Oxenfree,PC,Adventure,Unknown,Night School Studio,,,,,,,,2019-02-16 +/games/boxart/full_1132316AmericaFrontccc.jpg,Okami,Wii,Adventure,Capcom,Ready at Dawn Studios,9,,,,,,2008-04-15, +/games/boxart/full_9467104AmericaFrontccc.jpg,The Walking Dead - The Telltale Series: A New Frontier,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-02-16 +/games/boxart/full_4788491AmericaFrontccc.jpg,Batman - The Telltale Series,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-02-17 +/games/boxart/8211837ccc.jpg,Okami,PS2,Adventure,Capcom,Clover Studio,9.4,,,,,,2006-09-19, +/games/boxart/full_7714350AmericaFrontccc.jpg,Home Behind,PC,Adventure,Unknown,TPP Studio,,,,,,,,2019-02-18 +/games/boxart/full_3808555AmericaFrontccc.jpg,Day of the Tentacle Remastered,PC,Adventure,Unknown,Double Fine Productions,,,,,,,,2019-02-18 +/games/boxart/full_3540645AmericaFrontccc.jpg,Fables & Fiends,Series,Adventure,Virgin Games,Westwood Studios,,,,,,,1992-08-01,2021-04-01 +/games/boxart/full_8368928AmericaFrontccc.png,Indiana Jones and the Last Crusade: The Graphic Adventure,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1989-07-01, +/games/boxart/full_4600678AmericaFrontccc.jpg,King's Quest III: To Heir Is Human,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1986-10-01,2021-04-03 +/games/boxart/full_1021117AmericaFrontccc.png,Lands of Lore: The Throne of Chaos,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1993-01-01, +/games/boxart/full_6229469AmericaFrontccc.jpg,Law & Order: Dead on the Money,PC,Adventure,Unknown,Legacy Interactive,,,,,,,,2021-03-11 +/games/boxart/full_6079944AmericaFrontccc.png,Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1991-09-07,2021-04-07 +/games/boxart/full_6851495AmericaFrontccc.png,Leisure Suit Larry 6: Shape Up or Slip Out!,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1993-06-15,2021-04-07 +/games/boxart/full_2677620AmericaFrontccc.png,Leisure Suit Larry Goes Looking for Love (In Several Wrong Places),PC,Adventure,Sierra Entertainment,Sierra,,,,,,,1988-02-02, +/games/boxart/full_3596161AmericaFrontccc.png,Leisure Suit Larry III: Passionate Patti in Pursuit of the Pulsating Pectorals!,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1989-04-09, +/games/boxart/full_8612409AmericaFrontccc.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1987-07-05,2021-04-07 +/games/boxart/full_9329482AmericaFrontccc.jpg,Riddle of the Sphinx: An Egyptian Adventure,All,Adventure,DreamCatcher Interactive,Old World Studios,,,,,,,2000-12-05,2021-03-11 +/games/boxart/full_2877833PALFrontccc.jpeg,Chaos on Deponia,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-11-06,2018-09-21 +/games/boxart/full_8039616AmericaFrontccc.jpg,The Basement Collection,PC,Adventure,Edmund McMillen,Edmund McMillen,,,,,,,2012-08-31,2019-02-11 +/games/boxart/full_1100613AmericaFrontccc.jpg,Detention,PC,Adventure,Coconut Island Games,Red Candle Games,,,,,,,2017-01-12,2019-02-11 +/games/boxart/full_4449298AmericaFrontccc.jpg,Under Zero,PC,Adventure,Dagestan Technology,Dagestan Technology,,,,,,,2016-03-25,2019-02-11 +/games/boxart/full_4483308AmericaFrontccc.jpg,Sleeping Valley,PC,Adventure,White Dog,White Dog,,,,,,,2016-10-08,2019-02-06 +/games/boxart/full_9860142AmericaFrontccc.jpg,Warriors of Vilvatikta,PC,Adventure,Back To Basics Gaming,RPG Video,,,,,,,2016-08-26,2019-02-06 +/games/boxart/full_7681416AmericaFrontccc.jpg,Still Life,All,Adventure,The Adventure Company,Microids,,,,,,,2005-04-15,2021-03-08 +/games/boxart/full_8830999AmericaFrontccc.jpeg,Shelter 2,PC,Adventure,Might and Delight,Might and Delight,,,,,,,2015-03-09,2019-02-06 +/games/boxart/full_9999701AmericaFrontccc.jpg,Jazzpunk: Director's Cut,PC,Adventure,Necrophone Games,Necrophone Games,,,,,,,2014-02-07,2019-02-03 +/games/boxart/full_5989814AmericaFrontccc.jpg,Gods Will Be Watching,PC,Adventure,Unknown,Deconstructeam,,,,,,,,2019-02-21 +/games/boxart/full_8807829AmericaFrontccc.jpg,Moon Colonization Project,PC,Adventure,Unknown,Belarus Games,,,,,,,,2019-02-21 +/games/boxart/full_2200183AmericaFrontccc.jpg,Dear RED,PC,Adventure,Unknown,Lee Sang,,,,,,,,2019-02-21 +/games/boxart/full_edna-ampamp-harvey-harveys-new-eyes_655PALFront.jpg,Edna & Harvey: Harvey's New Eyes,PC,Adventure,Rondomedia,Daedalic Entertainment,,,,,,,2011-08-26, +/games/boxart/full_6188905AmericaFrontccc.jpg,Night in the Woods,PC,Adventure,Unknown,Unknown,8.8,,,,,,2017-02-21,2017-11-28 +/games/boxart/full_34944AmericaFrontccc.jpg,Aquanaut's Holiday,PS,Adventure,Sony Computer Entertainment,ArtDink,8,,,,,,1995-06-29, +/games/boxart/full_9332507AmericaFrontccc.jpg,Atlantis II,All,Adventure,DreamCatcher Interactive,Cryo Interactive,,,,,,,1999-11-01,2021-03-20 +/games/boxart/full_9425992PALFrontccc.jpg,Dracula: Resurrection,All,Adventure,DreamCatcher Interactive,Index+,,,,,,,2000-06-01,2021-03-09 +/games/boxart/full_9374419AmericaFrontccc.jpg,Manhunter,Series,Adventure,Sierra Online,Evryware,,,,,,,1988-01-01,2022-10-05 +/games/boxart/full_1383387AmericaFrontccc.jpg,Torin's Passage,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1995-10-31,2021-04-10 +/games/boxart/full_890594AmericaFrontccc.jpeg,The Room Two,PC,Adventure,Fireproof Games,Fireproof Games,,,,,,,2016-06-05,2017-12-31 +/games/boxart/full_4741035AmericaFrontccc.jpg,Space Pilgrim Episode I: Alpha Centauri,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2015-12-21,2019-02-27 +/games/boxart/full_1829590AmericaFrontccc.jpeg,The Walking Dead: Michonne,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, +/games/boxart/full_5089245PALFrontccc.jpg,Among The Sleep,PC,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-05-29,2018-11-23 +/games/boxart/full_7509842JapanFrontccc.jpg,Kamaitachi no Yoru × 3,PS2,Adventure,Sega,ChunSoft,,,,,,,2006-07-27, +/games/boxart/full_the-dark-eye-chains-of-satinav_783PALFront.jpg,The Dark Eye: Chains of Satinav,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-06-22, +/games/boxart/full_the-testament-of-sherlock-holmes_996PALFront.jpg,The Testament of Sherlock Holmes,PC,Adventure,Focus Home Interactive,Frogwares,,,,,,,2012-09-30, +/games/boxart/full_8266038PALFrontccc.jpeg,Fran Bow,PC,Adventure,Killmonday Games,Killmonday Games,,,,,,,2015-08-27,2018-01-06 +/games/boxart/full_3732414AmericaFrontccc.jpg,Superflight,PC,Adventure,Unknown,GrizzlyGames,,,,,,,,2019-03-02 +/games/boxart/full_3843701AmericaFrontccc.jpg,What Remains of Edith Finch,PC,Adventure,Unknown,Giant Sparrow,,,,,,,,2019-03-02 +/games/boxart/full_4416698AmericaFrontccc.jpg,Melissa K. and the Heart of Gold Collector's Edition,PC,Adventure,Unknown,SDP Games,,,,,,,,2019-03-04 +/games/boxart/full_4334961AmericaFrontccc.jpg,Home,PC,Adventure,Unknown,Benjamin Rivers Inc.,,,,,,,,2019-03-04 +/games/boxart/full_8773208AmericaFrontccc.jpg,Zork II: The Wizard of Frobozz,PC,Adventure,Infocom,Infocom,,,,,,,1981-01-01, +/games/boxart/full_2886672AmericaFrontccc.jpg,Spakoyno: Back to the USSR 2.0,PC,Adventure,Unknown,Separate Game Development,,,,,,,,2019-03-06 +/games/boxart/full_4386102AmericaFrontccc.jpg,Bad Mojo,PC,Adventure,Acclaim Entertainment,Pulse Entertainment,,,,,,,1996-02-29, +/games/boxart/full_5774175AmericaFrontccc.jpg,The Butterfly Sign,PC,Adventure,Unknown,Quantum Phoenix Studio,,,,,,,,2019-03-10 +/games/boxart/9082789ccc.jpg,Final Fantasy Fables: Chocobo Tales,DS,Adventure,Square Enix,High Horse Entertainment,7.4,,,,,,2007-04-03, +/games/boxart/full_4729982PALFrontccc.jpeg,Goodbye Deponia,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2013-10-17,2018-01-01 +/games/boxart/full_7487393AmericaFrontccc.jpg,Daily Chthonicle: Editor's Edition,PC,Adventure,Unknown,Sinister Systems,,,,,,,,2019-03-16 +/games/boxart/full_8374138AmericaFrontccc.jpg,Greenwood the Last Ritual,PC,Adventure,Unknown,AO2Game,,,,,,,,2019-03-16 +/games/boxart/full_432011AmericaFrontccc.jpg,The Butterfly Sign: Human Error,PC,Adventure,Unknown,Quantum Phoenix Studio,,,,,,,,2019-03-16 +/games/boxart/full_1789295AmericaFrontccc.jpg,Anna - Extended Edition,PC,Adventure,Unknown,Dreampainters,,,,,,,,2019-03-17 +/games/boxart/full_7794525AmericaFrontccc.jpg,Aquaria,PC,Adventure,Bit Blot,Bit Blot,,,,,,,2007-12-07, +/games/boxart/full_7286407AmericaFrontccc.jpg,Okami HD,PC,Adventure,Capcom,Capcom,,,,,,,2017-12-12,2017-12-31 +/games/boxart/full_4752307AmericaFrontccc.jpg,Frankenstein: Master of Death,PC,Adventure,Unknown,Jetdogs Studios,,,,,,,,2019-03-18 +/games/boxart/full_9577359AmericaFrontccc.jpg,The 39 Steps,PC,Adventure,Unknown,The Story Mechanics,,,,,,,,2019-03-18 +/games/boxart/full_the-whispered-world_770AmericaFront.jpg,The Whispered World,PC,Adventure,Viva Media,Daedalic Entertainment,,,,,,,2010-04-26, +/games/boxart/9060313ccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode One,PC,Adventure,Hothead Games,Hothead Games,,,,,,,2008-05-21, +/games/boxart/full_4066943AmericaFrontccc.jpg,Enchanter,Series,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-08-10,2020-12-28 +/games/boxart/full_9126311AmericaFrontccc.jpg,DreadOut,PC,Adventure,Unknown,Digital Happiness,,,,,,,,2019-03-19 +/games/boxart/full_949971AmericaFrontccc.jpg,Space Pilgrim Episode II: Epsilon Indi,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2016-01-08,2019-03-22 +/games/boxart/full_4027586PALFrontccc.jpg,Broken Sword 5: The Serpent's Curse,PC,Adventure,Revolution Software,Revolution Software,,,,,,,2014-06-20,2018-08-13 +/games/boxart/full_6660794AmericaFrontccc.jpg,Kindergarten,PC,Adventure,Unknown,Con Man Games,,,,,,,,2019-03-22 +/games/boxart/full_973565AmericaFrontccc.jpg,Sinister City,PC,Adventure,Unknown,Jetdogs Studios,,,,,,,,2019-03-23 +/games/boxart/full_9397258AmericaFrontccc.jpg,China: The Forbidden City,All,Adventure,Cryo Interactive,Cryo Interactive Entertainment,,,,,,,1998-01-01,2021-03-11 +/games/boxart/full_866019AmericaFrontccc.png,Ripper,All,Adventure,Take-Two Interactive,Take-Two Interactive,,,,,,,1986-03-01,2021-03-27 +/games/boxart/full_9680848AmericaFrontccc.jpg,Shadows on the Vatican Act I: Greed,PC,Adventure,Unknown,10th Art Studio,,,,,,,,2019-03-25 +/games/boxart/full_deadline_324AmericaFront.jpg,Deadline,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1982-01-01, +/games/boxart/full_4079394AmericaFrontccc.jpg,Sherlock Holmes: The Devil's Daughter,PC,Adventure,Bigben Interactive,Bigben Interactive,,,,,,,2016-10-25,2018-06-27 +/games/boxart/full_9072047AmericaFrontccc.jpg,The Solus Project,PC,Adventure,Teotl Studios,Hourences,,,,,,,2016-06-07,2019-04-22 +/games/boxart/full_spycraft-the-great-game_439AmericaFront.jpg,Spycraft: The Great Game,PC,Adventure,Activision,Activision,7.1,,,,,,1996-02-29, +/games/boxart/full_1284439AmericaFrontccc.png,Soul Gambler,PC,Adventure,Gamestorming,Ilex Games,,,,,,,2014-07-10,2019-04-22 +/games/boxart/full_6606978AmericaFrontccc.jpg,Space Pilgrim Episode IV: Sol,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2016-03-04,2019-04-22 +/games/boxart/full_3712922AmericaFrontccc.jpg,The Silent Age,PC,Adventure,Meridian4,House On Fire,,,,,,,2015-05-29,2019-04-22 +/games/boxart/full_3887215AmericaFrontccc.jpg,Fahrenheit: Indigo Prophecy Remastered,PC,Adventure,Aspyr,Aspyr,,,,,,,2015-01-29,2019-04-22 +/games/boxart/full_1995048PALFrontccc.jpg,Edna & Harvey: The Breakout,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2013-10-25, +/games/boxart/full_9472771AmericaFrontccc.png,Draw a Stickman: EPIC,PC,Adventure,Hitcents,Hitcents,,,,,,,2013-12-03,2018-03-24 +/games/boxart/full_7548320AmericaFrontccc.jpg,Reversion - The Escape (1st Chapter),PC,Adventure,3f Interactive,3f Interactive,,,,,,,2012-03-21,2019-04-21 +/games/boxart/full_2852020AmericaFrontccc.jpg,Zork III: The Dungeon Master,PC,Adventure,Infocom,Infocom,,,,,,,1982-08-18, +/games/boxart/full_gemini-rue_791AmericaFront.jpg,Gemini Rue,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,8,,,,,,2011-02-24, +/games/boxart/full_leather-goddesses-of-phobos_521AmericaFront.jpg,Leather Goddesses of Phobos,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, +/games/boxart/full_5438657AmericaFrontccc.jpg,Egypt II: The Heliopolis Prophecy,All,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,2000-09-27,2021-03-11 +/games/boxart/full_2510665AmericaFrontccc.jpg,Bootombaa,PC,Adventure,cada,Naarassusi Game,,,,,,,2017-03-09,2019-04-21 +/games/boxart/full_3523591AmericaFrontccc.jpg,Obduction,PC,Adventure,Cyan Worlds,Cyan Worlds,,,,,,,2016-08-24,2019-04-21 +/games/boxart/full_7212199AmericaFrontccc.jpg,The Deed,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2015-11-24,2019-04-21 +/games/boxart/full_6594387AmericaFrontccc.jpg,Beat Cop,PC,Adventure,11 bit studios,Pixel Crow,,,,,,,2017-03-30,2019-04-21 +/games/boxart/full_2807053AmericaFrontccc.jpg,The Fantastic Adventures of Dizzy,All,Adventure,Codemasters,Codemasters,,,,,,,1991-04-01,2021-07-18 +/games/boxart/full_4183245AmericaFrontccc.jpg,The Witcher Adventure Game,PC,Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2014-11-27,2019-04-21 +/games/boxart/full_768589PALFrontccc.jpeg,Deponia Doomsday,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-03-01,2018-09-22 +/games/boxart/full_897528AmericaFrontccc.jpg,Amnesia: A Machine for Pigs,All,Adventure,Frictional Games,The Chinese Room,,,,,,,2013-09-10,2021-03-18 +/games/boxart/full_8854035AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,All,Adventure,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-03-09,2023-04-28 +/games/boxart/full_5096383AmericaFrontccc.jpg,The Secret of the Nautilus,PC,Adventure,Unknown,Cryo Interactive,,,,,,,,2021-03-21 +/games/boxart/full_9223823AmericaFrontccc.jpg,The Cat Lady,PC,Adventure,Screen 7,Harvester Games,,,,,,,2012-12-01,2019-04-08 +/games/boxart/full_wishbringer_533AmericaFront.jpg,Wishbringer,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, +/games/boxart/full_4995537AmericaFrontccc.jpg,Late Shift,PC,Adventure,Wales Interactive Ltd.,CtrlMovie,,,,,,,2017-04-18,2019-04-08 +/games/boxart/full_8469491PALFrontccc.jpeg,Samorost 3,PC,Adventure,Amanita Design,Amanita Design,,,,,,,2016-03-24,2019-04-08 +/games/boxart/full_8822452AmericaFrontccc.jpg,Hektor,PC,Adventure,Meridian4,Rubycone Games,,,,,,,2015-02-20,2019-04-06 +/games/boxart/full_4957448AmericaFrontccc.jpg,Submerged,PC,Adventure,Uppercut Games Pty Ltd,Uppercut Games,,,,,,,2015-08-04,2019-04-06 +/games/boxart/9660287ccc.jpg,Dragon Quest Heroes: Rocket Slime,DS,Adventure,Square Enix,TOSE Software,8.3,,,,,,2006-09-19, +/games/boxart/full_a-new-beginning_169PALFront.jpg,A New Beginning,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-12-11, +/games/boxart/full_3885224AmericaFrontccc.jpg,HIVESWAP: ACT 1,PC,Adventure,"What Pumpkin Games, Inc.","What Pumpkin Games, Inc.",,,,,,,2014-09-17,2019-04-01 +/games/boxart/full_3379259AmericaFrontccc.jpg,Jackal,PC,Adventure,Peace,Peace,,,,,,,2016-08-21,2019-03-29 +/games/boxart/full_267928AmericaFrontccc.jpg,Rusty Lake: Roots,PC,Adventure,Rusty Lake,Rusty Lake,,,,,,,2016-10-20,2019-03-31 +/games/boxart/full_9963558AmericaFrontccc.jpg,Suspended,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, +/games/boxart/full_one-piece-unlimited-adventure_0AmericaFront.jpg,One Piece: Unlimited Adventure,Wii,Adventure,Namco Bandai,Ganbarion,,,,,,,2008-01-22, +/games/boxart/full_5874024AmericaFrontccc.jpg,Midsummer Night,PC,Adventure,Siberian Digital,Everlasting Fantasy,,,,,,,2016-06-17,2019-03-27 +/games/boxart/full_3488732AmericaFrontccc.jpg,Salt,PC,Adventure,Lavaboots Studios,Lavaboots Studios,,,,,,,2018-02-06,2019-03-26 +/games/boxart/full_8453166AmericaFrontccc.jpg,Planetfall,Series,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-07-08,2020-12-21 +/games/boxart/full_8665161AmericaFrontccc.jpg,Amnesia: Rebirth,All,Adventure,Frictional Games,Frictional Games,,,,,,,2020-10-20,2021-03-17 +/games/boxart/full_ankh_10AmericaFront.jpg,Ankh,PC,Adventure,Viva Media,DECK13 Interactive,,,,,,,2006-08-31, +/games/boxart/full_captain-blood_105AmericaFront.jpg,Captain Blood,PC,Adventure,Mindscape,Exxos,,,,,,,1988-01-01, +/games/boxart/full_7643767JapanFrontccc.jpg,DS Nishimura Kyotaro Suspense 2 Shin Tantei Series: Kanazawa Hakodate - Gokkan no Kyoukoku - Fukushuu no Kage,DS,Adventure,Tecmo,Tecmo,,,,,,,2008-11-13, +/games/boxart/full_5332166JapanFrontccc.jpg,DS Yamamura Misa Suspense: Maiko Kogiku - Kisha Katherine - Sougiya Isa Akashi - Koto ni Maru Hana Sanrin: Kyoto Satujin Jinken File,DS,Adventure,Tecmo,Tecmo,,,,,,,2008-06-05, +/games/boxart/full_3826447AmericaFrontccc.jpg,Jules Verne's Return To Mysterious Island,iOS,Adventure,Unknown,Tetraedge,,,,,,,, +/games/boxart/full_1261135AmericaFrontccc.jpg,King's Quest IV: The Perils of Rosella,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1988-09-01,2021-04-03 +/games/boxart/full_6465114AmericaFrontccc.jpg,Manhunter 2: San Francisco,All,Adventure,Sierra Online,Evryware,,,,,,,1989-06-01,2022-10-05 +/games/boxart/full_3305365AmericaFrontccc.jpg,Manhunter: New York,All,Adventure,Sierra Online,Evryware,,,,,,,1988-01-01,2022-10-05 +/games/boxart/full_7399286AmericaFrontccc.jpg,Men in Black: The Game,All,Adventure,SouthPeak Interactive,Gigawatt Studios,,,,,,,1997-11-18,2021-04-14 +/games/boxart/full_1622741AmericaFrontccc.jpg,Mindshadow,All,Adventure,Activision,Interplay Productions,,,,,,,1984-01-01,2022-09-29 +/games/boxart/full_8897785AmericaFrontccc.jpg,Riana Rouge,PC,Adventure,Black Dragon,Black Dragon,,,,,,,1997-01-01, +/games/boxart/full_3937741AmericaFrontccc.png,The Last Express,All,Adventure,Broderbund,Smoking Car Productions,,,,,,,1997-03-30,2021-03-28 +/games/boxart/full_6319866AmericaFrontccc.jpg,Yomawari,Series,Adventure,NIS America,Nippon Ichi Software,,,,,,,2016-10-25,2021-02-03 +/games/boxart/full_7224237AmericaFrontccc.png,Zork Nemesis,PC,Adventure,Activision,Activision,,,,,,,1996-02-29, +/games/boxart/full_starcross_45AmericaFront.jpg,Starcross,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1982-01-01, +/games/boxart/full_3387174AmericaFrontccc.jpg,Pompei: The Legend of Vesuvius,All,Adventure,Cryo Interactive,Arxel Tribe,,,,,,,2000-01-01,2021-03-11 +/games/boxart/full_8179233AmericaFrontccc.png,Mystery House,PC,Adventure,Sierra Entertainment,On-Line Systems,,,,,,,1980-05-05, +/games/boxart/3960237ccc.jpg,Planetfall,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-07-08, +/games/boxart/full_cutthroats_541AmericaFront.jpg,Cutthroats,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, +/games/boxart/full_the-witness_405AmericaFront.jpg,The Witness,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, +/games/boxart/full_enchanter_275AmericaFront.jpg,Enchanter,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, +/games/boxart/full_1198967JapanFrontccc.jpg,Nanashi no Game,DS,Adventure,Square Enix,Square Enix,,,,,,,2008-07-03, +/games/boxart/full_suspect_632AmericaFront.jpg,Suspect,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, +/games/boxart/full_4870797AmericaFrontccc.jpg,Fox Hunt,All,Adventure,Capcom,3Vision Gamers,,,,,,,1996-01-31,2022-09-30 +/games/boxart/full_2705515AmericaFrontccc.png,Senran Kagura Reflexions,NS,Adventure,Xseed Games,HONEY PARADE GAMES,,,,,,,2018-09-13,2018-10-14 +/games/boxart/full_8702665PALFrontccc.jpg,Yomawari: Night Alone,PSV,Adventure,NIS America,Nippon Ichi Software,,,,,,,2016-10-25,2018-06-30 +/games/boxart/full_6166891AmericaFrontccc.jpg,Beyond Zork: The Coconut of Quendor,PC,Adventure,Infocom,Infocom,,,,,,,1987-09-15, +/games/boxart/full_sorcerer_444AmericaFront.jpg,Sorcerer,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, +/games/boxart/full_seastalker_851AmericaFront.jpg,Seastalker,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, +/games/boxart/full_bureaucracy_370AmericaFront.jpg,Bureaucracy,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, +/games/boxart/full_7721301AmericaFrontccc.jpg,Her Story,iOS,Adventure,Unknown,Sam Barlow,,,,,,,,2021-02-19 +/games/boxart/full_9322353AmericaFrontccc.jpg,Mia's Reading Adventure: The Search for Grandma's Remedy,PC,Adventure,Kutoka Interactive,Kutoka Interactive,,,,,,,1998-11-01,2022-04-24 +/games/boxart/full_trinity_723AmericaFront.jpg,Trinity,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, +/games/boxart/full_9672850AmericaFrontccc.jpg,Edge of Nowhere,PC,Adventure,Oculus Studios,Insomniac Games,,,,,,,2016-06-06,2023-12-24 +/games/boxart/full_spellbreaker_984AmericaFront.jpg,Spellbreaker,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, +/games/boxart/full_a-mind-forever-voyaging_614AmericaFront.jpg,A Mind Forever Voyaging,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, +/games/boxart/full_moonmist_739AmericaFront.jpg,Moonmist,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,, +/games/boxart/full_8789516AmericaFrontccc.jpg,A Vampyre Story,All,Adventure,The Adventure Company,Autumn Moon Entertainment,,,,,,,2008-12-02,2021-03-22 +/games/boxart/full_ballyhoo_179AmericaFront.jpg,Ballyhoo,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, +/games/boxart/full_2676306AmericaFrontccc.jpg,Softporn Adventure,OSX,Adventure,Unknown,Blue Sky Software,,,,,,,,2021-04-07 +/games/boxart/full_1891004AmericaFrontccc.jpg,The Race Against Time,All,Adventure,Codemasters,Codemasters,,,,,,,1988-04-01,2022-04-25 +/games/boxart/full_9565162AmericaFrontccc.jpg,Wizard and the Princess,All,Adventure,Sierra Online,On-Line Systems,,,,,,,1980-01-01,2021-04-02 +/games/boxart/full_4178677AmericaFrontccc.jpg,Zork Trilogy,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,,2020-12-28 +/games/boxart/full_the-lurking-horror_254AmericaFront.jpg,The Lurking Horror,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, +/games/boxart/full_sherlock-the-riddle-of-the-crown-jewels_835AmericaFront.jpg,Sherlock: The Riddle of the Crown Jewels,PC,Adventure,Infocom,Challenge Inc.,,,,,,,1987-01-01, +/games/boxart/full_stationfall_513AmericaFront.jpg,Stationfall,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, +/games/boxart/full_8508801AmericaFrontccc.jpg,Clandestiny,PC,Adventure,Trilobyte,Trilobyte,,,,,,,1996-10-15, +/games/boxart/full_nord-and-bert-couldnt-make-head-or-tail-of-it_235AmericaFront.jpg,Nord and Bert Couldn't Make Head or Tail of It,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, +/games/boxart/full_6172051AmericaFrontccc.jpg,Zork Quest: Assault on Egreth Castle,PC,Adventure,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1988-01-01, +/games/boxart/full_plundered-hearts_570AmericaFront.jpg,Plundered Hearts,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, +/games/boxart/full_hollywood-hijinx_592AmericaFront.jpg,Hollywood Hijinx,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, +/games/boxart/full_gamma-force-in-pit-of-a-thousand-screams_827AmericaFront.jpg,Gamma Force in Pit of a Thousand Screams,PC,Adventure,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1988-01-01, +/games/boxart/full_border-zone_522AmericaFront.jpg,Border Zone,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, +/games/boxart/full_8274544PALFrontccc.png,Faust,PC,Adventure,Unknown,Cryo Interactive,,,,,,,,2021-03-11 +/games/boxart/full_9618856AmericaFrontccc.jpg,The Interactive Adventures of Seymore Butt,PC,Adventure,New Machine Publishing,Interotica,,,,,,,1993-01-01,2023-06-26 +/games/boxart/full_infidel_375AmericaFront.jpg,Infidel,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, +/games/boxart/full_2923164AmericaFrontccc.jpg,Enchanter Trilogy,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,,2020-12-28 +/games/boxart/full_6767223AmericaFrontccc.jpg,Asylum,PC,Adventure,Unknown,William F. Denman Jr.,,,,,,,,2021-04-06 +/games/boxart/full_1765070AmericaFrontccc.png,Zork Zero: The Revenge of Megaboz,PC,Adventure,Infocom,Infocom,,,,,,,1988-01-01, +/games/boxart/full_3209553AmericaFrontccc.jpg,Zork Quest: The Crystal of Doom,PC,Adventure,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1989-01-01, +/games/boxart/full_7026209AmericaFrontccc.png,SwordThrust,OSX,Adventure,Unknown,Donald Brown,,,,,,,,2021-04-05 +/games/boxart/full_4511658JapanFrontccc.jpg,...Iru!,PS,Adventure,Takara,Takara,,,,,,,1998-03-26, +/games/boxart/default.jpg,1001 Nights: The Adventures of Sindbad,MS,Adventure,Unknown,"Alawar Entertainment, Inc.",,,,,,,, +/games/boxart/full_1074615JapanFrontccc.jpg,"10101: ""Will"" the Starship",PS,Adventure,Sound Technology,Sound Technology,,,,,,,1997-11-06, +/games/boxart/full_578159JapanFrontccc.jpg,12Riven: The Psi-Climinal of Integral,PC,Adventure,CyberFront,KID Corporation,,,,,,,2008-04-04, +/games/boxart/full_170139AmericaFrontccc.jpeg,1954: Alcatraz,PC,Adventure,Unknown,Daedalic Entertainment,,,,,,,2014-01-01,2018-01-01 +/games/boxart/full_4517257JapanFrontccc.jpg,19:03 Ueno Hatsu Yakou Ressha,PS,Adventure,Visit,Visit,,,,,,,1999-03-04, +/games/boxart/full_6436449JapanFrontccc.jpg,20-Seiki Alice,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2000-12-07, +/games/boxart/full_7183690AmericaFrontccc.jpg,2064: Read Only Memories,PSV,Adventure,MidBoss,MidBoss,,,,,,,2017-12-09,2017-12-18 +/games/boxart/full_3016158AmericaFrontccc.jpg,2064: Read Only Memories,PC,Adventure,MidBoss,MidBoss,,,,,,,2015-10-06,2019-04-13 +/games/boxart/full_3822318AmericaFrontccc.jpg,2064: Read Only Memories,PS4,Adventure,MidBoss,MidBoss,,,,,,,2017-01-17,2019-04-13 +/games/boxart/full_949379JapanFrontccc.jpg,21: TwoOne,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2001-12-27, +/games/boxart/full_221-b-baker-st_851AmericaFront.jpg,221 B Baker St.,PC,Adventure,Unknown,"IntelliCreations, Inc., Pacific Softech Inc.",,,,,,,1986-01-01, +/games/boxart/1141973ccc.jpg,2400 A.D.,PC,Adventure,Origin Systems,"Origin Systems, Inc.",,,,,,,1987-01-01, +/games/boxart/full_5867271JapanFrontccc.jpg,3x3 Eyes: Kyuusei Koushu,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,1995-08-11, +/games/boxart/full_9788093JapanFrontccc.jpg,3x3 Eyes: Kyuusei Koushu S,SAT,Adventure,Nippon Create,Nippon Create,,,,,,,1996-04-19, +/games/boxart/full_3x3-eyes-sanjiyan-henjou_8JapanFront.jpg,3x3 Eyes: Sanjiyan Henjou,PCE,Adventure,NEC,NCS,,,,,,,1994-07-08, +/games/boxart/full_2729240JapanFrontccc.jpg,3X3 Eyes: Tenrinou Genmu,PS,Adventure,King Records,Nippon Create,,,,,,,1998-08-06, +/games/boxart/full_428-fuusa-sareta-shibuya-de_729JapanFront.jpg,428: Fuusa Sareta Shibuya de,PSN,Adventure,ChunSoft,ChunSoft,,,,,,,2011-03-09, +/games/boxart/full_9505053AmericaFrontccc.jpg,4PM,PC,Adventure,4PM Game LTD,4PM Game LTD,,,,,,,2014-07-09,2018-08-01 +/games/boxart/full_569310AmericaFrontccc.jpg,4PM,OSX,Adventure,4PM Game LTD,4PM Game LTD,,,,,,,2014-07-09,2018-08-01 +/games/boxart/full_77-beyond-the-milky-way_90JapanFront.jpg,77: Beyond the Milky Way,PSP,Adventure,GN Software,GN Software,,,,,,,2010-12-22, +/games/boxart/full_4688088AmericaFrontccc.jpg,99 Spirits - Cage of Night,PC,Adventure,RunnerGames,RunnerGames,,,,,,,2014-07-04, +/games/boxart/full_8008978AmericaFrontccc.jpg,9: The Last Resort,PC,Adventure,GT Interactive,Tribeca Interactive,,,,,,,1996-09-30, +/games/boxart/full_simple-dl-series-vol-1-the-misshitsu-kara-no-dasshutsu-fushigi-na-kumadonaru-burger-hen_191JapanFront.jpg,@Simple DL Series Vol. 1 : THE Misshitsu kara no Dasshutsu: Fushigi na Kumadonaru Burger Hen,3DS,Adventure,D3 Publisher,Intense,,,,,,,2011-06-29, +/games/boxart/default.jpg,@Simple DS Series Vol. 1: The Misshitsukara no Dasshutsu,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2009-07-22, +/games/boxart/default.jpg,@Simple DS Series Vol. 2: The Misshitsukara no Dasshutsu - Gakkou-hen,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2009-12-24, +/games/boxart/default.jpg,@Simple DS Series Vol. 4: The Misshitsukara no Dasshutsu - Karakuri Yashiki,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2010-07-21, +/games/boxart/default.jpg,@Simple DS Series Vol. 6: The Misshitsukara no Dasshutsu: s Sky Tower Hen,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2010-12-22, +/games/boxart/full_4840186AmericaFrontccc.jpeg,A Golden Wake,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2014-10-01, +/games/boxart/full_1080047AmericaFrontccc.jpg,A Mind Forever Voyaging,AST,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, +/games/boxart/full_3215116AmericaFrontccc.png,A Mind Forever Voyaging,Amig,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, +/games/boxart/full_4414295AmericaFrontccc.jpg,A Mind Forever Voyaging,C128,Adventure,Activision,"Infocom, Inc.",,,,,,,1985-01-01, +/games/boxart/full_7977991AmericaFrontccc.png,A Mind Forever Voyaging,MSD,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, +/games/boxart/default.jpg,A New Beginning,DS,Adventure,Unknown,Daedalic Entertainment,,,,,,,, +/games/boxart/default.jpg,A New Beginning,Wii,Adventure,Unknown,Daedalic Entertainment,,,,,,,, +/games/boxart/8224949ccc.jpg,A-GA,PC,Adventure,Illusion,Illusion,,,,,,,2004-06-25, +/games/boxart/full_17776JapanFrontccc.jpg,A-Rank Thunder Tanjouhen,SCD,Adventure,Riot,Riot,,,,,,,1993-06-25, +/games/boxart/7611459ccc.jpg,Aa-ojousama!,PC,Adventure,Unknown,Sumikko Soft,,,,,,,2007-04-27, +/games/boxart/default.jpg,Abandoner,PC,Adventure,Unknown,,,,,,,,2004-09-17, +/games/boxart/full_ace-ventura_569AmericaFront.jpg,Ace Ventura,PC,Adventure,7th Level,7th Level,,,,,,,1996-10-31, +/games/boxart/full_2286169JapanFrontccc.jpg,Aconcagua,PS,Adventure,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,2000-06-01, +/games/boxart/full_actual-crimes-jack-the-ripper_6PALFront.png,Actual Crimes: Jack the Ripper,PSN,Adventure,Sanuk Games,Digital Games,,,,,,,2010-10-05, +/games/boxart/full_addams-family-values_474AmericaFront.jpg,Addams Family Values,GEN,Adventure,Unknown,Ocean,,,,,,,, +/games/boxart/2244004ccc.jpg,Addams Family Values,SNES,Adventure,Ocean,Ocean,,,,,,,1995-02-01, +/games/boxart/full_605098AmericaFrontccc.jpg,Adr1ft,PC,Adventure,505 Games,Three One Zero,,,,,,,2016-03-28,2018-07-05 +/games/boxart/full_5891573AmericaFrontccc.jpg,Adr1ft,PS4,Adventure,505 Games,Three One Zero,,,,,,,2016-07-15,2018-07-05 +/games/boxart/full_adventure_556AmericaFront.jpg,Adventure,PC,Adventure,Microsoft,"Atari, Inc.",,,,,,,1981-01-01, +/games/boxart/full_adventure-4-pack-includes-gray-matter-black-mirror-ii-alter-ego-rockin-dead_921AmericaFront.jpg,Adventure 4 Pack,PC,Adventure,Unknown,Viva Media,,,,,,,2011-09-13, +/games/boxart/4406070ccc.jpg,Adventure II,5200,Adventure,Unknown,Square Trio,,,,,,,2007-05-07, +/games/boxart/full_4901684JapanFrontccc.jpg,Adventure Player,PSP,Adventure,From Software,From Software,,,,,,,2005-06-30, +/games/boxart/full_4452463JapanFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,PSV,Adventure,Little Orbit,WayForward Technologies,,,,,,,2014-10-18,2018-04-17 +/games/boxart/full_2853525PALFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,PC,Adventure,Little Orbit,WayForward Technologies,,,,,,,2014-10-18,2018-04-17 +/games/boxart/default.jpg,Adventureland,PC,Adventure,Unknown,Adventure International / Scott Adams,,,,,,,1984-01-01, +/games/boxart/full_1634330AmericaFrontccc.jpg,Adventurezator: When Pigs Fly,Linux,Adventure,Degica,Pigasus Games,,,,,,,2015-09-17, +/games/boxart/full_1225365AmericaFrontccc.jpg,Adventurezator: When Pigs Fly,OSX,Adventure,Degica,Pigasus Games,,,,,,,2015-09-17, +/games/boxart/full_2515806AmericaFrontccc.jpg,Adventurezator: When Pigs Fly,PC,Adventure,Degica,Pigasus Games,,,,,,,2015-09-17, +/games/boxart/full_7097493JapanFrontccc.jpg,After...,DC,Adventure,Pione Soft,Pione Soft,,,,,,,2004-02-26, +/games/boxart/full_9833310JapanFrontccc.jpg,After... Wasureemu Kizuna,PS2,Adventure,Pione Soft,Pione Soft,,,,,,,2004-02-26, +/games/boxart/default.jpg,Agatha Christie DICE,PS3,Adventure,Unknown,Tradewest,,,,,,,, +/games/boxart/default.jpg,Agatha Christie DICE,DS,Adventure,Unknown,Tradewest,,,,,,,, +/games/boxart/4066313ccc.jpg,Agatha Christie Mysteries,PC,Adventure,The Adventure Company,AWE Games,,,,,,,2008-03-20, +/games/boxart/full_2829191AmericaFrontccc.jpg,Agatha Christie's The ABC Murders,PC,Adventure,"GRAVITY Co.,Ltd",Artefacts Studio,,,,,,,2016-02-04,2018-06-27 +/games/boxart/8565142ccc.jpg,Agatha Christie: Double Murder Mystery Pack,PC,Adventure,The Adventure Company,AWE Games,,,,,,,2007-09-18, +/games/boxart/full_6258238AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,XOne,Adventure,Microids,Artefacts Studios,,,,,,,2016-02-23,2018-08-01 +/games/boxart/full_9210556AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,PS4,Adventure,Microids,Artefacts Studios,,,,,,,2016-02-23,2018-08-01 +/games/boxart/full_8467411PALFrontccc.jpg,AGON: Lost Sword of Toledo,PC,Adventure,Kalypso,Private Moon Studios,,,,,,,2008-02-22, +/games/boxart/full_3989812JapanFrontccc.jpg,Ah! My Goddess,PCFX,Adventure,NEC,NEC,,,,,,,1997-12-12, +/games/boxart/full_9873439JapanFrontccc.jpg,Aikagi,DC,Adventure,NEC Interchannel,S-Neo,,,,,,,2003-08-07, +/games/boxart/full_aikagi_5JapanFront.jpg,Aikagi,PS2,Adventure,NEC Interchannel,F&C,,,,,,,2003-09-25, +/games/boxart/full_aikagi_602JapanFront.jpg,Aikagi,PC,Adventure,F&C,F&C,,,,,,,2002-08-30, +/games/boxart/full_aikagi-2_264JapanFront.jpg,Aikagi 2,PC,Adventure,F&C,F&C,,,,,,,2006-10-27, +/games/boxart/full_7012602JapanFrontccc.jpg,AIR,DC,Adventure,NEC Interchannel,Key,,,,,,,2001-09-20, +/games/boxart/full_air_7JapanFront.jpg,AIR,PSN,Adventure,Prototype,Key,,,,,,,2010-09-02, +/games/boxart/full_9048329JapanFrontccc.jpg,AIR,PC,Adventure,Key,Key,,,,,,,2000-09-08, +/games/boxart/full_5537305JapanFrontccc.jpg,AIR,PS2,Adventure,NEC Interchannel,Key,,,,,,,2002-08-08, +/games/boxart/full_6870669JapanFrontccc.jpg,Airs Adventure,SAT,Adventure,Game Studio,Game Studio,,,,,,,1996-12-20, +/games/boxart/full_4232426JapanFrontccc.jpg,Akagawa Jirou: Majotachi no Nemuri: Fukkatsusai,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,1999-04-15, +/games/boxart/full_akagawa-jirou-majotachi-no-nemuri-fukkatsusai_981JapanFront.jpg,Akagawa Jirou: Majotachi no Nemuri: Fukkatsusai,PSN,Adventure,Marvelous Interactive,Open Sesame,,,,,,,2010-12-22, +/games/boxart/full_akagawa-jirou-yasoukyoku_7JapanFront.jpg,Akagawa Jirou: Yasoukyoku,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,1998-07-16, +/games/boxart/full_akagawa-jirou-yasoukyoku_1JapanFront.jpg,Akagawa Jirou: Yasoukyoku,PSN,Adventure,Victor Interactive,Open Sesame,,,,,,,2010-08-25, +/games/boxart/full_akagawa-jirou-yasoukyoku-2_8JapanFront.jpg,Akagawa Jirou: Yasoukyoku 2,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,2001-06-14, +/games/boxart/full_akagawa-jirou-yasoukyoku-2_4JapanFront.jpg,Akagawa Jirou: Yasoukyoku 2,PSN,Adventure,Victor Interactive,Open Sesame,,,,,,,2010-09-08, +/games/boxart/full_7181280JapanFrontccc.jpg,Akagi: Topaiten,3DO,Adventure,Micronet,Micronet,,,,,,,1996-01-13, +/games/boxart/full_4659210JapanFrontccc.jpg,Akagi: Topaiten,PS,Adventure,Micronet,Micronet,,,,,,,1996-01-13, +/games/boxart/full_1168922JapanFrontccc.jpg,Akagi: Yami ni Furitatta Tensai,PS2,Adventure,D3 Publisher,Warashi,,,,,,,2002-12-12, +/games/boxart/full_5613032JapanFrontccc.jpg,Akai Ito,PS2,Adventure,Success,Success,,,,,,,2004-10-21, +/games/boxart/full_akane-iro-ni-somaru-saka_476JapanFront.jpg,Akane Iro ni Somaru Saka,PC,Adventure,Feng,Feng,,,,,,,2007-07-27, +/games/boxart/full_akane-iro-ni-somaru-saka-portable_525JapanFront.jpg,Akane Iro ni Somaru Saka Portable,PSP,Adventure,LukPlus,LukPlus,,,,,,,2009-12-17, +/games/boxart/full_akane-maniax-nagareboshi-densetsu-gouda_914JapanFront.jpg,Akane Maniax: Nagareboshi Densetsu Gouda,PC,Adventure,age,age,,,,,,,2002-06-28, +/games/boxart/default.jpg,Akikaze Person: Ore to Boku to Kanojo no..,PC,Adventure,Unknown,Lilac Soft,,,,,,,2011-08-26, +/games/boxart/full_2387238JapanFrontccc.jpg,Akira,NES,Adventure,Taito,Taito Corporation,,,,,,,1988-12-24, +/games/boxart/full_9731957JapanFrontccc.jpg,Akogare Girls Collection: Lovely Youchien Nikki,DS,Adventure,Creative Core,Creative Core,,,,,,,2009-11-19, +/games/boxart/full_akogare-girls-collection-pika-pika-nurse-monogatari_237JapanFront.jpg,Akogare Girls Collection: Pika Pika Nurse Monogatari,DS,Adventure,Unknown,Open Sesame,,,,,,,2011-08-04, +/games/boxart/full_akogare-girls-collection-wan-nyan-doubutsu-byouin_1JapanFront.jpg,Akogare Girls Collection: Wan Nyan Doubutsu Byouin,DS,Adventure,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-10-28, +/games/boxart/full_1650798JapanFrontccc.jpg,Akudaikan,PS2,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2002-08-08, +/games/boxart/full_4248808JapanFrontccc.jpg,Akudaikan 2: Mousouden,PS2,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2003-07-31, +/games/boxart/full_3080626JapanFrontccc.jpg,Akudaikan 3,PS2,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2007-03-01, +/games/boxart/full_akudaikan-manyuukiduplicate_3JapanFront.jpg,Akudaikan Manyuuki,PSP,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2006-11-30, +/games/boxart/full_7597975JapanFrontccc.jpg,Akudaikan Manyuuki: Seigi no Yaiba,PSP,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2007-02-22, +/games/boxart/full_6738444JapanFrontccc.jpg,Akuza no Ma,PS,Adventure,Visit,Unknown,,,,,,,1997-05-09, +/games/boxart/full_1228997AmericaFrontccc.jpg,Alderman,XBL,Adventure,Microsoft,idle han,,,,,,,2009-11-13, +/games/boxart/full_9639422JapanFrontccc.jpg,Aleck & Bordon Adventure: Tower & Shaft,GBA,Adventure,Aruze Corp,Aruze Corp,,,,,,,2004-11-26, +/games/boxart/default.jpg,Alice 2010,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2009-12-18, +/games/boxart/full_1914936JapanFrontccc.jpg,Alice in Cyberland,PS,Adventure,Glams,Glams,,,,,,,1996-12-20, +/games/boxart/full_1775734JapanFrontccc.jpg,Alice no Paint Adventure,SNES,Adventure,Epoch,Epoch,,,,,,,1995-09-15, +/games/boxart/full_alice-no-yakata-7_132JapanFront.jpg,Alice no Yakata 7,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2004-12-17, +/games/boxart/full_alice-syndrome_946JapanFront.jpg,Alice Syndrome,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2005-03-19, +/games/boxart/full_alice_433JapanFront.jpg,Alice+,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2004-02-27, +/games/boxart/default.jpg,Alice+ 2,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2004-05-21, +/games/boxart/full_alice-3_953JapanFront.jpg,Alice+ 3,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2004-10-01, +/games/boxart/full_alice-an-interactive-museum_670AmericaFront.jpg,Alice: An Interactive Museum,PC,Adventure,Synergy Inc.,Toshiba EMI Ltd,,,,,,,1994-01-01, +/games/boxart/full_alive_296JapanFront.jpg,Alive,PC,Adventure,Witch,Witch,,,,,,,1999-12-03, +/games/boxart/default.jpg,Alliance of Heroes,PC,Adventure,Unknown,Simutronics,,,,,,,, +/games/boxart/full_3613876JapanFrontccc.jpg,Alnam no Kiba: Shouzoku Juunishin-to Densetsu,PS,Adventure,Right Stuff,Right Stuff,,,,,,,1996-02-02, +/games/boxart/full_alone-in-the-dark_774AmericaFront.jpg,Alone in the Dark,XBL,Adventure,Atari,Eden Studios,,,,,,,2011-02-22, +/games/boxart/full_9508487AmericaFrontccc.jpg,Alone in the Dark,3DO,Adventure,Interplay,I*Motion,,,,,,,1993-01-01, +/games/boxart/full_alone-in-the-dark-1992_10AmericaFront.jpg,Alone in the Dark (1992),PC,Adventure,Interplay,Infogrames,,,,,,,1992-01-01, +/games/boxart/full_alone-in-the-dark-2_2AmericaFront.jpg,Alone in the Dark 2,PC,Adventure,Infogrames,Krisalis Software,,,,,,,1994-09-25, +/games/boxart/5859019ccc.jpg,Alone in the Dark 2,3DO,Adventure,Interplay Productions,Krisalis Software,,,,,,,1995-09-08, +/games/boxart/4333092ccc.jpg,Alone in the Dark 3,PC,Adventure,Infogrames,Infogrames,,,,,,,1995-03-16, +/games/boxart/1810123ccc.jpg,Alone in the Dark: One-Eyed Jack's Revenge,SAT,Adventure,Kokopeli Digital Studios,I*Motion,,,,,,,1996-07-15, +/games/boxart/full_3872722PALFrontccc.jpg,Alone in the Dark: The New Nightmare,PS2,Adventure,Unknown,Spiral House,,,,,,,, +/games/boxart/1346066ccc.jpg,Alone in the Dark: The New Nightmare,GB,Adventure,Infogrames,Pocket Studios,,,,,,,2001-06-27, +/games/boxart/full_alone-in-the-dark-the-new-nightmare_3AmericaFront.jpg,Alone in the Dark: The New Nightmare,DC,Adventure,Infogrames,Darkworks,7.4,,,,,,2001-09-24, +/games/boxart/default.jpg,Alone in the Dark: The New Nightmare,PSN,Adventure,Unknown,Darkworks,,,,,,,, +/games/boxart/full_alone-in-the-dark-the-trilogy-123_1AmericaFront.jpg,Alone in the Dark: The Trilogy 1+2+3,PC,Adventure,Infogrames,I*Motion,,,,,,,1997-03-31, +/games/boxart/full_7333795PALFrontccc.jpg,Alone With You,PS4,Adventure,Benjamin Rivers Inc.,Benjamin Rivers Inc.,,,,,,,2016-08-23,2018-04-10 +/games/boxart/full_5630980AmericaFrontccc.png,Alone With You,PSV,Adventure,Benjamin Rivers Inc.,Benjamin Rivers Inc.,,,,,,,2016-01-01, +/games/boxart/full_alpha-polaris_42AmericaFront.jpg,Alpha Polaris,PC,Adventure,Unknown,Turmoil Games Ltd.,,,,,,,2011-06-24, +/games/boxart/full_6668194JapanFrontccc.jpg,"Amagoushi no Yakata Portable: Ichiyagi Wa, Saisho no Junan",PSP,Adventure,Nippon Ichi Software,FOG (Full On Games),,,,,,,2009-09-17, +/games/boxart/full_amatsumi-sora-ni-kumo-no-hatate-ni_376JapanFront.jpg,Amatsumi Sora ni! Kumo no Hatate ni,PSP,Adventure,Prototype,Prototype,,,,,,,2011-12-01, +/games/boxart/full_6968187AmericaFrontccc.jpg,Amazing World,PC,Adventure,GANZ,GANZ,,,,,,,2014-08-07, +/games/boxart/full_6647457AmericaFrontccc.jpg,Amazing World,OSX,Adventure,GANZ,GANZ,,,,,,,2014-08-07, +/games/boxart/full_3801274AmericaFrontccc.jpg,Amber: Journeys Beyond,PC,Adventure,Graphic Simulations,Hue Forest Entertainment,,,,,,,1996-11-30, +/games/boxart/7778522ccc.jpg,American Girl: Julie Saves the Eagles,PC,Adventure,THQ,THQ,,,,,,,2007-10-15, +/games/boxart/default.jpg,American Girl: Kit Mystery Challenge!,PC,Adventure,THQ,THQ,,,,,,,2008-06-23, +/games/boxart/full_1747450AmericaFrontccc.jpg,American McGee presents ScrapLand,PC,Adventure,Enlight,Mercury Steam Entertainment,,,,,,,2004-11-04, +/games/boxart/full_5848384AmericaFrontccc.jpg,Amerzone,PC,Adventure,Ubisoft,Ubisoft,,,,,,,1999-10-18, +/games/boxart/full_3085021PALFrontccc.jpg,Amerzone: The Explorer's Legacy,PS,Adventure,Ubisoft,Visual Impact,,,,,,,1999-01-01, +/games/boxart/full_5764118AmericaFrontccc.jpg,Amnesia: A Machine for Pigs,Linux,Adventure,Frictional Games,thechineseroom,,,,,,,2013-09-10,2018-08-10 +/games/boxart/full_7554803AmericaFrontccc.jpg,Amnesia: A Machine for Pigs,PC,Adventure,Frictional Games,thechineseroom,,,,,,,2013-09-10,2018-08-10 +/games/boxart/full_4304926AmericaFrontccc.jpg,Amnesia: Memories,PC,Adventure,Idea Factory International,Idea Factory,,,,,,,2015-08-25, +/games/boxart/full_924440JapanFrontccc.jpg,Amnesia: Memories,PSV,Adventure,Idea Factory International,Idea Factory,,,,,,,2015-08-25,2018-08-02 +/games/boxart/full_4135679AmericaFrontccc.jpg,Among The Sleep,OSX,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-05-29,2019-05-19 +/games/boxart/default.jpg,Amy's Fantasies,PC,Adventure,Jast,C's Ware,,,,,,,1996-01-01, +/games/boxart/full_844044JapanFrontccc.jpg,Anata o Yurusanai,PSP,Adventure,AQ Interactive,Zener Works / Cavia Inc.,,,,,,,2007-11-15, +/games/boxart/default.jpg,Anejoku,PC,Adventure,Unknown,Hina Soft,,,,,,,2011-07-08, +/games/boxart/full_angel-blade_744JapanFront.jpg,Angel Blade,PC,Adventure,Unknown,Digianime Corp,,,,,,,2002-10-04, +/games/boxart/full_3831562JapanFrontccc.jpg,Angel Halo,PC,Adventure,Active,Active,,,,,,,1996-10-17, +/games/boxart/full_angel-parasite_19JapanFront.jpg,Angel Parasite,PC,Adventure,Unknown,Loveless,,,,,,,1998-07-31, +/games/boxart/full_3874435JapanFrontccc.jpg,Angel Wish,DC,Adventure,Pione Soft,Pione Soft,,,,,,,2005-02-24, +/games/boxart/full_angelic-concert_340JapanFront.jpg,Angelic Concert,XB,Adventure,Success,Success,,,,,,,2003-03-13, +/games/boxart/full_angelic-concert_216JapanFront.jpg,Angelic Concert,PS2,Adventure,Success,Success,,,,,,,2003-03-13, +/games/boxart/full_angelique-etoile_6JapanFront.jpg,Angelique Etoile,PS2,Adventure,KOEI,Koei,,,,,,,2004-09-16, +/games/boxart/full_angelique-trois-aizouhen_1JapanFront.jpg,Angelique Trois: Aizouhen,PS2,Adventure,KOEI,Koei/Inis,,,,,,,2001-07-26, +/games/boxart/full_5285085JapanFrontccc.jpg,Angelium: Tokimeki Love God,PC,Adventure,Terios,Terios,,,,,,,2003-03-14, +/games/boxart/full_2263902AmericaFrontccc.jpg,Animamundi: Dark Alchemist,PC,Adventure,Hirameki International Group,Karin Entertainment,,,,,,,2006-05-01, +/games/boxart/full_3696460JapanFrontccc.jpg,Anime Chick Story 1: Card Captor Sakura,PS,Adventure,Arika,Arika,,,,,,,1999-08-05, +/games/boxart/3656193ccc.jpg,Animorphs,GB,Adventure,Ubisoft,Ubisoft,,,,,,,2000-11-07, +/games/boxart/full_2049798PALFrontccc.jpg,Ankh: Battle of the Gods,PC,Adventure,Xider Games,DECK13 Interactive,,,,,,,2007-11-19,2018-05-10 +/games/boxart/full_307026PALFrontccc.png,Ankh: Curse of the Scarab King,DS,Adventure,Xider Games,VIS Entertainment,,,,,,,2008-09-17, +/games/boxart/full_2183519PALFrontccc.jpg,Ankh: Heart of Osiris,PC,Adventure,bhv Software,DECK13 Interactive,,,,,,,2006-11-06,2018-05-10 +/games/boxart/full_3605345JapanFrontccc.jpg,Ankh: Tutankhamen no Nazo,PS,Adventure,Ray Corporation,Unknown,,,,,,,1997-11-27, +/games/boxart/full_ankoku-shinwa-yamato-takeru-densetsu_5JapanFront.jpg,Ankoku Shinwa: Yamato Takeru Densetsu,NES,Adventure,Unknown,Zap,,,,,,,1989-03-24, +/games/boxart/full_another-heaven-memory-of-those-days_10JapanFront.jpg,Another Heaven: Memory of Those Days,WS,Adventure,Omega Micott,Omega Micott,,,,,,,2000-12-21, +/games/boxart/full_4441418JapanFrontccc.jpg,Another Memories,PS,Adventure,Hearty Robin,Unknown,,,,,,,1998-06-18, +/games/boxart/full_5106223JapanFrontccc.jpg,Another Mind,PS,Adventure,Square,SquareSoft,,,,,,,1998-11-12, +/games/boxart/full_6773318AmericaFrontccc.jpg,Another Perspective,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-08, +/games/boxart/default.jpg,Another World,XOne,Adventure,Adult Dream,DotEmu,,,,,,,2016-01-01, +/games/boxart/default.jpg,Another World,PS4,Adventure,Adult Dream,DotEmu,,,,,,,2016-01-01, +/games/boxart/default.jpg,Another World,PC,Adventure,Adult Dream,DotEmu,,,,,,,2014-09-18, +/games/boxart/full_aoi-namida_491JapanFront.jpg,Aoi Namida,PC,Adventure,CD Bros.,CD Bros.,,,,,,,2003-05-30, +/games/boxart/full_aoi-namida_85JapanFront.jpg,Aoi Namida,XB,Adventure,Panther Software,Panther Software,,,,,,,2004-05-27, +/games/boxart/full_1516941JapanFrontccc.jpg,Aoishiro,PC,Adventure,Success,Success,,,,,,,2008-11-21, +/games/boxart/full_7345611JapanFrontccc.jpg,Apathy: Narugami Gakuen Toshi Densetsu Tantei Kyoku,DS,Adventure,Arc System Works,Del,,,,,,,2007-10-25, +/games/boxart/full_1061460JapanFrontccc.jpg,Apocalypse: Deus Ex Machina,PC,Adventure,Tactics,Unknown,,,,,,,2003-07-25, +/games/boxart/full_apocripha0_548JapanFront.jpg,Apocripha/0,PS2,Adventure,GN Software,GN Software,,,,,,,2004-10-28, +/games/boxart/default.jpg,Apocripha/0,PC,Adventure,Unknown,Stack,,,,,,,2001-07-27, +/games/boxart/full_5805221AmericaFrontccc.jpg,Appointment with F.E.A.R.,And,Adventure,Tin Man Games,Tin Man Games,,,,,,,2014-08-26, +/games/boxart/full_8615903JapanFrontccc.jpg,Aquanaut no Kyuujitsu 2,PS,Adventure,ArtDink,ArtDink,,,,,,,1999-07-01, +/games/boxart/full_695185JapanFrontccc.jpg,Aquanaut no Kyuujitsu: Memories of Summer 1996,PS,Adventure,ArtDink,ArtDink,,,,,,,1996-07-19, +/games/boxart/default.jpg,Aquatic Tales,PC,Adventure,Unknown,Gameinvest,,,,,,,2019-01-01, +/games/boxart/default.jpg,Aquatic Tales,DS,Adventure,Unknown,Gameinvest,,,,,,,2018-12-30, +/games/boxart/6134841ccc.jpg,Aquatic Tales,Wii,Adventure,Unknown,Gameinvest,,,,,,,2000-12-31, +/games/boxart/full_7148358AmericaFrontccc.jpg,AR-K,OSX,Adventure,Gato Salvaje S.L.,Gato Salvaje S.L.,,,,,,,2014-07-21, +/games/boxart/full_381353AmericaFrontccc.jpg,AR-K,PC,Adventure,Gato Salvaje S.L.,Gato Salvaje S.L.,,,,,,,2014-07-21, +/games/boxart/default.jpg,AR: Forgotten Summer,PC,Adventure,Circus,Circus,,,,,,,2006-02-24, +/games/boxart/full_7914025JapanFrontccc.jpg,Arabians Lost: The Engagement on Desert,PC,Adventure,Quinrose,QuinRose,,,,,,,2006-08-11, +/games/boxart/default.jpg,Arcana: Hikari to Yami no Extasis,PC,Adventure,Ciel,Ciel,,,,,,,2000-11-23, +/games/boxart/full_5316454AmericaFrontccc.png,Arcane Legends,PC,Adventure,Spacetime Studios,Spacetime Studios,,,,,,,2012-11-13, +/games/boxart/full_4392567AmericaFrontccc.jpg,Arctic Tale,GBA,Adventure,DSI Games,Atomic Planet Entertainment,,,,,,,2007-10-10, +/games/boxart/full_1318204PALFrontccc.jpg,Ark of Time,PS,Adventure,Project Two Interactive,ICE,,,,,,,1998-07-01, +/games/boxart/full_4870740AmericaFrontccc.jpg,Ark of Time,PC,Adventure,KOEI,Trecision,,,,,,,1997-02-28, +/games/boxart/full_armen-noir_0JapanFront.jpg,Armen Noir,PS2,Adventure,Idea Factory,Otomate,,,,,,,2010-12-09, +/games/boxart/full_2887922AmericaFrontccc.jpeg,Armikrog,OSX,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2015-10-01, +/games/boxart/full_6959281AmericaFrontccc.jpeg,Armikrog,Linux,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2015-10-01, +/games/boxart/full_5442516AmericaFrontccc.png,Armikrog,WiiU,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2016-08-23,2018-01-04 +/games/boxart/full_6348299AmericaFrontccc.jpeg,Armikrog,PS4,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2016-08-23, +/games/boxart/full_9213287AmericaFrontccc.jpeg,Armikrog,PC,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2015-10-01, +/games/boxart/default.jpg,Art of Murder: Cards of Destiny,DS,Adventure,Unknown,Unknown,,,,,,,, +/games/boxart/full_6563431AmericaFrontccc.jpg,Art of Murder: FBI Top Secret,DS,Adventure,City Interactive,City Interactive,,,,,,,2010-06-22, +/games/boxart/full_9267817AmericaFrontccc.jpg,Arthur and the Invisibles,PS2,Adventure,Atari,Etranges Libellules,,,,,,,2007-01-09, +/games/boxart/full_4869933AmericaFrontccc.jpg,Arthur and the Invisibles,PC,Adventure,Atari,Etranges Libellules,,,,,,,2007-01-12, +/games/boxart/8207639ccc.jpg,Arthur and the Invisibles,GBA,Adventure,Atari,Mistic Software,3.1,,,,,,2007-01-09, +/games/boxart/full_arthur-the-quest-for-excalibur_196AmericaFront.jpg,Arthur: The Quest for Excalibur,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1989-01-01, +/games/boxart/full_asa-no-konai-yoru-ni-dakarete-eternal-night_157JapanFront.jpg,Asa no Konai Yoru ni Dakarete: Eternal Night,PC,Adventure,Unknown,DreamSoft,,,,,,,2002-06-28, +/games/boxart/default.jpg,"Ashita Hakitto, Haremasuyou ni: She Said so, and Prayed to Cloudy Skies",PC,Adventure,Hug,Hug,,,,,,,2009-07-24, +/games/boxart/full_asobi-ni-iku-yo_61JapanFront.jpg,Asobi ni Iku yo! Chikyuu Pinchi no Konyaku Sengen,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2006-07-27, +/games/boxart/full_1338990AmericaFrontccc.jpg,Assassin's Creed,XBL,Adventure,Ubisoft,Ubisoft Montreal,8.2,,,,,,2009-08-06, +/games/boxart/full_assault-armoroid-angelio_993JapanFront.jpg,Assault Armoroid Angelio,PC,Adventure,Outgrow,Outgrow,,,,,,,2002-10-25, +/games/boxart/full_5229730PALFrontccc.jpg,Asterix & Obelix (GBC),GB,Adventure,Infogrames,Infrogrames,,,,,,,2001-01-01, +/games/boxart/full_9985746PALFrontccc.jpg,Asterix: Caesar's Challenge,PC,Adventure,Infogrames,Philips Media France,,,,,,,1995-01-01, +/games/boxart/default.jpg,Ataya Machi no Mitsuai,PC,Adventure,Unknown,Appetite,,,,,,,2011-08-19, +/games/boxart/default.jpg,Atelier,PC,Adventure,Tadashi,Tadashi,,,,,,,2000-05-26, +/games/boxart/full_1729646JapanFrontccc.jpg,Athena: Awakening from the Ordinary Life,PS,Adventure,SNK,SNK Corporation,,,,,,,1999-03-11, +/games/boxart/full_8727035PALFrontccc.jpg,Atlantis III: The New World,PS2,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,2002-02-08, +/games/boxart/full_8464339PALFrontccc.jpg,Atlantis: The Lost Tales,SAT,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,1997-01-01, +/games/boxart/full_6958745AmericaFrontccc.jpg,Atlantis: The Lost Tales,PC,Adventure,Interplay,Cryo Interactive,,,,,,,1997-09-30, +/games/boxart/full_1078180PALFrontccc.jpg,Atlantis: The Lost Tales,PS,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,1998-10-01, +/games/boxart/full_2894336PALFrontccc.jpg,Attack of the Saucerman!,PS,Adventure,Sony Computer Entertainment,Psygnosis,,,,,,,1999-07-01, +/games/boxart/4696360ccc.jpg,Aura: Fate of the Ages,PC,Adventure,The Adventure Company,Streko-Graphics Inc.,,,,,,,2004-06-29, +/games/boxart/full_4095995PALFrontccc.jpg,Aurora - The Secret Within,PC,Adventure,Lexicon Entertainment,BluMiAl,,,,,,,2007-07-27, +/games/boxart/full_8240666AmericaFrontccc.png,Avatar: The Last Airbender,PSN,Adventure,THQ,AWE Games,,,,,,,2009-09-30, +/games/boxart/860259ccc.jpg,Avatar: The Last Airbender,PS2,Adventure,THQ,AWE Games,,,,,,,2006-10-10, +/games/boxart/2152555ccc.jpg,Avatar: The Last Airbender,PC,Adventure,THQ,AWE Games,,,,,,,2006-10-10, +/games/boxart/2765992ccc.jpg,Avatar: The Last Airbender,XB,Adventure,THQ,AWE Games,,,,,,,2006-10-10, +/games/boxart/1858729ccc.jpg,Avatar: The Last Airbender,GBA,Adventure,THQ,AWE Games,6.5,,,,,,2006-10-10, +/games/boxart/full_6419325AmericaFrontccc.jpg,Avner,And,Adventure,Corbomite Games,Corbomite Games,,,,,,,2014-07-13, +/games/boxart/full_7801344AmericaFrontccc.jpg,Awakening Kingdoms,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2013-12-18, +/games/boxart/full_9249276AmericaFrontccc.jpg,Awakening: Moonfell Wood,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2010-12-26, +/games/boxart/full_6860638AmericaFrontccc.jpg,Awakening: Moonfell Wood,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2011-05-06, +/games/boxart/default.jpg,Awakening: The Dreamless Castle,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2010-08-02, +/games/boxart/default.jpg,Awakening: The Dreamless Castle,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2010-02-14, +/games/boxart/full_3312827AmericaFrontccc.jpg,Awakening: The Goblin Kingdom,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2011-08-25,2018-07-26 +/games/boxart/full_2512200AmericaFrontccc.jpg,Awakening: The Redleaf Forest,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2014-05-31, +/games/boxart/full_6565867AmericaFrontccc.jpg,Awakening: The Redleaf Forest,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2014-05-31, +/games/boxart/full_9825405AmericaFrontccc.jpg,Awakening: The Skyward Castle,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2012-08-23, +/games/boxart/full_5430771AmericaFrontccc.jpg,Awakening: The Skyward Castle,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2012-08-23, +/games/boxart/full_5752092AmericaFrontccc.jpg,Awakening: The Sunhook Spire,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2013-08-17, +/games/boxart/full_2536376AmericaFrontccc.jpg,Awakening: The Sunhook Spire,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2013-08-17, +/games/boxart/full_5640300AmericaFrontccc.jpg,Axel & Pixel,XBL,Adventure,2K Games,Silver Wish Games,6.9,,,,,,2009-10-14, +/games/boxart/full_ayaka-shibito_546JapanFront.jpg,Ayaka Shibito,PC,Adventure,Propeller,Propeller,,,,,,,2005-06-24, +/games/boxart/full_1619759JapanFrontccc.jpg,Ayaka Shibito,PS2,Adventure,Dimple Entertainment,Propeller,,,,,,,2006-08-31, +/games/boxart/default.jpg,Ayaturi Yousuri: Dream Note,PC,Adventure,Undermoon,Undermoon,,,,,,,2007-02-23, +/games/boxart/full_azrael_586JapanFront.jpg,Azrael,PC,Adventure,Survive,Survive,,,,,,,2002-12-20, +/games/boxart/full_7729349AmericaFrontccc.jpg,Aztaka,PC,Adventure,Unknown,Citeremis,,,,,,,2009-05-07, +/games/boxart/9252718ccc.jpg,Aztec: The Curse in the Heart of the City of Gold,PS,Adventure,Cryo Interactive,Wanadoo,,,,,,,2000-10-27, +/games/boxart/full_bat_567AmericaFront.jpg,B.A.T.,PC,Adventure,Ubisoft,Computer's Dream,,,,,,,1990-01-01, +/games/boxart/full_blue-legend-of-water_1JapanFront.jpg,b.l.u.e.: Legend of Water,PSN,Adventure,Hudson Soft,CAProduction,,,,,,,2008-07-09, +/games/boxart/full_baby-face_689JapanFront.jpg,Baby Face,PC,Adventure,Oz Club,Oz Project,,,,,,,2000-03-24, +/games/boxart/full_6366460AmericaFrontccc.png,Back to the Future: The Game,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-02-15,2018-04-23 +/games/boxart/full_back-to-the-future-the-game-episode-i-its-about-time_306AmericaFront.jpg,Back to the Future: The Game - Episode I: It's About Time,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-12-22, +/games/boxart/full_back-to-the-future-the-game-episode-i-its-about-time_199AmericaFront.jpg,Back to the Future: The Game - Episode I: It's About Time,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-02-15, +/games/boxart/full_back-to-the-future-the-game-episode-ii-get-tannen_79AmericaFront.jpg,Back to the Future: The Game - Episode II: Get Tannen!,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-03-29, +/games/boxart/full_back-to-the-future-the-game-episode-ii-get-tannen_70AmericaFront.jpg,Back to the Future: The Game - Episode II: Get Tannen!,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-02-17, +/games/boxart/full_back-to-the-future-the-game-episode-iii-citizen-brown_968AmericaFront.jpg,Back to the Future: The Game - Episode III: Citizen Brown,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-05-03, +/games/boxart/full_back-to-the-future-the-game-episode-iii-citizen-brown_938AmericaFront.jpg,Back to the Future: The Game - Episode III: Citizen Brown,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-05-03, +/games/boxart/full_back-to-the-future-the-game-episode-iv-double-visions_885AmericaFront.jpg,Back to the Future: The Game - Episode IV: Double Visions,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-06-07, +/games/boxart/full_back-to-the-future-the-game-episode-iv-double-visions_114AmericaFront.jpg,Back to the Future: The Game - Episode IV: Double Visions,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-06-07, +/games/boxart/full_back-to-the-future-the-game-episode-v-outatime_938AmericaFront.jpg,Back to the Future: The Game - Episode V: OUTATIME,PC,Adventure,Unknown,Telltale Games,6.9,,,,,,, +/games/boxart/full_back-to-the-future-the-game-episode-v-outatime_551AmericaFront.jpg,Back to the Future: The Game - Episode V: OUTATIME,PSN,Adventure,Telltale Games,Telltale Games,7,,,,,,2011-07-26, +/games/boxart/full_670327JapanFrontccc.jpg,Bakuden Unbalance Zone,SCD,Adventure,Sony Computer Entertainment,Sony Music Entertainment Inc.,,,,,,,1994-04-22,2018-09-16 +/games/boxart/full_6677342JapanFrontccc.jpg,Bakuretsu Hunter,SAT,Adventure,I'Max,I'Max,,,,,,,1996-04-26, +/games/boxart/full_6155780JapanFrontccc.jpg,Bakuretsu Hunter R,SAT,Adventure,King Records,King Records,,,,,,,1997-08-08, +/games/boxart/full_bakuretsu-hunter-sorezore-no-omoinowaan-chatte_234JapanFront.jpg,Bakuretsu Hunter: Sorezore no Omoi...Nowaan Chatte,PS,Adventure,Banpresto,Banpresto,,,,,,,1997-04-11, +/games/boxart/full_1592167JapanFrontccc.jpg,Baldr Force EXE,DC,Adventure,Alchemist,Alchemist,,,,,,,2004-10-28, +/games/boxart/full_bara-no-ki-ni-bara-no-hansaku_462JapanFront.jpg,Bara no Ki Ni: Bara no Hansaku,PSP,Adventure,Quinrose,QuinRose,,,,,,,2010-12-22, +/games/boxart/default.jpg,Barbarian the Ultimate Warrior,PC,Adventure,Unknown,Anuman Interactive,,,,,,,2011-12-05, +/games/boxart/full_2171880AmericaFrontccc.jpg,Barbie and the Three Musketeers,PC,Adventure,Activision,Activision,,,,,,,2009-11-03, +/games/boxart/full_9159629AmericaFrontccc.jpg,Barbie as Rapunzel: A Creative Adventure,PC,Adventure,VU Games,Funnybone Interactive,,,,,,,2002-11-15, +/games/boxart/full_1798274AmericaFrontccc.jpg,Barbie as the Princess and the Pauper,PC,Adventure,VU Games,VU Games,,,,,,,2004-09-09, +/games/boxart/full_4462918AmericaFrontccc.jpg,Barbie in The 12 Dancing Princesses,PS2,Adventure,Activision,Blue Monkey Studios,,,,,,,2006-11-28, +/games/boxart/3253946ccc.jpg,Barbie in The 12 Dancing Princesses,PC,Adventure,Activision,Blue Monkey Studios,,,,,,,2006-11-14, +/games/boxart/5913235ccc.jpg,Barbie in The 12 Dancing Princesses,GBA,Adventure,Activision,WayForward Technologies,,,,,,,2006-10-10, +/games/boxart/3794415ccc.jpg,Barbie Vacation Adventure,GEN,Adventure,Hi Tech Expressions,Software Creations,,,,,,,1994-01-01, +/games/boxart/full_7956591AmericaFrontccc.jpg,Barbie Vacation Adventure,SNES,Adventure,Hi Tech Expressions,Software Creations,,,,,,,1994-01-01, +/games/boxart/1380461ccc.jpg,Batman: Vengeance,XB,Adventure,Ubisoft,Ubisoft Montreal,6.8,,,,,,2001-12-18, +/games/boxart/full_8566021AmericaFrontccc.jpg,Beavis and Butt-head,GG,Adventure,Valcon Games,NuFX,,,,,,,1994-01-01, +/games/boxart/6381022ccc.jpg,Beavis and Butt-head,SNES,Adventure,Viacom,Realtime Associates,,,,,,,1994-11-01, +/games/boxart/full_4443143AmericaFrontccc.jpg,Beavis and Butt-head Do U.,PC,Adventure,GT Interactive,Illusions Gaming Company,,,,,,,1999-01-31, +/games/boxart/full_belief-amp-betrayal_729AmericaFront.jpg,Belief & Betrayal,PC,Adventure,Lighthouse Interactive,Artematica Entertainment,,,,,,,2008-06-15, +/games/boxart/full_below-the-root_153AmericaFront.jpg,Below the Root,PC,Adventure,Unknown,Telarium,,,,,,,1984-01-01, +/games/boxart/full_belzerion_4JapanFront.jpg,Belzerion,3DO,Adventure,Human Entertainment,Human Entertainment,,,,,,,1994-12-16, +/games/boxart/full_ben-there-dan-that_265AmericaFront.jpg,"Ben There, Dan That!",PC,Adventure,Zombie Cow Studios,Zombie Cow Studios,,,,,,,2008-06-12, +/games/boxart/5888831ccc.jpg,Beneath a Steel Sky,PC,Adventure,Virgin Interactive,Revolution Software,,,,,,,1993-01-01, +/games/boxart/full_9770754PALFrontccc.jpg,Benjamin Blümchen: Ein Tag im Zoo,DS,Adventure,Kiddinx,Kiddinx,,,,,,,2009-03-13, +/games/boxart/full_385482AmericaFrontccc.jpg,Beyond Castle Wolfenstein,PC,Adventure,Muse Software,Muse Software,,,,,,,1984-01-01, +/games/boxart/full_2083348AmericaFrontccc.jpeg,Beyond Eyes,PS4,Adventure,Team17 Software,Tiger & Squid,,,,,,,2015-09-08, +/games/boxart/full_7493623AmericaFrontccc.jpg,Beyond Eyes,XOne,Adventure,Team17 Software,Tiger & Squid,,,,,,,2015-08-04, +/games/boxart/full_6234678AmericaFrontccc.jpeg,Beyond Eyes,PC,Adventure,Team17 Software,Tiger & Squid,,,,,,,2015-08-11, +/games/boxart/full_2035996AmericaFrontccc.jpg,Beyond Good & Evil 2,PC,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2020-12-31,2019-06-26 +/games/boxart/full_8993598AmericaFrontccc.jpg,Beyond Good & Evil 2,X360,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2020-12-31, +/games/boxart/full_3231730AmericaFrontccc.jpg,Beyond Good & Evil 2,PS3,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2020-12-31, +/games/boxart/full_beyond-good-ampamp-evil-hd_309AmericaFront.jpg,Beyond Good & Evil HD,XBL,Adventure,Ubisoft,Ubisoft,8.3,,,,,,2011-03-02, +/games/boxart/full_beyond-good-ampamp-evil-hd_23AmericaFront.jpg,Beyond Good & Evil HD,PSN,Adventure,Ubisoft,Ubisoft,,,,,,,2011-06-28, +/games/boxart/default.jpg,Beyond the Future: Fix the Time Arrows,PS3,Adventure,5pb,5pb. Inc.,,,,,,,2011-12-08, +/games/boxart/default.jpg,Beyond the Future: Fix The Time Arrows,PSP,Adventure,5pb,5pb. Inc.,,,,,,,2011-12-08, +/games/boxart/full_7724187PALFrontccc.jpg,Bibi and Tina: Holidays on Martinshof,GBA,Adventure,Kiddinx,Morgen Studios,,,,,,,2006-08-11, +/games/boxart/full_8137070JapanFrontccc.jpg,Bible Black: The Game,PC,Adventure,Kitty Media,Active,,,,,,,2006-11-21, +/games/boxart/full_296900AmericaFrontccc.jpg,Big Brain Wolf,PC,Adventure,Frima Studio,Frima Studio,,,,,,,2009-07-06, +/games/boxart/8545851ccc.jpg,Big Sky Trooper,SNES,Adventure,JVC,LucasArts,,,,,,,1995-10-01, +/games/boxart/full_3835328AmericaFrontccc.jpg,Biglands: A Game Made By Kids,OSX,Adventure,Diego Acevedo,Diego Acevedo,,,,,,,2014-08-25, +/games/boxart/full_8814385AmericaFrontccc.jpg,Biglands: A Game Made By Kids,PC,Adventure,Diego Acevedo,Diego Acevedo,,,,,,,2014-08-25, +/games/boxart/full_894014AmericaFrontccc.jpg,Bik - A Space Adventure,OSX,Adventure,Zotnip,Zotnip,,,,,,,2014-07-15,2018-08-06 +/games/boxart/full_6110572AmericaFrontccc.jpg,Bik - A Space Adventure,Linux,Adventure,Zotnip,Zotnip,,,,,,,2014-07-15,2018-08-06 +/games/boxart/full_6629929AmericaFrontccc.jpg,Bik - A Space Adventure,PC,Adventure,Zotnip,Zotnip,,,,,,,2014-07-15,2018-08-06 +/games/boxart/full_binary-spot_836JapanFront.jpg,Binary Spot,PC,Adventure,Unknown,August,,,,,,,2002-02-22, +/games/boxart/full_bishoujo-senshi-sailor-moon_3JapanFront.jpg,Bishoujo Senshi Sailor Moon,PCE,Adventure,Banpresto,Banpresto,,,,,,,1994-08-05, +/games/boxart/full_7662690AmericaFrontccc.jpg,Black Buccaneer,PC,Adventure,Viva Media,WideScreen Games,,,,,,,2007-01-01, +/games/boxart/full_2165066AmericaFrontccc.png,Black Dahlia,PC,Adventure,Interplay,Take-Two Interactive,,,,,,,1998-02-28, +/games/boxart/full_2501173JapanFrontccc.jpg,Black Jack: Hi no Tori Hen,DS,Adventure,Genki,Genki,,,,,,,2006-11-09, +/games/boxart/full_3507660PALFrontccc.jpg,Black Mirror,PC,Adventure,THQ Nordic,KING Art Games,,,,,,,2017-11-28,2018-08-20 +/games/boxart/full_black-robinia_866JapanFront.jpg,Black Robinia,PSP,Adventure,Broccoli,Broccoli,,,,,,,2011-02-24, +/games/boxart/full_black-robina_299JapanFront.jpg,Black Robinia,PSN,Adventure,Broccoli,Broccoli,,,,,,,2011-03-24, +/games/boxart/full_3091170PALFrontccc.jpg,Black Sails,PC,Adventure,Astragon,DECK13 Interactive,,,,,,,2010-04-22,2018-05-10 +/games/boxart/full_7777989AmericaFrontccc.jpg,Blackbay Asylum,PC,Adventure,Kiss,TAD Corporation,,,,,,,2014-08-01, +/games/boxart/full_blackwell-deception_618AmericaFront.jpg,Blackwell Deception,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2011-10-12, +/games/boxart/4980638ccc.jpg,Blackwell Unbound,PC,Adventure,Big Fish Games,Wadjet Eye Games,,,,,,,2008-01-01, +/games/boxart/default.jpg,Blackwire,DSiW,Adventure,Unknown,Uacari,,,,,,,, +/games/boxart/full_blade-kitten_9AmericaFront.jpg,Blade Kitten,XBL,Adventure,Atari,Krome Studios,,,,,,,2010-09-22, +/games/boxart/full_blade-kitten_7AmericaFront.jpg,Blade Kitten,PSN,Adventure,Atari,Krome Studios,,,,,,,2010-09-21, +/games/boxart/default.jpg,Blanc Noir,PC,Adventure,GokuFero,GokuFero,,,,,,,2009-09-25, +/games/boxart/full_2252666JapanFrontccc.jpg,Blood+ Final Piece,PSP,Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2006-09-07, +/games/boxart/full_6587378JapanFrontccc.jpg,Blood: The Last Vampire (Gekan),PS2,Adventure,Sony Computer Entertainment,Sugar & Rockets,,,,,,,2000-12-21, +/games/boxart/default.jpg,Blue Exorcist: The Phantom Labyrinth of Time,PSP,Adventure,Unknown,Namco Bandai,,,,,,,, +/games/boxart/full_blue-force_118AmericaFront.jpg,Blue Force,PC,Adventure,Tsunami Media,"Tsunami Media, Inc.",,,,,,,1993-01-01, +/games/boxart/full_blue-lagoon_554JapanFront.jpg,Blue Lagoon,PC,Adventure,NOA,NOA,,,,,,,2004-05-21, +/games/boxart/full_blue-roses-yousei-to-aoi-hitomi-no-senshitachi_8JapanFront.jpg,Blue Roses: Yousei to Aoi Hitomi no Senshitachi,PSN,Adventure,Nippon Ichi Software,Flight-Plan,,,,,,,2010-09-16, +/games/boxart/full_2969702JapanFrontccc.jpg,Blue Sky Blue,DC,Adventure,Reindeer,Reindeer,,,,,,,2003-06-26, +/games/boxart/full_blue-sky-blue_811JapanFront.jpg,Blue Sky Blue,PC,Adventure,Emu,Emu,,,,,,,2002-09-20, +/games/boxart/full_5801687JapanFrontccc.jpg,Blue Submarine No. 6: Saigetsu Fumahito- Time and Tide,DC,Adventure,Sega,Sega,,,,,,,2000-12-07, +/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-five_4AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Five,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-04-28, +/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-four_8AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Four,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-04-28, +/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-six_3AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Six,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-04-28, +/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-three_1AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Three,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-03-24, +/games/boxart/full_blue-toad-murder-files-the-mystery-of-riddle-manor-episode-two_6AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Riddle Litttle - Episode Two,PSN,Adventure,Relentless Software,Relentless Software,6.8,,,,,,2010-03-24, +/games/boxart/full_5442925AmericaFrontccc.jpg,Blueberry Garden,PC,Adventure,Erik Svedäng,Erik Svedäng,5.3,,,,,,2009-06-10, +/games/boxart/full_8251312AmericaFrontccc.jpg,Bob Came in Pieces,PC,Adventure,Unknown,Ludosity Interactive,,,,,,,2010-01-22, +/games/boxart/full_bobby-carrot-forever_46AmericaFront.jpg,Bobby Carrot Forever,WW,Adventure,Unknown,FDG Entertainment,7,,,,,,, +/games/boxart/full_3791593JapanFrontccc.jpg,Boku no Kuwagata,GBA,Adventure,MTO,MTO,,,,,,,2001-08-03, +/games/boxart/full_my-summer-vacation-4_7JapanFront.jpg,"Boku no Natsuyasumi 4: Seitouchi Shounen Tanteidan, Boku to Himitsu no Chizu",PSN,Adventure,Sony Computer Entertainment,Millenium Kitchen,,,,,,,2009-07-02, +/games/boxart/full_boku-no-natsuyasumi-portable-2-nazo-nazo-shimai-to-chinbotsusen-no-himitsu_4JapanFront.jpg,Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu,PSN,Adventure,Sony Computer Entertainment,Millenium Kitchen,,,,,,,2010-06-24, +/games/boxart/full_boku-no-natsuyasumi-himitsu-taiken_0JapanFront.jpg,Boku no Natsuyasumi: Himitsu Taiken,PC,Adventure,Completes,Completes,,,,,,,2004-12-22, +/games/boxart/full_8686700JapanFrontccc.jpg,Boku to Bokura no Natsu,DC,Adventure,KID,KID,,,,,,,2002-09-26, +/games/boxart/full_boku-wa-koukuu-kanseikan-3-hawaii-honolulu-kokusai-kuukou_30JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Hawaii Honolulu Kokusai Kuukou,PC,Adventure,TechnoBrain,TechnoBrain,,,,,,,2011-07-22, +/games/boxart/full_1637850JapanFrontccc.jpg,"Boku, Doraemon",DC,Adventure,Sega Toys,Sega,,,,,,,2001-01-25, +/games/boxart/full_5644534AmericaFrontccc.jpg,Bolt,PC,Adventure,Disney Interactive Studios,Avalanche Software,,,,,,,2008-11-18, +/games/boxart/full_6771317AmericaFrontccc.jpg,Bolt,XBL,Adventure,Disney Interactive Studios,Avalanche Software,,,,,,,2009-12-08, +/games/boxart/full_2190028AmericaFrontccc.jpg,Bot Colony,PC,Adventure,Unknown,Unknown,,,,,,,2014-06-17, +/games/boxart/full_5755606JapanFrontccc.jpg,Boukyaku no Senritsu: The Melody of Oblivion,GBA,Adventure,Bandai,Alpha Unit,,,,,,,2004-11-25, +/games/boxart/full_bounced_808PALFront.jpg,Bounced,GB,Adventure,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1990-01-01, +/games/boxart/default.jpg,Bounty Hunter Ludy+,PC,Adventure,ScooP,ScooP,,,,,,,1999-11-29, +/games/boxart/default.jpg,Bounty Hunter Sara: Holy Mountain no Teiou,PS,Adventure,Capcom,Flagship,,,,,,,2001-05-24, +/games/boxart/full_4205373JapanFrontccc.jpg,Bounty Hunter Sara: Holy Mountain no Teiou,DC,Adventure,Capcom,Flagship,,,,,,,2001-05-24, +/games/boxart/5235168ccc.jpg,Brain Dead 13,AJ,Adventure,ReadySoft,ReadySoft,,,,,,,1996-03-01, +/games/boxart/full_4335540AmericaFrontccc.jpg,Brain Dead 13,PC,Adventure,ReadySoft,ReadySoft,,,,,,,1996-01-31, +/games/boxart/2342116ccc.jpg,Brain Dead 13,3DO,Adventure,ReadySoft,ReadySoft,,,,,,,1996-01-01, +/games/boxart/full_6239634AmericaFrontccc.jpg,Brain Dead 13,SAT,Adventure,ReadySoft,ReadySoft,,,,,,,1996-10-31, +/games/boxart/full_1769055AmericaFrontccc.jpg,Bratz 4 Real,PC,Adventure,THQ,THQ,,,,,,,2007-12-14, +/games/boxart/309516ccc.jpg,Bratz: Babyz,PC,Adventure,THQ,THQ,,,,,,,2006-10-11, +/games/boxart/default.jpg,BreakSoul,DS,Adventure,Unknown,EnjoyUP,,,,,,,, +/games/boxart/full_5379401PALFrontccc.jpg,Broken Age,PSV,Adventure,Nordic Games,Double Fine Productions,,,,,,,2015-04-28,2018-09-21 +/games/boxart/full_7297955PALFrontccc.jpg,Broken Age,PS4,Adventure,Nordic Games,Double Fine Productions,,,,,,,2015-04-28,2018-09-21 +/games/boxart/full_broken-sword-complete_341PALFront.jpg,Broken Sword Complete,PC,Adventure,Mastertronic,Revolution Software,,,,,,,2011-11-04, +/games/boxart/full_broken-sword-shadow-of-the-templars-the-directors-cut_674AmericaFront.jpg,Broken Sword: Shadow of the Templars - The Director's Cut,PC,Adventure,Unknown,Revolution Software,,,,,,,2010-09-03, +/games/boxart/full_4184707PALFrontccc.jpg,Broken Sword: The Sleeping Dragon,PS2,Adventure,THQ,Revolution Software,,,,,,,2003-11-14, +/games/boxart/full_3399717AmericaFrontccc.jpg,Broken Sword: The Smoking Mirror,PC,Adventure,Virgin Interactive,Revolution Software,,,,,,,1997-11-01, +/games/boxart/full_246424AmericaFrontccc.png,Brothers: A Tale of Two Sons,WinP,Adventure,505 Games,Starbreeze Studios,,,,,,,2016-01-01,2018-06-27 +/games/boxart/full_4463280AmericaFrontccc.png,Brothers: A Tale of Two Sons,PS3,Adventure,505 Games,Starbreeze Studios,,,,,,,2013-09-03,2018-06-27 +/games/boxart/full_5690137AmericaFrontccc.png,Brothers: A Tale of Two Sons,X360,Adventure,505 Games,Starbreeze Studios,,,,,,,2013-08-07,2018-06-27 +/games/boxart/full_2303975AmericaFrontccc.png,Brothers: A Tale of Two Sons,And,Adventure,505 Games,Starbreeze Studios,,,,,,,2016-01-01,2018-06-27 +/games/boxart/full_bubblegum-crash_8JapanFront.jpg,Bubblegum Crash,PCE,Adventure,Naxat Soft,Naxat Soft,,,,,,,1991-12-06, +/games/boxart/full_bugs-n-balls_286PALFront.jpg,Bugs N' Balls,DSiW,Adventure,Unknown,EnjoyUp Games,,,,,,,2011-09-29, +/games/boxart/full_bullet-butlers_859JapanFront.jpg,Bullet Butlers,PSP,Adventure,Unknown,Boost On,,,,,,,2011-11-24, +/games/boxart/full_bullet-butlers_940JapanFront.jpg,Bullet Butlers,PC,Adventure,Propeller,Propeller,,,,,,,2007-07-27, +/games/boxart/2271800ccc.jpg,Burn Cycle,PC,Adventure,Unknown,TripMedia,,,,,,,, +/games/boxart/full_byzantine-the-betrayal_34AmericaFront.jpg,Byzantine: The Betrayal,PC,Adventure,Discovery Channel Multimedia,Stormfront Studios,,,,,,,1997-09-30, +/games/boxart/default.jpg,C.I.A. Adventure,PC,Adventure,Unknown,International PC Owners,,,,,,,1982-01-01, +/games/boxart/full_2675850JapanFrontccc.jpg,Cafe Little Wish: Mahou no Recipe,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-05-29, +/games/boxart/full_2198353PALFrontccc.jpg,Call of Cthulhu: Dark Corners of the Earth,PS2,Adventure,Unknown,Headfirst Pruductions,,,,,,,, +/games/boxart/full_9171785JapanFrontccc.jpg,Calling,PC,Adventure,Nigred,Nigred,,,,,,,2003-05-02, +/games/boxart/full_1309020JapanFrontccc.jpg,Can Can Bunny Extra DX,PCFX,Adventure,Cocktail Soft,KID,,,,,,,1996-09-27, +/games/boxart/full_4547687JapanFrontccc.jpg,Canaria: Kono Omoi o Uta ni Nosete,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-08-23, +/games/boxart/full_3510197JapanFrontccc.jpg,Candy Stripe,DC,Adventure,Sega,Wow Entertainment,,,,,,,2001-10-25, +/games/boxart/full_7775817JapanFrontccc.jpg,Canvas,PS2,Adventure,NEC Interchannel,Cocktail Soft,,,,,,,2003-04-10, +/games/boxart/full_canvas_104JapanFront.jpg,Canvas,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2000-11-24, +/games/boxart/full_4165539JapanFrontccc.jpg,Canvas,DC,Adventure,NEC Interchannel,Cocktail Soft,,,,,,,2001-04-05, +/games/boxart/full_canvas-2_908JapanFront.jpg,Canvas 2,PC,Adventure,F&C,F&C,,,,,,,2004-04-23, +/games/boxart/full_2692971JapanFrontccc.jpg,Canvas 3: Hakugin no Portait,PC,Adventure,F&C,F&C,,,,,,,2009-03-20, +/games/boxart/full_canvas-4-achrome-etude_528JapanFront.jpg,Canvas 4: Achrome Etude,PC,Adventure,F&C,F&C,,,,,,,2011-01-28, +/games/boxart/full_canvas-twin-pack_368JapanFront.jpg,Canvas Twin Pack,PC,Adventure,F&C,F&C,,,,,,,2009-10-23, +/games/boxart/full_card-captor-sakura-itsumo-sakura-chan-to-issho_477JapanFront.jpg,Card Captor Sakura: Itsumo Sakura-chan to Issho!,GB,Adventure,MTO,MTO,,,,,,,1999-05-15, +/games/boxart/full_9091653JapanFrontccc.jpg,Card Captor Sakura: Sakura-Chan to Asobo!,PS2,Adventure,NHK,NHK,,,,,,,2004-12-02, +/games/boxart/9865214ccc.jpg,Carrier,DC,Adventure,Jaleco,Jaleco Entertainment,7.1,,,,,,2000-01-31, +/games/boxart/full_2323031AmericaFrontccc.jpg,Casper,SAT,Adventure,Interplay,Funcom,,,,,,,1996-09-30, +/games/boxart/full_9316153PALFrontccc.jpg,Casper's Scare School,PS2,Adventure,Blast! Entertainment Ltd,Data Design Interactive,,,,,,,2008-02-01, +/games/boxart/full_6857256AmericaFrontccc.jpg,Casper: The Interactive Adventure,PC,Adventure,WizardWorks,Morning Star Multimedia,,,,,,,1997-01-01, +/games/boxart/full_castle-fantasia_404JapanFront.jpg,Castle Fantasia,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2005-02-24, +/games/boxart/full_castle-fantasia_46JapanFront.jpg,Castle Fantasia,PC,Adventure,Studio e-go,Studio e-go,,,,,,,1998-05-22, +/games/boxart/full_castle-fantasia-2-renewal_355JapanFront.jpg,Castle Fantasia 2: Seima Taisen Renewal,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2000-12-22, +/games/boxart/full_castle-fantasia-arihato-senki_563JapanFront.jpg,Castle Fantasia: Arihato Senki,PS2,Adventure,GN Software,GN Software,,,,,,,2007-08-09, +/games/boxart/full_castle-fantasia-erenshia-senki_229JapanFront.jpg,Castle Fantasia: Erenshia Senki,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2000-04-21, +/games/boxart/full_castle-fantasia-erenshia-senki-renewal_511JapanFront.jpg,Castle Fantasia: Erenshia Senki Renewal,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2003-07-25, +/games/boxart/full_castle-fantasia-seima-taisen_318JapanFront.jpg,Castle Fantasia: Seima Taisen,PC,Adventure,Studio e-go,Studio e-go,,,,,,,1998-11-20, +/games/boxart/5088347ccc.png,Castle of Dr. Brain,PC,Adventure,Unknown,"Sierra On-Line, Inc.",,,,,,,, +/games/boxart/full_castlevania-harmony-of-despair_579AmericaFront.jpg,Castlevania: Harmony of Despair,PSN,Adventure,Konami,Konami,7.5,,,,,,2011-09-27, +/games/boxart/full_2620141AmericaFrontccc.jpg,Cat Girl Alliance,PC,Adventure,G-Collections,Sekilala,,,,,,,2008-09-30, +/games/boxart/full_3571356JapanFrontccc.jpg,Catch! Kimochi Sensation,PSN,Adventure,Pandora Box,Pandora Box,,,,,,,2009-10-14, +/games/boxart/full_1813444JapanFrontccc.jpg,Catch! Kimochi Sensation,PS,Adventure,Pandora Box,Pandora Box,,,,,,,2000-08-10, +/games/boxart/8922099ccc.jpg,Cate West: The Vanishing Files,PC,Adventure,RealArcade,"Gamenauts, Inc.",,,,,,,2008-02-06, +/games/boxart/full_chaos-baby_18JapanFront.jpg,Chaos Baby,PC,Adventure,ScooP,ScooP,,,,,,,2000-12-07, +/games/boxart/full_chaos-baby-ashimi-2_527JapanFront.jpg,Chaos Baby Ashimi 2,PC,Adventure,ScooP,ScooP,,,,,,,2001-12-20, +/games/boxart/full_chaos-baby-yoshimi-coupling_442JapanFront.jpg,Chaos Baby: Yoshimi Coupling,PC,Adventure,ScooP,ScooP,,,,,,,2003-06-20, +/games/boxart/full_3250495PALFrontccc.jpg,Chaos on Deponia,OSX,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-10-12,2018-09-21 +/games/boxart/full_5001769JapanFrontccc.jpg,Chaos;Head,PC,Adventure,Nitro+,Nitro+,,,,,,,2008-04-25, +/games/boxart/full_6350895AmericaFrontccc.jpeg,Chariot,WiiU,Adventure,Frima Studio,Frima Studio,,,,,,,2015-01-08,2018-01-04 +/games/boxart/full_772966AmericaFrontccc.jpeg,Chariot,PC,Adventure,Frima Studio,Frima Studio,,,,,,,2014-11-12,2018-01-05 +/games/boxart/full_2671075AmericaFrontccc.png,Chariot,XOne,Adventure,Frima Studio,Frima Studio,,,,,,,2015-01-01,2018-01-05 +/games/boxart/full_209526AmericaFrontccc.jpeg,Chariot,PS4,Adventure,Frima Studio,Frima Studio,,,,,,,2014-09-30,2018-01-05 +/games/boxart/full_56198AmericaFrontccc.jpg,Charlie and the Chocolate Factory,PC,Adventure,Global Star Software,High Voltage Software,,,,,,,2005-07-12, +/games/boxart/full_5475937AmericaFrontccc.png,Cheating Tom,And,Adventure,Crazy Labs,Crazy Labs,,,,,,,2014-08-27, +/games/boxart/full_8574484JapanFrontccc.jpg,Cherry Blossom,DC,Adventure,Takuyo,Takuyo,,,,,,,2004-04-28, +/games/boxart/full_chibi-maruko-chan-2-deluxe-maruko-world_5JapanFront.jpg,Chibi Maruko-Chan 2: Deluxe Maruko World,GB,Adventure,Takara,KID Corporation,,,,,,,1991-09-13, +/games/boxart/full_chibi-maruko-chan-maruko-enikki-world_0JapanFront.jpg,Chibi Maruko-Chan: Maruko Enikki World,PS,Adventure,Takara,Takara,,,,,,,1995-12-22, +/games/boxart/default.jpg,Chichimiko!!,PC,Adventure,Unknown,Rapapuru,,,,,,,2011-08-26, +/games/boxart/full_3833648AmericaFrontccc.jpg,Chicken Run,DC,Adventure,Eidos Interactive,Blitz Games,6.1,,,,,,2000-11-13, +/games/boxart/full_933318AmericaFrontccc.jpg,Chicken Run,PC,Adventure,Eidos Interactive,Blitz Games,,,,,,,2001-01-14, +/games/boxart/5467412ccc.jpg,Chicken Run,GB,Adventure,THQ,Blitz Games,,,,,,,2000-11-01, +/games/boxart/full_chikuden-yatoubei_3JapanFront.jpg,Chikudenya Toubee: BIT2 no Kubikiri Yakata Yori,PCE,Adventure,Naxat Soft,Naxat Soft,,,,,,,1990-01-26, +/games/boxart/full_753073JapanFrontccc.jpg,Chobits - Chiidake no Hito,PS2,Adventure,Broccoli,Broccoli,,,,,,,2003-05-13, +/games/boxart/full_7115474JapanFrontccc.jpg,Chocolat: Maid Cafe Curio,DC,Adventure,Alchemist,Alchemist,,,,,,,2003-12-25, +/games/boxart/full_chou-gals-kotobuki-ran_4JapanFront.jpg,Chou Gals! Kotobuki Ran,GB,Adventure,Konami,Konami,,,,,,,2001-07-26, +/games/boxart/full_christmas-cube_550JapanFront.jpg,Christmas Cube,PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2003-12-12, +/games/boxart/full_chrono-belt-ayaka-shibito-amp-bullet-butlers-crossover-disc_170JapanFront.jpg,Chrono Belt: Ayaka Shibito & Bullet Butlers Crossover Disc,PC,Adventure,Propeller,Propeller,,,,,,,2008-05-23, +/games/boxart/full_3579526AmericaFrontccc.jpg,Chrono Quest,PC,Adventure,Psygnosis,Psygnosis,,,,,,,1988-01-01, +/games/boxart/full_1326579PALFrontccc.jpg,Chrono Quest II,PC,Adventure,Microvalue,Infomedia,,,,,,,1989-01-01, +/games/boxart/full_9132477AmericaFrontccc.jpg,Chulip,PS2,Adventure,Natsume,Punchline,,,,,,,2007-02-14, +/games/boxart/full_cindys-caribbean-holiday_368PALFront.jpg,Cindy's Caribbean Holiday,PS,Adventure,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, +/games/boxart/full_cindys-fashion-world_684PALFront.jpg,Cindy's Fashion World,PS,Adventure,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, +/games/boxart/full_8430949AmericaFrontccc.jpg,Circle of Blood,PC,Adventure,Virgin Interactive,Revolution Software Ltd.,,,,,,,1996-09-30, +/games/boxart/full_circuits-edge_395AmericaFront.jpg,Circuit's Edge,PC,Adventure,Infocom,Westwood Associates,,,,,,,1990-01-01, +/games/boxart/full_7862655JapanFrontccc.jpg,Clannad,PC,Adventure,Key,Visual Arts,,,,,,,2004-04-28,2019-03-22 +/games/boxart/full_clannad-mitsumi-mamoru-sakamichi-de-gekan_451JapanFront.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Gekan,PSN,Adventure,Prototype,Visual Arts,,,,,,,2011-02-10, +/games/boxart/full_clannad-mitsumi-mamoru-sakamichi-de-joukan_614JapanFront.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Joukan,PSN,Adventure,Prototype,Visual Arts,,,,,,,2011-02-10, +/games/boxart/full_3204959PALFrontccc.jpg,Cleopatra - A Queen's Destiny,PC,Adventure,Nobilis,Kheops Studio,,,,,,,2007-06-15, +/games/boxart/full_2514105AmericaFrontccc.jpg,Cleopatra: Riddle of the Tomb,PC,Adventure,DreamCatcher Interactive,The Adventure Company,,,,,,,2008-03-31, +/games/boxart/full_1240690JapanFrontccc.jpg,Click Manga: Dynamic Robot Taisen 1,PS,Adventure,Tokuma Shoten,Tokuma Shoten,,,,,,,1999-09-30, +/games/boxart/full_7929338JapanFrontccc.jpg,Click Manga: Dynamic Robot Taisen 2,PS,Adventure,Tokuma Shoten,Tokuma Shoten,,,,,,,1999-12-16, +/games/boxart/full_clock-tower_8JapanFront.jpg,Clock Tower,VC,Adventure,Human Entertainment,Human Entertainment,,,,,,,2010-08-03, +/games/boxart/full_1128449JapanFrontccc.jpg,Clock Tower,SNES,Adventure,Human Entertainment,Human Entertainment,,,,,,,1995-09-14, +/games/boxart/full_7379988JapanFrontccc.jpg,Clock Tower,PC,Adventure,Media Kite,Human Entertainment,,,,,,,1999-08-20, +/games/boxart/full_1777270JapanFrontccc.jpg,Clock Tower for WonderSwan,WS,Adventure,Naxat Soft,Human Entertainment,,,,,,,1999-12-09, +/games/boxart/full_clock-zero-shuuen-no-ichibyou_8JapanFront.jpg,Clock Zero: Shuuen no Ichibyou,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-11-25, +/games/boxart/full_4540770JapanFrontccc.jpg,Close to: Inori no Oka,DC,Adventure,KID,KID,,,,,,,2001-04-19, +/games/boxart/full_3832337AmericaFrontccc.jpg,Cloud Chamber,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-07, +/games/boxart/full_1340031AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,PC,Adventure,Ubisoft,Ubisoft Shanghai,,,,,,,2009-09-15, +/games/boxart/full_8445582AmericaFrontccc.png,Cloudy with a Chance of Meatballs,PSN,Adventure,Ubisoft,Ubisoft Shanghai,6,,,,,,2009-09-30, +/games/boxart/full_clover-hearts_889JapanFront.jpg,Clover Heart's,PC,Adventure,Alcot,Alcot,,,,,,,2003-11-28, +/games/boxart/default.jpg,Clover Heart's Append Disc Toy Tsumechaimashita,PC,Adventure,Alcot,Alcot,,,,,,,2005-01-14, +/games/boxart/full_clover-hearts-twins-pack_259JapanFront.jpg,Clover Heart's Twin's Pack,PC,Adventure,Alcot,Alcot,,,,,,,2010-10-29, +/games/boxart/default.jpg,Clover Heart's: Looking for Happiness,PC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-08-26, +/games/boxart/full_9082797JapanFrontccc.jpg,Clover Heart's: Looking for Happiness,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-08-26, +/games/boxart/6882156ccc.jpg,Codename: ICEMAN,PC,Adventure,Unknown,"Sierra On-Line, Inc.",,,,,,,, +/games/boxart/full_code18_853JapanFront.jpg,code_18,X360,Adventure,CyberFront,CyberFront,,,,,,,2011-09-29, +/games/boxart/default.jpg,code_18,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-09-29, +/games/boxart/default.jpg,Cognition,PC,Adventure,Unknown,Phoenix Online Studios,,,,,,,, +/games/boxart/default.jpg,Collection: Rebirth,PC,Adventure,Completes,Completes,,,,,,,2011-08-26, +/games/boxart/full_colorful-aquarium_263JapanFront.jpg,Colorful Aquarium,PC,Adventure,Eufonie,Eufonie,,,,,,,2006-11-24, +/games/boxart/full_5129858JapanFrontccc.jpg,Colorful Aquarium: My Little Mermaid,PS2,Adventure,Nine'sFox,Nine'sFox,,,,,,,2007-10-25, +/games/boxart/full_4931708JapanFrontccc.jpg,Combat Queen,PS2,Adventure,Taito,Taito Corporation,,,,,,,2002-08-01, +/games/boxart/full_5099881JapanFrontccc.jpg,Comic Party,DC,Adventure,Aquaplus,Aqua Plus,,,,,,,2001-08-09, +/games/boxart/full_2516787JapanFrontccc.jpg,Comic Party,PC,Adventure,Leaf,Leaf,,,,,,,1999-05-28, +/games/boxart/full_7602457JapanFrontccc.jpg,Comic Party Portable,PSP,Adventure,Aquaplus,Aquaplus,,,,,,,2005-12-29, +/games/boxart/default.jpg,Comix Zone / Ecco The Dolphin,PC,Adventure,Unknown,Sega Technical Institute,,,,,,,, +/games/boxart/full_4854734AmericaFrontccc.jpg,Companions of Xanth,PC,Adventure,Legend Entertainment,Legend Entertainment Company,,,,,,,1993-01-01, +/games/boxart/full_congo-the-movie-descent-into-zinj_223PALFront.jpg,Congo The Movie: Descent Into Zinj,PC,Adventure,Viacom,Viacom New Media,,,,,,,1996-03-01, +/games/boxart/916490ccc.jpg,Conquest of the Crystal Palace,NES,Adventure,Asmik Corp,Quest Corporation,,,,,,,1990-12-01, +/games/boxart/7040997ccc.jpg,Conquests of Camelot: The Search for the Grail,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1989-01-01, +/games/boxart/6823379ccc.jpg,Conquests of the Longbow: The Legend of Robin Hood,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-01-01, +/games/boxart/full_cool-world_0AmericaFront.jpg,Cool World,SNES,Adventure,Ocean,Ocean,,,,,,,1993-02-01, +/games/boxart/7733888ccc.jpg,Cool World,NES,Adventure,Ocean,Ocean,,,,,,,1993-06-01, +/games/boxart/default.jpg,Coraline,PS3,Adventure,Unknown,Papaya Studios,,,,,,,, +/games/boxart/default.jpg,Coraline,X360,Adventure,Unknown,Papaya Studios,,,,,,,, +/games/boxart/full_2428110PALFrontccc.jpg,Cosmic Spacehead,MS,Adventure,Codemasters,Codemasters,,,,,,,1991-01-01, +/games/boxart/default.jpg,Cosmic Walker,Wii,Adventure,Unknown,GAIA,,,,,,,, +/games/boxart/full_9445056AmericaFrontccc.jpg,Countdown,PC,Adventure,Access Software,Access Software,,,,,,,1990-01-01, +/games/boxart/full_cowboy-baby_989JapanFront.jpg,Cowboy Baby,PC,Adventure,Triangle,Triangle,,,,,,,1999-05-21, +/games/boxart/full_crazy-hamster_974AmericaFront.jpg,Crazy Hamster,DSiW,Adventure,Gamelion Studios,Gamelion Studios,,,,,,,2011-08-11, +/games/boxart/full_8471835AmericaFrontccc.jpg,Crescendo,PC,Adventure,G-Collections,D.O.,,,,,,,2003-10-21, +/games/boxart/full_crime-stories_221AmericaFront.jpg,Crime Stories: From the Files of Martin Mystere,PC,Adventure,The Adventure Company,Artematica Entertainment,,,,,,,2006-03-21, +/games/boxart/full_criminal-girls_564JapanFront.jpg,Criminal Girls,PSN,Adventure,Nippon Ichi Software,imageepoch Inc.,,,,,,,2010-11-18, +/games/boxart/full_crimson-empire_641JapanFront.jpg,Crimson Empire,PS2,Adventure,Quinrose,QuinRose,,,,,,,2010-12-16, +/games/boxart/default.jpg,Crimson Empire: Circumstances to Serve a Noble,PSP,Adventure,Quinrose,QuinRose,,,,,,,2011-08-25, +/games/boxart/full_3289847JapanFrontccc.jpg,Crimson Room,DS,Adventure,Success,Takagism Inc.,,,,,,,2007-12-20, +/games/boxart/full_1144574AmericaFrontccc.png,Crimson Room Reverse,PSN,Adventure,Agetec,Takagism Inc.,,,,,,,2009-11-05, +/games/boxart/full_8387248AmericaFrontccc.jpg,Critical Path,PC,Adventure,Media.Vision Entertainment,Mechadeus,,,,,,,1993-01-01, +/games/boxart/full_1749687AmericaFrontccc.jpg,Critical Point,PC,Adventure,Peach Princess,Sweet Basil,,,,,,,2002-03-01, +/games/boxart/full_8957919JapanFrontccc.jpg,Croket! Great Jikuu no Boukensha,GBA,Adventure,Konami,Konami,,,,,,,2004-12-09, +/games/boxart/full_cross-channel_8JapanFront.jpg,Cross Channel,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, +/games/boxart/full_8936191JapanFrontccc.jpg,Cross Channel: To All People,PS2,Adventure,KID,KID Corporation,,,,,,,2004-03-18, +/games/boxart/full_9782611JapanFrontccc.jpg,Cross † Channel,PC,Adventure,Flying Shine,Flying Shine,,,,,,,2003-09-26, +/games/boxart/5005324ccc.jpg,Crusader: No Remorse,PC,Adventure,Electronic Arts,Electronic Arts,,,,,,,1995-08-31, +/games/boxart/7020003ccc.jpg,Crusader: No Remorse,SAT,Adventure,Electronic Arts,Realtime Associates,,,,,,,1996-12-31, +/games/boxart/132702ccc.jpg,Crystal Key 2: The Far Realm,PC,Adventure,The Adventure Company,Earthlight Productions,,,,,,,2004-03-19, +/games/boxart/full_crystal-renar_901JapanFront.jpg,Crystal Renar,PC,Adventure,Digerati,D.O.,,,,,,,1996-02-23, +/games/boxart/full_4891436AmericaFrontccc.jpg,Crystals of Time,PC,Adventure,exoSyphen Studios,exoSyphen Studios,,,,,,,2014-06-13, +/games/boxart/full_csi-crime-scene-investigation-double-pack_790AmericaFront.jpg,CSI: Crime Scene Investigation Double Pack,PC,Adventure,Ubisoft,369 Interactive,,,,,,,2005-02-01, +/games/boxart/full_csi-crime-scene-investigation-super-pack_464AmericaFront.jpg,CSI: Crime Scene Investigation Super Pack,PC,Adventure,Ubisoft,Various,,,,,,,2008-09-09, +/games/boxart/full_3058551AmericaFrontccc.jpg,CSI: Deadly Intent,PC,Adventure,Ubisoft,Telltale Games,,,,,,,2009-10-20, +/games/boxart/full_7973134AmericaFrontccc.jpg,Cube & Star: An Arbitrary Love,PC,Adventure,Doppler Interactive,Doppler Interactive,,,,,,,2014-02-14, +/games/boxart/full_4746968AmericaFrontccc.jpg,Cubic Castles,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-13, +/games/boxart/1333599ccc.jpg,Curse of Atlantis: Thorgal's Quest,PC,Adventure,The Adventure Company,DreamCatcher Interactive,,,,,,,2003-05-30, +/games/boxart/full_9243827AmericaFrontccc.jpg,Curse: The Eye of Isis,PC,Adventure,DreamCatcher Interactive,Asylum Entertainment,,,,,,,2003-10-21, +/games/boxart/full_4215531PALFrontccc.jpg,Curse: The Eye of Isis,PS2,Adventure,Unknown,Asylum Entertainment,,,,,,,, +/games/boxart/full_cursed-mountain_8AmericaFront.jpg,Cursed Mountain,PC,Adventure,Koch Media,Deep Silver Vienna,,,,,,,2010-02-05, +/games/boxart/full_5676314JapanFrontccc.jpg,Cutey Honey FX,PCFX,Adventure,NEC Interchannel,DataWest,,,,,,,1995-11-10, +/games/boxart/full_9688238JapanFrontccc.jpg,Cyber War,PS,Adventure,Coconuts Japan,Coconuts Japan,,,,,,,1995-07-21, +/games/boxart/9996879ccc.jpg,Cyberia,3DO,Adventure,Interplay,"Xatrix Entertainment, Inc.",,,,,,,1996-01-01, +/games/boxart/661161ccc.jpg,Cyberia,SAT,Adventure,Interplay,"Xatrix Entertainment, Inc.",,,,,,,1995-01-01, +/games/boxart/1033425ccc.jpg,Cyberia,PC,Adventure,Interplay,"Xatrix Entertainment, Inc.",,,,,,,1994-01-12, +/games/boxart/full_6857717AmericaFrontccc.jpg,Cyberia2: Resurrection,PC,Adventure,Virgin Interactive,"Xatrix Entertainment, Inc.",,,,,,,1996-03-26, +/games/boxart/900219ccc.jpg,D,3DO,Adventure,Panasonic Interactive Media,Warp,,,,,,,1995-01-01, +/games/boxart/2798572ccc.jpg,D,SAT,Adventure,Acclaim Entertainment,Warp,,,,,,,1996-01-01, +/games/boxart/full_6540616AmericaFrontccc.jpg,D,PC,Adventure,Acclaim Entertainment,Warp,,,,,,,1996-03-31, +/games/boxart/6971304ccc.jpg,D-2,DC,Adventure,Sega,Warp,6.4,,,,,,2000-08-22, +/games/boxart/full_dc-ii-pc-da-capo-ii-plus-communication_893JapanFront.jpg,D.C. II P.C.: Da Capo II Plus Communication,PC,Adventure,Circus,Circus,,,,,,,2008-12-26, +/games/boxart/full_9931397JapanFrontccc.jpg,D.C. II S.C.: Da Capo II Spring Celebration,PC,Adventure,Circus,Circus,,,,,,,2007-04-27, +/games/boxart/full_599510JapanFrontccc.jpg,D.C. II: Da Capo II,PC,Adventure,Circus,Circus,,,,,,,2006-05-26, +/games/boxart/full_dc-ii-da-capo-ii-fall-in-love_827JapanFront.jpg,D.C. II: Da Capo II Fall in Love,PC,Adventure,Circus,Circus,,,,,,,2009-12-18, +/games/boxart/full_dc-da-capo_918JapanFront.jpg,D.C.: Da Capo,PC,Adventure,MangaGamer,Circus,,,,,,,2009-01-23, +/games/boxart/full_3105801JapanFrontccc.jpg,D.C.: Da Capo - The Origin,PS2,Adventure,Sweets,Sweets,,,,,,,2008-02-14, +/games/boxart/full_dcpc-da-capo-plus-communication_314JapanFront.jpg,D.C.P.C.: Da Capo Plus Communication,PC,Adventure,Circus,Circus,,,,,,,2004-05-28, +/games/boxart/full_6285385JapanFrontccc.jpg,D.C.P.S.: Da Capo Plus Situation,PS2,Adventure,ESP,ESP Software,,,,,,,2003-10-30, +/games/boxart/full_dcsv-da-capo-summer-vacation_609JapanFront.jpg,D.C.S.V.: Da Capo Summer Vacation,PC,Adventure,Circus,Circus,,,,,,,2004-08-27, +/games/boxart/full_dnangel-kurenai-no-tsubasa_6JapanFront.jpg,D.N.Angel: Kurenai no Tsubasa,PS2,Adventure,Takara,Takara,,,,,,,2003-09-25, +/games/boxart/default.jpg,D.P.S.: Dream Program System,PC,Adventure,Alice Soft,Alice Soft,,,,,,,1989-12-15, +/games/boxart/full_2194461AmericaFrontccc.jpeg,D4,PC,Adventure,Unknown,Access Games,,,,,,,2015-06-05,2018-01-01 +/games/boxart/full_153817AmericaFrontccc.png,D4: Dark Dreams Don't Die,XOne,Adventure,Microsoft Studios,Access Games,,,,,,,2013-09-19,2018-08-10 +/games/boxart/full_17400JapanFrontccc.jpg,DaiaDroids World: Evil Teikoku no Yabou,GBA,Adventure,Epoch,Epoch,,,,,,,2001-12-07, +/games/boxart/full_daibanchou-big-bang-age_911JapanFront.jpg,Daibanchou: Big Bang Age,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2003-12-19, +/games/boxart/default.jpg,"Danchidzuma: Otokoto, Shimakuru, Onnatachi",PC,Adventure,Unknown,U-Me Soft,,,,,,,2011-12-02, +/games/boxart/full_3123190JapanFrontccc.jpg,Dancing Blade II: Tears of Eden,DC,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1999-09-30, +/games/boxart/full_8487103JapanFrontccc.jpg,Dancing Blade: Katte ni Momo Tenshi!,PS,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-08-27, +/games/boxart/full_8623529JapanFrontccc.jpg,Dancing Blade: Katte ni Momo Tenshi!,DC,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1999-09-02, +/games/boxart/full_dangan-ronpa_649JapanFront.jpg,Dangan-Ronpa,PSN,Adventure,Atlus,Spike,,,,,,,2010-11-25, +/games/boxart/7398916ccc.jpg,Dark Fall: Lights Out,PC,Adventure,The Adventure Company,XXV Productions,,,,,,,2004-08-31, +/games/boxart/full_8149698AmericaFrontccc.jpg,Dark Sceptre,ACPC,Adventure,Firebird Software,Beyond Software,,,,,,,1988-01-01,2018-01-06 +/games/boxart/full_6380306AmericaFrontccc.jpg,Dark Seed,PC,Adventure,Cyberdreams,Cyberdreams Interactive Entertainment,,,,,,,1992-01-01, +/games/boxart/full_9593309JapanFrontccc.jpg,Dark Seed,PS,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1995-10-27, +/games/boxart/full_2959823JapanFrontccc.jpg,Dark Seed,SAT,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1995-07-07, +/games/boxart/full_7002250JapanFrontccc.jpg,Dark Seed II,SAT,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1997-08-29, +/games/boxart/full_3960917JapanFrontccc.jpg,Dark Seed II,PS,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1997-09-18, +/games/boxart/full_3107125AmericaFrontccc.jpg,Dark Seed II,PC,Adventure,Cyberdreams,Cyberdreams Interactive Entertainment,,,,,,,1995-11-30, +/games/boxart/full_4167920AmericaFrontccc.jpg,Dark Side of the Moon,PC,Adventure,SouthPeak Interactive,SouthPeak Interactive,,,,,,,1998-11-30, +/games/boxart/full_409342JapanFrontccc.jpg,Dark Tales: From the Lost Soul,PS,Adventure,Sammy Corporation,Sammy Studios,,,,,,,1999-10-28, +/games/boxart/full_948260AmericaFrontccc.jpg,Darkened Skye,PC,Adventure,Simon & Schuster Interactive,Boston Animation,,,,,,,2002-01-27, +/games/boxart/full_darkstar-the-interactive-movie_260AmericaFront.jpg,Darkstar: The Interactive Movie,PC,Adventure,Unknown,Parallax Software,,,,,,,2010-11-08, +/games/boxart/4645798ccc.jpg,Daryl F. Gates' Police Quest: Open Season,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, +/games/boxart/full_day-dreamin-davey_4AmericaFront.jpg,Day Dreamin' Davey,NES,Adventure,HAL Laboratory,Sculptured Software,,,,,,,1992-06-01, +/games/boxart/full_818946JapanFrontccc.jpg,Days of Memories,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,,,,,,2007-06-14, +/games/boxart/full_4519974JapanFrontccc.jpg,Days of Memories 2,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,,,,,,2008-04-24, +/games/boxart/default.jpg,Days of Oblivion II: Frozen Eternity,PC,Adventure,CDV Software Entertainment,Toygardens Media,,,,,,,1999-09-01, +/games/boxart/default.jpg,Dead End: Orchestral Manoeuvres in the Dead End,PSP,Adventure,Alchemist,Alchemist,,,,,,,2011-09-29, +/games/boxart/full_dead-mountaineers-hotel_962PALFront.jpg,Dead Mountaineer's Hotel,PC,Adventure,Lighthouse Interactive,Electronic Paradise,,,,,,,2007-12-26, +/games/boxart/full_6913793JapanFrontccc.jpg,Dear Daniel no Sweet Adventure: Kitty-Chan o Sagashite,GB,Adventure,Imagineer,Imagineer,,,,,,,2000-07-19, +/games/boxart/full_5884464AmericaFrontccc.jpg,Dear Esther: Landmark Edition,XOne,Adventure,Good Shepherd Entertainment,thechineseroom,,,,,,,2016-09-20,2019-04-12 +/games/boxart/full_2348488AmericaFrontccc.jpeg,Dear Esther: Landmark Edition,PS4,Adventure,Good Shepherd Entertainment,thechineseroom,,,,,,,2016-09-20,2018-04-15 +/games/boxart/full_deardrops-distortion_392JapanFront.jpg,DearDrops Distortion,PSP,Adventure,CyberFront,KID Corporation,,,,,,,2011-03-10, +/games/boxart/full_8293323JapanFrontccc.jpg,Death Connection,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2009-12-17, +/games/boxart/full_569953AmericaFrontccc.jpg,Death Gate,PC,Adventure,Legend Entertainment,Legend Entertainment Company,,,,,,,1994-01-01, +/games/boxart/full_9163780AmericaFrontccc.jpg,Deep Under the Sky,PC,Adventure,Sarah Northway,Sarah Northway,,,,,,,2014-08-22, +/games/boxart/376357ccc.jpg,Deja Vu,NES,Adventure,Kemco,ICOM Simulations,,,,,,,1990-12-01, +/games/boxart/full_4552467AmericaFrontccc.jpg,Deja Vu,PC,Adventure,Mindscape,"ICOM Simulations, Inc.",,,,,,,1985-01-01, +/games/boxart/full_5443896AmericaFrontccc.jpg,Deja Vu II: Lost in Las Vegas,PC,Adventure,Mindscape,"ICOM Simulations, Inc.",,,,,,,1990-01-01, +/games/boxart/full_7302538AmericaFrontccc.jpg,Derrick the Deathfin,PC,Adventure,Unknown,Unknown,,,,,,,2014-06-16, +/games/boxart/full_5513162AmericaFrontccc.jpg,Derrick the Deathfin,OSX,Adventure,Unknown,Unknown,,,,,,,2014-06-16, +/games/boxart/full_8165036AmericaFrontccc.jpg,Derrick the Deathfin,Linux,Adventure,Unknown,Unknown,,,,,,,2014-06-16, +/games/boxart/full_9885549AmericaFrontccc.jpg,Derrick the Deathfin,PS3,Adventure,Unknown,Unknown,,,,,,,2012-10-09, +/games/boxart/full_deserted-island_203JapanFront.jpg,Deserted Island,PS,Adventure,KSS,KSS,,,,,,,1996-11-29, +/games/boxart/full_deserted-island_566JapanFront.jpg,Deserted Island,PSN,Adventure,Unknown,KSS,,,,,,,2011-03-25, +/games/boxart/full_408161PALFrontccc.png,Desi Adda: Games of India,PSN,Adventure,Sony Computer Entertainment,GameShastra,,,,,,,2010-02-25, +/games/boxart/default.jpg,Desire,PC,Adventure,Himeya,C's Ware,,,,,,,1999-01-01, +/games/boxart/full_4903399JapanFrontccc.jpg,Desire,PS2,Adventure,Interchannel,Interchannel,,,,,,,2004-09-30, +/games/boxart/3627574ccc.jpg,Destination: Treasure Island,PC,Adventure,DreamCatcher Interactive,Kheops Studio,,,,,,,2007-08-21, +/games/boxart/full_1696115AmericaFrontccc.jpg,Destroy All Humans!,XBL,Adventure,Panorama,Pandemic Studios,,,,,,,2008-10-06, +/games/boxart/6710767ccc.jpg,Destroy All Humans! 2,XB,Adventure,THQ,Pandemic Studios,,,,,,,2006-10-17, +/games/boxart/full_7242430AmericaFrontccc.jpg,Detective Barbie 2: The Vacation Mystery,PC,Adventure,Mattel Interactive,Gorilla Games,,,,,,,1999-01-01, +/games/boxart/full_1102920AmericaFrontccc.jpg,Detective Case and Clown Bot in: Murder in the Hotel Lisbon,Linux,Adventure,Unknown,Unknown,,,,,,,2014-07-17, +/games/boxart/full_9392245AmericaFrontccc.jpg,Detective Case and Clown Bot in: Murder in the Hotel Lisbon,OSX,Adventure,Unknown,Unknown,,,,,,,2014-07-17, +/games/boxart/full_8623234AmericaFrontccc.jpg,Detective Case and Clown Bot in: Murder in the Hotel Lisbon,PC,Adventure,Unknown,Unknown,,,,,,,2014-07-17, +/games/boxart/default.jpg,Detective Conan: Prelude from the Past,3DS,Adventure,Unknown,Spike Chunsoft,,,,,,,,2019-01-20 +/games/boxart/full_4850437AmericaFrontccc.jpg,Detective Grimoire,OSX,Adventure,SFB Games,SFB Games,,,,,,,2014-08-18,2018-08-10 +/games/boxart/full_6185775AmericaFrontccc.jpg,Detective Grimoire,PC,Adventure,SFB Games,SFB Games,,,,,,,2014-08-18,2018-08-10 +/games/boxart/default.jpg,Detective Saburoo Jinguuji: Ka Dan noo Te & Nazo no Jiken Bo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-10-14, +/games/boxart/full_5034168JapanFrontccc.jpg,Detonator Organ,SCD,Adventure,Hot-B,Hot-B,,,,,,,1992-07-31, +/games/boxart/default.jpg,Deus,PC,Adventure,ReadySoft,Silmarils,,,,,,,1996-12-31, +/games/boxart/full_8177158PALFrontccc.jpg,Diabolik: The Original Sin,Wii,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-06-26, +/games/boxart/full_6970551PALFrontccc.jpg,Diabolik: The Original Sin,PC,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-06-26, +/games/boxart/full_8008538PALFrontccc.jpg,Diabolik: The Original Sin,PS2,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-06-26, +/games/boxart/full_8375639PALFrontccc.jpg,Diabolik: The Original Sin,PSP,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-08-28, +/games/boxart/default.jpg,Diamic Days,PC,Adventure,Lump of Sugar,Lump of Sugar,,,,,,,2011-08-26, +/games/boxart/full_3634808JapanFrontccc.jpg,Dice Dice Fantasia,PSP,Adventure,Broccoli,Broccoli,,,,,,,2009-12-17, +/games/boxart/full_dinner-date_49AmericaFront.jpg,Dinner Date,PC,Adventure,Unknown,Stout Games,,,,,,,2010-11-17, +/games/boxart/default.jpg,Discipline,WW,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-08-25, +/games/boxart/full_8142186PALFrontccc.jpg,Discworld,SAT,Adventure,Psygnosis,Perfect Entertainment,,,,,,,1996-01-01, +/games/boxart/full_9361432PALFrontccc.jpg,Discworld II: Missing Presumed...?!,SAT,Adventure,Sega,Perfect Entertainment,,,,,,,1997-01-01, +/games/boxart/6624691ccc.jpg,Discworld II: Mortality Bytes!,PC,Adventure,Psygnosis,Perfect Entertainment,,,,,,,1996-11-30, +/games/boxart/full_389207PALFrontccc.jpg,Discworld Noir,PS,Adventure,GT Interactive,Perfect Entertainment,,,,,,,2000-01-03, +/games/boxart/full_disgaea-infinite_0AmericaFront.jpg,Disgaea Infinite,PSN,Adventure,NIS America,Nippon Ichi Software,6.8,,,,,,2010-06-08, +/games/boxart/full_4054519AmericaFrontccc.jpg,Disney Princess: Enchanted Journey,PC,Adventure,Disney Interactive Studios,Papaya Studios,,,,,,,2007-11-27, +/games/boxart/full_disneys-atlantis-the-lost-empire_9PALFront.jpg,Disney's Atlantis: The Lost Empire,PSN,Adventure,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2010-04-22, +/games/boxart/full_7210397AmericaFrontccc.jpg,Disney's Doug: Doug's Big Game,GB,Adventure,NewKidCo,Magellan Interactive,,,,,,,2000-12-15, +/games/boxart/full_2185155AmericaFrontccc.jpg,Dive: The Medes Islands Secret!,WW,Adventure,Cosmonaut Games,Cosmonaut Games,,,,,,,2010-07-26, +/games/boxart/full_doctor-hauzer_7JapanFront.jpg,Doctor Hauzer,3DO,Adventure,Riverhillsoft,Riverhill Soft,,,,,,,1994-04-29, +/games/boxart/default.jpg,Doctor Who,DS,Adventure,Unknown,TBA,,,,,,,, +/games/boxart/default.jpg,Doctor Who,Wii,Adventure,Unknown,TBA,,,,,,,, +/games/boxart/default.jpg,Doctor Who And The Warlord,PC,Adventure,Unknown,Unknown,,,,,,,, +/games/boxart/full_doctor-who-the-adventure-games-episode-1-city-of-the-daleks_7PALFront.jpg,Doctor Who: The Adventure Games Episode 1: City of the Daleks,PC,Adventure,SUMO interactive,Sumo Digital,,,,,,,2010-06-02, +/games/boxart/full_doctor-who-the-adventure-games-episode-2-blood-of-the-cybermen_8PALFront.jpg,Doctor Who: The Adventure Games Episode 2: Blood of the Cybermen,PC,Adventure,SUMO interactive,Sumo Digital,,,,,,,2010-06-22, +/games/boxart/default.jpg,Doctor Who: The Adventure Games Episode 3,PC,Adventure,Unknown,Sumo Digital,,,,,,,, +/games/boxart/default.jpg,Doctor Who: The Adventure Games Episode 4,PC,Adventure,Unknown,Sumo Digital,,,,,,,, +/games/boxart/default.jpg,Dog Star Adventure,PC,Adventure,Unknown,Scott Adams & Lance Micklus,,,,,,,1979-05-01, +/games/boxart/full_927123JapanFrontccc.jpg,Doki Doki Pretty League: Lovely Star,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,2001-12-13, +/games/boxart/full_dokodemo-hamster-b-quick-club_1JapanFront.jpg,Dokodemo Hamster B! Quick Club,PS,Adventure,Bec,Bec,,,,,,,2002-02-28, +/games/boxart/full_6135349JapanFrontccc.jpg,Dokodemo Taikyoku: Yakuman Advance,GBA,Adventure,Nintendo,"Nd Cube Co., Ltd.",,,,,,,2001-10-26, +/games/boxart/default.jpg,Don Doko Don! Manatsu Noko Fundo,PC,Adventure,Unknown,Xai,,,,,,,2004-08-06, +/games/boxart/full_8076008AmericaFrontccc.png,Don't Starve: Giant Edition,PSV,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2014-09-02,2018-01-12 +/games/boxart/full_9762763AmericaFrontccc.jpg,Don't Starve: Giant Edition,WiiU,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2015-05-28,2018-01-12 +/games/boxart/full_5719439AmericaFrontccc.png,Don't Starve: Giant Edition,PS3,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2015-06-23,2018-01-12 +/games/boxart/full_3353185AmericaFrontccc.jpg,Donut County,PC,Adventure,Annapurna Interactive,Unknown,,,,,,,2018-08-28, +/games/boxart/full_1192393AmericaFrontccc.jpg,Donut County,OSX,Adventure,Annapurna Interactive,Unknown,,,,,,,2018-08-28, +/games/boxart/full_8278453AmericaFrontccc.jpg,Donut County,And,Adventure,Annapurna Interactive,Unknown,,,,,,,2018-08-28, +/games/boxart/default.jpg,Doorways: The Underworld,OSX,Adventure,Unknown,Unknown,,,,,,,2014-09-17, +/games/boxart/default.jpg,Doorways: The Underworld,Linux,Adventure,Unknown,Unknown,,,,,,,2014-09-17, +/games/boxart/default.jpg,Doorways: The Underworld,PC,Adventure,Unknown,Unknown,,,,,,,2014-09-17, +/games/boxart/full_956581AmericaFrontccc.jpg,Dora the Explorer Adventure 3-Pack,PC,Adventure,Atari,Atari,,,,,,,2005-03-22, +/games/boxart/full_4797083AmericaFrontccc.jpg,Dora the Explorer: Backpack Adventure,PC,Adventure,Atari,Atari,,,,,,,2002-08-15, +/games/boxart/full_8066470AmericaFrontccc.jpg,Dora the Explorer: Barnyard Buddies,PS,Adventure,Global Star Software,Santa Cruz Games,,,,,,,2003-11-18, +/games/boxart/full_2530800AmericaFrontccc.jpg,Dora the Explorer: Candy Land,PC,Adventure,Activision,Activision,,,,,,,2007-09-27, +/games/boxart/7742258ccc.jpg,Dora the Explorer: Dora's World Adventure!,GBA,Adventure,Global Star Software,Black Lantern Studios,,,,,,,2006-10-09, +/games/boxart/full_5475869AmericaFrontccc.jpg,Dora the Explorer: Lost and Found Adventure,PC,Adventure,Nickelodeon,Nickelodeon,,,,,,,2009-06-08, +/games/boxart/full_9273538JapanFrontccc.jpg,Doraemon Yuujou Densetsu,3DO,Adventure,Shogakukan,Shogakukan,,,,,,,1995-04-07, +/games/boxart/full_double-mind_114JapanFront.jpg,Double Mind,PC,Adventure,F&C,F&C,,,,,,,2002-12-20, +/games/boxart/full_7030175AmericaFrontccc.jpg,Double Switch,SAT,Adventure,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, +/games/boxart/868210ccc.jpg,Double Switch,SCD,Adventure,Sega,Digital Pictures,,,,,,,1993-01-01, +/games/boxart/full_4094611AmericaFrontccc.jpg,Double Switch,PC,Adventure,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, +/games/boxart/full_6228207JapanFrontccc.jpg,Doukoku Soshite...,SAT,Adventure,Data East,Data East Corporation,,,,,,,1998-02-26, +/games/boxart/full_doukyuusei_8JapanFront.jpg,Doukyuusei,PC,Adventure,Elf,Elf,,,,,,,1999-08-27, +/games/boxart/default.jpg,Doushite Kakaite Kurenai no!?,PC,Adventure,Unknown,Chococo,,,,,,,2011-08-26, +/games/boxart/full_7224724JapanFrontccc.jpg,Dousoukai 2: Again & Refrain,DC,Adventure,NEC Interchannel,Fairy Tale,,,,,,,2002-06-27, +/games/boxart/full_dr-chaos_5AmericaFront.jpg,Dr. Chaos,NES,Adventure,FCI,Pony Canyon,,,,,,,1988-11-01, +/games/boxart/full_333613AmericaFrontccc.jpg,Dr. Seuss' The Cat in the Hat,PC,Adventure,VU Games,Digital Eclipse,,,,,,,2003-11-09, +/games/boxart/4302022ccc.jpg,Dr. Seuss' The Cat in the Hat,GBA,Adventure,VU Games,Digital Eclipse,3.9,,,,,,2003-11-05, +/games/boxart/default.jpg,Dr. Stop!,PC,Adventure,Alice Soft,Alice Soft,,,,,,,1990-01-01, +/games/boxart/3155994ccc.jpg,Draconus: Cult of the Wyrm,DC,Adventure,Crave Entertainment,Treyarch,7.2,,,,,,2000-02-28, +/games/boxart/5055280ccc.jpg,Dracula 3: The Path of the Dragon,PC,Adventure,Encore,Kheops Studio,,,,,,,2008-08-21, +/games/boxart/9676122ccc.jpg,Dracula Unleashed,SCD,Adventure,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_339267AmericaFrontccc.jpg,Dracula: The Last Sanctuary,PS,Adventure,DreamCatcher Interactive,Canal+ Multimedia,,,,,,,2002-05-06, +/games/boxart/full_3774555AmericaFrontccc.jpg,Dracula: The Last Sanctuary,PC,Adventure,DreamCatcher Interactive,Canal+ Multimedia,,,,,,,2001-02-11, +/games/boxart/full_5815711AmericaFrontccc.jpg,Dracula: The Resurrection,PC,Adventure,DreamCatcher Interactive,Canal+ Multimedia,,,,,,,2000-06-14, +/games/boxart/full_8870519AmericaFrontccc.png,Dragon City,PC,Adventure,Social Point,Social Point,,,,,,,2012-05-20, +/games/boxart/8328557ccc.jpg,Dragon Lore,PC,Adventure,Mindscape,Mindscape,,,,,,,1994-01-01, +/games/boxart/full_dragon-no-tiara_238JapanFront.jpg,Dragon no Tiara,PC,Adventure,Pinky Soft,Pinky Soft,,,,,,,1998-12-04, +/games/boxart/default.jpg,Dragon's Hoard,XBL,Adventure,Unknown,Artech Studios,,,,,,,, +/games/boxart/default.jpg,Dragon's Hoard,PSN,Adventure,Unknown,Artech Studios,,,,,,,, +/games/boxart/full_dragons-lair_800AmericaFront.jpg,Dragon's Lair,PSN,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-11-23, +/games/boxart/full_dragons-lair-psp_881AmericaFront.jpg,Dragon's Lair (PSP),PSN,Adventure,Digital Leisure Inc.,United Coders,,,,,,,2011-03-29, +/games/boxart/full_8476418PALFrontccc.jpg,Dragonsphere,PC,Adventure,Microprose,MicroProse,,,,,,,1994-01-01, +/games/boxart/full_9286445AmericaFrontccc.jpg,Drake & Josh,GBA,Adventure,THQ,Artificial Mind and Movement,,,,,,,2007-03-15, +/games/boxart/full_dream-chronicles_1AmericaFront.jpg,Dream Chronicles,XBL,Adventure,Hudson Soft,Hudson Soft,,,,,,,2010-10-20, +/games/boxart/full_dream-chronicles_748AmericaFront.jpg,Dream Chronicles,PSN,Adventure,Hudson Soft,Hudson Soft,,,,,,,2010-11-23, +/games/boxart/full_2080748AmericaFrontccc.jpg,Dream Chronicles,PC,Adventure,PlayFirst,KatGames,,,,,,,2007-05-31, +/games/boxart/7386292ccc.jpg,Dream Chronicles 2: The Eternal Maze,PC,Adventure,PlayFirst,KatGames,,,,,,,2008-04-07, +/games/boxart/full_2184454AmericaFrontccc.jpg,Dream Chronicles: The Chosen Child,PC,Adventure,PlayFirst,KatGames,,,,,,,2009-08-12, +/games/boxart/full_9680096JapanFrontccc.jpg,Dream Studio,DC,Adventure,Sega,Imagination Science,,,,,,,2000-11-09, +/games/boxart/full_8951210AmericaFrontccc.jpg,Dreamfall: The Longest Journey,XBL,Adventure,Aspyr,Funcom,,,,,,,2008-03-24, +/games/boxart/full_997205JapanFrontccc.jpg,DS Dengeki Bunko: Inukami! feat. Animation,DS,Adventure,Media Works,Media Works,,,,,,,2006-12-07, +/games/boxart/full_8930683JapanFrontccc.jpg,"DS Dengeki Bunko: Iria no Sora, UFO no Natsu",DS,Adventure,Media Works,Media Works,,,,,,,2007-01-11, +/games/boxart/full_3984500JapanFrontccc.jpg,"DS Dengeki Bunko: Iria no Sora, UFO no Natsu I-II",DS,Adventure,Media Works,Media Works,,,,,,,2007-10-25, +/games/boxart/full_4636546JapanFrontccc.jpg,"DS Dengeki Bunko: Iria no Sora, UFO no Natsu II",DS,Adventure,Media Works,Media Works,,,,,,,2007-10-25, +/games/boxart/full_9830412JapanFrontccc.jpg,DS Toukemuri Suspense Series: Free Writer Touyako,DS,Adventure,Zenrin,Zenrin,,,,,,,2008-04-24, +/games/boxart/full_5927928JapanFrontccc.jpg,Duel Masters 2: Kirifuda Shoubu Version,GBA,Adventure,Takara,Takara,,,,,,,2004-07-22, +/games/boxart/default.jpg,Dungeon,PC,Adventure,Unknown,Infocom,,,,,,,1987-09-25, +/games/boxart/full_durarara-3-way-standoff_3JapanFront.jpg,Durarara!! 3-way Standoff,PSN,Adventure,ASCII Media Works,ASCII Media Works,,,,,,,2010-09-22, +/games/boxart/1327358ccc.gif,Dust: A Tale of the Wired West,PC,Adventure,GTE Entertainment,Cyberflix/GTE Entertainment,,,,,,,1995-06-30, +/games/boxart/default.jpg,DynamiTracer (Satellaview),SNES,Adventure,Square,Square,,,,,,,1996-01-01, +/games/boxart/default.jpg,Dyscourse,Linux,Adventure,Owlchemy Labs,Owlchemy Labs,,,,,,,2015-03-25, +/games/boxart/default.jpg,Dyscourse,PC,Adventure,Owlchemy Labs,Owlchemy Labs,,,,,,,2015-03-25, +/games/boxart/default.jpg,Dyscourse,OSX,Adventure,Owlchemy Labs,Owlchemy Labs,,,,,,,2015-03-25, +/games/boxart/full_et-interplanetary-mission_907AmericaFront.jpg,E.T. Interplanetary Mission,PC,Adventure,Ubisoft,NewKidCo,,,,,,,2002-03-27, +/games/boxart/full_2001909AmericaFrontccc.jpg,E0: Enemy Zero,PC,Adventure,Sega,Warp,,,,,,,1998-11-01, +/games/boxart/default.jpg,Eamon,PC,Adventure,Unknown,PC-SIG,,,,,,,1988-01-01, +/games/boxart/full_9031058AmericaFrontccc.jpg,Earthrise,PC,Adventure,Interstel,Interstel,,,,,,,1991-01-01, +/games/boxart/full_ecco-jr_761AmericaFront.jpg,Ecco Jr.,PC,Adventure,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/1705931ccc.jpg,Ecco Jr.,GEN,Adventure,Sega,Novotrade International,,,,,,,1995-01-01, +/games/boxart/9082662ccc.jpg,Ecco Jr.,VC,Adventure,Sega,Novotrade International,,,,,,,2007-11-26, +/games/boxart/8517422ccc.jpg,Ecco the Dolphin,PC,Adventure,Sega,Novotrade International,,,,,,,1996-01-01, +/games/boxart/full_625239AmericaFrontccc.jpg,Ecco the Dolphin,SCD,Adventure,Sega,Novotrade International,,,,,,,1993-01-01, +/games/boxart/full_8341865AmericaFrontccc.jpg,Ecco the Dolphin,GG,Adventure,Sega,Novotrade International,,,,,,,1994-01-01, +/games/boxart/full_3245848AmericaFrontccc.jpg,Ecco the Dolphin,XBL,Adventure,Sega,Backbone Entertainment,,,,,,,2007-08-15, +/games/boxart/full_5405263PALFrontccc.jpg,Ecco the Dolphin,MS,Adventure,Sega,Novotrade International,,,,,,,1993-01-01, +/games/boxart/full_6629273AmericaFrontccc.jpg,Ecco the Dolphin,VC,Adventure,Sega,Novotrade International,6.3,,,,,,2006-11-28, +/games/boxart/full_ecco-the-dolphin-genesis_133AmericaFront.jpg,Ecco the Dolphin (Genesis),PC,Adventure,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/8445852ccc.jpg,Ecco the Dolphin: Defender of the Future,DC,Adventure,Sega,Appaloosa Interactive,8.6,,,,,,2000-09-10, +/games/boxart/full_9762013AmericaFrontccc.jpg,Ecco: The Tides of Time,GG,Adventure,Sega,Novotrade International,,,,,,,1995-01-01, +/games/boxart/default.jpg,Ecco: The Tides of Time,MS,Adventure,Tec Toy,Novotrade International,,,,,,,1996-01-01, +/games/boxart/3253684ccc.jpg,Ecco: The Tides of Time,SCD,Adventure,Sega,Novotrade International,,,,,,,1994-01-01, +/games/boxart/7629597ccc.gif,Ecco: The Tides of Time,VC,Adventure,Sega,Novotrade International,,,,,,,2007-07-02, +/games/boxart/full_ecco-the-dolphin-2_597AmericaFront.jpg,Ecco: The Tides of Time,PC,Adventure,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_7034440JapanFrontccc.jpg,Echo Night,PSN,Adventure,From Software,From Software,,,,,,,2007-08-30, +/games/boxart/full_5232598JapanFrontccc.jpg,Echo Night 2,PSN,Adventure,From Software,From Liquid Mirror Software,,,,,,,2007-10-09, +/games/boxart/full_2540692JapanFrontccc.jpg,Echo Night 2,PS,Adventure,From Software,From Liquid Mirror Software,,,,,,,1999-08-05, +/games/boxart/full_3398580AmericaFrontccc.jpg,Echo of the Wilds,PC,Adventure,Unknown,Unknown,,,,,,,2014-06-10, +/games/boxart/1202274ccc.jpg,EcoQuest 2: Lost Secret of the Rainforest,PC,Adventure,Unknown,"Sierra On-Line, Inc.",,,,,,,, +/games/boxart/8396464ccc.jpg,EcoQuest: The Search for Cetus,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-01-01, +/games/boxart/full_2946181PALFrontccc.jpg,Egypt 1156 B.C.: Tomb of the Pharaoh,PS,Adventure,Canal+ Multimedia,Cryo Interactive,,,,,,,2000-01-01, +/games/boxart/full_8724565PALFrontccc.jpg,Egypt II: The Heliopolis Prophecy,PS,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,2001-10-05, +/games/boxart/full_97594PALFrontccc.jpg,Egypt II: The Heliopolis Prophecy,PC,Adventure,DreamCatcher Interactive,Cryo Interactive,,,,,,,2000-01-01, +/games/boxart/full_9145231AmericaFrontccc.jpg,Eidolon,PC,Adventure,Ice Water Games,Ice Water Games,,,,,,,2014-08-01, +/games/boxart/full_eien-no-aseria-special-edition_798JapanFront.jpg,Eien no Aseria: The Spirit of Eternity Sword Special Edition,PC,Adventure,Xuse,Xuse,,,,,,,2011-03-31, +/games/boxart/full_eien-no-etheria-the-spirit-of-eternity-sword_682JapanFront.jpg,Eien no Etheria: The Spirit of Eternity Sword,PC,Adventure,Xuse,Xuse,,,,,,,2003-11-28, +/games/boxart/default.jpg,El Capitán Trueno: en la Montaña de los Suspiros,PC,Adventure,Unknown,"Zeta Multimedia, S.A.",,,,,,,, +/games/boxart/full_3966956JapanFrontccc.jpg,Elemix!,GBA,Adventure,Sims,SIMS,,,,,,,2003-01-03, +/games/boxart/1553271ccc.jpg,Elvira II: The Jaws of Cerberus,PC,Adventure,Accolade,Horrorsoft,,,,,,,1991-01-01, +/games/boxart/full_elvira-mistress-of-the-dark_89AmericaFront.jpg,Elvira: Mistress of the Dark,PC,Adventure,Accolade,Horrorsoft,,,,,,,1990-01-01, +/games/boxart/full_1117393JapanFrontccc.jpg,Elysion,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2002-07-25, +/games/boxart/full_emerald-city-confidential_23AmericaFront.jpg,Emerald City Confidential,PC,Adventure,PlayFirst,Wadjet Eye Games,,,,,,,2009-02-19, +/games/boxart/full_3516697JapanFrontccc.jpg,EMIT Vol.1: Toki no Maigo,SNES,Adventure,KOEI,Koei,,,,,,,1995-03-25, +/games/boxart/full_6987575JapanFrontccc.jpg,EMIT Vol.1: Toki no Maigo,3DO,Adventure,KOEI,Koei,,,,,,,1995-04-14, +/games/boxart/full_3495216JapanFrontccc.jpg,EMIT Vol.1: Toki no Maigo,SAT,Adventure,KOEI,Koei,,,,,,,1995-03-25, +/games/boxart/full_2114737JapanFrontccc.jpg,EMIT Vol.2: Meigake no Tabi,3DO,Adventure,KOEI,Koei,,,,,,,1995-07-14, +/games/boxart/full_351473JapanFrontccc.jpg,EMIT Vol.2: Meigake no Tabi,SAT,Adventure,KOEI,Koei,,,,,,,1995-04-01, +/games/boxart/full_6240357JapanFrontccc.jpg,EMIT Vol.2: Meigake no Tabi,SNES,Adventure,KOEI,Koei,,,,,,,1995-03-25, +/games/boxart/full_1715260JapanFrontccc.jpg,EMIT Vol.3: Watashi ni Sayonara o,3DO,Adventure,KOEI,Koei,,,,,,,1995-09-14, +/games/boxart/full_1559723JapanFrontccc.jpg,EMIT Vol.3: Watashi ni Sayonara o,SAT,Adventure,KOEI,Koei,,,,,,,1995-04-01, +/games/boxart/full_5719410JapanFrontccc.jpg,EMIT Vol.3: Watashi ni Sayonara o,SNES,Adventure,KOEI,Koei,,,,,,,1995-03-25, +/games/boxart/full_6734553JapanFrontccc.jpg,EMIT: Value Set,SAT,Adventure,KOEI,Koei,,,,,,,1995-12-15, +/games/boxart/full_4338403JapanFrontccc.jpg,EMIT: Value Set,PS,Adventure,KOEI,Koei,,,,,,,1995-09-29, +/games/boxart/full_3893883JapanFrontccc.jpg,EMIT: Value Set,SNES,Adventure,KOEI,Koei,,,,,,,1995-12-15, +/games/boxart/9861570ccc.jpg,Emma in the Mountains,DS,Adventure,Aspyr,Nobilis,,,,,,,2008-12-03, +/games/boxart/full_emmanuelle-a-game-of-eroticism_423PALFront.jpg,Emmanuelle: A Game of Eroticism,PC,Adventure,Unknown,"Coktel Vision, Inférence, MDO",,,,,,,1989-01-01, +/games/boxart/3954842ccc.jpg,Enchanted Fairy Friends: Secret of the Fairy Queen,PC,Adventure,ValuSoft,ValuSoft,,,,,,,2008-10-13, +/games/boxart/7101272ccc.jpg,Enclave,PC,Adventure,VU Games,Starbreeze Studios,,,,,,,2003-03-10, +/games/boxart/default.jpg,Enigmatis 2: The Mists of Ravenwood,Linux,Adventure,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2013-09-25,2018-09-10 +/games/boxart/default.jpg,Enigmatis 2: The Mists of Ravenwood,OSX,Adventure,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2013-09-25,2018-09-10 +/games/boxart/default.jpg,Enigmatis 2: The Mists of Ravenwood,PC,Adventure,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2013-09-25,2018-09-10 +/games/boxart/full_5189099JapanFrontccc.jpg,Erde: Nezu no Izuki no Shita de,DC,Adventure,KID,KID,,,,,,,2003-08-07, +/games/boxart/3952038ccc.jpg,Eric the Unready,PC,Adventure,Legend Entertainment,Legend Entertainment Company,,,,,,,1993-01-01, +/games/boxart/full_1487437JapanFrontccc.jpg,Erika to Satoru no Yume Bouken,NES,Adventure,Namco,Namco,,,,,,,1988-09-27, +/games/boxart/5997757ccc.jpg,Escape From Monkey Island,PC,Adventure,LucasArts,LucasArts,,,,,,,2000-11-08, +/games/boxart/default.jpg,Escape Quest,And,Adventure,Unknown,Unknown,,,,,,,2014-07-30, +/games/boxart/full_escape-rosecliff-island_509AmericaFront.jpg,Escape Rosecliff Island,PC,Adventure,PopCap Games,SpinTop Games,,,,,,,2009-03-03, +/games/boxart/full_escape-trick-the-secret-of-rock-city-prison_270AmericaFront.jpg,Escape Trick: The Secret of Rock City Prison,DSiW,Adventure,Unknown,Intense,,,,,,,2011-04-11, +/games/boxart/full_3768194AmericaFrontccc.jpg,Escapee GO!,DSiW,Adventure,Gevo Entertainment,Gevo Entertainment,,,,,,,2010-01-25, +/games/boxart/full_esoterica-america_881AmericaFront.jpg,Esoterica America,XBL,Adventure,Microsoft,V7 Entertainment Inc.,,,,,,,2011-06-03, +/games/boxart/full_eternal-etude-canvas-4_686JapanFront.jpg,Eternal Etude: Canvas 4,PSP,Adventure,GN Software,GN Software,,,,,,,2011-11-23, +/games/boxart/full_7278332PALFrontccc.jpg,Ether One,PC,Adventure,White Paper Games,White Paper Games,,,,,,,2014-03-25,2018-11-22 +/games/boxart/full_7497297AmericaFrontccc.jpg,Ether One,PS4,Adventure,Soedesco,White Paper Games,,,,,,,2016-04-08,2018-11-22 +/games/boxart/full_5319844JapanFrontccc.jpg,EVE The Fatal Attraction,PS,Adventure,NetVillage,C's Ware,,,,,,,2001-09-27, +/games/boxart/full_6053619JapanFrontccc.jpg,EVE the First: burst error,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-03-25, +/games/boxart/full_5068713JapanFrontccc.jpg,Eve Zero,PS,Adventure,NetVillage,NetVillage,,,,,,,2000-03-30, +/games/boxart/default.jpg,Eve Zero: Ark of the Matter,PC,Adventure,C's Ware,C's Ware,,,,,,,2000-06-23, +/games/boxart/full_3076199JapanFrontccc.jpg,Eve Zero: The Ark of the Matter,DC,Adventure,NetVillage,NetVillage,,,,,,,2001-03-22, +/games/boxart/full_3428964AmericaFrontccc.jpg,EVE: burst error,PC,Adventure,Himeya,C's Ware,,,,,,,1999-01-01, +/games/boxart/full_1632849JapanFrontccc.jpg,EVE: burst error Plus,PS2,Adventure,Game Village,GameVillage,,,,,,,2003-07-24, +/games/boxart/full_2947679AmericaFrontccc.jpg,Ever17 〜out of infinity〜,PC,Adventure,Hirameki International Group,KID Corporation,,,,,,,2005-12-20, +/games/boxart/full_5388116JapanFrontccc.jpg,Ever17 〜the out of infinity〜,PS2,Adventure,KID,KID Corporation,,,,,,,2002-08-29, +/games/boxart/full_9861098JapanFrontccc.jpg,Ever17 〜the out of infinity〜,DC,Adventure,KID,KID Corporation,,,,,,,2002-08-29, +/games/boxart/full_ever17-amp12316the-out-of-infinityamp12316-premium-edition_10JapanFront.jpg,Ever17 〜the out of infinity〜 Premium Edition,PSN,Adventure,CyberFront,KID Corporation,,,,,,,2009-12-10, +/games/boxart/full_4659925PALFrontccc.jpg,EverBlue,PS2,Adventure,Capcom,Arika,,,,,,,2002-04-26, +/games/boxart/8800819ccc.jpg,everGirl,PC,Adventure,THQ,THQ,,,,,,,2004-10-11, +/games/boxart/full_evergreen-avenue_5JapanFront.jpg,Evergreen Avenue,PS,Adventure,Datam Polystar,MediaWorks,,,,,,,2001-09-13, +/games/boxart/full_evergreen-avenue_6JapanFront.jpg,Evergreen Avenue,PSN,Adventure,Datam Polystar,MediaWorks,,,,,,,2010-08-25, +/games/boxart/full_2612518AmericaFrontccc.jpg,Everlight of Magic & Power,PC,Adventure,DreamCatcher Interactive,Silver Style Entertainment,,,,,,,2008-10-07, +/games/boxart/full_7181904AmericaFrontccc.jpg,Everybody's Gone to the Rapture,PS4,Adventure,Sony Computer Entertainment,The Chinese Room,,,,,,,2015-08-11,2018-09-14 +/games/boxart/8942788ccc.jpg,Evidence: The Last Ritual,PC,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2006-10-16, +/games/boxart/full_evil-days-of-luckless-john_587PALFront.jpg,Evil Days of Luckless John,PC,Adventure,Playlogic Game Factory,Centauri Production,,,,,,,2006-08-17, +/games/boxart/full_4909633AmericaFrontccc.jpg,Evil Dead: Hail to the King,DC,Adventure,THQ,Heavy Iron Studios,5.1,,,,,,2000-12-17, +/games/boxart/full_6007785AmericaFrontccc.jpg,Evil Dead: Hail to the King,PC,Adventure,THQ,Heavy Iron Studios,,,,,,,2001-03-27, +/games/boxart/full_3931958PALFrontccc.jpg,Evil Pumpkin: The Lost Halloween,Linux,Adventure,Two Desperados,Two Desperados,,,,,,,2014-07-11,2018-08-07 +/games/boxart/full_1082526PALFrontccc.jpg,Evil Pumpkin: The Lost Halloween,PC,Adventure,Two Desperados,Two Desperados,,,,,,,2014-07-11,2018-08-07 +/games/boxart/full_4759439PALFrontccc.jpg,Evil Pumpkin: The Lost Halloween,OSX,Adventure,Two Desperados,Two Desperados,,,,,,,2014-07-11,2018-08-07 +/games/boxart/full_exodus-guilty_117JapanFront.jpg,Exodus Guilty,PS,Adventure,Imadio,Abel Software,,,,,,,1998-11-26, +/games/boxart/full_exodus-guilty-alternative_635JapanFront.jpg,Exodus Guilty Alternative,PC,Adventure,Abel,Abel Software,,,,,,,2002-12-05, +/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,PSV,Adventure,Kwan,Kwan,,,,,,,2015-01-01, +/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,And,Adventure,Kwan,Kwan,,,,,,,2015-01-01, +/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,OSX,Adventure,Kwan,Kwan,,,,,,,2015-01-01, +/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,Linux,Adventure,Kwan,Kwan,,,,,,,2015-01-01, +/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,PC,Adventure,Kwan,Kwan,,,,,,,2015-01-01, +/games/boxart/default.jpg,Eyedentify,PS3,Adventure,Unknown,SCEE,,,,,,,, +/games/boxart/default.jpg,F.O.R.T.U.N.E.: Hoshi no Furi Sosogu Oka,WW,Adventure,Cybird,CYBIRD,,,,,,,2009-09-15, +/games/boxart/6908236ccc.jpg,Fahrenheit,SCD,Adventure,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_823802AmericaFrontccc.jpg,Fall of the New Age,PC,Adventure,Playrix,Cyber Planet Interactive,,,,,,,2014-01-03, +/games/boxart/full_5066425JapanFrontccc.jpg,Famicom Bunko: Hajimari no Mori,SNES,Adventure,Nintendo,Pax Softonica,,,,,,,1999-07-01, +/games/boxart/full_9099147JapanFrontccc.jpg,Famicom Mukashi Banashi: Shin Oniga Shima - Kouhen (FDS),NES,Adventure,Nintendo,Pax Softonica,,,,,,,1987-09-30, +/games/boxart/full_5365609JapanFrontccc.jpg,Famicom Mukashi Banashi: Shin Oniga Shima - Zenpen (FDS),NES,Adventure,Nintendo,Pax Softonica,,,,,,,1987-09-04, +/games/boxart/full_famicom-mukashi-banashi-yuuyuuki-kouhen-fds_973JapanFront.jpg,Famicom Mukashi Banashi: Yuuyuuki - Kouhen (FDS),NES,Adventure,Nintendo,Pax Softnica,,,,,,,1989-11-14, +/games/boxart/full_famicom-mukashi-banashi-yuuyuuki-zenpen_509JapanFront.jpg,Famicom Mukashi Banashi: Yuuyuuki - Zenpen (FDS),NES,Adventure,Nintendo,Pax Softnica,,,,,,,1989-10-14, +/games/boxart/full_1126440JapanFrontccc.jpeg,Famicom Tantei Club Part II,SNES,Adventure,Nintendo,Nintendo,,,,,,,1998-04-01, +/games/boxart/full_1658355JapanFrontccc.jpg,Famicom Tantei Club Part II: Ushiro ni Tatsu Shoujo,VC,Adventure,Nintendo,Nintendo,,,,,,,2008-04-30, +/games/boxart/full_4782033JapanFrontccc.jpg,Famicom Tantei Club Part II: Ushiro ni Tatsu Shoujo (FDS),NES,Adventure,Nintendo,Nintendo,,,,,,,1989-05-23,2018-08-29 +/games/boxart/full_6166661JapanFrontccc.jpeg,Famicom Tantei Club Part II: Ushiro ni Tatsu Shoujo (Zenkouhen),VC,Adventure,Nintendo,Nintendo,,,,,,,2009-12-22,2018-08-29 +/games/boxart/full_8544803JapanFrontccc.jpg,Famicom Tantei Club: Kieta Koukeisha,VC,Adventure,Nintendo,Nintendo,,,,,,,2007-10-16, +/games/boxart/full_4309921JapanFrontccc.jpg,Famicom Tantei Club: Kieta Koukeisha (FDS),NES,Adventure,Nintendo,Nintendo,,,,,,,1988-04-27,2018-08-29 +/games/boxart/9672871ccc.jpg,Family Guy,XB,Adventure,2K Games,High Voltage Software,,,,,,,2006-10-16, +/games/boxart/3558915ccc.jpg,Family Guy,PS2,Adventure,2K Games,High Voltage Software,,,,,,,2006-10-16, +/games/boxart/full_1641731PALFrontccc.jpg,Famous,DS,Adventure,Nobilis,Artefacts Studios,,,,,,,2010-06-18, +/games/boxart/full_fanatica_923JapanFront.jpg,Fanatica,PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2004-11-04, +/games/boxart/full_9538942AmericaFrontccc.jpg,Fantastic Dizzy,GEN,Adventure,Codemasters,Codemasters,,,,,,,1993-01-01, +/games/boxart/full_fantastic-dizzy_6PALFront.jpg,Fantastic Dizzy,PC,Adventure,Codemasters,Codemasters,,,,,,,1994-01-01, +/games/boxart/5204346ccc.jpg,Fantastic Dizzy,GG,Adventure,Codemasters,Codemasters,,,,,,,1993-01-01, +/games/boxart/full_fantastic-dizzy_0PALFront.jpg,Fantastic Dizzy,MS,Adventure,Codemasters,Codemasters,,,,,,,1993-01-01, +/games/boxart/full_6611872JapanFrontccc.jpg,Fantasy Tap,PS,Adventure,Jaleco,Jaleco Entertainment,,,,,,,1997-04-25, +/games/boxart/full_4295584AmericaFrontccc.jpg,Fatale: Exploring Salome,PC,Adventure,Tale of Tales,Tale of Tales,7,,,,,,2009-10-05, +/games/boxart/full_192596JapanFrontccc.jpg,Fate/Stay Night,PC,Adventure,Type-Moon,Type-Moon,,,,,,,2004-01-30, +/games/boxart/full_favorite-dear_2JapanFront.jpg,Favorite Dear,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,1999-02-25, +/games/boxart/full_favorite-dear-enkan-no-monogatari_9JapanFront.jpg,Favorite Dear: Enkan no Monogatari,PSN,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2010-10-27, +/games/boxart/full_favorite-dear-enkan-no-monogatari_955JapanFront.jpg,Favorite Dear: Enkan no Monogatari,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-09-27, +/games/boxart/full_favorite-dear-junshiro-no-yogenmono_1JapanFront.jpg,Favorite Dear: Junshiro no Yogenmono,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2000-12-07, +/games/boxart/full_favorite-dear-junshiro-no-yogenmono_945JapanFront.jpg,Favorite Dear: Junshiro no Yogenmono,PSN,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2010-11-24, +/games/boxart/full_fenimore-fillmore-the-westerner_8AmericaFront.jpg,"Fenimore Fillmore ""The Westerner""",WW,Adventure,Unknown,Revistronic,,,,,,,2010-09-06, +/games/boxart/full_fight-ippatsu-juden-chan-cc_2JapanFront.jpg,Fight Ippatsu! Juden-Chan!! CC,PSN,Adventure,Russel,Russel,,,,,,,2010-07-22, +/games/boxart/full_3927539JapanFrontccc.jpg,Fight Ippatsu! Juden-Chan!! CC,PSP,Adventure,Russel,Russel,,,,,,,2010-05-27, +/games/boxart/default.jpg,Fight Ippatsu! Juuden-chan!! CC,PSP,Adventure,Russel,Russell,,,,,,,2010-04-29, +/games/boxart/full_film-noir_421JapanFront.jpg,Film Noir,PC,Adventure,Sophia,Sophia,,,,,,,1999-12-10, +/games/boxart/full_2387500JapanFrontccc.jpg,Final Approach,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2004-10-07, +/games/boxart/full_6522976JapanFrontccc.jpg,Fire Woman Matoigumi,PCFX,Adventure,NEC,NEC,,,,,,,1996-12-20, +/games/boxart/full_1790763AmericaFrontccc.jpeg,Firewatch,PS4,Adventure,Campo Santo,Campo Santo,8.2,,,,,,2016-02-09,2018-04-08 +/games/boxart/485661ccc.jpg,Fire´n Ice,NES,Adventure,Tecmo,Tecmo,,,,,,,1993-03-01, +/games/boxart/full_3634020JapanFrontccc.jpg,First Kiss * Monogatari,PCFX,Adventure,HuneX,HuneX,,,,,,,1998-04-27, +/games/boxart/full_3604618JapanFrontccc.jpg,First Kiss * Monogatari 2,DC,Adventure,Broccoli,Broccoli,,,,,,,2002-08-08, +/games/boxart/full_2121796AmericaFrontccc.jpg,Five Nights at Freddy's,PC,Adventure,Scott Cawthon,Scott Cawthon,,,,,,,2014-08-18,2018-03-25 +/games/boxart/full_1629463AmericaFrontccc.jpg,Flight of the Amazon Queen,PC,Adventure,Renegade,Interactive Binary Illusions,,,,,,,1995-01-01, +/games/boxart/full_5298520AmericaFrontccc.jpg,flower,PSV,Adventure,Sony Computer Entertainment America,Bluepoint Games,,,,,,,2013-11-12,2018-09-23 +/games/boxart/full_flower_3AmericaFront.jpg,flower,PSN,Adventure,Sony Computer Entertainment,thatgamecompany,8.8,,,,,,2009-02-12, +/games/boxart/full_7009572AmericaFrontccc.jpg,flower,PS4,Adventure,Sony Computer Entertainment,thatgamecompany,8.8,,,,,,2013-11-15,2018-09-23 +/games/boxart/full_6581082AmericaFrontccc.jpg,Flower Shop: Winter In Fairbrook,PC,Adventure,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2011-11-23, +/games/boxart/full_8188088AmericaFrontccc.jpg,Flower Shop: Winter In Fairbrook,Linux,Adventure,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2011-11-23, +/games/boxart/full_3156149AmericaFrontccc.jpg,Flower Shop: Winter In Fairbrook,OSX,Adventure,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2014-02-04, +/games/boxart/full_5668008AmericaFrontccc.jpg,FlowerWorks,WW,Adventure,Nocturnal Entertainment,Nocturnal Entertainment Australia,7,,,,,,2009-12-07, +/games/boxart/full_8729184AmericaFrontccc.jpg,FlowerWorks,PC,Adventure,Unknown,Nocturnal Entertainment Australia,,,,,,,, +/games/boxart/full_7344275AmericaFrontccc.png,Fluidity: Spin Cycle,3DS,Adventure,Nintendo,Curve Studios,,,,,,,2012-12-27,2018-08-31 +/games/boxart/full_flying-dragon-the-secret-scroll_2AmericaFront.jpg,Flying Dragon: The Secret Scroll,NES,Adventure,Culture Brain,Culture Brain,,,,,,,1989-08-01, +/games/boxart/full_9398350JapanFrontccc.jpg,For Symphony: With All One's Heart,DC,Adventure,Takuyo,Takuyo,,,,,,,2003-07-31, +/games/boxart/579496ccc.jpg,Forever Worlds,PC,Adventure,The Adventure Company,Hexagon Entertainment,,,,,,,2004-04-05, +/games/boxart/full_1064185AmericaFrontccc.jpg,Fort Zombie,PC,Adventure,Unknown,Kerberos Productions,,,,,,,, +/games/boxart/full_fortune-arterial_8JapanFront.jpg,Fortune Arterial,PC,Adventure,Unknown,August,,,,,,,2008-01-25, +/games/boxart/default.jpg,Fortune Arterial: Akai Yakusoku,PS3,Adventure,Unknown,August,,,,,,,, +/games/boxart/default.jpg,Fortune Arterial: Iori no Yabou,PSP,Adventure,Unknown,August,,,,,,,, +/games/boxart/full_1266375JapanFrontccc.jpg,Fragments Blue,PS2,Adventure,Kadokawa Shoten,SilverBullet,,,,,,,2006-01-19, +/games/boxart/full_9839289JapanFrontccc.jpg,Fragrance Tale,DC,Adventure,Takuyo,Takuyo,,,,,,,2001-07-26, +/games/boxart/full_frank-herberts-dune_6AmericaFront.jpg,Frank Herbert's Dune,PC,Adventure,DreamCatcher Interactive,WideScreen Games,,,,,,,2001-12-14, +/games/boxart/full_3915005PALFrontccc.jpg,Frank Herbert's Dune,PS2,Adventure,Cryo Interactive,WideScreen Games,,,,,,,2001-01-01, +/games/boxart/full_2952959AmericaFrontccc.jpg,Freddi Fish 2: The Case of the Haunted Schoolhouse,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1996-08-29, +/games/boxart/full_8174323AmericaFrontccc.jpg,Freddi Fish 3: The Case of the Stolen Conch Shell,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1998-03-02, +/games/boxart/full_5883796AmericaFrontccc.jpg,Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1999-01-01, +/games/boxart/full_52171AmericaFrontccc.jpg,Freddi Fish 5: The Case of the Creature of Coral Cove,PC,Adventure,Infogrames,Humongous Entertainment,,,,,,,2001-01-01, +/games/boxart/full_7670863AmericaFrontccc.jpg,Freddi Fish and the Case of the Missing Kelp Seeds,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1994-01-01, +/games/boxart/4996564ccc.jpg,Freddy Pharkas: Frontier Pharmacist,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1993-01-01, +/games/boxart/full_8621550AmericaFrontccc.jpg,Frederik Pohl's Gateway,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1992-01-01, +/games/boxart/full_7458975JapanFrontccc.jpg,Friends: Seishun no Kagayaki,SAT,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,1999-04-29, +/games/boxart/full_8791816JapanFrontccc.jpg,Friends: Seishun no Kagayaki,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-09-30, +/games/boxart/full_from-dust_413AmericaFront.jpg,From Dust,XBL,Adventure,Ubisoft,Ubisoft Montpellier,8,,,,,,2011-07-27, +/games/boxart/full_from-dust_563AmericaFront.jpg,From Dust,PSN,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2011-09-13, +/games/boxart/full_9075925JapanFrontccc.jpg,From TV Animation One Piece: Mezase Kaizokuou!,WS,Adventure,Bandai,Bandai,,,,,,,2000-07-19, +/games/boxart/default.jpg,Fuck Quest,PC,Adventure,Unknown,Richard Eter,,,,,,,1998-09-16, +/games/boxart/default.jpg,Fukakutei Sekai no Tantei Shinshi,PC,Adventure,Unknown,Digi Anime Coporation,,,,,,,2000-04-21, +/games/boxart/full_fukakutei-sekai-no-tantei-shinshi-hard-core_993JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi Hard Core!,PC,Adventure,Unknown,Digi Anime Coporation,,,,,,,2001-08-03, +/games/boxart/full_fukakutei-sekai-no-tantei-shinshi-origin_6JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi Origin!,PC,Adventure,Abel,Abel Software,,,,,,,2009-03-27, +/games/boxart/full_fukakutei-sekai-no-tantei-shinshi-rebirth_372JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi Rebirth!,PC,Adventure,Abel,Abel Software,,,,,,,2004-05-28, +/games/boxart/full_tantei-shinshi-super-value-pack_790JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi: Super Value Pack,PC,Adventure,Abel,Abel Software,,,,,,,2004-05-28, +/games/boxart/full_fukushuu-no-megami-nemesis_367JapanFront.jpg,Fukushuu no Megami: Nemesis,PC,Adventure,Pallet,Pallet,,,,,,,2003-04-25, +/games/boxart/full_6710800JapanFrontccc.jpg,Full House Kiss,PS2,Adventure,Capcom,Tenky,,,,,,,2004-07-22, +/games/boxart/full_1220873JapanFrontccc.jpg,Fullmetal Alchemist: Daughter of the Dusk,Wii,Adventure,Square Enix,Square Enix,,,,,,,2009-12-10, +/games/boxart/full_8072354JapanFrontccc.jpg,Fushigi no Umi Nadia: The Secret of Blue Water,PCE,Adventure,Hudson Soft,Hudson Soft,,,,,,,1993-01-29, +/games/boxart/full_504630JapanFrontccc.jpg,Fushigi no Umi no Nadia: Inherit the Blue Water,PS2,Adventure,GeneX,GeneX,,,,,,,2005-09-22, +/games/boxart/full_2851341JapanFrontccc.jpg,Futari wa PreCure: Arienai! Yume no Kuni ha Daimeikyuu,GBA,Adventure,Bandai,Bandai,,,,,,,2004-12-09, +/games/boxart/full_fuuraiki_734JapanFront.jpg,Fuuraiki,PS,Adventure,Fog,FOG (Full On Games),,,,,,,2001-01-18, +/games/boxart/full_fuuraiki_463JapanFront.jpg,Fuuraiki,PS2,Adventure,Fog,FOG (Full On Games),,,,,,,2006-09-28, +/games/boxart/full_fuuraiki_573JapanFront.jpg,Fuuraiki,PSN,Adventure,Fog,FOG (Full On Games),,,,,,,2011-03-25, +/games/boxart/full_fuuraiki-2_403JapanFront.jpg,Fuuraiki 2,PS2,Adventure,Fog,FOG (Full On Games),,,,,,,2005-11-10, +/games/boxart/full_9321046JapanFrontccc.jpg,Fuyu no Sonata DS,DS,Adventure,D3 Publisher,D3 Publisher,,,,,,,2009-12-17, +/games/boxart/full_ga-geijutsuka-art-design-class-slapstick-wonder-land_4JapanFront.jpg,GA - Geijutsuka Art Design Class: Slapstick Wonder Land,PSN,Adventure,Russel,Russel,,,,,,,2010-07-29, +/games/boxart/7218749ccc.jpg,"Gabriel Knight 3: Blood of the Sacred, Blood of the Damned",PC,Adventure,Sierra Entertainment,Sierra Entertainment,6.7,,,,,,1999-10-05, +/games/boxart/5484252ccc.jpg,Gabriel Knight: Sins of the Fathers,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, +/games/boxart/full_2365167JapanFrontccc.jpg,Gakkou Deatta Kowai Hanashi,PS,Adventure,Banpresto,Banpresto,,,,,,,1996-07-19, +/games/boxart/full_7569316JapanFrontccc.jpg,Gakkou no Kaidan,SAT,Adventure,Sega,Sega,,,,,,,1995-07-14, +/games/boxart/full_4272620JapanFrontccc.jpg,Gakkou no Kaidan DS,DS,Adventure,Idea Factory,Compile Heart,,,,,,,2008-07-17, +/games/boxart/full_5940807JapanFrontccc.jpg,Gakkou no Kaidan: Hyakuyoubako no Fuuin,GBA,Adventure,TDK Core,TDK Core,,,,,,,2004-07-22, +/games/boxart/full_7573465JapanFrontccc.jpg,Gakkou no Kowai Usawa: Hanako-chan ga Kite!!,3DO,Adventure,Amuse,Amuse,,,,,,,1995-08-11, +/games/boxart/full_9821122JapanFrontccc.jpg,Gakkou no Kowai Uwasa: Hanako-San ga Kita!!,SAT,Adventure,Capcom,Capcom,,,,,,,1995-08-11, +/games/boxart/full_8383556JapanFrontccc.jpg,Gakkou no Kowai Uwasa: Hanako-San ga Kita!!,DS,Adventure,Arc System Works,WorkJam,,,,,,,2008-08-07, +/games/boxart/full_5597875JapanFrontccc.jpg,Gakkou no Kowai Uwasa: Hanako-San ga Kita!!,PS,Adventure,Capcom,Capcom,,,,,,,1995-08-11, +/games/boxart/default.jpg,Gakkou no Yarashii Kaidan,PC,Adventure,TinkerBell,TinkerBell,,,,,,,2009-03-19, +/games/boxart/full_34961JapanFrontccc.jpg,Gakuen Alice: DokiDoki * Fushigi Taiken,GBA,Adventure,Kids Station,Rokumendo,,,,,,,2004-11-18, +/games/boxart/full_7478550JapanFrontccc.jpg,Gakuen Heaven: Boy's Love Scramble!,PS2,Adventure,NEC Interchannel,Visual Arts,,,,,,,2003-11-27, +/games/boxart/full_4840141JapanFrontccc.jpg,Gakuen Heaven: Boy's Love Scramble!,PSP,Adventure,NEC Interchannel,Visual Arts,,,,,,,2009-11-26, +/games/boxart/full_gakuen-heaven_8JapanFront.jpg,Gakuen Heaven: Boy's Love Scramble!,PC,Adventure,Spray,Spray,,,,,,,2002-08-02, +/games/boxart/full_8317089JapanFrontccc.jpg,Gakuen Heaven: Boy's Love Scramble! TypeB,PS2,Adventure,NEC Interchannel,Visual Arts,,,,,,,2004-07-22, +/games/boxart/full_5272601JapanFrontccc.jpg,Gakuen Heaven: Okawari! Boy's Love Attack!,PS2,Adventure,NEC Interchannel,Visual Arts,,,,,,,2005-02-24, +/games/boxart/full_gakuen-heaven-okawari-boys-love-attack_28JapanFront.jpg,Gakuen Heaven: Okawari! Boy's Love Attack!,PSP,Adventure,Prototype,Visual Arts,,,,,,,2011-02-10, +/games/boxart/full_gakuen-pets-2-poolside-no-shiiku-katsudou_72JapanFront.jpg,Gakuen Pets 2: Poolside no Shiiku Katsudou,PC,Adventure,GokuFero,GokuFero,,,,,,,2008-10-24, +/games/boxart/default.jpg,Gakuen Pets 3: Seieki Mamire no Toshokan,PC,Adventure,Unknown,GokuFero,,,,,,,, +/games/boxart/default.jpg,Gakuen Pets: Houkago no Shiikusha,PC,Adventure,GokuFero,GokuFero,,,,,,,2008-01-18, +/games/boxart/full_gambler-densetsu-tetsuya-digest_9JapanFront.jpg,Gambler Densetsu Tetsuya Digest,PS2,Adventure,Athena,Athena,,,,,,,2004-05-27, +/games/boxart/full_gambler-densetsu-tetsuya-kurouto-choujou-kessen_8JapanFront.jpg,Gambler Densetsu Tetsuya: Kurouto Choujou Kessen,PS2,Adventure,Athena,Athena,,,,,,,2003-07-03, +/games/boxart/full_gambler-densetsu_6JapanFront.jpg,Gambler Densetsu Tetsuya: Shinjuku Tenun-hen,GB,Adventure,Athena,Athena,,,,,,,2001-02-09, +/games/boxart/full_7008100JapanFrontccc.jpg,Gambler Densetsu: Tetsunari Yomigaeru Densetsu,GBA,Adventure,Athena,Athena,,,,,,,2002-07-19, +/games/boxart/full_2272838AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,OSX,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-02,2019-01-04 +/games/boxart/full_9993051JapanFrontccc.jpg,Ganbare Goemon: Uchuu Kaizoku Akogingu,PS,Adventure,Konami,Konami,,,,,,,1996-03-22, +/games/boxart/full_ganbare-goemon-uchuu-kaizoku-akogingu_540JapanFront.jpg,Ganbare Goemon: Uchuu Kaizoku Akogingu,PSN,Adventure,Konami,Konami,,,,,,,2007-09-27, +/games/boxart/full_5479894AmericaFrontccc.png,Gangs of London,PSN,Adventure,Sony Computer Entertainment,SCEE London Studio,5,,,,,,2007-11-19, +/games/boxart/full_4035215JapanFrontccc.jpg,Garaku Tale,DS,Adventure,KOEI,muu muu,,,,,,,2006-03-16, +/games/boxart/6238165ccc.jpg,Gargoyle's Quest,GB,Adventure,Capcom,Capcom,,,,,,,1990-07-01, +/games/boxart/full_gargoyles-quest_774AmericaFront.png,Gargoyle's Quest,3DS,Adventure,Capcom,Capcom,8.5,,,,,,2011-08-25, +/games/boxart/2960915ccc.jpg,Gargoyle's Quest II,NES,Adventure,Capcom,Capcom,,,,,,,1992-10-01, +/games/boxart/full_5110349AmericaFrontccc.jpg,Gateway II: Homeworld,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1993-12-01, +/games/boxart/full_5693299JapanFrontccc.jpg,Gegege no Kitarou: Maboroshi Fuyu Kaikitan,SAT,Adventure,Bandai,Bandai,,,,,,,1996-12-27, +/games/boxart/full_8043421JapanFrontccc.jpg,Gegege no Kitarou: Noroi no Nikuto Katachi Tachi,PS,Adventure,Bandai,Bandai,,,,,,,1997-01-24, +/games/boxart/full_generations-lost_480AmericaFront.jpg,Generations Lost,GEN,Adventure,Time Warner Interactive,Pacific Softscape,,,,,,,1994-01-01, +/games/boxart/full_2254285JapanFrontccc.jpg,Genso Suiko Gaiden Vol.1: Harmonia no Keshi,PS,Adventure,Konami,KCET,,,,,,,2000-09-21, +/games/boxart/full_3645655JapanFrontccc.jpg,Genso Suiko Gaiden Vol.2: Crystal Valley no Kettou,PS,Adventure,Konami,KCET,,,,,,,2001-03-22, +/games/boxart/full_5749671JapanFrontccc.jpg,Gensoumaden Saiyuuki: Hangyaku no Toshin Taishi,GBA,Adventure,Digital Kids,Digital Kids,,,,,,,2003-08-01, +/games/boxart/full_gerry-andersons-thunderbirds_940JapanFront.jpg,Gerry Anderson's Thunderbirds,GB,Adventure,Human Entertainment,Human Entertainment,,,,,,,1993-02-12, +/games/boxart/full_3972711JapanFrontccc.jpg,GET! Boku no Mushitsu Kamaete,GBA,Adventure,Kemco,Kemco,,,,,,,2003-07-11, +/games/boxart/default.jpg,Ghost,GIZ,Adventure,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_3062632AmericaFrontccc.jpg,Ghost in the Sheet,PC,Adventure,Tri Synergy,Tri Synergy,,,,,,,2007-11-20, +/games/boxart/default.jpg,Ghost Manor,2600,Adventure,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/default.jpg,Ghostwire: Link to the Paranormal,DSiW,Adventure,Unknown,A Different Game,,,,,,,, +/games/boxart/6295399ccc.jpg,Ghoul School,NES,Adventure,Electro Brain,Imagineering Inc.,,,,,,,1992-03-01, +/games/boxart/default.jpg,Gift,PC,Adventure,Unknown,Moonstone,,,,,,,2005-05-27, +/games/boxart/default.jpg,Gijinka Pet no Kodzukuri Ongaeshi,PC,Adventure,Norn,Norn,,,,,,,2011-12-09, +/games/boxart/full_gin-no-eclipse_6JapanFront.jpg,Gin no Eclipse,PS2,Adventure,Nine'sFox,Nine'sFox,,,,,,,2008-07-31, +/games/boxart/full_5157221JapanFrontccc.jpg,Ginga Ojousama Densetsu Yuna FX: Kanashimi no Siren,PCFX,Adventure,Hudson Soft,Will,,,,,,,1996-03-08, +/games/boxart/full_8208652JapanFrontccc.jpg,Girl Friend Beta: Summer Vacation Spent With You,PSV,Adventure,"CyberAgent, Inc.","CyberAgent, Inc.",,,,,,,2015-11-19, +/games/boxart/full_girls-bravo-romance-15s_332JapanFront.jpg,Girls Bravo: Romance 15's,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2005-01-27, +/games/boxart/full_477689PALFrontccc.jpg,Glass Rose,PS2,Adventure,Capcom,Cing,,,,,,,2004-03-26, +/games/boxart/full_gnomz_633AmericaFront.jpg,Gnomz,WW,Adventure,Qubic Games,Qubic Games,6,,,,,,2011-11-03, +/games/boxart/full_4150074AmericaFrontccc.jpg,Go Diego Go!: Wolf Pup Rescue,PC,Adventure,Activision,Sarbakan,,,,,,,2006-09-19, +/games/boxart/full_go-go-kokopolo_688AmericaFront.jpg,Go! Go! Kokopolo,DSiW,Adventure,Unknown,Room 4 Games Limited,,,,,,,2011-08-11, +/games/boxart/91699ccc.jpg,Goin' Downtown,PC,Adventure,Unknown,Silver Style Entertainment,,,,,,,2008-05-22, +/games/boxart/default.jpg,Gokkun! My Darling: Kinpatsupu ni Kyonyuu na Konyakusha no Choukyou Days,PC,Adventure,Unknown,Pita-Feti,,,,,,,2011-12-02, +/games/boxart/full_gold-and-glory-the-road-to-el-dorado_546AmericaFront.jpg,Gold and Glory: The Road to El Dorado,PC,Adventure,Ubisoft,Revolution Software,,,,,,,2001-06-30, +/games/boxart/8897242ccc.jpg,Gold Rush!,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1988-01-01, +/games/boxart/full_20167JapanFrontccc.jpg,Golgo 13: File G-13 o Oe,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-06-18, +/games/boxart/full_8731356JapanFrontccc.jpg,Golgo 13: Karairu no Yabou,PS,Adventure,Daiki,D'Manga,,,,,,,1998-11-26, +/games/boxart/full_9813577JapanFrontccc.jpg,Golgo 13: Kenenai Guntai,PS,Adventure,Daiki,D'Manga,,,,,,,1998-11-26, +/games/boxart/full_4055981AmericaFrontccc.jpg,Gone Home,PS4,Adventure,Majesco Entertainment,The Fullbright Company,,,,,,,2016-01-12,2018-01-22 +/games/boxart/full_27929AmericaFrontccc.jpg,Gone Home,XOne,Adventure,Majesco Entertainment,The Fullbright Company,,,,,,,2016-01-13,2018-01-22 +/games/boxart/full_gonta-no-okiraku-daibouken_192JapanFront.jpg,Gonta no Okiraku Daibouken,GB,Adventure,Lay-Up,Lay-Up,,,,,,,2000-09-29, +/games/boxart/7568212ccc.jpg,Goosebumps: Escape From Horrorland,PC,Adventure,DreamWorks Interactive,DreamWorks Interactive,,,,,,,1996-12-31, +/games/boxart/default.jpg,Goosebumps: The Game,XOne,Adventure,WayForward Technologies,WayForward Technologies,,,,,,,2015-10-14, +/games/boxart/full_3636211AmericaFrontccc.jpg,Goosebumps: The Game,X360,Adventure,WayForward Technologies,WayForward Technologies,,,,,,,2015-10-14, +/games/boxart/default.jpg,Gothic: The Age of Innocence,PC,Adventure,Unknown,Penta,,,,,,,, +/games/boxart/full_2393615AmericaFrontccc.jpg,Grand Theft Auto 2,GB,Adventure,Rockstar Games,Tarantula Studios,,,,,,,2000-12-01, +/games/boxart/full_9892166AmericaFrontccc.jpg,Grand Theft Auto 2,PC,Adventure,Rockstar Games,DMA Design,7.1,,,,,,1999-09-30, +/games/boxart/full_7453301AmericaFrontccc.jpg,Grand Theft Auto IV: The Ballad of Gay Tony,PC,Adventure,Rockstar Games,Rockstar North,9,,,,,,2010-04-13, +/games/boxart/full_6006081AmericaFrontccc.jpg,Grand Theft Auto IV: The Ballad of Gay Tony,XBL,Adventure,Rockstar Games,Rockstar North,8.8,,,,,,2009-10-29, +/games/boxart/full_9831748AmericaFrontccc.jpg,Grand Theft Auto IV: The Ballad of Gay Tony,PSN,Adventure,Rockstar Games,Rockstar North,9,,,,,,2010-04-13, +/games/boxart/full_9259027AmericaFrontccc.jpg,Grand Theft Auto IV: The Lost and Damned,XBL,Adventure,Rockstar Games,Rockstar North,8.9,,,,,,2009-02-17, +/games/boxart/full_grand-theft-auto-iv-the-lost-and-damned_0AmericaFront.jpg,Grand Theft Auto IV: The Lost and Damned,PC,Adventure,Rockstar Games,Rockstar North,9.4,,,,,,2010-04-13, +/games/boxart/full_9110700AmericaFrontccc.jpg,Grand Theft Auto IV: The Lost and Damned,PSN,Adventure,Rockstar Games,Rockstar North,9.4,,,,,,2010-04-13, +/games/boxart/full_6613744AmericaFrontccc.png,Grand Theft Auto: Chinatown Wars,PSN,Adventure,Rockstar Games,Rockstar Leeds,9.4,,,,,,2009-10-19, +/games/boxart/full_6524673JapanFrontccc.jpg,Grauen no Torikago Kapitel 1: Keiyaku,DC,Adventure,Sega,Sega,,,,,,,1999-09-30, +/games/boxart/full_9950879JapanFrontccc.jpg,Grauen no Torikago Kapitel 2: Torikago,DC,Adventure,Sega,Sega,,,,,,,1999-11-15, +/games/boxart/full_3691141JapanFrontccc.jpg,Grauen no Torikago Kapitel 3: Kansei,DC,Adventure,Sega,Sega,,,,,,,2000-01-27, +/games/boxart/full_7941360JapanFrontccc.jpg,Grauen no Torikago Kapitel 4: Kaikou,DC,Adventure,Sega,Sega,,,,,,,2000-03-30, +/games/boxart/full_2391692JapanFrontccc.jpg,Grauen no Torikago Kapitel 5: Shoukuzai,DC,Adventure,Sega,Sega,,,,,,,2000-05-25, +/games/boxart/full_9105407JapanFrontccc.jpg,Grauen no Torikago Kapitel 6: Senritsu,DC,Adventure,Sega,Sega,,,,,,,2000-07-27, +/games/boxart/full_great-adventures-by-fisher-price-castles_542AmericaFront.jpg,Great Adventures by Fisher Price: Castles,PC,Adventure,Unknown,Davidson & associates,,,,,,,1996-01-01, +/games/boxart/full_5426916JapanFrontccc.jpg,Green Green: Kane no Oto Dynamic,PS2,Adventure,Well Made,StartLink,,,,,,,2003-04-24, +/games/boxart/full_green-green-kane-no-oto-romantic_9JapanFront.jpg,Green Green: Kane no Oto Romantic,PS2,Adventure,Well Made,StartLink,,,,,,,2003-04-24, +/games/boxart/full_6862423PALFrontccc.jpg,Gregory Horror Show,PS2,Adventure,Capcom,Capcom,,,,,,,2003-12-05, +/games/boxart/full_gremlins-gizmo_364AmericaFront.jpg,Gremlins Gizmo,DS,Adventure,Unknown,"Pipeworks Software, Inc.",,,,,,,2011-11-18, +/games/boxart/full_gremlins-gizmo_463AmericaFront.jpg,Gremlins Gizmo,Wii,Adventure,Unknown,"Pipeworks Software, Inc.",,,,,,,2011-11-18, +/games/boxart/full_217396JapanFrontccc.jpg,Grisaia no Meikyuu: Le Labyrinthe de la Grisaia,PSP,Adventure,Prototype,Prototype,,,,,,,2014-10-30, +/games/boxart/1321545ccc.jpg,Grom: Terror in Tibet,PC,Adventure,CDV Software Entertainment,Rebelmind,,,,,,,2003-03-12, +/games/boxart/348866ccc.jpg,Ground Zero Texas,SCD,Adventure,Sony Imagesoft,Digital Pictures,,,,,,,1993-01-01, +/games/boxart/full_guardian-angel_8JapanFront.jpg,Guardian Angel,PS2,Adventure,Datam Polystar,Vridge,,,,,,,2003-02-27, +/games/boxart/full_gun-katana-non-human-killer_925JapanFront.jpg,Gun-Katana: Non Human Killer,PC,Adventure,Unknown,Black Cyc,,,,,,,2007-08-31, +/games/boxart/full_4959156JapanFrontccc.jpg,Gundam 0079: The War For Earth,PS,Adventure,Bandai,Presto Studios,,,,,,,1997-05-02, +/games/boxart/full_gunparade-march_9JapanFront.jpg,GunParade March,PSN,Adventure,Sony Computer Entertainment,Alfa System,,,,,,,2010-09-22, +/games/boxart/full_gun-parade-march_10JapanFront.jpg,GunParade March,PS,Adventure,Sony Computer Entertainment,Alfa System,,,,,,,2000-09-28, +/games/boxart/full_9041813JapanFrontccc.jpg,Gunslinger Girl Volume I,PS2,Adventure,Marvelous Interactive,Media Works,,,,,,,2004-04-08, +/games/boxart/full_9320637JapanFrontccc.jpg,Gunslinger Girl Volume II,PS2,Adventure,Marvelous Interactive,Media Works,,,,,,,2004-06-17, +/games/boxart/full_3907085JapanFrontccc.jpg,Gunslinger Girl Volume III,PS2,Adventure,Marvelous Interactive,Media Works,,,,,,,2004-08-19, +/games/boxart/full_guren-ni-somaru-gin-no-rosario_245JapanFront.jpg,Guren ni Somaru Gin no Rosario,PC,Adventure,F&C,F&C,,,,,,,2006-04-28, +/games/boxart/default.jpg,Gyakushuu 4,PC,Adventure,Unknown,Anim,,,,,,,2011-08-26, +/games/boxart/full_1062403JapanFrontccc.jpg,Gyakuten Saiban,GBA,Adventure,Capcom,Capcom,,,,,,,2001-10-12, +/games/boxart/default.jpg,Gyokugen Dasshutsu Adv: Zennin Shiboudes,PSV,Adventure,Unknown,ChunSoft,,,,,,,, +/games/boxart/full_gyokugen-dasshutsu-adv-zennin-shiboudes_598JapanFront.png,Gyokugen Dasshutsu Adv: Zennin Shiboudes,3DS,Adventure,ChunSoft,ChunSoft,,,,,,,2012-02-16, +/games/boxart/full_h2o-root-after-and-another-complete-story-edition_0JapanFront.jpg,H2O / Root: After and Another Complete Story Edition,PC,Adventure,Unknown,Makura,,,,,,,2009-07-31, +/games/boxart/full_h2o-footprints-in-the-sand_384JapanFront.jpg,H2O: Footprints in the Sand,PC,Adventure,Unknown,Makura,,,,,,,2006-06-23, +/games/boxart/default.jpg,Hachi Koi,DS,Adventure,Unknown,Neuron Age,,,,,,,, +/games/boxart/full_2144498JapanFrontccc.jpg,Hachi-One Diver,PS2,Adventure,SilverStar,SilverStar Japan,,,,,,,2009-09-17, +/games/boxart/default.jpg,Hachi-One Diver DS Story,DSiW,Adventure,SilverStar,SilverStar Japan,,,,,,,2010-03-17, +/games/boxart/default.jpg,Hachi-One Diver Wii,WW,Adventure,SilverStar,SilverStar Japan,,,,,,,2009-03-24, +/games/boxart/full_hachigatsu-no-nostalgia_658JapanFront.jpg,Hachigatsu no Nostalgia,PC,Adventure,BeF,BeF,,,,,,,2000-07-07, +/games/boxart/full_hachigatsu-no-nostalgia-the-summer_371JapanFront.jpg,Hachigatsu no Nostalgia: The Summer,PC,Adventure,BeF,BeF,,,,,,,2003-05-16, +/games/boxart/full_hachimitsu-otome-blossom-days_721JapanFront.jpg,Hachimitsu Otome Blossom Days,PC,Adventure,Lupinus,Lupinus,,,,,,,2009-10-23, +/games/boxart/default.jpg,Hagane no Oni,PC,Adventure,Unknown,Studio Neko Punch,,,,,,,2003-07-11, +/games/boxart/default.jpg,Hagane no Oni: Kidou Hohei vs. Onna Ninja Gundan,PC,Adventure,Unknown,Studio Neko Punch,,,,,,,1999-10-08, +/games/boxart/default.jpg,Hakkou no Niidzuma: Watashi... Nigera Renai...,PC,Adventure,GokuFero,GokuFero,,,,,,,2011-08-19, +/games/boxart/default.jpg,Hakuisei Renai Shoukougun,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-09-29, +/games/boxart/full_hakuouki-zuisouroku-portable-twin-pack_7JapanFront.jpg,Hakuouki: Zuisouroku Portable Twin Pack,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2010-08-26, +/games/boxart/default.jpg,Hallowed Legends,PC,Adventure,Unknown,PlayFirst,,,,,,,, +/games/boxart/full_6874773JapanFrontccc.jpg,Hamepane Tokyo Myuu Myuu,GBA,Adventure,Takara,Takara,,,,,,,2002-07-11, +/games/boxart/full_2058668JapanFrontccc.jpg,Hametsu no Mars,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2005-05-26, +/games/boxart/full_hamiltons-great-adventure_418PALFront.jpg,Hamilton's Great Adventure,PSN,Adventure,Unknown,Fatshark AB,7,,,,,,2011-08-23, +/games/boxart/full_hamiltons-great-adventure_826AmericaFront.jpg,Hamilton's Great Adventure,PC,Adventure,Unknown,Fatshark AB,7,,,,,,2011-05-31, +/games/boxart/full_hana-to-otome-ni-shukufuku-o-shunpuu-no-okurimono-portable_424JapanFront.jpg,Hana to Otome ni Shukufuku o: Shunpuu no Okurimono Portable,PSP,Adventure,Unknown,Boost On,,,,,,,2011-10-27, +/games/boxart/full_hana-yori-dango-another-love-story_224JapanFront.jpg,Hana Yori Dango: Another Love Story,GB,Adventure,TDK Core,TDK Core,,,,,,,2001-07-27, +/games/boxart/full_hanakisou_4JapanFront.jpg,Hanakisou,PS2,Adventure,Prototype,HaccaWorks,,,,,,,2006-07-06, +/games/boxart/full_hanakisou_8JapanFront.jpg,Hanakisou,PSP,Adventure,Prototype,HaccaWorks,,,,,,,2010-08-12, +/games/boxart/default.jpg,"Hanayaka Kana, Ware ga Ichizoku: Kinema Mosaic",PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2011-12-08, +/games/boxart/full_5231175AmericaFrontccc.jpg,Hannah Montana: The Movie,PC,Adventure,Disney Interactive Studios,n-Space,,,,,,,2009-05-19, +/games/boxart/9259676ccc.jpg,Hans Christian Andersen: The Ugly Prince Duckling,PC,Adventure,The Adventure Company,Guppyworks,,,,,,,2007-03-20, +/games/boxart/full_hansel-amp-gretel_0PALFront.jpg,Hansel & Gretel,PS2,Adventure,Phoenix Games,Phoenix Games,,,,,,,2006-11-24, +/games/boxart/full_3012203JapanFrontccc.jpg,Happy Breeding,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-02-27, +/games/boxart/7052009ccc.jpg,Happy Feet,PS2,Adventure,Midway Games,Artificial Mind and Movement,,,,,,,2006-11-14, +/games/boxart/4810975ccc.jpg,Happy Feet,GBA,Adventure,Midway Games,Artificial Mind and Movement,5.1,,,,,,2006-11-14, +/games/boxart/4995439ccc.jpg,Happy Feet,PC,Adventure,Midway Games,Artificial Mind and Movement,,,,,,,2006-11-14, +/games/boxart/full_6259816PALFrontccc.jpg,Happy Hippos World Tour,DS,Adventure,Flashpoint Games,10tacle Studios AG,,,,,,,2007-11-12, +/games/boxart/full_6277175JapanFrontccc.jpg,Happy Lesson: First Lesson,DC,Adventure,Datam Polystar,fupac,,,,,,,2000-09-28, +/games/boxart/full_harem-party_440JapanFront.jpg,Harem Party,PC,Adventure,MangaGamer,Tactics,,,,,,,2011-11-25, +/games/boxart/default.jpg,Harry Potter and the Goblet of Fire,PSN,Adventure,Electronic Arts,Electronic Arts,,,,,,,2010-07-30, +/games/boxart/full_harry-potter-and-the-order-of-the-phoenix_3PALFront.png,Harry Potter and the Order of the Phoenix,PSN,Adventure,Electronic Arts,EA UK,,,,,,,2010-07-30, +/games/boxart/42710ccc.jpg,Harry Potter and the Order of the Phoenix,GBA,Adventure,Electronic Arts,Visual Impact,5,,,,,,2007-07-10, +/games/boxart/full_4315880JapanFrontccc.jpg,Harukanaru Toki no Naka de,GBA,Adventure,KOEI,Koei / Inis,,,,,,,2002-08-23, +/games/boxart/full_6866239JapanFrontccc.jpg,Harukanaru Toki no Naka de,PS,Adventure,KOEI,Koei / Inis,,,,,,,2000-04-06, +/games/boxart/full_6260795JapanFrontccc.jpg,Harukanaru Toki no Naka de 2,PS2,Adventure,KOEI,Koei,,,,,,,2002-02-28, +/games/boxart/full_1071304JapanFrontccc.jpg,Harukanaru Toki no Naka de 2,PC,Adventure,KOEI,Koei,,,,,,,2001-09-28, +/games/boxart/full_2171305JapanFrontccc.jpg,Harukanaru Toki no Naka de 2,PSP,Adventure,KOEI,Koei,,,,,,,2005-06-30, +/games/boxart/full_5601136JapanFrontccc.jpg,Harukanaru Toki no Naka de 3: Izayoiki,PS2,Adventure,KOEI,Koei,,,,,,,2005-09-22, +/games/boxart/full_9731459JapanFrontccc.jpg,Harukanaru Toki no Naka de 3: Unmei no Meikyuu,PS2,Adventure,KOEI,Koei,,,,,,,2006-03-23, +/games/boxart/full_3069611JapanFrontccc.jpg,Harukanaru Toki no Naka de: Hachiyoushou,PS2,Adventure,KOEI,Koei,,,,,,,2005-04-01, +/games/boxart/full_3290925JapanFrontccc.jpg,Harukanaru Toki no Naka de: Iroetebako,PSP,Adventure,KOEI,Koei,,,,,,,2005-04-07, +/games/boxart/full_1178770JapanFrontccc.jpg,Harukanaru Toki no Naka de: Mai Hito Yo,DS,Adventure,KOEI,Koei,,,,,,,2006-11-30, +/games/boxart/full_hatsune-no-naisho_32JapanFront.jpg,Hatsune no Naisho!!,PC,Adventure,Leaf,Leaf,,,,,,,1997-11-28, +/games/boxart/default.jpg,Haunted,PC,Adventure,DreamCatcher Interactive,DECK13 Interactive,,,,,,,2011-04-26,2018-05-10 +/games/boxart/default.jpg,Haunted Halls: Green Hills Sanitarium,PC,Adventure,Unknown,ERS G-Studio,,,,,,,, +/games/boxart/full_haunted-house_9AmericaFront.jpg,Haunted House,XBL,Adventure,Atari,Atari,,,,,,,2010-10-27, +/games/boxart/default.jpg,Haunted House: Cryptic Graves,PC,Adventure,Atari,Dreampainters,,,,,,,2015-01-01, +/games/boxart/full_9727632AmericaFrontccc.jpg,Hawaiian Explorer Lost Island,PC,Adventure,Unknown,Unknown,,,,,,,2008-08-05, +/games/boxart/full_2302187JapanFrontccc.jpg,Hayarigami 2: Keishichou Kaii Jiken File,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2007-11-15, +/games/boxart/full_hayarigami-3-keishichou-kaii-jiken-file_10JapanFront.jpg,Hayarigami 3: Keishichou Kaii Jiken File,PSN,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2010-08-05, +/games/boxart/full_2442136JapanFrontccc.jpg,Hayarigami Portable: Keishichou Kaii Jiken File,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2005-12-15, +/games/boxart/full_hayarigami-portable-keishichou-kaijiken-file_6JapanFront.jpg,Hayarigami Portable: Keishichou Kaijiken File,PSN,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2009-07-01, +/games/boxart/full_6697584JapanFrontccc.jpg,Hayarigami Revenge: Keishichou Kaii Jiken File,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2005-07-14, +/games/boxart/full_7177058JapanFrontccc.jpg,Hayarigami: Keishichou Kaii Jiken File,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2004-08-05, +/games/boxart/default.jpg,Heart no Kuni no Alice,PC,Adventure,Quinrose,QuinRose,,,,,,,2007-02-14, +/games/boxart/full_7917386AmericaFrontccc.jpg,Heart of China,PC,Adventure,Sierra Online,"Dynamix, Inc.",,,,,,,1991-01-01, +/games/boxart/full_heart-work_238AmericaFront.jpg,Heart Work,PC,Adventure,Kitty Media,Active,,,,,,,2009-05-26, +/games/boxart/full_heavens-will_6JapanFront.jpg,Heaven's Will,PSP,Adventure,Taito,Global A Entertainment,,,,,,,2006-10-26, +/games/boxart/full_4611206AmericaFrontccc.jpg,Heavy Rain,PS4,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2016-03-01, +/games/boxart/full_1552137AmericaFrontccc.jpg,Heavy Rain Chronicles - Chapter 1: The Taxidermist,PSN,Adventure,Sony Computer Entertainment,Quantic Dream,7.3,,,,,,2010-04-01, +/games/boxart/full_hector-badge-of-carnage-episode-1-we-negotiate-with-terrorists_966AmericaFront.jpg,Hector: Badge of Carnage - Episode 1: We Negotiate With Terrorists,PC,Adventure,Telltale Games,Straandlooper,7.9,,,,,,2011-04-27, +/games/boxart/full_3705090AmericaFrontccc.jpg,Hector: Badge of Carnage - Episode 2: Senseless Acts of Justice,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-08-25, +/games/boxart/full_7932083AmericaFrontccc.jpg,Hector: Badge of Carnage - Episode 3: Beyond Reasonable Doom,PC,Adventure,Telltale Games,Telltale Games,6,,,,,,2011-09-23, +/games/boxart/default.jpg,Hector: Badge of Carnage: Episode 1: We Negotiate with Terrorists,PC,Adventure,Unknown,Telltale Games,,,,,,,, +/games/boxart/full_5876413AmericaFrontccc.png,Heileen 2: The Hands Of Fate,PC,Adventure,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2009-12-12, +/games/boxart/full_4649396AmericaFrontccc.png,Heileen 2: The Hands Of Fate,OSX,Adventure,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2009-12-12, +/games/boxart/full_1307370AmericaFrontccc.png,Heileen 2: The Hands Of Fate,Linux,Adventure,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2009-12-12, +/games/boxart/full_9763829AmericaFrontccc.jpg,Heileen 3: New Horizons,Linux,Adventure,Winter Wolves Studio,Winter Wolves Studio,,,,,,,2012-12-12, +/games/boxart/full_4099031AmericaFrontccc.jpg,Heileen 3: New Horizons,PC,Adventure,Winter Wolves Studio,Winter Wolves Studio,,,,,,,2012-12-12, +/games/boxart/full_7075708AmericaFrontccc.jpg,Heileen 3: New Horizons,OSX,Adventure,Winter Wolves Studio,Winter Wolves Studio,,,,,,,2012-12-12, +/games/boxart/full_6278127JapanFrontccc.jpg,Heisei Shin Oniga Shima: Kouhen,VC,Adventure,Nintendo,Pax Softonica,,,,,,,2010-06-01, +/games/boxart/full_8580739JapanFrontccc.jpg,Heisei Shin Oniga Shima: Kouhen,SNES,Adventure,Nintendo,Pax Softonica,,,,,,,1997-12-01, +/games/boxart/full_7744049JapanFrontccc.jpg,Heisei Shin Oniga Shima: Zenpen,VC,Adventure,Nintendo,Pax Softonica,,,,,,,2010-05-25, +/games/boxart/full_9349853JapanFrontccc.jpg,Heisei Shin Oniga Shima: Zenpen,SNES,Adventure,Nintendo,Pax Softonica,,,,,,,1997-12-01, +/games/boxart/default.jpg,Helam: A Stripling Warrior Quest,PC,Adventure,Unknown,React Games,,,,,,,2011-11-01, +/games/boxart/full_hell-a-cyberpunk-thriller_0AmericaFront.jpg,Hell: A Cyberpunk Thriller,PC,Adventure,GameTek,Take-Two Interactive,,,,,,,1994-01-01, +/games/boxart/2077254ccc.jpg,Hell: A Cyberpunk Thriller,3DO,Adventure,GameTek,Take-Two Interactive,,,,,,,1994-01-01, +/games/boxart/full_485752JapanFrontccc.jpg,Hello Kitty Collection: Miracle Fashion Maker,GBA,Adventure,Imagineer,Imagineer,,,,,,,2001-10-19, +/games/boxart/full_hello-kitty-no-happy-house_738JapanFront.jpg,Hello Kitty no Happy House,GB,Adventure,MTO,MTO,,,,,,,2002-03-02, +/games/boxart/full_148734JapanFrontccc.jpg,Hello Kitty no Sweet Adventure: Daniel Kun ni Aitai,GB,Adventure,Imagineer,Imagineer,,,,,,,2000-07-19, +/games/boxart/full_8707546JapanFrontccc.jpg,Hello Kitty to Dear Daniel no Dream Adventure,GB,Adventure,Imagineer,Imagineer,,,,,,,2001-04-14, +/games/boxart/6079790ccc.jpg,Herc's Adventures,SAT,Adventure,LucasArts,Big Ape Productions,,,,,,,1997-07-31, +/games/boxart/full_2835968JapanFrontccc.jpg,Higanbana,GBA,Adventure,Athena,Athena,,,,,,,2002-11-29, +/games/boxart/full_higurashi-daybreak-portable-mega-edition_1JapanFront.jpg,Higurashi Daybreak Portable Mega Edition,PSN,Adventure,Alchemist,Alchemist,,,,,,,2010-11-04, +/games/boxart/full_9943264JapanFrontccc.jpg,Higurashi no Naku Koro ni Kizuna: Ichi-Ni Maki Pack,DS,Adventure,Alchemist,Alchemist,,,,,,,2009-12-24, +/games/boxart/full_4416195JapanFrontccc.jpg,Hiiro no Kakera,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2006-07-06, +/games/boxart/full_hiiro-no-kakera-aizouban-akane-iro-no-tsuioku_692JapanFront.jpg,Hiiro no Kakera Aizouban: Akane Iro no Tsuioku,PS3,Adventure,Idea Factory,Idea Factory,,,,,,,2011-05-26, +/games/boxart/full_964417JapanFrontccc.jpg,Hiiro no Kakera: Ano Sora no Shita de,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2007-02-15, +/games/boxart/full_hiiro-no-kakera-twin-pack_649JapanFront.jpg,Hiiro no Kakera: Twin Pack,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2011-07-14, +/games/boxart/full_329770JapanFrontccc.jpg,Hikaru no Go: Insei Choujou Kessen,PS,Adventure,Konami,Tenky,,,,,,,2002-12-19, +/games/boxart/default.jpg,"Hime Kishi Olivia: E, Hentai, Kono Hentai Otoko!",PC,Adventure,Unknown,Silky`s,,,,,,,2011-08-26, +/games/boxart/full_1685677JapanFrontccc.jpg,HimeHibi: Princess Days,PS2,Adventure,Takuyo,Takuyo,,,,,,,2006-12-28, +/games/boxart/full_6277511JapanFrontccc.jpg,HimeHibi: Princess Days Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2008-07-17, +/games/boxart/full_1013938JapanFrontccc.jpg,Himitsu: Tadagaita Natsu,DC,Adventure,Starfish,Starfish,,,,,,,2001-07-26, +/games/boxart/full_hirata-shogo-interactive-ehon-aesop-monogatari_5JapanFront.jpg,Hirata Shogo Interactive Ehon: Aesop Monogatari,3DO,Adventure,Elcom,Elcom,,,,,,,1994-11-03, +/games/boxart/full_hirata-shogo-interactive-ehon-cinderella_0JapanFront.jpg,Hirata Shogo Interactive Ehon: Cinderella,3DO,Adventure,Elcom,Elcom,,,,,,,1995-01-13, +/games/boxart/full_6536653JapanFrontccc.jpg,Hirata Shogo Interactive Ehon: Ookami to Shichi Hiki no Koyagi,3DO,Adventure,Elcom,Elcom,,,,,,,1995-01-13, +/games/boxart/full_hirata-shogo-interactive-ehon-sanhiki-no-kobuta_6JapanFront.jpg,Hirata Shogo Interactive Ehon: Sanhiki no Kobuta,3DO,Adventure,Elcom,Elcom,,,,,,,1994-12-02, +/games/boxart/full_6364516JapanFrontccc.jpg,Hirata Shogo Interactive Ehon: Shirayuki Hime,3DO,Adventure,Elcom,Elcom,,,,,,,1994-11-03, +/games/boxart/default.jpg,Hitodzuma Man!! Dzumanda Kunoichi Migoro,PC,Adventure,Swan,Swan,,,,,,,2009-08-28, +/games/boxart/full_8361252JapanFrontccc.jpg,Hitogata Ruins,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2004-12-24, +/games/boxart/full_4546330AmericaFrontccc.jpg,Hohokum,PS3,Adventure,Sony Computer Entertainment,Honeyslug,,,,,,,2014-08-12,2018-09-14 +/games/boxart/full_436195AmericaFrontccc.jpg,Hohokum,PS4,Adventure,Sony Computer Entertainment,Honeyslug,,,,,,,2014-08-12,2018-09-14 +/games/boxart/full_326737AmericaFrontccc.jpg,Hohokum,PSV,Adventure,Sony Computer Entertainment,Honeyslug,,,,,,,2014-08-12,2018-09-14 +/games/boxart/full_9390382AmericaFrontccc.jpg,Hook,PC,Adventure,Ocean,Shadow Software,,,,,,,1992-01-01, +/games/boxart/full_904542PALFrontccc.jpg,Horrible Histories: Ruthless Romans,PC,Adventure,Graffiti,Virtual Identity,,,,,,,2010-04-27, +/games/boxart/full_376258JapanFrontccc.jpg,Hoshi Furu,PS2,Adventure,Piacci,Piacci,,,,,,,2008-07-31, +/games/boxart/full_hoshi-no-furu-sato_483JapanFront.jpg,Hoshi no Furu Sato,PC,Adventure,FACE,FACE,,,,,,,2000-07-28, +/games/boxart/full_hoshi-no-furu-toki_10JapanFront.jpg,Hoshi no Furu Toki,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2005-09-22, +/games/boxart/full_hoshi-o-sagashite_2JapanFront.jpg,Hoshi o Sagashite...,MS,Adventure,Sega,Sega,,,,,,,1988-04-02, +/games/boxart/full_8756315JapanFrontccc.jpg,Hoshiiro no Okurimono Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2008-11-27, +/games/boxart/full_hoshizora-e-kakaru-hashi_553JapanFront.jpg,Hoshizora e Kakaru Hashi,PC,Adventure,Feng,Feng,,,,,,,2010-10-15, +/games/boxart/full_4794030JapanFrontccc.jpg,Hoshizora no Memoria: Wish Upon a Shooting Star,PC,Adventure,Favorite,Favorite,,,,,,,2009-03-27, +/games/boxart/full_hoshizora-planet_337JapanFront.jpg,Hoshizora Planet,PC,Adventure,Digerati,D.O.,,,,,,,2000-12-08, +/games/boxart/full_hoshizora-planet-yume-hako_254JapanFront.jpg,Hoshizora Planet: Yume Hako,PC,Adventure,Digerati,D.O.,,,,,,,2003-10-31, +/games/boxart/full_house-md_7AmericaFront.jpg,House M.D.,PC,Adventure,Mindscape,Legacy Interactive,,,,,,,2010-09-12, +/games/boxart/full_2488528JapanFrontccc.jpg,Hunter X Hunter: Sorezore no Ketsui,WS,Adventure,Bandai,Bandai,,,,,,,2001-04-26, +/games/boxart/full_5035635PALFrontccc.jpg,Hype: The Time Quest,PS2,Adventure,Ubisoft,Playmobil Interactive,,,,,,,2002-09-20, +/games/boxart/full_8306803AmericaFrontccc.jpg,Hype: The Time Quest,GB,Adventure,Ubisoft,Playmobil Interactive,,,,,,,2001-07-16, +/games/boxart/full_hysteria-project_8PALFront.jpg,Hysteria Project,PSN,Adventure,Sanuk Games,Bulkypix,,,,,,,2010-04-22, +/games/boxart/full_hysteria-project-2_909AmericaFront.jpg,Hysteria Project 2,iOS,Adventure,Unknown,Bulkypix,,,,,,,, +/games/boxart/full_2693700AmericaFrontccc.jpg,"I Have No Mouth, and I Must Scream",PC,Adventure,Cyberdreams,The Dreamers Guild,,,,,,,1995-10-31, +/games/boxart/full_io_842JapanFront.jpg,I/O,PS2,Adventure,GN Software,Regista,,,,,,,2006-01-26, +/games/boxart/full_362448JapanFrontccc.jpg,Ibarado: Rapture no Kaeru Machi,PS,Adventure,System Sacom,System Sacom,,,,,,,1997-10-16, +/games/boxart/full_9565486AmericaFrontccc.jpg,iCarly: iDream in Toons,PC,Adventure,Activision,"Big Blue Bubble, Inc.",,,,,,,2009-10-13, +/games/boxart/full_2927092JapanFrontccc.jpg,Ichigo 100% Strawberry Diary,PS2,Adventure,Tomy Corporation,Alpha Unit,,,,,,,2005-02-10, +/games/boxart/full_idol-hakkenden_0JapanFront.jpg,Idol Hakkenden,NES,Adventure,Unknown,Natsume,,,,,,,1989-09-14, +/games/boxart/full_9444443JapanFrontccc.jpg,Idol Hotline: Nakayama Miho no Tokimeki High School (FDS),NES,Adventure,Nintendo,Square,,,,,,,1987-12-19, +/games/boxart/full_7999779JapanFrontccc.jpg,Idol Janshi Suchi-Pai III Remix,DS,Adventure,Jaleco,Jaleco Entertainment,,,,,,,2007-07-26, +/games/boxart/full_4331851JapanFrontccc.jpg,Idol Janshi Suchi-Pai III Remix,PSP,Adventure,Jaleco,Jaleco Entertainment,,,,,,,2007-07-26, +/games/boxart/full_idol-janshi-suchi-pai-iv-portable_6JapanFront.jpg,Idol Janshi Suchi-Pai IV Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2010-08-12, +/games/boxart/full_159344AmericaFrontccc.jpg,Igor: The Game,PC,Adventure,SouthPeak Interactive,Legacy Interactive,,,,,,,2008-09-16, +/games/boxart/full_iida-joji-nightmare-interactive-moon-cradle-igyou-no-hanayome_8JapanFront.jpg,Iida Joji Nightmare Interactive: Moon Cradle- Igyou no Hanayome,3DO,Adventure,Pack-In-Video,Pack-In-Video,,,,,,,1995-12-15, +/games/boxart/default.jpg,Ijikuri Mama 2,PC,Adventure,Unknown,Moon (2011),,,,,,,2011-08-26, +/games/boxart/default.jpg,Ikenai Ayaka Neesan to Yari Sugi Yuuwaku Seikatsu,PC,Adventure,Norn,Norn,,,,,,,2011-08-26, +/games/boxart/full_ikenie-no-yoru_855JapanFront.jpg,Ikenie no Yoru,Wii,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2011-03-24, +/games/boxart/default.jpg,Ikusa Otome Valkyrie,PC,Adventure,Rune,Rune,,,,,,,2004-07-30, +/games/boxart/7250008ccc.jpg,Illbleed,DC,Adventure,AIA,Crazy Games,6.3,,,,,,2001-04-16, +/games/boxart/full_9712367JapanFrontccc.png,Imabikisou: Kaimei Hen,Wii,Adventure,Sega,ChunSoft,,,,,,,2008-08-07, +/games/boxart/full_1913384JapanFrontccc.jpg,Imadoki no Vampire: Bloody Bride,PS,Adventure,Atlus,Atlus Co.,,,,,,,1996-12-27, +/games/boxart/full_8535861AmericaFrontccc.jpg,In Cold Blood,PC,Adventure,DreamCatcher Interactive,Revolution Software Ltd.,,,,,,,2001-03-25, +/games/boxart/default.jpg,Inda 999,PC,Adventure,Vega,Vega,,,,,,,2002-08-23, +/games/boxart/full_indiana-jones-and-the-infernal-machine_662AmericaFront.jpg,Indiana Jones and the Infernal Machine,GB,Adventure,THQ,HotGen Studios,,,,,,,2001-03-22, +/games/boxart/full_1261453AmericaFrontccc.jpg,Indiana Jones and the Infernal Machine,N64,Adventure,LucasArts,Factor 5,,,,,,,2000-12-14, +/games/boxart/full_indiana-jones-in-revenge-of-the-ancients_42AmericaFront.jpg,Indiana Jones in Revenge of the Ancients,PC,Adventure,Mindscape,"Angelsoft, Inc.",,,,,,,1987-01-01, +/games/boxart/full_2198000AmericaFrontccc.jpg,Indigo Prophecy,XBL,Adventure,Atari,Quantic Dream,,,,,,,2007-12-04, +/games/boxart/5462266ccc.jpg,Industrial Spy: Operation Espionage,DC,Adventure,UFO Interactive,NEC Interchannel,,,,,,,2000-06-01, +/games/boxart/default.jpg,Inen no Yakata,PC,Adventure,Black Package,Black Package,,,,,,,2011-12-09, +/games/boxart/full_4402819JapanFrontccc.jpg,Infinity Plus,PS2,Adventure,CyberFront,CyberFront,,,,,,,2008-10-09, +/games/boxart/full_3844494JapanFrontccc.jpg,Infinity Plus Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2009-08-13, +/games/boxart/full_7391322AmericaFrontccc.png,Inherit the Earth: Quest for the Orb,PC,Adventure,New World Computing,The Dreamers Guild,,,,,,,1994-01-01, +/games/boxart/default.jpg,Inkoku no Ryohime,PC,Adventure,Unknown,softhouse-seal,,,,,,,2011-12-09, +/games/boxart/full_3288793JapanFrontccc.jpg,Innocence Pain,PC,Adventure,Ankh,Ankh,,,,,,,2004-06-25, +/games/boxart/full_innocent-colors-canvas-2-fan-disc_38JapanFront.jpg,Innocent Colors: Canvas 2 Fan Disc,PC,Adventure,F&C,F&C,,,,,,,2004-08-13, +/games/boxart/full_5451125JapanFrontccc.jpg,Inoue Ryoko: Roommate,DC,Adventure,Datam Polystar,Datam Polystar,,,,,,,2001-07-05, +/games/boxart/full_7144313AmericaFrontccc.jpg,Insanity's Blade,WiiU,Adventure,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_6433241AmericaFrontccc.jpg,Insanity's Blade,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-31, +/games/boxart/full_4777345AmericaFrontccc.jpg,Insanity's Blade,Linux,Adventure,Unknown,Unknown,,,,,,,2014-08-31, +/games/boxart/full_5275577AmericaFrontccc.jpg,Insanity's Blade,OSX,Adventure,Unknown,Unknown,,,,,,,2014-08-31, +/games/boxart/4477537ccc.jpg,Insecticide,PC,Adventure,Crackpot Entertainment,"Crackpot Entertainment / Creat Studios, Inc.",,,,,,,2008-06-13, +/games/boxart/default.jpg,Inspector Gadget: Mission 1 Global Terror,PC,Adventure,Unknown,Azeroth,,,,,,,1990-01-01, +/games/boxart/full_3247860JapanFrontccc.jpg,Interlude,DC,Adventure,NEC Interchannel,LongShot,,,,,,,2003-03-13, +/games/boxart/full_6956574JapanFrontccc.jpg,Interlude,PS2,Adventure,NEC Interchannel,LongShot,,,,,,,2003-10-09, +/games/boxart/full_6607512JapanFrontccc.jpg,Inukko Club,GBA,Adventure,Jorudan,Jorudan,,,,,,,2002-12-13, +/games/boxart/full_5907774JapanFrontccc.jpg,InuYasha: Fuuun Emaki,WS,Adventure,Bandai,Bandai,,,,,,,2002-07-27, +/games/boxart/full_1066868JapanFrontccc.jpg,InuYasha: Kagome no Sengokuki,WS,Adventure,Bandai,Bandai,,,,,,,2001-11-02, +/games/boxart/full_7799048JapanFrontccc.jpg,InuYasha: Kagome no Yume Nikki,WS,Adventure,Bandai,Tomcat System,,,,,,,2002-11-16, +/games/boxart/full_666425JapanFrontccc.jpg,Iris,DC,Adventure,KID,KID,,,,,,,2003-08-07, +/games/boxart/full_iron-helix_93AmericaFront.jpg,Iron Helix,SCD,Adventure,Spectrum Holobyte,Spectrum Holobyte,,,,,,,1992-01-01, +/games/boxart/full_4560775JapanFrontccc.jpg,Iron Maiden: Hagane no Otome,PC,Adventure,Ole,Ole,,,,,,,2006-11-24, +/games/boxart/full_9461818AmericaFrontccc.jpg,Iron Roses,PC,Adventure,Sandlot Games,Cateia Games,,,,,,,2009-09-24, +/games/boxart/full_3003416JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,SAT,Adventure,Riverhillsoft,Riverhillsoft,,,,,,,1995-09-22, +/games/boxart/default.jpg,J.B. Harold: Blue Chicago Blues,PC,Adventure,CyberFront,Riverhillsoft,,,,,,,2001-01-26, +/games/boxart/full_7887065JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,PCFX,Adventure,NEC Interchannel,Riverhillsoft,,,,,,,1996-03-22, +/games/boxart/full_6970037JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,PS,Adventure,Riverhillsoft,Riverhillsoft,,,,,,,1995-11-22, +/games/boxart/full_6102256JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,3DO,Adventure,Riverhillsoft,Riverhillsoft,,,,,,,1995-11-22, +/games/boxart/default.jpg,J.U.L.I.A.,PC,Adventure,Unknown,CBE Software s.r.o.,,,,,,,, +/games/boxart/full_2368693AmericaFrontccc.jpeg,J.U.L.I.A. Among the Stars,PC,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2012-09-12,2018-08-11 +/games/boxart/full_6182302AmericaFrontccc.jpg,J.U.L.I.A. Among the Stars,OSX,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2012-09-12,2018-08-11 +/games/boxart/full_4752467AmericaFrontccc.jpeg,Jack Keane 2,PC,Adventure,Astragon,DECK13 Interactive,,,,,,,2013-06-28,2018-05-10 +/games/boxart/full_jack-orlando-a-cinematic-adventure_807AmericaFront.jpg,Jack Orlando: A Cinematic Adventure,PC,Adventure,JoWood Productions,TopWare Interactive,,,,,,,2001-10-14, +/games/boxart/full_308556AmericaFrontccc.jpg,Jakers! Let's Explore,Wii,Adventure,Graffiti,Graffiti Entertainment,,,,,,,2009-10-20, +/games/boxart/default.jpg,Jakers! Let's Explore,DS,Adventure,Unknown,Graffiti Entertainment,,,,,,,, +/games/boxart/full_james-clavells-shogun_262AmericaFront.jpg,James Clavell's Shogun,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1988-01-01, +/games/boxart/default.jpg,Jekyll & Hyde,PC,Adventure,Unknown,In Utero,,,,,,,, +/games/boxart/default.jpg,Jelly Kingdoms,DSiW,Adventure,Unknown,Schell Games,,,,,,,, +/games/boxart/full_jesus-ii_920AmericaFront.jpg,Jesus II,PC,Adventure,Enix,Enix Corporation,,,,,,,1991-03-24, +/games/boxart/default.jpg,Jesus: Kyōfu no Bio-Monster,PC,Adventure,Unknown,Enix Corporation,,,,,,,, +/games/boxart/default.jpg,Jesus: Kyōfu no Bio-Monster,NES,Adventure,King Records,"Enix corporation., Chunsoft Co., Ltd.",,,,,,,1989-03-17, +/games/boxart/full_8603539JapanFrontccc.jpg,Jewels Ocean: Star of Sierra Leone,PS2,Adventure,Pione Soft,Pione Soft,,,,,,,2006-02-23, +/games/boxart/full_jigoku-sensei-nube_672JapanFront.jpg,Jigoku Sensei NuBe,PS,Adventure,Bandai,Bandai,,,,,,,1997-05-16, +/games/boxart/full_3009512JapanFrontccc.jpg,Jigoku Shoujo Akekazura,DS,Adventure,Compile Heart,Compile Heart,,,,,,,2007-09-27, +/games/boxart/full_9842366JapanFrontccc.jpg,Jigoku Shoujo Mioyosuga,PS2,Adventure,Compile Heart,Compile Heart,,,,,,,2009-09-17, +/games/boxart/default.jpg,JK to Ero-ryman: Junjou Meikko o Love Hotel Nitsure,PC,Adventure,Unknown,Blue Gale,,,,,,,2011-08-12, +/games/boxart/full_4445981AmericaFrontccc.png,Joe Dever's Lone Wolf: The Shianti Halls,And,Adventure,Bulkypix,Bulkypix,,,,,,,2014-08-07, +/games/boxart/6704737ccc.jpg,Journey to the Center of the Earth,PC,Adventure,Viva Media,Frogwares,,,,,,,2003-10-27, +/games/boxart/full_journey-the-quest-begins_273AmericaFront.jpg,Journey: The Quest Begins,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1988-01-01, +/games/boxart/default.jpg,Jozakari wa Toshishita mi,PC,Adventure,Unknown,Studio Ebisu,,,,,,,2011-08-26, +/games/boxart/6430660ccc.jpg,Juka and the Monophonic Menace,GBA,Adventure,SouthPeak Interactive,"Orbital Media, Inc.",7.2,,,,,,2006-10-24, +/games/boxart/full_jungle-book_4AmericaFront.jpg,Jungle Book,PC,Adventure,IBM,Powerhouse Entertainment,,,,,,,1996-01-01, +/games/boxart/3481955ccc.jpg,Jurassic Park Interactive,3DO,Adventure,Universal Interactive,Universal Interactive Studios,,,,,,,1994-01-01, +/games/boxart/full_juujimoto-ripputai-sypher_82JapanFront.jpg,Juujimoto Ripputai Sypher,PC,Adventure,Abel,Abel Software,,,,,,,2004-12-24, +/games/boxart/full_5046175JapanFrontccc.jpg,Juujimoto Ripputai Sypher: Game of Survival,PS2,Adventure,Abel,Abel Software,,,,,,,2007-06-28, +/games/boxart/full_232648JapanFrontccc.jpg,Kadenz Fermata//Akkord:Fortissimo,PSV,Adventure,5pb,La'cryma,,,,,,,2014-12-11, +/games/boxart/full_8819261JapanFrontccc.jpg,Kaen Seibo: The Virgin on Megiddo,DC,Adventure,Hiromi,Kobi,,,,,,,2001-08-02, +/games/boxart/full_6994419JapanFrontccc.jpg,Kaena,PS2,Adventure,Namco,Xilam,,,,,,,2004-04-15, +/games/boxart/full_kaeru-batake-de-tsukamaete_2JapanFront.jpg,Kaeru Batake de Tsukamaete,PS2,Adventure,Takuyo,Takuyo,,,,,,,2010-04-28, +/games/boxart/full_kaeru-batake-de-tsukamaete-portable_145JapanFront.jpg,Kaeru Batake de Tsukamaete Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2010-11-11, +/games/boxart/full_kaeru-batake-de-tsukamaete-natsu-senbokuryou-sansen-portable_118JapanFront.jpg,Kaeru Batake de Tsukamaete: Natsu Senbokuryou Sansen Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2011-06-16, +/games/boxart/full_kaeru-batake-de-tsukamete-natsu-senbokuryou-sansen_304JapanFront.jpg,Kaeru Batake de Tsukamete: Natsu Senbokuryou Sansen!,PS2,Adventure,Takuyo,Takuyo,,,,,,,2010-12-28, +/games/boxart/full_8230088JapanFrontccc.jpg,Kaeru no Tame ni Kane wa Naru,GB,Adventure,Nintendo,Intelligent Systems,,,,,,,1992-09-14, +/games/boxart/default.jpg,Kagami Hana Suigetsu,PC,Adventure,Vega,Vega,,,,,,,2003-02-14, +/games/boxart/default.jpg,Kage no Sekuharist: Haramase Oui Keishou Soudou,PC,Adventure,Unknown,Lilith,,,,,,,2011-08-26, +/games/boxart/full_kaijin-zona_217JapanFront.jpg,Kaijin Zona,GB,Adventure,Nintendo,Vistec,,,,,,,2000-10-21, +/games/boxart/full_3721232JapanFrontccc.jpg,Kaitou Apricot,DC,Adventure,Takuyo,Takuyo,,,,,,,2003-03-06, +/games/boxart/full_kaleidoscope-bankakyou_691JapanFront.jpg,Kaleidoscope: Bankakyou,PC,Adventure,Ange,Ange,,,,,,,1999-08-07, +/games/boxart/full_8003958JapanFrontccc.jpg,Kamaitachi no Yoru,VC,Adventure,ChunSoft,ChunSoft,,,,,,,2007-02-13, +/games/boxart/full_4626849JapanFrontccc.jpg,Kamaitachi no Yoru 2: Tokubetsu Hen,PS,Adventure,ChunSoft,ChunSoft,,,,,,,1998-12-03, +/games/boxart/full_3409296JapanFrontccc.jpg,Kamaitachi no Yoru Advance,GBA,Adventure,ChunSoft,ChunSoft,,,,,,,2002-06-28, +/games/boxart/full_kamaitachi-hiiro-no-sakeme_726JapanFront.jpg,Kamaitachi: Hiiro no Sakeme,PC,Adventure,Bellda Soft,Bellda Soft,,,,,,,2001-03-30, +/games/boxart/full_kamipani_1JapanFront.jpg,Kamipani!,PC,Adventure,Clochette,Clochette,,,,,,,2008-03-28, +/games/boxart/full_7385117JapanFrontccc.jpg,Kamo no Hashikamo. Aimai Seikatsu no Susume,DS,Adventure,ASCII Media Works,ASCII Media Works,,,,,,,2009-12-03, +/games/boxart/full_kana-imouto_3AmericaFront.jpg,Kana Little Sister,PC,Adventure,G-Collections,D.O.,,,,,,,2002-07-02, +/games/boxart/full_kana-imouto_76JapanFront.jpg,Kana: Imouto,PSN,Adventure,CyberFront,CyberFront,,,,,,,2011-03-24, +/games/boxart/full_9453211JapanFrontccc.jpg,Kanon,PS2,Adventure,NEC Interchannel,Key,,,,,,,2002-02-28, +/games/boxart/full_9556371JapanFrontccc.jpg,Kanon,PC,Adventure,Key,Key,,,,,,,1999-06-04, +/games/boxart/full_7694572JapanFrontccc.jpg,Kanon,PSP,Adventure,Prototype,Key,,,,,,,2007-02-15, +/games/boxart/full_kanuchi-futatsu-no-tsubasa_343JapanFront.jpg,Kanuchi: Futatsu no Tsubasa,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2010-12-16, +/games/boxart/full_kanuchi-kuroki-tsubasa-no-shou_3JapanFront.jpg,Kanuchi: Kuroki Tsubasa no Shou,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2009-04-23, +/games/boxart/full_7764892AmericaFrontccc.jpg,Karma: Curse of the 12 Caves,PC,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,1998-01-01, +/games/boxart/full_katakamuna-ushinawareta-ingaritsu_6JapanFront.jpg,Katakamuna: Ushinawareta Ingaritsu,PS2,Adventure,Alchemist,Alchemist,,,,,,,2004-11-25, +/games/boxart/full_kaze-no-oka-kouen-nite_794JapanFront.jpg,Kaze no Oka Kouen Nite,PS,Adventure,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1998-09-03, +/games/boxart/full_2319249JapanFrontccc.jpg,Kaze no Uta,DC,Adventure,Kyarara,Milk Soft,,,,,,,2004-04-15, +/games/boxart/full_kazoku-keikaku_87JapanFront.jpg,Kazoku Keikaku,PSN,Adventure,CyberFront,CyberFront,,,,,,,2011-03-10, +/games/boxart/full_1561820JapanFrontccc.jpg,Kekkon: Marriage,PS,Adventure,Shogakukan,Shogakukan Production,,,,,,,1996-10-10, +/games/boxart/full_7623852AmericaFrontccc.jpg,Kelly Club: Clubhouse Fun,GB,Adventure,Knowledge Adventure,Vicarious Visions,,,,,,,2001-10-31, +/games/boxart/full_3686090JapanFrontccc.jpg,Kenran Butoh Sai: The Mars Daybreak,PS2,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-07, +/games/boxart/full_8774695AmericaFrontccc.jpg,Kick & Fennick,PSV,Adventure,Unknown,Unknown,,,,,,,2015-02-03, +/games/boxart/default.jpg,Kidnapped,PC,Adventure,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8930732JapanFrontccc.jpg,Kidou Senkan Nadesico: The Blank of 3 Years,SAT,Adventure,Sega,Sega,,,,,,,1998-09-23, +/games/boxart/full_8209249AmericaFrontccc.jpg,Kids On Site,SCD,Adventure,Digital Pictures,Digital Pictures,,,,,,,1994-01-01, +/games/boxart/default.jpg,Kiero Oni-Chan,PC,Adventure,Unknown,Le Chocolat,,,,,,,2006-12-22, +/games/boxart/full_kieta-princess_3JapanFront.jpg,Kieta Princess (FDS),NES,Adventure,Imagineer,Infinity,,,,,,,1986-12-20, +/games/boxart/full_2417269JapanFrontccc.jpg,Kimi ga Nozomu Eien,PC,Adventure,age,age,,,,,,,2001-08-03, +/games/boxart/full_6229084JapanFrontccc.jpg,Kimi ga Nozomu Eien,DC,Adventure,Atypical Alchemists Associate,Atypical Alchemists Associate,,,,,,,2002-09-26, +/games/boxart/full_3889267JapanFrontccc.jpg,Kimi ga Nozomu Eien: Rumbling hearts,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-05-01, +/games/boxart/full_8553966JapanFrontccc.jpg,Kimokawae!,DS,Adventure,Genterprise,5pb. Games,,,,,,,2009-03-05,2018-12-19 +/games/boxart/default.jpg,Kindan: Kimi wa Boku Dake no Maiden,PC,Adventure,Guilty N,Guilty N,,,,,,,2006-10-27, +/games/boxart/full_kings-quest_715AmericaFront.jpg,King's Quest,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1984-01-01, +/games/boxart/full_kings-quest-i-quest-for-the-crown-vga-version_986AmericaFront.jpg,King's Quest I: Quest for the Crown (VGA Version),PC,Adventure,Unknown,Tierra,,,,,,,2001-07-07, +/games/boxart/full_kings-quest-ii-romancing-the-stones-vga_468AmericaFront.jpg,King's Quest II: Romancing the Stones (VGA Version),PC,Adventure,Unknown,AGD Interactive,,,,,,,2002-12-03, +/games/boxart/full_kings-quest-ii-romancing-the-throne_884AmericaFront.jpg,King's Quest II: Romancing the Throne,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1985-01-01, +/games/boxart/full_kings-quest-iii-redux-to-heir-is-human_236AmericaFront.jpg,King's Quest III Redux: To Heir is Human,PC,Adventure,Unknown,AGD Interactive,,,,,,,2011-02-24, +/games/boxart/5735055ccc.jpg,King's Quest III: To Heir Is Human,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1986-10-01, +/games/boxart/8563352ccc.jpg,King's Quest IV: The Perils of Rosella,PC,Adventure,Sierra Online,Sierra On-Line,,,,,,,1988-08-16, +/games/boxart/full_5313539AmericaFrontccc.jpg,King's Quest V,NES,Adventure,Konami,Novotrade,,,,,,,1992-06-01, +/games/boxart/4527577ccc.jpg,King's Quest V: Absence Makes the Heart Go Yonder!,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1990-11-09, +/games/boxart/3112774ccc.jpg,"King's Quest VI: Heir Today, Gone Tomorrow",PC,Adventure,Sierra Online,Sierra,,,,,,,1992-09-30, +/games/boxart/7864041ccc.jpg,King's Quest VII: The Princeless Bride,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1994-11-23, +/games/boxart/7631841ccc.jpg,King's Quest: Mask of Eternity,PC,Adventure,Sierra Entertainment,Sierra Studios,,,,,,,1998-01-01, +/games/boxart/8646991ccc.jpg,King's Quest: Quest for the Crown,MS,Adventure,Parker Bros.,Microsmiths Inc.,,,,,,,1989-01-01, +/games/boxart/full_kings-quest-quest-for-the-crown_6AmericaFront.jpg,King's Quest: Quest for the Crown,PC,Adventure,Unknown,Sierra Entertainment,,,,,,,2001-07-07, +/games/boxart/default.jpg,Kingdom,PC,Adventure,Commodore,Digital Eclipse,,,,,,,1977-01-01,2018-04-20 +/games/boxart/full_3555656AmericaFrontccc.jpg,Kingdom O' Magic,PC,Adventure,GT Interactive,SCi,,,,,,,1996-07-31, +/games/boxart/full_708189PALFrontccc.jpg,Kingdom Tales 2,OSX,Adventure,Libredia Entertainment,Cateia Games,,,,,,,2014-08-07, +/games/boxart/full_253250PALFrontccc.jpg,Kingdom Tales 2,PC,Adventure,Libredia Entertainment,Cateia Games,,,,,,,2014-08-07, +/games/boxart/5655008ccc.jpg,Kingdom: The Far Reaches,3DO,Adventure,Interplay,Virtual Image Productions,,,,,,,1995-01-01, +/games/boxart/full_kingdom-the-far-reaches_6AmericaFront.jpg,Kingdom: The Far Reaches,PC,Adventure,Interplay,Virtual Image Productions,,,,,,,1995-12-01, +/games/boxart/full_8438303JapanFrontccc.jpg,Kiniro no Corda: La Corda d'Oro,PC,Adventure,KOEI,Koei,,,,,,,2003-09-19, +/games/boxart/full_9604192JapanFrontccc.jpg,Kiniro no Corda: La Corda d'Oro,PSP,Adventure,KOEI,Koei,,,,,,,2005-11-10, +/games/boxart/full_2284269JapanFrontccc.jpg,Kiniro no Corda: La Corda d'Oro,PS2,Adventure,KOEI,Koei,,,,,,,2004-03-18, +/games/boxart/default.jpg,Kinyoubi no Koneko,PC,Adventure,Emu,Emu,,,,,,,2003-06-20, +/games/boxart/full_844106JapanFrontccc.jpg,Kisekko Gurumii,GBA,Adventure,MTO,MTO,,,,,,,2003-01-01, +/games/boxart/full_9023328JapanFrontccc.jpg,Kiss Yori...,SAT,Adventure,KID,KID Corporation,,,,,,,1999-03-18, +/games/boxart/full_kiss-yori-seaside-serenade_6JapanFront.jpg,KISS Yori... Seaside Serenade,WS,Adventure,KID,KID Corporation,,,,,,,1999-12-02, +/games/boxart/full_9071634PALFrontccc.jpg,Knights of the Temple II,XB,Adventure,Unknown,Cauldron Ltd.,,,,,,,, +/games/boxart/full_9539358AmericaFrontccc.jpg,Knights of the Temple II,PC,Adventure,Take-Two Interactive,Cauldron Ltd.,,,,,,,2007-02-23, +/games/boxart/full_1864454PALFrontccc.jpg,Knights of the Temple II,PS2,Adventure,TDK Mediactive,Cauldron Ltd.,,,,,,,2005-10-24, +/games/boxart/full_6011138PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,PC,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-04-08, +/games/boxart/full_244505PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,XB,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-04-08, +/games/boxart/full_6567881PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,PS2,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-06-04, +/games/boxart/full_2844894PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,GC,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-03-19, +/games/boxart/full_886464JapanFrontccc.jpg,Koiiro Chu! Lips,PC,Adventure,Peas Soft,Peas Soft,,,,,,,2006-06-30, +/games/boxart/full_8969095JapanFrontccc.jpg,Koinu to Issho! Aijou Monogatari,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2003-08-01, +/games/boxart/full_koisuru-otome-to-shugo-no-tate_275JapanFront.jpg,Koisuru Otome to Shugo no Tate,PC,Adventure,Axl,Axl,,,,,,,2007-06-29, +/games/boxart/full_9795720JapanFrontccc.jpg,Kokuu Hyouryuu Nirgends,PCFX,Adventure,NEC,Micro Cabin,,,,,,,1996-06-28, +/games/boxart/full_komocchi_356JapanFront.jpg,Komocchi,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,2001-09-20, +/games/boxart/full_6144867JapanFrontccc.jpg,Koneko Monogatari: The Adventures of Chatran (FDS),NES,Adventure,Pony Canyon,Pony Canyon,,,,,,,1986-09-19, +/games/boxart/default.jpg,Konneko: Keep a Memory Green,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-12-08, +/games/boxart/full_kono-aozora-ni-yakusoku-o-tenohira-no-rakuen_0JapanFront.jpg,Kono Aozora ni Yakusoku o: Tenohira no Rakuen,PSN,Adventure,TGL,TGL,,,,,,,2010-10-07, +/games/boxart/full_9309905JapanFrontccc.jpg,Konohana 2: Todoke Kanai Requiem,DC,Adventure,Success,Vridge,,,,,,,2002-11-28, +/games/boxart/full_681603JapanFrontccc.jpg,Konohana 3: Itsuwari no Kage no Mukou ni,PS2,Adventure,Success,Vridge,,,,,,,2003-05-01, +/games/boxart/full_7270004JapanFrontccc.jpg,Konohana 4: Yami wo Harau Inori,PS2,Adventure,Success,Vridge,,,,,,,2004-09-09, +/games/boxart/default.jpg,Konohana Pack: 3tsu no Jikenbo,PS2,Adventure,Success,Vridge,,,,,,,2004-07-08, +/games/boxart/full_6863489JapanFrontccc.jpg,Konohana: True Report,DC,Adventure,Success,Vridge,,,,,,,2001-04-26, +/games/boxart/full_4495348JapanFrontccc.jpg,Konohana: True Report,PS,Adventure,Success,Vridge,,,,,,,2001-04-26, +/games/boxart/full_1903226JapanFrontccc.jpg,Koushounin DS: The Negotiator,DS,Adventure,Alpha Unit,Alpha Unit,,,,,,,2009-12-17, +/games/boxart/full_kowloon-youma-gakuenki_8JapanFront.jpg,Kowloon Youma Gakuenki,PS2,Adventure,Atlus,Killaware,,,,,,,2004-09-16, +/games/boxart/default.jpg,Kunoichi Hichou: Yoshiwara Yuukaku Kidan,PC,Adventure,Ail,Ail,,,,,,,2009-03-27, +/games/boxart/default.jpg,Kunoichi Kikyou: Gensou Kannou Emaki,PC,Adventure,Black Package,Black Package,,,,,,,2009-12-11, +/games/boxart/default.jpg,Kunoichi o Oneesan Shizune no Gohoushi Ninmu,PC,Adventure,Norn,Norn,,,,,,,2010-02-12, +/games/boxart/default.jpg,Kunoichi Sakuya: Shinobishi Omoi wa Chijoku ni Narete...,PC,Adventure,Rune,Rune,,,,,,,2006-03-31, +/games/boxart/full_2629145JapanFrontccc.jpg,Kunoichi Torimonochou,PS,Adventure,GMF,GMF,,,,,,,1999-02-25, +/games/boxart/full_1135978JapanFrontccc.jpg,Kunoichi Torimonochou,SAT,Adventure,CRI,CRI,,,,,,,1998-02-05, +/games/boxart/default.jpg,Kunoichiban! Minarai Kunoichi Ninpu Tobari,PC,Adventure,Crowd,Crowd,,,,,,,2005-10-28, +/games/boxart/full_3276772JapanFrontccc.jpg,Kuon no Kizuna: Sairin Mikotonori,DC,Adventure,Fog,FOG (Full On Games),,,,,,,2000-05-18, +/games/boxart/default.jpg,Kurayami,PC,Adventure,Melody,Melody,,,,,,,1997-06-27, +/games/boxart/default.jpg,Kurayami,PS3,Adventure,Unknown,Grasshopper Manufacture,,,,,,,, +/games/boxart/default.jpg,Kurayami 2,PC,Adventure,Melody,Melody,,,,,,,1998-11-13, +/games/boxart/full_project-k_4JapanFront.jpg,Kurohyou: Ryu ga Gotoku Shinshou,PSN,Adventure,Sega,Amusement Vision,,,,,,,2010-09-22, +/games/boxart/full_kurokami-otome-tai_103JapanFront.jpg,Kurokami Otome Tai,PC,Adventure,Honey Pot,Honey Pot,,,,,,,2005-02-04, +/games/boxart/full_kurokami-otome-tai-eksusute_308JapanFront.jpg,Kurokami Otome Tai Eksusute!,PC,Adventure,Honey Pot,Honey Pot,,,,,,,2007-02-23, +/games/boxart/full_kurokami-otome-tai-rebirth_286JapanFront.jpg,Kurokami Otome Tai Re:Birth,PC,Adventure,Honey Pot,Honey Pot,,,,,,,2006-10-13, +/games/boxart/full_6065929AmericaFrontccc.jpg,Kuros,PC,Adventure,Sandlot Games,Sandlot Games,,,,,,,2009-09-21, +/games/boxart/default.jpg,Kyonyuu Gokurau Seminar,PC,Adventure,WestVision,WestVision,,,,,,,2005-08-26, +/games/boxart/default.jpg,Kyouiku Shidou: Yamato Nadeshiko Saisei Keikaku,PC,Adventure,GokuFero,GokuFero,,,,,,,2008-09-12, +/games/boxart/full_kyouka-suigetsu_547JapanFront.jpg,Kyouka Suigetsu,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2003-02-14, +/games/boxart/default.jpg,Kyoukugen Dasshutsu ADV: Zennin Shiboudesu,PSV,Adventure,Unknown,ChunSoft,,,,,,,, +/games/boxart/full_6456322JapanFrontccc.jpg,L no Kisetsu: A Piece of Memories,PS,Adventure,Tonkin House,Tonkin House,,,,,,,1999-08-05, +/games/boxart/full_la-noire-a-slip-of-the-tongue_266AmericaFront.jpg,L.A. Noire: A Slip of the Tongue,XBL,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-05-17, +/games/boxart/full_la-noire-a-slip-of-the-tongue_397AmericaFront.jpg,L.A. Noire: A Slip of the Tongue,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-02, +/games/boxart/full_la-noire-nicholson-electroplating_496AmericaFront.jpg,L.A. Noire: Nicholson Electroplating,XBL,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-21, +/games/boxart/full_la-noire-nicholson-electroplating_102AmericaFront.jpg,L.A. Noire: Nicholson Electroplating,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-21, +/games/boxart/full_la-noire-reefer-madness_319AmericaFront.jpg,L.A. Noire: Reefer Madness,XBL,Adventure,Rockstar Games,Team Bondi,6,,,,,,2011-07-12, +/games/boxart/full_la-noire-reefer-madness_531AmericaFront.jpg,L.A. Noire: Reefer Madness,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-07-12, +/games/boxart/full_la-noire-the-naked-city_306AmericaFront.jpg,L.A. Noire: The Naked City,XBL,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-05-17, +/games/boxart/full_la-noire-the-naked-city_164AmericaFront.jpg,L.A. Noire: The Naked City,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-02, +/games/boxart/full_1006009AmericaFrontccc.jpg,Labyrinth,PC,Adventure,Unknown,Lucasfilm Games,,,,,,,, +/games/boxart/full_8684927AmericaFrontccc.jpg,Lantern Forge,PC,Adventure,Hearthfire Studios,Hearthfire Studios,,,,,,,2014-07-18, +/games/boxart/full_lara-croft-and-the-guardian-of-light_0AmericaFront.jpg,Lara Croft and the Guardian of Light,PSN,Adventure,Square Enix,Crystal Dynamics,8.5,,,,,,2010-09-28, +/games/boxart/full_lara-croft-and-the-guardian-of-light_8AmericaFront.jpg,Lara Croft and the Guardian of Light,XBL,Adventure,Square Enix,Crystal Dynamics,8.6,,,,,,2010-08-18, +/games/boxart/full_4172844PALFrontccc.jpg,Largo Winch: Empire Under Threat,PS2,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-09-06, +/games/boxart/full_7364794PALFrontccc.jpg,Largo Winch: Empire Under Threat,PC,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-09-06, +/games/boxart/full_424338PALFrontccc.jpg,Largo Winch: Empire Under Threat,GC,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-10-01, +/games/boxart/full_5184836PALFrontccc.jpg,Largo Winch: Empire Under Threat,XB,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-09-19, +/games/boxart/full_last-alive_0JapanFront.jpg,Last Alive,WS,Adventure,Bandai,Bandai,,,,,,,2001-07-26, +/games/boxart/default.jpg,Last Dragon Standing,XBL,Adventure,Unknown,Werewolf Studios,,,,,,,, +/games/boxart/full_2017804JapanFrontccc.jpg,Last Escort: Kurochou Special Night,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-07-27, +/games/boxart/full_5480716AmericaFrontccc.jpg,Last Half of Darkness: Beyond the Spirit's Eye,PC,Adventure,Tri Synergy,WRF Studios,,,,,,,2008-11-07, +/games/boxart/default.jpg,Last Half of Darkness: Shadows of the Servants,PC,Adventure,SoftLab Laboratories,SoftLab Laboratories,,,,,,,2005-01-01, +/games/boxart/full_4832027PALFrontccc.jpg,Last King of Africa,DS,Adventure,Focus Home Interactive,White Birds Productions,,,,,,,2008-11-14, +/games/boxart/full_1829425JapanFrontccc.jpg,Last Story wa Anata e: Gift For You,PC,Adventure,Panda House,Panda House,,,,,,,2005-02-25, +/games/boxart/full_leather-goddesses-of-phobos-2-gas-pump-girls-meet-the-pulsating-inconvenience-from-planet-x_326AmericaFront.jpg,Leather Goddesses of Phobos! 2: Gas Pump Girls Meet the Pulsating Inconvenience from Planet X,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1992-01-01, +/games/boxart/5245135ccc.jpg,Legacy Of Kain: Soul Reaver,DC,Adventure,Eidos Interactive,Crystal Dynamics,9.1,,,,,,2000-01-27, +/games/boxart/full_lego-batman-the-video-game_2AmericaFront.jpg,LEGO Batman: The Video Game,XBL,Adventure,Warner Bros. Interactive,Traveller's Tales,,,,,,,2010-06-15, +/games/boxart/full_lego-batman-the-videogame_591PALFront.png,LEGO Batman: The Videogame,PSN,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,,,,,,2010-03-18, +/games/boxart/full_lego-harry-potter-years-1-4_7AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PSN,Adventure,Warner Bros. Interactive,Traveller's Tales,,,,,,,2010-07-20,2018-12-01 +/games/boxart/full_8563980AmericaFrontccc.png,LEGO Indiana Jones: The Original Adventures,PSN,Adventure,LucasArts,Traveller's Tales,7.6,,,,,,2009-09-30, +/games/boxart/full_5723473AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,PC,Adventure,LEGO Media,Silicon Dreams,,,,,,,2001-03-30, +/games/boxart/full_578797AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,GB,Adventure,LEGO Media,Crawfish Interactive,,,,,,,2001-03-01, +/games/boxart/4124281ccc.jpg,Leisure Suit Larry 1: In the Land of the Lounge Lizards,PC,Adventure,Sierra Entertainment,Sierra,,,,,,,1991-01-01, +/games/boxart/8011825ccc.jpg,Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work!,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-09-07, +/games/boxart/9327130ccc.jpg,Leisure Suit Larry 6: Shape Up or Slip Out!,PC,Adventure,Sierra Entertainment,Sierra,,,,,,,1993-01-01, +/games/boxart/default.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,XBL,Adventure,Unknown,Replay Games,,,,,,,, +/games/boxart/default.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,PSN,Adventure,Unknown,Replay Games,,,,,,,, +/games/boxart/default.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,PC,Adventure,Unknown,Replay Games,,,,,,,, +/games/boxart/8884294ccc.jpg,Leisure Suit Larry: Love For Sail,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-10-31, +/games/boxart/full_lemon-kageetei-no-nostalgia_762JapanFront.jpg,Lemon: Kageetei no Nostalgia,PC,Adventure,13cm,13cm,,,,,,,2000-04-14, +/games/boxart/full_1013227AmericaFrontccc.jpg,Let's Ride! Dreamer,PC,Adventure,THQ,ValuSoft,,,,,,,2005-10-03, +/games/boxart/full_4946892AmericaFrontccc.jpg,Life is Strange,X360,Adventure,Square Enix,DONTNOD Entertainment,,,,,,,2015-01-30, +/games/boxart/full_1494206AmericaFrontccc.jpg,Life is Strange,PS3,Adventure,Square Enix,DONTNOD Entertainment,,,,,,,2015-01-30, +/games/boxart/full_1247688AmericaFrontccc.png,Light Apprentice,And,Adventure,Bulkypix,Bulkypix,,,,,,,2014-08-13, +/games/boxart/default.jpg,Like Life,PC,Adventure,HookSoft,HookSoft,,,,,,,2004-05-28, +/games/boxart/full_858926JapanFrontccc.jpg,Like Life an Hour,PS2,Adventure,GN Software,Regista,,,,,,,2005-04-28, +/games/boxart/full_705020AmericaFrontccc.jpg,Limbo of the Lost,PC,Adventure,Tri Synergy,Majestic Studios,,,,,,,2007-07-01, +/games/boxart/full_linus-spaceheads-cosmic-crusade_294AmericaFront.jpg,Linus Spacehead's Cosmic Crusade,NES,Adventure,Unknown,Codemasters,,,,,,,, +/games/boxart/7137721ccc.jpg,Loom,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1990-01-01, +/games/boxart/4927142ccc.jpg,Lord of the Sword,MS,Adventure,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_5133212JapanFrontccc.jpg,Lost Aya Sophia,PS2,Adventure,Idea Factory,MATE,,,,,,,2004-05-27, +/games/boxart/full_lost-eden_2AmericaFront.jpg,Lost Eden,PC,Adventure,Virgin Interactive,Cryo Interactive,,,,,,,1995-01-01, +/games/boxart/1066316ccc.jpg,Lost Eden,3DO,Adventure,Virgin Interactive,Cryo Interactive,,,,,,,1995-01-01, +/games/boxart/full_4126968JapanFrontccc.jpg,Lost Passage,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-10-23, +/games/boxart/default.jpg,LostWinds 2,DS,Adventure,Unknown,Frontier Developments,,,,,,,, +/games/boxart/default.jpg,Love * Kiss,PC,Adventure,Unknown,LIME,,,,,,,2011-08-26, +/games/boxart/default.jpg,Love Gear: Kinematic Lovers,PC,Adventure,Teatime,Teatime,,,,,,,2011-12-09, +/games/boxart/full_love-hina-pocket_702JapanFront.jpg,Love Hina Pocket,GB,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2000-08-04, +/games/boxart/full_1318641JapanFrontccc.jpg,Love Hina: Gojasu Chiratto Happening!!,PS2,Adventure,Konami,Konami,,,,,,,2003-05-22, +/games/boxart/full_7263143JapanFrontccc.jpg,Love Hina: Smile Again,DC,Adventure,Sega,Sega,,,,,,,2001-03-29, +/games/boxart/full_7632991JapanFrontccc.jpg,Love Hina: Totsuzen no Engeji Happening,DC,Adventure,Sega,Sega,,,,,,,2000-09-28, +/games/boxart/full_8928568PALFrontccc.jpg,Love is...in Bloom: The Flower Shop Garden,Wii,Adventure,Zushi Games,Midway Games,,,,,,,2009-09-18, +/games/boxart/full_6060330AmericaFrontccc.jpg,Love is...in Bloom: The Flower Shop Garden,DS,Adventure,Storm City Games,Midway Games,,,,,,,2010-03-30, +/games/boxart/default.jpg,Love-Bride Eve,PC,Adventure,Unknown,Whitesoft,,,,,,,2011-08-26, +/games/boxart/full_7295887JapanFrontccc.jpg,Loveroot Zero: Kiss Kiss * Labyrinth,PS2,Adventure,Dimple Entertainment,Dimple Entertainment,,,,,,,2010-04-28, +/games/boxart/full_lucian-bees-resurrection-supernova_7JapanFront.jpg,Lucian Bee's: Resurrection Supernova,PSP,Adventure,5pb,HuneX,,,,,,,2010-10-28, +/games/boxart/full_lucian-bees-trilogy-box_6JapanFront.jpg,Lucian Bee's: Trilogy Box,PSP,Adventure,5pb,HuneX,,,,,,,2010-10-28, +/games/boxart/full_lucky-star-ryouou-gakuen-outousai-portable_926JapanFront.jpg,Lucky * Star: Ryouou Gakuen Outousai Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-12-22, +/games/boxart/full_2412866PALFrontccc.jpg,Lula 3D,PC,Adventure,CDV Software Entertainment,cdv Software,2,,,,,,2005-06-22, +/games/boxart/full_6672667AmericaFrontccc.jpeg,Lumino City,PC,Adventure,State of Play Games,State of Play Games,,,,,,,2015-01-01, +/games/boxart/full_7384591JapanFrontccc.jpg,Lupin III: Columbus no Isan wa Akenisomaru,PS2,Adventure,Banpresto,Banpresto,,,,,,,2004-11-25, +/games/boxart/full_lupin-iii-pyramid-no-kenja_0JapanFront.jpg,Lupin III: Pyramid no Kenja,SAT,Adventure,Asmik Ace Entertainment,Asmik Ace Entertainment Inc.,,,,,,,1998-08-06, +/games/boxart/full_9700789JapanFrontccc.jpg,Lupin III: Umi ni Kieta Hihou,GC,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2003-07-31, +/games/boxart/full_7131971JapanFrontccc.jpg,Lupin Sansei,PS,Adventure,Daiki,Daiki,,,,,,,1998-11-26, +/games/boxart/full_4773417JapanFrontccc.jpg,Lupin Sansei: Chateau de Cagliostro Saikai,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1997-01-10, +/games/boxart/6356556ccc.jpg,Lure of the Temptress,PC,Adventure,Konami,Revolution Software Ltd.,,,,,,,1992-06-01, +/games/boxart/full_lycoris-radiata_600JapanFront.jpg,Lycoris Radiata,PC,Adventure,Terios,Terios,,,,,,,2006-03-24, +/games/boxart/full_9788838JapanFrontccc.jpg,Lyrical Lyric,PC,Adventure,Marmalade,Marmalade,,,,,,,2007-07-27, +/games/boxart/full_lyrical-mint_498JapanFront.jpg,Lyrical Mint,PC,Adventure,Untouchable,Untouchable,,,,,,,2002-09-20, +/games/boxart/full_2662016AmericaFrontccc.jpg,M&M's Adventure,PS2,Adventure,Zoo Digital Publishing,Nikitova Games,,,,,,,2009-04-14, +/games/boxart/full_7648473AmericaFrontccc.jpg,M&M's Adventure,Wii,Adventure,Zoo Digital Publishing,Nikitova Games,,,,,,,2008-11-18, +/games/boxart/full_9504353JapanFrontccc.jpeg,M3 The Dark Metal: Mission Memento Mori,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-11-20, +/games/boxart/full_3707672JapanFrontccc.jpg,Ma-Gi: Marginal,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-07-17, +/games/boxart/full_macaroni-houren-shou-interactive_8JapanFront.jpg,Macaroni Houren Shou Interactive,3DO,Adventure,Toshiba EMI,Toshiba EMI,,,,,,,1995-01-13, +/games/boxart/full_9805888AmericaFrontccc.jpg,Machinarium,PSN,Adventure,Unknown,Amanita Design,,,,,,,, +/games/boxart/full_machine-maiden-next_84JapanFront.jpg,Machine Maiden Next,PC,Adventure,Evolution Games,Evolution Games,,,,,,,2002-06-21, +/games/boxart/full_mages-initiation-reign-of-the-elements_869AmericaFront.jpg,Mage's Initiation: Reign of the Elements,PC,Adventure,Unknown,Himalaya Studios,,,,,,,2015-01-01, +/games/boxart/default.jpg,Mahou Sensei Negima! 1-Jikanme ~Okochama Sensei wa Mahoutsukai!~,PS2,Adventure,Konami,Konami,,,,,,,2005-01-20, +/games/boxart/full_194617JapanFrontccc.jpg,Mahou Sensei Negima! 2-Jikanme ~Tatakau Otometachi! Mahora Daiundokai SP~,PS2,Adventure,Konami,Konami,,,,,,,2005-07-28, +/games/boxart/default.jpg,Mahou Shoujo Mana,PC,Adventure,Touchable,Touchable,,,,,,,2006-09-29, +/games/boxart/full_mahou-tsukai-to-goshujin-sama-new-ground_668JapanFront.jpg,Mahou Tsukai to Goshujin-sama: New Ground,PSP,Adventure,Quinrose,QuinRose,,,,,,,2011-11-23, +/games/boxart/default.jpg,Mahou Tsukai to Goshujin-sama: New Ground,3DS,Adventure,Quinrose,QuinRose,,,,,,,2011-11-23, +/games/boxart/full_8950520JapanFrontccc.jpg,Maiden * Breeder,PC,Adventure,Teatime,Teatime,,,,,,,2004-05-21, +/games/boxart/full_maiden-breeder-2_169JapanFront.jpg,Maiden * Breeder 2,PC,Adventure,Teatime,Teatime,,,,,,,2004-05-21, +/games/boxart/4729358ccc.gif,Mail de Cute,GBA,Adventure,Konami,Konami,,,,,,,2002-02-14, +/games/boxart/full_maison-ikkoku_10JapanFront.jpg,Maison Ikkoku,PCE,Adventure,Micro Cabin,Micro Cabin,,,,,,,1989-08-04, +/games/boxart/full_maison-ikkoku-omoi-no-photograph_8JapanFront.jpg,Maison Ikkoku: Omoi no Photograph,NES,Adventure,Bothtec,Bothtec,,,,,,,1988-07-21, +/games/boxart/full_9317556JapanFrontccc.jpg,Majo no Ochakai,DC,Adventure,NEC Interchannel,S-Neo,,,,,,,2003-06-26, +/games/boxart/full_makaimura-gaiden-the-demon-darkness_10JapanFront.jpg,Makaimura Gaiden: The Demon Darkness,GB,Adventure,Capcom,Capcom,,,,,,,1993-04-16, +/games/boxart/default.jpg,Make It Indie!,PC,Adventure,Sometimes You,Sometimes You,,,,,,,2015-04-01, +/games/boxart/default.jpg,Make It Indie!,OSX,Adventure,Sometimes You,Sometimes You,,,,,,,2015-04-01, +/games/boxart/default.jpg,Make It Indie!,Linux,Adventure,Sometimes You,Sometimes You,,,,,,,2015-04-01, +/games/boxart/8227516ccc.jpg,Maken X,DC,Adventure,Atlus,Atlus Co.,7.9,,,,,,1999-10-31, +/games/boxart/5971761ccc.jpg,Manhunter 2: San Francisco,PC,Adventure,Sierra Entertainment,Evryware,,,,,,,1989-01-01, +/games/boxart/3047646ccc.jpg,Manhunter: New York,PC,Adventure,Sierra Entertainment,Evryware,,,,,,,1988-01-01, +/games/boxart/2219085ccc.jpg,Maniac Mansion,NES,Adventure,Jaleco,Lucasfilm Games,,,,,,,1990-09-01, +/games/boxart/5756469ccc.jpg,Maniac Mansion,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1987-10-01, +/games/boxart/full_1929996AmericaFrontccc.jpg,Maniac Mansion: Day of the Tentacle,PSV,Adventure,Double Fine Productions,LucasArts,,,,,,,2017-03-22, +/games/boxart/7122578ccc.jpg,Maniac Mansion: Day of the Tentacle,PC,Adventure,LucasArts,LucasArts,9,,,,,,1993-03-09, +/games/boxart/full_4540594AmericaFrontccc.jpeg,Maniac Mansion: Day of the Tentacle,PS4,Adventure,Double Fine Productions,LucasArts,,,,,,,2017-03-22, +/games/boxart/full_7684031AmericaFrontccc.png,Mansion of Hidden Souls,SCD,Adventure,Victory Lap Games,System Sacom,,,,,,,1993-12-09, +/games/boxart/full_6397680AmericaFrontccc.jpg,March of the Penguins,GBA,Adventure,DSI Games,SkyRiver Studios,,,,,,,2006-11-20, +/games/boxart/full_maribeto-soshite-sekai-wa-irooushinau_475JapanFront.jpg,Maribeto: Soshite Sekai wa Irooushinau,PC,Adventure,Juno,Juno,,,,,,,2004-01-23, +/games/boxart/full_marionette-company_1JapanFront.jpg,Marionette Company,PSN,Adventure,Micro Cabin,Micro Cabin,,,,,,,2010-08-11, +/games/boxart/full_marionette-company_8JapanFront.jpg,Marionette Company,PS,Adventure,Micro Cabin,Micro Cabin,,,,,,,1999-05-20, +/games/boxart/full_7803377JapanFrontccc.jpg,Marionette Company,DC,Adventure,Micro Cabin,Micro Cabin,,,,,,,1999-10-07, +/games/boxart/full_marionette-company-2-chu_8JapanFront.jpg,Marionette Company 2 Chu!,PS,Adventure,Micro Cabin,Micro Cabin,,,,,,,2000-05-18, +/games/boxart/full_6181223JapanFrontccc.jpg,Marionette Company 2 Chu!,DC,Adventure,Micro Cabin,Micro Cabin,,,,,,,2000-05-18, +/games/boxart/full_marionette-company-2-chu_6JapanFront.jpg,Marionette Company 2 Chu!,PSN,Adventure,Micro Cabin,Micro Cabin,,,,,,,2010-10-27, +/games/boxart/full_8262102AmericaFrontccc.png,Martian Gothic: Unification,PC,Adventure,TalonSoft,Creative Reality,,,,,,,2000-04-30, +/games/boxart/full_8411819AmericaFrontccc.jpg,Martian Memorandum,PC,Adventure,Access Software,"Access Software, Inc.",,,,,,,1991-01-01, +/games/boxart/full_2322273AmericaFrontccc.png,Marvel Super Hero Squad,PSN,Adventure,THQ,Mass Media Inc.,,,,,,,2009-10-21, +/games/boxart/2337638ccc.jpg,Mary Shelley's Frankenstein / Bram Stoker's Dracula,SCD,Adventure,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-01-01, +/games/boxart/full_633665AmericaFrontccc.png,Master Reboot,WiiU,Adventure,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-24,2018-04-10 +/games/boxart/full_5522798JapanFrontccc.jpg,Matantei Loki Ragnarok Mayoukaku,PS2,Adventure,Taito,Taito Corporation,,,,,,,2005-12-22, +/games/boxart/full_matsumoto-reiji-999-story-of-galaxy-express-999_6JapanFront.jpg,Matsumoto Reiji 999: Story of Galaxy Express 999,PS,Adventure,Banpresto,Polygon Magic,,,,,,,2001-06-28, +/games/boxart/9127301ccc.jpg,Max Steel,DC,Adventure,Mattel Interactive,Treyarch,3.9,,,,,,2001-05-30, +/games/boxart/full_mcdonalds-monogatari_161JapanFront.jpg,McDonalds Monogatari: Honobono Tenchou Ikusei Game,GB,Adventure,TDK Core,TDK Core,,,,,,,2001-07-20, +/games/boxart/full_9109383AmericaFrontccc.jpg,Mean Streets,PC,Adventure,Access Software,"Access Software, Inc.",,,,,,,1989-01-01, +/games/boxart/full_medical-91_120JapanFront.jpg,Medical 91,PC,Adventure,Takuyo,Takuyo,,,,,,,2005-11-04, +/games/boxart/full_medical-91_529JapanFront.jpg,Medical 91,PS2,Adventure,Takuyo,Takuyo,,,,,,,2005-07-21, +/games/boxart/full_medical-91-portable_94JapanFront.jpg,Medical 91 for Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2008-06-12, +/games/boxart/full_medical-91-portable_541JapanFront.jpg,Medical 91 for Portable,PSN,Adventure,Takuyo,Takuyo,,,,,,,2010-03-25, +/games/boxart/full_medical-fellows_662JapanFront.jpg,Medical Fellows,PC,Adventure,Unknown,Kingdom,,,,,,,1998-12-11, +/games/boxart/full_5833168AmericaFrontccc.png,MediEvil,PSN,Adventure,Sony Computer Entertainment,SCEE Cambridge,,,,,,,2006-12-21,2018-12-03 +/games/boxart/full_4238908AmericaFrontccc.png,MediEvil: Resurrection,PSN,Adventure,Sony Computer Entertainment,SCEE,,,,,,,2008-06-25, +/games/boxart/full_9620822AmericaFrontccc.jpg,MediEvil: Resurrection,PSN,Adventure,Sony Computer Entertainment,SCEE,,,,,,,2008-06-26, +/games/boxart/full_1642595AmericaFrontccc.jpg,Mega Man Legends,PC,Adventure,Capcom,Capcom,,,,,,,2001-01-10, +/games/boxart/full_mega-man-legends-2_460JapanFront.jpg,Mega Man Legends 2,PC,Adventure,Capcom,Capcom,,,,,,,2000-10-24, +/games/boxart/8073190ccc.jpg,Mega Man Legends 2,PS,Adventure,Capcom,Capcom,,,,,,,2000-10-24, +/games/boxart/full_megami-tengoku-ii_4JapanFront.jpg,Megami Tengoku II,PCFX,Adventure,NEC,NEC,,,,,,,1996-07-26, +/games/boxart/full_megamind-the-blue-defender_257PALFront.png,Megamind: The Blue Defender,PSN,Adventure,THQ,Tantalus Interactive,,,,,,,2010-12-01, +/games/boxart/default.jpg,Mehime no Toriko,PC,Adventure,Unknown,Gage,,,,,,,2006-10-27, +/games/boxart/full_5040910JapanFrontccc.jpg,Mei * Puru,DC,Adventure,Princess Soft,Oaks Soft,,,,,,,2002-10-24, +/games/boxart/full_30940JapanFrontccc.jpg,Meitantei Conan,PS,Adventure,Bandai,Bandai,,,,,,,1998-11-19, +/games/boxart/full_meitantei-conan-3-jin-no-meitantei_857JapanFront.jpg,Meitantei Conan: 3-Jin no Meitantei,PS,Adventure,Bandai,Bandai,,,,,,,2000-08-10, +/games/boxart/full_3154167JapanFrontccc.jpg,Meitantei Conan: Akatsuki no Monument,GBA,Adventure,Banpresto,Banpresto,,,,,,,2005-04-21, +/games/boxart/full_meitantei-conan-chika-yuuenchi-satsujin-jiken_5JapanFront.jpg,Meitantei Conan: Chika Yuuenchi Satsujin Jiken,GB,Adventure,Bandai,Bandai,,,,,,,1996-12-27, +/games/boxart/full_1144284JapanFrontccc.jpg,Meitantei Conan: Daiei Teikoku no Isan,PS2,Adventure,Bandai,Bandai,,,,,,,2004-11-18, +/games/boxart/full_meitantei-conan-giwaku-no-gouka-ressha_207JapanFront.jpg,Meitantei Conan: Giwaku no Gouka Ressha,GB,Adventure,Bandai,Bandai,,,,,,,1998-08-07, +/games/boxart/full_meitantei-conan-karakuri-jiin-satsujin-jiken_960JapanFront.jpg,Meitantei Conan: Karakuri Jiin Satsujin Jiken,GB,Adventure,Banpresto,Alpha Unit,,,,,,,2000-02-24, +/games/boxart/full_meitantei-conan-kiganshima-hihou-densetsu_865JapanFront.jpg,Meitantei Conan: Kiganshima Hihou Densetsu,GB,Adventure,Banpresto,Alpha Unit,,,,,,,2000-03-31, +/games/boxart/full_7415002JapanFrontccc.jpg,Meitantei Conan: Majutsushi no Chousenjou!,WS,Adventure,Bandai,Tomcat System,,,,,,,1999-08-05, +/games/boxart/full_25770JapanFrontccc.jpg,Meitantei Conan: Nerawareta Tantei,GBA,Adventure,Banpresto,Fortyfive,,,,,,,2003-07-25, +/games/boxart/full_655588JapanFrontccc.jpg,Meitantei Conan: Nishi no Meitantei Saidai no Kiki!?,WS,Adventure,Bandai,Tomcat System,,,,,,,2000-07-27, +/games/boxart/full_meitantei-conan-norowareta-kouro_314JapanFront.jpg,Meitantei Conan: Norowareta Kouro,GB,Adventure,Banpresto,Alpha Unit,,,,,,,2001-06-01, +/games/boxart/full_meitantei-conan-saikou-no-aibou_558JapanFront.jpg,Meitantei Conan: Saikou no Aibou,PS,Adventure,Bandai,Bandai,,,,,,,2002-04-25, +/games/boxart/full_1469532JapanFrontccc.jpg,Meitantei Conan: Yuugure no Ouju,WS,Adventure,Bandai,Tomcat System,,,,,,,2001-04-15, +/games/boxart/full_5104906AmericaFrontccc.jpg,Memento Mori,PC,Adventure,Got Game Entertainment,Cinemax / Centauri Production,,,,,,,2009-07-27, +/games/boxart/full_8028926PALFrontccc.jpeg,Memento Mori 2: Guardians of Immortality,PC,Adventure,Bohemia Interactive,Centauri Production,,,,,,,2014-05-13, +/games/boxart/full_1710611JapanFrontccc.jpg,Memorial Song,PS2,Adventure,Datam Polystar,Datam Polystar,,,,,,,2002-08-22, +/games/boxart/default.jpg,Memories of a Broken Dimension,Linux,Adventure,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Memories of a Broken Dimension,PC,Adventure,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Memories of a Broken Dimension,OSX,Adventure,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Memories Off,PC,Adventure,KID,KID,,,,,,,2000-01-01, +/games/boxart/full_7512543JapanFrontccc.jpg,Memories Off,PS,Adventure,KID,KID,,,,,,,1999-09-30, +/games/boxart/full_7661202JapanFrontccc.jpg,Memories Off #5: Encore,PSP,Adventure,5pb,5pb. Games,,,,,,,2009-09-17, +/games/boxart/full_7903696JapanFrontccc.jpg,Memories Off #5: Togireta Film,PS2,Adventure,KID,KID Corporation,,,,,,,2005-10-27, +/games/boxart/default.jpg,Memories Off 2nd,PC,Adventure,KID,KID,,,,,,,2002-01-01, +/games/boxart/full_5123221JapanFrontccc.jpg,Memories Off 2nd,PS,Adventure,KID,KID,,,,,,,2001-09-27, +/games/boxart/full_7745423JapanFrontccc.jpg,Memories Off 2nd,DC,Adventure,KID,KID,,,,,,,2001-09-27, +/games/boxart/full_7661527JapanFrontccc.jpg,Memories Off After Rain Vol.1: Oridzuru,PS2,Adventure,KID,KID Corporation,,,,,,,2005-01-27, +/games/boxart/full_2135141JapanFrontccc.jpg,Memories Off After Rain Vol.2: Souen,PS2,Adventure,KID,KID Corporation,,,,,,,2005-02-24, +/games/boxart/full_5778976JapanFrontccc.jpg,Memories Off After Rain Vol.3: Sotsugyou,PS2,Adventure,KID,KID Corporation,,,,,,,2005-03-31, +/games/boxart/full_2849432JapanFrontccc.jpg,Memories Off Complete,DC,Adventure,KID,KID,,,,,,,2000-06-29, +/games/boxart/full_3523299JapanFrontccc.jpg,Memories Off Duet: 1st & 2nd Stories,PS2,Adventure,KID,KID Corporation,,,,,,,2003-03-27, +/games/boxart/full_9827685JapanFrontccc.jpg,Memories Off Duet: 1st & 2nd Stories,PC,Adventure,Unknown,KID Corporation,,,,,,,, +/games/boxart/full_3957492JapanFrontccc.jpg,Memories Off Mix,PS2,Adventure,KID,KID Corporation,,,,,,,2003-09-25, +/games/boxart/full_2916243JapanFrontccc.jpg,Memories Off: Festa,WS,Adventure,KID,KID Corporation,,,,,,,2001-03-08, +/games/boxart/default.jpg,Memories Off: Omoide ni Kawaru-Kun,PC,Adventure,KID,KID Corporation,,,,,,,2004-01-01, +/games/boxart/full_268542JapanFrontccc.jpg,Memories Off: Omoide ni Kawaru-Kun,PS2,Adventure,KID,KID Corporation,,,,,,,2002-11-28, +/games/boxart/full_6231993JapanFrontccc.jpg,Memories Off: Omoide ni Kawaru-Kun,DC,Adventure,KID,KID Corporation,,,,,,,2002-11-28, +/games/boxart/full_6915509JapanFrontccc.jpg,Memories Off: Sorekara,PS2,Adventure,KID,KID Corporation,,,,,,,2004-06-24, +/games/boxart/full_memories-off-sorekara_884JapanFront.jpg,Memories Off: Sorekara,PC,Adventure,KID,KID Corporation,,,,,,,2004-10-14, +/games/boxart/full_7524685JapanFrontccc.jpg,Memories Off: Sorekara Again,PSP,Adventure,5pb,5pb. Games,,,,,,,2009-09-17, +/games/boxart/full_men-in-black-ii-crossfire_11AmericaFront.jpg,Men in Black II: Crossfire,PC,Adventure,Sony Computer Entertainment,WildTangent,,,,,,,2002-06-24, +/games/boxart/full_mercuria-nizu-no-miyako-ni-koi-o-hanataba-o_253JapanFront.jpg,Mercuria: Nizu no Miyako ni Koi o Hanataba o,PC,Adventure,Unknown,Hearts,,,,,,,2010-01-29, +/games/boxart/full_4722649JapanFrontccc.jpg,Mermaid no Kisetsu,PS,Adventure,NetVillage,NetVillage,,,,,,,2001-12-13, +/games/boxart/full_3947188JapanFrontccc.jpg,Mermaid no Kisetsu: Curtain Call,PS,Adventure,NetVillage,NetVillage,,,,,,,2002-08-01, +/games/boxart/full_mermaid-prism_0JapanFront.jpg,Mermaid Prism,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-10-26, +/games/boxart/full_messiah-japan_935JapanFront.jpg,Messiah (Japan),PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2006-08-25, +/games/boxart/full_messiah-paranoia-paradox_315JapanFront.jpg,Messiah: Paranoia Paradox,PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2008-08-08, +/games/boxart/full_metal-fighter-star-miku_4JapanFront.jpg,Metal Fighter Star Miku,SAT,Adventure,Victor Interactive,Victor Interactive Software,,,,,,,1995-09-29, +/games/boxart/full_37123AmericaFrontccc.jpg,Metal Gear,PC,Adventure,Ultra Games,Konami,,,,,,,1990-08-30, +/games/boxart/full_7526340AmericaFrontccc.jpg,Metal Gear,NES,Adventure,Ultra Games,Konami,,,,,,,1988-06-01, +/games/boxart/full_2022530AmericaFrontccc.png,Metal Gear Solid Mobile,NGage,Adventure,Konami,Ideaworks3D,,,,,,,2008-12-11, +/games/boxart/full_7698729JapanFrontccc.jpg,Metal Slader Glory,NES,Adventure,HAL Laboratory,HAL Laboratory,,,,,,,1991-08-30, +/games/boxart/full_3158735JapanFrontccc.jpg,Metal Slader Glory,VC,Adventure,HAL Laboratory,HAL Laboratory,,,,,,,2007-12-18, +/games/boxart/full_6482078JapanFrontccc.jpg,Metal Slader Glory: Director's Cut,SNES,Adventure,Nintendo,HAL Laboratory,,,,,,,2000-11-29, +/games/boxart/full_3316180JapanFrontccc.jpg,Metal Wolf,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2002-06-27, +/games/boxart/full_266175JapanFrontccc.jpg,Metal Wolf REV,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2006-02-23, +/games/boxart/full_5768501JapanFrontccc.jpg,Metamoru Panic: Doki Doki Youma Busters!!,PS,Adventure,Family Soft,Family Soft,,,,,,,1995-12-22, +/games/boxart/full_metamoru-panic-doki-doki-youma-busters_854JapanFront.jpg,Metamoru Panic: Doki Doki Youma Busters!!,PSN,Adventure,Family Soft,Family Soft,,,,,,,2010-12-22, +/games/boxart/full_7466335AmericaFrontccc.jpg,Metroid,VC,Adventure,Nintendo,Nintendo R&D1,8,,,,,,2007-08-13, +/games/boxart/full_5061513JapanFrontccc.jpg,Metroid (FDS),NES,Adventure,Nintendo,Nintendo R&D1,,,,,,,1986-08-06, +/games/boxart/full_metroid-ii-return-of-samus_443AmericaFront.jpg,Metroid II: Return of Samus,3DS,Adventure,Nintendo,Nintendo R&D1,9,,,,,,2011-11-24, +/games/boxart/default.jpg,Mezase Ero Mangaka: Watashi Shoujo Desu Kedo!?,PC,Adventure,Swan,Swan,,,,,,,2011-08-26, +/games/boxart/full_3663685AmericaFrontccc.jpg,Midnight Nowhere,PC,Adventure,Tri Synergy,Buka Enterteinment,,,,,,,2004-03-29, +/games/boxart/full_3803835JapanFrontccc.jpg,Mikagura Shoujo Tanteidan,PSN,Adventure,Human Entertainment,Human Club,,,,,,,2009-10-14, +/games/boxart/full_3157129JapanFrontccc.jpg,Mikagura Shoujo Tanteidan,PS,Adventure,Human Entertainment,Human Club,,,,,,,1998-09-17, +/games/boxart/full_mikeneko-holmes-ghost-panic_2JapanFront.jpg,Mikeneko Holmes: Ghost Panic,WS,Adventure,Koubunsha,MintJulep,,,,,,,2001-04-26, +/games/boxart/default.jpg,Milky Humming,PC,Adventure,Unknown,Medusa,,,,,,,1998-12-11, +/games/boxart/full_milky-season_12JapanFront.jpg,Milky Season,PS,Adventure,KID,KID Corporation,,,,,,,2002-02-28, +/games/boxart/full_3408590JapanFrontccc.jpg,Milky Season,DC,Adventure,KID,KID Corporation,,,,,,,2002-02-28, +/games/boxart/full_milky-space-hishiki-sexroid_291JapanFront.jpg,Milky Space: Hishiki Sexroid,PC,Adventure,Unknown,Mesa,,,,,,,2000-04-07, +/games/boxart/full_1694952AmericaFrontccc.jpg,Millennium 2 - Take Me Higher,PC,Adventure,Aldorlea Games,Aldorlea Games,,,,,,,2009-12-20,2018-07-20 +/games/boxart/full_5813741AmericaFrontccc.jpg,Millennium 3 - Cry Wolf,PC,Adventure,Aldorlea Games,Aldorlea Games,,,,,,,2010-10-31,2018-07-20 +/games/boxart/full_mindead-blood-mayu-to-mana-no-yuketso-hako_755JapanFront.jpg,MinDeaD BlooD: Mayu to Mana no Yuketso Hako,PC,Adventure,Black Psyche,Black Psyche,,,,,,,2004-10-08, +/games/boxart/full_2974830AmericaFrontccc.jpg,Minecraft: Story Mode,PSV,Adventure,Mojang,Telltale Games,,,,,,,2020-12-31, +/games/boxart/full_3366442JapanFrontccc.jpg,Minimum Nanonic,PCFX,Adventure,NEC,NEC,,,,,,,1997-10-24, +/games/boxart/full_1117106JapanFrontccc.jpg,Mirai Nikki: 13 Hitome no Nikki Shoyuusha,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-01-28, +/games/boxart/full_mirai-nostalgia_438JapanFront.jpg,Mirai Nostalgia,PC,Adventure,Unknown,Purple,,,,,,,2011-09-02, +/games/boxart/full_misato-chan-no-yume-nikki_416JapanFront.jpg,Misato-Chan no Yume Nikki,PC,Adventure,Active,Active,,,,,,,1997-04-11, +/games/boxart/full_3452879AmericaFrontccc.jpg,Mishap: An Accidental Haunting,PC,Adventure,Namco Networks America,Virtual Prophecy Entertainment,,,,,,,2010-02-11, +/games/boxart/full_9799362JapanFrontccc.jpg,Miss Moonlight,DC,Adventure,Naxat Soft,Naxat Soft,,,,,,,2001-06-21, +/games/boxart/full_9292499JapanFrontccc.jpg,Missing Parts 2: The Tantei Stories,DC,Adventure,Fog,O-TWO inc.,,,,,,,2002-10-24, +/games/boxart/full_3250351JapanFrontccc.jpg,Missing Parts 3: The Tantei Stories,DC,Adventure,Fog,O-TWO inc.,,,,,,,2003-07-31, +/games/boxart/full_551944JapanFrontccc.jpg,Missing Parts: The Tantei Stories,DC,Adventure,Fog,O-TWO inc.,,,,,,,2002-01-17, +/games/boxart/full_missing-since-january_988AmericaFront.jpg,Missing: Since January,PC,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2004-06-25, +/games/boxart/full_4498177AmericaFrontccc.jpg,Mission Critical,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1995-10-31, +/games/boxart/full_5661310AmericaFrontccc.jpg,Mission: Impossible,GB,Adventure,Infogrames,Rebellion Developments,,,,,,,2000-02-22, +/games/boxart/default.jpg,Mistake x Miscast,PC,Adventure,Unknown,mignon,,,,,,,2011-08-26, +/games/boxart/full_3715870JapanFrontccc.jpg,Mite wa Ikenai,DS,Adventure,Dimple Entertainment,Dimple Entertainment,,,,,,,2008-08-07, +/games/boxart/616577ccc.jpg,Mixed-Up Fairy Tales,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-01-01, +/games/boxart/8040240ccc.jpg,Mixed-Up Mother Goose,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1987-01-01, +/games/boxart/full_7739206PALFrontccc.jpg,Mixed-Up Mother Goose Deluxe,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1995-01-01, +/games/boxart/full_8404298JapanFrontccc.jpg,Mizu no Senritsu,PS2,Adventure,KID,KID Corporation,,,,,,,2005-09-29, +/games/boxart/full_3444661JapanFrontccc.jpg,Mizu no Senritsu 2: Hi no Kioku,PS2,Adventure,KID,KID Corporation,,,,,,,2006-10-26, +/games/boxart/full_mizuiro_991JapanFront.jpg,Mizuiro,PC,Adventure,Neko Neko Soft,Neko Neko Soft,,,,,,,2001-04-13, +/games/boxart/full_6611473JapanFrontccc.jpg,Mizuiro,DC,Adventure,NEC Interchannel,HuneX,,,,,,,2002-03-07, +/games/boxart/full_4404933JapanFrontccc.jpg,Mizuiro,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2002-12-26, +/games/boxart/full_mizuiro-no-chizu_461JapanFront.jpg,Mizuiro no Chizu,PC,Adventure,Janis,Janis,,,,,,,1999-10-22, +/games/boxart/full_moe-moe-2-ji-daisenryaku-2_9JapanFront.jpg,Moe Moe 2-Ji Daisenryaku 2,PS2,Adventure,System Soft,System Soft Alpha,,,,,,,2010-02-04, +/games/boxart/full_2379226JapanFrontccc.jpg,Moekan,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-12-25, +/games/boxart/full_monkey-island-2-special-edition-lechucks-revenge_8AmericaFront.jpg,Monkey Island 2 Special Edition: LeChuck's Revenge,XBL,Adventure,LucasArts,LucasArts,,,,,,,2010-07-07, +/games/boxart/full_monkey-island-2-special-edition-lechucks-revenge_0AmericaFront.jpg,Monkey Island 2 Special Edition: LeChuck's Revenge,PSN,Adventure,LucasArts,LucasArts,,,,,,,2010-07-06, +/games/boxart/default.jpg,Monkey Island 2 Special Edition: LeChuck’s Revenge,PC,Adventure,LucasArts,LucasArts,,,,,,,2010-07-07, +/games/boxart/9329192ccc.jpg,Monkey Island 2: LeChuck's Revenge,PC,Adventure,LucasArts,LucasArts,,,,,,,1991-01-01, +/games/boxart/full_1876857AmericaFrontccc.png,Monkey Tales Games,OSX,Adventure,Larian Studios,Larian Studios,,,,,,,2014-08-28, +/games/boxart/full_9170169AmericaFrontccc.png,Monkey Tales Games,PC,Adventure,Larian Studios,Larian Studios,,,,,,,2014-08-28, +/games/boxart/full_6427035JapanFrontccc.jpg,Monochrome,PS2,Adventure,KID,KID Corporation,,,,,,,2004-08-26, +/games/boxart/full_monochrome_1JapanFront.jpg,Monochrome,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, +/games/boxart/full_monochrome_127JapanFront.jpg,Monochrome,PSP,Adventure,CyberFront,CyberFront,,,,,,,2010-04-08, +/games/boxart/full_montana-jones_7JapanFront.jpg,Montana Jones,3DO,Adventure,Unknown,Future Pirates,,,,,,,1995-01-20, +/games/boxart/7542964ccc.jpg,Montezuma's Revenge featuring Panama Joe,2600,Adventure,Parker Bros.,Parker Bros,,,,,,,1984-01-01, +/games/boxart/full_montezumas-revenge_5AmericaFront.jpg,Montezuma's Revenge featuring Panama Joe,MS,Adventure,Parker Bros.,Parker Bros,,,,,,,1989-01-01, +/games/boxart/499738ccc.jpg,Montezuma's Revenge featuring Panama Joe,5200,Adventure,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_moon_725JapanFront.jpg,Moon,PC,Adventure,Tactics,Tactics,,,,,,,1997-11-21, +/games/boxart/full_moon-cradle_4JapanFront.jpg,Moon Cradle,SAT,Adventure,Pack-In-Video,Pack-In-Video,,,,,,,1997-06-27, +/games/boxart/full_8315847AmericaFrontccc.jpg,Morpheus,PC,Adventure,Tiburon Interactive Publishing,Soap Bubble Productions,,,,,,,1998-01-01, +/games/boxart/full_7179552AmericaFrontccc.jpg,Morphopolis,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-14, +/games/boxart/full_995493AmericaFrontccc.png,Morphopolis,And,Adventure,Unknown,Unknown,,,,,,,2014-01-24, +/games/boxart/default.jpg,Mortadelo y Filemón: Dos Vaqueros Chapuceros,PC,Adventure,Unknown,"Zeta Multimedia, S.A.",,,,,,,, +/games/boxart/default.jpg,Mortadelo y Filemon: El Escarabajo de Cleopatra,PC,Adventure,Zeta Multimedia,Alcachofa Soft,,,,,,,2001-01-01, +/games/boxart/default.jpg,"Mortadelo y Filemón: Terror, Espanto y Pavor",PC,Adventure,Unknown,"Zeta Multimedia, S.A.",,,,,,,, +/games/boxart/full_moshimo-ashita-ga-hare-naraba_854JapanFront.jpg,Moshimo Ashita ga Hare Naraba,PC,Adventure,Paretto,Paretto,,,,,,,2006-02-24, +/games/boxart/full_moujuutsukai-to-oujisama-twin-pack_197JapanFront.jpg,Moujuutsukai to Oujisama Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2011-02-24, +/games/boxart/default.jpg,Mousou Gugenka AVG Dream Believer,PC,Adventure,Touchable,Touchable,,,,,,,2011-10-28, +/games/boxart/full_9529096JapanFrontccc.jpg,MTV's Beavis and Butt-Head: Virtual Aho Shoukougun,PS,Adventure,B-Factory,Viacom New Media,,,,,,,1998-01-29, +/games/boxart/full_8280538AmericaFrontccc.jpg,Mummy: Tomb of the Pharaoh,PC,Adventure,Interplay,Amazing Media,,,,,,,1996-08-31, +/games/boxart/full_murder-in-the-abbey_202AmericaFront.jpg,Murder in the Abbey,PC,Adventure,DreamCatcher Interactive,Alcachofa Soft,7,,,,,,2008-08-26, +/games/boxart/default.jpg,Muse: Together Is the New Alone,PS4,Adventure,Pygmy Studio,Pygmy Studio,,,,,,,2020-12-31, +/games/boxart/default.jpg,Muse: Together Is the New Alone,PSV,Adventure,Pygmy Studio,Pygmy Studio,,,,,,,2020-12-31, +/games/boxart/default.jpg,Musketeer: Le Sang des Chevaliers,PSP,Adventure,Idea Factory,Otomate,,,,,,,2011-07-07, +/games/boxart/3318561ccc.jpg,Musya,SNES,Adventure,Seta Corporation,Jorudan,,,,,,,1992-12-01, +/games/boxart/full_muv-luv-twin-pack_547JapanFront.jpg,Muv-Luv Twin Pack,X360,Adventure,5pb,5pb. Inc.,,,,,,,2011-10-27, +/games/boxart/full_7003834AmericaFrontccc.jpg,My Ex-Boyfriend the Space Tyrant,PC,Adventure,Up Multimedia,Up Multimedia,,,,,,,2014-07-21, +/games/boxart/full_6173805AmericaFrontccc.jpg,My Ex-Boyfriend the Space Tyrant,Linux,Adventure,Up Multimedia,Up Multimedia,,,,,,,2014-07-21, +/games/boxart/full_2663561AmericaFrontccc.jpg,My Ex-Boyfriend the Space Tyrant,OSX,Adventure,Up Multimedia,Up Multimedia,,,,,,,2014-07-21, +/games/boxart/full_8780828JapanFrontccc.jpg,My Merry May,PS2,Adventure,KID,KID Corporation,,,,,,,2003-01-30, +/games/boxart/full_5994060JapanFrontccc.jpg,My Merry May,DC,Adventure,KID,KID Corporation,,,,,,,2002-04-25, +/games/boxart/full_1180470JapanFrontccc.jpg,My Merry May be,DC,Adventure,KID,KID Corporation,,,,,,,2003-07-10, +/games/boxart/full_6577370JapanFrontccc.jpg,My Merry May be,PS2,Adventure,KID,KID Corporation,,,,,,,2003-04-24, +/games/boxart/full_my-merry-may-with-be_598JapanFront.jpg,My Merry May with be,PSP,Adventure,CyberFront,CyberFront,,,,,,,2010-03-25, +/games/boxart/full_7149741JapanFrontccc.jpg,My Merry May with be,PS2,Adventure,KID,KID Corporation,,,,,,,2005-06-30, +/games/boxart/full_my-merry-may-with-be_491JapanFront.jpg,My Merry May with be,PSN,Adventure,CyberFront,CyberFront,,,,,,,2011-03-09, +/games/boxart/2122012ccc.jpg,Myst,AJ,Adventure,Atari,Cyan Worlds,,,,,,,1995-01-01, +/games/boxart/full_4592500AmericaFrontccc.jpg,Myst,PSN,Adventure,Midway Games,Hoplite Research,,,,,,,2009-07-16, +/games/boxart/7815168ccc.jpg,Myst,3DO,Adventure,Sunsoft,Cyan Worlds,,,,,,,1995-01-01, +/games/boxart/full_221014AmericaFrontccc.jpg,Myst 10th Anniversary DVD Edition,PC,Adventure,Ubisoft,Cyan Worlds,,,,,,,2003-11-13, +/games/boxart/full_6869989AmericaFrontccc.jpg,Myst Online: Uru Live,PC,Adventure,GameTap,Cyan Worlds,,,,,,,2007-01-15, +/games/boxart/full_7897977AmericaFrontccc.jpg,Myst Trilogy,PC,Adventure,Ubisoft,Cyan Worlds,,,,,,,2002-03-25, +/games/boxart/full_4642136AmericaFrontccc.jpg,Myst: Uru Complete Chronicles,PC,Adventure,Ubisoft,Cyan Worlds,,,,,,,2004-07-07, +/games/boxart/full_mystereet_875JapanFront.jpg,Mystereet,PC,Adventure,Abel,Abel Software,,,,,,,2004-05-28, +/games/boxart/full_mystereet-fan-disc-detective-vacation_104JapanFront.jpg,Mystereet Fan Disc: Detective Vacation,PC,Adventure,Abel,Abel Software,,,,,,,2006-05-25, +/games/boxart/full_mystereet-portable_6JapanFront.jpg,Mystereet Portable,PSP,Adventure,Views,Views,,,,,,,2008-04-24, +/games/boxart/full_mystereet-windows-yasogami-kaoru-no-chousen_784JapanFront.jpg,Mystereet Windows: Yasogami Kaoru no Chousen,PC,Adventure,Abel,Abel Software,,,,,,,2008-10-31, +/games/boxart/default.jpg,Mystereet: Another Side of Church,PC,Adventure,Abel,Abel Software,,,,,,,2009-01-23, +/games/boxart/7709169ccc.jpg,Mysterious Journey II,PC,Adventure,The Adventure Company,Detallion S.C.,,,,,,,2003-11-25, +/games/boxart/default.jpg,Mystery in London: On the Trail of Jack the Ripper,PC,Adventure,Big Fish Games,Unknown,,,,,,,2007-12-14, +/games/boxart/full_9944281AmericaFrontccc.jpg,Mystery of the Ancients: Deadly Cold,PC,Adventure,Astragon,Big Fish Games,,,,,,,2016-04-06, +/games/boxart/full_mystery-pi-lost-in-los-angeles_576AmericaFront.jpg,Mystery P.I. - Lost in Los Angeles,PC,Adventure,PopCap Games,SpinTop Games,,,,,,,2009-07-28, +/games/boxart/full_mystic-ark-maboroshi-gekijo_210JapanFront.jpg,Mystic Ark: Maboroshi Gekijo,PS,Adventure,Enix,Produce!,,,,,,,1999-03-18, +/games/boxart/full_2472091AmericaFrontccc.jpg,Myth,PC,Adventure,Rainbird,Magnetic Scrolls Ltd.,,,,,,,1989-01-01, +/games/boxart/full_nadesico-aka-no-rasen_519JapanFront.jpg,Nadesico: Aka no Rasen,PC,Adventure,F&C,F&C,,,,,,,2007-01-26, +/games/boxart/default.jpg,Nakadashi Haramase Shinyaku Chousa,PC,Adventure,Unknown,softhouse-seal,,,,,,,2011-08-26, +/games/boxart/default.jpg,Nakadasi Oni,PC,Adventure,Unknown,softhouse-seal,,,,,,,2010-02-26, +/games/boxart/full_naked-blue-canvas-wallpaper-collection_997JapanFront.jpg,Naked Blue: Canvas Wallpaper Collection,PC,Adventure,F&C,F&C,,,,,,,2001-08-10, +/games/boxart/full_1517897JapanFrontccc.jpg,Nakoruru: Anohito Kara no Okurimono,DC,Adventure,Kool Kizz,Kool Kizz,,,,,,,2002-03-28, +/games/boxart/full_3271092JapanFrontccc.jpg,Nan no Umi no Odyssey,GBA,Adventure,Global A Entertainment,Global A,,,,,,,2002-10-03, +/games/boxart/full_2439268JapanFrontccc.jpg,Nanatsu no Hikan,PS,Adventure,KOEI,Koei,,,,,,,1996-08-09, +/games/boxart/full_7081290JapanFrontccc.jpg,Nanatsu no Hikan,SAT,Adventure,KOEI,Koei,,,,,,,1996-04-05, +/games/boxart/full_5627517JapanFrontccc.jpg,Nanatsu no Hikan: Senritsu no Bishou,DC,Adventure,KOEI,Koei,,,,,,,2000-01-20, +/games/boxart/default.jpg,Nanatsuiro * Drops,PC,Adventure,UNiSONSHIFT,UNiSONSHIFT: Blossom,,,,,,,2006-04-21, +/games/boxart/full_7870838JapanFrontccc.jpg,Nanatsuiro * Drops: Touch de Hajimaru Hatsukoi Monogatari,DS,Adventure,Media Works,UNiSONSHIFT,,,,,,,2008-05-15, +/games/boxart/full_4048644AmericaFrontccc.jpg,"Nancy Drew Dossier: Lights, Camera, Curses!",PC,Adventure,Her Interactive,Her Interactive,,,,,,,2008-11-11, +/games/boxart/3593168ccc.jpg,Nancy Drew: Curse of Blackmoor Manor,PC,Adventure,Atari,Her Interactive,,,,,,,2004-10-05, +/games/boxart/full_627286AmericaFrontccc.jpg,Nancy Drew: Danger on Deception Island,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2003-10-01, +/games/boxart/8227378ccc.jpg,Nancy Drew: Ghost Dogs of Moon Lake,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2002-11-09, +/games/boxart/436122ccc.jpg,Nancy Drew: Last Train to Blue Moon Canyon,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2005-09-16, +/games/boxart/6021542ccc.jpg,Nancy Drew: Message in a Haunted Mansion,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2000-11-24, +/games/boxart/full_4682744AmericaFrontccc.jpg,Nancy Drew: Ransom of the Seven Ships,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2009-07-14, +/games/boxart/783332ccc.jpg,Nancy Drew: Secret of the Old Clock,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2005-07-26, +/games/boxart/1665558ccc.jpg,Nancy Drew: Secrets Can Kill,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,1999-11-23, +/games/boxart/2472599ccc.jpg,Nancy Drew: Stay Tuned for Danger,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2000-01-01, +/games/boxart/full_nancy-drew-the-captive-curse_630AmericaFront.jpg,Nancy Drew: The Captive Curse,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2012-07-11, +/games/boxart/3291252ccc.jpg,Nancy Drew: The Creature of Kapu Cave,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2006-10-19, +/games/boxart/4562433ccc.jpg,Nancy Drew: The Final Scene,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2001-09-16, +/games/boxart/9957765ccc.jpg,Nancy Drew: The Haunted Carousel,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2003-08-22, +/games/boxart/9772115ccc.jpg,Nancy Drew: The Haunting of Castle Malloy,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2008-10-16, +/games/boxart/full_3197944AmericaFrontccc.jpg,Nancy Drew: The Legend of the Crystal Skull,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2007-10-08, +/games/boxart/2204225ccc.jpg,Nancy Drew: The Secret of Shadow Ranch,PC,Adventure,Atari,Her Interactive,,,,,,,2004-07-20, +/games/boxart/full_1282877AmericaFrontccc.jpg,Nancy Drew: The White Wolf of Icicle Creek,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2007-06-07, +/games/boxart/4174681ccc.jpg,Nancy Drew: Treasure in a Royal Tower,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2001-06-21, +/games/boxart/full_nancy-drew-warnings-at-waverly-academy_2AmericaFront.jpg,Nancy Drew: Warnings at Waverly Academy,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2009-10-13, +/games/boxart/default.jpg,Nanpa Nama Hame: Nakadashi Banzai 4,PC,Adventure,Unknown,U-Me Soft,,,,,,,, +/games/boxart/full_554862JapanFrontccc.jpg,Naraku no Shiro Portable,PSP,Adventure,Nippon Ichi Software,FOG (Full On Games),,,,,,,2009-12-17, +/games/boxart/default.jpg,Narimono Note,PC,Adventure,SkunkWorks,SkunkWorks,,,,,,,2007-03-02, +/games/boxart/full_nat-geo-games-ghost-fleet_737AmericaFront.jpg,Nat Geo Games: Ghost Fleet,PC,Adventure,ValuSoft,ValuSoft,,,,,,,2010-04-26, +/games/boxart/full_nathalie-brooks-the-treasures-of-the-lost-kingdom_3PALFront.jpg,Natalie Brooks: The Treasures of the Lost Kingdom,PC,Adventure,GSP,Foreign Media Games,,,,,,,2009-10-10, +/games/boxart/full_9389410JapanFrontccc.jpg,Natsuiro Komachi,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-09-25, +/games/boxart/full_4706706JapanFrontccc.jpg,Natsuiro: Hoshikuzu no Memory,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2004-12-22, +/games/boxart/full_natsuzora-no-monologue_3JapanFront.jpg,Natsuzora no Monologue,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-07-29, +/games/boxart/full_8527161JapanFrontccc.jpg,Natural 2: Duo,GBA,Adventure,Omega Products,Omega Products,,,,,,,2002-06-28, +/games/boxart/full_nazo-no-masquerade_2JapanFront.jpg,Nazo no Masquerade,PCE,Adventure,NCS,Riverhillsoft,,,,,,,1990-03-02, +/games/boxart/full_nazo-oh_9JapanFront.jpg,Nazo-Oh,PS,Adventure,Bandai,Bandai,,,,,,,1996-08-30, +/games/boxart/full_nazo-oh-pocket_10JapanFront.jpg,Nazo-Oh Pocket,WS,Adventure,Bandai,Bandai,,,,,,,1999-11-18, +/games/boxart/full_86518PALFrontccc.jpg,Necronomicon: The Dawning of Darkness,PS,Adventure,Wanadoo,Cryo Interactive,,,,,,,2001-11-09, +/games/boxart/full_necronomicon-the-gateway-to-beyond_106AmericaFront.jpg,Necronomicon: The Gateway to Beyond,PC,Adventure,DreamCatcher Interactive,Wanadoo Edition,,,,,,,2001-05-11, +/games/boxart/full_4171390JapanFrontccc.jpg,Neko Zamurai,PSN,Adventure,Human Entertainment,Human Entertainment,,,,,,,2009-11-11, +/games/boxart/full_3326113JapanFrontccc.jpg,Neko Zamurai,PS,Adventure,Human Entertainment,Human Entertainment,,,,,,,1999-03-04, +/games/boxart/full_nemurenu-yoru-no-chichinao-hinashi_5JapanFront.jpg,Nemurenu Yoru no Chiisana Ohanashi,3DO,Adventure,Amuse,Amuse,,,,,,,1994-12-16, +/games/boxart/full_nemurenu-yoru-no-chiisana-ohanashi_7JapanFront.jpg,Nemurenu Yoru no Chiisana Ohanashi,PCE,Adventure,NEC,NEC,,,,,,,1993-07-30, +/games/boxart/full_5120594JapanFrontccc.jpg,Neo Angelique Full Voice,PS2,Adventure,KOEI,Koei,,,,,,,2008-03-27, +/games/boxart/full_7690955AmericaFrontccc.png,Neopets: Petpet Adventures: The Wand of Wishing,PSN,Adventure,Sony Computer Entertainment,SCEA,,,,,,,2008-01-30, +/games/boxart/default.jpg,Netorarezuma: Quintuple Pack,PC,Adventure,Unknown,Gspot,,,,,,,2011-08-26, +/games/boxart/2243405ccc.jpg,Neuromancer,PC,Adventure,Interplay,Interplay Productions,,,,,,,1989-01-01, +/games/boxart/full_7081753JapanFrontccc.jpg,Never7 〜the end of infinity〜,PS2,Adventure,KID,KID Corporation,,,,,,,2003-06-26, +/games/boxart/full_238746JapanFrontccc.jpg,Never7 〜the end of infinity〜,DC,Adventure,KID,KID Corporation,,,,,,,2000-12-21, +/games/boxart/default.jpg,Never7 〜the end of infinity〜,PC,Adventure,CyberFront,KID Corporation,,,,,,,2003-06-01, +/games/boxart/full_never-7-the-end-of-infinity_2JapanFront.jpg,Never7 〜the end of infinity〜,PSN,Adventure,CyberFront,KID Corporation,,,,,,,2009-12-10, +/games/boxart/9224982ccc.jpg,Next Life,PC,Adventure,The Adventure Company,DreamCatcher Interactive,,,,,,,2007-11-20, +/games/boxart/1705828ccc.jpg,Nibiru: Age of Secrets,PC,Adventure,The Adventure Company,Future Games,,,,,,,2005-08-31, +/games/boxart/default.jpg,Nichijou: Uchuujin,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2011-07-28, +/games/boxart/full_night-demon-yume-oni_137JapanFront.jpg,Night Demon: Yume Oni,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2003-08-29, +/games/boxart/full_4494780AmericaFrontccc.jpg,Night in the Woods,PS4,Adventure,Finji,Infinite Fall,8.5,,,,,,2017-02-21,2017-12-17 +/games/boxart/full_7806074AmericaFrontccc.jpg,Night in the Woods,Linux,Adventure,Infinite Fall,Infinite Fall,,,,,,,2016-01-01, +/games/boxart/full_1210915AmericaFrontccc.jpg,Night in the Woods,OSX,Adventure,Infinite Fall,Infinite Fall,,,,,,,2016-01-01, +/games/boxart/3152082ccc.jpg,Night Trap,SCD,Adventure,Sega,Digital Pictures,,,,,,,1993-01-01, +/games/boxart/393100ccc.jpg,Night Trap,3DO,Adventure,Virgin Interactive,Digital Pictures,,,,,,,1994-01-01, +/games/boxart/full_night-trap-the-directors-cut_2AmericaFront.jpg,Night Trap: The Director's Cut,PC,Adventure,Digital Pictures,Digital Pictures,,,,,,,1995-10-25, +/games/boxart/full_555059AmericaFrontccc.png,Nightlong,PC,Adventure,DreamCatcher Interactive,Team17,,,,,,,1998-01-01, +/games/boxart/full_5106314AmericaFrontccc.jpg,Nightshade,NES,Adventure,Ultra Games,Beam Software,,,,,,,1991-01-01, +/games/boxart/full_4004429JapanFrontccc.jpg,Nijyuei,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2002-02-28, +/games/boxart/full_2979970AmericaFrontccc.jpg,Nikopol: Secrets of the Immortals,PC,Adventure,Got Game Entertainment,White Birds Productions,,,,,,,2008-09-20, +/games/boxart/full_nizu-no-senritsu-portable_1JapanFront.jpg,Nizu no Senritsu Portable,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, +/games/boxart/full_4644097JapanFrontccc.jpg,Nizu no Senritsu Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2009-12-24, +/games/boxart/full_nizu-no-senritsu-portable-2-hi-no-kioku_3JapanFront.jpg,Nizu no Senritsu Portable 2: Hi no Kioku,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, +/games/boxart/full_no-fate-only-the-power-of-will_494JapanFront.jpg,No Fate! Only the Power of Will,PSN,Adventure,Alchemist,Alchemist,,,,,,,2010-11-09, +/games/boxart/default.jpg,Noble Ridge! 1-Hanashi & 2-Hanashi Box Edition,PC,Adventure,Unknown,Mana,,,,,,,2011-08-26, +/games/boxart/full_448916JapanFrontccc.jpg,Nobunaga Hiroku: Ge-Ten no Yume,PS,Adventure,Athena,Athena,,,,,,,1997-05-30, +/games/boxart/full_6419329AmericaFrontccc.jpg,Noctropolis,PC,Adventure,Electronic Arts,Flashpoint Productions,,,,,,,1994-01-01, +/games/boxart/full_nocturne_616AmericaFront.jpg,Nocturne,PC,Adventure,Gathering of Developers,Terminal Reality,,,,,,,1999-10-25, +/games/boxart/full_8515964JapanFrontccc.jpg,NOëL 3: Mission on the Line,PS,Adventure,Pioneer LDC,Pioneer LDC,,,,,,,1999-03-11, +/games/boxart/default.jpg,NOëL 3: Mission on the Line,SAT,Adventure,Pioneer LDC,Pioneer LDC,,,,,,,1998-12-10, +/games/boxart/full_7097352JapanFrontccc.jpg,NOëL: La Neige Special,PS,Adventure,Pioneer LDC,Pioneer LDC,,,,,,,1998-08-06, +/games/boxart/full_nogizaka-haruka-no-himitsu-doujinshi-hajime-mashita_2JapanFront.jpg,Nogizaka Haruka no Himitsu: Doujinshi Hajime Mashita,PSN,Adventure,Kadokawa Shoten,ASCII Media Works,,,,,,,2010-10-28, +/games/boxart/full_826645AmericaFrontccc.jpg,Noir Syndrome,PC,Adventure,Glass Knuckle Games,Glass Knuckle Games,,,,,,,2014-04-02,2018-08-08 +/games/boxart/full_4303019AmericaFrontccc.jpg,Noir Syndrome,OSX,Adventure,Glass Knuckle Games,Glass Knuckle Games,,,,,,,2014-04-02,2018-08-08 +/games/boxart/full_1013004AmericaFrontccc.jpg,Noir Syndrome,Linux,Adventure,Glass Knuckle Games,Glass Knuckle Games,,,,,,,2014-04-02,2018-08-08 +/games/boxart/full_6777342AmericaFrontccc.jpg,Noir: A Shadowy Thriller,PC,Adventure,Cyberdreams,Cyberdreams,,,,,,,1996-10-31, +/games/boxart/default.jpg,Noise: Voice of Snow,PC,Adventure,Unknown,Operetta,,,,,,,2011-08-26, +/games/boxart/3083313ccc.jpg,Normality,PC,Adventure,Interplay,Gremlin Interactive,,,,,,,1996-06-30, +/games/boxart/full_8028682JapanFrontccc.jpg,Nostalgia 1907,SCD,Adventure,Sur de Wave,Sur de Wave,,,,,,,1991-12-14, +/games/boxart/default.jpg,"Nukenin: Hokaku, Soshite Choukyou e...",PC,Adventure,Waffle,Waffle,,,,,,,2006-03-10, +/games/boxart/default.jpg,Nuppu Nupu Oyako Mix,PC,Adventure,TinkerBell,TinkerBell,,,,,,,2011-07-22, +/games/boxart/full_1042615AmericaFrontccc.jpg,O.D.T.: Escape... Or Die Trying,PC,Adventure,Psygnosis,FDI,,,,,,,1998-10-31, +/games/boxart/full_8991043AmericaFrontccc.jpg,Obduction,OSX,Adventure,Cyan Worlds,Cyan Worlds,,,,,,,2016-08-24,2019-04-21 +/games/boxart/1686356ccc.jpg,Obscure: The Aftermath,PS2,Adventure,Ignition Entertainment,Hydravision Entertainment,,,,,,,2008-03-25, +/games/boxart/full_834757AmericaFrontccc.png,Obscure: The Aftermath,PSN,Adventure,Playlogic International NV,Hydravision Entertainment,,,,,,,2009-10-01, +/games/boxart/6262536ccc.jpg,Obscure: The Aftermath,PC,Adventure,Ignition Entertainment,Hydravision Entertainment,,,,,,,2008-03-25, +/games/boxart/full_3516756AmericaFrontccc.jpg,Obsidian,PC,Adventure,SegaSoft,Rocket Science,,,,,,,1996-12-31, +/games/boxart/default.jpg,Octodad,PC,Adventure,Unknown,Young Horses,,,,,,,, +/games/boxart/default.jpg,Octodad 2,PC,Adventure,Unknown,Young Horses,,,,,,,, +/games/boxart/default.jpg,Oddworld: Stranger’s Wrath,PSN,Adventure,Unknown,Just Add Water and Oddworld Inhabitants,,,,,,,, +/games/boxart/full_ojousama-kumikyoku-sweet-concert_578JapanFront.jpg,Ojousama Kumikyoku: Sweet Concert,PS2,Adventure,Pione Soft,Pione Soft,,,,,,,2007-04-26, +/games/boxart/full_6045065JapanFrontccc.jpg,Ojousama Sousamou,PCFX,Adventure,NEC,NEC,,,,,,,1996-05-31, +/games/boxart/2061446ccc.jpg,Omikron: The Nomad Soul,DC,Adventure,Eidos Interactive,Quantic Dream,6.2,,,,,,2000-06-22, +/games/boxart/full_4545121AmericaFrontccc.png,Omikron: The Nomad Soul,PC,Adventure,Eidos Interactive,Quantic Dream,,,,,,,1999-11-02, +/games/boxart/default.jpg,One Way Trip,PS4,Adventure,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,One Way Trip,PSV,Adventure,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Onedari Milky Pie,PC,Adventure,Sekilala,Sekilala,,,,,,,2005-05-27, +/games/boxart/full_oni-japan_122JapanFront.jpg,Oni (Japan),PC,Adventure,Unknown,InterHeart,,,,,,,2000-12-13, +/games/boxart/default.jpg,Oni Coach!!,PC,Adventure,Unknown,Apple Pie,,,,,,,2001-10-06, +/games/boxart/default.jpg,Oni Isha,PC,Adventure,Saga Planets,Saga Planets,,,,,,,2002-04-26, +/games/boxart/default.jpg,Oni Kyoushi,PC,Adventure,Unknown,That's,,,,,,,2007-01-26, +/games/boxart/full_oni-mari_802JapanFront.jpg,Oni Mari.,PC,Adventure,13cm,13cm,,,,,,,2010-01-29, +/games/boxart/full_oni-no-sumu-sakura_300JapanFront.jpg,Oni no Sumu Sakura,PC,Adventure,Unknown,Another Room,,,,,,,2000-05-19, +/games/boxart/full_oni-uta-oni-ga-kitari-de-maesasero-to-notamouta_132JapanFront.jpg,"Oni Uta. Oni ga Kitari de, Maesasero to Notamouta",PC,Adventure,13cm,13cm,,,,,,,2009-06-26, +/games/boxart/full_1166207AmericaFrontccc.jpg,Only If,PC,Adventure,Creability,Creability,,,,,,,2014-07-25, +/games/boxart/full_8100291AmericaFrontccc.jpg,Only If,Linux,Adventure,Creability,Creability,,,,,,,2014-07-25, +/games/boxart/full_2314369AmericaFrontccc.jpg,Only If,OSX,Adventure,Creability,Creability,,,,,,,2014-07-25, +/games/boxart/default.jpg,Onna Kyoushi: Chijoku no Senritsu,PC,Adventure,Unknown,Guilty,,,,,,,2004-02-13, +/games/boxart/full_3223899AmericaFrontccc.jpg,Operation: Weather Disaster,PC,Adventure,Discovery Channel Multimedia,Discovery Channel Multimedia,,,,,,,1995-01-01, +/games/boxart/full_7012067JapanFrontccc.jpg,Orange Honey: Boku wa Kimi ni Koishiteru,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2007-04-26, +/games/boxart/full_8422216JapanFrontccc.jpg,Orange Pocket,DC,Adventure,Pione Soft,Elf,,,,,,,2004-04-28, +/games/boxart/full_ore-no-shite-agake_2JapanFront.jpg,Ore no Shite Agake,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2007-06-21, +/games/boxart/default.jpg,Ore to Saeko-San to Netorare Mail,PC,Adventure,Unknown,Lilith,,,,,,,2011-10-28, +/games/boxart/default.jpg,Osananajimi Daitouryou W: President Pack,PC,Adventure,Alcot,Alcot,,,,,,,2011-08-26, +/games/boxart/full_6978225JapanFrontccc.jpg,Oshare Princess 3,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2003-08-29, +/games/boxart/full_6170703JapanFrontccc.jpg,Oshare Princess 5,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2005-07-07, +/games/boxart/default.jpg,Oshiete Darling,DSiW,Adventure,Starfish,Starfish SD,,,,,,,2010-04-28, +/games/boxart/full_8318597JapanFrontccc.jpg,Oshiete! Popotan,PS2,Adventure,Well Made,Well Made,,,,,,,2004-03-11, +/games/boxart/full_osomatsu-kun-back-to-zami-no-deppa_185JapanFront.jpg,Osomatsu-kun: Back to Zami no Deppa,NES,Adventure,Bandai,Bandai,,,,,,,1989-12-08, +/games/boxart/full_osouji-sentai-clean-keeper_5JapanFront.jpg,Osouji Sentai Clean Keeper,Wii,Adventure,Idea Factory,Lupinus,,,,,,,2008-04-24, +/games/boxart/default.jpg,OtoLove: Josou Bishounen Gentei,PC,Adventure,Unknown,Otokonoko Club,,,,,,,2011-12-09, +/games/boxart/default.jpg,Otome Senki Soul Eater,PC,Adventure,Rune,Rune,,,,,,,2006-11-24, +/games/boxart/default.jpg,Otometeki Koi Kakumei * Love Revo,PC,Adventure,Interchannel,HuneX,,,,,,,2008-03-28, +/games/boxart/default.jpg,Otousan to Watashi,PC,Adventure,Unknown,Moon (2011),,,,,,,2011-10-28, +/games/boxart/full_ouka-sengoku-nobunaga-chan-no-koishite-yabou_625JapanFront.jpg,Ouka Sengoku: Nobunaga-Chan no Koishite Yabou!?,PC,Adventure,Unknown,Apricot,,,,,,,2010-10-29, +/games/boxart/full_outcry_445AmericaFront.jpg,Outcry,PC,Adventure,DreamCatcher Interactive,Phantomery Interactive,,,,,,,2008-08-26, +/games/boxart/full_outcry-the-dawn_155PALFront.jpg,Outcry: The Dawn,PC,Adventure,Mamba Games,bitComposer Games,,,,,,,2009-10-16, +/games/boxart/full_9876961PALFrontccc.jpg,Overlord: Raising Hell,PC,Adventure,Codemasters,Triumph Studios,,,,,,,2008-02-15, +/games/boxart/full_paizuri-cheerleader-vs-sakunyuu-ouendan_746JapanFront.jpg,Paizuri Cheerleader vs. Sakunyuu Ouendan!,PC,Adventure,Unknown,Marine,,,,,,,2010-09-24, +/games/boxart/full_2595157AmericaFrontccc.jpg,Pajama Sam 3: You Are What You Eat From Your Head To Your Feet,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,2000-04-01, +/games/boxart/full_3733307AmericaFrontccc.jpg,Pajama Sam's Lost & Found,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,2003-01-01, +/games/boxart/full_843422AmericaFrontccc.jpg,Pajama Sam: Don't Fear The Dark,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,2008-01-01, +/games/boxart/full_1673345AmericaFrontccc.jpg,Pajama Sam: Life is Rough when you Lose your Stuff,PC,Adventure,Atari,Humongous Entertainment,,,,,,,2003-01-01, +/games/boxart/full_4106089AmericaFrontccc.jpg,Pajama Sam: No Need To Hide When It's Dark Outside,PC,Adventure,Humongous,Humongous Entertainment.,,,,,,,1996-01-01, +/games/boxart/full_92305JapanFrontccc.jpg,Pandora no Yume,DC,Adventure,NEC Interchannel,HuneX,,,,,,,2002-09-12, +/games/boxart/full_pandora-kimi-no-namae-o-boku-wa-shiru_1JapanFront.jpg,Pandora: Kimi no Namae o Boku wa Shiru,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-11-18, +/games/boxart/full_8257022JapanFrontccc.jpg,Panic Palette,PS2,Adventure,Takuyo,Takuyo,,,,,,,2007-05-31, +/games/boxart/full_8804872AmericaFrontccc.jpg,Panzer Killer!,PC,Adventure,Strategy First,Digital Fusion Incorporated,,,,,,,2007-11-08, +/games/boxart/full_945861AmericaFrontccc.jpg,Papo & Yo,PC,Adventure,"Minority, Inc.","Minority, Inc.",,,,,,,2013-04-18,2019-04-21 +/games/boxart/full_195791AmericaFrontccc.png,Papo & Yo,PSN,Adventure,"Minority, Inc.","Minority, Inc.",,,,,,,2012-08-14,2019-04-21 +/games/boxart/default.jpg,Parfait: Chocolat Second Brew,PC,Adventure,Giga,Giga,,,,,,,2005-03-25, +/games/boxart/full_passage-path-of-betrayal_694AmericaFront.jpg,Passage: Path of Betrayal,PC,Adventure,Unknown,DragonWorks Interactive,,,,,,,2001-07-01, +/games/boxart/full_pastel-chime_130JapanFront.jpg,Pastel Chime,PC,Adventure,Alice Soft,Alice Soft,,,,,,,1998-11-26, +/games/boxart/full_pastel-chime-continue_889JapanFront.jpg,Pastel Chime Continue,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2005-06-17, +/games/boxart/default.jpg,Pastel Note,PC,Adventure,Pumpie,Pumpie,,,,,,,1998-05-16, +/games/boxart/default.jpg,Pathologic,Linux,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, +/games/boxart/default.jpg,Pathologic,PS4,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, +/games/boxart/default.jpg,Pathologic,XOne,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, +/games/boxart/default.jpg,Pathologic,PC,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, +/games/boxart/default.jpg,Pathologic,OSX,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, +/games/boxart/full_7362582JapanFrontccc.jpg,Patisserie Nanyanko,DC,Adventure,Pione Soft,Pione Soft,,,,,,,2004-09-22, +/games/boxart/full_pauls-monster-adventure_956AmericaFront.jpg,Paul's Monster Adventure,DSiW,Adventure,Agetec,ICM,,,,,,,2010-12-20, +/games/boxart/full_4899787AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode One,PSN,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-23, +/games/boxart/full_8900226AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode One,XBL,Adventure,Hothead Games,Hothead Games,,,,,,,2008-05-21, +/games/boxart/full_2909577AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode Two,PC,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-29, +/games/boxart/full_6521871AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode Two,PSN,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-30, +/games/boxart/full_9928754AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode Two,XBL,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-29, +/games/boxart/full_1034921AmericaFrontccc.jpg,Penumbra Collection,PC,Adventure,SouthPeak Interactive,Frictional Games,,,,,,,2009-02-23, +/games/boxart/6182193ccc.jpg,Penumbra: Black Plague,PC,Adventure,Paradox Interactive,Frictional Games,,,,,,,2008-02-13, +/games/boxart/default.jpg,Penumbra: Requiem,PC,Adventure,Paradox Interactive,Frictional Games,,,,,,,2008-08-27, +/games/boxart/full_3229117AmericaFrontccc.jpg,Perry Mason: Case of The Mandarin Murder,PC,Adventure,Telarium,Telarium,,,,,,,1986-01-01, +/games/boxart/full_personal-nightmare_6AmericaFront.jpg,Personal Nightmare,PC,Adventure,Adventure Soft,Horrorsoft,,,,,,,1989-01-01, +/games/boxart/full_1069101JapanFrontccc.jpg,Pet Tantei Y's,PC,Adventure,Amedeo,Amedeo,,,,,,,2004-10-12, +/games/boxart/full_8742261AmericaFrontccc.jpg,Phantasmagoria: A Puzzle of Flesh,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-11-30, +/games/boxart/full_9714940JapanFrontccc.jpg,Phantasy Star Adventure,GG,Adventure,Sega,Sega,,,,,,,1992-03-13, +/games/boxart/full_307547JapanFrontccc.jpg,Phantom: Phantom of Inferno,PC,Adventure,Nitro+,Nitro+,,,,,,,2000-02-25, +/games/boxart/full_2855163JapanFrontccc.jpg,Phantom: Phantom of Inferno,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-05-22, +/games/boxart/full_602221AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney,WW,Adventure,Capcom,Capcom,6.7,,,,,,2010-01-11, +/games/boxart/full_3450463AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney - Justice for All,WW,Adventure,Capcom,Capcom,,,,,,,2010-02-15, +/games/boxart/full_146138AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney - Trials and Tribulations,WW,Adventure,Capcom,Capcom,6,,,,,,2010-05-10, +/games/boxart/full_pia-carrot-e-youkoso_405JapanFront.jpg,Pia Carrot e Youkoso!!,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2006-07-26, +/games/boxart/full_2353817JapanFrontccc.jpg,Pia Carrot e Youkoso!!,PCFX,Adventure,Cocktail Soft,HuneX,,,,,,,1997-05-23, +/games/boxart/full_7045403JapanFrontccc.jpg,Pia Carrot e Youkoso!!,SAT,Adventure,KID,Cocktail Soft,,,,,,,1998-03-12, +/games/boxart/full_7832085JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2,DC,Adventure,NEC Interchannel,Stack,,,,,,,2003-02-06, +/games/boxart/default.jpg,Pia Carrot e Youkoso!! 2,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,1997-10-31, +/games/boxart/full_6316171JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2,SAT,Adventure,NEC Interchannel,Cocktail Soft,,,,,,,1998-10-08, +/games/boxart/full_683154JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2.2,GB,Adventure,NEC Interchannel,Shall Luck Plus,,,,,,,2000-12-02, +/games/boxart/full_3551294JapanFrontccc.jpg,Pia Carrot e Youkoso!! 3,DC,Adventure,NEC Interchannel,Alpha Unit,,,,,,,2003-03-27, +/games/boxart/full_pia-carrot-e-youkoso-3_63JapanFront.jpg,Pia Carrot e Youkoso!! 3,PC,Adventure,F&C,Cocktail Soft,,,,,,,2001-11-30, +/games/boxart/full_9455135JapanFrontccc.jpg,Pia Carrot e Youkoso!! 3,PS2,Adventure,NEC Interchannel,Alpha Unit,,,,,,,2003-03-27, +/games/boxart/full_2129084JapanFrontccc.jpg,Pia Carrot e Youkoso!! 3.3,GBA,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-04-23, +/games/boxart/default.jpg,Pia Carrot e Youkoso!! 4,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2009-12-25, +/games/boxart/default.jpg,Pia Carrot e Youkoso!! 4: Natsu no Kioku,PSP,Adventure,Unknown,HuneX,,,,,,,, +/games/boxart/full_pia-carrot-e-youkoso-4-natsu-no-koikatsu_187JapanFront.jpg,Pia Carrot e Youkoso!! 4: Natsu no Koikatsu,X360,Adventure,GN Software,GN Software,,,,,,,2011-02-24, +/games/boxart/default.jpg,Pia Carrot e Youkoso!! G.O.,PC,Adventure,F&C,Cocktail Soft,,,,,,,2006-02-03, +/games/boxart/full_2587009JapanFrontccc.jpg,Pia Carrot e Youkoso!! G.O. Summer Fair,PS2,Adventure,Piacci,Cocktail Soft,,,,,,,2007-12-20, +/games/boxart/full_pia-carrot-e-youkoso-gose_576JapanFront.jpg,Pia Carrot e Youkoso!! G.O.SE,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2008-04-25, +/games/boxart/full_pia-carrot-e-youkoso-gp-gakuen-princess_104JapanFront.jpg,Pia Carrot e Youkoso!! G.P. Gakuen Princess,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2008-01-25, +/games/boxart/full_pia-carrot-go-toy-box-2-spring-fair_573JapanFront.jpg,Pia Carrot G.O. Toy Box 2 Spring Fair,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2007-04-27, +/games/boxart/full_pia-carrot-go-toy-box-summer-fair_348JapanFront.jpg,Pia Carrot G.O. Toy Box Summer Fair,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2006-09-15, +/games/boxart/full_pia-carrot-gp-fd_711JapanFront.jpg,Pia Carrot G.P. FD,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2008-09-26, +/games/boxart/full_piacarro-4-fd-pia-carrot-e-youkoso-4-fan-disc_351JapanFront.jpg,PiaCarro 4 FD: Pia Carrot e Youkoso!! 4 Fan Disc,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2010-09-03, +/games/boxart/full_5614805JapanFrontccc.jpg,Pichimo Ninarou,GBA,Adventure,MTO,MTO,,,,,,,2004-09-22, +/games/boxart/full_4385572AmericaFrontccc.jpg,PictureBook Games: Pop-Up Pursuit,WW,Adventure,Nintendo,Nintendo,,,,,,,2009-08-17, +/games/boxart/full_4792777PALFrontccc.jpg,Pilot Down: Behind Enemy Lines,PC,Adventure,Oxygen Interactive,Wide Games,,,,,,,2005-09-09, +/games/boxart/full_1722807PALFrontccc.jpg,Pilot Down: Behind Enemy Lines,PS2,Adventure,Oxygen Interactive,Wide Games,,,,,,,2005-09-09, +/games/boxart/full_1682324AmericaFrontccc.jpg,Pinball Quest,NES,Adventure,Jaleco,Jaleco Ltd.,,,,,,,1990-06-01, +/games/boxart/full_5337200PALFrontccc.jpg,Pinocchio,PS2,Adventure,Phoenix Games,Phoenix Games,,,,,,,2006-12-08, +/games/boxart/full_6297543PALFrontccc.png,Pirates of the Caribbean: At World's End,PSN,Adventure,Disney Interactive Studios,Eurocom,,,,,,,2009-09-03, +/games/boxart/full_1301403PALFrontccc.png,Pirates of the Caribbean: Dead Man's Chest,PSN,Adventure,Disney Interactive Studios,Griptonite,,,,,,,2009-08-06, +/games/boxart/8619900ccc.jpg,Pirates of the Caribbean: The Legend of Jack Sparrow,PC,Adventure,Bethesda Softworks,California Seven Studios,,,,,,,2006-06-28, +/games/boxart/full_898441PALFrontccc.jpg,Pirates: Legend of the Black Buccaneer,XB,Adventure,Valcon Games,WideScreen Games,,,,,,,2006-08-15, +/games/boxart/default.jpg,Pizza Morgana,PC,Adventure,Unknown,Corbomite Games,,,,,,,2009-08-16, +/games/boxart/full_2314201JapanFrontccc.jpg,Pizzicato Polka: Suisei Genya,DC,Adventure,KID,KID,,,,,,,2004-06-17, +/games/boxart/full_planetarian-chiisana-hoshi-no-yume_0JapanFront.jpg,Planetarian: Chiisana Hoshi no Yume,PSN,Adventure,Prototype,Key,,,,,,,2009-08-24, +/games/boxart/full_8923510JapanFrontccc.jpg,Planetarian: Chiisana Hoshi no Yume,PS2,Adventure,Prototype,Key,,,,,,,2006-08-24, +/games/boxart/full_1988498JapanFrontccc.jpg,Planetarian: Chiisana Hoshi no Yume,PC,Adventure,Key,Key,,,,,,,2006-04-28, +/games/boxart/default.jpg,Planetarium,PS2,Adventure,Unknown,Takuyo,,,,,,,, +/games/boxart/full_9423897JapanFrontccc.jpg,Play Novel: Silent Hill,GBA,Adventure,Konami,Konami,,,,,,,2001-03-21, +/games/boxart/default.jpg,Please ReOpu Me!,PC,Adventure,Clock Up,Clock Up,,,,,,,2011-10-28, +/games/boxart/958742ccc.jpg,Plumbers Don't Wear Ties,3DO,Adventure,Kirin Entertainment,Kirin Entertainment,,,,,,,1994-01-01, +/games/boxart/default.jpg,Pochi to Goshujin-Sama,PC,Adventure,Unknown,SkyFish,,,,,,,2011-08-26, +/games/boxart/full_6953529JapanFrontccc.jpg,Poi! Hito Natsu no Keiken!?,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2008-07-17, +/games/boxart/1743341ccc.jpg,Police Quest 2: The Vengeance,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1988-01-01, +/games/boxart/421591ccc.jpg,Police Quest 3: The Kindred,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1991-10-01, +/games/boxart/4773464ccc.jpg,Police Quest: In Pursuit of the Death Angel,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1987-01-01, +/games/boxart/full_7295497JapanFrontccc.jpg,Policenauts,PS,Adventure,Konami,Konami Computer Entertainment Osaka,,,,,,,1996-01-09, +/games/boxart/full_6593954JapanFrontccc.jpg,Policenauts,SAT,Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,1996-09-13, +/games/boxart/full_5318710JapanFrontccc.jpg,Policenauts Private Collection,PS,Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,1996-02-09, +/games/boxart/default.jpg,Portable Shrine Wars,DSiW,Adventure,Unknown,Tom Create,,,,,,,, +/games/boxart/full_portopia-renzoku-satsujin-jiken_144JapanFront.jpg,Portopia Renzoku Satsujin Jiken,NES,Adventure,Enix,ChunSoft,,,,,,,1985-11-25, +/games/boxart/full_7414794JapanFrontccc.jpg,Portpia Renzoku Satsujin Jiken,NES,Adventure,Enix,ChunSoft,,,,,,,1985-11-29, +/games/boxart/full_2709442PALFrontccc.jpg,Postman Pat,PS2,Adventure,Blast! Entertainment Ltd,The Code Monkeys,,,,,,,2008-01-25, +/games/boxart/full_pri-saga-boku-no-hi-wa-xxx_375JapanFront.jpg,Pri-Saga! Boku no Hi wa xxx,PC,Adventure,Abel,Abel Software,,,,,,,2006-07-28, +/games/boxart/full_1244185JapanFrontccc.jpg,Pri-Saga! Princess o Sagase!,PS2,Adventure,Views,Abel Software,,,,,,,2007-11-22, +/games/boxart/full_pri-saga-x_301JapanFront.jpg,Pri-Saga! X,PC,Adventure,Abel,Abel Software,,,,,,,2008-05-02, +/games/boxart/full_prince-of-persia_199AmericaFront.jpg,Prince of Persia,PSN,Adventure,Ubisoft,Ubisoft Montreal,8.6,,,,,,2011-03-15, +/games/boxart/full_2771075AmericaFrontccc.png,Prince of Persia: Revelations,PSN,Adventure,Ubisoft,"Pipeworks Software, Inc.",,,,,,,2009-10-01, +/games/boxart/full_princess-frontier_288JapanFront.jpg,Princess Frontier,PC,Adventure,Axl,Axl,,,,,,,2008-03-28, +/games/boxart/full_4300992JapanFrontccc.jpg,Princess Holiday: Korogaru Ringo Tei Senya Ichiya,PS2,Adventure,Alchemist,August,,,,,,,2004-05-27, +/games/boxart/full_princess-holiday_7JapanFront.jpg,Princess Holiday: Korogaru Ringo Tei Senya Ichiya,DC,Adventure,Alchemist,August,,,,,,,2003-05-29, +/games/boxart/full_princess-holiday_476JapanFront.jpg,Princess Holiday: Korogaru Ringo Tei Senya Ichiya,PC,Adventure,Unknown,August,,,,,,,2002-09-27, +/games/boxart/full_princess-memory_843JapanFront.jpg,Princess Memory,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2000-04-07, +/games/boxart/full_1035655JapanFrontccc.jpg,Princess Nightmare,PC,Adventure,Karin Entertainment,Karin Entertainment,,,,,,,2007-04-27, +/games/boxart/full_1678273AmericaFrontccc.jpg,Princess Tomato in the Salad Kingdom,VC,Adventure,Hudson Soft,Hudson Soft,,,,,,,2010-02-08, +/games/boxart/full_723385AmericaFrontccc.jpg,Princess Tomato in the Salad Kingdom,NES,Adventure,Hudson Soft,Hudson Soft,,,,,,,1991-02-01, +/games/boxart/full_prism-arc-love-love-maximum-prism-heart-25_34JapanFront.jpg,Prism Arc: Love Love Maximum! Prism Heart 2.5,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2008-01-25, +/games/boxart/default.jpg,Prism Ark: Love2 Maximum!,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2008-01-25, +/games/boxart/default.jpg,Prism Ark: Prism Heart II,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2006-08-25, +/games/boxart/full_1626852JapanFrontccc.jpg,Prism Heart,DC,Adventure,KID,KID Corporation,,,,,,,2001-11-29, +/games/boxart/default.jpg,Prism Heart,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2000-10-06, +/games/boxart/full_5635778JapanFrontccc.jpg,Prismaticallization,DC,Adventure,Arc System Works,Arc System Works,,,,,,,2000-08-24, +/games/boxart/full_7334471AmericaFrontccc.jpg,Prisoner of Ice,PC,Adventure,I*Motion,Infrogrames,,,,,,,1995-12-31,2018-12-12 +/games/boxart/full_5040659JapanFrontccc.jpg,Prisoner of Ice: Jashin Kourin,PS,Adventure,Xing Entertainment,Infogrames,,,,,,,1997-12-25, +/games/boxart/full_4944380JapanFrontccc.jpg,Prisoner of Ice: Jashin Kourin,SAT,Adventure,Xing Entertainment,Infogrames,,,,,,,1997-12-23, +/games/boxart/full_8303211PALFrontccc.jpg,Prisoner of War,PS2,Adventure,Codemasters,Wide Games,,,,,,,2002-07-19, +/games/boxart/full_738885PALFrontccc.jpg,Project Fashion,PC,Adventure,Empire Interactive,Lexis Numerique,,,,,,,2007-08-03, +/games/boxart/full_psychic-detective_10AmericaFront.jpg,Psychic Detective,PC,Adventure,Electronic Arts,Colossal Pictures,,,,,,,1995-11-30, +/games/boxart/6086956ccc.jpg,Psychic Detective,3DO,Adventure,Electronic Arts,Colossal Pictures,,,,,,,1996-01-01, +/games/boxart/full_6098836JapanFrontccc.jpg,Psychic Detective Series Vol. 3: Aya,SCD,Adventure,DataWest,DataWest,,,,,,,1993-01-03, +/games/boxart/full_psychic-detective-series-vol-3-aya_2JapanFront.jpg,Psychic Detective Series Vol. 3: Aya,PCE,Adventure,DataWest,DataWest,,,,,,,1992-11-20, +/games/boxart/full_4786753JapanFrontccc.jpg,Psychic Detective Series Vol. 4: Orgel,SCD,Adventure,DataWest,DataWest,,,,,,,1993-12-10, +/games/boxart/full_psychic-detective-series-vol-4-orgel_2JapanFront.jpg,Psychic Detective Series Vol. 4: Orgel,PCE,Adventure,DataWest,DataWest,,,,,,,1993-08-06, +/games/boxart/default.jpg,Psycho Rhythm,PC,Adventure,Vision Soft,Vision Soft,,,,,,,1999-10-29, +/games/boxart/full_2993020JapanFrontccc.jpg,PukuPuku Tennen Kairanban: Koi no Cupid Daisakusen,GBA,Adventure,Marvelous Interactive,Marvelous,,,,,,,2004-03-25, +/games/boxart/default.jpg,Punch Line,PSV,Adventure,5pb,5pb. Inc.,,,,,,,2016-01-01, +/games/boxart/full_puppet-tale_5JapanFront.jpg,Puppet Tale,3DO,Adventure,Micro Cabin,Micro Cabin,,,,,,,1994-07-23, +/games/boxart/full_1615404JapanFrontccc.jpg,Pure Love Shopping Center,PC,Adventure,Honey Soft,Honey Soft,,,,,,,2005-04-22, +/games/boxart/full_purikura-pocket-2-kareshi-kaizou-daisakusen_4JapanFront.jpg,Purikura Pocket 2: Kareshi Kaizou Daisakusen,GB,Adventure,Atlus,Atlus Co.,,,,,,,1997-11-29, +/games/boxart/full_purikura-pocket-3-talent-debut-daisakusen_4JapanFront.jpg,Purikura Pocket 3: Talent Debut Daisakusen,GB,Adventure,Atlus,Atlus Co.,,,,,,,1998-12-18, +/games/boxart/full_purikura-pocket-fukanzen-joshikousei-manual_0JapanFront.jpg,Purikura Pocket: Fukanzen Joshikousei Manual,GB,Adventure,Atlus,Atlus Co.,,,,,,,1997-10-17, +/games/boxart/full_pursuit-of-justice_996AmericaFront.jpg,Pursuit of Justice,PC,Adventure,Activision,Legacy Interactive,,,,,,,2001-10-24, +/games/boxart/full_6325608AmericaFrontccc.jpg,Puzzle Bots,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2010-05-10, +/games/boxart/full_9316656JapanFrontccc.jpg,Quantum Gate I: Akuma no Joshou,SAT,Adventure,Gaga,Affect,,,,,,,1995-09-29, +/games/boxart/full_57779JapanFrontccc.jpg,Quartett! The Stage of Love,PS2,Adventure,Princess Soft,Littlewitch,,,,,,,2006-09-28, +/games/boxart/default.jpg,Queen At Arms,PC,Adventure,Aqualuft Games,Aqualuft Games,,,,,,,2015-04-01, +/games/boxart/default.jpg,Queen At Arms,OSX,Adventure,Aqualuft Games,Aqualuft Games,,,,,,,2015-04-01, +/games/boxart/default.jpg,Queen At Arms,Linux,Adventure,Aqualuft Games,Aqualuft Games,,,,,,,2015-04-01, +/games/boxart/full_1020103AmericaFrontccc.jpg,Queen: The eYe,PC,Adventure,Electronic Arts,Destination Design,,,,,,,1998-08-05, +/games/boxart/349050ccc.jpg,Quest for Camelot,GB,Adventure,Titus,Titus Software,,,,,,,1998-12-01, +/games/boxart/full_quest-for-glory-i-so-you-want-to-be-a-hero_154AmericaFront.jpg,Quest For Glory I: So You Want to Be a Hero,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1989-01-01, +/games/boxart/full_4881237AmericaFrontccc.jpg,Quest for Glory I: So You want to Be a Hero?,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1989-01-01, +/games/boxart/3362092ccc.jpg,Quest for Glory II: Trial by Fire,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1991-01-01, +/games/boxart/7337604ccc.jpg,Quest for Glory III: Wages of War,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1992-01-01, +/games/boxart/full_quest-for-glory-iv-shadows-of-darkness_196AmericaFront.jpg,Quest for Glory IV: Shadows of Darkness,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, +/games/boxart/default.jpg,Questprobe Featuring The Hulk,PC,Adventure,Unknown,Adventure International,,,,,,,1984-01-01, +/games/boxart/default.jpg,Questprobe Featuring The Human Torch and The Thing,PC,Adventure,Unknown,Adventure International,,,,,,,1985-01-01, +/games/boxart/full_742951JapanFrontccc.jpg,Quiz Aammegami-Sama Tatakau Tsubasa to Tomoni,DC,Adventure,Sega,Sega,,,,,,,2000-11-30, +/games/boxart/full_r-15-portable_102JapanFront.jpg,R-15 Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2011-10-27, +/games/boxart/full_rurur_94JapanFront.jpg,R.U.R.U.R.,PC,Adventure,Light,Light,,,,,,,2007-04-27, +/games/boxart/full_rurur-petit-prince_0JapanFront.jpg,R.U.R.U.R.: Petit Prince,PSP,Adventure,Views,Views,,,,,,,2010-09-22, +/games/boxart/full_rmj-the-mystery-hospital_31JapanFront.jpg,R?MJ: The Mystery Hospital,PS,Adventure,Bandai,Bandai,,,,,,,1997-11-27, +/games/boxart/full_8734689AmericaFrontccc.jpg,Rack N Ruin,PS4,Adventure,Lyn And Line LLC,Lyn And Line LLC,,,,,,,2016-01-01, +/games/boxart/default.jpg,Radical Dreamers: Nusumenai Houseki,SNES,Adventure,Square,SquareSoft,,,,,,,1996-01-01, +/games/boxart/full_rahxephon-soukyuu-gensoukyoku_486JapanFront.jpg,RahXephon: Soukyuu Gensoukyoku,PS2,Adventure,Bandai,Bandai,,,,,,,2003-08-07, +/games/boxart/full_6874139AmericaFrontccc.jpg,Rama,PC,Adventure,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1996-10-31, +/games/boxart/default.jpg,Rance Quest,PC,Adventure,Unknown,Alice Soft,,,,,,,2011-08-26, +/games/boxart/full_9079433JapanFrontccc.jpg,Ranma 1/2: Byakuran Aika,SCD,Adventure,NCS,NCS,,,,,,,1993-04-23, +/games/boxart/full_3288545JapanFrontccc.jpg,Ranma 1/2: Netsuretsu Kakutouhen,GB,Adventure,Banpresto,Banpresto,,,,,,,1992-07-17, +/games/boxart/full_4987658JapanFrontccc.jpg,Ranma 1/2: Toraware no Hanayome,PCE,Adventure,NCS,NCS,,,,,,,1991-12-06, +/games/boxart/full_9482409AmericaFrontccc.jpg,Real Crimes: Jack the Ripper,DSiW,Adventure,Virtual Playground,Virtual Playground,,,,,,,2010-05-24, +/games/boxart/full_4299031AmericaFrontccc.jpg,Real Myst,PC,Adventure,Mattel Interactive,Cyan Worlds,,,,,,,2000-11-14, +/games/boxart/full_3381400JapanFrontccc.jpg,Real Rode Portable,PSP,Adventure,Kadokawa Shoten,HuneX,,,,,,,2010-04-22, +/games/boxart/full_4775856JapanFrontccc.jpg,Real Sound: Kaze no Regret,DC,Adventure,Warp,Warp,,,,,,,1999-03-11, +/games/boxart/default.jpg,Really? Really!,PC,Adventure,Navel,Navel,,,,,,,2006-11-24, +/games/boxart/5593073ccc.jpg,Realms of Illusion,PC,Adventure,The Adventure Company,Detalion,,,,,,,2005-07-15, +/games/boxart/default.jpg,Rebirth,PC,Adventure,Pink Pineapple,Pink Pineapple,,,,,,,2000-03-24, +/games/boxart/default.jpg,Reco Love: Gold Beach,PSV,Adventure,Kadokawa Games,Dingo Inc.,,,,,,,2016-10-01, +/games/boxart/full_red-johnsons-chronicles-episode-1_914AmericaFront.jpg,Red Johnson's Chronicles: Episode 1,PSN,Adventure,Lexis Numerique,Lexis Numerique,7.3,,,,,,2011-04-19, +/games/boxart/default.jpg,Red Moon,PC,Adventure,Unknown,"Level 9 Computing, Ltd.",,,,,,,, +/games/boxart/full_reijou-tantei-office-love-jiken_7JapanFront.jpg,Reijou Tantei: Office Love Jiken,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2007-02-23, +/games/boxart/full_6630993JapanFrontccc.jpg,Relaxuma: Ojama Shitemasu 2 Shuukan,PS2,Adventure,Interchannel,Interchannel,,,,,,,2005-09-01, +/games/boxart/3021488ccc.jpg,Relentless: Twinsen's Adventure,PC,Adventure,Electronic Arts,Adeline Software,,,,,,,1994-01-01, +/games/boxart/full_5573271JapanFrontccc.jpg,Remember11 〜 the age of infinity 〜,PS2,Adventure,KID,KID Corporation,,,,,,,2004-03-18, +/games/boxart/full_remember11-amp12316-the-age-of-infinity-amp12316_373JapanFront.jpg,Remember11 〜 the age of infinity 〜,PSN,Adventure,CyberFront,KID Corporation,,,,,,,2009-12-10, +/games/boxart/default.jpg,Renai 0 Kilometer,PC,Adventure,Unknown,ASa Project,,,,,,,2011-10-28, +/games/boxart/full_7205929JapanFrontccc.jpg,Renai Chu! Happy Perfect,DC,Adventure,GN Software,fupac,,,,,,,2003-11-27, +/games/boxart/default.jpg,Renai Katei Kyoushi Rurumi * Coordinate!,PC,Adventure,Unknown,riffraff,,,,,,,2011-08-26, +/games/boxart/default.jpg,"Rentou Ranma: Watashi ga, Anata o, Mamoru kara!!!",PC,Adventure,Abel,Abel Software,,,,,,,2010-02-26, +/games/boxart/2736057ccc.jpg,Rescue of Princess Blobette,GB,Adventure,Absolute Entertainment,Imagineering Inc.,,,,,,,1991-05-01, +/games/boxart/full_8983727AmericaFrontccc.jpg,Residue: Final Cut,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-01, +/games/boxart/full_9038517PALFrontccc.jpg,Return to Mysterious Island 2,PC,Adventure,Microids,Kheops Studio,,,,,,,2009-07-01, +/games/boxart/full_return-to-zork_4JapanFront.jpg,Return to Zork,PS,Adventure,Bandai,Activision,,,,,,,1996-09-27, +/games/boxart/full_return-to-zork_9JapanFront.jpg,Return to Zork,PCFX,Adventure,NEC Interchannel,DataWest,,,,,,,1995-05-27, +/games/boxart/full_return-to-zork_8AmericaFront.jpg,Return to Zork,PC,Adventure,Infocom,Infocom,,,,,,,1993-09-21, +/games/boxart/full_return-to-zork_10JapanFront.jpg,Return to Zork,SAT,Adventure,Bandai,Activision,,,,,,,1996-02-02, +/games/boxart/full_1901721JapanFrontccc.jpg,Revive... Sosei,DC,Adventure,Data East,Data East,,,,,,,1999-10-28, +/games/boxart/default.jpg,Rewrite,PC,Adventure,Unknown,Key,,,,,,,, +/games/boxart/9293810ccc.jpg,Rex Nebular and the Cosmic Gender Bender,PC,Adventure,Microprose,"MicroProse Software, Inc.",,,,,,,1992-01-01, +/games/boxart/full_rhythm-koi-no-ritsudou_66JapanFront.jpg,Rhythm: Koi no Ritsudou,PC,Adventure,Libido,Libido,,,,,,,1997-10-17, +/games/boxart/full_2735724AmericaFrontccc.jpg,Richard & Alice,PC,Adventure,Mastertronic,Mastertronic,,,,,,,2014-06-05, +/games/boxart/full_riddle-of-the-sphinx-2-the-omega-stone_898AmericaFront.jpg,Riddle of the Sphinx 2: The Omega Stone,PC,Adventure,DreamCatcher Interactive,Omni Creative Group,,,,,,,2003-03-19, +/games/boxart/full_675262JapanFrontccc.jpg,Rika-Chan no Oshare Nikki,GBA,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-03-25, +/games/boxart/full_9766162JapanFrontccc.jpg,Ring of Sias,PS,Adventure,Athena,Athena,,,,,,,1996-04-12, +/games/boxart/198254ccc.jpg,Ripley's Believe It or Not!: The Riddle of Master Lu,PC,Adventure,U.S. Gold,Sanctuary Woods,,,,,,,1995-01-01, +/games/boxart/full_3748520AmericaFrontccc.png,Ripper,PC,Adventure,Take-Two Interactive,Take-Two Interactive,,,,,,,1996-02-29, +/games/boxart/full_ripple-island_4JapanFront.jpg,Ripple Island,NES,Adventure,Sunsoft,Tokai Engineering,,,,,,,1988-01-23, +/games/boxart/full_8059767AmericaFrontccc.jpg,Rise of the Dragon,SCD,Adventure,Sega,Dynamix,,,,,,,1993-01-01, +/games/boxart/full_4322618AmericaFrontccc.jpg,Rise of the Dragon,PC,Adventure,Dynamix,"Dynamix, Inc.",,,,,,,1992-01-01, +/games/boxart/full_1376816PALFrontccc.jpg,Riven: The Sequel to Myst,SAT,Adventure,Sega,Cyan Worlds,,,,,,,1998-01-01, +/games/boxart/full_ro-kyu-bu_417JapanFront.jpg,Ro-Kyu-Bu!,PSN,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2011-10-27, +/games/boxart/full_208726AmericaFrontccc.jpg,Road Avenger,SCD,Adventure,Renovation,Wolf Team,,,,,,,1993-01-01, +/games/boxart/full_road-to-india-between-hell-and-nirvana_89AmericaFront.jpg,Road to India: Between Hell and Nirvana,PC,Adventure,Microids,Microids,,,,,,,2001-09-16, +/games/boxart/full_rokudenashi-blues_627JapanFront.jpg,Rokudenashi Blues,NES,Adventure,Bandai,TOSE Software,,,,,,,1993-10-29, +/games/boxart/full_rome-caesars-will_963AmericaFront.jpg,Rome: Caesar's Will,PC,Adventure,Montparnasse Multimedia,Montparnasse Multimedia,,,,,,,2000-01-01, +/games/boxart/full_9426065JapanFrontccc.jpg,Roommate Asami: Okusama wa Joshikousei Director's Edition,DC,Adventure,Datam Polystar,fupac,,,,,,,2002-11-21, +/games/boxart/full_6365151JapanFrontccc.jpg,Roommate Novel: Sato Yuka,DC,Adventure,Datam Polystar,fupac,,,,,,,2000-06-29, +/games/boxart/full_root-after-and-another_296JapanFront.jpg,Root After and Another,PC,Adventure,Unknown,Makura,,,,,,,2007-10-26, +/games/boxart/default.jpg,Roshutsu no Megami-Sama: Ootsuka Ayaka-hen,PC,Adventure,Unknown,Poashara,,,,,,,2005-11-04, +/games/boxart/full_5896606AmericaFrontccc.png,Route 66,PSN,Adventure,Gamehastra,GameShastra,,,,,,,2010-01-28, +/games/boxart/full_8951679JapanFrontccc.gif,Routes,PC,Adventure,Leaf,Leaf,,,,,,,2003-02-28, +/games/boxart/full_rugrats-adventure-game_999AmericaFront.jpg,Rugrats Adventure Game,PC,Adventure,Broderbund,Broderbund,,,,,,,1997-11-01, +/games/boxart/full_848554AmericaFrontccc.jpg,Rugrats: Totally Angelica,GB,Adventure,THQ,Tiertex Design Studios,,,,,,,2000-05-05, +/games/boxart/full_4691871AmericaFrontccc.jpg,Rugrats: Totally Angelica - Boredom Buster,PC,Adventure,THQ,KnowWonder,,,,,,,2000-07-01, +/games/boxart/full_9782222AmericaFrontccc.jpg,Runaway: The Dream of the Turtle,PC,Adventure,CDV Software Entertainment,Pendulo Studios,,,,,,,2007-03-16, +/games/boxart/5980853ccc.jpg,Runaway: The Dream of the Turtle,PC,Adventure,CDV Software Entertainment,Pendulo Studios,,,,,,,2007-03-16, +/games/boxart/full_1207538AmericaFrontccc.jpg,Rune,PC,Adventure,Gathering of Developers,Human Head Studios,,,,,,,2000-10-29, +/games/boxart/full_rung-rung-another-world_1JapanFront.jpg,RungRung: The Wonderful Wizard of Oz ~Another World~,PS,Adventure,Affect,Affect,,,,,,,2000-06-15, +/games/boxart/full_rung-rung-another-world_8JapanFront.jpg,RungRung: The Wonderful Wizard of Oz ~Another World~,PSN,Adventure,Sony Computer Entertainment,Affect,,,,,,,2010-08-25, +/games/boxart/full_3282695AmericaFrontccc.png,RuPaul's Drag Race: Dragopolis,And,Adventure,So Much Drama Studios,So Much Drama Studios,,,,,,,2013-05-06, +/games/boxart/full_ruruli-ra-rura_7JapanFront.jpg,Ruruli Ra Rura,PCFX,Adventure,NEC,NEC,,,,,,,1998-02-20, +/games/boxart/default.jpg,Ryoujoku Conveni,PC,Adventure,Spiel,Spiel,,,,,,,2002-09-13, +/games/boxart/default.jpg,Ryoujoku Oni,PC,Adventure,Unknown,Guilty,,,,,,,2000-10-06, +/games/boxart/default.jpg,Ryoushuu Jokyoushi: Nikuyoku no Houkago,PC,Adventure,Unknown,Potage,,,,,,,2011-08-26, +/games/boxart/full_ryu-koku_347JapanFront.jpg,Ryu-koku,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-10-13, +/games/boxart/default.jpg,Ryuusei Tenshi Primavale Zwei,PC,Adventure,Escude,Escude,,,,,,,2007-09-28, +/games/boxart/full_sdi_523AmericaFront.jpg,S.D.I,PC,Adventure,Cinemaware,Master Designer Software,,,,,,,1987-01-01, +/games/boxart/full_syk-portable-twin-pack_707JapanFront.jpg,S.Y.K Portable Twin Pack,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2011-04-21, +/games/boxart/full_430115JapanFrontccc.jpg,S.Y.K Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-03-11, +/games/boxart/full_sadakichi-seven-hideyoshi-no-ougon_4JapanFront.jpg,Sadakichi Seven: Hideyoshi no Ougon,PCE,Adventure,Hudson Soft,Hudson Soft,,,,,,,1988-11-18, +/games/boxart/default.jpg,Sadness,Wii,Adventure,Unknown,Nibris,,,,,,,2020-12-31, +/games/boxart/default.jpg,Saekano: How to Raise a Boring Girlfriend,PSV,Adventure,5pb,5pb. Inc.,,,,,,,2016-01-01, +/games/boxart/full_9406647PALFrontccc.jpg,Safar'Wii,Wii,Adventure,Oxygen Interactive,Success,,,,,,,2010-02-26, +/games/boxart/full_safari-adventures-africa_0PALFront.jpg,Safari Adventures: Africa,PS2,Adventure,Blast! Entertainment Ltd,Neko Entertainment,,,,,,,2007-10-05, +/games/boxart/full_36475PALFrontccc.jpg,Safari Adventures: Africa,PC,Adventure,Mastertronic,Neko Entertainment,,,,,,,2008-02-08, +/games/boxart/default.jpg,Saimin Inkou: Mou-1nin no Midara no Watashi,PC,Adventure,Unknown,softhouse-seal,,,,,,,, +/games/boxart/default.jpg,Saiminsei Shori Gakuen,PC,Adventure,Unknown,Miel,,,,,,,2011-10-28, +/games/boxart/full_saishuu-densha_2JapanFront.jpg,Saishuu Densha,PS,Adventure,Visit,Visit,,,,,,,1998-02-26, +/games/boxart/full_7185962JapanFrontccc.jpg,Saishuu Densha,PS2,Adventure,Visit,Visit,,,,,,,2002-04-25, +/games/boxart/full_saishuu-shiken-kujira_9JapanFront.jpg,Saishuu Shiken Kujira,PC,Adventure,Circus,Circus,,,,,,,2004-12-23, +/games/boxart/default.jpg,Saishuu Shiken Kujira Kai,PS2,Adventure,Unknown,Princess Soft,,,,,,,, +/games/boxart/full_9122845JapanFrontccc.jpg,Saishuu Shiken Kujira: Alive,PS2,Adventure,Sweets,Circus,,,,,,,2007-09-27, +/games/boxart/full_saishuu-shiken-kujira-departures_361JapanFront.jpg,Saishuu Shiken Kujira: Departures,PC,Adventure,Circus,Circus,,,,,,,2005-12-23, +/games/boxart/full_saishuu-shiken-kujira-progressive_890JapanFront.jpg,Saishuu Shiken Kujira: Progressive,PC,Adventure,Circus,Circus,,,,,,,2004-08-13, +/games/boxart/full_saka-agari-hurricane_878JapanFront.jpg,Saka Agari Hurricane,PC,Adventure,Giga,Giga,,,,,,,2008-11-28, +/games/boxart/full_sakura-taisen-monogatari-mysterious-paris_3JapanFront.jpg,Sakura Taisen Monogatari: Mysterious Paris,PS2,Adventure,Sega,Sega WOW Overworks,,,,,,,2004-03-18, +/games/boxart/full_6129001JapanFrontccc.jpg,Sakura Tsuushin: Remaking Memories,SAT,Adventure,Media Group,Media Group,,,,,,,1998-10-01, +/games/boxart/full_6681768JapanFrontccc.jpg,Sakura Wars Complete Box,DC,Adventure,Sega,Overworks,,,,,,,2002-03-21, +/games/boxart/full_6221373JapanFrontccc.jpg,Sakura Wars GB2,GB,Adventure,Sega,Sega,,,,,,,2001-12-06, +/games/boxart/full_sakura-yuki-gekka_8JapanFront.jpg,Sakura: Yuki Gekka,PS2,Adventure,Princess Soft,Circus,,,,,,,2003-07-31, +/games/boxart/full_salammbo-battle-for-carthage_491AmericaFront.jpg,Salammbo: Battle for Carthage,PC,Adventure,The Adventure Company,Cryo Interactive,,,,,,,2003-05-08, +/games/boxart/full_salary-man-kintaro-the-game_7JapanFront.jpg,Salary Man Kintaro: The Game,PS,Adventure,Bandai,Bandai,,,,,,,2000-06-22, +/games/boxart/default.jpg,Sam & Max: Beyond Time and Space,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-10-18, +/games/boxart/full_5868678AmericaFrontccc.jpg,Sam & Max Save The World,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-06-17, +/games/boxart/full_4818380AmericaFrontccc.jpg,Sam & Max: Beyond Time and Space,PC,Adventure,Atari,Telltale Games,,,,,,,2010-03-09, +/games/boxart/full_6488029AmericaFrontccc.jpg,Sam & Max: Beyond Time and Space,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-10-14, +/games/boxart/2867989ccc.jpg,Sam & Max: Season One,PC,Adventure,Valve,Telltale Games,,,,,,,2007-06-15, +/games/boxart/full_7914910AmericaFrontccc.jpg,Sam & Max: The Devil's Playhouse - Episode 1: The Penal Zone,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-04-15, +/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-1-the-penal-zone_4AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 1: The Penal Zone,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-04-15, +/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-2-the-tomb-of-sammun-mak_3AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 2: The Tomb of Sammun-Mak,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-05-18, +/games/boxart/full_4603194AmericaFrontccc.jpg,Sam & Max: The Devil's Playhouse - Episode 2: The Tomb of Sammun-Mak,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-05-18, +/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-3-they-stole-maxs-brain_6AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 3: They Stole Max's Brain!,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-06-22, +/games/boxart/full_2210161AmericaFrontccc.jpg,Sam & Max: The Devil's Playhouse - Episode 3: They Stole Max's Brain!,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-06-22, +/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-4-beyond-the-alley-of-the-dolls_78AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 4: Beyond the Alley of the Dolls,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-07-20, +/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-4-beyond-the-alley-of-the-dolls_10AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 4: Beyond the Alley of the Dolls,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-07-20, +/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-5-the-city-that-dares-not-sleep_8AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 5: The City That Dares Not Sleep,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-08-31, +/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-5-the-city-that-dares-not-sleep_1AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 5: The City That Dares Not Sleep,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-08-31, +/games/boxart/full_samorost_838AmericaFront.jpg,Samorost,PC,Adventure,Unknown,Jakub Dvorský,,,,,,,2003-01-01, +/games/boxart/full_samorost-2_249AmericaFront.jpg,Samorost 2,PC,Adventure,Amanita Design,Amanita Design,,,,,,,2005-12-08, +/games/boxart/full_4945692JapanFrontccc.jpg,Samurai Jupiter,PC,Adventure,Mosaic,Mosaic,,,,,,,2005-03-04, +/games/boxart/full_sanitarium_8AmericaFront.jpg,Sanitarium,PC,Adventure,ASC Games,DreamForge Intertainment,,,,,,,1998-04-30, +/games/boxart/full_6376545JapanFrontccc.jpg,Sanma no Meitantei,NES,Adventure,Namco,Namco,,,,,,,1987-04-02, +/games/boxart/full_scared-rider-xechs-stardust-lovers_559JapanFront.jpg,Scared Rider Xechs: Stardust Lovers,PS2,Adventure,RED Entertainment,RED Entertainment,,,,,,,2011-06-23, +/games/boxart/full_9638437AmericaFrontccc.jpg,Schizm: Mysterious Journey,PC,Adventure,DreamCatcher Interactive,LK Avalon,,,,,,,2001-10-17, +/games/boxart/full_schoolmate_260JapanFront.jpg,Schoolmate,PC,Adventure,Illusion Soft,Illusion Soft,,,,,,,2007-05-25, +/games/boxart/full_schoolmate-2_378JapanFront.jpg,Schoolmate 2,PC,Adventure,Illusion Soft,Illusion Soft,,,,,,,2010-06-25, +/games/boxart/full_schoolmate-sweets_791JapanFront.jpg,Schoolmate Sweets!,PC,Adventure,Illusion Soft,Illusion Soft,,,,,,,2009-02-27, +/games/boxart/full_4813468AmericaFrontccc.jpeg,Scooby Doo! & Looney Tunes Cartoon Universe: Adventure,PC,Adventure,Warner Bros. Interactive Entertainment,WayForward Technologies,,,,,,,2014-07-16, +/games/boxart/full_8089966AmericaFrontccc.jpg,Scooby Doo! & Looney Tunes Cartoon Universe: Adventure,3DS,Adventure,Warner Bros. Interactive Entertainment,WayForward Technologies,,,,,,,2014-07-24,2018-07-26 +/games/boxart/full_scooby-doo-mystery_9AmericaFront.jpg,Scooby-Doo Mystery,GEN,Adventure,Acclaim Entertainment,The Illusions Gaming Company,,,,,,,1995-01-01, +/games/boxart/7559146ccc.jpg,Scooby-Doo Mystery,SNES,Adventure,Acclaim Entertainment,Argonaut Software,,,,,,,1995-11-01, +/games/boxart/1261116ccc.jpg,Scooby-Doo! Classic Creep Capers,GB,Adventure,THQ,Digital Eclipse,,,,,,,2001-02-20, +/games/boxart/default.jpg,Scooby-Doo!: Show Down In Ghost Town,PC,Adventure,The Learning Company,"TerraGlyph Interactive Studios, L.P.",,,,,,,2000-01-01, +/games/boxart/7199236ccc.jpg,Scurge: Hive,GBA,Adventure,SouthPeak Interactive,Orbital Media,,,,,,,2006-10-31, +/games/boxart/full_5226875AmericaFrontccc.jpg,Sea Life Safari,XBL,Adventure,Sierra Online,Wanako Games,,,,,,,2008-06-18, +/games/boxart/9976840ccc.jpg,Sea Monsters: A Prehistoric Adventure,PS2,Adventure,DSI Games,Atomic Planet Entertainment,,,,,,,2008-02-04, +/games/boxart/full_1987175AmericaFrontccc.jpg,Season of Mystery: The Cherry Blossom Murders,PC,Adventure,Square Enix,Square Enix,,,,,,,2009-11-11, +/games/boxart/full_second-novel-kanojo-no-natsu-15-bun-no-kioku_7JapanFront.jpg,"Second Novel: Kanojo no Natsu, 15-Bun no Kioku",PSN,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2010-07-29, +/games/boxart/full_228676JapanFrontccc.jpg,Secret of Evangelion,PS2,Adventure,CyberFront,Jinx,,,,,,,2006-12-21, +/games/boxart/full_secret-of-evangelion_449JapanFront.jpg,Secret of Evangelion,PC,Adventure,CyberFront,Gainax,,,,,,,2007-06-28, +/games/boxart/full_967489JapanFrontccc.jpg,Secret of Evangelion Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2007-06-28, +/games/boxart/3276434ccc.jpg,Secrets of the Ark: A Broken Sword Game,PC,Adventure,DreamCatcher Interactive,Revolution Software,,,,,,,2007-02-13, +/games/boxart/full_5700419AmericaFrontccc.jpg,Seduce Me,OSX,Adventure,No Reply Studios,No Reply Studios,,,,,,,2015-02-14,2018-08-09 +/games/boxart/full_5247722AmericaFrontccc.jpg,Seduce Me,Linux,Adventure,No Reply Studios,No Reply Studios,,,,,,,2015-02-14,2018-08-09 +/games/boxart/full_9394427AmericaFrontccc.jpg,Seduce Me,PC,Adventure,No Reply Studios,No Reply Studios,,,,,,,2015-02-14,2018-08-09 +/games/boxart/full_7439592AmericaFrontccc.jpeg,See No Evil,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-25, +/games/boxart/full_sei-oni_82JapanFront.jpg,Sei Oni,PC,Adventure,Unknown,Outlaw (Japan),,,,,,,1997-05-23, +/games/boxart/full_sekai-de-ichiban-ng-na-koi-full-house_904JapanFront.jpg,Sekai De Ichiban NG na Koi: Full House,PSP,Adventure,Unknown,Boost On,,,,,,,2011-07-28, +/games/boxart/default.jpg,Sekisaba! Shiritsu Sekigahara Gakuen Onago Sabage Bu,PC,Adventure,Unknown,Superanimaniax,,,,,,,2011-10-28, +/games/boxart/full_5683348JapanFrontccc.jpg,Sengoku Hime 2,PC,Adventure,Unicorn-A,Unicorn-A,,,,,,,2010-02-19, +/games/boxart/full_sengoku-hime-2-yoin-no-otome-fuunijyozu_4JapanFront.jpg,Sengoku Hime 2: Yoin no Otome Fuunijyozu,X360,Adventure,System Soft,Unicorn-A,,,,,,,2010-06-24, +/games/boxart/full_sengoku-rance_111JapanFront.jpg,Sengoku Rance,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2006-12-15, +/games/boxart/full_5053743JapanFrontccc.jpg,Senjou no Alice: Alice on Borderlines,PS,Adventure,Kodansha,Kodansha,,,,,,,1997-09-18, +/games/boxart/full_7400526JapanFrontccc.jpg,Sentimental Graffiti,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-03-29, +/games/boxart/full_6869769JapanFrontccc.jpg,Sentimental Graffiti Yakusoku,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2003-12-25, +/games/boxart/full_4518304JapanFrontccc.jpg,Sentimental Graffiti Yakusoku,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-03-29, +/games/boxart/full_3736754JapanFrontccc.jpg,Sentimental Prelude,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-10-28, +/games/boxart/7132260ccc.jpg,Sentinel: Descendants in Time,PC,Adventure,The Adventure Company,Detalion,,,,,,,2004-12-14, +/games/boxart/default.jpg,Separate Blue,PC,Adventure,Survive,Front Wing,,,,,,,2003-01-31, +/games/boxart/full_separate-hearts_724JapanFront.jpg,Separate Hearts,PS2,Adventure,KID,KID Corporation,,,,,,,2006-02-23, +/games/boxart/full_1931108JapanFrontccc.jpg,Septentrion ~Out of the Blue~,PS,Adventure,Human Entertainment,Human Club,,,,,,,1999-03-11, +/games/boxart/full_seventh-rush_518JapanFront.jpg,Seventh Rush,PC,Adventure,Krimzon Fake,Krimzon Fake,,,,,,,1998-11-26, +/games/boxart/full_1438349PALFrontccc.jpg,Shadow of Memories,XB,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-09-27, +/games/boxart/full_shadowgate_3AmericaFront.jpg,Shadowgate,NES,Adventure,Kemco,ICOM Simulations,,,,,,,1989-12-01, +/games/boxart/full_5078737JapanFrontccc.jpg,Shakugan no Shana DS,DS,Adventure,Media Works,Vridge,,,,,,,2007-03-29, +/games/boxart/full_8596229AmericaFrontccc.jpg,Shannara,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1995-11-30, +/games/boxart/full_9162994AmericaFrontccc.jpeg,Sharpe Investigations: Death on the Seine,PC,Adventure,Icarus Games,Icarus Games,,,,,,,2014-07-15, +/games/boxart/full_she-is_520JapanFront.jpg,She is...,PC,Adventure,Bellda Soft,Bellda Soft,,,,,,,2000-08-04, +/games/boxart/full_4916775JapanFrontccc.jpg,"She, the Ultimate Weapon",PS2,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-05-29, +/games/boxart/default.jpg,Shelter 2,OSX,Adventure,Might and Delight,Might and Delight,,,,,,,2015-03-09, +/games/boxart/default.jpg,Shenmue City,PC,Adventure,Unknown,Sega,,,,,,,, +/games/boxart/4395085ccc.jpg,Sherlock Holmes Consulting Detective Volume II,SCD,Adventure,Sega,ICOM Simulations,,,,,,,1993-01-01, +/games/boxart/2994092ccc.jpg,Sherlock Holmes: Consulting Detective,SCD,Adventure,Sega,ICOM Simulations,,,,,,,1992-01-01, +/games/boxart/full_loretta-no-shouzou_1JapanFront.jpg,Sherlock Holmes: Loretta no Shouzou,MS,Adventure,Sega,Sega,,,,,,,1987-02-18, +/games/boxart/full_sherlock-holmes-secret-of-the-silver-earring_297AmericaFront.jpg,Sherlock Holmes: Secret of The Silver Earring,PC,Adventure,Ubisoft,Frogwares,,,,,,,2004-09-28, +/games/boxart/full_shikaku-tantei-sora-no-sekai-thousand-dreams_777JapanFront.jpg,Shikaku Tantei: Sora no Sekai - Thousand Dreams,PS2,Adventure,Nine'sFox,Nine'sFox,,,,,,,2007-09-13, +/games/boxart/full_shikigami_434JapanFront.jpg,Shikigami,PC,Adventure,Catarite,Catarite,,,,,,,2005-07-01, +/games/boxart/default.jpg,Shikigami Denshou,PC,Adventure,Four Nine,Four Nine,,,,,,,1997-10-17, +/games/boxart/default.jpg,Shikigami: Kikyou no Hana,PC,Adventure,Cyc,Cyc,,,,,,,2007-02-23, +/games/boxart/full_shin-hisui-no-shizuku-hiiro-no-kakera-2-ds_830JapanFront.jpg,Shin Hisui no Shizuku: Hiiro no Kakera 2 DS,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2011-06-16, +/games/boxart/full_1914571JapanFrontccc.jpg,Shin Kisekae Monogatari,GBA,Adventure,Marvelous Interactive,Marvelous,,,,,,,2003-09-05, +/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi_156JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi,PS2,Adventure,Unknown,Yeti,,,,,,,, +/games/boxart/default.jpg,Shin Yarasete! Teacher,PC,Adventure,Unknown,Tryset,,,,,,,2011-10-28, +/games/boxart/full_shinkyoku-soukai-polyphonica-04-wa-full-pack_8JapanFront.jpg,Shinkyoku Soukai Polyphonica: 0~4 Wa Full Pack,PSP,Adventure,Prototype,Visual Arts,,,,,,,2008-06-26, +/games/boxart/full_shinkyoku-soukai-polyphonica-04-wa-full-pack_2JapanFront.jpg,Shinkyoku Soukai Polyphonica: 0~4 Wa Full Pack,PS2,Adventure,Prototype,Visual Arts,,,,,,,2008-04-10, +/games/boxart/full_shinkyoku-soukai-polyphonica-0-4-wa-full-pack_5JapanFront.jpg,Shinkyoku Soukai Polyphonica: 0~4 Wa Full Pack,PSN,Adventure,Prototype,Visual Arts,,,,,,,2010-04-06, +/games/boxart/full_shinkyoku-soukai-polyphonica-after-school_7JapanFront.jpg,Shinkyoku Soukai Polyphonica: After School,PSP,Adventure,Prototype,Visual Arts,,,,,,,2011-02-17, +/games/boxart/full_shinkyoku-soukai-polyphonica-after-school_712JapanFront.jpg,Shinkyoku Soukai Polyphonica: After School,PS2,Adventure,Prototype,Visual Arts,,,,,,,2010-11-11, +/games/boxart/full_shinkyouku-soukai-polyphonica-3ampamp4-hanashi-kanketsuhen_2JapanFront.jpg,Shinkyouku Soukai Polyphonica: 3&4 Hanashi Kanketsuhen,PC,Adventure,Ocelot,Visual Arts,,,,,,,2007-05-25, +/games/boxart/full_976658JapanFrontccc.jpg,Shinkyouku Soukai Polyphonica: The Black ~Episode 1&2 Box Edition~,PC,Adventure,Ocelot,Ocelot,,,,,,,2007-08-10, +/games/boxart/default.jpg,Shinobi no Hana: Kunoichi Shimai no Chousen,PC,Adventure,Aqua House,Aqua House,,,,,,,2000-05-19, +/games/boxart/full_shinpi-no-sekai-el-hazard-the-magnificent-world_977JapanFront.jpg,Shinpi no Sekai: El-Hazard The Magnificent World,SAT,Adventure,Pioneer LDC,TamTam,,,,,,,1996-08-09, +/games/boxart/default.jpg,Shinsei ni Shite Okasu be Karazu,PC,Adventure,Unknown,Pulltop,,,,,,,2011-10-28, +/games/boxart/default.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend,PC,Adventure,Gainax Network Systems,Gainax,,,,,,,1998-04-16, +/games/boxart/full_shinseiki-evangelion-koutetsu-no-girlfriend-2nd_802JapanFront.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd,PS2,Adventure,Broccoli,Broccoli,,,,,,,2005-01-20, +/games/boxart/full_shinseiki-evangelion-koutetsu-no-girlfriend-2nd_751JapanFront.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd,PC,Adventure,Gainax Network Systems,Gainax,,,,,,,2003-05-16, +/games/boxart/full_shinseiki-evangelion-koutetsu-no-girlfriend-special-edition_699JapanFront.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend Special Edition,PS2,Adventure,Gainax Network Systems,CyberFront,,,,,,,2006-03-30, +/games/boxart/full_shirogane-no-cal-to-aoi-no-joou_522JapanFront.jpg,Shirogane no Cal to Aoi no Joou,PSP,Adventure,CyberFront,Kogado Studio,,,,,,,2011-10-13, +/games/boxart/full_3690215JapanFrontccc.jpg,Shirotsume Kusa Hanashi: Episode of the Clovers,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2003-06-26, +/games/boxart/full_shirotsume-souwa-episode-of-the-clovers_589JapanFront.jpg,Shirotsume Souwa: Episode of the Clovers,PC,Adventure,Unknown,Littlewitch,,,,,,,2002-07-05, +/games/boxart/full_7022816AmericaFrontccc.jpg,Shivers,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1995-09-30, +/games/boxart/full_4855957AmericaFrontccc.jpg,Shivers Two: Harvest of Souls,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1997-04-30, +/games/boxart/default.jpg,Shojo Infinite Reipu,PC,Adventure,Trust,Trust,,,,,,,2006-11-17, +/games/boxart/full_7387665JapanFrontccc.jpg,Shoukan Shoujo: Elemental Girl Calling,PS2,Adventure,Kadokawa Shoten,Bridge NetShop,,,,,,,2007-12-06, +/games/boxart/full_shukufuku-no-campanella_4JapanFront.jpg,Shukufuku no Campanella,PC,Adventure,Unknown,Windmill,,,,,,,2009-01-30, +/games/boxart/full_shutter-island_5PALFront.jpg,Shutter Island,DS,Adventure,Unknown,City Interactive,,,,,,,, +/games/boxart/full_7435319JapanFrontccc.jpg,Signal,DS,Adventure,D3 Publisher,Studio Altair,,,,,,,2009-12-03, +/games/boxart/full_8294435AmericaFrontccc.png,Silent Hill,PSN,Adventure,Sony Computer Entertainment,KCET,,,,,,,2009-09-10, +/games/boxart/1426161ccc.jpg,Silent Hill 4: The Room,PC,Adventure,Konami,Team Silent,,,,,,,2004-09-07, +/games/boxart/full_4565176AmericaFrontccc.png,Silent Hill: Shattered Memories,PSN,Adventure,Konami,Climax Group,,,,,,,2010-01-28, +/games/boxart/full_silent-mobius-case-titanic_729JapanFront.jpg,Silent Mobius - Case: Titanic,PS,Adventure,Gainax Network Systems,Gainax,,,,,,,1998-10-08, +/games/boxart/full_1887601AmericaFrontccc.jpg,Silent Steel: A Cinematic Strategy Adventure,PC,Adventure,Tsunami Media,"Tsunami Media, Inc.",,,,,,,1995-01-01, +/games/boxart/full_silky-amp-milky_189JapanFront.jpg,Silky & Milky,PC,Adventure,Unknown,Evolution (Japan),,,,,,,2001-03-16, +/games/boxart/6089218ccc.jpg,Simon the Sorcerer,PC,Adventure,Infocom,Adventuresoft,,,,,,,1993-01-02, +/games/boxart/full_6814218PALFrontccc.jpg,Simon the Sorcerer 4: Chaos Happens,PC,Adventure,RTL,Silver Style Entertainment e.K.,,,,,,,2007-02-23, +/games/boxart/full_1650551PALFrontccc.jpg,Simon the Sorcerer 5: Who'd Even Want Contact?!,PC,Adventure,Atari,Silver Style Entertainment,,,,,,,2009-03-26, +/games/boxart/1375754ccc.jpg,"Simon the Sorcerer II: The Lion, the Wizard and the Wardrobe",PC,Adventure,Adventure Soft,Adventuresoft,,,,,,,1995-01-02, +/games/boxart/full_733720JapanFrontccc.jpg,Simple 1500 Series Vol. 31: The Sound Novel,PS,Adventure,D3 Publisher,Ooparts,,,,,,,2000-07-13, +/games/boxart/full_2759722JapanFrontccc.jpg,Simple 1500 Series Vol. 59: The Suiri ~IT Tantei: 18 no Jikenbo~,PS,Adventure,D3 Publisher,Tomcat System,,,,,,,2001-04-26, +/games/boxart/full_3523372JapanFrontccc.jpg,Simple 1500 Series Vol. 74: The Horror Mystery,PS,Adventure,D3 Publisher,Game Stage,,,,,,,2001-09-27, +/games/boxart/full_2341612JapanFrontccc.jpg,Simple 1500 Series Vol. 81: The Renai Adventure - Okaeri!,PS,Adventure,D3 Publisher,HuneX,,,,,,,2001-12-20, +/games/boxart/full_2706600JapanFrontccc.jpg,Simple 2000 Series Vol. 123: The Office Love Jikenbou - Reijou Tantei,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2008-07-03, +/games/boxart/full_4038542JapanFrontccc.jpg,Simple 2000 Series Vol. 13: The Renai Adventure 2 - Jo no Ko no Tameno,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2002-10-24, +/games/boxart/full_183909JapanFrontccc.jpg,Simple 2000 Series Vol. 19: The Renai Simulation - Renai Kissa Watashi ni Oma Cafe,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2002-12-19, +/games/boxart/full_2656240JapanFrontccc.jpg,Simple 2000 Series Vol. 34: The Renai Horror Adventure - Hyouryuu Shoujo,PS2,Adventure,D3 Publisher,Siesta,,,,,,,2003-07-24, +/games/boxart/full_9511748JapanFrontccc.jpg,Simple 2000 Series Vol. 38: The Yuujou Adventure: Hotaru Soul,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2003-10-30, +/games/boxart/full_2682423JapanFrontccc.jpg,Simple 2000 Series Vol. 43: The Saiban,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2003-12-11, +/games/boxart/full_4047621JapanFrontccc.jpg,"Simple 2000 Series Vol. 45: Koi to Namida to, Tsuioku to...",PS2,Adventure,D3 Publisher,HuneX,,,,,,,2004-03-18, +/games/boxart/full_5818571JapanFrontccc.jpg,Simple 2000 Series Vol. 58: The Gekai,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2004-09-02, +/games/boxart/full_simple-2000-series-vol-67-the-suiri-soshite-daremo-inakunatta_10JapanFront.jpg,Simple 2000 Series Vol. 67: The Suiri ~Soshite Daremo Inakunatta~,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2004-11-11, +/games/boxart/full_6024715JapanFrontccc.jpg,Simple 2000 Series Vol. 9: The Renai Adventure - Bittersweet Fools,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2002-09-12, +/games/boxart/full_8749JapanFrontccc.jpg,Simple DS Series Vol. 27: The Misshitsukara no Dasshutsu: The Suiri Bangai-hen,DS,Adventure,D3 Publisher,Intense/Tomcat System,,,,,,,2007-11-29, +/games/boxart/default.jpg,Simple Series Vol.4: The Misshitsu Kara no Datsu Shutsu,WW,Adventure,D3 Publisher,D3 Publisher,,,,,,,2009-08-25, +/games/boxart/full_1910105JapanFrontccc.jpg,Sister Princess,DC,Adventure,Media Works,Stack,,,,,,,2002-03-28, +/games/boxart/full_8827672JapanFrontccc.jpg,Sister Princess: Re Pure,GBA,Adventure,Marvelous Interactive,Marvelous,,,,,,,2003-03-20, +/games/boxart/full_7770611AmericaFrontccc.jpg,Slender: The Arrival,XOne,Adventure,Unknown,Polytron Corporation,,,,,,,2015-03-25, +/games/boxart/full_6554378AmericaFrontccc.jpg,Slender: The Arrival,PS4,Adventure,Unknown,Polytron Corporation,,,,,,,2015-03-25, +/games/boxart/full_1199843AmericaFrontccc.jpeg,Small Radios Big Televisions,PC,Adventure,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8894982PALFrontccc.jpg,Smarties: Meltdown,PS2,Adventure,Europress,Europress,,,,,,,2006-03-17, +/games/boxart/full_7842412AmericaFrontccc.jpg,Snatcher,SCD,Adventure,Konami,Konami,,,,,,,1994-11-30, +/games/boxart/full_1294617JapanFrontccc.jpg,Snatcher,SAT,Adventure,Konami,Konami,,,,,,,1996-03-29, +/games/boxart/full_snatcher_518JapanFront.jpg,Snatcher,PS,Adventure,Konami,Konami,,,,,,,1996-02-16, +/games/boxart/full_2801169JapanFrontccc.jpg,Snatcher CD-ROMantic,PCE,Adventure,Konami,Konami,,,,,,,1992-10-23, +/games/boxart/1415613ccc.gif,Snoopy vs the Red Baron,PS2,Adventure,Namco Bandai,Smart Bomb Interactive,,,,,,,2006-10-24, +/games/boxart/full_9206019AmericaFrontccc.jpg,Snoopy vs the Red Baron,PC,Adventure,Namco Bandai,Smart Bomb Interactive,,,,,,,2006-11-03, +/games/boxart/full_6510606JapanFrontccc.jpg,Snow,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2003-09-25, +/games/boxart/full_319748AmericaFrontccc.jpg,Snow Drop,PC,Adventure,Peach Princess,Will,,,,,,,2001-05-07, +/games/boxart/4683273ccc.jpg,Snow Job,3DO,Adventure,3DO,Ix Entertainment,,,,,,,1995-01-01, +/games/boxart/full_2632447PALFrontccc.jpg,So Blonde,DS,Adventure,DTP Entertainment,WizarBox,,,,,,,2010-08-27, +/games/boxart/full_5096314PALFrontccc.jpg,So Blonde,Wii,Adventure,DTP Entertainment,WizarBox,,,,,,,2010-08-27, +/games/boxart/full_sokukoku-no-kusabi-hiiro-no-kakera-3-ds_235JapanFront.jpg,Sokukoku no Kusabi: Hiiro no Kakera 3 DS,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2011-08-25, +/games/boxart/9048170ccc.jpg,Soldier Elite,PC,Adventure,DreamCatcher Interactive,Metropolis Software,,,,,,,2006-05-29, +/games/boxart/full_sonic-dive_170JapanFront.jpg,Sonic Dive,PC,Adventure,Software House Paseri,Software House Paseri,,,,,,,2005-01-14, +/games/boxart/full_sonic-princess-p-e_834JapanFront.jpg,Sonic Princess P-E,PC,Adventure,Software House Paseri,Software House Paseri,,,,,,,2005-11-11, +/games/boxart/full_232060JapanFrontccc.jpg,Sorayume,PS2,Adventure,Takuyo,Takuyo,,,,,,,2008-06-19, +/games/boxart/full_3958455JapanFrontccc.jpg,Soshite Bokura wa... and he said,PS2,Adventure,Interchannel,Interchannel,,,,,,,2005-06-30, +/games/boxart/full_soshite-bokura-wa-and-he-said_342JapanFront.jpg,Soshite Bokura wa... and he said,PC,Adventure,Spray,Spray,,,,,,,2004-01-30, +/games/boxart/full_3683876JapanFrontccc.jpg,Soshite Kono Uchuu ni Kirameku Kimi no Uta,PS2,Adventure,Datam Polystar,Datam Polystar,,,,,,,2006-05-25, +/games/boxart/full_sotsugyou-maid-in-love_999JapanFront.jpg,Sotsugyou * Maid in Love,PC,Adventure,Splash,Splash,,,,,,,2002-10-25, +/games/boxart/full_sotsugyou-ryokou_962JapanFront.jpg,Sotsugyou Ryokou,PC,Adventure,Apollon Create,Apollon Create,,,,,,,1997-10-03, +/games/boxart/full_sotsugyou-shashin_8JapanFront.jpg,Sotsugyou Shashin,PC,Adventure,Apollon Create,Apollon Create,,,,,,,1997-11-07, +/games/boxart/full_sotsugyou-shashin-2_148JapanFront.jpg,Sotsugyou Shashin 2,PC,Adventure,Apollon Create,Apollon Create,,,,,,,1997-12-05, +/games/boxart/default.jpg,Soukai no Valkyria: Kokou no Koujo Russia,PC,Adventure,Eushully,Eushully,,,,,,,2009-12-04, +/games/boxart/full_3557455JapanFrontccc.jpg,Soukou Akki Muramasa,PC,Adventure,Nitro+,Nitro+,,,,,,,2009-10-30, +/games/boxart/full_soul-of-darkness_4AmericaFront.jpg,Soul of Darkness,DSiW,Adventure,Gameloft,Gameloft,,,,,,,2010-07-05, +/games/boxart/1900119ccc.jpg,Soul Reaver 2,PC,Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2001-11-20, +/games/boxart/full_7242352AmericaFrontccc.jpg,Soulcaster,XBL,Adventure,Microsoft,MagicalTimeBean,,,,,,,2010-03-01, +/games/boxart/full_soulcaster-ii_784AmericaFront.jpg,Soulcaster II,XBL,Adventure,Microsoft,MagicalTimeBean,,,,,,,2010-12-14, +/games/boxart/full_8754101JapanFrontccc.jpeg,Soushuu Senshinkan Gakuen: Hachimyoujin - Ten no Koku,PSV,Adventure,Unknown,Unknown,,,,,,,2014-07-24, +/games/boxart/full_soyokaze-no-okurimono-wind-presurable-box_615JapanFront.jpg,Soyokaze no Okurimono: Wind Presurable Box,PC,Adventure,Minor I,Minor I,,,,,,,2002-12-27, +/games/boxart/full_2154705AmericaFrontccc.jpg,Space Ace,PC,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,1999-11-10, +/games/boxart/full_space-ace_807AmericaFront.jpg,Space Ace,DSiW,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-12-06, +/games/boxart/full_2828774AmericaFrontccc.jpg,Space Ace,SNES,Adventure,Absolute Entertainment,O.D.E.,,,,,,,1994-05-01, +/games/boxart/8525362ccc.jpg,Space Ace,3DO,Adventure,ReadySoft,ReadySoft,,,,,,,1995-01-01, +/games/boxart/full_5569663AmericaFrontccc.jpg,Space Ace,SCD,Adventure,ReadySoft,Epicenter Interactive,,,,,,,1994-01-01, +/games/boxart/8090255ccc.jpg,Space Ace,AJ,Adventure,ReadySoft,ReadySoft,,,,,,,1996-01-01, +/games/boxart/full_space-ace_271AmericaFront.jpg,Space Ace,PSN,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-02-22, +/games/boxart/full_7238379JapanFrontccc.jpg,Space Adventure Cobra: The Shooting,PS,Adventure,Takara,Takara,,,,,,,1996-11-22, +/games/boxart/full_space-pirates-and-zombies_521AmericaFront.jpg,Space Pirates and Zombies,PC,Adventure,Unknown,MinMax Games Ltd.,,,,,,,2011-08-15, +/games/boxart/full_3422741AmericaFrontccc.jpg,Space Quest 6: Roger Wilco in the Spinal Frontier,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1995-01-01, +/games/boxart/full_4807794AmericaFrontccc.jpg,Space Quest Collection,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,2006-09-15, +/games/boxart/9320846ccc.jpg,Space Quest I: The Sarien Encounter,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1986-10-01, +/games/boxart/6000662ccc.jpg,Space Quest II: Vohaul's Revenge,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1987-01-01, +/games/boxart/2130473ccc.jpg,Space Quest III: The Pirates of Pestulon,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1989-03-22, +/games/boxart/4291555ccc.jpg,Space Quest IV: Roger Wilco and the Time Rippers,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1991-01-01, +/games/boxart/3434933ccc.jpg,Space Quest V: The Next Mutation,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, +/games/boxart/full_1937069PALFrontccc.jpg,Space Station Silicon Valley,GB,Adventure,Take-Two Interactive,DMA Design,,,,,,,1999-01-01, +/games/boxart/full_spaceship-warlock_56AmericaFront.jpg,Spaceship Warlock,PC,Adventure,Unknown,"Reactor, Inc.",,,,,,,1994-01-01, +/games/boxart/full_9403317AmericaFrontccc.jpg,Spellcasting 101: Sorcerers Get all the Girls,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1990-01-01, +/games/boxart/full_3761208AmericaFrontccc.jpg,Spellcasting 201: The Sorcerer's Appliance,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1991-01-01, +/games/boxart/full_5392878AmericaFrontccc.jpg,Spellcasting 301: Spring Break,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1992-01-01, +/games/boxart/full_6129996AmericaFrontccc.jpg,Spellcraft: Aspects of Valor,SNES,Adventure,ASCII Entertainment,Asciiware,,,,,,,1993-01-01, +/games/boxart/full_2357502AmericaFrontccc.jpg,SpongeBob SquarePants: Employee of the Month,PC,Adventure,THQ,AWE Games,,,,,,,2002-09-23, +/games/boxart/full_5978737AmericaFrontccc.jpg,SpongeBob's Atlantis SquarePantis,GBA,Adventure,THQ,Altron,,,,,,,2007-10-23, +/games/boxart/full_7664092AmericaFrontccc.jpg,SPQR: The Empire's Darkest Hour,PC,Adventure,GT Interactive,CyberSites,,,,,,,1996-11-30, +/games/boxart/full_4263200JapanFrontccc.jpg,Spriggan: Lunar Verse,PS,Adventure,From Software,From Liquid Mirror Software,,,,,,,1999-06-17, +/games/boxart/full_3611251PALFrontccc.jpg,Springdale Riding Adventures,Wii,Adventure,Pan Vision,Unknown,,,,,,,2010-03-26, +/games/boxart/6166462ccc.jpg,Spy Fox in Dry Cereal,PC,Adventure,Unknown,Humongous,,,,,,,, +/games/boxart/full_7886353AmericaFrontccc.jpg,Spy Fox: Operation Ozone,PC,Adventure,Unknown,Humongous Entertainment,,,,,,,, +/games/boxart/full_spy-snatcher_510PALFront.jpg,Spy Snatcher,PC,Adventure,Topologika,Jonathan Partington & Jon Thackray,,,,,,,1992-01-01, +/games/boxart/full_8749672JapanFrontccc.jpg,SS Adventure Pack: Nanatsu no Hikan & Myst,SAT,Adventure,KOEI,Koei,,,,,,,1997-03-28, +/games/boxart/full_9155356JapanFrontccc.jpg,St. Luminous Mission High School,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,2000-05-25, +/games/boxart/default.jpg,Star Trek (1973) (Original),PC,Adventure,Unknown,William Char and Associates,,,,,,,, +/games/boxart/full_4441475PALFrontccc.jpg,Star Trek Deep Space Nine: Harbinger,PC,Adventure,Viacom,Stormfront Studios,,,,,,,1996-02-29, +/games/boxart/full_6533650AmericaFrontccc.jpg,Star Trek: 25th Anniversary,PC,Adventure,Interplay,Interplay,,,,,,,1993-01-01, +/games/boxart/full_4621975AmericaFrontccc.jpg,Star Trek: 25th Anniversary,NES,Adventure,Ultra Games,Konami,,,,,,,1992-02-01, +/games/boxart/1294222ccc.jpg,Star Trek: 25th Anniversary,GB,Adventure,Ultra Games,Visual Concepts,,,,,,,1991-11-11, +/games/boxart/full_700787AmericaFrontccc.jpg,Star Trek: Borg,PC,Adventure,Simon & Schuster Interactive,Simon & Schuster Interactive,,,,,,,1996-10-31, +/games/boxart/full_star-trek-deep-space-nine-crossroads-of-time_6AmericaFront.jpg,Star Trek: Deep Space Nine - Crossroads of Time,GEN,Adventure,Playmates,Novotrade International,,,,,,,1995-01-01, +/games/boxart/full_star-trek-deep-space-nine-crossroads-of-time_9AmericaFront.jpg,Star Trek: Deep Space Nine - Crossroads of Time,SNES,Adventure,Playmates,Novotrade,,,,,,,1995-09-01, +/games/boxart/4650793ccc.jpg,Star Trek: Judgment Rites,PC,Adventure,Interplay,Interplay,,,,,,,1995-01-01, +/games/boxart/4835929ccc.jpg,Star Trek: The Next Generation - A Final Unity,PC,Adventure,Viacom,Spectrum Holobyte,,,,,,,1995-05-31, +/games/boxart/full_5240070AmericaFrontccc.jpg,Star Trek: The Next Generation: Echoes from the Past,GEN,Adventure,Sega,MicroProse,,,,,,,1994-01-01, +/games/boxart/430430ccc.jpg,Star Trek: The Next Generation: Future's Past,SNES,Adventure,Spectrum Holobyte,Axes Art Amuse,,,,,,,1994-03-01, +/games/boxart/3383254ccc.jpg,Star Wars Episode I: The Phantom Menace,PC,Adventure,LucasArts,Big Ape Productions,,,,,,,1999-04-30, +/games/boxart/full_star-wars-yoda-stories_8AmericaFront.jpg,Star Wars: Yoda Stories,PC,Adventure,LucasArts,LucasArts,,,,,,,1997-03-31, +/games/boxart/full_yoda-stories_7AmericaFront.jpg,Star Wars: Yoda Stories,GB,Adventure,THQ,Torus Games,,,,,,,1999-12-01, +/games/boxart/full_2745112AmericaFrontccc.jpg,Starship Titanic,PC,Adventure,Simon & Schuster Interactive,The Digital Village,,,,,,,1998-03-31, +/games/boxart/full_startropics_7AmericaFront.jpg,StarTropics,VC,Adventure,Nintendo,Nintendo IRD,,,,,,,2008-01-07, +/games/boxart/6504481ccc.jpg,StarTropics,NES,Adventure,Nintendo,Nintendo IRD,,,,,,,1990-12-01, +/games/boxart/default.jpg,SteamSunk,XBL,Adventure,Unknown,Snape,,,,,,,, +/games/boxart/default.jpg,Steins;Gate 8-bit,PC,Adventure,Unknown,GigasDrop.,,,,,,,2011-10-28, +/games/boxart/full_steinsgate-double-pack_740JapanFront.jpg,Steins;Gate Double Pack,X360,Adventure,5pb,Nitro+,,,,,,,2011-06-16, +/games/boxart/8959887ccc.jpg,Strahl,3DO,Adventure,Panasonic Interactive Media,Data East,,,,,,,1995-01-01, +/games/boxart/full_strong-bads-cool-game-for-attractive-people_806PALFront.jpg,Strong Bad's Cool Game for Attractive People,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-03-23, +/games/boxart/full_strong-bads-cool-game-for-attractive-people-episode-1-homestar-ruiner_747AmericaFront.jpg,Strong Bad's Cool Game for Attractive People Episode 1: Homestar Ruiner,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-12-21, +/games/boxart/full_9464015AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 1: Homestar Ruiner,PC,Adventure,Telltale Games,Telltale Games,4,,,,,,2008-08-11, +/games/boxart/5659683ccc.jpg,Strong Bad's Cool Game for Attractive People Episode 1: Homestar Ruiner,WW,Adventure,Telltale Games,Telltale Games,4,,,,,,2008-08-11, +/games/boxart/full_6960629AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 2: Strong Badia the Free,PC,Adventure,Telltale Games,Telltale Games,8.2,,,,,,2008-09-15, +/games/boxart/1592286ccc.jpg,Strong Bad's Cool Game for Attractive People Episode 2: Strong Badia the Free,WW,Adventure,Telltale Games,Telltale Games,8.2,,,,,,2008-09-15, +/games/boxart/full_7563336AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 3: Baddest of the Bands,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2008-10-27, +/games/boxart/full_9874478AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 3: Baddest of the Bands,WW,Adventure,Telltale Games,Telltale Games,,,,,,,2008-10-27, +/games/boxart/full_6952642AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 4: Dangeresque 3: The Criminal Projective,WW,Adventure,Nintendo,Telltale Games,8.7,,,,,,2008-11-17, +/games/boxart/full_3406167AmericaFrontccc.png,Strong Bad's Cool Game for Attractive People Episode 4: Dangeresque 3: The Criminal Projective,PC,Adventure,Telltale Games,Telltale Games,8.7,,,,,,2008-11-17, +/games/boxart/full_5180822AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 5: 8-Bit Is Enough,WW,Adventure,Telltale Games,Telltale Games,8.5,,,,,,2008-12-15, +/games/boxart/full_1229522AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 5: 8-Bit Is Enough,PC,Adventure,Telltale Games,Telltale Games,8.5,,,,,,2008-12-15, +/games/boxart/1863458ccc.jpg,Stupid Invaders,PC,Adventure,Ubisoft,Xilam,,,,,,,2001-03-09, +/games/boxart/9214066ccc.jpg,Stupid Invaders,DC,Adventure,Ubisoft,Xilam,7.1,,,,,,2001-06-28, +/games/boxart/full_7064525JapanFrontccc.jpg,Suchie-Pai Adventure: Doki Doki Nightmare,PS,Adventure,Jaleco,Jaleco,,,,,,,1998-04-09, +/games/boxart/full_suigetsu_945JapanFront.jpg,Suigetsu,PC,Adventure,F&C,F&C,,,,,,,2002-04-26, +/games/boxart/full_8115215JapanFrontccc.jpg,Suigetsu Mayoi-Gokoro,DC,Adventure,KID,KID Corporation,,,,,,,2004-10-28, +/games/boxart/full_903499JapanFrontccc.jpg,Suigetsu Mayoi-Gokoro,PS2,Adventure,KID,KID Corporation,,,,,,,2004-10-28, +/games/boxart/full_8513254JapanFrontccc.jpg,Suika,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2002-07-18, +/games/boxart/full_3872103PALFrontccc.png,Suika A.S+,PC,Adventure,MangaGamer,Circus,,,,,,,2009-03-10, +/games/boxart/full_99283JapanFrontccc.jpg,Suika A.S+ Eternal Name,PS2,Adventure,Sweets,Circus,,,,,,,2007-08-30, +/games/boxart/full_sukeban-deka-ii-keiji-shoujo-tetsu-kamen-densetsu_8JapanFront.jpg,Sukeban Deka II: Keiji Shoujo Tetsu Kamen Densetsu,MS,Adventure,Sega,Sega,,,,,,,1987-04-19, +/games/boxart/full_suki-desu-suzuki-kun-4-nin-no-suzuki-kun_5JapanFront.jpg,Suki Desu Suzuki-kun!! 4-nin no Suzuki-kun,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2010-07-29, +/games/boxart/full_9260808AmericaFrontccc.jpg,Sunless Sea,PC,Adventure,Failbetter Games,Failbetter Games,,,,,,,2015-02-06, +/games/boxart/full_5680387AmericaFrontccc.jpg,Sunless Sea,OSX,Adventure,Failbetter Games,Failbetter Games,,,,,,,2015-02-06, +/games/boxart/full_3135091AmericaFrontccc.jpeg,Sunrider: First Arrival,PC,Adventure,Sekai Project,Love in Space,,,,,,,2014-07-02, +/games/boxart/full_1510371AmericaFrontccc.jpg,Sunset,PC,Adventure,Tale of Tales,Tale of Tales,,,,,,,2015-05-21,2018-11-23 +/games/boxart/full_7162724AmericaFrontccc.jpg,Sunset,OSX,Adventure,Tale of Tales,Tale of Tales,,,,,,,2015-05-21,2018-11-23 +/games/boxart/full_8412162AmericaFrontccc.jpg,Sunset,Linux,Adventure,Tale of Tales,Tale of Tales,,,,,,,2015-05-21,2018-11-23 +/games/boxart/full_4455488JapanFrontccc.jpg,Super Adventure RockMan,PS,Adventure,Capcom,Capcom,,,,,,,1998-06-25, +/games/boxart/full_3346805JapanFrontccc.jpg,Super Adventure RockMan,SAT,Adventure,Capcom,Capcom,,,,,,,1998-06-25, +/games/boxart/full_super-doll-rika-chan-kisekae-taisakusen_723JapanFront.jpg,Super Doll Rika-Chan: Kisekae Taisakusen,GB,Adventure,Unknown,Vial One,,,,,,,2000-10-06, +/games/boxart/full_9094051AmericaFrontccc.jpg,Super Metroid,VC,Adventure,Nintendo,Intelligent Systems,9,,,,,,2007-08-20, +/games/boxart/full_8460608AmericaFrontccc.jpg,Supreme Warrior,3DO,Adventure,Acclaim Entertainment,Digital Pictures,,,,,,,1994-01-01, +/games/boxart/6562496ccc.jpg,Supreme Warrior,SCD,Adventure,Digital Pictures,Digital Pictures,,,,,,,1994-01-01, +/games/boxart/full_5761593AmericaFrontccc.jpg,Supreme Warrior,PC,Adventure,Digital Pictures,Digital Pictures,,,,,,,1996-01-01, +/games/boxart/full_41016AmericaFrontccc.jpg,Survival Kids,GB,Adventure,Konami,Konami Computer Entertainment Sapporo,,,,,,,1999-11-02, +/games/boxart/full_2051718JapanFrontccc.jpg,Survival Kids 2: Dasshutsu! Futago Shima,GB,Adventure,Konami,Konami,,,,,,,2000-07-19, +/games/boxart/default.jpg,Survivor,DS,Adventure,Unknown,Mindscape Inc.,,,,,,,, +/games/boxart/full_4947996JapanFrontccc.jpg,Suzunone Seven!,PC,Adventure,Clochette,Clochette,,,,,,,2009-01-30, +/games/boxart/full_suzunone-seven-sweet-lovers-concerto_234JapanFront.jpg,Suzunone Seven! Sweet Lovers' Concerto,PC,Adventure,Clochette,Clochette,,,,,,,2009-11-27, +/games/boxart/full_swat-special-weapons-and-tactics_858JapanFront.jpg,SWAT: Special Weapons and Tactics,NES,Adventure,Toei Animation,Shouei,,,,,,,1987-09-11, +/games/boxart/full_6611781JapanFrontccc.jpg,Sweet Season,DC,Adventure,Takuyo,Takuyo,,,,,,,2003-10-23, +/games/boxart/full_6724879AmericaFrontccc.png,Swipe Quest,And,Adventure,Evil Indie Games,Evil Indie Games,,,,,,,2014-01-30, +/games/boxart/default.jpg,Sword of Asumi,PC,Adventure,AJTilley,AJTilley,,,,,,,2015-01-30, +/games/boxart/full_7735439PALFrontccc.jpg,Syberia,PS2,Adventure,Microids,Microids,,,,,,,2003-03-28, +/games/boxart/full_8085166PALFrontccc.jpg,Syberia II,PS2,Adventure,Ubisoft,Microids,,,,,,,2004-11-26, +/games/boxart/full_8794769AmericaFrontccc.jpg,Syberia III,PS3,Adventure,Unknown,Unknown,,,,,,,,2018-08-12 +/games/boxart/full_1437190AmericaFrontccc.jpg,Syberia III,And,Adventure,Anuman,Unknown,,,,,,,2016-01-01,2018-08-12 +/games/boxart/full_8338318AmericaFrontccc.jpg,Syberia III,OSX,Adventure,Anuman,Unknown,,,,,,,2016-01-01,2018-08-12 +/games/boxart/full_4613691AmericaFrontccc.jpg,Tacoma,PC,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-02,2018-01-22 +/games/boxart/default.jpg,Tacoma,Linux,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-05,2018-09-12 +/games/boxart/default.jpg,Tacoma,OSX,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-01,2018-09-12 +/games/boxart/full_4961963PALFrontccc.jpg,Tadeo Jones y el manuscrito perdido,PS4,Adventure,Deep Silver,U-PLAY Studios,,,,,,,2014-10-31,2018-09-21 +/games/boxart/full_3766144PALFrontccc.jpg,Tadeo Jones y el manuscrito perdido,PSV,Adventure,Deep Silver,U-PLAY Studios,,,,,,,2014-10-31,2018-09-21 +/games/boxart/default.jpg,"Taisetsu na Kimi no Tameni, Boku Uni de Kiruichiban no Koto",PC,Adventure,Unknown,Dandelion,,,,,,,2011-10-28, +/games/boxart/full_7932659JapanFrontccc.jpg,Takeshi no Chousenjou,VC,Adventure,Taito,Taito Corporation,,,,,,,2009-03-31, +/games/boxart/full_186689JapanFrontccc.jpg,Takeshi no Chousenjou,NES,Adventure,Taito,Taito Corporation,,,,,,,1986-12-10, +/games/boxart/default.jpg,Tales from the Borderlands,X360,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-03, +/games/boxart/full_582536PALFrontccc.jpg,Tales from the Borderlands,XOne,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-26, +/games/boxart/full_7690867AmericaFrontccc.jpeg,Tales from the Borderlands,OSX,Adventure,Telltale Games,Telltale Games,,,,,,,2020-12-31, +/games/boxart/full_7862153AmericaFrontccc.jpeg,Tales from the Borderlands,PS4,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-03, +/games/boxart/full_4816716AmericaFrontccc.jpg,Tales from the Borderlands,And,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-11, +/games/boxart/default.jpg,Tales from the Borderlands,PS3,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-25, +/games/boxart/default.jpg,Tales from the Borderlands,PSV,Adventure,Telltale Games,Telltale Games,,,,,,,2015-04-01, +/games/boxart/full_8632399AmericaFrontccc.gif,Tales of Adventure 2,PC,Adventure,Xiao Yao,Xiao Yao,,,,,,,2014-07-11, +/games/boxart/default.jpg,Tales of Monkey Island,WW,Adventure,Unknown,Telltale Games,,,,,,,2009-07-07, +/games/boxart/full_tales-of-monkey-island_2AmericaFront.jpg,Tales of Monkey Island,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-06-15, +/games/boxart/default.jpg,Tales of Monkey Island,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-07-07, +/games/boxart/full_8346421AmericaFrontccc.jpg,Tales of Monkey Island Chapter 1: Launch of the Screaming Narwhal,WW,Adventure,Telltale Games,Telltale Games,7.3,,,,,,2009-07-27, +/games/boxart/default.jpg,Tales of Monkey Island Chapter 1: Launch of the Screaming Narwhal,PS3,Adventure,Unknown,Telltale Games,,,,,,,, +/games/boxart/full_3075123AmericaFrontccc.png,Tales of Monkey Island Chapter 1: Launch of the Screaming Narwhal,PC,Adventure,Telltale Games,Telltale Games,7.7,,,,,,2009-07-07, +/games/boxart/full_4022340AmericaFrontccc.jpg,Tales of Monkey Island Chapter 2: The Siege of Spinner Cay,PC,Adventure,LucasArts,Telltale Games,8,,,,,,2009-08-20, +/games/boxart/full_878190AmericaFrontccc.jpg,Tales of Monkey Island Chapter 2: The Siege of Spinner Cay,WW,Adventure,Telltale Games,Telltale Games,7.8,,,,,,2009-08-31, +/games/boxart/full_7662185AmericaFrontccc.jpg,Tales of Monkey Island Chapter 3: Lair of the Leviathan,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-09-29, +/games/boxart/full_170930AmericaFrontccc.jpg,Tales of Monkey Island Chapter 3: Lair of the Leviathan,WW,Adventure,Telltale Games,Telltale Games,,,,,,,2009-10-26, +/games/boxart/full_3630038AmericaFrontccc.jpg,Tales of Monkey Island Chapter 4: The Trial and Execution of Guybrush Threepwood,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-10-30, +/games/boxart/full_4900637AmericaFrontccc.jpg,Tales of Monkey Island Chapter 4: The Trial and Execution of Guybrush Threepwood,WW,Adventure,Telltale Games,Telltale Games,7.8,,,,,,2009-11-30, +/games/boxart/full_5430201AmericaFrontccc.jpg,Tales of Monkey Island Chapter 5: Rise of the Pirate God,WW,Adventure,Telltale Games,Telltale Games,8.6,,,,,,2010-02-01, +/games/boxart/full_101484AmericaFrontccc.jpg,Tales of Monkey Island Chapter 5: Rise of the Pirate God,PC,Adventure,Telltale Games,Telltale Games,8.4,,,,,,2009-12-08, +/games/boxart/default.jpg,Tales to Enjoy!,Wii,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_1428135PALFrontccc.jpg,Tales to Enjoy! Little Red Riding Hood,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_6024575PALFrontccc.jpg,Tales to Enjoy! Puss in Boots,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_525855PALFrontccc.jpg,Tales to Enjoy! Three Little Pigs,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_2789407PALFrontccc.jpg,Tales to Enjoy! Ugly Duckling,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_2162975JapanFrontccc.jpg,Tamakyuu,DC,Adventure,Unknown,S-Neo,,,,,,,, +/games/boxart/full_4240103JapanFrontccc.jpg,Tanbi Musou meine Liebe,GBA,Adventure,Konami,Mobile 21,,,,,,,2001-04-26, +/games/boxart/full_tangled-tales_700AmericaFront.jpg,Tangled Tales,PC,Adventure,Origin Systems,Origin,,,,,,,1989-01-01, +/games/boxart/full_tantei-gakuen-q_737JapanFront.jpg,Tantei Gakuen Q,PS2,Adventure,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_tantei-gakuen-q-kyuukyoku-no-trick-ni-idome_328JapanFront.jpg,Tantei Gakuen Q: Kyuukyoku no Trick ni Idome!,GBA,Adventure,Konami,Konami,,,,,,,2004-03-04, +/games/boxart/full_1324743JapanFrontccc.jpg,Tantei Gakuen Q: Meitantei Hakimida!,GBA,Adventure,Konami,Konami,,,,,,,2003-09-18, +/games/boxart/default.jpg,Tantei Jinguuji Saburo: Akenai Yoru ni & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-08-05, +/games/boxart/default.jpg,Tantei Jinguuji Saburo: Nakiko no Shouzou & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,WorkJam,,,,,,,2010-02-17, +/games/boxart/default.jpg,Tantei Jinguuji Saburo: Rensasuru Noroi & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-12-09, +/games/boxart/full_9482403JapanFrontccc.jpg,Tantei Jinguuji Saburo: Shiroi Kage no Shoujo,GBA,Adventure,Marvelous Interactive,WorkJam,,,,,,,2005-01-27, +/games/boxart/full_686476JapanFrontccc.jpg,Tantei Jinguuji Saburo: Toki no Sugiyuku Mama ni,VC,Adventure,Arc System Works,Deco,,,,,,,2009-06-30, +/games/boxart/full_1782010JapanFrontccc.jpg,Tantei Jinguuji Saburo: Toki no Sugiyuku Mama ni,NES,Adventure,Data East,Deco,,,,,,,1990-09-28, +/games/boxart/full_491286JapanFrontccc.jpg,Tantei Jinguuji Saburo: Tsubaki no Yukue & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-06-10, +/games/boxart/default.jpg,Tantei Jinguuji Saburo: Tsubaki no Yukue & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-06-10, +/games/boxart/full_9775887JapanFrontccc.jpg,Tantei Kibukawa Ryosuke Jiken Tan: The Masquerade Lullaby,DS,Adventure,Genki,Genki,,,,,,,2005-03-24, +/games/boxart/full_tantei-opera-milky-holmes-15-dai-3-wa-norowareshi-maken_902JapanFront.jpg,Tantei Opera Milky Holmes 1.5 Dai-3-Wa: Norowareshi Maken,PSN,Adventure,Unknown,BushiRoad,,,,,,,2011-10-27, +/games/boxart/default.jpg,Tantei Opera Milky Holmes 1.5: Daishiwa - Adam no Namida,PSN,Adventure,Unknown,BushiRoad,,,,,,,2011-11-24, +/games/boxart/full_4930774JapanFrontccc.jpg,Tantei Shinshi Dash!,DC,Adventure,Abel,Abel Software,,,,,,,2000-12-21, +/games/boxart/full_tanteibu-3-maki_177JapanFront.jpg,Tanteibu 3-Maki,PSP,Adventure,Unknown,Boost On,,,,,,,2011-10-27, +/games/boxart/default.jpg,Tanteibu: The Detective Club - Angou to Misshitshu to Kaijin to,PSP,Adventure,Unknown,Boost On,,,,,,,2011-09-29, +/games/boxart/default.jpg,Tanteibu: The Detective Club - Tantei to Yuurei to Kaitou to,PSP,Adventure,Unknown,Boost On,,,,,,,2011-08-25, +/games/boxart/full_tass-times-in-tonetown_433AmericaFront.jpg,Tass Times in Tonetown,PC,Adventure,Activision,Interplay,,,,,,,1986-01-01, +/games/boxart/full_4947250JapanFrontccc.jpg,Tayutama: It's Happy Days,PC,Adventure,Lump of Sugar,Lump of Sugar,,,,,,,2009-05-29, +/games/boxart/full_tayutama-kiss-on-my-deity_286JapanFront.jpg,Tayutama: Kiss on my Deity,PC,Adventure,Lump of Sugar,Lump of Sugar,,,,,,,2008-07-11, +/games/boxart/full_6701322JapanFrontccc.jpg,Team Innocent: The Point of No Return,PCFX,Adventure,Hudson Soft,Hudson Soft,,,,,,,1994-12-23, +/games/boxart/full_tears-to-tiara-gaiden-avalon-no-nazo-portable_926JapanFront.jpg,Tears to Tiara Gaiden: Avalon no Nazo Portable,PSP,Adventure,Aquaplus,Aquaplus,,,,,,,2010-12-16, +/games/boxart/full_teen-agent_87AmericaFront.jpg,Teen Agent,PC,Adventure,Unknown,Metropolis Software,,,,,,,1995-01-01, +/games/boxart/full_tenchi-muyou-ryououki_9JapanFront.jpg,Tenchi Muyou! Ryououki,PCE,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,1995-05-26, +/games/boxart/full_tenchi-muyou-ryououki-fx_8JapanFront.jpg,Tenchi Muyou! Ryououki FX,PCFX,Adventure,NEC Interchannel,Micro Cabin,,,,,,,1996-07-12, +/games/boxart/full_tenchi-muyou-toukou-muyou_3JapanFront.jpg,Tenchi Muyou! Toukou Muyou,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,1996-09-13, +/games/boxart/full_661390JapanFrontccc.jpg,Tenchi Muyou! Toukou Muyou Aniraji Collection,SAT,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,1997-01-17, +/games/boxart/full_4325022JapanFrontccc.jpg,Tenchi Muyuo! Mimiri Onsen Yukemuri no Tabi,SAT,Adventure,Yumedia,Yumedia,,,,,,,1996-02-09, +/games/boxart/full_tenkuu-no-symphonia-12-pack_602JapanFront.jpg,Tenkuu no Symphonia 1+2 Pack,PC,Adventure,F&C,Cocktail Soft,,,,,,,2006-07-28, +/games/boxart/full_tenkuu-no-symphonia-2_923JapanFront.jpg,Tenkuu no Symphonia 2,PC,Adventure,F&C,Cocktail Soft,,,,,,,2006-07-28, +/games/boxart/full_tennis-no-oji-sama-gakuensai-no-oji-sama_633JapanFront.jpg,Tennis no Oji-Sama: Gakuensai no Oji-Sama,PS2,Adventure,Konami,WinkySoft,,,,,,,2005-12-22, +/games/boxart/full_3211882JapanFrontccc.jpg,"Tenohirao, Taiyouni",DC,Adventure,Princess Soft,Princess Soft,,,,,,,2004-03-25, +/games/boxart/full_tenshou-gakuen-gensouroku_0JapanFront.jpg,Tenshou Gakuen Gensouroku,PS2,Adventure,Asmik Ace Entertainment,Asmik Ace Entertainment,,,,,,,2004-05-27, +/games/boxart/full_5028223JapanFrontccc.jpg,Terasawa Takeichi no Takeru,3DO,Adventure,Panasonic Interactive Media,Fun Project,,,,,,,1994-04-29, +/games/boxart/full_terrors_4JapanFront.jpg,Terrors,WS,Adventure,Bandai,Bandai,,,,,,,1999-08-05, +/games/boxart/full_terrors-2_9JapanFront.jpg,Terrors 2,WS,Adventure,Bandai,Bandai,,,,,,,2000-12-21, +/games/boxart/full_tetsujin-28gou_1JapanFront.jpg,Tetsujin 28-Gou,WS,Adventure,MegaHouse,MegaHouse,,,,,,,1999-12-22, +/games/boxart/121125ccc.jpg,Tex Murphy: Overseer,PC,Adventure,Unknown,Access Software,,,,,,,1998-02-28, +/games/boxart/full_106991PALFrontccc.jpg,The Abbey,PC,Adventure,Strategy First,Crimson Cow,,,,,,,2008-08-25,2018-07-20 +/games/boxart/full_the-addams-family_9PALFront.jpg,The Addams Family,MS,Adventure,Flying Edge,Arc Developments,,,,,,,1992-01-01, +/games/boxart/6574117ccc.jpg,The Adventures of Gilligan's Island,NES,Adventure,Bandai,Human Entertainment,,,,,,,1990-07-01, +/games/boxart/2211457ccc.jpg,The Adventures of Willy Beamish,SCD,Adventure,Dynamix,Dynamix,,,,,,,1994-01-01, +/games/boxart/9205145ccc.jpg,The Adventures of Willy Beamish,PC,Adventure,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1991-01-01, +/games/boxart/full_the-arrival_459AmericaFront.jpg,The Arrival,PC,Adventure,Unknown,Enteraktion,,,,,,,1997-02-28, +/games/boxart/full_6679144AmericaFrontccc.jpg,The Assembly,PS4,Adventure,nDreams,nDreams,,,,,,,2016-10-13,2018-09-21 +/games/boxart/full_9111879AmericaFrontccc.jpg,The Assembly,PC,Adventure,nDreams,nDreams,,,,,,,2016-07-19,2018-09-21 +/games/boxart/full_3407409AmericaFrontccc.jpg,The Barbie Diaries: High School Mystery,PC,Adventure,Activision,Activision,,,,,,,2006-10-30, +/games/boxart/7415960ccc.jpg,The Barbie Diaries: High School Mystery,GBA,Adventure,Activision,Activision,,,,,,,2006-10-30, +/games/boxart/780756ccc.png,The Beast Within: A Gabriel Knight Mystery,PC,Adventure,Sierra Online,Sierra On-Line,8.3,,,,,,1995-12-31, +/games/boxart/9906266ccc.jpg,The Bee Game,GBA,Adventure,Midway Games,Midway,,,,,,,2007-11-05, +/games/boxart/4720494ccc.jpg,The Black Cauldron,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1986-01-01, +/games/boxart/full_6818488AmericaFrontccc.jpg,The Blackwell Legacy,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2006-12-29, +/games/boxart/full_2407183JapanFrontccc.jpg,The Blue Crystal Rod,SNES,Adventure,Namco,Game Studio,,,,,,,2004-03-25, +/games/boxart/full_1108838AmericaFrontccc.jpg,The Book of Unwritten Tales 2,XOne,Adventure,Nordic Games,KING Art Games,,,,,,,2015-09-18,2018-12-17 +/games/boxart/full_2432604PALFrontccc.jpg,The Book of Unwritten Tales 2,Linux,Adventure,Nordic Games,KING Art Games,,,,,,,2015-01-30,2018-04-09 +/games/boxart/full_5293037PALFrontccc.jpg,The Book of Unwritten Tales 2,OSX,Adventure,Nordic Games,KING Art Games,,,,,,,2015-01-30,2018-04-09 +/games/boxart/full_2710295JapanFrontccc.jpg,The Book of Watermarks,PS,Adventure,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-07-15, +/games/boxart/1994154ccc.jpg,The Chronicles of Narnia: Prince Caspian,PC,Adventure,Disney Interactive Studios,Traveller's Tales,,,,,,,2008-05-15, +/games/boxart/full_3232003AmericaFrontccc.jpg,The City of Lost Children,PC,Adventure,Psygnosis,Psygnosis,,,,,,,1997-03-31, +/games/boxart/default.jpg,The City of Metronome,X360,Adventure,Unknown,Tarsier Studios,,,,,,,, +/games/boxart/default.jpg,The City of Metronome,PC,Adventure,Unknown,Team Tarsier,,,,,,,, +/games/boxart/4522250ccc.jpg,The Colonel's Bequest,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1989-01-01, +/games/boxart/full_the-comedy-collection_888AmericaFront.jpg,The Comedy Collection,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1995-01-01, +/games/boxart/full_the-complete-csi-crime-scene-investigation_267PALFront.jpg,The Complete CSI: Crime Scene Investigation,PC,Adventure,Ubisoft,369 Interactive,,,,,,,2005-12-09, +/games/boxart/default.jpg,The Creed,PC,Adventure,Electronic Arts,Zero Hour Studios,,,,,,,2001-04-20, +/games/boxart/full_the-crime-files_959PALFront.jpg,The Crime Files,Wii,Adventure,7G//AMES,TBA,,,,,,,2011-03-25, +/games/boxart/full_the-crown-of-midas_437PALFront.jpg,The Crown of Midas,DS,Adventure,Unknown,SevenGames,,,,,,,2011-09-16, +/games/boxart/full_8920651AmericaFrontccc.jpg,The Crystal Skull,PC,Adventure,Maxis,Some Interactive,,,,,,,1996-09-30, +/games/boxart/full_4415607AmericaFrontccc.jpg,The Curse of the Werewolves,OSX,Adventure,Nordcurrent,Nordcurrent,,,,,,,2014-09-01,2018-08-11 +/games/boxart/full_4320494AmericaFrontccc.jpg,The Curse of the Werewolves,PC,Adventure,Nordcurrent,Nordcurrent,,,,,,,2014-09-01,2018-08-11 +/games/boxart/full_1815102PALFrontccc.jpg,The Daedalus Encounter,PC,Adventure,Virgin Interactive,Mechadeus,,,,,,,1995-01-01, +/games/boxart/full_1997307AmericaFrontccc.jpg,The Daedalus Encounter,3DO,Adventure,Panasonic Interactive Media,Mechadeus / PalmSoft,,,,,,,1995-01-01, +/games/boxart/443376ccc.jpg,The Dagger of Amon Ra,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1992-01-01, +/games/boxart/full_5357876JapanFrontccc.jpg,The Deep,PS,Adventure,Virgin Interactive,Virgin Interactive,,,,,,,1996-10-18, +/games/boxart/full_723688AmericaFrontccc.jpeg,The Deer God,PC,Adventure,Crescent Moon Games,Crescent Moon Games,,,,,,,2015-02-27, +/games/boxart/default.jpg,The Devil's Men,OSX,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-01-01, +/games/boxart/default.jpg,The Devil's Men,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-01-01, +/games/boxart/full_7185932AmericaFrontccc.jpg,The Egyptian Prophecy,PC,Adventure,The Adventure Company,DreamCatcher Interactive,,,,,,,2004-03-30, +/games/boxart/full_7747476AmericaFrontccc.jpg,The Enchanted Unicorn,PC,Adventure,Take-Two Interactive,,,,,,,,2008-09-16, +/games/boxart/1127105ccc.jpg,The Experiment,PC,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2008-02-05, +/games/boxart/full_459699AmericaFrontccc.png,The Fall,WiiU,Adventure,Over The Moon,Unknown,,,,,,,2014-08-28, +/games/boxart/full_the-fall-of-gods_82AmericaFront.jpg,The Fall of Gods,XBL,Adventure,Microsoft,Geex,,,,,,,2011-09-23, +/games/boxart/full_4108601AmericaFrontccc.jpg,The Fantastic Adventures of Dizzy,NES,Adventure,Camerica,Codemasters,,,,,,,1993-01-01, +/games/boxart/full_the-fantasy-collection_128AmericaFront.jpg,The Fantasy Collection,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1995-01-01, +/games/boxart/4547361ccc.jpg,The Feeble Files,PC,Adventure,Adventure Soft,Adventure Soft Publishing Ltd.,,,,,,,1998-09-15, +/games/boxart/full_the-first-mile_73AmericaFront.jpg,The First Mile,PC,Adventure,Unknown,Malinche Entertainment,,,,,,,2005-01-01, +/games/boxart/full_the-fish-files_632PALFront.jpg,The Fish Files,GB,Adventure,Unknown,7th Sense s.r.l.,,,,,,,2020-12-31, +/games/boxart/full_8115833AmericaFrontccc.jpg,The Forgotten: It Begins...,PC,Adventure,DreamCatcher Interactive,Ransom Interactive,,,,,,,1999-11-19, +/games/boxart/default.jpg,The Graveyard,PC,Adventure,Tale of Tales,Tale of Tales,,,,,,,2008-03-21, +/games/boxart/full_4546529AmericaFrontccc.jpg,The Grinch,PC,Adventure,Konami,Artificial Mind and Movement,,,,,,,2000-12-04, +/games/boxart/7659113ccc.jpg,The Grinch,DC,Adventure,Konami,Artificial Mind and Movement,5.2,,,,,,2000-10-31, +/games/boxart/full_the-guild-of-thieves_155AmericaFront.jpg,The Guild of Thieves,PC,Adventure,Rainbird,Magnetic Scrolls,,,,,,,1987-01-01, +/games/boxart/full_the-hardy-boys-the-hidden-theft_5AmericaFront.jpg,The Hardy Boys: The Hidden Theft,PC,Adventure,DreamCatcher Interactive,XPEC Entertainment Inc.,,,,,,,2008-09-30, +/games/boxart/full_8371436AmericaFrontccc.jpg,The Hardy Boys: The Perfect Crime,PC,Adventure,DreamCatcher Interactive,JoWooD Entertainment,,,,,,,2009-07-10, +/games/boxart/full_4953997PALFrontccc.jpg,The Holy Bible,GBA,Adventure,Crave Entertainment,Crave,,,,,,,2006-11-03, +/games/boxart/full_6928119JapanFrontccc.jpg,The Hyrule Fantasy: Zelda no Densetsu (FDS),NES,Adventure,Nintendo,Nintendo EAD,,,,,,,1986-02-21, +/games/boxart/1385222ccc.jpg,The Immortals of Terra: A Perry Rhodan Adventure,PC,Adventure,Viva Media,Braingame,,,,,,,2008-07-03, +/games/boxart/6468210ccc.jpg,The Island of Dr. Brain,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1992-01-01, +/games/boxart/full_894252AmericaFrontccc.jpg,The Journeyman Project 2: Buried in Time,PC,Adventure,Sanctuary Woods,Presto Studios,,,,,,,1995-05-31, +/games/boxart/full_3379882AmericaFrontccc.jpg,The Journeyman Project 3: Legacy of Time,PC,Adventure,Red Orb Entertainment,Presto Studios,,,,,,,1998-01-31, +/games/boxart/full_6640093AmericaFrontccc.jpg,The Journeyman Project Turbo!,PC,Adventure,Presto Studios,Quadra Interactive,,,,,,,1993-01-01, +/games/boxart/full_9157361AmericaFrontccc.png,The Labyrinth of Time,PC,Adventure,Electronic Arts,Terra Nova Development,,,,,,,1993-01-01, +/games/boxart/6068161ccc.jpg,The Last Express,PC,Adventure,Broderbund,Smoking Car Productions,,,,,,,1997-04-01, +/games/boxart/full_5996478AmericaFrontccc.jpg,The Last Ninja,NES,Adventure,Jaleco,Beam Software,,,,,,,1991-02-01, +/games/boxart/8080134ccc.jpg,The Legend of Kyrandia: Book One,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1992-01-01, +/games/boxart/7796451ccc.jpg,The Legend of Kyrandia: Malcolm's Revenge,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1986-01-01, +/games/boxart/full_7401710AmericaFrontccc.jpg,The Legend of the Mystical Ninja,VC,Adventure,Konami,Konami,,,,,,,2007-04-30, +/games/boxart/3657220ccc.png,The Legend of Zelda,VC,Adventure,Nintendo,Nintendo EAD,9,,,,,,2006-11-19, +/games/boxart/full_9976096JapanFrontccc.jpg,The Legend of Zelda 2: Link no Bouken (FDS),NES,Adventure,Nintendo,Nintendo EAD,,,,,,,1987-01-14, +/games/boxart/full_9811589AmericaFrontccc.jpg,The Legend of Zelda Collector's Edition,GC,Adventure,Nintendo,Nintendo Software Technology Corporation,10,,,,,,2003-11-17, +/games/boxart/full_6438871AmericaFrontccc.jpg,The Legend of Zelda: A Link to the Past,VC,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2007-01-22, +/games/boxart/full_the-legend-of-zelda-four-swords_689AmericaFront.jpg,The Legend of Zelda: Four Swords Anniversary Edition,DSiW,Adventure,Nintendo,Nintendo,9,,,,,,2011-09-28, +/games/boxart/full_the-legend-of-zelda-links-awakening-dx_429AmericaFront.png,The Legend of Zelda: Link's Awakening DX,3DS,Adventure,Nintendo,Nintendo EAD,,,,,,,2011-06-07, +/games/boxart/full_4852676AmericaFrontccc.jpg,The Legend of Zelda: Majora's Mask,VC,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2009-05-18, +/games/boxart/full_9003150AmericaFrontccc.jpg,The Legend of Zelda: Ocarina of Time,VC,Adventure,Nintendo,Nintendo EAD,8.9,,,,,,2007-02-26, +/games/boxart/default.jpg,The Legend of Zelda: Ocarina of Time,iQue,Adventure,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/full_4209254AmericaFrontccc.jpg,The Legend of Zelda: Ocarina of Time / Master Quest,GC,Adventure,Nintendo,Nintendo Software Technology Corporation,9,,,,,,2003-02-28, +/games/boxart/full_3412304AmericaFrontccc.png,The Letter,WiiU,Adventure,TreeFall Studios,TreeFall Studios,,,,,,,2014-07-10,2018-01-03 +/games/boxart/8119258ccc.jpg,The Lost Files of Sherlock Holmes,3DO,Adventure,Electronic Arts,Mythos Software,,,,,,,1994-01-01, +/games/boxart/5628080ccc.jpg,The Lost Files of Sherlock Holmes: The Case of the Rose Tattoo,PC,Adventure,Electronic Arts,"Mythos Software, Inc.",,,,,,,1996-08-31, +/games/boxart/2174723ccc.jpg,The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel,PC,Adventure,Electronic Arts,"Mythos Software, Inc.",,,,,,,1992-01-01, +/games/boxart/full_8623351AmericaFrontccc.jpg,The Lost Mind of Dr. Brain,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1994-07-14, +/games/boxart/full_the-lost-treasures-of-infocom_245AmericaFront.jpg,The Lost Treasures of Infocom,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1991-01-01, +/games/boxart/full_the-lost-treasures-of-infocom-ii_897AmericaFront.jpg,The Lost Treasures of Infocom II,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,, +/games/boxart/full_5188127AmericaFrontccc.jpg,The Magic Obelisk,WW,Adventure,Game Arts,Game Arts Studio,7.9,,,,,,2009-12-28, +/games/boxart/full_6697487AmericaFrontccc.jpg,The Magic School Bus Explores the Solar System,PC,Adventure,Microsoft,Scholastic Inc.,,,,,,,1994-01-01, +/games/boxart/full_156701AmericaFrontccc.jpg,The Maker's Eden,OSX,Adventure,Screwy Lightbulb,Screwy Lightbulb,,,,,,,2014-07-30,2018-08-09 +/games/boxart/full_7080909AmericaFrontccc.jpg,The Maker's Eden,Linux,Adventure,Screwy Lightbulb,Screwy Lightbulb,,,,,,,2014-07-30,2018-08-09 +/games/boxart/full_8573345AmericaFrontccc.jpg,The Maker's Eden,PC,Adventure,Screwy Lightbulb,Screwy Lightbulb,,,,,,,2014-07-30,2018-08-09 +/games/boxart/full_3498997AmericaFrontccc.jpg,The Mansion of Hidden Souls,SAT,Adventure,Sega,System Sacom,,,,,,,1994-01-01, +/games/boxart/default.jpg,The Marvelous Misadventures of Flapjack: The Video Game,DS,Adventure,Unknown,1st Playable Productions,,,,,,,, +/games/boxart/default.jpg,The Misshitsukara no Dasshutsu: Gakkou no Kyuukousha Hen,3DS,Adventure,D3 Publisher,D3,,,,,,,2011-12-07, +/games/boxart/6845100ccc.jpg,The Moment of Silence,PC,Adventure,The Adventure Company,House of Tales,,,,,,,2005-03-01, +/games/boxart/full_the-mysterious-case-of-dr-jekyll-and-mr-hyde_263PALFront.jpg,The Mysterious Case of Dr. Jekyll and Mr. Hyde,PC,Adventure,O-Games,O-Games,,,,,,,2010-12-03, +/games/boxart/full_the-mystery-of-the-crystal-portal_3AmericaFront.jpg,The Mystery of the Crystal Portal,PSN,Adventure,G5 Entertainment AB,G5 Software,,,,,,,2010-07-06, +/games/boxart/default.jpg,The Mystery of the Crystal Portal 2,PC,Adventure,Mastertronic,Mastertronic,,,,,,,2010-07-09, +/games/boxart/full_the-mystery-of-the-mummy_448AmericaFront.jpg,The Mystery of the Mummy,PC,Adventure,DreamCatcher Interactive,Frogwares,,,,,,,2002-12-29, +/games/boxart/full_the-mystery-of-whiterock-castle_441AmericaFront.jpg,The Mystery of Whiterock Castle,WW,Adventure,RTL,Keen Games,7,,,,,,2011-06-23, +/games/boxart/9164062ccc.jpg,The Neverhood,PC,Adventure,DreamWorks Interactive,DreamWorks Interactive,,,,,,,1996-10-31, +/games/boxart/full_the-new-addams-family_8PALFront.jpg,The New Addams Family,GB,Adventure,Titus,7th Sense,,,,,,,2001-12-17, +/games/boxart/full_8797245AmericaFrontccc.jpg,The New Adventures of Moomin: The Great Autumn Party,DS,Adventure,Graffiti,Prelusion Games,,,,,,,2009-09-29, +/games/boxart/full_7232482AmericaFrontccc.jpg,The New Adventures of Moomin: The Mysterious Howling,DS,Adventure,Graffiti,Graffiti Entertainment,,,,,,,2009-09-29, +/games/boxart/full_3896186AmericaFrontccc.jpg,The New Adventures of Moomin: The Mysterious Howling,PC,Adventure,Unknown,Graffiti Entertainment,,,,,,,, +/games/boxart/full_3329210PALFrontccc.jpg,The Note,PS,Adventure,Sunsoft,Team Bughouse,,,,,,,1997-10-01, +/games/boxart/full_1752198AmericaFrontccc.jpg,The Oregon Trail,DSiW,Adventure,Gameloft,Gameloft,,,,,,,2009-12-28, +/games/boxart/8863077ccc.jpg,The Oregon Trail,PC,Adventure,MECC,MECC,,,,,,,1993-01-01, +/games/boxart/3434485ccc.jpg,The Oregon Trail 4th Edition,PC,Adventure,Mattel Interactive,The Learning Company,,,,,,,2000-08-01, +/games/boxart/5176061ccc.jpg,The Oregon Trail 5th Edition,PC,Adventure,The Learning Company,The Learning Company,,,,,,,2001-04-01, +/games/boxart/9598051ccc.jpg,The Oregon Trail II,PC,Adventure,The Learning Company,MECC,,,,,,,1995-02-13, +/games/boxart/full_6276802AmericaFrontccc.jpg,The Otherside: Realm of Eons,PC,Adventure,Namco Networks America,Vogat Interactive,,,,,,,2010-02-11, +/games/boxart/3637482ccc.jpg,The Pandora Directive,PC,Adventure,Access Software,Access Software,,,,,,,1996-07-31, +/games/boxart/full_7458892AmericaFrontccc.jpg,The Path,PC,Adventure,Tale of Tales,Tale of Tales,,,,,,,2009-03-18, +/games/boxart/full_8971AmericaFrontccc.jpg,The Polar Express,PC,Adventure,THQ,Blue Tongue,,,,,,,2004-11-03, +/games/boxart/full_1909631AmericaFrontccc.jpg,The Powerpuff Girls: Paint the Townsville Green,GB,Adventure,BAM! Entertainment,Sennari Int.,,,,,,,2000-11-01, +/games/boxart/full_8592740PALFrontccc.jpg,The Quest for Aladdin's Treasure,PS2,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-07-09, +/games/boxart/full_7697006PALFrontccc.jpg,The Quest for Aladdin's Treasure,PC,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-08-07, +/games/boxart/full_the-quest-for-glory-collection-series_338AmericaFront.jpg,The Quest For Glory Collection Series,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-01-01, +/games/boxart/full_6755317JapanFrontccc.jpg,The Renai Adventure: Bitter Sweet Fools,DC,Adventure,D3 Publisher,HuneX,,,,,,,2002-08-29, +/games/boxart/full_111023JapanFrontccc.jpg,The Renai Adventure: Okaeri!!,DC,Adventure,D3 Publisher,HuneX,,,,,,,2002-09-26, +/games/boxart/full_the-residents-freak-show_85AmericaFront.jpg,The Residents: Freak Show,PC,Adventure,Unknown,"Cryptic Corporation, The",,,,,,,1994-01-01, +/games/boxart/7653392ccc.jpg,The Ring: Terror's Realm,DC,Adventure,Atari,"Asmik Ace Entertainment, Inc",3.7,,,,,,2000-08-22, +/games/boxart/full_2850733PALFrontccc.jpg,The Sacred Amulet,PC,Adventure,DreamCatcher Interactive,Cryo Interactive,,,,,,,2000-01-01, +/games/boxart/7240927ccc.jpg,The Sacred Rings,PC,Adventure,The Adventure Company,Streko-Graphics Inc.,,,,,,,2007-03-07, +/games/boxart/full_the-sci-fi-collection_1000AmericaFront.jpg,The Sci-Fi Collection,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1995-01-01, +/games/boxart/full_3425096AmericaFrontccc.jpg,The Search for Amelia Earhart,PC,Adventure,THQ,Bamtang,,,,,,,2010-02-23, +/games/boxart/default.jpg,The Second Guest,PC,Adventure,Unknown,Twice Effect,,,,,,,, +/games/boxart/941433ccc.jpg,The Secret of Monkey Island,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1990-01-01, +/games/boxart/3164265ccc.jpg,The Secret of Monkey Island,SCD,Adventure,JVC,"JVC Musical Industries, Inc.",,,,,,,1992-01-01, +/games/boxart/full_the-secret-of-monkey-island-special-edition_0AmericaFront.jpg,The Secret of Monkey Island: Special Edition,PSN,Adventure,LucasArts,LucasArts,,,,,,,2010-04-22, +/games/boxart/full_9780909AmericaFrontccc.jpg,The Secret of Monkey Island: Special Edition,PC,Adventure,LucasArts,LucasArts,,,,,,,2009-07-15, +/games/boxart/full_3276187AmericaFrontccc.jpg,The Secret of Monkey Island: Special Edition,XBL,Adventure,LucasArts,LucasArts,8.7,,,,,,2009-07-15, +/games/boxart/5576907ccc.jpg,The Secrets of Atlantis: The Sacred Legacy,PC,Adventure,The Adventure Company,Atlantis Interactive Entertainment,,,,,,,2007-05-29, +/games/boxart/full_804955AmericaFrontccc.jpg,The Seven Cities of Gold,PC,Adventure,Electronic Arts,Ozark Softscape,,,,,,,1984-01-01, +/games/boxart/full_6129464AmericaFrontccc.jpg,The Sexy Brutale,PC,Adventure,Tequila Works,Tequila Works,,,,,,,2017-04-11, +/games/boxart/full_6018238AmericaFrontccc.jpeg,The Sexy Brutale,XOne,Adventure,Tequila Works,Tequila Works,,,,,,,2017-04-12, +/games/boxart/full_4684880PALFrontccc.jpg,The Silent Hill Collection,PS2,Adventure,Konami,Konami,,,,,,,2006-04-21, +/games/boxart/full_99621AmericaFrontccc.jpg,The Simpsons: Virtual Springfield,PC,Adventure,Fox Interactive,Digital Evolution,,,,,,,1997-01-01, +/games/boxart/default.jpg,The Smurfs,Wii,Adventure,Ubisoft,Ubisoft,,,,,,,2011-07-19, +/games/boxart/full_5325981PALFrontccc.jpg,The Snow Queen Quest,PS2,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-02-16, +/games/boxart/full_7855467PALFrontccc.jpg,The Snow Queen Quest,PC,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-02-16, +/games/boxart/3379231ccc.gif,The Sopranos: Road to Respect,PS2,Adventure,THQ,7 Studios,,,,,,,2006-11-07, +/games/boxart/1519719ccc.jpg,The Spiderwick Chronicles,PS2,Adventure,Sierra Entertainment,Stormfront Studios,,,,,,,2008-02-05, +/games/boxart/default.jpg,The Thirty Nine Steps,PC,Adventure,Mamba Games,TBA,,,,,,,2012-06-29, +/games/boxart/default.jpg,The Thirty Nine Steps,PS3,Adventure,Unknown,TBA,,,,,,,, +/games/boxart/default.jpg,The Three Investigators,DS,Adventure,Unknown,TBD,,,,,,,, +/games/boxart/full_7336383AmericaFrontccc.jpg,The Time Warp of Dr. Brain,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-06-01, +/games/boxart/full_144894AmericaFrontccc.png,The Tower,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-04, +/games/boxart/full_2082067PALFrontccc.jpg,The Town of Light,PC,Adventure,THQ Nordic,LKA,,,,,,,2017-03-24,2018-02-01 +/games/boxart/4444985ccc.jpg,The Ultimate Haunted House,PC,Adventure,Unknown,Byron Preiss Multimedia,,,,,,,, +/games/boxart/full_5708410AmericaFrontccc.jpeg,The Unfinished Swan,PS4,Adventure,Sony Computer Entertainment,Idol Minds Digital Entertainment,,,,,,,2014-10-28, +/games/boxart/default.jpg,The Unfinished Swan,PSV,Adventure,Sony Computer Entertainment,Idol Minds Digital Entertainment,,,,,,,2014-10-28, +/games/boxart/full_7782802AmericaFrontccc.jpg,The Vanishing of Ethan Carter,PS4,Adventure,The Astronauts,The Astronauts,,,,,,,2015-07-15, +/games/boxart/full_tenku-no-escaflowne_21JapanFront.jpg,The Vision of Escaflowne,PS,Adventure,Bandai,Bandai,,,,,,,1997-09-25, +/games/boxart/full_7427558AmericaFrontccc.jpg,The Void,OSX,Adventure,Valve Corporation,Ice-pick Lodge,,,,,,,2009-12-15,2018-07-20 +/games/boxart/full_9401203AmericaFrontccc.jpg,The Void,PC,Adventure,Valve Software,Ice-pick Lodge,,,,,,,2009-12-15,2018-07-20 +/games/boxart/full_4792412AmericaFrontccc.jpeg,The Walking Dead: Michonne,PS4,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, +/games/boxart/full_9052592AmericaFrontccc.jpeg,The Walking Dead: Michonne,XOne,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, +/games/boxart/full_7933024AmericaFrontccc.jpeg,The Walking Dead: Michonne,And,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, +/games/boxart/full_3880127AmericaFrontccc.jpeg,The Walking Dead: Michonne,OSX,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, +/games/boxart/full_5329207AmericaFrontccc.jpeg,The Walking Dead: Michonne,PS3,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, +/games/boxart/full_8358403PALFrontccc.jpg,The Waterhorse: Legend of the Deep,PC,Adventure,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2008-02-01, +/games/boxart/full_5426205PALFrontccc.jpg,The Waterhorse: Legend of the Deep,PS2,Adventure,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2008-03-14, +/games/boxart/full_7283404AmericaFrontccc.jpg,The Wild Thornberrys Movie,PC,Adventure,THQ,"Human Soft, Inc.",,,,,,,2002-09-20, +/games/boxart/default.jpg,The Will of Dr. Frankenstein,WW,Adventure,Enjoy Gaming,Enjoy Gaming,,,,,,,2010-04-23, +/games/boxart/default.jpg,The Wizard's Castle,PC,Adventure,Unknown,International PC Owners,,,,,,,1981-01-01, +/games/boxart/full_the-wizards-pen_570AmericaFront.jpg,The Wizard's Pen,PC,Adventure,PopCap Games,PopCap Games,,,,,,,2008-09-16, +/games/boxart/full_the-wizards-pen-with-mystery-pi-the-lottery-ticket_652AmericaFront.jpg,The Wizard's Pen With Mystery P.I.: The Lottery Ticket,PC,Adventure,PopCap Games,PopCap Games,,,,,,,2009-04-28, +/games/boxart/default.jpg,The Worm in Paradise,PC,Adventure,Unknown,"Level 9 Computing, Ltd.",,,,,,,, +/games/boxart/2605539ccc.jpg,The X Files Game,PC,Adventure,Fox Interactive,HyperBole Studios,,,,,,,1998-05-31, +/games/boxart/full_8096193AmericaFrontccc.jpg,The X Files: Unrestricted Access,PC,Adventure,Fox Interactive,Fox Interactive,,,,,,,1998-01-01, +/games/boxart/full_4288707AmericaFrontccc.jpg,The X-Files Game,PC,Adventure,Fox Interactive,HyperBole Studios,,,,,,,1998-05-31, +/games/boxart/default.jpg,Thimbleweed Park,OSX,Adventure,Unknown,Unknown,,,,,,,2017-01-01, +/games/boxart/default.jpg,Thimbleweed Park,Linux,Adventure,Unknown,Unknown,,,,,,,2017-01-01, +/games/boxart/full_5600703AmericaFrontccc.jpeg,Thimbleweed Park,PC,Adventure,Unknown,Unknown,,,,,,,2017-01-01, +/games/boxart/full_three-sisters-story_35AmericaFront.jpg,Three Sisters' Story,PC,Adventure,Jast,"JAST Co., Ltd.",,,,,,,1999-01-01, +/games/boxart/full_tiara_29JapanFront.jpg,Tiara,PC,Adventure,Symphony,Symphony,,,,,,,2009-07-31, +/games/boxart/default.jpg,Tibor: Tale of a Kind Vampire,PC,Adventure,Unknown,Cateia Games,,,,,,,, +/games/boxart/4903966ccc.jpg,Time Gal,SCD,Adventure,Renovation,Wolf Team,,,,,,,1993-01-01, +/games/boxart/full_6534726AmericaFrontccc.jpg,"Time Gentlemen, Please!",PC,Adventure,Zombie Cow Studios,Zombie Cow Studios,8.8,,,,,,2009-06-22, +/games/boxart/full_3272009JapanFrontccc.jpg,Time Twist: Rekishi no Katasumi de... (FDS),NES,Adventure,Nintendo,Pax Softnica,,,,,,,1991-07-26, +/games/boxart/full_1410761AmericaFrontccc.jpg,Timelapse,PC,Adventure,GTE Entertainment,GTE Interactive Media,,,,,,,1996-09-30, +/games/boxart/full_7501424AmericaFrontccc.jpg,Timequest,PC,Adventure,Unknown,Legend Entertainment,,,,,,,, +/games/boxart/full_tintin-prisoners-of-the-sun_9PALFront.jpg,Tintin: Prisoners of the Sun,SNES,Adventure,Infogrames,Infogrames,,,,,,,1997-01-01, +/games/boxart/full_9379476JapanFrontccc.jpg,Tiny Bullets,PS,Adventure,Sony Computer Entertainment,Contrail,,,,,,,2000-04-13, +/games/boxart/full_to-heart_299JapanFront.jpg,To Heart,PC,Adventure,Leaf,Leaf,,,,,,,1997-05-23, +/games/boxart/full_2767265JapanFrontccc.jpg,To Heart 2,PS2,Adventure,Aquaplus,Leaf,,,,,,,2004-12-28, +/games/boxart/default.jpg,To Heart 2,PC,Adventure,Aquaplus,Leaf,,,,,,,2005-12-09, +/games/boxart/full_7320798JapanFrontccc.jpg,To Heart 2: Another Days,PC,Adventure,Leaf,Leaf,,,,,,,2008-02-29, +/games/boxart/full_toad-mans-bizarre-quest_817AmericaFront.jpg,Toad Man's Bizarre Quest,XBL,Adventure,Microsoft,Silver Dollar Games,,,,,,,2010-03-07,2020-03-03 +/games/boxart/full_togainu-no-chi-true-blood-portable_616JapanFront.jpg,Togainu no Chi: True Blood Portable,PSP,Adventure,Kadokawa Shoten,Nitroplus,,,,,,,2010-12-23, +/games/boxart/full_toilet-no-jo-kamisama_138JapanFront.jpg,Toilet no Jo-Kamisama,PC,Adventure,Authering Heaven,Authering Heaven,,,,,,,2000-06-23, +/games/boxart/full_toki-o-koeta-tegami_8JapanFront.jpg,Toki o Koeta Tegami,3DO,Adventure,Unknown,Thinking Rabbit,,,,,,,1994-05-28, +/games/boxart/default.jpg,Tokimeki Check-in!,PC,Adventure,Peach Princess,Crowd,,,,,,,2001-08-09, +/games/boxart/full_4071515JapanFrontccc.jpg,Tokimeki Memorial 2 Substories: Dancing Summer Vacation,PS,Adventure,Konami,KCET,,,,,,,2000-09-28, +/games/boxart/full_7990176JapanFrontccc.jpg,Tokimeki Memorial 2 Substories: Leaping School Festival,PS,Adventure,Konami,KCET,,,,,,,2001-03-29, +/games/boxart/full_4148759JapanFrontccc.jpg,Tokimeki Memorial 2 Substories: Memories Ringing On,PS,Adventure,Konami,Konami,,,,,,,2001-08-30, +/games/boxart/full_2518146JapanFrontccc.jpg,Tokimeki Memorial 3: Yakusoku no Ano Basho de,PS2,Adventure,Konami,Konami,,,,,,,2001-12-20, +/games/boxart/full_2893504JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.1: Nijiiro no Seishun,PS,Adventure,Konami,Konami,,,,,,,1997-07-10, +/games/boxart/full_975144JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.1: Nijiiro no Seishun,SAT,Adventure,Konami,Konami,,,,,,,1997-07-10, +/games/boxart/full_6835861JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.2: Irodori no Love Song,SAT,Adventure,Konami,Konami,,,,,,,1998-03-26, +/games/boxart/full_2552200JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.2: Irodori no Love Song,PS,Adventure,Konami,Konami,,,,,,,1998-03-26, +/games/boxart/full_9139116JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.3: Tabidachi no Uta,SAT,Adventure,Konami,Konami,,,,,,,1999-04-01, +/games/boxart/full_7153154JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.3: Tabidachi no Uta,PS,Adventure,Konami,Konami,,,,,,,1999-04-01, +/games/boxart/full_7130778JapanFrontccc.jpg,Tokimeki Memorial: Densetsu no Ki no Shita de,SNES,Adventure,Konami,KCEO,,,,,,,1996-02-09, +/games/boxart/full_9645230JapanFrontccc.jpg,Tokimeki Memorial: Girl's Side 1st Love Typing,PC,Adventure,Konami,Konami,,,,,,,2004-06-04, +/games/boxart/full_tokimeki-memorial-girls-side-2nd-kiss-typing_205JapanFront.jpg,Tokimeki Memorial: Girl's Side 2nd Kiss Typing,PC,Adventure,Konami,Konami,,,,,,,2007-03-15, +/games/boxart/full_9670374JapanFrontccc.jpg,Tokusatsu Bouken Katsugeki Super Hero Retsuden,DC,Adventure,Banpresto,ALU,,,,,,,2000-07-27, +/games/boxart/full_tokyo-disneyland-mickey-no-cinderella-shiro-mystery-tour_2JapanFront.jpg,Tokyo Disneyland: Mickey no Cinderella Shiro Mystery Tour,GB,Adventure,Tomy Corporation,GRC,,,,,,,1995-12-22, +/games/boxart/full_6712355JapanFrontccc.jpg,Tokyo Majin Gakuen: Fuju Houroku,GBA,Adventure,Marvelous Interactive,"Asmik Ace Entertainment, Inc",,,,,,,2004-04-01, +/games/boxart/full_891813JapanFrontccc.jpg,Tokyo Majin Gakuen: Gehoujou,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2002-01-24, +/games/boxart/full_375066JapanFrontccc.jpg,Tokyo Majin Gakuen: Kaihoujyou Kefurokou,PS2,Adventure,Marvelous Interactive,"Asmik Ace Entertainment, Inc",,,,,,,2004-08-12, +/games/boxart/full_2812182JapanFrontccc.jpg,Tokyo Majin Gakuen: Ken Kaze Tobari,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1998-06-18, +/games/boxart/full_580598JapanFrontccc.jpg,Tokyo Majin Gakuen: Kenpuu Chou Emaki,PS,Adventure,Asmik Ace Entertainment,Shout! Designworks,,,,,,,2000-07-13, +/games/boxart/full_1259104JapanFrontccc.jpg,Tokyo Majin Gakuen: Oboro-Kitan,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1999-04-22, +/games/boxart/default.jpg,Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan,PSP,Adventure,Unknown,Atlus Co.,,,,,,,, +/games/boxart/full_2666752JapanFrontccc.jpg,Tomato Adventure,GBA,Adventure,Nintendo,AlphaDream Corporation,,,,,,,2002-01-25, +/games/boxart/8763077ccc.jpg,Tomb Raider,SAT,Adventure,Eidos Interactive,Core Design Ltd.,8.5,,,,,,1996-11-14, +/games/boxart/full_9104139AmericaFrontccc.png,Tomb Raider: Legend,PSN,Adventure,Eidos Interactive,Buzz Monkey,,,,,,,2009-07-22, +/games/boxart/full_2468207AmericaFrontccc.png,Tomb Raider: The Last Revelation,PSN,Adventure,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-10-14, +/games/boxart/default.jpg,Tombs & Treasure,PC,Adventure,Unknown,Nihon Falcom Corporation,,,,,,,,2018-03-22 +/games/boxart/default.jpg,Tomcat Alley,PC,Adventure,Sega,The Code Monkeys,,,,,,,1995-11-06, +/games/boxart/5534934ccc.jpg,Tomcat Alley,SCD,Adventure,Sega,The Code Monkeys,,,,,,,1994-01-01, +/games/boxart/full_tomoyo-after-its-a-wonderful-life_13JapanFront.jpg,Tomoyo After: It's a Wonderful Life,PC,Adventure,Key,Key,,,,,,,2005-11-25, +/games/boxart/full_tomoyo-after-its-a-wonderful-life-cs-edition_4JapanFront.jpg,Tomoyo After: It's a Wonderful Life CS Edition,X360,Adventure,Prototype,Key,,,,,,,2010-09-22, +/games/boxart/7867068ccc.jpg,Toonstruck,PC,Adventure,Virgin Interactive,Burst,,,,,,,1996-11-04, +/games/boxart/full_4781254AmericaFrontccc.jpg,Toren,OSX,Adventure,Versus Evil,Swordtales,,,,,,,2015-05-12, +/games/boxart/full_301628AmericaFrontccc.jpg,Toren,PC,Adventure,Versus Evil,Swordtales,,,,,,,2015-05-12, +/games/boxart/full_9701632AmericaFrontccc.jpg,Toren,PS4,Adventure,Versus Evil,Swordtales,,,,,,,2016-01-01, +/games/boxart/default.jpg,Toriko,PC,Adventure,Digerati,D.O.,,,,,,,1996-10-11, +/games/boxart/default.jpg,Toriko 2,PC,Adventure,Digerati,D.O.,,,,,,,1997-11-14, +/games/boxart/default.jpg,Toriko 2 Toriko,PC,Adventure,Digerati,D.O.,,,,,,,2000-01-28, +/games/boxart/default.jpg,Toriko Hime,PC,Adventure,Unknown,Guilty,,,,,,,2006-09-22, +/games/boxart/default.jpg,Toriko no Hime,PC,Adventure,Unknown,Atelier Kaguya,,,,,,,2007-06-29, +/games/boxart/8222750ccc.jpg,Torin's Passage,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1995-01-01, +/games/boxart/full_8089198JapanFrontccc.jpg,Toro to Kyuujitsu,PS2,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2001-11-29, +/games/boxart/full_total-miner-forge_2AmericaFront.jpg,Total Miner: Forge,XBL,Adventure,Microsoft,Greenstone Games,,,,,,,2011-06-24, +/games/boxart/full_totsugeki-tenshi-kanon_635JapanFront.jpg,Totsugeki Tenshi Kanon,PC,Adventure,RaSeN,RaSeN,,,,,,,2004-07-16, +/games/boxart/full_4043869JapanFrontccc.jpg,Touhai Densetsu Akagi DS: Yami ni Maifurita Tensai,DS,Adventure,Culture Brain,Culture Brain,,,,,,,2007-08-09, +/games/boxart/full_6836115JapanFrontccc.jpg,Touhai Densetsu Akagi: Yami ni Maifurita Tensai,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2006-03-03, +/games/boxart/full_towa-no-sakura_2JapanFront.jpg,Towa no Sakura,PS2,Adventure,Idea Factory,Vingt-et-un Systems,,,,,,,2007-09-27, +/games/boxart/full_6542501JapanFrontccc.jpg,ToyPop (Arcade),VC,Adventure,Namco Bandai,Namco,,,,,,,2009-11-24, +/games/boxart/full_5312729AmericaFrontccc.jpg,Traitors Gate,PC,Adventure,DreamCatcher Interactive,Daydream Software,,,,,,,2000-04-30, +/games/boxart/7844910ccc.jpg,Traitors Gate 2,PC,Adventure,The Adventure Company,258 Productions AB,,,,,,,2003-11-02, +/games/boxart/full_1102868AmericaFrontccc.jpg,Transylvania III: Vanquish the Night,PC,Adventure,Merit Studios,Polarware,,,,,,,1990-01-01, +/games/boxart/full_trauma_405AmericaFront.jpg,Trauma,PC,Adventure,Unknown,Krystian Majewski,,,,,,,2011-08-08, +/games/boxart/full_1851241AmericaFrontccc.gif,Treasure Island,PC,Adventure,HMH Interactive,Radon Labs,,,,,,,2008-06-06, +/games/boxart/default.jpg,Treasure Seekers: Follow the Ghosts,PC,Adventure,Unknown,Artogon Games,,,,,,,, +/games/boxart/full_6435748JapanFrontccc.jpg,Treasure Strike,DC,Adventure,KID,Sega,,,,,,,2000-02-17, +/games/boxart/full_trick-x-logic_7JapanFront.jpg,Trick x Logic: Season 1,PSN,Adventure,Sony Computer Entertainment,ChunSoft,,,,,,,2010-07-22, +/games/boxart/full_1784247AmericaFrontccc.jpg,Trilby's Notes,PC,Adventure,Fully Ramblomatic,Fully Ramblomatic,,,,,,,2006-06-26, +/games/boxart/default.jpg,Troll & Armor,PS3,Adventure,Unknown,Emerging Ent.,,,,,,,, +/games/boxart/full_trouble-witches_5JapanFront.jpg,Trouble Witches!!,PC,Adventure,Unknown,Studio Siesta,,,,,,,2001-05-11, +/games/boxart/full_5066509JapanFrontccc.jpg,True Tears,PS2,Adventure,Sweets,La'cryma,,,,,,,2008-08-07, +/games/boxart/default.jpg,Tsugi no Giseisha o Oshirase Shimasu: Kimi to Ko no Hateru Kotonai Kurayami o,PSP,Adventure,Unknown,Boost On,,,,,,,2011-10-06, +/games/boxart/default.jpg,Tsugi no Giseisha o Oshirase Shimasu: Shi to Zetsubou o Nori Koeru,PSP,Adventure,Unknown,Boost On,,,,,,,2011-12-08, +/games/boxart/default.jpg,Tsugou no Yoi Sex Friend?,PC,Adventure,Waffle,Waffle,,,,,,,2011-10-28, +/games/boxart/full_tsuki-wa-higashi-ni-ha-wa-nishi-na-operation-sanctuary_111JapanFront.jpg,Tsuki wa Higashi ni Ha wa Nishi na: Operation Sanctuary,PC,Adventure,Alchemist,Alchemist,,,,,,,2003-09-26, +/games/boxart/full_2886764JapanFrontccc.jpg,Tsuki wa Higashi ni Ha wa Nishi na: Operation Sanctuary,PS2,Adventure,Alchemist,Alchemist,,,,,,,2004-10-07, +/games/boxart/full_14889JapanFrontccc.jpg,Tsuki wa Higashi ni Ha wa Nishi na: Operation Sanctuary,DC,Adventure,Alchemist,Alchemist,,,,,,,2004-06-24, +/games/boxart/full_9719698JapanFrontccc.jpg,Tsukihime,PC,Adventure,Type-Moon,Type-Moon,,,,,,,2000-12-01, +/games/boxart/full_tsuyo-kiss-2-portable_4JapanFront.jpg,Tsuyo Kiss 2 Portable,PSN,Adventure,Unknown,NetRevo,,,,,,,2010-10-28, +/games/boxart/full_turn-the-lost-artifact_8AmericaFront.jpg,TURN: The Lost Artifact,DSiW,Adventure,Unknown,Creative Patterns,,,,,,,2010-08-09, +/games/boxart/full_9243026JapanFrontccc.jpg,Twilight Syndrome Omen: Tansakuhen,PS,Adventure,Human Entertainment,Human Club,,,,,,,1996-03-01, +/games/boxart/full_5776275JapanFrontccc.jpg,Twilight Syndrome Saikai,PS,Adventure,Spike,Spike,,,,,,,2000-07-27, +/games/boxart/full_6987410JapanFrontccc.jpg,Twilight Syndrome Special,PS,Adventure,Human Entertainment,Human Club,,,,,,,1998-07-02, +/games/boxart/full_8717396JapanFrontccc.jpg,Twilight Syndrome: Kyuumeihen,PS,Adventure,Human Entertainment,Human Entertainment,,,,,,,1996-07-19, +/games/boxart/1197228ccc.jpg,Twinsen's Odyssey,PC,Adventure,Activision,Adeline Software,,,,,,,1997-06-30, +/games/boxart/default.jpg,Twisted Lands: Shadow Town,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2010-09-23,2019-05-03 +/games/boxart/full_1792693JapanFrontccc.jpg,Typing Renai Hakusho: Boys Be...,PS2,Adventure,Sunsoft,SunSoft,,,,,,,2002-03-14, +/games/boxart/default.jpg,U.B. Funkeys,PC,Adventure,Unknown,Radica,,,,,,,, +/games/boxart/full_3130074JapanFrontccc.jpg,Uchuu no Stellvia,PS2,Adventure,Bandai,Bandai,,,,,,,2004-01-22, +/games/boxart/full_ugetsu-kitan_3JapanFront.jpg,Ugetsu Kitan,PS,Adventure,Tonkin House,Unknown,,,,,,,1996-07-05, +/games/boxart/full_umineko-no-naku-koro-ni_1JapanFront.jpg,Umineko no Naku Koro ni,PC,Adventure,Unknown,07th Expansion,,,,,,,2007-08-17, +/games/boxart/full_umineko-no-naku-koro-ni-chiru_0JapanFront.jpg,Umineko no Naku Koro ni Chiru,PC,Adventure,Unknown,07th Expansion,,,,,,,2009-08-15, +/games/boxart/full_4030192JapanFrontccc.jpg,Umisho,PS2,Adventure,5pb,Kaga Create,,,,,,,2007-11-22, +/games/boxart/full_6703642AmericaFrontccc.png,Undead Knights,PSN,Adventure,Tecmo Koei,Team Tachyon,,,,,,,2009-10-21, +/games/boxart/full_5874275JapanFrontccc.jpg,Undercover AD2025 Kei,DC,Adventure,Pulse Entertainment,Pulse Interactive,,,,,,,2000-01-27, +/games/boxart/full_undercover-operation-wintersun_845AmericaFront.jpg,Undercover: Operation Wintersun,PC,Adventure,Lighthouse Interactive,Sproing Interactive Media GMBH,,,,,,,2007-08-28, +/games/boxart/full_88418AmericaFrontccc.jpg,Uninvited,NES,Adventure,Kemco,"ICOM Simulations, Inc.",,,,,,,1991-06-01, +/games/boxart/full_universal-monsters-monsterville_897PALFront.jpg,Universal Monsters: Monsterville,PC,Adventure,DreamCatcher Interactive,OG,,,,,,,2002-03-15, +/games/boxart/full_universal-nuts_3JapanFront.jpg,Universal Nuts,PS,Adventure,Lay-Up,Unknown,,,,,,,1998-02-05, +/games/boxart/full_8335761AmericaFrontccc.jpg,Uplink: Hacker Elite,PC,Adventure,Strategy First,Introversion Software,,,,,,,2001-10-09, +/games/boxart/full_uragiri-wa-boku-no-namae-o-shitteiru_4JapanFront.jpg,Uragiri wa Boku no Namae o Shitteiru,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-10-28, +/games/boxart/default.jpg,Urakyoushi,PC,Adventure,Unknown,Bishop,,,,,,,2011-08-05, +/games/boxart/full_urban-runner_644AmericaFront.jpg,Urban Runner,PC,Adventure,Sierra Entertainment,Coktel Vision,,,,,,,1996-01-01, +/games/boxart/full_urusei-yatsura-endless-summer_5JapanFront.jpg,Urusei Yatsura: Endless Summer,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-10-20, +/games/boxart/full_3951726JapanFrontccc.jpg,Urusei Yatsura: My Dear Friends,SCD,Adventure,Game Arts,Game Arts,,,,,,,1994-04-15, +/games/boxart/full_urusei-yatsura-stay-with-you_8JapanFront.jpg,Urusei Yatsura: Stay With You,PCE,Adventure,Hudson Soft,Hudson Soft,,,,,,,1990-06-29, +/games/boxart/full_uta-no-prince-sama-amazing-aria_866JapanFront.jpg,Uta no * Prince-Sama: Amazing Aria,PSP,Adventure,Broccoli,Broccoli,,,,,,,2010-12-23, +/games/boxart/full_4103567JapanFrontccc.jpg,Utau * Tumbling Dice,PS2,Adventure,Reindeer,Reindeer,,,,,,,2004-08-26, +/games/boxart/full_2595116JapanFrontccc.jpg,Utau * Tumbling Dice,DC,Adventure,Ecole,Reindeer,,,,,,,2004-06-24, +/games/boxart/full_1736406JapanFrontccc.jpg,Uwasa no Midori-Kun!! Natsuiro Striker,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2007-09-20, +/games/boxart/full_239085JapanFrontccc.jpg,Uzumaki,WS,Adventure,Omega Micott,Omega Micott,,,,,,,2000-02-03, +/games/boxart/full_vg-rebirth_933JapanFront.jpg,V.G. Rebirth,PC,Adventure,Giga,Giga,,,,,,,2001-09-28, +/games/boxart/default.jpg,V.G. Rebirth Dash,PC,Adventure,Giga,Giga,,,,,,,2002-03-21, +/games/boxart/full_8774436AmericaFrontccc.png,Valiant Hearts: The Great War,XOne,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2014-06-25,2018-01-06 +/games/boxart/full_valis-x-cham-aratanaru-senyuu_696JapanFront.jpg,Valis X: Cham - Aratanaru Senyuu,PC,Adventure,Unknown,Eants,,,,,,,2006-06-16, +/games/boxart/full_valis-x-full-set-pack_291JapanFront.jpg,Valis X: Full Set Pack,PC,Adventure,Unknown,Eants,,,,,,,2006-09-08, +/games/boxart/full_valis-x-masako-mou-hitotsu-to-sadame_80JapanFront.jpg,Valis X: Masako - Mou Hitotsu to Sadame,PC,Adventure,Unknown,Eants,,,,,,,2006-09-08, +/games/boxart/full_valis-x-meijimura-meyo-valis-no-senshi-tachi_339JapanFront.jpg,Valis X: Meijimura Meyo! Valis no Senshi Tachi,PC,Adventure,Unknown,Eants,,,,,,,2006-09-08, +/games/boxart/full_valis-x-reiko-shoudarake-no-senshi_198JapanFront.jpg,Valis X: Reiko - Shoudarake no Senshi,PC,Adventure,Unknown,Eants,,,,,,,2006-04-21, +/games/boxart/full_valis-x-valna-haha-to-musume-no-kunou_970JapanFront.jpg,Valis X: Valna - Haha to Musume no Kunou,PC,Adventure,Unknown,Eants,,,,,,,2006-05-19, +/games/boxart/full_valkyrie-romanze_642JapanFront.jpg,Valkyrie Romanze,PC,Adventure,Unknown,Ricotta,,,,,,,2011-10-28, +/games/boxart/full_vanquish_2JapanFront.jpg,Vanquish,PC,Adventure,Forst,Forst,,,,,,,2004-10-22, +/games/boxart/default.jpg,Velvet Echo,PC,Adventure,Angel Smile,Angel Smile,,,,,,,2001-09-14, +/games/boxart/full_6854678AmericaFrontccc.jpg,Vigil: Blood Bitterness,PC,Adventure,Meridian4,Freegamer,,,,,,,2007-06-29, +/games/boxart/full_virtual-puppet-reika_0JapanFront.jpg,Virtual Puppet Reika,3DO,Adventure,Unknown,Kuki,,,,,,,1994-10-07, +/games/boxart/default.jpg,Virtual Valerie 2,PC,Adventure,Unknown,Arcus,,,,,,,, +/games/boxart/8107687ccc.jpg,Voyage: Inspired by Jules Verne,PC,Adventure,The Adventure Company,Kheops Studio,,,,,,,2005-08-18, +/games/boxart/full_3911445JapanFrontccc.jpg,W. L. O. Sekai Renai Kikou,PC,Adventure,Akabee Soft 2,Akabee Soft 2,,,,,,,2009-03-26, +/games/boxart/full_w-l-o-sekai-renai-kikou-lls-love-love-show_356JapanFront.jpg,W. L. O. Sekai Renai Kikou LLS: Love Love Show,PC,Adventure,Akabee Soft 2,Akabee Soft 2,,,,,,,2009-09-24, +/games/boxart/full_120118JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! DokiDoki Memorial Panic,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2005-09-08, +/games/boxart/full_9686914JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Hachinin no Toki no Yousei,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2003-12-11, +/games/boxart/full_5954992JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Mirumo no Mahou Gakkou Monogatari,PS,Adventure,Konami,Jupiter Corporation,,,,,,,2003-03-20, +/games/boxart/full_37470JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Nazo no Kagi to Shinjitsu no Tobira,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2004-12-16, +/games/boxart/full_3822624JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Ougon Maracas no Densetsu,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2002-12-19, +/games/boxart/full_2397800JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Yume no Kakera,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2004-07-15, +/games/boxart/full_8290776AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 1: Fright of the Bumblebees,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-05-27, +/games/boxart/full_8519881AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 1: Fright of the Bumblebees,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-03-24, +/games/boxart/full_3491415AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 2: The Last Resort,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-11-04, +/games/boxart/full_4924821AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 2: The Last Resort,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-05-06, +/games/boxart/full_8074533AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 3: Muzzled!,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-11-04, +/games/boxart/full_1435611AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 3: Muzzled!,PC,Adventure,Telltale Games,Telltale Games,8,,,,,,2009-06-16, +/games/boxart/full_6816401AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 4: The Bogey Man,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-11-04, +/games/boxart/full_4440250AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 4: The Bogey Man,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-07-29, +/games/boxart/full_7232112AmericaFrontccc.jpg,Walt Disney Pictures Presents: Dinosaur,GB,Adventure,Ubisoft,Digital Eclipse,,,,,,,2000-05-19, +/games/boxart/full_1555894JapanFrontccc.jpg,Wan Wan Meitantei,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2003-12-19, +/games/boxart/full_4035875JapanFrontccc.jpg,Wand of Fortune Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-02-25, +/games/boxart/full_wangan-dream_517JapanFront.jpg,Wangan Dream,PC,Adventure,Dreams,Dreams,,,,,,,1999-08-06, +/games/boxart/full_3539434JapanFrontccc.jpg,Wangan Trial Love,SAT,Adventure,Victor Interactive,Victor Interactive Software,,,,,,,1998-04-02, +/games/boxart/full_3500853JapanFrontccc.jpg,Wanko de Kururin! Wankuru,GBA,Adventure,MTO,MTO,,,,,,,2004-06-25, +/games/boxart/full_3807892JapanFrontccc.jpg,Wanko Mix,GBA,Adventure,TDK Core,TDK Core,,,,,,,2004-12-16, +/games/boxart/8403742ccc.jpg,Wanted: A Wild Western Adventure,PC,Adventure,The Adventure Company,Revistonic,,,,,,,2004-10-03, +/games/boxart/2546343ccc.jpg,Warriors of Might and Magic,GB,Adventure,3DO,Climax Group,,,,,,,2000-12-22, +/games/boxart/full_water-closet-the-forbidden-chamber_93AmericaFront.jpg,Water Closet: The Forbidden Chamber,PC,Adventure,Peach Princess,Will,,,,,,,2001-07-01, +/games/boxart/full_5897277JapanFrontccc.jpg,Waurau Salesman,SCD,Adventure,Sega,Sega,,,,,,,1993-09-17, +/games/boxart/full_6104651AmericaFrontccc.jpg,Wayne's World,PC,Adventure,Capstone Software,Capstone Software,,,,,,,1993-01-01, +/games/boxart/full_8500146AmericaFrontccc.jpg,Wayward Manor,OSX,Adventure,"Moonshark, Inc.","Moonshark, Inc.",,,,,,,2014-07-15,2018-08-11 +/games/boxart/full_3669824AmericaFrontccc.jpg,Wayward Manor,PC,Adventure,"Moonshark, Inc.","Moonshark, Inc.",,,,,,,2014-07-15,2018-08-11 +/games/boxart/full_6953766JapanFrontccc.jpg,We Love JUGGLER,PSP,Adventure,Kita Denshi,Kita Denshi,,,,,,,2010-03-18, +/games/boxart/full_7510796JapanFrontccc.jpg,Web Mystery: Yochi Yume o Kenru Neko,DC,Adventure,Mebius,Mebius,,,,,,,1999-04-22, +/games/boxart/full_what-makes-you-tick-a-stitch-in-time_259AmericaFront.jpg,What Makes You Tick: A Stitch in Time,PC,Adventure,Unknown,Lassie Games,,,,,,,2010-09-09, +/games/boxart/full_6221185AmericaFrontccc.jpg,What Remains of Edith Finch,PS4,Adventure,Unknown,Giant Sparrow,8.9,,,,,,2017-04-25,2019-03-02 +/games/boxart/full_5442606JapanFrontccc.jpg,What's Shenmue,DC,Adventure,Sega,Sega-AM2,,,,,,,1999-08-05, +/games/boxart/full_where-in-the-world-is-carmen-sandiego_7JapanFront.jpg,Where in the World is Carmen Sandiego?,PCE,Adventure,Pack-In-Video,Office Koukan,,,,,,,1990-03-30, +/games/boxart/full_where-in-the-world-is-carmen-sandiego_7AmericaFront.jpg,Where in the World is Carmen Sandiego?,SNES,Adventure,Hi Tech Expressions,EA Canada,,,,,,,1993-06-01, +/games/boxart/full_3508768AmericaFrontccc.jpg,Where in the World is Carmen Sandiego?,GEN,Adventure,Electronic Arts,EA Canada,,,,,,,1992-01-01, +/games/boxart/full_where-in-the-world-is-carmen-sandiego_5AmericaFront.jpg,Where in the World is Carmen Sandiego?,MS,Adventure,Parker Bros.,Parker Bros.,,,,,,,1989-01-01, +/games/boxart/full_where-in-the-world-is-carmen-sandiego-mystery-at-the-end-of-the-world_8PALFront.jpg,Where in the World is Carmen Sandiego? Mystery at the End of the World,DS,Adventure,Mindscape,Strass Productions,,,,,,,2009-02-18, +/games/boxart/full_7467935AmericaFrontccc.jpg,Where's Waldo? The Fantastic Journey,PC,Adventure,Ubisoft,Classic Media Distribution Limited,,,,,,,2009-09-22, +/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 1,DSiW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2010-08-27, +/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 1,WW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2011-03-25, +/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 2,WW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2011-04-15, +/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 2,DSiW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2010-09-03, +/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 3,WW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2011-05-06, +/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 3,DSiW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2010-09-10, +/games/boxart/full_9152564JapanFrontccc.gif,White Album,PC,Adventure,Leaf,Leaf,,,,,,,1998-05-01, +/games/boxart/full_white-breath_872JapanFront.jpg,White Breath,PC,Adventure,F&C,F&C,,,,,,,2004-07-23, +/games/boxart/full_white-breath-kizuna_6JapanFront.jpg,White Breath: Kizuna,PS2,Adventure,KID,KID Corporation,,,,,,,2006-11-22, +/games/boxart/full_white-breath-perfect-edition_3JapanFront.jpg,White Breath: Perfect Edition,PSP,Adventure,GN Software,GN Software,,,,,,,2010-09-02, +/games/boxart/full_white-breath-perfect-edition_350JapanFront.jpg,White Breath: Perfect Edition+,PC,Adventure,F&C,F&C,,,,,,,2011-04-28, +/games/boxart/default.jpg,White Heaven,PC,Adventure,Unknown,JEWEL MASTER,,,,,,,2011-08-12, +/games/boxart/default.jpg,White Night,PC,Adventure,Rebellion Developments / Saffire,Rebellion Developments / Saffire,,,,,,,2015-01-01, +/games/boxart/default.jpg,White Night,OSX,Adventure,Rebellion Developments / Saffire,Rebellion Developments / Saffire,,,,,,,2015-01-01, +/games/boxart/full_4387087JapanFrontccc.jpg,White Princess the Second,PS2,Adventure,KID,KID Corporation,,,,,,,2005-08-25, +/games/boxart/default.jpg,Wide de Portable P,PSP,Adventure,Unknown,Gametech,,,,,,,, +/games/boxart/full_3940698PALFrontccc.jpg,WiLD,PS4,Adventure,Sony Interactive Entertainment,Wild Sheep Studio,,,,,,,2020-12-31,2018-07-19 +/games/boxart/full_1654652JapanFrontccc.jpg,Will O' Wisp,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2007-09-06, +/games/boxart/full_8845900JapanFrontccc.jpg,Wind: a Breath of Heart,PS2,Adventure,Alchemist,Alchemist,,,,,,,2003-12-18, +/games/boxart/full_6436184JapanFrontccc.jpg,Wind: a Breath of Heart,DC,Adventure,Alchemist,Alchemist,,,,,,,2003-01-30, +/games/boxart/full_wind-a-breath-of-heart_447JapanFront.jpg,Wind: a Breath of Heart,PC,Adventure,Minor I,Minor I,,,,,,,2002-04-19, +/games/boxart/full_wind-a-breath-of-heart-re-gratitude_809JapanFront.jpg,Wind: a breath of heart - Re-gratitude,PC,Adventure,Minor I,Minor I,,,,,,,2004-11-05, +/games/boxart/default.jpg,Winx Club: Believix in You!,DS,Adventure,Namco Bandai,Rainbow S.p.A.,,,,,,,2009-11-20, +/games/boxart/full_wirehead_747AmericaFront.jpg,Wirehead,SCD,Adventure,Sega,The Code Monkeys,,,,,,,1995-01-01, +/games/boxart/full_witches-ampamp-vampires-ghost-pirates-of-ashburry_4PALFront.jpg,Witches & Vampires: Ghost Pirates of Ashburry,DS,Adventure,DTP Entertainment,City Interactive,,,,,,,2010-04-29, +/games/boxart/full_with-you-mitsumeteitai_10JapanFront.jpg,With You: Mitsumeteitai,SAT,Adventure,NEC Interchannel,Stack,,,,,,,1999-07-29, +/games/boxart/full_with-you-mistume-teitai_3JapanFront.jpg,With You: Mitsumeteitai,WS,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2001-01-25, +/games/boxart/full_with-you-mitsumeteitai_2JapanFront.jpg,With You: Mitsumeteitai,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,1998-09-11, +/games/boxart/893198ccc.jpg,Wizardology,PC,Adventure,Unknown,Double Six,,,,,,,, +/games/boxart/3347442ccc.jpg,Wizardology,Wii,Adventure,Unknown,Double Six,,,,,,,2020-12-31, +/games/boxart/3817077ccc.jpg,Wizardology,DS,Adventure,Unknown,Double Six,,,,,,,2020-12-31, +/games/boxart/full_7320847JapanFrontccc.jpg,Wizardry Nemesis,SAT,Adventure,Shouei,Thunder Stone Japan,,,,,,,1998-01-22, +/games/boxart/full_1995278AmericaFrontccc.jpg,Women's Murder Club: A Darker Shade of Grey,PC,Adventure,Elephant Entertainment,Oberon Media,,,,,,,2009-03-16, +/games/boxart/full_9927520AmericaFrontccc.jpg,Wonder Boy III: The Dragon's Trap,VC,Adventure,Sega,Westone Bit Entertainment,,,,,,,2009-11-09, +/games/boxart/full_203901AmericaFrontccc.jpg,Wonder Boy III: The Dragon's Trap,MS,Adventure,Sega,Westone Bit Entertainment,,,,,,,1989-01-01, +/games/boxart/2019599ccc.jpg,Wonder Boy in Monster Land,MS,Adventure,Sega,Westone Bit Entertainment,,,,,,,1988-01-01, +/games/boxart/full_5852831AmericaFrontccc.jpg,Wonder Boy in Monster Land,VC,Adventure,Sega,Westone Bit Entertainment,,,,,,,2009-01-26, +/games/boxart/full_907657PALFrontccc.jpg,Wonder Boy: The Dragon's Trap,GG,Adventure,Sega,Westone Bit Entertainment,,,,,,,1992-01-01, +/games/boxart/1215634ccc.jpg,Woodruff and The Schnibble of Azimuth,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1994-01-01, +/games/boxart/default.jpg,Woolfe: The Red Hood Diaries,PS4,Adventure,GriN Multimedia,GriN Multimedia,,,,,,,2020-12-31, +/games/boxart/default.jpg,Woolfe: The Red Hood Diaries,PC,Adventure,GriN Multimedia,GriN Multimedia,,,,,,,2015-03-17, +/games/boxart/default.jpg,Woolfe: The Red Hood Diaries,XOne,Adventure,GriN Multimedia,GriN Multimedia,,,,,,,2020-12-31, +/games/boxart/full_8898188AmericaFrontccc.jpg,WORLD END ECONOMiCA,OSX,Adventure,Sekai Project,Spicy Tails,,,,,,,2014-05-05,2018-08-10 +/games/boxart/full_3372811AmericaFrontccc.jpg,WORLD END ECONOMiCA,Linux,Adventure,Sekai Project,Spicy Tails,,,,,,,2014-05-05,2018-08-10 +/games/boxart/full_7212587AmericaFrontccc.jpg,WORLD END ECONOMiCA,PC,Adventure,Sekai Project,Spicy Tails,,,,,,,2014-05-05,2018-08-10 +/games/boxart/default.jpg,World Wide Love! Sekai Seifuku Kanojo Fan Disc,PC,Adventure,Navel,Navel,,,,,,,2011-10-28, +/games/boxart/full_9345665AmericaFrontccc.jpg,Worldly,WinP,Adventure,Unknown,Unknown,,,,,,,2014-07-15, +/games/boxart/full_1325360AmericaFrontccc.png,Wyv and Keep: The Temple of the Lost Idol,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-08, +/games/boxart/full_2124578AmericaFrontccc.jpg,X-Change,PC,Adventure,Peach Princess,Crowd,,,,,,,2001-03-09, +/games/boxart/full_2808877AmericaFrontccc.jpg,X-Change 2,PC,Adventure,Peach Princess,Crowd,,,,,,,2003-06-03, +/games/boxart/default.jpg,X-Change 2 R,PC,Adventure,Crowd,Crowd,,,,,,,2004-10-15, +/games/boxart/full_8366518AmericaFrontccc.jpg,X-Change 3,PC,Adventure,Peach Princess,Crowd,,,,,,,2006-07-18, +/games/boxart/full_x-change-alternative-2_704JapanFront.jpg,X-Change Alternative 2: Kimi no Hitomi ni Utsurukimi,PC,Adventure,Crowd,Crowd,,,,,,,2008-09-26, +/games/boxart/full_x-change-box-2_472JapanFront.jpg,X-Change Box! 2,PC,Adventure,Crowd,Crowd,,,,,,,2005-10-21, +/games/boxart/default.jpg,X-Change R,PC,Adventure,Crowd,Crowd,,,,,,,2004-10-01, +/games/boxart/default.jpg,Y: The Case of John Yesterday,PC,Adventure,Unknown,Pendulo Studios,,,,,,,, +/games/boxart/full_9744655JapanFrontccc.jpg,Yakouchuu,SNES,Adventure,Athena,Athena,,,,,,,1995-06-16, +/games/boxart/full_4855208JapanFrontccc.jpg,Yakouchuu GB,GB,Adventure,Athena,Athena,,,,,,,1999-10-22, +/games/boxart/full_4341986JapanFrontccc.jpg,Yakouchuu II: Satsujin Kouru,N64,Adventure,Athena,Athena,,,,,,,1999-10-22, +/games/boxart/full_6154319JapanFrontccc.jpg,Yaku: Yuujou Dangi,PS,Adventure,Idea Factory,Idea Factory,,,,,,,1996-01-13, +/games/boxart/full_yamamura-misa-suspense-kyoto-kurama-sansou-satsujin-jiken_0JapanFront.jpg,Yamamura Misa Suspense: Kyoto Kurama Sansou Satsujin Jiken,3DO,Adventure,Pack-In-Video,Tikipod,,,,,,,1994-03-20, +/games/boxart/full_yamato-nadeshiko-o-sagase_549JapanFront.jpg,Yamato Nadeshiko o Sagase,PC,Adventure,Unknown,Chiffon,,,,,,,2000-11-23, +/games/boxart/full_yamiyo-ni-sasayaku_90JapanFront.jpg,Yamiyo ni Sasayaku: Meitantei Kyouichirou Sagara,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2006-02-09, +/games/boxart/default.jpg,Yarisugi Itazura! Swimming School,PC,Adventure,Unknown,Rocket18 Icecream,,,,,,,2011-08-12, +/games/boxart/full_1250253JapanFrontccc.jpg,Yarudora Portable: Blood The Last Vampire,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2006-01-26, +/games/boxart/full_1025556JapanFrontccc.jpg,Yarudora Portable: Double Cast,PSP,Adventure,Sony Computer Entertainment,SCE,,,,,,,2005-07-28, +/games/boxart/full_6032082JapanFrontccc.jpg,Yarudora Portable: Kisetsu o Dakishimete,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-28, +/games/boxart/full_3907659JapanFrontccc.jpg,Yarudora Portable: Sampaguita,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-28, +/games/boxart/full_7734347JapanFrontccc.jpg,Yarudora Portable: Yukiwari no Hana,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-28, +/games/boxart/full_9127170JapanFrontccc.jpg,Yarudora Series Vol.3: Sampaguita,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,,,,,,1998-10-15, +/games/boxart/full_2983190JapanFrontccc.jpg,Yarudora Series Vol.4: Yukiwari no Hana,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,,,,,,1998-11-26, +/games/boxart/full_4184190JapanFrontccc.jpg,Yellow Brick Road,PS,Adventure,Acclaim Entertainment,Acclaim,,,,,,,1996-08-30, +/games/boxart/full_172552AmericaFrontccc.jpg,Yin-Yang! Another X-Change,PC,Adventure,Peach Princess,Crowd,,,,,,,2006-12-15, +/games/boxart/full_2085817JapanFrontccc.jpg,Yo-Jin-Bo: Unmei no Freude,PS2,Adventure,TwoFive,TwoFive,,,,,,,2006-10-26, +/games/boxart/full_9446740JapanFrontccc.jpg,Yoshia no Oka de Nekoronde...,DC,Adventure,Naxat Soft,Naxat Soft,,,,,,,2001-12-20, +/games/boxart/full_1569042JapanFrontccc.jpg,Yoshimoto Muchicco Dai-kessen,PS,Adventure,Sony Music Entertainment,Polygon Magic,,,,,,,1999-09-30, +/games/boxart/full_yottsu-ha-no-clover_592JapanFront.jpg,Yottsu Ha no Clover,PC,Adventure,Iridium,Iridium,,,,,,,2002-12-06, +/games/boxart/full_5338686JapanFrontccc.jpg,Your Memories Off: Girl's Style,PS2,Adventure,5pb,5pb. Games,,,,,,,2008-01-31, +/games/boxart/full_1676180JapanFrontccc.jpg,Yu-No,SAT,Adventure,Elf,Elf,,,,,,,1997-12-04, +/games/boxart/full_3852904JapanFrontccc.jpg,Yukawa Moto Senmu no Okatara Ikushi,DC,Adventure,Sega,Smilebit,,,,,,,1999-03-20, +/games/boxart/full_5173461JapanFrontccc.jpg,Yuki Katari,DC,Adventure,Takuyo,Takuyo,,,,,,,2002-12-26, +/games/boxart/full_yukiuta_732JapanFront.jpg,Yukiuta,PC,Adventure,Survive,Survive,,,,,,,2003-12-19, +/games/boxart/full_yume-nikki_211JapanFront.jpg,Yume Nikki,PC,Adventure,Unknown,Pride,,,,,,,2000-12-15, +/games/boxart/full_7363756JapanFrontccc.jpg,Yume no Tsubasa: Fate of Heart,DC,Adventure,KID,KID,,,,,,,2001-07-26, +/games/boxart/full_584428JapanFrontccc.jpg,Yumeria,PS2,Adventure,Namco,Namco,,,,,,,2003-04-24, +/games/boxart/full_727029JapanFrontccc.jpg,Yumimi Mix,SCD,Adventure,Game Arts,Game Arts,,,,,,,1993-01-29, +/games/boxart/full_493654JapanFrontccc.jpg,Yumimi Mix Remix,SAT,Adventure,Game Arts,Game Arts,,,,,,,1995-07-28, +/games/boxart/default.jpg,Yuuin no Toriko,PC,Adventure,Black Package,Black Package,,,,,,,1999-10-22, +/games/boxart/default.jpg,Yuukyou Gangu Rebirth,PC,Adventure,Nigred,Nigred,,,,,,,2005-02-25, +/games/boxart/6700389ccc.jpg,Zak McKracken and the Alien Mindbenders,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1988-01-01, +/games/boxart/default.jpg,Zeccho Spiral!!,PC,Adventure,Unknown,ALL-TiME,,,,,,,2011-08-05, +/games/boxart/full_2617693AmericaFrontccc.jpg,Zelda II: The Adventure of Link,VC,Adventure,Nintendo,Nintendo EAD,,,,,,,2007-06-04, +/games/boxart/full_8654708AmericaFrontccc.jpg,Zero Escape The Nonary Games,PC,Adventure,Aksys Games,Spike Chunsoft,,,,,,,2017-03-24,2018-09-19 +/games/boxart/full_406662AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,PC,Adventure,Aksys Games,Chime,,,,,,,2016-06-30,2018-07-03 +/games/boxart/6412324ccc.jpg,Zero One,GBA,Adventure,Fuuki,Fuuki,,,,,,,2003-04-24, +/games/boxart/5887530ccc.jpg,Zero One SP,GBA,Adventure,Fuuki,Fuuki,,,,,,,2004-04-29, +/games/boxart/full_1157754AmericaFrontccc.jpg,Zero Time Dilemma,3DS,Adventure,Aksys Games,Chime,,,,,,,2016-06-28,2018-07-26 +/games/boxart/8325073ccc.jpg,Zettai Zetsumei Den Chara Suji-San,GBA,Adventure,Kids Station,Kids Station,,,,,,,2004-07-16, +/games/boxart/full_zettai-zetsumei-toshi-4-summer-memories_843JapanFront.jpg,Zettai Zetsumei Toshi 4: Summer Memories,PS3,Adventure,Unknown,Irem Software Engineering,,,,,,,, +/games/boxart/full_2762274AmericaFrontccc.jpg,Zoda's Revenge: StarTropics II,VC,Adventure,Nintendo,Nintendo IRD,,,,,,,2008-12-29, +/games/boxart/8864631ccc.jpg,Zoda's Revenge: StarTropics II,NES,Adventure,Nintendo,Nintendo IRD,,,,,,,1994-03-01, +/games/boxart/5517818ccc.jpg,Zoey 101,GBA,Adventure,THQ,Barking Lizards,,,,,,,2007-03-02, +/games/boxart/full_4549750AmericaFrontccc.jpg,Zork: Grand Inquisitor,PC,Adventure,Activision,Activision,,,,,,,1997-10-31, +/games/boxart/full_6142484JapanFrontccc.jpg,Zwei Worter,PC,Adventure,Clock Up,Team DYO,,,,,,,2007-04-27, +/games/boxart/full_zyklus_307JapanFront.jpg,Zyklus,PC,Adventure,F&C,F&C,,,,,,,2003-04-30, +/games/boxart/full_summer-_139JapanFront.jpg,_summer ##,PS2,Adventure,GN Software,GN Software,,,,,,,2006-08-24, +/games/boxart/full_5504836AmericaFrontccc.jpg,The Dark Pictures: Man of Medan,XOne,Adventure,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-08-30,2019-04-12 +/games/boxart/full_7279815AmericaFrontccc.jpg,The Dark Pictures: Man of Medan,PC,Adventure,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-08-30,2019-04-12 +/games/boxart/full_4868826AmericaFrontccc.jpg,The Dark Pictures: Man of Medan,PS4,Adventure,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-08-30,2019-04-12 +/games/boxart/full_4351293AmericaFrontccc.jpg,The Infectious Madness of Doctor Dekker,XOne,Adventure,Wales Interactive Ltd.,D'Avekki Studios Limited,,,,,,,2018-06-05,2018-06-04 +/games/boxart/full_5759220AmericaFrontccc.jpg,The Infectious Madness of Doctor Dekker,PS4,Adventure,Wales Interactive Ltd.,D'Avekki Studios Limited,,,,,,,2018-06-05,2018-06-04 +/games/boxart/full_4541502AmericaFrontccc.png,The Infectious Madness of Doctor Dekker,NS,Adventure,Wales Interactive Ltd.,D'Avekki Studios Limited,,,,,,,2018-06-05,2018-06-04 +/games/boxart/full_7792700AmericaFrontccc.jpg,The Infectious Madness of Doctor Dekker,PC,Adventure,D'Avekki Studios Limited,D'Avekki Studios Limited,,,,,,,2018-05-19,2018-06-04 +/games/boxart/full_797929AmericaFrontccc.jpg,11-11 Memories Retold,PC,Adventure,Bandai Namco Entertainment,Aardman Animations,,,,,,,2018-11-08,2020-12-15 +/games/boxart/full_6052343AmericaFrontccc.jpg,12 Minutes,PC,Adventure,Annapurna Interactive,Luis Antonio,,,,,,,2020-12-01,2021-06-14 +/games/boxart/full_1044759AmericaFrontccc.jpg,12 Minutes,XOne,Adventure,Annapurna Interactive,Luis Antonio,,,,,,,2020-12-01,2021-06-14 +/games/boxart/full_6763932AmericaFrontccc.jpg,12 minutes,XS,Adventure,Unknown,Luis Antonio,,,,,,,,2021-06-14 +/games/boxart/full_2198856AmericaFrontccc.jpg,13 Sentinels: Aegis Rim,NS,Adventure,Sega,Vanillaware,,,,,,,2022-04-12,2022-11-28 +/games/boxart/full_9857811AmericaFrontccc.jpg,13 Sentinels: Aegis Rim,PC,Adventure,Unknown,Vanillaware,,,,,,,,2022-11-28 +/games/boxart/full_4386298AmericaFrontccc.jpg,2064: Read Only Memories,XOne,Adventure,MidBoss,MidBoss,,,,,,,2017-01-17,2019-04-13 +/games/boxart/full_4059664AmericaFrontccc.jpg,2064: Read Only Memories,Linux,Adventure,MidBoss,MidBoss,,,,,,,2015-10-06,2019-04-13 +/games/boxart/full_2791508AmericaFrontccc.jpg,2064: Read Only Memories,OSX,Adventure,MidBoss,MidBoss,,,,,,,2015-10-06,2019-04-13 +/games/boxart/full_9374563AmericaFrontccc.png,2064: Read Only Memories INTEGRAL,NS,Adventure,MidBoss,MidBoss,,,,,,,2018-07-26,2019-04-13 +/games/boxart/full_6440456AmericaFrontccc.jpg,3 out of 10: Season One,XS,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 +/games/boxart/full_892475AmericaFrontccc.jpg,3 out of 10: Season One,NS,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 +/games/boxart/full_8045422AmericaFrontccc.jpg,3 out of 10: Season One,PC,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 +/games/boxart/full_5784880AmericaFrontccc.jpg,3 out of 10: Season One,XOne,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 +/games/boxart/full_7736290AmericaFrontccc.png,39 Days to Mars,NS,Adventure,It's Anecdotal,It's Anecdotal,,,,,,,2019-05-16,2019-05-14 +/games/boxart/full_3267467AmericaFrontccc.jpg,39 Days to Mars,XOne,Adventure,It's Anecdotal,It's Anecdotal,,,,,,,2019-06-02,2019-05-14 +/games/boxart/full_896464AmericaFrontccc.jpg,39 Days to Mars,PC,Adventure,It's Anecdotal,It's Anecdotal,,,,,,,2018-04-25,2019-05-14 +/games/boxart/full_471563AmericaFrontccc.png,A Hole New World,NS,Adventure,Dolores Entertainment SL,Mad Gear Games,,,,,,,2018-03-01,2018-03-23 +/games/boxart/full_6067955AmericaFrontccc.jpg,A Memoir Blue,XOne,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 +/games/boxart/full_1176105AmericaFrontccc.jpg,A Memoir Blue,XS,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 +/games/boxart/full_9816568AmericaFrontccc.jpg,A Memoir Blue,NS,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 +/games/boxart/full_1128753AmericaFrontccc.jpg,A Memoir Blue,PC,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 +/games/boxart/full_8728942AmericaFrontccc.jpg,A Memoir Blue,PS4,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 +/games/boxart/full_5347773AmericaFrontccc.jpg,A Memoir Blue,PS5,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 +/games/boxart/default.jpg,A Shorr Hike,NS,Adventure,Unknown,Adamgryu,,,,,,,,2021-11-15 +/games/boxart/full_2891773AmericaFrontccc.jpg,A Space for the Unbound,XS,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 +/games/boxart/full_6008014AmericaFrontccc.jpg,A Space for the Unbound,NS,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 +/games/boxart/full_131017AmericaFrontccc.jpg,A Space for the Unbound,PC,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 +/games/boxart/full_4625779AmericaFrontccc.jpg,A Space for the Unbound,PS4,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 +/games/boxart/full_480231AmericaFrontccc.jpg,A Space for the Unbound,PS5,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 +/games/boxart/full_2396054AmericaFrontccc.jpg,A Space for the Unbound,XOne,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 +/games/boxart/full_1092217AmericaFrontccc.jpg,A Winter's Daydream,NS,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 +/games/boxart/full_9537804AmericaFrontccc.jpg,A Winter's Daydream,PC,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 +/games/boxart/full_1589291AmericaFrontccc.jpg,A Winter's Daydream,PSV,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 +/games/boxart/full_4730865AmericaFrontccc.jpg,A Winter's Daydream,PS4,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 +/games/boxart/default.jpg,abc,3DS,Adventure,Unknown,Atooi,,,,,,,,2018-01-03 +/games/boxart/default.jpg,Absolutely Unstoppable MineRun,WiiU,Adventure,Unknown,Shy Egg,,,,,,,,2020-08-19 +/games/boxart/full_7104911AmericaFrontccc.png,ABZU,NS,Adventure,505 Games,Giant Squid Studios,,,,,,,2018-11-29,2019-04-21 +/games/boxart/full_4058161AmericaFrontccc.jpg,Adios,PC,Adventure,Unknown,Mischief,,,,,,,,2021-04-18 +/games/boxart/full_2029713AmericaFrontccc.jpg,Adios,XOne,Adventure,Unknown,Mischief,,,,,,,,2021-04-18 +/games/boxart/full_5415083AmericaFrontccc.png,AeternoBlade,3DS,Adventure,"Corecell Technology Co.,Ltd.","Corecell Technology Co.,Ltd.",,,,,,,2014-02-18,2018-04-14 +/games/boxart/full_1971718AmericaFrontccc.png,AeternoBlade,NS,Adventure,"Corecell Technology Co.,Ltd.","Corecell Technology Co.,Ltd.",,,,,,,2018-02-01,2018-02-04 +/games/boxart/full_7333928AmericaFrontccc.jpg,After Us,XS,Adventure,Unknown,Piccolo,,,,,,,,2022-12-09 +/games/boxart/full_8499923AmericaFrontccc.jpg,After Us,PC,Adventure,Unknown,Piccolo,,,,,,,,2022-12-09 +/games/boxart/full_8578278AmericaFrontccc.jpg,After Us,PS5,Adventure,Unknown,Piccolo,,,,,,,,2022-12-09 +/games/boxart/full_9941477AmericaFrontccc.jpg,Afterparty,NS,Adventure,Night School Studio,Night School Studio,,,,,,,2020-12-30,2018-11-12 +/games/boxart/full_3428926AmericaFrontccc.jpg,Afterparty,XOne,Adventure,Unknown,Night School Studio,,,,,,,,2019-11-18 +/games/boxart/full_8143197AmericaFrontccc.jpg,AI: The Somnium Files,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-09-17,2019-04-06 +/games/boxart/full_687039AmericaFrontccc.jpg,AI: The Somnium Files,NS,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-09-17,2020-05-11 +/games/boxart/full_8508300AmericaFrontccc.jpg,AI: The Somnium Files,PS4,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-09-17,2019-04-06 +/games/boxart/full_3085761AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,NS,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2022-06-24,2022-12-08 +/games/boxart/full_3426327AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,PC,Adventure,Unknown,Spike Chunsoft,,,,,,,,2022-05-26 +/games/boxart/full_1349534AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,PS4,Adventure,Unknown,Spike Chunsoft,,,,,,,,2022-12-08 +/games/boxart/full_3689586AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,XOne,Adventure,Unknown,Spike Chunsoft,,,,,,,,2022-05-26 +/games/boxart/full_9670099AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,XOne,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 +/games/boxart/full_6203697AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,XS,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 +/games/boxart/full_1582582AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,NS,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 +/games/boxart/full_2050638AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,PC,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 +/games/boxart/full_6872814AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,PS4,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 +/games/boxart/full_5353083AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,PS5,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 +/games/boxart/default.jpg,Amnesia: Collection,PC,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 +/games/boxart/default.jpg,Amnesia: Collection,XOne,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 +/games/boxart/default.jpg,Amnesia: Collection,PS4,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 +/games/boxart/default.jpg,Amnesia: Collection,NS,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 +/games/boxart/default.jpg,Amnesia: Collection,Linux,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 +/games/boxart/full_6521118AmericaFrontccc.jpg,Amnesia: Rebirth,PS4,Adventure,Frictional Games,Frictional Games,,,,,,,2020-10-20,2020-03-07 +/games/boxart/full_2345453AmericaFrontccc.jpg,Amnesia: Rebirth,PC,Adventure,Frictional Games,Frictional Games,,,,,,,2020-10-20,2020-03-07 +/games/boxart/full_372234AmericaFrontccc.jpg,Amnesia: Rebirth,PS5,Adventure,Unknown,Frictional Games,,,,,,,,2021-04-30 +/games/boxart/full_4775220AmericaFrontccc.jpg,Among The Sleep,XOne,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2016-06-03,2019-05-19 +/games/boxart/full_1433437AmericaFrontccc.jpg,Among The Sleep,PS4,Adventure,Soedesco,Krillbite Studio,,,,,,,2016-08-16,2018-11-23 +/games/boxart/full_5676949AmericaFrontccc.jpg,Among The Sleep,Linux,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-05-29,2019-05-19 +/games/boxart/full_3878642AmericaFrontccc.jpg,Among Trees,PC,Adventure,FJRD Interactive,FJRD Interactive,,,,,,,2019-01-01,2018-12-06 +/games/boxart/full_3290026AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,XOne,Adventure,Private Division,Panache Digital Games,,,,,,,2019-12-07,2019-04-09 +/games/boxart/full_6142144AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,PS4,Adventure,Private Division,Panache Digital Games,,,,,,,2019-12-07,2019-04-09 +/games/boxart/full_9538796AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,PC,Adventure,Private Division,Panache Digital Games,,,,,,,2019-08-27,2019-04-09 +/games/boxart/default.jpg,Angels of Death,PC,Adventure,Unknown,Stardust KRNKRN,,,,,,,,2018-07-08 +/games/boxart/full_7065288AmericaFrontccc.png,Angels of Death,NS,Adventure,Active Gaming Media,Stardust KRNKRN,,,,,,,2018-06-28,2018-07-08 +/games/boxart/default.jpg,Anna‘s Quest,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2015-07-02,2018-01-05 +/games/boxart/full_459346PALFrontccc.jpg,Another Code: Recollection,NS,Adventure,Unknown,Cing,,,,,,,,2024-01-27 +/games/boxart/full_4517308AmericaFrontccc.jpg,Antenna,PC,Adventure,LWNA,LWNA,,,,,,,2016-04-08,2019-04-22 +/games/boxart/full_5083994AmericaFrontccc.jpg,Antventor,PC,Adventure,LoopyMood,LoopyMood,,,,,,,2018-05-17,2018-06-07 +/games/boxart/full_6333390AmericaFrontccc.png,Apocalypse,PC,Adventure,Unknown,Future Tech,,,,,,,,2019-08-05 +/games/boxart/full_7231267AmericaFrontccc.png,Apocalypse,PS4,Adventure,Unknown,Future Tech,,,,,,,,2019-08-05 +/games/boxart/full_1064588AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,NS,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_2847250AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,PC,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_2122112AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,PS4,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_2263894AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,XOne,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_57714AmericaFrontccc.jpg,Appointment with F.E.A.R.,PC,Adventure,Tin Man Games,Tin Man Games,,,,,,,2014-08-27,2018-08-18 +/games/boxart/full_9337128AmericaFrontccc.jpg,ARK Park,PC,Adventure,Snail Games USA,Snail Games USA,,,,,,,2018-03-22,2018-08-03 +/games/boxart/full_8506872AmericaFrontccc.png,As Dusk Falls,PC,Adventure,Xbox Game Studios,Interior/Night,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_161377AmericaFrontccc.png,As Dusk Falls,XS,Adventure,Xbox Game Studios,Interior/Night,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_9015378AmericaFrontccc.jpg,Avarice: The Final Saga (OS/2 Warp),PC,Adventure,Stardock,Continuous Software Systems,,,,,,,1996-01-01,2018-03-31 +/games/boxart/default.jpg,Baba is You,NS,Adventure,Unknown,Unknown,,,,,,,,2019-03-07 +/games/boxart/full_4942043AmericaFrontccc.jpg,Backfirewall_,PC,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 +/games/boxart/full_2062588AmericaFrontccc.jpg,Backfirewall_,PS4,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 +/games/boxart/full_3727942AmericaFrontccc.jpg,Backfirewall_,PS5,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 +/games/boxart/full_841473AmericaFrontccc.jpg,Backfirewall_,XOne,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 +/games/boxart/full_8521865AmericaFrontccc.jpg,Backfirewall_,XS,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 +/games/boxart/full_3176292AmericaFrontccc.jpg,Backfirewall_,NS,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 +/games/boxart/full_8976884AmericaFrontccc.jpg,Bahnsen Knights,XOne,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 +/games/boxart/full_366946AmericaFrontccc.jpg,Bahnsen Knights,XS,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 +/games/boxart/full_4195577AmericaFrontccc.jpg,Bahnsen Knights,NS,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 +/games/boxart/full_7787262AmericaFrontccc.jpg,Bahnsen Knights,PC,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 +/games/boxart/full_1406457AmericaFrontccc.jpg,Bahnsen Knights,PS4,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 +/games/boxart/full_1817616AmericaFrontccc.jpg,Bahnsen Knights,PS5,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 +/games/boxart/default.jpg,Batman: The Telltale Series,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 +/games/boxart/default.jpg,Batman: The Telltale Series,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 +/games/boxart/default.jpg,Batman: The Telltale Series,X360,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 +/games/boxart/default.jpg,Batman: The Telltale Series,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 +/games/boxart/full_9347459AmericaFrontccc.jpg,Bear and Breakfast,NS,Adventure,Unknown,Armor Games,,,,,,,,2020-10-16 +/games/boxart/full_2976118AmericaFrontccc.jpg,Bear and Breakfast,PC,Adventure,Unknown,Armor Games,,,,,,,,2020-10-16 +/games/boxart/full_9729403AmericaFrontccc.jpg,Beasts of Maravilla Island,PS4,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 +/games/boxart/full_5649436AmericaFrontccc.jpg,Beasts of Maravilla Island,XOne,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 +/games/boxart/full_6522467AmericaFrontccc.jpg,Beasts of Maravilla Island,NS,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 +/games/boxart/full_6704881AmericaFrontccc.jpg,Beasts of Maravilla Island,PC,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 +/games/boxart/full_537582AmericaFrontccc.jpg,Before Your Eyes,PC,Adventure,Unknown,GoodbyeWorld Games,,,,,,,,2023-02-02 +/games/boxart/full_1501442AmericaFrontccc.jpg,Before Your Eyes,PS5,Adventure,Unknown,GoodbyeWorld Games,,,,,,,,2023-02-02 +/games/boxart/full_3109414AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,PS4,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 +/games/boxart/full_7926337AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,PS5,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 +/games/boxart/full_1489118AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,XOne,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 +/games/boxart/full_6797432AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,XS,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 +/games/boxart/full_1265179AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,NS,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 +/games/boxart/full_7110339AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,PC,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 +/games/boxart/full_8257704AmericaFrontccc.jpg,Behind the Frame: The Finest Scenery,PC,Adventure,Unknown,Silver Lining Studio,,,,,,,,2021-06-13 +/games/boxart/full_440660AmericaFrontccc.jpg,Beholder 2,NS,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2019-08-15,2022-07-11 +/games/boxart/full_3032566AmericaFrontccc.png,Beyond a Steel Sky,PS4,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 +/games/boxart/full_7959958AmericaFrontccc.png,Beyond a Steel Sky,PS5,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 +/games/boxart/full_8690663AmericaFrontccc.png,Beyond a Steel Sky,XOne,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 +/games/boxart/full_1368622AmericaFrontccc.png,Beyond a Steel Sky,XS,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 +/games/boxart/full_1767771AmericaFrontccc.png,Beyond a Steel Sky,NS,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 +/games/boxart/full_6144365AmericaFrontccc.png,Beyond a Steel Sky,PC,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 +/games/boxart/full_6122268AmericaFrontccc.jpg,Beyond: Two Souls,PC,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2019-07-22,2019-05-24 +/games/boxart/full_9364804AmericaFrontccc.jpg,Beyond: Two Souls,PS4,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2015-11-24,2018-05-23 +/games/boxart/full_2602351AmericaFrontccc.jpg,Big Walk,PC,Adventure,Unknown,House House,,,,,,,,2023-12-08 +/games/boxart/full_6719322AmericaFrontccc.jpg,Black Book,NS,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 +/games/boxart/full_3698423AmericaFrontccc.jpg,Black Book,PC,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 +/games/boxart/full_3151138AmericaFrontccc.jpg,Black Book,PS4,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 +/games/boxart/full_5121949AmericaFrontccc.jpg,Black Book,XOne,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 +/games/boxart/default.jpg,Blacksad,PC,Adventure,Unknown,Pendulo Studios,,,,,,,,2018-01-05 +/games/boxart/full_2722663PALFrontccc.jpg,Blackwood Crossing,PS4,Adventure,Vision Games,PaperSeven,,,,,,,2017-04-04,2018-05-22 +/games/boxart/full_4525428AmericaFrontccc.jpg,Blair Witch,PC,Adventure,Microsoft Game Studios,Bloober Team,,,,,,,2019-08-30,2019-07-08 +/games/boxart/full_3355830AmericaFrontccc.jpg,Blair Witch,XOne,Adventure,Microsoft Game Studios,Bloober Team,,,,,,,2019-08-30,2019-07-08 +/games/boxart/default.jpg,Blair Witch,NS,Adventure,Unknown,Bloober Team,,,,,,,,2020-08-07 +/games/boxart/full_8413072AmericaFrontccc.png,Blossom Tales: The Sleeping King,NS,Adventure,FDG Entertainment,Castle Pixel,,,,,,,2017-12-21,2018-01-13 +/games/boxart/full_2639265AmericaFrontccc.jpg,Bluey: The Videogame,PS5,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 +/games/boxart/full_161508AmericaFrontccc.jpg,Bluey: The Videogame,XOne,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 +/games/boxart/full_3910960AmericaFrontccc.jpg,Bluey: The Videogame,XS,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 +/games/boxart/full_314592AmericaFrontccc.jpg,Bluey: The Videogame,NS,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 +/games/boxart/full_9926800AmericaFrontccc.jpg,Bluey: The Videogame,PC,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 +/games/boxart/full_3233088AmericaFrontccc.jpg,Bluey: The Videogame,PS4,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 +/games/boxart/full_7135619AmericaFrontccc.png,Bokuhime Project,NS,Adventure,Nippon Ichi Software,Wizard Soft,,,,,,,2020-04-23,2020-02-13 +/games/boxart/full_7390367AmericaFrontccc.png,Bokuhime Project,PS4,Adventure,Nippon Ichi Software,Wizard Soft,,,,,,,2020-04-23,2020-02-13 +/games/boxart/full_1833949AmericaFrontccc.jpg,Boy Loves Girl,iOS,Adventure,Unknown,Grubby Hands,,,,,,,,2022-08-10 +/games/boxart/default.jpg,Bramble: The Mountain King,PC,Adventure,Unknown,Dimfrost Studio,,,,,,,,2021-06-12 +/games/boxart/full_1490635AmericaFrontccc.jpg,Breathing Fear,NS,Adventure,Qubic Games,Drageus Games / QubicGames S.A.,,,,,,,2019-12-06,2020-03-17 +/games/boxart/full_4195989AmericaFrontccc.jpeg,BROK the InvestiGator,PS4,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 +/games/boxart/full_5707785AmericaFrontccc.jpeg,BROK the InvestiGator,PS5,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 +/games/boxart/full_9873488AmericaFrontccc.jpeg,BROK the InvestiGator,XOne,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 +/games/boxart/full_6764052AmericaFrontccc.jpeg,BROK the InvestiGator,NS,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 +/games/boxart/full_749686AmericaFrontccc.jpeg,BROK the InvestiGator,PC,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 +/games/boxart/full_5256280AmericaFrontccc.jpg,Broken Delusion,NS,Adventure,bilibili,Zhaijidian,,,,,,,2019-12-01,2019-08-05 +/games/boxart/full_5012528AmericaFrontccc.jpg,Broken Delusion,PC,Adventure,bilibili,Zhaijidian,,,,,,,2019-12-01,2019-08-05 +/games/boxart/full_1866779AmericaFrontccc.jpg,Broken Delusion,PS4,Adventure,bilibili,Zhaijidian,,,,,,,2019-12-01,2019-08-05 +/games/boxart/full_6158676AmericaFrontccc.jpg,Broken Pieces,PC,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 +/games/boxart/full_7940713AmericaFrontccc.jpg,Broken Pieces,PS4,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 +/games/boxart/full_2113088AmericaFrontccc.jpg,Broken Pieces,PS5,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 +/games/boxart/full_4439474AmericaFrontccc.jpg,Broken Pieces,XOne,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 +/games/boxart/full_2333689AmericaFrontccc.jpg,Broken Pieces,XS,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 +/games/boxart/full_7239989AmericaFrontccc.jpg,Broken Sword 5: The Serpent's Curse,NS,Adventure,Revolution Software,Revolution Software,,,,,,,2018-09-21,2018-08-13 +/games/boxart/full_2501588AmericaFrontccc.jpg,Brothers: A Tale of Two Sons,NS,Adventure,505 Games,Starbreeze Studios,,,,,,,2019-05-28,2019-05-24 +/games/boxart/full_5392205AmericaFrontccc.jpg,Brothers: A Tale of Two Sons Remake,PS5,Adventure,Unknown,Avantgarden SRL,,,,,,,,2023-12-07 +/games/boxart/full_3389892AmericaFrontccc.jpg,Brothers: A Tale of Two Sons Remake,XS,Adventure,Unknown,Avantgarden SRL,,,,,,,,2023-12-07 +/games/boxart/full_4081979AmericaFrontccc.jpg,Brothers: A Tale of Two Sons Remake,PC,Adventure,Unknown,Avantgarden SRL,,,,,,,,2023-12-07 +/games/boxart/full_5880334AmericaFrontccc.jpg,Bugsnax,PS5,Adventure,Young Horses,Young Horses,,,,,,,2020-12-01,2020-06-13 +/games/boxart/full_2205499AmericaFrontccc.jpg,Bugsnax,XS,Adventure,Unknown,Young Horses,,,,,,,,2022-05-06 +/games/boxart/full_3385155AmericaFrontccc.jpg,Bugsnax,XOne,Adventure,Unknown,Young Horses,,,,,,,,2022-05-06 +/games/boxart/full_1514779AmericaFrontccc.jpg,Bugsnax,PC,Adventure,Young Horses,Young Horses,,,,,,,2020-12-01,2020-06-13 +/games/boxart/full_684504AmericaFrontccc.jpg,Bugsnax,PS4,Adventure,Young Horses,Young Horses,,,,,,,2020-12-01,2020-06-13 +/games/boxart/full_685027AmericaFrontccc.jpg,Bugsnax,NS,Adventure,Unknown,Young Horses,,,,,,,,2022-05-06 +/games/boxart/full_333168AmericaFrontccc.png,Bulb Boy,NS,Adventure,Bulbware,Bulbware,,,,,,,2017-07-06,2018-02-04 +/games/boxart/full_1782329AmericaFrontccc.jpg,Burn Cycle,CDi,Adventure,Philips Interactive Media,TripMedia,,,,,,,1994-01-01,2018-07-06 +/games/boxart/full_3443152AmericaFrontccc.jpg,Button City,PC,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 +/games/boxart/full_6927823AmericaFrontccc.jpg,Button City,PS4,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 +/games/boxart/full_8653324AmericaFrontccc.jpg,Button City,PS5,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 +/games/boxart/full_5077093AmericaFrontccc.jpg,Button City,XS,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 +/games/boxart/full_8036885AmericaFrontccc.jpg,Button City,XOne,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 +/games/boxart/full_9870077AmericaFrontccc.jpg,Button City,NS,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 +/games/boxart/full_1282503AmericaFrontccc.jpg,Call of the Sea,PC,Adventure,Raw Fury,Out of the Blue,,,,,,,2020-12-01,2020-05-07 +/games/boxart/full_5487848AmericaFrontccc.jpg,Call of the Sea,XOne,Adventure,Raw Fury,Out of the Blue,,,,,,,2020-12-01,2020-05-07 +/games/boxart/full_2403119AmericaFrontccc.jpg,Call of the Sea,XS,Adventure,Raw Fury,Out of the Blue,,,,,,,2020-12-01,2020-05-07 +/games/boxart/full_1822193AmericaFrontccc.jpg,Card Shark,PC,Adventure,Unknown,Nerial,,,,,,,,2022-05-31 +/games/boxart/full_677834AmericaFrontccc.jpg,Card Shark,NS,Adventure,Unknown,Nerial,,,,,,,,2022-05-31 +/games/boxart/full_295325AmericaFrontccc.jpg,Chants of Sennaar,PS4,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 +/games/boxart/full_3525543AmericaFrontccc.jpg,Chants of Sennaar,XOne,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 +/games/boxart/full_7668924AmericaFrontccc.jpg,Chants of Sennaar,XS,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 +/games/boxart/full_3204649AmericaFrontccc.jpg,Chants of Sennaar,NS,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 +/games/boxart/full_8661678AmericaFrontccc.jpg,Chants of Sennaar,PC,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 +/games/boxart/full_4102992PALFrontccc.jpg,Chaos on Deponia,PS4,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2017-12-06,2018-09-21 +/games/boxart/full_5957351AmericaFrontccc.jpg,Chasing Static,XOne,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 +/games/boxart/full_3096139AmericaFrontccc.jpg,Chasing Static,XS,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 +/games/boxart/full_4729787AmericaFrontccc.jpg,Chasing Static,NS,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 +/games/boxart/full_5134061AmericaFrontccc.jpg,Chasing Static,PC,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 +/games/boxart/full_8944473AmericaFrontccc.jpg,Chasing Static,PS4,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 +/games/boxart/full_4220595AmericaFrontccc.jpg,Chasing Static,PS5,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 +/games/boxart/full_7133427AmericaFrontccc.jpg,Chicory: A Colorful Tale,PC,Adventure,Unknown,Greg Lobanov,,,,,,,,2021-07-30 +/games/boxart/full_3868215AmericaFrontccc.jpg,Chicory: A Colorful Tale,PS4,Adventure,Unknown,Greg Lobanov,,,,,,,,2021-07-30 +/games/boxart/full_656820AmericaFrontccc.jpg,Chicory: A Colorful Tale,PS5,Adventure,Unknown,Greg Lobanov,,,,,,,,2021-07-30 +/games/boxart/full_8022831AmericaFrontccc.jpg,Children of Silentown,PS4,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 +/games/boxart/full_9155542AmericaFrontccc.jpg,Children of Silentown,PS5,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 +/games/boxart/full_3732485AmericaFrontccc.jpg,Children of Silentown,XOne,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 +/games/boxart/full_920055AmericaFrontccc.jpg,Children of Silentown,XS,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 +/games/boxart/full_4664705AmericaFrontccc.jpg,Children of Silentown,NS,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 +/games/boxart/full_6117629AmericaFrontccc.jpg,Children of Silentown,PC,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 +/games/boxart/full_5624445AmericaFrontccc.jpg,Chorus: Rise as One,PC,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 +/games/boxart/full_8308576AmericaFrontccc.jpg,Chorus: Rise as One,PS5,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 +/games/boxart/full_9446405AmericaFrontccc.jpg,Chorus: Rise as One,PS4,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 +/games/boxart/full_528516AmericaFrontccc.jpg,Chorus: Rise as One,XOne,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 +/games/boxart/full_1991904AmericaFrontccc.jpg,Chorus: Rise as One,XS,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 +/games/boxart/full_1970230AmericaFrontccc.jpg,Cions of Vega,XS,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 +/games/boxart/full_8112794AmericaFrontccc.jpg,Cions of Vega,PC,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 +/games/boxart/full_7301201AmericaFrontccc.jpg,Cions of Vega,PS4,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 +/games/boxart/full_3072234AmericaFrontccc.jpg,Cions of Vega,PS5,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 +/games/boxart/full_302452AmericaFrontccc.jpg,Cions of Vega,XOne,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 +/games/boxart/full_501503AmericaFrontccc.jpg,Citizen Sleeper,NS,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 +/games/boxart/full_925002AmericaFrontccc.jpg,Citizen Sleeper,PC,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 +/games/boxart/full_2088760AmericaFrontccc.jpg,Citizen Sleeper,XOne,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 +/games/boxart/full_8380796AmericaFrontccc.jpg,Citizen Sleeper,XS,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 +/games/boxart/full_1258774AmericaFrontccc.jpg,Close to the Sun,XOne,Adventure,Wired Productions,Storm in a Teacup,,,,,,,2019-12-01,2019-05-19 +/games/boxart/full_2601514AmericaFrontccc.jpg,Close to the Sun,PC,Adventure,Wired Productions,Storm in a Teacup,,,,,,,2019-05-02,2019-05-19 +/games/boxart/full_3226755AmericaFrontccc.jpg,Close to the Sun,PS4,Adventure,Wired Productions,Storm in a Teacup,,,,,,,2019-12-01,2019-05-19 +/games/boxart/full_869575AmericaFrontccc.jpg,Cloudpunk,NS,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-10-15,2020-09-07 +/games/boxart/full_5148422AmericaFrontccc.jpg,Cloudpunk,PC,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-04-23,2020-09-07 +/games/boxart/full_1180997AmericaFrontccc.jpg,Cloudpunk,PS4,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-10-15,2020-09-07 +/games/boxart/full_5840231AmericaFrontccc.jpg,Cloudpunk,XOne,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-10-15,2020-09-07 +/games/boxart/full_4132617AmericaFrontccc.jpg,Cocoon,PS5,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 +/games/boxart/full_8591714AmericaFrontccc.jpg,Cocoon,XOne,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 +/games/boxart/full_2134664AmericaFrontccc.jpg,Cocoon,XS,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 +/games/boxart/full_8364699AmericaFrontccc.jpg,Cocoon,NS,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 +/games/boxart/full_1796506AmericaFrontccc.jpg,Cocoon,PC,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 +/games/boxart/full_342675AmericaFrontccc.jpg,Cocoon,PS4,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 +/games/boxart/full_2641428AmericaFrontccc.jpg,Coloropus,PC,Adventure,Unknown,Big Fish Games,,,,,,,,2022-08-07 +/games/boxart/full_4849536AmericaFrontccc.png,Contraband,PC,Adventure,Unknown,Avalanche Studios,,,,,,,,2021-06-13 +/games/boxart/full_132679AmericaFrontccc.png,Contraband,XS,Adventure,Unknown,Avalanche Studios,,,,,,,,2021-06-13 +/games/boxart/full_781618AmericaFrontccc.jpg,Control,PC,Adventure,505 Games,Remedy,,,,,,,2019-08-27,2019-05-26 +/games/boxart/full_1969561PALFrontccc.jpg,Control,PS4,Adventure,505 Games,Remedy,,,,,,,2019-08-27,2019-05-26 +/games/boxart/full_6245179PALFrontccc.jpg,Control,XOne,Adventure,505 Games,Remedy,,,,,,,2019-08-27,2019-05-26 +/games/boxart/full_5374129AmericaFrontccc.jpg,Corpse Party: Blood Drive,PSV,Adventure,Xseed Games,Team GrisGris,,,,,,,2015-10-13,2018-03-31 +/games/boxart/full_3441664AmericaFrontccc.jpg,Corpse Party: Blood Drive,PC,Adventure,Xseed Games,MAGES. Inc.,,,,,,,2019-10-10,2019-10-07 +/games/boxart/full_6524705AmericaFrontccc.jpg,Corpse Party: Blood Drive,NS,Adventure,Xseed Games,MAGES. Inc.,,,,,,,2019-10-10,2019-10-07 +/games/boxart/full_5120352AmericaFrontccc.jpg,Cosmonious High,PS5,Adventure,Unknown,Owlchemy Labs,,,,,,,,2023-01-22 +/games/boxart/full_1733601AmericaFrontccc.jpg,Cosmonious High,PC,Adventure,Unknown,Owlchemy Labs,,,,,,,,2022-11-20 +/games/boxart/full_9087902AmericaFrontccc.jpg,Danganronpa V3: Killing Harmony,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2017-09-26,2018-12-17 +/games/boxart/full_5743375JapanFrontccc.jpg,Darius: Cozmic Collection,NS,Adventure,Taito,Taito,,,,,,,2019-02-28,2019-02-24 +/games/boxart/full_5695909AmericaFrontccc.jpg,Datura,PS3,Adventure,Unknown,Plastic,,,,,,,,2022-08-11 +/games/boxart/full_3977554AmericaFrontccc.png,Dead Synchronicity: Tomorrow Comes Today,NS,Adventure,Badland Studio,Fictiorama Studios,,,,,,,2017-11-21,2018-03-11 +/games/boxart/full_7550427AmericaFrontccc.jpeg,Death Come True,PS4,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-10-15,2019-12-17 +/games/boxart/full_342336AmericaFrontccc.jpeg,Death Come True,iOS,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-06-25,2019-12-17 +/games/boxart/full_5984891AmericaFrontccc.jpeg,Death Come True,PC,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-07-17,2019-12-17 +/games/boxart/full_8819391AmericaFrontccc.jpeg,Death Come True,NS,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-06-25,2019-12-17 +/games/boxart/full_4512822AmericaFrontccc.jpg,Death March Club,PC,Adventure,Too Kyo Games,Too Kyo Games,,,,,,,2020-12-01,2019-06-18 +/games/boxart/full_6230345AmericaFrontccc.jpg,Death Stranding 2,PS5,Adventure,Unknown,Kojima Productions,,,,,,,,2022-12-09 +/games/boxart/full_8177103AmericaFrontccc.jpg,Deliver Us Mars,XOne,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 +/games/boxart/full_7987142AmericaFrontccc.jpg,Deliver Us Mars,XS,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 +/games/boxart/full_4650893AmericaFrontccc.jpg,Deliver Us Mars,PC,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 +/games/boxart/full_4813679AmericaFrontccc.jpg,Deliver Us Mars,PS4,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 +/games/boxart/full_5552747AmericaFrontccc.jpg,Deliver Us Mars,PS5,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 +/games/boxart/full_4464566AmericaFrontccc.jpg,Deliver Us The Moon,PC,Adventure,Unknown,KeokeN Interactive,,,,,,,,2019-10-27 +/games/boxart/full_9706159AmericaFrontccc.jpg,Deliver Us The Moon,PS4,Adventure,Unknown,KeokeN Interactive,,,,,,,,2019-10-27 +/games/boxart/full_2906201AmericaFrontccc.jpg,Deliver Us The Moon,XOne,Adventure,Unknown,KeokeN Interactive,,,,,,,,2019-10-27 +/games/boxart/full_118683AmericaFrontccc.png,DELTARUNE,NS,Adventure,8-4,Toby Fox,,,,,,,2019-02-28,2019-02-13 +/games/boxart/full_4268533AmericaFrontccc.png,DELTARUNE,PC,Adventure,Toby Fox,Toby Fox,,,,,,,2018-10-31,2019-02-13 +/games/boxart/full_4048956AmericaFrontccc.png,DELTARUNE,PS4,Adventure,8-4,Toby Fox,,,,,,,2019-02-28,2019-02-13 +/games/boxart/full_4741644AmericaFrontccc.jpg,Detective Grimoire,Linux,Adventure,SFB Games,SFB Games,,,,,,,2014-08-18,2018-08-10 +/games/boxart/full_2859314AmericaFrontccc.jpg,Detective Pikachu,Series,Adventure,Nintendo,Creatures,,,,,,,2018-03-23,2023-06-21 +/games/boxart/full_8693732AmericaFrontccc.png,Detective Pikachu Returns,NS,Adventure,Unknown,Game Freak,,,,,,,,2023-06-21 +/games/boxart/full_9140476AmericaFrontccc.png,Detention,NS,Adventure,Coconut Island Games,Red Candle Games,,,,,,,2018-03-01,2018-02-22 +/games/boxart/default.jpg,Dev Guy,PC,Adventure,Unknown,Daniel Jonathan Bourke,,,,,,,,2019-03-29 +/games/boxart/full_8068289AmericaFrontccc.png,Discovery,WiiU,Adventure,Unknown,noowanda,,,,,,,,2018-01-05 +/games/boxart/default.jpg,Discovery,Ouya,Adventure,Unknown,noowanda,,,,,,,,2018-01-05 +/games/boxart/full_2348324AmericaFrontccc.jpg,Disney Movies VR,OR,Adventure,Disney Online,Disney Online,,,,,,,2017-03-17,2021-10-27 +/games/boxart/full_1538241AmericaFrontccc.jpg,DISTRAINT: Deluxe Edition,PSV,Adventure,Unknown,Jesse Makkonen,,,,,,,,2019-09-26 +/games/boxart/full_5176202AmericaFrontccc.png,Don't Knock Twice,NS,Adventure,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2017-10-17,2018-02-03 +/games/boxart/full_4653528AmericaFrontccc.png,Donut County,PS4,Adventure,Annapurna Interactive,Ben Esposito,,,,,,,2018-08-28,2018-04-28 +/games/boxart/full_5537798JapanFrontccc.jpg,Doraemon: Nobita's Chronicle of the Moon Exploration,NS,Adventure,FuRyu Corporation,FuRyu,,,,,,,2019-02-28,2019-03-21 +/games/boxart/full_2990AmericaFrontccc.jpg,Dracula 4: The Shadow of the Dragon,All,Adventure,Anuman,Koalabs Studio,,,,,,,2013-06-18,2021-03-09 +/games/boxart/full_1675855AmericaFrontccc.jpg,Dracula 5: The Blood Legacy,All,Adventure,Anuman,Koalabs Studio,,,,,,,2013-11-02,2021-03-09 +/games/boxart/full_4269387AmericaFrontccc.png,DragoDino,NS,Adventure,Plug In Digital,Plug In Digital,,,,,,,2018-04-27,2018-03-23 +/games/boxart/full_6274459AmericaFrontccc.jpg,Draugen,XOne,Adventure,Unknown,Red Thread Games,,,,,,,,2020-03-16 +/games/boxart/full_4013274AmericaFrontccc.jpg,Draugen,PC,Adventure,Unknown,Red Thread Games,,,,,,,,2020-03-16 +/games/boxart/full_4869183AmericaFrontccc.jpg,Draugen,PS4,Adventure,Unknown,Red Thread Games,,,,,,,,2020-03-16 +/games/boxart/default.jpg,Draw a Stickman: EPIC 2,WiiU,Adventure,Unknown,Hitcents,,,,,,,,2018-03-15 +/games/boxart/full_4049489AmericaFrontccc.png,Draw a Stickman: EPIC 2,NS,Adventure,Hitcents,Hitcents,,,,,,,2018-01-11,2018-03-15 +/games/boxart/default.jpg,Draw a Stickman: EPIC 2,PC,Adventure,Hitcents,Hitcents,,,,,,,2015-11-06,2018-03-15 +/games/boxart/full_76232AmericaFrontccc.jpg,DREDGE,XS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 +/games/boxart/full_1070045AmericaFrontccc.jpg,DREDGE,NS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 +/games/boxart/full_9456177AmericaFrontccc.jpg,DREDGE,PC,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 +/games/boxart/full_8333661AmericaFrontccc.jpg,DREDGE,PS4,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 +/games/boxart/full_8154833AmericaFrontccc.jpg,DREDGE,PS5,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 +/games/boxart/full_45022AmericaFrontccc.jpg,DREDGE,XOne,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 +/games/boxart/full_9318567AmericaFrontccc.jpg,DREDGE - The Pale Reach,XS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 +/games/boxart/full_860152AmericaFrontccc.jpg,DREDGE - The Pale Reach,NS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 +/games/boxart/full_5142514AmericaFrontccc.jpg,DREDGE - The Pale Reach,PC,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 +/games/boxart/full_5014703AmericaFrontccc.jpg,DREDGE - The Pale Reach,PS4,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 +/games/boxart/full_5516721AmericaFrontccc.jpg,DREDGE - The Pale Reach,PS5,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 +/games/boxart/full_4329411AmericaFrontccc.jpg,DREDGE - The Pale Reach,XOne,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 +/games/boxart/default.jpg,"Duke Grabowski, Mighty Swashbuckler",Linux,Adventure,Unknown,Venture Moon Games,,,,,,,,2018-01-06 +/games/boxart/full_8930381AmericaFrontccc.jpeg,"Duke Grabowski, Mighty Swashbuckler",PC,Adventure,Alliance Digital Media,Venture Moon Games,,,,,,,2016-10-06,2018-01-06 +/games/boxart/default.jpg,"Duke Grabowski, Mighty Swashbuckler",OSX,Adventure,Unknown,Venture Moon Games,,,,,,,,2018-01-06 +/games/boxart/full_4944209AmericaFrontccc.jpg,Dustborn,XS,Adventure,Red Thread Games,Red Thread Games,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_2417637AmericaFrontccc.jpg,Dustborn,PC,Adventure,Red Thread Games,Red Thread Games,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_3368304AmericaFrontccc.jpg,Dustborn,PS5,Adventure,Red Thread Games,Red Thread Games,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_2032630AmericaFrontccc.jpg,Eastward,PC,Adventure,Chucklefish,Pixpil,,,,,,,2020-12-30,2018-04-30 +/games/boxart/full_8840580AmericaFrontccc.jpg,Echo Generation,PC,Adventure,Cococucumber,Cococucumber,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_3638001AmericaFrontccc.jpg,Echo Generation,XS,Adventure,Cococucumber,Cococucumber,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_741250AmericaFrontccc.jpg,Echo Generation,XOne,Adventure,Cococucumber,Cococucumber,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_8666912AmericaFrontccc.jpg,EDENGATE: The Edge of Life,PS4,Adventure,Unknown,HOOK,,,,,,,,2022-12-01 +/games/boxart/full_3264954AmericaFrontccc.jpg,EDENGATE: The Edge of Life,XOne,Adventure,Unknown,HOOK,,,,,,,,2022-12-01 +/games/boxart/full_6140382AmericaFrontccc.jpg,EDENGATE: The Edge of Life,PC,Adventure,Unknown,HOOK,,,,,,,,2022-12-01 +/games/boxart/full_4642542AmericaFrontccc.png,Edna & Harvey: Harvey's New Eyes,All,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2011-08-26,2021-04-01 +/games/boxart/default.jpg,El Hijo,PC,Adventure,Unknown,HandyGames,,,,,,,,2019-06-10 +/games/boxart/full_5149029AmericaFrontccc.jpg,ELEA,PC,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 +/games/boxart/full_3857801AmericaFrontccc.jpg,ELEA,PS4,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 +/games/boxart/full_638887AmericaFrontccc.jpg,ELEA,XOne,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 +/games/boxart/full_1905542AmericaFrontccc.png,ELEA: Paradigm Shift,NS,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 +/games/boxart/full_2408158AmericaFrontccc.jpeg,Epistory,PC,Adventure,Unknown,Fishing Cactus,,,,,,,,2017-12-31 +/games/boxart/full_2608096AmericaFrontccc.jpg,Erica,PS4,Adventure,Sony Interactive Entertainment,Flavourworks,,,,,,,2019-08-19,2018-04-07 +/games/boxart/full_2699354AmericaFrontccc.png,Escape Trick: 35 Fateful Enigmas,NS,Adventure,D3 Publisher,D3 Publisher,,,,,,,2018-02-15,2018-03-12 +/games/boxart/full_4021187AmericaFrontccc.jpg,Evil Inside,PC,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 +/games/boxart/full_9061709AmericaFrontccc.jpg,Evil Inside,PS5,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 +/games/boxart/full_3387110AmericaFrontccc.jpg,Evil Inside,PS4,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 +/games/boxart/full_7629853AmericaFrontccc.jpg,Evil Inside,XS,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 +/games/boxart/full_9807842AmericaFrontccc.jpg,Evil Inside,XOne,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 +/games/boxart/full_6055406AmericaFrontccc.jpg,Evil Inside,NS,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 +/games/boxart/full_8418860AmericaFrontccc.jpg,FAR: Changing Tides,PS5,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 +/games/boxart/full_4360507AmericaFrontccc.jpg,FAR: Changing Tides,PS4,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 +/games/boxart/full_9359441AmericaFrontccc.jpg,FAR: Changing Tides,XOne,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 +/games/boxart/full_7485643AmericaFrontccc.jpg,FAR: Changing Tides,NS,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 +/games/boxart/full_2418509AmericaFrontccc.jpg,FAR: Changing Tides,PC,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 +/games/boxart/full_8622760AmericaFrontccc.jpg,FAR: Changing Tides,XS,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 +/games/boxart/full_1538575AmericaFrontccc.jpg,FAR: Lone Sails,XOne,Adventure,Mixtvision,Okomotive,,,,,,,2019-04-02,2019-03-31 +/games/boxart/full_3406482AmericaFrontccc.jpg,FAR: Lone Sails,PS4,Adventure,Mixtvision,Okomotive,,,,,,,2019-04-02,2019-03-31 +/games/boxart/full_3504353AmericaFrontccc.jpg,FAR: Lone Sails,OSX,Adventure,Mixtvision,Okomotive,,,,,,,2018-05-17,2019-03-31 +/games/boxart/full_5099438AmericaFrontccc.jpg,FAR: Lone Sails,NS,Adventure,Mixtvision,Okomotive,,,,,,,2019-08-18,2019-08-09 +/games/boxart/full_6099285AmericaFrontccc.jpg,FAR: Lone Sails,PC,Adventure,Mixtvision,Okomotive,,,,,,,2018-05-17,2019-03-31 +/games/boxart/full_1118462AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,PS5,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 +/games/boxart/full_3154970AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,XOne,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 +/games/boxart/full_2896021AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,XS,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 +/games/boxart/full_8853938AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,NS,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 +/games/boxart/full_2779515AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,PC,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 +/games/boxart/full_3255784AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,PS4,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 +/games/boxart/default.jpg,FATED: The Silent Oath,OR,Adventure,Unknown,Frima Studio,,,,,,,,2022-03-15 +/games/boxart/default.jpg,Fathom,Int,Adventure,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9263802AmericaFrontccc.png,Fe,NS,Adventure,EA Originals,Zoink Games,,,,,,,2018-02-16,2018-02-05 +/games/boxart/full_2603382AmericaFrontccc.jpeg,Finding Paradise,PC,Adventure,Freebird Games,Freebird Games,,,,,,,2017-12-14,2018-01-17 +/games/boxart/full_9456397AmericaFrontccc.png,Firewatch,NS,Adventure,Campo Santo,Campo Santo,,,,,,,2018-12-17,2018-12-08 +/games/boxart/full_2245681AmericaFrontccc.jpg,FixFox,PC,Adventure,Unknown,Rendlike,,,,,,,,2022-04-15 +/games/boxart/default.jpg,Fran Bow,iOS,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 +/games/boxart/full_1436906AmericaFrontccc.jpg,Fran Bow,PS4,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 +/games/boxart/default.jpg,Fran Bow,OSX,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Fran Bow,And,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 +/games/boxart/full_6959296AmericaFrontccc.jpg,Fran Bow,XOne,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 +/games/boxart/default.jpg,Fran Bow,Linux,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 +/games/boxart/full_6410610AmericaFrontccc.jpg,Fran Bow,XS,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 +/games/boxart/full_5812531AmericaFrontccc.jpg,Fran Bow,NS,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 +/games/boxart/full_7479613AmericaFrontccc.jpg,Fuga: Melodies of Steel,XS,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 +/games/boxart/full_1430506AmericaFrontccc.jpg,Fuga: Melodies of Steel,NS,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 +/games/boxart/full_2815853AmericaFrontccc.jpg,Fuga: Melodies of Steel,PC,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 +/games/boxart/full_2300890AmericaFrontccc.jpg,Fuga: Melodies of Steel,PS5,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 +/games/boxart/full_4685507AmericaFrontccc.jpg,Fuga: Melodies of Steel,PS4,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 +/games/boxart/full_2663152AmericaFrontccc.jpg,Fuga: Melodies of Steel,XOne,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 +/games/boxart/full_3698474AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_47211AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_7948767AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_7674850AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_3265245AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_2212499AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_5240820AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_4894477AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_1274551AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_7708758AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_9150521AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_922672AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_9441227AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_1703459AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_6947612AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_7977157AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_3106490AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_9212624AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_4108821AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/full_3183938AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 +/games/boxart/default.jpg,Genesis Noir,PC,Adventure,Unknown,Feral Cat Den,,,,,,,,2019-06-10 +/games/boxart/full_119283AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,XOne,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 +/games/boxart/full_5664412AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,NS,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 +/games/boxart/full_5075417AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,PC,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 +/games/boxart/full_6461431AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,PS4,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 +/games/boxart/full_7461467AmericaFrontccc.jpg,Giraffe and Annika,NS,Adventure,Unknown,atelier mimina,,,,,,,,2020-01-13 +/games/boxart/full_8861324AmericaFrontccc.jpg,Giraffe and Annika,PC,Adventure,Playism,atelier mimina,,,,,,,2020-02-18,2020-01-13 +/games/boxart/full_4659181AmericaFrontccc.jpg,Giraffe and Annika,PS4,Adventure,Unknown,atelier mimina,,,,,,,,2020-01-13 +/games/boxart/full_9664693PALFrontccc.jpg,Golf Story,NS,Adventure,Sidebar Games,Sidebar Games,8,,,,,,2017-09-28,2018-01-03 +/games/boxart/full_9304676AmericaFrontccc.jpg,Goodbye Volcano High,PS5,Adventure,KO_OP Mode,KO_OP Mode,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_4679464AmericaFrontccc.jpg,Goodbye Volcano High,PS4,Adventure,KO_OP Mode,KO_OP Mode,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_4371923AmericaFrontccc.jpg,Goodbye Volcano High,PC,Adventure,KO_OP Mode,KO_OP Mode,,,,,,,2021-12-01,2020-06-11 +/games/boxart/default.jpg,Goosebumps: The Game,PS4,Adventure,Unknown,WayForward,,,,,,,,2018-06-14 +/games/boxart/default.jpg,Goosebumps: The Game,PC,Adventure,Unknown,WayForward,,,,,,,,2018-06-14 +/games/boxart/default.jpg,Goosebumps: The Game,PS3,Adventure,Unknown,WayForward,,,,,,,,2018-06-14 +/games/boxart/full_2742227AmericaFrontccc.jpg,Grim Fandango Remastered,PS4,Adventure,Unknown,Double Fine Productions,,,,,,,,2019-07-30 +/games/boxart/full_3067333AmericaFrontccc.png,GRIS,NS,Adventure,Devolver Digital,Nomada Studio,,,,,,,2018-12-13,2018-11-10 +/games/boxart/default.jpg,Gun Gun Pixies,PC,Adventure,PQube,Compile Heart,,,,,,,2019-09-06,2019-08-07 +/games/boxart/full_2367427PALFrontccc.jpg,Gun Gun Pixies,NS,Adventure,PQube,Compile Heart,,,,,,,2019-09-06,2019-08-07 +/games/boxart/full_4409922AmericaFrontccc.jpg,Harold Halibut,XOne,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 +/games/boxart/full_2383681AmericaFrontccc.jpg,Harold Halibut,XS,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 +/games/boxart/full_1747474AmericaFrontccc.jpg,Harold Halibut,PC,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 +/games/boxart/full_132427AmericaFrontccc.jpg,Harold Halibut,PS4,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 +/games/boxart/full_4267026AmericaFrontccc.jpg,Harold Halibut,PS5,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 +/games/boxart/full_1122971JapanFrontccc.jpg,Harukanaru Toki no Naka de 6 DX,NS,Adventure,Koei Tecmo,Ruby Party,,,,,,,2019-03-14,2019-03-22 +/games/boxart/full_1378848AmericaFrontccc.jpg,Harvester,PC,Adventure,Merit Studios,DigiFX Interactive,,,,,,,1996-08-31,2018-06-28 +/games/boxart/full_8248327AmericaFrontccc.png,Headliner: NoviNews,NS,Adventure,Chorus Worldwide Games,Unbound Creations,,,,,,,2019-09-05,2019-09-02 +/games/boxart/default.jpg,Headliner: NoviNews,PC,Adventure,Unknown,Unbound Creations,,,,,,,,2019-09-02 +/games/boxart/full_6253797AmericaFrontccc.jpg,Headspun,XOne,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 +/games/boxart/full_1741324AmericaFrontccc.jpg,Headspun,PC,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 +/games/boxart/full_8169136AmericaFrontccc.jpg,Headspun,NS,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 +/games/boxart/full_1345352AmericaFrontccc.jpg,Headspun,PS4,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 +/games/boxart/full_6072498AmericaFrontccc.jpg,Heartbound,PC,Adventure,Pirate Software,Pirate Software,,,,,,,2018-12-25,2019-02-24 +/games/boxart/full_8555322AmericaFrontccc.jpg,Heavy Rain,PC,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2019-06-24,2019-05-24 +/games/boxart/full_4300418AmericaFrontccc.jpg,Helmet Heroes,PC,Adventure,Helmet Games,Helmet Games,,,,,,,2016-10-03,2019-04-08 +/games/boxart/full_8676229PALFrontccc.jpeg,Her Majesty's SPIFFING,PS4,Adventure,Unknown,Billy Goat Entertainment,,,,,,,,2018-02-02 +/games/boxart/full_768782AmericaFrontccc.jpg,Her Majesty's SPIFFING,XOne,Adventure,Unknown,Billy Goat Entertainment,,,,,,,,2018-02-04 +/games/boxart/full_716061AmericaFrontccc.png,Her Majesty's SPIFFING,NS,Adventure,Billy Goat Entertainment,Billy Goat Entertainment,,,,,,,2018-02-01,2018-02-02 +/games/boxart/default.jpg,Her Story,And,Adventure,Unknown,Sam Barlow,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Her Story,OSX,Adventure,Unknown,Sam Barlow,,,,,,,,2018-01-06 +/games/boxart/full_9119102AmericaFrontccc.png,Hidden Runaway,PC,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-03-04 +/games/boxart/full_1362935AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,PS5,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 +/games/boxart/full_9395282AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,NS,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 +/games/boxart/full_9407771AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,PC,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 +/games/boxart/full_5816560AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,iOS,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 +/games/boxart/full_4581771AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,XS,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 +/games/boxart/full_754764AmericaFrontccc.jpg,Hindsight,XS,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 +/games/boxart/full_6870438AmericaFrontccc.jpg,Hindsight,NS,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 +/games/boxart/full_2510852AmericaFrontccc.jpg,Hindsight,PC,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 +/games/boxart/full_6212508AmericaFrontccc.jpg,Hindsight,PS4,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 +/games/boxart/full_7900866AmericaFrontccc.jpg,Hindsight,PS5,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 +/games/boxart/full_4229282AmericaFrontccc.jpg,Hindsight,XOne,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 +/games/boxart/full_5989043AmericaFrontccc.jpg,Hitchhiker,PS4,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 +/games/boxart/full_2364157AmericaFrontccc.jpg,Hitchhiker,XOne,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 +/games/boxart/full_9635380AmericaFrontccc.jpg,Hitchhiker,NS,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 +/games/boxart/full_7994136AmericaFrontccc.jpg,Hitchhiker,PC,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 +/games/boxart/full_8848771AmericaFrontccc.png,Hollow,NS,Adventure,Forever Entertainment S.A.,MMEU,,,,,,,2018-02-22,2018-02-23 +/games/boxart/full_6060789AmericaFrontccc.jpg,Hollow Cocoon,PC,Adventure,Unknown,NAYUTA STUDIO,,,,,,,,2023-11-12 +/games/boxart/full_4372515AmericaFrontccc.jpg,Home Sweet Home (2017),XOne,Adventure,Mastiff,"YGGDRAZIL GROUP CO.,LTD",,,,,,,2018-10-16,2018-08-07 +/games/boxart/full_3900851AmericaFrontccc.jpg,Home Sweet Home (2017),PC,Adventure,"YGGDRAZIL GROUP CO.,LTD","YGGDRAZIL GROUP CO.,LTD",,,,,,,2017-09-26,2018-08-07 +/games/boxart/full_3870525AmericaFrontccc.jpg,I Am Dead,XOne,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 +/games/boxart/full_3752181AmericaFrontccc.jpg,I Am Dead,PC,Adventure,Annapurna Interactive,Hollow Ponds,,,,,,,2020-10-08,2020-10-03 +/games/boxart/full_9064317AmericaFrontccc.jpg,I Am Dead,XS,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 +/games/boxart/full_9156006AmericaFrontccc.jpg,I Am Dead,PS4,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 +/games/boxart/full_8153633AmericaFrontccc.jpg,I Am Dead,PS5,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 +/games/boxart/full_4702577AmericaFrontccc.jpg,I Am Dead,NS,Adventure,Annapurna Interactive,Hollow Ponds,,,,,,,2020-10-08,2020-10-03 +/games/boxart/full_6490482AmericaFrontccc.jpg,I Am Fish,PC,Adventure,Unknown,Bossa Studios,,,,,,,,2021-08-26 +/games/boxart/full_4711088AmericaFrontccc.jpg,I Am Fish,XOne,Adventure,Unknown,Bossa Studios,,,,,,,,2021-08-26 +/games/boxart/full_2869658AmericaFrontccc.jpg,I Am Fish,XS,Adventure,Unknown,Bossa Studios,,,,,,,,2021-08-26 +/games/boxart/full_3478548AmericaFrontccc.jpg,I Saw Black Clouds,PS5,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 +/games/boxart/full_6480388AmericaFrontccc.jpg,I Saw Black Clouds,XOne,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 +/games/boxart/full_7273558AmericaFrontccc.jpg,I Saw Black Clouds,XS,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 +/games/boxart/full_1931079AmericaFrontccc.jpg,I Saw Black Clouds,NS,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 +/games/boxart/full_4663765AmericaFrontccc.jpg,I Saw Black Clouds,PC,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 +/games/boxart/full_4584661AmericaFrontccc.jpg,I Saw Black Clouds,PS4,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 +/games/boxart/full_2721777AmericaFrontccc.jpg,Immortality,XS,Adventure,Unknown,Sam Barlow,,,,,,,,2022-09-22 +/games/boxart/full_9253382AmericaFrontccc.jpg,Immortality,PS5,Adventure,Unknown,Sam Barlow,,,,,,,,2024-01-15 +/games/boxart/full_340587AmericaFrontccc.jpg,Immortality,PC,Adventure,Unknown,Sam Barlow,,,,,,,,2022-09-22 +/games/boxart/full_7909708AmericaFrontccc.jpg,Immortals Fenyx Rising,PS4,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 +/games/boxart/full_3805266AmericaFrontccc.jpg,Immortals Fenyx Rising,PC,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 +/games/boxart/full_766019AmericaFrontccc.jpg,Immortals Fenyx Rising,XOne,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 +/games/boxart/full_578724AmericaFrontccc.jpg,Immortals Fenyx Rising,NS,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 +/games/boxart/full_8014753AmericaFrontccc.jpg,In the Valley of Gods,PC,Adventure,Campo Santo,Campo Santo,,,,,,,2019-12-01,2019-04-11 +/games/boxart/full_2322745AmericaFrontccc.jpg,Infliction,PS4,Adventure,Caustic Reality,Caustic Reality,,,,,,,2019-12-01,2019-07-25 +/games/boxart/full_3152852AmericaFrontccc.jpg,Infliction,XOne,Adventure,Caustic Reality,Caustic Reality,,,,,,,2019-12-01,2019-07-25 +/games/boxart/full_9889898AmericaFrontccc.jpg,Infliction,NS,Adventure,Caustic Reality,Caustic Reality,,,,,,,2019-12-01,2019-07-25 +/games/boxart/full_6037533AmericaFrontccc.jpg,Infliction,PC,Adventure,Caustic Reality,Caustic Reality,,,,,,,2018-10-18,2019-07-25 +/games/boxart/full_222770AmericaFrontccc.jpg,InnerSpace,PS4,Adventure,Aspyr,PolyKnight Games,,,,,,,2018-01-16,2018-02-27 +/games/boxart/full_4284396AmericaFrontccc.png,InnerSpace,NS,Adventure,"Aspyr Media, Inc.",PolyKnight Games,6.5,,,,,,2018-01-16,2018-01-12 +/games/boxart/full_9682432AmericaFrontccc.jpg,InnerSpace,PC,Adventure,Aspyr,PolyKnight Games,,,,,,,2018-01-16,2018-02-27 +/games/boxart/full_4163589AmericaFrontccc.jpg,InnerSpace,XOne,Adventure,Aspyr,PolyKnight Games,,,,,,,2018-01-16,2018-02-27 +/games/boxart/full_3817006AmericaFrontccc.png,INSIDE,NS,Adventure,Playdead,Playdead,,,,,,,2018-06-28,2018-10-06 +/games/boxart/full_2002187AmericaFrontccc.jpg,J.U.L.I.A. Among the Stars,Linux,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2012-09-12,2018-08-11 +/games/boxart/full_5011008AmericaFrontccc.png,Jett: The Far Shore,PS5,Adventure,Superbrothers,Superbrothers,,,,,,,2020-12-01,2020-06-14 +/games/boxart/full_8166026AmericaFrontccc.png,Jett: The Far Shore,PC,Adventure,Superbrothers,Superbrothers,,,,,,,2020-12-01,2020-06-14 +/games/boxart/full_9234210AmericaFrontccc.png,Jett: The Far Shore,PS4,Adventure,Superbrothers,Superbrothers,,,,,,,2020-12-01,2020-06-14 +/games/boxart/default.jpg,Jotun: Valhalla Edition,Linux,Adventure,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 +/games/boxart/full_8491374AmericaFrontccc.jpg,Journey,PC,Adventure,Annapurna Interactive,thatgamecompany,,,,,,,2020-06-11,2019-03-26 +/games/boxart/full_7072050AmericaFrontccc.jpeg,Journey,PS4,Adventure,Sony Computer Entertainment,thatgamecompany,,,,,,,2015-07-21,2018-09-23 +/games/boxart/full_133119AmericaFrontccc.jpg,Journey To the Savage Planet,PS4,Adventure,505 Games,Typhoon Studios,,,,,,,2020-01-28,2019-04-11 +/games/boxart/full_3613116AmericaFrontccc.jpg,Journey To the Savage Planet,PC,Adventure,505 Games,Typhoon Studios,,,,,,,2020-01-28,2019-04-11 +/games/boxart/full_5996397AmericaFrontccc.jpg,Journey To the Savage Planet,XOne,Adventure,505 Games,Typhoon Studios,,,,,,,2020-01-28,2019-04-11 +/games/boxart/full_6679700AmericaFrontccc.jpg,Jupiter & Mars,PS4,Adventure,Tigertron,Tantalus,,,,,,,2019-04-22,2019-04-20 +/games/boxart/full_1899706AmericaFrontccc.jpg,Jurassic Park: Survival,XS,Adventure,Unknown,Saber Interactive,,,,,,,,2023-12-07 +/games/boxart/full_5982470AmericaFrontccc.jpg,Jurassic Park: Survival,PC,Adventure,Unknown,Saber Interactive,,,,,,,,2023-12-07 +/games/boxart/full_5151646AmericaFrontccc.jpg,Jurassic Park: Survival,PS5,Adventure,Unknown,Saber Interactive,,,,,,,,2023-12-07 +/games/boxart/full_1186583AmericaFrontccc.jpg,Jurassic World: Blue,OR,Adventure,Felix & Paul Studios,Felix & Paul Studios,,,,,,,2018-05-01,2021-10-28 +/games/boxart/default.jpg,Kelvin and the Infamous Machine,Linux,Adventure,Unknown,Blyts,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Kelvin and the Infamous Machine,OSX,Adventure,Unknown,Blyts,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Kelvin and the Infamous Machine,PC,Adventure,Unknown,Blyts,,,,,,,,2018-01-06 +/games/boxart/full_9284049AmericaFrontccc.png,Kentucky Route Zero: TV Edition,PS4,Adventure,Annapurna Interactive,Cardboard Computer,,,,,,,2020-01-28,2019-06-16 +/games/boxart/full_7773971AmericaFrontccc.png,Kentucky Route Zero: TV Edition,XOne,Adventure,Annapurna Interactive,Cardboard Computer,,,,,,,2020-01-28,2019-06-16 +/games/boxart/full_9922180AmericaFrontccc.png,Kentucky Route Zero: TV Edition,NS,Adventure,Annapurna Interactive,Cardboard Computer,,,,,,,2020-01-28,2018-01-19 +/games/boxart/full_9109746AmericaFrontccc.jpg,King's Quest,PC,Adventure,Sierra Entertainment,The Odd Gentlemen,,,,,,,2015-07-28,2018-12-18 +/games/boxart/full_5953654AmericaFrontccc.jpg,King's Quest: The Complete Collection,PS3,Adventure,Sierra Entertainment,The Odd Gentlemen,,,,,,,2015-07-28,2018-12-18 +/games/boxart/full_3211088AmericaFrontccc.jpeg,King's Quest: The Complete Collection,PC,Adventure,Unknown,The Odd Gentlemen,,,,,,,,2017-12-31 +/games/boxart/default.jpg,King‘s Quest,PC,Adventure,Unknown,The Odd Gentlemen,,,,,,,,2017-12-30 +/games/boxart/default.jpg,Knee Deep,PC,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Knee Deep,XOne,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Knee Deep,PS4,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Knee Deep,OSX,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 +/games/boxart/full_5971897AmericaFrontccc.png,Koi DX,NS,Adventure,CIRCLE Entertainment,FK Digital,,,,,,,2017-11-09,2018-03-12 +/games/boxart/full_1870144AmericaFrontccc.png,Kona,NS,Adventure,Koch Media,Parabole,,,,,,,2018-03-09,2018-03-23 +/games/boxart/default.jpg,Kool-Aid Man,Int,Adventure,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_7248999AmericaFrontccc.jpg,La Statuette maudite de l'oncle Ernest,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,2004-01-01,2021-03-22 +/games/boxart/full_631340AmericaFrontccc.jpg,Lake,XS,Adventure,Unknown,Gamious,,,,,,,,2021-09-22 +/games/boxart/full_170743AmericaFrontccc.jpg,Lake,PC,Adventure,Unknown,Gamious,,,,,,,,2021-09-22 +/games/boxart/full_3810791AmericaFrontccc.jpg,Lake,XOne,Adventure,Unknown,Gamious,,,,,,,,2021-09-22 +/games/boxart/full_2799733AmericaFrontccc.jpg,Lake: Season's Greetings,PS5,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 +/games/boxart/full_71166AmericaFrontccc.jpg,Lake: Season's Greetings,XOne,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 +/games/boxart/full_4072824AmericaFrontccc.jpg,Lake: Season's Greetings,XS,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 +/games/boxart/full_8252818AmericaFrontccc.jpg,Lake: Season's Greetings,PC,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 +/games/boxart/full_7491820AmericaFrontccc.jpg,Lake: Season's Greetings,PS4,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 +/games/boxart/full_6896189AmericaFrontccc.png,Last Day of June,NS,Adventure,505 Games,505 Games,,,,,,,2018-03-16,2018-03-23 +/games/boxart/full_251717AmericaFrontccc.jpg,Last Stop,PC,Adventure,Annapurna Interactive,Variable State,,,,,,,2020-12-01,2020-06-08 +/games/boxart/full_2058037AmericaFrontccc.jpg,Last Stop,XOne,Adventure,Annapurna Interactive,Variable State,,,,,,,2020-12-01,2020-06-08 +/games/boxart/full_4673289AmericaFrontccc.jpg,Last Stop,XS,Adventure,Annapurna Interactive,Variable State,,,,,,,2020-12-01,2020-09-22 +/games/boxart/full_5323783AmericaFrontccc.jpg,Late Shift,iOS,Adventure,Unknown,CtrlMovie,,,,,,,,2019-04-08 +/games/boxart/full_5631747AmericaFrontccc.jpg,Late Shift,OSX,Adventure,Wales Interactive Ltd.,CtrlMovie,,,,,,,2017-04-18,2019-04-08 +/games/boxart/full_4300804AmericaFrontccc.jpg,Late Shift,XOne,Adventure,Unknown,CtrlMovie,,,,,,,,2019-04-08 +/games/boxart/full_8975391AmericaFrontccc.jpg,Late Shift,PS4,Adventure,Unknown,CtrlMovie,,,,,,,,2019-04-08 +/games/boxart/full_23310AmericaFrontccc.jpg,Layers of Fear,XS,Adventure,Unknown,Bloober Team,,,,,,,,2023-05-17 +/games/boxart/full_8117291AmericaFrontccc.jpg,Layers of Fear,PC,Adventure,Unknown,Bloober Team,,,,,,,,2023-05-17 +/games/boxart/full_2093485AmericaFrontccc.jpg,Layers of Fear,PS5,Adventure,Unknown,Bloober Team,,,,,,,,2023-05-17 +/games/boxart/full_4967533AmericaFrontccc.jpg,Layers of Fear 2,NS,Adventure,Bloober Team,Bloober Team,,,,,,,2021-05-20,2023-08-09 +/games/boxart/full_4779112AmericaFrontccc.png,Layers of Fear: Legacy,NS,Adventure,Bloober Team S.A.,Bloober Team,,,,,,,2018-02-21,2018-02-21 +/games/boxart/full_5154159AmericaFrontccc.jpg,Le Temple perdu de l'oncle Ernest,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,2003-01-01,2021-03-22 +/games/boxart/full_9478583AmericaFrontccc.jpg,Leisure Suit Larry: Reloaded,PC,Adventure,Unknown,N-Fusion Interactive,,,,,,,,2021-04-08 +/games/boxart/full_9754747AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,NS,Adventure,Unknown,CrazyBunch,,,,,,,,2020-10-14 +/games/boxart/full_9731272AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,PS4,Adventure,Unknown,CrazyBunch,,,,,,,,2020-10-14 +/games/boxart/full_9049703AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,XOne,Adventure,Unknown,CrazyBunch,,,,,,,,2020-10-14 +/games/boxart/full_7396799AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,PC,Adventure,Unknown,CrazyBunch,,,,,,,,2021-04-08 +/games/boxart/full_4466694AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,NS,Adventure,Unknown,CrazyBunch,,,,,,,,2021-05-09 +/games/boxart/full_9163835AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,PS4,Adventure,Unknown,CrazyBunch,,,,,,,,2021-05-09 +/games/boxart/full_3796246AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,XOne,Adventure,Unknown,CrazyBunch,,,,,,,,2021-05-09 +/games/boxart/full_5985698AmericaFrontccc.jpg,Life Is Strange,iOS,Adventure,Square Enix,Square Enix,,,,,,,2017-12-14,2018-02-14 +/games/boxart/full_61991AmericaFrontccc.jpg,Life is Strange 2,PS4,Adventure,Square Enix,Dotnod Entertainment,,,,,,,2018-09-27,2019-03-24 +/games/boxart/full_3022250AmericaFrontccc.jpg,Life is Strange 2,XOne,Adventure,Square Enix,Dotnod Entertainment,,,,,,,2018-09-27,2019-03-24 +/games/boxart/full_8577541AmericaFrontccc.jpg,Life is Strange 2,PC,Adventure,Square Enix,Dotnod Entertainment,,,,,,,2018-09-26,2019-03-24 +/games/boxart/full_9459084AmericaFrontccc.jpg,Life is Strange Remastered Collection,PC,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 +/games/boxart/full_9030492AmericaFrontccc.jpg,Life is Strange Remastered Collection,XS,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 +/games/boxart/full_8031700AmericaFrontccc.jpg,Life is Strange Remastered Collection,XOne,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 +/games/boxart/full_9941476AmericaFrontccc.jpg,Life is Strange Remastered Collection,PS4,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 +/games/boxart/full_7046446AmericaFrontccc.jpg,Life is Strange Remastered Collection,PS5,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 +/games/boxart/full_4910684AmericaFrontccc.jpg,Life is Strange Remastered Collection,NS,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 +/games/boxart/full_469864AmericaFrontccc.png,Life is Strange: True Colors,PC,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 +/games/boxart/full_7892730AmericaFrontccc.png,Life is Strange: True Colors,NS,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 +/games/boxart/full_1642007AmericaFrontccc.png,Life is Strange: True Colors,XS,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 +/games/boxart/full_7177757AmericaFrontccc.png,Life is Strange: True Colors,XOne,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 +/games/boxart/full_338781AmericaFrontccc.png,Life is Strange: True Colors,PS4,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 +/games/boxart/full_656032AmericaFrontccc.png,Life is Strange: True Colors,PS5,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 +/games/boxart/full_7074773AmericaFrontccc.jpg,Lil' Guardsman,PS5,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 +/games/boxart/full_7579998AmericaFrontccc.jpg,Lil' Guardsman,XOne,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 +/games/boxart/full_1130170AmericaFrontccc.jpg,Lil' Guardsman,XS,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 +/games/boxart/full_5487062AmericaFrontccc.jpg,Lil' Guardsman,NS,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 +/games/boxart/full_6159020AmericaFrontccc.jpg,Lil' Guardsman,PC,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 +/games/boxart/full_8794714AmericaFrontccc.jpg,Lil' Guardsman,PS4,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 +/games/boxart/full_5735189AmericaFrontccc.png,Little Inferno,WiiU,Adventure,Tomorrow Corporation,Tomorrow Corporation,8,,,,,,2012-11-18,2020-09-14 +/games/boxart/default.jpg,Little King‘s Story,PC,Adventure,Xseed Games,Marvelous,,,,,,,2016-08-05,2017-12-31 +/games/boxart/full_2747736AmericaFrontccc.jpg,Little Misfortune,NS,Adventure,Killmonday Games,Killmonday Games,,,,,,,2020-05-29,2021-09-14 +/games/boxart/full_8985411AmericaFrontccc.jpg,Lone Echo II,PC,Adventure,Unknown,Ready at Dawn,,,,,,,,2021-12-23 +/games/boxart/full_6514293AmericaFrontccc.jpg,Lost Ember,PS4,Adventure,Mooneye Studios,Mooneye Studios,,,,,,,2019-07-19,2019-04-11 +/games/boxart/full_6799693AmericaFrontccc.jpg,Lost Ember,XOne,Adventure,Mooneye Studios,Mooneye Studios,,,,,,,2019-07-19,2019-04-11 +/games/boxart/full_8893129AmericaFrontccc.jpg,Lost Ember,PC,Adventure,Mooneye Studios,Mooneye Studios,,,,,,,2019-07-19,2019-04-11 +/games/boxart/default.jpg,Lost in Random,PC,Adventure,Electronic Arts,Zoink Games,,,,,,,2021-09-10,2020-06-19 +/games/boxart/default.jpg,Lost in Random,XOne,Adventure,Unknown,Zoink Games,,,,,,,,2020-06-19 +/games/boxart/default.jpg,Lost in Random,PS4,Adventure,Electronic Arts,Zoink Games,,,,,,,2021-09-10,2020-06-19 +/games/boxart/default.jpg,Lost in Random,NS,Adventure,Electronic Arts,Zoink Games,,,,,,,2021-09-10,2020-06-19 +/games/boxart/full_5451092AmericaFrontccc.jpg,Lost Lands: A Hidden Object Adventure,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2015-09-24,2019-04-06 +/games/boxart/full_6389514AmericaFrontccc.jpg,Lost Lands: Dark Overlord,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2015-06-26,2019-04-06 +/games/boxart/full_9754508AmericaFrontccc.jpg,Lost Lands: Ice Spell,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2018-07-16,2019-04-06 +/games/boxart/full_380258AmericaFrontccc.jpg,Lost Lands: Mahjong,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2016-03-14,2019-04-06 +/games/boxart/full_1510311AmericaFrontccc.jpg,Lost Lands: Mistakes of the Past,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2018-12-13,2019-04-06 +/games/boxart/full_6167891AmericaFrontccc.jpg,Lost Lands: The Four Horsemen,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2015-07-14,2019-04-06 +/games/boxart/full_5415339AmericaFrontccc.jpg,Lost Lands: The Golden Curse,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2016-03-24,2019-04-06 +/games/boxart/full_2025604AmericaFrontccc.jpg,Lost Lands: The Wanderer,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2017-05-03,2019-04-06 +/games/boxart/full_3752889AmericaFrontccc.jpg,Lost Records: Bloom & Rage,PC,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2023-12-07 +/games/boxart/full_7086596AmericaFrontccc.jpg,Lost Records: Bloom & Rage,PS5,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2023-12-07 +/games/boxart/full_8455449AmericaFrontccc.jpg,Lost Records: Bloom & Rage,XS,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2023-12-07 +/games/boxart/full_4569619AmericaFrontccc.jpg,Lost Words: Beyond the Page,XOne,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 +/games/boxart/full_7785110AmericaFrontccc.jpg,Lost Words: Beyond the Page,NS,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 +/games/boxart/full_3651605AmericaFrontccc.jpg,Lost Words: Beyond the Page,PC,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 +/games/boxart/full_8162164AmericaFrontccc.jpg,Lost Words: Beyond the Page,PS4,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 +/games/boxart/full_602300AmericaFrontccc.jpg,Machinarium,XOne,Adventure,Unknown,Amanita Design,,,,,,,,2020-04-18 +/games/boxart/full_1261878AmericaFrontccc.jpg,MADiSON,PS5,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 +/games/boxart/full_5739436AmericaFrontccc.jpg,MADiSON,XOne,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 +/games/boxart/full_2844828AmericaFrontccc.jpg,MADiSON,XS,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 +/games/boxart/full_4306008AmericaFrontccc.jpg,MADiSON,NS,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 +/games/boxart/full_927493AmericaFrontccc.jpg,MADiSON,PC,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 +/games/boxart/full_1174897AmericaFrontccc.jpg,MADiSON,PS4,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 +/games/boxart/full_3233699AmericaFrontccc.jpg,Marie's Room,PC,Adventure,like Charlie,like Charlie,,,,,,,2018-04-13,2019-04-21 +/games/boxart/full_9323547AmericaFrontccc.jpg,Mia and the Dragon Princess,PS5,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 +/games/boxart/full_7261084AmericaFrontccc.jpg,Mia and the Dragon Princess,XOne,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 +/games/boxart/full_3507469AmericaFrontccc.jpg,Mia and the Dragon Princess,XS,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 +/games/boxart/full_7145482AmericaFrontccc.jpg,Mia and the Dragon Princess,NS,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 +/games/boxart/full_9689907AmericaFrontccc.jpg,Mia and the Dragon Princess,PC,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 +/games/boxart/full_5389661AmericaFrontccc.jpg,Mia and the Dragon Princess,PS4,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 +/games/boxart/full_7614878AmericaFrontccc.jpg,Midnight Caravan,XOne,Adventure,Unknown,Gamera Interactive,,,,,,,,2021-05-25 +/games/boxart/full_7157826AmericaFrontccc.jpg,Midnight Caravan,NS,Adventure,Unknown,Gamera Interactive,,,,,,,,2021-05-25 +/games/boxart/full_5073580AmericaFrontccc.jpg,Midnight Caravan,PC,Adventure,Unknown,Gamera Interactive,,,,,,,,2021-05-25 +/games/boxart/default.jpg,Milkmaid of the Milky Way,PC,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Milkmaid of the Milky Way,Linux,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Milkmaid of the Milky Way,iOS,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Milkmaid of the Milky Way,OSX,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 +/games/boxart/full_7020975AmericaFrontccc.png,Mineko's Night Market,NS,Adventure,Humble Bundle,Meowza Games,,,,,,,2020-12-30,2018-11-04 +/games/boxart/full_4396441AmericaFrontccc.png,Minit,PS4,Adventure,Devolver Digital,"JW, Kitty, Jukio, and Dom",,,,,,,2018-04-03,2018-03-31 +/games/boxart/full_3430782AmericaFrontccc.jpg,Minute of Islands,PS4,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 +/games/boxart/full_3080744AmericaFrontccc.jpg,Minute of Islands,XOne,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 +/games/boxart/full_279534AmericaFrontccc.jpg,Minute of Islands,NS,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 +/games/boxart/full_8837580AmericaFrontccc.jpg,Minute of Islands,PC,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 +/games/boxart/full_427439JapanFrontccc.jpg,Mizzurna Falls,PS,Adventure,Human Entertainment,Human Entertainment,,,,,,,1998-12-23,2018-04-30 +/games/boxart/default.jpg,Morningstar: Descent to Deadrock,And,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Morningstar: Descent to Deadrock,iOS,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Morningstar: Descent to Deadrock,OSX,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Morningstar: Descent to Deadrock,PC,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 +/games/boxart/full_4232711AmericaFrontccc.jpg,Moss,PS4,Adventure,Perp Games,Polyarc,9,,,,,,2018-06-12,2018-03-04 +/games/boxart/full_8240693JapanFrontccc.jpg,Murder Detective: Jack the Ripper,NS,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2019-04-25,2019-03-22 +/games/boxart/full_8322123JapanFrontccc.jpg,Murder Detective: Jack the Ripper,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2019-04-25,2019-03-22 +/games/boxart/full_9283927AmericaFrontccc.jpg,My Big Sister,PSV,Adventure,Unknown,Stranga,,,,,,,,2019-05-18 +/games/boxart/full_7030513AmericaFrontccc.jpg,My Big Sister,NS,Adventure,Ratalaika Games,Stranga,,,,,,,2019-05-10,2019-08-21 +/games/boxart/full_5223759AmericaFrontccc.jpg,My Big Sister,PC,Adventure,Unknown,Stranga,,,,,,,,2019-05-18 +/games/boxart/full_3876264AmericaFrontccc.png,My Brother Rabbit,NS,Adventure,Unknown,Artifex Mundi,,,,,,,,2019-03-26 +/games/boxart/full_6896079AmericaFrontccc.jpg,My Friend Peppa Pig,NS,Adventure,Outright Games,Petoons Studio,,,,,,,2021-10-22,2022-08-11 +/games/boxart/full_7518602AmericaFrontccc.png,My Memory of Us,NS,Adventure,IMGN PRO,Juggler Games,,,,,,,2019-01-24,2019-03-24 +/games/boxart/full_4139498AmericaFrontccc.jpg,My Memory of Us,PC,Adventure,IMGN PRO,Juggler Games,,,,,,,2018-10-09,2019-03-24 +/games/boxart/full_4385356AmericaFrontccc.jpg,My Memory of Us,XOne,Adventure,IMGN PRO,Juggler Games,,,,,,,2018-10-10,2019-03-24 +/games/boxart/full_6927144AmericaFrontccc.jpg,My Memory of Us,PS4,Adventure,IMGN PRO,Juggler Games,,,,,,,2018-10-09,2019-03-24 +/games/boxart/full_8737781PALFrontccc.jpg,N.E.R.O.: Nothing Ever Remains Obscure,PS4,Adventure,Soedesco,Storm in a Teacup,,,,,,,2018-10-26,2018-08-29 +/games/boxart/default.jpg,Necrobarista,NS,Adventure,Unknown,Route 59,,,,,,,,2018-01-05 +/games/boxart/full_7311715AmericaFrontccc.jpg,Needy Streamer Overload,NS,Adventure,Unknown,WSS playground,,,,,,,,2023-06-30 +/games/boxart/full_1308236AmericaFrontccc.jpg,Needy Streamer Overload,PC,Adventure,Unknown,WSS playground,,,,,,,,2023-06-30 +/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,And,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,PC,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,OSX,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,Linux,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,iOS,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 +/games/boxart/full_745630AmericaFrontccc.jpg,New Tales from the Borderlands,PC,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 +/games/boxart/full_7282776AmericaFrontccc.jpg,New Tales from the Borderlands,PS4,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 +/games/boxart/full_4030860AmericaFrontccc.jpg,New Tales from the Borderlands,PS5,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 +/games/boxart/full_3440246AmericaFrontccc.jpg,New Tales from the Borderlands,XOne,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 +/games/boxart/full_4793058AmericaFrontccc.jpg,New Tales from the Borderlands,XS,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 +/games/boxart/full_8136990AmericaFrontccc.jpg,New Tales from the Borderlands,NS,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 +/games/boxart/full_221517JapanFrontccc.jpg,NG,PS4,Adventure,Experience Inc.,Experience Inc.,,,,,,,2019-02-21,2019-03-09 +/games/boxart/full_6508327AmericaFrontccc.png,Night In The Woods,NS,Adventure,Finji,Infinite Fall,,,,,,,2018-02-01,2018-02-18 +/games/boxart/full_7153873AmericaFrontccc.jpg,Night In The Woods,XOne,Adventure,Finji,Infinite Fall,,,,,,,2017-12-13,2018-01-16 +/games/boxart/full_5666351AmericaFrontccc.jpg,No One Lives Under the Lighthouse,XOne,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 +/games/boxart/full_8164865AmericaFrontccc.jpg,No One Lives Under the Lighthouse,XS,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 +/games/boxart/full_9699954AmericaFrontccc.jpg,No One Lives Under the Lighthouse,NS,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 +/games/boxart/full_2892783AmericaFrontccc.jpg,No One Lives Under the Lighthouse,PC,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 +/games/boxart/full_125327AmericaFrontccc.jpg,No One Lives Under the Lighthouse,PS4,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 +/games/boxart/full_4580571AmericaFrontccc.jpg,No One Lives Under the Lighthouse,PS5,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 +/games/boxart/full_235202AmericaFrontccc.jpg,NORCO,PC,Adventure,Unknown,Geography of Robots,,,,,,,,2022-06-26 +/games/boxart/full_5084208AmericaFrontccc.jpg,NORCO,XS,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 +/games/boxart/full_6264669AmericaFrontccc.jpg,NORCO,PS4,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 +/games/boxart/full_1136691AmericaFrontccc.jpg,NORCO,PS5,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 +/games/boxart/full_2186826AmericaFrontccc.jpg,NORCO,XOne,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 +/games/boxart/full_3889325AmericaFrontccc.jpg,Norman's Great Illusion,NS,Adventure,Unknown,CivilSavages,,,,,,,,2020-08-16 +/games/boxart/full_2405333AmericaFrontccc.jpg,Norman's Great Illusion,PC,Adventure,Unknown,CivilSavages,,,,,,,,2020-08-16 +/games/boxart/full_4286072AmericaFrontccc.jpg,Norman's Great Illusion,PSV,Adventure,Unknown,CivilSavages,,,,,,,,2020-08-16 +/games/boxart/full_542541AmericaFrontccc.png,NORTH,NS,Adventure,Unknown,Outlands,,,,,,,,2018-02-22 +/games/boxart/full_5277836AmericaFrontccc.png,NORTH,PC,Adventure,Unknown,Badland Studio,,,,,,,,2019-05-06 +/games/boxart/full_450393AmericaFrontccc.png,NORTH,PS4,Adventure,Unknown,Badland Studio,,,,,,,,2019-05-06 +/games/boxart/full_1277248AmericaFrontccc.png,NORTH,XOne,Adventure,Unknown,Badland Studio,,,,,,,,2019-05-06 +/games/boxart/full_3497578AmericaFrontccc.jpg,Obduction,XOne,Adventure,Unknown,Cyan Worlds,,,,,,,,2020-04-19 +/games/boxart/full_1121189AmericaFrontccc.jpg,Observation,PS4,Adventure,Devolver Digital,No Code,,,,,,,2019-05-21,2019-05-02 +/games/boxart/full_711555AmericaFrontccc.jpg,Observation,PC,Adventure,Devolver Digital,No Code,,,,,,,2019-05-21,2019-05-02 +/games/boxart/full_5619800AmericaFrontccc.png,Observer: System Redux,PS5,Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-12,2020-06-10 +/games/boxart/full_719757AmericaFrontccc.png,Observer: System Redux,XS,Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-10,2020-06-10 +/games/boxart/full_9028517AmericaFrontccc.png,Observer: System Redux,PC,Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-10,2020-09-19 +/games/boxart/full_1936372AmericaFrontccc.jpg,Octodad: Dadliest Catch,WiiU,Adventure,Young Horses,Young Horses,,,,,,,2015-11-29,2019-09-06 +/games/boxart/full_3498533AmericaFrontccc.jpg,OD,PC,Adventure,Unknown,Kojima Productions,,,,,,,,2023-12-08 +/games/boxart/full_1034998AmericaFrontccc.jpg,OD,XS,Adventure,Unknown,Kojima Productions,,,,,,,,2023-12-08 +/games/boxart/full_1554070AmericaFrontccc.jpg,OMNO,PC,Adventure,StudioInkyfox,Jonas Manke,,,,,,,2019-12-01,2019-06-11 +/games/boxart/full_9041074AmericaFrontccc.jpg,Omno,NS,Adventure,Unknown,Jonas Manke,,,,,,,,2021-08-03 +/games/boxart/full_537590AmericaFrontccc.jpg,Omno,PS4,Adventure,Unknown,Jonas Manke,,,,,,,,2021-08-03 +/games/boxart/full_1353436AmericaFrontccc.jpg,Omno,XOne,Adventure,Unknown,Jonas Manke,,,,,,,,2021-08-03 +/games/boxart/full_1077554AmericaFrontccc.png,One Eyed Kutkh,NS,Adventure,Sometimes You,Sometimes You,,,,,,,2018-03-09,2018-03-25 +/games/boxart/full_6730916AmericaFrontccc.jpg,Open Roads,PS5,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 +/games/boxart/full_6082376AmericaFrontccc.jpg,Open Roads,XOne,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 +/games/boxart/full_9495198AmericaFrontccc.jpg,Open Roads,XS,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 +/games/boxart/full_3286466AmericaFrontccc.jpg,Open Roads,NS,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 +/games/boxart/full_3410178AmericaFrontccc.jpg,Open Roads,PC,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 +/games/boxart/full_3431894AmericaFrontccc.jpg,Open Roads,PS4,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 +/games/boxart/full_1031973AmericaFrontccc.jpg,OPUS: Collection,NS,Adventure,PM Studios,SIGONO,,,,,,,2019-02-26,2019-01-03 +/games/boxart/full_2352440AmericaFrontccc.png,OPUS: Rocket of Whispers,NS,Adventure,Flyhigh Works,SIGONO,,,,,,,2018-03-22,2018-01-05 +/games/boxart/full_6426720AmericaFrontccc.png,OPUS: The Day We Found Earth,NS,Adventure,Flyhigh Works,SIGONO,,,,,,,2017-11-30,2018-01-05 +/games/boxart/full_2721611AmericaFrontccc.jpg,Orphan of the Machine,XS,Adventure,Dynamic Voltage Games,Dynamic Voltage Games,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_383417PALFrontccc.jpg,Ostwind/Windstorm,NS,Adventure,EuroVideo Medien,EuroVideo Medien,,,,,,,2017-12-14,2018-07-04 +/games/boxart/full_7801881PALFrontccc.jpg,Ostwind/Windstorm,PS4,Adventure,EuroVideo Medien,EuroVideo Medien,,,,,,,2017-12-07,2018-07-04 +/games/boxart/full_9132244PALFrontccc.jpg,Outcast: Second Contact,XOne,Adventure,Bigben Interactive,Bigben Interactive,,,,,,,2017-11-28,2018-09-12 +/games/boxart/full_54738AmericaFrontccc.jpg,Outer Wilds,XS,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-02 +/games/boxart/full_2724120AmericaFrontccc.jpg,Outer Wilds,NS,Adventure,Unknown,Mobius Digital,,,,,,,,2021-02-18 +/games/boxart/full_6181337AmericaFrontccc.jpg,Outer Wilds,PS4,Adventure,Annapurna Interactive,Mobius Digital,,,,,,,2019-10-15,2020-01-01 +/games/boxart/full_1423656AmericaFrontccc.jpg,Outer Wilds,PS5,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-02 +/games/boxart/full_4609065AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,PC,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 +/games/boxart/full_1708722AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,PS4,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 +/games/boxart/full_475052AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,PS5,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 +/games/boxart/full_1808768AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,XOne,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 +/games/boxart/full_5011062AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,XS,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 +/games/boxart/full_6512226AmericaFrontccc.png,Outlast: Bundle of Terror,NS,Adventure,Red Barrels,Red Barrels,,,,,,,2018-02-27,2018-03-25 +/games/boxart/full_8614932AmericaFrontccc.png,Oxenfree,NS,Adventure,Night School Studio,Night School Studio,,,,,,,2017-10-06,2018-02-05 +/games/boxart/full_9177552AmericaFrontccc.jpg,Oxenfree,XOne,Adventure,Night School Studio,Night School Studio,,,,,,,2016-01-15,2017-12-17 +/games/boxart/full_8041117AmericaFrontccc.jpg,Oxenfree II: Lost Signals,PC,Adventure,Unknown,Night School Studio,,,,,,,,2023-06-05 +/games/boxart/full_3592007AmericaFrontccc.jpg,Oxenfree II: Lost Signals,PS4,Adventure,Unknown,Night School Studio,,,,,,,,2023-06-05 +/games/boxart/full_3913151AmericaFrontccc.jpg,Oxenfree II: Lost Signals,PS5,Adventure,Unknown,Night School Studio,,,,,,,,2023-06-05 +/games/boxart/full_2869898AmericaFrontccc.png,Pan-Pan,NS,Adventure,Might and Delight,Spelkraft,,,,,,,2017-09-14,2018-02-03 +/games/boxart/full_1234284AmericaFrontccc.jpg,Paper Beast,PC,Adventure,Unknown,Pixel Reef,,,,,,,,2021-01-05 +/games/boxart/full_5450286AmericaFrontccc.jpg,Paper Beast,PS4,Adventure,Unknown,Pixel Reef,,,,,,,,2020-04-24 +/games/boxart/full_4337466AmericaFrontccc.jpg,Paradise Killer,PS4,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 +/games/boxart/full_5462482AmericaFrontccc.jpg,Paradise Killer,PS5,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 +/games/boxart/full_5358940AmericaFrontccc.jpg,Paradise Killer,XOne,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 +/games/boxart/full_5394469AmericaFrontccc.jpg,Paradise Killer,XS,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 +/games/boxart/full_525625AmericaFrontccc.jpg,Paradise Killer,NS,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 +/games/boxart/full_258753AmericaFrontccc.jpg,Paradise Killer,PC,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 +/games/boxart/full_5290858AmericaFrontccc.jpg,Paradise Lost,PC,Adventure,All in! Games,PolyAmorous,,,,,,,2020-12-01,2020-06-15 +/games/boxart/full_1314826AmericaFrontccc.jpg,Paradise Lost,PS5,Adventure,All in! Games,PolyAmorous,,,,,,,2020-12-01,2020-06-15 +/games/boxart/full_3799089AmericaFrontccc.jpg,Paradise Lost,XS,Adventure,All in! Games,PolyAmorous,,,,,,,2020-12-01,2020-06-15 +/games/boxart/full_9682316AmericaFrontccc.jpg,PARANORMASIGHT: The Seven Mysteries of Honjo,NS,Adventure,Square Enix,Square Enix,,,,,,,2023-03-08,2023-03-22 +/games/boxart/full_1492797AmericaFrontccc.jpg,PARANORMASIGHT: The Seven Mysteries of Honjo,PC,Adventure,Unknown,Square Enix,,,,,,,,2023-03-22 +/games/boxart/default.jpg,Paratopic,PC,Adventure,Unknown,Arbitrary Metric,,,,,,,,2021-11-08 +/games/boxart/default.jpg,Paratopic,Linux,Adventure,Unknown,Arbitrary Metric,,,,,,,,2021-11-08 +/games/boxart/default.jpg,Paratopic,NS,Adventure,Baltoro Games,Arbitrary Metric,,,,,,,2020-08-21,2021-11-08 +/games/boxart/full_263324AmericaFrontccc.jpg,Pentiment,PC,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-14 +/games/boxart/full_5731019AmericaFrontccc.jpg,Pentiment,XOne,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-14 +/games/boxart/full_2541AmericaFrontccc.jpg,Pentiment,XS,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-14 +/games/boxart/full_1487255AmericaFrontccc.png,Perception,NS,Adventure,Feardemic,The Deep End Games,6,,,,,,2017-10-31,2018-02-04 +/games/boxart/full_5792175AmericaFrontccc.jpg,Perseverance: Part 2,PC,Adventure,Unknown,Titanite Games,,,,,,,,2020-11-23 +/games/boxart/full_3454155AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,PC,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 +/games/boxart/full_7644025AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,XOne,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 +/games/boxart/full_2077186AmericaFrontccc.png,Phoenix Wright: Ace Attorney Trilogy,NS,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 +/games/boxart/full_1595336AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,PS4,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 +/games/boxart/default.jpg,Pilgrims,PC,Adventure,Unknown,Amanita Design,,,,,,,,2019-10-08 +/games/boxart/full_3232865AmericaFrontccc.jpg,Planet RIX-13,PSV,Adventure,Sometimes You,9 Eyes Game Studio,,,,,,,2019-01-16,2019-01-05 +/games/boxart/full_9188314AmericaFrontccc.png,Pode,NS,Adventure,Henchman & Goon,Henchman & Goon,,,,,,,2018-05-01,2018-03-25 +/games/boxart/full_4733546AmericaFrontccc.png,Pokémon Quest,NS,Adventure,Nintendo,Game Freak,,,,,,,2018-05-29,2018-05-31 +/games/boxart/default.jpg,Pokémon Snap,WiiU,Adventure,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_4713472AmericaFrontccc.png,Pool Panic,NS,Adventure,Adult Swim,Rekim,,,,,,,2018-12-01,2018-03-25 +/games/boxart/full_3599999AmericaFrontccc.jpg,Professor Layton and The New World of Steam,NS,Adventure,Unknown,Level 5,,,,,,,,2023-02-09 +/games/boxart/full_2497163AmericaFrontccc.jpg,Project Lux,PC,Adventure,Sekai Project,Spicy Tails,,,,,,,2018-02-02,2019-06-13 +/games/boxart/full_8860085AmericaFrontccc.jpg,Project Lux,PS4,Adventure,Sekai Project,Spicy Tails,,,,,,,2019-07-01,2019-06-13 +/games/boxart/full_9164955AmericaFrontccc.png,Proteus,PC,Adventure,Twisted Tree,Ed Key and David Kanaga,8,,,,,,2013-01-30,2018-01-21 +/games/boxart/default.jpg,Quarantine Circular,NS,Adventure,Mike Bithell Games,Mike Bithell Games,,,,,,,2018-12-08,2023-07-01 +/games/boxart/full_3044745AmericaFrontccc.png,Radiation Island,NS,Adventure,Atypical Games,Atypical Games,,,,,,,2018-02-22,2018-03-25 +/games/boxart/full_5041830AmericaFrontccc.jpg,Re:Turn – One Way Trip,PS4,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 +/games/boxart/full_3003662AmericaFrontccc.jpg,Re:Turn – One Way Trip,XOne,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 +/games/boxart/full_7246157AmericaFrontccc.jpg,Re:Turn – One Way Trip,NS,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 +/games/boxart/full_7357314AmericaFrontccc.jpg,Re:Turn – One Way Trip,PC,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 +/games/boxart/full_2785401AmericaFrontccc.jpg,Recolit,PC,Adventure,Unknown,Image Labo,,,,,,,,2021-06-13 +/games/boxart/full_2568352AmericaFrontccc.jpg,Remothered: Broken Porcelain,NS,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 +/games/boxart/full_6061880AmericaFrontccc.jpg,Remothered: Broken Porcelain,PC,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 +/games/boxart/full_1816589AmericaFrontccc.jpg,Remothered: Broken Porcelain,PS4,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 +/games/boxart/full_7611912AmericaFrontccc.jpg,Remothered: Broken Porcelain,XOne,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 +/games/boxart/full_6618878AmericaFrontccc.jpg,Resonance,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2012-07-25,2017-12-31 +/games/boxart/full_1977469AmericaFrontccc.png,Return of the Obra Dinn,NS,Adventure,3909 LLC,3909 LLC,,,,,,,2019-10-18,2019-09-16 +/games/boxart/full_6036735AmericaFrontccc.jpg,Return to Monkey Island,PS5,Adventure,Unknown,Terrible Toybox,,,,,,,,2022-11-17 +/games/boxart/full_684635AmericaFrontccc.jpg,Return to Monkey Island,PC,Adventure,Devolver Digital,Terrible Toybox,,,,,,,2022-09-19,2022-08-24 +/games/boxart/full_9446344AmericaFrontccc.jpg,Return to Monkey Island,XS,Adventure,Unknown,Terrible Toybox,,,,,,,,2022-11-17 +/games/boxart/full_4109748AmericaFrontccc.jpg,Return to Monkey Island,NS,Adventure,Devolver Digital,Terrible Toybox,,,,,,,2022-09-19,2022-08-24 +/games/boxart/full_2327052AmericaFrontccc.png,Reverie,PSV,Adventure,Rainbite,Chronicle Games,,,,,,,2018-03-29,2018-04-15 +/games/boxart/default.jpg,Reverie,PC,Adventure,Unknown,Chronicle Games,,,,,,,,2018-04-15 +/games/boxart/default.jpg,Reversion - The Meeting (2nd Chapter),PC,Adventure,Unknown,3f Interactive,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Reversion - The Return (Last Chapter),PC,Adventure,Unknown,3f Interactive,,,,,,,,2019-03-29 +/games/boxart/full_357115AmericaFrontccc.jpg,RiME,PC,Adventure,Grey Box,Tequila Works,,,,,,,2017-05-26,2018-08-11 +/games/boxart/full_2275631AmericaFrontccc.jpg,Road 96: Mile 0,XOne,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 +/games/boxart/full_670249AmericaFrontccc.jpg,Road 96: Mile 0,XS,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 +/games/boxart/full_5716958AmericaFrontccc.jpg,Road 96: Mile 0,NS,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 +/games/boxart/full_9163636AmericaFrontccc.jpg,Road 96: Mile 0,PC,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 +/games/boxart/full_3496498AmericaFrontccc.jpg,Road 96: Mile 0,PS4,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 +/games/boxart/full_9376564AmericaFrontccc.jpg,Road 96: Mile 0,PS5,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 +/games/boxart/full_1447768AmericaFrontccc.png,Röki,NS,Adventure,CI Games,Polygon Treehouse,,,,,,,2020-12-30,2019-09-16 +/games/boxart/full_2534805AmericaFrontccc.jpg,Root Letter: Last Answer,PS4,Adventure,Kadokawa Games,Kadokawa Games,,,,,,,2019-09-03,2019-08-15 +/games/boxart/full_552407AmericaFrontccc.jpg,Root Letter: Last Answer,NS,Adventure,Kadokawa Games,Kadokawa Games,,,,,,,2019-09-03,2019-08-15 +/games/boxart/full_6016755AmericaFrontccc.png,Roving Rogue,WiiU,Adventure,Unknown,Padaone Games,,,,,,,,2018-01-05 +/games/boxart/full_7174127AmericaFrontccc.jpg,Rush: A Disney Pixar Adventure,PC,Adventure,THQ Nordic,Asobo Studio,,,,,,,2018-09-14,2018-11-19 +/games/boxart/full_4862969AmericaFrontccc.jpg,Rusty Lake Hotel,PC,Adventure,Rusty Lake,Rusty Lake,,,,,,,2016-01-29,2019-03-31 +/games/boxart/full_8208736AmericaFrontccc.jpg,Rusty Lake Paradise,PC,Adventure,Rusty Lake,Rusty Lake,,,,,,,2018-01-11,2019-03-31 +/games/boxart/default.jpg,S.O.N,PS4,Adventure,RedG Studios,RedG Studios,,,,,,,2019-01-01,2019-01-04 +/games/boxart/full_9382154AmericaFrontccc.jpg,Sable,PC,Adventure,Raw Fury,Shedworks,,,,,,,2020-12-01,2020-07-20 +/games/boxart/full_913481AmericaFrontccc.jpg,Sable,PS5,Adventure,Unknown,Shedworks,,,,,,,,2022-12-31 +/games/boxart/full_1218916AmericaFrontccc.jpg,Sable,PS4,Adventure,Raw Fury,Shedworks,,,,,,,2020-12-01,2020-07-20 +/games/boxart/full_4927771AmericaFrontccc.jpg,Sable,XOne,Adventure,Raw Fury,Shedworks,,,,,,,2020-12-01,2020-07-20 +/games/boxart/full_4351447AmericaFrontccc.jpg,Sable,XS,Adventure,Unknown,Shedworks,,,,,,,,2021-06-10 +/games/boxart/default.jpg,Safecracker,Int,Adventure,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_3364910AmericaFrontccc.jpg,Sagebrush,PC,Adventure,Unknown,Redact Games,,,,,,,,2019-08-22 +/games/boxart/full_2868389AmericaFrontccc.jpg,Sagebrush,XOne,Adventure,Unknown,Redact Games,,,,,,,,2019-08-22 +/games/boxart/full_2376904AmericaFrontccc.jpg,Sam & Max: This Time It's Virtual!,PC,Adventure,Unknown,HappyGiant,,,,,,,,2021-08-01 +/games/boxart/full_176904AmericaFrontccc.jpg,Sam & Max: This Time It's Virtual!,PS4,Adventure,Unknown,HappyGiant,,,,,,,,2021-08-01 +/games/boxart/full_1898295AmericaFrontccc.png,Sea of Solitude,XOne,Adventure,Electronic Arts,Jo-Mei Games,,,,,,,2019-07-05,2019-06-02 +/games/boxart/full_3482469AmericaFrontccc.png,Sea of Solitude,PS4,Adventure,Electronic Arts,Jo-Mei Games,,,,,,,2019-07-05,2019-06-02 +/games/boxart/full_5448369AmericaFrontccc.png,Sea of Solitude,PC,Adventure,Electronic Arts,Jo-Mei Games,,,,,,,2019-07-05,2019-06-02 +/games/boxart/full_3946718AmericaFrontccc.jpg,SEASON: A letter to the future,PC,Adventure,Unknown,Scavengers Studio,,,,,,,,2023-01-26 +/games/boxart/full_1750963AmericaFrontccc.jpg,SEASON: A letter to the future,PS4,Adventure,Unknown,Scavengers Studio,,,,,,,,2023-01-26 +/games/boxart/full_2980315AmericaFrontccc.jpg,SEASON: A letter to the future,PS5,Adventure,Unknown,Scavengers Studio,,,,,,,,2023-01-26 +/games/boxart/full_2607635AmericaFrontccc.jpeg,Shardlight,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2016-03-08,2017-12-31 +/games/boxart/full_4112242AmericaFrontccc.jpg,Sherlock Holmes and the Hound of the Baskervilles,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 +/games/boxart/full_6531132AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,PC,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_8560726AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,PS4,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_3419785AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,PS5,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_3813470AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,XOne,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_4556865AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,XS,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_9099047PALFrontccc.jpg,Sherlock Holmes: The Mystery of the Frozen City,3DS,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 +/games/boxart/full_3037653AmericaFrontccc.jpg,Sherlock Holmes: The Mystery of the Persian Carpet,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 +/games/boxart/full_7885784AmericaFrontccc.jpg,Shibito Magire,NS,Adventure,Experience Inc.,Experience Inc.,,,,,,,2021-12-01,2020-01-14 +/games/boxart/full_7860349AmericaFrontccc.jpg,Shibito Magire,PS4,Adventure,Experience Inc.,Experience Inc.,,,,,,,2021-12-01,2020-01-14 +/games/boxart/default.jpg,Silence: The Whispered World 2,PS4,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-11-15,2018-05-25 +/games/boxart/full_5165067AmericaFrontccc.jpeg,Silence: The Whispered World 2,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-11-15,2018-05-25 +/games/boxart/full_530022AmericaFrontccc.jpg,Simulacra,XOne,Adventure,Unknown,Kaigan Games OÜ,,,,,,,,2019-11-28 +/games/boxart/full_9019721AmericaFrontccc.jpg,Simulacra,PC,Adventure,Unknown,Kaigan Games OÜ,,,,,,,,2019-11-28 +/games/boxart/full_3897AmericaFrontccc.jpg,Siren,PS4,Adventure,Sony Interactive Entertainment,SCE Japan Studio,,,,,,,2016-06-14,2018-09-24 +/games/boxart/full_7761195AmericaFrontccc.jpg,Slender: The Arrival,XS,Adventure,Unknown,Blue Isle Studios,,,,,,,,2023-09-12 +/games/boxart/full_8212431AmericaFrontccc.jpg,Slender: The Arrival,NS,Adventure,Unknown,Blue Isle Studios,,,,,,,,2023-09-12 +/games/boxart/full_9973985AmericaFrontccc.jpg,Slender: The Arrival,PS5,Adventure,Unknown,Blue Isle Studios,,,,,,,,2023-09-12 +/games/boxart/full_5347314AmericaFrontccc.jpg,Sludge Life,PC,Adventure,Unknown,Terri Vellmann,,,,,,,,2021-06-02 +/games/boxart/full_771960AmericaFrontccc.jpg,Sludge Life,NS,Adventure,Unknown,Terri Vellmann,,,,,,,,2021-06-02 +/games/boxart/full_2928803AmericaFrontccc.jpg,SOMA,XOne,Adventure,Frictional Games,Frictional Games,,,,,,,2017-12-01,2019-04-06 +/games/boxart/full_2487152AmericaFrontccc.jpg,Someday You'll Return,PC,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2020-04-14,2020-02-13 +/games/boxart/full_4069310AmericaFrontccc.jpg,Someday You'll Return,PS4,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2020-04-14,2020-02-13 +/games/boxart/full_809879AmericaFrontccc.jpg,Someday You'll Return,XOne,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2020-04-14,2020-02-13 +/games/boxart/full_4088290AmericaFrontccc.jpg,Somerville,XOne,Adventure,Jumpship,Jumpship,,,,,,,2022-11-15,2021-06-13 +/games/boxart/full_8526357AmericaFrontccc.jpg,Somerville,XS,Adventure,Jumpship,Jumpship,,,,,,,2022-11-15,2021-06-13 +/games/boxart/full_9706070AmericaFrontccc.jpg,Somerville,PC,Adventure,Jumpship,Jumpship,,,,,,,2022-11-15,2021-06-13 +/games/boxart/full_4047647AmericaFrontccc.jpg,Song of Horror: Episode 1,PC,Adventure,Unknown,Protocol Games,,,,,,,,2022-08-31 +/games/boxart/full_1545274AmericaFrontccc.jpg,South of the Circle,NS,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 +/games/boxart/full_2921528AmericaFrontccc.jpg,South of the Circle,PC,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 +/games/boxart/full_5020153AmericaFrontccc.jpg,South of the Circle,PS4,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 +/games/boxart/full_7495036AmericaFrontccc.jpg,South of the Circle,PS5,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 +/games/boxart/full_1711489AmericaFrontccc.jpg,South of the Circle,XOne,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 +/games/boxart/full_8589688AmericaFrontccc.jpg,South of the Circle,XS,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 +/games/boxart/default.jpg,Space Pilgrim Academy: Reunion,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Space Pilgrim Academy: Year 1,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Space Pilgrim Academy: Year 2,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Space Pilgrim Academy: Year 3,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 +/games/boxart/full_6200968AmericaFrontccc.png,Spirit Hunter: Death Mark II,NS,Adventure,Unknown,Experience Inc.,,,,,,,,2022-11-03 +/games/boxart/full_1535710AmericaFrontccc.png,Spirit Hunter: Death Mark II,PC,Adventure,Unknown,Experience Inc.,,,,,,,,2022-11-03 +/games/boxart/full_4627414AmericaFrontccc.png,Spirit Hunter: Death Mark II,PS4,Adventure,Unknown,Experience Inc.,,,,,,,,2022-11-03 +/games/boxart/full_9210258AmericaFrontccc.jpg,Spirit of the North 2,XS,Adventure,Unknown,Infuse Studio,,,,,,,,2023-10-26 +/games/boxart/full_384949AmericaFrontccc.jpg,Spirit of the North 2,PC,Adventure,Unknown,Infuse Studio,,,,,,,,2023-10-26 +/games/boxart/full_8641921AmericaFrontccc.jpg,Spirit of the North 2,PS5,Adventure,Unknown,Infuse Studio,,,,,,,,2023-10-26 +/games/boxart/full_1162596AmericaFrontccc.jpg,Spiritfarer,PC,Adventure,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_8523216AmericaFrontccc.jpg,Spiritfarer,XOne,Adventure,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_3294504AmericaFrontccc.jpg,Star Trek: Resurgence,PS4,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 +/games/boxart/full_6815338AmericaFrontccc.jpg,Star Trek: Resurgence,PS5,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 +/games/boxart/full_2149418AmericaFrontccc.jpg,Star Trek: Resurgence,XOne,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 +/games/boxart/full_1255459AmericaFrontccc.jpg,Star Trek: Resurgence,XS,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 +/games/boxart/full_1484729AmericaFrontccc.jpg,Star Trek: Resurgence,PC,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 +/games/boxart/full_4318528AmericaFrontccc.jpg,Stifled,PS4,Adventure,Sony Interactive Entertainment,Gattai Games,,,,,,,2017-10-31,2018-09-21 +/games/boxart/full_2224544AmericaFrontccc.jpg,Still There,PC,Adventure,Iceberg Interactive,GhostShark,,,,,,,2019-12-01,2019-08-13 +/games/boxart/full_9176089AmericaFrontccc.jpg,Still There,NS,Adventure,Iceberg Interactive,GhostShark,,,,,,,2019-12-01,2019-08-13 +/games/boxart/full_6740067AmericaFrontccc.jpg,Still Wakes the Deep,PC,Adventure,Unknown,The Chinese Room,,,,,,,,2023-06-12 +/games/boxart/full_4152899AmericaFrontccc.jpg,Still Wakes the Deep,PS5,Adventure,Unknown,The Chinese Room,,,,,,,,2023-06-12 +/games/boxart/full_7717284AmericaFrontccc.jpg,Still Wakes the Deep,XS,Adventure,Unknown,The Chinese Room,,,,,,,,2023-06-12 +/games/boxart/full_6999378AmericaFrontccc.jpg,Stories Untold,NS,Adventure,Devolver Digital,No Code,,,,,,,2020-01-16,2020-01-14 +/games/boxart/full_6019823AmericaFrontccc.jpg,Stories Untold,PC,Adventure,Devolver Digital,No Code,,,,,,,2017-02-27,2020-01-14 +/games/boxart/default.jpg,Submerged,PS4,Adventure,Unknown,Uppercut Games,,,,,,,,2019-08-01 +/games/boxart/full_4984235AmericaFrontccc.jpg,Submerged,XOne,Adventure,Unknown,Uppercut Games,,,,,,,,2019-08-01 +/games/boxart/full_4479236AmericaFrontccc.jpg,Submerged: Hidden Depths,PS5,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 +/games/boxart/full_9551803AmericaFrontccc.jpg,Submerged: Hidden Depths,XOne,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 +/games/boxart/full_238639AmericaFrontccc.jpg,Submerged: Hidden Depths,XS,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 +/games/boxart/full_6176755AmericaFrontccc.jpg,Submerged: Hidden Depths,PC,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 +/games/boxart/full_5724398AmericaFrontccc.jpg,Submerged: Hidden Depths,PS4,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 +/games/boxart/full_6017147AmericaFrontccc.jpg,Sunless Sea,Linux,Adventure,Failbetter Games,Failbetter Games,,,,,,,2015-02-06,2018-08-11 +/games/boxart/full_1428697AmericaFrontccc.png,Superbrothers: Sword & Sworcery EP,NS,Adventure,Capybara Games,Capybara Games,,,,,,,2018-10-30,2018-12-08 +/games/boxart/full_1205248AmericaFrontccc.jpg,Swordbreaker The Game,PC,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 +/games/boxart/full_3788356AmericaFrontccc.jpg,Swordbreaker The Game,PS4,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 +/games/boxart/full_5402148AmericaFrontccc.jpg,Swordbreaker The Game,XOne,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 +/games/boxart/full_9077609AmericaFrontccc.jpg,Swordbreaker The Game,PSV,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 +/games/boxart/full_3275958AmericaFrontccc.jpg,Swordbreaker The Game,NS,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 +/games/boxart/full_9102584AmericaFrontccc.png,Syberia 3,NS,Adventure,Anuman,Anuman Interactive,,,,,,,2018-01-01,2018-03-25 +/games/boxart/full_5449405AmericaFrontccc.jpg,Syberia: The World Before,PC,Adventure,Unknown,Koalabs Studio,,,,,,,,2021-08-26 +/games/boxart/full_6355897AmericaFrontccc.jpg,Tacoma,XOne,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-02,2018-01-22 +/games/boxart/full_6148834AmericaFrontccc.png,Technobabylon,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2015-05-01,2017-12-31 +/games/boxart/full_9457333AmericaFrontccc.jpg,Tell Me Why,XS,Adventure,Xbox Game Studios,DONTNOD Entertainment,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_8482904AmericaFrontccc.jpg,Tell Me Why,PC,Adventure,Xbox Game Studios,DONTNOD Entertainment,,,,,,,2020-08-27,2019-11-26 +/games/boxart/full_4605580AmericaFrontccc.png,Tell Me Why,XOne,Adventure,Xbox Game Studios,DONTNOD Entertainment,,,,,,,2020-08-27,2019-11-26 +/games/boxart/full_1042878AmericaFrontccc.jpg,Telling Lies,PS4,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2020-04-28,2020-04-27 +/games/boxart/full_6320899AmericaFrontccc.jpg,Telling Lies,XOne,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2020-04-28,2020-04-27 +/games/boxart/full_8592377AmericaFrontccc.jpg,Telling Lies,iOS,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2019-08-23,2020-04-27 +/games/boxart/full_2780661AmericaFrontccc.jpg,Telling Lies,NS,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2020-04-28,2020-04-27 +/games/boxart/full_2190363AmericaFrontccc.jpg,Telling Lies,PC,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2019-08-23,2020-04-27 +/games/boxart/full_8591991AmericaFrontccc.png,The Adventures of Bertram Fiddle: Episode 1 - A Dreadly Business,NS,Adventure,Chorus Worldwide Games,Rumpus Animation,,,,,,,2018-03-29,2019-05-06 +/games/boxart/full_8286612AmericaFrontccc.jpg,The Adventures of Bertram Fiddle: Episode 1 - A Dreadly Business,PC,Adventure,Deck 13,Rumpus Animation,,,,,,,2015-04-02,2019-05-06 +/games/boxart/full_3647860AmericaFrontccc.jpg,The Adventures of Bertram Fiddle: Episode 1 - A Dreadly Business,XOne,Adventure,Chorus Worldwide Games,Rumpus Animation,,,,,,,2019-05-08,2019-05-06 +/games/boxart/full_859708AmericaFrontccc.jpg,The Almost Gone,iOS,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 +/games/boxart/full_2151078AmericaFrontccc.jpg,The Almost Gone,And,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 +/games/boxart/full_8393925AmericaFrontccc.jpg,The Almost Gone,NS,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 +/games/boxart/full_2219435AmericaFrontccc.jpg,The Almost Gone,PC,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 +/games/boxart/full_2808158AmericaFrontccc.jpg,The Alters,PC,Adventure,Unknown,11 bit studios,,,,,,,,2023-10-04 +/games/boxart/full_6691981AmericaFrontccc.jpg,The Alters,PS5,Adventure,Unknown,11 bit studios,,,,,,,,2023-10-04 +/games/boxart/full_4476811AmericaFrontccc.jpg,The Alters,XS,Adventure,Unknown,11 bit studios,,,,,,,,2023-10-04 +/games/boxart/full_9300939AmericaFrontccc.jpg,The Awesome Adventures of Captain Spirit,PC,Adventure,DONTNOD Entertainment,DONTNOD Entertainment,,,,,,,2018-06-26,2018-06-11 +/games/boxart/full_2725109AmericaFrontccc.jpg,The Awesome Adventures of Captain Spirit,PS4,Adventure,DONTNOD Entertainment,DONTNOD Entertainment,,,,,,,2018-06-26,2018-06-11 +/games/boxart/full_608061AmericaFrontccc.jpg,The Awesome Adventures of Captain Spirit,XOne,Adventure,DONTNOD Entertainment,DONTNOD Entertainment,,,,,,,2018-06-26,2018-06-11 +/games/boxart/full_8007972AmericaFrontccc.jpg,The Book of Unwritten Tales 2,PS3,Adventure,Nordic Games,KING Art Games,,,,,,,2015-09-22,2018-12-19 +/games/boxart/full_706835AmericaFrontccc.jpg,The Book of Unwritten Tales 2,NS,Adventure,THQ Nordic,KING Art Games,,,,,,,2019-05-31,2018-12-17 +/games/boxart/full_1631472AmericaFrontccc.jpg,The Book of Unwritten Tales 2,X360,Adventure,Nordic Games,KING Art Games,,,,,,,2015-09-18,2018-12-19 +/games/boxart/full_6688922AmericaFrontccc.png,The Bunker,NS,Adventure,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2018-04-09,2018-03-26 +/games/boxart/full_3806505PALFrontccc.jpg,The Caligula Effect 2,NS,Adventure,Unknown,Historia,,,,,,,,2021-10-11 +/games/boxart/full_1315400PALFrontccc.jpg,The Caligula Effect 2,PS4,Adventure,Unknown,Historia,,,,,,,,2021-10-11 +/games/boxart/full_4345613AmericaFrontccc.jpg,The Case of the Golden Idol,PC,Adventure,Unknown,Color Gray Games,,,,,,,,2022-12-10 +/games/boxart/full_9057074AmericaFrontccc.png,The Charming Empire,NS,Adventure,D3Publisher,OperaHouse,,,,,,,2018-03-29,2018-03-26 +/games/boxart/full_2446199AmericaFrontccc.jpg,The Coma 2: Vicious Sisters,PS4,Adventure,Digerati,Devespresso Games,,,,,,,2019-12-01,2019-08-14 +/games/boxart/full_6707453AmericaFrontccc.jpg,The Coma 2: Vicious Sisters,XOne,Adventure,Digerati,Devespresso Games,,,,,,,2019-12-01,2019-08-14 +/games/boxart/full_5005413AmericaFrontccc.png,The Coma: Recut,NS,Adventure,Digerati,Devespresso Games,,,,,,,2017-11-21,2018-02-03 +/games/boxart/full_8064112AmericaFrontccc.jpg,The Complex,PC,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 +/games/boxart/full_2140855AmericaFrontccc.jpg,The Complex,PS4,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 +/games/boxart/full_6772839AmericaFrontccc.jpg,The Complex,XOne,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 +/games/boxart/full_1972439AmericaFrontccc.jpg,The Complex,NS,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 +/games/boxart/full_2605470AmericaFrontccc.jpg,The Council,PS4,Adventure,Bigben Interactive,Big Bad Wolf,,,,,,,2019-01-29,2018-12-18 +/games/boxart/full_3801025AmericaFrontccc.jpg,The Council,PC,Adventure,Focus Home Interactive,Big Bad Wolf,,,,,,,2018-03-13,2018-12-17 +/games/boxart/full_3408352AmericaFrontccc.jpg,The Council,XOne,Adventure,Bigben Interactive,Big Bad Wolf,,,,,,,2019-01-29,2018-12-18 +/games/boxart/full_3855439AmericaFrontccc.png,The Count Lucanor,NS,Adventure,Merge Games,Ratalaika Games,,,,,,,2017-10-19,2018-03-26 +/games/boxart/full_3323654AmericaFrontccc.jpg,The Dark Pictures Anthology: Little Hope,PC,Adventure,Bandai Namco Entertainment,Supermassive Games Ltd.,,,,,,,2020-10-30,2020-05-29 +/games/boxart/full_674215AmericaFrontccc.jpg,The Dark Pictures Anthology: Little Hope,PS4,Adventure,Bandai Namco Entertainment,Supermassive Games Ltd.,,,,,,,2020-10-30,2020-05-29 +/games/boxart/full_1033529AmericaFrontccc.jpg,The Dark Pictures Anthology: Little Hope,XOne,Adventure,Bandai Namco Entertainment,Supermassive Games Ltd.,,,,,,,2020-10-30,2020-05-29 +/games/boxart/full_7411292AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,XOne,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 +/games/boxart/full_6584720AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,XS,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 +/games/boxart/full_9166520AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,PC,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 +/games/boxart/full_7543625AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,PS4,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 +/games/boxart/full_9468596AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,PS5,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 +/games/boxart/full_168388AmericaFrontccc.png,The Darkside Detective,NS,Adventure,Unknown,Spooky Doorway,,,,,,,,2018-02-04 +/games/boxart/full_2027559AmericaFrontccc.jpg,The Deed: Dynasty,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2016-05-10,2019-04-21 +/games/boxart/full_2042267AmericaFrontccc.png,The Deer God,NS,Adventure,Level 77,Blowfish Studios,,,,,,,2017-12-21,2018-03-26 +/games/boxart/full_2958341AmericaFrontccc.jpg,The Expanse: A Telltale Series,PS5,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 +/games/boxart/full_33845AmericaFrontccc.jpg,The Expanse: A Telltale Series,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 +/games/boxart/full_2430650AmericaFrontccc.jpg,The Expanse: A Telltale Series,XS,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 +/games/boxart/full_4592172AmericaFrontccc.jpg,The Expanse: A Telltale Series,PC,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 +/games/boxart/full_7693780AmericaFrontccc.jpg,The Expanse: A Telltale Series,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 +/games/boxart/full_8092659AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,PC,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 +/games/boxart/full_8211873AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 +/games/boxart/full_3448838AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,PS5,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 +/games/boxart/full_1708854AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 +/games/boxart/full_746077AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,XS,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 +/games/boxart/full_5062933AmericaFrontccc.png,The Fall,NS,Adventure,Unknown,Over the Moon,,,,,,,,2018-05-09 +/games/boxart/full_2294254AmericaFrontccc.png,The Flame In The Flood,NS,Adventure,The Molasses Flood,The Molasses Flood,,,,,,,2017-10-12,2018-02-05 +/games/boxart/full_2088120AmericaFrontccc.jpg,The Gem Collector,WiiU,Adventure,Unknown,TreeFall Studios,,,,,,,,2018-01-05 +/games/boxart/full_7949594AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,PC,Adventure,Unknown,Capcom,,,,,,,,2021-06-02 +/games/boxart/full_4326728AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,PS4,Adventure,Unknown,Capcom,,,,,,,,2021-06-02 +/games/boxart/full_75858AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,NS,Adventure,Unknown,Capcom,,,,,,,,2021-06-02 +/games/boxart/full_7122443AmericaFrontccc.jpg,The Invincible,PC,Adventure,11 bit studios,Starward Industries,,,,,,,2023-11-06,2023-10-01 +/games/boxart/full_753615AmericaFrontccc.jpg,The Invincible,PS5,Adventure,11 bit studios,Starward Industries,,,,,,,2023-11-06,2023-10-01 +/games/boxart/full_3905714AmericaFrontccc.jpg,The Invincible,XS,Adventure,11 bit studios,Starward Industries,,,,,,,2023-11-06,2023-10-01 +/games/boxart/full_5766318AmericaFrontccc.jpg,The Invisible Hours,OR,Adventure,GameTrust,Tequila Works,,,,,,,2017-10-10,2021-10-27 +/games/boxart/full_9475209AmericaFrontccc.jpg,The Last Campfire,XOne,Adventure,Hello Games,Hello Games,,,,,,,2020-12-01,2020-06-08 +/games/boxart/full_1417168AmericaFrontccc.jpg,The Last Campfire,PC,Adventure,Hello Games,Hello Games,,,,,,,2020-12-31,2018-12-06 +/games/boxart/full_7993155AmericaFrontccc.jpg,The Last Campfire,NS,Adventure,Hello Games,Hello Games,,,,,,,2020-12-01,2020-06-08 +/games/boxart/full_8490838AmericaFrontccc.jpg,The Last Campfire,PS4,Adventure,Hello Games,Hello Games,,,,,,,2020-12-01,2020-06-08 +/games/boxart/full_193274AmericaFrontccc.jpg,The Last Worker,NS,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 +/games/boxart/full_7163425AmericaFrontccc.jpg,The Last Worker,PC,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 +/games/boxart/full_4444336AmericaFrontccc.jpg,The Last Worker,PS5,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 +/games/boxart/full_6560948AmericaFrontccc.jpg,The Last Worker,XS,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 +/games/boxart/full_5631976AmericaFrontccc.png,The Lion's Song,NS,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2018-07-10,2019-03-27 +/games/boxart/full_676257AmericaFrontccc.jpg,The Lion's Song,Linux,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2016-07-07,2019-03-27 +/games/boxart/full_3066157AmericaFrontccc.jpg,The Lion's Song,OSX,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2016-07-07,2019-03-27 +/games/boxart/full_1395501AmericaFrontccc.jpg,The Lion's Song,PC,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2016-07-07,2019-03-27 +/games/boxart/default.jpg,The Little Acre,XOne,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 +/games/boxart/default.jpg,The Little Acre,PS4,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 +/games/boxart/default.jpg,The Little Acre,OSX,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 +/games/boxart/default.jpg,The Little Acre,Linux,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 +/games/boxart/default.jpg,The Little Acre,PC,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 +/games/boxart/default.jpg,The Little Acre,iOS,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 +/games/boxart/full_8902395AmericaFrontccc.jpg,The Long Dark,NS,Adventure,Unknown,Hinterland Studio Inc.,,,,,,,,2020-09-17 +/games/boxart/full_1901953AmericaFrontccc.png,The Long Reach,NS,Adventure,Merge Games,Painted Black Games,,,,,,,2018-03-14,2018-01-30 +/games/boxart/default.jpg,The Longing,NS,Adventure,Unknown,Studio Seufz,,,,,,,,2021-11-10 +/games/boxart/full_2019805AmericaFrontccc.jpg,The Mammoth,PC,Adventure,inbetweengames,inbetweengames,,,,,,,2015-08-24,2019-04-21 +/games/boxart/full_3132413AmericaFrontccc.jpg,The Medium,XS,Adventure,Bloober Team,Bloober Team,,,,,,,2020-12-01,2020-05-07 +/games/boxart/full_8277530AmericaFrontccc.jpg,The Medium,PS5,Adventure,Bloober Team S.A.,Bloober Team,,,,,,,2021-09-03,2021-06-16 +/games/boxart/full_5378774AmericaFrontccc.jpg,The Medium,PC,Adventure,Bloober Team,Bloober Team,,,,,,,2020-12-01,2020-05-07 +/games/boxart/full_9078239AmericaFrontccc.png,The Men of Yoshiwara: Kikuya,NS,Adventure,D3Publisher,D3 Publisher,,,,,,,2018-02-01,2018-03-26 +/games/boxart/full_9848552AmericaFrontccc.png,The Men of Yoshiwara: Ohgiya,NS,Adventure,D3 Publisher,D3 Publisher,,,,,,,2018-03-08,2018-03-26 +/games/boxart/full_9797434AmericaFrontccc.jpg,The Murder of Sonic the Hedgehog,PC,Adventure,Unknown,Sega,,,,,,,,2023-04-05 +/games/boxart/full_1944424AmericaFrontccc.jpeg,The Night of the Rabbit,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2013-05-28,2017-12-31 +/games/boxart/full_8445854AmericaFrontccc.jpg,The Occupation,XOne,Adventure,Humble Bundle,White Paper Games,,,,,,,2019-02-05,2018-09-11 +/games/boxart/full_4643291AmericaFrontccc.jpg,The Occupation,PS4,Adventure,Humble Bundle,White Paper Games,,,,,,,2019-02-05,2018-09-11 +/games/boxart/full_5148560AmericaFrontccc.jpg,The Old City: Leviathan,PC,Adventure,Unknown,PostMod Softworks,,,,,,,,2022-08-23 +/games/boxart/full_4029523AmericaFrontccc.jpg,The Outbound Ghost,NS,Adventure,Merge Games,Digerati,,,,,,,2022-11-25,2023-03-21 +/games/boxart/full_9882967AmericaFrontccc.jpg,The Outer Worlds 2,PC,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2021-06-13 +/games/boxart/full_5075350AmericaFrontccc.jpg,The Outer Worlds 2,XS,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2021-06-13 +/games/boxart/full_5333120AmericaFrontccc.jpg,The Park,PS4,Adventure,Funcom,Fun Com,,,,,,,2016-05-03,2023-07-06 +/games/boxart/full_5364266AmericaFrontccc.jpg,The Pathless,PS4,Adventure,Annapurna Interactive,Giant Squid Studios,,,,,,,2020-12-01,2019-06-08 +/games/boxart/full_4239155AmericaFrontccc.jpg,The Pathless,PS5,Adventure,Annapurna Interactive,Giant Squid Studios,,,,,,,2020-12-01,2020-06-15 +/games/boxart/full_5013577AmericaFrontccc.jpg,The Pathless,PC,Adventure,Annapurna Interactive,Giant Squid Studios,,,,,,,2020-12-01,2019-06-08 +/games/boxart/full_7392570AmericaFrontccc.jpg,The Perplexing Orb,WiiU,Adventure,Unknown,TreeFall Studios,,,,,,,,2018-01-05 +/games/boxart/full_2850141AmericaFrontccc.jpeg,The Pillars of the Earth,PC,Adventure,Kalypso Media,Daedalic Entertainment,,,,,,,2017-11-28,2018-09-20 +/games/boxart/full_2369963AmericaFrontccc.jpg,The Plan,PC,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-02-14,2019-04-08 +/games/boxart/full_8010462AmericaFrontccc.jpg,The Plane Effect,NS,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 +/games/boxart/full_2200586AmericaFrontccc.jpg,The Plane Effect,PC,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 +/games/boxart/full_490503AmericaFrontccc.jpg,The Plane Effect,PS5,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 +/games/boxart/full_4043106AmericaFrontccc.jpg,The Plane Effect,XS,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 +/games/boxart/full_9790641AmericaFrontccc.jpg,The Quarry,XOne,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 +/games/boxart/full_6987514AmericaFrontccc.jpg,The Quarry,XS,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 +/games/boxart/full_5170721AmericaFrontccc.jpg,The Quarry,PC,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 +/games/boxart/full_9995341AmericaFrontccc.jpg,The Quarry,PS4,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 +/games/boxart/full_9794272AmericaFrontccc.jpg,The Quarry,PS5,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 +/games/boxart/full_834411AmericaFrontccc.jpg,The Raven Remastered,PC,Adventure,THQ Nordic,KING Art Games,,,,,,,2018-03-13,2018-01-29 +/games/boxart/full_3033936AmericaFrontccc.jpg,The Raven Remastered,NS,Adventure,THQ Nordic,KING Art Games,,,,,,,2019-01-22,2018-12-17 +/games/boxart/full_6376997AmericaFrontccc.png,The Red Lantern,NS,Adventure,"Timberline Studio, Inc.","Timberline Studio, Inc.",,,,,,,2020-12-30,2019-04-02 +/games/boxart/full_3347620AmericaFrontccc.png,The Room Three,PC,Adventure,Unknown,Fireproof Games,,,,,,,,2017-12-31 +/games/boxart/default.jpg,The Sea Will Claim Everything,PC,Adventure,Unknown,Jonas Kyratzes,,,,,,,,2018-01-06 +/games/boxart/full_9129819AmericaFrontccc.png,The Sexy Brutale,NS,Adventure,Tequila Works,Tequila Works,,,,,,,2017-12-07,2018-03-26 +/games/boxart/full_1991509AmericaFrontccc.png,The Shivah,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2013-11-21,2017-12-31 +/games/boxart/full_2952425AmericaFrontccc.png,The Starship Damrey,3DS,Adventure,Level 5,Level 5,5.4,,,,,,2013-05-16,2018-04-12 +/games/boxart/full_1116674AmericaFrontccc.jpg,The Station,XOne,Adventure,Unknown,The Station,,,,,,,,2018-02-19 +/games/boxart/full_7482668AmericaFrontccc.jpg,The Station,PC,Adventure,Unknown,The Station,,,,,,,,2018-02-19 +/games/boxart/full_7102018AmericaFrontccc.jpg,The Station,PS4,Adventure,Unknown,The Station,,,,,,,,2018-02-19 +/games/boxart/full_5471215AmericaFrontccc.png,The Stillness of the Wind,NS,Adventure,Fellow Traveller,Memory of God,,,,,,,2019-02-07,2019-03-28 +/games/boxart/full_9482720AmericaFrontccc.jpg,The Suicide of Rachel Foster,NS,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-10-31,2023-07-02 +/games/boxart/default.jpg,The Suicide of Rachel Foster,PC,Adventure,Unknown,Daedalic Entertainment,,,,,,,,2020-12-07 +/games/boxart/full_7636215AmericaFrontccc.jpg,The Vanishing of Ethan Carter,NS,Adventure,The Astronauts,The Astronauts,,,,,,,2019-08-15,2019-08-16 +/games/boxart/full_3212781AmericaFrontccc.jpg,The Vanishing of Ethan Carter,XOne,Adventure,The Astronauts,The Astronauts,,,,,,,2018-01-19,2018-01-12 +/games/boxart/full_7256414AmericaFrontccc.png,The Walking Dead - A Telltale Series - The Final Season,NS,Adventure,Telltale Games,Telltale Games,,,,,,,2018-08-13,2018-11-02 +/games/boxart/default.jpg,The Walking Dead - A Telltale Series - The Final Season,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-03-23 +/games/boxart/full_9415938AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Five - No Going Back,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_4749111AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Four - Amid the Ruins,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_6061960AmericaFrontccc.jpg,The Walking Dead Season Two: Episode One - All That Remains,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_6467500AmericaFrontccc.jpg,The Walking Dead Season Two: Episode One - All That Remains,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_2376816AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Three - In Harm's Way,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_6950497AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Two - A House Divided,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_2437161AmericaFrontccc.jpg,The Walking Dead: 400 Days,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 +/games/boxart/full_3252512AmericaFrontccc.jpg,The Walking Dead: 400 Days,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 +/games/boxart/full_362586AmericaFrontccc.jpg,The Walking Dead: 400 Days,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 +/games/boxart/full_6805132AmericaFrontccc.jpg,The Walking Dead: 400 Days,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 +/games/boxart/full_1628511AmericaFrontccc.jpg,The Walking Dead: 400 Days,NS,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 +/games/boxart/full_7050086AmericaFrontccc.jpg,The Walking Dead: 400 Days,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 +/games/boxart/full_5454379AmericaFrontccc.jpg,The Walking Dead: Episode 1 - A New Day,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_9437242AmericaFrontccc.png,The Walking Dead: Episode 2 - Starved For Help,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_6862568AmericaFrontccc.jpg,The Walking Dead: Episode 3 - Long Road Ahead,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_5876539AmericaFrontccc.jpg,The Walking Dead: Episode 4 - Around Every Corner,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_4941531AmericaFrontccc.jpg,The Walking Dead: Episode 5 - No Time Left,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_4746712AmericaFrontccc.jpg,The Walking Dead: Michonne Episode 1 - In Too Deep,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_8385097AmericaFrontccc.jpg,The Walking Dead: Michonne Episode 2 - Give No Shelter,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_5735580AmericaFrontccc.jpg,The Walking Dead: Michonne Episode 3 - What We Deserve,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 +/games/boxart/full_1796059AmericaFrontccc.png,The Wardrobe,NS,Adventure,Unknown,C.I.N.I.C. Games,,,,,,,,2018-02-02 +/games/boxart/full_6831370AmericaFrontccc.jpg,The Way,XOne,Adventure,PlayWay,Puzzling Dream,,,,,,,2017-04-08,2019-04-20 +/games/boxart/full_8911202AmericaFrontccc.jpg,The Way,Linux,Adventure,PlayWay,Puzzling Dream,,,,,,,2016-05-20,2019-04-20 +/games/boxart/full_4991916AmericaFrontccc.jpg,The Way,OSX,Adventure,PlayWay,Puzzling Dream,,,,,,,2016-05-20,2019-04-20 +/games/boxart/full_9612001AmericaFrontccc.jpg,The Way,PC,Adventure,PlayWay,Puzzling Dream,,,,,,,2016-05-20,2019-04-20 +/games/boxart/full_4292881AmericaFrontccc.png,The Way Remastered,NS,Adventure,SONKA,SONKA,,,,,,,2018-04-20,2019-04-20 +/games/boxart/full_9806120AmericaFrontccc.png,The Wolf Among Us,X360,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-04,2018-03-31 +/games/boxart/full_4393111AmericaFrontccc.jpg,There Is No Game: Wrong Dimension,PC,Adventure,Unknown,Draw Me A Pixel,,,,,,,,2021-01-13 +/games/boxart/default.jpg,Theseus,OR,Adventure,Unknown,Forge Reply,,,,,,,,2022-03-15 +/games/boxart/full_7647116AmericaFrontccc.png,Thimbleweed Park,NS,Adventure,Terrible Toybox,Terrible Toybox,,,,,,,2017-09-21,2018-01-31 +/games/boxart/full_2447795AmericaFrontccc.jpg,This is the Zodiac Speaking,PC,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 +/games/boxart/full_3831426AmericaFrontccc.jpg,This is the Zodiac Speaking,PS4,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 +/games/boxart/full_3159126AmericaFrontccc.jpg,This is the Zodiac Speaking,XOne,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 +/games/boxart/full_3001495AmericaFrontccc.jpg,This is the Zodiac Speaking,NS,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 +/games/boxart/full_1930161AmericaFrontccc.jpg,TOEM,NS,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 +/games/boxart/full_8461159AmericaFrontccc.jpg,TOEM,PC,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 +/games/boxart/full_2627584AmericaFrontccc.jpg,TOEM,PS5,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 +/games/boxart/full_2334764AmericaFrontccc.jpg,TOEM,XOne,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 +/games/boxart/full_5993261AmericaFrontccc.jpg,TOEM,XS,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 +/games/boxart/full_9349590AmericaFrontccc.jpg,Tohu,iOS,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 +/games/boxart/full_4926915AmericaFrontccc.jpg,Tohu,PC,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 +/games/boxart/full_2610943AmericaFrontccc.jpg,Tohu,PS4,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 +/games/boxart/full_4367362AmericaFrontccc.jpg,Tohu,NS,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 +/games/boxart/full_9794415AmericaFrontccc.jpg,Tohu,XOne,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 +/games/boxart/full_3296592AmericaFrontccc.jpg,Tohu,And,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 +/games/boxart/full_3955530AmericaFrontccc.jpg,Tokyo Chronos,PS4,Adventure,Sekai Project,MyDearest Inc.,,,,,,,2019-08-01,2019-06-14 +/games/boxart/full_9463427AmericaFrontccc.jpg,Tokyo Chronos,PC,Adventure,Sekai Project,MyDearest Inc.,,,,,,,2019-03-20,2019-06-14 +/games/boxart/full_8265906AmericaFrontccc.jpg,Tokyo Dark: Remembrance,PS4,Adventure,Unties,Mebius,,,,,,,2020-01-10,2020-01-13 +/games/boxart/full_1298482AmericaFrontccc.png,Tokyo Dark: Remembrance,NS,Adventure,Unties,Mebius,,,,,,,2019-11-07,2018-08-03 +/games/boxart/default.jpg,Tormentum - Dark Sorrow,And,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Tormentum - Dark Sorrow,OSX,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Tormentum - Dark Sorrow,PC,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 +/games/boxart/full_2304637AmericaFrontccc.jpg,Transference,PC,Adventure,Ubisoft,Ubisoft,,,,,,,2018-09-18,2020-01-30 +/games/boxart/full_6181155AmericaFrontccc.jpg,Trenches,PS5,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 +/games/boxart/full_6926514AmericaFrontccc.jpg,Trenches,XS,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 +/games/boxart/full_1148515AmericaFrontccc.jpg,Trenches,NS,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 +/games/boxart/full_7533588AmericaFrontccc.jpg,Trenches,PS4,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 +/games/boxart/default.jpg,Trüberbrook,XOne,Adventure,Headup Games,btf,,,,,,,2019-01-01,2019-01-03 +/games/boxart/full_6516833AmericaFrontccc.jpg,Trüberbrook,PC,Adventure,Headup Games,btf,,,,,,,2019-01-01,2019-01-03 +/games/boxart/full_9883498PALFrontccc.jpg,Trüberbrook,NS,Adventure,Merge Games,btf,,,,,,,2019-03-19,2019-01-03 +/games/boxart/full_9239003PALFrontccc.jpg,Trüberbrook,PS4,Adventure,Merge Games,btf,,,,,,,2019-03-19,2019-01-03 +/games/boxart/default.jpg,Tsioque,OSX,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Tsioque,PC,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 +/games/boxart/full_3739007AmericaFrontccc.jpg,Twin Mirror,PC,Adventure,Bandai Namco,DONTNOD Entertainment,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_125609AmericaFrontccc.jpg,Twin Mirror,XOne,Adventure,Bandai Namco,DONTNOD Entertainment,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_8639536AmericaFrontccc.jpg,Twin Mirror,PS4,Adventure,Bandai Namco,DONTNOD Entertainment,,,,,,,2020-12-01,2019-06-09 +/games/boxart/default.jpg,Unavowed,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2018-01-01,2017-12-31 +/games/boxart/full_9962168AmericaFrontccc.jpg,Uncle Albert’s Fabulous Voyage,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,1999-01-01,2021-03-22 +/games/boxart/full_9571477AmericaFrontccc.jpg,Uncle Albert’s Magical Album,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,1998-01-01,2021-03-22 +/games/boxart/full_634071AmericaFrontccc.jpg,Uncle Albert’s Mysterious Island,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,2000-01-01,2021-03-22 +/games/boxart/full_1232103AmericaFrontccc.jpg,Under The Waves,XOne,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 +/games/boxart/full_7933354AmericaFrontccc.jpg,Under The Waves,XS,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 +/games/boxart/full_2883569AmericaFrontccc.jpg,Under The Waves,PC,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 +/games/boxart/full_5868416AmericaFrontccc.jpg,Under The Waves,PS4,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 +/games/boxart/full_4200969AmericaFrontccc.jpg,Under The Waves,PS5,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 +/games/boxart/full_2243580AmericaFrontccc.jpg,Undying,PC,Adventure,Vanimals,Vanimals,,,,,,,2020-12-01,2019-08-08 +/games/boxart/full_8916122AmericaFrontccc.jpg,Undying,PS4,Adventure,Vanimals,Vanimals,,,,,,,2020-12-01,2019-08-08 +/games/boxart/default.jpg,VA-11 HALL-A,OSX,Adventure,Unknown,Sukeban Games,,,,,,,,2018-01-06 +/games/boxart/default.jpg,VA-11 HALL-A,Linux,Adventure,Unknown,Sukeban Games,,,,,,,,2018-01-06 +/games/boxart/full_553889PALFrontccc.jpg,Valiant Hearts: The Great War,NS,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2018-11-18,2019-05-05 +/games/boxart/full_9789558AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,Linux,Adventure,Draw Distance,Draw Distance,,,,,,,2019-12-11,2019-06-16 +/games/boxart/full_9852257AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,NS,Adventure,Draw Distance,Draw Distance,,,,,,,2020-03-24,2019-06-16 +/games/boxart/full_6027786AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,PC,Adventure,Draw Distance,Draw Distance,,,,,,,2019-12-11,2019-06-16 +/games/boxart/full_4192806AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,PS4,Adventure,Draw Distance,Draw Distance,,,,,,,2020-03-25,2020-03-29 +/games/boxart/full_4108628AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,XOne,Adventure,Draw Distance,Draw Distance,,,,,,,2020-04-15,2020-03-29 +/games/boxart/full_7529152AmericaFrontccc.jpg,Vane,PS4,Adventure,Friend & Foe,Friend & Foe,,,,,,,2019-01-15,2019-03-24 +/games/boxart/full_76349AmericaFrontccc.jpg,Venba,PS5,Adventure,Unknown,Visai Games,,,,,,,,2023-09-08 +/games/boxart/full_1110183AmericaFrontccc.jpg,Venba,XOne,Adventure,Unknown,Visai Games,,,,,,,,2023-09-08 +/games/boxart/full_323407AmericaFrontccc.jpg,Venba,XS,Adventure,Unknown,Visai Games,,,,,,,,2023-09-08 +/games/boxart/full_2020377AmericaFrontccc.jpg,Viewfinder,PC,Adventure,Unknown,Sad Owl Studios,,,,,,,,2023-06-15 +/games/boxart/full_7230307AmericaFrontccc.jpg,Viewfinder,PS5,Adventure,Unknown,Sad Owl Studios,,,,,,,,2023-06-15 +/games/boxart/full_7936864AmericaFrontccc.png,Violett,NS,Adventure,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2017-10-26,2018-02-04 +/games/boxart/full_1359721AmericaFrontccc.jpg,Violett Remastered,PC,Adventure,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2013-12-13,2019-04-07 +/games/boxart/default.jpg,Virginia,PC,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Virginia,XOne,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 +/games/boxart/full_4016688AmericaFrontccc.jpg,Virginia,PS4,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Virginia,OSX,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 +/games/boxart/full_4102264AmericaFrontccc.jpg,"Walden, a game",XOne,Adventure,Unknown,USC Games,,,,,,,,2022-08-29 +/games/boxart/full_1054484AmericaFrontccc.jpg,"Walden, a game",PC,Adventure,Unknown,USC Games,,,,,,,,2022-08-29 +/games/boxart/full_457718AmericaFrontccc.jpg,"Walden, a game",PS4,Adventure,Unknown,USC Games,,,,,,,,2022-08-29 +/games/boxart/full_2263731AmericaFrontccc.png,Wandersong,NS,Adventure,Humble Bundle,Greg Lobanov,,,,,,,2018-09-27,2018-09-29 +/games/boxart/default.jpg,way to the woods,XOne,Adventure,Unknown,Unknown,,,,,,,,2019-06-09 +/games/boxart/default.jpg,way to the woods,PC,Adventure,Unknown,Unknown,,,,,,,,2019-06-09 +/games/boxart/full_9742626AmericaFrontccc.jpg,Ways to the Woods,PC,Adventure,Team 17,Anthony Tan,,,,,,,2020-12-01,2020-08-01 +/games/boxart/full_2792501AmericaFrontccc.jpg,Ways to the Woods,XOne,Adventure,Team 17,Anthony Tan,,,,,,,2020-12-01,2020-08-01 +/games/boxart/full_7645784AmericaFrontccc.jpg,We Are OFK,PS4,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 +/games/boxart/full_690724AmericaFrontccc.jpg,We Are OFK,PS5,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 +/games/boxart/full_2339939AmericaFrontccc.jpg,We Are OFK,NS,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 +/games/boxart/full_4249190AmericaFrontccc.jpg,We Are OFK,PC,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 +/games/boxart/full_5940658AmericaFrontccc.jpg,We Were Here Forever,PS4,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 +/games/boxart/full_6179290AmericaFrontccc.jpg,We Were Here Forever,PS5,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 +/games/boxart/full_6065044AmericaFrontccc.jpg,We Were Here Forever,XOne,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 +/games/boxart/full_4446699AmericaFrontccc.jpg,We Were Here Forever,XS,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 +/games/boxart/full_1198804AmericaFrontccc.jpg,We Were Here Forever,PC,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 +/games/boxart/full_8557923AmericaFrontccc.jpg,We Were Here Together,PC,Adventure,Total Mayhem Games,Total Mayhem Games,,,,,,,2019-10-10,2020-06-03 +/games/boxart/full_3384747AmericaFrontccc.jpg,We Were Here Together,XOne,Adventure,Total Mayhem Games,Total Mayhem Games,,,,,,,2020-06-05,2020-06-03 +/games/boxart/full_1373411AmericaFrontccc.jpg,We Were Here Too,PC,Adventure,Total Mayhem Games,Total Mayhem Games,,,,,,,2018-02-02,2018-03-19 +/games/boxart/full_4034968AmericaFrontccc.jpg,Welcome to Elk,PC,Adventure,Triple Topping,Triple Topping,,,,,,,2020-09-17,2020-09-04 +/games/boxart/full_5510373AmericaFrontccc.jpg,Welcome to Elk,XOne,Adventure,Triple Topping,Triple Topping,,,,,,,2020-09-17,2020-09-04 +/games/boxart/full_7618972AmericaFrontccc.png,West of Loathing,NS,Adventure,Asymmetric,Asymmetric Publications,,,,,,,2018-05-31,2018-03-26 +/games/boxart/full_478098AmericaFrontccc.jpg,WHALIEN - Unexpected Guests,PC,Adventure,Unknown,Forbidden Folds,,,,,,,,2023-03-09 +/games/boxart/full_270726AmericaFrontccc.jpg,What Happened,PC,Adventure,Unknown,Genius Slackers,,,,,,,,2020-08-05 +/games/boxart/full_9788068AmericaFrontccc.jpg,What Happened,PS4,Adventure,Unknown,Genius Slackers,,,,,,,,2020-08-05 +/games/boxart/full_9545355AmericaFrontccc.jpg,What Happened,XOne,Adventure,Unknown,Genius Slackers,,,,,,,,2020-08-05 +/games/boxart/full_10578AmericaFrontccc.jpg,What Remains of Edith Finch,NS,Adventure,Unknown,Giant Sparrow,,,,,,,,2022-07-28 +/games/boxart/full_6989454AmericaFrontccc.jpg,What Remains of Edith Finch,XOne,Adventure,Unknown,Giant Sparrow,,,,,,,,2022-07-28 +/games/boxart/full_2135492AmericaFrontccc.jpg,What Remains of Edith Finch,XS,Adventure,Unknown,Giant Sparrow,,,,,,,,2022-07-28 +/games/boxart/full_5209568AmericaFrontccc.jpg,Whateverland,PS5,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 +/games/boxart/full_2442524AmericaFrontccc.jpg,Whateverland,XOne,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 +/games/boxart/full_1983207AmericaFrontccc.jpg,Whateverland,XS,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 +/games/boxart/full_9242564AmericaFrontccc.jpg,Whateverland,NS,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 +/games/boxart/full_7949700AmericaFrontccc.jpg,Whateverland,PC,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 +/games/boxart/full_4744191AmericaFrontccc.jpg,Whateverland,PS4,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 +/games/boxart/full_7352763AmericaFrontccc.png,Wheels of Aurelia,NS,Adventure,Mixedbag Srl,Santa Ragione Srl,,,,,,,2017-11-02,2018-03-26 +/games/boxart/full_6238915AmericaFrontccc.jpg,When the Past was Around,NS,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 +/games/boxart/full_6491678AmericaFrontccc.jpg,When the Past was Around,PS4,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 +/games/boxart/full_5835338AmericaFrontccc.jpg,When the Past was Around,XOne,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 +/games/boxart/full_433462AmericaFrontccc.jpg,When the Past was Around,PC,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 +/games/boxart/full_4181215AmericaFrontccc.png,Whispering Willows,WiiU,Adventure,Akupara Games,Night Light Interactive,,,,,,,2020-01-20,2020-09-20 +/games/boxart/full_305277PALFrontccc.png,White Day: A Labyrinth Named School (2001),PC,Adventure,Unknown,Sonnori,,,,,,,,2018-02-08 +/games/boxart/default.jpg,White Water!,Int,Adventure,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_3594497AmericaFrontccc.jpg,Wilson's Heart,OR,Adventure,Oculus,Twisted Pixel Games,,,,,,,2017-04-21,2021-10-27 +/games/boxart/full_9798359AmericaFrontccc.png,Woodle Tree Adventures,NS,Adventure,Chubby Pixel,Chubby Pixel,,,,,,,2017-12-21,2018-03-26 +/games/boxart/full_4078189JapanFrontccc.jpg,Yakuza 4,PS4,Adventure,Sega,Sega,,,,,,,2019-01-17,2019-01-25 +/games/boxart/default.jpg,Year Walk,PC,Adventure,Simogo,Simogo,,,,,,,2014-03-06,2018-01-05 +/games/boxart/default.jpg,Year Walk,OSX,Adventure,Unknown,Simogo,,,,,,,,2018-01-06 +/games/boxart/default.jpg,Yesterday,PC,Adventure,Focus Home Interactive,Pendulo Studios,,,,,,,2012-03-22,2018-01-05 +/games/boxart/full_7165347PALFrontccc.jpg,Yesterday Origins,NS,Adventure,Unknown,Pendulo Studios,,,,,,,,2018-04-10 +/games/boxart/default.jpg,Yesterday Origins,PC,Adventure,Microids,Pendulo Studio,,,,,,,2016-11-10,2018-01-05 +/games/boxart/full_702043AmericaFrontccc.jpg,Yomawari: Night Alone,All,Adventure,NIS America,Nippon Ichi Software,,,,,,,2016-10-25,2021-02-03 +/games/boxart/full_9666065AmericaFrontccc.png,Yono and the Celestial Elephants,NS,Adventure,Plug In Digital,Neckbolt,,,,,,,2017-10-12,2018-03-26 +/games/boxart/default.jpg,Yuppie Psycho,PS4,Adventure,Unknown,Baroque Decay,,,,,,,,2018-04-17 +/games/boxart/default.jpg,Yuppie Psycho,XOne,Adventure,Unknown,Baroque Decay,,,,,,,,2018-04-17 +/games/boxart/default.jpg,Yuppie Psycho,NS,Adventure,Unknown,Baroque Decay,,,,,,,,2018-04-17 +/games/boxart/full_7292379AmericaFrontccc.jpg,Grand Theft Auto,Series,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,1998-03-27,2020-02-03 +/games/boxart/full_3450397AmericaFrontccc.png,Minecraft,All,Action-Adventure,Mojang,Mojang AB,,,,,,,2011-11-18,2020-10-08 +/games/boxart/full_6011385AmericaFrontccc.jpg,Lego,Series,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,1997-09-26,2020-03-01 +/games/boxart/full_9916295AmericaFrontccc.jpg,Assassin's Creed,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2007-11-13,2020-02-11 +/games/boxart/full_5096432AmericaFrontccc.png,Grand Theft Auto V,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2013-09-17,2020-10-08 +/games/boxart/full_1095110AmericaFrontccc.jpg,The Legend of Zelda,Series,Action-Adventure,Nintendo,Nintendo,,,,,,,1987-07-14,2020-02-03 +/games/boxart/full_3812017AmericaFrontccc.png,Resident Evil,Series,Action-Adventure,Capcom,Capcom,,,,,,,1996-03-30,2020-02-03 +/games/boxart/full_4657184AmericaFrontccc.jpg,Tomb Raider,Series,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1996-11-14,2020-02-27 +/games/boxart/full_6060997AmericaFrontccc.jpg,Red Dead,Series,Action-Adventure,Rockstar Games,Rockstar San Diego,,,,,,,2004-05-04,2020-02-26 +/games/boxart/full_5665526AmericaFrontccc.jpg,Harry Potter/Wizarding World,Series,Action-Adventure,Electronic Arts,Griptonite Games,,,,,,,2001-11-15,2023-02-23 +/games/boxart/full_2853547AmericaFrontccc.jpg,Metal Gear,Series,Action-Adventure,Konami,Konami,,,,,,,1987-07-13,2020-02-26 +/games/boxart/full_5942658AmericaFrontccc.jpg,Red Dead Redemption 2,All,Action-Adventure,Rockstar Games,Rockstar Studios,,,,,,,2018-10-26,2020-10-08 +/games/boxart/full_1707AmericaFrontccc.jpg,Lego Star Wars,Series,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2005-03-29,2020-03-02 +/games/boxart/full_9139038AmericaFrontccc.jpg,Spider-Man,Series,Action-Adventure,Parker Brothers,Parker Brothers,,,,,,,1982-01-01,2020-03-12 +/games/boxart/full_7749058AmericaFrontccc.jpg,Terraria,Series,Action-Adventure,505 Games,Re-Logic,,,,,,,2011-05-16,2020-03-07 +/games/boxart/full_16750AmericaFrontccc.jpg,Marvel's Spider-Man,Series,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2018-09-07,2023-01-08 +/games/boxart/full_3923196AmericaFrontccc.jpg,The Last of Us,Series,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2013-06-14,2020-03-02 +/games/boxart/full_370962AmericaFrontccc.jpg,The Legend of Zelda: Breath of the Wild,All,Action-Adventure,Nintendo,Nintendo,,,,,,,2017-03-03,2023-02-07 +/games/boxart/full_4779170AmericaFrontccc.png,Horizon,Series,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2017-02-28,2020-09-24 +/games/boxart/full_4436858AmericaFrontccc.png,The Legend of Zelda: Breath of the Wild,NS,Action-Adventure,Nintendo,Nintendo EPD,9.9,,,,,,2017-03-03,2018-11-19 +/games/boxart/full_9580557AmericaFrontccc.jpg,Tom Clancy's Splinter Cell,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2002-11-17,2020-02-08 +/games/boxart/full_8781914AmericaFrontccc.jpg,Dying Light,Series,Action-Adventure,Techland,Techland,,,,,,,2015-01-27,2022-04-22 +/games/boxart/full_1105403AmericaFrontccc.jpg,James Bond,Series,Action-Adventure,Parker Bros.,Richard Shepherd Software,,,,,,,1983-01-01,2020-03-08 +/games/boxart/full_8875022AmericaFrontccc.jpg,Grand Theft Auto: San Andreas,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2004-10-26,2020-10-13 +/games/boxart/full_7939841AmericaFrontccc.jpg,Grand Theft Auto IV,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2008-12-02,2020-10-13 +/games/boxart/full_1400473AmericaFrontccc.jpg,Batman: Arkham,Series,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2009-08-25,2020-03-12 +/games/boxart/full_3825041AmericaFrontccc.jpg,Yakuza,Series,Action-Adventure,Sega,Sega,,,,,,,2006-09-05,2020-03-02 +/games/boxart/full_7960565AmericaFrontccc.jpg,Marvel's Spider-Man,PS4,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,9.1,,,,,,2018-09-07,2018-09-26 +/games/boxart/full_1468470AmericaFrontccc.jpg,Luigi's Mansion,Series,Action-Adventure,Nintendo,Nintendo,,,,,,,2001-11-18,2020-02-20 +/games/boxart/full_2048679AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,Series,Action-Adventure,Konami,Konami,,,,,,,1989-05-12,2020-03-16 +/games/boxart/full_1832037AmericaFrontccc.jpg,Horizon: Zero Dawn,All,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2017-02-28,2022-02-11 +/games/boxart/full_4448873AmericaFrontccc.jpg,SpongeBob SquarePants,Series,Action-Adventure,THQ,Vicarious Visions,,,,,,,2001-03-15,2020-03-07 +/games/boxart/full_6414177AmericaFrontccc.jpg,Castlevania,Series,Action-Adventure,Konami,Konami,,,,,,,1986-09-26,2020-03-03 +/games/boxart/full_8999556AmericaFrontccc.jpg,The Lord of the Rings,Series,Action-Adventure,Melbourne House,Beam Software,,,,,,,1982-11-01,2020-03-09 +/games/boxart/full_6212393AmericaFrontccc.jpg,Elden Ring,All,Action-Adventure,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2022-02-28 +/games/boxart/full_7756342AmericaFrontccc.jpg,Dying Light,All,Action-Adventure,Warner Bros. Interactive Entertainment,Techland,,,,,,,2015-01-27,2021-07-22 +/games/boxart/full_6719679AmericaFrontccc.jpg,Gundam,Series,Action-Adventure,Bandai,Banpresto,,,,,,,1997-05-02,2020-03-08 +/games/boxart/full_9159934AmericaFrontccc.jpg,Prince of Persia,Series,Action-Adventure,Ubisoft,Broderbund,,,,,,,1989-08-03,2020-02-09 +/games/boxart/full_6819048AmericaFrontccc.png,Rayman Raving Rabbids,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2006-11-19,2020-02-10 +/games/boxart/full_3949511AmericaFrontccc.jpg,Watch Dogs,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2014-05-27,2020-03-20 +/games/boxart/full_1861519AmericaFrontccc.jpg,The Legend of Zelda: Tears of the Kingdom,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2023-05-12,2022-09-13 +/games/boxart/full_719511AmericaFrontccc.jpg,Horizon: Zero Dawn,PS4,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,9.1,,,,,,2017-02-28,2020-09-24 +/games/boxart/full_6199072AmericaFrontccc.jpg,The Last of Us Remastered,PS4,Action-Adventure,Sony Computer Entertainment,Naughty Dog,9.5,,,,,,2014-07-29,2018-09-24 +/games/boxart/full_4646703AmericaFrontccc.jpg,Metroid,Series,Action-Adventure,Nintendo,Nintendo,,,,,,,1987-08-15,2020-02-19 +/games/boxart/full_4540190AmericaFrontccc.jpg,Grand Theft Auto: Vice City,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2002-10-29,2020-10-14 +/games/boxart/full_7352027AmericaFrontccc.jpg,Hitman,Series,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2000-11-21,2020-02-28 +/games/boxart/full_5574079AmericaFrontccc.jpg,Dead Island,Series,Action-Adventure,Deep Silver,Techland,,,,,,,2011-09-06,2020-03-20 +/games/boxart/full_8424022AmericaFrontccc.png,Dead Rising,Series,Action-Adventure,Capcom,Capcom,,,,,,,2006-08-08,2020-02-03 +/games/boxart/full_2038262AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2013-10-29,2020-10-21 +/games/boxart/full_3875347AmericaFrontccc.jpg,Barbie,Series,Action-Adventure,Hi Tech Expressions,Imagineering,,,,,,,1991-12-01,2020-03-14 +/games/boxart/full_496612AmericaFrontccc.jpg,Red Dead Redemption,All,Action-Adventure,Rockstar Games,Rockstar San Diego,,,,,,,2010-05-18,2020-10-30 +/games/boxart/full_9811365AmericaFrontccc.jpg,Grand Theft Auto III,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2001-10-22,2020-10-14 +/games/boxart/full_6446703AmericaFrontccc.jpg,Lego Batman,Series,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2008-09-23,2021-07-20 +/games/boxart/full_7541841AmericaFrontccc.jpeg,Marvel's Spider-Man: Miles Morales,All,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2020-11-12,2021-02-03 +/games/boxart/full_1869345AmericaFrontccc.jpg,Resident Evil 5,All,Action-Adventure,Capcom,Capcom,,,,,,,2009-03-13,2020-10-11 +/games/boxart/full_7412081AmericaFrontccc.jpg,Mafia,Series,Action-Adventure,2K Games,Illusion Softworks,,,,,,,2002-08-29,2020-11-06 +/games/boxart/full_4913646AmericaFrontccc.jpg,Monster Hunter Rise,All,Action-Adventure,Capcom,Capcom,,,,,,,2021-03-26,2022-01-18 +/games/boxart/full_9562873AmericaFrontccc.jpg,Resident Evil 2 (2019),All,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2020-10-11 +/games/boxart/full_1562748AmericaFrontccc.jpg,Resident Evil 4,All,Action-Adventure,Capcom,Capcom,,,,,,,2005-01-11,2020-10-11 +/games/boxart/full_3171235AmericaFrontccc.jpg,Luigi's Mansion 3,NS,Action-Adventure,Nintendo,"Next Level Games, Inc.",,,,,,,2019-10-31,2020-08-03 +/games/boxart/full_2236381AmericaFrontccc.jpg,Resident Evil 7,All,Action-Adventure,Capcom,Capcom,,,,,,,2017-01-24,2020-10-11 +/games/boxart/full_1731253AmericaFrontccc.jpg,Batman: Arkham City,All,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2011-10-18,2020-11-09 +/games/boxart/full_4256609AmericaFrontccc.jpg,Rust,All,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2018-02-08,2022-01-10 +/games/boxart/full_7383195AmericaFrontccc.jpg,Assassin's Creed III,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2012-10-30,2020-10-21 +/games/boxart/full_984377AmericaFrontccc.jpg,Jak and Daxter,Series,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2001-12-03,2020-03-02 +/games/boxart/full_2775924AmericaFrontccc.jpg,Resident Evil 6,All,Action-Adventure,Capcom,Capcom,,,,,,,2012-10-02,2020-10-11 +/games/boxart/full_4813989AmericaFrontccc.jpg,Lego Batman: The Videogame,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2008-09-23,2021-07-20 +/games/boxart/full_8364295AmericaFrontccc.jpg,Tomb Raider (2013),All,Action-Adventure,Square Enix,Crystal Dynamics,,,,,,,2013-03-05,2020-10-26 +/games/boxart/full_778605AmericaFrontccc.png,Assassin's Creed Odyssey,All,Action-Adventure,Ubisoft,Ubisoft Quebec,,,,,,,2018-10-05,2020-10-21 +/games/boxart/full_8216446AmericaFrontccc.png,Assassin's Creed Origins,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2017-10-27,2020-10-21 +/games/boxart/full_9124825AmericaFrontccc.jpg,Assassin's Creed Unity,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2014-11-11,2020-10-21 +/games/boxart/full_6909288AmericaFrontccc.png,It Takes Two,All,Action-Adventure,Electronic Arts,Hazelight,,,,,,,2021-03-26,2021-04-23 +/games/boxart/full_4320046AmericaFrontccc.jpg,Sekiro: Shadows Die Twice,All,Action-Adventure,Activision,From Software,,,,,,,2019-03-22,2021-02-12 +/games/boxart/full_9852982AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,All,Action-Adventure,Electronic Arts,Respawn Entertainment,,,,,,,2019-11-15,2020-12-30 +/games/boxart/full_5778838AmericaFrontccc.jpg,Valheim,PC,Action-Adventure,Coffee Stain Publishing,Iron Gate AB,,,,,,,2021-02-02,2021-02-11 +/games/boxart/full_2026957AmericaFrontccc.jpg,Watch Dogs,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2014-05-27,2020-11-28 +/games/boxart/full_1130188AmericaFrontccc.jpg,Watch Dogs 2,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2016-11-15,2020-11-28 +/games/boxart/full_5055631AmericaFrontccc.jpg,Ghost of Tsushima,All,Action-Adventure,Sony Interactive Entertainment,Sucker Punch,,,,,,,2020-07-17,2022-07-16 +/games/boxart/full_2191001AmericaFrontccc.jpeg,NieR,Series,Action-Adventure,Square Enix,Cavia,,,,,,,2010-04-23,2020-02-11 +/games/boxart/full_9200722AmericaFrontccc.jpg,Rust,PC,Action-Adventure,Facepunch Studios,Facepunch Studios,6.1,,,,,,2018-02-08,2018-03-19 +/games/boxart/full_6389195AmericaFrontccc.jpg,Assassin's Creed II,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2009-11-17,2020-10-21 +/games/boxart/full_5415578AmericaFrontccc.png,Harry Potter and the Chamber of Secrets,All,Action-Adventure,Electronic Arts,EA UK,,,,,,,2002-11-15,2022-09-29 +/games/boxart/full_5245114AmericaFrontccc.jpg,Silent Hill,Series,Action-Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1999-02-23,2020-02-26 +/games/boxart/full_2307167AmericaFrontccc.jpg,Days Gone,All,Action-Adventure,Sony Interactive Entertainment,SIE Bend Studio,,,,,,,2019-04-26,2022-01-06 +/games/boxart/full_1287603AmericaFrontccc.jpg,The Legend of Zelda: Twilight Princess,All,Action-Adventure,Nintendo,Nintendo EAD,,,,,,,2006-12-11,2023-02-09 +/games/boxart/full_8492617AmericaFrontccc.png,Resident Evil 8: Village,All,Action-Adventure,Capcom,Capcom,,,,,,,2021-05-07,2021-05-11 +/games/boxart/full_1332763AmericaFrontccc.jpg,Onimusha,Series,Action-Adventure,Capcom,Capcom,,,,,,,2001-03-13,2020-02-04 +/games/boxart/full_31092AmericaFrontccc.jpg,Horizon: Forbidden West,All,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2022-02-18,2022-02-17 +/games/boxart/full_852252AmericaFrontccc.png,Lego Star Wars II: The Original Trilogy,All,Action-Adventure,LucasArts,TT Games,,,,,,,2006-09-12,2021-06-09 +/games/boxart/full_2562877AmericaFrontccc.jpg,The Last of Us,PS3,Action-Adventure,Sony Computer Entertainment America,Naughty Dog,9.5,,,,,,2013-06-14,2018-09-24 +/games/boxart/full_4106516AmericaFrontccc.jpg,Assassin's Creed,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2007-11-13,2020-10-20 +/games/boxart/full_7341441AmericaFrontccc.jpg,Ghost of Tsushima,PS4,Action-Adventure,Sony Interactive Entertainment,Sucker Punch,8.8,,,,,,2020-07-17,2020-07-10 +/games/boxart/full_9829512AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories,All,Action-Adventure,Rockstar Games,Rockstar Leeds/North,,,,,,,2005-10-24,2020-10-13 +/games/boxart/full_8597768AmericaFrontccc.jpg,Resident Evil 3 (2020),All,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2020-10-11 +/games/boxart/full_985854AmericaFrontccc.png,Monster Hunter Rise,NS,Action-Adventure,Capcom,Capcom,,,,,,,2021-03-26,2022-08-25 +/games/boxart/full_1049774PALFrontccc.jpg,Cyberpunk 2077,PC,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-11-19,2019-06-10 +/games/boxart/full_5201331AmericaFrontccc.jpg,Magicka,Series,Action-Adventure,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-01-25,2021-02-16 +/games/boxart/full_6705590AmericaFrontccc.jpg,Jurassic Park,Series,Action-Adventure,Ocean Software,Ocean Software,,,,,,,1993-12-28,2020-03-14 +/games/boxart/full_8308413AmericaFrontccc.jpg,inFAMOUS,Series,Action-Adventure,Sony Computer Entertainment,Sucker Punch Productions,,,,,,,2009-05-26,2023-12-22 +/games/boxart/full_6833604AmericaFrontccc.jpg,Ark,Series,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-27,2020-03-19 +/games/boxart/full_7095228AmericaFrontccc.jpg,Days Gone,PS4,Action-Adventure,Sony Interactive Entertainment,SIE Bend Studio,6.7,,,,,,2019-04-26,2019-03-20 +/games/boxart/full_8863216AmericaFrontccc.png,Oddworld,Series,Action-Adventure,GT Interactive,Oddworld Inhabitants,,,,,,,1997-09-19,2020-02-14 +/games/boxart/full_1524099AmericaFrontccc.jpg,Assassin's Creed: Brotherhood,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-16,2020-10-21 +/games/boxart/full_1871033AmericaFrontccc.png,Tomb Raider,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1996-11-14,2020-10-26 +/games/boxart/full_2949561AmericaFrontccc.png,Metal Gear Solid 2,All,Action-Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,2001-11-13,2023-08-05 +/games/boxart/full_3017275AmericaFrontccc.jpg,Ark: Survival Evolved,All,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-29,2020-12-31 +/games/boxart/full_8491643AmericaFrontccc.jpg,Assassin's Creed: Revelations,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2011-11-15,2020-10-21 +/games/boxart/full_4016020AmericaFrontccc.jpg,Mafia III,All,Action-Adventure,2K Games,Hangar 13,,,,,,,2016-10-07,2020-11-06 +/games/boxart/full_7730586AmericaFrontccc.jpg,Metal Gear Solid,All,Action-Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,1998-10-21,2020-10-28 +/games/boxart/full_7733277AmericaFrontccc.jpg,Rise of the Tomb Raider,All,Action-Adventure,Square Enix,Crystal Dynamics,,,,,,,2015-11-10,2020-10-26 +/games/boxart/full_5220917AmericaFrontccc.png,Rugrats,Series,Action-Adventure,THQ,Realtime Associates,,,,,,,1999-06-29,2020-02-13 +/games/boxart/full_6596701AmericaFrontccc.jpg,Star Wars: The Force Unleashed,All,Action-Adventure,LucasArts,LucasArts,,,,,,,2008-09-16,2021-01-28 +/games/boxart/full_5452898AmericaFrontccc.png,Tomb Raider II,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1997-11-21,2020-10-26 +/games/boxart/full_7155677AmericaFrontccc.jpg,Lego Star Wars: The Video Game,All,Action-Adventure,Eidos Interactive,TT Games,,,,,,,2005-03-29,2021-06-09 +/games/boxart/full_36270AmericaFrontccc.jpg,Ben 10,Series,Action-Adventure,D3 Publisher,High Voltage Software,,,,,,,2007-10-30,2020-11-18 +/games/boxart/full_2504040AmericaFrontccc.jpg,Monster Hunter Rise: Sunbreak,All,Action-Adventure,Capcom,Capcom,,,,,,,2022-06-30,2022-07-05 +/games/boxart/full_5009585AmericaFrontccc.jpg,The Legend of Zelda: Link's Awakening,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2019-09-20,2019-06-11 +/games/boxart/full_6340012AmericaFrontccc.jpg,Dead Space,Series,Action-Adventure,Electronic Arts,EA Redwood Shores,,,,,,,2008-10-13,2020-03-27 +/games/boxart/full_9894043AmericaFrontccc.jpg,Metal Gear Solid 4: Guns of the Patriots,PS3,Action-Adventure,Konami,Kojima Productions,9.3,,,,,,2008-06-12,2023-08-05 +/games/boxart/full_233305AmericaFrontccc.png,Metal Gear Solid V: The Phantom Pain,All,Action-Adventure,Konami,Kojima Productions,,,,,,,2015-09-01,2020-10-28 +/games/boxart/full_1309836AmericaFrontccc.jpg,One Piece: Pirate Warriors,Series,Action-Adventure,Bandai Namco Games,Omega Force,,,,,,,2012-09-25,2020-11-13 +/games/boxart/full_9733005AmericaFrontccc.jpg,Tom Clancy's Splinter Cell,All,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2002-11-17,2020-11-07 +/games/boxart/full_9095153AmericaFrontccc.png,Tomb Raider III,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1998-11-20,2020-10-26 +/games/boxart/full_1594413AmericaFrontccc.jpeg,DayZ,All,Action-Adventure,Bohemia Interactive,Bohemia Interactive,,,,,,,2018-12-13,2020-12-20 +/games/boxart/full_8039612AmericaFrontccc.jpg,Dishonored,Series,Action-Adventure,Bethesda Softworks,Arkane Studios,,,,,,,2012-10-09,2021-01-27 +/games/boxart/7540650ccc.jpg,Metal Gear Solid 2: Sons of Liberty,PS2,Action-Adventure,Konami,Konami Computer Entertainment Japan,9.5,,,,,,2001-11-12,2023-08-05 +/games/boxart/9272999ccc.jpg,Metal Gear Solid,PS,Action-Adventure,Konami,Konami Computer Entertainment Japan,9.3,,,,,,1998-10-21,2023-08-05 +/games/boxart/full_812103AmericaFrontccc.jpg,Saints Row: The Third,All,Action-Adventure,THQ,Volition,,,,,,,2011-11-15,2020-12-06 +/games/boxart/full_4193107AmericaFrontccc.jpg,Resident Evil 4 (2023),All,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 +/games/boxart/full_7399010AmericaFrontccc.jpg,inFAMOUS: Second Son,PS4,Action-Adventure,Sony Computer Entertainment,Sucker Punch,,,,,,,2014-03-21,2018-11-02 +/games/boxart/full_8312009AmericaFrontccc.jpg,Resident Evil (2002),All,Action-Adventure,Capcom,Capcom,,,,,,,2002-09-13,2020-10-11 +/games/boxart/full_3039523AmericaFrontccc.jpg,Resident Evil Zero,All,Action-Adventure,Capcom,Capcom,,,,,,,2002-11-12,2020-10-11 +/games/boxart/full_4158732AmericaFrontccc.png,Resident Evil,All,Action-Adventure,Capcom,Capcom,,,,,,,1996-03-30,2020-10-11 +/games/boxart/full_7188044AmericaFrontccc.jpg,Asterix,Series,Action-Adventure,Atari,Atari,,,,,,,1983-01-01,2022-09-21 +/games/boxart/full_9254924AmericaFrontccc.jpg,Batman: Arkham Knight,All,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2015-06-23,2020-11-09 +/games/boxart/full_2126209AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,All,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2023-09-26,2023-10-05 +/games/boxart/full_9705994AmericaFrontccc.jpg,Dead Island,All,Action-Adventure,Deep Silver,Techland,,,,,,,2011-09-06,2021-01-08 +/games/boxart/full_3065855AmericaFrontccc.jpg,Death Stranding,All,Action-Adventure,Sony Interactive Entertainment,Kojima Productions,,,,,,,2019-11-08,2021-07-26 +/games/boxart/full_2291392AmericaFrontccc.jpeg,Dying Light 2 Stay Human,All,Action-Adventure,Techland,Techland,,,,,,,2022-02-04,2022-04-22 +/games/boxart/full_9385540AmericaFrontccc.png,Enter the Matrix,All,Action-Adventure,Atari,Shiny Entertainment,,,,,,,2003-05-14,2021-01-09 +/games/boxart/full_322795AmericaFrontccc.png,Finding Nemo,All,Action-Adventure,THQ,Traveller's Tales,,,,,,,2003-05-12,2023-05-24 +/games/boxart/full_5917129AmericaFrontccc.jpg,Marvel's Spider-Man 2,PS5,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2023-10-20,2021-09-13 +/games/boxart/full_9138639AmericaFrontccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,All,Action-Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2005-11-17,2021-02-23 +/games/boxart/full_6235271AmericaFrontccc.jpg,Sea of Thieves,PC,Action-Adventure,Microsoft Studios,Rare Ltd.,6.7,,,,,,2018-03-20,2018-10-01 +/games/boxart/full_6471154AmericaFrontccc.jpg,The Matrix,Series,Action-Adventure,Infogrames,Shiny Entertainment,,,,,,,2003-05-14,2020-02-08 +/games/boxart/full_8626284AmericaFrontccc.jpeg,Darksiders,Series,Action-Adventure,THQ,Vigil Games,,,,,,,2010-01-05,2020-03-19 +/games/boxart/full_2822921AmericaFrontccc.png,Tomb Raider: The Last Revelation,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1999-11-22,2020-10-26 +/games/boxart/full_260687AmericaFrontccc.jpg,Alan Wake,Series,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,,,,,,,2010-05-18,2020-03-19 +/games/boxart/full_1856885AmericaFrontccc.jpg,ARK: Survival Evolved,PC,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2015-06-02,2018-09-22 +/games/boxart/full_2339647AmericaFrontccc.jpg,Dead Rising 3,All,Action-Adventure,Microsoft Studios,Capcom,,,,,,,2013-11-22,2022-11-02 +/games/boxart/full_6488876AmericaFrontccc.jpg,Grand Theft Auto: Vice City Stories,All,Action-Adventure,Rockstar Games,Rockstar Leeds/North,,,,,,,2006-10-31,2020-10-13 +/games/boxart/full_8945973AmericaFrontccc.gif,Dino Crisis,Series,Action-Adventure,Capcom,Capcom,,,,,,,1999-08-31,2020-02-04 +/games/boxart/full_3725238AmericaFrontccc.jpg,Death Stranding,PS4,Action-Adventure,Sony Interactive Entertainment,Kojima Productions,,,,,,,2019-11-08,2021-07-26 +/games/boxart/full_2502536AmericaFrontccc.jpg,Batman: Arkham Asylum,All,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2009-08-25,2020-11-09 +/games/boxart/full_9106100AmericaFrontccc.jpg,The Legend of Zelda: Skyward Sword HD,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2021-07-16,2021-02-18 +/games/boxart/full_7064448AmericaFrontccc.png,Shadow of the Tomb Raider,All,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2018-09-14,2020-10-26 +/games/boxart/full_5416243AmericaFrontccc.jpg,DayZ,PC,Action-Adventure,Bohemia Interactive,Bohemia Interactive,,,,,,,2012-07-09,2020-12-20 +/games/boxart/full_4687701AmericaFrontccc.jpg,Dead Space 2,All,Action-Adventure,Electronic Arts,Visceral Games,,,,,,,2011-01-25,2021-01-04 +/games/boxart/full_587955AmericaFrontccc.jpg,Driver,All,Action-Adventure,GT Interactive,Reflections Interactive,,,,,,,1999-06-30,2022-09-27 +/games/boxart/full_5903379AmericaFrontccc.jpg,Far Cry Primal,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2016-02-23,2020-10-28 +/games/boxart/full_1766399AmericaFrontccc.png,Lego Jurassic World,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2015-06-12,2020-10-22 +/games/boxart/full_2666802AmericaFrontccc.jpg,Metal Gear Solid 3: Snake Eater,PS2,Action-Adventure,Konami,KCEJ / Kojima Productions,9,,,,,,2004-11-17,2023-08-05 +/games/boxart/full_4474203AmericaFrontccc.jpg,Okami,Series,Action-Adventure,Capcom,Clover Studio,,,,,,,2006-09-19,2020-02-04 +/games/boxart/full_4273422AmericaFrontccc.jpg,Risk of Rain,Series,Action-Adventure,Chucklefish,Hopoo Games,,,,,,,2013-11-08,2020-03-04 +/games/boxart/full_2548949AmericaFrontccc.png,The Incredibles,All,Action-Adventure,THQ,Heavy Iron Studios,,,,,,,2004-11-01,2023-05-21 +/games/boxart/full_8342263PALFrontccc.jpg,Cyberpunk 2077,PS4,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-11-19,2019-06-10 +/games/boxart/full_9498724AmericaFrontccc.jpg,Hitman 2: Silent Assassin,All,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2002-10-01,2020-10-26 +/games/boxart/full_2599354AmericaFrontccc.jpg,Hitman: Absolution,All,Action-Adventure,Square Enix,IO Interactive,,,,,,,2012-11-20,2020-10-26 +/games/boxart/full_7099512AmericaFrontccc.jpg,A Way Out,All,Action-Adventure,Electronic Arts,Hazelight,,,,,,,2018-03-23,2021-02-12 +/games/boxart/full_5213627AmericaFrontccc.jpg,A Way Out,Series,Action-Adventure,Electronic Arts,Hazelight,,,,,,,2018-03-23,2020-03-11 +/games/boxart/full_4081884AmericaFrontccc.jpg,Cult of the Lamb,All,Action-Adventure,Devolver Digital,Massive Monster,,,,,,,2022-08-11,2022-08-18 +/games/boxart/full_2552986AmericaFrontccc.jpg,Drawn to Life,Series,Action-Adventure,THQ,5th Cell,,,,,,,2007-09-10,2020-03-01 +/games/boxart/full_899024AmericaFrontccc.jpg,Grand Theft Auto,All,Action-Adventure,ASC Games,DMA Design,,,,,,,1998-03-24,2022-09-28 +/games/boxart/full_140761AmericaFrontccc.jpg,Legacy of Kain,Series,Action-Adventure,Crystal Dynamics,Silicon Knights,,,,,,,1996-11-01,2020-02-28 +/games/boxart/full_8022346AmericaFrontccc.jpg,Darksiders,All,Action-Adventure,THQ,Vigil Games,,,,,,,2010-01-05,2021-01-09 +/games/boxart/full_9654291AmericaFrontccc.png,Paper Mario: The Origami King,NS,Action-Adventure,Nintendo,Intelligent Systems,,,,,,,2020-07-17,2020-08-01 +/games/boxart/full_8193629AmericaFrontccc.jpg,The Legend of Zelda: Majora's Mask 3D,3DS,Action-Adventure,Nintendo,GREZZO,9,,,,,,2015-02-13,2018-01-31 +/games/boxart/full_1227547AmericaFrontccc.jpg,Lego Batman 2: DC Super Heroes,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-06-19,2021-07-20 +/games/boxart/full_259219AmericaFrontccc.jpg,Lego Star Wars: The Complete Saga,All,Action-Adventure,LucasArts,TT Fusion,,,,,,,2007-11-09,2020-11-03 +/games/boxart/full_1684791AmericaFrontccc.jpg,Saints Row 2,All,Action-Adventure,THQ,Volition,,,,,,,2008-10-14,2020-12-06 +/games/boxart/full_4364078AmericaFrontccc.jpg,Horizon: Zero Dawn,PC,Action-Adventure,PlayStation Mobile Inc.,Guerrilla Games,,,,,,,2020-08-07,2020-08-05 +/games/boxart/full_2007704AmericaFrontccc.jpg,Resident Evil: Revelations 2,All,Action-Adventure,Capcom,Capcom,,,,,,,2015-02-24,2020-10-11 +/games/boxart/full_1788703AmericaFrontccc.jpg,Alan Wake,All,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,,,,,,,2010-05-18,2021-01-09 +/games/boxart/full_9336542AmericaFrontccc.jpg,Dead Rising 2,All,Action-Adventure,Capcom,Blue Castle Games,,,,,,,2010-09-28,2020-10-12 +/games/boxart/full_1206540AmericaFrontccc.jpg,Lego Star Wars: The Skywalker Saga,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Games,,,,,,,2022-04-05,2022-04-22 +/games/boxart/full_6189242AmericaFrontccc.jpg,Control,All,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2019-08-27,2020-12-09 +/games/boxart/full_3833723AmericaFrontccc.jpg,Disney Infinity,All,Action-Adventure,Disney Interactive Studios,Heavy Iron Studios / Avalanche Software,,,,,,,2013-08-18,2021-02-17 +/games/boxart/full_847867PALFrontccc.jpg,Driver 3,All,Action-Adventure,Atari,Reflections Interactive,,,,,,,2004-06-21,2022-09-27 +/games/boxart/full_5439583AmericaFrontccc.jpg,Ghostbusters: The Video Game,All,Action-Adventure,Atari,Terminal Reality,,,,,,,2009-06-16,2021-08-18 +/games/boxart/full_3838410AmericaFrontccc.jpg,Gungeon,Series,Action-Adventure,Devolver Digital,Dodge Roll,,,,,,,2016-04-05,2020-03-03 +/games/boxart/full_5079550AmericaFrontccc.png,The Simpsons: Hit & Run,All,Action-Adventure,Vivendi Games,Radical Entertainment,,,,,,,2003-09-16,2021-04-11 +/games/boxart/full_9692479AmericaFrontccc.jpg,V Rising,PC,Action-Adventure,Stunlock Studios,Stunlock Studios,,,,,,,2022-05-17,2022-05-24 +/games/boxart/full_3080696AmericaFrontccc.png,Tomb Raider: Legend,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2006-04-11,2020-10-26 +/games/boxart/full_2918974AmericaFrontccc.png,Thief,Series,Action-Adventure,Eidos Interactive,Looking Glass Studios,,,,,,,1998-12-01,2020-02-28 +/games/boxart/full_7245465AmericaFrontccc.jpg,Beyond: Two Souls,All,Action-Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2013-10-08,2021-03-08 +/games/boxart/full_628933AmericaFrontccc.jpg,Hollow Knight,Series,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2017-02-24,2020-03-14 +/games/boxart/full_581286AmericaFrontccc.jpg,Hollow Knight,All,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2017-02-24,2021-01-21 +/games/boxart/full_606654AmericaFrontccc.jpg,Infestation: Survivor Stories,PC,Action-Adventure,Unknown,Hammerpoint Interactive,,,,,,,,2020-03-17 +/games/boxart/full_3470904AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,All,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2004-03-23,2020-11-07 +/games/boxart/full_5418471AmericaFrontccc.jpg,Ratchet & Clank: Rift Apart,PS5,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2021-06-11,2020-06-11 +/games/boxart/full_4436764PALFrontccc.jpg,James Cameron's Avatar: The Game,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2009-12-01,2021-08-18 +/games/boxart/full_5766467AmericaFrontccc.jpg,Lego Harry Potter: Years 1-4,All,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2010-06-29,2020-11-01 +/games/boxart/full_6301464AmericaFrontccc.jpg,Iron Man,All,Action-Adventure,Sega,Artificial Mind & Movement,,,,,,,2008-05-02,2020-11-13 +/games/boxart/full_2669695AmericaFrontccc.png,Tomb Raider: Underworld,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2008-11-18,2020-10-26 +/games/boxart/full_255746AmericaFrontccc.png,Resident Evil Code: Veronica,All,Action-Adventure,Capcom,Capcom,,,,,,,2000-02-29,2020-10-11 +/games/boxart/full_6162821AmericaFrontccc.png,Tomb Raider: The Angel of Darkness,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,2003-06-20,2020-10-26 +/games/boxart/full_2924961AmericaFrontccc.jpg,Alone in the Dark,All,Action-Adventure,Infogrames,Infogrames,,,,,,,1992-01-01,2021-03-21 +/games/boxart/full_6363786PALFrontccc.jpg,Ben 10: Protector of Earth,All,Action-Adventure,D3 Publisher,High Voltage Software,,,,,,,2007-10-30,2020-11-18 +/games/boxart/full_4500470AmericaFrontccc.jpg,Dishonored 2,All,Action-Adventure,Bethesda Softworks,Arkane Studios,,,,,,,2016-11-11,2021-01-27 +/games/boxart/full_3120760AmericaFrontccc.jpg,God of War,PC,Action-Adventure,PlayStation PC,SIE Santa Monica Studio,,,,,,,2022-01-14,2022-05-26 +/games/boxart/full_6259805AmericaFrontccc.jpg,Prince of Persia (2008),All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2008-12-02,2020-11-26 +/games/boxart/full_5130195AmericaFrontccc.jpg,Resident Evil: Revelations,All,Action-Adventure,Capcom,Capcom,,,,,,,2012-02-07,2020-10-11 +/games/boxart/full_1677816AmericaFrontccc.jpeg,Tom Clancy's Splinter Cell: Chaos Theory,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2005-03-21,2020-11-07 +/games/boxart/full_2368935AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2003-10-28,2020-11-26 +/games/boxart/full_5986308AmericaFrontccc.jpg,The Legend of Zelda: The Wind Waker,WiiU,Action-Adventure,Nintendo,Nintendo EAD,9.3,,,,,,2013-10-04,2018-03-20 +/games/boxart/full_879664AmericaFrontccc.jpg,Sleeping Dogs,PC,Action-Adventure,Square Enix,United Front Games,8.5,,,,,,2012-08-14,2018-03-07 +/games/boxart/full_190826PALFrontccc.jpg,Cyberpunk 2077,XOne,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-11-19,2019-06-10 +/games/boxart/full_3834056AmericaFrontccc.jpg,Okami HD,All,Action-Adventure,Capcom,Clover Studio,,,,,,,2012-10-30,2020-10-12 +/games/boxart/full_2122225AmericaFrontccc.jpg,The Golden Compass,All,Action-Adventure,Sega,Shiny Entertainment,,,,,,,2007-12-04,2021-09-03 +/games/boxart/full_7973442PALFrontccc.jpg,Darksiders: Warmastered Edition,PC,Action-Adventure,THQ Nordic,Kaiko,,,,,,,2016-11-29,2018-03-31 +/games/boxart/full_4826903AmericaFrontccc.jpg,Alien: Isolation,All,Action-Adventure,Sega,Creative Assembly,,,,,,,2014-10-07,2021-02-21 +/games/boxart/full_4573454AmericaFrontccc.jpg,Hitman: Blood Money,All,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2006-05-30,2020-10-26 +/games/boxart/full_1612992AmericaFrontccc.png,Demon’s Souls,PS5,Action-Adventure,Sony Interactive Entertainment,Bluepoint Games,,,,,,,2020-11-12,2020-09-18 +/games/boxart/full_9306129AmericaFrontccc.jpg,Dead Space,All,Action-Adventure,Electronic Arts,EA Redwood Shores,,,,,,,2008-10-13,2021-01-04 +/games/boxart/full_1914434AmericaFrontccc.jpg,Destroy All Humans!,Series,Action-Adventure,THQ,Pandemic Studios,,,,,,,2005-06-21,2021-07-08 +/games/boxart/full_5139257AmericaFrontccc.png,One Piece: Pirate Warriors 4,All,Action-Adventure,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2020-12-10 +/games/boxart/full_300891AmericaFrontccc.png,Prototype,All,Action-Adventure,Activision,Radical Entertainment,,,,,,,2009-06-09,2021-04-17 +/games/boxart/full_3231904AmericaFrontccc.jpg,Red Dead Redemption: Undead Nightmare,All,Action-Adventure,Rockstar Games,Rockstar San Diego,,,,,,,2010-10-26,2020-10-30 +/games/boxart/full_498204AmericaFrontccc.jpg,Scarface: The World Is Yours,All,Action-Adventure,Sierra Entertainment,Radical Entertainment,,,,,,,2006-10-10,2021-04-14 +/games/boxart/full_6148957AmericaFrontccc.jpg,Spider-Man 2,All,Action-Adventure,Activision,Treyarch,,,,,,,2004-06-28,2020-11-13 +/games/boxart/full_6131093AmericaFrontccc.jpeg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,All,Action-Adventure,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2020-11-27 +/games/boxart/full_7655534AmericaFrontccc.jpg,"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe",All,Action-Adventure,Buena Vista,Traveller's Tales,,,,,,,2005-11-14,2022-10-01 +/games/boxart/full_7830955AmericaFrontccc.png,Tom Clancy's Splinter Cell: Blacklist,All,Action-Adventure,Ubisoft,Ubisoft Toronto,,,,,,,2013-08-20,2020-11-07 +/games/boxart/full_9121768AmericaFrontccc.jpg,Hitman: Contracts,All,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2004-04-20,2020-10-26 +/games/boxart/full_8650426AmericaFrontccc.png,Prince of Persia: Warrior Within,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2004-12-02,2020-11-26 +/games/boxart/full_918746AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Conviction,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2010-04-13,2020-11-07 +/games/boxart/full_552929AmericaFrontccc.jpg,Sunset Overdrive,All,Action-Adventure,Microsoft Studios,Insomniac Games,,,,,,,2014-10-28,2023-12-23 +/games/boxart/full_5417670AmericaFrontccc.jpg,Ghost of Tsushima Director's Cut,All,Action-Adventure,Sony Interactive Entertainment,Sucker Punch Productions,,,,,,,2020-07-17,2023-12-22 +/games/boxart/full_8037983AmericaFrontccc.jpg,Batman: Arkham Origins,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2014-04-22,2018-04-13 +/games/boxart/full_8594855AmericaFrontccc.jpg,Yakuza: Like a Dragon,All,Action-Adventure,Sega,Sega,,,,,,,2020-11-10,2023-12-21 +/games/boxart/full_2222763AmericaFrontccc.jpg,Fatal Frame,Series,Action-Adventure,Tecmo,Tecmo,,,,,,,2002-03-08,2022-02-28 +/games/boxart/full_5311806AmericaFrontccc.jpg,Days Gone,PC,Action-Adventure,PlayStation PC,SIE Bend Studio,,,,,,,2021-05-18,2022-01-06 +/games/boxart/full_9072313AmericaFrontccc.jpg,Manhunt,Series,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2003-11-19,2021-04-02 +/games/boxart/full_1041494AmericaFrontccc.jpg,The Legend of Zelda: Breath of the Wild,WiiU,Action-Adventure,Nintendo,Nintendo EPD,10,,,,,,2017-03-03,2018-11-19 +/games/boxart/full_294668AmericaFrontccc.png,Senran Kagura,Series,Action-Adventure,Xseed Games,Tamsoft,,,,,,,2013-11-14,2020-02-06 +/games/boxart/full_1727881AmericaFrontccc.png,Iron Man 2,All,Action-Adventure,Sega,"Sega Studios, San Francisco",,,,,,,2010-05-04,2020-11-13 +/games/boxart/full_962987AmericaFrontccc.png,ARK: Survival Evolved,XOne,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-29,2018-09-22 +/games/boxart/full_2529675AmericaFrontccc.jpg,Legacy of Kain: Soul Reaver,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,1999-08-16,2021-01-11 +/games/boxart/full_2529513AmericaFrontccc.jpg,Manhunt,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2003-11-19,2021-04-02 +/games/boxart/full_6847256AmericaFrontccc.jpg,Marvel's Spider-Man Remastered,PC,Action-Adventure,PlayStation PC,Insomniac Games,,,,,,,2022-08-12,2023-05-24 +/games/boxart/full_4868773AmericaFrontccc.jpg,Prince of Persia: The Two Thrones,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2005-12-01,2020-11-26 +/games/boxart/full_1858913AmericaFrontccc.jpg,Rygar,Series,Action-Adventure,Tecmo,Tecmo,,,,,,,1987-04-17,2020-02-08 +/games/boxart/full_984420AmericaFrontccc.jpg,State of Decay,PC,Action-Adventure,Microsoft Studios,Undead Labs,,,,,,,2013-11-05,2018-10-02 +/games/boxart/full_3667138PALFrontccc.jpg,One Piece: Pirate Warriors 3,All,Action-Adventure,Bandai Namco Entertainment,Omega Force,,,,,,,2015-08-25,2020-11-13 +/games/boxart/full_2527120AmericaFrontccc.png,Tomb Raider Chronicles,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,2000-11-21,2020-10-26 +/games/boxart/full_605798AmericaFrontccc.jpg,Alone in the Dark: The New Nightmare,All,Action-Adventure,Infogrames,Darkworks,,,,,,,2001-05-18,2021-03-21 +/games/boxart/full_6413110AmericaFrontccc.jpg,Brutal Legend,All,Action-Adventure,Electronic Arts,Double Fine Productions,,,,,,,2009-10-13,2021-07-09 +/games/boxart/full_2703218AmericaFrontccc.jpg,Darksiders II,All,Action-Adventure,THQ,Vigil Games,,,,,,,2012-08-14,2021-01-09 +/games/boxart/full_5520859AmericaFrontccc.jpg,Dead Rising 2: Off the Record,All,Action-Adventure,Capcom,Capcom,,,,,,,2011-10-11,2020-10-12 +/games/boxart/full_3655825AmericaFrontccc.jpg,Remember Me,All,Action-Adventure,Capcom,DONTNOD Entertainment,,,,,,,2013-06-03,2020-10-12 +/games/boxart/full_4186961AmericaFrontccc.jpg,No Man's Sky,PC,Action-Adventure,Hello Games,Hello Games,,,,,,,2016-01-01,2018-04-04 +/games/boxart/full_5972731PALFrontccc.png,Castlevania: Lords of Shadow,All,Action-Adventure,Konami,Mercury Steam,,,,,,,2010-10-05,2020-11-13 +/games/boxart/full_5233172AmericaFrontccc.png,Tomb Raider: Anniversary,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2007-06-05,2020-10-26 +/games/boxart/full_4114455AmericaFrontccc.jpg,Bionic Commando,All,Action-Adventure,Capcom,GRIN,,,,,,,2009-05-19,2020-10-10 +/games/boxart/full_8943093AmericaFrontccc.jpg,Legend of Grimrock,Series,Action-Adventure,Almost Human,Almost Human Games,,,,,,,2012-04-11,2021-02-16 +/games/boxart/full_3000429AmericaFrontccc.png,The Legend of Zelda: Twilight Princess HD,WiiU,Action-Adventure,Nintendo,Tantalus Interactive,8.4,,,,,,2016-03-04,2018-03-20 +/games/boxart/full_9144833AmericaFrontccc.jpg,Conan Exiles,PC,Action-Adventure,Maximum Games,Funcom Oslo A/S,,,,,,,2018-05-08,2018-03-30 +/games/boxart/full_1961998AmericaFrontccc.jpg,Fahrenheit,All,Action-Adventure,Atari,Quantic Dream,,,,,,,2005-09-20,2021-03-08 +/games/boxart/full_6187432AmericaFrontccc.jpg,Just Cause,All,Action-Adventure,Eidos Interactive,Avalanche Studios,,,,,,,2006-09-27,2020-10-26 +/games/boxart/full_7738258AmericaFrontccc.jpg,Ben 10: Alien Force,All,Action-Adventure,D3 Publisher,Monkey Bar Games,,,,,,,2008-10-28,2020-11-18 +/games/boxart/full_4151389AmericaFrontccc.jpg,Uncharted: Legacy of Thieves Collection,All,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2022-01-28,2023-12-22 +/games/boxart/full_9525246AmericaFrontccc.jpg,60 Seconds!,All,Action-Adventure,Robot Gentleman Studios,Robot Gentleman Studios,,,,,,,2015-05-25,2021-02-09 +/games/boxart/full_8435809AmericaFrontccc.jpg,A Plague Tale: Innocence,All,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2021-02-22 +/games/boxart/full_3992308AmericaFrontccc.png,Another World,All,Action-Adventure,U.S. Gold,Delphine Software International,,,,,,,1991-01-01,2021-03-28 +/games/boxart/full_1250974AmericaFrontccc.jpg,Destroy All Humans!,All,Action-Adventure,THQ,Pandemic Studios,,,,,,,2005-06-21,2021-07-08 +/games/boxart/full_1889824AmericaFrontccc.jpg,Destroy All Humans! (2020),All,Action-Adventure,THQ Nordic,Black Forest Games,,,,,,,2020-07-28,2021-07-08 +/games/boxart/full_493374AmericaFrontccc.jpg,Don't Starve,Series,Action-Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2013-04-23,2020-03-23 +/games/boxart/full_2769144AmericaFrontccc.jpg,Dread Hunger,PC,Action-Adventure,Digital Confectioners,Dread Hunger Team,,,,,,,2022-01-26,2023-06-24 +/games/boxart/full_9483810AmericaFrontccc.jpg,Dust: An Elysian Tail,All,Action-Adventure,Microsoft Studios,Humble Hearts,,,,,,,2012-08-15,2021-08-17 +/games/boxart/full_6562392AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,All,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-22,2022-03-07 +/games/boxart/full_5300603AmericaFrontccc.jpg,Harry Potter and the Prisoner of Azkaban,All,Action-Adventure,Electronic Arts,Electronic Arts,,,,,,,2004-05-25,2021-03-01 +/games/boxart/full_7385115AmericaFrontccc.jpg,Hellblade,Series,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2017-08-08,2020-03-05 +/games/boxart/full_8221806AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,All,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2017-08-08,2021-01-24 +/games/boxart/full_8211099AmericaFrontccc.jpg,Hollow Knight,PC,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2017-02-24,2018-02-03 +/games/boxart/full_1342235AmericaFrontccc.jpg,Judgment,All,Action-Adventure,Sega,Sega,,,,,,,2019-06-25,2021-06-16 +/games/boxart/full_709807AmericaFrontccc.png,Lara Croft and the Guardian of Light,All,Action-Adventure,Square Enix,Crystal Dynamics,,,,,,,2010-08-18,2020-10-26 +/games/boxart/full_6099763AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,All,Action-Adventure,Konami,Kojima Productions,,,,,,,2014-03-18,2020-10-28 +/games/boxart/full_1691361AmericaFrontccc.jpg,Risk of Rain 2,PC,Action-Adventure,Gearbox Publishing,Hopoo Games,,,,,,,2019-03-28,2019-05-03 +/games/boxart/full_8116333AmericaFrontccc.jpg,Saints Row IV,All,Action-Adventure,Deep Silver,Volition,,,,,,,2013-08-20,2020-12-06 +/games/boxart/full_4007185AmericaFrontccc.jpg,Sakuna: Of Rice and Ruin,All,Action-Adventure,Xseed Games,Edelweiss,,,,,,,2020-11-10,2020-11-25 +/games/boxart/full_8941331AmericaFrontccc.png,Tak 2: The Staff of Dreams,All,Action-Adventure,THQ,Avalanche Software,,,,,,,2004-10-11,2023-05-21 +/games/boxart/full_5376913AmericaFrontccc.jpg,The Godfather,All,Action-Adventure,Electronic Arts,EA Redwood Shores,,,,,,,2006-03-21,2021-04-20 +/games/boxart/full_8514230AmericaFrontccc.jpg,The Lord of the Rings: The Fellowship of the Ring,All,Action-Adventure,Black Label Games,WXP,,,,,,,2002-09-24,2020-11-30 +/games/boxart/full_6204906PALFrontccc.jpg,Thief Simulator,NS,Action-Adventure,Forever Entertainment S.A.,Noble Muffins,,,,,,,2019-05-16,2021-07-16 +/games/boxart/full_9250121AmericaFrontccc.jpg,Enslaved: Odyssey to the West,All,Action-Adventure,Namco Bandai Games,Ninja Theory,,,,,,,2010-10-05,2020-11-19 +/games/boxart/full_9598979AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,PC,Action-Adventure,Konami Digital Entertainment,Kojima Productions,8.5,,,,,,2014-12-18,2018-03-22 +/games/boxart/full_7990936AmericaFrontccc.png,Dead Rising 4,XOne,Action-Adventure,Microsoft Studios,Capcom,,,,,,,2016-12-06,2018-09-25 +/games/boxart/full_4976640AmericaFrontccc.jpg,Mafia III,PC,Action-Adventure,2K Games,Hangar 13,6.5,,,,,,2016-10-07,2018-04-02 +/games/boxart/full_7896708AmericaFrontccc.png,Ben 10 Ultimate Alien: Cosmic Destruction,All,Action-Adventure,D3 Publisher,Papaya Studio Corporation,,,,,,,2010-10-05,2020-11-18 +/games/boxart/full_5410235AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,All,Action-Adventure,D3 Publisher,Papaya Studio Corporation,,,,,,,2009-10-27,2020-11-18 +/games/boxart/full_5885546AmericaFrontccc.jpg,Little Big Adventure,Series,Action-Adventure,Electronic Arts,Adeline Software,,,,,,,1994-10-01,2021-03-30 +/games/boxart/full_8993582AmericaFrontccc.jpg,Deadlight,PC,Action-Adventure,Microsoft Studios,Tequila Works,,,,,,,2012-10-25,2019-02-07 +/games/boxart/full_4508091AmericaFrontccc.jpg,The Fifth Element,All,Action-Adventure,Activision,Kalisto Entertainment,,,,,,,1998-09-30,2023-06-05 +/games/boxart/full_13527AmericaFrontccc.jpg,State of Decay,XBL,Action-Adventure,Microsoft Studios,Undead Labs,,,,,,,2013-06-05,2018-10-08 +/games/boxart/full_2884519AmericaFrontccc.jpeg,One Piece Unlimited World: Red,All,Action-Adventure,Bandai Namco Games,Ganbarion,,,,,,,2014-07-08,2020-11-23 +/games/boxart/full_4052659AmericaFrontccc.jpg,Oddworld: Stranger's Wrath HD,All,Action-Adventure,Electronic Arts,Oddworld Inhabitants,,,,,,,2005-01-25,2021-01-01 +/games/boxart/full_1291493AmericaFrontccc.jpg,One Piece: Pirate Warriors 2,All,Action-Adventure,Bandai,Omega Force,,,,,,,2013-09-03,2020-11-22 +/games/boxart/full_6904468AmericaFrontccc.gif,Uncharted: Legacy of Thieves Collection,PS5,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2022-01-28,2022-03-06 +/games/boxart/full_4239517AmericaFrontccc.jpg,Darksiders II,PC,Action-Adventure,THQ,Vigil Games,7.8,,,,,,2012-08-14,2018-03-14 +/games/boxart/full_3072226AmericaFrontccc.jpg,Okami,All,Action-Adventure,Capcom,Clover Studio,,,,,,,2006-09-19,2021-01-20 +/games/boxart/full_4137098AmericaFrontccc.jpg,Murdered: Soul Suspect,PC,Action-Adventure,Square Enix,Airtight Games,,,,,,,2014-06-03,2018-08-06 +/games/boxart/full_4535376AmericaFrontccc.jpg,Blood Omen 2,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2002-03-21,2021-01-12 +/games/boxart/full_7460950AmericaFrontccc.jpg,Legacy of Kain: Defiance,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2003-11-11,2021-01-12 +/games/boxart/full_7691320AmericaFrontccc.jpg,Little Big Adventure,All,Action-Adventure,Electronic Arts,Adeline Software,,,,,,,1994-10-01,2021-03-30 +/games/boxart/full_6173360AmericaFrontccc.jpg,Soul Reaver 2,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2001-10-31,2021-01-12 +/games/boxart/full_2228521AmericaFrontccc.jpg,The Little Mermaid,All,Action-Adventure,Capcom,Capcom,,,,,,,1991-08-01,2022-09-29 +/games/boxart/full_6978018AmericaFrontccc.png,Time Commando,All,Action-Adventure,Activision,Adeline Software,,,,,,,1996-07-31,2021-03-30 +/games/boxart/full_6882720AmericaFrontccc.jpg,Wizard of Legend,All,Action-Adventure,Humble Bundle,Contingent99,,,,,,,2018-05-15,2021-02-09 +/games/boxart/full_5784981AmericaFrontccc.jpg,Yakuza 0,All,Action-Adventure,Sega,Sega,,,,,,,2017-01-24,2020-12-15 +/games/boxart/full_4652825AmericaFrontccc.jpg,Uncharted: Legacy of Thieves Collection,PC,Action-Adventure,PlayStation PC,Naughty Dog,,,,,,,2022-10-19,2021-09-11 +/games/boxart/full_3812631AmericaFrontccc.jpg,Despicable Me: The Game,All,Action-Adventure,D3 Publisher,D3Publisher,,,,,,,2010-07-06,2020-11-19 +/games/boxart/full_1006315AmericaFrontccc.jpg,CastleMiner Z,PC,Action-Adventure,Unknown,Digital DNA Games,,,,,,,,2019-02-10 +/games/boxart/full_7652233AmericaFrontccc.jpg,Marvel's Spider-Man: Miles Morales,PC,Action-Adventure,PlayStation PC,Insomniac Games,,,,,,,2022-11-18,2022-06-02 +/games/boxart/full_8196761AmericaFrontccc.jpg,Yakuza: Like a Dragon,PS4,Action-Adventure,Sega,Sega,,,,,,,2020-11-13,2019-11-05 +/games/boxart/full_4603170AmericaFrontccc.jpg,DLC Quest,PC,Action-Adventure,Unknown,Going Loud Studios,,,,,,,,2019-02-10 +/games/boxart/full_4996931AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,PC,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2017-08-08,2019-04-11 +/games/boxart/full_3959072AmericaFrontccc.jpg,Resident Evil HD Remaster,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2019-02-10 +/games/boxart/full_8268887PALFrontccc.jpg,LEGO The Hobbit,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2014-04-08,2018-03-15 +/games/boxart/full_4404135AmericaFrontccc.jpg,Trine 3: The Artifacts of Power,PC,Action-Adventure,Frozenbyte,Frozenbyte,,,,,,,2015-08-20,2018-10-27 +/games/boxart/full_735138JapanFrontccc.jpg,Ryu ga Gotoku Ishin!,All,Action-Adventure,Sega,Sega,,,,,,,2014-02-22,2020-11-16 +/games/boxart/full_1084280AmericaFrontccc.jpg,Castlevania: Lords of Shadow - Ultimate Edition,PC,Action-Adventure,Unknown,Mercury Steam,,,,,,,,2019-02-10 +/games/boxart/full_9782302AmericaFrontccc.jpg,Streets of Rogue,PC,Action-Adventure,Unknown,Matt Dabrowski,,,,,,,,2019-02-10 +/games/boxart/full_743327AmericaFrontccc.jpg,The Last of Us Part I,PC,Action-Adventure,PlayStation PC,Naughty Dog,,,,,,,2023-03-28,2022-06-10 +/games/boxart/full_8100579AmericaFrontccc.jpg,No Time To Explain Remastered,PC,Action-Adventure,Unknown,TinyBuild Games,,,,,,,,2019-02-11 +/games/boxart/full_8135255AmericaFrontccc.jpg,Organ Trail,PC,Action-Adventure,Unknown,The Men Who Wear Many Hats LLC,,,,,,,,2019-02-11 +/games/boxart/full_5793174PALFrontccc.jpg,Dead to Rights: Retribution,All,Action-Adventure,Namco,Volatile Games,,,,,,,2010-04-27,2020-11-18 +/games/boxart/full_682528AmericaFrontccc.jpg,Fatal Frame: Maiden of Black Water,All,Action-Adventure,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-10-28,2022-02-28 +/games/boxart/full_1787569AmericaFrontccc.jpg,Damned,PC,Action-Adventure,Unknown,9heads Game Studios,,,,,,,,2019-02-13 +/games/boxart/full_7451911PALFrontccc.jpg,The LEGO Movie Videogame,PC,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2014-02-07,2018-03-20 +/games/boxart/full_7890991AmericaFrontccc.jpg,Death Stranding Director's Cut,PS5,Action-Adventure,Sony Interactive Entertainment,Kojima Productions,,,,,,,2021-09-24,2021-06-10 +/games/boxart/full_5721816AmericaFrontccc.jpg,Dead Realm,PC,Action-Adventure,Unknown,"Section Studios, Inc.",,,,,,,,2019-02-13 +/games/boxart/full_2316926AmericaFrontccc.jpg,Invasion: Brain Craving,PC,Action-Adventure,Unknown,New Reality Games,,,,,,,,2019-02-13 +/games/boxart/full_1771131AmericaFrontccc.jpg,The Hat Man: Shadow Ward,PC,Action-Adventure,Unknown,Game Mechanics LLC,,,,,,,,2019-02-13 +/games/boxart/full_9004806AmericaFrontccc.png,Blood Omen: Legacy of Kain,All,Action-Adventure,Crystal Dynamics,Silicon Knights,,,,,,,1996-11-01,2021-01-11 +/games/boxart/full_530904AmericaFrontccc.jpg,Fantastic Four,All,Action-Adventure,Activision,7 Studios,,,,,,,2005-06-27,2022-09-29 +/games/boxart/full_9688734AmericaFrontccc.jpg,Agony,All,Action-Adventure,PlayWay,Madmind Studio,,,,,,,2018-05-29,2021-01-24 +/games/boxart/full_3422026AmericaFrontccc.jpg,Agony,Series,Action-Adventure,PlayWay,Madmind Studio,,,,,,,2018-05-29,2020-03-18 +/games/boxart/full_1731531AmericaFrontccc.png,Agents of Mayhem,All,Action-Adventure,Deep Silver,Volition,,,,,,,2017-08-15,2021-02-14 +/games/boxart/full_7162754AmericaFrontccc.jpg,Little Big Adventure 2,PC,Action-Adventure,Unknown,Adeline Software,,,,,,,,2021-03-30 +/games/boxart/full_5050363AmericaFrontccc.jpg,Terraria,X360,Action-Adventure,505 Games,Engine Software,7.8,,,,,,2013-03-27,2018-03-19 +/games/boxart/full_8452848AmericaFrontccc.jpg,BATTLETECH,PC,Action-Adventure,Unknown,Harebrained Schemes,,,,,,,,2019-02-15 +/games/boxart/full_6521974AmericaFrontccc.jpg,Outrage,PC,Action-Adventure,Unknown,Astronomic Games,,,,,,,,2019-02-15 +/games/boxart/full_8143775AmericaFrontccc.jpg,Dead to Rights II,All,Action-Adventure,Namco,WideScreen Games,,,,,,,2005-04-12,2020-11-21 +/games/boxart/full_1647559AmericaFrontccc.jpg,Half Dead,PC,Action-Adventure,Unknown,Room710Games,,,,,,,,2019-02-15 +/games/boxart/full_4546616AmericaFrontccc.jpg,Camera Obscura,PC,Action-Adventure,Unknown,Anteater Games,,,,,,,,2019-02-19 +/games/boxart/full_6275951AmericaFrontccc.jpg,Take Thy Throne,PC,Action-Adventure,Unknown,Charyb Games,,,,,,,,2019-02-19 +/games/boxart/full_7676738AmericaFrontccc.jpg,Stealth Inc 2: A Game of Clones,PC,Action-Adventure,Unknown,Carbon,,,,,,,,2019-02-19 +/games/boxart/full_4111682AmericaFrontccc.jpg,Wizard of Legend,PC,Action-Adventure,Unknown,Contingent99,,,,,,,,2019-02-19 +/games/boxart/full_3483700AmericaFrontccc.jpg,Next Day: Survival,PC,Action-Adventure,Unknown,SOFF Games,,,,,,,,2019-02-19 +/games/boxart/full_6804850AmericaFrontccc.jpg,Song of the Deep,All,Action-Adventure,GameTrust,Insomniac Games,,,,,,,2016-07-12,2023-12-24 +/games/boxart/full_kurohyou-ryu-ga-gotoku-shinshou_8JapanFront.jpg,Black Panther: Yakuza New Chapter,PSP,Action-Adventure,Sega,Amusement Vision,,,,,,,2010-09-22,2018-08-26 +/games/boxart/full_6985442AmericaFrontccc.jpg,Clash of the Titans,All,Action-Adventure,Namco Bandai Games,Game Republic,,,,,,,2010-07-27,2020-11-18 +/games/boxart/full_146115AmericaFrontccc.png,Hollow Knight,NS,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2018-06-12,2018-12-01 +/games/boxart/full_2122589AmericaFrontccc.png,Kamiko,NS,Action-Adventure,Flyhigh Works,Skipmore,,,,,,,2017-04-27,2018-01-16 +/games/boxart/full_1818982PALFrontccc.jpg,Lego Star Wars: The Force Awakens,PC,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2016-06-28,2018-03-31 +/games/boxart/full_8062990AmericaFrontccc.jpg,Shadows 2: Perfidia,PC,Action-Adventure,Unknown,MrCiastku,,,,,,,,2019-02-20 +/games/boxart/full_1268022AmericaFrontccc.jpg,The Wild Eight,PC,Action-Adventure,Unknown,HypeTrain Digital,,,,,,,,2019-02-23 +/games/boxart/full_6604432AmericaFrontccc.jpg,Betrayer,PC,Action-Adventure,Unknown,Blackpowder Games,,,,,,,,2019-02-23 +/games/boxart/full_6619222AmericaFrontccc.jpg,Road Redemption,PC,Action-Adventure,Unknown,Pixel Dash Studios,,,,,,,,2019-02-23 +/games/boxart/full_1516481AmericaFrontccc.jpg,Resident Evil Zero,PC,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 +/games/boxart/full_4661512PALFrontccc.jpg,Castlevania: Lords of Shadow 2,PC,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,,,,,,2014-02-25,2018-11-02 +/games/boxart/full_5523369AmericaFrontccc.jpg,Epistory - Typing Chronicles,PC,Action-Adventure,Unknown,Fishing Cactus,,,,,,,,2019-03-13 +/games/boxart/full_4924943AmericaFrontccc.jpg,Mad Dagger,PC,Action-Adventure,Unknown,YarGri,,,,,,,,2019-03-18 +/games/boxart/full_4172375AmericaFrontccc.jpg,Witch It,PC,Action-Adventure,Unknown,Barrel Roll Games,,,,,,,,2019-03-19 +/games/boxart/full_336391AmericaFrontccc.jpg,Only One Hope,PC,Action-Adventure,Unknown,Unknown,,,,,,,,2019-03-19 +/games/boxart/full_3541643AmericaFrontccc.jpg,Apartment 666,PC,Action-Adventure,Unknown,I Need Play,,,,,,,,2019-03-19 +/games/boxart/full_6399847AmericaFrontccc.jpg,Batman: Arkham Origins Blackgate,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 +/games/boxart/full_7660846AmericaFrontccc.jpg,Mitsurugi Kamui Hikae,PC,Action-Adventure,Unknown,Zenith Blue,,,,,,,,2019-03-20 +/games/boxart/full_5621444AmericaFrontccc.jpg,Rabi-Ribi,PC,Action-Adventure,Unknown,CreSpirit,,,,,,,,2019-03-20 +/games/boxart/full_2518481AmericaFrontccc.jpg,28 Waves Later,PC,Action-Adventure,Unknown,Dagestan Technology,,,,,,,,2019-03-21 +/games/boxart/full_5666835AmericaFrontccc.jpg,Mr.President!,PC,Action-Adventure,Unknown,Game Developer X,,,,,,,,2019-03-21 +/games/boxart/full_5670225AmericaFrontccc.jpg,Space Incident,PC,Action-Adventure,Unknown,Vogd3,,,,,,,,2019-03-21 +/games/boxart/full_3997760AmericaFrontccc.jpg,Paranautical Activity,PC,Action-Adventure,Unknown,Digerati Distribution,,,,,,,,2019-03-23 +/games/boxart/full_8572941AmericaFrontccc.jpg,Blades of Time,PC,Action-Adventure,Unknown,Gaijin Entertainment,,,,,,,,2019-03-23 +/games/boxart/full_6592102AmericaFrontccc.jpg,Feed and Grow: Fish,PC,Action-Adventure,Unknown,Old B1ood,,,,,,,,2019-03-23 +/games/boxart/full_6639179AmericaFrontccc.jpg,Deadly Premonition: The Director's Cut,PC,Action-Adventure,Rising Star Games,Rising Star Games,,,,,,,2013-10-29,2019-03-24 +/games/boxart/full_9655360PALFrontccc.jpg,Dead Rising 4,PC,Action-Adventure,Capcom,Capcom,,,,,,,2016-12-06,2018-10-01 +/games/boxart/full_6868071AmericaFrontccc.jpg,Wizorb,PC,Action-Adventure,Unknown,Tribute Games,,,,,,,,2019-03-25 +/games/boxart/full_9588360AmericaFrontccc.jpg,Offspring Fling!,PC,Action-Adventure,Unknown,Kyle Pulver,,,,,,,,2019-03-25 +/games/boxart/full_2970981AmericaFrontccc.jpg,The Final Station,PC,Action-Adventure,Unknown,Oleg Sergeev,,,,,,,,2019-03-27 +/games/boxart/full_7706824AmericaFrontccc.jpg,Galaxy on Fire 2 Full HD,PC,Action-Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2019-03-29 +/games/boxart/full_1232199AmericaFrontccc.jpg,Immune - True Survival,PC,Action-Adventure,Unknown,vidiludi games and entertainment,,,,,,,,2019-03-29 +/games/boxart/full_2806671AmericaFrontccc.jpg,Cucumber Blues,PC,Action-Adventure,Unknown,Unknown,,,,,,,2017-04-03,2019-04-21 +/games/boxart/full_5122765AmericaFrontccc.jpg,Westerado: Double Barreled,PC,Action-Adventure,Adult Swim,Ostrich Banditos,,,,,,,2015-04-16,2019-04-20 +/games/boxart/full_3560907AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,PC,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2015-03-17,2019-04-20 +/games/boxart/full_2914363AmericaFrontccc.jpg,Overture,PC,Action-Adventure,Black Shell Media,Black Shell Games,,,,,,,2015-01-01,2019-04-17 +/games/boxart/full_5581131AmericaFrontccc.jpg,The Growth Journey,PC,Action-Adventure,Cleverweek,Cleverweek,,,,,,,2016-01-07,2019-04-17 +/games/boxart/full_3093304AmericaFrontccc.jpg,Anodyne,PC,Action-Adventure,Analgesic Productions,Sean Han Tani,,,,,,,2013-03-22,2019-04-09 +/games/boxart/full_350238AmericaFrontccc.jpg,Insanely Twisted Shadow Planet,PC,Action-Adventure,Microsoft Studios,Shadow Planet Productions,,,,,,,2012-04-17,2019-04-06 +/games/boxart/full_9782537AmericaFrontccc.jpg,Blaster Master Zero,All,Action-Adventure,Inti Creates,Inti Creates,,,,,,,2017-03-09,2021-02-03 +/games/boxart/full_889411AmericaFrontccc.jpg,Between Me and The Night,PC,Action-Adventure,Unknown,RainDance LX,,,,,,,,2019-04-05 +/games/boxart/full_3422033AmericaFrontccc.jpg,Heroes of Hammerwatch,PC,Action-Adventure,Crackshell,Crackshell,,,,,,,2018-03-01,2019-04-03 +/games/boxart/full_1380682AmericaFrontccc.jpg,Dungeon Souls,PC,Action-Adventure,Black Shell Media,Lamina Studios,,,,,,,2016-12-02,2019-04-01 +/games/boxart/full_1027566AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,XOne,Action-Adventure,Microsoft Studios,Ninja Theory,,,,,,,2018-12-04,2018-11-02 +/games/boxart/full_2119680AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,PC,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-04-30 +/games/boxart/full_2870794AmericaFrontccc.jpg,Touhou Luna Nights,PC,Action-Adventure,Vaka Game Magazine,Vaka Game Magazine,,,,,,,2019-02-26,2019-06-24 +/games/boxart/full_9188258AmericaFrontccc.jpg,Heroes of the Lance,All,Action-Adventure,Strategic Simulations,U.S. Gold,,,,,,,1988-01-01,2021-03-26 +/games/boxart/full_5862778AmericaFrontccc.jpg,Gemstone,Series,Action-Adventure,Strategic Simulations,Paradigm Creators,,,,,,,1984-01-01,2021-03-25 +/games/boxart/full_9844639AmericaFrontccc.jpg,Dragons of Flame,All,Action-Adventure,Strategic Simulations,U.S. Gold,,,,,,,1989-01-01,2021-03-22 +/games/boxart/full_4908926AmericaFrontccc.jpg,Castle Wolfenstein,All,Action-Adventure,Muse Software,Muse Software,,,,,,,1981-09-01,2021-04-06 +/games/boxart/full_5550735AmericaFrontccc.jpg,Gemstone Warrior,All,Action-Adventure,Strategic Simulations,Paradigm Creators,,,,,,,1984-01-01,2021-03-24 +/games/boxart/full_1374856AmericaFrontccc.jpg,Star Control: Origins,PC,Action-Adventure,Unknown,Stardock,,,,,,,,2021-03-18 +/games/boxart/full_3659585AmericaFrontccc.jpg,Gemstone Healer,All,Action-Adventure,Strategic Simulations,Paradigm Creators,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_5698817PALFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,PC,Action-Adventure,D3Publisher,Way Forward,,,,,,,2014-01-01,2018-03-19 +/games/boxart/full_alan-wake-american-nightmare_120AmericaFront.jpg,Alan Wake's American Nightmare,XBL,Action-Adventure,Microsoft Studios,Remedy Entertainment,,,,,,,2012-02-22,2018-09-29 +/games/boxart/full_alan-wake-the-signal_6AmericaFront.jpg,Alan Wake: The Signal,XBL,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,7.6,,,,,,2010-07-27,2018-10-01 +/games/boxart/full_alan-wake-the-writer_3AmericaFront.jpg,Alan Wake: The Writer,XBL,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,7,,,,,,2010-10-12,2018-10-01 +/games/boxart/full_6586082AmericaFrontccc.png,Anodyne,iOS,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-06-16,2019-04-09 +/games/boxart/full_8707635AmericaFrontccc.jpg,Anodyne,OSX,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-02-04,2019-04-09 +/games/boxart/full_1386843AmericaFrontccc.png,Anodyne,And,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-10-15,2019-04-09 +/games/boxart/full_7784946AmericaFrontccc.jpg,Anodyne,Linux,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-02-04,2019-04-09 +/games/boxart/full_7455263PALFrontccc.jpg,Assassin's Creed Chronicles: China,XOne,Action-Adventure,Ubisoft,Climax Studios,,,,,,,2015-04-21,2018-12-30 +/games/boxart/full_7767098AmericaFrontccc.jpg,Assassin's Creed Liberation HD,PS3,Action-Adventure,Ubisoft,Ubisoft Sofia,,,,,,,2014-01-14,2018-09-12 +/games/boxart/full_6718193AmericaFrontccc.jpg,Assassin's Creed Liberation HD,X360,Action-Adventure,Ubisoft,Ubisoft Sofia,,,,,,,2014-01-15,2018-09-12 +/games/boxart/full_5585676PALFrontccc.jpg,Assassin's Creed Liberation HD,PC,Action-Adventure,Ubisoft,Ubisoft Sofia,,,,,,,2014-01-15,2018-09-12 +/games/boxart/full_614027AmericaFrontccc.png,Attack of the Friday Monsters! A Tokyo Tale,3DS,Action-Adventure,Level 5,Millenium Kitchen,7.8,,,,,,2013-07-18,2018-04-11 +/games/boxart/full_7597748AmericaFrontccc.png,Batman: Arkham Origins Blackgate,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 +/games/boxart/full_295594AmericaFrontccc.jpg,Batman: Arkham Origins Blackgate,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 +/games/boxart/full_8452847AmericaFrontccc.png,Batman: Arkham Origins Blackgate,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 +/games/boxart/full_2095100AmericaFrontccc.jpg,Below,PC,Action-Adventure,Capybara Games,Capybara Games,,,,,,,2018-12-14,2018-08-09 +/games/boxart/full_4401594AmericaFrontccc.jpg,Below,XOne,Action-Adventure,Capybara Games,Capybara Games,,,,,,,2018-12-14,2018-08-09 +/games/boxart/full_838989AmericaFrontccc.jpg,Blues and Bullets,PC,Action-Adventure,A Crowd of Monsters,A Crowd of Monsters,,,,,,,2015-07-23,2018-09-07 +/games/boxart/default.jpg,Castlevania: Lords of Shadow - Mirror of Fate,PS3,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,,,,,,2013-10-31,2019-01-13 +/games/boxart/default.jpg,Castlevania: Lords of Shadow - Mirror of Fate,X360,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,,,,,,2013-10-31,2019-01-13 +/games/boxart/full_6347026AmericaFrontccc.png,Chibi-Robo!: Photo Finder,3DS,Action-Adventure,Nintendo,skip Ltd.,,,,,,,2014-01-09,2018-08-30 +/games/boxart/default.jpg,Disney Infinity 2.0: Marvel Super Heroes,PC,Action-Adventure,Disney Interactive Studios,Avalanche Software,,,,,,,2014-09-23,2018-02-06 +/games/boxart/full_7811689AmericaFrontccc.jpg,Family Guy: Back to the Multiverse,PC,Action-Adventure,Activision,Heavy Iron Studios,,,,,,,2012-11-20,2018-10-19 +/games/boxart/full_1454109AmericaFrontccc.jpg,Haunt,XBL,Action-Adventure,Microsoft Studios,NanaOn-Sha,,,,,,,2012-01-18,2018-09-29 +/games/boxart/full_5939914PALFrontccc.jpg,LEGO The Hobbit,OSX,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2014-04-10,2018-12-30 +/games/boxart/full_699533JapanFrontccc.jpg,Magatama,XBL,Action-Adventure,Microsoft Game Studios,Team Breakout,,,,,,,2007-12-04,2018-09-25 +/games/boxart/full_4476468JapanFrontccc.jpg,Magatama,XB,Action-Adventure,Microsoft Game Studios,Team Breakout,,,,,,,2003-11-20,2018-09-25 +/games/boxart/full_8099978AmericaFrontccc.png,Max: The Curse of Brotherhood,XOne,Action-Adventure,Microsoft Studios,Press Play,,,,,,,2013-12-20,2019-03-23 +/games/boxart/full_7753874AmericaFrontccc.jpg,Max: the Curse of Brotherhood,PC,Action-Adventure,Microsoft Studios,Press Play,,,,,,,2014-05-21,2019-03-23 +/games/boxart/full_5211684AmericaFrontccc.jpg,Max: the Curse of Brotherhood,XBL,Action-Adventure,Microsoft Studios,Press Play,,,,,,,2014-05-21,2019-03-23 +/games/boxart/full_4311584AmericaFrontccc.jpg,Metal Gear Solid 3: Snake Eater HD Edition,PSV,Action-Adventure,Konami Digital Entertainment,Armature Studio,,,,,,,2012-08-21,2018-09-12 +/games/boxart/full_3998872AmericaFrontccc.png,Metal Gear Solid Mobile,Mob,Action-Adventure,Konami Digital Entertainment,Ideaworks3D,,,,,,,2008-03-19,2018-09-12 +/games/boxart/full_8851101AmericaFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,PS3,Action-Adventure,Konami Digital Entertainment,Kojima Productions,,,,,,,2015-09-01,2018-09-12 +/games/boxart/full_9779006AmericaFrontccc.jpg,Metroid Prime 4,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2021-12-31,2019-01-25 +/games/boxart/full_678199AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,XOne,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-09-07,2019-04-20 +/games/boxart/full_2389456AmericaFrontccc.png,Oceanhorn: Monster of Uncharted Seas,iOS,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2013-11-14,2019-04-20 +/games/boxart/full_4185455AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,PS4,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-09-07,2019-04-20 +/games/boxart/full_8705941AmericaFrontccc.jpg,ReCore,PC,Action-Adventure,Microsoft Studios,Armature Studio,,,,,,,2016-09-13,2018-10-01 +/games/boxart/full_76210AmericaFrontccc.jpg,Republique,PC,Action-Adventure,GungHo Online Entertainment,Camouflaj,,,,,,,2015-02-26,2018-08-11 +/games/boxart/full_1741658AmericaFrontccc.jpg,Republique,OSX,Action-Adventure,GungHo Online Entertainment,Camouflaj,,,,,,,2015-02-26,2018-08-11 +/games/boxart/full_7894180AmericaFrontccc.jpg,Resident Evil Zero,X360,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 +/games/boxart/full_2866447AmericaFrontccc.jpeg,Rodea the Sky Soldier,Wii,Action-Adventure,NIS America,PROPE,,,,,,,2015-11-10,2018-04-06 +/games/boxart/full_2646519AmericaFrontccc.jpg,Rust,OSX,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2018-02-08,2018-03-19 +/games/boxart/full_7120024AmericaFrontccc.jpg,Shadow of the Beast (2016),PS4,Action-Adventure,Sony Interactive Entertainment,Heavy Spectrum,,,,,,,2016-05-17,2018-09-14 +/games/boxart/full_siren-blood-curse-episodes-1-12_708AmericaFront.jpg,Siren: Blood Curse Episodes 1-12,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-07-24,2018-09-16 +/games/boxart/full_siren-blood-curse-episodes-1-4_8AmericaFront.jpg,Siren: Blood Curse Episodes 1-4,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-07-23,2018-09-17 +/games/boxart/full_siren-blood-curse-episodes-5-8_7AmericaFront.jpg,Siren: Blood Curse Episodes 5-8,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,8,,,,,,2008-07-23,2018-09-17 +/games/boxart/full_siren-blood-curse-episodes-9-12_8AmericaFront.jpg,Siren: Blood Curse Episodes 9-12,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,8,,,,,,2008-07-23,2018-09-17 +/games/boxart/full_5618788AmericaFrontccc.jpg,Terraria,And,Action-Adventure,505 Games,CodeGlue,,,,,,,2013-09-13,2018-03-19 +/games/boxart/full_5428889AmericaFrontccc.png,The Amazing Spider-Man (2012),And,Action-Adventure,Activision,Gameloft,,,,,,,2012-06-28,2018-03-15 +/games/boxart/default.jpg,Viking: Battle for Asgard,PC,Action-Adventure,Sega,Creative Assembly,,,,,,,2012-10-17,2018-05-25 +/games/boxart/full_9629131AmericaFrontccc.jpg,Wanderer,PC,Action-Adventure,Unknown,Mighty Eyes,,,,,,,,2022-11-19 +/games/boxart/full_9524310AmericaFrontccc.jpg,World to the West,PC,Action-Adventure,Rain Games,Rain Games,,,,,,,2017-05-05,2018-09-07 +/games/boxart/full_4248633AmericaFrontccc.jpg,World to the West,PS4,Action-Adventure,Soedesco,Rain Games,,,,,,,2017-08-08,2018-09-07 +/games/boxart/full_9329976AmericaFrontccc.jpg,World to the West,WiiU,Action-Adventure,Rain Games,Rain Games,,,,,,,2018-12-31,2018-09-07 +/games/boxart/full_2412072PALFrontccc.jpg,World to the West,XOne,Action-Adventure,Rain Games,Rain Games,,,,,,,2017-05-05,2018-09-07 +/games/boxart/full_5799179AmericaFrontccc.jpg,Zelda: The Wand of Gamelon,CDi,Action-Adventure,Philips Interactive Media,Animation Magic,,,,,,,1993-10-10,2018-04-17 +/games/boxart/full_6497717AmericaFrontccc.jpg,Stray,PS5,Action-Adventure,Annapurna Interactive,Blue Twelve Studio,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_5715569JapanFrontccc.jpg,レミロア~少女と異世界と魔導書,NS,Action-Adventure,Unknown,Pikii,,,,,,,,2019-02-23 +/games/boxart/full_2571586AmericaFrontccc.jpg,198X,PC,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-06-20,2019-06-05 +/games/boxart/full_6641261AmericaFrontccc.jpg,198X,XOne,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-12-01,2019-06-05 +/games/boxart/full_9737973AmericaFrontccc.jpg,198X,NS,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-12-01,2019-06-05 +/games/boxart/full_7195928AmericaFrontccc.jpg,198X,PS4,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-06-20,2019-06-05 +/games/boxart/full_8412372AmericaFrontccc.jpg,35MM,PS5,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 +/games/boxart/full_3060799AmericaFrontccc.jpg,35MM,XOne,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 +/games/boxart/full_6663428AmericaFrontccc.jpg,35MM,XS,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 +/games/boxart/full_3869572AmericaFrontccc.jpg,35MM,NS,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 +/games/boxart/full_4563683AmericaFrontccc.jpg,35MM,PC,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 +/games/boxart/full_4274963AmericaFrontccc.jpg,35MM,PS4,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 +/games/boxart/default.jpg,8Bit Hero,WiiU,Action-Adventure,Unknown,Sean Garland,,,,,,,,2020-08-19 +/games/boxart/full_6161976AmericaFrontccc.jpg,A Plague Tale: Innocence,PS4,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2019-04-01 +/games/boxart/full_4427113AmericaFrontccc.jpg,A Plague Tale: Innocence,XOne,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2019-04-01 +/games/boxart/full_6743373AmericaFrontccc.jpg,A Plague Tale: Innocence,NS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-06-19 +/games/boxart/full_5545128AmericaFrontccc.jpg,A Plague Tale: Innocence,PS5,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-06-19 +/games/boxart/full_2714881AmericaFrontccc.jpg,A Plague Tale: Innocence,XS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-06-19 +/games/boxart/full_2650106AmericaFrontccc.jpg,A Plague Tale: Innocence,PC,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2019-04-01 +/games/boxart/full_679470AmericaFrontccc.jpg,A Plague Tale: Requiem,NS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 +/games/boxart/full_3464696AmericaFrontccc.jpg,A Plague Tale: Requiem,PC,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 +/games/boxart/full_2849823AmericaFrontccc.jpg,A Plague Tale: Requiem,PS5,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 +/games/boxart/full_1602939AmericaFrontccc.jpg,A Plague Tale: Requiem,XS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 +/games/boxart/full_5166647AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,XOne,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_1723830AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,NS,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_8499768AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,PC,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_172986AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,PS4,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_1452811AmericaFrontccc.jpg,Afterimage,PS5,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 +/games/boxart/full_3965286AmericaFrontccc.jpg,Afterimage,XOne,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 +/games/boxart/full_7662136AmericaFrontccc.jpg,Afterimage,XS,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 +/games/boxart/full_8274679AmericaFrontccc.jpg,Afterimage,NS,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 +/games/boxart/full_9424458AmericaFrontccc.jpg,Afterimage,PC,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 +/games/boxart/full_2921735AmericaFrontccc.jpg,Afterimage,PS4,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 +/games/boxart/full_2892456AmericaFrontccc.jpg,Aggelos,NS,Action-Adventure,PQube,PQube,,,,,,,2019-09-24,2019-04-28 +/games/boxart/full_8986147AmericaFrontccc.jpg,Aggelos,PC,Action-Adventure,PQube,PQube,,,,,,,2019-06-19,2019-07-31 +/games/boxart/full_7788165AmericaFrontccc.jpg,Alan Wake 2,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-12-10 +/games/boxart/full_5090877AmericaFrontccc.jpg,Alan Wake 2,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-12-10 +/games/boxart/full_5964613AmericaFrontccc.jpg,Alan Wake 2,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-12-10 +/games/boxart/full_6223921AmericaFrontccc.jpg,Alan Wake Remastered,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 +/games/boxart/full_8184040AmericaFrontccc.jpg,Alan Wake Remastered,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 +/games/boxart/full_6769728AmericaFrontccc.jpg,Alan Wake Remastered,PS4,Action-Adventure,Epic Games,Remedy Entertainment,,,,,,,2021-10-05,2021-09-11 +/games/boxart/full_5625147AmericaFrontccc.jpg,Alan Wake Remastered,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 +/games/boxart/full_7705851AmericaFrontccc.jpg,Alan Wake Remastered,XOne,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 +/games/boxart/full_7095109AmericaFrontccc.png,Alien: Isolation,NS,Action-Adventure,Sega,Creative Assembly,,,,,,,2019-12-05,2019-11-23 +/games/boxart/full_7259234AmericaFrontccc.jpg,Alone in the Dark (2024),PS5,Action-Adventure,Unknown,Pieces Interactive,,,,,,,,2023-09-11 +/games/boxart/full_1070013AmericaFrontccc.jpg,Alone in the Dark (2024),XS,Action-Adventure,Unknown,Pieces Interactive,,,,,,,,2023-09-11 +/games/boxart/full_3890157AmericaFrontccc.jpg,Alone in the Dark (2024),PC,Action-Adventure,Unknown,Pieces Interactive,,,,,,,,2023-09-11 +/games/boxart/full_4720305AmericaFrontccc.jpg,Alwa's Legacy,XOne,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 +/games/boxart/full_3811452AmericaFrontccc.jpg,Alwa's Legacy,PS4,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 +/games/boxart/full_22618AmericaFrontccc.jpg,Alwa's Legacy,PC,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 +/games/boxart/full_4922103AmericaFrontccc.jpg,Alwa's Legacy,NS,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 +/games/boxart/full_9864189AmericaFrontccc.jpg,Amnesia: The Bunker,PS4,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 +/games/boxart/full_681689AmericaFrontccc.jpg,Amnesia: The Bunker,PS5,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 +/games/boxart/full_1728122AmericaFrontccc.jpg,Amnesia: The Bunker,XOne,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 +/games/boxart/full_1450972AmericaFrontccc.jpg,Amnesia: The Bunker,XS,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 +/games/boxart/full_1821271AmericaFrontccc.jpg,Amnesia: The Bunker,PC,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 +/games/boxart/full_5329004AmericaFrontccc.jpg,Among the Sleep,NS,Action-Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2019-05-29,2019-05-19 +/games/boxart/full_2050828AmericaFrontccc.png,Anodyne,XOne,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2018-09-21,2019-04-09 +/games/boxart/full_9780031AmericaFrontccc.jpg,Anodyne,PS4,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2018-09-18,2019-04-09 +/games/boxart/full_5845898AmericaFrontccc.png,Anodyne,NS,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2019-02-28,2019-04-09 +/games/boxart/full_7455984AmericaFrontccc.jpg,Anodyne 2: Return to Dust,PC,Action-Adventure,Analgesic Productions,Sean Han Tani,,,,,,,2019-08-31,2019-04-09 +/games/boxart/full_5593295AmericaFrontccc.jpg,Aragami 2,PS5,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 +/games/boxart/full_5969578AmericaFrontccc.jpg,Aragami 2,PS4,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 +/games/boxart/full_6310180AmericaFrontccc.jpg,Aragami 2,XS,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 +/games/boxart/full_3371093AmericaFrontccc.jpg,Aragami 2,XOne,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 +/games/boxart/full_706880AmericaFrontccc.jpg,Arietta of Spirits,PC,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 +/games/boxart/full_141838AmericaFrontccc.jpg,Arietta of Spirits,PS4,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 +/games/boxart/full_3321490AmericaFrontccc.jpg,Arietta of Spirits,XOne,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 +/games/boxart/full_5284307AmericaFrontccc.jpg,Arietta of Spirits,NS,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 +/games/boxart/full_4405025AmericaFrontccc.jpg,ARK II,All,Action-Adventure,Unknown,Studio Wildcard,,,,,,,,2022-06-13 +/games/boxart/full_8832228AmericaFrontccc.jpg,ARK II,PC,Action-Adventure,Unknown,Studio Wildcard,,,,,,,,2022-06-13 +/games/boxart/full_4492116AmericaFrontccc.jpg,ARK II,XS,Action-Adventure,Unknown,Studio Wildcard,,,,,,,,2022-06-13 +/games/boxart/full_6598335AmericaFrontccc.jpg,Ary and the Secret of Seasons,XOne,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 +/games/boxart/full_291202AmericaFrontccc.jpg,Ary and the Secret of Seasons,NS,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 +/games/boxart/full_3860331AmericaFrontccc.jpg,Ary and the Secret of Seasons,PC,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 +/games/boxart/full_1530145AmericaFrontccc.jpg,Ary and the Secret of Seasons,PS4,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 +/games/boxart/full_3615363AmericaFrontccc.jpg,Ashen (2018),PC,Action-Adventure,Annapurna Interactive,Aurora44,,,,,,,2018-12-07,2018-12-19 +/games/boxart/full_6338612AmericaFrontccc.jpg,Ashen (2018),XOne,Action-Adventure,Annapurna Interactive,Aurora44,,,,,,,2018-12-07,2018-12-19 +/games/boxart/full_7188145AmericaFrontccc.jpg,Assassin's Creed III Remastered,XOne,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-03-29,2019-02-14 +/games/boxart/full_663982AmericaFrontccc.jpg,Assassin's Creed III Remastered,PS4,Action-Adventure,Ubisoft,Ubisoft,8,,,,,,2019-03-29,2019-03-22 +/games/boxart/full_9878065AmericaFrontccc.jpg,Assassin's Creed III Remastered,NS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-05-21,2019-03-22 +/games/boxart/full_2635347AmericaFrontccc.png,Assassin's Creed III Remastered,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-03-29,2019-02-14 +/games/boxart/full_5697015AmericaFrontccc.jpeg,Assassin's Creed Mirage,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 +/games/boxart/full_8779756AmericaFrontccc.jpeg,Assassin's Creed Mirage,PS4,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 +/games/boxart/full_7161128AmericaFrontccc.jpeg,Assassin's Creed Mirage,PS5,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 +/games/boxart/full_961347AmericaFrontccc.jpeg,Assassin's Creed Mirage,XOne,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 +/games/boxart/full_9290849AmericaFrontccc.jpeg,Assassin's Creed Mirage,XS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 +/games/boxart/full_1419522AmericaFrontccc.jpg,Assassin's Creed Odyssey: Cloud Version,NS,Action-Adventure,Ubisoft,Ubisoft Quebec,,,,,,,2018-10-05,2018-11-06 +/games/boxart/full_2959086AmericaFrontccc.png,Assassin's Creed Valhalla,XS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 +/games/boxart/full_7539565AmericaFrontccc.jpg,Assassin's Creed Valhalla,XOne,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 +/games/boxart/full_4526322AmericaFrontccc.jpg,Assassin's Creed Valhalla,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 +/games/boxart/full_3314385AmericaFrontccc.jpg,Assassin's Creed Valhalla,PS4,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 +/games/boxart/full_445935AmericaFrontccc.jpg,Assassin's Creed Valhalla,PS5,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-12,2020-04-30 +/games/boxart/full_5470767AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,PS4,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 +/games/boxart/full_6976124AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,PS5,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 +/games/boxart/full_465731AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,XOne,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 +/games/boxart/full_2852305AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,XS,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 +/games/boxart/full_8201303AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,PC,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 +/games/boxart/full_5915925AmericaFrontccc.jpg,Assassin's Creed: Nexus VR,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-17 +/games/boxart/full_1862942AmericaFrontccc.jpg,Assassin's Creed: The Rebel Collection,NS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-12-06,2021-11-05 +/games/boxart/full_547159AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,PC,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 +/games/boxart/full_6288985AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,PS4,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 +/games/boxart/full_858221AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,XOne,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 +/games/boxart/full_3626683AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,NS,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 +/games/boxart/full_1115973PALFrontccc.jpg,Asterix and Obelix XXL2,XOne,Action-Adventure,Microids,Microids,,,,,,,2018-11-29,2019-02-19 +/games/boxart/full_3935447AmericaFrontccc.jpg,Asterix and Obelix XXL2,PC,Action-Adventure,Microids,Microids,,,,,,,2018-11-29,2019-02-19 +/games/boxart/full_4670431AmericaFrontccc.jpg,Astro's Playroom,PS5,Action-Adventure,Sony Interactive Entertainment,ASOBI Team,,,,,,,2020-11-12,2020-06-13 +/games/boxart/full_8454383AmericaFrontccc.png,Attack on Titan 2: Final Battle,NS,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 +/games/boxart/full_7917503AmericaFrontccc.png,Attack on Titan 2: Final Battle,PC,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 +/games/boxart/full_1897446AmericaFrontccc.png,Attack on Titan 2: Final Battle,XOne,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 +/games/boxart/full_1469286AmericaFrontccc.png,Attack on Titan 2: Final Battle,PS4,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 +/games/boxart/full_2460931AmericaFrontccc.jpg,Avatar: Frontiers of Pandora,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2021-06-12 +/games/boxart/full_7603653AmericaFrontccc.jpg,Avatar: Frontiers of Pandora,XS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2021-06-12 +/games/boxart/full_8272826AmericaFrontccc.jpg,Avatar: Frontiers of Pandora,PS5,Action-Adventure,Unknown,Ubisoft,,,,,,,,2021-06-12 +/games/boxart/full_3370050AmericaFrontccc.png,AWAY: Journey to the Unexpected,NS,Action-Adventure,PLAYDIUS,Aurelien Regard Games,,,,,,,2018-12-30,2018-02-01 +/games/boxart/full_3061937AmericaFrontccc.jpg,Axiom Verge 2,PS4,Action-Adventure,Unknown,Thomas Happ Games,,,,,,,,2021-06-12 +/games/boxart/full_8726505AmericaFrontccc.jpg,Axiom Verge 2,PS5,Action-Adventure,Unknown,Thomas Happ Games,,,,,,,,2021-06-12 +/games/boxart/full_859791AmericaFrontccc.jpg,Axiom Verge 2,NS,Action-Adventure,Thomas Happ Games,Thomas Happ Games,,,,,,,2021-08-11,2019-12-10 +/games/boxart/full_6397409AmericaFrontccc.jpg,Axiom Verge 2,PC,Action-Adventure,Unknown,Thomas Happ Games,,,,,,,,2021-06-12 +/games/boxart/full_9060738AmericaFrontccc.jpg,Babylon's Fall,PC,Action-Adventure,Square Enix,PlatinumGames,,,,,,,2022-03-03,2019-04-09 +/games/boxart/full_7836724AmericaFrontccc.jpg,Babylon's Fall,PS4,Action-Adventure,Square Enix,PlatinumGames,,,,,,,2022-03-03,2019-04-09 +/games/boxart/full_9677294AmericaFrontccc.jpg,Babylon's Fall,PS5,Action-Adventure,Square Enix,PlatinumGames,,,,,,,2022-03-03,2021-06-13 +/games/boxart/full_3020728AmericaFrontccc.jpg,Bakugan: Champions of Vestroia,NS,Action-Adventure,Warner Bros. Interactive Entertainment,WayForward,,,,,,,2020-11-03,2020-07-10 +/games/boxart/full_4067021AmericaFrontccc.jpg,Baldo,PC,Action-Adventure,Unknown,Naps Team,,,,,,,,2021-07-29 +/games/boxart/full_5000151AmericaFrontccc.jpg,Baldo,PS4,Action-Adventure,Unknown,Naps Team,,,,,,,,2021-07-29 +/games/boxart/full_6855049AmericaFrontccc.jpg,Baldo,XOne,Action-Adventure,Unknown,Naps Team,,,,,,,,2021-07-29 +/games/boxart/full_5675816AmericaFrontccc.jpg,Baldo,NS,Action-Adventure,Unknown,Naps Team,,,,,,,,2020-06-23 +/games/boxart/full_3083901AmericaFrontccc.jpg,Batman Arkham VR,OR,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2017-04-24,2021-10-27 +/games/boxart/full_9534585AmericaFrontccc.png,Batman: Arkham Trilogy,NS,Action-Adventure,Unknown,Rocksteady Studios,,,,,,,,2023-09-12 +/games/boxart/full_9601802AmericaFrontccc.png,Battle Princess Madelyn,NS,Action-Adventure,Casual Bit Games,Casual Bit Games Inc.,,,,,,,2018-12-19,2018-11-17 +/games/boxart/full_5156956AmericaFrontccc.jpg,Bayonetta Origins: Cereza and the Lost Demon,NS,Action-Adventure,Unknown,PlatinumGames,,,,,,,,2022-12-09 +/games/boxart/full_8692588AmericaFrontccc.jpg,Beast Quest,PC,Action-Adventure,Unknown,Torus Games,,,,,,,,2018-01-08 +/games/boxart/full_5278277AmericaFrontccc.jpg,Beatbuddy: Tale of the Guardians,PC,Action-Adventure,Unknown,Threaks,,,,,,,,2022-08-18 +/games/boxart/full_217224AmericaFrontccc.jpg,Ben 10: Power Trip!,All,Action-Adventure,Outright Games,PHL Collective,,,,,,,2020-10-09,2020-11-18 +/games/boxart/full_9464302AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,PS5,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 +/games/boxart/full_9339125AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,XOne,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 +/games/boxart/full_805599AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,XS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 +/games/boxart/full_4470294AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,NS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 +/games/boxart/full_1784305AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 +/games/boxart/full_8542754AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,PS4,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 +/games/boxart/full_3178216AmericaFrontccc.png,Black The Fall,NS,Action-Adventure,Sand Sailor Studio,Sand Sailor Studio,,,,,,,2017-12-14,2018-01-18 +/games/boxart/full_2221204AmericaFrontccc.jpg,Blacktail,PC,Action-Adventure,Unknown,The Parasight,,,,,,,,2021-06-12 +/games/boxart/full_3564038AmericaFrontccc.jpg,Blacktail,PS5,Action-Adventure,Unknown,The Parasight,,,,,,,,2021-06-12 +/games/boxart/full_9461121AmericaFrontccc.jpg,Blacktail,XS,Action-Adventure,Unknown,The Parasight,,,,,,,,2021-06-12 +/games/boxart/full_5654352AmericaFrontccc.jpg,Blair Witch,PS4,Action-Adventure,Lionsgate Games,Bloober Team,,,,,,,2019-12-03,2019-11-22 +/games/boxart/full_353627AmericaFrontccc.jpg,Blasphemous 2,NS,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 +/games/boxart/full_724485AmericaFrontccc.jpg,Blasphemous 2,PC,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 +/games/boxart/full_9248061AmericaFrontccc.jpg,Blasphemous 2,PS4,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 +/games/boxart/full_2005498AmericaFrontccc.jpg,Blasphemous 2,PS5,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 +/games/boxart/full_6586246AmericaFrontccc.jpg,Blasphemous 2,XOne,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 +/games/boxart/full_5617592AmericaFrontccc.jpg,Blasphemous 2,XS,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 +/games/boxart/full_5202791AmericaFrontccc.jpg,Blaster Master Zero,XOne,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 +/games/boxart/full_4412568AmericaFrontccc.jpg,Blaster Master Zero,PC,Action-Adventure,Inti Creates,Inti Creates,,,,,,,2019-06-14,2019-05-25 +/games/boxart/full_3524691AmericaFrontccc.jpg,Blaster Master Zero,XS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 +/games/boxart/full_1797492AmericaFrontccc.jpg,Blaster Master Zero 2,XOne,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 +/games/boxart/full_9585394AmericaFrontccc.jpg,Blaster Master Zero 2,XS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 +/games/boxart/full_8366256AmericaFrontccc.jpg,Blaster Master Zero 3,PS4,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 +/games/boxart/full_6973376AmericaFrontccc.jpg,Blaster Master Zero 3,XOne,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 +/games/boxart/full_5350075AmericaFrontccc.jpg,Blaster Master Zero 3,XS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 +/games/boxart/full_9129536AmericaFrontccc.jpg,Blaster Master Zero 3,NS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 +/games/boxart/full_2020462AmericaFrontccc.jpg,Blaster Master Zero 3,PC,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 +/games/boxart/full_7265029AmericaFrontccc.jpg,Blazing Beaks,PC,Action-Adventure,Applava,Applava,,,,,,,2019-05-10,2019-08-08 +/games/boxart/full_1787703AmericaFrontccc.jpg,Blazing Beaks,NS,Action-Adventure,Applava,Applava,,,,,,,2019-05-10,2019-08-08 +/games/boxart/full_916549AmericaFrontccc.jpg,Blazing Beaks,PS4,Action-Adventure,Applava,Applava,,,,,,,2019-12-01,2019-08-08 +/games/boxart/full_6450543AmericaFrontccc.jpg,Blightbound,PC,Action-Adventure,Unknown,Ronimo Games,,,,,,,,2021-07-21 +/games/boxart/default.jpg,BLINNK and the Vacuum of Space,PS5,Action-Adventure,Unknown,Sony Interactive Entertainment,,,,,,,,2023-10-04 +/games/boxart/default.jpg,Block Zombies!,WiiU,Action-Adventure,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_1355318AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,PS4,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-18,2019-04-08 +/games/boxart/full_5838947AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,PC,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-18,2019-04-08 +/games/boxart/full_7897455AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,NS,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-25,2019-04-08 +/games/boxart/full_8507232AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,XOne,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-18,2019-04-08 +/games/boxart/full_8359594AmericaFrontccc.jpg,Blossom Tales 2: The Minotaur Prince,PC,Action-Adventure,Unknown,Castle Pixel,,,,,,,,2022-06-30 +/games/boxart/full_7023729AmericaFrontccc.jpg,Blossom Tales 2: The Minotaur Prince,NS,Action-Adventure,Unknown,Castle Pixel,,,,,,,,2022-06-30 +/games/boxart/default.jpg,Blossom Tales: The Sleeping King,PC,Action-Adventure,Unknown,Castle Pixel,,,,,,,,2022-05-24 +/games/boxart/full_9879787AmericaFrontccc.jpg,Blue Fire,NS,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-02-04,2020-08-04 +/games/boxart/full_9275457AmericaFrontccc.jpg,Blue Fire,PC,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-12-01,2020-08-04 +/games/boxart/full_9632008AmericaFrontccc.jpg,Blue Fire,PS4,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-12-01,2020-08-04 +/games/boxart/full_3433899AmericaFrontccc.jpg,Blue Fire,XOne,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-12-01,2020-08-04 +/games/boxart/full_2032646AmericaFrontccc.png,Bookbound Brigade,PC,Action-Adventure,Intragames,Digital Tales,,,,,,,2019-12-01,2019-07-31 +/games/boxart/full_5763980AmericaFrontccc.png,Bookbound Brigade,PS4,Action-Adventure,Intragames,Digital Tales,,,,,,,2019-12-01,2019-07-31 +/games/boxart/full_6200113AmericaFrontccc.png,Bookbound Brigade,NS,Action-Adventure,Intragames,Digital Tales,,,,,,,2019-12-01,2019-07-31 +/games/boxart/full_1112423AmericaFrontccc.jpg,Boyfriend Dungeon,NS,Action-Adventure,Kitfox Games,Kitfox Games,,,,,,,2021-08-11,2019-12-16 +/games/boxart/full_1349511AmericaFrontccc.jpg,Boyfriend Dungeon,PC,Action-Adventure,Kitfox Games,Kitfox Games,,,,,,,2020-12-01,2019-12-16 +/games/boxart/full_9529486AmericaFrontccc.jpg,Cannibal Cuisine,PC,Action-Adventure,Rocket Vulture,Rocket Vulture,,,,,,,2020-05-20,2020-05-09 +/games/boxart/full_1864682AmericaFrontccc.jpg,Cannibal Cuisine,NS,Action-Adventure,Rocket Vulture,Rocket Vulture,,,,,,,2020-05-20,2020-05-09 +/games/boxart/full_8218843AmericaFrontccc.jpg,Carrion,XOne,Action-Adventure,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2020-05-23 +/games/boxart/full_4810944AmericaFrontccc.jpg,Carrion,PC,Action-Adventure,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2020-05-23 +/games/boxart/full_7977580AmericaFrontccc.jpg,Carrion,PS4,Action-Adventure,Devolver Digital,Phobia Game Studio,,,,,,,2021-12-01,2020-05-23 +/games/boxart/default.jpg,Castle Crashers Remastered,PS4,Action-Adventure,Unknown,The Behemoth,,,,,,,,2019-03-19 +/games/boxart/default.jpg,Castle Crashers Remastered,NS,Action-Adventure,Unknown,The Behemoth,,,,,,,,2019-03-19 +/games/boxart/full_3362642JapanFrontccc.jpg,Castlevania Anniversary Collection,PC,Action-Adventure,Konami Digital Entertainment,Konami,,,,,,,2019-05-15,2019-05-14 +/games/boxart/full_1155652JapanFrontccc.jpg,Castlevania Anniversary Collection,XOne,Action-Adventure,Konami,Konami,,,,,,,2019-05-16,2019-05-14 +/games/boxart/full_3153369JapanFrontccc.jpg,Castlevania Anniversary Collection,NS,Action-Adventure,Konami,Konami,,,,,,,2019-05-16,2019-05-14 +/games/boxart/full_8364450JapanFrontccc.jpg,Castlevania Anniversary Collection,PS4,Action-Adventure,Konami,Konami,,,,,,,2019-05-16,2019-05-14 +/games/boxart/full_6949279PALFrontccc.png,Castlevania: Symphony of the Night,iOS,Action-Adventure,Unknown,Konami,,,,,,,,2020-06-04 +/games/boxart/default.jpg,Castlevania: Symphony of the Night,And,Action-Adventure,Unknown,Konami,,,,,,,,2020-06-04 +/games/boxart/full_7618907AmericaFrontccc.jpg,Cathedral,NS,Action-Adventure,Unknown,Decemberborn Interactive,,,,,,,,2021-02-28 +/games/boxart/full_925211AmericaFrontccc.jpg,Cathedral,PC,Action-Adventure,Unknown,Decemberborn Interactive,,,,,,,,2021-02-28 +/games/boxart/full_7408541PALFrontccc.jpg,Cirsed Castilla EX,PS4,Action-Adventure,Unknown,Abylight,,,,,,,,2019-01-24 +/games/boxart/full_8334339AmericaFrontccc.jpg,Clash: Artifacts of Chaos,PS4,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 +/games/boxart/full_3495638AmericaFrontccc.jpg,Clash: Artifacts of Chaos,PS5,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 +/games/boxart/full_6824620AmericaFrontccc.jpg,Clash: Artifacts of Chaos,XOne,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 +/games/boxart/full_4489093AmericaFrontccc.jpg,Clash: Artifacts of Chaos,XS,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 +/games/boxart/full_8981827AmericaFrontccc.jpg,Clash: Artifacts of Chaos,PC,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 +/games/boxart/default.jpg,Commander Keen,iOS,Action-Adventure,Unknown,ZeniMax Online Studios,,,,,,,,2019-06-09 +/games/boxart/default.jpg,Commander Keen,And,Action-Adventure,Unknown,ZeniMax Online Studios,,,,,,,,2019-06-09 +/games/boxart/default.jpg,Conan Chop Chop,PC,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Conan Chop Chop,NS,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Conan Chop Chop,PS4,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Conan Chop Chop,XOne,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 +/games/boxart/full_4874857AmericaFrontccc.jpg,Concrete Genie,PS4,Action-Adventure,Sony Interactive Entertainment,PixelOpus,,,,,,,2019-10-08,2020-04-10 +/games/boxart/full_3218274AmericaFrontccc.jpg,Concursion,PC,Action-Adventure,Unknown,Puuba,,,,,,,,2022-08-21 +/games/boxart/full_498150AmericaFrontccc.jpg,Contra Anniversary Collection,PC,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 +/games/boxart/full_6467348AmericaFrontccc.jpg,Contra Anniversary Collection,XOne,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 +/games/boxart/full_4247018AmericaFrontccc.jpg,Contra Anniversary Collection,NS,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 +/games/boxart/full_1906327AmericaFrontccc.jpg,Contra Anniversary Collection,PS4,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 +/games/boxart/full_3814663AmericaFrontccc.jpg,Control,PS5,Action-Adventure,505 Games,Remedy,,,,,,,2021-12-01,2020-06-13 +/games/boxart/full_4960302AmericaFrontccc.jpg,Control,XS,Action-Adventure,505 Games,Remedy,,,,,,,2021-12-01,2020-06-13 +/games/boxart/full_9339864AmericaFrontccc.jpg,Control 2,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-11-12 +/games/boxart/full_6166843AmericaFrontccc.jpg,Control 2,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-11-12 +/games/boxart/full_9453229AmericaFrontccc.jpg,Control 2,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-11-12 +/games/boxart/full_2059061AmericaFrontccc.jpg,Control: AWE,XOne,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2020-08-27,2020-09-27 +/games/boxart/full_7899266AmericaFrontccc.jpg,Control: AWE,PC,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2020-08-27,2020-09-27 +/games/boxart/full_4828352AmericaFrontccc.jpg,Control: AWE,PS4,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2020-08-27,2020-09-27 +/games/boxart/full_104404AmericaFrontccc.jpg,Control: The Foundation,PS4,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 +/games/boxart/full_9657143AmericaFrontccc.jpg,Control: The Foundation,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 +/games/boxart/full_8145653AmericaFrontccc.jpg,Control: The Foundation,XOne,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 +/games/boxart/full_3209871AmericaFrontccc.jpg,Control: The Foundation,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 +/games/boxart/full_5056711AmericaFrontccc.jpg,Control: The Foundation,NS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 +/games/boxart/full_2705356AmericaFrontccc.jpg,Control: The Foundation,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 +/games/boxart/full_6458642AmericaFrontccc.jpg,Creature in the Well,PC,Action-Adventure,Unknown,Flight School Studio,,,,,,,,2019-09-04 +/games/boxart/full_501333AmericaFrontccc.jpg,Creature in the Well,XOne,Action-Adventure,Unknown,Flight School Studio,,,,,,,,2019-09-04 +/games/boxart/full_1694038AmericaFrontccc.jpg,Creature in the Well,NS,Action-Adventure,Unknown,Flight School Studio,,,,,,,,2019-09-04 +/games/boxart/full_5033136AmericaFrontccc.jpg,Crossing Souls,PS4,Action-Adventure,Devolver Digital,Fourattic,,,,,,,2018-02-13,2018-03-20 +/games/boxart/full_7221441AmericaFrontccc.jpg,Cult of the Lamb,XOne,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 +/games/boxart/full_4222132AmericaFrontccc.jpg,Cult of the Lamb,XS,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 +/games/boxart/full_2967716AmericaFrontccc.jpg,Cult of the Lamb,NS,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 +/games/boxart/full_1955270AmericaFrontccc.jpg,Cult of the Lamb,PC,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 +/games/boxart/full_2796191AmericaFrontccc.jpg,Cult of the Lamb,PS4,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 +/games/boxart/full_3204473AmericaFrontccc.jpg,Cult of the Lamb,PS5,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 +/games/boxart/full_5490429AmericaFrontccc.jpg,Cyberpunk 2077,PS5,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_5648028AmericaFrontccc.jpg,Cyberpunk 2077,XS,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_6985255AmericaFrontccc.jpg,Dark Devotion,NS,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 +/games/boxart/full_3535406AmericaFrontccc.jpg,Dark Devotion,XOne,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 +/games/boxart/full_3897274AmericaFrontccc.jpg,Dark Devotion,PS4,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 +/games/boxart/full_7904782AmericaFrontccc.jpg,Dark Devotion,PC,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 +/games/boxart/full_3893219AmericaFrontccc.png,Darksiders Genesis,NS,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-02-14,2019-06-08 +/games/boxart/full_1824620AmericaFrontccc.png,Darksiders Genesis,PC,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-12-05,2019-06-08 +/games/boxart/full_7114858AmericaFrontccc.png,Darksiders Genesis,XOne,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-02-14,2019-06-08 +/games/boxart/full_8060864AmericaFrontccc.png,Darksiders Genesis,PS4,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-02-14,2019-06-08 +/games/boxart/full_156033AmericaFrontccc.jpg,Darksiders II: Argul's Tomb,X360,Action-Adventure,Unknown,Vigil Games,,,,,,,,2022-08-13 +/games/boxart/full_253115PALFrontccc.jpg,Darksiders II: Deathinitive Edition,NS,Action-Adventure,THQ Nordic,Gunfire Games,,,,,,,2019-09-26,2019-08-09 +/games/boxart/full_5045589AmericaFrontccc.jpg,Darksiders: Warmastered Edition,NS,Action-Adventure,THQ Nordic,Kaiko,,,,,,,2019-04-02,2019-04-20 +/games/boxart/full_9104613AmericaFrontccc.png,Darkwood,XOne,Action-Adventure,Unknown,Acid Wizard Studio,,,,,,,,2019-05-19 +/games/boxart/full_8386496AmericaFrontccc.png,Darkwood,PS4,Action-Adventure,Crunching Koalas,Acid Wizard Studio,,,,,,,2019-05-14,2019-05-19 +/games/boxart/full_2660334AmericaFrontccc.png,Darkwood,NS,Action-Adventure,Crunching Koalas,Acid Wizard Studio,,,,,,,2019-05-16,2019-05-19 +/games/boxart/full_2657665AmericaFrontccc.jpg,Dawn of Fear,PS4,Action-Adventure,Good Game Publishing,Brok3nsite,,,,,,,2020-02-03,2020-01-22 +/games/boxart/full_8556963AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,XS,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 +/games/boxart/full_4191002AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,NS,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 +/games/boxart/full_4806731AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,PC,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 +/games/boxart/full_5056168AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,PS4,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 +/games/boxart/full_408050AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,PS5,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 +/games/boxart/full_4097773AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,XOne,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 +/games/boxart/full_5878881AmericaFrontccc.jpg,Daymare: 1998,PC,Action-Adventure,Destructive Creations,Invader Studios,,,,,,,2019-09-17,2019-08-16 +/games/boxart/full_7198114AmericaFrontccc.jpg,Daymare: 1998,PS4,Action-Adventure,Destructive Creations,Invader Studios,,,,,,,2019-12-01,2019-08-16 +/games/boxart/full_8904939AmericaFrontccc.jpg,Daymare: 1998,XOne,Action-Adventure,Destructive Creations,Invader Studios,,,,,,,2019-12-01,2019-08-16 +/games/boxart/full_5577305AmericaFrontccc.jpg,DC Super Hero Girls: Teen Power,NS,Action-Adventure,Warner Bros. Interactive Entertainment,DC Studios,,,,,,,2021-06-04,2021-02-18 +/games/boxart/full_8117239AmericaFrontccc.jpg,Dead Cells: Fatal Falls,NS,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 +/games/boxart/full_7987973AmericaFrontccc.jpg,Dead Cells: Fatal Falls,PC,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 +/games/boxart/full_740608AmericaFrontccc.jpg,Dead Cells: Fatal Falls,PS4,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 +/games/boxart/full_8975132AmericaFrontccc.jpg,Dead Cells: Fatal Falls,XOne,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 +/games/boxart/full_2780869AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,NS,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 +/games/boxart/full_2067566AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,PC,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 +/games/boxart/full_4580029AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,PS4,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 +/games/boxart/full_4132087AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,XOne,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 +/games/boxart/full_736859AmericaFrontccc.jpg,Dead Space (2023),XS,Action-Adventure,Electronic Arts,Motive Studios,,,,,,,2023-01-27,2022-06-04 +/games/boxart/full_5698610AmericaFrontccc.jpg,Dead Space (2023),PC,Action-Adventure,Electronic Arts,Motive Studios,,,,,,,2023-01-27,2022-06-04 +/games/boxart/full_2663413AmericaFrontccc.jpg,Dead Space (2023),PS5,Action-Adventure,Electronic Arts,Motive Studios,,,,,,,2023-01-27,2022-06-04 +/games/boxart/full_5569625AmericaFrontccc.jpg,Deadlight,X360,Action-Adventure,Microsoft Studios,Tequila Works,,,,,,,2012-06-01,2019-03-24 +/games/boxart/full_5812426PALFrontccc.jpg,Deadlight: Director's Cut,PS4,Action-Adventure,Deep Silver,Tequila Works,,,,,,,2016-06-21,2019-03-24 +/games/boxart/full_1094846AmericaFrontccc.jpg,Deadlight: Director's Cut,PC,Action-Adventure,Deep Silver,Tequila Works,,,,,,,2016-06-21,2019-03-24 +/games/boxart/full_9528568PALFrontccc.jpg,Deadlight: Director's Cut,XOne,Action-Adventure,Deep Silver,Tequila Works,,,,,,,2016-06-21,2019-03-24 +/games/boxart/full_6726971AmericaFrontccc.jpg,Deadly Premonition 2: A Blessing in Disguise,NS,Action-Adventure,Rising Star Games,Toybox Games,,,,,,,2020-07-10,2020-05-16 +/games/boxart/full_6472113AmericaFrontccc.jpg,Deadly Premonition Origins,NS,Action-Adventure,Toybox,Toybox Games,,,,,,,2020-09-05,2020-05-11 +/games/boxart/full_9340667AmericaFrontccc.jpg,Death Stranding,PC,Action-Adventure,505 Games,Kojima Productions,,,,,,,2020-07-14,2019-12-17 +/games/boxart/full_6607353AmericaFrontccc.jpg,Death Stranding Director's Cut,PC,Action-Adventure,505 Games,Kojima Productions,,,,,,,2022-03-30,2023-04-05 +/games/boxart/full_3448455AmericaFrontccc.jpg,Death's Gambit,PS4,Action-Adventure,Skybound Games,White Rabbit,,,,,,,2019-03-05,2021-10-17 +/games/boxart/full_545150AmericaFrontccc.jpg,Death's Gambit: Afterlife,PC,Action-Adventure,Unknown,White Rabbit,,,,,,,,2021-10-11 +/games/boxart/full_9413712AmericaFrontccc.jpg,Death's Gambit: Afterlife,PS4,Action-Adventure,Unknown,White Rabbit,,,,,,,,2021-10-11 +/games/boxart/full_3781544AmericaFrontccc.jpg,Death's Gambit: Afterlife,NS,Action-Adventure,Unknown,White Rabbit,,,,,,,,2021-10-11 +/games/boxart/default.jpg,Deathtrap Dungeon,PC,Action-Adventure,Unknown,Asylum Entertainment,,,,,,,,2018-06-28 +/games/boxart/full_2896514AmericaFrontccc.jpg,Death’s Door,PC,Action-Adventure,Unknown,Acid Nerve,,,,,,,,2021-06-13 +/games/boxart/full_181914AmericaFrontccc.jpg,Death’s Door,XS,Action-Adventure,Unknown,Acid Nerve,,,,,,,,2021-06-13 +/games/boxart/full_611004AmericaFrontccc.jpg,Death’s Door,XOne,Action-Adventure,Unknown,Acid Nerve,,,,,,,,2021-06-13 +/games/boxart/full_1757416AmericaFrontccc.jpg,Destroy All Humans!,PS4,Action-Adventure,THQ Nordic,Pandemic Studios,,,,,,,2020-07-28,2019-06-18 +/games/boxart/full_2390739AmericaFrontccc.jpg,Destroy All Humans!,PC,Action-Adventure,THQ Nordic,Black Forest Games,,,,,,,2020-07-28,2019-06-18 +/games/boxart/full_3639611AmericaFrontccc.jpg,Destroy All Humans!,XOne,Action-Adventure,THQ Nordic,Black Forest Games,,,,,,,2020-07-28,2019-06-18 +/games/boxart/full_2598765AmericaFrontccc.jpg,Destroy All Humans! 2: Reprobed,PC,Action-Adventure,Unknown,Black Forest Games,,,,,,,,2021-09-18 +/games/boxart/full_431647AmericaFrontccc.jpg,Destroy All Humans! 2: Reprobed,PS5,Action-Adventure,Unknown,Black Forest Games,,,,,,,,2021-09-18 +/games/boxart/full_3227254AmericaFrontccc.jpg,Destroy All Humans! 2: Reprobed,XS,Action-Adventure,Unknown,Black Forest Games,,,,,,,,2021-09-18 +/games/boxart/default.jpg,Devil Inside Us: Roots of Evil,PS5,Action-Adventure,Unknown,QUByte Interactive,,,,,,,,2024-01-22 +/games/boxart/full_3788242AmericaFrontccc.jpg,Devil’s Hunt,XOne,Action-Adventure,1C Company,Layopi Games,,,,,,,2020-12-01,2019-08-07 +/games/boxart/full_6676843AmericaFrontccc.jpg,Devil’s Hunt,NS,Action-Adventure,1C Company,Layopi Games,,,,,,,2020-12-01,2019-08-07 +/games/boxart/full_5495949AmericaFrontccc.jpg,Devil’s Hunt,PC,Action-Adventure,1C Company,Layopi Games,,,,,,,2019-09-17,2019-08-07 +/games/boxart/full_9016364AmericaFrontccc.jpg,Devil’s Hunt,PS4,Action-Adventure,1C Company,Layopi Games,,,,,,,2020-12-01,2019-08-07 +/games/boxart/full_2608829AmericaFrontccc.jpg,Disaster Report 4 Plus: Summer Memories,PC,Action-Adventure,NIS America,Granzella,,,,,,,2020-04-07,2019-10-17 +/games/boxart/full_4747780AmericaFrontccc.jpg,Disaster Report 4 Plus: Summer Memories,NS,Action-Adventure,NIS America,Granzella,,,,,,,2020-04-07,2019-10-17 +/games/boxart/full_9004902AmericaFrontccc.jpg,Dishonored: Knife of Dunwall,PC,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-16 +/games/boxart/full_9355782AmericaFrontccc.jpg,Dishonored: Knife of Dunwall,PS3,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-16 +/games/boxart/full_430290AmericaFrontccc.jpg,Dishonored: Knife of Dunwall,X360,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-16 +/games/boxart/full_3377439AmericaFrontccc.jpg,Dishonored: The Brigmore Witches,PC,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-18 +/games/boxart/full_2344995AmericaFrontccc.jpg,Dishonored: The Brigmore Witches,PS3,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-18 +/games/boxart/full_3899824AmericaFrontccc.jpg,Dishonored: The Brigmore Witches,X360,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-18 +/games/boxart/full_664329AmericaFrontccc.jpg,Disneyland Adventures,PC,Action-Adventure,THQ Nordic,Frontier Developments,,,,,,,2018-09-14,2018-11-19 +/games/boxart/full_8064178AmericaFrontccc.jpg,Double Cross,PC,Action-Adventure,Graffiti,13AM Games,,,,,,,2019-01-10,2019-01-02 +/games/boxart/full_4187963AmericaFrontccc.png,Double Cross,NS,Action-Adventure,Graffiti,13AM Games,,,,,,,2019-01-10,2019-01-02 +/games/boxart/full_3436447AmericaFrontccc.png,Down to Hell,NS,Action-Adventure,Unknown,Red Dev Studio,,,,,,,,2020-02-04 +/games/boxart/full_8250476AmericaFrontccc.jpg,Down to Hell,PC,Action-Adventure,Unknown,Red Dev Studio,,,,,,,,2020-02-04 +/games/boxart/full_5979013AmericaFrontccc.jpg,Downward Spiral: Horus Station,PC,Action-Adventure,3rd Eye Studios,3rd Eye Studios,,,,,,,2018-05-31,2018-09-18 +/games/boxart/full_5126275AmericaFrontccc.jpg,Downward Spiral: Horus Station,PS4,Action-Adventure,3rd Eye Studios,3rd Eye Studios,,,,,,,2018-09-18,2018-09-18 +/games/boxart/default.jpg,Dragons: Dawn of New Riders,PC,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 +/games/boxart/default.jpg,Dragons: Dawn of New Riders,PS4,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 +/games/boxart/default.jpg,Dragons: Dawn of New Riders,XOne,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 +/games/boxart/default.jpg,Dragons: Dawn of New Riders,NS,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 +/games/boxart/full_2688313AmericaFrontccc.jpg,Dreamscaper,NS,Action-Adventure,Unknown,Afterburner Studios,,,,,,,,2021-07-23 +/games/boxart/full_843405AmericaFrontccc.jpg,Dreamscaper,PC,Action-Adventure,Unknown,Afterburner Studios,,,,,,,,2021-07-23 +/games/boxart/full_2185938AmericaFrontccc.jpg,DreamWorks Voltron VR Chronicles,OR,Action-Adventure,Digital Domain,Digital Domain,,,,,,,2017-09-25,2021-10-27 +/games/boxart/default.jpg,Dungeon Explorer,WiiU,Action-Adventure,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_6880500AmericaFrontccc.jpg,Dungeons of Hinterberg,PC,Action-Adventure,Unknown,Microbird Games,,,,,,,,2023-06-12 +/games/boxart/full_95427AmericaFrontccc.jpg,Dungeons of Hinterberg,XS,Action-Adventure,Unknown,Microbird Games,,,,,,,,2023-06-12 +/games/boxart/full_298057AmericaFrontccc.jpeg,Dying Light 2 Stay Human,PS5,Action-Adventure,Techland,Techland,,,,,,,2021-12-01,2021-06-15 +/games/boxart/full_5798195AmericaFrontccc.jpeg,Dying Light 2 Stay Human,XS,Action-Adventure,Techland,Techland,,,,,,,2021-12-01,2021-06-15 +/games/boxart/full_7965603AmericaFrontccc.jpeg,Dying Light 2 Stay Human,PC,Action-Adventure,Techland,Techland,,,,,,,2020-12-01,2021-06-15 +/games/boxart/full_4587581AmericaFrontccc.jpeg,Dying Light 2 Stay Human,XOne,Action-Adventure,Techland,Techland,,,,,,,2020-12-01,2021-06-15 +/games/boxart/full_5355028AmericaFrontccc.jpeg,Dying Light 2 Stay Human,PS4,Action-Adventure,Techland,Techland,,,,,,,2020-12-01,2021-06-15 +/games/boxart/full_1319670AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,XOne,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 +/games/boxart/full_2575598AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,XS,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 +/games/boxart/full_9949664AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,PC,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 +/games/boxart/full_4789318AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,PS4,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 +/games/boxart/full_9346073AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,PS5,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 +/games/boxart/default.jpg,Earthfall,PC,Action-Adventure,Gearbox Software,Holospark,,,,,,,2018-07-13,2018-05-25 +/games/boxart/full_843596AmericaFrontccc.png,Eastward,NS,Action-Adventure,Chucklefish,Pixpil,,,,,,,2020-12-30,2019-09-13 +/games/boxart/full_2756544AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,PS5,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-07-20,2021-07-05 +/games/boxart/full_6083087AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,PS4,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-07-20,2021-07-05 +/games/boxart/full_2095540AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,PC,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-21,2021-07-05 +/games/boxart/full_5915143AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,NS,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-21,2021-07-05 +/games/boxart/full_9971503AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,XS,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-29,2021-07-05 +/games/boxart/full_8494025AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,XOne,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-29,2021-07-05 +/games/boxart/full_2545489AmericaFrontccc.png,Even the Ocean,PC,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2016-11-16,2018-01-25 +/games/boxart/full_1092977AmericaFrontccc.jpg,Everwild,XOne,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_4356888AmericaFrontccc.jpg,Everwild,XS,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_6247514AmericaFrontccc.jpg,Everwild,PC,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_1603091AmericaFrontccc.jpg,Evil West,XS,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 +/games/boxart/full_6296209AmericaFrontccc.jpg,Evil West,PC,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 +/games/boxart/full_59671AmericaFrontccc.jpg,Evil West,PS4,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 +/games/boxart/full_2994520AmericaFrontccc.jpg,Evil West,PS5,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 +/games/boxart/full_6836253AmericaFrontccc.jpg,Evil West,XOne,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 +/games/boxart/default.jpg,Evoland Legendary Edition,XOne,Action-Adventure,Unknown,Shiro Games,,,,,,,,2019-01-24 +/games/boxart/default.jpg,Evoland Legendary Edition,PS4,Action-Adventure,Unknown,Shiro Games,,,,,,,,2019-01-24 +/games/boxart/default.jpg,Evoland Legendary Edition,NS,Action-Adventure,Unknown,Shiro Games,,,,,,,,2019-01-24 +/games/boxart/full_1830141AmericaFrontccc.jpg,ExeKiller,PC,Action-Adventure,Unknown,Paradark Studio,,,,,,,,2023-11-18 +/games/boxart/full_3854228AmericaFrontccc.jpg,ExeKiller,PS5,Action-Adventure,Unknown,Paradark Studio,,,,,,,,2023-11-18 +/games/boxart/full_4000282AmericaFrontccc.jpg,ExeKiller,XS,Action-Adventure,Unknown,Paradark Studio,,,,,,,,2023-11-18 +/games/boxart/full_3726962AmericaFrontccc.jpg,Exit the Gungeon,iOS,Action-Adventure,Unknown,Dodge Roll,,,,,,,,2020-03-03 +/games/boxart/full_2877879AmericaFrontccc.jpg,Exit the Gungeon,PC,Action-Adventure,Devolver Digital,Dodge Roll,,,,,,,2020-03-17,2020-03-03 +/games/boxart/full_5620838AmericaFrontccc.jpg,F.I.S.T.,PC,Action-Adventure,Unknown,TiGames,,,,,,,,2022-06-18 +/games/boxart/full_3468356AmericaFrontccc.jpg,F.I.S.T.,PS5,Action-Adventure,Unknown,TiGames,,,,,,,,2022-06-18 +/games/boxart/full_3266551AmericaFrontccc.jpg,F.I.S.T.,PS4,Action-Adventure,Sony Computer Entertainment,TiGames,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_5936712AmericaFrontccc.jpg,F.I.S.T.,NS,Action-Adventure,Unknown,TiGames,,,,,,,,2022-06-18 +/games/boxart/full_3016084AmericaFrontccc.jpg,Falcon Age,PS4,Action-Adventure,Outerloop Games,Outerloop Games,,,,,,,2019-04-09,2019-04-12 +/games/boxart/full_9964746AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,PC,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 +/games/boxart/full_5946441AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,NS,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 +/games/boxart/full_890799AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,PS4,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 +/games/boxart/full_4708373AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,PS5,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 +/games/boxart/full_8986443AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,XOne,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 +/games/boxart/full_1173851AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,XS,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 +/games/boxart/full_5619947AmericaFrontccc.jpg,Fearmonium,PS4,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 +/games/boxart/full_9604919AmericaFrontccc.jpg,Fearmonium,PS5,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 +/games/boxart/full_7529419AmericaFrontccc.jpg,Fearmonium,XOne,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 +/games/boxart/full_6015221AmericaFrontccc.jpg,Fearmonium,XS,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 +/games/boxart/full_4679115AmericaFrontccc.jpg,Fearmonium,NS,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 +/games/boxart/full_5385958AmericaFrontccc.jpg,Fearmonium,PC,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 +/games/boxart/full_6422479AmericaFrontccc.jpg,Feudal Alloy,PC,Action-Adventure,Attu Games,Attu Games,,,,,,,2019-01-17,2019-05-14 +/games/boxart/full_9057577AmericaFrontccc.jpg,Feudal Alloy,XOne,Action-Adventure,Attu Games,Attu Games,,,,,,,2019-05-15,2019-05-14 +/games/boxart/full_6626865AmericaFrontccc.jpg,Feudal Alloy,PS4,Action-Adventure,Attu Games,Attu Games,,,,,,,2019-05-14,2019-05-14 +/games/boxart/full_3264784AmericaFrontccc.jpg,Figment,PC,Action-Adventure,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2017-09-22,2019-04-20 +/games/boxart/full_564229AmericaFrontccc.png,Figment,NS,Action-Adventure,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2018-06-28,2019-04-20 +/games/boxart/full_798782AmericaFrontccc.jpg,Fobia - St. Dinfna Hotel,PC,Action-Adventure,Unknown,Pulsatrix Studios,,,,,,,,2022-06-30 +/games/boxart/full_6264648AmericaFrontccc.jpg,Foreclosed,NS,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 +/games/boxart/full_3314542AmericaFrontccc.jpg,Foreclosed,PC,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 +/games/boxart/full_6481728AmericaFrontccc.jpg,Foreclosed,PS4,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 +/games/boxart/full_9310759AmericaFrontccc.jpg,Foreclosed,PS5,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 +/games/boxart/full_242348AmericaFrontccc.jpg,Foreclosed,XOne,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 +/games/boxart/full_3412320AmericaFrontccc.jpg,Foreclosed,XS,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 +/games/boxart/full_3665756AmericaFrontccc.jpg,Forgotton Anne,PS4,Action-Adventure,Square Enix,ThroughLine Games,,,,,,,2018-05-15,2018-05-19 +/games/boxart/full_2924965AmericaFrontccc.jpg,Forspoken,PC,Action-Adventure,Square Enix,Luminous Productions,,,,,,,2022-05-24,2021-09-11 +/games/boxart/full_6412044AmericaFrontccc.jpg,Forspoken,PS5,Action-Adventure,Square Enix,Luminous Productions,,,,,,,2022-05-24,2021-09-11 +/games/boxart/full_9309636AmericaFrontccc.jpg,Fossil Hunters,PC,Action-Adventure,Unknown,Reptoid Games,,,,,,,,2020-02-01 +/games/boxart/full_9758818AmericaFrontccc.jpg,Gato Roboto,PC,Action-Adventure,Devolver Digital,Doinksoft,,,,,,,2019-05-30,2019-06-01 +/games/boxart/full_6836889AmericaFrontccc.png,Gato Roboto,NS,Action-Adventure,Devolver Digital,Doinksoft,,,,,,,2019-05-30,2019-06-01 +/games/boxart/full_6599280AmericaFrontccc.jpg,Genshin Impact,PC,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-09-28,2019-08-06 +/games/boxart/full_4111748AmericaFrontccc.jpg,Genshin Impact,PS4,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-09-28,2019-08-06 +/games/boxart/full_20036AmericaFrontccc.jpg,Genshin Impact,NS,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-12-01,2020-01-14 +/games/boxart/full_256205AmericaFrontccc.jpg,Genshin Impact,iOS,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_3578661AmericaFrontccc.jpg,Ghost of Tsushima Director's Cut,PS4,Action-Adventure,Sony Interactive Entertainment,Sucker Punch Productions,,,,,,,2021-08-20,2021-07-23 +/games/boxart/full_4479623AmericaFrontccc.jpg,Ghost of Tsushima Director's Cut,PS5,Action-Adventure,Sony Interactive Entertainment,Sucker Punch Productions,,,,,,,2021-08-20,2021-07-23 +/games/boxart/full_6345181PALFrontccc.png,Ghostbusters: The Video Game Remastered,XOne,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 +/games/boxart/full_5092913PALFrontccc.png,Ghostbusters: The Video Game Remastered,PC,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 +/games/boxart/full_6731544PALFrontccc.png,Ghostbusters: The Video Game Remastered,NS,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 +/games/boxart/full_8663601PALFrontccc.png,Ghostbusters: The Video Game Remastered,PS4,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 +/games/boxart/full_9402291AmericaFrontccc.png,Ghostwire Tokyo,PS5,Action-Adventure,Bethesda Softworks,Tango Gameworks,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_5829134AmericaFrontccc.png,Ghostwire Tokyo,PC,Action-Adventure,Bethesda Softworks,Tango Gameworks,,,,,,,2021-12-01,2019-06-09 +/games/boxart/full_2013309AmericaFrontccc.jpg,Goosebumps Dead of Night,PS4,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 +/games/boxart/full_6310585AmericaFrontccc.jpg,Goosebumps Dead of Night,XOne,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 +/games/boxart/full_2669755AmericaFrontccc.jpg,Goosebumps Dead of Night,NS,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 +/games/boxart/full_7498852AmericaFrontccc.jpg,Goosebumps Dead of Night,PC,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 +/games/boxart/full_8752476AmericaFrontccc.jpg,Grand Theft Auto V,PS5,Action-Adventure,Rockstar Games,Rockstar Games,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_915577AmericaFrontccc.jpg,Grand Theft Auto V,XS,Action-Adventure,Rockstar Games,Rockstar Games,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_8746704AmericaFrontccc.png,Grand Theft Auto VI,All,Action-Adventure,Unknown,Rockstar Games,,,,,,,,2023-12-06 +/games/boxart/full_3949799AmericaFrontccc.png,Grand Theft Auto VI,PS5,Action-Adventure,Unknown,Rockstar Games,,,,,,,,2023-12-06 +/games/boxart/full_2268544AmericaFrontccc.png,Grand Theft Auto VI,XS,Action-Adventure,Unknown,Rockstar Games,,,,,,,,2023-12-06 +/games/boxart/full_8097252AmericaFrontccc.jpg,Grand Theft Auto: The Trilogy – The Definitive Edition,All,Action-Adventure,Rockstar Games,Grove Street Games,,,,,,,2021-11-11,2021-12-23 +/games/boxart/full_850942AmericaFrontccc.jpg,Grayland,iOS,Action-Adventure,Unknown,1Der Entertainment,,,,,,,,2020-01-23 +/games/boxart/full_8774799AmericaFrontccc.jpg,Grayland,And,Action-Adventure,Unknown,1Der Entertainment,,,,,,,,2020-01-23 +/games/boxart/full_8799082AmericaFrontccc.jpg,Grayland,PC,Action-Adventure,1DER Entertainment,1Der Entertainment,,,,,,,2020-01-15,2020-01-22 +/games/boxart/full_3224877AmericaFrontccc.jpg,Green Hell VR,PC,Action-Adventure,Unknown,Incuvo,,,,,,,,2022-11-20 +/games/boxart/full_4193338AmericaFrontccc.jpg,Grounded,XS,Action-Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-25 +/games/boxart/full_5706765AmericaFrontccc.jpg,Grounded,PC,Action-Adventure,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-07-28,2019-11-23 +/games/boxart/full_7523579AmericaFrontccc.jpeg,Grounded,XOne,Action-Adventure,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-07-28,2019-11-14 +/games/boxart/full_2152039AmericaFrontccc.jpg,Grow: Song of the Evertree,PS4,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 +/games/boxart/full_5107925AmericaFrontccc.jpg,Grow: Song of the Evertree,XOne,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 +/games/boxart/full_2746370AmericaFrontccc.jpg,Grow: Song of the Evertree,NS,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 +/games/boxart/full_178935AmericaFrontccc.jpg,Grow: Song of the Evertree,PC,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 +/games/boxart/full_7864316AmericaFrontccc.jpg,Guacamelee! 2,PC,Action-Adventure,Unknown,DrinkBox Studios,,,,,,,,2018-08-16 +/games/boxart/full_6150697AmericaFrontccc.jpg,Guacamelee! 2,PS4,Action-Adventure,Unknown,DrinkBox Studios,,,,,,,,2018-08-16 +/games/boxart/full_8964375AmericaFrontccc.jpg,Gunbrella,NS,Action-Adventure,Unknown,Doinksoft,,,,,,,,2023-09-01 +/games/boxart/full_360984AmericaFrontccc.jpg,Gunbrella,PC,Action-Adventure,Unknown,Doinksoft,,,,,,,,2023-09-01 +/games/boxart/full_9890283AmericaFrontccc.png,GYLT,PC,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 +/games/boxart/full_8968295AmericaFrontccc.png,GYLT,PS4,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 +/games/boxart/full_8402496AmericaFrontccc.png,GYLT,PS5,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 +/games/boxart/full_1527501AmericaFrontccc.png,GYLT,XOne,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 +/games/boxart/full_6171210AmericaFrontccc.png,GYLT,XS,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 +/games/boxart/full_3794821AmericaFrontccc.jpg,Hades,PC,Action-Adventure,Supergiant Games,Supergiant Games,,,,,,,2020-12-01,2018-12-06 +/games/boxart/full_4699423AmericaFrontccc.png,Hellblade: Senua's Sacrifice,NS,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2019-04-11,2019-04-11 +/games/boxart/full_8037473AmericaFrontccc.jpeg,Hellboy Web of Wyrd,XS,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 +/games/boxart/full_5081104AmericaFrontccc.jpeg,Hellboy Web of Wyrd,NS,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 +/games/boxart/full_1203078AmericaFrontccc.jpeg,Hellboy Web of Wyrd,PC,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 +/games/boxart/full_4699198AmericaFrontccc.jpeg,Hellboy Web of Wyrd,PS4,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 +/games/boxart/full_4789679AmericaFrontccc.jpeg,Hellboy Web of Wyrd,PS5,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 +/games/boxart/full_9993989AmericaFrontccc.jpeg,Hellboy Web of Wyrd,XOne,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 +/games/boxart/full_1901693AmericaFrontccc.jpg,Hi-Fi RUSH,PC,Action-Adventure,Unknown,Tango Gameworks,,,,,,,,2023-01-27 +/games/boxart/full_1901424AmericaFrontccc.jpg,Hi-Fi RUSH,XS,Action-Adventure,Unknown,Tango Gameworks,,,,,,,,2023-01-27 +/games/boxart/full_8467212AmericaFrontccc.png,Hitman 2,PC,Action-Adventure,Warner Bros. Interactive Entertainment,IO Interactive,,,,,,,2018-11-13,2018-11-22 +/games/boxart/full_6481398AmericaFrontccc.jpg,Hitman 3,PS4,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_3063776AmericaFrontccc.jpg,Hitman 3,XOne,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_2379777AmericaFrontccc.jpg,Hitman 3,XS,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_9358667AmericaFrontccc.jpg,Hitman 3,PC,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_2628768AmericaFrontccc.jpeg,Hollow Knight,PS4,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2018-09-25,2022-10-09 +/games/boxart/full_785470AmericaFrontccc.jpg,Hollow Knight: Silksong,PS5,Action-Adventure,Unknown,Team Cherry,,,,,,,,2023-12-27 +/games/boxart/full_4438206AmericaFrontccc.jpg,Hollow Knight: Silksong,PC,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2020-12-01,2019-06-11 +/games/boxart/full_2831326AmericaFrontccc.jpg,Hollow Knight: Silksong,XS,Action-Adventure,Unknown,Team Cherry,,,,,,,,2023-12-27 +/games/boxart/full_7651242AmericaFrontccc.png,Hollow Knight: Silksong,NS,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2020-12-01,2019-06-11 +/games/boxart/full_8416082AmericaFrontccc.jpg,Hollow Knight: Silksong,PS4,Action-Adventure,Unknown,Team Cherry,,,,,,,,2023-12-27 +/games/boxart/full_6264209AmericaFrontccc.jpg,Hood: Outlaws & Legends,XOne,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 +/games/boxart/full_8898116AmericaFrontccc.jpg,Hood: Outlaws & Legends,XS,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 +/games/boxart/full_9689762AmericaFrontccc.jpg,Hood: Outlaws & Legends,PC,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 +/games/boxart/full_5612552AmericaFrontccc.jpg,Hood: Outlaws & Legends,PS4,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 +/games/boxart/full_6668553AmericaFrontccc.jpg,Horizon Call of the Mountain,PS5,Action-Adventure,Unknown,Firesprite,,,,,,,,2022-09-23 +/games/boxart/full_7035282AmericaFrontccc.jpg,Horizon Forbidden West: Burning Shores,PS5,Action-Adventure,Unknown,Guerrilla Games,,,,,,,,2022-12-09 +/games/boxart/full_1378048AmericaFrontccc.jpg,Horizon: Forbidden West,PS4,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2022-02-18,2021-01-10 +/games/boxart/full_8113923AmericaFrontccc.jpg,Horizon: Forbidden West,PS5,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2022-02-18,2020-06-11 +/games/boxart/full_2730421AmericaFrontccc.jpg,Horizon: Forbidden West Complete Edition,PC,Action-Adventure,Unknown,Guerrilla Games,,,,,,,,2023-11-01 +/games/boxart/full_838008AmericaFrontccc.jpg,Hyper Light Breaker,PC,Action-Adventure,Unknown,Heart Machine,,,,,,,,2023-10-19 +/games/boxart/full_3111139AmericaFrontccc.jpg,Iconoclasts,PS4,Action-Adventure,Bifrost Entertainment,Joakim Sandberg,,,,,,,2018-01-23,2018-01-23 +/games/boxart/full_648287AmericaFrontccc.jpg,Iconoclasts,PSV,Action-Adventure,Bifrost Entertainment,Joakim Sandberg,,,,,,,2018-01-23,2018-01-23 +/games/boxart/full_8772094AmericaFrontccc.jpg,Iconoclasts,PC,Action-Adventure,Bifrost Entertainment,Joakim Sandberg,9.5,,,,,,2018-01-23,2018-01-23 +/games/boxart/full_6405735AmericaFrontccc.jpg,Immortals Fenyx Rising,PS5,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 +/games/boxart/full_1016310AmericaFrontccc.jpg,Immortals Fenyx Rising,XS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 +/games/boxart/full_7937211AmericaFrontccc.jpg,In Nightmare,PS4,Action-Adventure,Sony Computer Entertainment,Magicfish Studio,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_5207332AmericaFrontccc.jpg,In Nightmare,PS5,Action-Adventure,Unknown,Magicfish Studio,,,,,,,,2022-04-02 +/games/boxart/full_27721AmericaFrontccc.jpg,Indiana Jones and the Great Circle,PC,Action-Adventure,Unknown,MachineGames,,,,,,,,2024-01-18 +/games/boxart/full_4949716AmericaFrontccc.jpg,Indiana Jones and the Great Circle,XS,Action-Adventure,Unknown,MachineGames,,,,,,,,2024-01-18 +/games/boxart/full_9624596AmericaFrontccc.jpg,Infernax,NS,Action-Adventure,The Arcade Crew,Berzerk Studio,,,,,,,2022-02-14,2022-04-19 +/games/boxart/full_5610631AmericaFrontccc.jpg,Infinite: Beyond The Mind,NS,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 +/games/boxart/full_365815AmericaFrontccc.jpg,Infinite: Beyond The Mind,PC,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 +/games/boxart/full_6412997AmericaFrontccc.jpg,Infinite: Beyond The Mind,PS4,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 +/games/boxart/full_7152946AmericaFrontccc.jpg,Infinite: Beyond The Mind,XOne,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 +/games/boxart/full_2748255AmericaFrontccc.jpg,Invizimals: Battle of the Hunters,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-01-22,2018-04-09 +/games/boxart/full_7801386AmericaFrontccc.jpg,Invizimals: Battle of the Hunters,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-01-22,2018-04-09 +/games/boxart/full_8668930AmericaFrontccc.jpg,Invizimals™ Hidden Challenges,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-31,2018-04-09 +/games/boxart/full_1131558AmericaFrontccc.jpg,Invizimals™ Hidden Challenges,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-31,2018-04-09 +/games/boxart/full_2746792AmericaFrontccc.jpg,Invizimals™: Revolution,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-10-30,2018-04-09 +/games/boxart/full_3511775AmericaFrontccc.jpg,Invizimals™: Revolution,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-10-30,2018-04-09 +/games/boxart/full_1641990AmericaFrontccc.png,Invizimals™: TV Tracker,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-06,2018-04-09 +/games/boxart/full_9257922AmericaFrontccc.png,Invizimals™: TV Tracker,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-06,2018-04-09 +/games/boxart/full_2379107AmericaFrontccc.png,It Takes Two,XOne,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 +/games/boxart/full_3522703AmericaFrontccc.png,It Takes Two,XS,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 +/games/boxart/full_418656AmericaFrontccc.png,It Takes Two,PC,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 +/games/boxart/full_7308260AmericaFrontccc.png,It Takes Two,PS4,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 +/games/boxart/full_5645306AmericaFrontccc.png,It Takes Two,PS5,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 +/games/boxart/default.jpg,Ittle Dew 2,PC,Action-Adventure,Nicalis,Ludosity Interactive,,,,,,,2016-11-15,2019-02-16 +/games/boxart/default.jpg,Ittle Dew 2,XOne,Action-Adventure,Nicalis,Ludosity Interactive,,,,,,,2016-11-15,2019-02-16 +/games/boxart/default.jpg,Ittle Dew 2,PS4,Action-Adventure,Nicalis,Ludosity Interactive,,,,,,,2016-11-15,2019-02-16 +/games/boxart/full_9950120AmericaFrontccc.jpg,Just Cause 4,PC,Action-Adventure,Square Enix,Avalanche Studios,,,,,,,2018-12-04,2018-12-19 +/games/boxart/full_127304AmericaFrontccc.jpg,Kena: Bridge of Spirits,PS5,Action-Adventure,Ember Lab,Ember Lab,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_9025522AmericaFrontccc.jpg,Kena: Bridge of Spirits,PC,Action-Adventure,Ember Lab,Ember Lab,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_2065033AmericaFrontccc.jpg,Kena: Bridge of Spirits,PS4,Action-Adventure,Ember Lab,Ember Lab,,,,,,,2021-09-21,2021-02-10 +/games/boxart/full_2473814AmericaFrontccc.jpg,Kings of Lorn: The Fall of Ebris,PS4,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2019-09-09,2019-07-06 +/games/boxart/full_3401127AmericaFrontccc.jpg,Kings of Lorn: The Fall of Ebris,XOne,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2019-09-09,2019-07-06 +/games/boxart/full_9951368AmericaFrontccc.jpg,Kings of Lorn: The Fall of Ebris,PC,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2019-09-09,2019-07-06 +/games/boxart/full_5110720AmericaFrontccc.jpg,Knights and Bikes,NS,Action-Adventure,Double Fine Presents,Foam Sword,,,,,,,2020-02-06,2020-01-24 +/games/boxart/full_5495945AmericaFrontccc.jpg,Knights and Bikes,PC,Action-Adventure,Double Fine Presents,Foam Sword,,,,,,,2019-08-27,2019-08-14 +/games/boxart/full_6575188AmericaFrontccc.jpg,Knights and Bikes,PS4,Action-Adventure,Double Fine Presents,Foam Sword,,,,,,,2019-08-27,2019-08-14 +/games/boxart/full_3749675AmericaFrontccc.jpg,Kunai,NS,Action-Adventure,The Arcade Crew,TurtleBlaze,,,,,,,2020-02-06,2020-01-14 +/games/boxart/full_8727739AmericaFrontccc.jpg,Kunai,PC,Action-Adventure,The Arcade Crew,TurtleBlaze,,,,,,,2020-02-06,2020-01-14 +/games/boxart/full_1525700AmericaFrontccc.jpg,Laika: Aged Through Blood,PC,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 +/games/boxart/full_4808829AmericaFrontccc.jpg,Laika: Aged Through Blood,PS4,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 +/games/boxart/full_3105443AmericaFrontccc.jpg,Laika: Aged Through Blood,PS5,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 +/games/boxart/full_8897767AmericaFrontccc.jpg,Laika: Aged Through Blood,XOne,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 +/games/boxart/full_5418473AmericaFrontccc.jpg,Laika: Aged Through Blood,XS,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 +/games/boxart/full_7735587AmericaFrontccc.jpg,Laika: Aged Through Blood,NS,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 +/games/boxart/full_4500217AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,OSX,Action-Adventure,Feral Interactive,Traveller's Tales,,,,,,,2012-09-06,2019-01-02 +/games/boxart/full_3444514AmericaFrontccc.png,LEGO Batman 2: DC Super Heroes,And,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-06-19,2019-01-02 +/games/boxart/full_9515199AmericaFrontccc.png,LEGO Batman 2: DC Super Heroes,iOS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-06-19,2019-01-02 +/games/boxart/full_570368AmericaFrontccc.jpg,LEGO DC Super-Villains,PC,Action-Adventure,Unknown,Traveller's Tales,,,,,,,,2018-06-04 +/games/boxart/full_8531314AmericaFrontccc.jpg,Lego Fortnite,PC,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_2005379AmericaFrontccc.jpg,Lego Fortnite,PS4,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_7324247AmericaFrontccc.jpg,Lego Fortnite,PS5,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_2871060AmericaFrontccc.jpg,Lego Fortnite,XOne,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_9684061AmericaFrontccc.jpg,Lego Fortnite,XS,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_6915297AmericaFrontccc.jpg,Lego Fortnite,NS,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_4976265PALFrontccc.jpg,Lego Jurassic World,NS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2019-09-17,2019-09-08 +/games/boxart/full_7989733AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 +/games/boxart/full_261610AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,NS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 +/games/boxart/full_7436833AmericaFrontccc.jpg,Lego Star Wars: The Skywalker Saga,PS5,Action-Adventure,Unknown,TT Games,,,,,,,,2021-08-27 +/games/boxart/full_8680098AmericaFrontccc.jpg,Lego Star Wars: The Skywalker Saga,XS,Action-Adventure,Unknown,TT Games,,,,,,,,2021-08-27 +/games/boxart/full_7481732AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,PC,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 +/games/boxart/full_8560852AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 +/games/boxart/full_5639352AmericaFrontccc.jpg,Light Fall,PC,Action-Adventure,Unknown,Bishop Games,,,,,,,,2018-04-28 +/games/boxart/full_187643AmericaFrontccc.jpg,Light No Fire,PC,Action-Adventure,Unknown,Hello Games,,,,,,,,2023-12-08 +/games/boxart/full_3398241AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,PC,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_2445383AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,PS4,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_6248591AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,PS5,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_7120159AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,XOne,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_6667786AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,XS,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_3286952AmericaFrontccc.jpg,Like a Dragon: Ishin!,PC,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_7493038AmericaFrontccc.jpg,Like a Dragon: Ishin!,PS4,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_2224709AmericaFrontccc.jpg,Like a Dragon: Ishin!,PS5,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_8165775AmericaFrontccc.jpg,Like a Dragon: Ishin!,XOne,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_1632743AmericaFrontccc.jpg,Like a Dragon: Ishin!,XS,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 +/games/boxart/full_4377959AmericaFrontccc.jpg,Link: The Faces of Evil,CDi,Action-Adventure,Philips Interactive Media,Animation Magic,,,,,,,1993-10-10,2018-04-17 +/games/boxart/full_3994537AmericaFrontccc.png,Little Devil Inside,NS,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2021-06-02 +/games/boxart/full_4501607AmericaFrontccc.png,Little Devil Inside,XOne,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2021-06-02 +/games/boxart/full_8139027AmericaFrontccc.png,Little Devil Inside,PC,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2020-06-14 +/games/boxart/full_4650946AmericaFrontccc.png,Little Devil Inside,PS4,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2021-06-02 +/games/boxart/full_7564152AmericaFrontccc.png,Little Devil Inside,PS5,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2020-06-14 +/games/boxart/full_2429724AmericaFrontccc.jpg,Luigi's Mansion 2 HD,NS,Action-Adventure,Unknown,Next Level Games,,,,,,,,2023-09-14 +/games/boxart/full_3085268AmericaFrontccc.jpg,Mafia: Definitive Edition,PC,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-10-23 +/games/boxart/full_7019009AmericaFrontccc.jpg,Mafia: Definitive Edition,PS4,Action-Adventure,Unknown,Hangar 13,,,,,,,,2020-10-23 +/games/boxart/full_3654434AmericaFrontccc.jpg,Mafia: Definitive Edition,XOne,Action-Adventure,Unknown,Hangar 13,,,,,,,,2020-10-23 +/games/boxart/full_5914372AmericaFrontccc.jpg,Mafia: Trilogy,PS4,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-05-13 +/games/boxart/full_7983315AmericaFrontccc.jpg,Mafia: Trilogy,XOne,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-05-13 +/games/boxart/full_6480853AmericaFrontccc.jpg,Mafia: Trilogy,PC,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-05-13 +/games/boxart/full_4309267AmericaFrontccc.jpg,Mages of Mystralia,NS,Action-Adventure,Borealys Games,Borealys Games,,,,,,,2019-01-29,2018-12-16 +/games/boxart/full_8788822AmericaFrontccc.jpg,Maneater,PS4,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-05-22,2019-12-16 +/games/boxart/full_5298863AmericaFrontccc.jpg,Maneater,PC,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-05-22,2019-06-10 +/games/boxart/full_6637233AmericaFrontccc.jpg,Maneater,XOne,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-05-22,2019-12-16 +/games/boxart/full_6493937AmericaFrontccc.jpg,Maneater,NS,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-12-22,2019-12-16 +/games/boxart/full_2905991AmericaFrontccc.jpg,Marvel's Blade,PC,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2023-12-08 +/games/boxart/full_7485042AmericaFrontccc.jpg,Marvel's Blade,XS,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2023-12-08 +/games/boxart/full_6844527AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,PC,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 +/games/boxart/full_6602944AmericaFrontccc.png,Marvel's Guardians of the Galaxy,XS,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 +/games/boxart/full_8231236AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,XOne,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 +/games/boxart/full_2355625AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,NS,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-15 +/games/boxart/full_6341933AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,PS5,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 +/games/boxart/full_4586065AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,PS4,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 +/games/boxart/full_9989918AmericaFrontccc.png,Marvel's Spider-Man: Miles Morales,PS4,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2020-11-12,2020-09-18 +/games/boxart/full_1267849PALFrontccc.jpg,Marvel's Wolverine,PS5,Action-Adventure,Unknown,Insomniac Games,,,,,,,,2021-09-13 +/games/boxart/default.jpg,Marvel: Ultimate Alliance 2,PC,Action-Adventure,Unknown,Zoe Mode,,,,,,,,2019-03-29 +/games/boxart/full_2177403AmericaFrontccc.jpg,Marvel’s Spider-Man: Miles Morales,PS5,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2020-11-12,2020-06-11 +/games/boxart/full_1082729AmericaFrontccc.jpg,MediEvil (2019),PS4,Action-Adventure,Sony Interactive Entertainment,Other Ocean Interactive,,,,,,,2019-10-25,2020-08-02 +/games/boxart/full_9445618AmericaFrontccc.jpg,Metal Gear Solid 2: Sons of Liberty HD Edition,PSV,Action-Adventure,Konami Digital Entertainment,Armature Studio,,,,,,,2012-08-21,2018-09-12 +/games/boxart/full_1712720AmericaFrontccc.jpg,Metal Gear Solid Delta: Snake Eater,PC,Action-Adventure,Unknown,Konami Digital Entertainment,,,,,,,,2023-10-19 +/games/boxart/full_819147AmericaFrontccc.jpg,Metal Gear Solid Delta: Snake Eater,PS5,Action-Adventure,Unknown,Konami Digital Entertainment,,,,,,,,2023-10-19 +/games/boxart/full_8422189AmericaFrontccc.jpg,Metal Gear Solid Delta: Snake Eater,XS,Action-Adventure,Unknown,Konami Digital Entertainment,,,,,,,,2023-10-19 +/games/boxart/full_8402519AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,PC,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 +/games/boxart/full_7690411AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,PS5,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 +/games/boxart/full_5825546AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,XS,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 +/games/boxart/full_3608531AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,NS,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 +/games/boxart/default.jpg,Metroid: Other M,WiiU,Action-Adventure,Unknown,Team Ninja,,,,,,,,2020-08-25 +/games/boxart/full_1517144AmericaFrontccc.jpg,MicroMan,NS,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 +/games/boxart/full_3196293AmericaFrontccc.jpg,MicroMan,PS5,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 +/games/boxart/full_9824228AmericaFrontccc.jpg,MicroMan,XS,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 +/games/boxart/full_3840330AmericaFrontccc.jpg,MicroMan,PC,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 +/games/boxart/full_4861464AmericaFrontccc.png,Minecraft: Dungeons,XOne,Action-Adventure,Microsoft Game Studios,Mojang,,,,,,,2020-05-26,2019-06-09 +/games/boxart/full_2733120AmericaFrontccc.jpg,Minecraft: Dungeons,PC,Action-Adventure,Microsoft Studios,Mojang,,,,,,,2020-05-26,2019-06-09 +/games/boxart/full_2507727AmericaFrontccc.jpg,Minecraft: Dungeons,NS,Action-Adventure,Microsoft Game Studios,Mojang AB,,,,,,,2020-05-26,2019-06-19 +/games/boxart/full_8429933AmericaFrontccc.jpg,Minecraft: Dungeons,PS4,Action-Adventure,Microsoft Game Studios,Mojang AB,,,,,,,2020-05-26,2019-06-19 +/games/boxart/default.jpg,Momodora Reverie Under the Moonlight,NS,Action-Adventure,Unknown,Bombservice,,,,,,,,2019-06-25 +/games/boxart/full_4406551AmericaFrontccc.jpg,Monkey King: Hero is Back,PS4,Action-Adventure,THQ Nordic,HexaDrive,,,,,,,2019-10-17,2019-10-18 +/games/boxart/full_3896173AmericaFrontccc.jpg,Monster Hunter Rise,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 +/games/boxart/full_5308324AmericaFrontccc.jpg,Monster Hunter Rise,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 +/games/boxart/full_3908836AmericaFrontccc.jpg,Monster Hunter Rise,PC,Action-Adventure,Capcom,Capcom,,,,,,,2022-01-12,2022-01-18 +/games/boxart/full_9015513AmericaFrontccc.jpg,Monster Hunter Rise,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 +/games/boxart/full_4367394AmericaFrontccc.jpg,Monster Hunter Rise,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 +/games/boxart/full_8973234AmericaFrontccc.jpg,Monster Hunter Rise: Sunbreak,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2022-07-05 +/games/boxart/full_3334551AmericaFrontccc.jpg,Monster Hunter Rise: Sunbreak,NS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-07-05 +/games/boxart/full_3636522AmericaFrontccc.png,Monster Hunter Stories 2: Wings of Ruin,NS,Action-Adventure,Capcom,Capcom,,,,,,,2021-07-09,2020-09-17 +/games/boxart/full_399479AmericaFrontccc.jpg,Monster Sanctuary,PC,Action-Adventure,Team 17,Moi Rai Games,,,,,,,2019-08-28,2019-08-13 +/games/boxart/full_5397777AmericaFrontccc.jpg,Monstrum,PC,Action-Adventure,Team Junkfish,Team Junkfish,,,,,,,2015-05-20,2018-08-17 +/games/boxart/full_741378AmericaFrontccc.jpg,Monstrum,NS,Action-Adventure,Soedesco,Team Junkfish,,,,,,,2020-05-22,2019-08-13 +/games/boxart/full_2700645AmericaFrontccc.jpg,Monstrum,XOne,Action-Adventure,Soedesco,Team Junkfish,,,,,,,2019-02-26,2018-08-17 +/games/boxart/full_2087757AmericaFrontccc.jpg,Monstrum,PS4,Action-Adventure,Soedesco,Team Junkfish,,,,,,,2019-02-26,2018-08-17 +/games/boxart/full_5756381AmericaFrontccc.jpg,Moonscars,PS5,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 +/games/boxart/full_3964838AmericaFrontccc.jpg,Moonscars,XOne,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 +/games/boxart/full_2744056AmericaFrontccc.jpg,Moonscars,XS,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 +/games/boxart/full_3696563AmericaFrontccc.jpg,Moonscars,NS,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 +/games/boxart/full_530619AmericaFrontccc.jpg,Moonscars,PC,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 +/games/boxart/full_3519842AmericaFrontccc.jpg,Moonscars,PS4,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 +/games/boxart/full_301337AmericaFrontccc.jpg,Moss: Book II,PS4,Action-Adventure,Unknown,Polyarc,,,,,,,,2022-06-26 +/games/boxart/full_4515119AmericaFrontccc.png,Mulaka,XOne,Action-Adventure,Unknown,Lienzo,,,,,,,,2018-02-13 +/games/boxart/full_9018290AmericaFrontccc.png,Mulaka,PC,Action-Adventure,Unknown,Lienzo,,,,,,,,2018-02-13 +/games/boxart/full_6609976AmericaFrontccc.png,Mulaka,NS,Action-Adventure,Lienzo,Lienzo,,,,,,,2018-03-01,2018-02-18 +/games/boxart/full_663141AmericaFrontccc.png,Mulaka,PS4,Action-Adventure,Unknown,Lienzo,,,,,,,,2018-02-13 +/games/boxart/full_7997365AmericaFrontccc.jpg,Mundaun,PS5,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 +/games/boxart/full_5660018AmericaFrontccc.jpg,Mundaun,XS,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 +/games/boxart/full_2459469AmericaFrontccc.jpg,Mundaun,XOne,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 +/games/boxart/full_3160204AmericaFrontccc.jpg,Mundaun,NS,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 +/games/boxart/full_7657354AmericaFrontccc.jpg,Mundaun,PC,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 +/games/boxart/full_9134748AmericaFrontccc.jpg,Mundaun,PS4,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 +/games/boxart/full_4032601AmericaFrontccc.jpg,Neon City Riders,PS4,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 +/games/boxart/full_130309AmericaFrontccc.jpg,Neon City Riders,XOne,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 +/games/boxart/full_4234524AmericaFrontccc.jpg,Neon City Riders,NS,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 +/games/boxart/full_2258849AmericaFrontccc.jpg,Neon City Riders,PC,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 +/games/boxart/full_7351848AmericaFrontccc.png,NightCry,PSV,Action-Adventure,Unknown,Nude Maker,,,,,,,,2019-02-13 +/games/boxart/full_3234772AmericaFrontccc.jpg,No Man's Sky,XS,Action-Adventure,Unknown,Hello Games,,,,,,,,2022-09-11 +/games/boxart/full_8479156AmericaFrontccc.jpg,No Man's Sky,NS,Action-Adventure,Unknown,Hello Games,,,,,,,,2022-09-11 +/games/boxart/full_8028954AmericaFrontccc.jpg,No Man's Sky,PS5,Action-Adventure,Unknown,Hello Games,,,,,,,,2022-09-11 +/games/boxart/full_5261391AmericaFrontccc.jpg,Observer: System Redux,PS4,Action-Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-11,2023-09-11 +/games/boxart/full_3477142AmericaFrontccc.jpg,Oceanhorn 2: Knights of the Lost Realm,NS,Action-Adventure,Unknown,Cornfox & Brothers,,,,,,,,2020-11-01 +/games/boxart/full_2031937AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,OSX,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-05-19,2019-04-20 +/games/boxart/full_8316021AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,PSV,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2017-05-17,2019-04-20 +/games/boxart/full_4238727AmericaFrontccc.png,Oceanhorn: Monster of Uncharted Seas,NS,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2017-06-22,2019-04-20 +/games/boxart/full_6509218AmericaFrontccc.png,Oceanhorn: Monster of Uncharted Seas,And,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-12-15,2019-04-20 +/games/boxart/default.jpg,Odallus: The Dark Call,PC,Action-Adventure,Unknown,JoyMasher,,,,,,,,2019-02-06 +/games/boxart/full_2150682AmericaFrontccc.png,Odallus: The Dark Call,NS,Action-Adventure,Digerati,JoyMasher,,,,,,,2019-02-08,2019-02-06 +/games/boxart/default.jpg,Odallus: The Dark Call,XOne,Action-Adventure,Unknown,JoyMasher,,,,,,,,2019-03-08 +/games/boxart/full_7290123AmericaFrontccc.jpeg,Odallus: The Dark Call,PS4,Action-Adventure,Unknown,JoyMasher,,,,,,,,2019-03-08 +/games/boxart/full_8447148AmericaFrontccc.jpg,Olija,PC,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 +/games/boxart/full_4651550AmericaFrontccc.jpg,Olija,XOne,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 +/games/boxart/full_8809108AmericaFrontccc.jpg,Olija,PS4,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 +/games/boxart/full_3148414AmericaFrontccc.jpg,Olija,NS,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 +/games/boxart/default.jpg,One Piece: Unlimited World Red Deluxe Edition,PC,Action-Adventure,Unknown,Namco Bandai Games,,,,,,,,2019-02-15 +/games/boxart/full_6944288AmericaFrontccc.jpg,Onimusha: Warlords,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-15,2018-12-29 +/games/boxart/full_1299527AmericaFrontccc.jpg,Onimusha: Warlords,PC,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-15,2018-12-29 +/games/boxart/full_3229800AmericaFrontccc.jpg,Oninaki,PC,Action-Adventure,Square Enix,Tokyo RPG Factory,,,,,,,2019-08-22,2019-02-13 +/games/boxart/full_6362201AmericaFrontccc.png,Oninaki,PS4,Action-Adventure,Square Enix,Tokyo RPG Factory,,,,,,,2019-08-22,2019-02-13 +/games/boxart/full_5587015AmericaFrontccc.png,Oninaki,NS,Action-Adventure,Square Enix,Tokyo RPG Factory,,,,,,,2019-08-22,2019-02-13 +/games/boxart/full_1240071AmericaFrontccc.jpg,Onirike,NS,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 +/games/boxart/full_1630421AmericaFrontccc.jpg,Onirike,PC,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 +/games/boxart/full_9397919AmericaFrontccc.jpg,Onirike,PS4,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 +/games/boxart/full_8012350AmericaFrontccc.jpg,Onirike,XOne,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 +/games/boxart/full_8319724AmericaFrontccc.jpg,Ori and the Will of the Wisps,XS,Action-Adventure,Xbox Game Studios,Moon Studios,,,,,,,2020-12-01,2020-08-04 +/games/boxart/full_8155890AmericaFrontccc.jpg,Ori and the Will of the Wisps,PC,Action-Adventure,Xbox Game Studios,Moon Studios,,,,,,,2020-03-11,2020-08-04 +/games/boxart/full_526975AmericaFrontccc.jpg,Ori and the Will of the Wisps,XOne,Action-Adventure,Xbox Game Studios,Moon Studios,,,,,,,2020-03-11,2020-08-04 +/games/boxart/full_603292AmericaFrontccc.jpg,Outcast 2: A New Beginning,XS,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2021-09-18 +/games/boxart/full_8911770AmericaFrontccc.jpg,Outcast 2: A New Beginning,PC,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2021-09-18 +/games/boxart/full_577354AmericaFrontccc.jpg,Outcast 2: A New Beginning,PS5,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2021-09-18 +/games/boxart/full_7035321AmericaFrontccc.jpg,Outcast: A New Beginning,PC,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2023-12-04 +/games/boxart/full_8341137AmericaFrontccc.jpg,Outcast: A New Beginning,PS5,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2023-12-04 +/games/boxart/full_8330039AmericaFrontccc.jpg,Outcast: A New Beginning,XS,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2023-12-04 +/games/boxart/full_916352AmericaFrontccc.jpg,Overkill's The Walking Dead,PS4,Action-Adventure,505 Games,Overkill Software,,,,,,,2019-02-06,2018-06-13 +/games/boxart/full_3705202AmericaFrontccc.jpg,Overkill's The Walking Dead,XOne,Action-Adventure,505 Games,Overkill Software,,,,,,,2019-02-06,2018-06-13 +/games/boxart/full_2609923AmericaFrontccc.jpeg,Override: Mech City Brawl,PC,Action-Adventure,Modus Games,The Balance Inc,,,,,,,2018-12-04,2019-03-28 +/games/boxart/full_6250103AmericaFrontccc.jpg,Pacific Drive,PC,Action-Adventure,Unknown,Ironwood Studios,,,,,,,,2023-10-09 +/games/boxart/full_583724AmericaFrontccc.jpg,Pacific Drive,PS5,Action-Adventure,Unknown,Ironwood Studios,,,,,,,,2023-10-09 +/games/boxart/full_5307802AmericaFrontccc.jpg,Phantom Abyss,PC,Action-Adventure,Unknown,Team WIBY,,,,,,,,2021-06-13 +/games/boxart/default.jpg,Phobos Vector Prime: The First Ring,PS4,Action-Adventure,Unknown,Gunstar Studio S.L.,,,,,,,,2018-05-07 +/games/boxart/default.jpg,Pitfall II: Lost Caverns,CV,Action-Adventure,Unknown,Activision,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Pitfall!,CV,Action-Adventure,Unknown,Activision,,,,,,,,2021-10-18 +/games/boxart/full_5627701AmericaFrontccc.jpg,Pragmata,PC,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_7923591AmericaFrontccc.jpg,Pragmata,PS5,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_6966780AmericaFrontccc.jpg,Pragmata,XS,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_8471373AmericaFrontccc.jpg,Princess Peach: Showtime!,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2023-03-22,2023-09-14 +/games/boxart/full_7795847AmericaFrontccc.png,Project Resistance,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2020-12-01,2019-11-08 +/games/boxart/full_5710366AmericaFrontccc.png,Project Resistance,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2020-12-01,2019-11-08 +/games/boxart/full_135737AmericaFrontccc.png,Project Resistance,PC,Action-Adventure,Capcom,Capcom,,,,,,,2020-12-01,2019-11-08 +/games/boxart/full_4869853AmericaFrontccc.jpg,Pumpkin Jack,NS,Action-Adventure,Headup Games,Headup Games,,,,,,,2020-10-23,2020-11-06 +/games/boxart/full_7866482AmericaFrontccc.jpg,Quantum Error,PS4,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_4115409AmericaFrontccc.jpg,Quantum Error,PS5,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_3017200AmericaFrontccc.jpg,RAD,PC,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-06-14 +/games/boxart/full_4661407AmericaFrontccc.jpg,RAD,XOne,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-06-14 +/games/boxart/full_5203994AmericaFrontccc.png,RAD,NS,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-04-02 +/games/boxart/full_9991591AmericaFrontccc.jpg,RAD,PS4,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-06-14 +/games/boxart/full_5671263AmericaFrontccc.jpg,Ratchet & Clank: Rift Apart,PC,Action-Adventure,PlayStation PC,Insomniac Games,,,,,,,2023-07-26,2023-06-15 +/games/boxart/full_5481972AmericaFrontccc.jpg,Rebel Galaxy Outlaw,PC,Action-Adventure,Double Damage Games,Double Damage Games,,,,,,,2019-08-13,2019-07-21 +/games/boxart/full_1062246AmericaFrontccc.jpg,Recompile,XS,Action-Adventure,Unknown,Phigames,,,,,,,,2021-06-17 +/games/boxart/full_874007AmericaFrontccc.jpg,Recompile,PC,Action-Adventure,Unknown,Phigames,,,,,,,,2021-06-17 +/games/boxart/full_5893418AmericaFrontccc.jpg,Recompile,PS5,Action-Adventure,Unknown,Phigames,,,,,,,,2021-06-17 +/games/boxart/full_9583802AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,XOne,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 +/games/boxart/full_975831AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,XS,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 +/games/boxart/full_7243363AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,NS,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 +/games/boxart/full_1273185AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,PS4,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 +/games/boxart/full_2005092AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,PS5,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 +/games/boxart/full_8666886PALFrontccc.jpg,ReCore: Definitive Edition,PC,Action-Adventure,Microsoft Studios,Armature Studio,,,,,,,2018-09-14,2018-10-01 +/games/boxart/full_4295396AmericaFrontccc.jpg,ReCore: Definitive Edition,XOne,Action-Adventure,Microsoft Studios,Armature Studio,,,,,,,2017-08-29,2018-10-01 +/games/boxart/full_1544218AmericaFrontccc.jpg,Red Dead Redemption 2,PC,Action-Adventure,Rockstar Games,Rockstar Games,,,,,,,2019-11-05,2019-10-05 +/games/boxart/full_8642552AmericaFrontccc.jpg,Red Matter 2,PC,Action-Adventure,Unknown,Vertical Robot,,,,,,,,2022-11-20 +/games/boxart/full_1642683AmericaFrontccc.png,Regina & Mac,WiiU,Action-Adventure,Diplodocus Games,Diplodocus Games,,,,,,,2020-01-16,2020-09-20 +/games/boxart/full_1135430AmericaFrontccc.jpg,Remothered: Tormented Fathers,NS,Action-Adventure,Soedesco,Stormind Games,,,,,,,2019-09-06,2021-03-03 +/games/boxart/full_80244AmericaFrontccc.png,Resident Evil,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-04-03 +/games/boxart/full_8557937AmericaFrontccc.jpg,Resident Evil,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2015-01-20,2018-09-04 +/games/boxart/full_6172555AmericaFrontccc.jpg,Resident Evil,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2015-01-20,2018-09-04 +/games/boxart/full_9436802AmericaFrontccc.jpg,Resident Evil 2,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2018-11-06 +/games/boxart/full_1547923AmericaFrontccc.jpg,Resident Evil 2,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2018-11-06 +/games/boxart/full_3127281PALFrontccc.jpg,Resident Evil 2,PC,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2018-11-06 +/games/boxart/full_8984431AmericaFrontccc.jpg,Resident Evil 3,PC,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2019-12-10 +/games/boxart/full_822726AmericaFrontccc.jpg,Resident Evil 3,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2019-12-10 +/games/boxart/full_4553969AmericaFrontccc.jpg,Resident Evil 3,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2019-12-10 +/games/boxart/full_6428459AmericaFrontccc.jpg,Resident Evil 4,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-04-03 +/games/boxart/full_6378506AmericaFrontccc.jpg,Resident Evil 4 (2023),PS4,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-11-16 +/games/boxart/full_5774985AmericaFrontccc.jpg,Resident Evil 4 (2023),PC,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 +/games/boxart/full_1304777AmericaFrontccc.jpg,Resident Evil 4 (2023),PS5,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 +/games/boxart/full_1979320AmericaFrontccc.jpg,Resident Evil 4 (2023),XS,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 +/games/boxart/full_7302027AmericaFrontccc.jpg,Resident Evil 4 VR,PC,Action-Adventure,Unknown,Armature Studio,,,,,,,,2021-12-23 +/games/boxart/full_2185803AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 +/games/boxart/full_8977575AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 +/games/boxart/full_7244965AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 +/games/boxart/full_7331818AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 +/games/boxart/full_1268070AmericaFrontccc.jpg,Resident Evil 8: Village,PS5,Action-Adventure,Capcom,Capcom,,,,,,,2021-05-07,2020-06-12 +/games/boxart/full_8325816AmericaFrontccc.jpg,Resident Evil 8: Village,PC,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_5516040AmericaFrontccc.jpg,Resident Evil 8: Village,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2021-05-07,2021-04-09 +/games/boxart/full_9348408AmericaFrontccc.jpg,Resident Evil 8: Village,XS,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 +/games/boxart/full_2703157AmericaFrontccc.jpg,Resident Evil 8: Village,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2021-04-09 +/games/boxart/full_53488AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 +/games/boxart/full_6807060AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 +/games/boxart/full_5999247AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 +/games/boxart/full_7896961AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 +/games/boxart/full_1469971AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 +/games/boxart/full_8537283AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 +/games/boxart/full_1176359AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 +/games/boxart/full_1549033AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 +/games/boxart/full_661067AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 +/games/boxart/full_9580131AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 +/games/boxart/full_509129AmericaFrontccc.jpg,Resident Evil Zero,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 +/games/boxart/full_1867430AmericaFrontccc.jpg,Resident Evil Zero,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 +/games/boxart/full_3942626AmericaFrontccc.png,Resident Evil Zero,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-04-03 +/games/boxart/full_724359AmericaFrontccc.jpg,Resident Evil: Origins Collection,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-03-22 +/games/boxart/full_3098375AmericaFrontccc.jpg,Resolutiion,PC,Action-Adventure,Unknown,Monolith of Minds,,,,,,,,2020-05-26 +/games/boxart/full_3727600AmericaFrontccc.jpg,Resolutiion,NS,Action-Adventure,Unknown,Monolith of Minds,,,,,,,,2020-05-26 +/games/boxart/default.jpg,Retro City Rampage DX+,Wii,Action-Adventure,Unknown,Vblank Entertainment Inc.,,,,,,,,2022-08-25 +/games/boxart/full_4266671AmericaFrontccc.jpg,Return,NS,Action-Adventure,Dead Unicorn,Dead Unicorn,,,,,,,2023-05-29,2023-12-09 +/games/boxart/full_9307847AmericaFrontccc.jpg,Return,PC,Action-Adventure,Dead Unicorn,Dead Unicorn,,,,,,,2023-05-29,2023-12-09 +/games/boxart/full_5890743AmericaFrontccc.jpg,Risk of Rain,PS4,Action-Adventure,Chucklefish,Hopoo Games,,,,,,,2017-04-26,2018-03-24 +/games/boxart/full_6821522AmericaFrontccc.jpg,Road 96,PS4,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 +/games/boxart/full_5848033AmericaFrontccc.jpg,Road 96,PS5,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 +/games/boxart/full_4990211AmericaFrontccc.jpg,Road 96,XOne,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 +/games/boxart/full_2750789AmericaFrontccc.jpg,Road 96,XS,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 +/games/boxart/full_7257610AmericaFrontccc.jpg,Road 96,NS,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 +/games/boxart/full_6912626AmericaFrontccc.jpg,Road 96,PC,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 +/games/boxart/full_421435AmericaFrontccc.jpg,Rust,XOne,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2020-12-01,2019-11-24 +/games/boxart/full_8391711AmericaFrontccc.jpg,Rust,PS4,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2020-12-01,2019-11-24 +/games/boxart/full_580597AmericaFrontccc.jpg,Rust,Linux,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2018-02-08,2018-03-19 +/games/boxart/full_5828374AmericaFrontccc.jpg,RWBY: Arrowfell,PS5,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 +/games/boxart/full_2698652AmericaFrontccc.jpg,RWBY: Arrowfell,XOne,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 +/games/boxart/full_2053405AmericaFrontccc.jpg,RWBY: Arrowfell,XS,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 +/games/boxart/full_3844740AmericaFrontccc.jpg,RWBY: Arrowfell,NS,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 +/games/boxart/full_4892760AmericaFrontccc.jpg,RWBY: Arrowfell,PC,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 +/games/boxart/full_1250483AmericaFrontccc.jpg,RWBY: Arrowfell,PS4,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 +/games/boxart/full_72534AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2,XS,Action-Adventure,GSC Game World,GSC Game World,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_2150646AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2: Heart of Chornobyl,XS,Action-Adventure,Unknown,GSC Game World,,,,,,,,2022-06-13 +/games/boxart/full_9135673AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2: Heart of Chornobyl,PC,Action-Adventure,Unknown,GSC Game World,,,,,,,,2022-06-13 +/games/boxart/full_979494AmericaFrontccc.jpeg,Saints Row (2022),PS5,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 +/games/boxart/full_6837408AmericaFrontccc.jpeg,Saints Row (2022),XOne,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 +/games/boxart/full_5129507AmericaFrontccc.jpeg,Saints Row (2022),XS,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 +/games/boxart/full_6444875AmericaFrontccc.jpeg,Saints Row (2022),PC,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 +/games/boxart/full_2817701AmericaFrontccc.jpeg,Saints Row (2022),PS4,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 +/games/boxart/default.jpg,Saints Row IV: Re-Elected,NS,Action-Adventure,Koch Media,Volition,,,,,,,2020-03-27,2021-11-08 +/games/boxart/full_7394766AmericaFrontccc.png,Sakuna: Of Rice and Ruin,NS,Action-Adventure,Xseed Games,Edelweiss,,,,,,,2020-11-10,2020-11-25 +/games/boxart/full_3340559AmericaFrontccc.jpg,Salt and Sacrifice,PC,Action-Adventure,Ska Studios,Ska Studios,,,,,,,2022-05-10,2021-06-10 +/games/boxart/full_7494613AmericaFrontccc.jpg,Salt and Sacrifice,PS4,Action-Adventure,Ska Studios,Ska Studios,,,,,,,2022-05-10,2021-06-10 +/games/boxart/full_9273670AmericaFrontccc.jpg,Salt and Sacrifice,PS5,Action-Adventure,Ska Studios,Ska Studios,,,,,,,2022-05-10,2021-06-10 +/games/boxart/full_2552002AmericaFrontccc.jpg,Samantha Swift and the Fountains of Fate,PC,Action-Adventure,Mumbo Jumbo,Mumbo Jumbo,,,,,,,2011-03-08,2018-12-20 +/games/boxart/full_6882970AmericaFrontccc.jpg,Samantha Swift and the Mystery from Atlantis,PC,Action-Adventure,Unknown,Mumbo Jumbo,,,,,,,,2018-12-20 +/games/boxart/full_6702665AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,NS,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 +/games/boxart/full_6098143AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,PC,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 +/games/boxart/full_4353617AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,PS4,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 +/games/boxart/full_8252316AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,XOne,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 +/games/boxart/full_1924445AmericaFrontccc.jpg,Sand Land,PS4,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 +/games/boxart/full_1044978AmericaFrontccc.jpg,Sand Land,PS5,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 +/games/boxart/full_2255945AmericaFrontccc.jpg,Sand Land,XOne,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 +/games/boxart/full_335419AmericaFrontccc.jpg,Sand Land,XS,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 +/games/boxart/full_6678042AmericaFrontccc.jpg,Sand Land,PC,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 +/games/boxart/full_2528200AmericaFrontccc.jpg,Scars Above,PC,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 +/games/boxart/full_4184108AmericaFrontccc.jpg,Scars Above,PS4,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 +/games/boxart/full_7030822AmericaFrontccc.jpg,Scars Above,PS5,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 +/games/boxart/full_558198AmericaFrontccc.jpg,Scars Above,XOne,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 +/games/boxart/full_6083245AmericaFrontccc.jpg,Scars Above,XS,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 +/games/boxart/full_6886745AmericaFrontccc.png,Scavengers,PC,Action-Adventure,Unknown,Midwinter,,,,,,,,2018-12-06 +/games/boxart/full_706484AmericaFrontccc.jpg,Sea of Thieves,XS,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2020-11-10,2021-07-04 +/games/boxart/full_6410488AmericaFrontccc.png,Sea of Thieves: A Pirate's Life,XOne,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2021-07-04 +/games/boxart/full_1102139AmericaFrontccc.png,Sea of Thieves: A Pirate's Life,PC,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2021-07-04 +/games/boxart/full_976998AmericaFrontccc.png,Sea of Thieves: A Pirate's Life,XS,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2021-07-04 +/games/boxart/full_2240893AmericaFrontccc.jpg,Sea of Thieves: Legend of Monkey Island,XS,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2023-07-22 +/games/boxart/full_6766812AmericaFrontccc.jpg,Sea of Thieves: Legend of Monkey Island,PC,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2023-07-22 +/games/boxart/full_756400AmericaFrontccc.jpg,Sea of Thieves: Legend of Monkey Island,XOne,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2023-07-22 +/games/boxart/full_1487577AmericaFrontccc.jpg,Secret Neighbor,PC,Action-Adventure,TinyBuild Games,Dynamic Pixels,,,,,,,2019-10-24,2019-12-09 +/games/boxart/full_9356076AmericaFrontccc.jpg,Secret Neighbor,XOne,Action-Adventure,TinyBuild Games,Dynamic Pixels,,,,,,,2019-10-24,2019-12-09 +/games/boxart/full_6533419AmericaFrontccc.png,Senua's Saga: Hellblade 2,XS,Action-Adventure,Xbox Game Studios,Ninja Theory,,,,,,,2021-12-01,2019-12-13 +/games/boxart/full_3484132AmericaFrontccc.png,Senua's Saga: Hellblade 2,PC,Action-Adventure,Xbox Game Studios,Ninja Theory,,,,,,,2021-12-01,2020-01-10 +/games/boxart/full_3968350AmericaFrontccc.jpg,Shadow of the Tomb Raider,PC,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2018-09-14,2018-09-12 +/games/boxart/default.jpg,Shakedown Hawaii,WiiU,Action-Adventure,Unknown,Vblank Entertainment Inc.,,,,,,,,2022-08-25 +/games/boxart/full_2732449AmericaFrontccc.png,Shakedown: Hawaii,WiiU,Action-Adventure,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2020-08-20,2020-09-16 +/games/boxart/default.jpg,Shakedown: Hawaii,Wii,Action-Adventure,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2020-09-09,2020-06-26 +/games/boxart/default.jpg,Shakedown: Hawaii,PS3,Action-Adventure,Unknown,Vblank Entertainment Inc.,,,,,,,,2022-08-25 +/games/boxart/full_5506612AmericaFrontccc.jpg,Shenmue I & II,PC,Action-Adventure,Sega,Sega,5.5,,,,,,2018-08-21,2018-07-28 +/games/boxart/full_5289986PALFrontccc.jpg,Shenmue III,PS4,Action-Adventure,Deep Silver,Ys Net,6.7,,,,,,2019-11-19,2019-04-07 +/games/boxart/full_3157286AmericaFrontccc.jpg,Shenmue III,PC,Action-Adventure,Deep Silver,Ys Net,5.9,,,,,,2019-11-19,2019-04-07 +/games/boxart/full_8777994AmericaFrontccc.jpg,Shinsekai: Into the Depths,NS,Action-Adventure,Capcom,Capcom,,,,,,,2020-03-26,2020-04-03 +/games/boxart/full_3389891AmericaFrontccc.jpg,Shinsekai: Into the Depths,iOS,Action-Adventure,Unknown,Capcom,,,,,,,,2020-04-08 +/games/boxart/full_4590904AmericaFrontccc.jpg,Signalis,NS,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 +/games/boxart/full_4733722AmericaFrontccc.jpg,Signalis,PC,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 +/games/boxart/full_9751819AmericaFrontccc.jpg,Signalis,PS4,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 +/games/boxart/full_1171639AmericaFrontccc.jpg,Signalis,XOne,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 +/games/boxart/full_2060419AmericaFrontccc.png,Sinister Assistant,WiiU,Action-Adventure,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2019-02-14,2020-09-27 +/games/boxart/full_4098962AmericaFrontccc.jpg,Skull & Bones,PS4,Action-Adventure,Ubisoft,Ubisoft Singapore,,,,,,,2020-12-01,2019-06-20 +/games/boxart/full_3744689AmericaFrontccc.jpg,Skull & Bones,XOne,Action-Adventure,Ubisoft,Ubisoft Singapore,,,,,,,2020-12-01,2019-06-20 +/games/boxart/full_3629141AmericaFrontccc.jpg,Skull & Bones,PS5,Action-Adventure,Unknown,Ubisoft Singapore,,,,,,,,2022-11-16 +/games/boxart/full_3723383AmericaFrontccc.jpg,Skull & Bones,PC,Action-Adventure,Ubisoft,Ubisoft Singapore,,,,,,,2020-12-01,2019-06-20 +/games/boxart/full_438004AmericaFrontccc.jpg,Skull & Bones,XS,Action-Adventure,Unknown,Ubisoft Singapore,,,,,,,,2022-11-16 +/games/boxart/full_4629084AmericaFrontccc.jpg,Smelter,NS,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 +/games/boxart/full_446803AmericaFrontccc.jpg,Smelter,PC,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 +/games/boxart/full_1746862AmericaFrontccc.jpg,Smelter,PS4,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 +/games/boxart/full_4528377AmericaFrontccc.jpg,Smelter,XOne,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 +/games/boxart/full_5578921AmericaFrontccc.png,Solar Ash,PS5,Action-Adventure,Annapurna Interactive,Heart Machine,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_6359696AmericaFrontccc.png,Solar Ash,PC,Action-Adventure,Annapurna Interactive,Heart Machine,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_3098757AmericaFrontccc.png,Solar Ash,PS4,Action-Adventure,Annapurna Interactive,Heart Machine,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_8204980AmericaFrontccc.jpg,Song in the Smoke,PS5,Action-Adventure,Unknown,17-Bit,,,,,,,,2023-01-22 +/games/boxart/full_6990127AmericaFrontccc.jpg,Song in the Smoke,PS4,Action-Adventure,Unknown,17-Bit,,,,,,,,2023-01-22 +/games/boxart/full_6782099AmericaFrontccc.jpg,Song in the Smoke,PC,Action-Adventure,Unknown,17-Bit,,,,,,,,2023-01-22 +/games/boxart/full_294370AmericaFrontccc.jpg,Souldiers,XOne,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 +/games/boxart/full_8905773AmericaFrontccc.jpg,Souldiers,XS,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 +/games/boxart/full_1420797AmericaFrontccc.jpg,Souldiers,NS,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-01 +/games/boxart/full_2660954AmericaFrontccc.jpg,Souldiers,PC,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-01 +/games/boxart/full_6591466AmericaFrontccc.jpg,Souldiers,PS4,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 +/games/boxart/full_4961654AmericaFrontccc.jpg,Souldiers,PS5,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 +/games/boxart/full_2884334AmericaFrontccc.jpg,Soulstice,PS5,Action-Adventure,Unknown,Reply Game Studios,,,,,,,,2021-06-14 +/games/boxart/full_8661037AmericaFrontccc.jpg,Soulstice,XS,Action-Adventure,Unknown,Reply Game Studios,,,,,,,,2021-06-14 +/games/boxart/full_4850952AmericaFrontccc.jpg,Soulstice,PC,Action-Adventure,Unknown,Reply Game Studios,,,,,,,,2021-06-14 +/games/boxart/full_3817975AmericaFrontccc.jpg,South of Midnight,PC,Action-Adventure,Unknown,Compulsion Games,,,,,,,,2023-06-12 +/games/boxart/full_808735AmericaFrontccc.jpg,South of Midnight,XS,Action-Adventure,Unknown,Compulsion Games,,,,,,,,2023-06-12 +/games/boxart/default.jpg,Space Pilgrim Episode III: Delta Pavonis,PC,Action-Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 +/games/boxart/full_8181689AmericaFrontccc.jpg,Sparklite,PC,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 +/games/boxart/full_7802357AmericaFrontccc.jpg,Sparklite,PS4,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 +/games/boxart/full_5205480AmericaFrontccc.jpg,Sparklite,XOne,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 +/games/boxart/full_652386AmericaFrontccc.jpg,Sparklite,NS,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 +/games/boxart/full_9550428AmericaFrontccc.png,Spelunky 2,PS4,Action-Adventure,BlitWorks,"Mossmouth, LLC",,,,,,,2020-09-15,2019-07-02 +/games/boxart/full_351235AmericaFrontccc.png,Spelunky 2,PC,Action-Adventure,BlitWorks,"Mossmouth, LLC",,,,,,,2020-09-29,2019-07-02 +/games/boxart/default.jpg,Spheroids,WiiU,Action-Adventure,Unknown,Eclipse Games,,,,,,,,2020-08-25 +/games/boxart/full_4908997AmericaFrontccc.png,Sphinx and the Cursed Mummy,Linux,Action-Adventure,THQ Nordic,Eurocom,,,,,,,2017-11-10,2018-12-30 +/games/boxart/full_4990430AmericaFrontccc.png,Sphinx and the Cursed Mummy,PC,Action-Adventure,THQ Nordic,Eurocom,,,,,,,2017-11-10,2018-12-30 +/games/boxart/full_6944198AmericaFrontccc.jpg,Sphinx and the Cursed Mummy,NS,Action-Adventure,THQ Nordic,Eurocom,,,,,,,2019-01-29,2018-12-30 +/games/boxart/full_7610191AmericaFrontccc.jpg,Spidersaurs,All,Action-Adventure,Unknown,WayForward,,,,,,,,2022-07-15 +/games/boxart/full_191097AmericaFrontccc.jpg,Spirit of the North,PS4,Action-Adventure,Unknown,Infuse Studio,,,,,,,,2019-11-17 +/games/boxart/full_3800772AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,NS,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 +/games/boxart/full_1095760AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,PC,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 +/games/boxart/full_4003005AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,PS4,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 +/games/boxart/full_6137422AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,XOne,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 +/games/boxart/default.jpg,Star Child,XOne,Action-Adventure,Unknown,Playful Corp.,,,,,,,,2018-06-14 +/games/boxart/default.jpg,Star Child,PS4,Action-Adventure,Unknown,Playful Corp.,,,,,,,,2018-06-14 +/games/boxart/full_819869AmericaFrontccc.jpg,Star Control 3,All,Action-Adventure,Accolade,Legend Entertainment,,,,,,,1996-09-24,2021-03-18 +/games/boxart/default.jpg,Star Fox 64,WiiU,Action-Adventure,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Star Trek Prodigy: Supernova,PS5,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Trek Prodigy: Supernova,PS4,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Trek Prodigy: Supernova,PC,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Trek Prodigy: Supernova,NS,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Trek Prodigy: Supernova,XS,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Trek Prodigy: Supernova,XOne,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Wars Jedi Knight II: Jedi Outcast,PS4,Action-Adventure,Unknown,Aspyr,,,,,,,,2023-12-28 +/games/boxart/full_8311097AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,PS4,Action-Adventure,Electronic Arts,Respawn Entertainment,6.6,,,,,,2019-11-15,2019-04-13 +/games/boxart/full_4716531AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,XOne,Action-Adventure,Electronic Arts,Respawn Entertainment,,,,,,,2019-11-15,2019-04-13 +/games/boxart/full_5338962AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,PC,Action-Adventure,Electronic Arts,Respawn Entertainment,,,,,,,2019-11-15,2019-04-13 +/games/boxart/full_7220686AmericaFrontccc.jpg,Star Wars Jedi: Survivor,PC,Action-Adventure,Unknown,Respawn Entertainment,,,,,,,,2022-06-04 +/games/boxart/full_3284719AmericaFrontccc.jpg,Star Wars Jedi: Survivor,PS5,Action-Adventure,Unknown,Respawn Entertainment,,,,,,,,2022-06-04 +/games/boxart/full_7851511AmericaFrontccc.jpg,Star Wars Jedi: Survivor,XS,Action-Adventure,Unknown,Respawn Entertainment,,,,,,,,2022-06-04 +/games/boxart/full_5013164AmericaFrontccc.jpg,Star Wars Outlaws,PC,Action-Adventure,Unknown,Massive Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_5661119AmericaFrontccc.jpg,Star Wars Outlaws,PS5,Action-Adventure,Unknown,Massive Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_3018141AmericaFrontccc.jpg,Star Wars Outlaws,XS,Action-Adventure,Unknown,Massive Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_6255630AmericaFrontccc.jpg,Starlink: Battle for Atlas,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-04-30,2020-01-30 +/games/boxart/full_906184AmericaFrontccc.jpg,State of Decay 2,PC,Action-Adventure,Microsoft Studios,Undead Labs,,,,,,,2018-05-22,2018-11-18 +/games/boxart/full_7359773AmericaFrontccc.jpg,State of Decay 3,PC,Action-Adventure,Xbox Game Studios,Undead Labs,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_1817874AmericaFrontccc.jpg,State of Decay 3,XS,Action-Adventure,Xbox Game Studios,Undead Labs,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_3338824AmericaFrontccc.jpg,State of Decay: Year One Survival Edition,PC,Action-Adventure,Nordic Games,Undead Labs,,,,,,,2016-08-09,2018-11-19 +/games/boxart/full_6282930AmericaFrontccc.jpg,Stray,PS4,Action-Adventure,Annapurna Interactive,Blue Twelve Studio,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_8569752AmericaFrontccc.jpg,Stray,PC,Action-Adventure,Annapurna Interactive,Blue Twelve Studio,,,,,,,2022-07-19,2020-06-17 +/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,XS,Action-Adventure,Unknown,Aspyr Media,,,,,,,,2021-11-08 +/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,XOne,Action-Adventure,Unknown,Aspyr Media,,,,,,,,2021-11-08 +/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,PS5,Action-Adventure,Aspyr,Aspyr Media,,,,,,,2021-03-16,2021-11-08 +/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,PS4,Action-Adventure,Aspyr,Aspyr Media,,,,,,,2021-03-16,2021-11-08 +/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,NS,Action-Adventure,Aspyr,Aspyr Media,,,,,,,2021-03-16,2021-11-08 +/games/boxart/full_4463190AmericaFrontccc.jpg,Subnautica: Below Zero,PC,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 +/games/boxart/full_8702802AmericaFrontccc.jpg,Subnautica: Below Zero,PS4,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 +/games/boxart/full_219560AmericaFrontccc.jpg,Subnautica: Below Zero,PS5,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 +/games/boxart/full_3727234AmericaFrontccc.jpg,Subnautica: Below Zero,XOne,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 +/games/boxart/full_9451204AmericaFrontccc.jpg,Subnautica: Below Zero,XS,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 +/games/boxart/full_8002513AmericaFrontccc.jpg,Subnautica: Below Zero,NS,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 +/games/boxart/full_6591849AmericaFrontccc.jpg,Summer in Mara,NS,Action-Adventure,Unknown,Chibig,,,,,,,,2019-01-21 +/games/boxart/full_6256557AmericaFrontccc.jpg,Summer in Mara,PC,Action-Adventure,Unknown,Chibig,,,,,,,,2021-01-31 +/games/boxart/full_1882795AmericaFrontccc.jpg,Summer in Mara,XOne,Action-Adventure,Unknown,Chibig,,,,,,,,2021-01-31 +/games/boxart/full_968263AmericaFrontccc.jpg,Summer in Mara,PS4,Action-Adventure,Unknown,Chibig,,,,,,,,2019-01-21 +/games/boxart/full_7894459AmericaFrontccc.jpg,Super Crazy Rhythm Castle,NS,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 +/games/boxart/full_7762197AmericaFrontccc.jpg,Super Crazy Rhythm Castle,PC,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 +/games/boxart/full_9684757AmericaFrontccc.jpg,Super Crazy Rhythm Castle,PS4,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 +/games/boxart/full_3879704AmericaFrontccc.jpg,Super Crazy Rhythm Castle,PS5,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 +/games/boxart/full_6054347AmericaFrontccc.jpg,Super Crazy Rhythm Castle,XOne,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 +/games/boxart/full_3672360AmericaFrontccc.jpg,Super Crazy Rhythm Castle,XS,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 +/games/boxart/default.jpg,Super Daryl Deluxe,PS4,Action-Adventure,Unknown,Dan & Gary Games,,,,,,,,2018-04-15 +/games/boxart/default.jpg,Super Daryl Deluxe,PC,Action-Adventure,Unknown,Dan & Gary Games,,,,,,,,2018-04-15 +/games/boxart/default.jpg,Super Epic: The Entertainment War,PS4,Action-Adventure,Unknown,Undercoders,,,,,,,,2022-03-09 +/games/boxart/default.jpg,Super Epic: The Entertainment War,NS,Action-Adventure,Unknown,Undercoders,,,,,,,,2022-03-09 +/games/boxart/default.jpg,Super Epic: The Entertainment War,PC,Action-Adventure,Unknown,Undercoders,,,,,,,,2022-03-09 +/games/boxart/full_3418779AmericaFrontccc.jpg,Super Kirby Clash,NS,Action-Adventure,Nintendo,HAL Laboratory,,,,,,,2019-09-04,2020-07-26 +/games/boxart/full_3402847AmericaFrontccc.jpg,Survival Machine,PC,Action-Adventure,Unknown,Grapes Pickers,,,,,,,,2021-06-12 +/games/boxart/full_173888AmericaFrontccc.jpg,Synduality,XS,Action-Adventure,Unknown,Game Studio,,,,,,,,2022-09-14 +/games/boxart/full_4516675AmericaFrontccc.jpg,Synduality,PC,Action-Adventure,Unknown,Game Studio,,,,,,,,2022-09-14 +/games/boxart/full_5121915AmericaFrontccc.jpg,Synduality,PS5,Action-Adventure,Unknown,Game Studio,,,,,,,,2022-09-14 +/games/boxart/default.jpg,System Shock 3,PC,Action-Adventure,Unknown,OtherSide Entertainment,,,,,,,,2019-03-20 +/games/boxart/default.jpg,Tamarin,PC,Action-Adventure,Unknown,Chameleon Games,,,,,,,,2019-04-24 +/games/boxart/default.jpg,Tamarin,PS4,Action-Adventure,Unknown,Chameleon Games,,,,,,,,2019-04-24 +/games/boxart/full_1543297AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,PC,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 +/games/boxart/full_5888396AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,PS4,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 +/games/boxart/full_2926372AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,XOne,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 +/games/boxart/full_8611615AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,NS,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 +/games/boxart/full_4374818AmericaFrontccc.jpg,Tchia,PC,Action-Adventure,Unknown,Awaceb,,,,,,,,2023-02-23 +/games/boxart/full_470264AmericaFrontccc.jpg,Tchia,PS4,Action-Adventure,Unknown,Awaceb,,,,,,,,2023-02-23 +/games/boxart/full_2587032AmericaFrontccc.jpg,Tchia,PS5,Action-Adventure,Unknown,Awaceb,,,,,,,,2023-02-23 +/games/boxart/full_6841118AmericaFrontccc.jpg,Tentacular,PS5,Action-Adventure,Unknown,Firepunchd Games UG,,,,,,,,2022-11-20 +/games/boxart/full_5297476AmericaFrontccc.jpg,Tentacular,PC,Action-Adventure,Unknown,Firepunchd Games UG,,,,,,,,2022-11-20 +/games/boxart/full_5769361AmericaFrontccc.png,Terraria,NS,Action-Adventure,505 Games,Re-Logic,,,,,,,2019-06-27,2019-09-23 +/games/boxart/default.jpg,The Amazing Spider-Man (2012),iOS,Action-Adventure,Unknown,Gameloft,,,,,,,,2018-03-15 +/games/boxart/full_6397473AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,XOne,Action-Adventure,Digerati,YCJY,,,,,,,2018-01-19,2018-12-22 +/games/boxart/full_3793819AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,PS4,Action-Adventure,Digerati,YCJY,,,,,,,2018-01-23,2018-12-22 +/games/boxart/full_7317293AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,NS,Action-Adventure,Digerati,YCJY,,,,,,,2019-01-03,2018-12-22 +/games/boxart/full_9913507AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,PC,Action-Adventure,YCJY,YCJY,,,,,,,2016-01-19,2018-12-22 +/games/boxart/full_1286529AmericaFrontccc.jpg,The Blackout Club,PC,Action-Adventure,Unknown,Question,,,,,,,,2019-09-04 +/games/boxart/full_6714663AmericaFrontccc.jpg,The Blackout Club,XOne,Action-Adventure,Unknown,Question,,,,,,,,2019-09-04 +/games/boxart/full_9602604AmericaFrontccc.jpg,The Callisto Protocol,PS5,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 +/games/boxart/full_6926870AmericaFrontccc.jpg,The Callisto Protocol,XS,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 +/games/boxart/full_6050258AmericaFrontccc.jpg,The Callisto Protocol,XOne,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-10-15 +/games/boxart/full_3934487AmericaFrontccc.jpg,The Callisto Protocol,PC,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 +/games/boxart/full_134841AmericaFrontccc.jpg,The Callisto Protocol,PS4,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 +/games/boxart/full_2426975AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,XS,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 +/games/boxart/full_2958129AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,PC,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 +/games/boxart/full_1123560AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,PS4,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 +/games/boxart/full_4284500AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,PS5,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 +/games/boxart/full_751764AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,XOne,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 +/games/boxart/full_7027145AmericaFrontccc.jpg,The Church in the Darkness,PC,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2018-02-11 +/games/boxart/full_9475725AmericaFrontccc.jpg,The Church in the Darkness,XOne,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2019-07-11 +/games/boxart/full_8468350AmericaFrontccc.jpg,The Church in the Darkness,NS,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2019-07-24 +/games/boxart/full_5131494AmericaFrontccc.jpg,The Church in the Darkness,PS4,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2019-07-11 +/games/boxart/full_9207590PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,PC,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 +/games/boxart/full_5698554PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,PS4,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 +/games/boxart/full_6809123PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,PS5,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 +/games/boxart/full_4974971PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,XOne,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 +/games/boxart/full_3692129PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,XS,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 +/games/boxart/full_525184AmericaFrontccc.jpg,The Falconeer,XS,Action-Adventure,Unknown,Tomas Sala,,,,,,,,2020-12-09 +/games/boxart/full_7767839AmericaFrontccc.jpg,The Falconeer,XOne,Action-Adventure,Unknown,Tomas Sala,,,,,,,,2020-12-09 +/games/boxart/full_4453821AmericaFrontccc.jpg,The Fall Part 2: Unbound,Linux,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 +/games/boxart/default.jpg,The Fall Part 2: Unbound,PC,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 +/games/boxart/full_9884749AmericaFrontccc.png,The Fall Part 2: Unbound,NS,Action-Adventure,Over The Moon,Over the Moon,,,,,,,2018-02-13,2018-02-07 +/games/boxart/default.jpg,The Fall Part 2: Unbound,XOne,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 +/games/boxart/default.jpg,The Fall Part 2: Unbound,PS4,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 +/games/boxart/full_7574906AmericaFrontccc.jpg,The Final Station,PS4,Action-Adventure,Unknown,TinyBuild Games,,,,,,,,2018-04-25 +/games/boxart/full_1458877AmericaFrontccc.png,The Flame in the Flood,PS4,Action-Adventure,Unknown,The Molasses Flood,,,,,,,,2019-12-03 +/games/boxart/full_9954700AmericaFrontccc.png,The Flame in the Flood,XOne,Action-Adventure,Unknown,The Molasses Flood,,,,,,,,2019-12-03 +/games/boxart/full_801747AmericaFrontccc.png,The Flame in the Flood,PC,Action-Adventure,Curve Digital,The Molasses Flood,,,,,,,2016-02-24,2019-12-03 +/games/boxart/full_951246AmericaFrontccc.png,The friends of Ringo Ishikawa,NS,Action-Adventure,CIRCLE Entertainment,yeo,,,,,,,2019-04-04,2019-03-31 +/games/boxart/full_1750889AmericaFrontccc.jpg,The friends of Ringo Ishikawa,PC,Action-Adventure,yeo,yeo,,,,,,,2018-05-17,2019-03-31 +/games/boxart/full_4485502AmericaFrontccc.jpg,The Gunk,PC,Action-Adventure,Thunderful Publishing AB,Image & Form Games,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_3963763AmericaFrontccc.jpg,The Gunk,XOne,Action-Adventure,Thunderful Publishing AB,Image & Form Games,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_2879080AmericaFrontccc.jpg,The Gunk,XS,Action-Adventure,Thunderful Publishing AB,Image & Form Games,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_4847266AmericaFrontccc.jpg,The Knight Witch,XS,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 +/games/boxart/full_6389184AmericaFrontccc.jpg,The Knight Witch,NS,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 +/games/boxart/full_9962232AmericaFrontccc.jpg,The Knight Witch,PC,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 +/games/boxart/full_6617855AmericaFrontccc.jpg,The Knight Witch,PS4,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 +/games/boxart/full_3270491AmericaFrontccc.jpg,The Knight Witch,PS5,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 +/games/boxart/full_3381774AmericaFrontccc.jpg,The Knight Witch,XOne,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 +/games/boxart/full_9914916AmericaFrontccc.jpg,The Lara Croft Collection,NS,Action-Adventure,Unknown,Crystal Dynamics,,,,,,,,2023-10-20 +/games/boxart/full_4739460AmericaFrontccc.jpg,The Last Case of Benedict Fox,PC,Action-Adventure,Unknown,Plot Twist,,,,,,,,2023-03-02 +/games/boxart/full_926825AmericaFrontccc.jpg,The Last Case of Benedict Fox,XS,Action-Adventure,Unknown,Plot Twist,,,,,,,,2023-03-02 +/games/boxart/full_1281720AmericaFrontccc.jpg,The Last of Us Part I,PS5,Action-Adventure,Unknown,Naughty Dog,,,,,,,,2022-06-10 +/games/boxart/full_9743859AmericaFrontccc.jpg,The Last of Us Part I,All,Action-Adventure,Unknown,Naughty Dog,,,,,,,,2022-06-10 +/games/boxart/full_3577963AmericaFrontccc.jpg,The Last of Us Part II Remastered,PS5,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2024-01-19,2023-11-17 +/games/boxart/full_6012878AmericaFrontccc.jpg,The Last of Us: Left Behind,PS3,Action-Adventure,Sony Computer Entertainment,Naughty Dog,,,,,,,2015-05-12,2018-09-24 +/games/boxart/full_7260868AmericaFrontccc.jpg,The Last of Us: Left Behind,PS4,Action-Adventure,Sony Computer Entertainment,Naughty Dog,,,,,,,2015-05-12,2018-09-24 +/games/boxart/default.jpg,The Legend of Zelda: Majora's Mask,WiiU,Action-Adventure,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/full_2829121AmericaFrontccc.jpg,The Lord of the Rings: Gollum,PS5,Action-Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-12-01,2020-01-10 +/games/boxart/full_635373AmericaFrontccc.jpg,The Lord of the Rings: Gollum,XS,Action-Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-12-01,2020-01-10 +/games/boxart/full_806532AmericaFrontccc.jpg,The Lord of the Rings: Gollum,PC,Action-Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-12-01,2020-01-10 +/games/boxart/full_1627807AmericaFrontccc.png,The Lord of the Rings: Return to Moria,PC,Action-Adventure,Unknown,Free Range Games,,,,,,,,2023-09-12 +/games/boxart/full_608014AmericaFrontccc.png,The Lord of the Rings: Return to Moria,PS5,Action-Adventure,Unknown,Free Range Games,,,,,,,,2023-09-12 +/games/boxart/full_8292693AmericaFrontccc.png,The Lord of the Rings: Return to Moria,XS,Action-Adventure,Unknown,Free Range Games,,,,,,,,2023-09-12 +/games/boxart/full_4196220AmericaFrontccc.jpg,The Outlast Trials,XOne,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 +/games/boxart/full_9749662AmericaFrontccc.jpg,The Outlast Trials,XS,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 +/games/boxart/full_828032AmericaFrontccc.jpg,The Outlast Trials,PS4,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 +/games/boxart/full_6057614AmericaFrontccc.jpg,The Outlast Trials,PC,Action-Adventure,Unknown,Red Barrels,,,,,,,,2019-12-06 +/games/boxart/full_1317096AmericaFrontccc.jpg,The Outlast Trials,PS5,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 +/games/boxart/full_8165397AmericaFrontccc.jpg,The Persistence,NS,Action-Adventure,Perp Games,Firesprite,,,,,,,2020-05-21,2020-05-01 +/games/boxart/full_2485970AmericaFrontccc.jpg,The Persistence,PC,Action-Adventure,Perp Games,Firesprite,,,,,,,2020-05-21,2020-05-01 +/games/boxart/full_402996AmericaFrontccc.jpg,The Persistence,XOne,Action-Adventure,Perp Games,Firesprite,,,,,,,2020-05-21,2020-05-01 +/games/boxart/full_9993036PALFrontccc.jpg,The Sinking City,PC,Action-Adventure,Bigben Interactive,Frogwares,,,,,,,2019-06-27,2019-05-04 +/games/boxart/full_3612712PALFrontccc.jpg,The Sinking City,PS4,Action-Adventure,Bigben Interactive,Frogwares,,,,,,,2019-06-27,2019-05-04 +/games/boxart/full_4934139PALFrontccc.jpg,The Sinking City,XOne,Action-Adventure,Bigben Interactive,Frogwares,,,,,,,2019-06-27,2019-05-04 +/games/boxart/full_5214679PALFrontccc.jpg,The Surge 2,PS4,Action-Adventure,Focus Home Interactive,DECK13 Interactive,,,,,,,2019-09-24,2019-03-24 +/games/boxart/full_8433720PALFrontccc.jpg,The Surge 2,XOne,Action-Adventure,Focus Home Interactive,DECK13 Interactive,,,,,,,2019-09-24,2019-03-24 +/games/boxart/full_151091PALFrontccc.jpg,The Surge 2,PC,Action-Adventure,Focus Home Interactive,DECK13 Interactive,,,,,,,2019-09-24,2019-03-24 +/games/boxart/full_6059614AmericaFrontccc.jpg,"The Surge: The Good, The Bad, and The Augmented",PS4,Action-Adventure,Unknown,DECK13 Interactive,,,,,,,,2022-08-30 +/games/boxart/full_5943357AmericaFrontccc.jpg,"The Surge: The Good, The Bad, and The Augmented",XOne,Action-Adventure,Unknown,DECK13 Interactive,,,,,,,,2022-08-30 +/games/boxart/full_1945796AmericaFrontccc.jpg,"The Surge: The Good, The Bad, and The Augmented",PC,Action-Adventure,Unknown,DECK13 Interactive,,,,,,,,2022-08-30 +/games/boxart/full_8883974AmericaFrontccc.jpg,The Survivalists,PC,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 +/games/boxart/full_8256462AmericaFrontccc.jpg,The Survivalists,PS4,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 +/games/boxart/full_6197873AmericaFrontccc.jpg,The Survivalists,XOne,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 +/games/boxart/full_6457401AmericaFrontccc.jpg,The Survivalists,NS,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 +/games/boxart/full_4972204AmericaFrontccc.jpg,The Touryst,XOne,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 +/games/boxart/full_7242469AmericaFrontccc.jpg,The Touryst,XS,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 +/games/boxart/full_2837673AmericaFrontccc.jpg,The Touryst,PC,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 +/games/boxart/full_4913424AmericaFrontccc.jpg,The Touryst,PS4,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 +/games/boxart/full_3073201AmericaFrontccc.jpg,The Touryst,PS5,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 +/games/boxart/full_2833210AmericaFrontccc.jpg,The Walking Dead: Saints and Sinners,PC,Action-Adventure,Skydance Interactive,Skydance Interactive,8.5,,,,,,2020-01-23,2019-10-05 +/games/boxart/full_2461624AmericaFrontccc.jpg,The Wonderful 101: Remastered,NS,Action-Adventure,PlatinumGames,PlatinumGames,,,,,,,2020-05-19,2020-02-13 +/games/boxart/full_4024575AmericaFrontccc.jpg,The Wonderful 101: Remastered,PC,Action-Adventure,PlatinumGames,PlatinumGames,,,,,,,2020-05-19,2020-02-13 +/games/boxart/full_7854418AmericaFrontccc.jpg,The Wonderful 101: Remastered,PS4,Action-Adventure,PlatinumGames,PlatinumGames,,,,,,,2020-05-19,2020-02-13 +/games/boxart/full_7172618AmericaFrontccc.png,The World Next Door,NS,Action-Adventure,VIZ Media,Rose City Games,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_7724951AmericaFrontccc.jpg,Those Who Remain,PS4,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 +/games/boxart/full_9685040AmericaFrontccc.jpg,Those Who Remain,XOne,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 +/games/boxart/full_5719791AmericaFrontccc.jpg,Those Who Remain,NS,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 +/games/boxart/full_895077AmericaFrontccc.jpg,Those Who Remain,PC,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 +/games/boxart/default.jpg,Thunder Castle,Int,Action-Adventure,INTV Corporation,Mattel,,,,,,,1986-01-01,2018-01-13 +/games/boxart/full_9675998AmericaFrontccc.jpg,Tomb Raider I-III Remastered,PS4,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 +/games/boxart/full_5769284AmericaFrontccc.jpg,Tomb Raider I-III Remastered,PS5,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 +/games/boxart/full_4464332AmericaFrontccc.jpg,Tomb Raider I-III Remastered,XOne,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 +/games/boxart/full_6682929AmericaFrontccc.jpg,Tomb Raider I-III Remastered,XS,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 +/games/boxart/full_4742859AmericaFrontccc.jpg,Tomb Raider I-III Remastered,NS,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 +/games/boxart/full_6227566AmericaFrontccc.jpg,Tomb Raider I-III Remastered,PC,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 +/games/boxart/default.jpg,Toon War,WiiU,Action-Adventure,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_6940774AmericaFrontccc.jpg,Touhou Luna Nights,NS,Action-Adventure,Vaka Game Magazine,Vaka Game Magazine,,,,,,,2019-12-01,2019-07-30 +/games/boxart/full_4025599AmericaFrontccc.png,Transistor,NS,Action-Adventure,Supergiant Games,Supergiant Games,,,,,,,2018-11-01,2018-11-04 +/games/boxart/full_4326355AmericaFrontccc.jpg,Trash Sailors,XOne,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 +/games/boxart/full_9768053AmericaFrontccc.jpg,Trash Sailors,NS,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 +/games/boxart/full_2878308AmericaFrontccc.jpg,Trash Sailors,PC,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 +/games/boxart/full_7095964AmericaFrontccc.jpg,Trash Sailors,PS4,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 +/games/boxart/full_3087687AmericaFrontccc.jpg,Travis Strikes Again: No More Heroes,PS4,Action-Adventure,Marvelous,Grasshopper Manufacture,,,,,,,2019-10-17,2019-08-06 +/games/boxart/full_2062300AmericaFrontccc.jpg,Travis Strikes Again: No More Heroes,PC,Action-Adventure,Marvelous,Grasshopper Manufacture,,,,,,,2019-10-17,2019-08-06 +/games/boxart/full_881659AmericaFrontccc.jpg,Tribes of Midgard,PC,Action-Adventure,Gearbox Publishing,Norsfell,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_6759807AmericaFrontccc.jpg,Tribes of Midgard,PS4,Action-Adventure,Unknown,Norsfell,,,,,,,,2021-06-14 +/games/boxart/full_9731510AmericaFrontccc.jpg,Tribes of Midgard,PS5,Action-Adventure,Gearbox Publishing,Norsfell,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_2720774AmericaFrontccc.jpg,Trine 3: The Artifacts of Power,PS4,Action-Adventure,Frozenbyte,Frozenbyte,,,,,,,2015-12-22,2018-10-27 +/games/boxart/full_4073510AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,XOne,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_7242588AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,PS4,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_4214657AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,NS,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_6165020AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,PC,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_9868530AmericaFrontccc.png,TumbleSeed,NS,Action-Adventure,aeiowu,Team TumbleSeed,7,,,,,,2017-05-02,2018-01-11 +/games/boxart/full_4748591AmericaFrontccc.jpg,Tunic,PS4,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-09-27,2023-01-12 +/games/boxart/full_6576230AmericaFrontccc.jpg,Tunic,XS,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-03-16,2022-02-16 +/games/boxart/full_3519779AmericaFrontccc.jpg,Tunic,PS5,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-09-27,2023-01-12 +/games/boxart/full_7917495AmericaFrontccc.jpg,Tunic,PC,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-03-16,2018-02-11 +/games/boxart/full_9381567AmericaFrontccc.jpg,Tunic,XOne,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-03-16,2018-06-11 +/games/boxart/full_628811AmericaFrontccc.jpg,Tunic,NS,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-09-27,2023-01-12 +/games/boxart/full_3315994AmericaFrontccc.jpg,Turnip Boy Commits Tax Evasion,PC,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2021-04-08 +/games/boxart/full_7678045AmericaFrontccc.jpg,Turnip Boy Commits Tax Evasion,NS,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2021-04-08 +/games/boxart/full_5422041AmericaFrontccc.jpg,Turnip Boy Robs a Bank,XOne,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 +/games/boxart/full_33684AmericaFrontccc.jpg,Turnip Boy Robs a Bank,XS,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 +/games/boxart/full_3532637AmericaFrontccc.jpg,Turnip Boy Robs a Bank,NS,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 +/games/boxart/full_8849477AmericaFrontccc.jpg,Turnip Boy Robs a Bank,PC,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 +/games/boxart/full_7186774AmericaFrontccc.jpg,ULTROS,PC,Action-Adventure,Unknown,El Huervo,,,,,,,,2023-12-01 +/games/boxart/full_851307AmericaFrontccc.jpg,ULTROS,PS4,Action-Adventure,Unknown,El Huervo,,,,,,,,2023-12-01 +/games/boxart/full_2912079AmericaFrontccc.jpg,ULTROS,PS5,Action-Adventure,Unknown,El Huervo,,,,,,,,2023-12-01 +/games/boxart/full_7175965AmericaFrontccc.jpg,Under a Rock,XS,Action-Adventure,Unknown,Nordic Trolls,,,,,,,,2023-12-02 +/games/boxart/full_8450336AmericaFrontccc.jpg,Under a Rock,PC,Action-Adventure,Unknown,Nordic Trolls,,,,,,,,2023-12-02 +/games/boxart/full_1182761AmericaFrontccc.jpg,Under a Rock,PS5,Action-Adventure,Unknown,Nordic Trolls,,,,,,,,2023-12-02 +/games/boxart/default.jpg,Unexplored 2,PC,Action-Adventure,Unknown,Ludomotion,,,,,,,,2019-06-10 +/games/boxart/full_4190414AmericaFrontccc.jpg,Unholy,PC,Action-Adventure,Unknown,Duality Games,,,,,,,,2023-08-30 +/games/boxart/full_2341756AmericaFrontccc.jpg,Unholy,PS5,Action-Adventure,Unknown,Duality Games,,,,,,,,2023-08-30 +/games/boxart/full_1477761AmericaFrontccc.jpg,Unholy,XS,Action-Adventure,Unknown,Duality Games,,,,,,,,2023-08-30 +/games/boxart/full_8688034AmericaFrontccc.jpg,UnMetal,PS4,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 +/games/boxart/full_6974151AmericaFrontccc.jpg,UnMetal,PS5,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 +/games/boxart/full_9501212AmericaFrontccc.jpg,UnMetal,XOne,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 +/games/boxart/full_7563814AmericaFrontccc.jpg,UnMetal,XS,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 +/games/boxart/full_73939AmericaFrontccc.jpg,UnMetal,NS,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 +/games/boxart/full_289841AmericaFrontccc.jpg,UnMetal,PC,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 +/games/boxart/full_4660047AmericaFrontccc.jpg,Unsighted,PC,Action-Adventure,Unknown,Studio Pixel Punk,,,,,,,,2022-02-09 +/games/boxart/full_5273804AmericaFrontccc.jpg,Unsighted,NS,Action-Adventure,Unknown,Studio Pixel Punk,,,,,,,,2022-02-09 +/games/boxart/full_3769504AmericaFrontccc.jpg,Until You Fall,PC,Action-Adventure,Unknown,Schell Games,,,,,,,,2021-01-13 +/games/boxart/full_9154959AmericaFrontccc.jpg,Until You Fall,PS4,Action-Adventure,Unknown,Schell Games,,,,,,,,2021-01-13 +/games/boxart/full_8204169AmericaFrontccc.jpg,Unturned,PC,Action-Adventure,Smartly Dressed Games,Smartly Dressed Games,,,,,,,2017-07-07,2019-03-26 +/games/boxart/full_2121503AmericaFrontccc.jpg,Utawarerumono: ZAN,PS4,Action-Adventure,NIS America,Aqua Plus,,,,,,,2019-09-10,2019-08-13 +/games/boxart/full_6703991AmericaFrontccc.jpg,Vader Immortal,OR,Action-Adventure,"Disney Electronic Content, Inc.",ILMxLAB,,,,,,,2019-06-20,2021-10-28 +/games/boxart/full_6315848AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,XS,Action-Adventure,Paradox Interactive,Paradox Interactive,,,,,,,2021-12-01,2020-05-07 +/games/boxart/full_4480528AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,PS5,Action-Adventure,Paradox Interactive,Paradox Interactive,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_8818000AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,PS4,Action-Adventure,Paradox Interactive,Hardsuit Labs,,,,,,,2021-12-31,2019-06-16 +/games/boxart/full_723404AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,XOne,Action-Adventure,Paradox Interactive,Hardsuit Labs,,,,,,,2021-12-31,2019-06-16 +/games/boxart/default.jpg,Venture,Int,Action-Adventure,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 +/games/boxart/default.jpg,Volgarr the Viking,WiiU,Action-Adventure,Unknown,Crazy Viking Studios,,,,,,,,2020-08-25 +/games/boxart/full_9520291AmericaFrontccc.jpg,Wanderer,PS4,Action-Adventure,Unknown,Mighty Eyes,,,,,,,,2022-11-19 +/games/boxart/full_3857687AmericaFrontccc.jpg,Warlocks 2: God Slayers,NS,Action-Adventure,Unknown,Frozen District,,,,,,,,2019-07-19 +/games/boxart/full_1106287AmericaFrontccc.jpg,Warlocks 2: God Slayers,PC,Action-Adventure,Unknown,Frozen District,,,,,,,,2019-07-19 +/games/boxart/full_3308526AmericaFrontccc.png,Watch Dogs Legion,XS,Action-Adventure,Ubisoft,Ubisoft Toronto,,,,,,,2020-11-10,2020-06-17 +/games/boxart/full_5204892AmericaFrontccc.png,Watch Dogs Legion,PS4,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-10-29,2019-06-18 +/games/boxart/full_6217876AmericaFrontccc.png,Watch Dogs Legion,PS5,Action-Adventure,Ubisoft,Ubisoft Toronto,,,,,,,2020-11-12,2020-06-17 +/games/boxart/full_1736273AmericaFrontccc.png,Watch Dogs Legion,XOne,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-10-29,2019-06-18 +/games/boxart/full_6495015AmericaFrontccc.png,Watch Dogs Legion,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-10-29,2019-06-18 +/games/boxart/full_7001190AmericaFrontccc.jpg,Wavetale,PC,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 +/games/boxart/full_7425499AmericaFrontccc.jpg,Wavetale,PS4,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 +/games/boxart/full_3627622AmericaFrontccc.jpg,Wavetale,PS5,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 +/games/boxart/full_7537300AmericaFrontccc.jpg,Wavetale,XOne,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 +/games/boxart/full_6648044AmericaFrontccc.jpg,Wavetale,XS,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 +/games/boxart/full_5929878AmericaFrontccc.jpg,Wavetale,NS,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 +/games/boxart/full_6109943AmericaFrontccc.jpg,Wayward Tide,PC,Action-Adventure,Unknown,Chucklefish,,,,,,,,2019-07-02 +/games/boxart/full_3418832AmericaFrontccc.jpg,Wildfire,PC,Action-Adventure,Humble Bundle,Sneaky Bastards,,,,,,,2020-05-26,2020-05-05 +/games/boxart/full_5248352AmericaFrontccc.jpg,Windbound,XOne,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 +/games/boxart/full_5697192AmericaFrontccc.jpg,Windbound,NS,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 +/games/boxart/full_7892194AmericaFrontccc.jpg,Windbound,PC,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 +/games/boxart/full_6974551AmericaFrontccc.jpg,Windbound,PS4,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 +/games/boxart/full_2054609AmericaFrontccc.jpg,Wizard with a Gun,PC,Action-Adventure,Unknown,Galvanic Games,,,,,,,,2021-06-13 +/games/boxart/full_7907282AmericaFrontccc.jpg,Wizard with a Gun,NS,Action-Adventure,Unknown,Galvanic Games,,,,,,,,2021-06-13 +/games/boxart/full_8541196AmericaFrontccc.jpg,Wobbly Life,PC,Action-Adventure,Unknown,RubberBandGames,,,,,,,,2021-07-26 +/games/boxart/full_2601854AmericaFrontccc.png,World to the West,NS,Action-Adventure,Rain Games,Rain Games,,,,,,,2018-01-18,2018-09-07 +/games/boxart/full_362329AmericaFrontccc.jpg,World's End Club,NS,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2021-02-18 +/games/boxart/default.jpg,Yakuza 0,XOne,Action-Adventure,Unknown,Sega,,,,,,,,2020-08-23 +/games/boxart/full_8690509JapanFrontccc.jpg,Yakuza 1&2 HD for Wii U,WiiU,Action-Adventure,Sega,Sega,,,,,,,2013-08-08,2018-08-26 +/games/boxart/full_6278319AmericaFrontccc.jpg,Yakuza 5,PS4,Action-Adventure,Sega,Sega,,,,,,,2020-02-11,2019-04-05 +/games/boxart/full_6117261AmericaFrontccc.jpg,Yakuza Kiwami,XOne,Action-Adventure,Sega,Sega,,,,,,,2020-04-21,2020-04-25 +/games/boxart/full_1916938AmericaFrontccc.jpg,Yakuza Kiwami,PC,Action-Adventure,Sega,Sega,,,,,,,2019-02-19,2020-04-25 +/games/boxart/full_1072572AmericaFrontccc.png,Yakuza Kiwami 2,XOne,Action-Adventure,Sega,Sega,,,,,,,2020-07-30,2020-07-14 +/games/boxart/full_3808784AmericaFrontccc.jpg,Yakuza: Like A Dragon,PS5,Action-Adventure,Sega,Sega,,,,,,,2020-12-01,2020-09-15 +/games/boxart/full_9736006AmericaFrontccc.jpg,Yakuza: Like A Dragon,PC,Action-Adventure,Sega,Sega,,,,,,,2020-11-13,2020-05-07 +/games/boxart/full_4999359AmericaFrontccc.jpg,Yakuza: Like A Dragon,XOne,Action-Adventure,Sega,Sega,,,,,,,2020-11-13,2020-05-07 +/games/boxart/full_4257832AmericaFrontccc.jpg,Yakuza: Like A Dragon,XS,Action-Adventure,Sega,Sega,,,,,,,2020-11-10,2020-05-07 +/games/boxart/full_965332AmericaFrontccc.jpg,Yomawari: Lost in the Dark,All,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2022-05-31 +/games/boxart/full_6073579AmericaFrontccc.jpg,Yomawari: Lost in the Dark,NS,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2022-05-31 +/games/boxart/full_6684830AmericaFrontccc.jpg,Yomawari: Lost in the Dark,PS4,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2022-05-31 +/games/boxart/full_4254556AmericaFrontccc.jpg,Zelda's Adventure,CDi,Action-Adventure,Philips Interactive Media,Viridis Corporation,,,,,,,1994-06-05,2018-04-17 +/games/boxart/full_9551799AmericaFrontccc.jpg,Momotaro Dentetsu,Series,Board Game,Konami,Hudson Soft,,,,,,,1988-12-02,2020-03-09 +/games/boxart/full_9790287AmericaFrontccc.png,Chessmaster,Series,Board Game,Software Country,Ubisoft,,,,,,,1986-01-01,2021-03-22 +/games/boxart/full_7552342JapanFrontccc.jpg,Momotaro Dentetsu World: Chikyuu wa Kibou de Mawatteru!,NS,Board Game,Konami,Nintendo,,,,,,,2023-11-16,2023-12-28 +/games/boxart/full_7460758AmericaFrontccc.png,Battle Chess,All,Board Game,Interplay Productions,Interplay Productions,,,,,,,1988-01-01,2021-03-28 +/games/boxart/full_3962946AmericaFrontccc.jpg,Virtual Chess,PC,Board Game,Titus,Titus,,,,,,,1995-01-01,2023-06-27 +/games/boxart/full_2167639AmericaFrontccc.png,Carcassonne,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2018-12-06,2018-11-10 +/games/boxart/full_4953665AmericaFrontccc.jpg,CATAN - Console Edition,PS5,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 +/games/boxart/full_3717932AmericaFrontccc.jpg,CATAN - Console Edition,XOne,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 +/games/boxart/full_42802AmericaFrontccc.jpg,CATAN - Console Edition,XS,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 +/games/boxart/full_27730AmericaFrontccc.jpg,CATAN - Console Edition,NS,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 +/games/boxart/full_1336667AmericaFrontccc.jpg,CATAN - Console Edition,PC,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 +/games/boxart/full_371462AmericaFrontccc.jpg,CATAN - Console Edition,PS4,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 +/games/boxart/full_7845915AmericaFrontccc.png,Catan Universe,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2019-12-31,2018-11-10 +/games/boxart/full_3707196AmericaFrontccc.png,Chess Ultra,NS,Board Game,Ripstone,Ripstone,,,,,,,2017-11-02,2018-03-11 +/games/boxart/default.jpg,Conduct Exam,CD32,Board Game,Unknown,ThinkArts,,,,,,,,2018-04-10 +/games/boxart/full_3591366AmericaFrontccc.jpeg,Fable Fortune,PC,Board Game,Mediatonic,Mediatonic,,,,,,,2018-02-22,2018-08-12 +/games/boxart/full_1709131AmericaFrontccc.jpeg,Fable Fortune,XOne,Board Game,Mediatonic,Mediatonic,,,,,,,2018-02-22,2018-08-12 +/games/boxart/full_6103431AmericaFrontccc.jpg,Gods Unchained,PC,Board Game,Undefined,Undefined,,,,,,,2019-03-31,2022-01-15 +/games/boxart/full_7224521AmericaFrontccc.jpg,KARDS - The WWII Card Game,PC,Board Game,Unknown,1939 Games,,,,,,,,2022-02-01 +/games/boxart/full_9248584AmericaFrontccc.png,Munchkin: Quacked Quest,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2019-11-19,2019-12-18 +/games/boxart/full_6371433AmericaFrontccc.png,Othello,NS,Board Game,Arc System Works,Arc System Works,,,,,,,2017-03-23,2018-03-25 +/games/boxart/full_906795AmericaFrontccc.png,Pandemic,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2019-08-01,2018-11-10 +/games/boxart/full_386182AmericaFrontccc.png,Physical Contact: SPEED,NS,Board Game,Collavier Corporation,Collavier Corporation,,,,,,,2017-07-27,2018-03-25 +/games/boxart/full_4071186AmericaFrontccc.png,Poisoft Thud Card,NS,Board Game,Poisoft,Poisoft,,,,,,,2018-03-01,2018-03-25 +/games/boxart/full_510522AmericaFrontccc.png,The Lord of the Rings: Adventure Card Game,NS,Board Game,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-11-05,2019-12-18 +/games/boxart/full_2329496AmericaFrontccc.png,UNO,NS,Board Game,Ubisoft,Ubisoft,,,,,,,2017-11-07,2018-03-26 +/games/boxart/full_5800962AmericaFrontccc.jpg,Warhammer Age of Sigmar: Champions,NS,Board Game,Games Workshop,Games Workshop,,,,,,,2019-04-15,2020-01-11 +/games/boxart/default.jpg,Wily & Right no RockBoard: That's Paradise,NES,Board Game,Unknown,Capcom,,,,,,,,2018-04-19 +/games/boxart/full_9651331AmericaFrontccc.jpg,Wingspan,NS,Board Game,Unknown,Monster Couch,,,,,,,,2020-12-28 +/games/boxart/full_8753121AmericaFrontccc.jpg,Yu-Gi-Oh! RUSH DUEL: Dawn of the Battle Royale!!,NS,Board Game,Unknown,Konami,,,,,,,,2022-10-13 +/games/boxart/full_4881908AmericaFrontccc.jpg,The Oregon Trail,Series,Education,MECC,MECC,,,,,,,1971-12-03,2020-02-18 +/games/boxart/full_5122865AmericaFrontccc.jpg,Art Academy,Series,Education,Nintendo,Headstrong Games,,,,,,,2009-09-14,2023-06-27 +/games/boxart/full_5176654AmericaFrontccc.png,Dr. Brain,Series,Education,Sierra Online,Sierra On-Line,,,,,,,1991-01-01,2021-04-05 +/games/boxart/full_3059194AmericaFrontccc.jpg,It's Spring Again,PC,Education,Unknown,Baba Yaga Games,,,,,,,,2019-02-21 +/games/boxart/full_7865690AmericaFrontccc.jpg,Influent,PC,Education,Three Flip Studios,Rob Howland,,,,,,,2014-03-20,2019-04-07 +/games/boxart/full_2846537AmericaFrontccc.jpg,Just Grandma and Me,PC,Education,Broderbund,Living Books,,,,,,,1992-01-01,2022-09-28 +/games/boxart/default.jpg,3-D Body Adventure,PC,Education,Knowledge Adventure,Knowledge Adventure,,,,,,,1994-12-01,2018-12-19 +/games/boxart/full_fisher-price-time-to-play-pet-shop_155AmericaFront.jpg,Fisher Price: Time to Play Pet Shop,PC,Education,Knowledge Adventure,Knowledge Adventure,,,,,,,2001-08-14,2018-12-19 +/games/boxart/full_4425674AmericaFrontccc.jpg,Jump*Start 1st Grade,PC,Education,Unknown,Knowledge Adventure,,,,,,,1995-01-01,2018-12-19 +/games/boxart/full_1473489AmericaFrontccc.jpg,Jump*Start Kindergarten,PC,Education,Unknown,Knowledge Adventure,,,,,,,1994-01-01,2018-12-19 +/games/boxart/full_7350469AmericaFrontccc.gif,Jump*Start Math for Second Graders,PC,Education,Unknown,Knowledge Adventure,,,,,,,1996-01-01,2018-12-19 +/games/boxart/full_1279224AmericaFrontccc.jpg,3D Dinosaur Adventure,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2018-12-19 +/games/boxart/full_1239981AmericaFrontccc.jpg,3D Dinosaur Adventure,MSD,Education,Unknown,Knowledge Adventure,,,,,,,,2018-12-19 +/games/boxart/full_6074860AmericaFrontccc.jpg,An American Tail Animated Moviebook,PC,Education,Unknown,"Sound Source Interactive, Inc.",,,,,,,,2023-08-12 +/games/boxart/full_4257812AmericaFrontccc.jpg,Art Plunge,OR,Education,Space Plunge,Space Plunge,,,,,,,2019-08-29,2021-10-28 +/games/boxart/default.jpg,Dr. Brain Thinking Games: IQ Adventure,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 +/games/boxart/default.jpg,Dr. Brain Thinking Games: Puzzle Madness,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 +/games/boxart/default.jpg,Dr. Brain: Action Reaction,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 +/games/boxart/full_2560073AmericaFrontccc.jpg,Island Saver,XOne,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 +/games/boxart/full_3440306AmericaFrontccc.jpg,Island Saver,PS4,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 +/games/boxart/full_2246730AmericaFrontccc.jpg,Island Saver,PC,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 +/games/boxart/full_4913930AmericaFrontccc.jpg,Island Saver,NS,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 +/games/boxart/default.jpg,Knowledge Adventure: The Game,PC,Education,Unknown,Knowledge Adventure Inc.,,,,,,,,2018-12-19 +/games/boxart/full_5009981AmericaFrontccc.jpg,Lost,OR,Education,Oculus Story Studio,Oculus,,,,,,,2016-03-28,2021-10-28 +/games/boxart/full_7788465JapanFrontccc.jpg,Minna no Doubutsu Shogi,NS,Education,Silver Star Japan,Silver Star Japan,,,,,,,2019-05-23,2019-03-22 +/games/boxart/full_3590554AmericaFrontccc.png,PixelMaker Studio,WiiU,Education,Unknown,TBD,,,,,,,2019-03-21,2020-09-27 +/games/boxart/full_2114513AmericaFrontccc.jpg,Project Lux,OR,Education,Spicy Tails,Spicy Tails,,,,,,,2017-06-28,2021-10-27 +/games/boxart/full_1829512AmericaFrontccc.png,SCOOP! Around the World in 80 Spaces,WiiU,Education,BNC Design Studios,BNC Design Studios,,,,,,,2019-06-13,2020-09-20 +/games/boxart/default.jpg,SDK Spriter,WiiU,Education,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,The Adventures of Dr. Brain,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 +/games/boxart/full_2067994AmericaFrontccc.jpg,Titanic VR,OR,Education,Immersive VR Education Ltd.,Immersive VR Education Ltd.,,,,,,,2017-08-17,2021-10-28 +/games/boxart/full_8466695AmericaFrontccc.jpg,Mortal Kombat,Series,Fighting,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,1992-10-08,2020-03-01 +/games/boxart/full_8522156AmericaFrontccc.jpg,Super Smash Bros.,Series,Fighting,Nintendo,Nintendo,,,,,,,1999-04-26,2020-02-20 +/games/boxart/full_49407AmericaFrontccc.jpg,WWE 2K,Series,Fighting,2K Games,Visual Concepts,,,,,,,2000-03-02,2020-03-02 +/games/boxart/full_7174839AmericaFrontccc.jpg,Tekken,Series,Fighting,Namco,Bandai Namco Studios,,,,,,,1994-12-11,2020-02-21 +/games/boxart/full_1218886AmericaFrontccc.png,Street Fighter,Series,Fighting,Capcom,Capcom,,,,,,,1987-08-30,2020-02-03 +/games/boxart/full_2846971AmericaFrontccc.jpg,Naruto: Ultimate Ninja,Series,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2006-06-26,2020-02-05 +/games/boxart/full_8608465AmericaFrontccc.jpg,Super Smash Bros. Ultimate,NS,Fighting,Nintendo,Bandai Namco Games,9.4,,,,,,2018-12-07,2022-10-02 +/games/boxart/full_666986AmericaFrontccc.jpg,Naruto: Ultimate Ninja Storm,Series,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-11-04,2020-10-17 +/games/boxart/full_2122515AmericaFrontccc.jpg,SoulCalibur,Series,Fighting,Namco,Project Soul,,,,,,,1996-12-20,2020-03-12 +/games/boxart/full_5916548AmericaFrontccc.png,Dragon Ball Xenoverse,Series,Fighting,Bandai Namco Games,Dimps Corporation,,,,,,,2015-02-24,2020-02-13 +/games/boxart/full_6115038AmericaFrontccc.png,Mortal Kombat 11,All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2020-10-28 +/games/boxart/full_296487AmericaFrontccc.jpg,Street Fighter II,All,Fighting,Capcom,Capcom,,,,,,,1991-02-15,2022-11-02 +/games/boxart/full_4169332AmericaFrontccc.jpg,Super Smash Bros. Brawl,Wii,Fighting,Nintendo,Project Sora,9.2,,,,,,2008-03-09, +/games/boxart/full_7534080AmericaFrontccc.png,Naruto Shippuden: Ultimate Ninja Storm 4,All,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2016-02-09,2020-11-16 +/games/boxart/full_746906AmericaFrontccc.png,Mortal Kombat X,All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2015-04-07,2020-10-28 +/games/boxart/full_1233238AmericaFrontccc.jpg,Dragon Ball FighterZ,All,Fighting,Bandai Namco Entertainment,Arc System Works,,,,,,,2018-01-26,2020-10-27 +/games/boxart/full_6527766AmericaFrontccc.png,Marvel vs. Capcom,Series,Fighting,Capcom,Capcom,,,,,,,1996-12-01,2020-02-03 +/games/boxart/full_1826910AmericaFrontccc.jpg,Tekken 7,All,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2015-03-18,2020-10-09 +/games/boxart/full_5046016AmericaFrontccc.jpg,Street Fighter IV,All,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2009-02-17,2020-10-10 +/games/boxart/full_3865453AmericaFrontccc.png,Dead or Alive,Series,Fighting,Tecmo,Team Ninja,,,,,,,1998-03-31,2020-02-17 +/games/boxart/full_4463374AmericaFrontccc.jpg,Super Smash Bros. for 3DS,3DS,Fighting,Nintendo,Bandai Namco Games,8.4,,,,,,2014-10-03,2018-04-11 +/games/boxart/full_tekken-3_687AmericaFront.jpg,Tekken 3,PS,Fighting,Namco,Namco,9.6,,,,,,1998-04-29, +/games/boxart/full_404087AmericaFrontccc.jpg,Super Smash Bros. Melee,GC,Fighting,Nintendo,HAL Laboratory,9.2,,,,,,2001-12-02, +/games/boxart/full_6679574AmericaFrontccc.jpeg,Street Fighter V,All,Fighting,Capcom,Capcom,,,,,,,2016-02-16,2020-10-13 +/games/boxart/1247493ccc.jpg,Street Fighter II: The World Warrior,SNES,Fighting,Capcom,Capcom,,,,,,,1992-07-01, +/games/boxart/full_3410696AmericaFrontccc.jpg,Tekken 7,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-06-02,2018-01-15 +/games/boxart/full_9832080AmericaFrontccc.jpg,Tekken 5,PS2,Fighting,Namco,Namco,9,,,,,,2005-02-24, +/games/boxart/full_9620987AmericaFrontccc.jpg,Tekken 6,All,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2007-11-26,2020-10-29 +/games/boxart/full_4987723AmericaFrontccc.jpg,Super Smash Bros.,N64,Fighting,Nintendo,HAL Laboratory,8.4,,,,,,1999-04-26,2018-04-11 +/games/boxart/full_8573628AmericaFrontccc.jpg,Super Smash Bros. for Wii U,WiiU,Fighting,Nintendo,Bandai Namco Games,9.2,,,,,,2014-11-21,2018-04-12 +/games/boxart/full_6087048AmericaFrontccc.jpg,Jump Force,All,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2019-02-15,2023-08-04 +/games/boxart/full_270711AmericaFrontccc.jpg,Dragon Ball FighterZ,PS4,Fighting,Namco Bandai Games,Arc System Works,,,,,,,2018-01-26,2018-04-02 +/games/boxart/full_3361687AmericaFrontccc.png,Naruto Shippuden: Ultimate Ninja Storm 4,PS4,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2016-02-09,2018-09-22 +/games/boxart/full_street-fighter-ii-turbo_9AmericaFront.jpg,Street Fighter II Turbo,SNES,Fighting,Capcom,Capcom,9,,,,,,1993-08-01, +/games/boxart/full_1923419AmericaFrontccc.jpg,Jump Force,PS4,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2019-02-15,2018-06-11 +/games/boxart/full_7651360AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,All,Fighting,Midway Games,Midway Games,,,,,,,2002-11-16,2020-10-28 +/games/boxart/full_3107004PALFrontccc.jpg,UFC 2009 Undisputed,All,Fighting,THQ,THQ,,,,,,,2009-05-19,2021-07-08 +/games/boxart/3480866ccc.jpg,Dragon Ball Z: Budokai,PS2,Fighting,Atari,Dimps Corporation,,,,,,,2002-12-03, +/games/boxart/full_8209665AmericaFrontccc.jpg,Tekken: Dark Resurrection,PSP,Fighting,Namco Bandai,8ing/Raizing,8.7,,,,,,2006-07-25, +/games/boxart/full_2659086AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,All,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2018-04-26,2022-08-31 +/games/boxart/full_5572538AmericaFrontccc.jpg,Killer Instinct,SNES,Fighting,Nintendo,Rare Ltd.,,,,,,,1995-08-01, +/games/boxart/full_6306253AmericaFrontccc.jpg,Tekken 6,PS3,Fighting,Namco Bandai,Namco Bandai Games,7.9,,,,,,2009-10-27, +/games/boxart/9646871ccc.jpg,Mike Tyson's Punch-Out!!,NES,Fighting,Nintendo,Nintendo IRD,,,,,,,1987-10-01, +/games/boxart/full_9417317AmericaFrontccc.png,SoulCalibur IV,All,Fighting,Namco Bandai Games,Project Soul,,,,,,,2008-07-29,2020-11-20 +/games/boxart/full_6972205AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,All,Fighting,Sega,CyberConnect2,,,,,,,2021-10-15,2022-01-04 +/games/boxart/full_7994614AmericaFrontccc.jpg,Mortal Kombat,All,Fighting,Midway,Midway,,,,,,,1992-10-08,2020-10-28 +/games/boxart/full_6881130AmericaFrontccc.png,Mortal Kombat (2011),All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2011-04-19,2020-10-28 +/games/boxart/full_8359793AmericaFrontccc.jpeg,Mortal Kombat 1,All,Fighting,Warner Bros.,NetherRealm Studios,,,,,,,2023-09-19,2023-11-09 +/games/boxart/full_6879421AmericaFrontccc.jpg,Street Fighter 6,All,Fighting,Capcom,Capcom,9.1,,,,,,2023-06-02,2022-06-02 +/games/boxart/7904995ccc.jpg,Dragon Ball Z: Budokai 2,PS2,Fighting,Atari,Dimps Corporation,,,,,,,2003-12-04, +/games/boxart/full_551972AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,All,Fighting,Capcom,Capcom,,,,,,,2018-05-29,2020-10-12 +/games/boxart/full_1278882AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,All,Fighting,Capcom,Capcom,,,,,,,2011-11-15,2020-10-10 +/games/boxart/full_84620AmericaFrontccc.png,ARMS,NS,Fighting,Nintendo,Nintendo EPD,7.9,,,,,,2017-06-16,2018-11-19 +/games/boxart/full_2446198AmericaFrontccc.jpg,Dragon Ball: Xenoverse,PS4,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-24,2018-09-11 +/games/boxart/full_5976419AmericaFrontccc.jpg,Dragon Ball Z: Budokai 3,PS2,Fighting,Atari,Dimps Corporation,,,,,,,2004-11-16, +/games/boxart/full_7709218AmericaFrontccc.png,Mortal Kombat II,All,Fighting,Midway,Midway,,,,,,,1993-06-25,2020-10-28 +/games/boxart/full_7285241AmericaFrontccc.jpg,BlazBlue,Series,Fighting,Aksys Games,Arc System Works,,,,,,,2008-11-20,2021-02-19 +/games/boxart/full_4024693AmericaFrontccc.jpg,Dragon Ball FighterZ,NS,Fighting,Bandai Namco Entertainment,Arc System Works,9,,,,,,2018-09-28,2018-06-12 +/games/boxart/5494901ccc.jpg,Pro Wrestling,NES,Fighting,Nintendo,TRY Corporation,,,,,,,1987-03-01, +/games/boxart/full_1178730AmericaFrontccc.jpg,Marvel vs. Capcom 3: Fate of Two Worlds,All,Fighting,Capcom,Capcom,,,,,,,2011-02-15,2020-10-10 +/games/boxart/full_1471951AmericaFrontccc.png,Marvel vs. Capcom: Infinite,All,Fighting,Capcom,Capcom,,,,,,,2017-09-19,2020-10-12 +/games/boxart/full_5800884PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,PS4,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2018-04-26,2018-03-03 +/games/boxart/9098869ccc.jpg,Dead or Alive 3,XB,Fighting,Tecmo,Team Ninja,8.3,,,,,,2001-11-14, +/games/boxart/full_6483102AmericaFrontccc.jpg,Stick Fight: The Game,PC,Fighting,Unknown,Landfall West,,,,,,,,2019-02-02 +/games/boxart/9342083ccc.jpg,Dragon Ball Z: Budokai Tenkaichi,PS2,Fighting,Atari,Spike,,,,,,,2005-10-18, +/games/boxart/full_6919136AmericaFrontccc.png,Naruto Shippuden: Ultimate Ninja Storm 3,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2013-03-05,2020-11-16 +/games/boxart/full_8064749AmericaFrontccc.jpg,Naruto: Ultimate Ninja Storm,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-11-04,2020-11-16 +/games/boxart/full_8466917AmericaFrontccc.jpg,SoulCalibur VI,All,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2018-10-19,2021-07-21 +/games/boxart/full_4289847AmericaFrontccc.jpg,Super Street Fighter II,SNES,Fighting,Capcom,Capcom,,,,,,,1994-06-01, +/games/boxart/6452812ccc.jpg,WWE SmackDown! Here Comes the Pain,PS2,Fighting,THQ,Yuke's,,,,,,,2003-10-27, +/games/boxart/full_6711319AmericaFrontccc.jpg,WWE SmackDown! vs. Raw,All,Fighting,THQ,Yuke's,,,,,,,2004-11-02,2023-05-24 +/games/boxart/full_4221393AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,PS4,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2017-02-03,2018-06-25 +/games/boxart/full_2783261AmericaFrontccc.jpg,Dissidia: Final Fantasy,PSP,Fighting,Square Enix,Square Enix,8.1,,,,,,2009-08-25, +/games/boxart/full_6747412AmericaFrontccc.png,Mortal Kombat vs. DC Universe,All,Fighting,Midway Games,Midway Games,,,,,,,2008-11-16,2020-10-28 +/games/boxart/full_6969093AmericaFrontccc.png,Mortal Kombat: Deception,All,Fighting,Midway Games,Midway Games,,,,,,,2004-10-04,2020-10-28 +/games/boxart/full_262501AmericaFrontccc.jpg,Street Fighter X Tekken,All,Fighting,Capcom,Capcom,,,,,,,2012-03-06,2020-10-12 +/games/boxart/full_6000038AmericaFrontccc.jpg,Tekken 6,X360,Fighting,Namco Bandai,Namco Bandai Games,7.8,,,,,,2009-10-27, +/games/boxart/9478555ccc.jpg,Virtua Fighter 4,PS2,Fighting,Sega,Sega-AM2,9.3,,,,,,2002-03-17, +/games/boxart/2442753ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 2,PS2,Fighting,Atari,Spike,,,,,,,2006-11-07, +/games/boxart/7960574ccc.jpg,Street Fighter II': Special Champion Edition,GEN,Fighting,Capcom,Capcom,,,,,,,1993-09-27, +/games/boxart/full_1752951AmericaFrontccc.jpg,Dragon Ball FighterZ,XOne,Fighting,Namco Bandai Games,Arc System Works,,,,,,,2018-01-26,2018-04-02 +/games/boxart/full_5830525AmericaFrontccc.jpg,SoulCalibur IV,X360,Fighting,Namco Bandai,Project Soul,8.3,,,,,,2008-07-29, +/games/boxart/full_5857216PALFrontccc.png,Dead or Alive 5,All,Fighting,Tecmo Koei,Team Ninja,,,,,,,2012-09-25,2020-10-16 +/games/boxart/full_3403542AmericaFrontccc.jpg,Injustice 2,All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2017-05-16,2023-11-11 +/games/boxart/full_9255825AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 4,XOne,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2016-02-09,2018-09-22 +/games/boxart/full_3020748AmericaFrontccc.jpg,Primal Rage,All,Fighting,Time Warner Interactive,Atari Games,,,,,,,1995-08-25,2023-08-11 +/games/boxart/full_5860515AmericaFrontccc.jpg,SoulCalibur II,PS2,Fighting,Namco,Namco,9.1,,,,,,2003-08-27, +/games/boxart/full_6313605AmericaFrontccc.png,Tekken Tag Tournament 2,All,Fighting,Bandai Namco Games,Bandai Namco Games,,,,,,,2011-09-14,2020-10-29 +/games/boxart/full_5732911AmericaFrontccc.jpg,SoulCalibur IV,PS3,Fighting,Namco Bandai,Project Soul,8.4,,,,,,2008-07-29, +/games/boxart/full_2424009AmericaFrontccc.png,Tekken Tag Tournament 2,PS3,Fighting,Namco Bandai Games,Bandai Namco Games,,,,,,,2012-09-11,2018-03-16 +/games/boxart/full_1838394AmericaFrontccc.png,SoulCalibur VI,PS4,Fighting,Bandai Namco Games,Project Soul,,,,,,,2018-10-19,2018-11-07 +/games/boxart/full_4871038AmericaFrontccc.jpg,SoulCalibur III,PS2,Fighting,Namco,Namco,8.5,,,,,,2005-10-25, +/games/boxart/full_2907330AmericaFrontccc.jpg,Marvel vs. Capcom 2: New Age Of Heroes,All,Fighting,Capcom,Capcom,,,,,,,2000-06-29,2020-10-12 +/games/boxart/full_8678430PALFrontccc.png,SoulCalibur V,All,Fighting,Namco Bandai Games,Project Soul,,,,,,,2012-01-31,2020-11-20 +/games/boxart/full_super-street-fighter-iv-3d-edition_316AmericaFront.jpg,Super Street Fighter IV: 3D Edition,3DS,Fighting,Capcom,Capcom,8.5,,,,,,2011-03-27, +/games/boxart/full_4604809AmericaFrontccc.jpg,Jump Force,XOne,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2018-02-15,2018-06-11 +/games/boxart/full_3590570JapanFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,NS,Fighting,Bandai Namco Entertainment,CyberConnect2,7.5,,,,,,2018-04-26,2018-05-20 +/games/boxart/1244541ccc.jpg,Dead or Alive 4,X360,Fighting,Tecmo,Team Ninja,8.6,,,,,,2005-12-29, +/games/boxart/full_8181752AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 3,PS3,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2013-03-05,2018-08-01 +/games/boxart/full_1052621PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Generations,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2012-03-13,2020-11-16 +/games/boxart/8324087ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 3,PS2,Fighting,Atari,Spike / Bandai Namco Games,,,,,,,2007-11-13, +/games/boxart/full_2670999AmericaFrontccc.jpg,Super Street Fighter IV: Arcade Edition,All,Fighting,Capcom,Dimps Corporation,,,,,,,2010-12-16,2022-05-18 +/games/boxart/full_5604169AmericaFrontccc.jpg,Mortal Kombat Komplete Edition,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2013-08-06,2018-11-27 +/games/boxart/full_8288592AmericaFrontccc.png,Pokken Tournament DX,NS,Fighting,Nintendo,Namco Bandai Games,8,,,,,,2017-09-22,2018-01-01 +/games/boxart/full_3625572AmericaFrontccc.jpg,Tekken 6,PSP,Fighting,Namco Bandai,Namco Bandai Games,8.2,,,,,,2009-11-24, +/games/boxart/full_6109149AmericaFrontccc.jpg,Super Street Fighter IV,PS3,Fighting,Capcom,Capcom / Dimps Corporation,9.3,,,,,,2010-04-27, +/games/boxart/full_4331645AmericaFrontccc.jpg,Punch-Out!!,Wii,Fighting,Nintendo,Next Level Games,8.7,,,,,,2009-05-18, +/games/boxart/full_5665965AmericaFrontccc.jpg,Tekken 7,XOne,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-06-02,2018-01-15 +/games/boxart/full_4263871AmericaFrontccc.jpg,Dragon Ball: Xenoverse,XOne,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-24,2018-09-11 +/games/boxart/full_8077041AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 2,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2010-10-19,2020-11-16 +/games/boxart/full_9530377AmericaFrontccc.jpg,Dragon Ball: Xenoverse,PS3,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-24,2018-09-11 +/games/boxart/full_soulcalibur-v_929AmericaFront.jpg,SoulCalibur V,PS3,Fighting,Namco Bandai,Project Soul,,,,,,,2012-01-31, +/games/boxart/full_naruto-shippuden-ultimate-ninja-storm-2_10AmericaFront.jpg,Naruto Shippuden: Ultimate Ninja Storm 2,PS3,Fighting,Namco Bandai,CyberConnect2,7.3,,,,,,2010-10-19, +/games/boxart/full_2644731AmericaFrontccc.png,Creed: Rise to Glory,All,Fighting,Unknown,Survios,,,,,,,,2021-10-14 +/games/boxart/full_1632510PALFrontccc.jpg,Fight Night Round 3,All,Fighting,EA Sports,EA Chicago,,,,,,,2006-02-20,2021-04-20 +/games/boxart/full_209588AmericaFrontccc.jpg,Granblue Fantasy: Versus,All,Fighting,Xseed Games,Arc System Works,,,,,,,2020-03-03,2020-11-21 +/games/boxart/full_7403950AmericaFrontccc.jpg,Guilty Gear -Strive-,All,Fighting,Arc System Works,Arc System Works,,,,,,,2021-06-11,2021-06-15 +/games/boxart/full_219365AmericaFrontccc.jpg,Mortal Kombat: Armageddon,All,Fighting,Midway Games,Midway Games,,,,,,,2006-10-11,2020-10-28 +/games/boxart/full_7418249AmericaFrontccc.jpg,Mortal Kombat: Shaolin Monks,All,Fighting,Midway Games,Midway,,,,,,,2005-09-16,2020-10-28 +/games/boxart/full_6532629PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,All,Fighting,Bandai Namco Games,CyberConnect2,,,,,,,2014-09-16,2020-11-23 +/games/boxart/full_3233810AmericaFrontccc.jpg,PlayStation All-Stars Battle Royale,All,Fighting,Sony Computer Entertainment,SuperBot Entertainment,,,,,,,2012-11-20,2021-07-10 +/games/boxart/full_8380865AmericaFrontccc.jpg,Pokken Tournament,WiiU,Fighting,Nintendo,Namco Bandai Games,7.6,,,,,,2016-03-18,2018-01-24 +/games/boxart/3711225ccc.jpg,SoulCalibur,DC,Fighting,Namco,Namco,9.6,,,,,,1999-09-09, +/games/boxart/1455581ccc.jpg,Street Fighter Alpha 3,PS,Fighting,Capcom,Capcom,8.4,,,,,,1999-04-30, +/games/boxart/full_7759006AmericaFrontccc.jpg,Tekken,PS,Fighting,Namco,Namco,8.3,,,,,,1995-11-08, +/games/boxart/full_8422731AmericaFrontccc.jpg,TNA iMPACT!,All,Fighting,Midway Games,Midway Studios Los Angeles,,,,,,,2008-09-09,2021-08-17 +/games/boxart/full_6595885AmericaFrontccc.png,WCW/NWO Thunder,PS,Fighting,THQ,Inland Productions,,,,,,,1998-12-31, +/games/boxart/4592739ccc.jpg,WWF WrestleMania,NES,Fighting,Acclaim Entertainment,Rare Ltd.,,,,,,,1989-02-01, +/games/boxart/full_9005053AmericaFrontccc.jpg,WWF WrestleMania 2000,N64,Fighting,THQ,Aki Corporation,,,,,,,1999-10-31, +/games/boxart/8048987ccc.jpg,Naruto: Ultimate Ninja 3,PS2,Fighting,Namco Bandai,CyberConnect2,,,,,,,2008-03-25,2020-11-19 +/games/boxart/full_5721459AmericaFrontccc.jpg,Dragon Ball: Xenoverse,PC,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-27,2018-09-11 +/games/boxart/full_5051916AmericaFrontccc.jpg,Godzilla: Unleashed,All,Fighting,Atari,Pipeworks Software,,,,,,,2007-11-20,2021-04-14 +/games/boxart/full_3228253AmericaFrontccc.jpg,Dragon Ball FighterZ,PC,Fighting,Namco Bandai Games,Arc System Works,,,,,,,2018-01-26,2018-04-02 +/games/boxart/full_6262404AmericaFrontccc.jpg,Super Street Fighter IV,X360,Fighting,Capcom,Capcom / Dimps Corporation,9.2,,,,,,2010-04-27, +/games/boxart/full_super-street-fighter-iv-arcade-edition_252AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,PS3,Fighting,Capcom,Capcom / Dimps Corporation,8.1,,,,,,2011-06-28, +/games/boxart/full_8238303PALFrontccc.jpg,Dragon Ball Z: Burst Limit,All,Fighting,Atari,Dimps Corporation,,,,,,,2008-06-10,2020-11-20 +/games/boxart/full_6027089AmericaFrontccc.png,Dragon Ball Z: Ultimate Tenkaichi,All,Fighting,Bandai,Spike,,,,,,,2011-10-25,2020-10-27 +/games/boxart/full_4634313AmericaFrontccc.png,Dragon Ball: Raging Blast,All,Fighting,Bandai,Spike,,,,,,,2009-11-10,2020-11-18 +/games/boxart/3413188ccc.jpg,Naruto: Ultimate Ninja 2,PS2,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-09-17, +/games/boxart/full_7905093AmericaFrontccc.jpg,One Finger Death Punch,PC,Fighting,Silver Dollar Games,Silver Dollar Games,,,,,,,2014-03-03,2019-02-08 +/games/boxart/full_2464639AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 3 Full Burst HD,PC,Fighting,Unknown,CyberConnect2,,,,,,,,2019-02-08 +/games/boxart/3115723ccc.jpg,Naruto: Ultimate Ninja,PS2,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-09-17,2020-11-19 +/games/boxart/full_5765639AmericaFrontccc.png,Dragon Ball Z: Battle of Z,All,Fighting,Bandai,ArtDink,,,,,,,2014-01-28,2020-10-27 +/games/boxart/full_5333674PALFrontccc.jpg,Dragon Ball: Raging Blast 2,All,Fighting,Bandai,Spike,,,,,,,2010-11-02,2020-11-18 +/games/boxart/full_9574912AmericaFrontccc.jpg,JoJo's Bizarre Adventure: All Star Battle,PS3,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2014-04-29,2018-05-24 +/games/boxart/full_1885448AmericaFrontccc.jpg,Punch Club,PC,Fighting,Unknown,Lazy Bear Games,,,,,,,,2019-02-09 +/games/boxart/full_8923506AmericaFrontccc.jpg,Backyard Wrestling: Don't Try This at Home,All,Fighting,Eidos Interactive,Paradox Development,,,,,,,2003-10-07,2021-01-12 +/games/boxart/full_2274586AmericaFrontccc.png,My Hero One's Justice,All,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2018-10-26,2021-02-09 +/games/boxart/full_568171AmericaFrontccc.jpg,Persona Arena,Series,Fighting,Atlus,Arc System Works,,,,,,,2012-03-01,2021-02-18 +/games/boxart/full_4932130AmericaFrontccc.jpg,The Way of the Exploding Fist,PC,Fighting,Unknown,"Beam Software Pty., Ltd.",,,,,,,,2021-04-24 +/games/boxart/1739107ccc.jpg,Super Dragon Ball Z,PS2,Fighting,Atari,Crafts & Meister,,,,,,,2006-07-18, +/games/boxart/full_8101355AmericaFrontccc.png,BlazBlue: Cross Tag Battle,All,Fighting,Arc System Works,Arc System Works,,,,,,,2018-06-05,2021-02-19 +/games/boxart/full_200467JapanFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Gundam,PSP,Fighting,Namco Bandai,Banpresto,,,,,,,2008-11-20, +/games/boxart/full_3517742JapanFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Gundam NEXT PLUS,PSP,Fighting,Namco Bandai,Capcom,,,,,,,2009-12-03, +/games/boxart/1947782ccc.jpg,Dragon Ball Z: Shin Budokai,PSP,Fighting,Atari,Dimps Corporation,7.4,,,,,,2006-03-07, +/games/boxart/full_7215091AmericaFrontccc.jpg,Melty Blood: Type Lumina,All,Fighting,Delightworks,French-Bread,,,,,,,2021-09-30,2022-03-15 +/games/boxart/full_2074570AmericaFrontccc.jpg,Naruto: Ultimate Ninja Heroes,PSP,Fighting,Namco Bandai,CyberConnect2,7,,,,,,2007-08-28,2020-11-19 +/games/boxart/full_super-street-fighter-iv-arcade-edition_32AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,X360,Fighting,Capcom,Capcom / Dimps Corporation,8.6,,,,,,2011-06-28, +/games/boxart/full_5968605AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,PC,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2014-10-01,2018-08-01 +/games/boxart/full_8855582AmericaFrontccc.jpg,Dead or Alive 6,All,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-03-01,2020-10-17 +/games/boxart/full_one-piece-gigant-battle-2-shin-sekai_505JapanFront.jpg,One Piece: Gigant Battle 2 Shin Sekai,DS,Fighting,Namco Bandai,Ganbarion,,,,,,,2011-11-17, +/games/boxart/full_5089036AmericaFrontccc.png,Dead or Alive 5 Last Round,All,Fighting,Koei Tecmo,Team Ninja,,,,,,,2015-02-17,2021-02-05 +/games/boxart/full_dead-or-alive-dimensions_835AmericaFront.jpg,Dead or Alive: Dimensions,3DS,Fighting,Tecmo Koei,Team Ninja,7.8,,,,,,2011-05-24, +/games/boxart/full_5924982AmericaFrontccc.jpg,SNK Heroines: Tag Team Frenzy,All,Fighting,NIS America,SNK,,,,,,,2018-09-07,2021-02-12 +/games/boxart/full_4644019AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja 4,PS2,Fighting,Namco Bandai,CyberConnect2,,,,,,,2009-03-24, +/games/boxart/full_6797376AmericaFrontccc.jpg,Rivals of Aether,PC,Fighting,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_4116582AmericaFrontccc.png,Persona 4 Arena Ultimax,All,Fighting,Atlus,Arc System Works,,,,,,,2013-11-28,2021-02-18 +/games/boxart/full_9575065JapanFrontccc.jpg,Tales of VS.,PSP,Fighting,Namco Bandai,Matrix Software,,,,,,,2009-08-06, +/games/boxart/full_4753457JapanFrontccc.jpg,Gundam Battle Universe,PSP,Fighting,Namco Bandai,Bandai Namco Games,,,,,,,2008-07-17, +/games/boxart/full_3298228JapanFrontccc.jpg,Battle Stadium D.O.N,All,Fighting,Namco Bandai Games,Eighting,,,,,,,2006-07-20,2020-11-21 +/games/boxart/full_2290223AmericaFrontccc.png,Persona 4 Arena,All,Fighting,Atlus,Arc System Works,,,,,,,2012-03-01,2020-12-07 +/games/boxart/full_4588196AmericaFrontccc.jpg,ClayFighter,All,Fighting,Interplay Productions,Visual Concepts,,,,,,,1993-11-15,2021-03-29 +/games/boxart/full_5953418AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,,,,,,2016-03-02,2019-04-08 +/games/boxart/full_940191AmericaFrontccc.jpg,Granblue Fantasy Versus,PS4,Fighting,Xseed Games,Arc System Works,,,,,,,2020-02-18,2019-08-06 +/games/boxart/949413ccc.jpg,Iron & Blood,PS,Fighting,Acclaim Entertainment,Take-Two Interactive,,,,,,,1996-10-31, +/games/boxart/full_4303631AmericaFrontccc.jpg,Dead or Alive 5 Ultimate,All,Fighting,Tecmo Koei,Team Ninja,,,,,,,2013-09-03,2021-02-05 +/games/boxart/full_8132181AmericaFrontccc.jpg,Guilty Gear Xrd: Sign,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2015-12-09,2019-04-21 +/games/boxart/full_8751483PALFrontccc.jpg,One Piece: Burning Blood,PC,Fighting,Namco Bandai Games,Spike Chunsoft,,,,,,,2016-07-01,2018-05-23 +/games/boxart/full_8271212JapanFrontccc.jpg,Guilty Gear X Plus,PS2,Fighting,Sammy Corporation,Arc System Works,,,,,,,2001-11-29, +/games/boxart/full_4338844AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,PC,Fighting,Capcom,Capcom,,,,,,,2017-03-07,2019-04-21 +/games/boxart/full_7319398AmericaFrontccc.jpg,Guilty Gear Xrd -Revelator-,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2016-12-14,2019-04-21 +/games/boxart/full_3014682AmericaFrontccc.jpg,Injustice 2,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2017-12-01,2019-04-17 +/games/boxart/full_4006000AmericaFrontccc.jpg,Senran Kagura Shinovi Versus,PC,Fighting,Xseed Games,Tamsoft,,,,,,,2016-07-01,2019-04-17 +/games/boxart/full_4781586AmericaFrontccc.jpg,Office Battle,PC,Fighting,Black Lime Studio,Black Lime Studio,,,,,,,2015-12-02,2019-04-16 +/games/boxart/full_8821983AmericaFrontccc.jpg,BlazBlue: Continuum Shift EXTEND,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,,,,,,2014-12-11,2019-04-08 +/games/boxart/full_663902AmericaFrontccc.jpg,The King of Fighters 2002: Unlimited Match,PC,Fighting,SNK,SNK Corporation,,,,,,,2015-02-27,2019-04-05 +/games/boxart/full_3993795AmericaFrontccc.jpg,Dragon Ball Z: Shin Budokai - Another Road,PSP,Fighting,Atari,Dimps Corporation,7.2,,,,,,2007-03-20, +/games/boxart/full_7765105AmericaFrontccc.jpg,Arcana Heart 3,All,Fighting,Aksys Games,Team Arcana,,,,,,,2011-04-19,2021-07-17 +/games/boxart/full_7075090AmericaFrontccc.jpg,Brawlout,NS,Fighting,Merge Games,Angry Mob Games,6.2,,,,,,2018-06-26,2018-02-22 +/games/boxart/full_katekyoo-hitman-reborn-battle-arena-2-spirits-burst_2JapanFront.jpg,Katekyoo Hitman Reborn! Battle Arena 2 - Spirits Burst,PSP,Fighting,Marvelous Interactive,Ancient,,,,,,,2009-09-17, +/games/boxart/9122396ccc.jpg,3 Count Bout,NG,Fighting,SNK,SNK Corporation,,,,,,,1993-04-23, +/games/boxart/full_3-count-bout_25AmericaFront.jpg,3 Count Bout,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-05-17, +/games/boxart/full_3-count-bout-cd_556AmericaFront.jpg,3 Count Bout (CD),NG,Fighting,SNK,UPL,,,,,,,1995-04-23, +/games/boxart/full_3d-classics-urban-champion_28JapanFront.jpg,3D Classics: Urban Champion,3DS,Fighting,Nintendo,Nintendo,2.5,,,,,,2011-08-18, +/games/boxart/full_2665855JapanFrontccc.jpg,64 Oozumou,N64,Fighting,Bottom Up,Bottom Up,,,,,,,1997-11-28, +/games/boxart/full_2369830JapanFrontccc.jpg,64 Oozumou 2,N64,Fighting,Bottom Up,Bottom Up,,,,,,,1999-03-19, +/games/boxart/full_5978730JapanFrontccc.jpg,Aa Harimanada,GG,Fighting,Sega,Sega,,,,,,,1993-07-02, +/games/boxart/full_aa-harimanada_1JapanFront.jpg,Aa Harimanada,GEN,Fighting,Sega,Sega,,,,,,,1993-09-03, +/games/boxart/full_3190420JapanFrontccc.jpg,Aa Harimanada,GB,Fighting,ASK,ASK,,,,,,,1993-07-23, +/games/boxart/default.jpg,AAA: El Videojuego,Wii,Fighting,Unknown,Sabarasa Studios,,,,,,,, +/games/boxart/default.jpg,AAA: El Videojuego,PS3,Fighting,Unknown,Immersion Software & Graphics,,,,,,,, +/games/boxart/default.jpg,AAA: El Videojuego,X360,Fighting,Unknown,Immersion Software & Graphics,,,,,,,, +/games/boxart/default.jpg,AAA: El Videojuego,PSP,Fighting,Unknown,Sabarasa Studios,,,,,,,, +/games/boxart/default.jpg,AAA: El Videojuego,DS,Fighting,Unknown,Sabarasa Studios,,,,,,,, +/games/boxart/full_acceleration-of-suguri-x-edition_908AmericaFront.jpg,Acceleration of Suguri X Edition,PSN,Fighting,Sony Online Entertainment,Orange_Juice,,,,,,,2011-02-15, +/games/boxart/full_933780JapanFrontccc.jpg,Advanced V.G.,SAT,Fighting,TGL,TGL,,,,,,,1997-03-14, +/games/boxart/full_1660600JapanFrontccc.jpg,Advanced V.G.,PCE,Fighting,TGL,TGL,,,,,,,1994-07-22, +/games/boxart/full_3223207JapanFrontccc.jpg,Advanced V.G.,PS,Fighting,TGL,TGL,,,,,,,1996-04-19, +/games/boxart/full_1349561JapanFrontccc.jpg,Advanced V.G. 2,PS,Fighting,TGL,TGL,,,,,,,1998-09-23, +/games/boxart/full_aggressors-of-dark-kombat_959AmericaFront.jpg,Aggressors of Dark Kombat,VC,Fighting,ADK,ADK Corporation,,,,,,,2011-05-10, +/games/boxart/72215ccc.jpg,Aggressors of Dark Kombat,NG,Fighting,ADK,ADK Corporation,,,,,,,1996-08-24, +/games/boxart/full_aggressors-of-dark-kombat-cd_924AmericaFront.jpg,Aggressors of Dark Kombat (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1995-01-01, +/games/boxart/full_5488550PALFrontccc.jpg,All Star Fighters,PS2,Fighting,Essential Games,D3 Publisher,,,,,,,2007-03-23, +/games/boxart/full_andre-panza-kick-boxing_1AmericaFront.jpg,Andre Panza Kick Boxing,PCE,Fighting,Turbo Technologies,Loriciel,,,,,,,1991-01-01, +/games/boxart/full_5343894JapanFrontccc.jpg,Angel Eyes,PS,Fighting,Tecmo,Tecmo,,,,,,,1997-12-11, +/games/boxart/default.jpg,Animal Boxing,DSi,Fighting,Destineer,Akaoni Studio,,,,,,,2011-01-17, +/games/boxart/full_animal-boxing_190AmericaFront.jpg,Animal Boxing,DSiW,Fighting,Destineer,Akaoni Studio,,,,,,,2008-12-02, +/games/boxart/full_8398602JapanFrontccc.jpg,Appleseed EX,PS2,Fighting,Sega,DreamFactory,,,,,,,2007-02-15, +/games/boxart/full_outlaws-of-the-lost-dynasty_7AmericaFront.jpg,Arcade Hits: Outlaws of the Lost Dynasty,PSN,Fighting,Sony Computer Entertainment,Data East,,,,,,,2010-10-05, +/games/boxart/full_arcana-heart-3_602AmericaFront.jpg,Arcana Heart 3,PSN,Fighting,Aksys Games,Examu Inc.,,,,,,,2011-04-19, +/games/boxart/full_996305JapanFrontccc.jpg,Armed Fighter,PS,Fighting,Banpresto,Banpresto,,,,,,,1999-03-04, +/games/boxart/full_art-of-fighting_188AmericaFront.jpg,Art of Fighting,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_3067420AmericaFrontccc.jpg,Art of Fighting,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-10-08, +/games/boxart/1028046ccc.jpg,Art of Fighting,SNES,Fighting,Takara,SNK Corporation,,,,,,,1993-12-01, +/games/boxart/6863026ccc.jpg,Art of Fighting,GEN,Fighting,Sega,SNK Corporation,,,,,,,1994-01-13, +/games/boxart/full_6349102AmericaFrontccc.jpg,Art of Fighting,NG,Fighting,SNK,SNK Corporation,,,,,,,1992-12-11, +/games/boxart/full_art-of-fighting-cd_605AmericaFront.jpg,Art of Fighting (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-01-01, +/games/boxart/full_art-of-fighting-psp_531AmericaFront.jpg,Art of Fighting (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, +/games/boxart/full_5934895AmericaFrontccc.jpg,Art of Fighting 2,NG,Fighting,SNK,SNK Corporation,,,,,,,1994-03-11, +/games/boxart/1927046ccc.jpg,Art of Fighting 2,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-07-28, +/games/boxart/full_art-of-fighting-2-cd_853AmericaFront.jpg,Art of Fighting 2 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-01-01, +/games/boxart/full_art-of-fighting-ryuuko-no-ken-gaiden_676JapanFront.jpg,Art of Fighting: Ryuuko no Ken Gaiden,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-08-23,2018-03-28 +/games/boxart/full_art-of-fighting-ryuuko-no-ken-gaiden-cd_806JapanFront.jpg,Art of Fighting: Ryuuko no Ken Gaiden (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-09-14, +/games/boxart/full_4615132JapanFrontccc.jpg,Ashita no Joe,SNES,Fighting,Konami,K Amusement Leasing,,,,,,,1992-11-27, +/games/boxart/full_50529JapanFrontccc.jpg,Ashita no Joe Touchi: Typing Namida Hashi,PS2,Fighting,Sunsoft,SunSoft,,,,,,,2001-03-29, +/games/boxart/full_2383846JapanFrontccc.jpg,Ashita no Joe: Masseki ni Moe Agare!,GBA,Fighting,Konami,Konami,,,,,,,2003-12-04, +/games/boxart/full_8758567JapanFrontccc.jpg,Ashita no Joe: Masshiro ni Moe Tsukiro!,PS2,Fighting,Konami,Konami,,,,,,,2003-12-04, +/games/boxart/full_7178025JapanFrontccc.jpg,Astra Superstars,SAT,Fighting,Sunsoft,SunSoft,,,,,,,1998-08-06, +/games/boxart/full_8260042JapanFrontccc.jpg,Asuka 120% Excellent: Burning Fest. Excellent,PS,Fighting,Sony Computer Entertainment,Family Soft,,,,,,,1997-05-09, +/games/boxart/full_asuka-120-excellent-burning-fest-excellent_735JapanFront.jpg,Asuka 120% Excellent: Burning Fest. Excellent,PSN,Fighting,Sony Computer Entertainment,Family Soft,,,,,,,2011-02-09, +/games/boxart/full_asuka-120-final-burning-fest-final_268JapanFront.jpg,Asuka 120% Final: Burning Fest. Final,PSN,Fighting,Family Soft,Family Soft,,,,,,,2011-04-13, +/games/boxart/full_41504JapanFrontccc.jpg,Asuka 120% Final: Burning Fest. Final,PS,Fighting,Family Soft,Family Soft,,,,,,,1999-05-27, +/games/boxart/full_asuka-120-limited-burning-fest-limited_149JapanFront.jpg,Asuka 120% Limited: Burning Fest. Limited,PS,Fighting,ASK,Fill-In Cafe,,,,,,,1997-10-09, +/games/boxart/full_asuka-120-maxima-burning-fest-maxima_412JapanFront.jpg,Asuka 120% Maxima: Burning Fest. Maxima,PCE,Fighting,NEC Interchannel,Fill-In Cafe,,,,,,,1995-07-28, +/games/boxart/full_asuka-120-return-burning-fest-return_504JapanFront.jpg,Asuka 120% Return: Burning Fest. Return,PC,Fighting,Family Soft,Family Soft,,,,,,,1999-09-24, +/games/boxart/full_asuka-120-special-burning-fest-special_540JapanFront.jpg,Asuka 120% Special: Burning Fest. Special,PSN,Fighting,Family Soft,Family Soft,,,,,,,2010-12-08, +/games/boxart/full_2809318JapanFrontccc.jpg,Asuka 120% Special: Burning Fest. Special,PS,Fighting,Family Soft,Family Soft,,,,,,,1996-03-29, +/games/boxart/full_avatar-bowman-2_2AmericaFront.jpg,Avatar Bowman 2,XBL,Fighting,Microsoft,Super Boise 2,,,,,,,2010-09-06, +/games/boxart/full_avatar-fighter_271AmericaFront.jpg,Avatar Fighter,XBL,Fighting,Microsoft,Mr Brian,,,,,,,2011-03-20, +/games/boxart/full_avatar-fighter-online_818AmericaFront.jpg,Avatar Fighter Online,XBL,Fighting,Microsoft,Bwoot Games,,,,,,,2011-09-21, +/games/boxart/full_avatar-showdown_939AmericaFront.jpg,Avatar Showdown,XBL,Fighting,Unknown,JForce Games,,,,,,,, +/games/boxart/full_1255910JapanFrontccc.jpg,Bakegyamon: Ayakashi Fighting,DS,Fighting,Takara Tomy,Takara Tomy,,,,,,,2007-03-01, +/games/boxart/full_bakumatsu-rouman-dai-ni-maku-gekka-no-kenshi-cd_714JapanFront.jpg,Bakumatsu Rouman Dai Ni Maku: Gekka no Kenshi (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1999-02-27, +/games/boxart/full_9091837JapanFrontccc.jpg,Bakumatsu Rouman: Gekka no Kenshi,PS,Fighting,SNK,SNK Corporation,,,,,,,1999-02-25, +/games/boxart/full_bakumatsu-rouman-gekka-no-kenshi-1-2_476JapanFront.jpg,Bakumatsu Rouman: Gekka no Kenshi 1-2,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2006-01-12, +/games/boxart/3299007ccc.jpg,Ballz 3D,SNES,Fighting,Accolade,PF.Magic,,,,,,,1994-11-01, +/games/boxart/6661020ccc.jpg,Ballz 3D,GEN,Fighting,Accolade,PF.Magic,,,,,,,1994-01-01, +/games/boxart/8842054ccc.jpg,Ballz: The Director's Cut,3DO,Fighting,PF.Magic,PF.Magic,,,,,,,1995-01-01, +/games/boxart/full_9186091AmericaFrontccc.jpg,Barbarian,GBA,Fighting,Unknown,Titus Software,,,,,,,, +/games/boxart/9549433ccc.jpg,Barbarian,GC,Fighting,Titus,Saffire Corporation,,,,,,,2004-01-01, +/games/boxart/full_barbarian_895AmericaFront.jpg,Barbarian,XB,Fighting,Unknown,Avalon Interactive,,,,,,,, +/games/boxart/5344928ccc.jpg,Batman Forever,SNES,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-10-26, +/games/boxart/full_8549582JapanFrontccc.jpg,Battle Arena Nitoshinden,PS,Fighting,Takara,Tamsoft,,,,,,,1996-09-20, +/games/boxart/full_9304678AmericaFrontccc.jpg,Battle Arena Toshinden,PC,Fighting,Playmates,Digital Dialect,,,,,,,1996-04-30, +/games/boxart/full_battle-arena-toshinden_150AmericaFront.jpg,Battle Arena Toshinden,GB,Fighting,Takara,Takara,,,,,,,1996-11-01, +/games/boxart/full_battle-arena-toshinden-2_633AmericaFront.jpg,Battle Arena Toshinden 2,PC,Fighting,Microsoft,Tamsoft,,,,,,,1997-01-01, +/games/boxart/default.jpg,Battle Arena Toshinden 2 Plus,PS,Fighting,Takara,Tamsoft,,,,,,,1996-08-09, +/games/boxart/full_1231451AmericaFrontccc.jpg,Battle Beast,PC,Fighting,7th Level,7th Level,,,,,,,1995-01-01, +/games/boxart/9988500ccc.jpg,Battle Blaze,SNES,Fighting,Sammy Corporation,Sammy Studios,,,,,,,1993-12-01, +/games/boxart/full_battle-crusher_265JapanFront.jpg,Battle Crusher,GB,Fighting,Banpresto,Banpresto,,,,,,,1995-01-27, +/games/boxart/full_7848729AmericaFrontccc.png,Battle Fantasia,PSN,Fighting,Aksys Games,Arc System Works,,,,,,,2009-12-22, +/games/boxart/full_7924480JapanFrontccc.jpg,Battle Heat,PCFX,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-12-23, +/games/boxart/full_2226509JapanFrontccc.jpg,Battle Master: Kyuukyoku no Senshitachi,SNES,Fighting,Toshiba EMI,System Vision,,,,,,,1993-11-19, +/games/boxart/2407464ccc.jpg,Battle Monsters,SAT,Fighting,Acclaim Entertainment,Naxat Soft,,,,,,,1996-09-30, +/games/boxart/full_battle-raper_347JapanFront.jpg,Battle Raper,PC,Fighting,Illusion Soft,Illusion Soft,,,,,,,2002-04-19, +/games/boxart/full_2411662JapanFrontccc.jpg,Battle Raper II: The Game,PC,Fighting,Illusion Soft,Illusion Soft,,,,,,,2005-04-22, +/games/boxart/full_battle-royale_8AmericaFront.jpg,Battle Royale,PCE,Fighting,Turbo Technologies,Incredible Technologies,,,,,,,1990-01-01, +/games/boxart/full_3200170JapanFrontccc.jpg,Battle Spirits: Digimon Frontier,WS,Fighting,Bandai,Bandai,,,,,,,2002-12-07, +/games/boxart/full_4489101JapanFrontccc.jpg,Battle Tycoon: Flash Hiders SFX,SNES,Fighting,Right Stuff,Right Stuff,,,,,,,1995-05-19, +/games/boxart/full_9578064AmericaFrontccc.jpg,Battle-X,XBL,Fighting,Microsoft,JAD Entertainment LLC,,,,,,,2009-02-25, +/games/boxart/5337405ccc.jpg,Bebe's Kids,SNES,Fighting,Mandigo,Radical Entertainment,,,,,,,1986-01-01, +/games/boxart/1981930ccc.jpg,Best of the Best: Championship Karate,GEN,Fighting,Electro Brain,Electro Brain,,,,,,,1993-01-01, +/games/boxart/full_4242671AmericaFrontccc.jpg,Best of the Best: Championship Karate,GB,Fighting,Electro Brain,Electro Brain,,,,,,,1992-12-01, +/games/boxart/full_4209421AmericaFrontccc.jpg,Best of the Best: Championship Karate,SNES,Fighting,Electro Brain,Electro Brain,,,,,,,1992-11-01, +/games/boxart/full_708431AmericaFrontccc.jpg,Best of the Best: Championship Karate,NES,Fighting,Electro Brain,Electro Brain,,,,,,,1992-12-01, +/games/boxart/full_bishoujo-senshi-sailor-moon-s_0JapanFront.jpg,Bishoujo Senshi Sailor Moon S,3DO,Fighting,Bandai,Bandai,,,,,,,1995-03-17, +/games/boxart/full_9234790JapanFrontccc.jpg,Bishoujo Senshi Sailor Moon Super S: Shin Shuyaku Soudatsusen,PS,Fighting,Angel Studios,Angel Studios,,,,,,,1996-03-08, +/games/boxart/full_bishoujo-senshi-sailor-moon-super-s-shuyaku-soudatsusen_9JapanFront.jpg,Bishoujo Senshi Sailor Moon Super S: Shuyaku!! Soudatsusen,SNES,Fighting,Bandai,Angel Studios,,,,,,,1996-03-29, +/games/boxart/full_8564774JapanFrontccc.jpg,Bishoujo Senshi Sailor Moon Super S: Various Emotion,SAT,Fighting,Angel Studios,Angel Studios,,,,,,,1996-11-29, +/games/boxart/full_9788518AmericaFrontccc.jpg,Black Belt Challenge,GBA,Fighting,THQ,Lost Boys,,,,,,,2002-09-23, +/games/boxart/full_blayzbloo-super-melee-brawlers-battle-royale_4AmericaFront.jpg,BlayzBloo: Super Melee Brawlers Battle Royale,DSiW,Fighting,Aksys Games,Arc System Works,,,,,,,2010-08-02, +/games/boxart/full_blazblue-calamity-trigger-portable_0AmericaFront.jpg,BlazBlue: Calamity Trigger Portable,PSN,Fighting,Aksys Games,Arc System Works,7.9,,,,,,2010-04-01, +/games/boxart/full_1234869JapanFrontccc.jpg,BlazBlue: Central Fiction,Arc,Fighting,Arc System Works,Arc System Works,,,,,,,2015-11-19,2019-01-25 +/games/boxart/full_7426597JapanFrontccc.jpg,BlazBlue: Chrono Phantasma,Arc,Fighting,Arc System Works,Arc System Works,,,,,,,2012-11-21,2018-10-18 +/games/boxart/default.jpg,BlazBlue: Continuum Shift - Makoto Nanaya,PSN,Fighting,Unknown,Arc System Works,,,,,,,, +/games/boxart/full_blazblue-continuum-shift-makoto-nanaya_594AmericaFront.jpg,BlazBlue: Continuum Shift - Makoto Nanaya,XBL,Fighting,Aksys Games,Arc System Works,,,,,,,2010-08-03, +/games/boxart/full_blazblue-continuum-shift-platinum-the-trinity_260AmericaFront.jpg,BlazBlue: Continuum Shift - Platinum the Trinity,XBL,Fighting,Aksys Games,Arc System Works,,,,,,,2011-05-10, +/games/boxart/default.jpg,BlazBlue: Continuum Shift - Platinum the Trinity,PSN,Fighting,Unknown,Arc System Works,,,,,,,, +/games/boxart/default.jpg,BlazBlue: Continuum Shift - Valkenhayn R. Hellsing,PSN,Fighting,Unknown,Arc System Works,,,,,,,, +/games/boxart/full_blazblue-continuum-shift-valkenhayn-r-hellsing_500AmericaFront.jpg,BlazBlue: Continuum Shift - Valkenhayn R. Hellsing,XBL,Fighting,Aksys Games,Arc System Works,,,,,,,2010-01-10, +/games/boxart/full_9824725AmericaFrontccc.png,BlazBlue: Continuum Shift EXTEND,X360,Fighting,Aksys Games,Arc System Works,,,,,,,2012-02-14,2019-04-08 +/games/boxart/full_blazblue-continuum-shift-ii_545JapanFront.jpg,BlazBlue: Continuum Shift II,PSN,Fighting,Aksys Games,Arc System Works,,,,,,,2011-06-07, +/games/boxart/full_9647348JapanFrontccc.jpg,Bleach Advance: Kurenai ni Somaru Soul Society,GBA,Fighting,Sega,Alpha Unit,,,,,,,2005-07-21, +/games/boxart/full_5839884JapanFrontccc.jpg,Bleach: Heat the Soul 2,PSP,Fighting,Sony Computer Entertainment,Eighting,,,,,,,2005-09-01, +/games/boxart/full_bleach-heat-the-soul-7_4JapanFront.jpg,Bleach: Heat the Soul 7,PSN,Fighting,Sony Computer Entertainment,Eighting,,,,,,,2010-09-02, +/games/boxart/full_1196081AmericaFrontccc.jpg,bleemcast! Tekken 3,DC,Fighting,bleem!,bleem!,,,,,,,2001-10-31, +/games/boxart/full_9772624AmericaFrontccc.png,Bloody Roar,PSN,Fighting,Sony Computer Entertainment,Eighting / Raizing,,,,,,,2009-08-20, +/games/boxart/full_bloody-roar-ii_2AmericaFront.jpg,Bloody Roar II,PSN,Fighting,Sony Computer Entertainment,Eighting / Raizing,,,,,,,2010-06-08, +/games/boxart/full_537539AmericaFrontccc.jpg,Bomber Boing,XBL,Fighting,Microsoft,Dark Schneider,,,,,,,2008-12-09, +/games/boxart/full_boxers-road_279JapanFront.jpg,Boxer's Road,PSN,Fighting,Sony Computer Entertainment,New Corporation,,,,,,,2007-07-26, +/games/boxart/full_6119071JapanFrontccc.jpg,Boxer's Road 2: The Real,PSP,Fighting,Ertain,Ertain,,,,,,,2006-09-28, +/games/boxart/full_boxing_57AmericaFront.jpg,Boxing,PS,Fighting,A1 Games,Nekogumi,,,,,,,2001-05-14, +/games/boxart/full_boxing_902PALFront.png,Boxing,PSN,Fighting,Midas Interactive Entertainment,Nekogumi,,,,,,,2010-11-24, +/games/boxart/full_3074467PALFrontccc.jpg,Boxing Champions,PS2,Fighting,Midas Interactive Entertainment,Tamsoft,,,,,,,2003-11-07, +/games/boxart/full_bruce-lee_305AmericaFront.jpg,Bruce Lee,PC,Fighting,Unknown,"Datasoft, inc",,,,,,,1984-01-01, +/games/boxart/full_2616827AmericaFrontccc.jpg,Brutal: Paws of Fury,SNES,Fighting,CyberSoft,Eurocom Entertainment Software,,,,,,,1994-12-01, +/games/boxart/full_8660550AmericaFrontccc.jpg,Brutal: Paws of Fury,SCD,Fighting,GameTek,"Imagitec Design, Inc.",,,,,,,1993-01-01, +/games/boxart/full_3113117AmericaFrontccc.jpg,Brutal: Paws of Fury,GEN,Fighting,GameTek,"Imagitec Design, Inc.",,,,,,,1994-01-01, +/games/boxart/full_bullfight-ring-no-hasha_5JapanFront.jpg,Bullfight Ring no Hasha,PCE,Fighting,Unknown,Cream,,,,,,,1989-12-08, +/games/boxart/496353ccc.jpg,Burning Fight,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-04-14, +/games/boxart/2464647ccc.jpg,Burning Fight,NG,Fighting,SNK,SNK Corporation,,,,,,,1991-08-09, +/games/boxart/full_burning-fight-cd_231AmericaFront.jpg,Burning Fight (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-09-09, +/games/boxart/full_3805790AmericaFrontccc.jpg,Burning Fists: Force Striker,SCD,Fighting,Good Night Brave Warrior,Good Deal Games,,,,,,,2006-01-01, +/games/boxart/full_2616175JapanFrontccc.jpg,Buster Fight,GG,Fighting,Sega,SIMS,,,,,,,1994-02-11, +/games/boxart/5279774ccc.jpg,C2: ClayFighter 2: Judgement Clay,SNES,Fighting,Interplay,Interplay,,,,,,,1994-01-01, +/games/boxart/full_1277563JapanFrontccc.jpg,Capcom Generation 5: Dai 5 Shuu Kakutouka-tachi,SAT,Fighting,Capcom,Capcom,,,,,,,1998-12-03, +/games/boxart/9208486ccc.gif,Capcom vs. SNK Pro,PS,Fighting,Capcom,Capcom,7.7,,,,,,2002-08-14, +/games/boxart/full_5700491JapanFrontccc.jpg,Champion Wrestler,VC,Fighting,Taito,Taito Corporation,,,,,,,2009-01-20, +/games/boxart/full_5237094JapanFrontccc.jpg,Champion Wrestler,PCE,Fighting,Taito,Taito Corporation,,,,,,,1990-12-14, +/games/boxart/full_8639010JapanFrontccc.jpg,Champion Wrestler: Jikkyou Raibu,PS,Fighting,Taito,Taito Corporation,,,,,,,1996-02-16, +/games/boxart/full_china-warrior-aka-the-kung-fu_5AmericaFront.png,China Warrior,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1989-01-01, +/games/boxart/full_china-warrior_9AmericaFront.png,China Warrior,VC,Fighting,Hudson Soft,Hudson Soft,,,,,,,2007-06-25, +/games/boxart/full_4138741JapanFrontccc.jpg,Cho Aniki: Bakuretsu Ranto Hen,SNES,Fighting,NCS,NCS,,,,,,,1995-09-22, +/games/boxart/full_chus-dynasty_286AmericaFront.jpg,Chus Dynasty,XBL,Fighting,Microsoft,mHoesterey,,,,,,,2010-12-10, +/games/boxart/6389732ccc.jpg,ClayFighter,GEN,Fighting,Interplay,Visual Concepts,,,,,,,1994-01-01, +/games/boxart/default.jpg,ClayFighter,DSiW,Fighting,Unknown,StudioBlack Games,,,,,,,, +/games/boxart/default.jpg,ClayFighter,WW,Fighting,Unknown,StudioBlack Games,,,,,,,, +/games/boxart/full_9826540AmericaFrontccc.jpg,ClayFighter,SNES,Fighting,Interplay,Visual Concepts,,,,,,,1993-01-01, +/games/boxart/full_6920866AmericaFrontccc.jpg,ClayFighter,VC,Fighting,Interplay,Visual Concepts,,,,,,,2009-05-25, +/games/boxart/full_1262574AmericaFrontccc.jpg,ClayFighter 63 1/3,VC,Fighting,Unknown,Danger Productions,,,,,,,, +/games/boxart/full_6633824AmericaFrontccc.jpg,ClayFighter: Sculptor's Cut,N64,Fighting,Interplay,Danger Productions,,,,,,,1998-05-01, +/games/boxart/full_5179575AmericaFrontccc.jpg,ClayFighter: Tournament Edition,SNES,Fighting,Interplay,Visual Concepts,,,,,,,1994-05-01, +/games/boxart/default.jpg,Cletus Clay,XBL,Fighting,Unknown,Tuna Technologies,,,,,,,, +/games/boxart/full_3411583AmericaFrontccc.jpg,Colosseum,XBL,Fighting,Microsoft,Shortfuse Games,,,,,,,2008-11-17, +/games/boxart/full_9600051AmericaFrontccc.jpg,Contender,PS,Fighting,Sony Computer Entertainment,Victor Interactive Software,,,,,,,1998-12-31, +/games/boxart/full_cosmo-fighters_410AmericaFront.jpg,Cosmo Fighters,DSiW,Fighting,Abylight,Abylight,,,,,,,2010-12-20, +/games/boxart/full_6483731AmericaFrontccc.jpg,Criminals Under Arrest,XBL,Fighting,Microsoft,interfaceKO,,,,,,,2009-09-27, +/games/boxart/1815006ccc.jpg,Criticom,SAT,Fighting,Victory Lap Games,Kronos Digital Entertainment,,,,,,,1997-01-01, +/games/boxart/full_1246060JapanFrontccc.jpg,Custom Robo GX,GBA,Fighting,Nintendo,Noise Inc.,,,,,,,2002-07-26, +/games/boxart/full_7975357JapanFrontccc.jpg,Custom Robo V2,VC,Fighting,Nintendo,Noise Inc.,,,,,,,2008-02-19, +/games/boxart/full_cutie-suzuki-no-ringside-angel_13JapanFront.jpg,Cutie Suzuki no Ringside Angel,GEN,Fighting,Asmik Ace Entertainment,Copya System Ltd.,,,,,,,1990-12-12, +/games/boxart/full_1137398AmericaFrontccc.jpg,Cyber Troopers Virtual-On,PC,Fighting,Sega,Sega,,,,,,,1997-09-30, +/games/boxart/full_8544979AmericaFrontccc.jpg,Cyber Troopers Virtual-On: Oratorio Tangram,DC,Fighting,Activision,Sega-AM3,8.2,,,,,,2000-06-01, +/games/boxart/full_6683384AmericaFrontccc.jpg,Cyber Troopers Virtual-On: Oratorio Tangram Ver. 5.66,XBL,Fighting,Sega,Sega-AM2,7,,,,,,2009-04-29, +/games/boxart/full_2507760JapanFrontccc.jpg,Cyberbots: Fullmetal Madness,SAT,Fighting,Capcom,Capcom,5.9,,,,,,1997-03-28, +/games/boxart/full_cyberbots-fullmetal-madness_909JapanFront.jpg,Cyberbots: Fullmetal Madness,PSN,Fighting,Capcom,Capcom,,,,,,,2011-09-13, +/games/boxart/full_cyberbots-full-metal-madness_573JapanFront.jpg,Cyberbots: Fullmetal Madness,PS,Fighting,Capcom,Capcom,,,,,,,1997-12-25, +/games/boxart/full_2840847JapanFrontccc.jpg,D-Xhird,SAT,Fighting,Takara,Takara,,,,,,,1997-05-30, +/games/boxart/full_dark-awake-the-king-has-no-name_7JapanFront.jpg,Dark Awake: The King has no Name,PSN,Fighting,Recom,Recom,,,,,,,2010-08-05, +/games/boxart/3168568ccc.jpg,Dark Legend,SAT,Fighting,Data East,Data East,,,,,,,1995-10-01, +/games/boxart/full_4644984AmericaFrontccc.jpg,Dark Rift,PC,Fighting,Victory Lap Games,Kronos Digital Entertainment,,,,,,,1997-10-22, +/games/boxart/full_darkstalkers-3_891JapanFront.jpg,Darkstalkers 3,PSN,Fighting,Capcom,Capcom,,,,,,,2011-02-09, +/games/boxart/full_1932606AmericaFrontccc.png,Darkstalkers Chronicle: The Chaos Tower,PSN,Fighting,Capcom,Capcom,7.5,,,,,,2009-10-28, +/games/boxart/full_1671975AmericaFrontccc.jpg,Darkstalkers: The Night Warriors,PS,Fighting,Capcom,Capcom,,,,,,,1996-03-28, +/games/boxart/full_3129375PALFrontccc.jpg,David Douillet Judo,GC,Fighting,Big Ben Interactive,10Tacle Studios Belgium,,,,,,,2006-09-27, +/games/boxart/full_5809920PALFrontccc.jpg,David Douillet Judo,PS2,Fighting,Big Ben Interactive,10Tacle Studios Belgium,,,,,,,2007-04-02, +/games/boxart/full_4760519PALFrontccc.jpg,David Douillet Judo,PC,Fighting,Big Ben Interactive,10Tacle Studios Belgium,,,,,,,2007-04-02, +/games/boxart/full_2925773AmericaFrontccc.jpg,Dead or Alive 5 Last Round,X360,Fighting,Tecmo Koei,Team Ninja,,,,,,,2015-02-17, +/games/boxart/full_611399AmericaFrontccc.jpg,Dead or Alive 5 Last Round,PC,Fighting,Tecmo Koei,Team Ninja,,,,,,,2015-03-30, +/games/boxart/full_3445152JapanFrontccc.jpg,Dead or Alive 5 Last Round,PS3,Fighting,Tecmo Koei,Team Ninja,,,,,,,2015-03-17,2018-11-20 +/games/boxart/full_deadliest-warrior-legends_365AmericaFront.jpg,Deadliest Warrior: Legends,PSN,Fighting,Unknown,"Pipeworks Software, Inc.",5.5,,,,,,2011-07-26, +/games/boxart/full_deadliest-warrior-legends_345AmericaFront.jpg,Deadliest Warrior: Legends,XBL,Fighting,Unknown,"Pipeworks Software, Inc.",6.5,,,,,,2011-07-06, +/games/boxart/full_deadliest-warrior-the-game_5AmericaFront.jpg,Deadliest Warrior: The Game,XBL,Fighting,Spike,Pipeworks Software,,,,,,,2010-07-27, +/games/boxart/full_deadliest-warrior-the-game_1AmericaFront.jpg,Deadliest Warrior: The Game,PSN,Fighting,Unknown,Pipeworks Software,,,,,,,2010-10-05, +/games/boxart/8927334ccc.jpg,Deadly Arts,N64,Fighting,Konami,Konami Computer Entertainment Osaka,,,,,,,1998-10-07, +/games/boxart/4633374ccc.jpg,Deadly Moves,GEN,Fighting,Kaneko Co. Ltd,Kaneko,,,,,,,1992-08-14, +/games/boxart/full_1093918AmericaFrontccc.png,Def Jam Fight for NY: The Takeover,PSN,Fighting,Electronic Arts,Aki Corp.,8,,,,,,2009-09-30, +/games/boxart/full_destrega_591AmericaFront.jpg,Destrega,PSN,Fighting,Sony Computer Entertainment,Omega Force,,,,,,,2011-02-15, +/games/boxart/full_8274944AmericaFrontccc.jpg,Digimon Battle Spirit,GBA,Fighting,Bandai,Bandai,6.3,,,,,,2003-01-13, +/games/boxart/full_8468607JapanFrontccc.jpg,Digimon Battle Spirit Ver.1.5,WS,Fighting,Bandai,Bandai,,,,,,,2002-04-27, +/games/boxart/full_9398108JapanFrontccc.jpg,Digimon Tamers: Battle Spirit,WS,Fighting,Bandai,Bandai,,,,,,,2001-10-06, +/games/boxart/full_digital-champ-battle-boxing_3JapanFront.jpg,Digital Champ: Battle Boxing,PCE,Fighting,Naxat Soft,Naxat Soft,,,,,,,1989-10-13, +/games/boxart/full_digital-champ-battle-boxing_7JapanFront.jpg,Digital Champ: Battle Boxing,VC,Fighting,Naxat Soft,Naxat Soft,,,,,,,2008-10-20, +/games/boxart/full_dissidia-012-duodecim-final-fantasy_308AmericaFront.jpg,Dissidia 012: Duodecim Final Fantasy,PSN,Fighting,Square Enix,Square Enix,8.3,,,,,,2011-03-22, +/games/boxart/full_dissidia-duodecim-prologus-final-fantasy_346AmericaFront.png,Dissidia Duodecim Prologus Final Fantasy,PSN,Fighting,Square Enix,Square Enix,,,,,,,2011-03-15, +/games/boxart/full_7137891AmericaFrontccc.png,Dissidia: Final Fantasy,PSN,Fighting,Square Enix,Square Enix,8.1,,,,,,2009-11-04, +/games/boxart/full_3665857AmericaFrontccc.jpg,Dissidia: Final Fantasy (Arcade),Arc,Fighting,Square Enix,Square Enix,,,,,,,2016-01-01, +/games/boxart/default.jpg,Divekick,XOne,Fighting,Namco Networks America Inc.,Namco Networks America Inc.,,,,,,,2020-12-31, +/games/boxart/full_8451008AmericaFrontccc.png,Doc Louis's Punch-Out!!,WW,Fighting,Nintendo,Next Level Games,,,,,,,2009-10-27, +/games/boxart/full_8890448AmericaFrontccc.jpg,Doodleman,XBL,Fighting,Microsoft,Pigyman,,,,,,,2009-02-20, +/games/boxart/3301717ccc.jpg,Doomsday Warrior,SNES,Fighting,Renovation,Laser Soft,,,,,,,1993-03-01, +/games/boxart/435029ccc.jpg,Double Dragon V: The Shadow Falls,GEN,Fighting,Tradewest,Leland Interactive Media,,,,,,,1994-08-01, +/games/boxart/full_dragon-ball-z_769PALFront.jpg,Dragon Ball Z,GEN,Fighting,Bandai,TOSE Software,,,,,,,1994-01-01, +/games/boxart/full_dragon-ball-z-gekitou-tenkaichi-budokai_4JapanFront.jpg,Dragon Ball Z: Gekitou Tenkaichi Budokai,NES,Fighting,Bandai,Bandai,,,,,,,1992-12-29, +/games/boxart/full_1374712AmericaFrontccc.png,Dragon Ball Z: Shin Budokai,PSN,Fighting,Atari,Dimps Corporation,,,,,,,2009-09-30, +/games/boxart/full_4351326AmericaFrontccc.png,Dragon Ball Z: Shin Budokai - Another Road,PSN,Fighting,Atari,Dimps Corporation,,,,,,,2009-09-30, +/games/boxart/137677ccc.jpg,Dragon Ball Z: Ultimate Battle 22,PS,Fighting,Infogrames,Bandai,,,,,,,2003-03-25, +/games/boxart/1532521ccc.jpg,Dragon: The Bruce Lee Story,AJ,Fighting,Atari,Virgin Interactive,,,,,,,1994-11-01, +/games/boxart/2216103ccc.jpg,Dragon: The Bruce Lee Story,SNES,Fighting,Acclaim Entertainment,Virgin Interactive,,,,,,,1995-07-01, +/games/boxart/5304922ccc.jpg,Dragon: The Bruce Lee Story,GEN,Fighting,Acclaim Entertainment,Virgin Interactive,,,,,,,1994-01-01, +/games/boxart/full_dragoon_765AmericaFront.jpg,Dragoon,XBL,Fighting,Microsoft,XELF,,,,,,,2010-06-09, +/games/boxart/full_3060092JapanFrontccc.jpg,Dream Management,GBA,Fighting,Game Village,Game Village,,,,,,,2003-03-20, +/games/boxart/full_8887746JapanFrontccc.jpg,DreamMix TV: World Fighters,PS2,Fighting,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, +/games/boxart/full_5854534JapanFrontccc.jpg,DreamMix TV: World Fighters,GC,Fighting,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, +/games/boxart/full_8977805AmericaFrontccc.jpg,Dungeon Fighter Online,PC,Fighting,Nexon America,NeoPle,,,,,,,2009-09-22, +/games/boxart/full_9335906AmericaFrontccc.jpg,Dungeon Fighter Online,XBL,Fighting,Unknown,SoftMax,,,,,,,, +/games/boxart/1730354ccc.jpg,Dynamite Cop!,DC,Fighting,Sega,Sega-AM1,5.8,,,,,,1999-11-03, +/games/boxart/full_ea-sports-mma_41AmericaFront.jpg,EA Sports MMA,PSN,Fighting,EA Sports,EA Tiburon,,,,,,,2011-06-02, +/games/boxart/8814123ccc.jpg,ECW Hardcore Revolution,DC,Fighting,Acclaim Entertainment,Acclaim Entertainment,4.8,,,,,,2000-02-29, +/games/boxart/full_4734863AmericaFrontccc.jpg,ECW Hardcore Revolution,GB,Fighting,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-02-01, +/games/boxart/full_ehrgeiz_186JapanFront.jpg,Ehrgeiz,PSN,Fighting,Square Enix,DreamFactory,,,,,,,2008-07-09, +/games/boxart/8440997ccc.gif,Eternal Champions,GEN,Fighting,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/2598629ccc.jpg,Eternal Champions,VC,Fighting,Sega,Sega,,,,,,,2007-12-03, +/games/boxart/full_eternal-champions_589AmericaFront.jpg,Eternal Champions,PC,Fighting,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/1402897ccc.jpg,Eternal Champions: Challenge from the Dark Side,SCD,Fighting,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_3322440AmericaFrontccc.jpg,FaceBreaker,XBL,Fighting,EA Sports,EA Canada,,,,,,,2010-07-20, +/games/boxart/full_fairy-tail-portable-guild_10JapanFront.jpg,Fairy Tail: Portable Guild,PSN,Fighting,Konami,Konami,,,,,,,2010-07-21, +/games/boxart/full_fairy-tail-portable-guild-2_368JapanFront.jpg,Fairy Tail: Portable Guild 2,PSN,Fighting,Konami,Konami,,,,,,,2011-03-10, +/games/boxart/full_2757736AmericaFrontccc.jpg,Fatal Fury,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-10-08, +/games/boxart/5264387ccc.jpg,Fatal Fury,NG,Fighting,SNK,SNK Corporation,,,,,,,1991-12-20, +/games/boxart/full_fatal-fury_6AmericaFront.jpg,Fatal Fury,GEN,Fighting,Takara,SNK Corporation,,,,,,,1993-01-01, +/games/boxart/full_fatal-fury_232AmericaFront.jpg,Fatal Fury,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_fatal-fury-psp_675AmericaFront.jpg,Fatal Fury (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/4958622ccc.jpg,Fatal Fury 2,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-06-30, +/games/boxart/full_7466312AmericaFrontccc.jpg,Fatal Fury 2,GEN,Fighting,Takara,SNK Corporation,,,,,,,1994-01-01, +/games/boxart/1092309ccc.jpg,Fatal Fury 2,NG,Fighting,SNK,SNK Corporation,,,,,,,1993-03-05, +/games/boxart/full_fatal-fury-2-cd_146JapanFront.jpg,Fatal Fury 2 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-03-30, +/games/boxart/full_4531412AmericaFrontccc.jpg,Fatal Fury 3: Road to the Final Victory,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2010-10-04, +/games/boxart/full_4715524AmericaFrontccc.jpg,Fatal Fury 3: Road to the Final Victory,PC,Fighting,Agetec,Kinesoft,,,,,,,2001-11-23, +/games/boxart/full_1051309AmericaFrontccc.jpg,Fatal Fury 3: Road to the Final Victory,NG,Fighting,SNK,SNK Corporation,,,,,,,1995-04-21, +/games/boxart/full_fatal-fury-3-road-to-the-final-victory-cd_9AmericaFront.jpg,Fatal Fury 3: Road to the Final Victory (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-04-28, +/games/boxart/full_3688587AmericaFrontccc.jpg,Fatal Fury Special,GG,Fighting,Takara,Takara / Aspect Co.,,,,,,,1994-01-01, +/games/boxart/full_fatal-fury-special_357AmericaFront.jpg,Fatal Fury Special,VC,Fighting,D4 Enterprise,SNK Corporation,8,,,,,,2010-03-01, +/games/boxart/full_5253246AmericaFrontccc.jpg,Fatal Fury Special,XBL,Fighting,SNK Playmore,Mine Loader,,,,,,,2007-09-05, +/games/boxart/full_248052AmericaFrontccc.jpg,Fatal Fury Special,NG,Fighting,SNK,SNK Corporation,,,,,,,1993-12-22, +/games/boxart/full_6428531AmericaFrontccc.jpg,Fatal Fury Special,SCD,Fighting,JVC,Funcom,,,,,,,1995-01-01, +/games/boxart/full_fatal-fury-special-cd_582AmericaFront.jpg,Fatal Fury Special (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-09-09, +/games/boxart/4337318ccc.jpg,Fatal Fury: Mark of the Wolves,DC,Fighting,Agetec,SNK Corporation,8.8,,,,,,2001-11-23, +/games/boxart/full_fatal-fury-the-battle-of-fury-cd_193AmericaFront.jpg,Fatal Fury: The Battle of Fury (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-01-01, +/games/boxart/full_fatal-fury-wild-ambition_6JapanFront.jpg,Fatal Fury: Wild Ambition,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-04-26, +/games/boxart/full_2708546AmericaFrontccc.png,Fate/Unlimited Codes,PSN,Fighting,Capcom,Eighting,7.6,,,,,,2009-09-03, +/games/boxart/full_1603644JapanFrontccc.jpg,Fate/Unlimited Codes,PSP,Fighting,Unknown,Eighting,,,,,,,2009-09-03, +/games/boxart/default.jpg,Fight Monkey of Magic,XBL,Fighting,Unknown,Jesse Demarco,,,,,,,, +/games/boxart/full_9118759AmericaFrontccc.jpg,Fight Night Round 2004,PS2,Fighting,EA Sports,EA Sports,,,,,,,2004-04-05, +/games/boxart/full_9381143AmericaFrontccc.png,Fight Night Round 3,PSN,Fighting,EA Sports,EA Chicago,7.2,,,,,,2009-09-30, +/games/boxart/full_7240522AmericaFrontccc.jpg,Fight Night Round 3,XBL,Fighting,EA Sports,EA Chicago,,,,,,,2009-08-11, +/games/boxart/full_fight-night-round-4_4AmericaFront.jpg,Fight Night Round 4,XBL,Fighting,EA Sports,EA Canada,,,,,,,2010-07-06, +/games/boxart/5949621ccc.jpg,Fighter's History,SNES,Fighting,Data East,Data East,,,,,,,1994-08-01, +/games/boxart/full_fighters-history-dynamite_2JapanFront.jpg,Fighter's History Dynamite,SAT,Fighting,Data East,Data East,,,,,,,1997-07-04, +/games/boxart/full_fighters-impact_175JapanFront.jpg,Fighters' Impact,PSN,Fighting,Taito,Taito Corporation,,,,,,,2008-06-25, +/games/boxart/full_fighters-impact_837JapanFront.jpg,Fighters' Impact,PS,Fighting,Taito,Taito Corporation,,,,,,,1997-04-25, +/games/boxart/full_karnovs-revenge_8AmericaFront.jpg,Fighter’s History Dynamite,VC,Fighting,Unknown,Data East,,,,,,,2020-12-31, +/games/boxart/default.jpg,Fighting Force,PSP,Fighting,Unknown,Eidos Interactive,,,,,,,, +/games/boxart/full_1577250AmericaFrontccc.jpg,Fighting Masters,GEN,Fighting,Treco,Almanic Corp.,,,,,,,1992-08-17, +/games/boxart/full_fighting-simulator-2-in-1-flying-warriors_55AmericaFront.jpg,Fighting Simulator: 2-in-1 Flying Warriors,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1992-04-01, +/games/boxart/full_287985AmericaFrontccc.jpg,Fighting Street,PCE,Fighting,NEC,Alfa System,,,,,,,1989-01-01, +/games/boxart/full_fighting-street_4AmericaFront.jpg,Fighting Street,VC,Fighting,Capcom,Alfa System,,,,,,,2009-11-02, +/games/boxart/full_7376663AmericaFrontccc.png,Final Fight,ACPC,Fighting,U.S. Gold,Capcom,,,,,,,1991-01-01,2018-01-06 +/games/boxart/full_8697441JapanFrontccc.jpg,Final Fight Revenge,SAT,Fighting,Capcom,Capcom,,,,,,,2000-03-30, +/games/boxart/full_7839920AmericaFrontccc.jpg,Final Slam 2,PC,Fighting,Unknown,Unknown,,,,,,,2014-06-12, +/games/boxart/default.jpg,Fire Pro Wrestling,XBL,Fighting,Unknown,Spike,,,,,,,, +/games/boxart/full_2429004JapanFrontccc.jpg,Fire Pro Wrestling D,DC,Fighting,Spike,S-Neo,,,,,,,2001-03-01, +/games/boxart/full_fire-prowrestling-2_6AmericaFront.jpg,Fire ProWrestling 2,GBA,Fighting,BAM! Entertainment,Spike,7.8,,,,,,2002-09-23, +/games/boxart/full_fire-prowrestling-2nd-bout_5JapanFront.jpg,Fire ProWrestling 2nd Bout,VC,Fighting,Spike,Human Entertainment,,,,,,,2008-05-27, +/games/boxart/full_fire-prowrestling-2nd-bout_10JapanFront.jpg,Fire ProWrestling 2nd Bout,PCE,Fighting,Human Entertainment,Human Entertainment,,,,,,,1991-08-30, +/games/boxart/full_fire-prowrestling-3-legend-bout_3JapanFront.jpg,Fire ProWrestling 3: Legend Bout,PCE,Fighting,Human Entertainment,Human Entertainment,,,,,,,1992-11-13, +/games/boxart/full_fire-prowrestling-3-legend-bout_0JapanFront.jpg,Fire ProWrestling 3: Legend Bout,VC,Fighting,Spike,Human Entertainment,,,,,,,2008-12-24, +/games/boxart/full_fire-prowrestling-for-wonderswan_5JapanFront.jpg,Fire ProWrestling for WonderSwan,WS,Fighting,Kaga Tech,Human Club,,,,,,,2000-08-31, +/games/boxart/full_fire-prowrestling-iron-slam-96_8JapanFront.jpg,Fire ProWrestling Iron Slam '96,PS,Fighting,Human Entertainment,S-Neo,,,,,,,1996-03-15, +/games/boxart/full_fire-prowrestling-z_8JapanFront.jpg,Fire ProWrestling Z,PS2,Fighting,Spike,Spike,,,,,,,2003-06-05, +/games/boxart/full_fire-prowrestling-combination-tag_10JapanFront.jpg,Fire ProWrestling: Combination Tag,PCE,Fighting,Human Entertainment,Human Entertainment,,,,,,,1989-06-22, +/games/boxart/full_fire-prowrestling-combination-tag_5JapanFront.jpg,Fire ProWrestling: Combination Tag,VC,Fighting,Spike,Human Entertainment,,,,,,,2007-03-13, +/games/boxart/full_6973627AmericaFrontccc.jpg,Fist of the North Star,GB,Fighting,Electro Brain,Shouei,,,,,,,1990-04-01, +/games/boxart/full_5394183JapanFrontccc.jpg,Flash Hiders,PCE,Fighting,Right Stuff,Right Stuff,,,,,,,1993-12-19, +/games/boxart/7548614ccc.jpg,Foes of Ali,3DO,Fighting,EA Sports,Gray Matter,,,,,,,1995-01-01, +/games/boxart/full_4754258AmericaFrontccc.jpg,Foreman For Real,SNES,Fighting,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, +/games/boxart/full_1953865AmericaFrontccc.jpg,Foreman For Real,GEN,Fighting,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, +/games/boxart/8863148ccc.jpg,Foreman For Real,GB,Fighting,Acclaim Entertainment,Software Creations,,,,,,,1995-09-01, +/games/boxart/full_5512662AmericaFrontccc.jpg,Foreman For Real,GG,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/full_9131951JapanFrontccc.jpg,Frame Gride,DC,Fighting,From Software,From Software,8.6,,,,,,1999-07-15, +/games/boxart/full_9138961JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle Swan Colosseum,WS,Fighting,Bandai,Bandai,,,,,,,2002-07-12, +/games/boxart/full_7403737JapanFrontccc.jpg,Fullmetal Alchemist: Dream Carnival,PS2,Fighting,Bandai,Eighting / Raizing,,,,,,,2004-08-26, +/games/boxart/full_funaki-masakatsu-hybrid-wrestler_5JapanFront.jpg,Funaki Masakatsu: Hybrid Wrestler,SNES,Fighting,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1994-10-21, +/games/boxart/full_7849163AmericaFrontccc.jpg,Funky Punch XL,XBL,Fighting,Microsoft,SolusG,,,,,,,2008-11-19, +/games/boxart/full_galaxy-fight_607AmericaFront.jpg,Galaxy Fight,PSN,Fighting,Sony Computer Entertainment,SunSoft,,,,,,,2010-12-14, +/games/boxart/full_7985150PALFrontccc.jpg,Galaxy Fight,PS,Fighting,Sunsoft,SunSoft,,,,,,,1996-04-01, +/games/boxart/full_4587372JapanFrontccc.jpg,Galaxy Fight: Universal Warriors,VC,Fighting,D4 Enterprise,SunSoft,,,,,,,2010-03-23, +/games/boxart/full_3754125JapanFrontccc.jpg,Galaxy Fight: Universal Warriors,NG,Fighting,SNK,SunSoft,,,,,,,1995-02-25, +/games/boxart/full_4634790AmericaFrontccc.jpg,Galaxy Fight: Universal Warriors (CD),NG,Fighting,Sunsoft,SunSoft,,,,,,,1995-04-21, +/games/boxart/full_garou-densetsu-2-aratanaru-tatakai_236JapanFront.jpg,Garou Densetsu 2: Aratanaru Tatakai,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-03-12, +/games/boxart/full_6130978JapanFrontccc.jpg,Garou Densetsu Special,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-12-02, +/games/boxart/full_garou-mark-of-the-wolves_589AmericaFront.jpg,Garou: Mark of the Wolves,NG,Fighting,SNK,SNK Corporation,,,,,,,2000-02-25, +/games/boxart/full_garou-mark-of-the-wolves_895JapanFront.jpg,Garou: Mark of the Wolves,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2005-06-30, +/games/boxart/full_2324897AmericaFrontccc.jpg,Garou: Mark of the Wolves,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,7.8,,,,,,2009-06-24, +/games/boxart/full_201417JapanFrontccc.jpg,Garouden Breakblow,PS2,Fighting,ESP,Opus Studio,,,,,,,2005-11-17, +/games/boxart/full_9785022JapanFrontccc.jpg,Garouden Breakblow: Fist or Twist,PS2,Fighting,ESP,Opus Studio,,,,,,,2007-03-15, +/games/boxart/full_666724AmericaFrontccc.png,Gekitotsu! Break Gakuen,And,Fighting,Eighting,Eighting,,,,,,,2014-08-04,2018-08-20 +/games/boxart/full_gekitou-power-modela_320JapanFront.jpg,Gekitou Power Modeler,GB,Fighting,Capcom,Capcom,,,,,,,1998-11-27, +/games/boxart/6662962ccc.jpg,George Foreman's KO Boxing,NES,Fighting,Acclaim Entertainment,Beam Software,,,,,,,1992-12-01, +/games/boxart/303405ccc.jpg,George Foreman's KO Boxing,GB,Fighting,Acclaim Entertainment,Beam Software,,,,,,,1992-09-01, +/games/boxart/full_2797277AmericaFrontccc.jpg,George Foreman's KO Boxing,GG,Fighting,Flying Edge,SIMS,,,,,,,1992-01-01, +/games/boxart/full_4718441PALFrontccc.jpg,George Foreman's KO Boxing,MS,Fighting,Flying Edge,SIMS,,,,,,,1992-01-01, +/games/boxart/full_2948385AmericaFrontccc.jpg,George Foreman's KO Boxing,GEN,Fighting,Flying Edge,Beam Software,,,,,,,1992-02-07, +/games/boxart/full_6823473AmericaFrontccc.jpg,George Foreman's KO Boxing,SNES,Fighting,Acclaim Entertainment,Beam Software,,,,,,,1992-01-01, +/games/boxart/full_349542AmericaFrontccc.jpg,Godzilla,PCE,Fighting,Hudson Soft,Alfa System,,,,,,,1993-01-01, +/games/boxart/full_2193497AmericaFrontccc.jpg,Godzilla Unleashed,PS2,Fighting,Atari,"Pipeworks Software, Inc.",4.3,,,,,,2007-11-20, +/games/boxart/full_1874829JapanFrontccc.jpg,Godzilla: Kaijuu Daikessen,SNES,Fighting,TOHO,Alfa System,,,,,,,1994-12-09, +/games/boxart/full_6978945JapanFrontccc.jpg,Goiken Muyou: Anarchy in the Nippon,SAT,Fighting,KSS,KSS,,,,,,,1997-10-02, +/games/boxart/full_gouketsuji-ichizoku-2-chottodake-saikyou-densetsu_681JapanFront.jpg,Gouketsuji Ichizoku 2: Chottodake Saikyou Densetsu,PSN,Fighting,Unknown,AI,,,,,,,2011-04-13, +/games/boxart/full_gouketuji-ichizoku_6JapanFront.jpg,Gouketuji Ichizoku,GEN,Fighting,Atlus,Atlus Co.,,,,,,,1994-11-18, +/games/boxart/full_61816JapanFrontccc.jpg,Groove Adventure Rave: Hikari to Yami no Daikessen,GBA,Fighting,Konami,Konami,,,,,,,2002-03-02, +/games/boxart/full_5396070JapanFrontccc.jpg,Groove on Fight,SAT,Fighting,Atlus,Atlus Co.,,,,,,,1997-05-16, +/games/boxart/full_7187027PALFrontccc.png,Guilty Gear,PSN,Fighting,System 3 Arcade Software,Arc System Works,,,,,,,2010-01-07, +/games/boxart/full_4874044JapanFrontccc.jpg,Guilty Gear 2: Overture,XBL,Fighting,Arc System Works,Arc System Works,,,,,,,2010-03-09,2019-04-21 +/games/boxart/full_9375593PALFrontccc.jpg,Guilty Gear Isuka,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2006-06-20, +/games/boxart/full_guilty-gear-isuka_408PALFront.jpg,Guilty Gear Isuka,XB,Fighting,505 Games,Arc System Works,,,,,,,2006-01-01, +/games/boxart/full_2591890AmericaFrontccc.jpg,Guilty Gear Judgment,PSN,Fighting,Majesco,Arc System Works,7.5,,,,,,2008-10-02, +/games/boxart/full_9674772JapanFrontccc.jpg,Guilty Gear Petit,WS,Fighting,Sammy Corporation,Arc System Works,,,,,,,2001-01-25, +/games/boxart/full_5682758JapanFrontccc.jpg,Guilty Gear Petit 2,WS,Fighting,Sammy Corporation,Arc System Works,,,,,,,2001-09-27, +/games/boxart/full_7277671JapanFrontccc.jpg,Guilty Gear X,DC,Fighting,Sammy Corporation,Arc System Works,8.7,,,,,,2000-12-14, +/games/boxart/full_7070418AmericaFrontccc.jpg,Guilty Gear X2 #Reload,XBL,Fighting,Sega,Arc System Works,,,,,,,2008-06-16,2019-04-21 +/games/boxart/full_9011672PALFrontccc.jpg,Guilty Gear X2 #Reload,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2004-07-23,2019-04-21 +/games/boxart/full_3377711PALFrontccc.jpg,Guilty Gear X2 #Reload,PS2,Fighting,Zoo Digital Publishing,Arc System Works,,,,,,,2004-12-10, +/games/boxart/full_6690577AmericaFrontccc.png,Guilty Gear Xrd: Sign,Arc,Fighting,Sega,Arc System Works,,,,,,,2014-02-20,2018-11-01 +/games/boxart/full_4980778JapanFrontccc.jpg,Guilty Gear XX #Reload,PSP,Fighting,Sega,Arc System Works,,,,,,,2005-09-29, +/games/boxart/full_3572890AmericaFrontccc.png,Guilty Gear XX Accent Core Plus,PSN,Fighting,Aksys Games,Arc System Works,7.6,,,,,,2009-09-30, +/games/boxart/full_7622504AmericaFrontccc.jpg,Gundam Battle Assault 2,PS,Fighting,Bandai,Bandai,,,,,,,2002-07-17, +/games/boxart/full_6183227JapanFrontccc.jpg,Hajime no Ippo 2: Victorious Road,PS2,Fighting,ESP,New,,,,,,,2004-01-29, +/games/boxart/full_hajime-no-ippo-portable-victorious-spirits_586JapanFront.jpg,Hajime no Ippo Portable: Victorious Spirits,PSN,Fighting,Grand Prix Games,ESP Software,,,,,,,2010-12-22, +/games/boxart/full_1423460JapanFrontccc.jpg,Hajime no Ippo: The Fighting,PS,Fighting,Kodansha,Kodansha,,,,,,,1997-07-31, +/games/boxart/full_8834539JapanFrontccc.jpg,Hajime no Ippo: Victorious Boxers - Championship Version,PS2,Fighting,ESP,New,,,,,,,2002-06-27, +/games/boxart/4043038ccc.jpg,Hal Wrestling,GB,Fighting,HAL Laboratory,Human Entertainment,,,,,,,1990-01-02, +/games/boxart/full_7651099AmericaFrontccc.jpg,Hieronymus Bash,XBL,Fighting,Microsoft,Kindling,,,,,,,2009-04-10, +/games/boxart/full_hiryu-no-ken-retsuden-gb_420JapanFront.jpg,Hiryu no Ken Retsuden GB,GB,Fighting,Culture Brain,Culture Brain,,,,,,,2000-12-22, +/games/boxart/full_hiryu-no-ken-s-golden-fighter_541JapanFront.jpg,Hiryu no Ken S: Golden Fighter,SNES,Fighting,Culture Brain,Culture Brain,,,,,,,1992-07-31, +/games/boxart/full_hiryu-no-ken-special-fighting-wars_489JapanFront.jpg,Hiryu no Ken Special: Fighting Wars,NES,Fighting,Culture Brain,Culture Brain,,,,,,,1991-06-21, +/games/boxart/full_9104305JapanFrontccc.jpg,Hokuto no Ken,SAT,Fighting,Banpresto,Banpresto,,,,,,,1995-12-22, +/games/boxart/full_608864JapanFrontccc.jpg,Hokuto no Ken,PS,Fighting,Banpresto,Banpresto,,,,,,,1996-08-30, +/games/boxart/full_2475696JapanFrontccc.jpg,Hokuto no Ken 6: Gekitou Denshouken - Haou heno Michi,SNES,Fighting,Toei Animation,Shouei,,,,,,,1992-11-20, +/games/boxart/full_3143601JapanFrontccc.jpg,Hokuto no Ken 7: Seiken Retsuden - Denshousha heno Michi,SNES,Fighting,Toei Animation,Shouei,,,,,,,1993-12-24, +/games/boxart/full_4215872JapanFrontccc.jpg,Hokuto no Ken: Seiki Matsukyu Seishi Densetsu,PS,Fighting,Bandai,Bandai,,,,,,,2000-10-26, +/games/boxart/full_hyper-reverthion_714JapanFront.jpg,Hyper Reverthion,SAT,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-06-07, +/games/boxart/full_6404707PALFrontccc.jpg,Hyper Street Fighter II: The Anniversary Edition,PS2,Fighting,Capcom,Capcom Production Studio 2,,,,,,,2004-05-28, +/games/boxart/full_4333259AmericaFrontccc.jpg,Injustice: Gods Among Us,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2013-04-16,2018-04-22 +/games/boxart/full_international-karate-_811PALFront.jpg,International Karate +,PS,Fighting,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-01-01, +/games/boxart/full_5633793AmericaFrontccc.jpg,International Karate +,GBA,Fighting,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-02-21, +/games/boxart/full_international-karate-_566AmericaFront.jpg,International Karate +,VC,Fighting,Kaasa Solution,System 3 Software,,,,,,,2008-07-25, +/games/boxart/full_international-karate_437PALFront.jpg,International Karate 2000,GB,Fighting,Virgin Interactive,Studio 3,,,,,,,2000-11-24, +/games/boxart/full_international-karate-advanced_924PALFront.jpg,International Karate Advanced,GBA,Fighting,Studio 3,Studio 3,,,,,,,2001-11-30, +/games/boxart/full_8222233PALFrontccc.png,istanbul Beyleri,PC,Fighting,Unknown,,,,,,,,2006-12-17, +/games/boxart/4672705ccc.jpg,Jojo's Bizarre Adventure,DC,Fighting,Capcom,Capcom,8.1,,,,,,2000-01-01, +/games/boxart/full_joy-mech-fight_1JapanFront.jpg,Joy Mech Fight,VC,Fighting,Nintendo,Nintendo R&D1,,,,,,,2008-03-11, +/games/boxart/full_joy-mech-fight_8JapanFront.jpg,Joy Mech Fight,NES,Fighting,Nintendo,Nintendo R&D1,,,,,,,1993-05-21, +/games/boxart/full_jurassic-park-dinosaur-battles_0AmericaFront.jpg,Jurassic Park: Dinosaur Battles,PC,Fighting,VU Games,VU Games,,,,,,,2002-09-17, +/games/boxart/full_justice-league-task-force_6AmericaFront.jpg,Justice League Task Force,SNES,Fighting,Sunsoft,Blizzard Entertainment,,,,,,,1995-06-01, +/games/boxart/full_6901734AmericaFrontccc.jpg,Justice League Task Force,GEN,Fighting,Acclaim Entertainment,SunSoft,,,,,,,1995-08-24, +/games/boxart/full_1545953JapanFrontccc.jpg,K-1 World GP: Zettai Ouja Ikusei Keikaku,DS,Fighting,D3 Publisher,D3 Publisher,,,,,,,2007-12-06, +/games/boxart/full_kabuki-klash_452JapanFront.jpg,Kabuki Klash (CD),NG,Fighting,Hudson Soft,RED Company,,,,,,,1995-11-24, +/games/boxart/full_6818632JapanFrontccc.jpg,Kakuge-Yaro: Fighting Game Creator,PS,Fighting,IPC Software,IPC Software,,,,,,,2000-02-17, +/games/boxart/full_8714727JapanFrontccc.jpg,Kamen Rider,PS,Fighting,Bandai,Bandai,,,,,,,1998-10-01, +/games/boxart/full_8380400JapanFrontccc.jpg,Kamen Rider,SNES,Fighting,Bandai,Bandai,,,,,,,1993-11-12, +/games/boxart/full_5580164JapanFrontccc.jpg,Kamen Rider Agito,PS,Fighting,Bandai,Bandai,,,,,,,2001-11-29, +/games/boxart/full_7184529JapanFrontccc.jpg,Kamen Rider V3,PS,Fighting,Bandai,Kaze,,,,,,,2000-09-14, +/games/boxart/full_kamen-rider-climax-heroes-fourze_780JapanFront.jpg,Kamen Rider: Climax Heroes Fourze,PSN,Fighting,Namco Bandai,Eighting,,,,,,,2011-12-01, +/games/boxart/full_karate-champ_534AmericaFront.jpg,Karate Champ,NES,Fighting,Data East,Data East,,,,,,,1986-11-01, +/games/boxart/default.jpg,Karate Champ (Arcade),VC,Fighting,Hamster Corporation,Technos Japan Corporation,,,,,,,2010-03-16, +/games/boxart/default.jpg,Karate Master 2 Knock Down Blow,PC,Fighting,Milestone S.r.l.,Crian Soft,,,,,,,2015-03-20, +/games/boxart/default.jpg,Karate Phants: Gloves of Glory,WW,Fighting,Unknown,SnapDragon Games,,,,,,,, +/games/boxart/4300925ccc.jpg,Karateka,7800,Fighting,Atari,"IBID, Inc.",,,,,,,1988-01-01, +/games/boxart/full_9564990AmericaFrontccc.jpg,Karateka,PC,Fighting,Broderbund,Broderbund Software,,,,,,,1986-01-01, +/games/boxart/full_6649097JapanFrontccc.jpg,Karateka,NES,Fighting,Soft Pro,Broderbund Software,,,,,,,1985-12-05, +/games/boxart/full_karnovs-revenge_10AmericaFront.jpg,Karnov's Revenge,NG,Fighting,Data East,Data East,,,,,,,1994-04-28, +/games/boxart/full_karnovs-revenge-cd_2JapanFront.jpg,Karnov's Revenge (CD),NG,Fighting,SNK,Data East,,,,,,,1994-01-01, +/games/boxart/8662895ccc.jpg,Kasumi Ninja,AJ,Fighting,Atari,Atari Games (Midway),,,,,,,1994-01-01, +/games/boxart/full_948759JapanFrontccc.jpg,Kengo 3,PS2,Fighting,Genki,LightWeight,,,,,,,2004-09-22, +/games/boxart/default.jpg,Kentooshi Furi Furi Boxing,WW,Fighting,Takara Tomy,Takara Tomy,,,,,,,2009-11-24, +/games/boxart/full_kick-ass_0AmericaFront.jpg,Kick-Ass,PSN,Fighting,WHA Entertainment,Frozen Codebase,,,,,,,2010-04-29, +/games/boxart/full_5580701AmericaFrontccc.jpg,Kickboxing,PS,Fighting,Agetec,Jorudan,,,,,,,2002-03-01, +/games/boxart/full_453158AmericaFrontccc.jpg,Killer Instinct,GB,Fighting,Nintendo,Rare Ltd.,,,,,,,1995-11-01, +/games/boxart/full_1077470AmericaFrontccc.jpg,Killer Instinct (2013),PC,Fighting,Microsoft Studios,Iron Galaxy,,,,,,,2016-03-29,2018-10-02 +/games/boxart/full_king-of-fighters-maximum-impact-maniax_819JapanFront.jpg,King of Fighters: Maximum Impact - Maniax,PS2,Fighting,SNK Playmore,Noise Factory,,,,,,,2006-03-23, +/games/boxart/default.jpg,King of Fighters: Maximum Impact 360,X360,Fighting,Unknown,SNK Playmore Corporation,,,,,,,, +/games/boxart/full_7456742JapanFrontccc.jpg,Kinnikuman Nisei: Dream Tag Match,WS,Fighting,Bandai,TOSE,,,,,,,2002-03-02, +/games/boxart/full_9115019JapanFrontccc.jpg,Kinnikuman: Dirty Challenger,SNES,Fighting,Yutaka,Yutaka,,,,,,,1992-08-21, +/games/boxart/full_kinnikuman-kinniku-ookurai-soudatsusen_8JapanFront.jpg,Kinnikuman: Kinniku Ookurai Soudatsusen (FDS),NES,Fighting,Bandai,Bandai,,,,,,,1987-05-01, +/games/boxart/full_8268569JapanFrontccc.jpg,Kinnikuman: Muscle Generations,PSP,Fighting,Bandai,Aki Corporation,,,,,,,2006-02-23, +/games/boxart/full_7124997JapanFrontccc.jpg,Kinnikuman: The Dream Match,GB,Fighting,Yutaka,Yutaka,,,,,,,1992-09-12, +/games/boxart/full_7931890JapanFrontccc.jpg,Kishin Douji Zenki FX: Vajra Fight,PCFX,Fighting,Hudson Soft,Hudson Soft,,,,,,,1995-12-22, +/games/boxart/full_kizuna-encounter-super-tag-battle_676AmericaFront.jpg,Kizuna Encounter: Super Tag Battle,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-06-28, +/games/boxart/full_kizuna-encounter-super-tag-battle_405AmericaFront.jpg,Kizuna Encounter: Super Tag Battle,NG,Fighting,SNK,SNK Corporation,,,,,,,1996-11-08, +/games/boxart/full_3502402AmericaFrontccc.jpg,Knockout Kings,GB,Fighting,EA Sports,Digital Eclipse,,,,,,,1999-12-07, +/games/boxart/default.jpg,Knuckle Heads (Arcade),VC,Fighting,Namco Bandai,Namco,,,,,,,2009-08-18, +/games/boxart/full_9333898JapanFrontccc.jpg,Koihime Enbu,PS3,Fighting,Yeti,Boss Alien Ltd.,,,,,,,2015-09-30, +/games/boxart/full_3652375JapanFrontccc.jpg,Konjiki no Gashbell!! Unare! Yuujou no Zakeru 2,GBA,Fighting,Banpresto,Banpresto,,,,,,,2004-12-22, +/games/boxart/full_koutetsu-reiiki-steeldom_420JapanFront.jpg,Koutetsu Reiiki: Steeldom,SAT,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-09-06, +/games/boxart/full_koutetsu-reiiki-steeldom_767JapanFront.jpg,Koutetsu Reiiki: Steeldom,PSN,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-05-12, +/games/boxart/full_koutetsu-reiiki-steeldom_213JapanFront.jpg,Koutetsu Reiiki: Steeldom,PS,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-08-30, +/games/boxart/full_kung-fu-live_695AmericaFront.jpg,Kung-Fu LIVE,PSN,Fighting,Virtual Air Guitar Company,Virtual Air Guitar Company Ltd,,,,,,,2010-12-07, +/games/boxart/full_4395571AmericaFrontccc.jpg,Last Bronx,PC,Fighting,Sega,Sega,,,,,,,1998-01-01, +/games/boxart/full_5527784AmericaFrontccc.jpg,Legend of the Dragon,PS2,Fighting,Game Factory,Neko Entertainment,,,,,,,2007-05-01, +/games/boxart/full_5289738AmericaFrontccc.jpg,Lethal League,PC,Fighting,Unknown,Unknown,,,,,,,2014-08-27, +/games/boxart/default.jpg,Lucha Libre AAA: Heroes del Ring,PSP,Fighting,Unknown,Sabarasa Entertainment,,,,,,,, +/games/boxart/default.jpg,Lucha Libre AAA: Heroes del Ring,DSiW,Fighting,Unknown,Slang,,,,,,,, +/games/boxart/full_lucha-libre-aaa-heroes-of-the-ring_0AmericaFront.jpg,Lucha Libre AAA: Heroes del Ring,Wii,Fighting,Unknown,Sabarasa Entertainment,,,,,,,2011-05-28, +/games/boxart/full_2430697JapanFrontccc.jpg,Mad Stalker: Full Metal Force,PCE,Fighting,NEC Interchannel,Family Soft,,,,,,,1994-09-15, +/games/boxart/full_mad-stalker-full-metal-force_238JapanFront.jpg,Mad Stalker: Full Metal Force,PSN,Fighting,Family Soft,Family Soft,,,,,,,2011-01-12, +/games/boxart/full_535004JapanFrontccc.jpg,Mad Stalker: Full Metal Force,PS,Fighting,Family Soft,Family Soft,,,,,,,1997-07-03, +/games/boxart/full_maniac-pro-wrestling-ashita-e-no-tatakai_7JapanFront.jpg,Maniac Pro-Wrestling: Ashita e no Tatakai,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1990-05-25, +/games/boxart/full_666260JapanFrontccc.jpg,Mar Heaven: Ärm Fight Dream,PS2,Fighting,Konami,Konami,,,,,,,2005-11-03, +/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,DS,Fighting,Unknown,Twelve Interactive,,,,,,,, +/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,PSP,Fighting,Unknown,Twelve Interactive,,,,,,,, +/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,PS2,Fighting,Unknown,Twelve Interactive,,,,,,,, +/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,PC,Fighting,Unknown,Twelve Interactive,,,,,,,, +/games/boxart/full_6168107JapanFrontccc.jpg,Marvel Super Heroes vs. Street Fighter,SAT,Fighting,Capcom,Capcom,,,,,,,1998-10-22, +/games/boxart/full_1080927AmericaFrontccc.jpg,Marvel vs. Capcom 2,XBL,Fighting,Capcom,Backbone Emeryville,8.3,,,,,,2009-07-29, +/games/boxart/full_3046852AmericaFrontccc.png,Marvel vs. Capcom 2,PSN,Fighting,Capcom,Backbone Emeryville,8.6,,,,,,2009-08-13, +/games/boxart/full_masters-of-combat_0PALFront.jpg,Masters of Combat,MS,Fighting,Sega,SIMS,,,,,,,1993-01-01, +/games/boxart/6770646ccc.jpg,Mat Mania Challenge,7800,Fighting,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_4074086AmericaFrontccc.jpg,Matrimelee,NG,Fighting,Sun Amusement,Noise Factory,,,,,,,2003-05-29, +/games/boxart/full_797702JapanFrontccc.jpg,Melty Blood,PC,Fighting,Type-Moon,Type-Moon,,,,,,,2002-12-01, +/games/boxart/full_5762701JapanFrontccc.jpg,Melty Blood: Act Cadenza Version B,PC,Fighting,Ecole,Type-Moon,,,,,,,2007-07-27, +/games/boxart/full_3243579JapanFrontccc.jpg,Melty Blood: Re-ACT,PC,Fighting,Type-Moon,Type-Moon,,,,,,,2004-01-01, +/games/boxart/default.jpg,Melty Blood: Re-ACT Final Tuned,PC,Fighting,Type-Moon,Type-Moon,,,,,,,2005-07-03, +/games/boxart/1113246ccc.jpg,Metal Masters,GB,Fighting,Electro Brain,Bit Managers,,,,,,,1993-12-01, +/games/boxart/2396252ccc.jpg,Mighty Morphin Power Rangers,SNES,Fighting,Bandai,Natsume,,,,,,,1994-09-01, +/games/boxart/full_mighty-morphin-power-rangers-the-fighting-edition_10AmericaFront.jpg,Mighty Morphin Power Rangers: The Fighting Edition,SNES,Fighting,Bandai,Natsume,,,,,,,1995-09-01, +/games/boxart/full_369906AmericaFrontccc.jpg,Mighty Morphin Power Rangers: The Movie,GG,Fighting,Sega,Banpresto,,,,,,,1994-01-01, +/games/boxart/full_1589204JapanFrontccc.jpg,Mobile Suit Gundam Seed Destiny,GBA,Fighting,Bandai,Bandai,,,,,,,2004-11-25, +/games/boxart/full_monster-pro-wrestling_6JapanFront.jpg,Monster Pro Wrestling,PCE,Fighting,ASK,Lenar,,,,,,,1991-11-22, +/games/boxart/full_2662239PALFrontccc.jpg,Mortal Kombat,MS,Fighting,Acclaim Entertainment,Williams,,,,,,,1993-01-01, +/games/boxart/full_4053922AmericaFrontccc.jpg,Mortal Kombat,Arc,Fighting,Midway Games,Midway,,,,,,,1992-08-09, +/games/boxart/3425262ccc.gif,Mortal Kombat,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1993-09-13, +/games/boxart/121190ccc.jpg,Mortal Kombat,SNES,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1993-09-13, +/games/boxart/full_6147408AmericaFrontccc.jpg,Mortal Kombat,GG,Fighting,Arena Entertainment,Williams,,,,,,,1993-09-13, +/games/boxart/5341625ccc.jpg,Mortal Kombat,SCD,Fighting,Arena Entertainment,Probe Entertainment Limited,,,,,,,1994-05-26, +/games/boxart/3109707ccc.jpg,Mortal Kombat 3,PC,Fighting,Williams Entertainment,Midway Games,,,,,,,1996-01-01, +/games/boxart/default.jpg,Mortal Kombat 3,MS,Fighting,Tec Toy,Midway Games,,,,,,,1996-01-01, +/games/boxart/full_mortal-kombat-3_207AmericaFront.jpg,Mortal Kombat 3,GB,Fighting,Williams Entertainment,Software Creations,,,,,,,1995-11-01, +/games/boxart/full_2924738PALFrontccc.jpg,Mortal Kombat 3,GG,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1996-01-01, +/games/boxart/full_465450AmericaFrontccc.jpg,Mortal Kombat 4,Arc,Fighting,Midway Games,Eurocom Entertainment Software,,,,,,,1997-09-11, +/games/boxart/503925ccc.jpg,Mortal Kombat Gold,DC,Fighting,Midway Games,Eurocom Entertainment Software,5.7,,,,,,1999-08-31, +/games/boxart/full_mortal-kombat-i-amp-ii_5JapanFront.jpg,Mortal Kombat I & II,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-01-01, +/games/boxart/full_6313021AmericaFrontccc.jpg,Mortal Kombat II,PC,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_2688044JapanFrontccc.jpg,Mortal Kombat II,PS,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-08-02, +/games/boxart/full_mortal-kombat-ii_693AmericaFront.jpg,Mortal Kombat II,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-09-01, +/games/boxart/full_7398588AmericaFrontccc.jpg,Mortal Kombat II,GG,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_7931209PALFrontccc.jpg,Mortal Kombat II,MS,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_1558170AmericaFrontccc.png,Mortal Kombat II,Arc,Fighting,Midway Games,Midway,,,,,,,1993-06-25, +/games/boxart/full_5435225AmericaFrontccc.jpg,Mortal Kombat II,PSN,Fighting,Sony Online Entertainment,Digital Eclipse,,,,,,,2007-04-12,2018-11-27 +/games/boxart/2606960ccc.jpg,Mortal Kombat II,SAT,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-03-28, +/games/boxart/7085946ccc.jpg,Mortal Kombat Trilogy,SAT,Fighting,Midway Games,Point of View Inc.,,,,,,,1997-08-31, +/games/boxart/full_2617017AmericaFrontccc.jpg,Mortal Kombat Trilogy,PC,Fighting,GT Interactive,Point of View Inc.,,,,,,,1997-01-01, +/games/boxart/full_mortal-kombat-vs-dc-universe_95AmericaFront.jpg,Mortal Kombat vs DC Universe,PSN,Fighting,Midway Games,Midway,7.7,,,,,,2011-11-01, +/games/boxart/full_mortal-kombat-vs-dc-universe_3AmericaFront.jpg,Mortal Kombat vs DC Universe,XBL,Fighting,Midway Games,Midway Amusement Games,,,,,,,2010-09-15, +/games/boxart/full_mortal-kombat-arcade-kollection_788AmericaFront.jpg,Mortal Kombat: Arcade Kollection,XBL,Fighting,Unknown,NetherRealm Studios / Other Ocean Interactive,5,,,,,,2011-08-31, +/games/boxart/full_mortal-kombat-arcade-kollection_950AmericaFront.jpg,Mortal Kombat: Arcade Kollection,PSN,Fighting,Unknown,NetherRealm Studios / Other Ocean Interactive,5,,,,,,2011-08-30, +/games/boxart/default.jpg,Mortal Kombat: Arcade Kollection,PC,Fighting,Unknown,NetherRealm Studios / Other Ocean Interactive,,,,,,,2011-08-31, +/games/boxart/full_9754246AmericaFrontccc.jpg,Mortal Kombat: Armageddon,XB,Fighting,Midway Games,Midway Games,7.5,,,,,,2006-10-11, +/games/boxart/full_mortal-kombat-freddy-krueger_82AmericaFront.jpg,Mortal Kombat: Freddy Krueger,XBL,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_mortal-kombat-freddy-krueger_20AmericaFront.jpg,Mortal Kombat: Freddy Krueger,PSN,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_mortal-kombat-kenshi_444AmericaFront.jpg,Mortal Kombat: Kenshi,XBL,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_mortal-kombat-kenshi_561AmericaFront.jpg,Mortal Kombat: Kenshi,PSN,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_mortal-kombat-rain_415AmericaFront.jpg,Mortal Kombat: Rain,XBL,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_mortal-kombat-rain_665AmericaFront.jpg,Mortal Kombat: Rain,PSN,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_mortal-kombat-skarlet_682AmericaFront.jpg,Mortal Kombat: Skarlet,PSN,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_mortal-kombat-skarlet_974AmericaFront.jpg,Mortal Kombat: Skarlet,XBL,Fighting,Unknown,Netherrealms,,,,,,,, +/games/boxart/full_5285069AmericaFrontccc.png,Mortal Kombat: Unchained,PSN,Fighting,Midway Games,JGI Entertainment,,,,,,,2009-10-01, +/games/boxart/full_2425388AmericaFrontccc.jpg,MTV Celebrity Deathmatch,PC,Fighting,Gotham Games,Big Ape Productions,,,,,,,2003-10-19, +/games/boxart/full_610612AmericaFrontccc.jpg,MTV Celebrity Deathmatch,PS,Fighting,Gotham Games,Big Ape Productions,,,,,,,2003-10-21, +/games/boxart/full_9318027AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Legacy,PC,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2017-08-25, +/games/boxart/full_natsume-championship-wrestling_563AmericaFront.jpg,Natsume Championship Wrestling,SNES,Fighting,Natsume,Natsume,,,,,,,1994-06-01, +/games/boxart/full_natsume-championship-wrestling_467AmericaFront.jpg,Natsume Championship Wrestling,VC,Fighting,Natsume,Natsume,,,,,,,2011-03-21, +/games/boxart/full_neogeo-battle-coliseum_10AmericaFront.jpg,NeoGeo Battle Coliseum,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-06-09, +/games/boxart/full_2405582JapanFrontccc.jpg,NeoGeo Online Collection Complete Box Gekkan,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-12-23, +/games/boxart/full_2169111JapanFrontccc.jpg,NeoGeo Online Collection Complete Box Joukan,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-12-23, +/games/boxart/full_nettou-garou-densetsu-2_885JapanFront.jpg,Nettou Garou Densetsu 2,GB,Fighting,Takara,Takara,,,,,,,1994-07-29, +/games/boxart/full_2013858JapanFrontccc.jpg,Nettou Real Bout Garou Densetsu Special,GB,Fighting,Takara,SNK Corporation,,,,,,,1998-03-27, +/games/boxart/full_8880038JapanFrontccc.jpg,Nettou Samurai Spirits: Zankuro Musouken,GB,Fighting,Takara,Betop,,,,,,,1996-08-23, +/games/boxart/full_ninku-2_796JapanFront.jpg,Ninku 2: Tenkuuryuu e no Michi,GG,Fighting,Sega,Sega,,,,,,,1995-12-22, +/games/boxart/full_ninku_990JapanFront.jpg,Ninku: Tsuyokina Yatsura No Daigekitotsu!,SAT,Fighting,Sega,Sega,,,,,,,1996-02-02, +/games/boxart/full_one_9PALFront.jpg,One,NGage,Fighting,Nokia,Digital Legends Entertainment,6.8,,,,,,2005-10-13, +/games/boxart/full_7817352AmericaFrontccc.jpg,One Must Fall: 2097,PC,Fighting,Epic Games,Diversions Entertainment,,,,,,,1994-06-15, +/games/boxart/full_2137714AmericaFrontccc.jpg,One Must Fall: Battlegrounds,PC,Fighting,Diversions Entertainment,Diversions Entertainment,,,,,,,2003-12-19, +/games/boxart/full_1872476JapanFrontccc.jpg,Oozumou Tamashii,SNES,Fighting,Takara,Takara,,,,,,,1992-12-11, +/games/boxart/full_1886541JapanFrontccc.jpg,Oretachi Game Center Zoku: Yie Ar Kung Fu,PS2,Fighting,Hamster Corporation,Hamster Corporation,,,,,,,2005-10-27, +/games/boxart/full_ougon-musou-kyoku_121JapanFront.jpg,Ougon Musou Kyoku,PC,Fighting,Unknown,07th Expansion,,,,,,,2010-12-31, +/games/boxart/full_ougon-musou-kyoku-x_59JapanFront.jpg,Ougon Musou Kyoku X,X360,Fighting,Alchemist,07th Expansion,,,,,,,2011-10-06, +/games/boxart/default.jpg,Over the Top Wrestling,X360,Fighting,Unknown,Majesco Games,,,,,,,, +/games/boxart/full_1870642AmericaFrontccc.jpg,Overruled!,OSX,Fighting,Team17 Software,Dlala Studios,,,,,,,2014-09-15,2018-08-08 +/games/boxart/full_58519AmericaFrontccc.jpg,Overruled!,Linux,Fighting,Team17 Software,Dlala Studios,,,,,,,2014-09-15,2018-08-08 +/games/boxart/full_9290168AmericaFrontccc.jpg,Overruled!,PC,Fighting,Team17 Software,Dlala Studios,,,,,,,2014-09-15,2018-08-08 +/games/boxart/default.jpg,Pajamorama,XBL,Fighting,Unknown,Dannobot Games,,,,,,,, +/games/boxart/default.jpg,Persona 4: The Ultimate in Mayonaka Arena,X360,Fighting,Unknown,Arc System Works,,,,,,,, +/games/boxart/default.jpg,Persona 4: The Ultimate in Mayonaka Arena,PS3,Fighting,Unknown,Arc System Works,,,,,,,, +/games/boxart/default.jpg,Phantom Breaker: Battle Grounds,PSV,Fighting,5pb,5pb. Inc.,,,,,,,2014-07-29, +/games/boxart/full_9460469AmericaFrontccc.jpg,Photo Dojo,DSiW,Fighting,Nintendo,Nintendo,,,,,,,2010-05-10, +/games/boxart/full_3693570AmericaFrontccc.jpg,Pirate Cubes,XBL,Fighting,Microsoft,Peter Conti,,,,,,,2009-02-25, +/games/boxart/5901590ccc.jpg,Pit-Fighter,GB,Fighting,THQ,Tengen,,,,,,,1992-06-01, +/games/boxart/full_6896041AmericaFrontccc.jpg,Pit-Fighter,GEN,Fighting,Tengen,Sterling Silver Software,,,,,,,1991-01-01, +/games/boxart/5480481ccc.jpg,Pit-Fighter,SNES,Fighting,THQ,Tengen,,,,,,,1992-03-01, +/games/boxart/977458ccc.jpg,Plasma Sword: Nightmare of Bilstein,DC,Fighting,Capcom,Capcom,5.7,,,,,,2000-03-31, +/games/boxart/full_pocket-fighter_983AmericaFront.jpg,Pocket Fighter,PSN,Fighting,Sony Computer Entertainment,Capcom,,,,,,,2011-02-08, +/games/boxart/full_4530744JapanFrontccc.jpg,Pocket Fighter,WS,Fighting,Bandai,Soft Machine,,,,,,,2000-04-06, +/games/boxart/full_593017JapanFrontccc.jpg,Pokken Tournament,Arc,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-07-16, +/games/boxart/610164ccc.jpg,Power Instinct,SNES,Fighting,Atlus,Atlus Co.,,,,,,,1994-12-01, +/games/boxart/8698832ccc.jpg,Power Moves,SNES,Fighting,Kaneko Co. Ltd,Kaneko,,,,,,,1993-01-01, +/games/boxart/default.jpg,Power Punch,WW,Fighting,Unknown,GrandPrix Games,,,,,,,, +/games/boxart/full_1283110AmericaFrontccc.jpg,Power Quest,GB,Fighting,Sunsoft,Japan System Supply,,,,,,,1998-12-01, +/games/boxart/6060819ccc.jpg,Power Stone 2,DC,Fighting,Capcom,Capcom,8.8,,,,,,2000-08-23, +/games/boxart/9902503ccc.jpg,Primal Rage,3DO,Fighting,LG,Atari Games,,,,,,,1995-01-01, +/games/boxart/475547ccc.jpg,Primal Rage,SNES,Fighting,Time Warner Interactive,Bitmasters,,,,,,,1995-08-01, +/games/boxart/full_7653102AmericaFrontccc.jpg,Primal Rage,GG,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/2572870ccc.jpg,Primal Rage,GB,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-07-01, +/games/boxart/full_3815596AmericaFrontccc.jpg,Primal Rage,PC,Fighting,Time Warner Interactive,Teeny Weeny Games,,,,,,,1995-01-01, +/games/boxart/full_3392234AmericaFrontccc.jpg,Primal Rage,SAT,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/5487812ccc.jpg,Primal Rage,AJ,Fighting,Time Warner Interactive,Atari Games,,,,,,,1995-12-01, +/games/boxart/full_9183208AmericaFrontccc.jpg,Primal Rage,GEN,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/full_9882921JapanFrontccc.jpg,Pro Wrestling,PS,Fighting,A1 Games,D3 Publisher,,,,,,,1999-01-01, +/games/boxart/2979192ccc.jpg,Pro Wrestling,MS,Fighting,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_pro-wrestling-sengokuden-hyper-tag-match_885JapanFront.jpg,Pro Wrestling Sengokuden: Hyper Tag Match,PSN,Fighting,GungHo,KSS,,,,,,,2011-03-09, +/games/boxart/full_pro-wrestling-sengokuden-hyper-tag-match_647JapanFront.jpg,Pro Wrestling Sengokuden: Hyper Tag Match,PS,Fighting,KSS,KSS,,,,,,,1997-10-23, +/games/boxart/full_project-cerberus_3JapanFront.jpg,Project Cerberus,PSP,Fighting,Milestone,MileStone Inc.,,,,,,,2010-08-26, +/games/boxart/default.jpg,Project Giant Robot,WiiU,Fighting,Nintendo,Nintendo,,,,,,,2017-12-31, +/games/boxart/2301039ccc.jpg,Project Justice,DC,Fighting,Capcom,Capcom,7.9,,,,,,2001-05-16, +/games/boxart/full_5843713PALFrontccc.jpg,Psychic Force 2,PS,Fighting,JVC,Taito Corporation,,,,,,,2001-01-01, +/games/boxart/692934ccc.jpg,Psychic Force 2012,DC,Fighting,Acclaim Entertainment,Taito Corporation,6.6,,,,,,1999-10-31, +/games/boxart/full_865656JapanFrontccc.jpg,Psychic Force Complete,PS2,Fighting,Taito,Taito Corporation,,,,,,,2005-12-29, +/games/boxart/7508119ccc.jpg,Punch-Out!! Featuring Mr. Dream,NES,Fighting,Nintendo,Nintendo IRD,,,,,,,1990-08-01, +/games/boxart/full_6016238AmericaFrontccc.jpg,Punch-Out!! Featuring Mr. Dream,VC,Fighting,Nintendo,Nintendo IRD,9,,,,,,2007-04-16, +/games/boxart/full_rag-doll-kung-fu_778AmericaFront.png,Rag Doll Kung Fu,PC,Fighting,Valve,Mark Healey,7,,,,,,2005-10-12, +/games/boxart/full_rag-doll-kung-fu-fists-of-plastic_8AmericaFront.jpg,Rag Doll Kung Fu: Fists of Plastic,PSN,Fighting,Sony Computer Entertainment,Tarsier Studios,6.2,,,,,,2009-04-09, +/games/boxart/full_3994880AmericaFrontccc.jpg,Rage of the Dragons,NG,Fighting,Playmore,Evoga Entertainment,,,,,,,2002-09-20, +/games/boxart/full_2579677AmericaFrontccc.jpg,Rage of the Gladiator,WW,Fighting,Ghostfire Games,Ghostfire Games,8,,,,,,2010-03-15, +/games/boxart/full_5078057AmericaFrontccc.png,Rage of the Immortals,And,Fighting,GREE,GREE,,,,,,,2014-03-13, +/games/boxart/full_7106453PALFrontccc.jpg,Rakuga Kids,N64,Fighting,Konami,KCEK,,,,,,,1998-12-04, +/games/boxart/full_9502723JapanFrontccc.jpg,Rakugaki Showtime,PS,Fighting,Enix,"Treasure Co., Ltd.",,,,,,,1999-07-29, +/games/boxart/default.jpg,Ranger Wars,XBL,Fighting,Unknown,Nubbernaut,,,,,,,, +/games/boxart/full_7330847JapanFrontccc.jpg,Ranma 1/2: Battle Renaissance,PS,Fighting,Shogakukan,Atelier-Sai,,,,,,,1996-12-06, +/games/boxart/full_2141324JapanFrontccc.jpg,Ranma 1/2: Chougi Ranbu Hen,SNES,Fighting,Shogakukan,Atelier Double,,,,,,,1994-04-28, +/games/boxart/full_978436JapanFrontccc.jpg,"Ranma 1/2: Datou, Ganso Musabetsu Kakutou-ryuu!",PCE,Fighting,NCS,NCS,,,,,,,1992-10-02, +/games/boxart/full_2026951AmericaFrontccc.jpg,Ranma 1/2: Hard Battle,SNES,Fighting,NCS,Atelier Double,,,,,,,1993-11-12, +/games/boxart/965706ccc.jpg,Ready 2 Rumble Boxing: Round 2,DC,Fighting,Midway Games,Midway Games,,,,,,,2000-10-23, +/games/boxart/full_real-bout-fatal-fury_147JapanFront.jpg,Real Bout Fatal Fury,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-04-26, +/games/boxart/full_9998287PALFrontccc.jpg,Real Bout Fatal Fury,PS,Fighting,Sony Computer Entertainment,SNK Corporation,,,,,,,1997-08-01, +/games/boxart/full_7249291AmericaFrontccc.jpg,Real Bout Fatal Fury,NG,Fighting,SNK,SNK Corporation,,,,,,,1996-01-26, +/games/boxart/full_real-bout-fatal-fury-cd_334AmericaFront.jpg,Real Bout Fatal Fury (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-02-23, +/games/boxart/full_9406422AmericaFrontccc.jpg,Real Bout Fatal Fury 2: The Newcomers,NG,Fighting,SNK,SNK Corporation,,,,,,,1998-04-29, +/games/boxart/full_3721146AmericaFrontccc.jpg,Real Bout Fatal Fury Special,NG,Fighting,SNK,SNK Corporation,,,,,,,1997-02-28, +/games/boxart/full_real-bout-fatal-fury-special-cd_127AmericaFront.jpg,Real Bout Fatal Fury Special (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1997-01-01, +/games/boxart/full_real-bout-garou-densetsu-2-the-newcomers-cd_238JapanFront.jpg,Real Bout Garou Densetsu 2: The Newcomers (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1998-07-23, +/games/boxart/full_real-bout-garou-densetsu-special_141JapanFront.jpg,Real Bout Garou Densetsu Special,SAT,Fighting,SNK,SNK Corporation,,,,,,,1997-12-23, +/games/boxart/full_real-bout-garou-densetsu-special-dominated-mind_587JapanFront.jpg,Real Bout Garou Densetsu Special: Dominated Mind,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-05-31, +/games/boxart/full_real-bout-garou-densetsu-best-collection_587JapanFront.jpg,Real Bout Garou Densetsu: Best Collection,SAT,Fighting,SNK,SNK Corporation,,,,,,,1998-08-06, +/games/boxart/full_real-steel_124AmericaFront.jpg,Real Steel,PSN,Fighting,Yuke's,Yuke's,,,,,,,2011-10-18, +/games/boxart/full_real-steel_551AmericaFront.jpg,Real Steel,XBL,Fighting,Yuke's,Yuke's,,,,,,,2011-10-12, +/games/boxart/full_2650557AmericaFrontccc.jpg,Resurrection: Rise 2,PC,Fighting,Acclaim Entertainment,Mirage Tech,,,,,,,1996-02-29, +/games/boxart/3354543ccc.jpg,Resurrection: Rise 2,SAT,Fighting,Acclaim Entertainment,Mirage Tech,,,,,,,1996-01-01, +/games/boxart/3270917ccc.jpg,Revengers of Vengeance,SCD,Fighting,Extreme Entertainment Group,Micronet,,,,,,,1994-01-01, +/games/boxart/full_reverthion_901JapanFront.jpg,Reverthion,PSN,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-06-23, +/games/boxart/full_reverthion_767JapanFront.jpg,Reverthion,PS,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-12-01, +/games/boxart/full_7630649AmericaFrontccc.jpg,Riddick Bowe Boxing,GG,Fighting,Extreme Entertainment Group,Equilibrium,,,,,,,1993-01-01, +/games/boxart/full_3792205AmericaFrontccc.jpg,Riddick Bowe Boxing,SNES,Fighting,Extreme Entertainment Group,Malibu Games,,,,,,,1994-01-01, +/games/boxart/full_riddick-bowe-boxing_910AmericaFront.jpg,Riddick Bowe Boxing,GB,Fighting,Extreme Entertainment Group,Equilibrium,,,,,,,1994-01-01, +/games/boxart/default.jpg,Rikishi,DSiW,Fighting,ArtePiazza,ArtePiazza,,,,,,,2011-01-19, +/games/boxart/full_6823906AmericaFrontccc.jpg,Rise 2: Resurrection,PS,Fighting,Acclaim Entertainment,Mirage Tech,,,,,,,1996-03-06, +/games/boxart/full_4708915AmericaFrontccc.jpg,Rise of the Robots,GG,Fighting,Acclaim Entertainment,Mirage,,,,,,,1994-01-01, +/games/boxart/full_9392417AmericaFrontccc.jpg,Rise of the Robots,CDi,Fighting,Philips Media France,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/full_7190371PALFrontccc.jpg,Rise of the Robots,GEN,Fighting,Acclaim Entertainment,Data Design Interactive,,,,,,,1994-01-01, +/games/boxart/7675694ccc.jpg,Rise of the Robots,3DO,Fighting,Absolute Entertainment,Mirage,,,,,,,1995-03-17, +/games/boxart/full_9027802AmericaFrontccc.jpg,Rise of the Robots,MSD,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/227801ccc.jpg,Rise of the Robots,SNES,Fighting,Acclaim Entertainment,Data Design Interactive,,,,,,,1995-01-01, +/games/boxart/full_3898889AmericaFrontccc.jpg,Rise of the Robots,Amig,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/1172932ccc.jpg,Robo Pit,SAT,Fighting,THQ,Altron Corporation,,,,,,,1996-01-01, +/games/boxart/full_5192373AmericaFrontccc.jpg,Robo-Pit 2,PS,Fighting,Mud Duck Productions,Altron Corporation,,,,,,,2003-01-01, +/games/boxart/full_3244915AmericaFrontccc.jpg,Rock 'Em Sock 'Em Robot,GBA,Fighting,DSI Games,Full Fat,,,,,,,2006-10-02, +/games/boxart/full_rock-em-sock-em-robots_766AmericaFront.jpg,Rock 'Em Sock 'Em Robots,GBA,Fighting,DSI Games,Full Fat,,,,,,,2006-10-02, +/games/boxart/full_9900624AmericaFrontccc.jpg,Rocky,GBA,Fighting,Ubisoft,Virtucraft,,,,,,,2002-11-17, +/games/boxart/150368ccc.jpg,Rocky,MS,Fighting,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_rokudenashi-blues_149JapanFront.jpg,Rokudenashi Blues,SNES,Fighting,Unknown,TOSE Software,,,,,,,1994-04-15, +/games/boxart/full_royal-pro-wrestling_1JapanFront.jpg,Royal Pro Wrestling,3DO,Fighting,Natsume,Natsume,,,,,,,1996-02-23, +/games/boxart/full_6367153JapanFrontccc.jpg,Rurouni Kenshin: Ishin Gekitouhen,PS,Fighting,Sony Computer Entertainment,Zoom Inc.,,,,,,,1996-11-29, +/games/boxart/full_rushing-punch_79AmericaFront.jpg,Rushing Punch,XBL,Fighting,Microsoft,Divider1109jp,,,,,,,2011-05-20, +/games/boxart/full_7620805JapanFrontccc.jpg,Ryuuko no Ken,PCE,Fighting,Hudson Soft,Alfa System,,,,,,,1994-03-26, +/games/boxart/full_8942366JapanFrontccc.jpg,Ryuuko no Ken 2,SNES,Fighting,Saurus,Saurus,,,,,,,1994-12-21, +/games/boxart/full_saber-marionette-j-battle-sabers_103JapanFront.gif,Saber Marionette J: Battle Sabers,PS,Fighting,Bandai,Tom Create,,,,,,,1997-03-28, +/games/boxart/full_6918517PALFrontccc.jpg,Saint Seiya: Soldiers' Soul,PC,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-10-06, +/games/boxart/full_1525098PALFrontccc.jpg,Saint Seiya: The Sanctuary,PS2,Fighting,Bandai,Dimps Corporation,,,,,,,2005-06-30, +/games/boxart/full_sakigake-otokojuku_669JapanFront.jpg,Sakigake!! Otokojuku,PS2,Fighting,D3 Publisher,D3 Publisher,,,,,,,2005-11-10, +/games/boxart/full_samurai-shodown_997AmericaFront.jpg,Samurai Shodown,GEN,Fighting,Takara,Saurus,,,,,,,1994-01-01, +/games/boxart/full_753223AmericaFrontccc.jpg,Samurai Shodown,GG,Fighting,Takara,Takara,,,,,,,1994-01-01, +/games/boxart/2424435ccc.jpg,Samurai Shodown,SCD,Fighting,JVC,Funcom,,,,,,,1993-01-01, +/games/boxart/full_2742703JapanFrontccc.jpg,Samurai Shodown,3DO,Fighting,BMG Interactive Entertainment,Crystal Dynamics,,,,,,,1995-02-10, +/games/boxart/full_samurai-shodown_372AmericaFront.jpg,Samurai Shodown,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_samurai-shodown_399AmericaFront.jpg,Samurai Shodown,GB,Fighting,Takara,Takara,,,,,,,1994-11-01, +/games/boxart/5540426ccc.jpg,Samurai Shodown,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-06-16, +/games/boxart/full_samurai-shodown-psp_672AmericaFront.jpg,Samurai Shodown (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-02-01, +/games/boxart/full_samurai-shodown-2_252AmericaFront.jpg,Samurai Shodown 2,PC,Fighting,Interplay,Kinesoft,,,,,,,1999-05-14, +/games/boxart/full_5628444AmericaFrontccc.png,Samurai Shodown Anthology,PSN,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-09-30, +/games/boxart/full_5357719AmericaFrontccc.jpg,Samurai Shodown II,XBL,Fighting,SNK Playmore,SNK Corporation,,,,,,,2008-09-10, +/games/boxart/1413005ccc.jpg,Samurai Shodown II,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2008-08-25, +/games/boxart/full_samurai-shodown-ii-cd_789AmericaFront.jpg,Samurai Shodown II (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-12-15, +/games/boxart/full_5755839JapanFrontccc.jpg,Samurai Shodown III,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2010-09-06, +/games/boxart/full_samurai-shodown-iii-cd_732AmericaFront.jpg,Samurai Shodown III (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-12-29, +/games/boxart/full_samurai-shodown-iv-amakusas-revenge_130AmericaFront.jpg,Samurai Shodown IV: Amakusa's Revenge,NG,Fighting,SNK,SNK Corporation,,,,,,,1996-11-29, +/games/boxart/full_samurai-shodown-iv-amakusas-revenge-cd_908AmericaFront.jpg,Samurai Shodown IV: Amakusa's Revenge (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-12-27, +/games/boxart/full_samurai-shodown-v_198AmericaFront.jpg,Samurai Shodown V,NG,Fighting,SNK,Yuki Enterprise,,,,,,,2003-12-11, +/games/boxart/full_8169336PALFrontccc.jpg,Samurai Shodown V,PS2,Fighting,Ignition Entertainment,Yuki Enterprise,,,,,,,2006-05-26, +/games/boxart/full_samurai-shodown-v-special_362AmericaFront.jpg,Samurai Shodown V Special,NG,Fighting,SNK,Yuki Enterprise,,,,,,,2004-07-09, +/games/boxart/full_3638931AmericaFrontccc.jpg,Samurai Showdown,SNES,Fighting,Unknown,Neo Geo,,,,,,,, +/games/boxart/full_4225542JapanFrontccc.jpg,Samurai Spirits Best Collection,SAT,Fighting,SNK,SNK Corporation,,,,,,,1998-08-06, +/games/boxart/default.jpg,Samurai Spirits Zero Special,XB,Fighting,Unknown,SNK Corporation,,,,,,,, +/games/boxart/full_7259037JapanFrontccc.jpg,Samurai Spirits: Amakusa Kourin,SAT,Fighting,SNK,SNK Corporation,,,,,,,1997-10-02, +/games/boxart/full_9216054JapanFrontccc.jpg,Samurai Spirits: Amakusa Kourin Special,PS,Fighting,SNK,SNK Corporation,,,,,,,1997-12-25, +/games/boxart/full_samurai-spirits-kenkaku-yubinan-pack_621JapanFront.jpg,Samurai Spirits: Kenkaku Yubinan Pack,PS,Fighting,SNK,SNK Corporation,,,,,,,1998-03-26, +/games/boxart/full_6097102JapanFrontccc.jpg,Samurai Spirits: Zankuro Musouken,SAT,Fighting,SNK,SNK Corporation,,,,,,,1996-11-08, +/games/boxart/full_samurai-vs-zombie_474AmericaFront.jpg,Samurai vs Zombie,XBL,Fighting,Microsoft,Chise,,,,,,,2010-02-01, +/games/boxart/default.jpg,San Goku Shi III,MS,Fighting,Unknown,Koei,,,,,,,1994-01-01, +/games/boxart/default.jpg,SARAYIN ESRARI,PC,Fighting,Unknown,Unknown,,,,,,,,2018-10-08 +/games/boxart/5309686ccc.jpg,Saturday Night Slammasters,GEN,Fighting,Capcom,Capcom,,,,,,,1994-01-01, +/games/boxart/full_savage-reign_528AmericaFront.jpg,Savage Reign,NG,Fighting,SNK,SNK Corporation,,,,,,,1995-05-26, +/games/boxart/full_savage-reign_384AmericaFront.jpg,Savage Reign,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-05-31, +/games/boxart/full_savage-reign-cd_948AmericaFront.jpg,Savage Reign (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-06-16, +/games/boxart/full_392179JapanFrontccc.jpg,SD Gundam Eiyuden Daikessen!! Knight vs Musha,PS,Fighting,Bandai,Bandai,,,,,,,2001-03-01, +/games/boxart/full_sd-hiryu-no-ken_229JapanFront.jpg,SD Hiryu no Ken,SNES,Fighting,Unknown,Culture Brain,,,,,,,, +/games/boxart/full_3424821JapanFrontccc.jpg,SD Hiryu no Ken Densetsu,N64,Fighting,Culture Brain,Culture Brain,,,,,,,1999-01-29, +/games/boxart/full_sd-hiryu-no-ken-ex_907JapanFront.jpg,SD Hiryu no Ken EX,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1999-04-30, +/games/boxart/full_sd-hiryu-no-ken-gaiden_750JapanFront.jpg,SD Hiryu no Ken Gaiden,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1995-04-14, +/games/boxart/full_sd-hiryu-no-ken-gaiden-2_976JapanFront.jpg,SD Hiryu no Ken Gaiden 2,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1996-09-27, +/games/boxart/full_sega-ages-2500-series-vol-16-virtua-fighter-2_0JapanFront.jpg,Sega Ages 2500 Series Vol. 16: Virtua Fighter 2,PS2,Fighting,Sega,Sega-AM2,,,,,,,2004-10-14, +/games/boxart/full_sega-ages-2500-series-vol-19-fighting-vipers_4JapanFront.jpg,Sega Ages 2500 Series Vol. 19: Fighting Vipers,PS2,Fighting,Sega,Sega,,,,,,,2005-04-28, +/games/boxart/full_5919904JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 31: Dennou Senki Virtual On,PS2,Fighting,Sega,Sega,,,,,,,2007-10-25, +/games/boxart/full_1956319JapanFrontccc.jpg,Sega Ages Series 2500 Vol. 24: Last Bronx: Tokyo Bengaichi,PS2,Fighting,Sega,M2,,,,,,,2006-06-29, +/games/boxart/full_seifuku-densetsu-pretty-fighter_10JapanFront.jpg,Seifuku Densetsu: Pretty Fighter,SNES,Fighting,Imagineer,Genki,,,,,,,1994-12-02, +/games/boxart/full_seifuku-densetsu-pretty-fighter-x_342JapanFront.jpg,Seifuku Densetsu: Pretty Fighter X,SAT,Fighting,Imagineer,Imagineer,,,,,,,1995-06-16, +/games/boxart/full_shadow-war-of-succession_9AmericaFront.jpg,Shadow: War of Succession,3DO,Fighting,3DO,Tribeca Digital Studios,,,,,,,1994-01-01, +/games/boxart/full_7148666JapanFrontccc.jpg,Shaman King: Funbari Spirits,PS2,Fighting,Bandai,Dimps Corporation,,,,,,,2004-04-08, +/games/boxart/full_4478420AmericaFrontccc.jpg,Shaq-Fu,SNES,Fighting,Electronic Arts,Delphine Software International,,,,,,,1994-10-01, +/games/boxart/234392ccc.jpg,Shaq-Fu,GB,Fighting,Black Pearl,Unexpected Development,,,,,,,1995-10-01, +/games/boxart/full_7339989AmericaFrontccc.jpg,Shaq-Fu,GEN,Fighting,Electronic Arts,Delphine Software International,,,,,,,1994-01-01, +/games/boxart/full_shaq-fu_769AmericaFront.jpg,Shaq-Fu,GG,Fighting,Electronic Arts,Tiertex Design Studios,,,,,,,1995-01-01, +/games/boxart/full_new-japan-pro-wrestling-toukon-retsuden_9JapanFront.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden,WS,Fighting,Tomy Corporation,Tomy Corporation,,,,,,,1999-03-04, +/games/boxart/full_3442025JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden 4,DC,Fighting,Tomy Corporation,Tomy Corporation,,,,,,,1999-09-02, +/games/boxart/full_5468358JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Road - Brave Spirits,N64,Fighting,Hudson Soft,Yuke's Media Creations,,,,,,,1998-01-04, +/games/boxart/full_shin-nippon-pro-wrestling-toukon-road-2-the-next-generation_2JapanFront.jpg,Shin Nippon Pro Wrestling: Toukon Road 2 - The Next Generation,N64,Fighting,Hudson Soft,Yuke's Media Creations,,,,,,,1998-12-26, +/games/boxart/full_7157328JapanFrontccc.jpg,Simple 1500 Series Vol. 52: The Pro Wrestling 2,PS,Fighting,D3 Publisher,Yuke's,,,,,,,2000-12-14, +/games/boxart/full_2872816JapanFrontccc.jpg,Simple 1500 Series Vol. 58: The Sumo,PS,Fighting,D3 Publisher,Multimedia Intelligence Transfer,,,,,,,2001-04-26, +/games/boxart/full_8046194JapanFrontccc.jpg,Simple 1500 Series Vol. 99: The Kendo,PS,Fighting,D3 Publisher,Amedio,,,,,,,2002-08-29, +/games/boxart/full_4238554JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 12: Kidou Butouden G Gundam: The Battle,PS,Fighting,Bandai,Natsume,,,,,,,2002-10-10, +/games/boxart/full_8205625JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 13: Kidou Senki Gundam W: The Battle,PS,Fighting,Bandai,Natsume,,,,,,,2002-10-10, +/games/boxart/default.jpg,Simple Series Vol. 5: The Judo,WW,Fighting,D3 Publisher,D3 Publisher,,,,,,,2009-10-27, +/games/boxart/default.jpg,Skullgirls,PS4,Fighting,Unknown,Reverge Labs,,,,,,,2015-01-01, +/games/boxart/default.jpg,Skullgirls,PSV,Fighting,Unknown,Reverge Labs,,,,,,,2015-01-01, +/games/boxart/default.jpg,Skullgirls,XBL,Fighting,Unknown,Reverge Labs,,,,,,,, +/games/boxart/full_2353418AmericaFrontccc.png,Skullgirls,PSN,Fighting,Unknown,Reverge Labs,,,,,,,, +/games/boxart/full_5358637JapanFrontccc.jpg,Slap Happy Rhythm Busters,PS,Fighting,ASK,Polygon Magic,,,,,,,2000-06-29, +/games/boxart/full_9963359AmericaFrontccc.jpg,Slaughter Sport,GEN,Fighting,Razorsoft,Sanritsu Denki,,,,,,,1991-01-01, +/games/boxart/default.jpg,smackdown vs. raw 2009,PS2,Fighting,Unknown,Yuke's,,,,,,,, +/games/boxart/full_snake-warriors-training_2PALFront.jpg,Snake Warriors: Training,PSN,Fighting,Unknown,Crystal Games,,,,,,,2011-04-19, +/games/boxart/1510172ccc.jpg,Sonic Battle,GBA,Fighting,THQ,Sonic Team/Dimps Corporation,7.9,,,,,,2004-01-05,2018-02-05 +/games/boxart/2680469ccc.jpg,Soul Fighter,DC,Fighting,Mindscape,Toka,4.1,,,,,,1999-10-31, +/games/boxart/full_372292AmericaFrontccc.jpg,SoulCalibur,XBL,Fighting,Namco Bandai Games,Namco,7.5,,,,,,2008-07-02, +/games/boxart/full_2586628AmericaFrontccc.png,SoulCalibur: Broken Destiny,PSN,Fighting,Namco Bandai,Project Soul,,,,,,,2009-10-01, +/games/boxart/full_1505619PALFrontccc.jpg,Spectral vs Generation,PSP,Fighting,Midas Interactive Entertainment,Idea Factory / International Games System (IGS),,,,,,,2007-03-30, +/games/boxart/full_4637267PALFrontccc.jpg,Spectral vs Generation,PS2,Fighting,Midas Interactive Entertainment,Idea Factory / International Games System (IGS),,,,,,,2007-07-25, +/games/boxart/full_star-gladiator-episode-i-final-crusade_782JapanFront.jpg,Star Gladiator Episode: I Final Crusade,PSN,Fighting,Capcom,Capcom,,,,,,,2011-02-09, +/games/boxart/full_stardust-suplex_996JapanFront.jpg,Stardust Suplex,SNES,Fighting,Varie,Varie Corporation,,,,,,,1995-01-20, +/games/boxart/full_9072370AmericaFrontccc.png,Steambot Chronicles: Battle Tournament,PSN,Fighting,Atlus,Irem Software Engineering,,,,,,,2009-10-21, +/games/boxart/6893232ccc.jpg,Street Combat,SNES,Fighting,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-04-01, +/games/boxart/default.jpg,Street Fighter 2 Special Champion Edition,GEN,Fighting,Unknown,Capcom,,,,,,,, +/games/boxart/default.jpg,Street Fighter Alpha,PC,Fighting,Capcom,Capcom,,,,,,,2000-06-14, +/games/boxart/full_7473558AmericaFrontccc.png,Street Fighter Alpha 2,PSN,Fighting,Sony Computer Entertainment,Capcom,,,,,,,2009-06-04, +/games/boxart/full_3297963AmericaFrontccc.jpg,Street Fighter Alpha 2,VC,Fighting,Capcom,Capcom,,,,,,,2009-12-07, +/games/boxart/full_3178650AmericaFrontccc.jpg,Street Fighter Alpha 2,PC,Fighting,Capcom,Capcom,,,,,,,1997-11-01, +/games/boxart/default.jpg,Street Fighter Alpha 3,PSN,Fighting,Unknown,Capcom,,,,,,,, +/games/boxart/4090802ccc.jpg,Street Fighter Alpha 3,DC,Fighting,Capcom,Capcom,8.4,,,,,,2000-05-31, +/games/boxart/full_7840513AmericaFrontccc.png,Street Fighter Alpha 3 MAX,PSN,Fighting,Capcom,Capcom,,,,,,,2009-10-14, +/games/boxart/full_5997749AmericaFrontccc.png,Street Fighter Alpha: Warriors' Dreams,PSN,Fighting,Capcom,Capcom,,,,,,,2008-08-14, +/games/boxart/full_5996201AmericaFrontccc.jpg,Street Fighter Alpha: Warriors' Dreams,GB,Fighting,Capcom,Crawfish Interactive,,,,,,,2000-03-01, +/games/boxart/full_3319498AmericaFrontccc.jpg,Street Fighter II,GB,Fighting,Nintendo,Capcom,,,,,,,1995-09-01, +/games/boxart/full_street-fighter-ii-turbo-hyper-fighting_9AmericaFront.jpg,Street Fighter II Turbo: Hyper Fighting,VC,Fighting,Capcom,Capcom,,,,,,,2007-06-25, +/games/boxart/default.jpg,Street Fighter II',MS,Fighting,Tec Toy,Capcom,,,,,,,1997-01-01, +/games/boxart/full_2787589AmericaFrontccc.jpg,Street Fighter II' Hyper Fighting,XBL,Fighting,Capcom,Sensory Sweep,6.9,,,,,,2006-08-02, +/games/boxart/full_street-fighter-ii-champion-edition_1JapanFront.jpg,Street Fighter II': Champion Edition,PCE,Fighting,NEC,Capcom,,,,,,,1993-06-12, +/games/boxart/full_2244765JapanFrontccc.jpg,Street Fighter II': Champion Edition,VC,Fighting,Capcom,Capcom,,,,,,,2009-11-16, +/games/boxart/full_8488324AmericaFrontccc.jpg,Street Fighter II': Special Champion Edition,VC,Fighting,Capcom,Capcom,,,,,,,2008-10-13, +/games/boxart/full_street-fighter-ii-the-world-warrior_1AmericaFront.jpg,Street Fighter II: The World Warrior,VC,Fighting,Capcom,Capcom,,,,,,,2006-12-25, +/games/boxart/full_1988158JapanFrontccc.jpg,Street Fighter III: 3rd Strike,PS2,Fighting,Capcom,Capcom,,,,,,,2004-07-22, +/games/boxart/9786918ccc.jpg,Street Fighter III: 3rd Strike,DC,Fighting,Capcom,Capcom,7.8,,,,,,2000-10-04, +/games/boxart/full_street-fighter-iii-3rd-strike-online-edition_867AmericaFront.jpg,Street Fighter III: 3rd Strike Online Edition,PSN,Fighting,Capcom,Capcom,8.5,,,,,,2011-08-23, +/games/boxart/full_street-fighter-iii-3rd-strike-online-edition_136AmericaFront.jpg,Street Fighter III: 3rd Strike Online Edition,XBL,Fighting,Capcom,Capcom,9.3,,,,,,2011-08-23, +/games/boxart/full_4737354AmericaFrontccc.jpg,Street Fighter III: Double Impact,DC,Fighting,Capcom,Capcom,8,,,,,,2000-06-19, +/games/boxart/full_676293AmericaFrontccc.jpg,Street Fighter IV,XBL,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2010-02-09, +/games/boxart/default.jpg,Street Fighter Online: Mouse Generation,PC,Fighting,Unknown,Daletto,,,,,,,, +/games/boxart/full_910419JapanFrontccc.jpg,Street Fighter Zero 3,SAT,Fighting,Capcom,Capcom,,,,,,,1999-08-06, +/games/boxart/3834538ccc.jpg,Street Fighter: The Movie,SAT,Fighting,Capcom,Incredible Technologies,,,,,,,1995-08-10, +/games/boxart/default.jpg,Street Heroes,NES,Fighting,Sachen,Thin Chen Enterprises,,,,,,,1995-01-01, +/games/boxart/full_5702549AmericaFrontccc.jpg,Streets of Fury,XBL,Fighting,Microsoft,Cyrille Lagarigue,,,,,,,2009-08-24, +/games/boxart/full_strip-fighter-2_5JapanFront.jpg,Strip Fighter II,PCE,Fighting,Unknown,Games Express,,,,,,,1993-01-01, +/games/boxart/full_5776725JapanFrontccc.jpg,Suiko Enbu: Fuuun Saiki,SAT,Fighting,Data East,Data East,,,,,,,1996-03-22, +/games/boxart/full_3119998JapanFrontccc.jpg,Suiko Enbu: Outlaws of the Lost Dynasty,PS,Fighting,Data East,Data East,,,,,,,1996-01-26, +/games/boxart/full_2275221JapanFrontccc.jpg,Super B-Daman: Fighting Phoenix,GB,Fighting,Hudson Soft,Takara,,,,,,,1997-07-11, +/games/boxart/full_super-bikkuriman_29JapanFront.jpg,Super BikkuriMan,SNES,Fighting,Bec,Tom Create,,,,,,,1993-01-29, +/games/boxart/full_super-chinese-fighter_88JapanFront.jpg,Super Chinese Fighter,SNES,Fighting,Culture Brain,Culture Brain,,,,,,,1995-01-03, +/games/boxart/full_super-chinese-fighter-ex_993JapanFront.jpg,Super Chinese Fighter EX,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1999-12-24, +/games/boxart/full_super-chinese-fighter-gb_250JapanFront.jpg,Super Chinese Fighter GB,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1996-12-28, +/games/boxart/full_6531460JapanFrontccc.jpg,Super Fire ProWrestling 2,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1992-12-25, +/games/boxart/full_5154096JapanFrontccc.jpg,Super Fire ProWrestling III Easy Type,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1994-02-04, +/games/boxart/full_5091311JapanFrontccc.jpg,Super Fire ProWrestling III Final Bout,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1993-12-28, +/games/boxart/full_5848734JapanFrontccc.jpg,Super Fire ProWrestling Queen's Special,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1995-06-30, +/games/boxart/full_1576131JapanFrontccc.jpg,Super Fire ProWrestling X Premium,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1996-03-29, +/games/boxart/full_super-godzilla_5AmericaFront.jpg,Super Godzilla,SNES,Fighting,TOHO,"Toho Co., Ltd.",,,,,,,1994-07-01, +/games/boxart/full_6300993JapanFrontccc.jpg,Super Smash Bros.,iQue,Fighting,Unknown,HAL Laboratory,,,,,,,, +/games/boxart/3157801ccc.jpg,Super Street Fighter II Turbo,3DO,Fighting,Panasonic Interactive Media,Capcom,,,,,,,1994-01-01, +/games/boxart/full_super-street-fighter-ii-turbo-hd-remix_8AmericaFront.jpg,Super Street Fighter II Turbo: HD Remix,PSN,Fighting,Capcom,Backbone Emeryville,9.1,,,,,,2008-11-25, +/games/boxart/full_7477810AmericaFrontccc.jpg,Super Street Fighter II Turbo: HD Remix,XBL,Fighting,Capcom,Backbone Emeryville,8.9,,,,,,2008-11-26, +/games/boxart/full_3183029JapanFrontccc.jpg,Super Street Fighter II X for Matching Service,DC,Fighting,Capcom,Capcom,,,,,,,2000-12-22, +/games/boxart/9101664ccc.jpg,Super Street Fighter II: The New Challengers,VC,Fighting,Capcom,Capcom,,,,,,,2008-01-21, +/games/boxart/full_super-street-fighter-iv_14AmericaFront.jpg,Super Street Fighter IV,XBL,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2011-01-11, +/games/boxart/full_super-street-fighter-iv-arcade-edition_620AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,PSN,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2011-06-07, +/games/boxart/full_super-street-fighter-iv-arcade-edition_262AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,XBL,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2011-06-07, +/games/boxart/full_9277080JapanFrontccc.jpg,SVC Chaos: SNK vs. Capcom,NG,Fighting,SNK Playmore,SNK Corporation,,,,,,,2003-11-14, +/games/boxart/full_2004020PALFrontccc.jpg,SVC Chaos: SNK vs. Capcom,PS2,Fighting,Ignition Entertainment,SNK Corporation,,,,,,,2005-04-15, +/games/boxart/full_6031853AmericaFrontccc.jpg,Tag Team Wrestling,NES,Fighting,Data East,Data East,,,,,,,1986-09-01, +/games/boxart/full_4656093JapanFrontccc.jpg,Taiketsu! Ultra Hero,GBA,Fighting,Jorudan,Jorudan,,,,,,,2004-03-05, +/games/boxart/4476547ccc.jpg,Tech Romancer,DC,Fighting,Capcom,Capcom,8.3,,,,,,2000-03-31, +/games/boxart/7564793ccc.jpg,Tecmo World Wrestling,NES,Fighting,Tecmo,Tecmo,,,,,,,1990-04-01, +/games/boxart/full_6823580PALFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutant Melee,PS2,Fighting,Konami,Konami Computer Entertainment Hawaii,,,,,,,2005-10-14, +/games/boxart/full_5600998AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Tournament Fighters,GEN,Fighting,Konami,Konami,,,,,,,1993-12-02, +/games/boxart/full_tekken_336AmericaFront.jpg,Tekken,PSN,Fighting,Sony Computer Entertainment,Namco,,,,,,,2011-06-07, +/games/boxart/full_806326AmericaFrontccc.png,Tekken 2,PSN,Fighting,Namco Bandai,Namco,,,,,,,2006-12-03, +/games/boxart/full_9239065PALFrontccc.jpg,Tekken 2 / Soul Blade,PS,Fighting,Sony Computer Entertainment,Namco,,,,,,,2003-05-09, +/games/boxart/4998632ccc.jpg,Tekken 5: Dark Resurrection,PSN,Fighting,Namco Bandai,Namco Bandai Games,8.1,,,,,,2007-03-01, +/games/boxart/full_697428AmericaFrontccc.png,Tekken 6,PSN,Fighting,Namco Bandai,Namco Bandai Games,,,,,,,2009-11-24, +/games/boxart/full_944981AmericaFrontccc.jpg,Tekken 7,Arc,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-03-18, +/games/boxart/full_2393955AmericaFrontccc.jpg,Teleroboxer,VB,Fighting,Nintendo,Nintendo IRD,,,,,,,1995-08-01, +/games/boxart/full_7486039JapanFrontccc.jpg,Tenryu Genchiro no Pro Wrestling Revolution: WAR - Wrestle and Romance,SNES,Fighting,Jaleco,Jaleco Entertainment,,,,,,,1994-09-30, +/games/boxart/default.jpg,The Circle: Martial Arts Fighter,Wii,Fighting,Unknown,Twelve Interactive,,,,,,,, +/games/boxart/full_2871084JapanFrontccc.jpg,The Eye of Typhoon,3DO,Fighting,Unknown,Viccom,,,,,,,1996-01-01, +/games/boxart/default.jpg,The gamrReview Test Game,NES,Fighting,Unknown,VGChartz,10,,,,,,1994-01-13, +/games/boxart/full_the-kick-boxing_9JapanFront.jpg,The Kick Boxing,PCE,Fighting,Micro World,Loriciel,,,,,,,1992-07-31, +/games/boxart/full_6980483AmericaFrontccc.jpg,The King of Fighters '94,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2007-01-07, +/games/boxart/full_the-king-of-fighters-94_441AmericaFront.jpg,The King of Fighters '94,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_the-king-of-fighters-94-psp_522AmericaFront.jpg,The King of Fighters '94 (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, +/games/boxart/full_the-king-of-fighters-94-re-bout_520JapanFront.jpg,The King of Fighters '94 Re-Bout,PS2,Fighting,Unknown,SNK Playmore Corporation,,,,,,,, +/games/boxart/full_the-king-of-fighters-95_368AmericaFront.jpg,The King of Fighters '95,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-07-19, +/games/boxart/full_4037550AmericaFrontccc.jpg,The King of Fighters '95,GB,Fighting,Nintendo,Aspect Co. Ltd.,,,,,,,1997-02-01, +/games/boxart/full_5520077JapanFrontccc.jpg,The King of Fighters '95,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2010-04-26, +/games/boxart/full_the-king-of-fighters-95-96_235JapanFront.jpg,The King of Fighters '95 + '96,SAT,Fighting,SNK,SNK Corporation,,,,,,,1996-12-31, +/games/boxart/full_the-king-of-fighters-96_963JapanFront.jpg,The King of Fighters '96,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-10-11, +/games/boxart/full_the-king-of-fighters-96_280AmericaFront.jpg,The King of Fighters '96,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-02-15, +/games/boxart/full_the-king-of-fighters-96-cd_408AmericaFront.jpg,The King of Fighters '96 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-10-25, +/games/boxart/full_3036819AmericaFrontccc.jpg,The King of Fighters '97,NG,Fighting,SNK,SNK Corporation,,,,,,,1997-09-25, +/games/boxart/full_the-king-of-fighters-97_511JapanFront.jpg,The King of Fighters '97,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-05-31, +/games/boxart/full_the-king-of-fighters-97-cd_405AmericaFront.jpg,The King of Fighters '97 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1997-01-01, +/games/boxart/full_9239388AmericaFrontccc.jpg,The King of Fighters '98 Ultimate Match,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,7.6,,,,,,2009-07-01, +/games/boxart/full_the-king-of-fighters-98_61JapanFront.jpg,The King of Fighters '98: Dream Match Never Ends,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-06-28, +/games/boxart/full_5382130AmericaFrontccc.jpg,The King of Fighters '98: The Slugfest,NG,Fighting,SNK,SNK Corporation,,,,,,,1998-09-23, +/games/boxart/full_9106193AmericaFrontccc.jpg,The King of Fighters '98: The Slugfest (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1998-01-01, +/games/boxart/full_4991112AmericaFrontccc.jpg,The King of Fighters '99,PSN,Fighting,Sony Computer Entertainment,SNK Corporation,,,,,,,2009-05-14, +/games/boxart/full_5874127AmericaFrontccc.jpg,The King of Fighters '99: Millennium Battle,NG,Fighting,SNK,SNK Corporation,,,,,,,1999-09-23, +/games/boxart/full_the-king-of-fighters-99-millennium-battle-cd_804AmericaFront.jpg,The King of Fighters '99: Millennium Battle (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1999-01-01, +/games/boxart/default.jpg,The King of Fighters 2000,PS4,Fighting,SNK Playmore,Trigger Apps,,,,,,,2016-05-03, +/games/boxart/full_2447383JapanFrontccc.jpg,The King of Fighters 2000,DC,Fighting,Playmore,Playmore Corporation,,,,,,,2002-08-08, +/games/boxart/full_the-king-of-fighters-2000_73JapanFront.jpg,The King of Fighters 2000,NG,Fighting,SNK,SNK Corporation,,,,,,,2000-12-21, +/games/boxart/full_9481328AmericaFrontccc.jpg,The King of Fighters 2001,NG,Fighting,Unknown,Eolith,,,,,,,2002-03-14, +/games/boxart/full_2207970JapanFrontccc.jpg,The King of Fighters 2001,DC,Fighting,Playmore,Eolith,,,,,,,2002-12-26, +/games/boxart/full_2831441JapanFrontccc.jpg,The King of Fighters 2001,PS2,Fighting,SNK Playmore,Eolith,,,,,,,2003-10-23, +/games/boxart/full_5562420JapanFrontccc.jpg,The King of Fighters 2002,DC,Fighting,Playmore,Eolith,,,,,,,2003-06-19, +/games/boxart/full_2009842PALFrontccc.jpg,The King of Fighters 2002,XB,Fighting,Ignition Entertainment,Eolith,,,,,,,2005-11-18, +/games/boxart/9515306ccc.jpg,The King of Fighters 2002,NG,Fighting,Sun Amusement,Eolith,,,,,,,2002-12-18, +/games/boxart/full_3419186PALFrontccc.jpg,The King of Fighters 2002,PS2,Fighting,Ignition Entertainment,Eolith,,,,,,,2005-10-07, +/games/boxart/full_the-king-of-fighters-2002-unlimited-match_2AmericaFront.jpg,The King of Fighters 2002: Unlimited Match,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-11-03, +/games/boxart/full_152831AmericaFrontccc.jpg,The King of Fighters 2003,NG,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2004-03-18, +/games/boxart/full_the-king-of-fighters-2003_519PALFront.jpg,The King of Fighters 2003,XB,Fighting,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-03-03, +/games/boxart/full_70510PALFrontccc.jpg,The King of Fighters 2003,PS2,Fighting,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-04-01, +/games/boxart/full_4872544AmericaFrontccc.png,The King of Fighters Collection: The Orochi Saga,PSN,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-09-30, +/games/boxart/full_315685AmericaFrontccc.jpg,The King of Fighters EX: Neo Blood,GBA,Fighting,Sammy Corporation,Marvelous Interactive,8.3,,,,,,2002-01-01, +/games/boxart/full_the-king-of-fighters-extreme_60AmericaFront.jpg,The King of Fighters Extreme,NGage,Fighting,Nokia,Hudson Soft,,,,,,,2005-01-12, +/games/boxart/full_the-king-of-fighters-capital_655JapanFront.jpg,The King of Fighters Kyo,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-06-28, +/games/boxart/full_9397416PALFrontccc.jpg,The King of Fighters NeoWave,PS2,Fighting,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-10-06, +/games/boxart/full_the-king-of-fighters-portable-9498-chapter-of-orochi_204JapanFront.jpg,The King of Fighters Portable '94~'98: Chapter of Orochi,PSN,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-06-24, +/games/boxart/full_the-king-of-fighters-best-collection_861JapanFront.jpg,The King of Fighters: Best Collection,SAT,Fighting,SNK,SNK Corporation,,,,,,,1998-10-01, +/games/boxart/full_the-king-of-fighters-heat-of-battle_936PALFront.jpg,The King of Fighters: Heat of Battle,GB,Fighting,Takara,Aspect Co. Ltd.,,,,,,,1998-01-01, +/games/boxart/full_the-last-blade_712AmericaFront.jpg,The Last Blade,NG,Fighting,SNK,SNK Corporation,,,,,,,1998-01-29, +/games/boxart/full_the-last-blade-cd_475AmericaFront.jpg,The Last Blade (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1998-03-26, +/games/boxart/full_the-last-blade-2_598AmericaFront.jpg,The Last Blade 2,NG,Fighting,SNK,SNK Corporation,,,,,,,1999-01-28, +/games/boxart/4285022ccc.jpg,The Last Blade 2: Heart of the Samurai,DC,Fighting,Agetec,SNK Corporation,8,,,,,,2001-08-06, +/games/boxart/full_6890369AmericaFrontccc.jpg,The Rhythm of Fighters,And,Fighting,SNK Playmore,SNK Playmore,,,,,,,2014-06-24, +/games/boxart/full_time-killers_2AmericaFront.jpg,Time Killers,GEN,Fighting,Black Pearl,Incredible Technologies,,,,,,,1996-01-01, +/games/boxart/8559290ccc.jpg,Title Match Pro Wrestling,2600,Fighting,Absolute Entertainment,Absolute Entertainment,,,,,,,1987-01-01, +/games/boxart/6983081ccc.jpg,Title Match Pro Wrestling,7800,Fighting,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, +/games/boxart/full_6847996AmericaFrontccc.jpg,TMNT: Mutant Melee,PC,Fighting,Konami,Konami Computer Entertainment Hawaii,,,,,,,2005-03-28, +/games/boxart/full_tna-impact-cross-the-line_1AmericaFront.jpg,TNA iMPACT: Cross the Line,PSN,Fighting,SouthPeak Interactive,Point of View,,,,,,,2010-06-22, +/games/boxart/full_3915178PALFrontccc.png,Tom and Jerry in Fists of Furry,PC,Fighting,NewKidCo,VIS Entertainment,,,,,,,2002-01-01, +/games/boxart/default.jpg,Toon Fighter Z: BeatEm With Fun!,DS,Fighting,Unknown,TBA,,,,,,,, +/games/boxart/full_2704161AmericaFrontccc.jpg,ToriBash,PC,Fighting,Nabi Studios,Nabi Studios,,,,,,,2006-01-01, +/games/boxart/full_toribash-violence-perfected_1AmericaFront.jpg,ToriBash: Violence Perfected,WW,Fighting,Nabi Studios,Nabi Studios,,,,,,,2010-07-12, +/games/boxart/full_4273162JapanFrontccc.jpg,Toshinden,Wii,Fighting,Takara Tomy,DreamFactory,,,,,,,2009-12-10, +/games/boxart/full_4196014PALFrontccc.jpg,Toshinden Subaru,PS,Fighting,Takara,Tamsoft,,,,,,,2000-06-30, +/games/boxart/full_6310917AmericaFrontccc.jpg,Toughman Contest,GEN,Fighting,EA Sports,Visual Concepts,,,,,,,1995-01-01, +/games/boxart/full_4973654AmericaFrontccc.jpg,Transformers: Beast Wars Transmetals,N64,Fighting,BAM! Entertainment,Locomotive Games,,,,,,,2000-11-15, +/games/boxart/full_1941708AmericaFrontccc.jpg,Transformers: Prime,DS,Fighting,Activision,Altron,,,,,,,2012-10-30,2019-01-06 +/games/boxart/full_tsuppari-oozumou_1JapanFront.jpg,Tsuppari Oozumou,NES,Fighting,Tecmo,Tecmo,,,,,,,1987-09-18, +/games/boxart/full_tsuppari-oozumou_5JapanFront.jpg,Tsuppari Oozumou: Heisei Han,PCE,Fighting,Naxat Soft,Naxat Soft,,,,,,,1993-02-19, +/games/boxart/1124617ccc.jpg,Tuff E Nuff,SNES,Fighting,Jaleco,Jaleco Entertainment,,,,,,,1993-09-01, +/games/boxart/full_twinkle-queen_1JapanFront.jpg,Twinkle Queen,Wii,Fighting,Milestone,MileStone Inc.,,,,,,,2010-08-26, +/games/boxart/full_7761320AmericaFrontccc.jpg,UFC 2009 Undisputed,XBL,Fighting,THQ,Yuke's Osaka,,,,,,,2010-03-30, +/games/boxart/full_ufc-undisputed-2010_7AmericaFront.jpg,UFC Undisputed 2010,PSN,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2010-09-14, +/games/boxart/default.jpg,Ugoite Asobu Boxing,DSiW,Fighting,Genki,Genki,,,,,,,2010-07-28, +/games/boxart/full_ultimate-fighter_224AmericaFront.jpg,Ultimate Fighter,SNES,Fighting,Culture Brain,Culture Brain,,,,,,,1994-06-01, +/games/boxart/9728075ccc.jpg,Ultimate Fighting Championship,GB,Fighting,Crave Entertainment,Fluid Studios,,,,,,,2000-11-27, +/games/boxart/full_3380303AmericaFrontccc.jpg,Ultimate Mortal Kombat 3,XBL,Fighting,Midway Games,Digital Eclipse,7.1,,,,,,2006-10-21, +/games/boxart/1377118ccc.jpg,Ultimate Mortal Kombat 3,SAT,Fighting,Williams Entertainment,Eurocom Entertainment Software,,,,,,,1996-01-01, +/games/boxart/5627171ccc.gif,Ultimate Mortal Kombat 3,GEN,Fighting,Williams Entertainment,Avalanche Software,,,,,,,1996-01-01, +/games/boxart/8836281ccc.jpg,Ultimate Mortal Kombat 3,SNES,Fighting,Midway Games,Avalanche Software,,,,,,,1996-10-01, +/games/boxart/7069676ccc.jpg,Ultra Vortek,AJ,Fighting,Atari,Beyond Games,,,,,,,1995-01-01, +/games/boxart/1245499ccc.jpg,Ultraman,SNES,Fighting,Bandai,Bandai,,,,,,,1991-10-01, +/games/boxart/full_6032070JapanFrontccc.jpg,Ultraman,WS,Fighting,Bandai,Bandai,,,,,,,2001-06-21, +/games/boxart/full_4887051JapanFrontccc.jpg,Ultraman,GEN,Fighting,Ma-Ba,Ma-Ba,,,,,,,1993-04-09, +/games/boxart/full_2388726JapanFrontccc.jpg,Ultraman Fighting Evolution,PS,Fighting,Banpresto,Banpresto,,,,,,,1998-02-19, +/games/boxart/full_4209142JapanFrontccc.jpg,Ultraman Fighting Evolution 2,PS2,Fighting,Banpresto,Banpresto,,,,,,,2002-10-31, +/games/boxart/full_4717593JapanFrontccc.jpg,Ultraman Fighting Evolution Rebirth,PS2,Fighting,Banpresto,Banpresto,,,,,,,2005-10-27, +/games/boxart/full_8987775JapanFrontccc.jpg,Ultraman: Hikari no Kyojin Densetsu,SAT,Fighting,Bandai,Bandai,,,,,,,1996-12-20, +/games/boxart/full_1520875JapanFrontccc.jpg,Under Night In-Birth,Arc,Fighting,Sega,Ecole Software,,,,,,,2012-09-20,2018-11-09 +/games/boxart/5411726ccc.jpg,Urban Champion,NES,Fighting,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, +/games/boxart/5812595ccc.jpg,Urban Champion,VC,Fighting,Nintendo,Nintendo R&D1,,,,,,,2007-01-01, +/games/boxart/default.jpg,Valkyrie Fight,PC,Fighting,Amaginz,Amaginz,,,,,,,2001-01-01, +/games/boxart/full_5879556JapanFrontccc.jpg,Valkyrie Fight Tag,PC,Fighting,Amaginz,Amaginz,,,,,,,2001-01-01, +/games/boxart/full_6967905JapanFrontccc.jpg,Vampire Chronicle for Matching Service,DC,Fighting,Capcom,Capcom,,,,,,,2000-08-10, +/games/boxart/full_1911637JapanFrontccc.jpg,Vampire: Darkstalkers Collection,PS2,Fighting,Capcom,Capcom,,,,,,,2005-05-19, +/games/boxart/full_3389919JapanFrontccc.jpg,Vanguard Princess,PC,Fighting,Unknown,Tomoaki Sugeno,,,,,,,2009-06-30, +/games/boxart/full_versus-hero_6JapanFront.jpg,Versus Hero,GB,Fighting,Banpresto,Banpresto,,,,,,,1992-08-07, +/games/boxart/full_4762239AmericaFrontccc.jpg,Victorious Boxers 2: Fighting Spirit,PS2,Fighting,Empire Interactive,Grandprix Inc.,,,,,,,2006-11-20, +/games/boxart/full_9363328PALFrontccc.jpg,Victory Boxing Champion Edition,PS,Fighting,JVC,Victor Interactive Software,,,,,,,1996-12-01, +/games/boxart/3904471ccc.jpg,Virtua Fighter,PC,Fighting,Sega,Sega-AM2,7.4,,,,,,1996-08-31, +/games/boxart/4071551ccc.jpg,Virtua Fighter 2,PC,Fighting,Sega,Sega-AM2,8.1,,,,,,1997-09-30, +/games/boxart/full_virtua-fighter-2_3AmericaFront.jpg,Virtua Fighter 2,VC,Fighting,Sega,Sega-AM2,,,,,,,2007-04-16, +/games/boxart/full_virtua-fighter-2_5AmericaFront.jpg,Virtua Fighter 2,GEN,Fighting,Sega,Sega-AM2,,,,,,,1997-01-01, +/games/boxart/full_virtua-fighter-2-genesis_414AmericaFront.jpg,Virtua Fighter 2 (Genesis),PC,Fighting,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_6493655AmericaFrontccc.jpg,Virtua Fighter 5,XBL,Fighting,Unknown,Sega-AM2,,,,,,,, +/games/boxart/full_virtua-fighter-animation_2AmericaFront.jpg,Virtua Fighter Animation,GG,Fighting,Sega,Sega,,,,,,,1996-01-01, +/games/boxart/default.jpg,Virtua Fighter Animation,MS,Fighting,Tec Toy,Aspect,,,,,,,1997-03-01, +/games/boxart/full_7873104AmericaFrontccc.jpg,Virtua Fighter Remix,SAT,Fighting,Sega,Sega-AM2,,,,,,,1995-01-01, +/games/boxart/full_3496501JapanFrontccc.jpg,Virtual Pro Wrestling 2: Oudou Keishou,N64,Fighting,Asmik Ace Entertainment,Aki Corp.,,,,,,,2000-01-28, +/games/boxart/full_8825440JapanFrontccc.jpg,Virtual Pro Wrestling 64,N64,Fighting,Asmik Ace Entertainment,Aki Corp.,,,,,,,1997-12-19, +/games/boxart/full_vr-troopers_3AmericaFront.jpg,VR Troopers,GG,Fighting,Sega,Syrox Developments,,,,,,,1995-01-01, +/games/boxart/full_vr-troopers_8AmericaFront.jpg,VR Troopers,GEN,Fighting,Sega,Syrox Developments,,,,,,,1995-01-01, +/games/boxart/full_6100995JapanFrontccc.jpg,Waku Waku 7,NG,Fighting,SNK,SunSoft,,,,,,,1996-12-27, +/games/boxart/full_7894521JapanFrontccc.jpg,Waku Waku 7,SAT,Fighting,Sunsoft,SunSoft,,,,,,,1997-06-20, +/games/boxart/full_31842JapanFrontccc.jpg,Waku Waku 7,VC,Fighting,D4 Enterprise,SunSoft,,,,,,,2010-04-27, +/games/boxart/full_1812480AmericaFrontccc.jpg,War Gods,PC,Fighting,Midway Games,Midway Games,,,,,,,1997-06-30, +/games/boxart/3045071ccc.jpg,Way of the Warrior,3DO,Fighting,Universal Interactive,Naughty Dog,,,,,,,1995-01-01, +/games/boxart/9957673ccc.jpg,WCW Mayhem,GB,Fighting,Electronic Arts,2n Productions,,,,,,,2000-04-01, +/games/boxart/full_2276202AmericaFrontccc.jpg,WCW Nitro,PC,Fighting,THQ,Inland Productions,,,,,,,1998-01-01, +/games/boxart/8545792ccc.jpg,WCW vs The World,PS,Fighting,THQ,Aki Corp.,,,,,,,1997-02-28, +/games/boxart/8203034ccc.jpg,WCW World Wrestling Championship,NES,Fighting,FCI,Nichibutsu,,,,,,,1990-04-01, +/games/boxart/7945434ccc.jpg,WCW/nWo Thunder,PS,Fighting,THQ,Inland Productions,,,,,,,1998-12-31, +/games/boxart/7887636ccc.jpg,WCW: The Main Event,GB,Fighting,FCI,"FCI, Inc.",,,,,,,1994-02-01, +/games/boxart/full_weaponlord_0AmericaFront.jpg,WeaponLord,SNES,Fighting,Namco,Visual Concepts,,,,,,,1995-09-01, +/games/boxart/full_weaponlord_3AmericaFront.jpg,WeaponLord,GEN,Fighting,Namco,Visual Concepts,,,,,,,1995-01-01, +/games/boxart/full_5472569PALFrontccc.jpg,World Fighting,PS2,Fighting,505 Games,HuneX,,,,,,,2004-12-01, +/games/boxart/full_world-heroes_5AmericaFront.jpg,World Heroes,GEN,Fighting,Sega,Sega,,,,,,,1994-08-16, +/games/boxart/full_9194011AmericaFrontccc.jpg,World Heroes,SNES,Fighting,Sunsoft,SunSoft,,,,,,,1993-09-01, +/games/boxart/full_world-heroes_1AmericaFront.jpg,World Heroes,VC,Fighting,SNK Playmore,ADK Corporation,,,,,,,2007-10-08, +/games/boxart/full_world-heroes_6AmericaFront.jpg,World Heroes,NG,Fighting,SNK,ADK Corporation,,,,,,,1992-09-11, +/games/boxart/full_world-heroes_517AmericaFront.jpg,World Heroes,PSN,Fighting,SNK Playmore,ADK,,,,,,,2011-08-30, +/games/boxart/full_world-heroes-cd_143JapanFront.jpg,World Heroes (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1995-03-17, +/games/boxart/full_world-heroes-2_992JapanFront.jpg,World Heroes 2,VC,Fighting,D4 Enterprise,ADK,,,,,,,2011-11-15, +/games/boxart/full_world-heroes-2_59JapanFront.jpg,World Heroes 2,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-06-04, +/games/boxart/5265737ccc.jpg,World Heroes 2,NG,Fighting,SNK,ADK Corporation,,,,,,,1993-06-04, +/games/boxart/full_world-heroes-2_907AmericaFront.jpg,World Heroes 2,SNES,Fighting,Takara,Saurus,,,,,,,1994-09-01, +/games/boxart/full_world-heroes-2-cd_228JapanFront.jpg,World Heroes 2 (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1995-04-14, +/games/boxart/full_world-heroes-2-jet_899AmericaFront.jpg,World Heroes 2 Jet,NG,Fighting,SNK,ADK Corporation,,,,,,,1994-06-10, +/games/boxart/full_world-heroes-2-jet_9AmericaFront.jpg,World Heroes 2 Jet,GB,Fighting,Takara,Takara,,,,,,,1995-08-01, +/games/boxart/full_world-heroes-2-jet-cd_544JapanFront.jpg,World Heroes 2 Jet (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1994-11-11, +/games/boxart/full_world-heroes-perfect_17AmericaFront.jpg,World Heroes Perfect,VC,Fighting,D4 Enterprise,ADK Corporation,,,,,,,2011-01-11, +/games/boxart/full_1831273JapanFrontccc.jpg,World Heroes Perfect,SAT,Fighting,SNK,ADK Corporation,,,,,,,1996-08-09, +/games/boxart/full_4853704AmericaFrontccc.jpg,World Heroes Perfect,NG,Fighting,SNK,ADK Corporation,,,,,,,1995-06-30, +/games/boxart/full_world-heroes-perfect-cd_94AmericaFront.jpg,World Heroes Perfect (CD),NG,Fighting,SNK,ADK Corporation,,,,,,,1995-07-21, +/games/boxart/full_541623JapanFrontccc.jpg,Wrestle Kingdom,X360,Fighting,Yuke's,Yuke's Future Media Creators,,,,,,,2005-12-22, +/games/boxart/full_7894839PALFrontccc.jpg,WWC: World Wrestling Championship,PS2,Fighting,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/full_wwe-aftershock_645AmericaFront.jpg,WWE Aftershock,NGage,Fighting,Nokia,Exient Entertainment,5.4,,,,,,2005-08-15, +/games/boxart/full_wwe-all-stars_592AmericaFront.jpg,WWE All Stars,PSN,Fighting,THQ,THQ,,,,,,,2011-03-28, +/games/boxart/default.jpg,WWE Brawl,X360,Fighting,Unknown,THQ,,,,,,,, +/games/boxart/default.jpg,WWE Brawl,Wii,Fighting,Unknown,THQ,,,,,,,, +/games/boxart/default.jpg,WWE Brawl,PS3,Fighting,Unknown,THQ,,,,,,,, +/games/boxart/default.jpg,WWE Immortals,And,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2015-01-15, +/games/boxart/full_wwe-smackdown-vs-raw-2008_2AmericaFront.jpg,WWE SmackDown vs Raw 2008,XBL,Fighting,THQ,Yuke's Media Creations,,,,,,,2010-07-27, +/games/boxart/full_wwe-smackdown-vs-raw-2009_5AmericaFront.jpg,WWE SmackDown vs. Raw 2009,XBL,Fighting,THQ,Yuke's Media Creations,,,,,,,2010-07-27, +/games/boxart/full_4229647AmericaFrontccc.png,WWE SmackDown vs. Raw 2009,PSN,Fighting,THQ,Yuke's Media Creations,,,,,,,2009-09-30, +/games/boxart/full_2306005AmericaFrontccc.png,WWE Smackdown vs. Raw 2010,PSN,Fighting,THQ,Yuke's,,,,,,,2009-10-21, +/games/boxart/full_wwe-smackdown-vs-raw-2011_2AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PSN,Fighting,THQ,JAKKS Pacific,,,,,,,2010-10-26, +/games/boxart/2085555ccc.jpg,WWE Smackdown! vs. Raw,PS2,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2004-11-02, +/games/boxart/3474155ccc.jpg,WWE Smackdown! vs. RAW Superstar Series,PS2,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2008-03-04, +/games/boxart/full_141653AmericaFrontccc.jpg,WWF Attitude,GB,Fighting,Acclaim Entertainment,Crawfish Interactive,,,,,,,1999-06-01, +/games/boxart/full_6154999AmericaFrontccc.jpg,WWF Attitude,DC,Fighting,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1999-11-10, +/games/boxart/full_wwf-betrayal_852AmericaFront.jpg,WWF Betrayal,GB,Fighting,THQ,WayForward Technologies,,,,,,,2001-08-07, +/games/boxart/full_6300070AmericaFrontccc.jpg,WWF in Your House,SAT,Fighting,Acclaim Entertainment,"Sculptured Software, Inc.",,,,,,,1996-11-30, +/games/boxart/full_1101303AmericaFrontccc.jpg,WWF in Your House,PC,Fighting,Acclaim Entertainment,"Sculptured Software, Inc.",,,,,,,1996-12-31, +/games/boxart/7807897ccc.jpg,WWF King of the Ring,GB,Fighting,LJN,Eastridge Technology,,,,,,,1993-09-01, +/games/boxart/6326757ccc.jpg,WWF King of the Ring,NES,Fighting,LJN,Eastridge Technology,,,,,,,1993-11-01, +/games/boxart/full_6319839AmericaFrontccc.jpg,WWF Rage in the Cage,SCD,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1994-01-01, +/games/boxart/full_wwf-raw_0AmericaFront.jpg,WWF Raw (1994),GEN,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1994-01-01,2018-01-06 +/games/boxart/9140296ccc.jpg,WWF Raw (1994),SNES,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1994-04-18,2018-01-06 +/games/boxart/4175003ccc.jpg,WWF Raw (1994),GG,Fighting,Acclaim Entertainment,Realtime Associates,,,,,,,1994-01-01,2018-01-06 +/games/boxart/full_wwf-raw_235AmericaFront.jpg,WWF Raw (1994),GB,Fighting,Accolade,LJN Ltd.,,,,,,,1994-12-01,2018-01-06 +/games/boxart/full_7353834AmericaFrontccc.jpg,WWF Royal Rumble,SNES,Fighting,LJN,Sculptured Software,,,,,,,1993-06-01, +/games/boxart/full_9118859AmericaFrontccc.jpg,WWF Royal Rumble,DC,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2000-08-01, +/games/boxart/full_4228503AmericaFrontccc.jpg,WWF Royal Rumble,GEN,Fighting,Flying Edge,Sculptured Software,,,,,,,1993-09-01, +/games/boxart/7484215ccc.jpg,WWF SmackDown!,PS,Fighting,THQ,Yuke's,9,,,,,,2000-03-02, +/games/boxart/full_4865601AmericaFrontccc.jpg,WWF Super Wrestlemania,GEN,Fighting,Flying Edge,Sculptured Software,,,,,,,1992-01-01, +/games/boxart/full_168375AmericaFrontccc.jpg,WWF Superstars,GB,Fighting,LJN,Rare Ltd.,,,,,,,1991-01-01, +/games/boxart/full_6363041AmericaFrontccc.jpg,WWF Superstars 2,GB,Fighting,LJN,Sculptured Software,,,,,,,1992-01-01, +/games/boxart/full_2708173AmericaFrontccc.jpg,WWF War Zone,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-01-01, +/games/boxart/full_727154AmericaFrontccc.jpg,WWF WrestleMania 2000,GB,Fighting,THQ,Natsume,,,,,,,1999-01-01, +/games/boxart/4266911ccc.jpg,WWF WrestleMania Challenge,NES,Fighting,LJN,Rare Ltd.,,,,,,,1990-11-01, +/games/boxart/9642737ccc.jpg,WWF WrestleMania: Steel Cage Challenge,NES,Fighting,LJN,Sculptured Software,,,,,,,1992-09-01, +/games/boxart/full_wwf-wrestlemania-steel-cage-challenge_9PALFront.jpg,WWF WrestleMania: Steel Cage Challenge,MS,Fighting,Flying Edge,Flying Edge,,,,,,,1992-01-01, +/games/boxart/2782614ccc.jpg,WWF WrestleMania: Steel Cage Challenge,GG,Fighting,Flying Edge,Flying Edge,,,,,,,1993-01-01, +/games/boxart/6111054ccc.jpg,WWF Wrestlemania: The Arcade Game,SAT,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1996-01-01, +/games/boxart/full_9923945AmericaFrontccc.jpg,WWF WrestleMania: The Arcade Game,PC,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1997-01-01, +/games/boxart/full_995793AmericaFrontccc.jpg,WWF WrestleMania: The Arcade Game,SNES,Fighting,Acclaim Entertainment,Sculptured Software,3,,,,,,1995-11-01, +/games/boxart/full_9344416AmericaFrontccc.jpg,WWF WrestleMania: The Arcade Game,GEN,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1995-01-01, +/games/boxart/full_2504483AmericaFrontccc.jpg,X-Men: Children of the Atom,PC,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1997-05-31, +/games/boxart/4274507ccc.jpg,X-Men: Mutant Academy,GB,Fighting,Activision,Crawfish Interactive,,,,,,,2000-07-01, +/games/boxart/7228076ccc.jpg,X-Men: Mutant Academy,PS,Fighting,Activision,Paradox Development,,,,,,,2000-07-11, +/games/boxart/full_5417748AmericaFrontccc.jpg,Yie Ar Kung Fu,XBL,Fighting,Konami,Digital Eclipse,,,,,,,2007-07-18, +/games/boxart/full_2673499JapanFrontccc.jpg,Yie Ar Kung Fu,VC,Fighting,Konami,Konami,,,,,,,2008-01-08, +/games/boxart/full_4830030JapanFrontccc.jpg,Yie Ar Kung Fu,NES,Fighting,Konami,Konami,,,,,,,1985-04-22, +/games/boxart/full_8381745JapanFrontccc.jpg,Yie Ar Kung Fu 2: The Emperor Yie-Gah,VC,Fighting,Konami,Konami,,,,,,,2009-12-08, +/games/boxart/full_yu-yu-hakusho_4JapanFront.jpg,Yu Yu Hakusho,3DO,Fighting,Tomy Corporation,Hudson Soft,,,,,,,1994-12-23, +/games/boxart/full_6496902JapanFrontccc.jpg,Yuu Yuu Hakusho Final,SNES,Fighting,Namco,Namco,,,,,,,1995-03-24, +/games/boxart/full_5392711JapanFrontccc.jpg,Yuu Yuu Hakusho Forever,PS2,Fighting,Banpresto,Dimps Corporation,,,,,,,2005-05-19, +/games/boxart/full_yuu-yuu-hakusho-bakutou-ankoku-bujutsu-kai_7JapanFront.jpg,Yuu Yuu Hakusho: Bakutou Ankoku Bujutsu Kai,NES,Fighting,Bandai,TOSE Software,,,,,,,1993-10-22, +/games/boxart/full_192068JapanFrontccc.jpg,Yuu Yuu Hakusho: Tokubetsu Hen,SNES,Fighting,Namco,Namco,,,,,,,1994-12-22, +/games/boxart/full_1783462AmericaFrontccc.jpg,YuYu Hakusho Ghost Files: Dark Tournament,PS2,Fighting,Atari,Digital Fiction,,,,,,,2004-09-21, +/games/boxart/full_9267938JapanFrontccc.jpg,Zen-Nippon Joshi Pro Wrestling: Queen of Queen,PCFX,Fighting,NEC Interchannel,NEC,,,,,,,1995-03-24, +/games/boxart/full_2231380JapanFrontccc.jpg,Zen-Nippon Joshi ProWrestling Kounin: Fire Pro Joshi All Star Dreamslam,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1994-07-22, +/games/boxart/full_9595914JapanFrontccc.jpg,Zen-Nippon Onna Pro Wrestling: Joou Densetsu,PS,Fighting,TEN,GW,4.9,,,,,,1998-07-23, +/games/boxart/full_2426761JapanFrontccc.jpg,Zen-Nippon Pro Wrestling Jet,GB,Fighting,NCS,NCS,,,,,,,1994-07-15, +/games/boxart/full_8838081JapanFrontccc.jpg,Zero Divide,PC,Fighting,GameBank,Kinesoft,,,,,,,1996-01-01, +/games/boxart/full_zero-divide_821JapanFront.jpg,Zero Divide,PSN,Fighting,Zoom,Zoom Inc.,,,,,,,2010-04-14, +/games/boxart/full_3691436PALFrontccc.jpg,Zero Divide 2: The Secret Wish,PS,Fighting,Sony Computer Entertainment,Zoom Inc.,,,,,,,1998-10-01, +/games/boxart/full_7759823JapanFrontccc.jpg,Zero Divide: The Final Conflict,SAT,Fighting,Zoom,Zoom Inc.,,,,,,,1997-11-20, +/games/boxart/full_zoids-struggle_4JapanFront.jpg,Zoids Struggle,PS2,Fighting,Tomy Corporation,Eighting,,,,,,,2004-11-18, +/games/boxart/full_6943378JapanFrontccc.jpg,Zoids: Full Metal Crash,GC,Fighting,Tomy Corporation,Tomy Corporation,,,,,,,2005-10-27, +/games/boxart/full_8682478AmericaFrontccc.jpg,ZSX4 Guitarpocalypse,XBL,Fighting,Microsoft,Jamezila,,,,,,,2008-11-24, +/games/boxart/default.jpg,K-1 World Grand Prix 2001 Kaimakuden,PS,Fighting,Unknown,Daft,,,,,,,,2020-10-07 +/games/boxart/full_1808455AmericaFrontccc.jpg,ACA NEOGEO ART OF FIGHTING,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-23,2018-04-02 +/games/boxart/full_3256895AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-09-21,2018-04-02 +/games/boxart/full_1184909AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-03-28 +/games/boxart/full_2591782AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-11,2018-03-29 +/games/boxart/full_138104AmericaFrontccc.jpg,ACA NEOGEO ART OF FIGHTING 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-22,2018-04-02 +/games/boxart/full_2566629AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-11,2018-04-02 +/games/boxart/full_3142955AmericaFrontccc.jpeg,ACA NEOGEO ART OF FIGHTING 3,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-26,2018-08-05 +/games/boxart/full_6081701AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING 3,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-02,2018-04-02 +/games/boxart/full_2569362AmericaFrontccc.png,ACA NEOGEO FATAL FURY,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-01-12,2018-04-02 +/games/boxart/full_4794166AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-23,2018-04-02 +/games/boxart/full_3436670AmericaFrontccc.png,ACA NEOGEO FATAL FURY,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-04-02 +/games/boxart/full_9959191AmericaFrontccc.png,ACA NEOGEO FATAL FURY 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-27,2018-03-29 +/games/boxart/full_2620338AmericaFrontccc.png,ACA NEOGEO FATAL FURY 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-22,2018-04-02 +/games/boxart/full_1563812AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-04-02 +/games/boxart/full_1913102AmericaFrontccc.png,ACA NEOGEO FATAL FURY 3,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-15,2018-03-28 +/games/boxart/full_8505644AmericaFrontccc.png,ACA NEOGEO FATAL FURY 3,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-03-29 +/games/boxart/full_6785317AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY 3,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-04-02 +/games/boxart/full_8813110AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY SPECIAL,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-13,2018-04-02 +/games/boxart/full_9432115AmericaFrontccc.png,ACA NEOGEO FATAL FURY SPECIAL,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-13,2018-03-29 +/games/boxart/full_3341914AmericaFrontccc.png,ACA NEOGEO FATAL FURY SPECIAL,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-13,2018-04-02 +/games/boxart/full_4524865AmericaFrontccc.png,ACA NEOGEO GALAXY FIGHT: UNIVERSAL WARRIORS,PS4,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-04-27,2018-03-29 +/games/boxart/full_1549112AmericaFrontccc.png,ACA NEOGEO GALAXY FIGHT: UNIVERSAL WARRIORS,NS,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-05-18,2018-04-02 +/games/boxart/full_4825061AmericaFrontccc.jpg,ACA NEOGEO GALAXY FIGHT: UNIVERSAL WARRIORS,XOne,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-04-06,2018-04-02 +/games/boxart/full_6124540AmericaFrontccc.png,ACA NEOGEO GAROU: MARK OF THE WOLVES,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-11,2018-04-02 +/games/boxart/full_9852572AmericaFrontccc.jpeg,ACA NEOGEO KARNOV'S REVENGE,PS4,Fighting,Hamster Corporation,Data East,,,,,,,2017-12-07,2018-04-03 +/games/boxart/full_6324750AmericaFrontccc.jpg,ACA NEOGEO KARNOV'S REVENGE,XOne,Fighting,Hamster Corporation,Data East,,,,,,,2017-11-16,2018-04-02 +/games/boxart/full_5613818AmericaFrontccc.png,ACA NEOGEO KARNOV'S REVENGE,NS,Fighting,Hamster Corporation,Data East,,,,,,,2017-11-16,2018-04-02 +/games/boxart/full_6518887AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-03-18,2018-03-28 +/games/boxart/full_2670628AmericaFrontccc.jpg,ACA NEOGEO REAL BOUT FATAL FURY,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-12,2018-04-03 +/games/boxart/full_3845311AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-13,2018-03-29 +/games/boxart/full_6010373AmericaFrontccc.jpeg,ACA NEOGEO REAL BOUT FATAL FURY 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-03-08,2018-04-01 +/games/boxart/full_7057595AmericaFrontccc.jpg,ACA NEOGEO REAL BOUT FATAL FURY SPECIAL,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-12-14,2018-04-04 +/games/boxart/full_4440462AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY SPECIAL,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-08,2018-03-29 +/games/boxart/full_6889349AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY SPECIAL,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 +/games/boxart/full_3023766AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-20,2018-04-04 +/games/boxart/full_8898089AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2016-12-09,2018-03-30 +/games/boxart/full_6084763AmericaFrontccc.jpg,ACA NEOGEO SAMURAI SHODOWN,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-04 +/games/boxart/full_2871634AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN II,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-11,2018-03-30 +/games/boxart/full_9357369AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN II,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-01,2018-03-28 +/games/boxart/full_9071525AmericaFrontccc.jpg,ACA NEOGEO SAMURAI SHODOWN II,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-09-21,2018-04-04 +/games/boxart/full_8338093AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN III,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 +/games/boxart/full_898332AmericaFrontccc.jpg,ACA NEOGEO SAMURAI SHODOWN III,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-01,2018-04-03 +/games/boxart/full_7776528AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN III,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-05,2018-08-05 +/games/boxart/full_8862218AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN IV,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 +/games/boxart/full_43835AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN IV,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 +/games/boxart/full_6141094AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN IV,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-13,2018-04-04 +/games/boxart/full_904752AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN V,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-05,2018-08-05 +/games/boxart/full_5391438AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN V,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-05,2018-08-05 +/games/boxart/full_9048728AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '94,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-09,2018-04-02 +/games/boxart/full_4953315AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '94,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-16,2018-04-02 +/games/boxart/full_2974147AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '94,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2016-10-27,2018-03-29 +/games/boxart/full_2451649AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '95,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-11,2018-03-29 +/games/boxart/full_7357356AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '95,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-12,2018-04-02 +/games/boxart/full_6757773AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '95,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-30,2018-04-02 +/games/boxart/full_5164272AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '96,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-10,2018-04-02 +/games/boxart/full_9355468AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '96,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-10,2018-03-29 +/games/boxart/full_6716523AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '96,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-12-28,2018-04-02 +/games/boxart/full_5243719AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '97,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-02,2018-03-29 +/games/boxart/full_2393295AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '97,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-26,2018-08-05 +/games/boxart/full_8967444AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '97,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-02,2018-04-02 +/games/boxart/full_3925732AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '98,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-11,2018-04-03 +/games/boxart/full_7797581AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '98,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-03 +/games/boxart/full_8528419AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '98,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-26,2018-03-29 +/games/boxart/full_9979347AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '99,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-25,2018-04-04 +/games/boxart/full_3536603AmericaFrontccc.jpeg,ACA NEOGEO THE KING OF FIGHTERS '99,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-05,2018-08-05 +/games/boxart/full_5548375AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS 2000,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-10,2018-04-04 +/games/boxart/full_8290595AmericaFrontccc.jpeg,ACA NEOGEO THE KING OF FIGHTERS 2000,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-06-21,2018-08-05 +/games/boxart/full_5519130AmericaFrontccc.png,ACA NEOGEO THE LAST BLADE,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-12-14,2018-04-03 +/games/boxart/full_9480881AmericaFrontccc.jpg,ACA NEOGEO THE LAST BLADE,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-18,2018-04-03 +/games/boxart/full_576377AmericaFrontccc.png,ACA NEOGEO THE LAST BLADE,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-15,2018-03-28 +/games/boxart/full_7344872AmericaFrontccc.jpeg,ACA NEOGEO THE LAST BLADE 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-15,2018-04-01 +/games/boxart/full_9600577AmericaFrontccc.png,ACA NEOGEO THE LAST BLADE 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-06-21,2018-08-05 +/games/boxart/full_558440AmericaFrontccc.jpeg,ACA NEOGEO THE LAST BLADE 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 +/games/boxart/full_3470004AmericaFrontccc.jpeg,ACA NEOGEO WAKU WAKU 7,XOne,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-03-22,2018-04-01 +/games/boxart/full_6155891AmericaFrontccc.png,ACA NEOGEO WAKU WAKU 7,NS,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-03-03,2018-04-01 +/games/boxart/full_1941416AmericaFrontccc.jpg,ACA NEOGEO WORLD HEROES,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-23,2018-04-01 +/games/boxart/full_6717017AmericaFrontccc.png,ACA NEOGEO WORLD HEROES,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-30,2018-04-01 +/games/boxart/full_8849224AmericaFrontccc.png,ACA NEOGEO WORLD HEROES,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-01-26,2018-04-01 +/games/boxart/full_4187998AmericaFrontccc.jpg,ACA NEOGEO WORLD HEROES 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-25,2018-04-01 +/games/boxart/full_2696324AmericaFrontccc.png,ACA NEOGEO WORLD HEROES 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-25,2018-03-29 +/games/boxart/full_314663AmericaFrontccc.png,ACA NEOGEO WORLD HEROES 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-25,2018-03-28 +/games/boxart/full_4559381AmericaFrontccc.jpeg,ACA NEOGEO WORLD HEROES 2 JET,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-30,2018-03-28 +/games/boxart/full_6212442AmericaFrontccc.jpg,ACA NEOGEO WORLD HEROES 2 JET,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-30,2018-04-01 +/games/boxart/full_2099151AmericaFrontccc.png,ACA NEOGEO WORLD HEROES 2 JET,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-03-22,2018-03-28 +/games/boxart/full_9509882AmericaFrontccc.png,ACA NEOGEO WORLD HEROES PERFECT,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-04 +/games/boxart/full_3212066AmericaFrontccc.png,Arcade Archives: Double Dragon,NS,Fighting,Taito Corporation,Technos Japan Corporation,,,,,,,2018-01-18,2018-02-04 +/games/boxart/full_3965882JapanFrontccc.jpg,Blade Arcus Rebellion from Shining,NS,Fighting,Sega,Studio Saizensen,,,,,,,2019-03-14,2019-02-24 +/games/boxart/full_3527155JapanFrontccc.jpg,Blade Arcus Rebellion from Shining,PS4,Fighting,Sega,Studio Saizensen,,,,,,,2019-03-14,2019-02-24 +/games/boxart/full_5101216AmericaFrontccc.jpg,BlazBlue: Central Fiction,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,,,,,,2017-04-26,2019-01-25 +/games/boxart/full_9859860JapanFrontccc.jpg,BlazBlue: Central Fiction,NS,Fighting,Aksys Games,Arc System Works,,,,,,,2019-02-07,2019-01-25 +/games/boxart/full_9475606AmericaFrontccc.jpg,BlazBlue: Cross Tag Battle,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2018-06-05,2019-04-08 +/games/boxart/default.jpg,Boreal Blade,PC,Fighting,Unknown,Frozenbyte,,,,,,,,2019-08-28 +/games/boxart/default.jpg,Boreal Blade,NS,Fighting,Unknown,Frozenbyte,,,,,,,,2019-08-28 +/games/boxart/full_3342234AmericaFrontccc.jpg,Bounty Battle,PS4,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 +/games/boxart/full_556987AmericaFrontccc.jpg,Bounty Battle,XOne,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 +/games/boxart/full_8345028AmericaFrontccc.jpg,Bounty Battle,PC,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 +/games/boxart/full_4731354AmericaFrontccc.jpg,Bounty Battle,NS,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 +/games/boxart/default.jpg,Brawlhalla,PC,Fighting,Unknown,Blue Mammoth Games,,,,,,,,2019-03-26 +/games/boxart/default.jpg,Brawlout,PS4,Fighting,Unknown,Angry Mob Games,,,,,,,,2018-02-10 +/games/boxart/default.jpg,Brawlout,XOne,Fighting,Unknown,Angry Mob Games,,,,,,,,2018-02-10 +/games/boxart/default.jpg,Brawlout,PC,Fighting,Unknown,Angry Mob Games,,,,,,,,2018-02-10 +/games/boxart/full_7067252AmericaFrontccc.jpg,Breakers Collection,XOne,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 +/games/boxart/full_8531266AmericaFrontccc.jpg,Breakers Collection,XS,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 +/games/boxart/full_6074857AmericaFrontccc.jpg,Breakers Collection,NS,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 +/games/boxart/full_7041997AmericaFrontccc.jpg,Breakers Collection,PC,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 +/games/boxart/full_3153569AmericaFrontccc.jpg,Breakers Collection,PS4,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 +/games/boxart/full_4406889AmericaFrontccc.jpg,Breakers Collection,PS5,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 +/games/boxart/full_9740327AmericaFrontccc.jpg,Capcom Beat 'Em Up Bundle,PC,Fighting,Capcom,Capcom,,,,,,,2018-09-18,2018-12-19 +/games/boxart/full_1159637AmericaFrontccc.jpg,Capcom Beat 'Em Up Bundle,XOne,Fighting,Capcom,Capcom,,,,,,,2018-09-18,2018-12-19 +/games/boxart/full_8421115AmericaFrontccc.jpeg,Capcom Fighting Collection,PC,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 +/games/boxart/full_3540614AmericaFrontccc.jpeg,Capcom Fighting Collection,PS4,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 +/games/boxart/full_9527064AmericaFrontccc.jpeg,Capcom Fighting Collection,XOne,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 +/games/boxart/full_7486438AmericaFrontccc.jpeg,Capcom Fighting Collection,NS,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 +/games/boxart/full_4467935AmericaFrontccc.jpg,Cobra Kai: The Karate Kid Saga Continues,NS,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2020-10-27,2020-09-24 +/games/boxart/full_2687158AmericaFrontccc.jpg,Cobra Kai: The Karate Kid Saga Continues,PS4,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2020-10-27,2021-01-31 +/games/boxart/full_3043668AmericaFrontccc.jpg,Cobra Kai: The Karate Kid Saga Continues,XOne,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2020-10-27,2021-01-31 +/games/boxart/default.jpg,Cobra Kai: The Karate Kid Saga Continues,PC,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2021-01-05,2021-01-31 +/games/boxart/default.jpg,Creed: Rise to Glory,OR,Fighting,Unknown,Survios,,,,,,,,2022-03-15 +/games/boxart/full_614894AmericaFrontccc.jpg,Dead or Alive 5 Ultimate,X360,Fighting,Tecmo Koei,Team Ninja,,,,,,,2013-09-03,2018-11-20 +/games/boxart/full_3938452AmericaFrontccc.jpg,Dead or Alive 5 Ultimate,PS3,Fighting,Tecmo Koei,Team Ninja,,,,,,,2013-09-03,2018-11-20 +/games/boxart/full_1513583AmericaFrontccc.jpg,Dead or Alive 6,PC,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-02-15,2019-03-21 +/games/boxart/full_515689AmericaFrontccc.jpg,Dead or Alive 6,PS4,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-02-15,2019-03-21 +/games/boxart/full_6230549AmericaFrontccc.jpg,Dead or Alive 6,XOne,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-02-15,2019-03-21 +/games/boxart/full_5196827AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,PC,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 +/games/boxart/full_5087873AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,PS4,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 +/games/boxart/full_4945240AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,PS5,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 +/games/boxart/full_7041691AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,XOne,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 +/games/boxart/full_5813348AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,XS,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 +/games/boxart/default.jpg,Digital Champ Battle Boxing,WiiU,Fighting,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_2776679AmericaFrontccc.jpg,DNF Duel,PC,Fighting,Unknown,Arc System Works,,,,,,,,2022-09-19 +/games/boxart/full_3736244AmericaFrontccc.jpg,DNF Duel,PS4,Fighting,Unknown,Arc System Works,,,,,,,,2022-09-19 +/games/boxart/full_8582580AmericaFrontccc.jpg,DNF Duel,PS5,Fighting,Unknown,Arc System Works,,,,,,,,2022-09-19 +/games/boxart/full_7788549AmericaFrontccc.png,Double Dragon 4,NS,Fighting,Arc System Works,InterOne,,,,,,,2017-09-07,2018-03-11 +/games/boxart/full_4627340AmericaFrontccc.jpg,Dragon Ball: Sparking! Zero,PC,Fighting,Unknown,Spike Chunsoft,,,,,,,,2023-12-07 +/games/boxart/full_8747596AmericaFrontccc.jpg,Dragon Ball: Sparking! Zero,PS5,Fighting,Unknown,Spike Chunsoft,,,,,,,,2023-12-07 +/games/boxart/full_5036776AmericaFrontccc.jpg,Dragon Ball: Sparking! Zero,XS,Fighting,Unknown,Spike Chunsoft,,,,,,,,2023-12-07 +/games/boxart/full_743859PALFrontccc.jpg,Drawfighters,PS4,Fighting,Unknown,Sony Computer Entertainment,,,,,,,,2019-01-24 +/games/boxart/full_9640992PALFrontccc.jpg,EA Sports UFC 4,PS4,Fighting,EA Sports,Electronic Arts,,,,,,,2020-08-14,2020-07-14 +/games/boxart/full_4477520PALFrontccc.jpg,EA Sports UFC 4,XOne,Fighting,EA Sports,Electronic Arts,,,,,,,2020-08-14,2020-07-14 +/games/boxart/full_2679481AmericaFrontccc.png,Fantasy Strike,NS,Fighting,Sirlin Games,Sirlin Games,,,,,,,2018-07-01,2018-03-23 +/games/boxart/full_7037256AmericaFrontccc.jpg,Fighting EX Layer,PS4,Fighting,Arika,Arika,,,,,,,2018-06-28,2018-10-09 +/games/boxart/default.jpg,Fighting EX Layer,PC,Fighting,Unknown,Arika,,,,,,,,2019-03-26 +/games/boxart/full_9585736JapanFrontccc.jpg,Fighting Illusion K-1 Grand Prix 2000,PS,Fighting,Xing Entertainment,Daft,,,,,,,2000-10-05,2020-08-12 +/games/boxart/full_1632790JapanFrontccc.jpg,Fighting Illusion V: K-1 Grand Prix '99,PS,Fighting,Xing Entertainment,Daft,,,,,,,2020-09-30,2020-08-12 +/games/boxart/full_3942575AmericaFrontccc.jpg,Fire Pro Wrestling World,PC,Fighting,Spike Chunsoft,Spike Chunsoft,,,,,,,2017-12-18,2018-03-29 +/games/boxart/default.jpg,Flying Warriors,WiiU,Fighting,Unknown,Culture Brain,,,,,,,,2020-08-25 +/games/boxart/full_5328719AmericaFrontccc.png,Gang Beasts,PC,Fighting,Double Fine Presents,Boneloaf,6,,,,,,2017-12-12,2018-01-21 +/games/boxart/full_3007338AmericaFrontccc.jpeg,GigaBash,PS5,Fighting,Unknown,Passion Republic Games,,,,,,,,2022-11-18 +/games/boxart/full_8486060AmericaFrontccc.jpeg,GigaBash,PC,Fighting,Unknown,Passion Republic Games,,,,,,,,2022-11-18 +/games/boxart/full_808216AmericaFrontccc.jpeg,GigaBash,PS4,Fighting,Unknown,Passion Republic Games,,,,,,,,2022-11-18 +/games/boxart/full_3302921AmericaFrontccc.jpg,Granblue Fantasy Versus: Rising,PC,Fighting,Unknown,Arc System Works,,,,,,,,2023-08-22 +/games/boxart/full_9030815AmericaFrontccc.jpg,Granblue Fantasy Versus: Rising,PS4,Fighting,Unknown,Arc System Works,,,,,,,,2023-08-22 +/games/boxart/full_966097AmericaFrontccc.jpg,Granblue Fantasy Versus: Rising,PS5,Fighting,Unknown,Arc System Works,,,,,,,,2023-08-22 +/games/boxart/full_7272586AmericaFrontccc.jpg,Granblue Fantasy: Versus,PC,Fighting,Unknown,Arc System Works,,,,,,,,2021-01-12 +/games/boxart/full_1537642AmericaFrontccc.jpg,Guilty Gear -Strive-,PS4,Fighting,Arc System Works,Arc System Works,,,,,,,2020-12-31,2019-11-24 +/games/boxart/full_6510043AmericaFrontccc.jpg,Guilty Gear -Strive-,PC,Fighting,Unknown,Arc System Works,,,,,,,,2021-03-04 +/games/boxart/full_7599589AmericaFrontccc.jpg,Guilty Gear -Strive-,PS5,Fighting,Unknown,Arc System Works,,,,,,,,2021-03-04 +/games/boxart/full_3477342PALFrontccc.jpg,Guilty Gear 20th Anniversary Pack,NS,Fighting,Arc System Works,Arc System Works,,,,,,,2019-05-16,2019-03-22 +/games/boxart/full_9203318AmericaFrontccc.jpg,Guilty Gear 2: Overture,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2016-03-31,2019-04-21 +/games/boxart/full_3705063AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus R,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2015-05-27,2019-04-21 +/games/boxart/full_850827AmericaFrontccc.png,Guilty Gear XX Accent Core Plus R,NS,Fighting,Arc System Works,Arc System Works,,,,,,,2019-05-16,2019-05-14 +/games/boxart/default.jpg,Hard Blow,PS,Fighting,Unknown,Electronic Arts Victor,,,,,,,,2020-10-02 +/games/boxart/full_7487912AmericaFrontccc.jpg,Idol Showdown,PC,Fighting,Unknown,Besto Game Team,,,,,,,,2023-06-23 +/games/boxart/full_2500AmericaFrontccc.jpg,Injustice 2: Legendary Edition,PC,Fighting,Unknown,NetherRealm Studios,,,,,,,,2022-08-29 +/games/boxart/full_1042465AmericaFrontccc.jpg,Injustice 2: Legendary Edition,PS4,Fighting,Unknown,NetherRealm Studios,,,,,,,,2022-08-29 +/games/boxart/full_7313159AmericaFrontccc.jpg,Injustice 2: Legendary Edition,XOne,Fighting,Unknown,NetherRealm Studios,,,,,,,,2022-08-29 +/games/boxart/full_8131181AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,PC,Fighting,Unknown,Byking,,,,,,,,2023-11-10 +/games/boxart/full_110233AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,PS4,Fighting,Unknown,Byking,,,,,,,,2023-11-10 +/games/boxart/full_6685851AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,PS5,Fighting,Unknown,Byking,,,,,,,,2023-11-10 +/games/boxart/full_9269585AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,XOne,Fighting,Unknown,Byking,,,,,,,,2023-11-10 +/games/boxart/full_6066920AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,XS,Fighting,Unknown,Byking,,,,,,,,2023-11-10 +/games/boxart/full_3733212AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,NS,Fighting,Unknown,Byking,,,,,,,,2023-11-10 +/games/boxart/full_4079053AmericaFrontccc.jpg,Jump Force,NS,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2020-08-28,2020-06-05 +/games/boxart/full_6135383AmericaFrontccc.jpg,Jump Force,PC,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2019-02-15,2018-06-11 +/games/boxart/full_7272164JapanFrontccc.jpg,K-1 Oujya ni Narou!,PS,Fighting,Xing Entertainment,Xing Entertainment,,,,,,,2000-03-30,2020-10-02 +/games/boxart/full_6408331AmericaFrontccc.png,Kill la Kill: IF,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2019-07-26,2019-04-06 +/games/boxart/full_7343228AmericaFrontccc.jpg,Kill la Kill: IF,NS,Fighting,Arc System Works,Arc System Works,,,,,,,2019-07-26,2019-04-06 +/games/boxart/full_7584072AmericaFrontccc.jpg,Kill la Kill: IF,PS4,Fighting,Arc System Works,Arc System Works,,,,,,,2019-07-26,2019-04-06 +/games/boxart/full_2388211AmericaFrontccc.jpeg,Killer Instinct 2 Classic,XOne,Fighting,Microsoft Studios,Code Mystics,,,,,,,2014-09-23,2018-10-15 +/games/boxart/full_2314972AmericaFrontccc.jpeg,Killer Instinct Classic,XOne,Fighting,Microsoft Studios,Code Mystics,,,,,,,2013-11-22,2018-10-15 +/games/boxart/full_3852267AmericaFrontccc.png,Killer Instinct: Definitive Edition,XOne,Fighting,Microsoft Studios,Iron Galaxy,,,,,,,2016-09-20,2018-05-25 +/games/boxart/full_4572368AmericaFrontccc.jpg,Kirby Fighters 2,NS,Fighting,Nintendo,HAL Laboratory,,,,,,,2020-09-24,2020-09-25 +/games/boxart/default.jpg,Kung-Fu Heroes,WiiU,Fighting,Unknown,Culture Brain,,,,,,,,2020-08-25 +/games/boxart/full_759826AmericaFrontccc.jpg,Lego Brawls,XOne,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 +/games/boxart/full_9338177AmericaFrontccc.jpg,Lego Brawls,XS,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 +/games/boxart/full_7310799AmericaFrontccc.jpg,Lego Brawls,NS,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 +/games/boxart/full_1189905AmericaFrontccc.jpg,Lego Brawls,PC,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 +/games/boxart/full_4065157AmericaFrontccc.jpg,Lego Brawls,PS4,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 +/games/boxart/full_3219620AmericaFrontccc.jpg,Lego Brawls,PS5,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 +/games/boxart/default.jpg,Little Ninja Brothers,WiiU,Fighting,Unknown,Culture Brain,,,,,,,,2020-08-25 +/games/boxart/full_7863810AmericaFrontccc.jpg,Lost Saga NA,PC,Fighting,Smilegate West,IO Entertainment,,,,,,,2013-12-08,2019-04-22 +/games/boxart/full_6042498AmericaFrontccc.jpg,Melty Blood: Type Lumina,PC,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 +/games/boxart/full_113864AmericaFrontccc.jpg,Melty Blood: Type Lumina,PS4,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 +/games/boxart/full_7541784AmericaFrontccc.jpg,Melty Blood: Type Lumina,XOne,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 +/games/boxart/full_2953326AmericaFrontccc.jpg,Melty Blood: Type Lumina,NS,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 +/games/boxart/full_3321561AmericaFrontccc.png,Mighty Fight Federation,PC,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_7396780AmericaFrontccc.png,Mighty Fight Federation,PS4,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_3865943AmericaFrontccc.png,Mighty Fight Federation,XOne,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_8863684AmericaFrontccc.png,Mighty Fight Federation,NS,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_5820961AmericaFrontccc.jpeg,Mortal Kombat 1,NS,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 +/games/boxart/full_8289474AmericaFrontccc.jpeg,Mortal Kombat 1,PC,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 +/games/boxart/full_177053AmericaFrontccc.jpeg,Mortal Kombat 1,PS5,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 +/games/boxart/full_1121055AmericaFrontccc.jpeg,Mortal Kombat 1,XS,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 +/games/boxart/full_6141495AmericaFrontccc.jpg,Mortal Kombat 11,XOne,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 +/games/boxart/full_9068473AmericaFrontccc.png,Mortal Kombat 11,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 +/games/boxart/full_4994719AmericaFrontccc.jpg,Mortal Kombat 11,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 +/games/boxart/full_5529392AmericaFrontccc.jpg,Mortal Kombat 11,NS,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 +/games/boxart/full_816497AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,NS,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 +/games/boxart/full_9044601AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,XOne,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 +/games/boxart/full_7177229AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,PC,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 +/games/boxart/full_6879576AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,PS4,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 +/games/boxart/full_2309469AmericaFrontccc.jpg,MultiVersus,PS5,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 +/games/boxart/full_3764189AmericaFrontccc.jpg,MultiVersus,XOne,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 +/games/boxart/full_8005799AmericaFrontccc.jpg,MultiVersus,XS,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 +/games/boxart/full_6216689AmericaFrontccc.jpg,MultiVersus,PC,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 +/games/boxart/full_1121827AmericaFrontccc.jpg,MultiVersus,PS4,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 +/games/boxart/full_5556892AmericaFrontccc.jpg,My Hero One's Justice,PC,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2018-10-26,2018-09-12 +/games/boxart/full_2873629AmericaFrontccc.jpg,My Hero One’s Justice 2,XOne,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 +/games/boxart/full_4620998AmericaFrontccc.jpg,My Hero One’s Justice 2,PC,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 +/games/boxart/full_6670481AmericaFrontccc.jpg,My Hero One’s Justice 2,NS,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 +/games/boxart/full_7239444AmericaFrontccc.jpg,My Hero One’s Justice 2,PS4,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 +/games/boxart/full_6498170AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,PC,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2017-02-02,2020-01-06 +/games/boxart/full_5469375AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,NS,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2020-04-24,2020-01-06 +/games/boxart/full_9445964AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,XOne,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2018-04-26,2018-03-03 +/games/boxart/full_1489249AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,XOne,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 +/games/boxart/full_6963601AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,XS,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 +/games/boxart/full_3363600AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,NS,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 +/games/boxart/full_1334573AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,PC,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 +/games/boxart/full_8647212AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,PS4,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 +/games/boxart/full_6675850AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,PS5,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 +/games/boxart/full_2128391AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,PC,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 +/games/boxart/full_1645801AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,PS4,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 +/games/boxart/full_2077869AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,PS5,Fighting,GameMill Entertainment,Ludosity,7,,,,,,2021-10-05,2022-02-27 +/games/boxart/full_4795AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,XOne,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 +/games/boxart/full_9166279AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,XS,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 +/games/boxart/full_5140263AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,NS,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 +/games/boxart/full_380108AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,PS4,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 +/games/boxart/full_5279484AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,PS5,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 +/games/boxart/full_7021405AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,XOne,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 +/games/boxart/full_7740034AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,XS,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 +/games/boxart/full_6427121AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,NS,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 +/games/boxart/full_3144613AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,PC,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 +/games/boxart/default.jpg,Ninja Spirit,WiiU,Fighting,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Omen of Sorrow,XOne,Fighting,Unknown,AOne Games,,,,,,,,2018-08-17 +/games/boxart/default.jpg,Omen of Sorrow,PC,Fighting,Unknown,AOne Games,,,,,,,,2018-08-17 +/games/boxart/full_8987860AmericaFrontccc.jpg,One Punch Man: A Hero Nobody Knows,XOne,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-02-28,2019-07-26 +/games/boxart/full_284398AmericaFrontccc.jpg,One Punch Man: A Hero Nobody Knows,PC,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-02-28,2019-07-26 +/games/boxart/full_1426765AmericaFrontccc.jpg,One Punch Man: A Hero Nobody Knows,PS4,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-02-28,2019-07-26 +/games/boxart/full_7371967AmericaFrontccc.jpg,Override 2: Super Mech League,PS4,Fighting,Unknown,The Balance Inc,,,,,,,,2021-01-24 +/games/boxart/full_9925567AmericaFrontccc.jpg,Override 2: Super Mech League,XOne,Fighting,Unknown,The Balance Inc,,,,,,,,2021-01-24 +/games/boxart/full_2126567AmericaFrontccc.jpg,Override 2: Super Mech League,PC,Fighting,Unknown,The Balance Inc,,,,,,,,2021-01-24 +/games/boxart/full_4006312AmericaFrontccc.jpg,Phantom Breaker: Omnia,PS4,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 +/games/boxart/full_4786913AmericaFrontccc.jpg,Phantom Breaker: Omnia,XOne,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 +/games/boxart/full_2275869AmericaFrontccc.jpg,Phantom Breaker: Omnia,NS,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 +/games/boxart/full_3041458AmericaFrontccc.jpg,Phantom Breaker: Omnia,PC,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 +/games/boxart/full_5642463AmericaFrontccc.png,Pocket Rumble,NS,Fighting,Chucklefish,Cardboard Robot Games,,,,,,,2018-12-30,2018-02-13 +/games/boxart/full_2984368AmericaFrontccc.jpg,Power Move Pro Wrestling,PS,Fighting,Activision,Yuke's,,,,,,,1996-12-20,2019-01-29 +/games/boxart/full_2445063AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,XOne,Fighting,nWay,nWay,,,,,,,2019-03-26,2019-03-24 +/games/boxart/full_6500890AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,PS4,Fighting,nWay,nWay,,,,,,,2019-04-02,2019-03-24 +/games/boxart/full_7053780AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,NS,Fighting,nWay,nWay,,,,,,,2019-03-26,2019-03-24 +/games/boxart/full_5443587AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,PC,Fighting,nWay,nWay,,,,,,,2019-10-01,2019-03-24 +/games/boxart/default.jpg,Rocky Super Action Boxing,CV,Fighting,Unknown,Coleco,,,,,,,,2021-10-18 +/games/boxart/full_8776003AmericaFrontccc.jpg,RoShamBo Arena,PC,Fighting,Blam! Games LLC,Blam!,,,,,,,2016-07-14,2019-04-17 +/games/boxart/full_301207AmericaFrontccc.jpg,Samurai Shodown,PS4,Fighting,SNK,SNK Playmore,,,,,,,2019-06-27,2019-05-04 +/games/boxart/full_3317380AmericaFrontccc.jpg,Samurai Shodown,PC,Fighting,SNK,SNK Playmore,,,,,,,2019-06-27,2019-05-04 +/games/boxart/full_7712332AmericaFrontccc.jpg,Samurai Shodown,NS,Fighting,SNK,SNK Playmore,,,,,,,2020-02-25,2019-05-04 +/games/boxart/full_3750795AmericaFrontccc.jpg,Samurai Shodown,XOne,Fighting,SNK,SNK Playmore,,,,,,,2019-07-27,2019-05-04 +/games/boxart/full_3384622AmericaFrontccc.jpg,Sclash,PS5,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 +/games/boxart/full_2012974AmericaFrontccc.jpg,Sclash,XOne,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 +/games/boxart/full_1801685AmericaFrontccc.jpg,Sclash,XS,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 +/games/boxart/full_8131525AmericaFrontccc.jpg,Sclash,NS,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 +/games/boxart/full_379454AmericaFrontccc.jpg,Sclash,PC,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 +/games/boxart/full_3437244AmericaFrontccc.jpg,Sclash,PS4,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 +/games/boxart/default.jpg,Senran Kagura Estival Versus,PC,Fighting,Unknown,Tamsoft,,,,,,,,2019-03-29 +/games/boxart/full_4832041AmericaFrontccc.jpg,Shovel Knight Showdown,WiiU,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_2408254AmericaFrontccc.jpg,Shovel Knight Showdown,NS,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_8310438AmericaFrontccc.jpg,Shovel Knight Showdown,PC,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_4695122AmericaFrontccc.jpg,Shovel Knight Showdown,XOne,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_4103013AmericaFrontccc.jpg,Shovel Knight Showdown,PS3,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_5479442AmericaFrontccc.jpg,Shovel Knight Showdown,PS4,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_2155604AmericaFrontccc.jpg,SoulCalibur,All,Fighting,Namco,Project Soul,,,,,,,1998-07-30,2020-12-05 +/games/boxart/full_1386429AmericaFrontccc.jpg,SoulCalibur VI,PC,Fighting,Bandai Namco Games,Project Soul,,,,,,,2018-10-19,2018-11-07 +/games/boxart/full_5371174AmericaFrontccc.png,Squareboy vs Bullies: Arena Edition,NS,Fighting,Ratalaika Games,Ratalaika Games,,,,,,,2017-10-12,2018-03-25 +/games/boxart/full_1772088AmericaFrontccc.png,Steredenn: Binary Stars,NS,Fighting,Plug In Digital,Pixelnest,,,,,,,2018-03-08,2018-03-25 +/games/boxart/default.jpg,Stick Fight: The Game,NS,Fighting,Landfall Games,Landfall,,,,,,,2021-04-01,2021-11-08 +/games/boxart/default.jpg,Stick Fight: The Game,And,Fighting,Unknown,Landfall,,,,,,,,2021-11-08 +/games/boxart/default.jpg,Stick Fight: The Game,XOne,Fighting,Unknown,Landfall,,,,,,,,2021-11-08 +/games/boxart/default.jpg,Stick Fight: The Game,PS4,Fighting,Unknown,Landfall,,,,,,,,2021-11-08 +/games/boxart/default.jpg,Street Fighter,C64,Fighting,Unknown,Capcom,,,,,,,,2020-04-09 +/games/boxart/full_4670458AmericaFrontccc.jpg,Street Fighter 6,PC,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 +/games/boxart/full_1719831AmericaFrontccc.jpg,Street Fighter 6,PS4,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 +/games/boxart/full_4719097AmericaFrontccc.jpg,Street Fighter 6,PS5,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 +/games/boxart/full_2246899AmericaFrontccc.jpg,Street Fighter 6,XS,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 +/games/boxart/full_1321128AmericaFrontccc.png,Street Fighter V: Arcade Edition,PS4,Fighting,Capcom,Capcom,,,,,,,2018-01-16,2018-06-22 +/games/boxart/full_3431774AmericaFrontccc.jpg,Tekken 8,PS5,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2024-01-25,2022-09-14 +/games/boxart/full_5431521AmericaFrontccc.jpg,Tekken 8,XS,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2024-01-25,2022-09-14 +/games/boxart/full_2324546AmericaFrontccc.jpg,Tekken 8,All,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2024-01-25,2022-09-14 +/games/boxart/full_8184860AmericaFrontccc.jpg,Tekken 8,PC,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2024-01-25,2022-09-14 +/games/boxart/default.jpg,THE KING OF FIGHTERS '97 GLOBAL MATCH,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2018-12-01 +/games/boxart/default.jpg,THE KING OF FIGHTERS '98 ULTIMATE MATCH FINAL EDITION,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2019-03-29 +/games/boxart/full_6663168AmericaFrontccc.jpeg,THE KING OF FIGHTERS XIII STEAM EDITION,PC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2013-09-13,2019-03-29 +/games/boxart/default.jpg,The King of Fighters XIV: Steam Edition,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2019-03-26 +/games/boxart/full_5569802AmericaFrontccc.jpg,The King of Fighters XV,PS4,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 +/games/boxart/full_4833285AmericaFrontccc.jpg,The King of Fighters XV,PS5,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 +/games/boxart/full_1899902AmericaFrontccc.jpg,The King of Fighters XV,XS,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 +/games/boxart/full_907606AmericaFrontccc.jpg,The King of Fighters XV,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 +/games/boxart/full_3453025AmericaFrontccc.jpg,The Rumble Fish 2,XS,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 +/games/boxart/full_6310656AmericaFrontccc.jpg,The Rumble Fish 2,NS,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 +/games/boxart/full_5608510AmericaFrontccc.jpg,The Rumble Fish 2,PC,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 +/games/boxart/full_307417AmericaFrontccc.jpg,The Rumble Fish 2,PS4,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 +/games/boxart/full_7242446AmericaFrontccc.jpg,The Rumble Fish 2,PS5,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 +/games/boxart/full_6606925AmericaFrontccc.jpg,The Rumble Fish 2,XOne,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 +/games/boxart/full_5206473JapanFrontccc.jpg,The Wild Rings,XB,Fighting,Microsoft Game Studios,Paon Corporation,,,,,,,2003-04-10,2018-10-10 +/games/boxart/full_642085AmericaFrontccc.jpeg,Them's Fightin' Herds,PS4,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 +/games/boxart/full_4839451AmericaFrontccc.jpeg,Them's Fightin' Herds,NS,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 +/games/boxart/full_8178781AmericaFrontccc.jpeg,Them's Fightin' Herds,PC,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 +/games/boxart/full_17540AmericaFrontccc.jpg,Them's Fightin' Herds,XS,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 +/games/boxart/full_274014AmericaFrontccc.jpg,Them's Fightin' Herds,XOne,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 +/games/boxart/full_1067024AmericaFrontccc.jpeg,Them's Fightin' Herds,PS5,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 +/games/boxart/full_4246147PALFrontccc.jpg,Ultra Street Fighter IV,PC,Fighting,Capcom,Capcom,,,,,,,2014-08-08,2018-04-04 +/games/boxart/full_6962809AmericaFrontccc.jpg,Ultra Street Fighter IV,PS3,Fighting,Capcom,Capcom,,,,,,,2014-08-05,2018-03-31 +/games/boxart/full_6288486AmericaFrontccc.jpg,Ultra Street Fighter IV,X360,Fighting,Capcom,Capcom,,,,,,,2014-08-05,2018-04-04 +/games/boxart/full_1052183AmericaFrontccc.png,Under Night In-Birth Exe:Late[cl-r],NS,Fighting,Aksys Games,French-Bread,,,,,,,2020-02-20,2019-11-23 +/games/boxart/full_4238889AmericaFrontccc.png,Under Night In-Birth Exe:Late[cl-r],PS4,Fighting,Aksys Games,French-Bread,,,,,,,2020-02-20,2019-11-23 +/games/boxart/full_1829502AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],PC,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 +/games/boxart/full_9214359AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],PS4,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 +/games/boxart/full_9512202AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],PS5,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 +/games/boxart/full_2542304AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],NS,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 +/games/boxart/default.jpg,Vigilante,WiiU,Fighting,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7642936AmericaFrontccc.jpg,Virtua Fighter 5 Ultimate Showdown,PS4,Fighting,Sega,Sega,,,,,,,2021-06-01,2021-05-26 +/games/boxart/full_4417105AmericaFrontccc.jpg,War of the Monsters,PS4,Fighting,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2015-12-05,2018-09-24 +/games/boxart/full_566592PALFrontccc.jpg,Way of the Passive Fist,NS,Fighting,Household Games,Household Games,,,,,,,2019-04-11,2022-04-18 +/games/boxart/full_8606101PALFrontccc.jpg,WWE 2k17,PC,Fighting,2K Games,Yuke's,,,,,,,2017-02-07,2018-10-08 +/games/boxart/full_3216454AmericaFrontccc.jpg,WWE 2K19,PC,Fighting,2K Sports,Visual Concepts,,,,,,,2018-10-09,2018-06-22 +/games/boxart/full_1800822AmericaFrontccc.jpg,WWE 2K20,PC,Fighting,2K Games,Visual Concepts,,,,,,,2019-10-22,2019-08-09 +/games/boxart/full_1736823PALFrontccc.jpg,WWE 2K20,PS4,Fighting,2K Games,Visual Concepts,,,,,,,2019-10-22,2019-08-09 +/games/boxart/full_2275356PALFrontccc.jpg,WWE 2K20,XOne,Fighting,2K Games,Visual Concepts,,,,,,,2019-10-22,2019-08-09 +/games/boxart/full_1341570AmericaFrontccc.jpg,WWE 2K22,All,Fighting,2K Sports,Visual Concepts,,,,,,,2022-03-11,2021-09-21 +/games/boxart/full_2181613AmericaFrontccc.jpg,WWE 2K23,PS4,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 +/games/boxart/full_4687243AmericaFrontccc.jpg,WWE 2K23,PS5,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 +/games/boxart/full_8424007AmericaFrontccc.jpg,WWE 2K23,XOne,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 +/games/boxart/full_8557885AmericaFrontccc.jpg,WWE 2K23,XS,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 +/games/boxart/full_2452866AmericaFrontccc.jpg,WWE 2K23,PC,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 +/games/boxart/full_5393101AmericaFrontccc.png,WWE 2K24,PS4,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 +/games/boxart/full_9789380AmericaFrontccc.png,WWE 2K24,PS5,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 +/games/boxart/full_7252647AmericaFrontccc.png,WWE 2K24,XOne,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 +/games/boxart/full_8376330AmericaFrontccc.png,WWE 2K24,XS,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 +/games/boxart/full_52511AmericaFrontccc.png,WWE 2K24,PC,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 +/games/boxart/full_4140328AmericaFrontccc.jpg,Wii Fit,Series,Misc,Nintendo,Nintendo,,,,,,,2008-05-21,2020-02-19 +/games/boxart/full_minecraft_1AmericaFront.png,Minecraft,PC,Misc,Mojang,Mojang AB,10,,,,,,2010-05-10,2018-08-05 +/games/boxart/full_6165969AmericaFrontccc.jpg,Wii Play,Wii,Misc,Nintendo,Nintendo EAD,5.9,,,,,,2007-02-12, +/games/boxart/full_196621AmericaFrontccc.jpg,Simple,Series,Misc,Agetec,Bandai Namco Studios,,,,,,,2002-11-30,2021-01-12 +/games/boxart/full_7749365AmericaFrontccc.jpg,Brain Age: Train Your Brain in Minutes a Day,DS,Misc,Nintendo,Nintendo SDD,8.1,,,,,,2006-04-17, +/games/boxart/full_6480469AmericaFrontccc.jpg,Garry's Mod,PC,Misc,Valve,Facepunch Studios,,,,,,,2006-11-29,2019-12-25 +/games/boxart/full_3483868AmericaFrontccc.jpg,Ring Fit Adventure,NS,Misc,Nintendo,Nintendo EPD,,,,,,,2019-10-18,2019-10-18 +/games/boxart/full_1039696AmericaFrontccc.jpg,Brain Age 2: More Training in Minutes a Day,DS,Misc,Nintendo,Nintendo SDD,8,,,,,,2007-08-20, +/games/boxart/full_7845034AmericaFrontccc.jpg,Minecraft,X360,Misc,Microsoft Studios,Mojang,,,,,,,2013-06-04,2018-08-05 +/games/boxart/full_just-dance-2_8AmericaFront.jpg,Just Dance 2,Wii,Misc,Ubisoft,Ubisoft Paris,7.3,,,,,,2010-10-12, +/games/boxart/full_just-dance-3_883AmericaFront.jpg,Just Dance 3,Wii,Misc,Ubisoft,Ubisoft Paris,7.5,,,,,,2011-10-07, +/games/boxart/full_wii-party_1AmericaFront.jpg,Wii Party,Wii,Misc,Nintendo,"Nd Cube Co., Ltd.",7,,,,,,2010-10-03, +/games/boxart/full_7340729AmericaFrontccc.jpg,Mario Party DS,DS,Misc,Nintendo,Hudson Soft,7.1,,,,,,2007-11-19, +/games/boxart/full_7451822AmericaFrontccc.jpg,Mario Party 8,Wii,Misc,Nintendo,Hudson Soft,6.5,,,,,,2007-05-29, +/games/boxart/full_5106568AmericaFrontccc.jpg,Pokémon Pinball,Series,Misc,Nintendo,Jupiter,,,,,,,1999-06-29,2023-08-12 +/games/boxart/full_8805912AmericaFrontccc.jpg,Big Brain Academy,DS,Misc,Nintendo,Nintendo EAD,7.7,,,,,,2006-06-05, +/games/boxart/full_just-dance_8AmericaFront.jpg,Just Dance,Wii,Misc,Ubisoft,Ubisoft Paris,5.4,,,,,,2009-11-17, +/games/boxart/8982539ccc.jpg,Pokémon Pinball,GBC,Misc,Nintendo,Jupiter Corporation,8.7,,,,,,1999-07-31,2018-01-06 +/games/boxart/full_265994AmericaFrontccc.jpg,Starbound,PC,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, +/games/boxart/full_2753610AmericaFrontccc.jpg,Counter-Strike,PC,Misc,Sierra Studios,Unknown,,,,,,,2000-11-08, +/games/boxart/7892769ccc.jpg,EyeToy Play,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,7.5,,,,,,2003-11-04, +/games/boxart/full_5288634AmericaFrontccc.jpg,Who Wants to be a Millionaire,PC,Misc,Disney Interactive Studios,Jellyvision,,,,,,,1999-11-23, +/games/boxart/full_4376602PALFrontccc.jpg,English Training: Have Fun Improving Your Skills!,DS,Misc,Nintendo,Plato,,,,,,,2006-10-27, +/games/boxart/full_1117156JapanFrontccc.jpg,Tomodachi Collection,DS,Misc,Nintendo,Nintendo SPD Group No.1,,,,,,,2009-06-18, +/games/boxart/full_6559570AmericaFrontccc.jpg,Big Brain Academy: Wii Degree,Wii,Misc,Nintendo,Nintendo EAD,7.1,,,,,,2007-06-11, +/games/boxart/full_3097585AmericaFrontccc.jpg,Flash Focus: Vision Training in Minutes a Day,DS,Misc,Nintendo,Bandai Namco Games,6.1,,,,,,2007-10-15, +/games/boxart/full_5100943AmericaFrontccc.jpg,Personal Trainer: Cooking,DS,Misc,Nintendo,Nintendo EAD,8.4,,,,,,2008-11-24, +/games/boxart/full_7587303AmericaFrontccc.jpg,Divinity: Original Sin,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-10-27, +/games/boxart/full_3217685AmericaFrontccc.jpg,Capcom Arcade Stadium,Series,Misc,Capcom,Capcom,,,,,,,2021-02-17,2023-11-08 +/games/boxart/2276753ccc.jpg,Mario Party,N64,Misc,Nintendo,Hudson Soft,7.6,,,,,,1999-02-08, +/games/boxart/7521321ccc.gif,Clubhouse Games,DS,Misc,Nintendo,Agenda,8.3,,,,,,2006-10-09, +/games/boxart/4647968ccc.jpg,Mario Party 2,N64,Misc,Nintendo,Hudson Soft,,,,,,,2000-01-24, +/games/boxart/6052819ccc.jpg,Mario Party 4,GC,Misc,Nintendo,Hudson Soft,7,,,,,,2002-10-21, +/games/boxart/full_art-academy_9AmericaFront.jpg,Art Academy,DS,Misc,Nintendo,Headstrong Games,6.8,,,,,,2010-10-25, +/games/boxart/full_2886915AmericaFrontccc.jpg,Mario Paint,SNES,Misc,Nintendo,Intelligent Systems,,,,,,,1992-05-05, +/games/boxart/full_2881504PALFrontccc.jpg,Mario Party 10,WiiU,Misc,Nintendo,"Nd Cube Co., Ltd.",6.3,,,,,,2015-03-20,2018-01-24 +/games/boxart/full_8442632AmericaFrontccc.jpg,Kirby's Pinball Land,GB,Misc,Nintendo,HAL Laboratory,,,,,,,1993-11-28, +/games/boxart/full_4454739AmericaFrontccc.jpg,Mario Party 5,GC,Misc,Nintendo,Hudson Soft,5.9,,,,,,2003-11-10, +/games/boxart/full_9962625AmericaFrontccc.jpg,Banished,PC,Misc,Falcom,Unknown,,,,,,,2014-01-01, +/games/boxart/full_6724089JapanFrontccc.jpg,Mahjong,NES,Misc,Nintendo,Nintendo,,,,,,,1983-08-27, +/games/boxart/full_5179365AmericaFrontccc.jpg,Mario Party 7,GC,Misc,Nintendo,Hudson Soft,6,,,,,,2005-11-07, +/games/boxart/full_2528892AmericaFrontccc.png,Las Vegas Poker & Blackjack,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-25,2018-01-13 +/games/boxart/full_1202937AmericaFrontccc.jpg,Resident Evil 4,Wii,Misc,Capcom,Unknown,,,,,,,2007-06-19, +/games/boxart/full_9020610AmericaFrontccc.jpg,Surgeon Simulator,PC,Misc,Bossa Studios,Bossa Studios,,,,,,,2013-04-19,2019-02-02 +/games/boxart/9566058ccc.jpg,Mario Party 3,N64,Misc,Nintendo,Hudson Soft,7,,,,,,2001-05-06, +/games/boxart/6042378ccc.jpg,Pinball,NES,Misc,Nintendo,Nintendo,,,,,,,1985-10-18, +/games/boxart/full_1976010AmericaFrontccc.jpg,Sonic Mega Collection Plus,PS2,Misc,Sega,Sonic Team,,,,,,,2004-11-02, +/games/boxart/full_4013978AmericaFrontccc.jpg,Risk of Rain,PC,Misc,"Infocom, Inc.",Unknown,,,,,,,2013-11-08, +/games/boxart/full_3658270AmericaFrontccc.jpg,Guitar Hero,PS2,Misc,RedOctane,Harmonix Music Systems,8,,,,,,2005-11-07, +/games/boxart/full_5745612AmericaFrontccc.jpg,Namco Museum DS,DS,Misc,Namco Bandai,M2,,,,,,,2007-09-18, +/games/boxart/full_1968093JapanFrontccc.jpg,Kanshuu Nippon Joushikiryoku Kentei Kyoukai: Imasara Hito ni wa Kikenai Otona no Joushikiryoku Training DS,DS,Misc,Nintendo,HAL Laboratory,,,,,,,2006-10-26, +/games/boxart/1498647ccc.jpg,Sonic Mega Collection,GC,Misc,Sega,Sonic Team,7.5,,,,,,2002-11-10, +/games/boxart/full_wii-play-motion_53AmericaFront.png,Wii Play: Motion,Wii,Misc,Nintendo,Nintendo EAD,5.2,,,,,,2011-06-13, +/games/boxart/6739439ccc.jpg,Mario Party 6,GC,Misc,Nintendo,Hudson Soft,7.2,,,,,,2004-12-06, +/games/boxart/full_3414449AmericaFrontccc.jpg,Poker Night,Series,Misc,Telltale Games,Telltale Games,,,,,,,2010-11-22,2021-07-14 +/games/boxart/full_3958962AmericaFrontccc.jpg,Capcom Arcade Stadium,All,Misc,Capcom,Capcom,,,,,,,2021-02-17,2023-06-06 +/games/boxart/full_992686AmericaFrontccc.png,Kingdom Hearts HD I.5 ReMIX,PS3,Misc,Square Enix,Square Enix,,,,,,,2013-09-10,2017-12-31 +/games/boxart/full_audiosurf_414PALFront.jpg,AudioSurf,PC,Misc,Invisible Handlebar,BestGameEver.com,8.2,,,,,,2008-02-15, +/games/boxart/full_8539357PALFrontccc.jpg,Practise English!,DS,Misc,Nintendo,Plato,,,,,,,2007-10-26, +/games/boxart/full_4950034AmericaFrontccc.jpg,Goat Simulator,PC,Misc,Coffee Stain Studios,Unknown,,,,,,,2014-04-01, +/games/boxart/full_285676AmericaFrontccc.jpg,Rogue Legacy,PC,Misc,Cellar Door Games,Unknown,,,,,,,2013-06-27, +/games/boxart/full_1881793AmericaFrontccc.jpg,Yu-Gi-Oh! Worldwide Edition: Stairway to the Destined Duel,GBA,Misc,Konami,KCEJ,,,,,,,2003-04-08, +/games/boxart/full_4-player-mah-jong_819JapanFront.jpg,4 Nin uchi Mahjong,NES,Misc,Nintendo,Hudson Soft,,,,,,,1984-11-02, +/games/boxart/full_7635995AmericaFrontccc.jpg,Nintendo Labo: Toy-Con 01 Variety Kit,NS,Misc,Nintendo,Nintendo EPD,7.7,,,,,,2018-04-20,2018-11-19 +/games/boxart/full_5206589AmericaFrontccc.jpg,Spintires,PC,Misc,Unknown,Unknown,,,,,,,2014-06-12, +/games/boxart/2096750ccc.jpg,Pokémon Pinball: Ruby & Sapphire (Old all region sales),GBA,Misc,Nintendo,Jupiter Corporation,,,,,,,2003-08-26,2018-09-04 +/games/boxart/full_yakuman_646JapanFront.jpg,Yakuman,GB,Misc,Nintendo,Intelligent Systems,,,,,,,1989-04-21, +/games/boxart/925952ccc.jpg,Game & Watch Gallery 2,GB,Misc,Nintendo,Nintendo,,,,,,,1998-06-15, +/games/boxart/8660173ccc.jpg,Game & Watch Gallery 3,GB,Misc,Nintendo,Nintendo,,,,,,,1999-04-16, +/games/boxart/full_5783144AmericaFrontccc.jpg,Super Monkey Ball: Banana Blitz,Wii,Misc,Sega,Sega,7.3,,,,,,2006-11-14, +/games/boxart/6735015ccc.jpg,Donkey Konga,GC,Misc,Nintendo,Namco,7.3,,,,,,2004-09-27, +/games/boxart/full_7930817PALFrontccc.jpg,Game Builder Garage,NS,Misc,Nintendo,Nintendo,,,,,,,2021-06-11,2021-08-01 +/games/boxart/full_7247259JapanFrontccc.jpg,Jissen Pachinko Hisshouhou! CR Hokuto no Ken,PS2,Misc,Sega,Sammy Studios,,,,,,,2005-12-22, +/games/boxart/full_2031172JapanFrontccc.jpg,Oshare Majo Love and Berry: DS Collection,DS,Misc,Sega,Sega,,,,,,,2006-11-22, +/games/boxart/full_7536708AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,All,Misc,Capcom,Capcom,,,,,,,2022-07-22,2023-11-08 +/games/boxart/full_1031508AmericaFrontccc.jpg,Super Monkey Ball: Touch & Roll,DS,Misc,Sega,Amusement Vision,,,,,,,2006-02-21, +/games/boxart/full_to-the-moon_453AmericaFront.png,To the Moon,PC,Misc,Unknown,Freebird Games,8.5,,,,,,2011-11-01, +/games/boxart/full_3478023AmericaFrontccc.jpg,The Walking Dead: Season Two,PC,Misc,Telltale Games,Unknown,,,,,,,2014-10-14, +/games/boxart/full_6068084JapanFrontccc.jpg,Sekai no Gohan Shaberu! DS Oryouri Navi,DS,Misc,Nintendo,Nintendo,,,,,,,2008-12-04, +/games/boxart/full_2002665PALFrontccc.jpg,EyeToy Play 3,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2005-11-04, +/games/boxart/9339415ccc.jpg,Game & Watch Gallery,GB,Misc,Nintendo,Nintendo,,,,,,,1997-05-01, +/games/boxart/full_3793330JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou: Hokuto no Ken,PS2,Misc,Sammy Corporation,Sammy Studios,,,,,,,2004-05-27, +/games/boxart/full_1703806AmericaFrontccc.png,Midway Arcade Treasures,All,Misc,Midway Games,Digital Eclipse,,,,,,,2003-11-17,2022-09-30 +/games/boxart/full_4371521AmericaFrontccc.jpg,PaRappa The Rapper,PS,Misc,Sony Computer Entertainment,NanaOn-Sha,9.2,,,,,,1997-10-31, +/games/boxart/full_5098927AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,All,Misc,Konami,Digital Eclipse,,,,,,,2022-08-30,2023-04-07 +/games/boxart/full_8386128AmericaFrontccc.jpg,UNO,XBL,Misc,Microsoft,Carbonated Games,8,,,,,,2006-05-09, +/games/boxart/full_5895130PALFrontccc.jpg,Wargame: Red Dragon,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/full_2568507AmericaFrontccc.jpeg,Firewatch,PC,Misc,Unknown,Unknown,,,,,,,2016-02-09, +/games/boxart/full_1539555AmericaFrontccc.jpg,Hammerwatch,PC,Misc,Unknown,Unknown,,,,,,,2013-08-14, +/games/boxart/full_poker-night-at-the-inventory_619AmericaFront.jpg,Poker Night at the Inventory,PC,Misc,Telltale Games,Telltale Games,8,,,,,,2010-11-22, +/games/boxart/full_8617642AmericaFrontccc.jpg,Reus,PC,Misc,Abbey Games,Unknown,,,,,,,2013-05-16, +/games/boxart/full_6082708AmericaFrontccc.jpg,Mario Teaches Typing,PC,Misc,Interplay,Interplay,,,,,,,1992-01-01, +/games/boxart/full_4413661PALFrontccc.jpg,LEGO Worlds,PC,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2015-06-01, +/games/boxart/full_6487634AmericaFrontccc.jpg,The Evil Within,PC,Misc,Bethesda Softworks,Tango Gameworks,5.5,,,,,,2014-10-14,2018-03-13 +/games/boxart/full_1112014AmericaFrontccc.jpg,Democracy 3,PC,Misc,Positech Games,Unknown,,,,,,,2013-10-14, +/games/boxart/full_6429602AmericaFrontccc.jpeg,Company of Heroes 2,PC,Misc,Sega,Relic,,,,,,,2013-06-25,2018-05-25 +/games/boxart/full_9687798AmericaFrontccc.jpg,Telltale Games' Poker Night 2,PC,Misc,Telltale Games,Unknown,,,,,,,2013-04-26, +/games/boxart/full_8137510AmericaFrontccc.jpg,Ratchet & Clank: Into the Nexus,PS3,Misc,Sony Computer Entertainment America,Unknown,7.7,,,,,,2013-11-12, +/games/boxart/full_7027154AmericaFrontccc.jpg,Doom 3 BFG Edition,PC,Misc,Bethesda Softworks,Unknown,,,,,,,2012-10-16, +/games/boxart/full_7964898AmericaFrontccc.jpg,FORCED,PC,Misc,BetaDwarf,Unknown,,,,,,,2013-10-24, +/games/boxart/full_just-dance-wii_343JapanFront.jpg,Just Dance Wii,Wii,Misc,Nintendo,Unknown,,,,,,,2011-10-13, +/games/boxart/full_894316PALFrontccc.jpg,Remember Me,PC,Misc,Capcom,DONTNOD Entertainment,,,,,,,2013-06-04,2018-02-02 +/games/boxart/full_6235191PALFrontccc.jpg,LEGO The Lord of the Rings,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2012-11-13, +/games/boxart/full_7837528AmericaFrontccc.jpg,Thomas Was Alone,PC,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2012-07-24,2018-05-10 +/games/boxart/full_3263852AmericaFrontccc.jpg,Octodad: Dadliest Catch,PC,Misc,Young Horses,Unknown,,,,,,,2014-01-30, +/games/boxart/full_4187746JapanFrontccc.jpg,Meccha! Taiko no Tatsujin Master DS: 7-tsu no Shima no Daibouken,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2008-04-24, +/games/boxart/full_544066JapanFrontccc.jpg,Taiko no Tatsujin Wii,Wii,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2008-12-11, +/games/boxart/full_4614966AmericaFrontccc.jpg,Out There Somewhere,PC,Misc,Unknown,Unknown,,,,,,,2012-02-21, +/games/boxart/full_7319339AmericaFrontccc.jpg,Alan Wake's American Nightmare,PC,Misc,Remedy Entertainment,Unknown,,,,,,,2012-05-22, +/games/boxart/full_2756898JapanFrontccc.jpg,Taiko no Tatsujin DS: Touch de Dokodon!,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2007-07-26, +/games/boxart/full_5711066AmericaFrontccc.png,Microsoft Entertainment Pack,Series,Misc,Microsoft,Microsoft,,,,,,,1990-01-01,2021-03-21 +/games/boxart/full_3490835AmericaFrontccc.png,Tales of Xillia 2,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-08-19, +/games/boxart/full_2110067AmericaFrontccc.jpg,The Swapper,PC,Misc,Facepalm Games,Unknown,,,,,,,2013-05-30, +/games/boxart/full_5561470JapanFrontccc.jpg,Taiko no Tatsujin: Chibi Dragon to Fushigi na Orb,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,,,,,,2012-07-12,2018-01-08 +/games/boxart/full_4761503AmericaFrontccc.jpg,Teleglitch,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-07-24, +/games/boxart/full_5005338AmericaFrontccc.jpg,Art Academy: Lessons for Everyone!,3DS,Misc,Nintendo,Headstrong Games,8,,,,,,2012-10-01,2018-01-09 +/games/boxart/full_406521AmericaFrontccc.jpg,Unepic,PC,Misc,Unknown,@unepic_fran,,,,,,,2011-09-30,2018-01-07 +/games/boxart/full_3155019AmericaFrontccc.jpg,ibb and obb,PC,Misc,Zen Studios,Unknown,,,,,,,2014-05-26, +/games/boxart/full_2247936AmericaFrontccc.jpg,A Story About My Uncle,PC,Misc,Coffee Stain Studios,Unknown,,,,,,,2014-05-28, +/games/boxart/full_4700522AmericaFrontccc.jpg,Evoland,PC,Misc,Shiro Games,Unknown,,,,,,,2013-04-04, +/games/boxart/full_5095143AmericaFrontccc.jpg,Osmos,PC,Misc,Hemisphere Games,Hemisphere Games,7.8,,,,,,2009-08-08, +/games/boxart/full_akb148-idol-to-guam-de-koishitara_231JapanFront.jpg,AKB1/48: Idol to Guam de Koishitara...,PSP,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2011-10-06, +/games/boxart/full_5001236JapanFrontccc.jpg,Itadaki Street DS,DS,Misc,Square Enix,Armor Project / Think Garage,,,,,,,2007-06-21, +/games/boxart/full_akb148-idol-to-koishitara_697JapanFront.jpg,AKB1/48: Idol to Koishitara...,PSP,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-12-23, +/games/boxart/full_98181AmericaFrontccc.jpg,Magic: The Gathering,PC,Misc,Atari,MicroProse,,,,,,,1997-02-28, +/games/boxart/full_4002148AmericaFrontccc.jpg,Tales of Zesteria,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2015-10-20, +/games/boxart/full_3317723JapanFrontccc.jpg,Dragon Quest & Final Fantasy in Itadaki Street Special,PS2,Misc,Square Enix,Paon,,,,,,,2004-12-22, +/games/boxart/full_5833592JapanFrontccc.jpg,Ennichi no Tatsujin,Wii,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2006-12-02, +/games/boxart/full_5864744AmericaFrontccc.jpg,Revolution Ace,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/full_4321169AmericaFrontccc.jpg,Never Alone,PC,Misc,E-Line Media,Unknown,,,,,,,2014-11-18, +/games/boxart/full_2814382AmericaFrontccc.jpg,Death Rally (Remake),PC,Misc,Nordic Games,Unknown,,,,,,,2012-08-03, +/games/boxart/full_7466788AmericaFrontccc.jpg,Long Live The Queen,PC,Misc,Fabio Ricci,Unknown,,,,,,,2013-11-08, +/games/boxart/full_8099801AmericaFrontccc.jpg,Clustertruck,PC,Misc,TinyBuild Games,Landfall,,,,,,,2016-09-27,2018-03-01 +/games/boxart/full_6812545AmericaFrontccc.jpg,War for the Overworld,PC,Misc,Unknown,Unknown,,,,,,,2015-04-02, +/games/boxart/full_7017238AmericaFrontccc.jpg,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,PC,Misc,Unknown,Unknown,,,,,,,2013-03-05, +/games/boxart/full_2436334AmericaFrontccc.jpg,Slender: The Arrival,PC,Misc,Polytron Corporation,Unknown,,,,,,,2013-03-26, +/games/boxart/full_7946541JapanFrontccc.jpg,Hatsune Miku: Project Diva 2nd,PSP,Misc,Sega,Sega,,,,,,,2010-07-29, +/games/boxart/full_solar-2_170AmericaFront.jpg,Solar 2,PC,Misc,Unknown,Murudai,8,,,,,,2011-06-17, +/games/boxart/full_3499036AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_6159851AmericaFrontccc.jpg,God Mode,PC,Misc,Atlus,Unknown,,,,,,,2014-01-01, +/games/boxart/full_5213712AmericaFrontccc.jpg,The Bridge,PC,Misc,Unknown,Unknown,,,,,,,2013-02-22, +/games/boxart/full_1004560AmericaFrontccc.jpg,LUFTRAUSERS,PC,Misc,Vlambeer,Unknown,,,,,,,2014-03-18, +/games/boxart/full_2075829AmericaFrontccc.jpg,Mercenary Kings,PC,Misc,Tribute Games,Unknown,,,,,,,2014-04-01, +/games/boxart/full_1197018AmericaFrontccc.jpg,Blackguards,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-01-01, +/games/boxart/full_1311050AmericaFrontccc.jpg,Retro City Rampage,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_7366650AmericaFrontccc.jpg,Castle Story,PC,Misc,Zono Incorporated,Unknown,,,,,,,2020-12-31, +/games/boxart/full_1463690AmericaFrontccc.jpg,The Cave,PC,Misc,Sega,Unknown,,,,,,,2013-01-23, +/games/boxart/full_1086757JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken SE,PS2,Misc,Sega,Sammy Studios,,,,,,,2006-08-03, +/games/boxart/full_8095644JapanFrontccc.jpg,Taiko no Tatsujin DS: Dororon! Youkai Daikessen!!,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-07-01, +/games/boxart/full_bittrip-beat_8AmericaFront.jpg,BIT.TRIP BEAT,PC,Misc,Gaijin Entertainment,Gaijin Games Inc.,7.5,,,,,,2010-11-02, +/games/boxart/full_584267AmericaFrontccc.jpg,3-D Ultra Pinball,All,Misc,Sierra Online,Dynamix,,,,,,,1995-01-01,2021-04-05 +/games/boxart/full_1760860AmericaFrontccc.jpg,Evolution,All,Misc,Sydney Development Corporation,Distinctive Software,,,,,,,1982-01-01,2022-04-23 +/games/boxart/full_2444749AmericaFrontccc.jpg,Hoyle's Official Book of Games: Volume 1,All,Misc,Sierra Entertainment,Sierra Entertainment,,,,,,,1989-01-01,2021-04-08 +/games/boxart/full_7310958AmericaFrontccc.jpg,The Typing of The Dead: Overkill,PC,Misc,Unknown,Modern Dream,,,,,,,,2019-02-11 +/games/boxart/full_9653827AmericaFrontccc.png,Namco Museum 50th Anniversary,All,Misc,Namco,Digital Eclipse,,,,,,,2005-08-30,2020-11-21 +/games/boxart/full_8270545AmericaFrontccc.jpg,Canyon Capers,PC,Misc,Unknown,Unknown,,,,,,,2014-04-25, +/games/boxart/full_3734379AmericaFrontccc.jpg,Gas Guzzlers Extreme,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2013-10-08, +/games/boxart/full_5939169AmericaFrontccc.jpg,Lovers in a Dangerous Spacetime,PC,Misc,Asteroid Base,Unknown,,,,,,,2020-12-31, +/games/boxart/full_6027483AmericaFrontccc.jpg,100+ Great Games,PC,Misc,ValuSoft,ValuSoft,,,,,,,2000-01-01,2023-05-24 +/games/boxart/full_taiko-no-tatsujin-portable-dx_276JapanFront.jpg,Taiko no Tatsujin Portable DX,PSP,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2011-07-14, +/games/boxart/full_5704248AmericaFrontccc.jpg,Edge of Space,PC,Misc,Unknown,Unknown,,,,,,,2013-06-28, +/games/boxart/full_6438388AmericaFrontccc.jpg,Quantum Conundrum,PC,Misc,Square Enix,Unknown,,,,,,,2012-06-21, +/games/boxart/full_k-on-houkago-live_7JapanFront.jpg,K-ON! Houkago Live!!,PSP,Misc,Sega,Sega,,,,,,,2010-09-30, +/games/boxart/full_5220666AmericaFrontccc.jpg,Always Sometimes Monsters,PC,Misc,Devolver Digital,Unknown,,,,,,,2014-05-21, +/games/boxart/full_4546294AmericaFrontccc.jpg,Defense Grid 2,PC,Misc,505 Games,Unknown,,,,,,,2014-09-23, +/games/boxart/full_6067604AmericaFrontccc.jpg,Ampu-Tea,PC,Misc,Kiss,Unknown,,,,,,,2014-05-30, +/games/boxart/full_1327219AmericaFrontccc.jpg,Volgarr the Viking,PC,Misc,Adult Swim,Unknown,,,,,,,2013-09-13, +/games/boxart/full_6607256AmericaFrontccc.jpg,Divekick,PC,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-08-20, +/games/boxart/full_495217AmericaFrontccc.jpg,Eador: Masters of the Broken World,PC,Misc,Snowbird Games,Unknown,,,,,,,2013-04-19, +/games/boxart/full_1587904AmericaFrontccc.jpg,Epic Pinball,PC,Misc,Epic Games,Digital Extremes,,,,,,,1993-11-01,2022-09-27 +/games/boxart/9548096ccc.jpg,Pac-Man Pinball Advance,GBA,Misc,Namco,Human Soft,,,,,,,2005-05-02, +/games/boxart/full_4634900AmericaFrontccc.jpg,The Game of Life,PS,Misc,Hasbro Interactive,Double Helix Games,,,,,,,1998-09-30, +/games/boxart/full_5552739AmericaFrontccc.jpg,Full Mojo Rampage,PC,Misc,Over The Top Games,Unknown,,,,,,,2014-05-08, +/games/boxart/full_9015640AmericaFrontccc.jpg,Mars: War Logs,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2013-08-26, +/games/boxart/full_9117709AmericaFrontccc.jpg,Infested Planet,PC,Misc,Zoo Games silver,Unknown,,,,,,,2014-03-06, +/games/boxart/full_6884269AmericaFrontccc.jpg,101-in-1 Party Megamix Wii,Wii,Misc,Atlus,Nordcurrent,,,,,,,2009-10-27, +/games/boxart/full_5437506AmericaFrontccc.jpg,Dreamfall Chapters,PC,Misc,Unknown,Unknown,,,,,,,2014-11-01, +/games/boxart/full_1-2-3-kick-it-drop-that-beat-like-an-ugly-baby_832AmericaFront.jpg,1... 2... 3... KICK IT! (Drop That Beat Like an Ugly Baby),PC,Misc,Dejobaan Games,Dejobaan Games,,,,,,,2011-04-01, +/games/boxart/full_8371433AmericaFrontccc.jpg,Wheel of Fortune,N64,Misc,Take-Two Interactive,GameTek,,,,,,,1997-12-02, +/games/boxart/full_6717092PALFrontccc.jpeg,Contrast,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2013-11-15, +/games/boxart/full_1565389AmericaFrontccc.jpg,Deus Ex: The Fall,PC,Misc,Square Enix,Unknown,,,,,,,2014-03-25, +/games/boxart/full_3624109AmericaFrontccc.jpg,Space Run,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/full_1875910AmericaFrontccc.jpg,Millennium Gamepak Gold,PC,Misc,ValuSoft,ValuSoft,,,,,,,2000-01-01,2023-05-24 +/games/boxart/full_3782923AmericaFrontccc.jpg,Tales of Maj'Eyal,PC,Misc,DarkGod,Unknown,,,,,,,2013-12-12, +/games/boxart/full_2442175AmericaFrontccc.jpg,Darkwood,PC,Misc,Acid Wizard Studio,Unknown,,,,,,,2014-07-24, +/games/boxart/full_5136385AmericaFrontccc.jpg,Distance,PC,Misc,Refract Studios,Unknown,,,,,,,2020-12-31, +/games/boxart/full_8700544JapanFrontccc.jpg,Nodame Cantabile,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2007-04-19, +/games/boxart/full_1839205AmericaFrontccc.jpg,Valdis Story: Abyssal City,PC,Misc,Endless Fluff Games,Unknown,,,,,,,2013-09-08, +/games/boxart/full_1751878AmericaFrontccc.jpg,Final Fantasy III,PC,Misc,Square Enix,Unknown,,,,,,,2014-05-27, +/games/boxart/full_326462AmericaFrontccc.jpg,Mother Russia Bleeds,PC,Misc,Bandai Visual,Unknown,,,,,,,2016-01-01, +/games/boxart/full_6809001AmericaFrontccc.jpg,Melody's Escape,PC,Misc,Unknown,Unknown,,,,,,,2014-02-26, +/games/boxart/full_9914174AmericaFrontccc.jpg,The Fall,PC,Misc,Over The Moon,Unknown,,,,,,,2014-05-30, +/games/boxart/full_3768365AmericaFrontccc.jpg,Vessel,PC,Misc,indiePub,Unknown,,,,,,,2012-03-01, +/games/boxart/full_2625194AmericaFrontccc.jpg,Theatrhythm: Final Fantasy,3DS,Misc,Square Enix,Jupiter Multimedia,7.8,,,,,,2012-07-03,2018-01-09 +/games/boxart/full_5339244AmericaFrontccc.jpg,Chip,PC,Misc,Kiss,Unknown,,,,,,,2014-04-25, +/games/boxart/full_8310694AmericaFrontccc.jpg,Anomaly 2,PC,Misc,11 bit studios,Unknown,,,,,,,2013-05-15, +/games/boxart/full_8479303AmericaFrontccc.jpg,Not a Hero,PC,Misc,Devolver Digital,Unknown,,,,,,,2015-05-14, +/games/boxart/full_5017830AmericaFrontccc.jpg,Sonic The Hedgehog 4 Episode I,PC,Misc,Sega,Unknown,,,,,,,2012-01-19, +/games/boxart/full_2711825AmericaFrontccc.jpg,Drawful 2,PC,Misc,Jackbox Games,Jackbox Games,,,,,,,2016-07-21,2019-04-17 +/games/boxart/full_8734806JapanFrontccc.png,Dragon Quest & Final Fantasy in Itadaki Street Special,PSP,Misc,Square Enix,Unknown,,,,,,,2006-05-25, +/games/boxart/full_1732305AmericaFrontccc.jpg,Elite Beat Agents,DS,Misc,Nintendo,iNiS,8.4,,,,,,2006-11-06, +/games/boxart/full_6594919AmericaFrontccc.jpg,SHENZHEN I/O,PC,Misc,Zachtronics Industries,Zachtronics Industries,,,,,,,2016-11-17,2019-04-06 +/games/boxart/full_980201AmericaFrontccc.jpg,Orbt XL,PC,Misc,Nickervision Studios,Nickervision Studios,,,,,,,2017-04-21,2019-03-27 +/games/boxart/full_8237607AmericaFrontccc.jpg,Rento Fortune - Online Dice Board Game,PC,Misc,LAN - GAMES EOOD,LAN - GAMES EOOD,,,,,,,2017-07-14,2019-03-23 +/games/boxart/full_8987149AmericaFrontccc.png,Macadam Bumper,All,Misc,Accolade,ERE Informatique,,,,,,,1988-01-01,2021-03-20 +/games/boxart/full_8753134JapanFrontccc.jpg,Hatsune Miku: Project Diva,PSP,Misc,Sega,Sega,,,,,,,2009-07-02, +/games/boxart/full_822608JapanFrontccc.jpg,Kyoto Daigaku Atsuji Tetsuji Kyouju Kanshuu: Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Kyouryoku: Kanji Trainer Portable,PSP,Misc,Sega,Sega,,,,,,,2006-12-14, +/games/boxart/full_2273685JapanFrontccc.jpg,Final Fantasy III,PSP,Misc,Square Enix,Unknown,,,,,,,2012-09-25, +/games/boxart/full_2892277AmericaFrontccc.jpg,Monty Python's Complete Waste of Time,PC,Misc,7th Level,7th Level,,,,,,,1994-10-04,2021-08-29 +/games/boxart/full_1701916AmericaFrontccc.png,DragonStrike,All,Misc,Strategic Simulations,Westwood Associates,,,,,,,1990-01-01,2021-03-23 +/games/boxart/full_732747AmericaFrontccc.jpg,Raster Blaster,All,Misc,BudgeCo,Bill Budge,,,,,,,1981-01-01,2021-04-06 +/games/boxart/full_2215518AmericaFrontccc.jpg,Lane Mastodon vs. the Blubbermen,PC,Misc,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1988-01-01, +/games/boxart/full_5980727AmericaFrontccc.jpg,Horizon V,All,Misc,Gebelli Software,Gebelli Software,,,,,,,1982-01-01,2021-04-06 +/games/boxart/full_6352483AmericaFrontccc.jpg,Voyage of the Valkyrie,OSX,Misc,Unknown,Leo Christopherson,,,,,,,,2021-04-06 +/games/boxart/full_2552103AmericaFrontccc.jpg,The Game Show,OSX,Misc,Unknown,Computer Advanced Ideas,,,,,,,,2021-04-05 +/games/boxart/default.jpg,1Path,And,Misc,Bulkypix,Unknown,,,,,,,2014-03-02, +/games/boxart/default.jpg,Akaya Akashiya Ayakashino,PSP,Misc,Unknown,Unknown,,,,,,,2014-02-13, +/games/boxart/default.jpg,Chain Chronicle,And,Misc,Sega,Unknown,,,,,,,2013-08-17, +/games/boxart/default.jpg,Mahjong World Contest,PS3,Misc,8Floor,Unknown,,,,,,,2014-02-24, +/games/boxart/default.jpg,Mahjong World Contest,OSX,Misc,8Floor,Unknown,,,,,,,2012-12-03, +/games/boxart/default.jpg,Mahjong World Contest,PC,Misc,8Floor,Unknown,,,,,,,2012-12-03, +/games/boxart/default.jpg,Mahjong World Contest,PSV,Misc,8Floor,Unknown,,,,,,,2014-01-08, +/games/boxart/default.jpg,MechRunner,OSX,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,MechRunner,PC,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,MechRunner,PSV,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,MechRunner,PS4,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Skyforge,PC,Misc,MY.COM,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,TowerFall,Ouya,Misc,Unknown,Unknown,,,,,,,2013-06-25, +/games/boxart/full_2592465AmericaFrontccc.jpg,TowerFall,PS4,Misc,Unknown,Unknown,,,,,,,2014-03-11, +/games/boxart/default.jpg,Warlock 2: The Exiled,PC,Misc,Paradox Interactive,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,World of Speed,PC,Misc,MY.COM,Unknown,,,,,,,2015-01-01, +/games/boxart/full_detuned_9AmericaFront.jpg,.deTuned,PSN,Misc,Sony Computer Entertainment,.theprodukkt,4.5,,,,,,2009-10-15, +/games/boxart/full_3673944JapanFrontccc.jpg,0 Kara no Shogi: Shogi Youchien Ayumi Kumi R,PS,Misc,Affect,Affect,,,,,,,2000-08-10, +/games/boxart/full_0-kara-no-shogi-shogi-youchien-ayumi-kumi-r_2JapanFront.jpg,0 Kara no Shogi: Shogi Youchien Ayumi Kumi R,PSN,Misc,Affect,Affect,,,,,,,2010-08-11, +/games/boxart/default.jpg,0x10c,PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,0x10c,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,100 Doors 2013,And,Misc,Gipnetix Games,Unknown,,,,,,,2012-12-07, +/games/boxart/full_7257198JapanFrontccc.jpg,100 Manyen Quiz Hunter,PS,Misc,FPS,FPS,,,,,,,1998-12-23, +/games/boxart/default.jpg,1001 Nights: The Adventures of Sindbad,PSP,Misc,Alawar Entertainment,Unknown,,,,,,,2011-10-18, +/games/boxart/default.jpg,1001 Nights: The Adventures of Sindbad,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,101 Drinking Games,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-01-16, +/games/boxart/default.jpg,101 Penguin Pets 3D,3DS,Misc,SelectSoft,Unknown,,,,,,,2013-10-17, +/games/boxart/default.jpg,101 Pinball World,DSi,Misc,SelectSoft,Unknown,,,,,,,2012-01-12, +/games/boxart/full_101-in-1-megamix_4AmericaFront.jpg,101-in-1 Megamix,PSN,Misc,Nordcurrent,Nordcurrent,,,,,,,2010-09-21, +/games/boxart/full_4773090JapanFrontccc.jpg,13-Sai no Hello Work DS,DS,Misc,Digital Works Entertainment,Digital Works Entertainment,,,,,,,2008-05-29, +/games/boxart/full_7667905JapanFrontccc.jpg,1500DS Spirits Vol. 10: Igo,DS,Misc,Tasuke,Tasuke,,,,,,,2008-05-15, +/games/boxart/full_2680727JapanFrontccc.jpg,1500DS Spirits Vol. 1: Mahjong,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, +/games/boxart/full_9690787JapanFrontccc.jpg,1500DS Spirits Vol. 2: Shogi,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, +/games/boxart/full_8227798JapanFrontccc.jpg,1500DS Spirits Vol. 4: Reversi,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, +/games/boxart/full_9939253JapanFrontccc.jpg,1500DS Spirits Vol. 5: Hanafuda,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, +/games/boxart/full_4052661JapanFrontccc.jpg,1500DS Spirits Vol. 6: Trump,DS,Misc,Tasuke,Tasuke,,,,,,,2007-11-22, +/games/boxart/full_4376049JapanFrontccc.jpg,1500DS Spirits Vol. 7: Chess,DS,Misc,Tasuke,Tasuke,,,,,,,2007-11-22, +/games/boxart/full_4987648JapanFrontccc.jpg,1500DS Spirits Vol. 9: 2 Nin-uchi Mahjong,DS,Misc,Tasuke,Tasuke,,,,,,,2007-11-22, +/games/boxart/full_1309107JapanFrontccc.jpg,1500DS Spirits: Mahjong V,DS,Misc,Tasuke,Tasuke,,,,,,,2009-12-03, +/games/boxart/full_4222839JapanFrontccc.jpg,1500DS Spirits: Shogi V,DS,Misc,Tasuke,Tasuke,,,,,,,2009-12-03, +/games/boxart/default.jpg,15DicePuzzle,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,15DicePuzzle,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_18-card-games_259PALFront.jpg,18 Card Games,DS,Misc,Rondomedia,Foreign Media Games,,,,,,,2010-11-16, +/games/boxart/default.jpg,1849,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,1849,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,18th Gate,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-10-25, +/games/boxart/default.jpg,2 Fast 4 Gnomz,3DS,Misc,QubicGames,Unknown,,,,,,,2012-11-01, +/games/boxart/default.jpg,2 Fast 4 Gnomz,Wii,Misc,QubicGames,Unknown,,,,,,,2012-02-23, +/games/boxart/default.jpg,2 Games in 1 Double Pack: Finding Nemo / Monsters Inc.,3DS,Misc,Ghostlight,Unknown,,,,,,,2013-05-09, +/games/boxart/full_865887AmericaFrontccc.jpg,2 Games in 1 Double Pack: Scooby-Doo and the Cyber Chase / Scooby-Doo! Mystery Mayhem,GBA,Misc,THQ,Software Creations / Artificial Mind and Movement,,,,,,,2005-03-08, +/games/boxart/full_4426440PALFrontccc.jpg,2 Games in 1: Sonic Advance & Sonic Battle,GBA,Misc,THQ,Sega,,,,,,,2005-11-16, +/games/boxart/full_6986868PALFrontccc.jpg,2 Games in 1: Sonic Pinball Party & Sonic Battle,GBA,Misc,Sega,Sega,,,,,,,2006-01-26, +/games/boxart/default.jpg,2 Games in 1: SpongeBob SquarePants: SuperSponge & Rugrats Go Wild,And,Misc,"Days Of Wonder, Inc.",Unknown,,,,,,,2014-01-01, +/games/boxart/full_4191729PALFrontccc.jpg,2 Games in 1: The Incredibles + Finding Nemo,GC,Misc,THQ,Heavy Iron Studios / Traveller's Tales,,,,,,,2006-03-23, +/games/boxart/default.jpg,2 Games in 1: The Incredibles + Finding Nemo,And,Misc,Electronic Arts,Unknown,,,,,,,2011-03-22, +/games/boxart/default.jpg,200V Challenge Spirit Mahjong,DSiW,Misc,Tasuke,Tasuke,,,,,,,2009-09-09, +/games/boxart/full_20q_702PALFront.png,20Q,PSN,Misc,Unknown,20Q. Net Inc.,,,,,,,2011-04-20, +/games/boxart/full_20th-century-video-almanac_10AmericaFront.jpg,20th Century Video Almanac,3DO,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, +/games/boxart/full_21-emon-mezase-hotel-ou_7JapanFront.jpg,21 Emon: Mezase! Hotel Ou,PCE,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1994-12-16, +/games/boxart/full_21-blackjack_758AmericaFront.jpg,21: Blackjack,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-11-15, +/games/boxart/full_8542505JapanFrontccc.jpg,250 Mannin no KanKen: Wii de Tokoton Kanji Nou,Wii,Misc,IE Institute,IE Institute,,,,,,,2008-07-31, +/games/boxart/full_890327JapanFrontccc.jpg,2999 Game Kids,PS,Misc,Sony Computer Entertainment,SCEI,,,,,,,1998-12-23, +/games/boxart/full_2d-math-panic_132AmericaFront.jpg,2D Math Panic,XBL,Misc,Microsoft,OnekSoft Games,,,,,,,2011-09-11, +/games/boxart/full_5423729AmericaFrontccc.jpg,2GoVids Rachel Star Stunt Show,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-16, +/games/boxart/full_2494648AmericaFrontccc.jpg,2win Ghost,XBL,Misc,Microsoft,Paineert,,,,,,,2009-02-20, +/games/boxart/full_2831318PALFrontccc.jpg,3 Games in 1: SpongeBob SquarePants: SuperSponge / Rugrats: I Gotta Go Party / Tak and the Power of Juju,GBA,Misc,THQ,Climax Group / Eurocom Entertainment Software / Avalanche Software,,,,,,,2005-11-25, +/games/boxart/default.jpg,3 Games in 1: SpongeBob SquarePants: SuperSponge / Rugrats: I Gotta Go Party / Tak and the Power of Juju,3DS,Misc,Cypronia,Unknown,,,,,,,2012-12-20, +/games/boxart/default.jpg,3 Heroes Crystal Soul,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-01-05, +/games/boxart/default.jpg,3 Heroes Crystal Soul,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-01-05, +/games/boxart/default.jpg,3 Ninjas Kick Back / Hook,GEN,Misc,Sega,Unknown,,,,,,,1993-01-01, +/games/boxart/default.jpg,3 Stars of Destiny,PC,Misc,Unknown,Unknown,,,,,,,2009-02-23, +/games/boxart/default.jpg,"3, 2, 1... WordsUp!",DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2012-07-05, +/games/boxart/full_7452984AmericaFrontccc.jpg,"3-2-1, Rattle Battle!",WW,Misc,Tecmo,Tecmo,,,,,,,2009-08-31, +/games/boxart/default.jpg,3-bun Tenkatouitsu: Bakumatsu Quiz-Hen,DSiW,Misc,Gakken,"GAE, Inc.",,,,,,,2010-09-22, +/games/boxart/default.jpg,3-bun Tenkatouitsu: Harumon Sengoku Quiz-Hen,DSiW,Misc,GAE,GAE,,,,,,,2010-02-24, +/games/boxart/default.jpg,3-bun Tenkatouitsu: Nishihon Sengoku Quiz-Hen,DSiW,Misc,GAE,GAE,,,,,,,2010-02-24, +/games/boxart/9609455ccc.jpg,3-D Ultra Pinball,PC,Misc,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1996-09-23, +/games/boxart/default.jpg,300: Rise of an Empire -- Seize Your Glory,And,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2014-02-07, +/games/boxart/default.jpg,3450 Algo,DSiW,Misc,Comolink,Comolink,,,,,,,2011-03-16, +/games/boxart/full_5405589AmericaFrontccc.jpg,360 Mega App Pack HD,XBL,Misc,Microsoft,Seph,,,,,,,2009-08-12, +/games/boxart/4431095ccc.jpg,3D Atlas,3DO,Misc,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, +/games/boxart/full_610384AmericaFrontccc.jpg,3D Magic Images,XBL,Misc,Microsoft,Unknown,,,,,,,2009-07-17, +/games/boxart/full_3d-mahjong_10AmericaFront.jpg,3D Mahjong,DSiW,Misc,Cosmigo,Cosmigo,,,,,,,2010-08-16, +/games/boxart/6116768ccc.jpg,3D Ultra Pinball: Creep Night,PC,Misc,Unknown,Sierra Entertainment,,,,,,,, +/games/boxart/6218737ccc.jpg,3D Ultra Pinball: NASCAR,PC,Misc,Sierra Entertainment,Dynamix,,,,,,,1996-01-01, +/games/boxart/full_1187530AmericaFrontccc.jpg,3D Ultra Pinball: The Lost Continent,PC,Misc,Sierra Entertainment,Sierra Entertainment,,,,,,,1997-01-01, +/games/boxart/full_3do-buffet_0AmericaFront.jpg,3DO Buffet,3DO,Misc,3DO,Interplay,,,,,,,1995-04-27, +/games/boxart/default.jpg,4 Kids: Shape It,And,Misc,Unknown,Unknown,,,,,,,2014-02-11, +/games/boxart/full_4-moku-narabe-3d_815AmericaFront.jpg,4 Moku Narabe 3D,XBL,Misc,Microsoft,okui,,,,,,,2011-08-17, +/games/boxart/default.jpg,4 Pics 1 Song,And,Misc,Game Circus LLC,Unknown,,,,,,,2013-05-09, +/games/boxart/default.jpg,4 Pics 1 Word,And,Misc,LOTUM GmbH,Unknown,,,,,,,2013-02-04, +/games/boxart/default.jpg,4 Scenes 1 Movie,And,Misc,Fruitella Games,Unknown,,,,,,,2013-05-07, +/games/boxart/full_4-travellers-play-french_1AmericaFront.jpg,4 Travellers: Play French,DSiW,Misc,AGENIUS Interactive,AGENIUS Interactive,,,,,,,2010-07-12, +/games/boxart/default.jpg,4 Travellers: Play Italian,DSiW,Misc,Unknown,AGENIUS Interactive,,,,,,,, +/games/boxart/full_1425516AmericaFrontccc.jpg,4 Travellers: Play Spanish,DSiW,Misc,AGENIUS Interactive,AGENIUS Interactive,,,,,,,2010-03-08, +/games/boxart/full_4-in-1-fun-pak_305AmericaFront.jpg,4-in-1 Fun Pak,GB,Misc,Interplay,Beam Software,,,,,,,1992-09-01, +/games/boxart/full_4-in-1-funpak-volume-ii_608AmericaFront.jpg,4-in-1 Funpak: Volume II,GB,Misc,Interplay,Beam Software,,,,,,,1993-08-01, +/games/boxart/default.jpg,40-in-1 Explosive Megamix,DSi,Misc,Nordcurrent,Unknown,,,,,,,2012-02-09, +/games/boxart/default.jpg,40-in-1 Explosive Megamix,3DS,Misc,Nordcurrent,Unknown,,,,,,,2012-02-09, +/games/boxart/default.jpg,4444,And,Misc,Bulkypix,Unknown,,,,,,,2014-05-15, +/games/boxart/full_5749660AmericaFrontccc.jpg,5 Arcade Gems,WW,Misc,Nordcurrent,Nordcurrent,,,,,,,2010-04-26, +/games/boxart/full_667609AmericaFrontccc.jpg,5 in 1 Solitaire,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-02-01, +/games/boxart/full_927633AmericaFrontccc.jpg,5 in 1 Solitaire,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-02-01, +/games/boxart/full_7337355AmericaFrontccc.jpg,5 In One Fun Pak,GG,Misc,Interplay,Beam Software,,,,,,,1994-01-01, +/games/boxart/full_5-in-1-arcade-hits_6AmericaFront.jpg,5-in-1 Arcade Hits,PSN,Misc,Unknown,Grip Games,,,,,,,2010-07-06, +/games/boxart/full_708846JapanFrontccc.jpg,5-Kyuu kara 1-Kyuu Zenkyuu Taiou: Saishin Kakomondai - 2-Ji Shiken Taisaku - Eiken Kanzenhan,DS,Misc,IE Institute,IE Institute,,,,,,,2009-11-05, +/games/boxart/default.jpg,50 More Classic Games,DS,Misc,Destineer,cerasus.media GmbH,,,,,,,2011-05-12, +/games/boxart/full_6-great-games_791AmericaFront.jpg,6 Great Games,PC,Misc,Unknown,"21 Rocks, LLC",,,,,,,2011-08-16, +/games/boxart/full_6-in-1_978AmericaFront.jpg,6 in 1,NES,Misc,Unknown,MegaSoft,,,,,,,1992-01-01, +/games/boxart/full_9685014PALFrontccc.png,6 in 1 Dictionary with Camera Function,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2009-09-04, +/games/boxart/full_651861JapanFrontccc.jpg,64 Hanafuda: Tenshi no Yakusoku,N64,Misc,Altron,Altron,,,,,,,1999-11-05, +/games/boxart/full_9427632JapanFrontccc.jpg,64 Trump Collection: Alice no Waku Waku Trump World,N64,Misc,Bottom Up,Bottom Up,,,,,,,1998-08-07, +/games/boxart/full_2841247AmericaFrontccc.jpg,7 Card Games,DSiW,Misc,cerasus.media,cerasus.media,,,,,,,2010-04-12, +/games/boxart/default.jpg,7.62 High Calibre,PC,Misc,1C Company,Unknown,,,,,,,2007-08-24, +/games/boxart/full_3383171JapanFrontccc.jpg,700 Banjin no Atama o Yokusuru: Chou Keisan DS - 13000-Mon + Image Keisan,DS,Misc,IE Institute,IE Institute,,,,,,,2009-03-12, +/games/boxart/default.jpg,90's Pool,3DS,Misc,Cinemax,Unknown,,,,,,,2012-03-29, +/games/boxart/default.jpg,90's Pool,DSi,Misc,Cinemax,Unknown,,,,,,,2012-03-29, +/games/boxart/default.jpg,99 Levels to Hell,PC,Misc,Zaxis Games,Unknown,,,,,,,2014-02-19, +/games/boxart/default.jpg,99 Levels to Hell,OSX,Misc,bom667,Unknown,,,,,,,2012-06-07, +/games/boxart/default.jpg,99 Levels to Hell,Linux,Misc,bom667,Unknown,,,,,,,2012-06-07, +/games/boxart/default.jpg,99 Spirits,PC,Misc,RunnerGames,Unknown,,,,,,,2013-05-31, +/games/boxart/default.jpg,@field,PSV,Misc,Sonic Powered,Unknown,,,,,,,2012-03-29, +/games/boxart/default.jpg,A Bird Story,PC,Misc,Freebird Games,Unknown,,,,,,,2013-07-01, +/games/boxart/full_9697854AmericaFrontccc.jpg,A Bug's Life: Active Play,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,1998-11-03, +/games/boxart/full_5610889PALFrontccc.jpg,A Bug's Life: Activity Centre,PS,Misc,Sony Computer Entertainment,Disney Interactive Studios,,,,,,,1999-12-01, +/games/boxart/full_3154336AmericaFrontccc.jpg,A Frog Game,XBL,Misc,Microsoft,imagodespira,,,,,,,2009-08-21, +/games/boxart/default.jpg,A Game of Dwarves,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,A Game of Dwarves,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_7520013AmericaFrontccc.jpg,A Game of Tennis,XBL,Misc,Microsoft,UberGeekGames,,,,,,,2009-01-31, +/games/boxart/full_9419193AmericaFrontccc.jpg,A Killer's Dream,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2009-11-21,2020-03-03 +/games/boxart/default.jpg,A Little War,And,Misc,G5 Software,Unknown,,,,,,,2014-01-06, +/games/boxart/full_8918144AmericaFrontccc.jpg,A Perfect Massage,XBL,Misc,Microsoft,R3dDr4g0n,,,,,,,2009-05-25, +/games/boxart/default.jpg,A Reflex Game: Xhake Shake,PC,Misc,Unknown,Unknown,,,,,,,2014-04-11, +/games/boxart/default.jpg,A-10 Cuba!,Mob,Misc,Activision,Unknown,,,,,,,1996-11-30, +/games/boxart/full_4233437AmericaFrontccc.jpg,A-Maze!-ING,XBL,Misc,Microsoft,Copasetic,,,,,,,2009-10-12, +/games/boxart/default.jpg,A.N.N.E,PC,Misc,gamesbymo,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Aahh! Spot the Difference,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-03-01, +/games/boxart/default.jpg,Aahh! Spot the Difference,DSi,Misc,Gamelion Studios,Unknown,,,,,,,2012-03-01, +/games/boxart/full_4008736AmericaFrontccc.jpg,Aardvark,XBL,Misc,Microsoft,idiot,,,,,,,2009-11-18, +/games/boxart/full_4419615AmericaFrontccc.jpg,Aaron's Ping-Pong,XBL,Misc,Microsoft,Sangretu,,,,,,,2008-11-25, +/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,PSV,Misc,Nicalis,Unknown,,,,,,,2014-06-03, +/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,3DS,Misc,Nicalis,Unknown,,,,,,,2014-06-03, +/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,X360,Misc,8bits fanatics,Unknown,,,,,,,2011-01-18, +/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,PC,Misc,Nicalis,Unknown,,,,,,,2014-06-03, +/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,PS4,Misc,Nicalis,Unknown,,,,,,,2014-06-03, +/games/boxart/full_absolute-chess_3AmericaFront.jpg,Absolute Chess,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-08-09, +/games/boxart/default.jpg,Absolute Chess,DSiW,Misc,Unknown,Tasuke,,,,,,,, +/games/boxart/full_1682853AmericaFrontccc.jpg,Absolute Obedience,PC,Misc,Jast,Langmaor,,,,,,,2006-10-25, +/games/boxart/full_absolute-reversi_1AmericaFront.jpg,Absolute Reversi,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-08-23, +/games/boxart/default.jpg,Abyss,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2012-08-23, +/games/boxart/default.jpg,Abyss,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2012-08-23, +/games/boxart/default.jpg,Abyss Odyssey,PC,Misc,Atlus,Unknown,,,,,,,2014-07-15, +/games/boxart/default.jpg,Abyss Odyssey,X360,Misc,Atlus,Unknown,,,,,,,2014-07-16, +/games/boxart/default.jpg,Abyss Odyssey,PS3,Misc,Atlus,Unknown,,,,,,,2014-07-15, +/games/boxart/default.jpg,Academy of Magic: Word Spells,PC,Misc,Total Eclipse,Unknown,,,,,,,2005-10-17, +/games/boxart/default.jpg,Academy: Checkers,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2011-10-20, +/games/boxart/default.jpg,Academy: Checkers,DSi,Misc,Gamelion Studios,Unknown,,,,,,,2011-10-20, +/games/boxart/full_academy-tic-tac-toe_7AmericaFront.jpg,Academy: Tic-Tac-Toe,DSiW,Misc,Gamelion Studios,Gamelion Studios,,,,,,,2010-10-18, +/games/boxart/default.jpg,Ace Attorney: Ryuunosuke Wright's Adventure,3DS,Misc,Capcom,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Ace Combat: Infinity,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Ace Fishing: Wild Catch,And,Misc,Com2uS,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Ace Mathician,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-07-12, +/games/boxart/full_7269290AmericaFrontccc.jpg,Aceball,XBL,Misc,Microsoft,VoodooChief,,,,,,,2008-12-29, +/games/boxart/default.jpg,Aces of the Luftwaffe,And,Misc,HandyGames,Unknown,,,,,,,2013-02-14, +/games/boxart/default.jpg,Across Age,And,Misc,FDG Entertainment,Unknown,,,,,,,2010-10-07, +/games/boxart/default.jpg,ACT Series: Tango Choo Nichi Ei Hen,DSiW,Misc,Digital Media Lab,Digital Media Lab,,,,,,,2010-01-27, +/games/boxart/default.jpg,ACT Series: Tango Choo Nichi Jyuu Hen,DSiW,Misc,Digital Media Lab,Digital Media Lab,,,,,,,2009-11-11, +/games/boxart/default.jpg,ACT Series: Tango Choo Nichi Kan Hen,DSiW,Misc,Digital Media Lab,Digital Media Lab,,,,,,,2010-01-27, +/games/boxart/9580339ccc.jpg,Action 52,GEN,Misc,Active Enterprises,Farsight Technologies,,,,,,,1993-01-01, +/games/boxart/full_action-52_274AmericaFront.jpg,Action 52,NES,Misc,Active Enterprises,Active Enterprises,,,,,,,1991-01-01, +/games/boxart/full_4864151PALFrontccc.jpg,Action Pack: Prince of Persia: Rival Swords / Tom Clancy's Rainbow Six Vegas / Driver 76,PSP,Misc,Ubisoft,Ubisoft,,,,,,,2009-03-27, +/games/boxart/default.jpg,Activision Anthology,And,Misc,Activision,Unknown,,,,,,,2012-08-30, +/games/boxart/default.jpg,Activision Anthology,Mob,Misc,Activision,Unknown,,,,,,,2003-10-06, +/games/boxart/default.jpg,Activision Anthology,PSP,Misc,Activision,Unknown,,,,,,,2006-11-08, +/games/boxart/default.jpg,Activision Anthology,OSX,Misc,Activision,Aspyr,,,,,,,2003-10-06, +/games/boxart/full_8481426AmericaFrontccc.png,Activision Hits Remixed,PSN,Misc,Activision,Digital Eclipse,,,,,,,2009-09-30, +/games/boxart/default.jpg,Activision Hits: Remixed,SNES,Misc,Activision,Unknown,,,,,,,1993-09-01, +/games/boxart/full_4028452AmericaFrontccc.jpg,ActRaiser,SNES,Misc,Enix,Quintet,,,,,,,1991-11-01, +/games/boxart/7642063ccc.jpg,ActRaiser,VC,Misc,Square Enix,Quintet,,,,,,,2007-05-28, +/games/boxart/full_9782657PALFrontccc.jpg,Actua Pool,DS,Misc,Atari,Zoo Digital Publishing,,,,,,,2007-02-02, +/games/boxart/full_8874995PALFrontccc.jpg,Actua Pool,PS,Misc,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, +/games/boxart/full_1642736JapanFrontccc.jpg,Ad Lib Ouji ...to Fuyukai na Nakama-tachi!?,PS,Misc,Nippon Telenet,Unknown,,,,,,,2002-12-19, +/games/boxart/default.jpg,Adam's Venture Episode 2: Solomon's Secret,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2011-04-08, +/games/boxart/default.jpg,Adam's Venture Episode 3: Revelations,PC,Misc,Vertigo Games,Unknown,,,,,,,2012-03-09, +/games/boxart/default.jpg,Addy Junior Mein Körper,DS,Misc,Unknown,Mindscape,,,,,,,, +/games/boxart/full_addy-junior-mein-korper_5PALFront.jpg,Addy Junior: Mein Korper,DS,Misc,Mindscape,Mindscape Inc.,,,,,,,2009-07-30, +/games/boxart/default.jpg,adidas miCoach,PS,Misc,Land Ho,Unknown,,,,,,,2012-07-13, +/games/boxart/default.jpg,adidas miCoach,PS3,Misc,Land Ho,Unknown,,,,,,,2012-07-24, +/games/boxart/default.jpg,adidas miCoach,And,Misc,Land Ho,Unknown,,,,,,,2010-08-01, +/games/boxart/full_819774AmericaFrontccc.jpg,Advanced Rock Paper Scissors,XBL,Misc,Microsoft,North West,,,,,,,2009-08-12, +/games/boxart/default.jpg,Adventure Bar Story,And,Misc,"Rideon Japan, Inc.",Unknown,,,,,,,2012-07-30, +/games/boxart/default.jpg,Adventure Chronicles: The Search For Lost Treasure,OSX,Misc,Strategy First,Unknown,,,,,,,2012-05-18, +/games/boxart/default.jpg,Adventure Chronicles: The Search For Lost Treasure,PC,Misc,Strategy First,Unknown,,,,,,,2012-05-18, +/games/boxart/full_adventure-in-vegas-slot-machine_3AmericaFront.jpg,Adventure in Vegas: Slot Machine,DSiW,Misc,Gamelion Studios,Gamelion Studios,,,,,,,2010-11-08, +/games/boxart/default.jpg,Adventure Island II,3DS,Misc,Hudson Soft,Unknown,,,,,,,2014-03-06, +/games/boxart/full_8382009AmericaFrontccc.jpg,Adventure Pinball: Forgotten Island,PC,Misc,Electronic Arts,Digital Extremes,,,,,,,2001-03-21, +/games/boxart/default.jpg,Adventure Time: Hey Ice King! Why'd You Steal Our Garbage?,DS,Misc,D3Publisher,Unknown,,,,,,,2012-11-20, +/games/boxart/full_1393122AmericaFrontccc.jpg,Adventure Time: Hey Ice King! Why'd You Steal Our Garbage?,3DS,Misc,D3Publisher,Unknown,,,,,,,2012-11-20, +/games/boxart/default.jpg,Adventure Time: The Secret of the Nameless,PC,Misc,Little Orbit,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Adventure Time: The Secret of the Nameless,PS3,Misc,Little Orbit,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Adventure Town,And,Misc,Supersolid Ltd,Unknown,,,,,,,2013-11-25, +/games/boxart/default.jpg,Adventures of Lolo,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Aeon Command,Linux,Misc,Unknown,Unknown,,,,,,,2014-01-04, +/games/boxart/default.jpg,Aeon Command,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-04, +/games/boxart/default.jpg,Aeon Command,PC,Misc,Unknown,Unknown,,,,,,,2014-01-04, +/games/boxart/default.jpg,Aeon Command,And,Misc,Unknown,Unknown,,,,,,,2014-01-04, +/games/boxart/default.jpg,Aero Drum,WW,Misc,Unknown,Yudo,,,,,,,, +/games/boxart/default.jpg,Aero Guitar,WW,Misc,Yudo,Yudo,,,,,,,2008-09-30, +/games/boxart/default.jpg,After Burner,C64,Misc,Sega,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,After Burner II,NES,Misc,Sunsoft,Unknown,,,,,,,1989-03-30, +/games/boxart/default.jpg,After Burner II,SAT,Misc,Sega,Unknown,,,,,,,1996-09-27, +/games/boxart/default.jpg,After Burner II,PS2,Misc,Sega,Unknown,,,,,,,2004-03-18, +/games/boxart/default.jpg,Age of Decadence,PC,Misc,Iron Tower Studio,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Age of Reflex,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-25, +/games/boxart/default.jpg,Age of Reflex,OSX,Misc,ECRUSH DI DI NATALE SALVATORE,Unknown,,,,,,,2014-04-25, +/games/boxart/default.jpg,Age of Reflex,PC,Misc,ECRUSH DI DI NATALE SALVATORE,Unknown,,,,,,,2014-04-25, +/games/boxart/default.jpg,Age of Warring Empire,And,Misc,Silent Software Inc.,Unknown,,,,,,,2013-06-17, +/games/boxart/default.jpg,Age of Warring Empire,BRW,Misc,Silent Software Inc.,Unknown,,,,,,,2013-06-17, +/games/boxart/default.jpg,Age of Wonders 3,OSX,Misc,Triumph Studios,Unknown,,,,,,,2015-04-14, +/games/boxart/default.jpg,Age of Wushu,PC,Misc,Snail Game,Unknown,,,,,,,2014-03-27, +/games/boxart/full_2032955AmericaFrontccc.jpeg,Age of Zombies,And,Misc,Halfbrick Studios,Unknown,,,,,,,2011-07-08, +/games/boxart/full_4855293AmericaFrontccc.jpeg,Age of Zombies,PSP,Misc,Halfbrick Studios,Unknown,,,,,,,2010-02-25, +/games/boxart/full_3715916AmericaFrontccc.jpeg,Age of Zombies,PSV,Misc,evoline srl,Unknown,,,,,,,2014-01-14, +/games/boxart/default.jpg,Aggression: Europe Under Fire,PC,Misc,Buka Entertainment,Unknown,,,,,,,2007-05-10, +/games/boxart/full_8468314JapanFrontccc.jpg,AI Igo,PSP,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-12-22, +/games/boxart/full_4066967JapanFrontccc.jpg,AI Mahjong,PSP,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-12-22, +/games/boxart/default.jpg,AI Mahjong Selection,PS,Misc,Hamster Corporation,i4,,,,,,,2002-07-25, +/games/boxart/full_6600931JapanFrontccc.jpg,Ai no Hateni,PS,Misc,Success,Success,,,,,,,1999-07-22, +/games/boxart/full_ai-sensei-no-oshiete-watashi-no-hoshi_286JapanFront.jpg,Ai Sensei no Oshiete: Watashi no Hoshi,NES,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-03-26, +/games/boxart/full_9946768JapanFrontccc.jpg,Ai Shogi,PS,Misc,Soft Bank,Something,,,,,,,1995-11-22, +/games/boxart/full_2174971JapanFrontccc.jpg,AI Shogi,3DO,Misc,Taito,Taito Corporation,,,,,,,1995-09-14, +/games/boxart/full_3785047JapanFrontccc.jpg,AI Shogi,SAT,Misc,Soft Bank,Something,,,,,,,1995-08-25, +/games/boxart/full_1713551JapanFrontccc.jpg,AI Shogi,PSP,Misc,Marvelous Interactive,Marvelous,,,,,,,2005-01-20, +/games/boxart/full_9998364JapanFrontccc.jpg,Ai Shogi 2,PS,Misc,GameBank,ASCII Entertainment,,,,,,,1997-12-25, +/games/boxart/full_5801280JapanFrontccc.jpg,Ai Shogi 2,SAT,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1998-06-11, +/games/boxart/full_6442882JapanFrontccc.jpg,Ai Shogi 2 Deluxe,PS,Misc,i4,ASCII Entertainment,,,,,,,1999-09-22, +/games/boxart/full_1157675JapanFrontccc.jpg,Ai Shogi 2000,PS,Misc,i4,Unknown,,,,,,,1999-11-25, +/games/boxart/full_7290993JapanFrontccc.jpg,AI Shogi 3,N64,Misc,ASCII Entertainment,i4,,,,,,,1998-12-18, +/games/boxart/default.jpg,AI Shogi Selection,PS,Misc,Hamster Corporation,i4,,,,,,,2002-05-23, +/games/boxart/full_3585880AmericaFrontccc.jpg,Aichi Yokabu us online,XBL,Misc,Microsoft,Takeshi Yoshimura,,,,,,,2009-12-05, +/games/boxart/full_5451754AmericaFrontccc.jpg,Aimeroids,XBL,Misc,Microsoft,simesf,,,,,,,2009-10-10, +/games/boxart/default.jpg,Air Battle Hockey 3D,3DS,Misc,10TACLE Studios,Unknown,,,,,,,2014-01-03, +/games/boxart/default.jpg,Air Control,PC,Misc,Unknown,Unknown,,,,,,,2014-05-23, +/games/boxart/default.jpg,AiRace Speed,3DS,Misc,QubicGames,Unknown,,,,,,,2013-09-19, +/games/boxart/default.jpg,Airport Madness,Wii,Misc,The Learning Company,Unknown,,,,,,,2011-12-15, +/games/boxart/default.jpg,Airships,PC,Misc,"VOOZ CO.,LTD",Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,Airships,OSX,Misc,"VOOZ CO.,LTD",Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,Airships,Linux,Misc,"VOOZ CO.,LTD",Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,AirTycoon 3,And,Misc,TRADEGAME Lab Inc.,Unknown,,,,,,,2014-03-13, +/games/boxart/full_91105JapanFrontccc.jpg,Aishiau Kotoshika Dekinai,PS,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1998-02-11, +/games/boxart/default.jpg,Aitakute Monkey,DSiW,Misc,Starfish,Starfish SD,,,,,,,2011-04-20, +/games/boxart/default.jpg,Aiyoku no Eustia,PC,Misc,Unknown,August,,,,,,,2011-04-28, +/games/boxart/default.jpg,Akane the Kunoichi,PC,Misc,Haruneko,Unknown,,,,,,,2014-05-02, +/games/boxart/default.jpg,Akaneiro: Demon Hunters,PC,Misc,Spicy Horse,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Akaneiro: Demon Hunters,OSX,Misc,Spicy Horse,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Akari by Nikoli,3DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_akazukin-cha-cha-osawagase-panic-race_2JapanFront.jpg,Akazukin Cha Cha: Osawagase Panic Race,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1996-10-25, +/games/boxart/full_akb148-idol-to-guam-de-koishitara_134JapanFront.jpg,AKB1/48: Idol to Guam de Koishitara...,PSN,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2011-10-06, +/games/boxart/full_akimi-village_660AmericaFront.jpg,Akimi Village,PSN,Misc,Sony Online Entertainment,NinjaBee,,,,,,,2011-06-14, +/games/boxart/full_8454070PALFrontccc.jpg,Akira Psychoball,PS2,Misc,Atari,KAZe Co.,,,,,,,2002-02-21, +/games/boxart/full_7375542JapanFrontccc.jpg,Akko de Pon! Ikasama Hourouki,DS,Misc,Success,Success,,,,,,,2008-04-24, +/games/boxart/full_7616496JapanFrontccc.jpg,Akko de Pon! Ikasama Hourouki,Wii,Misc,Success,Success,,,,,,,2008-07-03, +/games/boxart/default.jpg,Al Emmo and the Lost Dutchman's Mine,PC,Misc,Himalaya Studios,Unknown,,,,,,,2006-09-05, +/games/boxart/full_1669982JapanFrontccc.jpg,Alabama,PS,Misc,D3 Publisher,Unknown,,,,,,,2000-09-21, +/games/boxart/full_4108284PALFrontccc.jpg,Alan Hansen's Sports Challenge,PS2,Misc,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, +/games/boxart/full_8555728PALFrontccc.jpg,Alan Hansen's Sports Challenge,PC,Misc,Oxygen Interactive,Oxygen Interactve,,,,,,,2007-10-26, +/games/boxart/default.jpg,Aleph,XBL,Misc,Unknown,DigiPen,,,,,,,, +/games/boxart/default.jpg,Alex Hunter: Lord of the Mind,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-12-17, +/games/boxart/default.jpg,Alex The Fox,Wii,Misc,The Learning Company,Unknown,,,,,,,2011-12-29, +/games/boxart/default.jpg,Alice - Behind the Mirror full - A Hidden Object Adventure,And,Misc,Anuman,Unknown,,,,,,,2014-05-17, +/games/boxart/default.jpg,Alien,C64,Misc,Sega-AM7,Unknown,,,,,,,1984-01-01, +/games/boxart/default.jpg,Alien 3,C64,Misc,Acclaim Entertainment,Unknown,,,,,,,1992-01-01, +/games/boxart/full_814187AmericaFrontccc.jpg,Alien Ambush,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2008-11-16, +/games/boxart/default.jpg,Alien Autopsy,WW,Misc,Unknown,Alten8,,,,,,,, +/games/boxart/default.jpg,Alien Chaos 3D,3DS,Misc,Mojang,Unknown,,,,,,,2012-03-27, +/games/boxart/5104075ccc.jpg,Alien Crush,PCE,Misc,Turbo Technologies,Compile,,,,,,,1989-01-01, +/games/boxart/full_1792730AmericaFrontccc.jpg,Alien Crush,VC,Misc,Hudson Soft,Compile,7.3,,,,,,2006-12-11, +/games/boxart/full_alien-crush_581JapanFront.jpg,Alien Crush,PSN,Misc,Hudson Soft,Compile,,,,,,,2011-06-02, +/games/boxart/default.jpg,Alien On The Run,3DS,Misc,G-Style,Unknown,,,,,,,2014-05-22, +/games/boxart/full_7309875AmericaFrontccc.jpg,Alien Rage,PS3,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Alien Rage,X360,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Alien Spidy,PC,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, +/games/boxart/default.jpg,Alien Spidy,X360,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, +/games/boxart/default.jpg,Alien Spidy,PS3,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, +/games/boxart/default.jpg,Alien Spidy,OSX,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, +/games/boxart/default.jpg,Aliens: Colonial Marines,WiiU,Misc,Sega,Unknown,,,,,,,2013-02-12, +/games/boxart/full_2639117JapanFrontccc.jpg,Alive,PS,Misc,General Entertainment,General Entertainment,,,,,,,1998-08-06, +/games/boxart/default.jpg,All New Retro Remakes Collection,PC,Misc,Unknown,Retro Gamer,,,,,,,2004-01-01, +/games/boxart/full_all-star-action_738PALFront.jpg,All Star Action,PS,Misc,Phoenix Games,Mere Mortals,,,,,,,2003-01-01, +/games/boxart/default.jpg,All Zombies Must Die!,PC,Misc,Doublesix,Unknown,,,,,,,2012-03-12, +/games/boxart/default.jpg,All Zombies Must Die!,PS3,Misc,Doublesix,Unknown,,,,,,,2011-12-27, +/games/boxart/default.jpg,All Zombies Must Die!,X360,Misc,Doublesix,Unknown,,,,,,,2011-12-28, +/games/boxart/full_9558546JapanFrontccc.jpg,All-Star Mahjong,PS,Misc,Pony Canyon,Pony Canyon,,,,,,,1997-09-18, +/games/boxart/default.jpg,Alone,PC,Misc,Greenwood Entertainment Software GmbH,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Alone in the Dark,PS3,Misc,Atari,Unknown,,,,,,,2008-11-18, +/games/boxart/default.jpg,Alone in the Dark (1992),OSX,Misc,Interplay Entertainment Corp.,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,Alone in the Dark (1992),FMT,Misc,Krisalis,Unknown,,,,,,,1993-01-01, +/games/boxart/full_8485089AmericaFrontccc.jpg,Alone in the Dark (1992),3DO,Misc,Interplay Productions,Krisalis,,,,,,,1994-08-03,2018-01-06 +/games/boxart/default.jpg,Alone in the Dark (1992),MSD,Misc,I*Motion,Unknown,,,,,,,1992-01-01, +/games/boxart/default.jpg,Alone in the Dark 2,SAT,Misc,Infogrames,Unknown,,,,,,,1996-08-22, +/games/boxart/default.jpg,Alone in the Dark 2,PS,Misc,Infogrames,Unknown,,,,,,,1996-08-22, +/games/boxart/default.jpg,Alone in the Dark 2,OSX,Misc,Interplay Entertainment Corp.,Unknown,,,,,,,1996-01-01, +/games/boxart/default.jpg,Alone in the Dark 2,FMT,Misc,Electronic Arts Victor,Unknown,,,,,,,1994-12-01, +/games/boxart/default.jpg,Alone in the Dark 2,MSD,Misc,Infogrames,Unknown,,,,,,,1994-09-25, +/games/boxart/default.jpg,Alpaca Evolution,And,Misc,COCOSOLA Inc.,Unknown,,,,,,,2013-06-24, +/games/boxart/8961746ccc.jpg,Alpha Beam with Ernie,2600,Misc,Atari,"Children's Computer Workshop, Inc.",,,,,,,1983-01-01, +/games/boxart/full_alt-play-jason-rohrer-anthology_164AmericaFront.jpg,Alt-Play: Jason Rohrer Anthology,DSiW,Misc,Sabarasa Entertainment,Jason Rohrer,,,,,,,2011-01-03, +/games/boxart/5894054ccc.jpg,Alvin and the Chipmunks,PC,Misc,Brash Entertainment,Sensory Sweep Studios,,,,,,,2007-12-04, +/games/boxart/default.jpg,Always Remember Me,PC,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2011-04-17, +/games/boxart/default.jpg,Always Remember Me,And,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2013-04-11, +/games/boxart/full_amazing-facts_6AmericaFront.jpg,Amazing Facts,XBL,Misc,Microsoft,Danthekilla,,,,,,,2010-08-24, +/games/boxart/full_6295871JapanFrontccc.jpg,America Oudan Ultra-Quiz,GB,Misc,Tomy Corporation,Tomy,,,,,,,1990-12-23, +/games/boxart/full_4506153JapanFrontccc.jpg,America Oudan Ultra-Quiz,PS,Misc,Victor Interactive,Pegasus Japan,,,,,,,1996-02-23, +/games/boxart/full_909349JapanFrontccc.jpg,America Oudan Ultra-Quiz,PS2,Misc,DigiCube,DigiCube,,,,,,,2002-03-28, +/games/boxart/full_3678153JapanFrontccc.jpg,America Oudan Ultra-Quiz,SNES,Misc,Tomy Corporation,Tomy,,,,,,,1992-11-20, +/games/boxart/full_4850623JapanFrontccc.jpg,America Oudan Ultra-Quiz Part 2,GB,Misc,Tomy Corporation,Tomy,,,,,,,1991-12-20, +/games/boxart/full_4701679JapanFrontccc.jpg,America Oudan Ultra-Quiz Part 3,GB,Misc,Tomy Corporation,Tomy,,,,,,,1992-11-27, +/games/boxart/full_2434846JapanFrontccc.jpg,America Oudan Ultra-Quiz Part 4,GB,Misc,Tomy Corporation,Tomy,,,,,,,1993-10-29, +/games/boxart/full_589290JapanFrontccc.jpg,America Oudan Ultra-Quiz: Shijou Saidai no Tatakai,NES,Misc,Tomy Corporation,Tomy,,,,,,,1991-11-29, +/games/boxart/full_5921214AmericaFrontccc.jpg,American Idol,PC,Misc,Codemasters,Hothouse Creations,,,,,,,2003-11-18, +/games/boxart/default.jpg,American Mensa Academy,And,Misc,Square Enix,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,American Mensa Academy,X360,Misc,Square Enix,Unknown,,,,,,,2012-12-12, +/games/boxart/default.jpg,American Mensa Academy,PS3,Misc,Square Enix,Unknown,,,,,,,2013-02-05, +/games/boxart/default.jpg,American Mensa Academy,PC,Misc,Square Enix,Unknown,,,,,,,2012-07-27, +/games/boxart/1558560ccc.jpg,American Pool,PS,Misc,Mud Duck Productions,DigiCube,,,,,,,2003-05-06, +/games/boxart/full_2547882AmericaFrontccc.jpg,American Popstar: Road to Celebrity,DSiW,Misc,Gameloft,Gameloft,,,,,,,2009-05-25, +/games/boxart/default.jpg,Amnesia Twin Pack,PSP,Misc,Idea Factory,Unknown,,,,,,,2012-03-15, +/games/boxart/default.jpg,Amnesia Twin Pack,BRW,Misc,Sucker Punch Productions,Unknown,,,,,,,2011-06-07, +/games/boxart/default.jpg,Amplitude (2016),PS4,Misc,Harmonix Music Systems,Harmonix Music Systems,,,,,,,2016-01-05, +/games/boxart/default.jpg,Anata no Kyuu o Check Kanken Mini Test,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-12-22, +/games/boxart/default.jpg,Ancient Game Treasures: Mill,PSN,Misc,Unknown,G1M2,,,,,,,2011-03-15, +/games/boxart/full_2056829JapanFrontccc.jpg,And-Kensaku,Wii,Misc,Nintendo,Nintendo / Shift,,,,,,,2010-04-29, +/games/boxart/default.jpg,Angolmois '99,PS,Misc,Success,Success,,,,,,,1999-08-26, +/games/boxart/full_2380896AmericaFrontccc.jpeg,Angry Birds,And,Misc,Rovio Mobile,Unknown,,,,,,,2010-10-15, +/games/boxart/default.jpg,Angry Birds,WinP,Misc,Rovio Mobile,Unknown,,,,,,,2011-06-29, +/games/boxart/default.jpg,Angry Birds,3DS,Misc,Activision,Unknown,,,,,,,2012-09-25, +/games/boxart/default.jpg,Angry Birds,PSP,Misc,Rovio Mobile,Unknown,,,,,,,2013-10-15, +/games/boxart/default.jpg,Angry Birds Epic,And,Misc,Rovio Mobile,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Angry Birds Epic,WinP,Misc,Rovio Mobile,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Angry Birds Free,BRW,Misc,Yuke's Osaka,Unknown,,,,,,,2010-11-04, +/games/boxart/default.jpg,Angry Birds Go,And,Misc,Rovio Mobile,Unknown,,,,,,,2013-12-11, +/games/boxart/default.jpg,Angry Birds HD,DS,Misc,Sega,Unknown,,,,,,,2009-03-05, +/games/boxart/default.jpg,Angry Birds Star Wars II,And,Misc,Unknown,Unknown,,,,,,,2013-09-19, +/games/boxart/default.jpg,Angry Birds: Star Wars,And,Misc,Rovio Mobile,Unknown,,,,,,,2012-11-08, +/games/boxart/default.jpg,Angry Birds: Star Wars,WinP,Misc,Rovio Mobile,Unknown,,,,,,,2012-11-08, +/games/boxart/default.jpg,Angry Bunnies,3DS,Misc,Cypronia,Unknown,,,,,,,2013-10-31, +/games/boxart/default.jpg,Angry FireBalls,And,Misc,Big Fish Games,Unknown,,,,,,,2013-04-29, +/games/boxart/default.jpg,Angry FireBalls,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-11-14, +/games/boxart/default.jpg,Angry FireBalls,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-11-14, +/games/boxart/default.jpg,Angry Kittens Attack,PC,Misc,SlinDev,Unknown,,,,,,,2014-04-22, +/games/boxart/default.jpg,Angry Kittens Attack,OSX,Misc,SlinDev,Unknown,,,,,,,2014-04-22, +/games/boxart/default.jpg,Angry Video Game Nerd Adventures,3DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_9645547AmericaFrontccc.png,Angry Video Game Nerd Adventures,WiiU,Misc,Unknown,Freakzone Games,,,,,,,,2018-07-12 +/games/boxart/full_7119772AmericaFrontccc.jpg,Animal Crossing Calculator,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-04, +/games/boxart/full_8603317AmericaFrontccc.jpg,Animal Crossing Clock,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-04, +/games/boxart/full_9722870JapanFrontccc.jpg,Animal Mania: Doki*Doki Aishou Check,GBA,Misc,Konami,Jupiter Multimedia,,,,,,,2002-01-31, +/games/boxart/full_5575142AmericaFrontccc.jpg,Animaniacs Game Pack!,PC,Misc,Warner Bros. Interactive,Funnybone Entertainment,,,,,,,1997-12-31, +/games/boxart/default.jpg,Animas Online,And,Misc,GameForge,Unknown,,,,,,,2014-05-26, +/games/boxart/full_8984384JapanFrontccc.jpg,Anime Eikaiwa: 15 Shounen Hyouryuuhen,PS2,Misc,Success,Success,,,,,,,2001-08-30, +/games/boxart/full_393399JapanFrontccc.jpg,Anime Eikaiwa: Tondemo Nezumi Daikatsuyaku,PS2,Misc,Success,Success,,,,,,,2001-08-30, +/games/boxart/full_992237JapanFrontccc.jpg,Anime Eikaiwa: Totoi,PS2,Misc,Success,Success,,,,,,,2001-08-30, +/games/boxart/full_anime-freak-fx-vol-1_10JapanFront.jpg,Anime Freak FX Vol. 1,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1995-08-12, +/games/boxart/full_8388854JapanFrontccc.jpg,Anime Freak FX Vol. 2,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1995-12-22, +/games/boxart/full_1126974JapanFrontccc.jpg,Anime Freak FX Vol. 3,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1996-04-05, +/games/boxart/full_4328632JapanFrontccc.jpg,Anime Freak FX Vol. 4,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1997-02-28, +/games/boxart/full_3316176JapanFrontccc.jpg,Anime Freak FX Vol. 5,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1997-08-29, +/games/boxart/full_367435JapanFrontccc.jpg,Anime Freak FX Vol. 6,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1998-02-27, +/games/boxart/default.jpg,Ano Tameni ni Watashi ga Dekiru Koto,PC,Misc,Unknown,softhouse-seal,,,,,,,2011-07-29, +/games/boxart/default.jpg,Anomaly 2,And,Misc,11 bit studios,Unknown,,,,,,,2013-11-14, +/games/boxart/full_4487398AmericaFrontccc.jpg,Anomaly 2,Linux,Misc,11 bit studios,Unknown,,,,,,,2013-05-15, +/games/boxart/full_5697538AmericaFrontccc.jpg,Anomaly 2,OSX,Misc,11 bit studios,Unknown,,,,,,,2013-06-06, +/games/boxart/default.jpg,Anomaly 2,PS4,Misc,11 bit studios,Unknown,,,,,,,2014-09-16, +/games/boxart/default.jpg,Anomaly Korea,Linux,Misc,11 bit studios,Unknown,,,,,,,2013-11-06, +/games/boxart/default.jpg,Anomaly Korea,OSX,Misc,11 bit studios,Unknown,,,,,,,2013-11-06, +/games/boxart/default.jpg,Anomaly Korea,PC,Misc,11 bit studios,Unknown,,,,,,,2013-11-06, +/games/boxart/default.jpg,Anomaly Korea,And,Misc,11 bit studios,Unknown,,,,,,,2012-12-20, +/games/boxart/default.jpg,Anomaly: Warzone Earth,OSX,Misc,11 bit studios,Unknown,,,,,,,2011-04-06, +/games/boxart/full_9955342AmericaFrontccc.jpg,Anomaly: Warzone Earth,X360,Misc,11 bit studios,Unknown,,,,,,,2012-04-06, +/games/boxart/default.jpg,Anomaly: Warzone Earth,And,Misc,11 bit studios,Unknown,,,,,,,2012-01-26, +/games/boxart/default.jpg,Anomaly: Warzone Earth,Linux,Misc,11 bit studios,Unknown,,,,,,,2011-04-08, +/games/boxart/full_9380422AmericaFrontccc.jpg,Anomaly: Warzone Earth,PS3,Misc,11 bit studios,Unknown,,,,,,,2012-09-11, +/games/boxart/default.jpg,Anonymous Notes Chapter 3: From The Abyss,3DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Anonymous Notes Chapter 3: From The Abyss,DSi,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_5323179JapanFrontccc.jpg,Anpanman to Asobu: Aiueo Kyoushitsu DX,DS,Misc,Agatsuma Entertainment,Agatsuma Entertainment,,,,,,,2009-12-17, +/games/boxart/full_4219864JapanFrontccc.jpg,Anpanpan to Asobo: Aiueo Kyoushitsu,DS,Misc,Agatsuma Entertainment,Agatsuma Entertainment,,,,,,,2006-12-07, +/games/boxart/full_ante-up-texas-holdem_969AmericaFront.jpg,Ante Up: Texas Hold'em,DSiW,Misc,Unknown,MonkeyPaw Games,,,,,,,2011-01-24, +/games/boxart/full_anteater_66AmericaFront.jpg,Anteater,2600,Misc,Stern,Stern,,,,,,,1982-01-01, +/games/boxart/full_anticipation_8AmericaFront.jpg,Anticipation,NES,Misc,Nintendo,Rare Ltd.,,,,,,,1988-11-01, +/games/boxart/default.jpg,Antique Road Trip 2: Homecoming,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-04-19, +/games/boxart/default.jpg,Antique Road Trip 2: Homecoming,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-04-19, +/games/boxart/default.jpg,Antique Road Trip: American Dreamin',PC,Misc,Big Fish Games,Unknown,,,,,,,2013-09-25, +/games/boxart/default.jpg,Antique Road Trip: USA,And,Misc,Big Fish Games,Unknown,,,,,,,2013-09-28, +/games/boxart/default.jpg,Antique Road Trip: USA,OSX,Misc,Big Fish Games,Unknown,,,,,,,2010-05-03, +/games/boxart/default.jpg,Antique Road Trip: USA,PC,Misc,Big Fish Games,Unknown,,,,,,,2010-05-03, +/games/boxart/default.jpg,Anubis II,PC,Misc,Metro3D,Unknown,,,,,,,2005-07-08, +/games/boxart/default.jpg,Anubis II,PS2,Misc,Metro3D,Unknown,,,,,,,2005-07-14, +/games/boxart/default.jpg,Anyo Haseyo! Korean Word Puzzle,DSiW,Misc,IE Institute,I.E. Institute,,,,,,,2010-07-14, +/games/boxart/full_9804084JapanFrontccc.jpg,Ao-Don DS: Hanabi no Goku & Hanabi no Takumi,DS,Misc,Commseed,Commseed,,,,,,,2010-06-17, +/games/boxart/full_1889267PALFrontccc.png,Ape Academy 2,PSN,Misc,Sony Computer Entertainment,Shift,,,,,,,2009-06-11, +/games/boxart/full_4991411JapanFrontccc.jpg,Appare! Shogi Jiisan,DS,Misc,Success,Arioka,,,,,,,2005-11-24, +/games/boxart/default.jpg,Applemint Works: Shimai & Tenshi Pack,PC,Misc,Unknown,appleC.C.,,,,,,,2011-07-29, +/games/boxart/default.jpg,AquaPazza: AquaPlus Dream Match,Arc,Misc,Aqua Plus,Unknown,,,,,,,2011-06-22, +/games/boxart/full_6580254JapanFrontccc.jpg,Aquarian Age: Tokyo Wars,PS,Misc,ESP,Broccoli,,,,,,,2000-05-25, +/games/boxart/full_4371151AmericaFrontccc.jpg,Aquarium HD,XBL,Misc,Microsoft,reedake2,,,,,,,2009-02-23, +/games/boxart/default.jpg,Aquarium with Clock,DSiW,Misc,LukPlus,LukPlus,,,,,,,2010-02-24, +/games/boxart/full_ar-games_767AmericaFront.jpg,AR Games,3DS,Misc,Nintendo,Nintendo,,,,,,,2011-03-27, +/games/boxart/default.jpg,Aralon: Sword and Shadow,And,Misc,Unknown,Unknown,,,,,,,2012-06-28, +/games/boxart/full_4205140JapanFrontccc.jpg,Arasuji de Kitaeru Sokumimi no Susume DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-04-26, +/games/boxart/full_9715238JapanFrontccc.jpg,Arasuji de Oboeru Sokudoku no Susume DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-04-26, +/games/boxart/full_arc-arena-monster-tournament_737AmericaFront.jpg,Arc Arena: Monster Tournament,PSN,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,2010-11-23, +/games/boxart/default.jpg,ARC STYLE: Baseball 3D,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,ARC STYLE: Happy Ocean,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-03-06, +/games/boxart/default.jpg,ARC STYLE: Simple Mahjong 3D,3DS,Misc,Arc System Works,Arc System Works,,,,,,,2011-11-30, +/games/boxart/default.jpg,ARC STYLE: Solitaire,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-01-30, +/games/boxart/default.jpg,Arc the Lad II & Arc Arena: Monster Tournament,PSN,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,2010-11-23, +/games/boxart/full_9271998JapanFrontccc.jpg,Arc the Lad: Monster Game with Casino Game,PS,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,1997-07-31, +/games/boxart/full_9308839AmericaFrontccc.jpg,Arcade Classic 4: Defender / Joust,GB,Misc,Nintendo,Williams Electronics,,,,,,,1995-10-01, +/games/boxart/full_arcade-classics_7AmericaFront.jpg,Arcade Classics,GEN,Misc,Sega,Al Baker and Associates,,,,,,,1996-01-01, +/games/boxart/8289527ccc.jpg,Arcade Classics,GG,Misc,Sega,Al Baker and Associates,,,,,,,1996-01-01, +/games/boxart/default.jpg,Arcade Classics 3D,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-10-31, +/games/boxart/8425674ccc.jpg,Arcade Classics: Super Breakout / Battlezone,GB,Misc,Black Pearl,Atari,,,,,,,1996-10-01, +/games/boxart/full_arcade-essentials_594PALFront.png,Arcade Essentials,PSN,Misc,Nordcurrent,Nordcurrent,,,,,,,2010-12-07, +/games/boxart/full_arcade-essentials_802AmericaFront.jpg,Arcade Essentials,WW,Misc,Nordcurrent,Nordcurrent,,,,,,,2011-03-21, +/games/boxart/full_1471563AmericaFrontccc.jpg,Arcade Favorites CD-ROM 5 Pak,PC,Misc,GT Interactive,GT Interactive,,,,,,,1995-01-01, +/games/boxart/full_4667582PALFrontccc.jpg,Arcade Smash Hits,MS,Misc,Sega,Virgin Games,,,,,,,1992-01-01, +/games/boxart/full_5517886AmericaFrontccc.jpg,Arcade Snake,XBL,Misc,Microsoft,LemonBallGames,,,,,,,2009-12-21, +/games/boxart/default.jpg,Arcadecraft,PC,Misc,Unknown,Unknown,,,,,,,2014-05-22, +/games/boxart/full_4353425JapanFrontccc.jpg,Arcana Strikes,SAT,Misc,Takara,Takara,,,,,,,1997-12-11, +/games/boxart/default.jpg,Arcane Chronicles,PC,Misc,Nexon,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Arcane Legends,And,Misc,Spacetime Studios,Unknown,,,,,,,2012-11-13, +/games/boxart/default.jpg,Arcania: Fall of Setarrif,PC,Misc,Nordic Games,Unknown,,,,,,,2011-10-25, +/games/boxart/default.jpg,Arcania: Fall of Setarrif,X360,Misc,Nordic Games,Unknown,,,,,,,2013-08-23, +/games/boxart/default.jpg,Arcania: Fall of Setarrif,PS3,Misc,Nordic Games,Unknown,,,,,,,2013-05-31, +/games/boxart/default.jpg,Archeage,PC,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,ArcheBlade,PC,Misc,Unknown,Unknown,,,,,,,2014-04-25, +/games/boxart/full_1017022PALFrontccc.jpg,Archer Maclean's 3D Pool,PS,Misc,Ignition Entertainment,Awesome Productions,,,,,,,2003-10-17, +/games/boxart/4351298ccc.jpg,Archon,NES,Misc,Activision,Bulletproof Software,,,,,,,1989-12-01, +/games/boxart/447611ccc.jpg,Are You Smarter Than A 5th Grader?,PC,Misc,THQ,AWE Games,,,,,,,2007-08-27, +/games/boxart/5415454ccc.jpg,Are You Smarter Than a 5th Grader? Make The Grade,PS2,Misc,THQ,THQ,,,,,,,2008-10-20, +/games/boxart/full_1362948AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make The Grade,XBL,Misc,THQ,Blitz Game Studios,,,,,,,2008-10-29, +/games/boxart/full_2241600AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make the Grade,PC,Misc,THQ,THQ,,,,,,,2008-10-15, +/games/boxart/full_1261260JapanFrontccc.jpg,Are! Mo Kore? Mo Momotarou,PS,Misc,System Sacom,System Sacom,,,,,,,1996-10-04, +/games/boxart/default.jpg,Argo,PC,Misc,Halfbrick Studios,Unknown,,,,,,,2014-04-10, +/games/boxart/full_4417340JapanFrontccc.jpg,Ark no 10-Punkan Eigo Master: Chuukyuu,DS,Misc,Interchannel-Holon,Interchannel-Holon Inc.,,,,,,,2007-03-08, +/games/boxart/full_1495629JapanFrontccc.jpg,Ark no 10-Punkan Eigo Master: Joukyuu,DS,Misc,Interchannel-Holon,Interchannel-Holon Inc.,,,,,,,2007-03-08, +/games/boxart/full_6607181JapanFrontccc.jpg,Ark no 10-Punkan Eigo Master: Shokyuu,DS,Misc,Interchannel-Holon,Interchannel-Holon Inc.,,,,,,,2007-03-08, +/games/boxart/full_1942385JapanFrontccc.jpg,Arkana Senki Ludo,PS,Misc,Pai,Falcon,,,,,,,1998-07-09, +/games/boxart/full_1203579AmericaFrontccc.jpg,ArkX,XBL,Misc,Microsoft,ralph78fr,,,,,,,2009-02-18, +/games/boxart/full_arma-x-anniversary-edition_285PALFront.jpg,ArmA X: Anniversary Edition,PC,Misc,Unknown,Bohemia Interactive,,,,,,,2011-09-16, +/games/boxart/default.jpg,Armed Seven,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2013-10-04, +/games/boxart/full_9089098AmericaFrontccc.png,Armillo,WiiU,Misc,Fuzzy Wuzzy Games,Unknown,,,,,,,2014-07-03, +/games/boxart/full_786248PALFrontccc.jpg,Armin van Buuren: In the Mix,Wii,Misc,Foreign Media Games,Transgaming Technologies,,,,,,,2010-08-20, +/games/boxart/default.jpg,Armored Hunter Gunhound EX,PC,Misc,G.rev Ltd.,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Armored Hunter Gunhound EX,PSP,Misc,G.rev Ltd.,Unknown,,,,,,,2013-01-31, +/games/boxart/default.jpg,Armored Warfare,PC,Misc,MY.COM,Unknown,,,,,,,2015-01-01, +/games/boxart/full_9355575AmericaFrontccc.jpg,Army Men Gold: Collector's Edition,PS,Misc,3DO,3DO,,,,,,,2002-01-01, +/games/boxart/full_9033811AmericaFrontccc.jpg,Army Men: War Chest,PC,Misc,3DO,3DO,,,,,,,2002-09-23, +/games/boxart/full_around-the-world_610AmericaFront.jpg,Around the World,WW,Misc,Unknown,Wizarbox Studios,,,,,,,2010-12-27, +/games/boxart/default.jpg,Array,And,Misc,Unknown,Unknown,,,,,,,2014-05-19, +/games/boxart/full_1293460AmericaFrontccc.jpg,Arriba!,XBL,Misc,Microsoft,Jagglestein,,,,,,,2008-11-22, +/games/boxart/default.jpg,Arrow of Laputa: A Shadowless Teacher and the Key of Chiron,3DS,Misc,ArtePiazza,Unknown,,,,,,,2014-03-26, +/games/boxart/full_2134089JapanFrontccc.jpg,Art Camion Sugorokuden,PS,Misc,Affect,Affect,,,,,,,2000-04-27, +/games/boxart/full_art-camion-sugorokuden_422JapanFront.jpg,Art Camion Sugorokuden,PSN,Misc,Affect,Affect,,,,,,,2010-12-22, +/games/boxart/full_890718PALFrontccc.jpg,Arthur and the Revenge of Maltazard,PC,Misc,Ubisoft,Avalanche Productions,,,,,,,2010-09-24, +/games/boxart/full_7204886PALFrontccc.jpg,Arthur and the Revenge of Maltazard,Wii,Misc,Ubisoft,Avalanche Productions,,,,,,,2010-09-24, +/games/boxart/full_9735226PALFrontccc.jpg,Arthur and the Revenge of Maltazard,DS,Misc,Ubisoft,Avalanche Productions,,,,,,,2010-09-24, +/games/boxart/5720938ccc.jpg,Arthur's Absolutely Fun Day!,GB,Misc,The Learning Company,Ed Magnin and Associates,,,,,,,2000-09-07, +/games/boxart/default.jpg,Artist ni Narou! Kigaru ni Sketch,DSiW,Misc,Ertain,Ertain,,,,,,,2010-04-28, +/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Inu-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2009-12-16, +/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Joukyuu-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2010-01-13, +/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Musha-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2010-02-03, +/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Neko-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2010-01-06, +/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Shokyuu-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2009-12-09, +/games/boxart/default.jpg,Ascend: Hand of Kul,PC,Misc,Signal Studios,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Ascendant,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-13, +/games/boxart/default.jpg,Ascendant,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-13, +/games/boxart/default.jpg,Ascendant,PC,Misc,Unknown,Unknown,,,,,,,2014-05-13, +/games/boxart/default.jpg,Ascension to the Throne,PC,Misc,1C Company,Unknown,,,,,,,2007-01-26, +/games/boxart/default.jpg,Ascent: The Space Game,PC,Misc,Unknown,Unknown,,,,,,,2014-04-09, +/games/boxart/default.jpg,Asoberu Ehon: Mind Ten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-09-16, +/games/boxart/full_1909105JapanFrontccc.jpg,Asoberu Eigo: Word Magic DS,DS,Misc,Shingakusha,Shingakusha,,,,,,,2008-12-25, +/games/boxart/full_1224257JapanFrontccc.jpg,Ason de Chinou Up,PS,Misc,Gakken,Unknown,,,,,,,2003-12-11, +/games/boxart/full_9894205JapanFrontccc.jpg,Asonde Aiueo,PS,Misc,Gakushuu Kenkyuusha,Gakushuu Kenkyuusha,,,,,,,2003-05-29, +/games/boxart/full_3368139JapanFrontccc.jpg,Asonde Igo ga Sara ni Tsuyoku naru!! Ginsei Igo DS Chuukyuuhen,DS,Misc,Electronic Arts,SilverStar Japan,,,,,,,2009-06-18, +/games/boxart/full_917516JapanFrontccc.jpg,Asonde Igo ga Tsuyoku naru!! Ginsei Igo DS,DS,Misc,Electronic Arts,SilverStar Japan,,,,,,,2007-03-01, +/games/boxart/full_902516JapanFrontccc.jpg,Asonde Kazu Suuji,PS,Misc,Gakushuu Kenkyuusha,Gakushuu Kenkyuusha,,,,,,,2003-05-29, +/games/boxart/default.jpg,Asphalt 7: Heat,And,Misc,Gameloft,Unknown,,,,,,,2012-06-25, +/games/boxart/default.jpg,Asphalt 7: Heat,WinP,Misc,Gameloft,Unknown,,,,,,,2013-02-27, +/games/boxart/default.jpg,Asphalt 8: Airborne,And,Misc,Gameloft,Unknown,,,,,,,2013-08-23, +/games/boxart/default.jpg,Assassin's Creed Double Pack,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, +/games/boxart/default.jpg,Assassin's Creed Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, +/games/boxart/full_4122801AmericaFrontccc.jpg,Assassin's Creed Freedom Cry,PC,Misc,Ubisoft,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Assassin's Creed Freedom Cry,PS3,Misc,Ubisoft,Unknown,,,,,,,2014-02-18, +/games/boxart/default.jpg,Assassin's Creed Freedom Cry,PS4,Misc,Ubisoft,Unknown,,,,,,,2014-02-18, +/games/boxart/default.jpg,Assassin's Creed: Pirates,And,Misc,Ubisoft,Unknown,,,,,,,2013-12-05, +/games/boxart/default.jpg,Assault Android Cactus,WiiU,Misc,Witch Beam Games,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Assault Android Cactus,PC,Misc,Witch Beam Games,Unknown,,,,,,,2013-08-28, +/games/boxart/default.jpg,Assault Android Cactus,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-28, +/games/boxart/default.jpg,Assault Android Cactus,Linux,Misc,Unknown,Unknown,,,,,,,2013-08-28, +/games/boxart/full_6393132PALFrontccc.jpg,Asterix Brain Trainer,DS,Misc,Atari,Little Worlds Studio,,,,,,,2008-06-27, +/games/boxart/full_6448403PALFrontccc.jpg,Asterix: Mega Madness,PS,Misc,Infogrames,UDS,,,,,,,2001-06-29, +/games/boxart/full_asteroids-amp-super-breakout_1AmericaFront.jpg,Asteroids & Super Breakout,PC,Misc,SelectSoft,Digital Eclipse,,,,,,,2003-01-01, +/games/boxart/default.jpg,"Astro Junk: It’s Space, Garbage and Rapid Fire Fun",And,Misc,Square Enix,Unknown,,,,,,,2013-12-18, +/games/boxart/default.jpg,Astro Tripper,PC,Misc,PomPom Games,Unknown,,,,,,,2011-09-15, +/games/boxart/full_astro-warrior-pit-pot_2PALFront.jpg,Astro Warrior / Pit Pot,MS,Misc,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/default.jpg,Astro!,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-26, +/games/boxart/full_6339PALFrontccc.jpg,Astrology,DS,Misc,Black Bean Games,Black Bean Games,,,,,,,2009-07-03, +/games/boxart/default.jpg,at Enta! Taisen Hanafuda: Koi Koi Kassen,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-05-26, +/games/boxart/default.jpg,at Enta! Taisen Igo,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-04-21, +/games/boxart/default.jpg,at Enta! Taisen Mahjong 2,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-03-24, +/games/boxart/default.jpg,at Enta! Taisen Shogi 2,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-03-24, +/games/boxart/default.jpg,at Kanji Jukugo Game: Kanjukuken Kanshuu,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-02-24, +/games/boxart/full_5543708JapanFrontccc.jpg,Atama de Do! Kotenko Kotenko,DS,Misc,Dorart,Dorart,,,,,,,2007-03-29, +/games/boxart/full_atama-iq-panic_98JapanFront.jpg,Atama IQ Panic,DSiW,Misc,Unknown,Intergrow,,,,,,,2011-09-28, +/games/boxart/default.jpg,Atama o Yokusuru Anzan DS: Zou no Hana Fuusen,DSiW,Misc,Shingakusha,Shingakusha,,,,,,,2010-01-20, +/games/boxart/default.jpg,Atamago,DSiW,Misc,Unknown,Intergrow,,,,,,,2011-08-24, +/games/boxart/5340980ccc.jpg,Atari Anniversary Edition,DC,Misc,Atari,Digital Eclipse,5.1,,,,,,2001-07-02, +/games/boxart/full_5418065AmericaFrontccc.jpg,Atari Anniversary Edition,PC,Misc,Atari,Digital Eclipse,7.2,,,,,,2001-07-09, +/games/boxart/full_atari-anniversary-edition-redux_625PALFront.png,Atari Anniversary Edition Redux,PSN,Misc,Atari,Digital Eclipse,,,,,,,2011-02-16, +/games/boxart/full_atari-masterpieces-vol-i_236AmericaFront.jpg,Atari Masterpieces Vol. I,NGage,Misc,Atari,Backbone Entertainment,,,,,,,2005-01-01, +/games/boxart/8756028ccc.jpg,Atari Masterpieces Vol. II,NGage,Misc,Atari,Backbone Entertainment,,,,,,,2006-02-01, +/games/boxart/full_2521436AmericaFrontccc.jpg,Atari: 80 Classic Games in One!,PC,Misc,Atari,Digital Eclipse,,,,,,,2003-11-11, +/games/boxart/default.jpg,Atelier Iris 3: Grand Phantasm,PS2,Misc,NIS America,Unknown,,,,,,,2007-05-29, +/games/boxart/full_2835486JapanFrontccc.jpg,Athena no Kateiban: Family Game,PS,Misc,Athena,Athena,,,,,,,1996-03-22, +/games/boxart/default.jpg,Athletics: Winter Sports,And,Misc,Tangram3D,Unknown,,,,,,,2014-01-28, +/games/boxart/default.jpg,Atlantica Online,PC,Misc,NDoors Interactive,Unknown,,,,,,,2008-10-30, +/games/boxart/default.jpg,Atlantis Adventure,BRW,Misc,Social Quantum,Unknown,,,,,,,2013-09-02, +/games/boxart/default.jpg,Atrevete a Soñar,And,Misc,Spicy Horse,Unknown,,,,,,,2012-11-23, +/games/boxart/default.jpg,Atrevete a Soñar,BRW,Misc,Spicy Horse,Unknown,,,,,,,2012-07-12, +/games/boxart/full_3678949JapanFrontccc.jpg,Atsumare! GuruGuru Onsen,DC,Misc,Sega,Overworks,,,,,,,1999-09-23, +/games/boxart/full_5857590JapanFrontccc.jpg,Atsumare! GuruGuru Onsen BB,DC,Misc,Sega,Overworks,,,,,,,2000-10-31, +/games/boxart/default.jpg,Attack of the Kraken,And,Misc,Quantum Sheep,Unknown,,,,,,,2010-09-01, +/games/boxart/default.jpg,Attractio,PCFX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Attractio,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Attractio,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/full_9733109AmericaFrontccc.jpg,Audiball,XBL,Misc,Microsoft,Indiecisive Games,,,,,,,2008-11-20, +/games/boxart/default.jpg,Audiosurf Air,PC,Misc,Invisible Handlebar,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Audition Portable,PSP,Misc,T3 Entertainment,T3 Entertainment,,,,,,,2007-06-04, +/games/boxart/default.jpg,Auf Wiedersehen Monty: ZX Spectrum,MSX,Misc,Gremlin Graphics,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Auf Wiedersehen Monty: ZX Spectrum,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Auf Wiedersehen Monty: ZX Spectrum,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1987-01-01, +/games/boxart/full_2836717AmericaFrontccc.jpg,Austin Powers Operation: Trivia,PC,Misc,Sierra Entertainment,Bandai,,,,,,,1999-07-01, +/games/boxart/full_6939351AmericaFrontccc.jpg,Austin Powers Pinball,PS,Misc,Gotham Games,Wildfire Studios,,,,,,,2002-10-09, +/games/boxart/full_7965522AmericaFrontccc.jpg,Austin Powers Pinball,PC,Misc,Global Star Software,Wildfire Studios,,,,,,,2003-01-29, +/games/boxart/full_6938635AmericaFrontccc.gif,Australia Zoo Quest,PC,Misc,DreamCatcher Interactive,Unknown,,,,,,,2008-03-26, +/games/boxart/default.jpg,Auto Club Revolution,PC,Misc,Eutechnyx,Unknown,,,,,,,2012-03-29, +/games/boxart/full_av-poker_0JapanFront.jpg,AV Poker: World Gambler,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, +/games/boxart/default.jpg,Ava and Avior Save the Earth,And,Misc,Unknown,Unknown,,,,,,,2013-11-28, +/games/boxart/full_6491909AmericaFrontccc.jpg,Ava and Avior Save the Earth,WiiU,Misc,Unknown,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Avalanche 2: Super Avalanche,PC,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, +/games/boxart/full_1007951AmericaFrontccc.jpg,Avatar Casino Slots #1,XBL,Misc,Microsoft,SGN Casual Games,,,,,,,2009-11-25, +/games/boxart/full_avatar-connection_763AmericaFront.jpg,Avatar Connection,XBL,Misc,Microsoft,Digital DNA Games,,,,,,,2011-08-31, +/games/boxart/full_6058405AmericaFrontccc.jpg,Avatar Drop,XBL,Misc,Microsoft,RodYan,,,,,,,2009-09-03, +/games/boxart/full_221691AmericaFrontccc.jpg,Avatar Match,XBL,Misc,Microsoft,GameWicket,,,,,,,2009-12-17, +/games/boxart/full_avatar-superstar_61AmericaFront.jpg,Avatar Superstar,XBL,Misc,Microsoft,DigitalDNA2,,,,,,,2011-06-01, +/games/boxart/default.jpg,Avatar Superstars Poker,XBL,Misc,Unknown,Microsoft Game Studios,,,,,,,, +/games/boxart/default.jpg,Avatar's Rock,XBL,Misc,Unknown,i ENDER i,,,,,,,, +/games/boxart/default.jpg,Avengers Alliance,BRW,Misc,Marvel Entertainment,Unknown,,,,,,,2012-03-01, +/games/boxart/default.jpg,Avengers Alliance,And,Misc,Marvel Entertainment,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Aveyond: Gates of Night,PC,Misc,Amaranth Games,Unknown,,,,,,,2014-04-18, +/games/boxart/default.jpg,Avoid - Sensory Overload,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Awesomenauts,PC,Misc,Ronimo Games,Unknown,,,,,,,2012-08-02, +/games/boxart/default.jpg,Awesomenauts,PS4,Misc,DTP Entertainment,Unknown,,,,,,,2014-03-04, +/games/boxart/default.jpg,Ayakashi: Ghost Guild,And,Misc,Zynga,Unknown,,,,,,,2012-10-17, +/games/boxart/full_9371987JapanFrontccc.jpg,Ayrton Senna Personal Talk: Message for the Future,SAT,Misc,Sega,InVision Entertainment,,,,,,,1995-04-28, +/games/boxart/full_2870052JapanFrontccc.jpg,Ayumi Kumi,PS,Misc,Affect,Affect,,,,,,,1999-04-08, +/games/boxart/default.jpg,Aztez,PS4,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Aztez,PSV,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Aztez,WiiU,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Aztez,XOne,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Aztez,OSX,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Aztez,Linux,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Aztez,PC,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, +/games/boxart/full_3207726JapanFrontccc.jpg,Azumanga Daioh Advance,GBA,Misc,King Records,King Records,,,,,,,2003-04-25, +/games/boxart/full_1898009JapanFrontccc.jpg,Azumanga Donjara Daiou,PS,Misc,Bandai,Ganbarion,,,,,,,2002-04-18, +/games/boxart/7052954ccc.jpg,B-Boy,PS2,Misc,SouthPeak Interactive,FreeStyleGames,,,,,,,2008-07-15, +/games/boxart/full_1762136PALFrontccc.png,B-Boy,PSN,Misc,Sony Computer Entertainment,FreeStyleGames,,,,,,,2007-11-20, +/games/boxart/full_b-units-build-it_3PALFront.jpg,B-Units: Build It!,DS,Misc,505 Games,505 Games,,,,,,,2010-09-10, +/games/boxart/full_3077965AmericaFrontccc.jpg,BABEL Rising,X360,Misc,Ubisoft,Unknown,,,,,,,2012-06-13, +/games/boxart/default.jpg,BABEL Rising,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-06-12, +/games/boxart/default.jpg,BABEL Rising,PC,Misc,Ubisoft,Unknown,,,,,,,2012-08-07, +/games/boxart/full_5896973AmericaFrontccc.jpg,Baby Luv,PC,Misc,GameMill,Unknown,,,,,,,1997-11-19, +/games/boxart/full_baby-maker-extreme_9AmericaFront.jpg,Baby Maker Extreme,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2010-04-08, +/games/boxart/full_4413758PALFrontccc.jpg,Baby Universe,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,1998-10-01, +/games/boxart/default.jpg,Back side of the Earth: Pilot Brothers 3,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-05, +/games/boxart/default.jpg,Back To Life 2,OSX,Misc,Strategy First,Unknown,,,,,,,2014-05-06, +/games/boxart/default.jpg,Back To Life 2,PC,Misc,Strategy First,Unknown,,,,,,,2014-05-06, +/games/boxart/full_5843289PALFrontccc.jpg,Backgammon,PS,Misc,Phoenix Games,Altron,,,,,,,2003-03-28, +/games/boxart/full_backgammon_834PALFront.jpg,Backgammon,GB,Misc,JVC,Altron,,,,,,,2000-12-01, +/games/boxart/full_backgammon_668AmericaFront.jpg,Backgammon,PC,Misc,Fiendish Games,Fiendish Games,,,,,,,2000-08-20, +/games/boxart/default.jpg,Backgammon,DSiW,Misc,Unknown,GameOn,,,,,,,, +/games/boxart/full_9558490JapanFrontccc.jpg,Backgammon 2000,PS,Misc,Unbalance,Oxford Softworks,,,,,,,2000-05-18, +/games/boxart/default.jpg,Backgammon Blitz,PSV,Misc,VooFoo Studios,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Backgammon Blitz,PS3,Misc,VooFoo Studios,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Backgammon Blitz,PS4,Misc,VooFoo Studios,Unknown,,,,,,,2014-04-15, +/games/boxart/full_6796423AmericaFrontccc.png,Backstreet Billiards,PSN,Misc,Sony Computer Entertainment,argent,,,,,,,2009-11-23, +/games/boxart/default.jpg,Bad Day,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Bad Day,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_4133195AmericaFrontccc.jpg,Bad Piggies,And,Misc,Rovio Mobile,Unknown,,,,,,,2012-09-27, +/games/boxart/full_4725074AmericaFrontccc.jpg,Bad Piggies,PC,Misc,Rovio Mobile,Unknown,,,,,,,2012-09-27, +/games/boxart/full_2132956AmericaFrontccc.jpg,Bad Piggies,Mob,Misc,Rovio Mobile,Unknown,,,,,,,2013-01-01, +/games/boxart/full_3491904AmericaFrontccc.jpg,Bailout!,XBL,Misc,Microsoft,ChefTeslaCoil,,,,,,,2009-09-10, +/games/boxart/full_bakenou-tv-94_132JapanFront.jpg,Bakenou TV '94,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1994-10-28, +/games/boxart/full_bakenou-v3_719JapanFront.jpg,Bakenou V3,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1993-12-17, +/games/boxart/default.jpg,Bakery Story,And,Misc,TeamLava,Unknown,,,,,,,2010-12-20, +/games/boxart/full_5631625JapanFrontccc.jpg,Bakuretsu Akindo,PS,Misc,Astec 21,Astec 21,,,,,,,1996-03-22, +/games/boxart/full_6037209JapanFrontccc.jpg,Bakushou Jinsei 64: Mezase! Resort Ou,N64,Misc,Taito,Taito Corporation,,,,,,,1998-12-24, +/games/boxart/full_6175414JapanFrontccc.jpg,Bakushou!! All Yoshimoto Quiz Ou Kettaisen,3DO,Misc,Yoshimoto Kogyo,Yoshimoto Kogyo,,,,,,,1995-03-24, +/games/boxart/full_304701JapanFrontccc.jpg,Bakushou!! All Yoshimoto Quiz Ou Ketteisen,PS,Misc,Yoshimoto Kogyo,Yoshimoto Kogyo,,,,,,,1995-12-15, +/games/boxart/full_bakushou-all-yoshimoto-quiz-ou-ketteisen-dx_7JapanFront.jpg,Bakushou!! All Yoshimoto Quiz-Ou Ketteisen DX,SAT,Misc,Yoshimoto Kogyo,Open Sesame,,,,,,,1995-12-01, +/games/boxart/default.jpg,Ballet Salon,And,Misc,Libii Tech Limited,Unknown,,,,,,,2014-01-30, +/games/boxart/default.jpg,Ballistic Blast,PC,Misc,Unknown,unilever,,,,,,,2011-01-01, +/games/boxart/default.jpg,Balloon Pop Plus,PC,Misc,flaregames,Unknown,,,,,,,2013-06-10, +/games/boxart/default.jpg,Balloon Pop Plus,OSX,Misc,flaregames,Unknown,,,,,,,2013-04-16, +/games/boxart/default.jpg,Balloon Pop Plus,And,Misc,flaregames,Unknown,,,,,,,2012-10-26, +/games/boxart/default.jpg,Balloon Pop Plus,WinP,Misc,flaregames,Unknown,,,,,,,2013-06-10, +/games/boxart/default.jpg,Balloon Pop!,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-09-06, +/games/boxart/default.jpg,Ballpoint Universe: Infinite,WiiU,Misc,Arachnid Games,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,Ballpoint Universe: Infinite,OSX,Misc,Arachnid Games,Unknown,,,,,,,2013-12-17, +/games/boxart/default.jpg,Ballpoint Universe: Infinite,PC,Misc,Arachnid Games,Unknown,,,,,,,2013-12-17, +/games/boxart/full_7738890AmericaFrontccc.jpg,BallsAndBlocks,XBL,Misc,Microsoft,Ben3DX,,,,,,,2009-08-27, +/games/boxart/default.jpg,Banana Bliss: Jungle Puzzles,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2013-12-19, +/games/boxart/default.jpg,Banana Kong,And,Misc,FDG Entertainment,Unknown,,,,,,,2013-06-24, +/games/boxart/default.jpg,Band of Monsters,And,Misc,Kemco,Unknown,,,,,,,2014-04-15, +/games/boxart/full_3624580AmericaFrontccc.jpg,Barbie Fashion Show,PC,Misc,VU Games,VU Games,,,,,,,2004-08-17, +/games/boxart/full_5225960AmericaFrontccc.jpg,Barbie Fashion Show: An Eye for Style,PC,Misc,Activision,Activision,,,,,,,2008-09-23, +/games/boxart/default.jpg,Barbie Fashion Show: Eye For Style,PC,Misc,Activision,Activision,,,,,,,2008-09-23, +/games/boxart/default.jpg,Bardbarian,And,Misc,Bulkypix,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Bardbarian,PC,Misc,Bulkypix,Unknown,,,,,,,2014-04-01, +/games/boxart/full_4543519AmericaFrontccc.jpg,Barf And Beer,XBL,Misc,Microsoft,Danimal,,,,,,,2009-02-13, +/games/boxart/default.jpg,Baron Wittard: Nemesis of Ragnarok,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2011-02-18, +/games/boxart/full_9341862JapanFrontccc.jpg,Bartender DS,DS,Misc,Electronic Arts,Electronic Arts,,,,,,,2007-09-27, +/games/boxart/default.jpg,Basement Crawl,PS4,Misc,Bloober Team,Unknown,,,,,,,2013-11-15, +/games/boxart/default.jpg,Basha Baloot,PSN,Misc,Unknown,Quirkat,,,,,,,2011-03-02, +/games/boxart/full_basha-card-game-collection_781PALFront.jpg,Basha Card Game Collection,PSN,Misc,Unknown,Quirkat,,,,,,,2011-01-19, +/games/boxart/full_basha-tarneeb_528PALFront.jpg,Basha Tarneeb,PSN,Misc,Unknown,Quirkat,,,,,,,2011-01-19, +/games/boxart/full_basha-trix_193PALFront.jpg,Basha Trix,PSN,Misc,Unknown,Quirkat,,,,,,,2011-01-19, +/games/boxart/3821672ccc.jpg,Basic Math,2600,Misc,Atari,Atari,,,,,,,1977-01-01, +/games/boxart/full_basic-programming_23PALFront.jpg,BASIC Programming,2600,Misc,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/default.jpg,Basketball Kings,And,Misc,Mobigame SARL,Unknown,,,,,,,2014-03-21, +/games/boxart/default.jpg,Bass Masters Classic,Mob,Misc,THQ,Unknown,,,,,,,1998-01-01, +/games/boxart/default.jpg,Bass Masters Classic: Pro Edition,NES,Misc,Konami Digital Entertainment,Unknown,,,,,,,1993-01-01, +/games/boxart/default.jpg,Bass Masters Classic: Tournament Edition,Mob,Misc,THQ,Unknown,,,,,,,1998-01-01, +/games/boxart/full_5815681AmericaFrontccc.jpg,Battle Ball,XBL,Misc,Microsoft,Jhample,,,,,,,2009-06-07, +/games/boxart/default.jpg,Battle Bears Gold,And,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_8164302AmericaFrontccc.jpg,Battle Beat,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2009-12-31, +/games/boxart/default.jpg,Battle Camp,BRW,Misc,PennyPop,Unknown,,,,,,,2013-06-30, +/games/boxart/default.jpg,Battle Cry,And,Misc,DYNAMICNEXT,Unknown,,,,,,,2014-04-25, +/games/boxart/full_9407331JapanFrontccc.jpg,BATTLE for SAINT: Sammy's Cup Championship,PS2,Misc,Enterbrain,Enterbrain,,,,,,,2001-08-30, +/games/boxart/default.jpg,Battle Mages,PC,Misc,Buka Entertainment,Unknown,,,,,,,2013-11-27, +/games/boxart/full_battle-of-kingdom_610JapanFront.jpg,Battle of Kingdom,GB,Misc,Meldac,Meldac,,,,,,,1991-12-13, +/games/boxart/full_4060617JapanFrontccc.jpg,Battle Pinball,3DO,Misc,Nippon Data Works,Nippon Data Works,,,,,,,1994-11-25, +/games/boxart/full_battle-pinball_7JapanFront.jpg,Battle Pinball,SNES,Misc,Banpresto,Banpresto,,,,,,,1995-02-24, +/games/boxart/full_5596422AmericaFrontccc.jpg,Battle Poker,WW,Misc,Left Field Productions,Left Field Productions,,,,,,,2009-07-20, +/games/boxart/full_8404877AmericaFrontccc.jpg,Battle Poker,PSN,Misc,Left Field Productions,Left Field Productions,,,,,,,2009-12-10, +/games/boxart/default.jpg,Battle Rage: Reflex,Wii,Misc,Big Ben Interactive,Unknown,,,,,,,2011-02-14, +/games/boxart/default.jpg,Battle Reel Series 01: Reelgun,DSiW,Misc,Unknown,Team Battle Reel,,,,,,,2010-11-10, +/games/boxart/default.jpg,Battle Reel Series 02: Ao Dokura,DSiW,Misc,Unknown,Team Battle Reel,,,,,,,2010-11-10, +/games/boxart/default.jpg,Battle Run - Real Time Multiplayer Race,And,Misc,Game Hive Corp.,Unknown,,,,,,,2013-07-24, +/games/boxart/default.jpg,BattleCry,PC,Misc,Bethesda Softworks,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Battlefied 2,Linux,Misc,Unknown,Unknown,,,,,,,2012-09-18, +/games/boxart/default.jpg,Battlefied 2,OSX,Misc,Unknown,Unknown,,,,,,,2012-05-01, +/games/boxart/default.jpg,Battlefied 2,X360,Misc,Capcom,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Battlefied 2,PSV,Misc,Capcom,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Battlefied 2,PS3,Misc,Capcom,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Battleheart,And,Misc,Mika Mobile,Unknown,,,,,,,2011-05-20, +/games/boxart/default.jpg,Battlestone,And,Misc,Zynga,Unknown,,,,,,,2013-05-23, +/games/boxart/default.jpg,Bean's Quest,And,Misc,Kumobius,Unknown,,,,,,,2012-04-05, +/games/boxart/default.jpg,Bean's Quest,PC,Misc,Kumobius,Unknown,,,,,,,2012-02-26, +/games/boxart/full_2558770AmericaFrontccc.jpg,Beat IT!,XBL,Misc,Microsoft,MonsuneMoon,,,,,,,2008-11-15, +/games/boxart/full_5346488JapanFrontccc.jpg,Beat Planet Music,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2000-01-20, +/games/boxart/full_3335436AmericaFrontccc.jpg,Beat Sneak Bandit,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Beat the Boss,And,Misc,Game Hive Corp.,Unknown,,,,,,,2012-02-29, +/games/boxart/default.jpg,Beat the Boss 2,And,Misc,Game Hive Corp.,Unknown,,,,,,,2012-12-10, +/games/boxart/default.jpg,Beat the Boss 3,And,Misc,Game Hive Corp.,Unknown,,,,,,,2013-12-11, +/games/boxart/full_6495912PALFrontccc.jpg,Beat the Intro,Wii,Misc,Mindscape,Mindscape,,,,,,,2010-03-31, +/games/boxart/full_2237700AmericaFrontccc.jpg,Beat'n Groovy,XBL,Misc,Konami,"Voltex, Inc.",,,,,,,2008-10-08, +/games/boxart/default.jpg,BeatBlasters III,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-21, +/games/boxart/default.jpg,BeatBlasters III,OSX,Misc,Unknown,Unknown,,,,,,,2014-02-21, +/games/boxart/default.jpg,BeatBlasters III,PC,Misc,Unknown,Unknown,,,,,,,2014-02-21, +/games/boxart/full_5693870AmericaFrontccc.png,Beaterator,PSN,Misc,Rockstar Games,Rockstar Leeds,7.9,,,,,,2009-10-01, +/games/boxart/full_8227727AmericaFrontccc.png,Beats,PSN,Misc,Sony Computer Entertainment,SCEE London Studio,7,,,,,,2007-12-27, +/games/boxart/default.jpg,Beauty Academy,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-11, +/games/boxart/full_beauty-and-the-beast-a-board-game-adventure_875AmericaFront.jpg,Beauty and the Beast: A Board Game Adventure,GB,Misc,Nintendo,Left Field Productions,,,,,,,1999-10-25, +/games/boxart/full_8945175JapanFrontccc.jpg,Beck: The Game,PS2,Misc,Marvelous Interactive,Flagship,,,,,,,2005-03-31, +/games/boxart/full_5457720AmericaFrontccc.jpg,Bed Time Nursery Rhymes,XBL,Misc,Microsoft,North Squard,,,,,,,2009-08-23, +/games/boxart/default.jpg,Beer Caps Tap,PC,Misc,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Beer Caps Tap,OSX,Misc,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/full_7426150AmericaFrontccc.jpg,Beer Screensaver,XBL,Misc,Microsoft,Entrager,,,,,,,2009-08-12, +/games/boxart/default.jpg,Before Crisis: Final Fantasy VII,Mob,Misc,Square Enix,Unknown,,,,,,,2004-09-24, +/games/boxart/default.jpg,Bejeweled 2,X360,Misc,Oberon Media,Unknown,,,,,,,2005-11-22, +/games/boxart/default.jpg,Bejeweled 2,PC,Misc,PopCap Games,Unknown,,,,,,,2004-11-05, +/games/boxart/default.jpg,Bella Design,PC,Misc,Unknown,Unknown,,,,,,,2014-04-17, +/games/boxart/full_1547901AmericaFrontccc.jpg,Bella Sara,PC,Misc,Codemasters,Hidden City Games,,,,,,,2008-09-30, +/games/boxart/default.jpg,Bellator: MMA Onslaught,PS3,Misc,Cloud Imperium Games Corporation,Unknown,,,,,,,2012-09-30, +/games/boxart/default.jpg,Bellator: MMA Onslaught,X360,Misc,Cloud Imperium Games Corporation,Unknown,,,,,,,2012-09-30, +/games/boxart/8116169ccc.jpg,Berlitz French Translator,GB,Misc,GameTek,GameTek,,,,,,,1991-09-01, +/games/boxart/5087126ccc.jpg,Berlitz Spanish Translator,GB,Misc,GameTek,GameTek,,,,,,,1991-09-01, +/games/boxart/full_7902723PALFrontccc.jpg,Best Friends: Dogs & Cats,GBA,Misc,DTP Entertainment,Sproing Interactive Media,,,,,,,2006-10-23, +/games/boxart/full_best-of-solitaire_958PALFront.png,Best of Solitaire,PSN,Misc,Cosmigo,Cosmigo,,,,,,,2011-06-02, +/games/boxart/default.jpg,Beyond Good & Evil,PS3,Misc,Ubisoft,Unknown,,,,,,,2011-06-28, +/games/boxart/default.jpg,Beyond Good & Evil,X360,Misc,Ubisoft,Unknown,,,,,,,2011-03-02, +/games/boxart/default.jpg,Bibi & Tina - Das Spiel zum Kinofilm,3DS,Misc,Kiddinx,Unknown,,,,,,,2014-02-27, +/games/boxart/5297120ccc.jpg,Bible Buffet,NES,Misc,Wisdom Tree,Color Dreams,,,,,,,1993-01-01, +/games/boxart/default.jpg,Bientot l'ete,OSX,Misc,Tale of Tales,Unknown,,,,,,,2013-02-06, +/games/boxart/default.jpg,Bientot l'ete,PC,Misc,Tale of Tales,Unknown,,,,,,,2013-02-06, +/games/boxart/default.jpg,Big Time Gangsta,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2011-03-30, +/games/boxart/default.jpg,Big Time Rush: Backstage Pass,DS,Misc,GameMill,Unknown,,,,,,,2012-11-06, +/games/boxart/default.jpg,Big Time Rush: Dance Party,Wii,Misc,GameMill,Unknown,,,,,,,2012-11-06, +/games/boxart/default.jpg,Big Win Football,And,Misc,Hothead Games,Unknown,,,,,,,2012-09-28, +/games/boxart/default.jpg,Big Win MLB,And,Misc,Hothead Games,Unknown,,,,,,,2013-04-11, +/games/boxart/default.jpg,Big Win Racing,And,Misc,Hothead Games,Unknown,,,,,,,2013-12-05, +/games/boxart/default.jpg,BigHead Bash,OSX,Misc,Spicy Horse,Unknown,,,,,,,2012-05-24, +/games/boxart/default.jpg,BigHead Bash,PC,Misc,Spicy Horse,Unknown,,,,,,,2012-05-24, +/games/boxart/default.jpg,BigHead Bash,BRW,Misc,Spicy Horse,Unknown,,,,,,,2012-03-24, +/games/boxart/full_bijin-tokei-portable_3JapanFront.jpg,Bijin-Tokei Portable,PSN,Misc,HuneX,HuneX,,,,,,,2010-08-10, +/games/boxart/default.jpg,Bike Rider DX,3DS,Misc,Spicysoft Corp.,Unknown,,,,,,,2013-08-01, +/games/boxart/full_bikkuri-pachinko-ashita-no-joe-kyoraku-collection-vol-1_734JapanFront.jpg,Bikkuri Pachinko: Ashita no Joe - Kyoraku Collection Vol. 1,PS3,Misc,Unknown,Kyouraku Sangyou Holdings,,,,,,,2011-04-21, +/games/boxart/full_bikkuri-tobidasu-mahou-no-pen_763JapanFront.jpg,Bikkuri! Tobidasu! Mahou no Pen,3DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2011-08-11, +/games/boxart/full_135472JapanFrontccc.jpg,BikkuriMan 2000 Viva! Festival!,DC,Misc,Sega Toys,Sega Toys,,,,,,,2000-05-02, +/games/boxart/full_bikkuriman-daijikai_812JapanFront.jpg,BikkuriMan Daijikai,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1988-12-23, +/games/boxart/full_billiard-action_942PALFront.jpg,Billiard Action,DS,Misc,505 Games,Agenda,,,,,,,2006-02-03, +/games/boxart/4388691ccc.jpg,Billiards,PS,Misc,Unknown,A1 Games,,,,,,,, +/games/boxart/full_bing-bing-bingo_634JapanFront.jpg,Bing Bing! Bingo,SNES,Misc,KSS,KSS,,,,,,,1993-12-22, +/games/boxart/full_bingo-party-deluxe_672AmericaFront.jpg,Bingo Party Deluxe,WW,Misc,Ateam,Ateam,,,,,,,2011-05-02, +/games/boxart/default.jpg,BioHazard Twin Pack,PS3,Misc,Capcom,Unknown,,,,,,,2012-03-15, +/games/boxart/default.jpg,Bionic Heart,And,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2012-04-09, +/games/boxart/default.jpg,Bionic Heart,OSX,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2009-07-22, +/games/boxart/default.jpg,Bionic Heart,Linux,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2009-07-22, +/games/boxart/default.jpg,Bionic Heart,PC,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2009-07-22, +/games/boxart/default.jpg,Biorhythm,DSiW,Misc,Cinemax,Cinemax,,,,,,,2010-12-17, +/games/boxart/default.jpg,BioShock 2,OSX,Misc,2K Games,Unknown,,,,,,,2012-03-29, +/games/boxart/full_3434949AmericaFrontccc.jpg,BioShock Infinite,OSX,Misc,2K Games,Unknown,,,,,,,2013-08-29, +/games/boxart/default.jpg,Bird Mania Christmas 3D,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2013-12-26, +/games/boxart/default.jpg,Bird Reflex,Wii,Misc,The Learning Company,Unknown,,,,,,,2012-02-02, +/games/boxart/default.jpg,Bird Shoot,And,Misc,Bulkypix,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Bird_Hunt,And,Misc,Evil Indie Games,Unknown,,,,,,,2014-03-19, +/games/boxart/full_7211293PALFrontccc.jpg,Bishi Bashi Special,PS,Misc,Konami,KCE Sapporo,,,,,,,2000-07-07, +/games/boxart/full_5091985PALFrontccc.png,Bishi Bashi Special,PSN,Misc,Konami,KCE Sapporo,,,,,,,2008-04-24, +/games/boxart/full_3895562JapanFrontccc.jpg,Bishi Bashi Special 2,PS,Misc,Konami,Konami,,,,,,,1999-09-02, +/games/boxart/full_3809159JapanFrontccc.jpg,Bishi Bashi Special 3,PS,Misc,Konami,Konami,,,,,,,2000-06-29, +/games/boxart/full_bishoujo-janshi-suchie-pai_2JapanFront.jpg,Bishoujo Janshi Suchie-Pai,SNES,Misc,Jaleco,Jaleco Entertainment,,,,,,,1993-07-30, +/games/boxart/full_bishoujo-janshi-suchie-pai_9JapanFront.jpg,Bishoujo Janshi Suchie-Pai,VC,Misc,Jaleco,Jaleco Entertainment,,,,,,,2010-11-24, +/games/boxart/full_bishoujo-senshi-sailor-moon-collection_7JapanFront.jpg,Bishoujo Senshi Sailor Moon Collection,PCE,Misc,Banpresto,Banpresto,,,,,,,1994-11-25, +/games/boxart/default.jpg,Bit Boy!! ARCADE,3DS,Misc,Bplus,Unknown,,,,,,,2014-04-17, +/games/boxart/full_1927782AmericaFrontccc.png,BIT.TRIP BEAT,WW,Misc,Aksys Games,Gaijin Games Inc.,7.5,,,,,,2009-03-16, +/games/boxart/full_7008346AmericaFrontccc.jpg,BIT.TRIP CORE,WW,Misc,Aksys Games,Gaijin Games Inc.,7.6,,,,,,2009-07-06, +/games/boxart/full_bittrip-flux_375AmericaFront.jpg,BIT.TRIP FLUX,WW,Misc,Aksys Games,Gaijin Games Inc.,8.2,,,,,,2011-02-28, +/games/boxart/default.jpg,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,X360,Misc,Unknown,Unknown,,,,,,,2013-03-05, +/games/boxart/full_8110072AmericaFrontccc.png,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,WiiU,Misc,Unknown,Unknown,,,,,,,2013-03-05, +/games/boxart/default.jpg,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,PS3,Misc,Unknown,Unknown,,,,,,,2013-03-05, +/games/boxart/full_1879245AmericaFrontccc.jpg,BIT.TRIP VOID,WW,Misc,Aksys Games,Gaijin Games Inc.,8.2,,,,,,2009-11-23, +/games/boxart/full_2470930JapanFrontccc.jpg,Biz Nouryoku DS Series: Wagokoro no Moto,DS,Misc,Kokuyo,Kokuyo,,,,,,,2007-09-13, +/games/boxart/full_9102268JapanFrontccc.jpg,Biz Nouryoku Series: Miryoku Kaikaku,DS,Misc,Kokuyo,Kokuyo,,,,,,,2007-07-12, +/games/boxart/full_9869308JapanFrontccc.jpg,Biz Taiken DS Series: Kigyoudou Inshoku,DS,Misc,Kokuyo,Kokuyo,,,,,,,2007-07-26, +/games/boxart/default.jpg,Biz Taiken DS Series: Kigyoudou Kaigai,DS,Misc,Unknown,Kokuyo,,,,,,,, +/games/boxart/full_6635813JapanFrontccc.jpg,Biz Taiken Series: Kigyoudou,PSP,Misc,Kokuyo,Kokuyo,,,,,,,2006-03-09, +/games/boxart/default.jpg,Black Gold,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Black Guards,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Black Rainbow,PC,Misc,Unknown,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,Black Rainbow,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,Black Rainbow,And,Misc,Unknown,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,Blackguards,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-01-22, +/games/boxart/6021256ccc.jpg,Blackjack,NES,Misc,American Video Entertainment,Odyssey Software Inc.,,,,,,,1992-01-01, +/games/boxart/8158018ccc.jpg,Blackjack,2600,Misc,Atari,Atari,,,,,,,1977-10-01, +/games/boxart/default.jpg,Blacklight: Retribution,PS4,Misc,Perfect World Entertainment,Unknown,,,,,,,2013-11-15, +/games/boxart/default.jpg,Blade & Soul,PC,Misc,NCSoft,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Blade Arcus from Shining,Arc,Misc,Sega,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Blade Symphony,PC,Misc,Unknown,Unknown,,,,,,,2014-05-07, +/games/boxart/default.jpg,Blades Heart,PC,Misc,Unknown,KAI,,,,,,,2011-07-29, +/games/boxart/default.jpg,Blitz Brigade - Online multiplayer shooting action!,And,Misc,Gameloft,Unknown,,,,,,,2013-05-09, +/games/boxart/default.jpg,Block & Switch,PS,Misc,Serene,Serene,,,,,,,2002-01-24, +/games/boxart/full_5920922AmericaFrontccc.jpg,Block Fight!,XBL,Misc,Microsoft,xXTomK2007xx,,,,,,,2008-12-25, +/games/boxart/full_2022603AmericaFrontccc.jpg,Block Fight!!,XBL,Misc,Microsoft,Cypherroo,,,,,,,2009-12-21, +/games/boxart/full_block-vengeance-alpha_112AmericaFront.jpg,Block Vengeance Alpha,XBL,Misc,Microsoft,thedeadstu,,,,,,,2011-07-09, +/games/boxart/full_2567900AmericaFrontccc.jpg,BlockBUSTER,XBL,Misc,Microsoft,o 3DMUVE LLC o,,,,,,,2009-02-04, +/games/boxart/default.jpg,Blockbuster World Video Game Championship II,GEN,Misc,Acclaim Entertainment,Various,,,,,,,1995-01-01, +/games/boxart/default.jpg,BlockHopper,PC,Misc,Unknown,Unknown,,,,,,,2012-02-25, +/games/boxart/default.jpg,Blockscape,OSX,Misc,Sega Falcom,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Blockscape,Linux,Misc,Sega Falcom,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Blockscape,PC,Misc,Sega Falcom,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Blocky Roads,And,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-17, +/games/boxart/8528966ccc.jpg,Blonde Justice,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1994-01-01, +/games/boxart/default.jpg,Blood Knights,PS3,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Blood Knights,X360,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Blood Knights,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Blood of the Werewolf,PC,Misc,Unknown,Unknown,,,,,,,2013-10-28, +/games/boxart/default.jpg,Bloom,PC,Misc,Studio Fawn,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Bloom,OSX,Misc,Studio Fawn,Unknown,,,,,,,2020-12-31, +/games/boxart/full_5955749AmericaFrontccc.jpg,Blue Estate,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/full_2267259AmericaFrontccc.jpg,Blue Estate,XOne,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/full_4997130AmericaFrontccc.jpg,Blue Estate,PS4,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode One,PC,Misc,Relentless Software,Unknown,,,,,,,2010-11-24, +/games/boxart/full_blues-clues-blues-alphabet-book_2AmericaFront.jpg,Blue's Clues: Blue's Alphabet Book,GB,Misc,Mattel Interactive,Vicarious Visions,,,,,,,2001-01-30, +/games/boxart/full_3795873AmericaFrontccc.jpg,Board Game Classics Collection,PC,Misc,iWin,iWin,,,,,,,2009-08-24, +/games/boxart/full_boardwalk-ball-toss_525AmericaFront.jpg,Boardwalk Ball Toss,DSiW,Misc,Skyworks Interactive,Skyworks Interactive,,,,,,,2011-06-30, +/games/boxart/full_1958209PALFrontccc.jpg,Bob the Builder: Can We Fix It? / Tweenies: Game Time,PS,Misc,BBC Multimedia,Various,,,,,,,2009-01-01, +/games/boxart/full_bobby-fischer-teaches-chess_317AmericaFront.jpg,Bobby Fischer Teaches Chess,PC,Misc,Interplay,Mission Studios,,,,,,,1994-01-01, +/games/boxart/full_3908251AmericaFrontccc.jpg,Bobby Says - Dance with me!,XBL,Misc,Microsoft,Mexond,,,,,,,2009-06-14, +/games/boxart/full_body-and-brain-connection-higher-learning-i_70AmericaFront.jpg,Body and Brain Connection: Higher Learning I,XBL,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2011-03-22, +/games/boxart/full_body-and-brain-connection-higher-learning-ii_788AmericaFront.jpg,Body and Brain Connection: Higher Learning II,XBL,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2011-04-26, +/games/boxart/full_bodycon-digital-rave-part-1_1JapanFront.jpg,Bodycon Digital Rave Part 1,3DO,Misc,Unknown,Trans-Pegasus Limited,,,,,,,1994-12-23, +/games/boxart/full_8940995JapanFrontccc.jpg,Boko Yume no Tatsujin,DC,Misc,Fujicom,Fujicom,,,,,,,2002-01-24, +/games/boxart/full_4080232JapanFrontccc.jpg,Bokujyoukeieteki Board Game: Umapoly,PS,Misc,Konami,Konami,,,,,,,1999-12-25, +/games/boxart/default.jpg,Bokukano: Koi Hanashi Party! Naisho na Otoko no Girls Talk,PC,Misc,Unknown,Gspot,,,,,,,2011-07-29, +/games/boxart/default.jpg,Bomb the Monsters,And,Misc,Unknown,Unknown,,,,,,,2014-05-29, +/games/boxart/full_7681051AmericaFrontccc.png,Bomberman Land,PSN,Misc,Hudson Soft,Hudson Soft,6.4,,,,,,2010-01-07, +/games/boxart/full_bomberman-land-psone_0JapanFront.jpg,Bomberman Land (PSOne),PSN,Misc,Hudson Soft,Hudson Soft,,,,,,,2008-09-24, +/games/boxart/full_7120041JapanFrontccc.jpg,Bomberman Land 2,GC,Misc,Hudson Soft,Racjin,,,,,,,2003-07-31, +/games/boxart/full_7624382JapanFrontccc.jpg,Bomberman Land 2,PS2,Misc,Hudson Soft,Racjin,,,,,,,2003-07-17, +/games/boxart/full_5401708JapanFrontccc.jpg,Bomberman Land 3,PS2,Misc,Hudson Soft,Racjin,,,,,,,2005-08-04, +/games/boxart/default.jpg,Bombshell,PC,Misc,Interceptor Entertainment,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Bombshell,PS4,Misc,Interceptor Entertainment,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Bonsai Blast,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-07, +/games/boxart/default.jpg,Book of Legends,OSX,Misc,Gogii Games,Unknown,,,,,,,2008-11-14, +/games/boxart/default.jpg,Bookstore Dream,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-09-13, +/games/boxart/default.jpg,Bookstore Dream,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-09-13, +/games/boxart/default.jpg,Bookworm,PC,Misc,PopCap Games,Unknown,,,,,,,2006-08-30, +/games/boxart/default.jpg,Bookworm,DSi,Misc,PopCap Games,Unknown,,,,,,,2009-11-30, +/games/boxart/default.jpg,Bookworm,OSX,Misc,PopCap Games,Unknown,,,,,,,2006-08-30, +/games/boxart/default.jpg,Bookworm,X360,Misc,PopCap Games,Unknown,,,,,,,2010-11-15, +/games/boxart/default.jpg,Bookworm Deluxe,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-01-20, +/games/boxart/full_boom-beats_4PALFront.png,Boom Beats,PSN,Misc,Gamelion Studios,Gamelion Studios,,,,,,,2010-12-07, +/games/boxart/default.jpg,Boot Hill Heroes,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Boot Hill Heroes,X360,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Boot Hill Heroes,PSV,Misc,Unknown,Unknown,,,,,,,2014-04-02, +/games/boxart/default.jpg,BorderZone,PC,Misc,1C Company,Unknown,,,,,,,2006-07-19, +/games/boxart/default.jpg,Boulder Dash: 30th Anniversary Edition,OSX,Misc,First Star Software,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Boulder Dash: 30th Anniversary Edition,PC,Misc,First Star Software,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Boulder Dash: 30th Anniversary Edition,And,Misc,First Star Software,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Bounce Ball Pro,PC,Misc,Aeria Games & Entertainment,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Bowling Bonanza 3D,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-05-16, +/games/boxart/default.jpg,Box Pusher,DSi,Misc,Cosmigo,Unknown,,,,,,,2012-02-23, +/games/boxart/default.jpg,Box Pusher,3DS,Misc,Cosmigo,Unknown,,,,,,,2012-02-23, +/games/boxart/full_4589471AmericaFrontccc.jpg,Brain Age Express: Arts & Letters,DSiW,Misc,Nintendo,Nintendo SDD,,,,,,,2009-08-10, +/games/boxart/full_1788560AmericaFrontccc.jpg,Brain Age Express: Math,DSiW,Misc,Nintendo,Nintendo SDD,,,,,,,2009-04-05, +/games/boxart/full_463315AmericaFrontccc.jpg,Brain Challenge,XBL,Misc,Gameloft,Gameloft,6.1,,,,,,2008-03-12, +/games/boxart/full_9768230AmericaFrontccc.jpg,Brain Challenge,WW,Misc,Gameloft,Gameloft,,,,,,,2008-11-10, +/games/boxart/full_22141AmericaFrontccc.jpg,Brain Challenge (PSP),PSN,Misc,Sony Computer Entertainment,Gameloft,,,,,,,2008-12-04, +/games/boxart/3907393ccc.jpg,Brain Games,2600,Misc,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_5509336AmericaFrontccc.jpg,Bratz,PS,Misc,Ubisoft,DC Studios,,,,,,,2003-03-12, +/games/boxart/default.jpg,Bratz: Fashion Boutique,DS,Misc,Unknown,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,Bratz: Fashion Boutique,3DS,Misc,Unknown,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,Bravada,PC,Misc,Unknown,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,Bravada,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,Bravada,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,Brave Frontier,And,Misc,gumi Inc.,Unknown,,,,,,,2013-12-13, +/games/boxart/default.jpg,Brave: The Video Game,PC,Misc,Disney Interactive Studios,Unknown,,,,,,,2012-06-19, +/games/boxart/default.jpg,Brave: The Video Game,OSX,Misc,Disney Interactive Studios,Unknown,,,,,,,2012-06-19, +/games/boxart/default.jpg,Brave: The Video Game,PS3,Misc,Disney Interactive Studios,Unknown,,,,,,,2012-06-19, +/games/boxart/full_5303991AmericaFrontccc.jpg,Break One Out,XBL,Misc,Microsoft,Unknown,,,,,,,2009-03-26, +/games/boxart/full_222289AmericaFrontccc.jpg,BreakQuest: Extra Evolution,PSV,Misc,Beatshapers,Unknown,,,,,,,2012-10-16, +/games/boxart/default.jpg,BreakQuest: Extra Evolution,PSP,Misc,Beatshapers,Unknown,,,,,,,2012-10-16, +/games/boxart/default.jpg,BreakQuest: Extra Evolution,PS3,Misc,Beatshapers,Unknown,,,,,,,2012-10-16, +/games/boxart/full_891186AmericaFrontccc.png,Brett,PC,Misc,Wisdom Tree,Westwood Studios,,,,,,,2009-04-01, +/games/boxart/full_8507232PALFrontccc.jpg,Brian Lara Cricket / Jonah Lomu Rugby,PS,Misc,Codemasters,Various,,,,,,,2002-11-29, +/games/boxart/default.jpg,Brick-Force,PC,Misc,Monolith,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Brick-Force,OSX,Misc,Monolith,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Brick-Force,And,Misc,Monolith,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Bridge Constructor Medieval,And,Misc,Headup Games,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Bridge Constructor Playground,And,Misc,Headup Games,Unknown,,,,,,,2012-02-08, +/games/boxart/default.jpg,Brigade E5: New Jagged Union,PC,Misc,1C Company,Unknown,,,,,,,2006-10-17, +/games/boxart/default.jpg,Brilliant Hamsters!,3DS,Misc,Bergsala Lightweight,Unknown,,,,,,,2013-12-05, +/games/boxart/full_1612719AmericaFrontccc.jpg,Britney's Dance Beat,PC,Misc,THQ,Metro Graphics,,,,,,,2002-06-19, +/games/boxart/full_7796661AmericaFrontccc.jpg,Brixx,XBL,Misc,Microsoft,BigBlackBlock,,,,,,,2010-01-04, +/games/boxart/default.jpg,Broken Sword 5 - the Serpents Curse,PSV,Misc,Revolution,Unknown,,,,,,,2014-05-06, +/games/boxart/default.jpg,Brunch Panic,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-10-17, +/games/boxart/default.jpg,Bubble Mania,And,Misc,TeamLava,Unknown,,,,,,,2012-06-15, +/games/boxart/default.jpg,Bubble Pop World,3DS,Misc,Cypronia,Unknown,,,,,,,2014-03-13, +/games/boxart/default.jpg,Bubble Safari,And,Misc,Zynga,Unknown,,,,,,,2013-05-11, +/games/boxart/default.jpg,Bubble Safari,BRW,Misc,Zynga,Unknown,,,,,,,2012-05-09, +/games/boxart/default.jpg,Bubble Shooter Mania,And,Misc,Wizards Time LLC,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Bubble Witch Saga,And,Misc,King.com,Unknown,,,,,,,2012-07-25, +/games/boxart/default.jpg,Bubble Witch Saga,BRW,Misc,King.com,Unknown,,,,,,,2011-07-29, +/games/boxart/default.jpg,Bubble Witch Saga 2,And,Misc,King.com,Unknown,,,,,,,2014-06-03, +/games/boxart/full_8663796AmericaFrontccc.jpg,BugRace,XBL,Misc,Microsoft,Gnimmel,,,,,,,2009-12-07, +/games/boxart/default.jpg,Bulu Monster,And,Misc,Sigma Game Limited,Unknown,,,,,,,2014-02-10, +/games/boxart/default.jpg,Bulu Monster,BRW,Misc,Sigma Game Limited,Unknown,,,,,,,2013-09-24, +/games/boxart/full_bumble-plot_435AmericaFront.jpg,Bumble Plot,PC,Misc,IBM,The Learning Co.,,,,,,,1982-01-01, +/games/boxart/285425ccc.jpg,Bumper Bash,2600,Misc,Spectravision,Spectravision,,,,,,,1983-01-01, +/games/boxart/full_bunny-dodge_206PALFront.jpg,Bunny Dodge,PSN,Misc,Unknown,SKYL-COM LTD,,,,,,,2011-06-02, +/games/boxart/default.jpg,Burden,OSX,Misc,Silver Style,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Burden,PC,Misc,Silver Style,Unknown,,,,,,,2015-01-01, +/games/boxart/full_burger-burger-pocket_869JapanFront.jpg,Burger Burger Pocket,GB,Misc,Gaps,Biox,,,,,,,1999-03-26, +/games/boxart/default.jpg,Burnout Anthology,Arc,Misc,Williams,Unknown,,,,,,,1990-01-01, +/games/boxart/full_5213359JapanFrontccc.jpg,Business Ryoku Kentei DS,DS,Misc,Electronic Arts,Electronic Arts,,,,,,,2008-03-27, +/games/boxart/full_7543417AmericaFrontccc.jpg,Bust a Wall,XBL,Misc,Microsoft,Kevin Robinson,,,,,,,2009-09-09, +/games/boxart/default.jpg,Bust-n-Rush,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,BUSTED,And,Misc,LEANDRO PIM,Unknown,,,,,,,2013-08-01, +/games/boxart/full_42908AmericaFrontccc.jpg,Bustout Velocity,PC,Misc,SelectSoft,SelectSoft,,,,,,,2006-01-01, +/games/boxart/default.jpg,Butterfly Garden,WW,Misc,Unknown,Autonomous Productions,,,,,,,, +/games/boxart/full_3723032AmericaFrontccc.jpg,Button Memory,XBL,Misc,Microsoft,Thunder Hammer Studios,,,,,,,2009-07-11, +/games/boxart/full_9477897AmericaFrontccc.jpg,ButtonHoldingExtravaganzaParty,XBL,Misc,Microsoft,scottwashi,,,,,,,2009-11-25, +/games/boxart/full_5695170AmericaFrontccc.jpg,Buttons,XBL,Misc,Microsoft,T Rexagon,,,,,,,2009-11-27, +/games/boxart/full_5786872PALFrontccc.jpg,Buttsubushi,PS,Misc,Phoenix Games,Selen,,,,,,,2003-01-01, +/games/boxart/full_1980535PALFrontccc.png,Buzz! Brain Bender,PSN,Misc,Sony Computer Entertainment,Curve Studios,,,,,,,2008-12-18, +/games/boxart/full_2686523PALFrontccc.jpg,Buzz! Brain of the UK,PS2,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2009-03-27, +/games/boxart/full_6783115PALFrontccc.png,Buzz! Brain Of The UK,PSN,Misc,Sony Computer Entertainment,Curve Studios,,,,,,,2009-03-26, +/games/boxart/full_896102PALFrontccc.jpg,Buzz! Junior: Dino Den,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2008-02-22, +/games/boxart/full_buzz-junior-dino-den_4PALFront.jpg,Buzz! Junior: Dino Den,PSN,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2009-12-10, +/games/boxart/full_buzz-junior-jungle-party_7PALFront.jpg,Buzz! Junior: Jungle Party,PSN,Misc,Sony Computer Entertainment,Magenta Software,,,,,,,2009-03-12, +/games/boxart/full_8102658PALFrontccc.jpg,Buzz! Junior: Monster Rumble,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2007-10-31, +/games/boxart/full_4297956AmericaFrontccc.png,Buzz! Junior: Monster Rumble,PSN,Misc,Sony Computer Entertainment,SCEE,,,,,,,2009-09-03, +/games/boxart/full_2289140AmericaFrontccc.png,Buzz! Junior: Robo Jam,PSN,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2009-07-09, +/games/boxart/full_5059603PALFrontccc.jpg,Buzz! Le plus malin des Français,PS3,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2009-03-25, +/games/boxart/full_5950573PALFrontccc.png,Buzz! Master Quiz,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2010-04-01, +/games/boxart/full_3073226PALFrontccc.jpg,Buzz! Pop Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2008-03-14, +/games/boxart/full_6612037AmericaFrontccc.jpg,Buzz! Quiz TV - Add-On: American Culture,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2009-01-22, +/games/boxart/full_5768276PALFrontccc.jpg,Buzz! The Sports Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2006-11-10, +/games/boxart/full_buzz-the-ultimate-music-quiz_560PALFront.png,Buzz! The Ultimate Music Quiz,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2011-01-12, +/games/boxart/full_6951055JapanFrontccc.jpg,Buzzer Beater (Kouhen),PS,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-05-27, +/games/boxart/full_4354688JapanFrontccc.jpg,Buzzer Beater (Zenpen),PS,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-05-27, +/games/boxart/default.jpg,Cabela's Big Game Hunter 2006: Trophy Season,PC,Misc,Activision Value,Unknown,,,,,,,2008-09-09, +/games/boxart/default.jpg,Cabela's Big Game Hunter 2006: Trophy Season,Wii,Misc,Activision Value,Unknown,,,,,,,2008-09-09, +/games/boxart/default.jpg,Cabela's Big Game Hunter: 2004 Season,PC,Misc,Activision Value,Unknown,,,,,,,2003-08-27, +/games/boxart/default.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,PC,Misc,Activision Value,Unknown,,,,,,,2005-11-24, +/games/boxart/default.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,PS2,Misc,Activision Value,Unknown,,,,,,,2005-11-16, +/games/boxart/default.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,XB,Misc,Activision Value,Unknown,,,,,,,2005-11-16, +/games/boxart/default.jpg,Cabela's Deer Hunt 2005 Season,PC,Misc,Activision Value,Unknown,,,,,,,2004-09-03, +/games/boxart/default.jpg,Cabela's GrandSlam Hunting: 2004 Trophies,PC,Misc,Activision Value,Unknown,,,,,,,2003-08-29, +/games/boxart/default.jpg,Cabela's Legendary Adventures,PC,Misc,Activision Value,Unknown,,,,,,,2008-09-09, +/games/boxart/default.jpg,Cabela's Outdoor Adventures (2006),XB,Misc,Activision Value,Unknown,,,,,,,2005-09-14, +/games/boxart/default.jpg,Cabela's Outdoor Adventures (2006),PC,Misc,Activision Value,Unknown,,,,,,,2006-03-07, +/games/boxart/7887465ccc.jpg,Caesars Palace,GB,Misc,Arcadia Systems,Arcadia Systems,,,,,,,1991-01-01, +/games/boxart/full_4725288AmericaFrontccc.jpg,Caesars Palace,NES,Misc,Virgin Interactive,Virgin Games,,,,,,,1992-01-01, +/games/boxart/4598657ccc.jpg,Caesars Palace,GEN,Misc,Virgin Interactive,Illusions Gaming Company,,,,,,,1993-03-01, +/games/boxart/full_5176471AmericaFrontccc.jpg,Caesars Palace,PS,Misc,Interplay,Interplay,5.1,,,,,,1997-10-31, +/games/boxart/5355629ccc.jpg,Caesars Palace 2000: Millennium Gold Edition,DC,Misc,Interplay,Runecraft,2.5,,,,,,2000-09-24, +/games/boxart/full_2267923AmericaFrontccc.jpg,Caesars Palace 2000: Millennium Gold Edition,PC,Misc,Interplay,Runecraft,,,,,,,2000-06-29, +/games/boxart/full_6399635AmericaFrontccc.jpg,Caesars Palace Classics,PC,Misc,Interplay,Interplay,,,,,,,2001-01-01, +/games/boxart/full_caesars-palace-ii_595AmericaFront.jpg,Caesars Palace II,GB,Misc,Interplay,Runecraft,,,,,,,1999-07-01, +/games/boxart/full_8316633AmericaFrontccc.jpg,Caesars Palace VIP Series: Blackjack,PC,Misc,Interplay,Interplay,,,,,,,1998-03-22, +/games/boxart/full_5579331AmericaFrontccc.jpg,Caesars Palace VIP Series: Craps,PC,Misc,Interplay,Interplay,,,,,,,1998-02-01, +/games/boxart/default.jpg,Caesars Slots,BRW,Misc,Playtika LTD,Unknown,,,,,,,2012-01-05, +/games/boxart/default.jpg,Caesars Slots,And,Misc,Playtika LTD,Unknown,,,,,,,2013-06-13, +/games/boxart/full_6580995AmericaFrontccc.jpg,Cafeland,OSX,Misc,Teyon,Unknown,,,,,,,2012-02-01, +/games/boxart/full_5028218AmericaFrontccc.jpg,Cafeland,BRW,Misc,Teyon,Unknown,,,,,,,2012-02-01, +/games/boxart/default.jpg,Caillou Ready to Read,PC,Misc,Unknown,Brighter Minds,,,,,,,, +/games/boxart/default.jpg,Caillou: Ready for School,PC,Misc,Unknown,Brighter Child,,,,,,,, +/games/boxart/default.jpg,Cake Ninja,DSi,Misc,Cypronia,Unknown,,,,,,,2011-12-29, +/games/boxart/default.jpg,Cake Ninja,3DS,Misc,Cypronia,Unknown,,,,,,,2011-12-29, +/games/boxart/default.jpg,Cake Ninja 2,3DS,Misc,Cypronia,Unknown,,,,,,,2012-11-01, +/games/boxart/default.jpg,Calculation 100 Renutsu,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-10-14, +/games/boxart/full_calculator_499AmericaFront.jpg,Calculator,DSiW,Misc,Cinemax,Cinemax,,,,,,,2011-05-20, +/games/boxart/full_6330078AmericaFrontccc.jpg,Calculator360,XBL,Misc,Microsoft,DecapodStudios,,,,,,,2009-03-21, +/games/boxart/full_call-me_406AmericaFront.jpg,Call Me,XBL,Misc,Unknown,Utopioneer Games,,,,,,,, +/games/boxart/default.jpg,Call of Arena,And,Misc,Freyr Games,Unknown,,,,,,,2013-11-26, +/games/boxart/default.jpg,Call of Duty: Strike Team,And,Misc,Activision,Unknown,,,,,,,2013-10-25, +/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animals Racing Tournament,Wii,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animals Racing Tournament,Wii,Misc,Zoo Games,Unknown,,,,,,,2010-07-20, +/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animals Racing Tournament,DS,Misc,Zoo Games,Unknown,,,,,,,2010-08-03, +/games/boxart/full_cambrian-qts-kaseki-ni-nattemo_140JapanFront.jpg,Cambrian QTS: Kaseki ni Nattemo,PS2,Misc,Global A Entertainment,Tenky,,,,,,,2003-12-11, +/games/boxart/full_camelot-galway-city-of-the-tribes_570PALFront.jpg,Camelot Galway: City Of The Tribes,PC,Misc,Star Cave Studios,Star Cave Studios Limited,,,,,,,2006-03-13, +/games/boxart/default.jpg,Camelot Unchained,PC,Misc,City State Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,CamGun,GIZ,Misc,Unknown,Domenecus Software,,,,,,,, +/games/boxart/default.jpg,CANDLE,WiiU,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,CANDLE,PC,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,CANDLE,OSX,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,CANDLE,Linux,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Candle Route,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-07-12, +/games/boxart/default.jpg,Candle Route,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-07-12, +/games/boxart/default.jpg,Candy Match 3,3DS,Misc,Big Ben Interactive,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Cannons Lasers Rockets,PC,Misc,Unknown,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Cannons Lasers Rockets,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-04, +/games/boxart/full_1026753AmericaFrontccc.jpg,Cap'n Crunch's Crunchling Adventure,PC,Misc,Quaker Oats,Cobalt Interactive,,,,,,,1999-01-01, +/games/boxart/default.jpg,Capcom Classics Collection,PC,Misc,En Masse Entertainment,Unknown,,,,,,,2012-05-01, +/games/boxart/full_872501AmericaFrontccc.png,Capcom Classics Collection Reloaded,PSN,Misc,Capcom,Capcom,7.1,,,,,,2009-10-01, +/games/boxart/default.jpg,Capcom Classics Collection Reloaded,NG,Misc,SNK Playmore,Unknown,,,,,,,1999-11-21, +/games/boxart/full_4997445AmericaFrontccc.png,Capcom Classics Collection Remixed,PSN,Misc,Capcom,Digital Eclipse,7.6,,,,,,2009-07-02, +/games/boxart/8026671ccc.jpg,Capcom Classics Collection Volume 2,XB,Misc,Capcom,Digital Eclipse,,,,,,,2006-11-24, +/games/boxart/351905ccc.jpg,Capcom Classics Collection Volume 2,PS2,Misc,Capcom,Digital Eclipse,,,,,,,2006-11-24, +/games/boxart/full_1690871JapanFrontccc.jpg,Capcom Generation 3: Dai 3 Shuu Koko ni Rekishi Hajimaru,SAT,Misc,Capcom,Capcom,,,,,,,1998-10-15, +/games/boxart/full_9541108JapanFrontccc.jpg,Capcom Generation 3: Dai 3 Shuu Koko ni Rekishi Hajimaru,PS,Misc,Capcom,Capcom,,,,,,,1998-10-15, +/games/boxart/full_8980117PALFrontccc.jpg,Capcom Generations,PS,Misc,Capcom,Capcom,,,,,,,1999-09-03, +/games/boxart/full_1066715JapanFrontccc.jpg,Capcom no Quiz: Tonosama no Yabou,SCD,Misc,Sims,SIMS,,,,,,,1992-12-25, +/games/boxart/full_119721AmericaFrontccc.jpg,Capcom Platinum Hits Triple Pack,X360,Misc,Capcom,Capcom,,,,,,,2009-09-08, +/games/boxart/full_7740391AmericaFrontccc.png,Capcom Puzzle World,PSN,Misc,Capcom,Capcom,7.4,,,,,,2009-10-21, +/games/boxart/full_capcom-quiz-hatena-no-daibouken_475JapanFront.jpg,Capcom Quiz: Hatena? no Daibouken,GB,Misc,Capcom,Capcom,,,,,,,1990-12-21, +/games/boxart/default.jpg,CAPSULE,OSX,Misc,Unknown,Unknown,,,,,,,2012-02-14, +/games/boxart/default.jpg,CAPSULE,PC,Misc,Unknown,Unknown,,,,,,,2012-02-14, +/games/boxart/default.jpg,Captain America: The Winter Soldier,And,Misc,Gameloft,Unknown,,,,,,,2014-03-27, +/games/boxart/full_captain-tsubasa-jikkyou-typing_10JapanFront.jpg,Captain Tsubasa: Jikkyou Typing,PC,Misc,Avex,E-Frontier,,,,,,,2003-12-26, +/games/boxart/default.jpg,Car Town,BRW,Misc,Cie Games,Unknown,,,,,,,2010-07-27, +/games/boxart/default.jpg,Car Town Streets,And,Misc,Miniclip.com,Unknown,,,,,,,2013-10-16, +/games/boxart/full_5550147JapanFrontccc.jpg,Card Captor Sakura: Sakura Card de Mini-Game,GBA,Misc,Success,TDK Core,,,,,,,2003-12-12, +/games/boxart/full_1986049JapanFrontccc.jpg,Card Captor Sakura: Sakura Card-hen Sakura Card to Tomodachi,GBA,Misc,MTO,MTO,,,,,,,2004-04-23, +/games/boxart/full_7580431JapanFrontccc.jpg,Card de Asobu! Hajimete no DS,DS,Misc,Sega,Sega,,,,,,,2009-03-19, +/games/boxart/full_card-game_860JapanFront.jpg,Card Game,GB,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1990-06-15, +/games/boxart/full_1990065JapanFrontccc.jpg,Card Game 9,DS,Misc,Taito,Taito Corporation,,,,,,,2006-08-31, +/games/boxart/default.jpg,Card Hunter,PC,Misc,Unknown,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Card II,PS,Misc,Success,Success,,,,,,,1999-09-22, +/games/boxart/full_3194497JapanFrontccc.jpg,Card Party,GBA,Misc,Media Kite,"Nd Cube Co., Ltd.",,,,,,,2002-10-25, +/games/boxart/full_4736988PALFrontccc.jpg,Card Shark,PS,Misc,Midas Interactive Entertainment,Bottom Up,,,,,,,2001-02-16, +/games/boxart/full_card-shark_141PALFront.png,Card Shark,PSN,Misc,Laughing Jackal,Midas Interactive Entertainment,,,,,,,2011-06-02, +/games/boxart/full_1874405AmericaFrontccc.jpg,CardArcade,XBL,Misc,Microsoft,yyr,,,,,,,2009-08-06, +/games/boxart/full_cardinal-arc-konton-no-fuusatsu_585JapanFront.jpg,Cardinal Arc: Konton no Fuusatsu,PS2,Misc,Idea Factory,Neverland Company,,,,,,,2003-08-07, +/games/boxart/default.jpg,Carmageddon: Reincarnation,PC,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, +/games/boxart/default.jpg,Carmageddon: Reincarnation,PS4,Misc,Stainless Games,Unknown,,,,,,,2016-05-21, +/games/boxart/default.jpg,Carmageddon: Reincarnation,Linux,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, +/games/boxart/default.jpg,Carmageddon: Reincarnation,OSX,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, +/games/boxart/default.jpg,Carmageddon: Reincarnation,XOne,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, +/games/boxart/default.jpg,Carmen Sandiego Adventures in Math: The Case of the Crumbling Cathedral,Wii,Misc,The Learning Company,Unknown,,,,,,,2012-01-12, +/games/boxart/default.jpg,Carmen Sandiego Adventures in Math: The Island of Diamonds,Wii,Misc,The Learning Company,Unknown,,,,,,,2012-03-22, +/games/boxart/full_5661210JapanFrontccc.jpg,Carol the DarkAngel,PS,Misc,Sony Computer Entertainment,SCEI,,,,,,,1998-04-02, +/games/boxart/default.jpg,Carps & Dragons,3DS,Misc,Abylight,Unknown,,,,,,,2013-09-26, +/games/boxart/full_9134733AmericaFrontccc.jpg,Carrum,XBL,Misc,Microsoft,DrMistry,,,,,,,2009-05-03, +/games/boxart/default.jpg,Cars Toon: Mater’s Tall Tales,Wii,Misc,Unknown,Disney Interactive Studios,,,,,,,, +/games/boxart/default.jpg,Cart Life,PC,Misc,Unknown,Unknown,,,,,,,2010-07-29, +/games/boxart/full_3986408AmericaFrontccc.jpg,Cartoon Network Collection: Game Boy Advance Video Premium Edition,GBA,Misc,Majesco,Majesco Games,,,,,,,2004-11-10, +/games/boxart/8074294ccc.jpg,Casino,2600,Misc,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/default.jpg,Casino,GIZ,Misc,Unknown,Hustler,,,,,,,, +/games/boxart/full_2563932PALFrontccc.jpg,Casino Challenge,PS2,Misc,Play It,Aqua Pacific,,,,,,,2004-01-16, +/games/boxart/267521ccc.jpg,Casino Funpak,GB,Misc,Interplay,Interplay,,,,,,,1995-01-01, +/games/boxart/1957306ccc.jpg,Casino Games,MS,Misc,Sega,Compile,,,,,,,1989-01-01, +/games/boxart/8714058ccc.jpg,Casino Kid,NES,Misc,Sofel,Sofel,,,,,,,1989-10-01, +/games/boxart/6120714ccc.jpg,Casino Kid II,NES,Misc,Sofel,Sofel,,,,,,,1993-04-01, +/games/boxart/full_casino-nights_874AmericaFront.jpg,Casino Nights,XBL,Misc,Microsoft,GZ Storm Games,,,,,,,2010-12-24, +/games/boxart/default.jpg,CasinoRPG,PC,Misc,Unknown,Unknown,,,,,,,2014-04-16, +/games/boxart/default.jpg,Castle Clash,And,Misc,IGG.com,Unknown,,,,,,,2013-11-16, +/games/boxart/default.jpg,Castle Clout 3D,3DS,Misc,SelectSoft,Unknown,,,,,,,2014-01-30, +/games/boxart/default.jpg,Castle Conqueror Against,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2011-12-08, +/games/boxart/default.jpg,Castle Conqueror Against,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2011-12-08, +/games/boxart/default.jpg,Castle Story,OSX,Misc,Zono Incorporated,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Castle Story,Linux,Misc,Zono Incorporated,Unknown,,,,,,,2020-12-31, +/games/boxart/full_castleminer_33AmericaFront.jpg,CastleMiner,XBL,Misc,Microsoft,Digital DNA,,,,,,,2011-07-27, +/games/boxart/full_7211360AmericaFrontccc.jpg,CastleVille,BRW,Misc,Zynga,Unknown,,,,,,,2011-11-11, +/games/boxart/default.jpg,Cat Fight,3DS,Misc,Little Orbit,Unknown,,,,,,,2013-03-13, +/games/boxart/default.jpg,Cat Fight,Wii,Misc,Little Orbit,Unknown,,,,,,,2012-11-13, +/games/boxart/default.jpg,Cat Frenzy,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-06-07, +/games/boxart/full_9622699AmericaFrontccc.jpg,Catch22,XBL,Misc,Microsoft,TrackThisOut,,,,,,,2009-11-22, +/games/boxart/default.jpg,Cats & Dogs Slots,And,Misc,Gamelion Studios,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Cats Toss,OSX,Misc,WaveDNA,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Cats Toss,PC,Misc,WaveDNA,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Caveboy Escape,And,Misc,Unknown,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Caveman Rock,PC,Misc,CyberPlanet Interactive,Unknown,,,,,,,2007-01-01, +/games/boxart/default.jpg,Caveman Rock,PS2,Misc,Phoenix Games,Unknown,,,,,,,2007-01-01, +/games/boxart/default.jpg,Caveman Wars,And,Misc,AMA Studios,Unknown,,,,,,,2013-12-03, +/games/boxart/default.jpg,Cavesweeper,WinP,Misc,Quikding,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Cavesweeper,And,Misc,Quikding,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Cel Damage,PS3,Misc,Electronic Arts,Unknown,,,,,,,2014-04-22, +/games/boxart/default.jpg,Cel Damage,PS4,Misc,Electronic Arts,Unknown,,,,,,,2014-04-22, +/games/boxart/default.jpg,Cel Damage,PSV,Misc,Electronic Arts,Unknown,,,,,,,2014-04-22, +/games/boxart/full_7592231AmericaFrontccc.jpg,Celebrate,XBL,Misc,Microsoft,doozerdude,,,,,,,2009-02-20, +/games/boxart/full_5527223JapanFrontccc.jpg,Center Shiken: Eigo Listening Sokushuu DS,DS,Misc,Educational Network,Educational Network,,,,,,,2009-11-19, +/games/boxart/full_centipede-amp-battlezone_7AmericaFront.jpg,Centipede & Battlezone,PC,Misc,SelectSoft,Digital Eclipse,,,,,,,2003-01-01, +/games/boxart/default.jpg,Chain Blaster,3DS,Misc,G-Style,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Chained,3DS,Misc,Silverball,Unknown,,,,,,,2013-05-02, +/games/boxart/full_1958589PALFrontccc.jpg,Championship Manager Quiz,PS,Misc,Eidos Interactive,Sports Interactive,,,,,,,2001-11-30, +/games/boxart/default.jpg,Championship Snowboarding 2004,PC,Misc,Activision Value,Unknown,,,,,,,2003-11-09, +/games/boxart/default.jpg,Champs: Battlegrounds,And,Misc,"Quark Games, Inc.",Unknown,,,,,,,2013-08-08, +/games/boxart/full_8397346PALFrontccc.png,Chaos à la Maison,Wii,Misc,Midway Games,Lexis Numerique,,,,,,,2009-03-20, +/games/boxart/default.jpg,Chaos Chronicles,PC,Misc,bitComposer Games,Unknown,,,,,,,2013-04-01, +/games/boxart/default.jpg,Chaos Domain,PC,Misc,Kiss,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,chaos ring II,And,Misc,Square Enix,Unknown,,,,,,,2013-03-15, +/games/boxart/default.jpg,Chaos Rings,WinP,Misc,Square Enix,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Chaos Rings,And,Misc,Square Enix,Unknown,,,,,,,2012-10-10, +/games/boxart/default.jpg,Chaos Rings Omega,And,Misc,Square Enix,Unknown,,,,,,,2011-05-19, +/games/boxart/default.jpg,Chara Pasha! Cinnamon Roll,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2011-01-12, +/games/boxart/default.jpg,Chara Pasha! Hello Kitty,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2010-12-08, +/games/boxart/default.jpg,Chara Pasha! Kikansha Thomas,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2010-12-15, +/games/boxart/default.jpg,Chara Pasha! My Melody,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2011-03-02, +/games/boxart/default.jpg,Chara Pasha! SpongeBob,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2011-01-19, +/games/boxart/full_4376036JapanFrontccc.jpg,Chara-Chinko,DS,Misc,Interchannel,Interchannel,,,,,,,2009-10-01, +/games/boxart/default.jpg,Charlaine Harris: Dying for Daylight,PC,Misc,Mastertronic,Unknown,,,,,,,2012-04-05, +/games/boxart/full_6638567AmericaFrontccc.jpg,Chasing Aurora,WiiU,Misc,Broken Rules,Unknown,,,,,,,2012-11-18, +/games/boxart/default.jpg,Chasing Yello for Tango,And,Misc,dreamfab,Unknown,,,,,,,2014-02-24, +/games/boxart/default.jpg,Chasm,PS4,Misc,Discord Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Chasm,PC,Misc,Discord Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Chasm,OSX,Misc,Discord Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Chasm,Linux,Misc,Discord Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cheats for Hay Day game,And,Misc,tono / Ctrl+k,Unknown,,,,,,,2012-02-18, +/games/boxart/default.jpg,Check vs. Mate,PSP,Misc,Unknown,TopWare Interactive,,,,,,,, +/games/boxart/default.jpg,Check vs. Mate,DS,Misc,Unknown,TopWare Interactive,,,,,,,, +/games/boxart/default.jpg,Check vs. Mate,Wii,Misc,Unknown,TopWare Interactive,,,,,,,, +/games/boxart/full_checkmate_993JapanFront.jpg,Checkmate,GB,Misc,Unknown,Altron,,,,,,,2020-12-31, +/games/boxart/default.jpg,ChefVille,BRW,Misc,Zynga,Unknown,,,,,,,2012-08-07, +/games/boxart/full_5637765PALFrontccc.jpg,Chegger's Party Quiz,PS2,Misc,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, +/games/boxart/full_6761330PALFrontccc.jpg,Chegger's Party Quiz,PC,Misc,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, +/games/boxart/default.jpg,Cheshire Match!,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-10-04, +/games/boxart/default.jpg,Chess & Checkers,DSiW,Misc,Unknown,GameOn,,,,,,,, +/games/boxart/full_5972930JapanFrontccc.jpg,Chess 2000,PS,Misc,Unbalance,Oxford Softworks,,,,,,,2000-04-06, +/games/boxart/full_3878477AmericaFrontccc.jpg,Chess Challenge!,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-05-10, +/games/boxart/full_8734063AmericaFrontccc.jpg,Chess Challenge!,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-05-10, +/games/boxart/full_9230797AmericaFrontccc.png,Chess Crusade,DS,Misc,DSI Games,Slam Games,,,,,,,2008-07-22, +/games/boxart/full_5198060PALFrontccc.jpg,Chess Crusade,Wii,Misc,DSI Games,Slam Games,,,,,,,2008-07-22, +/games/boxart/default.jpg,Chess Crusade,PC,Misc,Zoo Digital Publishing,Slam Games,,,,,,,2008-09-01, +/games/boxart/full_chess-crusade_111PALFront.jpg,Chess Crusade,PS2,Misc,Zoo Digital Publishing,Slam Games,,,,,,,2008-09-01, +/games/boxart/default.jpg,Chess Pro,DSi,Misc,Cypronia,Unknown,,,,,,,2013-05-16, +/games/boxart/default.jpg,Chess: Secrets of the Grandmasters,PC,Misc,Avanquest Software,Unknown,,,,,,,2012-03-09, +/games/boxart/full_chessmaster_165AmericaFront.jpg,Chessmaster,GC,Misc,Ubisoft,Ubisoft,,,,,,,2003-09-01, +/games/boxart/full_804965AmericaFrontccc.jpg,Chessmaster,GB,Misc,Mindscape,Park Place Productions,,,,,,,1999-11-15, +/games/boxart/default.jpg,Chessmaster Challenge,PC,Misc,PlayFirst,PlayFirst,,,,,,,2009-08-12, +/games/boxart/full_5981203AmericaFrontccc.png,Chessmaster: The Art of Learning,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-06-24, +/games/boxart/default.jpg,Chevrolet Camaro: Wild Ride,3DS,Misc,Storm City Games,Unknown,,,,,,,2011-11-21, +/games/boxart/full_chibi-maruko-chan-4-korega-nippon-dayo-oujisama_10JapanFront.jpg,Chibi Maruko-Chan 4: Korega Nippon Dayo! Oujisama,GB,Misc,Takara,KID Corporation,,,,,,,1992-08-07, +/games/boxart/full_chibi-maruko-chan-maruko-deluxe-gekijou_1JapanFront.jpg,Chibi Maruko-Chan: Maruko Deluxe Gekijou,GB,Misc,Takuyo,KID Corporation,,,,,,,1995-05-26, +/games/boxart/full_chibi-maruko-chan-maruko-deluxe-quiz_0JapanFront.jpg,Chibi Maruko-Chan: Maruko Deluxe Quiz,NG,Misc,SNK,Takara,,,,,,,1996-01-26, +/games/boxart/full_9106424JapanFrontccc.jpg,Chibi Maruko-Chan: Quiz de Piihyara,PCE,Misc,Namco,Namco,,,,,,,1992-01-10, +/games/boxart/full_4251186JapanFrontccc.jpg,Chibi Maruko-Chan: Uki Uki Shopping,NES,Misc,Namco,Namco,,,,,,,1991-10-04, +/games/boxart/full_4684865AmericaFrontccc.jpg,Chick Chick Chicky,XBL,Misc,Microsoft,DunhamBrosGames,,,,,,,2009-07-15, +/games/boxart/default.jpg,Children of Liberty,PC,Misc,Unknown,Unknown,,,,,,,2014-04-18, +/games/boxart/full_8237839AmericaFrontccc.jpg,Chillax HD,XBL,Misc,Microsoft,mrsquare,,,,,,,2009-09-19, +/games/boxart/full_6368925AmericaFrontccc.jpg,Chinese Checkers Deluxe,XBL,Misc,Microsoft,Per Pixel Games LLC,,,,,,,2009-06-19, +/games/boxart/full_4906866AmericaFrontccc.jpg,Chipmunk Christmas,XBL,Misc,Microsoft,PhoenixSS,,,,,,,2009-12-22, +/games/boxart/full_chiri-quiz-shougakusei_453JapanFront.jpg,Chiri Quiz Shougakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2011-08-10, +/games/boxart/full_5711661JapanFrontccc.jpg,Cho-Nazo-Oh,PS,Misc,Bandai,Bandai,,,,,,,2000-01-27, +/games/boxart/full_6032771AmericaFrontccc.jpg,Choc-a-riffic,XBL,Misc,Microsoft,ProjectorGames,,,,,,,2009-07-21, +/games/boxart/default.jpg,Choco Blocks,And,Misc,Mediaflex Games,Unknown,,,,,,,2014-04-01, +/games/boxart/full_7125372JapanFrontccc.jpg,Chocobo Collection - Happy 10th Anniversary!,PS,Misc,Square,SquareSoft,,,,,,,1999-12-22, +/games/boxart/full_252041JapanFrontccc.jpg,Chocobo Land: A Game of Dice,GBA,Misc,Unknown,SquareSoft,,,,,,,, +/games/boxart/default.jpg,Choice of the Rock Star,PC,Misc,Choice of Games,Unknown,,,,,,,2014-04-04, +/games/boxart/default.jpg,Choice of the Rock Star,And,Misc,Choice of Games,Unknown,,,,,,,2014-04-04, +/games/boxart/default.jpg,Chomp!,PC,Misc,Unknown,Unknown,,,,,,,2014-05-25, +/games/boxart/default.jpg,Chomp!,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-25, +/games/boxart/default.jpg,Chompy Chomp Chomp,PC,Misc,Kiss,Unknown,,,,,,,2014-05-16, +/games/boxart/default.jpg,Choplifter HD,PC,Misc,inXile Entertainment,Unknown,,,,,,,2012-01-11, +/games/boxart/default.jpg,Chotto DS Bungaku Zenshuu: Sekai no Bungaku 20,DSiW,Misc,Nintendo,Genius Sonority Inc.,,,,,,,2009-02-25,2018-04-23 +/games/boxart/full_820541JapanFrontccc.jpg,Chotto Shot,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2006-11-02, +/games/boxart/full_2023376JapanFrontccc.jpg,Chou Kantan Boki Nyuumon DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-11-22, +/games/boxart/full_621134JapanFrontccc.jpg,Chou Kowai Hanashi DS: Ao no Shou,DS,Misc,Alchemist,Alchemist,,,,,,,2010-08-05, +/games/boxart/default.jpg,Choujin Ultra Baseball Card Battle,3DS,Misc,Culture Brain,Unknown,,,,,,,2014-03-13, +/games/boxart/default.jpg,Christmas Delights,GIZ,Misc,Unknown,Pocket Software,,,,,,,, +/games/boxart/default.jpg,Christmas Goodies!,And,Misc,Unknown,Unknown,,,,,,,2014-02-20, +/games/boxart/default.jpg,Christmas Mahjong,GIZ,Misc,Unknown,AIP Mobile,,,,,,,, +/games/boxart/default.jpg,Christmas Salon,And,Misc,Libii Tech Limited,Unknown,,,,,,,2013-12-09, +/games/boxart/default.jpg,Christmas Sudoku,3DS,Misc,Bigben Interactive,Unknown,,,,,,,2013-07-25, +/games/boxart/full_2402125AmericaFrontccc.jpg,Christmas Tree,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2009-12-02, +/games/boxart/full_9048126AmericaFrontccc.jpg,Christmas Tree 3D,XBL,Misc,Microsoft,Holographic Dreams,,,,,,,2009-12-09, +/games/boxart/default.jpg,Christmas Wonderland,DSi,Misc,Virtual Playground,Unknown,,,,,,,2012-12-22, +/games/boxart/default.jpg,Christmas Wonderland 2,3DS,Misc,Microvalue,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,Christmas Wonderland 3,3DS,Misc,Microvalue,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,Chroma,PC,Misc,Harmonix Music Systems,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Chronoblade,Ouya,Misc,nWay,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Chronology,PC,Misc,osao,Unknown,,,,,,,2014-05-12, +/games/boxart/full_9741749JapanFrontccc.jpg,Chubaw Desuyo! Kyoushou Recipe Shuu,DS,Misc,Alpha Unit,Alpha Unit,,,,,,,2007-10-04, +/games/boxart/default.jpg,Chuck E. Cheese's Alien Defense Force,DSi,Misc,UFO Interactive,Unknown,,,,,,,2012-12-13, +/games/boxart/default.jpg,Chuck E. Cheese's Alien Defense Force,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-12-13, +/games/boxart/default.jpg,Chuck's Challenge 3D,PC,Misc,Unknown,Unknown,,,,,,,2014-02-28, +/games/boxart/default.jpg,Chuck's Challenge 3D,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-28, +/games/boxart/default.jpg,Chuck's Challenge 3D,OSX,Misc,Unknown,Unknown,,,,,,,2014-02-28, +/games/boxart/default.jpg,Chuugaku Eijukugo Kihon 150-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-09-30, +/games/boxart/default.jpg,Chuugaku Eitango Kihon 400-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-08-26, +/games/boxart/full_2135759JapanFrontccc.jpg,Chuukana Janshi Tenhoo Painyan Remix,DS,Misc,CyberFront,Jaleco Entertainment,,,,,,,2007-06-28, +/games/boxart/full_3811340JapanFrontccc.jpg,Chuukana Janshi Tenhoo Painyan Remix,PSP,Misc,CyberFront,Jaleco Entertainment,,,,,,,2007-06-28, +/games/boxart/full_cinema-eikaiwa-a-boys-life_549JapanFront.jpg,Cinema Eikaiwa: A Boy's Life,PS,Misc,Success,Success,,,,,,,1999-04-22, +/games/boxart/full_cinema-eikaiwa-ai-no-hate-ni_675JapanFront.jpg,Cinema Eikaiwa: Ai no Hate ni,PS,Misc,Success,Success,,,,,,,1999-07-22, +/games/boxart/full_cinema-eikaiwa-arashi-ga-oka_958JapanFront.jpg,Cinema Eikaiwa: Arashi ga Oka,PS,Misc,Success,Success,,,,,,,1999-03-18, +/games/boxart/full_cinema-eikaiwa-interceptor_604JapanFront.jpg,Cinema Eikaiwa: Interceptor,PS,Misc,Success,Success,,,,,,,1999-02-18, +/games/boxart/full_cinema-eikaiwa-tengokuni-ikenai-papa_577JapanFront.jpg,Cinema Eikaiwa: Tengokuni Ikenai Papa,PS,Misc,Success,Success,,,,,,,1999-01-14, +/games/boxart/full_cinema-eikaiwa-zombie_351JapanFront.jpg,Cinema Eikaiwa: Zombie,PS,Misc,Success,Success,,,,,,,1999-05-27, +/games/boxart/default.jpg,Circle of Death,PC,Misc,Kiss,Unknown,,,,,,,2013-11-19, +/games/boxart/default.jpg,CircleX,And,Misc,Griptonite Studio,Unknown,,,,,,,2011-12-01, +/games/boxart/default.jpg,Circus City,And,Misc,Marvelous,Unknown,,,,,,,2014-01-30, +/games/boxart/full_4324195AmericaFrontccc.jpg,Citizens of Earth,3DS,Misc,Atlus,Unknown,,,,,,,2015-01-20, +/games/boxart/full_4297304AmericaFrontccc.jpg,Citizens of Earth,WiiU,Misc,Atlus,Unknown,,,,,,,2015-01-20, +/games/boxart/full_3696223AmericaFrontccc.jpg,Citizens of Earth,PS4,Misc,Atlus,Unknown,,,,,,,2015-01-20, +/games/boxart/full_7561327AmericaFrontccc.jpg,Citizens of Earth,PSV,Misc,Atlus,Unknown,,,,,,,2015-01-20, +/games/boxart/full_4790373AmericaFrontccc.jpg,Citizens of Earth,PC,Misc,Atlus,Unknown,,,,,,,2015-01-20, +/games/boxart/default.jpg,City Destruction : Bomb IT,OSX,Misc,Devolver Digital,Unknown,,,,,,,2014-07-24, +/games/boxart/default.jpg,City Destruction : Bomb IT,PC,Misc,Devolver Digital,Unknown,,,,,,,2014-07-24, +/games/boxart/default.jpg,City Encounter,And,Misc,Csharks Games & Solutions Pvt Ltd,Unknown,,,,,,,2014-05-23, +/games/boxart/default.jpg,City of Steam: Arkadia,PC,Misc,Mechanist Games,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,City Sights: Seattle,PC,Misc,Mastertronic,Unknown,,,,,,,2012-03-16, +/games/boxart/default.jpg,City Transport Map Volumes 1 & 2,DSiW,Misc,Nintendo,TBA,,,,,,,2009-08-07, +/games/boxart/default.jpg,City Zombies,GIZ,Misc,Unknown,Gameview Studios,,,,,,,, +/games/boxart/default.jpg,Clandestine,PC,Misc,Logic Artists,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,CLANG,PC,Misc,Capcom Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,CLANG,OSX,Misc,Capcom Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Clash of Lords,And,Misc,IGG.com,Unknown,,,,,,,2013-07-10, +/games/boxart/default.jpg,Clash of Lords 2,And,Misc,IGG.com,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,Class of Heroes II,PS3,Misc,Acquire,Unknown,,,,,,,2010-07-15, +/games/boxart/default.jpg,Class of Heroes II,PSP,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2013-06-04, +/games/boxart/default.jpg,Class of Heroes II,PSV,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2013-06-04, +/games/boxart/full_classic-collection_797PALFront.jpg,Classic Collection,GEN,Misc,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_classic-compendium-2_5PALFront.jpg,Classic Compendium 2,GIZ,Misc,Gizmondo Studios,AI Factory,,,,,,,2005-10-22, +/games/boxart/873291ccc.jpg,Classic Concentration,NES,Misc,GameTek,"Softie, Inc.",,,,,,,1990-09-01, +/games/boxart/default.jpg,Classic Games Overload: Card & Puzzle Edition,3DS,Misc,"Telegames, Inc.",Unknown,,,,,,,2012-11-30, +/games/boxart/default.jpg,Classic Sokoban,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_classic-text-adventure-masterpieces_639AmericaFront.jpg,Classic Text Adventure Masterpieces,PC,Misc,Activision,"Infocom, Inc.",,,,,,,1996-01-01, +/games/boxart/full_4464326AmericaFrontccc.jpg,Classicard,XBL,Misc,Microsoft,Arcane Labs,,,,,,,2008-11-22, +/games/boxart/default.jpg,Clear Vision 3,And,Misc,DPFLASHES STUDIOS,Unknown,,,,,,,2014-01-22, +/games/boxart/full_6906536PALFrontccc.jpg,Clever Kids: Dino Land,PS2,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, +/games/boxart/full_9188659PALFrontccc.jpg,Clever Kids: Dino Land,PC,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, +/games/boxart/full_9096444PALFrontccc.jpg,Clever Kids: Farmyard Fun,Wii,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, +/games/boxart/full_3797449PALFrontccc.jpg,Clever Kids: Farmyard Fun,PC,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-09-26, +/games/boxart/full_8515678PALFrontccc.jpg,Clever Kids: Pirates,Wii,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, +/games/boxart/full_3141678PALFrontccc.jpg,Clever Kids: Pirates,PC,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-11-21, +/games/boxart/full_6903460PALFrontccc.jpg,Clever Kids: Pony World,PC,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, +/games/boxart/full_9583535PALFrontccc.jpg,Clever Kids: Pony World,PS2,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, +/games/boxart/full_clifford-the-big-red-dog-thinking-adventures_331AmericaFront.jpg,Clifford The Big Red Dog: Thinking Adventures,PC,Misc,Scholastic Inc.,"Learn Technologies Interactive, Inc.",,,,,,,1999-01-01, +/games/boxart/full_5102666AmericaFrontccc.jpg,Clock 24-7,XBL,Misc,Microsoft,Schmaltzy Boy,,,,,,,2009-03-21, +/games/boxart/default.jpg,Close Up Pics,And,Misc,Mediaflex Games,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Cloud Raiders,PC,Misc,"Game Insight, LLC",Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cloud Raiders,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Cloud Raiders,BRW,Misc,"Game Insight, LLC",Unknown,,,,,,,2014-02-28, +/games/boxart/full_966954AmericaFrontccc.jpg,Cloudberry Kingdom,WiiU,Misc,Ubisoft,Unknown,,,,,,,2013-10-01, +/games/boxart/full_9714925AmericaFrontccc.jpg,Cloudberry Kingdom,X360,Misc,Ubisoft,Unknown,,,,,,,2013-07-31, +/games/boxart/full_6878080AmericaFrontccc.jpg,Cloudberry Kingdom,PC,Misc,Ubisoft,Unknown,,,,,,,2013-08-02, +/games/boxart/full_6009709AmericaFrontccc.jpg,Cloudberry Kingdom,PS3,Misc,Ubisoft,Unknown,,,,,,,2013-07-30, +/games/boxart/default.jpg,Cloudbuilt,PC,Misc,Rising Star Games,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Cloudbuilt,OSX,Misc,Rising Star Games,Unknown,,,,,,,2014-03-20, +/games/boxart/full_7958104AmericaFrontccc.jpg,Clubhouse Games Express: Card Classics,DSiW,Misc,Nintendo,Agenda,,,,,,,2009-04-27, +/games/boxart/full_3624581AmericaFrontccc.jpg,Clubhouse Games Express: Family Favorites,DSiW,Misc,Nintendo,Agenda,,,,,,,2009-09-07, +/games/boxart/full_6501885AmericaFrontccc.jpg,Clubhouse Games Express: Strategy Pack,DSiW,Misc,Nintendo,Agenda,,,,,,,2009-09-21, +/games/boxart/full_clue-finders-6th-grade-adventures_911AmericaFront.jpg,Clue Finders: 6th Grade Adventures,PC,Misc,Unknown,The Learning Company,,,,,,,2005-02-24, +/games/boxart/default.jpg,Clumsy Bird,And,Misc,Candy Games,Unknown,,,,,,,2014-01-28, +/games/boxart/default.jpg,CoasterVille,BRW,Misc,Zynga,Unknown,,,,,,,2012-12-05, +/games/boxart/default.jpg,Cocktail,And,Misc,Hypnos,Unknown,,,,,,,2013-11-27, +/games/boxart/full_7341702JapanFrontccc.jpg,Cocktail Pack,PCFX,Misc,Cocktail Soft,Cocktail Soft,,,,,,,1997-11-28, +/games/boxart/full_6069978AmericaFrontccc.jpg,Cocktail Paradise,XBL,Misc,Microsoft,kittie,,,,,,,2009-05-04, +/games/boxart/default.jpg,Coconut Fall,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-08-23, +/games/boxart/default.jpg,Coconut Fall,WinP,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Coconut Fall,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Cocoto Alien Brick Breaker,3DS,Misc,Bigben Interactive,Unknown,,,,,,,2013-01-24, +/games/boxart/default.jpg,Cocoto Magic Circus 2,WiiU,Misc,Big Ben Interactive,Unknown,,,,,,,2014-01-09, +/games/boxart/default.jpg,Coffee Rush,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Coffee Rush,X360,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Cognition: An Erica Reed Thriller,OSX,Misc,Phoenix Online Studios,Unknown,,,,,,,2012-10-30, +/games/boxart/full_1032275AmericaFrontccc.jpeg,Cognition: An Erica Reed Thriller,PC,Misc,Phoenix Online Studios,Unknown,,,,,,,2012-10-30, +/games/boxart/full_cohort-chess_632PALFront.png,Cohort Chess,PSN,Misc,Unknown,Cohort Studios,,,,,,,2011-06-07, +/games/boxart/default.jpg,CoinRPG,PC,Misc,Independent Arts Software GmbH,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,CoinRPG,OSX,Misc,Independent Arts Software GmbH,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,CoinRPG,Linux,Misc,Independent Arts Software GmbH,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Coins n Rainbows,And,Misc,Unknown,Unknown,,,,,,,2014-06-19, +/games/boxart/full_5489607AmericaFrontccc.jpg,Colaris,XBL,Misc,Microsoft,Clay Schubiner,,,,,,,2009-12-18, +/games/boxart/default.jpg,Cold Case Files,PC,Misc,Activision Value,Unknown,,,,,,,2004-09-14, +/games/boxart/full_collection-pocket_393JapanFront.jpg,Collection Pocket,GB,Misc,Naxat Soft,Naxat Soft,,,,,,,1997-11-21, +/games/boxart/9159154ccc.jpg,Color a Dinosaur,NES,Misc,Virgin Interactive,Farsight Technologies,,,,,,,1993-07-01, +/games/boxart/full_4708822AmericaFrontccc.jpg,Color Break,XBL,Misc,Microsoft,Dgamer,,,,,,,2009-09-07, +/games/boxart/default.jpg,Color Commando,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-25, +/games/boxart/default.jpg,Color Commando,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-25, +/games/boxart/default.jpg,Color Commando,DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-25, +/games/boxart/default.jpg,Color Zen,WiiU,Misc,Cypronia,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Color Zen,3DS,Misc,Cypronia,Unknown,,,,,,,2014-06-05, +/games/boxart/default.jpg,Colorings,And,Misc,Namco Tales Studio / Wolfteam,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Colossatron: Massive World Threat,And,Misc,Halfbrick Studios,Unknown,,,,,,,2013-12-19, +/games/boxart/default.jpg,Colourette,3DS,Misc,Agetec,Unknown,,,,,,,2012-07-19, +/games/boxart/default.jpg,Combat Mission: Red Thunder,PC,Misc,Battlefront.com,Unknown,,,,,,,2014-04-07, +/games/boxart/default.jpg,Combat Mission: Red Thunder,OSX,Misc,Battlefront.com,Unknown,,,,,,,2014-04-07, +/games/boxart/full_combo-red-moon-rising_443AmericaFront.jpg,Combo - red moon rising,XBL,Misc,Microsoft,ANH Games,,,,,,,2011-07-21, +/games/boxart/default.jpg,Come On! Dragons,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-11-08, +/games/boxart/default.jpg,Come On! Dragons,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-11-08, +/games/boxart/default.jpg,Comic Party,PSP,Misc,Aqua Plus,Unknown,,,,,,,2005-12-29, +/games/boxart/full_7001956AmericaFrontccc.png,Comic Workshop,3DS,Misc,Collavier Corporation,Collavier Corporation,,,,,,,2014-07-17, +/games/boxart/default.jpg,Command & Conquer: Covert Operations,SAT,Misc,Westwood Studios,Unknown,,,,,,,1996-12-31, +/games/boxart/default.jpg,Command & Conquer: Covert Operations,PS,Misc,Westwood Studios,Unknown,,,,,,,1997-02-28, +/games/boxart/default.jpg,Command & Conquer: Covert Operations,OSX,Misc,Virgin Interactive,Unknown,,,,,,,1995-12-31, +/games/boxart/default.jpg,Command & Conquer: Covert Operations,MSD,Misc,Virgin Interactive,Unknown,,,,,,,1995-08-31, +/games/boxart/3705740ccc.jpg,Command and Destroy,DS,Misc,"Destination Software, Inc",Unknown,,,,,,,2008-02-15, +/games/boxart/575325ccc.jpg,Compton's Interactive Encyclopedia,SCD,Misc,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_1353271AmericaFrontccc.jpg,Concentration,2600,Misc,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_console-info_948AmericaFront.jpg,Console Info,XBL,Misc,Microsoft,Highbrow Games,,,,,,,2010-11-23, +/games/boxart/default.jpg,CONSORTIUM,PC,Misc,Unknown,Unknown,,,,,,,2014-01-08, +/games/boxart/default.jpg,Constant C,X360,Misc,"International Games System Co., Ltd",Unknown,,,,,,,2014-03-12, +/games/boxart/default.jpg,Constant C,PC,Misc,"International Games System Co., Ltd",Unknown,,,,,,,2014-03-12, +/games/boxart/full_4978682AmericaFrontccc.jpg,Constrictor,XBL,Misc,Microsoft,Osiris,,,,,,,2008-12-29, +/games/boxart/full_2400948AmericaFrontccc.jpg,Constructor360,XBL,Misc,Microsoft,Raccoon456,,,,,,,2009-06-05, +/games/boxart/default.jpg,continue?9876543210,Linux,Misc,Humansoft,Unknown,,,,,,,2014-01-03, +/games/boxart/default.jpg,continue?9876543210,OSX,Misc,Humansoft,Unknown,,,,,,,2014-01-03, +/games/boxart/default.jpg,continue?9876543210,PC,Misc,Humansoft,Unknown,,,,,,,2014-01-03, +/games/boxart/default.jpg,Contra III: The Alien Wars,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-01-09, +/games/boxart/default.jpg,Contract Killer,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2011-03-24, +/games/boxart/default.jpg,Contract Killer 2,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2012-10-24, +/games/boxart/default.jpg,Contrast,PSV,Misc,Compulsion Games,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Contrast,X360,Misc,Focus Home Interactive,Unknown,,,,,,,2013-11-15, +/games/boxart/default.jpg,Contrast,PS3,Misc,Compulsion Games,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Contrast,PS4,Misc,Compulsion Games,Unknown,,,,,,,2013-11-15, +/games/boxart/default.jpg,Cookie Clickers,And,Misc,Riverhill Soft,Unknown,,,,,,,2013-09-24, +/games/boxart/default.jpg,Cookie Jam,And,Misc,SGN,Unknown,,,,,,,2014-02-26, +/games/boxart/default.jpg,Cookies & Milk,And,Misc,ootii,Unknown,,,,,,,2014-03-04, +/games/boxart/full_3794095JapanFrontccc.jpg,Cool Cool Toon,DC,Misc,SNK,SNK Corporation,7.4,,,,,,2000-08-10, +/games/boxart/full_5409134AmericaFrontccc.jpg,Cool Herders,DC,Misc,GOAT Store Publishing,HarmlessLion Games,,,,,,,2005-12-15, +/games/boxart/full_2883542JapanFrontccc.jpg,Cosmetic Paradise: Kirei no Mahou,DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2010-04-29, +/games/boxart/full_8326803JapanFrontccc.jpg,Cosmic Fantasy Visual Shuu,PCE,Misc,Nippon Telenet,Laser Soft,,,,,,,1993-02-12, +/games/boxart/default.jpg,Costume Quest 2,PC,Misc,Double Fine Productions,Unknown,,,,,,,2014-10-07, +/games/boxart/full_4941000AmericaFrontccc.jpg,Counter-Strike,OSX,Misc,Valve Corporation,Unknown,,,,,,,2013-01-24, +/games/boxart/default.jpg,Counter-Strike Online,PC,Misc,Nexon,Unknown,,,,,,,2008-07-24, +/games/boxart/default.jpg,Counter-Strike: Condition Zero,OSX,Misc,Valve Corporation,Unknown,,,,,,,2013-02-22, +/games/boxart/default.jpg,Counter-Strike: Source,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-06-23, +/games/boxart/default.jpg,Country Living,And,Misc,DifferenceGames,Unknown,,,,,,,2014-05-04, +/games/boxart/full_6737724PALFrontccc.png,Cover Girl,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-10-15, +/games/boxart/2154438ccc.jpg,Cowboy Casino,3DO,Misc,Intellivision Productions,Intellimedia,,,,,,,1994-01-01, +/games/boxart/full_8795411JapanFrontccc.jpg,CR Hissatsu Konjin Pachitte Chonmage @ VPACHI,DC,Misc,Hackberry,Hack Berry,,,,,,,2001-08-02, +/games/boxart/default.jpg,Crappy the Turd,And,Misc,Kerem San,Unknown,,,,,,,2014-02-14, +/games/boxart/full_3182824AmericaFrontccc.jpg,Crash Bandicoot Action Pack,PS2,Misc,Sierra Entertainment,Vicarious Visions / Traveller's Tales / Radical Entertainment,,,,,,,2007-06-12, +/games/boxart/full_3836998AmericaFrontccc.jpg,Crayola: Make a Masterpiece,PC,Misc,IBM,IBM,,,,,,,1998-01-01, +/games/boxart/full_crayon-shin-chan-taiketsu-kantam-panic_87JapanFront.jpg,Crayon Shin-Chan: Taiketsu! Kantam Panic!!,GG,Misc,Bandai,Minato Giken,,,,,,,1995-02-24, +/games/boxart/full_crazy-cheebo-puzzle-party_716AmericaFront.jpg,Crazy Cheebo: Puzzle Party,DSiW,Misc,Unknown,Cypronia,,,,,,,2011-06-06, +/games/boxart/default.jpg,Crazy Chicken Pirates 3D,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-16, +/games/boxart/default.jpg,Crazy Chicken Pirates 3D,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-16, +/games/boxart/full_5879896PALFrontccc.jpg,Crazy Circus,DS,Misc,Unknown,Farmind,,,,,,,, +/games/boxart/full_2772505AmericaFrontccc.jpg,Crazy Coins,XBL,Misc,Microsoft,ByteMaster,,,,,,,2009-09-14, +/games/boxart/default.jpg,Crazy Fred,3DS,Misc,Arc System Works,Unknown,,,,,,,2012-07-05, +/games/boxart/default.jpg,Crazy Hunter,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2012-09-06, +/games/boxart/default.jpg,Crazy Hunter,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2012-09-06, +/games/boxart/default.jpg,Crazy Kangaroo,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-10-11, +/games/boxart/default.jpg,Crazy Market,And,Misc,Game Atelier,Unknown,,,,,,,2013-10-31, +/games/boxart/default.jpg,Crazy Market,PC,Misc,Game Atelier,Unknown,,,,,,,2013-10-18, +/games/boxart/default.jpg,Crazy Market,WinP,Misc,Game Atelier,Unknown,,,,,,,2013-10-18, +/games/boxart/default.jpg,Crazy Market,PSV,Misc,Game Atelier,Unknown,,,,,,,2013-10-30, +/games/boxart/full_crazy-pinball_8AmericaFront.jpg,Crazy Pinball,DSiW,Misc,DTP Entertainment,dtp entertainment AG,,,,,,,2010-09-13, +/games/boxart/default.jpg,Crea,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/full_5911061AmericaFrontccc.png,Creature Defense,PSN,Misc,Hudson Entertainment,Hudson Soft,,,,,,,2009-11-04, +/games/boxart/default.jpg,Creatures and Castles VX,PSV,Misc,hiive,Unknown,,,,,,,2014-02-12, +/games/boxart/default.jpg,Crime Files: The Templar Knight,3DS,Misc,JoWood,Unknown,,,,,,,2012-12-06, +/games/boxart/default.jpg,Criminal Case,BRW,Misc,Amaze Entertainment / Griptonite Games,Unknown,,,,,,,2012-11-15, +/games/boxart/default.jpg,Crimsonland,PS4,Misc,10tons Ltd,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Crimsonland,Linux,Misc,10tons Ltd,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Crimsonland,OSX,Misc,10tons Ltd,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Crimsonland,PC,Misc,10tons Ltd,Unknown,,,,,,,2014-06-11, +/games/boxart/full_1292180AmericaFrontccc.png,Critter Cross,And,Misc,Unknown,Unknown,,,,,,,2014-06-23, +/games/boxart/default.jpg,Critter Escape,And,Misc,Cyber Planet,Unknown,,,,,,,2013-01-08, +/games/boxart/full_1097615AmericaFrontccc.jpg,Croixleur Sigma,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,Crop Circle,3DS,Misc,Point of View,Unknown,,,,,,,2014-04-10, +/games/boxart/9923381ccc.jpg,Crue Ball,GEN,Misc,Electronic Arts,NuFX,,,,,,,1992-01-01, +/games/boxart/full_cruise-party_3AmericaFront.jpg,Cruise Party,WW,Misc,Enjoy Gaming,Enjoy Gaming ltd.,,,,,,,2010-07-05, +/games/boxart/default.jpg,Crusader Kings,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2012-02-14, +/games/boxart/default.jpg,Crusader Kings II,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2012-05-24, +/games/boxart/default.jpg,Cryamore,X360,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cryamore,PS3,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cryamore,WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cryamore,And,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cryamore,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cryamore,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Cryamore,Ouya,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Crystal Caliburn,PC,Misc,Starplay,LittleWing,,,,,,,1994-01-01, +/games/boxart/default.jpg,Crystal Caverns of Amon-Ra,DSi,Misc,SelectSoft,Unknown,,,,,,,2011-09-29, +/games/boxart/default.jpg,Crystal Caverns of Amon-Ra,3DS,Misc,SelectSoft,Unknown,,,,,,,2011-09-29, +/games/boxart/default.jpg,Crystal Fantasy,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_331291AmericaFrontccc.jpg,Crystal Path,PC,Misc,GameHouse,Puzzle Lab,,,,,,,2005-01-12, +/games/boxart/default.jpg,CSI: Hidden Crimes,And,Misc,Ubisoft,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,CSR Racing,And,Misc,NaturalMotion,Unknown,,,,,,,2013-04-15, +/games/boxart/default.jpg,CSR Racing,OSX,Misc,NaturalMotion,Unknown,,,,,,,2012-06-28, +/games/boxart/full_6284856AmericaFrontccc.jpg,Cuadro,XBL,Misc,Microsoft,RIC,,,,,,,2009-02-25, +/games/boxart/default.jpg,Cube Tactics,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2014-03-13, +/games/boxart/default.jpg,Cubit The Hardcore Platformer Robot,3DS,Misc,"505 Games US, Inc.",Unknown,,,,,,,2013-12-26, +/games/boxart/default.jpg,Cult County,PC,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Cult County,XOne,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Cult County,WiiU,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Cult County,PSV,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Cult County,PS4,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Cult County,PS3,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/full_cult-jump_768JapanFront.jpg,Cult Jump,GB,Misc,Bandai,Bandai,,,,,,,1993-09-10, +/games/boxart/full_3531364JapanFrontccc.jpg,Cult Master: Ultraman ni Miserarete,GB,Misc,Bandai,Bandai,,,,,,,1993-03-12, +/games/boxart/default.jpg,Culture Quiz,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2010-08-11, +/games/boxart/full_curious-george-early-learning-adventure_511AmericaFront.jpg,Curious George Early Learning Adventure,PC,Misc,Unknown,Houghto Mifflin Interactive,,,,,,,2006-10-11, +/games/boxart/default.jpg,Curling Super Championship,3DS,Misc,Cypronia,Unknown,,,,,,,2012-06-07, +/games/boxart/default.jpg,Curling Super Championship,DSi,Misc,Cypronia,Unknown,,,,,,,2012-06-07, +/games/boxart/default.jpg,Cursed Mountain,PC,Misc,Deep Silver,Unknown,,,,,,,2010-02-05, +/games/boxart/default.jpg,Custom Mahjong,DS,Misc,Success,Affect,,,,,,,2007-12-20, +/games/boxart/default.jpg,Cut the Birds,And,Misc,Marvelous Entertainment,Unknown,,,,,,,2013-02-28, +/games/boxart/default.jpg,Cut the Rope 2,And,Misc,ZeptoLab,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Cut the Rope: Experiments,And,Misc,ZeptoLab,Unknown,,,,,,,2012-02-17, +/games/boxart/default.jpg,Cut the Rope: Holiday Gift,And,Misc,ZeptoLab,Unknown,,,,,,,2010-12-10, +/games/boxart/default.jpg,Cut the Rope: Time Travel,And,Misc,ZeptoLab,Unknown,,,,,,,2013-04-18, +/games/boxart/default.jpg,Cute Knight Kingdom,PC,Misc,Fabio Ricci,Unknown,,,,,,,2009-11-13, +/games/boxart/default.jpg,Cute Knight Kingdom,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2009-11-13, +/games/boxart/default.jpg,Cute Knight Kingdom,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2009-11-13, +/games/boxart/default.jpg,Cute Witch! runner,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Cute Witch! runner,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Cybernator,PS2,Misc,NCS,Unknown,,,,,,,2004-01-01, +/games/boxart/full_cycloid_265AmericaFront.jpg,Cycloid,XBL,Misc,Microsoft,Blitz1UP,,,,,,,2011-08-11, +/games/boxart/default.jpg,D.C. III: Da Capo III,PC,Misc,Circus,Unknown,,,,,,,2012-04-27, +/games/boxart/full_daa-daa-daa-totsuzen-card-de-battle-de-uranai_821JapanFront.jpg,Daa! Daa! Daa! Totsuzen * Card de Battle de Uranai!?,GB,Misc,Video System,Video System,,,,,,,2000-12-08, +/games/boxart/full_8066395JapanFrontccc.jpg,Dai-Mahjong,GBA,Misc,Hori,Hori,,,,,,,2001-12-13, +/games/boxart/default.jpg,Daiakuji,PC,Misc,Alice Soft,Alice Soft,,,,,,,2001-11-30, +/games/boxart/full_1537679JapanFrontccc.jpg,Daigasso! Band Brothers Tsuika Kyoku Cartridge: Request Selection,DS,Misc,Nintendo,Nintendo R&D2,,,,,,,2005-09-26, +/games/boxart/full_daito-giken-koushiki-pachi-slot-simulator-hihouden-fuujirareta-megami-portable_499JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable,PSN,Misc,Paon,Paon Corporation,,,,,,,2011-02-24, +/games/boxart/full_403469JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Banchou,PS2,Misc,Daito,Daito,,,,,,,2005-11-02, +/games/boxart/full_daito-giken-koushiki-pachi-slot-simulator-ossu-misao-maguro-densetsu-portable_0JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable,PSN,Misc,Paon,Paon Corporation,,,,,,,2010-07-01, +/games/boxart/full_1890311JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Yoshimune,PS2,Misc,Daito,Daito,,,,,,,2004-12-09, +/games/boxart/full_7237234PALFrontccc.jpg,Dalmatians 3,PS2,Misc,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/4750899ccc.jpg,Dance Aerobics,NES,Misc,Nintendo,Human Entertainment,,,,,,,1989-03-01, +/games/boxart/full_8469854JapanFrontccc.jpg,Dance Dance Revolution 2nd Mix: Dreamcast Edtion,DC,Misc,Konami,Konami,8.1,,,,,,2000-02-17, +/games/boxart/full_4924861JapanFrontccc.jpg,Dance Dance Revolution Club Version Dreamcast Edition,DC,Misc,Konami,Konami,,,,,,,2000-04-27, +/games/boxart/full_5888345AmericaFrontccc.jpg,Dance Dance Revolution Universe,XBL,Misc,Konami,Konami,,,,,,,2009-08-11, +/games/boxart/full_3263256JapanFrontccc.jpg,Dance Dance Revolution: Music Fit,Wii,Misc,Konami,Konami,,,,,,,2010-01-28, +/games/boxart/full_9366698PALFrontccc.jpg,Dance Fest,PS2,Misc,Oxygen Interactive,Broadsword Interactive,,,,,,,2006-10-20, +/games/boxart/full_2716062PALFrontccc.png,Dance Floor,DS,Misc,Big Ben Interactive,Artefacts Studio,,,,,,,2009-02-20, +/games/boxart/full_dance-juniors_489PALFront.jpg,Dance Juniors,Wii,Misc,Ubisoft,Ubisoft,,,,,,,2011-02-04, +/games/boxart/default.jpg,Dance Magic,X360,Misc,Unknown,Maximum Family Games,,,,,,,, +/games/boxart/default.jpg,Dance Magic,PS3,Misc,Gaijin Entertainment,Unknown,,,,,,,2013-01-08, +/games/boxart/full_9091422PALFrontccc.jpg,Dance Party: Club Hits,PS2,Misc,Nordic Games,Broadsword Interactive,,,,,,,2009-05-08, +/games/boxart/full_721112PALFrontccc.jpg,Dance Party: Pop Hits,PS2,Misc,Nordic Games,Broadsword Interactive,,,,,,,2009-05-08, +/games/boxart/default.jpg,Dance Star Party,PS3,Misc,Unknown,Sony Computer Entertainment,,,,,,,, +/games/boxart/full_2560932JapanFrontccc.jpg,Dance Summit 2001: Bust A Move,PS2,Misc,Enix,Metro Corporation,,,,,,,2000-11-02, +/games/boxart/full_dance-its-your-stage_8AmericaFront.jpg,Dance! It's Your Stage,XBL,Misc,DTP Entertainment,Sproing Interactive Media GMBH,,,,,,,2010-09-08, +/games/boxart/full_dance-its-your-stage_4PALFront.jpg,Dance! It's Your Stage,DS,Misc,Unknown,Sproing Interactive Media GMBH,,,,,,,, +/games/boxart/full_dance-its-your-stage_630PALFront.jpg,Dance! It's Your Stage,PC,Misc,DTP Entertainment,Sproing Interactive Media GMBH,,,,,,,2010-09-30, +/games/boxart/full_5747563PALFrontccc.jpg,Dance: UK,PS2,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2003-10-03, +/games/boxart/full_2926888PALFrontccc.gif,Dance: UK,XB,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2004-07-02, +/games/boxart/full_4962231PALFrontccc.jpg,Dance: UK,PS,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2003-10-17, +/games/boxart/full_5063467PALFrontccc.jpg,Dance: UK eXtra Trax,PS,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2004-04-30, +/games/boxart/full_1460150PALFrontccc.jpg,Dance: UK eXtra Trax,PS2,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2004-04-23, +/games/boxart/full_7697031PALFrontccc.jpg,Dance: UK XL,PS2,Misc,Jester Interactive,Broadsword Interactive,,,,,,,2005-09-30, +/games/boxart/full_dance-uk-xl-party_10PALFront.jpg,Dance: UK XL Party,PS2,Misc,Jester Interactive,Broadsword Interactive,,,,,,,2005-09-16, +/games/boxart/full_3397352AmericaFrontccc.jpg,Dancing with the Stars,PC,Misc,Activision,Zoe Mode,,,,,,,2008-04-11, +/games/boxart/default.jpg,Danger Dash,And,Misc,Gameloft,Unknown,,,,,,,2013-09-05, +/games/boxart/full_4697072JapanFrontccc.jpg,Daredemo Asobi Taizen,DS,Misc,Nintendo,Nintendo,,,,,,,2005-11-03, +/games/boxart/full_4601571JapanFrontccc.jpg,Daredemo Kantan! Chou Chikun no Tsumego,DS,Misc,Mycom,Mycom,,,,,,,2006-09-14, +/games/boxart/full_6682606JapanFrontccc.jpg,Daredemo Kantan! Watanabe Akira no Tsume Shogi,DS,Misc,Mycom,Mycom,,,,,,,2006-12-21, +/games/boxart/default.jpg,Dark (2013),X360,Misc,Kalypso Media,Unknown,,,,,,,2013-06-11, +/games/boxart/default.jpg,Dark (2013),PC,Misc,Kalypso Media,Unknown,,,,,,,2013-06-14, +/games/boxart/default.jpg,Dark Legends,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Dark Legends,And,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Dark Lore Mysteries: The Hunt For Truth,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Dark Scavenger,PC,Misc,Unknown,Unknown,,,,,,,2014-05-16, +/games/boxart/default.jpg,Dark Scavenger,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-16, +/games/boxart/default.jpg,Dark Sceptre,ZXS,Misc,Firebird Software,Unknown,,,,,,,1988-01-01, +/games/boxart/default.jpg,Dark Shadows: Army of Evil,PC,Misc,Burian Media Enterprises,Unknown,,,,,,,2014-03-12, +/games/boxart/full_4585876AmericaFrontccc.jpg,Dark Skies: Constellations,XBL,Misc,Microsoft,Oesis Inc,,,,,,,2009-09-01, +/games/boxart/full_4839019AmericaFrontccc.jpg,Dark Skies: Messier,XBL,Misc,Microsoft,Oesis Inc,,,,,,,2009-10-09, +/games/boxart/default.jpg,Dark Woods: Curse of Eve,PC,Misc,Anansi Studios,Unknown,,,,,,,2014-03-04, +/games/boxart/default.jpg,Dark Woods: Curse of Eve,And,Misc,Anansi Studios,Unknown,,,,,,,2013-11-08, +/games/boxart/default.jpg,Darkfall,PC,Misc,Aventurine SA,Unknown,,,,,,,2009-07-13, +/games/boxart/default.jpg,Darkfall: Unholy Wars,PC,Misc,Aventurine SA,Unknown,,,,,,,2013-04-16, +/games/boxart/default.jpg,Darkstone,And,Misc,Anuman,Unknown,,,,,,,2014-03-20, +/games/boxart/full_4117045AmericaFrontccc.png,Darkwood,Linux,Misc,Acid Wizard Studio,Unknown,,,,,,,2014-07-24, +/games/boxart/full_70098AmericaFrontccc.png,Darkwood,OSX,Misc,Acid Wizard Studio,Unknown,,,,,,,2014-07-24, +/games/boxart/default.jpg,Darts Up 3D,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-09-05, +/games/boxart/default.jpg,Date Warp,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2010-05-25, +/games/boxart/default.jpg,Date Warp,PC,Misc,Fabio Ricci,Unknown,,,,,,,2010-05-25, +/games/boxart/default.jpg,Date Warp,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2010-05-25, +/games/boxart/default.jpg,Dawn of Aces II,PC,Misc,Activision Value,Unknown,,,,,,,2005-12-05, +/games/boxart/default.jpg,Dawngate,PC,Misc,Electronic Arts,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Dawnkeeper: Last Survivors,And,Misc,Unknown,Unknown,,,,,,,2014-05-12, +/games/boxart/full_daycare-nightmare_608AmericaFront.jpg,Daycare Nightmare,PC,Misc,eGames,Floodgate Entertainment,,,,,,,2007-12-13, +/games/boxart/default.jpg,Daylight,PS4,Misc,Atlus,Unknown,,,,,,,2014-04-29, +/games/boxart/default.jpg,Daylight,PC,Misc,Zombie Studios,Unknown,,,,,,,2014-04-29, +/games/boxart/default.jpg,Daytona USA 2: Battle on the Edge,Arc,Misc,Sega,Unknown,,,,,,,1998-06-01, +/games/boxart/default.jpg,Dead Defence,And,Misc,PlayFlock,Unknown,,,,,,,2013-10-16, +/games/boxart/default.jpg,Dead Nation,PSV,Misc,Sony Computer Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Dead or Alive 5,Arc,Misc,Tecmo Koei,Unknown,,,,,,,2014-01-01, +/games/boxart/full_dead-or-alive-paradise_10JapanFront.jpg,Dead or Alive Paradise,PSN,Misc,Tecmo Koei,Team Ninja,,,,,,,2010-04-01, +/games/boxart/default.jpg,DEAD TRIGGER 2,And,Misc,MADFINGER Games,Unknown,,,,,,,2013-10-23, +/games/boxart/default.jpg,Deadfall,X360,Misc,Unknown,Unknown,,,,,,,2014-07-30, +/games/boxart/default.jpg,Deadfall,PC,Misc,Unknown,Unknown,,,,,,,2014-07-30, +/games/boxart/3773257ccc.jpg,Deal or No Deal,GBA,Misc,DSI Games,Gravity-I,,,,,,,2007-07-18, +/games/boxart/full_deal-or-no-deal-special-edition_6AmericaFront.jpg,Deal or No Deal: Special Edition,Wii,Misc,Zoo Games,Zoo Games,,,,,,,2010-09-13, +/games/boxart/default.jpg,Dear Esther,PC,Misc,thechineseroom,Unknown,,,,,,,2012-02-14, +/games/boxart/default.jpg,Death,XBL,Misc,Unknown,ZebraGames,,,,,,,, +/games/boxart/default.jpg,Death Rally,MSD,Misc,"Apogee Software, Ltd.",Unknown,,,,,,,1996-12-31, +/games/boxart/default.jpg,Death Rally (Remake),And,Misc,Remedy Entertainment,Unknown,,,,,,,2011-03-30, +/games/boxart/default.jpg,DeathSmiles,Arc,Misc,Cave,Unknown,,,,,,,2007-10-19, +/games/boxart/default.jpg,Decathlon,C64,Misc,Activision,Unknown,,,,,,,1986-01-01, +/games/boxart/default.jpg,Decathlon 2012,3DS,Misc,Cinemax,Unknown,,,,,,,2012-07-26, +/games/boxart/default.jpg,Decathlon 2012,DSi,Misc,Cinemax,Unknown,,,,,,,2012-07-26, +/games/boxart/default.jpg,Deep Blue Sea,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-03-24, +/games/boxart/default.jpg,deep down (Working Title),PS4,Misc,Capcom,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Deep Loot,And,Misc,Monster and Monster,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Deep Sea Creatures,DSi,Misc,Collavier Corporation,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Deep Sea Creatures,3DS,Misc,Collavier Corporation,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Deer Hunter 2014,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2013-09-17, +/games/boxart/default.jpg,Deer Hunting King,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-07-04, +/games/boxart/full_defender-joust_7AmericaFront.jpg,Defender / Joust,GB,Misc,Midway Games,Digital Eclipse,,,,,,,1999-03-01, +/games/boxart/default.jpg,Defenders & Dragons,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-14, +/games/boxart/full_1677354AmericaFrontccc.jpg,Defense Grid 2,XOne,Misc,505 Games,Unknown,,,,,,,2014-09-23, +/games/boxart/default.jpg,Defense Grid 2,PS4,Misc,505 Games,Unknown,,,,,,,2014-09-23, +/games/boxart/default.jpg,Defense Grid 2,Linux,Misc,505 Games,Unknown,,,,,,,2014-09-23, +/games/boxart/default.jpg,Defense Grid 2,OSX,Misc,505 Games,Unknown,,,,,,,2014-09-23, +/games/boxart/default.jpg,Defense Of Yano,PSP,Misc,System Soft,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Defense Of Yano,3DS,Misc,System Soft,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Defense Technica,X360,Misc,CyberFront,Unknown,,,,,,,2014-04-23, +/games/boxart/default.jpg,Defense Technica,PS3,Misc,CyberFront,Unknown,,,,,,,2014-04-22, +/games/boxart/default.jpg,Defense Technica,PC,Misc,Devolver Digital,Unknown,,,,,,,2013-10-24, +/games/boxart/default.jpg,Defense Technica,And,Misc,Com2uS,Unknown,,,,,,,2014-01-13, +/games/boxart/default.jpg,Defense Zone 2,And,Misc,Artem Karakozov,Unknown,,,,,,,2012-10-24, +/games/boxart/full_3691523AmericaFrontccc.png,Defense: Evolution,And,Misc,Unknown,Unknown,,,,,,,2014-06-07, +/games/boxart/full_dejiko-no-mahjong-party_661JapanFront.jpg,Dejiko no Mahjong Party,GB,Misc,King Records,King Records,,,,,,,2000-12-08, +/games/boxart/full_5099052JapanFrontccc.jpg,Dejiko no Maibura,DC,Misc,Isao,Isao,,,,,,,2000-12-14, +/games/boxart/full_8651042JapanFrontccc.jpg,Dekiru Otoko no Mote Life: Hiru no Mote Kouza Hen,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2008-02-14, +/games/boxart/full_9702626JapanFrontccc.jpg,Dekiru Otoko no Mote Life: Yoru no Mote Jissen Hen,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2008-02-14, +/games/boxart/full_8069751JapanFrontccc.jpg,Dekisugi Tingle Pack,DSiW,Misc,Nintendo,Vanpool,,,,,,,2009-06-24, +/games/boxart/full_6142209JapanFrontccc.jpg,Dekitayo Mama! Mitsugo no Kuma-San: Onna no Ko,DS,Misc,Starfish,Starfish SD,,,,,,,2010-04-15, +/games/boxart/full_9062506JapanFrontccc.jpg,Dekitayo Mama! Mitsugo no Kuma-San: Otoko no Ko,DS,Misc,Starfish,Starfish SD,,,,,,,2010-04-15, +/games/boxart/default.jpg,DekuMama,PC,Misc,Unknown,Studio Kame,,,,,,,2011-07-29, +/games/boxart/default.jpg,Democracy 3,Linux,Misc,Positech Games,Unknown,,,,,,,2013-10-14, +/games/boxart/default.jpg,Democracy 3,OSX,Misc,Positech Games,Unknown,,,,,,,2013-10-14, +/games/boxart/default.jpg,Demon King Box,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-08-21, +/games/boxart/default.jpg,Demon Tribe,And,Misc,Sega,Unknown,,,,,,,2013-12-11, +/games/boxart/full_9609885JapanFrontccc.jpg,Dengen Tenshi Taisen Mahjong: Shangri-La,DC,Misc,Marvelous Interactive,Marvelous,,,,,,,1999-11-25, +/games/boxart/full_3534700AmericaFrontccc.jpg,Dennis Miller: That's News to Me,3DO,Misc,Sanctuary Woods,Sanctuary Woods,,,,,,,1994-01-01, +/games/boxart/full_dennou-hyouryuu-multimedia-cruising_6JapanFront.jpg,Dennou Hyouryuu: Multimedia Cruising,3DO,Misc,Unknown,Scitron & Art,,,,,,,1995-05-19, +/games/boxart/default.jpg,Dennou Shinpan Kisaragi Sanjikan,PC,Misc,Unknown,Lune,,,,,,,2011-07-29, +/games/boxart/full_9557387JapanFrontccc.jpg,Denpa Shounen-teki Kenshou Seikatsu: Nasubi no Heya,DC,Misc,Hudson Soft,Hudson,,,,,,,1999-07-22, +/games/boxart/default.jpg,Dentaku + TCG-You Tool: Dual Dentaku Custom,DSiW,Misc,Tasuke,Tasuke,,,,,,,2009-09-30, +/games/boxart/default.jpg,Deponia,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2012-08-07, +/games/boxart/full_7428482AmericaFrontccc.jpg,Depression Quest,Linux,Misc,The Quinnspiracy,The Quinnspiracy,,,,,,,2014-08-11,2018-08-06 +/games/boxart/full_5453118AmericaFrontccc.jpg,Depression Quest,OSX,Misc,The Quinnspiracy,The Quinnspiracy,,,,,,,2014-08-11,2018-08-06 +/games/boxart/full_9911041AmericaFrontccc.jpg,Depression Quest,PC,Misc,The Quinnspiracy,The Quinnspiracy,,,,,,,2014-08-11,2018-08-06 +/games/boxart/default.jpg,Depths of Betrayal,And,Misc,Big Fish Games,Unknown,,,,,,,2013-07-06, +/games/boxart/default.jpg,Depths of Betrayal,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-03-16, +/games/boxart/default.jpg,Depths of Betrayal,PC,Misc,Big Fish Games,Unknown,,,,,,,2012-03-16, +/games/boxart/default.jpg,Depths of Fear: Knossos,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Desert Speedtrap Starring Road Runner and Wile E. Coyote,GG,Misc,Sega,Unknown,,,,,,,1993-01-01, +/games/boxart/default.jpg,Despicable Me: Minion Rush,And,Misc,Gameloft,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Despicable Me: The Game,DS,Misc,D3Publisher,Unknown,,,,,,,2010-07-06, +/games/boxart/default.jpg,Destiny of Spirits,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,Destiny's Dilemma,DS,Misc,Unknown,Lich King Studios,,,,,,,, +/games/boxart/default.jpg,Deus Ex: The Fall,And,Misc,Square Enix,Unknown,,,,,,,2014-01-22, +/games/boxart/default.jpg,Devil Band - Rock the Underworld,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-06-14, +/games/boxart/default.jpg,Devil Band - Rock the Underworld,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-06-14, +/games/boxart/default.jpg,Devil May Cry 3: Dante's Awakening,PC,Misc,Ubisoft,Unknown,,,,,,,2006-10-16, +/games/boxart/full_8595842JapanFrontccc.jpg,Devil Summoner: Soul Hackers - Akuma Zensho Dainishuu,SAT,Misc,Atlus,Atlus Co.,,,,,,,1997-12-23, +/games/boxart/full_1445907AmericaFrontccc.jpg,Devil's Crush,PCE,Misc,NEC Interchannel,Compile,,,,,,,1990-01-01, +/games/boxart/full_6305192AmericaFrontccc.jpg,Devil's Crush,VC,Misc,Hudson Soft,Compile,7.5,,,,,,2007-07-23, +/games/boxart/full_devils-crush_2JapanFront.jpg,Devil's Crush,PSN,Misc,Hudson Soft,Compile,,,,,,,2009-07-15, +/games/boxart/full_dezaemon-kids_841JapanFront.jpg,Dezaemon Kids!,PS,Misc,Athena,Athena,,,,,,,1998-10-22, +/games/boxart/full_dezaemon-kids_876JapanFront.jpg,Dezaemon Kids!,PSN,Misc,Unknown,Athena,,,,,,,2011-11-01, +/games/boxart/default.jpg,Diamond Dash,BRW,Misc,wooga,Unknown,,,,,,,2012-01-11, +/games/boxart/default.jpg,Diamond Dash,And,Misc,wooga,Unknown,,,,,,,2011-12-06, +/games/boxart/full_dice-de-chocobo_7JapanFront.jpg,Dice de Chocobo,PSN,Misc,Square,SquareSoft,,,,,,,2008-07-23, +/games/boxart/full_did-it-myself-abc123_2AmericaFront.jpg,Did It Myself ABC123,DSiW,Misc,Powerhead Games,Powerhead Games,,,,,,,2010-08-09, +/games/boxart/default.jpg,Die Hard 2: Die Harder,Amig,Misc,Grandslam,Unknown,,,,,,,1992-01-01, +/games/boxart/default.jpg,Die Hard 2: Die Harder,AST,Misc,Grandslam,Unknown,,,,,,,1992-01-01, +/games/boxart/default.jpg,Die Hard 2: Die Harder,MSD,Misc,Grandslam,Unknown,,,,,,,1992-01-01, +/games/boxart/default.jpg,Die Hard 2: Die Harder,C64,Misc,Grandslam,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Die Hard Arcade,PS2,Misc,Sega,Unknown,,,,,,,2006-04-27, +/games/boxart/default.jpg,Die Hard Arcade,Arc,Misc,Sega,Unknown,,,,,,,1996-01-01, +/games/boxart/default.jpg,Die Hard: Nakatomi Plaza,PC,Misc,Sierra Entertainment,Unknown,,,,,,,2002-04-22, +/games/boxart/full_diet-channel_5JapanFront.jpg,Diet Channel,PS2,Misc,Konami,Konami,,,,,,,2004-03-04, +/games/boxart/default.jpg,Diet Nyuumon Set Undou Kaishou!,PS,Misc,Unknown,Twilight Express,,,,,,,2001-12-20, +/games/boxart/full_6865367JapanFrontccc.jpg,Digi Charat: Digi Communication,GBA,Misc,Broccoli,Broccoli,,,,,,,2002-10-25, +/games/boxart/default.jpg,Digimon Masters,PC,Misc,Joymax,Unknown,,,,,,,2011-10-25, +/games/boxart/full_832881AmericaFrontccc.jpg,Digital Art Gallery: Callad,XBL,Misc,Microsoft,Unknown,,,,,,,2009-08-01, +/games/boxart/full_digital-dance-mix-vol-1-namie-amuro_4JapanFront.jpg,Digital Dance Mix Vol. 1: Namie Amuro,SAT,Misc,Sega,Sega-AM2,,,,,,,1997-01-10, +/games/boxart/7114304ccc.jpg,Digital Dreamware,3DO,Misc,Virgin Interactive,Virgin Interactive,,,,,,,1995-01-01, +/games/boxart/full_digital-pinball-necronomicon_90JapanFront.jpg,Digital Pinball: Necronomicon,SAT,Misc,Kaze,KAZe Co.,,,,,,,1996-11-15, +/games/boxart/full_2003855PALFrontccc.jpg,Digitars: Magnificent Flying Funfair,DS,Misc,Ghostlight,Laughing Jackal,,,,,,,2010-04-23, +/games/boxart/full_8404142AmericaFrontccc.jpg,Dilbert's Desktop Games,PC,Misc,DreamCatcher Interactive,Cyclops Software,,,,,,,1997-09-30, +/games/boxart/default.jpg,Diner Dash: Flo on the Go®,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-31, +/games/boxart/default.jpg,Diner Dash: Flo on the Go®,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-31, +/games/boxart/default.jpg,Diner Dash: Flo on the Go®,DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-31, +/games/boxart/7117193ccc.jpg,Diner Dash: Hometown Hero,PC,Misc,PlayFirst,Unknown,,,,,,,2007-11-07, +/games/boxart/default.jpg,Dino Adventure,WiiU,Misc,Oxygen Games,Unknown,,,,,,,2015-01-01, +/games/boxart/full_4400655JapanFrontccc.jpg,Dino King Battle: Taiko Kara no Hyouryuusha,DS,Misc,Taito,Taito Corporation,,,,,,,2006-08-24, +/games/boxart/full_dino-land_881AmericaFront.jpg,Dino Land,GEN,Misc,Renovation,Wolf Team,,,,,,,1991-01-25, +/games/boxart/default.jpg,DiRT 3: Complete Edition,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,DiRT 3: Complete Edition,X360,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,DiRT 3: X Games Asia Track Pack,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,DiRT 3: X Games Asia Track Pack,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,DiRT 3: X Games Asia Track Pack,X360,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_discolight_5AmericaFront.jpg,Discolight,DSiW,Misc,Kaasa Solution,Kaasa Solution,,,,,,,2010-11-08, +/games/boxart/default.jpg,Discover our Earth,DS,Misc,Unknown,JoWooD Entertainment,,,,,,,, +/games/boxart/4070344ccc.jpg,Discovery! A Seek & Find Adventure,PC,Misc,Mumbo Jumbo,MumboJumbo,,,,,,,2008-07-29, +/games/boxart/default.jpg,Disgaea 2: Cursed Memories,PSP,Misc,NIS America,Unknown,,,,,,,2009-09-08, +/games/boxart/default.jpg,Disgaea 2: Cursed Memories,PS3,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-01-22, +/games/boxart/default.jpg,Disgaea 3: Absence of Justice,PSV,Misc,NIS America,Unknown,,,,,,,2012-04-17, +/games/boxart/default.jpg,Disgaea: Hour of Darkness,PS3,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-01-15, +/games/boxart/default.jpg,Disgaea: Hour of Darkness,PSP,Misc,NIS America,Unknown,,,,,,,2007-10-30, +/games/boxart/default.jpg,Disgaea: Hour of Darkness,DS,Misc,NIS America,Unknown,,,,,,,2008-09-23, +/games/boxart/1283202ccc.jpg,Disney Channel Collection Vol. 2,GBA,Misc,Majesco,Majesco Games,,,,,,,2005-04-04, +/games/boxart/default.jpg,Disney City Girl,BRW,Misc,"Playdom, Inc.",Unknown,,,,,,,2012-06-29, +/games/boxart/default.jpg,Disney Hidden Worlds,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-12-19, +/games/boxart/full_6352386AmericaFrontccc.jpg,Disney Infinity,PC,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-18, +/games/boxart/8035468ccc.jpg,Disney Sing It,PC,Misc,Disney Interactive Studios,Zoe Mode,,,,,,,2008-12-02, +/games/boxart/default.jpg,Disney Sing It! High School Musical 3: Senior Year,XBL,Misc,Disney Interactive Studios,Zoe Mode,,,,,,,2010-08-10, +/games/boxart/default.jpg,Disney Wheres My Valentine?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-12-20, +/games/boxart/full_disneys-beauty-and-the-beast-activity-center_535PALFront.jpg,Disney's Beauty and the Beast Activity Center,PC,Misc,GSP,Infogrames,,,,,,,2000-10-01, +/games/boxart/full_5153097PALFrontccc.jpg,Disney's Brother Bear / Disney Princess,GBA,Misc,THQ,Various,,,,,,,2005-05-11, +/games/boxart/full_7715868PALFrontccc.png,Disney's Pooh's Party Game: In Search of the Treasure,PSN,Misc,Disney Interactive Studios,Doki Denki,,,,,,,2009-09-13, +/games/boxart/5574091ccc.jpg,Disney's The Hunchback of Notre Dame,GB,Misc,Disney Interactive Studios,Tiertex Design Studios,,,,,,,1997-03-01, +/games/boxart/full_disneys-the-lion-king-classic-game-collection_4AmericaFront.jpg,Disney's The Lion King: Classic Game Collection,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2003-10-08, +/games/boxart/full_disneys-the-little-mermaid-ii-pinball-frenzy_787AmericaFront.jpg,Disney's The Little Mermaid II Pinball Frenzy,GB,Misc,Nintendo,Left Field Productions,,,,,,,2000-09-24, +/games/boxart/default.jpg,Distance,Linux,Misc,Refract Studios,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Distance,OSX,Misc,Refract Studios,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Distant Worlds: Universe,PC,Misc,Slitherine,Unknown,,,,,,,2014-05-23, +/games/boxart/full_8180998PALFrontccc.jpg,Diva Girls: Making the Music,DS,Misc,505 Games,505 Games,,,,,,,2009-05-22, +/games/boxart/default.jpg,DiveBomb Chomp,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,DiveBomb Chomp,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,DiveBomb Chomp,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Divekick,PS4,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-11-15, +/games/boxart/default.jpg,Divekick,PS3,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-08-20, +/games/boxart/default.jpg,Divekick,PSV,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-08-20, +/games/boxart/full_dj-hero-3d_253AmericaFront.jpg,DJ Hero 3D,3DS,Misc,Unknown,FreeStyleGames,,,,,,,, +/games/boxart/full_9811095AmericaFrontccc.png,DJ Max Fever,PSN,Misc,PM Studios,Pentavision Entertainment,7.7,,,,,,2010-01-28, +/games/boxart/default.jpg,DJ Max Portable,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2006-10-27, +/games/boxart/default.jpg,DJ Max Portable - Black Square,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2008-12-24, +/games/boxart/default.jpg,DJ Max Portable - Clazziquai Edition,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2008-10-23, +/games/boxart/default.jpg,DJ Max Portable 2,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2007-03-30, +/games/boxart/full_dj-max-portable-3_9AmericaFront.jpg,DJ Max Portable 3,PSN,Misc,PM Studios,Pentavision Entertainment,,,,,,,2010-10-19, +/games/boxart/default.jpg,DJ Max Portable: Black Square,PSP,Misc,CyberFront,Unknown,,,,,,,2012-03-22, +/games/boxart/default.jpg,DJ Max Technika,PSV,Misc,Unknown,Pentavision,,,,,,,, +/games/boxart/default.jpg,DJ Max Technika Portable,PSV,Misc,Unknown,CyberFront,,,,,,,, +/games/boxart/default.jpg,DJ Max Trilogy,PC,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2008-12-24, +/games/boxart/full_dj-wars_9JapanFront.jpg,DJ Wars,SAT,Misc,Spike,Exit,,,,,,,1997-12-18, +/games/boxart/default.jpg,Do Not Fall,PS3,Misc,XPEC Entertainment,Unknown,,,,,,,2013-06-23, +/games/boxart/default.jpg,Dodge IT - Survive IT,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Dogfight 1942,X360,Misc,City Interactive,Unknown,,,,,,,2012-09-05, +/games/boxart/default.jpg,Dogfight 1942,PC,Misc,City Interactive,Unknown,,,,,,,2012-09-21, +/games/boxart/default.jpg,Dogfight 1942,PS3,Misc,City Interactive,Unknown,,,,,,,2012-12-18, +/games/boxart/default.jpg,Dogimegi Inryoku-chan,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-05-31, +/games/boxart/full_2122090AmericaFrontccc.jpg,Dokee and the Musical Rain,XBL,Misc,Microsoft,Baltico X,,,,,,,2008-11-20, +/games/boxart/full_1458969AmericaFrontccc.jpg,Doki-Doki Universe,PS4,Misc,Sony Computer Entertainment,HumaNature Studios,,,,,,,2013-12-10,2018-09-14 +/games/boxart/full_839803AmericaFrontccc.jpg,Doki-Doki Universe,PS3,Misc,Sony Computer Entertainment,HumaNature Studios,,,,,,,2013-12-10,2018-09-14 +/games/boxart/full_758037JapanFrontccc.jpg,Doko Demo Raku Raku! DS Kakeibo,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2006-12-07, +/games/boxart/full_5978662JapanFrontccc.jpg,Dokodemo Hamster 4: Doki Doki Sugoroku Daibouken!,PS,Misc,Bec,Atelier Double,,,,,,,2001-07-26, +/games/boxart/default.jpg,Dolmus Driver,And,Misc,Gripati Digital Entertainment,Unknown,,,,,,,2013-07-18, +/games/boxart/default.jpg,Dominions 3: The Awakening,OSX,Misc,Unknown,Unknown,,,,,,,2013-09-10, +/games/boxart/default.jpg,Dominions 3: The Awakening,Linux,Misc,Unknown,Unknown,,,,,,,2013-09-10, +/games/boxart/default.jpg,Dominions 3: The Awakening,PC,Misc,Unknown,Unknown,,,,,,,2013-09-10, +/games/boxart/full_9073107AmericaFrontccc.jpg,Domino Master,XBL,Misc,Microsoft,"TikGames, LLC",,,,,,,2008-09-17, +/games/boxart/full_242838AmericaFrontccc.jpg,Don't Fry the Frog,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Donguri Adventure,DS,Misc,Activision,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,Donguri Adventure,Wii,Misc,Activision,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,Donguri Adventure,3DS,Misc,Activision,Unknown,,,,,,,2012-10-30, +/games/boxart/6138120ccc.jpg,Donkey Kong Jr. Math,NES,Misc,Nintendo,Nintendo,,,,,,,1985-10-18, +/games/boxart/6490963ccc.jpg,Donkey Kong Jr. Math,VC,Misc,Nintendo,Nintendo,,,,,,,2007-09-03, +/games/boxart/full_6832339AmericaFrontccc.jpg,Donkey Kong Jr. Math,WiiU,Misc,Nintendo,Nintendo,,,,,,,2014-08-28, +/games/boxart/full_donkey-konga-12-pack_4JapanFront.jpg,Donkey Konga 1+2 Pack,GC,Misc,Nintendo,Namco,,,,,,,2004-07-01, +/games/boxart/full_4351568JapanFrontccc.jpg,Donkey Konga 3: Tabe-houdai! Haru Mogitate 50 Kyoku,GC,Misc,Nintendo,Namco,,,,,,,2005-03-17, +/games/boxart/default.jpg,Donut Dash!,And,Misc,Unknown,Unknown,,,,,,,2014-02-28, +/games/boxart/default.jpg,Donut Yum!,PSV,Misc,Syntetic Dreams,Unknown,,,,,,,2014-03-05, +/games/boxart/default.jpg,Doodle Attack,OSX,Misc,Double Fine Productions,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Doodle Attack,Linux,Misc,Double Fine Productions,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Doodle Attack,PC,Misc,Double Fine Productions,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Doodle Dash!,3DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Doom & Destiny,And,Misc,HeartBit Interactive,Unknown,,,,,,,2013-07-15, +/games/boxart/default.jpg,Doom & Destiny,PC,Misc,HeartBit Interactive,Unknown,,,,,,,2012-11-28, +/games/boxart/default.jpg,Doomdark's Revenge,ZXS,Misc,Beyond Software,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Doomdark's Revenge,C64,Misc,Beyond Software,Unknown,,,,,,,1985-01-01, +/games/boxart/full_9075024JapanFrontccc.jpg,Doraemon Dokodemo Walker,GBA,Misc,Epoch,Epoch,,,,,,,2002-03-29, +/games/boxart/full_9670027JapanFrontccc.jpg,Doraemon no Study Boy: Gakushuu Kanji Game,GB,Misc,Epoch,Epoch,,,,,,,2001-01-12, +/games/boxart/full_310484JapanFrontccc.jpg,Doraemon no Study Boy: Kanji Yomikaki Master,GB,Misc,Epoch,Epoch,,,,,,,2003-07-18, +/games/boxart/full_7453172JapanFrontccc.jpg,Doraemon no Study Boy: Kuku Game,GB,Misc,Epoch,Epoch,,,,,,,2000-12-20, +/games/boxart/full_294378JapanFrontccc.jpg,Doraemon Quiz Boy,GB,Misc,Shogakukan,Shogakukan,,,,,,,2000-04-28, +/games/boxart/full_819385JapanFrontccc.jpg,Doraemon Quiz Boy 2,GB,Misc,Epoch,Epoch,,,,,,,2002-10-04, +/games/boxart/full_9414151JapanFrontccc.jpg,Doraemon: Himitsu no Yojigen Pocket,PS,Misc,Bandai,Bandai,,,,,,,2001-11-29, +/games/boxart/full_3239083JapanFrontccc.jpg,Doraemon: Wakuwaku Pocket Paradise,GG,Misc,Sega,Sega,,,,,,,1996-04-26, +/games/boxart/full_2692682JapanFrontccc.jpg,DoraSlot: Hana Hana Matsuri Da!!,PSP,Misc,Dorasu,Dorasu,,,,,,,2009-06-25, +/games/boxart/default.jpg,Double Bloob,DSi,Misc,Bloober Team,Unknown,,,,,,,2011-12-01, +/games/boxart/default.jpg,Double Bloob,3DS,Misc,Bloober Team,Unknown,,,,,,,2011-12-01, +/games/boxart/full_double-dare_7AmericaFront.jpg,Double Dare,NES,Misc,GameTek,Rare Ltd.,,,,,,,1990-04-01, +/games/boxart/full_36438AmericaFrontccc.png,Double Dragon II: The Revenge,3DS,Misc,Aksys Games,Unknown,,,,,,,2014-06-12, +/games/boxart/full_4459727AmericaFrontccc.jpeg,Double Dragon: Neon,PS3,Misc,Unknown,Unknown,7.1,,,,,,, +/games/boxart/full_1442621AmericaFrontccc.jpeg,Double Dragon: Neon,X360,Misc,Unknown,Unknown,5,,,,,,, +/games/boxart/default.jpg,Double Fine Adventure (Working Title),And,Misc,Double Fine Productions,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Double Fine Adventure (Working Title),OSX,Misc,Double Fine Productions,Unknown,,,,,,,2014-01-28, +/games/boxart/default.jpg,Double Fine Adventure (Working Title),Linux,Misc,Double Fine Productions,Unknown,,,,,,,2014-01-28, +/games/boxart/full_2990048AmericaFrontccc.jpg,Double Fine Happy Action Theater,XBL,Misc,Microsoft Studios,Double Fine Productions,,,,,,,2012-02-01,2018-09-29 +/games/boxart/full_6250757AmericaFrontccc.jpg,Double Header: Complete Onside Soccer and Power Slide,3DO,Misc,Unknown,Good Deal Games,,,,,,,, +/games/boxart/default.jpg,Double Pack Tomb Raider: Legend / Anniversary,DS,Misc,Activision,Unknown,,,,,,,2012-06-26, +/games/boxart/default.jpg,Double Pack Tomb Raider: Legend / Anniversary,And,Misc,Gameloft,Unknown,,,,,,,2012-06-28, +/games/boxart/default.jpg,Double Pack: Joe Montana Football 3 / Double Clutch MD,GEN,Misc,Sega,Various,,,,,,,1996-01-01, +/games/boxart/full_6464913PALFrontccc.jpg,Double Pack: LEGO Indiana Jones: The Original Adventures / Kung Fu Panda,X360,Misc,Activision,"Traveller's Tales / Luxoflux, Inc.",,,,,,,2008-11-01, +/games/boxart/full_double-yakuman_99JapanFront.jpg,Double Yakuman,GB,Misc,Vap,Vap,,,,,,,1993-03-19, +/games/boxart/full_double-yakuman-ii_350JapanFront.jpg,Double Yakuman II,GB,Misc,Vap,Vap,,,,,,,1993-09-17, +/games/boxart/full_double-yakuman-jr_886JapanFront.jpg,Double Yakuman Jr.,GB,Misc,Vap,Vap,,,,,,,1993-08-19, +/games/boxart/default.jpg,DoubleDown Casino - Slots & Video Poker,BRW,Misc,Double Down Interactive,Unknown,,,,,,,2012-01-20, +/games/boxart/default.jpg,DoubleDown Casino - Slots & Video Poker,And,Misc,Double Down Interactive,Unknown,,,,,,,2012-03-01, +/games/boxart/full_2600395JapanFrontccc.jpg,Doubutsu no Shima no Chobi Gurumi,GBA,Misc,Rocket Science Games,Rocket Science Games,,,,,,,2003-08-08, +/games/boxart/default.jpg,Downhill Supreme 2,And,Misc,Rockstar Leeds/North,Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,Downtown Mafia,And,Misc,DYNAMICNEXT,Unknown,,,,,,,2014-04-25, +/games/boxart/full_7829556AmericaFrontccc.jpg,Downtown Texas Hold'em,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-02-01, +/games/boxart/default.jpg,Downtown Texas Hold'em,PSN,Misc,Unknown,Electronic Arts,,,,,,,, +/games/boxart/default.jpg,Dr. Driving,And,Misc,The Codemasters Software Company Limited,Unknown,,,,,,,2013-06-19, +/games/boxart/default.jpg,Dr. Greylord,And,Misc,Unknown,Unknown,,,,,,,2014-04-30, +/games/boxart/full_dr-minigames_112PALFront.png,Dr. MiniGames,PSN,Misc,StormBASIC,StormBasic Games,,,,,,,2010-12-21, +/games/boxart/full_dr-ruths-computer-game-of-good-sex_863AmericaFront.jpg,Dr. Ruth's Computer Game of Good Sex,PC,Misc,Hasbro Interactive,Avalon Hill,,,,,,,1986-01-01, +/games/boxart/default.jpg,Dr. Seuss Green Eggs & Ham,PC,Misc,Unknown,The Learning Company,,,,,,,, +/games/boxart/default.jpg,Dr. Seuss Kindergarten,PC,Misc,Unknown,Broderbund,,,,,,,, +/games/boxart/default.jpg,Dr. Seuss Reading Games,PC,Misc,Unknown,Mecca,,,,,,,, +/games/boxart/default.jpg,Dr. Seuss' The Cat in the Hat,PC,Misc,Unknown,Vivendi universal,,,,,,,, +/games/boxart/full_7138542AmericaFrontccc.jpg,Dracula 2: The Last Sanctuary,PS,Misc,DreamCatcher Interactive,Unknown,,,,,,,2012-05-06, +/games/boxart/full_6021426AmericaFrontccc.jpg,Dracula 2: The Last Sanctuary,And,Misc,Microids,Unknown,,,,,,,2012-02-14, +/games/boxart/full_2109672AmericaFrontccc.jpg,Dracula 2: The Last Sanctuary,PC,Misc,Meridian4,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Dragon Ball: Hunter,And,Misc,Inlogic Software,Unknown,,,,,,,2014-03-07, +/games/boxart/default.jpg,Dragon City,PC,Misc,Social Point,Unknown,,,,,,,2012-05-20, +/games/boxart/default.jpg,Dragon City,BRW,Misc,Social Point,Unknown,,,,,,,2012-05-20, +/games/boxart/default.jpg,Dragon Coins,And,Misc,Sega,Unknown,,,,,,,2014-05-08, +/games/boxart/full_1666438AmericaFrontccc.jpg,Dragon Fantasy Book I,PSV,Misc,The Muteki Corporation,Unknown,,,,,,,2013-04-16, +/games/boxart/full_3199663AmericaFrontccc.jpg,Dragon Fantasy Book I,PS3,Misc,The Muteki Corporation,Unknown,,,,,,,2013-04-16, +/games/boxart/full_3133984AmericaFrontccc.jpg,Dragon Fantasy Book I,And,Misc,The Muteki Corporation,Unknown,,,,,,,2012-07-16, +/games/boxart/default.jpg,Dragon Fantasy Book II,PSV,Misc,The Muteki Corporation,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Dragon Fantasy Book II,PS3,Misc,The Muteki Corporation,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Dragon Mania,And,Misc,Gameloft,Unknown,,,,,,,2013-11-18, +/games/boxart/default.jpg,Dragon Quest Monsters: Battle Road Victory - Senyou Color Code Scanner,DSiW,Misc,Square Enix,Armor Project/Bird Studio,,,,,,,2010-07-15, +/games/boxart/default.jpg,Dragon Realms,And,Misc,GREE,Unknown,,,,,,,2013-10-10, +/games/boxart/default.jpg,Dragon Story,And,Misc,TeamLava,Unknown,,,,,,,2012-08-08, +/games/boxart/full_dragons-fury_520AmericaFront.jpg,Dragon's Fury,GEN,Misc,Tengen,"TechnoSoft Co., Ltd.",,,,,,,1992-01-01, +/games/boxart/full_dragons-revenge_542AmericaFront.jpg,Dragon's Revenge,GEN,Misc,Tengen,Tengen,,,,,,,1993-01-01, +/games/boxart/default.jpg,Dragons & Titans,OSX,Misc,"Thunderstorm Entertainment Inc.,",Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Dragons & Titans,PC,Misc,"Thunderstorm Entertainment Inc.,",Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Dragons & Titans,BRW,Misc,"Thunderstorm Entertainment Inc.,",Unknown,,,,,,,2013-02-04, +/games/boxart/default.jpg,Dragons of Atlantis: Heirs of the Dragon,And,Misc,Kabam,Unknown,,,,,,,2013-08-14, +/games/boxart/default.jpg,Dragons World,And,Misc,Social Quantum,Unknown,,,,,,,2013-12-21, +/games/boxart/default.jpg,dragonvale,And,Misc,Backflip Studios,Unknown,,,,,,,2011-09-14, +/games/boxart/default.jpg,DRAKERZ-Confrontation,PC,Misc,Unknown,Unknown,,,,,,,2014-05-19, +/games/boxart/full_8108527AmericaFrontccc.jpg,Draw,XBL,Misc,Microsoft,Unknown,,,,,,,2009-08-19, +/games/boxart/full_8473971AmericaFrontccc.jpg,Draw Something,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Draw Something,And,Misc,OMGPOP,Unknown,,,,,,,2012-02-01, +/games/boxart/default.jpg,Draw Something,WinP,Misc,Zynga,Unknown,,,,,,,2012-10-27, +/games/boxart/default.jpg,Dreadnought,PC,Misc,Unknown,Yager Development,,,,,,,, +/games/boxart/full_dream-audition_22JapanFront.jpg,Dream Audition,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2000-08-03, +/games/boxart/full_dream-audition-2_487JapanFront.jpg,Dream Audition 2,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2000-12-14, +/games/boxart/full_dream-audition-3_737JapanFront.jpg,Dream Audition 3,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2001-07-05, +/games/boxart/full_dream-audition-super-hit-disc-1_713JapanFront.jpg,Dream Audition Super Hit Disc 1,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2001-11-22, +/games/boxart/full_dream-audition-super-hit-disc-2_737JapanFront.jpg,Dream Audition Super Hit Disc 2,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2001-11-22, +/games/boxart/default.jpg,Dream League Soccer,And,Misc,First Touch,Unknown,,,,,,,2013-11-18, +/games/boxart/full_2925035JapanFrontccc.jpg,Dream Passport,DC,Misc,Sega,Sega,,,,,,,1998-01-01, +/games/boxart/full_8909286AmericaFrontccc.jpg,DreamCast Generator Vol.2,DC,Misc,Sega,Sega,,,,,,,2000-06-01, +/games/boxart/full_2684056JapanFrontccc.jpg,DreamFlyer,DC,Misc,Sega,Sega,,,,,,,1999-12-09, +/games/boxart/default.jpg,DreamOn Volume 1,DC,Misc,Sega,Sega,,,,,,,1999-01-01, +/games/boxart/default.jpg,DreamOn Volume 2,DC,Misc,Sega,Sega,,,,,,,2000-01-01, +/games/boxart/default.jpg,Dress To Play: Cute Witches!,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2012-11-08, +/games/boxart/full_9901677AmericaFrontccc.jpg,Drift,XBL,Misc,Microsoft,Polychrome,,,,,,,2008-11-12, +/games/boxart/full_4914089AmericaFrontccc.jpg,Drinkards,XBL,Misc,Microsoft,The Unallied,,,,,,,2009-10-26, +/games/boxart/default.jpg,Drop Zone: Under Fire,Wii,Misc,SelectSoft,Unknown,,,,,,,2012-10-04, +/games/boxart/default.jpg,Drox Operative,PC,Misc,Soldak Entertainment,Unknown,,,,,,,2012-11-29, +/games/boxart/default.jpg,Drox Operative,OSX,Misc,Soldak Entertainment,Unknown,,,,,,,2012-11-29, +/games/boxart/default.jpg,Drox Operative,Linux,Misc,Soldak Entertainment,Unknown,,,,,,,2012-11-29, +/games/boxart/full_7628380AmericaFrontccc.jpg,Drum XPlosion,XBL,Misc,Microsoft,Super Id,,,,,,,2009-04-18, +/games/boxart/full_5931378AmericaFrontccc.jpg,DrumKit,XBL,Misc,Microsoft,Big Daddio,,,,,,,2009-02-23, +/games/boxart/full_drums-challenge_768PALFront.png,Drums Challenge,PSN,Misc,Sanuk Games,Sanuk Games,,,,,,,2011-06-02, +/games/boxart/full_4356115JapanFrontccc.jpg,DS Calorie Navi,DS,Misc,IE Institute,IE Institute,,,,,,,2007-07-05, +/games/boxart/full_2218504JapanFrontccc.jpg,DS de Yomu Series: Tezuka Osamu Hi no Tori 1,DS,Misc,Compile Heart,Compile Heart,,,,,,,2008-07-31, +/games/boxart/full_8053351JapanFrontccc.jpg,DS de Yomu Series: Tezuka Osamu Hi no Tori 2,DS,Misc,Compile Heart,Compile Heart,,,,,,,2008-07-31, +/games/boxart/full_1283144JapanFrontccc.jpg,DS de Yomu Series: Tezuka Osamu Hi no Tori 3,DS,Misc,Compile Heart,Compile Heart,,,,,,,2008-07-31, +/games/boxart/full_8331977JapanFrontccc.jpg,DS Kageyama Method: Dennou Hanpuku - Chiri - Rekishi - Koumin - Maru x Maru Shakaika,DS,Misc,Shogakukan,Jupiter Corporation,,,,,,,2010-01-28, +/games/boxart/full_8299224JapanFrontccc.jpg,DS Kageyama Method: Tadashii Kanji Kakitori-Kun - Kondo wa KanKen Taisaku Dayo!,DS,Misc,Shogakukan,Jupiter Corporation,,,,,,,2007-11-29, +/games/boxart/default.jpg,DS Kokoro Nurie,DSiW,Misc,Nintendo,Cattle Call,,,,,,,2010-04-07, +/games/boxart/full_5586566JapanFrontccc.jpg,DS Motte Tabi ni Deyo: Kyoto,DS,Misc,JTB West,JTB West,,,,,,,2008-02-28, +/games/boxart/full_ds-pico-series-sanrio-no-party-heikou-oryouri-oshiyare-okaimono_151JapanFront.jpg,DS Pico Series: Sanrio no Party Heikou! Oryouri - Oshiyare - Okaimono,DS,Misc,Idea Factory,Compile Heart,,,,,,,2008-08-07, +/games/boxart/full_2445150JapanFrontccc.jpg,DS:Style Series: Anata mo DS de Classic Kiite Mimasenka?,DS,Misc,Square Enix,iNiS,,,,,,,2007-07-05, +/games/boxart/full_2243606JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - France-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-07-05, +/games/boxart/full_969365JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Hawaii-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-10-04, +/games/boxart/full_8556364JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Hong Kong-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, +/games/boxart/full_6825139JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Igirisu-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, +/games/boxart/full_7690264JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Italia-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-07-05, +/games/boxart/full_8994875JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - New York-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-10-04, +/games/boxart/full_5301635JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Seoul - Busan-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, +/games/boxart/full_1998564JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Shanghai-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, +/games/boxart/full_8560255JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Taiwan-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-10-04, +/games/boxart/full_7879866JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Thai-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-07-05, +/games/boxart/full_5767651JapanFrontccc.jpg,DS:Style Series: Hana Saku DS Gardening Life,DS,Misc,Square Enix,Elements,,,,,,,2007-07-05, +/games/boxart/full_dual-pack-syphon-filter-logans-shadow-killzone-liberation_342AmericaFront.jpg,Dual Pack: Syphon Filter Logan's Shadow / Killzone Liberation,PSP,Misc,Sony Computer Entertainment,Various,,,,,,,2011-06-21, +/games/boxart/default.jpg,DUBWARS,And,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,DUBWARS,Ouya,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,DUBWARS,Linux,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,DUBWARS,OSX,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,DUBWARS,PC,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Ducati Challenge,And,Misc,Digital Tales,Unknown,,,,,,,2011-05-24, +/games/boxart/default.jpg,Duck Dynasty: Battle of the Beards,And,Misc,A&E Television Networks Mobile,Unknown,,,,,,,2013-10-23, +/games/boxart/default.jpg,Duck Tail,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-04-01, +/games/boxart/full_duckinator_151AmericaFront.jpg,Duckinator,XBL,Misc,Microsoft,MuleTrain Industries,,,,,,,2011-07-08, +/games/boxart/default.jpg,DuckTales: Scrooges Loot,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-09-18, +/games/boxart/default.jpg,Ducky Doodle 3D,And,Misc,Yamago,Unknown,,,,,,,2014-04-10, +/games/boxart/full_4929556JapanFrontccc.jpg,Duke Saraie no Kenkou Walking Navi,DS,Misc,Dorart,Dorart,,,,,,,2007-05-17, +/games/boxart/default.jpg,Dumb Ways to Die,And,Misc,Metro Trains Melbourne,Unknown,,,,,,,2013-05-07, +/games/boxart/default.jpg,Dungeon Highway,And,Misc,Substantial Inc.,Unknown,,,,,,,2014-02-05, +/games/boxart/default.jpg,Dungeon Hunter 4,And,Misc,Gameloft,Unknown,,,,,,,2013-04-11, +/games/boxart/full_dungeon-land_275JapanFront.jpg,Dungeon Land,GB,Misc,Enix,Random House,,,,,,,1992-12-15, +/games/boxart/full_4131391AmericaFrontccc.jpg,Dungeon of the Endless,PC,Misc,OnLine Studio Productions LLC,Unknown,,,,,,,2013-12-11, +/games/boxart/default.jpg,Dungeonland,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-01-29, +/games/boxart/default.jpg,Dungeonland,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-05-21, +/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,WiiU,Misc,Capcom,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,X360,Misc,Capcom,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,SAT,Misc,Capcom,Unknown,,,,,,,1996-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,Arc,Misc,Capcom,Unknown,,,,,,,1996-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,X360,Misc,Capcom,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,WiiU,Misc,Capcom,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,PS3,Misc,Capcom,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,SAT,Misc,Capcom,Unknown,,,,,,,1999-01-01, +/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,Arc,Misc,Capcom,Unknown,,,,,,,1993-01-01, +/games/boxart/default.jpg,Durango,Linux,Misc,Nexon,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Durango,And,Misc,Nexon,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Durango,PC,Misc,Nexon,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Duty of Sentinel,PC,Misc,Unknown,Unknown,,,,,,,2014-03-06, +/games/boxart/full_dx-bakenou-z_514JapanFront.jpg,DX Bakenou Z,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1992-04-17, +/games/boxart/full_497889JapanFrontccc.jpg,DX Game of Life,SAT,Misc,Takara,Takara,,,,,,,1995-12-15, +/games/boxart/full_6645755JapanFrontccc.jpg,DX Game of Life 2,SAT,Misc,Takara,Takara,,,,,,,1997-07-24, +/games/boxart/full_4005143JapanFrontccc.jpg,DX Jinsei Game III,PS,Misc,Takara,Takara,,,,,,,1999-12-02, +/games/boxart/full_9026037JapanFrontccc.jpg,DX Jinsei Game IV,PS,Misc,Takara,Takara,,,,,,,2001-11-29, +/games/boxart/full_5746575JapanFrontccc.jpg,DX Jinsei Game V,PS,Misc,Takara,Takara,,,,,,,2002-12-05, +/games/boxart/default.jpg,Dynamite Cop!,Arc,Misc,Sega,Unknown,,,,,,,1998-06-01, +/games/boxart/full_4207668PALFrontccc.png,EA Replay,PSN,Misc,Electronic Arts,Team Fusion,4.9,,,,,,2009-01-22, +/games/boxart/full_843758AmericaFrontccc.jpg,EA Sports Live Score Tracker,PSN,Misc,Unknown,Electronic Arts,,,,,,,, +/games/boxart/default.jpg,EA Sports Live Score Tracker,PC,Misc,EA Sports,Unknown,,,,,,,2007-10-23, +/games/boxart/default.jpg,East vs West: A Hearts of Iron Game,PC,Misc,Paradox Interactive,Unknown,,,,,,,2014-04-01, +/games/boxart/full_4421928AmericaFrontccc.jpg,Easter Bunneh,XBL,Misc,Microsoft,Soulfire Software,,,,,,,2009-04-09, +/games/boxart/default.jpg,Echoes of Eridu,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Eclipse War Online,PC,Misc,Unknown,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Ecolibrium,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-02-12, +/games/boxart/default.jpg,Eden Eternal,PC,Misc,Aeria Games & Entertainment,Unknown,,,,,,,2011-06-16, +/games/boxart/full_9768899JapanFrontccc.jpg,Edo Bunka Rekishi Kentei DS,DS,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2008-03-13, +/games/boxart/full_5383153JapanFrontccc.jpg,eexy life: East End X Yuri,PS,Misc,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,1996-10-25,2018-09-16 +/games/boxart/default.jpg,Egg Baby,And,Misc,Nix Hydra Games,Unknown,,,,,,,2013-03-25, +/games/boxart/default.jpg,Eien no Aseria: Kono Daichi no Hate de,PSP,Misc,CyberFront,Unknown,,,,,,,2012-03-08, +/games/boxart/full_9017668JapanFrontccc.jpg,Eigo Koubunhen: 26 Units,GBA,Misc,Keynet,Keynet,,,,,,,2001-08-31, +/games/boxart/full_4935404JapanFrontccc.jpg,Eigo o Taberu Fushigi na Ikimono Marsh,DS,Misc,Dimple Entertainment,Microvision,,,,,,,2007-10-25, +/games/boxart/full_eijukugo-target-1000-goukaku-boy-series-3_949JapanFront.jpg,Eijukugo Target 1000,GB,Misc,Imagineer,C-Lab,,,,,,,1997-03-28, +/games/boxart/full_4563244JapanFrontccc.jpg,Eijukugo Target 1000 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-08-09, +/games/boxart/full_100388JapanFrontccc.jpg,Eijukugohen: 650 Phrases,GBA,Misc,Keynet,Keynet,,,,,,,2001-08-31, +/games/boxart/full_eiken-2-kyuu-level-no-kaiwa-hyuugen-333-goukaku-boy-series-9_207JapanFront.jpg,Eiken 2-Kyuu Level no Kaiwa Hyuugen 333,GB,Misc,Imagineer,C-Lab,,,,,,,1997-10-31, +/games/boxart/full_4564805JapanFrontccc.jpg,Eiken DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2007-09-13, +/games/boxart/full_eiken-ou-2-kyuuhen_0JapanFront.jpg,Eiken-Ou: 2-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2008-03-06, +/games/boxart/full_eiken-ou-3-kyuuhen_3JapanFront.jpg,Eiken-Ou: 3-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2007-04-26, +/games/boxart/full_eiken-ou-4-kyuuhen_4JapanFront.jpg,Eiken-Ou: 4-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2007-04-26, +/games/boxart/full_eiken-ou-jun-2-kyuuhen_10JapanFront.jpg,Eiken-Ou: Jun-2-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2007-08-30, +/games/boxart/full_3268717JapanFrontccc.jpg,Eikou Seminar Koushiki DS Kyouzaki: Chuugakkou Eitango - Eitan Zamurai DS,DS,Misc,Educational Network,Educational Network,,,,,,,2009-03-26, +/games/boxart/full_7709848JapanFrontccc.jpg,Eikou Seminar Koushiki DS Kyouzaki: Shougakkou Eigo - Eitan Zamurai DS,DS,Misc,Educational Network,Educational Network,,,,,,,2009-03-26, +/games/boxart/default.jpg,Einherjar: The Viking's Blood,PC,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-02-06, +/games/boxart/full_4858418JapanFrontccc.jpg,Eisei Meijin,PS,Misc,Konami,Konami,,,,,,,1995-09-08, +/games/boxart/full_6659565JapanFrontccc.jpg,Eisei Meijin 3: Game Creator Yoshimura Nobuhiro no Zunou,DC,Misc,Konami,Konami,,,,,,,1999-07-08, +/games/boxart/full_163733JapanFrontccc.jpg,Eisei Meijin II,PS,Misc,Konami,Konami,,,,,,,1996-12-20, +/games/boxart/full_3784122JapanFrontccc.jpg,Eisei Meijin III,PS,Misc,Konami,Konami,,,,,,,1999-03-18, +/games/boxart/full_1474995JapanFrontccc.jpg,Eisei Meijin VI,GC,Misc,Konami,Konami,,,,,,,2002-09-26, +/games/boxart/full_8593357JapanFrontccc.jpg,Eisei Meijin VI,PS2,Misc,Konami,Konami,,,,,,,2002-02-28, +/games/boxart/full_eitango-target-1900-goukaku-boy-series-1_775JapanFront.jpg,Eitango Target 1900,GB,Misc,Imagineer,C-Lab,,,,,,,1996-12-13, +/games/boxart/full_3445833JapanFrontccc.jpg,Eitango Target 1900 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-08-10, +/games/boxart/full_294203JapanFrontccc.jpg,Eitangohen: 2000 Words,GBA,Misc,Keynet,Keynet,,,,,,,2001-08-31, +/games/boxart/default.jpg,El Chavo,Wii,Misc,Slang,Unknown,,,,,,,2012-04-27, +/games/boxart/default.jpg,El Chavo,PC,Misc,Capcom / Mitchell Corporation,Unknown,,,,,,,2013-08-08, +/games/boxart/default.jpg,El Chavo,OSX,Misc,Capcom / Mitchell Corporation,Unknown,,,,,,,2013-08-08, +/games/boxart/default.jpg,El Chavo Kart,PSV,Misc,Slang,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,El Chavo Kart,PS3,Misc,Slang,Unknown,,,,,,,2014-02-21, +/games/boxart/default.jpg,El Chavo Kart,X360,Misc,Slang,Unknown,,,,,,,2014-02-21, +/games/boxart/full_4552443AmericaFrontccc.jpg,Electroplankton: Beatnes,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, +/games/boxart/full_1389508AmericaFrontccc.jpg,Electroplankton: Hanenbow,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, +/games/boxart/full_9744145AmericaFrontccc.jpg,Electroplankton: Lumiloop,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, +/games/boxart/full_9996397AmericaFrontccc.jpg,Electroplankton: Luminarrow,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, +/games/boxart/full_2622407AmericaFrontccc.jpg,Electroplankton: Marine-Crystals,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, +/games/boxart/full_9930467AmericaFrontccc.jpg,Electroplankton: Nanocarp,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, +/games/boxart/full_1945552AmericaFrontccc.jpg,Electroplankton: Rec-Rec,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, +/games/boxart/full_6219808AmericaFrontccc.jpg,Electroplankton: Sun-Animalcule,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, +/games/boxart/full_5703821AmericaFrontccc.jpg,Electroplankton: Trapy,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, +/games/boxart/full_2123405AmericaFrontccc.jpg,Electroplankton: Varvoice,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, +/games/boxart/default.jpg,Eleusis,PC,Misc,Unknown,Unknown,,,,,,,2013-10-16, +/games/boxart/full_7471075JapanFrontccc.jpg,Elevator Action Old & New,GBA,Misc,Media Kite,Media Kite,,,,,,,2002-12-20, +/games/boxart/default.jpg,ELGARD - MORPG,And,Misc,RntsMedia,Unknown,,,,,,,2012-11-06, +/games/boxart/default.jpg,Elite,MSX,Misc,Firebird,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Elite,ZXS,Misc,Firebird,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Elite,C64,Misc,Firebird,Unknown,,,,,,,1985-01-01, +/games/boxart/full_6029043PALFrontccc.jpg,Elite,ApII,Misc,Firebird,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Elite,AST,Misc,Firebird,Unknown,,,,,,,1988-01-01, +/games/boxart/default.jpg,Elite,Amig,Misc,Firebird,Unknown,,,,,,,1988-01-01, +/games/boxart/full_9285175PALFrontccc.jpg,Elite,Aco,Misc,Frontier Developments Inc.,Unknown,,,,,,,1984-09-20, +/games/boxart/full_2153187PALFrontccc.jpg,Elite,BBCM,Misc,Frontier Developments Inc.,Unknown,,,,,,,1984-09-20, +/games/boxart/default.jpg,Elite,MSD,Misc,Firebird,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Elite Pinball HD,XBL,Misc,Unknown,Frozen North,,,,,,,, +/games/boxart/default.jpg,Emergency Ambulance Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2012-03-14, +/games/boxart/default.jpg,Empire Builder: Ancient Egypt,3DS,Misc,JoWood,Unknown,,,,,,,2012-12-20, +/games/boxart/default.jpg,Empire Z,And,Misc,Ember Entertainment,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Empire: Four Kingdoms,And,Misc,Goodgame Studios,Unknown,,,,,,,2013-03-12, +/games/boxart/full_ename-asatarou-oshima-takeo-no-jissen-mahjong-kyoushitsu_538JapanFront.jpg,Ename Asatarou + Oshima Takeo no Jissen Mahjong Kyoushitsu,GB,Misc,Gaps,Gaps,,,,,,,1998-12-25, +/games/boxart/default.jpg,Enchanted Cavern,PC,Misc,Alawar Entertainment,Unknown,,,,,,,2013-03-10, +/games/boxart/default.jpg,Enchanted Cavern,OSX,Misc,Alawar Entertainment,Unknown,,,,,,,2014-03-13, +/games/boxart/default.jpg,End of Serenity,And,Misc,Kemco,Unknown,,,,,,,2012-11-12, +/games/boxart/default.jpg,End of Serenity,PSP,Misc,Natsume,Unknown,,,,,,,2014-06-24, +/games/boxart/default.jpg,Endless Apples,PSV,Misc,Unknown,Unknown,,,,,,,2014-03-05, +/games/boxart/full_1086596AmericaFrontccc.png,Endless Legend,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2014-09-18, +/games/boxart/default.jpg,Endless Space,OSX,Misc,Iceberg Interactive,Unknown,,,,,,,2012-08-24, +/games/boxart/full_8189117AmericaFrontccc.jpg,Endlessly,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1995-01-01, +/games/boxart/default.jpg,EndWar Online,PCFX,Misc,Ubisoft Shanghai,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,EndWar Online,OSX,Misc,Ubisoft,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,EndWar Online,PC,Misc,Ubisoft,Unknown,,,,,,,2020-12-31, +/games/boxart/full_1533788JapanFrontccc.jpg,Enpitsu de Oku no Hosomichi DS,DS,Misc,Success,Success,,,,,,,2007-05-31, +/games/boxart/full_3802866AmericaFrontccc.jpg,Enzai - Falsely Accused - eine falsche Beschuldi-gung,PC,Misc,Jast,Langmaor,,,,,,,2006-01-31, +/games/boxart/default.jpg,Epic Mickey: The Power of Illusion,3DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Episode: Choose Your Story,And,Misc,Episode Interactive,Unknown,,,,,,,2014-02-20, +/games/boxart/default.jpg,EPOCH.,PC,Misc,Raw Fury,Unknown,,,,,,,2014-06-05, +/games/boxart/full_5044238JapanFrontccc.jpg,EQ Trainer DS: Dekiru Otona no Communication Jutsu,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2007-03-08, +/games/boxart/default.jpg,Escape - Living Room,And,Misc,Mobest Media,Unknown,,,,,,,2013-04-20, +/games/boxart/default.jpg,Escape from LaVille,And,Misc,Gabriele Pellistri,Unknown,,,,,,,2011-08-11, +/games/boxart/7827002ccc.jpg,Escape From Paradise,PC,Misc,DreamCatcher Interactive,Unknown,,,,,,,2008-03-26, +/games/boxart/default.jpg,Escape from zombies,3DS,Misc,Tom Create,Unknown,,,,,,,2013-10-10, +/games/boxart/default.jpg,Escape Goat 2,PC,Misc,Double Fine Productions,Unknown,,,,,,,2014-03-24, +/games/boxart/default.jpg,Escape The Ape,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-12-08, +/games/boxart/default.jpg,Escape The Ape,And,Misc,Big Fish Games,Unknown,,,,,,,2013-03-02, +/games/boxart/default.jpg,Escape The Lost Kingdom: The Forgotten Pharaoh,PC,Misc,Strategy First,Unknown,,,,,,,2010-08-06, +/games/boxart/default.jpg,Escape the Mansion,And,Misc,Gipnetix Games,Gipnetix Games,,,,,,,2014-02-23, +/games/boxart/default.jpg,Escape the Virus: Shoot'Em Up!,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-30, +/games/boxart/default.jpg,Escape the Virus: Shoot'Em Up!,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-30, +/games/boxart/default.jpg,Escape the Virus: Swarm Survival,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-06-28, +/games/boxart/default.jpg,Escape the Virus: Swarm Survival,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-06-28, +/games/boxart/default.jpg,Escape Trick: Convience Store,DSi,Misc,Intense,Unknown,,,,,,,2011-11-17, +/games/boxart/default.jpg,Escape Trick: Convience Store,3DS,Misc,Intense,Unknown,,,,,,,2011-11-17, +/games/boxart/default.jpg,Escape Trick: Ninja Castle,3DS,Misc,Intense,Unknown,,,,,,,2011-12-15, +/games/boxart/default.jpg,Escape Trick: Ninja Castle,DSi,Misc,Intense,Unknown,,,,,,,2011-09-22, +/games/boxart/default.jpg,escapeVektor,3DS,Misc,Nnooo,Unknown,,,,,,,2012-12-20, +/games/boxart/full_esse-rakuraku-kakeibo_427JapanFront.jpg,ESSE Rakuraku Kakeibo,3DS,Misc,IE Institute,IE Institute,,,,,,,2011-12-22, +/games/boxart/full_7303506JapanFrontccc.jpg,ESSE Shikkari Kakeibo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-10-25, +/games/boxart/full_etch-a-sketch_794AmericaFront.jpg,Etch A Sketch,PC,Misc,Mumbo Jumbo,GameShastra,,,,,,,2008-10-14, +/games/boxart/default.jpg,Eternity Warriors 3,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-08, +/games/boxart/default.jpg,Etherium,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Europa Universalis IV,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Europa Universalis IV,Linux,Misc,Paradox Interactive,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Everest,PC,Misc,Activision Value,Unknown,,,,,,,2004-03-02, +/games/boxart/full_everybodys-stress-buster_693PALFront.png,Everybody's Stress Buster,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2010-12-22, +/games/boxart/default.jpg,Evofish,WiiU,Misc,Bulkypix,Unknown,,,,,,,2014-04-03, +/games/boxart/default.jpg,Evofish,And,Misc,Bulkypix,Unknown,,,,,,,2013-12-03, +/games/boxart/default.jpg,Evoland,OSX,Misc,Shiro Games,Unknown,,,,,,,2013-04-04, +/games/boxart/default.jpg,Evolution RTS,PC,Misc,Unknown,Unknown,,,,,,,2014-04-04, +/games/boxart/default.jpg,Evolution: Battle for Utopia,And,Misc,MY.COM,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Evopollution,PC,Misc,Unknown,Unknown,,,,,,,2014-04-23, +/games/boxart/full_ex-jinsei-game_9JapanFront.jpg,EX Jinsei Game,PS2,Misc,Takara,Takara,,,,,,,2002-03-07, +/games/boxart/full_ex-jinsei-game-ii_9JapanFront.jpg,EX Jinsei Game II,PS2,Misc,Takara,Takara,,,,,,,2003-11-06, +/games/boxart/full_2847531AmericaFrontccc.jpg,Exhibition Volume 1,X360,Misc,Microsoft Game Studios,Various,,,,,,,2007-01-01,2018-10-08 +/games/boxart/default.jpg,Explosive Dinosaurs,PC,Misc,Unknown,Unknown,,,,,,,2015-04-01, +/games/boxart/default.jpg,Explosive Dinosaurs,Ouya,Misc,Unknown,Unknown,,,,,,,2015-04-01, +/games/boxart/default.jpg,Expo Bingo!,PC,Misc,Nexon America,Unknown,,,,,,,2005-05-11, +/games/boxart/full_extreme-ghostbusters-creativity-centre_7PALFront.jpg,Extreme Ghostbusters: Creativity Centre,PC,Misc,LSP Games,LSP Games,,,,,,,2001-01-01, +/games/boxart/full_3324444AmericaFrontccc.png,Extreme Pinball,PSN,Misc,Sony Computer Entertainment,Epic Games,,,,,,,2010-01-28, +/games/boxart/full_8120324AmericaFrontccc.jpg,Extreme Pinball,PC,Misc,Electronic Arts,Digital Extremes,,,,,,,1995-01-01, +/games/boxart/default.jpg,Extreme Road Trip 2,And,Misc,Roofdog Games,Unknown,,,,,,,2013-01-17, +/games/boxart/full_2732084AmericaFrontccc.jpg,Extreme RPS Online,XBL,Misc,Microsoft,MonkeyWare Studios,,,,,,,2009-08-02, +/games/boxart/full_8092218AmericaFrontccc.jpg,Eye-Ball,XBL,Misc,Microsoft,Von Chrono,,,,,,,2009-07-29, +/games/boxart/full_3125762AmericaFrontccc.jpg,EyeCandy: Chromadose,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-06-10, +/games/boxart/full_3520068AmericaFrontccc.jpg,EyeCreate,PSN,Misc,Sony Computer Entertainment,London Studios,,,,,,,2007-10-23,2018-09-24 +/games/boxart/full_1783872PALFrontccc.jpg,EyeToy Play: Astro Zoo,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-02, +/games/boxart/full_8408503PALFrontccc.jpg,EyeToy Play: Hero,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-11-12, +/games/boxart/full_8483413PALFrontccc.jpg,EyeToy Play: PomPom Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-11-12, +/games/boxart/default.jpg,EyeToy: Active,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2005-02-01, +/games/boxart/full_74031PALFrontccc.jpg,EyeToy: Chat,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-04-01, +/games/boxart/full_8247654JapanFrontccc.jpg,EZ-Talk Shokyuuhen 1,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, +/games/boxart/full_4701272JapanFrontccc.jpg,EZ-Talk Shokyuuhen 1-6 Kan Set,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-03-21, +/games/boxart/full_9475675JapanFrontccc.jpg,EZ-Talk Shokyuuhen 2,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, +/games/boxart/full_5005530JapanFrontccc.jpg,EZ-Talk Shokyuuhen 3,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, +/games/boxart/full_7083996JapanFrontccc.jpg,EZ-Talk Shokyuuhen 4,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, +/games/boxart/full_5049630JapanFrontccc.jpg,EZ-Talk Shokyuuhen 5,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, +/games/boxart/full_9271705JapanFrontccc.jpg,EZ-Talk Shokyuuhen 6,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, +/games/boxart/full_3778863AmericaFrontccc.jpg,ezmuze+: Hamst3r edition,XBL,Misc,Microsoft,Mad Ninja Skillz,,,,,,,2009-05-06, +/games/boxart/full_762297AmericaFrontccc.jpg,EZmuze: Break / House Edition,XBL,Misc,Microsoft,Mad Ninja Skillz,,,,,,,2008-12-19, +/games/boxart/default.jpg,F-Zero: Maximum Velocity,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-17, +/games/boxart/4927822ccc.jpg,Fable II Pub Games,XBL,Misc,Microsoft Game Studios,Lionhead Studios,5.2,,,,,,2008-08-13, +/games/boxart/full_1988744AmericaFrontccc.jpg,Faceez,DSiW,Misc,Neko Entertainment,Neko Entertainment,,,,,,,2010-02-22, +/games/boxart/full_faceez-monsters_193AmericaFront.jpg,Faceez: Monsters!,DSiW,Misc,Neko Entertainment,Neko Entertainment,,,,,,,2011-03-28, +/games/boxart/default.jpg,Fail Hard,And,Misc,Fingersoft,Unknown,,,,,,,2014-01-12, +/games/boxart/default.jpg,Fairy Bloom Freesia,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2012-10-17, +/games/boxart/full_fairy-kitty-no-kaiun-jiten-yousei-no-kuni-no-uranai-shugyou_835JapanFront.jpg,Fairy Kitty no Kaiun Jiten: Yousei no Kuni no Uranai Shugyou,GB,Misc,Imagineer,Imagineer,,,,,,,1998-12-11, +/games/boxart/default.jpg,"Fairy Tale About Father Frost, Ivan and Nastya",PC,Misc,1C Company,Unknown,,,,,,,2000-12-20, +/games/boxart/full_falcom-classics_722JapanFront.jpg,Falcom Classics,SAT,Misc,Victor Interactive,Nihon Falcom Corporation,,,,,,,1997-11-06, +/games/boxart/full_falcom-classics-collection_252JapanFront.jpg,Falcom Classics Collection,SAT,Misc,Victor Interactive,Nihon Falcom Corporation,,,,,,,1999-03-04, +/games/boxart/full_falcom-classics-ii_142JapanFront.jpg,Falcom Classics II,SAT,Misc,Victor Interactive,Nihon Falcom Corporation,,,,,,,1998-10-29, +/games/boxart/default.jpg,Fall Out Bird,And,Misc,Mass Threat,Unknown,,,,,,,2014-02-20, +/games/boxart/default.jpg,Fall Weiss,PC,Misc,Unknown,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Fallout 3 & Oblivion Double Pack,PC,Misc,Bethesda Softworks,Unknown,,,,,,,2012-04-03, +/games/boxart/default.jpg,Fallout 3 & Oblivion Double Pack,X360,Misc,Bethesda Softworks,Unknown,,,,,,,2012-04-03, +/games/boxart/default.jpg,Famaze,PC,Misc,Unknown,Unknown,,,,,,,2014-05-05, +/games/boxart/full_1706580PALFrontccc.jpg,Fame Academy,PC,Misc,Ubisoft,Monte Cristo Multimedia,,,,,,,2003-10-31, +/games/boxart/full_6236017PALFrontccc.jpg,Fame Academy,PS2,Misc,Ubisoft,Monte Cristo Multimedia,,,,,,,2003-11-21, +/games/boxart/full_3154469JapanFrontccc.jpg,Famicom Igo Nyuumon,NES,Misc,I'Max,Unknown,,,,,,,1991-11-29, +/games/boxart/full_7688281JapanFrontccc.jpg,Famicom Shogi: Ryuu-Ou-Sen,NES,Misc,I'Max,Home Data,,,,,,,1991-02-15, +/games/boxart/full_1693545AmericaFrontccc.jpg,Family & Friends Party,WW,Misc,Gammick Entertainment,Gammick Entertainment,,,,,,,2009-03-02, +/games/boxart/default.jpg,Family Bowling 3D,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-10-03, +/games/boxart/full_8045923AmericaFrontccc.jpg,Family Card Games,WW,Misc,Aksys Games,Arc System Works,,,,,,,2009-11-02, +/games/boxart/default.jpg,Family Farm Seaside,And,Misc,Rich Olson,Unknown,,,,,,,2013-02-02, +/games/boxart/6610478ccc.jpg,Family Feud,PS2,Misc,Global Star Software,Ingram Entertainment,,,,,,,2006-10-12, +/games/boxart/1492415ccc.jpg,Family Feud,SNES,Misc,GameTek,"Imagineering, Inc.",,,,,,,1993-10-01, +/games/boxart/3370502ccc.jpg,Family Feud,NES,Misc,GameTek,Beam Software,,,,,,,1991-05-01, +/games/boxart/263303ccc.jpg,Family Feud,3DO,Misc,GameTek,Eurocom Entertainment Software,,,,,,,1994-01-01, +/games/boxart/7537239ccc.jpg,Family Feud,GBA,Misc,Global Star Software,Ingram Entertainment,,,,,,,2006-10-12, +/games/boxart/full_8796991AmericaFrontccc.jpg,Family Feud,PC,Misc,Global Star Software,Ingram Entertainment,,,,,,,2006-09-26, +/games/boxart/full_2821402AmericaFrontccc.jpg,Family Feud,GEN,Misc,GameTek,Eurocom Entertainment Software,,,,,,,1993-01-01, +/games/boxart/full_family-feud_0AmericaFront.jpg,Family Feud,PSN,Misc,Ludia,Ludia Inc.,,,,,,,2010-07-06, +/games/boxart/full_4474050AmericaFrontccc.png,Family Feud 2,And,Misc,Unknown,Ludia,,,,,,,2014-04-01, +/games/boxart/full_6638560AmericaFrontccc.jpg,Family Feud Collection,PC,Misc,iWin,iWin,,,,,,,2009-08-24, +/games/boxart/full_family-games_526AmericaFront.jpg,Family Games: Pen & Paper Edition!,WW,Misc,Icon Games,Icon Games,,,,,,,2010-12-13, +/games/boxart/full_family-games-pen-ampamp-paper-edition_724PALFront.png,Family Games: Pen & Paper Edition!,PSN,Misc,Icon Games,Icon Games,,,,,,,2011-01-04, +/games/boxart/default.jpg,Family Guy Time Warped,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-05-16, +/games/boxart/default.jpg,Family Guy: The Quest for Stuff,And,Misc,"TinyCo, Inc.",Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Family Kart 3D,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-08-01, +/games/boxart/full_1287273JapanFrontccc.jpg,Family Mahjong,NES,Misc,Namco,Nihon Bussan,,,,,,,1987-08-11, +/games/boxart/full_9747592JapanFrontccc.jpg,Family Mahjong II: Shanghai he no Michi,NES,Misc,Namco,Nihon Bussan,,,,,,,1988-11-25, +/games/boxart/full_600969AmericaFrontccc.jpg,Family Pirate Party,WW,Misc,Aksys Games,Arc System Works,,,,,,,2009-05-11, +/games/boxart/default.jpg,Family Table Tennis,3DS,Misc,Aksys Games,Unknown,,,,,,,2013-09-26, +/games/boxart/full_family-trainer-meiro-daisakusen_903JapanFront.jpg,Family Trainer: Meiro Daisakusen,NES,Misc,Bandai,Bandai,,,,,,,1987-07-31, +/games/boxart/full_family-trainer-rairai-kyonshizu-baby-kyonshii-no-amida-daibouken_190JapanFront.jpg,Family Trainer: Rairai Kyonshizu: Baby Kyonshii no Amida Daibouken,NES,Misc,Bandai,Bandai,,,,,,,1989-01-26, +/games/boxart/full_family-trainer-tostugeki-fuuun-takeshi-shiro_46JapanFront.jpg,Family Trainer: Tostugeki! Fuuun Takeshi Shiro,NES,Misc,Bandai,Bandai,,,,,,,1987-12-28, +/games/boxart/full_4291222JapanFrontccc.jpg,Fantastic Marchen: Cake-yasan Monogatari + Doubutsu Chara Navi Uranai Kosei Shinri Gaku,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2002-11-01, +/games/boxart/full_fantastic-pinball-kyutenkai_769JapanFront.jpg,Fantastic Pinball Kyutenkai,PS,Misc,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-03-31, +/games/boxart/full_fantastic-pinball-kyutenkai_808JapanFront.jpg,Fantastic Pinball Kyutenkai,SAT,Misc,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-08-25, +/games/boxart/default.jpg,Fantastic Tambourine,WW,Misc,Unknown,Zoom,,,,,,,, +/games/boxart/default.jpg,Fantasy Grounds,PC,Misc,Unknown,Unknown,,,,,,,2014-05-09, +/games/boxart/default.jpg,Fantasy Hero: Unsigned Legacy,PSV,Misc,Arc System Works,Unknown,,,,,,,2014-12-02, +/games/boxart/full_fantasy-slots-adventure-slots-and-games_7AmericaFront.jpg,Fantasy Slots: Adventure Slots and Games,WW,Misc,Big John Games,Big John Games,,,,,,,2010-08-02, +/games/boxart/full_fantasy-slots-adventure-slots-and-games_299AmericaFront.jpg,Fantasy Slots: Adventure Slots and Games,DSiW,Misc,Big John Games,Big John Games,,,,,,,2010-12-27, +/games/boxart/default.jpg,Fantasy Town,And,Misc,Gameloft,Unknown,,,,,,,2011-12-07, +/games/boxart/default.jpg,Far Cry 2 / Tom Clancy's Ghost Recon Advanced Warfighter Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, +/games/boxart/default.jpg,Far Cry 3: Blood Dragon,PS3,Misc,Ubisoft,Unknown,,,,,,,2013-05-01, +/games/boxart/default.jpg,Far Cry 3: Blood Dragon,X360,Misc,Ubisoft,Unknown,,,,,,,2013-05-01, +/games/boxart/default.jpg,Farm Defense Puzzle,And,Misc,Unknown,Unknown,,,,,,,2014-04-26, +/games/boxart/default.jpg,Farm Frenzy 4,OSX,Misc,Big Fish Games,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Farm Frenzy 4,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Farm Heroes Saga,BRW,Misc,King.com,Unknown,,,,,,,2013-03-26, +/games/boxart/default.jpg,Farm Heroes Saga,And,Misc,King.com,Unknown,,,,,,,2014-01-03, +/games/boxart/default.jpg,Farm Story,And,Misc,TeamLava,Unknown,,,,,,,2013-03-05, +/games/boxart/default.jpg,Farming USA,And,Misc,Michael Bowen,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Farming World,OSX,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Farming World,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,FarmVille 2: Country Escape,And,Misc,Zynga,Unknown,,,,,,,2014-04-16, +/games/boxart/default.jpg,Fashion Story,And,Misc,TeamLava,Unknown,,,,,,,2011-03-31, +/games/boxart/default.jpg,Fast & Furious 6: The Game,And,Misc,Kabam,Unknown,,,,,,,2013-05-15, +/games/boxart/5329853ccc.jpg,Fat Bobby,Lynx,Misc,Telegames,Telegames,,,,,,,1997-01-01, +/games/boxart/default.jpg,Fatal Hearts,PC,Misc,Fabio Ricci,Unknown,,,,,,,2014-02-14, +/games/boxart/full_fathammer-classics-pack_4AmericaFront.jpg,Fathammer Classics Pack,GIZ,Misc,Gizmondo Studios,AI Factory,,,,,,,2005-10-22, +/games/boxart/5434524ccc.jpg,Fatty Bear's Birthday Surprise,3DO,Misc,3DO,Humongous Entertainment,,,,,,,1993-01-01, +/games/boxart/1101316ccc.jpg,Fatty Bear's Birthday Surprise,PC,Misc,Humongous,Humongous Entertainment,,,,,,,1993-01-01, +/games/boxart/full_fatty-bears-fun-pack_7JapanFront.jpg,Fatty Bear's Fun Pack,3DO,Misc,Media.Vision Entertainment,Humongous Entertainment,,,,,,,1994-08-06, +/games/boxart/full_fawnix_548AmericaFront.jpg,Fawnix,XBL,Misc,Microsoft,EPITFOG,,,,,,,2011-07-20, +/games/boxart/default.jpg,Fearless Fantasy,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Feeding Frenzy 2 Deluxe,PC,Misc,PopCap Games,PopCap,,,,,,,2006-08-30, +/games/boxart/full_feel-for-two_1PALFront.jpg,Feel for Two,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-05-26, +/games/boxart/default.jpg,Fenix Rage,PS4,Misc,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Fenix Rage,PC,Misc,Green Lava Studios,Unknown,,,,,,,2014-09-24, +/games/boxart/default.jpg,Ferris Mueller's Day Off,And,Misc,Glitch Games,Unknown,,,,,,,2014-01-15, +/games/boxart/full_294098JapanFrontccc.jpg,Fever 2: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2000-05-02, +/games/boxart/full_5308285JapanFrontccc.jpg,Fever 3: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2000-11-02, +/games/boxart/full_3566941JapanFrontccc.jpg,Fever 4: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2001-03-08, +/games/boxart/full_2331550JapanFrontccc.jpg,Fever 5: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2001-09-20, +/games/boxart/full_fever-sankyo-koushiki-pachinko-simulation-for-wonderswan_9JapanFront.jpg,Fever Sankyo Koushiki Pachinko Simulation for WonderSwan,WS,Misc,Bec,Bec,,,,,,,1999-12-09, +/games/boxart/full_8443270JapanFrontccc.jpg,Fever: Sankyo Koushiki Pachinko Simulation,PS,Misc,Ichikawa,Ichikawa,,,,,,,1999-11-11, +/games/boxart/full_8720178AmericaFrontccc.jpeg,Fez,PS4,Misc,Polytron,Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,Fez,PSV,Misc,Polytron,Unknown,,,,,,,2014-03-25, +/games/boxart/1308581ccc.jpg,Fidelity Ultimate Chess Challenge,Lynx,Misc,Telegames,"Telegames, Inc.",,,,,,,1992-01-01, +/games/boxart/default.jpg,FIFA 13,PS2,Misc,EA Sports,Unknown,,,,,,,2012-09-25, +/games/boxart/default.jpg,FIFA Street,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_4490981PALFrontccc.jpg,FightBox,GBA,Misc,BBC Multimedia,Gamezlab,,,,,,,2004-02-06, +/games/boxart/default.jpg,Fighting Fantasy: Starship Traveller,And,Misc,Tin Man Games,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Final Fantasy,GBA,Misc,Nintendo,Unknown,,,,,,,2004-11-29, +/games/boxart/default.jpg,Final Fantasy II,GBA,Misc,Nintendo,Unknown,,,,,,,2004-11-29, +/games/boxart/default.jpg,Final Fantasy II,PSP,Misc,Square Enix,Unknown,,,,,,,2007-07-24, +/games/boxart/default.jpg,Final Fantasy IV,PSP,Misc,Square Enix,Unknown,,,,,,,2011-04-19, +/games/boxart/default.jpg,Final Fantasy IV,Wii,Misc,Square Enix,Unknown,,,,,,,2010-03-08, +/games/boxart/default.jpg,Final Fantasy IV,GBA,Misc,Square Enix,Unknown,,,,,,,2005-12-12, +/games/boxart/default.jpg,Final Fantasy IV,TG16,Misc,ArtDink,Unknown,,,,,,,1993-06-11, +/games/boxart/default.jpg,Final Fantasy Tactics,And,Misc,Square Enix,Unknown,,,,,,,2013-02-14, +/games/boxart/default.jpg,Final Fantasy Tactics,PSP,Misc,Square Enix,Unknown,,,,,,,2007-10-09, +/games/boxart/default.jpg,Final Fantasy VI,GBA,Misc,Nintendo,Unknown,,,,,,,2007-02-05, +/games/boxart/default.jpg,Final Fight,GBA,Misc,Capcom,Unknown,,,,,,,2001-09-26, +/games/boxart/default.jpg,Final Fight,SCD,Misc,Sega,Unknown,,,,,,,1993-04-03, +/games/boxart/default.jpg,Final Fight,ZXS,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Final Fight,C64,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Final Fight,AST,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Final Fight,Amig,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Final Fight,Arc,Misc,Capcom,Unknown,,,,,,,1989-12-01, +/games/boxart/default.jpg,Final Fight,WiiU,Misc,Capcom,Unknown,,,,,,,2013-10-03, +/games/boxart/default.jpg,Final Fight 2,WiiU,Misc,Capcom,Unknown,,,,,,,2013-10-03, +/games/boxart/default.jpg,Final Fight 3,WiiU,Misc,Capcom,Unknown,,,,,,,2013-10-03, +/games/boxart/default.jpg,Final Rush,PC,Misc,Unknown,Unknown,,,,,,,2013-09-17, +/games/boxart/full_9228151JapanFrontccc.jpg,Find Love 2: The Prologue,SAT,Misc,Daiki,Daiki,,,,,,,1998-06-04, +/games/boxart/full_550476AmericaFrontccc.jpg,Find Teddy,XBL,Misc,Microsoft,Stephen M Bennett,,,,,,,2009-02-09, +/games/boxart/9173461ccc.jpg,Finding Nemo: Learning With Nemo,PC,Misc,Buena Vista,InLight Entertainment,,,,,,,2005-10-05, +/games/boxart/full_finger-connection_6AmericaFront.jpg,Finger Connection,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-04, +/games/boxart/full_8787929AmericaFrontccc.jpg,Fire,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-16, +/games/boxart/default.jpg,Fire Emblem: Ankoku Ryu to Hikari no Tsurugi,3DS,Misc,Nintendo,Intelligent Systems,,,,,,,2012-08-01,2018-08-06 +/games/boxart/default.jpg,Fire Pro Wrestling Returns,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-04-23, +/games/boxart/full_6155774AmericaFrontccc.jpg,Firecracker HD,XBL,Misc,Microsoft,yaystuff,,,,,,,2009-12-27, +/games/boxart/default.jpg,Firefighters 2014,PC,Misc,Rondomedia,Unknown,,,,,,,2014-05-21, +/games/boxart/full_1277387AmericaFrontccc.jpg,Fireplace,XBL,Misc,Microsoft,SniperED007,,,,,,,2008-12-21, +/games/boxart/full_954666AmericaFrontccc.jpg,Firewatch,Linux,Misc,Unknown,Unknown,,,,,,,2016-02-09, +/games/boxart/full_9856925AmericaFrontccc.jpg,Firewatch,OSX,Misc,Unknown,Unknown,,,,,,,2016-02-09, +/games/boxart/full_6271248AmericaFrontccc.jpg,Fireworks HD,XBL,Misc,Microsoft,Squimball,,,,,,,2009-07-16, +/games/boxart/full_2787601AmericaFrontccc.jpg,Fireworks Screensaver,XBL,Misc,Microsoft,lutas,,,,,,,2009-09-25, +/games/boxart/full_6099271AmericaFrontccc.jpg,Fireworks Spectacular,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-02, +/games/boxart/full_6991227AmericaFrontccc.jpg,Fish Racer Arcade,XBL,Misc,Microsoft,Kytin,,,,,,,2009-04-01, +/games/boxart/full_1564755AmericaFrontccc.jpg,Fishbowl,XBL,Misc,Microsoft,NEARFANTASTlCA,,,,,,,2009-01-20, +/games/boxart/9483478ccc.jpg,Fisher Price: Firehouse Rescue,NES,Misc,GameTek,Imagineering Inc.,,,,,,,1990-03-01, +/games/boxart/5029319ccc.jpg,Fisher Price: I Can Remember,NES,Misc,GameTek,Beam Software,,,,,,,1990-03-01, +/games/boxart/8755679ccc.jpg,Fisher Price: Perfect Fit,NES,Misc,GameTek,Beam Software,,,,,,,1990-03-01, +/games/boxart/default.jpg,Fishing Paradise 3D,And,Misc,Bass Professor,Unknown,,,,,,,2013-04-12, +/games/boxart/default.jpg,Fist Puncher,PC,Misc,Adult Swim,Unknown,,,,,,,2013-06-21, +/games/boxart/default.jpg,Fist Puncher,X360,Misc,Adult Swim,Unknown,,,,,,,2013-07-31, +/games/boxart/default.jpg,Fist Puncher,Ouya,Misc,Adult Swim,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Fistful of Frags,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-09, +/games/boxart/default.jpg,Fistful of Frags,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-09, +/games/boxart/default.jpg,Fistful of Frags,PC,Misc,Unknown,Unknown,,,,,,,2014-05-09, +/games/boxart/default.jpg,Fit Music,Wii,Misc,Electric Dreams Software,Unknown,,,,,,,2012-04-15, +/games/boxart/default.jpg,Fiz: The Brewery Management Game,And,Misc,"Bit By Bit Studios, LLC",Unknown,,,,,,,2013-12-19, +/games/boxart/default.jpg,Flag Quiz,And,Misc,Unknown,Unknown,,,,,,,2014-06-19, +/games/boxart/default.jpg,Flame Over,PSV,Misc,Laughing Jackal,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Flap for Life,And,Misc,Unknown,Unknown,,,,,,,2014-03-09, +/games/boxart/default.jpg,Flappy Bird,And,Misc,Codemasters Online,Unknown,,,,,,,2013-05-24, +/games/boxart/default.jpg,Flappy Fin & Friends,And,Misc,Go Games Limited,Unknown,,,,,,,2014-02-24, +/games/boxart/full_9095979AmericaFrontccc.jpg,Flash Cards for Kids,XBL,Misc,Microsoft,Talryyn,,,,,,,2009-09-04, +/games/boxart/full_flash-sega-saturn-ochikazuki-hen_670JapanFront.jpg,Flash Sega Saturn: Ochikazuki-hen,SAT,Misc,Sega,Sega,,,,,,,1996-01-01, +/games/boxart/default.jpg,Flashback (2013),PS3,Misc,Ubisoft,Unknown,,,,,,,2013-10-02, +/games/boxart/default.jpg,Flashback (2013),X360,Misc,Ubisoft,Unknown,,,,,,,2013-08-21, +/games/boxart/full_7795334AmericaFrontccc.jpg,Flashback (2013),PC,Misc,Ubisoft,Unknown,,,,,,,2013-10-01, +/games/boxart/full_flashlight_5AmericaFront.jpg,Flashlight,DSiW,Misc,Kaasa Solution,Kaasa Solution,,,,,,,2010-10-25, +/games/boxart/default.jpg,Flick Home Run! : Zombies,And,Misc,infinity pocket,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Flight Control,And,Misc,Namco Bandai Games,Unknown,,,,,,,2011-11-18, +/games/boxart/default.jpg,Flight Control,PC,Misc,Firemint,Unknown,,,,,,,2011-11-18, +/games/boxart/default.jpg,Flight Control,PS3,Misc,Firemint,Unknown,,,,,,,2011-01-27, +/games/boxart/default.jpg,Flip,PC,Misc,Unknown,Unknown,,,,,,,2014-05-17, +/games/boxart/default.jpg,Flip,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Flip,Linux,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Flip,And,Misc,Unknown,Unknown,,,,,,,2014-05-17, +/games/boxart/default.jpg,Flip the Core,3DS,Misc,Engine Software,Unknown,,,,,,,2012-06-28, +/games/boxart/default.jpg,Flip the Core,DSi,Misc,Engine Software,Unknown,,,,,,,2012-06-28, +/games/boxart/full_781396AmericaFrontccc.jpg,Flipnote Studio,DSiW,Misc,Nintendo,Nintendo EAD Tokyo,9,,,,,,2009-08-12, +/games/boxart/default.jpg,Flipper 2,DSi,Misc,Engine Software,Unknown,,,,,,,2012-01-26, +/games/boxart/default.jpg,Flipper 2,3DS,Misc,Engine Software,Unknown,,,,,,,2012-01-26, +/games/boxart/full_3103565AmericaFrontccc.jpg,Flips: More Bloody Horowitz,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-05-17, +/games/boxart/full_flips-silent-but-deadly_2AmericaFront.jpg,Flips: Silent But Deadly,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-06-14, +/games/boxart/full_7343834AmericaFrontccc.jpg,Flips: Terror in Cubicle Four,DSiW,Misc,Electronic Arts,Electronic Arts,5,,,,,,2010-03-01, +/games/boxart/full_9134195AmericaFrontccc.jpg,Flips: The Bubonic Builders,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-03-08, +/games/boxart/full_2746210AmericaFrontccc.jpg,Flips: The Enchanted Wood,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-05-10, +/games/boxart/full_flips-the-folk-of-the-faraway-tree_0AmericaFront.jpg,Flips: The Folk of the Faraway Tree,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-07-05, +/games/boxart/full_flips-the-magic-faraway-tree_0AmericaFront.jpg,Flips: The Magic Faraway Tree,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-06-07, +/games/boxart/default.jpg,Floating Cloud God Saves the Pilgrims,PSP,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Floating Cloud God Saves the Pilgrims,PSV,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Flockers,PC,Misc,Team17 Software,Unknown,,,,,,,2014-05-16, +/games/boxart/default.jpg,Floras,And,Misc,Unknown,Unknown,,,,,,,2014-05-08, +/games/boxart/full_3031425AmericaFrontccc.png,flOw (PSP),PSN,Misc,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2008-03-05, +/games/boxart/default.jpg,Flower Farmer,And,Misc,Code 4 Development LLC,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Flower Shop: Summer In Fairbrook,OSX,Misc,Winter Wolves Studio,Unknown,,,,,,,2010-01-28, +/games/boxart/default.jpg,Flower Shop: Summer In Fairbrook,PC,Misc,Winter Wolves Studio,Unknown,,,,,,,2010-01-28, +/games/boxart/default.jpg,Flower Shop: Summer In Fairbrook,Linux,Misc,Winter Wolves Studio,Unknown,,,,,,,2014-05-16, +/games/boxart/full_5783934PALFrontccc.jpg,Flux: Audio Visual Experience,SCD,Misc,Virgin Interactive,EXP,,,,,,,1995-01-01, +/games/boxart/full_4049106AmericaFrontccc.jpg,Flyhunter Origins,PC,Misc,Triniti Interactive,Unknown,,,,,,,2014-10-01, +/games/boxart/full_1043882AmericaFrontccc.jpg,Flyhunter Origins,And,Misc,Triniti Interactive,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Flying Turtle,3DS,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-04-03, +/games/boxart/default.jpg,Flying Turtle,OSX,Misc,Big Fish Games,Unknown,,,,,,,2009-11-25, +/games/boxart/default.jpg,Flying War,And,Misc,AppXplore Sdn Bhd,Unknown,,,,,,,2014-04-03, +/games/boxart/default.jpg,Flying Words,And,Misc,Go Games Limited,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,FlyingSheep,And,Misc,Frima Studio,Unknown,,,,,,,2014-02-18, +/games/boxart/default.jpg,Food Battle: The Game,PC,Misc,Smosh LLC,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Food Battle: The Game,And,Misc,Smosh LLC,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Foosball - Street Edition,PC,Misc,Unknown,Unknown,,,,,,,2014-04-16, +/games/boxart/full_6664365AmericaFrontccc.jpg,Football Genius: The Ultimate Quiz,XBL,Misc,RTL,I-Imagine Interactive,,,,,,,2009-09-30, +/games/boxart/full_1834789PALFrontccc.jpg,Football Manager 2013,And,Misc,Sega,Unknown,,,,,,,2012-12-13, +/games/boxart/full_6447218PALFrontccc.jpg,Football Manager 2013,OSX,Misc,Sega,Unknown,,,,,,,2012-11-01, +/games/boxart/default.jpg,FORCED,PS3,Misc,BetaDwarf,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,FORCED,X360,Misc,BetaDwarf,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,FORCED,Linux,Misc,BetaDwarf,Unknown,,,,,,,2013-10-24, +/games/boxart/default.jpg,FORCED,OSX,Misc,BetaDwarf,Unknown,,,,,,,2013-10-24, +/games/boxart/default.jpg,forma.8,PSV,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,forma.8,PS4,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,forma.8,PC,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,forma.8,OSX,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,forma.8,Linux,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Forsaken Fortress,OSX,Misc,Photon Productions,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Forsaken Fortress,Lynx,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Forsaken Fortress,PC,Misc,Photon Productions,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Forsaken Fortress,Linux,Misc,Photon Productions,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Fort Defense North Menace,PSV,Misc,8Floor,Unknown,,,,,,,2014-03-11, +/games/boxart/full_fortresscraft-chapter-1_824AmericaFront.jpg,FortressCraft Chapter 1,XBL,Misc,Microsoft,ProjectorGames,,,,,,,2011-04-08, +/games/boxart/default.jpg,Fortuna Magus,And,Misc,"Kotobuki Solution Co., Ltd.",Unknown,,,,,,,2014-03-10, +/games/boxart/full_5771509PALFrontccc.jpg,Forty 4 Party,PS2,Misc,505 Games,HuneX,,,,,,,2005-01-01, +/games/boxart/default.jpg,Four In A Line Pro,PC,Misc,Unknown,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Four In A Line Pro,OSX,Misc,Unknown,Unknown,,,,,,,2014-03-28, +/games/boxart/full_9880319AmericaFrontccc.jpg,Fractal Dive,XBL,Misc,Microsoft,heloli,,,,,,,2009-12-08, +/games/boxart/default.jpg,Fraction Monkeys,And,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Fractured Soul,PC,Misc,Endgame Studios,Unknown,,,,,,,2014-02-25, +/games/boxart/full_4397910PALFrontccc.jpg,Franklin: A Birthday Surprise,GC,Misc,Game Factory,Neko Entertainment,,,,,,,2006-06-16, +/games/boxart/default.jpg,Freaking Meatbags,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Freaking Meatbags,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/full_5033827AmericaFrontccc.jpeg,Freddi Fish and Luther's Maze Madness,PC,Misc,Humongous Entertainment.,Unknown,,,,,,,1996-11-22, +/games/boxart/default.jpg,Freddi Fish and Luther's Maze Madness,OSX,Misc,Humongous Entertainment.,Unknown,,,,,,,1996-11-22, +/games/boxart/default.jpg,Freddi Fish and Luther's Maze Madness,Linux,Misc,Humongous Entertainment.,Unknown,,,,,,,1996-11-22, +/games/boxart/full_109772AmericaFrontccc.jpeg,Freddi Fish and Luther's Water Worries,PC,Misc,Humongous Entertainment,Unknown,,,,,,,1996-12-19, +/games/boxart/default.jpg,Frederic: Evil Strikes Back,PC,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-23, +/games/boxart/default.jpg,Frederic: Evil Strikes Back,And,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-07, +/games/boxart/default.jpg,Frederic: Evil Strikes Back,OSX,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-23, +/games/boxart/default.jpg,Frederic: Evil Strikes Back,Linux,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-23, +/games/boxart/default.jpg,FreeCell - Solitaire Connection,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-12-06, +/games/boxart/default.jpg,FreeCell Deluxe,And,Misc,Griptonite Studio,Unknown,,,,,,,2012-08-01, +/games/boxart/default.jpg,FreeCell FULL GAME,PSV,Misc,Namco Bandai Games,Unknown,,,,,,,2013-12-19, +/games/boxart/default.jpg,Freecell Pro,And,Misc,Griptonite Studio,Unknown,,,,,,,2012-10-16, +/games/boxart/default.jpg,FreeCell Solitaire,3DS,Misc,Agetec,Unknown,,,,,,,2012-08-09, +/games/boxart/default.jpg,Freecell Solitaire Pro,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2012-12-13, +/games/boxart/default.jpg,FreeCell Solitaire!,3DS,Misc,Cerasus Media,Unknown,,,,,,,2013-02-28, +/games/boxart/default.jpg,FreeCell!,Wii,Misc,Natsume,Unknown,,,,,,,2012-10-18, +/games/boxart/default.jpg,Freecell+,Wii,Misc,D4 Enterprise,Unknown,,,,,,,2012-11-08, +/games/boxart/default.jpg,Freecell+,Arc,Misc,Trigger Apps,Unknown,,,,,,,1993-04-09, +/games/boxart/default.jpg,FreeCell.,3DS,Misc,Virtual Playground,Unknown,,,,,,,2013-02-28, +/games/boxart/default.jpg,Freedom Fall,And,Misc,Unknown,Unknown,,,,,,,2013-07-19, +/games/boxart/default.jpg,Freedom Fall,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-28, +/games/boxart/default.jpg,Freedom Fall,PC,Misc,Unknown,Unknown,,,,,,,2013-08-28, +/games/boxart/full_3045528AmericaFrontccc.jpg,Freeze Tag Fun Pack #1,PC,Misc,Freeze Tag,Freeze Tag / Joju Games - Dekovir Entertainment - Linksolutions,,,,,,,2009-09-24, +/games/boxart/full_7817955AmericaFrontccc.jpg,Freeze Tag Fun Pack #2,PC,Misc,Freeze Tag,Freeze Tag / iQ212,,,,,,,2009-09-24, +/games/boxart/full_2760847PALFrontccc.jpg,French Buddy,DS,Misc,Unknown,Deep Silver,,,,,,,, +/games/boxart/8374537ccc.png,Frets on Fire,PC,Misc,Unknown,Unreal Voodoo,,,,,,,2006-08-03, +/games/boxart/full_233502AmericaFrontccc.jpg,Fridgy,XBL,Misc,Microsoft,Wiley,,,,,,,2009-05-06, +/games/boxart/default.jpg,Friendly Fire!,And,Misc,Red Robot Labs Inc.,Unknown,,,,,,,2013-10-22, +/games/boxart/default.jpg,Fritz & Chesster's Chess Complete,PC,Misc,Unknown,ChessBase,,,,,,,, +/games/boxart/default.jpg,Fritz & Chesster's Chess For Winners,PC,Misc,Unknown,ChessBase,,,,,,,, +/games/boxart/default.jpg,Fritz Chess 13,PC,Misc,Viva Media,ChessBase,,,,,,,2011-10-24, +/games/boxart/default.jpg,Frobisher Says!,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-04-16, +/games/boxart/default.jpg,Frog Toss,X360,Misc,Press Play,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Froggy Splash 2,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-23, +/games/boxart/full_149650JapanFrontccc.jpg,From TV Animation One Piece: Treasure Wars 2 - Buggyland Heyou Koso,WS,Misc,Bandai,Graphic Research,,,,,,,2002-12-20, +/games/boxart/default.jpg,Frontier: First Encounters,MSD,Misc,GameTek,Unknown,,,,,,,1995-04-16, +/games/boxart/default.jpg,Frontline Commando 2,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-03-05, +/games/boxart/default.jpg,Frozen Endzone,PC,Misc,Mode 7,Unknown,,,,,,,2014-03-10, +/games/boxart/default.jpg,Frozen Free Fall,And,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,Frozen Synapse,PSV,Misc,Mode 7,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Frozen Synapse,PS3,Misc,Mode 7,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Frozen Synapse,OSX,Misc,Mode 7,Unknown,,,,,,,2011-05-26, +/games/boxart/default.jpg,Frozen Synapse: Tactics,PS3,Misc,Double Eleven,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Frozen Synapse: Tactics,PSV,Misc,Double Eleven,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Fruit Moves,And,Misc,Unknown,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Fruit Ninja,PSV,Misc,Halfbrick Studios,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Fruit Ninja,WinP,Misc,Halfbrick Studios,Unknown,,,,,,,2010-12-22, +/games/boxart/default.jpg,Fruit Ninja,And,Misc,Halfbrick Studios,Unknown,,,,,,,2010-09-17, +/games/boxart/default.jpg,Fruit Swap,PC,Misc,Liminal Games,Unknown,,,,,,,2014-02-07, +/games/boxart/default.jpg,Fruits and Veggies Educational Memory Game,3DS,Misc,G-Style,Unknown,,,,,,,2013-04-25, +/games/boxart/full_2468089JapanFrontccc.jpg,Fruits Mura no Doubutsu Tachi,GBA,Misc,TDK Core,TDK Core,,,,,,,2004-10-28, +/games/boxart/default.jpg,Fruits Slide Puzzle,PC,Misc,South East Games,Unknown,,,,,,,2014-02-05, +/games/boxart/default.jpg,Fruits Slide Puzzle,OSX,Misc,South East Games,Unknown,,,,,,,2014-02-05, +/games/boxart/default.jpg,Fruits Slide Puzzle,Linux,Misc,South East Games,Unknown,,,,,,,2014-02-05, +/games/boxart/default.jpg,Fruits vs. Birds,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Frustration,OSX,Misc,Gunho Online Entertainment,Unknown,,,,,,,2014-07-22, +/games/boxart/default.jpg,Frustration,PC,Misc,Gunho Online Entertainment,Unknown,,,,,,,2014-07-22, +/games/boxart/default.jpg,FTL: Faster Than Light,OSX,Misc,Unknown,Unknown,,,,,,,2012-09-14, +/games/boxart/full_7036307PALFrontccc.png,FTL: Faster Than Light,PC,Misc,Unknown,Unknown,8.6,,,,,,2012-09-14, +/games/boxart/default.jpg,FTL: Faster Than Light,Linux,Misc,Unknown,Unknown,,,,,,,2012-09-14, +/games/boxart/full_5464089JapanFrontccc.jpg,Fujimori Midori no Let's Tarot,DS,Misc,ASNetworks,ASNetworks,,,,,,,2007-12-13, +/games/boxart/default.jpg,Full Bore,PC,Misc,Unknown,Unknown,,,,,,,2013-09-29, +/games/boxart/full_full-house-poker-featuring-avatar-superstars_54AmericaFront.jpg,Full House Poker featuring Avatar Superstars,XBL,Misc,Microsoft,Krome Studios,8,,,,,,2011-03-16, +/games/boxart/default.jpg,Full Throttle,OSX,Misc,LucasArts,Unknown,,,,,,,1996-01-01, +/games/boxart/default.jpg,Full Throttle,MSD,Misc,LucasArts,Unknown,,,,,,,1995-05-02, +/games/boxart/6525988ccc.jpg,Fun 'n Games,3DO,Misc,Panasonic Interactive Media,Virgin Interactive,,,,,,,1994-01-01, +/games/boxart/default.jpg,Fun! Fun! Minigolf TOUCH!,3DS,Misc,Shin'en Multimedia,Unknown,,,,,,,2012-03-08, +/games/boxart/default.jpg,Funky Smugglers,OSX,Misc,11 bit studios,Unknown,,,,,,,2012-10-11, +/games/boxart/default.jpg,Funky Smugglers,And,Misc,11 bit studios,Unknown,,,,,,,2012-10-11, +/games/boxart/full_8349208PALFrontccc.jpg,Funny Cards,GBA,Misc,505 Games,Access,,,,,,,2006-02-01, +/games/boxart/full_furopon-world_1JapanFront.jpg,Furopon World,3DO,Misc,Warp,Warp,,,,,,,1995-09-14, +/games/boxart/full_8208716JapanFrontccc.jpg,Fushigi no Kuni no Alice,GBA,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2003-01-09, +/games/boxart/full_2354194JapanFrontccc.jpg,Fushigi no Kuni no Alice,PS2,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2003-06-12, +/games/boxart/full_2129443JapanFrontccc.jpg,Fushigi no Kuni no Angelique,GBA,Misc,KOEI,Koei,,,,,,,2002-03-08, +/games/boxart/full_4853976JapanFrontccc.jpg,Fushigi no Kuni no Angelique,PCFX,Misc,NEC,Koei,,,,,,,1996-10-11, +/games/boxart/default.jpg,Future Combat - Patriots at War,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-11-11, +/games/boxart/default.jpg,Future Combat - Patriots at War,PSV,Misc,Namco Bandai Games,Unknown,,,,,,,2014-11-11, +/games/boxart/full_5758263AmericaFrontccc.jpg,futureU: The Prep Game for SAT,PC,Misc,Aspyr,Aspyr Media,,,,,,,2008-08-25, +/games/boxart/full_1330942AmericaFrontccc.jpg,Fuzion Frenzy,XBL,Misc,Microsoft Game Studios,Blitz Games,,,,,,,2007-12-04, +/games/boxart/default.jpg,Fuzion Pirates,And,Misc,CJ Internet Corp.,Unknown,,,,,,,2014-05-19, +/games/boxart/full_5058901JapanFrontccc.jpg,G.G Series Collection Plus,DS,Misc,Genterprise,Suzak,,,,,,,2010-05-27, +/games/boxart/full_gabrielles-ghostly-groove-monster-mix_684AmericaFront.jpg,Gabrielle's Ghostly Groove: Monster Mix,WW,Misc,Natsume,Santa Entertainment,,,,,,,2011-05-16, +/games/boxart/full_3831636JapanFrontccc.jpg,Gachapin Nikki DS,DS,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-09-20, +/games/boxart/full_gacharoku-2_4JapanFront.jpg,Gacharoku 2: Kondo wa Sekai Isshuu yo!!,PS2,Misc,Sony Computer Entertainment,Agenda,,,,,,,2003-12-18, +/games/boxart/full_5547258JapanFrontccc.jpg,Gaia Master,PS,Misc,Capcom,Capcom,,,,,,,2000-04-13, +/games/boxart/full_7724209JapanFrontccc.jpg,Gaia Master Duel Card Attacks,GB,Misc,Capcom,Capcom,,,,,,,2001-06-29, +/games/boxart/default.jpg,Gaia's Moon,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2012-01-19, +/games/boxart/default.jpg,Gaia's Moon,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2012-01-19, +/games/boxart/default.jpg,Gaiabreaker,WiiU,Misc,Ubiquitous Media Corp.,Unknown,,,,,,,2014-08-14, +/games/boxart/full_3016460JapanFrontccc.jpg,Gakken Chuugokugo Sanmai DS,DS,Misc,Gakken,Gakken,,,,,,,2008-07-10, +/games/boxart/full_gakken-chuugokugo-sanmai-ds-kiki-tore-amp-shoki-tore_337JapanFront.jpg,Gakken Chuugokugo Sanmai DS: Kiki-Tore & Shoki-Tore,DS,Misc,Gakken,Gakken,,,,,,,2011-03-17, +/games/boxart/full_7959227JapanFrontccc.jpg,Gakken DS: Otona no Gakushuu Kindaichi Sensei no Nihongo Lesson,DS,Misc,Gakken,Tenky,,,,,,,2007-02-22, +/games/boxart/full_2778934JapanFrontccc.jpg,Gakken Eigo Sanmai DS,DS,Misc,Gakken,Gakken,,,,,,,2009-11-26, +/games/boxart/full_3413812JapanFrontccc.jpg,Gakken Hangul Sanmai DS,DS,Misc,IE Institute,Gakken,,,,,,,2009-03-19, +/games/boxart/full_gakken-hangul-go-sanmai-ds-kiki-tore-amp-shoki-tore_960JapanFront.jpg,Gakken Hangul-Go Sanmai DS: Kiki-Tore & Shoki-Tore,DS,Misc,Gakken,Gakken,,,,,,,2011-03-17, +/games/boxart/full_6274223JapanFrontccc.jpg,Gakken Kanyouku Kotowaza 210,GB,Misc,Imagineer,Imagineer,,,,,,,1998-01-30, +/games/boxart/full_3080404JapanFrontccc.jpg,Gakken M Bunko: Monoshiri Edo Meijin,DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2008-04-10, +/games/boxart/full_7357739JapanFrontccc.jpg,Gakken Mainichi no Drill DS: Mesaze! Miracle Shougaku 1 Nensei,DS,Misc,Gakken,Gakken,,,,,,,2008-06-19, +/games/boxart/full_5709166JapanFrontccc.jpg,Gakken Mu Henshuubu Kanshuu: Choujou Genshou Research File,DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2008-09-11, +/games/boxart/full_5755363JapanFrontccc.jpg,Gakken Rekishi 512,GB,Misc,Imagineer,Imagineer,,,,,,,1998-05-29, +/games/boxart/full_9191073JapanFrontccc.jpg,Gakken Shiaza Jukugo 288,GB,Misc,Imagineer,Imagineer,,,,,,,1998-01-30, +/games/boxart/full_gakken-taigo-indonesia-go-sanmai-ds_5JapanFront.jpg,Gakken Taigo: Indonesia-Go Sanmai DS,DS,Misc,Gakken,Gakken,,,,,,,2010-10-14, +/games/boxart/full_1535844JapanFrontccc.jpg,Gakken Youten Rank Jun Series: Kagaku DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-12-21, +/games/boxart/full_4199424JapanFrontccc.jpg,Gakken Youten Rank Jun Series: Nippon no Rekishi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-12-21, +/games/boxart/full_1225985JapanFrontccc.jpg,Gakken: Shin TOEIC Test Kanzen Kouryaku 2,DS,Misc,Gakken,Gakken,,,,,,,2009-03-19, +/games/boxart/full_9660433JapanFrontccc.jpg,Gakkyuou Yamazaki: Yamazaki Oukoku Oofun Araso,DC,Misc,Sega,Sega,,,,,,,1999-12-23, +/games/boxart/full_4315141AmericaFrontccc.jpg,Galactic Pinball,VB,Misc,Nintendo,Intelligent Systems,,,,,,,1995-08-14, +/games/boxart/default.jpg,Galatea,PSV,Misc,Unknown,Unknown,,,,,,,2014-02-26, +/games/boxart/default.jpg,Galaxy Legend,And,Misc,Tap4Fun,Unknown,,,,,,,2013-08-08, +/games/boxart/default.jpg,GALAXY OF DEATH,3DS,Misc,SelectSoft,Unknown,,,,,,,2013-01-10, +/games/boxart/default.jpg,Galaxy Saver,DSi,Misc,G-Style,Unknown,,,,,,,2013-01-03, +/games/boxart/default.jpg,Galaxy Saver,3DS,Misc,G-Style,Unknown,,,,,,,2013-01-03, +/games/boxart/full_9781069AmericaFrontccc.jpg,Gallery: Landscapes,XBL,Misc,Microsoft,Deej,,,,,,,2009-07-05, +/games/boxart/full_2901671AmericaFrontccc.jpg,Gallery: World Cities,XBL,Misc,Microsoft,Deej,,,,,,,2009-10-15, +/games/boxart/full_5761158JapanFrontccc.jpg,Gamble Panic,GG,Misc,Sega,Sega,,,,,,,1995-01-27, +/games/boxart/full_7204079JapanFrontccc.jpg,Gambler Jiko Chuushinha 2: Gekitou Tokyo Mahjong Land Hen,SCD,Misc,Game Arts,Game Arts,,,,,,,1992-12-18, +/games/boxart/full_507653AmericaFrontccc.jpg,Game & Watch Collection,DS,Misc,Nintendo,Nintendo,,,,,,,2008-12-15, +/games/boxart/full_game-ampamp-watch-collection-2_6AmericaFront.jpg,Game & Watch Collection 2,DS,Misc,Nintendo,Nintendo,,,,,,,2010-03-31, +/games/boxart/full_8409577AmericaFrontccc.png,Game & Watch Gallery,3DS,Misc,Nintendo,Nintendo,,,,,,,2011-07-14,2018-08-30 +/games/boxart/3746903ccc.jpg,Game Boy Camera,GB,Misc,Nintendo,Game Freak,,,,,,,1998-08-01, +/games/boxart/full_341656JapanFrontccc.jpg,Game Center USA: Midway Arcade Treasures,PS2,Misc,Success,Success,,,,,,,2006-09-21, +/games/boxart/full_9409313JapanFrontccc.jpg,Game de Oboeru TOEIC Test: Goku DeruDeru 1700,PS,Misc,Nagase Brothers,Nagase Brothers,,,,,,,2001-03-01, +/games/boxart/full_2288432JapanFrontccc.jpg,Game de wa Jimeru TOEIC Test: Mazuha Nyuumonhen 1500,PS,Misc,Nagase Brothers,Nagase Brothers,,,,,,,2003-06-05, +/games/boxart/default.jpg,Game Dev Tycoon,OSX,Misc,Greenheart Games,Unknown,,,,,,,2013-03-15, +/games/boxart/full_game-frenzy_825AmericaFront.jpg,Game Frenzy,XBL,Misc,Microsoft,MindsEdge,,,,,,,2011-09-22, +/games/boxart/1382602ccc.jpg,Game Guru,3DO,Misc,3DO,3DO,,,,,,,1996-01-01, +/games/boxart/full_5899584JapanFrontccc.jpg,Game Nihonishi: Kakumeiko Oda Nobunaga,SAT,Misc,KOEI,Koei,,,,,,,1997-04-04, +/games/boxart/full_3716816JapanFrontccc.jpg,Game no Tatsujin,3DO,Misc,Sunsoft,SunSoft,,,,,,,1995-06-09, +/games/boxart/full_7720588JapanFrontccc.jpg,Game no Tatsujin,PS,Misc,Sunsoft,SunSoft,,,,,,,1995-06-09, +/games/boxart/full_5085994JapanFrontccc.jpg,Game no Tatsujin,SNES,Misc,Sunsoft,Affect,,,,,,,1995-08-11, +/games/boxart/full_422986JapanFrontccc.jpg,Game no Tatsujin,SAT,Misc,Sunsoft,SunSoft,,,,,,,1995-06-09, +/games/boxart/default.jpg,Game of Thrones Ascent,BRW,Misc,ibrahim kocaalioglu,Unknown,,,,,,,2013-02-21, +/games/boxart/full_9728866JapanFrontccc.jpg,Game Party,NES,Misc,Coconuts Japan,Color Dreams,,,,,,,1990-08-03, +/games/boxart/full_7617739AmericaFrontccc.jpg,Game Room,XBL,Misc,Microsoft,Krome Studios,,,,,,,2010-03-24, +/games/boxart/full_9084773AmericaFrontccc.jpg,Game Room,PC,Misc,Sierra Entertainment,Sierra Entertainment,,,,,,,2001-03-24, +/games/boxart/full_game-show-2-pack_294AmericaFront.jpg,Game Show 2-Pack,Wii,Misc,THQ,THQ,,,,,,,2011-09-26, +/games/boxart/full_8162311AmericaFrontccc.jpg,Game Training Vol 1: Dexterity,XBL,Misc,Microsoft,Justin Le Clair,,,,,,,2009-07-03, +/games/boxart/full_game-ware-vol1_713JapanFront.jpg,Game-Ware Vol.1,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1996-04-05, +/games/boxart/full_game-ware-vol2_378JapanFront.jpg,Game-Ware Vol.2,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1996-07-05, +/games/boxart/full_game-ware-vol3_331JapanFront.jpg,Game-Ware Vol.3,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1996-10-04, +/games/boxart/full_game-ware-vol4_860JapanFront.jpg,Game-Ware Vol.4,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1997-03-07, +/games/boxart/full_game-ware-vol5_287JapanFront.jpg,Game-Ware Vol.5,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1997-06-27, +/games/boxart/default.jpg,GameBoy Wars Advance 1+2,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-03, +/games/boxart/full_8078423AmericaFrontccc.jpg,GameFinder,XBL,Misc,Microsoft,UberGeekGames,,,,,,,2009-08-18, +/games/boxart/default.jpg,Games Festival 2,3DS,Misc,Big Ben Interactive,Unknown,,,,,,,2013-10-17, +/games/boxart/full_4170731JapanFrontccc.jpg,Ganbare Goemon: Mononoke Sugoroku,GB,Misc,Konami,Konami,,,,,,,1999-12-16, +/games/boxart/default.jpg,Ganbaru Watashi no Osaifu Ouendan,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-01, +/games/boxart/default.jpg,Gang Lords,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2013-09-24, +/games/boxart/default.jpg,Ganja Farm,And,Misc,Vasili Tryndyk,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Gardens Inc. 2: The Road to Fame,PC,Misc,Mumbo Jumbo,Unknown,,,,,,,2014-05-22, +/games/boxart/full_9085942JapanFrontccc.jpg,Gateway to English: Eigo de Go!,3DO,Misc,Gakken,Gakken,,,,,,,1996-02-16, +/games/boxart/default.jpg,Gauntlet 2014,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2014-07-01, +/games/boxart/full_gb-pachi-slot-hisshouhou-jr_560JapanFront.jpg,GB Pachi-Slot Hisshouhou Jr.,GB,Misc,Sammy Corporation,Sammy Studios,,,,,,,1994-07-29, +/games/boxart/default.jpg,GEARCRACK Arena,PC,Misc,Unknown,Unknown,,,,,,,2014-05-29, +/games/boxart/full_9423338JapanFrontccc.jpg,Gegege no Kitarou: Youkai Donjaara,SNES,Misc,Bandai,Tom Create,,,,,,,1996-07-19, +/games/boxart/default.jpg,Gems With Friends,And,Misc,Zynga,Unknown,,,,,,,2012-11-22, +/games/boxart/5599312ccc.jpg,Genesis 6-Pak,GEN,Misc,Sega,Sega,,,,,,,1995-06-01, +/games/boxart/default.jpg,Genius Personal Eiwaraku Jiten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-01-13, +/games/boxart/default.jpg,Genius Personal Waeiraku Jiten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-01-13, +/games/boxart/full_genjin-collection_2JapanFront.jpg,Genjin Collection,GB,Misc,Hudson Soft,Hudson Soft,,,,,,,1996-11-22, +/games/boxart/full_8427173JapanFrontccc.jpg,Gensou Maden Saiyuuki: Harukanaru Nishi e,PS,Misc,J-Wing,J-Wing,,,,,,,2002-12-26, +/games/boxart/default.jpg,Genzai no Kyoushitsu -Kaguya Collection-,PC,Misc,Unknown,Atelier Kaguya,,,,,,,2011-07-22, +/games/boxart/default.jpg,Geometry Dash,And,Misc,Robert Topala,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Germinator,PSV,Misc,Creat Studios,Unknown,,,,,,,2013-03-05, +/games/boxart/default.jpg,Germinator,PS3,Misc,Creat Studios,Unknown,,,,,,,2013-03-05, +/games/boxart/default.jpg,Get Even,PC,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Get Even,XOne,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Get Even,PS4,Misc,Farm 51,Unknown,,,,,,,2018-01-01, +/games/boxart/full_7542598JapanFrontccc.jpg,Get Ride! AMDrive Shutsugeki! Battle Party,GBA,Misc,Konami,Konami,,,,,,,2004-12-16, +/games/boxart/default.jpg,Get Water!,And,Misc,Decode Entertainment Inc.,Unknown,,,,,,,2014-03-22, +/games/boxart/full_get-your-girlfriend-into-games_126AmericaFront.jpg,Get Your Girlfriend Into Games,XBL,Misc,Microsoft,AwesomeGamesStudio,,,,,,,2010-11-06, +/games/boxart/full_5796775JapanFrontccc.jpg,Getter Robo Daikessen!,PS,Misc,"Emotion, Inc.","TechnoSoft Co., Ltd.",,,,,,,1999-09-09, +/games/boxart/full_9769977JapanFrontccc.jpg,GG Portrait Virtua Fighter Kids: Akira Yuki,GG,Misc,Sega,Sega,,,,,,,1996-11-01, +/games/boxart/default.jpg,Ghost Detective: Shida's Ayakashi Case Book,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Ghost Fighter,X360,Misc,Quikding,Unknown,,,,,,,2011-10-23, +/games/boxart/full_3412430AmericaFrontccc.jpg,Ghost Mansion Party,WW,Misc,Gameloft,Gameloft,,,,,,,2009-10-26, +/games/boxart/default.jpg,Ghost of a Tale,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Ghost Shooter,WinP,Misc,Quikding,Unknown,,,,,,,2013-02-22, +/games/boxart/default.jpg,Ghost Song: A Journey of Hope,Linux,Misc,Matt White,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Ghost Song: A Journey of Hope,OSX,Misc,Matt White,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Ghost Song: A Journey of Hope,PC,Misc,Matt White,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Ghost Whisperer: Shadowlands,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/7769527ccc.jpg,Ghostbusters,MS,Misc,Sega,Compile,,,,,,,1987-01-01, +/games/boxart/default.jpg,Ghostbusters,MSX,Misc,Activision,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Ghostbusters,C64,Misc,Activision,Unknown,,,,,,,1984-01-01, +/games/boxart/full_9972195AmericaFrontccc.jpg,Ghostbusters,ApII,Misc,Activision,Unknown,,,,,,,1984-01-01, +/games/boxart/full_3505425AmericaFrontccc.png,Ghostbusters,ACPC,Misc,Activision,Activision,,,,,,,1985-01-01,2018-01-06 +/games/boxart/default.jpg,Ghostbusters (1986),GEN,Misc,Sega,Unknown,,,,,,,1990-06-29, +/games/boxart/default.jpg,Ghosts 'n Goblins,GBA,Misc,Capcom,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Ghosts 'n Goblins,Arc,Misc,Capcom,Unknown,,,,,,,1985-09-19, +/games/boxart/default.jpg,Ghosts 'n Goblins,C64,Misc,Elite,Unknown,,,,,,,1986-12-01, +/games/boxart/full_ghxyk2-classics-vol-1_696AmericaFront.jpg,GHXYK2 Classics Vol. 1,XBL,Misc,Microsoft,GHXYK2,,,,,,,2011-07-24, +/games/boxart/full_3342406AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_1291845AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,X360,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_4856153AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,WiiU,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_gijutsu-hyouronsha-kanshuu-kihonjouhou-gijutsusha-ds_432JapanFront.jpg,Gijutsu Hyouronsha Kanshuu: Kihonjouhou Gijutsusha DS,DS,Misc,Unknown,First IDC,,,,,,,, +/games/boxart/full_2270389AmericaFrontccc.jpg,Gin Rummy,XBL,Misc,Sierra Online,Sierra Online Shanghai Studios,,,,,,,2008-09-03, +/games/boxart/default.jpg,Ginsei Igo,PSV,Misc,Unknown,Silver Star,,,,,,,, +/games/boxart/default.jpg,Ginsei Igo 3D,3DS,Misc,SilverStar,SilverStar,,,,,,,2011-11-22, +/games/boxart/full_3720127JapanFrontccc.jpg,Ginsei Igo Portable,PSP,Misc,SilverStar,SilverStar,,,,,,,2010-05-20, +/games/boxart/full_6249155JapanFrontccc.jpg,Ginsei Shogi Portable,PSP,Misc,SilverStar,SilverStar,,,,,,,2010-02-18, +/games/boxart/full_ginsei-shogi-portable-fuuun-ryuuko-raiden_543JapanFront.jpg,Ginsei Shogi Portable: Fuuun Ryuuko Raiden,PSP,Misc,SilverStar,SilverStar,,,,,,,2011-08-04, +/games/boxart/default.jpg,Ginsei Shogi: Fuuun Ryuuko Raiden,PSV,Misc,Unknown,Silver Star,,,,,,,, +/games/boxart/default.jpg,Ginsei Shogi: Fuuun Ryuuko Raiden,And,Misc,Unknown,Unknown,,,,,,,2014-01-27, +/games/boxart/full_8023564JapanFrontccc.jpg,Ginsei Table Games Wii,Wii,Misc,Electronic Arts,SilverStarJapan,,,,,,,2008-10-23, +/games/boxart/default.jpg,Ginsei Tsume Shogi,DSiW,Misc,SilverStar,SilverStarJapan,,,,,,,2011-03-16, +/games/boxart/full_4897634JapanFrontccc.jpg,Gintama Oyakata no Jissen Pachinko Hisshouhou,SNES,Misc,Sammy Corporation,Sammy Studios,,,,,,,1995-02-17, +/games/boxart/full_girl-with-a-heart-of_350AmericaFront.jpg,Girl With a Heart of,PC,Misc,Unknown,Bent Spoon Games,,,,,,,2011-11-17, +/games/boxart/default.jpg,Girls' Fashion Shoot,3DS,Misc,Rising Star Games,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,Glass Tower,PC,Misc,Strategy First,Unknown,,,,,,,2000-12-31, +/games/boxart/full_8229516JapanFrontccc.jpg,Glay Station,PS,Misc,Oracion,Unknown,,,,,,,1999-04-16, +/games/boxart/default.jpg,Glint,And,Misc,UFO Interactive Games,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Glitch: Game of Giant Imagination,PC,Misc,Unknown,"Tiny Speck, Inc",,,,,,,, +/games/boxart/full_7745862AmericaFrontccc.jpg,Globulos Party,DSiW,Misc,GlobZ,GlobZ,6,,,,,,2010-03-01, +/games/boxart/default.jpg,Glory of Generals,And,Misc,EASY Inc.,Unknown,,,,,,,2013-07-05, +/games/boxart/default.jpg,Glyder,DSi,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Glyder,3DS,Misc,Unknown,Unknown,,,,,,,2013-07-18, +/games/boxart/default.jpg,Glyder,DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_445854AmericaFrontccc.jpg,Go 3D,XBL,Misc,Microsoft,FrogSlayer Studios,,,,,,,2009-04-30, +/games/boxart/full_go-meiheibe-amp-reversi-touryuumon_7JapanFront.jpg,Go Meiheibe & Reversi Touryuumon,WS,Misc,Sammy Corporation,Sammy Studios,,,,,,,2000-01-13, +/games/boxart/full_go-series-pinball-attack_9AmericaFront.jpg,GO Series: Pinball Attack!,DSiW,Misc,Gamebridge,ArtePiazza,,,,,,,2010-11-08, +/games/boxart/full_8325027PALFrontccc.jpg,Go! Explore,PSP,Misc,Sony Computer Entertainment,Nav N Go,,,,,,,2008-07-18, +/games/boxart/full_6239330AmericaFrontccc.jpg,Go! Go! Break Steady,XBL,Misc,Microsoft,Little Boy Games,,,,,,,2008-07-23, +/games/boxart/full_5048093JapanFrontccc.jpg,Go! Go! Hitchhike,GB,Misc,J-Wing,J-Wing,,,,,,,1998-07-10, +/games/boxart/default.jpg,Goat Rampage,And,Misc,Swift Apps,Unknown,,,,,,,2014-03-11, +/games/boxart/default.jpg,Goblin Defenders: Steel n Wood,And,Misc,Alawar Entertainment,Unknown,,,,,,,2013-09-26, +/games/boxart/full_gobs-of-games_4AmericaFront.jpg,Gobs of Games,GB,Misc,3DO,2n Productions,,,,,,,2000-09-01, +/games/boxart/default.jpg,God Mode,PS3,Misc,Atlus,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,God Mode,X360,Misc,Atlus,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Godus,OSX,Misc,22Cans,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Godus,Linux,Misc,22Cans,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Godus,PC,Misc,22Cans,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Godus,And,Misc,22Cans,Unknown,,,,,,,2015-01-01, +/games/boxart/full_godzilla-trading-battle_9JapanFront.jpg,Godzilla Trading Battle,PS,Misc,TOHO,"Toho Co., Ltd.",,,,,,,1998-12-03, +/games/boxart/default.jpg,Godzilla: Smash3,And,Misc,"Rogue Play, Inc.",Unknown,,,,,,,2014-05-16, +/games/boxart/full_4933017JapanFrontccc.jpg,Goemon: Mononoke Sugoroku,N64,Misc,Konami,Konami Computer Entertainment Kyoto,,,,,,,1999-12-25, +/games/boxart/full_6074372JapanFrontccc.jpg,Goku Mahjong Deluxe,GBA,Misc,Athena,Athena,,,,,,,2001-08-10, +/games/boxart/default.jpg,Gold Jumper,And,Misc,Gogii Games,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Gold Jumper,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Golden Axe 3,GEN,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/450448ccc.gif,Golden Nugget Casino DS,DS,Misc,Unknown,SkyRiver Studios,,,,,,,, +/games/boxart/full_7279019AmericaFrontccc.jpg,Golden Royal Blackjack,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2008-12-05, +/games/boxart/full_8127134AmericaFrontccc.jpg,Golden Royal Hold'em,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2009-06-09, +/games/boxart/default.jpg,Golden Sun,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-07, +/games/boxart/default.jpg,Golf,GBA,Misc,Nintendo,Unknown,,,,,,,2003-04-21, +/games/boxart/default.jpg,Gone Home,OSX,Misc,The Fullbright Company,Unknown,,,,,,,2013-08-15, +/games/boxart/default.jpg,Gone Home,Linux,Misc,The Fullbright Company,Unknown,,,,,,,2013-08-15, +/games/boxart/default.jpg,Goooooal Europa 2012,3DS,Misc,Cinemax,Unknown,,,,,,,2012-06-21, +/games/boxart/default.jpg,Goooooal Europa 2012,DSi,Misc,Cinemax,Unknown,,,,,,,2012-06-21, +/games/boxart/full_gotatsujin-electro_277JapanFront.jpg,Gotatsujin: Electro,PS,Misc,ASK,ASK Corporation,,,,,,,1998-10-29, +/games/boxart/full_gotatsujin-electro_913JapanFront.jpg,Gotatsujin: Electro,PSN,Misc,ASK,ASK Corporation,,,,,,,2010-12-22, +/games/boxart/default.jpg,GoTuizz,And,Misc,Bulkypix,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,Gourmet Ranch,BRW,Misc,Playdemic,Unknown,,,,,,,2010-07-01, +/games/boxart/default.jpg,Governor of Poker,And,Misc,Youda Games,Unknown,,,,,,,2009-12-05, +/games/boxart/default.jpg,Governor of Poker,3DS,Misc,Youda Games,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Grand Battle--MMO Strategy:War,And,Misc,Red Storm Entertainment,Unknown,,,,,,,2014-01-23, +/games/boxart/default.jpg,Grand Theft Auto Compilation,3DS,Misc,Alchemist,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Grand Theft Auto Online,X360,Misc,Take-Two Interactive,Unknown,,,,,,,2013-10-01, +/games/boxart/default.jpg,Grand Theft Auto: Episodes from Liberty City,DS,Misc,Atari,Unknown,,,,,,,2009-06-16, +/games/boxart/default.jpg,Grand Theft Auto: London 1969,PSV,Misc,TGL,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Grand Theft Auto: San Andreas,OSX,Misc,Rockstar Games,Unknown,,,,,,,2011-09-01, +/games/boxart/default.jpg,Grand Theft Auto: San Andreas,WinP,Misc,Rockstar Games,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Grand Theft Auto: San Andreas,And,Misc,Rockstar Games,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Grand Theft Auto: The Trilogy,X360,Misc,Kadokawa Games,Unknown,,,,,,,2014-06-05, +/games/boxart/default.jpg,Grand Theft Auto: The Trilogy,PSV,Misc,Kadokawa Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Gravi,PC,Misc,Unknown,Unknown,,,,,,,2013-10-08, +/games/boxart/full_4658566AmericaFrontccc.jpg,Gravitron 2,PC,Misc,Independent,Dark Castle Software,,,,,,,2008-08-31, +/games/boxart/default.jpg,Gravity Badgers,PC,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-11-28, +/games/boxart/default.jpg,Gravity Badgers,And,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2014-02-06, +/games/boxart/default.jpg,Gravity Badgers,OSX,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-12-02, +/games/boxart/full_great-adventures-by-fisher-price-pirate-ship_44AmericaFront.jpg,Great Adventures by Fisher Price: Pirate Ship,PC,Misc,Unknown,Davidson & associates / Fisher Price,,,,,,,2006-01-01, +/games/boxart/full_7763607AmericaFrontccc.jpg,Great Big War Game,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Green Farm 3,And,Misc,Gameloft,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,GRID,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2013-03-28, +/games/boxart/default.jpg,Grid Puzzle the Brain Game,And,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Grim Facade: Mystery of Venice,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-06-24, +/games/boxart/full_grimm-meisaku-gekijou-akazukin_4JapanFront.jpg,Grimm Meisaku Gekijou: Akazukin,3DO,Misc,Unknown,Ima Company,,,,,,,1994-09-02, +/games/boxart/full_6836047JapanFrontccc.jpg,Grimm Meisaku Gekijou: Bremen no Ongakutai,3DO,Misc,Unknown,Ima Company,,,,,,,1994-09-02, +/games/boxart/full_grimm-meisaku-gekijou-hansel-to-gretel_4JapanFront.jpg,Grimm Meisaku Gekijou: Hansel to Gretel,3DO,Misc,Unknown,Ima Company,,,,,,,1994-09-02, +/games/boxart/default.jpg,Grinsia,And,Misc,Nicalis,Unknown,,,,,,,2012-03-20, +/games/boxart/default.jpg,Grinsia,3DS,Misc,Nicalis,Unknown,,,,,,,2014-05-08, +/games/boxart/default.jpg,Grinsia,Linux,Misc,Nicalis,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Grinsia,PC,Misc,Nicalis,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Groove Heaven,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2013-05-23, +/games/boxart/full_3704772PALFrontccc.gif,Groovy Chick: My Fashion World,DS,Misc,Mindscape,Mindscape,,,,,,,2009-10-02, +/games/boxart/default.jpg,Growing Pains,PC,Misc,Smudged Cat Games,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,Growtopia,And,Misc,Robinson Technologies,Unknown,,,,,,,2013-01-11, +/games/boxart/default.jpg,GT Racing 2: The Real Car Experience,And,Misc,Gameloft,Unknown,,,,,,,2013-11-13, +/games/boxart/default.jpg,Guardian Knight,PS4,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Guardian Knight,PSV,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Guardian Knight,OSX,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Guardian Knight,PC,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Guardian Knight,Linux,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Guess The Character!,And,Misc,"Conversion, LLC",Unknown,,,,,,,2014-04-05, +/games/boxart/default.jpg,Guise Of The Wolf,PC,Misc,Unknown,Unknown,,,,,,,2014-01-24, +/games/boxart/full_8040328AmericaFrontccc.jpg,Guitar Hero & Guitar Hero II Dual Pack,PS2,Misc,Activision,Harmonix Music Systems,,,,,,,2007-10-31, +/games/boxart/full_3459254AmericaFrontccc.jpg,Guitar Hero Live,And,Misc,Activision,FreeStyleGames,,,,,,,2016-01-01, +/games/boxart/9521272ccc.jpg,Guitar Hero: Aerosmith,PC,Misc,Aspyr,Neversoft Entertainment,,,,,,,2008-10-17, +/games/boxart/full_4744886AmericaFrontccc.jpg,Guitar Praise: Solid Rock,PC,Misc,Unknown,Digital Praise,,,,,,,, +/games/boxart/full_5811773AmericaFrontccc.jpg,Guitar Rock Tour,DSiW,Misc,Gameloft,Ubisoft,,,,,,,2009-08-17, +/games/boxart/full_3678161AmericaFrontccc.png,Gunma's Ambition,And,Misc,RucKyGAMES,RucKyGAMES,,,,,,,2014-06-06, +/games/boxart/default.jpg,Guns of Icarus Online,PC,Misc,Muse Games,Unknown,,,,,,,2012-10-29, +/games/boxart/default.jpg,GunZ 2: The Second Duel,PC,Misc,MAIET Entertainment,Unknown,,,,,,,2014-02-17, +/games/boxart/default.jpg,Guru Guru Tamagotchi!,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-24, +/games/boxart/full_1727990JapanFrontccc.jpg,GuruGuru Onsen 2,DC,Misc,Sega,Overworks,,,,,,,2001-08-09, +/games/boxart/full_2553726JapanFrontccc.jpg,GuruGuru Onsen 3,DC,Misc,Sega,Overworks,,,,,,,2002-03-14, +/games/boxart/default.jpg,Gus and the CyberBuds Software SchoolHouse Collection,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1996-01-01, +/games/boxart/full_6581888AmericaFrontccc.jpg,Gus Goes to Cyberopolis,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1994-01-01, +/games/boxart/default.jpg,Gus Goes to CyberStone Park,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1996-01-01, +/games/boxart/full_6493538AmericaFrontccc.jpg,Gus Goes to Cybertown,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1993-01-01, +/games/boxart/default.jpg,Gus Goes to the Kooky Carnival,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1995-01-01, +/games/boxart/default.jpg,Gus Goes to the Megarific Museum,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1996-01-01, +/games/boxart/full_8936073JapanFrontccc.jpg,Gyakuten Saiban Jiten,DS,Misc,Capcom,Capcom,,,,,,,2007-04-12, +/games/boxart/full_gyogun-tanchiki-pocket-sonar_795JapanFront.jpg,Gyogun Tanchiki: Pocket Sonar,GB,Misc,Bandai,Bandai,,,,,,,1998-07-24, +/games/boxart/default.jpg,H-Hour: World's Elite,PS4,Misc,Infogrammes Studios,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,H-Hour: World's Elite,PC,Misc,Infogrammes Studios,Unknown,,,,,,,2016-01-01, +/games/boxart/full_6271929JapanFrontccc.jpg,Hai-Shin 2,PS,Misc,Aques,Aques,,,,,,,1998-03-26, +/games/boxart/full_6433516JapanFrontccc.jpg,Hai-Shin 3,PS2,Misc,DigiCube,DigiCube,,,,,,,2002-12-19, +/games/boxart/full_7561436AmericaFrontccc.jpg,Hail to the Chimp,PSN,Misc,Gamecock,Wideload Games,,,,,,,2009-04-10, +/games/boxart/default.jpg,Hailan Rising,PC,Misc,Unknown,GamersFirst,,,,,,,, +/games/boxart/default.jpg,Hajimete no Mojirenshuu,DSiW,Misc,Unknown,Mechanic Arms,,,,,,,2010-07-07, +/games/boxart/default.jpg,Hakuoki: Memories of the Shinsengumi,3DS,Misc,Rising Star Games,Unknown,,,,,,,2013-10-24, +/games/boxart/default.jpg,Half-Life,OSX,Misc,Valve Corporation,Unknown,,,,,,,2013-01-25, +/games/boxart/default.jpg,Half-Life 2,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-03-26, +/games/boxart/default.jpg,Half-Life 2: Episode One,OSX,Misc,Valve Corporation,Unknown,,,,,,,2006-06-01, +/games/boxart/default.jpg,Half-Life 2: Episode Two,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-05-26, +/games/boxart/default.jpg,Half-Minute Hero 2,PC,Misc,Marvelous Entertainment,Unknown,,,,,,,2014-04-04, +/games/boxart/full_3602208AmericaFrontccc.jpg,Halloween 360,XBL,Misc,Microsoft,PictureShow,,,,,,,2009-10-18, +/games/boxart/default.jpg,Halloween: Trick or Treat 2,3DS,Misc,Microvalue,Unknown,,,,,,,2013-10-03, +/games/boxart/full_6535723AmericaFrontccc.jpg,Halo Waypoint,XBL,Misc,Microsoft Game Studios,"Certain Affinity, Inc. 343 Industries",,,,,,,2009-11-05, +/games/boxart/default.jpg,Hammerwatch,Linux,Misc,Unknown,Unknown,,,,,,,2013-08-14, +/games/boxart/default.jpg,Hammerwatch,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-14, +/games/boxart/full_6637994JapanFrontccc.jpg,Hamster Monogatari Collection,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2003-05-23, +/games/boxart/default.jpg,Hamster Universe,And,Misc,Atari Games(Midway),Unknown,,,,,,,2014-05-05, +/games/boxart/full_5779556JapanFrontccc.jpg,Hana to Ryuu,PS,Misc,I'Max,Unknown,,,,,,,1998-08-13, +/games/boxart/full_544068JapanFrontccc.jpg,Hanafuda Graffiti: Koi Monogatari,PS,Misc,I'Max,I'Max,,,,,,,1996-05-10, +/games/boxart/full_hanafuda-shiyouyo_9JapanFront.jpg,Hanafuda Shiyouyo,WS,Misc,Kaga Tech,Kaga Tech,,,,,,,2000-02-17, +/games/boxart/full_7868103JapanFrontccc.jpg,Hanafuda Trump Mahjong: Depachika Wayounaka,GBA,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2002-06-27, +/games/boxart/default.jpg,Hanaoni Twin Pack,PSP,Misc,Idea Factory,Unknown,,,,,,,2012-03-22, +/games/boxart/default.jpg,Hanasaku Manimani,PS3,Misc,5pb,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,Handsome x English: Inglez ni Koishite,DS,Misc,Unknown,Intelligent Design,,,,,,,, +/games/boxart/default.jpg,Handy Mahjong,DSiW,Misc,ITL,ITL,,,,,,,2009-11-04, +/games/boxart/2797308ccc.jpg,Hang On & Astro Warrior,MS,Misc,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/5451920ccc.jpg,Hang On & Safari Hunt,MS,Misc,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/3181480ccc.jpg,Hang On & Safari Hunt,MS,Misc,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/default.jpg,Hanging With Friends,And,Misc,Zynga,Unknown,,,,,,,2011-09-29, +/games/boxart/default.jpg,Hanging With Friends Free,3DS,Misc,"Activision Publishing, Inc.",Unknown,,,,,,,2013-04-18, +/games/boxart/full_6651712JapanFrontccc.jpg,Haniu Meijin no Omoshiro Shogi,SNES,Misc,Tomy Corporation,Access,,,,,,,1995-03-31, +/games/boxart/full_5870045PALFrontccc.png,Hannah Montana: Rock Out the Show,PSN,Misc,Disney Interactive Studios,"Page 44 Studios, LLC",,,,,,,2009-10-22, +/games/boxart/default.jpg,Happily Ever After,PC,Misc,Lace Mamba Global,Unknown,,,,,,,2012-04-06, +/games/boxart/full_happy-charlie-to-soratobu-carinval_83JapanFront.jpg,Happy Charlie to Soratobu Carinval,PS3,Misc,Sony Computer Entertainment,Magic Pixel Games,,,,,,,2011-12-01, +/games/boxart/default.jpg,Happy Circus,3DS,Misc,Unknown,Unknown,,,,,,,2013-10-03, +/games/boxart/full_happy-diet_2JapanFront.jpg,Happy Diet,PS,Misc,Unknown,Twilight Express,,,,,,,2001-04-26, +/games/boxart/full_4424787AmericaFrontccc.jpg,Happy Hammerin',WW,Misc,Gamebridge,Agenda,,,,,,,2010-03-01, +/games/boxart/full_happy-holidays-halloween_8AmericaFront.jpg,Happy Holidays Halloween,WW,Misc,505 Games,505 Games,,,,,,,2010-10-18, +/games/boxart/full_5085288AmericaFrontccc.jpg,Happy Holidays: Christmas,WW,Misc,505 Games,505 Games,,,,,,,2009-12-21, +/games/boxart/default.jpg,Happy Pets,BRW,Misc,Crowdstar Inc,Unknown,,,,,,,2009-11-16, +/games/boxart/default.jpg,Happy Street,And,Misc,Godzilab,Unknown,,,,,,,2012-08-06, +/games/boxart/full_8901395JapanFrontccc.jpg,Happy Trump 20,GBA,Misc,Success,Success,,,,,,,2005-01-14, +/games/boxart/default.jpg,Happy Wars,X360,Misc,Unknown,Unknown,,,,,,,2012-10-12, +/games/boxart/1265334ccc.jpg,Hard Rock Casino,PS2,Misc,Crave Entertainment,Crave Entertainment,,,,,,,2006-11-27, +/games/boxart/full_6280184AmericaFrontccc.jpg,Hard Rock Casino,PC,Misc,Mumbo Jumbo,Jamdat Mobile,,,,,,,2004-02-09, +/games/boxart/full_8953230AmericaFrontccc.jpg,Hardcore Pinball,GBA,Misc,Telegames,Paragon 5,7.3,,,,,,2002-12-16, +/games/boxart/default.jpg,Hardest Game Ever 2,And,Misc,Orangenose Studios,Unknown,,,,,,,2013-03-22, +/games/boxart/full_4842548AmericaFrontccc.jpg,Hardwood Backgammon,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,6.8,,,,,,2005-12-08, +/games/boxart/full_5463323AmericaFrontccc.jpg,Hardwood Backgammon,PC,Misc,Silver Creek Entertainment,Silver Creek Entertainment,,,,,,,2006-11-14, +/games/boxart/full_8681266AmericaFrontccc.jpg,Hardwood Hearts,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,6.5,,,,,,2005-12-08, +/games/boxart/full_7964238AmericaFrontccc.jpg,Hardwood Spades,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,6.2,,,,,,2005-12-08, +/games/boxart/default.jpg,Harezora Monogatari,PC,Misc,E-Frontier,Unknown,,,,,,,2012-03-16, +/games/boxart/full_1720859JapanFrontccc.jpg,Harukanaru Toki no Naka de: Banjyou Yuugi,PS,Misc,KOEI,Koei,,,,,,,2003-06-26, +/games/boxart/full_1731665AmericaFrontccc.jpg,Hasbro Family Fun Pack,PS4,Misc,Ubisoft,Ubisoft,,,,,,,2015-10-20,2018-06-19 +/games/boxart/full_9912734AmericaFrontccc.png,Hasbro Family Game Night,PSN,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-10-29, +/games/boxart/full_9196693AmericaFrontccc.jpg,Hasbro Family Game Night: Battleship,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, +/games/boxart/full_3312818AmericaFrontccc.jpg,Hasbro Family Game Night: Boggle,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, +/games/boxart/full_4889659AmericaFrontccc.jpg,Hasbro Family Game Night: Scrabble,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, +/games/boxart/full_854105AmericaFrontccc.jpg,Hasbro Family Game Night: Sorry!,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, +/games/boxart/full_5424125AmericaFrontccc.jpg,Hasbro Family Game Night: Sorry! Sliders,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, +/games/boxart/full_628409AmericaFrontccc.jpg,Hasbro Family Game Night: Yahtzee,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, +/games/boxart/default.jpg,Hatsune Miku: Project Diva,PSN,Misc,Unknown,Sega,,,,,,,, +/games/boxart/full_hatsune-miku-project-diva-dreamy-theater_1JapanFront.jpg,Hatsune Miku: Project Diva - Dreamy Theater,PSN,Misc,Sega,Sega,,,,,,,2010-06-24, +/games/boxart/default.jpg,Hatsune Miku: Project Diva - Dreamy Theater 2nd,PSN,Misc,Sega,Sega,,,,,,,2011-08-04, +/games/boxart/default.jpg,Hatsune Miku: Project Diva 2.5,PSP,Misc,Unknown,Sega,,,,,,,, +/games/boxart/full_hatsune-miku-project-diva-2nd_1JapanFront.jpg,Hatsune Miku: Project Diva 2nd,PSN,Misc,Sega,Sega,,,,,,,2010-08-31, +/games/boxart/default.jpg,Haunted House 3,And,Misc,DifferenceGames,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Haunted Manor: Queen of Death,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-11-20, +/games/boxart/full_hayaoshi-quiz-ouza-ketteisen_659JapanFront.jpg,Hayaoshi Quiz: Ouza Ketteisen,GB,Misc,Jaleco,Jaleco Entertainment,,,,,,,1998-07-31, +/games/boxart/full_4512415JapanFrontccc.jpg,Hayauchi Super Igo,NES,Misc,Namco,Homedata,,,,,,,1989-03-03, +/games/boxart/full_3724126AmericaFrontccc.jpg,HB Arcade Cards,WW,Misc,HB Studios Multimedia,HB Studios Multimedia,2.8,,,,,,2009-07-27, +/games/boxart/full_7437261AmericaFrontccc.jpg,Head Banger,XBL,Misc,Microsoft,Ganksoft,,,,,,,2008-11-29, +/games/boxart/default.jpg,Heads Up!,And,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,"Heart Forth, Alicia",Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,"Heart Forth, Alicia",OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,"Heart Forth, Alicia",PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,"Heart Forth, Alicia",WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,"Heart Forth, Alicia",PSV,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_4511588AmericaFrontccc.png,Hearthstone: Heroes of Warcraft,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2014-03-11, +/games/boxart/full_1598564AmericaFrontccc.png,Hearthstone: Heroes of Warcraft,PC,Misc,Blizzard Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/full_hearts-spades-euchre_218AmericaFront.jpg,Hearts Spades Euchre,DSiW,Misc,Cosmigo,Cosmigo,,,,,,,2011-06-30, +/games/boxart/default.jpg,Heathcliff: Spot On,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-11-28, +/games/boxart/default.jpg,Heavy Shooter,And,Misc,Unknown,Unknown,,,,,,,2014-05-12, +/games/boxart/default.jpg,Hegemony Rome: The Rise of Caesar,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, +/games/boxart/full_4673546JapanFrontccc.jpg,Heisei Kyouiku Iinkai DS: Zenkoku Touitsu Moshi Special,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2007-12-20, +/games/boxart/full_3647473JapanFrontccc.jpg,Heiwa Pachinko World 64,N64,Misc,Amtechs,Shouei,,,,,,,1997-11-28, +/games/boxart/full_6262407JapanFrontccc.jpg,Heiwa Parlor! Pro BunDoriKing Special,PS,Misc,Namco,Namco,,,,,,,2001-12-27, +/games/boxart/full_heiwa-parlor-pro-fujiko-nio-ma-ka-se-special_10JapanFront.jpg,Heiwa Parlor! Pro Fujiko Nio-ma-ka-se Special,PS,Misc,Mitsui,Mitsui Bussan,,,,,,,2000-12-28, +/games/boxart/full_8997894JapanFrontccc.jpg,Heiwa Parlor! Pro: Lupin Sansei Special,PS,Misc,Telenet Japan,Telenet Japan,,,,,,,2000-01-13, +/games/boxart/default.jpg,Heldric - The legend of the shoemaker,PC,Misc,Unknown,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Heldric - The legend of the shoemaker,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-17, +/games/boxart/3897548ccc.jpg,Helix,WW,Misc,Ghostfire Games,Ghostfire Games,,,,,,,2008-08-25, +/games/boxart/default.jpg,HELLO HERO,And,Misc,"Fincon Co., Ltd.",Unknown,,,,,,,2013-10-22, +/games/boxart/full_hello-kitty-asobi-no-mochabako_0JapanFront.jpg,Hello Kitty Asobi no Mochabako,3DO,Misc,Mizuki,Mizuki,,,,,,,1995-06-16, +/games/boxart/full_4757175JapanFrontccc.jpg,Hello Kitty no Onnaru Mail,DC,Misc,Sega,Sega,,,,,,,2000-04-13, +/games/boxart/full_1825701JapanFrontccc.jpg,Hello Kitty no Waku Waku Quiz,DC,Misc,Sega,Sega,,,,,,,2000-08-10, +/games/boxart/full_hellokids-vol-1-coloring-and-painting_335AmericaFront.jpg,Hellokids Vol. 1: Coloring and Painting,DSiW,Misc,BiP Media,BiP media,,,,,,,2011-05-16, +/games/boxart/default.jpg,Hellraid,PS3,Misc,Techland,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Hellraid,PC,Misc,Techland,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Hellraid,X360,Misc,Techland,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Hellraid,XOne,Misc,Techland,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Hellraid,PS4,Misc,Techland,Unknown,,,,,,,2016-01-01, +/games/boxart/full_7252555PALFrontccc.jpg,Help Charity Compilation,PS,Misc,Sony Computer Entertainment,Electronic Arts / Cyan Worlds,,,,,,,1996-01-01, +/games/boxart/default.jpg,Here Be Monsters,BRW,Misc,Gamesys,Unknown,,,,,,,2012-08-15, +/games/boxart/default.jpg,Hero Project,DSi,Misc,Agetec,Unknown,,,,,,,2012-07-19, +/games/boxart/default.jpg,Hero Project,DS,Misc,SilverStar,Unknown,,,,,,,2011-02-23, +/games/boxart/full_hero-shuugou-pinball-party_13JapanFront.jpg,Hero Shuugou!! Pinball Party,GB,Misc,Jaleco,Jaleco Entertainment,,,,,,,1990-01-12, +/games/boxart/default.jpg,Hero Siege,PC,Misc,Panic Art Studios,Unknown,,,,,,,2013-12-18, +/games/boxart/default.jpg,Hero Siege,And,Misc,Panic Art Studios,Unknown,,,,,,,2013-12-18, +/games/boxart/default.jpg,Hero Zero,And,Misc,Meridian,Unknown,,,,,,,2013-05-23, +/games/boxart/default.jpg,Hero Zero,BRW,Misc,Meridian,Unknown,,,,,,,2012-08-09, +/games/boxart/default.jpg,Hero-U: Rogue to Redemption,PC,Misc,Transolar Games,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Hero-U: Rogue to Redemption,OSX,Misc,Transolar Games,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Hero-U: Rogue to Redemption,Linux,Misc,Transolar Games,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Heroes and Generals,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Heroes of Atlan,And,Misc,"WeMade Entertainment CO., LTD",Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Heroes of Camelot,And,Misc,Kabam,Unknown,,,,,,,2013-09-18, +/games/boxart/full_8624836AmericaFrontccc.png,Heroes of Dragon Age,And,Misc,Electronic Arts,Unknown,,,,,,,2013-12-05, +/games/boxart/default.jpg,Heroes of Steel,PC,Misc,Unknown,Unknown,,,,,,,2014-04-23, +/games/boxart/default.jpg,HEX,OSX,Misc,Cryptozoic Entertainment,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,HEX,PC,Misc,Cryptozoic Entertainment,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Hex Heroes,OSX,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Hex Heroes,PC,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Hex Heroes,WiiU,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Hex Heroes,Linux,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_hexchess-360_132AmericaFront.jpg,HexChess 360,XBL,Misc,Microsoft,JimmyFo,,,,,,,2011-07-25, +/games/boxart/full_hidden-mysteries-collection-triple-pack_419PALFront.jpg,Hidden Mysteries Collection Triple Pack,PC,Misc,Avanquest,Avanquest Software,,,,,,,2011-01-21, +/games/boxart/full_hide-and-scare_788AmericaFront.jpg,Hide and Scare,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-06-18,2020-03-03 +/games/boxart/full_hien-de-hien-de-diet_5JapanFront.jpg,Hien de Hien de Diet,PS,Misc,Unknown,Twilight Express,,,,,,,2001-12-27, +/games/boxart/full_906584AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,PC,Misc,Disney Interactive Studios,Page 44 Studios,,,,,,,2008-11-04, +/games/boxart/full_high-speed_195AmericaFront.jpg,High Speed,NES,Misc,Tradewest,Rare Ltd.,,,,,,,1991-07-01, +/games/boxart/9543849ccc.jpg,High Stakes Gambling,GB,Misc,Electro Brain,Sculptured Software,,,,,,,1992-01-02, +/games/boxart/72758ccc.jpg,High Stakes on the Vegas Strip: Poker Edition,PSN,Misc,Sony Computer Entertainment,Sony Online Entertainment,,,,,,,2007-09-13, +/games/boxart/full_6078339AmericaFrontccc.jpg,High Stakes: Texas Hold'em,DSiW,Misc,Hudson Soft,Hudson Soft,,,,,,,2009-12-21, +/games/boxart/default.jpg,Highland Solitaire,DSiW,Misc,Unknown,PixelTales,,,,,,,, +/games/boxart/default.jpg,Highway Run,And,Misc,99Games Online Private Limited,Unknown,,,,,,,2014-02-26, +/games/boxart/full_596966JapanFrontccc.jpg,Hikaru no Go,GBA,Misc,Konami,Konami,,,,,,,2001-10-25, +/games/boxart/full_4137621JapanFrontccc.jpg,Hikaru no Go 2,GBA,Misc,Konami,Konami,,,,,,,2002-07-18, +/games/boxart/full_9888282JapanFrontccc.jpg,Hikaru no Go 3,GC,Misc,Konami,Konami,,,,,,,2003-03-20, +/games/boxart/default.jpg,Hill Climb Racing,And,Misc,Fingersoft,Unknown,,,,,,,2012-11-08, +/games/boxart/default.jpg,Himawari no Kyoukai to Nagai Natsuyasumi: Extra Vacation,PSP,Misc,Kero Makura,Unknown,,,,,,,2013-10-31, +/games/boxart/default.jpg,Himawari no Kyoukai to Nagai Natsuyasumi: Extra Vacation,PS3,Misc,Kero Makura,Unknown,,,,,,,2013-10-31, +/games/boxart/default.jpg,Hime Girl Paradise: Mechikawa! Agemori Sensation!,3DS,Misc,Nippon Columbia,Unknown,,,,,,,2012-03-22, +/games/boxart/default.jpg,Himitsu no Ooku,DSiW,Misc,Hudson Soft,Hudson Entertainment,,,,,,,2009-08-19, +/games/boxart/full_hip-hop-king-rytmik-edition_467AmericaFront.jpg,Hip Hop King: Rytmik Edition,DSiW,Misc,Cinemax,Cinemax,,,,,,,2012-01-12, +/games/boxart/default.jpg,Hippocampal: The White Sofa,PC,Misc,Strategy First,Unknown,,,,,,,2014-05-27, +/games/boxart/full_hirake-ponkikki_35JapanFront.jpg,Hirake! Ponkikki,NES,Misc,Takara,Takara,,,,,,,1992-04-17, +/games/boxart/default.jpg,Hirameki Card Battle Mekuruka,WW,Misc,Tom Create,Tom Create,,,,,,,2009-07-14, +/games/boxart/default.jpg,Hirameki Egara Shiritori,DSiW,Misc,Unknown,Mechanic Arms,,,,,,,2011-06-22, +/games/boxart/full_hirata-shogo-interactive-ehon-ningyo-hime_3JapanFront.jpg,Hirata Shogo Interactive Ehon: Ningyo Hime,3DO,Misc,Elcom,Elcom,,,,,,,1994-12-02, +/games/boxart/full_hiromichi-oniisan-no-oyako-taisou-navi_3JapanFront.jpg,Hiromichi Oniisan no Oyako Taisou Navi,DS,Misc,Dorart,Dorart,,,,,,,2008-01-31, +/games/boxart/full_872906JapanFrontccc.jpg,Hissatsu Kung Fu: Kanji Dragon,DS,Misc,Success,Success,,,,,,,2007-06-07, +/games/boxart/full_9284217JapanFrontccc.jpg,Hissatsu Pachi-Slot Station,PS,Misc,Sunsoft,SunSoft,,,,,,,1998-08-20, +/games/boxart/full_760062JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 2,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-10-28, +/games/boxart/full_9406883JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 3,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-03-04, +/games/boxart/full_5360423JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 4,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-07-27, +/games/boxart/full_4790976JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 5,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-11-16, +/games/boxart/full_8131908JapanFrontccc.jpg,Hissatsu Pachi-Slot Station SP,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-12-16, +/games/boxart/full_9327973JapanFrontccc.jpg,Hissatsu Pachi-Slot Station SP 2,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-09-14, +/games/boxart/full_7367013JapanFrontccc.jpg,Hissatsu Pachi-Slot Station SP 3,PS,Misc,Sunsoft,Unknown,,,,,,,2002-01-01, +/games/boxart/full_hissatsu-pachinko-evolution-2-osomatsu-kun_825JapanFront.jpg,Hissatsu Pachinko Evolution 2: Osomatsu-kun,PS2,Misc,Sunsoft,SunSoft,,,,,,,2006-03-02, +/games/boxart/full_3653848JapanFrontccc.jpg,Hissatsu Pachinko Station,PS,Misc,Sunsoft,SunSoft,,,,,,,1996-09-13, +/games/boxart/full_8702402JapanFrontccc.jpg,Hissatsu Pachinko Station 10,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-10-19, +/games/boxart/full_2537885JapanFrontccc.jpg,Hissatsu Pachinko Station 2,PS,Misc,Sunsoft,SunSoft,,,,,,,1997-12-25, +/games/boxart/full_3017466JapanFrontccc.jpg,Hissatsu Pachinko Station 3,PS,Misc,Sunsoft,SunSoft,,,,,,,1998-12-17, +/games/boxart/full_4673280JapanFrontccc.jpg,Hissatsu Pachinko Station 4,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-03-11, +/games/boxart/full_7329296JapanFrontccc.jpg,Hissatsu Pachinko Station 5,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-06-10, +/games/boxart/full_2400638JapanFrontccc.jpg,Hissatsu Pachinko Station 6,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-07-01, +/games/boxart/full_3778507JapanFrontccc.jpg,Hissatsu Pachinko Station 7,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-11-25, +/games/boxart/full_5421599JapanFrontccc.jpg,Hissatsu Pachinko Station 8,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-03-30, +/games/boxart/full_7539755JapanFrontccc.jpg,Hissatsu Pachinko Station 9,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-06-08, +/games/boxart/full_7142775JapanFrontccc.jpg,Hissatsu Pachinko Station Now,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-09-30, +/games/boxart/full_3893069AmericaFrontccc.jpg,Hissatsu Pachinko Station Now 2,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-12-22, +/games/boxart/full_4924051JapanFrontccc.jpg,Hissatsu Pachinko Station Now 3,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-02-03, +/games/boxart/full_8894652JapanFrontccc.jpg,Hissatsu Pachinko Station Now 4,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-07-06, +/games/boxart/full_7218039JapanFrontccc.jpg,Hissatsu Pachinko Station Now 5,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-07-19, +/games/boxart/full_8408827JapanFrontccc.jpg,Hissatsu Pachinko Station Now 6,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-11-16, +/games/boxart/full_1754023JapanFrontccc.jpg,Hissatsu Pachinko Station Now 7,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-12-28, +/games/boxart/full_5158078JapanFrontccc.jpg,Hissatsu Pachinko Station Now 8,PS,Misc,Sunsoft,SunSoft,,,,,,,2001-03-15, +/games/boxart/full_6517334JapanFrontccc.jpg,Hissatsu Pachinko Station Now 9,PS,Misc,Sunsoft,SunSoft,,,,,,,2002-02-07, +/games/boxart/full_hisshou-777-fighter-ii-pachi-slot-hi-jouhou_489JapanFront.jpg,Hisshou 777 Fighter 2: Pachi Slot Hi Jouhou,SNES,Misc,Vap,Jorudan,,,,,,,1994-08-19, +/games/boxart/full_hisshou-777-fighter-iii-kokuryuu-ou-no-fukkatsu_565JapanFront.jpg,Hisshou 777 Fighter III: Kokuryuu Ou no Fukkatsu,SNES,Misc,Vap,Jorudan,,,,,,,1995-09-15, +/games/boxart/full_hisshou-pachinkopachi-slot-kouryaku-series-vol-2-bomber-powerful-ampamp-yume-yume-world-dx_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 2: Bomber Powerful & Yume Yume World DX,PS2,Misc,D3 Publisher,Sankyo,,,,,,,2006-01-12, +/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-3-cr-marilyn-monroe_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 3: CR Marilyn Monroe,PS2,Misc,D3 Publisher,Bisty,,,,,,,2006-02-23, +/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-4-cr-ashita-gaarusa-yoshimoto-world_6JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 4: CR Ashita Gaarusa Yoshimoto World,PS2,Misc,D3 Publisher,Bisty,,,,,,,2006-05-25, +/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-6-7cafe-keishikina-bomber-powerful-2_1JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 6: 7Cafe Keishikina Bomber Powerful 2,PS2,Misc,D3 Publisher,Sankyo,,,,,,,2006-08-03, +/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-7-cr-fever-powerful-zero_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 7: CR Fever Powerful Zero,PS2,Misc,D3 Publisher,Sankyo,,,,,,,2006-10-26, +/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-8-cr-matsura-aya_3JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 8: CR Matsura Aya,PS2,Misc,D3 Publisher,Bisty,,,,,,,2006-11-30, +/games/boxart/default.jpg,History Channel: Battle for the Pacific,PS3,Misc,Activision Value,Unknown,,,,,,,2008-02-19, +/games/boxart/default.jpg,Hit it Rich! Free Casino Slots,BRW,Misc,Zynga,Unknown,,,,,,,2013-03-26, +/games/boxart/full_7431808JapanFrontccc.gif,Hobo no Kenkou Techou,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-04-21, +/games/boxart/default.jpg,Hobonichi Rosenzu 2009,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-01-28, +/games/boxart/default.jpg,Hobonichi Rosenzu 2010,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-02-03, +/games/boxart/default.jpg,Hogs of War,PS3,Misc,Infogrames,Unknown,,,,,,,2013-03-19, +/games/boxart/default.jpg,Hogs of War,PSP,Misc,Infogrames,Unknown,,,,,,,2013-03-19, +/games/boxart/default.jpg,Hogs of War / Worms,OSX,Misc,Alientrap Games Inc,Unknown,,,,,,,2003-01-09, +/games/boxart/default.jpg,Hogs of War / Worms,PC,Misc,Alientrap Games Inc,Unknown,,,,,,,2003-01-09, +/games/boxart/default.jpg,Hoka no Otoko no Seieki de Haramu Toki,PC,Misc,Unknown,Atelier Sakura,,,,,,,2011-07-29, +/games/boxart/full_hole-in-the-wall_305AmericaFront.jpg,Hole In The Wall,XBL,Misc,Microsoft,Ludia,5.5,,,,,,2011-08-24, +/games/boxart/full_9728508AmericaFrontccc.jpg,Hollow Ball,XBL,Misc,Microsoft,Victor Ortega,,,,,,,2009-09-15, +/games/boxart/default.jpg,Hollow Dissent,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Hollow Dissent,PC,Misc,Unknown,Unknown,,,,,,,2014-01-13, +/games/boxart/1552278ccc.jpg,Hollywood Squares,NES,Misc,GameTek,Rare Ltd.,,,,,,,1989-09-01, +/games/boxart/default.jpg,Home - a Unique Horror Adventure,PS4,Misc,Benjamin Rivers Inc.,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Home - a Unique Horror Adventure,PSV,Misc,Benjamin Rivers Inc.,Unknown,,,,,,,2015-01-01, +/games/boxart/full_home-doctor_553JapanFront.jpg,Home Doctor,PS,Misc,Success,Success,,,,,,,1997-11-13, +/games/boxart/full_hon-shogi_645JapanFront.jpg,Hon Shogi,GB,Misc,Imagineer,Imagineer,,,,,,,1994-11-25, +/games/boxart/full_hon-shogi-naitou-kudan-shogi-hiden_345JapanFront.jpg,Hon Shogi: Naitou Kudan Shogi Hiden,NES,Misc,Seta Corporation,Random House,,,,,,,1985-08-10, +/games/boxart/full_honkaku-shogi-shogi-ou_395JapanFront.jpg,Honkaku Shogi: Shogi Ou,GB,Misc,Warashi,Warashi,,,,,,,1998-11-13, +/games/boxart/full_honkakuteki-pachinko-jikki-kouryaku-series-milky-bar-and-kirakuin_49JapanFront.jpg,Honkakuteki Pachinko Jikki Kouryaku Series: Milky Bar and Kirakuin,PS2,Misc,Unbalance,Unbalance,,,,,,,2001-07-19, +/games/boxart/full_4876927JapanFrontccc.jpg,Honki de Manabu LEC de Goukakuru: Hishou Boki 3-Kyuu Portable,PSP,Misc,Square Enix,Square Enix,,,,,,,2010-01-21, +/games/boxart/full_3057775JapanFrontccc.jpg,Honki de Manabu LEC de Goukakuru: Takuchi Tatemono Torihiki Shuninsha Portable,PSP,Misc,Square Enix,Square Enix,,,,,,,2010-01-21, +/games/boxart/full_7613489JapanFrontccc.jpg,Honki de Manabu: LEC de Goukaku - DS Hishou Kentei 2-Kyuu/3-Kyuu,DS,Misc,Square Enix,Square Enix,,,,,,,2009-02-26, +/games/boxart/full_honki-de-manabu-lec-de-goukakuru-ds-gyouseishoshi_0JapanFront.jpg,Honki de Manabu: LEC de Goukakuru - DS Gyouseishoshi,DS,Misc,Square Enix,Square Enix,,,,,,,2010-09-02, +/games/boxart/full_7631946JapanFrontccc.jpg,Honki de Manabu: LEC de Goukakuru - DS Kikenbutsu Toriatsukaimono Otsushu 4-Rui,DS,Misc,Square Enix,Square Enix,,,,,,,2009-12-03, +/games/boxart/full_808808JapanFrontccc.jpg,Honki de Manabu: LEC de Goukakuru - DS Koumuinshiken Suumato Shori,DS,Misc,Square Enix,Square Enix,,,,,,,2009-12-03, +/games/boxart/full_honki-de-manabu-lec-de-goukakuru-ds-takuchi-tatemono-torihiki-shuninsha-2011-toshi-amp-2012-toshi-nendoban_67JapanFront.jpg,Honki de Manabu: LEC de Goukakuru - DS Takuchi Tatemono Torihiki Shuninsha 2011-Toshi & 2012-Toshi Nendoban,DS,Misc,Square Enix,Square Enix,,,,,,,2011-02-03, +/games/boxart/default.jpg,HonorBound,And,Misc,JuiceBox Games,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,Hooked on Bass Fishing,DSi,Misc,Gamebridge,Unknown,,,,,,,2013-12-05, +/games/boxart/default.jpg,Hooked on Bass Fishing,3DS,Misc,Gamebridge,Unknown,,,,,,,2013-12-05, +/games/boxart/full_7416452AmericaFrontccc.jpg,Horn,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Horoscope,DS,Misc,Unknown,Deep Silver,,,,,,,, +/games/boxart/full_7620980PALFrontccc.jpg,Horse & Pony: Best Friends: My Horse,GBA,Misc,DTP Entertainment,Independent Arts,,,,,,,2007-01-15, +/games/boxart/full_497160PALFrontccc.jpg,Horse & Pony: My Horsefarm / Let's Ride 2,GBA,Misc,DTP Entertainment,Independent Arts,,,,,,,2007-07-11, +/games/boxart/full_2980622AmericaFrontccc.jpg,Horse Race Starter,XBL,Misc,Microsoft,dot zo games,,,,,,,2009-08-17, +/games/boxart/full_740311JapanFrontccc.jpg,Hoshizora Navi,DS,Misc,ASCII Entertainment,AstroArts,,,,,,,2009-03-26, +/games/boxart/full_5679634AmericaFrontccc.jpg,Hot Action Pack,2600,Misc,Activision,HES Interactive,,,,,,,1990-01-01, +/games/boxart/full_hot-shots-shorties-blue_611AmericaFront.jpg,Hot Shots Shorties Blue,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, +/games/boxart/full_hot-shots-shorties-green_875AmericaFront.jpg,Hot Shots Shorties Green,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, +/games/boxart/full_hot-shots-shorties-red_935AmericaFront.jpg,Hot Shots Shorties Red,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, +/games/boxart/full_hot-shots-shorties-yellow_565AmericaFront.jpg,Hot Shots Shorties Yellow,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, +/games/boxart/default.jpg,Hot Slots,NES,Misc,Hacker International,Hacker International,,,,,,,1991-01-01, +/games/boxart/default.jpg,Hot Wheels World's Best Driver,WiiU,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-09-17, +/games/boxart/default.jpg,Hot Wheels World's Best Driver,3DS,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,OSX,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, +/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,PSV,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, +/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,PS4,Misc,Devolver Digital,Unknown,6,,,,,,2015-03-10, +/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,PS3,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, +/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,Linux,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, +/games/boxart/default.jpg,Houkago Custom Time: Customize Lovers,PC,Misc,Teatime,Teatime,,,,,,,2011-07-29, +/games/boxart/full_house-md-episode-5-under-the-big-top_766AmericaFront.jpg,House M.D. - Episode 5: Under the Big Top,DSiW,Misc,Legacy Interactive,Legacy Interactive,,,,,,,2011-12-01, +/games/boxart/full_7716503JapanFrontccc.jpg,House of Tarot,GG,Misc,Sega,Sega,,,,,,,1991-03-08, +/games/boxart/default.jpg,Hover : Revolt of Gamers,Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Hover : Revolt of Gamers,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Hover : Revolt of Gamers,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/full_how-to-get-girls_570AmericaFront.jpg,How To Get Girls,XBL,Misc,Microsoft,Black Hat Games,,,,,,,2011-07-05, +/games/boxart/default.jpg,How to Survive,WiiU,Misc,505 Games,Unknown,,,,,,,2014-06-19, +/games/boxart/default.jpg,Howard the Duck,C64,Misc,Activision,Unknown,,,,,,,1986-01-01, +/games/boxart/full_hoyle-card-games-2009_281AmericaFront.jpg,Hoyle Card Games 2009,PC,Misc,Encore,Freeverse,,,,,,,2008-06-16, +/games/boxart/full_hoyle-casino-2009_963AmericaFront.jpg,Hoyle Casino 2009,PC,Misc,Encore,Freeverse,,,,,,,2008-09-17, +/games/boxart/full_948276AmericaFrontccc.jpg,Hoyle Classic Card Games,PC,Misc,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1997-11-30, +/games/boxart/full_hoyle-puzzle-amp-board-games-2009_952AmericaFront.jpg,Hoyle Puzzle & Board Games 2009,PC,Misc,Encore,Freeverse,,,,,,,2008-06-16, +/games/boxart/default.jpg,Hoyle Texas Hold 'em,XBL,Misc,Unknown,TikGames,,,,,,,, +/games/boxart/full_3589064JapanFrontccc.jpg,Hudson Best Collection Vol. 1: Bomberman Collection,GBA,Misc,Hudson Soft,Hudson Soft,,,,,,,2005-12-22, +/games/boxart/full_3417280JapanFrontccc.jpg,Hudson Best Collection Vol. 2: Lode Runner Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2005-12-22, +/games/boxart/full_856373JapanFrontccc.jpg,Hudson Best Collection Vol. 3: Action Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2005-12-22, +/games/boxart/full_2167997JapanFrontccc.jpg,Hudson Best Collection Vol. 4: Nazotoki Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2005-12-22, +/games/boxart/full_7489373JapanFrontccc.jpg,Hudson Best Collection Vol. 5: Shooting Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2006-01-19, +/games/boxart/full_6551388JapanFrontccc.jpg,Hudson Best Collection Vol. 6: Bouken Jima Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2006-01-19, +/games/boxart/full_2479292PALFrontccc.jpg,Hugo 2in1: Bukkazoom! / The Evil Mirror,GBA,Misc,ITE Media,ITE Media,,,,,,,2005-10-20, +/games/boxart/default.jpg,Human Element,PS4,Misc,Unknown,Unknown,,,,,,,2015-10-01, +/games/boxart/default.jpg,Human Element,XOne,Misc,Unknown,Unknown,,,,,,,2015-10-01, +/games/boxart/default.jpg,Human Element,PC,Misc,Unknown,Unknown,,,,,,,2015-10-01, +/games/boxart/default.jpg,Hunger Games: Catching Fire - Panem Run,And,Misc,Reliance Big Entertainment UK Private Ltd,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,Hungry Giraffe,PSV,Misc,Laughing Jackal,Unknown,,,,,,,2012-10-02, +/games/boxart/default.jpg,Hungry Shark - Part 1,And,Misc,Future Games of London,Unknown,,,,,,,2010-07-28, +/games/boxart/default.jpg,Hungry Shark Evolution,And,Misc,Future Games of London,Unknown,,,,,,,2010-07-28, +/games/boxart/default.jpg,Hunter x Hunter: Battle Allstars,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-28, +/games/boxart/2621225ccc.jpg,Hyper 3-D Pinball,SAT,Misc,Virgin Interactive,NMS Software,,,,,,,1996-10-31, +/games/boxart/full_7523061AmericaFrontccc.jpg,Hyper 3-D Pinball,PC,Misc,Virgin Interactive,NMS Software,,,,,,,1995-12-31, +/games/boxart/full_6655604AmericaFrontccc.jpg,Hypnotizing,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-16, +/games/boxart/full_i-am-a-teacher-super-mario-no-sweater-fds_82JapanFront.jpg,I am a Teacher: Super Mario no Sweater (FDS),NES,Misc,Unknown,Royal Kougyou,,,,,,,1986-08-27, +/games/boxart/default.jpg,I ate colors,And,Misc,Aexol,Unknown,,,,,,,2014-05-30, +/games/boxart/full_9073679PALFrontccc.jpg,I Did It Mum! Dolls House,DS,Misc,505 Games,505 Games,,,,,,,2009-09-25, +/games/boxart/full_5179284AmericaFrontccc.jpg,I Heart Shift,XBL,Misc,Microsoft,Fronominal,,,,,,,2009-09-08, +/games/boxart/7322243ccc.jpg,I Love Dolphin,DS,Misc,Unknown,Starfish,,,,,,,, +/games/boxart/full_5322264PALFrontccc.jpg,I-Fluid,PC,Misc,Exkee,Exkee,,,,,,,2008-07-22, +/games/boxart/default.jpg,I-Sing,Wii,Misc,Unknown,Dreamcatcher,,,,,,,, +/games/boxart/full_1946841AmericaFrontccc.jpg,ibb and obb,PS3,Misc,Zen Studios,Unknown,,,,,,,2013-08-06, +/games/boxart/default.jpg,Ice Hockey,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-02-20, +/games/boxart/full_8452414JapanFrontccc.jpg,Ichido wa Yonde de Okitai Nihon Bungaku 100-Sen,DS,Misc,Spike,Spike,,,,,,,2007-07-26, +/games/boxart/default.jpg,Icomania,And,Misc,Games for Friends,Unknown,,,,,,,2013-03-04, +/games/boxart/default.jpg,Icon Pop Quiz,And,Misc,Alegrium,Unknown,,,,,,,2012-11-14, +/games/boxart/full_6524011AmericaFrontccc.jpg,id Anthology,PC,Misc,GT Interactive,id Software,,,,,,,1996-11-30, +/games/boxart/full_9249147JapanFrontccc.jpg,Ide Yosuke Meijin no Shinmi Sen Mahjong,3DO,Misc,Capcom,Capcom,,,,,,,1996-06-28, +/games/boxart/full_9886849JapanFrontccc.jpg,Ide Yosuke Meijin no Shinmi Sen Mahjong,PS,Misc,Capcom,Capcom,,,,,,,1996-06-28, +/games/boxart/full_4530653JapanFrontccc.jpg,Ide Yosuke Meijin no Shinmi Sen Mahjong,SAT,Misc,Capcom,Capcom,,,,,,,1996-06-28, +/games/boxart/full_5820064JapanFrontccc.jpg,Ide Yosuke no Mahjong Juku,N64,Misc,Seta Corporation,Seta Corporation,,,,,,,2000-04-21, +/games/boxart/full_126422JapanFrontccc.jpg,Ide Yosuke no Mahjong Kyoshitsu,PS,Misc,Athena,Athena,,,,,,,1999-12-02, +/games/boxart/full_ide-yosuke-no-mahjong-kyositsu-gb_142JapanFront.jpg,Ide Yosuke no Mahjong Kyositsu GB,GB,Misc,Athena,Athena,,,,,,,2000-06-30, +/games/boxart/full_idol-kasatsu-fan-club_2JapanFront.jpg,Idol Hanafuda Fan Club,PCE,Misc,Unknown,Games Express,,,,,,,1991-01-01, +/games/boxart/full_8366174JapanFrontccc.jpg,Idol Janshi Suchie-Pai Special,3DO,Misc,Jaleco,Jaleco Entertainment,,,,,,,1995-01-12, +/games/boxart/full_574048JapanFrontccc.jpg,Idol Janshi Suchie-Pai Special,SAT,Misc,Jaleco,Jaleco Entertainment,,,,,,,1995-02-24, +/games/boxart/full_idol-mahjong-final-romance-2-hyper-edition_4JapanFront.jpg,Idol Mahjong Final Romance 2: Hyper Edition,3DO,Misc,Unknown,Infinite State Games,,,,,,,1996-01-19, +/games/boxart/full_igo-time-trial-shikatsu-daihyakka_2JapanFront.jpg,Igo Time Trial: Shikatsu Daihyakka,3DO,Misc,Unknown,Ematic,,,,,,,1995-08-11, +/games/boxart/full_igo-time-trial-thumego-1_3JapanFront.jpg,Igo Time Trial: Thumego 1,3DO,Misc,Unknown,Ematic,,,,,,,1994-08-06, +/games/boxart/default.jpg,IGT Slots: Diamond Galaxy,PC,Misc,Masque Publishing,Unknown,,,,,,,2012-04-03, +/games/boxart/9773404ccc.jpg,IGT Slots: Little Green Men,PC,Misc,Masque Publishing,"Masque Publishing, Inc.",,,,,,,2008-09-09, +/games/boxart/default.jpg,IHF Handball Challenge 14,PC,Misc,Plug In Digital,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Ikachan,3DS,Misc,Nicalis,Unknown,,,,,,,2013-01-31, +/games/boxart/default.jpg,Ikinari Anata ni Koishiteiru,PC,Misc,Unknown,Makura,,,,,,,2011-07-29, +/games/boxart/full_32077AmericaFrontccc.jpg,Illusions 360,XBL,Misc,Microsoft,Unknown,,,,,,,2009-07-02, +/games/boxart/default.jpg,Ima Sugu Oniichan ni Imoto da tte Iitai!,PC,Misc,Piacci,Unknown,,,,,,,2012-12-14, +/games/boxart/default.jpg,Ima wa Dono? Hyakka: Hyakkajiten Mypedia Yori,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-02-24, +/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 1 - Sukkiri Kogoda Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, +/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 2 - Suteki na Egao Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, +/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 3 - Wakawakashii Kao Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, +/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 4 - Me to Ku no Kenkou Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, +/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 5 - Kao no Refresh Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, +/games/boxart/full_8233814JapanFrontccc.jpg,Imi Gawakaru Otona no Jukugo Renshuu: Kadokawa Ruigo Shinjiten Kara 5-Man Mon,DS,Misc,Now Production,Now Production,,,,,,,2009-01-15, +/games/boxart/3691389ccc.jpg,Immortal Desire,3DO,Misc,Vise,Vivid Interactive,,,,,,,1994-01-01, +/games/boxart/default.jpg,Imouto Style,PC,Misc,Unknown,C: drive.,,,,,,,2011-07-29, +/games/boxart/default.jpg,Impire,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-02-14, +/games/boxart/default.jpg,Impossamole,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,Impossamole,AST,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,Impossamole,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,Impossamole,Amig,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,Impossible Mission,C64,Misc,Epyx,Unknown,,,,,,,1984-01-01, +/games/boxart/default.jpg,In the 1st Degree,PC,Misc,Broderbund,Broderbund,,,,,,,1995-08-31, +/games/boxart/default.jpg,In Verbis Virtus,And,Misc,Choice of Games,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,In Verbis Virtus,PC,Misc,Unknown,Unknown,,,,,,,2015-04-03, +/games/boxart/default.jpg,Inazuma Eleven Online,PC,Misc,Level 5,Unknown,,,,,,,2014-05-31, +/games/boxart/full_7133069AmericaFrontccc.jpg,IncaBlocks,XBL,Misc,Microsoft,FuncWorks LLC,,,,,,,2009-10-14, +/games/boxart/full_inchworm-animation_32AmericaFront.jpg,Inchworm Animation,DSiW,Misc,Unknown,Flat Black Films,,,,,,,2011-04-25, +/games/boxart/full_3303432AmericaFrontccc.jpg,Indirian Solitaire,XBL,Misc,Microsoft,Indirian Software,,,,,,,2008-12-29, +/games/boxart/default.jpg,Inescapable,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Inescapable,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Inescapable,PC,Misc,Unknown,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Infested Planet,OSX,Misc,Zoo Games silver,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Infinite Crisis,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2015-03-26, +/games/boxart/7532731ccc.jpg,InfoGenius Productivity Pak: Frommer's Travel Guide,GB,Misc,GameTek,GameTek,,,,,,,1991-09-02, +/games/boxart/4258344ccc.jpg,InfoGenius Productivity Pak: Personal Organizer and Phone Book,GB,Misc,GameTek,Imagineering Inc,,,,,,,1991-09-02, +/games/boxart/7904318ccc.jpg,InfoGenius Productivity Pak: Spell Checker and Calculator,GB,Misc,GameTek,GameTek,,,,,,,1991-09-02, +/games/boxart/full_inspector-gadget-recreabox_3PALFront.jpg,Inspector Gadget Recreabox,PC,Misc,Hip Interactive,TBA,,,,,,,2001-01-01, +/games/boxart/default.jpg,Instantion,And,Misc,Unknown,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Insurgency,PC,Misc,NEW WORLD,Unknown,,,,,,,2014-01-22, +/games/boxart/default.jpg,Insurgency,OSX,Misc,NEW WORLD,Unknown,,,,,,,2014-01-22, +/games/boxart/full_4664864AmericaFrontccc.jpg,Intellivision Lives!,PC,Misc,Intellivision Productions,Intellivision Productions,,,,,,,1999-04-30, +/games/boxart/full_62502AmericaFrontccc.jpg,Intellivision Lives!,XBL,Misc,Crave Entertainment,Realtime Associates,,,,,,,2008-09-15, +/games/boxart/default.jpg,Intellivision Lives!,DSiW,Misc,Unknown,Intellivision Productions Inc.,,,,,,,, +/games/boxart/3158389ccc.jpg,Interactive Storybook DS Series 2,DS,Misc,Tommo,Tommo,,,,,,,2007-10-26, +/games/boxart/full_internet-othello_936JapanFront.jpg,Internet Othello,PS2,Misc,Success,Success,,,,,,,2002-06-13, +/games/boxart/default.jpg,Into the Dark,PC,Misc,Homegrown Games,Unknown,,,,,,,2013-04-18, +/games/boxart/full_4709690JapanFrontccc.jpg,InuYasha: Naraku no Wana! Mayoi no Mori no Shoutaijou,GBA,Misc,Takara,WinkySoft,,,,,,,2003-01-23, +/games/boxart/default.jpg,Invasion of the Alien Blobs!,DSi,Misc,G-Style,Unknown,,,,,,,2012-11-29, +/games/boxart/default.jpg,Invasion of the Alien Blobs!,3DS,Misc,G-Style,Unknown,,,,,,,2012-11-29, +/games/boxart/6694447ccc.jpg,INXS: Make My Video,SCD,Misc,Sony Imagesoft,Digital Pictures,,,,,,,1992-10-15, +/games/boxart/default.jpg,Inyoku Tokubetsu Kyoushitsu,PC,Misc,Miel,Unknown,,,,,,,2012-03-09, +/games/boxart/7919142ccc.jpg,ioi,PC,Misc,Westwood Studios,"Well, let us see...",,,,,,,2008-02-29, +/games/boxart/default.jpg,iON Bond,And,Misc,Unknown,Unknown,,,,,,,2014-05-28, +/games/boxart/full_7459885JapanFrontccc.jpg,Ippan Zaidan Houjin: Nippon Kanji Shuujukudo Kentei Kikou Kounen - Tsuutenkaku DS,DS,Misc,Now Production,Now Production,,,,,,,2010-06-10, +/games/boxart/full_ippatsu-gyakuten-dx-bakenou_519JapanFront.jpg,Ippatsu Gyakuten: DX Bakenou,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1991-05-17, +/games/boxart/default.jpg,iRacing,Mob,Misc,Unknown,Unknown,,,,,,,2008-08-26, +/games/boxart/full_iredia-atrams-secret_896AmericaFront.jpg,Iredia: Atram's Secret,XBL,Misc,Microsoft,CEIEC,,,,,,,2010-11-06, +/games/boxart/full_irem-arcade-classics_9JapanFront.jpg,Irem Arcade Classics,PS,Misc,I'Max,Irem Software Engineering,,,,,,,1996-04-26, +/games/boxart/full_irem-arcade-classics_1JapanFront.jpg,Irem Arcade Classics,SAT,Misc,I'Max,Irem Software Engineering,,,,,,,1996-04-26, +/games/boxart/full_irem-arcade-classics_7JapanFront.jpg,Irem Arcade Classics,PSN,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-10-27, +/games/boxart/full_9397945JapanFrontccc.jpg,Iribaru Rieko no Dendou Mahjong,GBA,Misc,Media Rings,Media Rings,,,,,,,2001-09-28, +/games/boxart/full_1572489AmericaFrontccc.jpg,Iris,XBL,Misc,Microsoft,Altered Reality,,,,,,,2009-05-11, +/games/boxart/full_5962293PALFrontccc.jpg,Iron Chef,PS2,Misc,Phoenix Games,Phoenix Games,,,,,,,2007-12-01, +/games/boxart/default.jpg,Iron Man 3 - The Official Game,And,Misc,Gameloft,Unknown,,,,,,,2013-04-25, +/games/boxart/default.jpg,Ironclad Tactics,PS4,Misc,Zachtronics Industries,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Ironclad Tactics,Linux,Misc,Zachtronics Industries,Unknown,,,,,,,2013-09-18, +/games/boxart/default.jpg,Ironclad Tactics,OSX,Misc,Zachtronics Industries,Unknown,,,,,,,2013-09-18, +/games/boxart/default.jpg,Ironclad Tactics,PC,Misc,Zachtronics Industries,Unknown,,,,,,,2013-09-18, +/games/boxart/default.jpg,Ironpants,And,Misc,Eduardas Klenauskis,Unknown,,,,,,,2014-01-27, +/games/boxart/full_9370787AmericaFrontccc.png,Ironpants,PC,Misc,Eduardas Klenauskis,Eduardas Klenauskis,,,,,,,2014-01-27, +/games/boxart/default.jpg,Irotoridori no Sekai,PC,Misc,Favorite,Favorite,,,,,,,2011-07-29, +/games/boxart/full_ishida-masao-ku-dan-no-igo-seiha_3JapanFront.jpg,Ishida Masao Ku-Dan no Igo Seiha,3DO,Misc,Electronic Arts Victor,Electronic Arts Victor,,,,,,,1995-01-27, +/games/boxart/full_ishida-masao-no-tsumego-paradise_523JapanFront.jpg,Ishida Masao no Tsumego Paradise,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,1990-12-21, +/games/boxart/default.jpg,Island: The Lost Medallion,PC,Misc,Big Fish Games,Unknown,,,,,,,2010-03-30, +/games/boxart/full_9061002JapanFrontccc.jpg,Isseki Hacchou: Kore 1-pon de 8 Shurui!,GBA,Misc,Konami,Konami,,,,,,,2002-03-28, +/games/boxart/full_9336390JapanFrontccc.jpg,It's tehodoki! Hannya Shingyou Nyuumon,DS,Misc,ASNetworks,ASNetworks,,,,,,,2007-08-09, +/games/boxart/full_1947133JapanFrontccc.jpg,Itadaki Street: Gorgeous King,PS,Misc,Enix,Tomcat System,,,,,,,1998-09-23, +/games/boxart/full_5939186JapanFrontccc.jpg,Itsu Demo Doko Demo: Onita Atsushi no Seiji Quiz DS,DS,Misc,Milestone,MileStone Inc.,,,,,,,2007-09-27, +/games/boxart/full_953492JapanFrontccc.jpg,Itsumono Shokuzai de Dekichau Suteki na Sweets to Gochisou,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2007-12-20, +/games/boxart/full_2197429AmericaFrontccc.jpg,Ittle Dew,And,Misc,Ludosity AB,Unknown,,,,,,,2014-06-07, +/games/boxart/full_7583363AmericaFrontccc.jpg,Ittle Dew,PC,Misc,Ludosity AB,Unknown,,,,,,,2013-07-23, +/games/boxart/full_5638809AmericaFrontccc.jpg,Ittle Dew,WiiU,Misc,Ludosity AB,Unknown,,,,,,,2014-05-29, +/games/boxart/full_9922086AmericaFrontccc.jpg,ItzaBitza,PC,Misc,Sabi Games,Sabi Games,,,,,,,2009-10-14, +/games/boxart/full_7572731AmericaFrontccc.jpg,ItzaZoo,PC,Misc,Sabi Games,Sabi Games,,,,,,,2009-12-09, +/games/boxart/default.jpg,Jack Houston and the Necronauts,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Jackpot Slots - Slot Machines,And,Misc,GREE,Unknown,,,,,,,2012-12-10, +/games/boxart/full_1292186AmericaFrontccc.jpg,Jacob Jones and the Bigfoot Mystery,PSV,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-05-14, +/games/boxart/full_3073328AmericaFrontccc.jpg,Jacob Jones and the Bigfoot Mystery,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-05-14, +/games/boxart/default.jpg,Jagged Alliance: Flashback,PC,Misc,Full Control Studios,Unknown,,,,,,,2014-07-01, +/games/boxart/full_8935190JapanFrontccc.jpg,Jaguar Mishin Sashi Senyou Soft: Mario Family,GB,Misc,Jaguar,Jaguar,,,,,,,2001-09-10, +/games/boxart/default.jpg,Jak and Daxter: The Precursor Legacy,PS3,Misc,SCEA,Unknown,,,,,,,2012-02-07, +/games/boxart/full_jaka-jaka-music_6JapanFront.jpg,Jaka Jaka Music!,DS,Misc,Plato,Plato,,,,,,,2010-09-23, +/games/boxart/full_jaleco-collection-vol-1_975JapanFront.jpg,Jaleco Collection Vol. 1,PS,Misc,Pacific Century Cyber Works,Jaleco Entertainment,,,,,,,2003-10-23, +/games/boxart/full_jam-space-pocketstudio_955AmericaFront.jpg,Jam Space: PocketStudio,DSiW,Misc,HB Studios Multimedia,HB Studios,,,,,,,2010-12-13, +/games/boxart/full_8456414AmericaFrontccc.jpg,Jammer,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-05-11, +/games/boxart/4082431ccc.jpg,Jampack Volume 14 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2006-04-19, +/games/boxart/full_6371943AmericaFrontccc.jpg,Jampack Volume 15 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2006-10-17, +/games/boxart/full_9421839AmericaFrontccc.jpg,Jampack Volume 15 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2006-10-17, +/games/boxart/default.jpg,Jan Sangoku Musou 2,PSP,Misc,KOEI,Koei,,,,,,,2017-12-30,2018-07-31 +/games/boxart/full_5635934JapanFrontccc.jpg,Jangou Simulation Mahjong Michi 64,N64,Misc,Video System,Art,,,,,,,1997-07-25, +/games/boxart/full_171345JapanFrontccc.jpg,Jangou World Cup,SCD,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1993-08-27, +/games/boxart/default.jpg,Janken Party Paradise,WW,Misc,Studio Zan,Studio Zan,,,,,,,2010-01-26, +/games/boxart/full_janline-r_6JapanFront.jpg,Janline R,PS3,Misc,Recom,Recom,,,,,,,2009-08-06, +/games/boxart/full_janshirou_216JapanFront.jpg,Janshirou,GB,Misc,Sammy Corporation,Sammy Studios,,,,,,,1992-03-27, +/games/boxart/full_janshirou-2_257JapanFront.jpg,Janshirou 2,GB,Misc,Sammy Corporation,Sammy Studios,,,,,,,1994-03-18, +/games/boxart/full_7592006JapanFrontccc.jpg,Jantaku Boy,GB,Misc,Namco,Namco,,,,,,,1992-01-24, +/games/boxart/full_jelly-pops_696PALFront.jpg,Jelly Pops,PSN,Misc,PomPom,PomPom Games,,,,,,,2011-09-27, +/games/boxart/default.jpg,Jelly Splash,And,Misc,wooga,Unknown,,,,,,,2013-09-24, +/games/boxart/default.jpg,Jelly Splash,BRW,Misc,wooga,Unknown,,,,,,,2013-05-07, +/games/boxart/full_jeopardy_180AmericaFront.jpg,Jeopardy!,NES,Misc,GameTek,Rare Ltd.,,,,,,,1988-09-01, +/games/boxart/5109869ccc.jpg,Jeopardy!,GB,Misc,GameTek,Data Design Interactive,,,,,,,1991-03-01, +/games/boxart/1283197ccc.jpg,Jeopardy!,SCD,Misc,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-01-01, +/games/boxart/full_4738785AmericaFrontccc.jpg,Jeopardy!,PSN,Misc,Sony Online Entertainment,Sony Online Entertainment Los Angeles,,,,,,,2008-09-11, +/games/boxart/full_6833428AmericaFrontccc.jpg,Jeopardy!,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-09-30, +/games/boxart/full_1431082AmericaFrontccc.jpg,Jeopardy!,SNES,Misc,GameTek,Imagineering Inc.,,,,,,,1992-12-01, +/games/boxart/full_6207540AmericaFrontccc.jpg,Jeopardy!,GEN,Misc,GameTek,Park Place Productions,,,,,,,1992-12-01, +/games/boxart/full_1823127AmericaFrontccc.jpg,Jeopardy! 2003,PC,Misc,Atari,Atari,,,,,,,2002-09-30, +/games/boxart/full_8121441AmericaFrontccc.jpg,Jeopardy! 25th Anniversary,GG,Misc,GameTek,GameTek,,,,,,,1992-01-01, +/games/boxart/4853921ccc.jpg,Jeopardy! 25th Anniversary Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1990-06-01, +/games/boxart/full_3463979AmericaFrontccc.jpg,Jeopardy! 2nd Edition,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,2000-09-19, +/games/boxart/full_776966AmericaFrontccc.jpg,Jeopardy! Deluxe,PC,Misc,Encore,Sony Pictures Digital Network,,,,,,,2007-06-20, +/games/boxart/full_8355073AmericaFrontccc.jpg,Jeopardy! Deluxe Edition,GEN,Misc,GameTek,Park Place Productions,,,,,,,1993-06-21, +/games/boxart/full_1234861AmericaFrontccc.jpg,Jeopardy! Deluxe Edition,SNES,Misc,GameTek,Imagineering Inc.,,,,,,,1994-06-01, +/games/boxart/2480383ccc.jpg,Jeopardy! Junior Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1989-10-01, +/games/boxart/2285010ccc.jpg,Jeopardy! Platinum Edition,GB,Misc,GameTek,Data Design Interactive,,,,,,,1996-12-01, +/games/boxart/1490374ccc.jpg,Jeopardy! Sports Edition,GB,Misc,GameTek,Data Design Interactive,,,,,,,1994-05-01, +/games/boxart/full_7083236AmericaFrontccc.jpg,Jeopardy! Sports Edition,GG,Misc,GameTek,GameTek,,,,,,,1994-01-01, +/games/boxart/full_3964722AmericaFrontccc.jpg,Jeopardy! Sports Edition,GEN,Misc,GameTek,Park Place Productions,,,,,,,1993-05-01, +/games/boxart/full_297557AmericaFrontccc.jpg,Jeopardy! Sports Edition,SNES,Misc,GameTek,Imagineering Inc.,,,,,,,1994-05-01, +/games/boxart/full_jeopardy-super-deluxe_1AmericaFront.jpg,Jeopardy! Super Deluxe,PC,Misc,Encore,Sony Pictures Digital Network,,,,,,,2008-06-16, +/games/boxart/8648779ccc.jpg,Jeopardy! Teen Tournament,GB,Misc,GameTek,Data Design Interactive,,,,,,,1996-12-01, +/games/boxart/default.jpg,Jetpack Joyride,PSV,Misc,Big Ant Studios,Unknown,,,,,,,2012-12-31, +/games/boxart/default.jpg,Jetpack Joyride,PS3,Misc,Big Ant Studios,Unknown,,,,,,,2012-12-31, +/games/boxart/default.jpg,Jetpack Joyride,PSP,Misc,Beatshapers,Unknown,,,,,,,2012-11-20, +/games/boxart/default.jpg,Jetpack Joyride,And,Misc,Halfbrick Studios,Unknown,,,,,,,2012-09-28, +/games/boxart/default.jpg,Jett Rocket II: The Wrath of Taikai,3DS,Misc,Shin'en,Unknown,,,,,,,2013-11-13, +/games/boxart/default.jpg,Jewel Adventures,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-05, +/games/boxart/default.jpg,Jewel Mania,And,Misc,TeamLava,Unknown,,,,,,,2012-11-07, +/games/boxart/default.jpg,Jewel Quest IV: Heritage,3DS,Misc,Unknown,Unknown,,,,,,,2014-05-08, +/games/boxart/default.jpg,Jewel Quest Mysteries 3 - The Seventh Gate,PC,Misc,Unknown,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Jewel Quest Mysteries 3 - The Seventh Gate,3DS,Misc,Unknown,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Jewel Quest Mysteries 3 - The Seventh Gate,DS,Misc,Unknown,Unknown,,,,,,,2012-06-15, +/games/boxart/full_7958323AmericaFrontccc.jpg,Jewel Quest Pack,PC,Misc,iWin,iWin,,,,,,,2009-08-24, +/games/boxart/full_jikki-pachi-slot-simulation-vol-1_2JapanFront.jpg,Jikki Pachi-Slot Simulator Vol. 1,3DO,Misc,Electronic Arts Victor,Nexton,,,,,,,1995-07-21, +/games/boxart/full_jikki-pachi-slot-tettei-kouryaku-yamasa-collection_377JapanFront.jpg,Jikki Pachi-Slot Tettei Kouryaku: Yamasa Collection,PS,Misc,Culture Publishers,Yamasa Entertainment,,,,,,,1998-03-26, +/games/boxart/full_bear-in-the-big-blue-house_4AmericaFront.jpg,Jim Henson's Bear in the Big Blue House,PS,Misc,Ubisoft,DC Studios,,,,,,,2003-04-26, +/games/boxart/full_bear-in-the-big-blue-house_10AmericaFront.jpg,Jim Henson's Bear in the Big Blue House,GB,Misc,Ubisoft,Ubisoft,,,,,,,2002-03-21, +/games/boxart/full_2963244AmericaFrontccc.jpg,Jimmy White's Cue Ball,GB,Misc,Vatical Entertainment,Vicarious Visions,,,,,,,2000-12-22, +/games/boxart/full_6404003JapanFrontccc.jpg,Jinsei 8-Man-7000-Kai no Shokuji wo Tanoshiku suru: Oishiku Kiwameru Shokutsuu DS: Otona no Shuumatsu Henshuu-bu Gensen no Osusume Tenpo Jouhou Iri,DS,Misc,Square Enix,High Horse Entertainment,,,,,,,2007-12-13, +/games/boxart/full_jinsei-game_10JapanFront.jpg,Jinsei Game,GB,Misc,Takara,Takara,,,,,,,1995-06-23, +/games/boxart/full_8886102JapanFrontccc.jpg,Jinsei Game,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2009-12-03, +/games/boxart/full_7338277JapanFrontccc.jpg,Jinsei Game 64,N64,Misc,Takara,Takara,,,,,,,1999-03-19, +/games/boxart/full_9907787JapanFrontccc.jpg,Jinsei Game Advance,GBA,Misc,Takara,Takara,,,,,,,2002-04-18, +/games/boxart/full_jinsei-game-densetsu_349JapanFront.jpg,Jinsei Game Densetsu,GB,Misc,Takara,Takara,,,,,,,1991-06-28, +/games/boxart/full_2074277JapanFrontccc.jpg,Jinsei Game for Dreamcast,DC,Misc,Takara,Takara,,,,,,,2000-06-22, +/games/boxart/full_6018612JapanFrontccc.jpg,Jinsei Game Q DS: Heisei no Dekigoto,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2007-12-27, +/games/boxart/full_jinsei-game-happy-family_2JapanFront.jpg,Jinsei Game: Happy Family,Wii,Misc,Takara Tomy,Takara Tomy,,,,,,,2010-11-11, +/games/boxart/default.jpg,Jinsei Game: Happy Step,WW,Misc,Takara Tomy,Takara Tomy,,,,,,,2010-10-12, +/games/boxart/full_4179081JapanFrontccc.jpg,Jishin DS: 72 Jikan,DS,Misc,Iota,Iota,,,,,,,2009-06-25, +/games/boxart/full_jissen-pachi-slot-hisshouhou-ds-aladdin-ii-evolution_6JapanFront.jpg,Jissen Pachi-Slot Hisshouhou! DS: Aladdin II Evolution,DS,Misc,Sega,Sammy Studios,,,,,,,2006-03-30, +/games/boxart/full_8574881JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken Plus,PS2,Misc,Sega,Sammy Studios,,,,,,,2005-02-24, +/games/boxart/full_4584878JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Kemono-Oh Advance,GBA,Misc,Sammy Corporation,Sammy Studios,,,,,,,2002-03-22, +/games/boxart/full_2931627JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Onimusha 3,PS2,Misc,Sega,Sammy Studios,,,,,,,2005-07-14, +/games/boxart/full_jissen-pachi-slot-hisshouhou-portable-aladdin-ii-evolution_1JapanFront.jpg,Jissen Pachi-Slot Hisshouhou! Portable: Aladdin II Evolution,PSP,Misc,Sega,Sammy Studios,,,,,,,2006-03-30, +/games/boxart/full_375166JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Selection: Salaryman Kintarou - Slotter Kintarou - Ore no Sora,PS2,Misc,Sega,Sammy Studios,,,,,,,2008-02-14, +/games/boxart/full_2495839JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Single: Kamen Rider & Gallop,PS,Misc,MaxBet,Sammy Studios,,,,,,,1999-10-28, +/games/boxart/full_7864805JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Single: Kamen Rider V3,PS,Misc,MaxBet,Sammy Studios,,,,,,,1999-10-28, +/games/boxart/full_1512572JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Ultraman Club,PS2,Misc,Sega,Sammy Studios,,,,,,,2006-03-16, +/games/boxart/full_6963872JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou!@VPACHI Kingdom,DC,Misc,MaxBet,MaxBet,,,,,,,2000-09-28, +/games/boxart/full_4381290JapanFrontccc.jpg,Jissen Pachinko Hisshouhou! Aladdin Destiny EX,PS2,Misc,Sega,Sammy Studios,,,,,,,2007-05-31, +/games/boxart/full_1624851JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken Portable,PSP,Misc,Sega,Sammy Studios,,,,,,,2005-06-30, +/games/boxart/default.jpg,"JK Shojo Imouto no Inyoku Choukyou: Imouto no Mousou wa, Genjitsu e to Aegidasu...",PC,Misc,Appetite,Unknown,,,,,,,2012-03-16, +/games/boxart/default.jpg,Johnny Hotshot,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-11-08, +/games/boxart/default.jpg,Johnny Impossible,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-12-27, +/games/boxart/default.jpg,Johnny Kung Fu,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-07-12, +/games/boxart/default.jpg,Joining Hands,OSX,Misc,10tons Ltd,Unknown,,,,,,,2012-01-09, +/games/boxart/default.jpg,Joining Hands,And,Misc,10tons Ltd,Unknown,,,,,,,2011-11-06, +/games/boxart/default.jpg,Joining Hands,PC,Misc,10tons Ltd,Unknown,,,,,,,2012-08-23, +/games/boxart/default.jpg,Joining Hands,WinP,Misc,10tons Ltd,Unknown,,,,,,,2013-01-22, +/games/boxart/default.jpg,Joining Hands 2,OSX,Misc,10tons Ltd,Unknown,,,,,,,2013-09-06, +/games/boxart/default.jpg,Joining Hands 2,And,Misc,10tons Ltd,Unknown,,,,,,,2013-09-06, +/games/boxart/default.jpg,Joining Hands 2,WinP,Misc,10tons Ltd,Unknown,,,,,,,2013-09-09, +/games/boxart/default.jpg,Joining Hands 2,PC,Misc,10tons Ltd,Unknown,,,,,,,2013-09-09, +/games/boxart/default.jpg,Jojo's Bizarre Adventure,X360,Misc,Capcom,Unknown,,,,,,,2012-08-21, +/games/boxart/default.jpg,Jojo's Bizarre Adventure,Arc,Misc,Capcom,Unknown,,,,,,,1998-01-01, +/games/boxart/full_2463313JapanFrontccc.jpg,Jouchi Daigaku Tsuchiya Takahide Kyouju Kanshuu: Ryoukiki Exercise: Riron no Migi-te to Kansei no Hidari-te,DS,Misc,CyberFront,Majesco Entertainment,,,,,,,2008-01-31, +/games/boxart/default.jpg,Journey of a Roach,Linux,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-11-04, +/games/boxart/default.jpg,Journey of a Roach,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-11-04, +/games/boxart/default.jpg,Journey of a Roach,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-11-04, +/games/boxart/full_juggle_2AmericaFront.jpg,Juggle!,XBL,Misc,Microsoft,Denki,,,,,,,2010-09-07, +/games/boxart/default.jpg,Jugyou de Ecchi?,PC,Misc,Unknown,Hakudakukei,,,,,,,2011-07-29, +/games/boxart/full_9344478AmericaFrontccc.jpg,Jump Duck,XBL,Misc,Microsoft,LocoPuyo,,,,,,,2009-11-25, +/games/boxart/default.jpg,Jump Trials Supreme,3DS,Misc,G-Style,Unknown,,,,,,,2013-12-12, +/games/boxart/full_7484617JapanFrontccc.jpg,Jung Rhythm,SAT,Misc,Altron,Altron,,,,,,,1998-01-15, +/games/boxart/full_732982AmericaFrontccc.jpg,Jungle Blocks,XBL,Misc,Microsoft,Danny Tuppeny,,,,,,,2009-06-02, +/games/boxart/default.jpg,Jungle Heat,And,Misc,MY.COM,Unknown,,,,,,,2013-06-21, +/games/boxart/full_7366540JapanFrontccc.jpg,Jungle Park,PS,Misc,Bandai,Saru Brunei,,,,,,,1998-02-26, +/games/boxart/full_jungle-party_818PALFront.png,Jungle Party,PSN,Misc,Sony Computer Entertainment,SCEE,,,,,,,2010-12-08, +/games/boxart/full_jungle-school_840AmericaFront.jpg,Jungle School,DS,Misc,SouthPeak Interactive,Little World Studios,,,,,,,2011-11-29, +/games/boxart/full_7833755AmericaFrontccc.jpg,Jungle Speed,WW,Misc,Playful Entertainment,Playful Entertainment,,,,,,,2009-01-12, +/games/boxart/default.jpg,Junior Work Zone,PS3,Misc,Unknown,Maximum,,,,,,,2011-10-15, +/games/boxart/default.jpg,Junktopia,And,Misc,Mobo Studio,Unknown,,,,,,,2013-05-01, +/games/boxart/full_jurassic-park-iii-danger-zone_8AmericaFront.jpg,Jurassic Park III: Danger Zone!,PC,Misc,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2005-06-29, +/games/boxart/full_3429624JapanFrontccc.jpg,Jurassic Park Institute Tour: Dinosaur Rescue,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2003-07-18, +/games/boxart/default.jpg,Jurassic Park: Builder,And,Misc,Ludia,Unknown,,,,,,,2013-03-08, +/games/boxart/full_just-dance-kids_492PALFront.jpg,Just Dance Kids,X360,Misc,Ubisoft,Ubisoft,,,,,,,2011-11-04, +/games/boxart/full_just-jam_386AmericaFront.jpg,Just Jam,WW,Misc,Big John Games,"Zivix, LLC",7.5,,,,,,2011-07-07, +/games/boxart/default.jpg,Just Sing! 80s Collection,DSiW,Misc,DTP Entertainment,dtp entertainment AG,,,,,,,2011-06-23, +/games/boxart/full_just-sing-christmas-songs_573AmericaFront.jpg,Just Sing! Christmas Songs,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-12-13, +/games/boxart/full_just-sing-christmas-vol-2_78AmericaFront.jpg,Just Sing! Christmas Vol. 2,DSiW,Misc,DTP Entertainment,Engine Software,,,,,,,2010-12-20, +/games/boxart/full_just-sing-national-anthems_6AmericaFront.jpg,Just Sing! National Anthems,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-08-16, +/games/boxart/full_2743422AmericaFrontccc.jpg,KA-52 Team Alligator,PC,Misc,GT Interactive,Simis Ltd.,,,,,,,2000-03-31, +/games/boxart/default.jpg,Kabama,X360,Misc,Triangle Service,Unknown,,,,,,,2014-04-24, +/games/boxart/full_4014212JapanFrontccc.jpg,Kabuki Machi Reach Mahjong,SNES,Misc,Pony Canyon,Pony Canyon,,,,,,,1994-07-15, +/games/boxart/full_1448232JapanFrontccc.jpg,Kageyama Hideo no IQ Teacher DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-03-30, +/games/boxart/full_kaikan-phrase_427JapanFront.jpg,Kaikan Phrase,PS,Misc,Enix,Produce!,,,,,,,2000-02-24, +/games/boxart/full_kaiketsu-zorori-mezase-itazura-king_886JapanFront.jpg,Kaiketsu Zorori: Mezase! Itazura King,PS2,Misc,Bandai,Bandai,,,,,,,2004-04-28, +/games/boxart/default.jpg,Kaite Oboeru: Eitango Chou,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-17, +/games/boxart/default.jpg,Kaite Oboeru: Shashin Tango,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-17, +/games/boxart/full_8972734JapanFrontccc.jpg,Kaiun Kenkyuuka - Utsukita Mahiro Kanshuu - Mainichi Kokorobics: DS Uranai Happiness 2008,DS,Misc,Dimple Entertainment,Dimple Entertainment,,,,,,,2008-01-31, +/games/boxart/full_4562271JapanFrontccc.jpg,Kakikomi Shiki 'Hannya Shingyou' Renshuu Chou DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-04-12, +/games/boxart/full_718402JapanFrontccc.jpg,Kakinoki Shogi,3DO,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1994-10-21, +/games/boxart/full_7219657JapanFrontccc.jpg,Kakinoki Shogi,PS,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1994-12-22, +/games/boxart/full_8271855JapanFrontccc.jpg,Kakinoki Shogi,SAT,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1995-04-14, +/games/boxart/full_1555935JapanFrontccc.jpg,Kakinoki Shogi,SNES,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1995-09-01, +/games/boxart/full_6493682JapanFrontccc.jpg,Kakinoki Shogi II,PS,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1998-03-26, +/games/boxart/full_3369917JapanFrontccc.jpg,Kakinoki Shogi IV,PS2,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,2000-03-04, +/games/boxart/full_kakitori-rekishi-shougakusei_56JapanFront.jpg,Kakitori Rekishi Shougakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2011-07-13, +/games/boxart/full_2090663JapanFrontccc.jpg,Kamen Rider SD: Guranshokkaa no Yabou,NES,Misc,Angel Studios,Angel Studios,,,,,,,1993-01-22, +/games/boxart/default.jpg,Kamen Rider: Climax Heroes Fourze,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Kamen Rider: Climax Heroes Fourze,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Kamen Rider: Climax Heroes Fourze,PC,Misc,Unknown,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Kamen Rider: Climax Heroes OOO,PC,Misc,Unknown,Unknown,,,,,,,2014-07-28, +/games/boxart/default.jpg,Kamen Rider: Climax Heroes W,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/full_1766066JapanFrontccc.jpg,Kamen Rider: Sakusen File 1,SAT,Misc,Toei Animation,Toei Animation,,,,,,,1997-11-13, +/games/boxart/default.jpg,Kanin Tokkyuu Matsuba: Nikuyoku no Gourmet Kikou,PC,Misc,Unknown,Tsurumiku,,,,,,,2011-07-29, +/games/boxart/full_kanji-boy_114JapanFront.jpg,Kanji Boy,GB,Misc,J-Wing,J-Wing,,,,,,,1999-06-03, +/games/boxart/full_kanji-boy-2_978JapanFront.jpg,Kanji Boy 2,GB,Misc,J-Wing,J-Wing,,,,,,,2000-06-30, +/games/boxart/full_kanji-boy-3_845JapanFront.jpg,Kanji Boy 3,GB,Misc,J-Wing,J-Wing,,,,,,,2003-06-05, +/games/boxart/full_5559828JapanFrontccc.jpg,Kanji no Wataridori,DS,Misc,Success,Success,,,,,,,2006-06-01, +/games/boxart/default.jpg,Kanojo no Shinyuu: H o Shitai Dake Nan Dakedo...,PC,Misc,GokuFero,GokuFero,,,,,,,2011-07-15, +/games/boxart/full_7258504JapanFrontccc.jpg,Karada Yorokobu Shokuji & Exercise: Kenkou Kentei,DS,Misc,Yudo,Yudo / GDHC,,,,,,,2007-11-15, +/games/boxart/full_8338815JapanFrontccc.jpg,Karan Koron Gakuen: Byuarabu Hen,PS,Misc,J-Wing,Unknown,,,,,,,2000-04-20, +/games/boxart/full_8636497JapanFrontccc.jpg,Karan Koron Gakuen: Doki Doki Hen,PS,Misc,J-Wing,J-Wing,,,,,,,2000-02-24, +/games/boxart/full_5331912JapanFrontccc.jpg,Karan Koron Gakuen: Munekyun Hen,PS,Misc,J-Wing,Unknown,,,,,,,2000-03-30, +/games/boxart/full_2413940JapanFrontccc.jpg,Karaoke Joysound Wii: Duet Kyokuhen,Wii,Misc,Hudson Soft,Xing Inc.,,,,,,,2010-06-10, +/games/boxart/full_7582570JapanFrontccc.jpg,Karaoke Joysound Wii: Enka Kayoukyouku Hen,Wii,Misc,Hudson Soft,Xing Inc.,,,,,,,2010-06-10, +/games/boxart/full_654596AmericaFrontccc.jpg,Karaoke Revolution American Idol Encore,XBL,Misc,Konami,Blitz Games,,,,,,,2009-08-11, +/games/boxart/full_7063672JapanFrontccc.jpg,Karaoke Revolution Anime Song Selection,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_7156327JapanFrontccc.jpg,Karaoke Revolution Dreams & Memories,PS2,Misc,Konami,Konami,,,,,,,2004-03-18, +/games/boxart/full_3092798JapanFrontccc.jpg,Karaoke Revolution Family Pack,PS2,Misc,Konami,Konami,,,,,,,2004-07-22, +/games/boxart/full_7850004JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 1,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, +/games/boxart/full_4380341JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 2,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, +/games/boxart/full_7826959JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 3,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, +/games/boxart/full_9367788JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 4,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, +/games/boxart/full_5214654JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 5,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_6937600JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 6,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_7197375JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 7,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_9341241JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 8,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_9629076JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 9,PS2,Misc,Konami,Konami,,,,,,,2004-03-18, +/games/boxart/full_6903715JapanFrontccc.jpg,Karaoke Revolution Kazoku Idol Sengen,PS2,Misc,Konami,Konami,,,,,,,2004-07-22, +/games/boxart/full_7702185JapanFrontccc.jpg,Karaoke Revolution Love & Ballad,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, +/games/boxart/full_6593792JapanFrontccc.jpg,Karaoke Revolution Night Selection 2003,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, +/games/boxart/full_5241255AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol,PS2,Misc,Konami,Blitz Games,,,,,,,2007-01-02, +/games/boxart/full_8344980JapanFrontccc.jpg,Karaoke Revolution Snow & Party,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_833742JapanFrontccc.jpg,Karaoke Revolution: Kissing Selection,PS2,Misc,Konami,Konami,,,,,,,2004-04-22, +/games/boxart/default.jpg,Karous: The Beast of Re:Eden,3DS,Misc,Unknown,Unknown,,,,,,,2014-01-23, +/games/boxart/default.jpg,Katamuku + Action: Katamuction,DSiW,Misc,HI Games & Publishing,HI Games & Publishing,,,,,,,2009-12-24, +/games/boxart/default.jpg,Kazoku Keikaku: Re:Tsumugu Ito,PS3,Misc,CyberFront,Unknown,,,,,,,2013-10-24, +/games/boxart/full_7312481PALFrontccc.png,KAZooK,PSN,Misc,Empire Interactive,Monte Cristo Multimedia,,,,,,,2008-11-27, +/games/boxart/default.jpg,Keitai Ou-sama Game @ Sex Sesshoku no In Hen,PC,Misc,Unknown,Kanisky,,,,,,,2011-07-22, +/games/boxart/default.jpg,Kemonomix,DSiW,Misc,Unknown,"Rocket Studio, Inc.",,,,,,,2010-08-04, +/games/boxart/default.jpg,Ken to Mah? to Gakuenmono. 3,PSP,Misc,Acquire,Unknown,,,,,,,2010-10-07, +/games/boxart/default.jpg,Ken to Mah? to Gakuenmono. 3,PS3,Misc,Acquire,Unknown,,,,,,,2010-10-07, +/games/boxart/default.jpg,Kentei TV! Wii,WW,Misc,Kosaido,Kosaido Co.,,,,,,,2009-07-14, +/games/boxart/default.jpg,Kentucky Route Zero,OSX,Misc,Unknown,Unknown,,,,,,,2013-02-22, +/games/boxart/default.jpg,Kentucky Route Zero,PC,Misc,Unknown,Unknown,,,,,,,2013-02-22, +/games/boxart/default.jpg,Kerbal Space Program,Linux,Misc,Unknown,Unknown,,,,,,,2015-04-27, +/games/boxart/default.jpg,Kerbal Space Program,OSX,Misc,Unknown,Unknown,,,,,,,2015-04-27, +/games/boxart/full_5273579AmericaFrontccc.jpg,Kerbal Space Program,PC,Misc,Unknown,Unknown,,,,,,,2015-04-27, +/games/boxart/full_8123031JapanFrontccc.jpg,Kero Kero Keroppi to Origami no Tabibito,3DO,Misc,Mizuki,Mizuki,,,,,,,1995-06-16, +/games/boxart/full_5520638AmericaFrontccc.png,Kersploosh!,3DS,Misc,Nintendo,Poisoft,,,,,,,2013-03-07,2018-09-05 +/games/boxart/default.jpg,Kick-Ass 2,X360,Misc,Badland Studio,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Kick-Ass 2,PS3,Misc,Badland Studio,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Kick-Ass 2,PC,Misc,Badland Studio,Unknown,,,,,,,2014-08-15, +/games/boxart/full_3139991AmericaFrontccc.jpg,KickBeat,PSV,Misc,Zen Studios,Unknown,,,,,,,2014-01-01, +/games/boxart/full_8770846AmericaFrontccc.jpg,KickBeat,PS3,Misc,Zen Studios,Unknown,,,,,,,2013-09-03, +/games/boxart/full_6701158AmericaFrontccc.jpg,KickBeat,XOne,Misc,Zen Studios,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8293214AmericaFrontccc.jpg,KickBeat,PS4,Misc,Zen Studios,Unknown,,,,,,,2015-01-01, +/games/boxart/full_3315700AmericaFrontccc.jpg,KickBeat,WiiU,Misc,Zen Studios,Zen Studios,,,,,,,2014-09-11,2018-04-10 +/games/boxart/full_635376JapanFrontccc.jpg,Kidou Gekidan Haro Ichiza: Gundam Mahjong + Z: Sara ni Deki Ruyouni Nattana!,DS,Misc,Namco Bandai,Microvision,,,,,,,2007-09-06, +/games/boxart/full_7011156JapanFrontccc.jpg,Kidou Senkan Nadesico: Ruriruri Mahjong,GB,Misc,King Records,Studio Saizensen,,,,,,,1999-12-24, +/games/boxart/full_6495584JapanFrontccc.jpg,Kids Station: Babapapa,PS,Misc,Sunsoft,SunSoft,,,,,,,2001-10-04, +/games/boxart/full_kids-station-bishoujo-senshi-sailor-moon_8JapanFront.jpg,Kids Station: Bishoujo Senshi Sailor Moon,PS,Misc,Bandai,Bandai,,,,,,,2001-01-29, +/games/boxart/full_6491249JapanFrontccc.jpg,Kids Station: Bokurato Asobou! Ultraman TV,PS,Misc,Bandai,Bandai,,,,,,,2000-09-21, +/games/boxart/full_kids-station-crayon-shin-chan_704JapanFront.jpg,Kids Station: Crayon Shin-Chan,PS,Misc,Bandai,Bandai,,,,,,,2001-11-29, +/games/boxart/full_5797759JapanFrontccc.jpg,Kids Station: Digimon Park,PS,Misc,Bandai,Chime,,,,,,,2001-07-26, +/games/boxart/full_5804119JapanFrontccc.jpg,Kids Station: Doki Doki ★Norimono Daibouken,PS,Misc,Sunsoft,SunSoft,,,,,,,2001-12-13, +/games/boxart/full_890501JapanFrontccc.jpg,Kids Station: Kamen Rider Heroes,PS,Misc,Bandai,Bandai,,,,,,,2002-07-18, +/games/boxart/full_8405185JapanFrontccc.jpg,Kids Station: Ultraman Cosmos,PS,Misc,Bandai,Bandai,,,,,,,2001-11-29, +/games/boxart/full_2189567JapanFrontccc.jpg,Kikansha Thomas DS 2: Asonde Manabu DS Youchien,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-07-24, +/games/boxart/full_893573JapanFrontccc.jpg,Kikansha Thomas: Kokugo Sansuu Eigo,DS,Misc,Rocket Company,Rocket Company,,,,,,,2007-08-02, +/games/boxart/default.jpg,Kill Fun Yeah,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Kill Fun Yeah,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Kill Fun Yeah,PC,Misc,Unknown,Unknown,,,,,,,2014-05-30, +/games/boxart/full_7162995AmericaFrontccc.png,Kim Kardashian: Hollywood,And,Misc,Glu Mobile Inc.,Glu Mobile Inc.,,,,,,,2014-06-26, +/games/boxart/full_kimi-wo-aogi-otome-wa-hime-ni_428JapanFront.jpg,Kimi wo Aogi Otome wa Hime ni,PC,Misc,Peas Soft,Peas Soft,,,,,,,2011-07-29, +/games/boxart/full_5466793JapanFrontccc.jpg,Kimi wo Aogi Otome wa Hime ni,PSV,Misc,Entergram,Peas Soft,,,,,,,2016-09-29, +/games/boxart/default.jpg,Kindan no Byoutou,PC,Misc,Unknown,Atelier Kaguya,,,,,,,2011-07-29, +/games/boxart/default.jpg,Kindan no Byoutou,C64,Misc,Mirrorsoft,Unknown,,,,,,,1991-01-01, +/games/boxart/full_4487480AmericaFrontccc.jpg,Kinect Nat Geo TV,X360,Misc,Microsoft Studios,Relentless Software,,,,,,,2012-09-18,2018-09-29 +/games/boxart/full_2187611AmericaFrontccc.jpg,Kinect Sesame Street TV,X360,Misc,Microsoft Studios,Soho Productions,,,,,,,2012-09-18,2018-09-29 +/games/boxart/full_kinectimals-now-with-bears_735AmericaFront.jpg,Kinectimals: Now with Bears!,XBL,Misc,Microsoft Studios,Frontier Developments,,,,,,,2011-10-11, +/games/boxart/default.jpg,Kinetic Void,PC,Misc,Badland Studio,Unknown,,,,,,,2014-11-21, +/games/boxart/full_king-james-bible_401AmericaFront.jpg,King James Bible,GB,Misc,Wisdom Tree,Wisdom Tree,,,,,,,1994-01-01, +/games/boxart/full_king-of-casino_0AmericaFront.jpg,King of Casino,PCE,Misc,NEC,Algorithm Institute,,,,,,,1990-01-01, +/games/boxart/full_2842615AmericaFrontccc.jpg,King's Bounty,ApII,Misc,New World Computing,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,King's Bounty,Amig,Misc,New World Computing,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,King's Bounty,C64,Misc,New World Computing,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,King's Bounty,GEN,Misc,Electronic Arts,Unknown,,,,,,,1991-02-21, +/games/boxart/default.jpg,King's Bounty,MSD,Misc,New World Computing,Unknown,,,,,,,1990-01-01, +/games/boxart/full_kings-cup_652AmericaFront.jpg,King's Cup,XBL,Misc,Microsoft,Dwarf Biter,,,,,,,2011-09-07, +/games/boxart/full_9377850AmericaFrontccc.jpg,King's Table: Legend of Ragnarok,PC,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1993-01-01, +/games/boxart/default.jpg,Kingdom Come: Deliverance,OSX,Misc,Warhorse Studios,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Kingdom Conquest II,And,Misc,Sega,Unknown,,,,,,,2013-01-17, +/games/boxart/default.jpg,Kingdom Elemental,PC,Misc,Chronic Logic,Unknown,,,,,,,2008-08-21, +/games/boxart/full_8498147AmericaFrontccc.jpg,Kingdom Rush,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Kingdom Rush,And,Misc,Ironhide Game Studio,Unknown,,,,,,,2013-05-15, +/games/boxart/default.jpg,Kingdom Rush Frontiers,And,Misc,Ironhide Game Studio,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,Kingdom Three Musketeers,PSV,Misc,Unknown,Unknown,,,,,,,2014-02-05, +/games/boxart/default.jpg,Kingdom Under Fire II,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,KingdomConquest,And,Misc,Sega,Unknown,,,,,,,2010-11-16, +/games/boxart/default.jpg,Kingdoms of Camelot: Battle for the North,And,Misc,Kabam,Unknown,,,,,,,2012-03-01, +/games/boxart/full_kingyo-chuuihou-tobidase-game-gakuen_463JapanFront.jpg,Kingyo Chuuihou! Tobidase! Game Gakuen,SNES,Misc,Jaleco,Jaleco Entertainment,,,,,,,1994-03-18, +/games/boxart/full_9124994JapanFrontccc.jpg,Kiratto Kaiketsu! 64 Tanteidan,N64,Misc,Imagineer,Pandora Box,,,,,,,1998-10-23, +/games/boxart/default.jpg,Kirby & the Amazing Mirror,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Kirby Super Star,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-05-23, +/games/boxart/default.jpg,Kirby's Dream Course,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-05-23, +/games/boxart/default.jpg,Kirby's Dream Land 3,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-05-23, +/games/boxart/full_7421749JapanFrontccc.jpg,Kirei Zukin Seikatsu,DS,Misc,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-04-22, +/games/boxart/full_kirei-zukin-seikatsu-2_343JapanFront.jpg,Kirei Zukin Seikatsu 2,DS,Misc,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2011-04-28, +/games/boxart/full_1968364JapanFrontccc.jpg,Kirihara Shoten Forest: Eigo @ DS,DS,Misc,Ertain,Ertain,,,,,,,2009-03-26, +/games/boxart/full_2344953JapanFrontccc.jpg,Kirihara Shoten Kanshuu: Daigakusei Ryoku Kentei DS,DS,Misc,ASK,ASK,,,,,,,2008-12-04, +/games/boxart/full_oshare-nikki_914JapanFront.jpg,Kisekae Series 2: Oshare Nikki,GB,Misc,Victor Interactive,Victor Interactive Software,,,,,,,2001-03-23, +/games/boxart/full_4882238AmericaFrontccc.jpg,Kissy Poo,XBL,Misc,Microsoft,The ZMan,,,,,,,2009-11-12, +/games/boxart/full_4072334JapanFrontccc.jpg,Kitaihei Gold,DC,Misc,NetVillage,NetVillage,,,,,,,1999-11-18, +/games/boxart/default.jpg,Kitchen Scramble,BRW,Misc,"Playdom, Inc.",Unknown,,,,,,,2013-06-27, +/games/boxart/full_4557312JapanFrontccc.jpg,Kiteretsu Daihyakka: Cho Jiku Sugoroku,SNES,Misc,Video System,Video System,,,,,,,1995-01-27, +/games/boxart/full_4859494AmericaFrontccc.jpg,Kittie's Mazes,XBL,Misc,Microsoft,Kittie Software,,,,,,,2009-02-27, +/games/boxart/default.jpg,Kitty Jump,And,Misc,Sparkle Apps,Unknown,,,,,,,2014-02-21, +/games/boxart/default.jpg,Kitty Luv,PC,Misc,Activision Value,Unknown,,,,,,,2006-07-02, +/games/boxart/default.jpg,Kiwi Dash,And,Misc,Gamevil,Unknown,,,,,,,2014-01-16, +/games/boxart/default.jpg,Klonoa: Empire of Dreams,WiiU,Misc,Namco Bandai Games,Unknown,,,,,,,2014-05-29, +/games/boxart/default.jpg,Knights & Dragons,And,Misc,GREE,Unknown,,,,,,,2012-12-13, +/games/boxart/default.jpg,Knights of Pen & Paper,And,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, +/games/boxart/default.jpg,Knights of Pen & Paper,Linux,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, +/games/boxart/default.jpg,Knights of Pen & Paper,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, +/games/boxart/default.jpg,Knights of Pen & Paper,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, +/games/boxart/default.jpg,Knock-knock,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Knytt Underground,PSV,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, +/games/boxart/full_5044783AmericaFrontccc.png,Knytt Underground,PS3,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, +/games/boxart/full_8099685PALFrontccc.png,Knytt Underground,WiiU,Misc,Triniti Interactive,Unknown,,,,,,,2013-12-19, +/games/boxart/default.jpg,Knytt Underground,Linux,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, +/games/boxart/default.jpg,Knytt Underground,OSX,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, +/games/boxart/default.jpg,Knytt Underground,PC,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, +/games/boxart/full_602106JapanFrontccc.jpg,Kobun Kanbun DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-10-15, +/games/boxart/default.jpg,Kochadaiiyaan the Legend: Kingdom Run,And,Misc,Unknown,Unknown,,,,,,,2014-03-12, +/games/boxart/default.jpg,Kochadaiiyaan the Legend: Reign of Arrows,And,Misc,Unknown,Unknown,,,,,,,2014-03-14, +/games/boxart/default.jpg,Kodoku,PS4,Misc,Carnivore Studio,Unknown,,,,,,,2015-04-01, +/games/boxart/default.jpg,Kodoku,PSV,Misc,Carnivore Studio,Unknown,,,,,,,2015-04-01, +/games/boxart/default.jpg,Kodomo Kyouiku Telebi Wii: Aiue-Oumuzu,WW,Misc,Home Media,Home Media,,,,,,,2009-08-25, +/games/boxart/default.jpg,Kodomo Kyouiku TV Wii: Aiue-O-Chan,WW,Misc,Home Media,Home Media,,,,,,,2009-04-28, +/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-1-kan_429JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 1-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-07-06, +/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-2-kan_310JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 2-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-07-06, +/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-3-kan_721JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 3-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-07-06, +/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-4-kan_893JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 4-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-10-19, +/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-5-kan_478JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 5-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-10-19, +/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-6-kan_326JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 6-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-10-19, +/games/boxart/full_9266696AmericaFrontccc.jpg,Kodu Game Lab,XBL,Misc,Microsoft Game Studios,MSR Kodu,,,,,,,2009-07-01, +/games/boxart/full_koiku-te-quiz-motto-my-angel_7JapanFront.jpg,Koiku te Quiz Motto: My Angel,WS,Misc,Bandai,Namco,,,,,,,1999-04-15, +/games/boxart/full_7371268JapanFrontccc.jpg,Kokoro ga Mezameru Otoko Tachi no Nurie DS: Tamiya Box Art,DS,Misc,Ertain,Ertain,,,,,,,2007-04-26, +/games/boxart/full_7603627JapanFrontccc.jpg,Kokoro ni Shimiru: Mouhitsu de Kaku - Aida Mitsuo DS,DS,Misc,Ertain,Ertain,,,,,,,2006-11-30, +/games/boxart/full_2864547JapanFrontccc.jpg,Koma Neko DS,DS,Misc,Genterprise,Suzak,,,,,,,2008-07-24, +/games/boxart/full_konas-crate_207AmericaFront.jpg,Kona's Crate,PC,Misc,Unknown,Darkwind Media,,,,,,,2011-08-04, +/games/boxart/full_9113763JapanFrontccc.jpg,Konami Antiques MSX Collection Ultra Pack,SAT,Misc,Konami,Konami Computer Entertainment Yokohama,,,,,,,1998-07-23, +/games/boxart/full_1884410JapanFrontccc.jpg,Konami Antiques: MSX Collection Vol. 1,PS,Misc,Konami,Konami Computer Entertainment Tokyo,,,,,,,1997-11-20, +/games/boxart/full_8260707JapanFrontccc.jpg,Konami Antiques: MSX Collection Vol. 2,PS,Misc,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-01-22, +/games/boxart/full_5400866JapanFrontccc.jpg,Konami Antiques: MSX Collection Vol. 3,PS,Misc,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-03-19, +/games/boxart/full_6804056AmericaFrontccc.jpg,Konami Collector's Series: Castlevania & Contra,PC,Misc,Konami,Konami,,,,,,,2002-11-16, +/games/boxart/full_konami-gb-collection-3_4JapanFront.jpg,Konami GB Collection 3,GB,Misc,Konami,KCEJ,,,,,,,1998-02-19, +/games/boxart/full_konami-gb-collection-vol-1_3JapanFront.jpg,Konami GB Collection Vol. 1,GB,Misc,Konami,KCEJ,,,,,,,1997-09-25, +/games/boxart/full_konami-gb-collection-vol-2_9JapanFront.jpg,Konami GB Collection Vol. 2,GB,Misc,Konami,KCEJ,,,,,,,1997-12-11, +/games/boxart/full_konami-gb-collection-vol-4_3JapanFront.jpg,Konami GB Collection Vol. 4,GB,Misc,Konami,KCEJ,,,,,,,1998-03-19, +/games/boxart/full_5225491AmericaFrontccc.jpg,"Konami Kids Playground - Frogger: Hop, Skip & Jumpin' Fun",PS2,Misc,Konami,ImaginEngine,,,,,,,2007-09-11, +/games/boxart/default.jpg,Konung 2,PC,Misc,1C Company,Unknown,,,,,,,2004-11-30, +/games/boxart/full_korg-m01-music-workstation_570JapanFront.jpg,KORG M01 Music Workstation,DS,Misc,Unknown,Detune Ltd.,,,,,,,2010-12-03, +/games/boxart/default.jpg,Kosmik Revenge,And,Misc,Realtech VR,Unknown,,,,,,,2014-04-24, +/games/boxart/full_1274869JapanFrontccc.jpg,Kosodate Quiz Motto: My Angel,PS,Misc,Namco,Microvision,,,,,,,1999-03-25, +/games/boxart/full_1848536JapanFrontccc.jpg,Kosodate Quiz: My Angel,PS,Misc,Namco,Namco,,,,,,,1997-11-13, +/games/boxart/full_6669986JapanFrontccc.jpg,"Kou Rate Ura Mahjong Retsuden Mukoubuchi: Goburei, Shuuryou desu ne",DS,Misc,Pi Arts,TamTam,,,,,,,2007-07-26, +/games/boxart/default.jpg,Koukaku no Ai: Senzaii Shiki e no Mesu Buta Kokuin,PC,Misc,Lilith,Unknown,,,,,,,2012-03-10, +/games/boxart/default.jpg,Koukou Eijukugo Kihon 200-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-11-18, +/games/boxart/default.jpg,Koukou Eitango Kihon 400-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-10-21, +/games/boxart/full_8119523JapanFrontccc.jpg,Koukou Juken: Eitango Get Through 1900 - Eitan Zamurai DS,DS,Misc,Educational Network,Educational Network,,,,,,,2007-10-11, +/games/boxart/full_koukou-nyuushideru-jun-chuugaku-eijukugo-350_309JapanFront.jpg,Koukou Nyuushideru Jun: Chuugaku Eijukugo 350,GB,Misc,Imagineer,C-Lab,,,,,,,1997-07-25, +/games/boxart/full_koukou-nyuushideru-jun-chuugaku-eitango-1700_260JapanFront.jpg,Koukou Nyuushideru Jun: Chuugaku Eitango 1700,GB,Misc,Imagineer,C-Lab,,,,,,,1997-06-27, +/games/boxart/full_koukou-nyuushideru-jun-kanji-mondai-no-seifuku_967JapanFront.jpg,Koukou Nyuushideru Jun: Kanji Mondai no Seifuku,GB,Misc,Imagineer,C-Lab,,,,,,,1997-08-29, +/games/boxart/full_koukou-nyuushideru-jun-rekishi-nendai-anki-point-240_701JapanFront.jpg,Koukou Nyuushideru Jun: Rekishi Nendai Anki Point 240,GB,Misc,Imagineer,C-Lab,,,,,,,1997-09-26, +/games/boxart/full_koukou-nyuushideru-jun-rika-anki-point-250_460JapanFront.jpg,Koukou Nyuushideru Jun: Rika Anki Point 250,GB,Misc,Imagineer,C-Lab,,,,,,,1997-10-01, +/games/boxart/full_koumin-quiz-shougakusei_933JapanFront.jpg,Koumin Quiz Shougakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2011-08-03, +/games/boxart/default.jpg,Kraken Attack,PC,Misc,Csharks Games & Solutions Pvt Ltd,Unknown,,,,,,,2014-02-24, +/games/boxart/default.jpg,Kraken Attack,And,Misc,Csharks Games & Solutions Pvt Ltd,Unknown,,,,,,,2014-02-24, +/games/boxart/7422996ccc.jpg,Kris Kross: Make My Video,SCD,Misc,Sony Imagesoft,Digital Pictures,,,,,,,1992-01-01, +/games/boxart/default.jpg,KRUNCH,Linux,Misc,Unknown,Unknown,,,,,,,2012-12-21, +/games/boxart/default.jpg,KRUNCH,PC,Misc,Unknown,Unknown,,,,,,,2012-12-21, +/games/boxart/default.jpg,KRUNCH,OSX,Misc,Unknown,Unknown,,,,,,,2012-12-21, +/games/boxart/default.jpg,KTBG: Kill The Bad Guy,PC,Misc,Exkee,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,KTBG: Kill The Bad Guy,Linux,Misc,Exkee,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,KTBG: Kill The Bad Guy,OSX,Misc,Exkee,Unknown,,,,,,,2014-05-28, +/games/boxart/full_5948895JapanFrontccc.jpg,Kuma Uta,PS2,Misc,Sony Computer Entertainment,MuuMuu,,,,,,,2003-11-20, +/games/boxart/default.jpg,Kung Fu Dragon,3DS,Misc,Agetec,Unknown,,,,,,,2011-07-21, +/games/boxart/default.jpg,Kung Fu Rabbit,3DS,Misc,Unknown,Unknown,,,,,,,2014-02-21, +/games/boxart/default.jpg,Kuroko no Basuke: Shouri e no Kiseki,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2014-02-20, +/games/boxart/default.jpg,Kuronijibon 2,PC,Misc,Unknown,Black Rainbow,,,,,,,2011-07-29, +/games/boxart/full_kuukan-sagashimono-kei-nouryoku-kaihatsu-3d-nou-training_653JapanFront.jpg,Kuukan Sagashimono Kei: Nouryoku Kaihatsu 3D Nou Training,3DS,Misc,IE Institute,IE Institute,,,,,,,2011-04-07, +/games/boxart/default.jpg,Kuukiyomi. DS,DSiW,Misc,G-mode,G-mode,,,,,,,2009-03-25, +/games/boxart/full_kyukyoku-mahjong_2JapanFront.jpg,Kyukyoku Mahjong,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, +/games/boxart/full_kyukyoku-mahjong-ii_8JapanFront.jpg,Kyukyoku Mahjong II,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, +/games/boxart/full_kyuusei-senjutsu-niyoru-heisei-kaiun-koyomi_6JapanFront.jpg,Kyuusei Senjutsu Niyoru Heisei Kaiun Koyomi,3DO,Misc,Unknown,Ariadne,,,,,,,1994-12-09, +/games/boxart/full_labyrinth_476AmericaFront.jpg,Labyrinth,XBL,Misc,Microsoft,Subtle Abberation,,,,,,,2011-07-09, +/games/boxart/default.jpg,Labyrinthine Dreams,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Lacuna Passage,OSX,Misc,Infogrames Melbourne,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Lacuna Passage,PC,Misc,Infogrames Melbourne,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Lacuna Passage,Linux,Misc,Infogrames Melbourne,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Ladybug Puzzle,PC,Misc,r2 game,Unknown,,,,,,,2015-11-03, +/games/boxart/default.jpg,Ladybug Puzzle,Linux,Misc,r2 game,Unknown,,,,,,,2015-11-03, +/games/boxart/default.jpg,Ladybug Puzzle,OSX,Misc,r2 game,Unknown,,,,,,,2015-11-03, +/games/boxart/default.jpg,Ladybug Puzzle,PSV,Misc,r2 game,Unknown,,,,,,,2015-11-03, +/games/boxart/default.jpg,Ladybug Puzzle,PS4,Misc,r2 game,Unknown,,,,,,,2015-11-03, +/games/boxart/default.jpg,Ladybug Puzzle,PS3,Misc,r2 game,Unknown,,,,,,,2015-11-03, +/games/boxart/default.jpg,Lalaloopsy Carnival of Friends,3DS,Misc,Unknown,Unknown,,,,,,,2012-09-25, +/games/boxart/default.jpg,Lalaloopsy Carnival of Friends,DS,Misc,Unknown,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,Larva Mortus,OSX,Misc,Rake in Grass,Unknown,,,,,,,2008-05-13, +/games/boxart/full_2505934AmericaFrontccc.jpg,Las Vegas Cool Hand,GB,Misc,Take-Two Interactive,Tarantula Studios,,,,,,,1998-12-01, +/games/boxart/full_8237297AmericaFrontccc.jpg,Last Gladiators Digital Pinball,SAT,Misc,Time Warner Interactive,Kaze,,,,,,,1996-01-01, +/games/boxart/default.jpg,Last Heroes - The Final Stand,And,Misc,Unknown,Unknown,,,,,,,2014-02-24, +/games/boxart/full_le-concert-ff_760JapanFront.jpg,Le Concert ff,PS,Misc,Warashi,Warashi,,,,,,,1999-12-09, +/games/boxart/full_le-concert-ff_500JapanFront.jpg,Le Concert ff,PSN,Misc,Warashi,Warashi,,,,,,,2010-12-08, +/games/boxart/full_le-concert-ff-pp_458JapanFront.jpg,Le Concert ff + pp,PS,Misc,Warashi,Warashi,,,,,,,2000-09-07, +/games/boxart/full_le-concert-pp_560JapanFront.jpg,Le Concert pp,PS,Misc,Warashi,Warashi,,,,,,,1999-12-09, +/games/boxart/full_le-concert-pp_150JapanFront.jpg,Le Concert pp,PSN,Misc,Warashi,Warashi,,,,,,,2010-12-08, +/games/boxart/default.jpg,League of Angels,PC,Misc,Koramgame.com,Unknown,,,,,,,2014-03-30, +/games/boxart/default.jpg,Leaping Larry,PC,Misc,Unknown,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Learn Math Advanced,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2010-11-16, +/games/boxart/default.jpg,Learn To Play Chess With Fritz & Chesster,PC,Misc,Viva Media,ChessBase,,,,,,,2003-07-02, +/games/boxart/default.jpg,Learn to Play Chess with Fritz & Chesster 2: Chess in the Black Castle,PC,Misc,Viva Media,ChessBase,,,,,,,2004-11-05, +/games/boxart/default.jpg,Learn to Play Chess with Fritz & Chesster 3: Chess for Winners,PC,Misc,Viva Media,ChessBase,,,,,,,2006-11-15, +/games/boxart/default.jpg,Learn to Play Chess with Fritz and Chesster 2: Chess in the Black Castle,PC,Misc,Unknown,ChessBase,,,,,,,, +/games/boxart/full_8262125PALFrontccc.png,Learning with the PooYoos: Episode 1,WW,Misc,Lexis Numerique,Lexis Numerique,,,,,,,2009-11-23, +/games/boxart/full_learning-with-the-pooyoos-episode-1_217AmericaFront.jpg,Learning with the PooYoos: Episode 1,PSN,Misc,Lexis Numerique,Lexis Numerique,,,,,,,2011-06-02, +/games/boxart/full_1135166AmericaFrontccc.jpg,Learning with the PooYoos: Episode 2,WW,Misc,Lexis Numerique,Lexis Numerique,7,,,,,,2010-04-05, +/games/boxart/default.jpg,Learning with the PooYoos: Episode 2,PSN,Misc,Unknown,Lexis Numerique,,,,,,,, +/games/boxart/full_learning-with-the-pooyoos-episode-3_5AmericaFront.jpg,Learning with the PooYoos: Episode 3,WW,Misc,Lexis Numerique,Lexis Numerique,,,,,,,2010-10-04, +/games/boxart/default.jpg,Learning with the PooYoos: Episode 3,PSN,Misc,Unknown,Lexis Numerique,,,,,,,, +/games/boxart/full_4339240AmericaFrontccc.jpg,LED Display,XBL,Misc,Microsoft,Mr Brian,,,,,,,2009-07-22, +/games/boxart/full_4704832AmericaFrontccc.jpg,Left 4 Dead 2,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-09-05, +/games/boxart/default.jpg,Left Brain Right Brain,X360,Misc,Unknown,Majesco Games,,,,,,,, +/games/boxart/default.jpg,Left Brain Right Brain,PS3,Misc,Unknown,Majesco Games,,,,,,,, +/games/boxart/default.jpg,Legend of Grimrock,OSX,Misc,Almost Human,Unknown,,,,,,,2012-12-19, +/games/boxart/default.jpg,Legend of Grimrock,Linux,Misc,Almost Human,Unknown,,,,,,,2012-12-19, +/games/boxart/default.jpg,Legend of Raven,XOne,Misc,Nicalis,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Legend of Raven,PS4,Misc,Nicalis,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Legend of Raven,PSV,Misc,Nicalis,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Legend of the Holy Sword: Rise of Mana,And,Misc,Square Enix,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Legends of Dawn,PC,Misc,Dreamatrix,Unknown,,,,,,,2013-06-27, +/games/boxart/default.jpg,Legionwood 2: Rise of the Eternal's Realm,PC,Misc,Unknown,Unknown,,,,,,,2014-02-28, +/games/boxart/default.jpg,LEGO City My City,And,Misc,The LEGO Group,Unknown,,,,,,,2014-01-02, +/games/boxart/default.jpg,LEGO Drome Racers & LEGO Creator: Knights Kingdom Double Pack,X360,Misc,Mastiff,Unknown,,,,,,,2013-01-29, +/games/boxart/default.jpg,LEGO Drome Racers & LEGO Creator: Knights Kingdom Double Pack,PS3,Misc,Mastiff,Unknown,,,,,,,2013-01-29, +/games/boxart/default.jpg,LEGO Harry Potter: Years 1-4,OSX,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2011-02-22, +/games/boxart/default.jpg,LEGO Harry Potter: Years 5-7,OSX,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2012-03-22, +/games/boxart/default.jpg,LEGO Indiana Jones 2: The Adventure Continues,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2011-04-02, +/games/boxart/default.jpg,LEGO Indiana Jones: The Original Adventures,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2008-06-03, +/games/boxart/default.jpg,LEGO Star Wars II: The Original Trilogy,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2007-05-04, +/games/boxart/default.jpg,LEGO Star Wars: The Complete Saga,OSX,Misc,LucasArts,Unknown,,,,,,,2010-11-16, +/games/boxart/default.jpg,LEGO Star Wars: The Complete Saga,PC,Misc,LucasArts,Unknown,,,,,,,2009-10-13, +/games/boxart/default.jpg,LEGO The Lord of the Rings,OSX,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-02-22, +/games/boxart/default.jpg,Leo´s Fortune,And,Misc,1337 Game Design,Unknown,,,,,,,2015-01-01, +/games/boxart/full_lets-draw-amp-share_99AmericaFront.jpg,Let's Draw & Share!,XBL,Misc,Microsoft,Kobingo,,,,,,,2011-08-14, +/games/boxart/full_5745158AmericaFrontccc.jpg,Let's Draw A Picture Together!,XBL,Misc,Microsoft,Kobingo,,,,,,,2009-04-30, +/games/boxart/full_2398434AmericaFrontccc.jpg,Let's Explore: The Airport,PC,Misc,Humongous,Humongous Entertainment,,,,,,,1995-01-01, +/games/boxart/full_lets-mangaka-ds-style_6JapanFront.jpg,Let's Mangaka DS Style,DS,Misc,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-07-29, +/games/boxart/default.jpg,Let's Ride: Best in Breed 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,Let's Try Bass Fishing: FISH ON NEXT,PSV,Misc,Kadokawa Shoten,Unknown,,,,,,,2012-03-29, +/games/boxart/default.jpg,Letter Challenge,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Letter Challenge,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Letter Quest: Grimm's Journey,And,Misc,Unknown,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Lies Of Astaroth,And,Misc,iFree Studio Limited,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Lies Of Astaroth,WinP,Misc,iFree Studio Limited,Unknown,,,,,,,2013-12-18, +/games/boxart/full_7063911AmericaFrontccc.jpg,Life Goes On,Linux,Misc,Punchline / Shirogumi,Unknown,,,,,,,2014-04-16, +/games/boxart/full_5421807AmericaFrontccc.jpg,Life Goes On,PC,Misc,Punchline / Shirogumi,Unknown,,,,,,,2014-04-16, +/games/boxart/full_7018398AmericaFrontccc.jpg,Life Goes On,OSX,Misc,Punchline / Shirogumi,Unknown,,,,,,,2014-04-16, +/games/boxart/default.jpg,Life of Pixel,PC,Misc,Unknown,Unknown,,,,,,,2014-05-21, +/games/boxart/default.jpg,Life of Pixel,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-21, +/games/boxart/default.jpg,Life of Pixel,PSV,Misc,Unknown,Unknown,,,,,,,2013-01-09, +/games/boxart/default.jpg,Life With Horses 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-12-12, +/games/boxart/default.jpg,Life With Horses 3D,Linux,Misc,Silver Fox Media,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Lifeless Planet,PC,Misc,Unknown,Unknown,,,,,,,2014-06-06, +/games/boxart/full_lifescape-seimei-40-okunen-haruka-na-tabi_10JapanFront.jpg,LifeScape: Seimei 40 Okunen Haruka na Tabi,PS,Misc,MediaQuest,Scitron & Art,,,,,,,1996-05-24, +/games/boxart/full_lifescape-seimei-40-okunen-haruka-na-tabi_5JapanFront.jpg,LifeScape: Seimei 40 Okunen Haruka na Tabi,SAT,Misc,MediaQuest,Scitron & Art,,,,,,,1996-01-26, +/games/boxart/full_5949223AmericaFrontccc.jpg,Light Catcher,XBL,Misc,Microsoft,Shuffle,,,,,,,2008-12-15, +/games/boxart/default.jpg,Light Hero,And,Misc,Eagle Capital LLC.,Unknown,,,,,,,2014-03-21, +/games/boxart/default.jpg,Lights_Off,PC,Misc,SmashGames,Unknown,,,,,,,2014-02-11, +/games/boxart/default.jpg,Lights_Off,OSX,Misc,SmashGames,Unknown,,,,,,,2014-02-11, +/games/boxart/default.jpg,Lights_Off,Linux,Misc,SmashGames,Unknown,,,,,,,2014-02-11, +/games/boxart/full_5581417AmericaFrontccc.jpeg,Lili: Child of Geos,PC,Misc,"BitMonster, Inc.",Unknown,,,,,,,2014-05-09, +/games/boxart/default.jpg,Lilith-Izm07: Ore no Pet Hen,PC,Misc,Unknown,Lilith Soft,,,,,,,2011-07-29, +/games/boxart/full_4215185JapanFrontccc.jpg,Lilliput Oukoku: Lillimoni to Issho-puni!,GBA,Misc,Sega,Alpha Unit,,,,,,,2004-02-12, +/games/boxart/full_6639425AmericaFrontccc.jpg,Lilly Looking Through,PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,LIMBO,PSV,Misc,Playdead,Unknown,,,,,,,2013-06-04, +/games/boxart/default.jpg,LIMBO,OSX,Misc,Playdead,Unknown,,,,,,,2012-01-13, +/games/boxart/default.jpg,LINE COOKIE RUN,And,Misc,SUMS Online Ltd,Unknown,,,,,,,2014-01-29, +/games/boxart/default.jpg,LINE Dozer,And,Misc,SUMS Online Ltd,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,LINE Go!Go!Go!,And,Misc,SUMS Online Ltd,Unknown,,,,,,,2014-01-09, +/games/boxart/full_lion-and-the-king_6PALFront.jpg,Lion and the King,PS,Misc,Midas Interactive Entertainment,The Code Monkeys,,,,,,,2001-04-13, +/games/boxart/full_lion-and-the-king-2_6PALFront.jpg,Lion and the King 2,PS,Misc,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, +/games/boxart/default.jpg,Little Acorns,3DS,Misc,"Activision Publishing, Inc.",Unknown,,,,,,,2013-04-18, +/games/boxart/full_9977034AmericaFrontccc.jpg,Little Acorns,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_2334207PALFrontccc.jpg,Little Britain: The Computer Game,PC,Misc,Blast! Entertainment Ltd,Revolution Studios / Gamerholix,,,,,,,2007-02-02, +/games/boxart/full_4774867PALFrontccc.jpg,Little Britain: The Video Game,PS2,Misc,Blast! Entertainment Ltd,Revolution Studios / Gamerholix,,,,,,,2007-02-02, +/games/boxart/full_2671477PALFrontccc.png,Little Britain: The Video Game,PSN,Misc,Mastertronic,Gamerholix,,,,,,,2009-07-09, +/games/boxart/default.jpg,Littlewitch Parfait: Kuroneko Mahouten Monogatari,PSP,Misc,CyberFront,Unknown,,,,,,,2012-03-22, +/games/boxart/full_8967633AmericaFrontccc.jpg,LIVELAYER PROTOTYPE,XBL,Misc,Microsoft,kamadasyoko,,,,,,,2009-08-17, +/games/boxart/default.jpg,Llama Or Duck?!,And,Misc,CodProd,Unknown,,,,,,,2012-05-06, +/games/boxart/default.jpg,Lock ‘N Chase,PSN,Misc,Unknown,G1M2,,,,,,,, +/games/boxart/full_2817467AmericaFrontccc.jpg,Lodestar 1000,XBL,Misc,Microsoft,BadRadish,,,,,,,2009-11-02, +/games/boxart/full_3480869JapanFrontccc.jpg,Logic Mahjong Souryu: 3-Player Version,PS,Misc,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1999-05-04, +/games/boxart/default.jpg,Logos Quiz Game,3DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Logos Quiz Game,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Lola's ABC Party,3DS,Misc,BeiZ Ltd.,Unknown,,,,,,,2014-03-13, +/games/boxart/default.jpg,Lola's ABC Party,OSX,Misc,BeiZ Ltd.,Unknown,,,,,,,2013-09-29, +/games/boxart/default.jpg,Lola's ABC Party,And,Misc,BeiZ Ltd.,Unknown,,,,,,,2013-07-18, +/games/boxart/default.jpg,Lola's Fruit Shop Sudoku,DSi,Misc,BeiZ Ltd.,Unknown,,,,,,,2012-07-21, +/games/boxart/default.jpg,Lola's Fruit Shop Sudoku,3DS,Misc,BeiZ Ltd.,Unknown,,,,,,,2012-07-21, +/games/boxart/default.jpg,Lola's Fruit Shop Sudoku,And,Misc,BeiZ Ltd.,Unknown,,,,,,,2011-07-20, +/games/boxart/full_8420124AmericaFrontccc.jpg,LOLCats,XBL,Misc,Microsoft,Unknown,,,,,,,2009-08-24, +/games/boxart/full_6895426AmericaFrontccc.jpeg,Lone Survivor,PS3,Misc,Curve Studios,Unknown,,,,,,,2013-09-09, +/games/boxart/full_1978302AmericaFrontccc.jpeg,Lone Survivor,PSV,Misc,Curve Studios,Unknown,,,,,,,2013-09-09, +/games/boxart/default.jpg,Lord of the Dragons,And,Misc,KLab Global Pte. Ltd.,Unknown,,,,,,,2013-01-31, +/games/boxart/full_6277557AmericaFrontccc.jpg,Lost Cities,XBL,Misc,Sierra Online,Sierra Online Shanghai Studios,,,,,,,2008-04-23, +/games/boxart/default.jpg,Lost Civilization,PC,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Lost Light,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2014-03-13, +/games/boxart/default.jpg,Lost Marbles,PC,Misc,Binary Takeover LLC,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Lost Marbles,OSX,Misc,Binary Takeover LLC,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Lost Marbles,Linux,Misc,Binary Takeover LLC,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Lost Vikings 2,SAT,Misc,Interplay Productions,Unknown,,,,,,,1997-01-01, +/games/boxart/default.jpg,Lost Vikings 2,PC,Misc,Interplay Productions,Unknown,,,,,,,1997-04-30, +/games/boxart/1545955ccc.jpg,Love Bites,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1995-01-01, +/games/boxart/default.jpg,Lovers in a Dangerous Spacetime,OSX,Misc,Asteroid Base,Unknown,,,,,,,2020-12-31, +/games/boxart/full_9214343AmericaFrontccc.jpg,Lower Your Score with Tom Kite - Mental Messages,3DO,Misc,Intellivision Productions,Intellimedia,,,,,,,1994-01-01, +/games/boxart/full_lsd_5JapanFront.jpg,LSD,PS,Misc,Asmik Ace Entertainment,OutSide Directors Company,,,,,,,1998-10-22, +/games/boxart/full_lsd_0JapanFront.jpg,LSD,PSN,Misc,Asmik Ace Entertainment,OutSide Directors Company,,,,,,,2010-08-11, +/games/boxart/full_6070860JapanFrontccc.jpg,Lucky * Star: Net Idol Meister,PSP,Misc,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2009-12-23, +/games/boxart/full_9598139PALFrontccc.jpg,Lucky Luke: The Daltons,DS,Misc,Atari,Atari,,,,,,,2008-11-13, +/games/boxart/default.jpg,Lucky Rabbit Reflex,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-02, +/games/boxart/default.jpg,Lucky Rabbit Reflex,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-02, +/games/boxart/default.jpg,Lucky Rabbit Reflex,PC,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-02, +/games/boxart/default.jpg,LUFTRAUSERS,PSV,Misc,Vlambeer,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,LUFTRAUSERS,PS3,Misc,Vlambeer,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,LUFTRAUSERS,OSX,Misc,Vlambeer,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,LUFTRAUSERS,Linux,Misc,Vlambeer,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,Lula Pinball,PC,Misc,Unknown,Independent Arts Software,,,,,,,, +/games/boxart/default.jpg,Lula Pinball,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-05-02, +/games/boxart/default.jpg,Lumines,PS3,Misc,Q Entertainment,Unknown,,,,,,,2009-01-01, +/games/boxart/default.jpg,Lumines,X360,Misc,Q Entertainment,Unknown,,,,,,,2006-10-18, +/games/boxart/default.jpg,Lumines,PS2,Misc,Ubisoft,Unknown,,,,,,,2007-02-27, +/games/boxart/default.jpg,Lumines,PSP,Misc,Ubisoft,Unknown,,,,,,,2005-03-22, +/games/boxart/default.jpg,Lunar 2: Eternal Blue,SCD,Misc,Working Designs,Unknown,,,,,,,1995-09-15, +/games/boxart/full_lupin-iii-the-master-file_8JapanFront.jpg,Lupin III: The Master File,SAT,Misc,Mizuki,Mizuki,,,,,,,1996-03-29, +/games/boxart/default.jpg,Lupin the 3rd Chronicles,SAT,Misc,Spike,Spike,,,,,,,1997-08-08, +/games/boxart/full_7403135PALFrontccc.jpg,Luv Me Buddies Wonderland,WiiU,Misc,O2 Games,O2 Games,,,,,,,2014-05-29,2018-01-22 +/games/boxart/1100520ccc.gif,M-1 Abrams Battle Tank,GEN,Misc,Sega,Dynamix,,,,,,,1991-01-01, +/games/boxart/default.jpg,M.A.V.,PC,Misc,BombDog,Unknown,,,,,,,2020-12-31, +/games/boxart/full_873586JapanFrontccc.jpg,Maboroshi Tsukiyo,DC,Misc,Sims,SIMS,,,,,,,1999-09-23, +/games/boxart/default.jpg,MacGyver: Deadly Descent,And,Misc,FairPlay Media Limited,Unknown,,,,,,,2014-05-21, +/games/boxart/default.jpg,Mach Rider,3DS,Misc,Nintendo,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Mach Rider,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-05-01, +/games/boxart/full_3067468JapanFrontccc.jpg,Macross Aiuchi Typing Protoculture,PC,Misc,SSI,SSI Tristar,,,,,,,2003-01-24, +/games/boxart/full_5180404JapanFrontccc.jpg,Macross Aiuchi Typing Valkyrie,PC,Misc,SSI,SSI Tristar,,,,,,,2002-07-05, +/games/boxart/default.jpg,Mad Monkey : Best Arcade Kid Game (Kids Games+ Retro Arcade = Fun),PC,Misc,Youda Games,Unknown,,,,,,,2012-09-07, +/games/boxart/default.jpg,Mad Monkey : Best Arcade Kid Game (Kids Games+ Retro Arcade = Fun),OSX,Misc,G5 Entertainment,Unknown,,,,,,,2012-07-09, +/games/boxart/default.jpg,Mad Monkey : Best Arcade Kid Game (Kids Games+ Retro Arcade = Fun),And,Misc,G5 Entertainment,Unknown,,,,,,,2011-11-17, +/games/boxart/default.jpg,Mad Skills Motocross 2,And,Misc,Turborilla,Unknown,,,,,,,2014-02-20, +/games/boxart/default.jpg,Madagascar 3: The Video Game,Wii,Misc,D3Publisher,Unknown,,,,,,,2012-06-05, +/games/boxart/default.jpg,Madagascar 3: The Video Game,PS3,Misc,D3Publisher,Unknown,,,,,,,2012-06-05, +/games/boxart/default.jpg,Madagascar 3: The Video Game,DS,Misc,D3Publisher,Unknown,,,,,,,2012-06-05, +/games/boxart/default.jpg,MADDENING,PC,Misc,Toco Games,Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,MADDENING,OSX,Misc,Toco Games,Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,Made in Chelsea The Game,And,Misc,Channel 4 Television Corporation,Unknown,,,,,,,2014-04-03, +/games/boxart/default.jpg,Madera & Figaro in The Rescue of Ginger,Ouya,Misc,Unknown,Unknown,,,,,,,2014-03-12, +/games/boxart/full_maestro-green-groove_0AmericaFront.jpg,Maestro! Green Groove,DSiW,Misc,Neko Entertainment,Pasta Games!,,,,,,,2010-06-28, +/games/boxart/default.jpg,Mage's Initiation: Reign of the Elements,Linux,Misc,Himalaya Studios,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Mage's Initiation: Reign of the Elements,OSX,Misc,Himalaya Studios,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Magi: Hajimari no Meikyuu,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2013-02-21, +/games/boxart/full_magic-destiny-astrological-games-_448AmericaFront.jpg,Magic Destiny -Astrological Games-,WW,Misc,Unknown,Shanblue Interactive,,,,,,,2011-01-31, +/games/boxart/default.jpg,Magic Duels: Origin,XOne,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2016-01-01, +/games/boxart/default.jpg,Magic Duels: Origin,PS4,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2016-01-01, +/games/boxart/default.jpg,Magic Duels: Origin,PC,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2016-01-01, +/games/boxart/full_9741217JapanFrontccc.jpg,Magic: The Gathering,DC,Misc,Sega,Sega,,,,,,,2001-06-28, +/games/boxart/full_550964AmericaFrontccc.jpg,Magic: The Gathering - Duels of the Planeswalkers,XBL,Misc,Wizards of the Coast,Stainless Games,8,,,,,,2009-06-17, +/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers_633AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers,PSN,Misc,Wizards of the Coast,Stainless Games,,,,,,,2010-11-23, +/games/boxart/full_7020299AmericaFrontccc.jpg,Magic: The Gathering Online,PC,Misc,Wizards of the Coast,Leaping Lizard Software Inc.,,,,,,,2002-06-14, +/games/boxart/default.jpg,Magic: The Gathering Online 2.0,PC,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2005-01-01, +/games/boxart/default.jpg,Magic: The Gathering Online III,PC,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2008-04-22, +/games/boxart/full_8580149AmericaFrontccc.jpg,Magic: The Gathering Online: Champions of Kamigawa,PC,Misc,Wizards of the Coast,Leaping Lizard,,,,,,,2004-10-25, +/games/boxart/full_2117478AmericaFrontccc.jpg,Magic: The Gathering Spells Of The Ancients,PC,Misc,Microprose,MicroProse,,,,,,,1997-09-30, +/games/boxart/default.jpg,Magical Diary,PC,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-31, +/games/boxart/default.jpg,Magical Diary,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-31, +/games/boxart/default.jpg,Magical Diary,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-31, +/games/boxart/full_2565006AmericaFrontccc.jpg,Magical Melody Fanidanshingu Country,XBL,Misc,Microsoft,nakfiv,,,,,,,2009-09-03, +/games/boxart/default.jpg,Magical Whip: Wizards of Phantasmal Forest,DSi,Misc,Agetec,Unknown,,,,,,,2011-08-25, +/games/boxart/default.jpg,Magical Whip: Wizards of Phantasmal Forest,3DS,Misc,Agetec,Unknown,,,,,,,2011-08-25, +/games/boxart/default.jpg,Magicians & Looters,X360,Misc,Morgopolis Studios,Unknown,,,,,,,2013-08-22, +/games/boxart/default.jpg,Magicians & Looters,PC,Misc,Morgopolis Studios,Unknown,,,,,,,2013-08-22, +/games/boxart/default.jpg,Magicka: Wizard Wars,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2014-05-27, +/games/boxart/default.jpg,Magicka: Wizard Wars,PC,Misc,Paradox Interactive,Unknown,,,,,,,2014-05-27, +/games/boxart/default.jpg,Magnetic Cube,PC,Misc,Wicked Loot,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Magrunner: Dark Pulse,X360,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Magrunner: Dark Pulse,PS3,Misc,Focus Home Interactive,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Magrunner: Dark Pulse,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2013-06-20, +/games/boxart/full_8598332AmericaFrontccc.jpg,Mahjong,WW,Misc,Cosmigo,Appendix Games,,,,,,,2009-12-04, +/games/boxart/full_mahjong_45AmericaFront.jpg,Mahjong,DSiW,Misc,DTP Entertainment,Appendix Games,,,,,,,2011-01-31, +/games/boxart/default.jpg,Mahjong * Dream C Club,PC,Misc,Unknown,Unknown,,,,,,,2014-04-15, +/games/boxart/full_3514682AmericaFrontccc.jpg,Mahjong 63 Motel,XBL,Misc,Microsoft,zio3,,,,,,,2009-10-02, +/games/boxart/full_mahjong-cop-ryuu-shiro-ookami-no-yabou_0JapanFront.jpg,Mahjong Cop Ryuu: Shiro Ookami no Yabou,GEN,Misc,Sega,Sega,,,,,,,1989-12-14, +/games/boxart/full_mahjong-doukyuusei-special_8JapanFront.jpg,Mahjong Doukyuusei Special,SAT,Misc,Unknown,Make Software,,,,,,,1996-03-29, +/games/boxart/full_mahjong-fight-club-shinsei-zenkoku-taisen-han_813JapanFront.jpg,Mahjong Fight Club: Shinsei Zenkoku Taisen Han,PSV,Misc,Konami,Konami,,,,,,,2011-12-17, +/games/boxart/full_mahjong-fight-club-zenkoku-taisen-ban_0JapanFront.jpg,Mahjong Fight Club: Zenkoku Taisen Ban,PSP,Misc,Konami,Konami,,,,,,,2006-12-07, +/games/boxart/full_mahjong-gakuen-toumasou-shirou-toujou_5JapanFront.jpg,Mahjong Gakuen Toumasou Shirou Toujou,PCE,Misc,FACE,Sankindo,,,,,,,1989-11-24, +/games/boxart/full_mahjong-gakuen-toumasou-shirou-toujou-mild_0JapanFront.jpg,Mahjong Gakuen Toumasou Shirou Toujou Mild,PCE,Misc,FACE,Sankindo,,,,,,,1990-06-29, +/games/boxart/full_mahjong-gakuensai_6JapanFront.jpg,Mahjong Gakuensai,SAT,Misc,Unknown,Make Software,,,,,,,1997-11-06, +/games/boxart/full_mahjong-gakuensai-dx_4JapanFront.jpg,Mahjong Gakuensai DX,SAT,Misc,Unknown,Make Software,,,,,,,1998-09-23, +/games/boxart/default.jpg,Mahjong Gensoukyoku I-II,PC,Misc,Active,Active,,,,,,,1996-09-20, +/games/boxart/full_mahjong-goku-special_8JapanFront.jpg,Mahjong Goku Special,PCE,Misc,Sunsoft,Chatnoir,,,,,,,1990-08-10, +/games/boxart/full_mahjong-goku-tenjiku_5JapanFront.jpg,Mahjong Goku Tenjiku,PCFX,Misc,NEC Interchannel,Chat Noir,,,,,,,1995-03-24, +/games/boxart/full_mahjong-goku-tenjiku_3JapanFront.jpg,Mahjong Goku Tenjiku,SAT,Misc,Electronic Arts Victor,Chat Noir,,,,,,,1994-11-22, +/games/boxart/full_mahjong-goku-tenjiku_7JapanFront.jpg,Mahjong Goku Tenjiku,PS,Misc,Electronic Arts Victor,Chat Noir,,,,,,,1994-12-03, +/games/boxart/full_mahjong-goku-tenjiku_8JapanFront.jpg,Mahjong Goku Tenjiku,3DO,Misc,ASCII Entertainment,Chat Noir,,,,,,,1994-06-25, +/games/boxart/full_mahjong-goku-tenjiku_4JapanFront.jpg,Mahjong Goku Tenjiku,SNES,Misc,Chat Noir,Chat Noir,,,,,,,1994-08-19, +/games/boxart/full_mahjong-goku-tenjiku-99_1JapanFront.jpg,Mahjong Goku Tenjiku 99,PS,Misc,Chat Noir,Chat Noir,,,,,,,1999-06-03, +/games/boxart/full_5454993JapanFrontccc.jpg,Mahjong Haoh Battle Royale,PS2,Misc,NCS,NCS,,,,,,,2005-07-14, +/games/boxart/full_mahjong-haoh-battle-royale-ii_4JapanFront.jpg,Mahjong Haoh Battle Royale II,PSP,Misc,NCS,NCS,,,,,,,2010-01-14, +/games/boxart/full_4543356JapanFrontccc.jpg,Mahjong Haoh Battle Royale II,PS2,Misc,NCS,NCS,,,,,,,2006-04-13, +/games/boxart/default.jpg,Mahjong Haoh: Dankyuu Battle 3,PS3,Misc,NCS,Unknown,,,,,,,2013-10-31, +/games/boxart/full_mahjong-haouden-kaisers-quest_7JapanFront.jpg,Mahjong Haouden: Kaiser's Quest,PCE,Misc,UPL,UPL,,,,,,,1992-02-28, +/games/boxart/7222345ccc.jpg,Mahjong Keiji,GBA,Misc,Hudson Entertainment,Hudson,,,,,,,2001-07-12, +/games/boxart/full_mahjong-kuru-jidai-av-gal-seifukuhen_5JapanFront.jpg,Mahjong Kuru Jidai: AV Gal Seifukuhen,3DO,Misc,Micronet,Micronet,,,,,,,1994-07-20, +/games/boxart/full_mahjong-kuru-jidai-ko-gal-hokagohen_7JapanFront.jpg,Mahjong Kuru Jidai: Ko Gal Hokagohen,3DO,Misc,Micronet,Micronet,,,,,,,1995-10-18, +/games/boxart/full_1231287JapanFrontccc.jpg,Mahjong Quest,GB,Misc,J-Wing,J-Wing,,,,,,,1998-12-23, +/games/boxart/full_7447236AmericaFrontccc.jpg,Mahjong Quest Collection,PC,Misc,iWin,iWin,,,,,,,2009-08-24, +/games/boxart/full_mahjong-sengoku-jidai_2JapanFront.jpg,Mahjong Sengoku Jidai,MS,Misc,Sega,Sega,,,,,,,1987-10-18, +/games/boxart/full_mahjong-shikaku-retsuden-mahjong-wars_5JapanFront.jpg,Mahjong Shikaku Retsuden: Mahjong Wars,PCE,Misc,Nihon Bussan,Nichibutsu,,,,,,,1990-02-01, +/games/boxart/full_5727004JapanFrontccc.jpg,Mahjong Taikai,NES,Misc,KOEI,Koei,,,,,,,1989-10-31, +/games/boxart/full_2119249JapanFrontccc.jpg,Mahjong Taikai,PSP,Misc,KOEI,Koei,,,,,,,2004-12-22, +/games/boxart/full_7918718JapanFrontccc.jpg,Mahjong Taikai II Special,DC,Misc,KOEI,Koei,,,,,,,1999-03-04, +/games/boxart/full_7136861JapanFrontccc.jpg,Mahjong Tenshi: Angel Lips,SAT,Misc,Syscom,Syscom,,,,,,,1996-03-29, +/games/boxart/full_mahjong-toryuumon_2JapanFront.jpg,Mahjong Toryuumon,WS,Misc,Sammy Corporation,Sammy Studios,,,,,,,1999-03-11, +/games/boxart/full_mahjong-uranai-fortuna-tsuki-no-megami-tachi_247JapanFront.jpg,Mahjong Uranai Fortuna: Tsuki no Megami-tachi,PS,Misc,Affect,Affect,,,,,,,2001-02-01, +/games/boxart/full_mahjong-uranai-fortuna-tsuki-no-megami-tachi_786JapanFront.jpg,Mahjong Uranai Fortuna: Tsuki no Megami-tachi,PSN,Misc,Affect,Affect,,,,,,,2010-12-22, +/games/boxart/default.jpg,Mahjong Wisdom: Ancient Tales,XBL,Misc,Unknown,TikGames,,,,,,,, +/games/boxart/default.jpg,Mahjong World,And,Misc,PICK Technology Limited,Unknown,,,,,,,2013-03-03, +/games/boxart/full_mahjong-youchien-tamago-gumi_1JapanFront.jpg,Mahjong Youchien: Tamago Gumi,PS,Misc,Affect,Affect,,,,,,,1998-03-12, +/games/boxart/full_mahjong-youchien-tamago-gumi_9JapanFront.jpg,Mahjong Youchien: Tamago Gumi,PSN,Misc,Affect,Affect,,,,,,,2010-07-15, +/games/boxart/full_mahjong-youchien-tamago-gumi-2_9JapanFront.jpg,Mahjong Youchien: Tamago Gumi 2,PS,Misc,Affect,Affect,,,,,,,2000-09-28, +/games/boxart/full_mahjong-youchien-tamago-gumi-2_7JapanFront.jpg,Mahjong Youchien: Tamago Gumi 2,PSN,Misc,Affect,Affect,,,,,,,2010-09-08, +/games/boxart/default.jpg,Mahou Senshi Fairy Maids,PC,Misc,Triangle,Triangle,,,,,,,2011-07-29, +/games/boxart/full_mahou-shoujo-fancy-coco_632JapanFront.jpg,Mahou Shoujo Fancy Coco,PS,Misc,Pow,Planning Office Wada,,,,,,,1996-09-13, +/games/boxart/default.jpg,Mahou Shoujo Taisen Zanbatsu,PSV,Misc,Unknown,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Mahoutsukai no Yoru: Witch on the Holy Night,PC,Misc,Type-Moon,Unknown,,,,,,,2012-04-12, +/games/boxart/default.jpg,Maiden Dream Fan Disc,PC,Misc,Rune,Rune,,,,,,,2001-11-01, +/games/boxart/full_maids-with-balloons_994AmericaFront.jpg,Maids with Balloons,XBL,Misc,Microsoft,Jason Keiderling,,,,,,,2010-12-27, +/games/boxart/337263ccc.png,Mainichi Issho,PS3,Misc,Sony Computer Entertainment,BeXide / Game Arts,,,,,,,2006-11-11, +/games/boxart/full_5237336JapanFrontccc.jpg,Mainichi Kawaru Quiz Bangumi Days 365,SAT,Misc,Oz Club,Oz Club,,,,,,,1996-03-15, +/games/boxart/full_5711587JapanFrontccc.jpg,Mainichi Shinbunsha Kyouruoku: Saikyou no Kanji Drill 5-Man Mon,DS,Misc,NCS,NCS,,,,,,,2009-01-15, +/games/boxart/full_9468034JapanFrontccc.jpg,Mainichi Suteki! Hello Kitty no Life Kit,DS,Misc,Dorart,Dorart,,,,,,,2007-09-13, +/games/boxart/default.jpg,Maisodateru Ki Calendar,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-11-04, +/games/boxart/full_maisys-playhouse_509AmericaFront.jpg,Maisy's Playhouse,PC,Misc,TDK Mediactive,TDK Mediactive,,,,,,,2009-06-05, +/games/boxart/default.jpg,Major League Wizardry,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Major League Wizardry,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Major League Wizardry,And,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Makai Ichiban Kan,PSV,Misc,Compile Heart,Unknown,,,,,,,2015-12-17, +/games/boxart/default.jpg,Makai Kingdom: Chronicles of the Sacred Tome,PSP,Misc,Nippon Ichi Software,Unknown,,,,,,,2011-10-06, +/games/boxart/default.jpg,Make 10,BRW,Misc,Nekki,Unknown,,,,,,,2011-02-12, +/games/boxart/default.jpg,Make It Rain: The Love of Money,And,Misc,"Space Inch, LLC",Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Makichan to Nau.,PC,Misc,Waffle,Waffle,,,,,,,2011-07-29, +/games/boxart/default.jpg,Maleficent Free Fall,PC,Misc,Disney Interactive Studios,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Maleficent Free Fall,WinP,Misc,Disney Interactive Studios,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Maleficent Free Fall,And,Misc,Disney Interactive Studios,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Man Of Prey,PC,Misc,Buka Entertainment,Unknown,,,,,,,2009-09-10, +/games/boxart/default.jpg,Man Vs Snake,And,Misc,Quikding,Unknown,,,,,,,2013-11-11, +/games/boxart/default.jpg,Mana Crusher,And,Misc,Little Worlds Studio,Unknown,,,,,,,2014-03-26, +/games/boxart/full_manepa-1000-bannin-no-fx-training-leverage-kisei-taiouban_4JapanFront.jpg,Manepa 1000-Bannin no FX Training: Leverage Kisei Taiouban,DS,Misc,Genki,Genki,,,,,,,2010-09-16, +/games/boxart/full_manga-ka-debut-monogatari-ds-akogare-manga-ka-ikusei-game_5JapanFront.jpg,Manga Ka Debut Monogatari DS: Akogare! Manga Ka Ikusei Game,DS,Misc,TDK Core,TDK Core,,,,,,,2005-11-10, +/games/boxart/default.jpg,Manhunter,PC,Misc,Kiss,Unknown,,,,,,,2013-01-29, +/games/boxart/default.jpg,Manic Marble,PSP,Misc,Acquire,Unknown,,,,,,,2011-05-19, +/games/boxart/default.jpg,Manic Marble 2,Wii,Misc,D4 Enterprise,Unknown,,,,,,,2012-12-27, +/games/boxart/default.jpg,Manic Marble 2,NG,Misc,Trigger Apps,Unknown,,,,,,,1999-06-24, +/games/boxart/default.jpg,Manic Marble 3,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-02-07, +/games/boxart/default.jpg,Manic Marble 3,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-02-07, +/games/boxart/default.jpg,Manic Pumpkin,3DS,Misc,Bigben Interactive,Unknown,,,,,,,2013-02-21, +/games/boxart/default.jpg,Mansion,DS,Misc,Nexon,Unknown,,,,,,,2011-11-17, +/games/boxart/default.jpg,MapleStory 2,PC,Misc,Nexon,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Maplus Portable Navi 4,PSV,Misc,Unknown,Edia Co.,,,,,,,, +/games/boxart/full_6103878JapanFrontccc.jpg,MAPLUS: Portable Navi 2,PSP,Misc,Edia,Edia Corporation,,,,,,,2007-12-20, +/games/boxart/default.jpg,Marble Arena 2,PC,Misc,Unknown,Brightside Games,,,,,,,2011-12-13, +/games/boxart/default.jpg,Marble Solitaire,OSX,Misc,Unknown,Unknown,,,,,,,2014-08-05, +/games/boxart/default.jpg,Marble Solitaire,PC,Misc,Unknown,Unknown,,,,,,,2014-08-05, +/games/boxart/full_2191126JapanFrontccc.jpg,Marie & Gully no Let's Science,DS,Misc,Dorart,Dorart,,,,,,,2010-04-15, +/games/boxart/full_marine-tour_9JapanFront.jpg,Marine Tour,3DO,Misc,Office Create,Office Create,,,,,,,1994-08-06, +/games/boxart/default.jpg,Mario & Luigi: Superstar Saga,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-03, +/games/boxart/full_8415799AmericaFrontccc.jpg,Mario Calculator,DSiW,Misc,Nintendo,Nintendo,6,,,,,,2009-06-15, +/games/boxart/full_7600516AmericaFrontccc.jpg,Mario Clock,DSiW,Misc,Nintendo,Nintendo,3.5,,,,,,2009-06-15, +/games/boxart/5821057ccc.jpg,Mario is Missing!,SNES,Misc,Mindscape,Software Creations,,,,,,,1993-06-01, +/games/boxart/1409332ccc.jpg,Mario is Missing!,PC,Misc,Mindscape,Software Toolworks,,,,,,,1992-01-01, +/games/boxart/6206824ccc.jpg,Mario is Missing!,NES,Misc,Mindscape,Radical Entertainment,,,,,,,1993-07-01, +/games/boxart/full_3720000JapanFrontccc.jpg,Mario no Photopi,N64,Misc,Tokyo Electron,Tokyo Electron,,,,,,,1998-12-02, +/games/boxart/full_mario-party-2_8AmericaFront.jpg,Mario Party 2,VC,Misc,Nintendo,Hudson Soft,,,,,,,2010-12-20, +/games/boxart/full_7740365AmericaFrontccc.jpg,Mario Teaches Typing 2,PC,Misc,Interplay,Brainstorm,,,,,,,1997-01-01, +/games/boxart/6757836ccc.jpg,Mario's Early Years: Fun with Letters,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1994-10-01, +/games/boxart/2343815ccc.jpg,Mario's Early Years: Fun with Numbers,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1994-09-01, +/games/boxart/5195724ccc.jpg,Mario's Early Years: Preschool Fun,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1994-11-01, +/games/boxart/full_marios-game-gallery_8AmericaFront.jpg,Mario's Game Gallery,PC,Misc,Interplay,Presage Software Inc.,,,,,,,1995-02-23, +/games/boxart/132798ccc.jpg,Mario's Time Machine,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-12-01, +/games/boxart/full_1181331AmericaFrontccc.jpg,Mario's Time Machine,NES,Misc,Software Toolworks,Radical Entertainment,,,,,,,1994-04-23, +/games/boxart/full_9348160AmericaFrontccc.jpg,Mario's Time Machine Deluxe,PC,Misc,Mindscape,Software Toolworks,,,,,,,1996-01-01, +/games/boxart/default.jpg,Mark Hinchcliffe's Game Series,WW,Misc,Unknown,Alten8,,,,,,,, +/games/boxart/7694820ccc.jpg,Marky Mark: Make My Video,SCD,Misc,Sega,Digital Pictures,,,,,,,1992-01-01, +/games/boxart/default.jpg,Mars: War Logs,X360,Misc,Focus Home Interactive,Unknown,,,,,,,2013-07-26, +/games/boxart/default.jpg,Mars: War Logs,PS3,Misc,Focus Home Interactive,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Marshal - Stratego Game,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2013-05-02, +/games/boxart/default.jpg,Marshal - Stratego Game,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-05-02, +/games/boxart/default.jpg,Marshal Online - Stratego Game,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-08-30, +/games/boxart/default.jpg,Martha Stewart,3DS,Misc,Unknown,Majesco Entertainment,,,,,,,, +/games/boxart/full_1162588JapanFrontccc.jpg,Maru Goukaku Shikaku Dasshu! Financial Planning Ginou Kentei Shiken 2-Kyuu 3-Kyuu,DS,Misc,Media5,Media5,,,,,,,2010-06-24, +/games/boxart/full_6315492JapanFrontccc.jpg,Maru Goukaku Shikaku Dasshu! Gyouseishoshi Shiken,DS,Misc,Media5,Media5,,,,,,,2010-06-10, +/games/boxart/full_maru-goukaku-shikaku-dasshu-hanbaishi-kentei-shiken-2-kyuu-3-kyuu_9JapanFront.jpg,Maru Goukaku Shikaku Dasshu! Hanbaishi Kentei Shiken 2-Kyuu - 3-Kyuu,DS,Misc,Media5,Media5,,,,,,,2010-10-07, +/games/boxart/full_6798138JapanFrontccc.jpg,Maru Goukaku Shiraku Sashhu! IT Passport Shiken,DS,Misc,Media5,Media5,,,,,,,2010-01-14, +/games/boxart/full_maru-goukaku-shikaku-dasshu-2011-nendohan-gyouseishoshi-shiken_495JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! 2011-Nendohan - Gyouseishoshi Shiken,DS,Misc,Media5,Media5,,,,,,,2011-04-07, +/games/boxart/full_maru-goukaku-shikaku-dasshu-2011-nendohan-financial-planner-ginou-kentei-shiken-2-kyuu-3-kyuu_882JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! 2011-Nendohan Financial Planner Ginou Kentei Shiken 2-Kyuu 3-Kyuu,DS,Misc,Media5,Media5,,,,,,,2011-06-23, +/games/boxart/full_maru-goukaku-shikaku-dasshu-2011-nendohan-jouhou-security-specialist-shiken-network-specialist-shiken_841JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! 2011-Nendohan Jouhou Security Specialist Shiken - Network Specialist Shiken,DS,Misc,Media5,Media5,,,,,,,2011-05-26, +/games/boxart/full_maru-goukaku-shikaku-dasshu-care-manager-shiken_1JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Care Manager Shiken,DS,Misc,Media5,Media5,,,,,,,2010-10-21, +/games/boxart/full_maru-goukaku-shikaku-dasshu-chuushoukigyou-shindanshi-shiken_8JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Chuushoukigyou Shindanshi Shiken,DS,Misc,Media5,Media5,,,,,,,2010-09-02, +/games/boxart/default.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 2-Kyuu Portable,PSP,Misc,Media5,Media5,,,,,,,2011-11-23, +/games/boxart/full_maru-goukaku-shikaku-dasshu-fp-financial-planning-ginou-kentei-shiken-2-kyuu-portable_102JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 2-Kyuu Portable,PSN,Misc,Media5,Media5,,,,,,,2011-11-23, +/games/boxart/full_maru-goukaku-shikaku-dasshu-fp-financial-planning-ginou-kentei-shiken-3-kyuu-portable_815JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 3-Kyuu Portable,PSP,Misc,Media5,Media5,,,,,,,2011-11-23, +/games/boxart/full_maru-goukaku-shikaku-dasshu-fp-financial-planning-ginou-kentei-shiken-3-kyuu-portable_731JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 3-Kyuu Portable,PSN,Misc,Media5,Media5,,,,,,,2011-11-23, +/games/boxart/full_maru-goukaku-shikaku-dasshu-it-passport-shiken-portable_330JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! IT Passport Shiken Portable,PSP,Misc,Media5,Media5,,,,,,,2011-09-01, +/games/boxart/maru-goukaku-shikaku-dasshu-it-passport-shiken-portable_521JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! IT Passport Shiken Portable,PSN,Misc,Media5,Media5,,,,,,,2011-09-08, +/games/boxart/maru-goukaku-shikaku-dasshu-jouhou-gijutsusha-shiken-portable_826JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Jouhou Gijutsusha Shiken Portable,PSN,Misc,Media5,Media5,,,,,,,2011-09-08, +/games/boxart/maru-goukaku-shikaku-dasshu-jouhou-gijutsusha-shiken-portable_787JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Jouhou Gijutsusha Shiken Portable,PSP,Misc,Media5,Media5,,,,,,,2011-09-08, +/games/boxart/full_maru-goukaku-shikaku-dasshu-kaigo-fukushisi-shiken_572JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Kaigo Fukushisi Shiken,DS,Misc,Media5,Media5,,,,,,,2011-08-18, +/games/boxart/maru-goukaku-shikaku-dasshu-kihon-jouhou-gijutsusha-shiken-portable_709JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Kihon Jouhou Gijutsusha Shiken Portable,PSP,Misc,Media5,Media5,,,,,,,2011-09-08, +/games/boxart/maru-goukaku-shikaku-dasshu-kihon-jouhou-gijutsusha-shiken-portable_924JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Kihon Jouhou Gijutsusha Shiken Portable,PSN,Misc,Media5,Media5,,,,,,,2011-09-08, +/games/boxart/full_maru-goukaku-shikaku-dasshu-shouken-gaimuin-ni-shu-shiken_0JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Shouken Gaimuin Ni-Shu Shiken,DS,Misc,Media5,Media5,,,,,,,2010-09-02, +/games/boxart/full_maru-goukaku-shikaku-dasshu-tac-koumuin-shiken-kokka-ii-tane_35JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! TAC Koumuin Shiken - Kokka II Tane,DS,Misc,Media5,Media5,,,,,,,2010-11-25, +/games/boxart/default.jpg,Maru Goukaku: Shikaku Dasshu! Takken Shiken DS,DS,Misc,Media5,Unknown,,,,,,,2012-06-14, +/games/boxart/default.jpg,Marvel Heroes,PC,Misc,Gazillion Entertainment,Unknown,,,,,,,2013-06-04, +/games/boxart/full_9562932AmericaFrontccc.jpg,Marvel Heroes: Comic Book Creator,PC,Misc,Planetwide Games,Planetwide Games,,,,,,,2006-11-24, +/games/boxart/full_pinball-fx-2-marvel-pinball_894AmericaFront.jpg,Marvel Pinball,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2010-12-14, +/games/boxart/default.jpg,Marvel Pinball,3DS,Misc,Zen Studios,Unknown,,,,,,,2012-06-28, +/games/boxart/default.jpg,Marvel Pinball,And,Misc,Zen Studios,Unknown,,,,,,,2011-12-01, +/games/boxart/default.jpg,Marvel Pinball,WiiU,Misc,Zen Studios,Unknown,,,,,,,2013-01-31, +/games/boxart/default.jpg,Marvel Pinball,PSV,Misc,Zen Studios,Unknown,,,,,,,2012-11-13, +/games/boxart/default.jpg,Marvel Pinball 3D,3DS,Misc,Zen Studios,Unknown,,,,,,,2012-06-28, +/games/boxart/full_pinball-fx-2-marvel-pinball-captain-america_618AmericaFront.jpg,Marvel Pinball: Captain America,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2011-06-28, +/games/boxart/full_pinball-fx-2-marvel-pinball-fantastic-four_892AmericaFront.jpg,Marvel Pinball: Fantastic Four,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2011-06-01, +/games/boxart/default.jpg,Marvel Pinball: Vengeance and Virtue,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2011-12-13, +/games/boxart/default.jpg,Marvel Puzzle Quest: Dark Reign,And,Misc,D3Publisher,Unknown,,,,,,,2013-10-03, +/games/boxart/default.jpg,Marvel Puzzle Quest: Dark Reign,PC,Misc,D3Publisher,Unknown,,,,,,,2013-12-05, +/games/boxart/default.jpg,Marvel Run Jump Smash!,And,Misc,Marvel Entertainment,Unknown,,,,,,,2014-01-30, +/games/boxart/full_1778184AmericaFrontccc.jpg,Marvel Trading Card Game,PC,Misc,Konami,Vicious Cycle,,,,,,,2007-02-21, +/games/boxart/default.jpg,MARVEL War of Heroes,And,Misc,Mobage,Unknown,,,,,,,2012-10-18, +/games/boxart/full_marvelous-mystery-6-pack_50AmericaFront.jpg,Marvelous Mystery 6 Pack,PC,Misc,Viva Media,"Viva Media, LLC",,,,,,,2009-04-15, +/games/boxart/full_1167120AmericaFrontccc.jpg,Mary-Kate and Ashley: Pocket Planner,GB,Misc,Acclaim Entertainment,Powerhead Games,,,,,,,2000-11-29, +/games/boxart/default.jpg,Mask Game,WinP,Misc,Quikding,Unknown,,,,,,,2012-03-23, +/games/boxart/default.jpg,Mask Game,And,Misc,Quikding,Unknown,,,,,,,2012-03-23, +/games/boxart/default.jpg,Massive Chalice,OSX,Misc,Double Fine Productions,Unknown,,,,,,,2014-11-11, +/games/boxart/full_master-games-1_0PALFront.jpg,Master Games 1,MS,Misc,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_8222229AmericaFrontccc.jpg,Master of Illusion Express: Deep Psyche,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-20, +/games/boxart/full_7419534AmericaFrontccc.jpg,Master of Illusion Express: Funny Face,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-05, +/games/boxart/full_4980694AmericaFrontccc.jpg,Master of Illusion Express: Matchmaker,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-14, +/games/boxart/full_666827AmericaFrontccc.jpg,Master of Illusion Express: Mind Probe,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-11-30, +/games/boxart/full_8538643AmericaFrontccc.jpg,Master of Illusion Express: Psychic Camera,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-28, +/games/boxart/full_4532716AmericaFrontccc.jpg,Master of Illusion Express: Shuffle Games,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-13, +/games/boxart/full_6407361AmericaFrontccc.jpg,Master Reboot,OSX,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-11-20, +/games/boxart/full_2426164AmericaFrontccc.jpg,Master Reboot,PC,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-10-29, +/games/boxart/full_3745637AmericaFrontccc.jpg,Master Reboot,PS3,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2014-03-04, +/games/boxart/default.jpg,Masters of the World: Geopolitical Simulator 3,OSX,Misc,Eversim,Unknown,,,,,,,2014-03-11, +/games/boxart/default.jpg,Masters of the World: Geopolitical Simulator 3,PC,Misc,Eversim,Unknown,,,,,,,2014-03-11, +/games/boxart/full_match-up_5AmericaFront.jpg,Match Up!,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-08-02, +/games/boxart/full_1925661AmericaFrontccc.jpg,Matchem,XBL,Misc,Microsoft,Michael Lee,,,,,,,2009-03-10, +/games/boxart/default.jpg,Matching Tunes,PC,Misc,Neon Surge,Unknown,,,,,,,2014-06-03, +/games/boxart/default.jpg,Matching With Friends,And,Misc,Zynga,Unknown,,,,,,,2013-09-10, +/games/boxart/default.jpg,MatchMore,Linux,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,MatchMore,PC,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,MatchMore,OSX,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, +/games/boxart/full_1433549AmericaFrontccc.jpg,Math Aerobat,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-06-17, +/games/boxart/full_math-cruncher_34AmericaFront.jpg,Math Cruncher,XBL,Misc,Microsoft,Bluebomber128,,,,,,,2011-07-04, +/games/boxart/full_1612908AmericaFrontccc.jpg,Math Gardener,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-07-20, +/games/boxart/full_math-patrol-the-kleptoid-threat_574AmericaFront.jpg,Math Patrol: The Kleptoid Threat,GBA,Misc,Tomy Corporation,GXB Interactive,,,,,,,2007-11-01, +/games/boxart/full_math-patrol-the-venus-virus_138AmericaFront.jpg,Math Patrol: The Venus Virus,GBA,Misc,Unknown,GXB Interactive,,,,,,,2020-12-31, +/games/boxart/full_2247175AmericaFrontccc.jpg,Math Sniper 3D,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-05-08, +/games/boxart/3478421ccc.jpg,Mathemagics,3DO,Misc,3DO,L3 Interactive,,,,,,,1994-01-01, +/games/boxart/full_matsumoto-akira-no-kabushiki-hisshougaku_5JapanFront.jpg,Matsumoto Akira no Kabushiki Hisshougaku,NES,Misc,Imagineer,Imagineer,,,,,,,1988-02-18, +/games/boxart/full_matsumoto-akira-no-kabushiki-hisshougaku-ii_7JapanFront.jpg,Matsumoto Akira no Kabushiki Hisshougaku II,NES,Misc,Imagineer,Imagineer,,,,,,,1989-03-31, +/games/boxart/full_maus-ds_6PALFront.jpg,Maus DS,DS,Misc,Deep Silver,Braingame,,,,,,,2008-12-12, +/games/boxart/full_9463986AmericaFrontccc.jpg,Max Fun Times,XBL,Misc,Microsoft,Claymerikorp,,,,,,,2009-07-25, +/games/boxart/full_maxi-15_559AmericaFront.jpg,Maxi 15,NES,Misc,American Video Entertainment,Various,,,,,,,1992-01-01, +/games/boxart/1196009ccc.jpg,Maximum Pool,DC,Misc,Sierra Entertainment,Dynamix,6.4,,,,,,2000-12-04, +/games/boxart/default.jpg,May's Mysteries: The Secret of Dragonville,PC,Misc,Unknown,Unknown,,,,,,,2012-03-09, +/games/boxart/full_9062456JapanFrontccc.jpg,Maya's Fortune Telling: Kiseki no Maya Uranai,PS,Misc,Oracion,Unknown,,,,,,,1999-08-05, +/games/boxart/full_2628973AmericaFrontccc.jpg,Mayan Countdown,XBL,Misc,Microsoft,Zenfar,,,,,,,2009-08-04, +/games/boxart/full_mcdonalds-original-happy-disc_176JapanFront.jpg,McDonald's Original Happy Disc,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2001-01-01, +/games/boxart/full_mcdonalds-treasure-land-adventure_681AmericaFront.jpg,McDonald's Treasure Land Adventure,GEN,Misc,Sega,"Treasure Co., Ltd.",,,,,,,1993-01-01, +/games/boxart/full_mcdonalds-videogame_957AmericaFront.png,McDonald's Videogame,PC,Misc,Unknown,Molleindustria,,,,,,,2006-01-01, +/games/boxart/default.jpg,Me & My Furry Patients 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Mechanic Infantry,PC,Misc,SCE Studio San Diego,Unknown,,,,,,,2011-07-17, +/games/boxart/default.jpg,MechWarrior Online,PC,Misc,Infinite Game Publishing,Unknown,,,,,,,2013-09-17, +/games/boxart/full_1763641PALFrontccc.jpg,MediEvil / (c-12) Final Resistance,PS,Misc,Sony Computer Entertainment,SCEE,,,,,,,2003-05-09, +/games/boxart/full_6235876AmericaFrontccc.jpg,Meet UR Match,XBL,Misc,Microsoft,Georges Dad,,,,,,,2009-06-30, +/games/boxart/full_5079624PALFrontccc.jpg,Mega 6 Vol. 3,GEN,Misc,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/9908758ccc.jpg,Mega Games 1,GEN,Misc,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_495447PALFrontccc.jpg,Mega Games 2,GEN,Misc,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_6712325PALFrontccc.jpg,Mega Games 3,GEN,Misc,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_5130351PALFrontccc.jpg,Mega Games 6,GEN,Misc,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_9822181PALFrontccc.jpg,Mega Games 6 Vol. 2,GEN,Misc,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/default.jpg,Mega Man Battle Chip Challenge,WiiU,Misc,Capcom,Capcom Production Studio 2,,,,,,,2014-08-14, +/games/boxart/default.jpg,Mega Man II,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-08, +/games/boxart/default.jpg,Mega Man III,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-08, +/games/boxart/default.jpg,Mega Man IV,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Mega Man V,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Mega Man Xtreme,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Mega Man Xtreme 2,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-29, +/games/boxart/default.jpg,MEGASTUNT Mayhem,3DS,Misc,UFO Interactive Games,Unknown,,,,,,,2012-09-20, +/games/boxart/default.jpg,MEGASTUNT Mayhem,DSi,Misc,UFO Interactive Games,Unknown,,,,,,,2012-09-20, +/games/boxart/default.jpg,MEGASTUNT Mayhem,Linux,Misc,UFO Interactive,Unknown,,,,,,,2012-09-20, +/games/boxart/default.jpg,Megatokyo,Linux,Misc,Supersonic,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Megatokyo,PC,Misc,Supersonic,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Megatokyo,OSX,Misc,Supersonic,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,MegaTrivia 2,GIZ,Misc,Unknown,Hometown I.S.,,,,,,,, +/games/boxart/default.jpg,Meikyou Kokugo: Rakubiki Jiten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-11-25, +/games/boxart/full_meitantei-conan-trick-trick-vol-1_820JapanFront.jpg,Meitantei Conan: Trick Trick Vol. 1,PS,Misc,Bandai,Kamui,,,,,,,2003-04-17, +/games/boxart/default.jpg,Meltdown (2013),And,Misc,Bulkypix,Unknown,,,,,,,2013-11-07, +/games/boxart/default.jpg,Meltdown (2013),PC,Misc,Bulkypix,Unknown,,,,,,,2014-03-05, +/games/boxart/default.jpg,Meltdown (2013),OSX,Misc,Bulkypix,Unknown,,,,,,,2014-03-05, +/games/boxart/default.jpg,Meltdown (2013),Ouya,Misc,Bulkypix,Unknown,,,,,,,2014-02-01, +/games/boxart/full_8368413AmericaFrontccc.jpg,Memorania,XBL,Misc,Microsoft,MrBenj4min,,,,,,,2009-02-10, +/games/boxart/full_3010815PALFrontccc.jpeg,Memoria,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2015-01-01, +/games/boxart/full_memorial-series-sunsoft-vol-5-raf-world-hebereke_562JapanFront.jpg,Memorial * Series: Sunsoft Vol. 5: Raf World / Hebereke,PS,Misc,Sunsoft,Microvision,,,,,,,2002-03-28, +/games/boxart/full_memorial-series-sunsoft-vol-5-raf-world-hebereke_536JapanFront.jpg,Memorial * Series: Sunsoft Vol. 5: Raf World / Hebereke,PSN,Misc,Sunsoft,Microvision,,,,,,,2010-11-24, +/games/boxart/full_7060366AmericaFrontccc.jpg,MemoStomp,XBL,Misc,Microsoft,knickstorm,,,,,,,2008-11-24, +/games/boxart/default.jpg,Men of War: Condemned Heroes,PC,Misc,1C Company,1C-SoftClub,,,,,,,2012-04-12,2019-03-29 +/games/boxart/default.jpg,Men Vs Machines,3DS,Misc,"ENTERBRAIN,INC.",Unknown,,,,,,,2013-08-08, +/games/boxart/full_389154AmericaFrontccc.jpg,Men's Room Mayhem,PSV,Misc,Triniti Interactive,Unknown,,,,,,,2013-05-21, +/games/boxart/default.jpg,Men's Room Mayhem,And,Misc,Triniti Interactive,Unknown,,,,,,,2013-05-22, +/games/boxart/default.jpg,Mercenary Kings,PS4,Misc,Tribute Games,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Mercenary Kings,PSV,Misc,Tribute Games,Unknown,,,,,,,2015-01-01, +/games/boxart/full_3545987AmericaFrontccc.jpg,Mercer Mayer's Little Critter: Just Me and My Grandpa,PC,Misc,GT Interactive,GT Interactive,,,,,,,1998-01-01, +/games/boxart/default.jpg,Meridian: New World,PC,Misc,Headup Games,Unknown,,,,,,,2014-04-04, +/games/boxart/full_6940293JapanFrontccc.jpg,Mermaid Melody: Pichi Pichi Picchi,GBA,Misc,Konami,Konami,,,,,,,2003-10-09, +/games/boxart/full_6400047JapanFrontccc.jpg,Mermaid Melody: Pichi Pichi Picchi Pichi Pichi Party,GBA,Misc,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_6732661JapanFrontccc.jpg,Mermaid Melody: Pichi Pichi Picchi Pichi Pichitto Live Start,GBA,Misc,Konami,Konami,,,,,,,2004-03-18, +/games/boxart/default.jpg,Mermaid Resort,And,Misc,Copenhagen Creators,Unknown,,,,,,,2013-12-23, +/games/boxart/default.jpg,Metal Gear,PS2,Misc,Konami Digital Entertainment,Unknown,,,,,,,2007-07-26, +/games/boxart/default.jpg,Metal Gear 2: Solid Snake,PS2,Misc,Konami Digital Entertainment,Unknown,,,,,,,2007-07-26, +/games/boxart/default.jpg,Metal Gear Solid 2: Sons of Liberty,PC,Misc,Konami Digital Entertainment,Unknown,,,,,,,2003-03-27, +/games/boxart/default.jpg,Metal Gear Solid 2: Sons of Liberty,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, +/games/boxart/default.jpg,Metal Gear Solid 2: Sons of Liberty,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, +/games/boxart/default.jpg,Metal Gear Solid 3: Snake Eater,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, +/games/boxart/default.jpg,Metal Gear Solid 3: Snake Eater,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, +/games/boxart/default.jpg,Metal Gear Solid: Peace Walker,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, +/games/boxart/default.jpg,Metal Gear Solid: Peace Walker,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, +/games/boxart/default.jpg,Metal Slug,Linux,Misc,SNK Playmore,Unknown,,,,,,,2013-02-25, +/games/boxart/default.jpg,Metal Slug,Linux,Misc,Trigger Apps,Unknown,,,,,,,1996-07-05, +/games/boxart/default.jpg,Metal Slug,Arc,Misc,Trigger Apps,Unknown,,,,,,,1996-04-18, +/games/boxart/default.jpg,METAL SLUG DEFENSE,And,Misc,SNK Playmore,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Metro: Last Light,Linux,Misc,Deep Silver,Unknown,,,,,,,2013-05-14, +/games/boxart/default.jpg,Metro: Last Light,OSX,Misc,Deep Silver,Unknown,,,,,,,2013-05-14, +/games/boxart/default.jpg,Metroid Fusion,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-03, +/games/boxart/full_4962519AmericaFrontccc.jpg,Metroid Prime / The Legend of Zelda: The Wind Waker,GC,Misc,Nintendo,Retro Studios / Nintendo EAD,,,,,,,2005-11-01, +/games/boxart/default.jpg,Mew-Genics,PC,Misc,Team Meat,Unknown,,,,,,,2014-01-01, +/games/boxart/full_7685024JapanFrontccc.jpg,Mezase Debut! Fashion Designer Monogatari + Kawaii Pet Game Gallery 2,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2004-08-12, +/games/boxart/full_mezase-shoujo-manga-ka-chao-manga-school_3JapanFront.jpg,Mezase! Shoujo Manga Ka! Chao Manga School,DS,Misc,TDK Core,TDK Core,,,,,,,2006-11-09, +/games/boxart/full_michael-jackson-the-experience_921AmericaFront.jpg,Michael Jackson: The Experience,PSN,Misc,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-23, +/games/boxart/full_5996168AmericaFrontccc.jpg,Mickey's Adventure in Numberland,NES,Misc,Hi Tech Expressions,Beam Software,,,,,,,1994-03-01, +/games/boxart/full_3287861AmericaFrontccc.jpg,Mickey's Safari in Letterland,NES,Misc,Hi Tech Expressions,Beam Software,,,,,,,1993-03-01, +/games/boxart/full_3276896AmericaFrontccc.gif,Microsoft. 3D Movie Maker,PC,Misc,Microsoft,Microsoft Home,,,,,,,1998-01-01, +/games/boxart/default.jpg,Midnight Club 3: DUB Edition (America/Others Sales),X360,Misc,Kalypso Media,Unknown,,,,,,,2013-03-06, +/games/boxart/default.jpg,Midnight Club 3: DUB Edition (America/Others Sales),PC,Misc,Kalypso Media,Unknown,,,,,,,2013-03-06, +/games/boxart/default.jpg,Midnight Club 3: DUB Edition (America/Others Sales),PS3,Misc,Kalypso Media,Unknown,,,,,,,2013-03-06, +/games/boxart/full_3055367AmericaFrontccc.jpg,Midway Arcade Treasures,PC,Misc,Midway Games,Digital Eclipse,,,,,,,2004-08-27, +/games/boxart/full_1947438AmericaFrontccc.jpg,Midway Arcade Treasures: Deluxe Edition,PC,Misc,Midway Games,Digital Eclipse,,,,,,,2006-02-17, +/games/boxart/default.jpg,Midway Arcade Treasures: Extended Play,PSN,Misc,Midway Games,Digital Eclipse,,,,,,,2010-06-29, +/games/boxart/full_561144AmericaFrontccc.jpg,Midway presents Arcade Hits: Moon Patrol / Spy Hunter,GB,Misc,Midway Games,Digital Eclipse,,,,,,,1999-04-28, +/games/boxart/5805620ccc.jpg,Midway Presents Arcade's Greatest Hits,SAT,Misc,Midway Games,Digital Eclipse,,,,,,,1996-01-01, +/games/boxart/2223384ccc.jpg,Midway Presents Arcade's Greatest Hits: The Atari Collection 1,SAT,Misc,Midway Games,Digital Eclipse,,,,,,,1997-07-14, +/games/boxart/full_1096926AmericaFrontccc.jpg,Midway Presents Arcade's Greatest Hits: The Atari Collection 2,PS,Misc,Midway Games,Digital Eclipse,,,,,,,1997-12-31, +/games/boxart/default.jpg,Midway Presents Arcade's Greatest Hits: The Midway Collection 2,PC,Misc,GT Interactive,Digital Eclipse,,,,,,,1997-01-01, +/games/boxart/full_8561123AmericaFrontccc.jpg,Midway Presents Arcade's Greatest Hits: The Midway Collection 2,PS,Misc,Midway Games,Digital Eclipse,,,,,,,1997-11-30, +/games/boxart/full_5579735AmericaFrontccc.jpg,Midway's Greatest Arcade Hits Volume 1,DC,Misc,Midway Games,Digital Eclipse,6.7,,,,,,2000-06-27, +/games/boxart/4853684ccc.jpg,Midway's Greatest Arcade Hits Volume 2,DC,Misc,Midway Games,Midway,7,,,,,,2001-11-15, +/games/boxart/default.jpg,Midwinter,Amig,Misc,Rainbird,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,Midwinter,MSD,Misc,Rainbird,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,Midwinter,AST,Misc,Rainbird,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,Midwinter II: Flames of Freedom,MSD,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Midwinter II: Flames of Freedom,AST,Misc,Rainbird,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Midwinter II: Flames of Freedom,Amig,Misc,Rainbird,Unknown,,,,,,,1991-01-01, +/games/boxart/default.jpg,Miffy's World,WW,Misc,Pan Vision,Pan Vision,,,,,,,2010-10-15, +/games/boxart/full_3760034PALFrontccc.jpg,Might & Magic Heroes VI - Shades of Darkness,PC,Misc,Ubisoft,Unknown,,,,,,,2013-05-02, +/games/boxart/default.jpg,Mightier,PC,Misc,Ratloop Asia Pte Ltd,Unknown,,,,,,,2009-03-19, +/games/boxart/default.jpg,Mighty Switch Force! 2,3DS,Misc,WayForward Technologies,Unknown,,,,,,,2013-06-13, +/games/boxart/full_5155074PALFrontccc.png,Mighty Switch Force! 2,WiiU,Misc,WayForward Technologies,Unknown,,,,,,,2013-10-17, +/games/boxart/full_mile-high-pinball_782AmericaFront.jpg,Mile High Pinball,NGage,Misc,Nokia,Bonus Mobile Entertainment,8,,,,,,2005-11-14, +/games/boxart/default.jpg,Millennium - A New Hope,PC,Misc,Unknown,Unknown,,,,,,,2009-09-21, +/games/boxart/default.jpg,Million Dollar Arm,WinP,Misc,99Games,Unknown,,,,,,,2014-05-12, +/games/boxart/full_159018AmericaFrontccc.jpg,Milton Bradley Classic Board Games,PC,Misc,Atari,Random Games,,,,,,,2007-03-05, +/games/boxart/full_4701896AmericaFrontccc.png,Mind Quiz,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-07-01, +/games/boxart/default.jpg,Mind Teazzer,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1994-01-01, +/games/boxart/full_9274635AmericaFrontccc.jpg,Mind Warp,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2009-12-12,2020-03-03 +/games/boxart/full_8878327JapanFrontccc.jpg,Mindseeker,NES,Misc,Namco,Namco,,,,,,,1989-04-18, +/games/boxart/full_808145AmericaFrontccc.png,Minecraft,And,Misc,Mojang,Mojang,,,,,,,2011-10-08,2018-08-05 +/games/boxart/full_6852687AmericaFrontccc.png,Minecraft,iOS,Misc,Mojang,Mojang,,,,,,,2011-11-17,2018-08-05 +/games/boxart/default.jpg,Miner Adventure,And,Misc,Mateen Pekan,Unknown,,,,,,,2014-03-18, +/games/boxart/full_3377377AmericaFrontccc.jpg,Minesweeper Mayhem,XBL,Misc,Microsoft,jsmars,,,,,,,2009-05-22, +/games/boxart/default.jpg,Mini Golf: Wacky Worlds,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2013-08-15, +/games/boxart/full_3121467JapanFrontccc.jpg,Minimoni: Onegaio Hoshisama!,GBA,Misc,Konami,Konami,,,,,,,2002-12-12, +/games/boxart/default.jpg,Mining & Tunneling Simulator,PC,Misc,UIG Entertainment,Unknown,,,,,,,2014-03-05, +/games/boxart/full_1689504JapanFrontccc.jpg,Minna de Dokusho DS Naruhodo! Tanoshii Seikatsu no Urawaza Inwaza,DS,Misc,Dorart,Dorart,,,,,,,2010-05-20, +/games/boxart/full_1080066JapanFrontccc.jpg,Minna de Dokusho: Keatai Shousetsu Desu,DS,Misc,Dorart,Dorart,,,,,,,2008-12-25, +/games/boxart/full_minna-de-shitendo-ds-genji-monogatari-chottodake-bungaku_702JapanFront.jpg,Minna de Shitendo DS: Genji Monogatari + Chottodake Bungaku,DS,Misc,Dorart,Dorart,,,,,,,2008-06-19, +/games/boxart/full_minna-de-taikan-dokusho-ds-cho-kowai-gakkou-no-kaidan_3JapanFront.jpg,Minna de Taikan Dokusho DS: Cho-Kowai! Gakkou no Kaidan,DS,Misc,Dorart,Dorart,,,,,,,2010-08-19, +/games/boxart/full_minna-no-chizu-2-chiiki-han-chuunichimoto-han_9JapanFront.jpg,Minna no Chizu 2 Chiiki-Han: Chuunichimoto-Han,PSP,Misc,Zenrin,Zenrin,,,,,,,2007-08-09, +/games/boxart/full_7538924JapanFrontccc.jpg,Minna no Chizu 2 Chiiki-Han: Higashinichimoto-Han,PSP,Misc,Zenrin,Zenrin,,,,,,,2007-08-09, +/games/boxart/full_7843315JapanFrontccc.jpg,Minna no Chizu 2 Chiiki-Han: Nishinippon-Han,PSP,Misc,Zenrin,Zenrin,,,,,,,2007-08-09, +/games/boxart/full_minna-no-chizu-3_0JapanFront.jpg,Minna no Chizu 3,PSP,Misc,Zenrin,Zenrin,,,,,,,2008-04-24, +/games/boxart/full_7955177JapanFrontccc.jpg,Minna no Navi,PSP,Misc,Zenrin,Zenrin,,,,,,,2009-11-05, +/games/boxart/full_minna-no-othello_667JapanFront.jpg,Minna no Othello,PS,Misc,Success,Success,,,,,,,2002-02-28, +/games/boxart/full_184770JapanFrontccc.jpg,Minna no Ouji-Sama,GBA,Misc,Konami,Konami,,,,,,,2003-12-04, +/games/boxart/default.jpg,Minna no Rhythm Tengoku,Wii,Misc,Unknown,Nintendo,,,,,,,, +/games/boxart/full_899648JapanFrontccc.jpg,Minna no Shiatsu: Itami mo Tsukare mo Sukirii!,PSP,Misc,Dorart,Dorart,,,,,,,2010-03-18, +/games/boxart/full_1815090JapanFrontccc.jpg,Minna no Shogi,GBA,Misc,Success,Success,,,,,,,2004-09-24, +/games/boxart/full_2957151JapanFrontccc.jpg,Minna no Soft Series: Minna no Mahjong,GBA,Misc,MTO,MTO,,,,,,,2003-10-31, +/games/boxart/full_8226056JapanFrontccc.jpg,Minna no Soft Series: Shanghai,GBA,Misc,Success,Success,,,,,,,2003-10-31, +/games/boxart/default.jpg,Minna no Theater Wii,WW,Misc,Fuji,FujiSoft,,,,,,,2009-01-27, +/games/boxart/default.jpg,MirrorMoon EP,Linux,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,MirrorMoon EP,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,MirrorMoon EP,OSX,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_3483842AmericaFrontccc.jpg,Miss Spider's Sunny Patch Friends: Harvest Time Hop and Fly,DS,Misc,Game Factory,Shin'en,,,,,,,2006-05-30, +/games/boxart/default.jpg,Missy Mila Twisted Tales,DSiW,Misc,Unknown,Planet Nemo Productions,,,,,,,2011-01-21, +/games/boxart/default.jpg,Mistborn: Birthright,X360,Misc,Little Orbit,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Mistborn: Birthright,PS3,Misc,Little Orbit,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Mistborn: Birthright,PC,Misc,Little Orbit,Unknown,,,,,,,2020-12-31, +/games/boxart/full_mix-superstar_1AmericaFront.jpg,Mix Superstar,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-11-08, +/games/boxart/full_8949552AmericaFrontccc.jpg,Mixed Messages,DSiW,Misc,Activision,Vicarious Visions,,,,,,,2009-04-13, +/games/boxart/full_mizuki-shigeru-no-youkai-hyakkiyakou_183JapanFront.jpg,Mizuki Shigeru no Youkai Hyakkiyakou,SNES,Misc,KSS,KSS,,,,,,,1995-12-20, +/games/boxart/full_5811411JapanFrontccc.jpg,Mizutani Junko: Believer Dreamer,PS,Misc,Antinos Records,Antinos Records,,,,,,,1996-06-21, +/games/boxart/default.jpg,MLB Dream Nine Mobile,OSX,Misc,Konami Digital Entertainment,Unknown,,,,,,,2013-01-07, +/games/boxart/default.jpg,MLB Perfect Inning,And,Misc,Gamevil,Unknown,,,,,,,2014-05-07, +/games/boxart/default.jpg,Modern War,And,Misc,GREE,Unknown,,,,,,,2012-08-24, +/games/boxart/default.jpg,Modi Tsunamo,And,Misc,Milestone,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Moe Moe Daisensou * Gendaiban++,PS3,Misc,SystemSoft,Unknown,,,,,,,2012-03-08, +/games/boxart/default.jpg,Moe Moe Daisensou * Gendaiban++,PSV,Misc,SystemSoft,Unknown,,,,,,,2012-06-30, +/games/boxart/full_5716687AmericaFrontccc.png,Moebius,PC,Misc,Pinkerton Road,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Moebius,Linux,Misc,Pinkerton Road,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Moebius,OSX,Misc,Pinkerton Road,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Moji to Koe de Rakushiku Kaiwa: Speech Support DS,DSiW,Misc,Unknown,Wacom IT,,,,,,,2011-03-30, +/games/boxart/default.jpg,Moke Moke,DSi,Misc,G-Style,Unknown,,,,,,,2013-02-14, +/games/boxart/full_4974761AmericaFrontccc.jpg,MoleGame,XBL,Misc,Microsoft,PA2,,,,,,,2009-09-25, +/games/boxart/full_6487704JapanFrontccc.jpg,Mommy Talk DS,DS,Misc,Intelligent Design,Intelligent Design,,,,,,,2010-07-01, +/games/boxart/full_1428050JapanFrontccc.jpg,Momotarou Dentetsu 12,GC,Misc,Hudson Soft,Hudson Soft,,,,,,,2003-12-11, +/games/boxart/full_1883887JapanFrontccc.jpg,Momotarou Dentetsu 16 Gold,X360,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-12-06, +/games/boxart/full_8986229JapanFrontccc.jpg,Momotarou Dentetsu G: Gold Deck o Tsukure!,GBA,Misc,Hudson Entertainment,Bandai,,,,,,,2005-06-30, +/games/boxart/full_momotarou-dentetsu-tag-match-yuujou-doryoku-shouri-no-maki_594JapanFront.jpg,Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!,PSN,Misc,Hudson Soft,Hudson Soft,,,,,,,2011-01-11, +/games/boxart/full_1119478JapanFrontccc.jpg,Momotarou Dentetsu USA,PS2,Misc,Hudson Soft,Hudson Soft,,,,,,,2004-11-18, +/games/boxart/full_1843190JapanFrontccc.jpg,Momotaru Matsuri,GBA,Misc,Hudson Entertainment,Hudson,,,,,,,2001-03-21, +/games/boxart/default.jpg,Monaco,PC,Misc,Unknown,Pocketwatch Games,,,,,,,, +/games/boxart/full_1037555PALFrontccc.jpg,Monaco: What's Yours Is Mine,PC,Misc,Pocketwatch Games,Unknown,8.9,,,,,,2013-04-24, +/games/boxart/default.jpg,Monaco: What's Yours Is Mine,X360,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Monaco: What's Yours Is Mine,OSX,Misc,Pocketwatch Games,Unknown,,,,,,,2020-12-31, +/games/boxart/full_3746131JapanFrontccc.jpg,Mondai na Nihongo,DS,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-09-06, +/games/boxart/default.jpg,Monkey Pirates,WiiU,Misc,Henchmen Studios,Unknown,,,,,,,2014-06-26, +/games/boxart/default.jpg,Monochroma,PC,Misc,Nowhere Studios,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Monochroma,Ouya,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Monochroma,PSV,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Monochroma,XOne,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Monochroma,WiiU,Misc,Nowhere Studios,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Monochroma,PS4,Misc,Nowhere Studios,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Monochroma,Linux,Misc,Nowhere Studios,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Monochroma,OSX,Misc,Nowhere Studios,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Monochroma,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_monopoly_489AmericaFront.jpg,Monopoly,GEN,Misc,Parker Bros.,Sculptured Software,,,,,,,1992-01-25, +/games/boxart/full_7802946AmericaFrontccc.jpg,Monopoly,SNES,Misc,Parker Bros.,Sculptured Software,,,,,,,1992-09-01, +/games/boxart/2168809ccc.jpg,Monopoly,NES,Misc,Arcadia Systems,Sculptured Software,,,,,,,1991-05-01, +/games/boxart/1826144ccc.jpg,Monopoly,GB,Misc,Parker Bros.,Sculptured Software,,,,,,,1991-12-01, +/games/boxart/1639282ccc.jpg,Monopoly,MS,Misc,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_3017395AmericaFrontccc.jpg,Monopoly,GBA,Misc,DSI Games,Destination Software,,,,,,,2004-01-01, +/games/boxart/full_monopoly_5PALFront.jpg,Monopoly,PSN,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-04-15, +/games/boxart/full_monopoly-japan_748JapanFront.jpg,Monopoly (Japan),SNES,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1993-03-05, +/games/boxart/default.jpg,Monopoly Streets,PSN,Misc,Electronic Arts,Electronic Arts,6.7,,,,,,2011-11-08, +/games/boxart/full_monoshiri-koro-yuugaku_0JapanFront.jpg,Monoshiri Koro Yuugaku,3DO,Misc,Unknown,Shinko Human Create,,,,,,,1995-12-15, +/games/boxart/default.jpg,Monsieur Bears ABC,And,Misc,Europa-Apps,Unknown,,,,,,,2013-12-27, +/games/boxart/default.jpg,Monster Burner,WinP,Misc,Ubisoft,Unknown,,,,,,,2013-05-08, +/games/boxart/full_monster-buster-club_473AmericaFront.jpg,Monster Buster Club,DSiW,Misc,Nordcurrent,Nordcurrent,,,,,,,2011-02-28, +/games/boxart/full_8804376JapanFrontccc.jpg,Monster Finder,DS,Misc,Alpha Unit,Alpha Unit,,,,,,,2009-11-19, +/games/boxart/default.jpg,Monster Hunter,PSP,Misc,Capcom,Unknown,,,,,,,2006-05-23, +/games/boxart/default.jpg,Monster Hunter,Wii,Misc,Capcom,Unknown,,,,,,,2009-04-23, +/games/boxart/default.jpg,Monster Hunter Freedom 2,PSV,Misc,Capcom,Unknown,,,,,,,2009-06-23, +/games/boxart/default.jpg,Monster Hunter Frontier Online,PC,Misc,Capcom,Unknown,,,,,,,2007-06-21, +/games/boxart/default.jpg,Monster Hunter Nikki: Poka Poka Airu Mura,PSP,Misc,Capcom,Unknown,,,,,,,2011-08-10, +/games/boxart/default.jpg,Monster Hunter Portable 3rd HD Ver.,PSP,Misc,Capcom,Unknown,,,,,,,2010-12-01, +/games/boxart/default.jpg,Monster Legends,BRW,Misc,Social Point,Unknown,,,,,,,2013-09-13, +/games/boxart/full_monster-maker-kids-ousama-ni-naritai_535JapanFront.jpg,Monster Maker Kids: Ousama ni Naritai,SNES,Misc,Sofel,Sofel,,,,,,,1994-11-18, +/games/boxart/full_monster-math_122AmericaFront.jpg,Monster Math,PC,Misc,IBM,IBM,,,,,,,1983-01-01, +/games/boxart/default.jpg,Monster Shooter,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-11-15, +/games/boxart/default.jpg,Monster Stack 2,And,Misc,Health Pack Games Inc.,Unknown,,,,,,,2013-05-31, +/games/boxart/default.jpg,Monster Stacker,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Monster Stacker,And,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Monster Warlord,And,Misc,Gamevil,Unknown,,,,,,,2012-12-18, +/games/boxart/default.jpg,MonsterCrafter,And,Misc,Naquatic LLC,Unknown,,,,,,,2013-12-05, +/games/boxart/default.jpg,MonsterCrafter,And,Misc,Naquatic LLC,Unknown,,,,,,,2013-12-04, +/games/boxart/full_monsters-swimming_200AmericaFront.jpg,Monsters Swimming,XBL,Misc,Microsoft,Monster Bite Games,,,,,,,2011-04-03, +/games/boxart/default.jpg,Monsters University,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-06-20, +/games/boxart/default.jpg,Monsters University: Catch Archie,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-05-23, +/games/boxart/full_8231805AmericaFrontccc.jpg,"Monsters, Inc.: Monster Tag",PC,Misc,Disney Interactive Studios,Sapient,,,,,,,2001-01-01, +/games/boxart/default.jpg,Monsters: Mass Destruction,X360,Misc,Unknown,Majesco Games,,,,,,,, +/games/boxart/default.jpg,Monsters: Mass Destruction,PS3,Misc,Unknown,Majesco Games,,,,,,,, +/games/boxart/default.jpg,Montezuma Blitz,And,Misc,Alawar Entertainment,Unknown,,,,,,,2014-04-18, +/games/boxart/default.jpg,Montezuma Blitz,PSV,Misc,Alawar Entertainment,Unknown,,,,,,,2012-04-10, +/games/boxart/default.jpg,Monty is Innocent,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Monty on the Run,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Monty on the Run,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1985-01-01, +/games/boxart/full_moon-cheese_510AmericaFront.jpg,Moon Cheese,XBL,Misc,Microsoft,Whampashimash,,,,,,,2011-08-11, +/games/boxart/default.jpg,Moon Chronicles,3DS,Misc,Renegade Kid,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Mordheim: City of the Dammed,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-10-01, +/games/boxart/full_8238094JapanFrontccc.jpg,Morita no Saikyou Reversi,DC,Misc,Random House,Random House,,,,,,,1999-04-15, +/games/boxart/full_3738308JapanFrontccc.jpg,Morita no Saikyou Shogi,DC,Misc,Random House,Random House,,,,,,,1999-04-15, +/games/boxart/full_morita-shogi_5JapanFront.jpg,Morita Shogi,NES,Misc,Seta Corporation,Random House,,,,,,,1987-04-14, +/games/boxart/full_9167064JapanFrontccc.jpg,Morita Shogi 64,N64,Misc,Seta Corporation,Seta Corporation,,,,,,,1998-04-03, +/games/boxart/full_739952JapanFrontccc.jpg,Morita Shogi Advance,GBA,Misc,Hudson Entertainment,Hudson,,,,,,,2001-07-12, +/games/boxart/full_morita-shogi-for-wonderswan_3JapanFront.jpg,Morita Shogi for WonderSwan,WS,Misc,Yuki,Yuki,,,,,,,1999-12-22, +/games/boxart/full_morita-shogi-pc_5JapanFront.jpg,Morita Shogi PC,PCE,Misc,NEC,Random House,,,,,,,1991-09-27, +/games/boxart/full_moshi-monsters_867AmericaFront.jpg,Moshi Monsters,PC,Misc,Unknown,Mind Candy,,,,,,,2009-11-24, +/games/boxart/default.jpg,Mother Russia Bleeds,Linux,Misc,Bandai Visual,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Mother Russia Bleeds,OSX,Misc,Bandai Visual,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Motocross Meltdown,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-21, +/games/boxart/default.jpg,Motorbike,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-06-25, +/games/boxart/default.jpg,Mots 360,3DS,Misc,Level 5,Unknown,,,,,,,2013-05-16, +/games/boxart/default.jpg,Motte Island,PC,Misc,Unknown,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,"Motto Ane, Chan to Shiyouyo!",PSV,Misc,NetRevo,Unknown,,,,,,,2014-05-29, +/games/boxart/default.jpg,Motto Me de Unou o Kitaeru: Sokudoku Jutsu 3,3DS,Misc,Milestone,MileStone Inc.,,,,,,,2011-08-25, +/games/boxart/full_321852JapanFrontccc.jpg,Motto! Hamster to Rasou: Akachan ga Umare Tayou,DS,Misc,Interchannel,Interchannel,,,,,,,2009-09-17, +/games/boxart/default.jpg,Mount Olympus,And,Misc,iCOOLgeeks,Unknown,,,,,,,2014-03-22, +/games/boxart/default.jpg,MouseCraft,PC,Misc,Unknown,Unknown,,,,,,,2014-07-08, +/games/boxart/default.jpg,MouseCraft,PS3,Misc,Unknown,Unknown,,,,,,,2014-07-08, +/games/boxart/default.jpg,MouseCraft,PS4,Misc,Unknown,Unknown,,,,,,,2014-07-08, +/games/boxart/default.jpg,MouseCraft,PSV,Misc,Unknown,Unknown,,,,,,,2014-07-08, +/games/boxart/default.jpg,MouseCraft,Linux,Misc,Unknown,Unknown,,,,,,,2014-07-08, +/games/boxart/default.jpg,MouseCraft,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-08, +/games/boxart/default.jpg,Movie Challenge: Oscars Special,GIZ,Misc,Unknown,Redwind Software,,,,,,,, +/games/boxart/default.jpg,Movie Quiz,And,Misc,Unknown,Unknown,,,,,,,2013-05-16, +/games/boxart/default.jpg,Movie Rush!,And,Misc,"GAMEVIL USA, Inc.",Unknown,,,,,,,2014-03-01, +/games/boxart/full_1266205AmericaFrontccc.jpg,Mr BeatLoop,XBL,Misc,Microsoft,floatstarpx,,,,,,,2009-10-29, +/games/boxart/default.jpg,Mr. Brain,DSiW,Misc,Square Enix,Square-Enix,,,,,,,2009-05-27, +/games/boxart/default.jpg,Mr. Bree+,OSX,Misc,Unknown,Unknown,,,,,,,2013-11-26, +/games/boxart/default.jpg,Mr. Bree+,PC,Misc,Unknown,Unknown,,,,,,,2014-05-01, +/games/boxart/full_mr-hat-amp-the-magic-cube_951PALFront.jpg,Mr. Hat & the Magic Cube,PSN,Misc,Unknown,Bravo Games,,,,,,,2011-03-30, +/games/boxart/default.jpg,Mr. Nutz,GBA,Misc,Atari,Unknown,,,,,,,2003-09-30, +/games/boxart/full_4652286PALFrontccc.jpg,Mr. Physics,DS,Misc,CDV Software Entertainment,Mastertronic,,,,,,,2009-06-26, +/games/boxart/full_2494106PALFrontccc.jpg,Mr. Physics,PC,Misc,CDV Software Entertainment,Mastertronic,,,,,,,2008-07-10, +/games/boxart/default.jpg,Mr. Trivia,GIZ,Misc,Unknown,Iron Square,,,,,,,, +/games/boxart/default.jpg,Ms. Germinator,PSV,Misc,Creat Studios,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Ms. Germinator,PS3,Misc,Creat Studios,Unknown,,,,,,,2014-01-01, +/games/boxart/full_6364955PALFrontccc.jpg,MTV Fan Attack,DS,Misc,Mindscape,Le Caillou,,,,,,,2007-11-22, +/games/boxart/full_1406118AmericaFrontccc.png,Multiponk,And,Misc,Fingerlab,Fingerlab,,,,,,,2011-12-21, +/games/boxart/default.jpg,Munchiemania!,And,Misc,Random Games Inc.,Unknown,,,,,,,2014-04-04, +/games/boxart/default.jpg,Munich Bus Simulator,PC,Misc,Aerosoft,Unknown,,,,,,,2014-04-07, +/games/boxart/default.jpg,Munin,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Munin,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-07-01, +/games/boxart/7656050ccc.jpg,Murakumo: Renegade Mech Pursuit,XB,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_7740273AmericaFrontccc.jpg,Musaic Box,PC,Misc,1C Company,KranX Productions,8,,,,,,2008-10-11, +/games/boxart/default.jpg,Muse_Attack,And,Misc,11 bit studios,Unknown,,,,,,,2012-11-14, +/games/boxart/default.jpg,Muse_Attack,OSX,Misc,11 bit studios,Unknown,,,,,,,2012-11-13, +/games/boxart/default.jpg,Mushroom 11,And,Misc,SevenOne Intermedia GmbH,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Mushroom 11,OSX,Misc,SevenOne Intermedia GmbH,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Mushroom 11,PC,Misc,SevenOne Intermedia GmbH,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Music Master: Chopin,PC,Misc,Unknown,Bloober Team,,,,,,,, +/games/boxart/full_music-on-acoustic-guitar_5AmericaFront.jpg,Music on: Acoustic Guitar,DSiW,Misc,Abylight,Abylight,,,,,,,2010-09-06, +/games/boxart/full_music-on-drums_895AmericaFront.jpg,Music on: Drums,DSiW,Misc,Abylight,Abylight,,,,,,,2011-01-03, +/games/boxart/full_music-on-electric-guitar_224AmericaFront.jpg,Music on: Electric Guitar,DSiW,Misc,Abylight,Abylight,,,,,,,2010-11-22, +/games/boxart/full_music-on-electronic-keyboard_7AmericaFront.jpg,Music on: Electronic Keyboard,DSiW,Misc,Abylight,Abylight,,,,,,,2010-06-14, +/games/boxart/full_music-on-learning-piano_1AmericaFront.jpg,Music on: Learning Piano,DSiW,Misc,Abylight,Abylight,,,,,,,2010-08-30, +/games/boxart/full_music-on-learning-piano-vol-2_31AmericaFront.jpg,Music on: Learning Piano Vol. 2,DSiW,Misc,Abylight,Abylight,,,,,,,2011-04-18, +/games/boxart/full_music-on-playing-piano_0AmericaFront.jpg,Music on: Playing Piano,DSiW,Misc,Abylight,Abylight,,,,,,,2010-10-18, +/games/boxart/full_music-on-retro-keyboard_6AmericaFront.jpg,Music on: Retro Keyboard,DSiW,Misc,Abylight,Abylight,,,,,,,2010-07-12, +/games/boxart/full_music-quiz_4AmericaFront.jpg,Music Quiz,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-29, +/games/boxart/full_572747AmericaFrontccc.jpg,Music Roll,XBL,Misc,Microsoft,XELF,,,,,,,2009-08-12, +/games/boxart/default.jpg,Music School,DS,Misc,Unknown,Enigma Software Productions,,,,,,,, +/games/boxart/default.jpg,Music School,DSiW,Misc,Unknown,Enigma Software Productions,,,,,,,, +/games/boxart/full_8758095PALFrontccc.jpg,Music: Music Creation for the PlayStation,PS,Misc,Codemasters,Jester Interactive,,,,,,,1998-11-01, +/games/boxart/full_9436263AmericaFrontccc.jpg,Musicus,XBL,Misc,Microsoft,floor,,,,,,,2009-11-27, +/games/boxart/default.jpg,Mutant Mudds,PC,Misc,Renegade Kid,Unknown,,,,,,,2012-08-30, +/games/boxart/default.jpg,Mutant Mudds,PSV,Misc,Renegade Kid,Unknown,,,,,,,2013-12-17, +/games/boxart/default.jpg,Mutant Mudds,WiiU,Misc,Renegade Kid,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Mutants Genetic Gladiator,BRW,Misc,Meridian 4,Unknown,,,,,,,2013-04-24, +/games/boxart/default.jpg,Mutants: Genetic Gladiators,BRW,Misc,Meridian 4,Unknown,,,,,,,2013-07-09, +/games/boxart/full_5097947JapanFrontccc.jpg,Mutsu: Water Looper Mutsu,GBA,Misc,Tomy Corporation,Alpha Unit,,,,,,,2001-12-21, +/games/boxart/default.jpg,Muv-Luv,PC,Misc,age,Unknown,,,,,,,2004-04-30, +/games/boxart/default.jpg,Muv-Luv Alternative,PC,Misc,age,Unknown,,,,,,,2006-03-03, +/games/boxart/default.jpg,MW Classic by Zynga,PS3,Misc,Unknown,Unknown,,,,,,,2014-04-02, +/games/boxart/default.jpg,My Animal Puzzles,And,Misc,Unity Games,Unknown,,,,,,,2014-01-09, +/games/boxart/full_my-asian-farm_58AmericaFront.jpg,My Asian Farm,DSiW,Misc,BiP Media,BiP media,,,,,,,2011-08-11, +/games/boxart/full_my-australian-farm_929AmericaFront.jpg,My Australian Farm,DSiW,Misc,BiP Media,BiP media,,,,,,,2011-07-28, +/games/boxart/default.jpg,My Body Coach 3,X360,Misc,Big Ben Interactive,Unknown,,,,,,,2012-11-15, +/games/boxart/default.jpg,"My Boo - Virtual Pet with Mini Games for Kids, Boys and Girls",And,Misc,Tapps Tecnologia da Informao Ltda.,Unknown,,,,,,,2013-09-25, +/games/boxart/default.jpg,My Country: build your dream city,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2012-01-20, +/games/boxart/default.jpg,My Exotic Farm,WiiU,Misc,BiP Media,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,My Farm,DSi,Misc,BiP Media,Unknown,,,,,,,2010-08-23, +/games/boxart/default.jpg,My Farm,3DS,Misc,Big Ben Interactive,Unknown,,,,,,,2013-08-01, +/games/boxart/default.jpg,My Farm,WiiU,Misc,BiP Media,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,My First Songs,WiiU,Misc,Ringzero Game Studio,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,My Foal 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-03-21, +/games/boxart/2512167ccc.jpg,My Horse and Me,PC,Misc,Atari,Unknown,,,,,,,2008-02-05, +/games/boxart/default.jpg,My Love. Perfect Match,PC,Misc,Unknown,Unknown,,,,,,,2013-10-10, +/games/boxart/default.jpg,My Love. Perfect Match,OSX,Misc,Unknown,Unknown,,,,,,,2013-10-10, +/games/boxart/default.jpg,My Love. Perfect Match,Linux,Misc,Unknown,Unknown,,,,,,,2013-10-10, +/games/boxart/default.jpg,My Muppets Show,BRW,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-08-01, +/games/boxart/default.jpg,My Muppets Show,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-08-01, +/games/boxart/8076855ccc.jpg,My Paint: The Animated Paint Program,SCD,Misc,Saddleback,WayForward,,,,,,,1993-01-01, +/games/boxart/full_5666673AmericaFrontccc.jpg,My Personal Diary,DS,Misc,DreamCatcher Interactive,Dreamcatcher,,,,,,,2009-02-17, +/games/boxart/9996637ccc.jpg,My Pokémon Ranch,WW,Misc,Nintendo,Ambrella,,,,,,,2008-06-09, +/games/boxart/default.jpg,My Rabbids,DSiW,Misc,Unknown,Ubisoft Montpellier,,,,,,,, +/games/boxart/default.jpg,My Style Studio: Hair Salon,3DS,Misc,Cypronia,Unknown,,,,,,,2013-12-12, +/games/boxart/default.jpg,My Style Studio: Hair Salon,WiiU,Misc,Cypronia,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,My Talking Tom,And,Misc,Out Fit 7 Ltd.,Unknown,,,,,,,2013-11-13, +/games/boxart/default.jpg,My Vet Practice 3D - In the Country,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-10-17, +/games/boxart/full_9961532AmericaFrontccc.jpg,myChristmas,XBL,Misc,Microsoft,SniperED007,,,,,,,2009-12-05, +/games/boxart/full_mydiary_395AmericaFront.jpg,myDiary,DSiW,Misc,Nnooo,Nnooo,,,,,,,2011-01-31, +/games/boxart/full_3804993AmericaFrontccc.jpg,myFishtank,XBL,Misc,Microsoft,SniperED007,,,,,,,2009-05-28, +/games/boxart/full_4833500AmericaFrontccc.jpg,myNotebook: Blue,DSiW,Misc,Nnooo,Nnooo,,,,,,,2009-11-23, +/games/boxart/full_mynotebook-carbon_1AmericaFront.jpg,myNotebook: Carbon,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-08-16, +/games/boxart/full_4324810AmericaFrontccc.jpg,myNotebook: Green,DSiW,Misc,Nnooo,Nnooo,,,,,,,2009-12-21, +/games/boxart/full_mynotebook-pearl_4AmericaFront.jpg,myNotebook: Pearl,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-08-30, +/games/boxart/full_6781929AmericaFrontccc.jpg,myNotebook: Red,DSiW,Misc,Nnooo,Nnooo,,,,,,,2009-12-07, +/games/boxart/full_mynotebook-tan_9AmericaFront.jpg,myNotebook: Tan,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-09-13, +/games/boxart/full_5669803AmericaFrontccc.jpg,myPostcards,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-04-19, +/games/boxart/full_4967474AmericaFrontccc.jpg,MySims Camera,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2009-09-21, +/games/boxart/default.jpg,Mystereet F: The Detectives' Curtain Call,XOne,Misc,5pb,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Mystery Case Files: Prime Suspects,OSX,Misc,Big Fish Games,Unknown,,,,,,,2006-09-02, +/games/boxart/default.jpg,Mystery Case Files: Ravenhearst,OSX,Misc,Big Fish Games,Unknown,,,,,,,2007-02-02, +/games/boxart/default.jpg,Mystery Case Files: Ravenhearst,3DS,Misc,Big Fish Games,Unknown,,,,,,,2014-04-03, +/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,OSX,Misc,Activision,Unknown,,,,,,,2009-02-17, +/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,PC,Misc,Activision,Unknown,,,,,,,2009-02-17, +/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,And,Misc,Big Fish Games,Unknown,,,,,,,2013-03-06, +/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,WiiU,Misc,Big Fish Games,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,3DS,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,WinP,Misc,Big Fish Games,Unknown,,,,,,,2013-06-18, +/games/boxart/default.jpg,Mystery Lighthouse,And,Misc,Digi-chain Games,Unknown,,,,,,,2013-10-03, +/games/boxart/default.jpg,Mystery Murders: The Sleeping Palace,3DS,Misc,Microvalue,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,Mystery P.I. ~Kieta Film~,3DS,Misc,G-mode,SpinTop Games,,,,,,,2011-06-07, +/games/boxart/default.jpg,Mystery Trackers: Silent Hollow,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-08-30, +/games/boxart/default.jpg,Nabara's World: Labyrinth of Light,DS,Misc,Mentor Interactive,Unknown,,,,,,,2012-05-07, +/games/boxart/default.jpg,Nadashiki Unou de Adventure: Katachi 123 0Sai - 2Sai Muke,PS,Misc,Success,Success,,,,,,,2000-09-21, +/games/boxart/full_2352648JapanFrontccc.jpg,Nakajima Miyuki: Namiromu,PS,Misc,Oracion,Unknown,,,,,,,1998-10-15, +/games/boxart/full_5002152JapanFrontccc.jpg,Nakamura Sumiko Tettei Shidou: Shin TOEIC Test 1-hi-1-fun DS Lesson,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-10-02, +/games/boxart/full_9368847JapanFrontccc.jpg,Nakamura Tooru Kanshuu: Indo Shiki Keisan Drill DS,DS,Misc,GungHo,GungHo,,,,,,,2008-02-28, +/games/boxart/full_4231649JapanFrontccc.jpg,Nakashima Tetsunari no Othello Seminar,XB,Misc,Success,Success,,,,,,,2002-06-13, +/games/boxart/full_9651807JapanFrontccc.jpg,Nakayoshi Mahjong Kapurichi,GBA,Misc,Konami,Konami,,,,,,,2001-10-25, +/games/boxart/full_nakayoshi-quiz-no-oshigo-to-theme-park_65JapanFront.jpg,Nakayoshi Quiz no Oshigo to Theme Park,DS,Misc,Culture Brain,Culture Brain,,,,,,,2011-06-16, +/games/boxart/full_4620893JapanFrontccc.jpg,Namco Anthology 1,PS,Misc,Namco,Namco,,,,,,,1998-06-04, +/games/boxart/full_2048283JapanFrontccc.jpg,Namco Anthology 2,PS,Misc,Namco,Namco,,,,,,,1998-09-23, +/games/boxart/full_4941006JapanFrontccc.jpg,Namco Gallery Vol. 1,GB,Misc,Namco,Namco,,,,,,,1996-07-21, +/games/boxart/full_3430580JapanFrontccc.jpg,Namco Gallery Vol. 2,GB,Misc,Namco,Namco,,,,,,,1996-11-29, +/games/boxart/full_2142943JapanFrontccc.jpg,Namco Gallery Vol. 3,GB,Misc,Namco,Namco,,,,,,,1997-07-25, +/games/boxart/full_2611118JapanFrontccc.jpg,Namco Mahjong III: Mahjong Tengoku,NES,Misc,Namco,Namco,,,,,,,1991-03-08, +/games/boxart/821591ccc.jpg,Namco Museum,DC,Misc,Namco,Mass Media,5.5,,,,,,2000-06-25, +/games/boxart/full_5880574JapanFrontccc.jpg,Namco Museum,PSP,Misc,Namco,Mass Media,,,,,,,2005-02-24, +/games/boxart/full_969435AmericaFrontccc.png,Namco Museum,NS,Misc,Namco Bandai Games,Mass Media,7.7,,,,,,2017-07-28,2019-03-29 +/games/boxart/full_namco-museum-battle-collection_201JapanFront.jpg,Namco Museum Battle Collection,PSN,Misc,Namco Bandai,Namco Tales Studio,,,,,,,2011-01-12, +/games/boxart/full_6199458JapanFrontccc.jpg,Namco Museum Encore,PS,Misc,Namco,Namco,,,,,,,1997-10-30, +/games/boxart/full_5730387AmericaFrontccc.jpg,Namco Museum Essentials,PSN,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2009-07-16, +/games/boxart/full_6552163AmericaFrontccc.jpg,Namco Museum: 50th Anniversary,PC,Misc,Namco,Digital Eclipse,,,,,,,2005-10-25, +/games/boxart/default.jpg,Namco trans/mission V1.03,PS2,Misc,Unknown,Namco,,,,,,,, +/games/boxart/full_namcollection_727JapanFront.jpg,namCollection,PS2,Misc,Namco,Namco,,,,,,,2005-07-21, +/games/boxart/default.jpg,NANACA+CRASH,And,Misc,Unknown,Unknown,,,,,,,2014-05-17, +/games/boxart/full_nanami-no-oshiete-eibunpou-ds-kisokara-manabu-step-up-gakushuu_122JapanFront.jpg,Nanami no Oshiete Eibunpou DS: Kisokara Manabu Step Up Gakushuu,DS,Misc,Media5,Media5,,,,,,,2011-06-30, +/games/boxart/full_nanami-no-oshiete-english-ds-mezase-toeic-master_152JapanFront.jpg,Nanami no Oshiete English DS: Mezase TOEIC Master,DS,Misc,Media5,Media5,,,,,,,2011-03-26, +/games/boxart/full_9998679JapanFrontccc.jpg,Nankoku Sodachi DS,DS,Misc,Commseed,Commseed,,,,,,,2009-12-24, +/games/boxart/full_naoko-to-hide-bou-kanji-no-tensai-1_9JapanFront.jpg,Naoko to Hide Bou: Kanji no Tensai 1,3DO,Misc,Unknown,Gakuman,,,,,,,1995-03-10, +/games/boxart/full_naoko-to-hide-bou-sansuu-no-tensai-1_7JapanFront.jpg,Naoko to Hide Bou: Sansuu no Tensai 1,3DO,Misc,Unknown,Gakuman,,,,,,,1995-03-10, +/games/boxart/full_naoko-to-hide-bou-sansuu-no-tensai-2_5JapanFront.jpg,Naoko to Hide Bou: Sansuu no Tensai 2,3DO,Misc,Unknown,Gakuman,,,,,,,1995-03-10, +/games/boxart/default.jpg,Narco Terror,X360,Misc,Deep Silver,Unknown,,,,,,,2013-07-30, +/games/boxart/default.jpg,Narco Terror,PS3,Misc,Deep Silver,Unknown,,,,,,,2013-07-30, +/games/boxart/default.jpg,Narco Terror,PC,Misc,Deep Silver,Unknown,,,,,,,2013-07-30, +/games/boxart/default.jpg,Nari Kyara Katei Kyooshi Hitman REBORN!,DSiW,Misc,Takara Tomy,Takara-Tomy,,,,,,,2010-01-27, +/games/boxart/default.jpg,Nari-Chara: Naruto Shippuden,DSiW,Misc,Takara Tomy,Takara Tomy,,,,,,,2010-01-20, +/games/boxart/full_naruhodo-the-world_219JapanFront.jpg,Naruhodo! The World,SNES,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1994-11-25, +/games/boxart/default.jpg,Naruto: Path of the Ninja,GBA,Misc,Tomy Corporation,Unknown,,,,,,,2004-07-22, +/games/boxart/full_naruto-shinobi-no-sato-no-jintori-kassen_7JapanFront.jpg,Naruto: Shinobi no Sato no Jintori Kassen,PS,Misc,Bandai,Dimps Corporation,,,,,,,2003-06-26, +/games/boxart/default.jpg,NASCAR Racing Online Series,Arc,Misc,BudCat Games,Unknown,,,,,,,2007-01-01, +/games/boxart/full_natgeo-quiz-wild-life_1PALFront.jpg,NatGeo Quiz! Wild Life,PC,Misc,Tradewest,Gusto Games,,,,,,,2010-06-14, +/games/boxart/default.jpg,Naughty Bricks,And,Misc,Unknown,Unknown,,,,,,,2013-10-01, +/games/boxart/default.jpg,Navel Nishimata Aoi & Suzuhira Hiro Collection,PC,Misc,Navel,Navel,,,,,,,2011-07-29, +/games/boxart/default.jpg,NAX Music Player,PSV,Misc,Arc System Works,Arc System Works,,,,,,,2011-12-17, +/games/boxart/full_naxat-super-pinball-jaki-hakai_7JapanFront.jpg,Naxat Super Pinball: Jaki Hakai,SNES,Misc,Naxat Soft,Naxat Soft,,,,,,,1992-12-18, +/games/boxart/full_8741434JapanFrontccc.jpg,Nazotte Oboeru Otona no Kanji Renshuu,DS,Misc,Now Production,Now Production,,,,,,,2006-12-21, +/games/boxart/full_9132087JapanFrontccc.jpg,Nazotte Oboeru Otona no Kanji Renshuu Kaitei-ban,DS,Misc,Now Production,Now Production,,,,,,,2010-02-25, +/games/boxart/full_5539166JapanFrontccc.jpg,Nazotte Oboeru Otona no Kanji Renshuu Kanzen-ban,DS,Misc,Now Production,Now Production,,,,,,,2007-11-22, +/games/boxart/full_5256876AmericaFrontccc.png,NBA 2K14,And,Misc,2K Sports,Unknown,,,,,,,2013-10-01, +/games/boxart/default.jpg,NBA Baller Beats,X360,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Necromancer,And,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Necromancer,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Need for Speed: Shift 2: Unleashed,Wii,Misc,Shanblue Interactive,Unknown,,,,,,,2012-12-20, +/games/boxart/default.jpg,Need To Escape,And,Misc,Mobest Media,Unknown,,,,,,,2013-07-18, +/games/boxart/default.jpg,Neighbourhood Necromancer,And,Misc,Choice of Games,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Nemo's Reef,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-12-20, +/games/boxart/full_8443267JapanFrontccc.jpg,Neo Golden Logres,DC,Misc,Success,LittleWing,,,,,,,2000-10-26, +/games/boxart/full_neon-genesis-evangelion-digital-card-library_890JapanFront.jpg,Neon Genesis Evangelion Digital Card Library,SAT,Misc,Sega,Gainax,,,,,,,1997-09-25, +/games/boxart/full_2385538AmericaFrontccc.jpg,Neon Paddles,XBL,Misc,Microsoft,Dark Schneider,,,,,,,2009-03-04, +/games/boxart/full_9913796JapanFrontccc.jpg,Neppachi II@VPACHI: CR Harenchi Gauken,DC,Misc,Daikoku,Daikoku,,,,,,,2000-07-06, +/games/boxart/full_4962493JapanFrontccc.jpg,Neppachi III@VPACHI: CR do Konjou Gale 2 - CR do Konjou Gale H,DC,Misc,Daikoku,Daikoku,,,,,,,2000-09-28, +/games/boxart/full_2877173JapanFrontccc.jpg,Neppachi IV@VPACHI: CR Aa! Hana no Ouendan 3,DC,Misc,Daikoku,Daikoku,,,,,,,2000-12-14, +/games/boxart/full_4250299JapanFrontccc.jpg,Neppachi V@VPACHI: CR Monster House,DC,Misc,Daikoku,Daikoku,,,,,,,2000-12-14, +/games/boxart/full_1106195JapanFrontccc.jpg,Neppachi VI@VPACHI,DC,Misc,Daikoku,Daikoku,,,,,,,2001-02-15, +/games/boxart/full_1333049JapanFrontccc.jpg,Neppachi: 10 Ren Chande Las Vegas Ryokou,DC,Misc,Daikoku,Daikoku,,,,,,,1999-11-25, +/games/boxart/full_6989440AmericaFrontccc.png,Nerdy Workout,PC,Misc,Joseph Rothenberg,Joseph Rothenberg,,,,,,,2014-03-27, +/games/boxart/default.jpg,NES Open Tournament Golf,3DS,Misc,Nintendo,Unknown,,,,,,,2007-06-18, +/games/boxart/full_9430975AmericaFrontccc.jpg,NES Remix 2,WiiU,Misc,Nintendo,Nintendo,,,,,,,2014-04-25,2018-08-28 +/games/boxart/default.jpg,NEStalgia,PC,Misc,Unknown,Unknown,,,,,,,2014-04-15, +/games/boxart/full_9732326JapanFrontccc.jpg,Net Versus Chess,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, +/games/boxart/full_4159517JapanFrontccc.jpg,Net Versus Hanafuda,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, +/games/boxart/full_7719681JapanFrontccc.jpg,Net Versus Igo,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, +/games/boxart/full_7071286JapanFrontccc.jpg,Net Versus Mahjong,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, +/games/boxart/full_1805186JapanFrontccc.jpg,Net Versus Renju Gomoku Narabe,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, +/games/boxart/full_3613433JapanFrontccc.jpg,Net Versus Reversi,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, +/games/boxart/full_3985753JapanFrontccc.jpg,Net Versus Shogi,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, +/games/boxart/full_3785660JapanFrontccc.jpg,Netto de Para,DC,Misc,Takuyo,Takuyo,,,,,,,2000-07-27, +/games/boxart/full_6022277AmericaFrontccc.jpg,Never Alone,PS4,Misc,E-Line Media,Unknown,,,,,,,2014-11-18, +/games/boxart/full_6639025AmericaFrontccc.jpg,Never Alone,XOne,Misc,E-Line Media,Unknown,,,,,,,2014-11-18, +/games/boxart/default.jpg,Never Future,WinP,Misc,Unknown,Unknown,,,,,,,2014-03-05, +/games/boxart/full_8806453JapanFrontccc.jpg,New Chuugaku Eitango Target 1800 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-01-22, +/games/boxart/full_227637JapanFrontccc.jpg,New Eitango Target 1900 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-08-09, +/games/boxart/default.jpg,New Ghostbusters II,GB,Misc,Activision,Unknown,,,,,,,1990-01-01, +/games/boxart/default.jpg,New Horizon English Course,DS,Misc,Paon Corporation,Unknown,,,,,,,2012-03-22, +/games/boxart/full_3103369JapanFrontccc.jpg,New Shikakei Atama o Kore Kusuru DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-04-02, +/games/boxart/default.jpg,New Vegas Games,PC,Misc,Encore,Monkey Byte Development,,,,,,,2000-12-14, +/games/boxart/default.jpg,Newton Vs The Horde,Wii,Misc,Unknown,Unknown,,,,,,,2012-01-26, +/games/boxart/default.jpg,Newton Vs The Horde,X360,Misc,GoGo-Robot,Unknown,,,,,,,2010-04-04, +/games/boxart/default.jpg,Next Education: Eibunpou,PSV,Misc,Unknown,Media Five,,,,,,,, +/games/boxart/default.jpg,Next Education: Gyouseishoshi,PSV,Misc,Unknown,Media Five,,,,,,,, +/games/boxart/full_6652959JapanFrontccc.jpg,Next King: Koi no Sennen Oukoku,PS,Misc,Bandai,Alfa System,,,,,,,1997-06-27, +/games/boxart/full_7636439JapanFrontccc.jpg,Next King: Koi no Sennen Oukoku,SAT,Misc,Bandai,Alfa System,,,,,,,1997-11-20, +/games/boxart/default.jpg,Nexuiz,OSX,Misc,AlienTrap Games,Unknown,,,,,,,2005-05-31, +/games/boxart/full_7753497JapanFrontccc.jpg,Nichibutsu Mahjong: Yoshimoto Gekijou,GB,Misc,Nichibutsu,Nichibutsu,,,,,,,1994-11-18, +/games/boxart/default.jpg,Nick JR Play Math!,PC,Misc,Unknown,Viacom NEWMEDIA,,,,,,,1995-01-01, +/games/boxart/default.jpg,Nickelodeon Dance 2,X360,Misc,2K Play,Unknown,,,,,,,2012-11-06, +/games/boxart/default.jpg,Nickelodeon Dance 2,Wii,Misc,2K Play,Unknown,,,,,,,2012-11-06, +/games/boxart/7482521ccc.jpg,Nickelodeon Party Blast,PS2,Misc,Unknown,Data Design Interactive,,,,,,,, +/games/boxart/full_1954124AmericaFrontccc.jpg,Nickelodeon Party Blast,PC,Misc,Atari,Data Design Interactive,,,,,,,2002-10-31, +/games/boxart/full_4579415AmericaFrontccc.jpg,Nickelodeon Vol. 1 4-Pack,GBA,Misc,THQ,THQ,,,,,,,2007-03-16, +/games/boxart/default.jpg,Nicolas Eymerich - The Inquisitor,OSX,Misc,Plug In Digital,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,Nicolas Eymerich - The Inquisitor,PC,Misc,Plug In Digital,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,Nightmares from the Deep 2: The Siren's Call,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-01-12, +/games/boxart/full_1193653JapanFrontccc.jpg,Nihongo Bunshou Nouryoku Kentei Kyoukai Kyouryoku: Tadashii Nihongo DS,DS,Misc,Mycom,Mycom,,,,,,,2007-01-25, +/games/boxart/full_4034991JapanFrontccc.jpg,Nihongo Daijiten,PS2,Misc,ArtDink,ArtDink,,,,,,,2001-12-06, +/games/boxart/full_470581JapanFrontccc.jpg,Nihongo de Asobo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2008-10-09, +/games/boxart/full_9796129JapanFrontccc.jpg,Nihongo Kentei DS,DS,Misc,Paon,Paon Corporation,,,,,,,2008-04-24, +/games/boxart/full_4435522JapanFrontccc.jpg,Nihonshi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-11-12, +/games/boxart/full_nihonshi-target-201_209JapanFront.jpg,Nihonshi Target 201,GB,Misc,Imagineer,C-Lab,,,,,,,1996-12-13, +/games/boxart/full_nikoli-no-sudoku-3-dai-yon-shuu-sudoku-number-link-shikaku-ni-kire-hashi-o-kakero_800JapanFront.jpg,Nikoli no Sudoku +3 Dai-Yon-Shuu: Sudoku - Number Link - Shikaku ni Kire - Hashi o Kakero,PSP,Misc,Hamster Corporation,Hamster Corporation,,,,,,,2011-06-09, +/games/boxart/default.jpg,Nikoli no Sudoku 3D Dai-ni-Shuu: 8-tsu no Puzzle de 1000-Mon,3DS,Misc,Hamster Corporation,Unknown,,,,,,,2012-04-12, +/games/boxart/default.jpg,Nikoli no Sudoku V: Shugyoku no 12 Puzzle,3DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Nikoli no Sudoku V: Shugyoku no 12 Puzzle,PSV,Misc,Hamster Corporation,Unknown,,,,,,,2012-04-12, +/games/boxart/full_9389646PALFrontccc.jpg,Ninja Captains,DS,Misc,Nordcurrent,In-house,,,,,,,2009-10-16, +/games/boxart/default.jpg,Ninja Saga,And,Misc,1st Playable,Unknown,,,,,,,2012-04-20, +/games/boxart/full_748019AmericaFrontccc.jpg,NINJA TRAIN,XBL,Misc,Microsoft,dot zo games,,,,,,,2009-08-20, +/games/boxart/default.jpg,Ninja Volley 2,And,Misc,Unknown,Unknown,,,,,,,2014-04-20, +/games/boxart/default.jpg,Ninjabee Critic's Choice Collection,X360,Misc,Unknown,NinjaBee,,,,,,,, +/games/boxart/default.jpg,NinJump,And,Misc,Backflip Studios,Unknown,,,,,,,2010-08-12, +/games/boxart/default.jpg,NinJump Deluxe,And,Misc,Backflip Studios,Unknown,,,,,,,2012-10-19, +/games/boxart/full_nintendo-countdown-calendar_6AmericaFront.jpg,Nintendo Countdown Calendar,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-09-20, +/games/boxart/full_9666087AmericaFrontccc.jpg,Nintendo DSi Instrument Tuner,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-29, +/games/boxart/default.jpg,Nintendo DSi Instrument Tuner,MSD,Misc,GameTek,Unknown,,,,,,,1993-10-01, +/games/boxart/full_1162003AmericaFrontccc.jpg,Nintendo DSi Metronome,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-29, +/games/boxart/full_nintendo-gamecube-preview-disc_163AmericaFront.jpg,Nintendo GameCube Preview Disc,GC,Misc,Nintendo,Nintendo,,,,,,,2003-01-01, +/games/boxart/full_5939140JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Dankurai Nintei: Heisei Mahjong-Shou,DC,Misc,Micronet,Micronet,,,,,,,2000-10-26, +/games/boxart/full_3643141JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi,PS,Misc,Naxat Soft,Naxat Soft,,,,,,,1997-05-30, +/games/boxart/full_3107904JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi,SAT,Misc,Naxat Soft,Naxat Soft,,,,,,,1997-05-30, +/games/boxart/full_4332577JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi,PSN,Misc,Naxat Soft,Naxat Soft,,,,,,,2009-09-24, +/games/boxart/full_8028827JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi 2,PS,Misc,Chat Noir,Naxat Soft,,,,,,,1999-12-22, +/games/boxart/full_tetsuman_4JapanFront.jpg,Nippon Pro Mahjong Renmei Kounin: Tetsuman,WS,Misc,Kaga Tech,Kaga Tech,,,,,,,1999-07-15, +/games/boxart/full_1003288JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Tetsuman Advance ~Menkyo Kaiden Series~,GBA,Misc,Kaga Tech,Kaga Tech,,,,,,,2002-04-26, +/games/boxart/full_1872418JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Tetsuman Menkyo Minnaten,DC,Misc,Naxat Soft,Naxat Soft,,,,,,,1999-11-18, +/games/boxart/full_nippon-shuzan-renmei-kanshuu-itsudemo-soroban-ds_7JapanFront.jpg,Nippon Shuzan Renmei Kanshuu: Itsudemo Soroban DS,DS,Misc,Unknown,Suzak,,,,,,,2008-06-19, +/games/boxart/full_nippon-suugaku-kentai-kyoukai-kounin-suken-ds-otona-ga-kaikenai-kodomo-no-sansuu_517JapanFront.jpg,Nippon Suugaku Kentei Kyoukai Kounin: Suuken DS - Otona ga Tokenai!? Kodomo no Sansuu,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-04-24, +/games/boxart/full_niv-bible-amp-the-20-lost-levels-of-joshua_596AmericaFront.jpg,NIV Bible & the 20 Lost Levels of Joshua,GB,Misc,Wisdom Tree,Wisdom Tree,,,,,,,1996-01-01, +/games/boxart/default.jpg,No Girls Allowed,And,Misc,Unknown,Unknown,,,,,,,2014-03-09, +/games/boxart/full_no-luca-no_619AmericaFront.jpg,No Luca No,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-08-06, +/games/boxart/default.jpg,Nobunaga no Yabou Online: Houou no Shou,PC,Misc,Tecmo Koei,Unknown,,,,,,,2012-03-07, +/games/boxart/full_nogizaka-haruka-no-himitsu-doujinshi-hajime-mashita_5JapanFront.jpg,Nogizaka Haruka no Himitsu: Doujinshi Hajime Mashita,PSP,Misc,Kadokawa Shoten,ASCII Media Works,,,,,,,2010-10-28, +/games/boxart/full_8191230JapanFrontccc.jpg,Nontan no Issho: Hoshino Okurimono,3DO,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1995-05-19, +/games/boxart/full_noon_6JapanFront.jpg,NOON,SAT,Misc,Micro Cabin,Micro Cabin,,,,,,,1998-01-29, +/games/boxart/full_noon_7JapanFront.jpg,NOON,PS,Misc,Micro Cabin,Micro Cabin,,,,,,,1998-01-29, +/games/boxart/full_noon_10JapanFront.jpg,NOON,PSN,Misc,Sony Computer Entertainment,Micro Cabin,,,,,,,2010-10-13, +/games/boxart/full_norinori-relakkuma-hit-song-ongakusai_3JapanFront.jpg,Norinori Relakkuma: Hit Song Ongakusai,DS,Misc,Rocket Company,Rocket Company,,,,,,,2010-12-02, +/games/boxart/full_2774318AmericaFrontccc.jpg,Norn9: Var Commons,PSV,Misc,Aksys Games,Otomate,,,,,,,2015-11-03,2018-07-19 +/games/boxart/default.jpg,Not a Hero,XOne,Misc,Devolver Digital,Unknown,,,,,,,2015-05-14, +/games/boxart/default.jpg,Not a Hero,PS4,Misc,Devolver Digital,Unknown,,,,,,,2015-05-14, +/games/boxart/default.jpg,Novus AEterno,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,NOWHERE,PC,Misc,duangle,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,NOWHERE,Linux,Misc,duangle,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,NOWHERE,OSX,Misc,duangle,Unknown,,,,,,,2016-01-01, +/games/boxart/full_3524179AmericaFrontccc.jpg,Nuke Your Neighbor,XBL,Misc,Microsoft,Lucid Vision Games,,,,,,,2008-12-31, +/games/boxart/full_number-munchers_963AmericaFront.jpg,Number Munchers,PC,Misc,MECC,MECC,,,,,,,1988-01-01, +/games/boxart/default.jpg,Nun Attack,And,Misc,Frima Studio,Unknown,,,,,,,2013-03-06, +/games/boxart/default.jpg,Nun Attack,PSV,Misc,Frima Studio,Unknown,,,,,,,2013-03-19, +/games/boxart/default.jpg,Nun Attack Origins: Yuki's Silent Quest,And,Misc,Frima Studio,Unknown,,,,,,,2014-05-20, +/games/boxart/full_7952503JapanFrontccc.jpg,O-to-i-re: Dreamcast Sequencer,DC,Misc,Waka Mfg,Waka Mfg,,,,,,,1999-12-09, +/games/boxart/full_obocchamakun_3JapanFront.jpg,Obocchamakun,NES,Misc,Tecmo,Tecmo,,,,,,,1991-04-05, +/games/boxart/full_1724761AmericaFrontccc.jpg,Ocean Scenes,XBL,Misc,Microsoft,Holmfry,,,,,,,2009-01-20, +/games/boxart/6781402ccc.jpg,Oceans Below,3DO,Misc,Multisoft,Software Toolworks,,,,,,,1995-01-01, +/games/boxart/full_ocha-ken-to-itsumo-na-kayoshi_676JapanFront.jpg,Ocha-Ken to Itsumo na Kayoshi,3DS,Misc,Unknown,Nippon Columbia,,,,,,,2011-12-01, +/games/boxart/full_ochichige-designer-sakutte-pon_349JapanFront.jpg,Ochichige Designer Sakutte Pon!,SAT,Misc,Victor Interactive,Pack-In-Soft,,,,,,,1997-11-20, +/games/boxart/full_6537965AmericaFrontccc.jpg,Octodad: Dadliest Catch,PS4,Misc,Young Horses,Unknown,,,,,,,2014-04-22, +/games/boxart/full_2415712AmericaFrontccc.jpg,Octodad: Dadliest Catch,OSX,Misc,Young Horses,Unknown,,,,,,,2014-01-30, +/games/boxart/full_2773522AmericaFrontccc.jpg,Octodad: Dadliest Catch,Linux,Misc,Young Horses,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Oddlight,And,Misc,online in4mation GmbH,Unknown,,,,,,,2014-02-26, +/games/boxart/default.jpg,Oddworld: Abe's Exoddus,GB,Misc,GT Interactive,Unknown,,,,,,,2000-01-01, +/games/boxart/default.jpg,Oddworld: Abe's Exoddus,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-10-22, +/games/boxart/default.jpg,Oddworld: Abe's Exoddus,PSP,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-10-22, +/games/boxart/default.jpg,Oddworld: Abe's Oddysee,GB,Misc,GT Interactive,Unknown,,,,,,,1998-01-01, +/games/boxart/full_9661281AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,PS4,Misc,Oddworld Inhabitants,Unknown,,,,,,,2014-07-22, +/games/boxart/full_6070253AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,WiiU,Misc,Oddworld Inhabitants,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Odekake! Earth Seeker,DSiW,Misc,Enterbrain,Crafts & Meisters,,,,,,,2011-06-23, +/games/boxart/default.jpg,Odesys FreeCell,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-03, +/games/boxart/full_oeka-kids-anpanman-no-hiragana-daisuki_293JapanFront.jpg,Oeka Kids: Anpanman no Hiragana Daisuki,NES,Misc,Bandai,Bandai,,,,,,,1991-03-26, +/games/boxart/full_oeka-kids-anpanman-to-oekaki-shiyou_424JapanFront.jpg,Oeka Kids: Anpanman to Oekaki Shiyou!!,NES,Misc,Bandai,Bandai,,,,,,,1990-10-25, +/games/boxart/full_office-affairs_24AmericaFront.jpg,Office Affairs,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-03-02,2020-03-03 +/games/boxart/default.jpg,Offroad Driver 3D,And,Misc,Pix Arts,Unknown,,,,,,,2014-03-26, +/games/boxart/full_7851002JapanFrontccc.jpg,Ogura Hyakunin Isshu,3DO,Misc,Unknown,Bansoft,,,,,,,1995-05-26, +/games/boxart/full_5846764JapanFrontccc.jpg,Ohenro-San: Hosshin no Dojo,GC,Misc,Pin Change,Pin Change,,,,,,,2003-04-24, +/games/boxart/default.jpg,Ohno Odyssey,3DS,Misc,Big John Games,Big John Games,,,,,,,2013-11-21,2019-01-21 +/games/boxart/full_338281AmericaFrontccc.jpg,Oichokabu Online,XBL,Misc,Microsoft,Takeshi Yoshimura,,,,,,,2009-12-31, +/games/boxart/full_oiran-rouge_289JapanFront.jpg,Oiran Rouge,PC,Misc,Liar Soft,Liar-soft,,,,,,,2011-07-22, +/games/boxart/full_3625875JapanFrontccc.jpg,Oja Majo Doremi,PS,Misc,Bandai,Bandai,,,,,,,2002-03-20, +/games/boxart/full_519405JapanFrontccc.jpg,Oja Majo Doremi #,PS,Misc,Bandai,Bandai,,,,,,,2000-09-21, +/games/boxart/full_3199384JapanFrontccc.jpg,Oja Majo Doremi Dokkan! Nijiiro Paradise,PS,Misc,Bandai,Bandai,,,,,,,2002-11-28, +/games/boxart/full_okabu_491AmericaFront.jpg,Okabu,PSN,Misc,Unknown,HandCircus,5.5,,,,,,2011-10-18, +/games/boxart/default.jpg,Okiraku Golf 3D,3DS,Misc,Unknown,Unknown,,,,,,,2012-10-24, +/games/boxart/default.jpg,Oknytt,PC,Misc,Unknown,Unknown,,,,,,,2013-07-08, +/games/boxart/full_185438JapanFrontccc.jpg,Okuman Chouja Game,GBA,Misc,Takara,Takara,,,,,,,2001-11-30, +/games/boxart/full_olympia-yamasa-virtua-pachi-slot-ii_218JapanFront.jpg,Olympia Yamasa: Virtua Pachi-Slot II,PS,Misc,Unknown,Yamasa Entertainment,,,,,,,1997-04-18, +/games/boxart/full_1623181AmericaFrontccc.jpg,OMG! High School Triple Play Pack,PC,Misc,Legacy Interactive,Navarre,,,,,,,2009-04-07, +/games/boxart/default.jpg,Omniverse Live,PC,Misc,Polynetix Studio,Unknown,,,,,,,2014-01-31, +/games/boxart/default.jpg,One For Eleven,And,Misc,Actoz Soft,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,One Piece Unlimited Cruise SP 2,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2012-07-27, +/games/boxart/full_one-piece-mezase-king-of-berry_416JapanFront.jpg,One Piece: Mezase! King of Berry,GBA,Misc,Banpresto,Banpresto,,,,,,,2003-03-28, +/games/boxart/full_oneesan-to-issho-janken-paradise_3JapanFront.jpg,Oneesan to Issho! Janken Paradise,3DO,Misc,Unknown,Interlas,,,,,,,1994-12-16, +/games/boxart/full_oneesan-to-issho-chakuse-kae-paradise_10JapanFront.jpg,Oneesan to Issho! Kisekae Paradise,3DO,Misc,Bullet Proof Software,Bullet Proof Software,,,,,,,1995-11-22, +/games/boxart/default.jpg,Ongaku,WW,Misc,Unknown,Smashmouth Games,,,,,,,, +/games/boxart/full_9941253JapanFrontccc.jpg,Ongaku Tsukuru: Kanadeeru,SNES,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1996-04-12, +/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,WinP,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,PC,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,OSX,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,And,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, +/games/boxart/full_6873819JapanFrontccc.jpg,Onsei Ninshiki Mahjong: Jarman,DC,Misc,Visit,Visit,,,,,,,2000-08-31, +/games/boxart/full_ooedo-huusui-ingaritsu-hanabi-2_741JapanFront.jpg,Ooedo Huusui Ingaritsu Hanabi 2,PS,Misc,Magical Company,Magical Company,,,,,,,2000-06-22, +/games/boxart/full_ooedo-huusui-ingaritsu-hanabi-2_588JapanFront.jpg,Ooedo Huusui Ingaritsu Hanabi 2,PSN,Misc,Mahou,Magical Company,,,,,,,2011-02-23, +/games/boxart/full_2281334JapanFrontccc.jpg,Ookami Ichio Funtouki: Sakura Wars Kayou Show - Benitokage Yori,DC,Misc,Sega,Overworks,,,,,,,2000-02-24, +/games/boxart/full_7255651PALFrontccc.jpg,Oops! Prank Party,Wii,Misc,Hudson Soft,Hudson Soft,,,,,,,2010-10-08, +/games/boxart/default.jpg,Open Doors To Escape,And,Misc,Mobest Media,Unknown,,,,,,,2013-06-11, +/games/boxart/default.jpg,Open Me!,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Orc Attack: Flatulent Rebellion,PS3,Misc,Unknown,Unknown,,,,,,,2013-10-08, +/games/boxart/default.jpg,Orc Attack: Flatulent Rebellion,X360,Misc,Unknown,Unknown,,,,,,,2013-10-09, +/games/boxart/default.jpg,Orc Attack: Flatulent Rebellion,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Orcs Must Die! 2,PC,Misc,Robot Entertainment,Unknown,,,,,,,2012-07-30, +/games/boxart/default.jpg,Order of Magic,PC,Misc,Nikita,Unknown,,,,,,,2014-03-19, +/games/boxart/default.jpg,Ore ni Hatarakette Iwaretemo Otsu,PSV,Misc,ASCII Media Works,Unknown,,,,,,,2014-03-26, +/games/boxart/default.jpg,Ore ni Hatarakette Iwaretemo Otsu,PSP,Misc,ASCII Media Works,Unknown,,,,,,,2013-04-24, +/games/boxart/full_8631458JapanFrontccc.jpg,Oretachi Game Center: Pooyan,PS2,Misc,Hamster Corporation,Hamster Corporation,,,,,,,2006-05-25, +/games/boxart/default.jpg,Oretachi ni Tsubasa wa Nai,PS3,Misc,5pb,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,Oretachi ni Tsubasa wa Nai,PC,Misc,Navel,Unknown,,,,,,,2009-11-30, +/games/boxart/default.jpg,Origami Kami,PSV,Misc,"responDESIGN, Inc.",Unknown,,,,,,,2014-04-22, +/games/boxart/full_4507548AmericaFrontccc.jpg,Origin,XBL,Misc,Microsoft,William Ulrich,,,,,,,2009-09-18, +/games/boxart/default.jpg,ORION: Dino Horde,PCFX,Misc,Unknown,Unknown,,,,,,,2012-05-04, +/games/boxart/default.jpg,ORION: Dino Horde,PC,Misc,"Rocket Studio, Inc.",Unknown,,,,,,,2012-05-04, +/games/boxart/default.jpg,Osawari Tantei Nameko Daihanshoku,3DS,Misc,Success,Unknown,,,,,,,2013-02-28, +/games/boxart/default.jpg,Oshare ni Koishite 2 Plus,DS,Misc,Culture Brain,Unknown,,,,,,,2012-04-05, +/games/boxart/full_9628297JapanFrontccc.jpg,Oshare Wanko,GBA,Misc,MTO,MTO,,,,,,,2004-03-05, +/games/boxart/full_9022923JapanFrontccc.jpg,Oshigoto Nojinsei Game,PS,Misc,Takara,Takara,,,,,,,2000-12-14, +/games/boxart/default.jpg,Otegaru Shashin Memo,DSiW,Misc,Unknown,Mechanic Arms,,,,,,,2010-11-04, +/games/boxart/full_othello_66PALFront.jpg,Othello,GB,Misc,Nintendo,Kawada,,,,,,,1990-01-01, +/games/boxart/7402414ccc.jpg,Othello,2600,Misc,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/8811840ccc.jpg,Othello,NES,Misc,Acclaim Entertainment,HAL Laboratory,,,,,,,1988-12-01, +/games/boxart/default.jpg,Othello,DSiW,Misc,Arc System Works,Arc System Works,,,,,,,2009-07-29, +/games/boxart/default.jpg,Othello,WW,Misc,Arc System Works,Arc System Works,,,,,,,2009-12-22, +/games/boxart/full_othello_689JapanFront.jpg,Othello,PSN,Misc,Arc System Works,Arc System Works,,,,,,,2010-03-25, +/games/boxart/default.jpg,Othello,PS2,Misc,Success,Success,,,,,,,2003-07-31, +/games/boxart/full_othello-fds_671JapanFront.jpg,Othello (FDS),NES,Misc,Kawada,HAL Laboratory,,,,,,,1986-10-13, +/games/boxart/default.jpg,Othello (HES),NES,Misc,HES Interactive,Bits Studios,,,,,,,1988-01-01, +/games/boxart/default.jpg,Othello 3D,3DS,Misc,Arc System Works,Arc System Works,,,,,,,2011-06-07, +/games/boxart/full_othello-millennium_625JapanFront.jpg,Othello Millennium,GB,Misc,Unknown,Tsukuda Original,,,,,,,1999-10-08, +/games/boxart/full_othello-world_965JapanFront.jpg,Othello World,GB,Misc,Unknown,Dice,,,,,,,1994-09-30, +/games/boxart/full_othello-world_804JapanFront.jpg,Othello World,SNES,Misc,Unknown,Dice,,,,,,,1992-04-05, +/games/boxart/full_othello-world-ii-yumeto-michi-he-no-chousen_615JapanFront.jpg,Othello World II: Yumeto Michi he no Chousen,PS,Misc,Unknown,Pre Stage,,,,,,,1995-12-08, +/games/boxart/default.jpg,Otherworld: Spring of Shadows,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-01-23, +/games/boxart/default.jpg,Otherworld: Spring of Shadows,PC,Misc,Big Fish Games,Unknown,,,,,,,2012-01-23, +/games/boxart/default.jpg,Otona no Tame no Renjuku Kanji,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-05-19, +/games/boxart/default.jpg,Otonano Tamu no Keisan Training DS,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-08-05, +/games/boxart/full_3294412PALFrontccc.jpg,Ottifanten Pinball,GBA,Misc,Trendverlag,Independent Arts Software GmbH,,,,,,,2005-12-15, +/games/boxart/full_7442858JapanFrontccc.jpg,Oubunsha Deru-Jun: Koumin DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-10-11, +/games/boxart/full_5489477JapanFrontccc.jpg,Oubunsha Deru-Jun: Rekishi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-08-13, +/games/boxart/full_9629374JapanFrontccc.jpg,Oubunsha Deru-Jun: Rika DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-08-13, +/games/boxart/full_2518345JapanFrontccc.jpg,Oubunsha Deru-Jun: Sansuu DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-10-11, +/games/boxart/full_5076796JapanFrontccc.jpg,Ouma ga Toki,PS,Misc,Victor Interactive,Break,,,,,,,2001-08-09, +/games/boxart/default.jpg,Out of the Park Baseball 15,Linux,Misc,Out of the Park Developments,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Out of the Park Baseball 15,OSX,Misc,Out of the Park Developments,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Out of the Park Baseball 15,PC,Misc,Out of the Park Developments,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Out There Somewhere,OSX,Misc,Unknown,Unknown,,,,,,,2012-02-21, +/games/boxart/full_3746702AmericaFrontccc.jpg,Outlast,PC,Misc,Red Barrels,Unknown,,,,,,,2014-01-01, +/games/boxart/full_4253960AmericaFrontccc.jpg,Outlast,PS4,Misc,Red Barrels,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Overcast - Walden and the Werewolf,PC,Misc,Unknown,Unknown,,,,,,,2014-04-18, +/games/boxart/full_oxadania-an-e-boo_30AmericaFront.jpg,Oxadania: An E-book,XBL,Misc,Microsoft,JB Marius-Sheridan,,,,,,,2011-08-10, +/games/boxart/full_3827359JapanFrontccc.jpg,Oyaji Hunter Mahjong,3DO,Misc,Warp,Warp,,,,,,,1995-07-14, +/games/boxart/full_7866173JapanFrontccc.jpg,Oyako de Asobo: Miffy no Omocha Bako,Wii,Misc,Square Enix,Square Enix,,,,,,,2010-03-18, +/games/boxart/default.jpg,Pac-Man,Arc,Misc,Midway,Unknown,,,,,,,1980-10-01, +/games/boxart/default.jpg,PAC-MAN MONSTERS,And,Misc,GREE,Unknown,,,,,,,2014-04-24, +/games/boxart/full_pacapaca-passion_384JapanFront.jpg,Pacapaca Passion,PS,Misc,Produce!,Produce!,,,,,,,1999-06-24, +/games/boxart/full_pacapaca-passion_560JapanFront.jpg,Pacapaca Passion,PSN,Misc,Kemco,Produce!,,,,,,,2011-03-25, +/games/boxart/full_pacapaca-passion-2_790JapanFront.jpg,Pacapaca Passion 2,PS,Misc,Produce!,Produce!,,,,,,,2000-04-27, +/games/boxart/full_pacapaca-passion-2_429JapanFront.jpg,Pacapaca Passion 2,PSN,Misc,Kemco,Produce!,,,,,,,2011-04-13, +/games/boxart/full_pacapaca-passion-special_227JapanFront.jpg,Pacapaca Passion Special,PS,Misc,CyberFront,Produce!,,,,,,,2002-04-04, +/games/boxart/full_7334456JapanFrontccc.jpg,Pachi-Slot Love Story,SNES,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1993-11-19, +/games/boxart/full_4109994JapanFrontccc.jpg,Pachi-Slot Nobunaga no Yabou: Tenka Sousei,PS2,Misc,KOEI,Koei,,,,,,,2006-03-30, +/games/boxart/full_pachi-slot-pc_8JapanFront.jpg,Pachi-Slot PC,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, +/games/boxart/full_pachi-slot-teiou-7_6JapanFront.jpg,Pachi-Slot Teiou 7,PS,Misc,Media Entertainment,Media Entertainment,,,,,,,2000-10-12, +/games/boxart/full_854435JapanFrontccc.jpg,Pachi-Slot Teiou Maker Suishou Manual 5: Race Queen 2 Tomcat,PS,Misc,Media Entertainment,Media Entertainment,,,,,,,2001-08-30, +/games/boxart/full_8421987JapanFrontccc.jpg,Pachi-Slot Teiou: Dream Slot - Heiwa SP,DC,Misc,Media Entertainment,Media Entertainment,,,,,,,2001-07-26, +/games/boxart/full_6767257JapanFrontccc.jpg,Pachi-Slot Teiou: Dream Slot Olympia SP,DC,Misc,Media Entertainment,Media Entertainment,,,,,,,2001-09-27, +/games/boxart/full_pachi-slot-teiou-yamasa-remix_88JapanFront.jpg,Pachi-Slot Teiou: Yamasa Remix,PS,Misc,Media Entertainment,Yamasa Entertainment,,,,,,,2000-08-30, +/games/boxart/full_pachinka-mania-p-cr-tekken-tafu_9JapanFront.jpg,Pachinka Mania P: CR Tekken Tafu,PSP,Misc,Dorart,Dorart,,,,,,,2010-09-16, +/games/boxart/full_pachinko-amp-pachi-slot-parlor-pro-extra_2JapanFront.jpg,Pachinko & Pachi-Slot Parlor! Pro Extra,PS,Misc,Unknown,CBC,,,,,,,2000-09-28, +/games/boxart/full_9327365JapanFrontccc.jpg,Pachinko 365 Nichi,N64,Misc,Seta Corporation,Seta Corporation,,,,,,,1998-05-29, +/games/boxart/full_pachinko-cr-mouretsu-genjin-t_0JapanFront.jpg,Pachinko CR Mouretsu Genjin T,GB,Misc,Hect,Hect,,,,,,,1999-06-04, +/games/boxart/default.jpg,Pachinko Jikki,PS3,Misc,Unknown,Hackberry,,,,,,,, +/games/boxart/full_6787143JapanFrontccc.jpg,Pachinko no Dendou: CR Nanashi,DC,Misc,Micro Cabin,Micro Cabin,,,,,,,2001-10-04, +/games/boxart/full_5153044JapanFrontccc.jpg,Pachinko Wars,SNES,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1992-07-17, +/games/boxart/full_3370858JapanFrontccc.jpg,Pachio-Kun FX: Maboroshi no Shima Daikessen,PCFX,Misc,NEC,NEC,,,,,,,1995-09-22, +/games/boxart/full_pachiokun-juban-shobu_4JapanFront.jpg,Pachiokun: Juban Shobu,PCE,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1992-03-13, +/games/boxart/full_7293319JapanFrontccc.jpg,Pachiokun: Warau Uchuu,PCE,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1992-12-22, +/games/boxart/full_3248369JapanFrontccc.jpg,PachiPara 12: Ooumi to Natsu no Omoide,PS2,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2005-12-15, +/games/boxart/full_pachipara-16-gingira-paradise-2_2JapanFront.jpg,PachiPara 16: Gingira Paradise 2,PS3,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-11-25, +/games/boxart/full_pachipara-16-gingira-paradise-2_307JapanFront.jpg,PachiPara 16: Gingira Paradise 2,PSN,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-11-25, +/games/boxart/full_pachipara-17-shinkai-monogatari-with-agnes-ram_394JapanFront.jpg,PachiPara 17: Shinkai Monogatari with Agnes Ram,PS3,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-02-24, +/games/boxart/full_pachipara-17-shinkai-monogatari-with-agnes-ram_445JapanFront.jpg,PachiPara 17: Shinkai Monogatari with Agnes Ram,PSN,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-02-24, +/games/boxart/default.jpg,PachiPara Portable: Sakura,PSP,Misc,Unknown,Irem Software Engineering,,,,,,,, +/games/boxart/full_pachipara-slot-pachi-slot-super-umi-monogatari_297JapanFront.jpg,PachiPara Slot: Pachi-Slot Super Umi Monogatari,PSP,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-05-26, +/games/boxart/full_9676872JapanFrontccc.jpg,Pachitte Chonmage,PS,Misc,Hackberry,Hack Berry,,,,,,,1999-11-25, +/games/boxart/full_4639371JapanFrontccc.jpg,Pachitte Chonmage 2,PS,Misc,Hackberry,Hack Berry,,,,,,,2000-06-01, +/games/boxart/full_pachitte-chonmage-3_4JapanFront.jpg,Pachitte Chonmage 3,PS,Misc,Hackberry,Hack Berry,,,,,,,2002-04-18, +/games/boxart/full_4583873JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 13: Pachinko Hissatsu Shigotojin III,PS2,Misc,Hackberry,Hack Berry,,,,,,,2007-11-22, +/games/boxart/full_6685789JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 2: CR Jurassic Park,PS2,Misc,Hackberry,Hack Berry,,,,,,,2003-02-06, +/games/boxart/full_9306682JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 3,PS2,Misc,Hackberry,Hack Berry,,,,,,,2003-04-17, +/games/boxart/full_9297781JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 4,PS2,Misc,Hackberry,Hack Berry,,,,,,,2003-05-29, +/games/boxart/full_1812297JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 5: CR Kamen Rider,PS2,Misc,Hackberry,Hack Berry,,,,,,,2004-04-15, +/games/boxart/full_5313829JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 6: CR Pachinko Yellow Cab,PS2,Misc,Hackberry,Hack Berry,,,,,,,2004-07-15, +/games/boxart/full_3849145JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 7: CR Pachinko Dokaben,PS2,Misc,Hackberry,Hack Berry,,,,,,,2004-10-07, +/games/boxart/full_329990JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 8,PS2,Misc,Hackberry,Hack Berry,,,,,,,2005-08-04, +/games/boxart/full_7722396JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 9: Pachinko Mitokoumon,PS2,Misc,Hackberry,Hack Berry,,,,,,,2005-10-27, +/games/boxart/full_2651984JapanFrontccc.jpg,Pachitte Chonmage Tatsujin: CR Nettou Power Pro Kun,PS2,Misc,Hackberry,Hack Berry,,,,,,,2001-12-20, +/games/boxart/default.jpg,Pahelika: Revelations,OSX,Misc,Unknown,Unknown,,,,,,,2013-11-20, +/games/boxart/full_paint-splash_33AmericaFront.jpg,Paint Splash,WW,Misc,Unknown,KnapNok Games,8,,,,,,2011-09-08, +/games/boxart/full_8687726AmericaFrontccc.jpg,Painting Party,XBL,Misc,Microsoft,Kobingo,,,,,,,2009-12-19, +/games/boxart/default.jpg,PairPlay Europe,PC,Misc,Unknown,PairPlay Ltd,,,,,,,, +/games/boxart/full_9733688AmericaFrontccc.jpg,Pajama Sam's One-Stop Fun Shop,PC,Misc,Humongous,Humongous Entertainment,,,,,,,2000-01-01, +/games/boxart/default.jpg,"Palm Reader, Unveil Your Secrets",Linux,Misc,Unknown,Unknown,,,,,,,2014-01-10, +/games/boxart/default.jpg,"Palm Reader, Unveil Your Secrets",OSX,Misc,Unknown,Unknown,,,,,,,2014-01-10, +/games/boxart/default.jpg,"Palm Reader, Unveil Your Secrets",PC,Misc,Unknown,Unknown,,,,,,,2014-01-10, +/games/boxart/full_8209816JapanFrontccc.jpg,Palm Town,PS,Misc,Mycom,Mycom,,,,,,,1999-07-08, +/games/boxart/default.jpg,Pandora: First Contact,Linux,Misc,Slitherine Software,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,Pandora: First Contact,OSX,Misc,Slitherine Software,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,Pandora: First Contact,PC,Misc,Slitherine Software,Unknown,,,,,,,2013-11-14, +/games/boxart/1525931ccc.jpg,Panel Action Bingo,GB,Misc,FCI,Locus,,,,,,,1993-11-01, +/games/boxart/default.jpg,Panel DE Naruto,GB,Misc,Bandai,Unknown,,,,,,,1993-09-10, +/games/boxart/default.jpg,Panzer Tactics DS,PC,Misc,bitComposer Games,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Papa Pear Saga,BRW,Misc,King.com,Unknown,,,,,,,2013-03-28, +/games/boxart/full_8239976PALFrontccc.jpg,Paparazzi,PS2,Misc,505 Games,HuneX,,,,,,,2005-11-16, +/games/boxart/full_6318353AmericaFrontccc.jpg,Paper Airplane Chase,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-27, +/games/boxart/default.jpg,Paper Dungeons,Linux,Misc,Unknown,Unknown,,,,,,,2014-03-26, +/games/boxart/default.jpg,Paper Dungeons,PC,Misc,Unknown,Unknown,,,,,,,2014-03-26, +/games/boxart/default.jpg,Paperama,And,Misc,Unknown,Unknown,,,,,,,2014-04-28, +/games/boxart/default.jpg,Paperbound,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8851411PALFrontccc.jpg,PaperMates,DS,Misc,Unknown,Intergrow,,,,,,,, +/games/boxart/default.jpg,Paradigm Shift,PC,Misc,Unknown,Unknown,,,,,,,2014-05-19, +/games/boxart/default.jpg,Paranormal Agency,And,Misc,G5 Entertainment,Unknown,,,,,,,2010-04-06, +/games/boxart/default.jpg,Paranormal Agency,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2010-04-06, +/games/boxart/default.jpg,Paranormal Agency,WinP,Misc,G5 Entertainment,Unknown,,,,,,,2010-04-06, +/games/boxart/default.jpg,Paranormal State: Poison Spring,PC,Misc,Legacy Interactive,Unknown,,,,,,,2013-11-26, +/games/boxart/full_866037AmericaFrontccc.png,PaRappa the Rapper,PSN,Misc,Sony Computer Entertainment,epics,,,,,,,2008-07-28, +/games/boxart/default.jpg,Parkan 2,PC,Misc,1C Company,Unknown,,,,,,,2007-05-11, +/games/boxart/default.jpg,Parking Star 3D,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-06-26, +/games/boxart/full_5496131JapanFrontccc.jpg,Parlor! Mini,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1996-04-26, +/games/boxart/full_2304641JapanFrontccc.jpg,Parlor! Mini 3,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1996-09-27, +/games/boxart/full_4760911JapanFrontccc.jpg,Parlor! Mini 5,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1997-03-28, +/games/boxart/full_1070561JapanFrontccc.jpg,Parlor! Mini 6,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1997-05-30, +/games/boxart/full_1438097JapanFrontccc.jpg,Parlor! Mini 7,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1997-08-29, +/games/boxart/full_8923362JapanFrontccc.jpg,Parlor! Pro 64: Pachinko Jikki Simulation Game,N64,Misc,Telenet,Telenet,,,,,,,1999-01-29, +/games/boxart/full_1153423JapanFrontccc.jpg,Parlor! Pro 7,PS,Misc,Namco,Namco,,,,,,,1999-03-25, +/games/boxart/full_5782215JapanFrontccc.jpg,Parlor! Pro 8,PS,Misc,Namco,Namco,,,,,,,1999-12-09, +/games/boxart/full_9152162JapanFrontccc.jpg,Parlor! Pro Collection,PS,Misc,Namco,Namco,,,,,,,2000-09-21, +/games/boxart/full_parlor-pro-jr-vol-2_4JapanFront.jpg,Parlor! Pro Jr. Vol. 2,PS,Misc,Telenet,Telenet,,,,,,,1999-11-02, +/games/boxart/722403ccc.jpg,Parlour Games,MS,Misc,Sega,Compile,,,,,,,1988-01-01, +/games/boxart/full_parrot-paradise-lorikeets_969AmericaFront.jpg,Parrot Paradise: Lorikeets,XBL,Misc,Microsoft,Shaun Quaintance,,,,,,,2011-08-11, +/games/boxart/default.jpg,Party Crashers,Wii,Misc,Unknown,Twelve Interactive,,,,,,,, +/games/boxart/full_party-game-box-100_2JapanFront.jpg,Party Game Box 100,Wii,Misc,Hudson Soft,Hudson Soft,,,,,,,2010-11-11, +/games/boxart/full_9669363PALFrontccc.jpg,Party Girls,PS2,Misc,505 Games,Tamsoft,,,,,,,2005-11-16, +/games/boxart/full_220950PALFrontccc.jpg,Passport to... Barcelona,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-22,2018-09-24 +/games/boxart/full_7417164PALFrontccc.jpg,Passport to... Prague,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-22,2018-09-24 +/games/boxart/full_7854076PALFrontccc.jpg,Passport to... Rome,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-22,2018-09-24 +/games/boxart/default.jpg,Past Memories,And,Misc,Ayopa Games LLC,Unknown,,,,,,,2013-08-08, +/games/boxart/full_pataank_9AmericaFront.jpg,PaTaank,3DO,Misc,PF.Magic,PF.Magic,,,,,,,1994-01-01, +/games/boxart/default.jpg,PathPix Zen,3DS,Misc,cerasus.media,Unknown,,,,,,,2013-03-14, +/games/boxart/full_7546757AmericaFrontccc.jpg,Patriotic Pinball,PS,Misc,Gotham Games,Wildfire Studios,,,,,,,2003-04-22, +/games/boxart/full_6423555AmericaFrontccc.jpg,Patterns Of Light,XBL,Misc,Microsoft,TheAngryWaffle,,,,,,,2009-04-16, +/games/boxart/default.jpg,Pavilion,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Pavilion,PSV,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Paws & Claws: Pampered Pets Resort 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,Payout Poker & Casino,PC,Misc,Namco,Bits Studios,,,,,,,2006-08-23, +/games/boxart/full_2500051AmericaFrontccc.jpg,Payout Poker & Casino,XB,Misc,Namco,Bits Studios,,,,,,,2006-08-22, +/games/boxart/full_9992055AmericaFrontccc.jpg,Payout Poker & Casino,PS2,Misc,Namco,Bits Studios,,,,,,,2006-08-23, +/games/boxart/full_pe-jongju-to-manabu-kankokugo-ds-date-hen_9JapanFront.jpg,Pe-Jongju to Manabu Kankokugo DS: Date-Hen,DS,Misc,D3 Publisher,Mobilero,,,,,,,2010-08-26, +/games/boxart/default.jpg,Peach Fetch! Double!!,PC,Misc,softhouse-seal,Unknown,,,,,,,2012-03-09, +/games/boxart/full_peek-a-boo-poker_164AmericaFront.jpg,Peek A Boo Poker,NES,Misc,Panesian,Panesian,,,,,,,1991-01-01, +/games/boxart/default.jpg,Peg Board,PC,Misc,Sunny Tam,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,Peg Board,And,Misc,Sunny Tam,Unknown,,,,,,,2013-02-28, +/games/boxart/full_peg-solitaire_8AmericaFront.jpg,Peg Solitaire,DSiW,Misc,CIRCLE Entertainment,OmniG Software Inc.,,,,,,,2010-11-01, +/games/boxart/full_3255583AmericaFrontccc.jpg,Peggle 2,XOne,Misc,Electronic Arts,Unknown,,,,,,,2013-12-09, +/games/boxart/default.jpg,Penarium,PC,Misc,Team17 Software,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Penarium,OSX,Misc,Team17 Software,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Pencil Doodle,PSV,Misc,SCEE,Unknown,,,,,,,2014-06-03, +/games/boxart/full_9517462PALFrontccc.jpg,Pengo,GG,Misc,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/default.jpg,Penguin Hop,PC,Misc,Unknown,Unknown,,,,,,,2014-02-28, +/games/boxart/default.jpg,PENGUIN-KUN WARS (E),PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-05-29, +/games/boxart/full_penthouse-interactive-virtual-photo-shoot-vol-1_5JapanFront.jpg,Penthouse Interactive Virtual Photo Shoot Vol. 1,3DO,Misc,Apollo,Apollo,,,,,,,1994-12-23, +/games/boxart/full_peperon-mura-no-shiki_10JapanFront.jpg,Peperon Mura no Shiki,3DO,Misc,NHK,NHK,,,,,,,1995-10-20, +/games/boxart/default.jpg,Pepper Panic Saga,BRW,Misc,King.com,Unknown,,,,,,,2013-10-30, +/games/boxart/default.jpg,Percy 'n' Friends - Jump Adventure,PC,Misc,Unknown,Unknown,,,,,,,2013-09-10, +/games/boxart/default.jpg,Percy's Predicament,WiiU,Misc,Maestro Interactive Games,Unknown,,,,,,,2014-02-07, +/games/boxart/default.jpg,pero2Cat,WinP,Misc,Unknown,Unknown,,,,,,,2013-04-20, +/games/boxart/default.jpg,pero2Cat,And,Misc,Unknown,Unknown,,,,,,,2013-04-20, +/games/boxart/default.jpg,Persona 4: Arena,Arc,Misc,Atlus,Unknown,,,,,,,2012-03-01, +/games/boxart/default.jpg,Persona 4: The Ultimax Ultra Suplex Hold,Arc,Misc,Atlus,Unknown,,,,,,,2013-11-28, +/games/boxart/default.jpg,Personality Profile Test,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Personality Type,PC,Misc,Schell Games,Unknown,,,,,,,2014-03-26, +/games/boxart/default.jpg,PES Manager,And,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Pet Alliance,And,Misc,EFUN COMPANY LIMITED,Unknown,,,,,,,2013-09-15, +/games/boxart/default.jpg,Pet Food Train,And,Misc,Libii Tech Limited,Unknown,,,,,,,2014-02-06, +/games/boxart/default.jpg,Pet Rescue Saga,And,Misc,King.com,Unknown,,,,,,,2013-06-12, +/games/boxart/default.jpg,Pet Rescue Saga,BRW,Misc,King.com,Unknown,,,,,,,2012-10-09, +/games/boxart/default.jpg,Pet Shop Story,And,Misc,TeamLava,Unknown,,,,,,,2011-12-08, +/games/boxart/default.jpg,Petanque in St Tropez,And,Misc,Pix Arts,Unknown,,,,,,,2013-12-18, +/games/boxart/full_2851756PALFrontccc.jpg,Peter Pan,PS2,Misc,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, +/games/boxart/full_2502302AmericaFrontccc.jpg,Petz: Hamsterz 2,GBA,Misc,Ubisoft,Ubisoft,,,,,,,2007-11-13, +/games/boxart/full_1458963AmericaFrontccc.png,Petz: Hamsterz Bunch,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-10-28, +/games/boxart/default.jpg,Petz: Monkeyz House,PC,Misc,Unknown,Ubisoft,,,,,,,, +/games/boxart/full_1927228AmericaFrontccc.png,Petz: Saddle Club,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-10-28, +/games/boxart/default.jpg,Petz: Sports Club,PC,Misc,Unknown,Ubisoft Montreal,,,,,,,, +/games/boxart/5245258ccc.gif,Phantasmagoria,PC,Misc,Sierra Entertainment,Sierra,,,,,,,1995-01-01, +/games/boxart/full_phase-runner_626AmericaFront.jpg,Phase Runner,XBL,Misc,Microsoft,thelostone,,,,,,,2011-07-27, +/games/boxart/default.jpg,Phase-D: Kurosei no Shou,PSP,Misc,Boost On,Unknown,,,,,,,2012-03-29, +/games/boxart/full_2898117AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,Wii,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-13, +/games/boxart/full_1299634AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,X360,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-23, +/games/boxart/full_8956423AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,DS,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-13, +/games/boxart/full_8361374JapanFrontccc.jpg,Phonics de Minitsuku Eigo,DS,Misc,Meister Hero,Meister Hero,,,,,,,2010-03-25, +/games/boxart/full_6583542AmericaFrontccc.jpg,Photo Clock,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-25, +/games/boxart/default.jpg,Photo Stand Tsuki: Ban-Bro DX Radio,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-01, +/games/boxart/full_2365940AmericaFrontccc.png,Photos With Mario,3DS,Misc,Nintendo,Nintendo,,,,,,,2014-05-19,2018-09-05 +/games/boxart/full_169425AmericaFrontccc.jpg,Physics Sandbox,XBL,Misc,Microsoft,xMONOx,,,,,,,2009-07-24, +/games/boxart/full_physics-sandbox-2_6AmericaFront.jpg,Physics Sandbox 2,XBL,Misc,Microsoft,xMONOx,,,,,,,2010-11-04, +/games/boxart/default.jpg,Pic Combo,And,Misc,Games for Friends,Unknown,,,,,,,2013-03-29, +/games/boxart/default.jpg,Picdun 2: Witch's Curse,3DS,Misc,Intense,Unknown,,,,,,,2013-02-21, +/games/boxart/default.jpg,Picotto Knights,PSV,Misc,NHN corp.,Unknown,,,,,,,2012-09-20, +/games/boxart/default.jpg,Picross e,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2013-06-13, +/games/boxart/default.jpg,Picross e3,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2013-10-03, +/games/boxart/default.jpg,Picross e4,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2014-05-01, +/games/boxart/full_pictionary_2AmericaFront.jpg,Pictionary,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,1997-01-01, +/games/boxart/full_pictionary_1AmericaFront.jpg,Pictionary,NES,Misc,LJN,Software Creations,,,,,,,1990-07-01, +/games/boxart/default.jpg,Piggy Adventure,PS4,Misc,Unknown,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Pigs Can Fly - Pig Flight Simulator,PC,Misc,Ultra Runaway Games,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,Pilot Reflex - Top Gun Trainer,PC,Misc,Unknown,Unknown,,,,,,,2013-12-18, +/games/boxart/default.jpg,Pilot Story: Landing Dojo,PC,Misc,TechnoBrain,Unknown,,,,,,,2012-04-20, +/games/boxart/full_5595758AmericaFrontccc.jpg,Pilot Test,XBL,Misc,Microsoft,Holographic Dreams,,,,,,,2009-12-16, +/games/boxart/full_5326273AmericaFrontccc.jpg,Pinball,VC,Misc,Nintendo,Nintendo,,,,,,,2006-11-19, +/games/boxart/full_3311333AmericaFrontccc.jpg,Pinball,2600,Misc,Unknown,Zellers,,,,,,,, +/games/boxart/full_622839PALFrontccc.jpg,Pinball Advance,GBA,Misc,Digital Worldwide,Rebellion Developments,,,,,,,2002-10-18, +/games/boxart/default.jpg,Pinball Builder,PC,Misc,The Learning Company,21st Century Entertainment,,,,,,,1997-01-01, +/games/boxart/full_6589745PALFrontccc.jpg,Pinball Challenge Deluxe,GBA,Misc,Ubisoft,Binary 9 Studios,,,,,,,2002-07-05, +/games/boxart/full_312999PALFrontccc.jpg,Pinball Deluxe,DS,Misc,Atari,Atari,,,,,,,2009-05-14, +/games/boxart/1124556ccc.jpg,Pinball Dreams,SNES,Misc,GameTek,Spidersoft,,,,,,,1994-07-07, +/games/boxart/full_3952957AmericaFrontccc.jpg,Pinball Dreams,GG,Misc,GameTek,Spidersoft,,,,,,,1995-01-01, +/games/boxart/5429664ccc.jpg,Pinball Dreams,GB,Misc,GameTek,Spidersoft,,,,,,,1993-08-01, +/games/boxart/full_23958AmericaFrontccc.png,Pinball Dreams,PSN,Misc,Cowboy Rodeo,Rebellion Developments,,,,,,,2010-01-28, +/games/boxart/full_pinball-duel_7AmericaFront.jpg,Pinball Duel,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-29, +/games/boxart/2767324ccc.jpg,Pinball Fantasies,SNES,Misc,GameTek,Spidersoft,,,,,,,1995-02-01, +/games/boxart/8870198ccc.jpg,Pinball Fantasies,GB,Misc,GameTek,Spidersoft,,,,,,,1995-02-01, +/games/boxart/5221362ccc.jpg,Pinball Fantasies,AJ,Misc,Atari,21st Century Entertainment,,,,,,,1995-06-01, +/games/boxart/full_4525296AmericaFrontccc.png,Pinball Fantasies,PSN,Misc,Cowboy Rodeo,Cowboy Rodeo,,,,,,,2009-11-23, +/games/boxart/full_9010913PALFrontccc.jpg,Pinball Fun,PS2,Misc,505 Games,HuneX,,,,,,,2004-06-25, +/games/boxart/full_5056675AmericaFrontccc.jpg,Pinball FX,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2007-04-25, +/games/boxart/full_pinball-fx-2_10AmericaFront.jpg,Pinball FX 2,XBL,Misc,Microsoft,Zen Studios,9.5,,,,,,2010-10-27, +/games/boxart/full_2923942AmericaFrontccc.jpg,Pinball FX 2,PC,Misc,Microsoft Studios,Zen Studios,,,,,,,2013-05-10,2018-08-09 +/games/boxart/full_8074668AmericaFrontccc.png,Pinball FX 2,XOne,Misc,Zen Studios,Zen Studios,,,,,,,2014-08-14, +/games/boxart/full_pinball-fx-2-mars_684AmericaFront.jpg,Pinball FX 2: MARS,XBL,Misc,Microsoft,Zen Studios,,,,,,,2011-04-20, +/games/boxart/full_marvel-pinball_196AmericaFront.jpg,Pinball FX 2: Marvel Pinball,XBL,Misc,Zen Studios,Zen Studios,8.2,,,,,,2010-12-08, +/games/boxart/full_pinball-fx-2-marvel-pinball-captain-america_918AmericaFront.jpg,Pinball FX 2: Marvel Pinball - Captain America,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-06-29, +/games/boxart/full_pinball-fx-2-marvel-pinball-fantastic-four_768AmericaFront.jpg,Pinball FX 2: Marvel Pinball - Fantastic Four,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-05-17, +/games/boxart/default.jpg,Pinball FX 2: Marvel Pinball - Vengeance and Virtue,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-12-13, +/games/boxart/full_pinball-fx-2-ms-splosion-man_870AmericaFront.jpg,Pinball FX 2: Ms. 'Splosion Man,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-08-31, +/games/boxart/default.jpg,Pinball FX 2: Paranormal,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-10-26, +/games/boxart/full_4500099AmericaFrontccc.jpg,Pinball FX 2: Sorcerer's Lair,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-10-12, +/games/boxart/full_7686726AmericaFrontccc.jpeg,Pinball FX: Buccaneer,XBL,Misc,Microsoft,Zen Studios,,,,,,,2007-10-31, +/games/boxart/full_4964634AmericaFrontccc.jpeg,Pinball FX: Earth Defense,XBL,Misc,Microsoft,Zen Studios,,,,,,,2009-09-22, +/games/boxart/full_8784533AmericaFrontccc.jpeg,Pinball FX: Excalibur,XBL,Misc,Microsoft,Zen Studios,,,,,,,2010-01-27, +/games/boxart/full_8980601AmericaFrontccc.jpeg,Pinball FX: Nightmare Mansion,XBL,Misc,Microsoft,Zen Studios,,,,,,,2008-01-16, +/games/boxart/full_2869099AmericaFrontccc.jpeg,Pinball FX: Rocky and Bullwinkle,XBL,Misc,Microsoft,Zen Studios,,,,,,,2008-04-03, +/games/boxart/full_pinball-graffiti_479PALFront.jpg,Pinball Graffiti,SAT,Misc,JVC,Pack-In-Video,,,,,,,1996-01-01, +/games/boxart/full_547010AmericaFrontccc.png,Pinball Hall of Fame: The Gottlieb Collection,PSN,Misc,Crave Entertainment,Crave Entertainment,,,,,,,2009-09-30, +/games/boxart/default.jpg,Pinball Hall of Fame: The Gottlieb Collection,XBL,Misc,Unknown,Crave Entertainment,,,,,,,, +/games/boxart/full_1047359AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,PS2,Misc,Crave Entertainment,FarSight Studios,,,,,,,2008-02-26, +/games/boxart/full_pinball-hall-of-fame-the-williams-collection_848PALFront.png,Pinball Hall of Fame: The Williams Collection,PSN,Misc,System 3 Arcade Software,FarSight Studios,7,,,,,,2011-03-09, +/games/boxart/333571ccc.jpg,Pinball Jam,Lynx,Misc,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/8717507ccc.jpg,Pinball Mania,PC,Misc,21st Century Entertainment,Spidersoft,,,,,,,1996-01-01, +/games/boxart/full_8296423AmericaFrontccc.jpg,Pinball Pulse: The Ancients Beckon,DSiW,Misc,Nintendo,Fuse Games Limited,7.9,,,,,,2009-10-12, +/games/boxart/full_pinballistik_247PALFront.jpg,Pinballistik,PSN,Misc,Creat Studio,Creat Studios,,,,,,,2011-11-01, +/games/boxart/default.jpg,PinballYeah!,PC,Misc,Interplay,Unknown,,,,,,,2010-11-19, +/games/boxart/full_3402598AmericaFrontccc.jpg,Ping Time,XBL,Misc,Microsoft,MatthewM,,,,,,,2009-04-18, +/games/boxart/full_8057968AmericaFrontccc.jpg,Pin·Bot,NES,Misc,Nintendo,Rare Ltd.,,,,,,,1990-05-01, +/games/boxart/default.jpg,Pipe Push,PC,Misc,Phosphor Games,Unknown,,,,,,,2013-10-31, +/games/boxart/default.jpg,Pirate Mysteries,And,Misc,Kristanix Games,Unknown,,,,,,,2012-01-01, +/games/boxart/default.jpg,Pirate Mysteries,OSX,Misc,Kristanix Games,Unknown,,,,,,,2011-02-03, +/games/boxart/default.jpg,Pirates,PC,Misc,Three Flip Studios,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Pirates,OSX,Misc,Three Flip Studios,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Pirates,Linux,Misc,Three Flip Studios,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Pirates Assault,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-03-15, +/games/boxart/default.jpg,Pirates Assault,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-03-15, +/games/boxart/default.jpg,Pirates of the Caribbean Multiplayer,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2011-10-18, +/games/boxart/default.jpg,Pirates: Adventures of the Black Corsair,DS,Misc,Unknown,Mamba Games,,,,,,,, +/games/boxart/default.jpg,Pirates: Adventures of the Black Corsair,Wii,Misc,Unknown,Mamba Games,,,,,,,, +/games/boxart/full_1167977AmericaFrontccc.jpg,Pit Crew Panic!,WW,Misc,Hudson Entertainment,Hudson Soft,,,,,,,2008-12-01, +/games/boxart/default.jpg,Pivotal Punishment,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2013-05-09, +/games/boxart/default.jpg,PIX3D,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-12-20, +/games/boxart/default.jpg,Pixel Boy and the Ever Expanding Dungeon,PC,Misc,Line One Games,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Pixel Boy and the Ever Expanding Dungeon,OSX,Misc,Line One Games,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Pixel Boy and the Ever Expanding Dungeon,Linux,Misc,Line One Games,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,Pixel Gun 3D,And,Misc,Unknown,Unknown,,,,,,,2013-05-03, +/games/boxart/default.jpg,Pixel Nom,And,Misc,Unknown,Unknown,,,,,,,2014-02-24, +/games/boxart/full_pixeljunk-4am_832AmericaFront.jpg,PixelJunk 4am,PSN,Misc,Unknown,Q-Games,,,,,,,, +/games/boxart/default.jpg,PixelJunk Monsters,PSP,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2010-04-27, +/games/boxart/default.jpg,PixelJunk Monsters,PSV,Misc,Double Eleven,Unknown,,,,,,,2013-07-30, +/games/boxart/default.jpg,PixelJunk Monsters,PC,Misc,Double Eleven,Unknown,,,,,,,2013-08-26, +/games/boxart/default.jpg,Pixoban,And,Misc,Cooking Mama Ltd.,Unknown,,,,,,,2013-05-17, +/games/boxart/full_pizza-frenzy-deluxe_40AmericaFront.jpg,Pizza Frenzy Deluxe,PC,Misc,PopCap Games,Oberon Media,,,,,,,2006-08-30, +/games/boxart/full_pizza-hut-demo-disc-one_80AmericaFront.jpg,Pizza Hut Demo Disc One,PS,Misc,Sony Computer Entertainment,Various,,,,,,,1999-01-01, +/games/boxart/full_pizza-hut-demo-disc-two_721AmericaFront.jpg,Pizza Hut Demo Disc Two,PS,Misc,Sony Computer Entertainment,Various,,,,,,,1999-01-01, +/games/boxart/default.jpg,Pizza Maker,And,Misc,Wizards Time LLC,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Plague Inc.,And,Misc,Miniclip.com,Unknown,,,,,,,2012-10-04, +/games/boxart/default.jpg,Plane Shooting,PC,Misc,Nano Games,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Planet Crashers,3DS,Misc,Ignition Entertainment,Unknown,,,,,,,2012-07-26, +/games/boxart/full_3537103AmericaFrontccc.jpg,"Planet Crashmania 9,000,000",XBL,Misc,Microsoft,Chapel,,,,,,,2009-02-23, +/games/boxart/default.jpg,Planet Stronghold,OSX,Misc,Winter Wolves Studio,Unknown,,,,,,,2011-03-27, +/games/boxart/default.jpg,Planet Stronghold,Linux,Misc,Winter Wolves Studio,Unknown,,,,,,,2011-03-27, +/games/boxart/default.jpg,Planet Stronghold,PC,Misc,Winter Wolves Studio,Unknown,,,,,,,2011-03-27, +/games/boxart/full_2372359AmericaFrontccc.jpg,PlanetWeb Web Browser 1.0,DC,Misc,Sega,Sega,,,,,,,1999-09-09, +/games/boxart/full_8259859AmericaFrontccc.jpg,PlanetWeb Web Browser 3.0,DC,Misc,Sega,Sega,,,,,,,2001-01-01, +/games/boxart/full_8109531AmericaFrontccc.jpg,Plants vs. Zombies,PSV,Misc,Sony Computer Entertainment,Unknown,,,,,,,2012-02-21, +/games/boxart/default.jpg,Plants vs. Zombies,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2011-02-08, +/games/boxart/default.jpg,Plants vs. Zombies,DS,Misc,PopCap Games,Unknown,,,,,,,2011-01-18, +/games/boxart/default.jpg,Plants vs. Zombies,OSX,Misc,PopCap Games,Unknown,,,,,,,2009-03-05, +/games/boxart/default.jpg,Plants vs. Zombies,And,Misc,Electronic Arts,Unknown,,,,,,,2011-12-14, +/games/boxart/default.jpg,Plants vs. Zombies,X360,Misc,PopCap Games,Unknown,,,,,,,2010-09-08, +/games/boxart/default.jpg,Plants vs. Zombies,DSi,Misc,PopCap Games,Unknown,,,,,,,2011-03-14, +/games/boxart/default.jpg,Plants vs. Zombies,OSX,Misc,PopCap Games,Unknown,,,,,,,2009-05-05, +/games/boxart/full_9418245AmericaFrontccc.png,Plants vs. Zombies,WinP,Misc,PopCap Games,Unknown,,,,,,,2011-06-22, +/games/boxart/default.jpg,Plants vs. Zombies,PSV,Misc,PopCap Games,Unknown,,,,,,,2013-02-21, +/games/boxart/default.jpg,Plants vs. Zombies 2: It's About Time,OSX,Misc,PopCap Games,Unknown,,,,,,,2013-07-31, +/games/boxart/default.jpg,Plants vs. Zombies 2: It's About Time,PC,Misc,PopCap Games,Unknown,,,,,,,2013-07-31, +/games/boxart/default.jpg,Plants vs. Zombies Adventures,BRW,Misc,PopCap Games,Unknown,,,,,,,2013-05-20, +/games/boxart/full_8263127AmericaFrontccc.jpg,Plasma TV Break In,XBL,Misc,Microsoft,Zenfar,,,,,,,2009-06-10, +/games/boxart/default.jpg,Platforms Unlimited,And,Misc,XperimentalZ Games,Unknown,,,,,,,2014-02-04, +/games/boxart/full_6877388JapanFrontccc.jpg,Platinum Double Pack: Gears of War / Dead Rising,X360,Misc,Capcom,Epic Games / Capcom,,,,,,,2007-11-01, +/games/boxart/full_play-amp-learn-spanish_489AmericaFront.jpg,Play & Learn Spanish,DSiW,Misc,SelectSoft,SelectSoft,,,,,,,2011-08-04, +/games/boxart/full_play-as-you-go_457AmericaFront.jpg,Play As You Go,XBL,Misc,Microsoft,Scrubby Fresh Studio's L.L.C.,,,,,,,2011-09-07, +/games/boxart/full_7443184PALFrontccc.jpg,Play the World,Wii,Misc,Unknown,Dreamcatcher,,,,,,,, +/games/boxart/default.jpg,Play to Cure: Genes In Space,And,Misc,Cancer Research UK,Unknown,,,,,,,2014-01-28, +/games/boxart/full_play-with-birds_929AmericaFront.jpg,Play with Birds,WW,Misc,Game Factory,Game Factory,,,,,,,2011-04-11, +/games/boxart/full_play-with-the-teletubbies_334AmericaFront.jpg,Play with the Teletubbies,PS,Misc,BBC Multimedia,Asylum Entertainment,,,,,,,2000-08-08, +/games/boxart/full_play-with-the-teletubbies_349AmericaFront.jpg,Play with the Teletubbies,PC,Misc,Knowledge Adventure,Asylum Entertainment,,,,,,,2000-09-01, +/games/boxart/full_6828354JapanFrontccc.jpg,Playboy Karaoke Collection Volume 1,SAT,Misc,Victory Lap Games,Vic Tokai,,,,,,,1996-08-09, +/games/boxart/full_2754386JapanFrontccc.jpg,Playboy Karaoke Collection Volume 2,SAT,Misc,Victory Lap Games,Vic Tokai,,,,,,,1996-08-09, +/games/boxart/default.jpg,"Playhouse Disney The Wiggles, Wiggle Bay",PC,Misc,Unknown,Disney Interactive,,,,,,,, +/games/boxart/full_playhouse-disney-rolie-polie-olie-the-search-for-spot_220AmericaFront.jpg,Playhouse Disney: Rolie Polie Olie- The Search for Spot,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2001-11-06, +/games/boxart/full_741771AmericaFrontccc.jpg,Playmobil 2,PC,Misc,DreamCatcher Interactive,Dreamcatcher,,,,,,,2009-12-08, +/games/boxart/default.jpg,Playstation Move Mind Benders,PS3,Misc,Unknown,Sony Computer Entertainment,,,,,,,, +/games/boxart/full_playstation-network-collection-power-pack_30PALFront.jpg,PlayStation Network Collection: Power Pack,PSP,Misc,Sony Computer Entertainment,Various,,,,,,,2008-10-24, +/games/boxart/full_1358032JapanFrontccc.jpg,Pocket Chikyuugi DS: Sawatte Tanoshimu Jinrui 5000 Toshi no Ayumi,DS,Misc,NCS,Mycom,,,,,,,2009-04-09, +/games/boxart/full_pocket-color-mahjong_998JapanFront.jpg,Pocket Color Mahjong,GB,Misc,Bottom Up,Bottom Up,,,,,,,1999-12-22, +/games/boxart/full_pocket-color-trump_149JapanFront.jpg,Pocket Color Trump,GB,Misc,Bottom Up,Bottom Up,,,,,,,1999-12-22, +/games/boxart/default.jpg,Pocket Gunfighters,And,Misc,Gamevil,Unknown,,,,,,,2014-04-01, +/games/boxart/full_pocket-hanafuda_5JapanFront.jpg,Pocket Hanafuda,GB,Misc,Bottom Up,Bottom Up,,,,,,,1999-06-11, +/games/boxart/full_9774130JapanFrontccc.jpg,Pocket Jansou,GG,Misc,Namco,Namco,,,,,,,1992-02-07, +/games/boxart/full_pocket-mahjong_70JapanFront.jpg,Pocket Mahjong,GB,Misc,Bottom Up,Bottom Up,,,,,,,1997-07-25, +/games/boxart/default.jpg,Pocket Mine,And,Misc,Roofdog Games,Unknown,,,,,,,2013-09-30, +/games/boxart/full_pocket-music_387PALFront.jpg,Pocket Music,GBA,Misc,Rage Software,Jester Interactive,,,,,,,2002-04-26, +/games/boxart/full_pocket-music_623PALFront.jpg,Pocket Music,GB,Misc,Rage Software,Jester Interactive,,,,,,,2002-02-22, +/games/boxart/default.jpg,Pocket Pack: Strategy Games,DSiW,Misc,Mere Mortals,Mere Mortals,,,,,,,2010-06-18, +/games/boxart/default.jpg,Pocket Pack: Words & Numbers,DSiW,Misc,Mere Mortals,Mere Mortals,,,,,,,2010-04-16, +/games/boxart/full_3650241AmericaFrontccc.png,Pocket Pool,PSN,Misc,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2009-07-29, +/games/boxart/full_5476852AmericaFrontccc.jpg,Pocket Professor: KwikNotes Volume One,GBA,Misc,"Pocket Direct, L.L.C.","Pocket Direct, L.L.C.",,,,,,,2006-03-13, +/games/boxart/default.jpg,Pocket Runners,OSX,Misc,"Sirqul, Inc.",Unknown,,,,,,,2013-04-30, +/games/boxart/default.jpg,Pocket Runners,And,Misc,"Sirqul, Inc.",Unknown,,,,,,,2013-12-18, +/games/boxart/default.jpg,Pocket Rurubu Hokkaido,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-07-29, +/games/boxart/default.jpg,Pocket Rurubu Izuhakone,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-02-24, +/games/boxart/default.jpg,Pocket Rurubu Kobe,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-24, +/games/boxart/default.jpg,Pocket Rurubu Kyoto,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-27, +/games/boxart/default.jpg,Pocket Rurubu Nagoya,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-24, +/games/boxart/default.jpg,Pocket Rurubu Okinawa,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-07-29, +/games/boxart/default.jpg,Pocket Rurubu Osaka,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-21, +/games/boxart/default.jpg,Pocket Rurubu Shinshuu,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-02-24, +/games/boxart/default.jpg,Pocket Rurubu Tokyo,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-27, +/games/boxart/default.jpg,Pocket Rurubu Yokohama,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-21, +/games/boxart/default.jpg,Pocket Rurubu Yokohama / Kamakura,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-21, +/games/boxart/full_8412380AmericaFrontccc.jpg,Pocket-Jongg 2009,XBL,Misc,Microsoft,Kaikomaster,,,,,,,2009-05-27, +/games/boxart/full_pokedex-3d_323AmericaFront.jpg,Pokédex 3D,3DS,Misc,Nintendo,"Creatures, Inc.",,,,,,,2011-06-06, +/games/boxart/full_6459601JapanFrontccc.png,Pokémon Card Game: Asobikata DS,DS,Misc,Nintendo,Game Freak,,,,,,,2011-08-05, +/games/boxart/full_7648973AmericaFrontccc.jpg,Pokémon Colosseum Bonus Disc,GC,Misc,Nintendo,Genius Sonority Inc.,,,,,,,2004-02-10, +/games/boxart/full_5796328AmericaFrontccc.png,Pokémon Dream Radar,3DS,Misc,Nintendo,Creatures Inc.,,,,,,,2012-10-07,2018-09-04 +/games/boxart/full_310087AmericaFrontccc.jpg,Pokémon Trading Card Game Online,PC,Misc,Nintendo,Game Freak,,,,,,,2011-08-15,2018-08-03 +/games/boxart/full_45858AmericaFrontccc.jpg,Poker Ball,XBL,Misc,Microsoft,MarkcusD,,,,,,,2008-11-14, +/games/boxart/full_6803657AmericaFrontccc.jpg,Poker Blinds,XBL,Misc,Microsoft,shuboarder,,,,,,,2009-10-22, +/games/boxart/default.jpg,Poker by Zynga,BRW,Misc,Zynga,Unknown,,,,,,,2010-07-20, +/games/boxart/default.jpg,Poker by Zynga,And,Misc,Zynga,Unknown,,,,,,,2010-12-22, +/games/boxart/full_4642720AmericaFrontccc.jpg,Poker Face Paul's Blackjack,GG,Misc,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_2890809AmericaFrontccc.jpg,Poker Face Paul's Gin,GG,Misc,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_9763240AmericaFrontccc.jpg,Poker Face Paul's Poker,GG,Misc,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_2311633AmericaFrontccc.jpg,Poker Face Paul's Solitaire,GG,Misc,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_9993578PALFrontccc.jpg,Poker Masters,PS2,Misc,Liquid Games,Mere Mortals,,,,,,,2005-05-04, +/games/boxart/full_3589790PALFrontccc.jpg,Poker Masters,PC,Misc,Liquid Games,Mere Mortals,,,,,,,2005-03-06, +/games/boxart/full_8412757AmericaFrontccc.jpg,Poker Plus,2600,Misc,Sears,Telegames,,,,,,,1978-01-01, +/games/boxart/full_3133876AmericaFrontccc.jpg,Poker Squares,XBL,Misc,Microsoft,Stephen M Bennett,,,,,,,2009-01-14, +/games/boxart/full_1062083AmericaFrontccc.jpg,Poker Stacker,XBL,Misc,Microsoft,SevenDollarBill,,,,,,,2009-02-07, +/games/boxart/6757923ccc.jpg,Polar Games 2,PC,Misc,Mumbo Jumbo,Unknown,,,,,,,2008-04-30, +/games/boxart/default.jpg,Pole Position,C64,Misc,Atari,Unknown,,,,,,,1984-01-01, +/games/boxart/default.jpg,Pole Position,Arc,Misc,Atari,Unknown,,,,,,,1982-11-01, +/games/boxart/default.jpg,Police Force,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2011-11-25, +/games/boxart/default.jpg,Police Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2010-09-17, +/games/boxart/full_7710229JapanFrontccc.jpg,Policenauts Pilot Disc,3DO,Misc,Konami,Konami Computer Entertainment Japan,,,,,,,1995-04-21, +/games/boxart/default.jpg,Pollushot,OSX,Misc,3 Sprockets,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Pollushot,PC,Misc,3 Sprockets,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Pollushot,Linux,Misc,3 Sprockets,Unknown,,,,,,,2014-03-27, +/games/boxart/full_6391583AmericaFrontccc.jpg,Pong Toss Pro! Frat Party Games,WW,Misc,JV Games Inc.,JV Games Inc.,,,,,,,2010-06-28, +/games/boxart/8049799ccc.jpg,Pong Toss! Frat Party Games,WW,Misc,JV Games Inc.,JV Games Inc.,,,,,,,2008-07-28, +/games/boxart/default.jpg,Ponjan,DSiW,Misc,Takara Tomy,Takara Tomy,,,,,,,2009-11-25, +/games/boxart/default.jpg,Ponjan,WW,Misc,Takara Tomy,Takara Tomy,,,,,,,2009-12-01, +/games/boxart/full_pony-vs-pony_131AmericaFront.jpg,Pony vs. Pony,PC,Misc,Unknown,"Artix Entertainment, LLC",,,,,,,2011-09-02, +/games/boxart/default.jpg,Pool Live Tour,And,Misc,Chillingo Ltd,Unknown,,,,,,,2013-08-07, +/games/boxart/default.jpg,Pool Live Tour,BRW,Misc,Chillingo Ltd,Unknown,,,,,,,2012-01-20, +/games/boxart/full_3577589AmericaFrontccc.jpg,Pop Bugs Zap,PSV,Misc,Henchmen Studios,Henchmen Studios,,,,,,,2014-06-25, +/games/boxart/full_7220917AmericaFrontccc.png,Pop Bugs Zap,And,Misc,Henchmen Studios,Henchmen Studios,,,,,,,2014-06-25, +/games/boxart/default.jpg,Pop Town,DS,Misc,505 Games,Dimple,,,,,,,2009-03-13, +/games/boxart/full_8929446JapanFrontccc.jpg,Pop'n Music,DC,Misc,Konami,Konami,,,,,,,1999-02-25, +/games/boxart/full_977238JapanFrontccc.jpg,Pop'n Music,PS,Misc,Konami,Konami,,,,,,,1999-02-25, +/games/boxart/full_8062692JapanFrontccc.jpg,"PopCap Arcade: Rakushisa, Ippai, Action & Puzzle 7 Pack",X360,Misc,Microsoft,PopCap Games,,,,,,,2010-06-03, +/games/boxart/full_6488810AmericaFrontccc.jpg,PopCap Hits! Vol 2,PS2,Misc,PopCap Games,PopCap Games,,,,,,,2008-07-15, +/games/boxart/full_popeye-ijiwaru-majo-sea-hag-no-maki_7JapanFront.jpg,Popeye Ijiwaru Majo: Sea Hag no Maki,SNES,Misc,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1994-08-12, +/games/boxart/full_popeye-no-eigo-asobi_7JapanFront.jpg,Popeye no Eigo Asobi,NES,Misc,Nintendo,Nintendo,,,,,,,1983-11-22, +/games/boxart/default.jpg,Poptropica,DS,Misc,Ubisoft,Unknown,,,,,,,2012-11-06, +/games/boxart/default.jpg,Pororo Penguin Run,And,Misc,Supersolid Ltd,Unknown,,,,,,,2014-04-18, +/games/boxart/full_portal-1-amp-2-pack_136JapanFront.jpg,Portal 1 & 2 Pack,PC,Misc,Unknown,Valve Software,,,,,,,2020-12-31, +/games/boxart/default.jpg,Portal 1 & 2 Pack,X360,Misc,Atari,Unknown,,,,,,,2013-02-06, +/games/boxart/default.jpg,Post Master,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Post Master,OSX,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Pou,And,Misc,"RealNetworks, Inc",Unknown,,,,,,,2012-10-26, +/games/boxart/6107726ccc.jpg,Power Factory Featuring C&C Music Factory,SCD,Misc,Sony Imagesoft,Digital Pictures,,,,,,,1992-01-01, +/games/boxart/full_1211041AmericaFrontccc.jpg,Power Hour,XBL,Misc,Microsoft,GIGGITYGIGG1TY,,,,,,,2009-08-17, +/games/boxart/full_power-math_6PALFront.jpg,Power Math,Wii,Misc,Unknown,Tivola Interactive Media,,,,,,,, +/games/boxart/8467161ccc.jpg,Power Rangers: Ninja Storm,PC,Misc,THQ,Artech Digital Entertainment,,,,,,,2003-09-03, +/games/boxart/default.jpg,Power Rangers: Super Samurai,X360,Misc,Bandai,Unknown,,,,,,,2012-12-04, +/games/boxart/full_power-source-princes-trust-disc_873PALFront.jpg,Power Source: Prince's Trust Disc,PS,Misc,Sony Computer Entertainment,SCEE,,,,,,,1997-07-01, +/games/boxart/full_9478228PALFrontccc.jpg,Powershot Pinball Constructor,DS,Misc,Oxygen Interactive,Ivolgamus,,,,,,,2008-03-26, +/games/boxart/full_prank-call_303AmericaFront.jpg,Prank Call,XBL,Misc,Microsoft,Neil Jones,,,,,,,2011-04-27, +/games/boxart/default.jpg,Predator,C64,Misc,Activision,Unknown,,,,,,,1988-01-01, +/games/boxart/full_press-your-luck_1AmericaFront.png,Press Your Luck,PSN,Misc,Ludia,Ludia Inc.,,,,,,,2010-08-24, +/games/boxart/full_9117503AmericaFrontccc.jpg,Press Your Luck 2010 Edition,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,2009-10-27, +/games/boxart/full_4465021JapanFrontccc.jpg,Pretty Rhythm Collection,DS,Misc,Santa Entertainment,Santa Entertainment,,,,,,,2009-12-03, +/games/boxart/default.jpg,Primal Carnage: Genesis,PS4,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/full_7972030AmericaFrontccc.jpg,Primary Attack,XBL,Misc,Microsoft,Steve Roe,,,,,,,2009-10-26, +/games/boxart/default.jpg,Prime World,And,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Prime World,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Prime World: Alchemy,And,Misc,Nival Interactive,Unknown,,,,,,,2013-02-12, +/games/boxart/default.jpg,Prime World: Defenders,OSX,Misc,Nival Interactive,Unknown,,,,,,,2013-06-05, +/games/boxart/default.jpg,Prime World: Defenders,PC,Misc,Nival Interactive,Unknown,,,,,,,2013-06-05, +/games/boxart/full_8751522AmericaFrontccc.png,Primordia,PC,Misc,Wadjet Eye Games,Unknown,,,,,,,2013-01-01, +/games/boxart/full_5389049AmericaFrontccc.jpg,Prince of Persia (2008),OSX,Misc,Ubisoft,Unknown,,,,,,,2009-03-24, +/games/boxart/full_8913437AmericaFrontccc.jpg,Prince of Persia (2008),X360,Misc,Ubisoft,Unknown,,,,,,,2008-12-02, +/games/boxart/full_3483864AmericaFrontccc.jpg,Prince of Persia (2008),PS3,Misc,Ubisoft,Unknown,,,,,,,2008-12-02, +/games/boxart/default.jpg,Prince of Persia: The Shadow and The Flame,And,Misc,Ubisoft,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Prince of Tennis II: Go to the Top,3DS,Misc,FuRyu Corporation,Unknown,,,,,,,2014-11-06, +/games/boxart/default.jpg,Princess Evangile,PC,Misc,Unknown,Moonstone,,,,,,,2011-07-29, +/games/boxart/default.jpg,Princess Isabella: Return of the Curse,PC,Misc,Strategy First,Unknown,,,,,,,2010-01-12, +/games/boxart/default.jpg,Princess Isabella: Return of the Curse,3DS,Misc,Destineer,Unknown,,,,,,,2010-09-03, +/games/boxart/default.jpg,Princess Isabella: Return of the Curse,OSX,Misc,Strategy First,Unknown,,,,,,,2010-01-12, +/games/boxart/full_7341313JapanFrontccc.jpg,Princess Maker Pocket Dai-sakusen,PS,Misc,NineLives,Gainax,,,,,,,1998-08-13, +/games/boxart/full_5241633JapanFrontccc.jpg,Princess Maker: Go! Go! Princess,PS,Misc,NineLives,Gainax,,,,,,,1999-01-21, +/games/boxart/full_princess-memory-tool-typing_186JapanFront.jpg,Princess Memory: Tool Typing,PC,Misc,F&C,F&C,,,,,,,2001-09-28, +/games/boxart/default.jpg,Prismatica,OSX,Misc,Silver Dollar Games 2,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Prismatica,And,Misc,Silver Dollar Games 2,Unknown,,,,,,,2015-04-01, +/games/boxart/default.jpg,Prismatica,WinP,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Prismatica,PC,Misc,Unknown,Unknown,,,,,,,2014-03-12, +/games/boxart/default.jpg,Prismatica,Linux,Misc,Silver Dollar Games 2,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Prison Escape,Mob,Misc,Activision Value,Unknown,,,,,,,2001-11-23, +/games/boxart/full_7818400JapanFrontccc.jpg,Private Idol Disc Vol.10: Masaki Mai,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-12-11, +/games/boxart/full_94068JapanFrontccc.jpg,Private Idol Disc Vol.11: Hiroshige Mayumi,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-12-18, +/games/boxart/full_3344747JapanFrontccc.jpg,Private Idol Disc Vol.1: Kioroshi Yu,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-07-26, +/games/boxart/full_856410JapanFrontccc.jpg,Private Idol Disc Vol.2: Uchiyama Miki,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-08-30, +/games/boxart/full_3234183JapanFrontccc.jpg,Private Idol Disc Vol.3: Oshima Akemi,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-09-27, +/games/boxart/full_5559089JapanFrontccc.jpg,Private Idol Disc Vol.4: Kuroda Miyuki,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-06-27, +/games/boxart/full_5491180JapanFrontccc.jpg,Private Idol Disc Vol.5: Fujisaki Nanako,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-08-08, +/games/boxart/full_6860254JapanFrontccc.jpg,Private Idol Disc Vol.6: Satomi Yoshida,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-09-25, +/games/boxart/full_5971124JapanFrontccc.jpg,Private Idol Disc Vol.7: Asou Kaori,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-11-20, +/games/boxart/full_7245833JapanFrontccc.jpg,Private Idol Disc Vol.8: Kokawa Emiko,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-11-27, +/games/boxart/full_1888465JapanFrontccc.jpg,Private Idol Disc Vol.9: Nagamatsu Keiko,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-12-04, +/games/boxart/full_7432981JapanFrontccc.jpg,Private Idol Disc: Data-Hen Race Queen F,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-12-27, +/games/boxart/full_7383704JapanFrontccc.jpg,Private Idol Disc: Tokobetsuhen Cos-Players,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-11-29, +/games/boxart/full_6838170JapanFrontccc.jpg,Private Idol Disc: Tokubetsu-Hen Campaign Girl '97,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-06-20, +/games/boxart/full_7697274JapanFrontccc.jpg,Private Idol Disc: Tokubetsu-Hen Kogyaru Daijyakka 100,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-04-25, +/games/boxart/full_8482029JapanFrontccc.jpg,Private Idol Disc: Tokubetsu-Hen Race Queen G,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-01-29, +/games/boxart/full_9039204PALFrontccc.jpg,Pro Cycling Manager 2014,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/full_6961646JapanFrontccc.jpg,Pro Logic Mahjong Hai-Shin,PS,Misc,Aques,Aques,,,,,,,1997-01-31, +/games/boxart/full_2572645JapanFrontccc.jpg,Pro Mahjong Kiwame 64,N64,Misc,Athena,Athena,,,,,,,1997-11-21, +/games/boxart/full_6780957JapanFrontccc.jpg,Pro Mahjong Kiwame D,DC,Misc,Athena,Athena,,,,,,,2000-03-30, +/games/boxart/full_pro-mahjong-kiwame-for-wonderswan_7JapanFront.jpg,Pro Mahjong Kiwame for WonderSwan,WS,Misc,Athena,Athena,,,,,,,1999-10-07, +/games/boxart/full_1629034JapanFrontccc.jpg,Pro Mahjong Tsuwamono 64: Jansou Battle ni Chousen,N64,Misc,Culture Brain,Culture Brain,,,,,,,1999-11-05, +/games/boxart/full_1669035JapanFrontccc.jpg,Pro Mahjong Tsuwamono Advance,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2005-08-11, +/games/boxart/2948156ccc.jpg,Pro Pinball,SAT,Misc,Interplay,Cunning Developments,,,,,,,1996-11-30, +/games/boxart/default.jpg,Pro Riders Snowboard,OSX,Misc,Vtree Entertainment,Unknown,,,,,,,2014-03-10, +/games/boxart/default.jpg,Pro Riders Snowboard,PC,Misc,Vtree Entertainment,Unknown,,,,,,,2013-10-02, +/games/boxart/default.jpg,Pro Tennis 2014,And,Misc,Inlogic Software,Unknown,,,,,,,2014-12-17, +/games/boxart/full_2171203JapanFrontccc.jpg,Pro Wrestling Kentei DS,DS,Misc,Plenty,Plenty,,,,,,,2010-03-25, +/games/boxart/default.jpg,ProBaseball:Unlimited,PS3,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,ProBaseball:Unlimited,PSV,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Procyon,PC,Misc,Unknown,Unknown,,,,,,,2014-02-26, +/games/boxart/default.jpg,Project A16 (Atelier),PS3,Misc,Gust,Unknown,,,,,,,2014-06-26, +/games/boxart/full_2850875AmericaFrontccc.png,Project CARS,Linux,Misc,Slightly Mad Studios,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Project N.O.E.L.S.,PSV,Misc,Arc System Works,Arc System Works,,,,,,,2011-12-17, +/games/boxart/default.jpg,Project Phoenix,PSV,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Phoenix,And,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Phoenix,Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Phoenix,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Phoenix,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Phoenix,PS4,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Root,PSV,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Project Root,PC,Misc,Kiss,Unknown,,,,,,,2014-05-01, +/games/boxart/full_1368290AmericaFrontccc.jpg,Project Spark,PC,Misc,Microsoft Studios,Team Dakota,,,,,,,2014-10-07,2018-05-20 +/games/boxart/default.jpg,Project Temporality,PC,Misc,Unknown,Unknown,,,,,,,2014-03-06, +/games/boxart/full_project-windstorm_670AmericaFront.jpg,Project Windstorm,XBL,Misc,Microsoft,Always On,,,,,,,2011-09-20, +/games/boxart/default.jpg,Project Zomboid,Linux,Misc,The Indie Stone,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Zomboid,OSX,Misc,The Indie Stone,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Project Zomboid,PC,Misc,The Indie Stone,Unknown,,,,,,,2020-12-31, +/games/boxart/full_7781487PALFrontccc.png,Psycho Pinball,GEN,Misc,Codemasters,Codemasters,,,,,,,1994-01-01, +/games/boxart/full_1525710PALFrontccc.jpg,Psycho Pinball,PC,Misc,Codemasters,Codemasters,,,,,,,1995-01-01, +/games/boxart/full_9619687AmericaFrontccc.jpg,Publisher Dream,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-05-02, +/games/boxart/default.jpg,Publisher Dream,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-05-02, +/games/boxart/default.jpg,Pucca Noodle Rush,DSiW,Misc,Big Ben Interactive,Bigben Interactive,,,,,,,2011-02-18, +/games/boxart/default.jpg,Puchicon,DSiW,Misc,Unknown,SmileBoom,,,,,,,2011-03-09, +/games/boxart/full_3350528JapanFrontccc.jpg,PukuPuku Tennen Kairanban: Youkoso! Illusion Land e,GBA,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-12-09, +/games/boxart/full_8236921AmericaFrontccc.jpg,Pulsar,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-09-11, +/games/boxart/default.jpg,Pump It Up!,PC,Misc,Andamiro U.S.A. Corp.,Andamiro U.S.A. Corp.,,,,,,,1999-10-01, +/games/boxart/default.jpg,Pump It Up: Exceed Portable,PSP,Misc,Studio9,Andamiro U.S.A. Corp.,,,,,,,2006-11-30, +/games/boxart/default.jpg,Pump it Up: The PreX3 the International 4th Dance Floor,PC,Misc,Andamiro U.S.A. Corp.,Andamiro U.S.A. Corp.,,,,,,,2003-01-01, +/games/boxart/default.jpg,Pump It Up: Zero Portable,PSP,Misc,Studio9,Andamiro U.S.A. Corp.,,,,,,,2007-10-15, +/games/boxart/default.jpg,Pumped: Bmx,And,Misc,Buka Enterteinment,Unknown,,,,,,,2012-08-08, +/games/boxart/default.jpg,Pumpkin Blast,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-03-14, +/games/boxart/full_4244152AmericaFrontccc.jpg,Pumpkin Carver,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2009-10-01, +/games/boxart/full_387187AmericaFrontccc.jpg,Pumpkin Chop,XBL,Misc,Microsoft,MatthewM,,,,,,,2009-10-19, +/games/boxart/full_punch-the-monkey-game-edition_4JapanFront.jpg,Punch the Monkey! Game Edition,PS,Misc,Bandai,Bandai,,,,,,,2000-06-22, +/games/boxart/default.jpg,Puppy Luv,Wii,Misc,Activision Value,Unknown,,,,,,,2007-11-06, +/games/boxart/default.jpg,Puppy Luv,PC,Misc,Gogii Games,Unknown,,,,,,,2006-04-06, +/games/boxart/default.jpg,Pure Chess,WiiU,Misc,Triniti Interactive,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Pure Chess,3DS,Misc,Triniti Interactive,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Pure Chess,PS4,Misc,Unknown,Unknown,,,,,,,2014-04-15, +/games/boxart/5015883ccc.jpg,Pure Pinball,PC,Misc,Simon & Schuster Interactive,Iridon Interactive,,,,,,,2003-05-28, +/games/boxart/full_8226207PALFrontccc.jpg,Pure Pinball 2.0 REDUX,PC,Misc,Legendo Entertainment,Legendo Entertainment,,,,,,,2005-02-04, +/games/boxart/full_481870AmericaFrontccc.png,Pure Pool,PS4,Misc,Triniti Interactive,Unknown,,,,,,,2014-12-05, +/games/boxart/default.jpg,Pure Pool,PC,Misc,Triniti Interactive,Unknown,,,,,,,2014-07-30, +/games/boxart/1105699ccc.jpg,Purrfect Pet Shop,PC,Misc,eGames,,,,,,,,2008-06-13, +/games/boxart/9790714ccc.jpg,Putt-Putt Goes to the Moon,3DO,Misc,Humongous,Humongous Entertainment,,,,,,,1994-01-01, +/games/boxart/1952535ccc.jpg,Putt-Putt Joins the Parade,3DO,Misc,Humongous,Humongous Entertainment,,,,,,,1994-01-01, +/games/boxart/1147563ccc.jpg,Putt-Putt's Fun Pack,3DO,Misc,Humongous,Humongous Entertainment,,,,,,,1994-01-01, +/games/boxart/default.jpg,Putty Squad,PS,Misc,System 3,Unknown,,,,,,,2013-11-29, +/games/boxart/default.jpg,Putty Squad,PC,Misc,System 3,Unknown,,,,,,,2013-11-29, +/games/boxart/default.jpg,Putty Squad,SNES,Misc,Ocean Software,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,Puzzle & Dragons,And,Misc,GungHo,Unknown,,,,,,,2012-12-15, +/games/boxart/full_5822509JapanFrontccc.jpg,Puzzle & Tantei Collection,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2003-03-28, +/games/boxart/full_2208756JapanFrontccc.jpg,Puzzle Bobble 2X & Space Invaders,SAT,Misc,Taito,Taito Corporation,,,,,,,1997-04-04, +/games/boxart/default.jpg,Puzzle Quest: Challenge of the Warlords,3DS,Misc,D3Publisher,Unknown,,,,,,,2011-05-23, +/games/boxart/default.jpg,Puzzle Retreat,And,Misc,The Voxel Agents,Unknown,,,,,,,2013-01-31, +/games/boxart/full_7164483AmericaFrontccc.jpg,Pwned,XBL,Misc,Microsoft,BlackPwn,,,,,,,2009-04-12, +/games/boxart/default.jpg,Pyro Jump,And,Misc,Pinpin Team,Unknown,,,,,,,2014-01-30, +/games/boxart/default.jpg,QBEH-1: The Atlas Cube,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, +/games/boxart/full_1086189AmericaFrontccc.jpg,QbTron 3D,XBL,Misc,Microsoft,Raccoon456,,,,,,,2009-12-11, +/games/boxart/default.jpg,QJ,WW,Misc,Unknown,Q Entertainment,,,,,,,, +/games/boxart/default.jpg,QuadSeeker,PC,Misc,11 bit studios,Unknown,,,,,,,2014-05-29, +/games/boxart/default.jpg,QuadSeeker,And,Misc,11 bit studios,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,QuadSeeker,Linux,Misc,11 bit studios,Unknown,,,,,,,2014-05-29, +/games/boxart/default.jpg,QuadSeeker,OSX,Misc,11 bit studios,Unknown,,,,,,,2014-05-29, +/games/boxart/default.jpg,QUALIA 3: Multi Agent,PC,Misc,Masaya,Unknown,,,,,,,2014-04-18, +/games/boxart/default.jpg,Quantum Conundrum,X360,Misc,Square Enix,Unknown,,,,,,,2012-07-11, +/games/boxart/full_quattro-adventure_718AmericaFront.jpg,Quattro Adventure,NES,Misc,Camerica,Codemasters,,,,,,,1991-01-01, +/games/boxart/full_7866671AmericaFrontccc.jpg,Quattro Arcade,NES,Misc,Camerica,Codemasters,,,,,,,1992-01-01, +/games/boxart/default.jpg,Queen's Crown,PC,Misc,Tribute Games,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Queen's Crown,PSV,Misc,Tribute Games,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Quell Memento,And,Misc,Fallen Tree Games,Unknown,,,,,,,2013-06-29, +/games/boxart/default.jpg,Quell Memento,PSV,Misc,Fallen Tree Games,Unknown,,,,,,,2013-06-04, +/games/boxart/default.jpg,Quell Reflect,And,Misc,Fallen Tree Games,Unknown,,,,,,,2011-12-21, +/games/boxart/default.jpg,Quell Reflect,3DS,Misc,Unknown,Unknown,,,,,,,2014-02-20, +/games/boxart/full_5786011AmericaFrontccc.jpg,Quest for Fame,PC,Misc,IBM,Virtual Music,,,,,,,1995-01-01, +/games/boxart/full_6132995JapanFrontccc.jpg,Quest for Fame,PS,Misc,Sony Computer Entertainment,SCEI,,,,,,,1997-07-10, +/games/boxart/default.jpg,Quick Escape - Cellar,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-13, +/games/boxart/default.jpg,Quick Escape - Library,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-12, +/games/boxart/default.jpg,Quick Fill Q,DSi,Misc,Agetec,Unknown,,,,,,,2012-06-05, +/games/boxart/default.jpg,Quick Fill Q,3DS,Misc,Agetec,Unknown,,,,,,,2012-06-05, +/games/boxart/default.jpg,Quick Freecell,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Quick Tap Reflex,OSX,Misc,MinMax Games Ltd.,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Quick Tap Reflex,PC,Misc,MinMax Games Ltd.,Unknown,,,,,,,2015-01-01, +/games/boxart/full_quickdraw_876AmericaFront.jpg,QuickDraw,XBL,Misc,Microsoft,GZ Storm,,,,,,,2011-07-16, +/games/boxart/full_quiz-animania_10AmericaFront.jpg,Quiz Animania,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-11, +/games/boxart/full_quiz-daisousa-sen-part-2-quiz-meintantei-neo-geo_433JapanFront.jpg,Quiz Daisousa Sen Part 2: Quiz Meintantei Neo Geo,NG,Misc,SNK,SNK Corporation,,,,,,,1992-04-24, +/games/boxart/full_9161484JapanFrontccc.jpg,Quiz Daisousa Sen: The Last Count Down,NG,Misc,SNK,SNK Corporation,,,,,,,1991-08-30, +/games/boxart/full_quiz-king-of-fighters_824JapanFront.jpg,Quiz King of Fighters,NG,Misc,SNK,Saurus,,,,,,,1995-03-10, +/games/boxart/full_quiz-king-of-fighters-cd_832JapanFront.jpg,Quiz King of Fighters (CD),NG,Misc,Saurus,Saurus,,,,,,,1995-04-07, +/games/boxart/full_quiz-kirameki-star-road_8JapanFront.jpg,Quiz Kirameki Star Road,DS,Misc,Taito,Taito Corporation,,,,,,,2006-08-10, +/games/boxart/default.jpg,Quiz no Tabi: Tetsudou Ryojou Hen,DS,Misc,Success,Success,,,,,,,2008-05-29, +/games/boxart/full_1520505JapanFrontccc.jpg,Quiz Ongaku no Jikan: Joysound Wii Super DX Senyou Kyoku Navi Dzuke,DSiW,Misc,Hudson Soft,Xing Inc.,,,,,,,2010-12-08, +/games/boxart/full_1656132JapanFrontccc.jpg,Quiz Scramble Special,SCD,Misc,Sega,Sega,,,,,,,1992-05-29, +/games/boxart/full_quiz-sekai-wa-show-by-shoubai_221JapanFront.jpg,Quiz Sekai wa Show by Shoubai!!,GB,Misc,Takara,Takara,,,,,,,1992-08-07, +/games/boxart/full_quiz-tokou-shashin_4JapanFront.jpg,Quiz Tokou Shashin,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, +/games/boxart/full_9299756JapanFrontccc.jpg,Quiz! Nihongo-Ou,DS,Misc,Success,Success,,,,,,,2006-12-14, +/games/boxart/default.jpg,R.B.I. Baseball 14,X360,Misc,MLB.com,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,R.B.I. Baseball 14,PS4,Misc,MLB.com,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,R.B.I. Baseball 14,PS3,Misc,MLB.com,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,R.B.I. Baseball 14,XOne,Misc,MLB.com,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Rabbids Big Bang,And,Misc,Ubisoft,Unknown,,,,,,,2013-10-17, +/games/boxart/full_670808AmericaFrontccc.jpg,Rabbids Lab,WW,Misc,Ubisoft,Ubisoft,,,,,,,2009-12-28, +/games/boxart/default.jpg,Rabbids Rumble,3DS,Misc,Ubisoft,Unknown,,,,,,,2012-11-13, +/games/boxart/default.jpg,Rabbit Hole 3D,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-25, +/games/boxart/default.jpg,Rabbit Hole 3D,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-25, +/games/boxart/default.jpg,Rabbit Hole 3D,PC,Misc,Unknown,Unknown,,,,,,,2014-04-25, +/games/boxart/default.jpg,Race To Mars,PC,Misc,Intermarum,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Race To The Line,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-11-28, +/games/boxart/full_racer-mini-yonku-japan-cup_593JapanFront.jpg,Racer Mini Yonku: Japan Cup,NES,Misc,Konami,Konami,,,,,,,1989-08-25, +/games/boxart/full_radar-mission_890AmericaFront.jpg,Radar Mission,GB,Misc,Nintendo,Nintendo,,,,,,,1991-02-01, +/games/boxart/full_radar-mission_74AmericaFront.png,Radar Mission,3DS,Misc,Nintendo,Nintendo R&D1,,,,,,,2011-06-06, +/games/boxart/full_radiangames-fireball_74AmericaFront.jpg,radiangames Fireball,XBL,Misc,Microsoft,radiangames,,,,,,,2010-11-11, +/games/boxart/default.jpg,Rage of Bahamut,And,Misc,Mobage,Unknown,,,,,,,2012-05-15, +/games/boxart/default.jpg,Rage Runner,PC,Misc,Plug In Digital,Unknown,,,,,,,2014-05-16, +/games/boxart/default.jpg,Rage Runner,OSX,Misc,Plug In Digital,Unknown,,,,,,,2014-05-16, +/games/boxart/default.jpg,Ragnarok Valkyrie Uprising,And,Misc,NEOCYON,Unknown,,,,,,,2013-05-22, +/games/boxart/default.jpg,Raiden IV,PS3,Misc,UFO Interactive,Unknown,,,,,,,2014-04-29, +/games/boxart/default.jpg,RaiderZ,PC,Misc,Perfect World Entertainment,Unknown,,,,,,,2012-10-24, +/games/boxart/default.jpg,Rail Racing,And,Misc,Polarbit,Unknown,,,,,,,2014-01-09, +/games/boxart/default.jpg,Raildale,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-20, +/games/boxart/default.jpg,Rails,And,Misc,BeLight Software,Unknown,,,,,,,2013-01-04, +/games/boxart/default.jpg,Rain World,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Rain World,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Rain World,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_6933881AmericaFrontccc.jpg,Rainbow Moon,PSV,Misc,EastAsiaSoft,Unknown,,,,,,,2013-12-03, +/games/boxart/full_951560JapanFrontccc.jpg,Raku Jongg for WonderSwan Color,WS,Misc,Bandai,Enterbrain,,,,,,,2001-05-31, +/games/boxart/default.jpg,Raku Raku Kinen Appli Wii,WW,Misc,SilverStar,SilverStar,,,,,,,2009-07-14, +/games/boxart/full_rakushou-pachi-slot-sengen_6JapanFront.jpg,Rakushou! Pachi-Slot Sengen,PS2,Misc,Tecmo,Net Corporation,,,,,,,2003-10-23, +/games/boxart/full_rakushou-pachi-slot-sengen-2_9JapanFront.jpg,Rakushou! Pachi-Slot Sengen 2,PS2,Misc,Tecmo,Net Corporation,,,,,,,2004-10-28, +/games/boxart/full_rakushou-pachi-slot-sengen-3_4JapanFront.jpg,Rakushou! Pachi-Slot Sengen 3,PS2,Misc,Tecmo,Net Corporation,,,,,,,2005-06-23, +/games/boxart/full_7962692JapanFrontccc.jpg,Rami-chan no Oedo Sugoroku: Keio Yuugekitai Gaiden,PS,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1998-09-17, +/games/boxart/default.jpg,Ranch Rush 2,GIZ,Misc,Unknown,"FreshGames, LLC",,,,,,,, +/games/boxart/full_ranma-chan-no-ooeto-surogoku-keio-yugekitai-gaiden_8JapanFront.jpg,Ranma-Chan no Ooeto Surogoku: Keio Yugekitai Gaiden,PS,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1998-09-17, +/games/boxart/default.jpg,Ratchet & Clank: Going Commando,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2012-08-28, +/games/boxart/full_5900283AmericaFrontccc.jpg,Rate My Avatar,XBL,Misc,Microsoft,ProjectorGames,,,,,,,2009-12-10, +/games/boxart/default.jpg,Ravensword: Shadowlands,And,Misc,Crescent Moon Games,Unknown,,,,,,,2013-03-20, +/games/boxart/default.jpg,Ravensword: Shadowlands,Linux,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-06, +/games/boxart/default.jpg,Ravensword: Shadowlands,OSX,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-06, +/games/boxart/default.jpg,Ravensword: Shadowlands,PC,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-06, +/games/boxart/default.jpg,Ray's the Dead,PS4,Misc,Team 17,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Ray's the Dead,OSX,Misc,Team 17,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Ray's the Dead,PC,Misc,Team 17,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Rayman Fiesta Run,And,Misc,Ubisoft,Unknown,,,,,,,2013-11-07, +/games/boxart/4819097ccc.jpg,Rayman Raving Rabbids,PS2,Misc,Ubisoft,Ubisoft Montpellier,,,,,,,2006-12-05, +/games/boxart/2446381ccc.jpg,Rayman Raving Rabbids,GBA,Misc,Ubisoft,Ubisoft Montpellier,,,,,,,2006-11-14, +/games/boxart/full_6719433PALFrontccc.jpg,Rayman Raving Rabbids 2,PC,Misc,Unknown,Ubisoft Paris,,,,,,,, +/games/boxart/default.jpg,Razor Global Domination Pro Tour,XOne,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Razor Global Domination Pro Tour,PS4,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Razor Global Domination Pro Tour,WiiU,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, +/games/boxart/full_2205028AmericaFrontccc.jpg,RBR - Fading Memories,XBL,Misc,Microsoft,Von Chrono,,,,,,,2009-03-17, +/games/boxart/full_8125854AmericaFrontccc.png,RC Cars,PC,Misc,1C Company,Unknown,,,,,,,2003-12-11, +/games/boxart/full_5239036JapanFrontccc.jpg,Reach Mahjong,PS,Misc,Pony Canyon,Pony Canyon,,,,,,,2000-12-14, +/games/boxart/default.jpg,Reader Rabbit,PC,Misc,The Learning Company,The Learning Company,,,,,,,1989-01-01, +/games/boxart/full_1902939AmericaFrontccc.jpg,Reader Rabbit 2,PC,Misc,The Learning Company,The Learning Company,,,,,,,1993-01-01, +/games/boxart/full_2555768AmericaFrontccc.jpg,Reader Rabbit 3,PC,Misc,The Learning Company,The Learning Company,,,,,,,1993-01-01, +/games/boxart/default.jpg,Reader Rabbit Kindergarten,PC,Misc,Unknown,The Learning Company,,,,,,,, +/games/boxart/default.jpg,Reader Rabbit Math,DS,Misc,Unknown,Graffiti Entertainment,,,,,,,, +/games/boxart/full_3020837AmericaFrontccc.jpg,Reader Rabbit Personalized 2nd Grade,PC,Misc,Unknown,The Learning Company,,,,,,,1998-01-01, +/games/boxart/full_7624517AmericaFrontccc.jpg,Reader Rabbit's 1st Grade,PC,Misc,Unknown,The Learning Company,,,,,,,1997-01-01, +/games/boxart/default.jpg,Ready to Run,PS4,Misc,Beatshapers,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,"Ready, Set... Brazil",And,Misc,Unknown,Unknown,,,,,,,2014-04-16, +/games/boxart/default.jpg,Real Boxing,PSV,Misc,Vivid Games,Unknown,,,,,,,2013-09-17, +/games/boxart/default.jpg,Real Boxing,And,Misc,Vivid Games,Unknown,,,,,,,2013-03-13, +/games/boxart/default.jpg,Real Boxing,OSX,Misc,Vivid Games,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Real Horror Stories,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-01, +/games/boxart/full_real-pinball_0AmericaFront.jpg,Real Pinball,3DO,Misc,Panasonic Interactive Media,Nippon Data Works,,,,,,,1994-01-01, +/games/boxart/default.jpg,Real Racing 3,And,Misc,Electronic Arts,Unknown,,,,,,,2013-03-10, +/games/boxart/default.jpg,Real Steel,And,Misc,Reliance Big Entertainment UK Private Ltd,Unknown,,,,,,,2011-09-15, +/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,OSX,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, +/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,And,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, +/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,Ouya,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, +/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,PC,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, +/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,WinP,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, +/games/boxart/default.jpg,Rebellion Run: Dash or Capture,PSV,Misc,PlanetG,Unknown,,,,,,,2014-02-27, +/games/boxart/full_8052569AmericaFrontccc.jpg,Rebound,XBL,Misc,Microsoft,Meta,,,,,,,2009-12-04, +/games/boxart/default.jpg,Rebound Roy,PC,Misc,Halfbrick Studios,Unknown,,,,,,,2014-04-07, +/games/boxart/default.jpg,Rebuild of Evangelion: Sound Impact,PSP,Misc,Unknown,Grasshopper Manufacture,,,,,,,, +/games/boxart/default.jpg,Rebuzzle,And,Misc,Active Data Online Pty Ltd,Unknown,,,,,,,2014-04-01, +/games/boxart/full_record-of-lodoss-war-eiyuu-kishiden-gb_775JapanFront.jpg,Record of Lodoss War: Eiyuu Kishiden GB,GB,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1998-12-11, +/games/boxart/default.jpg,Record Run,And,Misc,Harmonix Music Systems,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Red Fireball - Gravity Game,OSX,Misc,Big Fish Games,Unknown,,,,,,,2013-10-17, +/games/boxart/default.jpg,Red Fireball - Gravity Game,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-10-17, +/games/boxart/default.jpg,Red Frontier,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Red Goddess,Linux,Misc,Unknown,Unknown,,,,,,,2015-04-01, +/games/boxart/default.jpg,Red Goddess,OSX,Misc,Unknown,Unknown,,,,,,,2015-04-01, +/games/boxart/default.jpg,Red Goddess,WiiU,Misc,Yanim Studio,Unknown,,,,,,,2018-01-01, +/games/boxart/default.jpg,Red Goddess,PSV,Misc,Yanim Studio,Unknown,,,,,,,2018-01-01, +/games/boxart/default.jpg,Redneck Racers,PC,Misc,Unknown,Unknown,,,,,,,2010-12-10, +/games/boxart/default.jpg,Redux: Dark Matters,PC,Misc,HuCast,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Redux: Dark Matters,DC,Misc,HuCast,Unknown,,,,,,,2014-01-27, +/games/boxart/full_8146887AmericaFrontccc.jpg,Reef Rave,XBL,Misc,Microsoft,North Squard,,,,,,,2009-08-03, +/games/boxart/full_3371092AmericaFrontccc.jpg,Reel Deal Card Games '09,PC,Misc,Phantom EFX,PhantomEFX,,,,,,,2008-09-02, +/games/boxart/6707946ccc.jpg,Reel Deal Casino: Millionaire's Club,PC,Misc,Phantom EFX,Phantom EFX,,,,,,,2008-09-02, +/games/boxart/default.jpg,Reel Deal Slots American Adventure,PC,Misc,Unknown,"Phantom EFX, Inc.",,,,,,,, +/games/boxart/full_9435747AmericaFrontccc.jpg,Reel Deal Slots: Blackbeard's Revenge,PC,Misc,Phantom EFX,Phantom EFX,,,,,,,2008-09-02, +/games/boxart/default.jpg,Reflex,PC,Misc,Kiss,Unknown,,,,,,,1993-01-01, +/games/boxart/default.jpg,Reflex Check - Balloon Destroyer,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Reflex Tester,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-21, +/games/boxart/default.jpg,Reflex Tester,PC,Misc,Unknown,Unknown,,,,,,,2014-01-21, +/games/boxart/full_7485068AmericaFrontccc.jpg,Reflex Turbo 3,XBL,Misc,Microsoft,JJJ,,,,,,,2009-05-12, +/games/boxart/default.jpg,Reflex!,PC,Misc,Screen 7,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Reflexes - (Reaction),OSX,Misc,Secret Exit Ltd.,Unknown,,,,,,,2014-01-10, +/games/boxart/default.jpg,Reflexes - (Reaction),PC,Misc,Secret Exit Ltd.,Unknown,,,,,,,2014-01-10, +/games/boxart/default.jpg,Reflexes test,PC,Misc,Unknown,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Reflexic,OSX,Misc,Unknown,Unknown,,,,,,,2009-05-28, +/games/boxart/default.jpg,Reflexic,PC,Misc,Unknown,Unknown,,,,,,,2009-05-28, +/games/boxart/default.jpg,Reflexic,Linux,Misc,Unknown,Unknown,,,,,,,2009-05-28, +/games/boxart/default.jpg,Reflexions,Linux,Misc,Tripwire Interactive,Unknown,,,,,,,2011-05-04, +/games/boxart/default.jpg,Reflexions,OSX,Misc,Tripwire Interactive,Unknown,,,,,,,2011-05-04, +/games/boxart/default.jpg,Reflexions,PC,Misc,Tripwire Interactive,Unknown,,,,,,,2011-05-04, +/games/boxart/default.jpg,ReflexOn,PC,Misc,Cartoon Network,Unknown,,,,,,,2014-04-11, +/games/boxart/default.jpg,Reflexon - Reaction Game With Multiplayer!,PC,Misc,Buka Entertainment,Unknown,,,,,,,2008-09-25, +/games/boxart/full_2913588JapanFrontccc.jpg,Refrain Love,PS,Misc,Riverhillsoft,River Hill Software,,,,,,,1997-03-14, +/games/boxart/default.jpg,Reign of Summoners 2014,And,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,ReignMaker,OSX,Misc,"MobCrete, Inc.",Unknown,,,,,,,2014-04-16, +/games/boxart/default.jpg,ReignMaker,PC,Misc,"MobCrete, Inc.",Unknown,,,,,,,2014-04-16, +/games/boxart/full_814692JapanFrontccc.jpg,Rekiken DS,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-04-24, +/games/boxart/full_6567473JapanFrontccc.jpg,Relaxuma * Rhythm: Mattari Kibun de Da Run Run Run,DS,Misc,Rocket Company,Rocket Company,,,,,,,2009-12-03, +/games/boxart/default.jpg,Remember - Hardcore Memory Game,PC,Misc,Neko Entertainment,Unknown,,,,,,,2014-05-23, +/games/boxart/full_6491146AmericaFrontccc.jpg,Remote Control,NES,Misc,Hi Tech Expressions,RSP,,,,,,,1990-05-01, +/games/boxart/full_6527981AmericaFrontccc.jpg,Remote Masseuse,XBL,Misc,Microsoft,Entrager,,,,,,,2009-02-11, +/games/boxart/default.jpg,Renegade,WiiU,Misc,Arc System Works,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Renegade,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Renjuku Kanji Chuugakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-04-28, +/games/boxart/default.jpg,Renjuku Kanji Shougaku 1 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-12-16, +/games/boxart/default.jpg,Renjuku Kanji Shougaku 2 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-01-20, +/games/boxart/default.jpg,Renjuku Kanji Shougaku 3 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-02-03, +/games/boxart/default.jpg,Renjuku Kanji Shougaku 4 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-03-10, +/games/boxart/default.jpg,Renjuku Kanji Shougaku 5 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-03-10, +/games/boxart/default.jpg,Renjuku Kanji Shougaku 6 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-04-07, +/games/boxart/full_6566211JapanFrontccc.jpg,Res Arcana Diana Ray: Uranai no Meikyu,SNES,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1995-04-14, +/games/boxart/default.jpg,Rescue Dog,PC,Misc,Unknown,Unknown,,,,,,,2014-04-05, +/games/boxart/default.jpg,Rescue Dove,PC,Misc,TransGaming,Unknown,,,,,,,2014-04-02, +/games/boxart/default.jpg,Rescue Dove,PS3,Misc,UFO Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Rescue Dove,X360,Misc,UFO Interactive,Unknown,,,,,,,2013-07-03, +/games/boxart/default.jpg,Resident Evil,DS,Misc,Capcom,Unknown,,,,,,,2006-02-07, +/games/boxart/full_5829011PALFrontccc.jpg,Resident Evil 4,X360,Misc,Capcom,Unknown,,,,,,,2011-09-20, +/games/boxart/full_3768673AmericaFrontccc.jpg,Resident Evil 4,PS3,Misc,Capcom,Unknown,,,,,,,2011-09-20, +/games/boxart/default.jpg,Restaurant Story,And,Misc,TeamLava,Unknown,,,,,,,2010-12-20, +/games/boxart/full_3278926AmericaFrontccc.jpg,Resuscitation,XBL,Misc,Microsoft,SmileBoom,,,,,,,2009-11-05, +/games/boxart/full_5629131AmericaFrontccc.jpg,reTension,XBL,Misc,Microsoft,SoNotSoft dot com,,,,,,,2008-12-28, +/games/boxart/default.jpg,Retro City Rampage,PS3,Misc,Vblank Entertainment Inc.,Unknown,,,,,,,2012-10-09, +/games/boxart/full_2874413AmericaFrontccc.jpg,Retro City Rampage,PSV,Misc,Vblank Entertainment Inc.,Unknown,,,,,,,2012-10-09, +/games/boxart/default.jpg,Retro Game Crunch,PC,Misc,Shaun Inman,Unknown,,,,,,,2014-05-19, +/games/boxart/default.jpg,Retro Game Crunch,OSX,Misc,Shaun Inman,Unknown,,,,,,,2014-05-19, +/games/boxart/default.jpg,Retroball 3000,And,Misc,Unknown,Unknown,,,,,,,2014-05-23, +/games/boxart/default.jpg,Retrocade: DataStream Y2K600,X360,Misc,Unknown,QuimbyRBG,,,,,,,, +/games/boxart/full_3651617AmericaFrontccc.jpg,Return of Arcade,PC,Misc,Microsoft,Microsoft,,,,,,,1996-03-31,2018-10-10 +/games/boxart/full_2742308AmericaFrontccc.jpg,Return of the Obra Dinn,PC,Misc,3909 LLC,Unknown,,,,,,,2018-10-18, +/games/boxart/default.jpg,ReVeN,Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,ReVeN,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,ReVeN,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/full_7282458AmericaFrontccc.png,Revenge of the 'Gator,GB,Misc,HAL Laboratory,HAL Laboratory,,,,,,,1989-10-18, +/games/boxart/default.jpg,ReWord - Words With Friends and Word Game Companion,3DS,Misc,Cypronia,Unknown,,,,,,,2013-03-14, +/games/boxart/full_rhythm-core-alpha_9AmericaFront.jpg,Rhythm Core Alpha,DSiW,Misc,SoftEgg Enterprises,SoftEgg Enterprises,,,,,,,2010-08-09, +/games/boxart/default.jpg,Rhythm Core Alpha,PSN,Misc,Unknown,SoftEgg Enterprises,,,,,,,, +/games/boxart/default.jpg,Rhythm Core Alpha 2,DSi,Misc,SoftEgg Enterprises,Unknown,,,,,,,2013-06-20, +/games/boxart/default.jpg,Rhythm Core Alpha 2,3DS,Misc,SoftEgg Enterprises,Unknown,,,,,,,2013-06-20, +/games/boxart/full_2774062JapanFrontccc.jpg,Rhythm de RunRunRun,DS,Misc,Alpha Unit,Alpha Unit,,,,,,,2009-04-09, +/games/boxart/default.jpg,RHYTHM THIEF & the Paris Caper,PC,Misc,Sega,Unknown,,,,,,,2013-10-30, +/games/boxart/full_rhythm-zone_942AmericaFront.jpg,Rhythm Zone,PC,Misc,Unknown,Sonic Boom Games,,,,,,,2010-07-20, +/games/boxart/full_richard-scarrys-busy-town-best-christmas-ever_380AmericaFront.jpg,Richard Scarry's Busy Town: Best Christmas Ever,PC,Misc,Simon & Schuster Interactive,Pearson Software,,,,,,,1999-01-01, +/games/boxart/full_richard-scarrys-how-things-work-in-busy-town_484AmericaFront.gif,Richard Scarry's How Things Work in Busy Town,PC,Misc,Simon & Schuster Interactive,Pearson Software,,,,,,,1994-01-01, +/games/boxart/4895690ccc.jpg,Riddle Of The Tomb,PC,Misc,DreamCatcher Interactive,Unknown,,,,,,,2008-04-01, +/games/boxart/default.jpg,Riddle Quest,And,Misc,Apprope,Unknown,,,,,,,2014-04-15, +/games/boxart/default.jpg,Ridge Racer Slipstream,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Ridiculous Fishing - A Tale of Redemption,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Rigonauts,And,Misc,Unknown,Unknown,,,,,,,2012-10-23, +/games/boxart/default.jpg,Rigonauts,PC,Misc,Unknown,Unknown,,,,,,,2012-04-08, +/games/boxart/full_ring-infinity_6JapanFront.jpg,Ring Infinity,WS,Misc,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2000-08-10, +/games/boxart/full_5580152AmericaFrontccc.jpg,Ring of Fire,XBL,Misc,Microsoft,Mookie,,,,,,,2009-05-28, +/games/boxart/default.jpg,RIOT,And,Misc,Unknown,Unknown,,,,,,,2013-08-15, +/games/boxart/default.jpg,RIOT,Linux,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,RIOT,OSX,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,RIOT,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,RIOT,Ouya,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Riot Police,PC,Misc,Activision Value,Unknown,,,,,,,2004-02-05, +/games/boxart/default.jpg,Rise of Incarnates,PC,Misc,Namco Bandai Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Rising Board 3D,3DS,Misc,Odenis Studio,Unknown,,,,,,,2012-09-20, +/games/boxart/default.jpg,Rising Generals,PC,Misc,InnoGames,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Risk of Rain,PSV,Misc,"Infocom, Inc.",Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Rizumu de Kitaeru Atarashii Eigo Duke Yasashii Kaiwa Hen,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-27, +/games/boxart/default.jpg,Road Not Taken,PSV,Misc,Spry Fox,Unknown,,,,,,,2015-01-01, +/games/boxart/full_7319646AmericaFrontccc.jpg,Road Not Taken,PS4,Misc,Spry Fox,Unknown,,,,,,,2014-08-05, +/games/boxart/default.jpg,Robin Hood: Legend of Sherwood,PC,Misc,Wanadoo Edition,Unknown,,,,,,,2002-11-15, +/games/boxart/default.jpg,Robin's Quest: A Legend Born,And,Misc,Gogii Games,Unknown,,,,,,,2014-01-11, +/games/boxart/default.jpg,Robin's Quest: A Legend Born,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Robot Rescue 2,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-10-11, +/games/boxart/default.jpg,Robot Rescue Revolution,PS3,Misc,Teyon Entertainment,Unknown,,,,,,,2013-12-04, +/games/boxart/default.jpg,Robot Rescue Revolution,PC,Misc,Teyon Entertainment,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Robot Unicorn Attack,And,Misc,Adult Swim,Unknown,,,,,,,2011-04-19, +/games/boxart/default.jpg,Robot Unicorn Attack,BRW,Misc,Adult Swim,Unknown,,,,,,,2010-08-01, +/games/boxart/default.jpg,Robot Unicorn Attack 2,And,Misc,Adult Swim,Unknown,,,,,,,2013-07-12, +/games/boxart/full_5136349AmericaFrontccc.jpg,Rock & Roll Jeopardy!,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2005-05-11,2018-09-15 +/games/boxart/7679600ccc.jpg,Rock 'n Ball,NES,Misc,Vap,Namco,,,,,,,1990-01-01, +/games/boxart/full_7760905AmericaFrontccc.png,Rock 'n Roll Knowitall,And,Misc,Unknown,Unknown,,,,,,,2014-06-14, +/games/boxart/full_rock-n-mole-extreme_24AmericaFront.jpg,Rock 'n' Mole Extreme,XBL,Misc,Microsoft,Stinky Badger Games,,,,,,,2011-08-03, +/games/boxart/full_rock-band-unplugged_9PALFront.jpg,Rock Band Unplugged,PSN,Misc,MTV Games,Backbone Entertainment / Harmonix Music Systems,8,,,,,,2010-03-11, +/games/boxart/default.jpg,Rock Band: Pearl Jam,X360,Misc,Unknown,Harmonix Music Systems,,,,,,,, +/games/boxart/default.jpg,Rock Band: Pearl Jam,PS3,Misc,Unknown,Harmonix Music Systems,,,,,,,, +/games/boxart/default.jpg,Rock Band: Pearl Jam,Wii,Misc,Unknown,Harmonix Music Systems,,,,,,,, +/games/boxart/full_6508125AmericaFrontccc.jpg,Rock Paintings / Hot Hits,SCD,Misc,Sega,Sega,,,,,,,1992-10-15, +/games/boxart/full_8210163AmericaFrontccc.jpg,Rock Paper Scissors Xtreme!,XBL,Misc,Microsoft,ChefTeslaCoil,,,,,,,2009-07-19, +/games/boxart/full_6262498AmericaFrontccc.jpg,Rock-n-Roll Domo,DSiW,Misc,Nintendo,Suzak,,,,,,,2009-10-19, +/games/boxart/6535851ccc.jpg,Rocket Power: Extreme Arcade Games,PC,Misc,THQ,Sapient Corporation,,,,,,,2001-10-14, +/games/boxart/default.jpg,Rocketbirds 2: Evolution,PS4,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Rocko's Quest,PC,Misc,Strategy First,Unknown,,,,,,,2003-07-30, +/games/boxart/full_262563AmericaFrontccc.jpg,Rocky and Bullwinkle,XBL,Misc,Microsoft,Zen Studios,,,,,,,2008-04-16, +/games/boxart/full_2684174AmericaFrontccc.jpg,Rogue Legacy,Linux,Misc,Cellar Door Games,Unknown,,,,,,,2013-06-27, +/games/boxart/full_9861502AmericaFrontccc.jpg,Rogue Legacy,OSX,Misc,Cellar Door Games,Unknown,,,,,,,2013-06-27, +/games/boxart/default.jpg,Rogue Shooter: The FPS Roguelike,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, +/games/boxart/full_8837905AmericaFrontccc.jpg,Rollerball,NES,Misc,HAL Laboratory,HAL Laboratory,,,,,,,1990-02-01, +/games/boxart/default.jpg,Romeo & Juliet,PSP,Misc,Quinrose,Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Room Escape - Attic,And,Misc,Mobest Media,Unknown,,,,,,,2013-04-12, +/games/boxart/default.jpg,Room Escape - Doors,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-13, +/games/boxart/default.jpg,Room Escape - Floors,And,Misc,Mobest Media,Unknown,,,,,,,2013-02-19, +/games/boxart/default.jpg,Room Escape - Prison,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-13, +/games/boxart/default.jpg,Room Escape 100,And,Misc,Mobest Media,Unknown,,,,,,,2013-01-21, +/games/boxart/default.jpg,Rope Rescue,And,Misc,Chillingo,Unknown,,,,,,,2012-11-16, +/games/boxart/default.jpg,ROTO,And,Misc,Lucid Games,Unknown,,,,,,,2014-05-03, +/games/boxart/default.jpg,Routes,PSP,Misc,Aqua Plus,Unknown,,,,,,,2007-01-25, +/games/boxart/default.jpg,Routes,PS2,Misc,Aqua Plus,Unknown,,,,,,,2007-01-25, +/games/boxart/default.jpg,Rover Rescue,PC,Misc,Kiss,Unknown,,,,,,,2014-05-08, +/games/boxart/default.jpg,Royal Revolt 2,And,Misc,flaregames,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Royal Story,BRW,Misc,Fun,Unknown,,,,,,,2013-01-23, +/games/boxart/default.jpg,Rozen Maiden: Wechseln Sie Welt ab,PSV,Misc,5pb,Unknown,,,,,,,2014-01-30, +/games/boxart/default.jpg,Rozen Maiden: Wechseln Sie Welt ab,PS3,Misc,5pb,Unknown,,,,,,,2014-01-30, +/games/boxart/full_2691128AmericaFrontccc.jpg,RPaints,XBL,Misc,Microsoft,Remyremrem,,,,,,,2008-12-05, +/games/boxart/default.jpg,RPG Chronus Arc,And,Misc,Kemco,Unknown,,,,,,,2013-09-30, +/games/boxart/default.jpg,RPG Journey to Kreisia,And,Misc,Kemco,Unknown,,,,,,,2014-02-03, +/games/boxart/default.jpg,RPG Silver Nornir,PSP,Misc,"Kotobuki Solution Co., Ltd.",Unknown,,,,,,,2013-10-13, +/games/boxart/default.jpg,RPG Soul of Deva,And,Misc,Kemco,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Rube Works: The Official Rube Goldberg Invention Game,And,Misc,Unity Games,Unknown,,,,,,,2014-01-15, +/games/boxart/default.jpg,RubPix,And,Misc,Bulkypix,Unknown,,,,,,,2014-05-28, +/games/boxart/full_2680626AmericaFrontccc.jpg,Rugrats in Paris: The Movie,PC,Misc,THQ,Mattel Interactive,,,,,,,2000-01-01, +/games/boxart/full_rugrats-mystery-adventures_394AmericaFront.jpg,Rugrats Mystery Adventures,PC,Misc,Mattel Interactive,Mattel Interactive,,,,,,,1999-09-15, +/games/boxart/default.jpg,Rui wa Tomo o Yobu,PSV,Misc,5pb,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,Rui wa Tomo o Yobu,PS3,Misc,5pb,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,Rui wa Tomo o Yobu,PC,Misc,Akatsuki Works,Unknown,,,,,,,2008-06-26, +/games/boxart/435339ccc.jpg,Ruiner Pinball,AJ,Misc,Atari,High Voltage Software,,,,,,,1995-01-01, +/games/boxart/full_2835686AmericaFrontccc.jpg,Rumble Massage,XBL,Misc,Microsoft,Justin Le Clair,,,,,,,2009-01-27, +/games/boxart/full_rumblevoice_421AmericaFront.jpg,RumbleVoice,XBL,Misc,Microsoft,Aztecgames,,,,,,,2011-08-29, +/games/boxart/full_rummikub_0AmericaFront.jpg,Rummikub,DSiW,Misc,Games Factory Online,Engine Software,,,,,,,2010-10-04, +/games/boxart/default.jpg,Run and Fire,PC,Misc,Nikita,Unknown,,,,,,,2014-05-26, +/games/boxart/default.jpg,Runemaster,PC,Misc,Paradox Interactive,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Running with Friends,And,Misc,Zynga,Unknown,,,,,,,2013-11-20, +/games/boxart/default.jpg,RUSH,WiiU,Misc,Two Tribes,Unknown,,,,,,,2013-12-12, +/games/boxart/default.jpg,RUSH,OSX,Misc,Two Tribes,Unknown,,,,,,,2010-12-03, +/games/boxart/full_rytmik_0AmericaFront.jpg,Rytmik,DSiW,Misc,Cinemax,Cinemax,,,,,,,2010-08-23, +/games/boxart/full_rytmik-rock-edition_840AmericaFront.jpg,Rytmik: Rock Edition,DSiW,Misc,Cinemax,Cinemax,,,,,,,2010-12-06, +/games/boxart/default.jpg,Sacrilegium,PC,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Sacrilegium,X360,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Sacrilegium,PS3,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Sacrilegium,OSX,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, +/games/boxart/full_sadamoto-yoshiyuki-illustrations_541JapanFront.jpg,Sadamoto Yoshiyuki: Illustrations,SAT,Misc,Gainax Network Systems,CRI,,,,,,,1997-11-27, +/games/boxart/default.jpg,Sadness,WiiU,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Saga of Pandoria,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Saga of Pandoria,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Saga of Pandoria,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Saikyoo Silver Star Shogi,DSiW,Misc,SilverStar,Silver Star Japan,,,,,,,2009-08-19, +/games/boxart/full_saikyou-ginsei-chess_4JapanFront.jpg,Saikyou Ginsei Chess,PS,Misc,I'Max,SilverStarJapan,,,,,,,2002-10-24, +/games/boxart/full_saikyou-ginsei-chess_1JapanFront.jpg,Saikyou Ginsei Chess,PSN,Misc,Hamster Corporation,SilverStarJapan,,,,,,,2010-10-27, +/games/boxart/default.jpg,Saikyou Ginsei Igo,WW,Misc,Electronic Arts,SilverStar,,,,,,,2008-06-24, +/games/boxart/default.jpg,Saikyou Ginsei Igo,DSiW,Misc,SilverStar,SilverStar,,,,,,,2009-09-16, +/games/boxart/full_saikyou-ginsei-mahjong_9JapanFront.jpg,Saikyou Ginsei Mahjong,PS,Misc,I.Magic,I.Magic,,,,,,,2002-08-29, +/games/boxart/full_saikyou-ginsei-mahjong_4JapanFront.jpg,Saikyou Ginsei Mahjong,PSN,Misc,Sony Computer Entertainment,I.Magic,,,,,,,2010-10-13, +/games/boxart/default.jpg,Saikyou Ginsei Mahjong,WW,Misc,SilverStar,SilverStarJapan,,,,,,,2008-10-07, +/games/boxart/full_saikyou-ginsei-mahjong-2_9JapanFront.jpg,Saikyou Ginsei Mahjong 2,PS,Misc,I'Max,I'Max,,,,,,,2002-10-24, +/games/boxart/full_4118291JapanFrontccc.jpg,Saikyou Toudai Shogi Deluxe,PSP,Misc,NCS,NCS,,,,,,,2009-08-20, +/games/boxart/full_2476963JapanFrontccc.jpg,Saitou Takashi no DS de Yomu Sanshoku Ball-Pen Meisaku Juku,DS,Misc,Sega,Sega,,,,,,,2007-07-19, +/games/boxart/full_sakata-goro-kudan-no-renju-kyoushitsu_319JapanFront.jpg,Sakata Goro Kudan no Renju Kyoushitsu,GB,Misc,Culture Brain,Culture Brain,,,,,,,1999-06-25, +/games/boxart/full_sakigake-kuromati-koukou_545JapanFront.jpg,Sakigake!! Kuromati Koukou,PS2,Misc,DigiCube,DigiCube,,,,,,,2003-02-20, +/games/boxart/full_1568320JapanFrontccc.jpg,Sakura Momoko Gekijou: Kojikoji,DC,Misc,Marvelous Interactive,Marvelous,,,,,,,2000-04-20, +/games/boxart/default.jpg,"Sakura Taisen 4: Koi Seyo, Otome",PC,Misc,Sega,Unknown,,,,,,,2004-12-31, +/games/boxart/default.jpg,"Sakura Taisen 4: Koi Seyo, Otome",DC,Misc,Sega,Unknown,,,,,,,2002-03-21, +/games/boxart/full_6301658JapanFrontccc.jpg,Sakura Taisen: Tekigeki Graph,SAT,Misc,Sega,Red 5 Software,,,,,,,1998-12-23, +/games/boxart/full_1327899JapanFrontccc.jpg,Sakura Wars: Kinematron Hanagumi Mail,DC,Misc,Sega,Overworks,,,,,,,2000-12-28, +/games/boxart/default.jpg,Sakurai Miho no Kouun no Megami Therapy Uranai,DSiW,Misc,Unknown,WaiS,,,,,,,2011-02-16, +/games/boxart/full_salary-man-settai-mahjong_2JapanFront.jpg,Salary Man Settai Mahjong,PS,Misc,Visit,Visit,,,,,,,2001-05-10, +/games/boxart/default.jpg,Sam & Max Save The World,PC,Misc,The Adventure Company,Unknown,,,,,,,2007-08-07, +/games/boxart/default.jpg,Sam & Max Save The World,Wii,Misc,The Adventure Company,Unknown,,,,,,,2008-10-15, +/games/boxart/9460137ccc.jpg,Samba De Amigo,DC,Misc,Sega,Sonic Team,7.6,,,,,,2000-10-16, +/games/boxart/full_3074885JapanFrontccc.jpg,Samba De Amigo Ver. 2000,DC,Misc,Sega,Sonic Team,9.6,,,,,,2000-12-14, +/games/boxart/default.jpg,Samphi,PC,Misc,Desura,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Samurai G,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-10-04, +/games/boxart/default.jpg,Samurai II: Vengeance,And,Misc,MADFINGER Games,Unknown,,,,,,,2011-06-24, +/games/boxart/default.jpg,Samurai II: Vengeance,OSX,Misc,MADFINGER Games,Unknown,,,,,,,2011-03-23, +/games/boxart/default.jpg,Samurai Siege,And,Misc,Space Ape Games,Unknown,,,,,,,2013-09-30, +/games/boxart/default.jpg,Samurai vs Zombies Defense 2,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2013-03-06, +/games/boxart/full_828694AmericaFrontccc.jpg,Sanctum 2,PS3,Misc,D3Publisher,Unknown,,,,,,,2013-09-10, +/games/boxart/full_7902236AmericaFrontccc.jpg,Sanctum 2,X360,Misc,D3Publisher,Unknown,,,,,,,2013-05-15, +/games/boxart/full_5997342AmericaFrontccc.jpg,Sanctum 2,PC,Misc,Coffee Stain Studios,Unknown,,,,,,,2013-05-15, +/games/boxart/default.jpg,Sang-Froid - Tales of Werewolves,PC,Misc,Unknown,Unknown,,,,,,,2013-02-22, +/games/boxart/full_2634396AmericaFrontccc.jpg,Sanity: Aiken's Artifact,PC,Misc,Fox Interactive,Unknown,,,,,,,2000-09-20, +/games/boxart/full_sanrio-uranai-party_964JapanFront.jpg,Sanrio Uranai Party,GB,Misc,Imagineer,Imagineer,,,,,,,1997-12-05, +/games/boxart/default.jpg,Satazius,PC,Misc,Capcom,Unknown,,,,,,,2011-12-06, +/games/boxart/default.jpg,Satellite Reign,OSX,Misc,Ubisoft Romania,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Satellite Reign,Linux,Misc,Ubisoft Romania,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8956974AmericaFrontccc.jpeg,Satellite Reign,PC,Misc,Ubisoft Romania,Unknown,,,,,,,2015-01-01, +/games/boxart/full_9098189AmericaFrontccc.jpg,Satellites,XBL,Misc,Microsoft,Thomas Bedran,,,,,,,2008-11-21, +/games/boxart/full_1422835JapanFrontccc.jpg,Saturn Music School,SAT,Misc,Waka Interactive Entertainment,Waka Interactive Entertainment,,,,,,,1997-08-09, +/games/boxart/full_3611886JapanFrontccc.jpg,Saturn Music School 2,SAT,Misc,Waka Interactive Entertainment,Waka Interactive Entertainment,,,,,,,1998-07-30, +/games/boxart/default.jpg,Save the Furries,Wii,Misc,Smack Down Productions,Unknown,,,,,,,2012-06-21, +/games/boxart/default.jpg,Save the Furries,And,Misc,HeroCraft,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,Saving Raylene,And,Misc,Unknown,Unknown,,,,,,,2014-03-21, +/games/boxart/full_270543AmericaFrontccc.jpg,sbdm-1,XBL,Misc,Microsoft,notohoho,,,,,,,2009-08-13, +/games/boxart/default.jpg,Scarab Solitaire,DSiW,Misc,Unknown,PixelTales,,,,,,,, +/games/boxart/full_8331216AmericaFrontccc.jpg,Scare Me,XBL,Misc,Microsoft,WolRon,,,,,,,2009-11-02, +/games/boxart/default.jpg,Scarygirl,X360,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_scene-it-movie-night_324AmericaFront.jpg,Scene It? Movie Night,XBL,Misc,Screenlife,Sarbakan,,,,,,,2011-11-30, +/games/boxart/full_scholastic-dragon-tales-learn-amp-fly-with-dragons_390AmericaFront.jpg,Scholastic Dragon Tales: Learn & Fly With Dragons,PC,Misc,Scholastic Inc.,TOPICS Entertainment,,,,,,,2004-06-23, +/games/boxart/full_scotland-yard_536JapanFront.jpg,Scotland Yard,GB,Misc,Toei Animation,Shouei,,,,,,,1990-12-07, +/games/boxart/full_scrabble_252PALFront.jpg,Scrabble,GB,Misc,Ubisoft,Runecraft,,,,,,,2001-11-30, +/games/boxart/full_9647891PALFrontccc.jpg,Scrabble,GBA,Misc,Ubisoft,Runecraft,,,,,,,2002-03-28, +/games/boxart/full_9297932AmericaFrontccc.png,Scrabble,PSN,Misc,Electronic Arts,Stainless Games,,,,,,,2009-09-30, +/games/boxart/full_353989PALFrontccc.png,Scram Kitty and his Buddy on Rails,WiiU,Misc,Dakko Dakko,Unknown,,,,,,,2014-05-15, +/games/boxart/default.jpg,Scramble With Friends,And,Misc,Zynga,Unknown,,,,,,,2012-03-15, +/games/boxart/default.jpg,Scratch: The Ultimate DJ,X360,Misc,Unknown,Commotion Interactive,,,,,,,, +/games/boxart/default.jpg,Scratch: The Ultimate DJ,PS3,Misc,Unknown,Commotion Interactive,,,,,,,, +/games/boxart/default.jpg,Scrolls,PC,Misc,Mojang,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,SCD,Misc,Ubisoft,Unknown,,,,,,,1989-07-01, +/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,XOne,Misc,Ubisoft,Unknown,,,,,,,2013-12-01, +/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,And,Misc,Ubisoft,Unknown,,,,,,,2013-09-01, +/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,DS,Misc,Ubisoft,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,Linux,Misc,Ubisoft,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Sea Legends: Phantasmal Light,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-01-16, +/games/boxart/default.jpg,Season Match 2,And,Misc,Big Fish Games,Unknown,,,,,,,2013-10-19, +/games/boxart/default.jpg,Season Match 2,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-11-30, +/games/boxart/default.jpg,Season Match 2,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-11-30, +/games/boxart/default.jpg,Season Match 3: Curse of the Witch Crow,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-12-07, +/games/boxart/default.jpg,Season Match 3: Curse of the Witch Crow,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-12-07, +/games/boxart/default.jpg,SeaWorld Adventure Park Tycoon,PC,Misc,Activision Value,Unknown,,,,,,,2003-09-29, +/games/boxart/default.jpg,SeaWorld Adventure Park Tycoon 2,PC,Misc,Activision Value,Unknown,,,,,,,2005-01-25, +/games/boxart/default.jpg,Secret Agent Files: Miami,3DS,Misc,Unknown,Unknown,,,,,,,2013-11-07, +/games/boxart/full_secret-flirts-make-everyone-fall-for-you_10PALFront.jpg,Secret Flirts: Make everyone fall for you!,DS,Misc,Nobilis,Smack Down Productions,,,,,,,2009-06-26, +/games/boxart/default.jpg,Secret Ponchos,PS4,Misc,Switchblade Monkeys,Unknown,,,,,,,2014-12-02, +/games/boxart/default.jpg,Secret Service,PS2,Misc,Activision Value,Unknown,,,,,,,2008-11-04, +/games/boxart/default.jpg,Secret Service,PC,Misc,Activision Value,Unknown,,,,,,,2008-11-04, +/games/boxart/default.jpg,Secret Service 2: Security Breach,PC,Misc,Activision Value,Unknown,,,,,,,2003-10-28, +/games/boxart/full_sega-ages_344AmericaFront.gif,Sega Ages,SAT,Misc,Working Designs,Rutubo Games,,,,,,,1997-01-01, +/games/boxart/default.jpg,Sega Ages 2500 Series Vol. 10: After Burner II,Mob,Misc,Virgin Interactive,Unknown,,,,,,,1995-01-01, +/games/boxart/full_3723831JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 21: SDI & Quartett - Sega System 16 Collection,PS2,Misc,Sega,Sega,,,,,,,2005-10-27, +/games/boxart/full_sega-ages-2500-series-vol-23-sega-memorial-collection_1JapanFront.jpg,Sega Ages 2500 Series Vol. 23: Sega Memorial Collection,PS2,Misc,Sega,Sega,,,,,,,2005-12-22, +/games/boxart/default.jpg,Sega Ages: After Burner II,Mob,Misc,SegaSoft,Unknown,,,,,,,1997-06-30, +/games/boxart/90998ccc.jpg,Sega Classics Arcade Collection (4-in-1),SCD,Misc,Sega,Sega,,,,,,,1992-10-12, +/games/boxart/full_8080707AmericaFrontccc.jpg,Sega Classics Arcade Collection (5-in-1),SCD,Misc,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_4216934AmericaFrontccc.jpg,Sega DreamCast Generator: Playable Bits and Video Clips Vol.1,DC,Misc,Sega,Sega,,,,,,,1999-09-09, +/games/boxart/default.jpg,Sega Game Pack 4in1,GG,Misc,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/8881814ccc.jpg,sega game pack 4in1,GG,Misc,Unknown,SEGA Enterprises Ltd.,,,,,,,, +/games/boxart/full_sega-genesis-classic-collection-gold-edition_82AmericaFront.jpg,Sega Genesis Classic Collection: Gold Edition,PC,Misc,Sega,Sega,,,,,,,2011-03-15, +/games/boxart/full_3353086AmericaFrontccc.png,Sega Genesis Collection,PSN,Misc,Sega,Sega,,,,,,,2009-09-30, +/games/boxart/default.jpg,Sega Genesis Collection,NG,Misc,SNK Playmore,Unknown,,,,,,,1999-11-30, +/games/boxart/8381048ccc.jpg,Sega GT 2002 & JSRF: Jet Set Radio Future,XB,Misc,Sega,Wow Entertainment / Smilebit,,,,,,,2002-10-15, +/games/boxart/full_9960194AmericaFrontccc.gif,Sega PC Mega Pack,PC,Misc,Activision,Sega,,,,,,,2003-11-09, +/games/boxart/full_1125855AmericaFrontccc.jpg,Sega Smash Pack,PC,Misc,Sega,Sega,,,,,,,1999-02-01, +/games/boxart/full_650400AmericaFrontccc.jpg,Sega Smash Pack 2,PC,Misc,Sega,Sega,,,,,,,2000-01-01, +/games/boxart/full_5949862AmericaFrontccc.jpg,Sega Smash Pack Volume 1,DC,Misc,Sega,Sega,5.8,,,,,,2001-01-31, +/games/boxart/full_segare-ijiri_450JapanFront.jpg,Segare Ijiri,PS,Misc,Enix,Enix Corporation,,,,,,,1999-06-03, +/games/boxart/full_segata-sanshirou-shinken-yuugi_853JapanFront.jpg,Segata Sanshirou Shinken Yuugi,SAT,Misc,Sega,Sega,,,,,,,1998-10-29, +/games/boxart/full_9160769JapanFrontccc.jpg,Seimei Handan,3DO,Misc,Unknown,Ariadne,,,,,,,1995-02-17, +/games/boxart/full_seipoi-densetsu_932JapanFront.jpg,Seipoi Densetsu,GB,Misc,Gaps,Gaps,,,,,,,2000-04-14, +/games/boxart/default.jpg,Sekai no Omoshiro Party Game,WW,Misc,Sims,SIMS,,,,,,,2010-04-20, +/games/boxart/default.jpg,Sekai no Omoshiro Party Game 2,WW,Misc,Sims,SIMS,,,,,,,2010-05-11, +/games/boxart/full_4181325JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo,PS,Misc,SilverStar,SilverStar,,,,,,,2001-11-29, +/games/boxart/full_366777JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 2,PS,Misc,SilverStar,SilverStar,,,,,,,2003-01-23, +/games/boxart/full_7661882JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 3,PS,Misc,SilverStar,SilverStar,,,,,,,2003-10-23, +/games/boxart/full_2934805JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 4,PS2,Misc,Magnolia,Magnolia,,,,,,,2004-05-27, +/games/boxart/full_3198728JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 5,PS2,Misc,Magnolia,Magnolia,,,,,,,2004-06-10, +/games/boxart/full_9603269JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 6,PS2,Misc,Magnolia,Magnolia,,,,,,,2005-08-11, +/games/boxart/default.jpg,Sekai Saikyou Ginsei Igo 7,PS2,Misc,Unknown,SilverStar,,,,,,,, +/games/boxart/default.jpg,Sekai Saikyou Ginsei Igo 7,PS3,Misc,Unknown,SilverStar,,,,,,,, +/games/boxart/full_4191487JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo Kouza,PS2,Misc,SilverStar,SilverStar,,,,,,,2009-11-19, +/games/boxart/full_sekai-saikyou-ginsei-igo-hybrid-monte-carlo_5JapanFront.jpg,Sekai Saikyou Ginsei Igo: Hybrid Monte Carlo,PS3,Misc,SilverStar,SilverStarJapan,,,,,,,2010-11-25, +/games/boxart/full_sekai-saikyou-ginsei-igo-hybrid-monte-carlo_710JapanFront.jpg,Sekai Saikyou Ginsei Igo: Hybrid Monte Carlo,PSN,Misc,SilverStar,SilverStarJapan,,,,,,,2010-12-22, +/games/boxart/full_sekai-saikyou-ginsei-shogi-fuuum-ryouko-raiden_812JapanFront.jpg,Sekai Saikyou Ginsei Shogi: Fuuum Ryouko Raiden,PS3,Misc,SilverStar,SilverStar,,,,,,,2011-04-21, +/games/boxart/default.jpg,Sekai Seifuku: Costume Fes,PSV,Misc,Spike Chunsoft,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Sekai Tanken: Kokki World Map,DSiW,Misc,ISP,ISP,,,,,,,2009-12-09, +/games/boxart/full_5446848JapanFrontccc.jpg,Sekaishi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-11-12, +/games/boxart/full_sekurafuumin-no-mocha-hako_0JapanFront.jpg,Sekura/Fuumin no Mocha Hako,3DO,Misc,Unknown,Grams',,,,,,,1994-08-27, +/games/boxart/default.jpg,Sela The Space Pirate,And,Misc,Game Atelier,Unknown,,,,,,,2013-02-13, +/games/boxart/full_sen-miyako-monogatari-sono-i_8JapanFront.jpg,Sen Miyako Monogatari: Sono I,SAT,Misc,CRI,CRI,,,,,,,1995-10-27, +/games/boxart/full_sen-miyako-monogatari-sono-i_6JapanFront.jpg,Sen Miyako Monogatari: Sono I,PS,Misc,Tohoku Shinsha,CRI,,,,,,,1996-01-19, +/games/boxart/default.jpg,Sengoku Basara 3 Double Pack,PS3,Misc,Capcom,Unknown,,,,,,,2012-03-15, +/games/boxart/default.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PSV,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PC,Misc,Unicorn-A,Unknown,,,,,,,2012-12-14, +/games/boxart/default.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PSP,Misc,SystemSoft Alpha,Unknown,,,,,,,2014-01-23, +/games/boxart/default.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PS3,Misc,SystemSoft Alpha,Unknown,,,,,,,2014-02-27, +/games/boxart/full_2393653JapanFrontccc.jpg,Sengoku Jidai Vol. 1: Shukunden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, +/games/boxart/full_4393705JapanFrontccc.jpg,Sengoku Jidai Vol. 2: Gunshiden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, +/games/boxart/full_1835679JapanFrontccc.jpg,Sengoku Jidai Vol. 3: Moushouden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, +/games/boxart/full_5973180JapanFrontccc.jpg,Sengoku Mahjong,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1988-07-08, +/games/boxart/full_sengoku-mahjong_5JapanFront.jpg,Sengoku Mahjong,PSN,Misc,Hudson Soft,Hudson Soft,,,,,,,2009-07-15, +/games/boxart/full_8950365JapanFrontccc.jpg,Sengoku Mahjong,VC,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-05-15, +/games/boxart/full_7375628JapanFrontccc.jpg,Sengoku Spirits: Gunshiden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, +/games/boxart/full_9738874JapanFrontccc.jpg,Sengoku Spirits: Moushouden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, +/games/boxart/full_5694493JapanFrontccc.jpg,Sengoku Spirits: Shukunden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, +/games/boxart/default.jpg,Sengoku Tenshi Djibril,PC,Misc,Unknown,Front Wing,,,,,,,2011-07-29, +/games/boxart/full_9107702JapanFrontccc.jpg,Sengoku Turb F.I.D,DC,Misc,NEC Interchannel,NEC,,,,,,,1999-12-23, +/games/boxart/full_4726056JapanFrontccc.jpg,Senran Kagura: Dekamori Shinovi Pack,PSV,Misc,Marvelous Entertainment,Various,,,,,,,2014-11-27,2018-10-14 +/games/boxart/default.jpg,Sensei Wars,And,Misc,2K Games,Unknown,,,,,,,2013-12-12, +/games/boxart/full_9309404JapanFrontccc.jpg,Sentimental Journey,PS,Misc,Banpresto,Banpresto,,,,,,,1998-09-23, +/games/boxart/full_6130191JapanFrontccc.jpg,serial experiments lain,PS,Misc,Pioneer LDC,Production 2nd,,,,,,,1998-11-26, +/games/boxart/full_409747AmericaFrontccc.jpg,Sesame Street Counting Cafe,GEN,Misc,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, +/games/boxart/full_sesame-street-123_8AmericaFront.jpg,Sesame Street: 123,NES,Misc,Hi Tech Expressions,Rare Ltd.,,,,,,,1989-01-01, +/games/boxart/5251844ccc.gif,Sesame Street: ABC,NES,Misc,Hi Tech Expressions,Rare Ltd.,,,,,,,1989-09-01, +/games/boxart/8448238ccc.jpg,Sesame Street: ABC & 123,NES,Misc,Hi Tech Expressions,Rare Ltd.,,,,,,,1990-01-01, +/games/boxart/9741601ccc.jpg,Sesame Street: Elmo's 123s,GB,Misc,NewKidCo,Bonsai Entertainment Corp.,,,,,,,1999-03-01, +/games/boxart/full_sesame-street-elmos-abcs_2AmericaFront.jpg,Sesame Street: Elmo's ABCs,GB,Misc,NewKidCo,Bonsai Entertainment Corp.,,,,,,,1999-03-01, +/games/boxart/full_sesame-street-get-set-to-learn_627AmericaFront.jpg,Sesame Street: Get Set to Learn,PC,Misc,Encore,Encore Software / Henson Productions Inc.,,,,,,,2002-01-01, +/games/boxart/default.jpg,Seven Dwarfs: The Queens Return,PC,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-10-17, +/games/boxart/default.jpg,Seven Dwarfs: The Queens Return,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-10-17, +/games/boxart/default.jpg,Seven Souls Online,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_5096012AmericaFrontccc.png,Severed,PSV,Misc,DrinkBox Studios,Unknown,,,,,,,2016-04-26, +/games/boxart/full_4278936AmericaFrontccc.png,Severed,3DS,Misc,DrinkBox Studios,Unknown,,,,,,,2016-10-13, +/games/boxart/default.jpg,Severed,And,Misc,DrinkBox Studios,Unknown,,,,,,,2016-01-01, +/games/boxart/full_5756654AmericaFrontccc.jpg,Sex,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1995-01-01, +/games/boxart/full_sex-or-love_520AmericaFront.jpg,Sex or Love?,XBL,Misc,Microsoft,Alex Blickenstaff,,,,,,,2011-05-13, +/games/boxart/full_9790933AmericaFrontccc.jpg,Sexy Poker,WW,Misc,Gameloft,Gameloft,4.1,,,,,,2009-08-03, +/games/boxart/default.jpg,Shadow Fight 2,And,Misc,Nekki,Unknown,,,,,,,2014-04-04, +/games/boxart/default.jpg,Shadow Puppeteer,WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Shadow Puppeteer,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Shadow Rebound,And,Misc,"Zeichenkraftwerk Jeutter, Schaller, Staeger GbR",Unknown,,,,,,,2014-03-27, +/games/boxart/default.jpg,Shadow Warrior,PC,Misc,Devolver Digital,Unknown,,,,,,,2013-09-26, +/games/boxart/default.jpg,Shadowgate (2013),And,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Shadowgate (2013),OSX,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Shadowgate (2013),PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Shadowrun Online,PC,Misc,Unknown,Unknown,,,,,,,2014-03-31, +/games/boxart/default.jpg,Shadowrun Online,OSX,Misc,Unknown,Unknown,,,,,,,2014-03-31, +/games/boxart/full_8727323AmericaFrontccc.jpg,Shadowrun Returns,OSX,Misc,Harebrained Schemes,Unknown,,,,,,,2013-07-25, +/games/boxart/full_1614103AmericaFrontccc.jpg,Shadowrun Returns,PC,Misc,Harebrained Schemes,Unknown,,,,,,,2013-07-25, +/games/boxart/default.jpg,Shadows on the Vatican,PC,Misc,TBA,Unknown,,,,,,,2014-03-21, +/games/boxart/default.jpg,Shakui Atama wo Maruku Suru: Himekuri Calendar DS,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-09-30, +/games/boxart/default.jpg,Shaman King Chou Senjiryokketsu: Meramera/Funbari Version,GB,Misc,King Records,Studio Saizensen,,,,,,,2001-12-21, +/games/boxart/full_6961660JapanFrontccc.jpg,Shanghai Dynasty,DC,Misc,Activision,Success,,,,,,,2000-03-16, +/games/boxart/full_2016361AmericaFrontccc.jpg,Shanghai: Triple Threat,SAT,Misc,Activision,Activision,,,,,,,1995-01-01, +/games/boxart/full_1031997AmericaFrontccc.jpg,Shanghai: Triple Threat,3DO,Misc,Activision,Activision,,,,,,,1994-01-01, +/games/boxart/default.jpg,Shannon Tweed's Attack Of The Groupies,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Shape Time!,And,Misc,Unknown,Unknown,,,,,,,2014-05-02, +/games/boxart/default.jpg,Shark Party,DS,Misc,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_9305032AmericaFrontccc.jpg,Shark Tale Game Boy Advance Video,GBA,Misc,Majesco,Majesco Games,,,,,,,2005-10-26, +/games/boxart/default.jpg,Shattered Planet,And,Misc,Execution Labs,Unknown,,,,,,,2014-03-27, +/games/boxart/full_9407276AmericaFrontccc.jpg,Shed,XBL,Misc,Microsoft,richayrich,,,,,,,2008-12-05, +/games/boxart/default.jpg,Sheep Happens,And,Misc,Kongregate,Unknown,,,,,,,2013-08-22, +/games/boxart/default.jpg,SheepOrama,And,Misc,Unknown,Unknown,,,,,,,2014-05-13, +/games/boxart/6519588ccc.jpg,Shelley Duvall's It's a Bird's Life,3DO,Misc,Sanctuary Woods,Sanctuary Woods,,,,,,,1993-01-01, +/games/boxart/default.jpg,ShellShock: Nam '67,PS2,Misc,Eidos Interactive,Unknown,,,,,,,2004-09-14, +/games/boxart/default.jpg,ShellShock: Nam '67,PC,Misc,Eidos Interactive,Unknown,,,,,,,2004-09-14, +/games/boxart/default.jpg,Shelter,PC,Misc,Unknown,Unknown,,,,,,,2013-08-28, +/games/boxart/default.jpg,Shelter,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-28, +/games/boxart/default.jpg,Shelterra the Skyworld,And,Misc,Kemco,Unknown,,,,,,,2014-04-01, +/games/boxart/full_3180718AmericaFrontccc.jpg,Shiatsu Massage,XBL,Misc,Microsoft,kittie,,,,,,,2009-06-30, +/games/boxart/default.jpg,Shiei no Sona-Nyl Refrain: What a Beautiful Memories,X360,Misc,Liar Soft,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Shiei no Sona-Nyl Refrain: What a Beautiful Memories,PSP,Misc,Liar Soft,Unknown,,,,,,,2014-02-27, +/games/boxart/full_shield-the-beat_861AmericaFront.jpg,Shield the Beat,XBL,Misc,Unknown,MBrio,,,,,,,, +/games/boxart/full_shikakei-atama-o-kore-kusuru_314JapanFront.jpg,Shikakei Atama o Kore Kusuru,GB,Misc,Imagineer,C-Lab,,,,,,,1998-06-26, +/games/boxart/default.jpg,Shikaku i Atama o Maru Kusuru,WW,Misc,IE Institute,IE Institute,,,,,,,2009-08-04, +/games/boxart/full_3879070JapanFrontccc.jpg,Shikakui Atama Maruku Suru: Kanji Keisanhen,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2004-11-04, +/games/boxart/full_6456025JapanFrontccc.jpg,Shikakui Atama Maruku Suru: Kokugo Sansuu Shakai Rikahen,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2004-11-04, +/games/boxart/full_6693414JapanFrontccc.jpg,"Shikakui Atama wo Maruku Suru: DS Joushiki, Nanmon no Shou",DS,Misc,IE Institute,IE Institute,,,,,,,2006-09-28, +/games/boxart/full_177186JapanFrontccc.jpg,Shikakui Atama wo Maruku Suru: DS Kanji no Shou,DS,Misc,IE Institute,IE Institute,,,,,,,2006-09-28, +/games/boxart/full_1462091JapanFrontccc.jpg,Shikakui Atama wo Maruku Suru: DS Keisan no Shou,DS,Misc,IE Institute,IE Institute,,,,,,,2006-09-28, +/games/boxart/full_6043834JapanFrontccc.jpg,Shikakui Atama wo Marukusuru Wii,Wii,Misc,IE Institute,IE Institute,,,,,,,2009-04-29, +/games/boxart/full_shikami-no-maki_213JapanFront.jpg,Shikami No Maki,PS,Misc,Vap,Vap,,,,,,,1996-02-02, +/games/boxart/full_shikami-no-maki_151JapanFront.jpg,Shikami No Maki,PSN,Misc,Hamster Corporation,Vap,,,,,,,2010-12-08, +/games/boxart/full_shikigami_785JapanFront.jpg,Shikigami,PC,Misc,Akabee Soft 2,Akabee Soft 2,,,,,,,2011-07-29, +/games/boxart/default.jpg,Shikihime Garden,PC,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-03-11, +/games/boxart/full_6005675JapanFrontccc.jpg,Shimura Ken no Baka Tonosama: Bakushou Tenka Touitsu Game,GBA,Misc,TDK Core,TDK Core,,,,,,,2002-12-06, +/games/boxart/full_shin-4-jin-uchi-mahjong-yakuman-tengoku_449JapanFront.jpg,Shin 4-Jin Uchi Mahjong: Yakuman Tengoku,NES,Misc,Nintendo,Chat Noir,,,,,,,1991-06-28, +/games/boxart/full_5056398JapanFrontccc.jpg,Shin Honkaku Hanafuda,DC,Misc,Altron,Altron,,,,,,,1999-07-22, +/games/boxart/default.jpg,Shin Megami Tensei,WiiU,Misc,Atlus,Unknown,,,,,,,2013-07-03, +/games/boxart/default.jpg,Shin Megami Tensei,And,Misc,"Index Digital Media, Inc.",Unknown,,,,,,,2012-11-01, +/games/boxart/full_3774212JapanFrontccc.jpg,Shin Megami Tensei Trading Card: Card Summoner,GB,Misc,Enterbrain,Enterbrain,,,,,,,2001-07-27, +/games/boxart/full_6389463JapanFrontccc.jpg,Shin Megami Tensei: Devil Summoner - Akuma Zensho,SAT,Misc,Atlus,Atlus Co.,,,,,,,1996-04-26, +/games/boxart/default.jpg,Shin Megami Tensei: Digital Devil Saga,PS3,Misc,Atlus,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Shin Megami Tensei: Digital Devil Saga 2,PS3,Misc,Atlus,Unknown,,,,,,,2014-06-10, +/games/boxart/default.jpg,Shin Megami Tensei: Persona 4,PS3,Misc,Atlus,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Shin Nozokima: Gesshukuya Kanshi 24 Ji,PC,Misc,Unknown,Maika,,,,,,,2011-07-29, +/games/boxart/default.jpg,Shin Sangoku Mahjong: Kokushi Musou,DSiW,Misc,SilverStar,SilverStarJapan,,,,,,,2010-09-15, +/games/boxart/default.jpg,Shin Sangoku Musou 6 with Moushouden,PC,Misc,Tecmo Koei,Unknown,,,,,,,2012-03-09, +/games/boxart/default.jpg,Shin Sangoku Musou Online: Ryuujin Ranbu,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_shinkyoku-soukai-polyphonica-plus_277JapanFront.jpg,Shinkyoku Soukai Polyphonica Plus,PC,Misc,Ocelot,Ocelot,,,,,,,2011-07-22, +/games/boxart/full_8930292JapanFrontccc.jpg,Shinri Kenkyuuka Yuuki Yuu Kanshuu: Mainichi Kokorobics DS Therapy,DS,Misc,Dimple Entertainment,Dimple Entertainment,,,,,,,2007-05-24, +/games/boxart/full_shinseiki-evangelion-mahjong-hokan-keikaku_533JapanFront.jpg,Shinseiki Evangelion Mahjong Hokan Keikaku,GB,Misc,King Records,Studio Saizensen,,,,,,,2000-09-29, +/games/boxart/full_8034676JapanFrontccc.jpg,Shinseiki Evangelion Portable Pack,PSP,Misc,CyberFront,CyberFront,,,,,,,2009-10-08, +/games/boxart/full_shinseiki-evangelion-eva-to-yukai-na-nakamatachi_4JapanFront.jpg,Shinseiki Evangelion: Eva to Yukai na Nakamatachi,SAT,Misc,Gainax Network Systems,Gainax Network Systems,,,,,,,1998-11-05, +/games/boxart/full_5330955JapanFrontccc.jpg,Shinseiki Evangelion: Typing E-Keikaku,DC,Misc,Gainax Network Systems,Gainax,,,,,,,2001-04-19, +/games/boxart/default.jpg,Shiny the Firefly,And,Misc,Headup Games,Unknown,,,,,,,2013-04-25, +/games/boxart/full_5973577JapanFrontccc.jpg,Shinzui Taikyoku Igo: Go Sennin,SNES,Misc,J-Wing,Jorudan,,,,,,,1995-06-02, +/games/boxart/full_shodan-morita-shogi_5JapanFront.jpg,Shodan Morita Shogi,SNES,Misc,Seta Corporation,Seta Corporation,,,,,,,1991-08-23, +/games/boxart/default.jpg,Shogi,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-22, +/games/boxart/full_shogi_569JapanFront.jpg,Shogi,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,1989-12-19, +/games/boxart/full_shogi-2_229JapanFront.jpg,Shogi 2,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,1999-03-19, +/games/boxart/full_shogi-3_519JapanFront.jpg,Shogi 3,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,2001-12-24, +/games/boxart/full_shogi-shodan-icchohusen_5JapanFront.jpg,Shogi Shodan Icchohusen,PCE,Misc,Home Data,Home Data,,,,,,,1990-08-10, +/games/boxart/full_shogi-shoshinsha-muyou_9JapanFront.jpg,Shogi Shoshinsha Muyou,PCE,Misc,Home Data,Home Data,,,,,,,1991-11-29, +/games/boxart/full_shogi-toryuumon_0JapanFront.jpg,Shogi Toryuumon,WS,Misc,Sammy Corporation,Sammy Studios,,,,,,,1999-10-28, +/games/boxart/full_4869110JapanFrontccc.jpg,Shogi World Champion: Gekisashi 2,PS2,Misc,Mycom,NCS,,,,,,,2003-01-09, +/games/boxart/full_4366016JapanFrontccc.jpg,Shogi World Champion: Gekisashi DS,DS,Misc,Mycom,NCS,,,,,,,2010-01-28, +/games/boxart/full_8556484JapanFrontccc.jpg,Shogi World Champion: Gekisashi Portable,PSP,Misc,NCS,NCS,,,,,,,2010-04-15, +/games/boxart/full_5639915JapanFrontccc.jpg,Shoho Kara wa Hajimeru Otona no Eitango Renshuu,DS,Misc,Now Production,Now Production,,,,,,,2008-05-22, +/games/boxart/full_shoot_193PALFront.jpg,Shoot,PS,Misc,Phoenix Games,Naps Team,,,,,,,2002-01-01, +/games/boxart/full_shoot-or-date_637AmericaFront.jpg,Shoot or Date,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-05-10,2020-03-03 +/games/boxart/default.jpg,ShootMania Storm,PC,Misc,Ubisoft,Unknown,,,,,,,2013-04-10, +/games/boxart/default.jpg,Shopping Mall Parking,And,Misc,Devilish Developments,Unknown,,,,,,,2014-03-21, +/games/boxart/full_short-warp_3JapanFront.jpg,Short Warp,3DO,Misc,Warp,Warp,,,,,,,1996-01-15, +/games/boxart/full_9493322AmericaFrontccc.jpg,Shotest Shogi,XBL,Misc,Microsoft,Al Factory Ltd. / Rubicon Mobile Ltd,,,,,,,2008-09-10, +/games/boxart/full_shotest-shogi_388AmericaFront.jpg,Shotest Shogi 3D,PC,Misc,Unknown,Rubicon Development,,,,,,,2008-06-01, +/games/boxart/full_2293745AmericaFrontccc.jpg,Shrek 2 Game Boy Advance Video,GBA,Misc,Majesco,Majesco Games,,,,,,,2005-10-01, +/games/boxart/full_7691458AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,PC,Misc,Activision,Ivolgamus,,,,,,,2008-10-28, +/games/boxart/default.jpg,Shunkan Jump Kentei,3DS,Misc,G-Style,Unknown,,,,,,,2012-11-15, +/games/boxart/default.jpg,Shunkan Jump Kentei,DSi,Misc,G-Style,Unknown,,,,,,,2012-11-15, +/games/boxart/default.jpg,Shuuchi Tsuma Chijoku Densha,PC,Misc,Unknown,Appetite,,,,,,,2011-07-29, +/games/boxart/2426043ccc.jpg,Sid Meier's C.P.U. Bach,3DO,Misc,Microprose,MicroProse,,,,,,,1994-01-01, +/games/boxart/full_2501722AmericaFrontccc.jpg,Side Pocket,SNES,Misc,Data East,Iguana Entertainment,,,,,,,1993-12-01, +/games/boxart/full_1123978AmericaFrontccc.jpg,Side Pocket,GG,Misc,Data East,Data East USA,,,,,,,1994-01-01, +/games/boxart/7128094ccc.jpg,Side Pocket,GB,Misc,Data East,Data East,,,,,,,1990-11-01, +/games/boxart/full_231424AmericaFrontccc.jpg,Side Pocket,NES,Misc,Namco,Data East,,,,,,,1987-01-01, +/games/boxart/full_4761200AmericaFrontccc.jpg,Side Pocket,GEN,Misc,Data East,Data East,,,,,,,1992-01-01, +/games/boxart/full_9612396JapanFrontccc.jpg,Side Pocket 3,SAT,Misc,Data East,Data East,,,,,,,1997-07-18, +/games/boxart/default.jpg,Sideway,PSN,Misc,Unknown,Playbrains / Fuel Industries,,,,,,,, +/games/boxart/default.jpg,Siege Hero,And,Misc,Miniclip.com,Unknown,,,,,,,2012-05-31, +/games/boxart/default.jpg,Siesta Fiesta,3DS,Misc,Midway Studios Austin,Unknown,,,,,,,2014-07-24, +/games/boxart/default.jpg,Signs of Life,PC,Misc,Unknown,Unknown,,,,,,,2014-01-27, +/games/boxart/default.jpg,Silent Scope: Bone Eater,Arc,Misc,Konami Digital Entertainment,Unknown,,,,,,,2015-01-01, +/games/boxart/full_1376778AmericaFrontccc.jpg,Silver Star Reversi,WW,Misc,Agetec,Electronic Arts,,,,,,,2009-06-29, +/games/boxart/default.jpg,Silver Zombie,And,Misc,Unknown,Unknown,,,,,,,2014-03-27, +/games/boxart/full_5027433AmericaFrontccc.jpg,Simon the Sorcerer's Pinball,PC,Misc,Adventure Soft,Adventure Soft,,,,,,,1998-01-01, +/games/boxart/full_5423480JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 10: Tarot Uranai,PS,Misc,D3 Publisher,Game Stage,,,,,,,2001-10-25, +/games/boxart/full_4659708JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 11: Katei de Dekiru Tsubo Shiatsu,PS,Misc,D3 Publisher,ASK,,,,,,,2001-12-13, +/games/boxart/full_9438428JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 12: Katei no Igaku,PS,Misc,D3 Publisher,ASK,,,,,,,2001-12-13, +/games/boxart/full_2891070JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 14: Kurashi no Manner,PS,Misc,D3 Publisher,Sol,,,,,,,2002-02-14, +/games/boxart/full_2498852JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 15: Inu no Kaikata,PS,Misc,D3 Publisher,Billiken Soft,,,,,,,2002-04-18, +/games/boxart/full_2964150JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 16: Neko no Kaikata,PS,Misc,D3 Publisher,Billiken Soft,,,,,,,2002-04-18, +/games/boxart/full_8048403JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 17: Planetarium,PS,Misc,D3 Publisher,Highwaystar,,,,,,,2002-04-18, +/games/boxart/full_4872209JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 18: Kanji Quiz: Kanji Kentei ni Challenge,PS,Misc,D3 Publisher,Dyna,,,,,,,2002-05-23, +/games/boxart/full_2976071JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 1: Norikae Annai- 2000 Edition,PS,Misc,D3 Publisher,Jorudan,,,,,,,2000-09-14, +/games/boxart/full_801237JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 2: Katei no Fuusui,PS,Misc,D3 Publisher,Game Stage,,,,,,,2000-08-24, +/games/boxart/full_7472952JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 3: Seimei Handan,PS,Misc,D3 Publisher,Game Stage,,,,,,,2000-08-24, +/games/boxart/full_3040121JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 4: Ryouri ~Teiban Ryouri Recipe Shou~,PS,Misc,D3 Publisher,Nekogumi,,,,,,,2000-08-24, +/games/boxart/full_235147JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 5: Kusuri no Jiten - Pill Book 2001 Edition,PS,Misc,D3 Publisher,Hi,,,,,,,2001-01-18, +/games/boxart/full_9286491JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 6: Cocktail no Recipe,PS,Misc,D3 Publisher,Astroll,,,,,,,2001-01-18, +/games/boxart/full_2984729JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 7: Rakushiku Manabu Unten Menkyo,PS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2001-05-02, +/games/boxart/full_4764980JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 8: 1-Jikan de Wakaru Kabushiki Toushi,PS,Misc,D3 Publisher,Game Stage,,,,,,,2001-07-26, +/games/boxart/full_587816JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 9: Watashi Style no Aromatherapy,PS,Misc,D3 Publisher,Hi,,,,,,,2001-07-26, +/games/boxart/full_5450216JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 4: Trump,PS,Misc,D3 Publisher,Amedio,,,,,,,2001-10-25, +/games/boxart/full_17357JapanFrontccc.jpg,Simple 1500 Series Vol. 11: The Pinball,PS,Misc,D3 Publisher,Nekogumi,,,,,,,1999-07-22, +/games/boxart/full_5166203JapanFrontccc.jpg,Simple 1500 Series Vol. 12: The Quiz,PS,Misc,Culture Brain,Tears and Ichikawa Software,,,,,,,1999-08-12, +/games/boxart/full_3281739JapanFrontccc.jpg,Simple 1500 Series Vol. 15: The Pachinko,PS,Misc,D3 Publisher,Claftman,,,,,,,1999-11-01, +/games/boxart/full_2098852JapanFrontccc.jpg,Simple 1500 Series Vol. 19: The Sugoroku,PS,Misc,D3 Publisher,Amedio,,,,,,,1999-11-18, +/games/boxart/full_4584226JapanFrontccc.jpg,Simple 1500 Series Vol. 34: The Quiz Bangumi,PS,Misc,D3 Publisher,Athena,,,,,,,2000-08-03, +/games/boxart/full_9235823JapanFrontccc.jpg,Simple 1500 Series Vol. 49: The Casino,PS,Misc,D3 Publisher,Break,,,,,,,2000-12-07, +/games/boxart/full_8828515JapanFrontccc.jpg,Simple 1500 Series Vol. 50: The Billiards 2,PS,Misc,D3 Publisher,argent,,,,,,,2000-12-07, +/games/boxart/full_9807436JapanFrontccc.jpg,Simple 1500 Series Vol. 55: The Darts,PS,Misc,D3 Publisher,Amedio,,,,,,,2001-02-01, +/games/boxart/full_7586470JapanFrontccc.jpg,Simple 1500 Series Vol. 61: The Quiz 2,PS,Misc,D3 Publisher,O Part,,,,,,,2001-05-02, +/games/boxart/full_9605137JapanFrontccc.jpg,Simple 1500 Series Vol. 66: The Kaiten - Mawasun Da!!,PS,Misc,D3 Publisher,Taito,,,,,,,2001-07-05, +/games/boxart/full_9508125JapanFrontccc.jpg,Simple 1500 Series Vol. 84: The Intro Quiz,PS,Misc,D3 Publisher,AMS,,,,,,,2002-01-31, +/games/boxart/full_7900732JapanFrontccc.jpg,Simple 1500 Series Vol. 88: The Gal Mahjong,PS,Misc,D3 Publisher,HuneX,,,,,,,2002-03-28, +/games/boxart/full_3146185JapanFrontccc.jpg,Simple 1500 Series Vol. 8: The Solitaire,PS,Misc,D3 Publisher,Success,,,,,,,1998-11-19, +/games/boxart/full_1823348JapanFrontccc.jpg,Simple 1500 Series Vol. 91: The Gambler ~Honoo no Tobaku Densetsu~,PS,Misc,D3 Publisher,Tomcat System,,,,,,,2002-03-28, +/games/boxart/full_1449806JapanFrontccc.jpg,Simple 2000 Honkaku Shikou Series Vol. 2: The Igo,PS2,Misc,D3 Publisher,Yuki Enterprise,,,,,,,2002-06-25, +/games/boxart/full_simple-2000-series-portable-vol-1-the-mahjong_8JapanFront.jpg,Simple 2000 Series Portable Vol. 1: The Mahjong,PSP,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-08-26, +/games/boxart/full_simple-2000-series-portable-vol-1-the-mahjong_5JapanFront.jpg,Simple 2000 Series Portable Vol. 1: The Mahjong,PSN,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-10-26, +/games/boxart/full_simple-2000-series-portable-vol-2-the-shogi_5JapanFront.jpg,Simple 2000 Series Portable Vol. 2: The Shogi,PSP,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-08-26, +/games/boxart/full_simple-2000-series-portable-vol-2-the-shogi_9JapanFront.jpg,Simple 2000 Series Portable Vol. 2: The Shogi,PSN,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-10-26, +/games/boxart/full_2434270JapanFrontccc.jpg,"Simple 2000 Series Vol. 12: The Quiz 20,000 Mon",PS2,Misc,D3 Publisher,Warashi,,,,,,,2002-11-07, +/games/boxart/full_1586444JapanFrontccc.jpg,Simple 2000 Series Vol. 17: The Suiri - Aratanaru 20 no Jikenbo,PS2,Misc,D3 Publisher,Tomcat System,,,,,,,2002-12-19, +/games/boxart/full_3794931JapanFrontccc.jpg,Simple 2000 Series Vol. 29: The Renai Board - Seishun 18 Radio,PS2,Misc,D3 Publisher,Billiken Soft,,,,,,,2003-05-29, +/games/boxart/full_8122439JapanFrontccc.jpg,Simple 2000 Series Vol. 40: The Touyou Sandai Uranjustsu,PS2,Misc,D3 Publisher,Game Stage,,,,,,,2003-11-06, +/games/boxart/full_4868897JapanFrontccc.jpg,Simple 2000 Series Vol. 46: The Kanji Quiz - Challenge! Kanji Kentai,PS2,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2004-03-18, +/games/boxart/full_simple-2000-series-vol-66-the-party-unou-quiz_0JapanFront.jpg,Simple 2000 Series Vol. 66: The Party Unou Quiz,PS2,Misc,D3 Publisher,IMJ Entertainment,,,,,,,2004-11-11, +/games/boxart/full_8165221JapanFrontccc.jpg,Simple 2000 Series Wii Vol. 1: The Table Game,Wii,Misc,D3 Publisher,Yuki Enterprise,,,,,,,2008-09-25, +/games/boxart/full_simple-2000-ultimate-series-vol-20-love-mahjong-2_2JapanFront.jpg,Simple 2000 Ultimate Series Vol. 20: Love * Mahjong! 2,PS2,Misc,D3 Publisher,HuneX,,,,,,,2004-10-14, +/games/boxart/full_7448056JapanFrontccc.jpg,Simple 2000 Ultimate Vol. 5: Love * Mahjong!,PS2,Misc,D3 Publisher,HuneX,,,,,,,2002-11-14, +/games/boxart/full_2236558JapanFrontccc.jpg,Simple 2960 Tomodachi Series Vol. 1: The Table Game Collection,GBA,Misc,D3 Publisher,Access,,,,,,,2003-03-20, +/games/boxart/full_5062514JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 01: Kidou Senshi Gundam: The Gunjin Shogi,PS,Misc,Bandai,Amedio,,,,,,,2001-10-25, +/games/boxart/full_2725885JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 04: Jarin-Ko Chie: The Hanafuda,PS,Misc,Bandai,Bam Entertainment,,,,,,,2001-11-29, +/games/boxart/full_9965217JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 06: Dokonjou Gaeru: The Mahjong,PS,Misc,Bandai,Yuki Enterprise,,,,,,,2002-01-24, +/games/boxart/full_7998765JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 07: Ikkyuu-san: The Quiz,PS,Misc,Bandai,Ooparts,,,,,,,2002-03-28, +/games/boxart/full_983519JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 11: Meitantei Conan - The Board Game,PS,Misc,Bandai,D3 Publisher,,,,,,,2002-08-29, +/games/boxart/full_2154454JapanFrontccc.jpg,Simple DS Series Vol. 10: The Doko Demo Kanji Quiz,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-12-21, +/games/boxart/full_2342747JapanFrontccc.jpg,Simple DS Series Vol. 19: Yareba Dekiru! THE Micro Step Gijutsu de Oboeru Eitango,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2007-07-26, +/games/boxart/full_8914676JapanFrontccc.jpg,Simple DS Series Vol. 36: Arc de Minitsuku! TOEIC Test Bunpou Tokkun Hen,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2008-05-22, +/games/boxart/full_3314366JapanFrontccc.jpg,Simple DS Series Vol. 37: Arc de Minitsuku! TOEIC Test Listening Kyouka Hen,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2008-05-22, +/games/boxart/full_1944570JapanFrontccc.jpg,Simple DS Series Vol. 38: Arc de Manabu! Toeic Test Hajimete Hen,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2008-05-22, +/games/boxart/full_361744JapanFrontccc.jpg,Simple DS Series Vol. 9: Atama ga Yoku Naru - The Me no Training,DS,Misc,D3 Publisher,Japan Art Media,,,,,,,2006-12-21, +/games/boxart/full_simple-wii-series-vol-3-ason-de-wakaru-the-party-casino_5JapanFront.jpg,Simple Wii Series Vol. 3: Ason de Wakaru - The Party Casino,Wii,Misc,D3 Publisher,D3 Publisher,,,,,,,2007-12-27, +/games/boxart/full_simply-mahjong_0AmericaFront.jpg,Simply Mahjong,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-09-06, +/games/boxart/full_simply-solitaire_376AmericaFront.jpg,Simply Solitaire,DSiW,Misc,Engine Software,Engine Software,,,,,,,2011-03-28, +/games/boxart/default.jpg,Simply Sudoku,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-03-12, +/games/boxart/full_2502786PALFrontccc.jpg,SingStar Apres-Ski Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-06, +/games/boxart/full_singstar-apres-ski-party-2_785PALFront.jpg,SingStar Apres-Ski Party 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-12-03, +/games/boxart/full_3469863PALFrontccc.jpg,SingStar Bollywood,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-10-19, +/games/boxart/full_77964PALFrontccc.jpg,SingStar Boy Bands vs Girl Bands,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-10-17, +/games/boxart/full_4672562PALFrontccc.jpg,SingStar Chartbreaker,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-12-04, +/games/boxart/default.jpg,SingStar Classics,PS2,Misc,Unknown,SCEE London Studio,,,,,,,, +/games/boxart/full_1358943PALFrontccc.jpg,SingStar Deutsch Rock-Pop,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-12, +/games/boxart/full_446027PALFrontccc.jpg,SingStar Deutsch Rock-Pop Vol 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-10-02, +/games/boxart/full_7244554PALFrontccc.jpg,SingStar Die Toten Hosen,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-08-28, +/games/boxart/full_singstar-fussballhits_8PALFront.jpg,SingStar Fussballhits,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-06-11, +/games/boxart/full_67613PALFrontccc.jpg,SingStar Hottest Hits,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-09-25, +/games/boxart/full_2247781PALFrontccc.jpg,SingStar Italian Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-28, +/games/boxart/full_4322363PALFrontccc.jpg,SingStar Kent,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-05-26, +/games/boxart/full_9313012PALFrontccc.jpg,SingStar Kent,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-05-26, +/games/boxart/full_6732671PALFrontccc.jpg,SingStar La edad de Oro del Pop Español,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-11-15, +/games/boxart/full_2779379PALFrontccc.jpg,SingStar Mallorca Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-07-13, +/games/boxart/full_4002695PALFrontccc.jpg,SingStar Michael Jackson,PS3,Misc,Unknown,SCEE London Studio,,,,,,,, +/games/boxart/full_1744895PALFrontccc.jpg,SingStar Norsk på Norsk,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-09-13, +/games/boxart/full_4907127PALFrontccc.jpg,SingStar NRJ Music Tour,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2004-11-19, +/games/boxart/full_2683022PALFrontccc.jpg,SingStar Operacion Triunfo,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-06-18, +/games/boxart/full_8890161PALFrontccc.jpg,SingStar Pop Hits 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-10-24, +/games/boxart/full_3741913PALFrontccc.jpg,SingStar Pop Hits 3,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-06-11, +/games/boxart/full_8166560PALFrontccc.jpg,SingStar Rock Ballads,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-09-21, +/games/boxart/full_3964533PALFrontccc.jpg,SingStar Svenska Hits Schlager,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-09-12, +/games/boxart/full_7262950PALFrontccc.jpg,SingStar The Wiggles,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-05-27, +/games/boxart/default.jpg,SingStar The Wiggles,PS3,Misc,Unknown,SCEE London Studio,,,,,,,, +/games/boxart/full_5515365PALFrontccc.jpg,SingStar Top.it,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-11, +/games/boxart/full_3075345PALFrontccc.jpg,SingStar Turkish Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-10-31, +/games/boxart/full_1600738PALFrontccc.jpg,SingStar Vasco,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-11-18, +/games/boxart/full_6806882PALFrontccc.jpg,SingStar Vasco,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-11-18, +/games/boxart/full_2919524PALFrontccc.jpg,SingStar: Made In Germany,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-11-06, +/games/boxart/full_singstar-morangos-com-acucar_42PALFront.jpg,SingStar: Morangos com Acucar,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-01-01, +/games/boxart/full_singstar-morangos-com-acucar_307PALFront.jpg,SingStar: Morangos com Acucar,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-01-01, +/games/boxart/default.jpg,Sins of a Dark Age,PC,Misc,Infinite Game Publishing,Unknown,,,,,,,2020-12-31, +/games/boxart/full_sir-benfros-brilliant-balloon_463AmericaFront.jpg,Sir Benfro's Brilliant Balloon,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,"Sir, You Are Being Hunted",Linux,Misc,Unknown,Unknown,,,,,,,2013-08-19, +/games/boxart/default.jpg,"Sir, You Are Being Hunted",OSX,Misc,Unknown,Unknown,,,,,,,2013-08-19, +/games/boxart/default.jpg,"Sir, You Are Being Hunted",PC,Misc,Unknown,Unknown,,,,,,,2013-08-19, +/games/boxart/default.jpg,Sis Koi: Shisukoi,PC,Misc,Unknown,Etoiles,,,,,,,2011-07-29, +/games/boxart/full_2539632AmericaFrontccc.jpg,Six Flags Fun Park,PC,Misc,Brash Entertainment,7 Studios,,,,,,,2008-10-07, +/games/boxart/default.jpg,Six-Guns,WinP,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_7827897AmericaFrontccc.jpg,Sketch,XBL,Misc,Microsoft,SRH,,,,,,,2009-07-02, +/games/boxart/full_sketchy-bounce_863AmericaFront.jpg,Sketchy Bounce,XBL,Misc,Microsoft,Gazido Gaming,,,,,,,2011-07-26, +/games/boxart/default.jpg,Ski Safari: Adventure Time,And,Misc,Cartoon Network,Unknown,,,,,,,2013-12-12, +/games/boxart/default.jpg,Sky Kid,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2014-02-20, +/games/boxart/default.jpg,Skydive: Proximity Flight,X360,Misc,TopWare Interactive,Unknown,,,,,,,2014-03-14, +/games/boxart/default.jpg,Skydive: Proximity Flight,PS3,Misc,Gaijin Entertainment,Unknown,,,,,,,2013-10-01, +/games/boxart/default.jpg,Skydiver Drop Zone,PC,Misc,Unknown,Unknown,,,,,,,2014-03-26, +/games/boxart/default.jpg,Skyward Collapse,OSX,Misc,"Arcen Games, LLC",Unknown,,,,,,,2013-05-23, +/games/boxart/default.jpg,Skyward Collapse,PC,Misc,"Arcen Games, LLC",Unknown,,,,,,,2013-05-23, +/games/boxart/default.jpg,SlamIt Pinball: Big Score,PC,Misc,Strategy First,Technetium Games,,,,,,,2009-02-23, +/games/boxart/full_634686AmericaFrontccc.jpg,Slayin,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Sleep Clock: Record and Analyse Your Sleep Patterns,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-10-29, +/games/boxart/full_9552476AmericaFrontccc.jpg,Sleep Is Death,PC,Misc,Jason Rohrer,Jason Rohrer,,,,,,,2010-04-12, +/games/boxart/default.jpg,Sleep Record Mezamashi Dokei,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-07, +/games/boxart/full_8426916AmericaFrontccc.jpg,Slender: The Arrival,WiiU,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/full_3513884AmericaFrontccc.jpg,Slender: The Arrival,X360,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/full_8917813AmericaFrontccc.jpg,Slender: The Arrival,PS3,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/full_5663580AmericaFrontccc.jpg,Slender: The Arrival,OSX,Misc,Polytron Corporation,Unknown,,,,,,,2013-03-26, +/games/boxart/default.jpg,Slender: The Eight Pages,OSX,Misc,Spike Co.,Unknown,,,,,,,2012-06-26, +/games/boxart/default.jpg,Slender: The Eight Pages,PC,Misc,Spike Co.,Unknown,,,,,,,2012-06-26, +/games/boxart/default.jpg,Slimebow,And,Misc,Unknown,Unknown,,,,,,,2014-03-24, +/games/boxart/default.jpg,Slimebow,WinP,Misc,Unknown,Unknown,,,,,,,2014-03-24, +/games/boxart/default.jpg,SLINGSHOT BRAVES,And,Misc,"COLOPL, Inc.",Unknown,,,,,,,2014-04-18, +/games/boxart/default.jpg,Slip,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-28, +/games/boxart/default.jpg,Slip,PC,Misc,Unknown,Unknown,,,,,,,2014-04-28, +/games/boxart/default.jpg,Slot Machines by IGG,And,Misc,IGG.com,Unknown,,,,,,,2013-07-15, +/games/boxart/full_slot-quest-wild-west-shootout_419AmericaFront.jpg,Slot Quest: Wild West Shootout,PC,Misc,Phantom EFX,"Phantom EFX, Inc.",,,,,,,2011-08-22, +/games/boxart/full_6395847JapanFrontccc.jpg,Slot! Pro 2,PS,Misc,Namco,Namco,,,,,,,2001-03-29, +/games/boxart/full_4845239JapanFrontccc.jpg,Slot! Pro 2 Advance,GBA,Misc,Nippon Telenet,Nippon Telenet,,,,,,,2002-04-26, +/games/boxart/full_7915300JapanFrontccc.jpg,Slot! Pro 4,PS,Misc,Namco,Namco,,,,,,,2002-02-28, +/games/boxart/full_7214272JapanFrontccc.jpg,Slot! Pro Advance,GBA,Misc,Nippon Telenet,Nippon Telenet,,,,,,,2001-12-28, +/games/boxart/full_slot-pro-dx-fujiko-2_5JapanFront.jpg,Slot! Pro DX: Fujiko 2,PS2,Misc,Nippon Telenet,Nippon Telenet,,,,,,,2003-02-27, +/games/boxart/default.jpg,Slotomania - Slot Machines,And,Misc,Playtika LTD,Unknown,,,,,,,2011-11-07, +/games/boxart/full_3141663AmericaFrontccc.jpg,Slots,2600,Misc,Sears,Telegames,,,,,,,1978-01-01, +/games/boxart/default.jpg,Slots - Pharaohs Way,And,Misc,CERVO MEDIA GMBH,Unknown,,,,,,,2013-09-11, +/games/boxart/default.jpg,Slots - Titans Way,And,Misc,Playmore Corporation,Unknown,,,,,,,2013-08-08, +/games/boxart/default.jpg,Slots - Titans Way,BRW,Misc,TOPGAME,Unknown,,,,,,,2013-07-06, +/games/boxart/full_slotter-chou-mania-antonio-inoki-ga-genki-ni-suru-pachi-slot-ki_873JapanFront.jpg,Slotter Chou Mania: Antonio Inoki ga Genki ni Suru Pachi-Slot Ki,PS3,Misc,Dorart,Dorart,,,,,,,2011-03-31, +/games/boxart/default.jpg,Slotter Mania,PS3,Misc,Unknown,Dorart,,,,,,,, +/games/boxart/full_4338760JapanFrontccc.jpg,Slotter Mania 2,PS,Misc,Dorart,Dorart,,,,,,,2002-01-17, +/games/boxart/full_8119916JapanFrontccc.jpg,Slotter Mania 3,PS,Misc,Dorart,Dorart,,,,,,,2002-03-28, +/games/boxart/full_925653JapanFrontccc.jpg,Slotter Mania 4,PS,Misc,Dorart,Dorart,,,,,,,2002-06-27, +/games/boxart/full_5541999JapanFrontccc.jpg,Slotter Mania 5,PS,Misc,Dorart,Dorart,,,,,,,2002-09-26, +/games/boxart/full_4868343JapanFrontccc.jpg,Slotter Mania 6,PS,Misc,Dorart,Dorart,,,,,,,2002-10-24, +/games/boxart/full_8644090JapanFrontccc.jpg,Slotter Mania 7,PS,Misc,Dorart,Dorart,,,,,,,2002-12-19, +/games/boxart/full_8576600JapanFrontccc.jpg,Slotter Mania 8,PS,Misc,Dorart,Dorart,,,,,,,2003-01-30, +/games/boxart/full_5729051JapanFrontccc.jpg,Slotter Mania 9,PS,Misc,Dorart,Dorart,,,,,,,2003-03-13, +/games/boxart/full_2209063JapanFrontccc.jpg,Slotter Mania Gaiden,PS,Misc,Dorart,Dorart,,,,,,,2002-09-12, +/games/boxart/full_slotter-mania-p-mach-gogogo-iii_917JapanFront.jpg,Slotter Mania P: Mach GoGoGo III,PSP,Misc,Dorart,Aristocrat,,,,,,,2011-01-06, +/games/boxart/full_slotter-mania-p-sansan-hanahana-ampamp-sansan-oasis_4JapanFront.jpg,Slotter Mania P: SanSan HanaHana & SanSan Oasis,PSP,Misc,Dorart,Dorart,,,,,,,2010-10-21, +/games/boxart/full_slotter-mania-p-sansan-hanahana-ampamp-sansan-oasis_7JapanFront.jpg,Slotter Mania P: SanSan HanaHana & SanSan Oasis,PSN,Misc,Dorart,Dorart,,,,,,,2010-10-21, +/games/boxart/default.jpg,Slotter Mania V,PSV,Misc,Unknown,Dorart,,,,,,,, +/games/boxart/default.jpg,Slotter Mania V: Black Lagoon,PSV,Misc,Dorart,Unknown,,,,,,,2012-03-15, +/games/boxart/default.jpg,Slotter Mania V: Gakuen Mokushiroku - Highschool of the Dead,PS3,Misc,Dorat,Unknown,,,,,,,2013-10-10, +/games/boxart/full_8187963JapanFrontccc.jpg,Slotter Mania: Core Tokonatsu no Netsusa! Oasis,PS,Misc,Dorart,Dorart,,,,,,,2001-11-08, +/games/boxart/full_6422969JapanFrontccc.jpg,Slotter Mania: Gekinetsu Okisuro! Siosai Special,PS,Misc,Dorart,Dorart,,,,,,,2001-04-26, +/games/boxart/full_6456542JapanFrontccc.jpg,Slotter UP Core,PS2,Misc,Dorart,Dorart,,,,,,,2003-07-10, +/games/boxart/full_315801JapanFrontccc.jpg,Slotter Up Core 10: Mach GoGoGo 2,PS2,Misc,Dorart,Dorart,,,,,,,2008-04-24, +/games/boxart/full_slotter-up-core-12-pinpon_380JapanFront.jpg,Slotter Up Core 12: PinPon,PS2,Misc,Dorart,Dorart,,,,,,,2010-12-02, +/games/boxart/full_6042436JapanFrontccc.jpg,Slotter UP Core 2,PS2,Misc,Dorart,Dorart,,,,,,,2003-07-24, +/games/boxart/full_3697757JapanFrontccc.jpg,Slotter UP Core 3: Yuda! Doronjo ni Omakase,PS2,Misc,Dorart,Dorart,,,,,,,2004-06-17, +/games/boxart/full_2260796JapanFrontccc.jpg,Slotter UP Core 4: Don-chan Gekiuchi! Jissen Pachi-Slot Ore Izuma,PS2,Misc,Dorart,Dorart,,,,,,,2004-10-21, +/games/boxart/full_4765927JapanFrontccc.jpg,Slotter UP Core 5: Lupin Daisuki! Shuyaku ha Zenigata,PS2,Misc,Dorart,Dorart,,,,,,,2004-11-25, +/games/boxart/full_5845246JapanFrontccc.jpg,Slotter UP Core 6: Enda! Kyojin no Hoshi II,PS2,Misc,Dorart,Dorart,,,,,,,2005-01-27, +/games/boxart/full_2295157JapanFrontccc.jpg,Slotter UP Core 7: Dekitou da! Street Fighter II,PS2,Misc,Dorart,Dorart,,,,,,,2005-06-16, +/games/boxart/full_1999856JapanFrontccc.jpg,Slotter Up Core 8: Kyojin no Hoshi III,PS2,Misc,Dorart,Dorart,,,,,,,2005-12-22, +/games/boxart/full_8651923JapanFrontccc.jpg,Slotter Up Core 9,PS2,Misc,Dorart,Dorart,,,,,,,2006-11-02, +/games/boxart/full_2247662JapanFrontccc.jpg,Slotter UP Core Alpha,PS2,Misc,Dorart,Dorart,,,,,,,2003-12-04, +/games/boxart/full_5536629JapanFrontccc.jpg,Slotter UP Mania,PS2,Misc,Dorart,Dorart,,,,,,,2003-04-24, +/games/boxart/default.jpg,Slotter Up Mania 10: Pioneer Special III,PS2,Misc,Dorart,Dorart,,,,,,,2008-05-22, +/games/boxart/full_8577496JapanFrontccc.jpg,Slotter UP Mania 2,PS2,Misc,Dorart,Dorart,,,,,,,2003-09-11, +/games/boxart/full_5273078JapanFrontccc.jpg,Slotter UP Mania 3,PS2,Misc,Dorart,Dorart,,,,,,,2003-12-18, +/games/boxart/full_1106111JapanFrontccc.jpg,Slotter UP Mania 4,PS2,Misc,Dorart,Dorart,,,,,,,2004-02-26, +/games/boxart/full_5565830JapanFrontccc.jpg,Slotter UP Mania 5,PS2,Misc,Dorart,Dorart,,,,,,,2004-10-28, +/games/boxart/default.jpg,Slotter UP Mania 6: Oki no Neffuu! Pioneer Special II,PS2,Misc,Dorart,Dorart,,,,,,,2005-05-26, +/games/boxart/default.jpg,Slotter UP Mania 7: Saishin Saikyou! Pioneer Max,PS2,Misc,Dorart,Dorart,,,,,,,2005-09-01, +/games/boxart/default.jpg,Slotter UP Mania 8: Senkou Kokuchi! Juggler Special II,PS2,Misc,Dorart,Dorart,,,,,,,2005-09-29, +/games/boxart/full_1364297JapanFrontccc.jpg,Slotter UP Mania 9,PS2,Misc,Dorart,Dorart,,,,,,,2007-12-27, +/games/boxart/full_2136476AmericaFrontccc.jpg,Slottso Party,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2009-02-14, +/games/boxart/default.jpg,Small World: Tunnels,PC,Misc,Unknown,"Days Of Wonder, Inc.",,,,,,,, +/games/boxart/default.jpg,SMART Adventures Mission Math,And,Misc,Unknown,Unknown,,,,,,,2014-03-28, +/games/boxart/default.jpg,Smart As...,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2012-10-23, +/games/boxart/8357232ccc.jpg,Smart Girl's Magical Book Club,DS,Misc,Unknown,Starfish Inc.,,,,,,,2020-12-31, +/games/boxart/default.jpg,Smart Girl's Playhouse,DSi,Misc,UFO Interactive,Unknown,,,,,,,2012-11-08, +/games/boxart/full_smart-series-jajas-adventure_443AmericaFront.png,Smart Series: Jaja's Adventure,Wii,Misc,UFO Interactive,CyberPlanet Interactive,,,,,,,2010-03-16, +/games/boxart/default.jpg,Smash Cat Heroes,3DS,Misc,Tom Create,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Smash Hit,And,Misc,Mediocre AB,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Smite,PC,Misc,Hi-Rez Studios,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Smurfs Village,And,Misc,"Beeline Interactive, Inc.",Unknown,,,,,,,2012-02-28, +/games/boxart/default.jpg,Snail Crusher,And,Misc,games2be GmbH,Unknown,,,,,,,2014-05-01, +/games/boxart/full_8243108JapanFrontccc.jpg,Snatcher CD-ROMantic: Pilot Disk,PCE,Misc,Konami,Konami,,,,,,,1992-08-07, +/games/boxart/full_snk-arcade-classics_906JapanFront.jpg,SNK Arcade Classics 0,PSP,Misc,SNK Playmore,SNK Playmore Corporation,,,,,,,2011-04-21, +/games/boxart/full_snk-arcade-classics-0_153JapanFront.jpg,SNK Arcade Classics 0,PSN,Misc,SNK Playmore,SNK Playmore Corporation,,,,,,,2011-04-21, +/games/boxart/full_1199827AmericaFrontccc.png,SNK Arcade Classics Vol. 1,PSN,Misc,SNK,Terminal Reality,,,,,,,2009-09-30, +/games/boxart/full_9271527JapanFrontccc.jpg,Snoopy no Aiken DS: Chitte Okitai Inu no Koto - Inu no Nouryoku - Anata no Shitsuke,DS,Misc,Hachikou Shouji,Hachikou Shouji,,,,,,,2009-10-15, +/games/boxart/full_1621520JapanFrontccc.jpg,Snoopy to Issho ni DS Eigo Lesson,DS,Misc,Interchannel,Gakken,,,,,,,2007-11-15, +/games/boxart/full_4764320AmericaFrontccc.jpg,Snowmans Dilemma,XBL,Misc,Microsoft,Paineert,,,,,,,2008-11-22, +/games/boxart/full_so-many-girls-so-little-time_2AmericaFront.jpg,So Many Girls So Little Time,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2010-08-08,2020-03-03 +/games/boxart/default.jpg,Soaring Ninja,And,Misc,Epic Pixel,Unknown,,,,,,,2014-03-07, +/games/boxart/default.jpg,Sokomania 2: Cool Job,3DS,Misc,Cinemax,Unknown,,,,,,,2014-05-08, +/games/boxart/default.jpg,Sokuren Keisan: Nanmon-hen,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2011-04-13, +/games/boxart/default.jpg,Sokuren Keisan: Shougaku 1 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-09-22, +/games/boxart/default.jpg,Sokuren Keisan: Shougaku 2 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-09-29, +/games/boxart/default.jpg,Sokuren Keisan: Shougaku 3 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-11-04, +/games/boxart/default.jpg,Sokuren Keisan: Shougaku 4 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-11-04, +/games/boxart/default.jpg,Sokuren Keisan: Shougaku 5 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-12-15, +/games/boxart/default.jpg,Sokuren Keisan: Shougaku 6 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2011-01-12, +/games/boxart/full_solar-2_397AmericaFront.jpg,Solar 2,XBL,Misc,Microsoft,Murudai,,,,,,,2011-06-19, +/games/boxart/default.jpg,SolForge,Wii,Misc,2K Boston,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,SolForge,X360,Misc,2K Boston,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Solitaire,WW,Misc,GameOn,GameOn,,,,,,,2009-11-27, +/games/boxart/full_solitaire_1PALFront.png,Solitaire,PSN,Misc,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-21, +/games/boxart/full_solitaire-247_2AmericaFront.jpg,Solitaire 24/7,DSiW,Misc,Cosmigo,Cosmigo GmbH,,,,,,,2010-07-12, +/games/boxart/default.jpg,Solitaire Blitz,BRW,Misc,PopCap Games,Unknown,,,,,,,2012-03-06, +/games/boxart/full_solitaire-funpak_3AmericaFront.jpg,Solitaire FunPak,GB,Misc,Interplay,Beam Software,,,,,,,1994-11-01, +/games/boxart/full_solitaire-funpak_1AmericaFront.jpg,Solitaire Funpak,GG,Misc,Interplay,Beam Software,,,,,,,1994-01-01, +/games/boxart/full_6708472AmericaFrontccc.jpg,Solitaire Poker,GG,Misc,Sega,Sankindo,,,,,,,1991-01-01, +/games/boxart/default.jpg,Soliti Horse,3DS,Misc,Game Freak,Unknown,,,,,,,2013-07-30, +/games/boxart/full_1651135AmericaFrontccc.jpg,Soltrio Solitaire,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,,,,,,,2007-05-16, +/games/boxart/full_8437826AmericaFrontccc.png,SOMA (2015),PS4,Misc,Frictional Games,Unknown,,,,,,,2015-09-22, +/games/boxart/default.jpg,Son of Scoregasm,PSV,Misc,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Sonic & All-Stars Racing Transformed,PC,Misc,Sega,Unknown,,,,,,,2013-01-31, +/games/boxart/default.jpg,Sonic & All-Stars Racing Transformed,PSV,Misc,Sega,Unknown,,,,,,,2012-12-18, +/games/boxart/default.jpg,Sonic & All-Stars Racing Transformed,PS3,Misc,Sega,Unknown,,,,,,,2012-11-18, +/games/boxart/full_7539089AmericaFrontccc.jpg,Sonic Action 4 Pack,PC,Misc,Activision,Sega,,,,,,,2001-01-01, +/games/boxart/full_5049614AmericaFrontccc.jpg,Sonic Action Pack,PC,Misc,Activision,Sega,,,,,,,2002-01-01, +/games/boxart/6280489ccc.jpg,Sonic Classics,GEN,Misc,Sega,Sega,,,,,,,1997-06-14, +/games/boxart/full_7827087AmericaFrontccc.png,Sonic Dash,And,Misc,Sega,Unknown,,,,,,,2013-11-26, +/games/boxart/full_7014986PALFrontccc.jpg,Sonic Gems Collection,PS2,Misc,Sega,Sonic Team,,,,,,,2005-09-30, +/games/boxart/default.jpg,Sonic Gems Collection,3DS,Misc,Rocket Company,Unknown,,,,,,,2014-03-13, +/games/boxart/full_4058262AmericaFrontccc.jpg,Sonic Pinball Party,GBA,Misc,Sega,Sonic Team,,,,,,,2003-06-01, +/games/boxart/default.jpg,Sonic The Hedgehog 4 Episode I,And,Misc,Sega,Unknown,,,,,,,2012-01-25, +/games/boxart/default.jpg,Sonic The Hedgehog 4 Episode I,WinP,Misc,Sega,Unknown,,,,,,,2010-11-08, +/games/boxart/full_3318147AmericaFrontccc.jpg,Sonic The Hedgehog 4 Episode I,Wii,Misc,Sega,Unknown,,,,,,,2010-10-11, +/games/boxart/default.jpg,Sonic the Hedgehog 4: Episode 2,And,Misc,Sega,Unknown,,,,,,,2012-06-26, +/games/boxart/5047401ccc.jpg,Sonic the Hedgehog Spinball,GEN,Misc,Sega,Sega,,,,,,,1993-11-14, +/games/boxart/7503395ccc.jpg,Sonic the Hedgehog Spinball,GG,Misc,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/2962689ccc.jpg,Sonic the Hedgehog Spinball,VC,Misc,Sega,Sega,,,,,,,2007-03-12, +/games/boxart/full_2294228PALFrontccc.jpg,Sonic the Hedgehog Spinball,MS,Misc,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_sonic-spinball_135AmericaFront.jpg,Sonic the Hedgehog Spinball,PC,Misc,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/full_8671561AmericaFrontccc.jpg,Sonic X Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,,,,,,2004-05-11, +/games/boxart/full_745381JapanFrontccc.jpg,Sony Computer Science Kenkyuujo Mogi Kenichirou Hakase Kanshuu: Nou ni Kaikan Minna de Aha Taiken!,PSP,Misc,Sega,Sega,,,,,,,2006-11-30, +/games/boxart/full_2870350JapanFrontccc.jpg,Soreike no Kokoroji,PS,Misc,Polygram Magic of Japan,Access,,,,,,,1996-11-08, +/games/boxart/full_soroban-ds_0JapanFront.jpg,Soroban DS,DS,Misc,Unknown,Suzak,,,,,,,2007-07-12, +/games/boxart/full_7321749JapanFrontccc.jpg,Sotsugyou Album,SAT,Misc,Shogakukan,Shogakukan,,,,,,,1998-01-15, +/games/boxart/full_9353377JapanFrontccc.jpg,Sotsugyou Bangai Hen: Nee Mahjong Shiyo!,SNES,Misc,KSS,KSS,,,,,,,1994-10-28, +/games/boxart/default.jpg,Soul Blade,Arc,Misc,Namco,Unknown,,,,,,,1996-05-16, +/games/boxart/default.jpg,Soul Calibur IV,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2008-07-29, +/games/boxart/default.jpg,Soul Saga,WiiU,Misc,Disastercake,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Soul Saga,PSV,Misc,Disastercake,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Soul Saga,PS4,Misc,Disastercake,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Soul Saga,PC,Misc,Disastercake,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Soul Saga,OSX,Misc,Disastercake,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,SoulCalibur,Arc,Misc,Namco,Unknown,,,,,,,1998-07-30, +/games/boxart/default.jpg,SoulCalibur,And,Misc,Namco Bandai Games,Unknown,,,,,,,2013-11-20, +/games/boxart/default.jpg,SoulCalibur II,Arc,Misc,Namco,Unknown,,,,,,,2002-12-31, +/games/boxart/default.jpg,SoulCalibur II,X360,Misc,Namco Bandai Games,Unknown,,,,,,,2013-11-20, +/games/boxart/default.jpg,SoulCalibur II,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2013-11-19, +/games/boxart/default.jpg,SoulCalibur: Lost Swords,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-22, +/games/boxart/default.jpg,Soulcalibur: Unbreakable Soul,And,Misc,Namco Bandai Games,Unknown,,,,,,,2020-12-31, +/games/boxart/full_8808820AmericaFrontccc.jpg,Sound Shapes,PSV,Misc,Sony Computer Entertainment,Queasy Games,,,,,,,2012-08-07, +/games/boxart/full_2739580AmericaFrontccc.jpg,Sound Shapes,PS3,Misc,Sony Computer Entertainment,Queasy Games,,,,,,,2012-08-07,2018-09-14 +/games/boxart/full_54729AmericaFrontccc.jpg,Sound Shapes,PS4,Misc,Sony Computer Entertainment,Queasy Games,,,,,,,2013-11-15,2018-09-14 +/games/boxart/default.jpg,Source,XOne,Misc,Fenix Fire,Unknown,,,,,,,2015-07-01, +/games/boxart/default.jpg,Source,PS4,Misc,Fenix Fire,Unknown,,,,,,,2015-07-01, +/games/boxart/default.jpg,Source,PC,Misc,Fenix Fire,Unknown,,,,,,,2015-01-01, +/games/boxart/full_109887JapanFrontccc.jpg,Souryu: Logical Mahjong,PS,Misc,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1996-12-20, +/games/boxart/full_3920949AmericaFrontccc.jpg,South Park: Chef's Luv Shack,DC,Misc,Acclaim Entertainment,Acclaim Studios Austin,4.6,,,,,,1999-10-31, +/games/boxart/full_6294489AmericaFrontccc.jpg,South Park: Chef's Luv Shack,PC,Misc,Acclaim Entertainment,Acclaim Studios Austin,5.2,,,,,,1999-11-30, +/games/boxart/full_5665454PALFrontccc.jpg,Space Channel 5,PS2,Misc,Sony Computer Entertainment,United Game Artists,,,,,,,2002-03-15, +/games/boxart/2868292ccc.jpg,Space Channel 5,DC,Misc,Sega,United Game Artists,8.1,,,,,,2000-06-04, +/games/boxart/full_space-channel-5-part-2_4PALFront.jpg,Space Channel 5 Part 2,PS2,Misc,Sega,United Game Artists,,,,,,,2002-11-28, +/games/boxart/full_4180515JapanFrontccc.jpg,Space Channel 5 Part 2,DC,Misc,Sega,United Game Artists,,,,,,,2002-02-14, +/games/boxart/full_space-channel-5-part-2_170AmericaFront.jpg,Space Channel 5 Part 2,PSN,Misc,Sega,United Game Artists,,,,,,,2011-10-04, +/games/boxart/full_space-channel-5-part-2_623AmericaFront.jpg,Space Channel 5 Part 2,XBL,Misc,Sega,United Game Artists,,,,,,,2011-10-05, +/games/boxart/default.jpg,Space City,And,Misc,Kemco,Unknown,,,,,,,2014-02-03, +/games/boxart/default.jpg,Space City,WiiU,Misc,Natsume,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Space Farmers,Linux,Misc,Kiss,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Space Farmers,OSX,Misc,Kiss,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Space Farmers,PC,Misc,Kiss,Unknown,,,,,,,2014-04-17, +/games/boxart/full_14165AmericaFrontccc.jpg,Space Math,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-07-29, +/games/boxart/default.jpg,Space Noir,And,Misc,Unity Games,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Space Noir,PC,Misc,Unity Games,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Space Smasher,WinP,Misc,Unknown,Unknown,,,,,,,2014-02-24, +/games/boxart/default.jpg,Space Smasher,PC,Misc,Unknown,Unknown,,,,,,,2014-02-24, +/games/boxart/default.jpg,SpaceCom,PC,Misc,one2tribe Sp. z o.o.,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,SpaceVenture,PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Spandex Force: Champion Rising,And,Misc,Unknown,Unknown,,,,,,,2014-04-11, +/games/boxart/default.jpg,Spandex Force: Champion Rising,PC,Misc,Unknown,Unknown,,,,,,,2014-04-11, +/games/boxart/full_8391535AmericaFrontccc.jpg,Sparkle Snapshots,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-11-02, +/games/boxart/default.jpg,Sparkle Unleashed,And,Misc,10tons Ltd,Unknown,,,,,,,2014-04-16, +/games/boxart/full_8401296JapanFrontccc.jpg,Sparrow Garden: Namco Mahjong,PS,Misc,Namco,Namco,,,,,,,1996-01-01, +/games/boxart/default.jpg,Sparta II: Alexander the Great,PC,Misc,Lace Mamba Global,Unknown,,,,,,,2012-03-16, +/games/boxart/default.jpg,Spartacus Legends,PS3,Misc,Ubisoft,Unknown,,,,,,,2013-06-25, +/games/boxart/default.jpg,Spartacus Legends,X360,Misc,Ubisoft,Unknown,,,,,,,2013-06-26, +/games/boxart/default.jpg,Spartan Wars: Empire of Honor,And,Misc,Tap4Fun,Unknown,,,,,,,2012-12-05, +/games/boxart/default.jpg,Spate,PC,Misc,Ayyo Games,Unknown,,,,,,,2014-03-27, +/games/boxart/full_7928486JapanFrontccc.jpg,Spawn: The Ultimate,PS,Misc,Oracion,Unknown,,,,,,,1998-12-17, +/games/boxart/default.jpg,Special Enquiry Detail: Engaged to Kill Full,And,Misc,G5 Entertainment,Unknown,,,,,,,2013-09-28, +/games/boxart/default.jpg,Special Enquiry Detail: The Hand that Feeds Full,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-09-29, +/games/boxart/full_9755049AmericaFrontccc.jpg,Spectra Musical Massage,XBL,Misc,Microsoft,Pow Studios,,,,,,,2009-08-04, +/games/boxart/full_1313795AmericaFrontccc.jpg,Speed,XBL,Misc,Microsoft,Mouse88,,,,,,,2009-12-28, +/games/boxart/full_1149259AmericaFrontccc.jpg,Speed Factory,XBL,Misc,Microsoft,Bradleat,,,,,,,2009-10-22, +/games/boxart/full_795260AmericaFrontccc.jpg,SpeedMath,XBL,Misc,Microsoft,Michael Lee,,,,,,,2009-05-19, +/games/boxart/default.jpg,Spell Quest: Grimm's Journey,And,Misc,Mark Smith,Unknown,,,,,,,2014-02-05, +/games/boxart/full_6428057PALFrontccc.jpg,Spellbound Party,Wii,Misc,505 Games,Unknown,,,,,,,2010-04-23, +/games/boxart/default.jpg,Spellcreepers,And,Misc,bitComposer Games,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Spellforce Universe,XOne,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,Spellforce Universe,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,Spellforce Universe,PS4,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,Spellforce Universe,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, +/games/boxart/default.jpg,Spellforce Universe,And,Misc,Namco Bandai Games,Unknown,,,,,,,2011-10-14, +/games/boxart/default.jpg,Spelunky,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-08-27, +/games/boxart/default.jpg,Spelunky,PS3,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-08-27, +/games/boxart/default.jpg,Spice Road,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Spider-Man 2 Activity Center,PC,Misc,Activision Value,Unknown,,,,,,,2004-06-28, +/games/boxart/full_3510718AmericaFrontccc.jpg,SpiderEvader,XBL,Misc,Microsoft,SRH,,,,,,,2009-09-29, +/games/boxart/full_8221564AmericaFrontccc.jpg,Spin the Bottle: Bumpie's Party,WiiU,Misc,KnapNok Games,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Spirit Hunters Inc: Light,DSi,Misc,Nnooo,Unknown,,,,,,,2012-11-22, +/games/boxart/default.jpg,Spirit Hunters Inc: Light,3DS,Misc,Nnooo,Unknown,,,,,,,2012-11-22, +/games/boxart/default.jpg,Spirit Hunters Inc: Shadow,DSi,Misc,Nnooo,Unknown,,,,,,,2012-11-22, +/games/boxart/default.jpg,Spirit Hunters Inc: Shadow,3DS,Misc,Nnooo,Unknown,,,,,,,2012-11-22, +/games/boxart/full_9384281AmericaFrontccc.jpg,Spirit Whirled,XBL,Misc,Microsoft,cgIRIS,,,,,,,2009-02-25, +/games/boxart/default.jpg,Spirited Heart,And,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2013-04-11, +/games/boxart/default.jpg,Spirited Heart,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2009-04-14, +/games/boxart/default.jpg,Spirited Heart,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2009-04-14, +/games/boxart/default.jpg,Spirited Heart,PC,Misc,Fabio Ricci,Unknown,,,,,,,2009-04-14, +/games/boxart/9723151ccc.jpg,Splat Renegade Paintball,PC,Misc,Take-Two Interactive,Cat Daddy Games,,,,,,,2005-10-11, +/games/boxart/default.jpg,Splatterhouse (Arcade),TG16,Misc,Namco,Unknown,,,,,,,1990-04-21, +/games/boxart/default.jpg,Splemy,WinP,Misc,Midway Studios San Diego,Unknown,,,,,,,2014-04-25, +/games/boxart/full_7531588PALFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom + Jimmy Neutron Boy Genius,GBA,Misc,THQ,"Vicarious Visions / Human Soft, Inc.",,,,,,,2005-06-30, +/games/boxart/default.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",DS,Misc,Unknown,THQ,,,,,,,, +/games/boxart/full_sports-trivia_2AmericaFront.jpg,Sports Trivia,GG,Misc,Sega,Adrenalin Interactive,,,,,,,1995-01-01, +/games/boxart/full_sports-trivia-championship-edition_4AmericaFront.jpg,Sports Trivia: Championship Edition,GG,Misc,Sega,Adrenalin Interactive,,,,,,,1995-01-01, +/games/boxart/default.jpg,SPORTSFRIENDS,Linux,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,SPORTSFRIENDS,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,SPORTSFRIENDS,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,SPORTSFRIENDS,PS4,Misc,Unknown,Unknown,,,,,,,2014-05-06, +/games/boxart/default.jpg,SPORTSFRIENDS,PS3,Misc,Unknown,Unknown,,,,,,,2014-05-06, +/games/boxart/default.jpg,Spot It! Mean Machines,3DS,Misc,Big John Games,Unknown,,,,,,,2012-11-01, +/games/boxart/default.jpg,Spot It! Mean Machines,DSi,Misc,Big John Games,Unknown,,,,,,,2012-11-01, +/games/boxart/default.jpg,Spy Mouse,And,Misc,EA Mobile,Unknown,,,,,,,2011-08-25, +/games/boxart/full_8347191AmericaFrontccc.jpg,Sqong Christmas,XBL,Misc,Microsoft,Mexond,,,,,,,2009-12-02, +/games/boxart/default.jpg,Squibs Arcade,WW,Misc,Unknown,Alten8,,,,,,,, +/games/boxart/default.jpg,Squids Odyssey,3DS,Misc,The Game Bakers,Unknown,,,,,,,2014-07-03, +/games/boxart/default.jpg,Squids Odyssey,WiiU,Misc,The Game Bakers,Unknown,,,,,,,2014-05-22, +/games/boxart/full_2043629AmericaFrontccc.jpg,Squirm,XBL,Misc,Microsoft,owlisland,,,,,,,2009-12-02, +/games/boxart/default.jpg,Stack Rabbit,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-10-31, +/games/boxart/full_2044223AmericaFrontccc.jpg,Stacked with Daniel Negreanu,PC,Misc,Myelin Media,5000ft,,,,,,,2006-05-30, +/games/boxart/default.jpg,Staking Claims,PC,Misc,Kongregate,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Staking Claims,And,Misc,Unknown,Unknown,,,,,,,2014-02-27, +/games/boxart/default.jpg,Stand O'Food,PSP,Misc,G5 Entertainment,Unknown,,,,,,,2009-12-10, +/games/boxart/default.jpg,Stand O'Food,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2011-01-06, +/games/boxart/default.jpg,Stand O'Food,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-06-28, +/games/boxart/default.jpg,Stand O'Food,PC,Misc,G5 Entertainment,Unknown,,,,,,,2011-01-06, +/games/boxart/default.jpg,Stand OFood 3 Full,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-09-22, +/games/boxart/default.jpg,Stand OFood 3 Full,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2011-06-02, +/games/boxart/default.jpg,Stand OFood 3 Full,PC,Misc,G5 Entertainment,Unknown,,,,,,,2013-03-07, +/games/boxart/default.jpg,Star Blitz,And,Misc,Unknown,Unknown,,,,,,,2014-02-06, +/games/boxart/full_759083AmericaFrontccc.jpg,Star Chart,XBL,Misc,Microsoft,Escapist Games,,,,,,,2010-03-21, +/games/boxart/full_1433747AmericaFrontccc.png,Star Citizen,PC,Misc,Cloud Imperium Games Corporation,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Star Girl: Valentine Hearts,And,Misc,Animoca,Unknown,,,,,,,2014-02-06, +/games/boxart/full_4883087JapanFrontccc.jpg,Star Komi: Star Communicator,GBA,Misc,Konami,Konami,,,,,,,2001-07-26, +/games/boxart/default.jpg,Star Lords,OSX,Misc,Iceberg Interactive,Unknown,,,,,,,2013-12-06, +/games/boxart/default.jpg,Star Lords,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2013-12-06, +/games/boxart/full_star-ninja_561AmericaFront.jpg,Star Ninja,XBL,Misc,Microsoft,Bounding Box Games LLC,,,,,,,2011-07-21, +/games/boxart/default.jpg,Star Ocean: The Last Hope,PS3,Misc,Square Enix,Unknown,,,,,,,2010-02-08, +/games/boxart/default.jpg,Star Trek: The Rebel Universe,AST,Misc,Simon & Schuster Interactive,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Star Trek: The Rebel Universe,Amig,Misc,Simon & Schuster Interactive,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Star Trek: The Rebel Universe,C64,Misc,Simon & Schuster Interactive,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Star Warfare:Alien Invasion,And,Misc,Freyr Games,Unknown,,,,,,,2012-01-22, +/games/boxart/1068755ccc.jpg,Star Wars Chess,SCD,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, +/games/boxart/9614838ccc.jpg,Star Wars Chess,PC,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, +/games/boxart/full_9900114AmericaFrontccc.jpg,Star Wars Galaxies Trading Card Game: Champions of the Force,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-08-27, +/games/boxart/default.jpg,Star Wars Pinball,And,Misc,Zen Studios,Unknown,,,,,,,2013-03-19, +/games/boxart/default.jpg,Star Wars Pinball,PS3,Misc,Zen Studios,Unknown,,,,,,,2013-05-14, +/games/boxart/default.jpg,Star Wars Pinball,PSV,Misc,Zen Studios,Unknown,,,,,,,2013-05-14, +/games/boxart/default.jpg,Star Wars: 1313,X360,Misc,LucasArts,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Star Wars: 1313,PS3,Misc,LucasArts,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Star Wars: 1313,PC,Misc,LucasArts,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Star Wars: Assault Team,And,Misc,LucasArts,Unknown,,,,,,,2014-03-27, +/games/boxart/full_star-wars-fan-favorite-ii_122AmericaFront.jpg,Star Wars: Fan Favorites II,PC,Misc,LucasArts,Various,,,,,,,2010-10-04, +/games/boxart/full_star-wars-the-best-of-pc_763AmericaFront.jpg,Star Wars: The Best of PC,PC,Misc,LucasArts,Various,,,,,,,2006-11-21, +/games/boxart/default.jpg,Star Wars: Tiny Death Star,And,Misc,LucasArts,Unknown,,,,,,,2013-11-07, +/games/boxart/default.jpg,Starbound,Ouya,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Starbound,OSX,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Starbound,Linux,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,StarCraft,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,1999-01-01, +/games/boxart/default.jpg,StarCraft II: Heart of the Swarm,OSX,Misc,Unknown,Unknown,,,,,,,2013-03-12, +/games/boxart/default.jpg,StarCraft II: Legacy of the Void,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2015-11-10, +/games/boxart/default.jpg,StarCraft II: Legacy of the Void,Linux,Misc,Gaslamp Games,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,StarCraft II: Wings of Liberty,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2010-01-27, +/games/boxart/default.jpg,StarDrive 2,OSX,Misc,Iceberg Interactive,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,StarDrive 2,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,StarDrive 2,Linux,Misc,Iceberg Interactive,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,StarForge,PC,Misc,Unknown,Unknown,,,,,,,2014-09-22, +/games/boxart/default.jpg,Stargate,NES,Misc,HAL Laboratory,Unknown,,,,,,,1988-01-01, +/games/boxart/default.jpg,Stargate,C64,Misc,Atari,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Stargate,Arc,Misc,"Williams Electronic Games, Inc.",Unknown,,,,,,,1981-10-21, +/games/boxart/default.jpg,Starlight Inception,PC,Misc,Unknown,Unknown,,,,,,,2014-04-22, +/games/boxart/default.jpg,Starlite Astronaut Academy: G-Ball,PC,Misc,NASA,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,Starlite Astronaut Academy: G-Ball,OSX,Misc,NASA,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,Starry * Sky: In Autumn - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-09-25, +/games/boxart/default.jpg,Starry * Sky: In Autumn - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-08-29, +/games/boxart/default.jpg,Starry * Sky: In Spring - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-03-27, +/games/boxart/default.jpg,Starry * Sky: In Spring - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-04-25, +/games/boxart/default.jpg,Starry * Sky: In Summer - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-06-26, +/games/boxart/default.jpg,Starry * Sky: In Summer - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-06-27, +/games/boxart/default.jpg,Starry * Sky: In Winter - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-12-25, +/games/boxart/default.jpg,Starry * Sky: In Winter - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-10-31, +/games/boxart/default.jpg,Starry ? Sky: After Summer,PC,Misc,honeybee,Unknown,,,,,,,2013-03-28, +/games/boxart/default.jpg,Starship Corporation,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Starwhal: Just the Tip,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Starwhal: Just the Tip,PS3,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Starwhal: Just the Tip,PC,Misc,Unknown,Unknown,,,,,,,2014-02-17, +/games/boxart/full_3017535AmericaFrontccc.jpeg,Stasis,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2015-08-31, +/games/boxart/649909ccc.jpg,Station Invasion,3DO,Misc,3DO,3DO,,,,,,,1994-01-01, +/games/boxart/full_1140997AmericaFrontccc.jpg,Stealth Inc.,PS4,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-03-19, +/games/boxart/full_1350098AmericaFrontccc.jpg,Stealth Inc.,PSV,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2013-07-23, +/games/boxart/full_8175084AmericaFrontccc.jpg,Stealth Inc.,PS3,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2013-07-23, +/games/boxart/full_4050030PALFrontccc.png,Stealth Inc. 2,WiiU,Misc,Curve Studios,Unknown,,,,,,,2014-10-23, +/games/boxart/default.jpg,Steam Battle,PC,Misc,Nekki,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Steam Battle,OSX,Misc,Nekki,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Steam Battle,Linux,Misc,Nekki,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8948230AmericaFrontccc.jpg,Stereo3D Gallery,XBL,Misc,Microsoft,Aztec,,,,,,,2009-09-05, +/games/boxart/default.jpg,Steve Jackson's Sorcery!,And,Misc,inkle,Unknown,,,,,,,2014-03-12, +/games/boxart/full_2295798JapanFrontccc.jpg,Steve Soresi no Business Eikaiwa PeraPera DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2010-03-11, +/games/boxart/full_9928101JapanFrontccc.jpg,Steve Soresi no Eikaiwa PeraPera DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2010-03-11, +/games/boxart/default.jpg,Stick It to the Man,PSV,Misc,Zoink Games,Unknown,,,,,,,2013-12-03, +/games/boxart/default.jpg,Stick It to the Man,PS3,Misc,Zoink Games,Unknown,,,,,,,2013-11-19, +/games/boxart/default.jpg,Stick It to the Man,PS4,Misc,Zoink Games,Unknown,,,,,,,2014-05-06, +/games/boxart/default.jpg,Stick It to the Man,WiiU,Misc,Zoink Games,Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Stick It to the Man,PC,Misc,Triniti Interactive,Unknown,,,,,,,2013-12-13, +/games/boxart/default.jpg,Stick Ranger,PC,Misc,DAN-BALL,Unknown,,,,,,,2008-07-18, +/games/boxart/default.jpg,Stickman Soccer,And,Misc,Tencent Games,Unknown,,,,,,,2013-11-27, +/games/boxart/default.jpg,Stickman Soccer 2014,And,Misc,Tencent Games,Unknown,,,,,,,2014-06-04, +/games/boxart/default.jpg,Stone Quarry Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2012-03-09, +/games/boxart/default.jpg,Stonehearth,PC,Misc,SIMS Co.,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Stonehearth,OSX,Misc,SIMS Co.,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Stonehearth,Linux,Misc,SIMS Co.,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Stonekeep: Bones of the Ancestors,Wii,Misc,Interplay,Unknown,,,,,,,2012-01-19, +/games/boxart/default.jpg,Stranded,OSX,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Stranded,Linux,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Stranded,PC,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Stranger of Sword City,PC,Misc,Experience Inc.,Unknown,,,,,,,2014-08-22, +/games/boxart/full_stratego-next-edition_359AmericaFront.jpg,Stratego: Next Edition,DSiW,Misc,Games Factory Online,Games Factory Online,,,,,,,2011-06-23, +/games/boxart/full_5842661PALFrontccc.jpg,Street Dance,PS2,Misc,Oxygen Interactive,Broadsword Interactive,,,,,,,2006-10-20, +/games/boxart/default.jpg,Street Fighter,TG16,Misc,NEC Avenue,Unknown,,,,,,,1989-12-01, +/games/boxart/default.jpg,Street Fighter,Arc,Misc,Capcom,Unknown,,,,,,,1987-12-01, +/games/boxart/default.jpg,Street Fighter Alpha 2,WiiU,Misc,Capcom,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Street Fighter Alpha Anthology,X360,Misc,Capcom,Unknown,,,,,,,2012-09-26, +/games/boxart/default.jpg,Street Fighter Alpha Anthology,PS3,Misc,Capcom,Unknown,,,,,,,2012-09-25, +/games/boxart/default.jpg,StreetRace Rivals,BRW,Misc,Glu Games,Unknown,,,,,,,2013-06-08, +/games/boxart/default.jpg,Streets of Rage 2,PC,Misc,Sega,Unknown,,,,,,,2011-01-26, +/games/boxart/default.jpg,Streets of Rage 3,PC,Misc,Sega,Unknown,,,,,,,2012-05-03, +/games/boxart/default.jpg,Strictly Come Dancing,Wii,Misc,Unknown,Ubisoft,,,,,,,, +/games/boxart/default.jpg,Strictly Come Dancing,PS3,Misc,Unknown,Ubisoft,,,,,,,, +/games/boxart/default.jpg,Strictly Come Dancing,X360,Misc,Unknown,Ubisoft,,,,,,,, +/games/boxart/full_3149754AmericaFrontccc.jpg,Strike Suit Zero,PS4,Misc,Born Ready Games,Unknown,,,,,,,2014-04-01, +/games/boxart/full_1636608AmericaFrontccc.jpg,Strike Suit Zero,XOne,Misc,Born Ready Games,Unknown,,,,,,,2014-04-01, +/games/boxart/full_2273197AmericaFrontccc.jpg,Strike Suit Zero,Linux,Misc,Born Ready Games,Unknown,,,,,,,2013-08-09, +/games/boxart/full_7793853AmericaFrontccc.jpg,Strike Suit Zero,OSX,Misc,Born Ready Games,Unknown,,,,,,,2013-08-09, +/games/boxart/default.jpg,Strike Vector,PC,Misc,Ragequit Corporation,Unknown,,,,,,,2014-01-28, +/games/boxart/full_7462133AmericaFrontccc.jpg,Strip Poker II: A Sizzling Game of Chance,PC,Misc,Artworx Software Company,"Artworx Software Co, Inc.",,,,,,,1988-01-01, +/games/boxart/full_1046824AmericaFrontccc.jpg,Strip Poker: A Sizzling Game of Chance,PC,Misc,Artworx Software Company,"Artworx Software Co, Inc.",,,,,,,1985-01-01, +/games/boxart/default.jpg,Students of the Round,PSP,Misc,Experience Inc.,Unknown,,,,,,,2010-04-30, +/games/boxart/default.jpg,Students of the Round,PC,Misc,Experience Inc.,Unknown,,,,,,,2010-04-30, +/games/boxart/default.jpg,Students of the Round,X360,Misc,Experience Inc.,Unknown,,,,,,,2010-04-30, +/games/boxart/default.jpg,Stunt Guy 2.0,And,Misc,Unknown,Unknown,,,,,,,2014-04-16, +/games/boxart/full_9576394JapanFrontccc.jpg,Style Book: Fushigi Boshi no Futago Hime Gyu!,DS,Misc,Bandai,Bandai,,,,,,,2006-03-23, +/games/boxart/default.jpg,Subete Gatsugun Agaru Kimochi Chiyosa! Kotobashi-ru,DSiW,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2010-11-10, +/games/boxart/default.jpg,Subject 9,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-16, +/games/boxart/default.jpg,Subject 9,PC,Misc,Unknown,Unknown,,,,,,,2013-08-16, +/games/boxart/default.jpg,Subway Surfers,And,Misc,Kiloo Games,Unknown,,,,,,,2012-05-24, +/games/boxart/default.jpg,Successfully Learning English: Year 2,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-04-15, +/games/boxart/default.jpg,Successfully Learning English: Year 3,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-04-29, +/games/boxart/default.jpg,Successfully Learning English: Year 4,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-05-13, +/games/boxart/default.jpg,Successfully Learning English: Year 5,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-05-27, +/games/boxart/default.jpg,Successfully Learning German Year 4,DSiW,Misc,Unknown,Tivola Publishing GmbH,,,,,,,, +/games/boxart/default.jpg,Successfully Learning German: Year 2,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-17, +/games/boxart/default.jpg,Successfully Learning German: Year 2,WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-17, +/games/boxart/default.jpg,Successfully Learning German: Year 3,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-30, +/games/boxart/default.jpg,Successfully Learning German: Year 3,WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-30, +/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 2",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-04, +/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 3",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-11, +/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 4",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-25, +/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 5",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-04-08, +/games/boxart/full_5861324AmericaFrontccc.jpg,SUDOKU,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2009-10-26, +/games/boxart/full_sugoro-quest-dice-no-senshi-tachi_2JapanFront.jpg,Sugoro Quest: Dice no Senshi Tachi,NES,Misc,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1991-06-28, +/games/boxart/full_sugoro-quest-dice-no-senshi-tachi_142JapanFront.jpg,Sugoro Quest: Dice no Senshi Tachi,VC,Misc,Arc System Works,Arc System Works,,,,,,,, +/games/boxart/default.jpg,Sukusuku Native Eigoki Calendar,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-05-26, +/games/boxart/default.jpg,Sumeragi Ryouko no Bitch na 1 nichi,PC,Misc,Unknown,CodePink,,,,,,,2011-07-29, +/games/boxart/default.jpg,Summer Games 3D,And,Misc,Tangram3D,Unknown,,,,,,,2011-09-15, +/games/boxart/default.jpg,SUMMON MASTERS,And,Misc,BiCore,Unknown,,,,,,,2014-03-05, +/games/boxart/1132384ccc.jpg,Super Action Pack,2600,Misc,Activision,Activision,,,,,,,1988-01-01, +/games/boxart/full_748232JapanFrontccc.jpg,Super B-Daman Battle Phoenix 64,N64,Misc,Hudson Soft,Takara,,,,,,,1998-07-24, +/games/boxart/default.jpg,Super Black Bass 3D,3DS,Misc,Rising Star Games,Unknown,,,,,,,2013-09-19, +/games/boxart/686143ccc.jpg,Super Caesars Palace,SNES,Misc,Virgin Interactive,Illusions Gaming Company,,,,,,,1993-01-01, +/games/boxart/full_super-double-yakuman_14JapanFront.jpg,Super Double Yakuman,SNES,Misc,Vap,Vap,,,,,,,1994-04-01, +/games/boxart/full_super-double-yakuman-ii_168JapanFront.jpg,Super Double Yakuman II,SNES,Misc,Vap,Vap,,,,,,,1997-03-14, +/games/boxart/default.jpg,Super DX Ball,PC,Misc,Independent,Blitwise Productions,,,,,,,2006-02-03, +/games/boxart/full_687935AmericaFrontccc.jpg,Super Game Boy,SNES,Misc,Nintendo,Nintendo,,,,,,,1994-06-14, +/games/boxart/default.jpg,Super High Impact,GEN,Misc,Arena Entertainment,Unknown,,,,,,,1992-01-01, +/games/boxart/5522281ccc.jpg,Super Jeopardy!,NES,Misc,GameTek,GameTek,,,,,,,1991-09-01, +/games/boxart/full_super-jinsei-game_863JapanFront.jpg,Super Jinsei Game,SNES,Misc,Takara,Takara,,,,,,,1994-03-18, +/games/boxart/full_super-jinsei-game-3_367JapanFront.jpg,Super Jinsei Game 3,SNES,Misc,Takara,Takara,,,,,,,1996-11-29, +/games/boxart/default.jpg,Super Kid Cannon,PC,Misc,Skyjoy Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Super Kid Cannon,And,Misc,Skyjoy Interactive,Unknown,,,,,,,2015-01-01, +/games/boxart/full_4144206JapanFrontccc.jpg,Super Mahjong,SNES,Misc,I'Max,I'Max,,,,,,,1992-08-22, +/games/boxart/full_super-mahjong-3-karakuchi_242JapanFront.jpg,Super Mahjong 3: Karakuchi,SNES,Misc,I'Max,I'Max,,,,,,,1994-11-25, +/games/boxart/default.jpg,Super Mario Bros.,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-09-19, +/games/boxart/default.jpg,Super Mario Bros.,3DS,Misc,Nintendo,Unknown,,,,,,,2012-02-16, +/games/boxart/1173429ccc.jpg,Super Mario Bros. / Duck Hunt,NES,Misc,Nintendo,Nintendo,,,,,,,1988-11-01, +/games/boxart/8627085ccc.jpg,Super Mario Bros. / Duck Hunt / World Class Track Meet,NES,Misc,Nintendo,Nintendo / Bandai,,,,,,,1990-12-01, +/games/boxart/full_6499299PALFrontccc.jpg,Super Mario Bros. / Tetris / Nintendo World Cup,NES,Misc,Nintendo,Nintendo,,,,,,,1988-11-01, +/games/boxart/default.jpg,Super Mario Bros. 3,3DS,Misc,Nintendo,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Super Mario Bros. 3,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Super Mario Bros.: The Lost Levels,3DS,Misc,Nintendo,Unknown,,,,,,,2012-12-27, +/games/boxart/full_6622213AmericaFrontccc.png,Super Mario World 2: Yoshi's Island,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-24, +/games/boxart/full_super-me-mail-gb-me-mail-bear-no-happy-mail-town_132JapanFront.jpg,Super Me-Mail GB: Me-Mail Bear no Happy Mail Town,GB,Misc,Konami,Konami,,,,,,,2000-12-01, +/games/boxart/full_super-mic-chan_457JapanFront.jpg,Super Micchan,PS2,Misc,Pacific Century Cyber Works,Jaleco Entertainment,,,,,,,2001-04-26, +/games/boxart/full_super-momotarou-dentetsu_5JapanFront.jpg,Super Momotarou Dentetsu,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1989-09-15, +/games/boxart/full_super-momotarou-dentetsu-ii_1JapanFront.jpg,Super Momotarou Dentetsu II,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1991-12-20, +/games/boxart/full_6070030JapanFrontccc.jpg,Super Momotarou Dentetsu II,SNES,Misc,Hudson Soft,Hudson Soft,,,,,,,1992-08-07, +/games/boxart/full_super-momotarou-dentetsu-iii_7JapanFront.jpg,Super Momotarou Dentetsu III,GG,Misc,Hudson Soft,Hudson Soft,,,,,,,1995-12-15, +/games/boxart/default.jpg,Super Monkey Ball Bounce,And,Misc,Sega,Unknown,,,,,,,2014-09-04, +/games/boxart/full_9505869AmericaFrontccc.jpg,Super Motherload,PS4,Misc,XGen Studios,Unknown,,,,,,,2014-01-01, +/games/boxart/full_8310258AmericaFrontccc.jpg,Super Motherload,PS3,Misc,XGen Studios,Unknown,,,,,,,2014-01-01, +/games/boxart/full_653084AmericaFrontccc.jpg,Super Motherload,PC,Misc,XGen Studios,Unknown,,,,,,,2013-11-15, +/games/boxart/full_1689185AmericaFrontccc.jpg,Super Motherload,OSX,Misc,XGen Studios,Unknown,,,,,,,2013-11-15, +/games/boxart/full_5803506AmericaFrontccc.jpg,Super Pinball: Behind the Mask,SNES,Misc,Nintendo,"KAZe Co., Ltd.",,,,,,,1994-11-01, +/games/boxart/default.jpg,Super Puzzle Platformer Deluxe,PC,Misc,Adult Swim,Unknown,,,,,,,2013-05-24, +/games/boxart/full_4975375JapanFrontccc.jpg,Super Real Mahjong Dousoukai,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2004-11-04, +/games/boxart/full_7234977JapanFrontccc.jpg,Super Real Mahjong P 5 FX,PCFX,Misc,Naxat Soft,Seta Corporation,,,,,,,1996-03-29, +/games/boxart/full_4905388JapanFrontccc.jpg,Super Real Mahjong P 7,SAT,Misc,Seta Corporation,Seta Corporation,,,,,,,1998-05-21, +/games/boxart/full_super-real-mahjong-p5_3JapanFront.jpg,Super Real Mahjong P V,3DO,Misc,Seta Corporation,Seta Corporation,,,,,,,1995-12-15, +/games/boxart/full_9628587JapanFrontccc.jpg,Super Real Mahjong P VI,SAT,Misc,Seta Corporation,Seta Corporation,,,,,,,1996-05-17, +/games/boxart/full_super-real-mahjong-p4-aishou-shindan_1JapanFront.jpg,Super Real Mahjong PIV + Aishou Shindan,3DO,Misc,Seta Corporation,Seta Corporation,,,,,,,1995-03-10, +/games/boxart/full_4977318JapanFrontccc.jpg,Super Robot Pinball,GB,Misc,Media Factory,Media Factory,,,,,,,2001-02-23, +/games/boxart/1093590ccc.jpg,Super Scrabble,GB,Misc,Milton Bradley,Imagineering Inc,,,,,,,1991-03-01, +/games/boxart/full_930337JapanFrontccc.jpg,Super Shogi,SNES,Misc,I'Max,Unknown,,,,,,,1992-06-19, +/games/boxart/full_super-street-fighter-ii-turbo-pinball-fx_389AmericaFront.jpg,Super Street Fighter II Turbo Pinball FX,XBL,Misc,Capcom,Zen Studios,,,,,,,2008-11-13, +/games/boxart/full_7833604JapanFrontccc.jpg,Super Tempo,SAT,Misc,MediaQuest,Aspect Co. Ltd.,,,,,,,1998-04-29, +/games/boxart/default.jpg,Super Time Force,XOne,Misc,Capybara Games,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,Super Time Force,X360,Misc,Capybara Games,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,Super Toy Cars,PC,Misc,Eclipse Entertainment,Unknown,,,,,,,2014-02-27, +/games/boxart/full_super-trump-collection_10JapanFront.jpg,Super Trump Collection,SNES,Misc,Bottom Up,Bottom Up,,,,,,,1995-04-21, +/games/boxart/full_super-trump-collection-2_2JapanFront.jpg,Super Trump Collection 2,SNES,Misc,Bottom Up,Bottom Up,,,,,,,1996-07-19, +/games/boxart/full_super-uno_49JapanFront.jpg,Super UNO,SNES,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1993-11-12, +/games/boxart/default.jpg,Super Win the Game,Linux,Misc,Minor Key Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Super Win the Game,OSX,Misc,Minor Key Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Super Win the Game,PC,Misc,Minor Key Games,Unknown,,,,,,,2015-01-01, +/games/boxart/full_5204209JapanFrontccc.jpg,Super Zugan 2: Tsukanpo Fighter,SNES,Misc,J-Wing,J-Wing,,,,,,,1994-12-30, +/games/boxart/full_super-zugan-hakotenjou-kara-no-shoutai_470JapanFront.jpg,Super Zugan: Hakotenjou kara no Shoutai,SNES,Misc,Electronic Arts Victor,Electronic Arts,,,,,,,1994-02-11, +/games/boxart/default.jpg,Superheroes Mania,And,Misc,Advanced Studio LLC,Unknown,,,,,,,2014-03-13, +/games/boxart/full_1337018JapanFrontccc.jpg,SuperLite 3-in-1: Arcade Classic Shuu,PS,Misc,Success,Success,,,,,,,2002-01-24, +/games/boxart/full_3908651AmericaFrontccc.jpg,Superman Activity Center,PC,Misc,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,1998-01-01, +/games/boxart/default.jpg,Superstar Dance Club: #1 Hits!!!,PSN,Misc,XS Games,Warashi,,,,,,,2010-03-11, +/games/boxart/full_2499585AmericaFrontccc.jpg,Superstar Dance Club: #1. Hits!!!,PS,Misc,XS Games,Warashi,,,,,,,2002-12-01, +/games/boxart/default.jpg,Supreme Ruler 1936,PC,Misc,BattleGoat Studios,Unknown,,,,,,,2014-05-09, +/games/boxart/default.jpg,Surgeon Simulator 2013,OSX,Misc,Bossa Studios,Unknown,,,,,,,2013-04-19, +/games/boxart/default.jpg,Surgeon Simulator 2013,Linux,Misc,Bossa Studios,Unknown,,,,,,,2013-04-19, +/games/boxart/default.jpg,Survarium,PC,Misc,Way Forward,Unknown,,,,,,,2014-01-01, +/games/boxart/full_4060996AmericaFrontccc.jpg,Sushi Bumper,XBL,Misc,Microsoft,Tinderbox,,,,,,,2009-06-17, +/games/boxart/full_662993JapanFrontccc.jpg,Suugaku Master DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-10-15, +/games/boxart/full_suzuki-bakuhatsu_515JapanFront.jpg,Suzuki Bakuhatsu,PS,Misc,Enix,Enix Corporation,,,,,,,2000-07-06, +/games/boxart/default.jpg,Sweet Fuse: At Your Side,PSP,Misc,Aksys Games,Unknown,,,,,,,2013-08-27, +/games/boxart/default.jpg,Sweet Fuse: At Your Side,PSV,Misc,Aksys Games,Unknown,,,,,,,2013-08-27, +/games/boxart/default.jpg,Sweet Lily Dreams,PC,Misc,Unknown,Unknown,,,,,,,2014-05-16, +/games/boxart/default.jpg,Sweet Memories Blackjack,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-07-12, +/games/boxart/full_sweet-reversi_6AmericaFront.jpg,Sweet Reversi,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-15, +/games/boxart/default.jpg,Sweezy Gunner,PC,Misc,Unknown,Unknown,,,,,,,2014-05-06, +/games/boxart/default.jpg,Swipecart,PC,Misc,Unknown,Unknown,,,,,,,2014-05-08, +/games/boxart/full_9856058AmericaFrontccc.jpg,Switch Galaxy Ultra,PS4,Misc,Atomicom,Unknown,,,,,,,2015-01-01, +/games/boxart/full_3324894AmericaFrontccc.jpg,Switch Galaxy Ultra,PSV,Misc,Atomicom,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Sword of Fargoal,OSX,Misc,Chillingo,Unknown,,,,,,,2011-02-03, +/games/boxart/default.jpg,Sword of Fargoal,C64,Misc,Epyx,Unknown,,,,,,,1983-01-01, +/games/boxart/default.jpg,Sword of Fargoal 2,PC,Misc,Fargoal,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Sword of Fargoal 2,Linux,Misc,Fargoal,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Sword of Fargoal 2,OSX,Misc,Fargoal,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Swords & Soldiers II,WiiU,Misc,Ronimo Games,Unknown,,,,,,,2020-12-31, +/games/boxart/full_4741000PALFrontccc.jpg,Swords & Soldiers,WiiU,Misc,Ronimo Games,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,SXPD,And,Misc,Little Chicken Game Company,Unknown,,,,,,,2015-01-01, +/games/boxart/full_sylvania-melody_478JapanFront.jpg,Sylvania Melody: Mori no Nakama to Odori Mashi!,GB,Misc,Takara,Takara,,,,,,,2000-03-17, +/games/boxart/default.jpg,Syndicate,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_3912273AmericaFrontccc.jpg,System Override,XBL,Misc,Microsoft,Centurion Games,,,,,,,2009-06-25, +/games/boxart/default.jpg,T.E.C. 3001,Linux,Misc,Bulkypix,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,T.E.C. 3001,OSX,Misc,Bulkypix,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,T.E.C. 3001,PC,Misc,Bulkypix,Unknown,,,,,,,2014-04-10, +/games/boxart/default.jpg,T2: The Arcade Game,C64,Misc,Probe Entertainment Ltd.,Unknown,,,,,,,1987-01-01, +/games/boxart/full_3884751JapanFrontccc.jpg,Table Game Spirits,DS,Misc,Tasuke,Tasuke,,,,,,,2005-11-10, +/games/boxart/full_8774649JapanFrontccc.jpg,Table Game Spirits 2,DS,Misc,Tasuke,Tasuke,,,,,,,2006-12-07, +/games/boxart/full_8836765JapanFrontccc.jpg,Table Game Spirits V,DS,Misc,Tasuke,Tasuke,,,,,,,2009-06-25, +/games/boxart/690802ccc.jpg,Taboo: The Sixth Sense,NES,Misc,Tradewest,Rare Ltd.,,,,,,,1989-04-01, +/games/boxart/full_7187520JapanFrontccc.jpg,Taiko no Tatsujin Portable,PSP,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2005-08-04, +/games/boxart/full_824304JapanFrontccc.jpg,Taiko no Tatsujin: Atsumare! Matsuri Da!! Yondaime,PS2,Misc,Namco,Namco,,,,,,,2004-07-22, +/games/boxart/full_1255988JapanFrontccc.jpg,Taiko no Tatsujin: Doka! To Oomori Nanadaime,PS2,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2006-12-07, +/games/boxart/full_1753153JapanFrontccc.jpg,Taiko no Tatsujin: Tobikkiri! Anime Special,PS2,Misc,Namco,Namco,,,,,,,2005-08-04, +/games/boxart/full_2257765JapanFrontccc.jpg,Taiko no Tatsujin: Wai Wai Happy Rokudaime,PS2,Misc,Namco,Namco,,,,,,,2005-12-08, +/games/boxart/full_3409329JapanFrontccc.jpg,Taikyoku Igo: Shinzui Go Sennin,PS,Misc,J-Wing,J-Wing,,,,,,,1999-02-04, +/games/boxart/full_3125080JapanFrontccc.jpg,Taikyoku Mahjong: Net de Ron!,PS2,Misc,Arika,Arika,,,,,,,2001-12-20, +/games/boxart/full_taito-variety-pack_698JapanFront.jpg,Taito Variety Pack,GB,Misc,Taito,Taito Corporation,,,,,,,1997-02-28, +/games/boxart/full_taiyoku-igo-heisei-kiin_7JapanFront.jpg,Taiyoku Igo: Heisei Kiin,WS,Misc,Success,Kaga Tech,,,,,,,2000-02-24, +/games/boxart/full_6328029JapanFrontccc.jpg,Takahashi Akiko no Mahjong Seminar,XB,Misc,Success,Success,,,,,,,2002-06-13, +/games/boxart/full_4924691JapanFrontccc.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS,DS,Misc,Genki,Genki,,,,,,,2008-01-24, +/games/boxart/full_7066815JapanFrontccc.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS 2010 Nendohan,DS,Misc,Genki,Genki,,,,,,,2008-12-18, +/games/boxart/full_6684560JapanFrontccc.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS 2011 Nendohan,DS,Misc,Genki,Genki,,,,,,,2010-01-14, +/games/boxart/full_takahashi-shoten-kanshuu-saihinshutsu-spi-perfect-mondaishuu-ds-2012-nendohan_4JapanFront.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS 2012 Nendohan,DS,Misc,Genki,Genki,,,,,,,2010-11-25, +/games/boxart/full_6610738JapanFrontccc.jpg,Take-Out! DS Series 1: Tetsudou Data File,DS,Misc,D3 Publisher,AIUEO-KAN,,,,,,,2009-01-22, +/games/boxart/full_9167920JapanFrontccc.jpg,Take-Out! DS Series 2: Yachou Daizukan,DS,Misc,D3 Publisher,AIUEO-KAN,,,,,,,2009-02-26, +/games/boxart/full_takemiya-masaki-kudan-no-igo-taishou_46JapanFront.jpg,Takemiya Masaki Kudan no Igo Taishou,SNES,Misc,KSS,KSS,,,,,,,1995-08-11, +/games/boxart/full_1261968JapanFrontccc.jpg,Takeshi no Sengoku Fuuunko,NES,Misc,Taito,Taito Corporation,,,,,,,1988-11-25, +/games/boxart/full_2388779JapanFrontccc.jpg,Tako no Marine,DC,Misc,Micro Cabin,Micro Cabin,,,,,,,2002-05-16, +/games/boxart/full_takuyo-mix-box-first-anniversary_10JapanFront.jpg,Takuyo Mix Box: First Anniversary,PSP,Misc,Takuyo,Takuyo,,,,,,,2010-07-29, +/games/boxart/default.jpg,Tales From Space: Mutant Blobs Attack,PSV,Misc,DrinkBox Studios,Unknown,,,,,,,2012-02-21, +/games/boxart/full_5424432AmericaFrontccc.jpg,Tales From Space: Mutant Blobs Attack,PSV,Misc,DrinkBox Studios,Unknown,,,,,,,2012-02-21, +/games/boxart/default.jpg,Tales From Space: Mutant Blobs Attack,PC,Misc,DrinkBox Studios,Unknown,,,,,,,2012-08-15, +/games/boxart/default.jpg,Tales from the Dragon Mountain: the Strix Full,PC,Misc,Cateia Games,Unknown,,,,,,,2014-03-15, +/games/boxart/default.jpg,Tales from the Dragon Mountain: the Strix Full,OSX,Misc,Cateia Games,Unknown,,,,,,,2014-03-15, +/games/boxart/default.jpg,Tales of Asteria,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Tales of Maj'Eyal,OSX,Misc,DarkGod,Unknown,,,,,,,2013-01-25, +/games/boxart/default.jpg,Tales of Monkey Island,OSX,Misc,Telltale Games,Unknown,,,,,,,2010-02-11, +/games/boxart/default.jpg,Tales of Phantasia (GBA),PC,Misc,Ubisoft,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Tales of Phantasia: Full Voice Edition,PS,Misc,Namco Bandai Games,Unknown,,,,,,,1998-12-23, +/games/boxart/default.jpg,Tales of Symphonia: Dawn of the New World,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Tales of the Adventure Company,And,Misc,Imagineering,Unknown,,,,,,,2014-06-05, +/games/boxart/default.jpg,Tales to Enjoy! Little Red Riding Hood,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Tales to Enjoy! Little Red Riding Hood,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Tales to Enjoy! Puss in Boots,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Tales to Enjoy! Puss in Boots,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Tales to Enjoy! Three Little Pigs,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-09, +/games/boxart/default.jpg,Tales to Enjoy! Three Little Pigs,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-09, +/games/boxart/default.jpg,Tales to Enjoy! Ugly Duckling,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-19, +/games/boxart/default.jpg,Tales to Enjoy! Ugly Duckling,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-19, +/games/boxart/full_8558284JapanFrontccc.jpg,TalkMan Shiki: Shabe Lingual Eikaiwa,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-01-18, +/games/boxart/full_7784046JapanFrontccc.jpg,TalkMan Shiki: Shabe Lingual Eikaiwa for Kids!,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-06-28, +/games/boxart/full_1771753JapanFrontccc.jpg,TalkMan Travel,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-12-13, +/games/boxart/full_3260985AmericaFrontccc.png,Talkman Travel: Paris,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2008-08-06, +/games/boxart/full_7780921AmericaFrontccc.png,Talkman Travel: Rome,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2008-08-06, +/games/boxart/full_8472788AmericaFrontccc.png,Talkman Travel: Tokyo,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2008-08-06, +/games/boxart/full_9275327JapanFrontccc.jpg,Tamura Teruaki no Mahjong Seminar,NES,Misc,Pony Canyon,Pony Canyon,,,,,,,1990-09-21, +/games/boxart/full_9278395JapanFrontccc.jpg,Tanaka Torahiko no Uru Toraryuu Shogi,DC,Misc,Arc System Works,Arc System Works,,,,,,,1999-11-11, +/games/boxart/default.jpg,Tango Fiesta,PC,Misc,Mastertronic,Unknown,,,,,,,2020-12-31, +/games/boxart/full_tanimura-hitoshi-no-don-quixote-ga-iku_914JapanFront.jpg,Tanimura Hitoshi no Don Quixote ga Iku,GB,Misc,Atlus,Atlus Co.,,,,,,,2000-08-11, +/games/boxart/default.jpg,Tank Domination,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Tap My Plane,And,Misc,Unknown,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Tappingo,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-02-27, +/games/boxart/full_6262509AmericaFrontccc.png,Tappingo 2,3DS,Misc,Goodbye Galaxy Games,Goodbye Galaxy Games,,,,,,,2014-08-28, +/games/boxart/full_4896511AmericaFrontccc.jpg,Tarot,XBL,Misc,Microsoft,Pill360,,,,,,,2009-09-30, +/games/boxart/full_tarot-uranai_1JapanFront.jpg,Tarot Uranai,3DO,Misc,Unknown,Ariadne,,,,,,,1995-01-13, +/games/boxart/default.jpg,Tasty Blue,PC,Misc,Dingo Inc.,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,Tasty Blue,OSX,Misc,Dingo Inc.,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,Te to Te Try On! Tropical,PSP,Misc,Boost On,Unknown,,,,,,,2012-03-29, +/games/boxart/default.jpg,Team Umizoomi & Dora's Fantastic Flight,DS,Misc,2K Play,Unknown,,,,,,,2012-11-06, +/games/boxart/default.jpg,Tears to Tiara Gaiden: Avalon no Nazo,PSP,Misc,Aqua Plus,Unknown,,,,,,,2010-12-16, +/games/boxart/default.jpg,Tears to Tiara: Kakan no Daichi,PSP,Misc,Aqua Plus,Unknown,,,,,,,2010-11-25, +/games/boxart/full_9566681JapanFrontccc.jpg,Technictix,PS2,Misc,Arika,Arika,,,,,,,2001-01-25, +/games/boxart/full_techno-kitten-adventure_108AmericaFront.jpg,Techno Kitten Adventure,XBL,Misc,Microsoft,xMONOx,,,,,,,2010-09-06, +/games/boxart/default.jpg,Techno Kitten Adventure!,XBL,Misc,Unknown,21 Street Games LLC,,,,,,,, +/games/boxart/full_techno-motor_9JapanFront.jpg,Techno Motor,SAT,Misc,Unknown,Denshi,,,,,,,1998-03-26, +/games/boxart/default.jpg,Teenage Mutant Ninja Turtles: Out of the Shadows,PS3,Misc,Activision,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Teenage Mutant Ninja Turtles: Out of the Shadows,PC,Misc,Activision,Unknown,,,,,,,2013-08-28, +/games/boxart/default.jpg,Teenage Queen,DS,Misc,Unknown,ERE Informatique,,,,,,,, +/games/boxart/full_dynogems-amp-tehra-dark-warrior_2PALFront.png,Tehra Dark Warrior & Dynogems,PSN,Misc,StormBASIC,StormBasic Games,,,,,,,2010-10-19, +/games/boxart/full_2543923PALFrontccc.jpg,Tekken / Ridge Racer,PS,Misc,Sony Computer Entertainment,Namco,,,,,,,2003-01-01, +/games/boxart/default.jpg,Tekken Revolution,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2013-06-11, +/games/boxart/default.jpg,Tekken: Dark Resurrection / Ridge Racer 2,PSP,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2008-12-10, +/games/boxart/full_3965157JapanFrontccc.jpg,Tele-Shibai Wii,Wii,Misc,Konami,Konami,,,,,,,2009-07-30, +/games/boxart/default.jpg,Teleglitch,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-07-24, +/games/boxart/default.jpg,Teleglitch,Linux,Misc,Paradox Interactive,Unknown,,,,,,,2013-07-24, +/games/boxart/default.jpg,Telltale Games' Poker Night 2,OSX,Misc,Telltale Games,Unknown,,,,,,,2013-04-26, +/games/boxart/default.jpg,Telltale Games' Poker Night 2,X360,Misc,Telltale Games,Unknown,,,,,,,2013-04-24, +/games/boxart/default.jpg,Telltale Games' Poker Night 2,PS3,Misc,Telltale Games,Unknown,,,,,,,2013-04-30, +/games/boxart/full_telly-addicts_6PALFront.jpg,Telly Addicts,PS2,Misc,Ubisoft,Ubisoft,,,,,,,2007-11-23, +/games/boxart/default.jpg,Temple Run,WinP,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2013-03-27, +/games/boxart/default.jpg,Temple Run,And,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2012-03-27, +/games/boxart/default.jpg,Temple Run 2,And,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2013-01-17, +/games/boxart/default.jpg,Temple Run 2,WinP,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2013-12-20, +/games/boxart/default.jpg,Temple Run: Brave,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-06-14, +/games/boxart/default.jpg,Temple Run: Oz,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-03-05, +/games/boxart/full_5971999AmericaFrontccc.jpg,Temple Topper,XBL,Misc,Microsoft,idle han,,,,,,,2010-01-02, +/games/boxart/full_temptation_390PALFront.png,tEMPtAtION,PC,Misc,Virgin Interactive,"Papyrus Design Group, Inc., Trilobyte, Inc., Westwood Studios, Inc.",,,,,,,1996-01-01, +/games/boxart/full_tenchou-no-igo_4JapanFront.jpg,Tenchou no Igo,PSP,Misc,NCS,NCS,,,,,,,2010-10-28, +/games/boxart/default.jpg,Tengami,OSX,Misc,Nyamyam,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Tengami,PC,Misc,Nyamyam,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Tengami,WiiU,Misc,Nyamyam,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Tennis Blitz,PC,Misc,Hudson Soft / West One,Unknown,,,,,,,2013-10-17, +/games/boxart/default.jpg,Tennis no Oji-Sama: Kiss of Prince Ice / Flame,PS2,Misc,Konami,Konami,,,,,,,2003-10-30, +/games/boxart/default.jpg,Tennis no Oji-Sama: Love of Prince Bitter / Sweet,PS2,Misc,Konami,Tenky,,,,,,,2004-02-12, +/games/boxart/default.jpg,Tenshi no Hane wo Fumanaide,PC,Misc,Unknown,Mephisto,,,,,,,2011-07-29, +/games/boxart/full_4248977JapanFrontccc.jpg,Tentama: 1st Sunnyside,DC,Misc,KID,KID,,,,,,,2001-10-25, +/games/boxart/default.jpg,Terminator 2 Judgment Day,SNES,Misc,Acclaim Entertainment,Unknown,,,,,,,1994-01-01, +/games/boxart/full_9473301AmericaFrontccc.jpg,Terwilliger,XBL,Misc,Microsoft,domric,,,,,,,2009-04-14, +/games/boxart/full_test-yourself-psychology_133AmericaFront.jpg,Test Yourself: Psychology,PSN,Misc,Creat Studio,Creat Studios,,,,,,,2011-03-08, +/games/boxart/full_3041718AmericaFrontccc.jpg,Texas Cheat 'Em,XBL,Misc,D3 Publisher,Wideload Games Inc.,,,,,,,2009-05-13, +/games/boxart/full_7630418AmericaFrontccc.jpg,Texas Cheat 'Em,PSN,Misc,D3 Publisher,Wideload Games Inc.,,,,,,,2009-05-14, +/games/boxart/full_8063201AmericaFrontccc.jpg,Texas Cheat 'Em,PC,Misc,D3 Publisher,Wideload Games Inc.,,,,,,,2009-08-10, +/games/boxart/full_8261175AmericaFrontccc.jpg,Texas Hold'em,XBL,Misc,TikGames,"TikGames, LLC",6.7,,,,,,2006-08-23, +/games/boxart/full_6229880AmericaFrontccc.jpg,Texas Hold'em Poker,WW,Misc,Gameloft,Gameloft,,,,,,,2009-09-14, +/games/boxart/full_8451835AmericaFrontccc.png,Texas Hold'em Tournament,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-06-01, +/games/boxart/full_9133652JapanFrontccc.jpg,Texthoth Ludo: Arcanum Senki,SAT,Misc,Pai,Falcon,,,,,,,1997-12-18, +/games/boxart/full_that-really-hot-chick_215AmericaFront.jpg,That Really Hot Chick,XBL,Misc,Microsoft,Horrendous Games,,,,,,,2011-08-27, +/games/boxart/full_the-3d-adventures-of-sailor-moon_0AmericaFront.jpg,The 3D Adventures of Sailor Moon,PC,Misc,Unknown,3VR New Media,,,,,,,1997-01-01, +/games/boxart/default.jpg,The Activision Decathlon,C64,Misc,Activision,Unknown,,,,,,,1984-01-01, +/games/boxart/full_7819221AmericaFrontccc.jpg,The Amazing Brain Train!,WW,Misc,Wahoo Studios,NinjaBee,,,,,,,2010-01-18, +/games/boxart/default.jpg,The Amazing Race,DS,Misc,Unknown,Ludia Inc.,,,,,,,2020-12-31, +/games/boxart/default.jpg,The Amazing Race,PC,Misc,Unknown,Ludia Inc.,,,,,,,2020-12-31, +/games/boxart/default.jpg,The Amazing Race,X360,Misc,Unknown,Ludia Inc.,,,,,,,2020-12-31, +/games/boxart/default.jpg,The Amazing Spider-Man 2,And,Misc,Gameloft,Unknown,,,,,,,2014-04-18, +/games/boxart/full_4189356AmericaFrontccc.jpg,The Amazing Virtual Sea-Monkeys,PS,Misc,Conspiracy Entertainment,Creature Labs,,,,,,,2002-01-01, +/games/boxart/full_4458035AmericaFrontccc.jpg,The Amazing Virtual Sea-Monkeys,PC,Misc,Xicat Interactive,Creature Labs,,,,,,,2002-08-11, +/games/boxart/3550343ccc.jpg,The Animals!,3DO,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, +/games/boxart/default.jpg,The Archer,PC,Misc,Unknown,Unknown,,,,,,,2013-10-10, +/games/boxart/full_4795136JapanFrontccc.png,The Band of Thieves & 1000 Pokémon,3DS,Misc,Nintendo,Marvelous,,,,,,,2014-06-05,2018-08-03 +/games/boxart/default.jpg,The Banner Saga,PC,Misc,Versus Evil,Unknown,,,,,,,2014-01-14, +/games/boxart/default.jpg,The Battles of King Arthur,OSX,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,The Battles of King Arthur,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,The Beatles: Rock Band,PS2,Misc,Unknown,Harmonix Music Systems,,,,,,,, +/games/boxart/full_2250233PALFrontccc.jpg,The Big Deal,DS,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-08-14, +/games/boxart/full_3633249PALFrontccc.jpg,The Bitmap Brothers Compilation,PC,Misc,Bitmap Brothers,The Bitmap Brothers,,,,,,,1995-05-01, +/games/boxart/full_6166597AmericaFrontccc.png,The Blackwell Epiphany,PC,Misc,Wadjet Eye Games,Unknown,,,,,,,2014-04-24, +/games/boxart/full_the-cat-and-the-coup_477AmericaFront.jpg,The Cat and the Coup,PC,Misc,Unknown,Peter Brinson and Kurosh ValaNejad,,,,,,,2011-06-15, +/games/boxart/default.jpg,The Cave,X360,Misc,Sega,Unknown,,,,,,,2013-01-23, +/games/boxart/default.jpg,The Cave,PS3,Misc,Sega,Unknown,,,,,,,2012-01-22, +/games/boxart/full_1958781AmericaFrontccc.jpeg,The Cave,WiiU,Misc,Double Fine Productions,Unknown,,,,,,,2013-01-22, +/games/boxart/default.jpg,The Chainsaw Incident,PS4,Misc,ORiGO Games,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,The Chainsaw Incident,PC,Misc,ORiGO Games,Unknown,,,,,,,2016-01-01, +/games/boxart/full_8071679AmericaFrontccc.jpg,The Collector,XBL,Misc,Microsoft,Aztec,,,,,,,2008-12-29, +/games/boxart/default.jpg,The Cosmology of Kyoto,MSD,Misc,Unknown,Unknown,,,,,,,1995-08-30, +/games/boxart/2395771ccc.jpg,The Coven,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1994-01-01, +/games/boxart/default.jpg,The Culling Of The Cows,PC,Misc,Kiss,Unknown,,,,,,,2014-05-09, +/games/boxart/default.jpg,The Dark Eye: Demonicon,X360,Misc,Kalypso Media,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Dark Eye: Demonicon,PS3,Misc,Kalypso Media,Unknown,,,,,,,2015-01-01, +/games/boxart/full_6415044AmericaFrontccc.jpg,The Dark Knight Rises,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,The Dead Linger,PC,Misc,Sandswept Studios,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,The Deepak Chopra Project,X360,Misc,Unknown,Curious Pictures,,,,,,,, +/games/boxart/default.jpg,The Desolate Hope,PC,Misc,Unknown,Unknown,,,,,,,2014-05-05, +/games/boxart/full_6932297AmericaFrontccc.jpg,The Drinking Game,XBL,Misc,Microsoft,North Squard,,,,,,,2009-08-17, +/games/boxart/default.jpg,The Dungeoning,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, +/games/boxart/full_843520AmericaFrontccc.jpg,The Earth Move With The Moon,XBL,Misc,Microsoft,Kosei Wada,,,,,,,2009-11-18, +/games/boxart/full_6074818AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dawnguard,X360,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_6062390AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dawnguard,PS3,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_4559947AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dawnguard,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,The Enchanted Cave,And,Misc,Unknown,Unknown,,,,,,,2014-01-31, +/games/boxart/default.jpg,The Endless Forest,PC,Misc,Tale of Tales,Unknown,,,,,,,2006-02-15, +/games/boxart/full_7755945AmericaFrontccc.jpg,The Exterminator,XBL,Misc,Microsoft,crazzzy stoner,,,,,,,2009-03-20, +/games/boxart/default.jpg,The Fall,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,The Fall,Linux,Misc,Over The Moon,Unknown,,,,,,,2014-05-30, +/games/boxart/full_3509095AmericaFrontccc.jpg,The Fart Machine II,XBL,Misc,Microsoft,Alex Blickenstaff,,,,,,,2009-09-28, +/games/boxart/full_6825360AmericaFrontccc.jpg,The Flashlight,XBL,Misc,Microsoft,Alex Blickenstaff,,,,,,,2009-11-06, +/games/boxart/full_5746465AmericaFrontccc.jpg,The Flight Before Christmas!,XBL,Misc,Microsoft,Torturas,,,,,,,2009-12-15, +/games/boxart/full_1147989AmericaFrontccc.jpg,The Floor is Jelly,PC,Misc,Auren Snyder,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,The Flying Hamster,GBA,Misc,Namco,Unknown,,,,,,,2005-02-22, +/games/boxart/default.jpg,The FreeCell,3DS,Misc,cerasus.media,Unknown,,,,,,,2013-01-24, +/games/boxart/full_4687919AmericaFrontccc.jpg,The Galactic Aquarium,XBL,Misc,Microsoft,GoGo Robot,,,,,,,2009-06-09, +/games/boxart/full_3784894AmericaFrontccc.jpg,The Game of Life,PC,Misc,Hasbro Interactive,Mass Media,,,,,,,1998-09-30, +/games/boxart/full_the-game-of-life-spongebob-squarepants-edition_379AmericaFront.jpg,The Game of Life: SpongeBob SquarePants Edition,PC,Misc,ValuSoft,ValuSoft,,,,,,,2008-08-28, +/games/boxart/default.jpg,The Girl and the Robot,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Girl and the Robot,WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Girl and the Robot,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Girl and the Robot,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Great Gatsby,PC,Misc,Mastertronic,Unknown,,,,,,,2012-03-16, +/games/boxart/default.jpg,The Great Giana Sisters,MSX,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,The Great Giana Sisters,AST,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,The Great Giana Sisters,Amig,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,The Great Giana Sisters,C64,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,The Great Giana Sisters,BRW,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, +/games/boxart/full_9529701AmericaFrontccc.jpg,The Guy Game,PC,Misc,Gathering of Developers,Top Heavy Studios,,,,,,,2004-12-22, +/games/boxart/full_7889760AmericaFrontccc.jpg,The Headsman,XBL,Misc,Microsoft,David Flook,,,,,,,2009-09-14, +/games/boxart/full_3435430JapanFrontccc.jpg,The Heiwa Otenki Studio,PS,Misc,Aqua Rouge,Aqua Rouge,,,,,,,2001-03-29, +/games/boxart/default.jpg,The History Channel: Civil War - Great Battles,PC,Misc,Activision Value,Unknown,,,,,,,2003-02-11, +/games/boxart/default.jpg,The History Channel: Crusades - Quest for Power,PC,Misc,Activision Value,Unknown,,,,,,,2003-11-11, +/games/boxart/default.jpg,The History Channel: The Alamo - Fight for Independence,PC,Misc,Activision Value,Unknown,,,,,,,2004-04-13, +/games/boxart/default.jpg,The Hobbit: Kingdoms of Middle-earth,And,Misc,Kabam,Unknown,,,,,,,2012-10-25, +/games/boxart/full_5716095AmericaFrontccc.jpg,The Hula Hamsters,PC,Misc,3A Studios,3A Studios Inc,,,,,,,2005-01-01, +/games/boxart/default.jpg,The Hunger Games Adventures,BRW,Misc,"Funtactix, Inc",Unknown,,,,,,,2012-03-30, +/games/boxart/default.jpg,The Hunger Games Adventures,And,Misc,"Funtactix, Inc",Unknown,,,,,,,2012-09-13, +/games/boxart/full_the-idolmster-2_741JapanFront.jpg,The Idolm@ster 2,X360,Misc,Bandai,Bandai Namco Games,,,,,,,2011-02-24, +/games/boxart/default.jpg,The Incredibles,OSX,Misc,THQ,Unknown,,,,,,,2004-10-29, +/games/boxart/default.jpg,The Incredibles: When Danger Calls,OSX,Misc,THQ,Unknown,,,,,,,2004-11-03, +/games/boxart/full_the-indian-in-the-cupboard_566AmericaFront.jpg,The Indian in the Cupboard,PC,Misc,Viacom,Viacom New Media,,,,,,,1995-12-27, +/games/boxart/default.jpg,The Inner World,OSX,Misc,Headup Games,Unknown,,,,,,,2013-07-01, +/games/boxart/default.jpg,The Irregular at Magic High School: Out of Order,PSV,Misc,Namco Bandai Games,Unknown,,,,,,,2014-10-30, +/games/boxart/full_the-king-of-fighters-96-neogeo-collection-cd_759JapanFront.jpg,The King of Fighters '96: NeoGeo Collection (CD),NG,Misc,SNK,SNK Corporation,,,,,,,1997-02-14, +/games/boxart/default.jpg,The King of Fighters '97,Arc,Misc,Trigger Apps,Unknown,,,,,,,1997-07-28, +/games/boxart/default.jpg,The King of Fighters '97,Wii,Misc,SNK Playmore,Unknown,,,,,,,2012-03-08, +/games/boxart/default.jpg,The King of Fighters '97,Linux,Misc,Trigger Apps,Unknown,,,,,,,1997-10-30, +/games/boxart/full_the-land-before-time-kindergarten-adventure_874AmericaFront.jpg,The Land Before Time: Kindergarten Adventure,PC,Misc,Brighter Minds Media,Brighter Minds Media,,,,,,,2005-10-12, +/games/boxart/full_the-land-before-time-prehistoric-adventures_365AmericaFront.jpg,The Land Before Time: Prehistoric Adventures,PC,Misc,Brighter Minds Media,Brighter Minds Media,,,,,,,2004-09-16, +/games/boxart/full_8858588AmericaFrontccc.jpg,The Last Cannonball,XBL,Misc,Microsoft,Jhample,,,,,,,2009-08-14, +/games/boxart/default.jpg,The Last Door,OSX,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,The Last Door,Linux,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,The Last Door,PC,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,The Last Federation,OSX,Misc,"Arcen Games, LLC",Unknown,,,,,,,2014-04-18, +/games/boxart/default.jpg,The Last Federation,PC,Misc,"Arcen Games, LLC",Unknown,,,,,,,2014-04-18, +/games/boxart/default.jpg,The Last Federation,Linux,Misc,"Arcen Games, LLC",Unknown,,,,,,,2014-04-18, +/games/boxart/default.jpg,The Legend of Heroes II: Prophecy of the Moonlight Witch,SAT,Misc,Bandai,Unknown,,,,,,,1998-02-26, +/games/boxart/default.jpg,The Legend of Heroes III: Song of the Ocean,PC,Misc,Falcom Corporation,Unknown,,,,,,,1999-12-09, +/games/boxart/default.jpg,The Legend of Heroes: A Tear of Vermillion,PS,Misc,Bandai,Unknown,,,,,,,1998-08-27, +/games/boxart/default.jpg,The Legend of Heroes: A Tear of Vermillion,PC,Misc,Bandai,Unknown,,,,,,,2000-12-07, +/games/boxart/default.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,DS,Misc,Activision,Unknown,,,,,,,2007-06-19, +/games/boxart/full_6369761PALFrontccc.jpg,The Legend of Zelda: The Minish Cap,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-06-05, +/games/boxart/default.jpg,The Legend of Zelda: The Minish Cap,3DS,Misc,Nintendo,Unknown,,,,,,,2011-12-16, +/games/boxart/default.jpg,The Lone Ranger by Disney,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-07-03, +/games/boxart/default.jpg,The Lord of the Rings: Online Trading Card Game,PC,Misc,Worlds Apart,Worlds Apart,,,,,,,2004-01-31, +/games/boxart/default.jpg,The Lords of Midnight,ZXS,Misc,Unknown,Unknown,,,,,,,1984-01-01, +/games/boxart/default.jpg,The Lords of Midnight,C64,Misc,Beyond Software,Unknown,,,,,,,1984-01-01, +/games/boxart/1702298ccc.jpg,The Lost Cases of Sherlock Holmes,PC,Misc,Legacy Interactive,Unknown,,,,,,,2008-05-15, +/games/boxart/default.jpg,The Lost Town: The Jungle,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-08-02, +/games/boxart/default.jpg,The Lost Treasures of Alexandria,DSi,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,The Lost Vikings,MSD,Misc,Interplay Productions,Unknown,,,,,,,1993-01-01, +/games/boxart/full_2121837AmericaFrontccc.jpg,The Lost Vikings,Amig,Misc,Interplay Productions,Unknown,,,,,,,1993-01-01, +/games/boxart/full_473120PALFrontccc.jpg,The Lost Vikings,CD32,Misc,Interplay Productions,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,The Merchant of Menace: The Lost Episode,PC,Misc,BBC Multimedia,Unknown,,,,,,,2014-05-28, +/games/boxart/default.jpg,The Merchant of Menace: The Lost Episode,And,Misc,BBC Multimedia,Unknown,,,,,,,2014-07-24, +/games/boxart/full_8757330AmericaFrontccc.jpg,The Miracle Piano Teaching System,NES,Misc,Mindscape,The Software Toolworks,,,,,,,1990-01-01, +/games/boxart/full_9411778AmericaFrontccc.jpg,The Miracle Piano Teaching System,GEN,Misc,Software Toolworks,The Software Toolworks,,,,,,,1992-01-01, +/games/boxart/full_330893AmericaFrontccc.jpg,The Miracle Piano Teaching System,SNES,Misc,Software Toolworks,The Software Toolworks,,,,,,,1991-01-01, +/games/boxart/full_the-monopoly-game-2_850JapanFront.jpg,The Monopoly Game 2,SNES,Misc,Tomy Corporation,Tomcat System,,,,,,,1995-03-31, +/games/boxart/default.jpg,The Music Game,PC,Misc,Broken Rules,Unknown,,,,,,,2014-01-07, +/games/boxart/default.jpg,The Music Game,OSX,Misc,Broken Rules,Unknown,,,,,,,2014-01-07, +/games/boxart/full_the-mysteries-through-time-collection_740PALFront.jpg,The Mysteries Through Time Collection,PC,Misc,Mastertronic,Various,,,,,,,2011-11-04, +/games/boxart/default.jpg,The Mysterious Cities of Gold: Secret Paths,PC,Misc,Unknown,Unknown,,,,,,,2013-11-21, +/games/boxart/default.jpg,The Mysterious Cities of Gold: Secret Paths,3DS,Misc,Unknown,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,The Mysterious Cities of Gold: Secret Paths,WiiU,Misc,Unknown,Unknown,,,,,,,2013-11-21, +/games/boxart/full_4221341AmericaFrontccc.jpg,The Mystic Orb,XBL,Misc,Microsoft,Unknown,,,,,,,2009-05-15, +/games/boxart/full_the-naked-brothers-band-the-video-game_963AmericaFront.jpg,The Naked Brothers Band: The Video Game,PC,Misc,THQ,Barking Lizards Technologies,,,,,,,2008-10-15, +/games/boxart/full_the-oddboxx_474AmericaFront.jpg,The Oddboxx,PC,Misc,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2010-12-20, +/games/boxart/full_5946300JapanFrontccc.jpg,The Oni Taiji: Mokushi Se! Ni Yome Momotarou,PS,Misc,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1995-10-13, +/games/boxart/full_2705776AmericaFrontccc.jpg,The Oracle,XBL,Misc,Microsoft,loidl,,,,,,,2009-08-04, +/games/boxart/full_the-path-of-go_648AmericaFront.jpg,The Path of Go,XBL,Misc,Microsoft,Microsoft Research,,,,,,,2010-12-15, +/games/boxart/default.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again,PC,Misc,Namco Bandai Games,Unknown,,,,,,,2014-03-28, +/games/boxart/full_2515402AmericaFrontccc.jpg,The Periodic Table,XBL,Misc,Microsoft,Wiley,,,,,,,2009-07-29, +/games/boxart/default.jpg,The Pinball Arcade,PS4,Misc,FarSight Studios,FarSight Studios,,,,,,,2013-11-15,2017-12-31 +/games/boxart/default.jpg,The PowerPuff Girls Learning Challenge #1- Mojo Jojo's Clone Zone,PC,Misc,The Learning Company,The Learning Company,,,,,,,2002-01-22, +/games/boxart/8300435ccc.jpg,The Price is Right,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,2008-09-22, +/games/boxart/full_the-price-is-right_416PALFront.jpg,The Price is Right,DSiW,Misc,Ludia,Ludia Inc.,,,,,,,2010-04-09, +/games/boxart/full_the-price-is-right_2AmericaFront.jpg,The Price is Right,PSN,Misc,Ludia,Ludia Inc.,,,,,,,2010-05-18, +/games/boxart/full_6814830AmericaFrontccc.jpg,The Price is Right 2010 Edition,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,2009-09-22, +/games/boxart/default.jpg,The Price is Right: Decades,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,, +/games/boxart/default.jpg,The Promised Land,PC,Misc,Buka Entertainment,Unknown,,,,,,,2014-04-25, +/games/boxart/default.jpg,The Punisher (2005),PS2,Misc,THQ,Unknown,,,,,,,2005-03-04, +/games/boxart/default.jpg,The Punisher (2005),XB,Misc,THQ,Unknown,,,,,,,2005-03-04, +/games/boxart/default.jpg,The Punisher (2005),PC,Misc,THQ,Unknown,,,,,,,2005-03-04, +/games/boxart/default.jpg,The Rabbit's Apprentice,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-05-28, +/games/boxart/default.jpg,The Rainbow Colored Deer Games,PSV,Misc,Isayonline Services,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Rainbow Colored Deer Games,3DS,Misc,Isayonline Services,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Rainbow Colored Deer Games,WiiU,Misc,Isayonline Services,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Rainbow Colored Deer Games,PC,Misc,Isayonline Services,Unknown,,,,,,,2014-02-06, +/games/boxart/default.jpg,The Rainbow Colored Deer Games,OSX,Misc,Isayonline Services,Unknown,,,,,,,2014-02-06, +/games/boxart/default.jpg,The Rainbow Colored Deer Games,And,Misc,Isayonline Services,Unknown,,,,,,,2014-02-06, +/games/boxart/default.jpg,The Red Solstice,PC,Misc,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/full_3459043JapanFrontccc.jpg,The Renai Simulation 2: Fureai,DC,Misc,D3 Publisher,HuneX,,,,,,,2002-09-26, +/games/boxart/full_6947482JapanFrontccc.jpg,The Renai Simulation: Natsuiro Celebration,DC,Misc,D3 Publisher,HuneX,,,,,,,2002-09-26, +/games/boxart/full_the-rockin-dead_444AmericaFront.jpg,The Rockin' Dead,PC,Misc,Unknown,bitComposer Games,,,,,,,, +/games/boxart/default.jpg,The Royal Trap,PC,Misc,Fabio Ricci,Unknown,,,,,,,2013-02-23, +/games/boxart/default.jpg,The Royal Trap,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2013-02-23, +/games/boxart/default.jpg,The Royal Trap,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2013-02-23, +/games/boxart/default.jpg,The Samaritan Paradox,PC,Misc,Screen 7,Unknown,,,,,,,2014-03-20, +/games/boxart/6018691ccc.jpg,The San Diego Zoo Presents: The Animals!,SCD,Misc,Software Toolworks,Arnowitz Studios,,,,,,,1994-06-01, +/games/boxart/default.jpg,The Secret of Monkey Island,PS3,Misc,LucasArts,Unknown,,,,,,,2009-07-23, +/games/boxart/default.jpg,The Secret of Monkey Island,X360,Misc,LucasArts,Unknown,,,,,,,2009-07-15, +/games/boxart/default.jpg,The Secret Society - Hidden Mystery,And,Misc,G5 Entertainment,Unknown,,,,,,,2013-06-06, +/games/boxart/full_the-seller_574AmericaFront.jpg,The Seller,DSiW,Misc,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2011-01-17, +/games/boxart/full_5607058JapanFrontccc.jpg,The Shinri Game IV: Itsumo Shin ni Hoshizora o,PS,Misc,Visit,Visit,,,,,,,1998-11-05, +/games/boxart/full_1233704AmericaFrontccc.jpg,The Showdown Effect,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-03-05, +/games/boxart/default.jpg,The Sims 3: Pets,And,Misc,Electronic Arts,Unknown,,,,,,,2011-09-06, +/games/boxart/default.jpg,The Sims 3: Showtime,DS,Misc,Electronic Arts,Unknown,,,,,,,2010-10-26, +/games/boxart/default.jpg,The Sims 3: Showtime,PS3,Misc,Electronic Arts,Unknown,,,,,,,2010-10-26, +/games/boxart/default.jpg,The Sims 3: Showtime,X360,Misc,Electronic Arts,Unknown,,,,,,,2010-10-26, +/games/boxart/default.jpg,The Sims 3: Showtime,3DS,Misc,Electronic Arts,Unknown,,,,,,,2011-03-27, +/games/boxart/default.jpg,The Sims 3: Showtime,Wii,Misc,Electronic Arts,Unknown,,,,,,,2010-11-15, +/games/boxart/default.jpg,The Sims 4,OSX,Misc,Electronic Arts,Unknown,,,,,,,2015-02-17, +/games/boxart/default.jpg,The Sims FreePlay,And,Misc,Electronic Arts,Unknown,,,,,,,2012-02-15, +/games/boxart/default.jpg,The Sims Online,PC,Misc,Electronic Arts,Unknown,,,,,,,2002-12-17, +/games/boxart/default.jpg,The Stomping Land,PC,Misc,Unknown,Unknown,,,,,,,2014-05-30, +/games/boxart/default.jpg,The Story of a Star,And,Misc,Bally Midway,Unknown,,,,,,,2014-05-14, +/games/boxart/default.jpg,The Swapper,PSV,Misc,Curve Studios,Unknown,,,,,,,2014-06-25, +/games/boxart/default.jpg,The Swapper,PS4,Misc,Curve Studios,Unknown,,,,,,,2014-06-25, +/games/boxart/default.jpg,The Swapper,PS3,Misc,Curve Studios,Unknown,,,,,,,2014-06-25, +/games/boxart/default.jpg,The Train Giant,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,The Trash Pack,DS,Misc,Activision,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,The Trash Pack,3DS,Misc,Activision,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,The Treasures of Montezuma 3,PC,Misc,Alawar Entertainment,Unknown,,,,,,,2011-06-15, +/games/boxart/default.jpg,The Treasures of Montezuma 3,OSX,Misc,Alawar Entertainment,Unknown,,,,,,,2011-09-22, +/games/boxart/default.jpg,The Treasures of Montezuma 3,And,Misc,Alawar Entertainment,Unknown,,,,,,,2012-09-27, +/games/boxart/default.jpg,The Tribez,BRW,Misc,"Game Insight, LLC",Unknown,,,,,,,2012-10-11, +/games/boxart/default.jpg,The Tribez,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2012-10-11, +/games/boxart/default.jpg,The Tribez & Castlez,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2014-02-19, +/games/boxart/default.jpg,The Ugly Duckling Games by eBo,WiiU,Misc,Line One Games,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Ugly Duckling Games by eBo,PC,Misc,Line One Games,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,The Ugly Duckling Games by eBo,Linux,Misc,Line One Games,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,The Ugly Duckling Games by eBo,OSX,Misc,Line One Games,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,The Ugly Duckling Interactive Game Book,And,Misc,Lyn And Line LLC,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,The Ugly Duckling Interactive Game Book,OSX,Misc,Lyn And Line LLC,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,The Ugly Duckling Interactive Game Book,PC,Misc,Lyn And Line LLC,Unknown,,,,,,,2014-04-01, +/games/boxart/full_6328430AmericaFrontccc.jpg,The Unfinished Swan,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2012-10-16, +/games/boxart/full_7667302JapanFrontccc.jpg,The Uranai,PS,Misc,Visit,Visit,,,,,,,1999-11-11, +/games/boxart/full_6511869JapanFrontccc.jpg,The Uranai 2,PS,Misc,Visit,Visit,,,,,,,1999-11-18, +/games/boxart/full_2566116JapanFrontccc.jpg,The Uranai 3,PS,Misc,Visit,Visit,,,,,,,2000-08-24, +/games/boxart/full_539464JapanFrontccc.jpg,The Uranai 4,PS,Misc,Visit,Visit,,,,,,,2000-08-24, +/games/boxart/full_903271JapanFrontccc.jpg,The Uranai 5,PS,Misc,Visit,Visit,,,,,,,2000-11-30, +/games/boxart/full_8586143JapanFrontccc.jpg,The Uranai 6,PS,Misc,Visit,Visit,,,,,,,2000-11-30, +/games/boxart/full_2814163AmericaFrontccc.jpg,The Vault of Darkness,PC,Misc,Electronic Arts,Electronic Arts,,,,,,,2004-05-17,2018-01-10 +/games/boxart/full_the-very-hungry-caterpillars-abcs_3AmericaFront.jpg,The Very Hungry Caterpillar's ABCs,WW,Misc,Cybird,"CYBIRD Co.,Ltd",,,,,,,2010-09-20, +/games/boxart/full_6400973AmericaFrontccc.jpg,The Visualizer,XBL,Misc,Microsoft,ShadowRage,,,,,,,2009-10-03, +/games/boxart/default.jpg,The Voyage,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,The Walking Dead: A Telltale Games Series,OSX,Misc,Telltale Games,Unknown,,,,,,,2012-04-24, +/games/boxart/default.jpg,The Walking Dead: Season Two,Ouya,Misc,Telltale Games,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,The Walking Dead: Season Two,OSX,Misc,Telltale Games,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,The Warriors,PS3,Misc,Rockstar Games,Unknown,,,,,,,2013-05-28, +/games/boxart/full_6665788PALFrontccc.jpg,The Weakest Link,PS2,Misc,Activision,Traveller's Tales,,,,,,,2001-11-02, +/games/boxart/full_5204146AmericaFrontccc.jpg,The Weakest Link,PC,Misc,Activision,Traveller's Tales,,,,,,,2001-10-01, +/games/boxart/default.jpg,The Wiggles: Wiggly Party,PC,Misc,Unknown,Playhouse Disney,,,,,,,, +/games/boxart/default.jpg,The Witch's Yarn,OSX,Misc,Mousechief,Unknown,,,,,,,2014-04-03, +/games/boxart/default.jpg,The Witch's Yarn,PC,Misc,Mousechief,Unknown,,,,,,,2014-04-03, +/games/boxart/full_5236907JapanFrontccc.png,The World of Golden Eggs: Nori Nori Rhythm Kei,Wii,Misc,AQ Interactive,AQ Interactive,,,,,,,2008-06-26, +/games/boxart/full_the-x-factor-sing_6PALFront.jpg,The X-Factor: Sing,PC,Misc,Black Bean Games,Lago,,,,,,,2005-10-21, +/games/boxart/full_the-x-factor-sing_10PALFront.jpg,The X-Factor: Sing,PS2,Misc,Black Bean Games,Lago,,,,,,,2005-10-21, +/games/boxart/full_2888426JapanFrontccc.jpg,The Yakyuu Ken Special: Konya wa 12-kai Ikusa,SAT,Misc,Societa Daikanyama,Societa Daikanyama,,,,,,,1995-07-28, +/games/boxart/full_the-yakyuuken-special_9JapanFront.jpg,The Yakyuuken Special,3DO,Misc,Unknown,Soshietta,,,,,,,1994-11-11, +/games/boxart/full_9441784AmericaFrontccc.jpg,TheAmazingRumblingHypnoDisc,XBL,Misc,Microsoft,Aztec,,,,,,,2009-07-21, +/games/boxart/default.jpg,Theatre Of The Absurd,PC,Misc,Strategy First,Unknown,,,,,,,2012-12-10, +/games/boxart/default.jpg,Theatrhythm Final Fantasy: All-Star Festival,Arc,Misc,Square Enix,Square Enix,,,,,,,2020-12-31, +/games/boxart/default.jpg,There Came an Echo,XOne,Misc,Iridium,Unknown,,,,,,,2015-02-24, +/games/boxart/default.jpg,There Came an Echo,PS4,Misc,Iridium,Unknown,,,,,,,2015-02-24, +/games/boxart/default.jpg,There Came an Echo,PC,Misc,Iridium,Unknown,,,,,,,2015-02-24, +/games/boxart/default.jpg,They Breathe,PC,Misc,The Working Parts,Unknown,,,,,,,2014-05-23, +/games/boxart/default.jpg,They Breathe,X360,Misc,The Working Parts,Unknown,,,,,,,2011-12-06, +/games/boxart/default.jpg,They Need To Be Fed,PC,Misc,Direct Solutions,Unknown,,,,,,,2014-03-25, +/games/boxart/default.jpg,Thinking with Time-Machine,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-14, +/games/boxart/default.jpg,Thinking with Time-Machine,PC,Misc,Unknown,Unknown,,,,,,,2014-04-14, +/games/boxart/default.jpg,Thomas the Tank Engine & Friends,GEN,Misc,THQ,Unknown,,,,,,,1993-01-01, +/games/boxart/default.jpg,Thomas the Tank Engine & Friends,SNES,Misc,THQ,Unknown,,,,,,,1993-01-01, +/games/boxart/full_4138711AmericaFrontccc.jpg,Thomas Was Alone,PSV,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2013-04-23,2018-05-10 +/games/boxart/full_3321048AmericaFrontccc.jpg,Thomas Was Alone,PS3,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2013-04-23,2018-05-10 +/games/boxart/full_9323647AmericaFrontccc.jpg,Thomas Was Alone,OSX,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2012-07-24,2018-05-10 +/games/boxart/full_1319195AmericaFrontccc.jpg,Thomas Was Alone,Linux,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2012-07-24,2018-05-10 +/games/boxart/default.jpg,Thor: The Dark World - The Official Game,And,Misc,Gameloft,Unknown,,,,,,,2013-10-31, +/games/boxart/default.jpg,Threes!,And,Misc,Sirvo LLC,Unknown,,,,,,,2014-03-12, +/games/boxart/default.jpg,Throne of Fire,C64,Misc,Melbourne House,Unknown,,,,,,,1986-01-01, +/games/boxart/default.jpg,Throne of Fire,ZXS,Misc,Melbourne House,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Throne Rush,BRW,Misc,Progrestar,Unknown,,,,,,,2013-10-10, +/games/boxart/default.jpg,Throne Rush,And,Misc,Progrestar,Unknown,,,,,,,2013-10-23, +/games/boxart/default.jpg,Throw Trucks With Your Mind!,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Throw Trucks With Your Mind!,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Thunder Wolves,PC,Misc,bitComposer Games,Unknown,,,,,,,2013-05-15, +/games/boxart/default.jpg,Thunder Wolves,PS3,Misc,bitComposer Games,Unknown,,,,,,,2013-08-13, +/games/boxart/default.jpg,Thunder Wolves,X360,Misc,bitComposer Games,Unknown,,,,,,,2013-06-12, +/games/boxart/default.jpg,THUNDERCATS,DS,Misc,Namco Bandai Games,Unknown,,,,,,,2012-10-30, +/games/boxart/full_4151042AmericaFrontccc.jpg,Ticket to Ride,XBL,Misc,Playful Entertainment,"Next Level Games, Inc.",,,,,,,2008-06-25, +/games/boxart/full_779166AmericaFrontccc.jpg,TicTacToe,XBL,Misc,Microsoft,Aztec,,,,,,,2009-06-06, +/games/boxart/full_9217134PALFrontccc.png,Tiger Trouble,PSN,Misc,Gameshastra,GameShastra,,,,,,,2009-12-22, +/games/boxart/default.jpg,Tiki Monkeys,And,Misc,MilkCap,Unknown,,,,,,,2013-12-31, +/games/boxart/default.jpg,Tile Temple Tactics,And,Misc,AppyNation Ltd.,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Tilt to Live 2: Redonkulous,And,Misc,One Man Left,Unknown,,,,,,,2014-02-24, +/games/boxart/full_6662176PALFrontccc.jpg,Tilt!,PS,Misc,Virgin Interactive,NMS Software,,,,,,,1997-01-01, +/games/boxart/full_1608857AmericaFrontccc.jpg,Time and Tune,XBL,Misc,Microsoft,Justin Le Clair,,,,,,,2009-04-14, +/games/boxart/full_time-cruise_7AmericaFront.jpg,Time Cruise,PCE,Misc,NEC,Sankindo,,,,,,,1992-01-01, +/games/boxart/full_8789660AmericaFrontccc.jpg,Time Flows But Does Not Return,XBL,Misc,Microsoft,The Shape of Games to Come,,,,,,,2009-04-25, +/games/boxart/default.jpg,Tiny Barbarian DX,PC,Misc,Unknown,Unknown,,,,,,,2013-12-03, +/games/boxart/default.jpg,Tiny Dice Dungeon,And,Misc,Kongregate,Unknown,,,,,,,2014-05-11, +/games/boxart/default.jpg,Tiny Dungeon: Birth for Yours,PC,Misc,Unknown,Rosebleu,,,,,,,2011-07-29, +/games/boxart/default.jpg,Tiny Games - Knights & Dragons,3DS,Misc,"Reactor, Inc.",Unknown,,,,,,,2014-05-01, +/games/boxart/default.jpg,Tiny Toon Adventures: Buster and the Beanstalk,PC,Misc,Unknown,Terraglyph Interactive Studios,,,,,,,1996-01-01, +/games/boxart/full_tiny-toon-adventures-cartoon-workshop_4AmericaFront.jpg,Tiny Toon Adventures: Cartoon Workshop,NES,Misc,Konami,Novotrade,,,,,,,1992-12-01, +/games/boxart/default.jpg,Tiny Touchdown,And,Misc,Fat Fish Games,Unknown,,,,,,,2014-03-20, +/games/boxart/full_titan_3JapanFront.jpg,Titan,PCE,Misc,Naxat Soft,ISCO,,,,,,,1991-03-15, +/games/boxart/default.jpg,Titanic: Hidden Expedition,3DS,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-06-26, +/games/boxart/default.jpg,To Heart,PSP,Misc,Aqua Plus,Unknown,,,,,,,2011-10-27, +/games/boxart/default.jpg,To Heart 2,PSP,Misc,Aqua Plus,Unknown,,,,,,,2009-07-30, +/games/boxart/default.jpg,To Heart 2,PS3,Misc,Aqua Plus,Unknown,,,,,,,2011-09-22, +/games/boxart/default.jpg,To Heart 2 Portable,PC,Misc,honeybee,Unknown,,,,,,,2012-12-27, +/games/boxart/default.jpg,To Heart Portable,PC,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Toaru Kanojo no Netorare Kiroku,PC,Misc,Unknown,Miel,,,,,,,2011-06-24, +/games/boxart/default.jpg,Toast Time,And,Misc,Force Of Habit,Unknown,,,,,,,2014-02-06, +/games/boxart/full_tobidase-trouble-hanafuda-douchuuki_655JapanFront.jpg,Tobidase! Trouble Hanafuda Douchuuki,PSP,Misc,Kadokawa Shoten,HuneX,,,,,,,2007-04-19, +/games/boxart/default.jpg,Tobuscus Adventures,PC,Misc,Capcom Production Studio 1,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Tobuscus Adventures,And,Misc,Capcom Production Studio 1,Unknown,,,,,,,2014-01-01, +/games/boxart/full_1984817AmericaFrontccc.jpg,TOCA Championship Racing,PC,Misc,Codemasters,Unknown,,,,,,,1998-08-29, +/games/boxart/full_6341047JapanFrontccc.jpg,TOEIC Test Eitango Speed Master DS,DS,Misc,Creative Core,Creative Core,,,,,,,2009-04-30, +/games/boxart/full_8200061JapanFrontccc.jpg,TOEIC Test Kousiki DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2009-08-27, +/games/boxart/default.jpg,Toeic Test Portable,PSP,Misc,Media5,Unknown,,,,,,,2012-03-22, +/games/boxart/full_9495481JapanFrontccc.jpg,TOEIC Test Super Coach @DS,DS,Misc,Kirihara Shoten,Kirihara Shoten,,,,,,,2010-02-25, +/games/boxart/default.jpg,Toeic Test: Chousoku Training,3DS,Misc,IE Institute,Unknown,,,,,,,2012-04-05, +/games/boxart/default.jpg,Toeic Test: Jissen Tokkun,PSV,Misc,Media5,Unknown,,,,,,,2012-03-22, +/games/boxart/default.jpg,Toki o Kanaderu Waltz,PC,Misc,Unknown,Debo no Su Seisakusho,,,,,,,2011-07-29, +/games/boxart/full_9458210PALFrontccc.png,Toki Tori 2,WiiU,Misc,Two Tribes,Unknown,,,,,,,2013-04-04, +/games/boxart/default.jpg,Toki Tori 2,PC,Misc,Two Tribes,Unknown,,,,,,,2014-01-01, +/games/boxart/full_5490178JapanFrontccc.jpg,Tokimeki Card Paradise: Koi no Royal Straight Flush,PCFX,Misc,Sonnet,Sonnet,,,,,,,1996-01-26, +/games/boxart/full_3015501JapanFrontccc.jpg,Tokimeki Mahjong Paradise Special,3DO,Misc,Sonnet,Sonnet,,,,,,,1996-03-01, +/games/boxart/full_1416892JapanFrontccc.jpg,Tokimeki Memorial 2: Music Video Clips: Circus de Ai Imashou,PS2,Misc,Konami,Konami,,,,,,,2002-04-18, +/games/boxart/full_tokoros-mahjong_912JapanFront.jpg,Tokoro's Mahjong,SNES,Misc,Victory Lap Games,Syscom,,,,,,,1994-09-23, +/games/boxart/full_tokoros-mahjong-jr_95JapanFront.jpg,Tokoro's Mahjong Jr.,GB,Misc,Victory Lap Games,Vic Tokai,,,,,,,1994-12-22, +/games/boxart/full_4943984JapanFrontccc.jpg,Tokutenryoku Gakushuu DS: Chuu-1 Eigo,DS,Misc,Benesse,Benesse,,,,,,,2008-02-05, +/games/boxart/full_5020822JapanFrontccc.jpg,Tokutenryoku Gakushuu DS: Chuu-2 Eigo,DS,Misc,Benesse,Benesse,,,,,,,2008-02-05, +/games/boxart/full_5492656JapanFrontccc.jpg,Tokutenryoku Gakushuu DS: Chuu-3 Eigo,DS,Misc,Benesse,Benesse,,,,,,,2008-02-05, +/games/boxart/full_4412618JapanFrontccc.jpg,Tokyo Odaiba Casino,DS,Misc,Success,Success,,,,,,,2008-02-21, +/games/boxart/default.jpg,Tom Clancy's Politika,PC,Misc,Red Storm Entertainment,Unknown,,,,,,,1997-11-30, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six,OSX,Misc,Red Storm Entertainment,Unknown,,,,,,,1999-12-08, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon Advanced Warfighter 2 Double Pack,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon Advanced Warfighter 2 Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon AW,WiiU,Misc,Ubisoft,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon AW,PC,Misc,Ubisoft,Unknown,,,,,,,2012-08-15, +/games/boxart/default.jpg,Tom Clancy's Splinter Cell Double Agent / Rainbow Six Vegas Double Pack,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, +/games/boxart/default.jpg,Tom Clancy's Splinter Cell Double Agent / Rainbow Six Vegas Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, +/games/boxart/full_tonfuso_3JapanFront.jpg,Tonfuso,WS,Misc,Bandai,Bandai,,,,,,,2001-06-28, +/games/boxart/default.jpg,Tony Hawk's Shred Session,And,Misc,Activision,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Toon Twister 3-D,PC,Misc,Scholastic Inc.,Scholastic,,,,,,,2003-01-01, +/games/boxart/full_tootuff_214PALFront.jpg,Tootuff,GB,Misc,Infogrames,Planet Interactive,,,,,,,2001-06-15, +/games/boxart/default.jpg,Top Gear: Race The Stig,And,Misc,BBC Worldwide,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Top Gear: Race The Stig,WinP,Misc,BBC Worldwide,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Top Ski Racing 2014,And,Misc,Azerbo,Unknown,,,,,,,2014-03-06, +/games/boxart/full_2494846PALFrontccc.jpg,Top Trumps: Doctor Who,PS2,Misc,Eidos Interactive,Rockpool Games,,,,,,,2008-05-16, +/games/boxart/full_7566954PALFrontccc.jpg,Top Trumps: Doctor Who,PC,Misc,Eidos Interactive,Rockpool Games,,,,,,,2008-05-16, +/games/boxart/default.jpg,Tori Tamashii: Chicken-do Shindan,DSiW,Misc,G-mode,G-mode,,,,,,,2009-09-30, +/games/boxart/9810227ccc.jpg,Tori-Emaki,PSN,Misc,Sony Online Entertainment,SCEE London Studio,,,,,,,2008-01-17, +/games/boxart/default.jpg,Toriko: Gourmet Survival!,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2012-07-05, +/games/boxart/full_3960164JapanFrontccc.jpg,Toshinden Card Quest,PS,Misc,Takara,Takara,,,,,,,1998-04-02, +/games/boxart/full_5975906PALFrontccc.jpg,Total Carnage,CD32,Misc,Ars System Works,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,Total Carnage,MSD,Misc,Midway,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,Total Carnage,Amig,Misc,Ars System Works,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,Total Conquest - Online combat and strategy,And,Misc,Gameloft,Unknown,,,,,,,2013-09-18, +/games/boxart/full_2808515AmericaFrontccc.jpg,Total Monarchy,XBL,Misc,Microsoft,glavian999,,,,,,,2009-12-22, +/games/boxart/full_1748948AmericaFrontccc.jpg,TotemBall,XBL,Misc,Microsoft,Strange Flavour,,,,,,,2006-10-04, +/games/boxart/default.jpg,Touch Battle Tank 3D 2,3DS,Misc,Agetec,Unknown,,,,,,,2014-01-30, +/games/boxart/full_4048297JapanFrontccc.jpg,Touch de Manzai! Megami no Etsubo DS,DS,Misc,Ertain,Ertain,,,,,,,2006-06-29, +/games/boxart/default.jpg,Touch de Oboeru Hyakuninisshu: Chotto DSi Shiguredono,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-11-04, +/games/boxart/full_touch-de-rakushou-pachi-slot-sengen-rio-de-carnival_1JapanFront.jpg,Touch de Rakushou! Pachi-Slot Sengen: Rio de Carnival,DS,Misc,Tecmo,Net Corporation,,,,,,,2005-09-08, +/games/boxart/default.jpg,Touch Dictionary,DS,Misc,Daiwon C&A,Daiwon C&A,,,,,,,2005-07-01, +/games/boxart/full_6893211AmericaFrontccc.jpg,Touch Solitaire,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-01-11, +/games/boxart/full_toudai-shogi-jouseki-dojo-kanketsuhen_0JapanFront.jpg,Toudai Shogi: Jouseki Dojo Kanketsuhen,PS2,Misc,NCS,NCS,,,,,,,2004-09-09, +/games/boxart/full_toudai-shogi-meijinsen-dojo-ds_505JapanFront.jpg,Toudai Shogi: Meijinsen Dojo DS,DS,Misc,NCS,NCS,,,,,,,2011-04-21, +/games/boxart/full_toudai-shogi-shikenbisha-dojo_9JapanFront.jpg,Toudai Shogi: Shikenbisha Dojo,PS2,Misc,Mycom,Mycom,,,,,,,2000-12-07, +/games/boxart/full_toudai-shougi-mejinsen-dojo_6JapanFront.jpg,Toudai Shougi: Mejinsen Dojo,PSP,Misc,NCS,NCS,,,,,,,2010-10-28, +/games/boxart/default.jpg,Tousouchuu: Shijou Saikyou no Hunter-Tachi Kara Nigekire!,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-05-29, +/games/boxart/default.jpg,Tower of Ghost,PC,Misc,Unknown,Unknown,,,,,,,2013-01-19, +/games/boxart/default.jpg,Towns,OSX,Misc,Irrational Games / Looking Glass Studios,Unknown,,,,,,,2012-11-07, +/games/boxart/default.jpg,Towns,PC,Misc,Irrational Games / Looking Glass Studios,Unknown,,,,,,,2012-11-07, +/games/boxart/default.jpg,Towtruck Simulator 2015,PC,Misc,UIG Entertainment,Unknown,,,,,,,2014-03-11, +/games/boxart/full_9526314AmericaFrontccc.jpg,Toy Story Activity Center,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,1996-01-01, +/games/boxart/default.jpg,Toy Story CD-ROM Sampler,PC,Misc,Disney Interactive Studios,Disney Interactive,,,,,,,1999-01-01, +/games/boxart/default.jpg,Toy Story CD-ROM Sampler,SNES,Misc,Malibu Games,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,Toy Story: Smash It!,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-02-28, +/games/boxart/default.jpg,TrackMania Turbo: Build to Race,Wii,Misc,City Interactive,Unknown,,,,,,,2011-03-24, +/games/boxart/full_756999AmericaFrontccc.jpg,TrackMania² Stadium,PC,Misc,Ubisoft,Unknown,,,,,,,2013-06-20, +/games/boxart/default.jpg,Traffic Racer,And,Misc,Soner Kara,Unknown,,,,,,,2013-11-13, +/games/boxart/default.jpg,TrainStation,And,Misc,Pixel Federation,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,TrainStation,BRW,Misc,Pixel Federation,Unknown,,,,,,,2012-01-11, +/games/boxart/default.jpg,Trainz Simulator 2,OSX,Misc,N3V Games Pty Ltd,Unknown,,,,,,,2014-03-26, +/games/boxart/default.jpg,Transformers: Revenge of the Fallen,DS,Misc,Activision,Unknown,,,,,,,2009-06-23, +/games/boxart/default.jpg,Transformers: Revenge of the Fallen -- Autobots,PS2,Misc,Activision,Unknown,,,,,,,2009-06-23, +/games/boxart/default.jpg,Transformers: Revenge of the Fallen -- Autobots,Wii,Misc,Activision,Unknown,,,,,,,2009-06-23, +/games/boxart/3101328ccc.jpg,Transformers: The Game,PSP,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Transformers: The Game,Mob,Misc,Activision,Unknown,,,,,,,2007-06-26, +/games/boxart/default.jpg,Travel Adventures with Hello Kitty,3DS,Misc,Bergsala Lightweight,Unknown,,,,,,,2013-10-01, +/games/boxart/full_1739248PALFrontccc.jpg,Travel Coach: Europe 2,DS,Misc,HMH Interactive,HMH Hamburger Medien Haus,,,,,,,2008-11-20, +/games/boxart/full_5876490PALFrontccc.jpg,Travel Coach: Europe 3,DS,Misc,HMH Interactive,HMH Hamburger Medien Haus,,,,,,,2008-11-20, +/games/boxart/default.jpg,Treasure Raiders,And,Misc,Crave Entertainment,Unknown,,,,,,,2014-03-03, +/games/boxart/default.jpg,Treasurenauts,3DS,Misc,Renegade Kid,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Trial Xtreme 3,And,Misc,Deemedya M.S. Ltd.,Unknown,,,,,,,2013-01-09, +/games/boxart/default.jpg,Trials Evolution,PC,Misc,Ubisoft,Unknown,,,,,,,2013-03-21, +/games/boxart/default.jpg,Trials Frontier,And,Misc,Ubisoft,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Trials Fusion,X360,Misc,Ubisoft,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Trials HD,PC,Misc,Ubisoft,Unknown,,,,,,,2013-03-21, +/games/boxart/full_619584AmericaFrontccc.jpg,Trials HD - Big Pack,XBL,Misc,Microsoft,"RedLynx, Ltd.",9,,,,,,2009-12-30, +/games/boxart/default.jpg,Trials Legend,PC,Misc,RedLynx,Unknown,,,,,,,2010-11-17, +/games/boxart/default.jpg,Tribeat,And,Misc,Unknown,Unknown,,,,,,,2014-05-04, +/games/boxart/default.jpg,Tribes Fast Attack,3DS,Misc,Big John Games,Unknown,,,,,,,2013-02-28, +/games/boxart/7896866ccc.jpg,Trick Shot,2600,Misc,Imagic,Imagic,,,,,,,1982-01-01, +/games/boxart/full_8945197AmericaFrontccc.jpg,Triple Pack: Dead Rising / Lost Planet: Extreme Condition Colonies Edition / Devil May Cry 4,X360,Misc,Capcom,Capcom,,,,,,,2009-09-08, +/games/boxart/full_6549112AmericaFrontccc.jpg,Triple Score: 3 Games in 1,GEN,Misc,Sega,Sega,,,,,,,1993-08-16, +/games/boxart/480209ccc.jpg,Trivial Pursuit,SCD,Misc,Virgin Interactive,"Western Technologies, Inc.",,,,,,,1993-01-01, +/games/boxart/full_1065055AmericaFrontccc.jpg,Trivial Pursuit,XBL,Misc,Electronic Arts,Adrenalin Interactive,,,,,,,2009-12-08, +/games/boxart/default.jpg,Trivial Pursuit CD-ROM Edition,PC,Misc,Hasbro Interactive,Adrenalin Entertainment,,,,,,,1996-01-01, +/games/boxart/full_4696445PALFrontccc.jpg,Trivial Pursuit unlimited,PS2,Misc,Atari,Atari,,,,,,,2007-01-01, +/games/boxart/full_1701333PALFrontccc.jpg,Trivial Pursuit unlimited,PC,Misc,Atari,Atari,,,,,,,2007-01-01, +/games/boxart/full_2005331AmericaFrontccc.jpg,Trivial Pursuit: Bring On The 90's Edition,PC,Misc,iWin,iWin,,,,,,,2007-02-28, +/games/boxart/full_2527720PALFrontccc.jpg,Trivial Pursuit: Genus Edition,MS,Misc,Domark Software,Domark,,,,,,,1992-01-01, +/games/boxart/full_4702602AmericaFrontccc.jpg,Trivial Pursuit: Interactive Multimedia Game,PC,Misc,Parker Bros.,"Western Technologies, Inc.",,,,,,,1994-01-01, +/games/boxart/full_3810559AmericaFrontccc.jpg,Trivial Pursuit: Millennium Edition,PC,Misc,Hasbro Interactive,Adrenalin Interactive,,,,,,,1999-12-27, +/games/boxart/full_2919908AmericaFrontccc.jpg,Trivial Pursuit: NASCAR Edition,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,1999-01-01, +/games/boxart/default.jpg,Trolls vs Vikings,And,Misc,Unknown,Unknown,,,,,,,2014-02-26, +/games/boxart/default.jpg,Trolly Bird,PSV,Misc,Unknown,Unknown,,,,,,,2015-02-26, +/games/boxart/default.jpg,Trouserheart,And,Misc,10tons Ltd,Unknown,,,,,,,2013-10-28, +/games/boxart/default.jpg,Trouserheart,WinP,Misc,10tons Ltd,Unknown,,,,,,,2013-11-06, +/games/boxart/full_6083675AmericaFrontccc.jpg,True Pinball,SAT,Misc,Ocean,Digital Illusions,,,,,,,1996-10-31, +/games/boxart/full_trump-boy_0JapanFront.jpg,Trump Boy,GB,Misc,Pack-In-Video,Pack-In-Video,,,,,,,1990-03-29, +/games/boxart/full_trump-boy-2_0JapanFront.jpg,Trump Boy II,GB,Misc,Pack-In-Video,Pack-In-Video,,,,,,,1990-11-09, +/games/boxart/full_trump-collection_8JapanFront.jpg,Trump Collection,WS,Misc,Bottom Up,Bottom Up,,,,,,,1999-07-01, +/games/boxart/full_trump-collection-2_10JapanFront.jpg,Trump Collection 2: Bottom Up Teki Sekai Isshuu no Tabi,WS,Misc,Bottom Up,Bottom Up,,,,,,,2000-09-28, +/games/boxart/full_8803737JapanFrontccc.jpg,Trump Collection GB,GB,Misc,Bottom Up,Bottom Up,,,,,,,1997-11-28, +/games/boxart/full_try-not-to-fart_7AmericaFront.jpg,Try Not To Fart,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2010-06-07,2020-03-03 +/games/boxart/full_1293498JapanFrontccc.jpg,Tsukatte Utau Saru Band,DSiW,Misc,Nintendo,muu muu,,,,,,,2010-04-28, +/games/boxart/full_tsumiki-bloq_256JapanFront.jpg,Tsumiki BLOQ,PS3,Misc,Sony Computer Entertainment,Supermassive Games Ltd.,,,,,,,2011-02-17,2018-04-07 +/games/boxart/full_889608JapanFrontccc.jpg,Tsuushin Taisen Mahjong: Touryuumon,X360,Misc,AQ Interactive,Yuki Enterprise,,,,,,,2006-01-26, +/games/boxart/default.jpg,TUG,PC,Misc,Unknown,Unknown,,,,,,,2014-03-28, +/games/boxart/full_tuneland_90AmericaFront.jpg,Tuneland,PC,Misc,7th Level,7th Level,,,,,,,1994-01-01, +/games/boxart/full_9060378AmericaFrontccc.jpg,Tunescape,XBL,Misc,Microsoft,ladron,,,,,,,2010-04-02, +/games/boxart/full_turntablist-dj-battle_5JapanFront.jpg,Turntablist: DJ Battle,WS,Misc,Bandai,Bandai,,,,,,,1999-11-25, +/games/boxart/default.jpg,Turtle Tale,3DS,Misc,Saturnine Games,Unknown,,,,,,,2014-05-22, +/games/boxart/full_1126609AmericaFrontccc.jpg,TV Calibration,XBL,Misc,Microsoft,Arcane Labs,,,,,,,2009-02-21, +/games/boxart/full_tv-champion_703JapanFront.jpg,TV Champion,GB,Misc,Yutaka,Tom Create,,,,,,,1994-10-28, +/games/boxart/default.jpg,TV Manager 2,PC,Misc,Ascaron Entertainment GmbH,Unknown,,,,,,,2012-03-16, +/games/boxart/6610432ccc.jpg,TV Show King,WW,Misc,Gameloft,Gameloft,,,,,,,2008-05-12, +/games/boxart/full_tv-show-king_1AmericaFront.png,TV Show King,PSN,Misc,Gameloft,Gameloft,,,,,,,2009-08-06, +/games/boxart/full_6901133AmericaFrontccc.jpg,TV Show King 2,WW,Misc,Gameloft,Gameloft,,,,,,,2009-12-21, +/games/boxart/full_tvdj_100JapanFront.jpg,TVDJ,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2000-06-29, +/games/boxart/full_4172527PALFrontccc.jpg,Twenty 2 Party,PS2,Misc,505 Games,Japan Art Media,,,,,,,2005-05-01, +/games/boxart/full_4632714AmericaFrontccc.jpg,Twin 2 Pack: Sonic 3D Blast/Sonic R,PC,Misc,Activision,Sega,,,,,,,2002-01-01, +/games/boxart/default.jpg,Twin Cobra,Arc,Misc,Romstar,Unknown,,,,,,,1987-01-01, +/games/boxart/full_twinkle-nights_8JapanFront.jpg,Twinkle * Nights,3DO,Misc,Unknown,Interlas,,,,,,,1995-03-17, +/games/boxart/full_9375160AmericaFrontccc.jpg,Type Attacks,XBL,Misc,Microsoft,batfox,,,,,,,2008-12-18, +/games/boxart/default.jpg,Typer Shark Deluxe,PC,Misc,PopCap Games,PopCap,,,,,,,2006-08-30, +/games/boxart/default.jpg,Tyrant Unleashed,And,Misc,Kongregate,Unknown,,,,,,,2013-08-08, +/games/boxart/full_uchi-no-3-shimai-no-karaoke-utagassen_770JapanFront.jpg,Uchi no 3 Shimai no Karaoke Utagassen,DS,Misc,Culture Brain,Culture Brain,,,,,,,2010-12-09, +/games/boxart/full_9662522JapanFrontccc.jpg,Uchuu Daisakusen Chocovader: Uchuu kara no Shinryakusha,GBA,Misc,Namco,Namco,,,,,,,2002-12-20, +/games/boxart/full_575335JapanFrontccc.jpg,Uchuu Seibutsu Furopon-Kun,3DO,Misc,Sanyei Shobou,Sanyei Shobou,,,,,,,1994-08-06, +/games/boxart/default.jpg,Ugoite Asobu Diet,DSiW,Misc,Genki,"Shapes, Inc.",,,,,,,2010-07-14, +/games/boxart/full_1201348AmericaFrontccc.jpg,Ultimate Arcade Chat Rooms,XBL,Misc,Microsoft,Raining Talent LLC,,,,,,,2009-11-14, +/games/boxart/default.jpg,Ultimate Band,PS2,Misc,Unknown,Disney Interactive Studios,,,,,,,2020-12-31, +/games/boxart/full_4970257AmericaFrontccc.png,Ultimate Board Game Collection,PSN,Misc,Valcon Games,Jack of All Games,,,,,,,2009-07-08, +/games/boxart/full_ultimate-card-games-2_961AmericaFront.jpg,Ultimate Card Games,DS,Misc,Telegames,"Telegames, Inc.",,,,,,,2011-11-04, +/games/boxart/full_5897552PALFrontccc.jpg,Ultimate Casino,PS2,Misc,505 Games,Amedio,,,,,,,2004-12-01, +/games/boxart/full_ultimate-drums_0AmericaFront.jpg,Ultimate Electronic Drums,XBL,Misc,Microsoft,Angry Aardvark,,,,,,,2010-08-01, +/games/boxart/full_ultimate-lemmings_10PALFront.jpg,Ultimate Lemmings,PC,Misc,Psygnosis,DMA Design,,,,,,,1996-01-01, +/games/boxart/full_9795945PALFrontccc.jpg,Ultimate Mind Games,PS2,Misc,Midas Interactive Entertainment,Yuki Enterprise,,,,,,,2004-06-25, +/games/boxart/default.jpg,Ultimate Mortal Kombat 3,DS,Misc,Midway,Unknown,,,,,,,2007-11-12, +/games/boxart/full_7695159AmericaFrontccc.jpg,Ultimate Pinball,PC,Misc,GT Interactive,Teeny Weeny Games,,,,,,,1996-01-01, +/games/boxart/full_7263504PALFrontccc.jpg,Ultimate Pro Pinball,PS2,Misc,Empire Interactive,Atomic Planet Entertainment,,,,,,,2005-07-22, +/games/boxart/full_3230549PALFrontccc.jpg,Ultimate Pro Pinball,XB,Misc,VU Games,Atomic Planet Entertainment,,,,,,,2006-11-21, +/games/boxart/full_9364102AmericaFrontccc.jpg,Ultimate Pro Pinball,PC,Misc,Empire Interactive,Atomic Planet Entertainment,,,,,,,2006-12-01, +/games/boxart/full_5847255AmericaFrontccc.jpg,Ultimate Wargame Collection Volume 3: Modern Warfare,PC,Misc,SSI,SSI,,,,,,,1999-12-27, +/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,Ouya,Misc,Unknown,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,PC,Misc,Unknown,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,OSX,Misc,Unknown,Unknown,,,,,,,2014-02-25, +/games/boxart/full_7935391AmericaFrontccc.jpg,ULTRA-POWERED MASSAGER!,XBL,Misc,Microsoft,Clay Schubiner,,,,,,,2009-08-12, +/games/boxart/full_1377888JapanFrontccc.jpg,Ultraman Zearth,PS,Misc,Tohoku Shinsha,Tohoku Shinsha,,,,,,,1996-12-20, +/games/boxart/full_6948487JapanFrontccc.jpg,Ultraman Zukan,SAT,Misc,Kodansha,Kodansha,,,,,,,1996-09-13, +/games/boxart/full_9184813JapanFrontccc.jpg,Ultraman Zukan 2,SAT,Misc,Kodansha,Kodansha,,,,,,,1997-12-18, +/games/boxart/full_6719802JapanFrontccc.jpg,Ultraman Zukan 3,SAT,Misc,Kodansha,Kodansha,,,,,,,1998-06-18, +/games/boxart/4830150ccc.jpg,Ultraverse Prime / Microcosm,SCD,Misc,Sony Imagesoft,Various,,,,,,,1994-01-01, +/games/boxart/full_6449522AmericaFrontccc.png,Um Jammer Lammy,PSN,Misc,Sony Computer Entertainment,NanaOn-Sha,,,,,,,2009-10-01, +/games/boxart/full_8319634JapanFrontccc.jpg,Umesawa Yukari no Igo Seminar,XB,Misc,Success,Success,,,,,,,2002-06-13, +/games/boxart/full_6042857JapanFrontccc.jpg,Umezawa Yukari no Taikyoku Igo: Heisei Kiin II,PS,Misc,Daiki,NanaOn-Sha,,,,,,,1998-12-17, +/games/boxart/full_1844652JapanFrontccc.jpg,Umezawa Yukari no Yasashi Igo,DS,Misc,NCS,NCS,,,,,,,2008-01-31, +/games/boxart/full_9126664JapanFrontccc.jpg,Umibe de Reach!,SAT,Misc,Mycom,Mycom,,,,,,,1998-08-20, +/games/boxart/default.jpg,Uncharted Waters: New Horizons,SNES,Misc,Tecmo Koei,Unknown,,,,,,,1994-10-24, +/games/boxart/default.jpg,Uncharted Waters: New Horizons,Wii,Misc,Tecmo Koei,Unknown,,,,,,,2009-04-06, +/games/boxart/default.jpg,Uncharted Waters: New Horizons,WiiU,Misc,Tecmo Koei,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,Undead Bowling,3DS,Misc,G-Style,Unknown,,,,,,,2013-07-18, +/games/boxart/default.jpg,UnderTale,OSX,Misc,Rocket Science,Unknown,,,,,,,2020-12-31, +/games/boxart/full_undou-fusoku-kaishou-punch-de-diet_3JapanFront.jpg,Undou Fusoku Kaishou Punch de Diet,PS,Misc,Unknown,Twilight Express,,,,,,,2002-03-14, +/games/boxart/default.jpg,Unearthed,PS3,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Unearthed,X360,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Unearthed,PC,Misc,Unknown,Unknown,,,,,,,2014-01-03, +/games/boxart/default.jpg,Unepic,WiiU,Misc,EnjoyUp Games,Unknown,,,,,,,2014-01-16, +/games/boxart/default.jpg,United Eleven,PC,Misc,Nexon,Unknown,,,,,,,2014-05-15, +/games/boxart/full_570095AmericaFrontccc.jpg,UNO,GB,Misc,Mattel Interactive,HotGen Studios,7.5,,,,,,1999-12-16, +/games/boxart/full_2998641AmericaFrontccc.jpg,UNO,DSiW,Misc,Gameloft,Gameloft,,,,,,,2009-12-21, +/games/boxart/full_9957506AmericaFrontccc.jpg,UNO,WW,Misc,Gameloft,Gameloft,,,,,,,2010-01-25, +/games/boxart/full_1520666AmericaFrontccc.png,UNO,PSN,Misc,Gameloft,Gameloft,7.5,,,,,,2009-10-01, +/games/boxart/full_uno_550JapanFront.jpg,UNO,PS,Misc,MediaQuest,MediaQuest,,,,,,,1998-04-02, +/games/boxart/default.jpg,UNO,PS2,Misc,Success,Success,,,,,,,2004-03-11, +/games/boxart/full_uno_229AmericaFront.jpg,UNO,PC,Misc,Mattel Interactive,Mattel Interactive,,,,,,,2000-12-01, +/games/boxart/full_2118037AmericaFrontccc.jpg,UNO (2017),PC,Misc,Ubisoft,Ubisoft,,,,,,,2017-01-03,2020-01-31 +/games/boxart/full_uno-psp_7AmericaFront.jpg,UNO (PSP),PSN,Misc,Gameloft,Gameloft,,,,,,,2010-04-22, +/games/boxart/full_uno-2-small-world_655JapanFront.jpg,UNO 2: Small World,GB,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1995-03-03, +/games/boxart/full_uno-52_83AmericaFront.jpg,UNO 52,GBA,Misc,DSI Games,Black Lantern Studios,,,,,,,2006-09-28, +/games/boxart/full_uno-dx_736JapanFront.jpg,UNO DX,SAT,Misc,MediaQuest,Mitsui & Co.,,,,,,,1998-01-29, +/games/boxart/full_380833AmericaFrontccc.jpg,UNO Free Fall,GBA,Misc,DSI Games,Black Lantern Studios,,,,,,,2007-03-06, +/games/boxart/full_9881474AmericaFrontccc.jpg,UNO RUSH,XBL,Misc,Microsoft,Carbonated Games,,,,,,,2009-03-25, +/games/boxart/2761228ccc.jpg,UNO Undercover,PC,Misc,Unknown,Golden Goose Games,,,,,,,2008-01-01, +/games/boxart/full_uno-small-world_395JapanFront.jpg,UNO: Small World,GB,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1993-11-26, +/games/boxart/full_7288437JapanFrontccc.jpg,Unou Ikusei: IQ Breeder - Pet to Nakayoku IQ Lesson,DS,Misc,MegaHouse,MegaHouse,,,,,,,2007-11-22, +/games/boxart/default.jpg,Unsung Story: Tale of the Guardians,And,Misc,"Playdek, Inc.",Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,UnTangle Lines,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,UnTangle Lines,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,UnTangle Lines,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,Up? - Reflex Game,PC,Misc,Unknown,Unknown,,,,,,,2014-03-17, +/games/boxart/default.jpg,Up? - Reflex Game,OSX,Misc,Unknown,Unknown,,,,,,,2014-03-17, +/games/boxart/default.jpg,Up? - Reflex Game,Linux,Misc,Unknown,Unknown,,,,,,,2014-03-17, +/games/boxart/full_8946991AmericaFrontccc.jpg,Urban Art Gallery,XBL,Misc,Microsoft,North West,,,,,,,2009-07-05, +/games/boxart/full_5253842AmericaFrontccc.jpg,Urban Trial Freestyle,3DS,Misc,Unknown,Unknown,,,,,,,2013-01-01, +/games/boxart/full_218527AmericaFrontccc.jpg,Urban Trial Freestyle,PSV,Misc,Unknown,Unknown,,,,,,,2013-01-01, +/games/boxart/full_291447AmericaFrontccc.jpg,Urban Trial Freestyle,PS3,Misc,Unknown,Unknown,,,,,,,2013-01-01, +/games/boxart/default.jpg,Ushimitsu Monstruo: Fushigi na Oki no Dance Party,WW,Misc,Santa Entertainment,Santa Entertainment,,,,,,,2011-08-23, +/games/boxart/default.jpg,Uso Hakken Utsuwa: Kokoronouchi o Nozoichao ☆,DSiW,Misc,Genki,Genki,,,,,,,2010-02-10, +/games/boxart/full_6848267JapanFrontccc.jpg,Utacchi,DS,Misc,Konami,Konami,,,,,,,2010-02-25, +/games/boxart/full_utautau-seirei-songs_773JapanFront.jpg,Utautau: Seirei Songs,PS,Misc,Enix,Enix Corporation,,,,,,,2000-02-24, +/games/boxart/default.jpg,Utawarerumono,PSP,Misc,Aqua Plus,Unknown,,,,,,,2009-05-28, +/games/boxart/default.jpg,Utility Vehicle Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2012-03-14, +/games/boxart/full_2598614JapanFrontccc.jpg,Utsukushii Nihongo no Kakikata Hanashikata DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-05-17, +/games/boxart/default.jpg,Utsushite Jikkan! Diet Memo,DSiW,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2009-08-05, +/games/boxart/full_7141791JapanFrontccc.jpg,V Master Cross,GBA,Misc,Success,Success,,,,,,,2002-07-26, +/games/boxart/7832211ccc.jpg,V.I.P. Casino: Blackjack,WW,Misc,High Voltage Software,"High Voltage Software, Inc.",,,,,,,2008-05-12, +/games/boxart/default.jpg,Vacation Adventures: Park Ranger,3DS,Misc,Microvalue,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Valiant Hearts: The Great War,PS4,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, +/games/boxart/default.jpg,Valiant Hearts: The Great War,PS3,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, +/games/boxart/full_8681871AmericaFrontccc.jpg,Valiant Hearts: The Great War,PC,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, +/games/boxart/default.jpg,Valiant Hearts: The Great War,X360,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, +/games/boxart/full_valis-visual-shuu_2JapanFront.jpg,Valis Visual Shuu,PCE,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1993-02-19, +/games/boxart/full_632233AmericaFrontccc.jpg,Valkyrie's Hentai Anime Poker,PC,Misc,Jast,JAST Japan,,,,,,,1999-01-01, +/games/boxart/default.jpg,Vampire or Not,OSX,Misc,thesetales,Unknown,,,,,,,2015-07-01, +/games/boxart/default.jpg,Vampire or Not,PC,Misc,thesetales,Unknown,,,,,,,2015-07-01, +/games/boxart/default.jpg,Vampire or Not,Linux,Misc,thesetales,Unknown,,,,,,,2015-07-01, +/games/boxart/default.jpg,Vampires,Linux,Misc,SCEA Studio San Diego,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Vampires,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2014-03-06, +/games/boxart/default.jpg,Vampires Until Dawn,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Vampires Vs Werewolves,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-03-03, +/games/boxart/default.jpg,Vampires! What do you know about them?,PC,Misc,Minor Key Games,Unknown,,,,,,,2013-10-21, +/games/boxart/default.jpg,Vampires! What do you know about them?,OSX,Misc,Minor Key Games,Unknown,,,,,,,2013-10-21, +/games/boxart/default.jpg,Vampires! What do you know about them?,Linux,Misc,Minor Key Games,Unknown,,,,,,,2013-10-21, +/games/boxart/default.jpg,"Vampires,Zombies and Monsters Attack",Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,"Vampires,Zombies and Monsters Attack",PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,"Vampires,Zombies and Monsters Attack",OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Vampires: Bloodlust,PC,Misc,Eutechnyx,Unknown,,,,,,,2014-04-03, +/games/boxart/default.jpg,Vampires: Bloodlust,And,Misc,Eutechnyx,Unknown,,,,,,,2014-04-24, +/games/boxart/default.jpg,Vampires: Todd & Jessica's Story,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2013-07-08, +/games/boxart/default.jpg,Vampires: Todd & Jessica's Story,PC,Misc,G5 Entertainment,Unknown,,,,,,,2013-03-19, +/games/boxart/default.jpg,Vampires: Todd & Jessica's Story,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-05, +/games/boxart/default.jpg,Vanguard Ace,PC,Misc,Unknown,Midas Interactive,,,,,,,, +/games/boxart/default.jpg,VANITAS,And,Misc,Tale of Tales,Unknown,,,,,,,2010-02-04, +/games/boxart/full_8548416AmericaFrontccc.jpg,Vegas Dream,NES,Misc,HAL Laboratory,HAL Laboratory,,,,,,,1990-03-01, +/games/boxart/9508486ccc.jpg,Vegas Games,GB,Misc,3DO,Digital Eclipse,,,,,,,2000-02-01, +/games/boxart/full_2857617AmericaFrontccc.jpg,Vegas Stakes,SNES,Misc,Nintendo,HAL Laboratory,,,,,,,1993-01-01, +/games/boxart/full_4501778AmericaFrontccc.jpg,Vegas Stakes,VC,Misc,Nintendo,HAL Laboratory,,,,,,,2007-11-26, +/games/boxart/5087993ccc.jpg,Vegas Stakes,GB,Misc,Nintendo,HAL Laboratory,,,,,,,1995-01-01, +/games/boxart/default.jpg,Vektorial Pong,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Velocity (2012),PSP,Misc,Futurlab 1,Unknown,,,,,,,2012-05-15, +/games/boxart/default.jpg,Velocity (2012),PSV,Misc,Futurlab 1,Unknown,,,,,,,2012-05-15, +/games/boxart/default.jpg,Velocity (2012),PS3,Misc,Futurlab 1,Unknown,,,,,,,2012-05-15, +/games/boxart/full_119568AmericaFrontccc.jpg,Venatio Creo,XBL,Misc,Microsoft,Urishizu,,,,,,,2009-12-20, +/games/boxart/default.jpg,Vertical Drop Heroes,PC,Misc,Unknown,Unknown,,,,,,,2014-05-20, +/games/boxart/default.jpg,Vessel,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-03-11, +/games/boxart/default.jpg,Vessel,X360,Misc,Namco Bandai Games,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Vexed Jewels,PC,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Vexed Jewels,OSX,Misc,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_4098486PALFrontccc.jpg,vib-ribbon,PS,Misc,Sony Computer Entertainment,NanaOn-Sha,,,,,,,2000-09-01, +/games/boxart/full_vibes_2PALFront.jpg,Vibes,PSN,Misc,Laughing Jackal,Laughing Jackal,,,,,,,2010-06-08, +/games/boxart/default.jpg,Victim of Xen,PC,Misc,Unknown,Unknown,,,,,,,2014-05-21, +/games/boxart/default.jpg,Victoria II with Victoria II: A House Divided,PC,Misc,CyberFront,Unknown,,,,,,,2012-04-06, +/games/boxart/default.jpg,Victorious: Taking the Lead,DS,Misc,D3Publisher,Unknown,,,,,,,2012-11-13, +/games/boxart/full_4093931JapanFrontccc.jpg,Victory Zone 2,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,1996-09-20, +/games/boxart/4449044ccc.jpg,Video Checkers,2600,Misc,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/8799631ccc.jpg,Video Chess,2600,Misc,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/9750300ccc.jpg,Video Pinball,2600,Misc,Atari,Atari,,,,,,,1981-01-01, +/games/boxart/full_videomation_386AmericaFront.jpg,Videomation,NES,Misc,THQ,"Western Technologies, Inc.",,,,,,,1991-06-01, +/games/boxart/default.jpg,Viking Brothers,OSX,Misc,Viva Media,Unknown,,,,,,,2014-04-23, +/games/boxart/default.jpg,Viking Brothers,PC,Misc,Viva Media,Unknown,,,,,,,2014-04-23, +/games/boxart/default.jpg,Village Life,BRW,Misc,Playdemic,Unknown,,,,,,,2012-11-01, +/games/boxart/default.jpg,Villagers and Heroes,PC,Misc,Unknown,Unknown,,,,,,,2014-04-17, +/games/boxart/full_violin-paradise_271AmericaFront.jpg,Violin Paradise,WW,Misc,Unknown,Keystone Game Studio,,,,,,,2010-12-13, +/games/boxart/full_2846289JapanFrontccc.jpg,Virtua Fighter CG Portrait Series The Final: Dural,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-01-01, +/games/boxart/full_5293235JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.10: Jeffry McWild,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-03-01, +/games/boxart/full_9394648JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.7: Shun Di,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-01-26, +/games/boxart/full_4250205JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.8: Lion Rafale,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-01-26, +/games/boxart/full_6847412JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.9: Kage Maru,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-03-01, +/games/boxart/full_4268274JapanFrontccc.jpg,Virtua Pachi-Slot 7,PS,Misc,Map Japan,Map Japan,,,,,,,2000-09-07, +/games/boxart/full_9213309JapanFrontccc.jpg,Virtua Pachi-Slot EX,PS,Misc,Map Japan,Map Japan,,,,,,,1999-10-21, +/games/boxart/full_4043593JapanFrontccc.jpg,Virtua Pachi-Slot History of Kitadenshi,PS,Misc,Map Japan,Map Japan,,,,,,,2001-01-18, +/games/boxart/full_5974289JapanFrontccc.jpg,Virtua Pachi-Slot Olympia Special,PS,Misc,Map Japan,Map Japan,,,,,,,1998-10-22, +/games/boxart/full_1591567JapanFrontccc.jpg,Virtua Pachi-Slot V,PS,Misc,Map Japan,Map Japan,,,,,,,1999-09-02, +/games/boxart/full_9743040JapanFrontccc.jpg,Virtua Pachi-Slot VI,PS,Misc,Map Japan,Map Japan,,,,,,,2000-02-17, +/games/boxart/full_virtual-attraction-part-1_785AmericaFront.jpg,Virtual Attraction - Part 1,XBL,Misc,Microsoft,Fun Factory Entertainment,,,,,,,2011-07-23, +/games/boxart/full_999034AmericaFrontccc.jpg,Virtual Casino,SAT,Misc,Natsume,DATT Japan,,,,,,,1996-01-01, +/games/boxart/default.jpg,Virtual City 2: Paradise Resort,And,Misc,G5 Entertainment,Unknown,,,,,,,2012-04-05, +/games/boxart/default.jpg,Virtual City 2: Paradise Resort,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2012-04-05, +/games/boxart/default.jpg,Virtual City 2: Paradise Resort,BRW,Misc,G5 Entertainment,Unknown,,,,,,,2012-04-05, +/games/boxart/default.jpg,Virtual City Playground,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2011-12-13, +/games/boxart/default.jpg,Virtual City Playground,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-12-13, +/games/boxart/default.jpg,Virtual City Playground,WinP,Misc,G5 Entertainment,Unknown,,,,,,,2011-12-13, +/games/boxart/full_7197241AmericaFrontccc.jpg,Virtual Light Machine,AJ,Misc,Atari,Atari,,,,,,,1995-01-01, +/games/boxart/full_virtual-money-plant_27AmericaFront.jpg,Virtual Money Plant,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-08-12, +/games/boxart/full_virtual-pinball_27AmericaFront.jpg,Virtual Pinball,GEN,Misc,Electronic Arts,"BudgeCo., Inc.",,,,,,,1993-01-01, +/games/boxart/full_7558973AmericaFrontccc.jpg,Virtual VCR: Colors of Modern Rock,SCD,Misc,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_340557AmericaFrontccc.jpg,Virtual Villagers 2: The Lost Children,PC,Misc,Big Fish Games,LDW,,,,,,,2007-02-15, +/games/boxart/full_visual-mix-ayumi-hamasaki-dome-tour-2001_639JapanFront.jpg,Visual Mix Ayumi Hamasaki Dome Tour 2001,PS2,Misc,Avex,Avex,,,,,,,2001-12-13, +/games/boxart/default.jpg,Vitrum,PC,Misc,Unknown,Unknown,,,,,,,2012-09-25, +/games/boxart/full_186056AmericaFrontccc.jpg,Viva Pinata: Party Animals,XBL,Misc,Microsoft Game Studios,Krome Studios,,,,,,,2009-12-15, +/games/boxart/default.jpg,VizionEck,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_voice-changer-360_77AmericaFront.jpg,Voice Changer 360,XBL,Misc,Microsoft,DigitalDNA,,,,,,,2011-02-03, +/games/boxart/full_9367119JapanFrontccc.jpg,Voice Paradise,PCFX,Misc,NEC Interchannel,ASK,,,,,,,1996-05-17, +/games/boxart/default.jpg,VoidExpanse,PC,Misc,Unknown,Unknown,,,,,,,2014-04-02, +/games/boxart/default.jpg,Volleyball,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-03-20, +/games/boxart/default.jpg,Volt,PC,Misc,Unknown,Unknown,,,,,,,2014-04-14, +/games/boxart/default.jpg,Voodoo Whisperer Curse of a Legend,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-08, +/games/boxart/full_wacky-races-bugs-bunny-amp-taz-time-busters_521PALFront.jpg,Wacky Races / Bugs Bunny & Taz: Time Busters,PS,Misc,Infogrames,Various,,,,,,,2002-11-22, +/games/boxart/3408574ccc.jpg,Wacky Worlds Creativity Studio,GEN,Misc,Sega,HeadGames,,,,,,,1994-07-20, +/games/boxart/full_5448488JapanFrontccc.jpg,Wai Wai 3-nin Uchi Mahjong,PS,Misc,Hori,Hori,,,,,,,2000-12-14, +/games/boxart/full_wai-wai-mahjong-yukai-na-jantomi-tachi_1JapanFront.jpg,Wai Wai Mahjong: Yukai na Jantomi-tachi,PCE,Misc,Video System,Video System,,,,,,,1989-06-19, +/games/boxart/default.jpg,WAKEDAS,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-08-22, +/games/boxart/full_1448876JapanFrontccc.jpg,Wantame Variety Channel,DS,Misc,Capcom,Capcom,,,,,,,2008-08-07, +/games/boxart/default.jpg,Wanted: Monty Mole,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1984-01-01, +/games/boxart/default.jpg,Wanted: Monty Mole,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1984-01-01, +/games/boxart/default.jpg,War for the Overworld,Linux,Misc,Unknown,Unknown,,,,,,,2015-04-02, +/games/boxart/default.jpg,War for the Overworld,OSX,Misc,Unknown,Unknown,,,,,,,2015-04-02, +/games/boxart/default.jpg,War in Middle Earth,ZXS,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,War in Middle Earth,MSX,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,War in Middle Earth,MSD,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,War in Middle Earth,AST,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,War in Middle Earth,Amig,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,War in Middle Earth,C64,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, +/games/boxart/default.jpg,War of the Fallen,And,Misc,Zynga,Unknown,,,,,,,2013-05-13, +/games/boxart/default.jpg,War of the Roses,PC,Misc,Paradox Interactive,Unknown,,,,,,,2012-10-02, +/games/boxart/default.jpg,War of Thrones,BRW,Misc,Simpy Entertainment,Unknown,,,,,,,2011-11-10, +/games/boxart/default.jpg,War Rock,PC,Misc,Nexon America,Unknown,,,,,,,2007-02-07, +/games/boxart/full_4753164AmericaFrontccc.png,War Thunder,PS4,Misc,Gaijin Entertainment,Unknown,,,,,,,2014-06-03, +/games/boxart/full_5417561AmericaFrontccc.png,War Thunder,PC,Misc,Gaijin Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,War Thunder,OSX,Misc,Gaijin Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/full_8984494AmericaFrontccc.jpg,War: The Card Game Advanced,XBL,Misc,Microsoft,North West,,,,,,,2009-09-18, +/games/boxart/full_5450235JapanFrontccc.jpg,Warauinu no Bouken GB: Silly Go Lucky!,GB,Misc,Capcom,Capcom,,,,,,,2001-02-23, +/games/boxart/default.jpg,Warcraft II: Tides of Darkness,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,1996-04-30, +/games/boxart/default.jpg,Warcraft II: Tides of Darkness,MSD,Misc,Blizzard Entertainment,Unknown,,,,,,,1996-04-30, +/games/boxart/default.jpg,Warcraft III: Reign of Chaos,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2003-07-01, +/games/boxart/default.jpg,Warcraft: Orcs & Humans,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,1996-01-01, +/games/boxart/default.jpg,Warehouse and Logistic Manager,PC,Misc,Unknown,Unknown,,,,,,,2014-02-25, +/games/boxart/default.jpg,Warface,PC,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Warface,X360,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Warface,PS3,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, +/games/boxart/full_1519416AmericaFrontccc.jpg,Warfare Soundboard,XBL,Misc,Microsoft,SFX Dude,,,,,,,2009-09-09, +/games/boxart/default.jpg,Warfire!,And,Misc,Kaixin Network Technology Co. Ltd - loftygame,Unknown,,,,,,,2014-03-30, +/games/boxart/full_3411296AmericaFrontccc.png,Warframe,PS4,Misc,Digital Extremes,Digital Extremes,,,,,,,2013-11-15,2018-07-08 +/games/boxart/full_8129423PALFrontccc.png,Warframe,PC,Misc,Digital Extremes,Digital Extremes,,,,,,,2013-03-25,2018-07-08 +/games/boxart/default.jpg,Wargame,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-11-12, +/games/boxart/default.jpg,Wargame,PSP,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-11-12, +/games/boxart/default.jpg,Wargame: European Escalation,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2012-02-22, +/games/boxart/default.jpg,"Warhammer 40,000: Chess - Regicide",And,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,"Warhammer 40,000: Kill Team",PC,Misc,Sega,Unknown,,,,,,,2014-05-22, +/games/boxart/default.jpg,Wario Land 4,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-05-08, +/games/boxart/full_7661911AmericaFrontccc.jpg,WarioWare D.I.Y. Showcase,WW,Misc,Nintendo,Intelligent Systems,,,,,,,2010-03-29, +/games/boxart/default.jpg,"WarioWare, Inc.: Mega MicroGame$",WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-10, +/games/boxart/full_8860437AmericaFrontccc.jpg,WarioWare: Snapped!,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-04-05, +/games/boxart/default.jpg,Warm Gun,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_735149PALFrontccc.gif,Warning: Code de la Route,Wii,Misc,Atari,Aruman Interactive,,,,,,,2008-06-27, +/games/boxart/full_7008911AmericaFrontccc.jpg,Wasteland 2,Linux,Misc,inXile Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/full_5004886AmericaFrontccc.jpg,Wasteland 2,OSX,Misc,inXile Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/full_we-dare-flirty-fun-for-all_79PALFront.jpg,We Dare: Flirty Fun for All,PS3,Misc,Ubisoft,Ubisoft Milan,,,,,,,2011-02-11, +/games/boxart/default.jpg,WeChat Speed,And,Misc,Tencent Technology(Shenzhen) Company Limited,Unknown,,,,,,,2014-03-26, +/games/boxart/default.jpg,Werewolves vs Vampires,PS4,Misc,10tons Ltd,Unknown,,,,,,,2014-04-08, +/games/boxart/default.jpg,Werewolves vs Vampires,PSV,Misc,10tons Ltd,Unknown,,,,,,,2014-02-04, +/games/boxart/default.jpg,Werewolves vs Vampires,And,Misc,10tons Ltd,Unknown,,,,,,,2012-09-27, +/games/boxart/default.jpg,Western Story,And,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_whack-a-friend_523AmericaFront.jpg,Whack-A-Friend,DSiW,Misc,Agetec,Agetec,,,,,,,2011-05-09, +/games/boxart/default.jpg,What Rhymes With Martians?,And,Misc,Unknown,Unknown,,,,,,,2014-04-09, +/games/boxart/default.jpg,What'S It Worth?,PC,Misc,Unknown,A&E Games,,,,,,,, +/games/boxart/default.jpg,What's My IQ?,And,Misc,Orangenose Studios,Unknown,,,,,,,2012-08-15, +/games/boxart/default.jpg,What's the Word?,And,Misc,Red-Spell,Unknown,,,,,,,2012-11-07, +/games/boxart/7781324ccc.jpg,Wheel of Fortune,GB,Misc,GameTek,Data Design Interactive,,,,,,,1990-09-01, +/games/boxart/2016659ccc.jpg,Wheel of Fortune,SCD,Misc,Sony Imagesoft,Imagineering Inc.,,,,,,,1994-01-01, +/games/boxart/full_7754978AmericaFrontccc.jpg,Wheel of Fortune,NES,Misc,GameTek,Rare Ltd.,,,,,,,1987-01-01, +/games/boxart/full_wheel-of-fortune_368AmericaFront.jpg,Wheel of Fortune,PSN,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2009-03-19, +/games/boxart/full_3969779AmericaFrontccc.jpg,Wheel of Fortune,GEN,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, +/games/boxart/full_wheel-of-fortune_8AmericaFront.jpg,Wheel of Fortune,SNES,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-09-01, +/games/boxart/full_wheel-of-fortune_7AmericaFront.jpg,Wheel of Fortune,PC,Misc,Hasbro Interactive,Artech Studios,,,,,,,1998-09-30, +/games/boxart/full_5990276AmericaFrontccc.jpg,Wheel of Fortune & Jeopardy! Bundle,PC,Misc,Encore,Sony Pictures Digital Network,,,,,,,2009-09-01, +/games/boxart/full_wheel-of-fortune-2003_7AmericaFront.jpg,Wheel of Fortune 2003,PC,Misc,Infogrames,Artech Studios,,,,,,,2002-10-28, +/games/boxart/full_wheel-of-fortune-deluxe_1AmericaFront.jpg,Wheel of Fortune Deluxe,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2007-06-20, +/games/boxart/full_wheel-of-fortune-super-deluxe_5AmericaFront.jpg,Wheel of Fortune Super Deluxe,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-05-23, +/games/boxart/full_wheel-of-fortune-2nd-edition_8AmericaFront.jpg,Wheel of Fortune: 2nd Edition,PC,Misc,Infogrames,Artech Studios,,,,,,,2000-09-19, +/games/boxart/3042051ccc.jpg,Wheel of Fortune: Deluxe Edition,SNES,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1994-04-01, +/games/boxart/full_wheel-of-fortune-family-edition_7AmericaFront.jpg,Wheel of Fortune: Family Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1990-03-01, +/games/boxart/2548524ccc.jpg,Wheel of Fortune: Featuring Vanna White,GG,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, +/games/boxart/full_wheel-of-fortune-featuring-vanna-white_10AmericaFront.jpg,Wheel of Fortune: Featuring Vanna White,NES,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, +/games/boxart/full_wheel-of-fortune-junior-edition_9AmericaFront.jpg,Wheel of Fortune: Junior Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1989-10-01, +/games/boxart/default.jpg,Where's My Water? 2,And,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Where's My Water? 2,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-09-12, +/games/boxart/default.jpg,Wheres My Mickey?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-06-20, +/games/boxart/default.jpg,Wheres My Mickey?,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-06-20, +/games/boxart/default.jpg,Wheres My Perry?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-07-18, +/games/boxart/default.jpg,Wheres My Perry?,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-12-19, +/games/boxart/default.jpg,Wheres My Water?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2011-11-23, +/games/boxart/default.jpg,Wheres My Water?,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2011-11-23, +/games/boxart/default.jpg,Whispering Willows,Linux,Misc,Unknown,Unknown,,,,,,,2014-06-17, +/games/boxart/default.jpg,Whispering Willows,OSX,Misc,Unknown,Unknown,,,,,,,2014-06-17, +/games/boxart/default.jpg,Whispering Willows,PC,Misc,Unknown,Unknown,,,,,,,2014-06-17, +/games/boxart/default.jpg,Whispering Willows,Ouya,Misc,Unknown,Unknown,,,,,,,2014-05-27, +/games/boxart/default.jpg,White Haven Mysteries,PC,Misc,Big Fish Games,Unknown,,,,,,,2012-01-08, +/games/boxart/default.jpg,White Haven Mysteries,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-01-08, +/games/boxart/default.jpg,Whitetail Deer Hunter,PCFX,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Who Lives Here? - Animal Tails,And,Misc,Penguin Australia,Unknown,,,,,,,2013-09-17, +/games/boxart/full_2605505PALFrontccc.jpg,Who Wants to be a Millionaire,GBA,Misc,Eidos Interactive,Zoo Digital Publishing,,,,,,,2002-10-18, +/games/boxart/full_9746160PALFrontccc.jpg,Who Wants to be a Millionaire,DC,Misc,Eidos Interactive,Hothouse Creations,,,,,,,2000-09-29, +/games/boxart/full_9009348AmericaFrontccc.jpg,Who Wants to be a Millionaire: 2nd Edition,PS,Misc,Sony Computer Entertainment,Jellyvision,,,,,,,2000-06-23, +/games/boxart/full_457651PALFrontccc.jpg,Who Wants to Be a Millionaire: Junior,GBA,Misc,Zoo Digital Publishing,Hothouse Creations,,,,,,,2005-09-30, +/games/boxart/full_5015686PALFrontccc.jpg,Who Wants to be a Millionaire? 2nd Edition,GBA,Misc,Zoo Digital Publishing,Celador,,,,,,,2004-10-15, +/games/boxart/default.jpg,Whore of the Orient,PS4,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Whore of the Orient,XOne,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Whore of the Orient,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2020-12-31, +/games/boxart/full_why-did-i-buy-this_675AmericaFront.jpg,Why Did I Buy This?,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-05-29,2020-03-03 +/games/boxart/full_wi-fi-taiou-yakuman-ds_189JapanFront.jpg,Wi-Fi Taiou Yakuman DS,DS,Misc,Nintendo,Nintendo,,,,,,,2006-09-14, +/games/boxart/full_wi-fi-taiou-gensen-table-game-ds_0JapanFront.jpg,Wi-Fi Taiou: Gensen Table Game DS,DS,Misc,Hudson Soft,Yuki Enterprise,,,,,,,2007-08-02, +/games/boxart/full_8376989JapanFrontccc.jpg,Wi-Fi Taiou: Gensen Table Game Wii,Wii,Misc,Hudson Soft,Yuki Enterprise,,,,,,,2008-05-22, +/games/boxart/default.jpg,Wicked Woods,Linux,Misc,Atlus,Unknown,,,,,,,2014-04-01, +/games/boxart/default.jpg,Wicked Woods,OSX,Misc,Atlus,Unknown,,,,,,,2014-05-07, +/games/boxart/default.jpg,Wicked Woods,PC,Misc,Atlus,Unknown,,,,,,,2014-05-07, +/games/boxart/default.jpg,Widget's Odyssey 1 and 2,X360,Misc,THQ,Unknown,,,,,,,2012-02-29, +/games/boxart/default.jpg,Widget's Odyssey 1 and 2,PC,Misc,THQ,Unknown,,,,,,,2012-05-10, +/games/boxart/default.jpg,WigCatcher,PC,Misc,Unknown,Unknown,,,,,,,2014-04-21, +/games/boxart/default.jpg,WiiMove,WW,Misc,Unknown,PheroseSoft,,,,,,,, +/games/boxart/full_wiki-read-wikipedia-for-xbox_921AmericaFront.jpg,Wiki Read: Wikipedia for Xbox,XBL,Misc,Microsoft,Paul Fisch 1,,,,,,,2011-07-12, +/games/boxart/3121357ccc.jpg,Williams Arcade's Greatest Hits,GEN,Misc,Williams Entertainment,Digital Eclipse,,,,,,,1996-01-01, +/games/boxart/8231759ccc.jpg,Williams Arcade's Greatest Hits,SNES,Misc,Midway Games,Digital Eclipse,,,,,,,1996-10-01, +/games/boxart/full_6618913AmericaFrontccc.jpg,Williams Arcade's Greatest Hits,PS,Misc,Williams Entertainment,Digital Eclipse,,,,,,,1996-04-10, +/games/boxart/full_5657937AmericaFrontccc.jpg,Windforge,PC,Misc,Unknown,Unknown,,,,,,,2014-03-11, +/games/boxart/1585366ccc.jpg,Wing Commander Privateer,PC,Misc,Electronic Arts,Origin,,,,,,,1993-01-01, +/games/boxart/default.jpg,Wings Over Europe,PC,Misc,Strategy First,Unknown,,,,,,,2006-05-24, +/games/boxart/full_3244716PALFrontccc.jpg,Winky the Little Bear,PS,Misc,Phoenix Games,The Code Monkeys,,,,,,,2003-06-27, +/games/boxart/8574247ccc.jpg,Winnie the Pooh: Adventures in the 100 Acre Wood,GB,Misc,NewKidCo,NewKidCo,,,,,,,2000-04-01, +/games/boxart/full_6799484AmericaFrontccc.jpg,Winter Holiday Slots 2009,XBL,Misc,Microsoft,SGN Casual Games,,,,,,,2009-12-23, +/games/boxart/default.jpg,Winter Sports - Feel the Spirit,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-12-19, +/games/boxart/default.jpg,Winx Club: Magical Fairy Party,DS,Misc,D3Publisher,Unknown,,,,,,,2012-10-30, +/games/boxart/default.jpg,WipEout 2097,OSX,Misc,Virtual Programming Ltd,Unknown,,,,,,,2002-02-01, +/games/boxart/default.jpg,WipEout 2097,Amig,Misc,Psygnosis / Reflections Interactive,Unknown,,,,,,,1999-12-01, +/games/boxart/default.jpg,WipEout 2097,PC,Misc,Psygnosis,Unknown,,,,,,,1997-07-31, +/games/boxart/default.jpg,Wishbringer,MSD,Misc,Infocom,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Wishbringer,C64,Misc,Infocom,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Wishbringer,AST,Misc,Infocom,Unknown,,,,,,,1985-01-01, +/games/boxart/full_7388327AmericaFrontccc.jpg,Wishbringer,ApII,Misc,Infocom,Unknown,,,,,,,1985-01-01, +/games/boxart/default.jpg,Wishbringer,OSX,Misc,Infocom,Unknown,,,,,,,1985-01-01, +/games/boxart/full_8067442AmericaFrontccc.png,Wishbringer,ACPC,Misc,Infocom,Infocom,,,,,,,1986-01-01,2018-01-06 +/games/boxart/default.jpg,Wishbringer,Amig,Misc,Infocom,Unknown,,,,,,,1986-01-01, +/games/boxart/default.jpg,Witch and Hero,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-18, +/games/boxart/default.jpg,Without Memory,PS4,Misc,Unknown,Unknown,,,,,,,2017-01-01, +/games/boxart/full_9288124AmericaFrontccc.jpg,Wits & Wagers,XBL,Misc,Microsoft,Hidden Path Entertainment,,,,,,,2008-05-07, +/games/boxart/default.jpg,Wizard Defenders,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-12-27, +/games/boxart/default.jpg,Wizard Defenders,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-12-27, +/games/boxart/6955852ccc.jpg,Wizard Pinball,GG,Misc,Domark Software,Teque Interactive,,,,,,,1992-01-01, +/games/boxart/default.jpg,Wizardry Perfect Pack,PS3,Misc,Acquire,Acquire,,,,,,,2011-12-08, +/games/boxart/full_9540746AmericaFrontccc.jpg,Wizard’s Tower Screen Saver,XBL,Misc,Microsoft,sgDarkSquirrel,,,,,,,2009-09-02, +/games/boxart/default.jpg,Wizball,PC,Misc,Ocean Software,Unknown,,,,,,,2007-11-03, +/games/boxart/default.jpg,Wizball,MSD,Misc,Ocean Software,Unknown,,,,,,,1988-01-01, +/games/boxart/default.jpg,Wizball,AST,Misc,Ocean Software,Unknown,,,,,,,1988-01-01, +/games/boxart/default.jpg,Wizball,Amig,Misc,Ocean Software,Unknown,,,,,,,1988-01-01, +/games/boxart/default.jpg,Wizball,ZXS,Misc,Ocean Software,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Wizball,C64,Misc,Ocean Software,Unknown,,,,,,,1987-01-01, +/games/boxart/default.jpg,Wolfetto,PC,Misc,Matthew Brown,Unknown,,,,,,,2014-02-19, +/games/boxart/default.jpg,Wolfetto,OSX,Misc,Matthew Brown,Unknown,,,,,,,2014-02-19, +/games/boxart/default.jpg,Wolfetto,Linux,Misc,Matthew Brown,Unknown,,,,,,,2014-02-19, +/games/boxart/default.jpg,Wonder World Amusement Park,3DS,Misc,Unknown,Coyote Console,,,,,,,, +/games/boxart/default.jpg,WonderFlick,XOne,Misc,Level 5,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,WonderFlick,WiiU,Misc,Level 5,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,WonderFlick,PSV,Misc,Level 5,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,WonderFlick,PS4,Misc,Level 5,Unknown,,,,,,,2015-01-01, +/games/boxart/default.jpg,WonderFlick,And,Misc,Level 5,Unknown,,,,,,,2014-01-01, +/games/boxart/default.jpg,Woodcutter Simulator 2013,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2013-12-19, +/games/boxart/8615452ccc.jpg,Woody Woodpecker And Friends Volume One,3DO,Misc,Universal Interactive,Universal Interactive,,,,,,,1994-01-01, +/games/boxart/full_7130919AmericaFrontccc.jpg,Woody Woodpecker And Friends Volume Three,3DO,Misc,Universal Interactive,Universal Interactive,,,,,,,1994-01-01, +/games/boxart/1124114ccc.jpg,Woody Woodpecker And Friends Volume Two,3DO,Misc,Universal Interactive,Universal Interactive,,,,,,,1994-01-01, +/games/boxart/default.jpg,Word Jolt,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/full_2233835AmericaFrontccc.jpg,Word Safari: The Friendship Totems,GBA,Misc,Tomy Corporation,GXB Interactive,,,,,,,2007-12-01, +/games/boxart/full_6866932AmericaFrontccc.jpg,Words In A Word,XBL,Misc,Microsoft,Evolution Dreams Studio,,,,,,,2009-11-27, +/games/boxart/default.jpg,Words of Wonder,BRW,Misc,"Playdom, Inc.",Unknown,,,,,,,2013-03-06, +/games/boxart/default.jpg,Words of Wonder,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-12-13, +/games/boxart/full_9268903AmericaFrontccc.jpg,Words Search,XBL,Misc,Microsoft,KRGkill,,,,,,,2009-09-14, +/games/boxart/default.jpg,Words With Friends,And,Misc,Zynga,Unknown,,,,,,,2011-02-14, +/games/boxart/default.jpg,Words With Friends Free,3DS,Misc,BeiZ Ltd.,Unknown,,,,,,,2013-04-21, +/games/boxart/default.jpg,Wordspionage,And,Misc,Unknown,Unknown,,,,,,,2014-01-12, +/games/boxart/default.jpg,Working Dawgs: A-Maze-ing Pipes,DSi,Misc,Big John Games,Unknown,,,,,,,2012-11-15, +/games/boxart/default.jpg,Working Dawgs: A-Maze-ing Pipes,3DS,Misc,Big John Games,Unknown,,,,,,,2012-11-15, +/games/boxart/default.jpg,World at Arms - Wage war for your nation!,And,Misc,Gameloft,Unknown,,,,,,,2015-11-02, +/games/boxart/full_1515570AmericaFrontccc.jpg,World Championship Cards,PS2,Misc,Crave Entertainment,Crave Entertainment,,,,,,,2008-04-08, +/games/boxart/8956420ccc.jpg,World Championship Poker,GC,Misc,Crave Entertainment,Coresoft,,,,,,,2005-08-23, +/games/boxart/full_5306239AmericaFrontccc.jpg,World Clock,XBL,Misc,Microsoft,Escapist Games,,,,,,,2009-07-03, +/games/boxart/default.jpg,World Conqueror 3D,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-11-14, +/games/boxart/default.jpg,World Of Aircraft,And,Misc,WhiteBigRabbit,Unknown,,,,,,,2013-05-21, +/games/boxart/default.jpg,World of Guns: Gun Disassembly,PC,Misc,Unknown,Unknown,,,,,,,2014-05-21, +/games/boxart/full_world-of-harry-potter_57AmericaFront.jpg,World of Harry Potter,PC,Misc,Electronic Arts,Electronic Arts,,,,,,,2005-08-02, +/games/boxart/full_6358145PALFrontccc.png,World of Pool,PSN,Misc,Ghostlight,Ghostlight,,,,,,,2009-02-19, +/games/boxart/default.jpg,World of Warcraft,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2004-11-23, +/games/boxart/full_9392967AmericaFrontccc.jpg,World Poker Tour: Texas Hold 'Em,DSiW,Misc,Hands On Mobile,Hands-on Mobile,,,,,,,2010-05-24, +/games/boxart/full_5491819AmericaFrontccc.jpg,World Series of Poker,PC,Misc,Activision,Activision Value,,,,,,,2005-09-13, +/games/boxart/full_6186880AmericaFrontccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PC,Misc,Activision,Left Field Productions,,,,,,,2007-10-30, +/games/boxart/4278128ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,PC,Misc,Activision,Left Field Productions,3.4,,,,,,2006-10-02, +/games/boxart/full_9981595AmericaFrontccc.jpg,Worms 3,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Worms Battlegrounds,PS4,Misc,Team17 Software,Unknown,,,,,,,2014-06-03, +/games/boxart/full_2860049PALFrontccc.jpg,Worms Pinball,PS,Misc,Infogrames,Team17 Software,,,,,,,2000-01-01, +/games/boxart/default.jpg,Wreck'em Racing,And,Misc,Ludobit,Unknown,,,,,,,2014-04-17, +/games/boxart/default.jpg,Wreck-it Ralph,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-11-02, +/games/boxart/default.jpg,Wreck-it Ralph,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-09-03, +/games/boxart/full_7207510JapanFrontccc.jpg,Wrestle Angels: Survivor,PS2,Misc,Success,Success,,,,,,,2006-08-24, +/games/boxart/default.jpg,Written Legends: Nightmare at Sea,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-08-05, +/games/boxart/default.jpg,Written Legends: Nightmare at Sea,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-08-05, +/games/boxart/default.jpg,Written Legends: Nightmare at Sea,OSX,Misc,Big Fish Games,Unknown,,,,,,,2013-02-04, +/games/boxart/6402071ccc.jpg,WWF Smackdown! Just Bring It,PS2,Misc,Unknown,Yuke's,,,,,,,, +/games/boxart/full_1023904AmericaFrontccc.png,Xbox Fitness,XOne,Misc,Microsoft Studios,Sumo Digital,,,,,,,2013-11-22,2018-08-09 +/games/boxart/full_9484267AmericaFrontccc.jpg,Xbox Live Arcade Compilation Disc,X360,Misc,Microsoft Game Studios,Various,,,,,,,2007-10-23,2018-10-08 +/games/boxart/full_xenosaga-freaks_154JapanFront.jpg,Xenosaga Freaks,PS2,Misc,Namco,Monolith Soft,,,,,,,2004-04-28, +/games/boxart/full_7871238AmericaFrontccc.jpg,xFart,XBL,Misc,Microsoft,arcarocket,,,,,,,2009-02-23, +/games/boxart/default.jpg,Xhake Shake Graffiti - A Reflex Game,PC,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-11, +/games/boxart/default.jpg,Yaiba: Ninja Gaiden Z,PC,Misc,Tecmo Koei,Unknown,,,,,,,2014-03-04, +/games/boxart/default.jpg,Yak Dash (Horns of Glory),And,Misc,Unknown,Unknown,,,,,,,2014-10-01, +/games/boxart/full_yakiniku-bugyou-bonfire_632JapanFront.jpg,Yakiniku Bugyou Bonfire!,PS2,Misc,Media Entertainment,Media Entertainment,,,,,,,2003-08-14, +/games/boxart/full_4385675JapanFrontccc.jpg,Yakitate!! Japan Game 1 Gou Choujou Kessen!! Pantasic Grand Prix!,DS,Misc,Bandai,Bandai,,,,,,,2006-01-12, +/games/boxart/full_2156182JapanFrontccc.jpg,Yakuman DS,DS,Misc,Nintendo,Intelligent Systems,,,,,,,2005-03-31, +/games/boxart/full_5028830JapanFrontccc.jpeg,Yakuman Wii: Ide Yosuke no Kenkou Mahjong,WW,Misc,Nintendo,Nintendo,,,,,,,2008-05-20, +/games/boxart/full_yamada-kamachi-bijutsukan-kamachis-museum_7JapanFront.jpg,Yamada Kamachi Bijutsukan: Kamachi's Museum,3DO,Misc,Unknown,TV Asahi,,,,,,,1995-06-09, +/games/boxart/full_7027468JapanFrontccc.jpg,Yamakawa Ichimonittou Nihonshi B Yougo Mondaishuu,GB,Misc,Imagineer,Imagineer,,,,,,,1998-04-22, +/games/boxart/full_8761892JapanFrontccc.jpg,Yamakawa Ichimonittou Sekaishi B Yougo Mondaishuu,GB,Misc,Imagineer,Imagineer,,,,,,,1998-03-20, +/games/boxart/full_7965754JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Nihonshi B: Shin Sougou Training Plus,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-02-04, +/games/boxart/full_2486126JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Sakaishi B: Shin Sougou Training Plus,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-02-04, +/games/boxart/full_yamasa-digi-guide-faust_380JapanFront.jpg,Yamasa Digi Guide: Faust,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2001-01-18, +/games/boxart/full_yamasa-digi-guide-faust_223JapanFront.jpg,Yamasa Digi Guide: Faust,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-10-29, +/games/boxart/full_yamasa-digi-guide-hyper-rush_806JapanFront.jpg,Yamasa Digi Guide: Hyper Rush,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-10-05, +/games/boxart/full_yamasa-digi-guide-hyper-rush_299JapanFront.jpg,Yamasa Digi Guide: Hyper Rush,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-06-11, +/games/boxart/full_yamasa-digi-guide-m-771_222JapanFront.jpg,Yamasa Digi Guide: M-771,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-11-16, +/games/boxart/full_yamasa-digi-guide-m-771_376JapanFront.jpg,Yamasa Digi Guide: M-771,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-06-11, +/games/boxart/full_yamasa-digi-guide-new-pulsar-r_221JapanFront.jpg,Yamasa Digi Guide: New Pulsar R,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-10-05, +/games/boxart/full_yamasa-digi-guide-new-pulsar-r_579JapanFront.jpg,Yamasa Digi Guide: New Pulsar R,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-06-11, +/games/boxart/full_yamasa-digi-guide-umekagetsu-r_595JapanFront.jpg,Yamasa Digi Guide: Umekagetsu R,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-12-21, +/games/boxart/full_yamasa-digi-guide-umekagetsu-r_209JapanFront.jpg,Yamasa Digi Guide: Umekagetsu R,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2009-03-11, +/games/boxart/full_yamasa-digi-selection_880JapanFront.jpg,Yamasa Digi Selection,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-04-25, +/games/boxart/full_yamasa-digi-selection_745JapanFront.jpg,Yamasa Digi Selection,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-07-23, +/games/boxart/full_yamasa-digi-selection-2_710JapanFront.jpg,Yamasa Digi Selection 2,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-08-27, +/games/boxart/full_yamasa-digi-selection-2_145JapanFront.jpg,Yamasa Digi Selection 2,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-11-28, +/games/boxart/full_yamasa-digi-world-2-lcd-edition_851JapanFront.jpg,Yamasa Digi World 2: LCD Edition,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-01-24, +/games/boxart/full_yamasa-digi-world-3_665JapanFront.jpg,Yamasa Digi World 3,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-07-25, +/games/boxart/full_yamasa-digi-world-4_382JapanFront.jpg,Yamasa Digi World 4,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2003-02-20, +/games/boxart/default.jpg,Yamasa Digi World Series: Matsuri no Tatsujin,PS2,Misc,Unknown,Yamasa Entertainment,,,,,,,, +/games/boxart/full_yamasa-digi-world-sp_468JapanFront.jpg,Yamasa Digi World SP,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-09-26, +/games/boxart/full_9397125JapanFrontccc.jpg,Yamasa Digi World SP: Bounty Killer,PS3,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-10-30, +/games/boxart/full_yamasa-digi-world-sp-giant-pulsar_802JapanFront.jpg,Yamasa Digi World SP: Giant Pulsar,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2006-09-07, +/games/boxart/full_yamasa-digi-world-sp-neo-magic-pulsar-xx_656JapanFront.jpg,Yamasa Digi World SP: Neo Magic Pulsar XX,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2003-11-06, +/games/boxart/full_yamasa-digi-world-sp-umi-ichiban-r_529JapanFront.jpg,Yamasa Digi World SP: Umi Ichiban R,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2003-05-01, +/games/boxart/full_yamasa-digi-world-collaboration-sp-pachi-slot-ridge-racer_842JapanFront.jpg,Yamasa Digi World: Collaboration SP Pachi-Slot Ridge Racer,PS2,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2008-06-05, +/games/boxart/full_yamasa-digi-world-tetra-master_589JapanFront.jpg,Yamasa Digi World: Tetra Master,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2001-05-24, +/games/boxart/full_yamasa-digi-world-tetra-master_32JapanFront.jpg,Yamasa Digi World: Tetra Master,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2010-12-22, +/games/boxart/default.jpg,Yamiiro no Snow Drops,PC,Misc,Unknown,Iris,,,,,,,2011-07-29, +/games/boxart/full_6204711AmericaFrontccc.jpg,Ye Olde Dice Game,XBL,Misc,Microsoft,darthuvuis,,,,,,,2009-05-06, +/games/boxart/default.jpg,Year 0,PC,Misc,Legendary Games,Unknown,,,,,,,2014-03-03, +/games/boxart/full_4964212AmericaFrontccc.jpg,Yo-Jin-Bo,PC,Misc,Hirameki International Group,TwoFive,,,,,,,2006-10-30, +/games/boxart/full_yoake-yori-ruriiro-na_751JapanFront.jpg,Yoake Yori Ruriiro na,PC,Misc,Unknown,August,,,,,,,2005-09-22, +/games/boxart/full_yoake-yori-ruriiro-na-moonlight-cradle_445JapanFront.jpg,Yoake Yori Ruriiro na: Moonlight Cradle,PC,Misc,Unknown,August,,,,,,,2009-02-27, +/games/boxart/default.jpg,Yogventures,OSX,Misc,KAZe Co.,Unknown,,,,,,,2013-07-01, +/games/boxart/default.jpg,Yogventures,PC,Misc,KAZe Co.,Unknown,,,,,,,2013-07-01, +/games/boxart/full_8995503JapanFrontccc.jpg,Yokojiku de Manabu Sekai no Rekishi: Yoko-Gaku DS,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2008-07-10, +/games/boxart/full_yomehapi-you-make-happy_694JapanFront.jpg,YomeHapi: You Make Happy!,PC,Misc,Unknown,Chien,,,,,,,2011-07-22, +/games/boxart/full_3378709JapanFrontccc.jpg,Yonenaga Kunio no Shogi Seminar,XBL,Misc,Success,Success,,,,,,,2002-06-13, +/games/boxart/full_you-dont-know-jack-6-the-lost-gold_54AmericaFront.jpg,You Don't Know Jack 6: The Lost Gold,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,2003-12-01, +/games/boxart/full_4510499AmericaFrontccc.jpg,You Don't Know Jack Movies,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1997-04-30, +/games/boxart/full_2365236AmericaFrontccc.jpg,You Don't Know Jack Sports,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1996-09-30, +/games/boxart/full_2237530AmericaFrontccc.jpg,You Don't Know Jack Television,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1997-12-31, +/games/boxart/8712708ccc.jpg,You Don't Know Jack Volume 2,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1996-11-30, +/games/boxart/198498ccc.jpg,You Don't Know Jack Volume 3,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1997-10-31, +/games/boxart/8828507ccc.jpg,You Don't Know Jack Volume 4: The Ride,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1998-11-30, +/games/boxart/full_3199180AmericaFrontccc.jpg,You Don't Know Jack: 5th Dementia,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,2000-10-31, +/games/boxart/full_4080555AmericaFrontccc.jpg,You Don't Know Jack: Louder! Faster! Funnier!,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,2000-03-30, +/games/boxart/full_3267142AmericaFrontccc.jpg,You Don't Know Jack: Offline,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1999-11-30, +/games/boxart/default.jpg,You Have to Win the Game,Linux,Misc,Minor Key Games,Unknown,,,,,,,2012-05-06, +/games/boxart/default.jpg,You Have to Win the Game,OSX,Misc,Minor Key Games,Unknown,,,,,,,2012-05-06, +/games/boxart/default.jpg,You Have to Win the Game,PC,Misc,Minor Key Games,Unknown,,,,,,,2012-05-06, +/games/boxart/full_5285053AmericaFrontccc.jpg,Your Doodles Are Bugged!,XBL,Misc,Microsoft,Spyn Doctor,,,,,,,2010-02-01, +/games/boxart/full_your-doodles-are-bugged_933AmericaFront.jpg,Your Doodles Are Bugged!,PC,Misc,Blitz Game Studios,Spyn Doctor Games,6.8,,,,,,2011-04-25, +/games/boxart/full_youyou-jinsei_6JapanFront.jpg,YouYou Jinsei,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1988-04-22, +/games/boxart/full_2089693JapanFrontccc.jpg,Yozemi no Center Shoujun Series: Eigo Hen,DS,Misc,ASK,ASK,,,,,,,2007-12-06, +/games/boxart/default.jpg,Yrminsul,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Yrminsul,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Ys IV: Mask of the Sun ~a new theory~,SNES,Misc,Tonkin House,Unknown,,,,,,,1993-11-19, +/games/boxart/default.jpg,Ys V Expert,PS2,Misc,Taito Corporation,Unknown,,,,,,,2006-03-30, +/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",Amig,Misc,Virgin Interactive,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",GB,Misc,Virgin Interactive,Unknown,,,,,,,1995-10-01, +/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",MSD,Misc,Virgin Interactive,Unknown,,,,,,,1994-01-01, +/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",NES,Misc,Virgin Interactive,Unknown,,,,,,,1994-12-31, +/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",GEN,Misc,Sega,Unknown,,,,,,,1993-11-11, +/games/boxart/default.jpg,Ys: The Ark of Napishtim,PC,Misc,Nihon Falcom Corporation,Unknown,,,,,,,2003-09-27, +/games/boxart/default.jpg,Yu-Gi-Oh! Millennium Duels,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-04-29, +/games/boxart/default.jpg,Yu-Gi-Oh! Millennium Duels,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-04-29, +/games/boxart/full_4904286JapanFrontccc.jpg,Yukie Nakama: Moonlight to Daybreak,PS,Misc,Antinos Records,Antinos Records,,,,,,,1996-06-21, +/games/boxart/full_yuukyuu-no-kobako-official-collection_51JapanFront.jpg,Yuukyuu no Kobako Official Collection,SAT,Misc,Media Works,MediaWorks,,,,,,,1997-12-11, +/games/boxart/full_z-kai-kyuukyoku-no-eigo-koubun-285_235JapanFront.jpg,Z-Kai Kyuukyoku no Eigo Koubun 285,GB,Misc,Imagineer,C-Lab,,,,,,,1997-11-28, +/games/boxart/full_z-kai-kyuukyoku-no-eijukugo-1017_377JapanFront.jpg,Z-Kai Kyuukyoku no Eijukugo 1017,GB,Misc,Imagineer,C-Lab,,,,,,,1997-10-01, +/games/boxart/full_z-kai-kyuukyoku-no-eitango-1500_678JapanFront.jpg,Z-Kai Kyuukyoku no Eitango 1500,GB,Misc,Imagineer,C-Lab,,,,,,,1997-07-11, +/games/boxart/full_168121AmericaFrontccc.jpg,Z-Run,PSV,Misc,Beatshapers,Unknown,,,,,,,2014-07-01, +/games/boxart/full_zaidan-houjin-nippon-kanji-nouryoku-kentai-kyoukai-kyouryoku-kanken-ds-training_3JapanFront.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentai Kyoukai Kyouryoku: Kanken DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2010-10-14, +/games/boxart/full_9535108JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen Wii Kanji O Ketteisen,Wii,Misc,Rocket Company,Rocket Company,,,,,,,2007-12-27, +/games/boxart/full_9313573JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 250-Mannin no KanKen,DS,Misc,IE Institute,IE Institute,,,,,,,2007-11-01, +/games/boxart/default.jpg,Zappi,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/default.jpg,Zappi,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/full_zen-pinball_9AmericaFront.jpg,ZEN Pinball,PSN,Misc,Zen Studios,Zen Studios,8.3,,,,,,2009-05-14, +/games/boxart/default.jpg,ZEN Pinball,And,Misc,Zen Studios,Unknown,,,,,,,2011-12-01, +/games/boxart/default.jpg,ZEN Pinball,3DS,Misc,Zen Studios,Unknown,,,,,,,2012-01-12, +/games/boxart/default.jpg,Zen Pinball 2,WiiU,Misc,Zen Studios,Unknown,,,,,,,2013-03-21, +/games/boxart/default.jpg,Zen Pinball 2,PSV,Misc,Zen Studios,Unknown,,,,,,,2012-09-04, +/games/boxart/default.jpg,Zen Pinball 2,PS3,Misc,Zen Studios,Unknown,,,,,,,2012-09-04, +/games/boxart/full_zen-pinball-3d_352AmericaFront.png,Zen Pinball 3D,3DS,Misc,Zen Studios,Zen Studios,,,,,,,2012-01-12, +/games/boxart/full_5252615AmericaFrontccc.jpg,Zen Sound,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-08-09, +/games/boxart/full_9313462JapanFrontccc.jpg,Zen Super Robot Taisen Denshi Daihyakka,PS,Misc,Banpresto,Banpresto,,,,,,,1998-10-29, +/games/boxart/full_9321835JapanFrontccc.jpg,Zennou Series Vol. 2: Indo Shiki Keisan Drill DS,DS,Misc,ASK,"ASK Co., Ltd.",,,,,,,2008-02-14, +/games/boxart/default.jpg,Zeno Clash,X360,Misc,Atlus,Unknown,,,,,,,2010-05-05, +/games/boxart/default.jpg,Zeno Clash 2,PS3,Misc,Atlus,Unknown,,,,,,,2013-07-22, +/games/boxart/default.jpg,Zeno Clash 2,X360,Misc,Atlus,Unknown,,,,,,,2013-07-26, +/games/boxart/default.jpg,Zenonia 4: Return of a Legend,And,Misc,Gamevil,Unknown,,,,,,,2012-02-13, +/games/boxart/default.jpg,Zenonia 5: Wheel of Destiny,And,Misc,Gamevil,Unknown,,,,,,,2013-01-09, +/games/boxart/full_3957185AmericaFrontccc.jpg,Zens 360,XBL,Misc,Microsoft,xMONOx,,,,,,,2009-08-17, +/games/boxart/full_1733153JapanFrontccc.jpg,Zero Kara Hajimeru: Otona no 5-Kokugo Nyuumon,DS,Misc,Now Production,Now Production,,,,,,,2008-11-13, +/games/boxart/full_9232311JapanFrontccc.jpg,Zero Kara Kantan Chuugokugo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2010-04-08, +/games/boxart/full_8664421JapanFrontccc.jpg,Zero Kara Kantan Kankokugo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2010-04-08, +/games/boxart/full_zettai-meikyuu-grimm-nanatsu-no-kagi-to-rakuen-no-otome_691JapanFront.jpg,Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome,PC,Misc,Karin Entertainment,Karin Entertainment,,,,,,,2011-07-22, +/games/boxart/3207216ccc.jpg,Zeus: Master of Olympus,PC,Misc,Sierra Entertainment,Impressions Games,,,,,,,2000-10-22, +/games/boxart/2595817ccc.jpg,Zhadnost: The People's Party,3DO,Misc,3DO,3DO,,,,,,,1995-03-02, +/games/boxart/full_1459621AmericaFrontccc.jpg,ZiGGURAT,iOS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/full_zimo-mahjong-fanatic_974AmericaFront.jpg,Zimo: Mahjong Fanatic,DSiW,Misc,Agetec,Agetec,,,,,,,2011-06-16, +/games/boxart/full_9678583JapanFrontccc.jpg,Zipangu Jima: Unmei wa Saikoro ga Kimeru!?,PS,Misc,Human Entertainment,Human Club,,,,,,,1999-10-07, +/games/boxart/default.jpg,Zombie Isle,And,Misc,Kemco,Unknown,,,,,,,2014-03-03, +/games/boxart/default.jpg,Zombie Killer Squad,And,Misc,"Section Studios, Inc.",Unknown,,,,,,,2013-11-16, +/games/boxart/default.jpg,Zombie Panic in Wonderland,Mob,Misc,Akaoni Studio,Unknown,,,,,,,2012-03-01, +/games/boxart/default.jpg,Zombie Panic in Wonderland,And,Misc,Akaoni Studio,Unknown,,,,,,,2012-10-19, +/games/boxart/default.jpg,Zombie Playground,OSX,Misc,Massive Black Inc,Unknown,,,,,,,2020-12-31, +/games/boxart/default.jpg,Zombie Playground,PC,Misc,Massive Black Inc,Unknown,,,,,,,2020-12-31, +/games/boxart/full_zombie-racers_725PALFront.png,Zombie Racers,PSN,Misc,Unknown,Big Head Games Ltd.,,,,,,,2011-06-07, +/games/boxart/default.jpg,Zombie Samurai,PC,Misc,Alawar Entertainment,Unknown,,,,,,,2008-04-01, +/games/boxart/default.jpg,Zombie Samurai,OSX,Misc,Alawar Entertainment,Unknown,,,,,,,2011-05-05, +/games/boxart/default.jpg,Zombie Samurai,And,Misc,HeroCraft,Unknown,,,,,,,2011-03-24, +/games/boxart/default.jpg,Zombie Slayer Diox,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-05-22, +/games/boxart/default.jpg,Zombie Street,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-04-30, +/games/boxart/default.jpg,Zombie Tsunami,And,Misc,Mobigame,Unknown,,,,,,,2012-05-31, +/games/boxart/default.jpg,Zombies Hate Pumpkins DX,And,Misc,Monster and Monster,Unknown,,,,,,,2011-10-25, +/games/boxart/default.jpg,Zombies Monsters Robots,PC,Misc,En Masse Entertainment,Unknown,,,,,,,2014-10-01, +/games/boxart/default.jpg,Zombies Vs. Vampires,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-02-14, +/games/boxart/default.jpg,Zombieville USA,And,Misc,Mika Mobile,Unknown,,,,,,,2011-07-14, +/games/boxart/default.jpg,Zomgeri Panic,DSi,Misc,Gamebridge,Unknown,,,,,,,2012-02-02, +/games/boxart/default.jpg,Zomgeri Panic,3DS,Misc,Gamebridge,Unknown,,,,,,,2012-02-02, +/games/boxart/default.jpg,Zone Warrior,3DS,Misc,Level 5,Unknown,,,,,,,2013-06-20, +/games/boxart/default.jpg,ZoneOut,3DS,Misc,Sega,Unknown,,,,,,,2014-04-02, +/games/boxart/1413324ccc.gif,Zoo Tycoon DS,DS,Misc,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Zuma Blitz,BRW,Misc,PopCap Games,Unknown,,,,,,,2010-12-14, +/games/boxart/default.jpg,Zuma Blitz,And,Misc,PopCap Games,Unknown,,,,,,,2013-05-16, +/games/boxart/full_3821470JapanFrontccc.jpg,Zunou ni Asekaku Game Series! Vol. 1: Cool 104 Joker & Setline,DS,Misc,Aruze Corp,Aruze Corp,,,,,,,2004-12-02, +/games/boxart/full_1548388PALFrontccc.png,A Virus Named TOM,PC,Misc,Misfits Attic,Misfits Attic,7,,,,,,2012-08-01,2018-01-22 +/games/boxart/full_1235602AmericaFrontccc.jpg,Aircar,OR,Misc,Giant Form Entertainment,Giant Form Entertainment,,,,,,,2017-08-16,2021-10-28 +/games/boxart/full_3207228AmericaFrontccc.png,Aliens: The Computer Game (Software Studios),ACPC,Misc,Electric Dreams Software,Software Studios,,,,,,,1987-01-01,2018-01-08 +/games/boxart/full_3293423JapanFrontccc.jpg,Anata no Yonkihi Kyoudoutan,NS,Misc,Unknown,Nippon Ichi Software,,,,,,,,2018-04-08 +/games/boxart/default.jpg,Annihilation,WiiU,Misc,Unknown,TreeFall Studios,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Armored Warfare,PS4,Misc,Unknown,Mail.ru,,,,,,,,2018-03-08 +/games/boxart/full_4126817AmericaFrontccc.jpg,Artifact,OSX,Misc,Valve Corporation,Valve Corporation,,,,,,,2018-11-28,2018-12-19 +/games/boxart/full_742895AmericaFrontccc.jpg,Artifact,Linux,Misc,Valve Corporation,Valve Corporation,,,,,,,2018-11-28,2018-12-19 +/games/boxart/full_8683084AmericaFrontccc.jpg,Artifact,And,Misc,Valve Corporation,Valve Corporation,,,,,,,2019-01-01,2018-12-19 +/games/boxart/full_5735575AmericaFrontccc.jpg,Artifact,PC,Misc,Valve Corporation,Valve Corporation,,,,,,,2018-11-28,2018-12-19 +/games/boxart/full_889698AmericaFrontccc.jpg,Artifact,iOS,Misc,Valve Corporation,Valve Corporation,,,,,,,2019-01-01,2018-12-19 +/games/boxart/full_2576197AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,XS,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 +/games/boxart/full_8168911AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,XOne,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 +/games/boxart/full_9160406AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,PS5,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 +/games/boxart/full_813224AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,PS4,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 +/games/boxart/full_8911469AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,PC,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 +/games/boxart/full_6264544AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,NS,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 +/games/boxart/default.jpg,Atari Flashback Classics,PSV,Misc,Unknown,Atari Games,,,,,,,,2022-08-25 +/games/boxart/full_7948558AmericaFrontccc.png,Azure Snake,WiiU,Misc,RandomSpin,RandomSpin,,,,,,,2019-01-24,2020-10-05 +/games/boxart/default.jpg,BASIC Programming Language,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 +/games/boxart/full_7052725AmericaFrontccc.jpg,Book of Potions,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2013-11-12,2018-12-03 +/games/boxart/full_7311242AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,XOne,Misc,Unknown,Capcom,,,,,,,,2022-07-06 +/games/boxart/full_7086911AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,PS4,Misc,Unknown,Capcom,,,,,,,,2022-07-06 +/games/boxart/full_3666783AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,PC,Misc,Unknown,Capcom,,,,,,,,2022-07-06 +/games/boxart/full_5060504AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,NS,Misc,Unknown,Capcom,,,,,,,,2022-07-06 +/games/boxart/full_5953720AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,XS,Misc,Unknown,Capcom,,,,,,,,2022-07-06 +/games/boxart/full_835520AmericaFrontccc.jpg,Capcom Arcade Stadium,XOne,Misc,Unknown,Capcom,,,,,,,,2023-06-06 +/games/boxart/full_5216153AmericaFrontccc.jpg,Capcom Arcade Stadium,PS4,Misc,Unknown,Capcom,,,,,,,,2023-06-06 +/games/boxart/full_3526867AmericaFrontccc.jpg,Capcom Arcade Stadium,PC,Misc,Unknown,Capcom,,,,,,,,2023-06-06 +/games/boxart/full_6344135AmericaFrontccc.png,Cardfight!! Vanguard EX,NS,Misc,FuRyu Corporation,FuRyu,,,,,,,2019-09-19,2019-04-08 +/games/boxart/full_9491012AmericaFrontccc.png,Cardfight!! Vanguard EX,PS4,Misc,FuRyu Corporation,FuRyu,,,,,,,2019-09-19,2019-04-08 +/games/boxart/full_2959861AmericaFrontccc.jpg,Catan Universe,PC,Misc,United Soft Media,exozet games,,,,,,,2017-04-25,2019-04-22 +/games/boxart/full_2096553AmericaFrontccc.jpg,Clicker Guild,PC,Misc,Fox Dawn,Fox Dawn,,,,,,,2016-12-16,2019-04-21 +/games/boxart/default.jpg,Clicker Heroes,PC,Misc,Unknown,Playsaurus,,,,,,,,2019-03-26 +/games/boxart/default.jpg,Clicker Heroes 2,PC,Misc,Unknown,Playsaurus,,,,,,,,2019-03-26 +/games/boxart/full_7912839AmericaFrontccc.jpg,Clustertruck,PS4,Misc,TinyBuild Games,Landfall,,,,,,,2016-09-27,2018-03-01 +/games/boxart/full_4146823AmericaFrontccc.jpg,Clustertruck,XOne,Misc,TinyBuild Games,Landfall,,,,,,,2016-09-27,2018-03-01 +/games/boxart/full_8641967AmericaFrontccc.png,Clustertruck,NS,Misc,TinyBuild Games,Landfall,,,,,,,2018-03-15,2018-03-01 +/games/boxart/default.jpg,Conversational French,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 +/games/boxart/default.jpg,"Creature Clicker - Capture, Train, Ascend!",PC,Misc,Unknown,ColloseusX,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Crosswords I,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 +/games/boxart/default.jpg,Crosswords II,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 +/games/boxart/default.jpg,Crosswords III,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 +/games/boxart/full_805655AmericaFrontccc.png,Death Mark,XOne,Misc,Unknown,Experience Inc.,,,,,,,,2019-03-17 +/games/boxart/full_6637533PALFrontccc.jpg,Diggs Nightcrawler,PS3,Misc,Sony Computer Entertainment Europe,Exient Entertainment,,,,,,,2013-05-31,2018-04-11 +/games/boxart/default.jpg,DJ Max Respect V,PC,Misc,Neowiz Entertainment,Neowiz Entertainment,,,,,,,2020-03-12,2023-07-17 +/games/boxart/full_6698436AmericaFrontccc.jpg,Dreams,PS4,Misc,Sony Interactive Entertainment,Media Molecule,,,,,,,2020-02-14,2020-04-10 +/games/boxart/default.jpg,Duskers,PC,Misc,Unknown,Misfits Attic,,,,,,,,2018-01-22 +/games/boxart/full_9497657AmericaFrontccc.png,EcoFish,iOS,Misc,Unknown,Eclipse Games,,,,,,,,2022-08-10 +/games/boxart/full_4649850AmericaFrontccc.png,El Silla - Arcade Edition,WiiU,Misc,Markanime Studios,Markanime Studios,,,,,,,2019-04-15,2020-09-20 +/games/boxart/default.jpg,Family Budgeting,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 +/games/boxart/default.jpg,Five Nights at Freddy's,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 2,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 2,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 2,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 3,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 3,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 3,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 4,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 4,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/default.jpg,Five Nights at Freddy's 4,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 +/games/boxart/full_4386561AmericaFrontccc.png,Frederic 2: Evil Strikes Back,NS,Misc,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-02-01,2018-02-01 +/games/boxart/full_6219322AmericaFrontccc.jpg,Frost,PC,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 +/games/boxart/default.jpg,Frost,PS4,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 +/games/boxart/full_9784216AmericaFrontccc.png,Frost,NS,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 +/games/boxart/default.jpg,Frost,XOne,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 +/games/boxart/default.jpg,Geography Challenge,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 +/games/boxart/full_7275584PALFrontccc.jpg,Ghost 1.0,PC,Misc,@unepic_fran,@unepic_fran,,,,,,,2016-06-07,2018-01-11 +/games/boxart/full_5756645AmericaFrontccc.jpg,Good Archer,PC,Misc,Sergej110,Sergej110,,,,,,,2017-03-10,2019-04-16 +/games/boxart/full_1454665AmericaFrontccc.jpg,Gwent: The Witcher Card Game,PC,Misc,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2018-10-23,2018-12-19 +/games/boxart/full_3716372AmericaFrontccc.jpg,Gwent: The Witcher Card Game,PS4,Misc,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2018-12-04,2018-12-19 +/games/boxart/full_2680620AmericaFrontccc.jpg,Gwent: The Witcher Card Game,XOne,Misc,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2018-12-04,2018-12-19 +/games/boxart/full_4967278JapanFrontccc.jpg,Honey Select,PC,Misc,Unknown,Illusion,,,,,,,,2017-12-18 +/games/boxart/full_3497794AmericaFrontccc.jpg,Horror Hospital,PC,Misc,KNP,KNP,,,,,,,2017-01-04,2019-04-21 +/games/boxart/full_326117AmericaFrontccc.png,Hulu,NS,Misc,Hulu,Hulu,,,,,,,2017-11-09,2018-03-12 +/games/boxart/full_4856553AmericaFrontccc.png,Ingress,And,Misc,Unknown,Niantic Labs,,,,,,,,2018-01-11 +/games/boxart/full_5730150AmericaFrontccc.png,Ingress,iOS,Misc,Unknown,Niantic Labs,,,,,,,,2018-01-11 +/games/boxart/default.jpg,Jack LaLanne's Physical Conditioning,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 +/games/boxart/full_8804180PALFrontccc.jpg,Journey Collector's Edition,PS4,Misc,Sony Computer Entertainment,thatgamecompany,,,,,,,2015-09-29,2018-09-23 +/games/boxart/default.jpg,Kaiji: Steel Beam Crossing of Despair,NS,Misc,Unknown,Solidsphere,,,,,,,,2018-01-07 +/games/boxart/full_1938365AmericaFrontccc.png,Kid Pix,PC,Misc,Broderbund,Broderbund,,,,,,,1991-03-01,2018-05-11 +/games/boxart/full_2865610AmericaFrontccc.png,Kodu Game Lab,PC,Misc,Microsoft Studios,Microsoft Research,,,,,,,2013-12-05,2019-03-23 +/games/boxart/full_4737639AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,PS4,Misc,Unknown,Konami,,,,,,,,2019-03-19 +/games/boxart/full_5438828AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,NS,Misc,Unknown,Konami,,,,,,,,2019-03-19 +/games/boxart/full_1006120AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,PC,Misc,Unknown,Konami,,,,,,,,2019-03-19 +/games/boxart/full_1128875AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,XOne,Misc,Unknown,Konami,,,,,,,,2019-03-19 +/games/boxart/default.jpg,Las Vegas Roulette,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 +/games/boxart/default.jpg,Learning Fun I,Int,Misc,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/default.jpg,Learning Fun II,Int,Misc,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/default.jpg,Lone Survivor,PS4,Misc,Unknown,Curve Studios,,,,,,,,2018-02-22 +/games/boxart/full_942203JapanFrontccc.jpg,Metal!,NS,Misc,DMM Games,DMM Games,,,,,,,2018-02-08,2018-01-12 +/games/boxart/full_3864721AmericaFrontccc.jpg,Microsoft Entertainment Pack 1,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 +/games/boxart/full_4674150AmericaFrontccc.jpg,Microsoft Entertainment Pack 2,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 +/games/boxart/full_6057707AmericaFrontccc.jpg,Microsoft Entertainment Pack 3,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 +/games/boxart/full_7000119AmericaFrontccc.jpg,Microsoft Entertainment Pack 4,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 +/games/boxart/default.jpg,Midway Arcade Origins,PS3,Misc,Unknown,Backbone Entertainment,,,,,,,,2017-12-31 +/games/boxart/full_7639883AmericaFrontccc.png,Miitomo,iOS,Misc,Nintendo,Nintendo,,,,,,,2016-03-17,2018-04-05 +/games/boxart/full_5093048AmericaFrontccc.png,Miitomo,And,Misc,Nintendo,Nintendo,,,,,,,2016-03-31,2018-04-05 +/games/boxart/full_3467360AmericaFrontccc.png,Millie's Math House,PC,Misc,Edmark,Theatrix Interactive,,,,,,,1992-01-01,2018-05-12 +/games/boxart/default.jpg,Mini Ghost,PC,Misc,@unepic_fran,@unepic_fran,,,,,,,2017-04-28,2018-01-11 +/games/boxart/full_8149546AmericaFrontccc.jpg,"Monsters, Inc. Scream Team Training",PC,Misc,Disney Interactive Studios,Gorilla Systems,,,,,,,2001-11-01,2018-04-05 +/games/boxart/full_8199125AmericaFrontccc.jpg,Mosaic,PC,Misc,Raw Fury,Krillbite Studio,,,,,,,2019-12-05,2018-08-17 +/games/boxart/full_3634245AmericaFrontccc.jpg,Mosaic,NS,Misc,Raw Fury,Krillbite Studio,,,,,,,2020-01-23,2018-08-17 +/games/boxart/full_7787968AmericaFrontccc.jpg,Mosaic,XOne,Misc,Raw Fury,Krillbite Studio,,,,,,,2020-01-23,2018-08-17 +/games/boxart/full_1681298AmericaFrontccc.jpg,Mosaic,PS4,Misc,Raw Fury,Krillbite Studio,,,,,,,2020-01-23,2018-08-17 +/games/boxart/default.jpg,Mr. Basic Meets Bits 'N Bytes,Int,Misc,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/default.jpg,N.E.R.O.: Nothing Ever Remains Obscure,PC,Misc,Unknown,Storm in a Teacup,,,,,,,,2018-08-24 +/games/boxart/default.jpg,N.E.R.O.: Nothing Ever Remains Obscure,XOne,Misc,Unknown,Storm in a Teacup,,,,,,,,2018-08-24 +/games/boxart/full_5672646AmericaFrontccc.jpg,NGHTMN,PC,Misc,DIGITAL MISTAKE,DIGITAL MISTAKE,,,,,,,2017-05-01,2019-04-21 +/games/boxart/full_368175AmericaFrontccc.jpeg,Nintendo Labo: Toy-Con 04 VR Kit,NS,Misc,Nintendo,Nintendo EPD,,,,,,,2019-04-12,2019-10-18 +/games/boxart/full_4166419AmericaFrontccc.jpg,NKODICE,PC,Misc,Unknown,KSYM,,,,,,,,2021-07-27 +/games/boxart/full_2601212AmericaFrontccc.jpg,Nom Nom Galaxy,PS4,Misc,Unknown,Q-Games,,,,,,,,2022-08-23 +/games/boxart/default.jpg,Pac-Man 256,PS4,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2016-06-21,2019-11-16 +/games/boxart/default.jpg,Pac-Man 256,XOne,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2016-06-21,2019-11-16 +/games/boxart/default.jpg,Pac-Man 256,And,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2015-08-20,2019-11-16 +/games/boxart/default.jpg,Pac-Man 256,iOS,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2015-08-20,2019-11-16 +/games/boxart/default.jpg,Pac-Man 256,Linux,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2016-06-21,2019-11-16 +/games/boxart/default.jpg,Pac-Man 256,WinP,Misc,Unknown,Bandai Namco,,,,,,,,2019-11-16 +/games/boxart/full_6235631PALFrontccc.jpg,Penguin Wars,NS,Misc,Dispatch Games,Dispatch Games,,,,,,,2019-08-22,2018-03-16 +/games/boxart/full_784101JapanFrontccc.jpg,Penny-Punching Princess,PSV,Misc,NIS America,Nippon Ichi Software,,,,,,,2018-04-03,2018-01-07 +/games/boxart/full_9733313AmericaFrontccc.jpg,Pixel Game Maker MV,PC,Misc,AGM Playism,Kadokawa Games,,,,,,,2019-12-01,2019-08-12 +/games/boxart/full_3881142AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,3DO,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 +/games/boxart/full_5148848AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,NS,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 +/games/boxart/full_9199703AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,PC,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 +/games/boxart/full_7511134AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,PS5,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 +/games/boxart/full_2714698AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,PS4,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 +/games/boxart/full_5008901AmericaFrontccc.jpg,Power Play Sports Trivia,PS,Misc,Ubisoft,Starsphere Interactive,,,,,,,2002-05-06,2018-03-30 +/games/boxart/full_5802028AmericaFrontccc.jpg,Prinny Presents NIS Classics Volume 1,NS,Misc,Unknown,Nippon Ichi Software,,,,,,,,2021-09-11 +/games/boxart/full_1062370AmericaFrontccc.jpg,Prinny Presents NIS Classics Volume 2,NS,Misc,Unknown,Nippon Ichi Software,,,,,,,,2021-09-11 +/games/boxart/full_6875943JapanFrontccc.jpg,PriPara: All Idol Perfect Stage,NS,Misc,Takara Tomy ARTS,Takara Tomy ARTS,,,,,,,2018-03-22,2018-01-12 +/games/boxart/full_1497423AmericaFrontccc.png,Project Athia,PS5,Misc,Square Enix,Square Enix,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_88714AmericaFrontccc.png,Project Athia,PC,Misc,Square Enix,Square Enix,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_1483071JapanFrontccc.jpg,Puru-Chara Friends: Hoppe-chan to Sanrio Characters,NS,Misc,Neos,Neos,,,,,,,2019-04-25,2019-03-22 +/games/boxart/full_6584976AmericaFrontccc.png,Rainbow Snake,WiiU,Misc,RandomSpin,RandomSpin,,,,,,,2018-05-03,2020-10-05 +/games/boxart/full_4556397AmericaFrontccc.jpg,Rayman Brain Games,PS,Misc,Ubisoft,Aqua Pacific,,,,,,,2001-08-11,2018-04-04 +/games/boxart/default.jpg,Rising Angels: Reborn,PC,Misc,Unknown,Sekai Project,,,,,,,,2017-12-31 +/games/boxart/default.jpg,Rising Angels: Reborn,Linux,Misc,Unknown,Sekai Project,,,,,,,,2017-12-31 +/games/boxart/full_3040568AmericaFrontccc.jpg,ROBLOX,XOne,Misc,Roblox Corporation,Roblox Corporation,,,,,,,2016-01-27,2018-01-22 +/games/boxart/full_4213633AmericaFrontccc.jpg,ROBLOX,PC,Misc,Unknown,Roblox Corporation,,,,,,,,2018-01-22 +/games/boxart/full_9603144AmericaFrontccc.jpg,Rollers of the Realm: Reunion,PC,Misc,Unknown,Phantom Compass,,,,,,,,2021-06-10 +/games/boxart/default.jpg,Royal Dealer,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_3981489AmericaFrontccc.jpg,RPG Maker MV,XOne,Misc,NIS America,Kadokawa Games,,,,,,,2019-03-01,2018-12-23 +/games/boxart/full_7935053AmericaFrontccc.jpg,Say No! More,NS,Misc,Unknown,Studio Fizbin,,,,,,,,2021-04-08 +/games/boxart/full_5214816AmericaFrontccc.jpg,Say No! More,PC,Misc,Unknown,Studio Fizbin,,,,,,,,2021-04-08 +/games/boxart/full_7838464AmericaFrontccc.jpg,Say No! More,iOS,Misc,Unknown,Studio Fizbin,,,,,,,,2021-04-08 +/games/boxart/full_4135259AmericaFrontccc.jpg,Scene It? Movie Night,PSN,Misc,Screenlife,Sarbakan,,,,,,,2011-11-29,2018-08-04 +/games/boxart/full_9510435AmericaFrontccc.jpg,Scorn,XS,Misc,Unknown,Ebb Software,,,,,,,,2020-05-07 +/games/boxart/full_7475818JapanFrontccc.jpg,Sega 3D Fukkoku Archives,3DS,Misc,Sega,M2,,,,,,,2014-12-18,2018-04-27 +/games/boxart/full_6423666JapanFrontccc.jpg,Sega 3D Fukkoku Archives 3,3DS,Misc,Sega,M2,,,,,,,2016-12-22,2018-04-27 +/games/boxart/full_1222199AmericaFrontccc.jpg,Senran Kagura: Peach Ball,NS,Misc,Xseed Games,Marvelous,,,,,,,2019-07-09,2019-07-04 +/games/boxart/full_8181689AmericaFrontccc.jpg,Senran Kagura: Peach Ball,PC,Misc,Xseed Games,Tamsoft,,,,,,,2019-08-14,2019-08-05 +/games/boxart/full_5490311AmericaFrontccc.png,Severed,NS,Misc,DrinkBox Studios,DrinkBox Studios,,,,,,,2017-08-08,2018-01-01 +/games/boxart/full_5428605AmericaFrontccc.jpg,SHENZHEN SOLITAIRE,PC,Misc,Zachtronics Industries,Zachtronics Industries,,,,,,,2016-12-15,2019-04-06 +/games/boxart/full_6333392AmericaFrontccc.jpg,Shovel Knight Showdown,Linux,Misc,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/default.jpg,Spelling Challenge,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 +/games/boxart/full_1736144AmericaFrontccc.jpg,Spellweaver,PC,Misc,Dream Reactor,Dream Reactor,,,,,,,2016-02-01,2019-04-22 +/games/boxart/full_1928788AmericaFrontccc.jpg,Spyro + Crash Remastered Game Bundle,PS4,Misc,Activision,Vicarious Visions,,,,,,,2018-12-01,2018-12-17 +/games/boxart/full_5345395AmericaFrontccc.jpg,Spyro + Crash Remastered Game Bundle,XOne,Misc,Activision,Vicarious Visions,,,,,,,2018-12-01,2018-12-17 +/games/boxart/full_4609543AmericaFrontccc.jpg,Star Wars Pinball VR,PS4,Misc,Unknown,Zen Studios,,,,,,,,2021-08-01 +/games/boxart/full_3118598AmericaFrontccc.jpg,Star Wars Pinball VR,PC,Misc,Unknown,Zen Studios,,,,,,,,2021-08-01 +/games/boxart/full_2835169AmericaFrontccc.jpg,Stern Pinball Arcade,XOne,Misc,Alliance Digital Media,FarSight Studios,,,,,,,2016-11-28,2019-02-19 +/games/boxart/full_8954924AmericaFrontccc.jpg,Stern Pinball Arcade,PS4,Misc,Alliance Digital Media,FarSight Studios,,,,,,,2016-11-15,2019-02-19 +/games/boxart/default.jpg,Stern Pinball Arcade,PC,Misc,FarSight Studios,FarSight Studios,,,,,,,2016-12-23,2018-01-25 +/games/boxart/full_5736449AmericaFrontccc.jpg,Steven Universe: Save the Light / OK K.O.! Let’s Play Heroes,NS,Misc,Outright Games,Outright Games,,,,,,,2019-03-19,2018-08-04 +/games/boxart/default.jpg,Steven Universe: Save the Light / OK K.O.! Let’s Play Heroes,PS4,Misc,Outright Games,Outright Games,,,,,,,2019-03-19,2018-08-04 +/games/boxart/default.jpg,Steven Universe: Save the Light / OK K.O.! Let’s Play Heroes,XOne,Misc,Outright Games,Outright Games,,,,,,,2019-03-19,2018-08-04 +/games/boxart/full_9141250JapanFrontccc.jpg,Summer Lesson: Hikari - Allison - Chisato 3 in 1 Game Pack,PS4,Misc,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2018-02-22,2018-11-20 +/games/boxart/full_1666703AmericaFrontccc.png,Tabletop Gallery,WiiU,Misc,Unknown,RCMADIAX,,,,,,,,2018-01-06 +/games/boxart/full_2220426AmericaFrontccc.jpg,Taito Milestones,NS,Misc,Unknown,Taito,,,,,,,,2021-06-15 +/games/boxart/full_807837PALFrontccc.jpg,Taito Milestones 2,NS,Misc,Unknown,Taito Corporation,,,,,,,,2023-07-22 +/games/boxart/default.jpg,Tamagotchi no Puchi Puchi Omisechi: Ninki no Omise Atsume Maseta,PS3,Misc,Unknown,Bandai Namco Games,,,,,,,,2017-12-10 +/games/boxart/full_292013AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,XS,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 +/games/boxart/full_9527576AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,XOne,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 +/games/boxart/full_1376999AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,PS5,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 +/games/boxart/full_749773AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,PS4,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 +/games/boxart/full_5554328AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,PC,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 +/games/boxart/full_9678177AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,NS,Misc,Konami,Digital Eclipse,,,,,,,2022-08-30,2022-09-05 +/games/boxart/full_6120899AmericaFrontccc.jpg,The Best of Microsoft Entertainment Pack,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 +/games/boxart/full_8604411AmericaFrontccc.png,The Elder Scrolls: Legends,PS4,Misc,Unknown,Bethesda Game Studios,,,,,,,,2018-06-11 +/games/boxart/full_797506AmericaFrontccc.png,The Elder Scrolls: Legends,XOne,Misc,Unknown,Bethesda Game Studios,,,,,,,,2018-06-11 +/games/boxart/full_5702038AmericaFrontccc.png,The Elder Scrolls: Legends,NS,Misc,Unknown,Bethesda Game Studios,,,,,,,,2018-06-11 +/games/boxart/default.jpg,The Electric Company Math Fun,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-16,2018-01-13 +/games/boxart/default.jpg,The Electric Company Word Fun,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-11-05,2018-01-13 +/games/boxart/default.jpg,The Jetsons' Way With Words,Int,Misc,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9260672JapanFrontccc.jpg,The Variety Game Large Set: Goldfish Scooping - Card - Number Puzzle - Nikakudori,NS,Misc,D3 Publisher,D3 Publisher,,,,,,,2019-04-04,2019-03-31 +/games/boxart/full_2652815AmericaFrontccc.png,TOSS N GO,WiiU,Misc,Unknown,RCMADIAX,,,,,,,,2018-01-05 +/games/boxart/default.jpg,Touch Selections,WiiU,Misc,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/default.jpg,Triple Action,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1981-10-15,2018-01-13 +/games/boxart/default.jpg,Triple Challenge,Int,Misc,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/full_7953035AmericaFrontccc.jpg,VISCO Collection,XS,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 +/games/boxart/full_2606032AmericaFrontccc.jpg,VISCO Collection,XOne,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 +/games/boxart/full_6861948AmericaFrontccc.jpg,VISCO Collection,PS5,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 +/games/boxart/full_1166763AmericaFrontccc.jpg,VISCO Collection,PS4,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 +/games/boxart/full_9211547AmericaFrontccc.jpg,VISCO Collection,PC,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 +/games/boxart/full_4399673AmericaFrontccc.jpg,VISCO Collection,NS,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 +/games/boxart/full_7435624AmericaFrontccc.jpg,Walking with Dinosaurs,PS3,Misc,Sony Computer Entertainment Europe,Supermassive Games Ltd.,,,,,,,2013-11-13,2018-04-11 +/games/boxart/full_6610120AmericaFrontccc.png,Warframe,NS,Misc,Unknown,Digital Extremes,,,,,,,,2018-07-08 +/games/boxart/default.jpg,"WarioWare, Inc.: Mega MicroGame$",3DS,Misc,Unknown,Nintendo,,,,,,,,2018-02-06 +/games/boxart/full_4010181AmericaFrontccc.jpg,Winnie the Pooh Baby,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2001-01-01,2018-04-04 +/games/boxart/full_728563AmericaFrontccc.jpg,Worlds Adrift Island Creator,PC,Misc,Bossa Studios,Bossa Studios,,,,,,,2016-04-28,2019-04-03 +/games/boxart/full_5659046JapanFrontccc.jpg,Xbox Video Chat,XB,Misc,Microsoft,Microsoft,,,,,,,2004-11-25,2018-10-11 +/games/boxart/full_7858118AmericaFrontccc.jpg,World of WarCraft,Series,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2004-11-23,2020-03-20 +/games/boxart/full_851533AmericaFrontccc.jpg,Guild Wars,Series,MMO,NCSoft,ArenaNet,,,,,,,2005-04-26,2020-02-19 +/games/boxart/2497399ccc.jpg,World of Warcraft,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,2004-11-23,2018-04-22 +/games/boxart/full_world-of-warcraft-cataclysm_20AmericaFront.jpg,World of Warcraft: Cataclysm,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9,,,,,,2010-12-07,2018-04-22 +/games/boxart/full_9224264AmericaFrontccc.jpg,World of Warcraft: Wrath of the Lich King,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,2008-11-13,2018-04-22 +/games/boxart/full_6039467AmericaFrontccc.jpg,World of Warcraft: Shadowlands,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-10-24,2020-08-05 +/games/boxart/178686ccc.jpg,World of Warcraft: The Burning Crusade,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,2007-01-16,2018-04-22 +/games/boxart/full_7325454AmericaFrontccc.jpg,World of Warcraft: Battle for Azeroth,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2018-08-14,2018-04-19 +/games/boxart/full_4214163AmericaFrontccc.jpg,World of Warcraft: Legion,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2016-08-29,2018-04-22 +/games/boxart/full_7342681AmericaFrontccc.jpg,World of Warcraft: Warlords of Draenor,PC,MMO,Activision Blizzard,Blizzard Entertainment,,,,,,,2014-11-13,2018-04-22 +/games/boxart/full_9606792AmericaFrontccc.jpg,World of Warcraft: Mists of Pandaria,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2012-09-25,2018-04-22 +/games/boxart/full_7548233AmericaFrontccc.jpg,Final Fantasy XI: Online,All,MMO,Sony Computer Entertainment,Square,,,,,,,2004-03-23,2021-01-14 +/games/boxart/full_final-fantasy-xiv_8AmericaFront.jpg,Final Fantasy XIV Online,PC,MMO,Square Enix,Square Enix,5.3,,,,,,2010-09-22,2018-04-22 +/games/boxart/full_2527636AmericaFrontccc.png,Black Desert Online,PC,MMO,Kakao Games,Pearl Abyss,,,,,,,2016-03-03,2019-01-07 +/games/boxart/full_1752635AmericaFrontccc.jpg,Miscreated,PC,MMO,Unknown,Entrada Interactive,,,,,,,,2019-02-04 +/games/boxart/full_6267368AmericaFrontccc.jpg,Dragon Quest X,All,MMO,Square Enix,Square Enix,,,,,,,2012-08-02,2021-01-07 +/games/boxart/full_5906613JapanFrontccc.jpg,Dragon Quest X,Wii,MMO,Unknown,Square Enix,,,,,,,,2018-04-22 +/games/boxart/full_6280253AmericaFrontccc.jpg,Tower Unite,PC,MMO,Unknown,PixelTail Games,,,,,,,,2019-02-20 +/games/boxart/full_61596AmericaFrontccc.jpg,Bless Online,PC,MMO,Unknown,Neowiz Corporation,,,,,,,,2019-03-01 +/games/boxart/full_3074974AmericaFrontccc.jpg,Gloria Victis,PC,MMO,Black Eye Games,Black Eye Games,,,,,,,2016-06-09,2019-03-27 +/games/boxart/full_907250JapanFrontccc.jpg,Angel Love Online,PS3,MMO,Q Entertainment,UserJoy Technology,,,,,,,2011-07-07,2018-09-15 +/games/boxart/full_9809778JapanFrontccc.png,Angel Love Online,PSN,MMO,Q Entertainment,UserJoy Technology,,,,,,,2008-09-25,2018-09-15 +/games/boxart/full_dc-universe-online_634AmericaFront.jpg,DC Universe Online,PSN,MMO,Sony Online Entertainment,WBIE,6.7,,,,,,2011-03-22,2018-09-15 +/games/boxart/full_9224112AmericaFrontccc.jpeg,DC Universe Online,PS4,MMO,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2013-11-15,2018-09-15 +/games/boxart/full_9578024JapanFrontccc.jpg,Dragon Quest X,PC,MMO,Square Enix,Square Enix,,,,,,,2013-09-26,2018-04-22 +/games/boxart/full_3605503JapanFrontccc.jpg,Dragon Quest X: Inishie no Ryuu no Denshou Online,WiiU,MMO,Square Enix,Square Enix,,,,,,,2015-04-30,2018-09-15 +/games/boxart/default.jpg,Dragon's Prophet,PC,MMO,Sony Online Entertainment,Runewalker Entertainment Ltd.,,,,,,,2018-09-23,2018-09-16 +/games/boxart/full_2022855AmericaFrontccc.png,EverQuest Next,PC,MMO,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2016-12-31,2018-09-15 +/games/boxart/full_5257093AmericaFrontccc.png,EverQuest Next,PS4,MMO,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2016-12-31,2018-09-15 +/games/boxart/full_3712146AmericaFrontccc.jpeg,Realm of the Mad God,PC,MMO,Miniclip SA,Wild Shadow Studios,,,,,,,2011-06-20,2018-07-24 +/games/boxart/full_7608185AmericaFrontccc.jpg,Realm of the Mad God,PC,MMO,Kabam,Wild Shadow Studios,,,,,,,2012-02-20,2018-07-24 +/games/boxart/full_8972232AmericaFrontccc.jpg,Realm of the Mad God,OSX,MMO,Kabam,Wild Shadow Studios,,,,,,,2012-02-20,2018-07-24 +/games/boxart/full_8747557AmericaFrontccc.jpg,The Elder Scrolls Online,OSX,MMO,Bethesda Softworks,Bethesda Game Studios,,,,,,,2014-04-04,2018-09-15 +/games/boxart/full_3720226AmericaFrontccc.jpg,World of Warcraft: Warlords of Draenor,OSX,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-11-13,2018-08-11 +/games/boxart/full_7892169AmericaFrontccc.jpg,Aberoth,PC,MMO,Jarbit,Jarbit,,,,,,,2015-07-17,2019-04-08 +/games/boxart/default.jpg,Arena Of Valor,NS,MMO,Unknown,TiMi Studios,,,,,,,,2020-11-08 +/games/boxart/full_1857675AmericaFrontccc.jpg,ATLAS,XOne,MMO,Studio Wildcard,Studio Wildcard,,,,,,,2019-10-08,2018-12-12 +/games/boxart/full_1195755AmericaFrontccc.jpg,ATLAS,PC,MMO,Studio Wildcard,Studio Wildcard,,,,,,,2018-12-19,2018-12-12 +/games/boxart/full_2225583AmericaFrontccc.jpg,Bit Heroes,PC,MMO,Kongregate,Juppiomenz,,,,,,,2017-12-13,2019-04-07 +/games/boxart/full_9042055AmericaFrontccc.jpg,Black Desert,XOne,MMO,Pearl Abyss,Pearl Abyss,,,,,,,2019-03-04,2019-01-07 +/games/boxart/full_1983380AmericaFrontccc.jpg,Bless Unleashed,XOne,MMO,Neowiz Corporation,Round8 Studio,,,,,,,2020-03-12,2020-09-29 +/games/boxart/full_2004373AmericaFrontccc.jpg,Bless Unleashed,PC,MMO,Neowiz Corporation,Round8 Studio,,,,,,,2021-12-01,2020-09-29 +/games/boxart/full_6405254AmericaFrontccc.jpg,Bless Unleashed,PS4,MMO,Neowiz Corporation,Round8 Studio,,,,,,,2020-10-22,2020-09-29 +/games/boxart/full_4026604AmericaFrontccc.jpg,Blue Protocol,PC,MMO,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-07-26 +/games/boxart/full_2599694AmericaFrontccc.jpg,Blue Protocol,PS5,MMO,Unknown,Bandai Namco Games,,,,,,,,2022-12-09 +/games/boxart/full_3872874AmericaFrontccc.jpg,Blue Protocol,XS,MMO,Unknown,Bandai Namco Games,,,,,,,,2022-12-09 +/games/boxart/full_586368AmericaFrontccc.png,Closers,PS4,MMO,En Masse Entertainment,Naddic Games,,,,,,,2020-12-31,2019-03-24 +/games/boxart/full_3450851AmericaFrontccc.png,Closers,PC,MMO,En Masse Entertainment,Naddic Games,,,,,,,2016-11-27,2019-03-24 +/games/boxart/full_6251153JapanFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,PC,MMO,Square Enix,Square Enix,,,,,,,2018-07-26,2018-11-06 +/games/boxart/full_2512191AmericaFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,WiiU,MMO,Square Enix,Square Enix,,,,,,,2018-07-26,2018-09-15 +/games/boxart/default.jpg,Everspace,NS,MMO,Rockfish Games,Rockfish Games,,,,,,,2018-12-11,2020-11-08 +/games/boxart/full_7431057AmericaFrontccc.png,Final Fantasy XIV: Endwalker,All,MMO,Unknown,Square Enix,,,,,,,,2021-12-23 +/games/boxart/full_3586848AmericaFrontccc.jpg,Final Fantasy XIV: Shadowbringers,PC,MMO,Square Enix,Square Enix,,,,,,,2019-07-02,2019-06-13 +/games/boxart/full_639389AmericaFrontccc.jpg,Final Fantasy XIV: Shadowbringers,PS4,MMO,Square Enix,Square Enix,,,,,,,2019-07-02,2019-06-13 +/games/boxart/full_2074169AmericaFrontccc.jpg,Guild Wars 2: End of Dragons,PC,MMO,Unknown,ArenaNet,,,,,,,,2022-11-20 +/games/boxart/full_4767303AmericaFrontccc.jpg,Heaven Forest - VR MMO,PC,MMO,Chubby Pixel,Fabio Ferrara,,,,,,,2016-12-10,2019-04-08 +/games/boxart/full_8457290AmericaFrontccc.jpg,Last Oasis,PC,MMO,Donkey Crew,Donkey Crew,,,,,,,2019-09-03,2019-06-14 +/games/boxart/full_5702645AmericaFrontccc.png,Magic: Legends,PC,MMO,Perfect World Entertainment,Cryptic Studios,,,,,,,2020-12-01,2020-01-09 +/games/boxart/full_7326746PALFrontccc.jpg,New World,PC,MMO,Amazon Game Studios,Amazon Game Studios,,,,,,,2021-08-25,2019-12-16 +/games/boxart/full_2015696JapanFrontccc.jpg,Phantasy Star Online 2: Cloud,NS,MMO,Sega,Sega,,,,,,,2018-04-04,2018-11-06 +/games/boxart/full_292513AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,XOne,MMO,Sega,Sega,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_4831153AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,XS,MMO,Sega,Sega,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_2837538AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,NS,MMO,Unknown,Sega,,,,,,,,2020-07-23 +/games/boxart/full_7015533AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,PC,MMO,Sega,Sega,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_8727782AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,PS4,MMO,Unknown,Sega,,,,,,,,2020-07-23 +/games/boxart/default.jpg,Star Trek Online,PS4,MMO,Unknown,Cryptic Studios,7.5,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Trek Online,XOne,MMO,Unknown,Cryptic Studios,,,,,,,,2024-01-05 +/games/boxart/full_3431832AmericaFrontccc.jpg,Starbase,PC,MMO,Frozenbyte,Frozenbyte,,,,,,,2019-12-01,2019-05-29 +/games/boxart/full_5187458AmericaFrontccc.jpg,The Day Before,PC,MMO,Unknown,FNTASTIC,,,,,,,,2021-10-16 +/games/boxart/full_3166970AmericaFrontccc.jpg,The Day Before,PS5,MMO,Unknown,FNTASTIC,,,,,,,,2021-10-16 +/games/boxart/full_8046058AmericaFrontccc.jpg,The Day Before,XS,MMO,Unknown,FNTASTIC,,,,,,,,2021-10-16 +/games/boxart/full_1616347AmericaFrontccc.jpg,The Elder Scrolls Online: Greymoor,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2020-06-09,2020-01-16 +/games/boxart/full_9302314AmericaFrontccc.jpg,The Elder Scrolls Online: Greymoor,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2020-06-09,2020-01-16 +/games/boxart/full_457722AmericaFrontccc.jpg,The Elder Scrolls Online: Greymoor,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2020-05-26,2020-01-16 +/games/boxart/full_5948147AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,XS,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 +/games/boxart/full_8486418AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,PC,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 +/games/boxart/full_9221205AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,PS4,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 +/games/boxart/full_9194174AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,PS5,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 +/games/boxart/full_7399038AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,XOne,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 +/games/boxart/full_4796588AmericaFrontccc.jpg,The Elder Scrolls Online: Necrom,PC,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2023-06-23 +/games/boxart/full_4528852AmericaFrontccc.jpg,The Elder Scrolls Online: Tamriel Unlimited,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2015-06-09,2018-09-15 +/games/boxart/default.jpg,Trove,PC,MMO,Unknown,Trion Worlds,,,,,,,,2019-03-26 +/games/boxart/full_5033240AmericaFrontccc.jpg,Warspear Online,PC,MMO,AIGRIND,AIGRIND,,,,,,,2017-11-02,2019-04-22 +/games/boxart/full_3713732AmericaFrontccc.png,World of Warcraft: Classic,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-08-27,2019-07-10 +/games/boxart/full_9745897AmericaFrontccc.jpg,Worlds Adrift,PC,MMO,Bossa Studios,Bossa Studios,,,,,,,2017-05-24,2019-04-03 +/games/boxart/full_3570409AmericaFrontccc.png,Just Dance,Series,Music,Ubisoft,Ubisoft,,,,,,,2009-11-17,2020-02-11 +/games/boxart/full_2714227AmericaFrontccc.jpg,Guitar Hero,Series,Music,Activision,Harmonix,,,,,,,2005-11-08,2020-03-05 +/games/boxart/full_9213805AmericaFrontccc.jpg,SingStar,Series,Music,Sony Interactive Entertainment,London Studios,,,,,,,2004-05-21,2020-02-18 +/games/boxart/full_5811111AmericaFrontccc.jpg,Rock Band,Series,Music,MTV Games,Harmonix,,,,,,,2007-11-20,2021-04-18 +/games/boxart/full_1007059AmericaFrontccc.jpg,Taiko no Tatsujin,Series,Music,Namco,Bandai Namco Studios,,,,,,,2004-10-26,2020-02-18 +/games/boxart/full_4716120AmericaFrontccc.jpg,Dance Dance Revolution,Series,Music,Konami,Konami,,,,,,,1998-09-26,2020-03-03 +/games/boxart/full_9072975AmericaFrontccc.jpg,The Experience,Series,Music,Ubisoft,Ubisoft,,,,,,,2010-11-06,2020-02-10 +/games/boxart/full_9832721AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,All,Music,Activision,Neversoft,,,,,,,2007-10-28,2020-11-01 +/games/boxart/full_6437038AmericaFrontccc.jpg,Just Dance 3,All,Music,Ubisoft,Ubisoft,,,,,,,2011-10-07,2020-10-24 +/games/boxart/full_8338537AmericaFrontccc.png,Hatsune Miku: Project,Series,Music,Sega,Sega,,,,,,,2012-04-09,2020-02-07 +/games/boxart/full_1809696AmericaFrontccc.jpg,Guitar Hero World Tour,All,Music,Activision,Neversoft,,,,,,,2008-10-26,2020-11-01 +/games/boxart/full_6799741PALFrontccc.jpg,Guitar Hero II,All,Music,RedOctane,Harmonix Music Systems,,,,,,,2006-11-07,2020-11-01 +/games/boxart/full_7839498AmericaFrontccc.jpg,Rhythm Heaven,Series,Music,Nintendo,Nintendo,,,,,,,2009-04-05,2020-08-18 +/games/boxart/full_2637023AmericaFrontccc.jpg,Just Dance 2015,All,Music,Ubisoft,Ubisoft,,,,,,,2014-10-21,2020-10-24 +/games/boxart/full_2013895AmericaFrontccc.jpg,Rock Band,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2007-11-20,2021-04-18 +/games/boxart/full_1456560AmericaFrontccc.jpg,Rocksmith,Series,Music,Ubisoft,Ubisoft,,,,,,,2011-10-18,2021-06-13 +/games/boxart/full_1360801AmericaFrontccc.jpg,Guitar Hero: Aerosmith,All,Music,Activision,Neversoft,,,,,,,2008-06-29,2020-11-01 +/games/boxart/full_7718699AmericaFrontccc.jpg,Rhythm Heaven,DS,Music,Nintendo,Nintendo SPD Group No.1,8.5,,,,,,2009-04-05,2018-05-31 +/games/boxart/full_5698978PALFrontccc.png,Michael Jackson: The Experience,All,Music,Ubisoft,Ubisoft,,,,,,,2010-11-06,2020-10-24 +/games/boxart/full_5220393AmericaFrontccc.jpg,Wii Music,Wii,Music,Nintendo,Nintendo EAD,5.6,,,,,,2008-10-20,2018-05-31 +/games/boxart/full_dance-central_7AmericaFront.jpg,Dance Central,X360,Music,MTV Games,Harmonix Music Systems,8.4,,,,,,2010-11-04,2018-08-10 +/games/boxart/full_5902227PALFrontccc.jpg,Taiko no Tatsujin: Drum 'n' Fun!,NS,Music,Bandai Namco Games,Bandai Namco Games,7.5,,,,,,2018-11-02,2018-08-25 +/games/boxart/full_7180287AmericaFrontccc.jpg,Beat Saber,All,Music,Beat Games,Beat Games,,,,,,,2019-05-21,2020-10-10 +/games/boxart/full_5924762AmericaFrontccc.jpg,Rock Band 2,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2008-09-14,2021-04-18 +/games/boxart/full_6390825AmericaFrontccc.jpg,The Beatles: Rock Band,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2009-09-09,2021-04-18 +/games/boxart/full_3363044AmericaFrontccc.jpg,Guitar Hero: Metallica,All,Music,Activision,Neversoft,,,,,,,2009-03-29,2020-11-01 +/games/boxart/full_6964639AmericaFrontccc.png,DJ Hero,All,Music,Activision,FreeStyle Games,,,,,,,2009-08-27,2020-11-01 +/games/boxart/full_9002546AmericaFrontccc.jpg,Rock Band 3,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2010-10-26,2021-04-18 +/games/boxart/full_8806175AmericaFrontccc.jpg,Beatmania,Series,Music,Konami,Konami,,,,,,,1997-12-31,2021-01-12 +/games/boxart/full_8292588PALFrontccc.jpg,Rhythm Heaven Megamix,3DS,Music,Nintendo,Nintendo,8.8,,,,,,2016-06-15,2018-05-31 +/games/boxart/full_5174609AmericaFrontccc.jpg,Guitar Hero 5,All,Music,Activision,Neversoft,,,,,,,2009-09-01,2020-11-01 +/games/boxart/full_8134400AmericaFrontccc.jpg,Hatsune Miku: Project Diva Future Tone,PS4,Music,Sega,Sega,,,,,,,2017-01-10,2018-09-21 +/games/boxart/full_7873233PALFrontccc.jpeg,Child of Eden,All,Music,Ubisoft,Q Entertainment,,,,,,,2011-06-14,2021-07-05 +/games/boxart/full_4061647AmericaFrontccc.png,Hatsune Miku: Project DIVA F,All,Music,Sega,Sega,,,,,,,2014-03-04,2021-01-05 +/games/boxart/full_5941565AmericaFrontccc.jpg,Audiosurf 2,PC,Music,Unknown,Dylan Fitterer,,,,,,,,2019-02-13 +/games/boxart/full_9085664AmericaFrontccc.jpg,Guitar Hero: Van Halen,All,Music,Activision,Underground Development,,,,,,,2009-12-22,2020-11-01 +/games/boxart/full_8145009JapanFrontccc.jpg,Hatsune Miku -Project DIVA- f,PSV,Music,Sega,Sega,,,,,,,2014-03-04,2019-01-11 +/games/boxart/full_5533471AmericaFrontccc.jpg,Before the Echo,PC,Music,Unknown,Iridium Studios,,,,,,,,2019-03-24 +/games/boxart/full_7498369AmericaFrontccc.jpg,Hatsune Miku: Project Diva MegaMix,NS,Music,Sega,Sega,,,,,,,2020-05-15,2020-01-24 +/games/boxart/full_123821AmericaFrontccc.jpg,Symphony,PC,Music,Unknown,Empty Clip Studios,,,,,,,,2019-03-24 +/games/boxart/full_2539276AmericaFrontccc.jpg,Rush Bros.,PC,Music,Digital Tribe Games,XYLA Entertainment,,,,,,,2013-05-24,2019-04-16 +/games/boxart/full_5741927AmericaFrontccc.jpg,Intralism,PC,Music,KHB-Soft,KHB-Soft,,,,,,,2016-11-04,2019-04-06 +/games/boxart/full_9653800AmericaFrontccc.jpg,The Idolmaster: Starlit Season,All,Music,Bandai Namco,"ILCA, Inc.",,,,,,,2021-10-14,2021-10-20 +/games/boxart/full_6662134AmericaFrontccc.jpg,XPLORA1: Peter Gabriel's Secret World,All,Music,MacPlay,Real World Media,,,,,,,1993-12-21,2022-09-28 +/games/boxart/full_7239816AmericaFrontccc.jpg,VOEZ,NS,Music,PM Studios,Rayark Inc.,8.5,,,,,,2018-08-14,2018-01-28 +/games/boxart/full_8996688AmericaFrontccc.jpg,Crypt of the NecroDancer,Linux,Music,Klei Entertainment,Brace Yourself Games,,,,,,,2015-04-23,2018-08-06 +/games/boxart/full_6824218AmericaFrontccc.jpg,Crypt of the NecroDancer,PC,Music,Klei Entertainment,Brace Yourself Games,,,,,,,2015-04-23,2018-08-06 +/games/boxart/full_9153161AmericaFrontccc.jpg,Crypt of the NecroDancer,OSX,Music,Klei Entertainment,Brace Yourself Games,,,,,,,2015-04-23,2018-08-06 +/games/boxart/full_6257367PALFrontccc.jpg,Disney Violetta: Rhythm & Music,Wii,Music,Disney Interactive Studios,Little Orbit,,,,,,,2014-10-01,2018-04-07 +/games/boxart/full_9377397PALFrontccc.jpg,Disney Violetta: Rhythm & Music,DS,Music,Disney Interactive Studios,Little Orbit,,,,,,,2014-10-01,2018-04-07 +/games/boxart/full_5057213AmericaFrontccc.png,HarmoKnight,3DS,Music,Nintendo,Game Freak,,,,,,,2013-03-28,2018-08-31 +/games/boxart/default.jpg,Hatsune Miku: VR Future Live,PS4,Music,Sega,Sega,,,,,,,2016-10-13,2018-04-08 +/games/boxart/full_9309219AmericaFrontccc.jpg,Just Dance 2017,PC,Music,Ubisoft,Ubisoft Paris,,,,,,,2016-10-25,2018-04-06 +/games/boxart/full_402726AmericaFrontccc.jpg,Just Dance: Greatest Hits,X360,Music,Ubisoft,Ubisoft Paris,,,,,,,2012-07-26,2018-11-03 +/games/boxart/full_8666198AmericaFrontccc.jpg,Let's Sing 2016,Wii,Music,Ravenscourt,Voxler,,,,,,,2015-10-23,2018-04-07 +/games/boxart/full_4666142AmericaFrontccc.jpg,Rocksmith 2014,OSX,Music,Ubisoft,Ubisoft San Francisco,9,,,,,,2013-10-22,2018-03-08 +/games/boxart/full_3543595AmericaFrontccc.jpg,Rocksmith 2014 Edition Remastered,PC,Music,Ubisoft,Ubisoft,,,,,,,2016-10-04,2018-06-19 +/games/boxart/full_6872118AmericaFrontccc.jpg,The Hip Hop Dance Experience,X360,Music,Ubisoft,iNiS,,,,,,,2012-11-13,2019-05-02 +/games/boxart/full_9196031AmericaFrontccc.jpg,We Sing (2016),XOne,Music,THQ Nordic,THQ Nordic,,,,,,,2016-12-31,2018-09-07 +/games/boxart/full_6754045PALFrontccc.png,Wii Karaoke U by JOYSOUND,WiiU,Music,Nintendo,TOSE,,,,,,,2012-12-08,2018-08-28 +/games/boxart/full_6315459JapanFrontccc.jpg,ZillerNet,XB,Music,Microsoft,Studio9,,,,,,,2005-06-10,2018-09-25 +/games/boxart/full_7126112AmericaFrontccc.jpg,AVICII Invector,XOne,Music,Wired Productions,Wired Productions,,,,,,,2019-12-11,2020-08-17 +/games/boxart/full_996431AmericaFrontccc.jpg,AVICII Invector,NS,Music,Wired Productions,Wired Productions,,,,,,,2020-09-08,2020-08-17 +/games/boxart/full_3358298AmericaFrontccc.jpg,AVICII Invector,PC,Music,Wired Productions,Wired Productions,,,,,,,2019-12-11,2020-08-17 +/games/boxart/full_7904193AmericaFrontccc.jpg,AVICII Invector,PS4,Music,Wired Productions,Wired Productions,,,,,,,2019-12-11,2020-08-17 +/games/boxart/full_1772957AmericaFrontccc.jpeg,Beat Saber,PS4,Music,Beat Games,Beat Games,,,,,,,2018-11-20,2018-11-08 +/games/boxart/full_845365AmericaFrontccc.jpg,Beat Saber,OR,Music,Beat Games,Beat Games,,,,,,,2018-05-01,2022-03-15 +/games/boxart/full_7766200AmericaFrontccc.png,Cadence of Hyrule - Crypt of the NecroDancer feat. The Legend of Zelda,NS,Music,Nintendo,Brace Yourself Games,9.5,,,,,,2019-06-13,2019-06-12 +/games/boxart/full_2590625AmericaFrontccc.jpg,Crypt of the NecroDancer,XOne,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2017-02-10,2018-08-06 +/games/boxart/full_7522182AmericaFrontccc.jpg,Crypt of the NecroDancer,PS4,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2016-02-02,2018-08-06 +/games/boxart/full_9082291AmericaFrontccc.jpg,Crypt of the NecroDancer,PSV,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2016-02-02,2018-08-06 +/games/boxart/full_1478993AmericaFrontccc.png,Crypt of the NecroDancer: Nintendo Switch Edition,NS,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2018-02-01,2018-11-23 +/games/boxart/full_2380257AmericaFrontccc.jpg,Cytus Alpha,NS,Music,PM Studios,Rayark Inc.,,,,,,,2019-04-23,2019-03-22 +/games/boxart/full_8231223AmericaFrontccc.jpeg,Dance Central Spotlight,XOne,Music,Microsoft Studios,Harmonix Music Systems,,,,,,,2014-09-02,2018-11-16 +/games/boxart/full_7432201AmericaFrontccc.png,Dark Witch Music Episode: Rudymical,NS,Music,Flyhigh Works,Flyhigh Works,,,,,,,2017-05-11,2018-03-11 +/games/boxart/full_5374136AmericaFrontccc.png,EAT BEAT DEADSPIKE-san,NS,Music,Arc System Works,Arc System Works,,,,,,,2018-03-22,2018-03-23 +/games/boxart/full_4016302AmericaFrontccc.jpg,Fortnite Festival,XOne,Music,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_4983999AmericaFrontccc.jpg,Fortnite Festival,XS,Music,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_1217995AmericaFrontccc.jpg,Fortnite Festival,NS,Music,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_6278263AmericaFrontccc.jpg,Fortnite Festival,PC,Music,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_3006412AmericaFrontccc.jpg,Fortnite Festival,PS4,Music,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_7389052AmericaFrontccc.jpg,Fortnite Festival,PS5,Music,Unknown,Epic Games,,,,,,,,2023-12-12 +/games/boxart/full_6177744AmericaFrontccc.png,Frederic: The Resurrection of Music,NS,Music,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2017-12-21,2018-02-04 +/games/boxart/full_7879802AmericaFrontccc.png,Fuser,NS,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 +/games/boxart/full_8228946AmericaFrontccc.png,Fuser,PC,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 +/games/boxart/full_3834820AmericaFrontccc.png,Fuser,PS4,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 +/games/boxart/full_2710664AmericaFrontccc.png,Fuser,XOne,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 +/games/boxart/full_6400647AmericaFrontccc.jpg,God of Rock,XOne,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 +/games/boxart/full_9586207AmericaFrontccc.jpg,God of Rock,XS,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 +/games/boxart/full_2830547AmericaFrontccc.jpg,God of Rock,NS,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 +/games/boxart/full_3127210AmericaFrontccc.jpg,God of Rock,PC,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 +/games/boxart/full_7879109AmericaFrontccc.jpg,God of Rock,PS4,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 +/games/boxart/full_8770344AmericaFrontccc.jpg,God of Rock,PS5,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 +/games/boxart/full_3739383AmericaFrontccc.jpg,Gunvolt Records Cychronicle,XS,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 +/games/boxart/full_5602307AmericaFrontccc.jpg,Gunvolt Records Cychronicle,NS,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 +/games/boxart/full_7853679AmericaFrontccc.jpg,Gunvolt Records Cychronicle,PC,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 +/games/boxart/full_2813885AmericaFrontccc.jpg,Gunvolt Records Cychronicle,PS4,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 +/games/boxart/full_4430874AmericaFrontccc.jpg,Gunvolt Records Cychronicle,PS5,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 +/games/boxart/full_3785604AmericaFrontccc.jpg,Gunvolt Records Cychronicle,XOne,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 +/games/boxart/full_7045437AmericaFrontccc.png,Hiragana Pixel Party,NS,Music,Springloaded,Springloaded,,,,,,,2017-12-16,2018-03-12 +/games/boxart/full_1697974AmericaFrontccc.jpg,Just Dance 2020,NS,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 +/games/boxart/full_399042AmericaFrontccc.jpg,Just Dance 2020,PS4,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 +/games/boxart/full_8923636AmericaFrontccc.jpg,Just Dance 2020,XOne,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 +/games/boxart/full_2102202AmericaFrontccc.jpg,Just Dance 2020,Wii,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2022-08-25 +/games/boxart/full_3728704AmericaFrontccc.jpg,Just Dance 2020,PC,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 +/games/boxart/full_129797AmericaFrontccc.jpg,Just Dance 2021,XOne,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 +/games/boxart/full_7171897AmericaFrontccc.jpg,Just Dance 2021,NS,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 +/games/boxart/full_3664092AmericaFrontccc.jpg,Just Dance 2021,PS4,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 +/games/boxart/full_9910163AmericaFrontccc.jpg,Just Dance 2021,PS5,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 +/games/boxart/full_590580AmericaFrontccc.jpg,Just Dance 2021,XS,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 +/games/boxart/full_1401118AmericaFrontccc.jpg,Just Dance 2022,All,Music,Ubisoft,Ubisoft,,,,,,,2021-11-04,2021-09-21 +/games/boxart/full_2587987AmericaFrontccc.png,Just Shapes & Beats,NS,Music,Berzerk Studio,Berzerk Studio,,,,,,,2018-07-01,2018-03-23 +/games/boxart/full_1738416JapanFrontccc.jpg,Karaoke JOYSOUND for Switch,NS,Music,Xing Entertainment,Xing Inc.,,,,,,,2017-12-06,2018-08-30 +/games/boxart/full_8423912AmericaFrontccc.jpg,Kingdom Hearts: Melody of Memory,NS,Music,Square Enix,Square Enix,,,,,,,2020-11-13,2020-09-18 +/games/boxart/full_3000931AmericaFrontccc.jpg,Kingdom Hearts: Melody of Memory,PS4,Music,Square Enix,Square Enix,,,,,,,2020-11-13,2020-09-18 +/games/boxart/full_7285386AmericaFrontccc.jpg,Kingdom Hearts: Melody of Memory,XOne,Music,Square Enix,Square Enix,,,,,,,2020-11-13,2020-09-18 +/games/boxart/full_8541127PALFrontccc.jpg,Let's Sing 2016,XOne,Music,Ravenscourt,Voxler,,,,,,,2015-10-23,2018-04-07 +/games/boxart/full_3045165PALFrontccc.jpg,Let's Sing 2018,Wii,Music,Koch Media,Voxler,,,,,,,2017-11-24,2018-02-02 +/games/boxart/full_4612597PALFrontccc.jpg,Let's Sing 2018,PS4,Music,Koch Media,Voxler,,,,,,,2017-11-24,2018-02-02 +/games/boxart/full_639483AmericaFrontccc.jpg,Love Live! School Idol Festival ~After School Activity~ Wai-Wai! Home Meeting!!,PS4,Music,Unknown,BushiRoad,,,,,,,,2021-02-10 +/games/boxart/full_1383366AmericaFrontccc.png,Lyrica,NS,Music,RNOVA Studio,Cosen,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_4715761AmericaFrontccc.png,Lyrica,iOS,Music,RNOVA Studio,Cosen,,,,,,,2017-11-15,2019-03-23 +/games/boxart/full_8010450AmericaFrontccc.png,Lyrica,And,Music,RNOVA Studio,Cosen,,,,,,,2017-11-15,2019-03-23 +/games/boxart/default.jpg,Melody Blaster,Int,Music,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_8100988AmericaFrontccc.jpg,No Straight Roads,PS4,Music,Unknown,Metronomik,,,,,,,,2020-09-23 +/games/boxart/full_528973AmericaFrontccc.jpg,No Straight Roads,XOne,Music,Unknown,Metronomik,,,,,,,,2020-09-23 +/games/boxart/full_7103032AmericaFrontccc.jpg,No Straight Roads,NS,Music,Unknown,Metronomik,,,,,,,,2020-09-23 +/games/boxart/full_6003065AmericaFrontccc.jpg,No Straight Roads,PC,Music,Unknown,Metronomik,,,,,,,,2020-09-23 +/games/boxart/full_6207191AmericaFrontccc.jpg,Ode,PC,Music,Unknown,Reflections Interactive,,,,,,,,2020-02-01 +/games/boxart/full_4409101AmericaFrontccc.jpg,Patapon 2 Remastered,PS4,Music,Sony Interactive Entertainment,Pyramid/JAPAN Studio,,,,,,,2020-01-30,2020-04-11 +/games/boxart/full_3884237AmericaFrontccc.jpg,Ragnarock,PC,Music,Unknown,WanadevStudio,,,,,,,,2022-02-09 +/games/boxart/full_5752220AmericaFrontccc.jpg,Rock Band Blitz,PS3,Music,Unknown,Harmonix Music Systems,8,,,,,,,2022-08-13 +/games/boxart/full_1488306AmericaFrontccc.jpg,Rock Band Blitz,X360,Music,Unknown,Harmonix Music Systems,7.5,,,,,,,2022-08-13 +/games/boxart/full_9000274AmericaFrontccc.jpg,Rocksmith+,XS,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 +/games/boxart/full_2599924AmericaFrontccc.jpg,Rocksmith+,PC,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 +/games/boxart/full_1604701AmericaFrontccc.jpg,Rocksmith+,PS4,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 +/games/boxart/full_2336792AmericaFrontccc.jpg,Rocksmith+,PS5,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 +/games/boxart/full_8580119AmericaFrontccc.jpg,Rocksmith+,XOne,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 +/games/boxart/full_8635009AmericaFrontccc.jpg,Sayonara Wild Hearts,NS,Music,Annapurna Interactive,Simogo,,,,,,,2019-09-19,2018-12-06 +/games/boxart/default.jpg,Senran Kagura Bon Appetit!,PC,Music,Unknown,Meteorise,,,,,,,,2019-03-29 +/games/boxart/full_7195946AmericaFrontccc.jpg,SingStar,PS4,Music,Sony Computer Entertainment,SCEE London Studio,,,,,,,2014-10-28,2018-09-24 +/games/boxart/full_8003177AmericaFrontccc.jpg,Space Channel 5 VR: Kinda Funky News Flash!,PC,Music,Sega,Grounding Inc.,,,,,,,2020-12-01,2019-12-06 +/games/boxart/full_4824253AmericaFrontccc.jpg,Space Channel 5 VR: Kinda Funky News Flash!,PS4,Music,Sega,Grounding Inc.,,,,,,,2020-12-01,2019-12-06 +/games/boxart/full_7285353AmericaFrontccc.png,Super Beat Sports,NS,Music,Harmonix Music Systems,Harmonix Music Systems,,,,,,,2017-11-02,2018-03-25 +/games/boxart/full_3046062AmericaFrontccc.jpg,The Idolmaster: Starlit Season,PS4,Music,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_4948756AmericaFrontccc.jpg,The Idolmaster: Starlit Season,PC,Music,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_3263908AmericaFrontccc.jpg,Theatrhythm Final Bar Line,NS,Music,Unknown,indieszero,,,,,,,,2022-12-31 +/games/boxart/full_7302436AmericaFrontccc.jpg,Theatrhythm Final Bar Line,PS4,Music,Unknown,indieszero,,,,,,,,2022-12-31 +/games/boxart/full_4349865AmericaFrontccc.png,Thumper,NS,Music,Drool,Drool,9,,,,,,2017-05-18,2018-02-20 +/games/boxart/full_9113407AmericaFrontccc.jpg,Track Lab,PS4,Music,Sony Interactive Entertainment,Little Chicken Game Company,,,,,,,2018-08-21,2018-09-21 +/games/boxart/full_3515224AmericaFrontccc.jpg,Mario Party,Series,Party,Nintendo,Hudson Soft,,,,,,,1999-02-01,2020-02-18 +/games/boxart/full_857142AmericaFrontccc.png,Wii Play,Series,Party,Nintendo,Nintendo,,,,,,,2007-02-12,2020-02-20 +/games/boxart/full_kinect-adventures_386AmericaFront.jpg,Kinect Adventures!,X360,Party,Microsoft Game Studios,Good Science Studio,6.7,,,,,,2010-11-04,2018-09-29 +/games/boxart/full_4963230AmericaFrontccc.jpg,Super Mario Party,NS,Party,Nintendo,"Nd Cube Co., Ltd.",7.3,,,,,,2018-10-05,2018-11-19 +/games/boxart/full_9307768AmericaFrontccc.png,Mario Party Superstars,NS,Party,Nintendo,Nintendo,,,,,,,2021-10-29,2021-06-15 +/games/boxart/full_8637938AmericaFrontccc.jpg,Wii Party,Series,Party,Nintendo,NDcube,,,,,,,2010-10-03,2020-02-19 +/games/boxart/full_8313517AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,PC,Party,Devolver Digital,Mediatonic,,,,,,,2020-08-04,2020-07-14 +/games/boxart/full_34461AmericaFrontccc.png,Buzz!,Series,Party,Sony Interactive Entertainment,Relentless Software,,,,,,,2005-10-21,2020-02-17 +/games/boxart/full_6620852AmericaFrontccc.jpg,Carnival Games,Series,Party,Global Star Software,Cat Daddy Games,,,,,,,2007-08-27,2020-02-15 +/games/boxart/full_6306042AmericaFrontccc.jpg,WarioWare,Series,Party,Nintendo,Nintendo,,,,,,,2003-05-26,2020-02-22 +/games/boxart/full_7335455AmericaFrontccc.jpg,Clubhouse Games,Series,Party,Nintendo,"Agenda, C.A. Production, NDcube",,,,,,,2006-10-09,2020-06-08 +/games/boxart/full_6678222AmericaFrontccc.jpg,Carnival Games,All,Party,Global Star Software,Cat Daddy Games,,,,,,,2007-08-27,2020-12-30 +/games/boxart/full_6951595AmericaFrontccc.jpg,Nintendo Land,WiiU,Party,Nintendo,Nintendo,7.5,,,,,,2012-11-18,2020-08-25 +/games/boxart/full_859707AmericaFrontccc.jpg,Clubhouse Games: 51 Worldwide Classics,NS,Party,Nintendo,Nintendo,,,,,,,2020-06-05,2020-04-07 +/games/boxart/full_5612421AmericaFrontccc.jpg,You Don't Know Jack,Series,Party,Berkeley Systems,Berkeley Systems,,,,,,,1995-01-01,2021-04-10 +/games/boxart/full_5223328JapanFrontccc.jpg,"Momotaro Dentetsu: Showa, Heisei, Reiwa Mo Teiban!",NS,Party,Konami,Konami,,,,,,,2020-11-19,2020-11-24 +/games/boxart/full_3991269AmericaFrontccc.jpg,1-2-Switch,NS,Party,Nintendo,Nintendo EPD,5.7,,,,,,2017-03-03,2018-11-19 +/games/boxart/full_mario-party-9_118AmericaFront.jpg,Mario Party 9,Wii,Party,Nintendo,"Nd Cube Co., Ltd.",6.5,,,,,,2012-03-11,2018-11-19 +/games/boxart/full_6638330AmericaFrontccc.png,Game Party,Series,Party,Midway Games,FarSight Studios,,,,,,,2007-11-27,2021-08-17 +/games/boxart/full_7715117AmericaFrontccc.jpg,Mario Party: Island Tour,3DS,Party,Nintendo,"Nd Cube Co., Ltd.",5.5,,,,,,2013-11-22,2020-08-04 +/games/boxart/full_352331AmericaFrontccc.jpg,Wii Party U,WiiU,Party,Nintendo,"Nd Cube Co., Ltd.",6.6,,,,,,2013-10-25,2018-11-19 +/games/boxart/full_8709109AmericaFrontccc.jpg,Rayman Raving Rabbids: TV Party,All,Party,Ubisoft,Ubisoft Paris,,,,,,,2008-11-18,2020-11-26 +/games/boxart/full_7896936PALFrontccc.jpg,WarioWare: Get It Together!,NS,Party,Nintendo,Nintendo,,,,,,,2021-09-10,2021-06-16 +/games/boxart/full_6198138AmericaFrontccc.jpg,Move or Die,PC,Party,Unknown,Those Awesome Guys,,,,,,,,2019-02-05 +/games/boxart/full_3135013AmericaFrontccc.jpg,The Jackbox Party Pack 3,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2016-10-18,2019-04-21 +/games/boxart/full_3360947AmericaFrontccc.jpg,The Jackbox Party Pack,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2014-11-26,2019-04-21 +/games/boxart/full_4038087AmericaFrontccc.jpg,The Jackbox Party Pack 2,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2015-10-13,2019-04-21 +/games/boxart/full_9059459AmericaFrontccc.jpg,You Don't Know Jack (1995),All,Party,Berkeley Systems,Jellyvision,,,,,,,1995-01-01,2021-04-10 +/games/boxart/full_1225499AmericaFrontccc.jpg,Adorables,PC,Party,Unknown,White Rabbit Games,,,,,,,,2019-03-04 +/games/boxart/full_2446508AmericaFrontccc.jpg,The Jackbox Party Pack 4,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2017-10-19,2019-04-21 +/games/boxart/full_9299307PALFrontccc.png,Ape Escape Academy,PSN,Party,Sony Computer Entertainment,Shift,5.3,,,,,,2009-04-09,2018-09-18 +/games/boxart/full_4184551PALFrontccc.jpg,EyeToy: Monkey Mania,PS2,Party,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2005-03-18,2018-09-16 +/games/boxart/default.jpg,A Gummy's Life,PC,Party,Unknown,EP Games,,,,,,,,2018-09-22 +/games/boxart/full_6056328AmericaFrontccc.png,A Gummy's Life,NS,Party,Unknown,EP Games,,,,,,,,2018-09-22 +/games/boxart/full_6716278AmericaFrontccc.jpg,Among Us,XS,Party,Unknown,Innersloth,,,,,,,,2022-01-13 +/games/boxart/full_1611406AmericaFrontccc.jpg,Among Us,XOne,Party,Unknown,Innersloth,,,,,,,,2022-01-13 +/games/boxart/full_3966697AmericaFrontccc.jpg,Among Us,PS5,Party,Unknown,Innersloth,,,,,,,,2022-01-13 +/games/boxart/full_7597019AmericaFrontccc.jpg,Among Us,PS4,Party,Unknown,Innersloth,,,,,,,,2022-01-13 +/games/boxart/full_5687606AmericaFrontccc.jpg,Among Us,NS,Party,Unknown,Innersloth,,,,,,,,2021-11-08 +/games/boxart/full_6379548AmericaFrontccc.jpg,Among Us,PC,Party,Unknown,Innersloth,,,,,,,,2022-01-13 +/games/boxart/full_6483487AmericaFrontccc.jpg,Among Us VR,PC,Party,Unknown,Schell Games,,,,,,,,2022-11-20 +/games/boxart/full_783150AmericaFrontccc.jpg,Among Us VR,PS4,Party,Unknown,Schell Games,,,,,,,,2022-11-20 +/games/boxart/full_8327673AmericaFrontccc.jpg,Animal Force,PS4,Party,Oasis Games Ltd.,ISVR,,,,,,,2018-07-10,2018-09-19 +/games/boxart/full_5717186PALFrontccc.jpg,Ape Escape Academy 2,PSN,Party,Sony Computer Entertainment,Shift,,,,,,,2009-09-24,2018-09-19 +/games/boxart/full_7285530PALFrontccc.jpg,Ape Escape Academy 2,PSP,Party,Sony Computer Entertainment,Shift,,,,,,,2005-12-15,2018-09-18 +/games/boxart/full_2576193AmericaFrontccc.png,Astro Bears Party,NS,Party,QubicGames,QubicGames,,,,,,,2017-09-28,2018-02-04 +/games/boxart/full_7763887AmericaFrontccc.png,BINGO for Nintendo Switch,NS,Party,Starsign,Starsign,,,,,,,2018-03-15,2018-11-02 +/games/boxart/full_5874228AmericaFrontccc.jpg,Bonkies,PC,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 +/games/boxart/full_8110628AmericaFrontccc.jpg,Bonkies,PS4,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 +/games/boxart/full_4075425AmericaFrontccc.jpg,Bonkies,XOne,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 +/games/boxart/full_4936083AmericaFrontccc.jpg,Bonkies,NS,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 +/games/boxart/full_8655777AmericaFrontccc.jpg,Boomerang Fu,PC,Party,Cranky Watermelon,Cranky Watermelon,,,,,,,2020-08-13,2021-11-08 +/games/boxart/full_7790033AmericaFrontccc.jpg,Boomerang Fu,XOne,Party,Cranky Watermelon,Cranky Watermelon,,,,,,,2020-08-13,2021-11-08 +/games/boxart/full_3255098AmericaFrontccc.jpg,Boomerang Fu,NS,Party,Cranky Watermelon,Cranky Watermelon,,,,,,,2020-08-13,2021-11-08 +/games/boxart/full_3812171AmericaFrontccc.jpg,Cake Bash,XOne,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 +/games/boxart/full_5471245AmericaFrontccc.jpg,Cake Bash,PS4,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 +/games/boxart/full_9808700AmericaFrontccc.jpg,Cake Bash,NS,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 +/games/boxart/full_4635960AmericaFrontccc.jpg,Cake Bash,PC,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 +/games/boxart/full_7295828AmericaFrontccc.jpg,Chimparty,PS4,Party,Sony Interactive Entertainment,NapNok Games,,,,,,,2018-11-13,2018-09-21 +/games/boxart/full_1903942AmericaFrontccc.png,Conga Master Party!,NS,Party,Undercoders,Rising Star Games,,,,,,,2017-09-28,2018-03-11 +/games/boxart/full_1528229AmericaFrontccc.png,Death Squared,NS,Party,SMG Studio,SMG Studio,,,,,,,2017-07-13,2018-03-11 +/games/boxart/full_4713500AmericaFrontccc.jpg,Disney Tsum Tsum Festival,NS,Party,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-11-08,2019-02-14 +/games/boxart/full_3903085JapanFrontccc.jpg,Every Party,X360,Party,Microsoft Game Studios,Game Republic,,,,,,,2005-12-10,2018-04-27 +/games/boxart/full_2076028AmericaFrontccc.jpg,Everybody 1-2-Switch!,NS,Party,Unknown,Nintendo,,,,,,,,2023-06-21 +/games/boxart/full_9640484AmericaFrontccc.jpg,Eville,PC,Party,Unknown,VestGames,,,,,,,,2022-11-11 +/games/boxart/full_9419030AmericaFrontccc.jpg,Eville,XOne,Party,Unknown,VestGames,,,,,,,,2022-11-11 +/games/boxart/full_1857815AmericaFrontccc.jpg,Eville,XS,Party,Unknown,VestGames,,,,,,,,2022-11-11 +/games/boxart/full_6849217AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,PS4,Party,Devolver Digital,Mediatonic,,,,,,,2020-08-04,2020-07-14 +/games/boxart/full_1170918AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,NS,Party,Unknown,Mediatonic Ltd.,,,,,,,,2021-02-17 +/games/boxart/full_9633894AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,All,Party,Devolver Digital,Mediatonic,,,,,,,2020-08-04,2021-02-18 +/games/boxart/full_6955004AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,XS,Party,Unknown,Mediatonic,,,,,,,,2021-02-18 +/games/boxart/full_5324946AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,XOne,Party,Unknown,Mediatonic,,,,,,,,2021-02-18 +/games/boxart/full_7807929AmericaFrontccc.jpg,Frantics,PS4,Party,Sony Interactive Entertainment,NapNok Games,,,,,,,2018-03-06,2018-09-24 +/games/boxart/full_2713050AmericaFrontccc.png,Guilt Battle Arena,NS,Party,ForwardXP,Invincible Cat,,,,,,,2018-03-01,2018-03-23 +/games/boxart/full_3793496AmericaFrontccc.png,INVERSUS Deluxe,NS,Party,Hypersect,Hypersect,,,,,,,2017-09-28,2018-03-12 +/games/boxart/full_8808949AmericaFrontccc.jpg,Jeopardy!,WiiU,Party,THQ,Pipeworks Software,,,,,,,2012-12-14,2020-09-15 +/games/boxart/full_4058023AmericaFrontccc.jpg,Kinect Party,X360,Party,Unknown,Double Fine Productions,,,,,,,,2022-08-14 +/games/boxart/full_606914AmericaFrontccc.jpg,Kirby's Dream Buffet,NS,Party,Unknown,HAL Laboratory,,,,,,,,2022-08-14 +/games/boxart/full_8551533PALFrontccc.jpg,Knowledge is Power: Decades,PS4,Party,Sony Interactive Entertainment,Wish Studio,,,,,,,2018-11-14,2018-09-24 +/games/boxart/full_3544571AmericaFrontccc.png,Lovers in a Dangerous Spacetime,NS,Party,Asteroid Base,Asteroid Base,,,,,,,2017-10-03,2018-03-23 +/games/boxart/full_9987715AmericaFrontccc.jpg,Lumberhill,PC,Party,Unknown,2BIGo,,,,,,,,2022-04-21 +/games/boxart/full_9387695AmericaFrontccc.jpg,Lumberhill,NS,Party,Unknown,2BIGo,,,,,,,,2022-04-21 +/games/boxart/default.jpg,Mario Party 2,WiiU,Party,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/full_5385900AmericaFrontccc.jpg,Marooners,XOne,Party,M2H,M2H,,,,,,,2018-02-06,2021-07-26 +/games/boxart/full_8112161AmericaFrontccc.jpg,Marooners,PS4,Party,M2H,M2H,,,,,,,2018-02-06,2021-07-26 +/games/boxart/full_6091474AmericaFrontccc.jpg,Marooners,NS,Party,Unknown,M2H,,,,,,,,2021-07-26 +/games/boxart/full_337651AmericaFrontccc.jpg,Marooners,PC,Party,M2H,M2H,,,,,,,2016-09-15,2021-07-26 +/games/boxart/full_2521756AmericaFrontccc.png,Moon Hunters,NS,Party,Kitfox Games,Kitfox Games,,,,,,,2017-10-26,2018-03-23 +/games/boxart/full_5926624PALFrontccc.jpg,No Heroes Here,NS,Party,Mad Mimic,Mad Mimic,,,,,,,2018-06-28,2022-04-18 +/games/boxart/default.jpg,Overcooked! All You Can Eat,PS4,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 +/games/boxart/default.jpg,Overcooked! All You Can Eat,PC,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 +/games/boxart/default.jpg,Overcooked! All You Can Eat,NS,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 +/games/boxart/full_4502481AmericaFrontccc.jpg,Overcooked! All You Can Eat,PS5,Party,Team17,Ghost Town Games,,,,,,,2020-12-01,2020-07-21 +/games/boxart/full_690502AmericaFrontccc.jpg,Overcooked! All You Can Eat,XS,Party,Team17,Ghost Town Games,,,,,,,2020-12-01,2020-07-21 +/games/boxart/default.jpg,Overcooked! All You Can Eat,XOne,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 +/games/boxart/full_3835876AmericaFrontccc.jpg,Party Animals,PC,Party,Unknown,Recreate Games,,,,,,,,2023-10-17 +/games/boxart/full_1569956AmericaFrontccc.jpg,Party Animals,XOne,Party,Unknown,Recreate Games,,,,,,,,2023-10-17 +/games/boxart/full_3289956AmericaFrontccc.jpg,Party Animals,XS,Party,Unknown,Recreate Games,,,,,,,,2023-10-17 +/games/boxart/full_1256962AmericaFrontccc.jpg,Pooh's Party Game: In Search of the Treasure,PS,Party,Disney Interactive Studios,Doki Denki,,,,,,,2001-11-22,2018-04-04 +/games/boxart/full_9883545JapanFrontccc.jpg,Rabbids: Adventure Party,NS,Party,Ubisoft,Ubisoft,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_3485499PALFrontccc.png,Schlag den Star,PS4,Party,bitComposer Games,Lost The Game Studio,,,,,,,2017-11-30,2018-01-09 +/games/boxart/full_3468897PALFrontccc.png,Schlag den Star,NS,Party,bitComposer Games,Lost The Game Studio,,,,,,,2017-09-29,2018-01-09 +/games/boxart/default.jpg,Scribble,WiiU,Party,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_9241897AmericaFrontccc.jpg,Shrek: Treasure Hunt,PS,Party,TDK Mediactive,The Code Monkeys,,,,,,,2002-10-18,2018-03-30 +/games/boxart/full_6751858AmericaFrontccc.png,Slam Land,NS,Party,Unknown,Bread Machine Games,,,,,,,,2018-07-10 +/games/boxart/default.jpg,Slam Land,PS4,Party,Unknown,Bread Machine Games,,,,,,,,2018-07-10 +/games/boxart/default.jpg,Slam Land,PC,Party,Unknown,Bread Machine Games,,,,,,,,2018-07-10 +/games/boxart/full_6533229AmericaFrontccc.png,Super Rocket Shootout,NS,Party,Plug In Digital,Oddly Shaped Pixels,,,,,,,2018-03-06,2018-03-25 +/games/boxart/full_6949392AmericaFrontccc.png,The Jackbox Party Pack,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-08-17,2019-04-21 +/games/boxart/full_9863226AmericaFrontccc.png,The Jackbox Party Pack 2,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-08-17,2019-04-21 +/games/boxart/full_9000102AmericaFrontccc.png,The Jackbox Party Pack 3,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-04-13,2019-04-21 +/games/boxart/full_4755535AmericaFrontccc.png,The Jackbox Party Pack 4,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-10-19,2019-04-21 +/games/boxart/full_2608544AmericaFrontccc.jpg,The Jackbox Party Pack 5,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2018-10-17,2019-04-21 +/games/boxart/full_3698013AmericaFrontccc.png,The Jackbox Party Pack 5,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2018-10-17,2019-04-21 +/games/boxart/full_1353901AmericaFrontccc.jpg,The Jackbox Party Pack 8,All,Party,Unknown,Jackbox Games,,,,,,,,2021-12-23 +/games/boxart/full_3032373AmericaFrontccc.jpg,The Playroom,PS4,Party,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2013-11-15,2018-09-17 +/games/boxart/full_3913377AmericaFrontccc.jpg,The Playroom VR,PS4,Party,Sony Interactive Entertainment,SIE Japan Studio,,,,,,,2016-10-10,2018-09-17 +/games/boxart/full_3975811PALFrontccc.jpg,Tools Up!,NS,Party,All in! Games,All in! Games,,,,,,,2019-12-03,2022-04-17 +/games/boxart/full_7331778AmericaFrontccc.png,Use Your Words,NS,Party,"Smiling Buddha Games, LLC.","Smiling Buddha Games, LLC.",,,,,,,2017-08-03,2018-03-26 +/games/boxart/default.jpg,Use Your Words,WiiU,Party,Unknown,"Smiling Buddha Games, LLC.",,,,,,,,2020-08-25 +/games/boxart/full_6441633AmericaFrontccc.jpg,WarioWare: Move It!,NS,Party,Unknown,Nintendo,,,,,,,,2023-06-21 +/games/boxart/default.jpg,WinKings,WiiU,Party,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_4441628AmericaFrontccc.jpg,Super Mario,Series,Platform,Nintendo,Nintendo,,,,,,,1983-07-20,2020-02-20 +/games/boxart/full_6967040AmericaFrontccc.jpg,Sonic the Hedgehog,Series,Platform,Sega,Sonic Team,,,,,,,1991-06-23,2020-02-07 +/games/boxart/full_1999242AmericaFrontccc.jpg,Donkey Kong,Series,Platform,Nintendo,Nintendo,,,,,,,1981-07-31,2020-02-21 +/games/boxart/full_413263AmericaFrontccc.jpg,Kirby,Series,Platform,Nintendo,HAL Laboratory,,,,,,,1992-08-01,2020-02-22 +/games/boxart/full_2715474AmericaFrontccc.jpg,Crash Bandicoot,Series,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,1996-09-09,2020-03-02 +/games/boxart/full_9847529AmericaFrontccc.jpg,Terraria,All,Platform,Re-Logic,Re-Logic,,,,,,,2011-05-16,2020-10-10 +/games/boxart/full_6885786AmericaFrontccc.png,Mega Man,Series,Platform,Capcom,Capcom,,,,,,,1987-12-17,2020-02-03 +/games/boxart/8972270ccc.jpg,Super Mario Bros.,NES,Platform,Nintendo,Nintendo EAD,10,,,,,,1985-10-18, +/games/boxart/full_2916260AmericaFrontccc.jpg,New Super Mario Bros.,DS,Platform,Nintendo,Nintendo EAD,9.1,,,,,,2006-05-15, +/games/boxart/full_1410872AmericaFrontccc.jpg,New Super Mario Bros. Wii,Wii,Platform,Nintendo,Nintendo EAD,8.6,,,,,,2009-11-15, +/games/boxart/full_3757250AmericaFrontccc.jpg,Spyro,Series,Platform,Sony Interactive Entertainment,Insomniac Games,,,,,,,1998-09-10,2020-03-06 +/games/boxart/full_1925973AmericaFrontccc.jpg,Yoshi,Series,Platform,Nintendo,Nintendo,,,,,,,1992-06-01,2020-02-21 +/games/boxart/full_1659701AmericaFrontccc.jpg,Super Mario Odyssey,NS,Platform,Nintendo,Nintendo EPD,9.9,,,,,,2017-10-27,2018-11-19 +/games/boxart/full_5573500AmericaFrontccc.png,Rayman,Series,Platform,Ubisoft,Ubisoft,,,,,,,1995-09-19,2020-02-10 +/games/boxart/full_1508029AmericaFrontccc.jpg,Human: Fall Flat,All,Platform,Curve Digital,No Brakes Games,,,,,,,2016-07-22,2021-02-11 +/games/boxart/full_terraria_497AmericaFront.jpg,Terraria,PC,Platform,Re-Logic,Re-Logic,8.8,,,,,,2011-05-16,2018-03-19 +/games/boxart/full_1091265AmericaFrontccc.jpg,Super Mario World,SNES,Platform,Nintendo,Nintendo EAD,8.5,,,,,,1991-08-13,2018-08-10 +/games/boxart/3345559ccc.jpg,Super Mario Land,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,1989-08-01, +/games/boxart/4113056ccc.jpg,Super Mario Bros. 3,NES,Platform,Nintendo,Nintendo R&D2,,,,,,,1990-02-12,2018-08-09 +/games/boxart/full_4959961AmericaFrontccc.jpg,New Super Mario Bros. U Deluxe,NS,Platform,Nintendo,Nintendo EPD,,,,,,,2019-01-11,2020-08-02 +/games/boxart/full_1317024AmericaFrontccc.jpg,Gex,Series,Platform,BMG Interactive Entertainment,Crystal Dynamics,,,,,,,1995-04-01,2020-03-01 +/games/boxart/4697634ccc.jpg,Sonic the Hedgehog,GEN,Platform,Sega,Sonic Team,,,,,,,1991-06-23, +/games/boxart/full_9872028AmericaFrontccc.jpg,New Super Mario Bros. 2,3DS,Platform,Nintendo,Nintendo,7.5,,,,,,2012-08-19,2018-01-30 +/games/boxart/full_super-mario-3dland_167AmericaFront.jpg,Super Mario 3D Land,3DS,Platform,Nintendo,Nintendo EAD Tokyo,8.9,,,,,,2011-11-13,2018-04-06 +/games/boxart/full_5542974AmericaFrontccc.jpg,Super Mario Galaxy,Wii,Platform,Nintendo,Nintendo EAD Tokyo,9.7,,,,,,2007-11-12, +/games/boxart/full_437865AmericaFrontccc.jpg,Super Mario 3D World + Bowser's Fury,NS,Platform,Nintendo,Nintendo,,,,,,,2021-02-12,2020-09-03 +/games/boxart/full_1923698AmericaFrontccc.jpg,Wario,Series,Platform,Nintendo,Nintendo,,,,,,,1994-03-13,2020-02-22 +/games/boxart/full_8313328AmericaFrontccc.jpg,Little Nightmares,Series,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2017-04-28,2020-03-15 +/games/boxart/full_9007863AmericaFrontccc.jpg,Super Mario 64,N64,Platform,Nintendo,Nintendo EAD,9.7,,,,,,1996-09-29, +/games/boxart/full_7726715AmericaFrontccc.jpg,LittleBigPlanet,Series,Platform,Sony Computer Entertainment,Media Molecule,,,,,,,2008-10-27,2023-12-22 +/games/boxart/full_5947486AmericaFrontccc.jpg,Super Mario Land 2: 6 Golden Coins,GB,Platform,Nintendo,Nintendo R&D1,9,,,,,,1992-11-02, +/games/boxart/full_1719347AmericaFrontccc.jpg,Super Mario 64 DS,DS,Platform,Nintendo,Nintendo EAD,8.6,,,,,,2004-11-20, +/games/boxart/8836826ccc.jpg,Super Mario All-Stars,SNES,Platform,Nintendo,Nintendo EAD,,,,,,,1993-08-01, +/games/boxart/full_357995AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,All,Platform,Activision,Vicarious Visions,,,,,,,2017-06-30,2020-10-30 +/games/boxart/full_7225226AmericaFrontccc.jpg,Pitfall,Series,Platform,Activision,Activision,,,,,,,1982-04-20,2020-02-16 +/games/boxart/full_2675039AmericaFrontccc.png,Spyro Reignited Trilogy,All,Platform,Activision,Toys for Bob,,,,,,,2018-11-13,2023-09-01 +/games/boxart/6431319ccc.jpg,Donkey Kong Country,SNES,Platform,Nintendo,Rare Ltd.,9,,,,,,1994-11-21, +/games/boxart/full_4511980AmericaFrontccc.png,Super Mario 3D All-Stars,NS,Platform,Nintendo,Nintendo,,,,,,,2020-09-18,2020-09-04 +/games/boxart/full_9518829AmericaFrontccc.jpg,Super Mario Maker 2,NS,Platform,Nintendo,Nintendo,,,,,,,2019-06-28,2019-04-24 +/games/boxart/full_4457140AmericaFrontccc.jpg,Cuphead,Series,Platform,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-03-11 +/games/boxart/2668604ccc.jpg,Super Mario Bros. 2,NES,Platform,Nintendo,Nintendo EAD,,,,,,,1988-10-01, +/games/boxart/full_903954AmericaFrontccc.jpg,Super Mario Galaxy 2,Wii,Platform,Nintendo,Nintendo EAD Tokyo,9.7,,,,,,2010-05-23, +/games/boxart/full_3051890AmericaFrontccc.jpg,Trine,Series,Platform,Nobilis,Frozenbyte,,,,,,,2009-07-03,2021-01-28 +/games/boxart/full_9428003AmericaFrontccc.png,Ratchet & Clank (2016),PS4,Platform,Sony Interactive Entertainment,Insomniac Games,,,,,,,2016-04-12,2018-04-25 +/games/boxart/full_5429176AmericaFrontccc.jpg,Kirby and the Forgotten Land,NS,Platform,Nintendo,HAL Laboratory,,,,,,,2022-03-25,2022-01-15 +/games/boxart/full_5316597AmericaFrontccc.png,Crash Bandicoot,PS,Platform,Sony Computer Entertainment,Naughty Dog,7.8,,,,,,1996-09-01, +/games/boxart/full_1047708AmericaFrontccc.jpg,Donkey Kong Country: Tropical Freeze,All,Platform,Nintendo,Retro Studios,,,,,,,2014-02-21,2021-07-21 +/games/boxart/full_donkey-kong-country-returns_6AmericaFront.jpg,Donkey Kong Country Returns,Wii,Platform,Nintendo,Retro Studios,8.6,,,,,,2010-11-21, +/games/boxart/full_7762029AmericaFrontccc.jpg,Cuphead,All,Platform,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-11-23 +/games/boxart/full_2593325AmericaFrontccc.jpg,Limbo,All,Platform,Playdead,Playdead,,,,,,,2010-07-21,2020-12-27 +/games/boxart/full_7789756AmericaFrontccc.jpg,Sonic the Hedgehog 2,GEN,Platform,Sega,Sonic Team,,,,,,,1992-11-20, +/games/boxart/full_7690529AmericaFrontccc.jpg,Super Mario Sunshine,GC,Platform,Nintendo,Nintendo EAD,9.2,,,,,,2002-08-25, +/games/boxart/full_5846657AmericaFrontccc.jpg,Super Mario 3D World,WiiU,Platform,Nintendo,Nintendo EAD Tokyo,9.5,,,,,,2013-11-22,2018-01-02 +/games/boxart/full_2519436AmericaFrontccc.jpg,New Super Mario Bros. U,WiiU,Platform,Nintendo,Nintendo EAD,8.4,,,,,,2012-11-18,2020-08-02 +/games/boxart/8735469ccc.jpg,Crash Bandicoot 3: Warped,PS,Platform,Sony Computer Entertainment,Naughty Dog,9.3,,,,,,1998-10-31,2018-09-24 +/games/boxart/full_4091452AmericaFrontccc.jpg,Trials,Series,Platform,RedLynx,RedLynx,,,,,,,2009-08-12,2020-04-26 +/games/boxart/5020276ccc.jpg,Super Mario World: Super Mario Advance 2,GBA,Platform,Nintendo,Nintendo EAD,9.4,,,,,,2002-02-09, +/games/boxart/1255012ccc.png,Super Mario Advance,GBA,Platform,Nintendo,Nintendo EAD,8.2,,,,,,2001-06-10, +/games/boxart/full_1011555AmericaFrontccc.jpg,LittleBigPlanet 3,PS4,Platform,Sony Computer Entertainment,Sumo Digital,,,,,,,2014-11-18,2018-04-03 +/games/boxart/3074364ccc.jpg,Super Mario Advance 4: Super Mario Bros. 3,GBA,Platform,Nintendo,Nintendo EAD,9.2,,,,,,2003-10-21, +/games/boxart/8478887ccc.jpg,Donkey Kong 64,N64,Platform,Nintendo,Rare Ltd.,9.3,,,,,,1999-11-22, +/games/boxart/7315975ccc.jpg,Super Mario Land 3: Wario Land,GB,Platform,Nintendo,Nintendo R&D1,7.9,,,,,,1994-02-09, +/games/boxart/3074502ccc.jpg,Donkey Kong Country 2: Diddy's Kong Quest,SNES,Platform,Nintendo,Rare Ltd.,9.3,,,,,,1995-11-20, +/games/boxart/2147013ccc.jpg,Kirby's Dream Land,GB,Platform,Nintendo,HAL Laboratory,,,,,,,1992-08-01, +/games/boxart/1232596ccc.jpg,Super Mario Bros. Deluxe,GB,Platform,Nintendo,Nintendo EAD,9.7,,,,,,1999-04-30, +/games/boxart/4840522ccc.jpg,Spyro the Dragon,PS,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,1998-09-10, +/games/boxart/full_2418105AmericaFrontccc.jpg,Donkey Kong Country: Tropical Freeze,NS,Platform,Nintendo,Retro Studios,9.1,,,,,,2018-05-04,2020-08-02 +/games/boxart/full_1964379AmericaFrontccc.jpg,Sonic Heroes,All,Platform,Sega,Sonic Team,,,,,,,2004-01-06,2020-11-14 +/games/boxart/full_7061626AmericaFrontccc.png,Ghosts 'n Goblins,Series,Platform,Capcom,Capcom,,,,,,,1985-09-19,2020-02-03 +/games/boxart/full_2499488AmericaFrontccc.jpg,LittleBigPlanet,PS3,Platform,Sony Computer Entertainment,Media Molecule,9.4,,,,,,2008-10-28, +/games/boxart/full_6412652AmericaFrontccc.jpg,Kirby Star Allies,NS,Platform,Nintendo,HAL Laboratory,8.1,,,,,,2018-03-16,2018-03-14 +/games/boxart/full_3574120AmericaFrontccc.jpg,Super Mario Bros. Wonder,NS,Platform,Nintendo,Nintendo,,,,,,,2023-10-20,2023-06-21 +/games/boxart/full_4113341AmericaFrontccc.jpg,Super Paper Mario,Wii,Platform,Nintendo,Intelligent Systems,8.5,,,,,,2007-04-09, +/games/boxart/269609ccc.jpg,Super Mario World 2: Yoshi's Island,SNES,Platform,Nintendo,Nintendo EAD,9,,,,,,1995-10-04, +/games/boxart/full_7543191AmericaFrontccc.jpg,Crash Bandicoot 2: Cortex Strikes Back,PS,Platform,Sony Computer Entertainment,Naughty Dog,8.6,,,,,,1997-10-31, +/games/boxart/full_3540643AmericaFrontccc.jpg,Super Mario Maker,WiiU,Platform,Nintendo,Nintendo EAD,8.8,,,,,,2015-09-11,2018-03-29 +/games/boxart/3899399ccc.gif,Disney's Aladdin,GEN,Platform,Sega,Virgin Interactive,,,,,,,1993-11-11, +/games/boxart/127822ccc.jpg,Pitfall!,2600,Platform,Activision,Activision,,,,,,,1982-04-20, +/games/boxart/full_4185325AmericaFrontccc.jpg,Ratatouille,All,Platform,THQ,Heavy Iron Studios,,,,,,,2007-06-26,2021-03-01 +/games/boxart/full_2695527AmericaFrontccc.png,Sonic Colors,All,Platform,Sega,Sonic Team/Dimps Corporation,,,,,,,2010-11-16,2020-11-14 +/games/boxart/full_827930AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,All,Platform,Ultra Games,Konami,,,,,,,1989-06-25,2022-04-23 +/games/boxart/full_631355AmericaFrontccc.jpg,The Simpsons Game,All,Platform,Electronic Arts,EA Redwood Shores,,,,,,,2007-10-30,2021-04-17 +/games/boxart/full_1159073AmericaFrontccc.jpg,Donkey Kong Land,GB,Platform,Nintendo,Rare Ltd.,,,,,,,1995-07-26, +/games/boxart/full_6084466AmericaFrontccc.jpg,Super Mario Maker,3DS,Platform,Nintendo,Nintendo,7.3,,,,,,2016-12-02,2018-03-29 +/games/boxart/6911521ccc.jpg,Ratchet & Clank,PS2,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2002-11-07, +/games/boxart/1238741ccc.jpg,Banjo-Kazooie,N64,Platform,Nintendo,Rare Ltd.,9.3,,,,,,1998-05-31, +/games/boxart/full_7805728AmericaFrontccc.jpg,BattleBlock Theater,PC,Platform,The Behemoth,The Behemoth,,,,,,,2014-05-15,2018-11-18 +/games/boxart/full_7949056AmericaFrontccc.jpg,Donkey Kong Country 3: Dixie Kong's Double Trouble!,SNES,Platform,Nintendo,Rare Ltd.,8.8,,,,,,1996-11-22, +/games/boxart/full_1724750AmericaFrontccc.jpg,Croc,Series,Platform,Fox Interactive,Argonaut Software,,,,,,,1997-09-29,2023-06-26 +/games/boxart/full_1284426AmericaFrontccc.jpg,Oddworld: Abe's Oddysee,All,Platform,GT Interactive,Oddworld Inhabitants,,,,,,,1997-09-18,2021-01-01 +/games/boxart/full_9210938AmericaFrontccc.jpg,Sonic Frontiers,All,Platform,Sega,Sonic Team,,,,,,,2022-11-08,2022-12-13 +/games/boxart/6000844ccc.jpg,Spyro 2: Ripto's Rage!,PS,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,1999-10-31, +/games/boxart/full_3486976AmericaFrontccc.jpg,Yoshi's Island DS,DS,Platform,Nintendo,Artoon,8.2,,,,,,2006-11-13, +/games/boxart/full_7109212AmericaFrontccc.jpg,Yoshi's Crafted World,NS,Platform,Nintendo,Good-Feel,7.8,,,,,,2019-03-29,2019-03-22 +/games/boxart/7195655ccc.jpg,Spyro: Year of the Dragon,PS,Platform,Sony Computer Entertainment,Insomniac Games,9.1,,,,,,2000-10-23, +/games/boxart/2584016ccc.jpg,Ratchet & Clank: Up Your Arsenal,PS2,Platform,Sony Computer Entertainment,Insomniac Games,9.1,,,,,,2004-11-03, +/games/boxart/6747618ccc.jpg,Sonic Heroes,PS2,Platform,Sega,Sonic Team,6.6,,,,,,2004-01-27, +/games/boxart/full_2864432AmericaFrontccc.png,Kid Icarus,Series,Platform,Nintendo,Nintendo,,,,,,,1987-07-01,2022-05-10 +/games/boxart/692813ccc.jpg,Donkey Kong,GB,Platform,Nintendo,Nintendo EAD,,,,,,,1994-06-01, +/games/boxart/full_2929337AmericaFrontccc.jpg,Metroid Dread,NS,Platform,Nintendo,Nintendo,,,,,,,2021-10-08,2021-06-15 +/games/boxart/1221019ccc.jpg,Croc: Legend of the Gobbos,PS,Platform,Fox Interactive,Argonaut Games,7.6,,,,,,1997-09-29, +/games/boxart/full_4699921AmericaFrontccc.png,Little Nightmares,All,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2017-04-28,2021-01-22 +/games/boxart/full_9421049AmericaFrontccc.png,Risk of Rain,All,Platform,Chucklefish,Hopoo Games,,,,,,,2013-11-08,2021-01-10 +/games/boxart/full_1399120AmericaFrontccc.jpg,Shantae,Series,Platform,Capcom,WayForward,,,,,,,2002-06-02,2021-06-26 +/games/boxart/full_2403085AmericaFrontccc.jpg,Sonic and the Secret Rings,Wii,Platform,Sega,Sonic Team,6.7,,,,,,2007-02-20, +/games/boxart/full_2730464AmericaFrontccc.jpg,Sonic Rush,DS,Platform,Sega,Dimps Corporation,7.8,,,,,,2005-11-15, +/games/boxart/full_1193334AmericaFrontccc.jpg,Kirby Super Star Ultra,DS,Platform,Nintendo,HAL Laboratory,7.3,,,,,,2008-09-22, +/games/boxart/full_4526978PALFrontccc.jpg,Super Meat Boy,PC,Platform,Unknown,Team Meat,9.2,,,,,,2010-11-30, +/games/boxart/6496030ccc.jpg,Ratchet & Clank: Going Commando,PS2,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,2003-11-11, +/games/boxart/full_7881891AmericaFrontccc.jpg,Donkey Kong Country Returns 3D,3DS,Platform,Nintendo,Monster Games,8.6,,,,,,2013-05-24,2018-09-28 +/games/boxart/full_9030369AmericaFrontccc.jpg,Yoshi's Story,N64,Platform,Nintendo,Nintendo EAD,,,,,,,1998-03-01, +/games/boxart/1372617ccc.jpg,Yoshi's Island: Super Mario Advance 3,GBA,Platform,Nintendo,Nintendo EAD,,,,,,,2002-09-24, +/games/boxart/full_4863801AmericaFrontccc.jpg,Trine 2,PC,Platform,Frozenbyte,Frozenbyte,,,,,,,2011-12-07, +/games/boxart/full_1879183AmericaFrontccc.jpg,Sonic the Hedgehog (2006),All,Platform,Sega,Sonic Team,,,,,,,2006-11-14,2020-11-14 +/games/boxart/full_2472443AmericaFrontccc.jpg,Kirby: Triple Deluxe,3DS,Platform,Nintendo,HAL Laboratory,7.8,,,,,,2014-05-02,2018-01-30 +/games/boxart/full_8880485AmericaFrontccc.jpg,Shovel Knight,All,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-06-26,2021-01-22 +/games/boxart/full_9520182AmericaFrontccc.jpg,Shovel Knight,Series,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-06-26,2020-02-28 +/games/boxart/full_2112179JapanFrontccc.jpg,Super Mario Bros. 2 (FDS),NES,Platform,Nintendo,Nintendo EAD,,,,,,,1986-06-03, +/games/boxart/full_5798649AmericaFrontccc.jpg,Bloodstained,Series,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2021-02-08 +/games/boxart/full_7788350AmericaFrontccc.jpg,Ratchet & Clank Future: Tools of Destruction,PS3,Platform,Sony Computer Entertainment,Insomniac Games,8.9,,,,,,2007-10-23, +/games/boxart/full_4661108AmericaFrontccc.jpg,Mirror's Edge,Series,Platform,Electronic Arts,EA DICE,,,,,,,2008-11-11,2021-01-26 +/games/boxart/full_5121479AmericaFrontccc.jpg,Mirror's Edge,All,Platform,Electronic Arts,EA DICE,,,,,,,2008-11-11,2021-01-26 +/games/boxart/full_1992253AmericaFrontccc.png,Sonic Adventure,All,Platform,Sega,Sonic Team,,,,,,,1999-09-09,2020-11-14 +/games/boxart/full_4322901AmericaFrontccc.jpg,Dustforce DX,PC,Platform,Hitbox Team,Hitbox Team,,,,,,,2012-01-17,2019-02-01 +/games/boxart/full_2202568AmericaFrontccc.jpg,Sonic Unleashed,All,Platform,Sega,Sonic Team,,,,,,,2008-11-18,2020-11-13 +/games/boxart/full_kirbys-dream-land-2_636AmericaFront.jpg,Kirby's Dream Land 2,GB,Platform,Nintendo,HAL Laboratory,,,,,,,1995-05-01, +/games/boxart/full_1526512AmericaFrontccc.jpg,Donkey Kong Land 2,GB,Platform,Nintendo,Rare Ltd.,,,,,,,1996-09-01, +/games/boxart/full_2230050AmericaFrontccc.jpg,Daxter,PSP,Platform,Sony Computer Entertainment,Ready at Dawn,8.6,,,,,,2006-03-14, +/games/boxart/1759563ccc.jpg,Mario Bros.,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, +/games/boxart/6257011ccc.jpg,Classic NES Series: Super Mario Bros.,GBA,Platform,Nintendo,Nintendo EAD,8.3,,,,,,2004-06-02, +/games/boxart/8940749ccc.gif,Kirby Squeak Squad,DS,Platform,Nintendo,"HAL Laboratory, Flagship",7.3,,,,,,2006-12-06, +/games/boxart/full_super-mario-all-stars-limited-edition_6AmericaFront.jpg,Super Mario All-Stars: Limited Edition,Wii,Platform,Nintendo,Nintendo EAD,7.2,,,,,,2010-12-12, +/games/boxart/full_1863734AmericaFrontccc.png,Flashback,All,Platform,U.S. Gold,Delphine Software International,,,,,,,1992-01-01,2021-03-31 +/games/boxart/full_9869088AmericaFrontccc.jpg,Wario Land 3,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,2000-05-01, +/games/boxart/2673699ccc.jpg,Wario Land 4,GBA,Platform,Nintendo,Nintendo R&D1,,,,,,,2001-11-18, +/games/boxart/full_5744926AmericaFrontccc.jpg,Donkey Kong Country,GBC,Platform,Nintendo,Rare Ltd.,9.1,,,,,,2000-11-04,2018-01-06 +/games/boxart/9013066ccc.jpg,Kirby: Nightmare in Dream Land,GBA,Platform,Nintendo,HAL Laboratory,8.1,,,,,,2002-12-02,2018-04-20 +/games/boxart/full_5999233AmericaFrontccc.jpg,Yoshi's New Island,3DS,Platform,Nintendo,Arzest,,,,,,,2014-03-14,2018-02-01 +/games/boxart/full_3796205AmericaFrontccc.jpg,Donkey Kong Country: Tropical Freeze,WiiU,Platform,Nintendo,Retro Studios,8.8,,,,,,2014-02-21,2018-01-22 +/games/boxart/full_9539758AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,All,Platform,505 Games,ArtPlay,,,,,,,2019-06-18,2021-02-08 +/games/boxart/full_3892294AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,All,Platform,Studio MDHR,Studio MDHR,,,,,,,2022-06-30,2022-06-10 +/games/boxart/full_disney-epic-mickey_944AmericaFront.jpg,Disney Epic Mickey,Wii,Platform,Disney Interactive Studios,Junction Point Studios,7,,,,,,2010-11-30, +/games/boxart/full_4689705AmericaFrontccc.jpg,Prince of Persia,All,Platform,Broderbund,Broderbund,,,,,,,1989-10-03,2020-11-23 +/games/boxart/full_4234471AmericaFrontccc.jpg,Tak,Series,Platform,THQ,Avalanche Software,,,,,,,2003-10-15,2023-05-21 +/games/boxart/full_363062AmericaFrontccc.jpg,The SpongeBob SquarePants Movie,All,Platform,THQ,Heavy Iron Studios,,,,,,,2004-10-27,2023-05-24 +/games/boxart/full_kirby-returns-to-dreamland_666AmericaFront.jpg,Kirby's Return to Dreamland,Wii,Platform,Nintendo,HAL Laboratory,7.6,,,,,,2011-10-24, +/games/boxart/full_ratchet-ampamp-clank-all-4-one_186AmericaFront.jpg,Ratchet & Clank: All 4 One,PS3,Platform,Sony Computer Entertainment,Insomniac Games,7.5,,,,,,2011-10-18, +/games/boxart/full_kirbys-epic-yarn_10AmericaFront.jpg,Kirby's Epic Yarn,Wii,Platform,Nintendo,Good-Feel,8.7,,,,,,2010-10-17, +/games/boxart/full_4823489AmericaFrontccc.jpg,Sonic Generations,All,Platform,Sega,Sonic Team/Dimps Corporation,,,,,,,2011-11-01,2020-11-14 +/games/boxart/full_7136269AmericaFrontccc.jpg,Ratchet & Clank Future: A Crack in Time,PS3,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,2009-10-27, +/games/boxart/5881405ccc.jpg,Donkey Kong Country,GBA,Platform,Nintendo,Rare Ltd.,7.5,,,,,,2003-06-09, +/games/boxart/full_8686401AmericaFrontccc.jpg,Mega Man 11,All,Platform,Capcom,Capcom,,,,,,,2018-10-02,2020-10-12 +/games/boxart/full_sonic-colors_1AmericaFront.jpg,Sonic Colors,Wii,Platform,Sega,Sonic Team,7.7,,,,,,2010-11-16, +/games/boxart/full_38481AmericaFrontccc.gif,Kirby 64: The Crystal Shards,N64,Platform,Nintendo,HAL Laboratory,7.9,,,,,,2000-06-26, +/games/boxart/full_5819763AmericaFrontccc.jpg,Ori and the Blind Forest: Definitive Edition,PC,Platform,Nordic Games,Moon Studios,,,,,,,2016-06-14,2018-08-12 +/games/boxart/full_1836729AmericaFrontccc.jpg,Kid Icarus,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1987-08-01, +/games/boxart/full_7341338AmericaFrontccc.jpg,Disney's Aladdin,SNES,Platform,Capcom,Capcom/Disney,,,,,,,1993-11-21, +/games/boxart/917473ccc.jpg,Kirby's Adventure,NES,Platform,Nintendo,HAL Laboratory,,,,,,,1993-05-01, +/games/boxart/full_8635826AmericaFrontccc.jpg,Human: Fall Flat,PC,Platform,Unknown,No Brakes Games,,,,,,,,2021-02-11 +/games/boxart/9742637ccc.jpg,Super Princess Peach,DS,Platform,Nintendo,TOSE Software,7.8,,,,,,2006-02-27, +/games/boxart/full_1111051AmericaFrontccc.jpg,Trials Fusion,All,Platform,Ubisoft,RedLynx,,,,,,,2014-04-15,2021-01-07 +/games/boxart/full_5807001AmericaFrontccc.jpg,Psychonauts,All,Platform,Majesco,Double Fine Productions,,,,,,,2004-04-19,2021-07-09 +/games/boxart/full_76508AmericaFrontccc.jpg,Disney's DuckTales,NES,Platform,Capcom,Capcom,,,,,,,1989-09-01, +/games/boxart/full_ghosts-n-goblins_0AmericaFront.jpg,Ghosts 'n Goblins,NES,Platform,Capcom,Micronics,,,,,,,1986-11-01, +/games/boxart/full_889865AmericaFrontccc.png,Sackboy: A Big Adventure,All,Platform,Sony Interactive Entertainment,Sumo Digital,,,,,,,2020-11-12,2023-12-22 +/games/boxart/full_5310710AmericaFrontccc.jpg,DuckTales: Remastered,All,Platform,Capcom,WayForward Technologies,,,,,,,2013-08-13,2020-10-12 +/games/boxart/full_8152384AmericaFrontccc.jpg,Jak II,PS2,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2003-10-14, +/games/boxart/3947124ccc.jpg,Sonic Adventure DX: Director's Cut,GC,Platform,Sega,Sonic Team,5.4,,,,,,2003-06-18, +/games/boxart/full_5718590AmericaFrontccc.jpg,Sonic Unleashed,Wii,Platform,Sega,Sonic Team/Dimps Corporation,6.7,,,,,,2008-11-18, +/games/boxart/full_3628085AmericaFrontccc.jpg,Yoshi's Woolly World,WiiU,Platform,Nintendo,Good-Feel,7.4,,,,,,2015-10-16,2020-08-03 +/games/boxart/full_7956644AmericaFrontccc.jpg,Donkey Kong Classics,NES,Platform,Nintendo,Nintendo,,,,,,,1988-10-01, +/games/boxart/full_9830217AmericaFrontccc.jpg,Sonic the Hedgehog (2006),X360,Platform,Sega,Sonic Team,4.8,,,,,,2006-11-14,2018-02-05 +/games/boxart/full_1336252AmericaFrontccc.jpg,Mega Man 2,NES,Platform,Capcom,Capcom,,,,,,,1989-07-01, +/games/boxart/full_ice-climber_104AmericaFront.jpg,Ice Climber,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1985-10-01, +/games/boxart/full_5847248AmericaFrontccc.jpg,Mega Man Legacy Collection,All,Platform,Capcom,Capcom,,,,,,,2015-08-25,2020-10-10 +/games/boxart/4691586ccc.jpg,Sonic CD,SCD,Platform,Sega,Sonic Team,,,,,,,1993-11-19, +/games/boxart/full_sonic-colors_4AmericaFront.jpg,Sonic Colors,DS,Platform,Sega,Sonic Team,8.2,,,,,,2010-11-16, +/games/boxart/full_5046467AmericaFrontccc.png,Banjo-Tooie,N64,Platform,Nintendo,Rare Ltd.,9.3,,,,,,2000-11-19, +/games/boxart/full_1419500AmericaFrontccc.jpg,Wario Land II,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,1998-03-02, +/games/boxart/full_8478256AmericaFrontccc.jpg,Kirby & the Amazing Mirror,GBA,Platform,Nintendo,Flagship,7.9,,,,,,2004-10-18, +/games/boxart/full_5904064AmericaFrontccc.jpg,Kirby's Return to Dream Land Deluxe,NS,Platform,Nintendo,HAL Laboratory,,,,,,,2023-02-24,2022-09-13 +/games/boxart/full_4285816AmericaFrontccc.jpg,Kirby Super Star,SNES,Platform,Nintendo,HAL Laboratory,,,,,,,1996-09-20,2018-04-20 +/games/boxart/full_disneys-ducktales_95AmericaFront.jpg,Disney's DuckTales,GB,Platform,Capcom,Capcom,,,,,,,1990-11-01, +/games/boxart/3018816ccc.jpg,Sonic Heroes,GC,Platform,Sega,Sonic Team,7.2,,,,,,2004-01-05, +/games/boxart/full_3426009AmericaFrontccc.jpg,Strider,All,Platform,Capcom,Double Helix Games,,,,,,,2014-02-18,2020-10-10 +/games/boxart/6752301ccc.jpg,Shadow The Hedgehog,PS2,Platform,Sega,Sonic Team,4.8,,,,,,2005-11-15, +/games/boxart/full_7892242PALFrontccc.png,Fez,PC,Platform,Trapdoor,Polytron Corporation,,,,,,,2013-05-01, +/games/boxart/full_kirby-mass-attack_779AmericaFront.jpg,Kirby: Mass Attack,DS,Platform,Nintendo,HAL Laboratory,8.4,,,,,,2011-09-19, +/games/boxart/8064706ccc.jpg,The Magical Quest starring Mickey Mouse (all region sales),SNES,Platform,Capcom,Capcom,,,,,,,1992-12-01, +/games/boxart/full_2410673AmericaFrontccc.jpg,Disney's Chip 'n Dale: Rescue Rangers,NES,Platform,Capcom,Capcom,,,,,,,1990-06-01, +/games/boxart/full_8908991AmericaFrontccc.jpg,Sonic and the Black Knight,Wii,Platform,Sega,Sonic Team,4.8,,,,,,2009-03-03, +/games/boxart/4592439ccc.jpg,Sonic Rush Adventure,DS,Platform,Sega,Dimps Corporation,,,,,,,2007-09-18, +/games/boxart/full_5097770AmericaFrontccc.jpg,Ratchet & Clank Future: Quest for Booty,PSN,Platform,Sony Computer Entertainment,Insomniac Games,7.7,,,,,,2008-08-21, +/games/boxart/full_7545693AmericaFrontccc.jpg,Ratchet & Clank Collection,All,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2012-08-28,2023-12-24 +/games/boxart/full_334521AmericaFrontccc.jpg,Mega Man X,SNES,Platform,Capcom,Capcom,,,,,,,1994-01-01, +/games/boxart/full_4942602AmericaFrontccc.jpg,Sonic the Hedgehog (2006),PS3,Platform,Sega,Sonic Team,,,,,,,2007-01-30,2018-02-05 +/games/boxart/8810309ccc.jpg,Donkey Kong,NES,Platform,Nintendo,Nintendo,,,,,,,1986-06-01, +/games/boxart/1776603ccc.jpg,Donkey Kong Jr.,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, +/games/boxart/full_2385860AmericaFrontccc.jpg,Mega Man X Legacy Collection,All,Platform,Capcom,Capcom,,,,,,,2018-07-24,2023-06-06 +/games/boxart/5653039ccc.jpg,Popeye,NES,Platform,Nintendo,Nintendo,,,,,,,1986-06-01, +/games/boxart/full_2485085AmericaFrontccc.jpg,Trine,All,Platform,Nobilis,Frozenbyte,,,,,,,2009-07-03,2021-01-28 +/games/boxart/full_1490899AmericaFrontccc.jpg,Super Ghouls 'n Ghosts,SNES,Platform,Capcom,Capcom,,,,,,,1991-11-01, +/games/boxart/2720101ccc.jpg,Mega Man 3,NES,Platform,Capcom,Capcom,,,,,,,1990-11-01, +/games/boxart/full_1084976AmericaFrontccc.jpg,SpeedRunners,PC,Platform,Unknown,DoubleDutch Games,,,,,,,,2021-02-18 +/games/boxart/full_4377822AmericaFrontccc.jpg,Wario Land: Shake It!,Wii,Platform,Nintendo,Good-Feel,7.3,,,,,,2008-09-22, +/games/boxart/5245696ccc.jpg,Donkey Kong Land III,GB,Platform,Nintendo,Rare Ltd.,,,,,,,1997-09-01, +/games/boxart/7196302ccc.jpg,Braid,PC,Platform,Number None,Number None Inc.,8.8,,,,,,2009-04-10, +/games/boxart/full_5521197AmericaFrontccc.png,A Hat in Time,All,Platform,Gears for Breakfast,Gears for Breakfast,,,,,,,2017-10-05,2021-02-12 +/games/boxart/full_4810698AmericaFrontccc.jpg,Celeste,All,Platform,Matt Makes Games Inc.,Matt Makes Games Inc.,,,,,,,2018-01-25,2021-02-09 +/games/boxart/full_9505931PALFrontccc.jpg,Cool Spot,All,Platform,Virgin Games,Virgin Games,,,,,,,1993-04-01,2021-05-25 +/games/boxart/full_5287591AmericaFrontccc.png,Earthworm Jim,All,Platform,Playmates,Shiny Entertainment,,,,,,,1994-10-01,2022-04-26 +/games/boxart/full_9436054AmericaFrontccc.png,Fez,All,Platform,Trapdoor,Polytron Corporation,,,,,,,2012-04-13,2021-02-17 +/games/boxart/full_2415430AmericaFrontccc.jpg,Gex,3DO,Platform,BMG Interactive Entertainment,Crystal Dynamics,,,,,,,1994-11-16, +/games/boxart/full_7926601AmericaFrontccc.png,Inside,All,Platform,Playdead,Playdead,,,,,,,2016-06-29,2020-12-27 +/games/boxart/full_7393034AmericaFrontccc.jpg,Knack,PS4,Platform,Sony Computer Entertainment,SCE Japan Studio,8.4,,,,,,2013-11-15,2018-09-17 +/games/boxart/full_3169977AmericaFrontccc.jpg,Little Nightmares 2,All,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2021-03-12 +/games/boxart/full_8051624AmericaFrontccc.jpg,Madagascar,All,Platform,Activision,Toys for Bob,,,,,,,2005-05-24,2022-10-06 +/games/boxart/full_9679466AmericaFrontccc.jpg,Mega Man II,GB,Platform,Capcom,Capcom,,,,,,,1992-01-29, +/games/boxart/full_5286779AmericaFrontccc.jpg,Mega Man: Dr. Wily's Revenge,GB,Platform,Capcom,Capcom,,,,,,,1991-12-01, +/games/boxart/full_6957254AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,All,Platform,Activision,Activision,,,,,,,1994-01-01,2020-12-19 +/games/boxart/full_4760750AmericaFrontccc.jpg,Rayman 2: The Great Escape,All,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1999-11-06,2021-08-31 +/games/boxart/full_8239890AmericaFrontccc.png,Rayman 3: Hoodlum Havoc,All,Platform,Ubisoft,Ubisoft,,,,,,,2003-03-04,2020-11-09 +/games/boxart/full_3508434AmericaFrontccc.jpg,Rayman Legends,All,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,2013-09-03,2020-11-09 +/games/boxart/8062198ccc.jpg,Sonic Adventure 2 Battle,GC,Platform,Sega,Sonic Team,6.8,,,,,,2002-02-11, +/games/boxart/full_217634AmericaFrontccc.jpg,Sonic Mania,All,Platform,Sega,PagodaWest Games,,,,,,,2017-08-15,2020-10-23 +/games/boxart/full_2394414AmericaFrontccc.png,Sonic the Hedgehog 4: Episode I,All,Platform,Sega,Dimps Corporation,,,,,,,2010-10-07,2020-11-14 +/games/boxart/full_1422916AmericaFrontccc.png,Tak and the Power of Juju,All,Platform,THQ,Avalanche Software,,,,,,,2003-10-15,2023-05-21 +/games/boxart/full_6047030AmericaFrontccc.jpg,Thomas Was Alone,All,Platform,Mike Bithell Games,Mike Bithell Games,,,,,,,2012-06-30,2021-02-20 +/games/boxart/full_6738586AmericaFrontccc.jpg,WALL-E,All,Platform,Unknown,Heavy Iron Studios,,,,,,,,2021-05-25 +/games/boxart/full_5349323AmericaFrontccc.jpg,Yooka-Laylee,Series,Platform,Team 17,Playtonic Games,,,,,,,2017-04-11,2020-03-15 +/games/boxart/full_388417AmericaFrontccc.jpg,Yooka-Laylee,All,Platform,Team17,Playtonic Games,,,,,,,2017-04-11,2021-01-24 +/games/boxart/full_4067616AmericaFrontccc.jpg,Dust: An Elysian Tail,PC,Platform,Microsoft Studios,Humble Hearts,,,,,,,2013-05-24,2018-08-07 +/games/boxart/full_9120261AmericaFrontccc.png,Spelunky,PC,Platform,"Mossmouth, LLC","Mossmouth, LLC",,,,,,,2008-12-21, +/games/boxart/full_rayman-origins_504AmericaFront.jpg,Rayman Origins,Wii,Platform,Ubisoft,Ubisoft,9.5,,,,,,2011-11-15, +/games/boxart/full_4871324AmericaFrontccc.jpg,Ratchet & Clank: Full Frontal Assault,All,Platform,Sony Interactive Entertainment,Insomniac Games,,,,,,,2012-11-27,2023-12-24 +/games/boxart/full_7039905AmericaFrontccc.jpg,Ultimate Chicken Horse,PC,Platform,Unknown,Clever Endeavour Games,,,,,,,,2019-02-07 +/games/boxart/5890045ccc.jpg,Rayman Advance,GBA,Platform,Ubisoft,Digital Eclipse,8.4,,,,,,2001-06-10, +/games/boxart/full_3328482AmericaFrontccc.png,VVVVVV,PC,Platform,Terry Cavanagh,Terry Cavanagh,7.8,,,,,,2010-01-11, +/games/boxart/full_4470321AmericaFrontccc.jpg,Prince of Persia 2: The Shadow and the Flame,All,Platform,Ubisoft,Broderbund,,,,,,,1993-01-01,2020-11-26 +/games/boxart/875351ccc.jpg,Wizards & Warriors,NES,Platform,Acclaim Entertainment,Rare Ltd.,,,,,,,1987-12-01, +/games/boxart/full_3486322AmericaFrontccc.jpg,Sonic Lost World,All,Platform,Sega,Sonic Team/Dimps Corporation,,,,,,,2013-10-29,2020-10-23 +/games/boxart/full_2136381AmericaFrontccc.jpg,de Blob,Wii,Platform,THQ,Blue Tongue,8.1,,,,,,2008-09-22, +/games/boxart/full_9741016AmericaFrontccc.jpg,Sonic 3D Blast,GEN,Platform,Sega,Traveller's Tales,,,,,,,1996-11-01, +/games/boxart/full_8916401AmericaFrontccc.jpeg,Inside,PC,Platform,Playdead,Playdead,,,,,,,2016-01-01, +/games/boxart/full_6264054AmericaFrontccc.jpg,Sonic Generations Collection,PC,Platform,Unknown,Devils Details,,,,,,,,2019-02-08 +/games/boxart/full_bittrip-runner_971AmericaFront.png,BIT.TRIP RUNNER,PC,Platform,Gaijin Entertainment,Gaijin Games Inc.,7,,,,,,2011-02-28, +/games/boxart/full_9447000AmericaFrontccc.png,Bloodstained: Curse of the Moon,All,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2021-02-08 +/games/boxart/full_4865560AmericaFrontccc.jpg,Montezuma's Revenge,All,Platform,Parker Brothers,Utopia Software,,,,,,,1984-01-01,2023-06-24 +/games/boxart/full_9888863AmericaFrontccc.jpg,Rambo,NES,Platform,Acclaim Entertainment,Pack-In-Video,,,,,,,1988-05-01, +/games/boxart/full_2056554AmericaFrontccc.jpg,Cave Story+,PC,Platform,Studio Pixel,Studio Pixel,,,,,,,2011-11-23, +/games/boxart/full_8691831AmericaFrontccc.jpg,Mega Man Legacy Collection,PS4,Platform,Capcom,Digital Eclipse Software,,,,,,,2016-02-23,2018-05-29 +/games/boxart/full_5905612AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,All,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 +/games/boxart/full_3053585AmericaFrontccc.jpg,Shovel Knight,PC,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-06-26,2018-11-21 +/games/boxart/full_3306730AmericaFrontccc.jpg,Shovel Knight,3DS,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-11-03,2018-11-21 +/games/boxart/8057015ccc.jpg,Batman,GB,Platform,Sunsoft,SunSoft,,,,,,,1990-06-01, +/games/boxart/full_3192861AmericaFrontccc.jpg,Castlevania: Circle of the Moon,GBA,Platform,Konami,KCEK,8.9,,,,,,2001-06-10, +/games/boxart/8983185ccc.jpg,Croc 2,PS,Platform,Fox Interactive,Argonaut Games,6.5,,,,,,1999-06-30, +/games/boxart/full_5823396AmericaFrontccc.jpg,Skylanders: Giants,All,Platform,Activision,Toys for Bob,,,,,,,2012-10-21,2021-03-18 +/games/boxart/full_3597116AmericaFrontccc.jpg,Vectorman,GEN,Platform,Sega,Blue Sky Software,,,,,,,1995-01-01, +/games/boxart/full_5646203AmericaFrontccc.jpg,Sonic Adventure 2,PC,Platform,Unknown,Sega,,,,,,,,2019-02-10 +/games/boxart/full_4437603AmericaFrontccc.jpg,The Emperor's New Groove,All,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2000-11-13,2021-07-05 +/games/boxart/full_8095467AmericaFrontccc.jpg,Bloody Trapland,PC,Platform,Unknown,2Play,,,,,,,,2019-02-10 +/games/boxart/full_3473087AmericaFrontccc.jpg,Shovel Knight,NS,Platform,Yacht Club Games,Yacht Club Games,9,,,,,,2019-04-09,2019-01-28 +/games/boxart/full_9292682AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,PC,Platform,Image & Form Games,Image & Form Games,,,,,,,2013-12-05,2018-03-19 +/games/boxart/full_7450947AmericaFrontccc.jpg,Princess.Loot.Pixel.Again,PC,Platform,Unknown,EfimovMax,,,,,,,,2019-02-11 +/games/boxart/full_5552532AmericaFrontccc.jpg,Tiny and Big: Grandpa's Leftovers,PC,Platform,Unknown,Black Pants Studio,,,,,,,,2019-02-11 +/games/boxart/full_5309630AmericaFrontccc.jpg,Grow Home,PC,Platform,Ubisoft,Ubisoft Reflections,,,,,,,2015-02-04, +/games/boxart/full_2627477AmericaFrontccc.jpg,Squishy the Suicidal Pig,PC,Platform,Unknown,Tomi Maarela,,,,,,,,2019-02-13 +/games/boxart/full_7560185AmericaFrontccc.jpg,And Yet It Moves,PC,Platform,Broken Rules,TU Wien,8,,,,,,2009-04-02, +/games/boxart/full_2979050AmericaFrontccc.jpg,Yellow: The Yellow Artifact,PC,Platform,Unknown,Unknown,,,,,,,,2019-02-14 +/games/boxart/full_4958575AmericaFrontccc.png,Bloodstained: Curse of the Moon,NS,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2018-06-05 +/games/boxart/full_6448170AmericaFrontccc.jpg,Disney's Aladdin in Nasira's Revenge,All,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2001-03-15,2021-07-05 +/games/boxart/full_772615AmericaFrontccc.png,Lode Runner,All,Platform,Broderbund,Douglas E. Smith,,,,,,,1983-06-23,2022-04-07 +/games/boxart/full_4766602AmericaFrontccc.png,Shovel Knight,WiiU,Platform,Yacht Club Games,Yacht Club Games,9,,,,,,2014-06-26,2018-11-21 +/games/boxart/full_4332717AmericaFrontccc.jpg,Strider (2014),PC,Platform,Capcom,Double Helix Games,,,,,,,2014-02-19,2019-01-03 +/games/boxart/1818421ccc.jpg,Sonic Adventure DX: Director's Cut,PC,Platform,Activision,Sonic Team,,,,,,,2004-01-01, +/games/boxart/full_5005338AmericaFrontccc.jpg,Downwell,PC,Platform,Unknown,Moppin,,,,,,,,2019-02-15 +/games/boxart/full_2817470AmericaFrontccc.jpg,Rocketbirds: Hardboiled Chicken,PC,Platform,Unknown,Ratloop Asia Pte Ltd,,,,,,,,2019-02-15 +/games/boxart/full_8763075AmericaFrontccc.jpg,Little Nightmares,PC,Platform,Namco Bandai Games,Tarsier Studios,8.6,,,,,,2017-04-28,2019-02-20 +/games/boxart/full_1546700AmericaFrontccc.png,Curious George,All,Platform,Namco,Monkey Bar Games,,,,,,,2006-02-01,2020-11-21 +/games/boxart/full_6016049AmericaFrontccc.jpg,Pid,PC,Platform,Unknown,Might and Delight,,,,,,,,2019-02-16 +/games/boxart/full_3267063AmericaFrontccc.jpg,Cat Goes Platform,PC,Platform,Unknown,VOiD Games,,,,,,,,2019-02-17 +/games/boxart/full_7618466AmericaFrontccc.jpg,Mega Man Legacy Collection,XOne,Platform,Capcom,Digital Eclipse Software,,,,,,,2015-08-25,2018-05-29 +/games/boxart/full_8736542AmericaFrontccc.jpg,DuckTales: Remastered,PC,Platform,Capcom,WayForward,,,,,,,2013-08-13,2019-02-17 +/games/boxart/full_6954047AmericaFrontccc.jpeg,Owlboy,PC,Platform,D-Pad Studio,D-Pad Studios,,,,,,,2016-11-01,2019-02-16 +/games/boxart/full_9125859AmericaFrontccc.jpg,Touhou Luna Nights,All,Platform,Playism,Team Ladybug,,,,,,,2018-08-20,2021-04-12 +/games/boxart/full_5016916AmericaFrontccc.png,Momodora: Reverie Under the Moonlight,PC,Platform,AGM Playism,Bombservice,,,,,,,2016-03-04,2018-01-05 +/games/boxart/full_capsized_932AmericaFront.jpg,Capsized,PC,Platform,Unknown,Alientrap Games Inc,7.9,,,,,,2011-04-29, +/games/boxart/full_120611AmericaFrontccc.jpg,Reset 1-1,PC,Platform,New Reality Games,Panda Indie Studio,,,,,,,2016-08-30,2019-02-11 +/games/boxart/646023ccc.jpg,Sonic CD,PC,Platform,Sega,Sonic Team,,,,,,,1995-08-31, +/games/boxart/full_4965058AmericaFrontccc.jpg,ZRoll,PC,Platform,Unknown,KxONE,,,,,,,,2019-02-20 +/games/boxart/full_8199300AmericaFrontccc.jpg,Dreaming Sarah,PC,Platform,Unknown,Asteristic Game Studio,,,,,,,,2019-02-20 +/games/boxart/full_329491AmericaFrontccc.jpg,EeOneGuy Adventure,PC,Platform,Unknown,Akakiy Petrushkin,,,,,,,,2019-02-22 +/games/boxart/full_2457425AmericaFrontccc.jpg,They Bleed Pixels,PC,Platform,Unknown,Spooky Squid Games Inc.,,,,,,,,2019-02-23 +/games/boxart/full_6924244AmericaFrontccc.jpg,TowerFall Ascension,PC,Platform,Matt Makes Games Inc.,Matt Thorson,9,,,,,,2014-03-11,2018-01-21 +/games/boxart/full_5786418AmericaFrontccc.jpg,Rochard,PC,Platform,Unknown,Recoil Games,,,,,,,,2019-02-23 +/games/boxart/full_9934847AmericaFrontccc.jpg,Refunct,PC,Platform,Unknown,Dominique Grieshofer,,,,,,,,2019-02-25 +/games/boxart/full_9236849AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,PC,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-02-25, +/games/boxart/full_4385445AmericaFrontccc.jpg,HardCube,PC,Platform,Unknown,LEVER Software,,,,,,,,2019-02-26 +/games/boxart/full_350557AmericaFrontccc.jpg,Fez,XBL,Platform,Polytron,Polytron,,,,,,,2012-04-13, +/games/boxart/full_7566768AmericaFrontccc.jpg,Spider: The Video Game,PS,Platform,BMG Interactive Entertainment,Boss Game Studios,,,,,,,1996-07-12, +/games/boxart/full_3108917AmericaFrontccc.jpg,Just Hero,PC,Platform,Unknown,Anatoliy Loginovskikh,,,,,,,,2019-02-27 +/games/boxart/full_6491833JapanFrontccc.jpg,La-Mulana,PC,Platform,GR3 Project,GR3 Project,,,,,,,2005-05-27, +/games/boxart/full_2342527AmericaFrontccc.jpg,Electronic Super Joy,PC,Platform,Unknown,Michael Todd Games,,,,,,,,2019-02-28 +/games/boxart/full_closure_13AmericaFront.jpg,Closure,PC,Platform,Glaiel Games,Glaiel Games,,,,,,,2009-01-01, +/games/boxart/full_6124836AmericaFrontccc.png,Shovel Knight,PS4,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-04-21,2018-11-21 +/games/boxart/full_5455630AmericaFrontccc.jpg,Hard Room,PC,Platform,Unknown,Evgeny Shcherbakov,,,,,,,,2019-03-01 +/games/boxart/full_6251952AmericaFrontccc.jpg,A Hat in Time,PC,Platform,Gears for Breakfast,Gears for Breakfast,,,,,,,2017-10-05,2018-08-01 +/games/boxart/full_9444754AmericaFrontccc.jpg,Hyposphere,PC,Platform,Unknown,Atum Software,,,,,,,,2019-03-06 +/games/boxart/full_4686864AmericaFrontccc.jpg,Gish,PC,Platform,GarageGames,Chronic Logic,8.2,,,,,,2004-09-17, +/games/boxart/full_5997419AmericaFrontccc.jpg,PuppyStory,PC,Platform,Unknown,Tatyana Murzina,,,,,,,,2019-03-09 +/games/boxart/full_760920AmericaFrontccc.jpg,Apotheon,PC,Platform,AlienTrap Games,AlienTrap Games,,,,,,,2013-07-01, +/games/boxart/full_3756418AmericaFrontccc.jpg,Moccasin,PC,Platform,Unknown,YarGri,,,,,,,,2019-03-10 +/games/boxart/full_8076130AmericaFrontccc.jpg,Sonic Mania,PC,Platform,Sega,PagodaWest Games,,,,,,,2017-08-15, +/games/boxart/full_7452152AmericaFrontccc.jpg,Prehistorik Man,All,Platform,Titus,Titus France SA,,,,,,,1996-01-25,2023-06-27 +/games/boxart/full_8104975AmericaFrontccc.jpg,Night Forest,PC,Platform,Unknown,Brimo Studio,,,,,,,,2019-03-19 +/games/boxart/full_2749136AmericaFrontccc.jpg,Yooka-Laylee,PC,Platform,Team17 Software,Playtonic Games,,,,,,,2018-01-01,2018-05-31 +/games/boxart/full_921791AmericaFrontccc.jpg,PixelJunk Eden,PC,Platform,Unknown,Q-Games,,,,,,,,2019-03-19 +/games/boxart/full_4515967AmericaFrontccc.jpg,Yeti Adventure,PC,Platform,Unknown,Unknown,,,,,,,,2019-03-20 +/games/boxart/full_3634245AmericaFrontccc.jpg,The Orb Chambers II,PC,Platform,Unknown,StarSystemStudios,,,,,,,,2019-03-21 +/games/boxart/full_9814999AmericaFrontccc.jpg,Running Sausage,PC,Platform,Unknown,Unknown,,,,,,,,2019-03-23 +/games/boxart/1250157ccc.jpg,Bug!,SAT,Platform,Sega,Realtime Associates,,,,,,,1995-05-15, +/games/boxart/full_8539411AmericaFrontccc.jpg,Outrunner,PC,Platform,Unknown,Outcorp,,,,,,,,2019-03-25 +/games/boxart/full_7551394AmericaFrontccc.jpg,SUPER DISTRO,PC,Platform,Unknown,KITATUS STUDIOS,,,,,,,,2019-03-27 +/games/boxart/full_4576312AmericaFrontccc.jpg,Urban Trial Freestyle,PC,Platform,Unknown,Tate Multimedia,,,,,,,,2019-03-29 +/games/boxart/full_1494719AmericaFrontccc.jpg,140,PC,Platform,Carlsen Games,Carlsen Games,,,,,,,2013-10-16,2019-04-22 +/games/boxart/full_2518996AmericaFrontccc.jpg,Shantae and the Pirate's Curse,PC,Platform,WayForward,WayForward,,,,,,,2015-04-23,2019-04-22 +/games/boxart/full_2864100AmericaFrontccc.jpeg,Teslagrad,PC,Platform,Rain Games,Rain Games,,,,,,,2015-09-15,2019-04-22 +/games/boxart/full_7212012AmericaFrontccc.jpg,Mega Man Legacy Collection,PC,Platform,Capcom,Digital Eclipse Software,,,,,,,2015-08-25,2018-05-29 +/games/boxart/full_3488744AmericaFrontccc.jpg,Haydee,PC,Platform,Haydee Interactive,Haydee Interactive,,,,,,,2016-09-26,2019-04-21 +/games/boxart/full_1234241AmericaFrontccc.jpg,Bionic Commando Rearmed,All,Platform,Capcom,GRIN,,,,,,,2008-08-14,2021-02-14 +/games/boxart/full_835769AmericaFrontccc.jpg,Spaceport Hope,PC,Platform,team BitClub,team BitClub,,,,,,,2016-04-16,2019-04-21 +/games/boxart/full_5642620AmericaFrontccc.jpg,Super Cuber,PC,Platform,Icy Studios,Icy Studios,,,,,,,2017-02-27,2019-04-21 +/games/boxart/full_9066650AmericaFrontccc.jpg,Shantae: Risky's Revenge Director's Cut,PC,Platform,Way Forward,Way Forward Technologies,,,,,,,2014-07-15,2019-04-21 +/games/boxart/full_3309146AmericaFrontccc.jpg,Mechanic Escape,PC,Platform,Plug In Digital,Slak Games,,,,,,,2014-04-15,2019-04-17 +/games/boxart/full_7874345AmericaFrontccc.jpg,Ben and Ed,PC,Platform,Sluggerfly,Sluggerfly,,,,,,,2015-12-08,2019-04-17 +/games/boxart/full_1571218AmericaFrontccc.jpg,8BitBoy,PC,Platform,AwesomeBlade,AwesomeBlade,,,,,,,2014-05-06,2019-04-16 +/games/boxart/full_5696157AmericaFrontccc.jpg,N++,PC,Platform,Metanet Software Inc.,Metanet Software Inc.,,,,,,,2016-08-25,2019-04-16 +/games/boxart/full_9603502AmericaFrontccc.jpg,Swiftly,PC,Platform,Cleverweek,Cleverweek,,,,,,,2016-01-26,2019-04-10 +/games/boxart/full_1321571AmericaFrontccc.jpg,Squirbs,PC,Platform,Team Indev,Team Indev,,,,,,,2016-01-06,2019-04-08 +/games/boxart/full_8183319AmericaFrontccc.jpg,INK,PC,Platform,ZackBellGames,ZackBellGames,,,,,,,2015-08-05,2019-04-07 +/games/boxart/full_9795897AmericaFrontccc.jpg,20XX,PC,Platform,Batterystaple Games,Batterystaple Games,,,,,,,2017-08-16,2019-04-07 +/games/boxart/full_5863437AmericaFrontccc.jpg,Alter World,PC,Platform,Giorgi Abelashvili,Giorgi Abelashvili,,,,,,,2015-05-29,2019-04-06 +/games/boxart/full_oddworld-munchs-oddysee_312AmericaFront.jpg,Oddworld: Munch's Oddysee,PC,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2010-12-20,2019-04-05 +/games/boxart/full_4909796AmericaFrontccc.jpg,Snapshot,PC,Platform,Retro Affect,Retro Affect,,,,,,,2012-08-30,2019-04-04 +/games/boxart/full_ares-extinction-agenda_660AmericaFront.jpg,A.R.E.S. Extinction Agenda,PC,Platform,Extend Studio,ORiGO Games,6.8,,,,,,2010-12-14, +/games/boxart/full_8330333AmericaFrontccc.jpg,Mighty No. 9,PC,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 +/games/boxart/full_5437785AmericaFrontccc.jpg,Alpacapaca Dash,PC,Platform,Synnergy Circle Games,Synnergy Circle Games,,,,,,,2017-01-24,2019-04-01 +/games/boxart/full_9847152AmericaFrontccc.jpg,Albert and Otto,PC,Platform,K Bros Games,K Bros Games,,,,,,,2015-10-28,2019-03-27 +/games/boxart/full_1448640AmericaFrontccc.jpg,Adventures of Shuggy,PC,Platform,Smudged Cat Games,Smudged Cat Games,,,,,,,2012-06-13,2019-03-27 +/games/boxart/full_6575206AmericaFrontccc.jpg,Cargo Commander,PC,Platform,Missing Link Games,Serious Brew,,,,,,,2012-11-01,2019-03-27 +/games/boxart/full_6232481AmericaFrontccc.jpg,Skylanders: Imaginators,All,Platform,Activision,Toys for Bob,,,,,,,2016-10-16,2021-03-18 +/games/boxart/full_8740479AmericaFrontccc.jpg,The Pagemaster,All,Platform,Fox Interactive,Probe Software,,,,,,,1994-11-23,2022-09-28 +/games/boxart/full_7571957AmericaFrontccc.jpg,LarryBoy and the Bad Apple,All,Platform,Crave Entertainment,Papaya Studios,,,,,,,2006-08-08,2022-09-26 +/games/boxart/full_749154AmericaFrontccc.jpg,Shovel Knight,XOne,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-10-13,2018-11-21 +/games/boxart/full_9102857AmericaFrontccc.jpg,Bionic Commando Rearmed,XBL,Platform,Capcom,GRIN,8.7,,,,,,2008-08-13, +/games/boxart/full_1228193AmericaFrontccc.jpg,Sackboy: A Big Adventure,PC,Platform,PlayStation PC,Sumo Digital,,,,,,,2022-10-27,2023-12-22 +/games/boxart/full_3376193AmericaFrontccc.png,Monster Boy and the Cursed Kingdom,All,Platform,FDG Entertainment,Game Atelier,,,,,,,2018-12-04,2021-05-22 +/games/boxart/full_9374382AmericaFrontccc.png,Mirror's Edge (mobile),iOS,Platform,Unknown,Iron Monkey,,,,,,,,2021-01-26 +/games/boxart/full_6038425AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,NS,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2018-01-05 +/games/boxart/full_1604941AmericaFrontccc.jpg,City Climber,PC,Platform,Ondrej Angelovic,Ondrej Angelovic,,,,,,,2017-02-24,2021-08-16 +/games/boxart/full_5797876AmericaFrontccc.jpg,Apple Panic,All,Platform,Broderbund,Ben Serki,,,,,,,1981-01-01,2021-04-06 +/games/boxart/full_9840890AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,PC,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 +/games/boxart/full_1925502AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,PS4,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 +/games/boxart/full_7113335AmericaFrontccc.jpg,Canyon Climber,All,Platform,Tandy Corporation,Steve Bjork,,,,,,,1982-01-01,2021-04-06 +/games/boxart/full_9198257AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,XOne,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 +/games/boxart/full_8291693AmericaFrontccc.jpg,'Splosion Man,XBL,Platform,Twisted Pixel Games,Twisted Pixel Games,8.4,,,,,,2009-07-22, +/games/boxart/full_1602894PALFrontccc.jpg,2 Games in 1: The SpongeBob SquarePants Movie / Battle for Bikini Bottom,GC,Platform,THQ,Heavy Iron Studios,,,,,,,2006-03-23, +/games/boxart/full_9390139PALFrontccc.jpg,2 Games in 1: The SpongeBob SquarePants Movie / Tak 2: The Staff of Dreams,GC,Platform,THQ,Heavy Iron Studios / Avalanche Software,,,,,,,2006-03-23, +/games/boxart/8219901ccc.jpg,3 Ninjas Kick Back,GEN,Platform,Psygnosis,Malibu Games,,,,,,,1994-06-01, +/games/boxart/full_3-ninjas-kick-back_637AmericaFront.jpg,3 Ninjas Kick Back,SNES,Platform,Sony Imagesoft,Malibu Games,,,,,,,1994-11-01, +/games/boxart/3130086ccc.jpg,3 Ninjas Kick Back / Hook,SCD,Platform,Sony Imagesoft,Malibu Games / Core Design Ltd.,,,,,,,1994-02-01, +/games/boxart/full_3d-classics-kid-icarus_523AmericaFront.jpg,3D Classics: Kid Icarus,3DS,Platform,Nintendo,Nintendo,,,,,,,2012-01-18, +/games/boxart/full_3d-classics-kirbys-adventure_874AmericaFront.png,3D Classics: Kirby's Adventure,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-11-17, +/games/boxart/default.jpg,40 Winks,PSN,Platform,Atari,Eurocom Entertainment Software,,,,,,,2010-11-24, +/games/boxart/full_8410270AmericaFrontccc.jpg,6180 the moon,PC,Platform,Unknown,Unknown,,,,,,,2013-03-08, +/games/boxart/full_2764920AmericaFrontccc.jpg,6180 the moon,WiiU,Platform,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/6199600ccc.jpg,8 Eyes,NES,Platform,Taxan,Thinking Rabbit,,,,,,,1990-01-01, +/games/boxart/full_2044644AmericaFrontccc.jpg,8BitBoy,OSX,Platform,AwesomeBlade,AwesomeBlade,,,,,,,2014-05-13,2019-04-16 +/games/boxart/full_7505179AmericaFrontccc.jpg,A Bomb's Way,XBL,Platform,Microsoft,SmudgedCat,,,,,,,2009-04-03, +/games/boxart/default.jpg,A Boy and His Blob,PC,Platform,Unknown,WayForward Technologies,,,,,,,, +/games/boxart/default.jpg,A Boy and His Blob,PS4,Platform,Unknown,WayForward Technologies,,,,,,,, +/games/boxart/default.jpg,A Boy and His Blob,XOne,Platform,Unknown,WayForward Technologies,,,,,,,, +/games/boxart/default.jpg,A Boy and His Blob,3DS,Platform,Unknown,WayForward Technologies,,,,,,,, +/games/boxart/8741983ccc.jpg,A Boy and His Blob: Trouble on Blobolonia,NES,Platform,Absolute Entertainment,Imagineering,,,,,,,1989-01-01, +/games/boxart/full_4740816AmericaFrontccc.jpg,A Boy and His Blob: Trouble on Blobolonia,VC,Platform,Majesco,Imagineering,,,,,,,2009-11-23, +/games/boxart/default.jpg,A Bug's Life,PC,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,1998-01-01, +/games/boxart/full_9342994AmericaFrontccc.jpg,A Bug's Life,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1999-03-31, +/games/boxart/full_a-bugs-life_4AmericaFront.jpg,A Bug's Life,PSN,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,2010-07-27, +/games/boxart/full_a-game-you-cant-beat_956AmericaFront.jpg,A Game you can't BEAT!!,XBL,Platform,Unknown,Latin Soul Studio,,,,,,,, +/games/boxart/full_7526296AmericaFrontccc.jpg,A Great Easter Egg Hunt,XBL,Platform,Microsoft,ProjectorGames,,,,,,,2009-04-24, +/games/boxart/full_a-hard-game-without-zombies_221AmericaFront.jpg,A Hard Game Without Zombies,XBL,Platform,Microsoft,MasterGroke,,,,,,,2011-07-01, +/games/boxart/full_6364687AmericaFrontccc.jpg,A Hat in Time,OSX,Platform,Gears for Breakfast,Gears for Breakfast,,,,,,,2017-10-05,2018-08-01 +/games/boxart/full_a-nightmare-on-elm-street_83AmericaFront.jpg,A Nightmare on Elm Street,NES,Platform,LJN,Rare Ltd.,,,,,,,1990-10-01, +/games/boxart/full_3499815AmericaFrontccc.jpg,A.R.E.S. Extinction Agenda EX,XBL,Platform,Unknown,Extend Studio,,,,,,,,2019-04-03 +/games/boxart/293470ccc.jpg,AAAHH!!! Real Monsters,GEN,Platform,Viacom,Realtime Associates,,,,,,,1995-09-15, +/games/boxart/full_aaahh-real-monsters_2AmericaFront.jpg,AAAHH!!! Real Monsters,SNES,Platform,Viacom,Realtime Associates,,,,,,,1995-08-18, +/games/boxart/full_4821667JapanFrontccc.jpg,Action Pachio,SNES,Platform,Coconuts Japan,C-Lab,,,,,,,1993-04-09, +/games/boxart/full_2823058AmericaFrontccc.jpg,ActRaiser 2,SNES,Platform,Enix,Quintet,7.5,,,,,,1993-11-01, +/games/boxart/7729697ccc.jpg,Adventure Island,VC,Platform,Hudson Soft,Hudson Soft / West One,,,,,,,2007-09-03, +/games/boxart/full_6141493AmericaFrontccc.jpg,Adventure Island,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1992-02-01, +/games/boxart/2724311ccc.jpg,Adventure Island 3,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1992-09-01, +/games/boxart/full_adventure-island-2_346AmericaFront.jpg,Adventure Island II,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2011-04-15, +/games/boxart/7473875ccc.jpg,Adventure Island II,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1991-02-01, +/games/boxart/full_2126187AmericaFrontccc.jpg,Adventure Island II: Aliens in Paradise,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-02-01, +/games/boxart/full_adventure-island-ii-aliens-in-paradise_148AmericaFront.jpg,Adventure Island II: Aliens in Paradise,3DS,Platform,Unknown,Hudson Soft,,,,,,,, +/games/boxart/full_9270736AmericaFrontccc.png,Adventure Island: The Beginning,WW,Platform,Hudson Soft,Hudson Soft,,,,,,,2009-05-25, +/games/boxart/full_adventures-of-captain-becky_0AmericaFront.jpg,ADVENTURES of CAPTAIN Becky,XBL,Platform,Microsoft,sakura,,,,,,,2010-08-21, +/games/boxart/full_the-adventures-of-shuggy_982AmericaFront.jpg,Adventures of Shuggy,XBL,Platform,Valcon Games,Smudged Cat Games,8.3,,,,,,2011-06-15,2019-03-27 +/games/boxart/full_7351502AmericaFrontccc.jpg,Adventures Of Sid XMAS Special,XBL,Platform,Microsoft,CoderSys,,,,,,,2009-12-21, +/games/boxart/6931339ccc.jpg,Adventures of Yogi Bear,SNES,Platform,CyberSoft,Blue Turtle,,,,,,,1994-10-01, +/games/boxart/full_aero-the-acro-bat_8AmericaFront.jpg,Aero The Acro-Bat,VC,Platform,Sunsoft,Iguana Entertainment,,,,,,,2010-07-26, +/games/boxart/4651584ccc.jpg,Aero The Acro-Bat,SNES,Platform,Sunsoft,Iguana Entertainment,,,,,,,1993-10-01, +/games/boxart/full_4617289AmericaFrontccc.jpg,Aero The Acro-Bat,GEN,Platform,Sunsoft,Iguana Entertainment,,,,,,,1993-01-01, +/games/boxart/8856822ccc.jpg,Aero The Acro-Bat 2,GEN,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-01-01, +/games/boxart/full_aero-the-acro-bat-2_8AmericaFront.jpg,Aero The Acro-Bat 2,VC,Platform,Sunsoft,Iguana Entertainment,,,,,,,2010-09-20, +/games/boxart/6415504ccc.jpg,Aero The Acro-Bat 2,SNES,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-11-01, +/games/boxart/full_6127127PALFrontccc.jpg,Agent Hugo: Hula Holiday,PC,Platform,NDS Software,Attractive Games,,,,,,,2008-12-15, +/games/boxart/full_9471140PALFrontccc.jpg,Agent Hugo: Hula Holiday,Wii,Platform,NDS Software,Attractive Games,,,,,,,2008-12-06, +/games/boxart/full_467079PALFrontccc.jpg,Agent Hugo: Hula Holiday,PS2,Platform,NDS Software,Attractive Games,,,,,,,2008-12-09, +/games/boxart/full_agent-hugo-lemoon-twist_342PALFront.png,Agent Hugo: Lemoon Twist,Wii,Platform,ITE Media,Beyond Reality Games Ltd.,,,,,,,2008-05-23, +/games/boxart/full_agent-hugo-lemoon-twist_831PALFront.jpg,Agent Hugo: Lemoon Twist,PC,Platform,ITE Media,Beyond Reality Games Ltd.,,,,,,,2007-01-01, +/games/boxart/full_agent-hugo-lemoon-twist_23PALFront.jpg,Agent Hugo: Lemoon Twist,PS2,Platform,ITE Media,Beyond Reality Games Ltd.,,,,,,,2007-11-05, +/games/boxart/full_akane-the-kunoichi_782AmericaFront.jpg,Akane the Kunoichi,XBL,Platform,Microsoft,Haruneko,,,,,,,2011-05-28, +/games/boxart/default.jpg,Akane the Kunoichi,X360,Platform,Haruneko,Haruneko,,,,,,,2011-05-28, +/games/boxart/full_6031194JapanFrontccc.jpg,Akumajou Dracula (FDS),NES,Platform,Konami,Konami,,,,,,,1986-09-26, +/games/boxart/full_6806251JapanFrontccc.jpg,Akumajou Dracula X: Chi no Rondo,PCE,Platform,Konami,Konami,,,,,,,1993-10-29, +/games/boxart/full_5479462JapanFrontccc.jpg,Akumajou Dracula X: Gekka no Yasoukyoku,SAT,Platform,Konami,Konami,8.3,,,,,,1998-06-25, +/games/boxart/full_6331507JapanFrontccc.jpg,Akumajou Special: Boku Dracula-kun,NES,Platform,Konami,Konami,,,,,,,1990-10-19, +/games/boxart/default.jpg,Alex Kidd in Miracle World,PSN,Platform,Unknown,Sega,,,,,,,, +/games/boxart/637636ccc.jpg,Alex Kidd in Miracle World,MS,Platform,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/5960582ccc.jpg,Alex Kidd in Miracle World,VC,Platform,Sega,Sega,,,,,,,2008-06-23, +/games/boxart/4433405ccc.jpg,Alex Kidd in Shinobi World,MS,Platform,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_7505051AmericaFrontccc.jpg,Alex Kidd in Shinobi World,VC,Platform,Sega,Sega,,,,,,,2010-02-01, +/games/boxart/7244999ccc.jpg,Alex Kidd in the Enchanted Castle,GEN,Platform,Sega,Sega,,,,,,,1989-08-14, +/games/boxart/full_alex-kidd-in-the-enchanted-castle_1AmericaFront.jpg,Alex Kidd in the Enchanted Castle,PC,Platform,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/full_5254876AmericaFrontccc.jpg,Alex Kidd in the Enchanted Castle,VC,Platform,Sega,Sega,,,,,,,2007-04-11, +/games/boxart/5479622ccc.jpg,Alex Kidd: High-Tech World,MS,Platform,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/9045646ccc.jpg,Alex Kidd: The Lost Stars,MS,Platform,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_5015968AmericaFrontccc.jpg,Alex Kidd: The Lost Stars,VC,Platform,Sega,Sega,,,,,,,2009-03-09, +/games/boxart/3487132ccc.jpg,Alfred Chicken,GB,Platform,Mindscape,Twilight Games,,,,,,,1994-02-01, +/games/boxart/4281306ccc.jpg,Alfred Chicken,NES,Platform,Mindscape,Twilight Games,,,,,,,1994-02-01, +/games/boxart/full_alfreds-adventure_7PALFront.jpg,Alfred's Adventure,GB,Platform,SCi,Mobius Entertainment,,,,,,,2000-09-01, +/games/boxart/4916589ccc.jpg,Alien 3,SNES,Platform,LJN,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/full_5426172AmericaFrontccc.jpg,Alien 3,MS,Platform,Tec Toy,Probe Entertainment Limited,,,,,,,1992-01-01, +/games/boxart/full_6608972AmericaFrontccc.jpg,Alien 3,GG,Platform,Arena Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/7202454ccc.jpg,Alien 3,NES,Platform,LJN,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/904614ccc.jpg,Alien 3,GEN,Platform,Arena Entertainment,Probe Entertainment Limited,,,,,,,1992-01-01, +/games/boxart/full_alien-soldier_726AmericaFront.jpg,Alien Soldier,PC,Platform,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/8841032ccc.jpg,Alisia Dragoon,GEN,Platform,Sega,Game Arts / Gainax,,,,,,,1992-04-23, +/games/boxart/full_all-night-nippon-super-mario-bros-fds_755JapanFront.jpg,All Night Nippon Super Mario Bros. (FDS),NES,Platform,Fuji,Nintendo R&D1,,,,,,,1986-01-01, +/games/boxart/full_3067945AmericaFrontccc.jpg,Along Came A Spider,XBL,Platform,Microsoft,Foley,,,,,,,2009-12-29, +/games/boxart/8732177ccc.jpg,Amagon,NES,Platform,Sammy Corporation,Aicom,,,,,,,1989-04-01, +/games/boxart/full_6710818AmericaFrontccc.jpg,Amazing Princess Sarah,X360,Platform,Haruneko,Haruneko,,,,,,,2014-07-09, +/games/boxart/full_3940800AmericaFrontccc.jpg,Amazing Princess Sarah,PC,Platform,Haruneko,Haruneko,,,,,,,2014-08-18, +/games/boxart/full_ancients-of-ooga_8AmericaFront.jpg,Ancients of Ooga,XBL,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,7.3,,,,,,2010-06-30, +/games/boxart/full_ancients-of-ooga_477AmericaFront.jpg,Ancients of Ooga,PC,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,,,,,,,2010-06-30, +/games/boxart/full_ancients-of-ooga-the-forgotten-chapters_613AmericaFront.jpg,Ancients of Ooga - The Forgotten Chapters,PC,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,,,,,,,2011-05-18, +/games/boxart/full_ancients-of-ooga-the-forgotten-chapters_269AmericaFront.jpg,Ancients of Ooga - The Forgotten Chapters,XBL,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,,,,,,,2011-05-18, +/games/boxart/full_and-yet-it-moves_0AmericaFront.jpg,And Yet It Moves,WW,Platform,Broken Rules,Broken Rules,8.4,,,,,,2010-08-23, +/games/boxart/full_anima-ark-of-sinners_30AmericaFront.jpg,Anima: Ark of Sinners,WW,Platform,Unknown,Anima Games Studio,,,,,,,2011-10-27, +/games/boxart/full_animaniacs_10AmericaFront.jpg,Animaniacs,GB,Platform,Konami,Factor 5,,,,,,,1995-07-01, +/games/boxart/7551507ccc.jpg,Animaniacs,SNES,Platform,Konami,Konami,,,,,,,1994-11-01, +/games/boxart/6224557ccc.jpg,Animaniacs,GEN,Platform,Sega,Konami,,,,,,,1994-05-14, +/games/boxart/full_animaniacs-a-gigantic-adventure_6AmericaFront.jpg,Animaniacs: A Gigantic Adventure,PC,Platform,SouthPeak Interactive,SouthPeak Games,,,,,,,1999-01-01, +/games/boxart/2822385ccc.jpg,"Animaniacs: Lights, Camera, Action!",GBA,Platform,Ignition Entertainment,Warthog,,,,,,,2005-11-13, +/games/boxart/full_1489173PALFrontccc.jpg,Animaniacs: The Great Edgar Hunt,PS2,Platform,Unknown,Warthog,,,,,,,, +/games/boxart/full_2089462AmericaFrontccc.jpg,Animaniacs: The Great Edgar Hunt,XB,Platform,Ignition Entertainment,Warthog,,,,,,,2005-08-29, +/games/boxart/full_antipole_246AmericaFront.jpg,Antipole,DSiW,Platform,Unknown,Saturnine Games,,,,,,,, +/games/boxart/full_antipole_500AmericaFront.jpg,Antipole,XBL,Platform,Microsoft,Saturnine Games,,,,,,,2011-01-21, +/games/boxart/full_5501423AmericaFrontccc.jpg,Ape Escape 2,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,,,,,,,2016-08-02,2018-09-17 +/games/boxart/full_8637782AmericaFrontccc.png,Ape Escape: On the Loose,PSN,Platform,Sony Computer Entertainment,SIMS,6.6,,,,,,2008-03-05, +/games/boxart/default.jpg,Apotheon,PS4,Platform,AlienTrap Games,AlienTrap Games,,,,,,,2015-01-01, +/games/boxart/full_256719AmericaFrontccc.jpg,Ardy LightFoot,SNES,Platform,Titus,ASCII Entertainment,,,,,,,1996-02-01, +/games/boxart/full_9533712JapanFrontccc.jpg,Argos no Juujiken,MS,Platform,Salio,Tecmo,,,,,,,1988-03-25, +/games/boxart/full_9823981AmericaFrontccc.jpg,Aritana and the Harpy's Feather,PC,Platform,Duaik Entretenimento,Duaik Entretenimento,,,,,,,2014-08-15,2018-08-02 +/games/boxart/full_9540653AmericaFrontccc.jpg,Aritana and the Harpy's Feather,OSX,Platform,Duaik Entretenimento,Duaik Entretenimento,,,,,,,2014-08-15,2018-08-02 +/games/boxart/full_8958448AmericaFrontccc.jpg,Arkedo Series - 01 JUMP!,XBL,Platform,Microsoft,Arkedo,,,,,,,2009-10-02, +/games/boxart/full_3224317AmericaFrontccc.jpg,Arkedo Series - 03 PIXEL!,XBL,Platform,Microsoft,Arkedo,,,,,,,2009-12-21, +/games/boxart/full_5779811AmericaFrontccc.jpg,Artoon,XBL,Platform,Microsoft,Oscar K,,,,,,,2008-11-17, +/games/boxart/full_6251555JapanFrontccc.jpg,Arumana no Kiseki (FDS),NES,Platform,Konami,Konami,,,,,,,1987-08-11, +/games/boxart/full_1103793AmericaFrontccc.jpg,Astal,SAT,Platform,Sega,Sega,,,,,,,1995-04-27, +/games/boxart/full_3538327AmericaFrontccc.jpg,Asteria,PC,Platform,Legend Entertainment,Legend Entertainment,,,,,,,2014-07-03, +/games/boxart/full_889811PALFrontccc.jpg,Asterix,MS,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_6746924PALFrontccc.jpg,Asterix,GB,Platform,Infogrames,Bit Managers,,,,,,,1993-01-01, +/games/boxart/full_1849586PALFrontccc.jpg,Asterix,SNES,Platform,Infogrames,Bit Managers,,,,,,,1996-08-29, +/games/boxart/full_8339567PALFrontccc.jpg,Asterix & Obelix,SNES,Platform,Infogrames,Infogrames,,,,,,,1995-09-28, +/games/boxart/full_6322779PALFrontccc.jpg,Asterix & Obelix,GB,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, +/games/boxart/full_7226041PALFrontccc.jpg,Asterix & Obelix XXL 2: Mission: Wifix,DS,Platform,Atari,Mistic Software,,,,,,,2006-11-01, +/games/boxart/full_4578403PALFrontccc.jpg,Asterix & Obelix XXL 2: Mission: Wifix,PSP,Platform,Atari,Etranges Libellules,,,,,,,2006-11-17, +/games/boxart/full_asterix-and-the-great-rescue_1PALFront.jpg,Asterix and the Great Rescue,MS,Platform,Sega,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/6244819ccc.jpg,Asterix and the Great Rescue,GEN,Platform,Sega,Core Design Ltd.,,,,,,,1994-01-01, +/games/boxart/full_9789681AmericaFrontccc.jpg,Asterix and the Great Rescue,GG,Platform,Sega,Core Design Ltd.,,,,,,,1995-01-01, +/games/boxart/full_asterix-and-the-power-of-the-gods_167PALFront.jpg,Asterix and the Power of the Gods,GEN,Platform,Sega,Core Design Ltd.,,,,,,,1995-01-01, +/games/boxart/full_asterix-and-the-secret-mission_2PALFront.jpg,Asterix and the Secret Mission,MS,Platform,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_4852561PALFrontccc.jpg,Asterix and the Secret Mission,GG,Platform,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_asterix-search-for-dogmatix_568PALFront.jpg,Asterix: Search for Dogmatix,GB,Platform,Infogrames,Rebellion Developments,,,,,,,2000-05-31, +/games/boxart/default.jpg,Athena,PSN,Platform,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, +/games/boxart/1136340ccc.jpg,Athena,NES,Platform,SNK,Micronics,,,,,,,1987-08-01, +/games/boxart/full_3577272JapanFrontccc.jpg,Atlantis no Nazo,VC,Platform,Sunsoft,SunSoft,,,,,,,2008-12-02, +/games/boxart/full_5673965JapanFrontccc.jpg,Atlantis no Nazo,NES,Platform,Unknown,SunSoft,,,,,,,, +/games/boxart/full_620636AmericaFrontccc.jpeg,Auf Wiedersehen Monty,ACPC,Platform,Gremlin Graphics,Gremlin Graphics,,,,,,,1987-01-01,2018-01-07 +/games/boxart/full_avatars-dont-bleed_583AmericaFront.jpg,Avatars Don't Bleed,XBL,Platform,Microsoft,SoGameSoftware,,,,,,,2011-05-31, +/games/boxart/full_avenging-spirit_144AmericaFront.jpg,Avenging Spirit,GB,Platform,Jaleco,Jaleco Entertainment,,,,,,,1992-12-01, +/games/boxart/full_avenging-spirit_469AmericaFront.png,Avenging Spirit,3DS,Platform,Jaleco,Jaleco Entertainment,7,,,,,,2011-08-11, +/games/boxart/full_awesome-possum_488AmericaFront.jpg,Awesome Possum Kicks Dr. Machino's Butt!,GEN,Platform,Tengen,Tengen,,,,,,,1993-01-01, +/games/boxart/default.jpg,Awesomenauts,PSN,Platform,DTP Entertainment,Ronimo Games,,,,,,,2012-05-01, +/games/boxart/full_944736AmericaFrontccc.jpg,Awesomenauts,XBL,Platform,DTP Entertainment,Ronimo Games,,,,,,,2012-05-02, +/games/boxart/default.jpg,Azangara,PC,Platform,Unknown,AxySoft,,,,,,,2007-01-01, +/games/boxart/3034661ccc.jpg,B.O.B.,SNES,Platform,Electronic Arts,Gray Matter,,,,,,,1993-06-01, +/games/boxart/full_baby-felix-halloween_310PALFront.jpg,Baby Felix Halloween,GB,Platform,LSP Games,Bit Managers,,,,,,,2001-12-19, +/games/boxart/full_baby-jo-the-super-hero_120JapanFront.jpg,Baby Jo: The Super Hero,PCE,Platform,Micro World,Loriciels,,,,,,,1992-08-28, +/games/boxart/full_baby-t-rex_497PALFront.jpg,Baby T-Rex,GB,Platform,Beam Software,Beam Software,,,,,,,1993-01-01, +/games/boxart/full_back-to-the-future-part-ii-amp-iii_1AmericaFront.jpg,Back to the Future Part II & III,NES,Platform,LJN,Beam Software,,,,,,,1990-09-01, +/games/boxart/default.jpg,Ball Lightning,XBL,Platform,Unknown,Samuel H. Potter,,,,,,,, +/games/boxart/6920102ccc.jpg,Balloon Fight,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2007-07-16, +/games/boxart/full_8527085AmericaFrontccc.jpg,Balloon Kid,GB,Platform,Nintendo,Pax Softnica,,,,,,,1990-10-01, +/games/boxart/full_balloon-kid_811AmericaFront.png,Balloon Kid,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-11-03, +/games/boxart/full_3297721AmericaFrontccc.jpg,Banana Split,XBL,Platform,Microsoft,Torturas,,,,,,,2009-10-19, +/games/boxart/full_banjo-kazooie-nuts-amp-bolts_260AmericaFront.jpg,Banjo-Kazooie: Nuts & Bolts,XBL,Platform,Microsoft Game Studios,Rare Ltd.,,,,,,,2010-01-05, +/games/boxart/full_5544621AmericaFrontccc.jpg,Banjo-Tooie,XBL,Platform,Microsoft Game Studios,4J Studios,,,,,,,2009-04-29, +/games/boxart/8682915ccc.jpg,Barbie,NES,Platform,Hi Tech Expressions,Imagineering Inc.,,,,,,,1991-12-01, +/games/boxart/3523510ccc.jpg,Barbie Game Girl,GB,Platform,Hi Tech Expressions,Imagineering Inc,,,,,,,1992-10-01, +/games/boxart/full_barbie-super-model_117AmericaFront.jpg,Barbie Super Model,SNES,Platform,Hi Tech Expressions,Software Creations,,,,,,,1993-12-01, +/games/boxart/full_barbie-super-model_629AmericaFront.jpg,Barbie Super Model,GEN,Platform,Hi Tech Expressions,Tahoe Software,,,,,,,1992-01-01, +/games/boxart/default.jpg,Barbie Super Model,PC,Platform,Hi Tech Expressions,Tahoe Software,,,,,,,1993-01-01, +/games/boxart/default.jpg,Bard to the Future,Linux,Platform,Battlebard Games,Battlebard Games,,,,,,,2015-02-27, +/games/boxart/default.jpg,Bard to the Future,PC,Platform,Battlebard Games,Battlebard Games,,,,,,,2015-02-27, +/games/boxart/default.jpg,Bard to the Future,OSX,Platform,Battlebard Games,Battlebard Games,,,,,,,2015-02-27, +/games/boxart/full_barneys-hide-and-seek_850AmericaFront.jpg,Barney's Hide and Seek,GEN,Platform,Sega,Realtime Associates,,,,,,,1993-01-01, +/games/boxart/full_bart-simpsons-escape-from-camp-deadly_888AmericaFront.jpg,Bart Simpson's Escape From Camp Deadly,GB,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1991-11-01, +/games/boxart/full_5137495AmericaFrontccc.jpg,Batman,NES,Platform,Sunsoft,SunSoft,,,,,,,1990-02-01, +/games/boxart/3153889ccc.jpg,Batman,GEN,Platform,Sunsoft,SunSoft,,,,,,,1990-07-19, +/games/boxart/full_5062687AmericaFrontccc.jpg,Batman: Return of the Joker,GB,Platform,Sunsoft,SunSoft,,,,,,,1992-05-01, +/games/boxart/full_4828490AmericaFrontccc.jpg,Batman: Return of the Joker,NES,Platform,Sunsoft,SunSoft,,,,,,,1991-12-01, +/games/boxart/full_battle-kid-fortress-of-peril_827AmericaFront.jpg,Battle Kid: Fortress of Peril,NES,Platform,Unknown,Sivak Games,,,,,,,2010-02-22, +/games/boxart/full_1160857JapanFrontccc.jpg,Battle Master,PS,Platform,Taki,Taki,,,,,,,1998-01-08, +/games/boxart/full_2223911AmericaFrontccc.png,BattleBlock Theater,XBL,Platform,The Behemoth,The Behemoth,,,,,,,2013-04-03,2018-11-18 +/games/boxart/full_1501771AmericaFrontccc.jpg,BattleBlock Theater,Linux,Platform,The Behemoth,The Behemoth,,,,,,,2014-05-15,2018-11-18 +/games/boxart/full_beep_718AmericaFront.jpg,BEEP,PC,Platform,Unknown,Big Fat Alien,,,,,,,2011-03-03, +/games/boxart/5660554ccc.gif,Beethoven: The Ultimate Canine Caper,SNES,Platform,Hi Tech Expressions,Riedel Software,,,,,,,1993-12-01, +/games/boxart/full_394510AmericaFrontccc.jpg,Beetlejuice,GB,Platform,LJN,Rare Ltd.,,,,,,,1992-01-01, +/games/boxart/full_6619768AmericaFrontccc.jpg,Beetlejuice,NES,Platform,LJN,Rare Ltd.,,,,,,,1991-05-01, +/games/boxart/full_6118905AmericaFrontccc.jpg,Being,XBL,Platform,Microsoft,Chounard,,,,,,,2008-11-07, +/games/boxart/full_2752418AmericaFrontccc.jpg,Ben 10 Alien Force: The Rise of Hex,WW,Platform,Konami,Black Lantern Studios,,,,,,,2010-05-31, +/games/boxart/full_9749342AmericaFrontccc.jpg,Ben 10 Alien Force: The Rise of Hex,XBL,Platform,Konami,Black Lantern Studios,,,,,,,2010-05-26, +/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_8AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PSN,Platform,D3 Publisher,Papaya Studios,,,,,,,2010-10-05, +/games/boxart/full_2939614AmericaFrontccc.jpg,Bennu,XBL,Platform,Microsoft,AlMra,,,,,,,2009-07-03, +/games/boxart/full_1384704AmericaFrontccc.png,Beyond Gravity,And,Platform,Qwiboo,Qwiboo,,,,,,,2014-07-09, +/games/boxart/8433870ccc.jpg,Bible Adventures,NES,Platform,Wisdom Tree,Wisdom Tree,,,,,,,1990-01-01, +/games/boxart/full_big-nose-freaks-out_645AmericaFront.jpg,Big Nose Freaks Out,NES,Platform,Camerica,Codemasters,,,,,,,1992-01-01, +/games/boxart/full_big-nose-the-caveman_251AmericaFront.jpg,Big Nose the Caveman,NES,Platform,Camerica,Codemasters,,,,,,,1991-01-01, +/games/boxart/4227260ccc.jpg,Bill & Ted's Excellent Game Boy Adventure,GB,Platform,LJN,Beam Software,,,,,,,1991-08-01, +/games/boxart/full_7462615JapanFrontccc.jpg,Bio-Miracle Bokutte Upa,VC,Platform,Konami,Konami,,,,,,,2008-06-09, +/games/boxart/full_8975436JapanFrontccc.jpg,Bio-Miracle Bokutte Upa,NES,Platform,Konami,Konami,,,,,,,1993-02-26, +/games/boxart/full_bionic-commando_638AmericaFront.png,Bionic Commando,3DS,Platform,Capcom,Capcom,,,,,,,, +/games/boxart/4697929ccc.jpg,Bionic Commando,GB,Platform,Capcom,Capcom,,,,,,,1992-09-01, +/games/boxart/8278065ccc.jpg,Bionic Commando,NES,Platform,Capcom,Capcom,,,,,,,1988-12-01, +/games/boxart/4011308ccc.jpg,Bionic Commando Rearmed,PC,Platform,Capcom,GRIN,8,,,,,,2008-08-14, +/games/boxart/full_bionic-commando-rearmed_7JapanFront.jpg,Bionic Commando Rearmed,PSN,Platform,Capcom,GRIN,8,,,,,,2008-08-14, +/games/boxart/full_bionic-commando-rearmed-2_294AmericaFront.jpg,Bionic Commando Rearmed 2,XBL,Platform,Capcom,Fatshark,6.7,,,,,,2011-02-02, +/games/boxart/full_bionic-commando-rearmed-2_834AmericaFront.jpg,Bionic Commando Rearmed 2,PSN,Platform,Capcom,Fatshark,6.5,,,,,,2011-02-01, +/games/boxart/full_9847625AmericaFrontccc.jpg,Bionicle,PC,Platform,Electronic Arts,Argonaut Games,,,,,,,2003-10-31, +/games/boxart/full_775904AmericaFrontccc.jpg,BIT.TRIP RUNNER,WW,Platform,Aksys Games,Gaijin Games Inc.,7.4,,,,,,2010-05-17, +/games/boxart/default.jpg,Black Tiger (Arcade),VC,Platform,Capcom,Capcom,,,,,,,2011-01-24, +/games/boxart/full_4651756AmericaFrontccc.jpg,Blackhole,PC,Platform,1C Company,FiolaSoft Studio,,,,,,,2015-02-27,2018-08-01 +/games/boxart/full_5158672AmericaFrontccc.jpg,Blackhole,OSX,Platform,1C Company,FiolaSoft Studio,,,,,,,2015-02-27,2018-08-01 +/games/boxart/full_3935300AmericaFrontccc.jpg,Blackhole,Linux,Platform,1C Company,FiolaSoft Studio,,,,,,,2015-02-27,2018-08-01 +/games/boxart/941551ccc.jpg,Blackthorne,SNES,Platform,Interplay,Blizzard Entertainment,,,,,,,1994-01-01, +/games/boxart/1149737ccc.jpg,Blades of Vengeance,GEN,Platform,Electronic Arts,Beam Software,,,,,,,1993-01-01, +/games/boxart/full_5300924AmericaFrontccc.jpg,Blaster Master,VC,Platform,Sunsoft,SunSoft,,,,,,,2009-12-14, +/games/boxart/9541567ccc.jpg,Blaster Master,NES,Platform,Sunsoft,SunSoft,,,,,,,1988-11-30, +/games/boxart/full_1664328AmericaFrontccc.png,Blaster Master,3DS,Platform,Sunsoft,SunSoft,,,,,,,2014-07-24, +/games/boxart/full_blaster-master-2_560AmericaFront.jpg,Blaster Master 2,GEN,Platform,Sunsoft,Software Creations,,,,,,,1993-03-15, +/games/boxart/full_blaster-master-enemy-below_585AmericaFront.png,Blaster Master: Enemy Below,3DS,Platform,Sunsoft,SunSoft,,,,,,,2011-12-15, +/games/boxart/full_blimp-the-flying-adventures_344PALFront.jpg,Blimp: The Flying Adventures,PSN,Platform,Unknown,CraneBalls Studios,,,,,,,2010-12-07, +/games/boxart/full_block-jump_417AmericaFront.jpg,Block Jump,XBL,Platform,Microsoft,cptpaper,,,,,,,2011-07-01, +/games/boxart/full_4706785AmericaFrontccc.jpg,Blue's Journey,VC,Platform,D4 Enterprise,ADK Corporation,,,,,,,2007-11-12, +/games/boxart/full_7377716AmericaFrontccc.jpg,Blue's Journey,NG,Platform,SNK,ADK Corporation,,,,,,,1991-07-01, +/games/boxart/full_3113555AmericaFrontccc.jpg,Bobby is Going Home,2600,Platform,Bit Corporation,Bit Corporation,,,,,,,1983-01-01, +/games/boxart/full_bomberman-hero_749AmericaFront.jpg,Bomberman Hero,VC,Platform,Hudson Soft,AI,,,,,,,2011-03-07, +/games/boxart/default.jpg,Bonk,3DS,Platform,Unknown,Hudson Soft,,,,,,,, +/games/boxart/full_bonk-3-bonks-big-adventure_2AmericaFront.jpg,Bonk 3: Bonk's Big Adventure,VC,Platform,Hudson Soft,RED Company,,,,,,,2007-09-03, +/games/boxart/full_bonk-3-bonks-big-adventure_67JapanFront.jpg,Bonk 3: Bonk's Big Adventure,PSN,Platform,Hudson Soft,RED Company,,,,,,,2010-01-20, +/games/boxart/full_bonk-3-bonks-big-adventure_8AmericaFront.jpg,Bonk 3: Bonk's Big Adventure,PCE,Platform,Hudson Soft,RED Company,,,,,,,1993-01-01, +/games/boxart/full_bonk-3-bonks-big-adventure-cd_4AmericaFront.jpg,Bonk 3: Bonk's Big Adventure CD,PCE,Platform,Turbo Technologies,RED Company,,,,,,,1994-12-01, +/games/boxart/full_8516674AmericaFrontccc.jpg,Bonk's Adventure,VC,Platform,Hudson Soft,RED Company,,,,,,,2006-11-21, +/games/boxart/full_bonks-adventure_219JapanFront.jpg,Bonk's Adventure,PSN,Platform,Hudson Soft,RED Company,,,,,,,2011-06-02, +/games/boxart/full_2732897AmericaFrontccc.jpg,Bonk's Adventure,NES,Platform,Hudson Soft,RED Company,,,,,,,1994-01-01, +/games/boxart/full_9851682AmericaFrontccc.jpg,Bonk's Adventure,GB,Platform,Hudson Soft,RED Company,,,,,,,1992-12-01, +/games/boxart/full_4839AmericaFrontccc.jpg,Bonk's Adventure,PCE,Platform,NEC,RED Company,,,,,,,1990-01-01, +/games/boxart/full_bonks-revenge_821JapanFront.jpg,Bonk's Revenge,PSN,Platform,Hudson Soft,RED Company,,,,,,,2009-11-18, +/games/boxart/full_bonks-revenge_10AmericaFront.jpg,Bonk's Revenge,GB,Platform,Hudson Soft,RED Company,,,,,,,1994-11-01, +/games/boxart/full_8152591AmericaFrontccc.jpg,Bonk's Revenge,PCE,Platform,NEC,RED Company,,,,,,,1991-01-01, +/games/boxart/full_871701AmericaFrontccc.jpg,Bonk's Revenge,VC,Platform,Hudson Soft,RED Company,,,,,,,2007-04-16, +/games/boxart/default.jpg,Bonk: Brink of Extinction,PSN,Platform,Unknown,Pi Studios,,,,,,,, +/games/boxart/default.jpg,Bonk: Brink of Extinction,XBL,Platform,Unknown,Pi Studios,,,,,,,, +/games/boxart/default.jpg,Bonk: Brink of Extinction,WW,Platform,Unknown,Pi Studios,,,,,,,, +/games/boxart/full_6125914AmericaFrontccc.jpg,Bonkers,SNES,Platform,Capcom,Capcom,,,,,,,1994-10-01, +/games/boxart/full_1843393AmericaFrontccc.jpg,Boogerman: A Pick and Flick Adventure,SNES,Platform,Interplay,Interplay,,,,,,,1995-12-01, +/games/boxart/1186661ccc.jpg,Boogerman: A Pick and Flick Adventure,GEN,Platform,Interplay,Interplay,,,,,,,1994-08-06, +/games/boxart/full_6715316AmericaFrontccc.jpg,Boogerman: A Pick and Flick Adventure,VC,Platform,Interplay,Interplay,,,,,,,2008-11-24, +/games/boxart/8607288ccc.jpg,Bounty Bob Strikes Back!,5200,Platform,Big Five Software,Big Five Software,,,,,,,1984-01-01, +/games/boxart/full_4937256AmericaFrontccc.jpg,Box Boy!,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2015-04-02,2018-07-17 +/games/boxart/full_braid_2AmericaFront.jpg,Braid,PSN,Platform,Number None,Hothead Games,9.3,,,,,,2009-11-12, +/games/boxart/full_2237968AmericaFrontccc.jpg,Braid,XBL,Platform,Microsoft,Number None Inc.,9.4,,,,,,2008-08-06, +/games/boxart/3986146ccc.jpg,Bram Stoker's Dracula,SNES,Platform,Sony Imagesoft,Traveller's Tales,,,,,,,1993-09-01,2018-12-01 +/games/boxart/full_1877536AmericaFrontccc.jpg,Brave: The Searcher for Spirit Dancer,PS2,Platform,SouthPeak Interactive,VIS Entertainment,,,,,,,2007-04-09, +/games/boxart/4647211ccc.jpg,Bubble Bobble,GB,Platform,Taito,Taito Corporation,,,,,,,1991-03-01, +/games/boxart/7085416ccc.jpg,Bubble Bobble,NES,Platform,Taito,Taito Corporation,,,,,,,1988-11-01, +/games/boxart/full_bubble-bobble_8AmericaFront.jpg,Bubble Bobble,PC,Platform,Taito,Taito Corporation,,,,,,,1989-01-01, +/games/boxart/full_bubble-bobble_6AmericaFront.jpg,Bubble Bobble,GG,Platform,Taito,Taito Corporation,,,,,,,1994-01-01, +/games/boxart/full_bubble-bobble_4PALFront.jpg,Bubble Bobble,MS,Platform,Sega,Taito Corporation,,,,,,,1992-01-01, +/games/boxart/2120412ccc.jpg,Bubble Bobble,VC,Platform,Taito,Taito Corporation,,,,,,,2007-12-31, +/games/boxart/full_5698477AmericaFrontccc.png,Bubble Bobble Plus!,WW,Platform,Taito,Taito Corporation,,,,,,,2009-05-25, +/games/boxart/full_bubsy-ii_822AmericaFront.jpg,Bubsy II,GB,Platform,Accolade,Images Software Ltd.,,,,,,,1994-01-01, +/games/boxart/full_bubsy-ii_164AmericaFront.jpg,Bubsy II,GEN,Platform,Accolade,Accolade,,,,,,,1994-01-01, +/games/boxart/4171103ccc.jpg,Bubsy II,SNES,Platform,Accolade,Accolade,,,,,,,1994-10-01, +/games/boxart/8414695ccc.jpg,Bubsy in Fractured Furry Tails,AJ,Platform,Accolade,"Imagitec Design, Inc.",,,,,,,1994-01-01, +/games/boxart/4987739ccc.jpg,Bubsy in: Claws Encounters of the Furred Kind,GEN,Platform,Accolade,Accolade,,,,,,,1993-01-01, +/games/boxart/6403811ccc.jpg,Bubsy in: Claws Encounters of the Furred Kind,SNES,Platform,Accolade,Solid Software,,,,,,,1993-05-01, +/games/boxart/full_bucky-ohare_6AmericaFront.jpg,Bucky O'Hare,NES,Platform,Konami,Konami,,,,,,,1992-01-01, +/games/boxart/full_buffers-evolution_4JapanFront.jpg,Buffers Evolution,WS,Platform,Bandai,Bandai,,,,,,,1999-12-09, +/games/boxart/1452150ccc.jpg,Bug Too!,SAT,Platform,Sega,Realtime Associates,,,,,,,1996-12-10, +/games/boxart/full_1308758AmericaFrontccc.jpg,Bug Too!,PC,Platform,SegaSoft,Realtime Associates,,,,,,,1996-12-10, +/games/boxart/full_4679574AmericaFrontccc.jpg,Bug!,PC,Platform,Sega,Realtime Associates,,,,,,,1996-09-09, +/games/boxart/full_bugs-bunny-collection_919JapanFront.jpg,Bugs Bunny Collection,GB,Platform,Kemco,Kotobuki Systems,,,,,,,1997-12-19, +/games/boxart/full_bugs-bunny-in-crazy-castle-4_870AmericaFront.jpg,Bugs Bunny In Crazy Castle 4,GB,Platform,Kemco,Kemco,,,,,,,2000-07-01, +/games/boxart/full_3941337AmericaFrontccc.jpg,Bugs Bunny in Double Trouble,GG,Platform,Sega,Atod AB,,,,,,,1996-01-01, +/games/boxart/6305103ccc.jpg,Bugs Bunny in Double Trouble,GEN,Platform,Sega,Atod AB,,,,,,,1996-01-01, +/games/boxart/6646728ccc.jpg,Bugs Bunny: Crazy Castle 3,GB,Platform,Kemco,Kemco,,,,,,,1999-01-01, +/games/boxart/full_bugs-bunny-lost-in-time_43AmericaFront.jpg,Bugs Bunny: Lost in Time,PC,Platform,Infogrames,Artificial Mind and Movement,,,,,,,1999-09-30, +/games/boxart/full_bugs-bunny-rabbit-rampage_21AmericaFront.jpg,Bugs Bunny: Rabbit Rampage,SNES,Platform,Sunsoft,Viacom New Media,,,,,,,1994-02-01, +/games/boxart/default.jpg,BurgerTime World Tour,WW,Platform,Unknown,MonkeyPaw Games,,,,,,,2012-02-09, +/games/boxart/full_burgertime-world-tour_743AmericaFront.jpg,BurgerTime World Tour,PC,Platform,Unknown,MonkeyPaw Games,,,,,,,, +/games/boxart/full_burgertime-world-tour_659AmericaFront.jpg,BurgerTime World Tour,XBL,Platform,Unknown,MonkeyPaw Games,5.8,,,,,,2011-11-02, +/games/boxart/full_burgertime-world-tour_729AmericaFront.jpg,BurgerTime World Tour,PSN,Platform,Unknown,MonkeyPaw Games,,,,,,,2011-11-15, +/games/boxart/9962811ccc.jpg,Buzz Lightyear of Star Command,DC,Platform,Activision,Traveller's Tales,5.2,,,,,,2000-09-26, +/games/boxart/default.jpg,C.I.D 925: An Ordinary Life,PSP,Platform,Unknown,Oxygen,,,,,,,, +/games/boxart/full_7083738JapanFrontccc.jpg,Capcom Generation 2: Dai 2 Shuu Makai to Kishi,SAT,Platform,Capcom,Capcom,,,,,,,1998-09-23, +/games/boxart/full_9267912JapanFrontccc.jpg,Capcom Generation 2: Dai 2 Shuu Makai to Kishi,PS,Platform,Capcom,Capcom,,,,,,,1998-09-23, +/games/boxart/default.jpg,Capsized,XBL,Platform,Unknown,Alientrap Software,,,,,,,, +/games/boxart/default.jpg,Captain Comic,PC,Platform,ComputerEasy,Color Dreams,,,,,,,1988-05-01, +/games/boxart/full_the-adventures-of-captain-comic-episode-ii-fractured-reality_404AmericaFront.jpg,Captain Comic II: Fractured Reality,PC,Platform,ComputerEasy,Color Dreams,,,,,,,1990-01-01, +/games/boxart/8703404ccc.jpg,Captain Comic: The Adventure,NES,Platform,ComputerEasy,Color Dreams,,,,,,,1989-01-01, +/games/boxart/8009736ccc.jpg,Captain Novolin,SNES,Platform,Raya System,Sculptured Software,,,,,,,1992-11-01, +/games/boxart/full_captain-planet-and-the-planeteers_0PALFront.jpg,Captain Planet and the Planeteers,GEN,Platform,Sega,NovaLogic,,,,,,,1993-01-01, +/games/boxart/8838189ccc.jpg,Captain Planet and the Planeteers,NES,Platform,Mindscape,Chris Gray Enterprises,,,,,,,1991-09-01, +/games/boxart/full_captain-silver_6JapanFront.jpg,Captain Silver,NES,Platform,Tokuma Shoten,Tokuma Shoten,,,,,,,1988-12-16, +/games/boxart/9172356ccc.jpg,Captain Silver,MS,Platform,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_3603124AmericaFrontccc.jpg,CarneyVale Showtime,XBL,Platform,Microsoft,Gambit,,,,,,,2008-12-22, +/games/boxart/6372281ccc.jpg,Casper,3DO,Platform,Interplay,"Logicware, Inc.",,,,,,,1996-01-01, +/games/boxart/full_castle-of-deceit_4AmericaFront.jpg,Castle of Deceit,NES,Platform,Bunch Games,"Bunch Games, Inc.",,,,,,,1990-01-01, +/games/boxart/full_385667AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse,GG,Platform,Sega,Sega (AM7),,,,,,,1991-01-01, +/games/boxart/3848553ccc.jpg,Castle of Illusion Starring Mickey Mouse,MS,Platform,Sega,Sega (AM7),,,,,,,1990-01-01, +/games/boxart/8554539ccc.jpg,Castle of Illusion Starring Mickey Mouse,GEN,Platform,Sega,Sega (AM7),,,,,,,1990-01-01, +/games/boxart/full_929069AmericaFrontccc.png,Castle of Illusion Starring Mickey Mouse (2013),iOS,Platform,Disney Interactive Studios,Sega,,,,,,,2013-11-21,2019-04-20 +/games/boxart/full_5375438AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),PC,Platform,Sega,Sega,,,,,,,2013-09-04,2019-04-20 +/games/boxart/full_7310804AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),PS3,Platform,Sega,Sega,,,,,,,2013-09-03,2019-04-20 +/games/boxart/full_9556230AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),X360,Platform,Sega,Sega,,,,,,,2013-09-04,2019-04-20 +/games/boxart/full_2615386AmericaFrontccc.jpg,Castle of Magic,DSiW,Platform,Gameloft,Gameloft,,,,,,,2009-11-23, +/games/boxart/full_778299AmericaFrontccc.jpg,Castle Wolfenstein,PC,Platform,Muse Software,Muse Software,,,,,,,1983-01-01, +/games/boxart/full_9423130AmericaFrontccc.jpg,Castlevania,VC,Platform,Konami,Konami,7.5,,,,,,2007-04-30, +/games/boxart/full_9050788AmericaFrontccc.jpg,Castlevania,PC,Platform,Konami,"Distinctive Software, Inc.",,,,,,,1990-01-01, +/games/boxart/full_4482162AmericaFrontccc.png,Castlevania Chronicles,PSN,Platform,Konami,Konami Computer Entertainment Tokyo,,,,,,,2008-12-18, +/games/boxart/full_7868422AmericaFrontccc.jpg,Castlevania II: Belmont's Revenge,GB,Platform,Konami,Konami,,,,,,,1991-08-01, +/games/boxart/full_7016907AmericaFrontccc.jpg,Castlevania II: Simon's Quest,VC,Platform,Konami,Konami,7,,,,,,2007-10-29, +/games/boxart/full_4572535AmericaFrontccc.png,Castlevania III: Dracula's Curse,WiiU,Platform,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2014-06-26, +/games/boxart/full_6305154AmericaFrontccc.jpg,Castlevania III: Dracula's Curse,VC,Platform,Capcom,Konami,9,,,,,,2009-01-12, +/games/boxart/full_5649237AmericaFrontccc.png,Castlevania III: Dracula's Curse,3DS,Platform,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2014-06-26, +/games/boxart/full_6204969AmericaFrontccc.jpg,Castlevania Legends,GB,Platform,Konami,Konami,,,,,,,1998-03-11, +/games/boxart/full_6132671AmericaFrontccc.png,Castlevania: Symphony of the Night,PSN,Platform,Konami,Digital Eclipse,9.3,,,,,,2007-07-18, +/games/boxart/full_1956173JapanFrontccc.jpg,Castlevania: Rondo of Blood,VC,Platform,Konami,Konami,9,,,,,,2010-03-15, +/games/boxart/full_4284660AmericaFrontccc.jpg,Castlevania: Symphony of the Night,XBL,Platform,Konami,Digital Eclipse,8.9,,,,,,2007-03-21, +/games/boxart/full_1926408AmericaFrontccc.jpg,Castlevania: The Adventure,GB,Platform,Konami,Konami,,,,,,,1989-12-01, +/games/boxart/full_9036636AmericaFrontccc.jpg,Castlevania: The Adventure ReBirth,WW,Platform,Konami,M2,8.2,,,,,,2009-12-28, +/games/boxart/full_2912055AmericaFrontccc.jpg,Castlevania: The Dracula X Chronicles,PSN,Platform,Konami,Konami,8.1,,,,,,2009-12-10, +/games/boxart/6705381ccc.jpg,Catwoman,GB,Platform,Kemco,Kemco,,,,,,,1999-12-01, +/games/boxart/full_9090749AmericaFrontccc.jpg,Cave Story,WW,Platform,Unknown,Nicalis,8.8,,,,,,2010-03-22, +/games/boxart/1862316ccc.png,Cave Story,PC,Platform,Studio Pixel,Studio Pixel,,,,,,,2004-12-20, +/games/boxart/full_cave-story_817AmericaFront.jpg,Cave Story,DSiW,Platform,Unknown,Nicalis,,,,,,,2010-11-29, +/games/boxart/2110762ccc.gif,Chakan,GEN,Platform,Sega,Sega,,,,,,,1992-06-08, +/games/boxart/full_8944494AmericaFrontccc.jpg,Charlie's Blast Factory,XBL,Platform,Microsoft,Dr Joker,,,,,,,2009-04-06, +/games/boxart/full_cheese-cat-astrophe-starring-speedy-gonzales_1PALFront.jpg,Cheese Cat-Astrophe Starring Speedy Gonzales,GEN,Platform,Sega,Time Warner Interactive,,,,,,,1995-01-01, +/games/boxart/full_cheese-cat-astrophe-starring-speedy-gonzales_6AmericaFront.jpg,Cheese Cat-Astrophe Starring Speedy Gonzales,GG,Platform,Sega,Cryo Interactive,,,,,,,1995-01-01, +/games/boxart/full_8667512PALFrontccc.jpg,Cheese Cat-Astrophe Starring Speedy Gonzales,MS,Platform,Sega,Cryo Interactive,,,,,,,1995-01-01, +/games/boxart/full_chester_512AmericaFront.jpg,Chester,XBL,Platform,Microsoft,Brilliant Blue-G,6,,,,,,2011-08-31, +/games/boxart/5158801ccc.jpg,Chester Cheetah: Too Cool to Fool,GEN,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1992-01-01, +/games/boxart/full_7515393AmericaFrontccc.jpg,Chester Cheetah: Too Cool to Fool,SNES,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1992-12-01, +/games/boxart/380012ccc.jpg,Chester Cheetah: Wild Wild Quest,GEN,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1992-01-01, +/games/boxart/full_3856765AmericaFrontccc.jpg,Chester Cheetah: Wild Wild Quest,SNES,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1994-03-01, +/games/boxart/full_chiki-chiki-boys_504AmericaFront.jpg,Chiki Chiki Boys,GEN,Platform,Sega,Capcom,,,,,,,1993-01-01, +/games/boxart/full_chiki-chiki-boys_881JapanFront.jpg,Chiki Chiki Boys,PSN,Platform,Capcom,NEC Avenue,,,,,,,2011-04-20, +/games/boxart/full_chiki-chiki-boys_793JapanFront.jpg,Chiki Chiki Boys,PCE,Platform,NEC Avenue,NEC Avenue,,,,,,,1994-07-15, +/games/boxart/full_9139253JapanFrontccc.jpg,Chip Chan Kick!,PCFX,Platform,NEC,NEC,,,,,,,1996-09-13, +/games/boxart/full_2663850JapanFrontccc.jpg,Chippoke Ralph no Daibouken: The Adventure of Little Ralph,PS,Platform,New,New,,,,,,,1999-06-03, +/games/boxart/full_chou-genjin-2_5JapanFront.jpg,Chou-Genjin 2,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1995-07-28, +/games/boxart/full_5140957AmericaFrontccc.jpg,Chris Unarmed,XBL,Platform,Microsoft,Chris Hughes,,,,,,,2009-12-09, +/games/boxart/full_7437413AmericaFrontccc.jpg,Christmas NiGHTS into dreams...,SAT,Platform,Sega,Sonic Team,8,,,,,,1996-01-01, +/games/boxart/default.jpg,Chronoblade,3DS,Platform,Unknown,Corocell,,,,,,,, +/games/boxart/full_1985824AmericaFrontccc.jpg,Chronos Twins,DSiW,Platform,Enjoy Gaming,EnjoyUp Games,,,,,,,2010-01-18, +/games/boxart/full_7119924AmericaFrontccc.jpg,Chronos Twins DX,WW,Platform,Enjoy Gaming,EnjoyUp Games,,,,,,,2010-01-11, +/games/boxart/full_3621378AmericaFrontccc.jpg,Chubbins,WiiU,Platform,Unknown,Unknown,,,,,,,2014-06-05, +/games/boxart/full_7765497AmericaFrontccc.jpg,Chuck Rock,GEN,Platform,Virgin Interactive,Core Design,,,,,,,1992-01-01, +/games/boxart/7789480ccc.jpg,Chuck Rock,SCD,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-01-01, +/games/boxart/full_4713468PALFrontccc.jpg,Chuck Rock,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, +/games/boxart/2491956ccc.jpg,Chuck Rock,SNES,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-11-01, +/games/boxart/3125574ccc.jpg,Chuck Rock,GB,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1993-12-01, +/games/boxart/2126205ccc.jpg,Chuck Rock II: Son of Chuck,SCD,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_5324770PALFrontccc.jpg,Chuck Rock II: Son of Chuck,MS,Platform,Sega,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/254423ccc.jpg,Chuck Rock II: Son of Chuck,GEN,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_3690902AmericaFrontccc.jpg,Chuck Rock II: Son of Chuck,GG,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_cid-the-dummy_7AmericaFront.jpg,CID The Dummy,PS2,Platform,O-Games,Twelve Games,,,,,,,2009-07-07, +/games/boxart/full_8217755PALFrontccc.jpg,CID The Dummy,PC,Platform,O-Games,Twelve Games,,,,,,,2009-07-07, +/games/boxart/full_292334AmericaFrontccc.jpg,Citizen X,SCD,Platform,Good Night Brave Warrior,Good Deal Games,,,,,,,2002-10-01, +/games/boxart/full_city-connection_6AmericaFront.jpg,City Connection,VC,Platform,Jaleco,Jaleco Entertainment,,,,,,,2008-05-27, +/games/boxart/654321ccc.jpg,City Connection,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1985-05-01, +/games/boxart/5603866ccc.jpg,Clash at Demonhead,NES,Platform,Victory Lap Games,Vic Tokai,,,,,,,1990-01-01, +/games/boxart/full_6894295AmericaFrontccc.jpg,Claymates,SNES,Platform,Interplay,Visual Concepts,,,,,,,1993-01-01, +/games/boxart/full_cliffhanger_303AmericaFront.jpg,Cliffhanger,GB,Platform,Sony Imagesoft,Spidersoft,,,,,,,1993-12-01, +/games/boxart/9010124ccc.jpg,Cliffhanger,NES,Platform,Sony Imagesoft,Sony Imagesoft,,,,,,,1993-11-01, +/games/boxart/full_8799683AmericaFrontccc.jpg,Cliffhanger,GG,Platform,Sony Imagesoft,Spidersoft,,,,,,,1994-01-01, +/games/boxart/5700363ccc.jpg,Clockwork Knight 2,SAT,Platform,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_6167949AmericaFrontccc.jpg,Cloning Clyde,XBL,Platform,NinjaBee,NinjaBee,7.6,,,,,,2006-07-19, +/games/boxart/full_4617159AmericaFrontccc.jpg,Clover,XBL,Platform,Binary Tweed,Deej,,,,,,,2009-05-08, +/games/boxart/full_clover-a-curious-tale_427AmericaFront.jpg,Clover: A Curious Tale,PC,Platform,Blitz Game Studios,Deej,,,,,,,2010-03-03, +/games/boxart/full_clover-a-curious-tale_43AmericaFront.jpg,Clover: A Curious Tale,XBL,Platform,Microsoft,Deej,,,,,,,2010-08-16, +/games/boxart/full_clydes-adventure_208AmericaFront.jpg,Clyde's Adventure,PC,Platform,Unknown,Moonlite Software,,,,,,,1992-01-01, +/games/boxart/full_clydes-revenge_26AmericaFront.gif,Clyde's Revenge!,PC,Platform,Unknown,Moonlite Software,,,,,,,1995-01-01, +/games/boxart/full_8786443PALFrontccc.jpg,Cocoto Platform Jumper,GC,Platform,Big Ben Interactive,Neko Entertainment,,,,,,,2004-12-10, +/games/boxart/default.jpg,Cocoto Platform Jumper,PC,Platform,Big Ben Interactive,Neko Entertainment,,,,,,,2006-12-07, +/games/boxart/full_7225840PALFrontccc.jpg,Cocoto Platform Jumper,PS2,Platform,Big Ben Interactive,Neko Entertainment,,,,,,,2004-07-02, +/games/boxart/full_7351312AmericaFrontccc.jpg,Cocoto Platform Jumper,WW,Platform,Neko Entertainment,Neko Entertainment,,,,,,,2009-04-27, +/games/boxart/full_3108223AmericaFrontccc.jpg,Cold War Commander,XBL,Platform,Microsoft,ChefTeslaCoil,,,,,,,2009-05-28, +/games/boxart/full_comic-jumper-the-adventures-of-captain-smiley_6AmericaFront.jpg,Comic Jumper,XBL,Platform,Twisted Pixel Games,Twisted Pixel Games,7.7,,,,,,2010-10-06, +/games/boxart/5529209ccc.jpg,Commander Keen,GB,Platform,Activision,David A. Palmer Productions,,,,,,,2001-05-30, +/games/boxart/full_6861315AmericaFrontccc.jpg,Commander Keen Complete Pack,PC,Platform,Valve,id Software,,,,,,,2007-08-03, +/games/boxart/2139724ccc.gif,Commander Keen: Aliens Ate My Babysitter!,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, +/games/boxart/5793402ccc.jpg,Commander Keen: Goodbye Galaxy,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, +/games/boxart/2006839ccc.jpg,Commander Keen: Keen Dreams,PC,Platform,id Software,id Software,,,,,,,1991-01-23, +/games/boxart/3130237ccc.gif,Commander Keen: Keen Must Die!,PC,Platform,Apogee,id Software,,,,,,,1990-12-14, +/games/boxart/8178158ccc.gif,Commander Keen: Marooned on Mars,PC,Platform,Apogee,id Software,,,,,,,1990-12-14, +/games/boxart/1934373ccc.gif,Commander Keen: Secret of the Oracle,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, +/games/boxart/4135588ccc.gif,Commander Keen: The Armageddon Machine,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, +/games/boxart/8659588ccc.gif,Commander Keen: The Earth Explodes,PC,Platform,Apogee,id Software,,,,,,,1990-11-14, +/games/boxart/full_1821228AmericaFrontccc.jpg,Congo's Caper,SNES,Platform,Data East,DE Act Team,,,,,,,1993-05-01, +/games/boxart/1679237ccc.jpg,Conker's Pocket Tales,GB,Platform,Rare,Rare Ltd.,,,,,,,1999-06-08, +/games/boxart/1439627ccc.jpg,Cool Spot,GB,Platform,Virgin Interactive,NMS Software,,,,,,,1994-10-01, +/games/boxart/6834868ccc.gif,Cool Spot,GEN,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-02-18, +/games/boxart/full_4225830PALFrontccc.jpg,Cool Spot,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, +/games/boxart/full_cool-spot_0PALFront.jpg,Cool Spot,PC,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, +/games/boxart/full_4131416AmericaFrontccc.jpg,Cool Spot,GG,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, +/games/boxart/full_3198731AmericaFrontccc.jpg,Cool Spot,SNES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-09-01, +/games/boxart/9647947ccc.jpg,Cool World,GB,Platform,Ocean,Ocean,,,,,,,1993-06-01, +/games/boxart/full_cortex-command_383AmericaFront.jpg,Cortex Command,PC,Platform,Unknown,Data Realms,,,,,,,2010-01-01, +/games/boxart/full_cosmos-cosmic-adventure_751AmericaFront.jpg,Cosmo's Cosmic Adventure,PC,Platform,Apogee,"Apogee Software, Ltd.",,,,,,,1992-03-01, +/games/boxart/full_2092124AmericaFrontccc.png,Crash Bandicoot,PSN,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2006-12-04, +/games/boxart/full_2536799AmericaFrontccc.png,Crash Bandicoot 2: Cortex Strikes Back,PSN,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2008-01-09,2018-09-24 +/games/boxart/5926780ccc.jpg,Crash Bandicoot 2: N-Tranced,GBA,Platform,Unknown,Vicarious Visions,,,,,,,, +/games/boxart/full_4518122AmericaFrontccc.png,Crash Bandicoot 3: Warped,PSN,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2008-02-06, +/games/boxart/full_7284240AmericaFrontccc.jpg,Crash Bandicoot: The Wrath of Cortex,XBL,Platform,Activision,Traveller's Tales,,,,,,,2007-12-04, +/games/boxart/full_5719507AmericaFrontccc.png,Crash of the Titans,PSN,Platform,Activision,SuperVillain Studios,,,,,,,2009-09-30, +/games/boxart/full_9454719AmericaFrontccc.jpg,Crash of the Titans,XBL,Platform,Activision,Radical Entertainment,,,,,,,2009-11-10, +/games/boxart/full_1361156AmericaFrontccc.png,Crash: Mind Over Mutant,PSN,Platform,Activision,Radical Entertainment,,,,,,,2009-09-30, +/games/boxart/full_crayon-shin-chan-2-dai-maou-no-gyakushu_978JapanFront.jpg,Crayon Shin-Chan 2: Dai Maou no Gyakushu,SNES,Platform,Bandai,Bandai,,,,,,,1994-05-27, +/games/boxart/full_crayon-shin-chan-arashi-o-yobu-enji_40JapanFront.jpg,Crayon Shin-Chan: Arashi o Yobu Enji,GEN,Platform,Ma-Ba,Ma-Ba,,,,,,,1994-03-11, +/games/boxart/full_crayon-shin-chan-ora-to-shiro-ha-otomodachi-dayo_257JapanFront.jpg,Crayon Shin-Chan: Ora to Shiro ha Otomodachi Dayo,GB,Platform,Bandai,Bandai,,,,,,,1993-04-09, +/games/boxart/full_crescent-pale-mist_678AmericaFront.jpg,Crescent Pale Mist,PSN,Platform,Sony Online Entertainment,ClassiC Shikoukairo,,,,,,,2010-11-09, +/games/boxart/full_6923244AmericaFrontccc.jpg,Croc 2,GB,Platform,THQ,Natsume,,,,,,,2001-01-25, +/games/boxart/7082698ccc.jpg,Croc: Legend of the Gobbos,PC,Platform,Fox Interactive,Argonaut Games,,,,,,,1997-11-26, +/games/boxart/1717732ccc.jpg,Croc: Legend of the Gobbos,SAT,Platform,Fox Interactive,Argonaut Games,,,,,,,1997-01-01, +/games/boxart/full_6670260AmericaFrontccc.png,Crush,PSN,Platform,Sega,Zoe Mode,8.5,,,,,,2009-09-30, +/games/boxart/default.jpg,Crystal Caves,PC,Platform,Apogee,"Apogee Software, Ltd.",,,,,,,1991-10-23, +/games/boxart/8240698ccc.jpg,Crystal's Pony Tale,GEN,Platform,Sega,Artech Studios,,,,,,,1994-01-01, +/games/boxart/4051342ccc.jpg,Daffy Duck,GB,Platform,Sunsoft,SunSoft,,,,,,,1995-01-01, +/games/boxart/full_8552969PALFrontccc.jpg,Daffy Duck in Hollywood,MS,Platform,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/full_8348221PALFrontccc.jpg,Daffy Duck in Hollywood,GEN,Platform,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_4156472PALFrontccc.jpg,Daffy Duck in Hollywood,GG,Platform,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/9701576ccc.jpg,Daffy Duck: Fowl Play,GB,Platform,Sunsoft,SunSoft,,,,,,,1999-12-01, +/games/boxart/full_daffy-duck-the-marvin-missions_10AmericaFront.jpg,Daffy Duck: The Marvin Missions,SNES,Platform,Sunsoft,SunSoft,,,,,,,1993-10-01, +/games/boxart/full_dai-makai-mura_9JapanFront.jpg,Dai Makaimura,PCE,Platform,NEC Interchannel,Alfa System,,,,,,,1990-07-27, +/games/boxart/full_dai-makai-mura_10JapanFront.jpg,Dai Makaimura,PSN,Platform,Capcom,Alfa System,,,,,,,2010-08-18, +/games/boxart/full_dai-makai-mura_3JapanFront.jpg,Dai Makaimura,VC,Platform,Capcom,Alfa System,,,,,,,2009-02-03, +/games/boxart/full_1518133JapanFrontccc.jpg,Daiku no Gensan 2: Akage no Dan no Gyakushuu,NES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-10-22, +/games/boxart/full_70132JapanFrontccc.jpg,Daiku no Gensan: KachiKachi no Tonkachi ga Kachi,GB,Platform,Gaps,Biox,,,,,,,2000-04-28, +/games/boxart/full_6352287JapanFrontccc.jpg,Daiku no Gensan: Robot Teikoku no Yabou,GB,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1994-03-25, +/games/boxart/full_478812PALFrontccc.jpg,Danan: The Jungle Fighter,MS,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/default.jpg,Dangerous Dave,PC,Platform,SoftDisk Publishing,SoftDisk,,,,,,,1990-01-01, +/games/boxart/full_2683903AmericaFrontccc.jpg,Dangerous Dave in the Haunted Mansion,PC,Platform,SoftDisk Publishing,id Software,,,,,,,1991-01-01, +/games/boxart/full_dark-castle_993AmericaFront.jpg,Dark Castle,PC,Platform,Unknown,"Silicon Beach Software, Inc.",,,,,,,1987-01-01, +/games/boxart/full_dark-castle_857AmericaFront.jpg,Dark Castle,GEN,Platform,Electronic Arts,Artech Studios,,,,,,,1991-01-01, +/games/boxart/full_497455AmericaFrontccc.jpg,Dark Void Zero,PC,Platform,Capcom,Other Ocean Interactive,,,,,,,2010-04-12, +/games/boxart/full_8407425AmericaFrontccc.jpg,Dark Void Zero,DSiW,Platform,Capcom,Other Ocean Interactive,8.5,,,,,,2010-01-18, +/games/boxart/9268710ccc.jpg,Darkwing Duck,GB,Platform,Sunsoft,Capcom,,,,,,,1993-01-13, +/games/boxart/2982109ccc.jpg,Darkwing Duck,NES,Platform,Capcom,Capcom,,,,,,,1992-06-01, +/games/boxart/full_darkwing-duck_8AmericaFront.jpg,Darkwing Duck,PCE,Platform,Turbo Technologies,Interactive Designs,,,,,,,1992-01-01, +/games/boxart/full_6688912AmericaFrontccc.png,Daxter,PSN,Platform,Sony Computer Entertainment,Ready at Dawn,,,,,,,2009-10-01, +/games/boxart/default.jpg,Daze Before Christmas,GEN,Platform,Sunsoft,Funcom,,,,,,,1994-01-01, +/games/boxart/998543ccc.gif,Daze Before Christmas,SNES,Platform,Sunsoft,Funcom,,,,,,,1993-01-01, +/games/boxart/full_7769970AmericaFrontccc.jpg,de Blob,PC,Platform,THQ Nordic,Blue Tongue,,,,,,,2017-03-03, +/games/boxart/full_death-and-the-fly_140AmericaFront.jpg,Death and the Fly,PC,Platform,Interplay,Independent Programmist Group,,,,,,,2011-05-20, +/games/boxart/full_7595427AmericaFrontccc.jpg,Death Jr.,PSN,Platform,Konami,Backbone Entertainment,,,,,,,2009-12-10, +/games/boxart/full_3419876AmericaFrontccc.jpg,Death Jr. II: Root of Evil,PSN,Platform,Konami,Backbone Entertainment,6.9,,,,,,2009-12-10, +/games/boxart/full_decap-attack_855AmericaFront.jpg,Decap Attack,PC,Platform,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_decap-attack_877AmericaFront.jpg,Decap Attack,GEN,Platform,Sega,Vic Tokai,,,,,,,1991-01-01, +/games/boxart/full_2738291PALFrontccc.jpg,Deep Duck Trouble Starring Donald Duck,MS,Platform,Sega,Aspect,,,,,,,1993-01-01, +/games/boxart/full_defy-gravity_632AmericaFront.jpg,Defy Gravity,XBL,Platform,Microsoft,Paul Fisch 1,,,,,,,2011-02-07, +/games/boxart/6744188ccc.jpg,Demolition Man,SNES,Platform,Acclaim Entertainment,Virgin Interactive,,,,,,,1995-08-01, +/games/boxart/full_1438148AmericaFrontccc.jpg,Demon's Crest,SNES,Platform,Capcom,Capcom,,,,,,,1994-11-01, +/games/boxart/2896243ccc.jpg,Dennis the Menace,GB,Platform,Ocean,Ocean,,,,,,,1994-02-01, +/games/boxart/full_desert-demolition-starring-road-runner-and-wile-e-coyote_5AmericaFront.jpg,Desert Demolition starring Road Runner and Wile E. Coyote,GEN,Platform,Sega,Bluesky Innovations,,,,,,,1994-01-01, +/games/boxart/full_9096954AmericaFrontccc.jpg,Desert Speedtrap starring Road Runner & Wile E. Coyote,GG,Platform,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_364441PALFrontccc.jpg,Desert Speedtrap Starring Road Runner and Wile E. Coyote,MS,Platform,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/full_despicable-me-the-game_2AmericaFront.jpg,Despicable Me: The Game,PSN,Platform,D3 Publisher,Monkey Bar Games,,,,,,,2010-07-06, +/games/boxart/full_2191510AmericaFrontccc.jpg,Dexter's Laboratory: Mandark's Lab?,PS,Platform,BAM! Entertainment,Red Lemon Studios,,,,,,,2002-04-05, +/games/boxart/9198031ccc.jpg,Digger T. Rock: The Legend of the Lost City,NES,Platform,Milton Bradley,Rare Ltd.,,,,,,,1990-12-01, +/games/boxart/7053500ccc.jpg,DinoCity,SNES,Platform,Irem Software Engineering,Smart Egg Pictures,,,,,,,1992-09-01, +/games/boxart/full_5918748AmericaFrontccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,PC,Platform,Disney Interactive Studios,Crystal Dynamics,,,,,,,2000-11-01, +/games/boxart/full_9887854AmericaFrontccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,GB,Platform,Activision,Crystal Dynamics,,,,,,,2000-11-22, +/games/boxart/full_1772284AmericaFrontccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,DC,Platform,Eidos Interactive,Crystal Dynamics,6.9,,,,,,2000-11-15, +/games/boxart/full_8559314PALFrontccc.jpg,Disney's Aladdin,NES,Platform,Virgin Interactive,NMS Software,,,,,,,1994-01-01, +/games/boxart/full_3725104PALFrontccc.jpg,Disney's Aladdin,MS,Platform,Sega,Nexa,,,,,,,1994-01-01, +/games/boxart/full_disneys-aladdin_862AmericaFront.jpg,Disney's Aladdin,GB,Platform,Virgin Interactive,NMS Software,,,,,,,1995-10-01, +/games/boxart/full_5354950AmericaFrontccc.jpg,Disney's Aladdin,GG,Platform,Sega,SIMS,,,,,,,1994-01-01, +/games/boxart/full_disneys-aladdin-gbc_501AmericaFront.jpg,Disney's Aladdin (GBC),GB,Platform,Ubisoft,Crawfish Interactive,,,,,,,2000-11-07, +/games/boxart/default.jpg,Disney's Ariel the Little Mermaid,MS,Platform,Tec Toy,BlueSky Software,,,,,,,1992-01-01, +/games/boxart/full_disneys-atlantis-the-lost-empire_420AmericaFront.jpg,Disney's Atlantis: The Lost Empire,GB,Platform,THQ,Eurocom Entertainment Software,,,,,,,2001-06-14, +/games/boxart/full_disneys-beauty-and-the-beast_370PALFront.jpg,Disney's Beauty and the Beast,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-01-01, +/games/boxart/full_disneys-beauty-and-the-beast_421AmericaFront.jpg,Disney's Beauty and the Beast,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-07-01, +/games/boxart/full_disneys-beauty-and-the-beast-belles-quest_122AmericaFront.jpg,Disney's Beauty and the Beast: Belle's Quest,GEN,Platform,Sunsoft,Software Creations,,,,,,,1993-01-01, +/games/boxart/full_disneys-beauty-and-the-beast-roar-of-the-beast_922AmericaFront.jpg,Disney's Beauty and the Beast: Roar of the Beast,GEN,Platform,Sunsoft,Software Creations,,,,,,,1993-01-01, +/games/boxart/6442566ccc.jpg,Disney's Bonkers,GEN,Platform,Capcom,Sega,,,,,,,1994-01-01, +/games/boxart/full_7458672AmericaFrontccc.jpg,Disney's Bonkers: Wax Up!,GG,Platform,Sega,Al Baker and Associates,,,,,,,1995-01-01, +/games/boxart/default.jpg,Disney's Bonkers: Wax Up!,MS,Platform,Tec Toy,Tec Toy,,,,,,,1994-01-01, +/games/boxart/full_585037AmericaFrontccc.jpg,Disney's Chicken Little,PC,Platform,Buena Vista,Avalanche Software,,,,,,,2005-11-02, +/games/boxart/full_2073704AmericaFrontccc.jpg,Disney's Chip 'n Dale: Rescue Rangers 2,NES,Platform,Capcom,Capcom,,,,,,,1994-01-01, +/games/boxart/full_disneys-donald-duck-goin-quackers_8PALFront.jpg,Disney's Donald Duck: Goin' Quackers,PC,Platform,Ubisoft,Disney Interactive Studios,,,,,,,2000-01-01, +/games/boxart/full_6893569AmericaFrontccc.jpg,Disney's Donald Duck: Goin' Quackers,GB,Platform,Ubisoft,Disney Interactive Studios,,,,,,,2000-10-19, +/games/boxart/4481267ccc.jpg,Disney's Donald Duck: Goin' Quackers,DC,Platform,Ubisoft,Disney Interactive Studios,7.2,,,,,,2000-12-13, +/games/boxart/4071640ccc.jpg,Disney's DuckTales 2,NES,Platform,Capcom,Capcom,,,,,,,1993-01-01, +/games/boxart/full_2372917AmericaFrontccc.jpg,Disney's DuckTales 2,GB,Platform,Disney Interactive Studios,Capcom,,,,,,,1993-11-01, +/games/boxart/full_disneys-hercules_10AmericaFront.jpg,Disney's Hercules,PSN,Platform,Sony Computer Entertainment,Eurocom Entertainment Software,,,,,,,2010-07-27, +/games/boxart/full_767239AmericaFrontccc.jpg,Disney's Hercules,PS,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1997-07-01, +/games/boxart/2977612ccc.jpg,Disney's Hercules,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1997-07-01, +/games/boxart/5847463ccc.jpg,Disney's Kim Possible: What's the Switch?,PS2,Platform,Buena Vista,Artificial Mind and Movement,,,,,,,2006-10-19, +/games/boxart/full_7717227AmericaFrontccc.jpg,Disney's Lilo & Stitch,PS,Platform,Sony Computer Entertainment,Blitz Games,,,,,,,2002-06-14, +/games/boxart/1412374ccc.jpg,Disney's Mulan,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1998-10-01, +/games/boxart/674591ccc.jpg,Disney's Pinocchio,GEN,Platform,THQ,Virgin Interactive,,,,,,,1996-01-01, +/games/boxart/7696542ccc.jpg,Disney's Pinocchio,SNES,Platform,Disney Interactive Studios,Virgin Interactive,,,,,,,1996-11-01, +/games/boxart/full_5540514AmericaFrontccc.jpg,Disney's Pinocchio,GB,Platform,Black Pearl,NMS Software,,,,,,,1996-10-01, +/games/boxart/full_3590305AmericaFrontccc.jpg,Disney's Pocahontas,GEN,Platform,Disney Interactive Studios,Funcom Oslo A/S,,,,,,,1996-01-01, +/games/boxart/full_disneys-pocahontas_235AmericaFront.jpg,Disney's Pocahontas,GB,Platform,Black Pearl,Tiertex Design Studios,,,,,,,1996-04-01, +/games/boxart/full_8994778AmericaFrontccc.jpg,Disney's TaleSpin,GEN,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/default.jpg,Disney's Tarzan,PC,Platform,Unknown,Disney Interactive,,,,,,,, +/games/boxart/full_disneys-the-emperors-new-groove_4AmericaFront.jpg,Disney's The Emperor's New Groove,PSN,Platform,Sony Computer Entertainment,Argonaut Software,,,,,,,2011-03-08, +/games/boxart/full_disneys-the-emperors-new-groove_7AmericaFront.jpg,Disney's The Emperor's New Groove,GB,Platform,Ubisoft,Sandbox,,,,,,,2000-12-01, +/games/boxart/full_4421531AmericaFrontccc.jpg,Disney's The Jungle Book,NES,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1994-08-01, +/games/boxart/9473049ccc.jpg,Disney's The Jungle Book,GEN,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1994-01-01, +/games/boxart/full_disneys-the-jungle-book_2PALFront.jpg,Disney's The Jungle Book,PC,Platform,Virgin Interactive,Disney Interactive,,,,,,,1995-01-01, +/games/boxart/full_4018095PALFrontccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure & Rayman 3,GBA,Platform,Ubisoft,Phoenix Game Studio / Ubisoft,,,,,,,2006-06-16, +/games/boxart/full_8546113AmericaFrontccc.jpg,Disney´s The Jungle Book,GB,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1994-08-01, +/games/boxart/full_divergent-shift_6AmericaFront.jpg,Divergent Shift,DSiW,Platform,Konami,Intrinsic Games,,,,,,,2010-08-16, +/games/boxart/full_9117464AmericaFrontccc.jpg,Dodge These Balls,XBL,Platform,Microsoft,imagodespira,,,,,,,2009-08-22, +/games/boxart/full_don-doko-don_2JapanFront.jpg,Don Doko Don,NES,Platform,Taito,Taito Corporation,,,,,,,1990-03-09, +/games/boxart/full_don-doko-don_0JapanFront.jpg,Don Doko Don,PCE,Platform,Taito,Taito Corporation,,,,,,,1990-05-31, +/games/boxart/full_don-doko-don-2_0JapanFront.jpg,Don Doko Don 2,NES,Platform,Taito,Taito Corporation,,,,,,,1992-01-31, +/games/boxart/full_dont-call-me-skyfish_130AmericaFront.jpg,Don't Call Me Skyfish,XBL,Platform,Microsoft,Uplion,,,,,,,2011-07-08, +/games/boxart/full_2922936PALFrontccc.jpg,Donald in Maui Mallard,GEN,Platform,Sega,Eurocom Entertainment Software,,,,,,,1995-12-08, +/games/boxart/full_2112399AmericaFrontccc.jpg,Donkey Kong,VC,Platform,Nintendo,Nintendo,,,,,,,2006-01-19, +/games/boxart/9763557ccc.jpg,Donkey Kong,7800,Platform,Atari,Nintendo,,,,,,,1988-01-01, +/games/boxart/default.jpg,Donkey Kong,PC,Platform,Atari,Nintendo,,,,,,,1983-01-01, +/games/boxart/full_7184013JapanFrontccc.jpg,Donkey Kong (FDS),NES,Platform,Nintendo,Nintendo,,,,,,,1988-04-08, +/games/boxart/1824088ccc.jpg,Donkey Kong 3,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2008-07-14, +/games/boxart/424142ccc.jpg,Donkey Kong 3,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, +/games/boxart/2544391ccc.jpg,Donkey Kong Country,VC,Platform,Nintendo,Rare Ltd.,8.1,,,,,,2007-02-19, +/games/boxart/6295535ccc.jpg,Donkey Kong Country 2: Diddy's Kong Quest,VC,Platform,Nintendo,Rare Ltd.,8.8,,,,,,2007-05-21, +/games/boxart/full_8535332AmericaFrontccc.jpg,Donkey Kong Country 3: Dixie Kong's Double Trouble!,VC,Platform,Nintendo,Rare Ltd.,8.5,,,,,,2007-12-24, +/games/boxart/full_7854055AmericaFrontccc.jpg,Donkey Kong Jr.,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2006-12-04, +/games/boxart/full_6649941JapanFrontccc.jpeg,Donkey Kong Jr. (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1988-07-19, +/games/boxart/8144413ccc.jpg,Donkey Kong Junior,7800,Platform,Atari,Nintendo,,,,,,,1988-01-01, +/games/boxart/default.jpg,Doodle Jump,XBL,Platform,Unknown,Lima Sky,,,,,,,, +/games/boxart/9048540ccc.jpg,Doom Troopers,GEN,Platform,Playmates,Adrenalin Entertainment,,,,,,,1995-01-01, +/games/boxart/full_36273AmericaFrontccc.jpg,Doom Troopers,SNES,Platform,Playmates,Adrenalin Entertainment,,,,,,,1995-11-01, +/games/boxart/full_9734247JapanFrontccc.jpg,Doraemon 2: Nobita to Hikari no Shinden,N64,Platform,Epoch,Epoch,,,,,,,1998-12-11, +/games/boxart/full_1464402JapanFrontccc.jpg,Doraemon 3: Nobita to Toki no Hougyoku,SNES,Platform,Epoch,Fortyfive,,,,,,,1994-12-16, +/games/boxart/full_8035351JapanFrontccc.jpg,Doraemon Minna de Yuubou!,GC,Platform,Epoch,Epoch,,,,,,,2003-07-18, +/games/boxart/full_8751454JapanFrontccc.jpg,Doraemon Nobita No Dorabian Night (Card),PCE,Platform,Hudson Soft,Now Production,,,,,,,1991-12-06, +/games/boxart/full_6553674JapanFrontccc.jpg,Doraemon Nobita No Dorabian Night (CD),PCE,Platform,Hudson Soft,Now Production,,,,,,,1992-05-29, +/games/boxart/full_2553706JapanFrontccc.jpg,Doraemon Nobita to 3 Tsu no Seirei Ishi,N64,Platform,Epoch,Epoch,,,,,,,1997-03-21, +/games/boxart/full_1386831JapanFrontccc.jpg,DoReMi Fantasy: Milon no DokiDoki Daibouken,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1996-03-22, +/games/boxart/full_7561824JapanFrontccc.jpg,DoReMi Fantasy: Milon's DokiDoki Adventure,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2008-03-10, +/games/boxart/full_dr-franken_405AmericaFront.jpg,Dr. Franken,GB,Platform,Kemco,"MotiveTime, Ltd.",,,,,,,1992-12-01, +/games/boxart/full_dr-franken-ii_316AmericaFront.jpg,Dr. Franken II,GB,Platform,Jaleco,"MotiveTime, Ltd.",,,,,,,1997-10-01, +/games/boxart/default.jpg,Dr. Maybee and the Adventures of Scarygirl,DSiW,Platform,Unknown,TikGames,,,,,,,, +/games/boxart/full_dr-maybee-and-the-adventures-of-scarygirl_992PALFront.jpg,Dr. Maybee and the Adventures of Scarygirl,PSN,Platform,TikGames,TikGames,,,,,,,2011-07-06, +/games/boxart/full_8413222PALFrontccc.jpg,Dr. Muto,GBA,Platform,Midway Games,Digital Eclipse,,,,,,,2003-03-21, +/games/boxart/full_6587930JapanFrontccc.jpg,Dragon Buster,NES,Platform,Namco,Namco,,,,,,,1987-01-07, +/games/boxart/full_2270817JapanFrontccc.jpg,Dragon Buster,VC,Platform,Namco Bandai,Namco,,,,,,,2008-11-18, +/games/boxart/default.jpg,Dragon Buster (Arcade),VC,Platform,Namco Bandai,Namco,,,,,,,2009-09-15, +/games/boxart/full_dragon-egg_8JapanFront.jpg,Dragon Egg!,PCE,Platform,NCS,Tenky,,,,,,,1991-09-27, +/games/boxart/full_dragon-tales-dragon-adventures_996AmericaFront.jpg,Dragon Tales: Dragon Adventures,GB,Platform,NewKidCo,Handheld Games,,,,,,,2001-11-15, +/games/boxart/full_dragons-curse_0AmericaFront.jpg,Dragon's Curse,VC,Platform,Hudson Soft,Hudson Soft,7.5,,,,,,2007-04-02, +/games/boxart/full_dragons-curse_6AmericaFront.jpg,Dragon's Curse,PCE,Platform,NEC,Hudson Soft,,,,,,,1991-01-01, +/games/boxart/9602062ccc.jpg,Dragon's Lair,NES,Platform,Sony Imagesoft,Imagesoft,,,,,,,1990-12-01, +/games/boxart/full_3984880AmericaFrontccc.jpg,Dragon's Lair,SCD,Platform,ReadySoft,ReadySoft,,,,,,,1994-01-01, +/games/boxart/full_3514264AmericaFrontccc.jpg,Dragon's Lair,DSiW,Platform,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-12-21, +/games/boxart/44085ccc.jpg,Dragon's Lair,AJ,Platform,ReadySoft,ReadySoft,,,,,,,1995-01-01, +/games/boxart/9146079ccc.jpg,Dragon's Lair,SNES,Platform,Data Age,Konami,,,,,,,1993-02-01, +/games/boxart/3262355ccc.jpg,Dragon's Lair,3DO,Platform,ReadySoft,ReadySoft,,,,,,,1994-01-01, +/games/boxart/full_9797571PALFrontccc.jpg,Dragon's Lair 3D: Return to the Lair,PS2,Platform,Unknown,Dragonstone Software,,,,,,,, +/games/boxart/7679049ccc.jpg,Dragon's Lair 3D: Return to the Lair,PC,Platform,Ubisoft,Dragonstone Software,,,,,,,2002-11-17, +/games/boxart/full_dragons-lair-ii-time-warp_249AmericaFront.jpg,Dragon's Lair II: Time Warp,PSN,Platform,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-04-26, +/games/boxart/full_dragons-lair-ii-time-warp_606AmericaFront.jpg,Dragon's Lair II: Time Warp,DSiW,Platform,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-12-20, +/games/boxart/1054178ccc.jpg,Dragon's Lair: The Legend,GB,Platform,Ubisoft,"MotiveTime, Ltd.",,,,,,,1991-01-01, +/games/boxart/full_6254576PALFrontccc.jpg,Dragon's Rock,GBA,Platform,Unknown,Independent Arts,,,,,,,, +/games/boxart/full_3771357PALFrontccc.jpg,Dragon: The Bruce Lee Story,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1995-01-01, +/games/boxart/full_6280943AmericaFrontccc.jpg,Dragon: The Bruce Lee Story,GG,Platform,Acclaim Entertainment,Virgin Interactive,,,,,,,1993-01-01, +/games/boxart/default.jpg,Dubbers Adventure,Wii,Platform,Unknown,Newrosoft,,,,,,,, +/games/boxart/full_duke-nukem_758AmericaFront.jpg,Duke Nukem,GB,Platform,GT Interactive,Torus Games,,,,,,,1999-09-10, +/games/boxart/default.jpg,Duludubi Star,PC,Platform,Unknown,,,,,,,,, +/games/boxart/full_9816076AmericaFrontccc.jpg,Dust: An Elysian Tail,Linux,Platform,Microsoft Game Studios,Humble Hearts,,,,,,,2013-12-17,2018-08-07 +/games/boxart/full_7843523AmericaFrontccc.jpg,Dust: An Elysian Tail,OSX,Platform,Microsoft Game Studios,Humble Hearts,,,,,,,2013-12-17,2018-08-07 +/games/boxart/full_7409706AmericaFrontccc.jpg,Dust: An Elysian Tail,XBL,Platform,Microsoft Studios,Humble Hearts,,,,,,,2012-08-15,2018-10-01 +/games/boxart/full_6929772AmericaFrontccc.jpg,Dust: An Elysian Tail,PS4,Platform,Humble Hearts,Humble Hearts,,,,,,,2014-10-07,2018-08-07 +/games/boxart/default.jpg,Dynamite Headdy,SNES,Platform,Unknown,"Treasure Co., Ltd.",,,,,,,, +/games/boxart/default.jpg,Dynamite Headdy,MS,Platform,Tec Toy,Minato Giken,,,,,,,1994-01-01, +/games/boxart/7605404ccc.jpg,Dynamite Headdy,VC,Platform,Sega,"Treasure Co., Ltd.",,,,,,,2007-07-30, +/games/boxart/full_6773026AmericaFrontccc.jpg,Dynamite Headdy,GG,Platform,Sega,"Treasure Co., Ltd.",,,,,,,1994-01-01, +/games/boxart/full_2028903AmericaFrontccc.jpg,Earthworm Jim,PC,Platform,Activision,Activision,,,,,,,1995-11-30, +/games/boxart/full_4486200AmericaFrontccc.jpg,Earthworm Jim,GG,Platform,Playmates,Eurocom Entertainment Software,,,,,,,1995-01-01, +/games/boxart/default.jpg,Earthworm Jim,WW,Platform,Unknown,Gameloft,,,,,,,, +/games/boxart/full_4824157AmericaFrontccc.jpg,Earthworm Jim,DSiW,Platform,Gameloft,Gameloft,,,,,,,2010-05-10, +/games/boxart/full_6130529AmericaFrontccc.jpg,Earthworm Jim,VC,Platform,Interplay,Shiny Entertainment,,,,,,,2008-10-27, +/games/boxart/6976348ccc.jpg,Earthworm Jim,GB,Platform,Playmates,Eurocom Entertainment Software,,,,,,,1995-01-01, +/games/boxart/8657815ccc.jpg,Earthworm Jim,GEN,Platform,Playmates,Shiny Entertainment,,,,,,,1994-06-09, +/games/boxart/7926056ccc.jpg,Earthworm Jim,SNES,Platform,Playmates,Shiny Entertainment,,,,,,,1994-06-22, +/games/boxart/9981307ccc.jpg,Earthworm Jim,MS,Platform,Tec Toy,Eurocom Entertainment Software,,,,,,,1996-01-01, +/games/boxart/full_1708351AmericaFrontccc.jpg,Earthworm Jim 1 & 2: The Whole Can 'O Worms,PC,Platform,Playmates,Rainbow Arts,,,,,,,1996-04-30, +/games/boxart/6321997ccc.jpg,Earthworm Jim 2,GEN,Platform,Playmates,Shiny Entertainment,,,,,,,1996-01-01, +/games/boxart/full_7758907AmericaFrontccc.jpg,Earthworm Jim 2,VC,Platform,Interplay,Shiny Entertainment,,,,,,,2009-12-14, +/games/boxart/full_6167913PALFrontccc.jpg,Earthworm Jim 2,PS,Platform,Unknown,Screaming Pink,,,,,,,, +/games/boxart/full_4583997AmericaFrontccc.jpg,Earthworm Jim 2,SAT,Platform,Playmates,Screaming Pink,,,,,,,1996-01-01, +/games/boxart/6530358ccc.jpg,Earthworm Jim 2,SNES,Platform,Playmates,Shiny Entertainment,8.8,,,,,,1995-01-01, +/games/boxart/full_4458786PALFrontccc.jpg,Earthworm Jim 2,PC,Platform,Interplay,Rainbow Arts,,,,,,,1996-08-22, +/games/boxart/full_3669267AmericaFrontccc.jpg,Earthworm Jim 3D,PC,Platform,Interplay,VIS Entertainment,,,,,,,2000-06-29, +/games/boxart/full_earthworm-jim-hd_2AmericaFront.jpg,Earthworm Jim HD,PSN,Platform,Gameloft,Gameloft,,,,,,,2010-08-03, +/games/boxart/full_earthworm-jim-hd_0AmericaFront.jpg,Earthworm Jim HD,XBL,Platform,Gameloft,Gameloft,,,,,,,2010-06-09, +/games/boxart/6435176ccc.jpg,Earthworm Jim Special Edition,SCD,Platform,Playmates,Shiny Entertainment,,,,,,,1995-03-15, +/games/boxart/full_9538069AmericaFrontccc.jpg,Earthworm Jim: Menace 2 the Galaxy,GB,Platform,Crave Entertainment,David A. Palmer Productions,,,,,,,1999-11-10, +/games/boxart/full_7740972PALFrontccc.jpg,Ed's Farm,DS,Platform,Zoo Digital Publishing,FrontLine Studios,,,,,,,2007-10-11, +/games/boxart/full_798205AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",PC,Platform,Midway Games,A2M,,,,,,,2005-11-16, +/games/boxart/3511076ccc.jpg,Eek! The Cat,SNES,Platform,Ocean,CTA,,,,,,,1994-08-01, +/games/boxart/4054817ccc.jpg,El Tigre: The Adventures of Manny Rivera,PS2,Platform,THQ,Blue Tongue Entertainment,,,,,,,2007-10-29, +/games/boxart/full_7398379AmericaFrontccc.jpg,Elevator Action,GB,Platform,Taito,Natsume,,,,,,,1991-12-01, +/games/boxart/6296329ccc.jpg,Elevator Action,2600,Platform,Atari,Taito Corporation,,,,,,,2001-01-01, +/games/boxart/6694287ccc.jpg,Elevator Action,VC,Platform,Tommo,Micronics,,,,,,,2007-03-05, +/games/boxart/2151623ccc.jpg,Elevator Action,NES,Platform,Taito,Micronics,,,,,,,1987-08-01, +/games/boxart/full_elevator-action-deluxe_498AmericaFront.jpg,Elevator Action Deluxe,PSN,Platform,Square Enix,Square Enix,4,,,,,,2011-08-30, +/games/boxart/full_esper-boukentai_4JapanFront.jpg,Esper Boukentai,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1987-10-13, +/games/boxart/3030996ccc.jpg,ESWAT: City Under Siege,VC,Platform,Sega,Sega,,,,,,,2007-09-07, +/games/boxart/full_eswat-city-under-siege_103AmericaFront.jpg,ESWAT: City Under Siege,PC,Platform,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_eswat-city-under-siege_5AmericaFront.jpg,ESWAT: City Under Siege,GEN,Platform,Sega,Sega,,,,,,,1990-07-13, +/games/boxart/full_4044904AmericaFrontccc.png,Eversion,PC,Platform,Zaratustra Productions,Zaratustra Productions,,,,,,,2010-06-07, +/games/boxart/full_8252565AmericaFrontccc.jpg,Evil Twin: Cyprien's Chronicles,DC,Platform,Unknown,In Utero,,,,,,,2020-12-31, +/games/boxart/full_2684029PALFrontccc.jpg,Evil Twin: Cyprien's Chronicles,PS2,Platform,Unknown,In Utero,,,,,,,2020-12-31, +/games/boxart/full_1163594PALFrontccc.jpg,Evil Twin: Cyprien's Chronicles,PC,Platform,Ubisoft,Ubisoft,,,,,,,2001-10-04, +/games/boxart/full_ex-mutants_9AmericaFront.jpg,Ex-Mutants,GEN,Platform,Sega,Malibu Games,,,,,,,1992-01-01, +/games/boxart/full_exelinya-burst_580AmericaFront.jpg,EXELINYA BURST,XBL,Platform,Microsoft,DK Alpla,,,,,,,2010-04-22, +/games/boxart/full_explodemon_706AmericaFront.jpg,Explodemon!,PSN,Platform,Unknown,Curve Studios,5.9,,,,,,2011-02-08, +/games/boxart/full_6774871PALFrontccc.jpg,Extreme Ghostbusters,GB,Platform,LSP Games,Magic Pockets,,,,,,,2001-04-02, +/games/boxart/default.jpg,Fallen Frontier,XBL,Platform,Unknown,Moonshot Games,,,,,,,, +/games/boxart/8343668ccc.jpg,Fantasia,GEN,Platform,Sega,Infogrames,,,,,,,1991-01-01, +/games/boxart/5130361ccc.jpg,Fast Eddie,2600,Platform,20th Century Fox Video Games,Sirius Software,,,,,,,1982-01-01, +/games/boxart/full_fatal-rewind_545AmericaFront.jpg,Fatal Rewind,GEN,Platform,Electronic Arts,Raising Hell,,,,,,,1991-01-01, +/games/boxart/full_faussete-amour_194JapanFront.jpg,Faussete Amour,PCE,Platform,Naxat Soft,Naxat Soft,,,,,,,1993-03-26, +/games/boxart/full_felix-the-cat_562AmericaFront.jpg,Felix The Cat,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-07-01, +/games/boxart/9648388ccc.jpg,Felix the Cat,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1992-10-01, +/games/boxart/default.jpg,Fenix Rage,XOne,Platform,Green Lava Studios,Green Lava Studios,,,,,,,2015-01-01, +/games/boxart/default.jpg,Ferias Frustradas de Pica Pau,GEN,Platform,Tec Toy,Tec Toy,,,,,,,1995-01-01, +/games/boxart/default.jpg,Ferias Frustradas de Pica Pau,MS,Platform,Tec Toy,Tec Toy,,,,,,,1996-01-01, +/games/boxart/default.jpg,Fire & Ice,MS,Platform,Tec Toy,Tec Toy,,,,,,,1993-01-01, +/games/boxart/full_281999AmericaFrontccc.jpg,Flashback: The Quest for Identity,SCD,Platform,U.S. Gold,Delphine Software International,,,,,,,1994-11-01, +/games/boxart/full_6378076AmericaFrontccc.jpg,Flashback: The Quest for Identity,SNES,Platform,U.S. Gold,Delphine Software International,,,,,,,1993-09-09, +/games/boxart/full_522216AmericaFrontccc.jpg,Flashback: The Quest for Identity,AJ,Platform,U.S. Gold,Delphine Software International,,,,,,,1995-07-01, +/games/boxart/full_7511142PALFrontccc.jpg,Flashback: The Quest for Identity,PC,Platform,SSI,Delphine Software International,,,,,,,1993-01-01, +/games/boxart/full_5945998AmericaFrontccc.jpg,Flashback: The Quest for Identity,3DO,Platform,U.S. Gold,Delphine Software International,,,,,,,1995-01-01, +/games/boxart/full_3043548AmericaFrontccc.jpg,Flashback: The Quest for Identity,GEN,Platform,U.S. Gold,Delphine Software International,,,,,,,1993-11-07, +/games/boxart/922144ccc.jpg,Flicky,GEN,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_flicky_174AmericaFront.jpg,Flicky,PC,Platform,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/5744853ccc.jpg,Flink,GEN,Platform,Unknown,Psygnosis,,,,,,,, +/games/boxart/8469088ccc.jpg,Flink,SCD,Platform,Victory Lap Games,Psygnosis,,,,,,,1994-01-01, +/games/boxart/default.jpg,Flipper 2,DSiW,Platform,Unknown,Goodbye Galaxy Games,,,,,,,, +/games/boxart/full_365331AmericaFrontccc.jpg,Flushed Away,GBA,Platform,D3 Publisher,Altron,4.3,,,,,,2006-10-24, +/games/boxart/full_4146770AmericaFrontccc.jpg,Flushed Away,PS2,Platform,D3 Publisher,Monkey Bar Games,,,,,,,2006-10-24, +/games/boxart/full_fortress-of-fear-wizards-amp-warriors-x_581AmericaFront.png,Fortress of Fear: Wizards & Warriors X,GB,Platform,Acclaim Entertainment,Rare Ltd.,,,,,,,1990-01-01, +/games/boxart/full_1538838AmericaFrontccc.jpg,Foto Face: The Face Stealer Strikes,DSiW,Platform,Electronic Arts,Electronic Arts,,,,,,,2009-11-30, +/games/boxart/full_peter-pan-and-the-pirates_880AmericaFront.jpg,Fox's Peter Pan & the Pirates: The Revenge of Captain Hook,NES,Platform,THQ,Equilibrium,,,,,,,1991-01-01, +/games/boxart/full_4834397AmericaFrontccc.jpg,Freedom Planet,OSX,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2014-07-21,2018-08-11 +/games/boxart/full_freekscape-escape-from-hell_4AmericaFront.jpg,Freekscape: Escape from Hell,PSN,Platform,Creat Studio,Kidguru Studios,7.5,,,,,,2010-04-08, +/games/boxart/full_4940611AmericaFrontccc.jpg,Frequency,XBL,Platform,Microsoft,Ianthraxx,,,,,,,2009-10-28, +/games/boxart/full_4903623AmericaFrontccc.jpg,Freqµency,XBL,Platform,Microsoft,Ianthraxx,,,,,,,2009-10-28, +/games/boxart/full_2634495AmericaFrontccc.jpg,Fret Nice,XBL,Platform,Tecmo,Pieces Interactive,5.3,,,,,,2010-02-24, +/games/boxart/full_2211508AmericaFrontccc.png,Fret Nice,PSN,Platform,Tecmo,Pieces Interactive,,,,,,,2010-02-04, +/games/boxart/full_7296667AmericaFrontccc.jpg,Frog Feast,AJ,Platform,Chaos89,RasterSoft,,,,,,,2006-01-01, +/games/boxart/full_2946951AmericaFrontccc.jpg,Frogger Beyond,PC,Platform,Konami,Konami,,,,,,,2003-03-24, +/games/boxart/full_4514853PALFrontccc.jpg,Frogger Beyond,PS2,Platform,Konami,Konami,,,,,,,2003-06-27, +/games/boxart/full_4096003AmericaFrontccc.jpg,Frogger's Adventures: The Rescue,PC,Platform,Konami,Konami,,,,,,,2003-11-04, +/games/boxart/full_8389717AmericaFrontccc.jpg,Funk of Titans,XOne,Platform,A Crowd of Monsters,Atooi,,,,,,,2015-01-09, +/games/boxart/full_funky-lab-rat_4AmericaFront.jpg,Funky Lab Rat,PSN,Platform,Unknown,Hydravision Entertainment,,,,,,,2010-11-30, +/games/boxart/full_furry-legends_294AmericaFront.jpg,Furry Legends,DSiW,Platform,Gamelion Studios,Gamelion Studios,,,,,,,2011-10-13, +/games/boxart/full_furry-legends_10AmericaFront.jpg,Furry Legends,WW,Platform,Gamelion Studios,Gamelion Studios,,,,,,,2010-07-19, +/games/boxart/default.jpg,Furry Legends: Beginnings,DSiW,Platform,Unknown,Gamelion Studios,,,,,,,, +/games/boxart/full_3820801JapanFrontccc.jpg,Fushigi no Yume no Alice,PCE,Platform,FACE,Sankindo,,,,,,,1990-12-07, +/games/boxart/full_gi-joe_857AmericaFront.jpg,G.I. Joe: A Real American Hero,NES,Platform,Taxan,KID Corporation,,,,,,,1991-01-01, +/games/boxart/full_gi-joe-the-atlantis-factor_589AmericaFront.jpg,G.I. Joe: The Atlantis Factor,NES,Platform,Capcom,KID Corporation,,,,,,,1992-03-01, +/games/boxart/full_4441293AmericaFrontccc.jpg,Galahad,GEN,Platform,Electronic Arts,Traveller's Tales,,,,,,,1992-01-01, +/games/boxart/full_legend-of-robots_868PALFront.jpg,Gamocracy One: Legend of Robot,PSN,Platform,Unknown,The Bearded Ladies Consulting,,,,,,,2011-07-13, +/games/boxart/full_7091161JapanFrontccc.jpg,Ganbare Goemon 2,NES,Platform,Konami,Konami,,,,,,,1989-01-04, +/games/boxart/full_3261835JapanFrontccc.jpg,Ganbare Goemon 2: Kiteretsu Shougun Magginesu,VC,Platform,Konami,Konami,,,,,,,2008-05-27, +/games/boxart/full_8519159JapanFrontccc.jpg,Ganbare Goemon 3: Shishijyuurokubei no Karakuri Manji Katame,VC,Platform,Konami,Konami,,,,,,,2009-09-15, +/games/boxart/full_7312104JapanFrontccc.jpg,Ganbare Goemon! Karakuri Douchuu,VC,Platform,Konami,Konami,,,,,,,2007-11-06, +/games/boxart/full_6737794JapanFrontccc.jpg,Ganbare Goemon: Hoshizorashi Dynamites Arawaru!!,GB,Platform,Konami,Konami,,,,,,,2000-12-21, +/games/boxart/full_9811987JapanFrontccc.jpg,Ganbare Goemon: Sarawareta Ebisumaru!,GB,Platform,Konami,Konami,,,,,,,1991-12-25, +/games/boxart/full_8263893AmericaFrontccc.jpg,GANBARE NATSUKI SAN,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-10-26, +/games/boxart/full_9304685JapanFrontccc.jpg,Ganbare! Daiku no Gensan,SNES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-12-22, +/games/boxart/full_ganso-yancha-maru_782JapanFront.jpg,Ganso!! Yancha-Maru,GB,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-07-11, +/games/boxart/3292532ccc.jpg,Garfield: Caught in the Act,GEN,Platform,Sega,Sega,,,,,,,1995-12-31, +/games/boxart/full_6585695AmericaFrontccc.jpg,Garfield: Caught in the Act,GG,Platform,Sega,Novotrade International,,,,,,,1995-01-01, +/games/boxart/full_9312207AmericaFrontccc.jpg,Garfield: Caught in the Act,PC,Platform,Sega,Point of View,,,,,,,1995-01-01, +/games/boxart/full_genji-tsuushin-agedama_9JapanFront.jpg,Genji Tsuushin Agedama,PCE,Platform,NEC,NEC,,,,,,,1991-12-13, +/games/boxart/full_genjin-kotts_7JapanFront.jpg,Genjin Kotts,GB,Platform,Unknown,B.I.,,,,,,,1995-03-24, +/games/boxart/2078674ccc.jpg,George of the Jungle and the Search for the Secret,PS2,Platform,Crave Entertainment,Crave Entertainment,,,,,,,2008-03-11, +/games/boxart/full_241226AmericaFrontccc.png,Gex,PSN,Platform,Sony Computer Entertainment,Beam Software,,,,,,,2009-11-04, +/games/boxart/6603848ccc.jpg,Gex,SAT,Platform,Crystal Dynamics,Crystal Dynamics,,,,,,,1996-01-01, +/games/boxart/full_9155851AmericaFrontccc.jpg,Gex,PC,Platform,Microsoft,Crystal Dynamics,,,,,,,1996-11-07, +/games/boxart/full_8818304AmericaFrontccc.png,Gex 3: Deep Cover Gecko,PSN,Platform,Sony Computer Entertainment,Crystal Dynamics,,,,,,,2009-10-01, +/games/boxart/default.jpg,Gex: Enter The Gecko,PC,Platform,Unknown,Crystal Dynamics,,,,,,,, +/games/boxart/full_4315198AmericaFrontccc.jpg,Gex: Enter the Gecko,GB,Platform,Crave Entertainment,David A. Palmer Productions,,,,,,,1998-12-01, +/games/boxart/5804415ccc.jpg,Ghost House,MS,Platform,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/873664ccc.jpg,Ghostbusters,GEN,Platform,Sega,Compile,,,,,,,1990-06-29, +/games/boxart/full_ghosts-n-goblins_2AmericaFront.jpg,Ghosts 'n Goblins,VC,Platform,Capcom,Micronics,,,,,,,2007-12-10, +/games/boxart/default.jpg,Ghosts 'n Goblins (Arcade),VC,Platform,Capcom,Capcom,,,,,,,2011-01-10, +/games/boxart/1921699ccc.jpg,Ghouls 'n Ghosts,MS,Platform,Sega,Capcom,,,,,,,1990-01-01, +/games/boxart/full_6552757AmericaFrontccc.jpg,Ghouls 'n Ghosts,GEN,Platform,Sega,AM8,,,,,,,1989-01-01, +/games/boxart/full_5517888AmericaFrontccc.jpg,Ghouls 'n Ghosts,VC,Platform,Capcom,AM8,,,,,,,2007-08-27, +/games/boxart/full_gift_954PALFront.jpg,Gift,PS2,Platform,Cryo Interactive,EKO System,,,,,,,2001-07-06, +/games/boxart/full_8834471PALFrontccc.jpg,Ginger: Beyond the Crystal,PS4,Platform,PQube,Badland Studio,,,,,,,2016-10-28,2018-09-21 +/games/boxart/full_659345AmericaFrontccc.png,Glacier Rush,And,Platform,SuperVillain Studios,SuperVillain Studios,,,,,,,2014-06-05, +/games/boxart/full_9080390PALFrontccc.jpg,Global Gladiators,GG,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, +/games/boxart/full_global-gladiators_10PALFront.jpg,Global Gladiators,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, +/games/boxart/default.jpg,Glover,PC,Platform,Hasbro Interactive,Interactive Studios Ltd.,,,,,,,1998-10-26, +/games/boxart/full_7680552JapanFrontccc.jpg,Go Go Ackman,SNES,Platform,Banpresto,Aspect,,,,,,,1994-12-23, +/games/boxart/full_6888710JapanFrontccc.jpg,Go Go Ackman,GB,Platform,Banpresto,Aspect,,,,,,,1995-08-25, +/games/boxart/full_7269350JapanFrontccc.jpg,Go Go Ackman 2,SNES,Platform,Banpresto,Aspect,,,,,,,1995-07-21, +/games/boxart/full_go-series-tower-of-deus_870AmericaFront.jpg,GO Series: Tower of Deus,DSiW,Platform,Gamebridge,Tom Create,,,,,,,2011-05-09, +/games/boxart/full_3861000PALFrontccc.jpg,Go West: A Lucky Luke Adventure,Wii,Platform,Atari,Tate Interactive,,,,,,,2007-11-20, +/games/boxart/full_3196110PALFrontccc.jpg,Go West: A Lucky Luke Adventure,DS,Platform,Atari,Neko Entertainment,,,,,,,2007-11-20, +/games/boxart/full_7972182PALFrontccc.jpg,Go! Go! Beckham! Adventure on Soccer Island,GBA,Platform,Rage Software,Denki,7.5,,,,,,2002-08-30, +/games/boxart/1039152ccc.jpg,Gods,GEN,Platform,Mindscape,The Bitmap Brothers,,,,,,,1992-01-01, +/games/boxart/full_2112124PALFrontccc.jpg,Gods,PC,Platform,Renegade,Bitmap Brothers,,,,,,,1991-01-01, +/games/boxart/7944974ccc.jpg,Gods,SNES,Platform,Mindscape,Bitmap Brothers,,,,,,,1992-01-01, +/games/boxart/full_goku-makai-mura-kai_5JapanFront.jpg,Goku Makaimura Kai,PSN,Platform,Capcom,Capcom,,,,,,,2010-03-18, +/games/boxart/full_gold-and-glory-the-road-to-el-dorado_700AmericaFront.jpg,Gold and Glory: The Road to El Dorado,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2000-04-30, +/games/boxart/full_2057311AmericaFrontccc.png,Gold Fish Casino Slots,And,Platform,Williams Electronics,Williams Electronics,,,,,,,2014-06-04, +/games/boxart/default.jpg,Gold Fish Casino Slots,BRW,Platform,Unknown,Williams Electronics,,,,,,,2015-01-01, +/games/boxart/full_goolin_819AmericaFront.jpg,GOOLIN,XBL,Platform,Microsoft,LuckySoft,,,,,,,2011-09-14, +/games/boxart/full_grand-theft-froot_653AmericaFront.jpg,Grand Theft Froot,XBL,Platform,Microsoft,JackandLisa,,,,,,,2011-07-13, +/games/boxart/full_gravitation_412AmericaFront.jpg,Gravitation,PC,Platform,Jason Rohrer,Jason Rohrer,,,,,,,2008-02-28, +/games/boxart/full_6275824AmericaFrontccc.jpg,Gravity,XBL,Platform,Microsoft,Riddlersoft,,,,,,,2009-11-25, +/games/boxart/full_566494AmericaFrontccc.jpg,GREEN ISLAND,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-09-11, +/games/boxart/full_7152849AmericaFrontccc.jpg,Greendog: The Beached Surfer Dude!,GG,Platform,Sega,Interactive Designs,,,,,,,1993-01-01, +/games/boxart/5828828ccc.jpg,Greendog: The Beached Surfer Dude!,GEN,Platform,Sega,Interactive Designs,,,,,,,1992-01-01, +/games/boxart/5884980ccc.jpg,Gremlins 2: The New Batch,GB,Platform,Sunsoft,SunSoft,,,,,,,1991-01-01, +/games/boxart/default.jpg,Grow Home,PS4,Platform,Ubisoft,Ubisoft Reflections,,,,,,,2015-09-01, +/games/boxart/default.jpg,Gun-Lord,NG,Platform,Unknown,NG:DEV.TEAM,,,,,,,, +/games/boxart/default.jpg,Gun-Lord,DC,Platform,Unknown,NG:DEV.TEAM,,,,,,,, +/games/boxart/default.jpg,Guru Guru,XBL,Platform,Unknown,Gasp Games,,,,,,,, +/games/boxart/7128221ccc.jpg,Gyromite,NES,Platform,Unknown,Nintendo,,,,,,,, +/games/boxart/full_819959AmericaFrontccc.png,Halo Zero,PC,Platform,Dobermann,Dobermann,,,,,,,2005-01-01, +/games/boxart/full_3591287PALFrontccc.jpg,Hammerin' Harry,NES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-01-01, +/games/boxart/full_3327604JapanFrontccc.jpg,Hammerin' Harry: Ghost Breeding Company,GB,Platform,Irem Software Engineering,Tamtex,,,,,,,1993-01-01, +/games/boxart/full_happy_705AmericaFront.jpg,HAPPY,XBL,Platform,Microsoft,SOLLOMAN,,,,,,,2011-09-08, +/games/boxart/full_hard-corps-uprising_87AmericaFront.jpg,Hard Corps: Uprising,XBL,Platform,Konami,Arc System Works,7.2,,,,,,2011-02-16, +/games/boxart/full_hard-corps-uprising_736AmericaFront.jpg,Hard Corps: Uprising,PSN,Platform,Konami,Arc System Works,7.9,,,,,,2011-03-15, +/games/boxart/full_92341AmericaFrontccc.jpg,Harley's Humongous Adventure,SNES,Platform,Hi Tech Expressions,"Visual Concepts, Ltd.",,,,,,,1993-02-01, +/games/boxart/full_6833421AmericaFrontccc.jpg,Harry Potter Collection,PC,Platform,Electronic Arts,Electronic Arts,,,,,,,2004-09-01, +/games/boxart/full_830749AmericaFrontccc.jpg,Heart of Darkness,PC,Platform,Interplay,Amazing Studios,,,,,,,1998-08-31, +/games/boxart/full_9671253AmericaFrontccc.jpg,Heart of the Alien: Out of This World Parts I and II,SCD,Platform,Virgin Interactive,Delphine Software International,,,,,,,1994-01-01, +/games/boxart/7144606ccc.jpg,Heracles: Battle With The Gods,PC,Platform,Midas Interactive Entertainment,Neko Entertainment,,,,,,,2006-07-21, +/games/boxart/full_1717141AmericaFrontccc.png,Hero of Sparta,PSN,Platform,Gameloft,Gameloft,,,,,,,2009-10-01, +/games/boxart/full_9304451AmericaFrontccc.jpg,Hero of Sparta,DSiW,Platform,Gameloft,Gameloft,,,,,,,2010-05-31, +/games/boxart/1322071ccc.jpg,Hook,GB,Platform,Sony Imagesoft,Ocean,,,,,,,1992-01-01, +/games/boxart/full_6879011AmericaFrontccc.jpg,Hook,GG,Platform,Sony Imagesoft,Spidersoft,,,,,,,1992-01-01, +/games/boxart/7226920ccc.jpg,Hook,NES,Platform,Sony Imagesoft,Ocean,,,,,,,1992-04-01, +/games/boxart/default.jpg,Hook,MS,Platform,Unknown,Spidersoft,,,,,,,, +/games/boxart/8382934ccc.jpg,Hook,SNES,Platform,Sony Imagesoft,Ukiyotei,,,,,,,1992-01-01, +/games/boxart/full_4884846AmericaFrontccc.jpg,Hook,GEN,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-01-01, +/games/boxart/full_3011535PALFrontccc.jpg,Hoppie,PS2,Platform,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/full_hudson-hawk_633AmericaFront.jpg,Hudson Hawk,NES,Platform,Sony Imagesoft,Ocean,,,,,,,1992-02-01, +/games/boxart/full_hudson-hawk_557AmericaFront.jpg,Hudson Hawk,GB,Platform,Sony Imagesoft,Ocean,,,,,,,1991-12-01, +/games/boxart/full_6234578JapanFrontccc.jpg,Hudson Selection Vol. 3: PC Genjin,GC,Platform,Hudson Soft,RED Company,,,,,,,2003-12-04, +/games/boxart/full_2398570JapanFrontccc.jpg,Hudson Selection Vol. 3: PC Genjin,PS2,Platform,Hudson Soft,RED Company,,,,,,,2003-12-04, +/games/boxart/full_9995829JapanFrontccc.jpg,Hudson Selection Vol. 4: Takahashi Meijin no Bouken Shima,PS2,Platform,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, +/games/boxart/full_640739JapanFrontccc.jpg,Hudson Selection Vol. 4: Takahashi Meijin no Bouken Shima,GC,Platform,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, +/games/boxart/default.jpg,Hue,PC,Platform,Dan Da Rocha,Fiddlesticks,,,,,,,2016-01-01,2020-12-16 +/games/boxart/full_4562602AmericaFrontccc.jpg,Hunter Hunted,PC,Platform,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-11-01, +/games/boxart/full_9587883PALFrontccc.jpg,Hurricanes,GEN,Platform,U.S. Gold,Arc Developments,,,,,,,1994-01-01, +/games/boxart/9899512ccc.jpg,Hurricanes,SNES,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-12-01, +/games/boxart/5204585ccc.jpg,Hyper Force,AJ,Platform,Songbird Productions,Visual Impact,,,,,,,2000-04-10, +/games/boxart/full_4050922PALFrontccc.jpg,I-Ninja,PC,Platform,Zoo Digital Publishing,Argonaut Games,,,,,,,2004-04-23, +/games/boxart/full_1003414AmericaFrontccc.jpg,Ice Age 2: The Meltdown,PC,Platform,Vivendi Games,Eurocom Entertainment Software,,,,,,,2006-03-14, +/games/boxart/default.jpg,Ice Climber,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-09-01, +/games/boxart/9462727ccc.jpg,Ice Climber,VC,Platform,Nintendo,Nintendo R&D1,6.4,,,,,,2007-02-12, +/games/boxart/full_9262613JapanFrontccc.jpg,Ichigeki: Hagane no Hito,PS,Platform,Bandai,Bandai,,,,,,,1999-11-02, +/games/boxart/full_ilomilo_819AmericaFront.jpg,ilomilo,XBL,Platform,Microsoft Game Studios,Southend Interactive,8.2,,,,,,2011-01-05, +/games/boxart/full_966661AmericaFrontccc.jpg,Impossamole,ACPC,Platform,Gremlin Graphics,Core Design,,,,,,,1990-01-01,2018-01-06 +/games/boxart/full_impossamole_4AmericaFront.jpg,Impossamole,PCE,Platform,NEC,Gremlin Interactive,,,,,,,1991-10-01, +/games/boxart/full_impossible-mission_5PALFront.jpg,Impossible Mission,VC,Platform,System 3 Arcade Software,Epyx,,,,,,,2008-04-11, +/games/boxart/full_3689467PALFrontccc.png,Impossible Mission,PSN,Platform,System 3 Arcade Software,System 3 Software,,,,,,,2009-10-08, +/games/boxart/full_impossible-mission_8PALFront.jpg,Impossible Mission,MS,Platform,U.S. Gold,Epyx,,,,,,,1988-01-01, +/games/boxart/8377672ccc.jpg,Impossible Mission,7800,Platform,Atari,Atari,,,,,,,1986-01-01, +/games/boxart/full_impossible-mission_2AmericaFront.jpg,Impossible Mission,Wii,Platform,Codemasters,System 3 Software,,,,,,,2007-01-01, +/games/boxart/7456790ccc.jpg,Incantation,SNES,Platform,Titus,Titus Software,,,,,,,1996-12-01, +/games/boxart/8668501ccc.jpg,Indiana Jones and the Last Crusade,GB,Platform,Ubisoft,NMS Software,,,,,,,1994-01-02, +/games/boxart/full_9709753AmericaFrontccc.jpg,Indiana Jones and the Temple of Doom (Mindscape),NES,Platform,Mindscape,Atari Games,,,,,,,1988-12-01, +/games/boxart/full_7958896AmericaFrontccc.jpg,Indiana Jones and the Temple of Doom (Tengen),NES,Platform,Tengen,Atari Games,,,,,,,1988-12-01, +/games/boxart/full_6563580AmericaFrontccc.jpg,Indiana Jones' Greatest Adventures,SNES,Platform,JVC,Factor 5,,,,,,,1994-10-11, +/games/boxart/full_3817199AmericaFrontccc.jpg,Indiana Jones' Greatest Adventures,VC,Platform,LucasArts,Factor 5,,,,,,,2009-11-16, +/games/boxart/full_inmomentum_201AmericaFront.jpg,InMomentum,PC,Platform,Unknown,Digital Arrow’,,,,,,,2011-10-31, +/games/boxart/full_6958725AmericaFrontccc.jpg,Inside,PS4,Platform,Playdead,Playdead,9,,,,,,2016-08-23,2018-03-31 +/games/boxart/full_3500611AmericaFrontccc.jpg,Inside,XOne,Platform,Playdead,Playdead,,,,,,,2016-01-01, +/games/boxart/default.jpg,Inside My Radio,PC,Platform,Seaven Studio,Seaven Studio,,,,,,,2020-12-31, +/games/boxart/default.jpg,Inside My Radio,PS4,Platform,Seaven Studio,Seaven Studio,,,,,,,2020-12-31, +/games/boxart/default.jpg,Inside My Radio,XOne,Platform,Seaven Studio,Seaven Studio,,,,,,,2020-12-31, +/games/boxart/2566243ccc.jpg,Inspector Gadget,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-12-01, +/games/boxart/full_9943884AmericaFrontccc.jpg,Inspector Gadget: Advance Mission,GBA,Platform,DreamCatcher Interactive,Magic Pockets,6.5,,,,,,2001-11-29, +/games/boxart/full_inspector-gadget-mad-robots-invasion_9PALFront.jpg,Inspector Gadget: Mad Robots Invasion,PS2,Platform,Hip Interactive,Silmarils,,,,,,,2003-05-22, +/games/boxart/full_inspector-gadget-operation-madkactus_920AmericaFront.jpg,Inspector Gadget: Operation Madkactus,GB,Platform,Ubisoft,RFX Interactive,,,,,,,2001-03-01, +/games/boxart/full_4581921AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,GB,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-08-01, +/games/boxart/7630132ccc.jpg,Iron Man / X-O Manowar in Heavy Metal,SAT,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-10-09, +/games/boxart/full_3823821AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,PC,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-10-14, +/games/boxart/full_6101410AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,GG,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-01-01, +/games/boxart/8759447ccc.gif,Ironsword: Wizards & Warriors II,NES,Platform,Acclaim Entertainment,Rare Ltd.,,,,,,,1989-12-01, +/games/boxart/full_jj-amp-jeff_5AmericaFront.jpg,J.J. & Jeff,PCE,Platform,Hudson Soft,Hudson Soft,,,,,,,1990-01-01, +/games/boxart/full_jj-ampamp-jeff_6AmericaFront.jpg,J.J. & Jeff,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2007-05-28, +/games/boxart/full_7258715AmericaFrontccc.jpg,Jackie Chan's Action Kung Fu,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1990-12-01, +/games/boxart/full_jackie-chan_4AmericaFront.jpg,Jackie Chan's Action Kung Fu,PCE,Platform,Hudson Soft,Now Production,,,,,,,1992-01-01, +/games/boxart/full_jajamaru-no-daibouken_2JapanFront.jpg,Jajamaru no Daibouken,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1986-08-22, +/games/boxart/full_7025248AmericaFrontccc.png,Jak and Daxter: The Lost Frontier,PSN,Platform,Sony Computer Entertainment,High Impact Games,7.4,,,,,,2009-11-03, +/games/boxart/full_6305765AmericaFrontccc.jpg,Jake's Discount Video Game,XBL,Platform,Microsoft,jacob aaronson,,,,,,,2010-01-04, +/games/boxart/full_6231332AmericaFrontccc.jpg,James Bond 007: The Duel,GEN,Platform,Domark Software,The Kremlin,,,,,,,1993-01-01, +/games/boxart/full_james-bond-007-the-duel_4PALFront.jpg,James Bond 007: The Duel,MS,Platform,Domark Software,The Kremlin,,,,,,,1993-01-01, +/games/boxart/full_james-bond-jr_657AmericaFront.jpg,James Bond Jr.,NES,Platform,THQ,Eurocom Entertainment Software,,,,,,,1992-11-01, +/games/boxart/full_james-bond-jr_780AmericaFront.jpg,James Bond Jr.,SNES,Platform,THQ,Gray Matter,,,,,,,1992-10-01, +/games/boxart/full_6582534AmericaFrontccc.jpg,James Pond 2: Codename RoboCod,GG,Platform,U.S. Gold,Millennium,,,,,,,1993-01-01, +/games/boxart/full_9801630PALFrontccc.png,James Pond 2: Codename RoboCod,PSN,Platform,System 3 Arcade Software,Gameware Development,,,,,,,2009-07-02, +/games/boxart/8819782ccc.jpg,James Pond 2: Codename RoboCod,GEN,Platform,Electronic Arts,Millennium Interactive,,,,,,,1993-08-18, +/games/boxart/full_james-pond-2-codename-robocod_5PALFront.jpg,James Pond 2: Codename: Robocod,MS,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1991-01-01, +/games/boxart/8812173ccc.jpg,James Pond 3: Operation Starfish,GEN,Platform,Electronic Arts,Millennium Interactive Ltd,,,,,,,1993-04-09, +/games/boxart/9526752ccc.jpg,James Pond: Underwater Agent,GEN,Platform,Electronic Arts,Millennium Interactive,,,,,,,1991-01-01, +/games/boxart/8694164ccc.jpg,Jazz Jackrabbit,PC,Platform,Epic Games,Epic MegaGames,,,,,,,1994-07-30, +/games/boxart/7523315ccc.jpg,Jazz Jackrabbit 2,PC,Platform,Epic Games,Epic Games,,,,,,,1998-07-31, +/games/boxart/default.jpg,Jelly Boy,SNES,Platform,Ocean,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_jelly-boy_96PALFront.jpg,Jelly Boy,GB,Platform,Ocean,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_5931130AmericaFrontccc.jpg,Jett Rocket,WW,Platform,Shin'en,Shin'en Multimedia,,,,,,,2010-06-28, +/games/boxart/full_7536225AmericaFrontccc.jpg,Jill of the Jungle,PC,Platform,Epic Games,Epic Games,,,,,,,1992-01-01, +/games/boxart/full_3521596PALFrontccc.jpg,Jill of the Jungle: Jill Goes Underground,PC,Platform,Epic Games,Epic Games,,,,,,,1992-01-01, +/games/boxart/full_799044PALFrontccc.jpg,Jill of the Jungle: Jill Saves The Prince,PC,Platform,Epic Games,Epic Games,,,,,,,1992-01-01, +/games/boxart/full_7398728AmericaFrontccc.jpg,Jill of the Jungle: The Complete Trilogy,PC,Platform,Epic Games,Epic Games,,,,,,,1993-01-01, +/games/boxart/full_jim-power_595JapanFront.jpg,Jim Power,PCE,Platform,Micro World,Loriciels,,,,,,,1993-03-19, +/games/boxart/full_jim-power-lost-dimension-in-3d_278AmericaFront.jpg,Jim Power: Lost Dimension in 3D,SNES,Platform,Electro Brain,Loriciels,,,,,,,1993-12-01, +/games/boxart/full_4030729AmericaFrontccc.jpg,Jimmy Neutron: Boy Genius,PC,Platform,THQ,AWE Games,,,,,,,2001-11-06, +/games/boxart/full_9028983PALFrontccc.jpg,Jinx,PS,Platform,Sony Computer Entertainment,Hammerhead,,,,,,,2003-01-31, +/games/boxart/full_joe-amp-mac-caveman-ninja_7AmericaFront.jpg,Joe & Mac: Caveman Ninja,PC,Platform,New World Computing,Data East,,,,,,,1991-01-01, +/games/boxart/full_7788587AmericaFrontccc.jpg,Joe & Mac,SNES,Platform,Data East,Data East,,,,,,,1992-01-01, +/games/boxart/full_830377AmericaFrontccc.jpg,Joe & Mac,NES,Platform,Data East,Data East,,,,,,,1991-01-01, +/games/boxart/804431ccc.jpg,Joe & Mac,GB,Platform,Data East,"MotiveTime, Ltd.",,,,,,,1993-06-01, +/games/boxart/8637699ccc.jpg,Joe & Mac,GEN,Platform,Takara,Eden Entertainment Software,,,,,,,1991-01-01, +/games/boxart/full_9162167AmericaFrontccc.jpg,Joe & Mac 2: Lost in the Tropics,SNES,Platform,Data East,Data East,,,,,,,1994-04-01, +/games/boxart/4150198ccc.jpg,Johnny Bazookatone,SAT,Platform,U.S. Gold,Arc Developments,,,,,,,1996-01-01, +/games/boxart/9563070ccc.jpg,Johnny Bazookatone,3DO,Platform,U.S. Gold,Arc Developments,,,,,,,1995-01-01, +/games/boxart/default.jpg,Johnny Platform Saves Christmas,XBL,Platform,Unknown,IshiEiketsu,,,,,,,, +/games/boxart/full_4976889AmericaFrontccc.jpg,Johnny Platform Saves Xmas!,XBL,Platform,Microsoft,IshiEiketsu,,,,,,,2009-12-08, +/games/boxart/full_6839697AmericaFrontccc.jpg,Johnny Platform's Biscuit Romp,XBL,Platform,Microsoft,IshiEiketsu,,,,,,,2008-12-26, +/games/boxart/9458750ccc.jpg,Journey to Silius,NES,Platform,Sunsoft,Tokai Engineering,,,,,,,1990-09-01, +/games/boxart/6823790ccc.jpg,Joust,5200,Platform,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_7864464AmericaFrontccc.jpg,Joust,XBL,Platform,Midway Games,Digital Eclipse,7.4,,,,,,2005-11-22, +/games/boxart/6241580ccc.jpg,Joust,Lynx,Platform,"Shadowsoft, Inc.","Shadowsoft, Inc.",,,,,,,1992-01-01, +/games/boxart/full_joust_0AmericaFront.jpg,Joust,NES,Platform,HAL Laboratory,HAL Laboratory,,,,,,,1988-10-01, +/games/boxart/default.jpg,Joust,PSN,Platform,Midway Games,Digital Eclipse,,,,,,,2007-05-24, +/games/boxart/7556393ccc.jpg,Joust,7800,Platform,Atari,Atari,,,,,,,1986-01-01, +/games/boxart/full_8360823AmericaFrontccc.jpg,Judge Dredd,PC,Platform,Acclaim Entertainment,Acclaim,,,,,,,1997-01-01, +/games/boxart/7291471ccc.jpg,Judge Dredd,GB,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-02, +/games/boxart/full_9305204AmericaFrontccc.jpg,Judge Dredd,GEN,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/full_6419013AmericaFrontccc.jpg,Judge Dredd,GG,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/7512086ccc.jpg,Judge Dredd,SNES,Platform,Acclaim Entertainment,Probe Software,,,,,,,1995-10-26, +/games/boxart/full_3016366AmericaFrontccc.jpg,Jumper Robot,XBL,Platform,Microsoft,Angel Z,,,,,,,2009-11-16, +/games/boxart/full_4517285AmericaFrontccc.png,Jumping Flash!,PSN,Platform,Sony Computer Entertainment,Exact,,,,,,,2007-01-04, +/games/boxart/full_7748813AmericaFrontccc.png,Jumping Flash! 2,PSN,Platform,Sony Computer Entertainment,Exact,,,,,,,2009-10-01, +/games/boxart/full_8742917AmericaFrontccc.jpg,Jumpman,PC,Platform,IBM,Epyx,,,,,,,1984-01-01, +/games/boxart/5121774ccc.jpg,Jungle Hunt,5200,Platform,Atari,Taito Corporation,,,,,,,1983-01-01, +/games/boxart/full_jurassic-park-iii-dino-defender_0AmericaFront.jpg,Jurassic Park III: Dino Defender,PC,Platform,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2001-06-29, +/games/boxart/4050831ccc.jpg,Jurassic Park III: The DNA Factor,GBA,Platform,Konami,KCEA Honolulu,4,,,,,,2001-07-16, +/games/boxart/1160461ccc.jpg,Jurassic Park Part 2: The Chaos Continues,GB,Platform,Ocean,Ocean,,,,,,,1994-12-01, +/games/boxart/8757889ccc.jpg,Jurassic Park Part 2: The Chaos Continues,SNES,Platform,Ocean,Ocean,,,,,,,1994-11-01, +/games/boxart/full_jurassic-park-rampage-edition_4AmericaFront.jpg,Jurassic Park: Rampage Edition,GEN,Platform,Sega,Bluesky Innovations,,,,,,,1994-01-01, +/games/boxart/full_justice-league-injustice-for-all_7AmericaFront.jpg,Justice League: Injustice for All,GBA,Platform,Midway Games,Saffire Corporation,5.6,,,,,,2002-11-17, +/games/boxart/5681952ccc.jpg,Kabuki Quantum Fighter,NES,Platform,HAL Laboratory,Human Entertainment,,,,,,,1991-01-01, +/games/boxart/full_kaettekita-mario-bros-fds_657JapanFront.jpg,Kaettekita Mario Bros. (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1988-11-30, +/games/boxart/full_5237657AmericaFrontccc.jpg,KAITEN PATISSIER,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-10-05, +/games/boxart/full_kaizou-chounin-shubibinman_5JapanFront.jpg,Kaizou Chounin Shubibinman,VC,Platform,Hudson Soft,NCS,,,,,,,2007-03-27, +/games/boxart/full_kaizou-chounin-shubibinman_5JapanFront.jpg,Kaizou Chounin Shubibinman,PCE,Platform,NCS,NCS,,,,,,,1989-03-18, +/games/boxart/full_kaizou-chounin-shubibinman_904JapanFront.jpg,Kaizou Chounin Shubibinman,PSN,Platform,NCS,NCS,,,,,,,2011-01-19, +/games/boxart/full_kaizou-chounin-shubibinman-3-ikai-no-princess_8JapanFront.jpg,Kaizou Chounin Shubibinman 3: Ikai no Princess,PCE,Platform,NCS,NCS,,,,,,,1992-02-28, +/games/boxart/full_kaizou-chounin-shubibinman-3-ikai-no-princess_788JapanFront.jpg,Kaizou Chounin Shubibinman 3: Ikai no Princess,PSN,Platform,Unknown,NCS,,,,,,,2011-04-20, +/games/boxart/full_8981004AmericaFrontccc.jpg,Kaleidoscope,XBL,Platform,Microsoft,Morsel,,,,,,,2010-02-12, +/games/boxart/full_8634993AmericaFrontccc.jpg,Kalimba,PC,Platform,Microsoft Studios,Press Play,,,,,,,2015-04-22, +/games/boxart/full_2597747JapanFrontccc.jpg,Kamen Rider Kuuga,PS,Platform,Bandai,Bandai,,,,,,,2000-12-21, +/games/boxart/full_6470AmericaFrontccc.jpg,Kameo: Elements of Power,XBL,Platform,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-08-11, +/games/boxart/6339205ccc.jpg,Kangaroo,5200,Platform,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/2989585ccc.jpg,Kao the Kangaroo,DC,Platform,Titus,X-Ray Interactive,6.6,,,,,,2001-02-13, +/games/boxart/full_7377847AmericaFrontccc.jpg,Kao the Kangaroo Round 2,XB,Platform,Atari,Tate Interactive,,,,,,,2006-03-21, +/games/boxart/5354964ccc.jpg,Karnov,NES,Platform,Data East,Data East,,,,,,,1990-12-01, +/games/boxart/full_karoshi_920PALFront.jpg,Karoshi,PSN,Platform,Unknown,YoYo Games Ltd.,,,,,,,2011-04-06, +/games/boxart/full_9169630JapanFrontccc.jpg,Kaze no Klonoa: Moonlight Museum,WS,Platform,Bandai,Bandai,,,,,,,1999-05-20, +/games/boxart/full_keith-courage-in-alpha-zones_0AmericaFront.jpg,Keith Courage in Alpha Zones,PCE,Platform,NEC,Hudson Soft,,,,,,,1989-01-01, +/games/boxart/301993ccc.jpg,Kendo Rage,SNES,Platform,Seta Corporation,Affect,,,,,,,1993-10-01, +/games/boxart/full_kenseiden_3AmericaFront.jpg,Kenseiden,MS,Platform,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_6574866JapanFrontccc.jpg,Kessakusen! Ganbare Goemon 1+ 2: Yuki-hime to Magginesu,GBA,Platform,Konami,Konami,,,,,,,2005-04-21, +/games/boxart/full_2256121AmericaFrontccc.jpg,Kid Chameleon,VC,Platform,Sega,Sega Technical Institute,6.7,,,,,,2007-05-28, +/games/boxart/3279575ccc.jpg,Kid Chameleon,GEN,Platform,Sega,Sega Technical Institute,,,,,,,1992-05-28, +/games/boxart/full_kid-chameleon_580AmericaFront.jpg,Kid Chameleon,PC,Platform,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/full_5076876AmericaFrontccc.jpg,Kid Dracula,GB,Platform,Konami,Konami,,,,,,,1993-01-01, +/games/boxart/full_3611784AmericaFrontccc.jpg,Kid Icarus,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2007-02-12, +/games/boxart/full_8364252JapanFrontccc.jpg,Kid Icarus (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-12-19, +/games/boxart/full_7780709AmericaFrontccc.jpg,Kid Icarus: Of Myths and Monsters,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,1991-11-01, +/games/boxart/full_4466691AmericaFrontccc.jpg,Kid Klown in Crazy Chase,SNES,Platform,Kemco,Kemco,,,,,,,1994-01-01, +/games/boxart/full_3374812JapanFrontccc.jpg,Kid Klown in Crazy Chase 2: Love Love Hani Soudatsusen,PS,Platform,Kemco,Kemco,,,,,,,1996-12-06, +/games/boxart/full_6569759AmericaFrontccc.png,Kid Klown in Night Mayor World,NES,Platform,Kemco,Kemco,,,,,,,1993-04-01, +/games/boxart/5395188ccc.jpg,Kid Kool,NES,Platform,Victory Lap Games,Vic Tokai,,,,,,,1990-03-01, +/games/boxart/full_387771AmericaFrontccc.jpg,Kid Niki: Radical Ninja,NES,Platform,Data East,Irem Software Engineering,,,,,,,1987-11-01, +/games/boxart/8966882ccc.gif,Kirby 64: The Crystal Shards,VC,Platform,Nintendo,HAL Laboratory,7.5,,,,,,2008-02-25, +/games/boxart/full_1489309AmericaFrontccc.jpg,Kirby Super Star,VC,Platform,Nintendo,HAL Laboratory,,,,,,,2010-05-17, +/games/boxart/full_kirbys-dream-land_461AmericaFront.jpg,Kirby's Dream Land,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2011-06-30, +/games/boxart/full_kirbys-dream-land-3ds-vc_270AmericaFront.jpg,Kirby's Dream Land,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-06-30, +/games/boxart/full_3307248AmericaFrontccc.jpg,Kirby's Dream Land 3,VC,Platform,Nintendo,HAL Laboratory,,,,,,,2009-01-05, +/games/boxart/full_2364381AmericaFrontccc.jpg,Kiwi Kraze: A Bird-Brained Adventure!,NES,Platform,Taito,Software Creations,,,,,,,1991-04-01, +/games/boxart/default.jpg,Klonoa: Door to Phantomile,PSN,Platform,Namco Bandai,Namco,,,,,,,2011-07-06, +/games/boxart/default.jpg,Knuckles Chaotix,GEN,Platform,Sega,Sega,,,,,,,1995-04-01, +/games/boxart/full_6211905AmericaFrontccc.jpg,Kodama,WinP,Platform,Unknown,Unknown,,,,,,,2014-08-08, +/games/boxart/full_konami-wai-wai-world_8JapanFront.jpg,Konami Wai Wai World,NES,Platform,Konami,Konami,,,,,,,1988-01-14, +/games/boxart/1542294ccc.jpg,Kung Fu Kid,MS,Platform,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_6092114AmericaFrontccc.jpg,Kung Fu Panda,XBL,Platform,Activision,Luxoflux,,,,,,,2010-03-30, +/games/boxart/full_la-mulana_968AmericaFront.jpg,La-Mulana,WW,Platform,Unknown,"Asterizm Co., Ltd",,,,,,,, +/games/boxart/full_9735843AmericaFrontccc.jpg,La-Mulana 2,PC,Platform,AGM Playism,Nigoro,,,,,,,2018-07-30,2019-04-08 +/games/boxart/full_2815489PALFrontccc.jpg,Land of Illusion starring Mickey Mouse,MS,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_landit-bandit_2AmericaFront.jpg,Landit Bandit,PSN,Platform,Unknown,The Bearded Ladies,,,,,,,2010-07-13, +/games/boxart/full_5394834PALFrontccc.jpg,Lanfeust of Troy,DS,Platform,Atari,Visual Impact,,,,,,,2007-12-07, +/games/boxart/full_1322320PALFrontccc.jpg,Lanfeust of Troy,PSP,Platform,Atari,Tate Interactive,,,,,,,2008-05-07, +/games/boxart/full_legend-of-hero-tonma_7AmericaFront.jpg,Legend of Hero Tonma,VC,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-09-24, +/games/boxart/full_legend-of-hero-tonma_1AmericaFront.jpg,Legend of Hero Tonma,PCE,Platform,NEC,Irem Software Engineering,,,,,,,1993-01-01, +/games/boxart/full_5773874AmericaFrontccc.jpg,Legend of Illusion starring Mickey Mouse,GG,Platform,Sega,Aspect,,,,,,,1995-01-01, +/games/boxart/default.jpg,Legend of Illusion starring Mickey Mouse,MS,Platform,Tec Toy,Aspect,,,,,,,1994-01-01, +/games/boxart/full_4623972PALFrontccc.jpg,LEGO Bionicle Double Pack,PC,Platform,Focus Home Interactive,Argonaut Games / Asylum Entertainment,,,,,,,2006-10-06, +/games/boxart/full_497736AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,PC,Platform,Activision,KnowWonder Digital Mediaworks,,,,,,,2004-11-10, +/games/boxart/full_4446600AmericaFrontccc.jpg,Lester the Unlikely,SNES,Platform,DTMC,Visual Concepts,,,,,,,1994-01-01, +/games/boxart/7993159ccc.jpg,Lethal Weapon,SNES,Platform,Ocean,Ocean,,,,,,,1992-12-01, +/games/boxart/full_4800271AmericaFrontccc.jpg,Lilly Adventure,2600,Platform,Unknown,Quelle,,,,,,,1983-01-01, +/games/boxart/full_limbo_1AmericaFront.jpg,LIMBO,XBL,Platform,Microsoft Game Studios,Playdead,9,,,,,,2011-04-19, +/games/boxart/full_limbo_698AmericaFront.jpg,LIMBO,PSN,Platform,Unknown,Playdead,9,,,,,,2011-07-19, +/games/boxart/default.jpg,LIMBO,Linux,Platform,Playdead,Playdead,,,,,,,2014-06-23, +/games/boxart/full_2605228AmericaFrontccc.png,LIMBO,XOne,Platform,Playdead,Playdead,,,,,,,2014-12-05, +/games/boxart/2997548ccc.jpg,Little Nemo the Dream Master,NES,Platform,Capcom,Capcom,,,,,,,1990-09-01, +/games/boxart/6139869ccc.jpg,Little Samson,NES,Platform,Taito,Takeru,,,,,,,1992-10-22, +/games/boxart/full_littlebigplanet_831AmericaFront.jpg,LittleBigPlanet,PSN,Platform,Sony Computer Entertainment,Media Molecule,8.6,,,,,,2011-06-02, +/games/boxart/full_littlebigplanet-psp_7AmericaFront.png,LittleBigPlanet (PSP),PSN,Platform,Sony Music Entertainment,SCEE Cambridge,8.7,,,,,,2009-11-24,2018-12-03 +/games/boxart/full_littlebigplanet-2-special-edition_462AmericaFront.jpg,LittleBigPlanet 2: Special Edition,PS3,Platform,Sony Computer Entertainment,Media Molecule,,,,,,,2011-11-15, +/games/boxart/full_9988174AmericaFrontccc.png,LocoRoco,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,8.1,,,,,,2008-04-23,2018-09-17 +/games/boxart/full_1368673AmericaFrontccc.jpg,LocoRoco 2,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,8.6,,,,,,2009-02-10,2018-09-17 +/games/boxart/full_8269269AmericaFrontccc.jpg,LocoRoco Cocoreccho!,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2007-09-21,2018-09-17 +/games/boxart/full_8384693AmericaFrontccc.png,LocoRoco Midnight Carnival,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,7.1,,,,,,2009-10-29,2018-09-17 +/games/boxart/full_lode-runner-for-wonderswan_7JapanFront.jpg,Lode Runner for WonderSwan,WS,Platform,Banpresto,Banpresto,,,,,,,2000-04-20, +/games/boxart/full_8661948AmericaFrontccc.jpg,LogiGun,PC,Platform,Unknown,Unknown,,,,,,,2012-08-01, +/games/boxart/full_2330301PALFrontccc.jpg,Lomax,PC,Platform,Psygnosis,Psygnosis,,,,,,,1997-06-06, +/games/boxart/full_looney-tunes_458AmericaFront.jpg,Looney Tunes,GB,Platform,Sunsoft,SunSoft,,,,,,,1992-10-01, +/games/boxart/full_looney-tunes-carrot-crazy_59AmericaFront.jpg,Looney Tunes: Carrot Crazy,GB,Platform,Infogrames,Velez & Dubail,,,,,,,1999-04-01, +/games/boxart/full_554425PALFrontccc.jpg,Looney Tunes: Taz Express,N64,Platform,Infogrames,Zed Two Limited,,,,,,,2000-08-01, +/games/boxart/34240ccc.jpg,Looney Tunes: Twouble!,GB,Platform,Infogrames,Bit Managers,,,,,,,1999-03-30, +/games/boxart/2694228ccc.jpg,LostWinds,WW,Platform,Frontier Developments,Frontier Developments,8.2,,,,,,2008-05-12, +/games/boxart/full_5669963AmericaFrontccc.jpg,LostWinds: Winter of the Melodias,WW,Platform,Frontier Developments,Frontier Developments,8.6,,,,,,2009-10-19, +/games/boxart/full_low-g-man-the-low-gravity-man_8AmericaFront.jpg,Low G Man: The Low Gravity Man,NES,Platform,Taxan,Taxan,,,,,,,1990-09-01, +/games/boxart/default.jpg,Luc Bernard's Eternity's Child,WW,Platform,Unknown,Alten8,,,,,,,, +/games/boxart/default.jpg,Luc Bernard's Eternity's Child,DS,Platform,Unknown,Alten8,,,,,,,, +/games/boxart/full_7568386AmericaFrontccc.jpg,Lucidity,PC,Platform,LucasArts,LucasArts,7,,,,,,2009-10-07, +/games/boxart/full_1097706AmericaFrontccc.jpg,Lucidity,XBL,Platform,LucasArts,LucasArts,7,,,,,,2009-10-07, +/games/boxart/full_7316462PALFrontccc.jpg,Lucky Luke,GB,Platform,Infogrames,Infogrames,,,,,,,1996-01-01, +/games/boxart/full_1083319PALFrontccc.jpg,Lucky Luke,SNES,Platform,Infogrames,Infogrames,,,,,,,1997-10-27, +/games/boxart/full_5630093PALFrontccc.jpg,Lucky Luke (GBC),GB,Platform,Infogrames,Infogrames,,,,,,,1999-07-09, +/games/boxart/full_5264705PALFrontccc.jpg,Lucky Luke: Desperado Train,GB,Platform,Infogrames,Infogrames,,,,,,,2000-01-01, +/games/boxart/full_lumi_4AmericaFront.jpg,Lumi,XBL,Platform,Microsoft,Kydos Studios,,,,,,,2010-07-12, +/games/boxart/full_m-amp-ms-mini-madness_726AmericaFront.jpg,M & M's Mini Madness,GB,Platform,Majesco,Pipe Dream Interactive,,,,,,,2000-12-08, +/games/boxart/full_mc-kids_3AmericaFront.jpg,M.C. Kids,NES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-02-01, +/games/boxart/full_4244112AmericaFrontccc.jpg,Machiavelli's Ascent,XBL,Platform,Microsoft,Naturally Formed Studios,,,,,,,2008-12-29, +/games/boxart/full_magic-boy_83AmericaFront.jpg,Magic Boy,PC,Platform,Empire Interactive,Blue Turtle,,,,,,,1993-01-01, +/games/boxart/9073942ccc.jpg,Magic Boy,SNES,Platform,JVC,Empire Interactive,,,,,,,1996-08-01, +/games/boxart/full_8117234AmericaFrontccc.jpg,Magic Sword,SNES,Platform,Capcom,Capcom,,,,,,,1993-01-01, +/games/boxart/default.jpg,Magical Whip: Wizards of Phantasmal Forest,DSiW,Platform,SilverStar,SilverStarJapan,,,,,,,2010-11-10, +/games/boxart/full_makai-prince-dorabocchan_4JapanFront.jpg,Makai Prince Dorabocchan,PCE,Platform,Naxat Soft,Naxat Soft,,,,,,,1990-12-21, +/games/boxart/full_makai-mura-for-wonderswan_7JapanFront.jpg,Makaimura for WonderSwan,WS,Platform,Bandai,Capcom,,,,,,,1999-07-22, +/games/boxart/full_6498741PALFrontccc.jpg,Man Overboard!,GEN,Platform,Codemasters,Zeppelin Games,,,,,,,1994-01-01, +/games/boxart/full_manic-miner_103PALFront.jpg,Manic Miner,GBA,Platform,Jester Interactive,Jester Interactive,,,,,,,2002-08-09, +/games/boxart/full_2488863JapanFrontccc.jpg,Mappy,GG,Platform,Namco,Namco,,,,,,,1991-05-24, +/games/boxart/full_8832994JapanFrontccc.jpg,Mappy,VC,Platform,Namco Bandai,Namco,,,,,,,2008-01-29, +/games/boxart/default.jpg,Mappy (Arcade),VC,Platform,Namco Bandai,Namco,,,,,,,2009-03-27, +/games/boxart/full_7624629JapanFrontccc.jpg,Mappy Kids,NES,Platform,Namco,Namco,,,,,,,1989-12-22, +/games/boxart/full_8257328AmericaFrontccc.jpg,Mappy-Land,NES,Platform,Taxan,Namco,,,,,,,1989-04-01, +/games/boxart/3659420ccc.gif,Mario Bros.,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2006-11-19, +/games/boxart/3938224ccc.jpg,Mario Bros.,5200,Platform,Atari,Atari,,,,,,,1983-10-01, +/games/boxart/2781674ccc.jpg,Mario Bros.,7800,Platform,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_7437027AmericaFrontccc.jpg,Mario Clash,VB,Platform,Nintendo,Nintendo R&D1,,,,,,,1995-10-01, +/games/boxart/full_marko_2AmericaFront.jpg,Marko,GG,Platform,Domark Software,Domark Software,,,,,,,1993-01-01, +/games/boxart/full_2522552AmericaFrontccc.jpg,Marko,SCD,Platform,Good Night Brave Warrior,Good Deal Games,,,,,,,2004-01-01, +/games/boxart/default.jpg,Marko's Magic Football,SNES,Platform,Acclaim Entertainment,The Kremlin,,,,,,,1995-01-01, +/games/boxart/full_5828310AmericaFrontccc.jpg,Marsupilami,GEN,Platform,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_8076152AmericaFrontccc.jpg,Marvel Super Heroes: War of the Gems,SNES,Platform,Capcom,Capcom,,,,,,,1996-11-01, +/games/boxart/full_8604942AmericaFrontccc.jpg,Mary-Kate and Ashley: Get a Clue!,GB,Platform,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-06-01, +/games/boxart/full_master-of-darkness_1PALFront.jpg,Master of Darkness,MS,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_7155822AmericaFrontccc.jpg,Maui Mallard in Cold Shadow,SNES,Platform,Nintendo,Eurocom Entertainment Software,,,,,,,1996-01-01, +/games/boxart/full_3267941AmericaFrontccc.jpg,Maui Mallard in Cold Shadow,PC,Platform,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,1996-09-30, +/games/boxart/full_5754063AmericaFrontccc.jpg,Maui Mallard in Cold Shadow,GB,Platform,Sunsoft,Eurocom Entertainment Software,,,,,,,1998-01-01, +/games/boxart/full_4347122AmericaFrontccc.jpg,Max & the Magic Marker,PC,Platform,Press Play,Press Play,,,,,,,2010-02-08, +/games/boxart/full_1824315AmericaFrontccc.jpg,Max & the Magic Marker,WW,Platform,Press Play,Press Play,7,,,,,,2010-03-08, +/games/boxart/full_max-ampamp-the-magic-marker-gold-edition_85AmericaFront.jpg,Max & the Magic Marker: Gold Edition,PSN,Platform,Pan Vision,Press Play,7,,,,,,2011-11-01, +/games/boxart/full_maximo-ghosts-to-glory_571AmericaFront.jpg,Maximo: Ghosts to Glory,PSN,Platform,Capcom,Capcom,,,,,,,2011-10-04, +/games/boxart/full_maya-the-bee-klatschmohnwiese-in-gefahr_575PALFront.jpg,Maya the Bee: Klatschmohnwiese in Gefahr,DS,Platform,Midway Games,Independent Arts Software GmbH,,,,,,,2006-11-15, +/games/boxart/full_7695802PALFrontccc.jpg,Maya the Bee: Klatschmohnwiese in Gefahr,GBA,Platform,Midway Games,Independent Arts Software GmbH,,,,,,,2006-11-22, +/games/boxart/full_6990170PALFrontccc.jpg,Maya The Bee: Sweet Gold,GBA,Platform,Midway Games,Shin'en Multimedia,,,,,,,2005-03-18, +/games/boxart/full_514937PALFrontccc.jpg,Maya The Bee: The Great Adventure,GBA,Platform,Acclaim Entertainment,Shin'en Multimedia,,,,,,,2002-03-27, +/games/boxart/full_3617433AmericaFrontccc.jpg,Mega Man,PC,Platform,Capcom,Capcom,,,,,,,1990-01-01, +/games/boxart/full_rockman_132AmericaFront.jpg,Mega Man,PSN,Platform,Sony Computer Entertainment,Capcom,,,,,,,2011-01-18, +/games/boxart/full_9585661AmericaFrontccc.jpg,Mega Man,VC,Platform,Capcom,Capcom,,,,,,,2008-08-18, +/games/boxart/full_6541965AmericaFrontccc.jpg,Mega Man,GG,Platform,U.S. Gold,Freestyle,,,,,,,1995-01-01, +/games/boxart/full_5171995AmericaFrontccc.jpg,Mega Man 10,WW,Platform,Capcom,Inti Creates,8.3,,,,,,2010-03-01, +/games/boxart/full_mega-man-10_2AmericaFront.jpg,Mega Man 10,PSN,Platform,Capcom,Inti Creates,7.9,,,,,,2010-03-11, +/games/boxart/full_3696217AmericaFrontccc.jpg,Mega Man 10,XBL,Platform,Capcom,Inti Creates,8.4,,,,,,2010-03-31, +/games/boxart/full_mega-man-2_780AmericaFront.jpg,Mega Man 2,PSN,Platform,Sony Computer Entertainment,Capcom,,,,,,,2011-02-01, +/games/boxart/full_3966625AmericaFrontccc.jpg,Mega Man 2,VC,Platform,Capcom,Capcom,9.5,,,,,,2008-09-15, +/games/boxart/full_4917014AmericaFrontccc.jpg,Mega Man 3,PC,Platform,Capcom,Capcom,,,,,,,1992-01-01, +/games/boxart/full_mega-man-3_836AmericaFront.jpg,Mega Man 3,PSN,Platform,Sony Computer Entertainment,Capcom,,,,,,,2011-03-08, +/games/boxart/full_3912211AmericaFrontccc.jpg,Mega Man 3,VC,Platform,Capcom,Capcom,,,,,,,2008-11-10, +/games/boxart/full_2514076AmericaFrontccc.jpg,Mega Man 4,VC,Platform,Capcom,Capcom,8,,,,,,2010-04-19, +/games/boxart/default.jpg,Mega Man 5,WiiU,Platform,Capcom,Capcom,,,,,,,2014-07-24, +/games/boxart/full_mega-man-5_469AmericaFront.jpg,Mega Man 5,VC,Platform,Capcom,Capcom,8.5,,,,,,2011-06-16, +/games/boxart/full_1524939AmericaFrontccc.png,Mega Man 6,WiiU,Platform,Capcom,Capcom,,,,,,,2014-08-21,2018-04-10 +/games/boxart/default.jpg,Mega Man 6,3DS,Platform,Capcom,Capcom,,,,,,,2013-06-20, +/games/boxart/full_6345937AmericaFrontccc.png,Mega Man 9,WW,Platform,Capcom,Inti Creates,8.1,,,,,,2008-09-22, +/games/boxart/full_4917609AmericaFrontccc.jpg,Mega Man 9,PSN,Platform,Capcom,Inti Creates,8,,,,,,2008-09-25, +/games/boxart/full_5986181AmericaFrontccc.jpg,Mega Man 9,XBL,Platform,Capcom,Inti Creates,8.1,,,,,,2008-10-01, +/games/boxart/full_mega-man-anniversary-collectioncancelled_456AmericaFront.jpg,Mega Man Anniversary Collection,GBA,Platform,Unknown,Capcom,,,,,,,, +/games/boxart/full_931332JapanFrontccc.jpg,Mega Man Dual Pack,PSP,Platform,Capcom,Capcom,,,,,,,2011-09-16, +/games/boxart/full_3107313AmericaFrontccc.png,Mega Man Maverick Hunter X,PSN,Platform,Capcom,Capcom,,,,,,,2009-10-29, +/games/boxart/default.jpg,Mega Man Powered Up,PSN,Platform,Unknown,Capcom,,,,,,,, +/games/boxart/default.jpg,Mega Man Universe,XBL,Platform,Unknown,Capcom,,,,,,,, +/games/boxart/default.jpg,Mega Man Universe,PSN,Platform,Unknown,Capcom,,,,,,,, +/games/boxart/4306907ccc.jpg,Mega Man V,GB,Platform,Capcom,Capcom,,,,,,,1994-09-01, +/games/boxart/full_mega-man-x_761AmericaFront.jpg,Mega Man X,VC,Platform,Capcom,Capcom,,,,,,,2011-04-18, +/games/boxart/full_8189726AmericaFrontccc.jpg,Mega Man X,PC,Platform,Capcom,Capcom,,,,,,,1995-01-01, +/games/boxart/full_1462520PALFrontccc.jpg,Mega Man X3,PS,Platform,Virgin Interactive,Capcom,,,,,,,1997-07-01, +/games/boxart/full_5900797AmericaFrontccc.jpg,Mega Man X3,PC,Platform,Capcom,Capcom,,,,,,,1998-01-01, +/games/boxart/full_6821841PALFrontccc.jpg,Mega Man X3,SAT,Platform,Capcom,Capcom,,,,,,,1996-01-01, +/games/boxart/full_5730741AmericaFrontccc.jpg,Mega Man X4,PC,Platform,Capcom,Capcom,,,,,,,1998-01-01, +/games/boxart/full_3136974AmericaFrontccc.jpg,Mega Man X5,PS3,Platform,Unknown,Capcom,,,,,,,2014-09-09, +/games/boxart/full_8359713AmericaFrontccc.jpg,Mega Man X5,PSV,Platform,Capcom,Capcom,,,,,,,2014-09-09, +/games/boxart/full_7983105AmericaFrontccc.jpg,Mega Man X5,PC,Platform,Capcom,Capcom,,,,,,,2002-08-20, +/games/boxart/default.jpg,Mega Man X6,PC,Platform,Capcom,Capcom,,,,,,,2002-12-13, +/games/boxart/full_3223878PALFrontccc.jpg,Mega Man X8,PC,Platform,Capcom,Capcom,,,,,,,2005-11-01, +/games/boxart/default.jpg,Mega Man: Dr. Wily's Revenge,3DS,Platform,Capcom,Capcom,7.5,,,,,,2011-06-07, +/games/boxart/full_mega-man-the-wily-wars_6PALFront.jpg,Mega Man: The Wily Wars,GEN,Platform,Capcom,Capcom,,,,,,,1994-10-20, +/games/boxart/6065420ccc.jpg,Mega Turrican,GEN,Platform,Data East,Factor 5,,,,,,,1994-01-01, +/games/boxart/9020106ccc.jpg,Mega Turrican,VC,Platform,Factor 5,Factor 5,,,,,,,2008-04-14, +/games/boxart/3663222ccc.gif,Merlin,GB,Platform,Electronic Arts,RFX Interactive,,,,,,,2001-02-03, +/games/boxart/7272130ccc.jpg,Michael Jackson's Moonwalker,MS,Platform,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_2599316AmericaFrontccc.jpg,Michael Jackson's Moonwalker,VC,Platform,Unknown,Ultimate Productions,,,,,,,, +/games/boxart/full_9437033AmericaFrontccc.jpg,Michael Jackson's Moonwalker,GEN,Platform,Sega,Ultimate Productions,,,,,,,1990-08-24, +/games/boxart/default.jpg,Michael Jackson's Moonwalker,GG,Platform,Unknown,Sega,,,,,,,, +/games/boxart/4551396ccc.jpg,Michael Jordan in Chaos in the Windy City,SNES,Platform,Electronic Arts,Electronic Arts,,,,,,,1994-11-01, +/games/boxart/3073197ccc.jpg,Mick & Mack as the Global Gladiators,GEN,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, +/games/boxart/full_4352871AmericaFrontccc.jpg,Mickey Mania: The Timeless Adventures of Mickey Mouse,SNES,Platform,Sony Imagesoft,Traveller's Tales,,,,,,,1995-03-30, +/games/boxart/full_3973592AmericaFrontccc.jpg,Mickey Mania: The Timeless Adventures of Mickey Mouse,SCD,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,1994-01-01, +/games/boxart/8053615ccc.jpg,Mickey Mania: The Timeless Adventures of Mickey Mouse,GEN,Platform,Sony Imagesoft,Traveller's Tales,,,,,,,1994-01-01, +/games/boxart/full_mickey-mouse-magic-wands_373AmericaFront.jpg,Mickey Mouse: Magic Wands!,GB,Platform,Nintendo,Kemco,,,,,,,1998-05-01, +/games/boxart/2008918ccc.jpg,Mickey Mousecapade,NES,Platform,Capcom,Hudson Soft,,,,,,,1988-10-01, +/games/boxart/full_6020950JapanFrontccc.jpg,Mickey to Donald Magical Adventure 3,SNES,Platform,Capcom,Capcom,,,,,,,1995-12-08, +/games/boxart/full_3969919AmericaFrontccc.jpg,Mickey's Dangerous Chase,GB,Platform,Capcom,Kotobuki Systems,,,,,,,1992-01-01, +/games/boxart/full_mickeys-wild-adventure_834PALFront.jpg,Mickey's Wild Adventure,PS,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,1996-03-01, +/games/boxart/1060414ccc.jpg,Mighty Bomb Jack,VC,Platform,Tecmo,Tecmo,,,,,,,2007-05-07, +/games/boxart/1424841ccc.jpg,Mighty Bomb Jack,NES,Platform,Tecmo,Tecmo,,,,,,,1987-07-01, +/games/boxart/full_1347170AmericaFrontccc.jpg,Mighty Max,SNES,Platform,Ocean,Ocean,,,,,,,1995-02-01, +/games/boxart/1127869ccc.jpg,Mighty Morphin' Power Rangers,GB,Platform,Bandai,Tom Create,,,,,,,1994-08-01, +/games/boxart/full_1072709AmericaFrontccc.jpg,Mighty No. 9,X360,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 +/games/boxart/full_8232745PALFrontccc.jpg,Mighty No. 9,3DS,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 +/games/boxart/full_8919531AmericaFrontccc.jpg,Mighty No. 9,PS3,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 +/games/boxart/full_5854582AmericaFrontccc.jpg,Mighty No. 9,Linux,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 +/games/boxart/full_9004179AmericaFrontccc.jpg,Mighty No. 9,PSV,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 +/games/boxart/full_2336640AmericaFrontccc.jpg,Mighty No. 9,OSX,Platform,Eidos Interactive Ltd,Comcept,,,,,,,2016-01-01,2018-07-04 +/games/boxart/default.jpg,Mighty Switch Force,PC,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2015-06-01, +/games/boxart/full_mighty-switch-force_413AmericaFront.png,Mighty Switch Force,3DS,Platform,WayForward,WayForward Technologies,,,,,,,2011-12-22, +/games/boxart/full_millennium-man_593AmericaFront.jpg,Millennium Man,XBL,Platform,Microsoft,Fixed-Point Consulting LLC,,,,,,,2011-08-01, +/games/boxart/3893985ccc.gif,Milon's Secret Castle,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2007-06-04, +/games/boxart/default.jpg,Milon's Secret Castle,DS,Platform,Unknown,Hudson Soft,,,,,,,, +/games/boxart/full_237337AmericaFrontccc.jpg,Milon's Secret Castle,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-03-01, +/games/boxart/9321210ccc.jpg,Milon's Secret Castle,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1988-09-01, +/games/boxart/full_miner-2049er_4AmericaFront.jpg,Miner 2049er,GB,Platform,Big Five Software,Big Five Software,,,,,,,1992-10-01, +/games/boxart/5938276ccc.jpg,Miner 2049er,2600,Platform,Tigervision,Tigervision,,,,,,,1983-01-01, +/games/boxart/default.jpg,Miner 2049er,PC,Platform,Unknown,Big Five Software,,,,,,,1983-01-01, +/games/boxart/2459979ccc.jpg,Miner 2049er,5200,Platform,Big Five Software,Big Five Software,,,,,,,1983-01-01, +/games/boxart/full_2144431AmericaFrontccc.jpg,Miner 2049er Volume II,2600,Platform,Tigervision,Tigervision,,,,,,,1983-06-01, +/games/boxart/full_minna-de-spelunker-black_29JapanFront.jpg,Minna de Spelunker Black,PSN,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-01-07, +/games/boxart/full_miracle-adventure_7JapanFront.jpg,Miracle Adventure,NG,Platform,SNK,Data East,,,,,,,1994-12-18, +/games/boxart/default.jpg,Mister Rogers the Video Game,PC,Platform,Unknown,SM64Guy,,,,,,,, +/games/boxart/full_mohawk-and-headphone-jack_0AmericaFront.jpg,Mohawk and Headphone Jack,SNES,Platform,Black Pearl,Solid Software,,,,,,,1996-08-01, +/games/boxart/full_2805082AmericaFrontccc.png,Momodora III,PC,Platform,rdein,Bombservice,,,,,,,2014-07-01,2018-01-05 +/games/boxart/full_7036581AmericaFrontccc.jpg,Monster in My Pocket,NES,Platform,Konami,Konami,,,,,,,1992-01-01, +/games/boxart/full_5434318AmericaFrontccc.jpg,Monster Lair,VC,Platform,Nintendo,Alfa System,,,,,,,2007-12-17, +/games/boxart/full_9758230AmericaFrontccc.jpg,Monster Lair,PCE,Platform,NEC,Alfa System,,,,,,,1989-01-01, +/games/boxart/1041502ccc.jpg,Monster Party,NES,Platform,Bandai,Bandai,,,,,,,1989-06-01, +/games/boxart/full_310861JapanFrontccc.jpg,Monster World IV,GEN,Platform,Sega,Westone Bit Entertainment,,,,,,,1994-04-01, +/games/boxart/full_monsters-probably-stole-my-princess_6PALFront.jpg,Monsters (Probably) Stole My Princess!,PSN,Platform,Mediatonic,Mediatonic Ltd.,8.4,,,,,,2010-04-22, +/games/boxart/full_monsters-probably-stole-my-princess_3AmericaFront.jpg,Monsters (Probably) Stole My Princess!,XBL,Platform,Microsoft,Mediatonic Ltd.,,,,,,,2010-08-24, +/games/boxart/full_monsters-inc-scream-team_123AmericaFront.jpg,"Monsters, Inc. Scream Team",PSN,Platform,Sony Computer Entertainment,Artificial Mind and Movement,,,,,,,2011-03-08, +/games/boxart/full_6349586AmericaFrontccc.png,Monty on the Run,ACPC,Platform,Gremlin Graphics,Unknown,,,,,,,1985-01-01,2018-01-06 +/games/boxart/full_8494146PALFrontccc.jpg,Mr Bean,PS2,Platform,Blast! Entertainment Ltd,Beyond Reality,,,,,,,2007-12-14, +/games/boxart/full_mr-nutz_81PALFront.jpg,Mr Nutz,GBA,Platform,Infogrames,Dream On,,,,,,,2001-01-01, +/games/boxart/full_7898111AmericaFrontccc.jpg,Mr. Bones,SAT,Platform,Sega,Zono Inc.,,,,,,,1996-09-30, +/games/boxart/full_mr-gimmick_4PALFront.jpg,Mr. Gimmick,NES,Platform,Sunsoft,Authentic Entertainment,,,,,,,1993-05-19, +/games/boxart/default.jpg,Mr. Nutz,GB,Platform,Ocean,Ocean,,,,,,,1994-01-01, +/games/boxart/full_4521585AmericaFrontccc.jpg,Mr. Nutz,GBC,Platform,Infogrames,Planet Interactive,,,,,,,1999-12-01,2019-04-23 +/games/boxart/full_2492120PALFrontccc.jpg,Mr. Nutz,GEN,Platform,Ocean,Ocean,,,,,,,1994-01-01, +/games/boxart/full_6053252AmericaFrontccc.jpg,Mr. Nutz,SNES,Platform,Ocean,Ocean,,,,,,,1994-08-01, +/games/boxart/full_mr-nutz-gbc_157AmericaFront.jpg,Mr. Nutz (GBC),GB,Platform,Infogrames,Planet Interactive,,,,,,,1999-12-01, +/games/boxart/full_8467688AmericaFrontccc.jpg,Mr. Robot,PC,Platform,Moonpod,Moonpod,,,,,,,2007-01-10, +/games/boxart/full_ms-splosion-man_939AmericaFront.jpg,Ms. 'Splosion Man,XBL,Platform,Twisted Pixel Games,Twisted Pixel Games,8.4,,,,,,2011-07-13, +/games/boxart/full_5233150AmericaFrontccc.png,Ms. 'Splosion Man,WinP,Platform,Microsoft Studios,Twisted Pixel Games,,,,,,,2013-04-03,2018-10-01 +/games/boxart/full_4719171AmericaFrontccc.jpg,Ms. 'Splosion Man,PC,Platform,Microsoft Studios,Twisted Pixel Games,,,,,,,2013-04-03,2018-10-02 +/games/boxart/full_mugen-senshi-valis_969JapanFront.jpg,Mugen Senshi Valis,PSN,Platform,Hudson Soft,Nippon Telenet,,,,,,,2010-12-15, +/games/boxart/full_mugen-senshi-valis_762JapanFront.jpg,Mugen Senshi Valis,PCE,Platform,Nippon Telenet,Nippon Telenet,,,,,,,1992-03-19, +/games/boxart/full_3287707AmericaFrontccc.jpg,Murasaki Baby,PSV,Platform,Sony Computer Entertainment,Ovosonico,,,,,,,2014-09-16,2018-09-22 +/games/boxart/default.jpg,Mushroom Men: Truffle Trouble,PC,Platform,Red Fly Studio,Red Fly Studio,,,,,,,2015-03-10, +/games/boxart/full_mutant-mudds_486AmericaFront.png,Mutant Mudds,3DS,Platform,Nintendo,Renegade Kid,,,,,,,2012-01-26, +/games/boxart/full_mystery-quest_0AmericaFront.jpg,Mystery Quest,NES,Platform,Taxan,Carry Lab.,,,,,,,1989-04-01, +/games/boxart/full_3375787AmericaFrontccc.jpg,Mystic Defender,GEN,Platform,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_8316403AmericaFrontccc.jpg,N+,XBL,Platform,Metanet Software Inc.,Slick Entertainment,,,,,,,2008-02-20, +/games/boxart/3585096ccc.jpg,Naruto: Ninja Council 2,GBA,Platform,D3 Publisher,Aspect,,,,,,,2006-10-04, +/games/boxart/full_5107361AmericaFrontccc.jpg,Nasty,XBL,Platform,Microsoft,Kris Steele,,,,,,,2009-08-24, +/games/boxart/full_new-adventure-island_402AmericaFront.jpg,New Adventure Island,PSN,Platform,Hudson Soft,Now Production,,,,,,,2011-06-07, +/games/boxart/full_new-adventure-island_5AmericaFront.jpg,New Adventure Island,PCE,Platform,NEC,Now Production,,,,,,,1992-01-01, +/games/boxart/full_new-adventure-island_1AmericaFront.jpg,New Adventure Island,VC,Platform,Hudson Soft,Now Production,,,,,,,2007-02-19, +/games/boxart/full_6213576AmericaFrontccc.jpg,Nicktoons: Attack of the Toybots,GBA,Platform,THQ,Firemint,,,,,,,2007-10-23, +/games/boxart/9448364ccc.jpg,Nicktoons: Attack of the Toybots,DS,Platform,THQ,Natsume,,,,,,,2007-10-23, +/games/boxart/full_niko-niko-pun_7JapanFront.jpg,Niko-Niko Pun,PCE,Platform,NHK,ISCO,,,,,,,1991-12-13, +/games/boxart/full_nin2-jump_669AmericaFront.jpg,Nin2-Jump,XBL,Platform,Cave,Cave,7.3,,,,,,2011-04-27, +/games/boxart/full_ninja-chop_519AmericaFront.jpg,Ninja Chop!!,XBL,Platform,Microsoft,zerozerozero,,,,,,,2010-03-11, +/games/boxart/full_ninja-crusaders_6AmericaFront.jpg,Ninja Crusaders,NES,Platform,Sammy Corporation,NMK,,,,,,,1990-12-01, +/games/boxart/7262085ccc.jpg,Ninja Gaiden,Lynx,Platform,Tecmo,Atari,,,,,,,1991-07-01, +/games/boxart/full_228679AmericaFrontccc.jpg,Ninja Gaiden,GG,Platform,Sega,Tecmo,,,,,,,1991-01-01, +/games/boxart/2047927ccc.jpg,Ninja Gaiden,NES,Platform,Konami,Tecmo,,,,,,,1989-03-01, +/games/boxart/full_202599AmericaFrontccc.jpg,Ninja Gaiden,VC,Platform,Tecmo,Tecmo,,,,,,,2007-05-14, +/games/boxart/full_5484586PALFrontccc.jpg,Ninja Gaiden,MS,Platform,Sega,Tecmo,,,,,,,1988-01-01, +/games/boxart/6377984ccc.jpg,Ninja Gaiden II: The Dark Sword of Chaos,VC,Platform,Tecmo,Tecmo,,,,,,,2007-10-15, +/games/boxart/full_ninja-gaiden-ii-the-dark-sword-of-chaos_8AmericaFront.jpg,Ninja Gaiden II: The Dark Sword of Chaos,NES,Platform,Tecmo,Tecmo,,,,,,,1990-05-01, +/games/boxart/7903164ccc.png,Ninja Gaiden III: The Ancient Ship of Doom,VC,Platform,Tecmo,Tecmo,,,,,,,2008-02-18, +/games/boxart/4717994ccc.jpg,Ninja Gaiden III: The Ancient Ship of Doom,NES,Platform,Tecmo,Tecmo,,,,,,,1991-08-01, +/games/boxart/406423ccc.jpg,Ninja Gaiden Shadow,GB,Platform,Tecmo,Natsume,,,,,,,1991-12-13, +/games/boxart/full_ninja-gaiden-trilogy_1AmericaFront.jpg,Ninja Gaiden Trilogy,SNES,Platform,Tecmo,Team Ninja,,,,,,,1995-08-10, +/games/boxart/full_5059290AmericaFrontccc.jpg,Ninja Guardian,XBL,Platform,Microsoft,Phoenix Game Studios,,,,,,,2009-08-30, +/games/boxart/full_ninja-jajamaru-kun_8JapanFront.jpg,Ninja JaJaMaru-kun,VC,Platform,Jaleco,Jaleco Entertainment,,,,,,,2007-10-22, +/games/boxart/full_ninja-jajamaru-kun_6JapanFront.jpg,Ninja JaJaMaru-kun,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1985-11-15, +/games/boxart/default.jpg,Ninja JaJaMaru-kun: Pen wa Ken Yorimo Kyoushidegozaru,DS,Platform,Unknown,Jaleco Entertainment,,,,,,,, +/games/boxart/full_ninja-jajamaru-kun-ginga-daisakusen_7JapanFront.jpg,Ninja JaJaMaru: Ginga Daisakusen,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1991-03-29, +/games/boxart/255045ccc.jpg,Ninja Kid,NES,Platform,Bandai,TOSE Software,,,,,,,1986-10-29, +/games/boxart/full_7150647JapanFrontccc.jpg,Ninja Ryuukenden,PCE,Platform,Hudson Soft,Tecmo,,,,,,,1992-01-24, +/games/boxart/full_4568825JapanFrontccc.jpg,Ninja Ryuukenden,VC,Platform,Tecmo,Tecmo,,,,,,,2009-04-20, +/games/boxart/full_ninja-sneaking_36AmericaFront.jpg,Ninja Sneaking,XBL,Platform,Microsoft,WINGLAY,,,,,,,2011-08-27, +/games/boxart/full_3693684JapanFrontccc.jpg,Ninja-Kun: Ashura no Shou,VC,Platform,Jaleco,UPL,,,,,,,2009-05-19, +/games/boxart/full_35445JapanFrontccc.jpg,Ninja-Kun: Ashura no Shou,NES,Platform,UPL,UPL,,,,,,,1988-05-27, +/games/boxart/full_ninjah_589AmericaFront.jpg,Ninjah,XBL,Platform,Unknown,Big Stupid Face,,,,,,,, +/games/boxart/full_ninjamurai_515AmericaFront.jpg,Ninjamurai,PSN,Platform,Unknown,Open Emotion Studios,,,,,,,2011-07-05, +/games/boxart/full_541920PALFrontccc.jpg,Noah's Ark,NES,Platform,Konami,Source Research & Development,,,,,,,1992-01-01, +/games/boxart/full_7922312PALFrontccc.jpg,Noddy and the Magic Book,PS2,Platform,Unknown,Neko Entertainment,,,,,,,, +/games/boxart/full_noobow_112JapanFront.jpg,Noobow,GB,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-12-11, +/games/boxart/full_notebook-adventures_626AmericaFront.jpg,Notebook Adventures,XBL,Platform,Microsoft,Six3six Studios,,,,,,,2011-04-08, +/games/boxart/full_nuts-amp-milk_483JapanFront.jpg,Nuts & Milk,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1984-07-28, +/games/boxart/full_nuts-amp-milk_388JapanFront.jpg,Nuts & Milk,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2007-11-20, +/games/boxart/full_8190687AmericaFrontccc.jpg,NyxQuest: Kindred Spirits,WW,Platform,Over The Top Games,Over The Top Games,8.4,,,,,,2009-08-10, +/games/boxart/full_nyxquest-kindred-spirits_982AmericaFront.jpg,NyxQuest: Kindred Spirits,PC,Platform,Over The Top Games,Over The Top Games,,,,,,,2010-09-27, +/games/boxart/full_3074775JapanFrontccc.jpg,Obocchamakun,PCE,Platform,Namco,Pack-In-Video,,,,,,,1991-03-15, +/games/boxart/full_8386024AmericaFrontccc.jpg,Oddworld Adventures,GB,Platform,GT Interactive,Saffire Corporation,,,,,,,1998-12-01, +/games/boxart/full_4517555AmericaFrontccc.jpg,Oddworld Adventures 2,GB,Platform,GT Interactive,Saffire Corporation,,,,,,,2000-01-01, +/games/boxart/full_9149803AmericaFrontccc.jpg,Oddworld Pack,PC,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2008-08-28, +/games/boxart/full_1913325AmericaFrontccc.png,Oddworld: Abe's Exoddus,PSN,Platform,Sony Computer Entertainment,Oddworld Inhabitants,,,,,,,2009-10-22, +/games/boxart/full_8353353AmericaFrontccc.png,Oddworld: Abe's Exoddus,PSN,Platform,Sony Computer Entertainment,Oddworld Inhabitants,,,,,,,2009-10-22, +/games/boxart/3142817ccc.jpg,Oddworld: Abe's Exoddus,PC,Platform,GT Interactive,Oddworld Inhabitants,8.3,,,,,,1998-11-30, +/games/boxart/2514766ccc.jpg,Oddworld: Abe's Oddysee,PC,Platform,GT Interactive,Oddworld Inhabitants,8.1,,,,,,1997-10-31, +/games/boxart/full_3224790AmericaFrontccc.png,Oddworld: Abe's Oddysee,PSN,Platform,Sony Computer Entertainment,Oddworld Inhabitants,,,,,,,2009-10-22, +/games/boxart/full_2728380AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,Linux,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-02-25, +/games/boxart/full_2746888AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,XOne,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-03-27, +/games/boxart/full_7880636PALFrontccc.png,Oddworld: Abe's Oddysee New N' Tasty!,PS3,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-04-21, +/games/boxart/full_1263836AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,PSV,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2020-12-31, +/games/boxart/full_3094832PALFrontccc.png,Oddworld: Abe's Oddysee New N' Tasty!,X360,Platform,Unknown,Just Add Water,,,,,,,2014-01-01, +/games/boxart/full_3073541AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,OSX,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-02-25, +/games/boxart/default.jpg,Oddworld: Munch's Oddysee,PSV,Platform,Unknown,Just Add Water,,,,,,,, +/games/boxart/default.jpg,Oddworld: Munch's Oddysee,PSN,Platform,Unknown,Just Add Water,,,,,,,, +/games/boxart/default.jpg,Oddworld: Stranger's Wrath,PSV,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2012-12-18, +/games/boxart/full_6876902AmericaFrontccc.jpg,Oggy and the Cockroaches,GBA,Platform,Telegames,Xilam,,,,,,,2005-03-22, +/games/boxart/default.jpg,Oio,PC,Platform,Unknown,Uncanny Games,,,,,,,, +/games/boxart/default.jpg,OIO The Game,PC,Platform,Unknown,Uncanny,,,,,,,, +/games/boxart/default.jpg,OIOThe Game,PC,Platform,Unknown,Uncanny Games,,,,,,,, +/games/boxart/full_1545174AmericaFrontccc.jpg,On A Roll,XBL,Platform,Microsoft,Battenberg Software,,,,,,,2009-09-21, +/games/boxart/full_824158AmericaFrontccc.jpg,Onslaught,XBL,Platform,Microsoft,Stainless,,,,,,,2009-01-21, +/games/boxart/full_onslaught_70AmericaFront.jpg,Onslaught,GEN,Platform,Ballistic,Nextgrand,,,,,,,1991-01-01, +/games/boxart/full_oretachi-game-center-zoku-sono-2-crazy-climber_2JapanFront.jpg,Oretachi Game Center Zoku Sono 2: Crazy Climber,PS2,Platform,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, +/games/boxart/full_oretachi-game-center-zoku-burger-time_9JapanFront.jpg,Oretachi Game Center Zoku: Burger Time,PS2,Platform,Hamster Corporation,Hamster Corporation,,,,,,,2005-10-27, +/games/boxart/full_6264481JapanFrontccc.jpg,Oretachi Game Center: Akumajou Dracula,PS2,Platform,Konami,Hamster Corporation,,,,,,,2006-05-25, +/games/boxart/full_3987320AmericaFrontccc.jpeg,Ori and the Blind Forest,XOne,Platform,Microsoft Studios,Moon Studios,,,,,,,2015-03-11,2018-01-04 +/games/boxart/6447663ccc.jpg,Oscar,SNES,Platform,Titus,Flair Software,,,,,,,1996-10-01, +/games/boxart/full_3632270AmericaFrontccc.jpg,Oscar in Movieland,DSiW,Platform,Virtual Playground,Virtual Playground,,,,,,,2010-02-08, +/games/boxart/full_4492633AmericaFrontccc.jpg,Oscar in Toyland,DSiW,Platform,Virtual Playground,Virtual Playground,,,,,,,2009-09-14, +/games/boxart/full_oscar-in-toyland-2_480AmericaFront.jpg,Oscar in Toyland 2,DSiW,Platform,Virtual Playground,Sanuk Games,,,,,,,2011-02-14, +/games/boxart/full_oscars-world-tour_433AmericaFront.jpg,Oscar's World Tour,DSiW,Platform,Virtual Playground,Virtual Playground,,,,,,,2011-07-28, +/games/boxart/full_46337AmericaFrontccc.png,Oscura Second Shadow,And,Platform,Silver Style,Silver Style,,,,,,,2014-08-28, +/games/boxart/full_3161476AmericaFrontccc.jpg,Out of This World,3DO,Platform,Interplay,Delphine Software International,,,,,,,1994-01-01, +/games/boxart/full_4777808AmericaFrontccc.jpg,Out of This World,GEN,Platform,Virgin Interactive,Delphine Software International,,,,,,,1993-01-01, +/games/boxart/full_7471149AmericaFrontccc.jpg,Out of This World,PC,Platform,U.S. Gold,Delphine Software International,,,,,,,1991-01-01, +/games/boxart/8938497ccc.jpg,Out of This World,SNES,Platform,Interplay,Delphine Software International,,,,,,,1992-11-01, +/games/boxart/2250508ccc.jpg,Out to Lunch,SNES,Platform,Mindscape,Mindscape,,,,,,,1993-11-01, +/games/boxart/full_out-to-lunch_313PALFront.jpg,Out to Lunch,GB,Platform,Mindscape,Mindscape Inc.,,,,,,,1993-01-01, +/games/boxart/full_outland_463AmericaFront.jpg,Outland,PSN,Platform,Ubisoft,Housemarque,8.4,,,,,,2011-06-14, +/games/boxart/full_outland_254AmericaFront.jpg,Outland,XBL,Platform,Ubisoft,Housemarque,8.4,,,,,,2011-04-27, +/games/boxart/full_916967AmericaFrontccc.jpg,Over the Hedge,PC,Platform,Activision,Beenox,6.7,,,,,,2006-05-09, +/games/boxart/full_2106902AmericaFrontccc.jpg,Over the Hedge: Hammy Goes Nuts!,GBA,Platform,Activision,Vicarious Visions,,,,,,,2006-10-10, +/games/boxart/4226825ccc.jpg,Pac-in-Time,GB,Platform,Namco,Atreid Concept SA,,,,,,,1995-02-01, +/games/boxart/full_pac-in-time_115AmericaFront.jpg,Pac-in-Time,PC,Platform,Mindscape,Kalisto,,,,,,,1994-01-01, +/games/boxart/full_pac-in-time_769AmericaFront.jpg,Pac-In-Time,SNES,Platform,Namco,Atreid Concept SA,,,,,,,1995-01-01, +/games/boxart/8503070ccc.jpg,Pac-Land,Lynx,Platform,Atari,Atari,,,,,,,1992-12-31, +/games/boxart/full_5456821JapanFrontccc.jpg,Pac-Land,NES,Platform,Namco,Namco,,,,,,,1985-11-21, +/games/boxart/full_4807785AmericaFrontccc.jpg,Pac-Land,PCE,Platform,NEC,Namco,,,,,,,1990-01-01, +/games/boxart/5392269ccc.jpg,Pac-Man 2: The New Adventures,GEN,Platform,Namco,Ballistic,,,,,,,1994-01-01, +/games/boxart/2148955ccc.jpg,Pac-Man 2: The New Adventures,SNES,Platform,Namco,Namco,,,,,,,1994-04-06, +/games/boxart/full_3917226AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,PC,Platform,Namco Bandai Games,Monkey Bar Games,,,,,,,2013-10-29,2018-12-02 +/games/boxart/2002218ccc.gif,Pac-Man World,GBA,Platform,Namco,Full Fat,,,,,,,2004-11-17, +/games/boxart/9632421ccc.jpg,Pac-Man World,PS,Platform,Namco,Namco,,,,,,,1999-09-30, +/games/boxart/full_4142547AmericaFrontccc.jpg,Pac-Man World 2,PC,Platform,Hip Interactive,Namco,,,,,,,2004-05-25, +/games/boxart/3840363ccc.jpg,Pac-Man World 2,PS2,Platform,Namco,Namco,,,,,,,2002-02-24, +/games/boxart/full_pallurikio_1AmericaFront.jpg,Pallurikio,PSN,Platform,Playstos Entertainment,Playstos Entertainment,,,,,,,2010-06-15, +/games/boxart/full_2352321AmericaFrontccc.jpg,Pallurikio,WW,Platform,Playstos Entertainment,Playstos Entertainment,,,,,,,2009-12-21, +/games/boxart/full_9111316AmericaFrontccc.jpg,Pandemonium 2,PC,Platform,Crystal Dynamics,Toys for Bob,,,,,,,1997-06-30, +/games/boxart/full_4906433AmericaFrontccc.jpg,Pandemonium!,SAT,Platform,Crystal Dynamics,Toys for Bob,,,,,,,1997-01-01, +/games/boxart/full_5555791AmericaFrontccc.png,Pandemonium!,PSN,Platform,Sony Computer Entertainment,Toys for Bob,,,,,,,2009-10-08, +/games/boxart/full_9273730AmericaFrontccc.jpg,Pandemonium!,PC,Platform,Crystal Dynamics,Crystal Dynamics,,,,,,,1997-06-30, +/games/boxart/full_pandemonium_605AmericaFront.jpg,Pandemonium!,NGage,Platform,Eidos Interactive,Ideaworks3D,5.8,,,,,,2003-10-06, +/games/boxart/full_panic-restaurant_63AmericaFront.jpg,Panic Restaurant,NES,Platform,Taito,EIM,,,,,,,1992-10-01, +/games/boxart/full_papyrus_42PALFront.jpg,Papyrus,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2000-01-01, +/games/boxart/default.jpg,Parasitus,XBL,Platform,Unknown,TBA,,,,,,,, +/games/boxart/full_parasol-stars-the-story-of-bubble-bobble-iii_10PALFront.jpg,Parasol Stars: Rainbow Islands II,NES,Platform,Ocean,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/full_parasol-stars_1AmericaFront.jpg,Parasol Stars: The Story of Bubble Bobble III,PCE,Platform,Working Designs,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/full_parasol-stars_3AmericaFront.jpg,Parasol Stars: The Story of Bubble Bobble III,VC,Platform,Taito,Taito Corporation,,,,,,,2008-08-19, +/games/boxart/full_6789382AmericaFrontccc.png,Patapon,PSN,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.7,,,,,,2009-09-02, +/games/boxart/full_7996799AmericaFrontccc.png,Patapon 2,PSN,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.2,,,,,,2009-05-06, +/games/boxart/full_patapon-3_410AmericaFront.jpg,Patapon 3,PSN,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,,,,,,,2011-04-12, +/games/boxart/4553215ccc.jpg,Penguin Adventure,PC,Platform,Unknown,Konami,,,,,,,, +/games/boxart/full_phantom-2040_1AmericaFront.jpg,Phantom 2040,SNES,Platform,Viacom,Viacom New Media,,,,,,,1995-06-01, +/games/boxart/5756695ccc.jpg,Phantom 2040,GEN,Platform,Viacom,Viacom New Media,,,,,,,1995-01-01, +/games/boxart/full_9766708AmericaFrontccc.jpg,Phantom 2040,GG,Platform,Viacom,Unexpected Development,,,,,,,1995-01-01, +/games/boxart/9106632ccc.jpg,Piglet's Big Game,PC,Platform,THQ,Doki Denki,,,,,,,2003-01-01, +/games/boxart/full_3074827AmericaFrontccc.jpg,Pink Goes to Hollywood,GEN,Platform,TecMagik,HeadGames,,,,,,,1993-01-01, +/games/boxart/8693245ccc.jpg,Pink Goes to Hollywood,SNES,Platform,TecMagik,Manley and Associates Inc.,,,,,,,1993-11-01, +/games/boxart/full_pinky-and-the-brain-the-master-plan_10PALFront.jpg,Pinky and the Brain: The Master Plan,GBA,Platform,Unknown,Warthog,,,,,,,2020-12-31, +/games/boxart/4744631ccc.jpg,Pinobee,PS,Platform,Konami,Artoon,,,,,,,2003-04-17, +/games/boxart/3973322ccc.jpg,Pitfall,5200,Platform,Activision,Activision,,,,,,,1983-01-01, +/games/boxart/8877265ccc.jpg,Pitfall II: Lost Caverns,5200,Platform,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/full_pitfall-ii-lost-caverns_4AmericaFront.jpg,Pitfall II: Lost Caverns,PC,Platform,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/915777ccc.jpg,Pitfall: The Mayan Adventure,AJ,Platform,Atari,Activision,,,,,,,1995-10-01, +/games/boxart/1834657ccc.jpg,Pitfall: The Mayan Adventure,SCD,Platform,Activision,Activision,,,,,,,1994-01-01, +/games/boxart/full_7754890AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,PC,Platform,Activision,Activision,,,,,,,1996-01-01, +/games/boxart/full_6539112AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,GEN,Platform,Activision,Activision,,,,,,,1994-01-01, +/games/boxart/full_8655212AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,VC,Platform,Activision,Activision,,,,,,,2009-04-13, +/games/boxart/full_3471430AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,SNES,Platform,Activision,Redline Games,,,,,,,1994-11-01, +/games/boxart/full_pixn-love-rush_305PALFront.jpg,Pix'n Love Rush,PSN,Platform,Sanuk Games,Bulkypix,,,,,,,2011-03-01, +/games/boxart/full_3697080AmericaFrontccc.jpg,Pixel Man,XBL,Platform,Microsoft,Super Gravelyn Bros,,,,,,,2009-09-19, +/games/boxart/394418ccc.jpg,PixelJunk Eden,PSN,Platform,Sony Computer Entertainment,Q-Games,7.9,,,,,,2008-07-31, +/games/boxart/full_1694052AmericaFrontccc.jpg,Planet Pachinko,WW,Platform,Allied Kingdoms,Allied Kingdoms,,,,,,,2009-01-12, +/games/boxart/full_3472212AmericaFrontccc.jpg,Plasma Spheres,XBL,Platform,Microsoft,abnormalsoft,,,,,,,2008-11-30, +/games/boxart/full_platformance-castle-pain_1AmericaFront.jpg,PLATFORMANCE : Castle Pain,XBL,Platform,Microsoft,Magiko Gaming,,,,,,,2010-07-24, +/games/boxart/full_platformance-temple-death_983AmericaFront.jpg,PLATFORMANCE: Temple Death,XBL,Platform,Microsoft,Magiko Gaming,,,,,,,2011-06-20, +/games/boxart/full_5124961AmericaFrontccc.jpg,PlayStation Move Ape Escape,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,3.5,,,,,,2011-07-05,2018-09-17 +/games/boxart/full_playstation-move-heroes_686AmericaFront.jpg,PlayStation Move Heroes,PSN,Platform,Sony Computer Entertainment,Nihilistic Software,,,,,,,2011-03-22, +/games/boxart/full_3001543AmericaFrontccc.jpg,Plok,SNES,Platform,Tradewest,Software Creations,,,,,,,1993-09-01, +/games/boxart/full_pocket-zaurus-ju-ouken-no-nazo_8JapanFront.jpg,Pocket Zaurus: Ju Ouken no Nazo,NES,Platform,Bandai,Bandai,,,,,,,1987-02-27, +/games/boxart/default.jpg,Pole's Big Adventure,WW,Platform,Sega,Sega,,,,,,,2009-02-03, +/games/boxart/full_popeye_3JapanFront.jpg,Popeye,GB,Platform,Sigma,Sigma Ent. Inc.,,,,,,,1990-04-20, +/games/boxart/2958160ccc.jpg,Popeye,5200,Platform,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/full_2986233AmericaFrontccc.jpg,Popeye 2,GB,Platform,Activision,Sigma Ent. Inc.,,,,,,,1993-10-01, +/games/boxart/full_porky-pigs-haunted-holiday_5AmericaFront.jpg,Porky Pig's Haunted Holiday,SNES,Platform,Acclaim Entertainment,Phoenix Interactive Entertainment,,,,,,,1995-10-01, +/games/boxart/full_4675790AmericaFrontccc.jpg,Portal Runner,GB,Platform,3DO,Handheld Games,,,,,,,2001-09-01, +/games/boxart/full_postman-pat-and-the-greendale-rocket_10PALFront.jpg,Postman Pat and the Greendale Rocket,GBA,Platform,Game Factory,Neko Entertainment,,,,,,,2007-02-16, +/games/boxart/full_4470445AmericaFrontccc.jpg,Power Blade,NES,Platform,Taito,Natsume,,,,,,,1991-03-01, +/games/boxart/full_2632418AmericaFrontccc.jpg,Power Blade 2,NES,Platform,Taito,Natsume,,,,,,,1992-10-01, +/games/boxart/7264267ccc.jpg,Power Piggs of the Dark Ages,SNES,Platform,Titus,Radical Entertainment,,,,,,,1996-05-01, +/games/boxart/full_5624788AmericaFrontccc.jpg,Prehistorik Man,SNES,Platform,Titus,Kemco,,,,,,,1996-01-01, +/games/boxart/5871002ccc.jpg,Prehistorik Man,GB,Platform,Titus,Kemco,,,,,,,1996-01-01, +/games/boxart/full_130670AmericaFrontccc.jpg,Prehistorik Man,DSiW,Platform,Interplay,Interplay,,,,,,,2010-02-15, +/games/boxart/8617281ccc.jpg,Prince of Persia,GB,Platform,Virgin Interactive,Virgin Games,,,,,,,1992-01-01, +/games/boxart/3061853ccc.jpg,Prince of Persia,SNES,Platform,Konami,Arsys Software Inc.,,,,,,,1992-11-01, +/games/boxart/1781285ccc.jpg,Prince of Persia,SCD,Platform,Sega,Bits Laboratory,,,,,,,1992-01-01, +/games/boxart/full_4766200AmericaFrontccc.jpg,Prince of Persia,NES,Platform,Virgin Interactive,"MotiveTime, Ltd.",,,,,,,1992-11-01, +/games/boxart/473244ccc.jpg,Prince of Persia (1989),PC,Platform,Broderbund,Brøderbund,,,,,,,1989-01-01, +/games/boxart/full_prince-of-persia-2-the-shadow-and-the-flame_5AmericaFront.jpg,Prince of Persia 2: The Shadow and the Flame,SNES,Platform,Titus,Titus Software,,,,,,,1996-10-01, +/games/boxart/6353943ccc.jpg,Prince of Persia 2: The Shadow and the Flame,PC,Platform,Mindscape,Brøderbund,,,,,,,1993-01-01, +/games/boxart/full_5244953AmericaFrontccc.jpg,Prince of Persia Classic,XBL,Platform,Ubisoft,Gameloft,7.7,,,,,,2007-06-13, +/games/boxart/full_prince-of-persia-classic_6AmericaFront.jpg,Prince of Persia Classic,PSN,Platform,Ubisoft,Gameloft,8.6,,,,,,2008-10-23, +/games/boxart/7551450ccc.jpg,Prince of Persia: Arabian Nights,DC,Platform,Mattel Interactive,Avalanche Software,7.6,,,,,,2000-12-06, +/games/boxart/full_7117883AmericaFrontccc.jpg,Prince of Persia: Epilogue,PSN,Platform,Ubisoft,Ubisoft Montreal,,,,,,,2009-03-05, +/games/boxart/full_569899AmericaFrontccc.jpg,Prince of Persia: Epilogue,XBL,Platform,Ubisoft,Ubisoft Montreal,,,,,,,2009-03-05, +/games/boxart/full_prinny-2-dawn-of-operation-panties-dood_452AmericaFront.jpg,"Prinny 2: Dawn of Operation Panties, Dood!",PSN,Platform,NIS America,Nippon Ichi Software,,,,,,,2011-01-11, +/games/boxart/full_4452890AmericaFrontccc.png,Prinny: Can I Really be the Hero?,PSN,Platform,NIS America,Nippon Ichi Software,,,,,,,2009-09-30, +/games/boxart/full_pro-jumper-guilty-gear-tangent_290AmericaFront.jpg,Pro Jumper! Guilty Gear Tangent!?,DSiW,Platform,Aksys Games,Arc System Works,,,,,,,2011-06-23, +/games/boxart/full_professional-tealer_556AmericaFront.jpg,Professional $tealer,XBL,Platform,Microsoft,Aly Ameen,,,,,,,2011-08-29, +/games/boxart/full_4999316JapanFrontccc.jpg,Psycho Dream,SNES,Platform,Riot,Riot,,,,,,,1992-12-11, +/games/boxart/7225033ccc.jpg,Psycho Fox,MS,Platform,Sega,Vic Tokai,,,,,,,1989-01-01, +/games/boxart/full_6109063AmericaFrontccc.jpg,Psychonauts,XBL,Platform,Majesco,Double Fine Productions,,,,,,,2007-12-04, +/games/boxart/full_puccas-kisses-game_831AmericaFront.jpg,Pucca's Kisses Game,WW,Platform,Big Ben Interactive,Bigben Interactive,,,,,,,2011-02-14, +/games/boxart/442227ccc.jpg,Puggsy,SCD,Platform,Psygnosis,Traveller's Tales,,,,,,,1993-01-01, +/games/boxart/full_puggsy_280AmericaFront.jpg,Puggsy,GEN,Platform,Psygnosis,Traveller's Tales,,,,,,,1993-01-01, +/games/boxart/full_1072248JapanFrontccc.jpg,Pulseman,VC,Platform,Sega,Game Freak,,,,,,,2009-07-13, +/games/boxart/full_6207317JapanFrontccc.jpg,Pulseman,GEN,Platform,Sega,Game Freak,,,,,,,1994-07-22, +/games/boxart/8772175ccc.jpg,Puss 'N Boots: Pero's Great Adventure,NES,Platform,Electro Brain,Shouei,,,,,,,1990-06-01, +/games/boxart/full_7056687AmericaFrontccc.jpg,Putt-Putt and Pep's Dog on a Stick,PC,Platform,Unknown,Humongous,,,,,,,1996-01-01, +/games/boxart/full_174906AmericaFrontccc.jpg,Putty Squad,3DS,Platform,Maximum Games,System 3,,,,,,,2014-05-20,2018-09-17 +/games/boxart/full_6870310AmericaFrontccc.jpg,Putty Squad,X360,Platform,System 3,System 3,,,,,,,2014-06-25,2018-09-17 +/games/boxart/786862ccc.gif,QuackShot starring Donald Duck,GEN,Platform,Sega,Sega (AM7),,,,,,,1991-12-19, +/games/boxart/full_quartet_2AmericaFront.jpg,Quartet,MS,Platform,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_5744285AmericaFrontccc.jpg,Quest for the Shaven Yak starring Ren & Stimpy,GG,Platform,Sega,Realtime Associates,,,,,,,1994-01-01, +/games/boxart/default.jpg,Quest for the Shaven Yak Starring Ren & Stimpy,MS,Platform,Tec Toy,Realtime Associates,,,,,,,1993-01-01, +/games/boxart/full_raguy-cd_735JapanFront.jpg,Raguy (CD),NG,Platform,ADK,ADK Corporation,,,,,,,1994-10-31, +/games/boxart/full_rainbow-islands_6PALFront.jpg,Rainbow Islands,GB,Platform,TDK Core,Taito Corporation,,,,,,,2001-01-01, +/games/boxart/2169831ccc.jpg,Rainbow Islands,NES,Platform,Taito,Disco,,,,,,,1991-06-01, +/games/boxart/full_rainbow-islands-puttys-party_3JapanFront.jpg,Rainbow Islands: Putty's Party,WS,Platform,Bandai,Bandai,,,,,,,2000-06-29, +/games/boxart/full_rainbow-islands-story-of-the-bubble-bobble-2_7PALFront.jpg,Rainbow Islands: Story of the Bubble Bobble 2,MS,Platform,Sega,Taito Corporation,,,,,,,1993-01-01, +/games/boxart/full_random-the-dungeon_1AmericaFront.jpg,Random the Dungeon,XBL,Platform,Microsoft,Last Man on the Sun,,,,,,,2011-08-03, +/games/boxart/1123757ccc.jpg,Rastan,MS,Platform,Sega,Taito Corporation,,,,,,,1988-01-01, +/games/boxart/full_7840400AmericaFrontccc.jpg,Ratatouille,XB,Platform,THQ,Asobo Studio,6,,,,,,2007-06-26, +/games/boxart/full_3698429AmericaFrontccc.png,Ratchet & Clank: Going Mobile,Mob,Platform,Sony Pictures Digital Network,Handheld Games,,,,,,,2005-11-14,2018-04-07 +/games/boxart/5805236ccc.jpg,Rayman,GB,Platform,Ubisoft,Ubisoft Montpellier,9,,,,,,2000-02-29, +/games/boxart/full_1788612AmericaFrontccc.png,Rayman,PSN,Platform,Sony Computer Entertainment,Ubisoft Montpellier,,,,,,,2008-07-17, +/games/boxart/full_9832152AmericaFrontccc.jpg,Rayman,PC,Platform,Ubisoft,Ubisoft Montpellier,7.4,,,,,,1996-04-30, +/games/boxart/full_6970828AmericaFrontccc.jpg,Rayman,DSiW,Platform,Ubisoft,Ubisoft,,,,,,,2009-12-07, +/games/boxart/1510584ccc.jpg,Rayman,AJ,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1995-09-08, +/games/boxart/full_1480985AmericaFrontccc.jpg,Rayman,SAT,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1995-01-01, +/games/boxart/full_6166854PALFrontccc.jpg,Rayman 10th Anniversary,PS2,Platform,Ubisoft,Ubisoft,,,,,,,2005-09-01, +/games/boxart/full_4200215AmericaFrontccc.jpg,Rayman 10th Anniversary,PC,Platform,Ubisoft,Ubisoft,,,,,,,2005-09-01, +/games/boxart/full_5195458PALFrontccc.jpg,Rayman 10th Anniversary,GC,Platform,Ubisoft,Ubisoft,,,,,,,2005-09-01, +/games/boxart/5499236ccc.jpg,Rayman 2,GB,Platform,Ubisoft,Ubisoft,,,,,,,2001-06-01, +/games/boxart/default.jpg,Rayman 2: Revolution,PSN,Platform,Unknown,Ubisoft,,,,,,,, +/games/boxart/full_6728775AmericaFrontccc.png,Rayman 2: The Great Escape,PSN,Platform,Sony Computer Entertainment,Ubisoft,,,,,,,2008-12-17, +/games/boxart/full_9705408AmericaFrontccc.jpg,Rayman 2: The Great Escape,DC,Platform,Ubisoft,Ubisoft Montpellier,9.1,,,,,,2000-03-08, +/games/boxart/full_rayman-3_482AmericaFront.jpg,Rayman 3,NGage,Platform,Gameloft,Gameloft,8,,,,,,2003-12-11, +/games/boxart/8404994ccc.jpg,Rayman Forever,PC,Platform,Ubisoft,Ubisoft,6.9,,,,,,1999-05-31, +/games/boxart/default.jpg,Rayman Trilogy,PS3,Platform,Unknown,Ubisoft,,,,,,,, +/games/boxart/1330475ccc.jpg,Realm,SNES,Platform,Titus,Flair Software,,,,,,,1996-12-01, +/games/boxart/default.jpg,Red Goddess,XOne,Platform,Yanim Studio,Yanim Studio,,,,,,,2018-01-01,2018-09-07 +/games/boxart/full_4854181AmericaFrontccc.jpg,Red Goddess: Inner World,PC,Platform,Yanim Studio,Yanim Studio,,,,,,,2015-09-01,2018-09-07 +/games/boxart/full_9938564AmericaFrontccc.jpg,Red Goddess: Inner World,PS4,Platform,Yanim Studio,Yanim Studio,,,,,,,2015-06-30,2018-09-07 +/games/boxart/full_2499305AmericaFrontccc.jpg,Revenge of Drancon,GG,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_1663208AmericaFrontccc.jpg,Risky Woods,GEN,Platform,Electronic Arts,Dinamic Software,,,,,,,1992-01-01, +/games/boxart/full_6658079AmericaFrontccc.jpg,Ristar,GEN,Platform,Sega,Sonic Team,,,,,,,1995-02-16, +/games/boxart/full_6267504AmericaFrontccc.jpg,Ristar,GG,Platform,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_ristar_858AmericaFront.jpg,Ristar,PC,Platform,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/full_8151872AmericaFrontccc.jpg,Ristar,VC,Platform,Sega,Sonic Team,,,,,,,2006-12-04, +/games/boxart/full_road-runner_10AmericaFront.jpg,Road Runner,PC,Platform,Mindscape,Banana Development,,,,,,,1989-01-01, +/games/boxart/full_9160784AmericaFrontccc.png,Road Runner's Death Valley Rally,SNES,Platform,Sunsoft,"ICOM Simulations, Inc.",,,,,,,1992-11-01, +/games/boxart/full_james-pond-2-codename-robocod_747PALFront.jpg,Robocod: James Pond II,PS,Platform,Play It,Vectordean Ltd,,,,,,,2004-09-01, +/games/boxart/full_7702856PALFrontccc.jpg,Robocod: James Pond II,PS,Platform,Play It,Gameware Development,,,,,,,2004-09-01, +/games/boxart/3258699ccc.jpg,RoboCop 2,NES,Platform,Data East,Ocean Software,,,,,,,1991-04-01, +/games/boxart/full_807641AmericaFrontccc.jpg,RoboCop 2,GB,Platform,Ocean,Painting by Numbers,,,,,,,1991-11-01, +/games/boxart/7758853ccc.jpg,RoboCop 3,NES,Platform,Ocean,Probe Entertainment Limited,,,,,,,1992-08-01, +/games/boxart/full_7019081AmericaFrontccc.jpg,RoboCop 3,GG,Platform,Flying Edge,Eden Entertainment Software,,,,,,,1994-01-01, +/games/boxart/full_455459AmericaFrontccc.jpg,RoboCop 3,GEN,Platform,Flying Edge,Eden Entertainment Software,,,,,,,1993-01-01, +/games/boxart/6583993ccc.jpg,RoboCop 3,SNES,Platform,Ocean,Ocean Software,,,,,,,1992-09-01, +/games/boxart/full_1237478PALFrontccc.jpg,RoboCop 3,MS,Platform,Flying Edge,Eden Entertainment Software,,,,,,,1993-01-01, +/games/boxart/full_5359626PALFrontccc.jpg,RoboCop versus The Terminator,GG,Platform,Virgin Interactive,NMS Software,,,,,,,1993-01-01, +/games/boxart/full_5492891AmericaFrontccc.jpg,RoboCop versus The Terminator,SNES,Platform,Virgin Interactive,Interplay,,,,,,,1993-11-01, +/games/boxart/full_2824728AmericaFrontccc.jpg,RoboCop versus The Terminator,GEN,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-05-19, +/games/boxart/full_4297936AmericaFrontccc.jpg,RoboCop versus The Terminator,GB,Platform,Interplay,Unexpected Development,,,,,,,1994-08-01, +/games/boxart/full_9530606PALFrontccc.jpg,RoboCop versus The Terminator,MS,Platform,Virgin Interactive,NMS Software,,,,,,,1991-01-01, +/games/boxart/full_robot-platformer_977AmericaFront.jpg,Robot Platformer,XBL,Platform,Microsoft,cored.dk,,,,,,,2011-08-10, +/games/boxart/default.jpg,Robotriot,XBL,Platform,Unknown,Centurion Games,,,,,,,, +/games/boxart/full_robox_1AmericaFront.jpg,Robox,WW,Platform,Unknown,DreamBox Games,4.5,,,,,,2010-11-01, +/games/boxart/full_2720489AmericaFrontccc.jpg,Rocket Knight,PC,Platform,Konami,Climax Studios,7.6,,,,,,2010-05-12, +/games/boxart/full_rocket-knight_5AmericaFront.jpg,Rocket Knight,PSN,Platform,Konami,Climax Studios,6.9,,,,,,2010-05-18, +/games/boxart/full_8288934AmericaFrontccc.jpg,Rocket Knight,XBL,Platform,Konami,Climax Studios,7,,,,,,2010-05-12, +/games/boxart/full_4447488AmericaFrontccc.jpg,Rocket Knight Adventures,GEN,Platform,Konami,Konami,,,,,,,1993-08-05, +/games/boxart/full_6552313AmericaFrontccc.jpg,Rockin' Kats,NES,Platform,Atlus,Atlus Co.,,,,,,,1991-09-01, +/games/boxart/full_4281899JapanFrontccc.jpg,RockMan,PS,Platform,Capcom,Capcom,,,,,,,1999-08-05, +/games/boxart/full_5990780JapanFrontccc.jpg,RockMan & Forte,SNES,Platform,Capcom,Capcom,,,,,,,1998-04-24, +/games/boxart/full_6543213JapanFrontccc.jpg,RockMan & Forte: Mirai Kara no Chousen Sha,WS,Platform,Bandai,Bandai,,,,,,,1999-10-28, +/games/boxart/full_rockman-2-dr-wily-no-nazo_110JapanFront.jpg,RockMan 2: Dr. Wily no Nazo,PS,Platform,Capcom,Capcom,,,,,,,1999-09-02, +/games/boxart/full_rockman-3-dr-wily-no-saigo_887JapanFront.jpg,RockMan 3: Dr. Wily no Saigo!?,PS,Platform,Capcom,Capcom,,,,,,,1999-09-14, +/games/boxart/full_rockman-4-aratanaru-yabou_98JapanFront.jpg,RockMan 4: Aratanaru Yabou!!,PS,Platform,Capcom,Capcom,,,,,,,1999-10-28, +/games/boxart/full_rockman-4-aratanaru-yabou_102JapanFront.jpg,RockMan 4: Aratanaru Yabou!!,PSN,Platform,Capcom,Capcom,,,,,,,2011-02-09, +/games/boxart/full_rockman-5-blues-no-wana_555JapanFront.jpg,RockMan 5: Blues no Wana!?,PS,Platform,Capcom,Capcom,,,,,,,1999-11-25, +/games/boxart/full_rockman-6-shijou-saidai-no-tatakai_340JapanFront.jpg,RockMan 6: Shijou Saidai no Tatakai!!,PS,Platform,Capcom,Capcom,,,,,,,1999-12-09, +/games/boxart/full_7573566JapanFrontccc.jpg,RockMan EXE WS,WS,Platform,Bandai,Capcom,,,,,,,2003-02-08, +/games/boxart/default.jpg,RockMan X7,PC,Platform,Capcom,Capcom,,,,,,,2003-01-01, +/games/boxart/2284135ccc.jpg,Rocko's Modern Life: Spunky's Dangerous Day,SNES,Platform,Viacom,Viacom New Media,,,,,,,1994-04-01, +/games/boxart/full_rocky-rodent_414AmericaFront.jpg,Rocky Rodent,SNES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-09-01, +/games/boxart/full_rodland_1PALFront.jpg,RodLand,NES,Platform,Jaleco,Sales Curve Interactive,,,,,,,1993-01-01, +/games/boxart/full_rodland_3PALFront.jpg,RodLand,GB,Platform,Jaleco,Eurocom Entertainment Software,,,,,,,1993-01-01, +/games/boxart/full_roller-angels_45AmericaFront.jpg,Roller Angels,DSiW,Platform,Agetec,Agetec Inc.,,,,,,,2011-07-07, +/games/boxart/full_4757977AmericaFrontccc.jpg,Rolo to the Rescue,GEN,Platform,Electronic Arts,Vectordean,,,,,,,1992-01-01, +/games/boxart/full_8649369JapanFrontccc.jpg,Ronald McDonald in Magical World,GG,Platform,Sega,Sega,,,,,,,1994-03-04, +/games/boxart/default.jpg,Rose and the Old Castle of Twilight,PSV,Platform,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2016-04-26, +/games/boxart/full_80606AmericaFrontccc.jpg,Rugrats Go Wild,GBA,Platform,THQ,Magellan Interactive,,,,,,,2003-05-28, +/games/boxart/full_7104353AmericaFrontccc.jpg,Rugrats: Time Travelers,GB,Platform,THQ,Software Creations,,,,,,,1999-11-05, +/games/boxart/full_5034449AmericaFrontccc.jpg,Run Away,XBL,Platform,Microsoft,L0llygagg3r,,,,,,,2009-10-23, +/games/boxart/5265994ccc.jpg,Run Saber,SNES,Platform,Atlus,Horisoft,,,,,,,1993-09-01, +/games/boxart/full_8943080AmericaFrontccc.png,Run Sackboy! Run!,PSV,Platform,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-03-31,2018-04-07 +/games/boxart/full_4022522AmericaFrontccc.jpg,Run Sackboy! Run!,iOS,Platform,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-10-30, +/games/boxart/full_5938530AmericaFrontccc.jpg,Run Sackboy! Run!,And,Platform,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-01-01,2018-04-07 +/games/boxart/full_9353430AmericaFrontccc.jpg,Runbow,WiiU,Platform,Nighthawk Interactive,13AM Games,,,,,,,2016-11-01, +/games/boxart/full_9785581AmericaFrontccc.jpg,Rush'n Attack,XBL,Platform,Konami,Digital Eclipse,,,,,,,2007-05-23, +/games/boxart/full_4140740AmericaFrontccc.jpg,Rush'n Attack,NES,Platform,Konami,Konami,,,,,,,1987-04-01, +/games/boxart/full_rushn-attack-ex-patriot_308AmericaFront.jpg,Rush'n Attack: Ex-Patriot,XBL,Platform,Konami,Vatra Games,4.9,,,,,,2011-03-30, +/games/boxart/full_rushn-attack-ex-patriot_680AmericaFront.jpg,Rush'n Attack: Ex-Patriot,PSN,Platform,Konami,Vatra Games,4.9,,,,,,2011-03-29, +/games/boxart/1020845ccc.jpg,Rygar,NES,Platform,Tecmo,Tecmo,,,,,,,1987-07-01, +/games/boxart/8822523ccc.jpg,Rygar,Lynx,Platform,Atari,NuFX,,,,,,,1990-01-01, +/games/boxart/default.jpg,Rygar: Legendary Warrior (Arcade),VC,Platform,Tecmo,Tecmo,,,,,,,2009-10-19, +/games/boxart/full_sabrina-the-animated-series-spooked_724AmericaFront.jpg,Sabrina the Animated Series: Spooked!,GB,Platform,Simon & Schuster Interactive,WayForward Technologies,,,,,,,2001-11-06, +/games/boxart/full_sabrina-the-animated-series-zapped_453AmericaFront.jpg,Sabrina the Animated Series: Zapped!,GB,Platform,Simon & Schuster Interactive,WayForward Technologies,,,,,,,2000-11-01, +/games/boxart/full_sackboys-prehistoric-moves_651AmericaFront.jpg,Sackboy's Prehistoric Moves,PSN,Platform,Sony Computer Entertainment,XDev,6.7,,,,,,2010-12-14, +/games/boxart/default.jpg,Saikyoo Yokosuku Action Volume 1: Noroi no Geemu Ketsu,DSiW,Platform,Square Enix,Square Enix,,,,,,,2009-09-09, +/games/boxart/default.jpg,Saikyoo Yokosuku Action Volume 2: Noroi no Geemu Goku,DSiW,Platform,Square Enix,Square Enix,,,,,,,2009-09-09, +/games/boxart/full_sailor-moon-la-luna-splende_142PALFront.jpg,Sailor Moon: La Luna Splende,DS,Platform,Namco Bandai,Namco Bandai Games,,,,,,,2011-03-16, +/games/boxart/full_9527255AmericaFrontccc.jpg,Saira,PC,Platform,nifflas,nifflas,,,,,,,2009-12-12, +/games/boxart/full_5267044PALFrontccc.jpg,Santa Claus junior,GBA,Platform,JoWood Productions,Neon Studios,,,,,,,2002-11-01, +/games/boxart/full_santa-claus-junior_925PALFront.jpg,Santa Claus junior,GB,Platform,JoWood Productions,Neon Studios,,,,,,,2001-11-30, +/games/boxart/full_santa-claus-saves-the-earth_766PALFront.jpg,Santa Claus Saves the Earth,PS,Platform,Unknown,Ivolgamus UAB,,,,,,,, +/games/boxart/full_3852542AmericaFrontccc.png,Secret Agent Clank,PSN,Platform,Sony Computer Entertainment,High Impact Games,,,,,,,2009-10-01, +/games/boxart/full_sega-ages-2500-series-vol-6-ichini-no-tant-r-to-bonanza-bros_0JapanFront.jpg,Sega Ages 2500 Series Vol. 6: Ichini no Tant-R to Bonanza Bros.,PS2,Platform,Sega,Sega,,,,,,,2004-01-15, +/games/boxart/full_shadow-blasters_398AmericaFront.jpg,Shadow Blasters,GEN,Platform,Sage's Creation,Sigma Enterprises,,,,,,,1990-08-09, +/games/boxart/full_shadow-dancer_86AmericaFront.jpg,Shadow Dancer,PC,Platform,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/full_6628646PALFrontccc.jpg,Shadow Dancer: The Secret of Shinobi,MS,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/8428051ccc.jpg,Shadow Dancer: The Secret of Shinobi,GEN,Platform,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_7850751AmericaFrontccc.jpg,Shadow Dancer: The Secret of Shinobi,VC,Platform,Sega,Sega,,,,,,,2010-01-18, +/games/boxart/full_shadow-of-the-beast_1PALFront.jpg,Shadow of the Beast,MS,Platform,TecMagik,TecMagik,,,,,,,1992-01-01, +/games/boxart/full_6591875AmericaFrontccc.jpg,Shadow of the Beast,GEN,Platform,Electronic Arts,WJS Design,,,,,,,1991-01-01, +/games/boxart/7290124ccc.jpg,Shadow of the Beast,Lynx,Platform,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_shadow-of-the-beast_7AmericaFront.jpg,Shadow of the Beast,PCE,Platform,Turbo Technologies,Psygnosis,,,,,,,1992-01-01, +/games/boxart/full_shadow-of-the-ninja_2AmericaFront.jpg,Shadow of the Ninja,VC,Platform,Natsume,Natsume,,,,,,,2010-06-14, +/games/boxart/9655772ccc.jpg,Shadow of the Ninja,NES,Platform,Natsume,Natsume,,,,,,,1990-12-01, +/games/boxart/full_2282749AmericaFrontccc.jpg,Shantae,GB,Platform,Capcom,WayForward Technologies,8.4,,,,,,2002-06-02, +/games/boxart/full_7298484AmericaFrontccc.png,Shantae and the Pirate's Curse,WiiU,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2014-12-25,2018-07-04 +/games/boxart/full_1937660AmericaFrontccc.png,Shantae: Half-Genie Hero,PC,Platform,WayForward Technologies,Way Forward Technologies,,,,,,,2016-12-20,2018-12-30 +/games/boxart/full_5609065AmericaFrontccc.png,Shantae: Half-Genie Hero,PS3,Platform,WayForward Technologies,Way Forward Technologies,,,,,,,2016-04-01,2018-12-30 +/games/boxart/full_3829875AmericaFrontccc.png,Shantae: Half-Genie Hero,XOne,Platform,WayForward Technologies,Way Forward Technologies,,,,,,,2016-12-20,2018-12-30 +/games/boxart/full_5759010AmericaFrontccc.png,Shantae: Half-Genie Hero,X360,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2016-04-01,2018-01-07 +/games/boxart/default.jpg,Shantae: Risky's Revenge,iOS,Platform,Unknown,WayForward Technologies,,,,,,,, +/games/boxart/full_shantae-riskys-revenge_1AmericaFront.jpg,Shantae: Risky's Revenge,DSiW,Platform,WayForward,WayForward Technologies,8.1,,,,,,2010-10-04, +/games/boxart/full_shatterhand_7AmericaFront.jpg,Shatterhand,NES,Platform,Jaleco,Natsume,,,,,,,1991-12-01, +/games/boxart/default.jpg,Shift,PSN,Platform,Unknown,Fishing Cactus,,,,,,,, +/games/boxart/default.jpg,Shiftlings,WiiU,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, +/games/boxart/default.jpg,Shiftlings,PC,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, +/games/boxart/default.jpg,Shiftlings,PS4,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, +/games/boxart/default.jpg,Shiftlings,XOne,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, +/games/boxart/full_shining-in-the-darkness_94AmericaFront.jpg,Shining in the Darkness,PC,Platform,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/1263803ccc.jpg,Shinobi,MS,Platform,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_6066277AmericaFrontccc.jpg,Shinobi,NES,Platform,Tengen,Sega,,,,,,,1989-01-01, +/games/boxart/full_1403AmericaFrontccc.jpg,Shinobi,XBL,Platform,Sega,Backbone Entertainment,,,,,,,2009-06-10, +/games/boxart/full_816045AmericaFrontccc.jpg,Shinobi,VC,Platform,Sega,Sega,,,,,,,2009-12-07, +/games/boxart/full_8009354AmericaFrontccc.jpg,Shinobi,GG,Platform,Sega,Sega,,,,,,,1991-06-09, +/games/boxart/full_shinobi_4JapanFront.jpg,Shinobi,PCE,Platform,Asmik Ace Entertainment,Dual,,,,,,,1989-12-08, +/games/boxart/full_1188812AmericaFrontccc.jpg,Shinobi II: The Silent Fury,GG,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_shinobi-iii-return-of-the-ninja-master_452AmericaFront.jpg,Shinobi III: Return of the Ninja Master,PC,Platform,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/full_shockman_6AmericaFront.jpg,Shockman,PCE,Platform,NCS,Winds,,,,,,,1991-01-01, +/games/boxart/full_shockman_603JapanFront.jpg,Shockman,PSN,Platform,Hudson Soft,Winds,,,,,,,2011-02-16, +/games/boxart/full_shockman_5AmericaFront.jpg,Shockman,VC,Platform,Hudson Soft,Winds,,,,,,,2007-04-30, +/games/boxart/full_3729144AmericaFrontccc.jpg,Shonen Jump's One Piece,GBA,Platform,Bandai,Dimps Corporation,,,,,,,2005-09-07, +/games/boxart/full_3070129AmericaFrontccc.jpg,Shovel Knight,Linux,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-10-08,2018-11-21 +/games/boxart/full_6320234AmericaFrontccc.jpg,Shovel Knight,OSX,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-09-13,2018-11-21 +/games/boxart/full_180558AmericaFrontccc.jpg,Shovel Knight,PS3,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-04-21, +/games/boxart/full_4754107AmericaFrontccc.jpg,Shovel Knight,PSV,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-04-21,2018-11-21 +/games/boxart/full_6919902AmericaFrontccc.jpg,Shrek 2,GBA,Platform,Activision,Vicarious Visions,6.7,,,,,,2004-04-28, +/games/boxart/full_190103AmericaFrontccc.jpg,Shrek: Fairy Tale Freakdown,GB,Platform,TDK Mediactive,Prolific,,,,,,,2001-05-29, +/games/boxart/full_8299548AmericaFrontccc.jpg,Shrek: Forever After,PC,Platform,Activision,XPEC Entertainment Inc.,,,,,,,2010-05-18, +/games/boxart/full_sideway-new-york_55AmericaFront.jpg,Sideway: New York,PSN,Platform,Sony Online Entertainment,Playbrains / Fuel Industries,7,,,,,,2011-10-11, +/games/boxart/full_5921820JapanFrontccc.jpg,Silhouette Mirage,SAT,Platform,ESP,"Treasure Co., Ltd.",,,,,,,1997-09-11, +/games/boxart/full_silhouette-mirage_1JapanFront.jpg,Silhouette Mirage,PSN,Platform,ESP,"Treasure Co., Ltd.",,,,,,,2010-08-25, +/games/boxart/1038931ccc.jpg,Sink or Swim,SNES,Platform,Titus,Zeppelin Games,,,,,,,1996-01-01, +/games/boxart/full_7833537AmericaFrontccc.jpg,Sitting Ducks,PC,Platform,Hip Interactive,Asobo Studio,,,,,,,2004-03-02, +/games/boxart/full_5042498PALFrontccc.jpg,Sitting Ducks,PS,Platform,LSP Games,The Code Monkeys,,,,,,,2004-04-16, +/games/boxart/832604ccc.jpg,Skeleton Warriors,SAT,Platform,Playmates,Neversoft Entertainment,,,,,,,1996-01-01, +/games/boxart/5587962ccc.jpg,Skuljagger: Revolt of the Westicans,SNES,Platform,American Softworks,Realtime Associates,,,,,,,1992-10-01, +/games/boxart/default.jpg,Skunny: Back to the Forest,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, +/games/boxart/default.jpg,Skunny: Desert Raid,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, +/games/boxart/default.jpg,Skunny: In The Wild West,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, +/games/boxart/default.jpg,Skunny: Lost in Space,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, +/games/boxart/default.jpg,Skunny: Save Our Pizzas,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, +/games/boxart/full_7484247AmericaFrontccc.jpg,Skwug,XBL,Platform,Microsoft,JeremyVerchick48,,,,,,,2009-07-27, +/games/boxart/full_sky-taxi-4-top-secret_490AmericaFront.jpg,Sky Taxi 4: Top Secret,PC,Platform,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 +/games/boxart/4150385ccc.jpg,Skyblazer,SNES,Platform,Sony Imagesoft,Ukiyotei,,,,,,,1994-01-01, +/games/boxart/full_sly-3-honor-among-thieves_448AmericaFront.jpg,Sly 3: Honor Among Thieves,PSN,Platform,Sony Computer Entertainment,Sucker Punch Productions,,,,,,,2011-11-29, +/games/boxart/full_sly-cooper-and-the-thievius-racconus_908AmericaFront.jpg,Sly Cooper and the Thievius Racconus,PSN,Platform,Sony Computer Entertainment,Sucker Punch Productions,,,,,,,2011-11-29, +/games/boxart/full_6813799AmericaFrontccc.jpg,Small Soldiers,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1998-01-01, +/games/boxart/1779120ccc.jpg,Smart Ball,SNES,Platform,Sony Imagesoft,System Sacom,,,,,,,1992-03-01, +/games/boxart/full_5421163AmericaFrontccc.jpg,SMASHELL,XBL,Platform,Microsoft,Antab,,,,,,,2008-11-18, +/games/boxart/full_546260AmericaFrontccc.jpg,Snail Against Squirrel,2600,Platform,Bit Corporation,Bit Corporation,,,,,,,1983-08-20, +/games/boxart/full_6568882PALFrontccc.jpg,Snake Rattle n Roll,GEN,Platform,Sega,Rare Ltd.,,,,,,,1993-01-01, +/games/boxart/full_3340843AmericaFrontccc.jpg,Snake Rattle n Roll,NES,Platform,Nintendo,Rare Ltd.,,,,,,,1991-01-01, +/games/boxart/3447347ccc.jpg,Sneaky Snakes,GB,Platform,Tradewest,Rare Ltd.,,,,,,,1991-06-01, +/games/boxart/full_snow-bros_906JapanFront.jpg,Snow Bros.,GEN,Platform,Tengen,Toaplan,,,,,,,1993-05-28, +/games/boxart/2222177ccc.jpg,Snow Brothers,GB,Platform,Capcom,Toaplan,,,,,,,1992-01-01, +/games/boxart/full_snow-brothers_469AmericaFront.jpg,Snow Brothers,NES,Platform,Capcom,Sol,,,,,,,1991-11-01, +/games/boxart/1074648ccc.jpg,Snow White and the Seven Dwarfs,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2001-11-15, +/games/boxart/full_soccer-kid_3AmericaFront.jpg,Soccer Kid,PC,Platform,Unknown,Krisalis Software,,,,,,,1994-01-01, +/games/boxart/7643361ccc.jpg,Soccer Kid,AJ,Platform,Songbird Productions,Krisalis Software,,,,,,,2000-02-07, +/games/boxart/full_soccer-kid_10PALFront.jpg,Soccer Kid,PS,Platform,Telegames,Krisalis Software,,,,,,,2003-12-13, +/games/boxart/full_soccer-kid_7AmericaFront.jpg,Soccer Kid,3DO,Platform,3DO,Team17 Software,,,,,,,1994-05-02, +/games/boxart/full_sol-intelligence_130AmericaFront.jpg,Sol Intelligence,XBL,Platform,Microsoft,Angel of Osmond,,,,,,,2011-04-07, +/games/boxart/full_son-son-ii_5JapanFront.jpg,Son Son II,PCE,Platform,NEC,Capcom,,,,,,,1989-01-27, +/games/boxart/default.jpg,Sonic & Knuckles,PC,Platform,Sega,Sega,,,,,,,1997-03-20, +/games/boxart/full_3826629AmericaFrontccc.jpg,Sonic & Garfield Pack,PC,Platform,Sega,Sega,,,,,,,1999-01-01, +/games/boxart/full_3300390AmericaFrontccc.jpg,Sonic & Knuckles,XBL,Platform,Sega,Sonic Team,,,,,,,2009-09-09, +/games/boxart/full_9013317AmericaFrontccc.jpg,Sonic & Knuckles,VC,Platform,Sega,Sonic Team,9,,,,,,2010-02-15, +/games/boxart/full_8899078AmericaFrontccc.jpg,Sonic & Knuckles Collection,PC,Platform,Expert,Sega,,,,,,,1999-01-01, +/games/boxart/full_sonic-3-amp-knuckles_830AmericaFront.jpg,Sonic 3 & Knuckles,PC,Platform,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/9526429ccc.jpg,Sonic 3D Blast,SAT,Platform,Sega,Traveller's Tales,,,,,,,1996-11-30, +/games/boxart/973766ccc.jpg,Sonic 3D Blast,VC,Platform,Sega,Traveller's Tales,,,,,,,2007-11-19, +/games/boxart/7703082ccc.jpg,Sonic 3D Blast,PC,Platform,Sega,Traveller's Tales,,,,,,,1997-09-30, +/games/boxart/full_sonic-3d-blast-genesis_619AmericaFront.jpg,Sonic 3D Blast (Genesis),PC,Platform,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/full_sonic-adventure_4AmericaFront.jpg,Sonic Adventure,PSN,Platform,Sega,Sonic Team,4.2,,,,,,2010-09-21, +/games/boxart/full_sonic-adventure_8AmericaFront.jpg,Sonic Adventure,XBL,Platform,Sega,Sonic Team,4.3,,,,,,2010-09-15, +/games/boxart/full_7077545AmericaFrontccc.png,Sonic Adventure 2,PS3,Platform,Sega,Sonic Team,,,,,,,2012-10-02, +/games/boxart/default.jpg,Sonic Adventure 2,X360,Platform,Sega,Sonic Team,,,,,,,2012-10-05, +/games/boxart/6287230ccc.jpg,Sonic Blast,GG,Platform,Sega,Aspect,,,,,,,1996-12-12, +/games/boxart/default.jpg,Sonic Blast,MS,Platform,Tec Toy,Sega,,,,,,,1997-01-01, +/games/boxart/full_sonic-cd_711AmericaFront.jpg,Sonic CD,XBL,Platform,Sega,Sonic Team,,,,,,,2011-12-14, +/games/boxart/full_1535444AmericaFrontccc.jpg,Sonic Forces,PC,Platform,Sega,Sonic Team,,,,,,,2018-01-01,2017-12-19 +/games/boxart/full_sonic-labyrinth_346AmericaFront.jpg,Sonic Labyrinth,GG,Platform,Sega,Minato Giken,,,,,,,1995-11-01, +/games/boxart/full_sonic-the-hedgehog_787AmericaFront.jpg,Sonic the Hedgehog,PSN,Platform,Sega,Sonic Team,,,,,,,2011-03-01, +/games/boxart/full_sonic-the-hedgehog_888AmericaFront.jpg,Sonic the Hedgehog,PC,Platform,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_sonic-the-hedgehog_9AmericaFront.jpg,Sonic the Hedgehog,MS,Platform,Sega,Sega,,,,,,,1991-10-25, +/games/boxart/full_9313400AmericaFrontccc.png,Sonic the Hedgehog,XBL,Platform,Sega,Backbone Entertainment,,,,,,,2007-07-11, +/games/boxart/8604182ccc.jpg,Sonic the Hedgehog (MS),VC,Platform,Sega,Sega,,,,,,,2008-08-04, +/games/boxart/full_3877732AmericaFrontccc.jpg,Sonic the Hedgehog (X360),XBL,Platform,Sega,Sonic Team,,,,,,,2009-08-11, +/games/boxart/full_sonic-the-hedgehog-2_514AmericaFront.jpg,Sonic the Hedgehog 2,PSN,Platform,Sega,Sonic Team,,,,,,,2011-04-05, +/games/boxart/full_6458239AmericaFrontccc.jpg,Sonic the Hedgehog 2,VC,Platform,Sega,Sonic Team,,,,,,,2007-06-12, +/games/boxart/full_3950698PALFrontccc.jpg,Sonic the Hedgehog 2,MS,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_sonic-the-hedgehog-2_754AmericaFront.jpg,Sonic the Hedgehog 2,PC,Platform,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/full_2326040AmericaFrontccc.jpg,Sonic the Hedgehog 2,XBL,Platform,Sega,Backbone Entertainment,,,,,,,2007-09-12, +/games/boxart/full_8344857PALFrontccc.jpg,Sonic the Hedgehog 2 (MS),VC,Platform,Sega,Sega,,,,,,,2008-12-08, +/games/boxart/full_2353294AmericaFrontccc.jpg,Sonic the Hedgehog 3,VC,Platform,Sega,Sonic Team,,,,,,,2007-09-10, +/games/boxart/full_5638998AmericaFrontccc.jpg,Sonic the Hedgehog 3,XBL,Platform,Sega,Sonic Team / Backbone Entertainment,,,,,,,2009-06-10, +/games/boxart/default.jpg,Sonic the Hedgehog 3,PSN,Platform,Unknown,Sonic Team,,,,,,,, +/games/boxart/full_5265767AmericaFrontccc.jpg,Sonic the Hedgehog 4: Episode 1,WW,Platform,Sega,Dimps Corporation,7.7,,,,,,2010-10-11, +/games/boxart/full_sonic-the-hedgehog-4-episode-1_140AmericaFront.jpg,Sonic the Hedgehog 4: Episode 1,XBL,Platform,Sega,Dimps Corporation,7.5,,,,,,2010-10-13, +/games/boxart/full_sonic-the-hedgehog-4-episode-1_7AmericaFront.jpg,Sonic the Hedgehog 4: Episode 1,PSN,Platform,Sega,Dimps Corporation,7.6,,,,,,2010-10-12, +/games/boxart/default.jpg,Sonic the Hedgehog 4: Episode 2,WW,Platform,Unknown,Dimps Corporation,,,,,,,, +/games/boxart/default.jpg,Sonic the Hedgehog 4: Episode 2,PSN,Platform,Sega,Dimps Corporation,,,,,,,2012-05-15, +/games/boxart/full_3920185AmericaFrontccc.png,Sonic the Hedgehog 4: Episode 2,XBL,Platform,Sega,Dimps Corporation,,,,,,,2012-05-16, +/games/boxart/full_8118743PALFrontccc.jpg,Sonic the Hedgehog Chaos,VC,Platform,Sega,Aspect Co. Ltd.,,,,,,,2009-02-02, +/games/boxart/full_6870352PALFrontccc.jpg,Sonic the Hedgehog Chaos,MS,Platform,Tec Toy,Aspect Co. Ltd.,,,,,,,1995-01-01, +/games/boxart/7162055ccc.jpg,Sonic the Hedgehog Chaos,GG,Platform,Sega,Aspect Co. Ltd.,,,,,,,1993-11-23, +/games/boxart/full_3429082AmericaFrontccc.jpg,Sonic the Hedgehog Genesis,GBA,Platform,Sega,Sega,,,,,,,2006-11-14, +/games/boxart/full_sonic-the-hedgehog-triple-trouble_494AmericaFront.jpg,Sonic the Hedgehog: Triple Trouble,GG,Platform,Sega,Aspect Co. Ltd.,,,,,,,1994-11-01, +/games/boxart/full_7385826AmericaFrontccc.jpg,Sonic Unleashed,XBL,Platform,Sega,Sonic Team,,,,,,,2009-10-20, +/games/boxart/full_sonicn_953AmericaFront.jpg,SonicN,NGage,Platform,Sega,Sonic Team,5.4,,,,,,2003-10-06, +/games/boxart/full_sonson_4JapanFront.jpg,SonSon,NES,Platform,Capcom,Micronics,,,,,,,1986-02-08, +/games/boxart/default.jpg,SonSon (Arcade),VC,Platform,Capcom,Capcom,,,,,,,2010-12-06, +/games/boxart/full_1864155JapanFrontccc.jpg,Soreike!! Kid: Go! Go! Kid,GB,Platform,Kemco,Kemco,,,,,,,1997-07-18, +/games/boxart/4399821ccc.jpg,Space Chimps,PC,Platform,Brash Entertainment,Red Tribe,,,,,,,2008-07-15, +/games/boxart/full_4387545AmericaFrontccc.jpg,SPACE MILKMAN,XBL,Platform,Microsoft,SmileBoom,,,,,,,2009-11-04, +/games/boxart/full_spare-parts_804AmericaFront.jpg,Spare Parts,XBL,Platform,Electronic Arts,EA Bright Light,,,,,,,2011-01-19, +/games/boxart/full_spare-parts_455AmericaFront.jpg,Spare Parts,PSN,Platform,Electronic Arts,EA Bright Light,,,,,,,2011-01-18, +/games/boxart/3682828ccc.jpg,Sparkster,SNES,Platform,Konami,Konami,,,,,,,1994-10-01, +/games/boxart/full_9369703AmericaFrontccc.jpg,Sparkster,GEN,Platform,Konami,Konami,,,,,,,1994-01-01, +/games/boxart/9415899ccc.jpg,Speedy Gonzales,GB,Platform,Sunsoft,SunSoft,,,,,,,1993-07-01, +/games/boxart/7956628ccc.jpg,Speedy Gonzales: Aztec Adventure,GB,Platform,Sunsoft,Electro Source,,,,,,,1999-12-26, +/games/boxart/full_speedy-gonzales-los-gatos-bandidos_4AmericaFront.jpg,Speedy Gonzales: Los Gatos Bandidos,SNES,Platform,Acclaim Entertainment,SunSoft,,,,,,,1995-08-01, +/games/boxart/9430133ccc.jpg,Spelunker,NES,Platform,Broderbund,Micro Graphic Image,,,,,,,1987-09-01, +/games/boxart/full_spelunker_7AmericaFront.jpg,Spelunker,VC,Platform,Tozai Games,Micro Graphic Image,,,,,,,2008-03-17, +/games/boxart/full_spelunker-hd_731AmericaFront.jpg,Spelunker HD,PSN,Platform,Tozai Games,Irem Software Engineering,,,,,,,2010-11-23, +/games/boxart/full_8046403AmericaFrontccc.jpg,Spelunky,XBL,Platform,Microsoft,"Mossmouth, LLC",,,,,,,2012-07-04, +/games/boxart/5053243ccc.jpg,Spider-Man,MS,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/5802017ccc.jpg,Spider-Man,GB,Platform,Activision,Vicarious Visions,,,,,,,2000-08-31, +/games/boxart/5772978ccc.gif,Spider-Man,GEN,Platform,Sega,Recreational Brainware,,,,,,,1991-10-17, +/games/boxart/3449881ccc.jpg,Spider-Man,GG,Platform,Flying Edge,Bits Studios,,,,,,,1992-01-01, +/games/boxart/full_7733115AmericaFrontccc.jpg,Spider-Man,SNES,Platform,LJN,"Western Technologies, Inc.",,,,,,,1995-02-01, +/games/boxart/5676216ccc.jpg,Spider-Man / X-Men,GB,Platform,LJN,Unexpected Development,,,,,,,1993-01-01, +/games/boxart/6750185ccc.jpg,Spider-Man 2: The Sinister Six,GB,Platform,Activision,Torus Games,,,,,,,2001-05-30, +/games/boxart/full_9097199AmericaFrontccc.jpg,Spider-Man 3,GBA,Platform,Activision,Vicarious Visions,6.9,,,,,,2007-05-04, +/games/boxart/full_spider-man-3-invasion-of-the-spider-slayers_34AmericaFront.jpg,Spider-Man 3: Invasion of the Spider-Slayers,GB,Platform,LJN,Bits Studios,,,,,,,1993-07-01, +/games/boxart/full_8779603AmericaFrontccc.jpg,Spider-Man and the X-Men: Arcade's Revenge,SNES,Platform,LJN,Software Creations,,,,,,,1992-01-01, +/games/boxart/6001906ccc.jpg,Spider-Man the Animated Series,GEN,Platform,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1993-01-01, +/games/boxart/2951326ccc.jpg,Spider-Man/X-Men: Arcade's Revenge,GEN,Platform,Acclaim Entertainment,Software Creations,,,,,,,1986-01-01, +/games/boxart/6946808ccc.jpg,Spider-Man: Battle for New York,GBA,Platform,Activision,Torus Games,,,,,,,2006-11-14, +/games/boxart/full_spider-man-return-of-the-sinister-six_9PALFront.jpg,Spider-Man: Return of the Sinister Six,MS,Platform,Flying Edge,Bits Studios,,,,,,,1992-01-01, +/games/boxart/4326248ccc.jpg,Spider-Man: Return of the Sinister Six,GG,Platform,Flying Edge,Bits Studios,,,,,,,1993-01-01, +/games/boxart/9757620ccc.jpg,Spider-Man: Return of the Sinister Six,NES,Platform,LJN,Bits Studios,,,,,,,1992-10-01, +/games/boxart/full_miracle-adventure_3JapanFront.jpg,Spin Master,VC,Platform,D4 Enterprise,Data East,,,,,,,2010-11-22, +/games/boxart/full_5829615AmericaFrontccc.jpg,Spindizzy Worlds,SNES,Platform,ASCII Entertainment,ASCII Entertainment,,,,,,,1993-03-01, +/games/boxart/full_46509PALFrontccc.jpg,Spirou,PC,Platform,Infogrames,Infogrames,,,,,,,1997-01-01, +/games/boxart/full_3165338PALFrontccc.jpg,Spirou,GEN,Platform,Infogrames,Infogrames,,,,,,,1996-09-20, +/games/boxart/full_9900324PALFrontccc.jpg,Spirou,SNES,Platform,Infogrames,Infogrames,,,,,,,1996-09-29, +/games/boxart/default.jpg,Spirou,GB,Platform,Infogrames,Bit Managers,,,,,,,1996-01-01, +/games/boxart/full_2060280PALFrontccc.jpg,Spirou: The Robot Invasion,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2000-01-01, +/games/boxart/full_8449218AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,PC,Platform,THQ,AWE Games,,,,,,,2003-10-31, +/games/boxart/full_spongebob-squarepants-creature-from-the-krusty-krab_6AmericaFront.jpg,SpongeBob SquarePants: Creature from the Krusty Krab,GBA,Platform,THQ,WayForward Technologies,,,,,,,2006-10-16, +/games/boxart/full_8995580AmericaFrontccc.jpg,SpongeBob SquarePants: Creature from the Krusty Krab,PC,Platform,THQ,Blitz Games,,,,,,,2006-10-16, +/games/boxart/full_2494709AmericaFrontccc.jpg,Spongebob Squarepants: Creature from the Krusty Krab,PS2,Platform,THQ,Blitz Games,,,,,,,2006-10-16, +/games/boxart/full_709708AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,PS3,Platform,Activision,Behaviour Interactive,,,,,,,2013-10-22,2020-12-17 +/games/boxart/full_103250AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,Wii,Platform,Activision,Behaviour Interactive,,,,,,,2013-10-22,2020-12-17 +/games/boxart/full_906497AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,DS,Platform,Activision,Engine Software,,,,,,,2013-10-22,2020-12-17 +/games/boxart/7432545ccc.jpg,Spot Goes to Hollywood,SAT,Platform,Virgin Interactive,Burst Studios,7,,,,,,1996-01-01, +/games/boxart/6277366ccc.jpg,Spot Goes to Hollywood,GEN,Platform,Acclaim Entertainment,Virgin Interactive,,,,,,,1995-01-01, +/games/boxart/full_4020073AmericaFrontccc.jpg,Spot: The Cool Adventure,GB,Platform,Virgin Interactive,Visual Concepts,,,,,,,1993-01-06, +/games/boxart/full_4809874AmericaFrontccc.jpg,Spot: The Video Game!,NES,Platform,Arcadia Corporation,Virgin Interactive,,,,,,,1990-09-01, +/games/boxart/full_3181187AmericaFrontccc.jpg,Spyro 2: Ripto's Rage!,PSN,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2009-05-07, +/games/boxart/full_3863005AmericaFrontccc.jpg,Spyro Superpack,GBA,Platform,VU Games,Digital Eclipse,,,,,,,2005-10-18, +/games/boxart/full_3417545AmericaFrontccc.png,Spyro the Dragon,PSN,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2007-10-24, +/games/boxart/full_9741613AmericaFrontccc.jpg,Spyro: Year of the Dragon,PSN,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2009-05-14, +/games/boxart/3932924ccc.jpg,Star Wars,NES,Platform,JVC,Beam Software,,,,,,,1991-11-01, +/games/boxart/full_star-wars_3PALFront.jpg,Star Wars,MS,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, +/games/boxart/3077639ccc.jpg,Star Wars,GG,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, +/games/boxart/full_7234923PALFrontccc.jpg,Star Wars,GB,Platform,Capcom,NMS Software,,,,,,,1992-11-01, +/games/boxart/7098898ccc.jpg,Star Wars: The Empire Strikes Back,NES,Platform,JVC,Lucasfilm Games,,,,,,,1992-03-01, +/games/boxart/full_star-wars-the-empire-strikes-back_8AmericaFront.jpg,Star Wars: The Empire Strikes Back,GB,Platform,Ubisoft,NMS Software,,,,,,,1993-01-01, +/games/boxart/5223062ccc.jpg,Stargate,GEN,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/3496193ccc.jpg,Stargate,SNES,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-04-01, +/games/boxart/full_5339388PALFrontccc.jpg,Starshot: Space Circus Fever,PC,Platform,Infogrames,Infogrames,,,,,,,1999-01-01, +/games/boxart/full_2597553AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,WiiU,Platform,Image & Form Games,Image & Form Games,,,,,,,2014-08-28,2018-08-30 +/games/boxart/full_4670776AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,PS4,Platform,Image & Form Games,Image & Form Games,,,,,,,2014-03-18,2018-03-19 +/games/boxart/full_792432AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,PSV,Platform,Image & Form Games,Image & Form Games,,,,,,,2014-03-18,2018-03-19 +/games/boxart/full_9622261AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,3DS,Platform,Image & Form Games,Image & Form Games,8,,,,,,2013-08-08,2018-03-19 +/games/boxart/full_2193856AmericaFrontccc.jpg,Strawberry Shortcake: The Sweet Dreams Game,PS2,Platform,Game Factory,EKO Software,,,,,,,2006-10-30, +/games/boxart/default.jpg,Strider,PC,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1989-01-01, +/games/boxart/full_7700343AmericaFrontccc.jpg,Strider,GEN,Platform,Sega,Capcom,,,,,,,1990-01-01, +/games/boxart/full_strider_703JapanFront.jpg,Strider,VC,Platform,Sega,Sega,,,,,,,2011-11-15, +/games/boxart/4485482ccc.jpg,Strider,NES,Platform,Capcom,Capcom,,,,,,,1989-07-01, +/games/boxart/5462114ccc.jpg,Strider,MS,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_3297448AmericaFrontccc.jpg,Strider (2014),X360,Platform,Capcom,Double Helix Games,,,,,,,2014-02-19,2019-01-03 +/games/boxart/full_3530226AmericaFrontccc.jpg,Strider (2014),PS4,Platform,Capcom,Double Helix Games,,,,,,,2014-02-18,2019-01-03 +/games/boxart/default.jpg,Strider Hiryu,PS,Platform,Capcom,Capcom,,,,,,,2006-10-24, +/games/boxart/full_strider-hiryu_7JapanFront.jpg,Strider Hiryu,PCE,Platform,NEC Avenue,NEC Avenue,,,,,,,1994-09-22, +/games/boxart/full_strider-ii_10PALFront.jpg,Strider II,MS,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1991-01-01, +/games/boxart/6603237ccc.jpg,Strider Returns: Journey From Darkness,GG,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, +/games/boxart/full_strider-returns-journey-from-darkness_9AmericaFront.jpg,Strider Returns: Journey From Darkness,GEN,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1990-01-01, +/games/boxart/full_2630462AmericaFrontccc.jpg,StrikeForce-Psi,XBL,Platform,Microsoft,Starlit Sky Games,,,,,,,2009-04-20, +/games/boxart/full_3642209AmericaFrontccc.jpg,Stuart Little 2,PS,Platform,Sony Computer Entertainment,Magenta Software,,,,,,,2002-07-17, +/games/boxart/full_7128952AmericaFrontccc.jpg,Stuart Little 2,PC,Platform,Infogrames,Hyperspace Cowgirls,,,,,,,2002-01-01, +/games/boxart/full_sumo-squash_124AmericaFront.jpg,Sumo Squash!,XBL,Platform,Microsoft,F4T C4T,,,,,,,2011-05-31, +/games/boxart/6545529ccc.jpg,Sunday Funday: The Ride,NES,Platform,Wisdom Tree,Wisdom Tree,,,,,,,1995-01-01, +/games/boxart/full_super-adventure-island_354AmericaFront.jpg,Super Adventure Island,VC,Platform,Hudson Soft,Produce!,,,,,,,2011-05-30, +/games/boxart/full_super-adventure-island-ii_176AmericaFront.jpg,Super Adventure Island II,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-10-01, +/games/boxart/full_super-adventure-island-ii_143AmericaFront.jpg,Super Adventure Island II,VC,Platform,Hudson Soft,Hudson Soft,8,,,,,,2011-06-10, +/games/boxart/full_1411404JapanFrontccc.jpg,Super Back to the Future Part II,SNES,Platform,Toshiba EMI,Daft,,,,,,,1993-07-23, +/games/boxart/full_super-bonk_9AmericaFront.jpg,Super Bonk,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-11-01, +/games/boxart/full_super-bonk_4AmericaFront.jpg,Super Bonk,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2011-04-04, +/games/boxart/full_super-bubsy_654AmericaFront.jpg,Super Bubsy,PC,Platform,Accolade,ATI Technologies,,,,,,,1995-01-01, +/games/boxart/full_7938959AmericaFrontccc.jpg,Super Castlevania IV,VC,Platform,Konami,Konami,8,,,,,,2006-12-25, +/games/boxart/full_5526921AmericaFrontccc.jpg,Super Ghouls 'n Ghosts,VC,Platform,Capcom,Capcom,7.5,,,,,,2007-03-05, +/games/boxart/2585044ccc.jpg,Super James Pond,SNES,Platform,American Softworks,Vectordean,,,,,,,1993-01-01, +/games/boxart/full_6233826AmericaFrontccc.jpg,Super Lucky's Tale,PC,Platform,THQ Nordic,Playful Corp.,,,,,,,2018-09-14,2018-11-19 +/games/boxart/default.jpg,Super Mario 64,iQue,Platform,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/full_8270314AmericaFrontccc.jpg,Super Mario 64,VC,Platform,Nintendo,Nintendo EAD,9,,,,,,2006-11-19, +/games/boxart/full_4440316PALFrontccc.jpg,Super Mario All-Stars and Super Mario World,SNES,Platform,Nintendo,Nintendo EAD,,,,,,,1994-12-01, +/games/boxart/1488723ccc.jpg,Super Mario Bros.,VC,Platform,Nintendo,Nintendo EAD,9,,,,,,2006-12-25, +/games/boxart/1666488ccc.jpg,Super Mario Bros. 2,VC,Platform,Nintendo,Nintendo EAD,8.5,,,,,,2007-07-02, +/games/boxart/7919200ccc.jpg,Super Mario Bros. 3,VC,Platform,Nintendo,Nintendo R&D2,9.5,,,,,,2007-11-05, +/games/boxart/full_7224092JapanFrontccc.jpg,Super Mario Bros.: The Lost Levels,VC,Platform,Nintendo,Nintendo EAD,,,,,,,2007-10-01, +/games/boxart/default.jpg,Super Mario Bros.: The Lost Levels,WiiU,Platform,Nintendo,Nintendo,,,,,,,2007-10-01,2018-08-30 +/games/boxart/full_super-mario-brothers-fds_315JapanFront.jpg,Super Mario Brothers (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-02-21, +/games/boxart/full_super-mario-land_31AmericaFront.png,Super Mario Land,3DS,Platform,Nintendo,Nintendo R&D1,7.5,,,,,,2011-06-06, +/games/boxart/default.jpg,Super Mario Land (3DS VC),3DS,Platform,Unknown,Nintendo,,,,,,,, +/games/boxart/full_super-mario-land-2-6-golden-coins_213AmericaFront.png,Super Mario Land 2: 6 Golden Coins,3DS,Platform,Unknown,Nintendo,9,,,,,,, +/games/boxart/full_9555808AmericaFrontccc.jpg,Super Mario World,VC,Platform,Nintendo,Nintendo EAD,8.5,,,,,,2007-02-05, +/games/boxart/full_super-meat-boy_10AmericaFront.jpg,Super Meat Boy,XBL,Platform,Microsoft,Team Meat,9,,,,,,2010-10-20, +/games/boxart/full_2726265AmericaFrontccc.jpg,Super Meat Boy,WW,Platform,Unknown,Team Meat,,,,,,,, +/games/boxart/full_4781658AmericaFrontccc.jpg,Super Meat Boy Forever,PC,Platform,Team Meat,Team Meat,,,,,,,2020-12-26, +/games/boxart/full_4212807AmericaFrontccc.jpg,Super Meat Boy Forever,And,Platform,Team Meat,Team Meat,,,,,,,2020-12-26, +/games/boxart/full_6868870AmericaFrontccc.png,Super Monkey Ball Adventure,PSN,Platform,Sega,Traveller's Tales,,,,,,,2009-10-01, +/games/boxart/full_5569579AmericaFrontccc.jpg,Super Pitfall,NES,Platform,Activision,Micronics,,,,,,,1987-11-01, +/games/boxart/8866392ccc.jpg,Super Putty,SNES,Platform,U.S. Gold,System 3,,,,,,,1994-01-01, +/games/boxart/full_7277956AmericaFrontccc.jpg,Super Star Wars,VC,Platform,LucasArts,Sculptured Software,,,,,,,2009-08-10, +/games/boxart/3601892ccc.gif,Super Star Wars,SNES,Platform,JVC,Sculptured Software,,,,,,,1992-06-01, +/games/boxart/7530278ccc.jpg,Super Star Wars: Return of the Jedi,GG,Platform,Black Pearl,Realtime Associates,,,,,,,1994-01-01, +/games/boxart/full_3228589AmericaFrontccc.jpg,Super Star Wars: Return of the Jedi,GB,Platform,Black Pearl,Realtime Associates,,,,,,,1994-01-01, +/games/boxart/full_6599432AmericaFrontccc.jpg,Super Star Wars: Return of the Jedi,VC,Platform,LucasArts,Sculptured Software,,,,,,,2009-09-07, +/games/boxart/6199250ccc.gif,Super Star Wars: Return of the Jedi,SNES,Platform,LucasArts,Sculptured Software,,,,,,,1994-06-22, +/games/boxart/full_7531544AmericaFrontccc.jpg,Super Star Wars: The Empire Strikes Back,VC,Platform,LucasArts,Sculptured Software,,,,,,,2009-08-24, +/games/boxart/full_9817274AmericaFrontccc.jpg,Super Star Wars: The Empire Strikes Back,SNES,Platform,JVC,Sculptured Software,,,,,,,1993-06-01, +/games/boxart/full_super-troll-islands_2AmericaFront.jpg,Super Troll Islands,SNES,Platform,ASC Games,Millenium Interactive,,,,,,,1994-02-01, +/games/boxart/6347789ccc.jpg,Super Turrican,SNES,Platform,Seika,Factor 5,,,,,,,1993-05-01, +/games/boxart/full_4010146AmericaFrontccc.jpg,Super Turrican,VC,Platform,Factor 5,Factor 5,,,,,,,2008-03-03, +/games/boxart/full_576542PALFrontccc.jpg,Super Turrican,NES,Platform,Imagineer,Rainbow Arts,,,,,,,1993-07-22, +/games/boxart/full_8485645AmericaFrontccc.jpg,Super Turrican 2,SNES,Platform,Ocean,Factor 5,,,,,,,1995-11-01, +/games/boxart/full_7014431AmericaFrontccc.jpg,Super Turrican 2,VC,Platform,Nintendo,Factor 5,,,,,,,2008-09-29, +/games/boxart/full_super-valis-iv_0AmericaFront.jpg,Super Valis IV,SNES,Platform,Atlus,Laser Soft,,,,,,,1993-02-01, +/games/boxart/1673191ccc.gif,Super Widget,SNES,Platform,Atlus,Atlus Co.,,,,,,,1993-09-01, +/games/boxart/full_6907827AmericaFrontccc.jpg,Supercow,XBL,Platform,Microsoft,CTXM and NevoSoft,,,,,,,2009-03-26, +/games/boxart/full_2200068AmericaFrontccc.jpg,Superman,NES,Platform,Kemco,Kotobuki Systems,,,,,,,1988-12-01, +/games/boxart/4399785ccc.jpg,Superman,2600,Platform,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_superman_939AmericaFront.jpg,Superman,GB,Platform,Titus,Titus Software,,,,,,,1997-12-01, +/games/boxart/full_6838097PALFrontccc.jpg,Superman: The Man of Steel,MS,Platform,Virgin Interactive,Graftgold,,,,,,,1993-01-01, +/games/boxart/full_9809621PALFrontccc.jpg,Superman: The Man of Steel,GG,Platform,Virgin Interactive,Graftgold,,,,,,,1993-01-01, +/games/boxart/full_swamp-thing_159AmericaFront.jpg,Swamp Thing,GB,Platform,THQ,Equilibrium,,,,,,,1992-10-01, +/games/boxart/full_sword-master_6AmericaFront.jpg,Sword Master,NES,Platform,Activision,Athena,,,,,,,1992-01-01, +/games/boxart/full_6016693AmericaFrontccc.jpg,Syd of Valis,GEN,Platform,Renovation,Telenet,,,,,,,1992-01-01, +/games/boxart/7343764ccc.jpg,Sylvester and Tweety in Cagey Capers,GEN,Platform,Time Warner Interactive,"Alexandria, Inc.",,,,,,,1993-01-01, +/games/boxart/default.jpg,T.E.C. 3001,XBL,Platform,Bulkypix,Phoenix Games Studio,8,,,,,,2014-08-24, +/games/boxart/7932050ccc.jpg,Tail 'Gator,GB,Platform,Natsume,Natsume,,,,,,,1991-06-01, +/games/boxart/full_tails-adventure_4AmericaFront.png,Tails Adventure,GG,Platform,Sega,Aspect,,,,,,,1995-11-01, +/games/boxart/161870ccc.jpg,Tak: The Great Juju Challenge,PS2,Platform,THQ,Avalanche Software,,,,,,,2005-09-19, +/games/boxart/full_take-arms_42AmericaFront.jpg,Take Arms,XBL,Platform,Microsoft,Discord Games,,,,,,,2011-08-28, +/games/boxart/full_tales-from-space-about-a-blob_201AmericaFront.jpg,Tales from Space: About a Blob,PSN,Platform,Unknown,DrinkBox Studios,,,,,,,2011-02-08, +/games/boxart/full_tales-of-elastic-boy-mission-1_2AmericaFront.jpg,Tales of Elastic Boy: Mission 1,WW,Platform,Lexis Numerique,Lexis Numerique,,,,,,,2010-08-30, +/games/boxart/6112461ccc.jpg,Tarzan: Lord of the Jungle,GB,Platform,GameTek,Eurocom Entertainment Software,,,,,,,1994-10-01, +/games/boxart/default.jpg,Taz in Escape from Mars,MS,Platform,Tec Toy,Al Baker and Associates,,,,,,,1996-01-01, +/games/boxart/full_9580539AmericaFrontccc.jpg,Taz in Escape From Mars,GEN,Platform,Sega,"HeadGames, Inc.",,,,,,,1994-06-19, +/games/boxart/8427761ccc.jpg,Taz in Escape from Mars,GG,Platform,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_392609AmericaFrontccc.jpg,Taz Wanted,PC,Platform,Atari,Blitz Games,5.7,,,,,,2002-10-01, +/games/boxart/1347542ccc.jpg,Taz-Mania,GB,Platform,Sunsoft,SunSoft,,,,,,,1994-09-01, +/games/boxart/full_9589032AmericaFrontccc.jpg,Taz-Mania,GEN,Platform,Sega,Recreational Brainware,,,,,,,1992-12-24, +/games/boxart/full_taz-mania_2PALFront.jpg,Taz-Mania,MS,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/348160ccc.jpg,Taz-mania,GG,Platform,Sega,NuFX,,,,,,,1994-01-01, +/games/boxart/989641ccc.jpg,Taz-Mania 2,GB,Platform,THQ,Black Pearl,,,,,,,1996-10-18, +/games/boxart/6314172ccc.jpg,Tazmanian Devil: Munching Madness,GB,Platform,Sunsoft,M4 Limited,,,,,,,1999-11-01, +/games/boxart/1496498ccc.jpg,Teddy Boy,MS,Platform,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/7680872ccc.jpg,Teenage Mutant Ninja Turtles III: Radical Rescue,GB,Platform,Konami,Konami,,,,,,,1993-11-01, +/games/boxart/full_teenage-mutant-ninja-turtles-fall-of-the-foot-clan_412AmericaFront.png,Teenage Mutant Ninja Turtles: Fall of the Foot Clan,GB,Platform,Ultra Games,Konami,,,,,,,1990-08-01, +/games/boxart/full_telstar-double-value-games-sonic-the-hedgehog-2-bubsy-in-claws-encounters-of-the-furred-kind_788PALFront.jpg,Telstar Double Value Games: Sonic the Hedgehog 2 / Bubsy in: Claws Encounters of the Furred Kind,GEN,Platform,Telstar,Various,,,,,,,1995-01-01, +/games/boxart/default.jpg,Tembo the Badass Elephant,PC,Platform,Sega,Game Freak,,,,,,,2015-07-21, +/games/boxart/default.jpg,Tembo the Badass Elephant,PS4,Platform,Sega,Game Freak,,,,,,,2015-07-21, +/games/boxart/default.jpg,Tembo the Badass Elephant,XOne,Platform,Sega,Game Freak,,,,,,,2015-07-21, +/games/boxart/full_tempo-jr_2AmericaFront.jpg,Tempo Jr.,GG,Platform,Sega,SIMS,,,,,,,1995-01-01, +/games/boxart/full_3721187JapanFrontccc.jpg,Ten Made Jack: Odorokimamenoki Dai Tou Bou!!,PS,Platform,Enix,Exrays,,,,,,,2000-03-23, +/games/boxart/8389166ccc.jpg,Terminator 2: Judgment Day,GB,Platform,Capcom,Bits Studios,,,,,,,1992-01-01, +/games/boxart/3568778ccc.jpg,Terminator 2: Judgment Day,NES,Platform,Acclaim Entertainment,LJN Ltd.,,,,,,,1992-02-01, +/games/boxart/full_terminator-2-judgment-day_6PALFront.jpg,Terminator 2: Judgment Day,MS,Platform,Flying Edge,Arc Developments,,,,,,,1993-01-01, +/games/boxart/full_terracon_3PALFront.jpg,Terracon,PS,Platform,Sony Computer Entertainment,PictureHouse,,,,,,,2000-08-25, +/games/boxart/full_terrover_9AmericaFront.jpg,TerRover,PSN,Platform,Sony Online Entertainment,Creat Studios,,,,,,,2010-09-07, +/games/boxart/full_8213135AmericaFrontccc.png,Teslagrad,Linux,Platform,Rain Games,Rain Games,,,,,,,2013-12-13,2019-04-22 +/games/boxart/full_372026AmericaFrontccc.png,Teslagrad,OSX,Platform,Rain Games,Rain Games,,,,,,,2013-12-13,2019-04-22 +/games/boxart/full_the-2d-adventures-of-rotating-octopus_709PALFront.jpg,The 2D Adventures of Rotating Octopus Character,PSN,Platform,Unknown,Dakko Dakko,,,,,,,2011-06-02, +/games/boxart/3544957ccc.jpg,The Addams Family,SNES,Platform,Ocean,Ocean,,,,,,,1992-03-01, +/games/boxart/4239545ccc.jpg,The Addams Family,GB,Platform,Ocean,Ocean,,,,,,,1992-01-01, +/games/boxart/2308467ccc.jpg,The Addams Family,NES,Platform,Ocean,Ocean,,,,,,,1991-01-01, +/games/boxart/full_the-addams-family_5AmericaFront.jpg,The Addams Family,PCE,Platform,Turbo Technologies,ICOM Simulations,,,,,,,1991-01-01, +/games/boxart/3791753ccc.jpg,The Addams Family,GEN,Platform,Flying Edge,Ocean,,,,,,,1994-01-01, +/games/boxart/full_1519161AmericaFrontccc.jpg,The Addams Family,GG,Platform,Flying Edge,Arc Developments,,,,,,,1994-01-01, +/games/boxart/full_1938746AmericaFrontccc.jpg,The Addams Family: Pugsley's Scavenger Hunt,GB,Platform,Ocean,Enigma Variations,,,,,,,1993-07-01, +/games/boxart/8577432ccc.jpg,The Addams Family: Pugsley's Scavenger Hunt,NES,Platform,Ocean,Enigma Variations,,,,,,,1993-08-01, +/games/boxart/full_5144029AmericaFrontccc.jpg,The Addams Family: Pugsley's Scavenger Hunt,SNES,Platform,Ocean,Enigma Variations,,,,,,,1993-02-01, +/games/boxart/full_the-adventures-of-dr-franken_302AmericaFront.gif,The Adventures of Dr. Franken,SNES,Platform,DTMC,"MotiveTime, Ltd.",,,,,,,1993-12-01, +/games/boxart/6410365ccc.jpg,The Adventures of Kid Kleets,SNES,Platform,Ocean,Krisalis Software,,,,,,,1994-08-01, +/games/boxart/6888698ccc.jpg,The Adventures of Mighty Max,GEN,Platform,Ocean,WJS Design,,,,,,,1994-01-01, +/games/boxart/full_the-adventures-of-rad-gravity_10AmericaFront.jpg,The Adventures of Rad Gravity,NES,Platform,Activision,Interplay,,,,,,,1990-12-01, +/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_907AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,GEN,Platform,Absolute Entertainment,Imagineering Inc.,,,,,,,1993-01-01, +/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_172AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,SNES,Platform,THQ,Imagineering Inc.,,,,,,,1993-06-01, +/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_921AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,NES,Platform,THQ,Radical Entertainment,,,,,,,1992-12-01, +/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_278AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,GB,Platform,THQ,Imagineering Inc.,,,,,,,1992-10-01, +/games/boxart/2599611ccc.jpg,The Adventures of Star Saver,GB,Platform,Taito,A-Wave,,,,,,,1992-03-01, +/games/boxart/full_the-amazing-spider-man_295AmericaFront.jpg,The Amazing Spider-Man,PC,Platform,Unknown,Oxford Digital Enterprises,,,,,,,1989-01-01, +/games/boxart/7498419ccc.jpg,The Ant Bully,PC,Platform,Midway Games,Artificial Mind and Movement,,,,,,,2006-07-24, +/games/boxart/1184499ccc.jpg,The Blues Brothers,GB,Platform,Titus,Titus Software,,,,,,,1992-06-01, +/games/boxart/full_the-blues-brothers_501AmericaFront.jpg,The Blues Brothers,PC,Platform,Titus,Titus Software,,,,,,,1991-01-01, +/games/boxart/full_blues-brothers_755AmericaFront.jpg,The Blues Brothers,NES,Platform,Titus,Titus Software,,,,,,,1992-09-01, +/games/boxart/full_the-blues-brothers_555AmericaFront.jpg,The Blues Brothers,SNES,Platform,Titus,Titus Software,,,,,,,1993-06-01, +/games/boxart/default.jpg,The Blues Brothers: Jukebox Adventure,PC,Platform,Titus,Titus Software,,,,,,,1993-01-01, +/games/boxart/871169ccc.jpg,The Blues Brothers: Jukebox Adventure,GB,Platform,Titus,Titus Software,,,,,,,1994-12-16, +/games/boxart/6168556ccc.jpg,The Bugs Bunny Birthday Blowout,NES,Platform,Kemco,Kemco,,,,,,,1990-09-01, +/games/boxart/7074040ccc.jpg,The Bugs Bunny Crazy Castle,NES,Platform,Kemco,Kemco,,,,,,,1989-08-01, +/games/boxart/full_the-bugs-bunny-crazy-castle_399AmericaFront.jpg,The Bugs Bunny Crazy Castle,GB,Platform,Kemco,Kemco,,,,,,,1990-03-01, +/games/boxart/full_the-bugs-bunny-crazy-castle-2_682AmericaFront.png,The Bugs Bunny Crazy Castle 2,GB,Platform,Kemco,Kemco,,,,,,,1991-09-01, +/games/boxart/full_3975847AmericaFrontccc.png,The Company of Myself,PC,Platform,2DArray,2DArray,,,,,,,2009-11-27, +/games/boxart/full_the-cyber-shinobi_0PALFront.jpg,The Cyber Shinobi,MS,Platform,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_the-deep-cave_152AmericaFront.jpg,The Deep Cave,XBL,Platform,Microsoft,jijaweb,,,,,,,2010-11-23, +/games/boxart/full_the-disney-collection-castle-of-illusion-quackshot_4PALFront.jpg,The Disney Collection: Castle of Illusion / Quackshot,GEN,Platform,Sega,Sega (AM7),,,,,,,1996-01-01, +/games/boxart/3741470ccc.jpg,The Fairly Odd Parents: Shadow Showdown,PC,Platform,THQ,Blitz Games,,,,,,,2004-09-14, +/games/boxart/4664085ccc.jpg,The Fairly OddParents: Breakin' Da Rules,PC,Platform,THQ,Blitz Games,,,,,,,2003-11-03, +/games/boxart/full_the-fancy-pants-adventures_452AmericaFront.jpg,The Fancy Pants Adventures,XBL,Platform,Electronic Arts,Over The Top Games,7.1,,,,,,2011-04-20, +/games/boxart/full_the-fancy-pants-adventures_536AmericaFront.jpg,The Fancy Pants Adventures,PSN,Platform,Electronic Arts,Over The Top Games,7.2,,,,,,2011-04-19, +/games/boxart/full_the-flash_10PALFront.jpg,The Flash,MS,Platform,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/3298911ccc.jpg,The Flash,GB,Platform,THQ,Equilibrium,,,,,,,1992-03-01, +/games/boxart/full_the-flintstones_4PALFront.jpg,The Flintstones,MS,Platform,Sega,Grandslam,,,,,,,1993-01-01, +/games/boxart/full_6365411AmericaFrontccc.jpg,The Flintstones,GEN,Platform,Taito,Taito Corporation,,,,,,,1993-10-22, +/games/boxart/full_the-flintstones_9AmericaFront.jpg,The Flintstones,SNES,Platform,Ocean,Ocean,,,,,,,1995-02-01, +/games/boxart/full_the-flintstones-dino-lost-in-bedrock_8AmericaFront.png,The Flintstones: Dino: Lost in Bedrock,PC,Platform,Hi Tech Expressions,"Softie, Inc.",,,,,,,1991-01-01, +/games/boxart/892886ccc.jpg,The Flintstones: King Rock Treasure Island,GB,Platform,Taito,Taito Corporation,,,,,,,1993-02-01, +/games/boxart/2131208ccc.jpg,The Flintstones: The Movie,GB,Platform,Ocean,Twilight Games,,,,,,,1994-12-01, +/games/boxart/7916588ccc.jpg,The Flintstones: The Rescue of Dino & Hoppy,NES,Platform,Taito,Sol,,,,,,,1991-12-01, +/games/boxart/full_1609244AmericaFrontccc.jpg,The Flintstones: The Surprise at Dinosaur Peak!,NES,Platform,Taito,Taito Corporation,,,,,,,1994-08-01, +/games/boxart/8553321ccc.jpg,The Flintstones: The Treasure of Sierra Madrock,SNES,Platform,Taito,Taito Corporation,,,,,,,1994-03-01, +/games/boxart/8179179ccc.jpg,The Goonies II,NES,Platform,Konami,Konami,,,,,,,1987-11-01, +/games/boxart/full_7309200AmericaFrontccc.jpg,The Gravity Effect,XBL,Platform,Microsoft,The Riddler 24,,,,,,,2009-02-17, +/games/boxart/8497419ccc.jpg,The Great Circus Mystery Starring Mickey & Minnie,SNES,Platform,Capcom,Capcom,,,,,,,1994-01-01, +/games/boxart/full_1949814AmericaFrontccc.png,The Great Giana Sisters,ACPC,Platform,Rainbow Arts,Time Warp Productions,,,,,,,1987-01-01,2018-01-06 +/games/boxart/full_7735012AmericaFrontccc.jpg,The Grinch,GB,Platform,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-11-01, +/games/boxart/full_81212AmericaFrontccc.jpg,The Impossible Game,XBL,Platform,Microsoft,FlukeDude,,,,,,,2009-11-23, +/games/boxart/full_the-impossible-game-level-pack_25AmericaFront.jpg,The Impossible Game Level Pack,XBL,Platform,Microsoft,FlukeDude,,,,,,,2010-11-29, +/games/boxart/8512956ccc.jpg,The Incredible Crash Dummies,GG,Platform,Flying Edge,Teeny Weeny Games,,,,,,,1992-01-01, +/games/boxart/8962209ccc.jpg,The Incredible Crash Dummies,SNES,Platform,LJN,Gray Matter,,,,,,,1993-10-01, +/games/boxart/full_the-incredible-crash-dummies_3AmericaFront.jpg,The Incredible Crash Dummies,NES,Platform,LJN,Software Creations,,,,,,,1994-08-01, +/games/boxart/full_the-incredible-crash-dummies_4AmericaFront.jpg,The Incredible Crash Dummies,GB,Platform,LJN,Software Creations,,,,,,,1992-11-01, +/games/boxart/7599005ccc.jpg,The Incredible Hulk,GEN,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_3850009PALFrontccc.jpg,The Incredible Hulk,MS,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/8487064ccc.jpg,The Incredible Hulk,SNES,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-08-01, +/games/boxart/430244ccc.jpg,The Incredible Hulk,GG,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/full_the-itchy-and-scratchy-game_4AmericaFront.jpg,The Itchy & Scratchy Game,GG,Platform,Acclaim Entertainment,Bits Studios,,,,,,,1995-01-01, +/games/boxart/5729508ccc.jpg,The Itchy & Scratchy Game,SNES,Platform,Acclaim Entertainment,Bits Studios,,,,,,,1995-03-01, +/games/boxart/6308523ccc.jpg,The Itchy & Scratchy Game,GEN,Platform,Acclaim Entertainment,Bits Studios,,,,,,,1994-01-01, +/games/boxart/3693893ccc.jpg,The Jetsons: Invasion of the Planet Pirates,SNES,Platform,Taito,Sting,,,,,,,1994-06-01, +/games/boxart/7630186ccc.jpg,The Jetsons: Robot Panic,GB,Platform,Taito,Taito,,,,,,,1992-01-02, +/games/boxart/full_the-jump-hero_785AmericaFront.jpg,The Jump Hero,XBL,Platform,Microsoft,Silver Dollar Games,,,,,,,2011-08-25, +/games/boxart/8929165ccc.jpg,The King of Kings: The Early Years,NES,Platform,Wisdom Tree,Wisdom Tree,,,,,,,1991-01-01, +/games/boxart/full_the-krion-conquest_148AmericaFront.jpg,The Krion Conquest,NES,Platform,Victory Lap Games,Vic Tokai,,,,,,,1991-01-01, +/games/boxart/full_the-land-before-time_779AmericaFront.jpg,The Land Before Time,GB,Platform,Conspiracy Entertainment,Eclipse Entertainment,,,,,,,2001-07-14, +/games/boxart/full_the-land-before-time-return-to-the-great-valley_737AmericaFront.jpg,The Land Before Time: Return to the Great Valley,PS,Platform,Sound Source,Realtime Associates,,,,,,,2000-09-15, +/games/boxart/full_9846252PALFrontccc.jpg,The Last Tinker: City of Colors,PS4,Platform,LOOT Entertainment,Mimimi Productions,,,,,,,2014-08-19,2018-09-21 +/games/boxart/8577042ccc.jpg,The Legend of Kage,NES,Platform,Taito,Taito Corporation,,,,,,,1987-08-01, +/games/boxart/387878ccc.jpg,The Legend of Kage,VC,Platform,Taito,Taito Corporation,,,,,,,2007-02-19, +/games/boxart/full_the-legend-of-spyro-a-new-beginning_936AmericaFront.jpg,The Legend of Spyro: A New Beginning,XB,Platform,Sierra Entertainment,Krome Studios,6.4,,,,,,2006-10-10, +/games/boxart/full_9475728AmericaFrontccc.jpg,The Legend of Spyro: A New Beginning,XBL,Platform,Activision,Krome Studios,,,,,,,2008-06-16, +/games/boxart/3379950ccc.jpg,The Legend of Spyro: A New Beginning,GBA,Platform,Sierra Entertainment,Krome Studios,,,,,,,2006-10-10, +/games/boxart/full_the-legend-of-spyro-a-new-beginning_695AmericaFront.jpg,The Legend of Spyro: A New Beginning,PS2,Platform,Sierra Entertainment,Krome Studios,6.3,,,,,,2006-10-10, +/games/boxart/full_4946413AmericaFrontccc.jpg,The Legend of Spyro: The Eternal Night,GBA,Platform,Sierra Entertainment,Amaze Entertainment,,,,,,,2007-10-02, +/games/boxart/full_6677018PALFrontccc.jpg,The Lion King,NES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, +/games/boxart/5372933ccc.jpg,The Lion King,GB,Platform,THQ,Dark Technologies,,,,,,,1995-04-01, +/games/boxart/full_the-lion-king_10PALFront.jpg,The Lion King,PC,Platform,Virgin Interactive,EastPoint,,,,,,,1994-01-01, +/games/boxart/4077168ccc.jpg,The Lion King,GG,Platform,Sega,Syrox Developments,,,,,,,1995-01-01, +/games/boxart/full_the-lion-king_3PALFront.jpg,The Lion King,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, +/games/boxart/7467700ccc.jpg,The Little Mermaid,GB,Platform,Capcom,Capcom,,,,,,,1993-02-01, +/games/boxart/1006931ccc.jpg,The Little Mermaid,NES,Platform,Capcom,Capcom,,,,,,,1991-07-01, +/games/boxart/4188343ccc.jpg,The Lost World: Jurassic Park,GB,Platform,THQ,Torus Games,,,,,,,1998-01-02, +/games/boxart/5365943ccc.jpg,The Lucky Dime Caper starring Donald Duck,GG,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_8090053PALFrontccc.jpg,The Lucky Dime Caper starring Donald Duck,MS,Platform,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_the-mask_10AmericaFront.jpg,The Mask,SNES,Platform,Black Pearl,Black Pearl,,,,,,,1995-10-01, +/games/boxart/full_the-most-addicting-sheep-game_577AmericaFront.jpg,The Most Addicting Sheep Game,XBL,Platform,Microsoft,BombdiggidyBullfrog,,,,,,,2011-04-08, +/games/boxart/full_4511339AmericaFrontccc.jpg,The New Adventures of Mary-Kate & Ashley,GB,Platform,Acclaim Entertainment,Crawfish Interactive,,,,,,,1999-12-01, +/games/boxart/full_6843869JapanFrontccc.jpg,The New Zealand Story,PCE,Platform,Taito,Aisystem Tokyo,,,,,,,1990-02-23, +/games/boxart/full_16091JapanFrontccc.jpg,The New Zealand Story,VC,Platform,Taito,Aisystem Tokyo,,,,,,,2008-10-14, +/games/boxart/full_7932784JapanFrontccc.jpg,The New Zealand Story,GEN,Platform,Taito,Taito Corporation,,,,,,,1990-03-03, +/games/boxart/full_8717276PALFrontccc.jpg,The New Zealand Story,MS,Platform,TecMagik,TecMagik,,,,,,,1992-01-01, +/games/boxart/full_the-ottifants_3PALFront.jpg,The Ottifants,GG,Platform,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_the-ottifants_4PALFront.jpg,The Ottifants,MS,Platform,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_the-ottifants_1PALFront.jpg,The Ottifants,GEN,Platform,Sega,Graftgold,,,,,,,1993-01-01, +/games/boxart/6993193ccc.jpg,The Pagemaster,GB,Platform,Fox Interactive,Probe Entertainment Limited,,,,,,,1994-11-01, +/games/boxart/5034472ccc.jpg,The Pagemaster,SNES,Platform,Fox Interactive,Probe Entertainment Limited,,,,,,,1994-11-01, +/games/boxart/3441079ccc.jpg,The Pirates of Dark Water,SNES,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-01-01, +/games/boxart/full_3038282AmericaFrontccc.jpg,The Pirates of Dark Water,GEN,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-01-01, +/games/boxart/full_the-princess-and-the-frog_10AmericaFront.jpg,The Princess and the Frog,PC,Platform,Disney Interactive Studios,Griptonite Games,,,,,,,2009-11-17, +/games/boxart/7682530ccc.jpg,The Real Ghostbusters,GB,Platform,Activision,Kemco,,,,,,,1993-10-01, +/games/boxart/7314089ccc.jpg,The Ren & Stimpy Show: Veediots!,SNES,Platform,THQ,Gray Matter,,,,,,,1993-10-01, +/games/boxart/full_the-ren-amp-stimpy-show-presents-stimpys-invention_1AmericaFront.jpg,The Ren & Stimpy Show Presents: Stimpy's Invention,GEN,Platform,Sega,Blue Sky Software,,,,,,,1993-01-01, +/games/boxart/4553124ccc.jpg,The Ren & Stimpy Show: Space Cadet Adventures,GB,Platform,THQ,Imagineering Inc.,,,,,,,1992-11-01, +/games/boxart/2414669ccc.jpg,The Ren & Stimpy Show: Veediots!,GB,Platform,THQ,THQ,,,,,,,1993-10-01, +/games/boxart/default.jpg,The Revenge of Shinobi,PSN,Platform,Unknown,Sega,,,,,,,, +/games/boxart/full_9474994AmericaFrontccc.jpg,The Revenge of Shinobi,GEN,Platform,Sega,Sega,,,,,,,1989-12-02, +/games/boxart/full_5386110AmericaFrontccc.jpg,The Revenge of Shinobi,VC,Platform,Sega,Sega,,,,,,,2009-08-17, +/games/boxart/full_the-rocketeer_0AmericaFront.jpg,The Rocketeer,NES,Platform,Bandai,Realtime Associates,,,,,,,1991-05-01, +/games/boxart/full_the-simpsons-bart-ampamp-the-beanstalk_917AmericaFront.jpg,The Simpsons: Bart & the Beanstalk,GB,Platform,Acclaim Entertainment,Software Creations,,,,,,,1994-02-01, +/games/boxart/1918215ccc.jpg,The Simpsons: Bart Meets Radioactive Man,GG,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1992-01-01, +/games/boxart/1794172ccc.jpg,The Simpsons: Bart vs. the Juggernauts,GB,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1992-09-01, +/games/boxart/3581335ccc.jpg,The Simpsons: Bart vs. the Space Mutants,GG,Platform,Flying Edge,Imagineering Inc.,,,,,,,1992-01-01, +/games/boxart/6294918ccc.jpg,The Simpsons: Bart vs. the Space Mutants,GEN,Platform,Flying Edge,Arc Developments,,,,,,,1992-01-01, +/games/boxart/full_the-simpsons-bart-vs-the-space-mutants_5PALFront.jpg,The Simpsons: Bart vs. the Space Mutants,MS,Platform,Flying Edge,Imagineering Inc.,,,,,,,1991-01-01, +/games/boxart/full_the-simpsons-bart-vs-the-space-mutants_3AmericaFront.jpg,The Simpsons: Bart vs. the Space Mutants,PC,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1997-01-01, +/games/boxart/9403633ccc.gif,The Simpsons: Bart vs. the Space Mutants,NES,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1991-02-01, +/games/boxart/8679092ccc.jpg,The Simpsons: Bart vs. the World,NES,Platform,Acclaim Entertainment,Imagineering Inc,,,,,,,1991-02-01, +/games/boxart/7350227ccc.jpg,The Simpsons: Bart's Nightmare,GEN,Platform,Flying Edge,"Sculptured Software, Inc.",,,,,,,1993-01-01, +/games/boxart/8299046ccc.jpg,The Simpsons: Bart's Nightmare,SNES,Platform,Acclaim Entertainment,Sculptured Software,,,,,,,1992-09-01, +/games/boxart/4716847ccc.jpg,The Simpsons: Bartman Meets Radioactive Man,NES,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1992-12-01, +/games/boxart/2749227ccc.jpg,The Simpsons: Night of the Living Treehouse of Horror,GB,Platform,THQ,Software Creations,,,,,,,2001-03-26, +/games/boxart/full_3281841AmericaFrontccc.jpg,The Smurfs,MS,Platform,Tec Toy,Infogrames,,,,,,,1996-01-01, +/games/boxart/full_890880PALFrontccc.jpg,The Smurfs,GEN,Platform,Infogrames,Virtual Studio,,,,,,,1995-01-01, +/games/boxart/full_2377631PALFrontccc.jpg,The Smurfs,SNES,Platform,Infogrames,Infogrames,,,,,,,1994-01-01, +/games/boxart/3898990ccc.jpg,The Smurfs,GB,Platform,Infogrames,Bit Managers,,,,,,,1994-01-01, +/games/boxart/full_969093PALFrontccc.jpg,The Smurfs,GG,Platform,Infogrames,IMPS,,,,,,,1994-01-01, +/games/boxart/full_2907089PALFrontccc.jpg,The Smurfs,NES,Platform,Infogrames,Infogrames,,,,,,,1994-01-01, +/games/boxart/full_5589048PALFrontccc.jpg,The Smurfs Travel the World,MS,Platform,Infogrames,Infogrames,,,,,,,1996-01-01, +/games/boxart/full_5099574PALFrontccc.jpg,The Smurfs Travel The World,GB,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, +/games/boxart/full_3852900PALFrontccc.jpg,The Smurfs Travel The World,GEN,Platform,Infogrames,Visual Studio,,,,,,,1996-01-01, +/games/boxart/full_6337190PALFrontccc.jpg,The Smurfs Travel The World,SNES,Platform,Infogrames,Virtual Studio,,,,,,,1994-01-01, +/games/boxart/full_the-smurfs-nightmare_80PALFront.jpg,The Smurfs' Nightmare,GB,Platform,Infogrames,Velez & Dubail,,,,,,,1997-01-01, +/games/boxart/full_the-smurfs-nightmare-gbc_479AmericaFront.jpg,The Smurfs' Nightmare (GBC),GB,Platform,Infogrames,Velez & Dubail,,,,,,,1999-02-28, +/games/boxart/default.jpg,The Swindle,PC,Platform,Unknown,Size Five Games,,,,,,,, +/games/boxart/full_3892814AmericaFrontccc.jpg,The Tale of Despereaux,PC,Platform,Brash Entertainment,Sensory Sweep Studios,,,,,,,2008-12-16, +/games/boxart/7327927ccc.jpg,The Terminator,NES,Platform,Mindscape,Radical Entertainment,,,,,,,1992-12-01, +/games/boxart/full_2486010AmericaFrontccc.jpg,The Terminator,GEN,Platform,Virgin Interactive,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_4660643AmericaFrontccc.jpg,The Terminator,SNES,Platform,Mindscape,Mindscape Inc.,,,,,,,1993-04-01, +/games/boxart/full_the-terminator_8PALFront.jpg,The Terminator,GG,Platform,Virgin Interactive,Probe Entertainment Limited,,,,,,,1992-01-01, +/games/boxart/full_the-terminator_0PALFront.jpg,The Terminator,MS,Platform,Virgin Interactive,Probe Entertainment Limited,,,,,,,1990-01-01, +/games/boxart/95982ccc.jpg,The Terminator,SCD,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-03-08, +/games/boxart/default.jpg,The War of the Worlds,PSN,Platform,Unknown,Other Ocean Interactive,,,,,,,, +/games/boxart/full_the-war-of-the-worlds_792AmericaFront.jpg,The War of the Worlds,XBL,Platform,Paramount Digital Entertainment,Other Ocean Interactive,3.5,,,,,,2011-10-26, +/games/boxart/full_6537569AmericaFrontccc.jpg,The Young Indiana Jones Chronicles,NES,Platform,Jaleco,LucasArts,,,,,,,1992-12-01, +/games/boxart/full_tiger-road_1AmericaFront.jpg,Tiger Road,PCE,Platform,NEC,Victor Interactive Software,,,,,,,1990-01-01, +/games/boxart/full_6087326AmericaFrontccc.jpg,Tigger's Honey Hunt,PC,Platform,Atari,Doki Denki,,,,,,,2001-04-01, +/games/boxart/full_6607753JapanFrontccc.jpg,Tingle no Balloon Fight DS,DS,Platform,Nintendo,Vanpool,,,,,,,2007-04-01, +/games/boxart/full_3390509AmericaFrontccc.jpg,Tinhead,GEN,Platform,Ballistic,MicroProse,,,,,,,1993-01-01, +/games/boxart/default.jpg,Tintin in Tibet,MS,Platform,Unknown,Infogrames,,,,,,,, +/games/boxart/default.jpg,Tintin in Tibet,GG,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, +/games/boxart/full_128980PALFrontccc.jpg,Tintin in Tibet,GB,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, +/games/boxart/full_8288708PALFrontccc.jpg,Tintin in Tibet,GEN,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, +/games/boxart/full_8187836PALFrontccc.jpg,Tintin in Tibet,PC,Platform,Infogrames,Infogrames,,,,,,,1994-01-01, +/games/boxart/full_2896449PALFrontccc.jpg,Tintin in Tibet,SNES,Platform,Infogrames,Infogrames,,,,,,,1995-12-14, +/games/boxart/full_6888777PALFrontccc.jpg,Tintin in Tibet (GBC),GB,Platform,Infogrames,Bit Managers,,,,,,,2001-12-03, +/games/boxart/full_tintin-prisoner-of-the-sun_632PALFront.jpg,Tintin: Prisoner of the Sun,GB,Platform,Infogrames,Bit Managers,,,,,,,2000-09-08, +/games/boxart/full_5624552AmericaFrontccc.jpg,Tiny Toon Adventures,NES,Platform,Konami,Konami,,,,,,,1991-12-01, +/games/boxart/1251530ccc.jpg,Tiny Toon Adventures 2: Montana's Movie Madness,GB,Platform,Konami,Konami,,,,,,,1993-11-01, +/games/boxart/full_tiny-toon-adventures-2-trouble-in-wackyland_1AmericaFront.jpg,Tiny Toon Adventures 2: Trouble in Wackyland,NES,Platform,Konami,Konami,,,,,,,1993-04-01, +/games/boxart/456992ccc.jpg,Tiny Toon Adventures: Babs' Big Break,GB,Platform,Konami,Konami,,,,,,,1992-02-01, +/games/boxart/2460299ccc.jpg,Tiny Toon Adventures: Buster Busts Loose!,SNES,Platform,Konami,Konami,,,,,,,1993-02-01, +/games/boxart/8469584ccc.jpg,Tiny Toon Adventures: Buster Saves the Day,GB,Platform,Conspiracy Entertainment,Warthog,,,,,,,2001-07-29, +/games/boxart/1216151ccc.gif,Tiny Toon Adventures: Buster's Hidden Treasure,GEN,Platform,Konami,Konami,,,,,,,1993-01-01, +/games/boxart/1927686ccc.jpg,Titus the Fox,GB,Platform,Titus,Aqua Pacific,,,,,,,1993-06-01, +/games/boxart/full_titus-the-fox-gbc_79AmericaFront.jpg,Titus the Fox (GBC),GB,Platform,Titus,Aqua Pacific,,,,,,,2000-11-01, +/games/boxart/full_2142655AmericaFrontccc.jpeg,Toast Time,PC,Platform,Force Of Habit,Force Of Habit,,,,,,,2014-08-27, +/games/boxart/full_tobes-vertical-adventure_217AmericaFront.jpg,Tobe's Vertical Adventure,PC,Platform,Unknown,Secret Base,8,,,,,,2011-07-18, +/games/boxart/full_4227359AmericaFrontccc.jpg,Tobe's Vertical Adventure,XBL,Platform,Microsoft,rayteoactive,,,,,,,2010-01-05, +/games/boxart/full_toejam-amp-earl-in-panic-on-funkotron_707AmericaFront.jpg,ToeJam & Earl in Panic on Funkotron,PC,Platform,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/3794329ccc.jpg,ToeJam & Earl in Panic on Funkotron,VC,Platform,Sega,ToeJam & Earl Productions,,,,,,,2007-06-04, +/games/boxart/6107353ccc.jpg,ToeJam & Earl in Panic on Funkotron,GEN,Platform,Sega,ToeJam & Earl Productions,,,,,,,1993-04-01, +/games/boxart/2261114ccc.jpg,Toki,Lynx,Platform,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_toki-going-ape-spit_989AmericaFront.jpg,Toki: Going Ape Spit,GEN,Platform,Sega,TAD Corporation,,,,,,,1991-01-01, +/games/boxart/full_9094395AmericaFrontccc.png,Tokobot,PSN,Platform,Tecmo,Tecmo,,,,,,,2008-12-17, +/games/boxart/9899371ccc.gif,Tokobot Plus: Mysteries of the Karakuri,PS2,Platform,Tecmo,Tecmo,,,,,,,2006-10-24, +/games/boxart/8469089ccc.jpg,Tom & Jerry,GB,Platform,Hi Tech Expressions,Beam Software,,,,,,,1992-10-01, +/games/boxart/full_tom-ampamp-jerry_695AmericaFront.jpg,Tom & Jerry,SNES,Platform,Hi Tech Expressions,Riedel Software,,,,,,,1993-04-01, +/games/boxart/full_4030401AmericaFrontccc.jpg,Tom & Jerry: The Ultimate Game of Cat and Mouse!,NES,Platform,Hi Tech Expressions,Software Creations,,,,,,,1991-12-01, +/games/boxart/9075663ccc.jpg,Tom and Jerry,GB,Platform,Majesco,Morning Star Multimedia,,,,,,,1999-09-27, +/games/boxart/full_5077172AmericaFrontccc.jpg,Tom and Jerry Tales,GBA,Platform,Warner Bros. Interactive,Sensory Sweep,,,,,,,2006-12-08, +/games/boxart/32311ccc.jpg,Tom and Jerry: Frantic Antics,GB,Platform,Hi Tech Expressions,Beam Software,,,,,,,1993-10-01, +/games/boxart/full_tom-and-jerry-the-movie_7PALFront.jpg,Tom and Jerry: The Movie,MS,Platform,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/3300080ccc.jpg,Tom and Jerry: The Movie,GG,Platform,Sega,SIMS,,,,,,,1993-01-01, +/games/boxart/full_2265598AmericaFrontccc.jpg,Tomb Raider starring Lara Croft,GB,Platform,THQ,Core Design Ltd.,8.1,,,,,,2000-06-08, +/games/boxart/full_6574759AmericaFrontccc.jpg,Tomb Raider: Curse of the Sword,GB,Platform,Activision,Core Design Ltd.,,,,,,,2001-07-01, +/games/boxart/default.jpg,Tomba!,PSN,Platform,Unknown,Whoopee Camp,,,,,,,, +/games/boxart/1429222ccc.jpg,Tonic Trouble,PC,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1999-12-06, +/games/boxart/full_1852271PALFrontccc.jpg,Tonic Trouble,GB,Platform,Ubisoft,RFX Interactive,,,,,,,2000-01-01, +/games/boxart/full_toonsylvania_193AmericaFront.jpg,Toonsylvania,GB,Platform,Ubisoft,RFX Interactive,,,,,,,2000-06-01, +/games/boxart/full_top-hunter_0JapanFront.jpg,Top Hunter,NG,Platform,SNK,SNK Corporation,,,,,,,1994-06-24, +/games/boxart/full_top-hunter-roddy-amp-cathy_5JapanFront.jpg,Top Hunter: Roddy & Cathy,VC,Platform,D4 Enterprise,SNK Corporation,,,,,,,2007-12-31, +/games/boxart/full_top-hunter-roddy-ampamp-cathy-cd_4AmericaFront.jpg,Top Hunter: Roddy & Cathy (CD),NG,Platform,SNK,SNK Corporation,,,,,,,1994-09-29, +/games/boxart/full_topatoi_4AmericaFront.jpg,topatoi: spinning through the worlds,PSN,Platform,Boolat Games,Boolat Games,,,,,,,2009-10-15, +/games/boxart/default.jpg,topatoi: The Pillar of Skies!,PSN,Platform,Unknown,Boolat Games,,,,,,,, +/games/boxart/full_3871670AmericaFrontccc.jpg,Total Recall,NES,Platform,Acclaim Entertainment,Interplay,,,,,,,1990-08-01, +/games/boxart/8369558ccc.jpg,Totally Rad,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1991-03-01, +/games/boxart/default.jpg,Towel Slappin' Pro-Jumper!,DSiW,Platform,Arc System Works,Arc System Works,,,,,,,2010-09-01, +/games/boxart/full_3273560AmericaFrontccc.jpg,Tower Toppler,VC,Platform,Commodore,Triffix Entertainment Inc.,,,,,,,2009-05-04, +/games/boxart/1574817ccc.jpg,Tower Toppler,7800,Platform,Atari,Triffix Entertainment Inc.,,,,,,,1988-01-01, +/games/boxart/7076721ccc.jpg,Toy Story,SNES,Platform,Capcom,Traveller's Tales,,,,,,,1996-04-25, +/games/boxart/full_toy-story_0AmericaFront.jpg,Toy Story,PC,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,1996-10-31, +/games/boxart/7292464ccc.jpg,Toy Story,GEN,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,1996-04-26, +/games/boxart/134629ccc.jpg,Toy Story,GB,Platform,Black Pearl,Tiertex Design Studios,,,,,,,1996-05-01, +/games/boxart/full_4913162AmericaFrontccc.jpg,Toy Story 2,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1999-11-30, +/games/boxart/4058792ccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,DC,Platform,Activision,Traveller's Tales,,,,,,,2000-06-30, +/games/boxart/full_toy-story-2-buzz-lightyear-to-the-rescue_587AmericaFront.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,PSN,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,2011-03-08, +/games/boxart/full_6854454AmericaFrontccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,PC,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,2000-01-01, +/games/boxart/full_9727983AmericaFrontccc.jpg,Trantor: The Last Stormtrooper,MSD,Platform,Keypunch,Probe Software,,,,,,,1988-01-01, +/games/boxart/full_2115220PALFrontccc.jpg,Trantor: The Last Stormtrooper,MSX,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1987-01-01, +/games/boxart/default.jpg,Trantor: The Last Stormtrooper,ZXS,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1987-01-01, +/games/boxart/default.jpg,Trantor: The Last Stormtrooper,Amig,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1987-01-01, +/games/boxart/default.jpg,Trantor: The Last Stormtrooper,AST,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1988-01-01, +/games/boxart/full_3824381PALFrontccc.jpg,Trash It,PS,Platform,GT Interactive,Rage Software,,,,,,,1997-07-01, +/games/boxart/full_3997241PALFrontccc.jpg,Trash It,SAT,Platform,GT Interactive,Rage Software,,,,,,,1997-01-01, +/games/boxart/full_7495250AmericaFrontccc.jpg,Treasure Master,NES,Platform,American Softworks,Software Creations,,,,,,,1991-12-01, +/games/boxart/full_treasure-treasure-fortress-forage_0AmericaFront.jpg,Treasure Treasure: Fortress Forage Extra Edition,XBL,Platform,Microsoft,IshiEiketsu,,,,,,,2010-09-01, +/games/boxart/full_6086672PALFrontccc.jpg,Trine,PS3,Platform,Nobilis,Frozenbyte,8.2,,,,,,2009-10-09, +/games/boxart/full_2319817AmericaFrontccc.png,Trine,PSN,Platform,Nobilis,Frozenbyte,8.3,,,,,,2009-10-22, +/games/boxart/full_trine-2_837AmericaFront.jpg,Trine 2,XBL,Platform,Atlus,Frozenbyte,,,,,,,2011-12-21, +/games/boxart/full_trine-2_664AmericaFront.jpg,Trine 2,PSN,Platform,Atlus,Frozenbyte,,,,,,,2011-12-20, +/games/boxart/full_7210245AmericaFrontccc.jpg,Trine 2,OSX,Platform,Frozenbyte,Frozenbyte,,,,,,,2011-12-07,2018-08-30 +/games/boxart/full_trip-world_691JapanFront.jpg,Trip World,3DS,Platform,Sunsoft,SunSoft,,,,,,,2011-11-30, +/games/boxart/full_trip-world_356PALFront.jpg,Trip World,GB,Platform,Sunsoft,SunSoft,,,,,,,1993-01-01, +/games/boxart/708097ccc.jpg,Trojan,NES,Platform,Capcom,Capcom,,,,,,,1987-02-01, +/games/boxart/full_8925839AmericaFrontccc.png,Tuffy the Corgi and the Tower of Bones,PSV,Platform,Action Button Entertainment LLC,Action Button Entertainment LLC,,,,,,,2014-06-24, +/games/boxart/full_5627096AmericaFrontccc.jpg,Turok 2: Seeds of Evil,GB,Platform,Acclaim Entertainment,Bit Managers,,,,,,,1998-12-31, +/games/boxart/full_4617955AmericaFrontccc.jpg,Turok: Battle of the Bionosaurs,GB,Platform,Acclaim Entertainment,Bit Managers,,,,,,,1998-08-06, +/games/boxart/full_6953350AmericaFrontccc.jpg,Turrican,GEN,Platform,Accolade,The Code Monkeys,,,,,,,1991-01-01, +/games/boxart/full_1360044AmericaFrontccc.jpg,Turrican,GB,Platform,Accolade,The Code Monkeys,,,,,,,1991-11-01, +/games/boxart/full_4517098AmericaFrontccc.jpg,Turrican,PCE,Platform,Ballistic,The Code Monkeys,,,,,,,1991-08-01, +/games/boxart/full_turtle-casino_472AmericaFront.jpg,Turtle Casino,XBL,Platform,Microsoft,X25 Entertainment,,,,,,,2011-08-02, +/games/boxart/full_tweetys-high-flying-adventure_886AmericaFront.jpg,Tweety's High-Flying Adventure,GB,Platform,Kemco,Kemco,,,,,,,2000-11-01, +/games/boxart/full_twin-2-pack-sonic-cdsonic-ampamp-knuckles-collection_165AmericaFront.jpg,Twin 2 Pack: Sonic CD/Sonic & Knuckles Collection,PC,Platform,Activision,Sonic Team,,,,,,,2007-02-01, +/games/boxart/full_twin-blades_17PALFront.png,Twin Blades,PSN,Platform,Sanuk Games,Sanuk Games,,,,,,,2011-02-22, +/games/boxart/full_hebereke_7PALFront.jpg,Ufouria: The Saga,VC,Platform,Sunsoft,SunSoft,,,,,,,2010-08-23, +/games/boxart/full_207445AmericaFrontccc.png,Ufouria: The Saga,WiiU,Platform,Sunsoft,SunSoft,,,,,,,2014-07-24, +/games/boxart/full_9295775PALFrontccc.jpg,Ufouria: The Saga,NES,Platform,Sunsoft,SunSoft,,,,,,,1992-11-19, +/games/boxart/full_292173AmericaFrontccc.png,Ultimate Ghosts 'n Goblins,PSN,Platform,Capcom,Capcom,,,,,,,2009-01-15, +/games/boxart/full_8561353JapanFrontccc.jpg,Ultraman Tiga & Ultraman Dyna: New Generations,PS,Platform,Bandai,Bandai,,,,,,,1998-07-16, +/games/boxart/5046136ccc.jpg,Universal Soldier,GB,Platform,Accolade,The Code Monkeys,,,,,,,1992-12-01, +/games/boxart/full_universal-soldier_842AmericaFront.jpg,Universal Soldier,GEN,Platform,Ballistic,The Code Monkeys,,,,,,,1992-01-01, +/games/boxart/full_285486AmericaFrontccc.jpeg,Unravel,PC,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2016-02-09, +/games/boxart/full_9372744AmericaFrontccc.jpeg,Unravel,PS4,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2016-02-09, +/games/boxart/full_990670AmericaFrontccc.png,Unravel,XOne,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2016-02-09, +/games/boxart/full_9234355AmericaFrontccc.jpg,URA KAITEN PATISSIER,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-10-12, +/games/boxart/full_urusei-yatsura-lum-no-wedding-bell_7JapanFront.jpg,Urusei Yatsura: Lum no Wedding Bell,NES,Platform,Jaleco,TOSE Software,,,,,,,1986-10-23, +/games/boxart/full_valis_966AmericaFront.jpg,Valis,GEN,Platform,Renovation,Riot,,,,,,,1991-01-01, +/games/boxart/full_valis-ii_958JapanFront.jpg,Valis II,PSN,Platform,Hudson Soft,Nippon Telenet,,,,,,,2011-03-16, +/games/boxart/full_valis-ii_6AmericaFront.jpg,Valis II,PCE,Platform,NEC,Nippon Telenet,,,,,,,1990-01-01, +/games/boxart/full_959013AmericaFrontccc.jpg,Valis III,GEN,Platform,Renovation,Telenet Japan,,,,,,,1991-01-01, +/games/boxart/full_6576330AmericaFrontccc.jpg,Valis III,PCE,Platform,Turbo Technologies,Telenet Japan,,,,,,,1992-01-01, +/games/boxart/full_valis-iv_5JapanFront.jpg,Valis IV,PCE,Platform,Nippon Telenet,Nippon Telenet,,,,,,,1991-08-23, +/games/boxart/6396450ccc.jpg,Vampire: Master of Darkness,GG,Platform,Sega,SIMS,,,,,,,1993-11-04, +/games/boxart/full_4315740AmericaFrontccc.jpg,Vectorman,VC,Platform,Sega,Blue Sky Software,,,,,,,2008-09-22, +/games/boxart/full_vectorman_327AmericaFront.jpg,Vectorman,PC,Platform,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/5216584ccc.gif,Vectorman 2,GEN,Platform,Sega,Blue Sky Software,,,,,,,1996-11-15, +/games/boxart/full_5407180AmericaFrontccc.jpg,Virtual Boy Wario Land,VB,Platform,Nintendo,Nintendo R&D1,,,,,,,1995-11-27, +/games/boxart/default.jpg,Volchaos,XBL,Platform,Microsoft,Fun Infused Games,,,,,,,2011-11-30, +/games/boxart/full_vvvvvv_526AmericaFront.png,VVVVVV,3DS,Platform,Unknown,Nicalis,,,,,,,2011-12-29, +/games/boxart/2629437ccc.gif,Wacky Races,NES,Platform,Atlus,Atlus Co.,,,,,,,1992-05-01, +/games/boxart/full_wai-wai-world-2-sos-paseri-jou_8JapanFront.jpg,Wai Wai World 2: SOS!! Paseri Jou,NES,Platform,Konami,Konami,,,,,,,1991-01-05, +/games/boxart/full_6159401PALFrontccc.jpg,Wallace & Gromit in Project Zoo,PC,Platform,BAM! Entertainment,Frontier Developments,,,,,,,2003-10-31, +/games/boxart/full_4856292AmericaFrontccc.jpg,Walt Disney Pictures Presents Enchanted: Once Upon Andalasia,GBA,Platform,Disney Interactive Studios,Artificial Mind and Movement,,,,,,,2007-11-15, +/games/boxart/full_8612553AmericaFrontccc.jpg,Walt Disney Pictures Presents The Santa Clause 3: The Escape Clause,GBA,Platform,Buena Vista,1st Playable Productions,,,,,,,2006-10-19, +/games/boxart/full_2099327AmericaFrontccc.jpg,Walt Disney's Alice in Wonderland,GB,Platform,Nintendo,Digital Eclipse,,,,,,,2000-10-04, +/games/boxart/full_walt-disneys-the-jungle-book_5AmericaFront.jpg,Walt Disney's The Jungle Book,SNES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-08-01, +/games/boxart/8088767ccc.jpg,Walt Disney's The Jungle Book,GG,Platform,Virgin Interactive,Syrox Developments,,,,,,,1994-01-01, +/games/boxart/full_6454457PALFrontccc.jpg,Walt Disney's The Jungle Book,MS,Platform,Virgin Interactive,Syrox Developments,,,,,,,1993-01-01, +/games/boxart/3814108ccc.jpg,Walt Disney's The Jungle Book: Mowgli's Wild Adventure,GB,Platform,Ubisoft,Ubisoft,,,,,,,2000-11-20, +/games/boxart/full_3931912AmericaFrontccc.jpg,Wardner,GEN,Platform,"Mentrix Software, Inc.",Toaplan,,,,,,,1991-04-25, +/games/boxart/default.jpg,Way In Dusk,DS,Platform,Unknown,Elephant Games,,,,,,,, +/games/boxart/full_5362380AmericaFrontccc.jpg,Wayne's World,GEN,Platform,THQ,Gray Matter,,,,,,,1993-02-18, +/games/boxart/full_6879947AmericaFrontccc.jpg,Wayne's World,NES,Platform,THQ,Radical Entertainment,,,,,,,1993-11-01, +/games/boxart/full_3209618AmericaFrontccc.jpg,Wayne's World,SNES,Platform,THQ,Gray Matter,,,,,,,1993-04-01, +/games/boxart/7928034ccc.jpg,Wayne's World,GB,Platform,THQ,Radical Entertainment,,,,,,,1993-11-01, +/games/boxart/2938061ccc.jpg,We're Back! A Dinosaur's Story,GB,Platform,Hi Tech Expressions,Beam Software,,,,,,,1993-10-01, +/games/boxart/full_were-back-a-dinosaurs-story_239AmericaFront.jpg,We're Back! A Dinosaur's Story,SNES,Platform,Hi Tech Expressions,Visual Concepts,,,,,,,1993-11-01, +/games/boxart/full_3099453AmericaFrontccc.jpg,Welcome to Mexico,XBL,Platform,Microsoft,Angelo Pelini,,,,,,,2009-02-28, +/games/boxart/full_wendy-every-witch-way_791AmericaFront.jpg,Wendy: Every Witch Way,GB,Platform,TDK Mediactive,WayForward Technologies,,,,,,,2001-08-28, +/games/boxart/3387320ccc.jpg,Werewolf: The Last Warrior,NES,Platform,Data East,Takara,,,,,,,1990-01-01, +/games/boxart/full_who-is-god_139AmericaFront.jpg,Who is God,XBL,Platform,Microsoft,Magiko Gaming,,,,,,,2011-08-02, +/games/boxart/full_whomp-em_9AmericaFront.jpg,Whomp 'Em,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1991-03-01, +/games/boxart/full_widget_10AmericaFront.jpg,Widget,NES,Platform,Atlus,Zodiac Entertainment,,,,,,,1992-11-01, +/games/boxart/full_widgets-odyssey_2PALFront.jpg,Widget's Odyssey,PSN,Platform,Frima Studio,Frima Studio,,,,,,,2010-07-06, +/games/boxart/full_widgets-odyssey-1-and-2_622PALFront.png,Widget's Odyssey 1 and 2,PSN,Platform,Frima Studio,Frima Studio,,,,,,,2011-02-09, +/games/boxart/full_widgets-odyssey-2_2PALFront.png,Widget's Odyssey 2,PSN,Platform,Frima Studio,Frima Studio,,,,,,,2010-08-03, +/games/boxart/full_3634984AmericaFrontccc.jpg,Wik & The Fable of Souls,PC,Platform,High Horse Entertainment,Reflexive Entertainment,,,,,,,2004-09-14, +/games/boxart/full_8666061AmericaFrontccc.jpg,Wik & The Fable of Souls,XBL,Platform,Microsoft,Reflexive Entertainment,7.8,,,,,,2005-12-15, +/games/boxart/full_1955610AmericaFrontccc.png,Wipeout 2 (Mobile),And,Platform,Activision,Activision,,,,,,,2014-08-28, +/games/boxart/full_5098892AmericaFrontccc.jpg,Wiz 'n' Liz,GEN,Platform,Psygnosis,Raising Hell Productions,,,,,,,1993-01-01, +/games/boxart/full_wolfchild_0PALFront.jpg,Wolfchild,GG,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_wolfchild_10PALFront.jpg,Wolfchild,MS,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_wolfchild_10AmericaFront.jpg,Wolfchild,SNES,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-06-01, +/games/boxart/full_wolfchild_8AmericaFront.jpg,Wolfchild,GEN,Platform,JVC,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/9987582ccc.jpg,Wolfchild,SCD,Platform,JVC,Core Design Ltd.,,,,,,,1993-01-18, +/games/boxart/7864727ccc.jpg,Wolverine: Adamantium Rage,SNES,Platform,LJN,Bits Studios,,,,,,,1994-01-01, +/games/boxart/5408496ccc.jpg,Wolverine: Adamantium Rage,GEN,Platform,Acclaim Entertainment,Teeny Weeny Games,,,,,,,1994-01-01, +/games/boxart/full_5776368AmericaFrontccc.jpg,Wonder Boy,VC,Platform,Sega,Sega,,,,,,,2008-03-31, +/games/boxart/3574640ccc.jpg,Wonder Boy,MS,Platform,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/default.jpg,Wonder Boy in Monster Land (Arcade),VC,Platform,Sega,Westone Bit Entertainment,,,,,,,2011-06-21, +/games/boxart/default.jpg,Wonder Boy in Monster Land (Arcade),PSN,Platform,Unknown,Westone Bit Entertainment,,,,,,,, +/games/boxart/full_478647PALFrontccc.jpg,Wonder Boy in Monster World,MS,Platform,Sega,Westone Bit Entertainment,,,,,,,1993-01-01, +/games/boxart/6534351ccc.jpg,Wonder Boy in Monster World,GEN,Platform,Sega,Westone Bit Entertainment,,,,,,,1992-01-01, +/games/boxart/1080581ccc.jpg,Wonder Boy in Monster World,VC,Platform,Nintendo,Westone Bit Entertainment,,,,,,,2007-04-23, +/games/boxart/default.jpg,Wonder Boy in Monster World,PSN,Platform,Unknown,Westone Bit Entertainment,,,,,,,, +/games/boxart/full_2693753JapanFrontccc.jpg,Wonder Boy in Monster World IV,VC,Platform,Unknown,Westone Bit Entertainment,,,,,,,, +/games/boxart/default.jpg,Wonder Boy in Monster World IV,XBL,Platform,Unknown,Westone Bit Entertainment,,,,,,,, +/games/boxart/default.jpg,Wonder Boy in Monster World IV,PSN,Platform,Unknown,Westone Bit Entertainment,,,,,,,, +/games/boxart/full_5352671AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),Linux,Platform,DotEmu,Lizardcube,,,,,,,2017-07-18,2018-08-10 +/games/boxart/full_6237980AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),XOne,Platform,DotEmu,Lizardcube,,,,,,,2017-04-18,2018-08-10 +/games/boxart/full_2306061AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),PC,Platform,DotEmu,Lizardcube,,,,,,,2017-07-18,2018-08-10 +/games/boxart/full_2145425AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),OSX,Platform,DotEmu,Lizardcube,,,,,,,2017-07-18,2018-08-10 +/games/boxart/434248ccc.jpg,Wonder Dog,SCD,Platform,JVC,Core Design Ltd.,,,,,,,1992-01-01, +/games/boxart/full_3533661AmericaFrontccc.jpg,Wondership Q,PS4,Platform,Cygames,Miracle Positive,,,,,,,2020-12-31,2018-07-05 +/games/boxart/full_8042850AmericaFrontccc.jpg,Woody Woodpecker,GB,Platform,DreamCatcher Interactive,Planet Interactive,,,,,,,2001-09-01, +/games/boxart/full_woody-woodpecker-escape-from-buzz-buzzard-park_916AmericaFront.jpg,Woody Woodpecker: Escape from Buzz Buzzard Park,PC,Platform,DreamCatcher Interactive,EKO System,,,,,,,2001-11-21, +/games/boxart/full_2549872AmericaFrontccc.jpg,World Molder,XBL,Platform,Microsoft,Victor Dettlaff,,,,,,,2008-12-06, +/games/boxart/9794628ccc.jpg,World of Illusion starring Mickey Mouse and Donald Duck,GEN,Platform,Sega,Sega of America,,,,,,,1992-01-01, +/games/boxart/full_wrath-of-the-black-manta_864AmericaFront.jpg,Wrath of the Black Manta,NES,Platform,Taito,Taito Corporation,,,,,,,1990-04-01, +/games/boxart/3766573ccc.jpg,Wrecking Crew,VC,Platform,Nintendo,Nintendo,,,,,,,2007-11-19, +/games/boxart/full_3560842JapanFrontccc.jpeg,Wrecking Crew (FDS),NES,Platform,Nintendo,Nintendo,,,,,,,1989-02-03, +/games/boxart/full_wurm-journey-to-the-center-of-the-earth_7AmericaFront.jpg,Wurm: Journey to the Center of the Earth,NES,Platform,Asmik Corp,Sofel,,,,,,,1991-11-01, +/games/boxart/full_1916621AmericaFrontccc.jpg,X-Kaliber 2097,SNES,Platform,Activision,fupac,,,,,,,1994-01-01, +/games/boxart/6404552ccc.gif,X-Men,GEN,Platform,Sega,"Western Technologies, Inc.",,,,,,,1993-05-18, +/games/boxart/6399449ccc.jpg,X-Men,GG,Platform,Sega,Western Technologies Inc,,,,,,,1994-01-01, +/games/boxart/full_x-men-2-game-masters-legacy_0AmericaFront.jpg,X-Men 2: Game Master's Legacy,GG,Platform,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_4655344AmericaFrontccc.jpg,X-Men: Mutant Apocalypse,SNES,Platform,Capcom,Capcom,,,,,,,1995-01-02, +/games/boxart/8599021ccc.jpg,X-Men: Wolverine's Rage,GB,Platform,Activision,Digital Eclipse,,,,,,,2001-05-15, +/games/boxart/3586989ccc.jpg,Xexyz,NES,Platform,Hudson Soft,Atlus Co.,,,,,,,1990-04-01, +/games/boxart/full_yo-noid_2AmericaFront.jpg,Yo! Noid,NES,Platform,Capcom,Now Production,,,,,,,1990-11-01, +/games/boxart/full_yogi-bear-in-yogi-bears-goldrush_909AmericaFront.jpg,Yogi Bear in Yogi Bear's Goldrush,GB,Platform,GameTek,Entertainment Int,,,,,,,1994-10-01, +/games/boxart/full_9645061PALFrontccc.jpg,Yogi Bear's Cartoon Capers,GEN,Platform,Empire Interactive,Blue Turtle,,,,,,,1994-01-01, +/games/boxart/full_2024275AmericaFrontccc.jpg,Yooka-Laylee,Linux,Platform,Team17 Software,Playtonic Games,,,,,,,2018-01-01,2018-05-31 +/games/boxart/full_4443429AmericaFrontccc.jpg,Yooka-Laylee,OSX,Platform,Team17 Software,Playtonic Games,,,,,,,2018-01-01,2018-05-31 +/games/boxart/default.jpg,Yooka-Laylee,WiiU,Platform,Team17 Software,Playtonic Games,,,,,,,2017-01-01, +/games/boxart/default.jpg,Yoshi's Story,iQue,Platform,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/8742808ccc.gif,Yoshi's Story,VC,Platform,Nintendo,Nintendo EAD,,,,,,,2007-09-17, +/games/boxart/full_youkai-club_10JapanFront.jpg,Youkai Club,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1987-05-19, +/games/boxart/full_yukkuri-no-meikyuu_937AmericaFront.jpg,Yukkuri no Meikyuu,XBL,Platform,Microsoft,HOSSIE,,,,,,,2010-05-06, +/games/boxart/full_4847044AmericaFrontccc.jpg,Zapper: One Wicked Cricket,XBL,Platform,Atari,Blitz Games,,,,,,,2008-11-17, +/games/boxart/full_1110441AmericaFrontccc.jpg,Zapper: One Wicked Cricket!,PC,Platform,Infogrames,Blitz Games,,,,,,,2002-10-09, +/games/boxart/full_2981086AmericaFrontccc.jpg,Zen: Intergalactic Ninja,NES,Platform,Konami,Konami,,,,,,,1993-03-01, +/games/boxart/5255422ccc.jpg,Zen: Intergalactic Ninja,GB,Platform,Konami,Konami,,,,,,,1993-01-01, +/games/boxart/470479ccc.jpg,Zero the Kamikaze Squirrel,SNES,Platform,Sunsoft,SunSoft,,,,,,,1994-01-01, +/games/boxart/6966782ccc.jpg,Zillion,MS,Platform,Sega,Tatsunoko Productions,,,,,,,1987-01-01, +/games/boxart/full_zillion-ii-the-tri-formation_4AmericaFront.jpg,Zillion II: The Tri Formation,MS,Platform,Sega,Tatsunoko Productions,,,,,,,1988-01-01, +/games/boxart/4532331ccc.jpg,Zoboomafoo: Playtime in Zobooland,GB,Platform,Encore,Vicarious Visions,,,,,,,2001-10-01, +/games/boxart/4980561ccc.jpg,Zool,GB,Platform,GameTek,Gremlin Interactive,,,,,,,1993-01-01, +/games/boxart/7518218ccc.jpg,Zool,SNES,Platform,Infocom,Gremlin Interactive,,,,,,,1994-07-29, +/games/boxart/8550656ccc.jpg,Zool 2,AJ,Platform,Atari,Gremlin Interactive,,,,,,,1994-01-01, +/games/boxart/full_3591860PALFrontccc.jpg,Zool 2,PC,Platform,Gremlin Interactive Ltd,Gremlin Graphics,,,,,,,1994-01-01, +/games/boxart/5507629ccc.jpg,Zool: Ninja of the 'Nth' Dimension,GG,Platform,GameTek,Gremlin Interactive,,,,,,,1993-01-01, +/games/boxart/full_8883645AmericaFrontccc.jpg,Zoomaroom,XBL,Platform,Microsoft,FourBrosStudio,,,,,,,2009-02-20, +/games/boxart/full_zoonies-escape-from-makatu_153AmericaFront.jpg,Zoonies - Escape from Makatu,DSiW,Platform,Unknown,Kiloo Games,,,,,,,2011-08-18, +/games/boxart/full_3780232AmericaFrontccc.jpg,ZP2K9,XBL,Platform,Microsoft,Jamezila,,,,,,,2009-02-28, +/games/boxart/default.jpg,140,WiiU,Platform,Unknown,Double Fine Productions,,,,,,,,2020-08-19 +/games/boxart/full_2753010AmericaFrontccc.png,20XX,NS,Platform,Batterystaple Games,Batterystaple Games,,,,,,,2018-07-10,2020-03-09 +/games/boxart/full_6733673AmericaFrontccc.jpg,30XX,PC,Platform,Batterystaple Games,Batterystaple Games,,,,,,,2021-12-01,2020-08-26 +/games/boxart/full_7045871AmericaFrontccc.png,36 Fragments of Midnight,NS,Platform,Petite Games,Petite Games,,,,,,,2017-09-14,2019-04-13 +/games/boxart/full_7593832AmericaFrontccc.jpg,A Hat in Time,XOne,Platform,Humble Bundle,Gears for Breakfast,,,,,,,2017-12-07,2018-07-31 +/games/boxart/full_5229366AmericaFrontccc.jpg,A Hat in Time,PS4,Platform,Humble Bundle,Gears for Breakfast,,,,,,,2017-12-05,2018-07-31 +/games/boxart/full_5505548AmericaFrontccc.png,A Robot Named Fight!,NS,Platform,Hitcents,Matt Bitner Games,,,,,,,2018-04-26,2019-04-21 +/games/boxart/full_7120853AmericaFrontccc.jpg,A Tale of Paper,XS,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 +/games/boxart/full_6891253AmericaFrontccc.jpg,A Tale of Paper,NS,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 +/games/boxart/full_8329157AmericaFrontccc.jpg,A Tale of Paper,PC,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 +/games/boxart/full_5905840AmericaFrontccc.jpg,A Tale of Paper,PS5,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 +/games/boxart/full_7556551AmericaFrontccc.jpg,A Tale of Paper,XOne,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 +/games/boxart/full_2558316AmericaFrontccc.jpg,A.R.E.S. Extinction Agenda EX,PC,Platform,ORiGO Games,Extend Studio,,,,,,,2014-10-03,2019-04-03 +/games/boxart/full_5099082AmericaFrontccc.jpg,Aeon Drive,XS,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 +/games/boxart/full_9704079AmericaFrontccc.jpg,Aeon Drive,NS,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 +/games/boxart/full_1422415AmericaFrontccc.jpg,Aeon Drive,PC,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 +/games/boxart/full_1747483AmericaFrontccc.jpg,Aeon Drive,PS4,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 +/games/boxart/full_9905794AmericaFrontccc.jpg,Aeon Drive,PS5,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 +/games/boxart/full_4912209AmericaFrontccc.jpg,Aeon Drive,XOne,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 +/games/boxart/full_647403AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,PS5,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 +/games/boxart/full_4185172AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,XS,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 +/games/boxart/full_1716934AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,XOne,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 +/games/boxart/full_4873085AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,NS,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 +/games/boxart/full_4795423AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,PC,Platform,Merge Games,Merge Games,,,,,,,2021-06-22,2021-05-20 +/games/boxart/full_8031253AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,PS4,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 +/games/boxart/full_9215482AmericaFrontccc.png,Alteric,NS,Platform,Sometimes You,Sometimes You,,,,,,,2018-03-30,2018-03-23 +/games/boxart/full_7259144AmericaFrontccc.jpg,Android Hunter A,PC,Platform,Unknown,DigiPlox,,,,,,,,2020-12-20 +/games/boxart/full_826635AmericaFrontccc.png,Arcade Archives: Crazy Climber,NS,Platform,Hamster Corporation,Hamster,,,,,,,2018-02-08,2018-03-23 +/games/boxart/full_2591150PALFrontccc.png,Arcade Archives: Donkey Kong,NS,Platform,Hamster Corporation,Hamster Corporation,,,,,,,2018-06-14,2019-08-10 +/games/boxart/full_7870678AmericaFrontccc.png,Arcade Archives: Vs. Super Mario Bros.,NS,Platform,Hamster Corporation,Nintendo,,,,,,,2017-12-22,2018-02-04 +/games/boxart/full_3389680AmericaFrontccc.jpg,Aritana and the Harpy's Feather,XOne,Platform,Duaik Entretenimento,Duaik Entretenimento,,,,,,,2015-09-09,2018-08-02 +/games/boxart/full_386496AmericaFrontccc.jpg,Astral Ascent,PC,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 +/games/boxart/full_7442684AmericaFrontccc.jpg,Astral Ascent,PS4,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 +/games/boxart/full_9599786AmericaFrontccc.jpg,Astral Ascent,PS5,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 +/games/boxart/full_3232150AmericaFrontccc.jpg,Astral Ascent,XOne,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 +/games/boxart/full_4358339AmericaFrontccc.jpg,Astral Ascent,XS,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 +/games/boxart/full_7805874AmericaFrontccc.jpg,Astral Ascent,NS,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 +/games/boxart/full_4656388AmericaFrontccc.jpg,Azure Striker Gunvolt 2,PC,Platform,Inti Creates,Inti Creates,,,,,,,2020-06-22,2020-06-11 +/games/boxart/full_5857988AmericaFrontccc.jpg,Azure Striker Gunvolt 2,PS4,Platform,Inti Creates,Inti Creates,,,,,,,2020-04-23,2020-06-11 +/games/boxart/full_824046AmericaFrontccc.jpg,Azure Striker Gunvolt 2,NS,Platform,Inti Creates,Inti Creates,,,,,,,2017-08-31,2020-06-11 +/games/boxart/full_7028411AmericaFrontccc.jpg,B.C.'s Quest for Tires,CV,Platform,Sierra Online,Sydney Development,,,,,,,1983-11-01,2021-10-18 +/games/boxart/full_9869067AmericaFrontccc.jpg,Balan Wonderworld,XOne,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_2836058AmericaFrontccc.jpg,Balan Wonderworld,XS,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_1839897AmericaFrontccc.jpg,Balan Wonderworld,NS,Platform,Unknown,Square Enix,,,,,,,,2020-08-07 +/games/boxart/full_1988326AmericaFrontccc.jpg,Balan Wonderworld,PC,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_5160587AmericaFrontccc.jpg,Balan Wonderworld,PS4,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_7527575AmericaFrontccc.jpg,Balan Wonderworld,PS5,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 +/games/boxart/default.jpg,Banana Prince,NES,Platform,Unknown,KID,,,,,,,,2017-12-31 +/games/boxart/full_9785091AmericaFrontccc.jpg,Bard's Gold,PS4,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2016-06-17,2019-04-28 +/games/boxart/full_4578156AmericaFrontccc.jpg,Bard's Gold,XOne,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2016-06-17,2019-04-28 +/games/boxart/full_5861215AmericaFrontccc.jpg,Bard's Gold,PC,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2015-08-14,2019-04-28 +/games/boxart/full_1836328AmericaFrontccc.png,Bard's Gold,NS,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2019-03-05,2019-04-28 +/games/boxart/full_5143059AmericaFrontccc.jpg,Bard's Gold,PSV,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2016-06-17,2019-04-28 +/games/boxart/default.jpg,Beauty & the Beast,Int,Platform,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_7575264AmericaFrontccc.jpg,Ben and Ed - Blood Party,PC,Platform,Sluggerfly,Sluggerfly,,,,,,,2018-02-13,2019-04-17 +/games/boxart/full_3586483AmericaFrontccc.jpg,Berserk Boy,XS,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 +/games/boxart/full_7224316AmericaFrontccc.jpg,Berserk Boy,NS,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 +/games/boxart/full_9934972AmericaFrontccc.jpg,Berserk Boy,PC,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 +/games/boxart/full_1428221AmericaFrontccc.jpg,Berserk Boy,PS4,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 +/games/boxart/full_4657559AmericaFrontccc.jpg,Berserk Boy,PS5,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 +/games/boxart/full_2659940AmericaFrontccc.jpg,Berserk Boy,XOne,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 +/games/boxart/full_914906AmericaFrontccc.png,Binaries,NS,Platform,Ant Workshop Ltd,Ant Workshop Ltd,,,,,,,2017-09-28,2018-03-02 +/games/boxart/full_4469530AmericaFrontccc.jpg,Black Knight Sword,X360,Platform,Unknown,Grasshopper Manufacture,,,,,,,,2022-08-15 +/games/boxart/full_5363848AmericaFrontccc.jpg,Black Knight Sword,PS3,Platform,Unknown,Grasshopper Manufacture,,,,,,,,2022-08-15 +/games/boxart/full_3947043AmericaFrontccc.jpg,Blackhole: Complete Edition,XOne,Platform,1C Company,FiolaSoft Studio,,,,,,,2017-08-08,2018-08-01 +/games/boxart/full_3090965AmericaFrontccc.jpg,Blackhole: Complete Edition,PS4,Platform,1C Company,FiolaSoft Studio,,,,,,,2017-08-08,2018-08-01 +/games/boxart/full_7906349AmericaFrontccc.png,Bloodstained: Curse of the Moon,PS4,Platform,Unknown,Inti Creates,,,,,,,,2018-06-05 +/games/boxart/default.jpg,Bloodstained: Curse of the Moon,XOne,Platform,Unknown,Inti Creates,,,,,,,,2018-06-05 +/games/boxart/full_8101033AmericaFrontccc.png,Bloodstained: Curse of the Moon,PC,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2018-06-05 +/games/boxart/full_7774312AmericaFrontccc.png,Bloodstained: Curse of the Moon,PSV,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2018-06-05 +/games/boxart/full_112995AmericaFrontccc.png,Bloodstained: Curse of the Moon,3DS,Platform,Unknown,Inti Creates,,,,,,,,2018-06-05 +/games/boxart/full_7821603AmericaFrontccc.jpg,Bomb Rush Cyberfunk,XOne,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 +/games/boxart/full_1478137AmericaFrontccc.jpg,Bomb Rush Cyberfunk,XS,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 +/games/boxart/full_6053236AmericaFrontccc.jpg,Bomb Rush Cyberfunk,NS,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 +/games/boxart/full_6860831AmericaFrontccc.jpg,Bomb Rush Cyberfunk,PC,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 +/games/boxart/full_8112206AmericaFrontccc.jpg,Bomb Rush Cyberfunk,PS4,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 +/games/boxart/full_9377095AmericaFrontccc.jpg,Bomb Rush Cyberfunk,PS5,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 +/games/boxart/default.jpg,BONK 3 Bonk's Big Adventure,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Bonk's Revenge,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_8476215AmericaFrontccc.jpg,Bouncy Bullets,NS,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 +/games/boxart/full_5606861AmericaFrontccc.jpg,Bouncy Bullets,PSV,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 +/games/boxart/full_1457813AmericaFrontccc.jpg,Bouncy Bullets,PS4,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 +/games/boxart/full_1233342AmericaFrontccc.jpg,Bouncy Bullets,XOne,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 +/games/boxart/full_3278294AmericaFrontccc.jpg,Bound,PS4,Platform,Sony Interactive Entertainment,Plastic,,,,,,,2016-08-16,2018-09-21 +/games/boxart/full_6902229AmericaFrontccc.jpg,Box Box Boy!,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2016-06-30,2018-07-17 +/games/boxart/full_6606894AmericaFrontccc.png,Brawl,NS,Platform,QubicGames,QubicGames,,,,,,,2018-01-12,2018-02-02 +/games/boxart/full_9642623AmericaFrontccc.jpg,Bubsy: Paws on Fire!,NS,Platform,Accolade,Choice Provisions,,,,,,,2019-05-16,2019-04-15 +/games/boxart/full_1796422AmericaFrontccc.jpg,Bubsy: Paws on Fire!,PS4,Platform,Accolade,Choice Provisions,,,,,,,2019-05-16,2019-04-15 +/games/boxart/full_6304804AmericaFrontccc.jpg,Bubsy: Paws on Fire!,PC,Platform,Accolade,Choice Provisions,,,,,,,2019-05-16,2019-04-15 +/games/boxart/full_108803AmericaFrontccc.png,Bubsy: The Woolies Strike Back,PC,Platform,Accolade,Black Forest Games,,,,,,,2017-10-31,2018-09-20 +/games/boxart/default.jpg,Burger Time,CV,Platform,Unknown,Data East,,,,,,,,2021-10-18 +/games/boxart/default.jpg,BurgerTime,Int,Platform,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_511038AmericaFrontccc.jpg,Bye-Bye Box Boy!,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2017-04-12,2018-07-17 +/games/boxart/full_9604995AmericaFrontccc.png,Castle of Heart,NS,Platform,7Levels,7Levels,,,,,,,2018-03-23,2018-03-23 +/games/boxart/full_6343406AmericaFrontccc.png,Castle of Illusion Starring Mickey Mouse (2013),And,Platform,Disney Interactive Studios,Sega,,,,,,,2014-06-18,2019-04-20 +/games/boxart/full_2027718AmericaFrontccc.png,Castle of Illusion Starring Mickey Mouse (2013),WinP,Platform,Disney Interactive Studios,Sega,,,,,,,2014-05-27,2019-04-20 +/games/boxart/full_4443244AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),OSX,Platform,Feral Interactive,Feral Interactive,,,,,,,2014-07-24,2019-04-20 +/games/boxart/full_6786650AmericaFrontccc.png,Caveman Warriors,NS,Platform,JanduSoft S.L.,JanduSoft,,,,,,,2017-12-05,2018-03-11 +/games/boxart/full_3901199AmericaFrontccc.png,Celeste,XOne,Platform,Matt Makes Games Inc.,Matt Thorson,,,,,,,2018-01-26,2018-01-11 +/games/boxart/full_7090562AmericaFrontccc.jpg,Celeste,PS4,Platform,Matt Makes Games Inc.,Matt Thorson,,,,,,,2018-01-25,2018-01-30 +/games/boxart/full_9704508AmericaFrontccc.png,Celeste,NS,Platform,Matt Makes Games Inc.,Matt Makes Games Inc.,9.3,,,,,,2018-01-25,2018-01-13 +/games/boxart/full_7336996AmericaFrontccc.jpg,Celeste,PC,Platform,Matt Makes Games Inc.,Matt Thorson,,,,,,,2018-01-25,2018-01-11 +/games/boxart/full_919233AmericaFrontccc.jpg,Cling!,iOS,Platform,Unknown,First5 Games,,,,,,,,2022-08-16 +/games/boxart/default.jpg,Congo Bongo,Int,Platform,Sega,Sega,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9887852AmericaFrontccc.jpg,Crash Bandicoot 4: It's About Time,NS,Platform,Activision,Toys for Bob,,,,,,,2021-03-12,2021-11-06 +/games/boxart/full_8369554AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,XS,Platform,Unknown,Toys for Bob,,,,,,,,2021-11-08 +/games/boxart/full_3237255AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,PS5,Platform,Unknown,Toys for Bob,,,,,,,,2021-11-08 +/games/boxart/full_8618755AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,PC,Platform,Unknown,Toys for Bob,,,,,,,,2021-11-08 +/games/boxart/full_1481398AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,All,Platform,Activision,Toys for Bob,,,,,,,2020-10-02,2020-10-30 +/games/boxart/full_6017828AmericaFrontccc.jpg,Crash Bandicoot 4: It’s About Time,PS4,Platform,Activision,Toys for Bob,,,,,,,2020-10-02,2020-10-22 +/games/boxart/full_4254050AmericaFrontccc.jpg,Crash Bandicoot 4: It’s About Time,XOne,Platform,Activision,Toys for Bob,,,,,,,2020-10-02,2020-06-20 +/games/boxart/full_3167249AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,PS4,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 +/games/boxart/full_852006AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,XOne,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 +/games/boxart/full_1011719AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,PC,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 +/games/boxart/full_3660860AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,NS,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 +/games/boxart/full_9610026AmericaFrontccc.jpg,Cyber Hook,PC,Platform,Unknown,Blazing Stick,,,,,,,,2020-09-23 +/games/boxart/full_8407182AmericaFrontccc.jpg,Cyber Hook,NS,Platform,Unknown,Blazing Stick,,,,,,,,2020-09-23 +/games/boxart/full_5196948AmericaFrontccc.jpg,Cyber Shadow,XOne,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_3532276AmericaFrontccc.jpg,Cyber Shadow,NS,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_5683985AmericaFrontccc.jpg,Cyber Shadow,PC,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_1905641AmericaFrontccc.jpg,Cyber Shadow,PS4,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 +/games/boxart/full_8389104AmericaFrontccc.jpg,de Blob,NS,Platform,THQ Nordic,THQ Nordic,,,,,,,2018-06-26,2018-02-13 +/games/boxart/full_7595438PALFrontccc.jpg,de Blob,PS4,Platform,THQ Nordic,Blue Tongue,,,,,,,2017-11-14,2018-02-13 +/games/boxart/default.jpg,de Blob,XOne,Platform,THQ Nordic,Blue Tongue,,,,,,,2017-11-14,2018-02-13 +/games/boxart/full_8245785AmericaFrontccc.jpg,de Blob 2,PS4,Platform,THQ Nordic,THQ Nordic,,,,,,,2018-02-27,2018-02-13 +/games/boxart/full_3391144AmericaFrontccc.png,Deep Ones,NS,Platform,Flyhigh Works,Sometimes You,,,,,,,2017-09-28,2018-03-11 +/games/boxart/full_3114906AmericaFrontccc.jpg,Demon Turf,PC,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_8689238AmericaFrontccc.jpg,Demon Turf,XOne,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_639766AmericaFrontccc.jpg,Demon Turf,XS,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_6458750AmericaFrontccc.jpg,Demon Turf,PS4,Platform,Unknown,Fabraz,,,,,,,,2021-06-13 +/games/boxart/full_5953513AmericaFrontccc.jpg,Demon Turf,PS5,Platform,Unknown,Fabraz,,,,,,,,2021-06-13 +/games/boxart/full_5147386AmericaFrontccc.jpg,Demon Turf,NS,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 +/games/boxart/default.jpg,Diner,Int,Platform,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/full_6912534AmericaFrontccc.png,Disney Classic Games: Aladdin and The Lion King,NS,Platform,Unknown,Disney Interactive,,,,,,,,2019-11-03 +/games/boxart/full_1927951AmericaFrontccc.jpg,Disney Illusion Island,NS,Platform,Unknown,Dlala Studios,,,,,,,,2023-04-10 +/games/boxart/full_6361586AmericaFrontccc.jpg,Disney's Aladdin,PC,Platform,Virgin Games,Virgin Games,,,,,,,1994-11-11,2018-03-06 +/games/boxart/default.jpg,Disney's The Emperor's New Groove,PS3,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2010-07-27,2020-07-13 +/games/boxart/default.jpg,Disney's The Emperor's New Groove,PSP,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2010-07-27,2020-07-13 +/games/boxart/full_4417408AmericaFrontccc.jpg,Disney's The Emperor's New Groove,PC,Platform,Disney Interactive Studios,Argonaut Games,,,,,,,2000-11-21,2019-03-31 +/games/boxart/default.jpg,Doney Kong Land III,VC,Platform,Unknown,Rare Ltd.,,,,,,,,2021-11-06 +/games/boxart/full_9207500AmericaFrontccc.jpg,Donkey Kong,CV,Platform,Coleco,Nintendo,,,,,,,1981-07-09,2020-09-18 +/games/boxart/full_1111103AmericaFrontccc.jpg,Donkey Kong,Int,Platform,Coleco,Coleco,,,,,,,1982-01-01,2018-01-13 +/games/boxart/default.jpg,Donkey Kong Jr.,Int,Platform,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_4890760AmericaFrontccc.jpg,Donkey Kong Junior,CV,Platform,Coleco,Nintendo,,,,,,,1983-05-01,2020-10-13 +/games/boxart/default.jpg,Donkey Kong Land,VC,Platform,Nintendo,Rare Ltd.,,,,,,,2014-10-16,2021-11-06 +/games/boxart/default.jpg,Donkey Kong Land 2,VC,Platform,Nintendo,Rare Ltd.,,,,,,,2014-10-23,2021-11-06 +/games/boxart/default.jpg,Donkey Kong Land III,VC,Platform,Nintendo,Rare Ltd.,,,,,,,2014-10-30,2021-11-08 +/games/boxart/full_3914650AmericaFrontccc.jpg,Doritos Crash Course 2,XBL,Platform,Microsoft Studios,Behaviour Interactive,,,,,,,2013-05-08,2018-11-18 +/games/boxart/full_8028740PALFrontccc.jpg,Dracula Twins,PC,Platform,Legendo Entertainment,Legendo Entertainment,,,,,,,2006-10-26,2018-03-21 +/games/boxart/full_8086901AmericaFrontccc.jpg,Dust: An Elysian Tail,NS,Platform,Humble Hearts,Humble Hearts,,,,,,,2018-09-10,2018-09-26 +/games/boxart/full_3847264AmericaFrontccc.jpg,Earthblade,PC,Platform,Unknown,Extremely OK Games,,,,,,,,2022-12-09 +/games/boxart/default.jpg,Eba & Egg: A Hatch Trip,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_5478887AmericaFrontccc.png,Elliot Quest,NS,Platform,PlayEveryWare Games,Ansimuz,,,,,,,2017-10-19,2018-03-12 +/games/boxart/full_4911715AmericaFrontccc.jpg,Elypse,PS4,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 +/games/boxart/full_9941243AmericaFrontccc.jpg,Elypse,NS,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 +/games/boxart/full_7843717AmericaFrontccc.jpg,Elypse,PC,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 +/games/boxart/full_7484451AmericaFrontccc.jpg,Elypse,PS5,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 +/games/boxart/full_8401529AmericaFrontccc.png,Embers of Mirrim,NS,Platform,Creative Bytes Studios,Creative Bytes Studios,,,,,,,2017-12-07,2018-03-12 +/games/boxart/full_6232291AmericaFrontccc.jpg,Emerald Shores,PC,Platform,Unknown,Fordesoft,,,,,,,,2019-03-16 +/games/boxart/full_2155959AmericaFrontccc.jpg,Emerald Shores,PSV,Platform,Unknown,Fordesoft,,,,,,,,2019-03-16 +/games/boxart/full_4357978AmericaFrontccc.jpg,Exception,NS,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 +/games/boxart/full_1436739AmericaFrontccc.jpg,Exception,PC,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 +/games/boxart/full_4903419AmericaFrontccc.jpg,Exception,PS4,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 +/games/boxart/full_5802300AmericaFrontccc.jpg,Exception,XOne,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 +/games/boxart/full_2470821AmericaFrontccc.jpg,Felix the Cat,NS,Platform,Unknown,Konami,,,,,,,,2024-01-13 +/games/boxart/full_1575654AmericaFrontccc.jpg,Felix the Cat,PS4,Platform,Unknown,Konami,,,,,,,,2024-01-13 +/games/boxart/full_1588499AmericaFrontccc.jpg,Felix the Cat,PS5,Platform,Unknown,Konami,,,,,,,,2024-01-13 +/games/boxart/default.jpg,Fez,NS,Platform,Polytron Corporation,Polytron Corporation,,,,,,,2021-04-14,2022-05-24 +/games/boxart/full_9295097PALFrontccc.jpg,Flashback,XOne,Platform,Microids,Paul Cuisset,,,,,,,2018-11-20,2018-10-31 +/games/boxart/full_7612732AmericaFrontccc.png,Flat Heroes,NS,Platform,Deck 13,Parallel Circles,,,,,,,2018-08-02,2018-08-01 +/games/boxart/full_9359355AmericaFrontccc.png,Flinthook,NS,Platform,Tribute Games,Tribute Games,,,,,,,2018-03-09,2018-03-03 +/games/boxart/full_6721578AmericaFrontccc.jpg,Flyhunter Origins,PSV,Platform,Unknown,Steel Wool Games,,,,,,,,2022-08-23 +/games/boxart/full_1105148AmericaFrontccc.jpg,Fork Parker's Holiday Profit Hike,PC,Platform,Devolver Digital,Dodge Roll,,,,,,,2014-12-18,2019-04-21 +/games/boxart/full_5771540AmericaFrontccc.png,FOX n FORESTS,PS4,Platform,Unknown,Bonus Level Entertainment,,,,,,,,2022-08-30 +/games/boxart/full_9945465AmericaFrontccc.jpg,FOX n FORESTS,PC,Platform,EuroVideo Medien,Bonus Level Entertainment,,,,,,,2018-05-17,2018-09-10 +/games/boxart/full_7754687AmericaFrontccc.png,FOX n FORESTS,XOne,Platform,Unknown,Bonus Level Entertainment,,,,,,,,2022-08-30 +/games/boxart/full_8239540AmericaFrontccc.png,FOX n FORESTS,NS,Platform,Unknown,Bonus Level Entertainment,,,,,,,,2022-08-30 +/games/boxart/full_3484939AmericaFrontccc.png,Freedom Planet,NS,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2018-08-30,2018-08-11 +/games/boxart/full_5351294AmericaFrontccc.jpg,Freedom Planet,Linux,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2015-04-17,2018-08-11 +/games/boxart/full_4604069AmericaFrontccc.jpg,Freedom Planet,PS4,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2017-03-21,2018-08-11 +/games/boxart/full_7492460AmericaFrontccc.png,Freedom Planet,WiiU,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2015-10-01,2018-01-21 +/games/boxart/full_1235490AmericaFrontccc.png,FreezeMe,WiiU,Platform,Unknown,Rainy Night Creations,,,,,,,,2018-01-05 +/games/boxart/default.jpg,Frogger,Int,Platform,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_4667438AmericaFrontccc.jpg,Gargoyles Remastered,XS,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 +/games/boxart/full_3667164AmericaFrontccc.jpg,Gargoyles Remastered,NS,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 +/games/boxart/full_1766480AmericaFrontccc.jpg,Gargoyles Remastered,PC,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 +/games/boxart/full_1436861AmericaFrontccc.jpg,Gargoyles Remastered,PS4,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 +/games/boxart/full_7836587AmericaFrontccc.jpg,Gargoyles Remastered,PS5,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 +/games/boxart/full_4264614AmericaFrontccc.jpg,Gargoyles Remastered,XOne,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 +/games/boxart/default.jpg,Gelly Break,NS,Platform,Unknown,EuroVideo Medien,,,,,,,,2019-04-25 +/games/boxart/default.jpg,Ghost Parade,NS,Platform,Unknown,Aksys Games,,,,,,,,2018-07-08 +/games/boxart/default.jpg,Ghost Parade,PC,Platform,Unknown,Aksys Games,,,,,,,,2018-07-08 +/games/boxart/default.jpg,Ghost Parade,PS4,Platform,Unknown,Aksys Games,,,,,,,,2018-07-08 +/games/boxart/full_1982663AmericaFrontccc.png,Ghosts 'n Goblins Resurrection,NS,Platform,Capcom,Capcom,,,,,,,2021-02-25,2021-02-26 +/games/boxart/default.jpg,Ghosts 'n Goblins,GB,Platform,Unknown,Capcom,,,,,,,,2017-12-31 +/games/boxart/full_9056615AmericaFrontccc.png,Ginger: Beyond the Crystal,NS,Platform,Badland Games,Drakhar Studio,,,,,,,2017-11-17,2018-09-21 +/games/boxart/full_8361425AmericaFrontccc.jpg,GRIS,iOS,Platform,Devolver Digital,Nomada Studio,,,,,,,2019-08-21,2019-11-27 +/games/boxart/full_8796767AmericaFrontccc.jpg,GRIS,PC,Platform,Devolver Digital,Nomada Studio,,,,,,,2018-12-13,2019-11-27 +/games/boxart/full_7003017AmericaFrontccc.jpg,GRIS,PS4,Platform,Devolver Digital,Nomada Studio,,,,,,,2019-11-26,2019-11-27 +/games/boxart/full_7412841AmericaFrontccc.png,"Guns, Gore & Cannoli",NS,Platform,Crazy Monkey,Crazy Monkey Studios,,,,,,,2017-12-21,2018-03-12 +/games/boxart/full_7954783AmericaFrontccc.png,Halloween Forever,PSV,Platform,Unknown,Imaginary Monsters,,,,,,,,2018-10-27 +/games/boxart/full_7133988AmericaFrontccc.png,Hell Yeah! the Wrath of the Dead Rabbit,PS3,Platform,Unknown,Arkedo Studio,,,,,,,,2022-08-13 +/games/boxart/full_2686769AmericaFrontccc.png,Hell Yeah! the Wrath of the Dead Rabbit,X360,Platform,Unknown,Arkedo Studio,,,,,,,,2022-08-13 +/games/boxart/full_1467030AmericaFrontccc.jpg,Hoa,PS4,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 +/games/boxart/full_6518338AmericaFrontccc.jpg,Hoa,PS5,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 +/games/boxart/full_7018AmericaFrontccc.jpg,Hoa,XOne,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 +/games/boxart/full_9507885AmericaFrontccc.jpg,Hoa,XS,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 +/games/boxart/full_5156838AmericaFrontccc.jpg,Hoa,NS,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 +/games/boxart/full_5203513AmericaFrontccc.jpg,Hoa,PC,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 +/games/boxart/full_9619482AmericaFrontccc.png,Hob: The Definitive Edition,NS,Platform,Perfect World,Runic Games,,,,,,,2019-04-04,2019-04-02 +/games/boxart/default.jpg,Holy Diver,NES,Platform,Unknown,Irem Software Engineering,,,,,,,,2018-09-29 +/games/boxart/full_9728452AmericaFrontccc.jpg,Hot Lava,PC,Platform,Klei Entertainment,Klei Entertainment,,,,,,,2020-12-01,2019-07-01 +/games/boxart/full_9655721AmericaFrontccc.jpg,Hot Lava,Linux,Platform,Klei Entertainment,Klei Entertainment,,,,,,,2020-12-01,2019-07-01 +/games/boxart/default.jpg,Hue,NS,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 +/games/boxart/default.jpg,Hue,PSV,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 +/games/boxart/default.jpg,Hue,PS4,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 +/games/boxart/default.jpg,Hue,XOne,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 +/games/boxart/full_9505956AmericaFrontccc.png,Human: Fall Flat,NS,Platform,Curve Digital,No Brakes Games,,,,,,,2017-12-07,2018-03-12 +/games/boxart/default.jpg,Humanity Asset,PC,Platform,Unknown,Browny Application,,,,,,,,2019-03-19 +/games/boxart/full_8468115AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,NS,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 +/games/boxart/full_9054570AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,PS4,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 +/games/boxart/full_5760281AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,XOne,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 +/games/boxart/full_7733627AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,PC,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 +/games/boxart/full_2588895AmericaFrontccc.jpg,Jak 3,PS4,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-11-28,2018-09-24 +/games/boxart/full_3694820AmericaFrontccc.jpg,Jak and Daxter: The Precursor Legacy,PS4,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-08-22,2018-09-25 +/games/boxart/full_8569288AmericaFrontccc.jpg,Jak II,PS4,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-11-28,2018-09-25 +/games/boxart/full_1667267AmericaFrontccc.png,Joggernauts,NS,Platform,Unknown,Space Mace,,,,,,,,2018-10-10 +/games/boxart/default.jpg,Joggernauts,PC,Platform,Unknown,Space Mace,,,,,,,,2018-10-10 +/games/boxart/full_4096028AmericaFrontccc.jpeg,Kalimba,XOne,Platform,Microsoft Studios,Press Play,,,,,,,2014-12-17,2018-08-09 +/games/boxart/full_3687960JapanFrontccc.jpg,Kamen no Ninja Hanamaru,NES,Platform,Capcom,Capcom,,,,,,,1990-03-16,2017-12-31 +/games/boxart/full_9227730AmericaFrontccc.jpg,Kao the Kangaroo,XOne,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 +/games/boxart/full_661470AmericaFrontccc.jpg,Kao the Kangaroo,PS4,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 +/games/boxart/full_3476834AmericaFrontccc.jpg,Kao the Kangaroo,PS5,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 +/games/boxart/full_2364931AmericaFrontccc.jpg,Kao the Kangaroo,XS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 +/games/boxart/full_3109944AmericaFrontccc.jpg,Kao the Kangaroo,NS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 +/games/boxart/full_5947570AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,PS4,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 +/games/boxart/full_1667909AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,PS5,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 +/games/boxart/full_848114AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,XOne,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 +/games/boxart/full_9067148AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,XS,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 +/games/boxart/full_172820AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,NS,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 +/games/boxart/full_5479702AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,PC,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 +/games/boxart/full_2807578AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,NS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 +/games/boxart/full_703581AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,PC,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 +/games/boxart/full_8734810AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,PS4,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 +/games/boxart/full_6991486AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,PS5,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 +/games/boxart/full_319396AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,XOne,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 +/games/boxart/full_5528761AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,XS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 +/games/boxart/full_4834738AmericaFrontccc.jpg,Katana Zero,PC,Platform,Devolver Digital,Askiisoft,,,,,,,2019-04-18,2019-04-15 +/games/boxart/full_9379806AmericaFrontccc.png,Kid Tripp,NS,Platform,Four Horses,Four Horses,,,,,,,2017-11-23,2018-03-12 +/games/boxart/full_6748136AmericaFrontccc.jpg,Kirby's Extra Epic Yarn,3DS,Platform,Nintendo,Good-Feel,,,,,,,2019-03-08,2019-01-09 +/games/boxart/full_9852297AmericaFrontccc.png,Knight Terrors,NS,Platform,Nicalis,Freakzone Games,,,,,,,2017-10-24,2018-03-12 +/games/boxart/full_6794637JapanFrontccc.jpg,La-Mulana 2,PS4,Platform,Active Gaming Media,Nigoro,,,,,,,2020-12-31,2019-04-08 +/games/boxart/full_7945720JapanFrontccc.jpg,La-Mulana 2,NS,Platform,Active Gaming Media,Nigoro,,,,,,,2020-12-31,2019-04-08 +/games/boxart/full_4918505AmericaFrontccc.jpg,La-Mulana 2,XOne,Platform,Active Gaming Media,Nigoro,,,,,,,2020-12-31,2019-04-08 +/games/boxart/default.jpg,Legend of Hero Tonma,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7698697AmericaFrontccc.jpg,Levelhead,XOne,Platform,Unknown,Butterscotch Shenanigans,,,,,,,,2021-01-13 +/games/boxart/full_9237573AmericaFrontccc.jpg,Levelhead,NS,Platform,Unknown,Butterscotch Shenanigans,,,,,,,,2021-01-13 +/games/boxart/full_340339AmericaFrontccc.jpg,Levelhead,PC,Platform,Unknown,Butterscotch Shenanigans,,,,,,,,2021-01-13 +/games/boxart/full_5243115AmericaFrontccc.png,Light Fall,NS,Platform,Bishop Games,Bishop Games,,,,,,,2018-05-01,2018-03-23 +/games/boxart/default.jpg,Limbo,NS,Platform,Unknown,Playdead,,,,,,,,2021-11-07 +/games/boxart/full_166535AmericaFrontccc.jpg,Little Nightmares 2,NS,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 +/games/boxart/full_9708195AmericaFrontccc.jpg,Little Nightmares 2,PC,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 +/games/boxart/full_8297221AmericaFrontccc.jpg,Little Nightmares 2,PS4,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 +/games/boxart/full_7471777AmericaFrontccc.jpg,Little Nightmares 2,XOne,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 +/games/boxart/full_7201003AmericaFrontccc.jpg,Little Nightmares 2 – Enhanced Edition,PC,Platform,Unknown,Tarsier Studios,,,,,,,,2021-08-27 +/games/boxart/full_1902059AmericaFrontccc.jpg,Little Nightmares 2 – Enhanced Edition,PS5,Platform,Unknown,Tarsier Studios,,,,,,,,2021-08-27 +/games/boxart/full_3026743AmericaFrontccc.jpg,Little Nightmares 2 – Enhanced Edition,XS,Platform,Unknown,Tarsier Studios,,,,,,,,2021-08-27 +/games/boxart/full_2096525AmericaFrontccc.jpg,Little Nightmares 3,PS4,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 +/games/boxart/full_2112930AmericaFrontccc.jpg,Little Nightmares 3,PS5,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 +/games/boxart/full_2804859AmericaFrontccc.jpg,Little Nightmares 3,XOne,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 +/games/boxart/full_290131AmericaFrontccc.jpg,Little Nightmares 3,XS,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 +/games/boxart/full_9681304AmericaFrontccc.jpg,Little Nightmares 3,NS,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 +/games/boxart/full_1963057AmericaFrontccc.jpg,Little Nightmares 3,PC,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 +/games/boxart/full_6294468PALFrontccc.jpg,LittleBigPlanet PS Vita: Marvel Super Hero Edition,PSV,Platform,Sony Computer Entertainment,Tarsier Studios,,,,,,,2014-11-18,2018-09-23 +/games/boxart/full_9976090AmericaFrontccc.jpg,LocoRoco 2 Remastered,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,,,,,,,2017-12-09,2018-09-24 +/games/boxart/full_3808767AmericaFrontccc.jpg,LUNARK,PS5,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 +/games/boxart/full_2831067AmericaFrontccc.jpg,LUNARK,XOne,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 +/games/boxart/full_3377573AmericaFrontccc.jpg,LUNARK,XS,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 +/games/boxart/full_866135AmericaFrontccc.jpg,LUNARK,PC,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 +/games/boxart/full_9840370AmericaFrontccc.jpg,LUNARK,NS,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 +/games/boxart/full_8622905AmericaFrontccc.jpg,LUNARK,PS4,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 +/games/boxart/full_587105PALFrontccc.jpg,Mad Rat Dead,NS,Platform,NIS America,Nippon Ichi Software,,,,,,,2020-10-30,2020-09-15 +/games/boxart/full_3462117AmericaFrontccc.jpg,Mad Rat Dead,PS4,Platform,NIS America,Nippon Ichi Software,,,,,,,2020-10-30,2020-09-15 +/games/boxart/default.jpg,MagiCat,PC,Platform,Unknown,Kucing Rembes,,,,,,,,2018-09-22 +/games/boxart/full_5123594AmericaFrontccc.png,MagiCat,NS,Platform,Unknown,Kucing Rembes,,,,,,,,2018-09-22 +/games/boxart/default.jpg,Mario vs Donkey Kong,WiiU,Platform,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/full_7061596AmericaFrontccc.png,Mecho Tales,NS,Platform,Arcade Distillery,Arcade Distillery,,,,,,,2017-12-14,2018-03-23 +/games/boxart/full_9508477AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,NS,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 +/games/boxart/full_2363317AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,PC,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 +/games/boxart/full_7223600AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,PS4,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 +/games/boxart/full_5667396AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,XOne,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 +/games/boxart/full_2342720JapanFrontccc.jpg,Mickey no Tokyo Disneyland Daibouken,SNES,Platform,Tomy Corporation,Graphic Research,,,,,,,1994-12-16,2018-05-31 +/games/boxart/full_2045601AmericaFrontccc.jpeg,Mighty Switch Force! Collection,PC,Platform,Unknown,WayForward,,,,,,,,2019-07-24 +/games/boxart/full_382155AmericaFrontccc.jpeg,Mighty Switch Force! Collection,PS4,Platform,Unknown,WayForward,,,,,,,,2019-07-24 +/games/boxart/full_562763AmericaFrontccc.jpeg,Mighty Switch Force! Collection,NS,Platform,Unknown,WayForward,,,,,,,,2019-07-24 +/games/boxart/full_3036572AmericaFrontccc.jpeg,Mighty Switch Force! Collection,XOne,Platform,Unknown,WayForward,,,,,,,,2019-07-24 +/games/boxart/default.jpg,Miko Mole,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Miner 2049er,CV,Platform,Unknown,Big Five Software,,,,,,,,2021-10-18 +/games/boxart/full_4048109AmericaFrontccc.jpg,MO:Astray,PC,Platform,Unknown,Archpray Inc.,,,,,,,,2020-10-04 +/games/boxart/full_5542561AmericaFrontccc.jpg,MO:Astray,NS,Platform,Unknown,Archpray Inc.,,,,,,,,2020-10-04 +/games/boxart/full_7005682AmericaFrontccc.png,Momodora,PC,Platform,rdein,Bombservice,,,,,,,2010-08-08,2018-01-05 +/games/boxart/full_8217756AmericaFrontccc.png,Momodora II,PC,Platform,rdein,Bombservice,,,,,,,2011-07-10,2018-01-05 +/games/boxart/full_7026789AmericaFrontccc.png,Momodora: Reverie Under the Moonlight,PS4,Platform,Unknown,Bombservice,,,,,,,2017-03-16,2018-01-05 +/games/boxart/full_1182987AmericaFrontccc.jpg,Monster Boy and the Cursed Kingdom,XOne,Platform,FDG Entertainment,Game Atelier,,,,,,,2018-11-06,2018-12-19 +/games/boxart/full_8965820AmericaFrontccc.png,Mutant Mudds Collection,NS,Platform,Atooi,Atooi,,,,,,,2017-12-14,2018-03-23 +/games/boxart/full_9528807AmericaFrontccc.jpg,Nefarious,NS,Platform,Digerati,StarBlade,,,,,,,2018-09-13,2018-09-10 +/games/boxart/full_9860927AmericaFrontccc.jpg,"Neko Ghost, Jump!",XOne,Platform,Burgos Games,Burgos Games,,,,,,,2020-12-01,2020-01-16 +/games/boxart/full_7920578AmericaFrontccc.jpg,"Neko Ghost, Jump!",PC,Platform,Burgos Games,Burgos Games,,,,,,,2020-12-01,2020-01-16 +/games/boxart/full_5756460AmericaFrontccc.jpg,"Neko Ghost, Jump!",PS4,Platform,Burgos Games,Burgos Games,,,,,,,2020-12-01,2020-01-16 +/games/boxart/full_7406872AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,XS,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 +/games/boxart/full_2720628AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,NS,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 +/games/boxart/full_8373476AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,PC,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 +/games/boxart/full_1764088AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,PS4,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 +/games/boxart/full_3939242AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,PS5,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 +/games/boxart/full_3817782AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,XOne,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 +/games/boxart/full_3247834AmericaFrontccc.jpg,New Super Lucky's Tale,PS4,Platform,Playful,Playful Corp.,,,,,,,2020-08-21,2020-06-10 +/games/boxart/full_2476254AmericaFrontccc.jpg,New Super Lucky's Tale,XOne,Platform,Microsoft Studios,Playful Corp.,,,,,,,2020-08-21,2020-06-10 +/games/boxart/full_7965148AmericaFrontccc.png,New Super Lucky’s Tale,NS,Platform,Playful,Playful Corp.,,,,,,,2019-11-08,2019-07-31 +/games/boxart/full_9230483AmericaFrontccc.jpg,Newt One,NS,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 +/games/boxart/full_9691004AmericaFrontccc.jpg,Newt One,PC,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 +/games/boxart/full_2254690AmericaFrontccc.jpg,Newt One,PS4,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 +/games/boxart/full_2179602AmericaFrontccc.jpg,Newt One,XOne,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 +/games/boxart/full_9368165AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,NS,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2020-10-27,2020-10-03 +/games/boxart/full_9634807AmericaFrontccc.jpg,Oddworld: Soulstorm,PS4,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2021-12-01,2020-06-14 +/games/boxart/full_6305936AmericaFrontccc.jpg,Oddworld: Soulstorm,PS5,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2021-12-01,2020-06-14 +/games/boxart/full_9189357AmericaFrontccc.jpg,Oddworld: Soulstorm,XOne,Platform,Unknown,Oddworld Inhabitants,,,,,,,,2021-08-26 +/games/boxart/full_6680919AmericaFrontccc.jpg,Oddworld: Soulstorm,XS,Platform,Unknown,Oddworld Inhabitants,,,,,,,,2021-08-26 +/games/boxart/full_7098746AmericaFrontccc.jpg,Oddworld: Soulstorm,PC,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2021-12-01,2020-06-14 +/games/boxart/default.jpg,OkunoKa,NS,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 +/games/boxart/default.jpg,OkunoKA Madness,NS,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 +/games/boxart/default.jpg,OkunoKA Madness,PS4,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 +/games/boxart/default.jpg,OkunoKA Madness,PC,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 +/games/boxart/default.jpg,OkunoKA Madness,XOne,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 +/games/boxart/full_9800679AmericaFrontccc.jpg,Ori and the Blind Forest,PC,Platform,Microsoft Studios,Moon Studios,,,,,,,2015-03-11,2018-08-12 +/games/boxart/full_9732861AmericaFrontccc.png,Ori and the Blind Forest: Definitive Edition,XOne,Platform,Microsoft Studios,Moon Studios,,,,,,,2016-03-11,2020-08-04 +/games/boxart/full_6211056AmericaFrontccc.jpg,Ori and the Blind Forest: Definitive Edition,NS,Platform,Xbox Game Studios,Moon Studios,,,,,,,2019-09-27,2019-09-09 +/games/boxart/full_1691729AmericaFrontccc.png,Ori and the Will of the Wisps,NS,Platform,iam8bit,Moon Studios,,,,,,,2020-09-17,2020-09-17 +/games/boxart/full_34092AmericaFrontccc.jpg,Orn: The Tiny Forest Sprite,PC,Platform,FIVE12 GAMES,FIVE12 GAMES,,,,,,,2018-12-20,2020-01-16 +/games/boxart/full_5119883AmericaFrontccc.png,Orn: The Tiny Forest Sprite,NS,Platform,FIVE12 GAMES,FIVE12 GAMES,,,,,,,2020-01-24,2020-01-16 +/games/boxart/full_4662018AmericaFrontccc.jpeg,Owlboy,Linux,Platform,D-Pad Studio,D-Pad Studios,,,,,,,2017-01-27,2018-01-06 +/games/boxart/full_4631692AmericaFrontccc.jpeg,Owlboy,XOne,Platform,D-Pad Studio,D-Pad Studios,,,,,,,2018-02-13,2018-01-06 +/games/boxart/full_9127274AmericaFrontccc.jpg,Pac-Man World Re-Pac,PC,Platform,Unknown,Now Production,,,,,,,,2022-07-13 +/games/boxart/full_566556AmericaFrontccc.jpg,Pac-Man World Re-Pac,PS4,Platform,Unknown,Now Production,,,,,,,,2022-07-13 +/games/boxart/full_6575950AmericaFrontccc.jpg,Pac-Man World Re-Pac,PS5,Platform,Namco Bandai Games,Now Production,,,,,,,2022-08-25,2022-07-13 +/games/boxart/full_3052392AmericaFrontccc.jpg,Pac-Man World Re-Pac,XOne,Platform,Unknown,Now Production,,,,,,,,2022-07-13 +/games/boxart/full_4860080AmericaFrontccc.jpg,Pac-Man World Re-Pac,XS,Platform,Unknown,Now Production,,,,,,,,2022-07-13 +/games/boxart/full_7785284AmericaFrontccc.jpg,Pac-Man World Re-Pac,NS,Platform,Unknown,Now Production,,,,,,,,2022-07-13 +/games/boxart/full_2179418PALFrontccc.jpg,Paw Patrol on a Roll,3DS,Platform,Outright Games,Outright Games,,,,,,,2018-10-23,2018-08-07 +/games/boxart/full_4787360AmericaFrontccc.jpg,Paw Patrol on a Roll,PC,Platform,Outright Games,Outright Games,,,,,,,2018-10-23,2018-08-07 +/games/boxart/default.jpg,Perman,NES,Platform,Unknown,Irem Software Engineering,,,,,,,,2017-12-31 +/games/boxart/full_8533470AmericaFrontccc.png,Pitfall!,Int,Platform,Activision,Activision,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_5162723AmericaFrontccc.png,Pitfall: Beyond the Jungle,GB,Platform,Unknown,Activision,,,,,,,,2017-12-31 +/games/boxart/full_5454638AmericaFrontccc.jpg,Pizza Tower,PC,Platform,Unknown,Tour De Pizza,,,,,,,,2023-12-16 +/games/boxart/full_4494342AmericaFrontccc.jpg,Popeye,CV,Platform,Parker Brothers,Nintendo,,,,,,,1983-08-02,2021-10-18 +/games/boxart/default.jpg,Popeye,Int,Platform,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9524234AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,PC,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 +/games/boxart/full_868181AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,PS4,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 +/games/boxart/full_9335307AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,PS5,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 +/games/boxart/full_4441173AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,XOne,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 +/games/boxart/full_6990626AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,XS,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 +/games/boxart/full_2263170AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,NS,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 +/games/boxart/full_3706370AmericaFrontccc.jpg,Projection: First Light,PC,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 +/games/boxart/full_733073AmericaFrontccc.jpg,Projection: First Light,NS,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 +/games/boxart/full_8696666AmericaFrontccc.jpg,Projection: First Light,PS4,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 +/games/boxart/full_5687684AmericaFrontccc.jpg,Projection: First Light,XOne,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 +/games/boxart/full_9043910AmericaFrontccc.jpg,Psychonauts 2,PC,Platform,Starbreeze Studios,Double Fine Productions,,,,,,,2020-12-31,2021-06-14 +/games/boxart/full_7826764AmericaFrontccc.jpg,Psychonauts 2,XOne,Platform,Starbreeze Studios,Double Fine Productions,,,,,,,2020-12-31,2021-06-14 +/games/boxart/full_2432786AmericaFrontccc.jpg,Psychonauts 2,PS4,Platform,Starbreeze Studios,Double Fine Productions,,,,,,,2020-12-31,2021-06-14 +/games/boxart/full_9603501AmericaFrontccc.jpg,Psychonauts 2,XS,Platform,Xbox Game Studios,Double Fine Productions,,,,,,,2021-08-25,2022-01-16 +/games/boxart/full_8894358AmericaFrontccc.jpg,psyscrolr,WiiU,Platform,Unknown,Actos Games,,,,,,,,2022-08-23 +/games/boxart/full_1164184AmericaFrontccc.jpg,Pumpkin Jack,PC,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 +/games/boxart/full_1529879AmericaFrontccc.jpg,Pumpkin Jack,PS4,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 +/games/boxart/full_5807016AmericaFrontccc.jpg,Pumpkin Jack,PS5,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 +/games/boxart/full_5344825AmericaFrontccc.jpg,Pumpkin Jack,XOne,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 +/games/boxart/full_4313799AmericaFrontccc.jpg,Pumpkin Jack,XS,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 +/games/boxart/full_4386982AmericaFrontccc.png,Putty Pals,NS,Platform,Harmonious Games,Harmonious Games,,,,,,,2017-10-18,2018-03-25 +/games/boxart/default.jpg,Q*bert,Int,Platform,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_8390586AmericaFrontccc.jpg,Q*bert,CV,Platform,Parker Brothers,Gottlieb,,,,,,,1983-09-06,2021-10-18 +/games/boxart/default.jpg,Rabi-Ribi,NS,Platform,Unknown,Winking Entertainment,,,,,,,,2018-01-09 +/games/boxart/full_7175553AmericaFrontccc.jpg,Raccoo Venture,XS,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 +/games/boxart/full_8889924AmericaFrontccc.jpg,Raccoo Venture,NS,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 +/games/boxart/full_7178451AmericaFrontccc.jpg,Raccoo Venture,PC,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 +/games/boxart/full_5566011AmericaFrontccc.jpg,Raccoo Venture,PS4,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 +/games/boxart/full_7629845AmericaFrontccc.jpg,Raccoo Venture,PS5,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 +/games/boxart/full_413144AmericaFrontccc.jpg,Raccoo Venture,XOne,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 +/games/boxart/full_6980953AmericaFrontccc.jpg,Rad Rodgers,PC,Platform,3D Realms,3D Realms,,,,,,,2016-12-01,2018-01-08 +/games/boxart/full_7318545AmericaFrontccc.jpg,Rad Rodgers Radical Edition,NS,Platform,THQ Nordic,Slipgate Studios,,,,,,,2019-02-26,2019-01-03 +/games/boxart/default.jpg,Rayman 3,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_876195AmericaFrontccc.jpg,Rayman 3 HD,XBL,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2022-08-10 +/games/boxart/default.jpg,Rayman Advance,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7957816AmericaFrontccc.jpg,REZ PLZ,NS,Platform,Long Neck Games,Long Neck Games,,,,,,,2020-07-15,2019-08-14 +/games/boxart/full_6923221AmericaFrontccc.jpg,REZ PLZ,PC,Platform,Long Neck Games,Long Neck Games,,,,,,,2020-07-15,2019-08-14 +/games/boxart/full_400278AmericaFrontccc.jpg,REZ PLZ,XOne,Platform,Long Neck Games,Long Neck Games,,,,,,,2020-07-15,2019-08-14 +/games/boxart/full_4054158AmericaFrontccc.png,RIVE: Ultimate Edition,NS,Platform,Two Tribes,Two Tribes,,,,,,,2017-11-17,2018-03-25 +/games/boxart/full_3126382JapanFrontccc.jpg,Robocco Wars,NES,Platform,IGS,Taito,,,,,,,1991-08-02,2017-12-31 +/games/boxart/full_4983514AmericaFrontccc.jpg,Rocket Knight Adventures: Re-Sparked,NS,Platform,Unknown,Konami,,,,,,,,2024-01-13 +/games/boxart/full_4843506AmericaFrontccc.jpg,Rocket Knight Adventures: Re-Sparked,PS4,Platform,Unknown,Konami,,,,,,,,2024-01-13 +/games/boxart/full_4814995AmericaFrontccc.jpg,Rocket Knight Adventures: Re-Sparked,PS5,Platform,Unknown,Konami,,,,,,,,2024-01-13 +/games/boxart/full_6790077AmericaFrontccc.jpg,Rogue Legacy 2,XS,Platform,Unknown,Cellar Door Games,,,,,,,,2022-04-07 +/games/boxart/full_6415243AmericaFrontccc.jpg,Rogue Legacy 2,PC,Platform,Unknown,Cellar Door Games,,,,,,,,2022-04-07 +/games/boxart/full_2953572AmericaFrontccc.jpg,Rogue Legacy 2,XOne,Platform,Unknown,Cellar Door Games,,,,,,,,2022-04-07 +/games/boxart/full_6417309PALFrontccc.jpg,Rolling Bob,PS4,Platform,Unknown,Sony Computer Entertainment,,,,,,,,2019-01-24 +/games/boxart/full_3896468AmericaFrontccc.jpg,Runbow,NS,Platform,Headup Games,13AM Games,,,,,,,2018-06-14,2018-04-08 +/games/boxart/full_2669685AmericaFrontccc.jpg,Ryan's Rescue Squad,NS,Platform,Outright Games,Stage Clear Studios,,,,,,,2022-03-04,2022-08-11 +/games/boxart/full_4942127AmericaFrontccc.png,Sackboy: A Big Adventure,PS5,Platform,Sony Interactive Entertainment,Sumo Digital,,,,,,,2020-11-12,2020-06-11 +/games/boxart/full_8579424AmericaFrontccc.png,Sackboy: A Big Adventure,PS4,Platform,Sony Interactive Entertainment,Sumo Digital,,,,,,,2020-11-12,2020-09-18 +/games/boxart/full_2425138AmericaFrontccc.png,Sausage Sports Club,NS,Platform,Luckshot Games,Luckshot Games,,,,,,,2018-09-01,2018-03-25 +/games/boxart/full_1019536AmericaFrontccc.png,Save me Mr Tako: Tasukete Tako-San,NS,Platform,Nicalis,Christophe Galati,,,,,,,2018-10-30,2018-10-17 +/games/boxart/full_2058272AmericaFrontccc.jpg,Sayonara Umihara Kawase,PC,Platform,Degica,Studio Saizensen,,,,,,,2015-10-06,2019-04-26 +/games/boxart/full_5638995JapanFrontccc.jpg,Sayonara Umihara Kawase,PSV,Platform,Agatsuma Entertainment,Studio Saizensen,,,,,,,2015-04-21,2019-04-26 +/games/boxart/full_3282017AmericaFrontccc.jpg,ScourgeBringer,XOne,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 +/games/boxart/full_8812626AmericaFrontccc.jpg,ScourgeBringer,NS,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 +/games/boxart/full_2061640AmericaFrontccc.jpg,ScourgeBringer,PC,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 +/games/boxart/full_8399811AmericaFrontccc.jpg,ScourgeBringer,PSV,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 +/games/boxart/full_4612381AmericaFrontccc.jpg,ScourgeBringer,PS4,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 +/games/boxart/full_171910AmericaFrontccc.jpg,Scrap Garden,PC,Platform,Flazm,Egidijus Bachur,,,,,,,2016-05-06,2019-04-06 +/games/boxart/full_5171554AmericaFrontccc.jpg,Scrap Garden - The Day Before,PC,Platform,Flazm,Egidijus Bachur,,,,,,,2016-10-08,2019-04-06 +/games/boxart/full_9031268AmericaFrontccc.jpeg,Seasons After Fall,PC,Platform,Unknown,Swing Swing Submarine,,,,,,,,2017-12-31 +/games/boxart/full_4406784AmericaFrontccc.jpg,SEGA Ages Sonic the Hedgehog 2,NS,Platform,Sega,Sega,,,,,,,2020-02-20,2020-01-16 +/games/boxart/default.jpg,SEGA Ages: Alex Kidd in Miracle World,NS,Platform,Unknown,Sega,,,,,,,,2018-04-15 +/games/boxart/full_8264908AmericaFrontccc.png,SEGA Ages: Sonic the Hedgehog,NS,Platform,Sega,Sega,,,,,,,2018-09-20,2018-04-15 +/games/boxart/default.jpg,Semblance,PC,Platform,Unknown,Nyamakop,,,,,,,,2018-07-03 +/games/boxart/full_5537836AmericaFrontccc.png,Semblance,NS,Platform,Unknown,Nyamakop,,,,,,,,2018-07-03 +/games/boxart/full_7637659AmericaFrontccc.png,Shadow Bug,NS,Platform,Muro Studios,Muro Studios,,,,,,,2018-03-30,2018-03-25 +/games/boxart/full_4550109AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,XS,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 +/games/boxart/full_2536443AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,NS,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 +/games/boxart/full_5290395AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,PC,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 +/games/boxart/full_4308915AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,PS4,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 +/games/boxart/full_440692AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,PS5,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 +/games/boxart/full_6085197AmericaFrontccc.jpg,Shantae,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 +/games/boxart/full_225245AmericaFrontccc.jpg,Shantae,NS,Platform,WayForward,WayForward,,,,,,,2021-04-22,2020-09-02 +/games/boxart/full_9136973AmericaFrontccc.png,Shantae and the Pirate's Curse,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 +/games/boxart/full_8245296AmericaFrontccc.jpg,Shantae and the Seven Sirens,PC,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 +/games/boxart/full_1951293AmericaFrontccc.jpg,Shantae and the Seven Sirens,PS4,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 +/games/boxart/full_8591710AmericaFrontccc.png,Shantae and the Seven Sirens,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 +/games/boxart/full_6464318AmericaFrontccc.jpg,Shantae and the Seven Sirens,XOne,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 +/games/boxart/full_8525787AmericaFrontccc.jpg,Shantae and the Seven Sirens,iOS,Platform,WayForward,WayForward,,,,,,,2019-09-19,2019-10-02 +/games/boxart/full_3720840AmericaFrontccc.jpg,Shantae and the Seven Sirens,NS,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 +/games/boxart/full_3286872AmericaFrontccc.jpg,Shantae: Half-Genie Hero Ultimate Edition,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 +/games/boxart/full_4336213AmericaFrontccc.jpg,Shantae: Risky's Revenge,PS4,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2015-06-23,2020-07-10 +/games/boxart/full_7108449AmericaFrontccc.jpg,Shantae: Risky's Revenge,XOne,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2020-12-01,2020-07-10 +/games/boxart/full_2521521AmericaFrontccc.jpg,Shantae: Risky's Revenge,DSi,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2010-10-10,2020-07-10 +/games/boxart/full_9070148AmericaFrontccc.jpg,Shantae: Risky's Revenge,NS,Platform,WayForward,WayForward Technologies,,,,,,,2020-10-15,2020-07-10 +/games/boxart/full_9137545AmericaFrontccc.jpg,Shantae: Risky's Revenge,PC,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2014-07-15,2020-07-10 +/games/boxart/full_8337931AmericaFrontccc.jpg,Shantae: Risky's Revenge - Director's Cut,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 +/games/boxart/default.jpg,Shantae: Risky's Revenge Director's Cut,WiiU,Platform,Way Forward,Way Forward Technologies,,,,,,,2016-03-24,2019-04-21 +/games/boxart/full_7464482AmericaFrontccc.jpg,Shantae: Risky's Revenge Director's Cut,PS4,Platform,Way Forward,Way Forward Technologies,,,,,,,2015-06-23,2019-04-21 +/games/boxart/full_9743742AmericaFrontccc.png,Shiftlings - Enhanced Edition,NS,Platform,Unknown,Rock Pocket Ltd,,,,,,,,2018-02-09 +/games/boxart/full_8031458AmericaFrontccc.jpg,Shovel Knight Dig,XS,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 +/games/boxart/full_346187AmericaFrontccc.jpg,Shovel Knight Dig,All,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 +/games/boxart/full_5069857AmericaFrontccc.jpg,Shovel Knight Dig,NS,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 +/games/boxart/full_9363843AmericaFrontccc.jpg,Shovel Knight Dig,PC,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 +/games/boxart/full_7500199AmericaFrontccc.jpg,Shovel Knight Dig,PS5,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 +/games/boxart/full_925587AmericaFrontccc.jpg,Shovel Knight: King of Cards,WiiU,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_8282351AmericaFrontccc.jpg,Shovel Knight: King of Cards,XOne,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_6528835AmericaFrontccc.jpg,Shovel Knight: King of Cards,NS,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_5581793AmericaFrontccc.jpg,Shovel Knight: King of Cards,PSV,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_8224957AmericaFrontccc.jpg,Shovel Knight: King of Cards,PS4,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_2200863AmericaFrontccc.jpg,Shovel Knight: King of Cards,PS3,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_7751671AmericaFrontccc.jpg,Shovel Knight: King of Cards,Linux,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_5073945AmericaFrontccc.jpg,Shovel Knight: King of Cards,3DS,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_1410800AmericaFrontccc.jpg,Shovel Knight: King of Cards,PC,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 +/games/boxart/full_1091393AmericaFrontccc.jpg,Shovel Knight: Treasure Trove,PS4,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2019-04-09,2018-10-27 +/games/boxart/full_5752183AmericaFrontccc.png,Shu,NS,Platform,Coatsink Software,Coatsink Software,,,,,,,2018-01-23,2018-03-25 +/games/boxart/full_8551013AmericaFrontccc.jpg,Sir Eatsalot,PSV,Platform,Unknown,Behind the Stone,,,,,,,,2018-04-17 +/games/boxart/full_8006225AmericaFrontccc.jpg,Sir Eatsalot,NS,Platform,EastAsiaSoft,Behind the Stone,,,,,,,2020-01-09,2020-01-10 +/games/boxart/full_5355666AmericaFrontccc.png,Slime-san,NS,Platform,Fabraz,Fabraz,,,,,,,2017-08-03,2018-03-25 +/games/boxart/full_1600453AmericaFrontccc.png,Sling Ming,NS,Platform,Good Night Brave Warrior,Good Night Brave Warrior,,,,,,,2018-04-05,2018-03-25 +/games/boxart/full_2438942AmericaFrontccc.png,Sly Cooper,Series,Platform,Sony Interactive Entertainment,Sucker Punch,,,,,,,2002-09-23,2020-03-19 +/games/boxart/full_3242802AmericaFrontccc.jpg,Smurf: Rescue in Gargamel's Castle,CV,Platform,Coleco,Coleco,,,,,,,1982-09-07,2020-09-18 +/games/boxart/full_7081318AmericaFrontccc.jpg,Sonic Colors Ultimate,NS,Platform,Sega,Sonic Team,,,,,,,2021-09-07,2021-06-15 +/games/boxart/full_5941077AmericaFrontccc.jpg,Sonic Colors Ultimate,PC,Platform,Unknown,Sonic Team,,,,,,,,2021-06-15 +/games/boxart/full_1620009AmericaFrontccc.jpg,Sonic Colors Ultimate,PS4,Platform,Unknown,Sonic Team,,,,,,,,2021-06-15 +/games/boxart/full_5378007AmericaFrontccc.jpg,Sonic Colors Ultimate,XOne,Platform,Unknown,Sonic Team,,,,,,,,2021-06-15 +/games/boxart/full_6242731AmericaFrontccc.jpg,Sonic Frontiers,NS,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 +/games/boxart/full_391472AmericaFrontccc.jpg,Sonic Frontiers,PS4,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 +/games/boxart/full_5987028AmericaFrontccc.jpg,Sonic Frontiers,PS5,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 +/games/boxart/full_1020528AmericaFrontccc.jpg,Sonic Frontiers,XOne,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 +/games/boxart/full_9142419AmericaFrontccc.jpg,Sonic Frontiers,XS,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 +/games/boxart/full_8608123AmericaFrontccc.jpg,Sonic Frontiers,PC,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 +/games/boxart/default.jpg,Sonic Lost World,PC,Platform,Unknown,Sonic Team,,,,,,,,2018-04-01 +/games/boxart/full_7481184AmericaFrontccc.jpg,Sonic Origins,XOne,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 +/games/boxart/full_5572270AmericaFrontccc.jpg,Sonic Origins,XS,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 +/games/boxart/full_1473180AmericaFrontccc.jpg,Sonic Origins,NS,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 +/games/boxart/full_7898681AmericaFrontccc.jpg,Sonic Origins,PC,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 +/games/boxart/full_8769486AmericaFrontccc.jpg,Sonic Origins,PS4,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 +/games/boxart/full_4159019AmericaFrontccc.jpg,Sonic Origins,PS5,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 +/games/boxart/full_7888527AmericaFrontccc.jpg,Sonic Origins Plus,PC,Platform,Unknown,Sega,,,,,,,,2023-05-17 +/games/boxart/full_8481616AmericaFrontccc.jpg,Sonic Origins Plus,PS4,Platform,Unknown,Sega,,,,,,,,2023-05-17 +/games/boxart/full_1979573AmericaFrontccc.jpg,Sonic Origins Plus,PS5,Platform,Unknown,Sega,,,,,,,,2023-05-17 +/games/boxart/full_6428191AmericaFrontccc.jpg,Sonic Origins Plus,XOne,Platform,Unknown,Sega,,,,,,,,2023-05-17 +/games/boxart/full_9888963AmericaFrontccc.jpg,Sonic Origins Plus,XS,Platform,Unknown,Sega,,,,,,,,2023-05-17 +/games/boxart/full_8449704AmericaFrontccc.jpg,Sonic Origins Plus,NS,Platform,Unknown,Sega,,,,,,,,2023-05-17 +/games/boxart/full_5936874AmericaFrontccc.png,Sonic Superstars,XS,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 +/games/boxart/full_3642626AmericaFrontccc.png,Sonic Superstars,NS,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 +/games/boxart/full_5637625AmericaFrontccc.png,Sonic Superstars,PC,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 +/games/boxart/full_1820227AmericaFrontccc.png,Sonic Superstars,PS4,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 +/games/boxart/full_1364565AmericaFrontccc.png,Sonic Superstars,PS5,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 +/games/boxart/full_3727075AmericaFrontccc.png,Sonic Superstars,XOne,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 +/games/boxart/default.jpg,Space Hunted,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_2718131AmericaFrontccc.png,Spartan,NS,Platform,Sinister Cyclops,Sinister Cyclops,,,,,,,2018-04-01,2018-03-25 +/games/boxart/full_643308AmericaFrontccc.png,Splasher,NS,Platform,Plug In Digital,Plug In Digital,,,,,,,2017-10-26,2018-03-25 +/games/boxart/full_9901563AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,XOne,Platform,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2020-09-29 +/games/boxart/full_6436172AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,PS4,Platform,THQ Nordic,Purple Lamp,,,,,,,2020-06-23,2022-05-16 +/games/boxart/full_607989AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,NS,Platform,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2021-01-31 +/games/boxart/full_4357894AmericaFrontccc.jpeg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,PC,Platform,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2020-09-29 +/games/boxart/full_8839308AmericaFrontccc.jpg,Spyro Reignited Trilogy,PC,Platform,"Activision Publishing, Inc.",Toys for Bob,,,,,,,2019-09-03,2019-06-13 +/games/boxart/full_9980896AmericaFrontccc.jpg,Spyro Reignited Trilogy,NS,Platform,"Activision Publishing, Inc.",Toys for Bob,,,,,,,2019-09-03,2019-06-13 +/games/boxart/full_4403699PALFrontccc.jpg,SteamWorld Dig 2,PSV,Platform,Image & Form Games,Image & Form Games,,,,,,,2017-09-26,2019-03-31 +/games/boxart/full_5252380PALFrontccc.jpg,SteamWorld Dig 2,XOne,Platform,Image & Form Games,Image & Form Games,,,,,,,2018-11-21,2019-03-31 +/games/boxart/full_5774660PALFrontccc.jpg,SteamWorld Dig 2,PC,Platform,Image & Form Games,Image & Form Games,,,,,,,2017-09-22,2019-03-31 +/games/boxart/full_3273040PALFrontccc.jpg,SteamWorld Dig 2,3DS,Platform,Image & Form Games,Image & Form Games,,,,,,,2018-02-22,2019-03-31 +/games/boxart/full_6900879AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,NS,Platform,Image & Form Games,Image & Form Games,,,,,,,2018-02-01,2018-03-19 +/games/boxart/full_6063342AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,Linux,Platform,Image & Form Games,Image & Form Games,,,,,,,2013-12-05,2018-08-30 +/games/boxart/full_5142161AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,OSX,Platform,Image & Form Games,Image & Form Games,,,,,,,2013-12-05,2018-08-30 +/games/boxart/full_825411AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,XOne,Platform,Image & Form Games,Image & Form Games,,,,,,,2015-06-05,2018-08-30 +/games/boxart/full_6362463AmericaFrontccc.jpg,Stela,PC,Platform,Unknown,SkyBox Labs,,,,,,,,2019-10-22 +/games/boxart/full_9434478AmericaFrontccc.jpg,Stela,XOne,Platform,Unknown,SkyBox Labs,,,,,,,,2019-10-22 +/games/boxart/full_940109AmericaFrontccc.png,Stick It To The Man,NS,Platform,Zoink Games,Zoink Games,,,,,,,2017-11-23,2018-03-25 +/games/boxart/full_5173529AmericaFrontccc.jpg,Street Fighter X Mega Man,PC,Platform,Unknown,Seow Zong Hui,,,,,,,,2022-08-14 +/games/boxart/full_9361340AmericaFrontccc.png,Super Chariot,NS,Platform,Unknown,Microids,,,,,,,2018-05-10,2018-03-25 +/games/boxart/full_7095022AmericaFrontccc.jpg,Super Mario Bros. 35,NS,Platform,Nintendo,Nintendo,,,,,,,2020-10-01,2020-09-03 +/games/boxart/default.jpg,Super Mario Land 3: Wario Land,VC,Platform,Nintendo,Nintendo,,,,,,,2012-02-16,2021-11-06 +/games/boxart/full_3633717AmericaFrontccc.png,Super Mario Run,And,Platform,Nintendo,Nintendo,,,,,,,2017-03-22,2018-04-04 +/games/boxart/full_4608726AmericaFrontccc.png,Super Meat Boy,NS,Platform,BlitWorks,Team Meat,,,,,,,2018-01-11,2018-03-25 +/games/boxart/full_7379059AmericaFrontccc.jpg,Super Meat Boy,Series,Platform,Team Meat,Team Meat,,,,,,,2010-10-20,2020-03-19 +/games/boxart/full_218545AmericaFrontccc.jpg,Super Meat Boy Forever,PS4,Platform,Team Meat,Team Meat,,,,,,,2020-12-26,2019-04-01 +/games/boxart/full_5501601AmericaFrontccc.jpg,Super Meat Boy Forever,XOne,Platform,Team Meat,Team Meat,,,,,,,2020-12-26,2019-04-01 +/games/boxart/full_316593AmericaFrontccc.png,Super Meat Boy Forever,NS,Platform,Team Meat,Team Meat,,,,,,,2020-12-26,2018-02-13 +/games/boxart/full_9720767PALFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,XOne,Platform,Sega,Sega,,,,,,,2019-10-29,2019-07-23 +/games/boxart/full_8315374AmericaFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,PC,Platform,Sega,Sega,,,,,,,2019-12-11,2019-07-23 +/games/boxart/full_5469293AmericaFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,NS,Platform,Sega,Sega,,,,,,,2019-10-29,2021-01-31 +/games/boxart/full_1054910PALFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,PS4,Platform,Sega,Sega,,,,,,,2019-10-29,2019-07-23 +/games/boxart/full_9410757AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,PS5,Platform,Unknown,Sega,,,,,,,,2021-06-15 +/games/boxart/full_2293869AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,XOne,Platform,Unknown,Sega,,,,,,,,2021-06-15 +/games/boxart/full_4396829AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,PC,Platform,Unknown,Sega,,,,,,,,2021-06-15 +/games/boxart/full_1576067AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,NS,Platform,Unknown,Sega,,,,,,,,2021-06-15 +/games/boxart/full_5578018AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,PS4,Platform,Unknown,Sega,,,,,,,,2021-06-15 +/games/boxart/full_3890964AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,XS,Platform,Unknown,Sega,,,,,,,,2021-06-15 +/games/boxart/full_9354374AmericaFrontccc.png,Super One More Jump,NS,Platform,SMG Studio,SMG Studio,,,,,,,2018-01-25,2018-03-25 +/games/boxart/full_7493604AmericaFrontccc.jpg,Super Skull Smash GO! 2 Turbo,PS4,Platform,Poppy Works,TACS Games,,,,,,,2018-07-17,2018-07-22 +/games/boxart/full_5815196AmericaFrontccc.jpg,Super Skull Smash GO! 2 Turbo,PSV,Platform,Poppy Works,TACS Games,,,,,,,2018-07-17,2018-07-22 +/games/boxart/full_2787149AmericaFrontccc.jpg,Super Skull Smash GO! 2 Turbo,PC,Platform,Poppy Works,TACS Games,,,,,,,2018-07-17,2018-07-22 +/games/boxart/default.jpg,Superfrog,Amig,Platform,Unknown,Team17,,,,,,,,2018-03-16 +/games/boxart/full_2696131AmericaFrontccc.png,Superola and the Lost Burgers,NS,Platform,Undergames,Undergames,,,,,,,2018-02-22,2018-03-25 +/games/boxart/default.jpg,Tales From Space: Mutant Blobs Attack,NS,Platform,Unknown,DrinkBox Studios,,,,,,,,2019-05-10 +/games/boxart/full_3810737AmericaFrontccc.png,Teslagrad,NS,Platform,Rain Games,Rain Games,,,,,,,2017-12-07,2019-04-22 +/games/boxart/default.jpg,TEST GAME 2,Wii,Platform,Unknown,TESTING COMPANY,,,,,,,,2017-12-10 +/games/boxart/full_4917247AmericaFrontccc.png,The Artful Escape,PC,Platform,Annapurna Interactive,Beethoven & Dinosaur,,,,,,,2020-12-01,2019-11-25 +/games/boxart/full_3744519AmericaFrontccc.png,The Artful Escape,XOne,Platform,Annapurna Interactive,Beethoven & Dinosaur,,,,,,,2020-12-01,2019-11-25 +/games/boxart/full_5166173AmericaFrontccc.png,The Artful Escape,XS,Platform,Unknown,Beethoven & Dinosaur,,,,,,,,2021-12-23 +/games/boxart/full_7747979AmericaFrontccc.png,The Artful Escape,iOS,Platform,Annapurna Interactive,Beethoven & Dinosaur,,,,,,,2020-12-01,2019-11-25 +/games/boxart/full_4915691AmericaFrontccc.jpg,The Cub,PC,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 +/games/boxart/full_1007492AmericaFrontccc.jpg,The Cub,PS4,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 +/games/boxart/full_7744797AmericaFrontccc.jpg,The Cub,PS5,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 +/games/boxart/full_4989635AmericaFrontccc.jpg,The Cub,XOne,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 +/games/boxart/full_2524451AmericaFrontccc.jpg,The Cub,XS,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 +/games/boxart/full_4712233AmericaFrontccc.jpg,The Cub,NS,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 +/games/boxart/default.jpg,The Disney Afternoon Collection,PS4,Platform,Unknown,Digital Eclipse,,,,,,,,2021-10-18 +/games/boxart/full_5581069AmericaFrontccc.png,The Incredible Crash Dummies,GEN,Platform,Flying Edge,Gray Matter,,,,,,,1993-01-01,2018-03-30 +/games/boxart/default.jpg,The Jetsons: Cogswell's Caper!,NES,Platform,Unknown,Natsume,,,,,,,,2020-08-26 +/games/boxart/default.jpg,The Last Night,XOne,Platform,Unknown,Unknown,,,,,,,,2017-12-29 +/games/boxart/default.jpg,The Last Night,PC,Platform,Unknown,Unknown,,,,,,,,2017-12-29 +/games/boxart/full_3901526AmericaFrontccc.png,The Messenger,NS,Platform,Devolver Digital,Sabotage,,,,,,,2018-08-30,2018-03-26 +/games/boxart/default.jpg,The Messenger,PC,Platform,Devolver Digital,Sabotage,,,,,,,2018-08-30,2022-05-24 +/games/boxart/default.jpg,The Messenger,XOne,Platform,Unknown,Sabotage,,,,,,,,2022-05-24 +/games/boxart/default.jpg,The Messenger,PS4,Platform,Devolver Digital,Sabotage,,,,,,,2019-03-19,2022-05-24 +/games/boxart/full_1421981AmericaFrontccc.png,The Swindle,NS,Platform,Curve Digital,Size Five Games,,,,,,,2018-10-11,2018-10-06 +/games/boxart/full_1456727AmericaFrontccc.jpg,Thomas Was Alone: Benjamin's Flight,PS3,Platform,Unknown,Mike Bithell Games,,,,,,,,2022-08-17 +/games/boxart/full_4887983AmericaFrontccc.jpg,Thomas Was Alone: Benjamin's Flight,PSV,Platform,Unknown,Mike Bithell Games,,,,,,,,2022-08-17 +/games/boxart/default.jpg,Time Slip,SNES,Platform,Unknown,Sales Curve Interactive,,,,,,,,2019-06-22 +/games/boxart/full_596648AmericaFrontccc.jpg,Tinykin,PC,Platform,Unknown,Splashteam,,,,,,,,2021-06-14 +/games/boxart/full_9885586AmericaFrontccc.jpeg,Toki,NES,Platform,Taito,Taito,,,,,,,1991-07-19,2017-12-31 +/games/boxart/full_7044498AmericaFrontccc.jpg,Trials of the Blood Dragon,PC,Platform,Unknown,RedLynx,,,,,,,,2020-02-01 +/games/boxart/full_6045404AmericaFrontccc.jpg,Trine 2,Linux,Platform,Frozenbyte,Frozenbyte,,,,,,,2012-11-06,2018-08-30 +/games/boxart/full_1332259AmericaFrontccc.jpg,Trine 2: Complete Story,PS4,Platform,Frozenbyte,Frozenbyte,,,,,,,2013-11-15,2018-08-28 +/games/boxart/full_6238096AmericaFrontccc.png,TurtlePop : Journey to Freedom,NS,Platform,DigiPen Game Studios,Zengami,,,,,,,2018-03-09,2018-02-01 +/games/boxart/full_6966427AmericaFrontccc.png,Twin Robots Ultimate Edition,NS,Platform,Ratalaika Games,Thinice Games,,,,,,,2018-02-23,2018-03-09 +/games/boxart/full_5861347AmericaFrontccc.png,Umihara Kawase Fresh!,NS,Platform,Nicalis,Studio Saizensen,,,,,,,2019-07-09,2019-07-04 +/games/boxart/full_7959973AmericaFrontccc.png,Umihara Kawase Fresh!,PS4,Platform,Success,Studio Saizensen,,,,,,,2019-12-01,2019-08-13 +/games/boxart/full_4483186AmericaFrontccc.jpg,Unbound: Worlds Apart,PC,Platform,Unknown,Alien Pixel Studios,,,,,,,,2021-08-03 +/games/boxart/full_1650171AmericaFrontccc.png,Unepic,NS,Platform,Francis Cota,@unepic_fran,,,,,,,2017-12-15,2018-03-26 +/games/boxart/full_3335378AmericaFrontccc.png,Unravel Two,XOne,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-06-09,2018-06-10 +/games/boxart/full_7869926AmericaFrontccc.png,Unravel Two,NS,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2019-03-22,2019-02-14 +/games/boxart/full_7167908AmericaFrontccc.png,Unravel Two,PC,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-06-09,2019-02-14 +/games/boxart/full_342194AmericaFrontccc.jpg,Unravel Two,PS4,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-06-09,2018-06-10 +/games/boxart/full_9778995PALFrontccc.jpg,Unravel Yarny Bundle,XOne,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-07-24,2018-12-18 +/games/boxart/full_6806725PALFrontccc.jpg,Unravel Yarny Bundle,PS4,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-07-24,2018-12-18 +/games/boxart/default.jpg,Unruly Heroes,XOne,Platform,Unknown,Magic Design Studios,,,,,,,,2019-01-26 +/games/boxart/default.jpg,Unruly Heroes,PC,Platform,Unknown,Magic Design Studios,,,,,,,,2019-01-26 +/games/boxart/full_292168AmericaFrontccc.jpg,Unruly Heroes,NS,Platform,Unknown,Magic Design Studios,,,,,,,,2019-01-26 +/games/boxart/full_1092083AmericaFrontccc.png,Uurnog Uurnlimited,NS,Platform,Raw Fury,Raw Fury,,,,,,,2017-11-21,2018-03-26 +/games/boxart/full_9735758AmericaFrontccc.jpg,Venture Kid,PC,Platform,Snikkabo AS,FDG Entertainment,,,,,,,2018-05-03,2018-05-18 +/games/boxart/full_8641876AmericaFrontccc.jpg,Vigil: The Longest Night,NS,Platform,Another Indie,Glass Heart Games,,,,,,,2020-12-01,2021-02-14 +/games/boxart/full_218167AmericaFrontccc.jpg,Vigil: The Longest Night,PC,Platform,Another Indie,Glass Heart Games,,,,,,,2020-10-14,2021-02-14 +/games/boxart/full_7172839AmericaFrontccc.jpg,Vigil: The Longest Night,PS4,Platform,Another Indie,Glass Heart Games,,,,,,,2020-12-01,2021-02-14 +/games/boxart/full_132895AmericaFrontccc.jpg,Vigil: The Longest Night,XOne,Platform,Another Indie,Glass Heart Games,,,,,,,2020-12-01,2021-02-14 +/games/boxart/full_3806111AmericaFrontccc.jpeg,Voodoo Vince: Remastered,PC,Platform,Microsoft Studios,Beep Games,,,,,,,2017-04-18,2018-08-12 +/games/boxart/full_7706213AmericaFrontccc.jpeg,Voodoo Vince: Remastered,XOne,Platform,Microsoft Studios,Beep Games,,,,,,,2017-04-18,2018-08-12 +/games/boxart/full_3222984AmericaFrontccc.png,VVVVVV,NS,Platform,Nicalis,Nicalis,,,,,,,2017-11-17,2018-03-26 +/games/boxart/default.jpg,Wario Land 3,VC,Platform,Nintendo,Nintendo,,,,,,,2012-12-06,2021-11-06 +/games/boxart/default.jpg,Wario Land II,VC,Platform,Nintendo,Nintendo,,,,,,,2012-07-19,2021-11-06 +/games/boxart/full_1195382AmericaFrontccc.png,Wawa Land,iOS,Platform,Unknown,Play Fripp,,,,,,,,2022-08-12 +/games/boxart/full_7161017AmericaFrontccc.jpg,Whipseey and the Lost Atlas,PS4,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 +/games/boxart/full_658975AmericaFrontccc.jpg,Whipseey and the Lost Atlas,XOne,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 +/games/boxart/full_5299352AmericaFrontccc.jpg,Whipseey and the Lost Atlas,NS,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 +/games/boxart/full_8554068AmericaFrontccc.jpg,Whipseey and the Lost Atlas,PC,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 +/games/boxart/full_542189AmericaFrontccc.jpg,Witchcrafty,PC,Platform,Unknown,PigeonDev,,,,,,,,2021-07-20 +/games/boxart/full_6650607AmericaFrontccc.jpg,Witchcrafty,PSV,Platform,Unknown,PigeonDev,,,,,,,,2021-07-20 +/games/boxart/full_2878908AmericaFrontccc.jpg,Wonder Boy Anniversary Collection,PS5,Platform,Unknown,Bliss Brain,,,,,,,,2023-02-05 +/games/boxart/full_189534AmericaFrontccc.jpg,Wonder Boy Anniversary Collection,NS,Platform,Unknown,Bliss Brain,,,,,,,,2022-12-15 +/games/boxart/full_1678686AmericaFrontccc.jpg,Wonder Boy Anniversary Collection,PS4,Platform,Unknown,Bliss Brain,,,,,,,,2022-12-15 +/games/boxart/full_2698934AmericaFrontccc.jpg,Wonder Boy Returns Remix,NS,Platform,Unknown,Unknown,,,,,,,2019-05-23,2019-11-04 +/games/boxart/full_6289225AmericaFrontccc.jpg,Wonder Boy: Asha in Monster World,PC,Platform,Unknown,ArtDink,,,,,,,,2021-04-15 +/games/boxart/full_4960526AmericaFrontccc.jpg,Wonder Boy: Asha in Monster World,PS4,Platform,Unknown,ArtDink,,,,,,,,2021-04-15 +/games/boxart/full_9932344AmericaFrontccc.jpg,Wonder Boy: Asha in Monster World,NS,Platform,Unknown,ArtDink,,,,,,,,2021-04-15 +/games/boxart/full_7263944AmericaFrontccc.jpg,Wondership Q,PC,Platform,Cygames,Miracle Positive,,,,,,,2016-07-18,2018-07-05 +/games/boxart/default.jpg,World Gone Sour,PS3,Platform,Unknown,Playbrains,,,,,,,,2018-02-22 +/games/boxart/default.jpg,World Gone Sour,PC,Platform,Unknown,Playbrains,,,,,,,,2018-02-22 +/games/boxart/full_8614205AmericaFrontccc.jpg,World Gone Sour,X360,Platform,Unknown,Playbrains,,,,,,,,2018-02-22 +/games/boxart/full_2065655AmericaFrontccc.jpg,Worldless,PS5,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 +/games/boxart/full_3012677AmericaFrontccc.jpg,Worldless,XOne,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 +/games/boxart/full_5029543AmericaFrontccc.jpg,Worldless,XS,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 +/games/boxart/full_442003AmericaFrontccc.jpg,Worldless,NS,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 +/games/boxart/full_5178036AmericaFrontccc.jpg,Worldless,PC,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 +/games/boxart/full_598724AmericaFrontccc.jpg,Worldless,PS4,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 +/games/boxart/full_9682471AmericaFrontccc.jpg,Xenon Valkyrie+,PS4,Platform,COWCAT,Diabolical Mind,,,,,,,2018-02-20,2019-04-01 +/games/boxart/full_781712AmericaFrontccc.jpg,Xenon Valkyrie+,PSV,Platform,COWCAT,Diabolical Mind,,,,,,,2017-12-19,2019-04-01 +/games/boxart/full_2663151AmericaFrontccc.jpg,Xenon Valkyrie+,PC,Platform,COWCAT,Diabolical Mind,,,,,,,2017-02-03,2019-04-01 +/games/boxart/full_4190650AmericaFrontccc.png,Xeodrifter,NS,Platform,Atooi,Atooi,,,,,,,2018-02-15,2018-03-26 +/games/boxart/full_3225203AmericaFrontccc.png,Yooka-Laylee,NS,Platform,Team17 Digital Ltd,Playtonic Games,,,,,,,2017-12-14,2018-05-31 +/games/boxart/full_8101927AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,PC,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_3547867AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,NS,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_9987646AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,XOne,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_8362437AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,PS4,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 +/games/boxart/full_2881264AmericaFrontccc.jpg,Tetris,Series,Puzzle,The Tetris Company,Alexey Pajitnov,,,,,,,1988-01-01,2020-02-27 +/games/boxart/full_8660779AmericaFrontccc.jpg,Bejeweled,Series,Puzzle,PopCap Games,PopCap Games,,,,,,,2001-05-30,2020-02-25 +/games/boxart/full_7634300AmericaFrontccc.jpg,Brain Age,Series,Puzzle,Nintendo,Nintendo,,,,,,,2006-04-16,2020-02-20 +/games/boxart/3740960ccc.jpg,Tetris,GB,Puzzle,Nintendo,Bullet Proof Software,,,,,,,1989-07-31, +/games/boxart/full_6143069AmericaFrontccc.jpg,Portal,Series,Puzzle,Valve,Valve,,,,,,,2007-10-10,2020-02-19 +/games/boxart/full_9786892AmericaFrontccc.png,Puyo Puyo,Series,Puzzle,Sega,Compile,,,,,,,2002-02-11,2020-02-07 +/games/boxart/full_58440AmericaFrontccc.jpg,Lemmings,Series,Puzzle,Psygnosis,DMA Design,,,,,,,1991-02-14,2020-03-14 +/games/boxart/full_2834833AmericaFrontccc.jpg,Zuma,All,Puzzle,PopCap Games,Oberon Media,,,,,,,2003-12-12,2020-11-30 +/games/boxart/full_1751770AmericaFrontccc.jpg,Zuma,Series,Puzzle,PopCap Games,Oberon Media,,,,,,,2003-12-12,2020-02-16 +/games/boxart/full_6133074AmericaFrontccc.jpg,Portal,All,Puzzle,Valve,Valve,,,,,,,2007-10-10,2020-11-09 +/games/boxart/full_3256341AmericaFrontccc.jpg,Scribblenauts,Series,Puzzle,Warner Bros. Interactive Entertainment,5th Cell,,,,,,,2009-09-15,2020-03-01 +/games/boxart/full_2625011AmericaFrontccc.jpg,Bomberman,Series,Puzzle,Konami,Hudson Soft,,,,,,,1987-01-01,2021-02-19 +/games/boxart/full_5205402AmericaFrontccc.jpg,The Room,Series,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2012-09-01,2020-03-18 +/games/boxart/full_1612733AmericaFrontccc.jpg,Big Brain Academy,Series,Puzzle,Nintendo,Nintendo,,,,,,,2006-06-05,2020-03-23 +/games/boxart/full_1834338AmericaFrontccc.jpg,Monument Valley,Series,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2014-04-03,2021-01-30 +/games/boxart/3878609ccc.jpg,Pac-Man,2600,Puzzle,Atari,Atari,,,,,,,1982-03-01, +/games/boxart/full_3412807AmericaFrontccc.png,The Room,All,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2012-09-01,2020-12-18 +/games/boxart/full_6373715AmericaFrontccc.jpg,Mario vs. Donkey Kong,Series,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2004-05-24,2020-02-22 +/games/boxart/full_4580639AmericaFrontccc.jpg,Tetris,NES,Puzzle,Nintendo,Nintendo,,,,,,,1989-11-01, +/games/boxart/2366566ccc.jpg,Dr. Mario,GB,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1990-12-01, +/games/boxart/full_206432AmericaFrontccc.jpg,Monument Valley,All,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2014-04-03,2021-01-30 +/games/boxart/full_9622150AmericaFrontccc.jpg,Yoshi,All,Puzzle,Nintendo,Game Freak,,,,,,,1992-06-01,2020-11-09 +/games/boxart/3111018ccc.jpg,Dr. Mario,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1990-10-01, +/games/boxart/full_2109545AmericaFrontccc.png,Captain Toad: Treasure Tracker,All,Puzzle,Nintendo,Nintendo,,,,,,,2014-12-05,2021-03-03 +/games/boxart/full_1186055AmericaFrontccc.jpg,Monument Valley 2,All,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2017-06-05,2021-01-30 +/games/boxart/full_5316903AmericaFrontccc.png,The Room Two,All,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2013-12-12,2020-12-18 +/games/boxart/full_7973709AmericaFrontccc.jpg,Yoshi,GB,Puzzle,Nintendo,Game Freak,,,,,,,1992-07-01, +/games/boxart/full_mario-vs-donkey-kong-mini-land-mayhem_1AmericaFront.jpg,Mario vs. Donkey Kong: Mini-Land Mayhem!,DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,7.8,,,,,,2010-11-14, +/games/boxart/1410269ccc.jpg,Tetris DS,DS,Puzzle,Nintendo,Nintendo,8.5,,,,,,2006-03-20, +/games/boxart/full_3243605AmericaFrontccc.jpg,Yoshi's Cookie,All,Puzzle,Nintendo,TOSE,,,,,,,1992-11-21,2020-11-09 +/games/boxart/full_2299361AmericaFrontccc.jpg,The 7th Guest,Series,Puzzle,Virgin Interactive,Trilobyte,,,,,,,1993-04-01,2023-06-09 +/games/boxart/full_3384844AmericaFrontccc.jpg,Lumines,Series,Puzzle,Ubisoft,Q Entertainment,,,,,,,2005-03-23,2021-02-26 +/games/boxart/9940541ccc.jpg,WarioWare Touched!,DS,Puzzle,Nintendo,Intelligent Systems,7.8,,,,,,2005-02-14, +/games/boxart/full_7236801AmericaFrontccc.jpg,Captain Toad: Treasure Tracker,NS,Puzzle,Nintendo,Nintendo EPD,8.1,,,,,,2018-07-13,2018-11-18 +/games/boxart/full_7825184AmericaFrontccc.jpg,WarioWare: Smooth Moves,Wii,Puzzle,Nintendo,Intelligent Systems,8.2,,,,,,2007-01-15, +/games/boxart/full_2825731AmericaFrontccc.jpg,"Papers, Please",PC,Puzzle,3909 LLC,3909 LLC,8.4,,,,,,2013-08-13,2018-01-20 +/games/boxart/full_1202307AmericaFrontccc.jpg,Super Bomberman R,All,Puzzle,Konami,Konami,,,,,,,2017-03-03,2021-02-19 +/games/boxart/full_9915305AmericaFrontccc.png,Alleyway,GB,Puzzle,Nintendo,Nintendo R&D1 / Intelligent Systems,,,,,,,1989-08-01, +/games/boxart/full_7734270AmericaFrontccc.jpg,Big Brain Academy: Brain vs. Brain,NS,Puzzle,Nintendo,Nintendo,,,,,,,2021-12-03,2021-09-11 +/games/boxart/full_930934AmericaFrontccc.jpg,Tetris DX,GBC,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1998-10-31,2018-01-06 +/games/boxart/full_1947043AmericaFrontccc.jpg,Yoshi,NES,Puzzle,Nintendo,Game Freak,,,,,,,1992-06-01, +/games/boxart/full_8124715AmericaFrontccc.jpg,Yoshi's Cookie,GB,Puzzle,Nintendo,Jupiter Multimedia,,,,,,,1993-01-01, +/games/boxart/full_8639597AmericaFrontccc.jpg,Mario vs. Donkey Kong 2: March of the Minis,DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,7.7,,,,,,2006-09-25, +/games/boxart/full_1237921JapanFrontccc.jpg,Puzzle & Dragons,3DS,Puzzle,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2013-12-12,2018-01-05 +/games/boxart/full_1793494AmericaFrontccc.jpg,Puzzle & Dragons Z + Super Mario Bros. Edition,3DS,Puzzle,Nintendo,GungHo Online Entertainment,7.8,,,,,,2015-05-22,2018-07-17 +/games/boxart/full_7190934PALFrontccc.png,Professor Layton and the Mask of Miracle,3DS,Puzzle,Nintendo,Level 5,8.4,,,,,,2012-10-28,2018-01-05 +/games/boxart/full_7445844AmericaFrontccc.jpg,Puyo Puyo Tetris,All,Puzzle,Sega,Sonic Team,,,,,,,2017-04-25,2021-05-12 +/games/boxart/full_7468364AmericaFrontccc.png,The Room Three,All,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2015-11-04,2020-12-18 +/games/boxart/full_6293340AmericaFrontccc.jpg,Captain Toad: Treasure Tracker,WiiU,Puzzle,Nintendo,Nintendo EAD Tokyo,7.7,,,,,,2014-12-05,2020-08-04 +/games/boxart/7849130ccc.jpg,Mario vs. Donkey Kong,GBA,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2004-05-24, +/games/boxart/full_3793739AmericaFrontccc.jpg,Personal Trainer: Math,DS,Puzzle,Nintendo,Jupiter Corporation,,,,,,,2009-01-12, +/games/boxart/full_7373881AmericaFrontccc.jpg,Gyromite,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1985-10-18, +/games/boxart/full_8531786AmericaFrontccc.jpg,Scribblenauts: Unlimited,PC,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,8.8,,,,,,2012-11-19,2017-12-31 +/games/boxart/full_120013PALFrontccc.jpg,Dr Kawashima's Brain Training for Nintendo Switch,NS,Puzzle,Nintendo,Nintendo,,,,,,,2020-01-03,2020-01-10 +/games/boxart/full_9644058AmericaFrontccc.jpg,Tetris 2,GB,Puzzle,Nintendo,Nintendo,,,,,,,1993-01-01,2019-01-08 +/games/boxart/full_6859898AmericaFrontccc.jpg,Kirby Tilt 'n' Tumble,GB,Puzzle,Nintendo,HAL Laboratory,,,,,,,2001-04-11, +/games/boxart/8486721ccc.jpg,Qix,GB,Puzzle,Nintendo,Taito Corporation,,,,,,,1990-05-01, +/games/boxart/4888883ccc.jpg,Yoshi's Cookie,NES,Puzzle,Nintendo,Bullet Proof Software,,,,,,,1993-04-01, +/games/boxart/full_121185AmericaFrontccc.jpg,PAC-MAN Championship Edition DX+ All You Can Eat Edition,PC,Puzzle,Unknown,Bandai Namco,,,,,,,,2018-12-01 +/games/boxart/9596380ccc.jpg,"WarioWare, Inc.: Mega MicroGame$",GBA,Puzzle,Nintendo,Nintendo R&D1,,,,,,,2003-05-21, +/games/boxart/full_6510230PALFrontccc.jpg,Angry Birds Trilogy,All,Puzzle,Rovio Mobile,Rovio Mobile,,,,,,,2012-09-25,2021-02-20 +/games/boxart/full_118318AmericaFrontccc.jpg,Catherine,Series,Puzzle,Atlus,Atlus,,,,,,,2011-02-17,2020-03-27 +/games/boxart/full_7381663AmericaFrontccc.png,Catherine,All,Puzzle,Atlus,Atlus,,,,,,,2011-07-26,2021-01-24 +/games/boxart/full_9894560AmericaFrontccc.jpg,Puyo Puyo Tetris,NS,Puzzle,Sega,Sonic Team,8.3,,,,,,2017-04-25,2018-07-04 +/games/boxart/full_7385847AmericaFrontccc.jpg,Scribblenauts,DS,Puzzle,Warner Bros. Interactive,5TH Cell,8.2,,,,,,2009-09-15, +/games/boxart/full_2918059AmericaFrontccc.jpg,The Incredible Machine,Series,Puzzle,Sierra Online,Jeff Tunnell Productions,,,,,,,1993-01-01,2021-04-14 +/games/boxart/full_6283275AmericaFrontccc.jpg,Unpacking,All,Puzzle,Humble Bundle,Witch Beam,,,,,,,2021-11-02,2021-12-14 +/games/boxart/full_760012AmericaFrontccc.jpg,The Talos Principle,PC,Puzzle,Devolver Digital,Croteam,,,,,,,2014-12-11, +/games/boxart/full_1167457AmericaFrontccc.jpg,Bendy and the Ink Machine,PC,Puzzle,Joey Drew Studios Inc.,TheMeatly Games,,,,,,,2018-02-28,2018-12-19 +/games/boxart/full_8496841AmericaFrontccc.jpg,Cake Mania,Series,Puzzle,Sandlot Games,Sandlot Games,,,,,,,2006-09-15,2021-05-05 +/games/boxart/full_spacechem_60AmericaFront.jpg,SpaceChem,PC,Puzzle,Unknown,Zachtronics Industries,9,,,,,,2011-03-02, +/games/boxart/full_7761103AmericaFrontccc.png,Safecracker,All,Puzzle,GT Interactive,Daydream Software,,,,,,,1997-05-01,2021-03-12 +/games/boxart/full_4140653AmericaFrontccc.jpg,Bomberman Live,XBL,Puzzle,Hudson Soft,Backbone Entertainment,8.3,,,,,,2007-07-18, +/games/boxart/9356928ccc.jpg,Lumines: Puzzle Fusion,PSP,Puzzle,Ubisoft,Q Entertainment,9.1,,,,,,2005-03-22, +/games/boxart/full_6554306AmericaFrontccc.jpg,Boulder Dash,All,Puzzle,First Star Software,Data East,,,,,,,1984-03-01,2022-09-30 +/games/boxart/full_7103889AmericaFrontccc.jpg,Shanghai,All,Puzzle,Activision,Activision,,,,,,,1986-07-01,2021-09-01 +/games/boxart/full_5835521AmericaFrontccc.jpg,The Witness,PC,Puzzle,"Thekla, Inc.",Number None Inc.,,,,,,,2016-01-26, +/games/boxart/full_bad-rats-the-rats-revenge_9AmericaFront.jpg,Bad Rats: The Rats' Revenge,PC,Puzzle,Invent4 Entertainment,Invent4 Entertainment,,,,,,,2009-07-20, +/games/boxart/full_4526482AmericaFrontccc.jpg,Mirror,PC,Puzzle,Unknown,KAGAMI WORKs,,,,,,,,2019-02-09 +/games/boxart/full_2000240AmericaFrontccc.jpg,Boom Blox,Wii,Puzzle,Electronic Arts,EA Los Angeles,8.6,,,,,,2008-05-06, +/games/boxart/full_cogs_958AmericaFront.jpg,Cogs,PC,Puzzle,Lazy 8 Studios,Lazy 8 Studios,7.5,,,,,,2009-04-14, +/games/boxart/full_6031640AmericaFrontccc.jpg,Toki Tori,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-01-29, +/games/boxart/full_4419295AmericaFrontccc.jpg,Pony Island,PC,Puzzle,Unknown,Daniel Mullins Games,,,,,,,,2019-02-13 +/games/boxart/full_4599085AmericaFrontccc.jpeg,The Room,PC,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2014-07-28, +/games/boxart/full_9628541AmericaFrontccc.jpg,LYNE,PC,Puzzle,Unknown,Thomas Bowker,,,,,,,,2019-02-15 +/games/boxart/full_bejeweled-3_207AmericaFront.jpg,Bejeweled 3,PC,Puzzle,PopCap Games,PopCap Games,8.1,,,,,,2010-12-07, +/games/boxart/full_6325776AmericaFrontccc.jpg,Talon Man Remastered,Amig,Puzzle,Out of crumpét's:,OutOfTime,,,,,,,2018-01-01,2018-12-12 +/games/boxart/full_shatter_14AmericaFront.jpg,Shatter,PC,Puzzle,Sidhe Interactive,Sidhe Interactive,8.6,,,,,,2010-03-15, +/games/boxart/full_9870379AmericaFrontccc.jpg,Pixel Puzzles: Japan,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2014-04-17,2019-02-16 +/games/boxart/full_9648986AmericaFrontccc.jpg,Antichamber,PC,Puzzle,Unknown,Demruth,,,,,,,,2021-02-17 +/games/boxart/full_6978546AmericaFrontccc.jpg,RUSH,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-12-03,2019-02-11 +/games/boxart/full_5608960AmericaFrontccc.jpg,Stacking,PC,Puzzle,Double Fine Productions,Double Fine Productions,,,,,,,2012-03-06,2019-02-11 +/games/boxart/full_2105399AmericaFrontccc.jpg,Energy Cycle,PC,Puzzle,Sometimes You,Sometimes You,,,,,,,2016-01-13,2019-02-03 +/games/boxart/full_8954167AmericaFrontccc.jpg,Contraption Maker,PC,Puzzle,Unknown,Unknown,,,,,,,2014-07-07, +/games/boxart/full_6191041AmericaFrontccc.jpg,"Please, Don't Touch Anything",PC,Puzzle,Plug In Digital,Four Quarters,,,,,,,2015-03-26, +/games/boxart/full_627589AmericaFrontccc.jpg,Scribblenauts Unmasked: A DC Comics Adventure,PC,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,,,,,,2013-09-24,2018-04-03 +/games/boxart/full_nightsky_354AmericaFront.jpg,NightSky,PC,Puzzle,Unknown,Nicalis,7.8,,,,,,2011-01-06, +/games/boxart/full_8516053AmericaFrontccc.jpg,Bacteria,PC,Puzzle,Unknown,Sometimes You,,,,,,,,2019-02-21 +/games/boxart/full_4561782AmericaFrontccc.jpg,Faerie Solitaire,PC,Puzzle,Unknown,Subsoap,,,,,,,,2019-02-23 +/games/boxart/full_5430953AmericaFrontccc.jpg,Human Resource Machine,PC,Puzzle,Unknown,Tomorrow Corporation,,,,,,,,2019-02-23 +/games/boxart/full_8929451AmericaFrontccc.jpg,Tiny Bridge: Ratventure,PC,Puzzle,Unknown,Estelion,,,,,,,,2019-02-26 +/games/boxart/full_6582975AmericaFrontccc.jpg,Death Coming,PC,Puzzle,Zodiac Interactive,NEXT Studios,,,,,,,2017-11-06,2019-04-20 +/games/boxart/full_puyo-puyo-7_8JapanFront.jpg,Puyo Puyo 7,DS,Puzzle,Sega,Sega,,,,,,,2009-07-30, +/games/boxart/full_9848817AmericaFrontccc.jpg,Peggle Nights,PC,Puzzle,PopCap Games,PopCap Games,7.8,,,,,,2008-09-16, +/games/boxart/full_7269698AmericaFrontccc.jpg,Zup!,PC,Puzzle,Unknown,Quiet River,,,,,,,,2019-03-05 +/games/boxart/full_7391648AmericaFrontccc.jpg,OneShot,PC,Puzzle,Unknown,Little Cat Feet,,,,,,,,2019-03-09 +/games/boxart/full_5340218AmericaFrontccc.jpg,Intergalactic Bubbles,PC,Puzzle,Unknown,Hellscape Games,,,,,,,,2019-03-09 +/games/boxart/full_3880141AmericaFrontccc.jpg,Hook (2015),PC,Puzzle,Unknown,Maciej Targoni,,,,,,,,2019-03-12 +/games/boxart/full_8236672AmericaFrontccc.jpg,Forestation,PC,Puzzle,Unknown,Wonderbox Games,,,,,,,,2019-03-13 +/games/boxart/full_5386847AmericaFrontccc.jpg,Hexcells,PC,Puzzle,Unknown,Matthew Brown,,,,,,,,2019-03-17 +/games/boxart/full_6784640AmericaFrontccc.jpg,Hell Girls,PC,Puzzle,Unknown,Athena Works,,,,,,,,2019-03-18 +/games/boxart/full_961263AmericaFrontccc.jpg,Tumblestone,PC,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2019-03-18 +/games/boxart/full_1569365AmericaFrontccc.jpg,Cowboy zombie,PC,Puzzle,Unknown,Unknown,,,,,,,,2019-03-18 +/games/boxart/full_1275500AmericaFrontccc.jpg,Infinifactory,PC,Puzzle,Unknown,Zachtronics Industries,,,,,,,,2019-03-18 +/games/boxart/full_9446699AmericaFrontccc.jpg,Pixel Puzzles 2: Anime,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2015-03-27,2019-04-03 +/games/boxart/full_4421912AmericaFrontccc.jpg,Bridge Constructor Portal,PC,Puzzle,Unknown,ClockStone,,,,,,,,2018-07-09 +/games/boxart/full_5147509AmericaFrontccc.jpg,Zup! 2,PC,Puzzle,Unknown,Quiet River,,,,,,,,2019-03-22 +/games/boxart/full_9933704AmericaFrontccc.jpg,Hidden Folks,PC,Puzzle,Unknown,Adriaan de Jongh,,,,,,,,2019-03-22 +/games/boxart/full_1707323AmericaFrontccc.jpg,True or False,PC,Puzzle,Unknown,Vladimir Maslov,,,,,,,,2019-03-23 +/games/boxart/full_1795174AmericaFrontccc.jpg,Two Digits,PC,Puzzle,Unknown,Cleverweek,,,,,,,,2019-03-23 +/games/boxart/full_8325935AmericaFrontccc.jpg,Zup! 3,PC,Puzzle,Unknown,Quiet River,,,,,,,,2019-03-25 +/games/boxart/full_6872415PALFrontccc.jpg,Toki Tori 2+,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2016-02-26,2018-09-21 +/games/boxart/full_5643110AmericaFrontccc.jpg,Three Digits,PC,Puzzle,Unknown,Cleverweek,,,,,,,,2019-03-27 +/games/boxart/full_657374AmericaFrontccc.jpg,Anykey Simulator,PC,Puzzle,Unknown,RiDeLy,,,,,,,,2019-03-29 +/games/boxart/full_1787913AmericaFrontccc.jpg,Inverted,PC,Puzzle,Dagestan Technology,Versus System,,,,,,,2016-07-22,2019-04-22 +/games/boxart/full_9791194AmericaFrontccc.jpg,Sig.NULL,PC,Puzzle,Dagestan Technology,SaintHeiser,,,,,,,2016-09-27,2019-04-22 +/games/boxart/full_1345733AmericaFrontccc.jpg,NUKED KNIGHT,PC,Puzzle,Siberian Digital,Nuked Games,,,,,,,2016-10-19,2019-04-22 +/games/boxart/full_3470521AmericaFrontccc.jpg,Mouse in Lab,PC,Puzzle,Unknown,Unknown,,,,,,,2017-02-02,2019-04-21 +/games/boxart/full_2126041AmericaFrontccc.jpg,10000000,PC,Puzzle,EightyEightGames,EightyEightGames,,,,,,,2013-01-15,2019-04-21 +/games/boxart/full_1039603AmericaFrontccc.jpg,The Magical Silence,PC,Puzzle,Anatoliy Loginovskikh,Anatoliy Loginovskikh,,,,,,,2016-06-10,2019-04-21 +/games/boxart/full_6019143AmericaFrontccc.jpg,The Turing Test,PC,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2016-08-30,2019-04-21 +/games/boxart/full_1362975AmericaFrontccc.jpg,The Misadventures of P.B. Winterbottom,PC,Puzzle,2K Games,The Odd Gentlemen,8.1,,,,,,2010-04-20, +/games/boxart/full_19856AmericaFrontccc.jpg,Attempt[42],PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2016-12-08,2019-04-21 +/games/boxart/full_6938425AmericaFrontccc.jpg,Snik,PC,Puzzle,Cleverweek,Cleverweek,,,,,,,2015-09-04,2019-04-21 +/games/boxart/full_2179960AmericaFrontccc.jpg,Circuits,PC,Puzzle,Digital Tentacle,Digital Tentacle,,,,,,,2014-04-17,2019-04-21 +/games/boxart/full_9049057AmericaFrontccc.jpg,Linked,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2017-02-21,2019-04-20 +/games/boxart/full_4416300AmericaFrontccc.jpg,Splice,PC,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2012-06-13,2019-04-17 +/games/boxart/full_6682744AmericaFrontccc.jpg,Dexodonex,PC,Puzzle,Seragam,Seragam,,,,,,,2016-12-08,2019-04-17 +/games/boxart/full_8402563AmericaFrontccc.jpg,Puzzle Cube,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2016-10-12,2019-04-17 +/games/boxart/full_4145795AmericaFrontccc.jpg,Approaching Blocks,PC,Puzzle,Dymchick1,Dymchick1,,,,,,,2016-06-04,2019-04-17 +/games/boxart/full_2782396AmericaFrontccc.jpg,Multimirror,PC,Puzzle,Cleverweek,Cleverweek,,,,,,,2016-11-15,2019-04-17 +/games/boxart/full_9488968AmericaFrontccc.jpg,Akin,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2016-06-06,2019-04-09 +/games/boxart/full_9218760AmericaFrontccc.jpg,The chronicles of Emerland. Solitaire.,PC,Puzzle,Rainbow Games,Rainbow Games,,,,,,,2013-10-04,2019-04-09 +/games/boxart/full_zen-bound-2_571AmericaFront.jpg,Zen Bound 2,PC,Puzzle,Secret Exit Ltd.,Secret Exit Ltd.,,,,,,,2010-11-16,2019-04-08 +/games/boxart/full_8992233AmericaFrontccc.jpg,Alchemy Mysteries: Prague Legends,PC,Puzzle,Jetdogs Studios,Jetdogs Studios,,,,,,,2014-12-22,2019-04-06 +/games/boxart/full_3652923AmericaFrontccc.jpg,Cubium Dreams,PC,Puzzle,Siberian Digital,Igrodelsky,,,,,,,2016-04-29,2019-04-06 +/games/boxart/full_5025350AmericaFrontccc.jpg,Kairo,PC,Puzzle,Lupus Studios Limited,Locked Door Puzzle,,,,,,,2013-04-24,2019-04-03 +/games/boxart/full_9070611AmericaFrontccc.jpg,Pixel Puzzles 2: Space,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2016-02-19,2019-04-03 +/games/boxart/full_1615599AmericaFrontccc.jpg,Ace of Words,PC,Puzzle,Ocean Software,ZeroBit Games,,,,,,,2016-05-13,2019-04-03 +/games/boxart/full_chime_857AmericaFront.png,Chime,PC,Puzzle,OneBigGame,Zoe Mode,,,,,,,2010-09-06,2019-04-01 +/games/boxart/full_3349015AmericaFrontccc.jpg,QUBIC,PC,Puzzle,Rock Path Collective,Triple-Star Studio,,,,,,,2016-11-18,2019-04-01 +/games/boxart/full_1462488AmericaFrontccc.jpg,GRUZCHIK,PC,Puzzle,Unknown,Unknown,,,,,,,2017-03-10,2019-04-01 +/games/boxart/full_360488AmericaFrontccc.jpg,Hexcells Infinite,PC,Puzzle,Matthew Brown,Matthew Brown,,,,,,,2014-09-01, +/games/boxart/full_9213637AmericaFrontccc.jpg,aMAZE,PC,Puzzle,Blender Games,Blender Games,,,,,,,2017-03-14,2019-03-26 +/games/boxart/full_931761AmericaFrontccc.jpg,Mickey's Runaway Zoo,PC,Puzzle,Disney Interactive Studios,Westwood Associates,,,,,,,1991-01-01,2022-10-18 +/games/boxart/full_1489002AmericaFrontccc.jpg,The Fool's Errand,All,Puzzle,Miles Computing,Cliff Johnson,,,,,,,1987-01-01,2021-04-08 +/games/boxart/full_2541684AmericaFrontccc.jpg,Uncle Henry's Playhouse,PC,Puzzle,Trilobyte,Trilobyte,,,,,,,1996-11-18,2023-06-09 +/games/boxart/full_10-days-under-the-sea_47AmericaFront.jpg,10 Days Under the Sea,PC,Puzzle,Alawar Entertainment,FlyWheel Games,,,,,,,2008-11-01, +/games/boxart/1284586ccc.jpg,10 Talismans,PC,Puzzle,Red Mile Entertainment,Nevosoft,,,,,,,2006-09-07, +/games/boxart/default.jpg,100 Doors: Floors Escape,And,Puzzle,100 Gates,Unknown,,,,,,,2014-08-14, +/games/boxart/full_1001-blockbusters_772AmericaFront.jpg,1001 Blockbusters,DSiW,Puzzle,SelectSoft,SelectSoft,7,,,,,,2011-10-13, +/games/boxart/full_8727447AmericaFrontccc.jpg,1001 Crystal Mazes Collection,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-05-03, +/games/boxart/full_101-in-1-explosive-megamix_504PALFront.jpg,101-in-1 Explosive Megamix,WW,Puzzle,Unknown,Nordcurrent,2.5,,,,,,, +/games/boxart/full_5117301AmericaFrontccc.jpg,15 Puzzle,XBL,Puzzle,Microsoft,Snowcap Games,,,,,,,2009-08-28, +/games/boxart/full_63213JapanFrontccc.jpg,1500DS Spirits Vol. 3: Block Kuzushi,DS,Puzzle,Tasuke,Tasuke,,,,,,,2007-08-09, +/games/boxart/full_8160803PALFrontccc.jpg,2 Games in 1: Columns Crown & ChuChu Rocket!,GBA,Puzzle,Sega,Sega,,,,,,,2005-11-11, +/games/boxart/default.jpg,2048,3DS,Puzzle,Cosmigo,Ketchapp,,,,,,,2014-06-19, +/games/boxart/default.jpg,2Puzzle It: Fantasy,DSiW,Puzzle,Unknown,Neuland Multimedia,,,,,,,2010-07-09, +/games/boxart/full_4227778AmericaFrontccc.jpg,3-D Tetris,VB,Puzzle,Nintendo,Tikipod,,,,,,,1996-03-22, +/games/boxart/default.jpg,3D Block Kuzushi,3DS,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-06-07, +/games/boxart/full_4799935AmericaFrontccc.jpg,3D Lemmings,PC,Puzzle,Psygnosis,Clockwork Games,,,,,,,1995-07-31, +/games/boxart/full_6118443PALFrontccc.jpg,3D Lemmings,SAT,Puzzle,Psygnosis,Clockwork Games,,,,,,,1996-01-01, +/games/boxart/full_3d-twist-ampamp-match_740PALFront.png,3D Twist & Match,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2011-04-12, +/games/boxart/full_3d-twist-ampamp-match_620AmericaFront.jpg,3D Twist & Match,DSiW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2011-05-23, +/games/boxart/full_4-elements-hd_641AmericaFront.jpg,4 Elements HD,PSN,Puzzle,Playrix Entertainment,Boolat Games,,,,,,,2011-08-30, +/games/boxart/full_5-in-1-mahjong_947AmericaFront.jpg,5 in 1 Mahjong,DSiW,Puzzle,cerasus.media,cerasus.media GmbH,,,,,,,2011-03-14, +/games/boxart/full_8222130AmericaFrontccc.jpg,5 Spots Party,WW,Puzzle,Cosmonaut Games,Cosmonaut Games,,,,,,,2009-07-20, +/games/boxart/full_505-tangram_598AmericaFront.jpg,505 Tangram,DSiW,Puzzle,Cosmigo,GameOn GmbH,,,,,,,2011-02-07, +/games/boxart/full_9387003AmericaFrontccc.png,7 Wonders of the Ancient World,PSN,Puzzle,Mumbo Jumbo,Hot Lava Games,5.4,,,,,,2009-04-01, +/games/boxart/full_2444877AmericaFrontccc.jpg,7 Wonders of the Ancient World,PS2,Puzzle,Mumbo Jumbo,Hot Lava Games,,,,,,,2007-11-20, +/games/boxart/full_9813103AmericaFrontccc.jpg,7 Wonders: Treasures of Seven,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-10-24, +/games/boxart/full_a-fairy-tale_183AmericaFront.jpg,A Fairy Tale,DSiW,Puzzle,High Horse Entertainment,Black Lantern Studios,,,,,,,2011-04-04, +/games/boxart/full_a-kappas-trail_7AmericaFront.jpg,A Kappa's Trail,DSiW,Puzzle,Nintendo,Brownie Brown,,,,,,,2010-06-14, +/games/boxart/full_2148694AmericaFrontccc.jpg,A Morons Challenge,XBL,Puzzle,Microsoft,arcarocket,,,,,,,2009-06-11, +/games/boxart/full_5099928AmericaFrontccc.jpg,A Topsy Turvy Life: Turvy Drops,DSiW,Puzzle,Tecmo Koei,Tecmo Koei Holdings,,,,,,,2010-05-17, +/games/boxart/default.jpg,Aargon Deluxe,PC,Puzzle,Unknown,Twilight Games,,,,,,,2001-05-08, +/games/boxart/9453179ccc.jpg,ABC Island,PC,Puzzle,Unknown,KraiSoft Entertainment,,,,,,,2008-01-01, +/games/boxart/full_absolute-brickbuster_7AmericaFront.jpg,Absolute BrickBuster,DSiW,Puzzle,Tasuke,Tasuke,,,,,,,2010-07-26, +/games/boxart/full_5397511AmericaFrontccc.jpg,Abstacked,XBL,Puzzle,Microsoft,lutas,,,,,,,2008-11-15, +/games/boxart/default.jpg,Abundante!,PC,Puzzle,Myth People,Myth People,,,,,,,2007-01-10, +/games/boxart/full_academy-checkers_369AmericaFront.jpg,Academy: Checkers,DSiW,Puzzle,Gamelion Studios,Gamelion,,,,,,,2011-10-27, +/games/boxart/full_acid-drop_510PALFront.jpg,Acid Drop,2600,Puzzle,Salu,Salu,,,,,,,1992-01-01, +/games/boxart/full_acme-animation-factory_937AmericaFront.jpg,ACME Animation Factory,SNES,Puzzle,Sunsoft,Probe Software,,,,,,,1994-11-01, +/games/boxart/full_4473559JapanFrontccc.jpg,Addie no Okurimono: To Moze from Addie,PS,Puzzle,Sony Computer Entertainment,SCEI,,,,,,,2000-02-03, +/games/boxart/full_2870859AmericaFrontccc.jpg,Advanced Circuits,DSiW,Puzzle,BiP Media,BiP media,,,,,,,2010-05-24, +/games/boxart/default.jpg,Adventures in Odyssey 3D CD-ROM Interactive Game,PC,Puzzle,Unknown,Focus on the Family,,,,,,,1998-01-01, +/games/boxart/full_8789970AmericaFrontccc.jpg,Adventures of Lolo,VC,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,2007-08-06, +/games/boxart/full_adventures-of-lolo_7PALFront.jpg,Adventures of Lolo,GB,Puzzle,Nintendo,HAL Laboratory,,,,,,,1995-01-01, +/games/boxart/4145083ccc.jpg,Adventures of Lolo 2,NES,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1990-03-01, +/games/boxart/2946231ccc.jpg,Adventures of Lolo 2,VC,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,2007-01-21, +/games/boxart/7417438ccc.jpg,Adventures of Lolo 3,NES,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1991-09-01,2018-04-20 +/games/boxart/full_2123138AmericaFrontccc.jpg,Aesop's Garden,XBL,Puzzle,Microsoft,Excalibur Studios,,,,,,,2009-11-16, +/games/boxart/full_afterzoom_817AmericaFront.jpg,AfterZoom,DSiW,Puzzle,Abylight,Abylight,7.5,,,,,,2011-07-14, +/games/boxart/default.jpg,Ah! Nikakutori,DSiW,Puzzle,Acute Entertainment,"Acute Entertainment, Inc.,",,,,,,,2010-03-17, +/games/boxart/full_1253462AmericaFrontccc.jpg,Aha! I Got It! Escape Game,WW,Puzzle,Ateam,Ateam,,,,,,,2009-11-02, +/games/boxart/full_3911205AmericaFrontccc.jpg,Alchemist,XBL,Puzzle,Microsoft,Aeon,,,,,,,2009-02-27, +/games/boxart/full_962618AmericaFrontccc.jpg,Alice Greenfingers,PC,Puzzle,Arcade Lab,Arcade Lab,,,,,,,2007-07-11, +/games/boxart/full_alien-puzzle-adventure_272AmericaFront.jpg,Alien Puzzle Adventure,DSiW,Puzzle,Mastertronic,Just Flight,,,,,,,2011-01-17, +/games/boxart/full_4849763AmericaFrontccc.jpg,Alien Pyramid Challenge!,XBL,Puzzle,Microsoft,Swampopus,,,,,,,2009-09-30, +/games/boxart/full_alleyway_621AmericaFront.png,Alleyway,3DS,Puzzle,Nintendo,Nintendo R&D1 / Intelligent Systems,,,,,,,2011-06-06, +/games/boxart/full_4301591AmericaFrontccc.jpg,AlphaBounce,DSiW,Puzzle,Mad Monkey Studio,Mad Monkey Studio,9,,,,,,2010-04-12, +/games/boxart/full_4005387AmericaFrontccc.jpg,Altar of Gems,XBL,Puzzle,Microsoft,Hotwave Games,,,,,,,2009-01-08, +/games/boxart/1478185ccc.jpg,Altered Space: A 3-D Alien Adventure,GB,Puzzle,Sony Imagesoft,Software Creations,,,,,,,1991-09-01, +/games/boxart/full_amazing-adventures-around-the-world_588AmericaFront.jpg,Amazing Adventures Around The World,PC,Puzzle,PopCap Games,SpinTop Games / PopCap,,,,,,,2008-09-17, +/games/boxart/full_amazing-adventures-the-forgotten-dynasty_992AmericaFront.jpg,Amazing Adventures: The Forgotten Dynasty,PC,Puzzle,PopCap Games,PopCap,,,,,,,2011-08-05, +/games/boxart/full_8767020AmericaFrontccc.jpg,Amazing Tater,GB,Puzzle,Atlus,Atlus Co.,,,,,,,1992-02-01, +/games/boxart/full_3224818AmericaFrontccc.jpg,Amazing Wizard,XBL,Puzzle,Microsoft,XtianP,,,,,,,2008-12-31, +/games/boxart/full_7625859AmericaFrontccc.jpg,American Mensa Academy,Wii,Puzzle,Maximum Games,Barnstorm Games,,,,,,,2012-11-16,2018-09-17 +/games/boxart/full_7179022AmericaFrontccc.jpg,American Mensa Academy,3DS,Puzzle,Maximum Games,Barnstorm Games,,,,,,,2012-11-13,2018-09-17 +/games/boxart/full_2500419PALFrontccc.jpg,Anastasia,PS,Puzzle,Midas Interactive Entertainment,The Code Monkeys,,,,,,,2001-04-06, +/games/boxart/default.jpg,Anaume Puzzle Game Q,DSiW,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-06-07, +/games/boxart/full_816238AmericaFrontccc.jpg,Angry Birds,DSiW,Puzzle,Unknown,Chillingo,,,,,,,2020-12-31, +/games/boxart/default.jpg,Angry Birds,PSV,Puzzle,Rovio Mobile,Exient Entertainment,,,,,,,2013-10-15,2018-07-12 +/games/boxart/default.jpg,Angry Birds,X360,Puzzle,Activision,Rovio Mobile,,,,,,,2012-09-25,2018-07-12 +/games/boxart/full_9510333AmericaFrontccc.jpg,Angry Birds,WW,Puzzle,Unknown,Chillingo,,,,,,,2020-12-31, +/games/boxart/full_angry-birds_414AmericaFront.jpg,Angry Birds,PSN,Puzzle,Chillingo,Abstraction Games,7.5,,,,,,2011-01-04, +/games/boxart/default.jpg,Angry Birds,WiiU,Puzzle,Activision,FUN Labs,,,,,,,2013-08-13,2018-07-12 +/games/boxart/full_animal-color-cross_9AmericaFront.jpg,Animal Color Cross,DSiW,Puzzle,Little Worlds Studio,Little Worlds Studio,,,,,,,2010-06-28, +/games/boxart/full_2695157AmericaFrontccc.jpg,Animal Puzzle Adventure,DSiW,Puzzle,Aksys Games,CIRCLE Entertainment,,,,,,,2010-01-04, +/games/boxart/full_4580123PALFrontccc.jpg,Animal Snap: Rescue Them 2 By 2,PS,Puzzle,Ignition Entertainment,"Awesome Developments, Ltd.",,,,,,,2003-09-19, +/games/boxart/full_annecto_69AmericaFront.jpg,Annecto,XBL,Puzzle,Unknown,oh-four-hundred,,,,,,,2011-08-04, +/games/boxart/full_aqua-panic_6AmericaFront.jpg,Aqua Panic!,PSN,Puzzle,Unknown,EKO System,,,,,,,2010-10-19, +/games/boxart/full_aqua-panic-psp_4PALFront.jpg,Aqua Panic! (PSP),PSN,Puzzle,Neko Entertainment,EKO System,,,,,,,2010-04-08, +/games/boxart/default.jpg,Aqua Panic! Oasis,PSN,Puzzle,Unknown,EKO System,,,,,,,, +/games/boxart/full_aquattack_0PALFront.png,Aquattack!,PSN,Puzzle,Valcon Games,Mere Mortals,,,,,,,2010-12-07, +/games/boxart/full_4248449JapanFrontccc.jpg,Araiguma Rascal: Racoon Rascal,SNES,Puzzle,NCS,Masaya,,,,,,,1994-03-25, +/games/boxart/full_arcade-hits-magical-drop_709AmericaFront.jpg,Arcade Hits: Magical Drop,PSN,Puzzle,Data East,Data East,,,,,,,2011-11-01, +/games/boxart/full_8933093AmericaFrontccc.png,Archer Maclean's Mercury,PSN,Puzzle,Ignition Entertainment,Awesome Studios,7.7,,,,,,2008-12-03, +/games/boxart/full_archibalds-adventures_6PALFront.jpg,Archibald's Adventures,PSN,Puzzle,Unknown,Pavel Tovarys,,,,,,,2010-07-14, +/games/boxart/full_arctic-adventures-polars-puzzles_9PALFront.png,Arctic Adventures: Polar's Puzzles,PSN,Puzzle,Eidos Interactive,Eiconic Games,,,,,,,2010-08-03, +/games/boxart/full_arctic-escape_757AmericaFront.jpg,Arctic Escape,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2011-02-21, +/games/boxart/default.jpg,Are? DS ga Sakasa de Sukedo. Sakasa Drops,DSiW,Puzzle,Tecmo,Tecmo,,,,,,,2010-02-03, +/games/boxart/full_819513AmericaFrontccc.jpg,Arkanoid,PC,Puzzle,Taito,Taito Corporation,,,,,,,1988-01-01, +/games/boxart/1415130ccc.jpg,Arkanoid,NES,Puzzle,Taito,Taito Corporation,,,,,,,1987-08-01, +/games/boxart/full_arkanoid-ii-revenge-of-doh_4JapanFront.jpg,Arkanoid II: Revenge of Doh,NES,Puzzle,Taito,Taito Corporation,,,,,,,1988-03-08, +/games/boxart/full_2015456AmericaFrontccc.jpg,Arkanoid II: Revenge of Doh,PC,Puzzle,Taito,NovaLogic,,,,,,,1989-01-01, +/games/boxart/full_6870009AmericaFrontccc.jpg,Arkanoid Live!,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-05-06, +/games/boxart/full_8392319AmericaFrontccc.jpg,Arkanoid Plus!,WW,Puzzle,Taito,Taito Corporation,,,,,,,2009-09-28, +/games/boxart/full_4126253JapanFrontccc.jpg,Arkanoid R 2000,PS,Puzzle,Taito,Taito Corporation,,,,,,,1999-07-01, +/games/boxart/full_arkanoid-returns_547JapanFront.jpg,Arkanoid Returns,PSN,Puzzle,Taito,Taito Corporation,,,,,,,2008-07-23, +/games/boxart/full_73751JapanFrontccc.jpg,Arkanoid Returns,PS,Puzzle,Taito,Taito Corporation,,,,,,,1997-08-07, +/games/boxart/full_2521205AmericaFrontccc.jpg,Arkanoid: Doh It Again,SNES,Puzzle,Nintendo,Taito Corporation,,,,,,,1997-11-01, +/games/boxart/full_9864015AmericaFrontccc.jpg,Arkedo Series - 02 SWAP!,XBL,Puzzle,Microsoft,Arkedo,,,,,,,2009-10-23, +/games/boxart/default.jpg,Armadillo Run,PC,Puzzle,Unknown,Peter Stock,9,,,,,,, +/games/boxart/full_2998512AmericaFrontccc.jpg,Arrow Run,XBL,Puzzle,Microsoft,North Squard,,,,,,,2009-08-27, +/games/boxart/83923ccc.jpg,Art Alive,GEN,Puzzle,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_7826391AmericaFrontccc.jpg,Art of Balance,WW,Puzzle,Shin'en,Shin'en Multimedia,,,,,,,2010-02-15, +/games/boxart/default.jpg,Art Style REMNEM,DSiW,Puzzle,Unknown,skip Ltd.,,,,,,,, +/games/boxart/full_9909916AmericaFrontccc.jpg,Art Style: AQUIA,DSiW,Puzzle,Nintendo,skip Ltd.,7.5,,,,,,2009-04-05, +/games/boxart/full_4199686AmericaFrontccc.jpg,Art Style: BASE 10,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-07-06, +/games/boxart/full_9662991AmericaFrontccc.jpg,Art Style: BOXLIFE,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-06-22, +/games/boxart/full_2909806AmericaFrontccc.jpg,Art Style: CUBELLO,WW,Puzzle,Nintendo,skip Ltd.,,,,,,,2008-10-13, +/games/boxart/full_4701813AmericaFrontccc.jpg,Art Style: DIGIDRIVE,DSiW,Puzzle,Nintendo,Q-Games,,,,,,,2009-11-16, +/games/boxart/full_7891764AmericaFrontccc.jpg,Art Style: ORBIENT,WW,Puzzle,Nintendo,skip Ltd.,7.8,,,,,,2008-09-29, +/games/boxart/full_5421397AmericaFrontccc.jpg,Art Style: PiCTOBiTS,DSiW,Puzzle,Nintendo,skip Ltd.,7.7,,,,,,2009-05-18, +/games/boxart/full_6283885AmericaFrontccc.jpg,Art Style: precipice,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-08-03, +/games/boxart/full_4813049AmericaFrontccc.jpg,Art Style: ROTOHEX,WW,Puzzle,Nintendo,skip Ltd.,,,,,,,2008-10-27, +/games/boxart/full_4311625AmericaFrontccc.jpg,Art Style: Rotozoa,WW,Puzzle,Nintendo,skip Ltd.,,,,,,,2010-06-21, +/games/boxart/full_2045687AmericaFrontccc.jpg,Art Style: ZENGAGE,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-07-20, +/games/boxart/full_2223749JapanFrontccc.jpg,Arthur to Astaroth no Nazo Makaimura: Incredible Toons,SAT,Puzzle,Capcom,Capcom,,,,,,,1996-08-30, +/games/boxart/full_7324476JapanFrontccc.jpg,Arthur to Astaroth no Nazo Makaimura: Incredible Toons,PS,Puzzle,Capcom,Capcom,,,,,,,1996-08-30, +/games/boxart/full_7585706JapanFrontccc.jpg,Asonde Shogi ga Tsuyoku Naru! Ginsei Shogi DS,DS,Puzzle,Electronic Arts,SilverStar Japan,,,,,,,2007-03-01,2018-10-09 +/games/boxart/full_asphalt-jungle-2_318AmericaFront.jpg,Asphalt Jungle 2,XBL,Puzzle,Microsoft,Hoelkosoft,,,,,,,2011-08-26, +/games/boxart/full_assembly-line_692AmericaFront.jpg,Assembly Line,XBL,Puzzle,Microsoft,LoneWolf Studios,,,,,,,2011-07-24, +/games/boxart/full_astro-bugz-revenge_5AmericaFront.jpg,Astro Bugz Revenge,WW,Puzzle,Sudden Games,Sudden Games LLC,,,,,,,2010-09-27, +/games/boxart/default.jpg,Astro Bugz Revenge,PC,Puzzle,Unknown,Sudden Games LLC,,,,,,,, +/games/boxart/full_1817315AmericaFrontccc.jpg,Astro Match3,XBL,Puzzle,Microsoft,PinoEire,,,,,,,2009-10-18, +/games/boxart/full_921895AmericaFrontccc.jpg,AstroPop,XBL,Puzzle,Oberon Media,PopCap Games,7.4,,,,,,2006-03-22, +/games/boxart/default.jpg,AstroPop Deluxe,PC,Puzzle,PopCap Games,Oberon Media,,,,,,,2006-08-30, +/games/boxart/full_astroslugs_678AmericaFront.jpg,Astroslugs,PC,Puzzle,Mumbo Jumbo,Bit Barons,,,,,,,2011-01-26, +/games/boxart/full_2450402JapanFrontccc.jpg,Atama no Kaiten no Training: Rubik's Cube & Chou Yuumei Puzzle Tachi,DS,Puzzle,Digital Works Entertainment,Digital Works Entertainment,,,,,,,2007-04-26, +/games/boxart/full_8538896JapanFrontccc.jpg,Atama wo Kitaete Asobu Taisen Yajirushi Puzzle: Puppynu Vector One,DS,Puzzle,MegaCyber,MegaCyber,,,,,,,2006-06-29, +/games/boxart/full_574023AmericaFrontccc.png,Atlantic Quest,3DS,Puzzle,Maximum Games,rokapublish,,,,,,,2014-04-15,2018-09-17 +/games/boxart/full_677900PALFrontccc.jpg,Atlantis: The Lost Continent,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, +/games/boxart/full_2647520AmericaFrontccc.jpg,Atomic Bomberman,PC,Puzzle,Interplay,Interplay Entertainment,,,,,,,1997-07-31, +/games/boxart/full_atomic-punk_143AmericaFront.jpg,Atomic Punk,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1991-10-01, +/games/boxart/default.jpg,atShogi Challenge Spirits,DSiW,Puzzle,Tasuke,Tasuke,,,,,,,2009-10-07, +/games/boxart/full_8557448AmericaFrontccc.png,Auditorium,PC,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2009-01-01, +/games/boxart/default.jpg,Auditorium,XBL,Puzzle,Unknown,Cipher Prime,,,,,,,2020-12-31, +/games/boxart/full_auditorium-psp_586AmericaFront.jpg,Auditorium (PSP),PSN,Puzzle,Zoo Games,Cipher Prime,,,,,,,2011-01-04, +/games/boxart/full_auditorium-hd_509AmericaFront.jpg,Auditorium HD,PSN,Puzzle,Zoo Games,Cipher Prime,7.8,,,,,,2010-11-23, +/games/boxart/default.jpg,Axiom Overdrive,XBL,Puzzle,Unknown,Reflexive Entertainment,,,,,,,, +/games/boxart/full_aya-and-the-cubes-of-light_424AmericaFront.jpg,Aya and the Cubes of Light,WW,Puzzle,Unknown,Object Vision Software,7,,,,,,2011-09-22, +/games/boxart/full_1293709AmericaFrontccc.jpg,Azkend,PC,Puzzle,Myth People,Myth People,,,,,,,2007-12-19, +/games/boxart/default.jpg,Aztec Treasure Hunt,DS,Puzzle,Unknown,Playlogic,,,,,,,, +/games/boxart/full_9853583AmericaFrontccc.jpg,Azubi's Pool Of Bethesda,XBL,Puzzle,Microsoft,Azubi,,,,,,,2009-09-16, +/games/boxart/full_2185796JapanFrontccc.jpg,Babel no Tou,NES,Puzzle,Namco,Namco,,,,,,,1986-07-18, +/games/boxart/full_babel-the-king-of-the-blocks_75PALFront.jpg,BABEL: The King of the Blocks,PSN,Puzzle,StormBASIC,StormBasic Games,,,,,,,2011-06-02, +/games/boxart/full_7610688AmericaFrontccc.jpg,Back to Bed,iOS,Puzzle,Unknown,Surreal Software,,,,,,,, +/games/boxart/full_270982AmericaFrontccc.jpg,Back to Bed,PC,Puzzle,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2014-08-06,2019-05-14 +/games/boxart/4100867ccc.jpg,Backgammon,2600,Puzzle,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_7016004AmericaFrontccc.jpg,Baku Baku,PC,Puzzle,Sega,Sega-AM2,,,,,,,1996-11-27, +/games/boxart/default.jpg,Baku Baku,MS,Puzzle,Tec Toy,Tec Toy,,,,,,,1998-01-01, +/games/boxart/full_4720391AmericaFrontccc.jpg,Baku Baku,GG,Puzzle,Sega,Minato Giken,,,,,,,1996-01-01, +/games/boxart/full_3245958JapanFrontccc.jpg,Bakuretsu Hunter: Mahjong Special,PS,Puzzle,Banpresto,Banpresto,,,,,,,1996-10-25, +/games/boxart/default.jpg,Bakutan,WW,Puzzle,Alpha Unit,Alpha Unit,,,,,,,2008-11-11, +/games/boxart/full_2161692AmericaFrontccc.jpg,Ball Fighter,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2009-12-07, +/games/boxart/3354481ccc.jpg,Ballistic,GB,Puzzle,Atari,Atari,,,,,,,1999-10-31, +/games/boxart/full_1088789AmericaFrontccc.jpg,Balloon Blocks,XBL,Puzzle,Microsoft,Creative Cog Games,,,,,,,2009-11-25, +/games/boxart/full_balloon-pop-festival_8AmericaFront.jpg,Balloon Pop Festival,WW,Puzzle,UFO Interactive,UFO Interactive,,,,,,,2010-07-12, +/games/boxart/full_balls-n-walls_699AmericaFront.jpg,Balls N Walls,XBL,Puzzle,Microsoft,David Tse,,,,,,,2011-09-15, +/games/boxart/full_1477950AmericaFrontccc.jpg,Bang Attack,WW,Puzzle,Engine Software,Engine Software,,,,,,,2010-04-19, +/games/boxart/full_bashi-blocks_820AmericaFront.png,Bashi Blocks,PSN,Puzzle,Unknown,Icon Games Entertainment Ltd,,,,,,,2011-09-06, +/games/boxart/full_9894275AmericaFrontccc.jpg,Bat-L-Blocks,XBL,Puzzle,Microsoft,JamesH,,,,,,,2009-01-14, +/games/boxart/full_6121347JapanFrontccc.jpg,Battery Navi,3DO,Puzzle,Dai Nippon Printing,Dai Nippon Printing,,,,,,,1995-01-01, +/games/boxart/full_4829866JapanFrontccc.jpg,Battle Lode Runner,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-04-23, +/games/boxart/full_9122101JapanFrontccc.jpg,Battle Lode Runner,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1993-02-10, +/games/boxart/full_battle-of-the-elements_326AmericaFront.jpg,Battle of the Elements,DSiW,Puzzle,Unknown,EnjoyUp Games,,,,,,,, +/games/boxart/default.jpg,Battle Qix,PS,Puzzle,Success,Success,,,,,,,2002-10-24, +/games/boxart/full_2733298AmericaFrontccc.jpg,BattleSweeper,XBL,Puzzle,Microsoft,StudioGuineaPig,,,,,,,2009-02-11, +/games/boxart/default.jpg,BBG,PSP,Puzzle,Unknown,Seed9,,,,,,,, +/games/boxart/full_beamem-up_4PALFront.jpg,Beam'em Up,PSN,Puzzle,Unknown,Immersive Games,,,,,,,2010-06-15, +/games/boxart/full_8238185AmericaFrontccc.jpg,BeatBlox,XBL,Puzzle,Microsoft,Aaron Ramsey,,,,,,,2009-04-02, +/games/boxart/full_6853162AmericaFrontccc.jpg,Beautiful Katamari,XBL,Puzzle,Namco Bandai,Now Production,,,,,,,2010-02-16, +/games/boxart/full_3482481AmericaFrontccc.jpg,Bejeweled 2,PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2009-01-29, +/games/boxart/full_bejeweled-2_10AmericaFront.jpg,Bejeweled 2,WW,Puzzle,PopCap Games,PopCap Games,,,,,,,2010-06-14, +/games/boxart/full_bejeweled-2-psp_2AmericaFront.jpg,Bejeweled 2 (PSP),PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2010-06-29, +/games/boxart/full_4490606AmericaFrontccc.jpg,Bejeweled 2 Deluxe,XBL,Puzzle,Oberon Media,PopCap Games,6.9,,,,,,2005-11-22, +/games/boxart/full_bejeweled-3_738AmericaFront.jpg,Bejeweled 3,XBL,Puzzle,PopCap Games,PopCap Games,,,,,,,2011-10-19, +/games/boxart/default.jpg,Bejeweled 3,PSN,Puzzle,Unknown,PopCap Games,,,,,,,, +/games/boxart/full_bejeweled-blitz-live_215AmericaFront.jpg,Bejeweled Blitz Live,XBL,Puzzle,PopCap Games,Torpex Games,7.2,,,,,,2011-02-23, +/games/boxart/full_bejeweled-deluxe_294AmericaFront.jpg,Bejeweled Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2004-01-01, +/games/boxart/full_8720890AmericaFrontccc.jpg,Bejeweled Twist,DSiW,Puzzle,PopCap Games,Griptonite Games,,,,,,,2009-12-14, +/games/boxart/full_between_88AmericaFront.jpg,Between,PC,Puzzle,Jason Rohrer,Jason Rohrer,,,,,,,2008-11-13, +/games/boxart/full_beyond_68AmericaFront.jpg,BEYOND,XBL,Puzzle,Microsoft,mitabo,,,,,,,2011-07-05, +/games/boxart/full_1607048AmericaFrontccc.jpg,Big Kahuna Party,WW,Puzzle,Nintendo,Reflexive Entertainment,,,,,,,2008-12-15, +/games/boxart/full_big-money-deluxe_50AmericaFront.jpg,Big Money Deluxe,PC,Puzzle,PopCap Games,PopCap,,,,,,,2006-08-30, +/games/boxart/full_6957269PALFrontccc.jpg,Big Word Puzzle Book,DS,Puzzle,505 Games,505 Games,,,,,,,2009-04-24, +/games/boxart/full_4331323AmericaFrontccc.png,Billionaire Blitz,And,Puzzle,Unknown,Unknown,,,,,,,2014-08-27, +/games/boxart/full_9017358AmericaFrontccc.jpg,Bird & Beans,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-04-05, +/games/boxart/full_bishoujo-senshi-sailor-moon-s-kondo-wa-puzzle-de-oshioki-yo_0JapanFront.jpg,Bishoujo Senshi Sailor Moon S: Kondo wa Puzzle de Oshioki yo!,SNES,Puzzle,Bandai,Tom Create,,,,,,,1994-07-15, +/games/boxart/full_bishoujo-senshi-sailor-moon-s-kurukkurin_5JapanFront.jpg,Bishoujo Senshi Sailor Moon S: Kurukkurin,SNES,Puzzle,Bandai,Tom Create,,,,,,,1995-02-24, +/games/boxart/full_bishoujo-senshi-sailor-moon-super-s-fuwa-fuwa-panic_4JapanFront.jpg,Bishoujo Senshi Sailor Moon Super S: Fuwa Fuwa Panic,SNES,Puzzle,Bandai,Tom Create,,,,,,,1995-12-08, +/games/boxart/full_bishoujo-senshi-sailor-moon-sailor-stars-fuwa-fuwa-panic-2_7JapanFront.jpg,Bishoujo Senshi Sailor Moon: Sailor Stars Fuwa Fuwa Panic 2,SNES,Puzzle,Bandai,Tom Create,,,,,,,1996-09-27, +/games/boxart/full_9857156JapanFrontccc.jpg,bit Generations: Coloris,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, +/games/boxart/full_8583044JapanFrontccc.jpg,bit Generations: Digidrive,GBA,Puzzle,Nintendo,Q-Games,,,,,,,2006-07-27, +/games/boxart/full_8106628JapanFrontccc.jpg,bit Generations: Orbital,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, +/games/boxart/full_8161397JapanFrontccc.jpg,bit Generations: Soundvoyager,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, +/games/boxart/6510255ccc.jpg,bit Generations: Soundvoyager,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, +/games/boxart/full_7756386AmericaFrontccc.jpg,bittos+,WW,Puzzle,MACHINE Studios LLC,Unconditional Studios LLC,,,,,,,2010-01-25, +/games/boxart/full_4809949AmericaFrontccc.jpg,Blazing Dragons,SAT,Puzzle,Mindscape,Illusions Game Company,,,,,,,1996-10-31, +/games/boxart/full_4400268PALFrontccc.png,Bliss Island,PSN,Puzzle,Codemasters,PomPom Games,5.7,,,,,,2009-02-05, +/games/boxart/full_2394024AmericaFrontccc.jpg,Bliss Island,XBL,Puzzle,Codemasters Online,PomPom Games,5.3,,,,,,2008-03-12, +/games/boxart/full_6178399PALFrontccc.jpg,Block Buster,PS,Puzzle,Phoenix Games,Marvelous Interactive,,,,,,,2003-08-08, +/games/boxart/full_block-cascade-fusion_4PALFront.jpg,Block Cascade Fusion,PSN,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2011-06-02, +/games/boxart/default.jpg,Block Factory,3DS,Puzzle,Unknown,EnjoyGaming,,,,,,,, +/games/boxart/full_4974472JapanFrontccc.jpg,Block Kuzushi (FDS),NES,Puzzle,Konami,Konami,,,,,,,1986-12-13, +/games/boxart/full_block-kuzushi-gb_476JapanFront.jpg,Block Kuzushi GB,GB,Puzzle,Pow,Pow,,,,,,,1995-12-29, +/games/boxart/1388174ccc.jpg,Block Out,GEN,Puzzle,Electronic Arts,California Dreams,,,,,,,1991-01-01, +/games/boxart/full_blockado-puzzle-island_438AmericaFront.jpg,Blockado - Puzzle Island,DSiW,Puzzle,Unknown,Bitfield,,,,,,,2011-08-18, +/games/boxart/full_5282883AmericaFrontccc.jpg,Blockids,PS,Puzzle,Natsume,Athena,,,,,,,2003-08-04, +/games/boxart/full_blockids_796AmericaFront.jpg,Blockids,PSN,Puzzle,Sony Computer Entertainment,Athena,,,,,,,2010-11-30, +/games/boxart/default.jpg,Blockout,WW,Puzzle,Unknown,Cosmigo,,,,,,,, +/games/boxart/default.jpg,Blocks: The Devilish Delivery Game,XBL,Puzzle,Unknown,IndiePubGames,,,,,,,, +/games/boxart/full_blockt_9AmericaFront.jpg,Blockt,XBL,Puzzle,Microsoft,Moltensoft,,,,,,,2011-09-02, +/games/boxart/full_blodia_637JapanFront.jpg,Blodia,GB,Puzzle,Tonkin House,Tonkin House,,,,,,,1990-04-20, +/games/boxart/full_blodia-land-puzzle-quest_690JapanFront.jpg,Blodia Land: Puzzle Quest,NES,Puzzle,Tonkin House,Tonkin House,,,,,,,1990-08-11, +/games/boxart/full_1670150AmericaFrontccc.jpg,BLOK DROP U,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2014-03-06,2018-01-07 +/games/boxart/default.jpg,Bloktonik,WW,Puzzle,Unknown,Robotube Games,,,,,,,2020-12-31, +/games/boxart/full_blokus_717AmericaFront.jpg,Blokus,PSN,Puzzle,Gameloft,Gameloft,,,,,,,2010-12-21, +/games/boxart/full_blokus-club-with-bumpy-trot_145JapanFront.jpg,Blokus Club with Bumpy Trot,PS2,Puzzle,Irem Software Engineering,Irem Software Engineering,,,,,,,2005-11-17, +/games/boxart/full_66351AmericaFrontccc.jpg,Blokus World Tour,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-05-26, +/games/boxart/full_1573424AmericaFrontccc.jpg,Bloons,WW,Puzzle,Hands On Mobile,Bloober Team,,,,,,,2010-02-08, +/games/boxart/full_8212767AmericaFrontccc.png,Bloons,PSN,Puzzle,Hands On Mobile,Bloober Team,,,,,,,2009-11-23, +/games/boxart/full_111479AmericaFrontccc.jpg,Bloons,DSiW,Puzzle,Hands On Mobile,Bloober Team,,,,,,,2010-05-03, +/games/boxart/full_5568296AmericaFrontccc.jpg,Blow,XBL,Puzzle,Vector 2 Games,David Flook,,,,,,,2008-11-17, +/games/boxart/full_blow-me-up_898AmericaFront.jpg,Blow Me Up,XBL,Puzzle,Microsoft,Stegersaurus Games 2,,,,,,,2011-08-12, +/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle_239AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle,PSN,Puzzle,Relentless Software,Relentless Software,,,,,,,2010-03-25, +/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle_173AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle,PC,Puzzle,Relentless Software,Relentless Software,,,,,,,2010-12-03, +/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-one_132PALFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode One,PSN,Puzzle,Relentless Software,Relentless Software,,,,,,,2009-12-17, +/games/boxart/full_8692329AmericaFrontccc.jpg,Boggle,PC,Puzzle,Hasbro Interactive,Hasbro Interactive,,,,,,,1997-09-30, +/games/boxart/6682301ccc.jpg,Boggle Plus,GB,Puzzle,Parker Bros.,Sculptured Software,,,,,,,1992-02-01, +/games/boxart/full_8142773AmericaFrontccc.jpg,Boingz,WW,Puzzle,RealArcade,NinjaBee,,,,,,,2008-11-24, +/games/boxart/full_1387804JapanFrontccc.jpg,Bokura no Telebi Game Kentei,DS,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2008-06-26, +/games/boxart/full_187364AmericaFrontccc.jpg,Bomb Disposal Expert,XBL,Puzzle,Microsoft,Evolution Dreams Studio,,,,,,,2009-04-25, +/games/boxart/full_bomberman_887AmericaFront.jpg,Bomberman,NGage,Puzzle,Nokia,Hudson Soft,5.4,,,,,,2004-08-04, +/games/boxart/full_5233794AmericaFrontccc.jpg,Bomberman,PCE,Puzzle,Turbo Technologies,Hudson Soft,,,,,,,1990-01-01, +/games/boxart/6207052ccc.jpg,Bomberman '93,PCE,Puzzle,Interchannel,Hudson Soft,,,,,,,1993-01-01, +/games/boxart/1433848ccc.jpg,Bomberman '93,VC,Puzzle,Turbo Technologies,Hudson Soft,,,,,,,2006-11-21, +/games/boxart/full_5321348JapanFrontccc.jpg,Bomberman '94,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1993-12-10, +/games/boxart/full_bomberman-94_547AmericaFront.jpg,Bomberman '94,PSN,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2011-06-02, +/games/boxart/full_5174836JapanFrontccc.jpg,Bomberman '94,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-03-23, +/games/boxart/full_8937688JapanFrontccc.jpg,Bomberman 64 (Japan),N64,Puzzle,Hudson Soft,Racjin,,,,,,,2001-12-20, +/games/boxart/full_5600307AmericaFrontccc.jpg,Bomberman Blast,WW,Puzzle,Hudson Entertainment,Hudson Soft,8.1,,,,,,2008-09-29, +/games/boxart/full_3057287AmericaFrontccc.jpg,Bomberman Blitz,DSiW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-11-09, +/games/boxart/full_3685319AmericaFrontccc.jpg,Bomberman Collection,PC,Puzzle,Konami,Hudson Soft,,,,,,,2003-03-24, +/games/boxart/full_4111653JapanFrontccc.jpg,Bomberman Collection,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1996-07-21, +/games/boxart/2051106ccc.jpg,Bomberman GB,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1995-04-01, +/games/boxart/full_2056680JapanFrontccc.jpg,Bomberman GB3,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1996-12-20, +/games/boxart/full_6932049JapanFrontccc.jpg,Bomberman Jetters,PS2,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2002-12-19, +/games/boxart/full_bomberman-legacy_25AmericaFront.jpg,Bomberman Legacy,PSN,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2010-11-23, +/games/boxart/full_bomberman-live-battlefest_149AmericaFront.jpg,Bomberman Live: Battlefest,XBL,Puzzle,Hudson Soft,Pi Studios,7.3,,,,,,2010-12-08, +/games/boxart/default.jpg,Bomberman Live: Battlefest,WW,Puzzle,Unknown,Pi Studios,,,,,,,, +/games/boxart/default.jpg,Bomberman Max Red / Blue: Challenger / Champion,GB,Puzzle,Vatical Entertainment,Hudson Soft,,,,,,,2000-05-14, +/games/boxart/8638896ccc.jpg,Bomberman Online,DC,Puzzle,Sega,Hudson Soft,8.4,,,,,,2001-10-30, +/games/boxart/full_4252644JapanFrontccc.jpg,Bomberman Online World,PC,Puzzle,MGame,Hudson Soft,,,,,,,2008-01-01, +/games/boxart/full_4024913AmericaFrontccc.jpg,Bomberman Party Edition,PSN,Puzzle,Sony Computer Entertainment,Metro,,,,,,,2009-12-10, +/games/boxart/full_4063417AmericaFrontccc.png,Bomberman Ultra,PSN,Puzzle,Hudson Soft,Hudson Soft,8,,,,,,2009-06-11, +/games/boxart/default.jpg,Bomberman Ultra: Battlefest,PSN,Puzzle,Unknown,Pi Studios,,,,,,,, +/games/boxart/full_3789740JapanFrontccc.jpg,Bomberman: Panic Bomber,VC,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2008-03-18, +/games/boxart/full_7045450JapanFrontccc.jpg,Bomberman: Panic Bomber,PSP,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2005-06-23, +/games/boxart/full_1077414JapanFrontccc.jpg,Bomberman: Panic Bomber,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1994-12-22, +/games/boxart/full_8866704AmericaFrontccc.jpg,Boogie Bunnies,PC,Puzzle,Sierra Online,Artech Studios,,,,,,,2008-05-13, +/games/boxart/full_7243641AmericaFrontccc.jpg,Boogie Bunnies,XBL,Puzzle,Sierra Online,Artech Studios,6.5,,,,,,2008-01-16, +/games/boxart/full_5366314AmericaFrontccc.jpg,BookWorm,DSiW,Puzzle,Electronic Arts,PopCap Games,,,,,,,2009-11-30, +/games/boxart/full_bookworm-adventures-volume-2_3AmericaFront.jpg,Bookworm Adventures Volume 2,PC,Puzzle,PopCap Games,PopCap Games,8.3,,,,,,2009-07-30, +/games/boxart/full_642861AmericaFrontccc.jpg,Boom Boom Rocket,XBL,Puzzle,Electronic Arts,Bizarre Creations,6.3,,,,,,2007-04-11, +/games/boxart/full_boom-boom-squaries_133AmericaFront.jpg,Boom Boom Squaries,DSiW,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2011-02-07, +/games/boxart/full_boorps-balls_588AmericaFront.jpg,Boorp's Balls,PC,Puzzle,Unknown,Katana Games,,,,,,,2007-03-19, +/games/boxart/full_8143638AmericaFrontccc.jpg,Bop N' Pop!,XBL,Puzzle,Microsoft,trufun101,,,,,,,2009-06-25, +/games/boxart/full_3241649AmericaFrontccc.jpg,Boulder Dash,NES,Puzzle,JVC,First Star Software,,,,,,,1990-06-01, +/games/boxart/full_5405381AmericaFrontccc.jpg,Boulder Dash,VC,Puzzle,Commodore,First Star Software,,,,,,,2009-06-01, +/games/boxart/full_869137PALFrontccc.jpg,Boulder Dash,GB,Puzzle,Nintendo,Beam Software,,,,,,,1990-01-01, +/games/boxart/full_boulder-dash_222AmericaFront.jpg,Boulder Dash,PC,Puzzle,First Star Software,First Star Software,,,,,,,1984-01-01, +/games/boxart/full_boulder-dash-construction-kit_282AmericaFront.jpg,Boulder Dash Construction Kit,PC,Puzzle,Epyx,"IBID, Inc.",,,,,,,1987-01-01, +/games/boxart/full_boulder-dash-ii-rockfords-revenge_798PALFront.jpg,Boulder Dash II: Rockford's Revenge,PC,Puzzle,First Star Software,First Star Software,,,,,,,1986-01-01, +/games/boxart/full_boulder-dash-xl_126AmericaFront.jpg,Boulder Dash-XL,XBL,Puzzle,Kalypso,Catnip Games,7.6,,,,,,2011-07-13, +/games/boxart/full_2343627AmericaFrontccc.jpg,Boulder Dash-XL 3D,3DS,Puzzle,Giant Media Group,Catnip Games,,,,,,,2012-09-25,2018-08-31 +/games/boxart/full_boulder-dash-rocks_412PALFront.jpg,Boulder Dash: Rocks!,PSP,Puzzle,Unknown,10tacle Studios AG,,,,,,,,2018-03-22 +/games/boxart/full_7706251AmericaFrontccc.jpg,Bounce & Break,DSiW,Puzzle,Enjoy Gaming,Enjoy Gaming Ltd,,,,,,,2010-05-03, +/games/boxart/6611430ccc.jpg,Boxxle,GB,Puzzle,FCI,Thinking Rabbit,,,,,,,1990-02-01, +/games/boxart/5896064ccc.jpg,Boxxle 2,GB,Puzzle,FCI,Thinking Rabbit,,,,,,,1992-06-01, +/games/boxart/full_boxyboy_10AmericaFront.jpg,Boxyboy,PCE,Puzzle,NEC,Media Rings,,,,,,,1990-01-01, +/games/boxart/full_4518217AmericaFrontccc.jpg,Brain Age Express: Sudoku,DSiW,Puzzle,Nintendo,Nintendo SDD,,,,,,,2009-08-17, +/games/boxart/8605491ccc.jpg,Brain Bender,GB,Puzzle,Electro Brain,Gremlin Interactive,,,,,,,1991-11-02, +/games/boxart/5308034ccc.jpg,Brain Buster Puzzle Pak,DS,Puzzle,Agetec,Suzak / Nicoli,,,,,,,2007-06-15, +/games/boxart/full_6725372AmericaFrontccc.jpg,Brain Challenge,DSiW,Puzzle,Gameloft,Gameloft,,,,,,,2009-07-13, +/games/boxart/full_39033AmericaFrontccc.jpg,Brain Challenge,PC,Puzzle,Unknown,Gameloft,,,,,,,, +/games/boxart/full_2268199AmericaFrontccc.jpg,Brain Deluxe,XBL,Puzzle,Microsoft,Eicus Software,,,,,,,2009-02-03, +/games/boxart/168028ccc.jpg,Brain Drain,GB,Puzzle,Acclaim Entertainment,Visual Impact,,,,,,,1998-03-01, +/games/boxart/full_9865528AmericaFrontccc.jpg,Brain Drain,WW,Puzzle,Enjoy Gaming,Enjoy Gaming,,,,,,,2010-04-26, +/games/boxart/full_brain-drain_5AmericaFront.jpg,Brain Drain,DSiW,Puzzle,Enjoy Gaming,Enjoy Gaming,,,,,,,2010-06-28, +/games/boxart/default.jpg,Brain Drain,Wii,Puzzle,Unknown,Enjoy Gaming Ltd,,,,,,,, +/games/boxart/full_6323750AmericaFrontccc.jpg,Brain Party,XBL,Puzzle,Microsoft,Hudzilla,,,,,,,2008-11-19, +/games/boxart/full_2364104AmericaFrontccc.jpg,Brain Spa,PC,Puzzle,Ubisoft,Ubisoft,,,,,,,2007-09-25, +/games/boxart/full_3140329AmericaFrontccc.png,Brainpipe,PSN,Puzzle,Hands On Mobile,Hands On Mobile Inc.,,,,,,,2009-10-01, +/games/boxart/full_brainstorm-series-word-wizard-3d_751AmericaFront.jpg,Brainstorm Series: Word Wizard 3D,3DS,Puzzle,Storm City Games,Storm City Entertainment,,,,,,,, +/games/boxart/default.jpg,Brainstorm!,PC,Puzzle,Simon & Schuster Interactive,Onscreen Interactive Ltd.,,,,,,,2002-10-10, +/games/boxart/full_7290467AmericaFrontccc.jpg,Brave Furries,And,Puzzle,Bulkypix,Bulkypix,,,,,,,2014-08-06, +/games/boxart/full_3503070AmericaFrontccc.jpg,Break In,XBL,Puzzle,Microsoft,duality72,,,,,,,2009-04-09, +/games/boxart/5831223ccc.jpg,Breakout,2600,Puzzle,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_breakout_17AmericaFront.jpg,Breakout,PC,Puzzle,Atari,Supersonic Software,,,,,,,2000-10-06, +/games/boxart/5496149ccc.jpg,Breakout 2000,AJ,Puzzle,Telegames,L4 Software,,,,,,,1996-12-01, +/games/boxart/full_3573767AmericaFrontccc.jpg,BreakQuest,PC,Puzzle,Oberon Media,Nurium Games,,,,,,,2004-11-15, +/games/boxart/full_7822921PALFrontccc.png,BreakQuest,PSN,Puzzle,Beatshapers,Beatshapers,7,,,,,,2010-03-18, +/games/boxart/full_breakthru_8JapanFront.jpg,BreakThru!,PS,Puzzle,Shoeisha,Shoeisha,,,,,,,1995-12-01, +/games/boxart/9560407ccc.jpg,BreakThru!,SNES,Puzzle,Spectrum Holobyte,Artech Digital Entertainment,,,,,,,1995-01-01, +/games/boxart/full_3546599JapanFrontccc.jpg,BreakThru!,SAT,Puzzle,BMG Interactive Entertainment,Shoeisha,,,,,,,1995-09-22, +/games/boxart/558709ccc.jpg,BreakThru!,GB,Puzzle,Spectrum Holobyte,Realtime Associates,,,,,,,1995-01-01, +/games/boxart/full_3909741JapanFrontccc.jpg,Breed Master,PS,Puzzle,Office Create,Unknown,,,,,,,2002-04-25, +/games/boxart/full_brick-breaker_10PALFront.png,Brick Breaker,PSN,Puzzle,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-21, +/games/boxart/full_4508524PALFrontccc.jpg,Brick Em' All,GBA,Puzzle,505 Games,Access,,,,,,,2006-02-01, +/games/boxart/full_8998646AmericaFrontccc.png,BrickBlast U!,WiiU,Puzzle,Unknown,Unknown,,,,,,,2014-06-26, +/games/boxart/full_1213081AmericaFrontccc.jpg,Bricks4Ever,XBL,Puzzle,Microsoft,Running Pixel,,,,,,,2009-02-17, +/games/boxart/full_bridge_368AmericaFront.jpg,Bridge,DSiW,Puzzle,Unknown,Cosmigo,,,,,,,2011-09-15, +/games/boxart/full_1902917AmericaFrontccc.jpg,Bruiser & Scratch,WW,Puzzle,Nintendo,Steel Penny Games,,,,,,,2008-12-08, +/games/boxart/4935754ccc.jpg,Bubble Bath Babes,NES,Puzzle,Panesian,Panesian,,,,,,,1991-01-01, +/games/boxart/full_3684929AmericaFrontccc.jpg,Bubble Bobble also featuring Rainbow Islands,PC,Puzzle,Acclaim Entertainment,Probe Entertainment Ltd.,,,,,,,1996-09-30, +/games/boxart/full_2598662AmericaFrontccc.jpg,Bubble Bobble also featuring Rainbow Islands,SAT,Puzzle,Acclaim Entertainment,Probe Entertainment Ltd.,,,,,,,1996-01-01, +/games/boxart/full_bubble-bobble-classic_844AmericaFront.jpg,Bubble Bobble Classic,GB,Puzzle,Metro 3D,Dreams,,,,,,,1999-01-01, +/games/boxart/full_6700547AmericaFrontccc.jpg,Bubble Bobble Neo!,XBL,Puzzle,Taito,Taito Corporation,7.5,,,,,,2009-09-16, +/games/boxart/1680670ccc.jpg,Bubble Bobble Part 2,NES,Puzzle,Taito,Taito Corporation,,,,,,,1993-08-01, +/games/boxart/full_9314802AmericaFrontccc.jpg,Bubble Bobble Part 2,GB,Puzzle,Natsume,Taito Corporation,,,,,,,1993-07-01, +/games/boxart/full_144837AmericaFrontccc.png,Bubble Trubble,PSN,Puzzle,Creat Studio,Creat Studios,6,,,,,,2009-11-11, +/games/boxart/full_6929923JapanFrontccc.jpg,Building Crush!,PS,Puzzle,Shoeisha,Unknown,,,,,,,1996-10-25, +/games/boxart/full_6191522AmericaFrontccc.jpg,Buku Sudoku,PC,Puzzle,Merscom LLC,Absolutist Ltd.,,,,,,,2006-01-01, +/games/boxart/full_3351242AmericaFrontccc.jpg,Buku Sudoku,XBL,Puzzle,Microsoft,Absolutist Ltd.,6.7,,,,,,2008-05-28, +/games/boxart/142996ccc.jpg,BurgerTime,NES,Puzzle,Data East,Data East,,,,,,,1987-05-01, +/games/boxart/full_burn-the-rope_415AmericaFront.jpg,Burn the Rope,WW,Puzzle,Unknown,Big Blue Bubble Inc.,6,,,,,,, +/games/boxart/full_8536344JapanFrontccc.jpg,Burning Paper,GB,Puzzle,Logic,G-Amusements,,,,,,,1993-02-26, +/games/boxart/7696030ccc.jpg,Bust-A-Move,SNES,Puzzle,Taito,Taito Corporation,,,,,,,1995-03-01, +/games/boxart/full_8157658AmericaFrontccc.jpg,Bust-A-Move,GG,Puzzle,Taito,Taito Corporation,,,,,,,1995-01-01, +/games/boxart/full_7843644AmericaFrontccc.jpg,Bust-A-Move '99,N64,Puzzle,Acclaim Entertainment,Distinctive Developments Ltd.,,,,,,,1999-04-30, +/games/boxart/full_5140720JapanFrontccc.jpg,Bust-A-Move (CD),NG,Puzzle,SNK,Taito Corporation,,,,,,,1995-01-01, +/games/boxart/full_7958907PALFrontccc.jpg,Bust-A-Move 2 Arcade Edition,PC,Puzzle,Acclaim Entertainment,Les Bird and Ruben Cabrera,,,,,,,1998-01-01, +/games/boxart/6256255ccc.jpg,Bust-A-Move 2 Arcade Edition,SAT,Puzzle,Acclaim Entertainment,Taito Corporation,,,,,,,1996-01-01, +/games/boxart/8748149ccc.jpg,Bust-A-Move 2 Arcade Edition,GB,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-02-01, +/games/boxart/2961892ccc.jpg,Bust-A-Move 3,SAT,Puzzle,Natsume,Taito Corporation,,,,,,,1997-12-31, +/games/boxart/full_bust-a-move-3-dx_675PALFront.jpg,Bust-A-Move 3 DX,PC,Puzzle,Empire Interactive,Taito Corporation,,,,,,,2002-01-11, +/games/boxart/full_3150571PALFrontccc.jpg,Bust-A-Move 3 DX,GB,Puzzle,Taito,Probe Entertainment Limited,,,,,,,1998-01-01, +/games/boxart/full_663442AmericaFrontccc.jpg,Bust-A-Move 4,GB,Puzzle,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-04-27, +/games/boxart/1198304ccc.jpg,Bust-A-Move 4,DC,Puzzle,Acclaim Entertainment,Taito Corporation,8.2,,,,,,2000-05-31, +/games/boxart/full_8329832AmericaFrontccc.jpg,Bust-A-Move 4,PC,Puzzle,Interplay,Taito Corporation,,,,,,,2001-01-31, +/games/boxart/full_9820659AmericaFrontccc.jpg,Bust-A-Move Live!,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-09-30, +/games/boxart/9871790ccc.jpg,Bust-A-Move Millennium,GB,Puzzle,Acclaim Entertainment,Taito Corporation,,,,,,,2000-10-27, +/games/boxart/full_2497994AmericaFrontccc.jpg,Bust-A-Move Plus!,WW,Puzzle,Taito,Taito Corporation,,,,,,,2009-07-06, +/games/boxart/full_buzz-quiz-world_8AmericaFront.jpg,BUZZ! Quiz World,PSN,Puzzle,Sony Computer Entertainment,Magenta Software,,,,,,,2009-12-17, +/games/boxart/default.jpg,Cadillac,PS,Puzzle,Hect,Unknown,,,,,,,1999-05-27, +/games/boxart/full_9041499JapanFrontccc.jpg,Calcolo! Ochimono Shooting,PS,Puzzle,Clef Inventor,Clef Inventor,,,,,,,1997-11-06, +/games/boxart/full_can-you-see-what-i-see_198AmericaFront.jpg,Can You See What I See? Curfuffle's Collectibles,PC,Puzzle,Mumbo Jumbo,Freeze Tag,,,,,,,2008-10-13, +/games/boxart/full_7257433AmericaFrontccc.jpg,Candy Crush Saga,And,Puzzle,King.com,King.com,,,,,,,2012-12-14,2018-07-20 +/games/boxart/full_4300907AmericaFrontccc.jpg,Candy Crush Saga,BRW,Puzzle,King.com,King.com,,,,,,,2012-04-12,2018-07-20 +/games/boxart/full_4725783AmericaFrontccc.jpg,Candy Crush Saga,PC,Puzzle,King.com,King.com,,,,,,,2010-01-01, +/games/boxart/full_cannonbotgo_350AmericaFront.jpg,CannonBotGo,XBL,Puzzle,Microsoft,Segawa,,,,,,,2010-12-11, +/games/boxart/full_9473700AmericaFrontccc.jpg,Carcophony,XBL,Puzzle,Microsoft,glpeas,,,,,,,2009-10-22, +/games/boxart/full_cardboard-castle_499AmericaFront.jpg,Cardboard Castle,iOS,Puzzle,Unknown,White Birds Productions,7.5,,,,,,, +/games/boxart/full_6326751JapanFrontccc.jpg,Cardcaptor Sakura: Clow Card Magic,PS,Puzzle,Arika,Arika,,,,,,,2000-01-27, +/games/boxart/full_8698254AmericaFrontccc.jpg,Caribbean Hideaway,PC,Puzzle,Oberon Media,Oberon Media,,,,,,,2008-01-28, +/games/boxart/full_584292AmericaFrontccc.jpg,Caribbean Mah Jong,PC,Puzzle,GameHouse,GameHouse,,,,,,,2006-05-25, +/games/boxart/full_4020426PALFrontccc.png,Carol Vorderman's Sudoku,PSN,Puzzle,Empire Interactive,Empire Interactive,7.4,,,,,,2008-11-27, +/games/boxart/full_2822024AmericaFrontccc.jpg,Carol Vorderman's Sudoku,PC,Puzzle,Eidos Interactive,Empire Interactive,,,,,,,2007-03-12, +/games/boxart/full_2007070AmericaFrontccc.jpg,Cassie's Corner,XBL,Puzzle,Microsoft,North Squard,,,,,,,2009-09-27, +/games/boxart/9353515ccc.jpg,Castelian,NES,Puzzle,Triffix,Bits Studios,,,,,,,1991-06-01, +/games/boxart/2219172ccc.jpg,Castelian,GB,Puzzle,Triffix,Bits Studios,,,,,,,1991-05-01, +/games/boxart/full_7307308AmericaFrontccc.jpg,Castlequest,NES,Puzzle,Nexoft,ASCII Entertainment,,,,,,,1989-09-01, +/games/boxart/full_caterpillar_10PALFront.png,Caterpillar,PSN,Puzzle,TikGames,TikGames,,,,,,,2010-09-14, +/games/boxart/default.jpg,Caterpillar,DSiW,Puzzle,Unknown,TikGames,,,,,,,, +/games/boxart/1668645ccc.jpg,Catrap,GB,Puzzle,Asmik Corp,ASK,,,,,,,1990-09-01, +/games/boxart/default.jpg,Catrap,3DS,Puzzle,Unknown,Nintendo,8.5,,,,,,, +/games/boxart/full_3874517AmericaFrontccc.jpg,Caveman Rock,DS,Puzzle,Unknown,Cyber Planet Interactive,,,,,,,2020-12-31, +/games/boxart/default.jpg,Caveman Rock,Wii,Puzzle,Unknown,Cyber Planet Interactive,,,,,,,, +/games/boxart/full_chains_79AmericaFront.jpg,Chains,PC,Puzzle,Meridian4,2DEngine.com,,,,,,,2008-10-25, +/games/boxart/full_2813096AmericaFrontccc.jpg,Chainz 2: Relinked,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-04-25, +/games/boxart/full_chameleon_1AmericaFront.jpg,Chameleon,PSN,Puzzle,UFO Interactive,Starfish,,,,,,,2010-07-06, +/games/boxart/full_8654367JapanFrontccc.jpg,Championship Lode Runner,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-10-27, +/games/boxart/full_5446972JapanFrontccc.jpg,Championship Lode Runner,NES,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1985-04-17, +/games/boxart/full_7198607AmericaFrontccc.jpg,Charm Tale 2: Mermaid Lagoon,PC,Puzzle,RealArcade,Puzzle Lab,,,,,,,2008-01-02, +/games/boxart/full_chew-man-fu_2AmericaFront.jpg,Chew Man Fu,VC,Puzzle,Hudson Soft,Now Production,,,,,,,2007-02-26, +/games/boxart/full_chew-man-fu_7AmericaFront.jpg,Chew Man Fu,PCE,Puzzle,NEC,Now Production,,,,,,,1990-01-01, +/games/boxart/full_chibi-maruko-chan-no-taisen-puzzle-dama_2JapanFront.jpg,Chibi Maruko-Chan no Taisen Puzzle Dama,SAT,Puzzle,Konami,Konami,,,,,,,1995-12-15, +/games/boxart/full_3504500JapanFrontccc.jpg,Chibi Maruko-Chan: Waku Waku Shopping,GEN,Puzzle,Namco,Namco,,,,,,,1992-01-14, +/games/boxart/full_8592337JapanFrontccc.jpg,Chiki Chiki Tengoku,GB,Puzzle,J-Wing,J-Wing,,,,,,,1995-04-28, +/games/boxart/full_6492370AmericaFrontccc.jpg,Chime,XBL,Puzzle,Valcon Games,Zoe Mode,8,,,,,,2010-02-03, +/games/boxart/full_chime-super-deluxe_197AmericaFront.jpg,Chime Super Deluxe,PSN,Puzzle,Unknown,Zoe Mode,7.6,,,,,,2011-03-29, +/games/boxart/7891143ccc.jpg,Chip's Challenge,Lynx,Puzzle,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/full_chizu-monogatari-sono-1_4JapanFront.jpg,Chizu Monogatari: Sono 1,3DO,Puzzle,Unknown,Ariadne,,,,,,,1995-10-27, +/games/boxart/full_chou-gals-kotobuki-ran-2_10JapanFront.jpg,Chou Gals! Kotobuki Ran 2,GB,Puzzle,Konami,Konami,,,,,,,2002-02-07, +/games/boxart/full_399767AmericaFrontccc.jpg,Christmas Clix!,WW,Puzzle,JV Games Inc.,JV Games Inc.,,,,,,,2009-11-30, +/games/boxart/default.jpg,Christmas Wonderland,DSiW,Puzzle,Unknown,Filematch Ltd.,,,,,,,2011-12-08, +/games/boxart/full_chuzzle-deluxe_136AmericaFront.jpg,Chuzzle Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2007-05-30, +/games/boxart/full_4474890JapanFrontccc.jpg,Cinnamoroll: Koko ni Ruyo,GBA,Puzzle,Imagineer,Imagineer,,,,,,,2003-12-05, +/games/boxart/full_5904210AmericaFrontccc.png,Circles,PSN,Puzzle,Gamehastra,GameShastra,,,,,,,2009-11-18, +/games/boxart/full_5167882AmericaFrontccc.jpg,Circuits,OSX,Puzzle,Digital Tentacle,Digital Tentacle,,,,,,,2014-04-17,2019-04-21 +/games/boxart/full_3138390AmericaFrontccc.jpg,Circuits,Linux,Puzzle,Digital Tentacle,Digital Tentacle,,,,,,,2014-04-17,2019-04-21 +/games/boxart/full_circus-lido_2JapanFront.jpg,Circus Lido,PCE,Puzzle,Unknown,Planning System,,,,,,,1991-04-06, +/games/boxart/full_8743548AmericaFrontccc.png,City Mysteries,3DS,Puzzle,Teyon Entertainment,SelectSoft,,,,,,,2014-07-03, +/games/boxart/full_classic-compendium_7AmericaFront.jpg,Classic Compendium,GIZ,Puzzle,Gizmondo Studios,AI Factory,,,,,,,2005-10-22, +/games/boxart/full_3170629JapanFrontccc.jpg,Cleopatra Fortune,DC,Puzzle,Altron,Altron,,,,,,,2001-06-21, +/games/boxart/full_8492646JapanFrontccc.jpg,Cleopatra Fortune,SAT,Puzzle,Taito,Taito Corporation,,,,,,,1997-02-14, +/games/boxart/full_307657AmericaFrontccc.jpg,Cleopatra's Fortune,PS,Puzzle,Mud Duck Productions,Altron,,,,,,,2003-01-01, +/games/boxart/full_7841127AmericaFrontccc.png,Click!,PC,Puzzle,FobTi Interactive,FobTi Interactive,,,,,,,2012-09-30, +/games/boxart/full_clockworks_124JapanFront.jpg,ClockWorks,SAT,Puzzle,Tokuma Shoten,Tokuma Shoten,,,,,,,1996-08-09, +/games/boxart/full_4479597JapanFrontccc.jpg,ClockWorks,SNES,Puzzle,Tokuma Shoten,Axes Art Amuse,,,,,,,1995-12-08, +/games/boxart/full_clockworks_827JapanFront.jpg,ClockWorks,PS,Puzzle,Tokuma Shoten,Tokuma Shoten,,,,,,,1996-07-26, +/games/boxart/722069ccc.jpg,Clu Clu Land,VC,Puzzle,Nintendo,Nintendo R&D1,,,,,,,2008-09-01, +/games/boxart/full_8603039JapanFrontccc.jpg,Clu Clu Land (FDS),NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1992-04-28, +/games/boxart/full_4721478PALFrontccc.jpg,Coconut Dodge,PSN,Puzzle,Futurlab 1,FuturLab,,,,,,,2010-08-31, +/games/boxart/full_6280717AmericaFrontccc.png,Cocoro - Line Defender,3DS,Puzzle,"ENTERBRAIN,INC.","ENTERBRAIN,INC.",,,,,,,2014-06-26, +/games/boxart/full_4317286AmericaFrontccc.jpg,Coffeetime Crosswords,XBL,Puzzle,Konami,"Voltex, Inc.",,,,,,,2008-07-16, +/games/boxart/full_2722475AmericaFrontccc.png,Color Zen Kids,3DS,Puzzle,Cypronia,Large Animal Games,,,,,,,2014-06-19, +/games/boxart/full_8335005AmericaFrontccc.png,Color Zen Kids,WiiU,Puzzle,Cypronia,Large Animal Games,,,,,,,2014-06-19, +/games/boxart/full_6271098AmericaFrontccc.jpg,ColorZ,WW,Puzzle,Exkee,Exkee,7,,,,,,2009-09-07, +/games/boxart/full_8242949AmericaFrontccc.jpg,Colotristar,XBL,Puzzle,Microsoft,HackerFace,,,,,,,2009-08-30, +/games/boxart/full_2434718AmericaFrontccc.jpg,Colourfill,And,Puzzle,Unknown,Unknown,,,,,,,2014-04-05, +/games/boxart/full_2284213PALFrontccc.jpg,Colpile,DS,Puzzle,Atari,Success,,,,,,,2009-09-18, +/games/boxart/default.jpg,Columns,SNES,Puzzle,Media Factory,Marigul,,,,,,,1999-08-01, +/games/boxart/full_columns_483AmericaFront.jpg,Columns,PC,Puzzle,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/full_columns_3AmericaFront.jpg,Columns,MS,Puzzle,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_7485890AmericaFrontccc.jpg,Columns,VC,Puzzle,Sega,Sega,6.5,,,,,,2006-12-04, +/games/boxart/4748546ccc.jpg,Columns,GEN,Puzzle,Sega,Sega,,,,,,,1990-06-29, +/games/boxart/full_6465177AmericaFrontccc.jpg,Columns,GG,Puzzle,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_columns_4JapanFront.jpg,Columns,PCE,Puzzle,Nippon Telenet,Laser Soft,,,,,,,1991-03-29, +/games/boxart/3631032ccc.jpg,Columns Crown,GBA,Puzzle,THQ,Sega,7.3,,,,,,2002-02-04, +/games/boxart/full_columns-gb-tezuka-osamu-characters_10JapanFront.jpg,Columns GB: Tezuka Osamu Characters,GB,Puzzle,Media Factory,Media Factory,,,,,,,1999-11-05, +/games/boxart/full_columns-iii_378AmericaFront.jpg,Columns III,PC,Puzzle,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/8838950ccc.jpg,Columns III,GEN,Puzzle,Sega,Vic Tokai,,,,,,,1993-12-17, +/games/boxart/full_columns-iii-revenge-of-columns_1AmericaFront.jpg,Columns III: Revenge of Columns,VC,Puzzle,Sega,Vic Tokai,,,,,,,2008-02-04, +/games/boxart/full_2436253JapanFrontccc.jpg,Communication Logic Battle Daisessen,DC,Puzzle,Fortyfive,Fortyfive,,,,,,,2000-05-11, +/games/boxart/full_6393547AmericaFrontccc.jpg,Contraption Maker,OSX,Puzzle,Unknown,Unknown,,,,,,,2014-07-07, +/games/boxart/5378968ccc.jpg,Cool Ball,GB,Puzzle,Takara,Bit Managers,,,,,,,1994-08-01, +/games/boxart/full_cool-bricks_578PALFront.jpg,Cool Bricks,GB,Puzzle,SCi,Freestylez,,,,,,,1999-12-01, +/games/boxart/default.jpg,Coronation Street,DS,Puzzle,Unknown,Mindscape Inc.,,,,,,,, +/games/boxart/full_1256751JapanFrontccc.jpg,Coropata,DS,Puzzle,LukPlus,LukPlus,,,,,,,2009-12-24, +/games/boxart/full_9043400JapanFrontccc.jpg,Cosmo Gang: The Puzzle,VC,Puzzle,Namco Bandai,Namco,,,,,,,2008-02-12, +/games/boxart/full_7076452JapanFrontccc.jpg,Cosmo Gang: The Puzzle,SNES,Puzzle,Namco,Namco,,,,,,,1993-02-26, +/games/boxart/default.jpg,Cosmo Gang: The Puzzle (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-04-06, +/games/boxart/full_4924923AmericaFrontccc.jpg,Couples Sudoku,XBL,Puzzle,Microsoft,JDPCreations,,,,,,,2008-12-08, +/games/boxart/default.jpg,Cradle of Egypt,PC,Puzzle,AWEM Studio,AWEM Studio,,,,,,,2011-11-23, +/games/boxart/full_cradle-of-persia_125AmericaFront.jpg,Cradle of Persia,PC,Puzzle,AWEM Studio,AWEM Studio,,,,,,,2007-12-12, +/games/boxart/full_990962AmericaFrontccc.jpg,Cradle of Rome,PC,Puzzle,Elephant Entertainment,cerasus.media GmbH,,,,,,,2007-05-08, +/games/boxart/full_4390622AmericaFrontccc.jpg,Cratermaze,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-08-13, +/games/boxart/full_4936863AmericaFrontccc.jpg,Cratermaze,PCE,Puzzle,NEC,Hudson Soft,,,,,,,1990-01-01, +/games/boxart/full_7683174AmericaFrontccc.jpg,Crayon Physics Deluxe,PC,Puzzle,Kloonigames,Petri Purho,7.5,,,,,,2009-01-07, +/games/boxart/full_crayon-shin-chan-orato-to-poi-poi_651JapanFront.jpg,Crayon Shin-Chan: Orato to Poi Poi,NES,Puzzle,Bandai,TOSE Software,,,,,,,1993-08-27, +/games/boxart/full_crayon-shin-chan-osagusu-dobon_566JapanFront.jpg,Crayon Shin-Chan: Osagusu Dobon,SNES,Puzzle,Bandai,Bandai,,,,,,,1996-09-27, +/games/boxart/full_crayon-chan-puzzle-daimaou-no-nazo_5JapanFront.jpg,Crayon Shin-Chan: Puzzle Daimaou no Nazo,3DO,Puzzle,Bandai,Bandai,,,,,,,1995-03-10, +/games/boxart/default.jpg,Crazy Garage,Wii,Puzzle,Unknown,Playlogic,,,,,,,, +/games/boxart/8681941ccc.jpg,Crazy Machines 2,PC,Puzzle,Viva Media,FAKT Software GmBH,,,,,,,2008-06-20, +/games/boxart/full_5279604AmericaFrontccc.jpg,Crazy Machines 2: Liquid Force,PC,Puzzle,Viva Media,Fakt Software,,,,,,,2009-10-15, +/games/boxart/full_5661757PALFrontccc.jpg,Crazy Machines Complete,PC,Puzzle,Viva Media,Kalypso,,,,,,,2009-04-24, +/games/boxart/full_crazy-machines-elements_504AmericaFront.jpg,Crazy Machines Elements,XBL,Puzzle,DTP Entertainment,FAKT Software GmBH,5,,,,,,2011-08-24, +/games/boxart/default.jpg,Crazy Machines Elements,PSN,Puzzle,Unknown,FAKT Software GmBH,,,,,,,, +/games/boxart/default.jpg,Crazy Machines Elements,PC,Puzzle,Unknown,FAKT Software GmBH,,,,,,,, +/games/boxart/full_2099196AmericaFrontccc.jpg,Crazy Mouse,XBL,Puzzle,Microsoft,Ultizen Games,,,,,,,2008-10-15, +/games/boxart/full_6688347PALFrontccc.jpg,Crazy School Games,DS,Puzzle,DTP Entertainment,Cranberry Production,,,,,,,2009-06-15, +/games/boxart/full_crazy-sudoku_4AmericaFront.jpg,Crazy Sudoku,DSiW,Puzzle,DTP Entertainment,DTP Entertainment,,,,,,,2010-07-19, +/games/boxart/full_critical-mass_285AmericaFront.jpg,Critical Mass,PC,Puzzle,Unknown,Manic Game Studios,8.7,,,,,,2011-06-20, +/games/boxart/full_2905623AmericaFrontccc.png,Critter Crunch,PSN,Puzzle,Capybara Games,Capybara Games,8.8,,,,,,2009-10-08, +/games/boxart/7166736ccc.jpg,Critter Round-Up,WW,Puzzle,Konami,Konami,,,,,,,2008-05-19, +/games/boxart/full_4490019JapanFrontccc.gif,Crossword de Manabou! Chiri - Rekishi,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-05-24, +/games/boxart/full_2935243JapanFrontccc.gif,Crossword DS + Sekai 1-Shuu Cross,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-10-25, +/games/boxart/full_6562885AmericaFrontccc.jpg,Crystal Crush,XBL,Puzzle,Microsoft,Running Pixel,,,,,,,2008-11-20, +/games/boxart/full_crystal-mines_5PALFront.png,Crystal Mines,PSN,Puzzle,Home Entertainment Suppliers,Home Entertainment Suppliers,,,,,,,2011-01-12, +/games/boxart/3042878ccc.jpg,Crystal Mines,NES,Puzzle,Color Dreams,Color Dreams,,,,,,,1989-01-01, +/games/boxart/8918808ccc.jpg,Crystal Mines II,Lynx,Puzzle,Atari,Color Dreams,,,,,,,1990-01-01, +/games/boxart/full_5019867AmericaFrontccc.jpg,Cubage,XBL,Puzzle,Microsoft,Louis Ingenthron,,,,,,,2008-11-03, +/games/boxart/full_1327930AmericaFrontccc.png,Cube,PSN,Puzzle,D3 Publisher,Metia Interactive,,,,,,,2008-09-17, +/games/boxart/full_2205033AmericaFrontccc.jpg,Cube Stacker,XBL,Puzzle,Microsoft,FoomTown Game Studio,,,,,,,2009-06-07, +/games/boxart/full_cubicle_531AmericaFront.jpg,Cubicle,XBL,Puzzle,Microsoft,Uberplex,,,,,,,2011-08-25, +/games/boxart/full_7626226AmericaFrontccc.jpg,Cubism,XBL,Puzzle,Microsoft,JeppeN,,,,,,,2009-12-29, +/games/boxart/full_456241AmericaFrontccc.jpg,Cubix Classic,XBL,Puzzle,Microsoft,Raccoon456,,,,,,,2009-05-12, +/games/boxart/full_cubixx_9AmericaFront.gif,Cubixx,PSN,Puzzle,Laughing Jackal,Laughing Jackal,6.6,,,,,,2010-06-08, +/games/boxart/full_cubixx-hd_933AmericaFront.jpg,Cubixx HD,PSN,Puzzle,Laughing Jackal,Laughing Jackal,,,,,,,2011-09-20, +/games/boxart/full_8771094AmericaFrontccc.jpg,Cuboid,PSN,Puzzle,Sony Computer Entertainment,Creat Studios,,,,,,,2009-01-08, +/games/boxart/full_8541063AmericaFrontccc.jpg,Culture,XBL,Puzzle,Microsoft,Hidden Path Entertainment,,,,,,,2008-10-27, +/games/boxart/full_3811666AmericaFrontccc.jpg,Cut the Rope,DSiW,Puzzle,Chillingo,Chillingo,,,,,,,2011-10-20,2018-12-28 +/games/boxart/full_6301490AmericaFrontccc.png,Cut the Rope,WinP,Puzzle,ZeptoLab,ZeptoLab,,,,,,,2012-11-07,2018-12-28 +/games/boxart/full_4076135AmericaFrontccc.png,Cut the Rope,And,Puzzle,ZeptoLab,ZeptoLab,,,,,,,2011-06-01,2018-12-28 +/games/boxart/full_ds-garage-21-taneomaku-tori_9JapanFront.jpg,D's Garage 21: Taneomaku Tori,WS,Puzzle,Bandai,Bandai,,,,,,,1999-12-22, +/games/boxart/full_5516179AmericaFrontccc.png,D-Cube Planet,PSN,Puzzle,Gamehastra,GameShastra,,,,,,,2009-11-18, +/games/boxart/full_6451303AmericaFrontccc.jpg,D-Cypher,XBL,Puzzle,Microsoft,BlatterChip,,,,,,,2009-09-29, +/games/boxart/9506321ccc.jpg,Daedalian Opus,GB,Puzzle,Victory Lap Games,Vic Tokai,,,,,,,1990-07-01, +/games/boxart/default.jpg,"Daffy Duck, P.I.: The Case of the Missing Letters",PC,Puzzle,Psygnosis,Riedel Software,,,,,,,1993-01-01, +/games/boxart/full_daitoride_471JapanFront.jpg,Daitoride,SAT,Puzzle,Metro 3D,Metro3D,,,,,,,1996-06-28, +/games/boxart/default.jpg,Dancing Eyes,PSN,Puzzle,Unknown,Namco Bandai Games,,,,,,,, +/games/boxart/full_datamine_0AmericaFront.jpg,Datamine,DSiW,Puzzle,Enjoy Gaming,Visual Impact,,,,,,,2010-10-11, +/games/boxart/full_dead-space-ignition_0AmericaFront.jpg,Dead Space Ignition,PSN,Puzzle,Electronic Arts,Sumo Digital,,,,,,,2010-10-12, +/games/boxart/full_dead-space-ignition_7AmericaFront.jpg,Dead Space Ignition,XBL,Puzzle,Electronic Arts,Sumo Digital,,,,,,,2010-10-13, +/games/boxart/full_delbo_117AmericaFront.jpg,Delbo,DSiW,Puzzle,Neko Entertainment,Asamzak,,,,,,,2011-06-23, +/games/boxart/full_denki-blocks_387PALFront.png,Denki Blocks!,PSN,Puzzle,Unknown,Tiger Games,,,,,,,2011-02-22, +/games/boxart/full_denki-blocks_743PALFront.jpg,Denki Blocks!,GB,Puzzle,Unknown,Denki,,,,,,,, +/games/boxart/full_denki-groove-jigoku-v-sweepstation-version_68JapanFront.jpg,Denki Groove Jigoku V: SweepStation Version,PS,Puzzle,Sony Music Entertainment,Opus Studio,,,,,,,1998-01-08, +/games/boxart/full_6264680JapanFrontccc.jpg,Destructo 2,PS,Puzzle,Phoenix Games,Axes Art Amuse,,,,,,,2003-12-31, +/games/boxart/full_detective-mouse_576PALFront.jpg,Detective Mouse,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, +/games/boxart/default.jpg,Deus Ex GO,And,Puzzle,Square Enix,Square Enix,,,,,,,2016-08-18, +/games/boxart/full_9851560PALFrontccc.jpg,Devil World,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1987-07-15, +/games/boxart/full_3847162PALFrontccc.jpg,Devil World,VC,Puzzle,Nintendo,Nintendo R&D1,,,,,,,2008-10-31, +/games/boxart/full_dexterity_786AmericaFront.jpg,Dexterity,GB,Puzzle,SNK,SNK Corporation,,,,,,,1990-07-01, +/games/boxart/4013156ccc.jpg,Dice Puzzle,2600,Puzzle,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, +/games/boxart/3895ccc.jpg,Dig Dug,5200,Puzzle,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_4113747AmericaFrontccc.jpg,Dig Dug,PC,Puzzle,Atari,Namco,,,,,,,1983-01-01, +/games/boxart/full_914159AmericaFrontccc.jpg,Dig Dug,GB,Puzzle,Namco,Namco,,,,,,,1992-01-01, +/games/boxart/4884352ccc.jpg,Dig Dug,7800,Puzzle,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_8573233JapanFrontccc.jpg,Dig Dug,VC,Puzzle,Namco Bandai,Namco,,,,,,,2008-06-09, +/games/boxart/full_5938633AmericaFrontccc.jpg,Dig Dug,XBL,Puzzle,Namco Bandai,Namco,6.7,,,,,,2006-10-11, +/games/boxart/default.jpg,Dig Dug (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-10-20, +/games/boxart/full_1938358AmericaFrontccc.jpg,Dig Dug Deeper,PC,Puzzle,Atari,Creature Labs,,,,,,,2001-10-31, +/games/boxart/default.jpg,Dig Dug II (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-10-20, +/games/boxart/full_dig-dug-ii-trouble-in-paradise_5AmericaFront.jpg,Dig Dug II: Trouble In Paradise,NES,Puzzle,Bandai,Namco,,,,,,,1989-12-01, +/games/boxart/default.jpg,Dig It Up,WW,Puzzle,Unknown,Sarbakan,,,,,,,, +/games/boxart/default.jpg,Dig It Up,XBL,Puzzle,Unknown,Sarbakan,,,,,,,, +/games/boxart/full_digger-dan-ampamp-kaboom_673AmericaFront.jpg,Digger Dan & Kaboom,DSiW,Puzzle,Virtual Playground,Virtual Playground,,,,,,,2011-01-24, +/games/boxart/full_8282484AmericaFrontccc.jpg,Digging Deep: Tap the Blocks,And,Puzzle,Unknown,Unknown,,,,,,,2014-07-07, +/games/boxart/full_digi-tiles_9AmericaFront.jpg,Digi-Tiles,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, +/games/boxart/full_8438959AmericaFrontccc.jpg,Diner Dash,WW,Puzzle,Hudson Soft,Hudson Entertainment,6.4,,,,,,2010-03-29, +/games/boxart/full_4682987AmericaFrontccc.jpg,Diner Dash,PC,Puzzle,PlayFirst,GameLab,,,,,,,2003-12-03, +/games/boxart/full_7553945AmericaFrontccc.png,Diner Dash,PSN,Puzzle,Hudson Soft,Hudson Entertainment,,,,,,,2009-11-23, +/games/boxart/full_9131AmericaFrontccc.jpg,Diner Dash,XBL,Puzzle,Big Fish Games,GameLab,6.4,,,,,,2009-11-18, +/games/boxart/full_5289440AmericaFrontccc.jpg,Diner Dash 2,PC,Puzzle,ValuSoft,GameLab,,,,,,,2008-08-22, +/games/boxart/full_2652043AmericaFrontccc.jpg,Diner Dash: Flo on the Go,PC,Puzzle,Take-Two Interactive,GameLab,,,,,,,2007-06-11, +/games/boxart/default.jpg,Diner Dash: Seasonal Snack Pack,PC,Puzzle,Encore,GameLab,,,,,,,2008-10-21, +/games/boxart/9206540ccc.jpg,Dinolympics,Lynx,Puzzle,Atari,"Imagitec Design, Inc.",,,,,,,1992-01-01, +/games/boxart/full_1240648AmericaFrontccc.jpg,Disney Fireworks,DSiW,Puzzle,Disney Interactive Studios,Disney Interactive Studios,5,,,,,,2010-03-29, +/games/boxart/default.jpg,Disney's Beauty and the Beast,PC,Puzzle,Disney Interactive Studios,Infogrames,,,,,,,1994-01-01, +/games/boxart/full_1331452AmericaFrontccc.jpg,Disney's Timon & Pumbaa's Jungle Games,SNES,Puzzle,THQ,Tiertex Design Studios,,,,,,,1997-01-01, +/games/boxart/full_5771525AmericaFrontccc.png,Divine Gate,And,Puzzle,GungHo,Unknown,,,,,,,2013-09-30, +/games/boxart/default.jpg,Doc Clock: The Toasted Sandwich of Time,PSN,Puzzle,Unknown,Stickmen Studios,,,,,,,, +/games/boxart/full_doc-clock-the-toasted-sandwich-of-time_689AmericaFront.jpg,Doc Clock: The Toasted Sandwich of Time,PC,Puzzle,Stickmen Studios,Stickmen Studios,,,,,,,2010-10-15, +/games/boxart/full_doc-clock-the-toasted-sandwich-of-time_359AmericaFront.jpg,Doc Clock: The Toasted Sandwich of Time,WW,Puzzle,Stickmen Studios,Stickmen Studios,,,,,,,2011-01-17, +/games/boxart/full_6366144AmericaFrontccc.jpg,DodoGo!,DSiW,Puzzle,Neko Entertainment,Alien After All,,,,,,,2010-04-26, +/games/boxart/full_dodogo-challenge_760AmericaFront.jpg,DodoGo! Challenge,DSiW,Puzzle,Neko Entertainment,Alien After All,,,,,,,2010-12-27, +/games/boxart/full_dodogo-robo_940AmericaFront.jpg,DodoGo! Robo,DSiW,Puzzle,Neko Entertainment,Alien After All,,,,,,,2011-04-18, +/games/boxart/full_5772491JapanFrontccc.jpg,Doki Doki Idol Star Seeker Remix,DC,Puzzle,G.Rev,G.Rev,,,,,,,2002-01-31, +/games/boxart/full_7484818JapanFrontccc.jpg,Doki Doki Shutter Chance,PS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1997-10-23, +/games/boxart/default.jpg,DokiDoki Penguin Land (MN),GEN,Puzzle,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_2296327JapanFrontccc.jpg,Dolucky no Puzzle Tour '94,SNES,Puzzle,Imagineer,Zoom Inc.,,,,,,,1994-10-28, +/games/boxart/full_dont-cross-the-line_0AmericaFront.jpg,Don't Cross the Line,DSiW,Puzzle,Aksys Games,Jupiter Corporation,,,,,,,2010-06-07, +/games/boxart/full_9683534AmericaFrontccc.jpg,Don't Fear The Sweeper,XBL,Puzzle,Microsoft,gameXcore,,,,,,,2009-01-28, +/games/boxart/full_5084492JapanFrontccc.jpg,Don-Chan Puzzle: Hanabi de Don,GBA,Puzzle,Aruze Corp,Aruze Corp,,,,,,,2004-07-29, +/games/boxart/full_1959765JapanFrontccc.jpg,Door Door,NES,Puzzle,Enix,ChunSoft,,,,,,,1985-07-18, +/games/boxart/full_1324067AmericaFrontccc.jpg,Doppler,And,Puzzle,Unknown,Unknown,,,,,,,2014-08-12, +/games/boxart/full_4384089AmericaFrontccc.jpg,Dora the Explorer: Lost City Adventure,PC,Puzzle,Infogrames,Infogrames,,,,,,,2002-07-27, +/games/boxart/default.jpg,Double Bloob,DSiW,Puzzle,Unknown,Bloober Team,,,,,,,, +/games/boxart/default.jpg,Double Bloob,DS,Puzzle,Unknown,Bloober Team,,,,,,,, +/games/boxart/full_857174AmericaFrontccc.jpg,DoubleVision,XBL,Puzzle,Microsoft,Aztec,,,,,,,2009-02-27, +/games/boxart/full_7730002AmericaFrontccc.png,Dr. Luigi,WiiU,Puzzle,Nintendo,Nintendo,,,,,,,2013-12-31,2018-08-28 +/games/boxart/full_2192003JapanFrontccc.png,Dr. Mario,SNES,Puzzle,Nintendo,Nintendo,,,,,,,1998-06-01, +/games/boxart/default.jpg,Dr. Mario 64,iQue,Puzzle,Unknown,Newcome,,,,,,,, +/games/boxart/full_8403303AmericaFrontccc.jpg,Dr. Mario Express,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-04-20, +/games/boxart/full_2741214AmericaFrontccc.jpg,Dr. Mario Online Rx,WW,Puzzle,Nintendo,Nintendo,,,,,,,2008-05-26, +/games/boxart/3107929ccc.jpg,Dr. Mario Online RX,WW,Puzzle,Nintendo,Arika,,,,,,,2008-05-26, +/games/boxart/full_7286993AmericaFrontccc.jpg,Dr. Mario: Miracle Cure,3DS,Puzzle,Nintendo,Nintendo,,,,,,,2015-06-11, +/games/boxart/full_3287298AmericaFrontccc.jpg,Dr. Popper,XBL,Puzzle,Microsoft,Bill Reiss,,,,,,,2008-12-19, +/games/boxart/full_dr-robotniks-mean-bean-machine_114AmericaFront.jpg,Dr. Robotnik's Mean Bean Machine,PC,Puzzle,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/1794464ccc.jpg,Dr. Robotnik's Mean Bean Machine,GEN,Puzzle,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_8120430PALFrontccc.jpg,Dr. Robotnik's Mean Bean Machine,MS,Puzzle,Sega,Compile,,,,,,,1994-01-01, +/games/boxart/full_5389005AmericaFrontccc.jpg,Dr. Robotnik's Mean Bean Machine,GG,Puzzle,Sega,Compile,,,,,,,1993-02-01, +/games/boxart/full_121692AmericaFrontccc.jpg,Dr. Robotnik's Mean Bean Machine,VC,Puzzle,Sega,Compile,,,,,,,2006-12-11, +/games/boxart/full_9866273AmericaFrontccc.jpg,Dr. Seuss: The Cat in the Hat,PS,Puzzle,NewKidCo,DC Studios,,,,,,,2004-04-23, +/games/boxart/full_9539095JapanFrontccc.jpg,Dragon Dance,DS,Puzzle,Success,AlwaysNeat,,,,,,,2009-02-26, +/games/boxart/full_2941114AmericaFrontccc.jpg,Dragon Dance,GB,Puzzle,Crave Entertainment,Natsume,,,,,,,2000-08-01, +/games/boxart/full_4985324JapanFrontccc.jpg,Dragon Dance,PSP,Puzzle,Success,AlwaysNeat,,,,,,,2009-02-26, +/games/boxart/full_dragon-money_7JapanFront.jpg,Dragon Money,PS,Puzzle,Micro Cabin,E.O. Imagination,,,,,,,1999-05-04, +/games/boxart/full_dragon-money_6JapanFront.jpg,Dragon Money,PSN,Puzzle,Sony Computer Entertainment,E.O. Imagination,,,,,,,2010-10-13, +/games/boxart/full_dreamwalker_380AmericaFront.jpg,Dreamwalker,DSiW,Puzzle,Unknown,Code Mystics,,,,,,,2011-06-06, +/games/boxart/full_4520389AmericaFrontccc.png,Drill Sergeant Mindstrong,WW,Puzzle,Xseed Games,Hi Corporation,,,,,,,2009-06-22, +/games/boxart/default.jpg,DROD RPG: Tendry's Tale,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2008-09-12, +/games/boxart/full_8024483AmericaFrontccc.jpg,DROD: Deadly Rooms of Death,PC,Puzzle,Webfoot Technologies,Caravel Games,,,,,,,1997-01-01, +/games/boxart/full_6519961AmericaFrontccc.jpg,DROD: Journey to Rooted Hold,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2005-01-01, +/games/boxart/default.jpg,DROD: King Dugan's Dungeon,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2005-12-05, +/games/boxart/full_9988430AmericaFrontccc.jpg,DROD: The City Beneath,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2007-04-01, +/games/boxart/full_8202612AmericaFrontccc.jpg,DROD: The Second Sky,Linux,Puzzle,Caravel Games,Caravel Games,,,,,,,2014-07-01, +/games/boxart/full_5895133AmericaFrontccc.jpg,DROD: The Second Sky,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2014-07-01, +/games/boxart/full_5075388AmericaFrontccc.jpg,DROD: The Second Sky,OSX,Puzzle,Caravel Games,Caravel Games,,,,,,,2014-07-01, +/games/boxart/full_2845457AmericaFrontccc.jpg,Drop Off,PCE,Puzzle,NEC,Data East,,,,,,,1990-01-01, +/games/boxart/full_9176542AmericaFrontccc.jpg,Drop Off,VC,Puzzle,Hudson Soft,Data East,,,,,,,2007-07-30, +/games/boxart/full_817471AmericaFrontccc.jpg,Droplitz,XBL,Puzzle,Atlus,Blitz Arcade,5,,,,,,2009-06-24, +/games/boxart/default.jpg,Droplitz,PC,Puzzle,Atlus,Blitz Arcade,,,,,,,2009-06-30, +/games/boxart/full_6896419AmericaFrontccc.png,Droplitz,PSN,Puzzle,Atlus,Blitz Arcade,7.8,,,,,,2009-06-25, +/games/boxart/full_2441515JapanFrontccc.jpg,DS Dengeki Bunko: Alison,DS,Puzzle,Media Works,Media Works,,,,,,,2006-12-07, +/games/boxart/full_7927532JapanFrontccc.jpg,DS Puzzler: Numpla Fan & Oekaki Logic,DS,Puzzle,TDK Core,TDK Core,,,,,,,2006-12-07, +/games/boxart/full_8486404JapanFrontccc.jpg,DS Puzzler: Numpla Fan & Oekaki Logic Wi-Fi Taiou,DS,Puzzle,TDK Core,TDK Core,,,,,,,2007-12-20, +/games/boxart/full_9619489AmericaFrontccc.jpg,DUOtrix,XBL,Puzzle,Microsoft,Mo,,,,,,,2008-11-15, +/games/boxart/full_dynablaster_364PALFront.jpg,Dynablaster,PC,Puzzle,Ubisoft,Hudson Soft,,,,,,,1992-01-01, +/games/boxart/full_4063468AmericaFrontccc.png,Dynogems,PSN,Puzzle,StormBASIC,StormBasic Games,,,,,,,2010-01-14, +/games/boxart/full_dynomite-deluxe_403AmericaFront.jpg,Dynomite! Deluxe,PC,Puzzle,Electronic Arts,PopCap Games,,,,,,,2002-04-18, +/games/boxart/full_7957063AmericaFrontccc.jpg,Earth Shaker,XBL,Puzzle,Microsoft,Battenberg Software,,,,,,,2010-02-02, +/games/boxart/full_8145844AmericaFrontccc.jpg,echochrome,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-05-01,2018-09-17 +/games/boxart/full_4877821AmericaFrontccc.png,echochrome (PSP),PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-05-01,2018-09-17 +/games/boxart/full_echochrome-ii_764AmericaFront.jpg,echochrome ii,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,8,,,,,,2010-12-21,2018-09-16 +/games/boxart/full_mugen-kairou-hikari-to-kage-no-hako_315JapanFront.jpg,echochrome ii,PS3,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2010-12-21,2018-09-16 +/games/boxart/full_3308818AmericaFrontccc.png,Echoes,PSN,Puzzle,Halfbrick Studios,Halfbrick Studios,7.9,,,,,,2009-11-18, +/games/boxart/full_1743170AmericaFrontccc.jpg,echoshift,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,7.5,,,,,,2010-02-24,2018-09-17 +/games/boxart/full_edge_991AmericaFront.jpg,Edge,PC,Puzzle,Two Tribes,Mobigame,,,,,,,2011-08-11, +/games/boxart/full_edge_942PALFront.jpg,Edge,PSN,Puzzle,Mobigame,Mobigame SARL,,,,,,,2010-12-01, +/games/boxart/full_9592248AmericaFrontccc.jpg,Eets,PC,Puzzle,Klei Entertainment,Klei Entertainment,,,,,,,2006-03-29, +/games/boxart/full_684050AmericaFrontccc.jpg,Eets: Chowdown!,XBL,Puzzle,Klei Entertainment,Klei Entertainment,,,,,,,2007-04-25, +/games/boxart/full_ej-puzzles-hooked_88AmericaFront.jpg,EJ Puzzles: Hooked,DSiW,Puzzle,Electron Jump Games,Electron Jump Games,,,,,,,2011-01-10, +/games/boxart/default.jpg,El Chavo,DS,Puzzle,Unknown,Slang,,,,,,,, +/games/boxart/full_elefunk_0AmericaFront.jpg,Elefunk,PSN,Puzzle,Sony Computer Entertainment,8bit Games,,,,,,,2008-07-17, +/games/boxart/6646944ccc.jpg,Elements,PC,Puzzle,Mumbo Jumbo,Unknown,,,,,,,2008-04-09, +/games/boxart/full_7936797AmericaFrontccc.jpg,Elite Trivia,XBL,Puzzle,Microsoft,Laberinto,,,,,,,2009-12-30, +/games/boxart/full_elizabeth-find-md-diagnosis-mystery_280AmericaFront.jpg,Elizabeth Find M.D.: Diagnosis Mystery,PC,Puzzle,ValuSoft,"Gunnar Games, Inc.",,,,,,,2009-04-23, +/games/boxart/full_elizabeth-find-md-diagnosis-mystery-season-2_982AmericaFront.jpg,"Elizabeth Find M.D.: Diagnosis Mystery, Season 2",PC,Puzzle,THQ,"Gunnar Games, Inc.",,,,,,,2011-05-31, +/games/boxart/default.jpg,Emeraldia,VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-03-26, +/games/boxart/full_320262AmericaFrontccc.jpg,Encleverment Experiment,XBL,Puzzle,Blitz Game Studios,Mere Mortals,,,,,,,2009-11-11, +/games/boxart/default.jpg,Energy Chain,DSiW,Puzzle,Genterprise,Genterprise,,,,,,,2009-08-19, +/games/boxart/full_engacho-for-wonderswan_5JapanFront.jpg,Engacho! for WonderSwan,WS,Puzzle,NAC Geographic Products Inc.,NAC Geographic Products Inc.,,,,,,,1999-10-28, +/games/boxart/full_enigmo_272PALFront.jpg,Enigmo,PSN,Puzzle,Beatshapers,Pangea Software,,,,,,,2011-03-01, +/games/boxart/full_1414538AmericaFrontccc.jpg,Equilibrio,WW,Puzzle,DK Games,DK Games,,,,,,,2009-04-06, +/games/boxart/full_2077131AmericaFrontccc.jpg,Equilibrio,PC,Puzzle,DK Games,DK Games,,,,,,,2009-10-14, +/games/boxart/full_6574567AmericaFrontccc.jpg,Equitunes,XBL,Puzzle,Microsoft,see games,,,,,,,2009-10-25, +/games/boxart/full_4728427AmericaFrontccc.jpg,Escape Plan,PSV,Puzzle,Sony Computer Entertainment,Fun Bits,,,,,,,2012-02-14,2018-09-23 +/games/boxart/full_2841187AmericaFrontccc.jpg,Everyday Genius: SquareLogic,PC,Puzzle,Mumbo Jumbo,TrueThought,,,,,,,2009-10-21, +/games/boxart/4013475ccc.jpg,Evolution: Dino Dudes,AJ,Puzzle,Atari,"Imagitec Design, Inc.",,,,,,,1994-01-01, +/games/boxart/full_2286860PALFrontccc.png,Exit,PSN,Puzzle,Ubisoft,Taito Corporation,7.9,,,,,,2009-04-23, +/games/boxart/full_7036239AmericaFrontccc.jpg,Exit,XBL,Puzzle,Taito,Taito Corporation,7.5,,,,,,2007-10-24, +/games/boxart/full_3377395AmericaFrontccc.jpg,Exit 2,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-02-25, +/games/boxart/full_8592498PALFrontccc.jpg,Exit 2,PSP,Puzzle,505 Games,Taito Corporation,,,,,,,2007-03-23, +/games/boxart/4063357ccc.gif,Exodus: Journey to the Promised Land,GB,Puzzle,Wisdom Tree,Color Dreams,,,,,,,1992-01-01, +/games/boxart/4616969ccc.jpg,Exodus: Journey to the Promised Land,GEN,Puzzle,Wisdom Tree,Wisdom Tree,,,,,,,1993-01-01, +/games/boxart/8693992ccc.jpg,Exodus: Journey to the Promised Land,NES,Puzzle,Wisdom Tree,Wisdom Tree,,,,,,,1990-01-01, +/games/boxart/default.jpg,Explosive Brick,GB,Puzzle,Sachen,sachen,,,,,,,1994-01-01, +/games/boxart/full_3233337AmericaFrontccc.jpg,Extreme Hangman,DSiW,Puzzle,Gamelion Studios,"SkyZone Entertainment, Inc.",,,,,,,2010-02-08, +/games/boxart/default.jpg,Extreme Hangman 2,DSiW,Puzzle,Unknown,"SkyZone Entertainment, Inc.",,,,,,,, +/games/boxart/default.jpg,Eye Q,DS,Puzzle,Unknown,O3 Entertainment,,,,,,,, +/games/boxart/full_fabulous-finds_409AmericaFront.jpg,Fabulous Finds,PC,Puzzle,ValuSoft,THQ,,,,,,,2009-02-17, +/games/boxart/full_7422170PALFrontccc.png,Fading Shadows,PSN,Puzzle,Nordcurrent,Ivolgamus,7,,,,,,2009-05-21, +/games/boxart/full_3892451AmericaFrontccc.jpg,Fake Colours,Ouya,Puzzle,Good-feel Co. Ltd.,Good-feel Co. Ltd.,,,,,,,2014-08-19, +/games/boxart/default.jpg,Fall in the Dark,DSiW,Puzzle,SilverStar,SilverStar Japan,,,,,,,2010-04-21, +/games/boxart/default.jpg,Fantastic Cube,WW,Puzzle,Zoom,Zoom Inc.,,,,,,,2010-02-23, +/games/boxart/full_1419614AmericaFrontccc.png,Farm Heroes Saga,PC,Puzzle,King.com,King.com,,,,,,,2013-03-26, +/games/boxart/8142845ccc.jpg,Fashion Solitaire,PC,Puzzle,Brighter Minds Media,Large Animal Games,,,,,,,2008-07-14, +/games/boxart/full_4570356AmericaFrontccc.jpg,Fat Princess: Piece of Cake,PSV,Puzzle,Sony Computer Entertainment America,SCEA Santa Monica Studio,,,,,,,2015-01-13,2018-12-03 +/games/boxart/full_3093941AmericaFrontccc.jpg,Fat Princess: Piece of Cake,iOS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2014-10-15, +/games/boxart/full_4666841AmericaFrontccc.jpg,Fat Princess: Piece of Cake,And,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2014-10-15, +/games/boxart/default.jpg,Fear for Sale: Mystery of McInroy Manor,PC,Puzzle,Activision,Big Fish Games,,,,,,,2011-07-27, +/games/boxart/full_4746240AmericaFrontccc.jpg,Feeding Frenzy,XBL,Puzzle,Oberon Media,Sprout Games,5.3,,,,,,2006-03-15, +/games/boxart/full_feeding-frenzy-2-shipwreck-showdown_5AmericaFront.jpg,Feeding Frenzy 2: Shipwreck Showdown,PSN,Puzzle,Sony Online Entertainment,Gastronaut Studios,,,,,,,2010-03-11, +/games/boxart/full_7775538AmericaFrontccc.jpg,Feeding Frenzy 2: Shipwreck Showdown,PC,Puzzle,PopCap Games,Sprout Games,,,,,,,2006-02-06, +/games/boxart/full_3074151AmericaFrontccc.jpg,Feeding Frenzy 2: Shipwreck Showdown,XBL,Puzzle,PopCap Games,Sprout Games,,,,,,,2008-09-17, +/games/boxart/default.jpg,Ferryman Puzzle,DSiW,Puzzle,Engine Software,Engine Software,,,,,,,2011-01-28, +/games/boxart/default.jpg,Fillogic,PC,Puzzle,Unknown,Pingbit Games,,,,,,,2011-09-08, +/games/boxart/full_finger-flashing_599JapanFront.jpg,Finger Flashing,PSN,Puzzle,Affect,Affect,,,,,,,2010-11-24, +/games/boxart/full_finger-flashing_849JapanFront.jpg,Finger Flashing,PS,Puzzle,Affect,Affect,,,,,,,1999-07-15, +/games/boxart/default.jpg,Finkles Adventure,Wii,Puzzle,Unknown,,,,,,,,, +/games/boxart/full_fintastic-fishdom-collection_869AmericaFront.jpg,Fintastic Fishdom Collection,PC,Puzzle,Unknown,Playrix Entertainment,,,,,,,2011-04-05, +/games/boxart/full_fire-panic_10AmericaFront.jpg,Fire Panic,DSiW,Puzzle,RTL,Yullaby Games,,,,,,,2010-06-07, +/games/boxart/full_fish-tank_2PALFront.png,Fish Tank,PSN,Puzzle,Unknown,iFun4all,,,,,,,2011-04-05, +/games/boxart/full_fish-tank_415AmericaFront.jpg,Fish Tank,WW,Puzzle,Unknown,iFun4all,6.5,,,,,,2011-10-20, +/games/boxart/full_fishdom-2_244PALFront.jpg,Fishdom 2,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2010-04-30, +/games/boxart/full_fishdom-5-game-pack_295AmericaFront.jpg,Fishdom 5-Game Pack,PC,Puzzle,Unknown,Playrix Entertainment,,,,,,,2010-10-26, +/games/boxart/full_fishdom-collectors-edition_890PALFront.jpg,Fishdom Collector's Edition,PC,Puzzle,Rondomedia,Playrix Entertainment,,,,,,,2010-02-24, +/games/boxart/full_fishdom-h2o-hidden-odyssey_968PALFront.jpg,Fishdom H2O: Hidden Odyssey,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-05-28, +/games/boxart/full_fishdom-frosty-splash_823AmericaFront.jpg,Fishdom: Frosty Splash,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-11-12, +/games/boxart/full_fishdom-harvest-splash_300AmericaFront.jpg,Fishdom: Harvest Splash,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-10-08, +/games/boxart/full_fishdom-holiday-edition_305PALFront.jpg,Fishdom: Holiday Edition,PC,Puzzle,Rondomedia,Playrix Entertainment,,,,,,,2009-09-30, +/games/boxart/full_fishdom-spooky-splash_504AmericaFront.jpg,Fishdom: Spooky Splash,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-10-06, +/games/boxart/default.jpg,Fitness Dash,PC,Puzzle,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2008-12-31,2019-05-03 +/games/boxart/full_5988685AmericaFrontccc.jpg,Five Nights At Freddy's 2,PC,Puzzle,Scott Cawthon,Scott Cawthon,,,,,,,2014-11-10,2018-03-29 +/games/boxart/default.jpg,Five Nights At Freddy's 2,And,Puzzle,Unknown,Unknown,,,,,,,, +/games/boxart/full_6159664AmericaFrontccc.jpg,Five Nights at Freddy's 4,PC,Puzzle,Scott Cawthon,Scott Cawthon,,,,,,,2015-07-23,2018-03-28 +/games/boxart/full_5016582PALFrontccc.jpg,Fizz,DS,Puzzle,Lexicon Entertainment,DK Games,,,,,,,2008-05-23, +/games/boxart/full_fizz_0AmericaFront.jpg,Fizz,DSiW,Puzzle,DK Games,DK Games,,,,,,,2010-09-27, +/games/boxart/full_flametail_3AmericaFront.jpg,Flametail,DSiW,Puzzle,Nintendo,Mindware,,,,,,,2010-06-07, +/games/boxart/full_flappy_38JapanFront.jpg,Flappy,VC,Puzzle,Unknown,DB Soft,,,,,,,2007-07-03, +/games/boxart/full_flappy_927JapanFront.jpg,Flappy,NES,Puzzle,Unknown,DB Soft,,,,,,,1985-06-14, +/games/boxart/full_flappy-special_70JapanFront.jpg,Flappy Special,GB,Puzzle,Victor Interactive,Victor Interactive Software,,,,,,,1990-03-23, +/games/boxart/full_flash-koibito-kun_2JapanFront.jpg,Flash Koibito-Kun,WS,Puzzle,Koubunsha,Koto,,,,,,,2000-12-28, +/games/boxart/3369033ccc.jpg,Flip Out!,AJ,Puzzle,Atari,Gorilla Systems,,,,,,,1995-01-01, +/games/boxart/full_9103224AmericaFrontccc.jpg,Flipper,DSiW,Puzzle,Xform,Goodbye Galaxy Games,7.5,,,,,,2010-02-22, +/games/boxart/full_2965947AmericaFrontccc.jpg,Flipull,GB,Puzzle,Taito,Taito Corporation,,,,,,,1990-04-01, +/games/boxart/full_4704545JapanFrontccc.jpg,Flipull,NES,Puzzle,Taito,Taito Corporation,,,,,,,1989-12-15, +/games/boxart/full_2583294AmericaFrontccc.jpg,Flock!,PC,Puzzle,Capcom,Proper Games,,,,,,,2009-04-07, +/games/boxart/full_2044921AmericaFrontccc.jpg,Flock!,XBL,Puzzle,Capcom,Proper Games,,,,,,,2009-04-08, +/games/boxart/full_flock_6AmericaFront.jpg,Flock!,PSN,Puzzle,Capcom,Proper Games,,,,,,,2009-04-09, +/games/boxart/full_2602610AmericaFrontccc.jpg,Flora's Fruit Farm,PC,Puzzle,Eidos Interactive,Honeyslug,,,,,,,2009-10-02, +/games/boxart/full_fluidity_714AmericaFront.jpg,Fluidity,WW,Puzzle,Nintendo,Curve Studios,8.4,,,,,,2010-12-06, +/games/boxart/default.jpg,Fluttabyes,PC,Puzzle,Unknown,Red Chain,,,,,,,, +/games/boxart/full_2876986PALFrontccc.png,Forest Puzzle,PSN,Puzzle,IBA Group,IBA Group,,,,,,,2010-12-21, +/games/boxart/full_franky-joe-amp-dirk-on-the-tiles_681PALFront.jpg,"Franky, Joe & Dirk: On The Tiles",GB,Puzzle,Elite,Audio Visual Magic,,,,,,,1993-01-01, +/games/boxart/full_frenzic_859AmericaFront.jpg,Frenzic,DSiW,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-11-29, +/games/boxart/full_frobot_385AmericaFront.jpg,Frobot,WW,Puzzle,Unknown,Fugazo,,,,,,,2010-12-20, +/games/boxart/default.jpg,Frobot,PC,Puzzle,Unknown,Fugazo,,,,,,,, +/games/boxart/full_459688AmericaFrontccc.jpeg,FRU,XOne,Puzzle,Through Games,Through Games,,,,,,,2016-07-13,2018-08-10 +/games/boxart/full_5423143AmericaFrontccc.jpg,Fruit Attack,XBL,Puzzle,Microsoft,ScumThorax,,,,,,,2008-11-03, +/games/boxart/full_6985914AmericaFrontccc.jpg,Funtown Mahjong,XBL,Puzzle,Microsoft,FunTown World Ltd,,,,,,,2009-01-28, +/games/boxart/full_futari-no-fantavision_2JapanFront.jpg,Futari no Fantavision,PS2,Puzzle,Sony Computer Entertainment,SCEI,,,,,,,2002-07-04, +/games/boxart/full_gg-series-ninja-karakuri-den_5AmericaFront.jpg,G.G Series: Ninja Karakuri Den,DSiW,Puzzle,Genterprise,Suzak,,,,,,,2010-08-23, +/games/boxart/default.jpg,G.G Series: Shinobi Karakuri-Den 2,DSiW,Puzzle,Genterprise,Suzak,,,,,,,2010-09-08, +/games/boxart/full_5993108JapanFrontccc.jpg,Gals Panic SS,SAT,Puzzle,Mycom,Kaneko,,,,,,,1996-09-27, +/games/boxart/full_2039015AmericaFrontccc.jpg,Game about a soup factory,XBL,Puzzle,Microsoft,floatstarpx,,,,,,,2009-04-19, +/games/boxart/full_2836089AmericaFrontccc.jpg,Gel: Set & Match,XBL,Puzzle,Gastronaut Studios,Gastronaut Studios,,,,,,,2009-05-20, +/games/boxart/full_gem-gem_886JapanFront.jpg,Gem Gem,GB,Puzzle,Victory Lap Games,Vic Tokai,,,,,,,1991-03-29, +/games/boxart/full_2487901AmericaFrontccc.jpg,Gem Smashers,GBA,Puzzle,Metro 3D,Frame Studios Interactive,8,,,,,,2003-07-01, +/games/boxart/full_1941163AmericaFrontccc.jpg,Gemsweeper,PC,Puzzle,Mumbo Jumbo,Lobstersoft,,,,,,,2007-08-01, +/games/boxart/full_gene-labs_3AmericaFront.jpg,Gene Labs,WW,Puzzle,Unknown,FrontLine Studios,,,,,,,2010-11-01, +/games/boxart/full_gene-labs_7AmericaFront.jpg,Gene Labs,DSiW,Puzzle,Unknown,FrontLine Studios,,,,,,,2010-11-01, +/games/boxart/full_1483176AmericaFrontccc.jpg,Geon,PSN,Puzzle,Pinnacle,Strawdog Studios Ltd.,,,,,,,2008-09-25, +/games/boxart/full_201989AmericaFrontccc.jpg,Geon: Emotions,XBL,Puzzle,Eidos Interactive,Strawdog Studios Ltd.,,,,,,,2007-09-19, +/games/boxart/default.jpg,GeoRunner,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, +/games/boxart/full_6281225AmericaFrontccc.jpg,Gerbil Physics,XBL,Puzzle,Microsoft,Beringela,,,,,,,2009-12-07, +/games/boxart/full_5025909JapanFrontccc.jpg,Get!! Colonies,DC,Puzzle,Sega,Sega,,,,,,,2000-03-30, +/games/boxart/full_3747731JapanFrontccc.jpg,Getter Love!! Chou Renai Party Game,N64,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1998-12-04, +/games/boxart/full_ghost-mania_953AmericaFront.jpg,Ghost Mania,WW,Puzzle,Legendo Entertainment,Legendo Entertainment,,,,,,,2011-01-03, +/games/boxart/full_ginga_9JapanFront.jpg,Ginga,GB,Puzzle,Hot-B,Hot-B,,,,,,,1990-12-14, +/games/boxart/full_1829266JapanFrontccc.jpg,Gion Hana,PS,Puzzle,Nihon Bussan,Unknown,,,,,,,1995-12-15, +/games/boxart/full_8762633JapanFrontccc.jpg,Gion Hana 2,PS,Puzzle,Nichibutsu,Nichibutsu,,,,,,,1999-02-04, +/games/boxart/full_4254415AmericaFrontccc.jpg,Globe Clicker,XBL,Puzzle,Microsoft,Maximinus,,,,,,,2009-12-02, +/games/boxart/full_glocal-hexcite_2JapanFront.jpg,Glocal Hexcite,PS,Puzzle,Locus,Locus,,,,,,,1999-12-22, +/games/boxart/full_glocal-hexcite_4JapanFront.jpg,Glocal Hexcite,WS,Puzzle,Success,Success,,,,,,,2000-06-29, +/games/boxart/full_9561739AmericaFrontccc.jpg,Glow Artisan,DSiW,Puzzle,Powerhead Games,Powerhead Games,,,,,,,2009-12-28, +/games/boxart/default.jpg,Glyph 2,PC,Puzzle,Unknown,Sandlot Games,,,,,,,, +/games/boxart/full_6389795JapanFrontccc.jpg,Go Raku O Tango!,GB,Puzzle,J-Wing,J-Wing,,,,,,,2000-02-11, +/games/boxart/full_go-raku-o-tango_8JapanFront.jpg,Go Raku O Tango!,WS,Puzzle,Mebius,Mebius,,,,,,,1999-04-01, +/games/boxart/full_go-series-10-second-run_10AmericaFront.jpg,GO Series: 10 Second Run,DSiW,Puzzle,Gamebridge,G-mode,,,,,,,2010-09-20, +/games/boxart/full_go-series-earth-saver_61AmericaFront.jpg,GO Series: Earth Saver,DSiW,Puzzle,Gamebridge,Tom Create,,,,,,,2011-03-07, +/games/boxart/full_go-go-island-rescue_10AmericaFront.jpg,Go! Go! Island Rescue!,DSiW,Puzzle,Connect2Media,Mforma Europe Limited,,,,,,,2010-10-25, +/games/boxart/410947ccc.jpg,Go! Puzzle,PS3,Puzzle,Sony Computer Entertainment,Zoonami,,,,,,,2007-06-14, +/games/boxart/default.jpg,Go! Puzzle,PSP,Puzzle,Unknown,Sony Computer Entertainment America,,,,,,,, +/games/boxart/3698165ccc.jpg,Go! Puzzle,PSN,Puzzle,Sony Computer Entertainment,Zoonami,,,,,,,2007-06-13, +/games/boxart/full_4223412AmericaFrontccc.png,Go! Puzzle (PSP),PSN,Puzzle,Sony Computer Entertainment,Zoonami Ltd.,,,,,,,2008-02-06, +/games/boxart/9312348ccc.jpg,Go! Sudoku,PSN,Puzzle,Sony Computer Entertainment,Sumo Digital,,,,,,,2006-12-07, +/games/boxart/full_5554269PALFrontccc.png,Go! Sudoku (PSP),PSN,Puzzle,Sony Computer Entertainment,Sumo Digital,,,,,,,2007-11-20, +/games/boxart/9766074ccc.jpg,Gobliiins,PC,Puzzle,Unknown,Coktel Vision,,,,,,,1992-01-01, +/games/boxart/1783513ccc.jpg,Gobliins 2: The Prince Buffoon,PC,Puzzle,Sierra Entertainment,Coktel Vision,,,,,,,1992-01-01, +/games/boxart/full_goblins-quest-3_342PALFront.jpg,Goblins Quest 3,PC,Puzzle,Sierra Entertainment,Coktel Vision,,,,,,,1993-01-01, +/games/boxart/3244559ccc.jpg,Godzilla,GB,Puzzle,TOHO,Compile,,,,,,,1990-10-01, +/games/boxart/full_gold-fever_217AmericaFront.jpg,Gold Fever,DSiW,Puzzle,TikGames,Creat Studios,,,,,,,2011-06-16, +/games/boxart/full_gold-fever_3AmericaFront.gif,Gold Fever,PSN,Puzzle,TikGames,Creat Studios,,,,,,,2010-06-15, +/games/boxart/full_5617518AmericaFrontccc.jpg,Golden Tangram,XBL,Puzzle,Microsoft,Spyn Doctor,,,,,,,2009-08-15, +/games/boxart/full_9930765JapanFrontccc.jpg,Golem no Maigo,DC,Puzzle,Caramel Pot,Caramel Pot,,,,,,,2000-02-24, +/games/boxart/full_1503781AmericaFrontccc.png,Gothic Masquerade,3DS,Puzzle,SelectSoft,Teyon Entertainment,,,,,,,2014-08-14, +/games/boxart/full_greentechplus_684PALFront.jpg,GreenTechPLUS+,PSN,Puzzle,Unknown,Yoyo Games,,,,,,,2011-01-26, +/games/boxart/full_2499126AmericaFrontccc.jpg,Grid Chasers,XBL,Puzzle,Microsoft,Bright Night Games,,,,,,,2009-01-31, +/games/boxart/756687ccc.jpg,Gridders,3DO,Puzzle,3DO,Tetragon,,,,,,,1994-01-01, +/games/boxart/full_groovin-blocks_9AmericaFront.jpg,Groovin' Blocks,PSN,Puzzle,Sony Online Entertainment,Empty Clip Studios,,,,,,,2010-03-18, +/games/boxart/5748214ccc.jpg,Groovin' Blocks,WW,Puzzle,Nintendo,Empty Clip Studios,,,,,,,2008-09-08, +/games/boxart/full_groovin-blocks-psp_10AmericaFront.jpg,Groovin' Blocks (PSP),PSN,Puzzle,Sony Online Entertainment,Empty Clip Studios,,,,,,,2010-07-13, +/games/boxart/full_775804AmericaFrontccc.jpg,Gruntz,PC,Puzzle,Monolith Productions,Monolith Productions,,,,,,,1999-02-28, +/games/boxart/default.jpg,Gubble,PS,Puzzle,Unknown,Actual Entertainment,,,,,,,, +/games/boxart/full_4285387JapanFrontccc.jpg,GunPey,PS,Puzzle,Bandai,Yoshidayama Workshop,,,,,,,1999-12-16, +/games/boxart/full_7573050JapanFrontccc.jpg,GunPey,WS,Puzzle,Bandai,Bandai,,,,,,,1999-03-04, +/games/boxart/full_7295338JapanFrontccc.jpg,GunPey EX,WS,Puzzle,Bandai,Bandai,,,,,,,2000-12-09, +/games/boxart/full_8489193JapanFrontccc.jpg,Guru Logic Champ,GBA,Puzzle,Compile,Compile,,,,,,,2001-11-29, +/games/boxart/default.jpg,H2O,PC,Puzzle,Webfoot Technologies,Webfoot Technologies,,,,,,,1996-01-01, +/games/boxart/full_929442PALFrontccc.jpg,Habitrail Hamster Ball,PS2,Puzzle,Phoenix Games,Data Design Interactive,,,,,,,2005-01-01, +/games/boxart/default.jpg,Hachi-One Diver DS: Naruzou-kun wa Sami Shogi,DSiW,Puzzle,SilverStar,SilverStar Japan,,,,,,,2010-02-24, +/games/boxart/full_hack-this-game-2_792AmericaFront.jpg,Hack This Game 2,XBL,Puzzle,Microsoft,Utopioneer Games,,,,,,,2011-07-08, +/games/boxart/full_hacotama_800AmericaFront.jpg,HACOTAMA,XBL,Puzzle,Microsoft,YO1KOMORI,,,,,,,2011-09-08, +/games/boxart/default.jpg,Halloween: Trick or Treat,DSiW,Puzzle,Unknown,Virtual Playground,,,,,,,, +/games/boxart/default.jpg,Hamekomi Lucky Puzzle Wii Returns,WW,Puzzle,Tryfirst,Akinai Games,,,,,,,2009-09-29, +/games/boxart/full_hammer-heads-deluxe_117AmericaFront.jpg,Hammer Heads Deluxe,PC,Puzzle,PopCap Games,Nuclide,,,,,,,2006-09-21, +/games/boxart/full_hamster-club-awasete-chu_396JapanFront.jpg,Hamster Club Awasete Chu,GB,Puzzle,Jorudan,Jorudan,,,,,,,2000-09-22, +/games/boxart/full_5877690PALFrontccc.jpg,Hamster Heroes,PC,Puzzle,Data Design Interactive,Data Design Interactive,,,,,,,2005-07-27, +/games/boxart/full_8669314PALFrontccc.jpg,Hamster Heroes,PS2,Puzzle,Metro 3D,Data Design Interactive,,,,,,,2005-07-15, +/games/boxart/full_hamsterball_2AmericaFront.jpg,HamsterBall,PSN,Puzzle,TikGames,Creat Studios,,,,,,,2010-03-25, +/games/boxart/full_280406AmericaFrontccc.jpg,HamsterBall,PC,Puzzle,Brighter Minds Media,Raptisoft,,,,,,,2005-01-01, +/games/boxart/full_8230935JapanFrontccc.jpg,Hanagumi Taisen Columns 2,DC,Puzzle,Sega,Tenky,9,,,,,,2000-01-06, +/games/boxart/full_5944817AmericaFrontccc.jpg,Hangman,XBL,Puzzle,Microsoft,Bartycart,,,,,,,2009-10-14, +/games/boxart/full_3482272AmericaFrontccc.jpg,Happyface,XBL,Puzzle,Microsoft,DSRush,,,,,,,2009-01-03, +/games/boxart/full_9932516AmericaFrontccc.jpg,Hard-Hat Domo,DSiW,Puzzle,Nintendo,Suzak,,,,,,,2009-10-19, +/games/boxart/full_2556406JapanFrontccc.jpg,Harobots Action!!,DS,Puzzle,Sunrise Interactive,Sunrise Interactive,,,,,,,2005-12-29, +/games/boxart/default.jpg,Hasbro Family Game Night,PS3,Puzzle,Unknown,Electronic Arts,,,,,,,, +/games/boxart/full_7284541JapanFrontccc.jpg,Hatena Satena,GBA,Puzzle,Hudson Soft,Hudson,,,,,,,2001-10-04, +/games/boxart/full_hatris_3AmericaFront.jpg,Hatris,NES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1992-04-01, +/games/boxart/full_hatris_5JapanFront.jpg,Hatris,PCE,Puzzle,Micro Cabin,Micro Cabin,,,,,,,1991-05-24, +/games/boxart/1510177ccc.jpg,Hatris,GB,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1991-05-01, +/games/boxart/full_haunted-legends-the-queen-of-spades_669PALFront.jpg,Haunted Legends: The Queen of Spades,PC,Puzzle,Unknown,Big Fish Games,,,,,,,2011-08-01, +/games/boxart/full_1700583AmericaFrontccc.jpg,Hazardous Gas Unit,XBL,Puzzle,Microsoft,buddrick,,,,,,,2010-01-04, +/games/boxart/full_355184AmericaFrontccc.png,Hazumino,And,Puzzle,Unknown,Unknown,,,,,,,2014-04-26, +/games/boxart/full_hebereke-no-oishii-puzzle_505JapanFront.jpg,Hebereke no Oishii Puzzle,SNES,Puzzle,Sunsoft,SunSoft,,,,,,,1994-08-31, +/games/boxart/full_heberekes-popoitto_97PALFront.jpg,Hebereke's Popoitto,SAT,Puzzle,Sunsoft,Success,,,,,,,1995-01-01, +/games/boxart/full_heberekes-popoitto_522PALFront.jpg,Hebereke's Popoitto,PS,Puzzle,Sunsoft,SunSoft,,,,,,,1996-03-01, +/games/boxart/full_heberekes-popoitto_378JapanFront.jpg,Hebereke's Popoitto,SNES,Puzzle,Sunsoft,SunSoft,,,,,,,1995-09-30, +/games/boxart/full_heberekes-popoon_420PALFront.jpg,Hebereke's Popoon,SNES,Puzzle,Sunsoft,SunSoft,,,,,,,1994-01-01, +/games/boxart/full_heisei-tensai-bakabon-susume-bakabons_2JapanFront.jpg,Heisei Tensai Bakabon: Susume! Bakabons,SAT,Puzzle,General Entertainment,General Entertainment,,,,,,,1995-07-07, +/games/boxart/full_hello-kitty-no-beads-koubou_993JapanFront.jpg,Hello Kitty no Beads Koubou,GB,Puzzle,Imagineer,Imagineer,,,,,,,1999-07-17, +/games/boxart/full_3788312JapanFrontccc.jpg,Hello Kitty no Magical Block,DC,Puzzle,Sega,Sega,,,,,,,2000-03-30, +/games/boxart/full_hello-kitty-no-magical-museum_999JapanFront.jpg,Hello Kitty no Magical Museum,GB,Puzzle,Imagineer,Imagineer,,,,,,,1999-04-28, +/games/boxart/full_1832713JapanFrontccc.jpg,Hello Kitty no PacPac & Logic,DS,Puzzle,Dorart,Dorart,,,,,,,2009-07-30, +/games/boxart/full_1287845JapanFrontccc.jpg,Hello Kitty to Issho! Block Crash 123!!,PSP,Puzzle,Dorart,Dorart,,,,,,,2010-07-15, +/games/boxart/full_hello-kitty-to-issho-block-crash-123_10JapanFront.jpg,Hello Kitty to Issho! Block Crash 123!!,PSN,Puzzle,Dorart,Dorart,,,,,,,2010-07-15, +/games/boxart/full_hello-kittys-cube-frenzy_0AmericaFront.jpg,Hello Kitty's Cube Frenzy,GB,Puzzle,NewKidCo,Torus Games,,,,,,,1999-12-28, +/games/boxart/full_5045710JapanFrontccc.jpg,Hello Kitty: Lovely Fruit Park,DC,Puzzle,Sega,Sega,,,,,,,1999-11-25, +/games/boxart/full_herkules_562PALFront.jpg,Herkules,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, +/games/boxart/full_heroes-of-hellas_685AmericaFront.jpg,Heroes of Hellas,PC,Puzzle,Unknown,Jaibo Games,,,,,,,2007-11-14, +/games/boxart/default.jpg,Heroes of Hellas 3: Athens,PC,Puzzle,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2011-09-28,2019-05-03 +/games/boxart/full_6711648AmericaFrontccc.jpg,Heron: Steam Machine,WW,Puzzle,Triangle Studios,Triangle Studios,,,,,,,2010-01-04, +/games/boxart/full_1318497AmericaFrontccc.jpg,Hexcells Infinite,OSX,Puzzle,Matthew Brown,Matthew Brown,,,,,,,2014-09-01, +/games/boxart/full_6049480AmericaFrontccc.jpg,Hexcells Infinite,Linux,Puzzle,Matthew Brown,Matthew Brown,,,,,,,2014-09-01, +/games/boxart/full_hexcite-the-shapes-of-victory_9AmericaFront.jpg,Hexcite: The Shapes of Victory,GB,Puzzle,Ubisoft,Landwarf,,,,,,,1999-01-01, +/games/boxart/full_9873456AmericaFrontccc.jpg,Hexic 2,XBL,Puzzle,Microsoft,Carbonated Games,,,,,,,2007-08-15, +/games/boxart/full_7554736AmericaFrontccc.jpg,Hexic Deluxe,PC,Puzzle,Mumbo Jumbo,Carbonated Games,,,,,,,2007-01-24, +/games/boxart/full_1976548AmericaFrontccc.jpg,Hexic HD,XBL,Puzzle,Microsoft,Carbonated Games,7.4,,,,,,2005-11-22, +/games/boxart/full_9677097AmericaFrontccc.jpg,Hexothermic,XBL,Puzzle,Microsoft,David webb,,,,,,,2008-12-19, +/games/boxart/default.jpg,Hidden Escape,And,Puzzle,Unknown,Unknown,,,,,,,2015-04-12, +/games/boxart/full_6465496AmericaFrontccc.jpg,Hidden Mysteries: Buckingham Palace,PC,Puzzle,Unknown,,,,,,,,, +/games/boxart/default.jpg,Hidden Mysteries: Civil War,PC,Puzzle,Activision,Activision,,,,,,,2008-04-29, +/games/boxart/default.jpg,Hidden Mysteries: Forbidden City,PC,Puzzle,Unknown,Licensed 4U,,,,,,,2012-03-30, +/games/boxart/default.jpg,Hidden Mysteries: JFK Conspiracy,PC,Puzzle,Unknown,Licensed 4U,,,,,,,2011-11-30, +/games/boxart/full_hidden-mysteries-notre-dame_283PALFront.jpg,Hidden Mysteries: Notre Dame,PC,Puzzle,GameMill,Licensed 4U,,,,,,,2011-04-19, +/games/boxart/full_hidden-mysteries-salem-secrets-witch-trials-of-1692_806AmericaFront.jpg,Hidden Mysteries: Salem Secrets - Witch Trials of 1692,PC,Puzzle,GameMill,Gunnar Games,,,,,,,2010-11-10, +/games/boxart/default.jpg,Hidden Mysteries: Secrets of the White House,PC,Puzzle,Activision,GameMill Publishing,,,,,,,2009-08-27, +/games/boxart/default.jpg,Hidden Mysteries: Titanic 2,PC,Puzzle,Unknown,Licensed 4U,,,,,,,2011-11-30, +/games/boxart/full_hidden-photo_984AmericaFront.jpg,Hidden Photo,DSiW,Puzzle,Unknown,Subdued Software,,,,,,,2011-06-16, +/games/boxart/1575016ccc.jpg,Hidden Relics,PC,Puzzle,eGames,Toy Box,,,,,,,2008-03-07, +/games/boxart/full_hints-hunter_7AmericaFront.jpg,Hints Hunter,DSiW,Puzzle,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2010-08-02, +/games/boxart/default.jpg,Hitman GO,PC,Puzzle,Square Enix,Square Enix,,,,,,,2016-02-23, +/games/boxart/default.jpg,Hitman GO,PSV,Puzzle,Square Enix,Square Enix,,,,,,,2016-02-23, +/games/boxart/default.jpg,Hitman GO,PS4,Puzzle,Square Enix,Square Enix,,,,,,,2016-02-23, +/games/boxart/full_hive-sweeper_3PALFront.png,Hive Sweeper,PSN,Puzzle,Unknown,Skyl-com,,,,,,,2010-08-25, +/games/boxart/full_holiday-lemmings-1993_2PALFront.jpg,Holiday Lemmings 1993,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1993-01-01, +/games/boxart/full_holiday-lemmings-1994_2AmericaFront.jpg,Holiday Lemmings 1994,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1994-11-01, +/games/boxart/full_547478AmericaFrontccc.jpg,Holiday Trivia,XBL,Puzzle,Microsoft,JoMasta,,,,,,,2009-12-03, +/games/boxart/full_hong-kong_150JapanFront.jpg,Hong Kong,GB,Puzzle,Tokuma Shoten,Onion Software,,,,,,,1990-08-11, +/games/boxart/default.jpg,Hostile Makeover,PC,Puzzle,Big Fish Games,Big Fish Games,,,,,,,2009-10-17, +/games/boxart/full_287104AmericaFrontccc.jpg,Hot and Cold: A 3D Hidden Object Adventure,DSiW,Puzzle,Majesco,Majesco Games,,,,,,,2009-12-21, +/games/boxart/default.jpg,Hot Brain,PSP,Puzzle,Midway Games,Midway Studios San Diego,,,,,,,2007-06-18, +/games/boxart/full_7571545AmericaFrontccc.png,Hot Brain,PSN,Puzzle,Midway Games,Midway Studios San Diego,,,,,,,2009-09-30, +/games/boxart/full_5429298AmericaFrontccc.jpg,Hotel Danger,XBL,Puzzle,Microsoft,North West,,,,,,,2009-08-27, +/games/boxart/full_house-md-episode-1-globetrotting_222AmericaFront.jpg,House M.D. - Episode 1: Globetrotting,DSiW,Puzzle,Legacy Interactive,Legacy Interactive,,,,,,,2011-05-30, +/games/boxart/default.jpg,HOYLE Crosswords & Sudoku,PC,Puzzle,Unknown,Encore Software,,,,,,,, +/games/boxart/full_3807075JapanFrontccc.jpg,Hudson Selection Vol. 1: Cubic Lode Runner,PS2,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2003-11-27, +/games/boxart/full_hudson-selection-vol-1-cubic-lode-runner_762JapanFront.jpg,Hudson Selection Vol. 1: Cubic Lode Runner,GC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2003-07-10, +/games/boxart/full_4659844JapanFrontccc.jpg,Hungry Dinosaurs,SNES,Puzzle,Sunsoft,Magical Company,,,,,,,1995-01-03, +/games/boxart/full_6345907AmericaFrontccc.jpg,HuntersLunch,XBL,Puzzle,Microsoft,DK Alpla,,,,,,,2009-10-22, +/games/boxart/2042138ccc.jpg,Hyper Lode Runner,GB,Puzzle,Bandai,Broderbund,,,,,,,1989-01-02, +/games/boxart/full_5720319PALFrontccc.jpg,Hyperballoid HD,PSN,Puzzle,Isquared Games,iSquared Games,,,,,,,2010-04-22, +/games/boxart/full_i-spy-treasure-hunt_198AmericaFront.jpg,I Spy Treasure Hunt,PC,Puzzle,Scholastic Inc.,Scholastic,,,,,,,2001-01-01, +/games/boxart/full_icebreaker_6AmericaFront.jpg,Icebreaker,PC,Puzzle,Unknown,Magnet Interactive Studios,,,,,,,1995-10-31, +/games/boxart/6801920ccc.jpg,Icebreaker,3DO,Puzzle,Panasonic Interactive Media,Magnet Interactive Studios,,,,,,,1995-01-01, +/games/boxart/full_2122933AmericaFrontccc.jpg,Ichi,Linux,Puzzle,Stolen Couch Games,Stolen Couch Games,,,,,,,2014-06-12,2018-08-08 +/games/boxart/full_3515457AmericaFrontccc.jpg,Ichi,PC,Puzzle,Stolen Couch Games,Stolen Couch Games,,,,,,,2014-06-12,2018-08-08 +/games/boxart/full_8960841AmericaFrontccc.jpg,Ichi,OSX,Puzzle,Stolen Couch Games,Stolen Couch Games,,,,,,,2014-06-12,2018-08-08 +/games/boxart/default.jpg,Ichimoo Dajin! King Cat,DSiW,Puzzle,Tom Create,Tom Create,,,,,,,2009-10-07, +/games/boxart/default.jpg,Ide Yousuke no Kenkuo Mahjong DSi,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-02-25, +/games/boxart/full_iggle-pop_398AmericaFront.jpg,Iggle Pop!,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2004-11-17, +/games/boxart/full_iggle-pop-deluxe_388AmericaFront.jpg,Iggle Pop! Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2006-02-14, +/games/boxart/full_2207938JapanFrontccc.jpg,Igo o Nintarou!,PS,Puzzle,DigiCube,DigiCube,,,,,,,2002-03-28, +/games/boxart/full_ikibago_490AmericaFront.jpg,Ikibago,DSiW,Puzzle,Neko Entertainment,Yamago,,,,,,,2011-05-02, +/games/boxart/default.jpg,Illust Logic + Nihon no Mukashibanashi,DSiW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-09-30, +/games/boxart/full_637432JapanFrontccc.jpg,Illust Logic DS + Colorful Logic,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-10-25, +/games/boxart/full_438902JapanFrontccc.jpg,Imasugu Tsukaeru Mamechishiki: Quiz Zatsugaku-Ou DS,DS,Puzzle,Kamui,Jaleco Entertainment,,,,,,,2010-02-11, +/games/boxart/full_5928380AmericaFrontccc.jpg,Infinite Crosswords,PC,Puzzle,MSN Games,Playtonium Game,,,,,,,2005-01-01, +/games/boxart/default.jpg,Influence,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-06-22, +/games/boxart/full_8152956AmericaFrontccc.jpg,Interpol: The Trail of Dr. Chaos,XBL,Puzzle,Microsoft,"TikGames, LLC",,,,,,,2009-01-07, +/games/boxart/full_1210499AmericaFrontccc.png,Interpol: The Trail of Dr. Chaos,PSN,Puzzle,TikGames,"TikGames, LLC",,,,,,,2009-09-17, +/games/boxart/1099056ccc.jpg,Interpol: The Trail of Dr. Chaos,PC,Puzzle,TikGames,"TikGames, LLC",,,,,,,2007-09-05, +/games/boxart/full_9228357AmericaFrontccc.png,IQ Test,WiiU,Puzzle,Unknown,Ninja Pig Studios,,,,,,,2014-07-31,2018-01-03 +/games/boxart/full_3464668JapanFrontccc.jpg,Iraroji VOW,DS,Puzzle,From Software,From Software,,,,,,,2007-05-24, +/games/boxart/1936247ccc.jpg,Ishido,GB,Puzzle,ASCII Entertainment,Nexoft,,,,,,,1990-08-03, +/games/boxart/8503562ccc.jpg,It's Mr Pants,GBA,Puzzle,THQ,Rare Ltd.,7.5,,,,,,2005-11-15, +/games/boxart/full_2753340JapanFrontccc.jpg,Itsu Demo Doko Demo Dekiru Igo: AI Igo DS,DS,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2006-02-23, +/games/boxart/full_1264745JapanFrontccc.jpg,Itsu Demo Doko Demo Dekiru Shogi: AI Shogi DS,DS,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2006-02-23, +/games/boxart/full_ivy-the-kiwi-mini_0AmericaFront.jpg,Ivy the Kiwi? mini,DSiW,Puzzle,Xseed Games,PROPE,,,,,,,2010-10-11, +/games/boxart/default.jpg,Ivy the Kiwi? mini,WW,Puzzle,Unknown,PROPE,,,,,,,, +/games/boxart/full_9766814PALFrontccc.jpg,Jello,PS2,Puzzle,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/full_8369937AmericaFrontccc.jpg,Jelly Belly: Ballistic Beans,PS2,Puzzle,Zoo Digital Publishing,Blue Monkey Studios,,,,,,,2009-04-21, +/games/boxart/full_jellyfish-md_131AmericaFront.jpg,Jellyfish MD,XBL,Puzzle,Microsoft,Kevin Costello,,,,,,,2011-09-02, +/games/boxart/full_jewel-keepers-easter-island_466PALFront.png,Jewel Keepers: Easter Island,PSN,Puzzle,Nordcurrent,Nordcurrent,,,,,,,2010-11-16, +/games/boxart/full_jewel-keepers-easter-island_803AmericaFront.jpg,Jewel Keepers: Easter Island,WW,Puzzle,Nordcurrent,Nordcurrent,,,,,,,2011-02-21, +/games/boxart/full_jewel-keepers-easter-island_43AmericaFront.jpg,Jewel Keepers: Easter Island,DSiW,Puzzle,Nordcurrent,Nordcurrent,6,,,,,,2011-07-07, +/games/boxart/full_jewel-match_285PALFront.jpg,Jewel Match,PC,Puzzle,iWin,iWin,,,,,,,2007-03-07, +/games/boxart/full_4421508AmericaFrontccc.jpg,Jewel Quest,PC,Puzzle,Mumbo Jumbo,"iWin, Inc.",8,,,,,,2004-10-29, +/games/boxart/full_5998353AmericaFrontccc.jpg,Jewel Quest,XBL,Puzzle,iWin,"iWin, Inc.",6.8,,,,,,2006-03-08, +/games/boxart/full_4333129AmericaFrontccc.jpg,Jewelry Master Twinkle,XBL,Puzzle,Microsoft,ARIKA CO LTD,,,,,,,2009-12-26, +/games/boxart/full_9574185AmericaFrontccc.jpg,Jewels of Cleopatra,PC,Puzzle,Encore,"Encore Software, Inc.",,,,,,,2007-07-09, +/games/boxart/full_7524183AmericaFrontccc.jpg,JigDoku,XBL,Puzzle,Microsoft,Wiley,,,,,,,2009-04-24, +/games/boxart/default.jpg,Jigsaw 365,PC,Puzzle,MSN Games,Playtonium Game,,,,,,,2005-01-01, +/games/boxart/full_6420469JapanFrontccc.jpg,Jigsaw Land: Japan Graffiti,PS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1996-09-13, +/games/boxart/full_9784126AmericaFrontccc.jpg,Jigsaw Madness,PS,Puzzle,XS Games,Nippon Ichi Software,,,,,,,2002-12-01, +/games/boxart/full_jigsaw-madness_4AmericaFront.jpg,Jigsaw Madness,PSN,Puzzle,Sony Computer Entertainment,Nippon Ichi Software,,,,,,,2010-03-18, +/games/boxart/full_4713053JapanFrontccc.jpg,Jigsaw Puzzle DS: DS de Meguru Sekai Isan no Tabi,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2008-03-06, +/games/boxart/full_6070995AmericaFrontccc.jpg,Jigsaw Puzzle Express,XBL,Puzzle,Microsoft,arcarocket,,,,,,,2009-02-25, +/games/boxart/full_1915985JapanFrontccc.jpg,Jigsaw Puzzle: Kyou no Wanko,Wii,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-07-26, +/games/boxart/full_4523540JapanFrontccc.jpg,Jigsaw World,PS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1995-02-03, +/games/boxart/full_8881608AmericaFrontccc.jpg,Jigsaw World,XBL,Puzzle,Microsoft,EduardoJimenez,,,,,,,2009-06-09, +/games/boxart/full_8199916JapanFrontccc.jpg,Jigsaw World: Daigekitou! Jig-Battle Heroes,DS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2008-06-26, +/games/boxart/full_50988JapanFrontccc.jpg,Jukugon,PSP,Puzzle,Sega,Sonic Team,,,,,,,2006-07-13, +/games/boxart/full_jumpstart-deep-sea-escape_759AmericaFront.jpg,JumpStart: Deep Sea Escape,DS,Puzzle,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2011-03-15, +/games/boxart/full_6264643AmericaFrontccc.jpg,Junction,GG,Puzzle,Micronet,Micronet,,,,,,,1991-01-01, +/games/boxart/full_7558997AmericaFrontccc.jpg,Junction,GEN,Puzzle,Micronet,Micronet,,,,,,,1990-01-01, +/games/boxart/full_2990063JapanFrontccc.jpg,Junk Brain Diagnosis: Kanako Enomoto,PS,Puzzle,Oracion,Unknown,,,,,,,1999-03-25, +/games/boxart/full_9244902AmericaFrontccc.jpg,Junkyard Battle,XBL,Puzzle,Microsoft,Daevid,,,,,,,2009-09-27, +/games/boxart/full_5644492AmericaFrontccc.png,K-Nika,And,Puzzle,Devilish Developments,Devilish Developments,,,,,,,2014-07-16, +/games/boxart/4435515ccc.jpg,Ka-blooey,SNES,Puzzle,Kemco,Mirrorsoft,,,,,,,1992-08-01, +/games/boxart/default.jpg,Kai Illust Puzzle Guru Guru Logic,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-12-02, +/games/boxart/default.jpg,Kaleidoscope,PSN,Puzzle,Isquared Games,iSquared Games,,,,,,,2011-09-21, +/games/boxart/full_4056973AmericaFrontccc.jpg,Kaotik Puzzle,XBL,Puzzle,Microsoft,Silvermax,,,,,,,2009-12-30, +/games/boxart/full_karimogi_592AmericaFront.png,Karimogi,PSN,Puzzle,StormBASIC,StormBasic Games,,,,,,,2011-01-18, +/games/boxart/default.jpg,Katamari Damacy Online,PC,Puzzle,Unknown,WindySoft,,,,,,,, +/games/boxart/full_6961279AmericaFrontccc.jpg,Ker Plunk! / Toss Across / Tip It,GBA,Puzzle,"Destination Software, Inc",Gravity-I,,,,,,,2006-08-31, +/games/boxart/3747454ccc.jpg,Kickle Cubicle,NES,Puzzle,Irem Software Engineering,Irem Software Engineering,,,,,,,1990-09-01, +/games/boxart/full_49658JapanFrontccc.jpg,Kidou Gekidan Haro Ichiza: Haro no Puyo Puyo,GBA,Puzzle,Bandai,Bandai,,,,,,,2005-07-21, +/games/boxart/full_4088383JapanFrontccc.jpg,Kinetic Connection,GG,Puzzle,Sega,Sega,,,,,,,1991-03-29, +/games/boxart/2330435ccc.jpg,King Arthur's World,SNES,Puzzle,Jaleco,Argonaut Games,,,,,,,1993-03-27, +/games/boxart/full_5624380PALFrontccc.jpg,King of Clubs,DS,Puzzle,Oxygen Interactive,Oxygen Interactive,,,,,,,2008-07-25, +/games/boxart/full_1971025JapanFrontccc.jpg,Kirby no KiraKira Kids,SNES,Puzzle,Nintendo,HAL Laboratory,,,,,,,1997-11-30, +/games/boxart/full_3854600JapanFrontccc.jpg,Kirby no KiraKira Kids,VC,Puzzle,Nintendo,HAL Laboratory,,,,,,,2010-01-05, +/games/boxart/4786362ccc.jpg,Kirby's Avalanche,SNES,Puzzle,Nintendo,HAL Laboratory,,,,,,,1995-02-01, +/games/boxart/7730133ccc.gif,Kirby's Avalanche,VC,Puzzle,Nintendo,HAL Laboratory,,,,,,,2007-09-24, +/games/boxart/full_2382391JapanFrontccc.jpg,Kita e. Photo Memories,DC,Puzzle,Hudson Soft,Hudson,,,,,,,1999-08-05, +/games/boxart/default.jpg,Klax,PC,Puzzle,Domark Software,Tengen,,,,,,,1992-01-01, +/games/boxart/full_1820962AmericaFrontccc.jpg,Klax,PCE,Puzzle,Tengen,Atari,,,,,,,1990-01-01, +/games/boxart/full_6470672AmericaFrontccc.jpg,Klax,GG,Puzzle,Tengen,Tengen,,,,,,,1992-01-01, +/games/boxart/full_klax_7AmericaFront.jpg,Klax,7800,Puzzle,Unknown,Atari,,,,,,,2002-01-01, +/games/boxart/full_klax_1AmericaFront.jpg,Klax,GEN,Puzzle,Tengen,Tengen,,,,,,,1990-09-06, +/games/boxart/full_klax_6PALFront.jpg,Klax,MS,Puzzle,Tengen,Tengen,,,,,,,1991-01-01, +/games/boxart/3948104ccc.jpg,Klax,GB,Puzzle,Hudson Soft,Tengen,,,,,,,1991-07-01, +/games/boxart/4757744ccc.jpg,Klax,NES,Puzzle,Tengen,Tengen,,,,,,,1990-01-01, +/games/boxart/2738343ccc.jpg,Klax,Lynx,Puzzle,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_3540699AmericaFrontccc.jpg,Klax (GBC),GB,Puzzle,Midway Games,Digital Eclipse,,,,,,,1999-04-01, +/games/boxart/full_know-how_1PALFront.jpg,Know How,PC,Puzzle,CDV Software Entertainment,Bitfield GmbH,,,,,,,2008-05-31, +/games/boxart/full_know-how_9PALFront.jpg,Know How,DS,Puzzle,CDV Software Entertainment,Bitfield GmbH,,,,,,,2008-10-30, +/games/boxart/full_koinu-de-kururin_758JapanFront.jpg,Koinu de Kururin,DS,Puzzle,MTO,MTO,,,,,,,2008-02-14, +/games/boxart/full_7656747JapanFrontccc.jpg,Kokoro o Yasumeru Otona no Nurie DS 2,DS,Puzzle,Ertain,Ertain,,,,,,,2007-12-06, +/games/boxart/full_5974721JapanFrontccc.jpg,Koro Koro Puzzle Happy Panechu!,GBA,Puzzle,Nintendo,Nintendo,,,,,,,2002-03-08, +/games/boxart/full_3023669JapanFrontccc.jpg,Korogashi Puzzle Katamari Damacy,DSiW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2009-03-25, +/games/boxart/full_kotoba-no-puzzle-mojipittan_5JapanFront.jpg,Kotoba no Puzzle: Mojipittan,PS2,Puzzle,Namco,Namco,,,,,,,2003-01-09, +/games/boxart/full_526787JapanFrontccc.jpg,Kotoba no Puzzle: Mojipittan Advance,GBA,Puzzle,Namco,Namco,,,,,,,2003-01-09, +/games/boxart/default.jpg,Kotoba no Puzzle: Mojipittan Wii,WW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2008-03-25, +/games/boxart/full_krazy-kreatures_1AmericaFront.jpg,Krazy Kreatures,NES,Puzzle,American Video Entertainment,American Video Entertainment,,,,,,,1990-01-01, +/games/boxart/full_5056246AmericaFrontccc.jpg,KrissX,XBL,Puzzle,Microsoft,Regolith Games Ltd,6.5,,,,,,2010-01-27, +/games/boxart/default.jpg,KrissX,PC,Puzzle,Unknown,Regolith Games,,,,,,,, +/games/boxart/default.jpg,KrissX,WW,Puzzle,Unknown,Regolith Games Ltd,,,,,,,, +/games/boxart/default.jpg,Krusty's Fun House,MS,Puzzle,Flying Edge,Audiogenic Software Ltd.,,,,,,,1992-01-01, +/games/boxart/5455356ccc.jpg,Krusty's Fun House,NES,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1992-09-01, +/games/boxart/full_krustys-fun-house_251AmericaFront.jpg,Krusty's Fun House,PC,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1993-01-01, +/games/boxart/full_140656PALFrontccc.jpg,Krusty's Fun House,GB,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1994-01-01, +/games/boxart/full_5791831AmericaFrontccc.jpg,Krusty's Funhouse,GG,Puzzle,Flying Edge,Audiogenic Software Ltd.,,,,,,,1993-01-01, +/games/boxart/707805ccc.jpg,Krusty's Super Fun House,SNES,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1992-06-01, +/games/boxart/full_3305870AmericaFrontccc.jpg,Krusty's Super Fun House,GEN,Puzzle,Flying Edge,Audiogenic Software Ltd.,,,,,,,1993-01-01, +/games/boxart/full_2009547AmericaFrontccc.jpg,Kuchibi,XBL,Puzzle,Microsoft,Spyn Doctor,,,,,,,2009-09-07, +/games/boxart/full_5824467PALFrontccc.png,Kula World,PSN,Puzzle,Sony Computer Entertainment,Game Design Sweden AB,,,,,,,2007-11-29, +/games/boxart/full_7443810AmericaFrontccc.png,Kurulin Fusion,PSN,Puzzle,MTO,Tozai Games,,,,,,,2009-12-10, +/games/boxart/full_8850064JapanFrontccc.jpg,Kurupara,WS,Puzzle,Tom Create,Tom Create,,,,,,,2001-06-14, +/games/boxart/full_kururin-pa_459JapanFront.jpg,Kururin Pa!,SAT,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1996-02-23, +/games/boxart/full_kururin-pa_50JapanFront.jpg,Kururin Pa!,PS,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1995-07-07, +/games/boxart/full_6228547JapanFrontccc.jpg,Kururin Squash!,GC,Puzzle,Nintendo,Eighting,,,,,,,2004-10-14, +/games/boxart/full_kurushi-final-mental-blocks_4PALFront.jpg,Kurushi Final: Mental Blocks,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-06-16, +/games/boxart/2103188ccc.jpg,Kwirk,GB,Puzzle,Acclaim Entertainment,Atlus Co.,,,,,,,1990-01-02, +/games/boxart/full_labyrinth_5PALFront.png,Labyrinth,PSN,Puzzle,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-21, +/games/boxart/default.jpg,Lady Layton: The Millionaire Ariadone's Conspiracy,3DS,Puzzle,Unknown,Level 5,,,,,,,, +/games/boxart/default.jpg,Lady Layton: The Millionaire Ariadone's Conspiracy,And,Puzzle,Level 5,Level 5,,,,,,,2018-01-01, +/games/boxart/full_8283520AmericaFrontccc.jpg,Landmark,XBL,Puzzle,Microsoft,IshSaid,,,,,,,2009-01-04, +/games/boxart/full_leedmees_393AmericaFront.jpg,Leedmees,XBL,Puzzle,Konami,Konami,6.5,,,,,,2011-09-07, +/games/boxart/default.jpg,Legend of Fae,PC,Puzzle,Endless Fluff Games,Endless Fluff Games,8,,,,,,2011-06-26, +/games/boxart/9080122ccc.gif,Lemmings,SNES,Puzzle,Sunsoft,DMA Design,,,,,,,1992-03-01, +/games/boxart/6233709ccc.jpg,Lemmings,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1991-01-01, +/games/boxart/full_lemmings_3PALFront.jpg,Lemmings,MS,Puzzle,Sega,Psygnosis,,,,,,,1992-01-01, +/games/boxart/full_4454734AmericaFrontccc.jpg,Lemmings,NES,Puzzle,Sunsoft,SunSoft,,,,,,,1992-11-01, +/games/boxart/full_lemmings_6AmericaFront.jpg,Lemmings,PSN,Puzzle,Sony Computer Entertainment,Team17 Software,6.5,,,,,,2006-12-07, +/games/boxart/7552231ccc.jpg,Lemmings,GEN,Puzzle,Sunsoft,DMA Design,,,,,,,1992-01-01, +/games/boxart/full_lemmings_8JapanFront.jpg,Lemmings,PCE,Puzzle,Sunsoft,Kuusou Kagaku,,,,,,,1992-11-28, +/games/boxart/9720804ccc.jpg,Lemmings,Lynx,Puzzle,Atari,DMA Design,,,,,,,1993-01-01, +/games/boxart/full_lemmings_4JapanFront.jpg,Lemmings,3DO,Puzzle,Electronic Arts Victor,DMA Design,,,,,,,1994-08-06, +/games/boxart/9791333ccc.jpg,Lemmings,GB,Puzzle,Imagineer,DMA Design,,,,,,,1994-08-01, +/games/boxart/full_112474AmericaFrontccc.jpg,Lemmings,GG,Puzzle,Sega,Probe Entertainment Limited,,,,,,,1992-01-01, +/games/boxart/full_6288527AmericaFrontccc.jpg,Lemmings & Oh No! More Lemmings,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1995-01-01, +/games/boxart/full_2712923AmericaFrontccc.jpg,Lemmings & Oh No! More Lemmings,PS,Puzzle,Psygnosis,DMA Design,,,,,,,1998-01-01, +/games/boxart/full_9031520AmericaFrontccc.jpg,Lemmings & Oh No! More Lemmings,GB,Puzzle,Take-Two Interactive,J-Wing,,,,,,,2000-12-01, +/games/boxart/full_4100909AmericaFrontccc.png,Lemmings (PSP),PSN,Puzzle,Sony Computer Entertainment,Team17 Software,,,,,,,2009-10-21, +/games/boxart/full_3617549PALFrontccc.jpg,Lemmings 2: The Tribes,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1993-01-01, +/games/boxart/6135443ccc.jpg,Lemmings 2: The Tribes,GEN,Puzzle,Psygnosis,Digital Developments,,,,,,,1994-01-01, +/games/boxart/full_lemmings-2-the-tribes_3PALFront.jpg,Lemmings 2: The Tribes,GB,Puzzle,Psygnosis,DMA Design,,,,,,,1994-01-01, +/games/boxart/5746893ccc.jpg,Lemmings 2: The Tribes,SNES,Puzzle,Psygnosis,DMA Design,,,,,,,1994-11-01, +/games/boxart/full_991240AmericaFrontccc.jpg,Lemmings Touch,PSV,Puzzle,Sony Computer Entertainment,d3t Ltd,,,,,,,2014-05-27,2018-09-16 +/games/boxart/full_lemmings-x-mas_10PALFront.jpg,Lemmings X-Mas,PC,Puzzle,Dice Multimedia,Psygnosis,,,,,,,2004-01-01, +/games/boxart/full_4156354AmericaFrontccc.jpg,Lexica,PC,Puzzle,"Merge Interactive, Incorporated","Merge Interactive, Incorporated",,,,,,,2014-07-04, +/games/boxart/full_lexis_87AmericaFront.jpg,Lexis,Lynx,Puzzle,Songbird Productions,Songbird Productions,,,,,,,1999-01-01, +/games/boxart/default.jpg,Libble Rabble (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-11-17, +/games/boxart/default.jpg,Lifeless Planet,XOne,Puzzle,Williams Entertainment Inc.,Williams Entertainment Inc.,,,,,,,2015-05-13, +/games/boxart/full_5409581AmericaFrontccc.jpg,Lights Off,XBL,Puzzle,Microsoft,Massif,,,,,,,2009-02-17, +/games/boxart/full_liight_190AmericaFront.jpg,Liight,WW,Puzzle,Unknown,Studio Walljump,,,,,,,2011-03-14, +/games/boxart/3698158ccc.jpg,Line Rider 2: Unbound,PC,Puzzle,"Genius Products, Inc.",InXile Entertainment,,,,,,,2008-08-12, +/games/boxart/full_5717012AmericaFrontccc.png,LINE: Disney Tsum Tsum,And,Puzzle,NAVER JAPAN,NAVER JAPAN,,,,,,,2014-07-01, +/games/boxart/full_3223013AmericaFrontccc.jpg,Lines,XBL,Puzzle,Microsoft,EdAndersenUK,,,,,,,2008-11-12, +/games/boxart/full_5264026AmericaFrontccc.jpg,Linger in Shadows,PSN,Puzzle,Sony Computer Entertainment,Plastic,,,,,,,2008-10-09, +/games/boxart/full_4667426AmericaFrontccc.jpg,Link 'n' Launch,DSiW,Puzzle,Nintendo,Intelligent Systems,,,,,,,2010-02-08, +/games/boxart/full_9402063AmericaFrontccc.jpg,Link Attack,XBL,Puzzle,Microsoft,wizlon,,,,,,,2009-10-28, +/games/boxart/full_976521AmericaFrontccc.jpg,LIT,WW,Puzzle,WayForward,WayForward Technologies,,,,,,,2009-02-09, +/games/boxart/full_8529586PALFrontccc.jpg,Little Book of Big Secrets,DS,Puzzle,505 Games,505 Games,,,,,,,2010-04-23, +/games/boxart/full_3936990AmericaFrontccc.jpg,Little Farm,PC,Puzzle,Mumbo Jumbo,Hot Lava,,,,,,,2008-05-20, +/games/boxart/3218442ccc.jpg,Little Shop of Treasures,PC,Puzzle,GameHouse,GameHouse,,,,,,,2007-03-28, +/games/boxart/full_little-shop-of-treasures-2_3PALFront.jpg,Little Shop of Treasures 2,PC,Puzzle,GameHouse,GameHouse,,,,,,,2007-09-26, +/games/boxart/691615ccc.jpg,Lock n' Chase,GB,Puzzle,Sunsoft,Data East,,,,,,,1990-01-02, +/games/boxart/full_4340360JapanFrontccc.jpg,Lode Runner,GBA,Puzzle,Success,Success,,,,,,,2003-02-21, +/games/boxart/7490453ccc.jpg,Lode Runner,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-06-11, +/games/boxart/full_3141424AmericaFrontccc.jpg,Lode Runner,XBL,Puzzle,Microsoft,Tozai Games / SouthEnd Interactive,7,,,,,,2009-04-22, +/games/boxart/full_526745JapanFrontccc.jpg,Lode Runner Twin: Justy to Liberty no Daibouken,SNES,Puzzle,T&E Soft,Tikipod,,,,,,,1994-07-29, +/games/boxart/full_9680239JapanFrontccc.jpg,Lode Runner: Domdom Dan no Yabou!,GB,Puzzle,Xing Entertainment,Xing Entertainment,,,,,,,2000-04-28, +/games/boxart/full_lode-runner-nawareta-meikyuu_7JapanFront.jpg,Lode Runner: Lost Labyrinth,PCE,Puzzle,Pack-In-Video,Pack-In-Video,,,,,,,1990-07-27, +/games/boxart/full_1867131AmericaFrontccc.jpg,Lonpos,WW,Puzzle,Nintendo,Genki,,,,,,,2009-02-02, +/games/boxart/full_2104546AmericaFrontccc.jpg,Looksley's Line Up,DSiW,Puzzle,Nintendo,"Good-Feel Co., Ltd.",,,,,,,2010-05-17, +/games/boxart/full_3688801JapanFrontccc.jpg,Loopop Cube: Loop ★ Salad Portable: Matatabi,PSP,Puzzle,Dimple Entertainment,Dimple Entertainment,,,,,,,2010-01-28, +/games/boxart/full_7560630JapanFrontccc.jpg,Loopop Cube: Loop * Salad DS,DS,Puzzle,Dimple Entertainment,Dimple Entertainment,,,,,,,2008-01-31, +/games/boxart/4082344ccc.jpg,LoopZ,GB,Puzzle,Mindscape,Argonaut Games,,,,,,,1990-01-02, +/games/boxart/full_2781234AmericaFrontccc.jpg,Loopz,NES,Puzzle,Mindscape,Audiogenic,,,,,,,1990-10-01, +/games/boxart/default.jpg,Lost Chronicles: Fall of Caesar,PC,Puzzle,Avanquest,Vast Studios,,,,,,,2011-11-25, +/games/boxart/default.jpg,Lost Chronicles: Salem,PC,Puzzle,Unknown,Vast Studios,,,,,,,, +/games/boxart/full_lost-island-hidden-object-game_3AmericaFront.jpg,Lost Island: Hidden Object Game,WW,Puzzle,Ateam,Ateam Inc.,,,,,,,2010-09-13, +/games/boxart/default.jpg,Lost Secrets: Caribbean Explorer - Secrets of the Sea,PC,Puzzle,Activision,Unknown,,,,,,,2009-05-17, +/games/boxart/full_lost-vikings-2_1AmericaFront.jpg,Lost Vikings 2,SNES,Puzzle,Interplay,Blizzard Entertainment,,,,,,,1997-05-01, +/games/boxart/full_lucid_993AmericaFront.jpg,Lucid,PC,Puzzle,Unknown,YeaBoing,,,,,,,2011-07-19, +/games/boxart/full_lucky-clover_835AmericaFront.jpg,Lucky Clover,PC,Puzzle,Anarchy Enterprises,Anarchy Enterprises,,,,,,,2008-01-30, +/games/boxart/full_lucle_197JapanFront.jpg,Lucle,GB,Puzzle,Nintendo,Vic Tokai,,,,,,,1995-01-01, +/games/boxart/full_lume_623AmericaFront.jpg,Lume,PC,Puzzle,Unknown,State of Play Games,,,,,,,2011-05-09, +/games/boxart/full_7741732AmericaFrontccc.jpg,Lumines,PC,Puzzle,WildTangent,Q Entertainment,,,,,,,2007-11-29, +/games/boxart/full_3253767AmericaFrontccc.jpg,Lumines Advance Pack,PC,Puzzle,Q Entertainment,Q Entertainment,,,,,,,2008-04-18, +/games/boxart/full_3956457AmericaFrontccc.jpg,Lumines Live!,XBL,Puzzle,Q Entertainment,Q Entertainment Inc.,,,,,,,2006-10-18, +/games/boxart/480908ccc.jpg,Lumines Plus,PS2,Puzzle,Disney Interactive Studios,Q Entertainment,,,,,,,2007-02-27, +/games/boxart/full_lumines-supernova_0AmericaFront.jpg,Lumines Supernova,PSN,Puzzle,Q Entertainment,Q Entertainment,,,,,,,2008-12-23, +/games/boxart/full_9336790AmericaFrontccc.png,Luminux,And,Puzzle,Bulkypix,Bulkypix,,,,,,,2014-06-04, +/games/boxart/full_74799AmericaFrontccc.jpg,Luxor,PC,Puzzle,Activision,MumboJumbo,,,,,,,2005-03-17, +/games/boxart/full_732678AmericaFrontccc.jpg,Luxor 2,XBL,Puzzle,United Developers,MumboJumbo,5.5,,,,,,2007-04-04, +/games/boxart/full_8682848AmericaFrontccc.jpg,Luxor 2,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2006-11-15, +/games/boxart/full_6676408AmericaFrontccc.jpg,Luxor 3,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-06-16, +/games/boxart/default.jpg,Luxor Adventures,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2009-12-01, +/games/boxart/full_4728034AmericaFrontccc.jpg,Luxor Amun Rising,PC,Puzzle,Mac Play,Mac Play,,,,,,,2005-11-22, +/games/boxart/full_8335789AmericaFrontccc.jpg,Luxor Mahjong,PC,Puzzle,Mumbo Jumbo,Mac Play,,,,,,,2006-01-01, +/games/boxart/full_4059816AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,PSP,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-12-18, +/games/boxart/full_8976903AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,PS2,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-11-20, +/games/boxart/full_9965655AmericaFrontccc.png,Luxor: Pharaoh's Challenge,PSN,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-12-18, +/games/boxart/full_1972632AmericaFrontccc.jpg,Luxor: Quest for the Afterlife,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-11-04, +/games/boxart/full_9246972AmericaFrontccc.png,Luxor: The Wrath of Set,PSN,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2010-01-14, +/games/boxart/full_2662864AmericaFrontccc.jpg,Lynx Othello,Lynx,Puzzle,Unknown,Harry Dodgson,,,,,,,2000-01-01, +/games/boxart/full_3052204AmericaFrontccc.jpg,M&M's Break' Em,GBA,Puzzle,DSI Games,Frame Studios Interactive,,,,,,,2007-02-06, +/games/boxart/full_8521095AmericaFrontccc.jpg,M&M's Break' Em,DS,Puzzle,DSI Games,Frame Studios Interactive,,,,,,,2007-03-25, +/games/boxart/full_3635156AmericaFrontccc.jpg,Maboshi's Arcade,WW,Puzzle,Nintendo,Nintendo,8.5,,,,,,2008-12-29, +/games/boxart/default.jpg,Mad Blocker Adventure,PSV,Puzzle,Unknown,Open Emotion Studios,,,,,,,, +/games/boxart/full_mad-blocker-alpha-revenge-of-the-fluzzles_528PALFront.jpg,Mad Blocker Alpha: Revenge of the Fluzzles,PSN,Puzzle,Unknown,Open Emotion Studios,,,,,,,2011-04-19, +/games/boxart/full_3757757AmericaFrontccc.jpg,MADRISM,XBL,Puzzle,Microsoft,Techarts,,,,,,,2009-08-11, +/games/boxart/full_1242559AmericaFrontccc.jpg,MadStone,WW,Puzzle,Riverman Media,Riverman Media,,,,,,,2008-10-06, +/games/boxart/full_magic-orbz_9AmericaFront.jpg,Magic Orbz,PSN,Puzzle,Sony Computer Entertainment,Creat Studios,,,,,,,2009-01-15, +/games/boxart/full_9206378AmericaFrontccc.jpg,Magical Beat,PSV,Puzzle,Arc System Works,Arc System Works,,,,,,,2014-06-17, +/games/boxart/full_4045799JapanFrontccc.jpg,Magical Drop,VC,Puzzle,G-mode,Data East,,,,,,,2007-05-29, +/games/boxart/full_8651486JapanFrontccc.jpg,Magical Drop,SNES,Puzzle,Data East,Data East,,,,,,,1995-10-20, +/games/boxart/full_1359068AmericaFrontccc.jpg,Magical Drop,GB,Puzzle,Classified Games,Conspiracy Entertainment,,,,,,,2000-10-18, +/games/boxart/full_7346830JapanFrontccc.jpg,Magical Drop,PS,Puzzle,Data East,Data East,,,,,,,1996-01-13, +/games/boxart/full_1158037JapanFrontccc.jpg,Magical Drop,SAT,Puzzle,Data East,Data East,,,,,,,1995-12-15, +/games/boxart/full_8732027JapanFrontccc.jpg,Magical Drop + Wonderful!,PS,Puzzle,Data East,Data East,,,,,,,1999-02-25, +/games/boxart/full_3601031JapanFrontccc.jpg,Magical Drop 2,NG,Puzzle,SNK,Data East,,,,,,,1996-04-19, +/games/boxart/full_4596788JapanFrontccc.jpg,Magical Drop 2,SNES,Puzzle,Data East,Data East,,,,,,,1996-09-20, +/games/boxart/full_1618063JapanFrontccc.jpg,Magical Drop 2,SAT,Puzzle,Sega,Data East,,,,,,,1996-09-27, +/games/boxart/full_magical-drop-2-cd_3JapanFront.jpg,Magical Drop 2 (CD),NG,Puzzle,Data East,Data East,,,,,,,1996-05-24, +/games/boxart/full_magical-drop-f_3AmericaFront.jpg,Magical Drop F,PSN,Puzzle,Sony Computer Entertainment,Data East,,,,,,,2010-10-05, +/games/boxart/full_6034507JapanFrontccc.jpg,Magical Drop F: Daibouken Mo Rakujyanai!,PS,Puzzle,Data East,Data East,,,,,,,1999-10-21, +/games/boxart/full_7926255JapanFrontccc.jpg,Magical Drop for WonderSwan,WS,Puzzle,Data East,Data East,,,,,,,1999-10-14, +/games/boxart/full_8612815JapanFrontccc.jpg,Magical Drop II,VC,Puzzle,D4 Enterprise,Data East,,,,,,,2010-11-29, +/games/boxart/full_4777292PALFrontccc.jpg,Magical Drop III,PS,Puzzle,Swing! Entertainment,Data East,,,,,,,2000-07-23, +/games/boxart/full_4576679JapanFrontccc.jpg,Magical Drop III,SAT,Puzzle,Data East,Data East,,,,,,,1997-06-20, +/games/boxart/full_magical-drop-iii_0JapanFront.jpg,Magical Drop III,VC,Puzzle,D4 Enterprise,Data East,,,,,,,2010-12-27, +/games/boxart/full_9687572JapanFrontccc.jpg,Magical Drop III,NG,Puzzle,SNK,Data East,,,,,,,1997-04-25, +/games/boxart/default.jpg,Magical Drop Yurutto,DSiW,Puzzle,G-mode,G-mode,,,,,,,2009-07-29, +/games/boxart/full_9601830AmericaFrontccc.jpg,Magical Puzzle Popils,GG,Puzzle,Tengen,Tengen,,,,,,,1992-01-01, +/games/boxart/full_2307425AmericaFrontccc.jpg,Magical Tetris Challenge,GB,Puzzle,Capcom,Capcom,,,,,,,2000-02-17, +/games/boxart/full_2148937PALFrontccc.jpg,Magical Tetris Challenge,PS,Puzzle,Sony Computer Entertainment,Capcom,,,,,,,1999-01-01, +/games/boxart/full_magnetic-joe_443AmericaFront.jpg,Magnetic Joe,DSiW,Puzzle,Unknown,Most Wanted Entertainment,,,,,,,2011-02-28, +/games/boxart/1552476ccc.jpg,Magnetica Twist,WW,Puzzle,Nintendo,Nintendo,,,,,,,2008-06-30, +/games/boxart/full_3711847AmericaFrontccc.jpg,Magnetis,WW,Puzzle,Yullaby,Yullaby,,,,,,,2009-12-07, +/games/boxart/full_9245922AmericaFrontccc.jpg,Magnetis,PC,Puzzle,Yullaby,Yullaby,,,,,,,2009-11-05, +/games/boxart/default.jpg,Magnify Physics,iQue,Puzzle,Unknown,Toco Games,,,,,,,, +/games/boxart/default.jpg,Mahjong Solitaire,PSN,Puzzle,Agetec,Agetec,,,,,,,2010-06-29, +/games/boxart/full_2440919JapanFrontccc.jpg,Mahjong Taikai Wii,Wii,Puzzle,KOEI,Koei,,,,,,,2007-01-25, +/games/boxart/full_3917322AmericaFrontccc.jpg,Mahjong Tales: Ancient Wisdom,PSN,Puzzle,Sony Computer Entertainment,Creat Studios,,,,,,,2009-01-08, +/games/boxart/full_6398992AmericaFrontccc.jpg,Mahjong Zen,PC,Puzzle,Social Point,Social Point,,,,,,,2011-03-23,2018-07-23 +/games/boxart/full_8858122AmericaFrontccc.jpg,Mahjong Zen,PC,Puzzle,Social Point,Social Point,,,,,,,2011-03-23, +/games/boxart/full_8402348AmericaFrontccc.jpg,Mahjong Zen,BRW,Puzzle,Social Point,Social Point,,,,,,,2011-03-23,2018-07-23 +/games/boxart/full_mahjongg-artifacts_8PALFront.jpg,Mahjongg Artifacts,PSN,Puzzle,G5 Entertainment AB,G5 Entertainment,,,,,,,2010-06-15, +/games/boxart/full_3200318AmericaFrontccc.png,Mahjongg Artifacts: Chapter 2,PSN,Puzzle,G5 Entertainment AB,G5 Software,,,,,,,2009-10-21, +/games/boxart/full_mahou-gousei-ya-san-no-mike_316AmericaFront.jpg,Mahou Gousei Ya San no Mike,XBL,Puzzle,Microsoft,nakfiv,,,,,,,2010-01-18, +/games/boxart/full_4099494AmericaFrontccc.jpg,Maladras,XBL,Puzzle,Microsoft,Vincentvsoolen,,,,,,,2009-07-24, +/games/boxart/full_5910064AmericaFrontccc.jpg,Mania,XBL,Puzzle,Microsoft,Tower17Games,,,,,,,2009-02-23, +/games/boxart/default.jpg,Mapmap! By Touchi Kentei,DSiW,Puzzle,Spike,Spike,,,,,,,2009-12-09, +/games/boxart/full_4035972AmericaFrontccc.jpg,Marble Blast Ultra,XBL,Puzzle,Microsoft,GarageGames.com,7.2,,,,,,2006-01-23, +/games/boxart/full_6815849PALFrontccc.jpg,Marble Chaos,PS2,Puzzle,Phoenix Games,Phoenix Games,,,,,,,2007-08-10, +/games/boxart/default.jpg,Marble Drop,PC,Puzzle,Maxis,Maxis,,,,,,,1997-02-28, +/games/boxart/full_marble-madness_7AmericaFront.jpg,Marble Madness,GEN,Puzzle,Electronic Arts,Atari,,,,,,,1993-01-01, +/games/boxart/8537748ccc.jpg,Marble Madness,GB,Puzzle,Mindscape,Tengen,,,,,,,1991-05-01, +/games/boxart/8244532ccc.jpg,Marble Madness,NES,Puzzle,Milton Bradley,Rare Ltd.,,,,,,,1989-03-01, +/games/boxart/full_marble-madness_1AmericaFront.jpg,Marble Madness,GG,Puzzle,Tengen,Tengen,,,,,,,1992-01-01, +/games/boxart/full_marble-madness_9AmericaFront.jpg,Marble Madness,PC,Puzzle,Electronic Arts,Electronic Arts,,,,,,,1986-01-01, +/games/boxart/full_marble-madness_9PALFront.jpg,Marble Madness,MS,Puzzle,Virgin Interactive,Tengen,,,,,,,1992-01-01, +/games/boxart/full_marble-madness-gbc_2AmericaFront.jpg,Marble Madness (GBC),GB,Puzzle,Midway Games,Digital Eclipse,,,,,,,1999-12-01, +/games/boxart/default.jpg,Marbles Invasion,GIZ,Puzzle,Unknown,Nations Software,,,,,,,, +/games/boxart/default.jpg,Marbles Multiball 3D - The Castle Adventure,GIZ,Puzzle,Unknown,Mad Processor,,,,,,,, +/games/boxart/full_7267397JapanFrontccc.jpg,Marby Baby Story,PS,Puzzle,Ponos,Ponos,,,,,,,1999-02-18, +/games/boxart/full_1733058AmericaFrontccc.png,Mario and Donkey Kong: Minis on the Move,3DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2013-05-09,2018-09-05 +/games/boxart/full_4017065AmericaFrontccc.png,Mario vs. Donkey Kong,WiiU,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2017-02-09,2018-04-20 +/games/boxart/full_821522AmericaFrontccc.jpg,Mario vs. Donkey Kong: Minis March Again!,DSiW,Puzzle,Nintendo,Nintendo Software Technology Corporation,8.1,,,,,,2009-06-08, +/games/boxart/full_marios-picross_362AmericaFront.png,Mario's Picross,VC,Puzzle,Nintendo,Nintendo,,,,,,,2011-08-04, +/games/boxart/full_2324990JapanFrontccc.jpg,Mario's Super Picross,VC,Puzzle,Nintendo,Jupiter Multimedia,,,,,,,2007-09-14, +/games/boxart/full_3682129JapanFrontccc.jpg,Marl de Jigsaw,PS2,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2001-11-15, +/games/boxart/default.jpg,Marvin's Maze,PSN,Puzzle,SNK Playmore,SNK Playmore Corporation,,,,,,,2011-07-19, +/games/boxart/full_2919056AmericaFrontccc.jpg,Matrix,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-08-22, +/games/boxart/full_48784AmericaFrontccc.jpg,Matrix2,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-11-28, +/games/boxart/full_9495735AmericaFrontccc.jpg,Maui Wowee,PC,Puzzle,MSN Games,Toybox Games,,,,,,,2005-06-01, +/games/boxart/full_5588932PALFrontccc.png,Mawaskes,PSN,Puzzle,DHM Interactive,Irem Software Engineering,,,,,,,2009-12-17, +/games/boxart/full_1056381JapanFrontccc.jpg,Mawaza,PS2,Puzzle,Sony Computer Entertainment,Media.Vision,,,,,,,2005-10-06, +/games/boxart/full_8061993AmericaFrontccc.jpg,Max the Frog,XBL,Puzzle,Microsoft,MindStudios,,,,,,,2008-12-23, +/games/boxart/full_6732491AmericaFrontccc.jpg,May's Mysteries: The Secret of Dragonville,DS,Puzzle,Unknown,TBA,,,,,,,, +/games/boxart/full_1941396AmericaFrontccc.png,Me & My Katamari,PSN,Puzzle,Namco Bandai,Namco,,,,,,,2009-12-22, +/games/boxart/full_7193857AmericaFrontccc.jpg,Mega Bomberman,GEN,Puzzle,Sega,Hudson Soft,,,,,,,1994-01-01, +/games/boxart/full_5921540JapanFrontccc.jpg,Mega Panel,GEN,Puzzle,Namco,Namco,,,,,,,1990-11-22, +/games/boxart/full_mega-words_1AmericaFront.jpg,Mega Words,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-06-21, +/games/boxart/8891036ccc.jpg,Megalit,GB,Puzzle,Asmik Corp,Takara,,,,,,,1992-12-01, +/games/boxart/full_9208386AmericaFrontccc.jpg,Melvin's Meltdown,XBL,Puzzle,Microsoft,ThinkTank,,,,,,,2008-11-27, +/games/boxart/full_9503007AmericaFrontccc.jpg,Memory Match,2600,Puzzle,Sears,Telegames,,,,,,,1978-01-01, +/games/boxart/full_2674694AmericaFrontccc.jpg,Mendel Palace,NES,Puzzle,Hudson Soft,Game Freak,,,,,,,1989-12-12, +/games/boxart/full_mercury-hg_486AmericaFront.jpg,Mercury Hg,XBL,Puzzle,Ignition Entertainment,Ignition Entertainment,,,,,,,2011-09-28, +/games/boxart/full_mercury-hg_179AmericaFront.jpg,Mercury Hg,PSN,Puzzle,Ignition Entertainment,Ignition Entertainment,7,,,,,,2011-09-27, +/games/boxart/full_7362644AmericaFrontccc.png,Mercury Meltdown,PSN,Puzzle,Ignition Entertainment,Ignition Entertainment,,,,,,,2009-03-11, +/games/boxart/full_8763079AmericaFrontccc.jpg,Mercury Meltdown Remix,PS2,Puzzle,Ignition Entertainment,Ignition Entertainment,,,,,,,2006-12-04, +/games/boxart/full_mermaids-of-atlantis-the-riddle-of-the-magic-bubble_90AmericaFront.jpg,Mermaids of Atlantis: The Riddle of the Magic Bubble,NES,Puzzle,American Video Entertainment,Panesian,,,,,,,1991-01-01, +/games/boxart/full_163670AmericaFrontccc.jpg,Merv Griffin's Crosswords,PC,Puzzle,Elephant Entertainment,Elephant Entertainment,,,,,,,2008-03-17, +/games/boxart/full_9408373AmericaFrontccc.jpg,Merv Griffin's Crosswords,XBL,Puzzle,THQ,Pipeworks Software Inc.,,,,,,,2008-12-31, +/games/boxart/full_746729AmericaFrontccc.jpg,Meteos Wars,XBL,Puzzle,Q Entertainment,Q Entertainment Inc.,,,,,,,2008-12-10, +/games/boxart/full_8688344AmericaFrontccc.jpg,Metrico,PSV,Puzzle,Digital Dreams,Digital Dreams,,,,,,,2014-08-05, +/games/boxart/full_miburi-and-teburi_1JapanFront.jpg,Miburi & Teburi,Wii,Puzzle,Sega,Climax Entertainment,,,,,,,2008-02-21, +/games/boxart/full_3031146AmericaFrontccc.jpg,Micron,Linux,Puzzle,Apparition Games,Apparition Games,,,,,,,2014-07-23, +/games/boxart/full_4480049AmericaFrontccc.jpg,Micron,PC,Puzzle,Apparition Games,Apparition Games,,,,,,,2014-07-23, +/games/boxart/full_564991AmericaFrontccc.jpg,Micron,OSX,Puzzle,Apparition Games,Apparition Games,,,,,,,2014-07-23, +/games/boxart/full_1235925AmericaFrontccc.jpg,Microsoft Tinker,PC,Puzzle,Microsoft,Fuel Industries,,,,,,,2009-12-15, +/games/boxart/full_4701471AmericaFrontccc.png,Miegakure,PC,Puzzle,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_8064006AmericaFrontccc.jpg,Mighty Flip Champs!,DSiW,Puzzle,WayForward,Way Forward Technologies,8.3,,,,,,2009-06-01, +/games/boxart/full_mighty-flip-champs-dx_322AmericaFront.jpg,Mighty Flip Champs! DX,PSN,Puzzle,WayForward,WayForward Technologies,,,,,,,2011-07-12, +/games/boxart/full_1679811AmericaFrontccc.jpg,Mighty Mighty Missile!,SCD,Puzzle,Good Night Brave Warrior,Good Deal Games,,,,,,,2004-01-01, +/games/boxart/full_mighty-milky-way_131AmericaFront.jpg,Mighty Milky Way,DSiW,Puzzle,WayForward,WayForward Technologies,,,,,,,2011-05-09, +/games/boxart/full_299491JapanFrontccc.jpg,Milon no Hoshizora Shabon: Puzzle Kumikyoku,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-07-06, +/games/boxart/full_896345AmericaFrontccc.jpg,Miner Dig Deep,XBL,Puzzle,Microsoft,Robir,,,,,,,2009-02-04, +/games/boxart/full_minesweeper_543JapanFront.jpg,Minesweeper,GB,Puzzle,Pack-In-Video,ARC Co. Ltd,,,,,,,1991-12-13, +/games/boxart/full_minesweeper_240JapanFront.jpg,Minesweeper,PCE,Puzzle,Pack-In-Video,ARC Co. Ltd,,,,,,,1992-03-20, +/games/boxart/full_748391AmericaFrontccc.jpg,Minesweeper Flags,XBL,Puzzle,TikGames,"TikGames, LLC",,,,,,,2009-02-11, +/games/boxart/full_mingle-magnet_7JapanFront.jpg,Mingle Magnet,WS,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1999-11-02, +/games/boxart/default.jpg,Minna de Taisen Puzzle: Shanghai Wii,WW,Puzzle,Sunsoft,SunSoft,,,,,,,2009-04-07, +/games/boxart/full_1201554JapanFrontccc.jpg,Minna no Soft Series: Tetris,GBA,Puzzle,Success,Success,,,,,,,2003-11-28, +/games/boxart/full_5567455AmericaFrontccc.jpg,Mirror,XBL,Puzzle,Microsoft,David Flook,,,,,,,2009-11-05, +/games/boxart/full_moe-mekuri_343AmericaFront.jpg,Moe Mekuri,XBL,Puzzle,Microsoft,kohei,,,,,,,2010-08-02, +/games/boxart/full_moe-mekuri-2_477AmericaFront.jpg,Moe Mekuri 2,XBL,Puzzle,Microsoft,kohei,,,,,,,2011-09-02, +/games/boxart/full_683179AmericaFrontccc.jpg,Moki Moki,WW,Puzzle,Natsume,Natsume,,,,,,,2009-12-14, +/games/boxart/full_mole-control_731AmericaFront.jpg,Mole Control,PC,Puzzle,Blitz Game Studios,Remode,,,,,,,2010-01-20, +/games/boxart/full_mole-mania_2AmericaFront.jpg,Mole Mania,GB,Puzzle,Nintendo,Pax Softnica,8,,,,,,1997-02-01, +/games/boxart/full_money-idol-exchanger_380AmericaFront.jpg,Money Idol Exchanger,PSN,Puzzle,Sony Computer Entertainment,FACE,,,,,,,2010-11-16, +/games/boxart/full_money-idol-exchanger_961JapanFront.jpg,Money Idol Exchanger,PS,Puzzle,Athena,FACE,,,,,,,1998-11-05, +/games/boxart/full_1513706JapanFrontccc.jpg,Monochrome Boo & Baby Boo: Kururin Boo,DS,Puzzle,Creative Core,Creative Core,,,,,,,2009-12-10, +/games/boxart/6918260ccc.jpg,Monopoly 3,PC,Puzzle,Atari,Artech,,,,,,,2002-09-25, +/games/boxart/full_2675193PALFrontccc.jpg,Monster Eggs,PS2,Puzzle,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, +/games/boxart/full_monster-slider_544JapanFront.jpg,Monster Slider,SAT,Puzzle,Datt Japan,DATT Japan,,,,,,,1997-03-28, +/games/boxart/full_4917945AmericaFrontccc.png,Monument Valley,iOS,Puzzle,Ustwo Games,Ustwo Games,8.7,,,,,,2014-04-03,2018-01-21 +/games/boxart/full_8216814AmericaFrontccc.jpg,Moraff's Maximum Mahjongg,PC,Puzzle,Global Star Software,Moraff Games,,,,,,,2000-01-01, +/games/boxart/full_5502670AmericaFrontccc.jpg,Mouse House,WW,Puzzle,Big John Games,Plaid World Studios LLC,,,,,,,2010-02-22, +/games/boxart/full_8179835AmericaFrontccc.jpg,Move Your Brain: Rollway Puzzle,DSiW,Puzzle,Assoria,Assoria,,,,,,,2010-02-01, +/games/boxart/full_4262832AmericaFrontccc.jpg,Movipas,XBL,Puzzle,Microsoft,DARL,,,,,,,2009-10-14, +/games/boxart/default.jpg,Mr. Do! (Arcade),VC,Puzzle,Hamster Corporation,Universal,,,,,,,2010-04-27, +/games/boxart/full_7506062AmericaFrontccc.jpg,Mr. Driller,GB,Puzzle,Namco,Namco,,,,,,,2000-08-02, +/games/boxart/full_5234599JapanFrontccc.jpg,Mr. Driller,WS,Puzzle,Namco,Namco,,,,,,,2001-04-15, +/games/boxart/8177747ccc.jpg,Mr. Driller,DC,Puzzle,Namco,Namco,7.6,,,,,,2000-06-25, +/games/boxart/default.jpg,Mr. Driller 2,PC,Puzzle,Namco,Namco,,,,,,,2002-03-29, +/games/boxart/full_16955JapanFrontccc.jpg,Mr. Driller Ace,GBA,Puzzle,Namco,Namco,,,,,,,2002-08-23, +/games/boxart/full_671156JapanFrontccc.jpg,Mr. Driller G,PS,Puzzle,Namco,Namco,,,,,,,2001-11-22, +/games/boxart/full_5512758AmericaFrontccc.jpg,Mr. Driller Online,XBL,Puzzle,Namco Bandai,Namco Bandai Games,,,,,,,2008-04-02, +/games/boxart/full_2889653AmericaFrontccc.jpg,Mr. Driller W,WW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2009-08-24, +/games/boxart/full_7186999JapanFrontccc.jpg,Mr. Driller: Drill Land,GC,Puzzle,Namco,Namco,,,,,,,2002-12-20, +/games/boxart/full_4204334AmericaFrontccc.jpg,Mr. Driller: Drill Till You Drop,DSiW,Puzzle,Namco Bandai,Bandai Namco Games,6.5,,,,,,2010-04-05, +/games/boxart/4230336ccc.jpg,Ms. Pac Man,GEN,Puzzle,Tengen,Midway/Namco,,,,,,,1991-01-01, +/games/boxart/4009733ccc.jpg,Ms. Pac-Man,NES,Puzzle,Namco,Namco,,,,,,,1993-11-01, +/games/boxart/5776423ccc.jpg,Ms. Pac-Man,GB,Puzzle,Namco,Namco,,,,,,,1993-10-01, +/games/boxart/full_7192245AmericaFrontccc.jpg,Ms. Pac-Man,Lynx,Puzzle,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_5190544AmericaFrontccc.jpg,Ms. Pac-Man,GG,Puzzle,Majesco,General Computer Corporation,,,,,,,1995-01-01, +/games/boxart/full_5801373AmericaFrontccc.jpg,Ms. Pac-Man,XBL,Puzzle,Namco Bandai,Namco Bandai Games,,,,,,,2007-01-10, +/games/boxart/1891619ccc.jpg,Ms. Pac-Man,7800,Puzzle,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_6096512PALFrontccc.jpg,Ms. Pac-Man,MS,Puzzle,Tengen,General Computer Corporation,,,,,,,1991-01-01, +/games/boxart/full_7569155AmericaFrontccc.jpg,Ms. Pac-Man,SNES,Puzzle,Williams Entertainment,Digital Eclipse,,,,,,,1996-09-01, +/games/boxart/7357875ccc.jpg,Ms. Pac-Man,5200,Puzzle,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_2818646AmericaFrontccc.jpg,Ms. Pac-Man (Tengen),NES,Puzzle,Tengen,Namco,,,,,,,1990-01-01, +/games/boxart/9425837ccc.jpg,Ms. Pac-Man: Maze Madness,DC,Puzzle,Namco,Namco,6.9,,,,,,2000-11-13, +/games/boxart/full_ms-pac-man-quest-for-the-golden-maze_453AmericaFront.jpg,Ms. Pac-Man: Quest for the Golden Maze,PC,Puzzle,Infogrames,Creature Labs,,,,,,,2001-10-12, +/games/boxart/full_5092853AmericaFrontccc.jpg,Ms. Pac-Man: Special Color Edition,GB,Puzzle,Namco,Namco,,,,,,,1999-11-02, +/games/boxart/full_2254852JapanFrontccc.jpg,Musapey's Choco Marker,DC,Puzzle,Ecole,Ecole,,,,,,,2002-12-26, +/games/boxart/full_2963079AmericaFrontccc.png,Mysterious Stars 3D: A Fairy Tale,3DS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2014-07-03,2018-08-06 +/games/boxart/full_7987838AmericaFrontccc.jpg,Mysterious Stars: The Samurai,DS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2014-06-26,2018-11-23 +/games/boxart/default.jpg,Mystery P.I. - Portrait of a Thief,PC,Puzzle,Unknown,PopCap,,,,,,,, +/games/boxart/full_7107959AmericaFrontccc.jpg,Mystery P.I.: The Vegas Heist,PC,Puzzle,PopCap Games,SpinTop Games,,,,,,,2009-01-27, +/games/boxart/full_9202770AmericaFrontccc.jpg,Mysteryville 2,PC,Puzzle,Activision,Nevosoft,,,,,,,2008-10-19, +/games/boxart/full_9653473PALFrontccc.jpg,Myth Makers: Orbs of Doom,PS2,Puzzle,Phoenix Games,Data Design Interactive,,,,,,,2007-01-01, +/games/boxart/full_2643370AmericaFrontccc.jpg,Namco All-Stars: Pac-Man and Dig Dug,PC,Puzzle,Namco Networks America,Namco Networks America,,,,,,,2009-01-01, +/games/boxart/full_8507106AmericaFrontccc.jpg,Nancy Drew Dossier: Resorting to Danger,PC,Puzzle,Take-Two Interactive,Her Interactive,,,,,,,2009-08-25, +/games/boxart/default.jpg,Nandoku 500 Kanji Word Puzzle,DSiW,Puzzle,IE Institute,IE Institute,,,,,,,2010-01-20, +/games/boxart/full_2910576JapanFrontccc.jpg,Nazo Puyo: Aruru no Ru,GG,Puzzle,Sega,Compile,,,,,,,1994-07-29, +/games/boxart/full_7742566PALFrontccc.jpg,Neighbours From Hell Compilation,PC,Puzzle,JoWood Productions,JoWood,,,,,,,2004-02-20,2018-01-09 +/games/boxart/full_5497071AmericaFrontccc.jpg,Neopets: Codestone Quest,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-09-18, +/games/boxart/default.jpg,Neratte Spot!,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-11-25, +/games/boxart/default.jpg,Nero,XOne,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, +/games/boxart/default.jpg,Nero,PC,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, +/games/boxart/default.jpg,Nero,WiiU,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, +/games/boxart/default.jpg,Nero,3DS,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, +/games/boxart/full_8840262JapanFrontccc.jpg,Net de Bomberman,PS2,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2004-02-19, +/games/boxart/full_542949AmericaFrontccc.jpg,NEVES Plus,WW,Puzzle,Akinai Games,"BeeWorks Co., Ltd",,,,,,,2009-06-22, +/games/boxart/default.jpg,NightSky,WW,Puzzle,Unknown,Nicalis,,,,,,,, +/games/boxart/full_nikoli-no-puzzle-hitori-ni-shitekure_173JapanFront.jpg,Nikoli no Puzzle: Hitori ni Shitekure,3DS,Puzzle,Hamster Corporation,Hamster,,,,,,,2011-10-26, +/games/boxart/default.jpg,Nikoli no Puzzle: Sudoku,3DS,Puzzle,Hamster Corporation,"NIKOLI Co.,Ltd.",,,,,,,2011-06-07, +/games/boxart/full_nicoli-no-sudoku-3-dai-ni-shuu-sudoku-kakuro-bijutsukan-hitori-ni-shitekure_161JapanFront.jpg,Nikoli no Sudoku +3 Dai-Ni-Shuu: Sudoku Kakuro Bijutsukan Hitori ni Shitekure,PSP,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-01-13, +/games/boxart/full_nikoli-no-sudoku-3-dai-san-shuu-slither-link-masyu-yajilin_914JapanFront.jpg,Nikoli no Sudoku +3 Dai-San-Shuu: Slither Link Masyu Yajilin,PSP,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-03-10, +/games/boxart/full_nikoli-no-sudoku-3-dai-san-shuu-slither-link-masyu-yajilin_190JapanFront.jpg,Nikoli no Sudoku +3 Dai-San-Shuu: Slither Link Masyu Yajilin,PSN,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-03-10, +/games/boxart/full_nikolis-pencil-puzzle_314JapanFront.jpg,Nikoli no Sudoku 3D: 8-tsu no Puzzle de 1000-mon,3DS,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-03-31, +/games/boxart/full_nicoli-no-sudoku2-daiisshuu-sudoku-nurikabe-heyawake_8JapanFront.jpg,Nikoli no Sudoku+2 Daiisshuu: Sudoku Nurikabe Heyawake,PSP,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, +/games/boxart/full_nicoli-no-sudoku2-daiisshuu-sudoku-nurikabe-heyawake_312JapanFront.jpg,Nikoli no Sudoku+2 Daiisshuu: Sudoku Nurikabe Heyawake,PSN,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, +/games/boxart/default.jpg,Nikoli no Sudoku: Kanzenhan,PSV,Puzzle,Unknown,Hamster,,,,,,,, +/games/boxart/full_nimbus_344AmericaFront.jpg,Nimbus,PC,Puzzle,Unknown,Noumenon Games,8,,,,,,2010-10-25, +/games/boxart/full_1437564AmericaFrontccc.jpg,NINJA BROS.,XBL,Puzzle,Microsoft,dot zo games,,,,,,,2009-10-04, +/games/boxart/full_ninku-gaiden-heroyuki-daikatsugeki_559JapanFront.jpg,Ninku Gaiden: Hiroyuki Daikatsugeki,GG,Puzzle,Sega,Sega,,,,,,,1995-11-03, +/games/boxart/full_nintama-rantarou-gb-eawase-challenge-puzzle_224JapanFront.jpg,Nintama Rantarou GB: Eawase Challenge Puzzle,GB,Puzzle,Culture Brain,Culture Brain,,,,,,,1998-06-19, +/games/boxart/default.jpg,Nintendo DSi 99Bullets,DSiW,Puzzle,Unknown,EnjoyUp Games,,,,,,,, +/games/boxart/full_495626AmericaFrontccc.jpg,No Frills Cross Sums,XBL,Puzzle,Microsoft,JeBuS,,,,,,,2009-03-11, +/games/boxart/full_2829896AmericaFrontccc.jpg,No Frills Sudoku,XBL,Puzzle,Microsoft,JeBuS,,,,,,,2008-11-20, +/games/boxart/full_4902995JapanFrontccc.jpg,Nobunaga Mahjong,XB,Puzzle,E-Frontier,E-Frontier,,,,,,,2003-04-24, +/games/boxart/full_3957533AmericaFrontccc.jpg,Noby Noby Boy,PSN,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2009-02-19, +/games/boxart/full_2772088JapanFrontccc.jpg,Nonono Puzzle Chai-Rian,GBA,Puzzle,Nintendo,Creatures,,,,,,,2005-06-16, +/games/boxart/full_numba_1PALFront.jpg,Numba,PSN,Puzzle,Cobra Mobile,Cobra Mobile,,,,,,,2010-06-02, +/games/boxart/full_9310461JapanFrontccc.jpg,Number Place Infinity Mugen,DS,Puzzle,Ertain,Ertain,,,,,,,2008-03-27, +/games/boxart/full_158665AmericaFrontccc.jpg,Numblast,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2009-11-05,2018-09-17 +/games/boxart/full_4334009AmericaFrontccc.png,Numblast (PSP),PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2009-11-04,2018-09-17 +/games/boxart/full_595060JapanFrontccc.jpg,Numpla & Oekaki Puzzle,PSP,Puzzle,Success,Black Jack,,,,,,,2006-08-10, +/games/boxart/full_4621444JapanFrontccc.jpg,Numpla 10000-Mon,DS,Puzzle,Success,Success,,,,,,,2007-03-08, +/games/boxart/full_6680608JapanFrontccc.jpg,Numpla 10000-Mon,PSP,Puzzle,Success,Black Jack,,,,,,,2008-04-10, +/games/boxart/full_9642895JapanFrontccc.jpg,Numpla VOW,DS,Puzzle,From Software,From Software,,,,,,,2007-04-26, +/games/boxart/full_718553AmericaFrontccc.jpg,O-D Beat Drop,XBL,Puzzle,Arc System Works,Cyclone Zero,8.5,,,,,,2009-11-11, +/games/boxart/full_5725059AmericaFrontccc.jpg,Obulis,PC,Puzzle,Meridian4,IonFX,,,,,,,2009-03-19, +/games/boxart/full_6642349JapanFrontccc.jpg,Ochan no Oekaki Logic,SAT,Puzzle,Sunsoft,SunSoft,,,,,,,1995-11-17, +/games/boxart/full_7386285JapanFrontccc.jpg,Ochan no Oekaki Logic,PS,Puzzle,Sunsoft,SunSoft,,,,,,,1995-09-08, +/games/boxart/full_2976627JapanFrontccc.jpg,Ochan no Oekaki Logic,SNES,Puzzle,Sunsoft,Game Studio,,,,,,,1995-12-01, +/games/boxart/full_1407550JapanFrontccc.jpg,Ochan no Oekaki Logic,WS,Puzzle,Sunsoft,SunSoft,,,,,,,2000-01-06, +/games/boxart/full_8323707JapanFrontccc.jpg,Ochan no Oekaki Logic 2,PS,Puzzle,Sunsoft,SunSoft,,,,,,,1996-09-27, +/games/boxart/full_8978041JapanFrontccc.jpg,Ochan no Oekaki Logic 3,PS,Puzzle,Sunsoft,SunSoft,,,,,,,2001-02-15, +/games/boxart/default.jpg,ODS Air Explorer,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, +/games/boxart/default.jpg,ODS Carnival Math,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, +/games/boxart/default.jpg,ODS Robot Challenge,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, +/games/boxart/default.jpg,Oekaki Logic,WW,Puzzle,G-mode,G-mode,,,,,,,2008-05-27, +/games/boxart/full_5704042JapanFrontccc.jpg,Oekaki Puzzle,PS,Puzzle,Success,Success,,,,,,,1999-05-27, +/games/boxart/full_1732779JapanFrontccc.jpg,Oekaki Puzzle 2,PS,Puzzle,Success,Success,,,,,,,2000-01-27, +/games/boxart/full_7400605JapanFrontccc.jpg,Oekaki Puzzle 3,PS,Puzzle,Success,Success,,,,,,,2000-06-29, +/games/boxart/full_8345464JapanFrontccc.jpg,Oekaki Puzzle 4,PS,Puzzle,Success,Success,,,,,,,2000-11-30, +/games/boxart/full_160459JapanFrontccc.jpg,Oekaki Puzzle 5,PS,Puzzle,Success,Success,,,,,,,2001-04-26, +/games/boxart/full_9666483AmericaFrontccc.jpg,Oh No! More Lemmings,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1991-01-01, +/games/boxart/full_6411347AmericaFrontccc.jpg,Oh Snap,XBL,Puzzle,Microsoft,The Unallied,,,,,,,2008-11-24, +/games/boxart/full_7169125JapanFrontccc.jpg,Olivias Mystery,SNES,Puzzle,Altron,Altron,,,,,,,1994-02-04, +/games/boxart/full_operation-creature-feature_4PALFront.jpg,Operation Creature Feature,PSN,Puzzle,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-20, +/games/boxart/full_7726468AmericaFrontccc.jpg,ORB 3D,NES,Puzzle,Hi Tech Expressions,Software Toolworks,,,,,,,1990-11-01, +/games/boxart/full_4001375AmericaFrontccc.jpg,Orbyx: Mystic Orbs of Chaos,XBL,Puzzle,Microsoft,ChrisH,,,,,,,2009-05-06, +/games/boxart/full_9682329JapanFrontccc.jpg,Oretachi Game Center: Quarth,PS2,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2006-01-26, +/games/boxart/default.jpg,Otegaru Puzzle Series: Yurie to Fushigi na Meikyuu,DSiW,Puzzle,Arc System Works,Arc System Works,,,,,,,2011-02-23, +/games/boxart/full_5227464JapanFrontccc.jpg,Otogi Juushi Akazukin: Fairy Musketeers,DS,Puzzle,Konami,Tenky,,,,,,,2006-12-07, +/games/boxart/default.jpg,Otona no Nihonshi Puzzle,DSiW,Puzzle,IE Institute,IE Institute,,,,,,,2010-06-30, +/games/boxart/default.jpg,Otona no Sekaishi Puzzle,DSiW,Puzzle,IE Institute,IE Institute,,,,,,,2010-07-28, +/games/boxart/full_ouchan-no-oekaki-logic_3JapanFront.jpg,Ouchan no Oekaki Logic,WS,Puzzle,Sunsoft,SunSoft,,,,,,,2000-01-06, +/games/boxart/default.jpg,Ouchide Infinite Puchi Puchi Wii,WW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2008-06-24, +/games/boxart/full_overflow_991AmericaFront.jpg,Overflow,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-05-23, +/games/boxart/full_3779449AmericaFrontccc.jpg,Pac-Attack,GEN,Puzzle,Namco,Namco,,,,,,,1993-01-01, +/games/boxart/4467464ccc.jpg,Pac-Attack,VC,Puzzle,Namco,Namco,,,,,,,2008-01-14, +/games/boxart/7023270ccc.jpg,Pac-Attack,GB,Puzzle,Namco,Namco,,,,,,,1994-12-01, +/games/boxart/full_8711142AmericaFrontccc.jpg,Pac-Attack,GG,Puzzle,Namco,Namco,,,,,,,1994-01-01, +/games/boxart/6349576ccc.jpg,Pac-Attack,SNES,Puzzle,Namco,Namco,,,,,,,1993-10-01, +/games/boxart/full_1993538AmericaFrontccc.jpg,Pac-Man,XBL,Puzzle,Namco Bandai,Namco Bandai Games,7,,,,,,2006-08-09, +/games/boxart/full_pac-man_573AmericaFront.png,Pac-Man,3DS,Puzzle,Namco Bandai,Bandai Namco Games,5,,,,,,2011-09-01, +/games/boxart/9553694ccc.jpg,Pac-Man,5200,Puzzle,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_pac-man_0AmericaFront.jpg,Pac-Man,GB,Puzzle,Namco,Namco,,,,,,,1991-04-01, +/games/boxart/full_3065392AmericaFrontccc.jpg,Pac-Man,GG,Puzzle,Namco,Namco,,,,,,,1991-01-01, +/games/boxart/full_6159784AmericaFrontccc.jpg,Pac-Man,VC,Puzzle,Namco Bandai,Namco,,,,,,,2007-05-14, +/games/boxart/default.jpg,Pac-Man (FDS),NES,Puzzle,Namco,Namco,,,,,,,1990-05-18, +/games/boxart/full_9940224AmericaFrontccc.jpg,Pac-Man (Tengen),NES,Puzzle,Tengen,Namco,,,,,,,1987-01-01, +/games/boxart/full_pac-man-championship-edition_313PALFront.jpg,Pac-Man Championship Edition,PSN,Puzzle,Namco Bandai,Namco Bandai Games,5.5,,,,,,2011-02-01, +/games/boxart/full_6637310AmericaFrontccc.jpg,Pac-Man Championship Edition,XBL,Puzzle,Namco Bandai,Namco Bandai Games,8.5,,,,,,2007-06-06, +/games/boxart/full_pac-man-championship-edition-dx_167AmericaFront.jpg,Pac-Man Championship Edition DX,PSN,Puzzle,Namco Bandai,Namco Bandai Games,9,,,,,,2010-11-23, +/games/boxart/full_pac-man-championship-edition-dx_361AmericaFront.jpg,Pac-Man Championship Edition DX,XBL,Puzzle,Namco Bandai,Namco Bandai Games,9.4,,,,,,2010-11-17, +/games/boxart/full_5188860AmericaFrontccc.jpg,Pac-Man vs.,GC,Puzzle,Namco,Nintendo,7,,,,,,2003-12-02, +/games/boxart/full_9965075AmericaFrontccc.jpg,Pac-Man: Special Color Edition,GB,Puzzle,Namco,Namco,,,,,,,1999-08-01, +/games/boxart/full_2001106AmericaFrontccc.jpg,Pac-Mania,NES,Puzzle,Tengen,Westwood Associates,,,,,,,1991-01-01, +/games/boxart/full_5951313PALFrontccc.jpg,Pac-Mania,MS,Puzzle,TecMagik,Tengen,,,,,,,1991-01-01, +/games/boxart/full_pac-mania_5AmericaFront.jpg,Pac-Mania,GEN,Puzzle,Tengen,Sculptured Software,,,,,,,1991-01-01, +/games/boxart/default.jpg,Pac-Mania (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-08-04, +/games/boxart/default.jpg,Packing Conveyor,DSiW,Puzzle,Genterprise,Genterprise,,,,,,,2009-08-19, +/games/boxart/full_8477055AmericaFrontccc.jpg,Pajama Sam 2: Thunder and Lightning Aren't so Frightening,PC,Puzzle,Humongous,Humongous Entertainment,,,,,,,1998-06-03, +/games/boxart/full_206756AmericaFrontccc.jpg,Pajama Sam's Sock Works,PC,Puzzle,Humongous,Humongous Entertainment,,,,,,,1997-01-01, +/games/boxart/full_palamedes_9JapanFront.jpg,Palamedes,GB,Puzzle,Hot-B,Natsu System,,,,,,,1990-10-12, +/games/boxart/1472729ccc.jpg,Palamedes,NES,Puzzle,Hot-B,"Hot-B Co., Ltd.",,,,,,,1990-11-01, +/games/boxart/full_palamedes-ii-star-twinkles_151JapanFront.jpg,Palamedes II: Star Twinkles,NES,Puzzle,Hot-B,"Hot-B Co., Ltd.",,,,,,,1991-05-07, +/games/boxart/full_panda-craze_915AmericaFront.jpg,Panda Craze,DSiW,Puzzle,Creat Studio,TikGames,,,,,,,2011-02-14, +/games/boxart/full_panda-craze_6PALFront.png,Panda Craze,PSN,Puzzle,TikGames,TikGames,,,,,,,2010-09-14, +/games/boxart/default.jpg,Panewa!,DSiW,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2009-12-16, +/games/boxart/full_3345701AmericaFrontccc.jpg,Panic Bomber,VB,Puzzle,Hudson Soft,Raizing,,,,,,,1995-12-01, +/games/boxart/full_6669236JapanFrontccc.jpg,Panic Palette Portable,PSP,Puzzle,Takuyo,Takuyo,,,,,,,2008-07-31, +/games/boxart/463480ccc.jpg,Panic!,SCD,Puzzle,Sega,Data East,,,,,,,1993-04-23, +/games/boxart/full_6833384AmericaFrontccc.jpg,PanopLines,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-12-13, +/games/boxart/full_4038041AmericaFrontccc.jpg,Papa Pear Saga,PC,Puzzle,King.com,King.com,,,,,,,2013-03-28, +/games/boxart/default.jpg,Parallax,PC,Puzzle,Toasty Games,Toasty Games,,,,,,,2015-03-10, +/games/boxart/full_2991667AmericaFrontccc.jpg,Party Fun Pirate,WW,Puzzle,Tomy Corporation,Tomy Corporation,,,,,,,2009-04-13, +/games/boxart/full_6973955AmericaFrontccc.jpg,Pass The Pad!,XBL,Puzzle,Microsoft,shuboarder,,,,,,,2009-10-27, +/games/boxart/full_6899056AmericaFrontccc.jpg,Pastels Square,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-08-23, +/games/boxart/8049481ccc.jpg,Pat Sajak Trivia Gems,PC,Puzzle,uClick,Unknown,,,,,,,2008-03-20, +/games/boxart/full_9889500JapanFrontccc.jpg,PD Ultraman Link,SAT,Puzzle,Bandai,Bandai,,,,,,,1996-02-09, +/games/boxart/default.jpg,Peakvox: Mew Mew Chamber,DSiW,Puzzle,Unknown,Fun Unit,,,,,,,2011-03-09, +/games/boxart/full_1941501JapanFrontccc.jpg,Peepar Time,NES,Puzzle,Sanritsu Denki,Sanritsu Denki,,,,,,,1990-08-10, +/games/boxart/full_6154539AmericaFrontccc.png,Peggle,PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2009-11-19, +/games/boxart/full_41460AmericaFrontccc.jpg,Peggle,XBL,Puzzle,PopCap Games,PopCap Games,8.8,,,,,,2009-03-11, +/games/boxart/2900494ccc.jpg,Peggle,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2008-02-19, +/games/boxart/full_peggle-psp_782AmericaFront.jpg,Peggle (PSP),PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2010-11-16, +/games/boxart/full_947765AmericaFrontccc.jpg,Peggle 2,PS4,Puzzle,Electronic Arts,PopCap Games,,,,,,,2014-10-14, +/games/boxart/full_2355587AmericaFrontccc.jpg,Peggle 2,X360,Puzzle,Electronic Arts,PopCap Games,,,,,,,2014-05-07, +/games/boxart/default.jpg,Peggle Extreme,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2007-09-11, +/games/boxart/full_peggle-nights_8PALFront.jpg,Peggle Nights,PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2009-11-19, +/games/boxart/full_1878765AmericaFrontccc.jpg,Peggle Nights,XBL,Puzzle,PopCap Games,PopCap Games,8.4,,,,,,2009-11-18, +/games/boxart/full_5648696AmericaFrontccc.jpg,Pegzo,XBL,Puzzle,Microsoft,Wam Games,,,,,,,2009-03-04, +/games/boxart/full_793842AmericaFrontccc.jpg,Pendoku,XBL,Puzzle,Microsoft,bdj,,,,,,,2009-05-29, +/games/boxart/full_9512796AmericaFrontccc.jpg,Penga's Peril,XBL,Puzzle,Microsoft,AIE LLC,,,,,,,2009-02-04, +/games/boxart/full_penguin-land_4JapanFront.jpg,Penguin Land,GB,Puzzle,Pony Canyon,Atelier Double,,,,,,,1990-03-21, +/games/boxart/6034209ccc.jpg,Penguin Land,MS,Puzzle,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_6115337AmericaFrontccc.jpg,Penguin Slip-Slide,XBL,Puzzle,Microsoft,SGN Casual Games,,,,,,,2009-06-20, +/games/boxart/full_949893AmericaFrontccc.jpg,Penguin Slip-Slide Lite,XBL,Puzzle,Microsoft,SGN Casual Games,,,,,,,2009-08-22, +/games/boxart/2703745ccc.jpg,Penguin Wars,GB,Puzzle,ASCII Entertainment,Nexoft,,,,,,,1990-07-02, +/games/boxart/full_1587757AmericaFrontccc.jpg,Penguins & Friends: Hey! That's My Fish!,WW,Puzzle,Gammick Entertainment,Gammick Entertainment,,,,,,,2009-05-04, +/games/boxart/default.jpg,Penguins' Journey,PC,Puzzle,Unknown,MumboJumbo,,,,,,,, +/games/boxart/full_6068224AmericaFrontccc.jpg,PENTOMINON,XBL,Puzzle,Microsoft,xisai,,,,,,,2009-08-14, +/games/boxart/full_1377706JapanFrontccc.jpg,Pepenga Pengo,VC,Puzzle,Sega,Sega,,,,,,,2009-08-04, +/games/boxart/full_2210955JapanFrontccc.jpg,Pepenga Pengo,GEN,Puzzle,Sega,Sega,,,,,,,1995-12-22, +/games/boxart/full_5591774AmericaFrontccc.jpg,percussONE,XBL,Puzzle,Microsoft,SectionZ,,,,,,,2009-02-15, +/games/boxart/full_3618674AmericaFrontccc.jpg,PerlMania,XBL,Puzzle,Microsoft,Jay24w,,,,,,,2009-12-20, +/games/boxart/full_peter-frankel-puzzle-no-tou_3JapanFront.jpg,Peter Frankel: Puzzle no Tou,3DO,Puzzle,TBS,TBS,,,,,,,1995-01-13, +/games/boxart/full_photo-world_605AmericaFront.jpg,Photo World,DS,Puzzle,Atlus,"Interworks Unlimited, Inc.",,,,,,,2011-11-08, +/games/boxart/full_9803333AmericaFrontccc.jpg,Pick 'n Pile,2600,Puzzle,Unknown,Salu,,,,,,,, +/games/boxart/full_3851719AmericaFrontccc.png,Pick-A-Gem,3DS,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2014-07-24, +/games/boxart/full_9086831AmericaFrontccc.png,Pick-A-Gem,And,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2013-08-30, +/games/boxart/full_5245474AmericaFrontccc.jpg,Picture Slider,XBL,Puzzle,Microsoft,Mortlath,,,,,,,2009-09-27, +/games/boxart/3760032ccc.jpg,Pieces,SNES,Puzzle,Atlus,Prism Kikaku,,,,,,,1994-12-01, +/games/boxart/default.jpg,Pile Up Bakery,PSN,Puzzle,Unknown,Sony Computer Entertainment America,,,,,,,, +/games/boxart/full_9596476AmericaFrontccc.png,Pinball Heroes: High Velocity Bowling,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 +/games/boxart/full_5627171AmericaFrontccc.png,Pinball Heroes: Hot Shots Golf,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 +/games/boxart/full_1919335AmericaFrontccc.png,Pinball Heroes: Pain Downtown,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 +/games/boxart/full_1578475AmericaFrontccc.png,Pinball Heroes: Uncharted,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 +/games/boxart/default.jpg,Pinocchio's Puzzle,WW,Puzzle,EnjoyUp Games,EnjoyUp Games,,,,,,,2011-11-17, +/games/boxart/default.jpg,Pipe Dream,PC,Puzzle,Lucasfilm Games,The Assembly Line,,,,,,,1989-01-01, +/games/boxart/full_3717530AmericaFrontccc.jpg,Pipe Dream,NES,Puzzle,Bullet Proof Software,"Distinctive Software, Inc.",,,,,,,1990-01-01, +/games/boxart/full_5841474JapanFrontccc.jpg,Pipe Dream,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1992-08-07, +/games/boxart/8580879ccc.jpg,Pipe Dream,GB,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1990-09-01, +/games/boxart/default.jpg,Pipe Madness,PSN,Puzzle,Unknown,Ayeware AB,,,,,,,2011-01-04, +/games/boxart/3201912ccc.jpg,Pipe Mania,Wii,Puzzle,Unknown,Razorworks Studios,,,,,,,2020-12-31, +/games/boxart/full_2563707AmericaFrontccc.jpg,Pipe Mania,PC,Puzzle,Empire Interactive,Razorworks Studios,,,,,,,2008-09-26, +/games/boxart/full_200009PALFrontccc.png,Pipe Mania,PSN,Puzzle,Empire Interactive,Empire Interactive,,,,,,,2008-12-24, +/games/boxart/full_pipe-mania-1989_925AmericaFront.jpg,Pipe Mania (1989),PC,Puzzle,Empire Interactive,The Assembly Line,,,,,,,1989-01-01, +/games/boxart/default.jpg,Pipemania,NES,Puzzle,HES Interactive,Thin Chen Enterprises,,,,,,,1991-01-01, +/games/boxart/full_8796439AmericaFrontccc.jpg,Pit Crew Panic!,WW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2008-12-01, +/games/boxart/default.jpg,Pix Maze,DSiW,Puzzle,Unknown,Activision Blizzard,,,,,,,, +/games/boxart/full_pixel-blocked_934AmericaFront.jpg,Pixel Blocked!,XBL,Puzzle,Microsoft,damnigames,,,,,,,2011-07-27, +/games/boxart/full_929516AmericaFrontccc.jpg,Pixelpix,XBL,Puzzle,Microsoft,seasidebaz,,,,,,,2009-12-05, +/games/boxart/full_7135379AmericaFrontccc.jpeg,Piyotama,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2007-08-09,2018-09-17 +/games/boxart/full_6911319AmericaFrontccc.jpg,Piyotama (PSP),PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2010-07-27,2018-09-17 +/games/boxart/full_2864872AmericaFrontccc.jpg,PL�TTCHEN: Twist 'N' Paint,WW,Puzzle,Nintendo,Bplus,,,,,,,2008-09-22, +/games/boxart/full_5740653AmericaFrontccc.png,Plain Video Poker,3DS,Puzzle,Unknown,Unknown,,,,,,,2014-06-26, +/games/boxart/full_2950844AmericaFrontccc.jpg,Planet Delta,XBL,Puzzle,Microsoft,Evolution Dreams Studio,,,,,,,2008-11-20, +/games/boxart/full_planet-fish_457AmericaFront.jpg,Planet Fish,WW,Puzzle,Ludia,Ludia Inc.,,,,,,,2011-04-04, +/games/boxart/full_3609267PALFrontccc.jpg,Planet Ring,DC,Puzzle,Sega,Sega,,,,,,,2000-01-01, +/games/boxart/full_playstation-network-collection-puzzle-pack_212PALFront.jpg,PlayStation Network Collection: Puzzle Pack,PSP,Puzzle,Sony Computer Entertainment,SCEE,,,,,,,2008-10-24, +/games/boxart/full_5795958JapanFrontccc.jpg,Plus Plum,DC,Puzzle,Takuyo,Takuyo,,,,,,,1999-10-07, +/games/boxart/full_plus-plum-2_125JapanFront.jpg,Plus Plum 2,XB,Puzzle,Takuyo,Takuyo,,,,,,,2004-01-15, +/games/boxart/full_plus-plum-2-again_721JapanFront.jpg,Plus Plum 2 Again,PS2,Puzzle,Takuyo,Takuyo,,,,,,,2006-05-18, +/games/boxart/full_plus-plum-2-again-portable_310JapanFront.jpg,Plus Plum 2 Again Portable,PSP,Puzzle,Takuyo,Takuyo,,,,,,,2006-11-16, +/games/boxart/full_7384508AmericaFrontccc.jpeg,Pneuma: Breath of Life,XOne,Puzzle,Deco Digital,Deco Digital,,,,,,,2015-02-27, +/games/boxart/default.jpg,Pneuma: Breath of Life,PC,Puzzle,Deco Digital,Deco Digital,,,,,,,2015-02-27, +/games/boxart/default.jpg,Pneuma: Breath of Life,PS4,Puzzle,Deco Digital,Deco Digital,,,,,,,2015-07-07, +/games/boxart/full_6948798JapanFrontccc.jpg,Pocket Bomberman,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1997-12-12, +/games/boxart/full_7528895AmericaFrontccc.jpg,Pocket Bomberman (GBC),GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1998-12-10, +/games/boxart/full_6037043AmericaFrontccc.jpg,Pocoro,XBL,Puzzle,Microsoft,raytaller,,,,,,,2009-05-04, +/games/boxart/full_9038361AmericaFrontccc.png,Pokémon Battle Trozei,3DS,Puzzle,Nintendo,Genius Sonority Inc.,,,,,,,2014-03-20,2018-09-04 +/games/boxart/full_349809AmericaFrontccc.png,Pokémon Picross,3DS,Puzzle,Nintendo,Nintendo,,,,,,,2015-12-03,2018-08-03 +/games/boxart/full_8923465AmericaFrontccc.jpg,Pokémon Puzzle Challenge,GBC,Puzzle,Nintendo,Intelligent Systems,,,,,,,2000-09-01,2018-01-06 +/games/boxart/full_2871224AmericaFrontccc.jpg,Pokémon Puzzle League,VC,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2008-05-05, +/games/boxart/full_5695007AmericaFrontccc.jpg,Pokémon Shuffle,3DS,Puzzle,Nintendo,Genius Sonority Inc.,,,,,,,2015-04-01,2018-08-03 +/games/boxart/full_7577925AmericaFrontccc.jpg,Poker Smash,XBL,Puzzle,Microsoft,"Void Star Creations, LLC",,,,,,,2008-02-06, +/games/boxart/full_3192128AmericaFrontccc.jpg,Polar Panic,XBL,Puzzle,Valcon Games,Eiconic Games,7.5,,,,,,2009-12-23, +/games/boxart/full_8344334AmericaFrontccc.png,Polar Panic,PSN,Puzzle,Valcon Games,Eiconic Games,,,,,,,2009-12-22, +/games/boxart/full_polarium-advance_72AmericaFront.jpg,Polarium Advance,GBA,Puzzle,Atlus,Mitchell Corporation,,,,,,,2006-11-13, +/games/boxart/full_pong_477AmericaFront.jpg,Pong,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-09-13, +/games/boxart/full_pong-the-next-level_2PALFront.png,Pong: The Next Level,PSN,Puzzle,Atari,Supersonic Software,,,,,,,2010-10-20, +/games/boxart/5468765ccc.jpg,pOp,WW,Puzzle,Nnooo,Nnooo,5.6,,,,,,2008-05-12, +/games/boxart/full_371166AmericaFrontccc.jpg,Pop Quiz,XBL,Puzzle,Microsoft,Thunder Hammer Studios,,,,,,,2009-07-15, +/games/boxart/full_5529175AmericaFrontccc.jpg,Pop ‘Em Drop ‘Em Samegame,WW,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2009-03-23, +/games/boxart/full_762549JapanFrontccc.jpg,Pop'n Music 2,DC,Puzzle,Konami,Konami,,,,,,,1999-09-14, +/games/boxart/full_1556845JapanFrontccc.jpg,Pop'n Music 3 Append Disc,DC,Puzzle,Konami,Konami,,,,,,,2000-02-10, +/games/boxart/full_5351845JapanFrontccc.jpg,Pop'n Music 4 Append Disc,DC,Puzzle,Konami,Konami,,,,,,,2000-10-12, +/games/boxart/full_9649305AmericaFrontccc.jpg,pOp+ Solo,DSiW,Puzzle,Nnooo,Nnooo,,,,,,,2009-08-24, +/games/boxart/full_798009AmericaFrontccc.jpg,PopCap Hits! Vol 1,PS2,Puzzle,PopCap Games,PopCap Games,,,,,,,2007-11-15, +/games/boxart/full_9404078AmericaFrontccc.jpg,Portal,OSX,Puzzle,Valve Corporation,Valve Corporation,,,,,,,2010-05-12,2018-07-20 +/games/boxart/1139963ccc.jpg,Potpourrii,WW,Puzzle,Abstraction Games,Abstraction Games,,,,,,,2008-09-15, +/games/boxart/full_3879376AmericaFrontccc.jpg,PQ2: Practical Intelligence Quotient,PSN,Puzzle,D3 Publisher,Now Production,,,,,,,2008-06-12, +/games/boxart/full_6277433AmericaFrontccc.png,PQ: Practical Intelligence Quotient,PSN,Puzzle,D3 Publisher,Now Production,,,,,,,2008-09-17, +/games/boxart/full_1265615AmericaFrontccc.jpg,Pressured,PC,Puzzle,Unknown,Unknown,,,,,,,2014-07-18, +/games/boxart/full_pri-pri-primitive-princess_619JapanFront.jpg,Pri Pri: Primitive Princess!,GB,Puzzle,Sunsoft,SunSoft,,,,,,,1990-12-12, +/games/boxart/full_primary-potions_186AmericaFront.jpg,Primary Potions,XBL,Puzzle,Microsoft,Hydra Games Studios,,,,,,,2011-09-07, +/games/boxart/full_primrose_9AmericaFront.jpg,Primrose,DSiW,Puzzle,Sabarasa Entertainment,Sabarasa Entertainment,,,,,,,2010-07-12, +/games/boxart/full_primrose_600AmericaFront.jpg,Primrose,PC,Puzzle,Jason Rohrer,Jason Rohrer,7,,,,,,2009-02-19, +/games/boxart/full_5804708PALFrontccc.jpg,Prism Land,PS,Puzzle,Midas Interactive Entertainment,D Cruise,,,,,,,2000-01-01, +/games/boxart/full_5946893AmericaFrontccc.jpg,Prismatic,XBL,Puzzle,Microsoft,Mythicore,,,,,,,2009-05-31, +/games/boxart/full_production-panic_217AmericaFront.jpg,Production Panic,XBL,Puzzle,Microsoft,MikeE,,,,,,,2011-07-13, +/games/boxart/full_2413585AmericaFrontccc.jpg,Professor Heinz Wolff's Gravity,PC,Puzzle,Deep Silver,EM Studios,,,,,,,2008-12-29, +/games/boxart/default.jpg,Profitville,PC,Puzzle,Myth People,Myth People,,,,,,,2007-05-16, +/games/boxart/full_project-gert-moonbreaker_367AmericaFront.jpg,Project Gert: Moonbreaker,XBL,Puzzle,Microsoft,Modern07,,,,,,,2011-02-10, +/games/boxart/full_7608983JapanFrontccc.jpg,Psychic Force Puzzle Taisen,PS,Puzzle,Taito,Taito Corporation,,,,,,,1997-10-02, +/games/boxart/full_6837327PALFrontccc.jpg,Puchi Carat,GB,Puzzle,Event Horizon Software,Taito Corporation,,,,,,,2000-12-08, +/games/boxart/full_3437434PALFrontccc.jpg,Puchi Carat,PS,Puzzle,Event Horizon Software,Taito Corporation,,,,,,,2000-01-01, +/games/boxart/full_puddle_172AmericaFront.jpg,Puddle,PSN,Puzzle,Unknown,Neko Entertainment,,,,,,,, +/games/boxart/full_puddle_332AmericaFront.jpg,Puddle,XBL,Puzzle,Konami,Neko Entertainment,,,,,,,2012-01-25, +/games/boxart/full_puffins-lets-fish_4AmericaFront.jpg,Puffins: Let's Fish,DSiW,Puzzle,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2010-06-21,2018-10-08 +/games/boxart/full_3462201AmericaFrontccc.jpg,Puffins: Let's Roll,DSiW,Puzzle,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2010-04-26,2018-10-08 +/games/boxart/full_34045JapanFrontccc.jpg,Pururun! With Shieipu UP Garuzu,PS,Puzzle,J-Wing,Graphic Research,,,,,,,1997-01-10, +/games/boxart/full_8867587AmericaFrontccc.jpg,Push-Over,SNES,Puzzle,Ocean,"Red Rat Software, Ltd.",,,,,,,1992-01-01, +/games/boxart/full_6477154AmericaFrontccc.jpg,PushCrates,XBL,Puzzle,Microsoft,KRGkill,,,,,,,2009-09-28, +/games/boxart/full_pushmo_77AmericaFront.png,Pushmo,3DS,Puzzle,Nintendo,Intelligent Systems,,,,,,,2011-12-08, +/games/boxart/full_3045951AmericaFrontccc.png,Pushmo World,WiiU,Puzzle,Nintendo,Intelligent Systems,,,,,,,2014-06-19,2018-04-15 +/games/boxart/full_5671247AmericaFrontccc.jpg,Putt-Putt Enters the Race,PC,Puzzle,Unknown,Humongous,,,,,,,1998-01-01, +/games/boxart/full_6104194AmericaFrontccc.jpg,Putt-Putt Joins the Circus,PC,Puzzle,Unknown,Humongous,,,,,,,2000-07-01, +/games/boxart/full_78775AmericaFrontccc.jpg,Putt-Putt Saves the Zoo,PC,Puzzle,Unknown,Humongous,,,,,,,1995-01-01, +/games/boxart/full_3345372AmericaFrontccc.jpg,Putt-Putt Travels Through Time,PC,Puzzle,Unknown,Humongous,,,,,,,1997-01-01, +/games/boxart/full_7918338AmericaFrontccc.jpg,Putt-Putt: Pep's Birthday Surprise,PC,Puzzle,Atari,Humongous,,,,,,,2003-10-07, +/games/boxart/full_puyo-pop_699AmericaFront.jpg,Puyo Pop,NGage,Puzzle,Sega,Sega,5.7,,,,,,2003-10-06, +/games/boxart/full_9564588PALFrontccc.jpg,Puyo Pop Fever,XB,Puzzle,Sega,Sonic Team,,,,,,,2004-02-27, +/games/boxart/full_7543300PALFrontccc.jpg,Puyo Pop Fever,PS2,Puzzle,Sega,Sonic Team,,,,,,,2004-02-27, +/games/boxart/full_7690758JapanFrontccc.jpg,Puyo Pop Fever,PC,Puzzle,Sega,Sonic Team,,,,,,,2004-09-24, +/games/boxart/full_6251933PALFrontccc.jpg,Puyo Pop Fever,GBA,Puzzle,Sega,Sonic Team,,,,,,,2005-03-24, +/games/boxart/full_8143309JapanFrontccc.jpg,Puyo Puyo,NES,Puzzle,Tokuma Shoten,Compile,,,,,,,1993-07-23, +/games/boxart/full_4857301JapanFrontccc.jpg,Puyo Puyo,GG,Puzzle,Sega,Compile,,,,,,,1993-03-19, +/games/boxart/full_4549859JapanFrontccc.jpg,Puyo Puyo,GB,Puzzle,Banpresto,WinkySoft,,,,,,,1994-07-31, +/games/boxart/full_6653347JapanFrontccc.jpg,Puyo Puyo,VC,Puzzle,Sega,Compile,,,,,,,2006-12-02, +/games/boxart/full_7681532JapanFrontccc.jpg,Puyo Puyo,GEN,Puzzle,Sega,Compile,,,,,,,1992-12-18, +/games/boxart/default.jpg,Puyo Puyo (Arcade),VC,Puzzle,Sega,Compile,,,,,,,2011-04-12, +/games/boxart/full_6359820JapanFrontccc.jpg,Puyo Puyo 2,GEN,Puzzle,Sega,Compile,,,,,,,1994-12-02, +/games/boxart/full_8003308JapanFrontccc.jpg,Puyo Puyo 2,SAT,Puzzle,Sega,Compile,,,,,,,1995-10-27, +/games/boxart/full_1142848JapanFrontccc.jpg,Puyo Puyo 2,VC,Puzzle,Sega,Compile,,,,,,,2008-03-10, +/games/boxart/full_353471JapanFrontccc.jpg,Puyo Puyo 4,DC,Puzzle,Sega,Compile,8.7,,,,,,1999-03-04, +/games/boxart/full_8210443JapanFrontccc.jpg,Puyo Puyo DA! featuring ELLENA System,DC,Puzzle,Compile,Compile,2.3,,,,,,1999-12-16, +/games/boxart/full_568273JapanFrontccc.jpg,Puyo Puyo Fever,XBL,Puzzle,Sega,Sonic Team,,,,,,,2007-12-04, +/games/boxart/full_3006854JapanFrontccc.jpg,Puyo Puyo Fever,DC,Puzzle,Sega,Milestone,,,,,,,2004-02-24, +/games/boxart/full_1670271JapanFrontccc.jpg,Puyo Puyo Fever 2,PS2,Puzzle,Sega,Sonic Team,,,,,,,2005-11-24, +/games/boxart/full_5610756JapanFrontccc.jpg,Puyo Puyo Fever 2 [Chuu!],PSP,Puzzle,Sega,Sonic Team,,,,,,,2005-11-24, +/games/boxart/full_4447650JapanFrontccc.jpg,Puyo Puyo Fever 2 [Chuu!],DS,Puzzle,Sega,Sonic Team,,,,,,,2005-12-24, +/games/boxart/full_1312346JapanFrontccc.jpg,Puyo Puyo Tetris,XOne,Puzzle,Sega,Sonic Team,,,,,,,2014-12-04,2018-07-04 +/games/boxart/full_1643173JapanFrontccc.jpg,Puyo Puyo Tsuu,WS,Puzzle,Bandai,Bandai,,,,,,,1999-03-11, +/games/boxart/default.jpg,Puyo Puyo Tsuu (Arcade),VC,Puzzle,Sega,Compile,,,,,,,2011-06-07, +/games/boxart/full_7735154JapanFrontccc.jpg,Puyo Puyo! 15th Anniversary,Wii,Puzzle,Sega,Sonic Team,,,,,,,2007-07-26, +/games/boxart/default.jpg,Puyo Puyo!! 20th Anniversary,Wii,Puzzle,Sega,Sonic Team,,,,,,,2011-12-15, +/games/boxart/full_puyo-puyo-20th-anniversary_613JapanFront.jpg,Puyo Puyo!! 20th Anniversary,PSP,Puzzle,Sega,Sonic Team,,,,,,,2011-12-15, +/games/boxart/full_8128818JapanFrontccc.jpg,Puyo Puyo~n Party,N64,Puzzle,Compile,Compile,,,,,,,1999-12-03, +/games/boxart/full_puzzle_2AmericaFront.jpg,Puzzle,NES,Puzzle,American Video Entertainment,American Video Entertainment,,,,,,,1990-01-01, +/games/boxart/full_6048593JapanFrontccc.jpg,Puzzle & Dragons Z,3DS,Puzzle,Nintendo,GungHo Online Entertainment,,,,,,,2015-05-22,2018-07-17 +/games/boxart/full_puzzle-agent_147AmericaFront.jpg,Puzzle Agent,PSN,Puzzle,Telltale Games,Telltale Games,,,,,,,2011-04-19, +/games/boxart/full_puzzle-agent_934AmericaFront.jpg,Puzzle Agent,PC,Puzzle,Telltale Games,Telltale Games,7,,,,,,2010-06-30, +/games/boxart/default.jpg,Puzzle Agent,WW,Puzzle,Unknown,Telltale Games,,,,,,,2020-12-31, +/games/boxart/full_puzzle-agent-2_803AmericaFront.jpg,Puzzle Agent 2,PC,Puzzle,Telltale Games,Telltale Games,6.3,,,,,,2011-06-30, +/games/boxart/default.jpg,Puzzle Agent 2,PSN,Puzzle,Unknown,Telltale Games,,,,,,,, +/games/boxart/full_805085AmericaFrontccc.jpg,Puzzle Arcade,XBL,Puzzle,Eidos Interactive,CTXM/Say Design,,,,,,,2008-12-24, +/games/boxart/full_1665726JapanFrontccc.jpg,Puzzle Arena Toshinden,PS,Puzzle,Takara,Takara,,,,,,,1997-06-20, +/games/boxart/full_puzzle-bobble_112AmericaFront.jpg,Puzzle Bobble,PC,Puzzle,Interplay,Taito Corporation,,,,,,,1999-01-01, +/games/boxart/full_6259346JapanFrontccc.jpg,Puzzle Bobble,WS,Puzzle,Sunsoft,Taito Corporation,,,,,,,1999-07-01, +/games/boxart/full_8839604JapanFrontccc.jpg,Puzzle Bobble DS,DS,Puzzle,Taito,Lancarse,,,,,,,2005-08-25, +/games/boxart/full_3366698JapanFrontccc.jpg,Puzzle Bobble Pocket,PSP,Puzzle,Taito,Taito Corporation,,,,,,,2004-12-22, +/games/boxart/full_puzzle-bobble-vs_189AmericaFront.jpg,Puzzle Bobble VS,NGage,Puzzle,Taito,Taito Corporation,2.2,,,,,,2003-10-06, +/games/boxart/full_puzzle-boy_2JapanFront.jpg,Puzzle Boy,PCE,Puzzle,Nippon Telenet,Atlus Co.,,,,,,,1991-02-22, +/games/boxart/full_6452885AmericaFrontccc.png,Puzzle Challenge: Crosswords and More!,PSN,Puzzle,Crave Entertainment,Supersonic Software,,,,,,,2009-09-30, +/games/boxart/full_4802744AmericaFrontccc.jpg,Puzzle Chronicles,PC,Puzzle,Konami,Infinite Interactive,,,,,,,2010-04-22, +/games/boxart/full_2925881AmericaFrontccc.jpg,Puzzle Chronicles,XBL,Puzzle,Konami,Infinite Interactive,,,,,,,2010-04-21, +/games/boxart/default.jpg,Puzzle Chronicles,DSiW,Puzzle,Konami,Konami,,,,,,,2010-02-02, +/games/boxart/full_puzzle-chronicles_0AmericaFront.jpg,Puzzle Chronicles,PSN,Puzzle,Konami,Infinite Interactive,,,,,,,2010-04-22, +/games/boxart/full_8282042AmericaFrontccc.png,Puzzle Chronicles (PSP),PSN,Puzzle,Konami,Infinite Interactive,,,,,,,2010-02-18, +/games/boxart/full_4886536AmericaFrontccc.jpg,Puzzle City,PC,Puzzle,eGames,eGames,,,,,,,2008-06-13, +/games/boxart/full_8391700AmericaFrontccc.jpg,Puzzle DeFusion,XBL,Puzzle,Microsoft,rebotz,,,,,,,2008-12-23, +/games/boxart/full_puzzle-dimension_0AmericaFront.jpg,Puzzle Dimension,PC,Puzzle,Unknown,Doctor Entertainment,,,,,,,2010-06-21, +/games/boxart/full_puzzle-dimension_282AmericaFront.jpg,Puzzle Dimension,PSN,Puzzle,Unknown,Doctor Entertainment,8,,,,,,2011-06-28, +/games/boxart/full_puzzle-fever_149AmericaFront.jpg,Puzzle Fever,DSiW,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2011-07-14, +/games/boxart/full_7605802AmericaFrontccc.jpeg,Puzzle Guild: The Dragon War,And,Puzzle,Unknown,Unknown,,,,,,,2014-08-28, +/games/boxart/full_puzzle-guzzle_977AmericaFront.jpg,Puzzle Guzzle,PSN,Puzzle,Agetec,Irem Software Engineering,,,,,,,2011-04-19, +/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 1,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-05-27, +/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 2,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-07-01, +/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 3,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-07-29, +/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 4,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-09-02, +/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 5,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-09-30, +/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 6,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-10-28, +/games/boxart/full_8163436AmericaFrontccc.jpg,Puzzle League Express,DSiW,Puzzle,Nintendo,Intelligent Systems,,,,,,,2009-08-31, +/games/boxart/full_6710260JapanFrontccc.jpg,Puzzle Mania,PS,Puzzle,Human Entertainment,Human Club,,,,,,,1999-02-25, +/games/boxart/full_9416098JapanFrontccc.jpg,Puzzle Mania 2,PS,Puzzle,Human Entertainment,Human Club,,,,,,,1999-03-25, +/games/boxart/full_1503514PALFrontccc.jpg,Puzzle Maniacs,PS2,Puzzle,505 Games,HuneX,,,,,,,2006-03-01, +/games/boxart/full_2345597JapanFrontccc.jpg,Puzzle Mate: Crossword Mate,DS,Puzzle,Compile Heart,Compile Heart,,,,,,,2008-04-17, +/games/boxart/full_5433961JapanFrontccc.jpg,Puzzle Mate: Nanpure Mate,DS,Puzzle,Compile Heart,Compile Heart,,,,,,,2008-04-17, +/games/boxart/full_4938993JapanFrontccc.jpg,Puzzle Mate: Oekaki Mate,DS,Puzzle,Compile Heart,Compile Heart,,,,,,,2008-04-17, +/games/boxart/full_puzzle-nintama-rantarou-ninjutsu-gakuen-puzzle-no-maki_405JapanFront.jpg,Puzzle Nintama Rantarou: Ninjutsu Gakuen Puzzle no Maki,SNES,Puzzle,Culture Brain,Culture Brain,,,,,,,1996-06-28, +/games/boxart/full_6255058AmericaFrontccc.jpg,Puzzle Pandemonium,XBL,Puzzle,Microsoft,Sondogg Software,,,,,,,2009-02-20, +/games/boxart/full_puzzle-quest-2_4AmericaFront.jpg,Puzzle Quest 2,PC,Puzzle,Namco Networks America,Infinite Interactive,,,,,,,2010-08-12, +/games/boxart/default.jpg,Puzzle Quest 2,PSP,Puzzle,Unknown,Infinite Interactive,,,,,,,, +/games/boxart/default.jpg,Puzzle Quest 2,PSN,Puzzle,Unknown,Infinite Interactive,,,,,,,, +/games/boxart/full_puzzle-quest-2_7AmericaFront.jpg,Puzzle Quest 2,XBL,Puzzle,D3 Publisher,Infinite Interactive,,,,,,,2010-06-30, +/games/boxart/full_6211541AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,XBL,Puzzle,D3 Publisher,Infinite Interactive,9.1,,,,,,2007-10-10, +/games/boxart/full_puzzle-quest-challenge-of-the-warlords_445AmericaFront.jpg,Puzzle Quest: Challenge of the Warlords,DSiW,Puzzle,Unknown,1st Playable Productions,,,,,,,2011-05-23, +/games/boxart/full_983973AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PSN,Puzzle,D3 Publisher,Vicious Cycle,,,,,,,2008-10-09, +/games/boxart/full_9068256AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PC,Puzzle,D3 Publisher,Infinite Interactive,8.6,,,,,,2007-10-10, +/games/boxart/full_864256AmericaFrontccc.png,Puzzle Quest: Challenge of the Warlords (PSP),PSN,Puzzle,D3 Publisher,Vicious Cycle,,,,,,,2008-09-24, +/games/boxart/full_4585285AmericaFrontccc.png,Puzzle Quest: Galactrix,PSN,Puzzle,D3 Publisher,Infinite Interactive,,,,,,,2009-05-07, +/games/boxart/full_6539594AmericaFrontccc.jpg,Puzzle Quest: Galactrix,XBL,Puzzle,D3 Publisher,Infinite Interactive,,,,,,,2009-04-08, +/games/boxart/full_puzzle-rocks_342AmericaFront.jpg,Puzzle Rocks,DSiW,Puzzle,Cinemax,Cinemax,5.5,,,,,,2011-06-03, +/games/boxart/8772972ccc.jpg,Puzzle Scape,PSP,Puzzle,Got Game Entertainment,Farmind Ltd,,,,,,,2007-06-18, +/games/boxart/default.jpg,Puzzle Scape Mini,PSN,Puzzle,Farmind,Farmind,,,,,,,2009-10-01, +/games/boxart/full_9977586PALFrontccc.png,Puzzle Scape Mini,PSN,Puzzle,Farmind,Farmind Ltd,,,,,,,2009-10-01, +/games/boxart/full_8559385JapanFrontccc.jpg,Puzzle Series Vol. 1: Jigsaw Puzzle,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-03-23, +/games/boxart/full_3879793JapanFrontccc.jpg,Puzzle Series Vol. 2: Crossword,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-03-23, +/games/boxart/full_puzzle-series-vol-5-slither-link_4JapanFront.jpg,Puzzle Series Vol. 5: Slither Link,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-11-16, +/games/boxart/full_4726339JapanFrontccc.jpg,Puzzle Series Vol. 8: Nankuro,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-12-14, +/games/boxart/full_6083673JapanFrontccc.jpg,Puzzle Series Vol.7: Crossword 2,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-11-16, +/games/boxart/full_9334665JapanFrontccc.jpg,Puzzle Series: Jigsaw Puzzle Koinu Mekuri Hen,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-08-03, +/games/boxart/full_6336616JapanFrontccc.jpg,Puzzle Series: Jigsaw Puzzle: Koneko Mekuri,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-08-03, +/games/boxart/default.jpg,Puzzle to Go: Baby Animals,DSiW,Puzzle,Tivola,Tivola Interactive Media,,,,,,,2011-01-28, +/games/boxart/default.jpg,Puzzle to Go: Diddl,DSiW,Puzzle,Tivola,Tivola Publishing GmbH,,,,,,,2010-04-02, +/games/boxart/default.jpg,Puzzle to Go: Planets and Universe,DSiW,Puzzle,Tivola,Tivola Interactive Media,,,,,,,2011-02-18, +/games/boxart/default.jpg,Puzzle to Go: Sightseeing,DSiW,Puzzle,Tivola,Tivola Interactive Media,,,,,,,2011-03-04, +/games/boxart/default.jpg,Puzzle to Go: Wildlife,DSiW,Puzzle,Tivola,Tivola Publishing GmbH,,,,,,,2010-02-19, +/games/boxart/full_5524109AmericaFrontccc.jpg,Puzzle?,XBL,Puzzle,Microsoft,MarkMD76,,,,,,,2009-08-23, +/games/boxart/full_puzzled_495JapanFront.jpg,Puzzled,NG,Puzzle,SNK,SNK Corporation,,,,,,,1991-07-01, +/games/boxart/full_puzzled_60JapanFront.jpg,Puzzled,VC,Puzzle,D4 Enterprise,SNK Corporation,,,,,,,2011-06-14, +/games/boxart/full_puzzled-rabbit_545AmericaFront.jpg,Puzzled Rabbit,XBL,Puzzle,Microsoft,Pixel Elephant,,,,,,,2011-09-20, +/games/boxart/full_6817779AmericaFrontccc.jpg,Puzzlegeddon,XBL,Puzzle,Tecmo,Pieces Interactive,6.4,,,,,,2009-12-16, +/games/boxart/full_2608449AmericaFrontccc.png,Puzzlegeddon,PSN,Puzzle,Tecmo,Pieces Interactive,,,,,,,2009-12-17, +/games/boxart/full_7483367AmericaFrontccc.jpg,Puzzlegeddon,PC,Puzzle,Pieces Interactive,Pieces Interactive,,,,,,,2008-11-27, +/games/boxart/full_puzzler-world_604PALFront.jpg,Puzzler World,PC,Puzzle,Atari,Kalypso,,,,,,,2010-05-28, +/games/boxart/default.jpg,Puzzler World 2,PC,Puzzle,Unknown,Ideas Pad,,,,,,,2011-10-10, +/games/boxart/full_7687790AmericaFrontccc.jpg,Puzzlix,XBL,Puzzle,Microsoft,FornaxStudios,,,,,,,2009-02-14, +/games/boxart/full_puzznic_9JapanFront.jpg,Puzznic,PCE,Puzzle,Taito,Taito Corporation,,,,,,,1990-06-29, +/games/boxart/5809722ccc.gif,Puzznic,PS,Puzzle,Mud Duck Productions,Altron,,,,,,,2003-05-12, +/games/boxart/full_puzznic_0JapanFront.jpg,Puzznic,GB,Puzzle,Taito,Taito Corporation,,,,,,,1990-07-31, +/games/boxart/25783ccc.gif,Puzznic,NES,Puzzle,Taito,Taito Corporation,,,,,,,1990-11-01, +/games/boxart/full_9876180AmericaFrontccc.jpg,Puzzwords,XBL,Puzzle,Microsoft,Mr Brian,,,,,,,2009-06-07, +/games/boxart/full_8682447AmericaFrontccc.jpg,PuzzXXI,XBL,Puzzle,Microsoft,rafaro,,,,,,,2009-02-25, +/games/boxart/1951924ccc.jpg,Pyramid,NES,Puzzle,American Video Entertainment,sachen,,,,,,,1992-01-01, +/games/boxart/full_5161132AmericaFrontccc.png,Pyramid Solitaire Saga,And,Puzzle,King.com,King.com,,,,,,,2014-07-04, +/games/boxart/full_pyramids_290AmericaFront.png,Pyramids,3DS,Puzzle,Enjoy Gaming,Visual Impact Productions,7.5,,,,,,2011-10-27, +/games/boxart/8161738ccc.jpg,Pyramids of Ra,GB,Puzzle,Unknown,Micros,,,,,,,1993-04-01, +/games/boxart/1514331ccc.jpg,Q Billion,GB,Puzzle,Seta Corporation,Seta Corporation,,,,,,,1990-04-01, +/games/boxart/5262481ccc.jpg,Q*Bert,DC,Puzzle,Hasbro Interactive,Artech Digital Entertainment,5.4,,,,,,2000-11-30, +/games/boxart/full_7308689AmericaFrontccc.jpg,Q*bert,PC,Puzzle,Hasbro Interactive,Hasbro Interactive,,,,,,,1999-11-14, +/games/boxart/5023788ccc.jpg,Q*bert,NES,Puzzle,Ultra Games,Konami,,,,,,,1989-01-01, +/games/boxart/8264737ccc.jpg,Q*bert,PSN,Puzzle,Sony Online Entertainment,Gottlieb,,,,,,,2007-02-22, +/games/boxart/3467154ccc.jpg,Q*bert,5200,Puzzle,Parker Bros.,Parker Bros,,,,,,,1983-01-01, +/games/boxart/710556ccc.jpg,Q*bert,GB,Puzzle,Jaleco,Realtime Associates,,,,,,,1992-01-01, +/games/boxart/full_5411770AmericaFrontccc.jpg,Q*bert (GBC),GB,Puzzle,Hasbro Interactive,Pipe Dream Interactive,,,,,,,2000-09-25, +/games/boxart/full_5659434AmericaFrontccc.jpg,Q*bert 2005,PC,Puzzle,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2005-01-01,2018-09-15 +/games/boxart/5183534ccc.jpg,Q*bert 3,SNES,Puzzle,NTVIC,Realtime Associates,,,,,,,1993-10-01, +/games/boxart/3138117ccc.jpg,Q*bert's Qubes,2600,Puzzle,Parker Bros.,Parker Bros,,,,,,,1984-01-01, +/games/boxart/full_748185AmericaFrontccc.jpg,Qb,2600,Puzzle,XYPE,XYPE,,,,,,,2001-03-01, +/games/boxart/5299840ccc.jpg,Qix,Lynx,Puzzle,Telegames,Knight Technologies,,,,,,,1992-01-01, +/games/boxart/full_qix_0AmericaFront.jpg,Qix,PC,Puzzle,Taito,Alien Technology,,,,,,,1989-01-01, +/games/boxart/full_qix_3AmericaFront.jpg,Qix,NES,Puzzle,Taito,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/671095ccc.jpg,Qix,5200,Puzzle,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_qix_855JapanFront.jpg,Qix,3DS,Puzzle,Nintendo,Minakuchi Engineering,,,,,,,2011-07-07, +/games/boxart/default.jpg,Qix 2000,PS,Puzzle,Success,Success,,,,,,,2000-10-26, +/games/boxart/full_qix-adventure_9PALFront.jpg,Qix Adventure,GB,Puzzle,Event Horizon Software,Taito Corporation,,,,,,,2000-12-15, +/games/boxart/full_7601818AmericaFrontccc.jpg,Qix Neo,PS,Puzzle,Mud Duck Productions,Taito Corporation,,,,,,,2003-12-01, +/games/boxart/full_5567276AmericaFrontccc.jpg,Qix++,XBL,Puzzle,Taito,Taito Corporation,4.2,,,,,,2009-12-09, +/games/boxart/default.jpg,Qix++ (PSP),PSN,Puzzle,Taito,Taito Corporation,,,,,,,2010-02-25, +/games/boxart/default.jpg,Quadrilateral Cowboy,OSX,Puzzle,Blendo Games,Blendo Games,,,,,,,2015-01-01, +/games/boxart/default.jpg,Quadrilateral Cowboy,Linux,Puzzle,Blendo Games,Blendo Games,,,,,,,2015-01-01, +/games/boxart/default.jpg,Quadrilateral Cowboy,PC,Puzzle,Blendo Games,Blendo Games,,,,,,,2015-01-01, +/games/boxart/full_9833773AmericaFrontccc.jpg,QuadTrix,XBL,Puzzle,Microsoft,LotusXP,,,,,,,2009-05-08, +/games/boxart/full_434153AmericaFrontccc.jpg,QuantZ,PC,Puzzle,Gamerizon,Gamerizon,,,,,,,2008-08-13, +/games/boxart/full_9577173AmericaFrontccc.jpg,Quarth,GB,Puzzle,Konami,Ultra Games,,,,,,,1990-06-16, +/games/boxart/full_997811JapanFrontccc.jpg,Quarth,VC,Puzzle,Konami,Ultra Games,,,,,,,2010-02-02, +/games/boxart/full_6310459JapanFrontccc.jpg,Quarth,NES,Puzzle,Konami,Ultra Games,,,,,,,1990-04-13, +/games/boxart/full_3366011AmericaFrontccc.jpg,Quarx,XBL,Puzzle,Microsoft,bp,,,,,,,2008-12-29, +/games/boxart/default.jpg,Quest for Karma,PC,Puzzle,Unknown,Dreamcatcher,,,,,,,, +/games/boxart/default.jpg,Quester (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-12-08, +/games/boxart/default.jpg,Quick Pick,DSiW,Puzzle,Unknown,Dancing Dots,,,,,,,, +/games/boxart/default.jpg,Rabbit x Labyrinth Episode 2,DSiW,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-02-23, +/games/boxart/full_rabi-labi-gaiden-witchs-cat_320JapanFront.jpg,Rabi Labi Gaiden Witch's Cat,3DS,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-06-29, +/games/boxart/full_rabi-laby_539AmericaFront.jpg,Rabi Laby,DSiW,Puzzle,Agetec,SilverStarJapan,,,,,,,2011-03-14, +/games/boxart/full_8602383PALFrontccc.png,Rabi x Laby 3,3DS,Puzzle,Agetec,SilverStar,,,,,,,2014-07-10, +/games/boxart/full_radiangames-fluid_2AmericaFront.jpg,radiangames Fluid,XBL,Puzzle,Microsoft,radiangames,,,,,,,2010-10-22, +/games/boxart/full_9907820AmericaFrontccc.jpg,Rainbow Islands: Towering Adventure!,WW,Puzzle,Square Enix,Taito Corporation,,,,,,,2009-06-15, +/games/boxart/full_6855879AmericaFrontccc.jpg,Rainbow Islands: Towering Adventure!,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-10-28, +/games/boxart/full_ramen-heaven_6AmericaFront.jpg,Ramen Heaven,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-04, +/games/boxart/full_4233292JapanFrontccc.jpg,Ranma 1/2: Ougi Jaanken,SNES,Puzzle,Shogakukan,Rumic Soft,,,,,,,1995-07-21, +/games/boxart/full_8345721JapanFrontccc.jpg,Ranma 1/2:Kakuren Bodesu Match,GB,Puzzle,Banpresto,Banpresto,,,,,,,1990-07-28, +/games/boxart/default.jpg,rAPPidRevise GCSE History,GIZ,Puzzle,Unknown,Limitless Learning Limited,,,,,,,, +/games/boxart/full_9859321AmericaFrontccc.jpg,Raskulls,XBL,Puzzle,Halfbrick Studios,Halfbrick Studios,7.4,,,,,,2010-12-29, +/games/boxart/full_real-crimes-the-unicorn-killer_433AmericaFront.jpg,Real Crimes: The Unicorn Killer,PC,Puzzle,Unknown,ValuSoft,,,,,,,2009-07-29, +/games/boxart/full_repixland_600AmericaFront.jpg,Repixland,XBL,Puzzle,Microsoft,FlanGames,,,,,,,2011-08-08, +/games/boxart/full_revoltin-youth_891AmericaFront.png,Revoltin' Youth,PSN,Puzzle,Unknown,Open Emotion Studios,,,,,,,2011-09-27, +/games/boxart/full_8839339AmericaFrontccc.jpg,Road Not Taken,PC,Puzzle,Spry Fox,Spry Fox,,,,,,,2014-08-05, +/games/boxart/full_1310990AmericaFrontccc.jpg,Robot Rescue,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2009-11-16, +/games/boxart/default.jpg,Robot Rescue 2,DSiW,Puzzle,Unknown,Teyon Entertainment,,,,,,,, +/games/boxart/full_rocket-mania-deluxe_921AmericaFront.jpg,Rocket Mania! Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2006-06-14, +/games/boxart/default.jpg,Rolling Bloobs,WW,Puzzle,Unknown,Bloober Team,,,,,,,, +/games/boxart/full_romance-of-rome_518AmericaFront.jpg,Romance of Rome,PC,Puzzle,Big Fish Games,Big Fish Games,,,,,,,2009-10-18, +/games/boxart/default.jpg,Rompers,VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-12-01, +/games/boxart/full_4758951AmericaFrontccc.jpg,Roogoo,XBL,Puzzle,SouthPeak Interactive,SpiderMonk Entertainment,,,,,,,2008-06-04, +/games/boxart/default.jpg,Rotastic,PS3,Puzzle,Unknown,Dancing Dots,,,,,,,, +/games/boxart/full_rotastic_845AmericaFront.jpg,Rotastic,XBL,Puzzle,Focus Home Interactive,Dancing Dots,5,,,,,,2011-09-21, +/games/boxart/full_rotastic_880AmericaFront.jpg,Rotastic,PC,Puzzle,Unknown,Dancing Dots,,,,,,,, +/games/boxart/full_2571173AmericaFrontccc.jpg,Rotorize,XBL,Puzzle,Microsoft,AlexioXNA,,,,,,,2009-04-17, +/games/boxart/full_5594818AmericaFrontccc.jpg,RotorMania,XBL,Puzzle,Microsoft,Raccoon456,,,,,,,2009-07-03, +/games/boxart/full_7069907AmericaFrontccc.jpg,Rubik's Cube,2600,Puzzle,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_2678218AmericaFrontccc.jpg,Rubik's Puzzle Galaxy: RUSH,WW,Puzzle,Game Factory,Two Tribes,,,,,,,2009-12-14, +/games/boxart/full_7187234AmericaFrontccc.jpg,Runic,XBL,Puzzle,Microsoft,ExecutiveIguanaStudios,,,,,,,2009-12-10, +/games/boxart/full_rush_740AmericaFront.jpg,Rush,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-12-03, +/games/boxart/full_7911861JapanFrontccc.jpg,Ryuukyuu,PCE,Puzzle,FACE,Sankindo,,,,,,,1990-10-26, +/games/boxart/full_290018AmericaFrontccc.jpg,SafeCracker: The Ultimate Puzzle Adventure,PC,Puzzle,The Adventure Company,Kheops Studio,,,,,,,2006-08-02, +/games/boxart/full_same-game_4JapanFront.jpg,Same Game,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1997-04-25, +/games/boxart/full_same-game_8JapanFront.jpg,Same Game,SNES,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1996-03-01, +/games/boxart/full_sanrio-carnival_666JapanFront.jpg,Sanrio Carnival,NES,Puzzle,Character Soft,Ape Inc.,,,,,,,1990-11-22, +/games/boxart/full_sanrio-carnival_566JapanFront.jpg,Sanrio Carnival,GB,Puzzle,Character Soft,Character Soft,,,,,,,1991-05-11, +/games/boxart/full_sanrio-carnival-2_797JapanFront.jpg,Sanrio Carnival 2,NES,Puzzle,Character Soft,Ape Inc.,,,,,,,1993-01-14, +/games/boxart/full_sanrio-carnival-2_115JapanFront.jpg,Sanrio Carnival 2,GB,Puzzle,Character Soft,Character Soft,,,,,,,1993-03-19, +/games/boxart/full_sanrio-shanghai_896JapanFront.jpg,Sanrio Shanghai,SNES,Puzzle,Character Soft,SAS Sakata,,,,,,,1994-08-31, +/games/boxart/default.jpg,Santa Claus is Coming to Town,DS,Puzzle,Unknown,Crave,,,,,,,, +/games/boxart/full_2816165JapanFrontccc.jpg,Saturn Bomberman Fight!!,SAT,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1997-12-11, +/games/boxart/full_6179293AmericaFrontccc.jpg,Save the Turtles,DSiW,Puzzle,Sabarasa Entertainment,Sabarasa Entertainment,8,,,,,,2010-03-29, +/games/boxart/full_4839364AmericaFrontccc.jpg,Scrabble Classic,DSiW,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2010-02-15, +/games/boxart/full_scrabble-junior_49PALFront.jpg,Scrabble Junior,PC,Puzzle,Ubisoft,Runecraft,,,,,,,2002-12-06, +/games/boxart/full_935302AmericaFrontccc.jpg,Scrabble Slam!,DSiW,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2010-04-26, +/games/boxart/full_scrabble-tools_10AmericaFront.jpg,Scrabble Tools,DSiW,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2010-07-19, +/games/boxart/full_1551717AmericaFrontccc.jpg,Scrambled Egzz,XBL,Puzzle,Microsoft,CandelaCreations,,,,,,,2009-02-11, +/games/boxart/full_5710138JapanFrontccc.jpg,SD Lupin Sansei: Kinko Yaburi Daisakusen,GB,Puzzle,Banpresto,Banpresto,,,,,,,1990-04-13, +/games/boxart/full_9566781AmericaFrontccc.jpg,See The Light,XBL,Puzzle,Microsoft,Sowaz,,,,,,,2009-12-22, +/games/boxart/full_sega-ages-2500-series-vol-12-puyo-puyo-tsuu-perfect-set_1JapanFront.jpg,Sega Ages 2500 Series Vol. 12: Puyo Puyo Tsuu Perfect Set,PS2,Puzzle,Sega,Sega,,,,,,,2004-05-24, +/games/boxart/full_sega-ages-2500-series-vol-28-tetris-collection_9JapanFront.jpg,Sega Ages 2500 Series Vol. 28: Tetris Collection,PS2,Puzzle,Sega,Sega,,,,,,,2006-09-28, +/games/boxart/full_7338958JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 7: Columns,PS2,Puzzle,Sega,SIMS,,,,,,,2003-12-18, +/games/boxart/full_sega-ages-columns-arcade-collection_8JapanFront.jpg,Sega Ages: Columns Arcade Collection,SAT,Puzzle,Sega,Sega,,,,,,,1997-10-30, +/games/boxart/full_8430457AmericaFrontccc.jpg,Sega PC Puzzle Pack,PC,Puzzle,Sega,Sega,,,,,,,1999-01-01, +/games/boxart/5899763ccc.jpg,Sega Swirl,DC,Puzzle,Sega,Tremor Entertainment,8.6,,,,,,2000-01-01, +/games/boxart/full_3789958AmericaFrontccc.jpg,Sega Swirl,PC,Puzzle,Sega,Tremor Entertainment,,,,,,,2000-01-01, +/games/boxart/full_5996787JapanFrontccc.jpg,Sega Tetris,DC,Puzzle,Sega,Wow Entertainment,,,,,,,2000-11-23, +/games/boxart/full_sennou-millenium_8JapanFront.jpg,Sennou Millenium,WS,Puzzle,Bandai,Bandai,,,,,,,2000-03-16, +/games/boxart/full_big-birds-hide-amp-speak_4AmericaFront.jpg,Sesame Street: Big Bird's Hide & Speak,NES,Puzzle,Hi Tech Expressions,RSP,,,,,,,1990-10-01, +/games/boxart/2975968ccc.jpg,Sesame Street: Numbers,3DO,Puzzle,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, +/games/boxart/full_6754353AmericaFrontccc.jpg,ShadowPlay,WW,Puzzle,Deep Fried Entertainment,Deep Fried Entertainment,,,,,,,2010-01-11, +/games/boxart/full_shanghai_6JapanFront.jpg,Shanghai,NES,Puzzle,Sunsoft,Activision,,,,,,,1987-12-04, +/games/boxart/full_shanghai_9JapanFront.jpg,Shanghai,PSN,Puzzle,Success,SunSoft,,,,,,,2010-08-05, +/games/boxart/full_shanghai_3JapanFront.jpg,Shanghai,PSP,Puzzle,Success,SunSoft,,,,,,,2006-03-23, +/games/boxart/full_shanghai_10JapanFront.jpg,Shanghai,Wii,Puzzle,Success,SunSoft,,,,,,,2007-12-13, +/games/boxart/3535817ccc.jpg,Shanghai,GB,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1990-06-01, +/games/boxart/full_shanghai_2AmericaFront.jpg,Shanghai,MS,Puzzle,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_shanghai_1JapanFront.jpg,Shanghai,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1987-10-30, +/games/boxart/9283129ccc.jpg,Shanghai,Lynx,Puzzle,Atari,Activision,,,,,,,1990-01-01, +/games/boxart/full_shanghai_7JapanFront.jpg,Shanghai,DS,Puzzle,Success,SunSoft,,,,,,,2005-12-22, +/games/boxart/full_5213647JapanFrontccc.jpg,Shanghai Advance,GBA,Puzzle,Sunsoft,SunSoft,,,,,,,2001-12-14, +/games/boxart/full_shanghai-ds-2_6JapanFront.jpg,Shanghai DS 2,DS,Puzzle,Success,Success,,,,,,,2010-09-23, +/games/boxart/full_1988910JapanFrontccc.jpg,Shanghai II,GG,Puzzle,Sunsoft,SunSoft,,,,,,,1990-12-27, +/games/boxart/full_4340085AmericaFrontccc.jpg,Shanghai II: Dragon's Eye,VC,Puzzle,Sega,Genki,,,,,,,2010-01-11, +/games/boxart/full_4792886AmericaFrontccc.jpg,Shanghai II: Dragon's Eye,SNES,Puzzle,Activision,Genki,,,,,,,1993-02-01, +/games/boxart/4662807ccc.jpg,Shanghai II: Dragon's Eye,GEN,Puzzle,Activision,Activision,,,,,,,1994-01-01, +/games/boxart/full_shanghai-pocket_7JapanFront.jpg,Shanghai Pocket,WS,Puzzle,Sunsoft,SunSoft,,,,,,,1999-04-01, +/games/boxart/full_shanghai-pocket_1JapanFront.jpg,Shanghai Pocket,GB,Puzzle,Sunsoft,SunSoft,,,,,,,1998-08-06, +/games/boxart/full_shanghai-pocket-gbc_5AmericaFront.jpg,Shanghai Pocket (GBC),GB,Puzzle,Activision,SunSoft,,,,,,,1998-12-01, +/games/boxart/full_4799933JapanFrontccc.jpg,Shanghai: The Great Wall,PCFX,Puzzle,NEC Interchannel,Activision,,,,,,,1996-03-15, +/games/boxart/full_shape-shop_202AmericaFront.jpg,Shape Shop,XBL,Puzzle,Microsoft,matt nauman,,,,,,,2011-05-31, +/games/boxart/full_shapo_3AmericaFront.jpg,Shapo,PSN,Puzzle,TikGames,Creat Studios,,,,,,,2010-10-05, +/games/boxart/full_shapo_641AmericaFront.jpg,Shapo,DSiW,Puzzle,TikGames,Creat Studios,,,,,,,2011-03-21, +/games/boxart/full_shatter_596AmericaFront.jpg,Shatter,PSN,Puzzle,Sidhe Interactive,Sidhe Interactive,8.4,,,,,,2009-07-23, +/games/boxart/full_4068723AmericaFrontccc.jpg,Shellblast HD,XBL,Puzzle,Microsoft,Optum,,,,,,,2009-08-23, +/games/boxart/full_shift-extended_6PALFront.png,SHIFT extended,PSN,Puzzle,Zallag,Fishing Cactus,8,,,,,,2011-01-19, +/games/boxart/full_4211818JapanFrontccc.jpg,Shikinjo,GG,Puzzle,Sunsoft,SunSoft,,,,,,,1991-04-26, +/games/boxart/full_9337995JapanFrontccc.jpg,Shin Megami Tensei: Devil Children - Puzzle de Call!,GBA,Puzzle,Atlus,Multimedia Intelligence Transfer,,,,,,,2003-07-25, +/games/boxart/full_1401027JapanFrontccc.jpg,Shin Noukyo Iku,DS,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-12-03, +/games/boxart/full_2762037AmericaFrontccc.jpg,ShinAnimals,And,Puzzle,Unknown,Unknown,,,,,,,2014-06-23, +/games/boxart/full_shingata-kururin-pa_398JapanFront.jpg,Shingata Kururin Pa!,PS,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1996-07-26, +/games/boxart/full_shingata-kururin-pa_29JapanFront.jpg,Shingata Kururin Pa!,SAT,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1996-08-09, +/games/boxart/full_shockwave_7AmericaFront.jpg,Shockwave,NES,Puzzle,Unknown,American Game Cartridges,,,,,,,1990-01-01, +/games/boxart/full_4829394AmericaFrontccc.jpg,Shopping Crazy,XBL,Puzzle,Microsoft,Flying Pig Game Studio,,,,,,,2009-07-27, +/games/boxart/full_6403393AmericaFrontccc.jpg,Shrek-N-Roll,XBL,Puzzle,Activision,Backbone Entertainment,,,,,,,2007-11-14, +/games/boxart/default.jpg,Shunkan Tsubu Tsubu Tsubushi,DSiW,Puzzle,G-Style,G-Style,,,,,,,2010-03-03, +/games/boxart/full_5670810AmericaFrontccc.png,SHUT THE BOX,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2014-08-07,2018-01-06 +/games/boxart/full_5938389AmericaFrontccc.jpg,Sidehill Gouger,XBL,Puzzle,Microsoft,Canned Games,,,,,,,2009-12-15, +/games/boxart/full_8112328AmericaFrontccc.png,Siege Hero,PC,Puzzle,Miniclip.com,Armor Games,,,,,,,2011-04-30, +/games/boxart/full_3817468JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 2: Hello Kitty Illust Puzzle,PS,Puzzle,D3 Publisher,Tamsoft,,,,,,,2001-08-30, +/games/boxart/full_1103557JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 3: Hello Kitty Block Kuzushi,PS,Puzzle,D3 Publisher,Tamsoft,,,,,,,2001-10-25, +/games/boxart/full_6510350JapanFrontccc.jpg,Simple 1500 Series Vol. 14: The Block Kuzushi,PS,Puzzle,Karuchua,Tamsoft,,,,,,,1999-08-12, +/games/boxart/full_9684720JapanFrontccc.jpg,Simple 1500 Series Vol. 37: The Illustration Puzzle and Slide Puzzle,PS,Puzzle,D3 Publisher,Earthly Production,,,,,,,2000-09-14, +/games/boxart/full_3871657JapanFrontccc.jpg,Simple 1500 Series Vol. 51: The Jigsaw Puzzle,PS,Puzzle,D3 Publisher,AMS,,,,,,,2000-12-28, +/games/boxart/full_7310848JapanFrontccc.jpg,Simple 2000 Series Vol. 4: The Double Mahjong Puzzle,PS2,Puzzle,D3 Publisher,Metro Corporation,,,,,,,2002-04-25, +/games/boxart/full_simple-2000-series-vol-62-the-super-puzzle-bobble-dx_6JapanFront.jpg,Simple 2000 Series Vol. 62: The Super Puzzle Bobble DX,PS2,Puzzle,D3 Publisher,Taito Corporation,,,,,,,2004-09-22, +/games/boxart/full_8927478JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 02: Afro Inu: The Puzzle,PS,Puzzle,Bandai,Bam Entertainment,,,,,,,2001-10-25, +/games/boxart/full_simple-characters-2000-series-vol-14-nantettantei-idol-the-jigsaw-puzzle_9JapanFront.jpg,Simple Characters 2000 Series Vol. 14: Nantettantei Idol: The Jigsaw Puzzle,PS,Puzzle,Bandai,Bandai,,,,,,,2002-10-10, +/games/boxart/full_478913JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 15: Cyborg 009: The Block Kuzushi,PS,Puzzle,Bandai,Access,,,,,,,2002-10-10, +/games/boxart/full_9129138JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 16: Ganba no Bouken: The Puzzle Action,PS,Puzzle,Bandai,Ooparts,,,,,,,2003-04-03, +/games/boxart/full_4458194JapanFrontccc.jpg,Simple DS Series Vol. 33: The Crossword & Kanji Puzzle,DS,Puzzle,D3 Publisher,Digital Ware,,,,,,,2008-03-13, +/games/boxart/full_simple-wii-series-vol-5-the-block-kuzushi_1JapanFront.jpg,Simple Wii Series Vol. 5: The Block Kuzushi,Wii,Puzzle,D3 Publisher,D3 Publisher,,,,,,,2008-02-28, +/games/boxart/full_3936508AmericaFrontccc.jpg,Simply HangMan,XBL,Puzzle,Microsoft,MarkMD76,,,,,,,2009-01-29, +/games/boxart/full_simply-minesweeper_207AmericaFront.jpg,Simply Minesweeper,DSiW,Puzzle,Engine Software,Engine Software,6,,,,,,2011-10-06, +/games/boxart/full_9865092AmericaFrontccc.jpg,Simplz: Zoo,PC,Puzzle,High Horse Entertainment,Reflexive Entertainment,,,,,,,2010-01-20, +/games/boxart/full_skweek_0JapanFront.jpg,Skweek,PCE,Puzzle,Victor Interactive,Loriciels,,,,,,,1991-08-02, +/games/boxart/full_7770445AmericaFrontccc.jpg,SLAM,XBL,Puzzle,Microsoft,Blackstorm Games,,,,,,,2009-03-07, +/games/boxart/default.jpg,SlideColors,XBL,Puzzle,Unknown,AngelMarcos,,,,,,,, +/games/boxart/full_slingo-quest_759AmericaFront.jpg,Slingo Quest,DSiW,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2011-04-11, +/games/boxart/full_1999675AmericaFrontccc.jpg,Slingo Quest,PC,Puzzle,Mac Play,Mac Play,,,,,,,2007-03-13, +/games/boxart/full_slither-link_2JapanFront.jpg,Slither Link,WS,Puzzle,Bandai,Bandai,,,,,,,2000-04-20, +/games/boxart/full_8309473AmericaFrontccc.jpg,SMART SPLITTER,XBL,Puzzle,Microsoft,Zenryokutei,,,,,,,2009-08-12, +/games/boxart/default.jpg,Smashbreak,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, +/games/boxart/full_8790978AmericaFrontccc.jpg,Snake Maze,XBL,Puzzle,Microsoft,ShadowRage,,,,,,,2009-12-03, +/games/boxart/default.jpg,Snakenoid,DSiW,Puzzle,Cinemax,Cinemax,,,,,,,2010-02-05, +/games/boxart/full_snakes_148AmericaFront.jpg,Snakes,NGage,Puzzle,Nokia,IOMO,8.4,,,,,,2005-01-25, +/games/boxart/full_snapdots_10AmericaFront.jpg,Snapdots,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2010-10-18, +/games/boxart/full_6764851AmericaFrontccc.jpg,Snax Lite (Cooking Arcade),XBL,Puzzle,Microsoft,Phased,,,,,,,2009-02-20, +/games/boxart/full_sneezies_68AmericaFront.jpg,Sneezies,WW,Puzzle,Chillingo,Chillingo,,,,,,,2011-01-03, +/games/boxart/full_2912034PALFrontccc.jpg,Sneezies,PSN,Puzzle,Chillingo,Chillingo,,,,,,,2010-05-04, +/games/boxart/default.jpg,Sneezies,DSiW,Puzzle,Unknown,Chillingo,,,,,,,, +/games/boxart/full_snoopy-no-hajimete-no-tsukai_751JapanFront.jpg,Snoopy no Hajimete no Tsukai,GB,Puzzle,Kotobuki Systems,Kotobuki Systems,,,,,,,1996-12-21, +/games/boxart/7606725ccc.jpg,Snoopy's Magic Show,GB,Puzzle,Kemco,Kemco,,,,,,,1990-10-01, +/games/boxart/full_2604469AmericaFrontccc.jpg,So Many Me,PC,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 +/games/boxart/full_4160022AmericaFrontccc.jpg,So Many Me,OSX,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 +/games/boxart/full_soccer-bashi_83AmericaFront.jpg,Soccer Bashi,WW,Puzzle,Icon Games,Icon Games,,,,,,,2011-01-10, +/games/boxart/full_1506430AmericaFrontccc.jpg,Sokobond,PC,Puzzle,Draknek,Alan Hazelden and Harry Lee,,,,,,,2014-07-21, +/games/boxart/full_4130470AmericaFrontccc.jpg,Sokobond,Linux,Puzzle,Draknek,Alan Hazelden and Harry Lee,,,,,,,2014-07-21, +/games/boxart/full_2610570AmericaFrontccc.jpg,Sokobond,OSX,Puzzle,Draknek,Alan Hazelden and Harry Lee,,,,,,,2014-07-21, +/games/boxart/full_883669AmericaFrontccc.jpg,Sokomania,DSiW,Puzzle,Cinemax,Cinemax,,,,,,,2010-05-03, +/games/boxart/full_9216190AmericaFrontccc.jpg,Solicheck,XBL,Puzzle,Microsoft,johnstr,,,,,,,2008-12-30, +/games/boxart/full_1283938JapanFrontccc.jpg,Solomon no Kagi: Ouji Rihita no Namida,MS,Puzzle,Salio,Aisystem Tokyo,,,,,,,1988-04-17, +/games/boxart/full_6319276AmericaFrontccc.jpg,Solomon's Club,GB,Puzzle,Tecmo,Tecmo,,,,,,,1991-03-01, +/games/boxart/full_8801976AmericaFrontccc.jpg,Solomon's Key,VC,Puzzle,Tecmo,Tecmo,7,,,,,,2006-11-19, +/games/boxart/3346952ccc.jpg,Solomon's Key,NES,Puzzle,Nintendo,Nintendo,,,,,,,1987-01-01, +/games/boxart/default.jpg,Solomon's Key (Arcade),VC,Puzzle,Tecmo,Tecmo,,,,,,,2009-11-30, +/games/boxart/6152672ccc.jpg,Solstice: The Quest for the Staff of Demnos,NES,Puzzle,CBS / Sony,Software Creations,,,,,,,1990-01-01, +/games/boxart/default.jpg,Sonic Eraser (MN),GEN,Puzzle,Sega,Sonic Team,,,,,,,1991-01-01, +/games/boxart/full_1317951AmericaFrontccc.jpg,Sorcerer's Maze,PS,Puzzle,XS Games,Shoeisha,,,,,,,2003-12-04, +/games/boxart/full_sorcerers-maze_1AmericaFront.jpg,Sorcerer's Maze,PSN,Puzzle,Sony Computer Entertainment,Shoeisha,,,,,,,2010-02-18, +/games/boxart/full_3857745JapanFrontccc.jpg,Soreyuke Ebisumaru! Karakuri Meiro - Kieta Goemon no Nazo!!,SNES,Puzzle,Konami,Konami Computer Entertainment Osaka,,,,,,,1996-03-29, +/games/boxart/full_soroban-gu_8JapanFront.jpg,Soroban Gu,WS,Puzzle,Naxat Soft,Mechanic Arms,,,,,,,2000-12-09, +/games/boxart/3176958ccc.jpg,Soukoban,GG,Puzzle,Riverhillsoft,Riverhillsoft,,,,,,,1990-12-15, +/games/boxart/full_space-ark_3AmericaFront.jpg,Space Ark,XBL,Puzzle,Microsoft,Strawdog Studios,,,,,,,2010-06-16, +/games/boxart/full_2472370JapanFrontccc.jpg,Space Hexcite: Metal Legend EX,GBA,Puzzle,Jorudan,Jorudan,,,,,,,2001-04-27, +/games/boxart/full_6548486AmericaFrontccc.jpg,Spaceball: Revolution,DSiW,Puzzle,Virtual Toys,Virtual Toys,,,,,,,2010-02-15, +/games/boxart/full_9750204PALFrontccc.png,Spaceball: Revolution,PSN,Puzzle,Virtual Toys,Virtual Toys,,,,,,,2010-02-11, +/games/boxart/full_1935057AmericaFrontccc.jpg,Spaceball: Revolution,WW,Puzzle,Virtual Toys,Virtual Toys,,,,,,,2009-09-14, +/games/boxart/full_6366020AmericaFrontccc.jpg,Spacebrix,XBL,Puzzle,Microsoft,Kobingo,,,,,,,2009-02-14, +/games/boxart/full_8634848AmericaFrontccc.jpg,Sparkle 2,OSX,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-03-20,2019-04-06 +/games/boxart/full_7290385AmericaFrontccc.jpg,Sparkle 2,PSV,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-05-20,2019-04-06 +/games/boxart/full_7310355AmericaFrontccc.png,Sparkle 2,iOS,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-20,2019-04-06 +/games/boxart/full_4288611AmericaFrontccc.jpg,Sparkle 2,PS4,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-05-20,2019-04-06 +/games/boxart/full_7362132AmericaFrontccc.png,Sparkle 2,WinP,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-18,2019-04-06 +/games/boxart/full_4254281AmericaFrontccc.jpg,Sparkle 2,PC,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-18,2019-04-06 +/games/boxart/full_4178040AmericaFrontccc.png,Sparkle 2,And,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-18,2019-04-06 +/games/boxart/full_349041AmericaFrontccc.png,Spellfall - Puzzle RPG,And,Puzzle,Backflip Studios,Backflip Studios,,,,,,,2014-08-08, +/games/boxart/full_6065135PALFrontccc.png,Spin Jam,PSN,Puzzle,Empire Interactive,Empire Interactive,,,,,,,2008-11-06, +/games/boxart/full_spin-pair_3JapanFront.jpg,Spin Pair,PCE,Puzzle,Media Rings,Media Rings,,,,,,,1990-12-14, +/games/boxart/full_spin-six_10AmericaFront.jpg,Spin Six,DSiW,Puzzle,Nintendo,Zener Works,,,,,,,2010-06-21, +/games/boxart/full_2290975AmericaFrontccc.jpg,Splice,iOS,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2013-03-05,2019-04-17 +/games/boxart/full_5327939AmericaFrontccc.jpg,Splice,And,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2012-12-09,2019-04-17 +/games/boxart/full_1512649AmericaFrontccc.jpg,Splice,OSX,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2012-06-13,2019-04-17 +/games/boxart/full_6007252AmericaFrontccc.jpg,SpongeBob Diner Dash,PC,Puzzle,PlayFirst,GameLab,,,,,,,2007-01-04, +/games/boxart/full_3015592AmericaFrontccc.jpg,Spooky,XBL,Puzzle,Microsoft,Loopy Max,,,,,,,2009-12-03, +/games/boxart/full_spotit-challenge_954AmericaFront.jpg,Spot It! Challenge,DSiW,Puzzle,Big John Games,Big John Games,,,,,,,2010-11-29, +/games/boxart/full_spot-the-difference_6AmericaFront.jpg,Spot the Difference,DSiW,Puzzle,Enjoy Gaming,Enjoy Gaming ltd.,,,,,,,2010-10-25, +/games/boxart/full_spot-the-differences_198AmericaFront.jpg,Spot the Differences!,WW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2011-02-07, +/games/boxart/full_2837706AmericaFrontccc.png,Spot the Differences!,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2009-12-17, +/games/boxart/full_8946149AmericaFrontccc.png,Spot the Differences: Party!,WiiU,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2013-09-05, +/games/boxart/4697479ccc.jpg,Spot: The Video Game,GB,Puzzle,Virgin Interactive,Software Creations,,,,,,,1991-09-01, +/games/boxart/full_8666773AmericaFrontccc.jpg,Spy Chameleon,XBL,Puzzle,Microsoft,Zeronian,,,,,,,2009-06-06, +/games/boxart/full_5398664AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,PC,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2014-06-11,2018-08-09 +/games/boxart/full_9158092AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,OSX,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2014-06-11,2018-08-09 +/games/boxart/full_3293528AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,Linux,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2014-06-11,2018-08-09 +/games/boxart/default.jpg,Spy Fox 2: Some Assembly Required,PC,Puzzle,Unknown,Humongous Entertainment,,,,,,,, +/games/boxart/full_7057786AmericaFrontccc.jpg,Sqong,XBL,Puzzle,Microsoft,Mexond,,,,,,,2009-05-21, +/games/boxart/default.jpg,Squeeballs Party,X360,Puzzle,Unknown,Eiconic Games,,,,,,,, +/games/boxart/full_362451AmericaFrontccc.jpg,Stack-Up,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1985-10-18, +/games/boxart/full_stacking_714AmericaFront.jpg,Stacking,XBL,Puzzle,THQ,Double Fine Productions,8.3,,,,,,2011-02-09, +/games/boxart/full_stacking_984AmericaFront.jpg,Stacking,PSN,Puzzle,THQ,Double Fine Productions,8.4,,,,,,2011-02-08, +/games/boxart/full_stacking-the-lost-hobo-king_856AmericaFront.jpg,Stacking: The Lost Hobo King,XBL,Puzzle,THQ,Double Fine Productions,,,,,,,2011-04-06, +/games/boxart/full_stacking-the-lost-hobo-king_961AmericaFront.jpg,Stacking: The Lost Hobo King,PSN,Puzzle,THQ,Double Fine Productions,,,,,,,2011-04-05, +/games/boxart/full_star-sweep_0JapanFront.jpg,Star Sweep,GB,Puzzle,Axela,fupac,,,,,,,1997-12-19, +/games/boxart/full_stardrone_713AmericaFront.jpg,StarDrone,PSN,Puzzle,Beatshapers,Beatshapers,7.2,,,,,,2011-04-05, +/games/boxart/4348973ccc.jpg,Stargate,GB,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-12-01, +/games/boxart/2600332ccc.jpg,Stargate,GG,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_starzzle_656AmericaFront.jpg,Starzzle,XBL,Puzzle,Microsoft,Bionic-Thumbs,,,,,,,2011-04-18, +/games/boxart/full_sticky-balls_2AmericaFront.jpg,Sticky Balls,GIZ,Puzzle,Gizmondo Studios,Gizmondo Studios Manchester,,,,,,,2005-10-22, +/games/boxart/full_3001336AmericaFrontccc.jpg,Storage Inc,XBL,Puzzle,Microsoft,Stolpskott Studios,,,,,,,2009-08-24, +/games/boxart/default.jpg,Storm,XBL,Puzzle,Unknown,indiePub,,,,,,,, +/games/boxart/default.jpg,Storm,PC,Puzzle,Unknown,indiePub,,,,,,,, +/games/boxart/default.jpg,Storm,PSN,Puzzle,Unknown,indiePub,,,,,,,, +/games/boxart/full_493875AmericaFrontccc.png,Stretchmo,3DS,Puzzle,Nintendo,Intelligent Systems,,,,,,,2015-05-14,2018-04-15 +/games/boxart/full_6049421AmericaFrontccc.png,Sudoku,PSN,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2009-10-01, +/games/boxart/full_6542380AmericaFrontccc.jpg,Sudoku 4Pockets,DSiW,Puzzle,4Pockets.com,4Pockets.com,,,,,,,2010-02-08, +/games/boxart/default.jpg,Sudoku Ball 3DS,3DS,Puzzle,Unknown,WhiteBear Studios,,,,,,,, +/games/boxart/full_5148280AmericaFrontccc.jpg,Sudoku Ball Detective,PC,Puzzle,Playlogic Game Factory,WhiteBear Studios,,,,,,,2009-09-22, +/games/boxart/full_7614258AmericaFrontccc.jpg,Sudoku Challenge!,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-11-30, +/games/boxart/full_9506146AmericaFrontccc.jpg,Sudoku Challenge!,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2008-11-24, +/games/boxart/full_sudoku-ds-nikoli-no-sudoku-ketteiban_894JapanFront.jpg,Sudoku DS: Nikoli no Sudoku Ketteiban,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2008-05-29, +/games/boxart/default.jpg,Sudoku for Kids,PC,Puzzle,Unknown,Seed Studios,,,,,,,, +/games/boxart/full_4709500PALFrontccc.jpg,Sudoku for Kids,DS,Puzzle,Unknown,Gameinvest,,,,,,,, +/games/boxart/full_3363772AmericaFrontccc.jpg,Sudoku Master,DSiW,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2009-06-29, +/games/boxart/full_4758687AmericaFrontccc.jpg,SUDOKU Sensei,DSiW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-12-28, +/games/boxart/full_9140002AmericaFrontccc.jpg,Sudoku Student,DSiW,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2009-07-27, +/games/boxart/full_6411254AmericaFrontccc.jpg,Sudoku X,XBL,Puzzle,Microsoft,MageStick X,,,,,,,2009-01-07, +/games/boxart/full_sum-fighter_344AmericaFront.jpg,Sum Fighter,XBL,Puzzle,Microsoft,MDCopp,,,,,,,2011-06-13, +/games/boxart/full_6925410AmericaFrontccc.jpg,SummerVacation,XBL,Puzzle,Microsoft,DK Alpla,,,,,,,2009-09-28, +/games/boxart/full_9647635JapanFrontccc.jpg,Super Bomberman: Panic Bomber W,SNES,Puzzle,Hudson Soft,Raizing,,,,,,,1995-03-01, +/games/boxart/full_super-bombliss_2JapanFront.jpg,Super Bombliss,SNES,Puzzle,Bullet Proof Software,TOSE,,,,,,,1995-03-17, +/games/boxart/full_super-bombliss-dx_1JapanFront.jpg,Super Bombliss DX,GB,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1999-12-10, +/games/boxart/5674574ccc.jpg,Super Breakout,5200,Puzzle,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_7701636AmericaFrontccc.jpg,Super Breakout,GB,Puzzle,Majesco,Morning Star Multimedia,,,,,,,1998-12-01, +/games/boxart/full_988179AmericaFrontccc.jpg,Super Bubble Pop,PS,Puzzle,Jaleco,Runecraft,4.6,,,,,,2002-12-25, +/games/boxart/full_5150714AmericaFrontccc.jpg,Super Bubble Pop,PC,Puzzle,RealNetworks,eGames,,,,,,,2002-01-01, +/games/boxart/default.jpg,Super Bust-A-Move,PC,Puzzle,EON Digital Entertainment,Taito Corporation,,,,,,,2001-10-19, +/games/boxart/657039ccc.jpg,Super Bust-A-Move 2,PS2,Puzzle,Ubisoft,Taito Corporation,,,,,,,2002-09-24, +/games/boxart/full_super-collapse_20AmericaFront.jpg,Super Collapse!,PC,Puzzle,GameHouse,GameHouse,,,,,,,2001-01-01, +/games/boxart/full_6810896AmericaFrontccc.png,Super Collapse! 3,PSN,Puzzle,Mumbo Jumbo,Mac Play,,,,,,,2009-04-08, +/games/boxart/5385907ccc.jpg,Super Collapse! 3,PSP,Puzzle,Mumbo Jumbo,Mac Play,,,,,,,2007-09-18, +/games/boxart/full_super-columns_8AmericaFront.jpg,Super Columns,GG,Puzzle,Sega,Sega,,,,,,,1995-06-05, +/games/boxart/default.jpg,Super Drop Mania,GIZ,Puzzle,Unknown,Fathammer,,,,,,,, +/games/boxart/full_6768846PALFrontccc.png,Super Fruit Fall,PSN,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2009-11-26, +/games/boxart/full_super-fruit-fall_10PALFront.jpg,Super Fruit Fall,PSP,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2007-08-10, +/games/boxart/full_super-fruit-fall_0PALFront.jpg,Super Fruit Fall,PS2,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2006-09-01, +/games/boxart/full_super-fruit-fall-minis_944PALFront.png,Super Fruit Fall (Minis),PSN,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2010-12-01, +/games/boxart/full_2259681JapanFrontccc.jpg,Super Lode Runner (FDS),NES,Puzzle,Irem Software Engineering,Broderbund,,,,,,,1987-03-05, +/games/boxart/default.jpg,Super Lode Runner II (FDS),NES,Puzzle,Irem Software Engineering,Broderbund,,,,,,,1987-08-25, +/games/boxart/full_super-monkey-ball_640AmericaFront.jpg,Super Monkey Ball,NGage,Puzzle,Sega,Amusement Vision,5.8,,,,,,2003-10-06, +/games/boxart/full_2169984AmericaFrontccc.jpg,Super Monkey Ball 2-Pack,GC,Puzzle,Sega,Amusement Vision,,,,,,,2004-10-15, +/games/boxart/default.jpg,Super Motherload,WW,Puzzle,Unknown,XGenStudios,,,,,,,, +/games/boxart/full_1891122JapanFrontccc.jpg,Super Puyo Puyo 2 Remix,SNES,Puzzle,Compile,Compile,,,,,,,1996-03-08, +/games/boxart/full_705805AmericaFrontccc.jpg,Super Puzzle Fighter II Turbo,PC,Puzzle,Capcom,Capcom,,,,,,,1998-01-01, +/games/boxart/9900281ccc.jpg,Super Puzzle Fighter II Turbo,SAT,Puzzle,Capcom,Capcom,,,,,,,1997-02-28, +/games/boxart/full_4907631AmericaFrontccc.jpg,Super Puzzle Fighter II Turbo HD Remix,PC,Puzzle,Unknown,Backbone Entertainment,,,,,,,, +/games/boxart/full_super-puzzle-fighter-ii-turbo-hd-remix_440AmericaFront.jpg,Super Puzzle Fighter II Turbo HD Remix,PSN,Puzzle,Capcom,Backbone Entertainment,,,,,,,2007-08-29, +/games/boxart/full_3563513AmericaFrontccc.jpg,Super Puzzle Fighter II Turbo HD Remix,XBL,Puzzle,Capcom,Backbone Entertainment,,,,,,,2007-08-29, +/games/boxart/full_814646JapanFrontccc.jpg,Super Puzzle Fighter II X for Matching Service,DC,Puzzle,Capcom,Capcom,,,,,,,2001-07-05, +/games/boxart/1808209ccc.jpg,Super Rub a Dub,PSN,Puzzle,Sony Computer Entertainment,Sumo Digital,,,,,,,2007-05-02, +/games/boxart/full_super-stacker_6AmericaFront.jpg,Super Stacker,PSN,Puzzle,inXile Entertainment,InXile Entertainment,,,,,,,2010-05-25, +/games/boxart/full_super-swap_0AmericaFront.jpg,Super Swap!,DSiW,Puzzle,Teyon Entertainment,SelectSoft Games,,,,,,,2010-06-21, +/games/boxart/full_super-tetris-2-bombliss_9JapanFront.jpg,Super Tetris 2 + Bombliss,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1992-12-18, +/games/boxart/full_super-tetris-2-bombliss-gentei-han_9JapanFront.jpg,Super Tetris 2 + Bombliss: Gentei Han,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1994-01-21, +/games/boxart/full_5477788JapanFrontccc.jpg,Super Tetris 3,SNES,Puzzle,Bullet Proof Software,TOSE,,,,,,,1994-12-16, +/games/boxart/full_8573302AmericaFrontccc.jpg,Super Xblox 360!,XBL,Puzzle,Microsoft,GIGGITYGIGG1TY,,,,,,,2009-07-21, +/games/boxart/full_9327167AmericaFrontccc.jpg,Super Yum Yum: Puzzle Adventures,DSiW,Puzzle,Mastertronic,AirPlay,3,,,,,,2010-03-29, +/games/boxart/full_5145472JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro,PS,Puzzle,Success,Success,,,,,,,1999-05-27, +/games/boxart/full_8971966JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro 2,PS,Puzzle,Success,Success,,,,,,,2000-01-27, +/games/boxart/full_6639956JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro 3,PS,Puzzle,Success,Success,,,,,,,2000-11-30, +/games/boxart/full_1837633JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro 4,PS,Puzzle,Success,Success,,,,,,,2001-05-24, +/games/boxart/full_superlite-1500-series-slither-link_5JapanFront.jpg,SuperLite 1500 Series: Slither Link,PS,Puzzle,Success,Success,,,,,,,2001-06-28, +/games/boxart/full_2431751JapanFrontccc.jpg,SuperLite 2000 Puzzle: Nankuro,PS2,Puzzle,Success,Success,,,,,,,2003-10-09, +/games/boxart/full_8485628JapanFrontccc.jpg,SuperLite 2500: Gekikara Numpla 2500-Mon,DS,Puzzle,Success,Success,,,,,,,2007-12-20, +/games/boxart/full_5394739JapanFrontccc.jpg,SuperLite 3in1 Series: Nankuro Shuu,PS,Puzzle,Success,Success,,,,,,,2002-02-07, +/games/boxart/full_surfacer_444AmericaFront.jpg,Surfacer+,DSiW,Puzzle,Lexis Numerique,Lexis Numerique,,,,,,,2011-01-10, +/games/boxart/full_1596199JapanFrontccc.jpg,Susume! Taisen Puzzle Dama: Toukon! Marumata Chou,N64,Puzzle,Konami,KCEK,,,,,,,1998-03-26, +/games/boxart/full_8845108JapanFrontccc.jpg,Sutte Hakkun,SNES,Puzzle,Nintendo,Nintendo,,,,,,,1999-06-25, +/games/boxart/full_5894991JapanFrontccc.jpg,Sutte Hakkun,VC,Puzzle,Nintendo,Nintendo,,,,,,,2010-03-02, +/games/boxart/full_swap-zap_23PALFront.jpg,Swap Zap,PSN,Puzzle,Unknown,Playgroundsquad,,,,,,,2011-02-16, +/games/boxart/full_swarm_576AmericaFront.jpg,Swarm,PSN,Puzzle,Ignition Entertainment,Hothead Games,6.8,,,,,,2011-03-22, +/games/boxart/full_swarm_651AmericaFront.jpg,Swarm,XBL,Puzzle,Ignition Entertainment,Hothead Games,6.8,,,,,,2011-03-23, +/games/boxart/default.jpg,swing,PS,Puzzle,Unknown,Software 2000,,,,,,,, +/games/boxart/full_swing_7PALFront.jpg,Swing,GB,Puzzle,Unknown,Software 2000,,,,,,,2000-10-20, +/games/boxart/full_5945347AmericaFrontccc.jpg,Switchball,PC,Puzzle,Sierra Online,Atomic Elbow,,,,,,,2007-06-26, +/games/boxart/full_8556053AmericaFrontccc.png,Switchball,PSN,Puzzle,Sony Online Entertainment,Atomic Elbow,,,,,,,2009-09-17, +/games/boxart/full_4606600AmericaFrontccc.jpg,Switchball,XBL,Puzzle,Sierra Online,Atomic Elbow,,,,,,,2007-11-07, +/games/boxart/full_8519921AmericaFrontccc.jpg,T-KARA,XBL,Puzzle,Microsoft,Mexond,,,,,,,2009-10-28, +/games/boxart/full_t-tris_551PALFront.jpg,T-Tris,Lynx,Puzzle,Bastian Schick,Bastian Schick,,,,,,,1996-01-01, +/games/boxart/full_9120813JapanFrontccc.jpg,Taisen Net Gimmick: Capcom & Psikyo All Stars,DC,Puzzle,Capcom,Psikyo,,,,,,,2001-06-28, +/games/boxart/full_talismania-deluxe_540AmericaFront.jpg,Talismania Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2006-10-18, +/games/boxart/full_6812285AmericaFrontccc.jpg,Tall Infinity,PS,Puzzle,Agetec,Open Sesame,,,,,,,2003-08-20, +/games/boxart/full_tall-infinity_6AmericaFront.jpg,Tall Infinity,PSN,Puzzle,Sony Computer Entertainment,Open Sesame,,,,,,,2010-10-19, +/games/boxart/full_4962507JapanFrontccc.jpg,Tall Twins Tower,PS,Puzzle,Techno Soleil,Techno Soleil,,,,,,,2000-11-02, +/games/boxart/full_3064699AmericaFrontccc.png,Tangram Attack,3DS,Puzzle,Unknown,Unknown,,,,,,,2014-07-31, +/games/boxart/full_3672500JapanFrontccc.jpg,Tarepanda no GunPey,WS,Puzzle,Bandai,Bandai,,,,,,,1999-12-09, +/games/boxart/9922662ccc.jpg,Teddy Factory,PC,Puzzle,eGames,E-Games,,,,,,,2006-11-20, +/games/boxart/full_9475760PALFrontccc.jpg,Télé 7 Jeux: Mots Croisés,Wii,Puzzle,Koch Media,White Park Bay Software,,,,,,,2009-07-02, +/games/boxart/full_2759933PALFrontccc.jpg,Télé 7 Jeux: Mots Fléchés,Wii,Puzzle,Koch Media,White Park Bay Software,,,,,,,2008-09-05, +/games/boxart/full_959280PALFrontccc.png,Telegraph Crosswords,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2009-12-10, +/games/boxart/full_telegraph-crosswords_4AmericaFront.jpg,Telegraph Crosswords,DSiW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2010-06-14, +/games/boxart/full_9695525AmericaFrontccc.jpg,Telegraph Sudoku & Kakuro,DSiW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2010-05-31, +/games/boxart/full_903423PALFrontccc.png,Telegraph Sudoku & Kakuro,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2010-04-15, +/games/boxart/full_3581334JapanFrontccc.jpg,Tenchi Muyou! Rensa Hitsuyou,SAT,Puzzle,Pioneer LDC,Pioneer LDC,,,,,,,1997-02-28, +/games/boxart/full_tesserae_897PALFront.jpg,Tesserae,PC,Puzzle,GameTek,Eurocom Entertainment Software,,,,,,,1993-11-01, +/games/boxart/full_tesserae_136AmericaFront.jpg,Tesserae,GB,Puzzle,GameTek,Eurocom Entertainment Software,,,,,,,1993-08-01, +/games/boxart/2496192ccc.jpg,Tesserae,GG,Puzzle,GameTek,Eurocom Entertainment Software,,,,,,,1993-01-01, +/games/boxart/full_tetraminos_705AmericaFront.jpg,Tetraminos,PSN,Puzzle,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-28, +/games/boxart/full_260138JapanFrontccc.jpg,Tetris,WS,Puzzle,Vanguard,Vanguard Works,,,,,,,2002-04-18, +/games/boxart/full_tetris_432AmericaFront.jpg,Tetris,PSN,Puzzle,Electronic Arts,Electronic Arts,7.5,,,,,,2011-01-04, +/games/boxart/full_8130316AmericaFrontccc.jpg,Tetris & Dr. Mario,SNES,Puzzle,Nintendo,Nintendo,,,,,,,1994-01-01, +/games/boxart/full_8571401AmericaFrontccc.png,Tetris (PSP),PSN,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2009-10-01, +/games/boxart/full_tetris-tengen_5AmericaFront.jpg,Tetris (Tengen),NES,Puzzle,Tengen,Tengen,,,,,,,1989-01-01, +/games/boxart/9983429ccc.jpg,Tetris 2,SNES,Puzzle,Nintendo,Bullet Proof Software,,,,,,,1994-08-01, +/games/boxart/full_8842109JapanFrontccc.jpg,Tetris 4D,DC,Puzzle,Bullet Proof Software,Bullet Proof Software,5.8,,,,,,1998-12-23, +/games/boxart/full_2740247JapanFrontccc.jpg,Tetris 64,N64,Puzzle,Seta Corporation,Amtex,,,,,,,1998-11-13, +/games/boxart/1185978ccc.jpg,Tetris Blast,GB,Puzzle,Nintendo,Bulletproof Software,,,,,,,1996-01-01, +/games/boxart/full_9565917AmericaFrontccc.jpg,Tetris Party,WW,Puzzle,Tetris Online,Hudson Soft,8.5,,,,,,2008-10-20, +/games/boxart/full_tetris-party-live_140AmericaFront.jpg,Tetris Party Live,DSiW,Puzzle,Tetris Online,Hudson Soft,,,,,,,2010-11-22, +/games/boxart/full_2697928AmericaFrontccc.jpg,Tetris Plus,SAT,Puzzle,Jaleco,Natsume,,,,,,,1996-09-30, +/games/boxart/full_2198154AmericaFrontccc.jpg,Tetris Plus,GB,Puzzle,Jaleco,Natsume,,,,,,,1997-08-01, +/games/boxart/full_6424854AmericaFrontccc.jpg,Tetris Splash,XBL,Puzzle,Tetris Online,"Tetris Online America, Inc.",,,,,,,2007-10-03, +/games/boxart/full_2157923PALFrontccc.jpg,Tetris Ultimate,PC,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2015-12-10,2018-07-29 +/games/boxart/full_3981908AmericaFrontccc.jpg,Tetris Ultimate,PS4,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2014-12-16,2018-07-29 +/games/boxart/full_2159218AmericaFrontccc.jpg,Tetris Ultimate,XOne,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2014-12-17,2018-07-29 +/games/boxart/full_9997656JapanFrontccc.jpg,Tetris with Card Captor Sakura: Eternal Heart,PS,Puzzle,Arika,Arika,,,,,,,2000-08-10, +/games/boxart/full_7437898AmericaFrontccc.jpg,Tetris Worlds,PC,Puzzle,THQ,Blue Planet Software,,,,,,,2001-11-23, +/games/boxart/9812120ccc.jpg,Tetris Worlds,XB,Puzzle,THQ,Radical Entertainment,,,,,,,2002-06-24, +/games/boxart/full_7790414AmericaFrontccc.jpg,th!nk Logic Trainer,DS,Puzzle,Conspiracy Entertainment,DTP Young Entertainment,,,,,,,2009-12-01, +/games/boxart/full_the-angry-hand-of-god_124AmericaFront.jpg,The Angry Hand of God,XBL,Puzzle,Microsoft,Alex Kaiser,,,,,,,2011-06-21, +/games/boxart/8234380ccc.jpg,The Brainies,SNES,Puzzle,Titus,Atreid Concept SA,,,,,,,1996-04-01, +/games/boxart/full_the-clockwork-man-2_594PALFront.jpg,The Clockwork Man 2,PC,Puzzle,Avanquest,Total Eclipse,,,,,,,2011-08-19, +/games/boxart/full_614579AmericaFrontccc.jpg,The Counting Kingdom,PC,Puzzle,Little Worlds Studio,Little Worlds Studio,,,,,,,2014-08-05, +/games/boxart/full_4142509AmericaFrontccc.jpg,The Counting Kingdom,OSX,Puzzle,Little Worlds Studio,Little Worlds Studio,,,,,,,2014-08-05, +/games/boxart/full_3946627PALFrontccc.jpg,The Cube,3DS,Puzzle,Funbox Media,Funbox Media,,,,,,,2013-11-09,2018-04-06 +/games/boxart/default.jpg,The Dream of Neko,DS,Puzzle,Unknown,DK Games,,,,,,,, +/games/boxart/full_7573599AmericaFrontccc.jpg,The Factory,XBL,Puzzle,Microsoft,CptnWaffles,,,,,,,2009-02-20, +/games/boxart/full_the-fidgetts_575AmericaFront.jpg,The Fidgetts,GB,Puzzle,Jaleco,Game Over Production,,,,,,,1997-10-01, +/games/boxart/default.jpg,The Great Chocolate Chase: A Chocolatier Twist,PC,Puzzle,PlayFirst,"Zemnott, Inc.",,,,,,,2008-07-14, +/games/boxart/3080556ccc.jpg,The Great Waldo Search,SNES,Puzzle,THQ,Radiance,,,,,,,1993-06-01, +/games/boxart/809358ccc.jpg,The Great Waldo Search,NES,Puzzle,THQ,Radiance,,,,,,,1992-12-01, +/games/boxart/5143027ccc.jpg,The Great Waldo Search,GEN,Puzzle,THQ,Radiance,,,,,,,1992-01-01, +/games/boxart/default.jpg,The Great Word Adventure 1 / Tuneland,PC,Puzzle,7th Level,7th Level,,,,,,,1995-01-01, +/games/boxart/full_the-hidden-mystery-collectives-puppet-show-1-amp-2_284PALFront.jpg,The Hidden Mystery Collectives: Puppet Show 1 & 2,PC,Puzzle,Focus Home Interactive,Big Fish Games,,,,,,,2010-10-08, +/games/boxart/full_1126081AmericaFrontccc.jpg,The Humans,GEN,Puzzle,GameTek,"Imagitec Design, Inc.",,,,,,,1992-05-14, +/games/boxart/default.jpg,The Humans,SNES,Puzzle,GameTek,GameTek,,,,,,,1993-01-01, +/games/boxart/full_6556347PALFrontccc.jpg,The Humans: Meet the Ancestors!,PC,Puzzle,Unknown,Blue Monkey Studios,,,,,,,, +/games/boxart/4466691ccc.jpg,The Incredible Machine,3DO,Puzzle,3DO,Dynamix,,,,,,,1994-01-01, +/games/boxart/full_the-incredible-machine_0AmericaFront.jpg,The Incredible Machine,PC,Puzzle,Sierra Entertainment,Jeff Tunnell Productions,,,,,,,1992-01-01, +/games/boxart/full_the-incredible-machine-mega-pack_828AmericaFront.jpg,The Incredible Machine Mega Pack,PC,Puzzle,Dynamix,Dynamix,,,,,,,2001-09-14, +/games/boxart/full_7240073AmericaFrontccc.jpg,The Incredible Machine v3.0,PC,Puzzle,Sierra Online,Jeff Tunnell Productions,,,,,,,1995-12-31, +/games/boxart/full_1941294AmericaFrontccc.jpg,The Incredible Maze,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2008-10-20, +/games/boxart/default.jpg,The Incredible Toon Machine,PC,Puzzle,Sierra Entertainment,Jeff Tunnell Productions,,,,,,,1994-01-01, +/games/boxart/full_8240863AmericaFrontccc.png,The Ingenious Machine,And,Puzzle,Unknown,Unknown,,,,,,,2014-06-09, +/games/boxart/full_the-lemmings-chronicles_0AmericaFront.jpg,The Lemmings Chronicles,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1994-01-01, +/games/boxart/full_9807664AmericaFrontccc.jpeg,The Lost Kids,And,Puzzle,XPEC Entertainment,XPEC Entertainment,,,,,,,2014-06-05, +/games/boxart/full_6644241AmericaFrontccc.jpg,The Lost Vikings,PC,Puzzle,Interplay,Silicon & Synapse,,,,,,,1993-01-01, +/games/boxart/119300ccc.jpg,The Lost Vikings,GEN,Puzzle,Interplay,Silicon & Synapse,,,,,,,1992-01-01, +/games/boxart/full_3797389AmericaFrontccc.jpg,The Lost Vikings,SNES,Puzzle,Interplay,Silicon & Synapse,,,,,,,1993-04-01, +/games/boxart/default.jpg,The Marbians,PSN,Puzzle,Unknown,Nordisk Film Games Publishing,,,,,,,, +/games/boxart/full_4441637AmericaFrontccc.jpg,The Misadventures of P.B. Winterbottom,XBL,Puzzle,2K Play,The Odd Gentlemen,8.4,,,,,,2010-02-17, +/games/boxart/full_6170287AmericaFrontccc.jpg,The Next Tetris,PC,Puzzle,Hasbro Interactive,Blue Planet Software,,,,,,,1999-10-04, +/games/boxart/full_2881852AmericaFrontccc.jpg,The Perfect Match,XBL,Puzzle,Microsoft,Onion Factory,,,,,,,2009-01-18, +/games/boxart/full_7528JapanFrontccc.jpg,The Puzzle,PS,Puzzle,Agetec,D3 Publisher,,,,,,,2001-03-01, +/games/boxart/full_the-puzzle-2_940PALFront.jpg,The Puzzle 2,PS,Puzzle,Phoenix Games,Axes Art Amuse,,,,,,,2003-01-01, +/games/boxart/full_the-quiz-gear-fight_4JapanFront.jpg,The Quiz Gear Fight!!,GG,Puzzle,Sega,Sega,,,,,,,1995-04-07, +/games/boxart/default.jpg,The Shanghai,PS,Puzzle,Sunsoft,SunSoft,,,,,,,2000-05-02, +/games/boxart/full_3091751JapanFrontccc.jpg,The Shinri Game,DC,Puzzle,Visit,Visit,,,,,,,2001-02-01, +/games/boxart/full_5365109JapanFrontccc.jpg,The Simple 2960 Tomodachi Series Vol. 3: The Itsudemo Puzzle - Massugu Soroete Straws,GBA,Puzzle,D3 Publisher,BeeWorks,,,,,,,2003-12-18, +/games/boxart/full_4409226PALFrontccc.jpg,The Swapper,WiiU,Puzzle,Facepalm Games,Facepalm Games,,,,,,,2014-11-06, +/games/boxart/default.jpg,The Swapper,OSX,Puzzle,Facepalm Games,Facepalm Games,,,,,,,2014-02-18, +/games/boxart/default.jpg,The Swapper,Linux,Puzzle,Facepalm Games,Facepalm Games,,,,,,,2014-02-18, +/games/boxart/full_the-tales-of-bearsworth-manor-chaotic-conflicts_8AmericaFront.jpg,The Tales of Bearsworth Manor: Chaotic Conflicts,WW,Puzzle,Square Enix,Square Enix,,,,,,,2010-06-21, +/games/boxart/full_the-tales-of-bearsworth-manor-puzzling-pages_4AmericaFront.jpg,The Tales of Bearsworth Manor: Puzzling Pages,WW,Puzzle,Square Enix,Square Enix,,,,,,,2010-06-21, +/games/boxart/full_768682AmericaFrontccc.jpg,The Talos Principle,And,Puzzle,Devolver Digital,Croteam,,,,,,,2015-05-28, +/games/boxart/full_1853025AmericaFrontccc.jpg,The Talos Principle,OSX,Puzzle,Devolver Digital,Croteam,,,,,,,2014-12-11, +/games/boxart/full_6224806AmericaFrontccc.jpg,The Talos Principle,Linux,Puzzle,Devolver Digital,Croteam,,,,,,,2014-12-11, +/games/boxart/full_9446814AmericaFrontccc.jpg,The Three Stooges: Treasure Hunt Hijinks,PC,Puzzle,eGames,eGames,,,,,,,2008-11-10, +/games/boxart/full_8322315AmericaFrontccc.jpg,The Towers of Cedrick,XBL,Puzzle,Microsoft,wizlon,,,,,,,2009-06-04, +/games/boxart/default.jpg,The Treasures of Montezuma,PSN,Puzzle,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 +/games/boxart/full_the-trials-of-topoq_226AmericaFront.jpg,The Trials of Topoq,PSN,Puzzle,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-12-20, +/games/boxart/full_the-undergarden_98AmericaFront.jpg,The UnderGarden,PC,Puzzle,Atari,Vitamin G Studios,6.4,,,,,,2010-11-10, +/games/boxart/full_the-undergarden_701AmericaFront.jpg,The UnderGarden,PSN,Puzzle,Atari,Vitamin G Studios,6,,,,,,2011-02-01, +/games/boxart/full_the-undergarden_249AmericaFront.jpg,The UnderGarden,XBL,Puzzle,Atari,Vitamin G Studios,6.4,,,,,,2010-10-29, +/games/boxart/default.jpg,The Witness,XBL,Puzzle,Unknown,Number None Inc.,,,,,,,, +/games/boxart/default.jpg,The Witness,PSN,Puzzle,Unknown,Number None Inc.,,,,,,,, +/games/boxart/full_the-wonderful-end-of-the-world_848AmericaFront.jpg,The Wonderful End of the World,PC,Puzzle,Dejobaan Games,Dejobaan Games,,,,,,,2008-01-25, +/games/boxart/full_3691735PALFrontccc.jpg,Think: Train Your Brain,DS,Puzzle,Eidos Interactive,Eidos Interactive,,,,,,,2009-06-26, +/games/boxart/full_7310909AmericaFrontccc.jpg,thinkSMART: Advanced,DS,Puzzle,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2010-06-15, +/games/boxart/default.jpg,Threes!,XOne,Puzzle,Sirvo LLC,Sirvo LLC,,,,,,,2014-12-05, +/games/boxart/full_thruspace_6AmericaFront.jpg,ThruSpace,WW,Puzzle,Nintendo,Keys Factory,,,,,,,2010-10-18,2018-08-30 +/games/boxart/full_thunder-amp-lightning_2AmericaFront.jpg,Thunder & Lightning,NES,Puzzle,Romstar,Visco,,,,,,,1990-12-01, +/games/boxart/full_tidalis_9AmericaFront.jpg,Tidalis,PC,Puzzle,"Arcen Games, LLC","Arcen Games, LLC",7,,,,,,2010-07-16, +/games/boxart/full_3425819AmericaFrontccc.jpg,Tiki Towers,WW,Puzzle,RealNetworks,RealNetworks,,,,,,,2008-12-22, +/games/boxart/full_tiles-of-fate_8AmericaFront.jpg,Tiles of Fate,NES,Puzzle,American Video Entertainment,C&E Inc.,,,,,,,1990-01-01, +/games/boxart/full_timeball_9AmericaFront.jpg,Timeball,PCE,Puzzle,Turbo Technologies,Hudson Soft,,,,,,,1990-01-01, +/games/boxart/full_1516551AmericaFrontccc.jpg,Tiny Brains,PS4,Puzzle,505 Games,Spearhead Entertainment,,,,,,,2013-12-03, +/games/boxart/full_2942616AmericaFrontccc.jpg,Tiny Brains,PS3,Puzzle,505 Games,Spearhead Entertainment,,,,,,,2014-01-07, +/games/boxart/full_1158454AmericaFrontccc.jpg,Tiny Brains,PC,Puzzle,505 Games,Spearhead Entertainment,,,,,,,2013-12-11, +/games/boxart/full_2283066AmericaFrontccc.jpg,TiQal,XBL,Puzzle,Microsoft,"SlapDash Games, LLC",,,,,,,2008-03-26, +/games/boxart/full_titanic-mystery_693PALFront.jpg,Titanic Mystery,PC,Puzzle,PlayV,PlayV,,,,,,,2010-02-05, +/games/boxart/9952074ccc.jpg,Toki Tori,WW,Puzzle,Two Tribes,Two Tribes,7.7,,,,,,2008-06-02, +/games/boxart/7460123ccc.gif,Toki Tori,GB,Puzzle,Capcom,Two Tribes,,,,,,,2001-09-12, +/games/boxart/full_2997200JapanFrontccc.jpg,Tokimeki Memorial 2: Taisen Pazurudama,PS,Puzzle,Konami,KCET,,,,,,,2001-03-15, +/games/boxart/default.jpg,Tokimeki Memorial: Taisen Pazurudama,PC,Puzzle,Konami,Konami,,,,,,,1996-01-01, +/games/boxart/full_7485622JapanFrontccc.jpg,Tokimeki Memorial: Taisen Tokkaedama,SAT,Puzzle,Konami,Konami,,,,,,,1997-08-07, +/games/boxart/full_8145831JapanFrontccc.jpg,Tokimeki Memorial: Taisen Tokkaedama,PS,Puzzle,Konami,Konami,,,,,,,1997-06-19, +/games/boxart/full_6936837AmericaFrontccc.jpg,Toon-Doku,DS,Puzzle,Majesco,Dragon's Den Unlimted,,,,,,,2007-04-16, +/games/boxart/full_toontime-in-the-classroom_5AmericaFront.jpg,ToonTime ...in the classroom,3DO,Puzzle,3DO,Videoact V LC,,,,,,,1994-01-01, +/games/boxart/full_1394982AmericaFrontccc.jpg,Totem,XBL,Puzzle,Microsoft,Fervent Interactive,,,,,,,2008-11-17, +/games/boxart/full_4823997AmericaFrontccc.jpg,Toxic,XBL,Puzzle,Microsoft,BaracusJr,,,,,,,2009-01-18, +/games/boxart/full_toys_991PALFront.jpg,Toys,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, +/games/boxart/default.jpg,Tractor Tom's Puzzle Farm,WW,Puzzle,Unknown,Alten8,,,,,,,, +/games/boxart/default.jpg,Trailblaze: Puzzle Incinerator,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2010-09-10, +/games/boxart/full_3920841PALFrontccc.jpg,Trailblazer,GIZ,Puzzle,Gizmondo Studios,Gizmondo Studios,,,,,,,2005-10-22, +/games/boxart/full_6986741AmericaFrontccc.jpg,Trajectile,DSiW,Puzzle,Nintendo,Q Games,6.7,,,,,,2010-01-04, +/games/boxart/full_trash-panic_289AmericaFront.jpg,Trash Panic,PSN,Puzzle,Sony Computer Entertainment,Sony Online Entertainment,6.8,,,,,,2009-06-04, +/games/boxart/full_4692116AmericaFrontccc.jpeg,TRI,PC,Puzzle,Rising Star Games,Rat King Entertainment,,,,,,,2015-01-01, +/games/boxart/default.jpg,Tribes of Mexica,XBL,Puzzle,Unknown,Incubator Games,,,,,,,, +/games/boxart/full_tricky-kick_2AmericaFront.jpg,Tricky Kick,PCE,Puzzle,IGS,Alfa System,,,,,,,1990-01-01, +/games/boxart/default.jpg,Trino,PC,Puzzle,ProjeX,ProjeX,,,,,,,2008-09-28, +/games/boxart/full_2440507AmericaFrontccc.jpg,Trino,XBL,Puzzle,Microsoft,TrinoTeam,,,,,,,2009-05-10, +/games/boxart/9714091ccc.jpg,Trip'd,3DO,Puzzle,Panasonic Interactive Media,Warp,,,,,,,1995-01-01, +/games/boxart/4003370ccc.jpg,Troddlers,SNES,Puzzle,Seika,Atod,,,,,,,1993-10-01, +/games/boxart/full_trog_798AmericaFront.jpg,Trog!,NES,Puzzle,Acclaim Entertainment,Visual Concepts,,,,,,,1991-10-01, +/games/boxart/full_5435041AmericaFrontccc.jpg,Trolls on Treasure Island,NES,Puzzle,American Video Entertainment,American Video Entertainment,,,,,,,1994-01-01, +/games/boxart/default.jpg,Tropix,PC,Puzzle,Unknown,Mumbo Jumbo,,,,,,,, +/games/boxart/full_trouballs_744AmericaFront.jpg,Trouballs,GB,Puzzle,Capcom,Paragon 5,,,,,,,2001-10-02, +/games/boxart/full_1117879AmericaFrontccc.jpg,Tulpa,PC,Puzzle,Rising Star Games,Rising Star Games,,,,,,,2015-01-29, +/games/boxart/full_7345367AmericaFrontccc.jpg,Tulpa,OSX,Puzzle,Rising Star Games,Rising Star Games,,,,,,,2015-01-29, +/games/boxart/full_2938281AmericaFrontccc.jpg,Tulpa,Linux,Puzzle,Rising Star Games,Rising Star Games,,,,,,,2015-01-29, +/games/boxart/full_tumble_5AmericaFront.jpg,Tumble,PSN,Puzzle,Sony Computer Entertainment,Supermassive Games Ltd.,7.2,,,,,,2010-09-14, +/games/boxart/full_tumblebugs_610AmericaFront.jpg,Tumblebugs,PC,Puzzle,Mumbo Jumbo,Wildfire Studios,,,,,,,2005-01-01, +/games/boxart/full_1378165AmericaFrontccc.jpg,Tumblebugs 2,WW,Puzzle,Gameshastra,Gameshastra Inc.,,,,,,,2010-02-01, +/games/boxart/full_turba_356AmericaFront.jpg,Turba,PC,Puzzle,Unknown,Binary Takeover LLC,,,,,,,2010-07-06, +/games/boxart/full_5263675AmericaFrontccc.png,Turky's Date,And,Puzzle,Unknown,Unknown,,,,,,,2014-07-22, +/games/boxart/full_919783AmericaFrontccc.jpg,Turnabout,PS,Puzzle,Natsume,ArtDink,,,,,,,2003-05-01, +/games/boxart/full_9480584JapanFrontccc.jpg,Twin Puzzle: Kisekae Wanko EX/Rainbow Magic 2,GBA,Puzzle,Culture Brain,Culture Brain,,,,,,,2004-12-17, +/games/boxart/full_3460100JapanFrontccc.jpg,TwinBee Taisen Puzzle Dama,PS,Puzzle,Konami,Konami,,,,,,,1994-12-09, +/games/boxart/3073808ccc.jpg,Twisted: The Game Show,3DO,Puzzle,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/full_1320507AmericaFrontccc.jpg,Txingurri,XBL,Puzzle,Microsoft,RIC,,,,,,,2009-11-24, +/games/boxart/full_upp_94JapanFront.jpg,U.P.P.,PS,Puzzle,Panther Software,Panther Software,,,,,,,1998-09-17, +/games/boxart/full_upp_391JapanFront.jpg,U.P.P.,PSN,Puzzle,Unknown,Panther Software,,,,,,,2011-03-09, +/games/boxart/full_ubongo_626AmericaFront.jpg,Ubongo,PC,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2010-11-01, +/games/boxart/full_ubongo_913AmericaFront.jpg,Ubongo,DSiW,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2011-04-25, +/games/boxart/full_ubongo_22AmericaFront.jpg,Ubongo,WW,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2011-06-06, +/games/boxart/full_779569JapanFrontccc.jpg,Ugoku E Ver. 2.0: Aryol,SNES,Puzzle,Altron,Altron,,,,,,,1994-08-05, +/games/boxart/full_8684101AmericaFrontccc.jpg,Ultimate Pocket Games,GBA,Puzzle,Telegames,"Telegames, Inc.",,,,,,,2006-03-01, +/games/boxart/full_ultimate-qix_7AmericaFront.jpg,Ultimate Qix,GEN,Puzzle,Taito,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/full_6653225JapanFrontccc.jpg,Umihara Kawase,SNES,Puzzle,TNN,TNN,,,,,,,1994-12-23, +/games/boxart/full_3712872JapanFrontccc.jpg,Umihara Kawase Portable,PSP,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2008-03-27, +/games/boxart/full_947269JapanFrontccc.jpg,Umihara Kawase Shun,PS,Puzzle,Xing Entertainment,Jack Pot,,,,,,,1997-02-28, +/games/boxart/full_3986661JapanFrontccc.jpg,Umihara Kawase Shun: Second Edition,PS,Puzzle,Xing Entertainment,Jack Pot / Clary,,,,,,,2000-01-20, +/games/boxart/full_8710554AmericaFrontccc.jpg,UNCHARTED: Fortune Hunter,iOS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-05-05,2018-04-07 +/games/boxart/default.jpg,Unkichi,GIZ,Puzzle,Unknown,"ACE Technology Co., Ltd.",,,,,,,, +/games/boxart/full_498578AmericaFrontccc.jpg,Unmechanical,PSV,Puzzle,Grip Games,Grip Games,,,,,,,2016-01-01, +/games/boxart/full_1570966AmericaFrontccc.jpg,Unmechanical,XOne,Puzzle,Grip Games,Grip Games,,,,,,,2015-01-30, +/games/boxart/full_5875391AmericaFrontccc.jpg,Unmechanical,And,Puzzle,Teotl Studios,Grip Games,,,,,,,2012-08-09, +/games/boxart/full_8020106AmericaFrontccc.jpg,Unmechanical,PS4,Puzzle,Grip Games,Grip Games,,,,,,,2015-02-10, +/games/boxart/full_1992662AmericaFrontccc.jpg,Unmechanical,PS3,Puzzle,Grip Games,Grip Games,,,,,,,2015-02-10, +/games/boxart/default.jpg,UpBot Goes Up,XBL,Puzzle,Unknown,IshiEiketsu,,,,,,,, +/games/boxart/full_5257937AmericaFrontccc.jpeg,Uptasia,PC,Puzzle,Unknown,Unknown,,,,,,,2014-07-09, +/games/boxart/full_5277988JapanFrontccc.jpg,V-Tetris,VB,Puzzle,Bullet Proof Software,Locomotive Games,,,,,,,1995-08-25, +/games/boxart/full_5391989AmericaFrontccc.png,Vane,PC,Puzzle,Friend & Foe,Friend & Foe,,,,,,,2016-01-01, +/games/boxart/full_8374116PALFrontccc.png,Vector TD,PSN,Puzzle,Candystand,Candystand.com,,,,,,,2010-03-04, +/games/boxart/full_8177769AmericaFrontccc.jpg,Velocity,XBL,Puzzle,Microsoft,AxB,,,,,,,2009-09-19, +/games/boxart/full_7206993AmericaFrontccc.png,VEMPIRE,PSN,Puzzle,Impressions Games,Impressionware SRL,,,,,,,2009-10-21, +/games/boxart/full_venice-deluxe_501AmericaFront.jpg,Venice Deluxe,PC,Puzzle,PopCap Games,Retro64,,,,,,,2007-06-26, +/games/boxart/full_1667622JapanFrontccc.jpg,Vermin Kids,PS,Puzzle,Electronic Arts Victor,Nexton,,,,,,,1996-11-01, +/games/boxart/default.jpg,Vertical Numbers,GIZ,Puzzle,Unknown,Jurgen Honigl,,,,,,,, +/games/boxart/full_6386677AmericaFrontccc.jpg,Vid Grid,AJ,Puzzle,Atari,High Voltage Software,,,,,,,1995-01-01, +/games/boxart/default.jpg,Vinnie's Tomb,PC,Puzzle,Unknown,Reldni Productions,,,,,,,, +/games/boxart/full_3788869JapanFrontccc.jpg,Virtual Lab,VB,Puzzle,J-Wing,J-Wing,,,,,,,1995-12-08, +/games/boxart/full_vizati_556AmericaFront.jpg,Vizati,PC,Puzzle,Unknown,Different Pixel,,,,,,,2010-06-11, +/games/boxart/full_vizati_884AmericaFront.jpg,Vizati,XBL,Puzzle,Microsoft,Blitz1UP,,,,,,,2011-07-03, +/games/boxart/full_voodoo-dice_46AmericaFront.jpg,Voodoo Dice,PC,Puzzle,Ubisoft,Exkee,,,,,,,2010-07-15, +/games/boxart/full_5658324AmericaFrontccc.jpg,Voodoo Dice,WW,Puzzle,Ubisoft,Exkee,,,,,,,2010-05-31, +/games/boxart/full_5676330AmericaFrontccc.jpg,Voodoo Dice,XBL,Puzzle,Ubisoft,Exkee,,,,,,,2010-05-26, +/games/boxart/full_voodoo-dice_5AmericaFront.jpg,Voodoo Dice,PSN,Puzzle,Ubisoft,Exkee,,,,,,,2010-05-26, +/games/boxart/full_1674224JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Taisen Mahoudama,GBA,Puzzle,Konami,Konami,,,,,,,2003-09-11, +/games/boxart/full_5842089PALFrontccc.png,Wakugumi: Monochrome Puzzle,DSiW,Puzzle,Nintendo,Mitchell,,,,,,,2009-10-16, +/games/boxart/full_6496662AmericaFrontccc.jpg,War Ships,XBL,Puzzle,Microsoft,Sevcikus,,,,,,,2009-09-23, +/games/boxart/full_8843590AmericaFrontccc.jpg,Wario Blast: Featuring Bomberman!,GB,Puzzle,Nintendo,Hudson Soft,,,,,,,1994-11-01, +/games/boxart/321370ccc.jpg,Wario's Woods,NES,Puzzle,Nintendo,Nintendo,,,,,,,1994-12-10, +/games/boxart/full_1423472AmericaFrontccc.jpg,Wario's Woods,VC,Puzzle,Nintendo,Nintendo,7.5,,,,,,2006-11-19, +/games/boxart/full_3636966AmericaFrontccc.jpg,Wario's Woods,SNES,Puzzle,Nintendo,Intelligent Systems,,,,,,,1993-12-10, +/games/boxart/full_wedding-peach_7JapanFront.jpg,Wedding Peach: Jamapii Panic,GB,Puzzle,KSS,Atelier Double,,,,,,,1995-12-08, +/games/boxart/full_weird-park-broken-tune_853AmericaFront.jpg,Weird Park: Broken Tune,PC,Puzzle,Unknown,"Alawar Entertainment, Inc.",,,,,,,2011-10-26,2019-05-03 +/games/boxart/full_6972440PALFrontccc.jpg,Wetrix,GB,Puzzle,Infogrames,Zed Two Limited,,,,,,,2000-09-29, +/games/boxart/full_8665163AmericaFrontccc.jpg,Wetrix,PC,Puzzle,Ocean,Zed Two Limited,,,,,,,1998-01-01, +/games/boxart/7209832ccc.jpg,Wetrix+,DC,Puzzle,Xicat Interactive,Zed Two Limited,,,,,,,2000-01-01, +/games/boxart/full_5502753AmericaFrontccc.jpg,What The?!,XBL,Puzzle,Microsoft,Social Loner Studios,,,,,,,2009-05-18, +/games/boxart/4645000ccc.jpg,Where in the World is Carmen Sandiego? Deluxe Edition,PC,Puzzle,Broderbund,"Brøderbund Software, Inc.",,,,,,,1990-12-31, +/games/boxart/full_where-is-my-heart_464PALFront.jpg,Where is my Heart?,PSN,Puzzle,Unknown,Copenhagen Game Collective,7.5,,,,,,2011-11-22, +/games/boxart/6674944ccc.jpg,Where's Waldo?,NES,Puzzle,THQ,Bethesda Softworks,,,,,,,1991-09-01, +/games/boxart/full_8278891AmericaFrontccc.jpg,Wheres My Water? Featuring XYY,PC,Puzzle,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-04-17, +/games/boxart/full_3035617AmericaFrontccc.jpg,Wheres My Water? Featuring XYY,And,Puzzle,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-04-17, +/games/boxart/full_7859074AmericaFrontccc.jpg,Wheres My Water? Featuring XYY,WinP,Puzzle,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-04-17, +/games/boxart/269984ccc.jpg,Who Wants to Be a Millionaire? 2nd Edition,GB,Puzzle,THQ,Valleycrest Productions,,,,,,,2000-09-25, +/games/boxart/4152974ccc.jpg,Wild Snake,GB,Puzzle,Spectrum Holobyte,Manley and Assocates Inc.,,,,,,,1994-09-01, +/games/boxart/full_1318096AmericaFrontccc.jpg,Wild Snake,SNES,Puzzle,Spectrum Holobyte,Manley and Associates Inc.,,,,,,,1994-09-01, +/games/boxart/full_6498AmericaFrontccc.jpg,"Win, Lose or Draw",NES,Puzzle,Hi Tech Expressions,RSP,,,,,,,1990-03-01, +/games/boxart/full_7623318AmericaFrontccc.jpg,Wind and Water: Puzzle Battles,DC,Puzzle,RedSpot Games,Yuan Works,,,,,,,2008-11-01, +/games/boxart/full_3260455AmericaFrontccc.jpg,Windosill,PC,Puzzle,Unknown,Vectorpark,,,,,,,2009-05-26, +/games/boxart/default.jpg,Witch's Curse 2,PC,Puzzle,Avanquest,Gogii Games,,,,,,,2011-10-28, +/games/boxart/full_woody-pop_222AmericaFront.jpg,Woody Pop,GG,Puzzle,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_woody-pop-shinjinrui-no-block-kuzushi_7JapanFront.jpg,Woody Pop: Shinjinrui no Block Kuzushi,MS,Puzzle,Sega,Sega,,,,,,,1987-03-15, +/games/boxart/full_word-mania-2_254AmericaFront.jpg,Word Mania 2,PC,Puzzle,eGames,Encore Software,,,,,,,2008-09-08, +/games/boxart/full_4463175AmericaFrontccc.jpg,Word Puzzle,XBL,Puzzle,Microsoft,InterServ International Inc.,,,,,,,2007-11-07, +/games/boxart/full_1911809AmericaFrontccc.jpg,Word Searcher,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-01-11, +/games/boxart/full_2432584AmericaFrontccc.jpg,Word Searcher,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-10-05, +/games/boxart/full_word-searcher-4_105AmericaFront.jpg,Word Searcher 4,DSiW,Puzzle,Unknown,Digital Leisure Inc.,,,,,,,2020-12-31, +/games/boxart/full_word-searcher-deluxe_83AmericaFront.jpg,Word Searcher Deluxe,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-04-25, +/games/boxart/full_word-searcher-ii_137AmericaFront.jpg,Word Searcher II,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-01-03, +/games/boxart/full_word-searcher-3_793AmericaFront.jpg,Word Searcher III,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-05-16, +/games/boxart/full_4062359AmericaFrontccc.jpg,Word Soup,XBL,Puzzle,Microsoft,Fuzzy Bug,,,,,,,2008-11-13, +/games/boxart/8579680ccc.jpg,Word Zap,GB,Puzzle,Jaleco,Realtime Associates,,,,,,,1992-09-01, +/games/boxart/default.jpg,Wordsnake,WW,Puzzle,Unknown,Alten8,,,,,,,, +/games/boxart/719148ccc.gif,Wordsnake,DS,Puzzle,Unknown,Pixel Magick,,,,,,,, +/games/boxart/full_wordtris_589PALFront.jpg,Wordtris,PC,Puzzle,Spectrum Holobyte,"Armenica, Inc.",,,,,,,1991-01-01, +/games/boxart/full_wordtris_983AmericaFront.jpg,Wordtris,GB,Puzzle,Spectrum Holobyte,Realtime Associates,,,,,,,1992-11-01, +/games/boxart/full_wordtris_700AmericaFront.jpg,Wordtris,SNES,Puzzle,Spectrum Holobyte,Sphere,,,,,,,1992-11-01, +/games/boxart/full_7438294AmericaFrontccc.jpg,Wordzy,XBL,Puzzle,Microsoft,supps,,,,,,,2009-04-25, +/games/boxart/full_3213297AmericaFrontccc.jpg,World of Goo,WW,Puzzle,2D Boy,2D Boy,9.2,,,,,,2008-10-13, +/games/boxart/full_9056146AmericaFrontccc.jpg,Worms Blast,PC,Puzzle,Ubisoft,Team17 Software,,,,,,,2002-10-23, +/games/boxart/full_567594AmericaFrontccc.jpg,Worms Blast,PS2,Puzzle,Ubisoft,Team17 Software,,,,,,,2003-01-01, +/games/boxart/4269745ccc.jpg,Worms Blast,GBA,Puzzle,Ubisoft,Team17 Software,,,,,,,2002-01-01, +/games/boxart/full_3476073JapanFrontccc.jpg,Wrecking Crew '98,SNES,Puzzle,Nintendo,Pax Softonica,,,,,,,1998-05-23, +/games/boxart/default.jpg,Written Legends: Nightmare at Sea,PC,Puzzle,Big Fish Games,Vast Studios,,,,,,,2013-02-04, +/games/boxart/full_7763497AmericaFrontccc.jpg,WTF: Work Time Fun,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2009-09-24, +/games/boxart/full_8471627AmericaFrontccc.jpg,XCross,XBL,Puzzle,Microsoft,ralph78fr,,,,,,,2009-09-29, +/games/boxart/full_xi-sai-little_5JapanFront.jpg,XI [sai] Little,WS,Puzzle,Bandai,MBI,,,,,,,2001-12-20, +/games/boxart/full_xmas-puzzle_205AmericaFront.jpg,Xmas Puzzle,WW,Puzzle,Unknown,EnjoyUp Games,,,,,,,2011-12-01, +/games/boxart/full_6384477JapanFrontccc.jpg,Yamada Yuusuke World Puzzle: Bokura no 48 Jikan Sensou,PSP,Puzzle,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2009-11-26, +/games/boxart/full_yard-sale-hidden-treasures-sunnyville_5AmericaFront.png,Yard Sale Hidden Treasures: Sunnyville,PC,Puzzle,Big Fish Games,Slapdash Games,,,,,,,2008-08-10, +/games/boxart/full_yard-sale-hidden-treasures-sunnyville_2AmericaFront.jpg,Yard Sale Hidden Treasures: Sunnyville,WW,Puzzle,Konami,Konami,,,,,,,2010-06-14, +/games/boxart/9074452ccc.jpg,Yogi Bear: Great Balloon Blast,GB,Puzzle,BAM! Entertainment,Jorudan,,,,,,,2000-12-17, +/games/boxart/full_yohoho-puzzle-pirates_717AmericaFront.jpg,Yohoho! Puzzle Pirates,PC,Puzzle,Ubisoft,Three Rings Design,8.3,,,,,,2003-12-08, +/games/boxart/5500519ccc.jpg,Yoshi,VC,Puzzle,Nintendo,Game Freak,,,,,,,2007-07-09, +/games/boxart/full_3811656AmericaFrontccc.jpg,Yoshi's Cookie,VC,Puzzle,Nintendo,Bullet Proof Software,,,,,,,2008-04-07, +/games/boxart/full_1329487AmericaFrontccc.jpg,Yoshi's Cookie,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1993-06-01, +/games/boxart/full_7858230AmericaFrontccc.jpg,Yosumin!,PC,Puzzle,Square Enix,Square Enix,,,,,,,2009-05-26, +/games/boxart/full_1765626AmericaFrontccc.jpg,Yosumin! Live,XBL,Puzzle,Square Enix,Square Enix,6,,,,,,2009-05-27, +/games/boxart/full_5627555AmericaFrontccc.jpg,"YOU, ME, and the CUBES",WW,Puzzle,Nintendo,fyto,,,,,,,2009-09-21, +/games/boxart/full_youda-farmer_143PALFront.jpg,Youda Farmer,PC,Puzzle,Unknown,Youda Games,,,,,,,2009-02-26, +/games/boxart/full_5537820PALFrontccc.jpg,YoYo's Puzzle Park,PS,Puzzle,JVC,Irem Software Engineering,,,,,,,1999-04-01, +/games/boxart/full_yukkuri-tanoshimu-otona-no-jigsaw-puzzle-ds-sekai-no-meiga-1-renaissance-baroque-no-kyoshou_6JapanFront.jpg,"Yukkuri Tanoshimu Otona no Jigsaw Puzzle DS: Sekai no Meiga 1: Renaissance, Baroque no Kyoshou",DS,Puzzle,Interchannel-Holon,Interchannel-Holon,,,,,,,2007-05-17, +/games/boxart/full_yukkuri-tanoshimu-otona-no-jigsaw-puzzle-ds-sekai-no-meiga-2-inshou-ha-kouki-inshou-ha-no-kyoshou_6JapanFront.jpg,"Yukkuri Tanoshimu Otona no Jigsaw Puzzle DS: Sekai no Meiga 2: Inshou-ha, Kouki Inshou-ha no Kyoshou",DS,Puzzle,Interchannel-Holon,Interchannel-Holon,,,,,,,2007-05-17, +/games/boxart/full_7398480AmericaFrontccc.jpg,Yumsters! 2: Around the World!,PC,Puzzle,KranX Productions,KranX Productions,,,,,,,2008-07-23, +/games/boxart/full_4084687AmericaFrontccc.png,ZaciSa's Last Stand,WiiU,Puzzle,ZeNfA Productions,ZeNfA Productions,,,,,,,2014-07-03, +/games/boxart/default.jpg,Zenerchi,PC,Puzzle,PlayFirst,Red Rocket Games,,,,,,,2009-08-13, +/games/boxart/full_7403037AmericaFrontccc.jpg,Zenses: Zen Garden,DS,Puzzle,Unknown,Shin'en,,,,,,,, +/games/boxart/full_zipang_3JapanFront.jpg,Zipang,PCE,Puzzle,Pack-In-Video,ARC Co. Ltd,,,,,,,1990-12-14, +/games/boxart/full_6713538AmericaFrontccc.jpg,Ziro,PC,Puzzle,Kokakiki,Eipix Entertainment,,,,,,,2009-11-28, +/games/boxart/full_2461340AmericaFrontccc.jpeg,Zombie Solitaire,PC,Puzzle,"oeFun, Inc.",Unknown,,,,,,,2013-11-15, +/games/boxart/default.jpg,Zoo Block,GB,Puzzle,Sachen,sachen,,,,,,,1990-01-01, +/games/boxart/full_9806407PALFrontccc.jpg,ZooCube,PS2,Puzzle,Midas Interactive Entertainment,PuzzleKings,,,,,,,2006-07-21, +/games/boxart/default.jpg,Zooloretto,Wii,Puzzle,Unknown,U&I Entertainment,,,,,,,, +/games/boxart/default.jpg,Zooloretto,DS,Puzzle,Unknown,U&I Entertainment,,,,,,,, +/games/boxart/9875662ccc.gif,Zooo,GBA,Puzzle,Ignition Entertainment,Success,7,,,,,,2006-01-17, +/games/boxart/full_4013439AmericaFrontccc.jpg,Zoop,PC,Puzzle,Viacom,Hookstone Productions,,,,,,,1995-09-30, +/games/boxart/full_7840621AmericaFrontccc.jpg,Zoop,GG,Puzzle,Viacom,Hookstone Productions,,,,,,,1995-01-01, +/games/boxart/full_570857AmericaFrontccc.jpg,Zoop,SNES,Puzzle,Viacom,Hookstone Productions,,,,,,,1995-01-01, +/games/boxart/8859557ccc.jpg,Zoop,GEN,Puzzle,Viacom,Panelcomp,,,,,,,1995-01-01, +/games/boxart/full_5590255AmericaFrontccc.jpg,Zoop,GB,Puzzle,Yanoman,Hookstone Productions,,,,,,,1995-11-05, +/games/boxart/full_3516025JapanFrontccc.jpg,Zoop,SAT,Puzzle,MediaQuest,Hookstone Productions,,,,,,,1996-11-29, +/games/boxart/7783730ccc.jpg,Zoop,AJ,Puzzle,Atari,Hookstone Productions,,,,,,,1996-01-01, +/games/boxart/full_zuma_6AmericaFront.jpg,Zuma,PSN,Puzzle,Sony Online Entertainment,PopCap Games,8,,,,,,2009-02-19, +/games/boxart/full_zuma_2AmericaFront.jpg,Zuma,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2003-12-08, +/games/boxart/full_zuma-psp_7AmericaFront.png,Zuma (PSP),PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2010-08-24, +/games/boxart/full_1817482AmericaFrontccc.jpg,Zuma Deluxe,PC,Puzzle,Mumbo Jumbo,PopCap Games,,,,,,,2004-04-15, +/games/boxart/full_zuma-deluxe_411AmericaFront.jpg,Zuma Deluxe,XBL,Puzzle,Microsoft,Oberon Media,7.4,,,,,,2005-11-22, +/games/boxart/full_4776672AmericaFrontccc.jpg,Zuma's Revenge! - Adventure,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2009-09-30, +/games/boxart/default.jpg,aMAZE Frozen,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Gears,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,BAFF Halloween,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Bitcoin Collector,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Choco Pixel X,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Chocolate makes you happy 2,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Chocolate makes you happy 3,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Chocolate makes you happy 6,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Chocolate makes you happy: New Year,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,2010: The Graphic Action Game,CV,Puzzle,Unknown,Coleco,,,,,,,,2021-10-18 +/games/boxart/default.jpg,3Souls,WiiU,Puzzle,Unknown,Red Column,,,,,,,,2020-08-19 +/games/boxart/full_5298205AmericaFrontccc.jpg,7th Sector,PC,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-03-05,2020-01-23 +/games/boxart/full_1362239AmericaFrontccc.jpg,7th Sector,PS4,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-02-05,2020-01-23 +/games/boxart/full_8541952AmericaFrontccc.jpg,7th Sector,XOne,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-02-05,2020-01-23 +/games/boxart/full_3893099AmericaFrontccc.jpg,7th Sector,NS,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-02-05,2020-01-23 +/games/boxart/full_5387990AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,PS4,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 +/games/boxart/full_1330691AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,PS5,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 +/games/boxart/full_6982024AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,XOne,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 +/games/boxart/full_8813583AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,XS,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 +/games/boxart/full_6714596AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,NS,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 +/games/boxart/full_6216106AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,PC,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 +/games/boxart/full_5747046AmericaFrontccc.jpg,A Little To The Left,PC,Puzzle,Unknown,Max Inferno,,,,,,,,2021-06-13 +/games/boxart/full_1099660AmericaFrontccc.png,A Normal Lost Phone,NS,Puzzle,Plug In Digital,Accidental Queens,,,,,,,2018-03-01,2019-04-21 +/games/boxart/full_3608355AmericaFrontccc.jpg,A-Men,PC,Puzzle,Bloober Team,Bloober Team,,,,,,,2014-01-25,2019-07-15 +/games/boxart/full_1126728AmericaFrontccc.jpg,A-Men,PS3,Puzzle,Unknown,Bloober Team,,,,,,,,2019-07-15 +/games/boxart/full_3352000AmericaFrontccc.png,ACA NEOGEO Gururin,NS,Puzzle,Hamster Corporation,FACE,,,,,,,2018-04-12,2018-08-05 +/games/boxart/full_255633AmericaFrontccc.jpeg,ACA NEOGEO Gururin,XOne,Puzzle,Hamster Corporation,FACE,,,,,,,2018-04-12,2018-08-05 +/games/boxart/full_9095808AmericaFrontccc.jpeg,ACA NEOGEO Gururin,PS4,Puzzle,Hamster Corporation,FACE,,,,,,,2018-06-08,2018-08-05 +/games/boxart/full_8954985AmericaFrontccc.png,ACA NEOGEO MAGICAL DROP II,NS,Puzzle,Hamster Corporation,Data East,,,,,,,2017-06-29,2018-08-05 +/games/boxart/full_1458959AmericaFrontccc.png,ACA NEOGEO MAGICAL DROP II,PS4,Puzzle,Hamster Corporation,Data East,,,,,,,2017-06-20,2018-04-02 +/games/boxart/full_7564144AmericaFrontccc.jpg,ACA NEOGEO MAGICAL DROP II,XOne,Puzzle,Hamster Corporation,Data East,,,,,,,2017-06-15,2018-04-02 +/games/boxart/full_5748871AmericaFrontccc.png,ACA NEOGEO MAGICAL DROP III,NS,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2018-02-22,2018-03-28 +/games/boxart/full_548418AmericaFrontccc.jpeg,ACA NEOGEO MAGICAL DROP III,XOne,Puzzle,Hamster Corporation,Data East,,,,,,,2018-02-22,2018-04-01 +/games/boxart/full_8649760AmericaFrontccc.jpeg,ACA NEOGEO MAGICAL DROP III,PS4,Puzzle,Hamster Corporation,Data East,,,,,,,2018-06-06,2018-08-05 +/games/boxart/full_9027041AmericaFrontccc.png,ACA NEOGEO Money Puzzle Exchanger,NS,Puzzle,Hamster Corporation,FACE,,,,,,,2018-06-28,2018-08-05 +/games/boxart/full_2360143AmericaFrontccc.jpeg,ACA NEOGEO Money Puzzle Exchanger,XOne,Puzzle,Hamster Corporation,FACE,,,,,,,2018-06-28,2018-08-05 +/games/boxart/full_3510580AmericaFrontccc.png,ACA NEOGEO PUZZLED,NS,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2017-08-24,2018-04-04 +/games/boxart/full_6876824AmericaFrontccc.png,ACA NEOGEO PUZZLED,PS4,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-04-03 +/games/boxart/full_5826584AmericaFrontccc.jpg,ACA NEOGEO PUZZLED,XOne,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2017-08-24,2018-04-03 +/games/boxart/full_2872684AmericaFrontccc.png,Agent A: A puzzle in disguise,NS,Puzzle,Yak & Co,Yak & Co,,,,,,,2019-08-29,2018-11-14 +/games/boxart/full_7867676AmericaFrontccc.jpg,Akin Vol 2,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2017-07-13,2019-04-09 +/games/boxart/default.jpg,aMAZE 2,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE ABC,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Christmas,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Classic,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Classic: Inverted,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Dark Times,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Double,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Gears 3,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE Untouchable,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE ZER0,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,aMAZE: Halloween,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/full_894878AmericaFrontccc.jpg,American Arcadia,PC,Puzzle,Unknown,Out of the Blue Games,,,,,,,,2023-11-16 +/games/boxart/full_2519958AmericaFrontccc.jpg,American Arcadia,PS4,Puzzle,Unknown,Out of the Blue Games,,,,,,,,2023-11-16 +/games/boxart/full_77883AmericaFrontccc.jpg,American Arcadia,XOne,Puzzle,Unknown,Out of the Blue Games,,,,,,,,2023-11-16 +/games/boxart/full_8149538PALFrontccc.jpg,Angry Birds Trilogy,3DS,Puzzle,Unknown,Exient Entertainment,,,,,,,,2022-08-13 +/games/boxart/full_4894815AmericaFrontccc.jpg,Angry Birds Trilogy,WiiU,Puzzle,"Activision Publishing, Inc.",Rovio Mobile Ltd.,,,,,,,2013-08-13,2018-10-27 +/games/boxart/full_2393598AmericaFrontccc.jpg,Angry Birds Trilogy,Wii,Puzzle,"Activision Publishing, Inc.",Rovio Mobile Ltd.,,,,,,,2013-08-13,2018-10-27 +/games/boxart/default.jpg,Animal Gods,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7842884AmericaFrontccc.png,Animated Jigsaws: Beautiful Japanese Scenery,NS,Puzzle,Rainy Frog,Dico/BottleCube,,,,,,,2018-04-05,2018-03-23 +/games/boxart/default.jpg,ARCADE GAME SERIES Dig-Dug,PC,Puzzle,Unknown,Bandai Namco Games,,,,,,,,2017-12-31 +/games/boxart/default.jpg,Arcade Game Series: Pac-Man,PC,Puzzle,Unknown,Bandai Namco Games,,,,,,,,2017-12-31 +/games/boxart/full_8151188JapanFrontccc.jpg,Asonde Shogi ga Tsuyoku Naru Ginsei Shogi DX,3DS,Puzzle,Silver Star Japan,Silver Star,,,,,,,2015-07-30,2018-10-09 +/games/boxart/full_4743404JapanFrontccc.jpg,Asonde Shogi ga Tsuyoku Naru Ginsei Shogi DX,NS,Puzzle,Silver Star Japan,Silver Star,,,,,,,2017-12-14,2018-10-09 +/games/boxart/full_7237626AmericaFrontccc.jpg,ATONE: Heart of the Elder Tree,NS,Puzzle,Unknown,Wildboy Studios,,,,,,,,2023-02-05 +/games/boxart/full_4168782AmericaFrontccc.jpg,ATONE: Heart of the Elder Tree,PC,Puzzle,Unknown,Wildboy Studios,,,,,,,,2023-02-05 +/games/boxart/full_7235969AmericaFrontccc.jpg,ATONE: Heart of the Elder Tree,PS4,Puzzle,Unknown,Wildboy Studios,,,,,,,,2023-02-05 +/games/boxart/full_1729891AmericaFrontccc.png,Azkend 2: The World Beneath,NS,Puzzle,10tons,10tons Ltd,,,,,,,2018-01-12,2018-01-18 +/games/boxart/default.jpg,Back to Bed,WiiU,Puzzle,Unknown,Bedtime Digital Games,,,,,,,,2020-08-25 +/games/boxart/full_7247163AmericaFrontccc.png,Back to Bed,XOne,Puzzle,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2014-10-20,2019-05-14 +/games/boxart/full_3337661AmericaFrontccc.png,Back to Bed,NS,Puzzle,2Awesome Studio,Bedtime Digital Games,,,,,,,2019-04-11,2019-05-14 +/games/boxart/full_1973910AmericaFrontccc.png,Baseball Riot,NS,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2018-01-19,2018-02-05 +/games/boxart/default.jpg,Bitcoin Collector: Spinners Attack,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/full_4830615AmericaFrontccc.png,Blok Drop X Twisted Fusion,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2014-12-18,2018-01-07 +/games/boxart/default.jpg,Bomb Squad,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-09-14,2018-01-13 +/games/boxart/default.jpg,Bomberman Panic Bomber,WiiU,Puzzle,Unknown,Konami,,,,,,,,2020-08-25 +/games/boxart/full_4169471AmericaFrontccc.png,Boost Beast,NS,Puzzle,Arc System Works,Arc System Works,,,,,,,2017-07-20,2018-03-02 +/games/boxart/full_9013128AmericaFrontccc.jpg,Botany Manor,XS,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 +/games/boxart/full_9334183AmericaFrontccc.jpg,Botany Manor,NS,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 +/games/boxart/full_623034AmericaFrontccc.jpg,Botany Manor,PC,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 +/games/boxart/full_8749142AmericaFrontccc.jpg,Botany Manor,XOne,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 +/games/boxart/full_9991882AmericaFrontccc.jpg,BOX BOY! + BOX GIRL!,NS,Puzzle,Nintendo,HAL Laboratory,,,,,,,2019-04-26,2020-04-11 +/games/boxart/default.jpg,BOX UP,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 +/games/boxart/default.jpg,BRICK RACE,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Bridge Constructor Playground,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_4185511AmericaFrontccc.jpg,Bridge Constructor: The Walking Dead,All,Puzzle,Headup Games,ClockStone,,,,,,,2020-11-19,2021-01-05 +/games/boxart/full_3003600AmericaFrontccc.jpg,Catherine Classic,PC,Puzzle,Sega,Atlus,,,,,,,2019-01-10,2019-01-29 +/games/boxart/full_9138565JapanFrontccc.jpg,Catherine: Full Body,PSV,Puzzle,Atlus,Atlus,,,,,,,2019-02-14,2019-04-08 +/games/boxart/full_6463219AmericaFrontccc.jpg,Catherine: Full Body,PS4,Puzzle,Atlus,Atlus,,,,,,,2019-09-03,2019-04-30 +/games/boxart/full_937489AmericaFrontccc.png,Catherine: Full Body,NS,Puzzle,Atlus,Atlus,,,,,,,2020-07-07,2020-03-30 +/games/boxart/default.jpg,Chocolate makes you happy,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Chocolate makes you happy 4,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Chocolate makes you happy 5,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Chocolate makes you happy 7,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/full_584889AmericaFrontccc.png,Color Bombs,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2015-10-22,2018-01-07 +/games/boxart/full_9529465AmericaFrontccc.png,Crashmo,3DS,Puzzle,Nintendo,Intelligent Systems,,,,,,,2012-11-22,2018-04-15 +/games/boxart/full_969310AmericaFrontccc.jpg,Crystal Crisis,NS,Puzzle,Nicalis,Nicalis,,,,,,,2019-03-21,2018-05-25 +/games/boxart/default.jpg,Crystal Crisis,PC,Puzzle,Unknown,Nicalis,,,,,,,,2019-07-31 +/games/boxart/default.jpg,Crystal Crisis,PS4,Puzzle,Unknown,Nicalis,,,,,,,,2019-08-13 +/games/boxart/default.jpg,Cubeshift,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_9393862PALFrontccc.jpg,Cyber Protocol,NS,Puzzle,RedDeerGames,RedDeerGames,,,,,,,2019-09-26,2022-04-18 +/games/boxart/full_19864AmericaFrontccc.png,D/Generation HD,NS,Puzzle,West Coast Software,West Coast Software,,,,,,,2018-03-27,2018-03-23 +/games/boxart/default.jpg,Data mining,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/default.jpg,Data mining 3,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 +/games/boxart/full_9179787AmericaFrontccc.jpg,Death Coming,PS4,Puzzle,Zodiac Interactive,NEXT Studios,,,,,,,2019-02-26,2019-04-20 +/games/boxart/full_6862272AmericaFrontccc.png,Death Coming,And,Puzzle,Unknown,NEXT Studios,,,,,,,,2019-04-20 +/games/boxart/full_8205225AmericaFrontccc.png,Death Coming,NS,Puzzle,Zodiac Interactive,NEXT Studios,,,,,,,2019-04-25,2019-04-20 +/games/boxart/full_8920390AmericaFrontccc.jpg,Defoliation,NS,Puzzle,Cosen,Cosen,,,,,,,2018-05-31,2018-06-21 +/games/boxart/full_4195320AmericaFrontccc.jpg,Degrees of Separation,PC,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 +/games/boxart/full_2211984AmericaFrontccc.jpg,Degrees of Separation,NS,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 +/games/boxart/full_1494185AmericaFrontccc.jpg,Degrees of Separation,XOne,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 +/games/boxart/full_3594188AmericaFrontccc.jpg,Degrees of Separation,PS4,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 +/games/boxart/full_6955613AmericaFrontccc.jpeg,Deponia,PS4,Puzzle,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-11-15,2019-04-27 +/games/boxart/full_2938677AmericaFrontccc.jpeg,Deponia Doomsday,PS4,Puzzle,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2019-02-27,2019-04-27 +/games/boxart/default.jpg,Dinosaur Hunt Puzzle,PC,Puzzle,Unknown,Racing Bros,,,,,,,,2019-03-29 +/games/boxart/full_8672953AmericaFrontccc.png,Donut County,NS,Puzzle,Annapurna Interactive,Ben Esposito,,,,,,,2018-12-18,2018-12-14 +/games/boxart/full_8141513AmericaFrontccc.jpg,Dorfromantik,NS,Puzzle,Unknown,Toukana Interactive,,,,,,,,2022-11-18 +/games/boxart/full_5221796AmericaFrontccc.jpg,Dorfromantik,PC,Puzzle,Unknown,Toukana Interactive,,,,,,,,2022-11-18 +/games/boxart/full_3420508AmericaFrontccc.jpg,Down in Bermuda,XOne,Puzzle,Unknown,Yak & co,,,,,,,,2021-01-27 +/games/boxart/full_8564364AmericaFrontccc.jpg,Down in Bermuda,NS,Puzzle,Unknown,Yak & co,,,,,,,,2021-01-27 +/games/boxart/full_4976019AmericaFrontccc.jpg,Down in Bermuda,PC,Puzzle,Unknown,Yak & co,,,,,,,,2021-01-27 +/games/boxart/full_3643647PALFrontccc.jpg,Dr. Mario,VC,Puzzle,Nintendo,Nintendo,,,,,,,2014-03-27,2022-04-17 +/games/boxart/full_6378931AmericaFrontccc.png,Drop It: Block Paradise,WiiU,Puzzle,ZeNfA Productions,ZeNfA Productions,,,,,,,2019-12-25,2020-09-20 +/games/boxart/full_181019PALFrontccc.jpg,EDGE,WiiU,Puzzle,Two Tribes,Mobigame,,,,,,,2021-11-21,2022-04-17 +/games/boxart/full_4084533AmericaFrontccc.png,Enchanting Mahjong Match,NS,Puzzle,D3Publisher,Orgesta,,,,,,,2018-03-15,2018-03-23 +/games/boxart/full_1649984AmericaFrontccc.png,Energy Balance,NS,Puzzle,Sometimes You,Sometimes You,,,,,,,2018-01-16,2018-03-01 +/games/boxart/full_3271403AmericaFrontccc.png,Energy Cycle,NS,Puzzle,Evgeniy Kolpakov,Sometimes You,,,,,,,2017-12-25,2019-02-03 +/games/boxart/full_7960695AmericaFrontccc.png,Energy Invasion,NS,Puzzle,Evgeniy Kolpakov,Sometimes You,,,,,,,2018-01-11,2018-03-12 +/games/boxart/default.jpg,Enigmatis 2: The Mists Of Ravenwood,PS4,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2017-05-30,2018-09-10 +/games/boxart/full_9332822AmericaFrontccc.jpg,Enigmatis 2: The Mists Of Ravenwood,NS,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2018-05-25,2018-06-06 +/games/boxart/full_1293176AmericaFrontccc.jpg,Enigmatis 3: The Shadow Of Karkhala,PS4,Puzzle,Big Fish Games,Artifex Mundi sp. z o.o.,,,,,,,2018-04-06,2018-06-23 +/games/boxart/full_7773088AmericaFrontccc.jpg,Enigmatis: The Ghosts Of Maple Creek,PS4,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2017-01-24,2018-06-23 +/games/boxart/full_9146944AmericaFrontccc.jpg,Escape Academy,PS5,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 +/games/boxart/full_8964371AmericaFrontccc.jpg,Escape Academy,PS4,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 +/games/boxart/full_5221847AmericaFrontccc.jpg,Escape Academy,PC,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 +/games/boxart/full_3164335AmericaFrontccc.jpg,Escape Academy,XS,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 +/games/boxart/full_6099090AmericaFrontccc.jpg,Escape Academy,XOne,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 +/games/boxart/full_5976070AmericaFrontccc.jpg,Escape Plan,PS4,Puzzle,Sony Computer Entertainment,Fun Bits,,,,,,,2013-12-03,2018-09-23 +/games/boxart/full_1754100AmericaFrontccc.jpeg,Etherborn,XOne,Puzzle,Unknown,Altered Matter,,,,,,,,2019-08-18 +/games/boxart/full_512210AmericaFrontccc.jpeg,Etherborn,PC,Puzzle,Unknown,Altered Matter,,,,,,,,2019-08-18 +/games/boxart/full_5617562AmericaFrontccc.jpg,Famicom Detective Club: The Girl Who Stands Behind,NS,Puzzle,Unknown,Nintendo,,,,,,,,2021-02-18 +/games/boxart/full_4048750AmericaFrontccc.jpg,Famicom Detective Club: The Missing Heir,NS,Puzzle,Unknown,Nintendo,,,,,,,,2021-02-18 +/games/boxart/full_1789099AmericaFrontccc.jpeg,FantaVision,PS4,Puzzle,Sony Computer Entertainment,SCEI,,,,,,,2015-12-14,2018-09-24 +/games/boxart/default.jpg,FIFTEEN,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 +/games/boxart/full_2589117AmericaFrontccc.jpg,Five Nights at Freddy's: Security Breach,PC,Puzzle,Scott Cawthon,Steel Wool Studios,,,,,,,2020-12-01,2020-08-13 +/games/boxart/full_3672891AmericaFrontccc.png,Follow the Rabbit,iOS,Puzzle,Unknown,Armor Games,,,,,,,,2022-08-12 +/games/boxart/full_4540839AmericaFrontccc.jpg,Four Bombs,3DS,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2017-03-30,2018-01-17 +/games/boxart/full_6522856AmericaFrontccc.jpg,Freshly Frosted,NS,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 +/games/boxart/full_335631AmericaFrontccc.jpg,Freshly Frosted,PC,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 +/games/boxart/full_6525302AmericaFrontccc.jpg,Freshly Frosted,PS4,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 +/games/boxart/full_9012405AmericaFrontccc.jpg,Freshly Frosted,XOne,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 +/games/boxart/full_3584974AmericaFrontccc.jpg,Freshly Frosted,XS,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 +/games/boxart/full_7696517AmericaFrontccc.jpg,Frozen Free Fall: Snowball Fight,PC,Puzzle,Disney Interactive Studios,SuperVillain Studios,,,,,,,2015-09-15,2019-04-22 +/games/boxart/full_4295908AmericaFrontccc.png,FruitFall Crush,NS,Puzzle,System 3,System 3 Software,,,,,,,2017-12-21,2018-03-12 +/games/boxart/full_1838091AmericaFrontccc.jpg,Furmins,iOS,Puzzle,Unknown,Housemarque,,,,,,,,2022-08-19 +/games/boxart/full_2916455AmericaFrontccc.jpg,Furmins,PSV,Puzzle,Unknown,Housemarque,,,,,,,,2022-08-19 +/games/boxart/full_9956331AmericaFrontccc.png,Gem Smashers,NS,Puzzle,TREVA Entertainment,TREVA Entertainment,,,,,,,2018-03-15,2018-03-23 +/games/boxart/full_1005132AmericaFrontccc.jpg,Ghost Giant,PS4,Puzzle,Unknown,Zoink Games,,,,,,,,2019-04-14 +/games/boxart/full_7057174AmericaFrontccc.jpg,GNOG,PS4,Puzzle,Double Fine Presents,KO_OP Mode,7.9,,,,,,2017-05-02,2018-05-13 +/games/boxart/full_4735161AmericaFrontccc.jpg,Gods of Almagest,PSV,Puzzle,Unknown,Arrayansoft,,,,,,,,2021-02-27 +/games/boxart/full_5955260AmericaFrontccc.jpg,Good Job!,NS,Puzzle,Nintendo,Paladin Studios,,,,,,,2020-03-26,2020-07-21 +/games/boxart/full_6532840AmericaFrontccc.jpeg,Goodbye Deponia,PS4,Puzzle,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2019-01-30,2019-04-27 +/games/boxart/full_6533971AmericaFrontccc.png,Gorogoa,NS,Puzzle,Annapurna Interactive,Buried Signal,8.5,,,,,,2017-12-14,2018-01-31 +/games/boxart/full_5753137AmericaFrontccc.png,Green Game: TimeSwapper,NS,Puzzle,iFun4all,iFun4all,,,,,,,2017-11-17,2018-03-12 +/games/boxart/full_3256496AmericaFrontccc.png,Grid Mania,NS,Puzzle,QubicGames,FX Valley,,,,,,,2018-03-02,2018-03-23 +/games/boxart/full_9443863AmericaFrontccc.png,Grim Fandango Remastered,NS,Puzzle,Double Fine Productions,Double Fine Productions,,,,,,,2018-11-01,2018-12-01 +/games/boxart/full_6665937AmericaFrontccc.png,GUNBARICH,NS,Puzzle,Zerodiv,ZeroDiv,,,,,,,2017-08-03,2018-03-12 +/games/boxart/full_1855231AmericaFrontccc.png,Gunhouse,NS,Puzzle,Other Ocean Interactive,Necrosoft Games,,,,,,,2018-01-15,2018-01-13 +/games/boxart/default.jpg,Happy Trails,Int,Puzzle,Activision,Activision,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9766106AmericaFrontccc.png,Harvest Moon: Mad Dash,NS,Puzzle,Natsume,Natsume,,,,,,,2019-12-01,2019-07-10 +/games/boxart/full_7593779AmericaFrontccc.jpg,Harvest Moon: Mad Dash,PS4,Puzzle,Natsume,Natsume,,,,,,,2019-12-01,2019-07-10 +/games/boxart/default.jpg,Hexcells Plus,PC,Puzzle,Unknown,Matthew Brown,,,,,,,,2019-03-17 +/games/boxart/full_6044300AmericaFrontccc.png,Horror Stories,WiiU,Puzzle,VADIM GAFTON,RandomSpin,,,,,,,2019-07-04,2020-09-20 +/games/boxart/full_6235969AmericaFrontccc.jpg,Hotel Mario,CDi,Puzzle,Philips Interactive Media,Philips Fantasy Factory,,,,,,,1994-04-05,2018-04-18 +/games/boxart/full_176829AmericaFrontccc.jpg,Human Fall Flat 2,PC,Puzzle,Unknown,No Brakes Games,,,,,,,,2023-06-11 +/games/boxart/full_4069757AmericaFrontccc.png,Human Resource Machine,NS,Puzzle,Tomorrow Corporation,Tomorrow Corporation,,,,,,,2017-03-16,2018-02-03 +/games/boxart/full_1418033AmericaFrontccc.png,Human: Fall Flat,XOne,Puzzle,Curve Digital,No Brakes Games,,,,,,,2017-05-12,2019-04-19 +/games/boxart/full_3201331AmericaFrontccc.jpg,Humanity,PC,Puzzle,Unknown,tha ltd.,,,,,,,,2023-05-20 +/games/boxart/full_6802225AmericaFrontccc.jpg,Humanity,PS4,Puzzle,Unknown,tha ltd.,,,,,,,,2023-05-20 +/games/boxart/full_5932250AmericaFrontccc.jpg,Humanity,PS5,Puzzle,Unknown,tha ltd.,,,,,,,,2023-05-20 +/games/boxart/full_6638055AmericaFrontccc.jpg,I Expect You to Die 2,PC,Puzzle,Unknown,Schell Games,,,,,,,,2021-12-23 +/games/boxart/full_7076185AmericaFrontccc.jpg,I Expect You to Die 2,PS4,Puzzle,Unknown,Schell Games,,,,,,,,2021-12-23 +/games/boxart/full_9344028AmericaFrontccc.jpg,I Expect You To Die 3: Cog in the Machine,PC,Puzzle,Unknown,Schell Games,,,,,,,,2023-09-20 +/games/boxart/full_143164AmericaFrontccc.png,"I, Zombie",NS,Puzzle,Awesome Games Studio,Awesome Games Studio,,,,,,,2018-03-08,2018-03-23 +/games/boxart/full_4957741AmericaFrontccc.jpg,IMSCARED,PC,Puzzle,Ivan Zanotti's MyMadness Works,Ivan Zanotti's MyMadness Works,,,,,,,2016-01-31,2018-01-12 +/games/boxart/full_6169150AmericaFrontccc.png,IRONCAST,NS,Puzzle,Ripstone,Dreadbit,,,,,,,2017-08-10,2018-03-12 +/games/boxart/full_4072642AmericaFrontccc.png,Jewels with Buddies,iOS,Puzzle,Unknown,Scopely Inc.,,,,,,,,2022-08-12 +/games/boxart/full_9184946AmericaFrontccc.jpg,Jusant,PC,Puzzle,Unknown,DONTNOD Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_1066607AmericaFrontccc.jpg,Jusant,PS5,Puzzle,Unknown,DONTNOD Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_5818611AmericaFrontccc.jpg,Jusant,XS,Puzzle,Unknown,DONTNOD Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_5575173AmericaFrontccc.jpg,Keep Talking and Nobody Explodes,OR,Puzzle,Steel Crate Games,Steel Crate Games,,,,,,,2016-03-26,2021-10-28 +/games/boxart/full_2916781AmericaFrontccc.jpg,Killer Frequency,PC,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 +/games/boxart/full_1620867AmericaFrontccc.jpg,Killer Frequency,PS4,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 +/games/boxart/full_5541690AmericaFrontccc.jpg,Killer Frequency,PS5,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 +/games/boxart/full_6593817AmericaFrontccc.jpg,Killer Frequency,XOne,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 +/games/boxart/full_3701227AmericaFrontccc.jpg,Killer Frequency,XS,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 +/games/boxart/full_3099692AmericaFrontccc.jpg,Killer Frequency,NS,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 +/games/boxart/full_1596128AmericaFrontccc.png,King Oddball,NS,Puzzle,10tons,10tons Ltd,,,,,,,2017-10-30,2018-03-12 +/games/boxart/full_5640306AmericaFrontccc.png,KNACK's Quest,iOS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-11-06,2018-04-11 +/games/boxart/full_4900015AmericaFrontccc.png,KNACK's Quest,And,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-11-06,2018-04-11 +/games/boxart/default.jpg,Koi DX,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_5763950AmericaFrontccc.jpg,Labyrinth City: Pierre the Maze Detective,NS,Puzzle,Unknown,Darjeeling,,,,,,,,2021-07-30 +/games/boxart/full_5337070AmericaFrontccc.jpg,Labyrinth City: Pierre the Maze Detective,PC,Puzzle,Unknown,Darjeeling,,,,,,,,2021-07-30 +/games/boxart/default.jpg,Lady Bug,Int,Puzzle,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 +/games/boxart/default.jpg,Lara Croft Go,WinP,Puzzle,Unknown,Square Enix,,,,,,,,2019-05-25 +/games/boxart/default.jpg,Lara Croft Go,PSV,Puzzle,Unknown,Square Enix,,,,,,,,2019-05-25 +/games/boxart/default.jpg,Lara Croft Go,PS4,Puzzle,Unknown,Square Enix,,,,,,,,2019-05-25 +/games/boxart/full_9963516AmericaFrontccc.jpg,Lego Bricktales,XS,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 +/games/boxart/full_7414371AmericaFrontccc.jpg,Lego Bricktales,NS,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 +/games/boxart/full_3428091AmericaFrontccc.jpg,Lego Bricktales,PC,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 +/games/boxart/full_1957130AmericaFrontccc.jpg,Lego Bricktales,PS4,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 +/games/boxart/full_2057873AmericaFrontccc.jpg,Lego Bricktales,PS5,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 +/games/boxart/full_3874046AmericaFrontccc.jpg,Lego Bricktales,XOne,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 +/games/boxart/full_9543940AmericaFrontccc.png,Letter Quest Remastered,NS,Puzzle,Digerati,Digerati,,,,,,,2017-11-23,2018-03-23 +/games/boxart/full_1589754AmericaFrontccc.png,Levels+: Addictive Puzzle Game,NS,Puzzle,flow,flow,,,,,,,2017-07-13,2018-03-23 +/games/boxart/full_3854162AmericaFrontccc.png,Little Inferno,NS,Puzzle,Tomorrow Corporation,Tomorrow Corporation,,,,,,,2017-03-16,2018-03-23 +/games/boxart/full_3181485AmericaFrontccc.png,Lock 'N' Chase,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-07-09,2018-01-13 +/games/boxart/default.jpg,Loco-Motion,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_6847501AmericaFrontccc.jpg,Lode Runner Legacy,PC,Puzzle,Tozai Games,Tozai Games,,,,,,,2017-07-13,2020-01-16 +/games/boxart/full_4678627AmericaFrontccc.jpg,Lode Runner Legacy,PS4,Puzzle,Tozai Games,Tozai Games,,,,,,,2020-01-29,2020-01-16 +/games/boxart/full_8949501AmericaFrontccc.jpg,Lode Runner Legacy,NS,Puzzle,Unknown,Tozai Games,,,,,,,,2020-01-16 +/games/boxart/full_7264753AmericaFrontccc.png,Lumines Remastered,NS,Puzzle,Enhance,Resonair,,,,,,,2018-05-01,2018-03-23 +/games/boxart/full_6179097AmericaFrontccc.jpg,Lumo,PC,Puzzle,Rising Star Games,Triple Eh?,,,,,,,2016-05-24,2019-03-18 +/games/boxart/full_1475872AmericaFrontccc.png,Lumo,XOne,Puzzle,Rising Star Games,Triple Eh?,,,,,,,2016-06-22,2019-03-18 +/games/boxart/default.jpg,Mahjong Deluxe 3,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_4250442AmericaFrontccc.jpg,Manifold Garden,PC,Puzzle,Unknown,William Chyr Studio,,,,,,,,2019-11-25 +/games/boxart/full_7675543AmericaFrontccc.jpg,Manifold Garden,PS4,Puzzle,William Chyr Studio,William Chyr Studio,,,,,,,2018-12-30,2018-05-03 +/games/boxart/full_8433784AmericaFrontccc.jpg,Maquette,PS5,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 +/games/boxart/full_1918678AmericaFrontccc.jpg,Maquette,XOne,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 +/games/boxart/full_8543234AmericaFrontccc.jpg,Maquette,XS,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 +/games/boxart/full_6451665AmericaFrontccc.jpg,Maquette,NS,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 +/games/boxart/full_3553916AmericaFrontccc.jpg,Maquette,PC,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 +/games/boxart/full_4489557AmericaFrontccc.jpg,Maquette,PS4,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 +/games/boxart/full_9462662AmericaFrontccc.jpg,Mario vs. Donkey Kong,NS,Puzzle,Unknown,Nintendo,,,,,,,,2023-09-14 +/games/boxart/default.jpg,Maze Break,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_1604513PALFrontccc.jpg,Melbits World,PS4,Puzzle,Unknown,Melbot,,,,,,,,2019-01-21 +/games/boxart/full_7045746AmericaFrontccc.png,Membrane,NS,Puzzle,Perfect Hat,Perfect Hat,,,,,,,2018-02-22,2018-03-23 +/games/boxart/full_6744998AmericaFrontccc.jpg,Memorrha,NS,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-23,2019-07-07 +/games/boxart/full_1190227AmericaFrontccc.jpg,Memorrha,PC,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-27,2019-07-07 +/games/boxart/full_2197868AmericaFrontccc.jpg,Memorrha,PS4,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-23,2019-07-07 +/games/boxart/full_170057AmericaFrontccc.jpg,Memorrha,XOne,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-23,2019-07-07 +/games/boxart/full_9935546AmericaFrontccc.png,Metropolis: Lux Obscura,NS,Puzzle,Sometimes You,Sometimes You,,,,,,,2018-04-04,2018-03-03 +/games/boxart/full_4521325AmericaFrontccc.png,Midnight Deluxe,NS,Puzzle,Unknown,Petite Games,,,,,,,,2018-03-09 +/games/boxart/full_4279470AmericaFrontccc.jpg,Millie,PC,Puzzle,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-04-03,2019-04-06 +/games/boxart/full_5134100AmericaFrontccc.png,Millie,NS,Puzzle,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-02-15,2019-04-06 +/games/boxart/full_380690AmericaFrontccc.jpg,Mind Maze,PSV,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 +/games/boxart/full_1282706AmericaFrontccc.jpg,Mind Maze,NS,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 +/games/boxart/full_99451AmericaFrontccc.jpg,Mind Maze,PC,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 +/games/boxart/full_1217797AmericaFrontccc.jpg,Mind Maze,XOne,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 +/games/boxart/default.jpg,Mind Strike,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_4458272AmericaFrontccc.png,Mom Hid My Game!,NS,Puzzle,Kemco,Kemco,,,,,,,2017-12-21,2018-03-23 +/games/boxart/full_8117061AmericaFrontccc.jpg,Monument Valley 3,All,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2022-01-01,2021-01-30 +/games/boxart/default.jpg,Mouse Trap,Int,Puzzle,Coleco,Coleco,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_1452361AmericaFrontccc.png,Mr. Do!,CV,Puzzle,Coleco,Universal,,,,,,,1983-06-07,2020-09-18 +/games/boxart/full_4064938AmericaFrontccc.jpg,Mr. Driller Drill Land,NS,Puzzle,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-06-25,2020-04-08 +/games/boxart/full_8610920AmericaFrontccc.jpg,Mr. Driller Drill Land,PC,Puzzle,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-06-25,2020-04-08 +/games/boxart/full_1389014AmericaFrontccc.png,MUJO,NS,Puzzle,Oink Games,Oink Games,,,,,,,2017-11-30,2018-03-23 +/games/boxart/default.jpg,Murder by Numbers,PC,Puzzle,Unknown,Mediatonic,,,,,,,,2020-12-21 +/games/boxart/full_4397978AmericaFrontccc.jpg,Murder by Numbers,NS,Puzzle,Unknown,Mediatonic,,,,,,,,2020-12-21 +/games/boxart/full_663175AmericaFrontccc.jpg,Neighbours from Hell 2: On Vacation,PC,Puzzle,Cinemaware,JoWood,,,,,,,2006-05-07,2018-01-08 +/games/boxart/full_364991AmericaFrontccc.jpg,Neon Junctions,NS,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 +/games/boxart/full_3294438AmericaFrontccc.jpg,Neon Junctions,XOne,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 +/games/boxart/full_5246597AmericaFrontccc.jpg,Neon Junctions,PSV,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 +/games/boxart/full_6268299AmericaFrontccc.jpg,Neon Junctions,PC,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 +/games/boxart/full_4232212AmericaFrontccc.jpg,Neon Junctions,PS4,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 +/games/boxart/full_4715601PALFrontccc.jpg,Never Alone,WiiU,Puzzle,E-Line Media,Upper One Games,,,,,,,2015-06-25,2022-04-18 +/games/boxart/default.jpg,Night Stalker,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-05-16,2018-01-13 +/games/boxart/full_3674398AmericaFrontccc.jpg,Nightmares From The Deep: The Cursed Heart,PS4,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi,,,,,,,2016-08-02,2018-09-09 +/games/boxart/full_3254511PALFrontccc.jpg,Nova-111,WiiU,Puzzle,Curve Digital,Curve Studios,,,,,,,2015-09-15,2022-04-17 +/games/boxart/full_3944632AmericaFrontccc.png,Nuclien,NS,Puzzle,Springloaded,Springloaded,,,,,,,2018-01-19,2018-03-23 +/games/boxart/full_5000651AmericaFrontccc.png,Old Man's Journey,NS,Puzzle,Broken Rules,Broken Rules,,,,,,,2018-02-20,2018-02-12 +/games/boxart/default.jpg,ORBIT,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 +/games/boxart/full_5273312AmericaFrontccc.jpg,Out of Line,NS,Puzzle,Unknown,Nerd Monkeys,,,,,,,,2021-06-26 +/games/boxart/full_4052119AmericaFrontccc.jpg,Out of Line,PS4,Puzzle,Unknown,Nerd Monkeys,,,,,,,,2021-06-26 +/games/boxart/full_1213132AmericaFrontccc.jpg,Out of Line,XOne,Puzzle,Unknown,Nerd Monkeys,,,,,,,,2021-06-26 +/games/boxart/default.jpg,Pac-Man,Int,Puzzle,Atarisoft,Atari,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_8005466AmericaFrontccc.png,Packet Queen #,NS,Puzzle,Studio F-Sharp,"INFOARISE Co., Ltd.",,,,,,,2018-03-01,2018-03-25 +/games/boxart/default.jpg,Part time UFO,NS,Puzzle,Nintendo,HAL Laboratory,,,,,,,2020-10-28,2021-11-07 +/games/boxart/full_262358AmericaFrontccc.jpg,Patrick's Parabox,NS,Puzzle,Unknown,Patrick Traynor,,,,,,,,2023-01-10 +/games/boxart/full_9585712AmericaFrontccc.jpg,Patrick's Parabox,PC,Puzzle,Unknown,Patrick Traynor,,,,,,,,2023-01-10 +/games/boxart/full_2205969AmericaFrontccc.png,PENTAPUZZLE,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2015-03-19,2018-01-07 +/games/boxart/full_6559237AmericaFrontccc.jpg,Persian Nights: Sands Of Wonders,NS,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi,,,,,,,2018-08-17,2018-09-09 +/games/boxart/full_8784521AmericaFrontccc.jpg,Phogs!,PS4,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 +/games/boxart/full_6511315AmericaFrontccc.jpg,Phogs!,XOne,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 +/games/boxart/full_1974264AmericaFrontccc.jpg,Phogs!,PC,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 +/games/boxart/full_7759107AmericaFrontccc.jpg,Phogs!,NS,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 +/games/boxart/full_5984226AmericaFrontccc.png,Physical Contact: 2048,NS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2017-09-07,2018-03-25 +/games/boxart/full_1718531AmericaFrontccc.png,Physical Contact: Picture Place,NS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2017-09-28,2018-03-25 +/games/boxart/default.jpg,Pic-a-Pix Color,WiiU,Puzzle,Unknown,Lightwood Games,,,,,,,,2020-08-25 +/games/boxart/full_5990160AmericaFrontccc.png,Pic-a-Pix Deluxe,NS,Puzzle,Unknown,Lightwood Games,,,,,,,,2018-01-07 +/games/boxart/default.jpg,Picross 3D,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_689274AmericaFrontccc.png,Picross S,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2017-09-28,2018-02-03 +/games/boxart/default.jpg,Picross S2,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2018-08-02,2021-11-10 +/games/boxart/full_3765088AmericaFrontccc.jpg,Picross S3,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2019-04-25,2019-04-20 +/games/boxart/111103AmericaFrontccc.jpg,Picross S4,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2020-04-23,2020-04-16 +/games/boxart/default.jpg,Picross S5,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2020-11-26,2021-11-10 +/games/boxart/default.jpg,Picross S6,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2021-04-22,2021-11-10 +/games/boxart/full_6697512AmericaFrontccc.jpg,Piczle Cross: Story of Seasons,PC,Puzzle,Unknown,Score Studios,,,,,,,,2023-12-16 +/games/boxart/full_1062029AmericaFrontccc.jpg,Piczle Cross: Story of Seasons,NS,Puzzle,Unknown,Score Studios,,,,,,,,2023-12-16 +/games/boxart/full_2561546AmericaFrontccc.png,Piczle Lines DX,NS,Puzzle,Score Studios,Score Studios,,,,,,,2017-08-24,2018-03-02 +/games/boxart/full_4490163JapanFrontccc.jpg,Piczle Puzzle Pack 3-in-1,NS,Puzzle,Rainy Frog,Score Studios,,,,,,,2019-04-25,2019-03-25 +/games/boxart/full_9018960AmericaFrontccc.png,Pikuniku,NS,Puzzle,Devolver Digital,Sectordub,,,,,,,2019-01-24,2019-03-24 +/games/boxart/full_7480782AmericaFrontccc.jpg,Pikuniku,PC,Puzzle,Devolver Digital,Sectordub,,,,,,,2019-01-24,2019-03-24 +/games/boxart/full_2142777AmericaFrontccc.jpg,Pile Up! Box by Box,XOne,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 +/games/boxart/full_6265770AmericaFrontccc.jpg,Pile Up! Box by Box,NS,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 +/games/boxart/full_661050AmericaFrontccc.jpg,Pile Up! Box by Box,PC,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 +/games/boxart/full_2079027AmericaFrontccc.jpg,Pile Up! Box by Box,PS4,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 +/games/boxart/default.jpg,PINBALL,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 +/games/boxart/default.jpg,PINK DOT BLUE DOT,3DS,Puzzle,Unknown,RCMADIAX,,,,,,,,2018-01-17 +/games/boxart/full_9393195AmericaFrontccc.jpg,Pitfall Planet,PC,Puzzle,adamgryu,Bonfire Games,,,,,,,2016-05-02,2019-03-31 +/games/boxart/full_3377770AmericaFrontccc.png,Pitfall Planet,NS,Puzzle,Abstraction Games,Abstraction Games,,,,,,,2019-04-04,2019-03-31 +/games/boxart/full_8660356AmericaFrontccc.jpg,Pixel Puzzles 2: Birds,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2015-02-20,2019-04-03 +/games/boxart/full_7415405AmericaFrontccc.jpg,Pixel Puzzles 2: Christmas,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2018-11-27,2019-04-03 +/games/boxart/full_8313294AmericaFrontccc.jpg,Pixel Puzzles 2: Paintings,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2019-04-10,2019-04-03 +/games/boxart/full_2043219AmericaFrontccc.jpg,Pixel Puzzles 2: RADical ROACH,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2016-08-12,2019-04-03 +/games/boxart/full_8991691AmericaFrontccc.jpg,Pixel Puzzles Junior,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2017-02-17,2019-04-03 +/games/boxart/full_8488046AmericaFrontccc.jpg,Pixel Puzzles Mosaics,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2017-06-09,2019-04-03 +/games/boxart/full_6102318AmericaFrontccc.jpg,Pixel Puzzles Ultimate,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2016-09-09,2019-04-03 +/games/boxart/full_7146750AmericaFrontccc.jpg,Pixel Puzzles: UndeadZ,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2014-06-06,2019-04-03 +/games/boxart/full_7578570AmericaFrontccc.jpg,Planet of Lana,XS,Puzzle,Unknown,Wishfully Studios,,,,,,,,2023-06-22 +/games/boxart/full_1868868AmericaFrontccc.jpg,Planet of Lana,PC,Puzzle,Thunderful Publishing AB,Wishfully Studios,,,,,,,2023-05-23,2023-06-22 +/games/boxart/full_3483922AmericaFrontccc.jpg,Planet of Lana,XOne,Puzzle,Unknown,Wishfully Studios,,,,,,,,2023-06-22 +/games/boxart/full_177005AmericaFrontccc.png,Pokémon Café Mix,NS,Puzzle,Nintendo,Genius Sonority Inc.,,,,,,,2020-06-23,2020-06-17 +/games/boxart/full_7142255AmericaFrontccc.png,Pop-Up Pilgrims,PS4,Puzzle,Unknown,Dakko Dakko,,,,,,,,2018-01-31 +/games/boxart/full_7467260AmericaFrontccc.jpg,Portal: Companion Collection,NS,Puzzle,Valve Corporation,Valve Corporation,,,,,,,2022-06-28,2022-12-01 +/games/boxart/default.jpg,Preston Sterling,WiiU,Puzzle,Unknown,Animation Arts,,,,,,,,2020-08-25 +/games/boxart/full_4877153PALFrontccc.png,Puddle,WiiU,Puzzle,Neko Entertainment,Neko Entertainment,,,,,,,2013-01-31,2022-04-17 +/games/boxart/full_8462818AmericaFrontccc.jpg,PulzAR,PSV,Puzzle,Unknown,Sony Computer Entertainment America,,,,,,,,2022-08-12 +/games/boxart/full_2053336AmericaFrontccc.jpg,Puyo Puyo Tetris 2,PS5,Puzzle,Sega,Sega,,,,,,,2020-12-31,2020-08-27 +/games/boxart/full_3700620AmericaFrontccc.jpg,Puyo Puyo Tetris 2,XOne,Puzzle,Sega,Sega,,,,,,,2020-12-08,2020-08-27 +/games/boxart/full_450496AmericaFrontccc.jpg,Puyo Puyo Tetris 2,XS,Puzzle,Sega,Sega,,,,,,,2020-12-31,2020-08-27 +/games/boxart/full_7354415AmericaFrontccc.jpg,Puyo Puyo Tetris 2,NS,Puzzle,Sega,Sega,,,,,,,2020-12-08,2020-08-27 +/games/boxart/full_7208483AmericaFrontccc.jpg,Puyo Puyo Tetris 2,PC,Puzzle,Sega,Sega,,,,,,,2021-06-01,2020-08-27 +/games/boxart/full_4904284AmericaFrontccc.jpg,Puyo Puyo Tetris 2,PS4,Puzzle,Sega,Sega,,,,,,,2020-12-08,2020-08-27 +/games/boxart/full_9262750JapanFrontccc.jpg,Puzzle & Dragons GOLD,NS,Puzzle,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2020-01-15,2019-12-24 +/games/boxart/full_8895172AmericaFrontccc.png,Puzzle Adventure Blockle,NS,Puzzle,Intense,Intense,,,,,,,2017-08-03,2018-03-25 +/games/boxart/full_1744584AmericaFrontccc.jpg,Puzzle Bobble 3D: Vacation Odyssey,PS5,Puzzle,Unknown,Survios,,,,,,,,2022-04-06 +/games/boxart/full_4016648AmericaFrontccc.jpg,Puzzle Bobble 3D: Vacation Odyssey,PS4,Puzzle,Unknown,Survios,,,,,,,,2022-04-06 +/games/boxart/full_3930461AmericaFrontccc.jpg,Puzzle Bobble Everybubble!,NS,Puzzle,Unknown,Taito,,,,,,,,2022-08-30 +/games/boxart/full_8242663AmericaFrontccc.png,Puzzle Box Maker,NS,Puzzle,Bplus,Bplus,,,,,,,2017-12-21,2018-03-25 +/games/boxart/full_3062197AmericaFrontccc.jpg,Puzzle Knights,iOS,Puzzle,Unknown,Mojaro,,,,,,,,2022-08-18 +/games/boxart/full_6293115AmericaFrontccc.png,Puzzle Puppers,NS,Puzzle,Unknown,Cardboard Keep,,,,,,,,2018-02-06 +/games/boxart/full_9712742AmericaFrontccc.png,Puzzle Quest: The Legend Returns,NS,Puzzle,D3Go,Infinite Interactive,,,,,,,2019-09-19,2019-09-16 +/games/boxart/full_8282919AmericaFrontccc.jpg,Q REMASTERED,NS,Puzzle,liica inc.,liica inc.,,,,,,,2023-05-01,2023-12-11 +/games/boxart/full_6576729AmericaFrontccc.jpg,Q REMASTERED,PC,Puzzle,liica inc.,liica inc.,,,,,,,2023-05-01,2023-12-11 +/games/boxart/full_2875083AmericaFrontccc.jpg,Q*bert's Qubes,CV,Puzzle,Parker Brothers,Mylstar Electronics,,,,,,,1985-04-02,2021-10-20 +/games/boxart/full_3286187AmericaFrontccc.jpg,Q.U.B.E. 2,PC,Puzzle,Trapped Nerve Games,Toxic Games,,,,,,,2018-03-13,2018-03-09 +/games/boxart/full_8160417AmericaFrontccc.jpg,Q.U.B.E: Director's Cut,PC,Puzzle,Toxic Games,Toxic Games,,,,,,,2014-05-21,2019-04-17 +/games/boxart/full_7829774AmericaFrontccc.png,Qbics Paint,NS,Puzzle,Abylight,Abylight,,,,,,,2017-07-27,2018-03-25 +/games/boxart/full_2395889AmericaFrontccc.png,Qbik,NS,Puzzle,Forever Entertainment S.A.,Norbert Palacz,,,,,,,2018-01-18,2018-02-04 +/games/boxart/full_5262245AmericaFrontccc.png,Qix,Arc,Puzzle,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/default.jpg,Radical Rabbit Stew,XOne,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 +/games/boxart/default.jpg,Radical Rabbit Stew,PS4,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 +/games/boxart/default.jpg,Radical Rabbit Stew,NS,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 +/games/boxart/default.jpg,Radical Rabbit Stew,PC,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 +/games/boxart/full_7072133AmericaFrontccc.jpg,Railbound,PC,Puzzle,Unknown,Afterburn,,,,,,,,2022-12-07 +/games/boxart/full_1058588AmericaFrontccc.png,Red Game Without a Great Name,NS,Puzzle,iFun4all,iFun4all,,,,,,,2017-12-07,2018-03-25 +/games/boxart/full_8514278AmericaFrontccc.jpg,Return of the Obra Dinn,PS4,Puzzle,3909 LLC,Lucas Pope,,,,,,,2019-10-18,2019-10-22 +/games/boxart/full_6302415AmericaFrontccc.jpg,Return of the Obra Dinn,XOne,Puzzle,3909 LLC,Lucas Pope,,,,,,,2019-10-18,2019-10-22 +/games/boxart/full_990360AmericaFrontccc.png,RPG Time: The Legend of Wright,XOne,Puzzle,Desk Works,Desk Works,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_9052485AmericaFrontccc.png,RPG Time: The Legend of Wright,PC,Puzzle,Desk Works,Desk Works,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_9234747AmericaFrontccc.jpg,Salary Man Escape VR,PS4,Puzzle,Oasis Games Ltd.,Red Accent Studios,,,,,,,2018-06-26,2019-03-28 +/games/boxart/default.jpg,Scooby Doo's Maze Chase,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_2764097AmericaFrontccc.png,Semispheres,NS,Puzzle,Vivid Helix,Vivid Helix,,,,,,,2017-03-03,2018-03-25 +/games/boxart/full_8536724AmericaFrontccc.png,Serial Cleaner,NS,Puzzle,Curve Digital,iFun4all,,,,,,,2017-11-30,2018-03-01 +/games/boxart/full_5621400AmericaFrontccc.png,Shadow Point,PC,Puzzle,Unknown,Coatsink Software,,,,,,,,2022-03-11 +/games/boxart/full_9780365AmericaFrontccc.png,She Remembered Caterpillars,NS,Puzzle,Ysbryd Games,Jumpsuit Entertainment,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_9381973PALFrontccc.jpg,Shephy,NS,Puzzle,Arc System Works,Arc System Works,,,,,,,2017-07-06,2018-01-03 +/games/boxart/default.jpg,SHOOT THE BALL,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 +/games/boxart/full_2416798AmericaFrontccc.jpg,Silt,PS4,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 +/games/boxart/full_1107906AmericaFrontccc.jpg,Silt,PS5,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 +/games/boxart/full_132258AmericaFrontccc.jpg,Silt,XOne,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 +/games/boxart/full_486768AmericaFrontccc.jpg,Silt,XS,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 +/games/boxart/full_3494036AmericaFrontccc.jpg,Silt,NS,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 +/games/boxart/full_9893602AmericaFrontccc.jpg,Silt,PC,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 +/games/boxart/full_3427353AmericaFrontccc.png,SlabWell: The Quest For Kaktun's Alpaca,NS,Puzzle,Undergames,Undergames,,,,,,,2019-04-17,2019-04-20 +/games/boxart/full_4514128AmericaFrontccc.jpg,Slash It,PC,Puzzle,Just1337 Publisher,Just1337 Studio,,,,,,,2016-12-16,2019-04-08 +/games/boxart/full_7343454AmericaFrontccc.jpg,Slash It 2,PC,Puzzle,Just1337 Publisher,Just1337 Studio,,,,,,,2017-01-24,2019-04-08 +/games/boxart/full_9299519AmericaFrontccc.jpg,Slash It Ultimate,PC,Puzzle,Just1337 Publisher,Just1337 Studio,,,,,,,2017-07-15,2019-04-08 +/games/boxart/full_489598AmericaFrontccc.jpg,Slay the Spire,PS4,Puzzle,Humble Bundle,MegaCrit,,,,,,,2019-05-21,2019-05-26 +/games/boxart/full_1751053AmericaFrontccc.png,Slayaway Camp: Butcher's Cut,NS,Puzzle,Digerati,Digerati,,,,,,,2018-03-22,2018-03-25 +/games/boxart/full_4438435AmericaFrontccc.jpg,Snafu,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1981-10-15,2018-01-13 +/games/boxart/full_8369707AmericaFrontccc.jpg,Snake Pass,NS,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 +/games/boxart/full_1021901AmericaFrontccc.jpg,Snake Pass,PC,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 +/games/boxart/full_6159396AmericaFrontccc.jpg,Snake Pass,PS4,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 +/games/boxart/full_7418617AmericaFrontccc.jpg,Snake Pass,XOne,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 +/games/boxart/full_4211666AmericaFrontccc.jpg,So Many Me,XOne,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 +/games/boxart/full_1166922AmericaFrontccc.jpg,So Many Me,Linux,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 +/games/boxart/full_3135763AmericaFrontccc.jpg,So Many Me,Ouya,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 +/games/boxart/full_8659336AmericaFrontccc.jpg,Solo,PC,Puzzle,Unknown,Team Gotham,,,,,,,,2022-08-29 +/games/boxart/full_8875359AmericaFrontccc.jpg,Sparkle 2,PS3,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-11-26,2019-04-06 +/games/boxart/full_102799AmericaFrontccc.jpg,Sparkle 2,XOne,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2016-01-27,2019-04-06 +/games/boxart/full_8297784AmericaFrontccc.png,Sparkle Unleashed,NS,Puzzle,Unknown,10tons Ltd,,,,,,,,2018-01-07 +/games/boxart/full_1597736AmericaFrontccc.png,Spellspire,NS,Puzzle,10tons,10tons Ltd,,,,,,,2017-11-09,2018-03-25 +/games/boxart/full_82696AmericaFrontccc.png,Spiral Splatter,NS,Puzzle,Sometimes You,Sometimes You,,,,,,,2018-03-13,2018-03-25 +/games/boxart/full_7812330AmericaFrontccc.jpg,Spirit Swap: Lofi Beats to Match-3 To,PC,Puzzle,Unknown,"Soft Not Weak, LLC",,,,,,,,2021-06-13 +/games/boxart/full_8299890AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,PSV,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2016-07-21,2018-08-09 +/games/boxart/full_9335622AmericaFrontccc.png,Spy Chameleon - RGB Agent,NS,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2018-03-09,2018-08-09 +/games/boxart/full_1116001AmericaFrontccc.png,Spy Chameleon - RGB Agent,WiiU,Puzzle,EnjoyUp Games,Unfinished Pixel,,,,,,,2014-12-25,2018-08-09 +/games/boxart/full_3167438AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,XOne,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2015-05-22,2018-08-09 +/games/boxart/full_6586745AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,PS4,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2016-07-21,2018-08-09 +/games/boxart/default.jpg,Statik,PS4,Puzzle,Unknown,Tarsier Studios,,,,,,,,2020-09-15 +/games/boxart/full_8231321AmericaFrontccc.jpg,Storyteller,NS,Puzzle,Unknown,Daniel Benmergui,,,,,,,,2023-04-05 +/games/boxart/full_2241559AmericaFrontccc.jpg,Storyteller,PC,Puzzle,Unknown,Daniel Benmergui,,,,,,,,2023-04-05 +/games/boxart/full_5375278AmericaFrontccc.jpg,Strange Horticulture,NS,Puzzle,Unknown,Bad Viking,,,,,,,,2022-11-17 +/games/boxart/full_4684221AmericaFrontccc.jpg,Strange Horticulture,XOne,Puzzle,Unknown,Bad Viking,,,,,,,,2023-09-01 +/games/boxart/full_384994AmericaFrontccc.jpg,Strange Horticulture,PC,Puzzle,Unknown,Bad Viking,,,,,,,,2022-06-26 +/games/boxart/full_6889295AmericaFrontccc.jpg,Strange Horticulture,XS,Puzzle,Unknown,Bad Viking,,,,,,,,2023-09-01 +/games/boxart/full_2932404AmericaFrontccc.png,SubaraCity,NS,Puzzle,Flyhigh Works,Flyhigh Works,,,,,,,2018-08-31,2018-06-27 +/games/boxart/full_618245AmericaFrontccc.png,Subsurface Circular,NS,Puzzle,Ant Workshop,Mike Bithell Games,,,,,,,2018-03-01,2018-02-18 +/games/boxart/full_7222363AmericaFrontccc.png,Sudoku Relax,NS,Puzzle,G-mode,G-mode,,,,,,,2019-04-18,2019-04-20 +/games/boxart/full_5742830AmericaFrontccc.jpg,Summertime Madness,XOne,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 +/games/boxart/full_1633633AmericaFrontccc.jpg,Summertime Madness,XS,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 +/games/boxart/full_7915423AmericaFrontccc.jpg,Summertime Madness,NS,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 +/games/boxart/full_9515946AmericaFrontccc.jpg,Summertime Madness,PC,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 +/games/boxart/full_9420479AmericaFrontccc.jpg,Summertime Madness,PS4,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 +/games/boxart/full_61942AmericaFrontccc.jpg,Summertime Madness,PS5,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 +/games/boxart/full_3818539AmericaFrontccc.jpg,Superliminal,PC,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2019-11-12,2020-07-01 +/games/boxart/full_8961446AmericaFrontccc.jpg,Superliminal,PS4,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2020-07-07,2020-07-01 +/games/boxart/full_2239856AmericaFrontccc.jpg,Superliminal,XOne,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2020-07-07,2020-07-01 +/games/boxart/full_499563AmericaFrontccc.jpg,Superliminal,NS,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2020-07-07,2020-07-01 +/games/boxart/full_5218063AmericaFrontccc.png,Swim Out,NS,Puzzle,Lozange Lab,Lozange Lab,,,,,,,2018-03-20,2018-03-25 +/games/boxart/full_4990897AmericaFrontccc.png,Tales of the Tiny Planet,NS,Puzzle,Pixelsplit,Pixelsplit,,,,,,,2018-01-17,2018-03-01 +/games/boxart/full_3877998AmericaFrontccc.jpg,Teardown,PC,Puzzle,Unknown,Tuxedo Labs,,,,,,,,2022-12-10 +/games/boxart/default.jpg,TETRA's Escape,XOne,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 +/games/boxart/full_2720062AmericaFrontccc.png,TETRA's Escape,NS,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 +/games/boxart/default.jpg,TETRA's Escape,PC,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 +/games/boxart/default.jpg,TETRA's Escape,PSV,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 +/games/boxart/default.jpg,TETRA's Escape,PS4,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 +/games/boxart/full_511470AmericaFrontccc.png,Tetris 99,NS,Puzzle,Nintendo,Arika,,,,,,,2019-02-13,2019-02-14 +/games/boxart/full_7678017AmericaFrontccc.jpg,Tetris Effect,PC,Puzzle,Enhance,Monstars Inc.,,,,,,,2019-07-23,2019-07-21 +/games/boxart/full_3889589AmericaFrontccc.jpg,Tetris Effect Connected,XS,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2020-11-10,2020-07-23 +/games/boxart/full_367566AmericaFrontccc.jpg,Tetris Effect Connected,XOne,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2020-11-10,2020-07-23 +/games/boxart/full_1271756AmericaFrontccc.jpg,Tetris Effect Connected,PC,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2021-12-01,2020-07-23 +/games/boxart/default.jpg,Tetris Effect: Connected,NS,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2021-10-08,2021-11-06 +/games/boxart/full_6184502AmericaFrontccc.jpg,The Bradwell Conspiracy,XOne,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 +/games/boxart/full_5078161AmericaFrontccc.jpg,The Bradwell Conspiracy,NS,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 +/games/boxart/full_5820298AmericaFrontccc.jpg,The Bradwell Conspiracy,PS4,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 +/games/boxart/full_3153410AmericaFrontccc.jpg,The Bradwell Conspiracy,PC,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 +/games/boxart/full_4624544AmericaFrontccc.png,The Bridge,NS,Puzzle,The Quantum Astrophysicists Guild,The Quantum Astrophysicists Guild,,,,,,,2017-09-07,2018-02-03 +/games/boxart/full_5650574PALFrontccc.jpg,The Cube,PS3,Puzzle,Funbox Media,Funbox Media,,,,,,,2012-11-09,2018-04-06 +/games/boxart/full_7168390AmericaFrontccc.jpg,The Eyes of Ara,PC,Puzzle,Unknown,100 Stones Interactive,,,,,,,,2019-10-05 +/games/boxart/full_9288054AmericaFrontccc.png,The Eyes of Ara,NS,Puzzle,Unknown,100 Stones Interactive,,,,,,,,2019-10-05 +/games/boxart/full_5948208AmericaFrontccc.png,The Gardens Between,NS,Puzzle,The Voxel Agents,The Voxel Agents,,,,,,,2018-09-20,2018-09-23 +/games/boxart/full_9334950AmericaFrontccc.jpeg,The Gardens Between,PS4,Puzzle,The Voxel Agents,The Voxel Agents,,,,,,,2018-09-20,2018-04-05 +/games/boxart/full_9413352AmericaFrontccc.jpg,The Great Perhaps,PC,Puzzle,Unknown,Caligari Games,,,,,,,,2019-08-13 +/games/boxart/full_4210756PALFrontccc.jpg,The Inner World: The Last Wind Monk,PC,Puzzle,Kalypso Media,Studio Fizbin,,,,,,,2017-10-24,2018-09-15 +/games/boxart/full_1341770AmericaFrontccc.jpg,The Last Clockwinder,PS5,Puzzle,Unknown,Pontoco,,,,,,,,2023-01-22 +/games/boxart/full_4554099AmericaFrontccc.jpg,The Last Clockwinder,PC,Puzzle,Unknown,Pontoco,,,,,,,,2023-01-22 +/games/boxart/full_180143AmericaFrontccc.jpg,The Mystery of the Druids,PC,Puzzle,CDV Software Entertainment,House of Tales,,,,,,,2001-09-14,2019-05-07 +/games/boxart/full_7520955AmericaFrontccc.jpg,The Pedestrian,PC,Puzzle,Skookum Arts,Skookum Arts,,,,,,,2020-01-29,2020-02-13 +/games/boxart/full_7545175AmericaFrontccc.jpg,The Pedestrian,PS4,Puzzle,Skookum Arts,Skookum Arts,,,,,,,2021-01-31,2020-08-13 +/games/boxart/full_9389038AmericaFrontccc.png,The Room,NS,Puzzle,Team17 Digital Ltd,Fireproof Games,,,,,,,2018-10-18,2018-10-06 +/games/boxart/full_9348941AmericaFrontccc.jpg,The Sojourn,PC,Puzzle,Iceberg Interactive,Shifting Tides,,,,,,,2019-09-20,2019-08-06 +/games/boxart/full_5432308AmericaFrontccc.jpg,The Sojourn,PS4,Puzzle,Iceberg Interactive,Shifting Tides,,,,,,,2019-09-20,2019-08-06 +/games/boxart/full_5729947AmericaFrontccc.jpg,The Sojourn,XOne,Puzzle,Iceberg Interactive,Shifting Tides,,,,,,,2019-09-20,2019-08-06 +/games/boxart/full_8919151AmericaFrontccc.png,The Spectrum Retreat,NS,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 +/games/boxart/full_7817326AmericaFrontccc.jpg,The Spectrum Retreat,PS4,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 +/games/boxart/full_6553100AmericaFrontccc.jpg,The Spectrum Retreat,XOne,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 +/games/boxart/full_2243599AmericaFrontccc.jpg,The Spectrum Retreat,PC,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 +/games/boxart/full_9809266AmericaFrontccc.jpeg,The Splatters,XBL,Puzzle,Unknown,SpikySnail Games,,,,,,,,2022-08-10 +/games/boxart/full_8974361AmericaFrontccc.jpg,The Talos Principle,XOne,Puzzle,Devolver Digital,Croteam,,,,,,,2018-08-31,2018-12-28 +/games/boxart/full_3181824AmericaFrontccc.jpg,The Talos Principle 2,XS,Puzzle,Unknown,Croteam,,,,,,,,2023-10-07 +/games/boxart/full_8610097AmericaFrontccc.jpg,The Talos Principle 2,PC,Puzzle,Unknown,Croteam,,,,,,,,2023-10-07 +/games/boxart/full_1565490AmericaFrontccc.jpg,The Talos Principle 2,PS5,Puzzle,Unknown,Croteam,,,,,,,,2023-10-07 +/games/boxart/full_4498552AmericaFrontccc.jpg,The Talos Principle VR,PC,Puzzle,Devolver Digital,Croteam,,,,,,,2017-10-17,2018-12-28 +/games/boxart/full_6701372AmericaFrontccc.png,The Touryst,NS,Puzzle,Shin'en Multimedia,Shin'en Multimedia,,,,,,,2019-11-21,2019-11-23 +/games/boxart/full_9997125AmericaFrontccc.jpg,The Turing Test,NS,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2020-02-07,2020-01-27 +/games/boxart/full_6856796AmericaFrontccc.jpg,The Turing Test,PS4,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2017-01-23,2020-01-27 +/games/boxart/full_7584581AmericaFrontccc.jpg,The Turing Test,XOne,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2016-08-30,2020-01-27 +/games/boxart/full_9856898AmericaFrontccc.jpg,The Witness,XOne,Puzzle,"Thekla, Inc.","Thekla, Inc.",,,,,,,2016-09-13,2018-05-02 +/games/boxart/default.jpg,Thin Ice,Int,Puzzle,INTV Corporation,Mattel,,,,,,,1986-01-01,2018-01-13 +/games/boxart/default.jpg,Tina's Toy Factory,PS4,Puzzle,Independent,Strange Games,,,,,,,2015-08-25,2019-11-05 +/games/boxart/full_8746433AmericaFrontccc.png,Toki Tori,NS,Puzzle,Two Tribes,Two Tribes,,,,,,,2018-03-30,2018-03-26 +/games/boxart/full_7978122AmericaFrontccc.png,Toki Tori 2+,NS,Puzzle,Two Tribes,Two Tribes,,,,,,,2018-02-23,2018-09-21 +/games/boxart/full_2618733AmericaFrontccc.png,Totes the Goat,NS,Puzzle,Atooi,Atooi,,,,,,,2018-03-01,2018-03-26 +/games/boxart/full_8466090AmericaFrontccc.jpg,Touhou Spell Bubble,NS,Puzzle,Unknown,Taito,,,,,,,,2020-01-16 +/games/boxart/full_312771AmericaFrontccc.png,Transcripted,NS,Puzzle,Plug In Digital,Plug In Digital,,,,,,,2017-11-23,2018-03-26 +/games/boxart/full_9136431PALFrontccc.jpg,Transference,PS4,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2018-09-18,2018-10-12 +/games/boxart/full_2257511AmericaFrontccc.jpeg,Tricky Towers,XOne,Puzzle,WeirdBeard,WeirdBeard,,,,,,,2017-09-15, +/games/boxart/full_466987AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,XS,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 +/games/boxart/full_1517170AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,NS,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 +/games/boxart/full_2253362AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,PC,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 +/games/boxart/full_9740793AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,PS4,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 +/games/boxart/full_648597AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,PS5,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 +/games/boxart/full_9698654AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,XOne,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 +/games/boxart/default.jpg,Tron: Maze-A-Tron,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-10-06,2018-01-13 +/games/boxart/default.jpg,Tron: Solar Sailer,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9948937AmericaFrontccc.jpg,Tumble VR,PS4,Puzzle,Sony Interactive Entertainment,Supermassive Games Ltd.,,,,,,,2016-10-10,2018-09-24 +/games/boxart/full_8222633AmericaFrontccc.png,Tumblestone,NS,Puzzle,The Quantum Astrophysicists Guild,The Quantum Astrophysicists Guild,,,,,,,2017-10-05,2018-04-01 +/games/boxart/full_6424804AmericaFrontccc.png,Typoman,NS,Puzzle,Wales Interactive Ltd.,Brainseed Factory,,,,,,,2018-02-22,2018-03-26 +/games/boxart/full_2847796AmericaFrontccc.jpg,UNCHARTED: Fortune Hunter,And,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-05-05,2018-04-07 +/games/boxart/full_3674728AmericaFrontccc.jpg,Unpacking,XS,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 +/games/boxart/full_3442872AmericaFrontccc.jpg,Unpacking,NS,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 +/games/boxart/full_365909AmericaFrontccc.jpg,Unpacking,XOne,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 +/games/boxart/full_8075843AmericaFrontccc.jpg,Unpacking,PC,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 +/games/boxart/full_7069738AmericaFrontccc.jpg,Vesta,XOne,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 +/games/boxart/full_7061607AmericaFrontccc.jpg,Vesta,PS4,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 +/games/boxart/full_8217468AmericaFrontccc.png,Vesta,NS,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 +/games/boxart/full_8266974AmericaFrontccc.png,Vesta,PC,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 +/games/boxart/full_2942137AmericaFrontccc.png,Warp Shift,NS,Puzzle,Isbit Games,Isbit Games,,,,,,,2018-03-27,2018-03-26 +/games/boxart/full_2622091AmericaFrontccc.jpg,Weakless,XOne,Puzzle,Punk Notion,Cubeish Games,,,,,,,2019-12-01,2019-08-14 +/games/boxart/full_3236214AmericaFrontccc.jpg,Weakless,PC,Puzzle,Punk Notion,Cubeish Games,,,,,,,2019-12-01,2019-08-14 +/games/boxart/default.jpg,White Night,iOS,Puzzle,Unknown,OSome Studio,,,,,,,,2019-05-04 +/games/boxart/default.jpg,White Night,PS4,Puzzle,Unknown,OSome Studio,,,,,,,,2019-05-04 +/games/boxart/full_501287AmericaFrontccc.jpg,White Night,XOne,Puzzle,Unknown,OSome Studio,,,,,,,,2019-05-04 +/games/boxart/full_2433563AmericaFrontccc.png,World of Goo,NS,Puzzle,Tomorrow Corporation,2D Boy,,,,,,,2017-03-16,2018-02-03 +/games/boxart/full_9992632AmericaFrontccc.png,Zombillie,NS,Puzzle,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-03-29,2018-03-26 +/games/boxart/full_4399408AmericaFrontccc.jpg,Mario Kart,Series,Racing,Nintendo,Nintendo,,,,,,,1992-09-01,2020-02-20 +/games/boxart/full_3250466AmericaFrontccc.jpg,Need for Speed,Series,Racing,Electronic Arts,EA Black Box,,,,,,,1994-08-31,2020-02-24 +/games/boxart/full_6787813AmericaFrontccc.jpg,Gran Turismo,Series,Racing,Sony Interactive Entertainment,Polyphony Digital,,,,,,,1998-05-12,2020-02-05 +/games/boxart/full_895207AmericaFrontccc.png,Mario Kart 8 Deluxe,NS,Racing,Nintendo,Nintendo EPD,9.3,,,,,,2017-04-28,2018-11-19 +/games/boxart/full_8932480AmericaFrontccc.jpg,Mario Kart Wii,Wii,Racing,Nintendo,Nintendo EAD,8.2,,,,,,2008-04-27,2018-04-11 +/games/boxart/full_9551652AmericaFrontccc.jpg,Mario Kart DS,DS,Racing,Nintendo,Nintendo EAD,9.1,,,,,,2005-11-14, +/games/boxart/full_5215089AmericaFrontccc.png,Driver,Series,Racing,GT Interactive,Ubisoft Reflections,,,,,,,1999-06-30,2020-02-09 +/games/boxart/full_mario-kart-7_649AmericaFront.jpg,Mario Kart 7,3DS,Racing,Nintendo,Nintendo EAD / Retro Studios,8.2,,,,,,2011-12-04, +/games/boxart/full_6597598AmericaFrontccc.jpeg,Midnight Club,Series,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2000-10-26,2020-02-15 +/games/boxart/full_9476896AmericaFrontccc.jpg,Need for Speed: Most Wanted,All,Racing,Electronic Arts,EA Canada,,,,,,,2005-11-15,2020-10-20 +/games/boxart/full_368201AmericaFrontccc.jpg,Need for Speed: Carbon,All,Racing,Electronic Arts,EA Canada,,,,,,,2006-10-30,2021-08-30 +/games/boxart/full_3956824AmericaFrontccc.jpg,Burnout,Series,Racing,EA Sports,Criterion Games,,,,,,,2001-11-01,2020-02-23 +/games/boxart/full_1321880AmericaFrontccc.jpg,Need for Speed: Underground,All,Racing,Electronic Arts,EA Black Box,,,,,,,2003-11-17,2020-10-20 +/games/boxart/full_5113832AmericaFrontccc.jpg,Gran Turismo 3: A-Spec,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,9.3,,,,,,2001-07-09, +/games/boxart/full_7498235AmericaFrontccc.jpg,Gran Turismo Sport,PS4,Racing,Sony Interactive Entertainment,Polyphony Digital,,,,,,,2017-10-17,2018-01-13 +/games/boxart/full_2265290AmericaFrontccc.jpg,Assetto Corsa,All,Racing,Kunos Simulazioni,Kunos Simulazioni,,,,,,,2014-12-19,2021-05-31 +/games/boxart/full_gran-turismo-5_118AmericaFront.png,Gran Turismo 5,PS3,Racing,Sony Computer Entertainment,Polyphony Digital,8.3,,,,,,2010-11-24, +/games/boxart/full_8555381AmericaFrontccc.jpg,Gran Turismo 4,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,8.7,,,,,,2005-02-22, +/games/boxart/full_6673252AmericaFrontccc.jpg,Need for Speed: Underground 2,All,Racing,Electronic Arts,EA Black Box,,,,,,,2004-11-09,2020-10-20 +/games/boxart/full_3731913AmericaFrontccc.png,Need for Speed: ProStreet,All,Racing,Electronic Arts,EA Black Box,,,,,,,2007-11-14,2020-10-20 +/games/boxart/6215143ccc.jpg,Gran Turismo,PS,Racing,Sony Computer Entertainment,Polyphony Digital,9.5,,,,,,1998-04-30, +/games/boxart/full_2914566AmericaFrontccc.jpg,MX vs. ATV,Series,Racing,THQ Nordic,Rainbow Studios,,,,,,,2001-02-05,2020-04-26 +/games/boxart/full_8835641AmericaFrontccc.jpg,Mario Kart 64,N64,Racing,Nintendo,Nintendo EAD,8.5,,,,,,1997-02-10, +/games/boxart/45196ccc.jpg,Gran Turismo 2,PS,Racing,Sony Computer Entertainment,Polyphony Digital,9.2,,,,,,1999-01-17, +/games/boxart/full_153566AmericaFrontccc.jpg,Need for Speed: Undercover,All,Racing,Electronic Arts,EA Black Box,,,,,,,2008-11-18,2020-10-20 +/games/boxart/full_3980311AmericaFrontccc.jpg,Super Mario Kart,SNES,Racing,Nintendo,Nintendo EAD,10,,,,,,1992-09-01, +/games/boxart/full_638065AmericaFrontccc.jpg,Mario Kart 8,WiiU,Racing,Nintendo,Nintendo,8.8,,,,,,2014-05-30,2020-08-02 +/games/boxart/full_4495553PALFrontccc.jpg,Cars,All,Racing,THQ,Rainbow Studios,,,,,,,2006-06-06,2021-02-27 +/games/boxart/full_6084156AmericaFrontccc.jpg,Moto Racer,Series,Racing,Electronic Arts,SK Software International,,,,,,,1997-09-03,2020-02-15 +/games/boxart/full_8826849AmericaFrontccc.jpg,DiRT,Series,Racing,Codemasters,Codemasters,,,,,,,2007-06-19,2021-01-26 +/games/boxart/full_1634771AmericaFrontccc.jpg,Project Gotham Racing,Series,Racing,Sega,Bizarre Creations,,,,,,,2001-01-15,2020-02-14 +/games/boxart/7829386ccc.jpg,Mario Kart: Double Dash!!,GC,Racing,Nintendo,Nintendo EAD,8.5,,,,,,2003-11-17, +/games/boxart/full_5267090AmericaFrontccc.jpg,Diddy Kong Racing,Series,Racing,Nintendo,Rare Ltd.,,,,,,,1997-11-24,2020-02-22 +/games/boxart/full_8898475AmericaFrontccc.jpg,MotorStorm,Series,Racing,Sony Interactive Entertainment,Evolution Studios,,,,,,,2007-03-06,2020-03-27 +/games/boxart/9360554ccc.jpg,Project Gotham Racing,XB,Racing,Microsoft,Bizarre Creations,8.4,,,,,,2001-11-14, +/games/boxart/2658248ccc.jpg,Mario Kart: Super Circuit,GBA,Racing,Nintendo,Intelligent Systems,9.3,,,,,,2001-08-26, +/games/boxart/full_7582703AmericaFrontccc.jpg,Gran Turismo 5 Prologue,PS3,Racing,Sony Computer Entertainment,Polyphony Digital,8.3,,,,,,2008-04-15, +/games/boxart/full_959035AmericaFrontccc.jpg,Gran Turismo 6,PS3,Racing,Sony Computer Entertainment America,Polyphony Digital,8.6,,,,,,2013-12-06,2018-04-18 +/games/boxart/full_8771966AmericaFrontccc.jpg,Ridge Racer,Series,Racing,Namco,Namco,,,,,,,1993-12-01,2021-03-02 +/games/boxart/full_6129193AmericaFrontccc.jpg,F-Zero,Series,Racing,Nintendo,Nintendo,,,,,,,1991-08-23,2021-04-21 +/games/boxart/full_3449494AmericaFrontccc.jpg,Need for Speed: Hot Pursuit (2010),All,Racing,Electronic Arts,Criterion Games,,,,,,,2010-11-16,2020-10-20 +/games/boxart/full_8788232AmericaFrontccc.jpg,Driveclub,PS4,Racing,Sony Computer Entertainment,Evolution Studios,7.2,,,,,,2014-10-07,2018-09-25 +/games/boxart/5394136ccc.jpg,Diddy Kong Racing,N64,Racing,Nintendo,Rare Ltd.,8.3,,,,,,1997-11-24, +/games/boxart/full_9538254AmericaFrontccc.jpg,Gran Turismo,PSP,Racing,Sony Computer Entertainment,Polyphony Digital,7.7,,,,,,2009-10-01, +/games/boxart/1280663ccc.jpg,Excitebike,NES,Racing,Nintendo,Nintendo R&D1,,,,,,,1985-10-18, +/games/boxart/full_1681145AmericaFrontccc.jpg,Need for Speed Rivals,All,Racing,Electronic Arts,Ghost Games,,,,,,,2013-11-15,2020-10-20 +/games/boxart/full_1108329AmericaFrontccc.jpg,Need for Speed: Shift,All,Racing,Electronic Arts,Slightly Mad Studios,,,,,,,2009-09-15,2020-10-15 +/games/boxart/full_1140685AmericaFrontccc.jpg,F-1 Race,GB,Racing,Nintendo,Nintendo,,,,,,,1991-02-01, +/games/boxart/full_8967697AmericaFrontccc.jpg,Star Wars Episode I Racer,N64,Racing,LucasArts,LucasArts,8.7,,,,,,1999-05-19, +/games/boxart/full_7343262AmericaFrontccc.jpg,MotorStorm,PS3,Racing,Sony Computer Entertainment,Evolution Studios,8.2,,,,,,2007-03-06, +/games/boxart/full_5509426AmericaFrontccc.jpg,Rally Championship,Series,Racing,Electronic Arts,Red Rat Software,,,,,,,2000-01-31,2020-02-28 +/games/boxart/1820005ccc.jpg,Wave Race 64,N64,Racing,Nintendo,Nintendo EAD,9.2,,,,,,1996-11-05, +/games/boxart/8573755ccc.jpg,F-Zero,SNES,Racing,Nintendo,Nintendo EAD,,,,,,,1991-08-13, +/games/boxart/full_8430955AmericaFrontccc.jpg,Forza Horizon 3,XOne,Racing,Microsoft Studios,Playground Games,9,,,,,,2016-09-27,2018-01-13 +/games/boxart/full_1369956AmericaFrontccc.png,Sonic & Sega All-Stars Racing,Series,Racing,Sega,Sumo Digital,,,,,,,2010-02-23,2020-11-13 +/games/boxart/full_2535610AmericaFrontccc.jpg,Project CARS,Series,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2015-05-06,2020-03-17 +/games/boxart/6537179ccc.jpg,R.C. Pro-Am,NES,Racing,Nintendo,Rare Ltd.,,,,,,,1988-02-01, +/games/boxart/full_1962139AmericaFrontccc.jpg,Carmageddon,All,Racing,Interplay Productions,Stainless Games,,,,,,,1997-06-30,2021-01-23 +/games/boxart/full_1671859AmericaFrontccc.jpg,Carmageddon,Series,Racing,Interplay Productions,Stainless Games,,,,,,,1997-06-30,2020-02-28 +/games/boxart/full_8345231AmericaFrontccc.jpg,Destruction Derby,Series,Racing,Psygnosis,Reflections Interactive,,,,,,,1995-10-31,2023-08-13 +/games/boxart/full_2933571AmericaFrontccc.jpeg,Hot Wheels Unleashed,All,Racing,Milestone,Milestone,,,,,,,2021-09-30,2021-12-22 +/games/boxart/full_7848746PALFrontccc.jpg,Project CARS,All,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2015-05-06,2021-01-22 +/games/boxart/full_5269685AmericaFrontccc.jpg,The Crew,All,Racing,Ubisoft,Ivory Tower,,,,,,,2014-12-02,2021-04-24 +/games/boxart/full_4228932AmericaFrontccc.jpg,Trials HD,XBL,Racing,Microsoft,"RedLynx, Ltd.",8.6,,,,,,2009-08-12, +/games/boxart/2260326ccc.jpg,Rad Racer,NES,Racing,Nintendo,SquareSoft,,,,,,,1987-01-01, +/games/boxart/full_478487PALFrontccc.jpg,Test Drive Unlimited 2,All,Racing,Atari,Eden Games,,,,,,,2011-02-08,2021-04-23 +/games/boxart/full_9878687AmericaFrontccc.jpg,Mario Kart Live: Home Circuit,NS,Racing,Nintendo,Velan Studios,,,,,,,2020-10-16,2020-09-03 +/games/boxart/3900991ccc.jpg,Cruis'n USA,N64,Racing,Nintendo,Midway Games,,,,,,,1996-12-03, +/games/boxart/full_3464702AmericaFrontccc.jpg,Formula 1 (1996),All,Racing,Psygnosis,Bizarre Creations,,,,,,,1996-09-30,2021-07-17 +/games/boxart/5209797ccc.jpg,F-1 World Grand Prix,N64,Racing,Video System,Paradigm Entertainment,,,,,,,1998-07-31, +/games/boxart/full_713838AmericaFrontccc.jpg,Diddy Kong Racing DS,DS,Racing,Nintendo,Rare Ltd.,5.1,,,,,,2007-02-05, +/games/boxart/full_8992970JapanFrontccc.jpg,F1 Race,NES,Racing,Nintendo,Nintendo,,,,,,,1984-11-02, +/games/boxart/full_7204108PALFrontccc.jpg,Gran Turismo 4 Prologue,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2004-05-18, +/games/boxart/full_5511418AmericaFrontccc.png,Sonic & All-Stars Racing Transformed,All,Racing,Sega,Sumo Digital,,,,,,,2012-11-18,2020-11-13 +/games/boxart/1533107ccc.jpg,Kirby Air Ride,GC,Racing,Nintendo,HAL Laboratory,6.4,,,,,,2003-10-13, +/games/boxart/full_818729AmericaFrontccc.jpg,Super R.C. Pro-Am,GB,Racing,Nintendo,Rare Ltd.,,,,,,,1991-10-01, +/games/boxart/full_678908AmericaFrontccc.jpg,Sonic Riders,PS2,Racing,Sega,Sonic Team,,,,,,,2006-02-21, +/games/boxart/5522790ccc.jpg,F-Zero X,N64,Racing,Nintendo,Nintendo EAD,8.5,,,,,,1998-09-30, +/games/boxart/full_9380287AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing,All,Racing,Sega,Sumo Digital,,,,,,,2010-02-23,2020-11-13 +/games/boxart/5835562ccc.jpg,F-Zero: Maximum Velocity,GBA,Racing,Nintendo,"Nd Cube Co., Ltd.",8.7,,,,,,2001-06-12, +/games/boxart/full_3060234AmericaFrontccc.jpg,Burnout Paradise,All,Racing,Electronic Arts,Criterion Games,,,,,,,2008-01-22,2020-12-05 +/games/boxart/full_3863311AmericaFrontccc.png,Destruction Derby,PS,Racing,Psygnosis,Reflections Interactive,,,,,,,1995-11-01, +/games/boxart/full_5528958AmericaFrontccc.jpg,Destruction Derby 2,PS,Racing,Sony Computer Entertainment,Reflections Interactive,,,,,,,1996-10-31, +/games/boxart/full_997812AmericaFrontccc.jpg,FlatOut,All,Racing,Vivendi Games,Bugbear Entertainment,,,,,,,2005-07-12,2021-01-28 +/games/boxart/full_6539296AmericaFrontccc.jpg,FlatOut 2,All,Racing,Empire Interactive,Bugbear Entertainment,,,,,,,2006-06-30,2021-01-28 +/games/boxart/full_5338456AmericaFrontccc.jpg,Forza Motorsport 6,XOne,Racing,Microsoft Studios,Turn 10 Studios,,,,,,,2015-09-15,2018-01-12 +/games/boxart/full_5387927AmericaFrontccc.jpg,MotorStorm: Pacific Rift,PS3,Racing,Sony Computer Entertainment,Evolution Studios,8,,,,,,2008-10-28, +/games/boxart/full_3296321AmericaFrontccc.jpg,MX Unleashed,All,Racing,THQ,Rainbow Studios,,,,,,,2004-02-17,2023-05-24 +/games/boxart/full_5198635AmericaFrontccc.jpg,NASCAR Racing,All,Racing,Papyrus,Papyrus Design Group,,,,,,,1994-01-01,2021-04-10 +/games/boxart/full_3769005AmericaFrontccc.jpg,South Park Rally,N64,Racing,Acclaim Entertainment,Tantalus Interactive,4.2,,,,,,2000-02-29, +/games/boxart/full_6571144AmericaFrontccc.jpg,Trials Evolution,XBL,Racing,Microsoft Studios,RedLynx,,,,,,,2012-04-18,2018-10-08 +/games/boxart/full_5027664AmericaFrontccc.jpg,Ultimate Race Pro,PC,Racing,Microprose,Kalisto Entertainment,,,,,,,1998-03-17,2023-06-05 +/games/boxart/5982840ccc.jpg,WipEout,PS,Racing,Psygnosis,Psygnosis,8,,,,,,1995-11-21, +/games/boxart/full_1893194AmericaFrontccc.jpg,Ridge Racer,PSP,Racing,Namco,Namco,8.8,,,,,,2005-03-22, +/games/boxart/full_rallisport-challenge_688AmericaFront.jpg,RalliSport Challenge,XB,Racing,Microsoft,Digital Illusions,,,,,,,2002-03-04, +/games/boxart/full_1996637AmericaFrontccc.jpg,Test Drive 4,All,Racing,Accolade,Pitbull Syndicate,,,,,,,1997-11-03,2021-03-19 +/games/boxart/full_4314817AmericaFrontccc.png,Assetto Corsa,PC,Racing,Kunos Simulazioni,Kunos Simulazioni,,,,,,,2014-12-19,2018-09-17 +/games/boxart/full_4586616AmericaFrontccc.jpg,NASCAR Racing 2,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1996-11-30, +/games/boxart/full_6913958AmericaFrontccc.jpg,Lamborghini,Series,Racing,Titus,Titus France SA,,,,,,,1994-01-01,2023-06-27 +/games/boxart/full_9762472AmericaFrontccc.png,Grand Prix 2,PC,Racing,Microprose,MicroProse,,,,,,,1996-08-30, +/games/boxart/full_5045080AmericaFrontccc.jpg,IHRA Drag Racing,All,Racing,Bethesda Softworks,Digital Dialect,,,,,,,2001-01-01,2022-04-07 +/games/boxart/full_8285672AmericaFrontccc.jpg,MotoGP 4 - Official Game of MotoGP,PS2,Racing,Namco,Namco,,,,,,,2006-06-20, +/games/boxart/full_9547820AmericaFrontccc.jpg,Rally Trophy,PC,Racing,JoWood Productions,Bugbear Entertainment,,,,,,,2001-11-20, +/games/boxart/9715543ccc.jpg,TOCA Championship Racing,PS,Racing,3DO,Codemasters,,,,,,,1998-08-29, +/games/boxart/full_8500300PALFrontccc.jpg,GRID: Autosport,PC,Racing,Codemasters,Codemasters,,,,,,,2014-06-24,2018-11-04 +/games/boxart/full_3629195AmericaFrontccc.jpg,IndyCar Racing,Series,Racing,Papyrus,Papyrus Design Group,,,,,,,1993-01-01,2021-04-10 +/games/boxart/7419911ccc.jpg,Midtown Madness 3,XB,Racing,Microsoft Game Studios,Digital Illusions,,,,,,,2003-06-17, +/games/boxart/full_5688722AmericaFrontccc.jpg,Automobili Lamborghini,N64,Racing,Titus,Titus Software,,,,,,,1997-11-30, +/games/boxart/full_4478259AmericaFrontccc.png,Blur,All,Racing,Activision,Bizarre Creations,,,,,,,2010-05-25,2022-04-25 +/games/boxart/full_2690641PALFrontccc.png,Colin McRae: DiRT,All,Racing,Codemasters,Codemasters,9.4,,,,,,2007-06-19,2021-01-26 +/games/boxart/551809ccc.jpg,Dragster,2600,Racing,Activision,Activision,,,,,,,1980-01-01, +/games/boxart/full_6572469AmericaFrontccc.jpg,Test Drive (1987),All,Racing,Accolade,Distinctive Software,,,,,,,1987-01-01,2022-04-23 +/games/boxart/full_3780591AmericaFrontccc.jpg,Test Drive: Off-Road,All,Racing,Accolade,Elite Systems Ltd.,,,,,,,1997-03-27,2021-03-19 +/games/boxart/full_4129444AmericaFrontccc.png,Ben 10: Galactic Racing,All,Racing,D3 Publisher,Monkey Bar Games,,,,,,,2011-10-18,2020-11-18 +/games/boxart/full_5015839AmericaFrontccc.jpg,RalliSport Challenge 2,XB,Racing,Microsoft Game Studios,Digital Illusions,,,,,,,2004-05-04, +/games/boxart/6766468ccc.jpg,The Dukes of Hazzard: Racing for Home,PS,Racing,SouthPeak Interactive,Sinister Games,,,,,,,1999-11-30, +/games/boxart/full_7495681AmericaFrontccc.jpg,F1 2012,PC,Racing,Codemasters,Codemasters Birmingham,8.8,,,,,,2012-09-18,2018-03-13 +/games/boxart/full_4065035AmericaFrontccc.jpg,MegaRace,All,Racing,Software Toolworks,Cryo Interactive,,,,,,,1993-01-01,2021-03-21 +/games/boxart/full_4533493PALFrontccc.jpg,F1 2016,PC,Racing,Codemasters,Codemasters,,,,,,,2017-01-01,2018-05-14 +/games/boxart/full_1204282AmericaFrontccc.jpg,MX vs. ATV Reflex,PC,Racing,Unknown,Double Helix Games,,,,,,,,2019-02-14 +/games/boxart/full_4268779AmericaFrontccc.png,Grand Prix 3,PC,Racing,Microprose,MicroProse,9.3,,,,,,2000-08-24, +/games/boxart/full_uniracers_7AmericaFront.jpg,Uniracers,SNES,Racing,Nintendo,DMA Design,,,,,,,1994-12-01, +/games/boxart/full_599235AmericaFrontccc.jpg,Lamborghini American Challenge,All,Racing,Titus,Titus France SA,,,,,,,1994-01-01,2023-06-27 +/games/boxart/full_7469883AmericaFrontccc.jpg,Project CARS 2,PC,Racing,Namco Bandai Games,Slightly Mad Studios,,,,,,,2017-09-22, +/games/boxart/full_2581786AmericaFrontccc.jpg,Grand Prix Simulator,All,Racing,Codemasters,Codemasters,,,,,,,1987-01-01,2021-07-18 +/games/boxart/full_3907002AmericaFrontccc.jpg,The Duel: Test Drive II,All,Racing,Accolade,Distinctive Software,,,,,,,1989-01-01,2022-04-23 +/games/boxart/full_7568870AmericaFrontccc.jpg,Jet Racing Extreme: The First Encounter,PC,Racing,Real Dynamics,Real Dynamics,,,,,,,2015-07-14,2019-02-03 +/games/boxart/full_3271120AmericaFrontccc.jpg,Mortifero Motus,PC,Racing,Unknown,Unknown,,,,,,,,2019-02-20 +/games/boxart/full_2088500AmericaFrontccc.jpg,Zombie Driver HD,PC,Racing,Unknown,EXOR Studios,,,,,,,,2019-02-20 +/games/boxart/full_grand-prix-legends_9AmericaFront.jpg,Grand Prix Legends,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1998-10-31, +/games/boxart/full_3266427AmericaFrontccc.jpg,Indianapolis 500: The Simulation,All,Racing,Electronic Arts,Papyrus Design Group,,,,,,,1989-01-01,2021-04-10 +/games/boxart/full_5250310AmericaFrontccc.jpg,BARRIER X,PC,Racing,Unknown,Noclip,,,,,,,,2019-02-28 +/games/boxart/full_6367793AmericaFrontccc.png,IndyCar Racing II,All,Racing,Papyrus,Papyrus Design Group,,,,,,,1995-01-01,2021-04-10 +/games/boxart/full_3183653AmericaFrontccc.jpg,Survivalist,PC,Racing,Unknown,Bob the Game Development Bot,,,,,,,,2019-03-09 +/games/boxart/full_5447959PALFrontccc.jpg,F1 2014,PC,Racing,Codemasters,Codemasters Birmingham,,,,,,,2014-10-21, +/games/boxart/full_4622224AmericaFrontccc.jpg,High On Racing,PC,Racing,Unknown,SilentFuture,,,,,,,,2019-03-16 +/games/boxart/full_1335852AmericaFrontccc.jpg,Organ Biker,PC,Racing,Unknown,Screeching Wizard,,,,,,,,2019-03-23 +/games/boxart/2655398ccc.jpg,Full Auto,X360,Racing,Sega,Pseudo Interactive,7,,,,,,2006-02-14, +/games/boxart/full_4562411AmericaFrontccc.jpg,Colin McRae Rally,PC,Racing,Codemasters,Codemasters,9,,,,,,2000-02-29, +/games/boxart/full_7212056AmericaFrontccc.jpg,Redout: Enhanced Edition,PC,Racing,Unknown,34BigThings srl,,,,,,,,2019-03-29 +/games/boxart/full_6258702AmericaFrontccc.jpg,Joe Danger 2: The Movie,PC,Racing,Hello Games,Hello Games,,,,,,,2013-06-24,2019-04-22 +/games/boxart/full_4958785AmericaFrontccc.jpg,Absolute Drift,PC,Racing,Funselektor Labs Inc.,Funselektor Labs Inc.,,,,,,,2015-07-29,2019-04-22 +/games/boxart/full_ridge-racer-unbounded_65PALFront.jpg,Ridge Racer Unbounded,PC,Racing,Namco Bandai Games,Bugbear Entertainment,,,,,,,2012-03-27, +/games/boxart/full_2799894PALFrontccc.jpg,Lotus Challenge,PS2,Racing,Virgin Interactive,Kuju Entertainment,,,,,,,2001-11-02, +/games/boxart/full_9440486AmericaFrontccc.jpg,FlatOut 3: Chaos & Destruction,PC,Racing,Strategy First,Team 6 Games Studio,,,,,,,2011-12-13, +/games/boxart/full_skydrift_720AmericaFront.jpg,SkyDrift,PC,Racing,HandyGames,Digital Reality,,,,,,,2011-11-21,2019-04-17 +/games/boxart/2366709ccc.jpg,MSR: Metropolis Street Racer,DC,Racing,Sega,Bizarre Creations,8.6,,,,,,2001-01-15, +/games/boxart/full_9919863AmericaFrontccc.jpg,Little Racers STREET,PC,Racing,Milkstone Studios,Milkstone Studios S.L.,,,,,,,2014-02-06,2019-03-27 +/games/boxart/full_7209105AmericaFrontccc.jpg,BallisticNG,PC,Racing,Neognosis,Neognosis,,,,,,,2018-12-14,2019-03-26 +/games/boxart/full_2530272AmericaFrontccc.jpg,Grand Prix Circuit,All,Racing,Accolade,Distinctive Software,,,,,,,1988-01-01,2022-04-23 +/games/boxart/full_2261636AmericaFrontccc.jpg,N2O: Nitrous Oxide,PS,Racing,Fox Interactive,Gremlin Interactive,,,,,,,1998-06-30, +/games/boxart/full_ridge-racer-3d_482AmericaFront.jpg,Ridge Racer 3D,3DS,Racing,Namco Bandai,Namco Bandai Games,7.4,,,,,,2011-03-22, +/games/boxart/full_4811246AmericaFrontccc.jpg,OutRun 2006: Coast 2 Coast,XB,Racing,Sega,Sumo Digital,,,,,,,2006-04-25, +/games/boxart/full_5824771AmericaFrontccc.jpg,International Gran Prix,OSX,Racing,Unknown,"Riverbank Software, Inc.",,,,,,,,2021-04-06 +/games/boxart/full_1194943AmericaFrontccc.jpg,18 Wheeler: American Pro Trucker,DC,Racing,Sega,Sega-AM2,7.4,,,,,,2001-05-22, +/games/boxart/full_18-wheels-of-steel-across-america_338AmericaFront.jpg,18 Wheels of Steel: Across America,PC,Racing,ValuSoft,Sunstorm Interactive,,,,,,,2003-01-01, +/games/boxart/full_18-wheels-of-steel-big-city-rigs_792AmericaFront.jpg,18 Wheels of Steel: Big City Rigs,PC,Racing,ValuSoft,ValuSoft,,,,,,,2009-04-01, +/games/boxart/full_18-wheels-of-steel-gold-edition_702PALFront.jpg,18 Wheels of Steel: Gold Edition,PC,Racing,Rondomedia,Various,,,,,,,2009-01-26, +/games/boxart/full_18-wheels-of-steel-pedal-to-the-metal_603AmericaFront.jpg,18 Wheels of Steel: Pedal to the Metal,PC,Racing,ValuSoft,SCS Software,,,,,,,2004-08-30, +/games/boxart/366014ccc.jpg,1nsane,PC,Racing,Codemasters,Codemasters,,,,,,,2001-02-05, +/games/boxart/full_2929583AmericaFrontccc.jpg,2060 Cyber Racer,XBL,Racing,Microsoft,R3dDr4g0n,,,,,,,2009-06-03, +/games/boxart/full_2xl-mx-offroad_288AmericaFront.jpg,2XL MX Offroad,iOS,Racing,Unknown,"2XL Games, Inc.",,,,,,,, +/games/boxart/full_2713557AmericaFrontccc.jpg,2XL Supercross,PC,Racing,2XL Games,2XL Games,,,,,,,2010-04-06, +/games/boxart/full_321-supercrash_669PALFront.png,"3,2,1... SuperCrash!",PSN,Racing,StormBASIC,StormBasic Games,,,,,,,2010-11-09, +/games/boxart/full_3164591PALFrontccc.jpg,360: Three Sixty,PS,Racing,Cryo Interactive,Smart Dog,,,,,,,1999-07-18, +/games/boxart/full_3d-classics-excite-bike_755AmericaFront.jpg,3D Classics: Excite Bike,3DS,Racing,Unknown,Arika,,,,,,,, +/games/boxart/full_3d-classics-excitebike_387AmericaFront.png,3D Classics: Excitebike,3DS,Racing,Nintendo,Nintendo,,,,,,,2011-06-06, +/games/boxart/1623679ccc.jpg,4 Wheel Thunder,DC,Racing,Midway Games,Kalisto,8.1,,,,,,2000-05-04, +/games/boxart/full_8930986PALFrontccc.jpg,4x4 EVO 2,PS2,Racing,BAM! Entertainment,Terminal Reality,,,,,,,2003-11-04, +/games/boxart/full_392772AmericaFrontccc.jpg,4x4 EVO 2,PC,Racing,Gathering of Developers,Terminal Reality,,,,,,,2001-10-30, +/games/boxart/full_3002270AmericaFrontccc.jpg,4x4 Evolution,PC,Racing,Gathering of Developers,Terminal Reality,,,,,,,2000-10-29, +/games/boxart/4031593ccc.jpg,4x4 Evolution,DC,Racing,Gathering of Developers,Terminal Reality,7.9,,,,,,2000-10-30, +/games/boxart/full_4x4-jam_5PALFront.jpg,4x4 Jam,PSN,Racing,Unknown,Invictus Games,,,,,,,2010-06-23, +/games/boxart/full_4826853PALFrontccc.jpg,4X4 World Trophy,PS,Racing,Infogrames,Infogrames,,,,,,,2000-04-19, +/games/boxart/full_8251536PALFrontccc.jpg,5 Star Racing,PS,Racing,Phoenix Games,Kung Fu,,,,,,,2003-11-15, +/games/boxart/1453530ccc.jpg,A.I.M. Racing,PC,Racing,1C Company,SkyRiver Studios,,,,,,,2007-02-09, +/games/boxart/7123457ccc.jpg,A2 racer,PC,Racing,Davilex,Davilex,,,,,,,1996-01-01, +/games/boxart/7790091ccc.jpg,A2 Racer 2,PC,Racing,Davilex,Davilex,,,,,,,1998-01-01, +/games/boxart/default.jpg,A2 Racer 3,PC,Racing,Davilex,Davilex,,,,,,,2000-01-01, +/games/boxart/full_4859733PALFrontccc.jpg,A2 Racer II,PS,Racing,Davilex,Davilex,,,,,,,1998-01-01, +/games/boxart/full_4233380PALFrontccc.jpg,A2 Racer III: Europa Tour,PS,Racing,Davilex,Davilex,,,,,,,2002-01-01, +/games/boxart/8998670ccc.gif,ABC Sports Indy Racing,PC,Racing,Unknown,Shot Sports Software,,,,,,,1997-01-01, +/games/boxart/full_2368826PALFrontccc.jpg,Action Girlz Racing,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-07-23, +/games/boxart/full_753271PALFrontccc.jpg,Action Girlz Racing,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-09-15, +/games/boxart/full_7263792JapanFrontccc.jpg,Advan Racing,PS,Racing,Atlus,Atlus Co.,,,,,,,1998-11-19, +/games/boxart/full_aero-racer_7PALFront.jpg,Aero Racer,PSN,Racing,Halfbrick Studios,Halfbrick Studios,,,,,,,2010-03-11, +/games/boxart/default.jpg,Aero-Cross,PSN,Racing,Unknown,Namco Bandai Games,,,,,,,, +/games/boxart/default.jpg,Aero-Cross,XBL,Racing,Unknown,Namco Bandai Games,,,,,,,, +/games/boxart/full_air-combat-desert-aces_482AmericaFront.jpg,Air Combat: Desert Aces,XBL,Racing,Microsoft,Strange Games,,,,,,,2011-09-01, +/games/boxart/full_9108254AmericaFrontccc.jpg,AiRace,DSiW,Racing,Qubic Games,No Way Studios,,,,,,,2010-04-12, +/games/boxart/full_9477974AmericaFrontccc.jpg,AiRace: Tunnel,DSiW,Racing,Qubic Games,No Way Studio,,,,,,,2010-01-25, +/games/boxart/full_8231437PALFrontccc.jpg,AirBoarder 64,N64,Racing,GMI,Human Entertainment,,,,,,,1998-11-01, +/games/boxart/full_8968813AmericaFrontccc.jpg,Aircars,AJ,Racing,ICD,"Midnite Entertainment Group, Inc.",,,,,,,1997-01-01, +/games/boxart/full_1752958JapanFrontccc.jpg,AirRace Championship,PS,Racing,Xing Entertainment,Xing Entertainment,,,,,,,1999-03-04, +/games/boxart/4490034ccc.jpg,Al Unser Jr. Turbo Racing,NES,Racing,Data East,Data East,,,,,,,1990-03-01, +/games/boxart/full_al-unser-jrs-road-to-the-top_897AmericaFront.jpg,Al Unser Jr.'s Road to the Top,SNES,Racing,Mindscape,Radical Entertainment,,,,,,,1994-11-01, +/games/boxart/full_al-unser-jr-arcade-racing_251AmericaFront.jpg,"Al Unser, Jr. Arcade Racing",PC,Racing,Mindscape,Mindscape Inc.,,,,,,,1995-01-01, +/games/boxart/full_6080360PALFrontccc.jpg,Alarm For Cobra 11 Vol.2: Hot Pursuit,PS2,Racing,RTL,Davilex,,,,,,,2005-06-10, +/games/boxart/full_7389667JapanFrontccc.jpg,All Japan Grand Touring Car Championship,PS,Racing,Kaneko Co. Ltd,Kaneko,,,,,,,1996-02-23, +/games/boxart/7189975ccc.jpg,All-Star Racing,PS,Racing,Mud Duck Productions,Unknown,,,,,,,2002-10-06, +/games/boxart/9926505ccc.jpg,All-Star Racing 2,PS,Racing,Mud Duck Productions,Mud Duck,,,,,,,2003-04-24, +/games/boxart/full_3986501AmericaFrontccc.jpg,AMA Superbike,PC,Racing,Unknown,Motorsims,,,,,,,, +/games/boxart/7174195ccc.jpg,American Chopper,PC,Racing,Activision,Creat Studio,,,,,,,2004-12-22, +/games/boxart/full_anarchy-rush-hour_9AmericaFront.jpg,Anarchy: Rush Hour,PSN,Racing,Gaijin Entertainment,Gaijin Entertainment,,,,,,,2010-03-25, +/games/boxart/full_andretti-racing_5AmericaFront.jpg,Andretti Racing,PC,Racing,EA Sports,Stormfront Studios,,,,,,,1997-11-30, +/games/boxart/3270756ccc.jpg,Andretti Racing,SAT,Racing,EA Sports,Press Start Inc./ High Score Productions,9,,,,,,1997-11-17, +/games/boxart/full_8391022AmericaFrontccc.jpg,Antigrav Racing Championship,XBL,Racing,Microsoft,R3dDr4g0n,,,,,,,2009-11-04, +/games/boxart/full_3728691AmericaFrontccc.jpg,Antz Extreme Racing,PC,Racing,Empire Interactive,Supersonic Software,,,,,,,2002-08-28, +/games/boxart/full_antz-racing_843AmericaFront.jpg,Antz Racing,GB,Racing,Electronic Arts,RFX Interactive,,,,,,,2001-06-01, +/games/boxart/full_4424609PALFrontccc.jpg,Aqua GT,DC,Racing,Take-Two Interactive,East Point Software LTD,,,,,,,2000-12-22, +/games/boxart/9031920ccc.jpg,Aqua GT,PS,Racing,Take-Two Interactive,Take-Two Interactive,,,,,,,2001-01-26, +/games/boxart/full_3672917AmericaFrontccc.png,Aqua Moto Racing Utopia,WiiU,Racing,Zordix AB,Zordix AB,,,,,,,2018-04-19,2020-10-05 +/games/boxart/full_7764147AmericaFrontccc.jpg,ARC Ninja Edition,XBL,Racing,Microsoft,R3dDr4g0n,,,,,,,2009-11-28, +/games/boxart/723235ccc.jpg,Armada F/X Racers,GB,Racing,Metro 3D,Metro3D,,,,,,,2000-08-25, +/games/boxart/full_armageddon-riders_994AmericaFront.jpg,Armageddon Riders,PSN,Racing,Unknown,Targem Games,,,,,,,2011-06-07, +/games/boxart/full_8346501PALFrontccc.jpg,Army Racer,PC,Racing,Techland,Comgame 576 Ltd.,,,,,,,2005-10-15, +/games/boxart/full_5865512JapanFrontccc.jpg,Art Camion Geijutsuden,PS,Racing,TYO,TYO,,,,,,,1999-12-16, +/games/boxart/full_8464994AmericaFrontccc.jpg,Art Style: light trax,WW,Racing,Nintendo,skip Ltd.,7.4,,,,,,2010-05-24, +/games/boxart/full_3117448AmericaFrontccc.jpg,Asphalt 4: Elite Racing,DSiW,Racing,Gameloft,Gameloft,,,,,,,2009-07-06, +/games/boxart/full_asphalt-urban-gt_236AmericaFront.jpg,Asphalt: Urban GT,NGage,Racing,Nokia,Gameloft,7.5,,,,,,2004-11-15, +/games/boxart/full_4861194PALFrontccc.png,Asphalt: Urban GT 2,PSN,Racing,Ubisoft,Virtuos,,,,,,,2010-01-07, +/games/boxart/full_9634773PALFrontccc.jpg,Asphalt: Urban GT 2,NGage,Racing,Nokia,Gameloft,,,,,,,2005-12-06, +/games/boxart/full_astro-fang-super-machine_817JapanFront.jpg,Astro Fang: Super Machine,NES,Racing,Unknown,A-Wave,,,,,,,1990-10-26, +/games/boxart/full_9607832AmericaFrontccc.jpg,Astro Taxi,XBL,Racing,Microsoft,FifaKane,,,,,,,2009-09-24, +/games/boxart/2800870ccc.jpg,Atari Karts,AJ,Racing,Atari,Miracle Designs,,,,,,,1995-01-01, +/games/boxart/1841884ccc.jpg,ATV Mania,PS,Racing,Gotham Games,Gotham Games,,,,,,,2003-07-23, +/games/boxart/9726740ccc.jpg,ATV Offroad Fury 4,PS2,Racing,Sony Computer Entertainment,Climax Group,,,,,,,2006-10-31, +/games/boxart/default.jpg,ATV Quad Kings,PS2,Racing,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/default.jpg,ATV Quad Kings,PC,Racing,Unknown,Enjoy Gaming ltd.,,,,,,,, +/games/boxart/full_atv-racers_531AmericaFront.jpg,ATV Racers,PS,Racing,Mud Duck Productions,Miracle Designs,,,,,,,2003-12-03, +/games/boxart/full_atv-racers_137PALFront.png,ATV Racers,PSN,Racing,Midas Interactive Entertainment,Miracle Designs,,,,,,,2010-11-24, +/games/boxart/default.jpg,ATV Racing,GB,Racing,Datel,Datel,,,,,,,2001-02-23, +/games/boxart/full_atv-wild-ride_131AmericaFront.jpg,ATV Wild Ride,DS,Racing,Unknown,Renegade Kid,,,,,,,2020-12-31, +/games/boxart/default.jpg,ATV X-Treme: World Challenge,DS,Racing,Unknown,Maximum Family Games,,,,,,,2011-09-27, +/games/boxart/5580786ccc.jpg,ATV: Thunder Ridge Riders,GBA,Racing,"Destination Software, Inc",DSI Games,,,,,,,2006-09-05, +/games/boxart/4896480ccc.jpg,Autobahn Raser,PC,Racing,Koch Media,Davilex,,,,,,,1998-01-01, +/games/boxart/full_autobahn-tokio_3JapanFront.jpg,AutoBahn Tokio,3DO,Racing,Sanyei Shobou,Sanyei Shobou,,,,,,,1995-12-22, +/games/boxart/full_avaglide_0AmericaFront.jpg,AvaGlide,XBL,Racing,Microsoft,HaikuInteractive,,,,,,,2010-07-19, +/games/boxart/full_avatar-karting_500AmericaFront.jpg,Avatar Karting,XBL,Racing,Microsoft,Jujubee S.A.,,,,,,,2011-01-02, +/games/boxart/full_avatar-racedrome_5AmericaFront.jpg,Avatar Racedrome,XBL,Racing,Microsoft,Jujubee S.A.,,,,,,,2010-05-14, +/games/boxart/full_1678337AmericaFrontccc.jpg,Avatar Rockets,XBL,Racing,Microsoft,SniperED007,,,,,,,2009-11-08, +/games/boxart/full_avatar-without-a-chute_597AmericaFront.jpg,Avatar Without a Chute,XBL,Racing,Microsoft,Stegersaurus Games 2,,,,,,,2011-06-29, +/games/boxart/3020904ccc.jpg,Axelerator,PC,Racing,Magic Bytes,Synetic,,,,,,,1997-12-31, +/games/boxart/full_5335595PALFrontccc.jpg,Ayrton Senna Kart Duel,PS,Racing,Sunsoft,GAPS Inc.,,,,,,,1996-12-01, +/games/boxart/full_2895492PALFrontccc.jpg,Ayrton Senna Kart Duel 2,PS,Racing,Sunsoft,GAPS Inc.,,,,,,,1998-01-01, +/games/boxart/full_8825240JapanFrontccc.jpg,Ayrton Senna Kart Duel Special,PS,Racing,Gaps,GAPS Inc.,,,,,,,1999-04-28, +/games/boxart/3271258ccc.jpg,Ayrton Senna's Super Monaco GP II,GEN,Racing,Sega,Sega,,,,,,,1992-07-16, +/games/boxart/full_8246581PALFrontccc.jpg,Ayrton Senna's Super Monaco GP II,MS,Racing,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_4791190AmericaFrontccc.jpg,Ayrton Senna's Super Monaco GP II,GG,Racing,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_7006674AmericaFrontccc.jpg,Baja: Edge of Control,XBL,Racing,THQ,2XL Games,6.6,,,,,,2010-03-16, +/games/boxart/full_4475606JapanFrontccc.jpg,Bakusou Dekotora Densetsu 2,PS,Racing,Spike,Spike,,,,,,,1999-12-16, +/games/boxart/full_896029JapanFrontccc.jpg,Bakusou Dekotora Densetsu Black,DS,Racing,Spike,Spike,,,,,,,2008-03-20, +/games/boxart/full_6428617JapanFrontccc.jpg,Bakusou Dekotora Densetsu for WonderSwan,WS,Racing,Naxat Soft,Human Club,,,,,,,1999-12-29, +/games/boxart/full_2424151JapanFrontccc.jpg,Bakusou Dekotora Densetsu GB Special: Otoko Dokyou no Tenka Touitsu,GB,Racing,KID,KID Corporation,,,,,,,2000-07-21, +/games/boxart/full_906092JapanFrontccc.jpg,Bakusou Dekotora Densetsu: Otoko Hanamichi Yume Roman,PS2,Racing,Spike,Spike,,,,,,,2003-01-23, +/games/boxart/full_3209573AmericaFrontccc.jpg,Ballistics,PC,Racing,Xicat Interactive,GRIN,,,,,,,2001-10-22, +/games/boxart/full_1008210AmericaFrontccc.jpg,Bandits: Phoenix Rising,PC,Racing,Tri Synergy,GRIN,,,,,,,2003-03-28, +/games/boxart/full_banishing-racer_828JapanFront.jpg,Banishing Racer,GB,Racing,Jaleco,Jaleco Entertainment,,,,,,,1991-07-26, +/games/boxart/full_bari-bari-densetsu_10JapanFront.jpg,Bari Bari Densetsu,PCE,Racing,Taito,Taito Corporation,,,,,,,1989-11-30, +/games/boxart/full_battle-cross_638JapanFront.jpg,Battle Cross,SNES,Racing,Imagineer,Imagineer,,,,,,,1994-12-09, +/games/boxart/5083732ccc.jpg,Battle Grand Prix,SNES,Racing,Naxat Soft,Hudson Soft,,,,,,,1992-03-27, +/games/boxart/full_551379PALFrontccc.jpg,Battle OutRun,MS,Racing,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_bc-racers_9PALFront.jpg,BC Racers,PC,Racing,Unknown,Core Design Ltd.,,,,,,,1996-01-01, +/games/boxart/6966426ccc.jpg,BC Racers,3DO,Racing,LG,Core Design Ltd.,,,,,,,1995-01-01, +/games/boxart/9422809ccc.jpg,BC Racers,SCD,Racing,Time Warner Interactive,Core Design Ltd.,,,,,,,1994-12-01, +/games/boxart/full_5529356AmericaFrontccc.jpg,Beach Buggy Racing,And,Racing,Vector Unit,Vector Unit,,,,,,,2014-10-01, +/games/boxart/full_7965492AmericaFrontccc.jpg,Beam Breakers,PC,Racing,JoWood Productions,Similis,,,,,,,2002-10-21, +/games/boxart/5629345ccc.jpg,Beamrider,5200,Racing,Activision,Cheshire Engineering,,,,,,,1983-06-01, +/games/boxart/full_9673845AmericaFrontccc.jpg,Beetle Adventure Racing!,VC,Racing,Unknown,"Paradigm Entertainment, Electronic Arts",,,,,,,, +/games/boxart/3434977ccc.jpg,Big Bumpin',XB,Racing,King Games,Blitz Games,6.3,,,,,,2006-11-19, +/games/boxart/full_2353550AmericaFrontccc.jpg,Big Mutha Truckers,DS,Racing,DSI Games,Raylight Studios,,,,,,,2005-10-19, +/games/boxart/4821190ccc.jpg,Big Mutha Truckers,PC,Racing,THQ,Eutechnyx,,,,,,,2003-06-27, +/games/boxart/5237450ccc.jpg,Big Mutha Truckers 2,PC,Racing,THQ,Eutechnyx,,,,,,,2005-08-26, +/games/boxart/full_6729954AmericaFrontccc.jpg,Big Red Racing,PC,Racing,Eidos Interactive,Big Red Software,,,,,,,1996-02-29, +/games/boxart/full_big-rigs-over-the-road-racing_115AmericaFront.jpg,Big Rigs: Over the Road Racing,PC,Racing,GameMill,Stellar Stone,,,,,,,2003-11-20, +/games/boxart/full_1259762AmericaFrontccc.jpg,Bigfoot,NES,Racing,Acclaim Entertainment,Beam Software,,,,,,,1990-07-01, +/games/boxart/default.jpg,Bigfoot: Collision Course,PS2,Racing,Unknown,Destination Software,,,,,,,, +/games/boxart/full_8122144AmericaFrontccc.jpg,Biker Mice From Mars,SNES,Racing,Konami,Konami,,,,,,,1994-12-01, +/games/boxart/full_4553091AmericaFrontccc.jpg,Bill Elliott's NASCAR Challenge,NES,Racing,Konami,"Distinctive Software,Inc.",,,,,,,1991-01-01, +/games/boxart/7503915ccc.jpg,Bill Elliott's NASCAR Fast Tracks,GB,Racing,Konami,"Distinctive Software, Inc.",,,,,,,1991-01-01, +/games/boxart/full_5651652AmericaFrontccc.jpg,bleem! Gran Turismo 2,DC,Racing,bleem!,bleem!,,,,,,,2001-01-01, +/games/boxart/full_1952852AmericaFrontccc.jpg,BluePrint Racer 4D,XBL,Racing,Microsoft,ECHS BACHS,,,,,,,2009-04-21, +/games/boxart/full_1696979JapanFrontccc.jpg,BMX Trial: Alex Kidd,MS,Racing,Sega,Sega,,,,,,,1987-11-15, +/games/boxart/default.jpg,Bokan Go Go Go,PS,Racing,Banpresto,Banpresto,,,,,,,2001-02-22, +/games/boxart/full_bomberman-fantasy-race_3AmericaFront.jpg,Bomberman Fantasy Race,PSN,Racing,Sony Computer Entertainment,Graphic Research,,,,,,,2010-05-18, +/games/boxart/full_8375012PALFrontccc.jpg,Bomberman Kart,PS2,Racing,Hudson Soft,Racjin Co.,,,,,,,2003-10-17, +/games/boxart/full_1487579JapanFrontccc.jpg,Bomberman Kart DX,PS2,Racing,Hudson Soft,Racjin Co.,,,,,,,2004-04-15, +/games/boxart/full_boss-rally_622AmericaFront.jpg,Boss Rally,PC,Racing,SouthPeak Interactive,Boss Game Studios,,,,,,,1999-04-30, +/games/boxart/full_4747590JapanFrontccc.jpg,Bouken Yuuki PlaStar World: Plaston GP,GBA,Racing,Takara,Takara,,,,,,,2003-04-24, +/games/boxart/default.jpg,BPM Racing,WW,Racing,Unknown,Yuke’s,,,,,,,, +/games/boxart/full_6322658JapanFrontccc.jpg,Buckle Up!,PS,Racing,Shangri-La,Unknown,,,,,,,1998-01-29, +/games/boxart/full_6955144AmericaFrontccc.jpg,Buggy,PC,Racing,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-01-01, +/games/boxart/full_8893618PALFrontccc.jpg,Buggy,PS,Racing,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-07-01, +/games/boxart/full_buggy-run_1PALFront.jpg,Buggy Run,MS,Racing,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_bug-riders_107PALFront.png,Bugriders: The Race of Kings,PSN,Racing,Atari,n-Space,,,,,,,2011-02-09, +/games/boxart/default.jpg,Build 'n Race,PC,Racing,Zoo Games,Icon Games,,,,,,,2009-07-21, +/games/boxart/5766875ccc.jpg,Bump 'n' Jump,NES,Racing,Victory Lap Games,Data East,,,,,,,1988-12-01, +/games/boxart/default.jpg,Burn Out,PS,Racing,Success,Success,,,,,,,2000-08-24, +/games/boxart/default.jpg,Burnin' Rubber,PSN,Racing,Unknown,"G1M2, LLC",,,,,,,2010-06-22, +/games/boxart/full_2197798AmericaFrontccc.jpg,Burnout 3: Takedown,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2008-01-14, +/games/boxart/full_5074803AmericaFrontccc.jpg,Burnout Anthology,PS2,Racing,Electronic Arts,Criterion Studios,,,,,,,2008-11-19, +/games/boxart/full_burnout-crash_546AmericaFront.jpg,Burnout Crash!,XBL,Racing,Electronic Arts,Criterion Games,6.8,,,,,,2011-09-21, +/games/boxart/full_burnout-crash_394AmericaFront.jpg,Burnout Crash!,PSN,Racing,Electronic Arts,Criterion Games,7,,,,,,2011-09-20, +/games/boxart/272133ccc.gif,Burnout Dominator,PS2,Racing,Electronic Arts,Criterion Games,7.8,,,,,,2007-03-06, +/games/boxart/full_3485226AmericaFrontccc.png,Burnout Dominator,PSN,Racing,Electronic Arts,Criterion Games,7.8,,,,,,2009-09-30, +/games/boxart/full_882714AmericaFrontccc.png,Burnout Legends,PSN,Racing,Electronic Arts,Criterion Games,8.4,,,,,,2009-09-30, +/games/boxart/full_932763AmericaFrontccc.jpg,Burnout Paradise,XBL,Racing,Electronic Arts,Criterion Games,9,,,,,,2009-08-11, +/games/boxart/full_8729834AmericaFrontccc.jpg,Burnout Paradise,PSN,Racing,Electronic Arts,Criterion,9,,,,,,2008-09-25, +/games/boxart/full_burnout-paradise-big-surf-island_996AmericaFront.jpg,Burnout Paradise: Big Surf Island,XBL,Racing,Electronic Arts,Criterion Games,8,,,,,,2009-06-11, +/games/boxart/full_burnout-paradise-big-surf-island_651AmericaFront.jpg,Burnout Paradise: Big Surf Island,PSN,Racing,Electronic Arts,Criterion Games,8,,,,,,2009-06-11, +/games/boxart/full_burnout-paradise-cops-ampamp-robbers_444AmericaFront.jpg,Burnout Paradise: Cops & Robbers,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2009-04-30, +/games/boxart/full_burnout-paradise-cops-ampamp-robbers_617AmericaFront.jpg,Burnout Paradise: Cops & Robbers,PSN,Racing,Unknown,Criterion Games,,,,,,,2009-04-30, +/games/boxart/full_burnout-paradise-party-pack_548AmericaFront.jpg,Burnout Paradise: Party Pack,PSN,Racing,Electronic Arts,Criterion Games,,,,,,,2009-02-05, +/games/boxart/full_burnout-paradise-party-pack_830AmericaFront.jpg,Burnout Paradise: Party Pack,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2009-02-05, +/games/boxart/full_7427910AmericaFrontccc.jpg,Burnout Revenge,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2009-08-25, +/games/boxart/full_4214686PALFrontccc.jpg,Butt-Ugly Martians: Zoom or Doom!,GC,Racing,Unknown,Runecraft,,,,,,,, +/games/boxart/full_7322905PALFrontccc.jpg,Buzz! Junior: Ace Racers,PS2,Racing,Sony Computer Entertainment,Cohort Studios,,,,,,,2008-02-24, +/games/boxart/full_7550922JapanFrontccc.jpg,C1-Circuit,PS,Racing,Invex,Invex,,,,,,,1996-10-04, +/games/boxart/full_1989700PALFrontccc.jpg,C3 Racing: Car Constructors Championship,PS,Racing,Infogrames,Eutechnyx,,,,,,,1998-01-01, +/games/boxart/default.jpg,Calvin Tucker's Farm Animal Racing,Wii,Racing,Unknown,Team6 Game Studios,,,,,,,, +/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animal Racing Tournament,DS,Racing,Unknown,Team6 Game Studios,,,,,,,, +/games/boxart/full_5292976PALFrontccc.jpg,Captain Scarlet,PS2,Racing,Blast! Entertainment Ltd,Brain in a Jar,,,,,,,2006-12-05, +/games/boxart/9739512ccc.jpg,Car & Driver,PC,Racing,Electronic Arts,Looking Glass Studios,,,,,,,1992-01-01, +/games/boxart/8329892ccc.jpg,Car and Driver Presents: Grand Tour Racing '98,PS,Racing,Activision,Eutechnyx,7,,,,,,1997-09-30, +/games/boxart/full_car-racing-challenge_353PALFront.jpg,Car Racing Challenge,PS2,Racing,505 Games,Tamsoft,,,,,,,2006-02-01, +/games/boxart/full_carmageddon_159AmericaFront.jpg,Carmageddon,GB,Racing,Titus,Aqua Pacific,,,,,,,2000-04-01, +/games/boxart/full_2940466PALFrontccc.jpg,Carmageddon,PS,Racing,Virgin Interactive,Aqua Pacific,,,,,,,1999-10-08, +/games/boxart/274823ccc.jpg,Carmageddon,PC,Racing,Interplay,SCi,,,,,,,1997-06-30, +/games/boxart/8790297ccc.jpg,Carmageddon 2: Carpocalypse Now,PC,Racing,Interplay,Stainless Games,,,,,,,1998-12-01, +/games/boxart/1874095ccc.png,Carmageddon Max Pack,PC,Racing,SCi,Stainless Games,,,,,,,1997-01-01, +/games/boxart/7628464ccc.jpg,Carmageddon Splat Pack,PC,Racing,SCi,Stainless Games,,,,,,,1997-01-01, +/games/boxart/2687477ccc.jpg,Carmageddon TDR 2000,PC,Racing,Xicat Interactive,SCi Entertainment Group,,,,,,,2000-12-02, +/games/boxart/full_8085793PALFrontccc.jpg,Carrera Power Slide,GBA,Racing,Unknown,Tiertex Design Studios,,,,,,,2003-01-01, +/games/boxart/full_8576838AmericaFrontccc.jpg,Cars,PC,Racing,THQ,Beenox,,,,,,,2006-06-06, +/games/boxart/5199306ccc.jpg,Cars: Mater-National Championship,GBA,Racing,THQ,Rainbow Studios,,,,,,,2007-11-12, +/games/boxart/full_3880996PALFrontccc.jpg,Cars: Mater-National Championship,PC,Racing,THQ,Rainbow Studios,,,,,,,2007-10-29, +/games/boxart/9515754ccc.jpg,Cars: Radiator Springs Adventure,PC,Racing,THQ,Beenox,,,,,,,2006-06-06, +/games/boxart/full_1570726AmericaFrontccc.jpg,CART Flag To Flag,DC,Racing,Sega,Zoom Inc.,6.3,,,,,,1999-09-08, +/games/boxart/full_4662197AmericaFrontccc.jpg,CART Precision Racing,PC,Racing,Unknown,Terminal Reality,,,,,,,, +/games/boxart/7649813ccc.jpg,Cartoon Network Speedway,GBA,Racing,Majesco,DC Studios,3,,,,,,2003-11-09, +/games/boxart/full_castrol-honda-superbike-2000_79AmericaFront.jpg,Castrol Honda Superbike 2000,PC,Racing,Midas Interactive Entertainment,Eidos Interactive,,,,,,,2000-01-01, +/games/boxart/full_castrol-honda-superbike-world-champions_191AmericaFront.jpg,Castrol Honda Superbike World Champions,PC,Racing,Unknown,Interactive Entertainment,,,,,,,1998-01-01, +/games/boxart/full_2086828PALFrontccc.jpg,Cel Damage Overdrive,PS2,Racing,Electronic Arts,Pseudo Interactive,5.3,,,,,,2002-12-12, +/games/boxart/4915124ccc.jpg,Championship Motocross 2001 Featuring Ricky Carmichael,GB,Racing,THQ,Tiertex Design Studios,,,,,,,2000-10-01, +/games/boxart/9844929ccc.jpg,Championship Motocross 2002 Featuring Ricky Carmichael,GBA,Racing,THQ,Tiertex Design Studios,,,,,,,2001-09-29, +/games/boxart/6204296ccc.jpg,Championship Pro-Am,GEN,Racing,Tradewest,Rare Ltd.,,,,,,,1992-01-01, +/games/boxart/full_2752607AmericaFrontccc.jpg,Championship Rally,Lynx,Racing,Songbird Productions,Songbird Productions,,,,,,,2000-01-01, +/games/boxart/3767572ccc.jpg,Championship Sprint,PSN,Racing,Sony Online Entertainment,Atari,,,,,,,2007-05-30, +/games/boxart/full_2460207JapanFrontccc.jpg,Charinko Hero,GC,Racing,Banpresto,Banpresto,,,,,,,2003-07-17, +/games/boxart/full_4760684AmericaFrontccc.jpg,Charlie Cat's Hot Air Balloon,XBL,Racing,Microsoft,Cute Cat Games,,,,,,,2009-09-14, +/games/boxart/full_chase-hq_10AmericaFront.jpg,Chase H.Q.,VC,Racing,Taito,Taito Corporation,,,,,,,2008-07-28, +/games/boxart/full_8776131AmericaFrontccc.jpg,Chase H.Q.,GG,Racing,Taito,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/5318514ccc.jpg,Chase H.Q.,GB,Racing,Taito,Bits Corporation Limited,,,,,,,1990-12-01, +/games/boxart/full_2613376PALFrontccc.jpg,Chase H.Q.,MS,Racing,Sega,Taito Corporation,,,,,,,1990-01-01, +/games/boxart/full_6848217AmericaFrontccc.jpg,Chase H.Q.,PCE,Racing,Taito,Taito Corporation,,,,,,,1992-01-01, +/games/boxart/full_chase-hq-ii_3AmericaFront.jpg,Chase H.Q. II,GEN,Racing,Taito,Taito Corporation,,,,,,,1992-10-22, +/games/boxart/full_1069157JapanFrontccc.jpg,Chase H.Q. Special: Police S.C.I.,SAT,Racing,Taito,Taito Corporation,,,,,,,1996-08-09, +/games/boxart/full_chase-hq-secret-police_5AmericaFront.jpg,Chase H.Q.: Secret Police,GB,Racing,Metro 3D,Taito Corporation,,,,,,,2000-05-30, +/games/boxart/3172825ccc.jpg,Checkered Flag,Lynx,Racing,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/1054403ccc.jpg,Checkered Flag,AJ,Racing,Atari,Rebellion Developments,,,,,,,1994-01-01, +/games/boxart/full_6609137AmericaFrontccc.jpg,Chicane,GIZ,Racing,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_chiki-chiki-machine-mou-race_9JapanFront.jpg,Chiki Chiki Machine Mou Race,GB,Racing,Atlus,Atlus Co.,,,,,,,1992-03-27, +/games/boxart/full_chocobo-racing_0JapanFront.jpg,Chocobo Racing,PSN,Racing,Square,SquareSoft,,,,,,,2009-02-10, +/games/boxart/full_7000835JapanFrontccc.jpg,Choro Q Jet: Rainbow Wings,PS,Racing,Takara,Takara,,,,,,,1998-02-26, +/games/boxart/full_9611274JapanFrontccc.jpg,Choro Q Park,SAT,Racing,Takara,Nextech,,,,,,,1998-03-26, +/games/boxart/full_7121716JapanFrontccc.jpg,Choro Q Works,PS2,Racing,Atlus,Barnhouse Effect,,,,,,,2005-05-26, +/games/boxart/full_4328449AmericaFrontccc.jpg,Chromatism,XBL,Racing,Microsoft,m00nkeh,,,,,,,2009-01-13, +/games/boxart/default.jpg,Circuit Racer,PC,Racing,GT Interactive,GT Interactive,,,,,,,1997-01-01, +/games/boxart/full_3837918PALFrontccc.jpg,Circus Maximus: Chariot Wars,PS2,Racing,THQ,Kodiak Interactive,,,,,,,2002-07-05, +/games/boxart/full_1588114AmericaFrontccc.jpg,City Racer,PC,Racing,Ubisoft,Ubisoft,,,,,,,2003-06-30, +/games/boxart/full_5067699JapanFrontccc.jpg,Clash King V201,DS,Racing,Genterprise,Genterprise,,,,,,,2009-09-17, +/games/boxart/default.jpg,Classic Car Racing,PC,Racing,1C Company,X-Bow Software,,,,,,,2010-01-22, +/games/boxart/7079192ccc.jpg,Club Drive,AJ,Racing,Atari,Atari,,,,,,,1994-01-01, +/games/boxart/default.jpg,Clutch,X360,Racing,Unknown,Targem Games,,,,,,,, +/games/boxart/full_5189401AmericaFrontccc.jpg,Clutch,PC,Racing,Game Factory Interactive,Targem Games,,,,,,,2009-06-02, +/games/boxart/full_5883968PALFrontccc.jpg,Cocoto Kart Racer,PS2,Racing,Big Ben Interactive,Neko Entertainment,,,,,,,2005-03-02, +/games/boxart/full_3886534PALFrontccc.jpg,Cocoto Kart Racer,GBA,Racing,Big Ben Interactive,Neko Entertainment,,,,,,,2005-01-01, +/games/boxart/full_5631439PALFrontccc.jpg,Cocoto Kart Racer,PC,Racing,Midas Interactive Entertainment,Neko Entertainment,,,,,,,2006-07-21, +/games/boxart/full_2321440PALFrontccc.jpg,Cocoto Kart Racer,GC,Racing,Big Ben Interactive,Neko Entertainment,,,,,,,2005-04-22, +/games/boxart/full_colin-mcrae-rally_284PALFront.png,Colin McRae Rally,GB,Racing,THQ,Spellbound,,,,,,,2001-01-01, +/games/boxart/full_6604773PALFrontccc.png,Colin McRae Rally 2005,PSN,Racing,Codemasters,Six by Nine,,,,,,,2009-08-20, +/games/boxart/full_colin-mcrae-rally-2005_759AmericaFront.jpg,Colin McRae Rally 2005,NGage,Racing,Nokia,Ideaworks3D,8.3,,,,,,2004-11-15, +/games/boxart/full_combat-cars_806AmericaFront.jpg,Combat Cars,GEN,Racing,Accolade,Accolade,,,,,,,1994-01-01, +/games/boxart/full_9823899AmericaFrontccc.jpg,Concept Car Series 2010,XBL,Racing,Unknown,Jujubee S.A.,,,,,,,, +/games/boxart/full_1499791AmericaFrontccc.jpg,Corvette,PC,Racing,TDK Mediactive,Steel Monkeys,,,,,,,2003-12-10, +/games/boxart/full_7677624AmericaFrontccc.jpg,Corvette Evolution GT,PS2,Racing,Valcon Games,MileStone Inc.,,,,,,,2006-10-11, +/games/boxart/full_4095774AmericaFrontccc.jpg,Courier Crisis,SAT,Racing,GT Interactive,New Level Software,,,,,,,1997-01-01, +/games/boxart/5097422ccc.jpg,Crash 'N Burn,3DO,Racing,Crystal Dynamics,Crystal Dynamics,,,,,,,1993-01-01, +/games/boxart/full_crash-nitro-kart_218AmericaFront.jpg,Crash Nitro Kart,NGage,Racing,Nokia,Vicarious Visions,6,,,,,,2004-07-28, +/games/boxart/full_6865091AmericaFrontccc.png,Crash Tag Team Racing,PSN,Racing,Activision,Radical Entertainment,,,,,,,2009-09-30, +/games/boxart/full_crash-team-racing_2AmericaFront.jpg,Crash Team Racing,PSN,Racing,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-08-10, +/games/boxart/full_crash-time-autobahn-pursuit_979PALFront.jpg,Crash Time,PC,Racing,RTL,Synetic,,,,,,,2007-11-07, +/games/boxart/full_2242818PALFrontccc.jpg,Crash Time 4: The Syndicate,X360,Racing,DTP Entertainment,Synetic,,,,,,,2011-10-29,2019-01-02 +/games/boxart/full_3619089PALFrontccc.jpg,Crash Time II,PC,Racing,Meridian4,Synetic,,,,,,,2009-08-27, +/games/boxart/full_1578395PALFrontccc.jpg,Crash Time III,PC,Racing,Tradewest,Synetic,,,,,,,2009-11-27, +/games/boxart/default.jpg,Crash-City GP,3DS,Racing,Unknown,Rocket Company,,,,,,,, +/games/boxart/full_5099684AmericaFrontccc.jpg,Crash-Course Domo,DSiW,Racing,Nintendo,Suzak,,,,,,,2009-10-19, +/games/boxart/2351546ccc.jpg,CrashDay,PC,Racing,ValuSoft,Moonbyte Studios / Replay Studios,,,,,,,2006-12-20, +/games/boxart/full_7965677PALFrontccc.jpg,Crashed,PS2,Racing,Rage Software,Rage Software,,,,,,,2002-09-27, +/games/boxart/full_crasher_366AmericaFront.jpg,Crasher,PC,Racing,Mindscape,Punchers Impact,,,,,,,2011-01-28, +/games/boxart/full_crazy-cars_313AmericaFront.jpg,Crazy Cars,PC,Racing,Titus,Titus France SA,,,,,,,1987-01-01, +/games/boxart/8712553ccc.jpg,Crazy Frog Racer,GBA,Racing,Ubisoft,Digital Jesters,,,,,,,2005-12-16, +/games/boxart/2368340ccc.jpg,Crazy Frog Racer,PC,Racing,Ubisoft,Digital Jesters,,,,,,,2005-12-09, +/games/boxart/full_6797761AmericaFrontccc.jpg,Crazy Taxi,PC,Racing,Activision,Strangelite,5,,,,,,2002-09-30, +/games/boxart/full_crazy-taxi_1000AmericaFront.jpg,Crazy Taxi,PSN,Racing,Sega,Sega,6,,,,,,2010-11-16, +/games/boxart/full_crazy-taxi_10AmericaFront.jpg,Crazy Taxi,XBL,Racing,Sega,Sega,6,,,,,,2010-11-24, +/games/boxart/full_1885214AmericaFrontccc.png,Crazy Taxi: Fare Wars,PSN,Racing,Sega,Sniper Studios,6.3,,,,,,2009-09-30, +/games/boxart/full_3641941AmericaFrontccc.jpg,Crime Cities,PC,Racing,EON Digital Entertainment,Techland,,,,,,,2001-01-15, +/games/boxart/full_1368689AmericaFrontccc.jpg,Crime Killer,PC,Racing,Interplay,Pixelogic,,,,,,,1998-06-01, +/games/boxart/7160414ccc.jpg,CrimeWave,SAT,Racing,Eidos Interactive,Eidos Interactive,,,,,,,1997-05-26, +/games/boxart/full_7272876JapanFrontccc.jpg,Critical Velocity,PS2,Racing,Namco,Namco,,,,,,,2005-10-13, +/games/boxart/263701ccc.jpg,Cross Racing Championship 2005,PC,Racing,Graphsim Entertainment,Invictus,,,,,,,2005-10-04, +/games/boxart/full_4802953AmericaFrontccc.jpg,Cruis'n Exotica,GB,Racing,Midway Games,Crawfish Interactive,,,,,,,2000-11-06, +/games/boxart/6519682ccc.jpg,Cruis'n USA,VC,Racing,Nintendo,Midway Games,,,,,,,2008-03-31, +/games/boxart/full_7061050PALFrontccc.jpg,Crusty Demons,PS2,Racing,Deep Silver,Climax Group,,,,,,,2006-11-24, +/games/boxart/full_9259520AmericaFrontccc.jpg,Crystal Spear remake,XBL,Racing,Microsoft,former,,,,,,,2009-09-02, +/games/boxart/full_cubix-race-n-robots_246AmericaFront.jpg,Cubix: Race 'N Robots,GB,Racing,3DO,Blitz Games,,,,,,,2001-11-13, +/games/boxart/full_3012826AmericaFrontccc.jpg,Cyber Speedway,SAT,Racing,Sega,NexTech Corporation,,,,,,,1995-01-01, +/games/boxart/full_8757766AmericaFrontccc.jpg,Cyber Spin,SNES,Racing,Takara,Takara,,,,,,,1992-11-01, +/games/boxart/full_4677481PALFrontccc.jpg,Cyclone Circus,PS2,Racing,Playlogic Game Factory,Playlogic,,,,,,,2006-02-01, +/games/boxart/full_8412804PALFrontccc.jpg,D-Unit Drift Racing,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-10-13, +/games/boxart/full_2118388JapanFrontccc.jpg,D1 Professional Drift Grand Prix Series 2005,PS2,Racing,Yuke's,Yuke's Future Media Creators,,,,,,,2005-10-20, +/games/boxart/full_6721330PALFrontccc.jpg,Dakar 2,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,,,,,,2003-03-07, +/games/boxart/full_4063498AmericaFrontccc.jpg,Danny Sullivan's Indy Heat,NES,Racing,Tradewest,Rare Ltd.,,,,,,,1992-08-01, +/games/boxart/full_8437101AmericaFrontccc.jpg,Darkwind: War on Wheels,PC,Racing,Psychic Software,Psychic Software,,,,,,,2014-08-22, +/games/boxart/full_9505198AmericaFrontccc.jpg,Darkwind: War on Wheels,OSX,Racing,Psychic Software,Psychic Software,,,,,,,2014-08-22, +/games/boxart/469382ccc.jpg,Dashin' Desperados,GEN,Racing,Data East,Data East,,,,,,,1993-01-01, +/games/boxart/full_days-of-thunder_1AmericaFront.jpg,Days of Thunder,PC,Racing,Mindscape,Argonaut Games,,,,,,,1990-01-01, +/games/boxart/6139058ccc.jpg,Days of Thunder,NES,Racing,Mindscape,Beam Software,,,,,,,1990-10-01, +/games/boxart/3400357ccc.jpg,Days of Thunder,GB,Racing,Mindscape,Argonaut Games,,,,,,,1992-02-01, +/games/boxart/default.jpg,Days of Thunder (PSP),PSN,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-06-02, +/games/boxart/full_days-of-thunder-arcade_251AmericaFront.jpg,Days of Thunder: Arcade,PC,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-02-25, +/games/boxart/full_days-of-thunder-arcade_42AmericaFront.jpg,Days of Thunder: Arcade,XBL,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-02-25, +/games/boxart/default.jpg,Days of Thunder: NASCAR Edition,XBL,Racing,Unknown,Piranha Games,,,,,,,, +/games/boxart/full_days-of-thunder-nascar-edition_242AmericaFront.jpg,Days of Thunder: NASCAR Edition,PSN,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-02-22, +/games/boxart/3357134ccc.jpg,Daytona USA,DC,Racing,Sega,Amusement Vision,7.7,,,,,,2001-03-12, +/games/boxart/full_daytona-usa_980AmericaFront.jpg,Daytona USA,PSN,Racing,Sega,Sega,8.5,,,,,,2011-10-25, +/games/boxart/full_daytona-usa_84AmericaFront.jpg,Daytona USA,XBL,Racing,Sega,Sega,9,,,,,,2011-10-26, +/games/boxart/full_9799799AmericaFrontccc.jpg,Daytona USA,PC,Racing,Sega,Sega-AM2,,,,,,,1996-01-01, +/games/boxart/default.jpg,Daytona USA Deluxe,PC,Racing,Sega,Sega-AM2,,,,,,,1997-10-31, +/games/boxart/8669633ccc.jpg,Dead Heat Scramble,GB,Racing,Electro Brain,Toei Animation,,,,,,,1990-12-01, +/games/boxart/full_death-race_258AmericaFront.jpg,Death Race,NES,Racing,Unknown,"American Game Cartridges, Inc.",,,,,,,1991-01-01, +/games/boxart/full_5905061AmericaFrontccc.jpg,Death Rally,PC,Racing,GT Interactive,Remedy Entertainment,,,,,,,1996-12-31, +/games/boxart/full_death-track-resurrection_4AmericaFront.jpg,Death Track: Resurrection,PC,Racing,Aspyr,Sky Fallen,,,,,,,2009-03-31, +/games/boxart/full_death-track-resurrection_10AmericaFront.jpg,Death Track: Resurrection,PSN,Racing,Gaijin Entertainment,Sky Fallen,,,,,,,2010-06-14, +/games/boxart/full_4801192AmericaFrontccc.jpg,Demolition Herby,2600,Racing,Unknown,Telesys,,,,,,,1983-01-01, +/games/boxart/full_9824243AmericaFrontccc.jpg,Demolition Racer,PC,Racing,Infogrames,Pitbull Syndicate,,,,,,,2000-09-12, +/games/boxart/5369549ccc.jpg,Demolition Racer: No Exit,DC,Racing,Infogrames,Pitbull Syndicate,7.7,,,,,,2000-10-23, +/games/boxart/full_5649212AmericaFrontccc.jpg,Destruction Derby,PC,Racing,Psygnosis,Reflections Interactive,,,,,,,1996-01-01, +/games/boxart/full_9435733PALFrontccc.jpg,Destruction Derby,SAT,Racing,Psygnosis,Reflections Interactive,,,,,,,1996-01-01, +/games/boxart/full_6372584AmericaFrontccc.png,Destruction Derby,PSN,Racing,Sony Computer Entertainment,Reflections Interactive,,,,,,,2007-01-08, +/games/boxart/7944396ccc.jpg,Destruction Derby 2,PC,Racing,Sony Computer Entertainment,Reflections Interactive,,,,,,,1996-10-31, +/games/boxart/full_6552603AmericaFrontccc.jpg,DiRT,XBL,Racing,Codemasters,Codemasters,,,,,,,2009-10-27, +/games/boxart/full_6234701AmericaFrontccc.png,DiRT 2,PSN,Racing,Codemasters,Codemasters,,,,,,,2009-09-30, +/games/boxart/full_dirt-3-monte-carlo_241AmericaFront.jpg,DiRT 3: Monte Carlo,XBL,Racing,Codemasters,Codemasters,,,,,,,2011-06-29, +/games/boxart/full_dirt-3-monte-carlo_132AmericaFront.jpg,DiRT 3: Monte Carlo,PSN,Racing,Codemasters,Codemasters,,,,,,,2011-06-28, +/games/boxart/full_dirt-3-monte-carlo_894AmericaFront.jpg,DiRT 3: Monte Carlo,PC,Racing,Codemasters,Codemasters,,,,,,,2011-06-28, +/games/boxart/full_dirt-3-power-and-glory-car-pack_991AmericaFront.jpg,DiRT 3: Power and Glory Car Pack,PC,Racing,Codemasters,Codemasters,,,,,,,2011-06-15, +/games/boxart/full_dirt-3-power-and-glory-car-pack_364AmericaFront.jpg,DiRT 3: Power and Glory Car Pack,XBL,Racing,Codemasters,Codemasters,,,,,,,2011-06-14, +/games/boxart/full_dirt-3-power-and-glory-car-pack_592AmericaFront.jpg,DiRT 3: Power and Glory Car Pack,PSN,Racing,Codemasters,Codemasters,,,,,,,2011-06-15, +/games/boxart/full_8179249PALFrontccc.jpg,DiRT Showdown,PC,Racing,Codemasters,Codemasters,,,,,,,2012-05-28,2018-10-29 +/games/boxart/full_183735PALFrontccc.jpg,Dirt Track Devils,PS2,Racing,Midas Interactive Entertainment,Vingt-et-un Systems,,,,,,,2003-10-31, +/games/boxart/full_2684071AmericaFrontccc.jpg,Dirt Trax FX,SNES,Racing,Acclaim Entertainment,Sculptured Software,7,,,,,,1995-06-01, +/games/boxart/full_dirty-racing_2JapanFront.jpg,Dirty Racing,GB,Racing,Jaleco,Gremlin Interactive,,,,,,,1993-01-08, +/games/boxart/4843455ccc.jpg,Dodge 'Em,2600,Racing,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_2503305PALFrontccc.jpg,Dodgem Arena,PS,Racing,Project Two Interactive,Formula Game Development,,,,,,,1998-12-01, +/games/boxart/default.jpg,Donkey (DONKEY.BAS),PC,Racing,IBM,Bill Gates,,,,,,,1981-01-01,2018-10-10 +/games/boxart/full_1079633PALFrontccc.jpg,Doomsday Racers,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2005-07-15, +/games/boxart/full_4351872JapanFrontccc.jpg,Doraemon Kart,GB,Racing,Epoch,Epoch,,,,,,,1998-03-20, +/games/boxart/full_8808391JapanFrontccc.jpg,Doraemon Kart 2,GB,Racing,Epoch,Epoch,,,,,,,1999-03-12, +/games/boxart/full_doritos-crash-course_611AmericaFront.jpg,Doritos Crash Course,XBL,Racing,Microsoft Game Studios,Wanako Studios,8,,,,,,2010-12-08, +/games/boxart/full_double-clutch_589PALFront.jpg,Double Clutch,GEN,Racing,ASCII Entertainment,BGS Development,,,,,,,1992-01-01, +/games/boxart/full_double-steal-the-second-clash_284JapanFront.jpg,Double S.T.E.A.L. The Second Clash,XB,Racing,Microsoft,Bunkasha Games,,,,,,,2005-08-04, +/games/boxart/full_4348571PALFrontccc.jpg,Downforce,GBA,Racing,Titus,Karma Studios,7.9,,,,,,2002-05-24, +/games/boxart/full_1996999PALFrontccc.jpg,Drag Racer USA,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-10-27, +/games/boxart/full_9662365AmericaFrontccc.jpg,Drift Street International,DSiW,Racing,Tantalus Interactive,Tantalus Interactive,,,,,,,2010-03-22, +/games/boxart/full_8003151AmericaFrontccc.jpg,DRiiFT Mania,WW,Racing,Konami,Konami,,,,,,,2009-09-28, +/games/boxart/full_1756692AmericaFrontccc.png,Driver '76,PSN,Racing,Ubisoft,Sumo Digital,5.5,,,,,,2009-06-24, +/games/boxart/full_9996712AmericaFrontccc.jpg,Drome Racers,PC,Racing,Electronic Arts,Attention To Detail,,,,,,,2002-12-06, +/games/boxart/full_2769269PALFrontccc.jpg,Drome Racers,XB,Racing,Electronic Arts,Attention To Detail,,,,,,,2003-09-19, +/games/boxart/5905570ccc.jpg,DT Carnage,PS2,Racing,Agetec,Axis Entertainment,,,,,,,2008-09-06, +/games/boxart/full_2660190AmericaFrontccc.jpg,Ducati World Championship,PC,Racing,Unknown,Artematica Entertainment,3,,,,,,, +/games/boxart/full_9101396AmericaFrontccc.jpg,Ducati World Racing Challenge,PC,Racing,Acclaim Entertainment,Attention To Detail,,,,,,,2001-02-09, +/games/boxart/7710967ccc.jpg,Ducati World Racing Challenge,DC,Racing,Acclaim Entertainment,Attention To Detail,2.4,,,,,,2001-02-13, +/games/boxart/full_1171831AmericaFrontccc.jpg,Ducati World Racing Challenge,DC,Racing,Acclaim Entertainment,Attention To Detail,,,,,,,2001-02-13, +/games/boxart/full_1993382AmericaFrontccc.jpg,Dyad,PSN,Racing,][ Games,][ Games,,,,,,,2012-07-17, +/games/boxart/full_6990225AmericaFrontccc.jpg,E.O.S. - Exhibition of Speed,DC,Racing,Titus,Player 1,,,,,,,2001-08-21, +/games/boxart/default.jpg,Earache Extreme Metal Racing,PSP,Racing,Unknown,Metro3D,,,,,,,, +/games/boxart/full_5055567PALFrontccc.jpg,Earache: Extreme Metal Racing,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2007-02-02, +/games/boxart/full_6832782PALFrontccc.jpg,Earache: Extreme Metal Racing,Wii,Racing,Data Design Interactive,Data Design Interactive,,,,,,,2008-06-27, +/games/boxart/full_8609096PALFrontccc.jpg,Earache: Extreme Metal Racing,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-09-22, +/games/boxart/full_3912659AmericaFrontccc.gif,Edgar Torrenteras Extreme Biker,PC,Racing,Sierra Entertainment,Deibus Studios,,,,,,,1999-01-01, +/games/boxart/default.jpg,Elastomania DS,DS,Racing,Unknown,Mobirate,,,,,,,, +/games/boxart/8907005ccc.jpg,Eliminator Boat Duel,NES,Racing,Electro Brain,Sculptured Software,,,,,,,1991-11-01, +/games/boxart/full_3195297AmericaFrontccc.jpg,Enduro Racer,VC,Racing,Sega,Sega-AM2,,,,,,,2008-12-15, +/games/boxart/full_8178648AmericaFrontccc.jpg,Enduro Racer,MS,Racing,Sega,Sega-AM2,,,,,,,1987-01-01, +/games/boxart/full_evel-knievel_414AmericaFront.jpg,Evel Knievel,GB,Racing,Rockstar Games,Tarantula Studios,,,,,,,1999-11-30, +/games/boxart/6785483ccc.jpg,Excitebike,VC,Racing,Nintendo,Nintendo R&D1,,,,,,,2007-03-19, +/games/boxart/4914805ccc.jpg,Excitebike 64,iQue,Racing,Unknown,Left Field Productions,,,,,,,, +/games/boxart/full_7403986AmericaFrontccc.jpg,Excitebike: World Rally,WW,Racing,Nintendo,Monster Games,6.5,,,,,,2009-11-09, +/games/boxart/full_3803288AmericaFrontccc.jpg,Exhaust,XBL,Racing,Microsoft,DataBox Inc,,,,,,,2009-01-13, +/games/boxart/default.jpg,Extreme Championship Racing: Devastation,PS2,Racing,Acclaim Entertainment,Acclaim Entertainment,,,,,,,2001-11-02, +/games/boxart/full_4417749AmericaFrontccc.png,Extreme Road Trip 2,PC,Racing,Roofdog Games,Roofdog Games,,,,,,,2013-06-19, +/games/boxart/5539770ccc.jpg,Extreme-G 2,PC,Racing,Acclaim Entertainment,Probe Entertainment,,,,,,,1999-04-22, +/games/boxart/full_3425191JapanFrontccc.jpg,F-1 Circus CD,SCD,Racing,Nichibutsu,Nichibutsu,,,,,,,1994-03-18, +/games/boxart/full_f-1-dream_2JapanFront.jpg,F-1 Dream,PCE,Racing,NEC Avenue,NEC Avenue,,,,,,,1989-08-25, +/games/boxart/full_f-1-gp_1JapanFront.jpg,F-1 GP,3DO,Racing,Pony Canyon,Pony Canyon,,,,,,,1995-10-28, +/games/boxart/full_f-1-pilot_5JapanFront.jpg,F-1 Pilot,PCE,Racing,Pack-In-Video,Pack-In-Video,,,,,,,1989-03-23, +/games/boxart/1881049ccc.jpg,F-Zero,VC,Racing,Nintendo,Nintendo EAD,7.8,,,,,,2006-11-19, +/games/boxart/default.jpg,F-Zero X,iQue,Racing,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/full_9088341AmericaFrontccc.jpg,F-Zero X,VC,Racing,Nintendo,Nintendo EAD,6.8,,,,,,2007-06-26, +/games/boxart/full_6485028JapanFrontccc.jpg,F-Zero: Climax,GBA,Racing,Nintendo,Suzak,,,,,,,2004-10-21, +/games/boxart/full_f1_6PALFront.jpg,F1,MS,Racing,Domark Software,Teque Interactive,,,,,,,1993-01-01, +/games/boxart/full_3323193AmericaFrontccc.jpg,F1 2000,PC,Racing,EA Sports,Visual Sciences,,,,,,,2000-03-31, +/games/boxart/full_1274933AmericaFrontccc.jpg,F1 2001,PC,Racing,EA Sports,Electronic Arts UK,,,,,,,2001-10-14, +/games/boxart/full_1382910PALFrontccc.jpg,F1 2002,XB,Racing,EA Sports,Visual Sciences Ltd.,7,,,,,,2002-04-05, +/games/boxart/full_296844AmericaFrontccc.jpg,F1 2009,PC,Racing,Unknown,Sumo Digital,,,,,,,, +/games/boxart/full_1380412AmericaFrontccc.jpg,F1 2009,X360,Racing,Unknown,Sumo Digital,,,,,,,, +/games/boxart/full_5668768AmericaFrontccc.jpg,F1 2009,PS3,Racing,Codemasters,Sumo Digital,,,,,,,2009-11-17, +/games/boxart/full_8627663AmericaFrontccc.png,F1 2009,PSN,Racing,Codemasters,Sumo Digital,7.4,,,,,,2009-12-17, +/games/boxart/default.jpg,F1 2009,PSN,Racing,Unknown,Sumo Digital,,,,,,,, +/games/boxart/full_6159616PALFrontccc.jpg,F1 2013,OSX,Racing,2K Australia / 2K Boston,Feral Interactive,,,,,,,2014-03-06,2018-05-24 +/games/boxart/full_648628PALFrontccc.jpg,F1 2013,PC,Racing,Codemasters,Codemasters Birmingham,,,,,,,2013-10-08,2018-05-24 +/games/boxart/full_2961074PALFrontccc.jpg,F1 Career Challenge,XB,Racing,EA Sports,Visual Science,,,,,,,2003-06-27, +/games/boxart/full_2145615PALFrontccc.jpg,F1 Career Challenge,GC,Racing,EA Sports,Visual Science,,,,,,,2003-06-27, +/games/boxart/full_6582047AmericaFrontccc.jpg,F1 Challenge '99-'02,PC,Racing,EA Sports,Image Space Inc.,,,,,,,2003-06-24, +/games/boxart/full_f1-circus_4JapanFront.jpg,F1 Circus,NES,Racing,Nichibutsu,Nichibutsu,,,,,,,1992-02-07, +/games/boxart/full_f1-circus_6JapanFront.jpg,F1 Circus,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1990-09-14, +/games/boxart/full_f1-circus-91_5JapanFront.jpg,F1 Circus '91,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1991-07-12, +/games/boxart/full_f1-circus-92_2JapanFront.jpg,F1 Circus '92,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1992-12-18, +/games/boxart/full_f1-circus-md_7JapanFront.jpg,F1 Circus MD,GEN,Racing,Nichibutsu,Micronics,,,,,,,1991-12-20, +/games/boxart/full_f1-circus-special-pole-to-win_6JapanFront.jpg,F1 Circus Special: Pole To Win,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1992-06-26, +/games/boxart/full_f1-manager-2000_328PALFront.jpg,F1 Manager,PC,Racing,Electronic Arts,EA Sports,,,,,,,2000-10-13, +/games/boxart/full_7215215AmericaFrontccc.jpg,F1 Pole Position,GB,Racing,Ubisoft,Varie,,,,,,,1993-01-01, +/games/boxart/full_3737147AmericaFrontccc.jpg,F1 Pole Position,SNES,Racing,Ubisoft,Human Entertainment,,,,,,,1993-01-01, +/games/boxart/full_3448143PALFrontccc.jpg,F1 Pole Position 2,SNES,Racing,Ubisoft,Human Entertainment,,,,,,,1993-01-01, +/games/boxart/full_4371089JapanFrontccc.jpg,F1 Race Stars,WiiU,Racing,Codemasters,Codemasters Birmingham,,,,,,,2014-01-16,2018-10-17 +/games/boxart/full_6778930PALFrontccc.png,F1 Racing Championship,PC,Racing,Video System,Ubisoft,,,,,,,2001-03-23, +/games/boxart/full_5263831PALFrontccc.jpg,F1 Racing Championship,DC,Racing,Video System,Ubisoft,,,,,,,2001-02-02, +/games/boxart/full_4484292PALFrontccc.jpg,F1 Racing Championship,PS2,Racing,Video System,Ubisoft,,,,,,,2001-03-16, +/games/boxart/full_8221302PALFrontccc.jpg,F1 Racing Championship,GB,Racing,Video System,Ubisoft,,,,,,,2000-11-10, +/games/boxart/full_9374056PALFrontccc.jpg,F1 Racing Championship,N64,Racing,Video System,Ubisoft,,,,,,,2000-12-08, +/games/boxart/full_2434937AmericaFrontccc.jpg,F1 ROC II: Race of Champions,SNES,Racing,Seta Corporation,Seta Corporation,,,,,,,1994-01-01, +/games/boxart/full_f1-triple-battle_8JapanFront.jpg,F1 Triple Battle,PCE,Racing,Human Entertainment,Human Entertainment,,,,,,,1989-12-27, +/games/boxart/5743237ccc.jpg,F1 World Championship Edition,GEN,Racing,Domark Software,Parkstar Software,,,,,,,1995-01-01, +/games/boxart/default.jpg,F1 World Championship Edition,SNES,Racing,Acclaim Entertainment,Domark,,,,,,,1995-01-01, +/games/boxart/5784164ccc.jpg,F1 World Grand Prix,DC,Racing,Sega,Paradigm Entertainment,8,,,,,,2000-04-24, +/games/boxart/full_2621786PALFrontccc.jpg,F1 World Grand Prix II,DC,Racing,Video System,Paradigm Entertainment,7.1,,,,,,2000-12-02, +/games/boxart/full_5896119PALFrontccc.jpg,F1 World Grand Prix II,N64,Racing,Video System,Paradigm Entertainment,,,,,,,1998-07-01, +/games/boxart/4356243ccc.jpg,F355 Challenge: Passione Rossa,DC,Racing,Acclaim Entertainment,Sega,8.5,,,,,,2000-09-19, +/games/boxart/full_3365824JapanFrontccc.jpg,Family Circuit,NES,Racing,Namco,Game Studio,,,,,,,1988-01-06, +/games/boxart/full_8517751JapanFrontccc.jpg,Family Circuit '91,NES,Racing,Namco,Game Studio,,,,,,,1991-07-19, +/games/boxart/full_5628258AmericaFrontccc.jpg,Family Go-Kart Racing,WW,Racing,Aksys Games,Arc System Works,,,,,,,2010-02-22, +/games/boxart/full_161230AmericaFrontccc.jpg,Family Slot Car Racing,WW,Racing,Aksys Games,Arc System Works,,,,,,,2009-08-17, +/games/boxart/full_fast-racing-league_654AmericaFront.jpg,FAST - Racing League,WW,Racing,Shin'en,Shin'en Multimedia,6,,,,,,2011-05-30, +/games/boxart/full_fastest-1_8JapanFront.jpg,Fastest 1,GEN,Racing,Human Entertainment,Human Entertainment,,,,,,,1991-06-28, +/games/boxart/4261408ccc.jpg,Fastest Lap,GB,Racing,Vap,KID Corporation,,,,,,,1992-02-01, +/games/boxart/3196436ccc.jpg,Fatal Inertia EX,PSN,Racing,KOEI,Koei Canada,,,,,,,2008-06-19, +/games/boxart/4480847ccc.jpg,Fatal Run,7800,Racing,Atari,Sculptured Software,,,,,,,1987-01-01, +/games/boxart/8073772ccc.jpg,Fatal Run,2600,Racing,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/default.jpg,Ferrari Challenge Trofeo Pirelli,PSP,Racing,Unknown,Eutechnyx,,,,,,,, +/games/boxart/7952681ccc.jpg,Ferrari Grand Prix Challenge,NES,Racing,Acclaim Entertainment,System 3 Software,,,,,,,1992-06-01, +/games/boxart/full_ferrari-grand-prix-challenge_4AmericaFront.jpg,Ferrari Grand Prix Challenge,GEN,Racing,Flying Edge,Aisystem Tokyo,,,,,,,1992-01-01, +/games/boxart/7698856ccc.jpg,Ferrari Grand Prix Challenge,GB,Racing,Acclaim Entertainment,System 3 Software,,,,,,,1992-09-01, +/games/boxart/full_1523860AmericaFrontccc.jpg,Ferrari GT: Evolution,DSiW,Racing,Gameloft,Gameloft,,,,,,,2010-04-26, +/games/boxart/full_figure-8-racing_59AmericaFront.jpg,Figure 8 Racing,XBL,Racing,Microsoft,DennisMac,,,,,,,2011-09-14, +/games/boxart/full_9603966AmericaFrontccc.png,Final Fantasy VII G-Bike,And,Racing,Square Enix,Square Enix,,,,,,,2015-01-01, +/games/boxart/full_9007120JapanFrontccc.jpg,Final Lap,NES,Racing,Namco,Namco,,,,,,,1988-08-12, +/games/boxart/full_final-lap-2000_8JapanFront.jpg,Final Lap 2000,WS,Racing,Bandai,Bandai,,,,,,,2000-03-23, +/games/boxart/full_final-lap-special_10JapanFront.jpg,Final Lap Special,WS,Racing,Bandai,Bandai,,,,,,,2001-11-15, +/games/boxart/full_final-lap-twin_4AmericaFront.jpg,Final Lap Twin,PCE,Racing,NEC,Namco,,,,,,,1989-01-01, +/games/boxart/full_fire-amp-forget-ii_1PALFront.jpg,Fire & Forget II,MS,Racing,Titus,Titus Software,,,,,,,1990-01-01, +/games/boxart/full_432721PALFrontccc.png,Fireburst,X360,Racing,Unknown,exDream,,,,,,,, +/games/boxart/default.jpg,Fireburst,XBL,Racing,Unknown,exDream,,,,,,,, +/games/boxart/full_9779201PALFrontccc.png,Fireburst,PC,Racing,Unknown,exDream,,,,,,,, +/games/boxart/default.jpg,Fireburst,PSN,Racing,Unknown,exDream,,,,,,,, +/games/boxart/full_6319292PALFrontccc.png,Fireburst,PS3,Racing,Unknown,exDream,,,,,,,, +/games/boxart/full_5804818AmericaFrontccc.jpg,FlatOut 4: Total Insanity,PC,Racing,Unfinished Pixel,Kylotonn Entertainment,,,,,,,2017-05-05,2018-09-20 +/games/boxart/full_6106691PALFrontccc.png,FlatOut: Head On,PSN,Racing,Empire Interactive,Empire Interactive,7.3,,,,,,2009-01-08, +/games/boxart/default.jpg,FMX World Tour: Stars of Freestyle Motocross,PSN,Racing,Xendex,Xendex,,,,,,,2009-10-01, +/games/boxart/full_2923381AmericaFrontccc.jpg,Ford Bold Moves Street Racing,PC,Racing,Eidos Interactive,Razorworks Studios,,,,,,,2006-09-25, +/games/boxart/full_9064714AmericaFrontccc.png,Ford Racing,PSN,Racing,Sony Computer Entertainment,2K Games,,,,,,,2009-05-21, +/games/boxart/full_3812041AmericaFrontccc.jpg,Ford Racing,PC,Racing,Empire Interactive,Empire Interactive,,,,,,,2000-09-07, +/games/boxart/full_1506364AmericaFrontccc.jpg,Ford Racing 2,PC,Racing,Gotham Games,Razorworks Studios,,,,,,,2003-12-11, +/games/boxart/full_4136424AmericaFrontccc.jpg,Ford Racing 3,PC,Racing,2K Games,Empire Interactive,,,,,,,2005-03-01, +/games/boxart/full_6201759PALFrontccc.png,Ford Racing: Off Road,PSN,Racing,Empire Interactive,Razorworks Studios,,,,,,,2008-12-24, +/games/boxart/full_7007044AmericaFrontccc.jpg,Ford Truck Mania,PS,Racing,Gotham Games,Alpine Studios,,,,,,,2003-09-16, +/games/boxart/full_9920718AmericaFrontccc.jpg,Formula 1,PC,Racing,Psygnosis,Bizarre Creations,,,,,,,1997-06-30, +/games/boxart/497291ccc.jpg,Formula 1 Racing,GB,Racing,Eidos Interactive,Tarantula Studios,,,,,,,1999-06-30, +/games/boxart/full_formula-1-sensation_29PALFront.jpg,Formula 1 Sensation,NES,Racing,Unknown,Konami,,,,,,,2020-12-31, +/games/boxart/default.jpg,Formula Karts,PC,Racing,Sega,Manic Media Productions,,,,,,,1997-01-01, +/games/boxart/full_2059722PALFrontccc.jpg,Formula Karts: Special Edition,SAT,Racing,Sega,Manic Media Productions,,,,,,,1997-01-01, +/games/boxart/full_2548710PALFrontccc.jpg,Formula Karts: Special Edition,PS,Racing,Telstar,Manic Media Productions,,,,,,,1997-11-01, +/games/boxart/full_4833663PALFrontccc.jpg,Formula One 2005,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,7,,,,,,2005-07-01, +/games/boxart/156595ccc.jpg,Formula One Grand Prix,PC,Racing,Microprose,MicroProse,,,,,,,1991-01-01, +/games/boxart/9812730ccc.jpg,Formula One: Built to Win,NES,Racing,Seta Corporation,Seta Corporation,,,,,,,1990-11-01, +/games/boxart/full_2432027AmericaFrontccc.jpeg,Forza Horizon 3,PC,Racing,Microsoft Studios,Playground Games,,,,,,,2016-09-27,2018-10-01 +/games/boxart/full_forza-motorsport-4-november-speed-pack_948AmericaFront.jpg,Forza Motorsport 4: November Speed Pack,XBL,Racing,Microsoft Studios,Turn 10,,,,,,,2011-11-01, +/games/boxart/full_1970381AmericaFrontccc.jpeg,Forza Motorsport 6: Apex,PC,Racing,Microsoft Studios,Turn 10 Studios,,,,,,,2016-09-06, +/games/boxart/full_6585567AmericaFrontccc.jpg,Forza Motorsport 7,PC,Racing,Microsoft Studios,Turn 10 Studios,8.1,,,,,,2017-10-03,2018-10-01 +/games/boxart/full_front-row_291JapanFront.jpg,Front Row,GB,Racing,KID,KID Corporation,,,,,,,1999-10-01, +/games/boxart/full_fuel_132AmericaFront.jpg,FUEL,XBL,Racing,Codemasters,Asobo Studio,6.6,,,,,,2011-07-12, +/games/boxart/full_931370AmericaFrontccc.png,Full Auto 2: Battlelines,PSN,Racing,Sega,Deep Fried Entertainment,5.5,,,,,,2009-09-30, +/games/boxart/full_6862033AmericaFrontccc.jpg,Full Contact Racing,XBL,Racing,Microsoft,Dennis McWilliams,,,,,,,2009-12-29, +/games/boxart/full_gg-series-drift-circuit_262AmericaFront.jpg,G.G Series: Drift Circuit,DSiW,Racing,Genterprise,Suzak,,,,,,,2011-02-21, +/games/boxart/default.jpg,G.G Series: Drift Circuit 2,DSiW,Racing,Genterprise,Suzak,,,,,,,2010-10-13, +/games/boxart/6552860ccc.jpg,Galaxy 5000: Racing in the 51st Century,NES,Racing,Activision,Activision,,,,,,,1991-02-01, +/games/boxart/full_8933515AmericaFrontccc.jpg,Game Training Vol 2: Flight,XBL,Racing,Microsoft,Justin Le Clair,,,,,,,2009-07-29, +/games/boxart/default.jpg,Gas: Fuel for Fun,PSN,Racing,Unknown,Supersonic Software,,,,,,,, +/games/boxart/default.jpg,Gas: Fuel for Fun,XBL,Racing,Unknown,Supersonic Software,,,,,,,, +/games/boxart/full_gekitotsu-yonku-battle_451JapanFront.jpg,Gekitotsu Yonku Battle,NES,Racing,Irem Software Engineering,Irem Software Engineering,,,,,,,1989-11-27, +/games/boxart/full_gekitotsu-yonku-battle_402JapanFront.jpg,Gekitotsu! Yonku Battle,PS,Racing,Coconuts Japan,Accolade,,,,,,,1997-07-31, +/games/boxart/full_6268273AmericaFrontccc.jpg,Geoff Crammond's Grand Prix 4,PC,Racing,Infogrames,MicroProse,,,,,,,2002-10-09, +/games/boxart/full_gizmondo-motocross-2005_1AmericaFront.jpg,Gizmondo Motocross 2005,GIZ,Racing,Gizmondo Studios,Housemarque,,,,,,,2005-10-22, +/games/boxart/full_5464276PALFrontccc.jpg,Glacier,PC,Racing,Vitrex Multimedia,Team6 Game Studios,,,,,,,2005-10-10, +/games/boxart/default.jpg,Glacier 3: The Meltdown,Wii,Racing,Zoo Games,Team6 Game Studios,,,,,,,2010-09-06, +/games/boxart/full_glimmerati_143AmericaFront.jpg,Glimmerati,NGage,Racing,Nokia,BugBear,8.4,,,,,,2005-08-16, +/games/boxart/full_gm-rally_6PALFront.jpg,GM Rally,PC,Racing,1C Company,TBA,,,,,,,2009-11-12, +/games/boxart/full_7793042PALFrontccc.jpg,Go Kart Rally,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, +/games/boxart/full_6308012AmericaFrontccc.jpg,GP Rider,GG,Racing,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_gp-rider_10PALFront.jpg,GP Rider,MS,Racing,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_grachten-racer_20PALFront.jpg,Grachten Racer,PC,Racing,Davilex,Lost Boys Interactive,,,,,,,2000-01-01, +/games/boxart/full_6710448AmericaFrontccc.jpg,Gran Turismo 5 Prologue,PSN,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2008-04-17, +/games/boxart/full_gran-turismo-5-prologue-spec-iii_77JapanFront.jpg,Gran Turismo 5 Prologue Spec III,PSN,Racing,Polyphony Digital,Polyphony Digital,,,,,,,2008-10-30, +/games/boxart/full_6793954JapanFrontccc.jpg,Gran Turismo 5 Prologue Spec III,PS3,Racing,Polyphony Digital,Polyphony Digital,,,,,,,2008-10-30, +/games/boxart/full_8546490AmericaFrontccc.jpg,Gran Turismo 7,PS4,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2022-03-04, +/games/boxart/full_9017726PALFrontccc.jpg,Gran Turismo Concept 2002 Tokyo-Geneva,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2002-07-19, +/games/boxart/full_9732551JapanFrontccc.jpg,Gran Turismo Concept 2002 Tokyo-Seoul,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2002-05-16, +/games/boxart/9046867ccc.jpg,Gran Turismo HD Concept,PSN,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2006-12-24, +/games/boxart/full_8961506JapanFrontccc.jpg,Gran Turismo HD Install Disc,PS3,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2007-09-01, +/games/boxart/full_graviton_1AmericaFront.jpg,Graviton,XBL,Racing,Microsoft,Silvan,,,,,,,2010-08-03, +/games/boxart/full_8916436PALFrontccc.jpg,Gravity Zero Racing,DS,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-09-05, +/games/boxart/full_6373969AmericaFrontccc.jpg,GRID,XBL,Racing,Codemasters,Codemasters,8.6,,,,,,2009-11-17, +/games/boxart/full_grid-8-ball-pack_334AmericaFront.jpg,GRID: 8-Ball Pack,PSN,Racing,Codemasters,Codemasters,,,,,,,2008-12-04, +/games/boxart/full_grid-8-ball-pack_232AmericaFront.jpg,GRID: 8-Ball Pack,XBL,Racing,Codemasters,Codemasters,,,,,,,2008-12-04, +/games/boxart/full_grid-prestige-pack_861AmericaFront.jpg,GRID: Prestige Pack,PSN,Racing,Codemasters,Codemasters,,,,,,,2010-03-04, +/games/boxart/full_grid-prestige-pack_458AmericaFront.jpg,GRID: Prestige Pack,XBL,Racing,Codemasters,Codemasters,,,,,,,2010-03-04, +/games/boxart/full_8444454AmericaFrontccc.jpg,GripShift,XBL,Racing,Microsoft,Sidhe Interactive,,,,,,,2007-12-12, +/games/boxart/6013573ccc.jpg,GripShift,PSN,Racing,Sony Online Entertainment,Sidhe Interactive,,,,,,,2007-01-04, +/games/boxart/full_8968842PALFrontccc.jpg,Grooverider: Slot Car Thunder,PS2,Racing,Play It,King of the Jungle,,,,,,,2005-01-28, +/games/boxart/full_431402JapanFrontccc.jpg,GT 24,SAT,Racing,Jaleco,Jaleco Entertainment,,,,,,,1998-05-28, +/games/boxart/full_233388AmericaFrontccc.jpg,GT Advance / GT Advance 2 / GT Advance 3 / MotoGP,GBA,Racing,THQ,THQ,,,,,,,2007-09-11, +/games/boxart/full_4712176PALFrontccc.jpg,GT Racers,GBA,Racing,Liquid Games,Alten8,,,,,,,2006-07-28, +/games/boxart/full_gt-racing_498JapanFront.jpg,GT Racing,SNES,Racing,Imagineer,Imagineer,,,,,,,1996-03-29, +/games/boxart/full_9334725PALFrontccc.jpg,GT-R 400,PS2,Racing,Midas Interactive Entertainment,Kuju Entertainment,,,,,,,2004-06-25, +/games/boxart/full_6515554AmericaFrontccc.png,GTI Club+,PSN,Racing,Konami,Sumo Digital,,,,,,,2009-01-15, +/games/boxart/full_8480094AmericaFrontccc.png,GTI Club: Supermini Festa!,PSN,Racing,Konami,Konami,,,,,,,2010-03-16, +/games/boxart/default.jpg,GTI Racing,PC,Racing,TopWare,Techland,,,,,,,2006-08-24, +/games/boxart/full_2286365AmericaFrontccc.jpg,GTR: FIA GT Racing Game,PC,Racing,10TACLE Studios,SimBin,,,,,,,2005-05-03, +/games/boxart/full_2796432AmericaFrontccc.jpg,Halfbrick Blast Off,XBL,Racing,Microsoft,Halfbrick Studios,,,,,,,2009-04-08,2018-08-09 +/games/boxart/default.jpg,Halfbrick Rocket Racing!,PSN,Racing,Halfbrick Studios,Halfbrick Studios,7,,,,,,2010-03-11, +/games/boxart/full_2878815AmericaFrontccc.jpg,Halfbrick Rocket Racing!,XBL,Racing,Microsoft,Halfbrick Studios,,,,,,,2009-09-02, +/games/boxart/full_halloween-racer_738PALFront.jpg,Halloween Racer,GB,Racing,Microids,Visual Impact,,,,,,,1999-01-01, +/games/boxart/full_hang-on_4PALFront.jpg,Hang On,MS,Racing,Sega,Sega,,,,,,,1985-01-01, +/games/boxart/full_hannspree-ten-kate-honda-sbk-superbike-world-championship_2AmericaFront.jpg,Hannspree Ten Kate Honda: SBK Superbike World Championship,PSN,Racing,Valcon Games,Milestone S.r.l,,,,,,,2010-09-07, +/games/boxart/default.jpg,Hard Drivin',PC,Racing,Domark Software,Atari,,,,,,,1990-01-01, +/games/boxart/3278008ccc.jpg,Hard Drivin',Lynx,Racing,Atari,"NuFX, Inc.",,,,,,,1991-12-30, +/games/boxart/full_5706637AmericaFrontccc.jpg,Hard Drivin',GEN,Racing,Tengen,Sterling Silver Software,,,,,,,1991-01-01, +/games/boxart/full_4370279PALFrontccc.jpg,Hard Drivin' II,PC,Racing,Domark Software,Tengen,,,,,,,1992-01-01, +/games/boxart/full_hard-truck-18-wheels-of-steel_991AmericaFront.jpg,Hard Truck: 18 Wheels of Steel,PC,Racing,ValuSoft,Sunstorm Interactive,,,,,,,2002-08-31, +/games/boxart/1461042ccc.jpg,Harley-Davidson Motorcycles: Race to the Rally,PS2,Racing,Activision,FUN Labs,,,,,,,2006-11-27, +/games/boxart/full_72566AmericaFrontccc.jpg,Harley-Davidson Motorcycles: Race to the Rally,PC,Racing,Activision,FUN Labs,,,,,,,2006-11-27, +/games/boxart/full_harms-way_560AmericaFront.jpg,Harms Way,XBL,Racing,Unknown,Bongfish GmbH,6,,,,,,2010-12-08, +/games/boxart/full_4731458AmericaFrontccc.jpg,Heli Good Spelunker,XBL,Racing,Microsoft,Jhample,,,,,,,2009-06-06, +/games/boxart/full_7831785AmericaFrontccc.jpg,Heracles Chariot Racing,WW,Racing,Neko Entertainment,Neko Entertainment,,,,,,,2009-07-06, +/games/boxart/full_7156324AmericaFrontccc.png,Heracles Chariot Racing,PSN,Racing,Neko Entertainment,Neko Entertainment,,,,,,,2009-12-17, +/games/boxart/full_3215732AmericaFrontccc.jpg,Hi-Octane,PC,Racing,Bullfrog Productions,Bullfrog Productions,,,,,,,1996-12-12, +/games/boxart/full_4934446AmericaFrontccc.png,Hi-Octane: The Track Fights Back!,PSN,Racing,Sony Computer Entertainment,Bullfrog Productions,,,,,,,2010-01-28, +/games/boxart/3155816ccc.jpg,Hi-Octane: The Track Fights Back!,SAT,Racing,Bullfrog Productions,Bullfrog Productions,,,,,,,1995-01-01, +/games/boxart/full_176231AmericaFrontccc.jpg,High Voltage Hot Rod Show,WW,Racing,High Voltage Software,High Voltage Software,,,,,,,2009-01-19, +/games/boxart/8431319ccc.jpg,Highway 2000,SAT,Racing,Unknown,Natsume,,,,,,,, +/games/boxart/full_history-ice-road-truckers_4PALFront.jpg,History: Ice Road Truckers,PSN,Racing,Slitherine Software,Slitherine Software,,,,,,,2010-06-15, +/games/boxart/full_184418AmericaFrontccc.jpg,Hooters Road Trip,PS,Racing,Ubisoft,Hoplite Research,,,,,,,2002-03-26, +/games/boxart/full_8593103AmericaFrontccc.jpg,Hooters Road Trip,PC,Racing,Ubisoft,Hoplite Research,,,,,,,2002-03-25, +/games/boxart/full_hot-wheels-stunt-track-driver_117AmericaFront.jpg,Hot Wheels Stunt Track Driver,GB,Racing,Mattel Interactive,Lucky Chicken,,,,,,,2000-01-01, +/games/boxart/full_5111654AmericaFrontccc.jpg,Hot Wheels Velocity X,PC,Racing,THQ,Beyond Games,,,,,,,2002-10-16, +/games/boxart/full_4477270AmericaFrontccc.jpg,Hot Wheels World Race,PC,Racing,THQ,Climax Group,,,,,,,2003-10-01, +/games/boxart/default.jpg,Hot Wheels World's Best Driver,PS3,Racing,Warner Bros. Interactive Entertainment,Firebrand Games,,,,,,,2013-09-17, +/games/boxart/default.jpg,Hot Wheels World's Best Driver,PC,Racing,Warner Bros. Interactive Entertainment,Firebrand Games,,,,,,,2013-09-17, +/games/boxart/default.jpg,Hot Wheels World's Best Driver,X360,Racing,Warner Bros. Interactive Entertainment,Firebrand Games,,,,,,,2013-09-17, +/games/boxart/full_6645321AmericaFrontccc.jpg,Hot Wheels: All Out,GBA,Racing,"Destination Software, Inc",TwoFiveSix,,,,,,,2006-09-13, +/games/boxart/full_1591818AmericaFrontccc.jpg,Hot Wheels: Beat That!,PC,Racing,Activision,Eutechnyx,,,,,,,2007-11-16, +/games/boxart/full_2790893AmericaFrontccc.jpg,Hot Wheels: Stunt Track Challenge,PC,Racing,THQ,Climax Group,,,,,,,2004-11-15, +/games/boxart/full_8868708PALFrontccc.jpg,HTR+ Slot Car Simulation,PC,Racing,Libredia Entertainment,QUByte Interactive,,,,,,,2014-05-29,2018-08-11 +/games/boxart/full_3231813PALFrontccc.jpg,HTR+ Slot Car Simulation,OSX,Racing,Libredia Entertainment,QUByte Interactive,,,,,,,2014-05-29,2018-08-11 +/games/boxart/full_717788AmericaFrontccc.jpg,Hugo Bukkazoom!,GBA,Racing,Unknown,ITE Media,,,,,,,2020-12-31, +/games/boxart/full_7505401JapanFrontccc.jpg,Human Grand Prix III: F1 Triple Battle,SNES,Racing,Human Entertainment,Human Entertainment,,,,,,,1994-09-30, +/games/boxart/full_6027352JapanFrontccc.jpg,Human Grand Prix IV: F1 Dream Battle,SNES,Racing,Human Entertainment,Human Entertainment,,,,,,,1995-08-25, +/games/boxart/5724338ccc.jpg,Hydro Thunder,DC,Racing,Midway Games,Eurocom Entertainment Software,7.9,,,,,,1999-09-09, +/games/boxart/full_hydro-thunder-hurricane_8AmericaFront.jpg,Hydro Thunder Hurricane,XBL,Racing,Microsoft Game Studios,Vector Unit Studios,7.5,,,,,,2010-07-28, +/games/boxart/full_hydro-thunder-hurricane-tempest-pack_735AmericaFront.png,Hydro Thunder Hurricane: Tempest Pack,XBL,Racing,Microsoft Game Studios,Vector Unit,,,,,,,2010-10-27, +/games/boxart/1906786ccc.jpg,I-War,AJ,Racing,Atari,"Imagitec Design, Inc.",,,,,,,1995-01-01, +/games/boxart/full_2252631JapanFrontccc.jpg,Idaten Jump DS: Moero! Flame Kaiser,DS,Racing,Taito,Taito Corporation,,,,,,,2006-09-07, +/games/boxart/full_275009PALFrontccc.jpg,Ignition,PC,Racing,Virgin Interactive,UDS,,,,,,,1997-01-01, +/games/boxart/full_3452010AmericaFrontccc.jpg,IHRA Drag Racing: Sportsman Edition,PC,Racing,Bethesda Softworks,Bethesda Softworks,,,,,,,2006-06-12, +/games/boxart/full_2648608AmericaFrontccc.jpg,IHRA Professional Drag Racing 2005,PC,Racing,Bethesda Softworks,Bethesda Softworks,,,,,,,2005-11-08, +/games/boxart/299928ccc.jpg,Impact Racing,SAT,Racing,Acclaim Entertainment,Funcom,,,,,,,1996-01-01, +/games/boxart/full_2155736AmericaFrontccc.jpg,IndyCar Series,PC,Racing,Codemasters,Brain in a Jar,,,,,,,2003-09-23, +/games/boxart/full_initial-d_736JapanFront.jpg,Initial D,SAT,Racing,Kodansha,Genki,,,,,,,1998-06-18, +/games/boxart/full_5311553JapanFrontccc.jpg,Initial D,PS,Racing,Kodansha,Genki,,,,,,,1999-01-07, +/games/boxart/full_5351176JapanFrontccc.jpg,Initial D Gaiden,GB,Racing,Kodansha,MTO,,,,,,,1998-03-06, +/games/boxart/full_6249690AmericaFrontccc.jpg,Initial D: Mountain Vengeance,PC,Racing,ValuSoft,Canopy Games,,,,,,,2004-02-24, +/games/boxart/full_9676562JapanFrontccc.jpg,Initial D: Takahashi Ryosuke no Typing Saisoku Riron,PS2,Racing,Sunsoft,SunSoft,,,,,,,2001-10-04, +/games/boxart/full_2614658PALFrontccc.jpg,International Moto-X,PS,Racing,Time Warner Interactive,Graftgold,,,,,,,1996-12-01, +/games/boxart/full_international-rally_649AmericaFront.jpg,International Rally,GB,Racing,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-06-15, +/games/boxart/full_9220908AmericaFrontccc.jpg,"Ivan ""Ironman"" Stewart's Super Off Road",NES,Racing,Tradewest,Rare Ltd.,,,,,,,1990-04-01, +/games/boxart/full_8234030JapanFrontccc.jpg,J's Racin',PS,Racing,TYO,Unknown,,,,,,,1997-09-25, +/games/boxart/full_1355038PALFrontccc.jpg,Jacked,PC,Racing,JoWood Productions,Sproing Interactive Media,,,,,,,2006-02-10, +/games/boxart/full_3557547PALFrontccc.jpg,Jacked,PS2,Racing,Unknown,Sproing Interactive Media,,,,,,,, +/games/boxart/full_3908209PALFrontccc.jpg,Jacked,XB,Racing,Empire Interactive,Sproing Interactive Media,,,,,,,2006-10-02, +/games/boxart/3199109ccc.jpg,Jaguar XJ220,SCD,Racing,JVC,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_jaleco-rally-big-run-the-supreme-4wd-challenge_931JapanFront.jpg,Jaleco Rally - Big Run: The Supreme 4WD Challenge,SNES,Racing,Jaleco,Jaleco Entertainment,,,,,,,1991-03-20, +/games/boxart/2600002ccc.jpg,Jeep Jamboree: Off Road Adventure,GB,Racing,Virgin Interactive,Gremlin Graphics,,,,,,,1992-01-02, +/games/boxart/4127603ccc.jpg,Jeep Thrills,PS2,Racing,DSI Games,Game Sauce,,,,,,,2008-08-05, +/games/boxart/default.jpg,Jellycar,XBL,Racing,Unknown,Walaber,,,,,,,, +/games/boxart/full_jellycar-2_85AmericaFront.jpg,JellyCar 2,WW,Racing,Disney Interactive Studios,Walt Disney Internet Group,3.5,,,,,,2011-01-10, +/games/boxart/full_jellycar-2_433AmericaFront.jpg,JellyCar 2,DSiW,Racing,Disney Interactive Studios,Walt Disney Internet Group,,,,,,,2011-03-07, +/games/boxart/full_jellycar-2_117PALFront.jpg,JellyCar 2,PSN,Racing,Disney Interactive Studios,Walt Disney Internet Group,,,,,,,2010-11-23, +/games/boxart/5360657ccc.jpg,Jeremy McGrath Supercross 2000,DC,Racing,Acclaim Entertainment,Acclaim Entertainment,4.4,,,,,,1999-09-29, +/games/boxart/full_5484268AmericaFrontccc.jpg,Jeremy McGrath Supercross 2000,GB,Racing,Acclaim Entertainment,M4 Limited,,,,,,,2000-03-01, +/games/boxart/default.jpg,Jeremy McGrath's Offroad,XBL,Racing,Unknown,2XL Games,,,,,,,, +/games/boxart/default.jpg,Jeremy McGrath's Offroad,PSN,Racing,Unknown,2XL Games,,,,,,,, +/games/boxart/3522834ccc.jpg,Jet Moto,PC,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,1997-11-30, +/games/boxart/full_5607059AmericaFrontccc.png,Jet Moto,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2007-01-31, +/games/boxart/full_7095859AmericaFrontccc.png,Jet Moto 2,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2008-01-23, +/games/boxart/full_2208339PALFrontccc.jpg,Jett Tailfin,WiiU,Racing,Hoplite Research,Hoplite Research,,,,,,,2014-08-07,2018-04-10 +/games/boxart/full_jissen-kyoutei_530JapanFront.jpg,Jissen Kyoutei,SNES,Racing,Imagineer,Imagineer,,,,,,,1995-06-23, +/games/boxart/default.jpg,Joe Danger,PC,Racing,Hello Games,Hello Games,,,,,,,2013-06-24, +/games/boxart/full_joe-danger_4AmericaFront.jpg,Joe Danger,PSN,Racing,Hello Games,Hello Games,,,,,,,2010-06-08, +/games/boxart/full_joe-danger-special-edition_100AmericaFront.jpg,Joe Danger: Special Edition,XBL,Racing,Microsoft,Hello Games,,,,,,,2011-12-14, +/games/boxart/default.jpg,Jovial Race,NES,Racing,Sachen,Thin Chen Enterprises,,,,,,,1989-01-01, +/games/boxart/full_2232875AmericaFrontccc.jpg,Joy Ride,XBL,Racing,Unknown,Big Park,,,,,,,, +/games/boxart/full_5255179AmericaFrontccc.png,Juiced 2: Hot Import Nights,PSN,Racing,THQ,Juice Games,,,,,,,2009-09-30, +/games/boxart/full_juiced-2-hot-import-nights_4AmericaFront.jpg,Juiced 2: Hot Import Nights,XBL,Racing,THQ,Juice Games,,,,,,,2010-08-10, +/games/boxart/default.jpg,JumpStart: Crazy Karts,Wii,Racing,Unknown,Knowledge Adventure Inc.,,,,,,,, +/games/boxart/full_5018825PALFrontccc.jpg,Kaido Racer,PS2,Racing,Konami,Genki,,,,,,,2005-11-18, +/games/boxart/full_1523093JapanFrontccc.jpg,Kamen Rider SD: Shutsugeki!! Rider Machine,SNES,Racing,Yutaka,Yutaka,,,,,,,1993-07-09, +/games/boxart/full_4382904PALFrontccc.jpg,Kart Racer,PC,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, +/games/boxart/full_9121495PALFrontccc.jpg,Kart Racer,PS2,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, +/games/boxart/full_kartrider_85AmericaFront.jpg,KartRider,PC,Racing,Nexon,Nexon,,,,,,,2007-10-02, +/games/boxart/full_9589658JapanFrontccc.jpg,Kat's Run: Zen Nihon K Car Senshuken,SNES,Racing,Atlus,Atlus Co.,,,,,,,1995-07-14, +/games/boxart/full_494JapanFrontccc.jpg,Kattobi Road,GB,Racing,Namco,Namco,,,,,,,1993-10-08, +/games/boxart/4046804ccc.jpg,Kawasaki Caribbean Challenge,SNES,Racing,GameTek,Park Place Productions,,,,,,,1993-06-01, +/games/boxart/default.jpg,Kawasaki Superbike Challenge,GG,Racing,Time Warner Interactive,Lankhor,,,,,,,1995-01-01, +/games/boxart/full_kawasaki-superbike-challenge_0AmericaFront.jpg,Kawasaki Superbike Challenge,GEN,Racing,Time Warner Interactive,Lankhor,,,,,,,1994-01-01, +/games/boxart/full_kawasaki-superbike-challenge_9AmericaFront.jpg,Kawasaki Superbike Challenge,SNES,Racing,Time Warner Interactive,Lankhor,,,,,,,1995-12-01, +/games/boxart/full_411368JapanFrontccc.jpg,Keroro Gunsou Taiketsu! Keroro Cart de Arimasu!!,GBA,Racing,Sunrise Interactive,Sunrise Interactive,,,,,,,2004-12-09, +/games/boxart/full_1896778PALFrontccc.jpg,Killer Loop,PC,Racing,Crave Entertainment,VCC Entertainment,,,,,,,2000-01-01, +/games/boxart/full_knight-rider_5AmericaFront.jpg,Knight Rider,NES,Racing,Acclaim Entertainment,Pack-In-Video,,,,,,,1989-12-01, +/games/boxart/full_6341462PALFrontccc.jpg,Knight Rider 2,PC,Racing,Davilex,Davilex,,,,,,,2004-01-01, +/games/boxart/full_7389596PALFrontccc.jpg,Knight Rider 2,PS2,Racing,Koch Media,Davilex,,,,,,,2004-11-05, +/games/boxart/full_6751762JapanFrontccc.png,Knight Rider Special,PCE,Racing,Pack-In-Video,Pack-In-Video,,,,,,,1989-12-22, +/games/boxart/full_5932670AmericaFrontccc.jpg,Knight Rider: The Game,PC,Racing,Tri Synergy,Davilex,,,,,,,2003-02-12, +/games/boxart/full_5080827PALFrontccc.jpg,Knight Rider: The Game,PS2,Racing,Davilex,Davilex,,,,,,,2002-11-22, +/games/boxart/5931362ccc.jpg,Konami Krazy Racers,GBA,Racing,Unknown,Konami,,,,,,,, +/games/boxart/full_kotobuki-grand-prix_10PALFront.jpg,Kotobuki Grand Prix,PS,Racing,Midas Interactive Entertainment,Syscom,,,,,,,2003-02-07, +/games/boxart/full_1390681JapanFrontccc.jpg,Kujibiki Unbalance,PS2,Racing,Marvelous Interactive,Marvelous Interactive,,,,,,,2007-01-25, +/games/boxart/default.jpg,Kyiv Chase,Wii,Racing,Unknown,Team6 Game Studios,,,,,,,, +/games/boxart/full_1407051AmericaFrontccc.jpg,Kyle Petty's No Fear Racing,SNES,Racing,Williams Entertainment,Leland Interactive Media,,,,,,,1995-01-15, +/games/boxart/full_2211044AmericaFrontccc.jpg,L.A. Rush,PC,Racing,Midway Games,The Pitbull Syndicate Limited,,,,,,,2006-02-06, +/games/boxart/6705567ccc.jpg,Lamborghini - American Challenge,SNES,Racing,Titus,Titus Software,,,,,,,1993-11-01, +/games/boxart/3932616ccc.jpg,Lamborghini American Challenge,GB,Racing,Titus,Titus Software,,,,,,,1993-01-02, +/games/boxart/full_7383255AmericaFrontccc.jpg,Lander Mania,XBL,Racing,Microsoft,hotshot 10101,,,,,,,2009-09-27, +/games/boxart/full_920062AmericaFrontccc.jpg,Lawnmower Racing Mania 2007,PC,Racing,VU Games,eV Interactive,,,,,,,2006-11-20, +/games/boxart/full_9417771AmericaFrontccc.jpg,Lawnmower Racing Mania 2007,XB,Racing,VU Games,eV Interactive,,,,,,,2007-09-30, +/games/boxart/full_7286875AmericaFrontccc.jpg,Le Mans 24 Hours,PC,Racing,Infogrames,Melbourne House Pty Ltd.,,,,,,,2002-05-24, +/games/boxart/full_571510PALFrontccc.jpg,LEGO Drome Racers & LEGO Creator: Knights Kingdom Double Pack,PC,Racing,Mastiff,Electronic Arts,,,,,,,2013-01-29, +/games/boxart/full_6365529PALFrontccc.jpg,LEGO Racers,GB,Racing,LEGO Media,Climax Group,,,,,,,2000-12-29, +/games/boxart/2473487ccc.jpg,LEGO Racers,PC,Racing,LEGO Media,High Voltage Software,,,,,,,1999-07-31, +/games/boxart/full_lilt-line_209AmericaFront.jpg,lilt line,WW,Racing,Gaijin Entertainment,Different Cloth,6.2,,,,,,2010-12-13, +/games/boxart/full_lingolu_529AmericaFront.jpg,Lingolu,XBL,Racing,Microsoft,VRhome,,,,,,,2011-07-01, +/games/boxart/full_8635609AmericaFrontccc.jpg,Little Racers,XBL,Racing,Microsoft,Milkstone Studios,,,,,,,2009-03-26, +/games/boxart/full_9903966PALFrontccc.jpg,London Racer,PS,Racing,Davilex,Davilex,,,,,,,2000-09-29, +/games/boxart/6017201ccc.jpg,London Racer 1,PC,Racing,Davilex,Davilex,,,,,,,2000-09-28, +/games/boxart/full_london-racer-ii_85PALFront.jpg,London Racer II,PC,Racing,Davilex,Davilex,,,,,,,2002-06-14, +/games/boxart/full_8501067PALFrontccc.jpg,London Racer II,PS,Racing,Davilex,Kiss,,,,,,,2002-06-14, +/games/boxart/full_8735692PALFrontccc.jpg,London Racer II,PS2,Racing,Davilex,Kiss,,,,,,,2002-06-14, +/games/boxart/full_8974145PALFrontccc.jpg,London Racer: Destruction Madness,PS2,Racing,Davilex,Davilex,,,,,,,2005-10-14, +/games/boxart/full_5553677PALFrontccc.jpg,London Racer: Police Madness,PS2,Racing,Davilex,Davilex,,,,,,,2005-10-28, +/games/boxart/full_4682032PALFrontccc.jpg,London Taxi: Rushour,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-02-10, +/games/boxart/full_5057481PALFrontccc.jpg,London Taxi: Rushour,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-01-07, +/games/boxart/full_932203AmericaFrontccc.jpg,Looney Tunes Racing,GB,Racing,Atari,Xantera,,,,,,,2000-06-01, +/games/boxart/3223771ccc.jpg,Looney Tunes: Space Race,DC,Racing,Infogrames,Infogrames Melbourne,7.8,,,,,,2000-11-27, +/games/boxart/default.jpg,Lotus Challenge,PC,Racing,Titus,Kuju Entertainment,,,,,,,2003-02-23, +/games/boxart/full_259689AmericaFrontccc.jpg,Lotus II,GEN,Racing,Electronic Arts,Gremlin Interactive,,,,,,,1993-01-01, +/games/boxart/8693151ccc.jpg,Lotus Turbo Challenge,GEN,Racing,Electronic Arts,Gremlin Int.,,,,,,,1992-01-01, +/games/boxart/full_mach-go-go-go_89JapanFront.jpg,Mach Go Go Go,GB,Racing,Tomy Corporation,Graphic Research,,,,,,,1997-08-08, +/games/boxart/5063140ccc.jpg,Mach Rider,VC,Racing,Nintendo,HAL Laboratory,,,,,,,2007-07-09, +/games/boxart/8447563ccc.jpg,Mach Rider,NES,Racing,Nintendo,HAL Laboratory,,,,,,,1985-10-18, +/games/boxart/full_6386687PALFrontccc.jpg,Mad Tracks,PC,Racing,Element 5,Load Inc.,,,,,,,2006-07-12, +/games/boxart/full_6554845AmericaFrontccc.jpg,Mad Tracks,XBL,Racing,D3 Publisher,Load Inc.,,,,,,,2007-05-30, +/games/boxart/full_6856239AmericaFrontccc.jpg,Mag Force Racing,DC,Racing,Crave Entertainment,VCC Entertainment,6.9,,,,,,2000-07-13, +/games/boxart/full_9302103AmericaFrontccc.jpg,Manx TT SuperBike,SAT,Racing,Sega,Tantalus Interactive,,,,,,,1997-06-30, +/games/boxart/full_7964657AmericaFrontccc.jpg,Manx TT SuperBike,PC,Racing,Sega,Psygnosis,,,,,,,1997-11-30, +/games/boxart/6038966ccc.jpg,Mario Andretti Racing,GEN,Racing,EA Sports,Stormfront Studios,,,,,,,1994-01-01, +/games/boxart/full_3059370AmericaFrontccc.jpg,Mario Kart 64,VC,Racing,Nintendo,Nintendo EAD,7.1,,,,,,2007-01-29, +/games/boxart/default.jpg,Mario Kart 64,iQue,Racing,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/default.jpg,Mario Kart DS,WiiU,Racing,Nintendo,Nintendo EAD,,,,,,,2015-04-23, +/games/boxart/default.jpg,Mario Kart: Super Circuit,WiiU,Racing,Nintendo,Intelligent Systems,,,,,,,2014-11-13, +/games/boxart/full_1929057AmericaFrontccc.jpg,Mart Racer,WW,Racing,Joju Games,Joju Games,,,,,,,2009-09-14, +/games/boxart/full_6689515PALFrontccc.jpg,Mashed,PS2,Racing,Unknown,Supersonic,,,,,,,2020-12-31, +/games/boxart/full_1016561AmericaFrontccc.jpg,Master Rallye,PC,Racing,Microids,Steel Monkeys,,,,,,,2002-04-17, +/games/boxart/6694606ccc.jpg,Math Gran Prix,2600,Racing,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/9047435ccc.jpg,Mega Race,SCD,Racing,Software Toolworks,Cryo Interactive,,,,,,,1994-01-01, +/games/boxart/full_92077AmericaFrontccc.jpg,MegaRace,3DO,Racing,Mindscape,Cryo Interactive,,,,,,,1994-01-01, +/games/boxart/default.jpg,MegaRace,PC,Racing,Software Toolworks,Cryo Interactive,,,,,,,1993-01-01, +/games/boxart/6196076ccc.jpg,MegaRace 2,PC,Racing,Mindscape,Cryo Interactive,,,,,,,1996-01-02, +/games/boxart/default.jpg,MegaRace 3,PC,Racing,Microids,Cryo Interactive,,,,,,,2001-11-14, +/games/boxart/full_7587548AmericaFrontccc.jpg,Metal Drift,PC,Racing,Unknown,Black Jacket Studios,,,,,,,, +/games/boxart/full_2867765JapanFrontccc.jpg,Metro-Cross,NES,Racing,Namco,Namco,,,,,,,1986-12-16, +/games/boxart/full_6156419AmericaFrontccc.jpg,Michael Andretti's World Grand Prix,NES,Racing,Sammy Corporation,Varie,,,,,,,1990-01-01, +/games/boxart/full_1053897AmericaFrontccc.jpg,Mickey's Racing Adventure,GB,Racing,Nintendo,Rare Ltd.,,,,,,,1999-11-22, +/games/boxart/full_mickeys-speedway-usa_253AmericaFront.jpg,Mickey's Speedway USA,GB,Racing,Nintendo,Rare Ltd.,,,,,,,2001-03-25, +/games/boxart/full_micro-machines_4PALFront.jpg,Micro Machines,GC,Racing,Unknown,Atari,,,,,,,, +/games/boxart/full_342708PALFrontccc.jpg,Micro Machines,GBA,Racing,Atari,Paragon 5,,,,,,,2003-02-21, +/games/boxart/default.jpg,Micro Machines,PC,Racing,Codemasters,Big Red Software,,,,,,,1994-10-01, +/games/boxart/915173ccc.jpg,Micro Machines,GEN,Racing,Codemasters,Codemasters,,,,,,,1994-09-12, +/games/boxart/full_7652727AmericaFrontccc.jpg,Micro Machines,NES,Racing,Camerica,Codemasters,,,,,,,1991-01-01, +/games/boxart/full_micro-machines_5PALFront.jpg,Micro Machines,GG,Racing,Codemasters,Codemasters,,,,,,,1993-01-01, +/games/boxart/full_2111060AmericaFrontccc.jpg,Micro Machines,GB,Racing,Ocean,Mindscape Inc.,,,,,,,1995-01-01, +/games/boxart/full_4636089AmericaFrontccc.jpg,Micro Machines,SNES,Racing,Ocean,Merit Studios,,,,,,,1994-12-01, +/games/boxart/full_micro-machines_3PALFront.jpg,Micro Machines,MS,Racing,Codemasters,Codemasters,,,,,,,1993-01-01, +/games/boxart/full_micro-machines_0PALFront.jpg,Micro Machines,XB,Racing,Atari,Atari,,,,,,,2002-11-08, +/games/boxart/full_micro-machines-1-and-2-twin-turbo_8AmericaFront.jpg,Micro Machines 1 and 2: Twin Turbo,GB,Racing,THQ,Virtucraft,,,,,,,2000-01-01, +/games/boxart/full_micro-machines-2-turbo-tournament_2AmericaFront.jpg,Micro Machines 2: Turbo Tournament,PC,Racing,Codemasters,Supersonic Software,,,,,,,1996-05-31, +/games/boxart/full_9924277PALFrontccc.jpg,Micro Machines 2: Turbo Tournament,SNES,Racing,Ocean,Codemasters,,,,,,,1996-02-22, +/games/boxart/full_micro-machines-2-turbo-tournament_8PALFront.jpg,Micro Machines 2: Turbo Tournament,GG,Racing,Codemasters,Codemasters,,,,,,,1995-01-01, +/games/boxart/full_8442443PALFrontccc.jpg,Micro Machines 2: Turbo Tournament,GEN,Racing,Codemasters,Codemasters,,,,,,,1994-01-01, +/games/boxart/1727382ccc.jpg,Micro Machines 2: Turbo Tournament,GB,Racing,Ocean,Mindscape Inc.,,,,,,,1994-01-01, +/games/boxart/full_6133679PALFrontccc.jpg,Micro Machines Military,GEN,Racing,Codemasters,Supersonic Software,,,,,,,1996-06-01, +/games/boxart/full_7952000PALFrontccc.jpg,Micro Machines Turbo Tournament 96,GEN,Racing,Codemasters,Supersonic Software,,,,,,,1995-05-01, +/games/boxart/full_micro-machines-v3_6PALFront.jpg,Micro Machines V3,PC,Racing,Codemasters,Toolbox Design Ltd.,,,,,,,1999-11-03, +/games/boxart/full_micro-machines-v3_2AmericaFront.jpg,Micro Machines V3,GB,Racing,THQ,Novalicious,,,,,,,2000-11-13, +/games/boxart/full_micro-machines-v4_4AmericaFront.jpg,Micro Machines V4,PC,Racing,Codemasters,Supersonic Software,,,,,,,2006-06-30, +/games/boxart/full_5427500AmericaFrontccc.png,Midnight Club 3: DUB Edition,PSN,Racing,Rockstar Games,Rockstar Leeds,,,,,,,2009-09-24, +/games/boxart/full_2713518AmericaFrontccc.jpg,Midnight Club II,PC,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2003-07-03, +/games/boxart/full_6013701AmericaFrontccc.png,Midnight Club: LA Remix,PSN,Racing,Rockstar Games,Rockstar London,,,,,,,2009-09-24, +/games/boxart/full_536014AmericaFrontccc.jpg,Midnight Club: Los Angeles,XBL,Racing,Rockstar Games,Rockstar San Diego,8.3,,,,,,2009-10-20, +/games/boxart/full_midnight-club-los-angeles-complete-edition_921AmericaFront.jpg,Midnight Club: Los Angeles Complete Edition,PSN,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2011-06-14, +/games/boxart/full_7330890PALFrontccc.jpg,Midnight GT: Primary Racer,PC,Racing,Unknown,Rage Games Ltd.,,,,,,,, +/games/boxart/full_midori-no-makibao_6JapanFront.jpg,Midori no Makibao,GB,Racing,Tomy Corporation,TOSE Software,,,,,,,1996-12-21, +/games/boxart/full_3921658AmericaFrontccc.jpg,Midtown Crazy Race,And,Racing,Jose Varela,Jose Varela,,,,,,,2013-12-09, +/games/boxart/full_681054AmericaFrontccc.png,Midtown Crazy Race,WiiU,Racing,Jose Varela,Jose Varela,,,,,,,2014-08-21,2018-04-10 +/games/boxart/full_midtown-madness_9AmericaFront.jpg,Midtown Madness,PC,Racing,Microsoft,Angel Studios,,,,,,,1999-04-30, +/games/boxart/full_mini-rc-rally_968AmericaFront.jpg,Mini RC Rally,DS,Racing,Summitsoft Entertainment,InterActive Vision Games,,,,,,,2006-12-12, +/games/boxart/full_mini-yonku-bakusou-kyoudai-lets-ampamp-go-wgp-hyper-heat_771JapanFront.jpg,Mini-Yonku Bakusou Kyoudai: Let's & Go!! WGP Hyper Heat,PS,Racing,Jaleco,Jaleco Entertainment,,,,,,,1997-11-20, +/games/boxart/full_mini-yonku-lets-ampamp-go-power-wgp-2_26JapanFront.jpg,Mini-Yonku Let's & Go!! Power WGP 2,SNES,Racing,Nintendo,Jupiter Multimedia,,,,,,,1998-10-01, +/games/boxart/default.jpg,Minna de Tobikome! Penguin Diving Fu-pa-ru-pa,WW,Racing,Agenda,Agenda,,,,,,,2009-09-15, +/games/boxart/full_miracle-space-race_796AmericaFront.jpg,Miracle Space Race,PS,Racing,Mud Duck Productions,Miracle Designs,,,,,,,2003-05-06, +/games/boxart/full_miracle-space-race_285PALFront.png,Miracle Space Race,PSN,Racing,Midas Interactive Entertainment,Miracle Designs,,,,,,,2010-11-24, +/games/boxart/full_missile-escape_6AmericaFront.jpg,Missile Escape,XBL,Racing,Microsoft,Maximinus,,,,,,,2010-03-22, +/games/boxart/full_2457405AmericaFrontccc.jpg,Mobil 1 Rally Championship,PC,Racing,Electronic Arts,Magnetic Fields,,,,,,,2000-01-31, +/games/boxart/default.jpg,Mobius Drive,WW,Racing,Jorudan,Jorudan Co.,,,,,,,2009-07-14, +/games/boxart/full_modnation-racers_269AmericaFront.jpg,ModNation Racers,PSN,Racing,Sony Computer Entertainment,SCE San Diego Studio,7.7,,,,,,2011-03-01,2018-02-03 +/games/boxart/full_modnation-racers-psp_900PALFront.jpg,ModNation Racers (PSP),PSN,Racing,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2010-05-25,2018-02-03 +/games/boxart/full_8126832AmericaFrontccc.jpg,Monaco 360 - retro racing,XBL,Racing,Microsoft,Jamie Lutzuver,,,,,,,2008-11-29, +/games/boxart/857655ccc.jpg,Monaco Grand Prix,DC,Racing,Ubisoft,Ubisoft,6.6,,,,,,1999-08-31, +/games/boxart/default.jpg,Monochrome Racing,PSN,Racing,Nordcurrent,Nordcurrent,,,,,,,2011-08-02, +/games/boxart/full_monochrome-racing_654AmericaFront.jpg,Monochrome Racing,WW,Racing,Nordcurrent,Nordcurrent,3,,,,,,2011-08-04, +/games/boxart/full_9118593AmericaFrontccc.jpg,Monster Garage,PC,Racing,Activision,Invictus Games Ltd,,,,,,,2004-01-21, +/games/boxart/full_3190453AmericaFrontccc.jpg,Monster Jam: Maximum Destruction,PC,Racing,Ubisoft,High Voltage Software,,,,,,,2002-12-20, +/games/boxart/full_monster-jam-path-of-destruction_673AmericaFront.jpg,Monster Jam: Path of Destruction,PSN,Racing,Activision,Torus Games,,,,,,,2010-11-09, +/games/boxart/full_monster-truck_743JapanFront.jpg,Monster Truck,GB,Racing,Varie,Varie,,,,,,,1990-10-19, +/games/boxart/full_6854064AmericaFrontccc.jpg,Monster Truck Madness,PC,Racing,Microsoft,Terminal Reality,,,,,,,1996-08-31, +/games/boxart/full_2788875AmericaFrontccc.jpg,Monster Truck Madness 2,PC,Racing,Microsoft,Terminal Reality,,,,,,,1998-04-30, +/games/boxart/full_5138052AmericaFrontccc.jpg,Monster Truck Wars,GG,Racing,Acclaim Entertainment,Acclaim,,,,,,,1995-01-01, +/games/boxart/2398689ccc.jpg,Monster Truck Wars,GB,Racing,Acclaim Entertainment,Gremlin Graphics,,,,,,,1994-01-02, +/games/boxart/full_7699351AmericaFrontccc.jpg,Monster Trucks Mayhem,GBA,Racing,DSI Games,Apex Designs,,,,,,,2006-09-05, +/games/boxart/full_5613160AmericaFrontccc.jpg,Monster Trucks Nitro,PC,Racing,RedLynx,RedLynx,,,,,,,2009-01-29, +/games/boxart/full_8031829AmericaFrontccc.jpg,Monster Trucks Nitro 2,PC,Racing,Miniclip.com,RedLynx,,,,,,,2010-04-05, +/games/boxart/full_8587947PALFrontccc.jpg,Monster Trux Extreme: Arena Edition,PS2,Racing,Phoenix Games,Data Design Interactive,,,,,,,2006-01-01, +/games/boxart/full_6233042PALFrontccc.jpg,Monster Trux Extreme: Offroad Edition,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-03-25, +/games/boxart/full_moto-extreme_307AmericaFront.jpg,Moto eXtreme,DSiW,Racing,Chillingo,Chillingo Ltd.,,,,,,,2011-06-30, +/games/boxart/full_5829039AmericaFrontccc.jpg,Moto Racer,PC,Racing,Electronic Arts,Delphine Software International,,,,,,,1997-08-31, +/games/boxart/full_451970AmericaFrontccc.jpg,Moto Racer 2,PC,Racing,Electronic Arts,Delphine Software International,,,,,,,1998-11-30, +/games/boxart/full_moto-racer-3_879AmericaFront.jpg,Moto Racer 3,PC,Racing,Atari,Delphine Software International,,,,,,,2002-01-31, +/games/boxart/full_526549PALFrontccc.jpg,Moto Racer 4,PC,Racing,Microids,Microids,,,,,,,2016-11-03, +/games/boxart/full_moto-roader_4AmericaFront.jpg,Moto Roader,PCE,Racing,NEC,NCS,,,,,,,1989-01-01, +/games/boxart/full_moto-roader_1AmericaFront.jpg,Moto Roader,VC,Racing,Hudson Soft,NCS,,,,,,,2007-01-15, +/games/boxart/full_moto-roader-ii_3JapanFront.jpg,Moto Roader II,PCE,Racing,NCS,NCS,,,,,,,1991-03-29, +/games/boxart/full_moto-roader-ii_182JapanFront.jpg,Moto Roader II,PSN,Racing,NCS,NCS,,,,,,,2011-01-19, +/games/boxart/full_moto-roader-mc_2JapanFront.jpg,Moto Roader MC,PCE,Racing,NCS,NCS,,,,,,,1992-12-18, +/games/boxart/full_5781973PALFrontccc.jpg,Moto X Maniac,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2007-03-09, +/games/boxart/full_6275653AmericaFrontccc.jpg,Motocross Madness,PC,Racing,Microsoft,Rainbow Studios,,,,,,,1998-07-31, +/games/boxart/full_motocross-madness-2_1AmericaFront.jpg,Motocross Madness 2,PC,Racing,Microsoft,Rainbow Studios,,,,,,,2000-05-26, +/games/boxart/full_2932675AmericaFrontccc.jpg,Motocross Mania,PC,Racing,On Deck Interactive,Deibus Studios,,,,,,,2000-11-14, +/games/boxart/full_1128144AmericaFrontccc.jpg,Motocross Mania 2,PS,Racing,Gotham Games,Alpine Studios,,,,,,,2003-06-25, +/games/boxart/2200270ccc.jpg,Motocross Maniacs,GB,Racing,Ultra Games,Konami,,,,,,,1990-01-01, +/games/boxart/4451401ccc.jpg,Motocross Racer,2600,Racing,Xonox,Xonox,,,,,,,1984-01-01, +/games/boxart/full_motogp_360AmericaFront.jpg,MotoGP,NGage,Racing,THQ,THQ,2.7,,,,,,2003-11-14, +/games/boxart/full_motogp-07_977PALFront.jpg,MotoGP '07,PC,Racing,THQ,Climax Studios,,,,,,,2007-09-28, +/games/boxart/full_5723390PALFrontccc.jpg,MotoGP 14,PC,Racing,Namco Bandai Games,Milestone S.r.l.,,,,,,,2014-11-04,2018-11-03 +/games/boxart/full_1542955PALFrontccc.jpg,MotoGP 15,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2015-06-24,2018-04-24 +/games/boxart/full_2303342PALFrontccc.jpg,MotoGP 17,PC,Racing,Koch Media,Milestone S.r.l.,,,,,,,2017-06-15,2018-06-25 +/games/boxart/full_436097AmericaFrontccc.jpg,MotoGP 2,PC,Racing,THQ,Climax Group,,,,,,,2003-05-21, +/games/boxart/full_1246262AmericaFrontccc.jpg,MotoGP 3: Ultimate Racing Technology,PC,Racing,THQ,Climax Group,,,,,,,2005-08-30, +/games/boxart/full_5166040AmericaFrontccc.png,MotoGP: URT - Ultimate Racing Technology,PC,Racing,THQ,Climax Studios,,,,,,,2002-06-28, +/games/boxart/full_motoheroz_491AmericaFront.jpg,MotoHeroz,WW,Racing,RedLynx,"RedLynx, Ltd.",8.3,,,,,,2011-09-15, +/games/boxart/default.jpg,MotoJump,XBL,Racing,Unknown,Carlo Sunseri,,,,,,,, +/games/boxart/full_2009151AmericaFrontccc.jpg,Motor City Online,PC,Racing,Electronic Arts,Electronic Arts,,,,,,,2001-10-29, +/games/boxart/273020ccc.jpg,Motor Psycho,7800,Racing,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_5046509AmericaFrontccc.jpg,Motor Toon Grand Prix,PS,Racing,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,1996-10-31, +/games/boxart/full_motor-toon-grand-prix_0AmericaFront.jpg,Motor Toon Grand Prix,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,2010-07-20, +/games/boxart/full_6859066AmericaFrontccc.jpg,MotorHead,PC,Racing,Fox Interactive,Digital Illusions,,,,,,,1999-02-28, +/games/boxart/full_416842PALFrontccc.png,Motorhead,PSN,Racing,Zoo Digital Publishing,Digital Illusions,,,,,,,2008-01-31, +/games/boxart/full_2051798AmericaFrontccc.jpg,MotorHEAT,XBL,Racing,Microsoft,Milkstone Studios,,,,,,,2010-02-26, +/games/boxart/full_motorstorm-3d-rift_3AmericaFront.jpg,MotorStorm 3D Rift,PSN,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2010-08-24, +/games/boxart/full_975386AmericaFrontccc.png,MotorStorm: Arctic Edge,PSN,Racing,Sony Computer Entertainment,Bigbig Studios,7.7,,,,,,2009-10-01, +/games/boxart/default.jpg,Mr. Bumblebee Racing Champion,WW,Racing,H2F Informationssysteme GmbH,H2F Informationssysteme GmbH,,,,,,,2010-06-11, +/games/boxart/full_2595255AmericaFrontccc.jpg,MTX Mototrax,PC,Racing,Aspyr,Aspyr,,,,,,,2004-11-15, +/games/boxart/full_driving-school_7JapanFront.jpg,Multimedia Shinsho: Driving School - Futsuu Menkyoka Hen,3DO,Racing,Unknown,"Jiscsoft Co., Ltd.",,,,,,,1995-10-25, +/games/boxart/full_3935463AmericaFrontccc.png,MX vs. ATV Reflex (PSP),PSN,Racing,THQ,Tantalus Interactive,,,,,,,2009-12-02, +/games/boxart/full_3355369PALFrontccc.jpg,MX vs. ATV Supercross,PC,Racing,Nordic Games,Rainbow Studios,,,,,,,2014-10-28,2018-04-17 +/games/boxart/full_mx-vs-atv-unleashed_461AmericaFront.jpg,MX vs. ATV Unleashed,PC,Racing,THQ,Rainbow Studios,,,,,,,2006-01-16, +/games/boxart/full_8805223AmericaFrontccc.png,MX vs. ATV Untamed,PSN,Racing,THQ,Rainbow Studios,,,,,,,2009-10-01, +/games/boxart/full_7276443AmericaFrontccc.jpg,MX vs. ATV Untamed,XBL,Racing,THQ,Rainbow Studios,,,,,,,2009-08-11, +/games/boxart/full_mx-vs-atv-alive_80AmericaFront.jpg,MX vs. ATV: Alive,PSN,Racing,THQ,Rainbow Studios,,,,,,,2011-10-25, +/games/boxart/full_4132454PALFrontccc.jpg,MXGP 3: The Official Motocross Videogame,PC,Racing,Milestone,Milestone,,,,,,,2017-05-30,2018-06-25 +/games/boxart/full_6130045PALFrontccc.jpg,Myth Makers: Super Kart GP,PS2,Racing,Phoenix Games,Data Design Interactive,,,,,,,2007-01-01, +/games/boxart/full_n2o-nitrous-oxide_8AmericaFront.jpg,N2O: Nitrous Oxide,PSN,Racing,Zoo Digital Publishing,Gremlin Interactive,,,,,,,2008-01-10, +/games/boxart/full_1468046JapanFrontccc.jpg,Naniwa Wangan Battle,PS,Racing,Medioza,Medioza,,,,,,,1998-03-26, +/games/boxart/full_3185596PALFrontccc.jpg,NASCAR '14,PC,Racing,Deep Silver,Eutechnyx,,,,,,,2014-02-18,2018-11-04 +/games/boxart/full_5546753AmericaFrontccc.jpg,NASCAR 2000,GB,Racing,EA Sports,THQ,,,,,,,2000-07-01, +/games/boxart/full_1120708AmericaFrontccc.jpg,NASCAR 2000,PC,Racing,EA Sports,Stormfront Studios,,,,,,,2000-02-29, +/games/boxart/full_4353549AmericaFrontccc.jpg,NASCAR 98,SAT,Racing,EA Sports,EA Sports,,,,,,,1997-08-31, +/games/boxart/full_5903118AmericaFrontccc.jpg,NASCAR 99: Legacy,PS,Racing,EA Sports,EA Sports,,,,,,,1999-01-01, +/games/boxart/full_8470313AmericaFrontccc.jpg,NASCAR Challenge,GB,Racing,Majesco,Morning Star Multimedia,,,,,,,1999-12-01, +/games/boxart/full_4607590AmericaFrontccc.jpg,NASCAR Craftsman Truck Series Racing,PC,Racing,Sierra Entertainment,Sierra Entertainment,,,,,,,1999-04-01, +/games/boxart/full_9299147AmericaFrontccc.jpg,NASCAR Heat,PC,Racing,Hasbro Interactive,Monster Games Inc.,,,,,,,2000-09-27, +/games/boxart/full_2989537AmericaFrontccc.jpg,NASCAR Heat,GB,Racing,Majesco,Game Titan,,,,,,,2000-12-01, +/games/boxart/full_2690591AmericaFrontccc.jpg,NASCAR Heat 2,PC,Racing,704Games,Monster Games,,,,,,,2017-09-12,2018-06-25 +/games/boxart/full_3890736AmericaFrontccc.jpg,NASCAR Heat Evolution,PC,Racing,Dusenberry Martin Racing,Monster Games,,,,,,,2016-09-13, +/games/boxart/full_3582118AmericaFrontccc.jpg,NASCAR Legends,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1999-10-31, +/games/boxart/full_9658429AmericaFrontccc.jpg,NASCAR Racers,GB,Racing,Majesco,Digital Eclipse,,,,,,,2000-12-01, +/games/boxart/full_nascar-racers_997AmericaFront.jpg,NASCAR Racers,PC,Racing,Hasbro Interactive,Hasbro Interactive,,,,,,,2000-11-21, +/games/boxart/full_5093863AmericaFrontccc.jpg,NASCAR Racers,PS,Racing,Hasbro Interactive,Hasbro Interactive,,,,,,,2000-11-22, +/games/boxart/full_6759302AmericaFrontccc.jpg,NASCAR Racing,PC,Racing,Papyrus,Papyrus,,,,,,,1994-01-01, +/games/boxart/full_8469907AmericaFrontccc.jpg,NASCAR Racing 2002 Season,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,2002-02-14, +/games/boxart/full_2314585AmericaFrontccc.jpg,NASCAR Racing 2003 Season,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,2003-02-14, +/games/boxart/full_1373395AmericaFrontccc.jpg,NASCAR Racing 3,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1999-08-31, +/games/boxart/full_548534AmericaFrontccc.jpg,NASCAR Racing 4,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,2001-02-06, +/games/boxart/default.jpg,NASCAR Racing Online Series,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1999-01-01, +/games/boxart/full_nascar-racing-1999-edition_762AmericaFront.jpg,NASCAR Racing: 1999 Edition,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1998-01-01, +/games/boxart/full_5307408AmericaFrontccc.jpg,NASCAR Revolution,PC,Racing,EA Sports,Stormfront Studios,,,,,,,1999-01-31, +/games/boxart/full_9949864AmericaFrontccc.jpg,NASCAR Revolution SE,PC,Racing,EA Sports,Stormfront Studios,,,,,,,1999-10-01, +/games/boxart/full_3867765AmericaFrontccc.jpg,NASCAR Road Racing,PC,Racing,EA Sports,FarSight Studios,,,,,,,1999-05-26, +/games/boxart/full_8003571AmericaFrontccc.jpg,NASCAR SimRacing,PC,Racing,EA Sports,EA Tiburon,,,,,,,2005-02-15, +/games/boxart/full_3467685AmericaFrontccc.jpg,NASCAR Thunder 2003,PC,Racing,EA Sports,EA Tiburon,,,,,,,2002-10-16, +/games/boxart/full_4845079AmericaFrontccc.jpg,NASCAR Thunder 2003,PS,Racing,EA Sports,BudCat Creations,,,,,,,2002-09-19, +/games/boxart/full_2017903AmericaFrontccc.jpg,NASCAR Thunder 2004,PS,Racing,EA Sports,BudCat Creations,,,,,,,2003-09-16, +/games/boxart/full_9836741AmericaFrontccc.jpg,NASCAR Thunder 2004,PC,Racing,EA Sports,EA Tiburon,,,,,,,2003-09-16, +/games/boxart/full_3937551AmericaFrontccc.jpg,Need for Speed Carbon,XBL,Racing,Electronic Arts,EA Canada,,,,,,,2009-08-11, +/games/boxart/full_8601886AmericaFrontccc.png,Need for Speed Carbon: Own the City,PSN,Racing,Electronic Arts,EA Black Box,,,,,,,2009-09-30, +/games/boxart/full_8583169AmericaFrontccc.jpg,Need for Speed Carbon: Own the City,GBA,Racing,Electronic Arts,EA Black Box,,,,,,,2006-10-31, +/games/boxart/full_9339526AmericaFrontccc.jpg,Need for Speed Collector's Series,PS2,Racing,Electronic Arts,Electronic Arts,,,,,,,2006-11-14, +/games/boxart/full_5984543AmericaFrontccc.jpg,Need for Speed II,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1997-04-02, +/games/boxart/full_8391688AmericaFrontccc.jpg,Need for Speed II,PS,Racing,Electronic Arts,EA Canada,,,,,,,1997-03-31, +/games/boxart/7408322ccc.jpg,Need for Speed II SE,PC,Racing,Electronic Arts,Electronic Arts,,,,,,,1997-01-01, +/games/boxart/full_4446757AmericaFrontccc.jpg,Need for Speed III: Hot Pursuit,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1998-09-27, +/games/boxart/default.jpg,Need for Speed No Limits,And,Racing,Electronic Arts,Firemonkeys,,,,,,,2020-12-31, +/games/boxart/full_5332078AmericaFrontccc.png,Need for Speed Underground Rivals,PSN,Racing,Electronic Arts,Team Fusion,,,,,,,2009-09-30, +/games/boxart/9309010ccc.jpg,Need For Speed: High Stakes,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1999-06-20, +/games/boxart/full_need-for-speed-hot-pursuit_993AmericaFront.jpg,Need for Speed: Hot Pursuit,XBL,Racing,Electronic Arts,Criterion Games,8.7,,,,,,2011-07-26, +/games/boxart/full_need-for-speed-hot-pursuit_502AmericaFront.jpg,Need for Speed: Hot Pursuit,PSN,Racing,Electronic Arts,Criterion Games,8.9,,,,,,2011-12-06, +/games/boxart/full_4246360AmericaFrontccc.jpg,Need for Speed: Most Wanted,XBL,Racing,Electronic Arts,EA Canada,9,,,,,,2009-08-11, +/games/boxart/full_5905278AmericaFrontccc.png,Need for Speed: Most Wanted 5-1-0,PSN,Racing,Electronic Arts,EA Canada,7.4,,,,,,2009-09-30, +/games/boxart/full_need-for-speed-nitro-x_354AmericaFront.jpg,Need for Speed: Nitro-X,DSiW,Racing,Electronic Arts,Electronic Arts,,,,,,,2010-11-15, +/games/boxart/full_need-for-speed-porsche-2000-moto-racer-2_340PALFront.jpg,Need for Speed: Porsche 2000 / Moto Racer 2,PS,Racing,Electronic Arts,Eden Studios / Delphine Software International,,,,,,,2002-09-13, +/games/boxart/full_7897090AmericaFrontccc.jpg,Need for Speed: Porsche Unleashed,PC,Racing,Electronic Arts,EA Canada,,,,,,,2000-03-22, +/games/boxart/full_8790714AmericaFrontccc.png,Need for Speed: ProStreet,PSN,Racing,Electronic Arts,EA Black Box,,,,,,,2009-09-30, +/games/boxart/full_3690236AmericaFrontccc.jpg,Need for Speed: ProStreet,XBL,Racing,Electronic Arts,EA Black Box,,,,,,,2009-08-25, +/games/boxart/full_need-for-speed-shift_810AmericaFront.jpg,Need for Speed: Shift,XBL,Racing,Electronic Arts,Slightly Mad Studios,,,,,,,2011-01-11, +/games/boxart/full_7657649AmericaFrontccc.png,Need for Speed: Shift,PSN,Racing,Electronic Arts,EA Bright Light,,,,,,,2009-09-30, +/games/boxart/full_need-for-speed-shift-exotic-racing-series_782AmericaFront.jpg,Need for Speed: Shift - Exotic Racing Series,XBL,Racing,Unknown,Slightly Mad Studios,,,,,,,, +/games/boxart/full_need-for-speed-shift-exotic-racing-series_962AmericaFront.jpg,Need for Speed: Shift - Exotic Racing Series,PSN,Racing,Unknown,Slightly Mad Studios,,,,,,,, +/games/boxart/full_need-for-speed-shift-ferrari-racing-series_639AmericaFront.jpg,Need for Speed: Shift - Ferrari Racing Series,XBL,Racing,Electronic Arts,Slightly Mad Studios,,,,,,,2010-02-16, +/games/boxart/full_need-for-speed-shift-2-unleashed_630AmericaFront.jpg,Need for Speed: Shift 2: Unleashed,PSN,Racing,Electronic Arts,Slightly Mad Studios,8.4,,,,,,2011-10-04, +/games/boxart/full_need-for-speed-undercover_9JapanFront.jpg,Need for Speed: Undercover,PSN,Racing,Electronic Arts,Piranha Games,,,,,,,2010-07-29, +/games/boxart/7623379ccc.jpg,Need for Speed: V-Rally 2,PS,Racing,Electronic Arts,Eden Studios,,,,,,,1999-10-31, +/games/boxart/9913504ccc.jpg,Need for Speed: V-Rally 2,PS,Racing,Unknown,"Electronic Arts, Eden Studios",,,,,,,, +/games/boxart/full_need-for-speed-world-online_504AmericaFront.jpg,Need for Speed: World Online,PC,Racing,Electronic Arts,Black Box/EA Shanghai,,,,,,,2010-07-20, +/games/boxart/full_6625122AmericaFrontccc.jpg,New Rally-X,XBL,Racing,Namco Bandai,Namco Bandai Games,4.2,,,,,,2006-12-27, +/games/boxart/default.jpg,New Rally-X (Arcade),VC,Racing,Namco Bandai,Namco,,,,,,,2009-10-06, +/games/boxart/full_6428220AmericaFrontccc.jpg,Newman/Haas Indy Car featuring Nigel Mansell,SNES,Racing,Acclaim Entertainment,Gremlin Interactive,,,,,,,1994-11-01, +/games/boxart/full_8607777AmericaFrontccc.jpg,NickToons Racing,GB,Racing,Hasbro Interactive,Pipe Dream Interactive,,,,,,,2000-12-07, +/games/boxart/full_3013855AmericaFrontccc.jpg,NickToons Racing,PC,Racing,Hasbro Interactive,Software Creations,,,,,,,2000-09-18, +/games/boxart/full_1999243AmericaFrontccc.jpg,Nigel Mansell's Indy Car Racing,GEN,Racing,Acclaim Entertainment,Gremlin Interactive,,,,,,,1994-01-01, +/games/boxart/6293974ccc.jpg,Nigel Mansell's World Championship Racing,GB,Racing,GameTek,Gremlin Interactive,,,,,,,1993-08-01, +/games/boxart/full_2708081AmericaFrontccc.jpg,Nigel Mansell's World Championship Racing,GEN,Racing,GameTek,Gremlin Graphics Software,,,,,,,1993-01-01, +/games/boxart/full_6782152AmericaFrontccc.jpg,Nigel Mansell's World Championship Racing,SNES,Racing,GameTek,Gremlin Graphics,,,,,,,1993-07-01, +/games/boxart/full_2675798AmericaFrontccc.jpg,Night Driver,2600,Racing,Atari,Atari,,,,,,,1978-10-01, +/games/boxart/full_1491433JapanFrontccc.jpg,Night Striker,SCD,Racing,Taito,Taito Corporation,,,,,,,1993-05-28, +/games/boxart/9011908ccc.jpg,Nitrobike,PS2,Racing,Ubisoft,Left Field Productions,,,,,,,2008-10-14, +/games/boxart/full_9457869AmericaFrontccc.jpg,Novadrome,XBL,Racing,Buena Vista,Stainless Games,,,,,,,2006-12-20, +/games/boxart/default.jpg,Off Road Drive,X360,Racing,Unknown,Avalon Style,,,,,,,, +/games/boxart/default.jpg,Off Road Drive,PS3,Racing,Unknown,Avalon Style,,,,,,,, +/games/boxart/default.jpg,Off-Road Drive,X360,Racing,1C Company,Avalon Style,,,,,,,2020-12-31, +/games/boxart/default.jpg,Off-Road Drive,PS3,Racing,1C Company,Avalon Style,,,,,,,2020-12-31, +/games/boxart/8681888ccc.jpg,Off-World Interceptor,3DO,Racing,Crystal Dynamics,Crystal Dynamics,,,,,,,1994-01-01, +/games/boxart/7937151ccc.jpg,Off-World Interceptor Extreme,SAT,Racing,Crystal Dynamics,Crystal Dynamics,,,,,,,1995-09-29, +/games/boxart/full_9417168PALFrontccc.jpg,Offroad Extreme!,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, +/games/boxart/full_one-two-boat-racing_0AmericaFront.jpg,One Two Boat Racing,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-04, +/games/boxart/full_5511617JapanFrontccc.jpg,Option Tuning Car Battle 2,PS,Racing,Jaleco,Jaleco Entertainment,,,,,,,1999-02-18, +/games/boxart/full_7925662JapanFrontccc.jpg,Option Tuning Car Battle Spec-R,PS,Racing,MTO,Unknown,,,,,,,2000-05-11, +/games/boxart/98556ccc.jpg,Out of Gas,GB,Racing,FCI,Realtime Associates,,,,,,,1992-10-01, +/games/boxart/5769962ccc.jpg,OutRun,MS,Racing,Sega,Sega-AM2,,,,,,,1987-01-01, +/games/boxart/full_6440918JapanFrontccc.jpg,OutRun,PCE,Racing,NEC Avenue,NEC Avenue,,,,,,,1990-12-21, +/games/boxart/590415ccc.jpg,OutRun,GEN,Racing,Sega,Sanritsu,,,,,,,1991-01-01, +/games/boxart/full_outrun_8PALFront.jpg,OutRun,GG,Racing,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_1509463AmericaFrontccc.jpg,OutRun 2006: Coast 2 Coast,PC,Racing,Sega,Sumo Digital,,,,,,,2006-06-27, +/games/boxart/full_542617AmericaFrontccc.jpg,OutRun 2019,GEN,Racing,Sega,SIMS,,,,,,,1993-01-01, +/games/boxart/full_2349450PALFrontccc.jpg,OutRun 3-D,MS,Racing,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_5641880PALFrontccc.jpg,OutRun Europa,MS,Racing,U.S. Gold,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_2567860AmericaFrontccc.jpg,OutRun Europa,GG,Racing,U.S. Gold,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_1765967AmericaFrontccc.jpg,OutRun Online Arcade,XBL,Racing,Sega,Sumo Digital,8,,,,,,2009-04-15, +/games/boxart/full_outrun-online-arcade_10PALFront.jpg,OutRun Online Arcade,PSN,Racing,Unknown,Sumo Digital,8,,,,,,, +/games/boxart/full_2095118JapanFrontccc.jpg,OutRun2 SP Special Tours,PS2,Racing,Sega,Sumo Digital,,,,,,,2007-02-08, +/games/boxart/full_3960511AmericaFrontccc.jpg,Pac-Man World Rally,PC,Racing,Namco Bandai,Smart Bomb Interactive,,,,,,,2006-08-31, +/games/boxart/full_6707236PALFrontccc.jpg,Paris-Dakar Rally,PC,Racing,Acclaim Entertainment,Broadsword Interactive,,,,,,,2001-08-31, +/games/boxart/full_payload_26AmericaFront.jpg,Payload,NGage,Racing,Nokia,Tantalus Interactive,,,,,,,2005-11-14, +/games/boxart/full_peak-performance_812JapanFront.jpg,Peak Performance,PSN,Racing,Atlus,Cave,,,,,,,2010-11-10, +/games/boxart/full_7102793PALFrontccc.jpg,Penny Racers,GBA,Racing,Takara,Xicat Interactive,,,,,,,2002-10-18, +/games/boxart/full_8714706JapanFrontccc.jpg,Perfect Choro Q,GB,Racing,Takara,Eleca,,,,,,,2000-08-11, +/games/boxart/full_7541364AmericaFrontccc.jpg,Pet Racer,PC,Racing,Strategy First,Techland,,,,,,,2003-01-01, +/games/boxart/8855384ccc.jpg,Pimp My Ride,PS2,Racing,Activision,Eutechnyx,,,,,,,2006-11-21, +/games/boxart/full_4712720PALFrontccc.jpg,Pitstop II,VC,Racing,Commodore,Synergystic Software,,,,,,,2009-02-23, +/games/boxart/default.jpg,Pixel Car Racer,And,Racing,Unknown,Unknown,,,,,,,, +/games/boxart/5912933ccc.jpg,PixelJunk Racers,PSN,Racing,Sony Computer Entertainment,Q-Games,5.9,,,,,,2007-09-13, +/games/boxart/full_pixeljunk-racers-2nd-lap_3AmericaFront.jpg,PixelJunk Racers: 2nd Lap,PSN,Racing,Sony Computer Entertainment,Q-Games,6.6,,,,,,2010-08-24, +/games/boxart/full_4620947AmericaFrontccc.jpg,Plane Crazy,PC,Racing,SegaSoft,"Inner Workings, Ltd.",,,,,,,1998-09-30, +/games/boxart/full_757696AmericaFrontccc.jpg,Pocket Racers,GB,Racing,Interplay,Interplay,,,,,,,1991-01-01, +/games/boxart/full_pocket-racing_2PALFront.jpg,Pocket Racing,GB,Racing,Virgin Interactive,MTO,,,,,,,2000-01-01, +/games/boxart/full_803939AmericaFrontccc.jpg,PocketBike Racer,X360,Racing,King Games,Blitz Games,5.4,,,,,,2006-11-19, +/games/boxart/9147074ccc.jpg,PocketBike Racer,XB,Racing,King Games,Blitz Games,5.1,,,,,,2006-11-19, +/games/boxart/1551538ccc.jpg,POD,PC,Racing,Ubisoft,Ubisoft,,,,,,,1997-02-28, +/games/boxart/full_2209257AmericaFrontccc.jpg,POD: Planet of Death,PC,Racing,Unknown,Ubi Soft,,,,,,,, +/games/boxart/1486344ccc.jpg,POD: Speedzone,DC,Racing,Ubisoft,Ubisoft,5.4,,,,,,2000-12-05, +/games/boxart/default.jpg,Pokosuka Racing,WW,Racing,Recom,Recom,,,,,,,2010-03-16, +/games/boxart/full_polaris-snocross_985PALFront.jpg,Polaris SnoCross,PC,Racing,Infogrames,Vicarious Visions,,,,,,,2001-12-19, +/games/boxart/full_36693AmericaFrontccc.jpg,Polaris SnoCross,GB,Racing,Vatical Entertainment,Vicarious Visions,,,,,,,2000-02-01, +/games/boxart/2473541ccc.jpg,Pole Position,5200,Racing,Atari,Namco,,,,,,,1983-01-01, +/games/boxart/full_pole-position_9AmericaFront.jpg,Pole Position,PC,Racing,Thunder Mountain,Namco America Inc.,,,,,,,1986-01-01, +/games/boxart/5314091ccc.jpg,Pole Position II,7800,Racing,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_6999014AmericaFrontccc.jpg,POLICE CHASE,PC,Racing,Unknown,COSMI Corporation,,,,,,,, +/games/boxart/full_pop-island-paperfield_6AmericaFront.jpg,Pop Island: Paperfield,DSiW,Racing,Odenis Studios,Odenis Studio,,,,,,,2010-07-12, +/games/boxart/full_post-apocalyptic-mayhem_297AmericaFront.jpg,Post Apocalyptic Mayhem,PC,Racing,Meridian4,Steel Monkeys,,,,,,,2011-03-17, +/games/boxart/full_6768267JapanFrontccc.jpg,Power Drift,PCE,Racing,Asmik Ace Entertainment,Copya Systems,,,,,,,1990-04-13, +/games/boxart/default.jpg,Power Drive,PC,Racing,U.S. Gold,Rage Software plc,,,,,,,1994-01-01, +/games/boxart/full_108941PALFrontccc.jpg,Power Drive,GEN,Racing,U.S. Gold,Rage Software,,,,,,,1994-01-01, +/games/boxart/9617695ccc.jpg,Power Drive Rally,AJ,Racing,Time Warner Interactive,Time Warner Interactive,,,,,,,1995-01-01, +/games/boxart/full_827207JapanFrontccc.jpg,Power Jet Racing 2001,DC,Racing,CRI,CSK Research Institute,,,,,,,2001-03-22, +/games/boxart/7848878ccc.jpg,Power Racer,GB,Racing,Tecmo,Tecmo,,,,,,,1990-01-02, +/games/boxart/full_3610768AmericaFrontccc.jpg,Power Rangers Zeo: Battle Racers,SNES,Racing,Bandai,Natsume,,,,,,,1996-09-01, +/games/boxart/2567887ccc.jpg,Powerboat GT,PC,Racing,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2008-02-29, +/games/boxart/full_100863PALFrontccc.jpg,Powerdrome,PC,Racing,Zoo Digital Publishing,Argonaut Games,,,,,,,2005-08-11, +/games/boxart/full_powerslide_3AmericaFront.jpg,Powerslide,3DO,Racing,Unknown,Elite Systems Ltd.,,,,,,,2007-07-01, +/games/boxart/4514597ccc.jpg,Powerslide,PC,Racing,GT Interactive,Ratbag,,,,,,,1998-11-30, +/games/boxart/full_1175251AmericaFrontccc.jpg,Pro Race Driver,PC,Racing,Codemasters,Codemasters,,,,,,,2003-04-17, +/games/boxart/full_7997151PALFrontccc.jpg,Pro Rally 2001,PC,Racing,Ubisoft,Ubisoft Barcelona,,,,,,,2000-12-15, +/games/boxart/full_5079306AmericaFrontccc.png,Project CARS,X360,Racing,Bandai Namco Games,Slightly Mad Studios,,,,,,,2014-04-01,2018-01-05 +/games/boxart/full_7770426AmericaFrontccc.png,Project CARS,PS3,Racing,Bandai Namco Games,Slightly Mad Studios,,,,,,,2014-04-01,2018-01-05 +/games/boxart/default.jpg,Project Gotham Racing 5,X360,Racing,Unknown,Bizarre Creations,,,,,,,, +/games/boxart/full_puffins-lets-race_7AmericaFront.jpg,Puffins: Let's Race,DSiW,Racing,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2010-07-26,2018-10-08 +/games/boxart/4566770ccc.jpg,Pure,PC,Racing,Disney Interactive Studios,Black Rock Studio,7,,,,,,2008-09-16, +/games/boxart/full_pure_208AmericaFront.jpg,Pure,PSN,Racing,Disney Interactive Studios,Black Rock Studio,,,,,,,2011-02-15, +/games/boxart/full_pure_729AmericaFront.jpg,Pure,XBL,Racing,Disney Interactive Studios,Black Rock Studio,,,,,,,2011-02-23, +/games/boxart/full_4569872AmericaFrontccc.png,Pursuit Force,PSN,Racing,Sony Computer Entertainment,Bigbig Studios,7.3,,,,,,2009-05-07, +/games/boxart/full_7067670AmericaFrontccc.png,Pursuit Force: Extreme Justice,PSN,Racing,Sony Computer Entertainment,Bigbig Studios,7.3,,,,,,2009-05-13, +/games/boxart/default.jpg,PyroBlazer,Wii,Racing,Unknown,Eipix,,,,,,,, +/games/boxart/426477ccc.jpg,Quad Challenge,GEN,Racing,Namco,Namco,,,,,,,1991-01-01, +/games/boxart/4909096ccc.gif,Quad Desert Fury,GBA,Racing,Majesco,Skyworks Technologies,,,,,,,2003-09-25, +/games/boxart/full_5495366AmericaFrontccc.jpg,R.C. Grand Prix,GG,Racing,Absolute Entertainment,Absolute Entertainment,,,,,,,1992-01-01, +/games/boxart/1250840ccc.jpg,R.C. Grand Prix,MS,Racing,Seismic,Imagineering Inc.,,,,,,,1989-01-01, +/games/boxart/7480227ccc.jpg,R.C. Pro-Am II,NES,Racing,Tradewest,Rare Ltd.,,,,,,,1992-12-01, +/games/boxart/full_r4-ridge-racer-type-4_947AmericaFront.jpg,R4: Ridge Racer Type 4,PSN,Racing,Sony Computer Entertainment,Namco,,,,,,,2011-03-08, +/games/boxart/default.jpg,Race,GIZ,Racing,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_7783167AmericaFrontccc.jpg,RACE 07: Official WTCC Game,PC,Racing,Viva Media,SimBin,,,,,,,2007-10-09, +/games/boxart/4742127ccc.jpg,Race Days,GB,Racing,GameTek,Gremlin Interactive,,,,,,,1994-11-01, +/games/boxart/3006918ccc.jpg,Race Drivin',SNES,Racing,THQ,Imagineer,,,,,,,1992-10-01, +/games/boxart/4917733ccc.jpg,Race Drivin',GB,Racing,THQ,Argonaut Games,,,,,,,1993-01-01, +/games/boxart/full_4446760AmericaFrontccc.png,Race The Traffic,And,Racing,Unknown,Gameville Studio Inc.,,,,,,,2014-07-01, +/games/boxart/full_3705922AmericaFrontccc.jpg,Race: Auto Racing,2600,Racing,Sears,Telegames,,,,,,,1977-01-01, +/games/boxart/full_9516109PALFrontccc.jpg,RACE: The WTCC Game,PC,Racing,Viva Media,SimBin,,,,,,,2006-11-24, +/games/boxart/full_race-the-wtcc-game-caterham-expansion_420PALFront.jpg,RACE: The WTCC Game - Caterham Expansion,PC,Racing,Eidos Interactive,SimBin,,,,,,,2007-06-22, +/games/boxart/full_5371327PALFrontccc.jpg,Racedriver GRID & Colin McRae: DiRT Double Pack,X360,Racing,Codemasters,Codemasters,,,,,,,2010-03-12, +/games/boxart/full_racers-islands-crazy-arenas_999AmericaFront.jpg,Racers' Islands: Crazy Arenas,WW,Racing,Zallag,Artefacts Studio,,,,,,,2010-12-06, +/games/boxart/full_racers-islands-crazy-racers_4AmericaFront.jpg,Racers' Islands: Crazy Racers,WW,Racing,Zallag,Artefacts Studio,,,,,,,2010-10-04, +/games/boxart/full_7259570AmericaFrontccc.jpg,Racin' Ratz,GB,Racing,Mattel Interactive,KnowWonder,,,,,,,2000-01-01, +/games/boxart/8834937ccc.jpg,Racing,PS,Racing,Agetec,Tamsoft,,,,,,,2000-12-28, +/games/boxart/full_6821651AmericaFrontccc.jpg,Racing Aces,SCD,Racing,Sega,Hammond & Leyland,,,,,,,1993-12-31, +/games/boxart/full_racing-damashii_1JapanFront.jpg,Racing Damashii,GB,Racing,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-02-28, +/games/boxart/full_racing-damashii_8JapanFront.jpg,Racing Damashii,PCE,Racing,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-07-19, +/games/boxart/full_4145771PALFrontccc.jpg,Racing Fever,GBA,Racing,Neko Entertainment,Naps Team,,,,,,,2005-01-01, +/games/boxart/full_99638AmericaFrontccc.jpg,Racing Pak,2600,Racing,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_4137560AmericaFrontccc.jpg,Rad Racer II,NES,Racing,Square,Square,,,,,,,1990-06-01, +/games/boxart/full_radical-psycho-machine-racing_692AmericaFront.jpg,Radical Psycho Machine Racing,SNES,Racing,Interplay,Silicon & Synapse,,,,,,,1991-11-01, +/games/boxart/full_7566998AmericaFrontccc.jpg,RadRiverRun,XBL,Racing,Microsoft,MadMojo,,,,,,,2009-09-28, +/games/boxart/full_7883761AmericaFrontccc.jpg,Raging Thunder 2,And,Racing,Polarbit,Polarbit,,,,,,,2010-04-01, +/games/boxart/default.jpg,RailYard,GIZ,Racing,Unknown,Laddha Inc,,,,,,,, +/games/boxart/full_5709518PALFrontccc.jpg,Rally Championship,PS2,Racing,Codemasters,Warthog,,,,,,,2002-05-31, +/games/boxart/full_9656069AmericaFrontccc.jpg,Rally Championship,PC,Racing,Virgin Interactive,REEVEsoft,,,,,,,1997-06-30, +/games/boxart/full_rally-championship-xtreme_782PALFront.jpg,Rally Championship Xtreme,PC,Racing,Unknown,Warthog,,,,,,,2001-11-02, +/games/boxart/full_2610087AmericaFrontccc.png,Rally Cross,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2007-01-10, +/games/boxart/full_ram-racing_844AmericaFront.jpg,Ram Racing,DS,Racing,Storm City Games,Storm City Entertainment,,,,,,,2011-10-12, +/games/boxart/full_ram-racing_599AmericaFront.jpg,Ram Racing,Wii,Racing,Storm City Games,Storm City Entertainment,,,,,,,2011-10-12, +/games/boxart/full_rapid-assault_783AmericaFront.jpg,Rapid Assault,PC,Racing,IBM,GTE Entertainment,,,,,,,1995-01-01, +/games/boxart/full_8160464AmericaFrontccc.jpg,Rascal Racers,PS,Racing,Telegames,Miracle Designs,,,,,,,2004-01-01, +/games/boxart/default.jpg,Rascal Racers,PSN,Racing,Midas Interactive Entertainment,Miracle Designs,,,,,,,2011-06-02, +/games/boxart/full_ray-tracers_4JapanFront.jpg,Ray Tracers,PSN,Racing,Taito,Taito Corporation,,,,,,,2008-10-29, +/games/boxart/full_6600374AmericaFrontccc.jpg,RC Racing 360,XBL,Racing,Microsoft,Diego Malinverni,,,,,,,2010-01-04, +/games/boxart/full_9236732AmericaFrontccc.jpg,RC Revenge,PS,Racing,Acclaim Entertainment,Acclaim Entertainment,,,,,,,2000-08-16, +/games/boxart/full_5115785PALFrontccc.jpg,RC Toy Machines,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2004-11-05, +/games/boxart/3093542ccc.jpg,Re-Volt,DC,Racing,Acclaim Entertainment,Probe Entertainment Limited,7.7,,,,,,1999-12-17, +/games/boxart/full_7282265AmericaFrontccc.jpg,Re-Volt,PC,Racing,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1999-07-31, +/games/boxart/full_1070392AmericaFrontccc.jpg,RE-VOLT 2 : MULTIPLAYER,And,Racing,XWego,XWego,,,,,,,2014-07-29, +/games/boxart/full_6811439AmericaFrontccc.jpg,Redline F-1 Racer,SNES,Racing,Absolute Entertainment,Genki,,,,,,,1993-09-01, +/games/boxart/full_6902397AmericaFrontccc.jpg,Redout,NS,Racing,Nicalis,Nicalis,,,,,,,2018-12-30,2018-08-15 +/games/boxart/full_remote-racers_992AmericaFront.jpg,Remote Racers,DSiW,Racing,Qubic Games,NoWay Studio,,,,,,,2011-02-21, +/games/boxart/full_rescue-24-hours_393JapanFront.jpg,Rescue 24 Hours,PSN,Racing,GungHo,CS,,,,,,,2011-03-09, +/games/boxart/full_rescue-24-hours_748JapanFront.jpg,Rescue 24 Hours,PS,Racing,Unknown,CS,,,,,,,1997-03-14, +/games/boxart/full_richard-burns-rally_1AmericaFront.jpg,Richard Burns Rally,GIZ,Racing,Gizmondo Studios,Gizmondo Studios,,,,,,,2005-10-22, +/games/boxart/full_richard-burns-rally_834AmericaFront.jpg,Richard Burns Rally,XB,Racing,Unknown,Warthog,,,,,,,, +/games/boxart/full_196669PALFrontccc.jpg,Richard Burns Rally,PS2,Racing,SCi,Warthog,,,,,,,2004-07-09, +/games/boxart/full_3387100AmericaFrontccc.png,Ridge Racer,PSN,Racing,Namco Bandai,Namco,,,,,,,2009-12-17, +/games/boxart/full_ridge-racer-2_105JapanFront.jpg,Ridge Racer 2,PSN,Racing,Namco Bandai,Namco Bandai Games,,,,,,,2011-01-12, +/games/boxart/full_9955541AmericaFrontccc.jpg,Ridge Racer 6,XBL,Racing,Namco Bandai,Namco,,,,,,,2009-08-11, +/games/boxart/full_ridge-racer-accelerated_8AmericaFront.jpg,Ridge Racer Accelerated,iOS,Racing,Unknown,Namco Networks America,,,,,,,, +/games/boxart/full_9001539PALFrontccc.jpg,Rig Racer 2,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-10-13, +/games/boxart/full_306525PALFrontccc.jpg,Rig Racer 2,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-07-12, +/games/boxart/full_581487AmericaFrontccc.jpg,Rig'n'Roll,PC,Racing,Unknown,Softlab-NSK,,,,,,,, +/games/boxart/full_8262580AmericaFrontccc.jpg,Road & Track Presents: The Need for Speed,PC,Racing,Electronic Arts,Pioneer Productions,,,,,,,1995-08-31, +/games/boxart/9831838ccc.jpg,Road & Track Presents: The Need for Speed,3DO,Racing,Electronic Arts Victor,Pioneer Productions,,,,,,,1994-01-01, +/games/boxart/9527602ccc.jpg,Road & Track Presents: The Need for Speed,SAT,Racing,Electronic Arts,Pioneer Productions,,,,,,,1996-01-01, +/games/boxart/full_5913448AmericaFrontccc.jpg,Road & Track Presents: The Need for Speed SE,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1997-01-01, +/games/boxart/full_6766919JapanFrontccc.jpg,Road Fighter,VC,Racing,Konami,Konami,,,,,,,2009-11-24, +/games/boxart/full_road-fighter_7PALFront.jpg,Road Fighter,NES,Racing,Konami,Konami,,,,,,,1992-06-18, +/games/boxart/full_road-rash_8AmericaFront.jpg,Road Rash,GG,Racing,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/2601180ccc.jpg,Road Rash,GB,Racing,Ocean,The Code Monkeys,,,,,,,1996-10-01, +/games/boxart/full_road-rash_10AmericaFront.jpg,Road Rash,GEN,Racing,Electronic Arts,Electronic Arts,,,,,,,1992-11-19, +/games/boxart/8484590ccc.jpg,Road Rash,3DO,Racing,Electronic Arts,Monkey Do Productions,,,,,,,1994-01-01, +/games/boxart/full_2474612AmericaFrontccc.jpg,Road Rash,SAT,Racing,Electronic Arts,Advanced Technology Group,,,,,,,1996-01-01, +/games/boxart/7313279ccc.jpg,Road Rash,SCD,Racing,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/full_road-rash_5PALFront.jpg,Road Rash,MS,Racing,U.S. Gold,Electronic Arts,,,,,,,1989-01-01, +/games/boxart/full_road-rash-gbc_10AmericaFront.jpg,Road Rash (GBC),GB,Racing,Electronic Arts,3d6 Games,,,,,,,2000-11-29, +/games/boxart/6911921ccc.jpg,Road Rash 3,GEN,Racing,Electronic Arts,Electronic Arts,,,,,,,1995-05-15, +/games/boxart/full_road-rash-ii_2AmericaFront.jpg,Road Rash II,GEN,Racing,Electronic Arts,Electronic Arts,,,,,,,1993-07-22, +/games/boxart/full_road-rash-win-95_7AmericaFront.jpg,Road Rash Win 95,PC,Racing,Electronic Arts,Electronic Arts,,,,,,,1996-09-30, +/games/boxart/5764233ccc.jpg,Road Riot 4WD,SNES,Racing,THQ,Equilibrium,,,,,,,1992-12-31, +/games/boxart/full_3480462PALFrontccc.jpg,Road Wars,PC,Racing,Activision,Intense Entertainment,,,,,,,2000-08-25, +/games/boxart/9082099ccc.jpg,RoadBlasters,Lynx,Racing,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_roadblasters_5AmericaFront.jpg,RoadBlasters,GEN,Racing,Tengen,Sterling Silver Software,,,,,,,1991-01-01, +/games/boxart/3004092ccc.jpg,RoadBlasters,NES,Racing,Mindscape,Beam Software,,,,,,,1990-01-01, +/games/boxart/full_roadster_10JapanFront.jpg,Roadster,GB,Racing,Tonkin House,Tonkin House,,,,,,,1990-10-19, +/games/boxart/full_9547489AmericaFrontccc.jpg,Roadsters,GB,Racing,Titus,Titus Software,3,,,,,,2000-01-01, +/games/boxart/full_7855013AmericaFrontccc.jpg,Roadsters,DC,Racing,Titus,Player 1,4.6,,,,,,2000-11-21, +/games/boxart/full_robot-wars-advanced-destruction_284AmericaFront.jpg,Robot Wars: Advanced Destruction,GBA,Racing,VU Games,Crawfish Interactive,,,,,,,2002-11-22, +/games/boxart/full_1922760AmericaFrontccc.jpg,Rock N' Roll Racing,GEN,Racing,Interplay,Silicon & Synapse,,,,,,,1994-04-04, +/games/boxart/full_rocks-in-spaaace_306AmericaFront.jpg,Rocks. In. Spaaace!,XBL,Racing,Microsoft,RetroZombie,,,,,,,2011-08-27, +/games/boxart/full_4643844AmericaFrontccc.jpg,Rollcage,PC,Racing,Psygnosis,Attention To Detail,,,,,,,1999-03-31, +/games/boxart/full_3991341AmericaFrontccc.jpg,Room Zoom: Race for Impact,GC,Racing,Jaleco,Blade Interactive,,,,,,,2005-03-15, +/games/boxart/full_5573852AmericaFrontccc.jpg,Room Zoom: Race for Impact,PC,Racing,Jaleco,Blade Interactive,,,,,,,2004-08-16, +/games/boxart/full_route-16-turbo_567JapanFront.jpg,Route-16 Turbo,NES,Racing,Sunsoft,SunSoft,,,,,,,1985-10-04, +/games/boxart/full_3458985PALFrontccc.jpg,RPM Tuning,PC,Racing,Wanadoo,Babylon Software,,,,,,,2005-04-28, +/games/boxart/full_2509070PALFrontccc.jpg,RPM Tuning,PS2,Racing,Wanadoo,Babylon Software,,,,,,,2004-11-19, +/games/boxart/full_runabout-3d_925JapanFront.jpg,Runabout 3D,3DS,Racing,Rocket Company,Climax Entertainment,,,,,,,2012-01-19, +/games/boxart/full_2643PALFrontccc.jpg,Rush Hour,PC,Racing,Psygnosis,Clockwork Games Ltd.,,,,,,,1997-01-01, +/games/boxart/default.jpg,Rush Rush Rally Racing,WW,Racing,Unknown,Senile Team,,,,,,,, +/games/boxart/full_rush-rush-rally-racing_6PALFront.jpg,Rush Rush Rally Racing,DC,Racing,RedSpot Games,Senile Team,,,,,,,2009-11-04, +/games/boxart/4110371ccc.jpg,S.C.A.R.S,PC,Racing,Ubisoft,Vivid Image,,,,,,,1998-11-30, +/games/boxart/full_sci-special-criminal-investigation_1JapanFront.jpg,S.C.I.: Special Criminal Investigation,PCE,Racing,Taito,Taito Corporation,,,,,,,1991-01-25, +/games/boxart/full_sci-special-criminal-investigation_3JapanFront.jpg,S.C.I.: Special Criminal Investigation,VC,Racing,Taito,Taito Corporation,,,,,,,2008-12-09, +/games/boxart/full_special-criminal-investigation_8PALFront.jpg,S.C.I.: Special Criminal Investigation,MS,Racing,Sega,Taito Corporation,,,,,,,1992-01-01, +/games/boxart/7014588ccc.jpg,San Francisco Rush 2049,DC,Racing,Midway Games,Midway,8.1,,,,,,2000-09-06, +/games/boxart/7461335ccc.jpg,San Francisco Rush 2049,GB,Racing,Midway Games,Handheld Games,,,,,,,2000-09-07, +/games/boxart/full_saru-get-you-pipo-saru-racer_2JapanFront.jpg,Saru! Get You! Pipo Saru Racer,PSN,Racing,Sony Computer Entertainment,epics / SCEI,,,,,,,2009-09-24,2018-09-18 +/games/boxart/full_saru-get-you-pipo-saru-racer_1JapanFront.jpg,Saru! Get You! Pipo Saru Racer,PSP,Racing,Sony Computer Entertainment,epics / SCEI,,,,,,,2006-12-07,2018-09-18 +/games/boxart/full_6295614AmericaFrontccc.jpg,Saturday Night Speedway,PC,Racing,Atari,Ratbag,,,,,,,2004-03-04, +/games/boxart/full_sbk-x-superbike-world-championship_2AmericaFront.jpg,SBK X: Superbike World Championship,PC,Racing,Deep Silver,Milestone S.r.l,,,,,,,2010-10-19, +/games/boxart/full_4189358PALFrontccc.jpg,SBK08 Superbike World Championship,PC,Racing,Unknown,Milestone,,,,,,,2020-12-31, +/games/boxart/full_4467496PALFrontccc.jpg,SBK09 Superbike World Championship,PS2,Racing,Black Bean Games,Milestone,,,,,,,2009-05-29, +/games/boxart/full_7263934PALFrontccc.jpg,SBK09 Superbike World Championship,PC,Racing,Black Bean Games,Milestone,,,,,,,2009-05-29, +/games/boxart/full_3827154AmericaFrontccc.jpg,Scorcher,PC,Racing,Scavenger,Zyrinx,,,,,,,1996-11-30, +/games/boxart/full_8469763AmericaFrontccc.jpg,Scorcher,SAT,Racing,Sega,Zyrinx,,,,,,,1996-11-30, +/games/boxart/full_6876067AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,PC,Racing,Activision,Left Field Productions,,,,,,,2008-10-28, +/games/boxart/full_739746AmericaFrontccc.jpg,Scrap Metal,XBL,Racing,Microsoft,Slick Entertainment,7.6,,,,,,2010-03-10, +/games/boxart/3141101ccc.jpg,Screamer,PC,Racing,Virgin Interactive,Graffiti,,,,,,,1995-10-31, +/games/boxart/full_4664658AmericaFrontccc.jpg,Screamer 2,PC,Racing,Virgin Interactive,Milestone S.r.l.,,,,,,,1996-09-30, +/games/boxart/default.jpg,Screamer 4x4,PC,Racing,Virgin Interactive,Clever's Develoement,,,,,,,2001-12-03, +/games/boxart/full_6923922AmericaFrontccc.png,Screamer Rally,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,, +/games/boxart/full_464269JapanFrontccc.jpg,SD Gundam Eiyuuden: Kishi Densetsu,WS,Racing,Bandai,Bandai,,,,,,,2001-03-15, +/games/boxart/full_6413865AmericaFrontccc.jpg,Sea-Doo HydroCross,PS,Racing,Vatical Entertainment,Vicarious Visions,,,,,,,2001-06-06, +/games/boxart/full_seaside-racing_10AmericaFront.jpg,Seaside Racing,XBL,Racing,Microsoft,Gustav Olsson,,,,,,,2010-07-25, +/games/boxart/full_7274524JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 13: OutRun,PS2,Racing,Sega,Sega,,,,,,,2004-05-27, +/games/boxart/full_sega-ages-2500-series-vol-2-monaco-gp_6JapanFront.jpg,Sega Ages 2500 Series Vol. 2: Monaco GP,PS2,Racing,Sega,Sega,,,,,,,2003-08-28, +/games/boxart/full_sega-ages-2500-series-vol-8-virtua-racing-flatout-_0JapanFront.jpg,Sega Ages 2500 Series Vol. 8: Virtua Racing -FlatOut-,PS2,Racing,Sega,Sega-AM2,,,,,,,2004-02-26, +/games/boxart/full_2568575JapanFrontccc.jpg,Sega Ages: OutRun,SAT,Racing,Sega,Sega,,,,,,,1996-09-20, +/games/boxart/full_332411JapanFrontccc.jpg,Sega Ages: Power Drift,SAT,Racing,Sega,Sega-AM2,,,,,,,1998-02-26, +/games/boxart/full_26283AmericaFrontccc.jpg,Sega GT,PC,Racing,Sega,Wow Entertainment,,,,,,,2001-10-19, +/games/boxart/full_sega-rally-championship_531AmericaFront.jpg,Sega Rally Championship,NGage,Racing,Unknown,Hitmaker,,,,,,,, +/games/boxart/full_7478737AmericaFrontccc.jpg,Sega Rally Championship,PC,Racing,Sega,Sega,,,,,,,1997-01-31, +/games/boxart/full_6976883AmericaFrontccc.jpg,Sega Rally Championship 2,PC,Racing,Sega,AM5,,,,,,,2000-01-01, +/games/boxart/full_sega-rally-online-arcade_575AmericaFront.jpg,SEGA Rally Online Arcade,X360,Racing,Sega,Sumo Digital,,,,,,,2011-05-18, +/games/boxart/full_sega-rally-online-arcade_660PALFront.png,SEGA Rally Online Arcade,PSN,Racing,Sega,Sumo Digital,,,,,,,2011-06-02, +/games/boxart/full_5025510AmericaFrontccc.png,Sega Rally Revo,PSN,Racing,Sega,BugBear,,,,,,,2009-12-17, +/games/boxart/full_3502700PALFrontccc.jpg,SEGA Rally Revo,XBL,Racing,Sega,Sega Racing Studio,,,,,,,2009-08-11, +/games/boxart/full_114303AmericaFrontccc.jpg,Sega Touring Car Championship,PC,Racing,Sega,Sega,,,,,,,1998-01-31, +/games/boxart/full_9005550AmericaFrontccc.jpg,Shanghai StreetRacer,PC,Racing,Team6,Team6 Game Studios,,,,,,,2004-03-01, +/games/boxart/full_shifters_328AmericaFront.jpg,Shifters,XBL,Racing,Microsoft,Third Eye,,,,,,,2011-04-03, +/games/boxart/full_8268966JapanFrontccc.jpg,Shin Bakusou Dekotora Densetsu,PS2,Racing,Spike,Spike,,,,,,,2005-02-10, +/games/boxart/full_3144199JapanFrontccc.jpg,Shinseiki GPX Cyber Formula,PS,Racing,Vap,Vap,,,,,,,1999-03-18, +/games/boxart/full_4353401JapanFrontccc.jpg,Shinseiki GPX Cyber Formula,GB,Racing,Varie,Varie,,,,,,,1992-02-28, +/games/boxart/full_3066004JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Aratanaru Chousensha,PS,Racing,Vap,Vap,,,,,,,2002-05-23, +/games/boxart/full_6947478JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The EVOLUTION,GC,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2004-07-29, +/games/boxart/full_2593043JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY,PS2,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2003-12-18, +/games/boxart/full_6639733JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY 2,PS2,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2005-08-11, +/games/boxart/full_9603185JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY 3,PS2,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2006-10-26, +/games/boxart/6751884ccc.jpg,Shrek Smash n' Crash Racing,GBA,Racing,Activision,Torus Games,,,,,,,2006-11-15, +/games/boxart/6593453ccc.jpg,Shrek Smash n' Crash Racing,PS2,Racing,Activision,Torus Games,,,,,,,2006-11-14, +/games/boxart/full_7555566JapanFrontccc.jpg,Simple 1500 Series Vol. 17: The Bike Race,PS,Racing,D3 Publisher,NCS,,,,,,,1999-11-01, +/games/boxart/full_3852732JapanFrontccc.jpg,Simple 1500 Series Vol. 25: The Keiba,PS,Racing,D3 Publisher,Nekogumi,,,,,,,2000-03-30, +/games/boxart/full_simple-1500-series-vol-38-the-real-racing-toyota_160JapanFront.jpg,Simple 1500 Series Vol. 38: The Real Racing: Toyota,PS,Racing,D3 Publisher,D3 Publisher,,,,,,,2000-09-14, +/games/boxart/full_5447844JapanFrontccc.jpg,Simple 1500 Series Vol. 78: The Zero Yon,PS,Racing,D3 Publisher,Quintet,,,,,,,2001-10-25, +/games/boxart/full_6387001JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 03: Kamen Rider: The Bike Race,PS,Racing,Bandai,Highwaystar,,,,,,,2001-10-25, +/games/boxart/full_3745584JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 17: Sentou Mecha Xabungle: The Racing Action,PS,Racing,Bandai,Access,,,,,,,2003-04-03, +/games/boxart/full_2623367JapanFrontccc.jpg,Simple DS Series Vol. 22: The Zero-Yon * Shinya,DS,Racing,D3 Publisher,Tamsoft,,,,,,,2007-09-20, +/games/boxart/full_1103846JapanFrontccc.jpg,Simple Wii Series Vol. 1: The Minna de Kart Race,Wii,Racing,D3 Publisher,D3 Publisher,,,,,,,2007-10-25, +/games/boxart/full_5443368AmericaFrontccc.jpg,Ski-doo Snow X Racing,PS2,Racing,Valcon Games,ColdWood Interactive,,,,,,,2007-08-02, +/games/boxart/default.jpg,Skunny Kart,PC,Racing,Copysoft,Copysoft,,,,,,,1993-01-01, +/games/boxart/default.jpg,Sky Pirates of Neo Terra,DS,Racing,Unknown,Aspyr,,,,,,,, +/games/boxart/7895758ccc.jpg,Sky Roads,PC,Racing,Creative Dimension,Blue Moon,,,,,,,1993-12-31, +/games/boxart/full_skydrift_530AmericaFront.jpg,SkyDrift,XBL,Racing,Unknown,Digital Reality,7.5,,,,,,2011-09-07,2019-04-17 +/games/boxart/full_skydrift_345AmericaFront.jpg,SkyDrift,PSN,Racing,Unknown,Digital Reality,7.5,,,,,,2011-09-06,2019-04-17 +/games/boxart/6433703ccc.jpg,Slipstream 5000,PC,Racing,Unknown,The Software Refinery,,,,,,,, +/games/boxart/full_8522014AmericaFrontccc.png,Smash Cars,PSN,Racing,TikGames,Creat Studios,,,,,,,2009-08-20, +/games/boxart/8738169ccc.jpg,Smuggler's Run 2: Hostile Territory,PS2,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2001-10-30, +/games/boxart/full_snail-mail_510AmericaFront.jpg,Snail Mail,WW,Racing,Sandlot Games,Sandlot Games,,,,,,,2011-06-16, +/games/boxart/full_6942170AmericaFrontccc.png,Sno-Cross Championship Racing,PSN,Racing,Sony Computer Entertainment,UDS,,,,,,,2008-10-16, +/games/boxart/7582507ccc.jpg,Sno-Cross Championship Racing,DC,Racing,Crave Entertainment,UDS,4.8,,,,,,2000-11-30, +/games/boxart/full_snowmobile-championship-2000_199AmericaFront.jpg,Snowmobile Championship 2000,PC,Racing,GT Interactive,Second South Studios,,,,,,,1999-11-01, +/games/boxart/full_2474248PALFrontccc.jpg,Sonic & SEGA All-Stars Racing,PC,Racing,Sega,Sumo Digital,,,,,,,2010-02-23, +/games/boxart/full_1928816JapanFrontccc.jpg,Sonic Drift,GG,Racing,Sega,Sega,,,,,,,1994-03-18, +/games/boxart/7114579ccc.jpg,Sonic Drift 2,GG,Racing,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/1360799ccc.jpg,Sonic R,SAT,Racing,Sega,Traveller's Tales,,,,,,,1997-10-31, +/games/boxart/9449178ccc.jpg,Sonic R,PC,Racing,Expert,Sega,,,,,,,1998-01-01, +/games/boxart/full_742252AmericaFrontccc.png,Sonic Rivals,PSN,Racing,Sega,Backbone Entertainment,,,,,,,2009-09-30, +/games/boxart/full_6545418AmericaFrontccc.png,Sonic Rivals 2,PSN,Racing,Sega,Backbone Entertainment,,,,,,,2009-09-30, +/games/boxart/full_9412310AmericaFrontccc.jpg,South Park Rally,PC,Racing,Acclaim Entertainment,Tantalus Interactive,4.1,,,,,,1999-12-31, +/games/boxart/6633467ccc.jpg,South Park Rally,DC,Racing,Acclaim Entertainment,Tantalus Interactive,3.9,,,,,,2000-06-30, +/games/boxart/full_4346716AmericaFrontccc.jpg,Spectra,XOne,Racing,Gateway Interactive,Gateway Interactive,,,,,,,2015-05-08,2018-08-09 +/games/boxart/full_3102497AmericaFrontccc.jpg,Spectra,PC,Racing,Mastertronic,Gateway Interactive,,,,,,,2015-07-10,2018-08-09 +/games/boxart/full_8758679AmericaFrontccc.jpg,Spectra,OSX,Racing,Mastertronic,Gateway Interactive,,,,,,,2015-07-10,2018-08-09 +/games/boxart/full_1748998AmericaFrontccc.jpg,Spectra,Linux,Racing,Mastertronic,Gateway Interactive,,,,,,,2015-07-10,2018-08-09 +/games/boxart/full_9713754AmericaFrontccc.png,Spectra 8bit Racing,PC,Racing,NetherRealm Studios / Other Ocean Interactive,NetherRealm Studios / Other Ocean Interactive,,,,,,,2014-05-14, +/games/boxart/full_2126465AmericaFrontccc.png,Spectra 8bit Racing,XOne,Racing,NetherRealm Studios / Other Ocean Interactive,NetherRealm Studios / Other Ocean Interactive,,,,,,,2020-12-31, +/games/boxart/full_2192084AmericaFrontccc.png,Spectra 8bit Racing,WinP,Racing,NetherRealm Studios / Other Ocean Interactive,NetherRealm Studios / Other Ocean Interactive,,,,,,,2014-06-25, +/games/boxart/full_speed-busters-american-highways_114AmericaFront.jpg,Speed Busters: American Highways,PC,Racing,Ubisoft,Ubisoft,,,,,,,1998-01-01, +/games/boxart/1577457ccc.jpg,Speed Devils,DC,Racing,Ubisoft,Ubisoft,8.2,,,,,,1999-10-14, +/games/boxart/3460358ccc.jpg,Speed Devils Online Racing,DC,Racing,Ubisoft,Ubisoft,7.3,,,,,,2000-12-13, +/games/boxart/full_2059703AmericaFrontccc.jpg,Speed Kills,PC,Racing,Kiss,Holy Warp,,,,,,,2014-05-16,2019-04-21 +/games/boxart/full_9598401AmericaFrontccc.jpg,Speed Racer in My Most Dangerous Adventures,SNES,Racing,Accolade,Radical Entertainment,,,,,,,1994-11-01, +/games/boxart/default.jpg,Speed Racer in The Challenge of Racer X,PC,Racing,Accolade,Accolade,,,,,,,1992-01-01, +/games/boxart/full_6149645PALFrontccc.jpg,Speedboat GP,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/full_7459545AmericaFrontccc.jpg,Speedway II,2600,Racing,Sears,Telegames,,,,,,,1978-01-01, +/games/boxart/full_6871227PALFrontccc.png,Spinout,PSN,Racing,Ghostlight,Icon Games,,,,,,,2009-03-19, +/games/boxart/1421474ccc.jpg,Spirit Of Speed 1937,DC,Racing,Acclaim Entertainment,Acclaim,1.7,,,,,,2000-07-31, +/games/boxart/full_splitsecond_751AmericaFront.jpg,Split/Second,PSN,Racing,Disney Interactive Studios,Black Rock Studio,,,,,,,2010-11-16, +/games/boxart/3568615ccc.jpg,SPOGS Racing,WW,Racing,D2C Games,D2C Games,,,,,,,2008-07-07, +/games/boxart/default.jpg,SpongeBob SquarePants and the Nicktoons GravJet Racing,XBL,Racing,MTV Games,MTV Games,,,,,,,2009-12-23, +/games/boxart/full_8081441AmericaFrontccc.jpg,Sports Car GT,PC,Racing,Electronic Arts,Image Space Inc.,,,,,,,1999-04-30,2018-03-22 +/games/boxart/default.jpg,Sports Superbike,PC,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1999-11-30, +/games/boxart/full_sports-superbike_350PALFront.jpg,Sports Superbike,PS,Racing,Midas Interactive Entertainment,Interactive Entertainment,,,,,,,2000-09-01, +/games/boxart/default.jpg,Sports Superbike 2,PC,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1999-11-30, +/games/boxart/full_3791248AmericaFrontccc.jpg,Sports Superbike 2,PS,Racing,Mud Duck Productions,Bethesda Softworks,,,,,,,2002-10-06, +/games/boxart/default.jpg,Sports Superbike 2,PSN,Racing,Midas Interactive Entertainment,Bethesda Softworks,,,,,,,2010-11-17, +/games/boxart/1587236ccc.jpg,Sprint Cars 2: Showdown at Eldora,PS2,Racing,THQ,Big Ant Studios,,,,,,,2008-03-11, +/games/boxart/full_8617837AmericaFrontccc.jpg,Sprint Cars: Road to Knoxville,PC,Racing,THQ,Big Ant Studios,,,,,,,2006-07-26, +/games/boxart/4941822ccc.jpg,Sprintmaster,2600,Racing,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/full_9862187AmericaFrontccc.jpg,Spy Hunter,PC,Racing,Aspyr,Fluent,,,,,,,2003-05-28, +/games/boxart/522598ccc.jpg,Spy Hunter,2600,Racing,Sega,Bally Midway,,,,,,,1983-01-01, +/games/boxart/7421373ccc.jpg,Spy Hunter,NES,Racing,Sunsoft,SunSoft,,,,,,,1987-09-01, +/games/boxart/full_1789468AmericaFrontccc.jpg,SRS: Street Racing Syndicate,PC,Racing,Namco,Eutechnyx,,,,,,,2005-01-18, +/games/boxart/full_1407467AmericaFrontccc.jpg,Star Wars Episode I Racer,PC,Racing,LucasArts,LucasArts,,,,,,,1999-05-19, +/games/boxart/8236608ccc.jpg,Star Wars Episode I Racer,DC,Racing,LucasArts,LucasArts,6.6,,,,,,2000-04-04, +/games/boxart/3704998ccc.jpg,Star Wars Episode I Racer,GBC,Racing,Nintendo,LucasArts,,,,,,,1999-11-30,2018-01-06 +/games/boxart/full_8060525AmericaFrontccc.jpg,Star Wars: Demolition,DC,Racing,LucasArts,"Luxoflux, Inc.",6.4,,,,,,2000-11-19, +/games/boxart/full_9699046AmericaFrontccc.jpg,Starsky & Hutch,PC,Racing,Gotham Games,Minds-Eye Productions,6.2,,,,,,2003-09-10, +/games/boxart/full_8559234AmericaFrontccc.png,State Shift,PSN,Racing,Conspiracy Entertainment,Engine Software,,,,,,,2009-09-17, +/games/boxart/full_state-shift_6PALFront.jpg,State Shift,PSP,Racing,Midas Interactive Entertainment,Engine Software,,,,,,,2007-06-08, +/games/boxart/default.jpg,Stock Car Crash,PS2,Racing,Unknown,Brain in a Jar,,,,,,,, +/games/boxart/full_streak-hoverboard-racing_207PALFront.png,Streak: Hoverboard Racing,PSN,Racing,Atari,SingleTrac,,,,,,,2010-12-08, +/games/boxart/full_2045436AmericaFrontccc.jpg,StreamLine,XBL,Racing,Microsoft,Omer,,,,,,,2009-05-18, +/games/boxart/4506759ccc.jpg,Street Racer,2600,Racing,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/7185077ccc.gif,Street Racer,GEN,Racing,Ubisoft,Vivid Image,,,,,,,1995-01-01, +/games/boxart/default.jpg,Street Racer,PC,Racing,Ubisoft,Vivid Image,,,,,,,1997-05-08, +/games/boxart/871899ccc.gif,Street Racer,SAT,Racing,Ubisoft,Vivid Image,,,,,,,1996-01-01, +/games/boxart/full_1303960AmericaFrontccc.jpg,Street Racer,GB,Racing,Ubisoft,Vivid Image,,,,,,,1996-12-01, +/games/boxart/3917711ccc.gif,Street Racer,SNES,Racing,Ubisoft,Vivid Image,,,,,,,1994-01-01, +/games/boxart/full_5322899AmericaFrontccc.jpg,Street Rod,PC,Racing,California Dreams,California Dreams,,,,,,,1989-01-01, +/games/boxart/full_6934565AmericaFrontccc.jpg,Street Rod 2 The Next Generation,PC,Racing,California Dreams,California Dreams,,,,,,,1991-01-01, +/games/boxart/full_681681AmericaFrontccc.png,StreetRace Rivals,PC,Racing,Glu Games,Glu,,,,,,,2013-06-08,2018-09-12 +/games/boxart/default.jpg,Streets of Moscow,PC,Racing,1C Company,Gaijin Entertainment,,,,,,,2010-01-22, +/games/boxart/full_streets-of-simcity_764AmericaFront.jpg,Streets of SimCity,PC,Racing,Maxis,Maxis,,,,,,,1997-10-31, +/games/boxart/full_4755665AmericaFrontccc.jpg,Stunt Cars,WW,Racing,Icon Games,Icon Games,,,,,,,2009-12-14, +/games/boxart/default.jpg,Stunt Cars 2,WW,Racing,Unknown,Icon Games,,,,,,,, +/games/boxart/full_102617PALFrontccc.jpg,Stunt GP,DC,Racing,Atari,Team17 Software,,,,,,,2001-06-08, +/games/boxart/full_7438503AmericaFrontccc.jpg,Stunt GP,PC,Racing,Virgin Interactive,Team17 Software,,,,,,,2001-10-25, +/games/boxart/full_stunt-car-racer_568AmericaFront.jpg,Stunt Track Racer,PC,Racing,Unknown,MicroStyle,,,,,,,1989-01-01, +/games/boxart/default.jpg,Stuntcar Extreme,GIZ,Racing,Unknown,Fathammer,,,,,,,, +/games/boxart/full_stuntman-ignition_6AmericaFront.jpg,Stuntman: Ignition,XBL,Racing,THQ,Paradigm Entertainment,,,,,,,2010-07-20, +/games/boxart/full_sunsoft-grand-prix_1PALFront.jpg,Sunsoft Grand Prix,GB,Racing,Sunsoft,ASK,,,,,,,1992-01-01, +/games/boxart/full_super-1-karting_828PALFront.jpg,Super 1 Karting,GB,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-08-03, +/games/boxart/5689483ccc.jpg,Super Burnout,AJ,Racing,Atari,Shen Studios,,,,,,,1995-01-01, +/games/boxart/5640878ccc.jpg,Super Chase H.Q.,SNES,Racing,Taito,Taito Corporation,,,,,,,1993-12-01, +/games/boxart/full_9003558AmericaFrontccc.jpg,Super Chase H.Q.,GB,Racing,Taito,Taito Corporation,,,,,,,1993-09-14, +/games/boxart/full_3135145JapanFrontccc.jpg,Super Family Circuit,SNES,Racing,Namco,Game Studio,,,,,,,1994-10-21, +/games/boxart/7642587ccc.jpg,Super Hang-On,GEN,Racing,Sega,Sega,,,,,,,1989-10-06, +/games/boxart/default.jpg,Super Hang-On (Arcade),VC,Racing,Sega,Sega-AM2,,,,,,,2010-09-14, +/games/boxart/full_4974132AmericaFrontccc.jpg,Super Laser Racer,PC,Racing,New Star Games,New Star Games,,,,,,,2010-02-18, +/games/boxart/full_6781339AmericaFrontccc.jpg,Super Mario Kart,VC,Racing,Nintendo,Nintendo EAD,,,,,,,2009-11-23, +/games/boxart/full_3898364AmericaFrontccc.jpg,Super Monaco GP,GEN,Racing,Sega,Sega,,,,,,,1990-10-19, +/games/boxart/9438040ccc.jpg,Super Monaco GP,MS,Racing,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/9409024ccc.jpg,Super Monaco GP,GG,Racing,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/7168522ccc.jpg,Super Off Road,Lynx,Racing,Telegames,"Telegames, Inc.",,,,,,,1991-01-01, +/games/boxart/full_super-off-road_10PALFront.jpg,Super Off Road,MS,Racing,Virgin Interactive,Leland Corporation,,,,,,,1992-01-01, +/games/boxart/1146835ccc.jpg,Super Off Road,SNES,Racing,Tradewest,Software Creations,,,,,,,1991-12-01, +/games/boxart/7145321ccc.jpg,Super Off Road,GB,Racing,Tradewest,NMS Software,,,,,,,1992-11-01, +/games/boxart/2070319ccc.jpg,Super Off Road,GG,Racing,Virgin Interactive,Graftgold,,,,,,,1992-01-01, +/games/boxart/2843161ccc.jpg,Super Off Road: The BAJA,SNES,Racing,Tradewest,Software Creations,,,,,,,1993-09-01, +/games/boxart/full_super-racing_2JapanFront.jpg,Super Racing,MS,Racing,Sega,Sega,,,,,,,1988-07-02, +/games/boxart/full_7416636AmericaFrontccc.jpg,Super Renegade Response,Ouya,Racing,Unknown,Unknown,,,,,,,2014-08-18, +/games/boxart/9481202ccc.jpg,Super Runabout: San Francisco Edition,DC,Racing,Climax Entertainment,Climax Entertainment,6.1,,,,,,2000-10-28, +/games/boxart/9274462ccc.jpg,Super Sprint,NES,Racing,Tengen,Atari,,,,,,,1989-01-01, +/games/boxart/full_super-spy-hunter_7AmericaFront.jpg,Super Spy Hunter,NES,Racing,Sunsoft,Tokai Engineering,,,,,,,1992-02-01, +/games/boxart/full_1971255AmericaFrontccc.png,Super Toy Cars,WiiU,Racing,Eclipse Entertainment,Eclipse Entertainment,,,,,,,2014-07-24, +/games/boxart/default.jpg,Super Worms,PC,Racing,Wiering Software,Wiering Software,,,,,,,1995-01-01, +/games/boxart/full_2739033PALFrontccc.jpg,Super-Bikes: Riding Challenge,PC,Racing,Black Bean Games,Milestone S.r.l.,,,,,,,2006-09-22, +/games/boxart/full_8526175PALFrontccc.jpg,Super-Bikes: Riding Challenge,PS2,Racing,Black Bean Games,Milestone S.r.l.,,,,,,,2006-09-15, +/games/boxart/default.jpg,Superbike '99,PC,Racing,Unknown,EA Sports,,,,,,,, +/games/boxart/full_7069800AmericaFrontccc.jpg,Superbike 2000,PC,Racing,EA Sports,Milestone,,,,,,,2000-02-29, +/games/boxart/full_3162806AmericaFrontccc.jpg,Superbike 2001,PC,Racing,EA Sports,EA Sports,,,,,,,2000-10-09, +/games/boxart/default.jpg,Superbike Challenge,PC,Racing,Unknown,Midas Interactive Entertainment,,,,,,,, +/games/boxart/full_8669620PALFrontccc.jpg,Superbike GP,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/default.jpg,Superbike World Champions,PC,Racing,Unknown,Interactive Entertainment,,,,,,,, +/games/boxart/full_6125319AmericaFrontccc.jpg,Superbike World Championship,PC,Racing,EA Sports,Milestone,,,,,,,1999-02-28, +/games/boxart/full_5034248AmericaFrontccc.jpg,Supercar Street Challenge,PC,Racing,Activision,EXAKT Entertainment,,,,,,,2001-10-30, +/games/boxart/2930749ccc.jpg,Supercross 3D,AJ,Racing,Atari,Tiertex Design Studios,,,,,,,1995-12-01, +/games/boxart/full_supercross-freestyle_387PALFront.jpg,Supercross Freestyle,GB,Racing,Infogrames,Infogrames,,,,,,,2000-01-01, +/games/boxart/full_supercross-kings_249AmericaFront.jpg,SuperCross Kings,PC,Racing,Summitsoft Entertainment,Summitsoft Entertainment,,,,,,,2000-12-14, +/games/boxart/full_superstars-v8-racing_2AmericaFront.jpg,Superstars V8 Racing,PSN,Racing,O-Games,Milestone S.r.l,,,,,,,2010-10-26, +/games/boxart/4008276ccc.jpg,Surf Rocket Racers,DC,Racing,Crave Entertainment,CRI,5.6,,,,,,2001-02-28, +/games/boxart/full_5659509AmericaFrontccc.jpg,Suzuka 8 Hours,SNES,Racing,Namco,Namco,,,,,,,1993-01-01, +/games/boxart/full_3231670AmericaFrontccc.jpg,Suzuki Alstare Extreme Racing,PC,Racing,Ubisoft,Criterion Games,,,,,,,2000-12-14, +/games/boxart/full_4278588PALFrontccc.jpg,Suzuki Alstare Extreme Racing,GB,Racing,Ubisoft,Visual Impact,,,,,,,1999-01-01, +/games/boxart/full_5659008AmericaFrontccc.jpg,Suzuki Alstare Extreme Racing,DC,Racing,Ubisoft,Criterion Games,6,,,,,,1999-11-16, +/games/boxart/full_4543817AmericaFrontccc.jpg,Suzuki Super-Bikes II: Riding Challenge,DS,Racing,Valcon Games,Kuju Entertainment,,,,,,,2008-07-29, +/games/boxart/full_4491289AmericaFrontccc.jpg,Suzuki Super-Bikes II: Riding Challenge,PS2,Racing,Valcon Games,Milestone S.r.l.,,,,,,,2006-11-07, +/games/boxart/full_1569360AmericaFrontccc.jpg,Swamp Buggy Racing,PC,Racing,WizardWorks,Daylight Productions,1.9,,,,,,2000-01-21, +/games/boxart/full_373159PALFrontccc.jpg,SX Superstar,PS2,Racing,Unknown,Climax Studios,,,,,,,, +/games/boxart/full_system-rush_8AmericaFront.jpg,System Rush,NGage,Racing,Nokia,Ideaworks3D,8.2,,,,,,2005-09-01, +/games/boxart/full_taito-chase-hq_2JapanFront.jpg,Taito Chase H.Q.,NES,Racing,Taito,Disco,,,,,,,1989-12-08, +/games/boxart/full_2641904JapanFrontccc.jpg,Taito Grand Prix: Eikou e no License,NES,Racing,Taito,Taito Corporation,,,,,,,1987-12-18, +/games/boxart/full_7760118AmericaFrontccc.jpg,Tales Runner,PC,Racing,OGPlanet,Rhaon Entertainment,,,,,,,2015-02-17,2019-03-29 +/games/boxart/full_5879719PALFrontccc.jpg,Taxi 2,DC,Racing,Ubisoft,Blue Sphere Games,,,,,,,2000-11-30, +/games/boxart/full_taxi-3_204PALFront.jpg,Taxi 3,GC,Racing,Ubisoft,Ubisoft Montreal,,,,,,,2003-08-28, +/games/boxart/full_taxi-3_152PALFront.jpg,Taxi 3,PS2,Racing,Ubisoft,Ubisoft Montreal,,,,,,,2003-02-23, +/games/boxart/full_taxi-3_547PALFront.jpg,Taxi 3,PC,Racing,Ubisoft,Ubisoft Montreal,,,,,,,2003-10-01, +/games/boxart/full_7064033PALFrontccc.jpg,Taxi 3,GBA,Racing,Ubisoft,Visual Impact,,,,,,,2003-01-22, +/games/boxart/full_taxi-3_981PALFront.jpg,Taxi 3,GB,Racing,Ubisoft,Visual Impact,,,,,,,2002-01-01, +/games/boxart/full_9873702PALFrontccc.jpg,Taxi Rider,PS2,Racing,505 Games,Tamsoft,,,,,,,2006-02-03, +/games/boxart/full_taz-mania_7AmericaFront.jpg,Taz-Mania,SNES,Racing,Sunsoft,Visual Concepts,,,,,,,1993-05-01, +/games/boxart/full_8538770AmericaFrontccc.jpg,Test Drive,PC,Racing,Atari,Pitbull Syndicate,,,,,,,2002-12-08, +/games/boxart/4524082ccc.jpg,Test Drive 2001,GB,Racing,Infogrames,Xantera,,,,,,,2000-12-05, +/games/boxart/full_test-drive-4_9AmericaFront.jpg,Test Drive 4,PC,Racing,Accolade,Pitbull Syndicate,,,,,,,1997-01-01, +/games/boxart/full_9433138PALFrontccc.jpg,Test Drive 4x4,PS,Racing,Infogrames,Infogrames,,,,,,,1999-01-01, +/games/boxart/5839744ccc.jpg,Test Drive 5,PC,Racing,Accolade,Pitbull Syndicate,,,,,,,1998-11-30, +/games/boxart/full_test-drive-6_111AmericaFront.jpg,Test Drive 6,PC,Racing,Atari,Pitbull Syndicate,,,,,,,1999-11-17, +/games/boxart/full_3627349AmericaFrontccc.jpg,Test Drive 6,GB,Racing,Infogrames,Xantera,,,,,,,1999-11-16, +/games/boxart/5283694ccc.jpg,Test Drive 6,DC,Racing,Infogrames,Pitbull Syndicate,4.8,,,,,,1999-11-30, +/games/boxart/8184655ccc.jpg,Test Drive Cycles,GB,Racing,Infogrames,Xantera,,,,,,,2000-08-01, +/games/boxart/full_9860075AmericaFrontccc.jpg,Test Drive II: The Duel,GEN,Racing,Ballistic,Distinctive Software,,,,,,,1992-01-01, +/games/boxart/full_881067AmericaFrontccc.jpg,Test Drive Le Mans,GB,Racing,Infogrames,Velez & Dubail,,,,,,,2000-06-01, +/games/boxart/full_49716AmericaFrontccc.jpg,Test Drive Le Mans,DC,Racing,Infogrames,Melbourne House Pty Ltd.,8.2,,,,,,2000-11-13, +/games/boxart/6071602ccc.jpg,Test Drive Off-Road 3,GB,Racing,Infogrames,Xantera,,,,,,,1999-01-01, +/games/boxart/full_5165446AmericaFrontccc.jpg,Test Drive Unlimited,PS2,Racing,Atari,Melbourne House,7.3,,,,,,2007-03-20, +/games/boxart/full_1759349AmericaFrontccc.jpg,Test Drive Unlimited,XBL,Racing,Atari,Eden Studios,,,,,,,2009-12-15,2018-10-01 +/games/boxart/default.jpg,Test Drive Unlimited 2: Casino Online,PSN,Racing,Unknown,Eden Studios,,,,,,,, +/games/boxart/default.jpg,Test Drive Unlimited 2: Casino Online,PC,Racing,Unknown,Eden Studios,,,,,,,, +/games/boxart/default.jpg,Test Drive Unlimited 2: Casino Online,XBL,Racing,Unknown,Eden Studios,,,,,,,, +/games/boxart/7966543ccc.jpg,Test Drive V-Rally,DC,Racing,Atari,Eden Studios,6.9,,,,,,2000-07-02, +/games/boxart/full_test-drive-offroad_7AmericaFront.jpg,Test Drive: Off-Road,PC,Racing,Accolade,Elite Systems Ltd.,,,,,,,1997-02-01, +/games/boxart/full_4550844AmericaFrontccc.jpg,Test Drive: Off-Road 2,PS,Racing,Accolade,Pitbull Syndicate,,,,,,,1998-09-30, +/games/boxart/full_2350403AmericaFrontccc.jpg,Test Drive: Off-Road 3,PS,Racing,Infogrames,Accolade,,,,,,,1999-10-19, +/games/boxart/full_the-charge_855AmericaFront.jpg,The Charge,XBL,Racing,Microsoft,ZebraGames,,,,,,,2011-01-14, +/games/boxart/full_5071295AmericaFrontccc.jpg,The Crew 2,PC,Racing,Ubisoft,Ivory Tower,,,,,,,2018-06-29,2018-07-19 +/games/boxart/full_the-dukes-of-hazzard-racing-for-home_23AmericaFront.jpg,The Dukes of Hazzard: Racing for Home,GB,Racing,SouthPeak Interactive,Spellbound,,,,,,,2000-11-07, +/games/boxart/full_the-dukes-of-hazzard-racing-for-home_339AmericaFront.jpg,The Dukes of Hazzard: Racing for Home,PC,Racing,SouthPeak Interactive,SouthPeak Games,,,,,,,2000-10-10, +/games/boxart/full_the-flintstones-in-viva-rock-vegas_0PALFront.jpg,The Flintstones in Viva Rock Vegas,PS2,Racing,Swing! Entertainment,TBA,,,,,,,2001-07-06, +/games/boxart/full_the-flintstones-bedrock-racing_8PALFront.jpg,The Flintstones: Bedrock Racing,PS2,Racing,Blast! Entertainment Ltd,Coyote Console,,,,,,,2007-10-02, +/games/boxart/full_the-getaway-high-speed-ii_915AmericaFront.jpg,The Getaway: High Speed II,GB,Racing,Williams Entertainment,Unexpected Development,,,,,,,1995-12-01, +/games/boxart/full_9500645AmericaFrontccc.jpg,The Italian Job,PS,Racing,Rockstar Games,Pixelogic,,,,,,,2002-04-29, +/games/boxart/full_4491462AmericaFrontccc.jpg,The Need for Speed,PC,Racing,Electronic Arts,Pioneer Productions,,,,,,,1995-08-31, +/games/boxart/full_6354080JapanFrontccc.jpg,The Shutokou Racing,GB,Racing,Pony Canyon,Pony Canyon,,,,,,,1998-12-18, +/games/boxart/default.jpg,The World of Cars Online,PC,Racing,Unknown,Disney Online,,,,,,,, +/games/boxart/full_1617583AmericaFrontccc.jpg,Thorium Wars,DSiW,Racing,Big John Games,Big John Games,,,,,,,2009-10-05, +/games/boxart/full_4244942AmericaFrontccc.jpg,Thunder Truck Rally,PC,Racing,Psygnosis,Reflections Interactive,,,,,,,1997-01-01, +/games/boxart/full_5034718AmericaFrontccc.jpg,TNN Motor Sports Hardcore 4x4,SAT,Racing,ASC Games,Gremlin Interactive,,,,,,,1996-01-01, +/games/boxart/full_tnn-motor-sports-hardcore-4x4_4AmericaFront.jpg,TNN Motor Sports Hardcore 4x4,PSN,Racing,Sony Computer Entertainment,Gremlin Interactive,,,,,,,2010-04-01, +/games/boxart/full_431910AmericaFrontccc.jpg,TNN Motor Sports Hardcore TR,PS,Racing,ASC Games,Eutechnyx,,,,,,,1999-12-02, +/games/boxart/full_3556500AmericaFrontccc.jpg,TNN Motorsports HardCore Heat,DC,Racing,ASC Games,CRI,,,,,,,1999-09-09, +/games/boxart/default.jpg,TNT Racers,PSN,Racing,DTP Entertainment,Keen Games,,,,,,,2011-02-23, +/games/boxart/default.jpg,TNT Racers,WW,Racing,Unknown,Keen Games,,,,,,,, +/games/boxart/full_tnt-racers_698AmericaFront.jpg,TNT Racers,XBL,Racing,DTP Entertainment,Keen Games,,,,,,,2011-02-09, +/games/boxart/full_tnt-racers-psp_589AmericaFront.jpg,TNT Racers (PSP),PSN,Racing,DTP Entertainment,Keen Games,7,,,,,,2011-02-15, +/games/boxart/default.jpg,ToCA Race Driver,PS2,Racing,Unknown,Codemasters,,,,,,,, +/games/boxart/2813539ccc.jpg,TOCA Touring Car Championship,GB,Racing,THQ,Spellbound,,,,,,,2000-11-01, +/games/boxart/full_1234093PALFrontccc.jpg,TOCA World Touring Cars,GBA,Racing,Ubisoft,Codemasters,,,,,,,2003-03-07, +/games/boxart/default.jpg,Tokyo Majin Gakuen: Teisenjou,DS,Racing,Unknown,Marvelous Interactive,,,,,,,, +/games/boxart/583839ccc.jpg,Tokyo Xtreme Racer 2,DC,Racing,Crave Entertainment,Genki,,,,,,,2000-09-01, +/games/boxart/full_7369733AmericaFrontccc.jpg,Tokyo Xtreme Racer DRIFT 2,PS2,Racing,Crave Entertainment,Genki,,,,,,,2007-04-17, +/games/boxart/full_8100417AmericaFrontccc.jpg,Tonka Raceway,GB,Racing,Hasbro Interactive,Morning Star Multimedia,,,,,,,1999-12-01, +/games/boxart/full_tonka-raceway_995AmericaFront.jpg,Tonka Raceway,PC,Racing,Hasbro Interactive,Media Station,,,,,,,1999-01-01, +/games/boxart/full_tonzurakko_1AmericaFront.jpg,Tonzurakko,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-04-15, +/games/boxart/full_8821615AmericaFrontccc.png,Top City Racing 2014,And,Racing,Azerbo,Azerbo,,,,,,,2014-07-25, +/games/boxart/4360099ccc.jpg,Top Gear,SNES,Racing,Majesco,Gremlin Graphics,,,,,,,1992-04-01, +/games/boxart/8930545ccc.jpg,Top Gear 2,SNES,Racing,Kemco,Kemco,,,,,,,1993-09-01, +/games/boxart/3591909ccc.jpg,Top Gear 3000,SNES,Racing,Kemco,Gremlin Interactive,,,,,,,1995-02-01, +/games/boxart/9847600ccc.jpg,Top Gear Pocket,GB,Racing,Vatical Entertainment,Kemco,,,,,,,1999-04-01, +/games/boxart/1458667ccc.jpg,Top Gear Pocket 2,GB,Racing,Kemco,Vision Works,,,,,,,2000-02-02, +/games/boxart/full_total-immersion-racing_6AmericaFront.jpg,Total Immersion Racing,PC,Racing,Empire Interactive,Razorworks Studios,,,,,,,2002-11-09, +/games/boxart/full_touch-racing-nitro_917PALFront.png,Touch Racing Nitro,PSN,Racing,Unknown,Bravo Games,,,,,,,2011-03-23, +/games/boxart/full_touge-max-2_887JapanFront.jpg,Touge Max 2,PS,Racing,Atlus,Cave,,,,,,,1998-09-17, +/games/boxart/full_touge-max-2_129JapanFront.jpg,Touge Max 2,PSN,Racing,Atlus,Cave,,,,,,,2010-11-24, +/games/boxart/full_touge-max-g_164JapanFront.jpg,Touge Max G,PS,Racing,Atlus,Cave,,,,,,,2000-01-13, +/games/boxart/default.jpg,Tour de France 2011,PS3,Racing,Unknown,Focus Home Interactive,,,,,,,, +/games/boxart/full_9076471AmericaFrontccc.jpg,ToW: Things on Wheels,XBL,Racing,Focus Home Interactive,Load Inc.,,,,,,,2010-05-12, +/games/boxart/full_2288815AmericaFrontccc.jpg,Toy Home,PSN,Racing,Sony Computer Entertainment,Game Republic,,,,,,,2007-12-20, +/games/boxart/full_6601379PALFrontccc.jpg,Toy Racer,DC,Racing,Sega,No Cliche,,,,,,,2000-12-22, +/games/boxart/full_toy-story-racer_4AmericaFront.jpg,Toy Story Racer,PSN,Racing,Sony Computer Entertainment,Traveller's Tales,,,,,,,2010-07-27, +/games/boxart/3713106ccc.jpg,Toy Story Racer,GB,Racing,Activision,Tiertex Design Studios,,,,,,,2001-02-28, +/games/boxart/default.jpg,Toy Stunt Bike,3DS,Racing,Unknown,Raoghard,,,,,,,2014-06-26, +/games/boxart/full_toy-stunt-bike_385AmericaFront.jpg,Toy Stunt Bike,XBL,Racing,Microsoft,Raoghard,,,,,,,2010-12-15, +/games/boxart/full_1247241AmericaFrontccc.jpg,Toybox Racing,XBL,Racing,Microsoft,Advanced Graphics Lab,,,,,,,2009-12-26, +/games/boxart/default.jpg,Toybox Turbos,PS3,Racing,Codemasters,Codemasters,,,,,,,2015-01-01, +/games/boxart/full_4536418AmericaFrontccc.jpeg,Toybox Turbos,PC,Racing,Codemasters,Codemasters,,,,,,,2014-11-11, +/games/boxart/default.jpg,Toybox Turbos,X360,Racing,Codemasters,Codemasters,,,,,,,2015-01-01, +/games/boxart/full_7237930AmericaFrontccc.jpg,Track Architect,XBL,Racing,Microsoft,Victor Ortega,,,,,,,2009-08-27, +/games/boxart/full_8216748PALFrontccc.jpg,Track Attack,PC,Racing,Microprose,Arc Developments,,,,,,,1996-01-01, +/games/boxart/full_2354890AmericaFrontccc.jpg,TrackMania,PC,Racing,Enlight,Nadeo,7,,,,,,2004-07-08, +/games/boxart/full_trackmania-2-canyon_606AmericaFront.jpg,TrackMania 2: Canyon,PC,Racing,Ubisoft,Nadeo,8.3,,,,,,2011-09-14, +/games/boxart/full_6136434PALFrontccc.jpg,TrackMania Nations Forever,PC,Racing,Focus Home Interactive,Nadeo,,,,,,,2008-04-16, +/games/boxart/full_1758568PALFrontccc.gif,TrackMania Nations: Electronic Sports World Cup,PC,Racing,Enlight,Nadeo,,,,,,,2006-01-27, +/games/boxart/full_1670037PALFrontccc.jpg,TrackMania Power Up!,PC,Racing,Focus Home Interactive,Nadeo,,,,,,,2004-05-14, +/games/boxart/8516803ccc.gif,TrackMania Sunrise,PC,Racing,Enlight,Nadeo,,,,,,,2005-05-02, +/games/boxart/full_7406366PALFrontccc.jpg,TrackMania Sunrise eXtreme,PC,Racing,Enlight,Nadeo,,,,,,,2005-11-14, +/games/boxart/6465157ccc.jpg,TrackMania United,PC,Racing,Ascaron Entertainment GmbH,Nadeo,,,,,,,2006-11-17, +/games/boxart/full_7209956PALFrontccc.jpg,TrackMania United Forever,PC,Racing,Focus Home Interactive,Nadeo,,,,,,,2008-05-23, +/games/boxart/default.jpg,TrackMania United Nations Forever,PC,Racing,Unknown,Nadeo,,,,,,,, +/games/boxart/full_846202AmericaFrontccc.jpg,TrackMania² Valley,PC,Racing,Ubisoft,Nadeo,,,,,,,2013-06-11,2020-02-01 +/games/boxart/default.jpg,Trials Legends,PC,Racing,Miniclip.com,RedLynx,,,,,,,2000-01-01, +/games/boxart/full_2082344PALFrontccc.jpg,Trickstar,GBA,Racing,Oxygen Interactive,Tantalus Interactive,,,,,,,2006-08-18, +/games/boxart/full_912617AmericaFrontccc.jpg,Trippin' Alien,XBL,Racing,Microsoft,TrippinAlien,,,,,,,2009-10-11, +/games/boxart/full_7213915PALFrontccc.jpg,Truck Racer,PS2,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, +/games/boxart/full_5279030PALFrontccc.jpg,Truck Racer,PC,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, +/games/boxart/full_1834338AmericaFrontccc.jpg,Turbo OutRun,PC,Racing,Sega,CODE TO GO,,,,,,,1989-01-01, +/games/boxart/full_1403513PALFrontccc.jpg,Turbo OutRun,GEN,Racing,Sega,Tiertex Design Studios,,,,,,,1992-01-01, +/games/boxart/full_turbo-prop-racing_447JapanFront.jpg,Turbo Prop Racing,PSN,Racing,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-08-12, +/games/boxart/full_turbo-racing-challenge_787PALFront.jpg,Turbo Racing Challenge,GB,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-08-03, +/games/boxart/full_5960885PALFrontccc.jpg,Turbo Trucks,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/full_twisted-metal_734PALFront.png,Twisted Metal,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2011-02-23, +/games/boxart/full_6190436AmericaFrontccc.png,Twisted Metal 2,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2006-11-28, +/games/boxart/8833535ccc.jpg,Twisted Metal: Head On - Extra Twisted Edition,PS2,Racing,Sony Computer Entertainment,Eat Sleep Play,,,,,,,2008-02-05, +/games/boxart/full_2206159JapanFrontccc.jpg,Uchuu Race: Astro Go! Go!,SNES,Racing,Meldac,Kaze,,,,,,,1994-02-25, +/games/boxart/full_4785362AmericaFrontccc.jpg,Ultra Dual X Racer,XBL,Racing,Microsoft,JJJ,,,,,,,2009-05-15, +/games/boxart/4236676ccc.jpg,Universal Chaos,2600,Racing,Telegames,"Telegames, Inc.",,,,,,,1988-01-01, +/games/boxart/full_1369729AmericaFrontccc.jpg,Uphill Rush 2,PC,Racing,SPIL GAMES,SPIL GAMES,,,,,,,2009-06-08, +/games/boxart/full_4711473AmericaFrontccc.jpg,Uphill Rush 4,PC,Racing,SPIL GAMES,SPIL GAMES,,,,,,,2011-12-09, +/games/boxart/full_4863211PALFrontccc.jpg,Urban Extreme,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-06-23, +/games/boxart/full_6854842PALFrontccc.jpg,Urban Extreme: Street Rage,Wii,Racing,Popcorn Arcade,Data Design Interactive,,,,,,,2008-07-25, +/games/boxart/full_4376045AmericaFrontccc.jpg,US Racer,PC,Racing,Atari,Davilex,,,,,,,2002-06-19, +/games/boxart/full_95766PALFrontccc.jpg,USA Racer,PS2,Racing,Davilex,Davilex,,,,,,,2002-06-14, +/games/boxart/full_usa-racer_469PALFront.jpg,USA Racer,PS,Racing,Davilex,Davilex,,,,,,,2002-04-11, +/games/boxart/full_8008479PALFrontccc.jpg,USA Racer,GBA,Racing,Davilex,Davilex,,,,,,,2002-06-14, +/games/boxart/full_v-rally-99_512AmericaFront.jpg,V-Rally '99,GB,Racing,Infogrames,Infogrames,,,,,,,1999-06-01, +/games/boxart/full_6317842PALFrontccc.jpg,V-Rally 2: Expert Edition,PC,Racing,Infogrames,Eden Studios,,,,,,,2000-09-29, +/games/boxart/full_7507017PALFrontccc.jpg,V-Rally 3,PC,Racing,Atari,Eden Studios,,,,,,,2003-11-14, +/games/boxart/full_2934283PALFrontccc.jpg,V-Rally 3,GC,Racing,Unknown,Eden Studios,,,,,,,, +/games/boxart/full_8142772PALFrontccc.jpg,V-Rally Championship Edition,GB,Racing,Ocean,Velez & Dubail,,,,,,,1998-01-01, +/games/boxart/full_vakantie-racer_625PALFront.jpg,Vakantie Racer,PC,Racing,Davilex,Lost Boys Interactive,,,,,,,2000-01-01, +/games/boxart/full_valet-parking-1989_351AmericaFront.jpg,Valet Parking 1989,DSiW,Racing,Unknown,Zordix AB,,,,,,,2011-05-30, +/games/boxart/6959580ccc.jpg,Vanishing Point,DC,Racing,Acclaim Entertainment,Clockwork Games,,,,,,,2000-12-21, +/games/boxart/full_5588000JapanFrontccc.jpg,Vatlva,SAT,Racing,JVC,Nippon Victor,,,,,,,1996-12-06, +/games/boxart/full_vector-racing_716JapanFront.jpg,Vector Racing,3DS,Racing,Arc System Works,Arc System Works,,,,,,,2011-08-10, +/games/boxart/full_vertigo_617AmericaFront.jpg,Vertigo,PSN,Racing,Icon Games,Icon Games,,,,,,,2011-03-15, +/games/boxart/full_2274895PALFrontccc.jpg,Vertigo,PC,Racing,Playlogic Game Factory,Icon Games,,,,,,,2009-06-16, +/games/boxart/full_victory-run_459AmericaFront.jpg,Victory Run,PSN,Racing,Hudson Soft,Hudson Soft,,,,,,,2011-06-07, +/games/boxart/full_4264867AmericaFrontccc.jpg,Victory Run,PCE,Racing,Hudson Soft,Hudson Soft,,,,,,,1991-01-19, +/games/boxart/full_1518100AmericaFrontccc.jpg,Victory Run,VC,Racing,Hudson Soft,Hudson Soft,,,,,,,2006-12-04, +/games/boxart/3350192ccc.jpg,Vigilante 8,GB,Racing,Vatical Entertainment,Vicarious Visions,,,,,,,1999-12-01, +/games/boxart/full_7786111AmericaFrontccc.jpg,Vigilante 8: 2nd Offense,DC,Racing,Activision,"Luxoflux, Inc.",,,,,,,1999-11-30, +/games/boxart/full_vin-diesel-wheelman_7AmericaFront.jpg,Vin Diesel: Wheelman,XBL,Racing,Ubisoft,Tigon,6.7,,,,,,2011-08-30, +/games/boxart/full_1003134PALFrontccc.jpg,Viper Racing,PC,Racing,Sierra Entertainment,Monster Games,,,,,,,1998-11-30, +/games/boxart/default.jpg,Voltage,X360,Racing,Unknown,IBA,,,,,,,, +/games/boxart/default.jpg,Voltage,PC,Racing,Unknown,IBA,,,,,,,, +/games/boxart/default.jpg,Voltage,PS3,Racing,Unknown,Lexicon Entertainment,,,,,,,, +/games/boxart/default.jpg,VR Sports Powerboat Racing,PC,Racing,Unknown,Promethean Designs,,,,,,,, +/games/boxart/full_4948356AmericaFrontccc.jpg,VR Virtua Racing,SAT,Racing,Time Warner Interactive,Sega-AM2,,,,,,,1995-06-01, +/games/boxart/default.jpg,VRC PRO,PC,Racing,Virtual Racing Industries Ltd.,Virtual Racing Industries Ltd.,,,,,,,2015-03-24, +/games/boxart/full_2554507AmericaFrontccc.jpg,Wacky Karts,XBL,Racing,Microsoft,KrollWare LLC,,,,,,,2009-08-20, +/games/boxart/full_1426869PALFrontccc.jpg,Wacky Races,PS,Racing,Infogrames,Appaloosa Interactive,,,,,,,2001-10-19, +/games/boxart/4993881ccc.gif,Wacky Races,GB,Racing,Infogrames,Velez & Dubail,,,,,,,2000-06-09, +/games/boxart/full_8575902AmericaFrontccc.jpg,Wacky Races,PC,Racing,Infogrames,Appaloosa Interactive,,,,,,,2000-01-01, +/games/boxart/4211284ccc.jpg,Wacky Races,DC,Racing,Infogrames,Infogrames,,,,,,,2000-06-26, +/games/boxart/full_2548552PALFrontccc.jpg,Wacky Races starring Dastardly & Muttley,PS2,Racing,Infogrames,Infogrames,,,,,,,2001-06-29, +/games/boxart/full_238061AmericaFrontccc.jpg,Wacky Wheels,PC,Racing,Apogee,Beavis-Soft,,,,,,,1994-10-17, +/games/boxart/full_wakeboarding-hd_0AmericaFront.jpg,Wakeboarding HD,PSN,Racing,TikGames,Creat Studios,,,,,,,2010-03-25, +/games/boxart/full_9641828AmericaFrontccc.jpg,Walt Disney World Quest: Magical Racing Tour,PC,Racing,Disney Interactive Studios,Crystal Dynamics,,,,,,,2001-01-24, +/games/boxart/8450718ccc.jpg,Walt Disney World Quest: Magical Racing Tour,GB,Racing,Activision,Prolific,,,,,,,2000-12-07, +/games/boxart/7684237ccc.jpg,Walt Disney World Quest: Magical Racing Tour,DC,Racing,Eidos Interactive,Crystal Dynamics,,,,,,,2000-07-19, +/games/boxart/full_8905784JapanFrontccc.jpg,Wangan Dead Heat + Real Arrange,SAT,Racing,Pack-In-Video,Genki,,,,,,,1996-08-30, +/games/boxart/full_7148078JapanFrontccc.jpg,Wangan Midnight,PS2,Racing,Genki,Genki,,,,,,,2002-03-28, +/games/boxart/full_6614012JapanFrontccc.jpg,Wangan Trial,PS,Racing,Victor Interactive,Victor Interactive Software,,,,,,,1998-03-07, +/games/boxart/full_9501609AmericaFrontccc.jpg,Wave Race,GB,Racing,Nintendo,Pax Softonica,,,,,,,1992-07-01, +/games/boxart/default.jpg,Wave Race 64,iQue,Racing,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/8910579ccc.jpg,Wave Race 64,VC,Racing,Nintendo,Nintendo EAD,,,,,,,2007-08-06, +/games/boxart/default.jpg,Wave Rally,XB,Racing,Unknown,Opus Studio,,,,,,,, +/games/boxart/full_948753AmericaFrontccc.jpg,Whiplash,PC,Racing,Interplay,Gremlin Interactive,,,,,,,1996-01-31, +/games/boxart/full_3973319AmericaFrontccc.jpg,White-Water Domo,DSiW,Racing,Nintendo,Suzak,,,,,,,2009-10-19, +/games/boxart/full_1321208AmericaFrontccc.jpg,Whiteout,PC,Racing,Konami,Vicarious Visions,,,,,,,2002-12-14, +/games/boxart/full_1333994AmericaFrontccc.jpg,Wildgear,And,Racing,Neowiz Entertainment,Neowiz Corporation,,,,,,,2014-08-07, +/games/boxart/full_5762581AmericaFrontccc.jpg,WipEout,PC,Racing,Psygnosis,Psygnosis,,,,,,,1995-11-01, +/games/boxart/2608883ccc.jpg,WipEout,SAT,Racing,Soft Bank,Psygnosis,,,,,,,1996-01-01, +/games/boxart/full_2623932AmericaFrontccc.png,WipEout,PSN,Racing,Sony Computer Entertainment,Psygnosis,,,,,,,2007-02-28, +/games/boxart/full_9689135PALFrontccc.jpg,WipEout 2097,SAT,Racing,Psygnosis,Psygnosis,,,,,,,1997-09-18, +/games/boxart/full_977954PALFrontccc.jpg,WipEout 3 Special Edition,PS,Racing,Sony Computer Entertainment,Psygnosis,,,,,,,2000-07-14, +/games/boxart/full_452306PALFrontccc.jpg,WipEout 3 Special Edition / Destruction Derby 2,PS,Racing,Sony Computer Entertainment,Psygnosis / Reflections Interactive,,,,,,,2003-05-09, +/games/boxart/full_wipeout-hd_3AmericaFront.jpg,WipEout HD,PSN,Racing,Sony Computer Entertainment,Studio Liverpool,8.7,,,,,,2008-09-25, +/games/boxart/full_5355846AmericaFrontccc.png,Wipeout Pulse,PSN,Racing,Sony Computer Entertainment,Studio Liverpool,,,,,,,2009-09-10, +/games/boxart/full_7115005AmericaFrontccc.png,Wipeout Pure,PSN,Racing,Sony Computer Entertainment,Studio Liverpool,,,,,,,2007-11-19, +/games/boxart/default.jpg,WipEout XL,PSN,Racing,Unknown,Psygnosis,,,,,,,, +/games/boxart/full_514408AmericaFrontccc.jpg,WipEout XL,PC,Racing,Psygnosis,Psygnosis,7.1,,,,,,1997-07-31, +/games/boxart/default.jpg,Woody Woodpecker Racing,DC,Racing,Unknown,Konami,,,,,,,, +/games/boxart/full_woody-woodpecker-racing_257AmericaFront.jpg,Woody Woodpecker Racing,PC,Racing,Konami,Syrox Developments,,,,,,,2001-01-31, +/games/boxart/full_woody-woodpecker-racing_789AmericaFront.jpg,Woody Woodpecker Racing,GB,Racing,Konami,Konami,,,,,,,2000-12-01, +/games/boxart/full_5836132JapanFrontccc.jpg,World Circuit,PCE,Racing,Namco,Game Studio,,,,,,,1991-10-18, +/games/boxart/4386367ccc.jpg,World Circuit Series,GB,Racing,Ultra Games,Konami,,,,,,,1992-01-01, +/games/boxart/full_world-grand-prix_10AmericaFront.jpg,World Grand Prix,MS,Racing,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_world-of-outlaws-sprint-cars_229AmericaFront.jpg,World of Outlaws: Sprint Cars,XBL,Racing,THQ,Big Ant Studios,,,,,,,2011-08-09, +/games/boxart/full_2404198AmericaFrontccc.jpg,World of Outlaws: Sprint Cars,PC,Racing,Atari,Ratbag,,,,,,,2003-02-11, +/games/boxart/full_world-of-outlaws-sprint-cars_4AmericaFront.jpg,World of Outlaws: Sprint Cars,PSN,Racing,THQ,Big Ant Studios,,,,,,,2010-05-11, +/games/boxart/default.jpg,World of Outlaws: Sprint Cars,PS3,Racing,Unknown,THQ,,,,,,,, +/games/boxart/full_5553483PALFrontccc.jpg,World Racing,PS2,Racing,TDK Mediactive,Synetic,,,,,,,2003-09-19, +/games/boxart/full_6167052PALFrontccc.jpg,World Racing,PC,Racing,TDK Mediactive,Synetic,,,,,,,2003-09-19, +/games/boxart/full_7970342PALFrontccc.jpg,World Racing,GC,Racing,TDK Mediactive,Synetic,,,,,,,2004-04-08, +/games/boxart/9871291ccc.jpg,World Tour Racing,AJ,Racing,Telegames,Teque Interactive,,,,,,,1997-06-01, +/games/boxart/full_4728083PALFrontccc.jpg,WRC II Extreme,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2002-11-29, +/games/boxart/full_9421668PALFrontccc.jpg,WRC: FIA World Rally Championship 3,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2003-11-21, +/games/boxart/full_2804664PALFrontccc.jpg,WRC: FIA World Rally Championship 4,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2004-10-22, +/games/boxart/full_2055070PALFrontccc.jpg,WRC: FIA World Rally Championship Arcade,PS,Racing,Sony Computer Entertainment,UDS,,,,,,,2002-11-08, +/games/boxart/full_5724006PALFrontccc.jpg,WRC: Rally Evolved,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2005-10-28, +/games/boxart/full_wreckin-crew_2PALFront.jpg,Wreckin Crew,PC,Racing,Telstar,Quickdraw Developments Ltd.,,,,,,,1998-06-16, +/games/boxart/full_6187756PALFrontccc.jpg,X-treme Quads,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2005-04-05, +/games/boxart/full_557534AmericaFrontccc.jpg,XMAS Taxi,XBL,Racing,Microsoft,FifaKane,,,,,,,2009-11-16, +/games/boxart/default.jpg,Xpand Rally,PC,Racing,TopWare,Techland,,,,,,,2006-08-24, +/games/boxart/default.jpg,Xpand Rally Extreme,PC,Racing,Techland,Techland,,,,,,,2006-12-01, +/games/boxart/full_xs-airboat-racing_7AmericaFront.jpg,XS Airboat Racing,PSN,Racing,Sony Computer Entertainment,Miracle Designs,,,,,,,2010-04-08, +/games/boxart/full_164047AmericaFrontccc.jpg,XS Moto,PS,Racing,XS Games,Bubble Boy Limited,,,,,,,2003-03-01, +/games/boxart/full_xs-moto_6AmericaFront.jpg,XS Moto,PSN,Racing,Sony Computer Entertainment,Bubble Boy Limited,,,,,,,2010-04-22, +/games/boxart/full_xtreme-wheels_120AmericaFront.jpg,Xtreme Wheels,GB,Racing,BAM! Entertainment,Spike,,,,,,,2001-04-26, +/games/boxart/full_7133582AmericaFrontccc.jpg,Yamaha Supercross,PS2,Racing,DSI Games,Coyote Console,,,,,,,2009-07-14, +/games/boxart/full_7233537PALFrontccc.jpg,Yamaha Supercross,PC,Racing,DSI Games,Coyote Console,,,,,,,2008-07-14, +/games/boxart/full_7492885AmericaFrontccc.jpg,Yaris,XBL,Racing,Microsoft,Backbone Entertainment,,,,,,,2007-10-10, +/games/boxart/full_2764473JapanFrontccc.jpg,Zero 4 Champ Series: Drift Champ,PS2,Racing,Hudson Soft,Hudson Soft,,,,,,,2002-11-21, +/games/boxart/full_7780109AmericaFrontccc.jpg,Zero Gear,PC,Racing,Nimblebit,NimbleBit,,,,,,,2010-01-12, +/games/boxart/full_9115009JapanFrontccc.jpg,Zero4 Champ,PCE,Racing,Media Rings,Media Rings,,,,,,,1991-03-08, +/games/boxart/full_1036561JapanFrontccc.jpg,Zero4 Champ II,PCE,Racing,Media Rings,Media Rings,,,,,,,1993-03-05, +/games/boxart/full_9965613JapanFrontccc.jpg,Zero4 Champ: DooZy-J Type-R,SAT,Racing,Media Rings,Media Rings,,,,,,,1997-06-20, +/games/boxart/full_8490826AmericaFrontccc.jpg,Zombie Driver,PC,Racing,EXOR Studios,Akella,,,,,,,2009-12-04, +/games/boxart/full_8660346AmericaFrontccc.jpg,Zoom,XBL,Racing,Microsoft,Justin Le Clair,,,,,,,2009-04-19, +/games/boxart/full_9830184JapanFrontccc.jpg,Zusar Vasar,DC,Racing,Real Vision,Real Vision,,,,,,,2000-07-27, +/games/boxart/default.jpg,Arcade Archives: New Rally-X,NS,Racing,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: New Rally-X,PS4,Racing,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/full_6946124AmericaFrontccc.jpg,#DRIVE Rally,PS4,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 +/games/boxart/full_7569449AmericaFrontccc.jpg,#DRIVE Rally,PS5,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 +/games/boxart/full_9093834AmericaFrontccc.jpg,#DRIVE Rally,XOne,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 +/games/boxart/full_9079529AmericaFrontccc.jpg,#DRIVE Rally,XS,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 +/games/boxart/full_7715545AmericaFrontccc.jpg,#DRIVE Rally,NS,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 +/games/boxart/full_8870515AmericaFrontccc.jpg,#DRIVE Rally,PC,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 +/games/boxart/full_9020138AmericaFrontccc.png,ACA NEOGEO OVER TOP,PS4,Racing,Hamster Corporation,SNK Corporation,,,,,,,2017-05-16,2018-04-03 +/games/boxart/full_1485424AmericaFrontccc.png,ACA NEOGEO OVER TOP,NS,Racing,Hamster Corporation,SNK Corporation,,,,,,,2017-04-27,2018-04-03 +/games/boxart/full_7046398AmericaFrontccc.jpg,ACA NEOGEO OVER TOP,XOne,Racing,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-04-03 +/games/boxart/full_492739AmericaFrontccc.jpeg,ACA NEOGEO RIDING HERO,XOne,Racing,Hamster Corporation,SNK Corporation,,,,,,,2018-06-07,2018-08-05 +/games/boxart/full_744917AmericaFrontccc.png,ACA NEOGEO RIDING HERO,NS,Racing,Hamster Corporation,SNK Corporation,,,,,,,2018-06-07,2018-08-05 +/games/boxart/full_229682AmericaFrontccc.jpg,Antigraviator,PC,Racing,Iceberg Interactive,Cybernetic Walrus,,,,,,,2018-06-06,2018-07-06 +/games/boxart/default.jpg,Arcade Archives: Rally-X,PS4,Racing,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Archives: Rally-X,NS,Racing,Unknown,Namco,,,,,,,,2024-01-05 +/games/boxart/full_5210698AmericaFrontccc.png,Arcade Archives: Traverse USA,NS,Racing,Hamster Corporation,Irem Corp.,,,,,,,2017-11-30,2018-02-04 +/games/boxart/full_1808063AmericaFrontccc.jpg,art of rally,PC,Racing,Funselektor Labs Inc.,Funselektor Labs Inc.,,,,,,,2020-09-23,2021-01-13 +/games/boxart/full_9823318AmericaFrontccc.jpg,Assetto Corsa Competizione,PC,Racing,505 Games,Kunos Simulazioni,,,,,,,2019-05-29,2019-04-15 +/games/boxart/full_4175336AmericaFrontccc.jpg,Assetto Corsa Competizione,PS4,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 +/games/boxart/full_3062920AmericaFrontccc.jpg,Assetto Corsa Competizione,PS5,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 +/games/boxart/full_8083224AmericaFrontccc.jpg,Assetto Corsa Competizione,XOne,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 +/games/boxart/full_7196754AmericaFrontccc.jpg,Assetto Corsa Competizione,XS,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 +/games/boxart/default.jpg,Auto Racing,Int,Racing,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 +/games/boxart/full_6402252PALFrontccc.jpg,Baja: Edge of Control HD,PC,Racing,THQ Nordic,2XL Games,,,,,,,2017-09-14,2018-06-29 +/games/boxart/full_6531149AmericaFrontccc.jpg,Bang Bang Racing,X360,Racing,Unknown,Digital Reality,,,,,,,,2022-08-12 +/games/boxart/full_4415297AmericaFrontccc.jpg,Bang Bang Racing,PC,Racing,Unknown,Digital Reality,,,,,,,,2022-08-12 +/games/boxart/full_5364442AmericaFrontccc.jpg,Bang Bang Racing,PSN,Racing,Unknown,Digital Reality,,,,,,,,2022-08-12 +/games/boxart/full_4551250AmericaFrontccc.png,Beach Buggy Racing,NS,Racing,Vector Unit,Vector Unit,,,,,,,2017-09-14,2018-03-02 +/games/boxart/full_8742541AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,XOne,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 +/games/boxart/full_8177519AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,PS4,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 +/games/boxart/full_5163385AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,PC,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 +/games/boxart/full_9779013AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,NS,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 +/games/boxart/full_3680957AmericaFrontccc.jpg,Ben-Hur,XOne,Racing,AOL,Krome Studios,,,,,,,2016-08-09,2018-01-22 +/games/boxart/full_9670851AmericaFrontccc.jpg,Bump 'n' Jump,CV,Racing,Coleco,Data East,,,,,,,1984-06-05,2021-10-18 +/games/boxart/default.jpg,Bump 'N' Jump,Int,Racing,Mattel Electronics,Technology Associates,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_3464649AmericaFrontccc.jpg,Burnout Paradise Remastered,NS,Racing,Electronic Arts,Criterion Games,,,,,,,2020-06-19,2020-04-16 +/games/boxart/full_2123688AmericaFrontccc.jpg,Chocobo GP,NS,Racing,Unknown,Square Enix,,,,,,,,2022-01-15 +/games/boxart/default.jpg,Circuit Superstars,XOne,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Circuit Superstars,NS,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Circuit Superstars,PC,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 +/games/boxart/default.jpg,Circuit Superstars,PS4,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 +/games/boxart/full_4731823AmericaFrontccc.png,Coffin Dodgers,NS,Racing,Wales Interactive Ltd.,Milky Tea,,,,,,,2018-03-13,2018-03-23 +/games/boxart/full_4260836AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,XOne,Racing,Activision,Beenox,,,,,,,2019-06-21,2019-05-01 +/games/boxart/full_9183700AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,All,Racing,Activision,Beenox,,,,,,,2019-06-21,2020-10-30 +/games/boxart/full_5508830AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,PS4,Racing,Activision,Beenox,,,,,,,2019-06-21,2019-05-01 +/games/boxart/full_515599AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,NS,Racing,Activision,Beenox,,,,,,,2019-06-21,2019-05-01 +/games/boxart/full_2103818PALFrontccc.jpg,Crash Time 4: The Syndicate,PS3,Racing,DTP Entertainment,Synetic,,,,,,,2011-11-30,2019-01-02 +/games/boxart/full_4320560AmericaFrontccc.jpg,Cruis'n Blast,NS,Racing,Nintendo,Nintendo,,,,,,,2021-09-14,2021-11-06 +/games/boxart/full_7492285PALFrontccc.jpg,Dakar 18,PC,Racing,Deep Silver,Bigmoon Entertainment,,,,,,,2018-09-25,2018-07-22 +/games/boxart/full_9752643AmericaFrontccc.jpg,Dakar Desert Rally,XS,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 +/games/boxart/full_5056970AmericaFrontccc.jpg,Dakar Desert Rally,PC,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 +/games/boxart/full_22920AmericaFrontccc.jpg,Dakar Desert Rally,PS4,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 +/games/boxart/full_9914493AmericaFrontccc.jpg,Dakar Desert Rally,PS5,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 +/games/boxart/full_5283473AmericaFrontccc.jpg,Dakar Desert Rally,XOne,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 +/games/boxart/full_8671397AmericaFrontccc.jpg,Dangerous Driving,PC,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2019-04-09,2019-04-15 +/games/boxart/full_2055513PALFrontccc.jpg,Dangerous Driving,XOne,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2019-04-09,2019-04-15 +/games/boxart/full_3571868AmericaFrontccc.jpg,Dangerous Driving,PS4,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2019-04-09,2019-04-15 +/games/boxart/full_7786398AmericaFrontccc.jpg,Dangerous Driving 2,XOne,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 +/games/boxart/full_7202115AmericaFrontccc.jpg,Dangerous Driving 2,NS,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 +/games/boxart/full_2378913AmericaFrontccc.jpg,Dangerous Driving 2,PC,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 +/games/boxart/full_8743130AmericaFrontccc.jpg,Dangerous Driving 2,PS4,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 +/games/boxart/full_898664AmericaFrontccc.jpg,Darkwind: War on Wheels,Linux,Racing,Psychic Software,Psychic Software,,,,,,,2014-08-22,2018-08-10 +/games/boxart/default.jpg,Destructor,CV,Racing,Unknown,Coleco,,,,,,,,2021-10-18 +/games/boxart/full_6756421AmericaFrontccc.jpg,DiRT 5,PC,Racing,Codemasters,Codemasters,,,,,,,2020-11-06,2020-05-07 +/games/boxart/full_9587530AmericaFrontccc.jpg,DiRT 5,PS4,Racing,Codemasters,Codemasters,,,,,,,2020-11-06,2020-05-07 +/games/boxart/full_895012AmericaFrontccc.jpg,DiRT 5,PS5,Racing,Codemasters,Codemasters,,,,,,,2020-12-09,2020-05-07 +/games/boxart/full_6140855AmericaFrontccc.jpg,DiRT 5,XOne,Racing,Codemasters,Codemasters,8,,,,,,2020-11-06,2020-05-07 +/games/boxart/full_6284135AmericaFrontccc.jpg,DiRT 5,XS,Racing,Codemasters,Codemasters,,,,,,,2020-11-10,2020-05-07 +/games/boxart/full_316704PALFrontccc.jpg,DiRT Rally 2.0,PC,Racing,Codemasters,Codemasters,,,,,,,2019-02-25,2018-12-17 +/games/boxart/full_3330715AmericaFrontccc.jpg,DiRT Rally 2.0,XOne,Racing,Deep Silver,Codemasters,,,,,,,2019-02-26,2018-12-17 +/games/boxart/full_3331024AmericaFrontccc.jpg,DiRT Rally 2.0,PS4,Racing,Deep Silver,Codemasters,7.9,,,,,,2019-02-26,2018-12-17 +/games/boxart/full_5371615AmericaFrontccc.png,Don't Crash,WiiU,Racing,RCMADIAX,RCMADIAX,,,,,,,2015-07-09,2018-01-07 +/games/boxart/full_7296968AmericaFrontccc.jpg,Driveclub Bikes,PS4,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2015-10-27,2018-09-24 +/games/boxart/full_7209264AmericaFrontccc.jpg,EA Sports WRC,XS,Racing,Unknown,Codemasters,,,,,,,,2023-09-29 +/games/boxart/full_1470526AmericaFrontccc.jpg,EA Sports WRC,PC,Racing,Unknown,Codemasters,,,,,,,,2023-09-29 +/games/boxart/full_559990AmericaFrontccc.jpg,EA Sports WRC,PS5,Racing,Unknown,Codemasters,,,,,,,,2023-09-29 +/games/boxart/default.jpg,Excitebots: Trick Racing,WiiU,Racing,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/full_8324728AmericaFrontccc.jpg,F-Zero 99,NS,Racing,Unknown,Nintendo,,,,,,,,2023-09-14 +/games/boxart/default.jpg,F-Zero X,WiiU,Racing,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/full_9203858AmericaFrontccc.jpg,F1 2012,OSX,Racing,Feral Interactive,Feral Interactive,,,,,,,2012-12-20,2018-03-09 +/games/boxart/full_9831228AmericaFrontccc.jpg,F1 2019,PC,Racing,Codemasters,Codemasters,,,,,,,2019-06-28,2019-05-04 +/games/boxart/full_3208378AmericaFrontccc.jpg,F1 2019,PS4,Racing,Codemasters,Codemasters,8.8,,,,,,2019-06-28,2019-05-04 +/games/boxart/full_3173536AmericaFrontccc.jpg,F1 2019,XOne,Racing,Codemasters,Codemasters,,,,,,,2019-06-28,2019-05-04 +/games/boxart/full_4653547AmericaFrontccc.jpg,F1 2020,PC,Racing,Codemasters,Codemasters Birmingham,,,,,,,2020-07-10,2020-04-16 +/games/boxart/full_7778782AmericaFrontccc.jpg,F1 2020,PS4,Racing,Codemasters,Codemasters Birmingham,9,,,,,,2020-07-10,2020-04-16 +/games/boxart/full_1594266AmericaFrontccc.jpg,F1 2020,XOne,Racing,Codemasters,Codemasters Birmingham,9,,,,,,2020-07-10,2020-04-16 +/games/boxart/full_5326610AmericaFrontccc.jpg,F1 2021,PC,Racing,Unknown,Codemasters,,,,,,,,2021-06-10 +/games/boxart/full_4305301AmericaFrontccc.jpg,F1 2021,PS4,Racing,Codemasters,Codemasters,,,,,,,2021-07-14,2021-06-10 +/games/boxart/full_7600232AmericaFrontccc.jpg,F1 2021,PS5,Racing,Codemasters,Codemasters,,,,,,,2021-07-13,2021-06-10 +/games/boxart/full_5368839AmericaFrontccc.jpg,F1 2021,XOne,Racing,Unknown,Codemasters,9,,,,,,,2021-06-10 +/games/boxart/full_360843AmericaFrontccc.jpg,F1 2021,XS,Racing,Unknown,Codemasters,8.5,,,,,,,2021-06-10 +/games/boxart/full_7354425AmericaFrontccc.jpg,F1 22,PC,Racing,Unknown,Codemasters,,,,,,,,2022-07-12 +/games/boxart/full_1239252AmericaFrontccc.jpg,F1 22,PS4,Racing,Unknown,Codemasters,,,,,,,,2022-07-12 +/games/boxart/full_5446413AmericaFrontccc.jpg,F1 22,PS5,Racing,Codemasters,Codemasters,7.5,,,,,,2022-07-01,2022-07-12 +/games/boxart/full_9185085AmericaFrontccc.jpg,F1 22,XOne,Racing,Codemasters,Codemasters,,,,,,,2022-07-01,2022-07-12 +/games/boxart/full_4624246AmericaFrontccc.jpg,F1 22,XS,Racing,Codemasters,Codemasters,7.5,,,,,,2022-07-01,2022-07-12 +/games/boxart/full_6354998AmericaFrontccc.jpg,F1 23,XOne,Racing,Unknown,Codemasters,,,,,,,,2023-06-23 +/games/boxart/full_6227458AmericaFrontccc.jpg,F1 23,XS,Racing,Unknown,Codemasters,8,,,,,,,2023-06-23 +/games/boxart/full_2409052AmericaFrontccc.jpg,F1 23,PC,Racing,Electronic Arts,Codemasters,,,,,,,2023-06-13,2023-06-23 +/games/boxart/full_2575153AmericaFrontccc.jpg,F1 23,PS4,Racing,Unknown,Codemasters,,,,,,,,2023-06-23 +/games/boxart/full_154328AmericaFrontccc.jpg,F1 23,PS5,Racing,Unknown,Codemasters,8.5,,,,,,,2023-06-23 +/games/boxart/full_1219773AmericaFrontccc.jpg,Fast & Furious Crossroads,XOne,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-07,2020-01-08 +/games/boxart/full_886547AmericaFrontccc.jpg,Fast & Furious Crossroads,PC,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-07,2020-01-08 +/games/boxart/full_4104559AmericaFrontccc.jpg,Fast & Furious Crossroads,PS4,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-07,2020-01-08 +/games/boxart/full_2852259AmericaFrontccc.png,Fast RMX,NS,Racing,Shin'en,Shin'en,,,,,,,2017-03-03,2018-03-12 +/games/boxart/full_9343528AmericaFrontccc.jpeg,Forza Horizon 2 Presents Fast & Furious,XOne,Racing,Microsoft Studios,Playground Games,,,,,,,2015-03-27,2018-10-15 +/games/boxart/full_4160452AmericaFrontccc.jpeg,Forza Horizon 4,PC,Racing,Microsoft Studios,Playground Games,10,,,,,,2018-10-02,2018-06-11 +/games/boxart/full_2876922AmericaFrontccc.jpg,Forza Horizon 4,XS,Racing,Microsoft Studios,Playground Games,,,,,,,2020-11-10,2020-09-19 +/games/boxart/full_5889523AmericaFrontccc.jpg,Forza Horizon 5,PC,Racing,Xbox Game Studios,Playground Games,,,,,,,2021-11-09,2022-01-16 +/games/boxart/full_5787022AmericaFrontccc.jpg,Forza Horizon 5,XOne,Racing,Unknown,Playground Games,,,,,,,,2021-06-13 +/games/boxart/full_1598386AmericaFrontccc.jpg,Forza Horizon 5,XS,Racing,Xbox Game Studios,Playground Games,,,,,,,2021-11-09,2022-01-16 +/games/boxart/full_2963915AmericaFrontccc.jpg,Forza Horizon 5: Hot Wheels,XS,Racing,Unknown,Playground Games,,,,,,,,2022-09-19 +/games/boxart/full_6756518AmericaFrontccc.jpg,Forza Horizon 5: Hot Wheels,PC,Racing,Unknown,Playground Games,,,,,,,,2022-09-19 +/games/boxart/full_8651871AmericaFrontccc.jpg,Forza Horizon 5: Hot Wheels,XOne,Racing,Unknown,Playground Games,,,,,,,,2022-09-19 +/games/boxart/full_2210572AmericaFrontccc.jpg,Forza Horizon 5: Rally Adventure,XOne,Racing,Unknown,Playground Games,,,,,,,,2023-06-23 +/games/boxart/full_4777476AmericaFrontccc.jpg,Forza Horizon 5: Rally Adventure,XS,Racing,Unknown,Playground Games,,,,,,,,2023-06-23 +/games/boxart/full_8580509AmericaFrontccc.jpg,Forza Horizon 5: Rally Adventure,PC,Racing,Unknown,Playground Games,,,,,,,,2023-06-23 +/games/boxart/full_7573412AmericaFrontccc.png,Forza Motorsport,PC,Racing,Xbox Game Studios,Turn 10 Studios,,,,,,,2023-10-10,2020-07-23 +/games/boxart/full_2236993AmericaFrontccc.png,Forza Motorsport,XS,Racing,Xbox Game Studios,Turn 10 Studios,,,,,,,2023-10-10,2020-07-23 +/games/boxart/full_891084AmericaFrontccc.jpg,Garfield Kart: Furious Racing,NS,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 +/games/boxart/full_9264778AmericaFrontccc.jpg,Garfield Kart: Furious Racing,PC,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 +/games/boxart/full_3659777AmericaFrontccc.jpg,Garfield Kart: Furious Racing,PS4,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 +/games/boxart/full_9918413AmericaFrontccc.jpg,Garfield Kart: Furious Racing,XOne,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 +/games/boxart/full_7337609AmericaFrontccc.jpg,Gear.Club Unlimited 2,NS,Racing,Microids,Eden Games,,,,,,,2018-12-04,2018-12-19 +/games/boxart/full_9546874AmericaFrontccc.jpg,Genso Skydrift,NS,Racing,illuCalab,illuCalab,,,,,,,2019-12-12,2019-06-16 +/games/boxart/full_6534841AmericaFrontccc.jpg,Genso Skydrift,PS4,Racing,illuCalab,illuCalab,,,,,,,2020-12-01,2019-06-16 +/games/boxart/full_3042581AmericaFrontccc.jpg,Genso Skydrift,PC,Racing,illuCalab,illuCalab,,,,,,,2019-12-11,2019-06-16 +/games/boxart/full_9803413AmericaFrontccc.jpg,Ghost Bike,PS5,Racing,Unknown,Messhof,,,,,,,,2023-12-11 +/games/boxart/full_288333AmericaFrontccc.jpg,Ghost Bike,XOne,Racing,Unknown,Messhof,,,,,,,,2023-12-11 +/games/boxart/full_9290066AmericaFrontccc.jpg,Ghost Bike,XS,Racing,Unknown,Messhof,,,,,,,,2023-12-11 +/games/boxart/full_1891566AmericaFrontccc.jpg,Ghost Bike,PC,Racing,Unknown,Messhof,,,,,,,,2023-12-11 +/games/boxart/full_4371688AmericaFrontccc.jpg,Ghost Bike,PS4,Racing,Unknown,Messhof,,,,,,,,2023-12-11 +/games/boxart/full_6278333AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,XOne,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 +/games/boxart/full_8813018AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,XS,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 +/games/boxart/full_6093743AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,NS,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 +/games/boxart/full_1345683AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,PC,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 +/games/boxart/full_1655535AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,PS4,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 +/games/boxart/full_6214179AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,PS5,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 +/games/boxart/full_6524478AmericaFrontccc.png,Gotcha Racing 2nd,NS,Racing,Arc System Works,Arc System Works,,,,,,,2018-05-29,2018-03-23 +/games/boxart/full_7885497AmericaFrontccc.jpg,Gran Turismo 7,PS5,Racing,Sony Interactive Entertainment,Polyphony Digital,,,,,,,2022-03-04,2021-08-02 +/games/boxart/full_9497067AmericaFrontccc.png,Grand Prix Rock 'N Racing,NS,Racing,EnjoyUp Games,EnjoyUp Games,,,,,,,2018-01-04,2018-01-07 +/games/boxart/full_2468449PALFrontccc.jpg,Gravel,PC,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-02-27,2018-01-13 +/games/boxart/full_6479224PALFrontccc.jpg,GRID,XOne,Racing,Codemasters,Codemasters,,,,,,,2019-10-11,2019-05-28 +/games/boxart/full_1426923PALFrontccc.jpg,GRID,PS4,Racing,Codemasters,Codemasters,7.1,,,,,,2019-10-11,2019-05-28 +/games/boxart/full_370077AmericaFrontccc.jpg,GRID (2019),PC,Racing,Codemasters,Codemasters,,,,,,,2019-10-11,2019-05-28 +/games/boxart/full_3454403AmericaFrontccc.jpg,GRID Legends,XS,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 +/games/boxart/full_5902237AmericaFrontccc.jpg,GRID Legends,PC,Racing,Electronic Arts,Codemasters,,,,,,,2022-02-25,2021-07-24 +/games/boxart/full_6242742AmericaFrontccc.jpg,GRID Legends,PS4,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 +/games/boxart/full_7418101AmericaFrontccc.jpg,GRID Legends,PS5,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 +/games/boxart/full_7581836AmericaFrontccc.jpg,GRID Legends,XOne,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 +/games/boxart/full_6006331AmericaFrontccc.png,GRID: Autosport,NS,Racing,Codemasters,Feral Interactive,,,,,,,2019-08-31,2019-02-14 +/games/boxart/full_676570AmericaFrontccc.jpg,GRIP: Combat Racing,PC,Racing,U&I Entertainment,Caged Element,,,,,,,2018-11-06,2018-09-11 +/games/boxart/full_126014AmericaFrontccc.jpg,GRIP: Combat Racing,XOne,Racing,U&I Entertainment,Caged Element,,,,,,,2018-11-06,2018-09-11 +/games/boxart/full_9261859AmericaFrontccc.jpg,Horizon Chase 2,iOS,Racing,Unknown,Aquiris Game Studio,,,,,,,,2023-01-11 +/games/boxart/full_5647913AmericaFrontccc.jpg,Horizon Chase Turbo,PC,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-05-15,2019-03-08 +/games/boxart/full_5589754AmericaFrontccc.jpg,Horizon Chase Turbo,XOne,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-11-28,2019-03-08 +/games/boxart/full_9204517AmericaFrontccc.jpg,Horizon Chase Turbo,PS4,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-05-15,2019-03-08 +/games/boxart/full_4743226AmericaFrontccc.png,Horizon Chase Turbo,NS,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-11-28,2019-03-08 +/games/boxart/full_2911257AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 +/games/boxart/full_1628158AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 +/games/boxart/full_3742300AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 +/games/boxart/full_5093383AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 +/games/boxart/full_757912AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 +/games/boxart/full_8292389AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 +/games/boxart/full_4903552AmericaFrontccc.jpg,Hot Wheels: Rift Rally,PC,Racing,Unknown,Velan Studios,,,,,,,,2023-06-11 +/games/boxart/full_3433260AmericaFrontccc.jpg,Hot Wheels: Rift Rally,PS4,Racing,Unknown,Velan Studios,,,,,,,,2023-06-11 +/games/boxart/full_9915266AmericaFrontccc.jpg,Hot Wheels: Rift Rally,PS5,Racing,Unknown,Velan Studios,,,,,,,,2023-06-11 +/games/boxart/default.jpg,Hotshot Racing,NS,Racing,Unknown,Lucky Mountain Games,,,,,,,,2021-11-10 +/games/boxart/full_2186545AmericaFrontccc.jpg,Jak X: Combat Racing,PS4,Racing,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-11-28,2018-09-24 +/games/boxart/default.jpg,Joe Danger,PSV,Racing,Unknown,Hello Games,,,,,,,,2019-08-12 +/games/boxart/default.jpg,Jolt Family Robot Racer,WiiU,Racing,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_218212AmericaFrontccc.jpeg,Kandagawa Jet Girls,PC,Racing,Xseed Games,Marvelous,,,,,,,2020-08-25,2020-06-08 +/games/boxart/full_4160978AmericaFrontccc.jpeg,Kandagawa Jet Girls,PS4,Racing,Marvelous,Marvelous,,,,,,,2020-08-25,2019-08-06 +/games/boxart/full_5324472AmericaFrontccc.jpg,Kinetica,PS4,Racing,Sony Interactive Entertainment,SCEA Santa Monica Studio,,,,,,,2016-05-17,2018-12-03 +/games/boxart/full_8321912AmericaFrontccc.jpg,LEGO 2K Drive,PS5,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 +/games/boxart/full_3970104AmericaFrontccc.jpg,LEGO 2K Drive,XOne,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 +/games/boxart/full_3989987AmericaFrontccc.jpg,LEGO 2K Drive,XS,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 +/games/boxart/full_1807999AmericaFrontccc.jpg,LEGO 2K Drive,NS,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 +/games/boxart/full_5116955AmericaFrontccc.jpg,LEGO 2K Drive,PC,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 +/games/boxart/full_8217773AmericaFrontccc.jpg,LEGO 2K Drive,PS4,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 +/games/boxart/full_6024819AmericaFrontccc.jpg,Mad Riders,PC,Racing,Unknown,Techland,,,,,,,,2022-08-11 +/games/boxart/full_9637927AmericaFrontccc.jpg,Mad Riders,PS3,Racing,Unknown,Techland,,,,,,,,2022-08-11 +/games/boxart/full_4137997AmericaFrontccc.jpg,Mad Riders,X360,Racing,Unknown,Techland,,,,,,,,2022-08-11 +/games/boxart/default.jpg,Mantis Burn Racing,PC,Racing,Unknown,VooFoo Studios,,,,,,,,2018-02-16 +/games/boxart/full_7996026AmericaFrontccc.png,Mantis Burn Racing,NS,Racing,Unknown,VooFoo Studios,,,,,,,,2018-02-16 +/games/boxart/default.jpg,Mario Kart 64,WiiU,Racing,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/full_4028922AmericaFrontccc.jpg,Meow Motors,PC,Racing,ArtVostok,ArtVostok,,,,,,,2018-06-04,2018-06-12 +/games/boxart/full_6318936AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 2,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-02-08,2018-10-19 +/games/boxart/full_7785273AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 2,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-02-08,2018-10-19 +/games/boxart/full_8368498AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_5206266AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_1271042AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_6362248AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-02-04,2021-01-28 +/games/boxart/full_8425455AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_2798802AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_2006260AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_3404549AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_190244AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_9521396AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 +/games/boxart/full_4444676AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_890276AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_5288165AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_1144647AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_4279387AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_2809484AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_2800910AmericaFrontccc.jpg,Monster Jam Steel Titans,PC,Racing,THQ Nordic,Rainbow Studios,,,,,,,2019-06-25,2019-04-15 +/games/boxart/full_8033561AmericaFrontccc.jpg,Monster Jam Steel Titans,PS4,Racing,THQ Nordic,Rainbow Studios,,,,,,,2019-06-25,2019-04-15 +/games/boxart/full_7562389PALFrontccc.jpg,Monster Jam Steel Titans,XOne,Racing,THQ Nordic,Rainbow Studios,,,,,,,2019-05-25,2019-04-15 +/games/boxart/full_1192455PALFrontccc.jpg,MotoGP 18,PS4,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-06-07,2019-01-02 +/games/boxart/full_9603558PALFrontccc.jpg,MotoGP 18,NS,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-06-28,2019-01-02 +/games/boxart/full_6185216PALFrontccc.jpg,MotoGP 18,XOne,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-06-07,2019-01-02 +/games/boxart/full_2099347PALFrontccc.jpg,MotoGP 19,NS,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-27,2019-06-10 +/games/boxart/full_1976007AmericaFrontccc.jpg,MotoGP 19,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-06,2019-06-10 +/games/boxart/full_2360593PALFrontccc.jpg,MotoGP 19,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-06,2019-06-10 +/games/boxart/full_6389699PALFrontccc.jpg,MotoGP 19,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-06,2019-06-10 +/games/boxart/full_4591618AmericaFrontccc.jpg,MotoGP 20,NS,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 +/games/boxart/full_6419981AmericaFrontccc.jpg,MotoGP 20,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 +/games/boxart/full_4033206AmericaFrontccc.jpg,MotoGP 20,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 +/games/boxart/full_6468842AmericaFrontccc.jpg,MotoGP 20,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 +/games/boxart/full_1712303AmericaFrontccc.jpg,MotoGP 21,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 +/games/boxart/full_2762344AmericaFrontccc.jpg,MotoGP 21,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 +/games/boxart/full_4007244AmericaFrontccc.jpg,MotoGP 21,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 +/games/boxart/full_4930412AmericaFrontccc.jpg,MotoGP 21,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 +/games/boxart/full_8303724AmericaFrontccc.jpg,MotoGP 21,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 +/games/boxart/full_5123479AmericaFrontccc.jpg,MotoGP 21,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 +/games/boxart/full_1397229AmericaFrontccc.jpg,MotoGP 22,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 +/games/boxart/full_5031058AmericaFrontccc.jpg,MotoGP 22,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 +/games/boxart/full_7002462AmericaFrontccc.jpg,MotoGP 22,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 +/games/boxart/full_5238140AmericaFrontccc.jpg,MotoGP 22,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 +/games/boxart/full_1333972AmericaFrontccc.jpg,MotoGP 22,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 +/games/boxart/full_3580093AmericaFrontccc.jpg,MotoGP 22,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 +/games/boxart/full_6953271AmericaFrontccc.jpg,MotoGP 23,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 +/games/boxart/full_6540536AmericaFrontccc.jpg,MotoGP 23,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 +/games/boxart/full_7806445AmericaFrontccc.jpg,MotoGP 23,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 +/games/boxart/full_8996352AmericaFrontccc.jpg,MotoGP 23,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 +/games/boxart/full_5065388AmericaFrontccc.jpg,MotoGP 23,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 +/games/boxart/full_1916764AmericaFrontccc.jpg,MotoGP 23,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 +/games/boxart/full_9697498PALFrontccc.jpg,Motor Strike,PS4,Racing,Unknown,Sony Computer Entertainment,,,,,,,,2019-01-24 +/games/boxart/default.jpg,MOTOROADER,WiiU,Racing,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_3962431PALFrontccc.jpg,MX vs ATV All Out,PC,Racing,THQ Nordic,Rainbow Studios,,,,,,,2018-03-27,2018-01-07 +/games/boxart/full_120530AmericaFrontccc.jpg,MX vs. ATV All Out,NS,Racing,THQ Nordic,Rainbow Studios,,,,,,,2020-09-01,2020-07-07 +/games/boxart/full_8542283AmericaFrontccc.jpg,MX vs. ATV Legends,PS5,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 +/games/boxart/full_9042854AmericaFrontccc.jpg,MX vs. ATV Legends,XOne,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 +/games/boxart/full_7868734AmericaFrontccc.jpg,MX vs. ATV Legends,XS,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 +/games/boxart/full_7664839AmericaFrontccc.jpg,MX vs. ATV Legends,PC,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 +/games/boxart/full_6356084AmericaFrontccc.jpg,MX vs. ATV Legends,PS4,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 +/games/boxart/full_8911865PALFrontccc.jpg,MXGP Pro,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2018-06-29,2018-04-26 +/games/boxart/full_3056195AmericaFrontccc.jpg,NASCAR Heat 5,PC,Racing,Motorsport Games,704Games,,,,,,,2020-07-10,2020-06-03 +/games/boxart/full_9653985AmericaFrontccc.jpg,NASCAR Heat 5,PS4,Racing,Motorsport Games,704Games,,,,,,,2020-07-10,2020-06-03 +/games/boxart/full_7123040AmericaFrontccc.jpg,NASCAR Heat 5,XOne,Racing,Motorsport Games,704Games,,,,,,,2020-07-10,2020-06-03 +/games/boxart/full_7610809AmericaFrontccc.jpeg,NASCAR Heat Ultimate Edition+,NS,Racing,Motorsport Games,704Games,,,,,,,2021-11-19,2022-01-04 +/games/boxart/full_8814338AmericaFrontccc.jpg,NASCAR The Game: Inside Line,Wii,Racing,Activision,Eutechnyx,,,,,,,2012-11-06,2018-11-23 +/games/boxart/full_1460341AmericaFrontccc.png,Need for Speed Heat,PC,Racing,Electronic Arts,Ghost Games,8,,,,,,2019-11-08,2019-10-01 +/games/boxart/full_3926023AmericaFrontccc.png,Need for Speed Heat,PS4,Racing,Electronic Arts,Ghost Games,6.6,,,,,,2019-11-08,2019-10-01 +/games/boxart/full_1024636AmericaFrontccc.png,Need for Speed Heat,XOne,Racing,Electronic Arts,Ghost Games,7.5,,,,,,2019-11-08,2019-10-01 +/games/boxart/full_1795116AmericaFrontccc.jpg,Need for Speed Unbound,PS5,Racing,Unknown,Criterion Games,8,,,,,,,2022-10-15 +/games/boxart/full_2213776AmericaFrontccc.jpg,Need for Speed Unbound,XS,Racing,Unknown,Criterion Games,7.8,,,,,,,2022-10-15 +/games/boxart/full_2815394AmericaFrontccc.jpg,Need for Speed Unbound,PC,Racing,Unknown,Criterion Games,,,,,,,,2022-10-15 +/games/boxart/full_940716PALFrontccc.jpg,Need for Speed: Hot Pursuit Remastered,NS,Racing,Electronic Arts,Criterion Games,,,,,,,2020-11-13,2021-01-26 +/games/boxart/default.jpg,NHRA Championship Drag Racing: Speed for All,PS4,Racing,Unknown,Team6 Game Studios,,,,,,,,2024-01-05 +/games/boxart/default.jpg,NHRA Championship Drag Racing: Speed for All,PC,Racing,Unknown,Team6 Game Studios,,,,,,,,2024-01-05 +/games/boxart/default.jpg,NHRA Championship Drag Racing: Speed for All,PS5,Racing,Unknown,Team6 Game Studios,,,,,,,,2024-01-05 +/games/boxart/full_5256809AmericaFrontccc.jpg,NHRA Drag Racing 2,PC,Racing,Unknown,"Motorsport Simulations, Inc.",,,,,,,,2023-05-24 +/games/boxart/full_2467774AmericaFrontccc.jpg,Nickelodeon Kart Racers 2: Grand Prix,PS4,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-10-06,2022-05-14 +/games/boxart/full_699306AmericaFrontccc.jpg,Nickelodeon Kart Racers 2: Grand Prix,NS,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-10-06,2020-12-18 +/games/boxart/full_9302514AmericaFrontccc.png,Nickelodeon Kart Racers 2: Grand Prix,PC,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-12-01,2020-09-29 +/games/boxart/full_585456AmericaFrontccc.png,Nickelodeon Kart Racers 2: Grand Prix,XOne,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-10-06,2020-09-23 +/games/boxart/default.jpg,Pitstop,CV,Racing,Unknown,Epyx,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Pole Position,Int,Racing,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 +/games/boxart/full_1422291AmericaFrontccc.jpg,Police Chase,PS4,Racing,Unknown,Toplitz Productions GmBh,,,,,,,,2019-11-30 +/games/boxart/full_7852694AmericaFrontccc.jpg,Police Chase,XOne,Racing,Unknown,Toplitz Productions GmBh,,,,,,,,2019-11-30 +/games/boxart/full_6017494AmericaFrontccc.jpg,Project CARS 3,PC,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-28,2020-06-29 +/games/boxart/full_6038973AmericaFrontccc.jpg,Project CARS 3,PS4,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-28,2020-06-29 +/games/boxart/full_9563621AmericaFrontccc.jpg,Project CARS 3,XOne,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-28,2020-06-29 +/games/boxart/full_3488189PALFrontccc.jpg,Radial G Racing Revolved,PS4,Racing,Tammeka Games,Tammeka Games,,,,,,,2017-10-06,2018-09-21 +/games/boxart/full_6607222AmericaFrontccc.png,Rally Racers,NS,Racing,System 3,System 3 Software,,,,,,,2018-01-11,2018-03-25 +/games/boxart/full_9681583AmericaFrontccc.jpg,Redout 2,PC,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 +/games/boxart/full_473448AmericaFrontccc.jpg,Redout 2,PS4,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 +/games/boxart/full_3219936AmericaFrontccc.jpg,Redout 2,PS5,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 +/games/boxart/full_492454AmericaFrontccc.jpg,Redout 2,XOne,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 +/games/boxart/full_1439371AmericaFrontccc.jpg,Redout 2,XS,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 +/games/boxart/full_4144398AmericaFrontccc.jpg,Redout 2,NS,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 +/games/boxart/default.jpg,Redout: Space Assault,PC,Racing,Unknown,34BigThings srl,,,,,,,,2019-03-29 +/games/boxart/full_7264389PALFrontccc.png,Ride 3,PC,Racing,Bandai Namco Entertainment,Milestone S.r.l.,,,,,,,2018-11-30,2019-03-21 +/games/boxart/full_8194208AmericaFrontccc.jpg,Ride 4,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-10-08,2020-04-14 +/games/boxart/full_7707626AmericaFrontccc.jpg,Ride 4,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-10-08,2020-04-14 +/games/boxart/full_3989559AmericaFrontccc.jpg,Ride 4,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-10-08,2020-04-14 +/games/boxart/full_3140694AmericaFrontccc.jpg,Ride 5,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-13 +/games/boxart/full_5124324AmericaFrontccc.jpg,Ride 5,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-13 +/games/boxart/full_1487157AmericaFrontccc.jpg,Ride 5,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-13 +/games/boxart/full_8096478AmericaFrontccc.png,Riptide GP: Renegade,NS,Racing,Vector Unit,Vector Unit,,,,,,,2017-12-07,2018-03-05 +/games/boxart/full_4380987AmericaFrontccc.jpg,Road Rage,PC,Racing,Maximum Games,Team 6 Games Studio,,,,,,,2017-11-14,2018-01-19 +/games/boxart/full_2314160AmericaFrontccc.png,Rock 'N Racing: Off Road DX,NS,Racing,EnjoyUp Games,EnjoyUp Games,,,,,,,2017-11-09,2018-03-25 +/games/boxart/full_344134AmericaFrontccc.jpg,Rocket Racing,XOne,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 +/games/boxart/full_828679AmericaFrontccc.jpg,Rocket Racing,XS,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 +/games/boxart/full_3088708AmericaFrontccc.jpg,Rocket Racing,NS,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 +/games/boxart/full_4786229AmericaFrontccc.jpg,Rocket Racing,PC,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 +/games/boxart/full_2827771AmericaFrontccc.jpg,Rocket Racing,PS4,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 +/games/boxart/full_9673711AmericaFrontccc.jpg,Rocket Racing,PS5,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 +/games/boxart/full_6817860AmericaFrontccc.jpg,SBK 22,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_6986934AmericaFrontccc.jpg,SBK 22,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_1081967AmericaFrontccc.jpg,SBK 22,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_3839749AmericaFrontccc.jpg,SBK 22,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_5641425AmericaFrontccc.jpg,SBK 22,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 +/games/boxart/full_9275033AmericaFrontccc.jpg,Sega Ages: Virtua Racing,NS,Racing,Sega,Sega,,,,,,,2019-04-25,2019-04-20 +/games/boxart/full_6672173AmericaFrontccc.png,SpeedX 3D Hyper Edition,3DS,Racing,Unknown,Gamelion Studios,,,,,,,,2022-08-17 +/games/boxart/default.jpg,Spy Hunter,CV,Racing,Unknown,Bally Midway,,,,,,,,2021-10-18 +/games/boxart/full_813233AmericaFrontccc.png,Spy Hunter,PSV,Racing,Unknown,TT Fusion,,,,,,,,2022-08-14 +/games/boxart/full_8152075AmericaFrontccc.jpg,Spy Hunter,3DS,Racing,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-10-09,2018-05-21 +/games/boxart/default.jpg,Stadium Mud Buggies,Int,Racing,INTV Corporation,Realtime Associates,,,,,,,1989-01-01,2018-01-13 +/games/boxart/full_1807029AmericaFrontccc.jpg,Star Wars Episode I: Racer,NS,Racing,Aspyr,LucasArts,,,,,,,2020-06-23,2021-11-08 +/games/boxart/default.jpg,Star Wars Episode I: Racer,XOne,Racing,Unknown,Aspyr Media,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Wars Episode I: Racer,PS4,Racing,Unknown,Aspyr Media,,,,,,,,2024-01-05 +/games/boxart/full_776684AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,XS,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 +/games/boxart/full_7223132AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 +/games/boxart/full_3448772AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,NS,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All,PC,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-12-03,2021-12-24 +/games/boxart/full_4288930AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,XOne,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 +/games/boxart/full_1045360AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Blazing Freedom Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/full_6070408AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Blazing Freedom Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/full_6338001AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Blazing Freedom Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Lizzy Musi Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/full_9310277AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Lizzy Musi Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/full_2196022AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Lizzy Musi Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Ryan Martin Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/full_431612AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Ryan Martin Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/full_4523526AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Ryan Martin Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/full_2387156AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Skull Noir Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/full_4535082AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Skull Noir Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Skull Noir Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/full_1094053AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Stargazer Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/full_6865732AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Stargazer Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Stargazer Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/full_2419108AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Steel Thunder Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/full_2571806AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Steel Thunder Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Steel Thunder Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - The 70s Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/full_3487433AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 70s Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/full_5811212AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 70s Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - The 80s Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 +/games/boxart/full_8650538AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 80s Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 +/games/boxart/full_4729409AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 80s Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 +/games/boxart/full_6826767AmericaFrontccc.png,Super Toy Cars,NS,Racing,Eclipse Games,Eclipse Games,,,,,,,2018-03-02,2018-03-25 +/games/boxart/full_1012279AmericaFrontccc.jpg,Taxi Chaos,PS4,Racing,Unknown,Team 6 Games Studio,,,,,,,,2021-03-09 +/games/boxart/full_1106288AmericaFrontccc.jpg,Taxi Chaos,XOne,Racing,Unknown,Team 6 Games Studio,,,,,,,,2021-03-09 +/games/boxart/full_1919397AmericaFrontccc.jpg,Taxi Chaos,NS,Racing,Unknown,Team 6 Games Studio,,,,,,,,2021-03-09 +/games/boxart/full_4694694AmericaFrontccc.jpg,Team Sonic Racing,PS4,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 +/games/boxart/full_4678342AmericaFrontccc.jpg,Team Sonic Racing,PC,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 +/games/boxart/full_1213539AmericaFrontccc.jpg,Team Sonic Racing,XOne,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 +/games/boxart/full_9526976AmericaFrontccc.jpg,Team Sonic Racing,NS,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 +/games/boxart/full_3976678AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,PS5,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 +/games/boxart/full_131048AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,XOne,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 +/games/boxart/full_7375922AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,XS,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 +/games/boxart/full_8451799AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,NS,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 +/games/boxart/full_4465471AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,PC,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 +/games/boxart/full_77419AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,PS4,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 +/games/boxart/full_6714001AmericaFrontccc.jpg,Test Drive: Ferrari Legends,PC,Racing,Evolved Games,Slightly Mad Studios,,,,,,,2012-12-10,2019-01-04 +/games/boxart/full_9584764AmericaFrontccc.jpg,The Crew Motorfest,PC,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 +/games/boxart/full_257721AmericaFrontccc.jpg,The Crew Motorfest,PS4,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 +/games/boxart/full_226331AmericaFrontccc.jpg,The Crew Motorfest,PS5,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 +/games/boxart/full_8771271AmericaFrontccc.jpg,The Crew Motorfest,XOne,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 +/games/boxart/full_8964009AmericaFrontccc.jpg,The Crew Motorfest,XS,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 +/games/boxart/default.jpg,The Dukes of Hazzard,CV,Racing,Unknown,Coleco,,,,,,,,2021-10-18 +/games/boxart/full_8416850AmericaFrontccc.png,The Next Penelope,NS,Racing,Plug In Digital,Seaven Studio,,,,,,,2017-12-21,2018-03-26 +/games/boxart/full_9992009AmericaFrontccc.jpg,Top Racer Collection,XOne,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 +/games/boxart/full_7187955AmericaFrontccc.jpg,Top Racer Collection,XS,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 +/games/boxart/full_6216084AmericaFrontccc.jpg,Top Racer Collection,NS,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 +/games/boxart/full_4039199AmericaFrontccc.jpg,Top Racer Collection,PC,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 +/games/boxart/full_7969576AmericaFrontccc.jpg,Top Racer Collection,PS4,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 +/games/boxart/full_396925AmericaFrontccc.jpg,Top Racer Collection,PS5,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 +/games/boxart/full_1047086AmericaFrontccc.jpg,Trailblazers,PC,Racing,Rising Star Games,Supergonk,,,,,,,2018-05-08,2018-09-22 +/games/boxart/full_3371319AmericaFrontccc.jpg,Trailblazers,XOne,Racing,Rising Star Games,Supergonk,,,,,,,2018-05-09,2018-09-22 +/games/boxart/full_3384565AmericaFrontccc.jpg,TT Isle of Man: Ride on the Edge,PC,Racing,Unknown,Kylotonn,,,,,,,,2018-03-07 +/games/boxart/full_4245678AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,PS5,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 +/games/boxart/full_6822889AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,XOne,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 +/games/boxart/full_3000456AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,XS,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 +/games/boxart/full_2509665AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,NS,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 +/games/boxart/full_1972181AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,PC,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 +/games/boxart/full_9470095AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,PS4,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 +/games/boxart/default.jpg,Turbo,CV,Racing,Unknown,Sega,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Turbo,Int,Racing,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_5993713AmericaFrontccc.jpg,Twisted Metal: Black,PS4,Racing,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2015-12-05,2018-09-24 +/games/boxart/full_4998530AmericaFrontccc.png,Urban Trial Playground,NS,Racing,Tate Multimedia,Teyon,,,,,,,2018-04-05,2018-03-26 +/games/boxart/full_3157720AmericaFrontccc.jpg,V-Rally 4,PC,Racing,Bigben Interactive,Kylotonn,,,,,,,2018-09-25,2019-03-22 +/games/boxart/full_8860588AmericaFrontccc.jpg,V-Rally 4,NS,Racing,Bigben Interactive,Kylotonn,,,,,,,2019-02-19,2019-03-22 +/games/boxart/default.jpg,VICTORY RUN,WiiU,Racing,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_3780251AmericaFrontccc.jpg,Volvo: Drive for Life,XB,Racing,Microsoft,Climax Studios,,,,,,,2005-01-01,2018-10-11 +/games/boxart/full_7819812AmericaFrontccc.png,Vroom in the Night Sky,NS,Racing,Poisoft,Poisoft,,,,,,,2017-04-05,2018-03-26 +/games/boxart/full_4790802AmericaFrontccc.jpg,Wheels of Destruction,PS3,Racing,Unknown,Gelid Games,,,,,,,,2022-08-10 +/games/boxart/full_1865262AmericaFrontccc.jpg,WipEout Rush,And,Racing,Unknown,Amuzo,,,,,,,,2021-09-16 +/games/boxart/full_2830365AmericaFrontccc.jpg,WipEout Rush,iOS,Racing,Unknown,Amuzo,,,,,,,,2021-09-16 +/games/boxart/full_7742675AmericaFrontccc.jpg,WRC 10,PC,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 +/games/boxart/full_3468809AmericaFrontccc.jpg,WRC 10,PS4,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 +/games/boxart/full_1119325AmericaFrontccc.jpg,WRC 10,PS5,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 +/games/boxart/full_6167653AmericaFrontccc.jpg,WRC 10,XOne,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 +/games/boxart/full_1680307AmericaFrontccc.jpg,WRC 10,XS,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 +/games/boxart/full_3001690AmericaFrontccc.jpg,WRC 8,NS,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 +/games/boxart/full_4252398AmericaFrontccc.jpg,WRC 8,PC,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 +/games/boxart/full_4825024AmericaFrontccc.jpg,WRC 8,XOne,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 +/games/boxart/full_4488326AmericaFrontccc.jpg,WRC 8,PS4,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 +/games/boxart/full_6276108AmericaFrontccc.jpg,WRC 9,PS4,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 +/games/boxart/full_5895471AmericaFrontccc.jpg,WRC 9,PS5,Racing,Nacon,Kylotonn,,,,,,,2020-12-01,2020-06-17 +/games/boxart/full_698046AmericaFrontccc.jpg,WRC 9,XOne,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 +/games/boxart/full_1914888AmericaFrontccc.jpg,WRC 9,XS,Racing,Nacon,Kylotonn,,,,,,,2020-12-01,2020-06-17 +/games/boxart/full_307591AmericaFrontccc.jpg,WRC 9,NS,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 +/games/boxart/full_3859832AmericaFrontccc.jpg,WRC 9,PC,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 +/games/boxart/full_7787376AmericaFrontccc.png,Wreckfest,PC,Racing,THQ Nordic,Bugbear Entertainment,,,,,,,2018-06-14,2018-12-19 +/games/boxart/full_2672830AmericaFrontccc.jpg,Wreckfest,PS4,Racing,THQ Nordic,Bugbear Entertainment,,,,,,,2019-03-31,2018-12-19 +/games/boxart/full_4604823AmericaFrontccc.jpg,Wreckfest,XOne,Racing,THQ Nordic,Bugbear Entertainment,,,,,,,2019-03-31,2018-12-19 +/games/boxart/full_8192906AmericaFrontccc.jpg,Xenon Racer,NS,Racing,Soedesco,3DClouds.it,,,,,,,2019-03-26,2019-01-03 +/games/boxart/full_9907384AmericaFrontccc.jpg,Xenon Racer,PC,Racing,Soedesco,3DClouds.it,,,,,,,2019-01-01,2018-10-27 +/games/boxart/full_1661909AmericaFrontccc.jpg,Xenon Racer,XOne,Racing,Soedesco,3DClouds.it,,,,,,,2019-03-26,2019-01-03 +/games/boxart/full_8117686AmericaFrontccc.jpg,Xenon Racer,PS4,Racing,Soedesco,3DClouds.it,,,,,,,2019-03-26,2019-01-03 +/games/boxart/full_4261443AmericaFrontccc.jpg,Pokemon,Series,Role-Playing,Nintendo,Game Freak,,,,,,,1998-09-28,2020-02-03 +/games/boxart/full_6200477AmericaFrontccc.jpg,Final Fantasy,Series,Role-Playing,Square,Square,,,,,,,1987-12-18,2020-02-28 +/games/boxart/full_7532562AmericaFrontccc.jpg,Monster Hunter,Series,Role-Playing,Capcom,Capcom,,,,,,,2004-09-21,2020-02-03 +/games/boxart/full_9103473AmericaFrontccc.jpg,The Elder Scrolls,Series,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,1994-03-25,2020-03-04 +/games/boxart/full_126001AmericaFrontccc.jpg,Dragon Quest,Series,Role-Playing,Square,ArtePiazza,,,,,,,1986-05-27,2020-02-27 +/games/boxart/full_9734805AmericaFrontccc.jpg,The Witcher,Series,Role-Playing,CD Projekt,CD Projekt Red Studio,,,,,,,2007-10-30,2020-02-13 +/games/boxart/full_2251346AmericaFrontccc.jpg,Dragon Ball,Series,Role-Playing,Bandai,Tose,,,,,,,1986-09-27,2020-03-05 +/games/boxart/full_5830479AmericaFrontccc.png,The Elder Scrolls V: Skyrim,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2011-11-10,2020-10-27 +/games/boxart/full_3500762AmericaFrontccc.jpg,Diablo,Series,Role-Playing,Blizzard Entertainment,Blizzard North,,,,,,,1997-01-03,2020-02-18 +/games/boxart/full_7478122AmericaFrontccc.jpg,Fallout,Series,Role-Playing,Bethesda Softworks,Interplay Entertainment,,,,,,,1997-10-10,2020-03-07 +/games/boxart/full_3930956AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,All,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-18,2020-10-29 +/games/boxart/full_2022224AmericaFrontccc.jpg,Souls,Series,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2009-10-06,2020-02-17 +/games/boxart/full_221036AmericaFrontccc.jpg,Kingdom Hearts,Series,Role-Playing,Square Enix,Square,,,,,,,2002-09-17,2020-02-27 +/games/boxart/full_8994911AmericaFrontccc.jpg,Dark Souls,Series,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2011-10-04,2022-10-22 +/games/boxart/full_6442337AmericaFrontccc.png,Pokémon Red / Green / Blue Version,GB,Role-Playing,Nintendo,Game Freak,9.4,,,,,,1998-09-30, +/games/boxart/full_978121AmericaFrontccc.png,Diablo III,All,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2015-05-15,2020-10-29 +/games/boxart/full_8149048AmericaFrontccc.jpg,Tales of,Series,Role-Playing,Namco,Bandai Namco Studios,,,,,,,1998-09-30,2020-02-06 +/games/boxart/full_4549099AmericaFrontccc.png,Pokémon Sword / Shield,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2019-11-15,2019-11-21 +/games/boxart/full_6073563AmericaFrontccc.jpg,Cyberpunk 2077,All,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-12-10,2022-10-02 +/games/boxart/full_2133565AmericaFrontccc.jpg,Fallout 4,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2015-11-10,2020-10-30 +/games/boxart/full_4790283AmericaFrontccc.jpg,Hogwarts Legacy,All,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2023-02-10,2023-02-23 +/games/boxart/full_1190583AmericaFrontccc.jpg,Pokémon Scarlet / Violet,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2022-11-18,2022-05-31 +/games/boxart/full_588708AmericaFrontccc.jpg,Monster Hunter: World,All,Role-Playing,Capcom,Capcom,,,,,,,2018-01-26,2020-10-13 +/games/boxart/full_1344180AmericaFrontccc.png,Pokémon Gold / Silver Version,GB,Role-Playing,Nintendo,Game Freak,9.2,,,,,,2000-10-14, +/games/boxart/full_5431802AmericaFrontccc.jpg,Final Fantasy X/X-2,All,Role-Playing,Square,Square,,,,,,,2001-12-17,2020-10-19 +/games/boxart/full_8004317AmericaFrontccc.jpg,Super Robot Wars,Series,Role-Playing,Bandai,Banpresto,,,,,,,1991-04-20,2020-02-19 +/games/boxart/full_4770276AmericaFrontccc.png,Persona,Series,Role-Playing,Atlus,Atlus,,,,,,,1996-11-01,2020-02-03 +/games/boxart/full_6701083AmericaFrontccc.png,The Elder Scrolls Online,All,Role-Playing,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2014-04-04,2020-10-27 +/games/boxart/full_2730687AmericaFrontccc.jpg,Pokémon Diamond / Pearl Version,DS,Role-Playing,Nintendo,Game Freak,8.6,,,,,,2007-04-28, +/games/boxart/full_6071346AmericaFrontccc.jpg,Pokemon Mystery Dungeon,Series,Role-Playing,Nintendo,Chunsoft,,,,,,,2006-09-18,2020-03-03 +/games/boxart/full_9470074AmericaFrontccc.png,Pokémon X/Y,3DS,Role-Playing,Nintendo,Game Freak,8.9,,,,,,2013-10-12,2018-01-06 +/games/boxart/full_4631072AmericaFrontccc.jpg,Deus Ex,Series,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2000-06-17,2020-02-28 +/games/boxart/full_6532288JapanFrontccc.png,Pokémon Sun/Moon,3DS,Role-Playing,Nintendo,Game Freak,9,,,,,,2016-11-18,2018-08-03 +/games/boxart/full_4771333AmericaFrontccc.png,Pokémon Ruby / Sapphire Version,GBA,Role-Playing,Nintendo,Game Freak,8.8,,,,,,2003-03-17, +/games/boxart/full_6939273AmericaFrontccc.jpg,Mass Effect,Series,Role-Playing,Electronic Arts,BioWare,,,,,,,2007-11-20,2020-02-24 +/games/boxart/full_5355846AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,PC,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-19,2018-05-04 +/games/boxart/full_2983232AmericaFrontccc.jpg,Pokémon Black / White Version,DS,Role-Playing,Nintendo,Game Freak,8.6,,,,,,2011-03-06, +/games/boxart/full_2669309AmericaFrontccc.jpg,"Pokémon: Let's Go, Pikachu/Eevee",NS,Role-Playing,Nintendo,Game Freak,,,,,,,2018-11-16,2019-01-31 +/games/boxart/full_6071133AmericaFrontccc.png,Pokémon Brilliant Diamond / Shining Pearl,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2021-11-19,2021-02-26 +/games/boxart/full_89834AmericaFrontccc.jpg,Pokémon Legends: Arceus,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2022-01-28,2021-02-26 +/games/boxart/4260472ccc.jpg,Pokémon Yellow: Special Pikachu Edition,GB,Role-Playing,Nintendo,Game Freak,8.7,,,,,,1999-10-19, +/games/boxart/full_5184866AmericaFrontccc.png,Pokémon Omega Ruby/Pokémon Alpha Sapphire,3DS,Role-Playing,Nintendo,Game Freak,,,,,,,2014-11-21,2018-08-03 +/games/boxart/full_217288AmericaFrontccc.jpg,Final Fantasy VII,All,Role-Playing,Sony Computer Entertainment,Square,,,,,,,1997-09-07,2020-10-09 +/games/boxart/full_708831AmericaFrontccc.png,Yo-kai Watch,Series,Role-Playing,Nintendo,Level 5,,,,,,,2015-11-06,2020-02-16 +/games/boxart/full_3054233AmericaFrontccc.jpg,Paper Mario,Series,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2001-02-05,2020-02-21 +/games/boxart/full_2733841AmericaFrontccc.jpg,Pokémon Heart Gold / Soul Silver Version,DS,Role-Playing,Nintendo,Game Freak,8.6,,,,,,2010-03-14, +/games/boxart/full_4336497AmericaFrontccc.png,Fable,Series,Role-Playing,Microsoft Game Studios,Big Blue Box,,,,,,,2004-09-14,2020-07-25 +/games/boxart/full_7461389AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,PS4,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-19,2018-05-04 +/games/boxart/full_8727281AmericaFrontccc.png,Mario & Luigi,Series,Role-Playing,Nintendo,AlphaDream,,,,,,,2003-11-17,2020-02-21 +/games/boxart/full_4035614AmericaFrontccc.jpg,7 Days to Die,All,Role-Playing,The Fun Pimps,The Fun Pimps,,,,,,,2013-12-13,2021-08-15 +/games/boxart/full_diablo-iii_550AmericaFront.jpg,Diablo III,PC,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,9,,,,,,2012-05-15,2018-01-03 +/games/boxart/full_5668335AmericaFrontccc.jpg,Pokémon FireRed / LeafGreen Version,GBA,Role-Playing,Nintendo,Game Freak,8.3,,,,,,2004-09-07, +/games/boxart/full_788912AmericaFrontccc.jpg,Dragon Age,Series,Role-Playing,Electronic Arts,BioWare,,,,,,,2009-11-03,2020-12-31 +/games/boxart/full_9023300AmericaFrontccc.jpg,Monster Hunter World: Iceborne,All,Role-Playing,Capcom,Capcom,,,,,,,2019-09-06,2020-10-13 +/games/boxart/full_5149406AmericaFrontccc.jpg,Dark Souls III,All,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2016-04-12,2020-11-08 +/games/boxart/full_2872487AmericaFrontccc.jpg,SaGa,Series,Role-Playing,Square Enix,Square,,,,,,,1990-09-30,2020-02-29 +/games/boxart/full_8506359AmericaFrontccc.jpeg,Dragon Ball Xenoverse 2,All,Role-Playing,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2016-10-25,2020-10-27 +/games/boxart/full_8559796AmericaFrontccc.jpg,Final Fantasy XV,All,Role-Playing,Square Enix,Square Enix,,,,,,,2016-11-29,2020-10-19 +/games/boxart/1190945ccc.jpg,Final Fantasy VII,PS,Role-Playing,Sony Computer Entertainment,SquareSoft,9.6,,,,,,1997-09-03,2019-03-23 +/games/boxart/full_4991142AmericaFrontccc.jpg,Dragon Quest Monsters,Series,Role-Playing,Square Enix,TOSE,,,,,,,2000-01-25,2024-01-17 +/games/boxart/full_5074393AmericaFrontccc.jpg,Final Fantasy VIII,All,Role-Playing,Square,Square,,,,,,,1999-09-09,2020-10-19 +/games/boxart/full_3963621AmericaFrontccc.png,Xeno,Series,Role-Playing,Square,Square,,,,,,,1998-10-20,2020-03-14 +/games/boxart/full_9155401AmericaFrontccc.png,Pokémon: Ultra Sun and Ultra Moon,3DS,Role-Playing,Nintendo,Game Freak,8.1,,,,,,2017-11-17,2018-08-03 +/games/boxart/full_6460081AmericaFrontccc.png,Megami Tensei,Series,Role-Playing,Atlus,Atlus,,,,,,,2004-10-12,2020-02-07 +/games/boxart/full_5209633AmericaFrontccc.jpg,Monster Hunter Generations,All,Role-Playing,Capcom,Capcom,,,,,,,2016-07-15,2020-10-13 +/games/boxart/1184295ccc.jpg,Final Fantasy VIII,PS,Role-Playing,Square EA,SquareSoft,9.4,,,,,,1999-09-07, +/games/boxart/4912276ccc.jpg,Final Fantasy X,PS2,Role-Playing,Square,SquareSoft,9,,,,,,2001-12-17, +/games/boxart/full_3674437AmericaFrontccc.png,Pokémon Black 2 and White 2,DS,Role-Playing,Nintendo,Game Freak,8,,,,,,2012-10-07,2018-02-25 +/games/boxart/full_6838974AmericaFrontccc.jpg,Monster Hunter 4,All,Role-Playing,Capcom,Capcom,,,,,,,2015-02-13,2020-10-13 +/games/boxart/full_9492003AmericaFrontccc.jpg,Inazuma Eleven,Series,Role-Playing,Level 5,Level 5,,,,,,,2008-08-22,2020-02-17 +/games/boxart/full_7741138AmericaFrontccc.jpg,Palworld,All,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 +/games/boxart/full_4176059AmericaFrontccc.jpg,Palworld,PC,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 +/games/boxart/full_6578282AmericaFrontccc.jpg,Dragon's Dogma,Series,Role-Playing,Capcom,Capcom,,,,,,,2012-05-22,2020-02-04 +/games/boxart/full_3809221AmericaFrontccc.png,Final Fantasy XII,All,Role-Playing,Square Enix,Square Enix,,,,,,,2006-10-31,2020-10-19 +/games/boxart/full_5265880AmericaFrontccc.jpg,Final Fantasy XIII,All,Role-Playing,Square Enix,Square Enix,,,,,,,2010-03-09,2020-10-19 +/games/boxart/full_157272AmericaFrontccc.png,Bloodborne,PS4,Role-Playing,Sony Computer Entertainment,From Software,8.2,,,,,,2015-03-24,2018-04-10 +/games/boxart/full_2423658AmericaFrontccc.jpg,Pokémon Platinum Version,DS,Role-Playing,Nintendo,Game Freak,8.3,,,,,,2009-03-22, +/games/boxart/full_4164171AmericaFrontccc.jpg,NieR: Automata,All,Role-Playing,Square Enix,PlatinumGames,,,,,,,2017-03-07,2020-12-24 +/games/boxart/full_5787912AmericaFrontccc.png,Baldur's Gate,Series,Role-Playing,Interplay Entertainment Corp.,BioWare,,,,,,,2000-07-31,2020-02-13 +/games/boxart/full_8088410AmericaFrontccc.png,Yokai Watch 2: Bony Spirits / Fleshy Souls / Psychic Specters,3DS,Role-Playing,Nintendo,Level 5,,,,,,,2016-09-30,2019-01-26 +/games/boxart/full_791766AmericaFrontccc.jpg,Persona 5,All,Role-Playing,Atlus,Atlus,,,,,,,2017-04-04,2020-12-06 +/games/boxart/4017681ccc.jpg,Pokémon Emerald Version,GBA,Role-Playing,Nintendo,Game Freak,7.7,,,,,,2005-04-30, +/games/boxart/full_8752575AmericaFrontccc.png,Final Fantasy VII Remake,All,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-10,2023-09-15 +/games/boxart/full_7932218AmericaFrontccc.jpg,Grim Dawn,All,Role-Playing,Crate Entertainment,Crate Entertainment,,,,,,,2016-02-25,2022-02-28 +/games/boxart/full_4799911PALFrontccc.jpg,Guild Wars 2,PC,Role-Playing,NCSoft,ArenaNet,,,,,,,2012-08-28, +/games/boxart/full_1972160AmericaFrontccc.jpg,Mana,Series,Role-Playing,Square,Square,,,,,,,1991-11-01,2020-02-13 +/games/boxart/full_5941674AmericaFrontccc.jpg,Nioh,Series,Role-Playing,Koei Tecmo,Team Ninja,,,,,,,2017-02-07,2020-02-08 +/games/boxart/full_1158616AmericaFrontccc.png,The Legend of Heroes: Trails,Series,Role-Playing,Xseed Games,Falcom,,,,,,,2011-03-29,2020-02-06 +/games/boxart/full_7607046AmericaFrontccc.jpg,Pokémon Ranger,Series,Role-Playing,Nintendo,HAL Laboratory,,,,,,,2006-10-30,2023-08-12 +/games/boxart/full_3423518AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic,Series,Role-Playing,LucasArts,BioWare,,,,,,,2003-07-15,2020-03-01 +/games/boxart/full_9707395AmericaFrontccc.jpg,Kingdom Hearts III,All,Role-Playing,Square Enix,Square Enix,,,,,,,2019-01-29,2020-11-08 +/games/boxart/full_4171406AmericaFrontccc.jpg,Fallout 4,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,,,,,,2015-11-10,2018-03-24 +/games/boxart/full_6258544AmericaFrontccc.jpg,Dragon Quest XI,All,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-04,2020-10-23 +/games/boxart/7542120ccc.jpg,Guild Wars,PC,Role-Playing,NCSoft,ArenaNet,8.7,,,,,,2005-04-26, +/games/boxart/full_654386AmericaFrontccc.jpg,Atelier,Series,Role-Playing,Koei Tecmo,Gust,,,,,,,2005-06-28,2020-12-12 +/games/boxart/full_5437540AmericaFrontccc.jpg,Final Fantasy XII,PS2,Role-Playing,Square Enix,Square Enix,9.4,,,,,,2006-10-31, +/games/boxart/2989621ccc.jpg,Pokémon Crystal Version,GBC,Role-Playing,Nintendo,Game Freak,8.7,,,,,,2001-07-29,2018-01-06 +/games/boxart/6663606ccc.jpg,Kingdom Hearts,PS2,Role-Playing,Square EA,SquareSoft,8.5,,,,,,2002-09-16, +/games/boxart/full_9685302AmericaFrontccc.jpg,Dragon Age: Inquisition,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2014-11-18,2020-12-31 +/games/boxart/full_6794384AmericaFrontccc.jpg,Mass Effect 3,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2012-03-06,2020-12-05 +/games/boxart/full_3437028AmericaFrontccc.jpg,Final Fantasy IX,All,Role-Playing,Square,Square,,,,,,,2000-11-13,2020-10-19 +/games/boxart/full_9270682AmericaFrontccc.jpg,Dark Souls II,All,Role-Playing,Bandai Namco Games,From Software,,,,,,,2014-03-11,2020-11-23 +/games/boxart/full_9921863AmericaFrontccc.jpg,Dragon Quest IX: Sentinels of the Starry Skies,DS,Role-Playing,Nintendo,Level 5,8.6,,,,,,2010-07-11, +/games/boxart/5453509ccc.jpg,Final Fantasy IX,PS,Role-Playing,Square,SquareSoft,9.2,,,,,,2000-11-13, +/games/boxart/1345488ccc.jpg,Final Fantasy X-2,PS2,Role-Playing,Square Enix,Square Enix,8.3,,,,,,2003-11-18, +/games/boxart/full_2310319AmericaFrontccc.jpg,Dragon Ball Xenoverse,All,Role-Playing,Bandai Namco Games,Dimps Corporation,,,,,,,2015-02-24,2020-10-27 +/games/boxart/full_324298AmericaFrontccc.jpg,Chrono,Series,Role-Playing,Square,Square,,,,,,,1995-08-11,2020-02-12 +/games/boxart/full_425491AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,All,Role-Playing,Capcom,Capcom,,,,,,,2013-04-23,2021-01-08 +/games/boxart/full_5517909AmericaFrontccc.jpg,Fallout: New Vegas,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.3,,,,,,2010-10-19, +/games/boxart/full_282541AmericaFrontccc.jpg,Kingdom Hearts II,PS2,Role-Playing,Square Enix,Square Enix,8.3,,,,,,2006-03-28, +/games/boxart/full_6422364AmericaFrontccc.jpg,Disgaea,Series,Role-Playing,Atlus,Nippon Ichi Software,,,,,,,2003-08-27,2021-02-03 +/games/boxart/full_9475820AmericaFrontccc.jpg,Anthem,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2019-02-22,2023-12-20 +/games/boxart/full_1868510AmericaFrontccc.jpg,Diablo II: Resurrected,All,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2022-04-17 +/games/boxart/full_3186217AmericaFrontccc.jpg,Final Fantasy VII Remake,PS4,Role-Playing,Square Enix,Square Enix,8.7,,,,,,2020-04-10,2020-08-05 +/games/boxart/full_7765106AmericaFrontccc.jpg,South Park: The Stick of Truth,All,Role-Playing,Ubisoft,Obsidian Entertainment,,,,,,,2014-03-04,2021-04-16 +/games/boxart/full_3478515AmericaFrontccc.jpg,The Outer Worlds,Series,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2020-02-06 +/games/boxart/full_8902583AmericaFrontccc.png,The Outer Worlds,All,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2020-10-10 +/games/boxart/full_9038046AmericaFrontccc.jpg,Torchlight,Series,Role-Playing,Encore,Runic Games,,,,,,,2009-10-27,2020-03-20 +/games/boxart/full_8029244AmericaFrontccc.jpg,Dark Souls,All,Role-Playing,Namco Bandai Games,From Software,,,,,,,2011-10-04,2020-11-20 +/games/boxart/9850714ccc.jpg,Dragon Quest VIII: Journey of the Cursed King,PS2,Role-Playing,Square Enix,Level 5 / Armor Project,8.6,,,,,,2005-11-15, +/games/boxart/full_monster-hunter-freedom-3_495JapanFront.jpg,Monster Hunter Freedom 3,PSP,Role-Playing,Capcom,Capcom,,,,,,,2010-12-01,2019-01-08 +/games/boxart/full_205074AmericaFrontccc.jpg,Pokémon Mystery Dungeon: Explorers of Time / Darkness,DS,Role-Playing,Nintendo,ChunSoft,6.4,,,,,,2008-04-20, +/games/boxart/full_3643328AmericaFrontccc.jpg,Ys,Series,Role-Playing,Nihon Falcom Corp,Nihon Falcom,,,,,,,1987-06-21,2021-02-09 +/games/boxart/full_4545317AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,XOne,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-19,2018-03-24 +/games/boxart/full_6762265AmericaFrontccc.png,Wizardry,Series,Role-Playing,Sirtech,Sir-Tech,,,,,,,1981-09-01,2021-04-06 +/games/boxart/full_8699724AmericaFrontccc.jpg,Mario & Luigi: Bowser's Inside Story,DS,Role-Playing,Nintendo,AlphaDream Corporation,9.1,,,,,,2009-09-14, +/games/boxart/full_3035840AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,All,Role-Playing,Bandai Namco Entertainment,CyberConnect2,,,,,,,2020-01-17,2020-10-09 +/games/boxart/full_4120598AmericaFrontccc.jpg,Might and Magic,Series,Role-Playing,New World Computing,New World Computing,,,,,,,1990-07-31,2021-03-14 +/games/boxart/full_5819217AmericaFrontccc.jpg,Monster Hunter 3,All,Role-Playing,Capcom,Capcom,,,,,,,2010-04-20,2020-10-13 +/games/boxart/1747742ccc.jpg,Dragon Quest VII,PS,Role-Playing,Enix,Heart Beat,8,,,,,,2001-11-01,2018-03-27 +/games/boxart/full_7735329AmericaFrontccc.jpg,Monster Hunter 4 Ultimate,3DS,Role-Playing,Capcom,Capcom,8.8,,,,,,2015-02-13,2018-03-28 +/games/boxart/full_4873458AmericaFrontccc.jpg,Fire Emblem: Three Houses,NS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2019-07-26,2019-06-11 +/games/boxart/full_92569JapanFrontccc.jpg,Monster Hunter 4,3DS,Role-Playing,Capcom,Capcom,,,,,,,2013-09-14,2019-01-07 +/games/boxart/full_9638389AmericaFrontccc.jpg,Sakura Wars,Series,Role-Playing,Sega,Red Entertainment,,,,,,,2010-03-30,2020-02-08 +/games/boxart/full_6524627AmericaFrontccc.jpg,Diablo II,PC,Role-Playing,Blizzard Entertainment,Blizzard North,8.8,,,,,,2000-06-29, +/games/boxart/full_7320536AmericaFrontccc.jpg,God Eater,Series,Role-Playing,Bandai Namco Entertainment,Shift,,,,,,,2011-03-15,2020-03-12 +/games/boxart/full_5075715AmericaFrontccc.jpg,Lords of the Fallen,Series,Role-Playing,CI Games,Deck13 Interactive,,,,,,,2014-10-28,2023-10-23 +/games/boxart/full_4926081AmericaFrontccc.jpg,Monster Rancher,Series,Role-Playing,Tecmo,Tecmo,,,,,,,1997-11-30,2021-01-23 +/games/boxart/full_4871410AmericaFrontccc.jpg,Octopath Traveler,Series,Role-Playing,Square Enix,Square Enix,,,,,,,2018-07-13,2023-06-07 +/games/boxart/full_6019774AmericaFrontccc.jpg,Persona 5 Royal,All,Role-Playing,Sega,Atlus,,,,,,,2020-03-31,2022-12-01 +/games/boxart/full_5849436AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2002-05-01,2020-10-27 +/games/boxart/full_7717574AmericaFrontccc.jpg,Divinity,Series,Role-Playing,CDV Software Entertainment,Larian Studios,,,,,,,2002-09-22,2020-03-15 +/games/boxart/full_6276285AmericaFrontccc.jpg,Dark Souls III,PS4,Role-Playing,Namco Bandai Games,From Software,,,,,,,2016-04-12,2018-04-23 +/games/boxart/2360332ccc.jpg,Dragon Quest III,NES,Role-Playing,Enix,ChunSoft,,,,,,,1992-03-01,2018-03-27 +/games/boxart/full_2965405AmericaFrontccc.jpg,Final Fantasy III,All,Role-Playing,Square,Square,,,,,,,1990-04-27,2020-10-19 +/games/boxart/full_4125348AmericaFrontccc.jpg,Final Fantasy VI,All,Role-Playing,Square,Square,,,,,,,1994-04-02,2020-10-19 +/games/boxart/full_7807469AmericaFrontccc.jpg,Monster Hunter Freedom Unite,PSP,Role-Playing,Capcom,Capcom Production Studio 1,7.7,,,,,,2009-06-23, +/games/boxart/full_4672017AmericaFrontccc.jpg,Elden Ring,PS5,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 +/games/boxart/full_2086374AmericaFrontccc.png,Undertale,PC,Role-Playing,Toby Fox,Toby Fox,,,,,,,2015-09-15,2018-01-07 +/games/boxart/full_9713176AmericaFrontccc.jpg,Fable II,X360,Role-Playing,Microsoft Game Studios,Lionhead Studios,9,,,,,,2008-10-21, +/games/boxart/full_2765424AmericaFrontccc.jpg,Final Fantasy IV,All,Role-Playing,Square,Square,,,,,,,1991-07-19,2020-10-19 +/games/boxart/9531394ccc.jpg,Pokémon Mystery Dungeon: Blue Rescue Team,DS,Role-Playing,Nintendo,ChunSoft,6.3,,,,,,2006-09-18, +/games/boxart/full_9941134AmericaFrontccc.png,Star Ocean,Series,Role-Playing,Enix,tri-Ace,,,,,,,1996-07-19,2021-01-15 +/games/boxart/full_2112875AmericaFrontccc.jpg,Dark Souls: Remastered,All,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2018-05-25,2023-08-04 +/games/boxart/full_9064836AmericaFrontccc.jpg,Final Fantasy XIII-2,All,Role-Playing,Square Enix,Square,,,,,,,2012-01-31,2020-10-19 +/games/boxart/full_544093AmericaFrontccc.png,Breath of Fire,Series,Role-Playing,Capcom,Capcom,,,,,,,1994-08-10,2020-02-03 +/games/boxart/full_2695520PALFrontccc.jpg,Dark Souls III,PC,Role-Playing,Namco Bandai Games,From Software,,,,,,,2016-04-11,2018-11-02 +/games/boxart/full_9931309PALFrontccc.jpg,Dark Souls: Prepare to Die Edition,PC,Role-Playing,Namco Bandai Games,From Software,,,,,,,2012-08-24,2019-02-01 +/games/boxart/full_580396AmericaFrontccc.png,Dragon Age: Origins,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2009-11-03,2020-12-31 +/games/boxart/1457148ccc.jpg,Dragon Quest IV,NES,Role-Playing,Enix,ChunSoft,,,,,,,1992-10-01,2018-03-27 +/games/boxart/full_6472579JapanFrontccc.jpg,Dragon Quest VI: Maboroshi no Daichi,SNES,Role-Playing,Enix,Heart Beat,,,,,,,1995-12-09, +/games/boxart/full_1504446AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic,All,Role-Playing,LucasArts,BioWare,,,,,,,2003-07-15,2021-01-04 +/games/boxart/full_5419080AmericaFrontccc.jpg,Front Mission,Series,Role-Playing,Square,G-Craft,,,,,,,2000-02-29,2020-02-29 +/games/boxart/full_618681AmericaFrontccc.jpg,Bravely,Series,Role-Playing,Nintendo,Silicon Studio,,,,,,,2014-02-07,2020-02-29 +/games/boxart/full_2029251AmericaFrontccc.jpg,Parasite Eve,Series,Role-Playing,Square,Square,,,,,,,1998-09-09,2020-02-29 +/games/boxart/full_1740459AmericaFrontccc.png,Sacred,Series,Role-Playing,Encore,Ascaron,,,,,,,2004-03-25,2021-04-21 +/games/boxart/full_7812017JapanFrontccc.jpg,Fire Emblem Fates,3DS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2016-02-19,2017-12-31 +/games/boxart/full_4795232AmericaFrontccc.jpg,Elden Ring,XS,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 +/games/boxart/full_5791265AmericaFrontccc.jpg,Miitopia,All,Role-Playing,Nintendo,Nintendo,,,,,,,2017-07-28,2021-08-05 +/games/boxart/full_2206216AmericaFrontccc.jpg,Bastion,All,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,,,,,,,2011-07-20,2020-12-27 +/games/boxart/full_5007761AmericaFrontccc.jpg,Code Vein,All,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-27,2020-10-09 +/games/boxart/full_1769656AmericaFrontccc.jpg,Code Vein,Series,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-27,2020-02-04 +/games/boxart/full_1495600AmericaFrontccc.jpg,Dave the Diver,All,Role-Playing,Mintrocket,Mintrocket,,,,,,,2023-06-28,2024-01-03 +/games/boxart/full_8401813AmericaFrontccc.jpg,Fable,XB,Role-Playing,Microsoft Game Studios,Big Blue Box,8.6,,,,,,2004-09-14,2018-09-25 +/games/boxart/full_9389307AmericaFrontccc.jpg,Final Fantasy Pixel Remaster,Series,Role-Playing,Square Enix,Square Enix,,,,,,,2021-07-28,2023-05-02 +/games/boxart/full_5055053AmericaFrontccc.png,Final Fantasy XVI,PS5,Role-Playing,Square Enix,Square Enix,,,,,,,2023-06-22,2020-09-16 +/games/boxart/full_4448674AmericaFrontccc.jpg,Kingdom Come: Deliverance,All,Role-Playing,Deep Silver,Warhorse Studios,,,,,,,2018-02-13,2021-01-10 +/games/boxart/full_5908925AmericaFrontccc.png,Lords of the Fallen,All,Role-Playing,Bandai Namco Games,Deck13 Interactive,,,,,,,2014-10-28,2021-01-11 +/games/boxart/full_3464857AmericaFrontccc.jpeg,Mass Effect: Andromeda,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2017-03-21,2020-12-05 +/games/boxart/full_2597640AmericaFrontccc.jpg,Middle-earth: Shadow of War,All,Role-Playing,Warner Bros. Interactive Entertainment,Monolith Productions,,,,,,,2017-10-10,2021-08-30 +/games/boxart/full_4253859AmericaFrontccc.jpg,Octopath Traveler,All,Role-Playing,Square Enix,Square Enix,,,,,,,2018-07-13,2021-02-13 +/games/boxart/full_1641696AmericaFrontccc.jpg,Torchlight II,PC,Role-Playing,Runic Games,Runic Games,,,,,,,2012-09-20, +/games/boxart/full_3660425AmericaFrontccc.png,Yokai Watch,3DS,Role-Playing,Nintendo,Level 5,7.7,,,,,,2015-11-06,2018-01-05 +/games/boxart/full_2892565AmericaFrontccc.jpg,Pokémon Ranger,DS,Role-Playing,Nintendo,HAL Laboratory,6.6,,,,,,2006-10-30, +/games/boxart/2233652ccc.jpg,Final Fantasy III,SNES,Role-Playing,Square,SquareSoft,9.1,,,,,,1994-10-20, +/games/boxart/full_4038526PALFrontccc.jpg,Tales of Vesperia,All,Role-Playing,Namco Bandai Games,Namco Tales Studio,,,,,,,2008-08-26,2020-11-11 +/games/boxart/full_8377993AmericaFrontccc.png,Final Fantasy V,All,Role-Playing,Square,Square,,,,,,,1992-12-06,2020-10-19 +/games/boxart/full_5882471AmericaFrontccc.jpg,Ni no Kuni,Series,Role-Playing,Namco Bandai Games,Level 5,,,,,,,2013-01-22,2020-02-06 +/games/boxart/full_4744121AmericaFrontccc.jpg,Persona 4,All,Role-Playing,Atlus,Atlus,,,,,,,2008-12-09,2020-12-06 +/games/boxart/6996433ccc.jpg,Baldur's Gate,PC,Role-Playing,Interplay,BioWare,9.2,,,,,,1998-11-30, +/games/boxart/full_5948649JapanFrontccc.jpg,Dragon Quest V: Tenkuu no Hanayome,SNES,Role-Playing,Enix,ChunSoft,,,,,,,1992-09-27, +/games/boxart/full_magicka_923AmericaFront.jpg,Magicka,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,7.6,,,,,,2011-01-25, +/games/boxart/full_7549575AmericaFrontccc.jpg,Valkyria Chronicles,Series,Role-Playing,Sega,Sega,,,,,,,2008-11-04,2020-09-14 +/games/boxart/full_5914705AmericaFrontccc.png,Mario & Luigi: Dream Team,3DS,Role-Playing,Nintendo,AlphaDream Corporation,8,,,,,,2013-08-11,2018-08-28 +/games/boxart/full_353860AmericaFrontccc.jpg,Tales of Arise,All,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-09-10,2021-09-16 +/games/boxart/full_6928169AmericaFrontccc.png,Xenoblade Chronicles 2,NS,Role-Playing,Nintendo,Monolith Soft,8.2,,,,,,2017-12-01,2018-01-01 +/games/boxart/full_8177486AmericaFrontccc.jpg,Elden Ring,PS4,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 +/games/boxart/full_1951496AmericaFrontccc.jpg,Chrono Trigger,All,Role-Playing,Square,Square,,,,,,,1995-03-11,2021-01-08 +/games/boxart/full_monster-hunter-tri-g_515JapanFront.jpg,Monster Hunter 3G,3DS,Role-Playing,Capcom,Capcom,7.6,,,,,,2013-03-19,2018-01-05 +/games/boxart/full_3359022AmericaFrontccc.jpg,NieR: Automata,PS4,Role-Playing,Square Enix,PlatinumGames,,,,,,,2017-03-07,2018-01-01 +/games/boxart/full_bastion_213AmericaFront.jpg,Bastion,PC,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,8.5,,,,,,2011-08-16, +/games/boxart/full_9117241AmericaFrontccc.jpg,Dungeon Siege,Series,Role-Playing,Microsoft,Gas Powered Games,,,,,,,2002-04-05,2021-01-07 +/games/boxart/full_6177641AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII,PSP,Role-Playing,Square Enix,Square Enix,8.1,,,,,,2008-03-25, +/games/boxart/9277225ccc.jpg,Diablo,PC,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,8.7,,,,,,1996-11-30, +/games/boxart/full_9856108AmericaFrontccc.jpg,Dragon Quest II,NES,Role-Playing,Enix,ChunSoft,,,,,,,1990-09-01,2018-05-06 +/games/boxart/full_7911693AmericaFrontccc.jpg,Final Fantasy Tactics,PS,Role-Playing,Sony Computer Entertainment,SquareSoft,8.8,,,,,,1998-01-28, +/games/boxart/full_5508185AmericaFrontccc.jpg,Nioh 2,All,Role-Playing,Sony Interactive Entertainment,Koei Tecmo Games,,,,,,,2020-03-13,2021-04-28 +/games/boxart/full_877556PALFrontccc.jpg,Paper Mario: Sticker Star,3DS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2012-11-11,2018-01-05 +/games/boxart/full_dungeon-defenders_987AmericaFront.jpg,Dungeon Defenders,PC,Role-Playing,Trendy Entertainment,Trendy Entertainment,8.3,,,,,,2011-10-19, +/games/boxart/809811ccc.jpg,Pokémon Colosseum,GC,Role-Playing,Nintendo,Genius Sonority Inc.,7,,,,,,2004-03-22, +/games/boxart/full_3831556JapanFrontccc.jpg,Final Fantasy V,SNES,Role-Playing,Square,SquareSoft,7.5,,,,,,1992-12-06, +/games/boxart/full_3699063AmericaFrontccc.jpg,Monster Hunter Freedom 2,PSP,Role-Playing,Capcom,Capcom,7.6,,,,,,2007-08-29, +/games/boxart/full_5010943AmericaFrontccc.jpg,Realms of Arkania,Series,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1993-06-01,2022-05-11 +/games/boxart/full_115466AmericaFrontccc.png,Fire Emblem: Awakening,3DS,Role-Playing,Nintendo,Intelligent Systems,9,,,,,,2013-02-04,2018-01-01 +/games/boxart/full_9614181AmericaFrontccc.jpg,Yokai Watch Blasters: Red Cat Corps / White Dog Squad,3DS,Role-Playing,Nintendo,Level 5,,,,,,,2018-09-07,2018-09-09 +/games/boxart/8509143ccc.jpg,Pokémon Mystery Dungeon: Red Rescue Team,GBA,Role-Playing,Nintendo,ChunSoft,,,,,,,2006-09-18, +/games/boxart/9533107ccc.jpg,Dragon Quest Monsters,GB,Role-Playing,Eidos Interactive,TOSE,,,,,,,1999-12-31,2018-03-27 +/games/boxart/full_3527400AmericaFrontccc.jpg,Pokémon Ranger: Shadows of Almia,DS,Role-Playing,Nintendo,HAL Laboratory,6.7,,,,,,2008-11-10, +/games/boxart/full_1196113AmericaFrontccc.jpg,Chrono Trigger,SNES,Role-Playing,Square,SquareSoft,8.8,,,,,,1995-09-27, +/games/boxart/5113389ccc.jpg,Final Fantasy III,DS,Role-Playing,Square Enix,Matrix Software,7.4,,,,,,2006-11-14, +/games/boxart/full_8057920AmericaFrontccc.jpg,Persona 5 Royal,PS4,Role-Playing,Atlus,Atlus,,,,,,,2020-03-31,2020-08-05 +/games/boxart/full_5606272AmericaFrontccc.jpg,Darkest Dungeon,PC,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19,2018-01-31 +/games/boxart/full_893006JapanFrontccc.jpg,Yokai Watch 3: Sushi / Tempura / Sukiyaki,3DS,Role-Playing,Level 5,Level 5,,,,,,,2016-07-16,2019-01-26 +/games/boxart/full_1370744AmericaFrontccc.jpg,Neverwinter Nights,PC,Role-Playing,Atari,BioWare Corp.,8.7,,,,,,2002-06-16, +/games/boxart/full_7891196AmericaFrontccc.jpg,The Witcher 2: Assassins of Kings,All,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2011-05-17,2020-10-29 +/games/boxart/full_806144AmericaFrontccc.jpg,Valkyrie Profile,Series,Role-Playing,Enix,tri-Ace,,,,,,,2000-08-29,2020-02-29 +/games/boxart/full_2494663AmericaFrontccc.jpg,Deus Ex: Human Revolution,All,Role-Playing,Square Enix,Eidos Montreal,,,,,,,2011-08-23,2021-01-05 +/games/boxart/full_4145556AmericaFrontccc.jpg,Yu-Gi-Oh: Duel Monsters 4,GB,Role-Playing,Konami,Konami,,,,,,,2000-12-07, +/games/boxart/full_557966JapanFrontccc.jpg,Inazuma Eleven 3: Lightning Bolt / Bomb Blast / Team Ogre Attacks!,DS,Role-Playing,Level 5,Level 5,,,,,,,2010-07-01,2019-01-26 +/games/boxart/full_2266145AmericaFrontccc.jpg,Mario & Luigi: Superstar Saga,GBA,Role-Playing,Nintendo,AlphaDream Corporation,8.8,,,,,,2003-11-17, +/games/boxart/full_super-mario-rpg-legend-of-the-seven-stars_2AmericaFront.jpg,Super Mario RPG: Legend of the Seven Stars,SNES,Role-Playing,Nintendo,SquareSoft,,,,,,,1996-05-13, +/games/boxart/full_6607839AmericaFrontccc.jpg,Final Fantasy,All,Role-Playing,Square,Square,,,,,,,1990-07-12,2020-10-18 +/games/boxart/full_8914976AmericaFrontccc.jpg,Atelier Ryza,Series,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2021-03-29 +/games/boxart/9930254ccc.png,Baldur's Gate II: Shadows of Amn,PC,Role-Playing,Interplay,BioWare,9.5,,,,,,2000-09-24, +/games/boxart/full_756915AmericaFrontccc.jpg,Diablo II: Lord of Destruction,PC,Role-Playing,Blizzard Entertainment,Blizzard North,,,,,,,2001-06-27, +/games/boxart/full_599346AmericaFrontccc.jpg,Dragon Age II,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-03-08,2020-12-31 +/games/boxart/full_dragon-quest-monsters-joker-2_128AmericaFront.jpg,Dragon Quest Monsters: Joker 2,DS,Role-Playing,Nintendo,TOSE Software,8.1,,,,,,2011-09-19, +/games/boxart/full_4562275AmericaFrontccc.jpg,Dragon Warrior,NES,Role-Playing,Nintendo,ChunSoft,,,,,,,1989-08-01,2018-05-07 +/games/boxart/full_4790455AmericaFrontccc.jpg,GreedFall,All,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2021-02-22 +/games/boxart/9915101ccc.jpg,Sacred,PC,Role-Playing,Encore,Ascaron,,,,,,,2004-03-25, +/games/boxart/full_star-wars-the-old-republic_150AmericaFront.jpg,Star Wars: The Old Republic,PC,Role-Playing,Electronic Arts,BioWare / LucasArts,8.4,,,,,,2011-12-20, +/games/boxart/full_7393363AmericaFrontccc.jpg,Tales of Berseria,All,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-01-24,2021-09-16 +/games/boxart/full_2040155AmericaFrontccc.jpg,Torchlight,All,Role-Playing,Runic Games,Runic Games,,,,,,,2009-10-27,2021-01-09 +/games/boxart/full_3862784AmericaFrontccc.png,Two Worlds II,All,Role-Playing,TopWare Interactive,Reality Pump,,,,,,,2011-02-08,2021-03-31 +/games/boxart/full_5535554AmericaFrontccc.jpg,Vampyr,All,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,,,,,,2018-06-05,2020-11-27 +/games/boxart/full_9375116AmericaFrontccc.jpg,Yu-Gi-Oh! Forbidden Memories,PS,Role-Playing,Konami,KCEJ,7,,,,,,2002-03-20, +/games/boxart/full_4940917AmericaFrontccc.jpg,Pokémon Mystery Dungeon: Rescue Team DX,NS,Role-Playing,Nintendo,Spike Chunsoft,,,,,,,2020-03-06,2020-08-05 +/games/boxart/full_6591474PALFrontccc.jpg,Inazuma Eleven 2: Blizzard / Firestorm,DS,Role-Playing,Level 5,Level 5,,,,,,,2009-10-09,2018-08-31 +/games/boxart/full_1264975AmericaFrontccc.jpg,Pokémon Battle Revolution,Wii,Role-Playing,Nintendo,Genius Sonority Inc.,5.2,,,,,,2007-06-25, +/games/boxart/full_700404AmericaFrontccc.jpg,Paper Mario: The Thousand-Year Door,GC,Role-Playing,Nintendo,Intelligent Systems,9,,,,,,2004-10-11, +/games/boxart/full_3767599AmericaFrontccc.jpg,Dark Souls III,XOne,Role-Playing,Namco Bandai Games,From Software,,,,,,,2016-04-12,2018-11-11 +/games/boxart/full_6302072AmericaFrontccc.jpg,Dragon Quest Monsters: Joker,DS,Role-Playing,Square Enix,TOSE Software,7.6,,,,,,2007-11-06, +/games/boxart/full_9270094AmericaFrontccc.jpg,Monster Hunter Tri,Wii,Role-Playing,Capcom,Capcom Production Studio 1,8.1,,,,,,2010-04-20, +/games/boxart/full_3074366AmericaFrontccc.jpg,Octopath Traveler,NS,Role-Playing,Nintendo,Square Enix,8.1,,,,,,2018-07-13,2018-10-02 +/games/boxart/8753411ccc.jpg,Parasite Eve,PS,Role-Playing,Square EA,SquareSoft,7.9,,,,,,1998-09-09, +/games/boxart/full_245146AmericaFrontccc.jpg,Dark Souls: Remastered,PS4,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2018-05-25,2018-06-05 +/games/boxart/full_3669915AmericaFrontccc.jpg,Xenoblade Chronicles: Definitive Edition,NS,Role-Playing,Nintendo,Monolith Soft,,,,,,,2020-05-29,2020-05-11 +/games/boxart/full_3772068AmericaFrontccc.jpg,Xenoblade Chronicles 3,NS,Role-Playing,Nintendo,Monolith Soft,,,,,,,2022-07-29,2022-02-09 +/games/boxart/full_3532413AmericaFrontccc.jpg,Secret of Mana,SNES,Role-Playing,Square,SquareSoft,9.1,,,,,,1993-10-03, +/games/boxart/full_208338JapanFrontccc.jpg,Dragon Quest V: Tenkuu no Hanayome,PS2,Role-Playing,Enix,Matrix Software,,,,,,,2004-03-25, +/games/boxart/full_3406993AmericaFrontccc.jpg,Kingdom Hearts HD I.5 + II.5 ReMIX,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2017-03-28,2018-01-10 +/games/boxart/full_6740566AmericaFrontccc.jpg,Monster Hunter Stories 2: Wings of Ruin,All,Role-Playing,Capcom,Capcom,,,,,,,2021-07-09,2021-07-20 +/games/boxart/full_1379692AmericaFrontccc.jpg,Dark Souls II: Scholar of the First Sin,PS4,Role-Playing,Namco Bandai Games,From Software,,,,,,,2015-04-07,2018-04-23 +/games/boxart/full_3752594AmericaFrontccc.jpg,Miitopia,NS,Role-Playing,Nintendo,Nintendo,,,,,,,2021-05-21,2021-02-18 +/games/boxart/full_3709919PALFrontccc.jpg,Valkyria Chronicles,All,Role-Playing,Sega,Sega,,,,,,,2008-11-04,2021-01-20 +/games/boxart/5369655ccc.jpg,Mario & Luigi: Partners in Time,DS,Role-Playing,Nintendo,AlphaDream Corporation,8.8,,,,,,2005-11-28, +/games/boxart/756698ccc.jpg,Chrono Cross,PS,Role-Playing,Square EA,SquareSoft,9.7,,,,,,2000-08-15, +/games/boxart/full_8912751AmericaFrontccc.jpg,Dragon Quest V: Hand of the Heavenly Bride,DS,Role-Playing,Square Enix,ArtePiazza,8.6,,,,,,2009-02-17, +/games/boxart/full_dragon-quest-vi-realms-of-revelation_506AmericaFront.png,Dragon Quest VI: Realms of Revelation,DS,Role-Playing,Nintendo,ArtePiazza,7.6,,,,,,2011-02-14, +/games/boxart/full_dungeon-siege_8AmericaFront.jpg,Dungeon Siege,PC,Role-Playing,Microsoft,Gas Powered Games,,,,,,,2002-03-31, +/games/boxart/7014894ccc.jpg,Final Fantasy II,SNES,Role-Playing,Square,Square,10,,,,,,1991-11-23, +/games/boxart/full_kingdom-hearts-3582-days_7AmericaFront.jpg,Kingdom Hearts 358/2 Days,DS,Role-Playing,Square Enix,High Horse Entertainment,7.5,,,,,,2009-09-29, +/games/boxart/full_kingdom-hearts-birth-by-sleep_3AmericaFront.jpg,Kingdom Hearts: Birth by Sleep,PSP,Role-Playing,Square Enix,Square Enix,7.9,,,,,,2010-09-07, +/games/boxart/full_3604938AmericaFrontccc.jpg,Tales of Destiny,All,Role-Playing,Namco,Wolf Team,,,,,,,1998-09-30,2020-11-11 +/games/boxart/full_387892AmericaFrontccc.png,Pokémon Super Mystery Dungeon,3DS,Role-Playing,Nintendo,ChunSoft,7.7,,,,,,2015-11-20,2018-08-03 +/games/boxart/218442ccc.jpg,Golden Sun,GBA,Role-Playing,Nintendo,Camelot Software Planning,9.1,,,,,,2001-11-11, +/games/boxart/full_8152372AmericaFrontccc.jpg,Fire Emblem Engage,NS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2023-01-20,2022-09-13 +/games/boxart/full_6766362AmericaFrontccc.jpg,Dragon Quest IV: Chapters of the Chosen,DS,Role-Playing,Square Enix,ArtePiazza,8.1,,,,,,2008-09-16, +/games/boxart/6709905ccc.jpg,Dragon Quest Monsters 2: Cobi's Journey,GB,Role-Playing,Enix,TOSE Software,,,,,,,2001-09-15,2018-05-06 +/games/boxart/full_2959234AmericaFrontccc.jpg,Dragon Quest VII: Fragments of the Forgotten Past,3DS,Role-Playing,Nintendo,ArtePiazza,,,,,,,2016-09-16,2018-01-30 +/games/boxart/1175844ccc.jpg,Kingdom Hearts: Chain of Memories,GBA,Role-Playing,Square Enix,Jupiter Corporation,7.4,,,,,,2004-12-07, +/games/boxart/full_7078797AmericaFrontccc.jpg,Tales of Symphonia,All,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-07-13,2020-11-11 +/games/boxart/full_pokemon-ranger-guardian-signs_4AmericaFront.jpg,Pokémon Ranger: Guardian Signs,DS,Role-Playing,Nintendo,Creatures Inc.,6.5,,,,,,2010-10-04, +/games/boxart/full_7814487AmericaFrontccc.jpg,Star Wars Knights of the Old Republic II: The Sith Lords,PC,Role-Playing,LucasArts,Obsidian Entertainment,,,,,,,2005-02-08, +/games/boxart/full_4454479AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth,Series,Role-Playing,Bandai Namco Entertainment,Media.Vision,,,,,,,2016-02-02,2021-02-22 +/games/boxart/full_4170079AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,All,Role-Playing,Unknown,Toylogic,,,,,,,,2020-12-24 +/games/boxart/full_4442673AmericaFrontccc.jpg,Persona 4 Golden,PSV,Role-Playing,Atlus,Atlus,,,,,,,2012-11-20,2018-01-11 +/games/boxart/full_932003AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,All,Role-Playing,Namco Bandai Games,Bandai Namco Games,,,,,,,2019-01-11,2021-09-16 +/games/boxart/full_5109862AmericaFrontccc.jpg,Warhammer Online: Age of Reckoning,PC,Role-Playing,Electronic Arts,Mythic,,,,,,,2008-09-18, +/games/boxart/full_pokemon-mystery-dungeon-explorers-of-sky_10AmericaFront.jpg,Pokémon Mystery Dungeon: Explorers of Sky,DS,Role-Playing,Nintendo,ChunSoft,5.7,,,,,,2009-10-12, +/games/boxart/full_3687534JapanFrontccc.jpg,Romancing SaGa 2,SNES,Role-Playing,Square,SquareSoft,,,,,,,1993-12-10, +/games/boxart/full_1953808AmericaFrontccc.jpg,Grim Dawn,PC,Role-Playing,Crate Entertainment,Crate Entertainment,8.4,,,,,,2016-02-25, +/games/boxart/full_5450402AmericaFrontccc.jpg,Dark Souls II: Scholar of the First Sin,PC,Role-Playing,Unknown,From Software,,,,,,,,2019-02-03 +/games/boxart/full_4365652AmericaFrontccc.png,Tales of Phantasia,All,Role-Playing,Namco,Wolf Team,,,,,,,1995-12-15,2020-11-11 +/games/boxart/425265ccc.jpg,Pokémon XD: Gale of Darkness,GC,Role-Playing,Nintendo,Genius Sonority Inc.,6.9,,,,,,2005-09-28, +/games/boxart/full_3643743AmericaFrontccc.png,Bravely Default: Flying Fairy,3DS,Role-Playing,Nintendo,Square Enix,8.2,,,,,,2014-02-07,2018-01-05 +/games/boxart/full_2437365JapanFrontccc.jpg,Dragon Quest III: Soshite Densetsu e...,SNES,Role-Playing,Enix,Heart Beat,,,,,,,1996-12-06, +/games/boxart/full_9542991JapanFrontccc.jpg,Final Fantasy III,NES,Role-Playing,Square,Square,,,,,,,1990-04-27, +/games/boxart/full_1621398AmericaFrontccc.jpg,Star Ocean: Till The End of Time,PS2,Role-Playing,Square Enix,tri-Ace,7.8,,,,,,2004-08-31, +/games/boxart/full_7228924AmericaFrontccc.jpg,The Witcher 3: Complete Edition,NS,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2019-10-15,2019-06-11 +/games/boxart/full_6123054AmericaFrontccc.png,Pokémon Mystery Dungeon: Gates to Infinity,3DS,Role-Playing,Nintendo,Spike Chunsoft,5.9,,,,,,2013-03-24,2018-01-05 +/games/boxart/full_6225069AmericaFrontccc.jpg,Final Fantasy II,All,Role-Playing,Square,Square,,,,,,,1988-12-17,2020-10-19 +/games/boxart/full_3354580AmericaFrontccc.jpg,Paper Mario,N64,Role-Playing,Nintendo,Intelligent Systems,9.1,,,,,,2001-02-05, +/games/boxart/full_the-final-fantasy-legend_747AmericaFront.jpg,The Final Fantasy Legend,GB,Role-Playing,Square,Square,6,,,,,,1990-09-01, +/games/boxart/full_6574610AmericaFrontccc.jpg,Mega Man Battle Network 4: Red Sun / Blue Moon,GBA,Role-Playing,Capcom,Capcom,,,,,,,2004-06-29, +/games/boxart/full_8445515AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch,PS3,Role-Playing,Namco Bandai Games,Level 5/Studio Ghibli,,,,,,,2013-01-22,2018-01-01 +/games/boxart/full_4291775AmericaFrontccc.jpg,Tales of Xillia,PS3,Role-Playing,Namco Bandai Games,Namco Tales Studio,,,,,,,2013-08-06, +/games/boxart/full_8883811AmericaFrontccc.jpg,Transistor,PC,Role-Playing,Unknown,Supergiant Games,,,,,,,2014-04-01,2018-04-20 +/games/boxart/full_5375401JapanFrontccc.jpg,Romancing SaGa,SNES,Role-Playing,Square,SquareSoft,,,,,,,1992-01-28, +/games/boxart/full_8990755AmericaFrontccc.jpg,Deus Ex: Invisible War,All,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2003-12-02,2020-10-26 +/games/boxart/full_9502352JapanFrontccc.jpg,Dragon Quest IV: Michibikareshi Monotachi,PS,Role-Playing,Enix,Heart Beat,,,,,,,2001-11-22, +/games/boxart/full_972140AmericaFrontccc.jpg,Dragon's Dogma,All,Role-Playing,Capcom,Capcom,,,,,,,2012-05-22,2020-10-11 +/games/boxart/full_223481AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,PS3,Role-Playing,Square Enix,Square Enix,8.5,,,,,,2014-03-18,2019-03-22 +/games/boxart/full_8174480AmericaFrontccc.jpg,Final Fantasy: Crystal Chronicles,GC,Role-Playing,Nintendo,Square Enix,7.7,,,,,,2004-02-09, +/games/boxart/full_kingdom-hearts-3d-dream-drop-distance_584JapanFront.jpg,Kingdom Hearts 3D: Dream Drop Distance,3DS,Role-Playing,Square Enix,Square Enix,7.5,,,,,,2012-07-31,2018-01-05 +/games/boxart/full_8761455AmericaFrontccc.jpg,Kingdom Hearts HD II.8 Final Chapter Prologue,PS4,Role-Playing,Square Enix,Square-Enix,7.6,,,,,,2017-01-24,2018-01-01 +/games/boxart/full_4612841AmericaFrontccc.jpg,Monster Hunter Freedom,PSP,Role-Playing,Capcom,Capcom,7,,,,,,2006-05-23, +/games/boxart/full_8806439JapanFrontccc.jpg,Romancing SaGa 3,SNES,Role-Playing,Square,SquareSoft,,,,,,,1995-11-11, +/games/boxart/3546314ccc.jpg,SaGa Frontier,PS,Role-Playing,Sony Computer Entertainment,SquareSoft,8,,,,,,1998-03-31, +/games/boxart/full_4631524AmericaFrontccc.jpg,Xenogears,PS,Role-Playing,Square,SquareSoft,7.8,,,,,,1998-10-20, +/games/boxart/full_7920457AmericaFrontccc.jpg,Pillars of Eternity,PC,Role-Playing,Paradox Interactive,Obsidian Entertainment,,,,,,,2015-03-26,2018-02-06 +/games/boxart/full_926630AmericaFrontccc.jpg,Tales of Eternia,All,Role-Playing,Namco,Wolf Team,,,,,,,2001-09-10,2020-11-11 +/games/boxart/full_9221711PALFrontccc.jpg,Dark Souls II,PC,Role-Playing,Namco Bandai Games,From Software,,,,,,,2014-04-24,2018-04-23 +/games/boxart/full_dark-souls_484AmericaFront.jpg,Dark Souls,X360,Role-Playing,Namco Bandai,From Software,9.1,,,,,,2011-10-04, +/games/boxart/full_3243748AmericaFrontccc.jpg,Dark Souls II: Scholar of the First Sin,XOne,Role-Playing,Namco Bandai Games,From Software,,,,,,,2015-04-07,2018-03-09 +/games/boxart/full_8264080AmericaFrontccc.jpg,Tales of Berseria,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-01-24, +/games/boxart/full_5650033AmericaFrontccc.png,Kingdoms of Amalur: Reckoning,All,Role-Playing,Electronic Arts,38 Studios,,,,,,,2012-02-07,2021-08-25 +/games/boxart/full_553338AmericaFrontccc.jpg,Miitopia,3DS,Role-Playing,Nintendo,Nintendo EPD,6.6,,,,,,2017-07-28,2018-11-18 +/games/boxart/3319352ccc.gif,Final Fantasy,NES,Role-Playing,Nintendo,Square,8.5,,,,,,1990-07-12, +/games/boxart/1972591ccc.jpg,Final Fantasy IV,DS,Role-Playing,Square Enix,Matrix Software,8.5,,,,,,2008-07-21, +/games/boxart/full_7946846AmericaFrontccc.jpg,Final Fantasy XII: The Zodiac Age,PS4,Role-Playing,Square Enix,Square Enix,8.6,,,,,,2017-07-11,2018-09-22 +/games/boxart/full_5928945AmericaFrontccc.png,Kingdom Hearts HD II.5 ReMIX,PS3,Role-Playing,Square Enix,Square Enix,,,,,,,2014-12-02,2017-12-31 +/games/boxart/5739474ccc.jpg,Parasite Eve II,PS,Role-Playing,Square EA,SquareSoft,7.4,,,,,,2000-01-12, +/games/boxart/5055837ccc.jpg,Final Fantasy Tactics Advance,GBA,Role-Playing,Square Enix,SquareSoft,8.9,,,,,,2003-09-08, +/games/boxart/full_9038892PALFrontccc.jpg,NieR: Automata,PC,Role-Playing,Square Enix,PlatinumGames,,,,,,,2017-03-17,2018-01-16 +/games/boxart/full_5071080PALFrontccc.jpg,Deus Ex: Mankind Divided,PC,Role-Playing,Square Enix,Eidos Montreal,,,,,,,2016-08-23, +/games/boxart/full_9834798AmericaFrontccc.jpg,Dark Souls: Remastered,NS,Role-Playing,Bandai Namco Entertainment,From Software,8.8,,,,,,2018-10-19,2018-06-05 +/games/boxart/2081496ccc.jpg,Tales of Destiny,PS,Role-Playing,Namco,Wolfteam,6.2,,,,,,1998-09-30, +/games/boxart/9399816ccc.jpg,Final Fantasy VII,PC,Role-Playing,Eidos Interactive,SquareSoft,8.4,,,,,,1998-05-31,2019-03-23 +/games/boxart/4969179ccc.jpg,Golden Sun: The Lost Age,GBA,Role-Playing,Nintendo,Camelot Software Planning,8.3,,,,,,2003-04-14, +/games/boxart/full_5052582AmericaFrontccc.png,Fantasy Life,3DS,Role-Playing,Nintendo,Level 5/Brownie Brown,6.9,,,,,,2014-10-24,2018-01-01 +/games/boxart/full_3809571AmericaFrontccc.jpg,Tales of Destiny 2,All,Role-Playing,Sony Computer Entertainment,Telenet Japan / Wolfteam,,,,,,,2002-11-28,2020-11-11 +/games/boxart/full_7028317JapanFrontccc.jpg,Chocobo no Fushigi Dungeon,PS,Role-Playing,Square,SquareSoft,,,,,,,1997-12-23, +/games/boxart/full_9120460AmericaFrontccc.jpg,Chrono Trigger,DS,Role-Playing,Square Enix,Square Enix,9.2,,,,,,2008-11-25, +/games/boxart/full_7506558AmericaFrontccc.jpg,Deus Ex,All,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2000-06-23,2020-10-26 +/games/boxart/full_7986214JapanFrontccc.jpg,Dragon Quest I & II,SNES,Role-Playing,Enix,ChunSoft,,,,,,,1993-12-18, +/games/boxart/full_255791PALFrontccc.jpg,Kingdom Come: Deliverance,PC,Role-Playing,Warhorse Studios,Warhorse Studios,,,,,,,2018-02-13,2018-01-10 +/games/boxart/full_5818257AmericaFrontccc.png,Shin Megami Tensei V,NS,Role-Playing,Sega,Atlus,,,,,,,2021-11-11,2021-12-08 +/games/boxart/7694576ccc.jpg,Star Ocean: The Second Story,PS,Role-Playing,Sony Computer Entertainment,tri-Ace,8.2,,,,,,1999-06-02, +/games/boxart/full_7896916AmericaFrontccc.png,Mario & Luigi: Paper Jam,3DS,Role-Playing,Nintendo,AlphaDream Corporation,7.4,,,,,,2016-01-22,2018-01-07 +/games/boxart/full_9048252AmericaFrontccc.png,Dragon's Crown,All,Role-Playing,Atlus,Vanillaware,,,,,,,2013-08-06,2021-02-18 +/games/boxart/3585065ccc.jpg,Titan Quest,PC,Role-Playing,THQ,Iron Lore Entertainment,7.6,,,,,,2006-06-26, +/games/boxart/7596469ccc.jpg,Final Fantasy XII: Revenant Wings,DS,Role-Playing,Square Enix,Square Enix / Think and Feel Inc.,8.2,,,,,,2007-11-20, +/games/boxart/2799676ccc.jpg,Age of Conan: Hyborian Adventures,PC,Role-Playing,Eidos Interactive,Funcom,7.9,,,,,,2008-05-20, +/games/boxart/full_1419440AmericaFrontccc.jpg,Baldur's Gate: Dark Alliance,All,Role-Playing,Black Isle Studios,Snowblind Studios,,,,,,,2001-12-04,2020-12-31 +/games/boxart/full_2903690AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,PC,Role-Playing,Beamdog,Overhaul Games,,,,,,,2012-11-28,2022-09-26 +/games/boxart/full_150248AmericaFrontccc.jpg,Biomutant,All,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2021-05-25,2021-08-18 +/games/boxart/full_2320909AmericaFrontccc.png,Bravely Default II,All,Role-Playing,Square Enix,Silicon Studio,,,,,,,2021-02-26,2021-12-22 +/games/boxart/full_4117853AmericaFrontccc.jpg,Demon's Souls,PS3,Role-Playing,Atlus,From Software,9.1,,,,,,2009-10-06, +/games/boxart/full_423454AmericaFrontccc.jpg,Divinity: Original Sin 2,PC,Role-Playing,Larian Studios,Larian Studios,,,,,,,2016-09-15,2019-02-03 +/games/boxart/full_3096347AmericaFrontccc.jpg,Dragon Quest Monsters: The Dark Prince,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2023-12-01,2023-06-21 +/games/boxart/full_5788751AmericaFrontccc.jpg,Final Fantasy Tactics: The War of the Lions,PSP,Role-Playing,Square Enix,Square Enix,8.9,,,,,,2007-10-09, +/games/boxart/full_1774495JapanFrontccc.png,Final Fantasy Type-0 HD,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2015-03-17,2018-05-10 +/games/boxart/full_8240602AmericaFrontccc.jpg,Fire Emblem Echoes: Shadows of Valentia,3DS,Role-Playing,Nintendo,Intelligent Systems,8.3,,,,,,2017-05-19,2017-12-31 +/games/boxart/full_7022205AmericaFrontccc.jpg,Granblue Fantasy,Series,Role-Playing,Xseed Games,Cygames,,,,,,,2020-03-03,2020-04-23 +/games/boxart/full_6674151AmericaFrontccc.jpg,Hades,All,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2020-09-17,2020-12-27 +/games/boxart/4565747ccc.jpg,Legend of Mana,PS,Role-Playing,Square,SquareSoft,7.8,,,,,,2000-06-07, +/games/boxart/full_3454890AmericaFrontccc.jpg,Lies of P,All,Role-Playing,Neowiz Corporation,Neowiz Corporation,,,,,,,2023-09-18,2023-10-17 +/games/boxart/full_8053694AmericaFrontccc.jpg,Lords of the Fallen (2023),All,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-10-23 +/games/boxart/full_6867819AmericaFrontccc.jpg,Moonlighter,All,Role-Playing,11 bit studios,Digital Sun,,,,,,,2018-05-29,2020-10-09 +/games/boxart/full_6824307AmericaFrontccc.jpg,Octopath Traveler II,All,Role-Playing,Square Enix,Square Enix,,,,,,,2023-02-24,2023-06-07 +/games/boxart/full_5609304AmericaFrontccc.jpg,Outward,All,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-03-26,2020-12-01 +/games/boxart/full_5168259AmericaFrontccc.jpg,Salt and Sanctuary,All,Role-Playing,Ska Studios,Ska Studios,,,,,,,2016-03-15,2021-01-27 +/games/boxart/full_1579116AmericaFrontccc.jpg,Star Wars Galaxies: An Empire Divided,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2003-07-09, +/games/boxart/full_4940138AmericaFrontccc.jpg,The Bard's Tale,All,Role-Playing,inXile Entertainment,Interplay Productions,,,,,,,2004-10-26,2021-03-28 +/games/boxart/full_3311430AmericaFrontccc.jpg,The Lord of the Rings: The Third Age,All,Role-Playing,Electronic Arts,EA Redwood Shores,,,,,,,2004-11-02,2020-12-03 +/games/boxart/full_9680092AmericaFrontccc.jpg,The Scroll of Taiwu,PC,Role-Playing,ConchShip Games,ConchShip Games,,,,,,,2018-09-21,2021-08-16 +/games/boxart/6588447ccc.jpg,The Witcher,PC,Role-Playing,Atari,CD Projekt Red Studio,7.9,,,,,,2007-10-30, +/games/boxart/full_4045092AmericaFrontccc.jpg,Toukiden,Series,Role-Playing,Tecmo Koei,Omega Force,,,,,,,2014-02-11,2021-02-05 +/games/boxart/full_4310559AmericaFrontccc.jpg,Transistor,All,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2014-05-20,2020-12-27 +/games/boxart/full_1530869AmericaFrontccc.jpg,Trials of Mana,All,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2021-02-12 +/games/boxart/full_1805366AmericaFrontccc.jpg,Triangle Strategy,All,Role-Playing,Square Enix,Square Enix,,,,,,,2022-03-04,2022-12-21 +/games/boxart/full_5461415AmericaFrontccc.jpg,Valkyria Chronicles,PS3,Role-Playing,Sega,Sega WOW Overworks,8.4,,,,,,2008-11-04, +/games/boxart/full_9360267AmericaFrontccc.png,Valkyria Chronicles 4,All,Role-Playing,Sega,Sega,,,,,,,2018-09-25,2021-01-20 +/games/boxart/1914055ccc.jpg,Xenosaga Episode I: Der Wille zur Macht,PS2,Role-Playing,Namco,Monolith Soft,8.7,,,,,,2003-02-26, +/games/boxart/full_5328772JapanFrontccc.jpg,Tales of Destiny 2,PS2,Role-Playing,Namco,Telenet Japan / Wolteam,,,,,,,2002-11-28, +/games/boxart/full_4696396AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,PC,Role-Playing,Capcom,Capcom,,,,,,,2016-01-15,2019-03-22 +/games/boxart/full_7297792AmericaFrontccc.jpg,Kingdoms of Amalur: Reckoning,PC,Role-Playing,Electronic Arts,38 Studios,,,,,,,2012-02-07,2018-11-23 +/games/boxart/full_9132786AmericaFrontccc.jpg,Tales of Symphonia,GC,Role-Playing,Namco,Namco Tales Studio,8.5,,,,,,2004-07-14, +/games/boxart/full_6932070AmericaFrontccc.jpg,Bravely Default II,NS,Role-Playing,Nintendo,Silicon Studio,,,,,,,2021-02-26,2019-12-17 +/games/boxart/1529312ccc.jpg,Final Fantasy I & II: Dawn of Souls,GBA,Role-Playing,Nintendo,Square Enix,7.1,,,,,,2004-11-29, +/games/boxart/full_4357499AmericaFrontccc.png,Portal Knights,PC,Role-Playing,505 Games,Keen Games,,,,,,,2016-02-25,2018-07-03 +/games/boxart/full_614303JapanFrontccc.jpg,Dragon Quest Monsters: Terry's Wonderland 3D,3DS,Role-Playing,Square Enix,Square Enix,,,,,,,2012-05-31,2018-01-07 +/games/boxart/full_5140513AmericaFrontccc.jpg,Legend of Grimrock,PC,Role-Playing,Almost Human,Almost Human Games,,,,,,,2012-04-11,2021-02-16 +/games/boxart/full_747610AmericaFrontccc.jpg,Ni no Kuni II: Revenant Kingdom,All,Role-Playing,Bandai Namco Entertainment,Level 5,,,,,,,2018-03-23,2021-01-22 +/games/boxart/full_3580522AmericaFrontccc.jpg,Persona 4 Golden,PC,Role-Playing,Sega,Atlus,,,,,,,2020-06-13,2020-08-05 +/games/boxart/full_5532103AmericaFrontccc.jpg,Tales of the Abyss,All,Role-Playing,Namco Bandai Games,Namco Tales Studio,,,,,,,2006-10-10,2020-11-11 +/games/boxart/full_9689588AmericaFrontccc.jpg,Lost Castle,PC,Role-Playing,Unknown,Hunter Studio,,,,,,,,2019-02-06 +/games/boxart/full_3466616AmericaFrontccc.jpg,Pool of Radiance,Series,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1988-06-01,2021-03-26 +/games/boxart/full_8280346PALFrontccc.jpg,Dungeon Siege III,All,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-06-21,2021-01-07 +/games/boxart/full_4658217AmericaFrontccc.jpg,Triangle Strategy,NS,Role-Playing,Nintendo,Square Enix,,,,,,,2022-03-04,2022-04-08 +/games/boxart/full_6709656JapanFrontccc.jpg,Tales of Phantasia,PS,Role-Playing,Namco,Namco Tales Studio / Wolfteam,,,,,,,1998-12-23, +/games/boxart/full_5246682PALFrontccc.jpg,Valkyria Chronicles,PC,Role-Playing,Sega,Sega,,,,,,,2014-11-11, +/games/boxart/full_1647873AmericaFrontccc.jpg,Sacred 2: Fallen Angel,All,Role-Playing,Deep Silver,Ascaron,,,,,,,2008-11-11,2021-04-21 +/games/boxart/full_9874748AmericaFrontccc.jpg,Lords of the Fallen,PC,Role-Playing,Namco Bandai Games,DECK13 Interactive,,,,,,,2014-10-28,2018-05-10 +/games/boxart/693603ccc.jpg,Tales of the Abyss,PS2,Role-Playing,Namco,Namco Tales Studio,8,,,,,,2006-10-10, +/games/boxart/full_9902301AmericaFrontccc.jpg,Valkyrie Profile 2: Silmeria,PS2,Role-Playing,Square Enix,tri-Ace,8.4,,,,,,2006-09-26, +/games/boxart/full_5343108AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing,PC,Role-Playing,Unknown,Neocore Games,,,,,,,,2019-02-07 +/games/boxart/full_2339078AmericaFrontccc.jpg,Risen 2: Dark Waters,PC,Role-Playing,Deep Silver,Piranha Bytes,6.6,,,,,,2012-04-26,2018-01-03 +/games/boxart/full_8186027AmericaFrontccc.jpg,Dragon Quest Swords: The Masked Queen and the Tower of Mirrors,Wii,Role-Playing,Square Enix,Genius Sonority Inc./Eighting,,,,,,,2008-02-19, +/games/boxart/4525493ccc.jpg,Valkyrie Profile,PS,Role-Playing,Enix,tri-Ace,8.1,,,,,,2000-08-29, +/games/boxart/full_4303794AmericaFrontccc.jpg,Final Fantasy XIII,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2019-02-07 +/games/boxart/full_two-worlds-ii_621AmericaFront.jpg,Two Worlds II,PC,Role-Playing,SouthPeak Interactive,Reality Pump,6.9,,,,,,2011-02-08, +/games/boxart/full_3847003AmericaFrontccc.jpg,Advanced Dungeons & Dragons,Int,Role-Playing,Mattel Electronics,APh Technological Consulting,,,,,,,1982-08-16,2018-01-13 +/games/boxart/full_9286865AmericaFrontccc.jpg,Bravely Second: End Layer,3DS,Role-Playing,Nintendo,Silicon Studio,7.4,,,,,,2016-04-15,2018-01-08 +/games/boxart/full_5731289JapanFrontccc.jpg,God Eater 2,All,Role-Playing,Bandai Namco Entertainment,Shift,,,,,,,2013-11-14,2020-11-18 +/games/boxart/full_4201439PALFrontccc.jpg,Nier,All,Role-Playing,Square Enix,Cavia,,,,,,,2010-04-27,2020-12-24 +/games/boxart/7458207ccc.jpg,The Elder Scrolls: Chapter II: Daggerfall,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.4,,,,,,1996-08-31, +/games/boxart/full_4052387JapanFrontccc.jpg,Tales of Rebirth,All,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-12-16,2020-11-11 +/games/boxart/8515168ccc.jpg,Unlimited Saga,PS2,Role-Playing,Square Enix,SquareSoft,4.9,,,,,,2003-06-17, +/games/boxart/full_6954411AmericaFrontccc.jpg,Final Fantasy Tactics A2: Grimoire of the Rift,DS,Role-Playing,Square Enix,Square Enix,8.1,,,,,,2008-06-24, +/games/boxart/full_5783905AmericaFrontccc.jpg,Phantasy Star Portable,PSP,Role-Playing,Sega,Alfa System,7.1,,,,,,2009-03-03, +/games/boxart/full_dungeon-siege-iii_163AmericaFront.jpg,Dungeon Siege III,PC,Role-Playing,Square Enix,Obsidian Entertainment,7.3,,,,,,2011-06-21, +/games/boxart/full_1283054AmericaFrontccc.jpg,Hand of Fate,PC,Role-Playing,Defiant Development,Defiant Development,,,,,,,2015-02-17,2019-04-21 +/games/boxart/full_8110433AmericaFrontccc.jpg,Pixel Piracy,PC,Role-Playing,Re-Logic,Quadro Delta,,,,,,,2015-04-23,2018-08-09 +/games/boxart/full_6893631JapanFrontccc.jpg,Tales of Rebirth,PS2,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-12-16, +/games/boxart/full_8472013AmericaFrontccc.jpg,Baldur's Gate: Tales of the Sword Coast,PC,Role-Playing,Interplay,BioWare,8.1,,,,,,1999-04-30, +/games/boxart/3299425ccc.jpg,Fallout,PC,Role-Playing,Interplay,Black Isle Studios,8.9,,,,,,1997-09-30, +/games/boxart/full_ninokuni-shikkoku-no-madoushi_765JapanFront.jpg,Ni no Kuni: Dominion of the Dark Djinn,DS,Role-Playing,Level 5,Level 5/Studio Ghibli,,,,,,,2010-12-09,2019-01-11 +/games/boxart/full_phantasy-star-portable-2_2AmericaFront.jpg,Phantasy Star Portable 2,PSP,Role-Playing,Sega,Alfa System,7.4,,,,,,2010-09-14, +/games/boxart/full_2311021AmericaFrontccc.jpg,Shin Megami Tensei III: Nocturne HD Remaster,All,Role-Playing,Sega,Atlus,,,,,,,2021-05-21,2021-04-28 +/games/boxart/full_8281780AmericaFrontccc.jpg,Shin Megami Tensei IV,3DS,Role-Playing,Atlus,Atlus,8.3,,,,,,2013-07-16,2020-08-05 +/games/boxart/full_9127009AmericaFrontccc.jpg,Wartales,PC,Role-Playing,Shiro Games,Shiro Games,,,,,,,2021-12-01,2022-02-09 +/games/boxart/full_5458802AmericaFrontccc.jpg,Hyper Light Drifter,PC,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2016-03-31, +/games/boxart/full_5270034AmericaFrontccc.jpg,Fable Anniversary,PC,Role-Playing,Microsoft Studios,Lionhead Studios,,,,,,,2014-09-12,2018-08-12 +/games/boxart/3909398ccc.jpg,Final Fantasy VIII,PC,Role-Playing,Square EA,SquareSoft,8,,,,,,2000-01-25, +/games/boxart/full_647497AmericaFrontccc.jpg,The Last Remnant,X360,Role-Playing,Square Enix,Square Enix,6.5,,,,,,2008-11-20, +/games/boxart/full_1173376AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Echoes of Time,All,Role-Playing,Square Enix,Square Enix,,,,,,,2009-03-24,2021-01-14 +/games/boxart/full_1971045JapanFrontccc.jpg,Sword Art Online: Hollow Fragment,PSV,Role-Playing,Namco Bandai Games,Bandai Namco Games,,,,,,,2014-08-19,2018-07-03 +/games/boxart/full_3283669AmericaFrontccc.png,Final Fantasy X / X-2 HD Remaster,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2016-05-12,2019-03-22 +/games/boxart/full_dungeons-of-dredmor_54AmericaFront.jpg,Dungeons of Dredmor,PC,Role-Playing,Unknown,Gaslamp Games,8,,,,,,2011-07-13, +/games/boxart/full_7624127AmericaFrontccc.jpg,Toukiden: The Age of Demons,All,Role-Playing,Tecmo Koei,Omega Force,,,,,,,2014-02-11,2021-02-05 +/games/boxart/full_9200255AmericaFrontccc.jpg,Life is Feudal: Your Own,PC,Role-Playing,Unknown,Bitbox Ltd.,,,,,,,,2019-02-09 +/games/boxart/full_9029190AmericaFrontccc.jpg,Shadowrun: Dragonfall,PC,Role-Playing,Unknown,Harebrained Schemes,,,,,,,,2019-02-09 +/games/boxart/full_9593007JapanFrontccc.jpg,Super Robot Wars Z,PS2,Role-Playing,Unknown,Banpresto,,,,,,,,2020-11-20 +/games/boxart/full_1774507JapanFrontccc.jpg,Arc the Lad,PS,Role-Playing,Sony Computer Entertainment,G-Craft,,,,,,,1995-06-30, +/games/boxart/full_4651848AmericaFrontccc.jpg,Atelier Ryza: Ever Darkness & the Secret Hideout,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2020-12-09 +/games/boxart/full_2559299AmericaFrontccc.jpg,Baldur's Gate II: Throne of Bhaal,PC,Role-Playing,Interplay,BioWare Corporation,8.9,,,,,,2001-06-21, +/games/boxart/full_9992886AmericaFrontccc.jpg,Blackguards,All,Role-Playing,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2014-01-24,2021-04-01 +/games/boxart/full_9244050AmericaFrontccc.png,Digimon Survive,All,Role-Playing,Bandai Namco Entertainment,Hyde,,,,,,,2022-07-29,2022-12-02 +/games/boxart/3146876ccc.jpg,Gothic 3,PC,Role-Playing,Aspyr,Piranha Bytes,6.8,,,,,,2006-11-14, +/games/boxart/full_2156236PALFrontccc.jpg,Live A Live,NS,Role-Playing,Nintendo,Square Enix,,,,,,,2022-07-22,2022-09-02 +/games/boxart/full_9065828AmericaFrontccc.jpg,Loop Hero,PC,Role-Playing,Unknown,Four Quarters,,,,,,,,2021-03-12 +/games/boxart/full_magicka-vietnam_569AmericaFront.jpg,Magicka: Vietnam,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,5.5,,,,,,2011-04-21, +/games/boxart/full_5760802AmericaFrontccc.jpg,Romancing SaGa,PS2,Role-Playing,Square Enix,Square Enix,6,,,,,,2005-10-11, +/games/boxart/full_9941330AmericaFrontccc.jpg,Rune Factory 5,NS,Role-Playing,Marvelous Entertainment,Xseed Games,,,,,,,2022-03-22,2019-02-13 +/games/boxart/full_9469286AmericaFrontccc.png,Ultima Underworld: The Stygian Abyss,All,Role-Playing,Origin Systems,Blue Sky Productions,,,,,,,1992-03-01,2021-03-15 +/games/boxart/full_7895266AmericaFrontccc.jpg,Ys VIII: Lacrimosa of Dana,All,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2017-09-12,2021-02-09 +/games/boxart/full_9394477AmericaFrontccc.jpg,Reigns,PC,Role-Playing,Unknown,Nerial,,,,,,,,2019-02-09 +/games/boxart/full_9092258AmericaFrontccc.jpg,Final Fantasy XV: Windows Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-03-06,2018-09-07 +/games/boxart/full_6227321JapanFrontccc.jpg,Tales of Symphonia,PS2,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-09-22, +/games/boxart/full_8778502JapanFrontccc.jpg,Super Robot Wars: Original Generations,PS2,Role-Playing,Unknown,Banpresto,,,,,,,,2020-11-19 +/games/boxart/501429ccc.jpg,Infinite Undiscovery,X360,Role-Playing,Square Enix,tri-Ace,6.8,,,,,,2008-09-02, +/games/boxart/full_2670795AmericaFrontccc.jpg,Terra Incognita ~ Chapter One: The Descendant,PC,Role-Playing,Unknown,Back To Basics Gaming,,,,,,,,2019-02-10 +/games/boxart/full_8604711JapanFrontccc.jpg,Super Robot Wars Z III,All,Role-Playing,Bandai Namco,Banpresto,,,,,,,2008-09-25,2020-11-23 +/games/boxart/full_668697AmericaFrontccc.jpg,Star Ocean: The Last Hope,X360,Role-Playing,Square Enix,tri-Ace,7.3,,,,,,2009-02-24, +/games/boxart/full_1645495AmericaFrontccc.jpg,Dragonlance,Series,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1988-01-01,2021-03-22 +/games/boxart/592983ccc.jpg,Radiata Stories,PS2,Role-Playing,Square Enix,tri-Ace,7.7,,,,,,2005-09-06, +/games/boxart/full_2480725AmericaFrontccc.jpeg,Tales of Zestiria,PC,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-10-20, +/games/boxart/full_6440185AmericaFrontccc.jpg,Shin Megami Tensei: Persona 4,PS2,Role-Playing,Atlus,Atlus,9.2,,,,,,2008-12-08,2018-01-11 +/games/boxart/full_8456609AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth1,PC,Role-Playing,Unknown,Compile Heart,,,,,,,,2019-02-10 +/games/boxart/full_586638AmericaFrontccc.jpg,Salt and Sanctuary,PC,Role-Playing,Ska Studios,Ska Studios,,,,,,,2016-03-15,2019-02-10 +/games/boxart/full_4681594AmericaFrontccc.png,Project X Zone,3DS,Role-Playing,Namco Bandai Games,Banpresto,6.5,,,,,,2013-06-25,2018-01-17 +/games/boxart/full_435647AmericaFrontccc.jpg,Realms of Arkania III: Shadows over Riva,PC,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1997-05-31, +/games/boxart/full_8552055AmericaFrontccc.png,Temple of Apshai,All,Role-Playing,Automated Simulations,Automated Simulations,,,,,,,1979-08-01,2021-04-07 +/games/boxart/full_1774913AmericaFrontccc.jpg,Ultima IV: Quest of the Avatar,All,Role-Playing,Origin Systems,Origin Systems,,,,,,,1985-11-01,2021-03-15 +/games/boxart/full_3154821AmericaFrontccc.jpg,Savage Lands,PC,Role-Playing,Unknown,Last Bastion Studios LLC,,,,,,,,2019-02-10 +/games/boxart/full_8029433PALFrontccc.jpg,Tales of Eternia,PSP,Role-Playing,Ubisoft,Namco,8,,,,,,2006-02-10, +/games/boxart/9345328ccc.jpg,Tales of Legendia,PS2,Role-Playing,Namco,Namco / Team MelFes,7.2,,,,,,2006-02-07, +/games/boxart/full_9566906JapanFrontccc.jpg,Tales of Destiny,PS2,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2006-11-30, +/games/boxart/full_2028213AmericaFrontccc.jpg,Disgaea 5,All,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2015-10-06,2021-02-03 +/games/boxart/full_phantasy-star-portable-2-infinity_903JapanFront.jpg,Phantasy Star Portable 2: Infinity,PSP,Role-Playing,Sega,Alfa System,,,,,,,2011-02-24, +/games/boxart/full_2397893JapanFrontccc.jpg,SD Gundam G Generation Wars,All,Role-Playing,Bandai Namco Games,Tom Create,,,,,,,2009-08-06,2020-11-21 +/games/boxart/9231423ccc.jpg,The World Ends With You,DS,Role-Playing,Square Enix,Square Enix,8.6,,,,,,2008-04-21, +/games/boxart/full_8866124AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-01-26,2020-12-09 +/games/boxart/full_dragon-quest-25-shuunen-kinin-famicom-ampamp-super-famicom-dragon-quest-i-ii-iii_602JapanFront.jpg,Dragon Quest 25 Shuunen Kinin: Famicom & Super Famicom Dragon Quest I-II-III,Wii,Role-Playing,Square Enix,Square Enix,,,,,,,2011-09-15, +/games/boxart/full_125785AmericaFrontccc.jpg,Drakengard,PS2,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2004-03-02, +/games/boxart/full_7239395AmericaFrontccc.jpg,Wasteland 2,All,Role-Playing,Deep Silver,InXile Entertainment,,,,,,,2014-09-19,2021-03-30 +/games/boxart/full_4335925JapanFrontccc.jpg,Dark Souls: Remastered,PC,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2018-05-25,2018-06-05 +/games/boxart/5945766ccc.jpg,Xenosaga Episode III: Also sprach Zarathustra,PS2,Role-Playing,Namco,Monolith Soft,7.9,,,,,,2006-08-29, +/games/boxart/full_4982180AmericaFrontccc.jpg,Risen 3: Titan Lords Enhanced Edition,PC,Role-Playing,Deep Silver,Piranha Bytes,6.3,,,,,,2014-08-12,2018-01-03 +/games/boxart/full_8508981AmericaFrontccc.jpg,Knights of Pen and Paper +1,PC,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-02-12 +/games/boxart/full_165513AmericaFrontccc.jpg,Costume Quest,PC,Role-Playing,Unknown,Double Fine Productions,8,,,,,,2011-10-14, +/games/boxart/full_3796082JapanFrontccc.jpg,Dragon Quest: Shounen Yangus to Fushigi no Dungeon,PS2,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2006-04-20, +/games/boxart/full_4291564JapanFrontccc.jpg,Tales of the World: Radiant Mythology 2,PSP,Role-Playing,Namco Bandai,Alfa System,,,,,,,2009-01-29, +/games/boxart/full_3310749AmericaFrontccc.jpg,Final Fantasy IX,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2019-02-13 +/games/boxart/full_7812195AmericaFrontccc.jpg,Data Hacker: Reboot,PC,Role-Playing,New Reality Games,New Reality Games,,,,,,,2015-02-13, +/games/boxart/full_5178002AmericaFrontccc.jpg,South Park: The Fractured But Whole,PC,Role-Playing,Ubisoft,Ubisoft San Francisco,,,,,,,2017-10-17,2018-04-06 +/games/boxart/full_6114466AmericaFrontccc.jpg,One Way Heroics,PC,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2018-01-06 +/games/boxart/4676814ccc.jpg,Tales of Phantasia,GBA,Role-Playing,Nintendo,Wolfteam / Namco Tales Studio,7,,,,,,2006-03-06, +/games/boxart/full_1570311JapanFrontccc.jpg,Super Robot Wars OG Gaiden,PS2,Role-Playing,Unknown,Banpresto,,,,,,,,2020-11-21 +/games/boxart/full_3537515PALFrontccc.jpg,Fairy Tail,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2021-02-07 +/games/boxart/full_might-ampamp-magic-clash-of-heroes_129AmericaFront.jpg,Might & Magic: Clash of Heroes,PC,Role-Playing,Ubisoft,Capybara Games,,,,,,,2011-09-22, +/games/boxart/2470815ccc.jpg,Tales of the World: Radiant Mythology,PSP,Role-Playing,Namco Bandai,Alfa System,7,,,,,,2007-07-17, +/games/boxart/full_7470147JapanFrontccc.jpg,Tales of the Tempest,DS,Role-Playing,Namco,Dimps Corporation,,,,,,,2006-10-26, +/games/boxart/full_7693580AmericaFrontccc.jpg,.hack//G.U. Last Recode,All,Role-Playing,Bandai Namco Entertainment,CyberConnect2,,,,,,,2017-11-03,2021-02-09 +/games/boxart/full_8708561AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2023-03-24,2023-04-27 +/games/boxart/full_1290742AmericaFrontccc.jpg,God Wars,Series,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2017-06-20,2020-02-17 +/games/boxart/full_4897572AmericaFrontccc.jpg,Stonekeep,All,Role-Playing,Interplay Productions,Interplay Productions,,,,,,,1995-11-08,2021-03-30 +/games/boxart/full_5955650AmericaFrontccc.jpg,LISA,PC,Role-Playing,Unknown,Dingaling,,,,,,,,2019-02-15 +/games/boxart/full_2835072AmericaFrontccc.jpg,Dark and Light,PC,Role-Playing,Unknown,Snail Games USA,,,,,,,,2019-02-15 +/games/boxart/full_48991AmericaFrontccc.jpg,Drayt Empire,PC,Role-Playing,Unknown,RPG Video,,,,,,,,2019-02-15 +/games/boxart/full_7815850AmericaFrontccc.jpg,For The King,PC,Role-Playing,Unknown,IronOak Games,,,,,,,,2019-02-15 +/games/boxart/full_6535922PALFrontccc.jpg,Tales of Berseria,PC,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2018-01-01,2018-05-25 +/games/boxart/full_3592175AmericaFrontccc.jpg,Incitement 3,PC,Role-Playing,Unknown,Astronomic Games,,,,,,,,2019-02-15 +/games/boxart/3555438ccc.jpg,Sword of Mana,GBA,Role-Playing,Nintendo,Brownie Brown,,,,,,,2003-12-01, +/games/boxart/427425ccc.jpg,Xenosaga Episode II: Jenseits von Gut und Böse,PS2,Role-Playing,Namco,Monolith Soft,7.3,,,,,,2005-02-15, +/games/boxart/full_673627AmericaFrontccc.jpg,Atonement 2: Ruptured by Despair,PC,Role-Playing,Unknown,Astronomic Games,,,,,,,,2019-02-16 +/games/boxart/full_game-of-thrones_813AmericaFront.jpg,Game of Thrones,PC,Role-Playing,Atlus,Cyanide Studios,,,,,,,2012-05-15, +/games/boxart/836978ccc.jpg,Final Fantasy Anniversary Edition,PSP,Role-Playing,Square Enix,Square Enix,7.4,,,,,,2007-06-26, +/games/boxart/962235ccc.jpg,Shin Megami Tensei: Nocturne,PS2,Role-Playing,Atlus,Atlus Co.,8,,,,,,2004-10-12, +/games/boxart/full_5331325AmericaFrontccc.jpg,The Secret World,PC,Role-Playing,Electronic Arts,Funcom,,,,,,,2012-07-03,2018-11-04 +/games/boxart/full_7958335AmericaFrontccc.jpg,Shadowrun: Hong Kong,PC,Role-Playing,Unknown,Harebrained Schemes,,,,,,,,2019-02-09 +/games/boxart/full_6320495AmericaFrontccc.jpg,Divinity: Dragon Commander,PC,Role-Playing,Larian Studios,Larian Studios,,,,,,,2013-08-06,2019-02-18 +/games/boxart/full_6033098AmericaFrontccc.png,Pool of Radiance,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1988-06-01,2021-03-26 +/games/boxart/full_2415048AmericaFrontccc.jpg,Legend of Grimrock 2,PC,Role-Playing,Unknown,Almost Human Games,,,,,,,,2019-02-19 +/games/boxart/full_3788434AmericaFrontccc.jpg,Labyronia RPG,PC,Role-Playing,Unknown,Labyrinthine,,,,,,,,2019-02-19 +/games/boxart/full_7875123AmericaFrontccc.jpg,Final Quest II,PC,Role-Playing,Back To Basics Gaming,RPG Video,,,,,,,2016-10-18,2019-02-17 +/games/boxart/full_5957450AmericaFrontccc.jpg,Greyfox RPG,PC,Role-Playing,EQ Games,Lesley Dodd,,,,,,,2015-02-24,2019-02-17 +/games/boxart/full_6752441PALFrontccc.jpg,Elex,PC,Role-Playing,THQ Nordic,Piranha Bytes,,,,,,,2017-10-17,2018-06-30 +/games/boxart/full_1919965AmericaFrontccc.jpg,Legend of Mysteria RPG,PC,Role-Playing,EQ Games,Labyrinthine,,,,,,,2015-10-09,2019-02-16 +/games/boxart/full_3368199AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2014-07-29,2019-02-16 +/games/boxart/full_5753172AmericaFrontccc.png,Eye of the Beholder,Series,Role-Playing,Strategic Simulations,Westwood Associates,,,,,,,1991-01-01,2021-03-24 +/games/boxart/full_813686AmericaFrontccc.jpg,Fate/Samurai Remnant,All,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 +/games/boxart/5574904ccc.jpg,Final Fantasy Origins,PS,Role-Playing,Square Enix,TOSE,8.3,,,,,,2003-04-08, +/games/boxart/full_8409003AmericaFrontccc.jpg,Grandia III,PS2,Role-Playing,Square Enix,Game Arts,7.5,,,,,,2006-02-14, +/games/boxart/full_7632143AmericaFrontccc.jpg,Persona Q: Shadow of the Labyrinth,3DS,Role-Playing,Atlus,Atlus,8.3,,,,,,2014-11-25,2018-01-07 +/games/boxart/full_7928579AmericaFrontccc.jpg,Quest for Glory: So You Want to Be a Hero,All,Role-Playing,Sierra Online,Sierra On-Line,,,,,,,1989-10-01,2021-04-08 +/games/boxart/full_6338151AmericaFrontccc.jpg,Sea of Stars,All,Role-Playing,Sabotage Studio,Sabotage Studio,,,,,,,2023-08-29,2023-08-30 +/games/boxart/full_5876111AmericaFrontccc.jpg,Toukiden 2,All,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2017-03-21,2021-02-07 +/games/boxart/full_4065655AmericaFrontccc.jpg,Wasteland,All,Role-Playing,Electronic Arts,Interplay Productions,,,,,,,1988-01-02,2021-03-30 +/games/boxart/full_2371185AmericaFrontccc.jpg,Final Fantasy XIII-2,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2014-12-11, +/games/boxart/full_9472112AmericaFrontccc.jpg,The Land of Dasthir,PC,Role-Playing,Back To Basics Gaming,RPG Video,,,,,,,2017-01-10,2019-02-11 +/games/boxart/full_832880AmericaFrontccc.jpg,God Eater 2: Rage Burst,PC,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2016-10-01,2018-07-04 +/games/boxart/full_9606774AmericaFrontccc.jpg,Data Hacker: Initiation,PC,Role-Playing,New Reality Games,New Reality Games,,,,,,,2014-07-21,2019-02-06 +/games/boxart/full_6048617JapanFrontccc.jpg,Star Ocean,SNES,Role-Playing,Enix,tri-Ace,,,,,,,1996-07-19, +/games/boxart/full_5472466AmericaFrontccc.jpg,Lichdom: Battlemage,PC,Role-Playing,Unknown,Unknown,,,,,,,2014-08-26, +/games/boxart/full_8227846AmericaFrontccc.png,Lightning Returns: Final Fantasy XIII,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2015-12-10, +/games/boxart/full_8314116AmericaFrontccc.jpg,Evoland 2,PC,Role-Playing,Shiro Games,Shiro Games,,,,,,,2015-08-25,2018-08-10 +/games/boxart/full_7729353AmericaFrontccc.jpg,Fullmetal Alchemist 2: Curse of the Crimson Elixir,PS2,Role-Playing,Square Enix,Racjin,,,,,,,2005-07-12, +/games/boxart/full_4414332AmericaFrontccc.jpg,Valkyrie Profile: Covenant of the Plume,DS,Role-Playing,Square Enix,tri-Ace,7.5,,,,,,2009-03-16, +/games/boxart/full_shin-megami-tensei-persona-3-portable_1AmericaFront.jpg,Shin Megami Tensei: Persona 3 Portable,PSP,Role-Playing,Atlus,Atlus Co.,8.9,,,,,,2010-07-06, +/games/boxart/full_5733573AmericaFrontccc.jpg,Chroma Squad,PC,Role-Playing,Behold Studios,Behold Studios,,,,,,,2015-04-30,2019-03-08 +/games/boxart/full_1389398AmericaFrontccc.jpg,Destiny Warriors RPG,PC,Role-Playing,Unknown,ninjalex,,,,,,,,2019-02-23 +/games/boxart/full_6066126AmericaFrontccc.jpg,Tales of Symphonia: Dawn of the New World,Wii,Role-Playing,Namco Bandai,Namco Tales Studio,6.8,,,,,,2008-11-11, +/games/boxart/full_1618669AmericaFrontccc.jpg,Phantasy Star 0,DS,Role-Playing,Sega,Sonic Team,7.5,,,,,,2009-11-10, +/games/boxart/full_352585JapanFrontccc.jpg,Tales of Phantasia,SNES,Role-Playing,Namco,Wolf Team,,,,,,,1995-12-15, +/games/boxart/8946064ccc.jpg,Drakengard 2,PS2,Role-Playing,Ubisoft,Cavia Inc.,,,,,,,2006-02-14, +/games/boxart/full_8115274AmericaFrontccc.jpg,Shin Megami Tensei: Persona,PSP,Role-Playing,Atlus,Atlus Co.,7.6,,,,,,2009-09-22, +/games/boxart/full_3320075AmericaFrontccc.jpg,Secrets of Grindea,PC,Role-Playing,Unknown,Pixel Ferrets,,,,,,,,2019-02-25 +/games/boxart/full_3653449AmericaFrontccc.jpg,Legend of Dungeon,PC,Role-Playing,Unknown,Robot Loves Kitty,,,,,,,,2019-02-25 +/games/boxart/full_4409633AmericaFrontccc.jpg,Data Hacker: Corruption,PC,Role-Playing,Unknown,New Reality Games,,,,,,,,2019-02-25 +/games/boxart/full_2493823AmericaFrontccc.jpg,Skyborn,PC,Role-Playing,Unknown,Dancing Dragon Games,,,,,,,,2019-02-26 +/games/boxart/full_6016015AmericaFrontccc.jpg,Pillars of Eternity II: Deadfire,PC,Role-Playing,Versus Evil,Obsidian Entertainment,,,,,,,2018-12-31,2018-01-11 +/games/boxart/full_3397846AmericaFrontccc.jpg,Secret Of Magia,PC,Role-Playing,Unknown,EQ-Games,,,,,,,,2019-02-26 +/games/boxart/full_5478840JapanFrontccc.jpg,Summon Night 4,PS2,Role-Playing,Banpresto,Flight-Plan,,,,,,,2006-11-30, +/games/boxart/full_9259615AmericaFrontccc.png,Atelier Sophie 2: The Alchemist of the Mysterious Dream,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2022-02-25,2022-05-11 +/games/boxart/full_8144684AmericaFrontccc.jpg,Blue Reflection,Series,Role-Playing,Koei Tecmo,Gust,,,,,,,2017-09-26,2022-02-28 +/games/boxart/7914176ccc.jpg,Digimon World DS,DS,Role-Playing,Namco Bandai,Namco Bandai Games America,,,,,,,2006-11-07, +/games/boxart/full_2806511AmericaFrontccc.jpg,Disgaea 5 Complete,NS,Role-Playing,NIS America,Nippon Ichi Software,9,,,,,,2017-05-23,2018-02-25 +/games/boxart/full_gothic_538AmericaFront.jpg,Gothic,PC,Role-Playing,Xicat Interactive,Piranha Bytes,8.1,,,,,,2001-11-23, +/games/boxart/full_1122308AmericaFrontccc.jpg,Gothic II,PC,Role-Playing,Atari,Piranha Bytes,8,,,,,,2003-10-28, +/games/boxart/full_7675509AmericaFrontccc.jpg,King's Field (Japan),PS,Role-Playing,From Software,From Software,,,,,,,1994-12-16, +/games/boxart/full_8556745AmericaFrontccc.jpg,Phantasy Star Universe,PS2,Role-Playing,Sega,Sonic Team,6.4,,,,,,2006-10-24, +/games/boxart/full_1283647AmericaFrontccc.jpg,Romancing SaGa 2,All,Role-Playing,Square,Square,,,,,,,1993-12-10,2021-02-20 +/games/boxart/full_7981181AmericaFrontccc.png,Toukiden Kiwami,All,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2015-06-26,2021-02-05 +/games/boxart/full_719293AmericaFrontccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,All,Role-Playing,Sirtech,Sir-Tech,,,,,,,1981-09-01,2021-04-06 +/games/boxart/full_9136907AmericaFrontccc.jpg,Labyronia RPG 2,PC,Role-Playing,Unknown,Labyrinthine,,,,,,,,2019-02-27 +/games/boxart/full_7613626AmericaFrontccc.jpg,Agarest: Generations of War,PC,Role-Playing,Unknown,Idea Factory,,,,,,,,2019-02-28 +/games/boxart/full_2610605AmericaFrontccc.jpg,Sword of the Stars: The Pit,PC,Role-Playing,Unknown,Kerberos Productions Inc.,,,,,,,,2019-02-28 +/games/boxart/2561702ccc.jpg,NeverEnd,PC,Role-Playing,DreamCatcher Interactive,Mayhem Studios,,,,,,,2006-10-02, +/games/boxart/full_4048091AmericaFrontccc.jpg,Dragon Ball Z: Attack of the Saiyans,DS,Role-Playing,Namco Bandai,Monolith Soft,7.2,,,,,,2009-11-10, +/games/boxart/5832016ccc.jpg,Valkyrie Profile: Lenneth,PSP,Role-Playing,Square Enix,tri-Ace,8.1,,,,,,2006-07-18, +/games/boxart/full_8516772AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing: Final Cut,PC,Role-Playing,Unknown,NeoCoreGames,,,,,,,,2019-03-02 +/games/boxart/full_4165818JapanFrontccc.jpg,Tales of the World: Narikiri Dungeon 2,GBA,Role-Playing,Namco,Alfa System,,,,,,,2002-10-25, +/games/boxart/full_803958AmericaFrontccc.jpg,Sword Art Online: Fatal Bullet,PC,Role-Playing,Namco Bandai Games,Dimps Corporation,,,,,,,2018-02-23,2018-02-23 +/games/boxart/full_1377048AmericaFrontccc.jpg,Sacred 3,PC,Role-Playing,Deep Silver,Keen Games,,,,,,,2014-07-29,2018-11-16 +/games/boxart/full_5493677AmericaFrontccc.jpg,Dinosaur King,DS,Role-Playing,Sega,Climax Entertainment,,,,,,,2008-09-23, +/games/boxart/full_6088167AmericaFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2017-12-21,2020-10-17 +/games/boxart/full_8978481JapanFrontccc.jpg,Hanjuku Eiyuu Tai 3D,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2003-06-26, +/games/boxart/full_891840AmericaFrontccc.jpg,Musashi: Samurai Legend,PS2,Role-Playing,Square Enix,Square Enix,6.9,,,,,,2005-03-15, +/games/boxart/full_7574096AmericaFrontccc.jpg,Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon,PS2,Role-Playing,Atlus,Atlus Co.,8,,,,,,2009-05-12, +/games/boxart/full_6231374AmericaFrontccc.png,Curse of the Azure Bonds,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1989-01-01,2021-03-22 +/games/boxart/full_3338470AmericaFrontccc.jpg,Krater,PC,Role-Playing,Unknown,Fatshark,,,,,,,2012-06-12, +/games/boxart/full_7282243AmericaFrontccc.jpg,Machine Made: Rebirth,PC,Role-Playing,Unknown,Proteus Studios,,,,,,,,2019-03-05 +/games/boxart/full_9453930AmericaFrontccc.jpg,Wanderlust: Rebirth,PC,Role-Playing,Unknown,Yeti Trunk,,,,,,,,2019-03-06 +/games/boxart/full_2625939AmericaFrontccc.jpg,Disgaea 5: Alliance of Vengeance,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2015-10-06, +/games/boxart/full_7637410AmericaFrontccc.jpg,Pyre,PC,Role-Playing,Unknown,Supergiant Games,,,,,,,,2019-03-10 +/games/boxart/full_5655896AmericaFrontccc.jpg,Moon Hunters,PC,Role-Playing,Unknown,Kitfox Games,,,,,,,,2019-03-10 +/games/boxart/full_247405PALFrontccc.png,Atelier Sophie: The Alchemist of the Mysterious Book,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2015-11-19,2020-10-16 +/games/boxart/full_8342676AmericaFrontccc.jpg,Wolcen: Lords of Mayhem,PC,Role-Playing,Unknown,WOLCEN Studio,,,,,,,,2019-03-10 +/games/boxart/full_6084063AmericaFrontccc.jpg,Disgaea PC,PC,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2016-02-24,2017-12-31 +/games/boxart/full_4783594AmericaFrontccc.jpg,Dungeons & Dragons: Chronicles of Mystara,PC,Role-Playing,Unknown,Iron Galaxy Studios,,,,,,,,2019-03-12 +/games/boxart/full_9008476AmericaFrontccc.jpg,Space Rangers HD: A War Apart,PC,Role-Playing,Unknown,SNK Games,,,,,,,,2019-03-12 +/games/boxart/full_417337AmericaFrontccc.png,Secret of the Silver Blades,All,Role-Playing,Strategic Simulations,"Strategic Simulations, Inc.",,,,,,,1990-01-01,2021-03-22 +/games/boxart/full_6862079AmericaFrontccc.jpg,Final Fantasy Type-0 HD,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2019-03-16 +/games/boxart/full_575982JapanFrontccc.jpg,Star Ocean: Till the End of Time Director's Cut,PS2,Role-Playing,Square Enix,tri-Ace,,,,,,,2004-01-22, +/games/boxart/full_500025AmericaFrontccc.jpg,King's Bounty: Warriors of the North,PC,Role-Playing,Unknown,1C-SoftClub,,,,,,,,2019-03-17 +/games/boxart/full_3365972PALFrontccc.jpg,Vampyr,PC,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,,,,,,2018-06-05,2018-02-08 +/games/boxart/full_4500107AmericaFrontccc.jpg,West of Loathing,PC,Role-Playing,Unknown,Asymmetric Publications,,,,,,,,2019-03-17 +/games/boxart/full_2440325AmericaFrontccc.jpg,3D Dot Game Heroes,PS3,Role-Playing,Atlus,Silicon Studio,7.5,,,,,,2010-05-11, +/games/boxart/full_5793790AmericaFrontccc.jpg,Final Fantasy Fables: Chocobo's Dungeon,Wii,Role-Playing,Square Enix,High Horse Entertainment,7.4,,,,,,2008-07-08, +/games/boxart/4260210ccc.jpg,Final Fantasy II Anniversary Edition,PSP,Role-Playing,Square Enix,Square Enix,6.5,,,,,,2007-07-24, +/games/boxart/full_7180581JapanFrontccc.jpg,Summon Night 5,PSP,Role-Playing,Gaijinworks,Felistella,,,,,,,2015-12-15,2018-11-08 +/games/boxart/full_9039612JapanFrontccc.jpg,Tales of Innocence,DS,Role-Playing,Namco Bandai,Alfa System,,,,,,,2007-12-06, +/games/boxart/full_1222388AmericaFrontccc.jpg,The Bard's Tale: Remastered and Resnarkled,PC,Role-Playing,Unknown,InXile Entertainment,,,,,,,,2019-03-19 +/games/boxart/4580698ccc.jpg,.hack//G.U. Vol.1//Rebirth,PS2,Role-Playing,Namco Bandai,CyberConnect2,6.6,,,,,,2006-10-24, +/games/boxart/full_icewind-dale_972AmericaFront.jpg,Icewind Dale,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2000-06-29, +/games/boxart/full_3979865AmericaFrontccc.jpg,Tap Heroes,PC,Role-Playing,Unknown,VaragtP,,,,,,,,2019-03-19 +/games/boxart/full_9526825AmericaFrontccc.jpg,The Banner Saga 2,PC,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-04-19, +/games/boxart/full_6852059AmericaFrontccc.jpg,Alchemyland,PC,Role-Playing,Unknown,azimut team,,,,,,,,2019-03-20 +/games/boxart/full_8342405AmericaFrontccc.jpg,Shin Megami Tensei: Strange Journey,DS,Role-Playing,Atlus,Atlus Co.,8,,,,,,2010-03-23, +/games/boxart/full_5213397AmericaFrontccc.jpg,Rogue Port - Red Nightmare,PC,Role-Playing,Sunight Games,Sunight Games,,,,,,,2016-05-07,2019-04-21 +/games/boxart/full_4901571AmericaFrontccc.jpg,Tempest: Pirate Action RPG,PC,Role-Playing,Unknown,Unknown,,,,,,,,2019-03-23 +/games/boxart/full_7971489AmericaFrontccc.jpg,Citadel: Forged with Fire,PC,Role-Playing,Unknown,Blue Isle Studios,,,,,,,,2019-03-24 +/games/boxart/full_4041989AmericaFrontccc.jpg,Etrian Odyssey IV: Legends of the Titan,3DS,Role-Playing,Atlus,Atlus Co.,8.2,,,,,,2013-02-26,2018-01-17 +/games/boxart/full_3265498AmericaFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,All,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2018-09-18,2021-02-09 +/games/boxart/full_2221640AmericaFrontccc.jpg,Moonlighter,NS,Role-Playing,Merge Games,Digital Sun,8.3,,,,,,2018-11-09,2019-02-22 +/games/boxart/full_3030958AmericaFrontccc.png,Nights of Azure,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2016-03-29,2021-02-07 +/games/boxart/full_8031295AmericaFrontccc.png,Pool of Radiance: Ruins of Myth Drannor,PC,Role-Playing,Ubisoft,Stormfront Studios,,,,,,,2001-09-28, +/games/boxart/full_8717225AmericaFrontccc.jpg,Shin Megami Tensei: Devil Survivor,DS,Role-Playing,Atlus,Atlus Co.,8.4,,,,,,2009-06-23, +/games/boxart/full_8964578AmericaFrontccc.jpg,Tales of the Abyss,3DS,Role-Playing,Namco Bandai,Namco Tales Studio,7.3,,,,,,2012-02-14, +/games/boxart/full_1386754AmericaFrontccc.jpg,Fight The Dragon,PC,Role-Playing,Unknown,3 Sprockets,,,,,,,,2019-03-24 +/games/boxart/full_9976132PALFrontccc.jpg,Battle Chasers: Nightwar,PC,Role-Playing,THQ Nordic,Airship Syndicate,,,,,,,2017-10-03,2018-09-22 +/games/boxart/full_6681904JapanFrontccc.jpg,Tales of Destiny: Director's Cut,PS2,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2008-01-31, +/games/boxart/full_915897JapanFrontccc.jpg,Shining Wind,PS2,Role-Playing,Sega,Amusement Vision,,,,,,,2007-05-17, +/games/boxart/full_9844320AmericaFrontccc.jpg,The Chosen RPG,PC,Role-Playing,Unknown,Little Big Lee,,,,,,,,2019-03-29 +/games/boxart/full_7790199AmericaFrontccc.jpg,RoboMatch,PC,Role-Playing,Lasta Dan Publisher,Anti-Ded GameDev,,,,,,,2017-03-06,2019-04-22 +/games/boxart/full_8386302AmericaFrontccc.jpg,Ys I & II Chronicles+,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2013-02-14,2019-04-22 +/games/boxart/full_5534557JapanFrontccc.jpg,Dragon Quest Characters: Torneko no Daibouken 3: Fushigi no Dungeon,PS2,Role-Playing,Enix,ChunSoft,,,,,,,2002-10-31, +/games/boxart/full_etrian-odyssey-iii-the-drowned-city_7AmericaFront.jpg,Etrian Odyssey III: The Drowned City,DS,Role-Playing,Atlus,Atlus Co. / Lancarse,7.3,,,,,,2010-09-21, +/games/boxart/full_9125448AmericaFrontccc.jpg,Battle Brothers,PC,Role-Playing,Overhype Studios,Overhype Studios,,,,,,,2017-03-24,2019-04-22 +/games/boxart/full_6426878AmericaFrontccc.jpg,DarkEnd,PC,Role-Playing,Kiss,Kodots Games,,,,,,,2014-10-17,2019-04-22 +/games/boxart/full_3623490AmericaFrontccc.jpg,Fairy Fencer F,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2015-08-04,2018-11-04 +/games/boxart/full_4336468JapanFrontccc.jpg,Tales of Phantasia: Full Voice Edition,PSP,Role-Playing,Namco Bandai,Mineloader Software,,,,,,,2006-09-07, +/games/boxart/full_5625998JapanFrontccc.jpg,Tales of Phantasia: Narikiri Dungeon,GB,Role-Playing,Namco,Alfa System,,,,,,,2000-11-10, +/games/boxart/full_9005064AmericaFrontccc.jpg,Battlepaths,PC,Role-Playing,Digerati Distribution,Key17 Games,,,,,,,2012-10-28,2019-03-29 +/games/boxart/full_2971002AmericaFrontccc.jpg,Final Fantasy IV,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2014-09-17,2019-04-22 +/games/boxart/full_9892030PALFrontccc.jpg,Fallout 4 VR,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2017-12-11,2018-02-07 +/games/boxart/full_1647467AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth2: Sisters Generation,PC,Role-Playing,Idea Factory,Idea Factory,,,,,,,2015-05-29,2019-04-17 +/games/boxart/full_2833873JapanFrontccc.jpg,7th Dragon 2020-II,PSP,Role-Playing,Sega,imageepoch Inc.,,,,,,,2013-04-18,2018-11-14 +/games/boxart/full_525640AmericaFrontccc.jpg,Heroes of Ruin,3DS,Role-Playing,Square Enix,n-Space,6.6,,,,,,2012-07-17, +/games/boxart/full_2997014JapanFrontccc.jpg,Star Ocean: Blue Sphere,GB,Role-Playing,Enix,tri-Ace,,,,,,,2001-06-28, +/games/boxart/full_4301544AmericaFrontccc.jpg,QuestRun,PC,Role-Playing,Digerati Distribution,Cuve Games,,,,,,,2014-04-18,2019-04-21 +/games/boxart/full_3958299AmericaFrontccc.jpg,Runestone Keeper,PC,Role-Playing,Blackfire Games,Blackfire Games,,,,,,,2015-03-23,2019-04-21 +/games/boxart/full_2084979AmericaFrontccc.jpeg,Eye of the Beholder,All,Role-Playing,Unknown,Westwood Associates,,,,,,,,2021-03-24 +/games/boxart/full_tales-of-destiny-2_829JapanFront.jpg,Tales of Destiny 2,PSP,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2007-02-15, +/games/boxart/full_7278487AmericaFrontccc.jpg,Hero of the Kingdom,PC,Role-Playing,Lonely Troops,Lonely Troops,,,,,,,2012-12-20,2019-04-21 +/games/boxart/full_2963627AmericaFrontccc.jpg,Delver,PC,Role-Playing,Priority Interrupt,Priority Interrupt,,,,,,,2018-02-01,2019-04-21 +/games/boxart/full_192588AmericaFrontccc.jpg,Phantasie,Series,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1985-01-01,2021-03-25 +/games/boxart/full_7329557AmericaFrontccc.jpg,Hand of Fate 2,PC,Role-Playing,Defiant Development,Defiant Development,,,,,,,2017-11-07,2019-04-21 +/games/boxart/full_6887843AmericaFrontccc.jpg,Rogue Port - Blue Nightmare,PC,Role-Playing,Sunight Games,Sunight Games,,,,,,,2017-02-20,2019-04-21 +/games/boxart/full_6475842AmericaFrontccc.jpg,Ni no Kuni II: Revenant Kingdom,PC,Role-Playing,Namco Bandai Games,Level 5,8.5,,,,,,2018-03-23,2019-04-21 +/games/boxart/full_monster-hunter-frontier_4JapanFront.jpg,Monster Hunter Frontier Online,X360,Role-Playing,Capcom,Capcom,,,,,,,2010-06-24, +/games/boxart/full_4798647JapanFrontccc.jpg,Tales of the World: Narikiri Dungeon 3,GBA,Role-Playing,Namco,Alfa System / Mars Corporation,,,,,,,2005-01-06, +/games/boxart/full_1286728AmericaFrontccc.jpg,Dead Age,PC,Role-Playing,Headup Games,Silent Dreams,,,,,,,2016-07-14,2019-04-17 +/games/boxart/full_2886344AmericaFrontccc.jpg,Three Heroes,PC,Role-Playing,Cats Who Play,Cats Who Play,,,,,,,2015-09-17,2019-04-17 +/games/boxart/full_8832745AmericaFrontccc.jpg,Epic Battle Fantasy 4,PC,Role-Playing,Matt Roszak,Matt Roszak,,,,,,,2014-02-25,2019-04-17 +/games/boxart/full_6017142AmericaFrontccc.jpg,Desktop Dungeons,PC,Role-Playing,QCF Design,QCF Design,8.5,,,,,,2013-11-07,2019-04-17 +/games/boxart/full_603864AmericaFrontccc.jpg,- Arcane Raise -,PC,Role-Playing,WAX Publishing,Arcane Raise,,,,,,,2017-03-10,2019-04-17 +/games/boxart/full_avadon-the-black-fortress_465AmericaFront.png,Avadon: The Black Fortress,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2011-05-02,2019-04-17 +/games/boxart/full_8695875AmericaFrontccc.jpg,Atelier Ayesha: The Alchemist of Dusk,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2013-03-05,2018-01-02 +/games/boxart/full_9362564AmericaFrontccc.jpg,Blue Reflection: Second Light,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-11-09,2022-02-28 +/games/boxart/full_1061744AmericaFrontccc.jpg,Ultima III: Exodus,All,Role-Playing,Origin Systems,Origin Systems,,,,,,,1983-08-23,2021-03-15 +/games/boxart/full_champions-of-krynn_236AmericaFront.jpg,Champions of Krynn,PC,Role-Playing,SSI,SSI,,,,,,,1990-01-01, +/games/boxart/full_7670959AmericaFrontccc.jpg,Sword Art Online: Hollow Realization,PC,Role-Playing,Bandai Namco Entertainment,Aquria,,,,,,,2017-10-27,2019-03-22 +/games/boxart/full_7147751AmericaFrontccc.jpg,Dungeons & Dragons: Daggerdale,PC,Role-Playing,Atari,Bedlam Games,,,,,,,2011-06-24,2019-04-08 +/games/boxart/full_2775038AmericaFrontccc.jpg,Crashlands,PC,Role-Playing,Butterscotch Shenanigans,Butterscotch Shenanigans,,,,,,,2016-01-21,2019-04-06 +/games/boxart/full_5054552AmericaFrontccc.jpg,Dead State: Reanimated,PC,Role-Playing,DoubleBear Productions,DoubleBear Productions,,,,,,,2014-12-04,2019-03-29 +/games/boxart/full_460258AmericaFrontccc.jpg,Final Fantasy XII: The Zodiac Age,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-01,2018-09-22 +/games/boxart/full_1335625AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,All,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 +/games/boxart/full_8749219AmericaFrontccc.jpg,Planescape Torment: Enhanced Edition,PC,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 +/games/boxart/full_2824468AmericaFrontccc.jpg,Sakura Dungeon,PC,Role-Playing,Winged Cloud,Winged Cloud,,,,,,,2016-06-03,2019-04-04 +/games/boxart/full_7079500AmericaFrontccc.jpg,Vanishing Realms,PC,Role-Playing,Indimo Labs LLC,Indimo Labs LLC,,,,,,,2016-04-05,2019-04-04 +/games/boxart/full_4855031AmericaFrontccc.jpg,Final Fantasy VI,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2015-12-16,2019-03-27 +/games/boxart/full_5311390AmericaFrontccc.jpg,LiEat,PC,Role-Playing,AGM Playism,Miwashiba,,,,,,,2016-02-26,2019-03-26 +/games/boxart/full_1484899AmericaFrontccc.jpg,Knights of Pen and Paper 2,PC,Role-Playing,Paradox Interactive,Kyy Games,,,,,,,2015-10-20,2019-03-26 +/games/boxart/full_3381722AmericaFrontccc.jpg,The Technomancer,PC,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2016-06-28,2018-06-27 +/games/boxart/full_7059618AmericaFrontccc.jpg,Atelier Escha & Logy: Alchemists of the Dusk Sky,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2014-03-11,2018-01-02 +/games/boxart/full_4493330AmericaFrontccc.jpg,Bullet Girls Phantasia,All,Role-Playing,D3 Publisher,SHADE Inc.,,,,,,,2020-01-17,2020-10-10 +/games/boxart/full_7914829PALFrontccc.jpg,God Wars: Future Past,All,Role-Playing,NIS America,Kadokawa Games,,,,,,,2017-06-20,2021-01-24 +/games/boxart/full_1828177AmericaFrontccc.jpg,Might and Magic: The Secret of the Inner Sanctum,All,Role-Playing,New World Computing,New World Computing,,,,,,,1986-01-01,2021-03-13 +/games/boxart/full_3109243AmericaFrontccc.jpg,Muramasa Rebirth,PSV,Role-Playing,Aksys Games,Vanillaware,,,,,,,2013-06-25,2019-01-10 +/games/boxart/full_2453792JapanFrontccc.jpg,Tales of the World: Summoner's Lineage,GBA,Role-Playing,Namco,Magical Company,,,,,,,2003-03-07, +/games/boxart/full_4956770JapanFrontccc.jpg,Toriko: Gourmet Survival 2,PSP,Role-Playing,Unknown,Natsume,,,,,,,,2020-11-20 +/games/boxart/full_6981039AmericaFrontccc.jpg,Ultima II: Revenge of the Enchantress,PC,Role-Playing,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1982-01-01, +/games/boxart/full_3580742AmericaFrontccc.png,Savage Frontier,Series,Role-Playing,Strategic Simulations,Beyond Software,,,,,,,1991-01-01,2021-03-22 +/games/boxart/full_5648502JapanFrontccc.jpg,Tales of Fandom Vol.2,PS2,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2007-06-28, +/games/boxart/full_47821JapanFrontccc.jpg,Egg Monster Hero,DS,Role-Playing,Unknown,Neverland,,,,,,,, +/games/boxart/full_hanjuku-eiyuu-4-7-jin-no-hanjuku-eiyuu_5JapanFront.jpg,Hanjuku Eiyuu 4: 7-Jin no Hanjuku Eiyuu,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-05-26, +/games/boxart/full_4534693AmericaFrontccc.jpg,Shin Megami Tensei: Devil Summoner: Soul Hackers,3DS,Role-Playing,Atlus,Atlus,,,,,,,2013-04-16,2018-01-22 +/games/boxart/full_613085AmericaFrontccc.jpg,Atelier Shallie: Alchemists of the Dusk Sea,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2015-03-10,2018-11-03 +/games/boxart/full_7198733AmericaFrontccc.jpg,Blue Reflection,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2017-09-26,2020-10-17 +/games/boxart/full_832634JapanFrontccc.jpg,Fullmetal Alchemist 3: Kami o Tsugu Shoujo,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-07-21, +/games/boxart/full_439815AmericaFrontccc.png,Hillsfar,All,Role-Playing,Westwood Studios,Westwood,,,,,,,1989-01-01,2021-03-22 +/games/boxart/full_5444174AmericaFrontccc.png,Eye of the Beholder II: The Legend of Darkmoon,PC,Role-Playing,SSI,Westwood Associates,,,,,,,1991-01-01, +/games/boxart/8345486ccc.jpg,Dawn of Mana,PS2,Role-Playing,Square Enix,Square Enix,6.3,,,,,,2007-05-24, +/games/boxart/full_4216501AmericaFrontccc.jpg,Half-Minute Hero,PSP,Role-Playing,Xseed Games,Opus Studio,8.5,,,,,,2009-10-13, +/games/boxart/full_625027JapanFrontccc.jpg,Sigma Harmonics,DS,Role-Playing,Square Enix,Square Enix,,,,,,,2008-08-21, +/games/boxart/full_7869095JapanFrontccc.jpg,Uncharted Waters IV HD Version,All,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-05-20,2021-07-27 +/games/boxart/full_1957207AmericaFrontccc.png,Gateway to the Savage Frontier,All,Role-Playing,Strategic Simulations,Beyond Software,,,,,,,1991-01-01,2021-03-22 +/games/boxart/full_9371390AmericaFrontccc.png,Death Knights of Krynn,PC,Role-Playing,SSI,SSI,,,,,,,1991-01-01, +/games/boxart/full_4482833JapanFrontccc.jpg,Persona 2: Eternal Punishment,PSP,Role-Playing,Atlus,Atlus,,,,,,,2012-05-17,2018-01-11 +/games/boxart/full_pools-of-darkness_841AmericaFront.jpg,Pools of Darkness,PC,Role-Playing,SSI,SSI,,,,,,,1991-01-01, +/games/boxart/full_4328055AmericaFrontccc.jpg,Buck Rogers: Countdown to Doomsday,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1990-01-01,2021-03-22 +/games/boxart/full_6222346AmericaFrontccc.png,Eye of the Beholder III: Assault on Myth Drannor,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1992-01-01, +/games/boxart/full_6371254AmericaFrontccc.jpg,Disgaea 7,All,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2023-01-26,2023-02-10 +/games/boxart/full_2479841JapanFrontccc.jpg,Growlanser,PSP,Role-Playing,Atlus,Career Soft,,,,,,,2009-05-14, +/games/boxart/full_1003619AmericaFrontccc.png,Metal Max Xeno,All,Role-Playing,NIS America,Kadokawa Games,,,,,,,2018-09-25,2021-02-08 +/games/boxart/full_5200870AmericaFrontccc.jpg,Monark,All,Role-Playing,FuRyu Corporation,Lancarse,,,,,,,2022-02-22,2021-10-21 +/games/boxart/full_186724AmericaFrontccc.jpg,Omega Labyrinth Life,All,Role-Playing,D3 Publisher,Matrix Games,,,,,,,2019-12-10,2020-10-10 +/games/boxart/full_5939192AmericaFrontccc.png,Phantasie,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1985-01-01,2021-03-25 +/games/boxart/full_1009480AmericaFrontccc.jpg,Ultima I: The First Age of Darkness,PC,Role-Playing,California Pacific,"Origin Systems, Inc.",,,,,,,1981-01-01, +/games/boxart/full_2486198AmericaFrontccc.png,Wizard's Crown,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_6205598AmericaFrontccc.jpg,Muramasa: The Demon Blade,Wii,Role-Playing,Ignition Entertainment,Vanillaware,8,,,,,,2009-09-08,2019-01-10 +/games/boxart/full_7612627AmericaFrontccc.jpg,Phantasie III: The Wrath of Nikademus,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1987-01-01,2021-03-25 +/games/boxart/full_338149AmericaFrontccc.jpg,Arc Rise Fantasia,Wii,Role-Playing,Ignition Entertainment,imageepoch Inc.,6.3,,,,,,2010-07-20, +/games/boxart/full_1176489JapanFrontccc.jpg,Shin Megami Tensei NINE,XB,Role-Playing,Atlus,Next Entertainment,,,,,,,2002-12-05, +/games/boxart/full_7553493AmericaFrontccc.png,The Dark Queen of Krynn,All,Role-Playing,Strategic Simulations,MicroMagic,,,,,,,1992-01-01,2021-03-22 +/games/boxart/full_3689142AmericaFrontccc.png,Buck Rogers: Matrix Cubed,PC,Role-Playing,Unknown,Strategic Simulations,,,,,,,,2021-03-22 +/games/boxart/full_1427580AmericaFrontccc.jpg,Questron,PC,Role-Playing,Unknown,Strategic Simulations,,,,,,,,2021-03-27 +/games/boxart/full_3211923JapanFrontccc.jpg,Valhalla Knights 2: Battle Stance,PSP,Role-Playing,Marvelous Interactive,K2,,,,,,,2009-06-25, +/games/boxart/full_4546648AmericaFrontccc.png,Forgotten Realms: Unlimited Adventures,All,Role-Playing,Strategic Simulations,MicroMagic,,,,,,,1993-03-17,2021-03-24 +/games/boxart/full_3584265AmericaFrontccc.png,Treasures of the Savage Frontier,PC,Role-Playing,Unknown,Beyond Software,,,,,,,,2021-03-22 +/games/boxart/full_2953052AmericaFrontccc.jpg,Phantasie II,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_7748261AmericaFrontccc.jpg,Akalabeth,PC,Role-Playing,California Pacific,Top of the Orchard,,,,,,,1979-01-01, +/games/boxart/full_6894031AmericaFrontccc.jpg,Criminal Girls 2: Party Favors,PSV,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2016-10-11,2018-01-15 +/games/boxart/full_dungeon-hack_561AmericaFront.jpg,Dungeon Hack,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1993-01-01, +/games/boxart/full_199304AmericaFrontccc.jpg,Dungeon Masters Assistant Volume I: Encounters,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1989-01-01,2021-03-26 +/games/boxart/full_9352974AmericaFrontccc.jpg,Neverwinter Nights: Darkness over Daggerford,All,Role-Playing,Ossian Studios,Ossian Studios,,,,,,,2006-08-16,2021-03-15 +/games/boxart/full_5076127AmericaFrontccc.png,The Eternal Dagger,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1987-01-01,2021-03-25 +/games/boxart/full_1081386AmericaFrontccc.jpg,Rings of Zilfin,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_770797AmericaFrontccc.jpg,Valhalla Knights: Eldar Saga,Wii,Role-Playing,Xseed Games,K2 / Kurogane,3.5,,,,,,2009-09-29, +/games/boxart/full_3829081AmericaFrontccc.jpg,BattleTech: The Crescent Hawk's Inception,PC,Role-Playing,Infocom,Westwood Associates,,,,,,,1988-11-01, +/games/boxart/full_9370834AmericaFrontccc.png,Shard of Spring,All,Role-Playing,Strategic Simulations,TX Digital Illusions,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_6122992AmericaFrontccc.png,Realms of Darkness,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_quarterstaff-tomb-of-setmoth_941AmericaFront.jpg,Quarterstaff: Tomb of Setmoth,PC,Role-Playing,Unknown,Simulated Environment Systems,,,,,,,1990-08-10, +/games/boxart/full_3657501AmericaFrontccc.jpg,DragonQuest,All,Role-Playing,Enix,Simulations Publications,,,,,,,1986-05-27,2021-04-06 +/games/boxart/full_7890779AmericaFrontccc.jpg,Apventure to Atlantis,OSX,Role-Playing,Unknown,Synergistic Software,,,,,,,,2021-04-06 +/games/boxart/full_5334600AmericaFrontccc.jpg,Swordsman Online,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2015-01-01, +/games/boxart/default.jpg,.hack//fragment,PC,Role-Playing,Namco Bandai,CyberConnect2 / ArtDink,,,,,,,2005-11-01, +/games/boxart/full_5095091AmericaFrontccc.jpg,.hack//G.U. Last Recode,PC,Role-Playing,Namco Bandai Games,CyberConnect2,,,,,,,2018-01-01,2018-06-10 +/games/boxart/default.jpg,100 Years' War,PC,Role-Playing,Unknown,Internet Gaming Gate,,,,,,,, +/games/boxart/full_4995894JapanFrontccc.jpg,3-Nen B-Gumi Kinpachi Sensei: Densetsu no Kyoudan ni Tate!,PS2,Role-Playing,ChunSoft,ChunSoft,,,,,,,2004-06-24, +/games/boxart/full_7th-dragon-2020_263JapanFront.jpg,7th Dragon 2020,PSN,Role-Playing,Sega,Image Epoch,,,,,,,2011-11-23, +/games/boxart/full_1995843AmericaFrontccc.png,9Dragons,PC,Role-Playing,Acclaim Entertainment,Indy21,,,,,,,2007-05-09, +/games/boxart/full_a-farewell-to-dragons_331PALFront.jpg,A Farewell to Dragons,PC,Role-Playing,1C Company,Arise / KranX Productions,,,,,,,2009-11-11, +/games/boxart/full_a-pimp-rpg_113AmericaFront.jpg,A Pimp RPG,XBL,Role-Playing,Microsoft,HobbiSoft,,,,,,,2011-09-16, +/games/boxart/full_6204712AmericaFrontccc.jpg,A Wizard's Lizard,OSX,Role-Playing,"Lost Decade Games, LLC","Lost Decade Games, LLC",,,,,,,2014-06-16, +/games/boxart/full_7963701AmericaFrontccc.jpg,A Wizard's Lizard,Linux,Role-Playing,"Lost Decade Games, LLC","Lost Decade Games, LLC",,,,,,,2014-06-16, +/games/boxart/full_7110834AmericaFrontccc.jpg,A Wizard's Lizard,PC,Role-Playing,"Lost Decade Games, LLC","Lost Decade Games, LLC",,,,,,,2014-06-16, +/games/boxart/9453846ccc.jpg,A.I.M.,PC,Role-Playing,1C Company,SkyRiver Studios,,,,,,,2004-01-01, +/games/boxart/full_aim-2_825PALFront.jpg,A.I.M. 2: Clan Wars,PC,Role-Playing,1C Company,SkyRiver Studios,,,,,,,2008-03-20, +/games/boxart/7706535ccc.jpg,Abandoned Places: A Time for Heroes,PC,Role-Playing,Unknown,Art,,,,,,,1992-01-01, +/games/boxart/full_5093775JapanFrontccc.jpg,Absolute: Blazing Infinity,X360,Role-Playing,Idea Factory,Neverland,,,,,,,2007-03-29, +/games/boxart/full_6922127JapanFrontccc.jpg,Absolute: Blazing Infinity,XBL,Role-Playing,Idea Factory,Neverland,,,,,,,2009-12-22, +/games/boxart/full_6746440AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Eye of the Beholder,SCD,Role-Playing,Sega,"FCI, Inc.",,,,,,,1994-06-29, +/games/boxart/full_9256549AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Hillsfar,NES,Role-Playing,FCI,Strategic Simulations,,,,,,,1993-02-01, +/games/boxart/full_4372964AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Curse of the Azure Bonds,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1989-01-01, +/games/boxart/full_5943623JapanFrontccc.jpg,Advanced Dungeons & Dragons: Dragons of Flame,NES,Role-Playing,Pony Canyon,Atelier Double,,,,,,,1992-02-21, +/games/boxart/full_6747227AmericaFrontccc.jpg,Advanced Dungeons & Dragons: DragonStrike,NES,Role-Playing,FCI,Westwood Studios,,,,,,,1992-07-01, +/games/boxart/4414932ccc.jpg,Advanced Dungeons & Dragons: Eye of the Beholder,SNES,Role-Playing,Capcom,Capcom,,,,,,,1994-01-01, +/games/boxart/full_9706409AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Heroes of the Lance,NES,Role-Playing,FCI,"Strategic Simulations, Inc.",,,,,,,1991-01-01, +/games/boxart/full_advanced-dungeons-ampamp-dragons-heroes-of-the-lance_0PALFront.jpg,Advanced Dungeons & Dragons: Heroes of the Lance,MS,Role-Playing,U.S. Gold,Tiertex Design Studios,,,,,,,1991-01-01, +/games/boxart/full_2517020AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Hillsfar,PC,Role-Playing,SSI,Westwood Studios,,,,,,,1989-01-01, +/games/boxart/full_6547012AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Pool of Radiance,NES,Role-Playing,FCI,Marionette,,,,,,,1992-04-01, +/games/boxart/full_1374243AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Pool of Radiance,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1988-12-01, +/games/boxart/7103522ccc.jpg,Advanced Dungeons & Dragons: Slayer,3DO,Role-Playing,SSI,"Lion Entertainment, Inc.",,,,,,,1994-01-01, +/games/boxart/full_9569053AmericaFrontccc.jpg,Adventure in Serenia,PC,Role-Playing,IBM,On-Line Systems,,,,,,,1982-01-01, +/games/boxart/default.jpg,Adventures of Mana,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,2016-02-04, +/games/boxart/default.jpg,Adventures of Mana,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-02-04, +/games/boxart/full_adventures-to-go_7AmericaFront.jpg,Adventures to Go!,PSN,Role-Playing,Natsume,Global A Entertainment,,,,,,,2010-03-25, +/games/boxart/full_74050AmericaFrontccc.png,Aedis Eclipse: Generation of Chaos,PSN,Role-Playing,NIS America,Neverland Company,5.9,,,,,,2009-12-22, +/games/boxart/full_3088399PALFrontccc.jpg,AereA,PC,Role-Playing,Soedesco,Triangle Studios,,,,,,,2017-07-28,2018-08-01 +/games/boxart/full_9884159AmericaFrontccc.jpg,AereA,XOne,Role-Playing,Soedesco,Triangle Studios,,,,,,,2017-07-28,2018-08-01 +/games/boxart/full_3148056JapanFrontccc.jpg,After Armageddon Gaiden: Majuu Toushouden Eclipse,SCD,Role-Playing,Sega,Micro Design,,,,,,,1994-11-11, +/games/boxart/default.jpg,Age of Conan: Hyborian Adventures,X360,Role-Playing,Unknown,Funcom,,,,,,,, +/games/boxart/default.jpg,Age of Wulin - Legend of the Nine Scrolls,PC,Role-Playing,Unknown,Snail Game,,,,,,,, +/games/boxart/full_ahrimans-prophecy_475AmericaFront.jpg,Ahriman's Prophecy,PC,Role-Playing,Unknown,Amaranth Games,,,,,,,2005-12-05, +/games/boxart/default.jpg,Aion: Assault on Balaurea,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2010-09-10, +/games/boxart/full_5763137JapanFrontccc.jpg,Aisle Lord,SCD,Role-Playing,Wolf Team,Wolf Team,,,,,,,1992-05-29, +/games/boxart/full_5466711AmericaFrontccc.jpg,Akaneiro: Demon Hunters,PC,Role-Playing,Spicy Horse,Spicy Horse,,,,,,,2013-01-31, +/games/boxart/full_akazukin-cha-cha_9JapanFront.jpg,Akazukin ChaCha,GB,Role-Playing,Tomy Corporation,Tomy Corporation,,,,,,,1995-04-28, +/games/boxart/full_7569335AmericaFrontccc.jpg,Akuma: Demon Spawn,PC,Role-Playing,JC Research,JC Research,,,,,,,1999-10-19, +/games/boxart/full_al-qadim-the-genies-curse_560AmericaFront.jpg,Al-Qadim: The Genie's Curse,PC,Role-Playing,SSI,Stormfront Studios,,,,,,,1994-01-01, +/games/boxart/full_albert-odyssey_2JapanFront.jpg,Albert Odyssey,VC,Role-Playing,Unknown,SunSoft,,,,,,,, +/games/boxart/full_9095656JapanFrontccc.jpg,Albert Odyssey,SNES,Role-Playing,Sunsoft,SunSoft,,,,,,,1993-03-05, +/games/boxart/full_5073434JapanFrontccc.jpg,Albert Odyssey 2: Jashin no Taidou,SNES,Role-Playing,Sunsoft,SunSoft,,,,,,,1994-12-22, +/games/boxart/5062777ccc.jpg,Albert Odyssey: Legend of Eldean,SAT,Role-Playing,Working Designs,SunSoft,7,,,,,,1997-07-31, +/games/boxart/3129305ccc.jpg,Albion,PC,Role-Playing,Blue Byte,Blue Byte Software GmbH,,,,,,,1996-08-31, +/games/boxart/full_3953517JapanFrontccc.jpg,Alcahest,SNES,Role-Playing,Square,HAL Laboratory,,,,,,,1993-12-17, +/games/boxart/full_alganon_704AmericaFront.jpg,Alganon,PC,Role-Playing,Unknown,Quest Online,,,,,,,2010-03-01, +/games/boxart/full_alien-breed-2-assault_805AmericaFront.jpg,Alien Breed 2: Assault,PSN,Role-Playing,Team17 Software,Team17 Software,,,,,,,2010-12-07, +/games/boxart/full_alien-fires-2199-ad_967AmericaFront.jpg,Alien Fires: 2199 AD,PC,Role-Playing,Unknown,Jagware,,,,,,,, +/games/boxart/full_1209452AmericaFrontccc.png,Alien Syndrome,PSN,Role-Playing,Sega,Totally Games,4.9,,,,,,2009-09-30, +/games/boxart/default.jpg,All Points Bulletin,X360,Role-Playing,Unknown,Realtime Worlds,,,,,,,, +/games/boxart/default.jpg,All Points Bulletin,PS3,Role-Playing,Unknown,Realtime Worlds,,,,,,,, +/games/boxart/default.jpg,Allods Online,PC,Role-Playing,Unknown,Astrum Nival,6,,,,,,, +/games/boxart/full_5301982JapanFrontccc.jpg,Alnam no Tsubasa: Shouchiri no Sora no Achira e,PS,Role-Playing,Right Stuff,Right Stuff,,,,,,,1997-12-25, +/games/boxart/full_9846984JapanFrontccc.jpg,Alshark,SCD,Role-Playing,Unknown,Popcorn,,,,,,,1993-11-26, +/games/boxart/full_alternate-reality-the-city_870AmericaFront.jpg,Alternate Reality: The City,PC,Role-Playing,Unknown,Paradise Programming,,,,,,,1986-01-01, +/games/boxart/full_altis-gates_402AmericaFront.jpg,Altis Gates,PC,Role-Playing,IGG,IGG.com,,,,,,,2010-02-01, +/games/boxart/full_alundra_2AmericaFront.jpg,Alundra,PSN,Role-Playing,Sony Computer Entertainment,Matrix Software,,,,,,,2010-10-12, +/games/boxart/default.jpg,Amphibian Man,PS3,Role-Playing,Unknown,KDV Games,,,,,,,2020-12-31, +/games/boxart/full_7326099AmericaFrontccc.jpg,An Elder Scrolls Legend: Battlespire,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,6.7,,,,,,1997-11-30, +/games/boxart/full_3193385AmericaFrontccc.jpg,Anarchy Online,PC,Role-Playing,Funcom,Funcom,,,,,,,2001-01-26, +/games/boxart/full_3081011AmericaFrontccc.jpg,Anarchy Online: Alien Invasion,PC,Role-Playing,Funcom,Funcom,,,,,,,2004-08-31, +/games/boxart/full_anarchy-online-lost-eden_3AmericaFront.jpg,Anarchy Online: Lost Eden,PC,Role-Playing,Funcom,Funcom,,,,,,,2006-12-14, +/games/boxart/full_8199024AmericaFrontccc.jpg,Anarchy Online: Shadowlands,PC,Role-Playing,Funcom,Funcom,,,,,,,2003-09-08, +/games/boxart/full_1791562AmericaFrontccc.jpg,Anarchy Online: The Notum Wars,PC,Role-Playing,Funcom,Funcom,,,,,,,2002-11-23, +/games/boxart/2152132ccc.png,Ancient Domains of Mystery,PC,Role-Playing,Unknown,Thomas Biskup,,,,,,,1994-01-01, +/games/boxart/full_2194449AmericaFrontccc.jpg,Ancient Land of Ys,PC,Role-Playing,Broderbund,Unlimited Software Inc.,,,,,,,1989-01-01, +/games/boxart/full_1422404JapanFrontccc.jpg,Ancient Roman: Power of Dark Side,PS,Role-Playing,Nihon System,Nihon Systems,,,,,,,1998-04-23, +/games/boxart/default.jpg,Angband,PC,Role-Playing,Unknown,Andrew Sidwell,,,,,,,1996-08-06, +/games/boxart/default.jpg,Angel Senki,PS3,Role-Playing,Q Entertainment,Q Entertainment,,,,,,,2011-07-07, +/games/boxart/default.jpg,Angel Senki,PSN,Role-Playing,Q Entertainment,Q Entertainment,,,,,,,2009-09-16, +/games/boxart/full_6228517JapanFrontccc.jpg,Angel's Feather,PS2,Role-Playing,KID,KID Corporation,,,,,,,2004-03-11, +/games/boxart/full_9995684JapanFrontccc.jpg,Angel's Feather,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2003-04-25, +/games/boxart/full_8292350JapanFrontccc.jpg,Angel's Feather: Kohaku no Hitomi,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2005-07-29, +/games/boxart/full_617049JapanFrontccc.jpg,Angel's Feather: Kuro no Zanei,PS2,Role-Playing,GN Software,GN Software,,,,,,,2005-06-30, +/games/boxart/full_6880396JapanFrontccc.jpg,Angelique Duet,DS,Role-Playing,KOEI,Koei,,,,,,,2006-04-06, +/games/boxart/full_1938731JapanFrontccc.jpg,Angelique Tenkuu no Requiem,PS,Role-Playing,KOEI,Koei,,,,,,,1999-02-04, +/games/boxart/full_6896751JapanFrontccc.jpg,Angelique Tenkuu no Requiem,PCFX,Role-Playing,KOEI,Koei,,,,,,,1998-04-02, +/games/boxart/full_angels-online_41AmericaFront.jpg,Angels Online,PC,Role-Playing,IGG,UserJoy Technology,,,,,,,2007-01-01, +/games/boxart/full_9781874JapanFrontccc.jpg,Animal Breeder 3,GB,Role-Playing,J-Wing,J-Wing,,,,,,,1999-06-24, +/games/boxart/full_64956JapanFrontccc.jpg,Animal Breeder 4,GB,Role-Playing,J-Wing,J-Wing,,,,,,,2001-01-01, +/games/boxart/full_6683888JapanFrontccc.jpg,Animastar,DC,Role-Playing,Aki Corp.,Aki Corporation,,,,,,,2000-06-15, +/games/boxart/full_animastar-gb_754JapanFront.jpg,Animastar GB,GB,Role-Playing,Media Factory,Aki Corporation,,,,,,,2001-03-30, +/games/boxart/full_anonymous-notes-chapter-1-from-the-abyss_715AmericaFront.jpg,Anonymous Notes Chapter 1: From the Abyss,DSiW,Role-Playing,Sonic Powered,Sonic Powered,,,,,,,2011-04-04, +/games/boxart/full_anonymous-notes-chapter-2-from-the-abyss_46AmericaFront.jpg,Anonymous Notes Chapter 2: From the Abyss,DSiW,Role-Playing,Sonic Powered,Sonic Powered,,,,,,,2011-05-02, +/games/boxart/full_5707210JapanFrontccc.jpg,Another Bible,GB,Role-Playing,Atlus,Atlus Co.,,,,,,,1995-03-03, +/games/boxart/full_1457170PALFrontccc.jpg,Anthem,XOne,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2019-02-22,2018-06-10 +/games/boxart/full_7915472PALFrontccc.jpg,Anthem,PS4,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2019-02-22,2018-06-10 +/games/boxart/full_6989381PALFrontccc.jpg,Anthem,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2019-02-22,2018-06-10 +/games/boxart/full_2466488AmericaFrontccc.jpg,Antiquia Lost,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2016-08-04,2018-08-18 +/games/boxart/full_3734773AmericaFrontccc.jpg,Anvil of Dawn,PC,Role-Playing,New World Computing,DreamForge,,,,,,,1995-10-31, +/games/boxart/full_ape-quest_1AmericaFront.jpg,Ape Quest,PSN,Role-Playing,Sony Computer Entertainment,Shift,7,,,,,,2008-01-10, +/games/boxart/default.jpg,Aphelion,XBL,Role-Playing,Unknown,lunatic studios,,,,,,,, +/games/boxart/default.jpg,Aphelion 2,XBL,Role-Playing,Unknown,lunatic studios,,,,,,,, +/games/boxart/full_aphelion-episode-one-graves-of-earth_801AmericaFront.jpg,Aphelion Episode One: Graves of Earth,XBL,Role-Playing,Microsoft,lunatic studios,,,,,,,2010-07-08, +/games/boxart/full_aphelion-episode-two-wings-of-omega_676AmericaFront.jpg,Aphelion Episode Two: Wings of Omega,XBL,Role-Playing,Microsoft,lunatic studios,,,,,,,2010-12-19, +/games/boxart/full_267710JapanFrontccc.jpg,Apocalypse: Desire Next,X360,Role-Playing,Idea Factory,Neverland,,,,,,,2007-11-29, +/games/boxart/full_arc-the-lad_5AmericaFront.jpg,Arc the Lad,PSN,Role-Playing,Sony Computer Entertainment,G-Craft,,,,,,,2010-10-12, +/games/boxart/full_1891576AmericaFrontccc.jpg,Arc the Lad Collection,PS,Role-Playing,Working Designs,ARC Entertainment,,,,,,,2002-04-18, +/games/boxart/full_arc-the-lad-ii_681AmericaFront.jpg,Arc the Lad II,PSN,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,,,,,,2010-11-23, +/games/boxart/full_arc-the-lad-iii_938AmericaFront.jpg,Arc the Lad III,PSN,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,,,,,,2011-01-04, +/games/boxart/full_5759860JapanFrontccc.jpg,Arc the Lad: Kijin Fukkatsu,WS,Role-Playing,Bandai,Bandai,,,,,,,2002-07-04, +/games/boxart/2584452ccc.jpg,Arcana,SNES,Role-Playing,HAL Laboratory,HAL Laboratory,,,,,,,1992-05-01, +/games/boxart/full_3016834AmericaFrontccc.jpg,Archangel,PC,Role-Playing,Fishtank Interactive,Metropolis Software,,,,,,,2002-11-19, +/games/boxart/full_archlord_643AmericaFront.jpg,ArchLord,PC,Role-Playing,Codemasters,nhm Games,,,,,,,2006-10-03, +/games/boxart/default.jpg,Archlord 2,PC,Role-Playing,Webzen,Webzen,,,,,,,2015-01-01, +/games/boxart/full_66668JapanFrontccc.jpg,Arcus 1-2-3,SCD,Role-Playing,Wolf Team,Wolf Team,,,,,,,1993-07-23, +/games/boxart/full_arcus-odyssey_889AmericaFront.jpg,Arcus Odyssey,GEN,Role-Playing,Renovation,Wolf Team,,,,,,,1991-01-01, +/games/boxart/full_arcus-odyssey_457AmericaFront.jpg,Arcus Odyssey,SNES,Role-Playing,Unknown,Wolf Team,,,,,,,, +/games/boxart/full_aretha_2JapanFront.jpg,Aretha,GB,Role-Playing,Yanoman,Yanoman,,,,,,,1990-11-16, +/games/boxart/full_aretha_7JapanFront.jpg,Aretha,SNES,Role-Playing,Yanoman,Yanoman,,,,,,,1993-11-26, +/games/boxart/full_aretha-ii_3JapanFront.jpg,Aretha II,GB,Role-Playing,Yanoman,Yanoman,,,,,,,1991-09-27, +/games/boxart/full_aretha-ii-ariel-no-fushigi-na-tabi_10JapanFront.jpg,Aretha II: Ariel no Fushigi na Tabi,SNES,Role-Playing,Yanoman,Japan Art Media (JAM),,,,,,,1994-12-02, +/games/boxart/full_aretha-iii_5JapanFront.jpg,Aretha III,GB,Role-Playing,Yanoman,Yanoman,,,,,,,1992-10-16, +/games/boxart/full_7936501JapanFrontccc.jpg,Arle no Bouken: Mahou no Jewel,GB,Role-Playing,Compile,Compile,,,,,,,2000-03-31, +/games/boxart/full_arms-heart_4JapanFront.jpg,Arms' Heart,PSP,Role-Playing,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, +/games/boxart/full_arms-heart_384JapanFront.jpg,Arms' Heart,PSN,Role-Playing,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, +/games/boxart/full_arubarea-no-otome_682JapanFront.jpg,Arubarea no Otome: Uruwashi no Seishikitachi,PSN,Role-Playing,Sony Computer Entertainment,NCS,,,,,,,2009-05-13, +/games/boxart/full_5363630JapanFrontccc.jpg,Arubarea no Otome: Uruwashi no Seishikitachi,PS,Role-Playing,NCS,NCS,,,,,,,1998-10-08, +/games/boxart/full_9821394AmericaFrontccc.png,Ascend: Hand of Kul,X360,Role-Playing,Signal Studios,Signal Studios,,,,,,,2013-09-25,2018-01-06 +/games/boxart/default.jpg,Asda 2,PC,Role-Playing,Unknown,MaxOn Soft,,,,,,,, +/games/boxart/full_asda-story_579AmericaFront.jpg,Asda Story,PC,Role-Playing,Unknown,MaxOn Soft,,,,,,,2008-08-05, +/games/boxart/5172454ccc.jpg,Asheron's Call,PC,Role-Playing,Microsoft,Turbine Inc.,,,,,,,1999-10-31, +/games/boxart/full_7852155AmericaFrontccc.jpg,Asheron's Call 2: Fallen Kings,PC,Role-Playing,Microsoft Game Studios,Turbine Inc.,,,,,,,2002-11-20,2018-11-14 +/games/boxart/1271248ccc.jpg,Asheron's Call 2: Legions,PC,Role-Playing,Turbine Inc.,Turbine Inc.,,,,,,,2005-05-04, +/games/boxart/2074175ccc.jpg,Asheron's Call Dark Majesty,PC,Role-Playing,Microsoft,Turbine Inc.,,,,,,,2001-11-04, +/games/boxart/4141041ccc.jpg,Asheron's Call: Throne of Destiny,PC,Role-Playing,Turbine Inc.,Turbine Inc.,,,,,,,2005-07-18, +/games/boxart/full_137461PALFrontccc.png,Astonishia Story,PSN,Role-Playing,Ubisoft,Sonnori,4.8,,,,,,2010-01-07, +/games/boxart/default.jpg,Astonishia Story,PC,Role-Playing,Unknown,Sonnori,,,,,,,1994-07-01, +/games/boxart/default.jpg,Astonishia Story: Forgotten Saga,PC,Role-Playing,Unknown,Phantagram,,,,,,,1997-11-01, +/games/boxart/full_7689756JapanFrontccc.jpg,Asuncia: Matsue no Jubaku,PS,Role-Playing,Xing Entertainment,Xing Entertainment,,,,,,,1997-11-27, +/games/boxart/full_5673787PALFrontccc.jpg,Aura 2,PC,Role-Playing,Unknown,JoWooD Entertainment,,,,,,,, +/games/boxart/full_4015154JapanFrontccc.jpg,Aura Battler Dunbine,PS,Role-Playing,Bandai,Bandai,,,,,,,2000-03-04, +/games/boxart/full_aurora-blade_954AmericaFront.jpg,Aurora Blade,PC,Role-Playing,IGG,Aurora Blade Inc.,,,,,,,2009-12-10, +/games/boxart/full_1112399JapanFrontccc.jpg,Aurora Quest: Otaku no Seiza in Another World,PCE,Role-Playing,Pack-In-Video,Pack-In-Video,,,,,,,1993-12-10, +/games/boxart/full_6974561AmericaFrontccc.jpg,Auto Assault,PC,Role-Playing,NCSoft,NetDevil,,,,,,,2006-04-13, +/games/boxart/full_2251163AmericaFrontccc.jpg,Auto Duel,PC,Role-Playing,Origin Systems,MicroMagic,,,,,,,1985-01-01, +/games/boxart/full_autoduel_150AmericaFront.jpg,Autoduel,PC,Role-Playing,Origin Systems,MicroMagic,,,,,,,1985-01-01, +/games/boxart/full_avalis-dungeon_254AmericaFront.jpg,Avalis Dungeon,XBL,Role-Playing,Microsoft,Team Shuriken,,,,,,,2011-02-21, +/games/boxart/full_avalis-dungeon-2_546AmericaFront.jpg,Avalis Dungeon 2,XBL,Role-Playing,Microsoft,Team Shuriken,,,,,,,2011-09-13, +/games/boxart/full_avatar-adventurers-online_433AmericaFront.jpg,Avatar Adventurers Online,XBL,Role-Playing,Microsoft,Squarebananas,,,,,,,2011-02-13, +/games/boxart/full_avatar-fantasy-rpg_404AmericaFront.jpg,Avatar Fantasy RPG,XBL,Role-Playing,Microsoft,AwesomeGamesStudio,,,,,,,2011-06-01, +/games/boxart/full_avatar-legends_756AmericaFront.jpg,Avatar Legends,XBL,Role-Playing,Microsoft,Barkers Crest,,,,,,,2011-05-26, +/games/boxart/full_9013102PALFrontccc.jpg,Avencast: Rise of the Mage,PC,Role-Playing,Lighthouse Interactive,ClockStoneSoftware,7.3,,,,,,2007-11-08, +/games/boxart/default.jpg,Avernum,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2000-01-01, +/games/boxart/default.jpg,Avernum 2,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2001-01-01, +/games/boxart/default.jpg,Avernum 3,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2002-01-01, +/games/boxart/default.jpg,Avernum 4,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2006-03-02, +/games/boxart/default.jpg,Avernum 5,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2008-02-18, +/games/boxart/default.jpg,Avernum 6,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2010-02-26, +/games/boxart/full_1008838AmericaFrontccc.jpg,Azure Dreams,GB,Role-Playing,Konami,KCE Nagoya,,,,,,,1999-01-01, +/games/boxart/full_b-daman-baku-gaiden-v-final-mega-tune_10JapanFront.jpg,B-Daman Baku Gaiden V: Final Mega Tune,GB,Role-Playing,Media Factory,Media Factory,,,,,,,2000-02-04, +/games/boxart/full_b-daman-baku-gaiden-victory-e-no-michi_974JapanFront.jpg,B-Daman Baku Gaiden: Victory e no Michi,GB,Role-Playing,Media Factory,Media Factory,,,,,,,1999-01-29, +/games/boxart/7493412ccc.jpg,Back to Stone,GBA,Role-Playing,O~3 Entertainment,Hidden Floor,5.5,,,,,,2006-12-15, +/games/boxart/full_bad-blood_380AmericaFront.jpg,Bad Blood,PC,Role-Playing,Origin Systems,Origin,,,,,,,1990-01-01, +/games/boxart/full_142629JapanFrontccc.png,Bahamut Lagoon,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2009-09-29, +/games/boxart/full_bakutsu-retrieve-master_139JapanFront.jpg,Bakuchou Retrieve Master,GB,Role-Playing,Konami,Konami,,,,,,,1998-10-15, +/games/boxart/full_3379396JapanFrontccc.jpg,Bakukyuu Renpatsu!! Super B-Daman Gekitan! Rising Valkyrie!,GB,Role-Playing,Takara,Alpha Unit,,,,,,,2000-03-24, +/games/boxart/full_bakumatsu-korinden-oni_189JapanFront.jpg,Bakumatsu Korinden Oni,SNES,Role-Playing,Banpresto,Pandora Box,,,,,,,1996-02-02, +/games/boxart/full_bakumatsu-ishinden-revolution_770JapanFront.jpg,Bakumatsu Revolution,PSN,Role-Playing,Acquire,Acquire,,,,,,,2010-06-25, +/games/boxart/full_8993341AmericaFrontccc.jpg,Baldur's Gate II: The Collection,PC,Role-Playing,Interplay,Interplay,,,,,,,2003-08-01, +/games/boxart/full_2156800PALFrontccc.jpg,Baldur's Gate: 4 in 1 Boxset,PC,Role-Playing,Atari,BioWare Corporation,,,,,,,2006-06-08, +/games/boxart/default.jpg,Balrog Sampler,PC,Role-Playing,Unknown,Chameleon Software,,,,,,,, +/games/boxart/full_barcode-taisen-bardigun_916JapanFront.jpg,Barcode Taisen Bardigun,GB,Role-Playing,Tamsoft,GRC,,,,,,,1998-12-11, +/games/boxart/full_1066837JapanFrontccc.jpg,Bardysh,PS,Role-Playing,Imadio,Imadio,,,,,,,1999-07-22, +/games/boxart/full_1558215JapanFrontccc.jpg,Baroque,PS,Role-Playing,Sting,Sting,,,,,,,1999-10-28, +/games/boxart/full_8723744JapanFrontccc.jpg,Baroque,SAT,Role-Playing,Sting,Sting,,,,,,,1998-05-21, +/games/boxart/full_4454346JapanFrontccc.jpg,Baroque Syndrome,PS,Role-Playing,Sting,Sting,,,,,,,2000-07-27, +/games/boxart/full_bastion_256AmericaFront.png,Bastion,XBL,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,9,,,,,,2011-07-20, +/games/boxart/default.jpg,Baten Kaitos Origins,DS,Role-Playing,Unknown,Namco Bandai Games,,,,,,,, +/games/boxart/full_8451815JapanFrontccc.jpg,Battle Konchuuden,PS,Role-Playing,Jaleco,Jaleco,,,,,,,1999-01-21, +/games/boxart/full_8854145PALFrontccc.jpg,Battle Mages: Sign of Darkness,PC,Role-Playing,Buka Entertainment,Targem Games,,,,,,,2006-04-13,2018-07-19 +/games/boxart/7593878ccc.jpg,Battle Master,GEN,Role-Playing,Arena Entertainment,Mirrorsoft,,,,,,,1991-01-01, +/games/boxart/default.jpg,BattleKnight,PC,Role-Playing,Unknown,Gameforge Productions GmbH,,,,,,,, +/games/boxart/default.jpg,Battlestar Galactica Online,PC,Role-Playing,Unknown,Artplant,,,,,,,2011-02-08, +/games/boxart/full_5774520AmericaFrontccc.jpg,BattleTech: The Crescent Hawks' Revenge,PC,Role-Playing,Infocom,Westwood Associates,,,,,,,1990-01-01, +/games/boxart/full_4845032JapanFrontccc.jpg,Bealphareth,PS,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2000-09-28, +/games/boxart/2751411ccc.jpg,Beggar Prince,GEN,Role-Playing,Super Fighter Team,C&E Inc.,,,,,,,1996-05-22, +/games/boxart/full_benkei-gaiden_16JapanFront.jpg,Benkei Gaiden,PSN,Role-Playing,Hudson Soft,SunSoft,,,,,,,2010-12-15, +/games/boxart/full_benkei-gaiden_8JapanFront.jpg,Benkei Gaiden,PCE,Role-Playing,Sunsoft,SunSoft,,,,,,,1989-12-22, +/games/boxart/full_benkei-gaiden_5JapanFront.jpg,Benkei Gaiden,VC,Role-Playing,Sunsoft,SunSoft,,,,,,,2007-04-17, +/games/boxart/full_benkei-gaiden-suna-no-shou_41JapanFront.jpg,Benkei Gaiden: Suna no Shou,SNES,Role-Playing,Sunsoft,SunSoft,,,,,,,1992-12-11, +/games/boxart/full_betrayal-at-krondor_771AmericaFront.jpg,Betrayal at Krondor,PC,Role-Playing,Sierra Entertainment,Dynamix,,,,,,,1993-06-22, +/games/boxart/full_betrayal-in-antara_96AmericaFront.jpg,Betrayal in Antara,PC,Role-Playing,Sierra Entertainment,Sierra Entertainment,,,,,,,1997-07-31, +/games/boxart/5503771ccc.jpg,Beyond Oasis,VC,Role-Playing,Sega,Sega,,,,,,,2007-03-19, +/games/boxart/full_3334932AmericaFrontccc.jpg,Beyond Oasis,VC,Role-Playing,Sega,Ancient,7.8,,,,,,2007-03-19, +/games/boxart/full_8823377JapanFrontccc.jpg,Bikkuri! Dokkiri! Mahou no Pen,DS,Role-Playing,Unknown,Global A Entertainment,,,,,,,, +/games/boxart/full_bikkuriman-2000-charging-card-gb_495JapanFront.jpg,BikkuriMan 2000 Charging Card GB,GB,Role-Playing,Imagineer,Imagineer,,,,,,,2000-06-10, +/games/boxart/full_bikkuriman-world_9JapanFront.jpg,BikkuriMan World: Gekitou Sei Senshi,NES,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-07-27, +/games/boxart/full_8383595PALFrontccc.jpg,Biomutant,PC,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2019-03-31,2021-08-18 +/games/boxart/full_6590692AmericaFrontccc.jpg,Biomutant,PS4,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2019-03-31,2021-08-18 +/games/boxart/full_8417296AmericaFrontccc.jpg,Biomutant,XOne,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2019-03-31,2021-08-18 +/games/boxart/full_7954290AmericaFrontccc.jpg,BioShock & The Elder Scrolls IV: Oblivion Bundle,X360,Role-Playing,Take-Two Interactive,2K Games / Bethesda Softworks,,,,,,,2009-07-07, +/games/boxart/full_331583AmericaFrontccc.jpg,BioShock & The Elder Scrolls IV: Oblivion Bundle,PC,Role-Playing,Take-Two Interactive,2K Games / Bethesda Softworks,,,,,,,2009-07-07, +/games/boxart/full_4011874JapanFrontccc.jpg,Bishoujo Senshi Sailormoon: Another Story,SNES,Role-Playing,Angel Studios,Angel Studios,,,,,,,1995-09-22, +/games/boxart/full_blackstone-part-one_549AmericaFront.jpg,Blackstone - Part One,XBL,Role-Playing,Microsoft,Battenberg Software,,,,,,,2011-07-13, +/games/boxart/default.jpg,Blade & Soul,PC,Role-Playing,Unknown,Team Bloodlust,,,,,,,, +/games/boxart/full_3773697JapanFrontccc.jpg,Blade Arts: Tasogare no Miyako R'lyeh,PS,Role-Playing,Enix,Enix Corporation,,,,,,,2000-09-28, +/games/boxart/full_7214629AmericaFrontccc.png,Blade Dancer: Lineage of Light,PSN,Role-Playing,NIS America,Hit Maker,,,,,,,2009-09-30, +/games/boxart/default.jpg,Blades of Avernum,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2004-06-09, +/games/boxart/full_4686820JapanFrontccc.jpg,Blaze & Blade Busters,PS,Role-Playing,T&E Soft,Tikipod,,,,,,,1998-09-23, +/games/boxart/full_6124642AmericaFrontccc.jpg,Blaze & Blade: Eternal Quest,PC,Role-Playing,SouthPeak Interactive,Tikipod,,,,,,,2000-01-31, +/games/boxart/full_1257598PALFrontccc.jpg,Blaze & Blade: Eternal Quest,PS,Role-Playing,FunSoft,Tikipod,,,,,,,1998-06-01, +/games/boxart/full_blaze-union-story-to-reach-the-future_7JapanFront.jpg,Blaze Union: Story to Reach the Future,PSN,Role-Playing,Sting,Sting,,,,,,,2010-05-27, +/games/boxart/full_blazing-souls-accelerate_9AmericaFront.jpg,Blazing Souls: Accelerate,PSN,Role-Playing,Aksys Games,Neverland Company,,,,,,,2010-10-19, +/games/boxart/full_8622442JapanFrontccc.jpg,Blend X Brand,PS,Role-Playing,Tonkin House,Tonkin House,,,,,,,2000-06-29, +/games/boxart/full_7171474AmericaFrontccc.png,Blood Omen: Legacy of Kain,PSN,Role-Playing,Sony Computer Entertainment,Silicon Knights,,,,,,,2009-09-10, +/games/boxart/8520412ccc.jpg,Blood Omen: Legacy of Kain,PC,Role-Playing,Activision,Silicon Knights,,,,,,,1997-08-31, +/games/boxart/full_5195217AmericaFrontccc.png,Bloody Vampire,3DS,Role-Playing,Agetec,SilverStar,,,,,,,2013-01-31, +/games/boxart/full_bloodycheckers_617AmericaFront.jpg,BloodyCheckers,XBL,Role-Playing,Microsoft,kerry,,,,,,,2011-06-20, +/games/boxart/full_blue-almanac_632JapanFront.jpg,Blue Almanac,GEN,Role-Playing,Unknown,Hot B,,,,,,,2020-12-31, +/games/boxart/default.jpg,Blue Angelo: Angels from the Shrine,GBA,Role-Playing,Shibuya Interactive,Virtual Spaghetti,,,,,,,2005-02-02, +/games/boxart/full_274879JapanFrontccc.jpg,Blue Breaker,SAT,Role-Playing,Human Entertainment,Human Club,,,,,,,1997-11-27, +/games/boxart/full_7834226JapanFrontccc.jpg,Blue Breaker Burst: Bishou o Anata to,PS,Role-Playing,Human Entertainment,HuneX,,,,,,,1998-07-23, +/games/boxart/full_5630272JapanFrontccc.jpg,Blue Breaker Burst: Egao no Asuni,PS,Role-Playing,Human Entertainment,HuneX,,,,,,,1998-10-09, +/games/boxart/full_4764659JapanFrontccc.jpg,Blue Breaker: Egao no Yakusoku,PS,Role-Playing,Human Entertainment,Human Club,,,,,,,1997-12-25, +/games/boxart/full_7682246JapanFrontccc.jpg,Blue Forest Story: Kaze no Fuuin,PS,Role-Playing,Right Stuff,Right Stuff,,,,,,,1996-12-06, +/games/boxart/full_blue-forest-monogatari_9JapanFront.jpg,Blue Forest Story: Kaze no Fuuin,3DO,Role-Playing,Right Stuff,Right Stuff,,,,,,,1996-04-26, +/games/boxart/full_blue-wing-blitz_7JapanFront.jpg,Blue Wing Blitz,WS,Role-Playing,Square,SquareSoft,,,,,,,2001-07-05, +/games/boxart/full_2487954JapanFrontccc.jpg,Boboboubo Boubobo Dassutsu! Hajike Royale,GC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2005-03-17, +/games/boxart/full_3808787JapanFrontccc.jpg,Boboboubo Boubobo: 9 Kiwame Senshi Gyagu Yuugou,GBA,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2004-03-25, +/games/boxart/full_body-conquest-ii_3JapanFront.jpg,Body Conquest II,PCE,Role-Playing,Unknown,Hacker International,,,,,,,1993-01-01, +/games/boxart/default.jpg,Boku mo Sekai o Sukuitai: Battle Tournament,WW,Role-Playing,Poisoft,Poisoft,,,,,,,2010-11-02, +/games/boxart/full_322088JapanFrontccc.jpg,Bomberman Jetters: Densetsu no Bomberman,GBA,Role-Playing,Hudson Soft,AI,,,,,,,2002-10-24, +/games/boxart/full_7305075AmericaFrontccc.jpg,Bomberman Quest,GB,Role-Playing,Electro Brain,Hudson Soft,,,,,,,1999-11-01, +/games/boxart/full_bonded-realities_279AmericaFront.jpg,Bonded Realities,XBL,Role-Playing,Microsoft,MikeVentron,,,,,,,2011-01-26, +/games/boxart/full_8236232JapanFrontccc.jpg,Bouken Jidai Katsugeki: Goemon,PS2,Role-Playing,Konami,Konami Computer Entertainment Kobe,,,,,,,2000-12-21, +/games/boxart/full_4513589JapanFrontccc.jpg,Bouken Yuuki PlaStar World: Densetsu no PlaStar Gate EX,GBA,Role-Playing,Takara,Takara,,,,,,,2003-12-04, +/games/boxart/full_1111580JapanFrontccc.jpg,Bouken Yuuki PlaStar World: Densetsu no Plasto Gate,GBA,Role-Playing,Takara,Takara,,,,,,,2003-04-24, +/games/boxart/full_8349217JapanFrontccc.jpg,Bouken-Ou Beet: Busters Road,GBA,Role-Playing,Bandai,Bandai,,,,,,,2005-01-20, +/games/boxart/full_6099210JapanFrontccc.jpg,Bouken-Ou Beet: Darkness Century,PS2,Role-Playing,Bandai,Shade,,,,,,,2005-04-28, +/games/boxart/full_8405489JapanFrontccc.jpg,Bouken-Ou Beet: Vandal vs. Busters,DS,Role-Playing,Bandai,Bandai,,,,,,,2005-12-22, +/games/boxart/full_825823JapanFrontccc.jpg,Boundary Gate: Daughter of Kingdom,PCFX,Role-Playing,NEC,Pack-In-Video,,,,,,,1997-01-24, +/games/boxart/full_570709JapanFrontccc.jpg,Boundary Gate: Daughter of Kingdom,PS,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1997-07-17, +/games/boxart/full_boundlessplanet_3AmericaFront.jpg,BoundlessPlanet,PC,Role-Playing,Unknown,BoundlessPlanet,,,,,,,2006-11-01, +/games/boxart/full_6273774JapanFrontccc.jpg,Bounty Sword,SNES,Role-Playing,Pioneer LDC,ITL,,,,,,,1995-09-08, +/games/boxart/full_3124203JapanFrontccc.jpg,Bounty Sword: Double Edge,PS,Role-Playing,Pioneer LDC,Pioneer LDC,,,,,,,1998-07-30, +/games/boxart/full_6355639JapanFrontccc.jpg,Bounty Swords First,PS,Role-Playing,Pioneer LDC,Pioneer LDC,,,,,,,1997-06-06, +/games/boxart/full_bounty-swords-first_58JapanFront.jpg,Bounty Swords First,PSN,Role-Playing,Hamster Corporation,Pioneer LDC,,,,,,,2011-04-13, +/games/boxart/835168ccc.jpg,Brain Lord,SNES,Role-Playing,Enix,Produce!,,,,,,,1994-08-01, +/games/boxart/8300574ccc.jpg,Brandish,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1995-02-01, +/games/boxart/full_9835593JapanFrontccc.jpg,Brandish,PCE,Role-Playing,NEC Interchannel,Nihon Falcom Corporation,,,,,,,1994-06-17, +/games/boxart/full_2706329JapanFrontccc.jpg,Brandish 2 Expert,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1996-03-15, +/games/boxart/full_1087233JapanFrontccc.jpg,Brandish 2: The Planet Buster,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1995-08-11, +/games/boxart/full_brandish-3-spirit-of-balcan_479JapanFront.jpg,Brandish 3: Spirit of Balcan,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1994-01-01, +/games/boxart/default.jpg,Brandish 4: VT,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1996-01-01, +/games/boxart/full_brandish-the-dark-revenant_35JapanFront.jpg,Brandish: The Dark Revenant,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-12-16, +/games/boxart/full_brave-fencer-musashi_7JapanFront.jpg,Brave Fencer Musashi,PSN,Role-Playing,Square,SquareSoft,,,,,,,2008-07-09, +/games/boxart/full_5828959JapanFrontccc.jpg,Brave Prove,PS,Role-Playing,Data East,Data East,,,,,,,1998-04-16, +/games/boxart/full_2042078JapanFrontccc.jpg,Brave Saga 2,PS,Role-Playing,Takara,Takara,,,,,,,2000-05-02, +/games/boxart/full_brave-saga-shinshou-astaria_7JapanFront.jpg,Brave Saga Shinshou Astaria,GB,Role-Playing,Takara,Takara,,,,,,,2001-01-26, +/games/boxart/full_7687242AmericaFrontccc.png,Brave Story: New Traveler,PSN,Role-Playing,Xseed Games,Game Republic,7.5,,,,,,2009-07-29, +/games/boxart/full_5123110JapanFrontccc.jpg,Brave Story: Wataru no Bouken,PS2,Role-Playing,Sony Computer Entertainment,SIMS,,,,,,,2006-07-06, +/games/boxart/full_6094589AmericaFrontccc.jpg,Brave Trials,And,Role-Playing,IGG.com,IGG.com,,,,,,,2014-08-06, +/games/boxart/full_3138351AmericaFrontccc.jpg,Bravely Default: Praying Brage,PC,Role-Playing,Square Enix,NHN Japan Corp.,,,,,,,2012-11-01, +/games/boxart/full_breath-of-death-vii_348AmericaFront.jpg,Breath of Death VII: The Beginning,PC,Role-Playing,Zeboyd Games,Zeboyd Games,,,,,,,2011-07-13, +/games/boxart/full_635049PALFrontccc.jpg,Breath of Death VII: The Beginning,XBL,Role-Playing,Zeboyd Games,RainbowDespair,,,,,,,2011-04-22, +/games/boxart/full_4067656AmericaFrontccc.jpg,Breath of Fire,SNES,Role-Playing,Square,Capcom,9,,,,,,1994-10-10, +/games/boxart/default.jpg,Breath of Fire 4,PSN,Role-Playing,Unknown,Capcom,,,,,,,, +/games/boxart/7055597ccc.jpg,Breath of Fire II,VC,Role-Playing,Capcom,Capcom,,,,,,,2007-08-27, +/games/boxart/full_5328932PALFrontccc.png,Breath of Fire III,PSN,Role-Playing,Capcom,Capcom,6,,,,,,2009-11-26, +/games/boxart/full_5891213PALFrontccc.jpg,Breath of Fire IV,PC,Role-Playing,Capcom,Capcom,,,,,,,2003-09-10, +/games/boxart/full_breath-of-fire-iv_973AmericaFront.jpg,Breath of Fire IV,PSN,Role-Playing,Sony Computer Entertainment,Capcom,,,,,,,2011-08-16, +/games/boxart/full_7410791JapanFrontccc.jpg,Brightis,PS,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-10-14, +/games/boxart/full_9049496AmericaFrontccc.gif,Broken Circle,GBA,Role-Playing,Unknown,7Raven Studios,,,,,,,, +/games/boxart/3772428ccc.jpg,Buck Rogers: Countdown to Doomsday,GEN,Role-Playing,Electronic Arts,SSI,,,,,,,1991-01-01, +/games/boxart/full_3601715AmericaFrontccc.jpg,Buck Rogers: Countdown to Doomsday,PC,Role-Playing,SSI,SSI,,,,,,,1990-01-01, +/games/boxart/full_9722438JapanFrontccc.jpg,Burai: Hachigyoku no Yuushi Densetsu,SCD,Role-Playing,Sega,Pandora Box,,,,,,,1992-09-11, +/games/boxart/full_2323329JapanFrontccc.jpg,Busin 0: Wizardry Alternative Neo,PS2,Role-Playing,Atlus,Racjin,,,,,,,2003-11-13, +/games/boxart/default.jpg,Cabal Online,PC,Role-Playing,Unknown,ESTsoft Corp.,,,,,,,, +/games/boxart/full_8441409AmericaFrontccc.jpg,Cadash,PCE,Role-Playing,Working Designs,ITL,,,,,,,1991-01-01, +/games/boxart/full_7657541AmericaFrontccc.jpg,Cadash,VC,Role-Playing,Taito,ITL,,,,,,,2008-11-11, +/games/boxart/full_1536120PALFrontccc.jpg,Call For Heroes: Pompolic Wars,Wii,Role-Playing,Unknown,Quotix Software,,,,,,,2020-12-31, +/games/boxart/default.jpg,Call of Gods,PC,Role-Playing,Unknown,Boyojoy Network,,,,,,,2011-11-16, +/games/boxart/full_497190JapanFrontccc.jpg,Card of Destiny: Hikari to Yami no Tougoumono,DC,Role-Playing,Abel,Abel Software,,,,,,,2002-03-28, +/games/boxart/full_cardcaptor-sakura-sakura-to-fushigi-na-clow-cards_7JapanFront.jpg,CardCaptor Sakura: Sakura to Fushigi na Clow Cards,WS,Role-Playing,Bandai,SIMS,,,,,,,1999-12-02, +/games/boxart/full_150113AmericaFrontccc.jpg,Caribbean!,PC,Role-Playing,Snowbird Game Studios,Snowbird Game Studios,,,,,,,2015-02-20, +/games/boxart/full_6838639AmericaFrontccc.jpg,Casper (GBC),GB,Role-Playing,Interplay,G3 Interactive,,,,,,,2000-05-01, +/games/boxart/full_cave-noire_627JapanFront.jpg,Cave Noire,GB,Role-Playing,Konami,Konami,,,,,,,1991-04-19, +/games/boxart/default.jpg,Caverns of Xaskazien,PC,Role-Playing,Unknown,Little Devils Inc.,,,,,,,1995-01-01, +/games/boxart/default.jpg,Caverns of Xaskazien,Lynx,Role-Playing,Unknown,Little Devils Inc.,,,,,,,, +/games/boxart/full_chachamaru-boukenki-3-abyss-no-tou_529JapanFront.jpg,Chacha-Maru Boukenki 3: Abyss no Tou,GB,Role-Playing,Human Entertainment,Human Entertainment,,,,,,,1991-08-02, +/games/boxart/full_chalvo-55_150JapanFront.jpg,Chalvo 55,GB,Role-Playing,Unknown,Nippon System,,,,,,,1997-02-21, +/games/boxart/default.jpg,Champions Online,X360,Role-Playing,Unknown,Cryptic Studios,,,,,,,, +/games/boxart/full_chantelise_38PALFront.jpg,Chantelise,PC,Role-Playing,Unknown,EasyGameStation,5.2,,,,,,2011-07-29, +/games/boxart/full_chantelise-a-tale-of-two-sisters_862AmericaFront.jpg,Chantelise: A Tale of Two Sisters,PC,Role-Playing,Independent,EasyGameStation,,,,,,,2011-07-29, +/games/boxart/full_chaos-gateway_822AmericaFront.jpg,Chaos Gateway,XBL,Role-Playing,Microsoft,ChaosGateway,,,,,,,2010-10-23, +/games/boxart/default.jpg,Chaos Reborn,Linux,Role-Playing,Gollop Games,Gollop Games,,,,,,,2015-07-01, +/games/boxart/default.jpg,Chaos Reborn,OSX,Role-Playing,Gollop Games,Gollop Games,,,,,,,2015-07-01, +/games/boxart/default.jpg,Chaos Reborn,PC,Role-Playing,Gollop Games,Gollop Games,,,,,,,2015-07-01, +/games/boxart/full_8223068AmericaFrontccc.png,Chaos Rings III,And,Role-Playing,Square Enix,Media.Vision,,,,,,,2014-10-16, +/games/boxart/default.jpg,Chevalier Saga Tactics,PSN,Role-Playing,Unknown,imageepoch Inc.,,,,,,,2020-12-31, +/games/boxart/default.jpg,Chevalier Saga Tactics,PC,Role-Playing,Unknown,imageepoch Inc.,,,,,,,, +/games/boxart/full_chibi-maruko-chan-okozukai-daisakusen_7JapanFront.jpg,Chibi Maruko-Chan Okozukai Daisakusen!,GB,Role-Playing,Takara,KID Corporation,,,,,,,1990-12-07, +/games/boxart/full_2664645AmericaFrontccc.jpg,Child of Light,PS3,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 +/games/boxart/full_8408421AmericaFrontccc.jpg,Child of Light,WiiU,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 +/games/boxart/full_790975AmericaFrontccc.jpg,Child of Light,X360,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 +/games/boxart/full_5866252AmericaFrontccc.png,Child of Light,XOne,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 +/games/boxart/full_9877139JapanFrontccc.jpg,Cho Aniki: Otoko no Tamafuda,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-02-10, +/games/boxart/full_chocobo-no-fushigi-dungeon_8JapanFront.jpg,Chocobo no Fushigi Dungeon,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-08-25, +/games/boxart/full_chocobos-dungeon-2_7JapanFront.jpg,Chocobo's Dungeon 2,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-10-27, +/games/boxart/full_7347301JapanFrontccc.jpg,Choro Q Hyper,GB,Role-Playing,Takara,Takara,,,,,,,1999-07-30, +/games/boxart/full_4772656JapanFrontccc.jpg,Choro Q Wonderful!,PS,Role-Playing,Takara,Takara,,,,,,,1999-08-05, +/games/boxart/full_chou-majin-eiyuuden-wataru-another-step_278JapanFront.jpg,Chou Majin Eiyuuden Wataru: Another Step,PS,Role-Playing,Banpresto,Aspect Co. Ltd.,,,,,,,1998-04-23, +/games/boxart/full_chou-majin-eiyuuden-wataru-mazekko-monster_24JapanFront.jpg,Chou Majin Eiyuuden Wataru: Mazekko Monster,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,1997-12-12, +/games/boxart/full_chou-majin-eiyuuden-wataru-mazekko-monster-2_254JapanFront.jpg,Chou Majin Eiyuuden Wataru: Mazekko Monster 2,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,1998-08-07, +/games/boxart/full_1191682JapanFrontccc.jpg,Chou-Hatsumei Boy Kanipan: Bousou Robot no Nazo!?,DC,Role-Playing,Sega,Sega,,,,,,,1999-07-08, +/games/boxart/8187999ccc.jpg,Chronicles of Pern: Dragon Riders,DC,Role-Playing,Ubisoft,Ubisoft,4.9,,,,,,2001-08-09, +/games/boxart/full_chrono-cross_828JapanFront.jpg,Chrono Cross,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-11-08, +/games/boxart/full_5877844JapanFrontccc.jpg,Chrono Trigger,PS,Role-Playing,SquareSoft,SquareSoft,,,,,,,2001-06-29, +/games/boxart/full_chrono-trigger_518AmericaFront.jpg,Chrono Trigger,VC,Role-Playing,Square Enix,SquareSoft,9.5,,,,,,2011-05-16, +/games/boxart/full_chrono-trigger_777AmericaFront.jpg,Chrono Trigger,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-10-04, +/games/boxart/full_city-of-heroes_600AmericaFront.jpg,City of Heroes,PC,Role-Playing,NCSoft,Paragon Studios,,,,,,,2004-04-27, +/games/boxart/full_city-of-heroes-going-rogue_46AmericaFront.jpg,City of Heroes: Going Rogue,PC,Role-Playing,NCSoft,Paragon Studios,,,,,,,2010-08-17, +/games/boxart/full_classic-dungeon-x2_760JapanFront.jpg,ClaDun x2,PSN,Role-Playing,Unknown,System Prisma,6,,,,,,, +/games/boxart/full_cladun-this-is-an-rpg_9AmericaFront.jpg,ClaDun: This is an RPG,PSN,Role-Playing,NIS America,System Prisma,8,,,,,,2010-09-21, +/games/boxart/default.jpg,Clan of Champions,PC,Role-Playing,Unknown,Acquire,,,,,,,, +/games/boxart/default.jpg,Clan of Champions,PS3,Role-Playing,Unknown,Acquire,,,,,,,, +/games/boxart/default.jpg,Clan of Champions,X360,Role-Playing,Unknown,Acquire,,,,,,,, +/games/boxart/full_9561166AmericaFrontccc.jpg,Clans,PC,Role-Playing,GT Interactive,Strategy First,,,,,,,1999-01-01, +/games/boxart/full_3056036AmericaFrontccc.png,Class of Heroes,PSN,Role-Playing,Atlus,ZeroDiv,,,,,,,2009-11-04, +/games/boxart/full_9880438JapanFrontccc.jpg,Code Age Commanders,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-10-13, +/games/boxart/full_command-master_11JapanFront.jpg,Command Master,GB,Role-Playing,Enix,Enix Corporation,,,,,,,2000-11-22, +/games/boxart/full_community-pom-omoide-o-dakishimete_76JapanFront.jpg,Community Pom: Omoide o Dakishimete,PSN,Role-Playing,Family Soft,Family Soft,,,,,,,2011-03-09, +/games/boxart/full_community-pom-omoide-o-dakishimete_24JapanFront.jpg,Community Pom: Omoide o Dakishimete,PS,Role-Playing,Family Soft,Family Soft,,,,,,,1999-06-24, +/games/boxart/default.jpg,Conquer Online,PC,Role-Playing,TQ Digital Entertainment,TQ Digital Entertainment,,,,,,,2004-11-14, +/games/boxart/default.jpg,Corum Online,PC,Role-Playing,"Gala-Net, Inc.",NetTimeSoft,,,,,,,2007-02-15, +/games/boxart/full_6226077AmericaFrontccc.jpg,Cosmic Fantasy 2,PCE,Role-Playing,Working Designs,Laser Soft,,,,,,,1992-01-01, +/games/boxart/full_1591593JapanFrontccc.jpg,Cosmic Fantasy 3: Bouken Shounen Rei,PCE,Role-Playing,Nippon Telenet,Laser Soft,,,,,,,1992-09-25, +/games/boxart/full_3192680JapanFrontccc.jpg,Cosmic Fantasy 4: Ginga Shounen Densetsu (Gekitouhen),PCE,Role-Playing,Nippon Telenet,Open Sesame,,,,,,,1994-11-25, +/games/boxart/full_6032700JapanFrontccc.jpg,Cosmic Fantasy 4: Ginga Shounen Densetsu (Totsunyuuhen),PCE,Role-Playing,Nippon Telenet,Open Sesame,,,,,,,1994-06-10, +/games/boxart/full_1616905JapanFrontccc.jpg,Cosmic Fantasy Stories,SCD,Role-Playing,Riot,Riot,,,,,,,1992-03-27, +/games/boxart/full_2922583JapanFrontccc.jpg,Cosmic Fantasy: Bouken Shounen Yuu,PCE,Role-Playing,Nippon Telenet,Laser Soft,,,,,,,1990-03-30, +/games/boxart/full_costume-quest_4AmericaFront.jpg,Costume Quest,XBL,Role-Playing,THQ,Double Fine Productions,7.6,,,,,,2010-10-20, +/games/boxart/full_costume-quest_9AmericaFront.jpg,Costume Quest,PSN,Role-Playing,THQ,Double Fine Productions,7.6,,,,,,2010-10-19, +/games/boxart/default.jpg,Costume Quest 2,WiiU,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-30, +/games/boxart/default.jpg,Costume Quest 2,X360,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-30, +/games/boxart/default.jpg,Costume Quest 2,PS3,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-28, +/games/boxart/default.jpg,Costume Quest 2,XOne,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-30, +/games/boxart/full_2137714AmericaFrontccc.jpg,Costume Quest 2,PS4,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-28, +/games/boxart/default.jpg,Costume Quest 2,Linux,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-07, +/games/boxart/default.jpg,Costume Quest 2,OSX,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-07, +/games/boxart/full_costume-quest-grubbins-on-ice_888AmericaFront.jpg,Costume Quest: Grubbins on Ice,XBL,Role-Playing,THQ,Double Fine Productions,6.9,,,,,,2010-12-21, +/games/boxart/full_costume-quest-grubbins-on-ice_676AmericaFront.jpg,Costume Quest: Grubbins on Ice,PSN,Role-Playing,THQ,Double Fine Productions,6.9,,,,,,2010-12-21, +/games/boxart/full_1069590JapanFrontccc.jpg,Crescendo Symphony: Kagami no Kishi,XBL,Role-Playing,Microsoft,nakfiv,,,,,,,2009-08-21, +/games/boxart/full_9972891JapanFrontccc.jpg,Crime Crackers 2,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,,,,,,,1997-11-27, +/games/boxart/full_crimson-alliance_247AmericaFront.jpg,Crimson Alliance,XBL,Role-Playing,Microsoft,Certain Affinity,7.6,,,,,,2011-09-07, +/games/boxart/full_3266971AmericaFrontccc.png,Crimson Gem Saga,PSN,Role-Playing,Atlus,IronNos Corp.,7.3,,,,,,2009-10-21, +/games/boxart/full_1047739AmericaFrontccc.png,Crimson Shroud,3DS,Role-Playing,Level 5,Nex Entertainment,7.9,,,,,,2012-12-13,2019-01-04 +/games/boxart/full_1659426AmericaFrontccc.jpg,Crisis Nuclear Holocaust,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2009-11-16,2020-03-03 +/games/boxart/full_7608099JapanFrontccc.jpg,Croket! 2,GBA,Role-Playing,Konami,Konami,,,,,,,2003-07-17, +/games/boxart/full_6839321JapanFrontccc.jpg,Croket! DS: Tenkuu no Yuusha tachi,DS,Role-Playing,Konami,Jupiter Corporation,,,,,,,2005-11-24, +/games/boxart/full_5103060AmericaFrontccc.png,Cronous: The Shadow of Conspiracy,PC,Role-Playing,E-Games,Lizard Interactive,,,,,,,2004-01-01, +/games/boxart/full_1338501AmericaFrontccc.jpg,Cross Horizon,And,Role-Playing,Marvelous Entertainment,Marvelous Entertainment,,,,,,,2013-07-03, +/games/boxart/full_261712AmericaFrontccc.jpg,Cross Reverie,XOne,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, +/games/boxart/full_8846696AmericaFrontccc.jpg,Cross Reverie,PC,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2016-10-01, +/games/boxart/full_9025738AmericaFrontccc.jpg,Cross Reverie,PSV,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, +/games/boxart/full_6919319AmericaFrontccc.jpg,Cross Reverie,WiiU,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, +/games/boxart/full_6499880AmericaFrontccc.jpg,Cross Reverie,OSX,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2016-10-01, +/games/boxart/full_1700629AmericaFrontccc.jpg,Cross Reverie,Linux,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2016-10-01, +/games/boxart/full_612358AmericaFrontccc.jpg,Cross Reverie,PS4,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, +/games/boxart/full_4581210PALFrontccc.jpg,Crowntakers,PC,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-07-11,2018-08-10 +/games/boxart/full_1692759PALFrontccc.jpg,Crowntakers,OSX,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-11-07,2018-08-10 +/games/boxart/full_5745064AmericaFrontccc.png,Crowntakers,And,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-11-07,2018-08-10 +/games/boxart/7274993ccc.gif,Crusader of Centy,GEN,Role-Playing,Atlus,Nextech,,,,,,,1994-06-16, +/games/boxart/full_5593593AmericaFrontccc.jpg,Crusaders of Might and Magic,PC,Role-Playing,3DO,3DO,4.8,,,,,,1999-11-30, +/games/boxart/full_7615449AmericaFrontccc.gif,Crusaders of Solaria,PC,Role-Playing,R2Games,R2Games,,,,,,,2014-07-01, +/games/boxart/9539583ccc.jpg,Crypts of Chaos,2600,Role-Playing,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, +/games/boxart/full_1401705JapanFrontccc.jpg,Crystal Beans: From Dungeon Explorer,SNES,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1995-10-27, +/games/boxart/full_crystal-monsters_1AmericaFront.jpg,Crystal Monsters,DSiW,Role-Playing,Gameloft,Gameloft,,,,,,,2010-07-26, +/games/boxart/default.jpg,Crystal Saga,PC,Role-Playing,Unknown,R2Games,,,,,,,, +/games/boxart/full_4595149AmericaFrontccc.jpg,Crystal Warriors,GG,Role-Playing,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_174786AmericaFrontccc.jpg,Crystalis,NES,Role-Playing,SNK,SNK Corporation,,,,,,,1990-07-01, +/games/boxart/full_8783634AmericaFrontccc.jpg,Crystalis,GB,Role-Playing,Nintendo,Nintendo Software Technology Corporation,,,,,,,2000-06-26, +/games/boxart/full_4159245AmericaFrontccc.png,Crystareino,And,Role-Playing,"Kotobuki Solution Co., Ltd.",Kemco-Seika,,,,,,,2014-08-02, +/games/boxart/full_cthulhu-saves-the-world_588AmericaFront.jpg,Cthulhu Saves the World,PC,Role-Playing,Zeboyd Games,Zeboyd Games,8,,,,,,2011-07-13, +/games/boxart/full_cthulhu-saves-the-world_773AmericaFront.jpg,Cthulhu Saves the World,XBL,Role-Playing,Microsoft,Zeboyd Games,8,,,,,,2010-12-30, +/games/boxart/full_240228AmericaFrontccc.jpg,Cube World,PC,Role-Playing,Picroma,Picroma,,,,,,,2019-09-30,2019-09-21 +/games/boxart/default.jpg,Custom Robo,iQue,Role-Playing,Unknown,Noise,,,,,,,, +/games/boxart/full_6602378JapanFrontccc.jpg,Cyber Doll,SAT,Role-Playing,I'Max,I'Max,,,,,,,1996-08-09, +/games/boxart/full_cyber-drive-zoids-hatakedamono-no-senshi-hugh_9JapanFront.jpg,Cyber Drive Zoids: Hatakedamono no Senshi Hugh,GBA,Role-Playing,Tomy Corporation,Amedio,,,,,,,2003-07-18, +/games/boxart/full_cyber-knight_1JapanFront.jpg,Cyber Knight,PCE,Role-Playing,Tonkin House,Compile,,,,,,,1990-10-12, +/games/boxart/full_cyber-knight_8JapanFront.jpg,Cyber Knight,SNES,Role-Playing,Tonkin House,Group SNE,,,,,,,1992-10-30, +/games/boxart/full_cyber-knight-ii-chikyuu-teikoku-no-yabou_9JapanFront.jpg,Cyber Knight II: Chikyuu Teikoku no Yabou,SNES,Role-Playing,Tonkin House,Group SNE,,,,,,,1994-08-26, +/games/boxart/full_3609495AmericaFrontccc.jpg,Cyberdimension Neptunia: 4 Goddesses Online,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2018-02-27,2018-07-04 +/games/boxart/full_5532046JapanFrontccc.jpg,D+Vine [Luv],DC,Role-Playing,Princess Soft,Princess Soft,,,,,,,2001-10-25, +/games/boxart/full_9041351JapanFrontccc.jpg,Dai Fushinden,SCD,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1995-02-24, +/games/boxart/full_5981935JapanFrontccc.jpg,Daibouken Deluxe: Harukanaru Umi,PS,Role-Playing,Soft Office,Soft Office,,,,,,,1997-04-18, +/games/boxart/full_4789444JapanFrontccc.jpg,Daikoukai Jidai Online: El Oriente,PC,Role-Playing,KOEI,Koei,,,,,,,2009-12-15, +/games/boxart/full_5676018JapanFrontccc.jpg,Daikoukai Jidai Online: El Oriente,PS3,Role-Playing,KOEI,Koei,,,,,,,2009-12-15, +/games/boxart/full_daikoukai-jidai-online-tierra-americana_494JapanFront.jpg,Daikoukai Jidai Online: Tierra Americana,PC,Role-Playing,Tecmo Koei,Tecmo Koei Games,,,,,,,2011-02-22, +/games/boxart/full_daikoukai-jidai-online-tierra-americana_517JapanFront.jpg,Daikoukai Jidai Online: Tierra Americana,PS3,Role-Playing,Tecmo Koei,Tecmo Koei Games,,,,,,,2011-02-22, +/games/boxart/full_dalk_262PALFront.jpg,Dalk,PC,Role-Playing,Alice Soft,Alice Soft,,,,,,,1992-01-01, +/games/boxart/default.jpg,Dangerous High School Girls in Trouble,PC,Role-Playing,Unknown,Mousechief,,,,,,,2008-05-14, +/games/boxart/5317479ccc.jpg,Dark Age of Camelot,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,8.7,,,,,,2001-09-01, +/games/boxart/full_2079812AmericaFrontccc.jpg,Dark Age of Camelot: 5th Anniversary,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2006-11-14, +/games/boxart/full_6584263AmericaFrontccc.jpg,Dark Age of Camelot: Catacombs,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2004-12-07, +/games/boxart/full_6561428PALFrontccc.jpg,Dark Age of Camelot: Darkness Rising,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2005-10-11, +/games/boxart/full_1764624AmericaFrontccc.jpg,Dark Age of Camelot: Gold Edition,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2003-06-03, +/games/boxart/full_3760364PALFrontccc.jpg,Dark Age of Camelot: Labyrinth of the Minotaur,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2007-02-14, +/games/boxart/full_4964516AmericaFrontccc.jpg,Dark Age of Camelot: Platinum Edition,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2004-06-29, +/games/boxart/full_dark-age-of-camelot-shrouded-isles_834AmericaFront.jpg,Dark Age of Camelot: Shrouded Isles,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2002-12-02, +/games/boxart/full_2610131AmericaFrontccc.jpg,Dark Age of Camelot: Trials of Atlantis,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2003-10-28, +/games/boxart/full_750960AmericaFrontccc.jpg,Dark Cloud 2,PS4,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2016-01-19, +/games/boxart/default.jpg,Dark Delve,XBL,Role-Playing,Unknown,Checkmark Games,,,,,,,, +/games/boxart/full_dark-eyes-battlegate_9JapanFront.jpg,Dark Eyes: BattleGate,WS,Role-Playing,Bandai,Nextech,,,,,,,2001-03-15, +/games/boxart/full_1079742JapanFrontccc.jpg,Dark Law: Meaning of Death,SNES,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1997-03-28, +/games/boxart/full_6326816AmericaFrontccc.jpg,Dark Savior,SAT,Role-Playing,Sega,Climax Entertainment,,,,,,,1996-11-30, +/games/boxart/full_9339432AmericaFrontccc.jpg,Dark Spyre,PC,Role-Playing,EPS/Electronic Zoo,Event Horizon Software,,,,,,,1990-01-01, +/games/boxart/full_3617311AmericaFrontccc.jpg,Dark Sun Online: Crimson Sands,PC,Role-Playing,"Strategic Simulations, Inc","Strategic Simulations, Inc.",,,,,,,1996-01-01, +/games/boxart/full_dark-sun-shattered-lands_946AmericaFront.jpg,Dark Sun: Shattered Lands,PC,Role-Playing,SSI,SSI,,,,,,,1993-01-01, +/games/boxart/default.jpg,Darkest Dungeon,Linux,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19, +/games/boxart/default.jpg,Darkest Dungeon,PSV,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19,2018-01-31 +/games/boxart/default.jpg,Darkest Dungeon,OSX,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19, +/games/boxart/full_dawnspire-prelude_3AmericaFront.jpg,Dawnspire: Prelude,PC,Role-Playing,DreamCatcher Interactive,Silent Grove Studios,,,,,,,2007-04-03, +/games/boxart/full_day-watch_899AmericaFront.jpg,Day Watch,PC,Role-Playing,GamersGate,Nival Interactive,,,,,,,2007-05-16, +/games/boxart/full_deadly-towers_5AmericaFront.jpg,Deadly Towers,NES,Role-Playing,Broderbund,Lenar,,,,,,,1987-09-01, +/games/boxart/full_2126770JapanFrontccc.jpg,Death Bringer: Himerareta Monshou,SCD,Role-Playing,Riot,Riot,,,,,,,1992-04-17, +/games/boxart/full_death-bringer-the-knight-of-darkness_5JapanFront.jpg,Death Bringer: The Knight of Darkness,PCE,Role-Playing,Nippon Telenet,Renovation Game,,,,,,,1990-04-27, +/games/boxart/default.jpg,Death Under the Labyrinth,PSV,Role-Playing,Compile Heart,Compile Heart,,,,,,,2015-10-08, +/games/boxart/5074188ccc.jpg,DeathKeep,PC,Role-Playing,SSI,"Lion Entertainment, Inc.",,,,,,,1996-04-30, +/games/boxart/1680865ccc.jpg,DeathKeep,3DO,Role-Playing,SSI,"Lion Entertainment, Inc.",,,,,,,1995-01-01, +/games/boxart/full_deathspank_0AmericaFront.jpg,DeathSpank,PSN,Role-Playing,Electronic Arts,Hothead Games,7.8,,,,,,2010-07-13, +/games/boxart/full_deathspank_43AmericaFront.jpg,DeathSpank,PC,Role-Playing,Hothead Games,Hothead Games,8.2,,,,,,2010-10-26, +/games/boxart/full_deathspank_4AmericaFront.jpg,DeathSpank,XBL,Role-Playing,Electronic Arts,Hothead Games,7.7,,,,,,2010-07-14, +/games/boxart/full_deathspank-thongs-of-virtue_10AmericaFront.jpg,DeathSpank: Thongs of Virtue,PSN,Role-Playing,Electronic Arts,Hothead Games,8.3,,,,,,2010-09-28, +/games/boxart/full_deathspank-thongs-of-virtue_0AmericaFront.jpg,DeathSpank: Thongs of Virtue,XBL,Role-Playing,Electronic Arts,Hothead Games,8.5,,,,,,2010-09-22, +/games/boxart/full_deathspank-thongs-of-virtue_612AmericaFront.jpg,DeathSpank: Thongs of Virtue,PC,Role-Playing,Electronic Arts,Hothead Games,8.5,,,,,,2010-11-30, +/games/boxart/full_3523373JapanFrontccc.jpg,Deep Dungeon (FDS),NES,Role-Playing,Square,Hummingbird Soft,,,,,,,1986-12-19, +/games/boxart/full_253792AmericaFrontccc.jpg,Defenders of Oasis,GG,Role-Playing,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_4460672JapanFrontccc.jpg,Deltora Quest: 7-tsu no Houseki,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,,,,,,2007-09-20, +/games/boxart/full_5216350AmericaFrontccc.jpg,Demise: Rise of the Ku'Tan,PC,Role-Playing,IPC Software,Artifact Entertainment,,,,,,,1999-12-31, +/games/boxart/default.jpg,Demon Hunter,GBA,Role-Playing,Independent,Independent Arts,,,,,,,2003-03-15, +/games/boxart/default.jpg,Demon's Winter,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1986-01-01, +/games/boxart/default.jpg,Depths of Peril,PC,Role-Playing,Unknown,Soldak Entertainment,,,,,,,2007-09-06, +/games/boxart/full_9274838AmericaFrontccc.jpg,Descent to Undermountain,PC,Role-Playing,Interplay,"Interplay Productions, Inc.",,,,,,,1997-09-30, +/games/boxart/full_6132555JapanFrontccc.jpg,deSPIRIA,DC,Role-Playing,Atlus,Atlus Co.,,,,,,,2000-09-21, +/games/boxart/full_5477214AmericaFrontccc.jpg,Destiny of an Emperor,NES,Role-Playing,Capcom,Capcom,,,,,,,1990-09-01, +/games/boxart/full_3243049AmericaFrontccc.jpg,Deus Ex: Game of the Year Edition,PC,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2001-05-09, +/games/boxart/full_9128094AmericaFrontccc.jpg,Dex,Linux,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 +/games/boxart/full_7063535AmericaFrontccc.jpg,Dex,Ouya,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 +/games/boxart/full_8994525AmericaFrontccc.jpg,Dex,OSX,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 +/games/boxart/full_4411392JapanFrontccc.png,Diario: Rebirth Moon Legend,X360,Role-Playing,Idea Factory,Idea Factory,,,,,,,2007-02-08, +/games/boxart/full_1636327JapanFrontccc.jpg,Diario: Rebirth Moon Legend,XBL,Role-Playing,Idea Factory,Idea Factory,,,,,,,2009-12-08, +/games/boxart/full_dicing-knight-period_2JapanFront.jpg,Dicing Knight Period,WS,Role-Playing,Qute,Platine Dispositif,,,,,,,2004-05-31, +/games/boxart/full_6582757JapanFrontccc.jpg,Digimon Adventure 02 Zero Two: D1 Tamers,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-12-09, +/games/boxart/full_1884238JapanFrontccc.jpg,Digimon Adventure 02 Zero Two: Tag Tamers,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-08-03, +/games/boxart/full_8475253JapanFrontccc.jpg,Digimon Adventure: Cathode Tamer,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-01-20, +/games/boxart/default.jpg,Digimon Anode/Cathode Tamer: Veedramon Version,WS,Role-Playing,Bandai,SIMS,,,,,,,2001-09-18, +/games/boxart/default.jpg,Digimon Story: Cyber Sleuth,PSV,Role-Playing,Unknown,Media.Vision,,,,,,,, +/games/boxart/full_7810499JapanFrontccc.jpg,Digimon Tamers: Brave Tamers,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-12-29, +/games/boxart/full_3587264JapanFrontccc.jpg,Digimon Tamers: Digimon Medley,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-07-12, +/games/boxart/full_8280019JapanFrontccc.jpg,Digimon Tamers: Pocket Culumon,PS,Role-Playing,Bandai,Bandai,,,,,,,2001-05-17, +/games/boxart/full_3152885AmericaFrontccc.jpg,Digimon World 3,PS,Role-Playing,Bandai,Bandai,4,,,,,,2002-06-05, +/games/boxart/full_2563991JapanFrontccc.jpg,Digital Devil Story: Megami Tensei,NES,Role-Playing,Namco,Atlus Co.,,,,,,,1987-09-11, +/games/boxart/full_9005162JapanFrontccc.jpg,Digital Devil Story: Megami Tensei II,NES,Role-Playing,Namco,Atlus Co.,,,,,,,1990-04-06, +/games/boxart/full_8005021JapanFrontccc.jpg,Digital Monsters Ver. S: Digimon Tamers,SAT,Role-Playing,Bandai,Bandai,,,,,,,1998-09-23, +/games/boxart/full_digital-monsters-d-project_7JapanFront.jpg,Digital Monsters: D Project,WS,Role-Playing,Bandai,Sting,,,,,,,2002-08-03, +/games/boxart/default.jpg,Dimensity,PC,Role-Playing,Strategy First,Dagger Games Studio,,,,,,,2008-12-08, +/games/boxart/9471007ccc.jpg,Dink Smallwood,PC,Role-Playing,Robinson Technologies,Robinson Technologies,,,,,,,1997-10-17, +/games/boxart/full_288743AmericaFrontccc.png,Disgaea 2: Dark Hero Days,PSN,Role-Playing,NIS America,Nippon Ichi Software,8.1,,,,,,2009-09-30, +/games/boxart/full_8484805AmericaFrontccc.png,Disgaea: Afternoon of Darkness,PSN,Role-Playing,NIS America,Nippon Ichi Software,8.7,,,,,,2009-09-30, +/games/boxart/3116701ccc.jpg,Disney Princess: Royal Adventure,GBA,Role-Playing,Buena Vista,Art,,,,,,,2006-10-05, +/games/boxart/full_divinity-ii-flames-of-vengeance_663PALFront.jpg,Divinity II: Flames of Vengeance,X360,Role-Playing,DTP Entertainment,Larian Studios,,,,,,,2010-08-31, +/games/boxart/full_divinity-ii-the-dragon-knight-saga_856AmericaFront.jpg,Divinity II: The Dragon Knight Saga,PC,Role-Playing,Focus Home Interactive,Larian Studios,,,,,,,2010-11-05, +/games/boxart/full_dodonpachi_959JapanFront.jpg,DoDonPachi,PSN,Role-Playing,Hamster Corporation,"SPS Co.,Ltd.",,,,,,,2010-05-26, +/games/boxart/full_2830400JapanFrontccc.jpg,Dokapon 3-2-1: Arashi o Yobu Yuujou,SNES,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1994-12-02, +/games/boxart/full_7813218JapanFrontccc.jpg,Dokapon DX: Wataru Sekai wa Oni Darake,GC,Role-Playing,Asmik Ace Entertainment,Sting,,,,,,,2003-04-10, +/games/boxart/full_9581325JapanFrontccc.jpg,Dokapon DX: Wataru Sekai wa Oni Darake,PS2,Role-Playing,Asmik Ace Entertainment,Sting,,,,,,,2004-07-08, +/games/boxart/full_2668036JapanFrontccc.jpg,Dokapon Gaiden: Honoo no Audition,SNES,Role-Playing,Asmik Ace Entertainment,Earthly Soft,,,,,,,1995-12-01, +/games/boxart/full_5840239JapanFrontccc.jpg,Dokapon the World,PS2,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2004-11-03, +/games/boxart/full_8294196JapanFrontccc.jpg,Dokapon?! Millennium Quest,GB,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2000-07-14, +/games/boxart/full_5809361JapanFrontccc.jpg,Doki Doki Poyatachio!!,PS,Role-Playing,King Records,King Records,,,,,,,1998-09-10, +/games/boxart/full_1562957JapanFrontccc.jpg,Domo-Kun no Fushigi Terebi,GBA,Role-Playing,Nintendo,Suzak,,,,,,,2002-02-21, +/games/boxart/full_3868162AmericaFrontccc.jpg,Don't be nervous talking to Girls,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2009-12-08,2020-03-03 +/games/boxart/full_doom-amp-destiny_498AmericaFront.jpg,Doom & Destiny,XBL,Role-Playing,HeartBit Interactive,HeartBit Interactive,,,,,,,2011-08-25, +/games/boxart/full_1792665AmericaFrontccc.jpg,Doomdark's Revenge,ACPC,Role-Playing,Beyond Software,Unknown,,,,,,,1985-01-01,2018-01-06 +/games/boxart/full_8438854JapanFrontccc.jpg,Doraemon 3: Makai no Dungeon,PS,Role-Playing,Epoch,Epoch,,,,,,,2000-12-14, +/games/boxart/full_1465846JapanFrontccc.jpg,Doraemon: Giga Zombie no Gyakushuu,NES,Role-Playing,Epoch,Epoch,,,,,,,1990-09-14, +/games/boxart/full_2806290JapanFrontccc.jpg,Doraemon: Kimito Pet no Monogatari,GB,Role-Playing,Epoch,Epoch,,,,,,,2001-03-16, +/games/boxart/full_9957485JapanFrontccc.jpg,Doraemon: Midori no Wakusei Doki Doki Daikyuushuutsu!,GBA,Role-Playing,Epoch,Mobile 21,,,,,,,2001-04-27, +/games/boxart/1708151ccc.jpg,Double Dungeons,VC,Role-Playing,Hudson Soft,NCS/Masaya,3.5,,,,,,2007-03-12, +/games/boxart/full_double-dungeons_666JapanFront.jpg,Double Dungeons,PSN,Role-Playing,Hudson Soft,NCS/Masaya,,,,,,,2010-11-17, +/games/boxart/7173347ccc.jpg,Double Dungeons,PCE,Role-Playing,NEC,NCS/Masaya,,,,,,,1989-01-01, +/games/boxart/full_1080900JapanFrontccc.jpg,Doukyuusei 2,PCFX,Role-Playing,NEC Avenue,Elf,,,,,,,1996-08-09, +/games/boxart/full_3273922JapanFrontccc.jpg,Down the World: Mervil's Ambition,SNES,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1994-09-30, +/games/boxart/full_dragon-age-ii_89AmericaFront.jpg,Dragon Age II,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2011-12-06, +/games/boxart/default.jpg,Dragon Age II ( BioWare Signature Edition ),X360,Role-Playing,Unknown,BioWare Corporation,,,,,,,, +/games/boxart/default.jpg,Dragon Age II ( BioWare Signature Edition ),PS3,Role-Playing,Unknown,BioWare Corporation,,,,,,,, +/games/boxart/full_dragon-age-ii-legacy_976AmericaFront.jpg,Dragon Age II: Legacy,PSN,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-07-26, +/games/boxart/full_dragon-age-ii-legacy_961AmericaFront.jpg,Dragon Age II: Legacy,XBL,Role-Playing,Electronic Arts,BioWare,5.3,,,,,,2011-07-26, +/games/boxart/full_dragon-age-ii-legacy_318PALFront.jpg,Dragon Age II: Legacy,PC,Role-Playing,Electronic Arts,BioWare,5.6,,,,,,2011-07-26, +/games/boxart/default.jpg,Dragon Age II: Mark of the Assassin,XBL,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-10-11, +/games/boxart/full_dragon-age-ii-mark-of-the-assassin_728AmericaFront.jpg,Dragon Age II: Mark of the Assassin,PS3,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-10-11, +/games/boxart/default.jpg,Dragon Age II: Mark of the Assassin,PC,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-10-11, +/games/boxart/full_dragon-age-ii-the-black-emporium_9AmericaFront.jpg,Dragon Age II: The Black Emporium,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, +/games/boxart/full_dragon-age-ii-the-black-emporium_111AmericaFront.jpg,Dragon Age II: The Black Emporium,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, +/games/boxart/full_dragon-age-ii-the-black-emporium_98AmericaFront.jpg,Dragon Age II: The Black Emporium,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, +/games/boxart/full_dragon-age-ii-the-exiled-prince_832AmericaFront.jpg,Dragon Age II: The Exiled Prince,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, +/games/boxart/full_dragon-age-ii-the-exiled-prince_631AmericaFront.jpg,Dragon Age II: The Exiled Prince,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, +/games/boxart/full_dragon-age-ii-the-exiled-prince_213AmericaFront.jpg,Dragon Age II: The Exiled Prince,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, +/games/boxart/full_dragon-age-origins-awakening_3AmericaFront.jpg,Dragon Age Origins: Awakening,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-03-16, +/games/boxart/full_dragon-age-origins-awakening_298JapanFront.jpg,Dragon Age Origins: Awakening,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-03-18, +/games/boxart/full_dragon-age-origins-darkspawn-chronicles_5AmericaFront.jpg,Dragon Age Origins: Darkspawn Chronicles,PC,Role-Playing,Electronic Arts,BioWare Corp.,5.3,,,,,,2010-05-18, +/games/boxart/full_dragon-age-origins-darkspawn-chronicles_1AmericaFront.jpg,Dragon Age Origins: Darkspawn Chronicles,XBL,Role-Playing,Electronic Arts,BioWare Corp.,5.3,,,,,,2010-05-18, +/games/boxart/full_dragon-age-origins-darkspawn-chronicles_8AmericaFront.jpg,Dragon Age Origins: Darkspawn Chronicles,PSN,Role-Playing,Electronic Arts,BioWare Corp.,5,,,,,,2010-05-18, +/games/boxart/full_dragon-age-origins-golems-of-amgarrak_8AmericaFront.jpg,Dragon Age Origins: Golems of Amgarrak,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-08-10, +/games/boxart/full_dragon-age-origins-golems-of-amgarrak_0AmericaFront.jpg,Dragon Age Origins: Golems of Amgarrak,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-08-10, +/games/boxart/full_dragon-age-origins-golems-of-amgarrak_3AmericaFront.jpg,Dragon Age Origins: Golems of Amgarrak,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-08-10, +/games/boxart/full_dragon-age-origins-lelianas-song_8AmericaFront.jpg,Dragon Age Origins: Leliana's Song,PC,Role-Playing,Electronic Arts,BioWare Corp.,7,,,,,,2010-07-06, +/games/boxart/full_dragon-age-origins-lelianas-song_4AmericaFront.jpg,Dragon Age Origins: Leliana's Song,XBL,Role-Playing,Electronic Arts,BioWare Corp.,7,,,,,,2010-07-06, +/games/boxart/full_dragon-age-origins-lelianas-song_1AmericaFront.jpg,Dragon Age Origins: Leliana's Song,PSN,Role-Playing,Electronic Arts,BioWare Corp.,7,,,,,,2010-07-06, +/games/boxart/full_dragon-age-origins-return-to-ostagar_4AmericaFront.jpg,Dragon Age Origins: Return to Ostagar,PC,Role-Playing,Electronic Arts,BioWare Corp.,6.3,,,,,,2010-01-13, +/games/boxart/full_dragon-age-origins-return-to-ostagar_3AmericaFront.jpg,Dragon Age Origins: Return to Ostagar,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-03-11, +/games/boxart/full_dragon-age-origins-return-to-ostagar_8AmericaFront.jpg,Dragon Age Origins: Return to Ostagar,XBL,Role-Playing,Electronic Arts,BioWare Corp.,5.8,,,,,,2010-01-13, +/games/boxart/full_5468072AmericaFrontccc.jpg,Dragon Age Origins: The Stone Prisoner,PSN,Role-Playing,Electronic Arts,BioWare Corp.,8,,,,,,2009-11-04, +/games/boxart/full_dragon-age-origins-the-stone-prisoner_8AmericaFront.jpg,Dragon Age Origins: The Stone Prisoner,PC,Role-Playing,Electronic Arts,BioWare Corp.,8,,,,,,2009-11-03, +/games/boxart/full_dragon-age-origins-the-stone-prisoner_6AmericaFront.jpg,Dragon Age Origins: The Stone Prisoner,XBL,Role-Playing,Electronic Arts,BioWare Corp.,8,,,,,,2009-11-03, +/games/boxart/full_dragon-age-origins-wardens-keep_7AmericaFront.jpg,Dragon Age Origins: Warden's Keep,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2009-11-03, +/games/boxart/full_dragon-age-origins-wardens-keep_1AmericaFront.jpg,Dragon Age Origins: Warden's Keep,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2009-11-03, +/games/boxart/full_715859AmericaFrontccc.jpg,Dragon Age Origins: Warden's Keep,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2009-11-04, +/games/boxart/full_dragon-age-origins-witch-hunt_9AmericaFront.jpg,Dragon Age Origins: Witch Hunt,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-09-07, +/games/boxart/full_dragon-age-origins-witch-hunt_3AmericaFront.jpg,Dragon Age Origins: Witch Hunt,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-09-07, +/games/boxart/full_dragon-age-origins-witch-hunt_2AmericaFront.jpg,Dragon Age Origins: Witch Hunt,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-09-07, +/games/boxart/full_dragon-age-origins_588AmericaFront.jpg,Dragon Age: Origins,PSN,Role-Playing,Unknown,BioWare,,,,,,,2011-08-02, +/games/boxart/full_dragon-age-origins-ultimate-edition_5AmericaFront.jpg,Dragon Age: Origins - Ultimate Edition,PS3,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-10-12, +/games/boxart/full_dragon-age-origins-ultimate-edition_4AmericaFront.jpg,Dragon Age: Origins - Ultimate Edition,X360,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-10-12, +/games/boxart/full_dragonball_4JapanFront.jpg,Dragon Ball,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-11-20, +/games/boxart/full_dragon-ball-3-gokuuden_1JapanFront.jpg,Dragon Ball 3: Gokuuden,NES,Role-Playing,Bandai,Bandai,,,,,,,1989-10-27, +/games/boxart/default.jpg,Dragon Ball Online,PC,Role-Playing,Unknown,NTL,,,,,,,, +/games/boxart/full_dragon-ball-z-gaiden-saiyajin-zetsumetsu-keikaku_8JapanFront.jpg,Dragon Ball Z Gaiden: Saiyajin Zetsumetsu Keikaku,NES,Role-Playing,Bandai,Bandai,,,,,,,1993-08-06, +/games/boxart/full_dragon-ball-z-ii-gekigami-freeza_3JapanFront.jpg,Dragon Ball Z II: Gekigami Freeza!!,NES,Role-Playing,Bandai,Bandai,,,,,,,1991-08-10, +/games/boxart/full_dragon-ball-z-iii-ressen-jinzou-ningen_3JapanFront.jpg,Dragon Ball Z III: Ressen Jinzou Ningen,NES,Role-Playing,Bandai,Bandai,,,,,,,1992-08-07, +/games/boxart/full_7395662JapanFrontccc.jpg,Dragon Ball Z Super Gokuden: Totsugeki-Hen,SNES,Role-Playing,Bandai,TOSE,,,,,,,1995-03-24, +/games/boxart/full_dragonball-z-goku-gekitouden_4JapanFront.jpg,Dragon Ball Z: Goku Gekitouden,GB,Role-Playing,Bandai,Bandai,,,,,,,1995-08-25, +/games/boxart/full_dragonball-z-goku-hishouden_9JapanFront.jpg,Dragon Ball Z: Goku Hishouden,GB,Role-Playing,Bandai,Bandai,,,,,,,1994-11-25, +/games/boxart/full_dragon-ball-z-kyoushuu-saiyajin_72JapanFront.jpg,Dragon Ball Z: Kyoushuu! Saiyajin,NES,Role-Playing,Bandai,Bandai,,,,,,,1990-10-27, +/games/boxart/full_6023286AmericaFrontccc.jpg,Dragon Ball Z: Legendary Super Warriors,GB,Role-Playing,Infogrames,Banpresto,,,,,,,2002-11-08, +/games/boxart/full_5094993JapanFrontccc.jpg,Dragon Buster II: Yami no Fuuin,NES,Role-Playing,Namco,Namco,,,,,,,1989-04-27, +/games/boxart/full_6675151AmericaFrontccc.jpg,Dragon Crystal,GG,Role-Playing,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_6237659PALFrontccc.jpg,Dragon Crystal,MS,Role-Playing,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_dragon-drive-tactics-break_914JapanFront.jpg,Dragon Drive: Tactics Break,PS,Role-Playing,Bandai,Bandai,,,,,,,2002-10-03, +/games/boxart/full_5399680JapanFrontccc.jpg,Dragon Drive: World D Break,GBA,Role-Playing,Banpresto,Zero One,,,,,,,2003-07-18, +/games/boxart/full_9175042AmericaFrontccc.jpg,Dragon Fighting Mission RPG,And,Role-Playing,Unknown,Unknown,,,,,,,2014-03-26, +/games/boxart/full_dragon-knight-amp-graffiti_7JapanFront.jpg,Dragon Knight & Graffiti,PCE,Role-Playing,NEC Avenue,Elf,,,,,,,1995-03-31, +/games/boxart/full_6234067JapanFrontccc.jpg,Dragon Knight 4,PC,Role-Playing,Elf,Elf,,,,,,,2007-06-29, +/games/boxart/full_638348JapanFrontccc.jpg,Dragon Knight 4,PCFX,Role-Playing,NEC Avenue,NEC Avenue,,,,,,,1997-03-28, +/games/boxart/full_769353JapanFrontccc.jpg,Dragon Knight 4,PS,Role-Playing,Banpresto,Elf,,,,,,,1997-02-07, +/games/boxart/full_dragon-knight-ii_8JapanFront.jpg,Dragon Knight II,PCE,Role-Playing,NEC Avenue,TamTam,,,,,,,1992-08-07, +/games/boxart/full_9356290JapanFrontccc.jpg,Dragon Knight III,PCE,Role-Playing,NEC Interchannel,Elf,,,,,,,1994-07-22, +/games/boxart/3421392ccc.jpg,Dragon Lore,3DO,Role-Playing,Mindscape,Cryo Interactive,,,,,,,1994-01-01, +/games/boxart/full_3252800AmericaFrontccc.jpg,Dragon Lore II: The Heart of the Dragon Man,PC,Role-Playing,Interplay,Cryo Interactive Entertainment,,,,,,,1997-06-30, +/games/boxart/full_9420755JapanFrontccc.jpg,Dragon Master Silk,SAT,Role-Playing,Datam Polystar,Datam Polystar,,,,,,,1997-03-28, +/games/boxart/full_dragon-nest_800AmericaFront.jpg,Dragon Nest,PC,Role-Playing,Nexon America,Eyedentity Games,8.5,,,,,,2011-08-16, +/games/boxart/full_2982050JapanFrontccc.jpg,Dragon Quest Characters: Torneko no Daibouken 2 Advance,GBA,Role-Playing,Enix,ChunSoft,,,,,,,2001-12-20, +/games/boxart/full_8203603JapanFrontccc.jpg,Dragon Quest Characters: Torneko no Daibouken 3 Advance,GBA,Role-Playing,Square Enix,ChunSoft,,,,,,,2004-06-24, +/games/boxart/default.jpg,Dragon Quest X,And,Role-Playing,Square Enix,Square Enix,,,,,,,2013-12-16,2018-04-07 +/games/boxart/full_1335217AmericaFrontccc.jpg,Dragon Quest XI: Echoes of an Elusive Age S - Definitive Edition,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2019-04-10 +/games/boxart/default.jpg,Dragon Realms,PC,Role-Playing,Unknown,Simutronics,,,,,,,1995-02-04, +/games/boxart/full_dragon-saga_663AmericaFront.png,Dragon Saga,PC,Role-Playing,Gravity Corporation,Barunson Interactive,,,,,,,2009-10-15, +/games/boxart/default.jpg,Dragon Saga New Origins: Into the Darkness,PC,Role-Playing,Gravity Corporation,Gravity Interactive,,,,,,,2011-09-01, +/games/boxart/full_dragon-scroll-yomigaerishi-maryuu_1JapanFront.jpg,Dragon Scroll: Yomigaerishi Maryuu,NES,Role-Playing,Konami,Konami,,,,,,,1987-12-04, +/games/boxart/full_dragon-slayer-gaiden_6JapanFront.jpg,Dragon Slayer Gaiden,GB,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1992-03-06, +/games/boxart/full_dragon-slayer-i_6JapanFront.jpg,Dragon Slayer I,GB,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1990-08-12, +/games/boxart/full_dragon-slayer_9JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu,VC,Role-Playing,Sega,Sega Falcom,,,,,,,2009-02-10, +/games/boxart/full_dragon-slayer-eiyuu-densetsu-ii_10JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu II,SNES,Role-Playing,Epoch,Nihon Falcom Corporation,,,,,,,1993-06-04, +/games/boxart/full_6764668JapanFrontccc.jpg,Dragon Slayer: Eiyuu Densetsu II,VC,Role-Playing,Sega,Sega,,,,,,,2009-03-03, +/games/boxart/full_6587467JapanFrontccc.jpg,Dragon Slayer: Eiyuu Densetsu II,GEN,Role-Playing,Sega,Sega,,,,,,,1995-01-20, +/games/boxart/full_dragon-slayer-eiyuu-densetsu-ii_0JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu II,PCE,Role-Playing,Hudson Soft,Alfa System,,,,,,,1992-12-23, +/games/boxart/full_dragon-slayer-the-legend-of-heroes_2AmericaFront.jpg,Dragon Slayer: The Legend of Heroes,VC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2007-12-25,2018-12-14 +/games/boxart/full_dragon-slayer-the-legend-of-heroes_10AmericaFront.jpg,Dragon Slayer: The Legend of Heroes,PCE,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,1991-01-01,2018-12-14 +/games/boxart/4245342ccc.jpg,Dragon View,SNES,Role-Playing,Kemco,Atari Europe S.A.S.U.,,,,,,,1994-11-01, +/games/boxart/full_7320123AmericaFrontccc.jpg,Dragon Wars,PC,Role-Playing,Interplay,Interplay Entertainment Corp.,,,,,,,1989-01-01, +/games/boxart/full_941479AmericaFrontccc.jpg,Dragon's Dogma Online,PC,Role-Playing,Capcom,Capcom,,,,,,,2015-08-27, +/games/boxart/full_6145766JapanFrontccc.png,Dragon's Dogma Quest,PSV,Role-Playing,Capcom,Capcom,,,,,,,2013-12-19,2019-01-29 +/games/boxart/full_5105381AmericaFrontccc.png,Dragoneer's Aria,PSN,Role-Playing,NIS America,Hit Maker,5.2,,,,,,2009-09-30, +/games/boxart/1755181ccc.jpg,Dragonstomper,2600,Role-Playing,Unknown,Starpath Corp.,,,,,,,1982-01-01, +/games/boxart/full_drakensang-phileassons-secret_987PALFront.jpg,Drakensang: Phileasson's Secret,PC,Role-Playing,ValuSoft,Radon Labs GmbH,,,,,,,2011-05-13, +/games/boxart/full_4403373PALFrontccc.jpg,Drakensang: The River of Time,PC,Role-Playing,ValuSoft,Radon Labs GmbH,,,,,,,2011-01-11, +/games/boxart/full_7168936AmericaFrontccc.jpg,Drakkhen,SNES,Role-Playing,Kemco,Kemco-Seika,,,,,,,1991-09-01, +/games/boxart/full_3762099AmericaFrontccc.jpg,Drakkhen,PC,Role-Playing,Infogrames,Draconian,,,,,,,1990-01-01, +/games/boxart/full_1981130JapanFrontccc.jpg,Dream Master,NES,Role-Playing,Namco,Birthday,,,,,,,1992-09-22, +/games/boxart/full_dreams-of-witchtown_110AmericaFront.jpg,Dreams of Witchtown,XBL,Role-Playing,Microsoft,Dip Slit,,,,,,,2010-01-13, +/games/boxart/full_druaga-no-tou-the-recovery-of-babylim_8JapanFront.jpg,Druaga no Tou: The Recovery of Babylim,PC,Role-Playing,E-Frontier,Q Entertainment,,,,,,,2009-02-13, +/games/boxart/full_dual-orb_614JapanFront.jpg,Dual Orb,SNES,Role-Playing,I'Max,I'Max,,,,,,,1993-04-16, +/games/boxart/full_dual-orb-ii_604JapanFront.jpg,Dual Orb II,SNES,Role-Playing,I'Max,I'Max,,,,,,,1994-12-29, +/games/boxart/default.jpg,Duel Savior,PC,Role-Playing,Giga,Giga,,,,,,,2004-10-01, +/games/boxart/full_7673275JapanFrontccc.jpg,Duel Savior Destiny,PS2,Role-Playing,Alchemist,Giga,,,,,,,2005-12-22, +/games/boxart/default.jpg,Duel Savior Justice,PC,Role-Playing,Giga,Giga,,,,,,,2005-07-29, +/games/boxart/full_7419005AmericaFrontccc.jpg,Dungeon Adventure,XBL,Role-Playing,Microsoft,UberGeekGames,,,,,,,2010-01-07, +/games/boxart/default.jpg,Dungeon Campaign,PC,Role-Playing,Unknown,"Synergistic Software, Inc.",,,,,,,, +/games/boxart/default.jpg,Dungeon Defenders,PSV,Role-Playing,Unknown,Trendy Entertainment,,,,,,,, +/games/boxart/full_dungeon-defenders_174AmericaFront.jpg,Dungeon Defenders,XBL,Role-Playing,D3 Publisher,Trendy Entertainment,7.3,,,,,,2011-10-19, +/games/boxart/full_dungeon-defenders_580AmericaFront.jpg,Dungeon Defenders,PSN,Role-Playing,Unknown,Trendy Entertainment,8.3,,,,,,2011-10-18, +/games/boxart/full_9477746AmericaFrontccc.jpg,Dungeon Explorer,PCE,Role-Playing,NEC,Atlus Co.,,,,,,,1989-01-01, +/games/boxart/4217218ccc.jpg,Dungeon Explorer,SCD,Role-Playing,Sega,West One,,,,,,,1994-01-01, +/games/boxart/2277375ccc.jpg,Dungeon Explorer,VC,Role-Playing,Hudson Soft,Atlus Co.,6,,,,,,2007-01-08, +/games/boxart/full_dungeon-explorer_799AmericaFront.jpg,Dungeon Explorer,PSN,Role-Playing,Hudson Soft,Atlus Co.,,,,,,,2011-06-07, +/games/boxart/full_4033757AmericaFrontccc.jpg,Dungeon Explorer,PSP,Role-Playing,Hudson Soft,West One,,,,,,,2011-06-07, +/games/boxart/full_dungeon-explorer-ii_5JapanFront.jpg,Dungeon Explorer II,PSN,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2010-09-15, +/games/boxart/full_8812158AmericaFrontccc.jpg,Dungeon Explorer II,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2008-02-05, +/games/boxart/full_6592963AmericaFrontccc.jpg,Dungeon Explorer II,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1993-01-01, +/games/boxart/full_8421932AmericaFrontccc.png,Dungeon Explorer: Warriors of Ancient Arts,PSN,Role-Playing,Hudson Soft,Hudson Soft,6.1,,,,,,2010-01-07, +/games/boxart/full_dungeon-hunter-alliance_743AmericaFront.jpg,Dungeon Hunter: Alliance,PSN,Role-Playing,Gameloft,Gameloft,6.7,,,,,,2011-04-12, +/games/boxart/full_dungeon-hunter-alliance_381AmericaFront.jpg,Dungeon Hunter: Alliance,PSV,Role-Playing,Ubisoft,Ubisoft,,,,,,,2012-02-14, +/games/boxart/full_2606307JapanFrontccc.jpg,Dungeon KiD,NES,Role-Playing,Quest,Quest Corporation,,,,,,,1990-08-31, +/games/boxart/4582160ccc.jpg,Dungeon Lords,PC,Role-Playing,DreamCatcher Interactive,Heuristic Park,,,,,,,2005-05-05, +/games/boxart/full_7514176AmericaFrontccc.jpg,Dungeon Magic: Swords of the Elements,NES,Role-Playing,Taito,Natsume,,,,,,,1990-07-01, +/games/boxart/full_9265080AmericaFrontccc.png,Dungeon Maker: Hunting Ground,PSN,Role-Playing,Xseed Games,Global A,,,,,,,2009-11-04, +/games/boxart/5195223ccc.jpg,Dungeon Master,PC,Role-Playing,Unknown,FTL Games,,,,,,,1989-01-01, +/games/boxart/4911699ccc.jpg,Dungeon Master,SNES,Role-Playing,JVC,FTL Games,,,,,,,1993-06-01, +/games/boxart/full_8836677AmericaFrontccc.jpg,Dungeon Master II: The Legend of Skullkeep,PC,Role-Playing,Interplay,FTL Games,,,,,,,1995-07-31, +/games/boxart/1386117ccc.jpg,Dungeon Master II: The Legend of Skullkeep,SCD,Role-Playing,JVC,Victor Interactive Software,,,,,,,1994-01-01, +/games/boxart/full_7807213JapanFrontccc.jpg,Dungeon of Windaria,DS,Role-Playing,Compile Heart,Compile Heart,,,,,,,2008-05-15, +/games/boxart/full_dungeon-party-the-wizard-in-action_260AmericaFront.jpg,Dungeon Party,PC,Role-Playing,Focus Home Interactive,Cyanide,,,,,,,2009-05-15, +/games/boxart/7549154ccc.jpg,Dungeon Runners,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2007-05-24, +/games/boxart/full_dungeon-savior_124JapanFront.jpg,Dungeon Savior,GB,Role-Playing,J-Wing,J-Wing,,,,,,,2000-08-04, +/games/boxart/full_dungeon-siege-ii-deluxe-edition_0AmericaFront.jpg,Dungeon Siege II: Deluxe Edition,PC,Role-Playing,2K Games,Gas Powered Games,,,,,,,2006-10-23, +/games/boxart/full_dungeon-siege-iii-treasures-of-the-sun_589AmericaFront.jpg,Dungeon Siege III: Treasures of the Sun,PC,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-10-25, +/games/boxart/full_dungeon-siege-iii-treasures-of-the-sun_546AmericaFront.jpg,Dungeon Siege III: Treasures of the Sun,X360,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-10-25, +/games/boxart/full_dungeon-siege-iii-treasures-of-the-sun_358AmericaFront.jpg,Dungeon Siege III: Treasures of the Sun,PS3,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-10-25, +/games/boxart/full_dungeon-tales_119AmericaFront.jpg,Dungeon Tales,XBL,Role-Playing,Microsoft,laurent goethals,,,,,,,2010-10-07, +/games/boxart/9278475ccc.jpg,Dungeons & Dragons: Order of the Griffon,PCE,Role-Playing,Turbo Technologies,Westwood Studios,,,,,,,1992-01-01, +/games/boxart/4271574ccc.jpg,Dungeons & Dragons: Warriors of the Eternal Sun,GEN,Role-Playing,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/default.jpg,Dungeons & Dragons Online: Forsaken Lands,PC,Role-Playing,Unknown,Atari,,,,,,,, +/games/boxart/full_dungeons-ampamp-dragons-daggerdale_975AmericaFront.jpg,Dungeons & Dragons: Daggerdale,XBL,Role-Playing,Atari,Bedlam Games,4.3,,,,,,2011-05-25, +/games/boxart/full_dungeons-ampamp-dragons-daggerdale_253AmericaFront.jpg,Dungeons & Dragons: Daggerdale,PSN,Role-Playing,Unknown,Bedlam Games,6,,,,,,, +/games/boxart/full_7124843AmericaFrontccc.jpg,Dusk of the Gods,PC,Role-Playing,Interstel,Event Horizon Software,,,,,,,1990-01-01, +/games/boxart/full_eye-divine-cybermancy_842AmericaFront.jpg,E.Y.E.: Divine Cybermancy,PC,Role-Playing,Unknown,Streum On Studio,,,,,,,2011-07-29, +/games/boxart/default.jpg,E.Y.E: Divine Cybermancy,PC,Role-Playing,Unknown,Streum On Studio,,,,,,,2011-07-29, +/games/boxart/full_7569268JapanFrontccc.jpg,EarthBound Beginnings,NES,Role-Playing,Nintendo,Ape Studios / HAL Laboratory / Brownie Brown,,,,,,,1989-07-27,2023-04-25 +/games/boxart/full_1724612JapanFrontccc.jpg,Ecolis: Aoi Umi to Ugoku Shima,DS,Role-Playing,GungHo,Headlock,,,,,,,2009-05-28, +/games/boxart/full_2808591JapanFrontccc.jpg,Ecsaform,PS,Role-Playing,"Emotion, Inc.","Emotion, Inc.",,,,,,,1999-01-28, +/games/boxart/full_6530352JapanFrontccc.jpg,Eien no Aseria: The Spirit of Eternity Sword,PS2,Role-Playing,Nippon Ichi Software,Xuse,,,,,,,2005-05-12, +/games/boxart/full_eien-no-aseria-kono-daichi-no-hate-de_705JapanFront.jpg,Eien no Aseria: The Spirit of Eternity Sword Expansion,PC,Role-Playing,Xuse,Xuse,,,,,,,2004-08-13, +/games/boxart/full_4442411JapanFrontccc.jpg,Eien no Filena,SNES,Role-Playing,Tokuma Shoten,Tokuma Shoten,,,,,,,1995-02-25, +/games/boxart/full_673333JapanFrontccc.jpg,Eithea,PS,Role-Playing,Atlus,TamTam,,,,,,,2001-02-22, +/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-fc_16JapanFront.jpg,Eiyuu Densetsu: Sora no Kiseki FC,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, +/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-set_156JapanFront.jpg,Eiyuu Densetsu: Sora no Kiseki Set,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, +/games/boxart/full_the-legend-of-heroes-sora-no-kiseki-the-3rd_146JapanFront.jpg,Eiyuu Densetsu: Sora no Kiseki the 3rd,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, +/games/boxart/default.jpg,Eiyuu Densetsu: Zero no Kiseki,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,, +/games/boxart/full_eiyuu-densetsu-zero-no-kiseki_4JapanFront.jpg,Eiyuu Densetsu: Zero no Kiseki,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-09-30, +/games/boxart/full_5730053JapanFrontccc.jpg,Eiyuu Senki: The World Conquest,PC,Role-Playing,Tenco,Tenco,,,,,,,2012-03-30, +/games/boxart/full_3996603JapanFrontccc.jpg,Eiyuu Senki: The World Conquest,PSV,Role-Playing,5pb,Tenco,,,,,,,2014-05-29, +/games/boxart/full_589427JapanFrontccc.jpg,Eiyuu Senki: The World Conquest,PS3,Role-Playing,RunnerGames,Tenco,,,,,,,2015-10-01, +/games/boxart/full_9217234JapanFrontccc.jpg,El Dorado Gate Volume 1,DC,Role-Playing,Capcom,Capcom,7.3,,,,,,2000-10-10, +/games/boxart/full_7807556JapanFrontccc.jpg,El Dorado Gate Volume 2,DC,Role-Playing,Capcom,Capcom,,,,,,,2000-12-12, +/games/boxart/full_6435352JapanFrontccc.jpg,El Dorado Gate Volume 3,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-02-02, +/games/boxart/full_7070600JapanFrontccc.jpg,El Dorado Gate Volume 4,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-04-12, +/games/boxart/full_2745432JapanFrontccc.jpg,El Dorado Gate Volume 5,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-06-06, +/games/boxart/full_85316JapanFrontccc.jpg,El Dorado Gate Volume 6,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-08-08, +/games/boxart/full_2434562JapanFrontccc.jpg,El Dorado Gate Volume 7,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-10-10, +/games/boxart/full_7701485AmericaFrontccc.jpg,Elemental Gimmick Gear,DC,Role-Playing,Vatical Entertainment,Birthday,7.4,,,,,,1999-12-31, +/games/boxart/full_elfaria_494JapanFront.jpg,Elfaria,SNES,Role-Playing,Hudson Soft,RED Company,,,,,,,1993-01-03, +/games/boxart/full_elfaria-ii_539JapanFront.jpg,Elfaria II,SNES,Role-Playing,Hudson Soft,RED Company,,,,,,,1995-06-09, +/games/boxart/full_7072224JapanFrontccc.jpg,Elie no Atelier GB,GB,Role-Playing,Imagineer,Gust,,,,,,,2000-01-08, +/games/boxart/full_4739743JapanFrontccc.jpg,Elie no Atelier: Salburg no Renkinjutsushi 2,PS,Role-Playing,Gust,Gust,,,,,,,1998-12-17, +/games/boxart/full_831931AmericaFrontccc.jpeg,Elminage Gothic: Ulm Zakir to Yami no Gishiki,PC,Role-Playing,Ghostlight,Ghostlight,,,,,,,2014-09-18, +/games/boxart/full_8329624JapanFrontccc.jpg,Elminage: Yami no Fujo to Kamigami no Yubiwa,PS2,Role-Playing,Starfish,Starfish SD,,,,,,,2008-03-27, +/games/boxart/default.jpg,Elysian Shadows,PC,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, +/games/boxart/default.jpg,Elysian Shadows,OSX,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, +/games/boxart/default.jpg,Elysian Shadows,Linux,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, +/games/boxart/default.jpg,Elysian Shadows,And,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, +/games/boxart/default.jpg,Elysian Shadows,Ouya,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, +/games/boxart/default.jpg,Elysian Shadows,DC,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, +/games/boxart/full_8447068JapanFrontccc.jpg,Emerald Dragon,SNES,Role-Playing,Media Works,Media Works,,,,,,,1995-07-28, +/games/boxart/full_1998793JapanFrontccc.jpg,Emerald Dragon,PCE,Role-Playing,NEC Interchannel,Media Works,,,,,,,1994-01-28, +/games/boxart/full_endless-ages_667AmericaFront.jpg,Endless Ages,PC,Role-Playing,Summitsoft Entertainment,Avaria,,,,,,,2003-06-27, +/games/boxart/full_3065317JapanFrontccc.jpg,Endnesia,PS2,Role-Playing,Enix,Vanpool,,,,,,,2001-05-31, +/games/boxart/full_energy_0JapanFront.jpg,Energy,PCE,Role-Playing,NCS,Luasan Soft,,,,,,,1989-04-19, +/games/boxart/full_epic-dungeon_802AmericaFront.jpg,Epic Dungeon,XBL,Role-Playing,Microsoft,Eyehook,,,,,,,2010-11-30, +/games/boxart/full_6451742AmericaFrontccc.jpg,Epiphany in Spaaace!,XBL,Role-Playing,Microsoft,RainbowDespair,,,,,,,2009-10-20, +/games/boxart/full_6397741AmericaFrontccc.jpg,Equinox,SNES,Role-Playing,Sony Imagesoft,Software Creations,,,,,,,1993-01-01, +/games/boxart/2347939ccc.jpg,Eragon,GBA,Role-Playing,Sierra Entertainment,Amaze Entertainment,7.1,,,,,,2006-11-14, +/games/boxart/3334124ccc.jpg,Escape From Paradise City,PC,Role-Playing,CDV Software Entertainment,Sirius Games,,,,,,,2007-10-26, +/games/boxart/full_eschalon-book-i_308AmericaFront.jpg,Eschalon: Book I,PC,Role-Playing,Unknown,Basilisk Games,,,,,,,2007-11-19, +/games/boxart/default.jpg,Eschalon: Book II,PC,Role-Playing,Unknown,Basilisk Games,,,,,,,2010-05-12, +/games/boxart/full_esper-dream-2-aratanaru-tatakai_4JapanFront.jpg,Esper Dream 2: Aratanaru Tatakai,NES,Role-Playing,Konami,Konami,,,,,,,1992-06-26, +/games/boxart/default.jpg,Eternal Chronicle,DS,Role-Playing,Unknown,Paon Corporation,,,,,,,, +/games/boxart/full_eternal-eden_0AmericaFront.jpg,Eternal Eden,PC,Role-Playing,Unknown,Blossomsoft,,,,,,,2008-12-11, +/games/boxart/default.jpg,Eternal Eden,3DS,Role-Playing,Unknown,Blossomsoft,,,,,,,, +/games/boxart/full_7965266JapanFrontccc.jpg,Eternal Legend: Eien no Densetsu,GG,Role-Playing,Sega,JAM,,,,,,,1991-08-09, +/games/boxart/full_7556910PALFrontccc.jpg,Eternal Quest,PS2,Role-Playing,Midas Interactive Entertainment,Tamsoft,,,,,,,2004-05-21, +/games/boxart/full_7836307AmericaFrontccc.jpg,Ether Saga Online,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2009-03-17, +/games/boxart/full_8259651AmericaFrontccc.jpg,EVE Online: Apocrypha,PC,Role-Playing,CCP,CCP,,,,,,,2009-03-10, +/games/boxart/default.jpg,EVE Online: Dominion,PC,Role-Playing,CCP,CCP,,,,,,,2009-12-01, +/games/boxart/default.jpg,EVE Online: Empyrean Age,PC,Role-Playing,Unknown,CCP,,,,,,,, +/games/boxart/default.jpg,EVE Online: Exodus,PC,Role-Playing,Unknown,CCP,,,,,,,, +/games/boxart/default.jpg,EVE Online: Quantum Rise,PC,Role-Playing,Unknown,CCP,,,,,,,, +/games/boxart/default.jpg,EVE Online: Revelations,PC,Role-Playing,Unknown,CCP,,,,,,,, +/games/boxart/default.jpg,EVE Online: Revelations II,PC,Role-Playing,Unknown,CCP,,,,,,,, +/games/boxart/default.jpg,EVE Online: Trinity,PC,Role-Playing,Unknown,CCP,,,,,,,, +/games/boxart/full_everquest_878AmericaFront.jpg,EverQuest,PC,Role-Playing,Sony Online Entertainment,Verant Interactive,8,,,,,,1999-03-16, +/games/boxart/5120734ccc.jpg,EverQuest II,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2004-11-08, +/games/boxart/full_everquest-ii-desert-of-flames_661AmericaFront.jpg,EverQuest II: Desert of Flames,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2005-09-12, +/games/boxart/full_6689091AmericaFrontccc.jpg,EverQuest II: Echoes of Faydwer,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2006-11-13, +/games/boxart/6102407ccc.jpg,EverQuest II: Kingdom of Sky,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2006-02-21, +/games/boxart/full_6580524AmericaFrontccc.jpg,EverQuest II: Rise of Kunark,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2007-11-13, +/games/boxart/full_5127960AmericaFrontccc.jpg,EverQuest II: Sentinel's Fate,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2010-02-16, +/games/boxart/full_2538565AmericaFrontccc.jpg,EverQuest II: The Shadow Odyssey,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-11-17, +/games/boxart/full_612228AmericaFrontccc.jpg,EverQuest Underfoot,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2009-12-15, +/games/boxart/full_4582545AmericaFrontccc.jpg,EverQuest: Gates of Discord,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2004-02-09, +/games/boxart/full_everquest-house-of-thule_9AmericaFront.jpg,EverQuest: House of Thule,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2010-10-12, +/games/boxart/4677284ccc.jpg,EverQuest: The Buried Sea,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2007-02-13, +/games/boxart/full_everquest-veil-of-alaris_968AmericaFront.jpg,Everquest: Veil of Alaris,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2011-11-15, +/games/boxart/full_7864037AmericaFrontccc.jpg,Evil Islands: Curse of the Lost Soul,PC,Role-Playing,Fishtank Interactive,Nival Interactive,,,,,,,2001-04-17, +/games/boxart/default.jpg,Evil Islands: Lost in Astral,PC,Role-Playing,Nival Interactive,Matilda Entertainment,,,,,,,2006-01-01, +/games/boxart/full_3331453AmericaFrontccc.jpg,Evoland 2,OSX,Role-Playing,Shiro Games,Shiro Games,,,,,,,2015-08-25,2018-08-10 +/games/boxart/8568182ccc.jpg,Evolution 2: Far Off Promise,DC,Role-Playing,Ubisoft,Sting,5.6,,,,,,2000-06-29, +/games/boxart/2219591ccc.jpg,Evolution: The World of Sacred Device,DC,Role-Playing,Ubisoft,Sting,6.7,,,,,,1999-12-16, +/games/boxart/full_exile_227AmericaFront.jpg,Exile,PCE,Role-Playing,Working Designs,Nippon Telenet,,,,,,,1992-01-01, +/games/boxart/full_exile_555AmericaFront.jpg,Exile,GEN,Role-Playing,Renovation,Nippon Telenet,,,,,,,1991-12-05, +/games/boxart/full_exile-ii-crystal-souls_137AmericaFront.gif,Exile II: Crystal Souls,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,1995-01-01, +/games/boxart/full_1604861JapanFrontccc.jpg,Exodus Guilty Neos,DC,Role-Playing,Abel,Abel Software,,,,,,,2001-05-31, +/games/boxart/default.jpg,Exodyssey,PS3,Role-Playing,Unknown,Steambot Studios,,,,,,,, +/games/boxart/full_eye-of-the-beholder_139AmericaFront.jpg,Eye of the Beholder,PC,Role-Playing,SSI,Westwood Associates,,,,,,,1990-01-01, +/games/boxart/default.jpg,Eye of the Beholder,Lynx,Role-Playing,Unknown,NuFX,,,,,,,, +/games/boxart/full_4584993JapanFrontccc.jpg,Eyeshield 21: AmeFoot Yarouze! Ya! Ha!,PS2,Role-Playing,Konami,Konami,,,,,,,2005-12-22, +/games/boxart/full_9778031AmericaFrontccc.jpg,Fable II,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,,,,,,,2010-04-06, +/games/boxart/full_6333553AmericaFrontccc.jpg,Fable II: Knothole Island,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,,,,,,,2009-01-13, +/games/boxart/full_2853181AmericaFrontccc.jpg,Fable II: See the Future,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,6,,,,,,2009-05-12, +/games/boxart/full_fable-iii_997AmericaFront.jpg,Fable III,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,,,,,,,2011-05-17, +/games/boxart/full_fable-iii-traitors-keep_324AmericaFront.jpg,Fable III: Traitor's Keep Quest Pack,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,7.4,,,,,,2011-03-01, +/games/boxart/full_fable-iii-understone-quest-pack_543AmericaFront.jpg,Fable III: Understone Quest Pack,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,4.5,,,,,,2010-11-23, +/games/boxart/full_7520132AmericaFrontccc.jpg,Fable Legends,XOne,Role-Playing,Microsoft Studios,Lionhead Studios,,,,,,,2016-12-31, +/games/boxart/5458882ccc.jpg,Fable: The Lost Chapters,XB,Role-Playing,Microsoft Game Studios,Lionhead Studios,8.1,,,,,,2005-10-18, +/games/boxart/full_faery-legends-of-avalon_453AmericaFront.jpg,Faery: Legends of Avalon,PSN,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2011-01-11, +/games/boxart/full_faery-legends-of-avalon_496AmericaFront.jpg,Faery: Legends of Avalon,XBL,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2010-11-10, +/games/boxart/full_faery-legends-of-avalon_707AmericaFront.jpg,Faery: Legends of Avalon,PC,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2011-05-06, +/games/boxart/full_fallen-earth-blood-sports_328AmericaFront.jpg,Fallen Earth: Blood Sports,PC,Role-Playing,Unknown,Atari,,,,,,,2009-09-22, +/games/boxart/full_6426191PALFrontccc.jpg,Fallen Kingdoms,GIZ,Role-Playing,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_6644791AmericaFrontccc.jpg,Fallen Legion,PS4,Role-Playing,Acttil,YummyYummyTummy,,,,,,,2017-07-25, +/games/boxart/default.jpg,Fallen Legion: Flames of Rebellion,PSV,Role-Playing,Acttil,YummyYummyTummy,,,,,,,2017-07-25, +/games/boxart/default.jpg,Falling Skies: The Game,PC,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, +/games/boxart/default.jpg,Falling Skies: The Game,PS4,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, +/games/boxart/default.jpg,Falling Skies: The Game,PS3,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, +/games/boxart/default.jpg,Falling Skies: The Game,WiiU,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, +/games/boxart/8044484ccc.jpg,Falling Stars,PC,Role-Playing,Ivolgamus,Ivolgamus,,,,,,,2007-08-01, +/games/boxart/3096002ccc.jpg,Falling Stars,PS2,Role-Playing,Agetec,Ivolgamus,3.4,,,,,,2008-08-26, +/games/boxart/full_5748240AmericaFrontccc.jpg,Fallout 3,XBL,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2010-03-02, +/games/boxart/full_9453164AmericaFrontccc.jpg,Fallout 3: Broken Steel,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.3,,,,,,2009-09-24, +/games/boxart/full_5481978AmericaFrontccc.jpg,Fallout 3: Broken Steel,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.9,,,,,,2009-05-05, +/games/boxart/full_5405976AmericaFrontccc.jpg,Fallout 3: Broken Steel,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.8,,,,,,2009-05-05, +/games/boxart/full_5423889AmericaFrontccc.jpg,Fallout 3: Game of the Year Edition,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-13, +/games/boxart/full_1696693AmericaFrontccc.jpg,Fallout 3: Game of the Year Edition,PS3,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-13, +/games/boxart/full_2261130AmericaFrontccc.jpg,Fallout 3: Mothership Zeta,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,6.8,,,,,,2009-08-03, +/games/boxart/full_4351256AmericaFrontccc.jpg,Fallout 3: Mothership Zeta,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,6.5,,,,,,2009-08-03, +/games/boxart/full_384664AmericaFrontccc.jpg,Fallout 3: Mothership Zeta,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,6,,,,,,2009-10-08, +/games/boxart/full_4148752AmericaFrontccc.jpg,Fallout 3: Operation Anchorage,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-01, +/games/boxart/full_6911850AmericaFrontccc.jpg,Fallout 3: Operation Anchorage,XBL,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2009-01-27, +/games/boxart/full_9983399AmericaFrontccc.jpg,Fallout 3: Operation Anchorage,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2009-01-27, +/games/boxart/full_993469AmericaFrontccc.jpg,Fallout 3: Point Lookout,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.2,,,,,,2009-06-23, +/games/boxart/full_3938470AmericaFrontccc.jpg,Fallout 3: Point Lookout,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.3,,,,,,2009-10-08, +/games/boxart/full_fallout-3-point-lookout_256AmericaFront.jpg,Fallout 3: Point Lookout,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8,,,,,,2009-06-23, +/games/boxart/full_7567819AmericaFrontccc.jpg,Fallout 3: The Pitt,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-01, +/games/boxart/full_2160656PALFrontccc.jpg,Fallout 3: The Pitt,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-03-24, +/games/boxart/full_4477694AmericaFrontccc.jpg,Fallout 3: The Pitt,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-03-24, +/games/boxart/full_fallout-new-vegas-dead-money_452AmericaFront.jpg,Fallout: New Vegas - Dead Money,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2010-12-21, +/games/boxart/full_fallout-new-vegas-dead-money_160AmericaFront.jpg,Fallout: New Vegas - Dead Money,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-02-22, +/games/boxart/full_fallout-new-vegas-dead-money_854AmericaFront.jpg,Fallout: New Vegas - Dead Money,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-02-22, +/games/boxart/full_fallout-new-vegas-honest-hearts_559AmericaFront.jpg,Fallout: New Vegas - Honest Hearts,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-06-02, +/games/boxart/full_fallout-new-vegas-honest-hearts_833AmericaFront.jpg,Fallout: New Vegas - Honest Hearts,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-05-17, +/games/boxart/full_fallout-new-vegas-honest-hearts_276AmericaFront.jpg,Fallout: New Vegas - Honest Hearts,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-05-17, +/games/boxart/full_fallout-new-vegas-lonesome-road_570AmericaFront.jpg,Fallout: New Vegas - Lonesome Road,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-09-20, +/games/boxart/full_fallout-new-vegas-lonesome-road_317AmericaFront.jpg,Fallout: New Vegas - Lonesome Road,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,5.8,,,,,,2011-09-20, +/games/boxart/full_fallout-new-vegas-lonesome-road_764AmericaFront.jpg,Fallout: New Vegas - Lonesome Road,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-09-20, +/games/boxart/full_fallout-new-vegas-old-world-blues_465AmericaFront.jpg,Fallout: New Vegas - Old World Blues,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.6,,,,,,2011-07-19, +/games/boxart/full_fallout-new-vegas-old-world-blues_394AmericaFront.jpg,Fallout: New Vegas - Old World Blues,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8,,,,,,2011-07-19, +/games/boxart/full_fallout-new-vegas-old-world-blues_730AmericaFront.jpg,Fallout: New Vegas - Old World Blues,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.7,,,,,,2011-07-19, +/games/boxart/full_far-east-of-eden-ii-manji-maru_182JapanFront.jpg,Far East of Eden II: Manji Maru,PSN,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,2011-03-16, +/games/boxart/full_far-east-of-eden-ii-manji-maru_384JapanFront.jpg,Far East of Eden II: Manji Maru,PCE,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,1992-03-26, +/games/boxart/full_6402197AmericaFrontccc.jpg,Faria: A World of Mystery & Danger!,NES,Role-Playing,Nexoft,Game Arts,,,,,,,1991-06-01, +/games/boxart/full_4030113JapanFrontccc.jpg,Farland Saga: Toki no Douhyou,SAT,Role-Playing,TGL,TGL,,,,,,,1998-12-03, +/games/boxart/default.jpg,Farland Saga: Toki no Douhyou,PC,Role-Playing,TGL,TGL,,,,,,,1997-05-30, +/games/boxart/full_6261884JapanFrontccc.jpg,Farland Saga: Toki no Michishirube,PS,Role-Playing,TGL,TGL,,,,,,,1999-04-28, +/games/boxart/full_8156681JapanFrontccc.jpg,Farland Saga: Toki no Michishirube,PSN,Role-Playing,TGL,TGL,,,,,,,2009-06-24, +/games/boxart/full_farland-story-fx_769JapanFront.jpg,Farland Story FX,PCFX,Role-Playing,NEC,NEC,,,,,,,1996-10-25, +/games/boxart/full_6482124AmericaFrontccc.jpg,Fatal Labyrinth,GEN,Role-Playing,Sega,Sega Enterprises,,,,,,,1991-01-01, +/games/boxart/full_fatal-labyrinth_886AmericaFront.jpg,Fatal Labyrinth,PC,Role-Playing,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/2711880ccc.jpg,Fate,PC,Role-Playing,WildTangent,Tronwell Software,,,,,,,2005-05-18, +/games/boxart/full_fateextra_0JapanFront.jpg,Fate/Extra,PSN,Role-Playing,Aksys Games,imageepoch Inc.,,,,,,,2011-11-01, +/games/boxart/full_921764AmericaFrontccc.jpg,Fate: The Traitor Soul,PC,Role-Playing,WildTangent,WildTangent,,,,,,,2009-09-09, +/games/boxart/1997369ccc.jpg,Fate: Undiscovered Realms,PC,Role-Playing,Encore,WildStudios,,,,,,,2008-07-22, +/games/boxart/full_faxanadu_6AmericaFront.jpg,Faxanadu,VC,Role-Playing,Hudson Soft,Nihon Falcom Corporation,8.5,,,,,,2011-02-21, +/games/boxart/full_faxanadu_6AmericaFront.jpg,Faxanadu,NES,Role-Playing,Nintendo,Nihon Falcom Corporation,,,,,,,1989-08-01, +/games/boxart/full_fiesta-online_6AmericaFront.png,Fiesta Online,PC,Role-Playing,Outspark,OnSon Soft,,,,,,,2008-01-01, +/games/boxart/default.jpg,Fighting Fantasy: Talisman of Death,PSN,Role-Playing,Sony Computer Entertainment,Laughing Jackal,6,,,,,,2011-08-17, +/games/boxart/full_2569015AmericaFrontccc.gif,Final Fantasy,VC,Role-Playing,Square Enix,Square,8.5,,,,,,2009-10-05, +/games/boxart/full_1708367JapanFrontccc.jpg,Final Fantasy,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2009-06-24, +/games/boxart/full_6265477JapanFrontccc.jpg,Final Fantasy,PS,Role-Playing,Square Enix,SquareSoft,,,,,,,2003-04-08, +/games/boxart/full_8793820AmericaFrontccc.jpg,Final Fantasy Agito,And,Role-Playing,Square Enix,Square Enix,,,,,,,2015-01-01, +/games/boxart/full_final-fantasy-anniversary-edition_344PALFront.png,Final Fantasy Anniversary Edition,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2011-02-16, +/games/boxart/full_1802279PALFrontccc.jpg,Final Fantasy Anthology: Europa Edition,PS,Role-Playing,Electronic Arts,SquareSoft,,,,,,,2002-01-01, +/games/boxart/full_8038501AmericaFrontccc.png,Final Fantasy Artniks Dive,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-03-31, +/games/boxart/full_9171913JapanFrontccc.jpg,Final Fantasy Extra Collection,PS,Role-Playing,DigiCube,TOSE,,,,,,,1997-01-01, +/games/boxart/full_4870392AmericaFrontccc.jpg,Final Fantasy I,iOS,Role-Playing,Square Enix,Square Enix,7,,,,,,2010-02-25,2020-12-03 +/games/boxart/full_9530402JapanFrontccc.jpg,Final Fantasy II,VC,Role-Playing,Square Enix,Square,,,,,,,2009-06-16, +/games/boxart/full_522980JapanFrontccc.jpg,Final Fantasy II,PS,Role-Playing,Square Enix,SquareSoft,,,,,,,2003-04-08, +/games/boxart/full_1823355JapanFrontccc.jpg,Final Fantasy II,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-03-02, +/games/boxart/full_9771713AmericaFrontccc.jpg,Final Fantasy II (SNES),VC,Role-Playing,Square Enix,Square,8,,,,,,2010-03-08, +/games/boxart/full_final-fantasy-ii-anniversary-edition_179PALFront.png,Final Fantasy II Anniversary Edition,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2011-03-02, +/games/boxart/full_5434401JapanFrontccc.jpg,Final Fantasy III,VC,Role-Playing,Square Enix,Square,,,,,,,2011-06-30, +/games/boxart/full_2896527AmericaFrontccc.jpg,Final Fantasy III (SNES),VC,Role-Playing,Square Enix,SquareSoft,9.5,,,,,,2011-06-30, +/games/boxart/full_8611381JapanFrontccc.jpg,Final Fantasy IV,WS,Role-Playing,Square,SquareSoft,,,,,,,2002-03-29, +/games/boxart/full_1957808AmericaFrontccc.jpg,Final Fantasy IV: The After Years,WW,Role-Playing,Square Enix,Matrix Software,6.8,,,,,,2009-06-01, +/games/boxart/full_final-fantasy-iv-the-complete-collection_390AmericaFront.jpg,Final Fantasy IV: The Complete Collection,PSN,Role-Playing,Square Enix,Square Enix,8,,,,,,2011-04-19, +/games/boxart/full_final-fantasy-ix_6AmericaFront.jpg,Final Fantasy IX,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-06-15, +/games/boxart/full_6415819AmericaFrontccc.png,Final Fantasy IX,iOS,Role-Playing,Square Enix,SquareSoft,,,,,,,2016-02-10,2019-02-14 +/games/boxart/9832081ccc.jpg,Final Fantasy Legend II,GB,Role-Playing,Square,SquareSoft,8,,,,,,1991-11-01, +/games/boxart/full_final-fantasy-mystic-quest_1AmericaFront.jpg,Final Fantasy Mystic Quest,SNES,Role-Playing,Square,SquareSoft,,,,,,,1992-10-05, +/games/boxart/full_final-fantasy-mystic-quest_2AmericaFront.jpg,Final Fantasy Mystic Quest,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-10-18, +/games/boxart/full_3437793AmericaFrontccc.png,Final Fantasy Record Keeper,And,Role-Playing,Vector Unit Studios,Square Enix,,,,,,,2015-03-26, +/games/boxart/full_7902181AmericaFrontccc.png,Final Fantasy Tactics,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2009-09-17, +/games/boxart/full_final-fantasy-tactics-the-war-of-the-lions_684AmericaFront.jpg,Final Fantasy Tactics: The War of the Lions,PSN,Role-Playing,Square Enix,Square Enix,9,,,,,,2011-07-19, +/games/boxart/full_9518115AmericaFrontccc.jpg,Final Fantasy Type-0,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2016-08-18,2018-01-10 +/games/boxart/full_1742784AmericaFrontccc.jpg,Final Fantasy Type-0,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2015-05-18,2018-12-28 +/games/boxart/full_2883136JapanFrontccc.jpg,Final Fantasy V,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-01-18, +/games/boxart/full_final-fantasy-v_250PALFront.png,Final Fantasy V,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-11-22, +/games/boxart/full_final-fantasy-vi_131PALFront.png,Final Fantasy VI,PSN,Role-Playing,Square Enix,TOSE Software,,,,,,,2011-12-06, +/games/boxart/full_6917089AmericaFrontccc.jpg,Final Fantasy VII,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2009-06-02,2019-03-23 +/games/boxart/full_2315310AmericaFrontccc.png,Final Fantasy VII,iOS,Role-Playing,Square Enix,SquareSoft,,,,,,,2015-08-19,2019-03-23 +/games/boxart/full_2597488JapanFrontccc.jpg,Final Fantasy VII International,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2009-04-10, +/games/boxart/full_9102660AmericaFrontccc.png,Final Fantasy VIII,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2009-12-17, +/games/boxart/default.jpg,Final Fantasy X HD,PS3,Role-Playing,Square Enix,Square Enix,,,,,,,, +/games/boxart/default.jpg,Final Fantasy X HD,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,, +/games/boxart/full_final-fantasy-xx-2-ultimate-box_9JapanFront.jpg,Final Fantasy X/X-2 Ultimate Box,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-09-08, +/games/boxart/default.jpg,Final Fantasy XI: A Moogle Kupo d'Etat,X360,Role-Playing,Square Enix,Square Enix,,,,,,,2009-07-06, +/games/boxart/default.jpg,Final Fantasy XI: A Moogle Kupo d'Etat,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2009-07-06, +/games/boxart/default.jpg,Final Fantasy XI: A Moogle Kupo d'Etat,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2009-07-06, +/games/boxart/full_3080912AmericaFrontccc.jpg,Final Fantasy XI: Chains of Promathia,PC,Role-Playing,Square Enix,Square Enix,6.8,,,,,,2004-09-21, +/games/boxart/full_final-fantasy-xi-rise-of-the-zilart_616JapanFront.jpg,Final Fantasy XI: Rise of the Zilart,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2003-04-17, +/games/boxart/full_final-fantasy-xi-scars-of-abyssea_117JapanFront.jpg,Final Fantasy XI: Scars of Abyssea,XBL,Role-Playing,Square Enix,Square Enix,,,,,,,2010-09-15, +/games/boxart/full_8735993AmericaFrontccc.jpg,Final Fantasy XI: Starter Pack,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2007-07-20, +/games/boxart/full_4426096AmericaFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2005-08-16, +/games/boxart/full_8255117JapanFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2007-11-22, +/games/boxart/full_5617950AmericaFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection 2007,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2006-11-07, +/games/boxart/7464439ccc.jpg,Final Fantasy XI: Treasures of Aht Urhgan,PS2,Role-Playing,Square Enix,Square Enix,9,,,,,,2006-04-18, +/games/boxart/full_6867189AmericaFrontccc.jpg,Final Fantasy XI: Treasures of Aht Urhgan,PC,Role-Playing,Square Enix,Square Enix,9,,,,,,2006-04-18, +/games/boxart/full_9216666AmericaFrontccc.jpg,Final Fantasy XI: Ultimate Collection,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2009-11-10, +/games/boxart/full_final-fantasy-xi-ultimate-collection-abyssea-edition_305AmericaFront.jpg,Final Fantasy XI: Ultimate Collection Abyssea Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2011-05-16, +/games/boxart/full_228995JapanFrontccc.jpg,Final Fantasy XI: Vana'diel Collection 2,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2009-11-12, +/games/boxart/5675429ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2008-04-15, +/games/boxart/3002369ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2008-04-15, +/games/boxart/8508277ccc.jpg,Final Fantasy XI: Wings of the Goddess,PC,Role-Playing,Square Enix,Square Enix,6.5,,,,,,2007-11-21, +/games/boxart/2829196ccc.jpg,Final Fantasy XI: Wings of the Goddess,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2007-11-20, +/games/boxart/default.jpg,Final Saga: The Gaia Cross Chronicles,XBL,Role-Playing,Microsoft,Begat,,,,,,,, +/games/boxart/409051ccc.jpg,Fire Emblem: Seisen no Keifu,SNES,Role-Playing,Nintendo,Intelligent Systems,,,,,,,1996-05-14, +/games/boxart/default.jpg,Fire Emblem: Shadow Dragon,WiiU,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2009-10-20,2018-08-30 +/games/boxart/full_first-queen-iv-varcia-senki_286JapanFront.jpg,First Queen IV: Varcia Senki,PSN,Role-Playing,Kure,Kure,,,,,,,2011-02-09, +/games/boxart/full_4272247JapanFrontccc.jpg,First Queen IV: Varcia Senki,PS,Role-Playing,Kure,Kure,,,,,,,1996-12-06, +/games/boxart/full_fishisle_382AmericaFront.jpg,FishIsle,PC,Role-Playing,IGG,IGG.com,,,,,,,2009-11-01, +/games/boxart/default.jpg,Folklore,PSP,Role-Playing,Unknown,Game Republic,,,,,,,, +/games/boxart/default.jpg,FORCED,XOne,Role-Playing,BetaDwarf,BetaDwarf,,,,,,,2020-12-31, +/games/boxart/full_8750514PALFrontccc.jpg,Forgotten Realms Deluxe Edition,PC,Role-Playing,Unknown,BioWare Corp.,,,,,,,, +/games/boxart/default.jpg,Forgotten Stories: Echoes of Destiny,PC,Role-Playing,Unknown,Oniric Games,,,,,,,, +/games/boxart/full_forsaken-world_699AmericaFront.jpg,Forsaken World,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2011-03-22, +/games/boxart/full_fortune-summoners-deluxe_505JapanFront.jpg,Fortune Summoners,PC,Role-Playing,Unknown,Lizsoft,,,,,,,2009-06-18, +/games/boxart/full_fray-cd-xak-gaiden_2JapanFront.jpg,Fray CD: Xak Gaiden,PCE,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,1994-03-30, +/games/boxart/full_5699306JapanFrontccc.jpg,Fray: Shuugyouhen,GG,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,1991-12-27, +/games/boxart/default.jpg,Frayed Knights: The Skull of S’makh-Daon,PC,Role-Playing,Unknown,Rampant Games,,,,,,,, +/games/boxart/default.jpg,Freaky Space,PC,Role-Playing,Abandon Interactive Entertainment,Abandon Interactive,,,,,,,2009-07-09, +/games/boxart/full_free-realms_803AmericaFront.jpg,Free Realms,PSN,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2011-03-29, +/games/boxart/full_452563AmericaFrontccc.jpg,Free Realms,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2009-04-29, +/games/boxart/full_8923255JapanFrontccc.jpg,From TV Animation One Piece: Chopper no Daibouken,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-10-16, +/games/boxart/full_7345749JapanFrontccc.jpg,From TV Animation One Piece: Maboroshi no Grand Line Boukenki!,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,2002-06-28, +/games/boxart/full_730220JapanFrontccc.jpg,Front Mission: Gun Hazard,VC,Role-Playing,Square Enix,Omiya Soft,,,,,,,2008-05-20, +/games/boxart/9550534ccc.jpg,Fury,PC,Role-Playing,Gamecock,Auran,,,,,,,2007-10-16, +/games/boxart/full_2478338JapanFrontccc.jpg,Fushigi no Dungeon 2: Fuurai no Shiren,VC,Role-Playing,ChunSoft,ChunSoft,,,,,,,2007-07-24, +/games/boxart/full_223896JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren DS 2 - Sabaku no Majou,DS,Role-Playing,Sega,ChunSoft,,,,,,,2008-11-13, +/games/boxart/full_4273967JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren Gaiden: Jokenji Asuka Kenzan!,DC,Role-Playing,Sega,Neverland,,,,,,,2002-02-07, +/games/boxart/full_2838100JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren Gaiden: Onna Kenshi Asuka Kenzan! For Windows,PC,Role-Playing,ChunSoft,ChunSoft,,,,,,,2002-12-20, +/games/boxart/full_fushigi-no-dungeon-fuurai-no-shiren-gb2-sabaku-no-majou_9JapanFront.jpg,Fushigi no Dungeon: Fuurai no Shiren GB2: Sabaku no Majou,GB,Role-Playing,ChunSoft,ChunSoft,,,,,,,2001-07-19, +/games/boxart/full_40520JapanFrontccc.jpg,Fushigi no Umi no Nadia,GEN,Role-Playing,Namco,Namco,,,,,,,1991-03-19, +/games/boxart/full_9790880JapanFrontccc.jpg,G-O-D Pure: Growth or Devolution,PS,Role-Playing,Imagineer,Unknown,,,,,,,1998-02-26, +/games/boxart/default.jpg,Gaia Online MMO,PC,Role-Playing,Unknown,AniHQ,,,,,,,2008-09-01, +/games/boxart/full_galaxy-online_648AmericaFront.jpg,Galaxy Online,PC,Role-Playing,IGG,Unknown,,,,,,,2009-02-01, +/games/boxart/full_galaxy-robo_724JapanFront.jpg,Galaxy Robo,SNES,Role-Playing,Imagineer,Imagineer,,,,,,,1994-03-11, +/games/boxart/full_8057890JapanFrontccc.jpg,Ganbare Goemon Gaiden 2: Tenka no Zaihou,NES,Role-Playing,Konami,Konami,,,,,,,1992-01-03, +/games/boxart/full_ganbare-goemon-tengu-to-no-gyuakushu_131JapanFront.jpg,Ganbare Goemon: Tengu-to no Gyuakushu!,GB,Role-Playing,Konami,Konami,,,,,,,1999-01-14, +/games/boxart/full_gatekeepers_31JapanFront.jpg,GateKeepers,PS,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,,,,,,1999-12-16, +/games/boxart/full_682091AmericaFrontccc.jpg,Gauntlet: Seven Sorrows,XBL,Role-Playing,Midway Games,Midway Studios San Diego,,,,,,,2008-05-19, +/games/boxart/full_gb-harobots_3JapanFront.jpg,GB Harobots,GB,Role-Playing,Sunrise Interactive,Sunrise Interactive,,,,,,,2000-12-01, +/games/boxart/full_4755015JapanFrontccc.jpg,GD Leen,SNES,Role-Playing,Seta Corporation,Jorudan,,,,,,,1991-05-28, +/games/boxart/full_4478056JapanFrontccc.jpg,Gegege no Kitarou,GB,Role-Playing,Bandai,Bandai,,,,,,,1996-12-13, +/games/boxart/full_6877285JapanFrontccc.jpg,Gegege no Kitarou: Ibun Youkaitan,PS2,Role-Playing,Konami,Konami Computer Entertainment Japan,,,,,,,2003-12-11, +/games/boxart/full_729952JapanFrontccc.jpg,Gegege no Kitarou: Kiki Ippatsu! Youkai Rettou,GBA,Role-Playing,Konami,Konami,,,,,,,2003-12-11, +/games/boxart/default.jpg,Gemstone IV,PC,Role-Playing,Unknown,Simutronics,,,,,,,1998-04-10, +/games/boxart/default.jpg,Geneforge,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2002-03-19, +/games/boxart/default.jpg,Geneforge 2,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2003-10-19, +/games/boxart/default.jpg,Geneforge 3,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2005-05-30, +/games/boxart/default.jpg,Geneforge 4: Rebellion,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2007-02-04, +/games/boxart/default.jpg,Geneforge 5: Overthrow,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2009-02-18, +/games/boxart/full_6273855JapanFrontccc.jpg,Genei Toshi: Illusion City,SCD,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,1993-05-28, +/games/boxart/full_7886568JapanFrontccc.jpg,Generation of Chaos,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2001-08-09, +/games/boxart/full_1911298JapanFrontccc.jpg,Generation of Chaos Exceed,GC,Role-Playing,Idea Factory,Idea Factory,,,,,,,2003-02-06, +/games/boxart/full_3779341JapanFrontccc.jpg,Generation of Chaos III: Toki no Fuuin,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2003-05-08, +/games/boxart/full_7484207JapanFrontccc.jpg,Generation of Chaos: Desire,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2007-09-27, +/games/boxart/full_8341704JapanFrontccc.jpg,Genpei Toumaden,NES,Role-Playing,Namco,Namco,,,,,,,1988-10-21, +/games/boxart/full_gensou-maden-saiyuuki-retribution-hi-no-ataru-basho-de_10JapanFront.jpg,Gensou Maden Saiyuuki Retribution: Hi no Ataru Basho De,WS,Role-Playing,Mubik,Pixel Maniacs,,,,,,,2001-06-07, +/games/boxart/default.jpg,Gensou Suikoden,PC,Role-Playing,Konami,Konami,,,,,,,1998-01-01, +/games/boxart/full_1032633JapanFrontccc.jpg,Gensou Suikoden,SAT,Role-Playing,Konami,KCET,,,,,,,1998-09-17, +/games/boxart/full_7223711JapanFrontccc.jpg,Gensou Suikoden Card Stories,GBA,Role-Playing,Konami,Will,,,,,,,2001-09-13, +/games/boxart/full_suikoden-i-ii_8JapanFront.jpg,Gensou Suikoden I & II,PSN,Role-Playing,Konami,Konami,,,,,,,2010-07-15, +/games/boxart/full_8905459AmericaFrontccc.jpg,Geomon,iOS,Role-Playing,Unknown,"Loki Studios, Inc.",,,,,,,, +/games/boxart/full_2333530JapanFrontccc.jpg,Get Backers Dakkanoku: Jagan Fuuin!,GBA,Role-Playing,Konami,Konami,,,,,,,2003-09-04, +/games/boxart/full_1599871JapanFrontccc.jpg,Get Backers Dakkanoku: Metropolis Dakkan Sakusen!,GBA,Role-Playing,Konami,Konami,,,,,,,2003-03-20, +/games/boxart/full_3103585JapanFrontccc.jpg,GetBackers Dakkanoku: Ubawareta Mugenshiro,PS2,Role-Playing,Konami,Konami,,,,,,,2002-09-26, +/games/boxart/full_legend-of-the-ghost-lion_396AmericaFront.png,Ghost Lion,NES,Role-Playing,Kemco,Kemco,,,,,,,1992-10-01, +/games/boxart/default.jpg,Ghouls 'n Ghosts Online,PC,Role-Playing,Unknown,Game Factory,,,,,,,, +/games/boxart/default.jpg,Ghouls 'n Ghosts Online,XB,Role-Playing,Unknown,Game Factory,,,,,,,, +/games/boxart/default.jpg,Ghouls 'n Ghosts Online,PS2,Role-Playing,Unknown,Game Factory,,,,,,,, +/games/boxart/full_giten-megami-tensei-tokyo-mokushiroku_138JapanFront.jpg,Giten Megami Tensei: Tokyo Mokushiroku,PC,Role-Playing,ASCII Entertainment,Atlus Co.,,,,,,,1999-12-22, +/games/boxart/full_8552932AmericaFrontccc.jpg,Global Agenda,PC,Role-Playing,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2010-02-01, +/games/boxart/full_go-series-picdun_299AmericaFront.jpg,GO Series: Picdun,DSiW,Role-Playing,Gamebridge,Intense,,,,,,,2011-06-06, +/games/boxart/full_god-medicine_655JapanFront.jpg,God Medicine,GB,Role-Playing,Konami,Konami Computer Entertainment Nagoya,,,,,,,1993-07-20, +/games/boxart/default.jpg,God Wars: Beyond Time,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2017-01-01, +/games/boxart/default.jpg,God Wars: Beyond Time,PSV,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2017-01-01, +/games/boxart/full_gods-amp-heroes-rome-rising_751AmericaFront.jpg,Gods & Heroes: Rome Rising,PC,Role-Playing,SouthPeak Interactive,Heatwave Interactive,4.3,,,,,,2011-06-21, +/games/boxart/full_4227140AmericaFrontccc.jpg,Gods: Lands of Infinity,PC,Role-Playing,Strategy First,Cypron Studios,,,,,,,2007-07-17, +/games/boxart/full_godswar-online_146AmericaFront.jpg,GodsWar Online,PC,Role-Playing,IGG,IGG.com,,,,,,,2010-03-05, +/games/boxart/full_goemon-ganbare-gaiden-kieta-ougon-kiseru_45JapanFront.jpg,Goemon Ganbare Gaiden: Kieta Ougon Kiseru,NES,Role-Playing,Konami,Konami,,,,,,,1990-01-05, +/games/boxart/full_6143850AmericaFrontccc.jpg,GOKEN,PC,Role-Playing,Gianty,Gianty,,,,,,,2017-09-29,2019-03-23 +/games/boxart/full_911767AmericaFrontccc.jpg,Golden Axe Warrior,MS,Role-Playing,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/6848483ccc.jpg,Golvellius: Valley of Doom,MS,Role-Playing,Sega,Compile,,,,,,,1988-01-01, +/games/boxart/full_4923695AmericaFrontccc.jpg,Gorasul: Legacy of the Dragon,PC,Role-Playing,JoWood Productions,Silve Style,,,,,,,2001-11-26, +/games/boxart/full_gorky-17_5PALFront.gif,Gorky 17,PC,Role-Playing,TopWare,Metropolis Software,,,,,,,1999-09-29, +/games/boxart/full_gothic-ii-night-of-the-raven_697PALFront.jpg,Gothic II: Night of the Raven,PC,Role-Playing,JoWood Productions,Piranha Bytes,,,,,,,2003-08-21, +/games/boxart/full_100642JapanFrontccc.jpg,Granbo,GBA,Role-Playing,Capcom,Capcom,,,,,,,2001-12-28, +/games/boxart/full_grandia_9AmericaFront.jpg,Grandia,PSN,Role-Playing,Sony Computer Entertainment,Game Arts,,,,,,,2010-02-25, +/games/boxart/5940529ccc.jpg,Grandia 2,DC,Role-Playing,Unknown,Unknown,,,,,,,, +/games/boxart/full_9536028JapanFrontccc.jpg,Grandia Digital Museum,SAT,Role-Playing,ESP,Game Arts,,,,,,,1998-05-28, +/games/boxart/default.jpg,Grandia Online,PC,Role-Playing,Unknown,Game Arts,,,,,,,, +/games/boxart/full_9458576JapanFrontccc.jpg,Grandia Prelude,SAT,Role-Playing,Game Arts,Game Arts,,,,,,,1997-01-01, +/games/boxart/full_4904987JapanFrontccc.jpg,Grandia: Parallel Trippers,GB,Role-Playing,Hudson Soft,Game Arts,,,,,,,2000-12-22, +/games/boxart/full_3288500JapanFrontccc.jpg,Granhistoria,SNES,Role-Playing,Banpresto,J-Force,,,,,,,1995-06-30, +/games/boxart/full_gransta-chronicle_2JapanFront.jpg,Gransta Chronicle,WS,Role-Playing,Omega Micott,Tom Create,,,,,,,2002-06-13, +/games/boxart/6904553ccc.jpg,Great Greed,GB,Role-Playing,Namco,Namco,,,,,,,1993-01-01, +/games/boxart/full_6386690AmericaFrontccc.jpg,Greyhawk: The Temple of Elemental Evil,PC,Role-Playing,Atari,Troika Games,,,,,,,2003-09-16, +/games/boxart/full_2098324JapanFrontccc.jpg,Groove Adventure Rave: Yuukyuu no Kizuna,PS,Role-Playing,Konami,KCEJ,,,,,,,2002-01-31, +/games/boxart/full_224430JapanFrontccc.jpg,Growlanser,PS,Role-Playing,Atlus,Career Soft,,,,,,,1999-11-25, +/games/boxart/full_6529439JapanFrontccc.jpg,Growlanser II: The Sense of Justice,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2001-07-26, +/games/boxart/full_55393JapanFrontccc.jpg,Growlanser III: The Dual Darkness,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2001-12-06, +/games/boxart/full_7134328AmericaFrontccc.jpg,Growlanser IV: Wayfarer of the Time,PSP,Role-Playing,Atlus,Career Soft,,,,,,,2012-07-31, +/games/boxart/full_630348JapanFrontccc.jpg,Growlanser IV: Wayfarer of the Time,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2003-12-18, +/games/boxart/full_6059973JapanFrontccc.jpg,Growlanser IV: Wayfarer of the Time - Return,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2005-03-10, +/games/boxart/full_guardian-heroes_702AmericaFront.jpg,Guardian Heroes,XBL,Role-Playing,Sega,"Treasure Co., Ltd.",8.5,,,,,,2011-10-12, +/games/boxart/full_8171142AmericaFrontccc.jpg,Guardian War,3DO,Role-Playing,Panasonic Interactive Media,Micro Cabin,,,,,,,1993-01-01, +/games/boxart/full_guarding_974AmericaFront.jpg,Guarding,XBL,Role-Playing,Microsoft,cupholder,,,,,,,2011-08-28, +/games/boxart/default.jpg,Guild of Dungeoneering,OSX,Role-Playing,Versus Evil,Gambrinous,,,,,,,2015-10-01, +/games/boxart/default.jpg,Guild of Dungeoneering,PC,Role-Playing,Versus Evil,Gambrinous,,,,,,,2015-10-01, +/games/boxart/full_guild-wars-eye-of-the-north_507AmericaFront.jpg,Guild Wars: Eye of the North,PC,Role-Playing,NCSoft,ArenaNet,7.6,,,,,,2007-08-28, +/games/boxart/full_1840063AmericaFrontccc.jpg,Guild Wars: Platinum Edition,PC,Role-Playing,NCSoft,ArenaNet,,,,,,,2008-03-14, +/games/boxart/full_7751854JapanFrontccc.jpg,GUNNM: Kasei no Kioku,PS,Role-Playing,Banpresto,Yukito Products,,,,,,,1998-08-27, +/games/boxart/full_1454696AmericaFrontccc.jpg,Guns Girl-School Dayz,And,Role-Playing,Unknown,Unknown,,,,,,,2014-06-17, +/games/boxart/full_guruguru-garakutaz_508JapanFront.jpg,GuruGuru Garakutaz,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1999-09-10, +/games/boxart/full_6107124AmericaFrontccc.png,Gurumin: A Monstrous Adventure,PSN,Role-Playing,Mastiff,Nihon Falcom Corporation,7.4,,,,,,2008-06-18, +/games/boxart/full_gyouten-ningen-batseelor-doctor-guy-no-yabou_10JapanFront.jpg,Gyouten Ningen Batseelor: Doctor Guy no Yabou,GB,Role-Playing,Konami,Konami,,,,,,,2001-11-01, +/games/boxart/full_gyromancer_382AmericaFront.jpg,Gyromancer,XBL,Role-Playing,Square Enix,PopCap Games / Square Enix,7.7,,,,,,2009-11-18, +/games/boxart/full_gyromancer_8AmericaFront.jpg,Gyromancer,PC,Role-Playing,Square Enix,PopCap Games / Square Enix,,,,,,,2009-11-18, +/games/boxart/full_2034228JapanFrontccc.jpg,Hagane no Renkinjutsushi: Meisou no Rinbukyoku,GBA,Role-Playing,Bandai,Bandai,,,,,,,2004-03-25, +/games/boxart/full_3421393JapanFrontccc.jpg,Hagane no Renkinjutsushi: Omoide no Soumeikyoku,GBA,Role-Playing,Bandai,Tom Create,,,,,,,2004-07-22, +/games/boxart/full_7328068AmericaFrontccc.png,Half-Minute Hero,PSN,Role-Playing,Xseed Games,Opus Studio,8.4,,,,,,2009-10-21, +/games/boxart/full_half-minute-hero-super-mega-neo-climax_936AmericaFront.jpg,Half-Minute Hero: Super Mega Neo Climax,XBL,Role-Playing,Marvelous Interactive,Opus Studio,7.8,,,,,,2011-06-29, +/games/boxart/full_4259054AmericaFrontccc.jpg,Halfway,Linux,Role-Playing,Chucklefish,Robotality,,,,,,,2014-07-22, +/games/boxart/full_8990791AmericaFrontccc.jpg,Halfway,OSX,Role-Playing,Chucklefish,Robotality,,,,,,,2014-07-22, +/games/boxart/full_7731766AmericaFrontccc.jpg,Halfway,PC,Role-Playing,Chucklefish,Robotality,,,,,,,2014-07-22, +/games/boxart/full_1048040PALFrontccc.jpg,Hamtaro: Rainbow Rescue,GBA,Role-Playing,Nintendo,AlphaDream Corporation,8.2,,,,,,2004-10-29, +/games/boxart/full_hanjuku-eiyuu_1JapanFront.jpg,"Hanjuku Eiyuu: Aa, Sekaiyo Hanjukunare...!!",WS,Role-Playing,Square,SquareSoft,,,,,,,2002-02-14, +/games/boxart/full_hanjuku-eiyuu_0JapanFront.jpg,"Hanjuku Eiyuu: Aa, Sekaiyo Hanjukunare...!!",SNES,Role-Playing,Square,SquareSoft,,,,,,,1992-12-19, +/games/boxart/full_hanjuku-hero_4JapanFront.jpg,Hanjuku Hero,NES,Role-Playing,Square,Bits Laboratory,,,,,,,1988-12-02, +/games/boxart/full_hanjuku-hero_8JapanFront.jpg,Hanjuku Hero,VC,Role-Playing,Square Enix,Bits Laboratory,,,,,,,2007-10-30, +/games/boxart/full_7848058AmericaFrontccc.jpg,Harbinger,PC,Role-Playing,DreamCatcher Interactive,Silverback Entertainment,,,,,,,2003-02-26, +/games/boxart/full_6245562PALFrontccc.jpg,Hard to be a God,PC,Role-Playing,Akella,Burut Software,,,,,,,2007-10-19, +/games/boxart/full_harobots_0JapanFront.jpg,Harobots,WS,Role-Playing,Sunrise Interactive,Sunrise Interactive,,,,,,,1999-10-07, +/games/boxart/full_9689442JapanFrontccc.jpg,Harobots: Robo Hero Battling!!,GBA,Role-Playing,Sunrise Interactive,Sunrise Interactive,,,,,,,2002-07-05, +/games/boxart/full_5717598AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,GB,Role-Playing,Electronic Arts,Griptonite Games,,,,,,,2002-11-05, +/games/boxart/full_heath-the-unchosen-path_794PALFront.jpg,Heath: The Unchosen Path,PC,Role-Playing,GMX Media,Burut Creative Team,,,,,,,2003-08-08, +/games/boxart/full_5099310AmericaFrontccc.jpg,Heimdall,SCD,Role-Playing,JVC,JVC Digital Studios,,,,,,,1994-01-01, +/games/boxart/174819ccc.jpg,Heimdall,PC,Role-Playing,Core Design Ltd.,The Eighth Day,,,,,,,1991-06-01, +/games/boxart/full_9657778AmericaFrontccc.jpg,Helen's Mysterious Castle,PC,Role-Playing,Unknown,Unknown,,,,,,,2014-08-22, +/games/boxart/default.jpg,Hellbreed,PC,Role-Playing,Unknown,GameForge,,,,,,,, +/games/boxart/full_2637353AmericaFrontccc.jpg,Hellfire - Single Player Diablo Expansion Pack,PC,Role-Playing,Sierra Entertainment,Synergistik Software,,,,,,,1997-11-30, +/games/boxart/full_1909631JapanFrontccc.jpg,Heracles no Eikou II: Titan no Metsubou,NES,Role-Playing,Data East,Data East,,,,,,,1989-12-23, +/games/boxart/full_1962890JapanFrontccc.jpg,Heracles no Eikou III: Kamigami no Chinmoku,VC,Role-Playing,Nintendo,Data East,,,,,,,2007-04-06, +/games/boxart/full_7307494JapanFrontccc.jpg,Heracles no Eikou III: Kamigami no Chinmoku,SNES,Role-Playing,Data East,Data East,,,,,,,1992-04-24, +/games/boxart/full_584632JapanFrontccc.jpg,Heracles no Eikou IV: Kamigami-kara no Okurimono,SNES,Role-Playing,Data East,Data East,,,,,,,1994-10-21, +/games/boxart/full_5848796JapanFrontccc.jpg,Heracles no Eikou IV: Kamigami-kara no Okurimono,VC,Role-Playing,Nintendo,Data East,,,,,,,2008-04-22, +/games/boxart/full_8979309JapanFrontccc.jpg,Heracles no Eikou: Toujin Makyouden,NES,Role-Playing,Data East,Data East,,,,,,,1987-06-12, +/games/boxart/full_9059038JapanFrontccc.jpg,Heracles no Eikou: Ugokidashita Kamigami,GB,Role-Playing,Data East,Data East,,,,,,,1992-12-27, +/games/boxart/full_7264719AmericaFrontccc.jpg,Hercules: The Legendary Journeys,GB,Role-Playing,Titus,Titus Software,,,,,,,2002-04-01, +/games/boxart/full_heretic-kingdoms-the-inquisition_3AmericaFront.jpg,Heretic Kingdoms: The Inquisition,PC,Role-Playing,Got Game Entertainment,3D People,,,,,,,2005-04-14, +/games/boxart/full_6117819JapanFrontccc.jpg,Hermina to Culus: Lilie no Atelier Mou Hitotsu no Monogatari,PS2,Role-Playing,Gust,Gust,,,,,,,2001-12-20, +/games/boxart/full_2546201AmericaFrontccc.jpeg,Hero of the Kingdom II,PC,Role-Playing,Lonely Troops,Lonely Troops,,,,,,,2015-02-20,2019-04-21 +/games/boxart/default.jpg,Hero's Journey,PC,Role-Playing,Unknown,Simutronics,,,,,,,, +/games/boxart/full_6160592PALFrontccc.jpg,Heroes Chronicles: The Final Chapters,PC,Role-Playing,3DO,New World Computing,,,,,,,2001-06-01, +/games/boxart/full_4375440AmericaFrontccc.jpg,Heroes of a Broken Land,PC,Role-Playing,Winged Pixel Inc.,Winged Pixel Inc.,,,,,,,2014-08-07,2018-08-11 +/games/boxart/full_6030001AmericaFrontccc.jpg,Heroes of a Broken Land,OSX,Role-Playing,Winged Pixel Inc.,Winged Pixel Inc.,,,,,,,2014-08-07,2018-08-11 +/games/boxart/full_heroes-of-bestia_838AmericaFront.jpg,Heroes of Bestia,PC,Role-Playing,IGG,IGG.com,,,,,,,, +/games/boxart/full_2972614AmericaFrontccc.jpg,Heroes of Might and Magic: Quest for the Dragon Bone Staff,PS2,Role-Playing,3DO,New World Computing,6.5,,,,,,2001-04-18, +/games/boxart/default.jpg,Heroes of Telara,PC,Role-Playing,Unknown,Trion,,,,,,,, +/games/boxart/full_1474794AmericaFrontccc.jpg,Heroes Rise: HeroFall,PC,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-11, +/games/boxart/full_8875426AmericaFrontccc.jpg,Heroes Rise: HeroFall,OSX,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-11, +/games/boxart/full_4871902AmericaFrontccc.jpg,Heroes Rise: HeroFall,Linux,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-11, +/games/boxart/full_2353635AmericaFrontccc.jpg,Heroes Rise: HeroFall,And,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-10, +/games/boxart/full_hexyz-force_8AmericaFront.jpg,Hexyz Force,PSN,Role-Playing,Atlus,Sting,,,,,,,2010-05-25, +/games/boxart/full_hi-no-ouji-yamato-takeru_4JapanFront.jpg,Hi no Ouji: Yamato Takeru,SNES,Role-Playing,TOHO,Multimedia Intelligence Transfer,,,,,,,1995-09-29, +/games/boxart/full_5371137JapanFrontccc.jpg,High School DxD: New Fight,PSV,Role-Playing,Marvelous Entertainment,Marvelous Entertainment,,,,,,,2014-10-01, +/games/boxart/full_hitori-de-dekirumon-cooking-densetsu_148JapanFront.jpg,Hitori de Dekirumon! Cooking Densetsu,GB,Role-Playing,Vap,Vap,,,,,,,1992-12-18, +/games/boxart/full_7587187JapanFrontccc.jpg,Hokuto no Ken 3: Shinseiki Souzou Seiken Retsuden,NES,Role-Playing,Toei Animation,Shouei System,,,,,,,1989-10-19, +/games/boxart/full_4908405JapanFrontccc.jpg,Hokuto no Ken 4: Shichisei Hakenden: Hokuto Shinken no Kanata e,NES,Role-Playing,Toei Animation,Shouei,,,,,,,1991-03-29, +/games/boxart/full_1342218JapanFrontccc.jpg,Hokuto no Ken 5: Tenma Ryuuseiden Ai Zesshou,SNES,Role-Playing,Toei Animation,Shouei,,,,,,,1992-07-10, +/games/boxart/full_2305274JapanFrontccc.jpg,Holy Umbrella: Dondera no Mubo!!,SNES,Role-Playing,Naxat Soft,Earthly Soft,,,,,,,1995-09-29, +/games/boxart/full_houkago-in-beppin-jogakuin_80JapanFront.jpg,Houkago in Beppin Jogakuin,SNES,Role-Playing,Imagineer,Access,,,,,,,1995-02-03, +/games/boxart/full_7485861JapanFrontccc.jpg,Houshinengi 2,PS2,Role-Playing,KOEI,Koei,,,,,,,2002-06-27, +/games/boxart/full_17746JapanFrontccc.jpg,Houshinengi Aizouban,PS,Role-Playing,KOEI,Koei / Inis,,,,,,,1999-04-01, +/games/boxart/full_hunter-x-hunter_5JapanFront.jpg,Hunter X Hunter,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-06-01, +/games/boxart/full_hunter-x-hunter-greed-island_5JapanFront.jpg,Hunter X Hunter: Greed Island,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-04-24, +/games/boxart/full_hunter-x-hunter-michikareshi-mono_6JapanFront.jpg,Hunter X Hunter: Michikareshi Mono,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-08-23, +/games/boxart/full_3400974JapanFrontccc.jpg,Hunter X Hunter: Minna Tomodachi Daisakusen!!,GBA,Role-Playing,Konami,Konami,,,,,,,2003-04-24, +/games/boxart/default.jpg,Huxley: The Dystopia,X360,Role-Playing,Unknown,Webzen,,,,,,,2020-12-31, +/games/boxart/default.jpg,Huxley: The Dystopia,PC,Role-Playing,Unknown,Webzen,,,,,,,, +/games/boxart/full_3849774AmericaFrontccc.jpg,Hydlide,NES,Role-Playing,FCI,Tikipod,,,,,,,1989-06-01, +/games/boxart/full_8424202JapanFrontccc.jpg,Hydlide 3: Yami Kara no Houmonsha,NES,Role-Playing,Namco,Tikipod,,,,,,,1989-02-17, +/games/boxart/default.jpg,Hyper Light Drifter,Linux,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2017-01-01, +/games/boxart/default.jpg,Hyper Light Drifter,Ouya,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2015-01-01, +/games/boxart/default.jpg,Hyper Light Drifter,XOne,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2016-07-26, +/games/boxart/default.jpg,Hyper Light Drifter,PSV,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2017-01-01, +/games/boxart/default.jpg,Hyper Light Drifter,OSX,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2016-03-31, +/games/boxart/default.jpg,Hyperdevotion Noire: Goddess Black Heart,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2017-01-01, +/games/boxart/default.jpg,Hysteria Project 2,PSN,Role-Playing,Sony Computer Entertainment,Bulkypix,,,,,,,2011-08-10, +/games/boxart/full_2746324AmericaFrontccc.jpg,I am Setsuna,PC,Role-Playing,Square Enix,Tokyo RPG Factory,,,,,,,2016-10-01,2018-07-04 +/games/boxart/full_1430335AmericaFrontccc.jpg,Icarus: Sanctuary of the Gods,PC,Role-Playing,JC Research,"ST Entertainment, KRGsoft",,,,,,,1998-05-31, +/games/boxart/7867946ccc.jpg,Icewind Dale: Heart of Winter,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2001-02-19, +/games/boxart/full_icewind-dale-the-collection_250AmericaFront.jpg,Icewind Dale: The Collection,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2002-10-10, +/games/boxart/full_icewind-dale-the-ultimate-collection_509AmericaFront.jpg,Icewind Dale: The Ultimate Collection,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2003-09-02, +/games/boxart/full_5199855AmericaFrontccc.jpg,Imperial SaGa,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2016-01-01, +/games/boxart/891188ccc.jpg,Inindo: Way of the Ninja,SNES,Role-Playing,KOEI,Koei,,,,,,,1993-03-01, +/games/boxart/full_662159JapanFrontccc.jpg,Initial D: Another Stage,GBA,Role-Playing,Sammy Corporation,Sammy Studios,,,,,,,2002-04-26, +/games/boxart/full_7072029AmericaFrontccc.png,Instant Dungeon!,PSV,Role-Playing,Unknown,Unknown,,,,,,,2014-06-23, +/games/boxart/full_1440927AmericaFrontccc.jpg,Instant Dungeon!,PC,Role-Playing,Desura,Unknown,,,,,,,2014-04-23, +/games/boxart/full_1382918JapanFrontccc.jpg,InuYasha,PS,Role-Playing,Bandai,Bandai,,,,,,,2001-12-27, +/games/boxart/full_ioi-2-the-return-of-ioi_5PALFront.jpg,ioi 2: The Return of ioi,PC,Role-Playing,Idea Factory,Stellar Stone LLC,,,,,,,1999-11-30, +/games/boxart/full_4417284JapanFrontccc.jpg,Iron Feather,DS,Role-Playing,Konami,Konami,,,,,,,2006-01-19, +/games/boxart/full_ishar-compilation_2AmericaFront.png,Ishar Compilation,PC,Role-Playing,DotEmu,Silmarils,,,,,,,1994-12-31, +/games/boxart/full_islands-of-wakfu_344AmericaFront.jpg,Islands of Wakfu,XBL,Role-Playing,Microsoft,Ankama Studio,6.1,,,,,,2011-03-30, +/games/boxart/full_itsuka-kono-te-ga-kegareru-toki-ni-spectral-force-legacy_10JapanFront.jpg,Itsuka Kono Te ga Kegareru Toki ni: Spectral Force Legacy,PSP,Role-Playing,Idea Factory,Neverland,,,,,,,2009-11-26, +/games/boxart/full_7120366JapanFrontccc.jpg,Izumo,DC,Role-Playing,Shinbyou Planning,Studio e-go,,,,,,,2004-01-29, +/games/boxart/full_331108AmericaFrontccc.jpg,J.R.R. Tolkien's The Lord of the Rings,PC,Role-Playing,Interplay,Interplay,,,,,,,1990-01-01, +/games/boxart/full_56067AmericaFrontccc.jpg,J.R.R. Tolkien's The Lord of the Rings Vol. II: The Two Towers,PC,Role-Playing,Interplay,Interplay,,,,,,,1991-01-01, +/games/boxart/full_7105762AmericaFrontccc.jpg,J.R.R. Tolkien's The Lord of the Rings Volume 1,SNES,Role-Playing,Interplay,Interplay,,,,,,,1994-01-01, +/games/boxart/full_jade-dynasty_968AmericaFront.jpg,Jade Dynasty,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2009-06-15, +/games/boxart/full_4036014AmericaFrontccc.jpg,Jade Empire,XBL,Role-Playing,Microsoft,BioWare Corp.,,,,,,,2008-07-21, +/games/boxart/full_3074855JapanFrontccc.jpg,Jaseiken Necromancer,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1988-01-22, +/games/boxart/full_jaseiken-necromancer_0JapanFront.jpg,Jaseiken Necromancer,PSN,Role-Playing,Sony Computer Entertainment,Hudson Soft,,,,,,,2009-12-16, +/games/boxart/full_9960148JapanFrontccc.jpg,Jaseiken Necromancer,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2006-12-02, +/games/boxart/default.jpg,Jaseiken Necromancer: Nightmare Reborn,DSiW,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2010-06-16, +/games/boxart/full_6859133AmericaFrontccc.jpg,Jeanne d'Arc,PSN,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2008-08-20, +/games/boxart/full_jikandia-the-timeless-land_943AmericaFront.jpg,Jikandia: The Timeless Land,PSN,Role-Playing,Aksys Games,Opus Studio,,,,,,,2011-03-15, +/games/boxart/full_jikuu-senki-mu_633JapanFront.jpg,Jikuu Senki Mu,GB,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1991-09-13, +/games/boxart/full_1475107JapanFrontccc.jpg,Jikuu Yuten: Debias,NES,Role-Playing,Namco,Namco,,,,,,,1987-11-27, +/games/boxart/full_jisedai-beegoma-battle-beyblade_5JapanFront.jpg,Jisedai Beegoma Battle Beyblade,GB,Role-Playing,Hudson Soft,Rokumendo,,,,,,,1999-07-23, +/games/boxart/full_3622279AmericaFrontccc.jpg,John Romero's Daikatana,GB,Role-Playing,Kemco,Ion Storm,,,,,,,2000-06-30, +/games/boxart/full_1707992JapanFrontccc.jpg,Judas Code,PSV,Role-Playing,tri-Ace,tri-Ace,,,,,,,2014-08-21, +/games/boxart/full_4042437PALFrontccc.jpg,Jumpgate Evolution,PC,Role-Playing,Codemasters,NetDevil,,,,,,,2011-09-01, +/games/boxart/full_jungle-wars_534JapanFront.jpg,Jungle Wars,GB,Role-Playing,Pony Canyon,Pony Canyon,,,,,,,1991-06-21, +/games/boxart/full_jungle-wars-2-kodai-mahou-atimos-no-nazo_841JapanFront.jpg,Jungle Wars 2: Kodai Mahou Atimos no Nazo,SNES,Role-Playing,Pony Canyon,Atelier Double,,,,,,,1993-03-19, +/games/boxart/full_8916169JapanFrontccc.jpg,Just Breed,NES,Role-Playing,Enix,Enix Corporation,,,,,,,1992-12-15, +/games/boxart/1321693ccc.jpg,Justice League Heroes,PS2,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,,,,,,2006-10-17, +/games/boxart/2596495ccc.jpg,Justice League Heroes,XB,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,,,,,,2006-10-17, +/games/boxart/full_3369657AmericaFrontccc.png,Justice League Heroes,PSN,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,,,,,,2009-09-30, +/games/boxart/full_7344419JapanFrontccc.jpg,Juuni Kokuki: Guren no Shirobe Koujin no Michi,PS2,Role-Playing,Konami,Konami,,,,,,,2003-08-28, +/games/boxart/full_5960454JapanFrontccc.jpg,Juuni Kokuki: Kakukakutaru Oudou Kouryoku no Uka,PS2,Role-Playing,Konami,Konami,,,,,,,2004-04-04, +/games/boxart/full_7191877JapanFrontccc.jpg,Juvei Quest,NES,Role-Playing,Namco,Birthday,,,,,,,1991-01-04, +/games/boxart/default.jpg,Kabuki Samurai Sensei: Bride of Shadows,3DS,Role-Playing,Unknown,Smack Down Productions,,,,,,,, +/games/boxart/full_8969260JapanFrontccc.jpg,Kaeru B Back,GBA,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2002-03-29, +/games/boxart/full_1553477JapanFrontccc.jpg,Kaijuu Monogatari,NES,Role-Playing,Namco,Birthday,,,,,,,1988-11-18, +/games/boxart/default.jpg,Kameni no Merchant!,DSiW,Role-Playing,Namco Bandai,Bandai Namco Games,,,,,,,2009-12-02, +/games/boxart/full_9767538JapanFrontccc.jpg,Kami no Kijutsu: Illusion of the Evil Eyes,GBA,Role-Playing,Konami,Konami,,,,,,,2002-03-28, +/games/boxart/full_kaseki-no-uta_501JapanFront.jpg,Kaseki no Uta,PC,Role-Playing,age,age,,,,,,,2000-01-28, +/games/boxart/full_kaseki-sousei-reborn_446JapanFront.jpg,Kaseki Sousei Reborn,GB,Role-Playing,Starfish,Starfish,,,,,,,1998-07-17, +/games/boxart/full_kaseki-sousei-reborn-ii-monster-digger_640JapanFront.jpg,Kaseki Sousei Reborn II: Monster Digger,GB,Role-Playing,Starfish,Starfish,,,,,,,1999-02-12, +/games/boxart/full_kawaii-pet-shop-monogatari_406JapanFront.jpg,Kawaii Pet Shop Monogatari,GB,Role-Playing,Taito,Taito Corporation,,,,,,,1999-09-23, +/games/boxart/full_kawaii-pet-shop-monogatari-2_340JapanFront.jpg,Kawaii Pet Shop Monogatari 2,GB,Role-Playing,Taito,Taito Corporation,,,,,,,2000-12-22, +/games/boxart/default.jpg,KeeperRL,PC,Role-Playing,Michal Brzozowski,Michal Brzozowski,,,,,,,2015-03-31, +/games/boxart/default.jpg,KeeperRL,OSX,Role-Playing,Michal Brzozowski,Michal Brzozowski,,,,,,,2015-03-31, +/games/boxart/default.jpg,KeeperRL,Linux,Role-Playing,Michal Brzozowski,Michal Brzozowski,,,,,,,2015-03-31, +/games/boxart/full_ken-to-mahou-to-gakuen-mono-3_132JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3,PSN,Role-Playing,Acquire,ZeroDiv,,,,,,,2010-12-07, +/games/boxart/default.jpg,Kenshi,PC,Role-Playing,Unknown,Lose,,,,,,,, +/games/boxart/full_709873JapanFrontccc.jpg,Kero Kero Keroppi no Bouken Nikki: Nemureru Mori no Keroriinu,SNES,Role-Playing,Character Soft,Character Soft,,,,,,,1994-03-25, +/games/boxart/full_7203238JapanFrontccc.jpg,Kessen! Dokapon Okukoku IV: Densetsu no Yuusha Tachi,SNES,Role-Playing,Asmik Ace Entertainment,"Asmic Ace Entertainment, Inc",,,,,,,1993-12-10, +/games/boxart/full_8587369JapanFrontccc.jpg,Khamrai,PS,Role-Playing,Namco,Alpha Unit,,,,,,,2000-10-05, +/games/boxart/full_895137JapanFrontccc.jpg,Kidou Shinsengumi Moeyo Ken,PS2,Role-Playing,Enterbrain,Enterbrain,,,,,,,2002-12-26, +/games/boxart/full_6596303JapanFrontccc.jpg,Kidou Tenshi Angelic Layer,GBA,Role-Playing,Epoch,Epoch,,,,,,,2001-12-21, +/games/boxart/full_8477061AmericaFrontccc.jpg,Kien,GBA,Role-Playing,"Destination Software, Inc",PM Studios,,,,,,,2004-01-01, +/games/boxart/full_king-arthur-the-druids_314AmericaFront.jpg,King Arthur: The Druids,PC,Role-Playing,Paradox Interactive,NeoCoreGames,,,,,,,2011-01-18, +/games/boxart/full_7000586JapanFrontccc.jpg,King of Kings (Namco),NES,Role-Playing,Namco,Namco,,,,,,,1988-12-09, +/games/boxart/default.jpg,King of Kings III,PC,Role-Playing,gamigo,gamigo,,,,,,,2010-09-27, +/games/boxart/full_9857211AmericaFrontccc.jpg,King's Bounty: Dark Side,PC,Role-Playing,1C Company,1C Company,,,,,,,2014-08-19, +/games/boxart/full_521865JapanFrontccc.jpg,King's Field: Additional II,PSP,Role-Playing,From Software,From Software,,,,,,,2006-08-24, +/games/boxart/default.jpg,Kingdom Come: Deliverance,Linux,Role-Playing,Warhorse Studios,Warhorse Studios,,,,,,,2016-01-01, +/games/boxart/full_8821484AmericaFrontccc.jpg,Kingdom Hearts III,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-01-29,2017-12-22 +/games/boxart/full_9966330AmericaFrontccc.jpg,Kingdom Hearts III,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-01-29,2017-12-22 +/games/boxart/full_8606671AmericaFrontccc.png,KINGDOM HEARTS Union ?[Cross],And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-04-07,2018-07-19 +/games/boxart/full_9959094AmericaFrontccc.png,Kingdom Hearts X[chi],PC,Role-Playing,Square Enix,Square Enix,,,,,,,2013-07-18, +/games/boxart/full_644855JapanFrontccc.jpg,Kingdom Hearts: Trinity Master Pieces,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-12-22, +/games/boxart/full_kingdom-of-loathing_887AmericaFront.jpg,Kingdom of Loathing,PC,Role-Playing,Unknown,Asymmetric Publications,,,,,,,2003-01-31, +/games/boxart/full_5914077AmericaFrontccc.png,Kingdom of Paradise,PSN,Role-Playing,Sony Computer Entertainment,Climax Entertainment,,,,,,,2008-04-23, +/games/boxart/full_kininkou-maroku-oni_617JapanFront.jpg,Kininkou Maroku Oni,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1990-12-08, +/games/boxart/full_305115JapanFrontccc.jpg,Kinnikuman Nisei: Choujin Seisenshi,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-01-30, +/games/boxart/full_kishin-korinden-oni_759JapanFront.jpg,Kishin Korinden Oni,SNES,Role-Playing,Banpresto,Pandora Box,,,,,,,1994-08-05, +/games/boxart/full_9204701AmericaFrontccc.jpg,Knight Online,PC,Role-Playing,K2 Network,MGame Corporation,,,,,,,2006-01-01, +/games/boxart/3416749ccc.jpg,Knight's Quest,GB,Role-Playing,Taito,Taito,,,,,,,1992-07-02, +/games/boxart/full_knights-in-the-nightmare_736AmericaFront.jpg,Knights in the Nightmare,PSN,Role-Playing,Atlus,Sting,8,,,,,,2010-11-09, +/games/boxart/full_knights-of-legend_496AmericaFront.jpg,Knights of Legend,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1989-01-01, +/games/boxart/full_4709573JapanFrontccc.jpg,KO Seiki Beast Sanjuushi: Gaia Fukkatsu Kanketsuhen,PCE,Role-Playing,Pack-In-Video,Pack-In-Video,,,,,,,1994-06-17, +/games/boxart/full_7275678JapanFrontccc.jpg,Konchuu Hakase,GB,Role-Playing,J-Wing,Ocarina-System,,,,,,,1998-08-28, +/games/boxart/full_1770888JapanFrontccc.jpg,Konchuu Hakase 2,GB,Role-Playing,J-Wing,Ocarina-System,,,,,,,1999-07-23, +/games/boxart/full_konchuu-hakase-3_393JapanFront.jpg,Konchuu Hakase 3,GB,Role-Playing,J-Wing,Ocarina-System,,,,,,,2001-07-27, +/games/boxart/full_2477432JapanFrontccc.jpg,Kotobattle: Tengai no Moribito,GB,Role-Playing,Alphastar,AlphaDream Corporation,,,,,,,2001-03-09, +/games/boxart/full_koukiatsu-boy_507JapanFront.jpg,Koukiatsu Boy,GB,Role-Playing,Konami,Konami Computer Entertainment Shinjuku,,,,,,,1998-07-02, +/games/boxart/full_3645380JapanFrontccc.jpg,Koukon no Ode: Ode to the Sunset Era,PS,Role-Playing,Tonkin House,Tonkin House,,,,,,,1996-12-27, +/games/boxart/full_kurokishi-no-kamen_10JapanFront.jpg,Kurokishi no Kamen,3DO,Role-Playing,Panasonic Interactive Media,Humming Bird Soft,,,,,,,1994-05-28, +/games/boxart/default.jpg,Kyaba Jouppi for Nintendo 3DS,3DS,Role-Playing,Unknown,Level 5,,,,,,,, +/games/boxart/default.jpg,Kyn,PC,Role-Playing,Versus Evil,Tangrin Entertainment,,,,,,,2015-10-01, +/games/boxart/default.jpg,Kyn,Linux,Role-Playing,Versus Evil,Tangrin Entertainment,,,,,,,2015-10-01, +/games/boxart/default.jpg,Kyn,OSX,Role-Playing,Versus Evil,Tangrin Entertainment,,,,,,,2015-10-01, +/games/boxart/full_3860484JapanFrontccc.jpg,Kyuuyaku Megami Tensei,SNES,Role-Playing,Atlus,OperaHouse,,,,,,,1995-03-31, +/games/boxart/full_4626931JapanFrontccc.jpg,L.O.L.: Lack of Love,DC,Role-Playing,ASCII Entertainment,Lovedelic,,,,,,,2002-11-02, +/games/boxart/full_3850915JapanFrontccc.jpg,La Salle Ishii no Child's Quest,NES,Role-Playing,Namco,Namco,,,,,,,1989-06-23, +/games/boxart/default.jpg,La Tale,PC,Role-Playing,Unknown,Actoz Soft,,,,,,,, +/games/boxart/full_lady-sword_8JapanFront.jpg,Lady Sword,PCE,Role-Playing,Unknown,Hacker International,,,,,,,1992-01-01, +/games/boxart/default.jpg,Landmark,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2020-12-31, +/games/boxart/3247545ccc.png,Lands of Lore III,PC,Role-Playing,Westwood Studios,"Westwood Studios, Inc.",,,,,,,1999-03-31, +/games/boxart/5528388ccc.png,Lands of Lore: Guardians of Destiny,PC,Role-Playing,Virgin Interactive,"Westwood Studios, Inc.",,,,,,,1997-09-30, +/games/boxart/9517343ccc.jpg,LandStalker,GEN,Role-Playing,Sega,Climax Entertainment,,,,,,,1992-10-29, +/games/boxart/full_6991877AmericaFrontccc.jpg,LandStalker,VC,Role-Playing,Sega,Climax Entertainment,,,,,,,2007-09-03, +/games/boxart/full_landstalker_964AmericaFront.jpg,Landstalker,PC,Role-Playing,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/default.jpg,Langrisser Schwarz,PC,Role-Playing,Unknown,gamania,,,,,,,, +/games/boxart/full_1830778JapanFrontccc.jpg,Last Bible III,SNES,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1995-03-04, +/games/boxart/full_last-imperial-prince_2JapanFront.jpg,Last Imperial Prince,PCFX,Role-Playing,NEC,NEC,,,,,,,1997-03-14, +/games/boxart/full_last-ranker_459JapanFront.jpg,Last Ranker,PSN,Role-Playing,Capcom,imageepoch Inc.,,,,,,,2011-04-14, +/games/boxart/full_last-stand_5JapanFront.jpg,Last Stand,WS,Role-Playing,Bandai,Bandai,,,,,,,1999-05-27, +/games/boxart/full_5938222AmericaFrontccc.png,League of Angels,PC,Role-Playing,R2Games,Shanghai Youzu Information Technology Corporation Limited,,,,,,,2014-03-30, +/games/boxart/2699403ccc.jpg,Legacy of the Wizard,NES,Role-Playing,Broderbund,Nihon Falcom Corporation,,,,,,,1989-04-01, +/games/boxart/full_8238613JapanFrontccc.jpg,Legend,GB,Role-Playing,Quest,Quest Corporation,,,,,,,1991-06-01, +/games/boxart/full_9714073JapanFrontccc.jpg,Legend of Dynamic Goushouden: Houkai no Rondo,GBA,Role-Playing,Banpresto,Will,,,,,,,2003-10-24, +/games/boxart/full_legend-of-edda_888AmericaFront.jpg,Legend of Edda,PC,Role-Playing,Unknown,EYA Interactive,,,,,,,, +/games/boxart/full_legend-of-mana_241AmericaFront.jpg,Legend of Mana,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-03-22, +/games/boxart/full_7012471AmericaFrontccc.png,Legend of Roland: Action RPG,And,Role-Playing,Happy Mage,Happy Mage,,,,,,,2014-05-17, +/games/boxart/full_legend-of-the-rune-lords-the-quest-for-runic-magia_848AmericaFront.jpg,Legend of the Rune Lords: The Quest for Runic Magia,XBL,Role-Playing,Microsoft,NobunagaOta,,,,,,,2010-06-10, +/games/boxart/full_5164306AmericaFrontccc.jpg,Legends of Exidia,DSiW,Role-Playing,Gameloft,Gameloft,,,,,,,2010-02-01, +/games/boxart/full_legends-of-valour_782AmericaFront.jpg,Legends of Valour,PC,Role-Playing,SSI,Synthetic Dimensions,,,,,,,1992-01-01, +/games/boxart/default.jpg,LEGO Universe,PC,Role-Playing,Unknown,NetDevil,,,,,,,, +/games/boxart/full_light-crusader_887AmericaFront.jpg,Light Crusader,PC,Role-Playing,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/full_2049773AmericaFrontccc.jpg,Light Crusader,VC,Role-Playing,Sega,"Treasure Co., Ltd.",,,,,,,2007-12-31, +/games/boxart/full_1279393JapanFrontccc.jpg,Light Fantasy,SNES,Role-Playing,Tonkin House,Tonkin House,,,,,,,1992-07-03, +/games/boxart/full_8381976JapanFrontccc.jpg,Light Fantasy Gaiden: Nyanyan ga Nyan,PS,Role-Playing,Tonkin House,Tonkin House,,,,,,,1999-10-21, +/games/boxart/full_990165JapanFrontccc.jpg,Light Fantasy II,SNES,Role-Playing,Tonkin House,Tonkin House,,,,,,,1995-10-27, +/games/boxart/full_3753533AmericaFrontccc.jpg,Light's End,XBL,Role-Playing,Microsoft,Ryan Thorlakson,,,,,,,2009-06-18, +/games/boxart/full_5848893JapanFrontccc.jpg,Lilie no Atelier Plus: Salburg no Renkinjutsushi 3,PS2,Role-Playing,Gust,Gust,,,,,,,2002-04-04, +/games/boxart/full_7985063JapanFrontccc.jpg,Lina no Atelier: Strahl no Renkinjutsushi,DS,Role-Playing,Gust,Gust,,,,,,,2009-12-22, +/games/boxart/default.jpg,Lineage II: Goddess of Destruction,PC,Role-Playing,Unknown,NCsoft,,,,,,,, +/games/boxart/full_lineage-ii-the-chaotic-chronicle_641AmericaFront.jpg,Lineage II: The Chaotic Chronicle,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2004-04-27, +/games/boxart/3709391ccc.jpg,Lineage: The Blood Pledge,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2001-10-24, +/games/boxart/full_7492171JapanFrontccc.jpg,Linkle Liver Story,SAT,Role-Playing,Sega,Nextech,,,,,,,1996-03-15, +/games/boxart/full_7998689AmericaFrontccc.jpg,Lionheart: Legacy of the Crusader,PC,Role-Playing,Interplay,"Black Isle Studios, Reflexive Entertainment Inc.",,,,,,,2003-08-13, +/games/boxart/full_9646847JapanFrontccc.jpg,Little Buster Q,GBA,Role-Playing,Tomy Corporation,Tomy,,,,,,,2002-11-29, +/games/boxart/full_6297390AmericaFrontccc.jpg,Little Ninja Brothers,NES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1990-12-01, +/games/boxart/6402249ccc.jpg,Loki: Heroes of Mythology,PC,Role-Playing,DreamCatcher Interactive,Cyanide,,,,,,,2007-10-02, +/games/boxart/full_lord-of-arcana_739AmericaFront.jpg,Lord of Arcana,PSN,Role-Playing,Square Enix,Square Enix,5.1,,,,,,2011-01-25, +/games/boxart/2725578ccc.jpg,Lords of Magic,PC,Role-Playing,Sierra Entertainment,Impressions Games,,,,,,,1997-11-30, +/games/boxart/full_lost-odyssey-dungeon-pack-seeker-of-the-deep_59AmericaFront.jpg,Lost Odyssey: Dungeon Pack: Seeker of the Deep!,XBL,Role-Playing,Microsoft,Mistwalker,,,,,,,2008-05-25, +/games/boxart/default.jpg,Lost Regnum 2: Ankoku Jashin to Taka no Senshi,PSP,Role-Playing,Unknown,Ertain,,,,,,,, +/games/boxart/full_4730933AmericaFrontccc.jpg,Lost Sphear,PC,Role-Playing,Square Enix,Tokyo RPG Factory,,,,,,,2018-01-23,2018-07-19 +/games/boxart/full_8872649JapanFrontccc.jpg,Love Quest,SNES,Role-Playing,Tokuma Shoten,Tokuma Shoten,,,,,,,1995-03-17, +/games/boxart/default.jpg,LoZ - Simdate RPG,PC,Role-Playing,Unknown,LilDwarf,,,,,,,, +/games/boxart/9622159ccc.jpg,Luciennes Quest,3DO,Role-Playing,Panasonic Interactive Media,Micro Cabin,,,,,,,1995-01-01, +/games/boxart/1281277ccc.jpg,Lufia & The Fortress of Doom,SNES,Role-Playing,Taito,Neverland Company,,,,,,,1993-12-04, +/games/boxart/full_lufia-ampamp-the-fortress-of-doom_837AmericaFront.jpg,Lufia & the Fortress of Doom,VC,Role-Playing,Unknown,Neverland Company,,,,,,,, +/games/boxart/244301ccc.jpg,Lufia II: Rise of the Sinistrals,SNES,Role-Playing,Natsume,Neverland Company,,,,,,,1996-08-31, +/games/boxart/7848943ccc.jpg,Lufia: The Legend Returns,GB,Role-Playing,Natsume,Neverland Company,,,,,,,2001-09-20, +/games/boxart/3310710ccc.jpg,Lunar: Eternal Blue,SCD,Role-Playing,Working Designs,Game Arts,8.9,,,,,,1995-09-01, +/games/boxart/full_2077711JapanFrontccc.jpg,Lunar: Sanposuru Gakuen,GG,Role-Playing,Game Arts,Game Arts,,,,,,,1996-01-12, +/games/boxart/full_lunar-silver-star-harmony_10AmericaFront.jpg,Lunar: Silver Star Harmony,PSN,Role-Playing,Xseed Games,Game Arts,7.9,,,,,,2010-03-04, +/games/boxart/575477ccc.jpg,Lunar: The Silver Star,SCD,Role-Playing,Working Designs,Game Arts,8.8,,,,,,1993-12-01, +/games/boxart/full_9739422JapanFrontccc.jpg,Lunatic Dawn FX,PCFX,Role-Playing,NEC Interchannel,ArtDink,,,,,,,1995-11-24, +/games/boxart/full_9456209JapanFrontccc.jpg,Lunatic Dawn III,PS,Role-Playing,ArtDink,ArtDink,,,,,,,1998-12-17, +/games/boxart/full_lunatic-dawn-odyssey_890JapanFront.jpg,Lunatic Dawn Odyssey,PSN,Role-Playing,Sony Computer Entertainment,ArtDink,,,,,,,2009-04-22, +/games/boxart/full_434022JapanFrontccc.jpg,Lunatic Dawn Odyssey,PS,Role-Playing,ArtDink,ArtDink,,,,,,,1999-12-02, +/games/boxart/full_luvinia-online_762AmericaFront.jpg,Luvinia Online,PC,Role-Playing,Outspark,Outspark,,,,,,,2011-09-08, +/games/boxart/full_mabinogi_711AmericaFront.jpg,Mabinogi,PC,Role-Playing,Nexon,Nexon,,,,,,,2008-01-31, +/games/boxart/full_4117729JapanFrontccc.jpg,Madou Monogatari A: DokiDoki Bake~shon,GG,Role-Playing,Compile,Compile,,,,,,,1995-11-24, +/games/boxart/full_7445319JapanFrontccc.jpg,Madou Monogatari I,GEN,Role-Playing,Compile,Compile,,,,,,,1996-03-22, +/games/boxart/full_9591489JapanFrontccc.jpg,Madou Monogatari I: 3-tsu no Madouryoku,GG,Role-Playing,Sega,Compile,,,,,,,1993-01-23, +/games/boxart/full_2076516JapanFrontccc.jpg,Madou Monogatari I: Honoo no Sotsuenko,PCE,Role-Playing,NEC Interchannel,Compile,,,,,,,1996-12-13, +/games/boxart/full_8127834JapanFrontccc.jpg,Madou Monogatari II: Arles 16-Sai,GG,Role-Playing,Sega,Compile,,,,,,,1994-05-20, +/games/boxart/full_4333172JapanFrontccc.jpg,Madou Monogatari III: Kyuukyoku Joou-Sama,GG,Role-Playing,Sega,Compile,,,,,,,1994-11-25, +/games/boxart/full_9674854JapanFrontccc.jpg,Madou Monogatari: Hanamaru Daiyouchi Enji,SNES,Role-Playing,Tokuma Shoten,Compile,,,,,,,1996-01-12, +/games/boxart/full_6344095JapanFrontccc.jpg,Magi Nation,GBA,Role-Playing,Epoch,Epoch,,,,,,,2002-12-13, +/games/boxart/full_magi-nation_979AmericaFront.jpg,Magi Nation,GB,Role-Playing,Unknown,Interactive Imagination,,,,,,,2001-03-01, +/games/boxart/full_1990699AmericaFrontccc.jpg,Magic Knight Rayearth,SAT,Role-Playing,Working Designs,Sega,,,,,,,1998-11-30, +/games/boxart/default.jpg,Magical fantasista,DSiW,Role-Playing,G-mode,G-mode,,,,,,,2010-11-24, +/games/boxart/full_7353617JapanFrontccc.jpg,Magical Houshin,GBA,Role-Playing,KOEI,Koei,,,,,,,2002-03-29, +/games/boxart/full_magical-medical_938JapanFront.jpg,Magical Medical,PS,Role-Playing,Konami,Konami,,,,,,,1998-09-10, +/games/boxart/full_magicka_518AmericaFront.jpg,Magicka,XBL,Role-Playing,Unknown,Arrowhead Game Studios,,,,,,,, +/games/boxart/full_magicka_261AmericaFront.jpg,Magicka,PSN,Role-Playing,Unknown,Arrowhead Game Studios,,,,,,,, +/games/boxart/full_magicka-plus_755PALFront.jpg,Magicka Plus,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-24, +/games/boxart/full_magicka-caverns_986AmericaFront.jpg,Magicka: Caverns,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-04-26, +/games/boxart/full_magicka-final-frontier_416AmericaFront.jpg,Magicka: Final Frontier,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, +/games/boxart/full_magicka-frozen-lake_571AmericaFront.jpg,Magicka: Frozen Lake,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, +/games/boxart/full_magicka-marshlands_441AmericaFront.jpg,Magicka: Marshlands,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-04-26, +/games/boxart/full_magicka-nippon_393AmericaFront.jpg,Magicka: Nippon,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-05-31, +/games/boxart/full_magicka-party-robes_184AmericaFront.jpg,Magicka: Party Robes,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, +/games/boxart/full_magicka-the-watchtower_356AmericaFront.jpg,Magicka: The Watchtower,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, +/games/boxart/full_magicka-wizards-survival-kit_664AmericaFront.jpg,Magicka: Wizard's Survival Kit,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-03-08, +/games/boxart/default.jpg,Magna Carta: The Phantom of Avalanche,PC,Role-Playing,SoftMax,SoftMax,,,,,,,2002-01-01, +/games/boxart/full_6284739JapanFrontccc.jpg,MagusTale Eternity: Seikaiju to Koisuru Mahou Tsukai,PSP,Role-Playing,GN Software,Whirlpool,,,,,,,2009-12-24, +/games/boxart/full_3156800JapanFrontccc.jpg,Maharaja,NES,Role-Playing,Sunsoft,Quest Corporation,,,,,,,1989-09-29, +/games/boxart/full_3284670JapanFrontccc.jpg,Mahou Gakuen Lunar,SAT,Role-Playing,ESP,Game Arts,,,,,,,1997-11-20, +/games/boxart/full_7341312JapanFrontccc.jpg,Mahou Kishi Rayearth,GG,Role-Playing,Sega,Sega,,,,,,,1994-12-16, +/games/boxart/full_9017620JapanFrontccc.jpg,Mahou Kishi Rayearth,GB,Role-Playing,Tomy Corporation,Pandora Box,,,,,,,1995-06-02, +/games/boxart/full_7712167JapanFrontccc.jpg,Mahou Kishi Rayearth,SNES,Role-Playing,Tomy Corporation,Pandora Box,,,,,,,1995-09-29, +/games/boxart/full_5464713JapanFrontccc.jpg,Mahou Kishi Rayearth 2nd: The Missing Colors,GB,Role-Playing,Tomy Corporation,Pandora Box,,,,,,,1995-10-27, +/games/boxart/full_7934JapanFrontccc.jpg,Mahou Sensei Negima! Private Lesson: Dame Desu Toshokan,GBA,Role-Playing,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-06-09, +/games/boxart/full_7583042JapanFrontccc.jpg,Mahoujin GuruGuru,GB,Role-Playing,Takuyo,TamTam,,,,,,,1995-04-28, +/games/boxart/full_mahoujin-guruguru_255JapanFront.jpg,Mahoujin GuruGuru,SNES,Role-Playing,Enix,Enix Corporation,,,,,,,1995-04-21, +/games/boxart/full_mahoujin-guruguru-2_558JapanFront.jpg,Mahoujin GuruGuru 2,SNES,Role-Playing,Enix,Enix Corporation,,,,,,,1996-04-12, +/games/boxart/full_530108AmericaFrontccc.jpg,Majestic Nights,OSX,Role-Playing,Epiphany Games,Epiphany Games,,,,,,,2014-10-30, +/games/boxart/full_2905204AmericaFrontccc.jpg,Majestic Nights,And,Role-Playing,Epiphany Games,Epiphany Games,,,,,,,2014-10-30, +/games/boxart/full_9061601AmericaFrontccc.jpg,Majestic Nights,PC,Role-Playing,Epiphany Games,Epiphany Games,,,,,,,2014-10-30, +/games/boxart/full_majin-eiyuuden-wataru-gaiden_314JapanFront.jpg,Majin Eiyuuden Wataru Gaiden,NES,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-03-23, +/games/boxart/full_majin-tensei-ii-spiral-nemesis_823JapanFront.jpg,Majin Tensei II: Spiral Nemesis,SNES,Role-Playing,Atlus,Atlus Co.,,,,,,,1995-02-19, +/games/boxart/full_makai-hakkenden-shada_9JapanFront.jpg,Makai Hakkenden Shada,VC,Role-Playing,G-mode,Data East,,,,,,,2007-07-10, +/games/boxart/full_makai-hakkenden-shada_9JapanFront.jpg,Makai Hakkenden Shada,PCE,Role-Playing,Data East,Data East,,,,,,,1989-04-01, +/games/boxart/full_makai-toushi-saga_9JapanFront.jpg,Makai Toushi SaGa,WS,Role-Playing,Square,Aspect,,,,,,,2002-03-20, +/games/boxart/full_5396563JapanFrontccc.jpg,Makeruna! Makendou Z,PCFX,Role-Playing,NEC,Fill In Cafe,,,,,,,1998-03-20, +/games/boxart/default.jpg,Mamotte Knight,XBL,Role-Playing,Unknown,Ancient Studio,,,,,,,, +/games/boxart/full_1395307AmericaFrontccc.png,Mana Khemia: Student Alliance,PSN,Role-Playing,NIS America,Gust,,,,,,,2009-09-30, +/games/boxart/full_maplestory_592AmericaFront.jpg,MapleStory,PC,Role-Playing,Nexon America,Wizet,,,,,,,2005-05-11, +/games/boxart/default.jpg,MapleStory Cygnus Knights Edition,XBL,Role-Playing,Unknown,Nexon,,,,,,,, +/games/boxart/default.jpg,MapleStory Thief Edition,XBL,Role-Playing,Unknown,Nexon,,,,,,,, +/games/boxart/full_8322410JapanFrontccc.jpg,Mar Heaven: Boukyaku no Clavier,DS,Role-Playing,Konami,Alpha Unit,,,,,,,2006-09-07, +/games/boxart/full_9786469JapanFrontccc.jpg,Mar Heaven: Knockin' on Heaven's Door,GBA,Role-Playing,Konami,Alpha Unit,,,,,,,2005-06-30, +/games/boxart/full_2290238JapanFrontccc.jpg,Marie no Atelier GB,GB,Role-Playing,Imagineer,Gust,,,,,,,2000-01-08, +/games/boxart/full_7945171JapanFrontccc.jpg,Marie no Atelier Plus: Salburg no Renkinjutsushi,PS,Role-Playing,Gust,Gust,,,,,,,1998-06-04, +/games/boxart/full_4889654JapanFrontccc.jpg,Marie no Atelier Ver. 1.3: Salburg no Renkinjutsushi,SAT,Role-Playing,Imadio,Gust,,,,,,,1997-12-11, +/games/boxart/full_3697566JapanFrontccc.jpg,Marie to Elie no Atelier: Salburg no Renkinjutsushi 1&2,DC,Role-Playing,Kool Kizz,Gust,,,,,,,2001-11-15, +/games/boxart/full_7308005JapanFrontccc.jpg,Marie to Elie no Atelier: Salburg no Renkinjutsushi 1&2,PS2,Role-Playing,Gust,Gust,,,,,,,2005-10-27, +/games/boxart/full_4438335JapanFrontccc.jpg,Marie to Elie no Atelier: Salburg no Renkinjutsushi 1&2,WS,Role-Playing,Bandai,Gust,,,,,,,2001-10-25, +/games/boxart/full_8810411JapanFrontccc.jpg,"Marie, Elie & Anis no Atelier: Soyokaze kara no Dengon",GBA,Role-Playing,Banpresto,Gust,,,,,,,2003-01-24, +/games/boxart/default.jpg,Mars,PC,Role-Playing,Unknown,Spiders Games,,,,,,,, +/games/boxart/default.jpg,Mars,PS3,Role-Playing,Unknown,Spiders Games,,,,,,,, +/games/boxart/default.jpg,Mars,X360,Role-Playing,Unknown,Spiders Games,,,,,,,, +/games/boxart/default.jpg,Mars Saga,PC,Role-Playing,Infocom,Westwood Associates,,,,,,,1989-01-01, +/games/boxart/default.jpg,Martial Empires: The Path of the Purgatory,PC,Role-Playing,gamigo,gamigo,,,,,,,2011-11-09, +/games/boxart/full_marvel-super-hero-squad-online_544AmericaFront.jpg,Marvel Super Hero Squad Online,PC,Role-Playing,Unknown,Gazillion Entertainment,,,,,,,2011-04-29, +/games/boxart/default.jpg,Marvel Universe,X360,Role-Playing,Unknown,Gargantuan,,,,,,,, +/games/boxart/default.jpg,Marvel Universe,PS3,Role-Playing,Unknown,Gargantuan,,,,,,,, +/games/boxart/default.jpg,Marvel Universe,PC,Role-Playing,Unknown,Gargantuan,,,,,,,, +/games/boxart/845614ccc.jpg,Marvel: Ultimate Alliance,GBA,Role-Playing,Activision,Barking Lizards,2.3,,,,,,2006-10-24, +/games/boxart/full_5906660AmericaFrontccc.jpg,Marvel: Ultimate Alliance,XB,Role-Playing,Activision,Raven Software,8.2,,,,,,2006-10-25, +/games/boxart/full_marvelous-mou-hitotsu-no-takarajima_151JapanFront.jpg,Marvelous: Mouhitotsu no Takarajima,SNES,Role-Playing,Nintendo,Nintendo R&D2,,,,,,,1996-10-26, +/games/boxart/full_6300222AmericaFrontccc.jpg,Mass Effect,XBL,Role-Playing,Microsoft Game Studios,BioWare Edmonton,,,,,,,2009-08-11, +/games/boxart/full_mass-effect-2_168AmericaFront.jpg,Mass Effect 2,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,9.3,,,,,,2011-01-18, +/games/boxart/full_mass-effect-2-firewalker_9AmericaFront.jpg,Mass Effect 2: Firewalker,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-03-23, +/games/boxart/full_mass-effect-2-firewalker_10AmericaFront.jpg,Mass Effect 2: Firewalker,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-03-23, +/games/boxart/full_mass-effect-2-kasumis-stolen-memory_10AmericaFront.jpg,Mass Effect 2: Kasumi's Stolen Memory,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,7.2,,,,,,2010-04-06, +/games/boxart/full_mass-effect-2-kasumis-stolen-memory_4AmericaFront.jpg,Mass Effect 2: Kasumi's Stolen Memory,PC,Role-Playing,Electronic Arts,BioWare Edmonton,6.7,,,,,,2010-04-06, +/games/boxart/full_mass-effect-2-lord-of-the-shadow-broker_4AmericaFront.jpg,Mass Effect 2: Lair of the Shadow Broker,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,8.7,,,,,,2010-09-07, +/games/boxart/full_mass-effect-2-lord-of-the-shadow-broker_8AmericaFront.jpg,Mass Effect 2: Lair of the Shadow Broker,PC,Role-Playing,Electronic Arts,BioWare Edmonton,8.7,,,,,,2010-09-07, +/games/boxart/full_mass-effect-2-normandy-crash-site_10AmericaFront.jpg,Mass Effect 2: Normandy Crash Site,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-26, +/games/boxart/full_mass-effect-2-normandy-crash-site_5AmericaFront.jpg,Mass Effect 2: Normandy Crash Site,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-26, +/games/boxart/full_mass-effect-2-overlord_0AmericaFront.jpg,Mass Effect 2: Overlord,PC,Role-Playing,Electronic Arts,BioWare Edmonton,8.8,,,,,,2010-06-15, +/games/boxart/full_mass-effect-2-overlord_2AmericaFront.jpg,Mass Effect 2: Overlord,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,8.5,,,,,,2010-06-15, +/games/boxart/full_mass-effect-2-the-arrival_983AmericaFront.jpg,Mass Effect 2: The Arrival,PC,Role-Playing,Electronic Arts,BioWare Edmonton,6.5,,,,,,2011-03-29, +/games/boxart/full_mass-effect-2-the-arrival_927AmericaFront.jpg,Mass Effect 2: The Arrival,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,6.5,,,,,,2011-03-29, +/games/boxart/full_mass-effect-2-the-arrival_845AmericaFront.jpg,Mass Effect 2: The Arrival,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,7,,,,,,2011-03-28, +/games/boxart/full_mass-effect-2-the-price-of-revenge_1AmericaFront.jpg,Mass Effect 2: The Price of Revenge,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-27, +/games/boxart/full_mass-effect-2-the-price-of-revenge_5AmericaFront.jpg,Mass Effect 2: The Price of Revenge,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-27, +/games/boxart/full_mass-effect-bring-down-the-sky_9AmericaFront.jpg,Mass Effect: Bring Down the Sky,PC,Role-Playing,Electronic Arts,Demiurge Studios,,,,,,,2008-07-29, +/games/boxart/full_mass-effect-bring-down-the-sky_7AmericaFront.jpg,Mass Effect: Bring Down The Sky,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,5,,,,,,2008-03-10, +/games/boxart/full_mass-effect-pinnacle-station_8AmericaFront.jpg,Mass Effect: Pinnacle Station,PC,Role-Playing,Electronic Arts,Demiurge Studios,,,,,,,2009-08-25, +/games/boxart/full_mass-effect-pinnacle-station_4AmericaFront.jpg,Mass Effect: Pinnacle Station,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,4.5,,,,,,2009-08-25, +/games/boxart/full_masters-of-belial_937AmericaFront.jpg,Masters of Belial,XBL,Role-Playing,Microsoft,Argi Baltzi,,,,,,,2010-03-16, +/games/boxart/full_masters-of-belial_206AmericaFront.jpg,Masters of Belial,PC,Role-Playing,Unknown,Brain Seal,,,,,,,2008-01-01, +/games/boxart/full_6098449JapanFrontccc.jpg,Matantei Loki Ragnarok: Gensou no Labyrinth,GBA,Role-Playing,J-Wing,J-Wing,,,,,,,2003-10-16, +/games/boxart/full_maten-densetsu-senritsu-no-opatsu_312JapanFront.jpg,Maten Densetsu: Senritsu no Opatsu,SNES,Role-Playing,Takara,Thinking Rabbit,,,,,,,1995-10-27, +/games/boxart/full_mazes-of-fate_10AmericaFront.jpg,Mazes of Fate,GBA,Role-Playing,O3 Entertainment,Sabarasa Entertainment,6.6,,,,,,2006-12-06, +/games/boxart/full_medarot-2-parts-collection_998JapanFront.jpg,Medarot 2: Parts Collection,GB,Role-Playing,Imagineer,Natsume,,,,,,,1999-10-29, +/games/boxart/full_medarot-3-parts-collection-z-kara-no-chousenjou_152JapanFront.jpg,Medarot 3 Parts Collection: Z Kara no Chousenjou,GB,Role-Playing,Imagineer,Natsume,,,,,,,2000-11-24, +/games/boxart/default.jpg,Medarot 3D,3DS,Role-Playing,Unknown,Rocket Company,,,,,,,, +/games/boxart/default.jpg,Medarot 5: Susutake Mura no Tenkousei: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,,,,,,2001-12-14, +/games/boxart/default.jpg,Medarot Navi: Kabuto / Kuwagata Version,GBA,Role-Playing,Imagineer,Natsume,,,,,,,2001-09-07, +/games/boxart/full_medarot-r_873JapanFront.jpg,Medarot R,PS,Role-Playing,Imagineer,Natsume,,,,,,,1999-11-25, +/games/boxart/full_medarot-r-parts-collection_42JapanFront.jpg,Medarot R: Parts Collection,PS,Role-Playing,Imagineer,Natsume,,,,,,,2000-03-16, +/games/boxart/default.jpg,Medarot: Card Robottle Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,,,,,,2000-03-10, +/games/boxart/full_medarot-parts-collection_10JapanFront.jpg,Medarot: Parts Collection,GB,Role-Playing,Imagineer,Natsume,,,,,,,1998-03-20, +/games/boxart/full_medarot-parts-collection-2_6JapanFront.jpg,Medarot: Parts Collection 2,GB,Role-Playing,Imagineer,Natsume,,,,,,,1998-05-29, +/games/boxart/default.jpg,Medarot: Perfect Edition Kabuto / Kuwagata Version,WS,Role-Playing,Imagineer,Natsume,,,,,,,1999-05-04, +/games/boxart/default.jpg,Mega Man Battle Network,WiiU,Role-Playing,Capcom,Capcom,,,,,,,2014-07-31, +/games/boxart/full_9665776AmericaFrontccc.jpg,Mega Monster Mania,XBL,Role-Playing,Microsoft,Stegersaurus Games,,,,,,,2010-03-03, +/games/boxart/full_8661275AmericaFrontccc.jpg,Megadimension Neptunia VII,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2016-07-05,2018-12-03 +/games/boxart/full_megami-tengoku-megami-paradise_0JapanFront.jpg,Megami Tengoku: Megami Paradise,PCE,Role-Playing,NEC,NEC,,,,,,,1994-09-30, +/games/boxart/full_megami-tensei-gaiden-last-bible_197JapanFront.jpg,Megami Tensei Gaiden: Last Bible,GG,Role-Playing,Sega,Access,,,,,,,1994-04-22, +/games/boxart/full_megami-tensei-gaiden-last-bible_356JapanFront.jpg,Megami Tensei Gaiden: Last Bible,GB,Role-Playing,Atlus,Access,,,,,,,1992-12-25, +/games/boxart/full_megami-tensei-gaiden-last-bible-ii_519JapanFront.jpg,Megami Tensei Gaiden: Last Bible II,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1993-11-19, +/games/boxart/full_megami-tensei-gaiden-last-bible-ii-gbc_421JapanFront.jpg,Megami Tensei Gaiden: Last Bible II (GBC),GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1999-04-16, +/games/boxart/full_megami-tensei-gaiden-last-bible-special_655JapanFront.jpg,Megami Tensei Gaiden: Last Bible Special,GG,Role-Playing,Sega,Access,,,,,,,1995-03-24, +/games/boxart/5841865ccc.jpg,MegaTraveller 2: Quest for the Ancients,PC,Role-Playing,Microprose,Paragon Software,,,,,,,1991-12-01, +/games/boxart/5175139ccc.jpg,Megatraveller: The Zhodani Conspiracy,PC,Role-Playing,Unknown,Paragon Software,,,,,,,1990-01-01, +/games/boxart/full_7298805AmericaFrontccc.jpg,Memories of a Vagabond,PC,Role-Playing,DarkElite,DarkElite,,,,,,,2014-07-07, +/games/boxart/full_men-at-work_358JapanFront.jpg,Men at Work!,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,1999-07-30, +/games/boxart/full_men-at-work-2_751JapanFront.jpg,Men at Work! 2,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2000-11-17, +/games/boxart/full_men-at-work-3_735JapanFront.jpg,Men at Work! 3,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2002-12-27, +/games/boxart/full_men-at-work-3_169JapanFront.jpg,Men at Work! 3,PS2,Role-Playing,KID,Studio e-go,,,,,,,2004-11-25, +/games/boxart/full_men-at-work-4_59JapanFront.jpg,Men at Work! 4,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2006-09-01, +/games/boxart/full_menzoberranzan_922PALFront.jpg,Menzoberranzan,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1994-01-01, +/games/boxart/full_2767294AmericaFrontccc.jpg,Merchants of Kaidan,PC,Role-Playing,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-07-25, +/games/boxart/full_9847932JapanFrontccc.jpg,Metal Max,VC,Role-Playing,Enterbrain,Crea-Tech,,,,,,,2010-04-27, +/games/boxart/full_7411941JapanFrontccc.jpg,Metal Max,NES,Role-Playing,Data East,Crea-Tech,,,,,,,1991-05-24, +/games/boxart/full_9665350JapanFrontccc.jpg,Metal Max 2,SNES,Role-Playing,Data East,Crea-Tech,,,,,,,1993-03-05, +/games/boxart/full_metal-max-2_4JapanFront.jpg,Metal Max 2,VC,Role-Playing,Enterbrain,Crea-Tech,,,,,,,2010-07-13, +/games/boxart/full_6803872JapanFrontccc.jpg,Metal Max 2 Kai,GBA,Role-Playing,Now Production,Now Production,,,,,,,2003-06-20, +/games/boxart/full_metal-max-returns_9JapanFront.jpg,Metal Max Returns,VC,Role-Playing,Enterbrain,Crea-Tech,,,,,,,2011-11-15, +/games/boxart/full_metal-slug_276JapanFront.jpg,Metal Slug,PS2,Role-Playing,Unknown,SNK Playmore Corporation,,,,,,,, +/games/boxart/full_9240874AmericaFrontccc.jpg,Metal Walker,GB,Role-Playing,Capcom,Capcom,,,,,,,2001-02-01, +/games/boxart/full_1400392AmericaFrontccc.jpg,Metalheart: Replicants Rampage,PC,Role-Playing,DreamCatcher Interactive,Akella,,,,,,,2005-04-30, +/games/boxart/full_metamode_505JapanFront.jpg,Metamode,GB,Role-Playing,KOEI,Koei,,,,,,,2000-02-24, +/games/boxart/default.jpg,Mevius Final Fantasy,And,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-31, +/games/boxart/full_might-ampamp-magic-clash-of-heroes_1AmericaFront.jpg,Might & Magic: Clash of Heroes,XBL,Role-Playing,Ubisoft,Capybara Games,8.4,,,,,,2011-04-13, +/games/boxart/full_might-ampamp-magic-clash-of-heroes_7AmericaFront.jpg,Might & Magic: Clash of Heroes,PSN,Role-Playing,Ubisoft,Capybara Games,8.4,,,,,,2011-04-12, +/games/boxart/full_6551324AmericaFrontccc.jpg,Might & Magic: Secret of the Inner Sanctum,NES,Role-Playing,Sammy Corporation,G-Amusements,,,,,,,1992-08-01, +/games/boxart/535229ccc.jpg,Might and Magic II: Gates to Another World,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1988-06-15, +/games/boxart/5619959ccc.jpg,Might and Magic III: Isles of Terra,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1991-07-29, +/games/boxart/full_5324926JapanFrontccc.jpg,Might and Magic III: Isles of Terra,SCD,Role-Playing,CRI,CRI,,,,,,,1993-11-26, +/games/boxart/2293573ccc.jpg,Might and Magic IX,PC,Role-Playing,3DO,"New World Computing, Inc.",5.5,,,,,,2002-03-29, +/games/boxart/9711488ccc.jpg,Might and Magic VI: The Mandate of Heaven,PC,Role-Playing,3DO,New World Computing,,,,,,,1998-04-30, +/games/boxart/full_2559382AmericaFrontccc.jpg,Might and Magic VI: The Mandate of Heaven,PC,Role-Playing,3DO,New World Computing,,,,,,,1998-04-30, +/games/boxart/full_might-and-magic-vii-for-blood-and-honor_5AmericaFront.jpg,Might and Magic VII: For Blood and Honor,PC,Role-Playing,3DO,"New World Computing, Inc.",,,,,,,1999-05-31, +/games/boxart/full_might-and-magic-viii-day-of-the-destroyer_0AmericaFront.jpg,Might and Magic VIII: Day of the Destroyer,PC,Role-Playing,3DO,"New World Computing, Inc.",6.3,,,,,,2000-02-29, +/games/boxart/7250188ccc.jpg,Might and Magic: Book I,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1986-06-01, +/games/boxart/default.jpg,Might and Magic: Clash of Heroes,PSN,Role-Playing,Unknown,Ubisoft,,,,,,,, +/games/boxart/7501648ccc.jpg,Might and Magic: Clouds of Xeen,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1992-01-01, +/games/boxart/5084030ccc.jpg,Might and Magic: Darkside of Xeen,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1993-04-05, +/games/boxart/full_298975AmericaFrontccc.jpg,Might and Magic: Gates to Another World,GEN,Role-Playing,Electronic Arts,New World Computing,,,,,,,1991-01-01, +/games/boxart/9807418ccc.jpg,Might and Magic: World of Xeen,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1994-06-30, +/games/boxart/full_mimana-iyar-chronicles_7AmericaFront.jpg,Mimana Iyar Chronicle,PSN,Role-Playing,Aksys Games,"Kogado Studio, Inc.",,,,,,,2010-04-15, +/games/boxart/1768755ccc.jpg,Miracle Warriors: Seal of the Dark Lord,MS,Role-Playing,Sega,Sega,,,,,,,1988-01-31, +/games/boxart/full_miraculum-the-last-revelation_10JapanFront.jpg,Miraculum: The Last Revelation,PCFX,Role-Playing,NEC Interchannel,Ray Force,,,,,,,1996-03-29, +/games/boxart/full_8530223JapanFrontccc.jpg,Mitsumete Knight R,PS,Role-Playing,Konami,Konami Computer Entertainment Shinjuku,,,,,,,1998-11-26, +/games/boxart/default.jpg,Mobius Final Fantasy,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2017-02-06, +/games/boxart/default.jpg,Mobius Final Fantasy,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-01-01, +/games/boxart/full_mobstar_325AmericaFront.jpg,Mobstar,PC,Role-Playing,Unknown,UnitedGames,,,,,,,2003-01-01, +/games/boxart/3188823ccc.gif,Moebius: The Orb of Celestial Harmony,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1987-01-01, +/games/boxart/full_1869615AmericaFrontccc.jpg,Molly the Were-Zompire,XBL,Role-Playing,Microsoft,RainbowDespair,,,,,,,2009-12-10, +/games/boxart/full_848526JapanFrontccc.jpg,Momotarou Densetsu 1-2,GB,Role-Playing,Hudson Soft,TamTam,,,,,,,2001-01-01, +/games/boxart/full_momotarou-densetsu-ii_10JapanFront.jpg,Momotarou Densetsu II,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-12-22, +/games/boxart/full_momotarou-densetsu-turbo_9JapanFront.jpg,Momotarou Densetsu Turbo,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-07-20, +/games/boxart/full_momotaru-densetsu-gaiden-1-dai-1-shuu_3JapanFront.jpg,Momotaru Densetsu Gaiden 1: Dai 1 Shuu,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1992-12-04, +/games/boxart/full_3640047AmericaFrontccc.png,Monkey King Online,PC,Role-Playing,R2Games,R2Games,,,,,,,2014-03-28, +/games/boxart/full_2965859JapanFrontccc.jpg,MonstaniA,SNES,Role-Playing,Pack-In-Video,Bits Laboratory,,,,,,,1996-09-27, +/games/boxart/full_monster-race_4JapanFront.jpg,Monster * Race,PS,Role-Playing,KOEI,Koei/Inis,,,,,,,1998-12-17, +/games/boxart/full_monster-race_609JapanFront.jpg,Monster * Race,GB,Role-Playing,KOEI,Koei,,,,,,,1998-03-06, +/games/boxart/full_monster-race-2_312JapanFront.jpg,Monster * Race 2,GB,Role-Playing,KOEI,Koei,,,,,,,1999-03-12, +/games/boxart/full_monster-race-okawari_19JapanFront.jpg,Monster * Race Okawari,GB,Role-Playing,KOEI,Koei,,,,,,,1998-10-02, +/games/boxart/default.jpg,Monster Daihyakka,PSV,Role-Playing,Unknown,Idea Factory,,,,,,,, +/games/boxart/full_6238434JapanFrontccc.jpg,Monster Gate,GBA,Role-Playing,Konami,Konami,,,,,,,2002-07-04, +/games/boxart/full_5649275JapanFrontccc.jpg,Monster Gate: Dai Inaru Dungeon,GBA,Role-Playing,Konami,Konami,,,,,,,2003-06-12, +/games/boxart/full_monster-hunter-freedom-dual-pack_769AmericaFront.jpg,Monster Hunter Freedom Dual Pack,PSP,Role-Playing,Capcom,Capcom,,,,,,,2011-09-16, +/games/boxart/full_419165AmericaFrontccc.png,Monster Hunter Freedom Unite,PSN,Role-Playing,Capcom,Capcom,7,,,,,,2009-10-01, +/games/boxart/full_4867156JapanFrontccc.jpg,Monster Hunter Frontier,PC,Role-Playing,Capcom,Capcom,,,,,,,2007-06-21, +/games/boxart/default.jpg,Monster Hunter Frontier G,WiiU,Role-Playing,Capcom,Capcom,,,,,,,2013-12-11,2018-07-23 +/games/boxart/full_monster-hunter-nikki-poka-poka-airu-mura_238JapanFront.jpg,Monster Hunter Nikki: Poka Poka Airu Mura,PSN,Role-Playing,Capcom,From Software,,,,,,,2011-04-21, +/games/boxart/full_monster-maker_108JapanFront.jpg,Monster Maker,GB,Role-Playing,Sofel,Sofel,,,,,,,1990-12-22, +/games/boxart/full_monster-maker-2-uru-no-hiten_394JapanFront.jpg,Monster Maker 2: Uru no Hiten,GB,Role-Playing,Sofel,Sofel,,,,,,,1993-03-19, +/games/boxart/default.jpg,Monster Maker 4: Flash Card / Killer Dice,GBA,Role-Playing,Success,Success,,,,,,,2002-12-13, +/games/boxart/full_monster-maker-iii-hikari-no-majutsushi_617JapanFront.jpg,Monster Maker III: Hikari no Majutsushi,SNES,Role-Playing,Sofel,Sofel,,,,,,,1993-12-24, +/games/boxart/full_monster-maker-7-tsu-no-hihou_819JapanFront.jpg,Monster Maker: 7-tsu no Hihou,NES,Role-Playing,Sofel,Sofel,,,,,,,1991-12-20, +/games/boxart/full_monster-maker-barcode-saga_529JapanFront.jpg,Monster Maker: Barcode Saga,GB,Role-Playing,Namco,Namco,,,,,,,1993-08-10, +/games/boxart/full_monster-maker-yami-no-ryuukishi_881JapanFront.jpg,Monster Maker: Yami no Ryuukishi,PCE,Role-Playing,NEC Avenue,NEC Avenue,,,,,,,1994-03-30, +/games/boxart/full_8126997JapanFrontccc.jpg,Monster Summoner,GBA,Role-Playing,Ertain,Ertain,,,,,,,2004-07-15, +/games/boxart/full_6050965AmericaFrontccc.jpg,Moons Of Madness,XOne,Role-Playing,Funcom,Rock Pocket Ltd,,,,,,,2020-03-24,2020-01-16 +/games/boxart/full_9569930AmericaFrontccc.jpg,Moons Of Madness,PC,Role-Playing,Funcom,Rock Pocket Ltd,,,,,,,2019-10-22,2020-01-16 +/games/boxart/full_6937646AmericaFrontccc.jpg,Moons Of Madness,PS4,Role-Playing,Funcom,Rock Pocket Ltd,,,,,,,2020-03-24,2020-01-16 +/games/boxart/default.jpg,Moria,PC,Role-Playing,Unknown,Robert Alan Koeneke,,,,,,,1992-08-12, +/games/boxart/full_4448635PALFrontccc.jpg,Mount & Blade: Warband,PS4,Role-Playing,Taleworlds,Taleworlds,,,,,,,2016-06-24,2018-09-21 +/games/boxart/full_4169263PALFrontccc.jpg,Mount & Blade: Warband,XOne,Role-Playing,Koch Media,Taleworlds,,,,,,,2016-09-16,2018-09-15 +/games/boxart/full_mouryou-senki-madara_687JapanFront.jpg,Mouryou Senki Madara,NES,Role-Playing,Konami,Konami,,,,,,,1990-03-30, +/games/boxart/full_mouryou-senki-madara-2_709JapanFront.jpg,Mouryou Senki Madara 2,SNES,Role-Playing,Konami,Muse Soft,,,,,,,1993-07-16, +/games/boxart/full_4984146AmericaFrontccc.jpg,MU Online,PC,Role-Playing,Webzen,Webzen,,,,,,,2003-10-06, +/games/boxart/full_136580AmericaFrontccc.jpg,MU Online: Cry Wolf,PC,Role-Playing,K2 Network,Webzen,,,,,,,2007-03-01, +/games/boxart/full_9370203AmericaFrontccc.jpg,MU Online: Season 2,PC,Role-Playing,K2 Network,Webzen,,,,,,,2007-08-01, +/games/boxart/default.jpg,Mugen Souls,PC,Role-Playing,Ghostlight,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Mugen Souls Z,PC,Role-Playing,Ghostlight,Compile Heart,,,,,,,2016-08-25, +/games/boxart/full_3842815AmericaFrontccc.jpg,Murder On Snake Road,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2010-01-05,2020-03-03 +/games/boxart/6726587ccc.jpg,Mysterium,GB,Role-Playing,Asmik Corp,Maxis,,,,,,,1993-01-02, +/games/boxart/default.jpg,Mystery Room,DS,Role-Playing,Unknown,Level 5,,,,,,,, +/games/boxart/2117422ccc.jpg,Mystical Ninja starring Goemon,GB,Role-Playing,Konami,Konami Computer Entertainment Nagoya,,,,,,,1998-04-01, +/games/boxart/full_myth-war_762AmericaFront.png,Myth War,PC,Role-Playing,IGG,Unigium,,,,,,,2006-01-01, +/games/boxart/default.jpg,Myth War II,PC,Role-Playing,Unknown,Unigium,,,,,,,, +/games/boxart/default.jpg,Mythos,PC,Role-Playing,Unknown,Flagship Studios,,,,,,,, +/games/boxart/full_1196128JapanFrontccc.jpg,Nanatsu Kaze no Shima Monogatari,SAT,Role-Playing,Enix,Enix Corporation,,,,,,,1997-11-27, +/games/boxart/full_6875923JapanFrontccc.jpg,Napple Tale: Arsia in Daydream,DC,Role-Playing,Sega,Sega,,,,,,,2000-10-19, +/games/boxart/full_narisokonai-eiyuutan-taiyou-to-tsuki-no-monogatari_948JapanFront.jpg,Narisokonai Eiyuutan: Taiyou to Tsuki no Monogatari,PSN,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-12-09, +/games/boxart/full_5189227JapanFrontccc.jpg,Naruto RPG: Uketsugareshi Hi no Ishi,GBA,Role-Playing,Tomy Corporation,TOSE,,,,,,,2004-07-22, +/games/boxart/full_4588191JapanFrontccc.jpg,Naruto: Konoha Ninpouchou,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-03-27, +/games/boxart/full_necros-no-yousai_2JapanFront.jpg,Necros no Yousai,PCE,Role-Playing,ASK,ASK,,,,,,,1990-04-20, +/games/boxart/full_nekketsu-tairiku-burning-heroes_560JapanFront.jpg,Nekketsu Tairiku: Burning Heroes,SNES,Role-Playing,Enix,J-Force,,,,,,,1995-03-17, +/games/boxart/6744224ccc.jpg,Nemesis: The Wizardry Adventure,PC,Role-Playing,Virgin Interactive,"Sirtech Software, Inc.",7.4,,,,,,1996-09-30, +/games/boxart/full_7841781AmericaFrontccc.jpg,Neo Steam: The Shattered Continent,PC,Role-Playing,Atlus Online,JoyImpact,,,,,,,2009-06-11, +/games/boxart/full_8894461JapanFrontccc.jpg,Neon Genesis Evangelion: Shito Ikusei,WS,Role-Playing,Bandai,Bandai,,,,,,,1999-07-22, +/games/boxart/full_5355672JapanFrontccc.jpg,Neorude,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-05-09, +/games/boxart/full_neorude_389JapanFront.jpg,Neorude,PSN,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-03-10, +/games/boxart/full_neorude-2_5JapanFront.jpg,Neorude 2,PSN,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-04-28, +/games/boxart/full_4541932JapanFrontccc.jpg,Neorude 2,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-11-20, +/games/boxart/full_neorude-kizamareta-monshou_17JapanFront.jpg,Neorude: Kizamareta Monshou,PSN,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-06-09, +/games/boxart/full_3927391JapanFrontccc.jpg,Neorude: Kizamareta Monshou,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1999-12-16, +/games/boxart/470703ccc.png,Nethack,PC,Role-Playing,Unknown,The NetHack DevTeam,,,,,,,1987-01-01, +/games/boxart/default.jpg,Nethergate,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,1999-01-01, +/games/boxart/default.jpg,Nethergate: Resurrection,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2007-08-09, +/games/boxart/full_5945712AmericaFrontccc.jpg,Neutopia,VC,Role-Playing,Hudson Soft,Hudson Soft,7.3,,,,,,2007-08-20, +/games/boxart/full_neutopia_389JapanFront.jpg,Neutopia,PSN,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2011-04-19, +/games/boxart/full_8326853AmericaFrontccc.jpg,Neutopia,PCE,Role-Playing,NEC,Hudson Soft,,,,,,,1989-01-01, +/games/boxart/full_9542725AmericaFrontccc.jpg,Neutopia II,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2007-09-10, +/games/boxart/full_8639685AmericaFrontccc.jpg,Neutopia II,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1991-01-01, +/games/boxart/full_neutopia-ii_5JapanFront.jpg,Neutopia II,PSN,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2010-07-21, +/games/boxart/full_2840816PALFrontccc.jpg,Neverwinter,PC,Role-Playing,Perfect World Entertainment,Cryptic Studios,,,,,,,2013-06-20,2018-09-14 +/games/boxart/full_8025555AmericaFrontccc.jpeg,Neverwinter,XOne,Role-Playing,Perfect World Entertainment,Cryptic Studios,,,,,,,2015-03-31, +/games/boxart/full_neverwinter-nights-1991_376AmericaFront.jpg,Neverwinter Nights (1991),PC,Role-Playing,SSI,Beyond Software,,,,,,,1991-01-01, +/games/boxart/full_neverwinter-nights-2-gold_132AmericaFront.jpg,Neverwinter Nights 2 Gold,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2008-05-06, +/games/boxart/full_neverwinter-nights-2-legends_310PALFront.jpg,Neverwinter Nights 2 Legends,PC,Role-Playing,Atari,Various,,,,,,,2008-10-02, +/games/boxart/full_neverwinter-nights-2-platinum_414AmericaFront.jpg,Neverwinter Nights 2 Platinum,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2010-12-14, +/games/boxart/full_neverwinter-nights-2-deluxe-edition_904PALFront.jpg,Neverwinter Nights 2: Deluxe Edition,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2008-11-27, +/games/boxart/full_neverwinter-nights-2-mysteries-of-westgate_198AmericaFront.jpg,Neverwinter Nights 2: Mysteries of Westgate,PC,Role-Playing,Atari,Ossian Studios,,,,,,,2009-04-29, +/games/boxart/full_neverwinter-nights-gold_667AmericaFront.jpg,Neverwinter Nights Gold,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2003-11-06, +/games/boxart/full_neverwinter-nights-platinum_783AmericaFront.jpg,Neverwinter Nights Platinum,PC,Role-Playing,Atari,BioWare Corp.,,,,,,,2004-09-15, +/games/boxart/full_3006098AmericaFrontccc.jpg,Neverwinter Nights: Hordes of the Underdark,PC,Role-Playing,Atari,BioWare Corp.,8.4,,,,,,2003-12-02, +/games/boxart/full_neverwinter-nights-kingmaker_598AmericaFront.jpg,Neverwinter Nights: Kingmaker,PC,Role-Playing,Atari,BioWare Corp.,7,,,,,,2005-10-02, +/games/boxart/full_neverwinter-nights-pirates-of-the-sword-coast_238AmericaFront.png,Neverwinter Nights: Pirates of the Sword Coast,PC,Role-Playing,Unknown,BioWare Corporation,,,,,,,2005-06-22, +/games/boxart/full_neverwinter-nights-shadows-of-undrentide_545AmericaFront.jpg,Neverwinter Nights: Shadows of Undrentide,PC,Role-Playing,Atari,BioWare Corp.,7.9,,,,,,2003-06-17, +/games/boxart/default.jpg,Ni-Oh,PS3,Role-Playing,Unknown,Team Ninja,,,,,,,, +/games/boxart/full_9492900AmericaFrontccc.jpg,NieR: The World of Recycled Vessel,XBL,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2010-05-12, +/games/boxart/full_2590151AmericaFrontccc.jpg,NieR: The World of Recycled Vessel,PSN,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2010-05-12, +/games/boxart/full_7001347AmericaFrontccc.jpg,Ninja Taro,GB,Role-Playing,Sammy Corporation,NMK,,,,,,,1992-09-01, +/games/boxart/full_6088912JapanFrontccc.jpg,Ninku,GG,Role-Playing,Sega,Sega,,,,,,,1995-07-21, +/games/boxart/full_nintama-rantarou-gb_30JapanFront.jpg,Nintama Rantarou GB,GB,Role-Playing,Culture Brain,Culture Brain,,,,,,,1995-12-27, +/games/boxart/default.jpg,Nintendo DSi Jagged Alliance,DSiW,Role-Playing,Unknown,Cypronia,,,,,,,, +/games/boxart/full_624177JapanFrontccc.jpg,Nishikaze no Kyoushikyouku,DC,Role-Playing,SoftMax,SoftMax,,,,,,,2001-02-22, +/games/boxart/full_1136636AmericaFrontccc.jpg,Northmark: Hour of the Wolf,PC,Role-Playing,Rake in Grass,Rake in Grass,,,,,,,2014-08-02, +/games/boxart/full_4547359AmericaFrontccc.jpg,Northmark: Hour of the Wolf,OSX,Role-Playing,Rake in Grass,Rake in Grass,,,,,,,2014-08-02, +/games/boxart/full_numen-contest-of-heroes_6AmericaFront.jpg,Numen: Contest of Heroes,PC,Role-Playing,Cinemax,Cinemax,,,,,,,2010-06-03, +/games/boxart/9376554ccc.jpg,Obitus,SNES,Role-Playing,Bullet Proof Software,Psygnosis,,,,,,,1994-09-01, +/games/boxart/full_4720102AmericaFrontccc.jpeg,Odin Sphere,PSN,Role-Playing,Atlus,Vanillaware,,,,,,,2011-10-04,2019-01-10 +/games/boxart/default.jpg,Odyssey - The Legend of Nemesis,PC,Role-Playing,Unknown,Paranoid Productions,,,,,,,, +/games/boxart/full_of-steel-and-sorcery_380AmericaFront.jpg,Of Steel and Sorcery,XBL,Role-Playing,Microsoft,ragnarrok,,,,,,,2010-10-24, +/games/boxart/full_3580335AmericaFrontccc.jpg,Ogre Battle 64: Person of Lordly Caliber,VC,Role-Playing,Square Enix,Quest Corporation,9,,,,,,2010-03-29, +/games/boxart/full_7207646JapanFrontccc.jpg,Ogre Battle Saga Episode Five: The March of the Black Queen,SAT,Role-Playing,Riverhillsoft,Quest Corporation,,,,,,,1996-11-01, +/games/boxart/full_4499117AmericaFrontccc.jpg,Ogre Battle: The March of the Black Queen,SNES,Role-Playing,Enix,Quest Corporation,9,,,,,,1993-01-01, +/games/boxart/full_2974111AmericaFrontccc.jpg,Ogre Battle: The March of the Black Queen,VC,Role-Playing,Square Enix,Quest Corporation,9,,,,,,2009-03-02, +/games/boxart/full_omise-de-tensyu_58JapanFront.jpg,Omise de Tensyu,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1999-04-08, +/games/boxart/full_442358JapanFrontccc.jpg,One Piece: Dragon Dream!,GBA,Role-Playing,Bandai,Bandai,,,,,,,2005-04-28, +/games/boxart/full_9264486JapanFrontccc.jpg,One Piece: Nanatsu Shima no Daihihou,GBA,Role-Playing,Banpresto,Banpresto,,,,,,,2002-11-15, +/games/boxart/full_4698722JapanFrontccc.jpg,One Piece: Ocean's Dream,PS,Role-Playing,Bandai,Bandai,,,,,,,2003-05-01, +/games/boxart/full_2878042AmericaFrontccc.png,One Piece: Thousand Storm,And,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-01-24, +/games/boxart/full_oni-ii-innin-densetsu_881JapanFront.jpg,Oni II: Innin Densetsu,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1992-02-28, +/games/boxart/full_oni-iii-kuro-no-hakaigami_119JapanFront.jpg,Oni III: Kuro no Hakaigami,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1993-02-26, +/games/boxart/full_oni-iv-kishin-no-ketsuzoku_709JapanFront.jpg,Oni IV: Kishin no Ketsuzoku,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1994-03-11, +/games/boxart/full_oni-v-innin-no-tsugumono_786JapanFront.jpg,Oni V: Innin no Tsugumono,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1995-03-24, +/games/boxart/full_8802403JapanFrontccc.jpg,ONI Zero: Sengoku Ransei Hyakkaryouran,DS,Role-Playing,Compile Heart,Compile Heart,,,,,,,2007-08-30, +/games/boxart/full_4741283AmericaFrontccc.jpg,Onigiri,PS4,Role-Playing,"CyberStep Communications, Inc.","CyberStep, Inc.",,,,,,,2015-10-06,2018-09-21 +/games/boxart/full_3726191AmericaFrontccc.jpg,Onimusha Soul,PC,Role-Playing,Capcom,Capcom,,,,,,,2012-06-28, +/games/boxart/full_5964975JapanFrontccc.jpg,Onmyou Taisenki: Zeroshiki,GBA,Role-Playing,Bandai,Bandai,,,,,,,2004-12-09, +/games/boxart/full_4801684AmericaFrontccc.jpg,Operation Darkness,XBL,Role-Playing,Success,Success,,,,,,,2010-03-23, +/games/boxart/full_9412196JapanFrontccc.jpg,Ore no Dungeon,PSP,Role-Playing,Sega,Climax Entertainment,,,,,,,2006-11-30, +/games/boxart/full_ore-no-shikabane-o-koete-yuke_190JapanFront.jpg,Ore no Shikabane o Koete Yuke,PS,Role-Playing,Sony Computer Entertainment,Alfa System,,,,,,,1999-06-17, +/games/boxart/full_78119JapanFrontccc.jpg,Oriental Blue: Ao no Tengai,GBA,Role-Playing,Bandai,Hudson Soft,,,,,,,2003-10-24, +/games/boxart/full_7539423JapanFrontccc.jpg,Otogi Banashi Taisen,GB,Role-Playing,Yojigen,Yojigen,,,,,,,1995-08-04, +/games/boxart/default.jpg,Ou Dorobou Jing: Angel / Devil Version,GB,Role-Playing,NCS,NCS,,,,,,,1999-03-12, +/games/boxart/full_oukoku-no-gran-chef_1JapanFront.jpg,Oukoku no Gran Chef,3DO,Role-Playing,Sara International,Sara International,,,,,,,1996-03-01, +/games/boxart/full_out-live_5JapanFront.jpg,Out Live,VC,Role-Playing,Sunsoft,SunSoft,,,,,,,2007-05-15, +/games/boxart/full_out-live_0JapanFront.jpg,Out Live,PCE,Role-Playing,Sunsoft,SunSoft,,,,,,,1989-03-17, +/games/boxart/full_out-live-be-eliminate-yesterday_0JapanFront.jpg,Out Live: Be Eliminate Yesterday,PS,Role-Playing,Sunsoft,SunSoft,,,,,,,1997-07-24, +/games/boxart/full_1321935AmericaFrontccc.jpg,Paladin's Quest,SNES,Role-Playing,Enix,Copya Systems,,,,,,,1993-10-01, +/games/boxart/full_6304433JapanFrontccc.jpg,Pandora Max Series Vol. 6: Oni Zero ~Fukkatsu~,PSN,Role-Playing,Sony Computer Entertainment,Pandora Box,,,,,,,2009-11-11, +/games/boxart/full_2291215JapanFrontccc.jpg,Pandora Max Series Vol. 6: Oni Zero ~Fukkatsu~,PS,Role-Playing,Pandora Box,Pandora Box,,,,,,,2001-03-22, +/games/boxart/default.jpg,Pandors's Tower: Until I Return to Your Side,Wii,Role-Playing,Unknown,Ganbarion,,,,,,,, +/games/boxart/3197224ccc.jpg,Panzer Dragoon Saga,SAT,Role-Playing,Sega,Team Andromeda,,,,,,,1998-04-30, +/games/boxart/default.jpg,Paper Mario,iQue,Role-Playing,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/full_parasite-eve_96AmericaFront.jpg,Parasite Eve,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,7.9,,,,,,2011-03-15, +/games/boxart/full_parasite-eve-ii_555AmericaFront.jpg,Parasite Eve II,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-08-23, +/games/boxart/full_passage_146AmericaFront.jpg,Passage,PC,Role-Playing,Jason Rohrer,Jason Rohrer,,,,,,,2007-11-01, +/games/boxart/default.jpg,Perfect World,PC,Role-Playing,Unknown,Beijing Perfect World,,,,,,,, +/games/boxart/full_4858279JapanFrontccc.jpg,Persona 2: Innocent Sin,PS,Role-Playing,Atlus,Atlus Co.,9.2,,,,,,1999-06-24, +/games/boxart/full_1766654AmericaFrontccc.jpg,Phantasy Star,MS,Role-Playing,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_3588949AmericaFrontccc.jpg,Phantasy Star,VC,Role-Playing,Sega,Sega,,,,,,,2009-08-31, +/games/boxart/full_phantasy-star-defenders-pack_135AmericaFront.jpg,Phantasy Star Defender's Pack!,PSP,Role-Playing,Sega,Alfa System,,,,,,,2011-09-27, +/games/boxart/full_5698785JapanFrontccc.jpg,Phantasy Star Gaiden,GG,Role-Playing,Sega,Sega,,,,,,,1992-10-16, +/games/boxart/full_8996306AmericaFrontccc.jpg,Phantasy Star II,VC,Role-Playing,Sega,Sega,,,,,,,2008-02-18, +/games/boxart/8133778ccc.jpg,Phantasy Star II,GEN,Role-Playing,Sega,Sega,8,,,,,,1988-12-31, +/games/boxart/full_6474585AmericaFrontccc.jpg,Phantasy Star II,XBL,Role-Playing,Sega,Sega / Backbone Entertainment,7,,,,,,2009-06-10, +/games/boxart/3531297ccc.jpg,Phantasy Star III: Generations of Doom,GEN,Role-Playing,Sega,Sega,,,,,,,1990-04-20, +/games/boxart/2129018ccc.jpg,Phantasy Star III: Generations of Doom,VC,Role-Playing,Sega,Sega,,,,,,,2008-04-21, +/games/boxart/full_5474821AmericaFrontccc.jpg,Phantasy Star IV,VC,Role-Playing,Sega,Sega,,,,,,,2008-12-22, +/games/boxart/8825568ccc.jpg,Phantasy Star IV,GEN,Role-Playing,Sega,Sega,9,,,,,,1994-01-01, +/games/boxart/full_9593410AmericaFrontccc.jpg,Phantasy Star Online,PC,Role-Playing,Sega,Sonic Team,,,,,,,2001-12-20, +/games/boxart/full_5300857AmericaFrontccc.jpg,Phantasy Star Online 2,PC,Role-Playing,Sega,Sonic Team,,,,,,,2020-05-27, +/games/boxart/full_7677843JapanFrontccc.jpg,Phantasy Star Online: Blue Burst,PC,Role-Playing,Sega,Sonic Team,,,,,,,2005-06-23, +/games/boxart/full_phantasy-star-portable-2_10AmericaFront.jpg,Phantasy Star Portable 2,PSN,Role-Playing,Sega,Alfa System,7.4,,,,,,2010-09-14, +/games/boxart/full_phantasy-star-portable-2-infinity_655JapanFront.jpg,Phantasy Star Portable 2: Infinity,PSN,Role-Playing,Sega,Alfa System,,,,,,,2011-02-24, +/games/boxart/full_phantasy-star-universe_2AmericaFront.jpg,Phantasy Star Universe,XBL,Role-Playing,Sega,Sonic Team,,,,,,,2010-08-03, +/games/boxart/full_5124713AmericaFrontccc.jpg,Phantasy Star Universe: Ambition of the Illuminus,PC,Role-Playing,Sega,Sonic Team,,,,,,,2007-07-21, +/games/boxart/full_2052412AmericaFrontccc.gif,Phantasy Star Universe: Ambition of the Illuminus,XBL,Role-Playing,Sega,Sonic Team,,,,,,,2007-11-20, +/games/boxart/default.jpg,Phantasy Star Zero Mini,DSiW,Role-Playing,Sega,Sega,,,,,,,2009-03-25, +/games/boxart/full_4000875JapanFrontccc.jpg,Phantasy Star: Sennenki no Owari ni,PC,Role-Playing,Media Kite,Sega,,,,,,,2004-12-17, +/games/boxart/full_phantom-brave-the-hermuda-triangle_666AmericaFront.jpg,Phantom Brave: The Hermuda Triangle,PSN,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2011-03-08, +/games/boxart/full_5743721AmericaFrontccc.png,Pier Solar and the Great Architects,PS4,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, +/games/boxart/full_9453782AmericaFrontccc.png,Pier Solar and the Great Architects,Linux,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, +/games/boxart/full_9300117AmericaFrontccc.png,Pier Solar and the Great Architects,XOne,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-11-21, +/games/boxart/full_6589638AmericaFrontccc.png,Pier Solar and the Great Architects,OSX,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, +/games/boxart/default.jpg,Pier Solar and the Great Architects,X360,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2020-12-31, +/games/boxart/full_9696480AmericaFrontccc.png,Pier Solar and the Great Architects,PC,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, +/games/boxart/full_8631123AmericaFrontccc.png,Pier Solar and the Great Architects,WiiU,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-11-06,2018-04-10 +/games/boxart/full_6429966AmericaFrontccc.jpg,Pier Solar and the Great Architects,Ouya,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2020-12-31, +/games/boxart/full_3108763AmericaFrontccc.png,Pier Solar and the Great Architects,And,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2020-12-31, +/games/boxart/full_2427316AmericaFrontccc.png,Pier Solar and the Great Architects,PS3,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, +/games/boxart/full_8511792AmericaFrontccc.jpg,Pier Solar and the Great Architects,DC,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2015-10-25, +/games/boxart/full_1745729AmericaFrontccc.png,Pier Solar and the Great Architects,GEN,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2010-12-14, +/games/boxart/full_5535310AmericaFrontccc.jpg,Pillars of Eternity,Linux,Role-Playing,Paradox Interactive,Obsidian Entertainment,,,,,,,2015-03-26,2018-06-27 +/games/boxart/full_7750013AmericaFrontccc.jpg,Pillars of Eternity,OSX,Role-Playing,Obsidian Entertainment,Obsidian Entertainment,,,,,,,2014-07-01,2018-06-27 +/games/boxart/full_2466673AmericaFrontccc.jpg,Pioneer,XBL,Role-Playing,Microsoft,laurent goethals,,,,,,,2009-12-24, +/games/boxart/full_6905155AmericaFrontccc.jpg,Pirates of the Caribbean,PC,Role-Playing,Bethesda Softworks,Akella,,,,,,,2003-06-30, +/games/boxart/full_7554362AmericaFrontccc.jpg,Pirates of the Caribbean Online,PC,Role-Playing,Disney Online,Disney Online,,,,,,,2007-10-31, +/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,Wii,Role-Playing,Unknown,Propaganda Games,,,,,,,, +/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,X360,Role-Playing,Unknown,Propaganda Games,,,,,,,, +/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,PS3,Role-Playing,Unknown,Propaganda Games,,,,,,,, +/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,PC,Role-Playing,Unknown,Propaganda Games,,,,,,,, +/games/boxart/full_543273AmericaFrontccc.jpg,Pixel Piracy,OSX,Role-Playing,Re-Logic,Quadro Delta,,,,,,,2015-04-23,2018-08-09 +/games/boxart/full_4344736AmericaFrontccc.jpg,Pixel Piracy,Linux,Role-Playing,Re-Logic,Quadro Delta,,,,,,,2015-04-23,2018-08-09 +/games/boxart/full_1715968JapanFrontccc.jpg,Pocket Digimon World,PS,Role-Playing,Bandai,Bandai,,,,,,,2000-06-29, +/games/boxart/full_7693323JapanFrontccc.jpg,Pocket Digimon World: Cool & Nature Battle Disc,PS,Role-Playing,Bandai,Bandai,,,,,,,2001-02-22, +/games/boxart/full_639898JapanFrontccc.jpg,Pocket Digimon World: Wind Battle Disc,PS,Role-Playing,Bandai,Bandai,,,,,,,2000-10-26, +/games/boxart/full_pocket-kingdom-own-the-world_867AmericaFront.jpg,Pocket Kingdom: Own the World,NGage,Role-Playing,Nokia,Sega,7.7,,,,,,2004-11-24, +/games/boxart/full_4675598JapanFrontccc.png,Pokémon Mystery Dungeon: Go For It! Light Adventure Squad,WW,Role-Playing,Nintendo,ChunSoft,,,,,,,2009-08-04, +/games/boxart/full_4201204JapanFrontccc.png,Pokémon Mystery Dungeon: Keep Going! Blazing Adventure Squad,WW,Role-Playing,Nintendo,ChunSoft,,,,,,,2009-08-04, +/games/boxart/full_692656JapanFrontccc.png,Pokémon Mystery Dungeon: Let's Go! Stormy Adventure Squad,WW,Role-Playing,Nintendo,ChunSoft,,,,,,,2009-08-04, +/games/boxart/default.jpg,Poncotsu Roman Daikatsugeki Bumpy Trot 2,PS3,Role-Playing,Unknown,Irem Software Engineering,,,,,,,, +/games/boxart/full_3016756JapanFrontccc.jpg,Popful Mail,PCE,Role-Playing,NEC,HuneX,,,,,,,1994-08-12, +/games/boxart/full_8651660JapanFrontccc.jpg,Popful Mail,SNES,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1994-06-10, +/games/boxart/9303379ccc.jpg,Popful Mail,SCD,Role-Playing,Working Designs,SIMS,,,,,,,1995-02-23, +/games/boxart/full_748877JapanFrontccc.jpg,PoPoLoCrois Tsuki no Okite no Bouken,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2004-03-18, +/games/boxart/full_7381798JapanFrontccc.jpg,PoPoRoGue,PS,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,1998-11-26, +/games/boxart/full_8484960JapanFrontccc.jpg,Power Dolls 2,PS,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1997-11-20, +/games/boxart/full_3461563AmericaFrontccc.jpg,Prince of Qin,PC,Role-Playing,Strategy First,Object Software Limited,,,,,,,2002-08-19, +/games/boxart/full_7005592AmericaFrontccc.jpg,Prince of Qin Online,PC,Role-Playing,Khabal Gaming,Object Software Limited,,,,,,,2003-06-16, +/games/boxart/full_7436214JapanFrontccc.jpg,Princess Crown,PSP,Role-Playing,Atlus,Vanillaware,,,,,,,2005-09-22,2019-01-10 +/games/boxart/full_8594320JapanFrontccc.jpg,Princess Crown,SAT,Role-Playing,Atlus,Vanillaware,,,,,,,1997-12-11,2019-01-10 +/games/boxart/default.jpg,Prodigy,PC,Role-Playing,Hanakai Studio,Hanakai Studio,,,,,,,2016-01-01, +/games/boxart/default.jpg,Project Mercury,PS3,Role-Playing,Unknown,Big Huge Games,,,,,,,, +/games/boxart/default.jpg,Project Mercury,X360,Role-Playing,Unknown,Big Huge Games,,,,,,,, +/games/boxart/default.jpg,Project Monarch,PC,Role-Playing,Unknown,Maius Games,,,,,,,, +/games/boxart/default.jpg,Project T,PC,Role-Playing,Unknown,BLUESIDE,,,,,,,, +/games/boxart/full_prophecy-of-the-shadow_465AmericaFront.jpg,Prophecy of the Shadow,PC,Role-Playing,SSI,SSI,,,,,,,1992-01-01, +/games/boxart/full_2357918JapanFrontccc.jpeg,Protect Me Knight 2,3DS,Role-Playing,Ancient,Ancient,,,,,,,2014-09-11, +/games/boxart/full_quest-for-glory-v-dragon-fire_858AmericaFront.gif,Quest for Glory V: Dragon Fire,PC,Role-Playing,Sierra Entertainment,Yosemite Entertainment,,,,,,,1998-11-30, +/games/boxart/full_2498076AmericaFrontccc.jpg,QuestRun,OSX,Role-Playing,Digerati Distribution,Cuve Games,,,,,,,2014-04-18,2019-04-21 +/games/boxart/full_3443422JapanFrontccc.jpg,Radia Senki: Reimeihen,NES,Role-Playing,Tecmo,Tecmo,,,,,,,1991-11-15, +/games/boxart/full_rage-of-mages_906AmericaFront.jpg,Rage of Mages,PC,Role-Playing,Monolith Productions,Nival Interactive,,,,,,,1998-09-30, +/games/boxart/full_2327554AmericaFrontccc.jpg,Rage of Mages II: Necromancer,PC,Role-Playing,Monolith Productions,Nival Interactive,,,,,,,1999-07-31, +/games/boxart/default.jpg,Ragnarok Online,PC,Role-Playing,Gravity Corporation,Gravity Corporation,,,,,,,2002-09-01, +/games/boxart/default.jpg,Ragnarok Online 2,PC,Role-Playing,Unknown,Gravity Corporation,,,,,,,, +/games/boxart/full_ragnarok-hikari-to-yami-no-koujo_128JapanFront.jpg,Ragnarok: Hikari to Yami no Koujo,PSN,Role-Playing,GungHo,GungHo,,,,,,,2011-10-27, +/games/boxart/full_3254972AmericaFrontccc.jpg,Rainbow Moon,PS4,Role-Playing,EastAsiaSoft,SideQuest Studios,,,,,,,2016-02-16, +/games/boxart/full_5986073AmericaFrontccc.jpg,Rainbow Moon,PSN,Role-Playing,EastAsiaSoft,SideQuest Studios,,,,,,,2012-07-10, +/games/boxart/default.jpg,Rance: Hikari o Motomete,PC,Role-Playing,Alice Soft,Alice Soft,,,,,,,1990-01-01, +/games/boxart/full_8005799JapanFrontccc.jpg,Ranma 1/2: Kagugeki Mondou!!,GB,Role-Playing,Banpresto,Banpresto,,,,,,,1993-08-06, +/games/boxart/full_870762AmericaFrontccc.jpg,Rappelz,PC,Role-Playing,"Gala-Net, Inc.",nFlavor,,,,,,,2006-11-02, +/games/boxart/default.jpg,Rappelz Epic VI: Solus Aurum,PC,Role-Playing,"Gala-Net, Inc.",gPotato,,,,,,,2009-10-14, +/games/boxart/default.jpg,Rappelz Epic VII Part 3: The Trial,PC,Role-Playing,Unknown,Gala Networks,,,,,,,, +/games/boxart/default.jpg,Rappelz Epic VII: Breath of Darkness,PC,Role-Playing,"Gala-Net, Inc.",gPotato EU,,,,,,,2010-09-28, +/games/boxart/full_4080308AmericaFrontccc.jpg,Raven's Cry,XOne,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-27,2018-07-30 +/games/boxart/full_8525038AmericaFrontccc.jpg,Raven's Cry,Linux,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-27,2018-07-30 +/games/boxart/full_7133462PALFrontccc.jpg,Raven's Cry,X360,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-14,2018-07-30 +/games/boxart/full_8197525AmericaFrontccc.jpg,Raven's Cry,OSX,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-27,2018-07-30 +/games/boxart/full_ravenloft-stone-prophet_921AmericaFront.jpg,Ravenloft: Stone Prophet,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1995-01-01, +/games/boxart/full_ravenloft-strahds-possession_877AmericaFront.jpg,Ravenloft: Strahd's Possession,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1994-01-01, +/games/boxart/default.jpg,Ray Gigant,PC,Role-Playing,Acttil,Experience Inc.,,,,,,,2016-08-10, +/games/boxart/2619757ccc.jpg,Realms of Arkania Vol. 2: Star Trail,PC,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1994-10-01, +/games/boxart/3698912ccc.jpg,Realms of Arkania: Blade of Destiny,PC,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1993-06-01, +/games/boxart/default.jpg,Rebel Galaxy,PS4,Role-Playing,Double Damage Games,Double Damage Games,,,,,,,2016-01-01, +/games/boxart/full_4810073JapanFrontccc.jpg,Rebirth Moon,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2005-11-24, +/games/boxart/full_recettear-an-item-shops-tale_2AmericaFront.jpg,Recettear: An Item Shop's Tale,PC,Role-Playing,Carpe Fulgur,EasyGameStation,8.3,,,,,,2010-09-10, +/games/boxart/full_record-of-agarest-war_356AmericaFront.jpg,Record of Agarest War,XBL,Role-Playing,Aksys Games,Compile Heart,7,,,,,,2011-08-09, +/games/boxart/full_record-of-agarest-war_2AmericaFront.jpg,Record of Agarest War,PSN,Role-Playing,Aksys Games,Compile Heart,7,,,,,,2010-04-29, +/games/boxart/full_lodoss-jima-senki_246JapanFront.jpg,Record of Lodoss War,SNES,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,,,,,,1995-12-22, +/games/boxart/3489996ccc.jpg,Record of Lodoss War,DC,Role-Playing,Conspiracy Entertainment,Neverland Company,7.8,,,,,,2001-02-26, +/games/boxart/full_record-of-lodoss-war_669JapanFront.jpg,Record of Lodoss War,PCE,Role-Playing,Hudson Soft,Multimedia Intelligence Transfer,,,,,,,1992-07-17, +/games/boxart/full_record-of-lodoss-war-ii_120JapanFront.jpg,Record of Lodoss War II,PCE,Role-Playing,Hudson Soft,Multimedia Intelligence Transfer,,,,,,,1994-12-16, +/games/boxart/full_rejoice-aretha-oukoku-no-kanata_7JapanFront.jpg,Rejoice: Aretha Oukoku no Kanata,SNES,Role-Playing,Yanoman,Japan Art Media (JAM),,,,,,,1995-04-21, +/games/boxart/full_6664220JapanFrontccc.jpg,Remindelight,DS,Role-Playing,Taito,Japan Art Media,,,,,,,2006-09-28, +/games/boxart/full_3789434JapanFrontccc.jpg,Rent A Hero,VC,Role-Playing,Sega,Sega,,,,,,,2007-04-17, +/games/boxart/full_6946266JapanFrontccc.jpg,Rent A Hero,GEN,Role-Playing,Sega,Sega,,,,,,,1991-09-20, +/games/boxart/full_requiem-of-hell_819AmericaFront.jpg,Requiem of Hell,NGage,Role-Playing,Nokia,Digital-Red,5.8,,,,,,2004-11-22, +/games/boxart/5539041ccc.jpg,Restricted Area,PC,Role-Playing,Whiptail Interactive,Master Creating,,,,,,,2005-05-31, +/games/boxart/full_revelations-the-demon-slayer_754AmericaFront.jpg,Revelations: The Demon Slayer,GB,Role-Playing,Atlus,Access/Multimedia Intelligence Transfer,,,,,,,1999-08-27, +/games/boxart/full_1052648AmericaFrontccc.jpg,Revenant,PC,Role-Playing,Eidos Interactive,Cinematix Studios,,,,,,,1999-09-30, +/games/boxart/full_rezel-cross_6JapanFront.jpg,Rezel Cross,PSN,Role-Playing,Sony Computer Entertainment,SIMS,,,,,,,2009-07-15, +/games/boxart/full_5429050AmericaFrontccc.jpg,RF Online,PC,Role-Playing,Codemasters,CCR Inc,,,,,,,2006-02-21, +/games/boxart/full_rifts-promise-of-power_524AmericaFront.jpg,Rifts: Promise of Power,NGage,Role-Playing,Nokia,Backbone Entertainment,8,,,,,,2005-09-19, +/games/boxart/full_riglordsaga-2_515JapanFront.jpg,RiglordSaga 2,SAT,Role-Playing,Sega,Micro Cabin,,,,,,,1996-11-08, +/games/boxart/full_617012AmericaFrontccc.jpg,Rings of Power,PC,Role-Playing,Electronic Arts,Naughty Dog,,,,,,,1991-01-01, +/games/boxart/full_9808065AmericaFrontccc.jpg,Rings of Power,GEN,Role-Playing,Electronic Arts,Naughty Dog,,,,,,,1991-01-01, +/games/boxart/full_rise-of-immortals_257AmericaFront.png,Rise of Immortals,PC,Role-Playing,Unknown,Petroglyph Games,,,,,,,2011-09-12, +/games/boxart/full_risen_381AmericaFront.jpg,Risen,XBL,Role-Playing,Deep Silver,Piranha Bytes,,,,,,,2011-07-05, +/games/boxart/full_3210345AmericaFrontccc.png,Riviera: The Promised Land,PSN,Role-Playing,Atlus,Sting,,,,,,,2009-10-21, +/games/boxart/full_808627JapanFrontccc.jpg,Riviera: Yakusoku no Chi,WS,Role-Playing,Bandai,Sting,,,,,,,2002-07-12, +/games/boxart/9489006ccc.jpg,Robinson's Requiem,3DO,Role-Playing,ReadySoft,Silmarils,,,,,,,1996-01-01, +/games/boxart/full_robopon-sun-version_10AmericaFront.jpg,Robopon: Sun Version,GB,Role-Playing,Atlus,Hudson Soft,,,,,,,2000-12-14, +/games/boxart/full_5664511JapanFrontccc.jpg,Robot Ponkottsu 64: Nanatsu no Umi no Caramel,N64,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1999-12-24, +/games/boxart/8553781ccc.jpg,Robotrek,SNES,Role-Playing,Enix,Quintet,,,,,,,1995-10-01, +/games/boxart/full_9227006JapanFrontccc.jpg,RockMan DASH2: Episode 2 Ooinaru Isan,PSP,Role-Playing,Capcom,Capcom,,,,,,,2005-09-08, +/games/boxart/full_1330030JapanFrontccc.jpg,RockMan DASH: Hagane no Boukenshin,PSP,Role-Playing,Unknown,Capcom,,,,,,,, +/games/boxart/full_2889603JapanFrontccc.jpg,RockMan EXE N1 Battle Tournament,WS,Role-Playing,Capcom,Inti Creates,,,,,,,2003-08-08, +/games/boxart/default.jpg,Rogue Clone,PC,Role-Playing,Unknown,Timothy Stoehr,,,,,,,, +/games/boxart/2584206ccc.jpg,Rolan's Curse,GB,Role-Playing,Sammy Corporation,NMK,,,,,,,1991-01-01, +/games/boxart/full_rolans-curse-2_260AmericaFront.jpg,Rolan's Curse 2,GB,Role-Playing,Sammy Corporation,NMK,,,,,,,1992-10-01, +/games/boxart/default.jpg,Rollers of the Realm,PC,Role-Playing,Atlus,Phantom Compass,,,,,,,2015-01-01, +/games/boxart/default.jpg,Rollers of the Realm,PSV,Role-Playing,Atlus,Phantom Compass,,,,,,,2015-01-01, +/games/boxart/default.jpg,Rollers of the Realm,PS4,Role-Playing,Atlus,Phantom Compass,,,,,,,2015-01-01, +/games/boxart/full_5156438JapanFrontccc.jpg,Romancing SaGa,WS,Role-Playing,Square,SquareSoft,,,,,,,2001-12-20, +/games/boxart/full_3035322JapanFrontccc.jpg,Romancing SaGa,VC,Role-Playing,Square Enix,Square,,,,,,,2009-11-24, +/games/boxart/full_9894917JapanFrontccc.jpg,Romancing SaGa 2,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-03-23, +/games/boxart/full_269102JapanFrontccc.jpg,Romancing SaGa 3,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-09-21, +/games/boxart/full_3751301JapanFrontccc.jpg,Ronde,SAT,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1997-10-30, +/games/boxart/full_607046AmericaFrontccc.jpg,Royal Quest,PC,Role-Playing,Unknown,Katauri Interactive,,,,,,,2014-07-31, +/games/boxart/default.jpg,RPG Dasshutsu Game,DSiW,Role-Playing,Hudson Soft,Intense,,,,,,,2010-11-24, +/games/boxart/full_5974232AmericaFrontccc.png,RPG Illusion of L'Phalcia,And,Role-Playing,Kemco,"Kotobuki Solution Co., Ltd.",,,,,,,2014-04-05, +/games/boxart/full_39923AmericaFrontccc.jpg,RPG Maker VX,PC,Role-Playing,Enterbrain,Enterbrain,,,,,,,2008-02-29, +/games/boxart/full_4723706AmericaFrontccc.png,RPG Maker XP,PC,Role-Playing,Enterbrain,Enterbrain,,,,,,,2005-09-16, +/games/boxart/default.jpg,RPG Tsukuru 2000,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,2000-01-01, +/games/boxart/default.jpg,RPG Tsukuru 2003,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,2003-01-01, +/games/boxart/full_4655741JapanFrontccc.jpg,RPG Tsukuru 4,PS,Role-Playing,Enterbrain,Agenda,,,,,,,2000-12-07, +/games/boxart/default.jpg,RPG Tsukuru 95,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,1997-01-01, +/games/boxart/full_4554701JapanFrontccc.jpg,RPG Tsukuru Advance,GBA,Role-Playing,Enterbrain,Enterbrain,,,,,,,2003-04-25, +/games/boxart/full_750940JapanFrontccc.jpg,RPG Tsukuru GB,GB,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,2000-03-17, +/games/boxart/full_81407JapanFrontccc.jpg,RPG Tsukuru: Super Dante,SNES,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,1995-03-31, +/games/boxart/full_6298600JapanFrontccc.jpg,Rubbish Blazon,PS,Role-Playing,Pandora Box,Pandora Box,,,,,,,2000-04-27, +/games/boxart/full_7382746JapanFrontccc.jpg,Rubbish Blazon,PSN,Role-Playing,Pandora Box,Pandora Box,,,,,,,2009-09-24, +/games/boxart/full_rudra-no-hihou_970JapanFront.jpg,Rudra no Hihou,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-06-07, +/games/boxart/default.jpg,Ruin,PS3,Role-Playing,Unknown,SCE San Diego Studio,,,,,,,, +/games/boxart/default.jpg,Ruin,PSV,Role-Playing,Unknown,SCE San Diego Studio,,,,,,,, +/games/boxart/full_8603651JapanFrontccc.jpg,Run-Dim as Black Soul,DC,Role-Playing,Idea Factory,Digital Dream Studios,,,,,,,2001-09-06, +/games/boxart/full_rundim_0JapanFront.jpg,Run-Dim: Return of Earth,WS,Role-Playing,Unknown,Digital Dream Studios,,,,,,,2002-02-07, +/games/boxart/full_1280916JapanFrontccc.jpg,Rune Jade,DC,Role-Playing,Hudson Soft,Hudson,,,,,,,2000-08-24, +/games/boxart/full_6036076AmericaFrontccc.png,Runers,PC,Role-Playing,Mastertronic,Unknown,,,,,,,2014-09-02, +/games/boxart/full_956517PALFrontccc.jpg,Runes of Magic,PC,Role-Playing,Frogster Interactive,Runewalker Entertainment Ltd.,,,,,,,2009-03-19, +/games/boxart/full_runespell-overture_85AmericaFront.jpg,Runespell: Overture,PC,Role-Playing,Unknown,Mystic Box,7.4,,,,,,2011-07-20, +/games/boxart/full_527238AmericaFrontccc.jpg,Runestone Keeper,OSX,Role-Playing,Blackfire Games,Blackfire Games,,,,,,,2015-03-23,2019-04-21 +/games/boxart/full_4736543JapanFrontccc.jpg,Rurouni Kenshin: Meiji Kenyaku Romantan: Juuyuushi Inbou Hen,PS,Role-Playing,Sony Computer Entertainment,Pandora Box Creative Office,,,,,,,1997-12-18, +/games/boxart/default.jpg,Rusty Hearts,PC,Role-Playing,Perfect World Entertainment,Stairway Games,7.4,,,,,,2011-09-20, +/games/boxart/full_7340312JapanFrontccc.jpg,Ryuki Densyo: Dragoon,PS,Role-Playing,KSS,KSS,,,,,,,1997-12-18, +/games/boxart/full_8766278AmericaFrontccc.png,S.O.L Stone of Life EX,And,Role-Playing,Oddy Arts,Oddy Arts,,,,,,,2014-05-14, +/games/boxart/full_sacred-2-ice-amp-blood_10PALFront.jpg,Sacred 2 Ice & Blood,PC,Role-Playing,Deep Silver,Ascaron,,,,,,,2009-10-02, +/games/boxart/full_4442802AmericaFrontccc.jpg,Sacred: Underworld,PC,Role-Playing,Ascaron Entertainment,Ascaron Entertainment,,,,,,,2005-08-16, +/games/boxart/default.jpg,SaGa 2015,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,2016-01-01, +/games/boxart/full_saga-frontier_520JapanFront.jpg,SaGa Frontier,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2008-11-26, +/games/boxart/full_saga-frontier-2_739JapanFront.jpg,SaGa Frontier 2,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2008-12-10, +/games/boxart/full_4050309JapanFrontccc.jpg,Sagashi ni Ikouyo,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2001-01-11, +/games/boxart/full_saigo-no-yakusoku-no-monogatari_753JapanFront.jpg,Saigo no Yakusoku no Monogatari,PSN,Role-Playing,Unknown,imageepoch Inc.,,,,,,,, +/games/boxart/full_saint-paradise_5JapanFront.jpg,Saint Paradise,GB,Role-Playing,Bandai,Shoeisha,,,,,,,1992-11-13, +/games/boxart/default.jpg,Saint Seiya Online,PC,Role-Playing,Unknown,Sega,,,,,,,, +/games/boxart/full_8410270PALFrontccc.jpg,Saint Seiya: Ougon Densetsu,NES,Role-Playing,Bandai,Bandai,,,,,,,1987-01-01, +/games/boxart/full_3134625JapanFrontccc.jpg,Saint Seiya: Ougon Densetsu Kanketsu Hen,NES,Role-Playing,Bandai,Konami,,,,,,,1988-05-30, +/games/boxart/full_8381053JapanFrontccc.jpg,Saint Seiya: Ougon Densetsuhen Perfect Edition,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-07-31, +/games/boxart/full_2954153JapanFrontccc.jpg,Saiyuki Reload,PS2,Role-Playing,Bandai,Bandai,,,,,,,2004-03-18, +/games/boxart/full_2812557JapanFrontccc.jpg,Saiyuki Reload: Gunlock,PS2,Role-Playing,Bandai,Bandai,,,,,,,2004-08-05, +/games/boxart/full_sakura-taisen-3-paris-wa-moeteiru-ka_0JapanFront.jpg,Sakura Taisen 3: Paris wa Moeteiru ka,PS2,Role-Playing,Sega,Sega,,,,,,,2005-02-24, +/games/boxart/full_7026543JapanFrontccc.jpg,Sakura Taisen V Episode 0: Kouya no Samurai Musume,PS2,Role-Playing,Sega,Sega,,,,,,,2004-09-22, +/games/boxart/default.jpg,Sakura Taisen VI: Stronger than Love,Wii,Role-Playing,Unknown,RED Entertainment,,,,,,,, +/games/boxart/full_salem_116AmericaFront.jpg,Salem,PC,Role-Playing,Unknown,Seatribe,,,,,,,, +/games/boxart/full_6807664JapanFrontccc.jpg,Samurai Evolution: Oukoku Geist,GBA,Role-Playing,Enix,TeaSet,,,,,,,2002-09-20, +/games/boxart/full_sanada-juu-yuushi_870JapanFront.jpg,Sanada Juu Yuushi,NES,Role-Playing,Kemco,Kemco,,,,,,,1988-06-27, +/games/boxart/default.jpg,Sangoku Fuugami,X360,Role-Playing,Unknown,Idea Factory,,,,,,,, +/games/boxart/default.jpg,Sanrio Time Net: Kako / Mirai,GB,Role-Playing,Imagineer,TOSE Software,,,,,,,1998-11-27, +/games/boxart/full_3798272JapanFrontccc.jpg,Sansara Naga,NES,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1990-03-23, +/games/boxart/full_6690005JapanFrontccc.jpg,Sansara Naga 1x2,GBA,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,2001-12-14, +/games/boxart/full_7433693JapanFrontccc.jpg,Sansara Naga 2,SNES,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1994-07-15, +/games/boxart/default.jpg,Scarlet Legacy,PC,Role-Playing,Unknown,InterServ International,,,,,,,, +/games/boxart/2700990ccc.jpg,Scions of Fate,PC,Role-Playing,Unknown,KRG Soft,,,,,,,2006-11-13, +/games/boxart/full_8788755JapanFrontccc.jpg,SD Gundam Eiyuuden: Musha Densetsu,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-03-15, +/games/boxart/full_5068474JapanFrontccc.jpg,SD Gundam G Generation Advance,GBA,Role-Playing,Bandai,Bandai,,,,,,,2003-11-27, +/games/boxart/full_5568626JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari,NES,Role-Playing,Bandai,Bandai,,,,,,,1990-08-11, +/games/boxart/full_1136712JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari 2: Hikari no Kishi,NES,Role-Playing,Bandai,Bandai,,,,,,,1991-10-12, +/games/boxart/full_4950892JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari 3: Densetsu no Kishi Dan,NES,Role-Playing,Bandai,Bandai,,,,,,,1992-10-23, +/games/boxart/full_sd-gundam-gaiden-lacroan-heroes_8JapanFront.jpg,SD Gundam Gaiden: Lacroan Heroes,GB,Role-Playing,Bandai,Bandai,,,,,,,1990-10-06, +/games/boxart/full_seal-of-evil_692AmericaFront.jpg,Seal of Evil,PC,Role-Playing,Strategy First,Object Software,,,,,,,2006-04-28, +/games/boxart/3963846ccc.jpg,Secret of Evermore,SNES,Role-Playing,Square,Square USA,,,,,,,1995-09-18, +/games/boxart/3217649ccc.jpg,Secret of Mana,VC,Role-Playing,Square Enix,SquareSoft,9,,,,,,2008-10-13, +/games/boxart/full_secret-of-the-silver-blades_789AmericaFront.jpg,Secret of the Silver Blades,PC,Role-Playing,SSI,SSI,,,,,,,1990-01-01, +/games/boxart/full_8860315AmericaFrontccc.jpg,Secret of the Solstice,PC,Role-Playing,Outspark,DnC Entertainment,,,,,,,2008-01-11, +/games/boxart/full_sega-ages-2500-series-vol-17-phantasy-star-generation2_2JapanFront.jpg,Sega Ages 2500 Series Vol. 17: Phantasy Star Generation:2,PS2,Role-Playing,Sega,Sega,,,,,,,2005-03-24, +/games/boxart/full_3112590JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 18: Dragon Force,PS2,Role-Playing,Sega,Sega,,,,,,,2005-08-18, +/games/boxart/full_sega-ages-2500-series-vol-1-phantasy-star-generation1_8JapanFront.jpg,Sega Ages 2500 Series Vol. 1: Phantasy Star: Generation:1,PS2,Role-Playing,Sega,Sega,,,,,,,2003-08-28, +/games/boxart/full_5825195JapanFrontccc.jpg,Sega Ages: Phantasy Star Collection,SAT,Role-Playing,Sega,Sega,,,,,,,1998-04-02, +/games/boxart/full_5260438JapanFrontccc.jpg,Seima Densetsu 3x3 Eyes,SCD,Role-Playing,Sega,Sega,,,,,,,1993-07-23, +/games/boxart/full_9393305JapanFrontccc.jpg,Seirei Shinseiki Fhey Area,SCD,Role-Playing,Wolf Team,Wolf Team,,,,,,,1992-02-18, +/games/boxart/full_4529682JapanFrontccc.jpg,Seiya Monogatari: AnEarth Fantasy Stories,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1995-12-22, +/games/boxart/full_seme-com-dungeon-drururuaga_3JapanFront.jpg,Seme COM Dungeon: Drururuaga,GB,Role-Playing,Namco,Kuusou Kagaku,,,,,,,2000-12-15, +/games/boxart/full_senjou-no-valkyria-3-extra-edition_367JapanFront.jpg,Senjou no Valkyria 3: Extra Edition,PSN,Role-Playing,Sega,Sega,,,,,,,2011-11-23, +/games/boxart/full_senjou-no-valkyria-3-extra-edition_733JapanFront.jpg,Senjou no Valkyria 3: Extra Edition,PSP,Role-Playing,Sega,Sega,,,,,,,2011-11-23, +/games/boxart/full_senkai-houshin_8JapanFront.jpg,Senkai Houshin,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-12-21, +/games/boxart/full_senkai-ibunroku-juuntsutsumi-taisen_183JapanFront.jpg,Senkai Ibunroku Juuntsutsumi Taisen,GB,Role-Playing,Banpresto,Banpresto,,,,,,,2000-11-24, +/games/boxart/full_senkaiden_8JapanFront.jpg,Senkaiden,WS,Role-Playing,Bandai,Bam Entertainment,,,,,,,2000-02-24, +/games/boxart/full_senritsu-no-stratus_254JapanFront.jpg,Senritsu no Stratus,PSN,Role-Playing,Konami,Nude Maker,,,,,,,2011-10-27, +/games/boxart/full_8895909AmericaFrontccc.jpeg,Sentinel Heroes,PC,Role-Playing,Independent Arts Software,Independent Arts Software,,,,,,,2014-03-06, +/games/boxart/default.jpg,Sepas Channel,DSiW,Role-Playing,G-mode,G-mode,,,,,,,2010-09-29, +/games/boxart/full_8039024AmericaFrontccc.png,Septerra Core: Legacy of the Creator,PC,Role-Playing,Monolith Productions,Valkyrie Studios,,,,,,,1999-10-31, +/games/boxart/default.jpg,Seraph of the End: The Origin of Fate,PSV,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2020-12-31, +/games/boxart/full_serious-sam-the-random-encounter_459AmericaFront.jpg,Serious Sam: The Random Encounter,PC,Role-Playing,Devolver Digital,Vlambeer,6.5,,,,,,2011-10-24, +/games/boxart/8939139ccc.jpg,Seventh Cross Evolution,DC,Role-Playing,UFO Interactive,Atypical Alchemists Associate,4.9,,,,,,1998-11-30, +/games/boxart/default.jpg,Shadow Realms,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2016-01-01, +/games/boxart/full_5927307JapanFrontccc.jpg,Shadow Tower: Abyss,PS2,Role-Playing,From Software,From Software,,,,,,,2003-10-23, +/games/boxart/full_899080AmericaFrontccc.jpg,Shadowbane,PC,Role-Playing,Ubisoft,Wolfpack Studios,,,,,,,2003-03-25, +/games/boxart/full_3435152AmericaFrontccc.png,Shadowbound,PC,Role-Playing,R2Games,R2Games,,,,,,,2014-07-15, +/games/boxart/default.jpg,Shadowbound,BRW,Role-Playing,Unknown,R2Games,,,,,,,2014-11-01, +/games/boxart/full_9946958AmericaFrontccc.jpg,Shadowgate Classic,GB,Role-Playing,Kemco,Infinite Ventures,,,,,,,1999-01-01, +/games/boxart/full_shadowrun_8AmericaFront.jpg,Shadowrun,SNES,Role-Playing,Data East,Beam Software,,,,,,,1993-05-01, +/games/boxart/full_4894220JapanFrontccc.jpg,Shadowrun,SCD,Role-Playing,Compile,Group SNE,,,,,,,1996-02-23, +/games/boxart/full_shadowrun_9AmericaFront.jpg,Shadowrun,GEN,Role-Playing,Sega,Blue Sky Software,,,,,,,1994-05-16, +/games/boxart/full_9656290AmericaFrontccc.jpeg,Shadows: Heretic Kingdoms,PC,Role-Playing,bitComposer Games,Games Farm,,,,,,,2014-06-13, +/games/boxart/6985820ccc.jpg,Shady O' Grady's Rising Star,PC,Role-Playing,Shrapnel Games,Gilligames,,,,,,,2007-03-01, +/games/boxart/default.jpg,Shaiya: Light and Darkness,PC,Role-Playing,Aeria Games & Entertainment,Sonovaslag Entertainment,,,,,,,2007-01-01, +/games/boxart/full_shaman-king-chou-senjiryokketsu-2_9JapanFront.jpg,Shaman King: Chou Senjiryokketsu 2,GBA,Role-Playing,King Games,Studio Saizensen,,,,,,,2002-07-26, +/games/boxart/full_shaman-king_2JapanFront.jpg,Shaman King: Mirai no Ishi,WS,Role-Playing,Bandai,Bandai,,,,,,,2002-08-29, +/games/boxart/full_1927851JapanFrontccc.jpg,Shin Bokura no Taiyou: Gyakushuu no Sabata,GBA,Role-Playing,Konami,Kojima Productions,,,,,,,2005-07-28, +/games/boxart/full_shin-master-of-monsters-final-ex_5JapanFront.jpg,Shin Master of Monsters Final EX,PSN,Role-Playing,System Soft,System Soft,,,,,,,2010-08-19, +/games/boxart/full_shin-master-of-monsters-final-ex_2JapanFront.jpg,Shin Master of Monsters Final EX,PSP,Role-Playing,System Soft,System Soft,,,,,,,2010-08-19, +/games/boxart/full_shin-master-of-monsters-final-ex_0JapanFront.jpg,Shin Master of Monsters Final EX,PS2,Role-Playing,System Soft,System Soft,,,,,,,2010-08-19, +/games/boxart/full_4331327JapanFrontccc.jpg,Shin Megami Tensei,SCD,Role-Playing,Sims,SIMS,,,,,,,1994-02-25, +/games/boxart/full_3118252JapanFrontccc.jpg,Shin Megami Tensei,VC,Role-Playing,Atlus,Atlus Co.,,,,,,,2007-02-13, +/games/boxart/full_8759694JapanFrontccc.jpg,Shin Megami Tensei,GBA,Role-Playing,Atlus,Atlus Co.,,,,,,,2003-03-28, +/games/boxart/full_shin-megami-tensei_6JapanFront.jpg,Shin Megami Tensei,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-07-14, +/games/boxart/default.jpg,Shin Megami Tensei,PS3,Role-Playing,Unknown,Atlus Co.,,,,,,,, +/games/boxart/full_2166844JapanFrontccc.jpg,Shin Megami Tensei,SNES,Role-Playing,Atlus,Atlus Co.,,,,,,,1992-10-30, +/games/boxart/full_5284265JapanFrontccc.jpg,Shin Megami Tensei,PCE,Role-Playing,Atlus,Opera House,,,,,,,1993-12-25, +/games/boxart/full_shin-megami-tensei-ii_5JapanFront.jpg,Shin Megami Tensei II,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-08-11, +/games/boxart/full_digital-devil-story-2_4JapanFront.jpg,Shin Megami Tensei II,VC,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-09-07, +/games/boxart/full_shin-megami-tensei-ii_8JapanFront.jpg,Shin Megami Tensei II,GBA,Role-Playing,Atlus,Atlus Co.,,,,,,,2003-09-26, +/games/boxart/full_2506704JapanFrontccc.jpg,Shin Megami Tensei II,PS,Role-Playing,Atlus,Atlus Co.,,,,,,,2002-03-20, +/games/boxart/full_2700996JapanFrontccc.jpg,Shin Megami Tensei Online: IMAGINE,PC,Role-Playing,Aeria Games & Entertainment,Cave,,,,,,,2008-12-30, +/games/boxart/full_1096800JapanFrontccc.jpg,Shin Megami Tensei: Devil Children,PS,Role-Playing,Atlus,Atlus Co.,,,,,,,2002-03-28, +/games/boxart/full_shin-megami-tensei-devil-children_10JapanFront.jpg,Shin Megami Tensei: Devil Children,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-10-13, +/games/boxart/full_9762962JapanFrontccc.jpg,Shin Megami Tensei: Devil Children 2 - Hi no Sho,GBA,Role-Playing,Atlus,Atlus Co.,,,,,,,2003-09-12, +/games/boxart/full_5683004JapanFrontccc.jpg,Shin Megami Tensei: Devil Children: Aka no Sho,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,2000-11-17, +/games/boxart/full_507699JapanFrontccc.jpg,Shin Megami Tensei: Devil Children: Kuro no Sho,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,2000-11-17, +/games/boxart/full_5153098JapanFrontccc.jpg,Shin Megami Tensei: Devil Children: Shiro no Sho,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,2001-07-27, +/games/boxart/full_9529251JapanFrontccc.jpg,Shin Megami Tensei: Devil Summoner,PSP,Role-Playing,Atlus,Atlus Co.,,,,,,,2005-12-22, +/games/boxart/full_shin-megami-tensei-if_3JapanFront.jpg,Shin Megami Tensei: if...,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-09-08, +/games/boxart/full_shin-megami-tensei-if_46JapanFront.jpg,Shin Megami Tensei: if...,VC,Role-Playing,Atlus,Atlus Co.,,,,,,,2011-02-01, +/games/boxart/full_36987JapanFrontccc.jpg,Shin Megami Tensei: if...,PS,Role-Playing,Atlus,Atlus Co.,,,,,,,2002-12-26, +/games/boxart/full_1524274JapanFrontccc.jpg,Shin Megami Tensei: if...,SNES,Role-Playing,Atlus,Atlus Co.,,,,,,,1994-10-28, +/games/boxart/full_859043AmericaFrontccc.jpg,Shin Megami Tensei: Nocturne,PS3,Role-Playing,Sony Computer Entertainment,Atlus Co.,,,,,,,2014-05-06,2020-08-05 +/games/boxart/full_shin-megami-tensei-persona_9AmericaFront.jpg,Shin Megami Tensei: Persona,PSN,Role-Playing,Atlus,Atlus Co.,7.5,,,,,,2009-10-01, +/games/boxart/full_persona-2-innocent-sin_739JapanFront.jpg,Shin Megami Tensei: Persona 2: Innocent Sin,PSN,Role-Playing,Atlus,Atlus Co.,7,,,,,,2011-09-20, +/games/boxart/full_shin-megami-tensei-persona-3-portable_0AmericaFront.jpg,Shin Megami Tensei: Persona 3 Portable,PSN,Role-Playing,Atlus,Atlus Co.,8.9,,,,,,2010-07-06, +/games/boxart/full_shin-sd-gundam-gaiden-knight-gundam-monogatari_2JapanFront.jpg,Shin SD Gundam Gaiden: Knight Gundam Monogatari,GB,Role-Playing,Bandai,Tom Create,,,,,,,1994-09-09, +/games/boxart/full_shin-sedai-robot-senki-brave-saga_9JapanFront.jpg,Shin Sedai Robot Senki: Brave Saga,PS,Role-Playing,Takara,Takara,,,,,,,1998-12-17, +/games/boxart/full_8988510AmericaFrontccc.jpeg,Shiness: The Lightning Kingdom,XOne,Role-Playing,Focus Home Interactive,Enigami SAS,,,,,,,2017-04-18,2018-09-14 +/games/boxart/default.jpg,Shiness: The Lightning Kingdom,Linux,Role-Playing,Focus Home Interactive,Unknown,,,,,,,2016-04-01, +/games/boxart/full_5212366AmericaFrontccc.jpg,Shiness: The Lightning Kingdom,PC,Role-Playing,Focus Home Interactive,Enigami SAS,,,,,,,2017-04-18,2018-09-14 +/games/boxart/default.jpg,Shiness: The Lightning Kingdom,OSX,Role-Playing,Focus Home Interactive,Unknown,,,,,,,2016-04-01, +/games/boxart/full_8760508AmericaFrontccc.jpg,Shiness: The Lightning Kingdom,PS4,Role-Playing,Focus Home Interactive,Enigami SAS,,,,,,,2017-04-18,2018-09-14 +/games/boxart/full_7403380JapanFrontccc.jpg,Shining Force Gaiden: Ensei Jaishin no Kuni e,GG,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1992-12-25, +/games/boxart/full_2582171JapanFrontccc.jpg,Shining Force Gaiden: Final Conflict,GG,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1995-06-30, +/games/boxart/full_6862468AmericaFrontccc.jpg,Shining Force: The Sword of Hajya,GG,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1994-06-24, +/games/boxart/full_shining-hearts_247JapanFront.jpg,Shining Hearts,PSN,Role-Playing,Sega,Sega,,,,,,,2010-12-16, +/games/boxart/5165929ccc.jpg,Shining in the Darkness,VC,Role-Playing,Sega,Climax Entertainment / Sonic! Software Planning,,,,,,,2007-08-13, +/games/boxart/3699749ccc.jpg,Shining in the Darkness,GEN,Role-Playing,Sega,Climax Entertainment / Sonic! Software Planning,,,,,,,1991-03-28, +/games/boxart/default.jpg,Shining Legend,DS,Role-Playing,Unknown,Blueside Studios,,,,,,,, +/games/boxart/full_7602477AmericaFrontccc.jpg,Shining the Holy Ark,SAT,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1997-06-30, +/games/boxart/2710167ccc.jpg,Shining Wisdom,SAT,Role-Playing,Working Designs,Sonic! Software Planning,,,,,,,1995-08-10, +/games/boxart/default.jpg,Shinkata Medarot: Kabuto / Kuwagata Version,GBA,Role-Playing,Imagineer,Natsume,,,,,,,2004-12-16, +/games/boxart/full_7132946JapanFrontccc.jpg,Shinseiki Evangelion 2: Evangelions,PS2,Role-Playing,Bandai,Alfa System,,,,,,,2003-11-20, +/games/boxart/full_6969672JapanFrontccc.jpg,Shinsetsu Samurai Spirits: Bushidou Retsuden,PS,Role-Playing,SNK,SNK Corporation,,,,,,,1997-06-27, +/games/boxart/full_shinsetsu-samurai-spirits-bushidou-retsuden_323JapanFront.jpg,Shinsetsu Samurai Spirits: Bushidou Retsuden,SAT,Role-Playing,SNK,SNK Corporation,,,,,,,1997-06-27, +/games/boxart/full_shinsetsu-samurai-spirits-bushidou-retsuden-cd_448JapanFront.jpg,Shinsetsu Samurai Spirits: Bushidou Retsuden (CD),NG,Role-Playing,SNK,SNK Corporation,,,,,,,1997-06-27, +/games/boxart/full_8352077JapanFrontccc.jpg,Shinten Makai: Generation of Chaos IV,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2004-04-22, +/games/boxart/full_6403599JapanFrontccc.jpg,Shinten Makai: Generation of Chaos V,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2005-07-21, +/games/boxart/full_117901JapanFrontccc.jpg,Shirokishi Monogatari: Inishie no Kodou - EX Edition,PS3,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2009-10-08, +/games/boxart/full_shiryou-sensen-war-of-the-dead_9JapanFront.jpg,Shiryou Sensen: War of the Dead,PCE,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1989-03-24, +/games/boxart/full_shooting-models_561AmericaFront.jpg,Shooting Models,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2010-12-14,2020-03-03 +/games/boxart/full_shounen-ashibe-yuuenchi-panic_6JapanFront.jpg,Shounen Ashibe: Yuuenchi Panic,GB,Role-Playing,Takara,Takara,,,,,,,1991-09-27, +/games/boxart/full_siege-of-avalon_914AmericaFront.jpg,Siege of Avalon,PC,Role-Playing,Global Star Software,Digital Tome,,,,,,,2000-07-19, +/games/boxart/full_silent-mobius-genei-no-datenshi_714JapanFront.jpg,Silent Mobius: Genei no Datenshi,PS,Role-Playing,"Emotion, Inc.","TechnoSoft Co., Ltd.",,,,,,,1998-12-23, +/games/boxart/3178402ccc.jpg,Silkroad Online,PC,Role-Playing,Unknown,"Joymax Co., Ltd.",,,,,,,2004-01-01, +/games/boxart/full_silkroad-online-legend-viii-mysterious-temple-of-jupiter_229AmericaFront.jpg,Silkroad Online: Legend VIII - Mysterious Temple of Jupiter,PC,Role-Playing,Unknown,Joymax,,,,,,,2011-08-02, +/games/boxart/9756329ccc.jpg,Silver,DC,Role-Playing,Infogrames,Spiral House,6.9,,,,,,2000-06-29, +/games/boxart/567035ccc.jpg,Silver,PC,Role-Playing,Atari,Spiral House,,,,,,,1999-08-31, +/games/boxart/full_7224879AmericaFrontccc.jpg,Silverfall,PC,Role-Playing,Atari,Kyiv's Games,,,,,,,2007-03-27, +/games/boxart/full_3083212PALFrontccc.jpg,Silverfall,PSP,Role-Playing,Monte Christo Multimedia,Kyiv's Games,,,,,,,2007-08-03, +/games/boxart/default.jpg,Silverfall: Earth Awakening,PC,Role-Playing,Unknown,Monte Cristo Multimedia,,,,,,,2008-07-18, +/games/boxart/full_simple-1500-series-vol-28-the-dungeon-rpg_11JapanFront.jpg,Simple 1500 Series Vol. 28: The Dungeon RPG,PS,Role-Playing,D3 Publisher,Mint and Plophet,,,,,,,2000-04-27, +/games/boxart/full_4677278JapanFrontccc.jpg,Simple 1500 Series Vol. 92: The Tozan RPG ~Ginrei no Hasha~,PS,Role-Playing,D3 Publisher,HuneX,,,,,,,2002-03-28, +/games/boxart/full_5877853JapanFrontccc.jpg,Simple 2000 Series Vol. 21: The Bishoujo Simulation RPG - Moonlight Tale,PS2,Role-Playing,D3 Publisher,Yuki Enterprise,,,,,,,2003-04-24, +/games/boxart/full_5536174JapanFrontccc.jpg,Simple 2000 Series Vol. 44: The Hajimete no RPG,PS2,Role-Playing,D3 Publisher,HuneX,,,,,,,2004-01-29, +/games/boxart/full_5079348JapanFrontccc.jpg,Simulation RPG Tsukuru,PS,Role-Playing,ASCII Entertainment,Pegasus Japan,,,,,,,1998-09-17, +/games/boxart/full_8506592JapanFrontccc.jpg,Simulation RPG Tsukuru,SAT,Role-Playing,ASCII Entertainment,Pegasus Japan,,,,,,,1998-09-17, +/games/boxart/default.jpg,Simulation RPG Tsukuru 95,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,1998-01-01, +/games/boxart/full_sindibad-chitei-no-dai-makyu_1JapanFront.jpg,Sindibad: Chitei no Daimakyuu,PCE,Role-Playing,IGS,IGS,,,,,,,1990-06-02, +/games/boxart/default.jpg,Sir Gawain and the Green Knight,PS3,Role-Playing,Unknown,TBA,,,,,,,, +/games/boxart/full_7594992JapanFrontccc.jpg,Snap Kids,GBA,Role-Playing,Enix,Enix Corporation,,,,,,,2002-01-17, +/games/boxart/full_503507JapanFrontccc.jpg,Sol Bianca,PCE,Role-Playing,NCS,NCS,,,,,,,1990-06-29, +/games/boxart/full_6219810JapanFrontccc.jpg,Sol Moonarge,PCE,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,1994-01-07, +/games/boxart/full_sorcerers-kingdom_107AmericaFront.jpg,Sorcerer's Kingdom,GEN,Role-Playing,Treco,Genic,,,,,,,1992-02-06, +/games/boxart/full_5240576AmericaFrontccc.jpg,Sorcerian,PC,Role-Playing,Sierra Entertainment,Nihon Falcom Corporation,,,,,,,1990-01-01, +/games/boxart/full_7495479JapanFrontccc.jpg,Sorcerian,VC,Role-Playing,Sega,Nihon Falcom Corporation,,,,,,,2008-09-16, +/games/boxart/full_4910802JapanFrontccc.jpg,Sorcerian,DC,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,2000-04-27, +/games/boxart/full_1388253JapanFrontccc.jpg,Sorcerian,GEN,Role-Playing,Sega,Nihon Falcom Corporation,,,,,,,1990-02-24, +/games/boxart/full_3750814JapanFrontccc.jpg,Sorcerian,PCE,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1992-07-17, +/games/boxart/default.jpg,Sorcery Blade,WW,Role-Playing,Kemco,Kemco,,,,,,,2008-12-16, +/games/boxart/full_soreike-anpanman-fushigi-na-nikoniko-album_249JapanFront.jpg,Soreike! Anpanman: Fushigi na Nikoniko Album,GB,Role-Playing,Tamsoft,Tamsoft,,,,,,,1999-12-03, +/games/boxart/1629374ccc.jpg,Soul Blazer,SNES,Role-Playing,Enix,Quintet,,,,,,,1992-11-27, +/games/boxart/full_soul-getter-houkago-bouken-rpg_318JapanFront.jpg,Soul Getter: Houkago Bouken RPG,GB,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,2000-08-04, +/games/boxart/full_sun-soul-of-the-ultimate-nation_173JapanFront.jpg,Soul of the Ultimate Nation,PC,Role-Playing,Webzen,SUN Studio,,,,,,,2009-10-21, +/games/boxart/default.jpg,Space Cowboy Online,PC,Role-Playing,Wicked Interactive,Masang Soft,,,,,,,2006-05-25, +/games/boxart/full_space-griffon-vf-9_860JapanFront.jpg,Space Griffon VF-9,PSN,Role-Playing,Unknown,Panther Software,,,,,,,2011-01-12, +/games/boxart/full_83261AmericaFrontccc.jpg,Space Rangers 2: Reboot,PC,Role-Playing,eGames,Elemental Games,,,,,,,2009-02-26, +/games/boxart/full_9144951AmericaFrontccc.jpg,Space Rangers 2: Rise of the Dominators,PC,Role-Playing,Cinemaware,Elemental Games,,,,,,,2006-03-27, +/games/boxart/default.jpg,Spacenet: Cosmo Red / Blue,GB,Role-Playing,Imagineer,Imagineer,,,,,,,2001-03-16, +/games/boxart/full_2798668JapanFrontccc.jpg,Sparkling Feather,PCFX,Role-Playing,NEC,NEC Home Electronics,,,,,,,1997-04-25, +/games/boxart/full_9971278JapanFrontccc.jpg,Spectral Force,PS,Role-Playing,Idea Factory,Idea Factory,,,,,,,1997-10-09, +/games/boxart/full_4841965JapanFrontccc.jpg,Spectral Force 2,PS,Role-Playing,Idea Factory,Idea Factory,,,,,,,1998-10-15, +/games/boxart/full_spectral-force-chronicle_1JapanFront.jpg,Spectral Force Chronicle,PS2,Role-Playing,Idea Factory,XPEC Entertainment,,,,,,,2005-04-28, +/games/boxart/full_8653229JapanFrontccc.jpg,Spectral Force: Itoshiki Ja'aku,PS,Role-Playing,Idea Factory,Idea Factory,,,,,,,1999-08-26, +/games/boxart/full_921630JapanFrontccc.jpg,Spectral Force: Radical Elements,PS2,Role-Playing,Idea Factory,Neverland,,,,,,,2004-09-16, +/games/boxart/full_spectral-souls-resurrection-of-the-ethereal-empires_263PALFront.png,Spectral Souls: Resurrection of the Ethereal Empires,PSN,Role-Playing,Unknown,Neverland Company,,,,,,,, +/games/boxart/full_spell-master_747AmericaFront.jpg,Spell Master,XBL,Role-Playing,Microsoft,Richard Mould,,,,,,,2011-10-06, +/games/boxart/2510099ccc.jpg,SpellCaster,MS,Role-Playing,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_1663495AmericaFrontccc.jpg,Spellcrafter,PC,Role-Playing,Jujubee S.A.,Jujubee S.A.,,,,,,,2015-04-05,2018-08-09 +/games/boxart/full_1792018AmericaFrontccc.jpg,Spellcrafter,OSX,Role-Playing,Jujubee S.A.,Jujubee S.A.,,,,,,,2015-05-04,2018-08-09 +/games/boxart/full_3599198AmericaFrontccc.jpg,Spellcrafter,Linux,Role-Playing,Jujubee S.A.,Jujubee S.A.,,,,,,,2015-05-04,2018-08-09 +/games/boxart/full_5793077PALFrontccc.jpg,SpellForce 2: Dragon Storm,PC,Role-Playing,DreamCatcher Interactive,Phenomic Game Development,6,,,,,,2007-05-14, +/games/boxart/full_8357633AmericaFrontccc.jpg,Spellforce Universe,PC,Role-Playing,Unknown,EA Phenomic,,,,,,,, +/games/boxart/full_spelljammer-pirates-of-realmspace_161AmericaFront.jpg,Spelljammer: Pirates of Realmspace,PC,Role-Playing,SSI,SSI,,,,,,,1992-01-01, +/games/boxart/full_3065235AmericaFrontccc.png,"Spelltorn, Clash of Fates",And,Role-Playing,"2XL Games, Inc.","2XL Games, Inc.",,,,,,,2014-08-15, +/games/boxart/full_spelunker-ii-yuushahe-no-chousen_110JapanFront.jpg,Spelunker II: Yuushahe no Chousen,NES,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,1987-09-18, +/games/boxart/full_spiral-knights_393AmericaFront.png,Spiral Knights,PC,Role-Playing,Sega,Three Rings,8,,,,,,2011-04-04, +/games/boxart/4467098ccc.jpg,Spirit of Excalibur,PC,Role-Playing,Virgin Interactive,Synergistic Software,,,,,,,1990-01-01, +/games/boxart/7613024ccc.jpg,Spiritual Warfare,GEN,Role-Playing,Wisdom Tree,Wisdom Tree,,,,,,,1994-01-01, +/games/boxart/1439425ccc.jpg,Spiritual Warfare,GB,Role-Playing,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, +/games/boxart/5065281ccc.jpg,Spiritual Warfare,NES,Role-Playing,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, +/games/boxart/full_spuds-adventure_405AmericaFront.jpg,Spud's Adventure,GB,Role-Playing,Atlus,Atlus Co.,,,,,,,1991-06-01, +/games/boxart/full_square-no-tom-sawyer_6JapanFront.jpg,Square's Tom Sawyer,NES,Role-Playing,Square,Square,,,,,,,1989-03-19, +/games/boxart/3786125ccc.jpg,Star Control II,3DO,Role-Playing,Crystal Dynamics,Toys for Bob,,,,,,,1993-01-01, +/games/boxart/full_star-control-ii_9AmericaFront.jpg,Star Control II,PC,Role-Playing,Accolade,Toys for Bob,,,,,,,1992-01-01, +/games/boxart/full_star-cross_186AmericaFront.jpg,Star Cross,XBL,Role-Playing,Microsoft,Angel of Osmond,,,,,,,2011-02-17, +/games/boxart/full_star-hearts_9JapanFront.jpg,Star Hearts,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-09-27, +/games/boxart/default.jpg,Star Ocean: Till The End of Time,PS4,Role-Playing,Square Enix,tri-Ace,,,,,,,2017-05-23, +/games/boxart/full_star-trek-infinite-space_793AmericaFront.jpg,Star Trek: Infinite Space,PC,Role-Playing,Unknown,GameForge,,,,,,,2020-12-31, +/games/boxart/full_3709277AmericaFrontccc.jpg,Star Wars Galaxies Episode III: Rage of the Wookiees,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2005-05-05, +/games/boxart/full_3010735AmericaFrontccc.jpg,Star Wars Galaxies: Starter Kit,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2005-11-17, +/games/boxart/full_8472117AmericaFrontccc.jpg,Star Wars Galaxies: The Complete Online Adventures,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2006-11-14, +/games/boxart/full_4244043AmericaFrontccc.jpg,Star Wars Galaxies: Trials of Obi-Wan,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2005-11-01, +/games/boxart/full_star-wars-clone-wars-adventures_719AmericaFront.jpg,Star Wars: Clone Wars Adventures,PC,Role-Playing,Capcom,Sony Online Entertainment,,,,,,,2010-10-19, +/games/boxart/full_234410PALFrontccc.jpg,Star Wolves 2,PC,Role-Playing,1C Company,X-Bow Software,,,,,,,2006-08-31, +/games/boxart/full_540563PALFrontccc.jpg,Star Wolves 3: Civil War,PC,Role-Playing,1C Company,Elite Games Team,,,,,,,2010-03-02, +/games/boxart/full_7064176AmericaFrontccc.jpg,Starflight,GEN,Role-Playing,Electronic Arts,BlueSky Software,,,,,,,1991-01-01, +/games/boxart/default.jpg,Stargate Worlds,PC,Role-Playing,Unknown,Cheyenne Mountain Entertainment,,,,,,,, +/games/boxart/full_2622634AmericaFrontccc.png,Stilland War,And,Role-Playing,Ugamehome,Ugamehome,,,,,,,2013-11-25, +/games/boxart/full_2707240AmericaFrontccc.jpg,Stonekeep,PC,Role-Playing,Interplay,Interplay Productions,,,,,,,1995-11-08, +/games/boxart/full_stonekeep_860AmericaFront.jpg,Stonekeep: Bones of the Ancestors,WW,Role-Playing,Interplay,Alpine Studios,,,,,,,2012-01-19, +/games/boxart/full_6301724JapanFrontccc.jpg,Stranger of Sword City,XOne,Role-Playing,Experience Inc.,Experience Inc.,,,,,,,2016-03-22,2018-07-28 +/games/boxart/full_2684251PALFrontccc.jpg,Sudeki,PC,Role-Playing,Zoo Digital Publishing,Climax Group,,,,,,,2005-03-25, +/games/boxart/full_2407178AmericaFrontccc.png,Suikoden,PSN,Role-Playing,Konami,Konami,,,,,,,2008-12-23, +/games/boxart/default.jpg,Suikoden II,PC,Role-Playing,Unknown,Konami,,,,,,,, +/games/boxart/full_sukeban-deka-iii_8JapanFront.jpg,Sukeban Deka III,NES,Role-Playing,Toei Animation,Shouei,,,,,,,1988-01-22, +/games/boxart/full_424150JapanFrontccc.jpg,Summon Night,PS,Role-Playing,Banpresto,Flight-Plan,,,,,,,2000-01-06, +/games/boxart/full_summon-night-2_932JapanFront.jpg,Summon Night 2,PS,Role-Playing,Banpresto,Flight-Plan,,,,,,,2001-08-02, +/games/boxart/3797162ccc.jpg,Summon Night: Swordcraft Story 2,GBA,Role-Playing,Atlus,Flight-Plan,,,,,,,2006-10-17, +/games/boxart/full_3683587JapanFrontccc.jpg,Sunrise Eiyuutan,DC,Role-Playing,Sunrise Interactive,Atelier-Sai,4.6,,,,,,1999-12-02, +/games/boxart/full_sunrise-eiyuutan-2_5JapanFront.jpg,Sunrise Eiyuutan 2,PS2,Role-Playing,Sunrise Interactive,Atelier-Sai,,,,,,,2001-12-20, +/games/boxart/full_sunrise-eiyuutan-3_1JapanFront.jpg,Sunrise Eiyuutan 3,PS2,Role-Playing,Sunrise Interactive,ITL,,,,,,,2006-06-01, +/games/boxart/full_sunrise-world-war_8JapanFront.jpg,Sunrise World War,PS2,Role-Playing,Sunrise Interactive,Atelier-Sai,,,,,,,2003-09-25, +/games/boxart/full_9516582JapanFrontccc.jpg,Super Chinese World 2: Uchuu Ichibuto Daikai,SNES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1993-10-29, +/games/boxart/full_9639923AmericaFrontccc.jpg,Super Hydlide,GEN,Role-Playing,Seismic,Tikipod,,,,,,,1989-10-05, +/games/boxart/6884548ccc.jpg,Super Mario RPG: Legend of the Seven Stars,VC,Role-Playing,Nintendo,SquareSoft,9.5,,,,,,2008-09-01, +/games/boxart/full_super-ninja-boy_5AmericaFront.jpg,Super Ninja Boy,SNES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1993-04-01, +/games/boxart/full_8249848AmericaFrontccc.jpg,Super Robot Taisen: Original Generation 2,GBA,Role-Playing,Atlus,Banpresto,8.4,,,,,,2006-11-14, +/games/boxart/default.jpg,Superdimension Neptune vs Sega Hard Girls,PS4,Role-Playing,Idea Factory International,Idea Factory,,,,,,,2016-10-18,2018-04-08 +/games/boxart/full_3079217AmericaFrontccc.jpg,Superhero League of Hoboken,PC,Role-Playing,Legend Entertainment,Legend Entertainment,,,,,,,1994-01-01, +/games/boxart/full_surging-aura_2JapanFront.jpg,Surging Aura,GEN,Role-Playing,Sega,Japan Media Programming Inc. (JAMP),,,,,,,1995-03-17, +/games/boxart/full_susano-o-densetsu_5JapanFront.jpg,Susano O Densetsu,PCE,Role-Playing,Hudson Soft,Alfa System,,,,,,,1989-04-27, +/games/boxart/full_sweet-home_10JapanFront.jpg,Sweet Home,NES,Role-Playing,Capcom,Capcom,,,,,,,1989-12-15, +/games/boxart/full_1950003AmericaFrontccc.png,Sword Art Online: Code Register,And,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-11-28, +/games/boxart/full_sword-of-aragon_379AmericaFront.jpg,Sword of Aragon,PC,Role-Playing,SSI,Unknown,,,,,,,1989-01-01, +/games/boxart/full_sword-of-hope-ii_850AmericaFront.jpg,Sword of Hope II,GB,Role-Playing,Kemco,Kemco,,,,,,,1996-09-01, +/games/boxart/full_709263JapanFrontccc.jpg,Sword of Kalin (FDS),NES,Role-Playing,Square,Xtalsoft,,,,,,,1987-10-02, +/games/boxart/default.jpg,Sword of Moonlight: King's Field Making Tool,PC,Role-Playing,From Software,From Software,,,,,,,2000-03-16, +/games/boxart/full_sword-of-rapier_625AmericaFront.jpg,Sword of Rapier,XBL,Role-Playing,Microsoft,Ikumo vDog,,,,,,,2010-08-26, +/games/boxart/full_7252396AmericaFrontccc.jpg,Sword of the Samurai,PC,Role-Playing,Microprose,MicroProse,,,,,,,1990-01-01, +/games/boxart/full_sword-of-vermillion_618AmericaFront.jpg,Sword of Vermilion,PC,Role-Playing,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/5429467ccc.jpg,Sword of Vermilion,VC,Role-Playing,Sega,Sega,,,,,,,2007-03-05, +/games/boxart/7891040ccc.jpg,Sword of Vermilion,GEN,Role-Playing,Sega,Sega,,,,,,,1989-12-15, +/games/boxart/4129903ccc.jpg,Swordquest: FireWorld,2600,Role-Playing,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_2850439AmericaFrontccc.jpg,Swords & Monsters,XBL,Role-Playing,Microsoft,Triple A Studios,,,,,,,2008-11-28, +/games/boxart/full_swords-and-monsters_106AmericaFront.jpg,Swords and Monsters,XBL,Role-Playing,Microsoft,Triple A Studios,,,,,,,2008-11-28, +/games/boxart/2209859ccc.jpg,Swords and Serpents,NES,Role-Playing,Acclaim Entertainment,Interplay Productions,,,,,,,1990-08-01, +/games/boxart/3462579ccc.jpg,Sylvan Tale,GG,Role-Playing,Sega,Sega,,,,,,,1995-01-27, +/games/boxart/full_2576812JapanFrontccc.jpg,Sylvanian Families 2: Irozuku Mori no Fantasy,GB,Role-Playing,Epoch,Epoch,,,,,,,2000-12-22, +/games/boxart/full_sylvanian-families-3-hoshifuru-yoru-no-sunatokei_937JapanFront.jpg,Sylvanian Families 3: Hoshifuru Yoru no Sunatokei,GB,Role-Playing,Epoch,Epoch,,,,,,,2001-12-21, +/games/boxart/full_sylvanian-families-4-meguru-kisetsu-no-tapestry_963JapanFront.jpg,Sylvanian Families 4: Meguru Kisetsu no Tapestry,GBA,Role-Playing,Epoch,Epoch,,,,,,,2002-12-06, +/games/boxart/full_sylvanian-families-fashion-designer-ni-naritai-kurumi-risu-no-onna-no-ko_66JapanFront.jpg,Sylvanian Families: Fashion Designer ni Naritai! - Kurumi-Risu no Onna no Ko,GBA,Role-Playing,Epoch,Epoch,,,,,,,2004-12-02, +/games/boxart/full_3806446JapanFrontccc.jpg,Sylvanian Families: Otogi no Kuni no Pendant,GB,Role-Playing,Epoch,Epoch,,,,,,,1999-10-15, +/games/boxart/full_sylvanian-families-yosei-no-stick-to-fushigi-no-ki-maron-inu-no-onna-no-ko_423JapanFront.jpg,Sylvanian Families: Yosei no Stick to Fushigi no Ki - Maron-Inu no Onna no Ko,GBA,Role-Playing,Epoch,Epoch,,,,,,,2003-12-05, +/games/boxart/full_sylviana-ai-ippai-no-boukensha_928JapanFront.jpg,Sylviana: Ai Ippai no Boukensha (FDS),NES,Role-Playing,Pack-In-Video,Pack-In-Video,,,,,,,1988-08-10, +/games/boxart/full_tabaluga_419PALFront.jpg,Tabaluga,GB,Role-Playing,Infogrames,NEON Software GmbH,,,,,,,1999-05-03, +/games/boxart/9090803ccc.jpg,Tabula Rasa,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2007-10-30, +/games/boxart/full_9144606JapanFrontccc.jpg,Tactics Ogre: Let Us Cling Together,VC,Role-Playing,Square Enix,Quest Corporation,,,,,,,2009-02-10, +/games/boxart/full_4616804JapanFrontccc.jpg,Tactics Ogre: Let Us Cling Together,SAT,Role-Playing,Riverhillsoft,Quest Corporation,,,,,,,1996-12-13, +/games/boxart/full_tactics-ogre-let-us-cling-together_483AmericaFront.jpg,Tactics Ogre: Let Us Cling Together,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2011-02-15, +/games/boxart/full_1596973JapanFrontccc.jpg,Taikou Risshiden,VC,Role-Playing,KOEI,Koei,,,,,,,2009-09-01, +/games/boxart/full_3036479JapanFrontccc.jpg,Taikou Risshiden,SNES,Role-Playing,KOEI,Koei,,,,,,,1993-04-07, +/games/boxart/full_2398623JapanFrontccc.jpg,Taikou Risshiden,GEN,Role-Playing,KOEI,Koei,,,,,,,1993-05-28, +/games/boxart/full_tales-of-eternia-online_459JapanFront.jpg,Tales of Eternia Online,PC,Role-Playing,Namco,Namco,,,,,,,2006-03-03, +/games/boxart/default.jpg,Tales of Fandom Vol.1,PS,Role-Playing,Namco,Namco Tales Studio,,,,,,,2002-01-31, +/games/boxart/default.jpg,Tales of Fantasy,PC,Role-Playing,IGG,Unknown,,,,,,,, +/games/boxart/full_6492451AmericaFrontccc.jpg,Tales of Pirates,PC,Role-Playing,IGG,Moliyo,,,,,,,2008-03-24, +/games/boxart/default.jpg,Tales of Pirates II,PC,Role-Playing,IGG,Unknown,,,,,,,, +/games/boxart/9252900ccc.jpg,"Tales of the Unknown, Volume I: The Bard's Tale",PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc",,,,,,,1985-01-01, +/games/boxart/full_tales-of-the-world-radiant-mythology-3_88JapanFront.jpg,Tales of the World: Radiant Mythology 3,PSN,Role-Playing,Namco Bandai,Alfa System,,,,,,,2011-02-10, +/games/boxart/full_5745669JapanFrontccc.jpg,TearRing Saga Series: Berwick Saga,PS2,Role-Playing,Enterbrain,Enterbrain,,,,,,,2005-05-26, +/games/boxart/full_4447217JapanFrontccc.jpg,Tears to Tiara,PC,Role-Playing,Leaf,Leaf,,,,,,,2005-04-28, +/games/boxart/9566222ccc.jpg,Tecmo Secret of the Stars,SNES,Role-Playing,Tecmo,Tecmo,,,,,,,1995-07-01, +/games/boxart/full_695727JapanFrontccc.jpg,Telefang 2,GBA,Role-Playing,Natsume,Smilesoft,,,,,,,2002-04-26, +/games/boxart/full_22217AmericaFrontccc.jpg,Temple of Apshai Trilogy,PC,Role-Playing,Keypunch,Epyx Computer Software,,,,,,,1985-01-01, +/games/boxart/full_tenchi-no-mon-2-busouden_6JapanFront.jpg,Tenchi no Mon 2: Busouden,PSN,Role-Playing,Sony Computer Entertainment,Climax Entertainment,,,,,,,2009-08-19, +/games/boxart/full_8930005JapanFrontccc.jpg,Tenchi no Mon 2: Busouden,PSP,Role-Playing,Sony Computer Entertainment,Climax Entertainment,,,,,,,2006-10-19, +/games/boxart/full_tenchi-o-kurau-ii-shokatsu-koumei-den_622JapanFront.jpg,Tenchi o Kurau II: Shokatsu Koumei Den,NES,Role-Playing,Capcom,Capcom,,,,,,,1991-04-05, +/games/boxart/default.jpg,Tengai Makyō: Ziria,PCFX,Role-Playing,Unknown,Red Company Corporation,,,,,,,, +/games/boxart/full_tengai-makyou-ziria_1JapanFront.jpg,Tengai Makyou: Ziria,PSN,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,2010-10-20, +/games/boxart/full_tengai-makyou-ziria_3JapanFront.jpg,Tengai Makyou: Ziria,PCE,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,1989-06-30, +/games/boxart/full_2579999JapanFrontccc.jpg,Tenkaichi Bushi: Keru Naguru,NES,Role-Playing,Namco,Game Studio,,,,,,,1989-07-21, +/games/boxart/full_6964501JapanFrontccc.jpg,Tensai Bit-Kun: Gramon Battle,PS2,Role-Playing,Taito,TOSE,,,,,,,2003-09-18, +/games/boxart/full_7673882JapanFrontccc.jpg,Tensai Bit-Kun: Gramon Battle,GC,Role-Playing,Taito,TOSE,,,,,,,2003-10-03, +/games/boxart/full_266346JapanFrontccc.jpg,Tenshi no Present: Marle Oukoku Monogatari,PS2,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2000-12-21, +/games/boxart/full_1097729AmericaFrontccc.png,Terra Battle,And,Role-Playing,Mistwalker,Mistwalker,,,,,,,2014-09-30, +/games/boxart/full_the-3rd-birthday_639AmericaFront.jpg,The 3rd Birthday,PSN,Role-Playing,Square Enix,HexaDrive,7,,,,,,2011-03-29, +/games/boxart/9922936ccc.jpg,The 7th Saga,SNES,Role-Playing,Enix,Produce!,,,,,,,1993-09-01, +/games/boxart/full_7711616AmericaFrontccc.jpg,The A.Typical RPG,PC,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2011-03-30, +/games/boxart/full_6260682AmericaFrontccc.jpg,The A.Typical RPG,Linux,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2011-03-30, +/games/boxart/full_2763628JapanFrontccc.jpg,The Adventure Of Hourai High School!: Tenkousei Scramble,SNES,Role-Playing,J-Wing,Dynamite,,,,,,,1996-04-19, +/games/boxart/default.jpg,The Adventures of Maddog Williams Vol 1. in the Dungeons of Duridian,PC,Role-Playing,Unknown,Game Crafters,,,,,,,, +/games/boxart/default.jpg,The Agency,PS3,Role-Playing,Unknown,Sony Online Entertainment,,,,,,,2020-12-31, +/games/boxart/default.jpg,The Agency,PC,Role-Playing,Unknown,Sony Online Entertainment,,,,,,,, +/games/boxart/full_861436JapanFrontccc.jpg,The Airs,PS,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1999-03-25, +/games/boxart/full_the-baconing_591AmericaFront.jpg,The Baconing,PC,Role-Playing,Hothead Games,Hothead Games,6,,,,,,2011-08-31, +/games/boxart/full_the-baconing_402AmericaFront.jpg,The Baconing,XBL,Role-Playing,Hothead Games,Hothead Games,6.2,,,,,,2011-08-31, +/games/boxart/full_the-baconing_278AmericaFront.jpg,The Baconing,PSN,Role-Playing,Hothead Games,Hothead Games,6.1,,,,,,2011-08-30, +/games/boxart/full_9643697AmericaFrontccc.jpg,The Baldur's Gate Collection,PC,Role-Playing,Black Isle Studios,BioWare Corporation,,,,,,,1999-11-05, +/games/boxart/default.jpg,The Banner Saga,PSV,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-01-12, +/games/boxart/default.jpg,The Banner Saga,PS4,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-01-12, +/games/boxart/default.jpg,The Banner Saga,XOne,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-01-12, +/games/boxart/default.jpg,The Banner Saga 2,XOne,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-07-26, +/games/boxart/default.jpg,The Banner Saga 2,OSX,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-04-19, +/games/boxart/default.jpg,The Banner Saga 2,PS4,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-07-26, +/games/boxart/default.jpg,The Banner Saga 2,PSV,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2020-12-31, +/games/boxart/full_1447701AmericaFrontccc.jpg,The Bard's Tale,NES,Role-Playing,FCI,Atelier Double,,,,,,,1991-11-01, +/games/boxart/1982748ccc.jpg,The Bard's Tale II: The Destiny Knight,PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc.",,,,,,,1988-01-01, +/games/boxart/1674917ccc.jpg,The Bard's Tale III: Thief of Fate,PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc.",,,,,,,1990-12-31, +/games/boxart/full_the-black-onyx_759JapanFront.jpg,The Black Onyx,GB,Role-Playing,Taito,Atelier Double,,,,,,,2001-03-02, +/games/boxart/default.jpg,The Dark Eye: Demonicon,PC,Role-Playing,Kalypso Media,TGC,,,,,,,2013-10-25, +/games/boxart/full_1776842AmericaFrontccc.jpg,The Dark Heart of Uukrul,PC,Role-Playing,Broderbund,Digital Studios Limited,,,,,,,1990-01-01, +/games/boxart/full_the-dark-queen-of-krynn_83AmericaFront.jpg,The Dark Queen of Krynn,PC,Role-Playing,SSI,MicroMagic,,,,,,,1992-01-01, +/games/boxart/full_8743645AmericaFrontccc.png,The Denpa Men 2: Beyond the Waves,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2013-05-30,2018-07-17 +/games/boxart/full_5411787AmericaFrontccc.jpg,The Denpa Men 3: Rise of the Digi Toll,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2014-05-08,2018-07-17 +/games/boxart/full_2133290JapanFrontccc.jpg,The Denpa Men RPG FREE!,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2014-07-23,2018-07-17 +/games/boxart/full_4305068AmericaFrontccc.jpg,The Dynastic Hero,PCE,Role-Playing,Turbo Technologies,Hudson Soft,,,,,,,1993-01-01, +/games/boxart/full_2106281AmericaFrontccc.jpg,The Dynastic Hero,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2007-12-03, +/games/boxart/full_1481306AmericaFrontccc.jpg,The Elder Scrolls III: Bloodmoon,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.6,,,,,,2003-06-03, +/games/boxart/full_9981961AmericaFrontccc.png,The Elder Scrolls III: Tribunal,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.7,,,,,,2002-11-06, +/games/boxart/full_the-elder-scrolls-iv-knights-of-the-nine_728AmericaFront.jpg,The Elder Scrolls IV: Knights of the Nine,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2006-11-21, +/games/boxart/full_571376AmericaFrontccc.jpg,The Elder Scrolls IV: Knights of the Nine,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.6,,,,,,2006-11-21, +/games/boxart/7934536ccc.jpg,The Elder Scrolls IV: Oblivion,PSP,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,, +/games/boxart/full_4078100AmericaFrontccc.jpg,The Elder Scrolls IV: Oblivion,XBL,Role-Playing,Take-Two Interactive,Bethesda Softworks,,,,,,,2009-08-11, +/games/boxart/full_4174735AmericaFrontccc.jpg,The Elder Scrolls IV: Oblivion - Game of the Year Edition,PC,Role-Playing,2K Games,Bethesda Softworks,9,,,,,,2007-09-10, +/games/boxart/full_1674653AmericaFrontccc.jpg,The Elder Scrolls IV: Shivering Isles,PC,Role-Playing,Bethesda Softworks,Bethesda,8.6,,,,,,2007-03-26, +/games/boxart/full_the-elder-scrolls-travels-shadowkey_170AmericaFront.jpg,The Elder Scrolls Travels: Shadowkey,NGage,Role-Playing,Nokia,Vir2L Studios,6.4,,,,,,2004-11-23, +/games/boxart/271110ccc.jpg,The Elder Scrolls: Arena,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,1992-01-15, +/games/boxart/full_3117235AmericaFrontccc.jpg,The Faery Tale Adventure,GEN,Role-Playing,Electronic Arts,New World Computing,,,,,,,1991-01-01, +/games/boxart/default.jpg,The Fall: Last Days of Gaia,PC,Role-Playing,Unknown,Silver Style,,,,,,,, +/games/boxart/full_the-forgotten-realms-archive_60AmericaFront.jpg,The Forgotten Realms Archive,PC,Role-Playing,SSI,SSI,,,,,,,1996-01-01, +/games/boxart/full_1237713AmericaFrontccc.jpg,The Good Life,PC,Role-Playing,White Owls,White Owls,,,,,,,2020-12-02,2020-08-13 +/games/boxart/full_6453078AmericaFrontccc.jpg,The Good Life,OSX,Role-Playing,White Owls,White Owls,,,,,,,2020-11-02,2020-08-13 +/games/boxart/full_the-great-battle-pocket_931JapanFront.jpg,The Great Battle Pocket,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,1999-12-03, +/games/boxart/full_heian-fuuunden_1JapanFront.jpg,The Heian Fuuunden,SNES,Role-Playing,KSS,Natsume,,,,,,,1995-09-29, +/games/boxart/2842474ccc.jpg,The Immortal,NES,Role-Playing,Electronic Arts,Sandcastle,,,,,,,1990-11-01, +/games/boxart/full_9869424AmericaFrontccc.jpg,The Immortal,GEN,Role-Playing,Electronic Arts,Sandcastle,,,,,,,1993-08-09, +/games/boxart/default.jpg,The Last Remnant,PS3,Role-Playing,Square Enix,Square Enix,,,,,,,2009-12-31, +/games/boxart/full_the-legend-of-dragoon_900JapanFront.jpg,The Legend of Dragoon,PSN,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2010-12-22, +/games/boxart/full_the-legend-of-heroes-i-amp-ii-eiyuu-densetsu_696JapanFront.jpg,The Legend of Heroes I & II: Eiyuu Densetsu,PS,Role-Playing,GMF,Nihon Falcom Corporation,,,,,,,1998-06-25, +/games/boxart/full_the-legend-of-heroes-i-amp-ii-eiyuu-densetsu_153JapanFront.jpg,The Legend of Heroes I & II: Eiyuu Densetsu,SAT,Role-Playing,GMF,Nihon Falcom Corporation,,,,,,,1998-09-23, +/games/boxart/full_eiyuu-densetsu-ao-no-kiseki_451JapanFront.jpg,The Legend of Heroes: Ao no Kiseki,PSN,Role-Playing,Falcom Corporation,Falcom,,,,,,,2011-09-29, +/games/boxart/full_the-legend-of-heroes-trails-in-the-sky_673AmericaFront.jpg,The Legend of Heroes: Trails in the Sky,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2011-03-29, +/games/boxart/full_7273965AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24,2019-01-03 +/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-the-3rd_381JapanFront.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-12-16, +/games/boxart/9931336ccc.jpg,The Legend of Oasis,SAT,Role-Playing,Sega,Ancient,,,,,,,1996-11-30, +/games/boxart/full_kaze-no-densetsu-xanadu_708JapanFront.jpg,The Legend of Xanadu,VC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2008-11-25, +/games/boxart/full_kaze-no-densetsu-xanadu_560JapanFront.jpg,The Legend of Xanadu,PCE,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1994-02-18, +/games/boxart/full_the-legend-of-xanadu_781JapanFront.jpg,The Legend of Xanadu,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2002-08-30, +/games/boxart/full_the-legend-of-xanadu-ii_395JapanFront.jpg,The Legend of Xanadu II,VC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-01-27, +/games/boxart/full_kaze-no-densetsu-xanadu-ii_882JapanFront.jpg,The Legend of Xanadu II,PCE,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1995-06-30, +/games/boxart/full_1250483AmericaFrontccc.jpeg,The Long Journey Home,PC,Role-Playing,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2017-05-30, +/games/boxart/full_the-lord-of-the-rings-online-rise-of-isengard_27AmericaFront.jpg,The Lord of the Rings Online: Rise of Isengard,PC,Role-Playing,Warner Bros. Interactive,Turbine Inc.,8.6,,,,,,2011-09-27, +/games/boxart/3381007ccc.jpg,The Lord of the Rings Online: Shadows of Angmar,PC,Role-Playing,Midway Games,Turbine Inc.,,,,,,,2007-04-24, +/games/boxart/full_1077376AmericaFrontccc.jpg,The Lord of the Rings: The Fellowship of the Ring,GBA,Role-Playing,Universal Interactive,Pocket Studios,,,,,,,2002-09-24, +/games/boxart/full_8011329AmericaFrontccc.jpg,The Lords of Midnight,ACPC,Role-Playing,Beyond Software,Unknown,,,,,,,1984-01-01,2018-01-06 +/games/boxart/default.jpg,The Lost TownThe Dust,DSiW,Role-Playing,Unknown,CIRCLE Ent.,,,,,,,, +/games/boxart/9600446ccc.jpg,The Magic of Scheherazade,NES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1989-12-01, +/games/boxart/full_6377729AmericaFrontccc.jpg,The Matrix Online,PC,Role-Playing,Warner Bros. Interactive,Monolith Productions,6.9,,,,,,2005-03-22, +/games/boxart/full_317232JapanFrontccc.jpg,The Mechsmith: Run-Dim,PS2,Role-Playing,Idea Factory,Digital Dream Studios,,,,,,,2000-08-24, +/games/boxart/101505ccc.jpg,The Orb & the Oracle,PC,Role-Playing,Unknown,,,,,,,,, +/games/boxart/default.jpg,The Red Crystal,PC,Role-Playing,Quantum Quality,Quantum Quality Productions,,,,,,,1994-01-01, +/games/boxart/full_1515590AmericaFrontccc.jpg,The Roots: Gates of Chaos,NGage,Role-Playing,Nokia,Cenega Publishing,,,,,,,2005-08-15, +/games/boxart/full_the-saga-of-ryzom_7AmericaFront.jpg,The Saga of Ryzom,PC,Role-Playing,Tri Synergy,Nevrax,,,,,,,2004-09-20, +/games/boxart/default.jpg,The Secret World,X360,Role-Playing,Unknown,Funcom,,,,,,,, +/games/boxart/default.jpg,The Seventh Seal - The Resurrection of the Dark Lord,PC,Role-Playing,Unknown,Soft-World,,,,,,,2003-01-03, +/games/boxart/default.jpg,The Spatials,PC,Role-Playing,Weird and Wry,Weird and Wry,,,,,,,2015-03-30, +/games/boxart/default.jpg,The Spatials,OSX,Role-Playing,Weird and Wry,Weird and Wry,,,,,,,2015-03-30, +/games/boxart/full_6703318AmericaFrontccc.jpg,The Summoning,PC,Role-Playing,SSI,Event Horizon Software,,,,,,,1992-01-01, +/games/boxart/full_the-sword-of-hope_291AmericaFront.jpg,The Sword of Hope,GB,Role-Playing,Seika,Kemco,,,,,,,1991-06-01, +/games/boxart/full_the-sword-of-hope_110JapanFront.jpg,The Sword of Hope,3DS,Role-Playing,Kemco,Kemco,,,,,,,2011-12-07, +/games/boxart/full_9932415AmericaFrontccc.jpg,The Third Courier,PC,Role-Playing,Unknown,"Synergistic Software, Inc.",,,,,,,, +/games/boxart/full_355293JapanFrontccc.jpg,The Tower of Druaga,NES,Role-Playing,Namco,Namco,,,,,,,1985-08-06, +/games/boxart/full_the-tower-of-druaga_4JapanFront.jpg,The Tower of Druaga,GB,Role-Playing,Namco,Angel Studios,,,,,,,1990-12-31, +/games/boxart/full_1478050JapanFrontccc.jpg,The Tower of Druaga,GC,Role-Playing,Namco,Namco,,,,,,,2003-12-05, +/games/boxart/full_7670440JapanFrontccc.jpg,The Tower of Druaga,VC,Role-Playing,Namco Bandai,Namco,,,,,,,2007-09-25, +/games/boxart/full_the-tower-of-druaga_7JapanFront.jpg,The Tower of Druaga,PCE,Role-Playing,Namco,Game Studio,,,,,,,1992-06-25, +/games/boxart/full_the-twisted-tales-of-spike-mcfang_7AmericaFront.jpg,The Twisted Tales of Spike McFang,SNES,Role-Playing,Bullet Proof Software,RED Company,,,,,,,1994-06-01, +/games/boxart/full_the-ultimate-wizardry-archives_150AmericaFront.jpg,The Ultimate Wizardry Archives,PC,Role-Playing,Interplay,Sir-Tech Software Inc.,,,,,,,1998-01-01, +/games/boxart/default.jpg,The Well at the World’s End,DS,Role-Playing,Unknown,Lace Mamba Global,,,,,,,, +/games/boxart/default.jpg,The Well at the World’s End,Wii,Role-Playing,Unknown,Lace Mamba Global,,,,,,,, +/games/boxart/full_the-wizardry-trilogy_602AmericaFront.jpg,"The Wizardry Trilogy: Scenarios I, II & III",PC,Role-Playing,Sirtech,Sir-Tech Software Inc.,,,,,,,1987-01-01, +/games/boxart/full_threads-of-fate_29AmericaFront.jpg,Threads of Fate,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-04-19, +/games/boxart/full_5685494JapanFrontccc.jpg,Tilk: Aoi Umi kara Kita Shoujo,SAT,Role-Playing,TGL,TGL,,,,,,,1997-12-23, +/games/boxart/full_tilk-aoi-umi-kara-kita-shoujo_260JapanFront.jpg,Tilk: Aoi Umi kara Kita Shoujo,PS,Role-Playing,TGL,TGL,,,,,,,1997-04-25, +/games/boxart/full_tilk_938JapanFront.jpg,Tilk: Aoi Umi kara Kita Shoujo,PSN,Role-Playing,Sony Computer Entertainment,TGL,,,,,,,2009-04-22, +/games/boxart/full_time-bokan-series-bokan-densetsu_9JapanFront.jpg,Time Bokan Series: Bokan Densetsu,WS,Role-Playing,Banpresto,Alpha Unit,,,,,,,2000-04-27, +/games/boxart/full_3011450AmericaFrontccc.jpg,Time Stalkers,DC,Role-Playing,Sega,Climax Entertainment,,,,,,,1999-09-30, +/games/boxart/full_2044199AmericaFrontccc.jpg,Times of Lore,PC,Role-Playing,Origin Systems,Origin Systems,,,,,,,1989-01-01, +/games/boxart/full_1442626AmericaFrontccc.jpg,Times of Lore,NES,Role-Playing,TOHO,Origin Systems,,,,,,,1991-05-01, +/games/boxart/full_8029801JapanFrontccc.jpg,Tokyo Majin Gakuen: Fuju Houroku,WS,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2000-10-12, +/games/boxart/full_9822008AmericaFrontccc.jpg,Tokyo Xanadu eX+,PSV,Role-Playing,Aksys Games,Nihon Falcom Corporation,,,,,,,2017-12-08, +/games/boxart/full_tombs-amp-treasure_1AmericaFront.jpg,Tombs & Treasure,NES,Role-Playing,Infocom,Tokyo Shoseki,,,,,,,1991-06-01, +/games/boxart/full_too-human_0AmericaFront.jpg,Too Human,XBL,Role-Playing,Microsoft Game Studios,Silicon Knights,,,,,,,2010-08-03, +/games/boxart/full_torchlight_430AmericaFront.jpg,Torchlight,XBL,Role-Playing,Microsoft,Runic Games,8.4,,,,,,2011-03-09, +/games/boxart/full_639584PALFrontccc.jpg,Torment: Tides of Numenera,OSX,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2016-01-01,2018-08-09 +/games/boxart/full_8230859PALFrontccc.jpg,Torment: Tides of Numenera,Linux,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2017-02-28,2018-08-09 +/games/boxart/full_tougi-ou-king-colossus_2JapanFront.jpg,Tougi-Ou: King Colossus,GEN,Role-Playing,Sega,Sega,,,,,,,1992-06-26, +/games/boxart/6136094ccc.jpg,Towers II: Plight of the Stargazer,AJ,Role-Playing,Telegames,JV Games,,,,,,,1996-12-01, +/games/boxart/full_9684600AmericaFrontccc.jpg,Towers II: Plight of the Stargazer,GBA,Role-Playing,Unknown,Vatical Entertainment,,,,,,,, +/games/boxart/full_towers-lord-baniffs-deceit_620AmericaFront.jpg,Towers: Lord Baniff's Deceit,GB,Role-Playing,Vatical Entertainment,JV Games Inc.,,,,,,,2000-06-20, +/games/boxart/full_525839AmericaFrontccc.jpg,Transistor,PS4,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2014-05-20,2018-04-20 +/games/boxart/full_6005578AmericaFrontccc.jpg,Traysia,GEN,Role-Playing,Renovation,Telenet Japan,,,,,,,1992-12-01, +/games/boxart/full_839420JapanFrontccc.jpg,Treasure Hunter G,VC,Role-Playing,Square Enix,Sting,,,,,,,2007-12-25, +/games/boxart/full_1710944JapanFrontccc.jpg,Tricolore Crise,DC,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,2000-11-09, +/games/boxart/full_2600279AmericaFrontccc.jpg,Trinity Wars Prologue: Spine of the World,XBL,Role-Playing,Microsoft,TnTGaming,,,,,,,2009-02-27, +/games/boxart/full_troy-online_532AmericaFront.png,Troy Online,PC,Role-Playing,Unknown,ALT1,,,,,,,2011-08-19, +/games/boxart/full_7932835JapanFrontccc.jpg,Tsubasa Chronicle,DS,Role-Playing,Arika,Cavia,,,,,,,2005-10-27, +/games/boxart/full_9524886JapanFrontccc.jpg,Tsubasa Chronicle Vol.2,DS,Role-Playing,Arika,Arika,,,,,,,2006-04-20, +/games/boxart/default.jpg,Twelve Sky,PC,Role-Playing,Aeria Games & Entertainment,Gigassoft,,,,,,,2007-09-18, +/games/boxart/default.jpg,Twelve Sky 2,PC,Role-Playing,Unknown,Gigassoft,,,,,,,, +/games/boxart/full_twin_517JapanFront.jpg,Twin,GB,Role-Playing,Athena,Athena,,,,,,,1992-01-31, +/games/boxart/full_6135303JapanFrontccc.jpg,TwinBee RPG,PS,Role-Playing,Konami,KCET,,,,,,,1998-04-02, +/games/boxart/default.jpg,Two Brothers,PS4,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 +/games/boxart/default.jpg,Two Brothers,PSV,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 +/games/boxart/default.jpg,Two Brothers,Linux,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 +/games/boxart/default.jpg,Two Brothers,WiiU,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 +/games/boxart/full_4969486AmericaFrontccc.jpeg,Two Brothers,PC,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 +/games/boxart/default.jpg,Two Brothers,OSX,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 +/games/boxart/default.jpg,Two Worlds II: Pirates of the Flying Fortress,PSN,Role-Playing,TopWare,Reality Pump,,,,,,,, +/games/boxart/default.jpg,Two Worlds II: Pirates of the Flying Fortress,PS3,Role-Playing,Unknown,Reality Pump,,,,,,,, +/games/boxart/full_two-worlds-ii-pirates-of-the-flying-fortress_949AmericaFront.jpg,Two Worlds II: Pirates of the Flying Fortress,PC,Role-Playing,SouthPeak Interactive,Reality Pump,,,,,,,2011-09-20, +/games/boxart/default.jpg,Two Worlds II: Pirates of the Flying Fortress,X360,Role-Playing,Unknown,Reality Pump,,,,,,,, +/games/boxart/full_two-worlds-ii-pirates-of-the-flying-fortress_857AmericaFront.jpg,Two Worlds II: Pirates of the Flying Fortress,XBL,Role-Playing,TopWare,Reality Pump,,,,,,,2011-09-27, +/games/boxart/default.jpg,Two Worlds: The Tempation,PC,Role-Playing,Unknown,Reality Jump,,,,,,,, +/games/boxart/full_9775881JapanFrontccc.jpg,Uchuujin Tanaka Tarou de RPG Tsukuuru GB2,GB,Role-Playing,Enterbrain,Enterbrain,,,,,,,2001-07-20, +/games/boxart/default.jpg,UFO: Aftershock,PC,Role-Playing,Unknown,Altar Interactive/Cenega Publishing,,,,,,,, +/games/boxart/default.jpg,UFO: Trilogy,PC,Role-Playing,Unknown,Altar Interactive/Cenega Publishing,,,,,,,, +/games/boxart/full_191522AmericaFrontccc.jpg,Ultima III: Exodus,PC,Role-Playing,Origin Systems,Origin Systems,,,,,,,1983-01-01, +/games/boxart/full_ultima-iv_7PALFront.jpg,Ultima IV,MS,Role-Playing,Sega,Origin,,,,,,,1990-01-01, +/games/boxart/3077548ccc.jpg,Ultima IV: Quest of the Avatar,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1985-01-01, +/games/boxart/3530935ccc.jpg,Ultima IX: Ascension,PC,Role-Playing,Electronic Arts,"Origin Systems, Inc.",,,,,,,1999-11-01, +/games/boxart/6183950ccc.jpg,Ultima Online,PC,Role-Playing,Electronic Arts,Origin Systems,9,,,,,,1997-09-30, +/games/boxart/9796145ccc.jpg,Ultima Online: Age of Shadows,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2003-02-08, +/games/boxart/default.jpg,Ultima Online: Eve of a New Age,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2006-10-31, +/games/boxart/full_ultima-online-kingdom-reborn_10AmericaFront.png,Ultima Online: Kingdom Reborn,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2007-09-27, +/games/boxart/6816850ccc.jpg,Ultima Online: Lord Blackthorn's Revenge,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2002-02-24, +/games/boxart/3880548ccc.jpg,Ultima Online: Mondain's Legacy,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2005-08-30, +/games/boxart/1250091ccc.jpg,Ultima Online: Renaissance,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2000-04-30, +/games/boxart/full_3318114AmericaFrontccc.jpg,Ultima Online: Samurai Empire,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2004-11-02, +/games/boxart/default.jpg,Ultima Online: Stygian Abyss,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2009-09-08, +/games/boxart/full_7641837AmericaFrontccc.jpg,Ultima Online: The Eighth Age,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2005-10-18, +/games/boxart/2024430ccc.jpg,Ultima Online: The Second Age,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,1998-10-31, +/games/boxart/2343732ccc.jpg,Ultima Online: Third Dawn,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2001-03-26, +/games/boxart/3508764ccc.jpg,Ultima Underworld II: Labyrinth of Worlds,PC,Role-Playing,Origin Systems,"Looking Glass Technologies, Inc.",,,,,,,1992-01-01, +/games/boxart/full_1265217JapanFrontccc.jpg,Ultima Underworld: The Stygian Abyss,PS,Role-Playing,Electronic Arts Victor,Electronic Arts,,,,,,,1997-03-14, +/games/boxart/full_6908067AmericaFrontccc.jpg,Ultima Underworld: The Stygian Abyss,PC,Role-Playing,Origin Systems,Blue Sky Productions,,,,,,,1992-03-27, +/games/boxart/3437201ccc.jpg,Ultima V: Warriors of Destiny,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1988-01-01, +/games/boxart/9472754ccc.jpg,Ultima VI: The False Prophet,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1990-01-01, +/games/boxart/1445416ccc.jpg,"Ultima VII, Part Two: Serpent Isle",PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1993-03-25, +/games/boxart/5337924ccc.png,"Ultima VII, Part Two: The Silver Seed",PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1993-08-01, +/games/boxart/7652728ccc.jpg,Ultima VII: The Black Gate,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1992-04-16, +/games/boxart/5479702ccc.png,Ultima VII: The Forge of Virtue,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1992-07-01, +/games/boxart/8593359ccc.jpg,Ultima VIII: Pagan,PC,Role-Playing,Origin Systems,Origin Systems,,,,,,,1993-03-16, +/games/boxart/8066574ccc.jpg,Ultima: Exodus,NES,Role-Playing,FCI,Origin,,,,,,,1989-02-01, +/games/boxart/1000386ccc.jpg,Ultima: Quest of the Avatar,NES,Role-Playing,FCI,Infinity,,,,,,,1990-12-01, +/games/boxart/69642ccc.jpg,Ultima: Runes of Virtue,GB,Role-Playing,FCI,"Origin Systems, Inc.",,,,,,,1992-07-01, +/games/boxart/full_ultima-runes-of-virtue-ii_518AmericaFront.jpg,Ultima: Runes of Virtue II,SNES,Role-Playing,Electronic Arts,"Origin Systems, Inc.",,,,,,,1994-11-01, +/games/boxart/9955792ccc.jpg,Ultima: Runes of Virtue II,GB,Role-Playing,FCI,"Origin Systems, Inc.",,,,,,,1994-03-01, +/games/boxart/full_7548730AmericaFrontccc.jpg,Ultima: The False Prophet,SNES,Role-Playing,FCI,Infinity,,,,,,,1992-01-01, +/games/boxart/2695785ccc.jpg,Ultima: Warriors of Destiny,NES,Role-Playing,FCI,Origin,,,,,,,1993-01-01, +/games/boxart/full_8095743JapanFrontccc.jpg,Ultraman Club 2: Kitte Kita Ultraman Club,NES,Role-Playing,Bandai,Interlink,,,,,,,1990-04-07, +/games/boxart/full_1534470JapanFrontccc.jpg,Ultraman Club 3: Mata Mata Shiyutsugeki!! Ultra Kyoudai,NES,Role-Playing,Bandai,Tsuburaya Prod.,,,,,,,1991-12-29, +/games/boxart/full_8856024JapanFrontccc.jpg,Ultraman Club: Chikyuu Dakkan Sakusen (FDS),NES,Role-Playing,Bandai,Tsuburaya Prod.,,,,,,,1988-10-22, +/games/boxart/full_uncharted-waters-online_6JapanFront.jpg,Uncharted Waters Online,PC,Role-Playing,KOEI,Koei,,,,,,,2005-03-16, +/games/boxart/default.jpg,Uncharted Waters Online: Gran Atlas,PS4,Role-Playing,Tecmo Koei,Koei,,,,,,,2015-09-15, +/games/boxart/full_8295632JapanFrontccc.jpg,Undercover Cops Gaiden: Hakaishin Garumaa,GB,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-12-10, +/games/boxart/default.jpg,Universal Combat Online,PC,Role-Playing,3000AD,"3000AD, Inc.",,,,,,,, +/games/boxart/full_unlimited-adventures_439AmericaFront.jpg,Unlimited Adventures,PC,Role-Playing,SSI,MicroMagic,,,,,,,1993-01-01, +/games/boxart/full_6445928AmericaFrontccc.jpg,Unrest,PC,Role-Playing,Kiss,Pyrodactyl,,,,,,,2014-07-23, +/games/boxart/full_8816073AmericaFrontccc.jpg,Unrest,OSX,Role-Playing,Kiss,Pyrodactyl,,,,,,,2014-07-23, +/games/boxart/full_3164524AmericaFrontccc.jpg,Unrest,Linux,Role-Playing,Kiss,Pyrodactyl,,,,,,,2014-07-23, +/games/boxart/full_3229927AmericaFrontccc.jpg,Untold Legends: Brotherhood of the Blade,PSN,Role-Playing,Unknown,Sony Online Entertainment,,,,,,,, +/games/boxart/full_3639346AmericaFrontccc.jpg,Untold Legends: The Warriors Code,PSN,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-10-01, +/games/boxart/full_urusei-yatsura-miss-tomobiki-o-chigase_9JapanFront.jpg,Urusei Yatsura: Miss Tomobiki o Chigase!,GB,Role-Playing,Yanoman,KID Corporation,,,,,,,1992-07-03, +/games/boxart/default.jpg,Ushiro,PSP,Role-Playing,Unknown,Level 5,,,,,,,, +/games/boxart/full_vagrant-story_299AmericaFront.jpg,Vagrant Story,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-03-01, +/games/boxart/full_vaitz-blade_3JapanFront.jpg,Vaitz Blade,WS,Role-Playing,Bandai,Bandai,,,,,,,1999-06-24, +/games/boxart/full_5273906AmericaFrontccc.png,Valhalla Knights,PSN,Role-Playing,Xseed Games,K2 LLC,,,,,,,2009-09-24, +/games/boxart/full_3770614PALFrontccc.png,Valhalla Knights 2,PSN,Role-Playing,Rising Star,K2 LLC,,,,,,,2010-02-25, +/games/boxart/full_8937978AmericaFrontccc.png,Valhalla Knights 2: Battle Stance,PSN,Role-Playing,Xseed Games,K2,,,,,,,2010-01-28, +/games/boxart/full_valkyria-chronicles-ii_2AmericaFront.jpg,Valkyria Chronicles II,PSN,Role-Playing,Sega,Sega WOW Overworks,8.1,,,,,,2010-08-31, +/games/boxart/full_valkyria-chronicles-iii-unrecorded-chronicles_808JapanFront.jpg,Valkyria Chronicles III: Unrecorded Chronicles,PSN,Role-Playing,Unknown,Sega WOW Overworks,,,,,,,, +/games/boxart/full_7640193AmericaFrontccc.jpg,Valkyria Chronicles: Behind Her Blue Flame,PSN,Role-Playing,Sega,Sega WOW Overworks,,,,,,,2009-04-16, +/games/boxart/full_6728660AmericaFrontccc.jpg,Valkyria Chronicles: Challenges from Team Edy,PSN,Role-Playing,Sega,Sega WOW Overworks,,,,,,,2010-02-25, +/games/boxart/full_3085250AmericaFrontccc.jpg,Valkyria Chronicles: Enter the Edy Detachment,PSN,Role-Playing,Sega,Sega WOW Overworks,,,,,,,2009-04-16, +/games/boxart/full_54932JapanFrontccc.jpg,Valkyrie no Bouken: Toki no Kagi Densetsu,VC,Role-Playing,Namco Bandai,Namco,,,,,,,2007-03-20, +/games/boxart/full_7666675JapanFrontccc.jpg,Valkyrie no Bouken: Toki no Kagi Densetsu,NES,Role-Playing,Namco,Namco,,,,,,,1986-08-01, +/games/boxart/6391948ccc.jpg,Vampire: The Masquerade - Bloodlines,PC,Role-Playing,Activision,Troika Games,,,,,,,2004-11-16, +/games/boxart/full_4390238AmericaFrontccc.jpg,Vampire: The Masquerade - Redemption,PC,Role-Playing,Activision,Nihilistic Software,,,,,,,2000-06-07, +/games/boxart/full_5357299JapanFrontccc.jpg,Vandal Hearts,SAT,Role-Playing,Konami,Konami Computer Entertainment Nagoya,,,,,,,1997-11-27, +/games/boxart/full_5193434AmericaFrontccc.jpg,Vandal Hearts: Flames of Judgment,XBL,Role-Playing,Konami,Hijinx Studios,6.8,,,,,,2010-01-20, +/games/boxart/full_418205AmericaFrontccc.png,Vandal Hearts: Flames of Judgment,PSN,Role-Playing,Konami,Hijinx Studios,6.9,,,,,,2010-01-21, +/games/boxart/full_vantage-master-portable_88JapanFront.jpg,Vantage Master Portable,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-12-16, +/games/boxart/full_vattroller-x_743JapanFront.jpg,Vattroller X,GBA,Role-Playing,Bandai,Ganbarion,,,,,,,2004-10-28, +/games/boxart/2998648ccc.jpg,Vay,SCD,Role-Playing,Working Designs,SIMS,8.6,,,,,,1994-04-14, +/games/boxart/full_322500AmericaFrontccc.jpg,Veil of Darkness,PC,Role-Playing,SSI,Event Horizon Software,,,,,,,1993-01-01, +/games/boxart/full_9239915JapanFrontccc.jpg,Velldeselba Senki: Tsubasa no Kunshou,PS,Role-Playing,Sony Computer Entertainment,Tenky,,,,,,,1997-04-18, +/games/boxart/full_venus-ampamp-braves-majo-to-megami-to-horobi-no-yogen_492JapanFront.jpg,Venus & Braves: Majo to Megami to Horobi no Yogen,PSN,Role-Playing,Namco Bandai,Namco Bandai Games,,,,,,,2011-01-20, +/games/boxart/full_8547203JapanFrontccc.jpg,Venus & Braves: Majo to Megami to Horobi no Yogen,PS2,Role-Playing,Namco,Namco,,,,,,,2003-02-13, +/games/boxart/full_vindictus_692AmericaFront.jpg,Vindictus,PC,Role-Playing,Nexon America,devCAT,,,,,,,2010-10-27, +/games/boxart/full_448449JapanFrontccc.jpg,Violet no Atelier: Gramnad no Renkinjutsushi 2,PS2,Role-Playing,Gust,Gust,,,,,,,2003-06-26, +/games/boxart/default.jpg,VIVA Fighter,PC,Role-Playing,Unknown,,,,,,,,, +/games/boxart/full_vixen-357_8JapanFront.jpg,Vixen 357,GEN,Role-Playing,NCS,NCS,,,,,,,1992-10-23, +/games/boxart/full_9037370AmericaFrontccc.jpg,Vlad the Impaler,PC,Role-Playing,"Section Studios, Inc.","Section Studios, Inc.",,,,,,,2014-07-17, +/games/boxart/full_8009879AmericaFrontccc.jpg,Vlad the Impaler,OSX,Role-Playing,"Section Studios, Inc.","Section Studios, Inc.",,,,,,,2014-07-17, +/games/boxart/full_vm-japan_8JapanFront.jpg,VM Japan,PS2,Role-Playing,Asmik Corp,Nihon Falcom Corporation,,,,,,,2005-02-03, +/games/boxart/full_voyage-century_878AmericaFront.jpg,Voyage Century,PC,Role-Playing,IGG,Snail Game,,,,,,,2006-12-22, +/games/boxart/full_5171739JapanFrontccc.jpg,Wachenröder,SAT,Role-Playing,Sega,Sega,,,,,,,1998-08-06, +/games/boxart/full_6338542JapanFrontccc.jpg,Waga Ryuu o Miyo: Pride of the Dragon Peace,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2004-10-28, +/games/boxart/full_wakfu_282AmericaFront.jpg,Wakfu,PC,Role-Playing,Square Enix,Ankama Studio,,,,,,,2012-02-01, +/games/boxart/full_932933JapanFrontccc.jpg,Wakusei Woodstock: Funky Horror Band,SCD,Role-Playing,Sega,Sega,,,,,,,1991-12-20, +/games/boxart/full_walketh_148AmericaFront.jpg,Walketh,XBL,Role-Playing,Microsoft,PlayItLoud,,,,,,,2010-09-19, +/games/boxart/default.jpg,Wander,PS4,Role-Playing,Wander MMO,Wander MMO,,,,,,,2015-06-04, +/games/boxart/default.jpg,Wandering Willows,PC,Role-Playing,PlayFirst,PlayFirst,,,,,,,2009-08-13, +/games/boxart/default.jpg,WAR,PC,Role-Playing,Unknown,Mythic,,,,,,,, +/games/boxart/full_warriors-of-the-lost-empire_3AmericaFront.jpg,Warriors of the Lost Empire,PSN,Role-Playing,UFO Interactive,Goshow,,,,,,,2010-08-03, +/games/boxart/full_3129817AmericaFrontccc.jpg,Wasteland,PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc.",,,,,,,1988-01-01, +/games/boxart/9127454ccc.jpg,Waxworks,PC,Role-Playing,Accolade,Horrorsoft,,,,,,,1992-01-01, +/games/boxart/full_1408368AmericaFrontccc.png,Weapon Shop de Omasse,3DS,Role-Playing,Level 5,Level 5,5.6,,,,,,2014-02-20,2018-04-12 +/games/boxart/full_6016359JapanFrontccc.jpg,Weltorv Estleia,PS,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1999-02-25, +/games/boxart/full_west_554AmericaFront.jpg,West,XBL,Role-Playing,Microsoft,WizardBertius,,,,,,,2010-11-30, +/games/boxart/full_what-did-i-do-to-deserve-this-my-lord_5AmericaFront.jpg,"What Did I Do to Deserve This, My Lord!?",PSN,Role-Playing,NIS America,Ride On,,,,,,,2009-07-16, +/games/boxart/full_when-maidens-attack_315AmericaFront.jpg,When Maidens Attack,XBL,Role-Playing,Microsoft,Creaturesoft,,,,,,,2011-06-22, +/games/boxart/full_white-knight-chronicles-origins_69PALFront.png,White Knight Chronicles: Origins,PSN,Role-Playing,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2011-06-08,2018-09-17 +/games/boxart/full_2449870AmericaFrontccc.png,Wild ARMs,PSN,Role-Playing,Sony Computer Entertainment,Media.Vision,,,,,,,2007-12-06, +/games/boxart/full_9364956AmericaFrontccc.png,Wild ARMs 2,PSN,Role-Playing,Sony Computer Entertainment,Media.Vision,,,,,,,2009-07-23, +/games/boxart/full_2483916AmericaFrontccc.png,Wild ARMs XF,PSN,Role-Playing,Sony Computer Entertainment,Media.Vision,6.4,,,,,,2009-09-10, +/games/boxart/full_wild-card_7JapanFront.jpg,Wild Card,WS,Role-Playing,Square,SquareSoft,,,,,,,2001-03-29, +/games/boxart/full_2717880AmericaFrontccc.jpg,Will Fight for Food,PC,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2012-04-09, +/games/boxart/full_3132494AmericaFrontccc.jpg,Will Fight for Food,Linux,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2012-04-09, +/games/boxart/1397606ccc.jpg,Willow,NES,Role-Playing,Capcom,Capcom,,,,,,,1989-12-01, +/games/boxart/default.jpg,Winter Voices,PC,Role-Playing,Unknown,Beyondthepillars,,,,,,,, +/games/boxart/full_wizard-apprentice_55AmericaFront.jpg,Wizard Apprentice,XBL,Role-Playing,Microsoft,PlayItLoud,,,,,,,2011-01-01, +/games/boxart/full_4110732AmericaFrontccc.jpg,Wizard's Crown,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1987-01-01, +/games/boxart/full_wizards-keep_478AmericaFront.jpg,Wizard's Keep,XBL,Role-Playing,Microsoft,Robir,,,,,,,2011-02-25, +/games/boxart/full_1523189AmericaFrontccc.jpg,Wizard101,PC,Role-Playing,KingIsle Entertainment,KingsIsle Entertainment,,,,,,,2008-09-02, +/games/boxart/full_9964968JapanFrontccc.jpg,Wizardry Asterisk: Hiiro no Fuuin,DS,Role-Playing,Starfish,Starfish,,,,,,,2005-12-29, +/games/boxart/full_wizardry-empire_66JapanFront.jpg,Wizardry Empire,GB,Role-Playing,Starfish,Starfish,,,,,,,1999-10-29, +/games/boxart/full_7809804AmericaFrontccc.jpg,Wizardry Empire 3,GC,Role-Playing,Starfish,Starfish,,,,,,,2008-01-01, +/games/boxart/full_wizardry-empire-ii-oujo-no-isan-legacy-of-the-princess_465JapanFront.jpg,Wizardry Empire II: Oujo no Isan - Legacy of the Princess,PS,Role-Playing,Starfish,Starfish,,,,,,,2002-10-17, +/games/boxart/full_8212355JapanFrontccc.jpg,Wizardry Empire III: Haoh no Keifu,PS2,Role-Playing,Starfish,Starfish,,,,,,,2003-12-25, +/games/boxart/full_wizardry-empire-iii-haoh-no-keifu_812JapanFront.jpg,Wizardry Empire III: Haoh no Keifu,PSP,Role-Playing,Starfish,Starfish SD,,,,,,,2007-01-18, +/games/boxart/full_wizardry-empire-fukkatsu-no-tsue_186JapanFront.jpg,Wizardry Empire: Fukkatsu no Tsue,GB,Role-Playing,Starfish,Starfish,,,,,,,2000-12-22, +/games/boxart/full_wizardry-empire-ikoshie-no-oujo_274JapanFront.jpg,Wizardry Empire: Ikoshie no Oujo,PS,Role-Playing,Starfish,Starfish,,,,,,,2000-12-28, +/games/boxart/default.jpg,Wizardry Gaiden 2,GB,Role-Playing,Unknown,Sir-Tech,,,,,,,, +/games/boxart/full_wizardry-gaiden-i-joou-no-junan_934JapanFront.jpg,Wizardry Gaiden I: Joou no Junan,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1991-10-01, +/games/boxart/full_wizardry-gaiden-ii-kodai-kotei-no-noroi_432JapanFront.jpg,Wizardry Gaiden II: Kodai Kotei no Noroi,GB,Role-Playing,ASCII Entertainment,Sir-Tech Software Inc.,,,,,,,1992-12-26, +/games/boxart/full_wizardry-gaiden-iii-yama-no-seiten_842JapanFront.jpg,Wizardry Gaiden III: Yama no Seiten,GB,Role-Playing,ASCII Entertainment,Sir-Tech Software Inc.,,,,,,,1993-09-25, +/games/boxart/full_wizardry-gaiden-iv_705JapanFront.jpg,Wizardry Gaiden IV: Throb of the Demon's Heart,SNES,Role-Playing,ASCII Entertainment,Access,,,,,,,1996-09-20, +/games/boxart/full_2819433JapanFrontccc.jpg,Wizardry Gaiden: Prisoners of the Battles,PS2,Role-Playing,Taito,Taito Corporation,,,,,,,2006-08-03, +/games/boxart/full_wizardry-gold_382AmericaFront.jpg,Wizardry Gold,PC,Role-Playing,Sirtech,Sir-Tech Software Inc.,5,,,,,,1996-05-31, +/games/boxart/full_wizardry-i-ii_516JapanFront.jpg,Wizardry I + II,PCE,Role-Playing,Naxat Soft,Access Games,,,,,,,1993-07-23, +/games/boxart/default.jpg,Wizardry I-II-III: Story of Llylgamyn,SNES,Role-Playing,Media Factory,Sir-Tech Software Inc.,,,,,,,1999-06-01, +/games/boxart/full_wizardry-ii-legacy-of-llylgamyn_950JapanFront.jpg,Wizardry II: Legacy of Llylgamyn - The Third Scenario,NES,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1989-02-21, +/games/boxart/full_7620035JapanFrontccc.jpg,Wizardry II: Llygamyn no Isan,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-02-23, +/games/boxart/4409777ccc.gif,Wizardry II: The Knight of Diamonds,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,,,,,,1985-01-01, +/games/boxart/full_wizardry-iii-iv_572JapanFront.jpg,Wizardry III + IV,PCE,Role-Playing,Naxat Soft,Access Games,,,,,,,1994-03-04, +/games/boxart/full_wizardry-iii-diamond-no-kishi_901JapanFront.jpg,Wizardry III: Diamond no Kishi,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-02-23, +/games/boxart/6260319ccc.gif,Wizardry III: Legacy of Llylgamyn,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,,,,,,1986-01-01, +/games/boxart/3893826ccc.gif,Wizardry IV: The Return of Werdna,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,,,,,,1988-01-01, +/games/boxart/full_wizardry-online_154AmericaFront.jpg,Wizardry Online,PC,Role-Playing,Unknown,Gamepot,,,,,,,, +/games/boxart/full_1717894JapanFrontccc.jpg,Wizardry Scenario # 1: Proving Grounds of the Mad Overlord,WS,Role-Playing,Bandai,Sting,,,,,,,2001-03-01, +/games/boxart/full_6222408JapanFrontccc.jpg,Wizardry Summoner,PS2,Role-Playing,Taito,Taito Corporation,,,,,,,2005-04-21, +/games/boxart/full_5564672JapanFrontccc.jpg,Wizardry Summoner,GBA,Role-Playing,Media Rings,fupac,,,,,,,2001-12-21, +/games/boxart/2557384ccc.gif,Wizardry V: Heart of the Maelstrom,PC,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,1988-01-01, +/games/boxart/full_2754221AmericaFrontccc.jpg,Wizardry V: Heart of the Maelstrom,SNES,Role-Playing,Capcom,Game Studio,,,,,,,1994-04-01, +/games/boxart/full_wizardry-v-heart-of-the-maelstrom_598JapanFront.jpg,Wizardry V: Heart of the Maelstrom,PCE,Role-Playing,Naxat Soft,Access Games,,,,,,,1992-09-25, +/games/boxart/full_wizardry-vi-ampamp-vii-complete_378JapanFront.jpg,Wizardry VI & VII Complete,SAT,Role-Playing,Data East,Data East,,,,,,,1996-05-31, +/games/boxart/default.jpg,Wizardry VII: Crusaders of the Dark Savant,PC,Role-Playing,Unknown,Sir-Tech,,,,,,,, +/games/boxart/full_5383838JapanFrontccc.jpg,Wizardry XTH: Academy of Frontier,PS2,Role-Playing,Michaelsoft,MichaelSoft,,,,,,,2005-02-24, +/games/boxart/full_wizardry-bane-of-the-cosmic-forge_96AmericaFront.jpg,Wizardry: Bane of the Cosmic Forge,PC,Role-Playing,Sirtech,Sir-Tech Software Inc.,,,,,,,1990-01-01, +/games/boxart/full_wizardry-boukyaku-no-isan_3JapanFront.jpg,Wizardry: Boukyaku no Isan,DS,Role-Playing,Genterprise,Genterprise,,,,,,,2010-07-29, +/games/boxart/3008114ccc.jpg,Wizardry: Crusaders of the Dark Savant,PC,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,1992-10-01, +/games/boxart/full_wizardry-dimguil_118JapanFront.jpg,Wizardry: Dimguil,PS,Role-Playing,ASCII Entertainment,Soliton,,,,,,,2000-04-20, +/games/boxart/full_wizardry-knight-of-diamonds-the-second-scenario_28AmericaFront.jpg,Wizardry: Knight of Diamonds - The Second Scenario,NES,Role-Playing,ASCII Entertainment,Game Studio,,,,,,,1992-04-01, +/games/boxart/default.jpg,Wizardry: Knight of Diamonds - The Second Scenario,MS,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,, +/games/boxart/full_wizardry-torawareshi-tamashii-no-meikyuu_294JapanFront.jpg,Wizardry: Labyrinth of Lost Souls,PSN,Role-Playing,Xseed Games,Acquire,7.5,,,,,,2011-06-02, +/games/boxart/full_wizardry-legacy-of-llylgamyn-the-third-scenario_271JapanFront.jpg,Wizardry: Legacy of Llylgamyn - The Third Scenario,NES,Role-Playing,ASCII Entertainment,"Sir-tech Software, Inc.",,,,,,,1989-02-21, +/games/boxart/full_1321810JapanFrontccc.jpg,Wizardry: Llylgamyn Saga,SAT,Role-Playing,Locus,Soliton,,,,,,,1998-11-26, +/games/boxart/full_wizardry-new-age-of-llylgamyn_10JapanFront.jpg,Wizardry: New Age of Llylgamyn,PS,Role-Playing,Locus,Thunder Stone Japan,,,,,,,1999-10-28, +/games/boxart/default.jpg,Wizardry: Proving Grounds of the Mad Overlord,MS,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,, +/games/boxart/69025ccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,PC,Role-Playing,Sirtech,"Sirtech Software, Inc.",,,,,,,1984-01-01, +/games/boxart/full_5363434JapanFrontccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-02-23, +/games/boxart/full_2952257AmericaFrontccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,NES,Role-Playing,ASCII Entertainment,Game Studio,,,,,,,1987-01-01, +/games/boxart/full_2187162JapanFrontccc.jpg,Wizardry: Seimei no Setsu,DS,Role-Playing,Genterprise,Genterprise,,,,,,,2009-11-19, +/games/boxart/full_wizardry-torawareshi-bourei-no-machi_404JapanFront.jpg,Wizardry: Torawareshi Bourei no Machi,PSN,Role-Playing,Acquire,Acquire,,,,,,,2011-01-27, +/games/boxart/full_wolfenstein-rpg_10AmericaFront.jpg,Wolfenstein RPG,iOS,Role-Playing,Unknown,id Software,,,,,,,, +/games/boxart/default.jpg,WonderKing,PC,Role-Playing,Unknown,NDoors Interactive,,,,,,,2010-01-28, +/games/boxart/full_wonderland-online_207AmericaFront.jpg,Wonderland Online,PC,Role-Playing,IGG,Chinese Gamer International Corp.,,,,,,,2008-09-30, +/games/boxart/full_x-men-legends_383AmericaFront.jpg,X-Men Legends,NGage,Role-Playing,Nokia,Barking Lizards,8.2,,,,,,2005-02-07, +/games/boxart/full_x-men-legends-ii-rise-of-apocalypse_195PALFront.jpg,X-Men Legends II: Rise of Apocalypse,NGage,Role-Playing,Activision,Barking Lizards,,,,,,,2005-11-01, +/games/boxart/full_xak-i-amp-ii_3JapanFront.jpg,Xak I & II,PCE,Role-Playing,Riot,Micro Cabin,,,,,,,1992-12-25, +/games/boxart/full_xak-iii-the-eternal-recurrence_1JapanFront.jpg,Xak III: The Eternal Recurrence,PCE,Role-Playing,NEC,Micro Cabin,,,,,,,1994-09-30, +/games/boxart/full_xak-the-art-of-visual-stage_4JapanFront.jpg,Xak: The Art of Visual Stage,SNES,Role-Playing,Sunsoft,Micro Cabin,,,,,,,1993-02-26, +/games/boxart/full_xanadu-next_386JapanFront.jpg,Xanadu Next,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2005-10-27, +/games/boxart/full_xanadu-next_779AmericaFront.jpg,Xanadu Next,NGage,Role-Playing,Nokia,Nihon Falcom Corporation,6.8,,,,,,2005-08-15, +/games/boxart/full_xenogears_312AmericaFront.jpg,Xenogears,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-02-22, +/games/boxart/full_8242652JapanFrontccc.jpg,Xerd no Densetsu,GB,Role-Playing,Victory Lap Games,GRC,,,,,,,1991-10-18, +/games/boxart/full_401569JapanFrontccc.jpg,Xerd no Densetsu 2: Xerd!! Gishin no Ryouiki,GB,Role-Playing,Victory Lap Games,GRC,,,,,,,1993-02-19, +/games/boxart/full_9524601AmericaFrontccc.png,Yggdra Union,PSN,Role-Playing,Atlus,Sting,,,,,,,2009-10-21, +/games/boxart/full_7725260JapanFrontccc.jpg,Yggdra Unison: Seiken Buyuuden,DS,Role-Playing,Atlus,Sting,,,,,,,2009-12-03, +/games/boxart/full_9139756JapanFrontccc.jpg,Youkaidou,GBA,Role-Playing,Fuuki,Fuuki Co. Ltd.,,,,,,,2002-03-28, +/games/boxart/full_young-merlin_7AmericaFront.jpg,Young Merlin,SNES,Role-Playing,Virgin Interactive,Westwood Studios,,,,,,,1994-03-01, +/games/boxart/full_7279353JapanFrontccc.jpg,Ys,NES,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1988-08-26, +/games/boxart/full_ys-book-i-ampamp-ii_922JapanFront.jpg,Ys Book I & II,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-11-17, +/games/boxart/full_4721733AmericaFrontccc.jpg,Ys Book I & II,PCE,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,1989-01-01, +/games/boxart/full_7306894AmericaFrontccc.jpg,Ys Book I & II,VC,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,2008-08-25, +/games/boxart/full_3328128JapanFrontccc.jpg,Ys Book I DS,DS,Role-Playing,Unknown,Interchannel-Holon Inc.,,,,,,,, +/games/boxart/full_4157237JapanFrontccc.jpg,Ys Book II DS,DS,Role-Playing,Unknown,Interchannel-Holon Inc.,,,,,,,, +/games/boxart/full_ys-eternal_347JapanFront.gif,Ys Eternal,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1989-01-01, +/games/boxart/full_ys-i-ampamp-ii-chronicles_465AmericaFront.jpg,Ys I & II Chronicles,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,6.4,,,,,,2011-02-22, +/games/boxart/full_333498JapanFrontccc.jpg,Ys I & II Chronicles,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, +/games/boxart/full_2759202JapanFrontccc.jpg,Ys I & II Seven Set,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-03-18, +/games/boxart/full_6032162JapanFrontccc.jpg,Ys I & II: Eternal Story,PS2,Role-Playing,DigiCube,DigiCube,,,,,,,2003-08-07, +/games/boxart/full_219438JapanFrontccc.jpg,Ys II,NES,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1990-05-25, +/games/boxart/full_ys-ii-eternal_102JapanFront.jpg,Ys II Eternal,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1988-01-01, +/games/boxart/full_2049195JapanFrontccc.jpg,Ys III: Wanderers from Ys,PS2,Role-Playing,Taito,Nihon Falcom Corporation,,,,,,,2005-03-24, +/games/boxart/full_8536585AmericaFrontccc.jpg,Ys III: Wanderers from Ys,GEN,Role-Playing,Renovation,Nihon Falcom Corporation,,,,,,,1991-01-01, +/games/boxart/full_ys-iii-wanderers-from-ys_882JapanFront.jpg,Ys III: Wanderers from Ys,PSN,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,2011-02-16, +/games/boxart/full_2306658AmericaFrontccc.jpg,Ys III: Wanderers from Ys,SNES,Role-Playing,Sammy Corporation,Nihon Falcom Corporation,,,,,,,1992-01-01, +/games/boxart/full_472789AmericaFrontccc.jpg,Ys III: Wanderers from Ys,PCE,Role-Playing,NEC,Alfa System,,,,,,,1991-01-01, +/games/boxart/full_6921791JapanFrontccc.jpg,Ys III: Wanderers from Ys,NES,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1991-09-27, +/games/boxart/full_5396147JapanFrontccc.jpg,Ys IV: Mask of the Sun,SNES,Role-Playing,Falcom Corporation,Tonkin House,,,,,,,1993-11-19, +/games/boxart/full_1958990JapanFrontccc.jpg,Ys IV: Mask of the Sun ~a new theory~,PS2,Role-Playing,Taito,Arc System Works,,,,,,,2005-05-26, +/games/boxart/full_1157195JapanFrontccc.jpg,Ys IV: The Dawn of Ys,PCE,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,1993-12-22, +/games/boxart/default.jpg,Ys IV: The Dawn of Ys,PSN,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,, +/games/boxart/full_7066055JapanFrontccc.jpg,Ys Online: The Call of Solum,PC,Role-Playing,Falcom Corporation,eSofnet,,,,,,,2007-07-04, +/games/boxart/full_8543951JapanFrontccc.jpg,Ys Origin,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2006-12-21, +/games/boxart/full_ys-seven_1AmericaFront.jpg,Ys Seven,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,7.6,,,,,,2010-08-17, +/games/boxart/default.jpg,Ys Seven,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2017-08-30, +/games/boxart/full_ys-super-price-set_734JapanFront.jpg,Ys Super Price Set,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2011-03-26, +/games/boxart/full_528442JapanFrontccc.jpg,Ys V Expert,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1996-03-22, +/games/boxart/full_8393554JapanFrontccc.jpg,"Ys V: Lost Kefin, Kingdom of Sand",PS2,Role-Playing,Taito,Nihon Falcom Corporation,,,,,,,2006-03-30, +/games/boxart/full_1165738JapanFrontccc.jpg,Ys V: Ushinawareta Sunano Miyako Kefin,SNES,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1995-12-29, +/games/boxart/full_5986292JapanFrontccc.jpg,Ys VI: The Ark of Napishtim,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2015-04-28, +/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",PSV,Role-Playing,Unknown,Falcom,,,,,,,, +/games/boxart/default.jpg,Ys: The Ark of Napishtim,PSN,Role-Playing,Sony Computer Entertainment,Konami Software Shanghai,,,,,,,2009-12-03, +/games/boxart/full_5449635JapanFrontccc.jpg,Ys: The Oath in Felghana,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2005-06-01, +/games/boxart/full_ys-the-oath-in-felghana_8AmericaFront.jpg,Ys: The Oath in Felghana,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.2,,,,,,2010-11-02, +/games/boxart/7641393ccc.jpg,Ys: The Vanished Omens,MS,Role-Playing,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_5865940JapanFrontccc.jpg,Yume Maboroshi no Gotoku,SNES,Role-Playing,Intec,TOSE,,,,,,,1993-12-17, +/games/boxart/full_yu-yu-hakusho-gaiden_7JapanFront.jpg,Yuu Yuu Hakusho Gaiden,GEN,Role-Playing,Sega,Gau Entertainment,,,,,,,1994-01-28, +/games/boxart/full_yuusha-30-second_851JapanFront.jpg,Yuusha 30 Second,PSN,Role-Playing,Marvelous Interactive,Opus Studio,,,,,,,2011-08-04, +/games/boxart/full_zhp-unlosing-ranger-vs-darkdeath-evilman_5AmericaFront.jpg,Z.H.P. Unlosing Ranger vs Darkdeath Evilman,PSN,Role-Playing,NIS America,Nippon Ichi Software,8,,,,,,2010-10-26, +/games/boxart/default.jpg,Zenfar,PC,Role-Playing,Crystal Dynamics,Dynamic Adventures,,,,,,,2000-11-05, +/games/boxart/full_9862093AmericaFrontccc.jpg,ZenHak,XBL,Role-Playing,Microsoft,Zenfar,,,,,,,2009-03-11, +/games/boxart/full_zenonia_10AmericaFront.jpg,Zenonia,DSiW,Role-Playing,Gamevil,Gamevil,8,,,,,,2010-09-27, +/games/boxart/full_zenonia_0AmericaFront.jpg,Zenonia,PSN,Role-Playing,Gamevil,Gamevil,,,,,,,2010-10-12, +/games/boxart/full_3072242JapanFrontccc.jpg,Zill O'll,PS,Role-Playing,KOEI,Team-Infinite,,,,,,,1999-10-07, +/games/boxart/full_7400305JapanFrontccc.jpg,Zill O'll Infinite,PS2,Role-Playing,KOEI,Koei,,,,,,,2005-06-23, +/games/boxart/full_zoids-2-zenebasu-no-gyakushuu_6JapanFront.jpg,Zoids 2: Zenebasu no Gyakushuu,NES,Role-Playing,Toshiba EMI,Micronics,,,,,,,1989-01-27, +/games/boxart/full_7258102JapanFrontccc.jpg,Zoids Battle Colosseum,DS,Role-Playing,Takara Tomy,Takara Tomy,,,,,,,2006-11-30, +/games/boxart/full_zoids-saga_6JapanFront.jpg,Zoids Saga,GBA,Role-Playing,Tomy Corporation,Amedio,,,,,,,2001-11-30, +/games/boxart/full_8111923JapanFrontccc.jpg,Zoids Saga DS: Legend of Arcadia,DS,Role-Playing,Tomy Corporation,Tomy Corporation,,,,,,,2005-12-01, +/games/boxart/full_zoids-saga-fuzors_3JapanFront.jpg,Zoids Saga Fuzors,GBA,Role-Playing,Tomy Corporation,Amedio,,,,,,,2004-12-16, +/games/boxart/full_zoids-chuuou-tairiku-no-tatakai_9JapanFront.jpg,Zoids: Chuuou Tairiku no Tatakai,NES,Role-Playing,Toshiba EMI,Micronics,,,,,,,1987-09-05, +/games/boxart/full_zoids-jashin-fukkatsu-genobreaker-hen_9JapanFront.jpg,Zoids: Jashin Fukkatsu! Genobreaker Hen,GB,Role-Playing,Tomy Corporation,Will,,,,,,,2000-08-04, +/games/boxart/full_5695932JapanFrontccc.jpg,Zoids: Shirogane no Juukishin Liger Zero,GB,Role-Playing,Tomy Corporation,Tomy Corporation,,,,,,,2001-06-15, +/games/boxart/full_8411549JapanFrontccc.jpg,Zok Zok Heroes,GB,Role-Playing,Media Factory,Media Factory,,,,,,,2000-08-04, +/games/boxart/full_5681295JapanFrontccc.jpg,Zombie Hunter,NES,Role-Playing,Unknown,Hi-Score Media Work,,,,,,,, +/games/boxart/full_221346JapanFrontccc.jpg,Zool: Majou Tsukai Densetsu,N64,Role-Playing,Imagineer,Pandora Box,,,,,,,1999-06-11, +/games/boxart/full_zu-online_772AmericaFront.jpg,Zu Online,PC,Role-Playing,IGG,"Onwind Digital Co., Ltd",,,,,,,2007-01-01, +/games/boxart/full_zwei-ii_2JapanFront.jpg,Zwei II,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2008-09-25, +/games/boxart/full_2306072JapanFrontccc.jpg,Zwei II Plus,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, +/games/boxart/full_zwei_2JapanFront.jpg,Zwei!!,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2001-01-01, +/games/boxart/full_2454347JapanFrontccc.jpg,Zwei!!,PS2,Role-Playing,Taito,Nihon Falcom Corporation,,,,,,,2004-08-26, +/games/boxart/default.jpg,The Elder Scrolls V: Skyrim Special Edition,PC,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2018-06-19 +/games/boxart/full_4737107AmericaFrontccc.jpg,- Arcane preRaise -,PC,Role-Playing,ArcaneRaise,Arcane Raise,,,,,,,2017-05-02,2019-04-17 +/games/boxart/full_1824459AmericaFrontccc.jpg,- Arcane RERaise -,PC,Role-Playing,ArcaneRaise,Arcane Raise,,,,,,,2017-04-04,2019-04-17 +/games/boxart/default.jpg,Absolver,PS4,Role-Playing,Unknown,Sloclap,,,,,,,,2018-08-14 +/games/boxart/full_9572920AmericaFrontccc.jpg,Accel World vs. Sword Art Online: Millennium Twilight,PC,Role-Playing,Bandai Namco Entertainment,ArtDink,,,,,,,2017-09-12,2018-07-04 +/games/boxart/default.jpg,Advanced Dungeons & Dragons: Treasure of Tarmin,Int,Role-Playing,Mattel Electronics,APh Technological Consulting,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9004527AmericaFrontccc.jpg,Aggelos,PS4,Role-Playing,PQube,PQube,,,,,,,2019-09-24,2019-07-31 +/games/boxart/full_9146241AmericaFrontccc.jpg,AI-LIMIT,PS4,Role-Playing,Sony Computer Entertainment,Sense Games,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_5453407AmericaFrontccc.jpg,Airoheart,XOne,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 +/games/boxart/full_1862081AmericaFrontccc.jpg,Airoheart,XS,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 +/games/boxart/full_313750AmericaFrontccc.jpg,Airoheart,NS,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 +/games/boxart/full_7657658AmericaFrontccc.jpg,Airoheart,PC,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 +/games/boxart/full_3542428AmericaFrontccc.jpg,Airoheart,PS4,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 +/games/boxart/full_9074064AmericaFrontccc.jpg,Airoheart,PS5,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 +/games/boxart/full_9646596AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,NS,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 +/games/boxart/full_9443819AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,PC,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 +/games/boxart/full_5793562AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,PS4,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 +/games/boxart/full_1085431AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,XOne,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 +/games/boxart/full_6028026AmericaFrontccc.jpg,Alvastia Chronicles,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-18,2019-03-24 +/games/boxart/full_9005584AmericaFrontccc.jpg,Alvastia Chronicles,XOne,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-18,2019-03-24 +/games/boxart/full_350118AmericaFrontccc.jpg,Alvastia Chronicles,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-02-12,2019-03-24 +/games/boxart/full_8876674AmericaFrontccc.png,Alvastia Chronicles,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-05-24,2019-03-24 +/games/boxart/full_1914479AmericaFrontccc.jpg,Alvastia Chronicles,PSV,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-02-12,2019-03-24 +/games/boxart/full_8561006AmericaFrontccc.png,Alvastia Chronicles,iOS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-06-08,2019-03-24 +/games/boxart/full_5363699AmericaFrontccc.png,Alvastia Chronicles,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-02-14,2019-03-24 +/games/boxart/full_8614171AmericaFrontccc.jpg,ANNO: Mutationem,PS4,Role-Playing,Sony Computer Entertainment,ThinkingStars,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_5669951AmericaFrontccc.jpg,Antiquia Lost,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-07-31,2018-08-18 +/games/boxart/full_6577864AmericaFrontccc.png,Antiquia Lost,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2017-11-16,2018-08-18 +/games/boxart/full_2825399AmericaFrontccc.jpg,Antiquia Lost,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2017-07-06,2018-08-18 +/games/boxart/full_6587579AmericaFrontccc.jpg,Arc of Alchemist,PS4,Role-Playing,Idea Factory,Compile Heart,,,,,,,2020-01-30,2018-12-30 +/games/boxart/full_8306605AmericaFrontccc.jpg,Arc the Lad: Twilight of the Spirits,PS4,Role-Playing,Sony Computer Entertainment,Cattle Call,,,,,,,2016-01-12,2018-09-24 +/games/boxart/full_7026129AmericaFrontccc.jpg,Asdivine Dios,XOne,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 +/games/boxart/full_7838581AmericaFrontccc.png,Asdivine Dios,And,Role-Playing,Kemco,Kemco,,,,,,,2015-08-31,2019-06-09 +/games/boxart/full_6589774AmericaFrontccc.jpg,Asdivine Dios,PSV,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 +/games/boxart/full_2110337AmericaFrontccc.png,Asdivine Dios,iOS,Role-Playing,Kemco,Kemco,,,,,,,2015-09-03,2019-06-09 +/games/boxart/full_7623032AmericaFrontccc.jpg,Asdivine Dios,PC,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 +/games/boxart/full_2354830AmericaFrontccc.jpg,Asdivine Dios,NS,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 +/games/boxart/full_8549313AmericaFrontccc.jpg,Asdivine Dios,PS4,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 +/games/boxart/full_2293928AmericaFrontccc.jpg,Asdivine Hearts II,PSV,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-15,2019-03-23 +/games/boxart/full_1420931AmericaFrontccc.jpg,Asdivine Hearts II,XOne,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-12-21,2019-03-23 +/games/boxart/full_8263430AmericaFrontccc.jpg,Asdivine Hearts II,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-15,2019-03-23 +/games/boxart/full_4640953AmericaFrontccc.png,Asdivine Hearts II,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-24,2019-03-23 +/games/boxart/full_9493845AmericaFrontccc.jpg,Asdivine Hearts II,iOS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-04-06,2019-03-23 +/games/boxart/full_4144837AmericaFrontccc.jpg,Asdivine Hearts II,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-12-19,2019-03-23 +/games/boxart/full_7791408AmericaFrontccc.jpg,Asdivine Hearts II,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-04-06,2019-03-23 +/games/boxart/full_8679445AmericaFrontccc.jpg,Asgard's Wrath 2,PC,Role-Playing,Unknown,Sanzaru Games,,,,,,,,2023-12-27 +/games/boxart/full_7285762AmericaFrontccc.jpg,Astria Ascending,XOne,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 +/games/boxart/full_3458517AmericaFrontccc.jpg,Astria Ascending,PS4,Role-Playing,Maple Whispering Limited,Artisan Studios,,,,,,,2021-09-30,2021-06-15 +/games/boxart/full_6754324AmericaFrontccc.jpg,Astria Ascending,PS5,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 +/games/boxart/full_8273577AmericaFrontccc.jpg,Astria Ascending,NS,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 +/games/boxart/full_4288900AmericaFrontccc.jpg,Astria Ascending,PC,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 +/games/boxart/full_1668434AmericaFrontccc.jpg,Astria Ascending,XS,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 +/games/boxart/default.jpg,Atelier Firis: The Alchemist and the Mysterious Journey,PC,Role-Playing,Tecmo Koei,Gust,,,,,,,2017-03-07,2018-07-04 +/games/boxart/full_72353JapanFrontccc.jpg,Atelier Lulua: The Scion of Arland,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-05-24,2019-03-22 +/games/boxart/full_9947068JapanFrontccc.jpg,Atelier Lulua: The Scion of Arland,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-05-24,2019-03-22 +/games/boxart/full_5518112JapanFrontccc.jpg,Atelier Lulua: The Scion of Arland,PC,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-05-24,2019-03-22 +/games/boxart/default.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,PC,Role-Playing,Tecmo Koei,Gust,,,,,,,2018-03-27,2018-02-10 +/games/boxart/full_4325989AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,NS,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 +/games/boxart/full_6930780AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,PC,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 +/games/boxart/full_3191812AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,PS4,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 +/games/boxart/full_4648851AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,PS5,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 +/games/boxart/full_8184823AmericaFrontccc.jpg,Atelier Resleriana: Forgotten Alchemy and the Polar Night Liberator,iOS,Role-Playing,Unknown,Koei Tecmo Games,,,,,,,,2024-01-25 +/games/boxart/full_9949212AmericaFrontccc.jpg,Atelier Resleriana: Forgotten Alchemy and the Polar Night Liberator,PC,Role-Playing,Unknown,Koei Tecmo Games,,,,,,,,2024-01-25 +/games/boxart/full_5764306AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-01-26,2020-12-09 +/games/boxart/full_6732191AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,PC,Role-Playing,Unknown,Gust,,,,,,,,2020-12-09 +/games/boxart/full_6028966AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,PS5,Role-Playing,Unknown,Gust,,,,,,,,2020-12-09 +/games/boxart/full_9037171AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,PS4,Role-Playing,Unknown,Gust,,,,,,,,2020-12-09 +/games/boxart/full_8713359AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,PS5,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 +/games/boxart/full_9747005AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,NS,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 +/games/boxart/full_9853793AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,PC,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 +/games/boxart/full_2773315AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,PS4,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 +/games/boxart/full_2423975AmericaFrontccc.jpg,Atelier Ryza: Ever Darkness & the Secret Hideout,PC,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2019-07-08 +/games/boxart/full_3572601JapanFrontccc.png,Atelier Ryza: Ever Darkness & the Secret Hideout,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2019-07-08 +/games/boxart/full_7193701AmericaFrontccc.png,Atelier Ryza: Ever Darkness & the Secret Hideout,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2019-07-08 +/games/boxart/full_7530622AmericaFrontccc.jpg,Atelier Shallie: Alchemists of the Dusk Sea,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2015-03-10,2018-01-02 +/games/boxart/full_6987365AmericaFrontccc.jpg,Atelier Sophie 2: The Alchemist of the Mysterious Dream,NS,Role-Playing,Unknown,Gust,,,,,,,,2022-01-13 +/games/boxart/full_6570565AmericaFrontccc.jpg,Atelier Sophie 2: The Alchemist of the Mysterious Dream,PC,Role-Playing,Unknown,Gust,,,,,,,,2022-01-13 +/games/boxart/full_496953AmericaFrontccc.jpg,Atelier Sophie 2: The Alchemist of the Mysterious Dream,PS4,Role-Playing,Unknown,Gust,,,,,,,,2022-01-13 +/games/boxart/full_6465697AmericaFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PC,Role-Playing,Tecmo Koei,Gust,,,,,,,2017-02-07,2018-01-07 +/games/boxart/full_8295898AmericaFrontccc.jpg,Atlas Fallen,PC,Role-Playing,Unknown,DECK13 Interactive,,,,,,,,2023-07-02 +/games/boxart/full_4668024AmericaFrontccc.jpg,Atlas Fallen,PS5,Role-Playing,Unknown,DECK13 Interactive,,,,,,,,2023-07-02 +/games/boxart/full_4962524AmericaFrontccc.jpg,Atlas Fallen,XS,Role-Playing,Unknown,DECK13 Interactive,,,,,,,,2023-07-02 +/games/boxart/full_4371289AmericaFrontccc.jpg,Avadon 2: The Corruption,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2013-10-30,2019-04-17 +/games/boxart/full_659573AmericaFrontccc.jpg,Avadon 3: The Warborn,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2016-09-14,2019-04-17 +/games/boxart/full_2923752AmericaFrontccc.jpg,Avowed,PC,Role-Playing,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_5926949AmericaFrontccc.jpg,Avowed,XS,Role-Playing,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-12-01,2020-07-23 +/games/boxart/full_805449AmericaFrontccc.jpg,Azur Lane: Crosswave,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2020-02-13,2020-01-23 +/games/boxart/full_8599498AmericaFrontccc.jpg,Baldur's Gate II: Enhanced Edition,NS,Role-Playing,Beamdog,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_2438343AmericaFrontccc.jpg,Baldur's Gate II: Enhanced Edition,XOne,Role-Playing,Beamdog,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_8824670AmericaFrontccc.jpg,Baldur's Gate II: Enhanced Edition,PS4,Role-Playing,Beamdog,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_8417762AmericaFrontccc.jpg,Baldur's Gate III,PC,Role-Playing,Larian Studios,Larian Studios,,,,,,,2023-08-03,2019-06-26 +/games/boxart/full_9793408AmericaFrontccc.jpg,Baldur's Gate III,PS5,Role-Playing,Larian Studios,Larian Studios,,,,,,,2023-09-06,2023-11-25 +/games/boxart/full_2438678AmericaFrontccc.jpg,Baldur's Gate III,XS,Role-Playing,Larian Studios,Larian Studios,,,,,,,2023-12-01,2023-11-25 +/games/boxart/full_9236197AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,PS4,Role-Playing,Skybound Games,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_129125AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,XOne,Role-Playing,Skybound Games,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_2670526AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,NS,Role-Playing,Skybound Games,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_7977628AmericaFrontccc.png,Baldur's Gate: Siege of Dragonspear,NS,Role-Playing,Beamdog,Beamdog,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_6091856AmericaFrontccc.png,Baldur's Gate: Siege of Dragonspear,PS4,Role-Playing,Beamdog,Beamdog,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_6785557AmericaFrontccc.png,Baldur's Gate: Siege of Dragonspear,XOne,Role-Playing,Beamdog,Beamdog,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_570084AmericaFrontccc.jpg,Banishers: Ghosts of New Eden,PC,Role-Playing,Unknown,DONTNOD Entertainment,,,,,,,,2023-09-30 +/games/boxart/full_4163290AmericaFrontccc.jpg,Banishers: Ghosts of New Eden,PS5,Role-Playing,Unknown,DONTNOD Entertainment,,,,,,,,2023-09-30 +/games/boxart/full_3854973AmericaFrontccc.jpg,Banishers: Ghosts of New Eden,XS,Role-Playing,Unknown,DONTNOD Entertainment,,,,,,,,2023-09-30 +/games/boxart/full_4834076AmericaFrontccc.png,Banner Saga 3,NS,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2018-07-01,2018-03-23 +/games/boxart/full_8738475AmericaFrontccc.jpg,Bastion,PS4,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,,,,,,,2015-04-07,2019-05-24 +/games/boxart/default.jpg,Bastion,NS,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-11-06 +/games/boxart/full_3407745AmericaFrontccc.jpg,Batora: Lost Haven,PS5,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 +/games/boxart/full_1105405AmericaFrontccc.jpg,Batora: Lost Haven,XOne,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 +/games/boxart/full_3920071AmericaFrontccc.jpg,Batora: Lost Haven,XS,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 +/games/boxart/full_1732573AmericaFrontccc.jpg,Batora: Lost Haven,NS,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 +/games/boxart/full_4441158AmericaFrontccc.jpg,Batora: Lost Haven,PC,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 +/games/boxart/full_8140486AmericaFrontccc.jpg,Batora: Lost Haven,PS4,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 +/games/boxart/full_5720333AmericaFrontccc.jpg,Bird Problems,PC,Role-Playing,Unknown,Lithic Entertainment Inc.,,,,,,,,2021-06-14 +/games/boxart/full_8440606AmericaFrontccc.png,Bit Dungeon Plus,NS,Role-Playing,Dolores Entertainment SL,Dolores Entertainment SL,,,,,,,2018-03-08,2018-03-23 +/games/boxart/full_7326AmericaFrontccc.jpg,Black Myth: Wukong,PC,Role-Playing,Unknown,Game Science,,,,,,,,2021-08-26 +/games/boxart/full_3089189AmericaFrontccc.jpg,Black Myth: Wukong,PS5,Role-Playing,Unknown,Game Science,,,,,,,,2021-08-26 +/games/boxart/full_818371AmericaFrontccc.jpg,Black Myth: Wukong,XS,Role-Playing,Unknown,Game Science,,,,,,,,2021-08-26 +/games/boxart/full_1642867AmericaFrontccc.jpg,Blade & Sword,PC,Role-Playing,Whiptail Interactive,Pixel Multimedia,,,,,,,2003-12-22,2018-01-07 +/games/boxart/default.jpg,Blue Reflection: Second Light,PC,Role-Playing,Unknown,Gust,,,,,,,,2021-11-10 +/games/boxart/full_5120658AmericaFrontccc.jpg,Blue Reflection: Second Light,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-11-09,2021-11-10 +/games/boxart/default.jpg,Blue Reflection: Second Light,NS,Role-Playing,Unknown,Gust,,,,,,,,2021-11-10 +/games/boxart/full_4687158AmericaFrontccc.png,Brave Dungeon + Dark Witch's Story: COMBAT,NS,Role-Playing,Inside System,Inside System,,,,,,,2017-09-28,2018-03-02 +/games/boxart/full_9379603AmericaFrontccc.png,Bravely Default II,PC,Role-Playing,Unknown,Silicon Studio,,,,,,,,2021-08-27 +/games/boxart/default.jpg,Breath of Fire 6,And,Role-Playing,Unknown,Capcom,,,,,,,,2020-02-03 +/games/boxart/default.jpg,Breath of Fire 6,iOS,Role-Playing,Unknown,Capcom,,,,,,,,2020-02-03 +/games/boxart/default.jpg,Breath of Fire 6,PC,Role-Playing,Unknown,Capcom,,,,,,,,2020-02-03 +/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,XOne,Role-Playing,Unknown,Moonsprout Games,,,,,,,,2021-11-06 +/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,PS4,Role-Playing,Unknown,Moonsprout Games,,,,,,,,2021-11-06 +/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,PC,Role-Playing,Unknown,Moonsprout Games,,,,,,,,2021-11-06 +/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,NS,Role-Playing,Unknown,Moonsprout Games,,,,,,,2020-05-28,2020-12-22 +/games/boxart/full_8351745AmericaFrontccc.jpg,Cassette Beasts,NS,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 +/games/boxart/full_6679749AmericaFrontccc.jpg,Cassette Beasts,PC,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 +/games/boxart/full_9770717AmericaFrontccc.jpg,Cassette Beasts,XOne,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 +/games/boxart/full_2346896AmericaFrontccc.jpg,Cassette Beasts,XS,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 +/games/boxart/full_4756291AmericaFrontccc.png,Castle in the Darkness II,PC,Role-Playing,Unknown,Matt Kap,,,,,,,,2019-12-09 +/games/boxart/full_34794AmericaFrontccc.jpg,Cat Quest,And,Role-Playing,PQube,The Gentlebros,,,,,,,2017-09-15,2020-05-10 +/games/boxart/full_7776591AmericaFrontccc.jpg,Cat Quest,PC,Role-Playing,PQube,The Gentlebros,,,,,,,2017-08-08,2020-05-10 +/games/boxart/full_1429406AmericaFrontccc.jpg,Cat Quest,PS4,Role-Playing,PQube,The Gentlebros,,,,,,,2017-11-14,2020-05-10 +/games/boxart/full_4521870AmericaFrontccc.jpeg,Chained Echoes,XOne,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 +/games/boxart/full_230915AmericaFrontccc.jpeg,Chained Echoes,PS4,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 +/games/boxart/full_1313420AmericaFrontccc.jpeg,Chained Echoes,NS,Role-Playing,DECK13 Interactive GmbH,Matthias Linda,,,,,,,2022-12-08,2022-10-17 +/games/boxart/full_7279172AmericaFrontccc.jpeg,Chained Echoes,Linux,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 +/games/boxart/full_4509637AmericaFrontccc.jpeg,Chained Echoes,PC,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 +/games/boxart/full_9345773AmericaFrontccc.jpg,Chernobylite,PC,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-03 +/games/boxart/full_6677699AmericaFrontccc.jpg,Chernobylite,PS4,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 +/games/boxart/full_2799772AmericaFrontccc.jpg,Chernobylite,PS5,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 +/games/boxart/full_5069473AmericaFrontccc.jpg,Chernobylite,XOne,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 +/games/boxart/full_6053498AmericaFrontccc.jpg,Chernobylite,XS,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 +/games/boxart/full_747505AmericaFrontccc.jpg,Child of Light,NS,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2018-10-11,2021-06-08 +/games/boxart/full_7853597AmericaFrontccc.jpg,Children of Morta,NS,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-10-15,2019-08-10 +/games/boxart/full_138519AmericaFrontccc.jpg,Children of Morta,PC,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-09-03,2019-08-10 +/games/boxart/full_1364216AmericaFrontccc.jpg,Children of Morta,PS4,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-10-15,2019-08-10 +/games/boxart/full_7927481AmericaFrontccc.jpg,Children of Morta,XOne,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-10-15,2019-08-10 +/games/boxart/full_5982294AmericaFrontccc.png,Chocobo's Mystery Dungeon: Every Buddy!,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-20,2019-03-22 +/games/boxart/full_570782AmericaFrontccc.jpg,Chocobo's Mystery Dungeon: Every Buddy!,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-20,2019-03-22 +/games/boxart/default.jpg,Chroma Squad,XOne,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-08 +/games/boxart/default.jpg,Chroma Squad,PS4,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-08 +/games/boxart/full_7693148AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,XOne,Role-Playing,Unknown,Square Enix,,,,,,,,2022-04-19 +/games/boxart/full_7127055AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-04-19 +/games/boxart/full_1657738AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,PS4,Role-Playing,Square-Enix,Square Enix,,,,,,,2022-04-07,2022-04-19 +/games/boxart/full_8697974AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2022-04-07,2022-02-09 +/games/boxart/full_9693955AmericaFrontccc.jpg,Chronos: Before the Ashes,NS,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 +/games/boxart/full_3054695AmericaFrontccc.jpg,Chronos: Before the Ashes,PC,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 +/games/boxart/full_4533509AmericaFrontccc.jpg,Chronos: Before the Ashes,PS4,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 +/games/boxart/full_2307515AmericaFrontccc.jpg,Chronos: Before the Ashes,XOne,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 +/games/boxart/full_3631822AmericaFrontccc.jpg,Citizens of Space,PC,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 +/games/boxart/full_8163656AmericaFrontccc.jpg,Citizens of Space,PS4,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 +/games/boxart/full_4507293AmericaFrontccc.jpg,Citizens of Space,NS,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 +/games/boxart/full_8773874AmericaFrontccc.jpg,Citizens of Space,XOne,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 +/games/boxart/full_409584AmericaFrontccc.jpg,Clockwork Revolution,PC,Role-Playing,Unknown,InXile Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_2736463AmericaFrontccc.jpg,Clockwork Revolution,XS,Role-Playing,Unknown,InXile Entertainment,,,,,,,,2023-06-12 +/games/boxart/full_8963137AmericaFrontccc.png,Collection of Mana,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-06-11,2019-06-11 +/games/boxart/full_2273999AmericaFrontccc.jpg,Collection of SaGa: Final Fantasy Legend,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-15,2020-08-28 +/games/boxart/full_3102717AmericaFrontccc.jpg,Conception II: Children of the Seven Stars,PC,Role-Playing,Spike Chunsoft,Spike Chunsoft,,,,,,,2016-08-16,2019-01-14 +/games/boxart/full_5451920JapanFrontccc.jpg,Conception Plus: Please Give Birth to My Child!,PS4,Role-Playing,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-01-31,2019-02-11 +/games/boxart/full_3480664AmericaFrontccc.jpg,Coromon,NS,Role-Playing,Unknown,TRAGsoft,,,,,,,,2022-03-01 +/games/boxart/full_2153850AmericaFrontccc.jpg,Coromon,PC,Role-Playing,Unknown,TRAGsoft,,,,,,,,2022-03-01 +/games/boxart/full_8525860AmericaFrontccc.png,Cosmic Star Heroine,PC,Role-Playing,Zeboyd Games,Zeboyd Games,7.5,,,,,,2017-04-11,2018-01-25 +/games/boxart/full_1336822JapanFrontccc.jpg,Coven and the Labyrinth of Galleria,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2023-02-14,2019-05-07 +/games/boxart/full_2120865JapanFrontccc.jpg,Coven and the Labyrinth of Galleria,PSV,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2019-05-07 +/games/boxart/full_6701648AmericaFrontccc.jpg,Criminal Girls: Invite Only,PC,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2017-01-11,2018-12-29 +/games/boxart/full_2650784AmericaFrontccc.jpg,Cris Tales,PS4,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 +/games/boxart/full_9282691AmericaFrontccc.jpg,Cris Tales,XS,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2020-06-18 +/games/boxart/full_2650561AmericaFrontccc.jpg,Cris Tales,XOne,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 +/games/boxart/full_1000664AmericaFrontccc.jpg,Cris Tales,NS,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 +/games/boxart/full_1520298AmericaFrontccc.jpg,Cris Tales,PC,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 +/games/boxart/full_718007AmericaFrontccc.jpg,Cris Tales,PS5,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2020-06-18 +/games/boxart/full_9657214AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_5505494AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,XOne,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_2999710AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,XS,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_1496528AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_3362824AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_6213826AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_2209775AmericaFrontccc.jpg,CrossCode,PC,Role-Playing,DECK13 Interactive GmbH,Radical Fish Games,,,,,,,2018-09-20,2019-04-08 +/games/boxart/full_872735AmericaFrontccc.jpg,CrossCode,XOne,Role-Playing,DECK13 Interactive GmbH,Radical Fish Games,,,,,,,2020-07-09,2019-04-08 +/games/boxart/full_2375242AmericaFrontccc.png,CrossCode,NS,Role-Playing,Deck 13,Radical Fish Games,,,,,,,2020-07-09,2019-04-08 +/games/boxart/full_2160388AmericaFrontccc.jpg,Crown Trick,PC,Role-Playing,Team17,NEXT Studios,,,,,,,2020-10-16,2020-09-28 +/games/boxart/full_1974057AmericaFrontccc.jpg,Crown Trick,NS,Role-Playing,Team17,NEXT Studios,,,,,,,2020-10-16,2020-09-28 +/games/boxart/full_5632418PALFrontccc.jpg,Crowntakers,Linux,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-11-07,2018-08-10 +/games/boxart/full_2924104AmericaFrontccc.jpg,CRYMACHINA,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 +/games/boxart/full_5521766AmericaFrontccc.jpg,CRYMACHINA,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 +/games/boxart/full_8880201AmericaFrontccc.jpg,CRYMACHINA,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 +/games/boxart/full_1038379AmericaFrontccc.jpg,CRYMACHINA,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 +/games/boxart/full_1843844AmericaFrontccc.jpg,Crystar,PC,Role-Playing,Spike Chunsoft,FuRyu,,,,,,,2019-08-27,2019-04-07 +/games/boxart/full_7042097AmericaFrontccc.jpg,Cthulhu Saves Christmas,NS,Role-Playing,Limited Run Games,Zeboyd Games,,,,,,,2020-10-28,2022-02-08 +/games/boxart/full_5231239AmericaFrontccc.png,Cthulhu Saves Christmas,PC,Role-Playing,Zeboyd Games,Zeboyd Games,,,,,,,2020-12-01,2019-08-01 +/games/boxart/full_7795626AmericaFrontccc.png,Curse of the Sea Rats,NS,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 +/games/boxart/full_870874AmericaFrontccc.png,Curse of the Sea Rats,PC,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 +/games/boxart/full_8772694AmericaFrontccc.png,Curse of the Sea Rats,PS4,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 +/games/boxart/full_5019639AmericaFrontccc.png,Curse of the Sea Rats,XOne,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 +/games/boxart/full_9650372AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,PS5,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2023-06-12 +/games/boxart/full_7957154AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,XS,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2023-06-12 +/games/boxart/full_9117680AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,PC,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2023-06-12 +/games/boxart/full_988918PALFrontccc.jpg,Damascus Gear: Operation Tokyo,NS,Role-Playing,Arc System Works,Arc System Works,,,,,,,2018-03-01,2018-03-23 +/games/boxart/full_7660625AmericaFrontccc.jpg,Dark Cloud,PS4,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2015-12-05,2018-09-14 +/games/boxart/full_7392201AmericaFrontccc.jpg,Dark Deity,PC,Role-Playing,Unknown,Sword and Axe,,,,,,,,2021-06-15 +/games/boxart/full_9760519AmericaFrontccc.jpg,Dark Deity,NS,Role-Playing,Unknown,Sword and Axe,,,,,,,,2021-08-29 +/games/boxart/full_3543562AmericaFrontccc.jpg,Dark Envoy,PC,Role-Playing,Event Horizon Software,Event Horizon Software,,,,,,,2020-12-01,2019-08-09 +/games/boxart/full_638246AmericaFrontccc.jpg,Dark Envoy,PS4,Role-Playing,Event Horizon Software,Event Horizon Software,,,,,,,2020-12-01,2019-08-09 +/games/boxart/full_8401345AmericaFrontccc.jpg,Dark Envoy,XOne,Role-Playing,Event Horizon Software,Event Horizon Software,,,,,,,2020-12-01,2019-08-09 +/games/boxart/full_6190459AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,XOne,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 +/games/boxart/full_2075862AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,PC,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 +/games/boxart/full_1254349AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,PS3,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 +/games/boxart/full_9051919AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,PS4,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 +/games/boxart/full_3518695AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,X360,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 +/games/boxart/full_3101870AmericaFrontccc.jpg,Darkest Dungeon,XOne,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2018-02-28,2018-01-31 +/games/boxart/full_3100161AmericaFrontccc.gif,DarkMaus,PC,Role-Playing,Daniel Wright,Daniel Wright,,,,,,,2016-01-26,2018-01-22 +/games/boxart/full_8072997AmericaFrontccc.jpg,Dauntless,PS4,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-05-21,2018-12-06 +/games/boxart/full_8471620AmericaFrontccc.jpg,Dauntless,PC,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-05-24,2018-12-06 +/games/boxart/full_4549841AmericaFrontccc.jpg,Dauntless,NS,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-12-10,2018-12-12 +/games/boxart/full_46431AmericaFrontccc.jpg,Dauntless,XOne,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-05-21,2018-12-06 +/games/boxart/full_8817618AmericaFrontccc.jpg,Dave the Diver,PC,Role-Playing,Unknown,Mintrocket,,,,,,,,2023-08-17 +/games/boxart/full_2686266AmericaFrontccc.jpg,Dave the Diver,NS,Role-Playing,Unknown,Mintrocket,,,,,,,,2023-10-11 +/games/boxart/full_3675613AmericaFrontccc.jpg,Death end re;Quest 2,PS4,Role-Playing,Compile Heart,Compile Heart,,,,,,,2020-02-13,2020-01-24 +/games/boxart/full_5374681AmericaFrontccc.jpg,Death's Door,PC,Role-Playing,Unknown,Acid Nerve,,,,,,,,2021-07-21 +/games/boxart/full_5752584AmericaFrontccc.jpg,Death's Door,XOne,Role-Playing,Unknown,Acid Nerve,,,,,,,,2021-07-21 +/games/boxart/full_5258615AmericaFrontccc.jpg,Death's Door,XS,Role-Playing,Unknown,Acid Nerve,,,,,,,,2021-07-21 +/games/boxart/full_1462161AmericaFrontccc.jpg,Decay of Logos,NS,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-29,2019-08-10 +/games/boxart/full_9209935AmericaFrontccc.jpg,Decay of Logos,PC,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-30,2019-08-10 +/games/boxart/full_1934111AmericaFrontccc.jpg,Decay of Logos,PS4,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-27,2019-08-10 +/games/boxart/full_8056747AmericaFrontccc.jpg,Decay of Logos,XOne,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-30,2019-08-10 +/games/boxart/full_6039886AmericaFrontccc.jpg,Deltarune Chapter 2,All,Role-Playing,Unknown,Toby Fox,,,,,,,,2021-12-23 +/games/boxart/full_4597424AmericaFrontccc.jpg,Demon's Tier+,PSV,Role-Playing,EastAsiaSoft,Diabolical Mind,,,,,,,2020-06-12,2020-06-17 +/games/boxart/full_6430984AmericaFrontccc.jpg,Demon's Tier+,PS4,Role-Playing,EastAsiaSoft,Diabolical Mind,,,,,,,2020-06-12,2020-06-17 +/games/boxart/full_7781487AmericaFrontccc.jpg,Demonschool,PS4,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 +/games/boxart/full_2613461AmericaFrontccc.jpg,Demonschool,PS5,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 +/games/boxart/full_2637642AmericaFrontccc.jpg,Demonschool,XOne,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 +/games/boxart/full_2425576AmericaFrontccc.jpg,Demonschool,XS,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 +/games/boxart/full_4859360AmericaFrontccc.jpg,Demonschool,NS,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 +/games/boxart/full_4049073AmericaFrontccc.jpg,Demonschool,PC,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 +/games/boxart/full_7523064AmericaFrontccc.png,Desert Child,NS,Role-Playing,Akupara Games,Oscar Brittain,,,,,,,2018-12-11,2018-11-12 +/games/boxart/full_6464053JapanFrontccc.jpg,Destiny Connect: Tick Tock Travelers,NS,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-22,2019-03-22 +/games/boxart/full_8502875JapanFrontccc.jpg,Destiny Connect: Tick Tock Travelers,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-22,2019-03-22 +/games/boxart/full_8476505AmericaFrontccc.jpg,Dex,PC,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 +/games/boxart/full_3413403AmericaFrontccc.jpg,Dex,PSV,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2016-12-20,2018-08-06 +/games/boxart/full_7028341PALFrontccc.jpg,Dex,PS4,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2016-07-12,2018-08-06 +/games/boxart/full_6755286AmericaFrontccc.jpg,Dex,XOne,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2016-07-08,2018-08-06 +/games/boxart/full_7059320AmericaFrontccc.jpg,Diablo II: Resurrected,NS,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 +/games/boxart/full_5538884AmericaFrontccc.jpg,Diablo II: Resurrected,PC,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 +/games/boxart/full_190740AmericaFrontccc.jpg,Diablo II: Resurrected,PS4,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 +/games/boxart/full_5093441AmericaFrontccc.jpg,Diablo II: Resurrected,PS5,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 +/games/boxart/full_7006990AmericaFrontccc.jpg,Diablo II: Resurrected,XOne,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 +/games/boxart/full_9551094AmericaFrontccc.jpg,Diablo II: Resurrected,XS,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 +/games/boxart/full_4599606AmericaFrontccc.jpg,Diablo III: Rise of the Necromancer,PC,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2017-06-27,2020-02-18 +/games/boxart/full_3481798AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,X360,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-08-19,2018-01-22 +/games/boxart/full_7081182AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,PS3,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-08-19,2019-03-25 +/games/boxart/full_797665AmericaFrontccc.jpg,Diablo IV,All,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2022-12-01,2020-10-29 +/games/boxart/full_7833759AmericaFrontccc.jpg,Diablo IV,PS5,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2023-06-05,2022-06-13 +/games/boxart/full_8081407AmericaFrontccc.jpg,Diablo IV,XS,Role-Playing,Unknown,Blizzard Entertainment,,,,,,,,2022-06-13 +/games/boxart/full_6904945AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth Complete Edition,PC,Role-Playing,Bandai Namco Entertainment,Media.Vision,,,,,,,2019-10-18,2019-07-08 +/games/boxart/full_8820887AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth Complete Edition,NS,Role-Playing,Bandai Namco Entertainment,Media.Vision,,,,,,,2019-10-18,2019-07-08 +/games/boxart/full_905466AmericaFrontccc.jpg,Digimon Survive,NS,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 +/games/boxart/full_6073449AmericaFrontccc.jpg,Digimon Survive,PS4,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 +/games/boxart/full_9275938AmericaFrontccc.jpg,Digimon Survive,PC,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 +/games/boxart/full_347853AmericaFrontccc.jpg,Digimon Survive,XOne,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 +/games/boxart/full_6117398AmericaFrontccc.jpg,Disciples Liberation,XOne,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 +/games/boxart/full_9990994AmericaFrontccc.jpg,Disciples Liberation,XS,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 +/games/boxart/full_9155105AmericaFrontccc.jpg,Disciples Liberation,PC,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 +/games/boxart/full_8748930AmericaFrontccc.jpg,Disciples Liberation,PS4,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 +/games/boxart/full_9036746AmericaFrontccc.jpg,Disciples Liberation,PS5,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 +/games/boxart/full_9233508AmericaFrontccc.jpeg,Disco Elysium,XOne,Role-Playing,ZA/UM,ZA/UM,,,,,,,2020-12-01,2020-05-31 +/games/boxart/full_398842AmericaFrontccc.jpeg,Disco Elysium,PC,Role-Playing,Humble Bundle,ZA/UM,,,,,,,2019-10-15,2019-01-06 +/games/boxart/full_9170869AmericaFrontccc.jpeg,Disco Elysium,NS,Role-Playing,ZA/UM,ZA/UM,,,,,,,2020-12-01,2020-05-31 +/games/boxart/full_4803136AmericaFrontccc.jpeg,Disco Elysium,PS4,Role-Playing,ZA/UM,ZA/UM,,,,,,,2021-03-31,2020-05-31 +/games/boxart/default.jpg,Disgaea 2 PC,PC,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2018-04-01 +/games/boxart/full_5923006PALFrontccc.png,Disgaea 4 Complete+,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-29,2019-07-08 +/games/boxart/full_6890126PALFrontccc.jpg,Disgaea 4 Complete+,NS,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-29,2019-07-08 +/games/boxart/default.jpg,Disgaea 5 Complete,PC,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2019-03-30 +/games/boxart/full_4948274AmericaFrontccc.jpg,Disgaea 6: Defiance of Destiny,PS4,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2021-07-30 +/games/boxart/full_8168348AmericaFrontccc.png,Disgaea 6: Defiance of Destiny,NS,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2021-07-01,2020-09-17 +/games/boxart/full_7672075AmericaFrontccc.jpg,Disgaea 7,PS5,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2022-12-07 +/games/boxart/full_3362915AmericaFrontccc.jpg,Disgaea 7,PC,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2023-02-10 +/games/boxart/full_565000AmericaFrontccc.jpg,Disgaea 7,NS,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2022-12-07 +/games/boxart/full_4097889AmericaFrontccc.jpg,Disgaea 7,PS4,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2022-12-07 +/games/boxart/full_3584761AmericaFrontccc.png,Divinity: Original Sin 2 - Definitive Edition,NS,Role-Playing,Larian Studios,Larian Studios,,,,,,,2019-09-04,2019-09-15 +/games/boxart/full_790475AmericaFrontccc.jpg,Dolmen,PC,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 +/games/boxart/full_6902611AmericaFrontccc.jpg,Dolmen,XS,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 +/games/boxart/full_1869001AmericaFrontccc.jpg,Dolmen,XOne,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 +/games/boxart/full_7043390AmericaFrontccc.jpg,Dolmen,PS5,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 +/games/boxart/full_5215806AmericaFrontccc.jpg,Dolmen,PS4,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 +/games/boxart/default.jpg,Double Dungeons,WiiU,Role-Playing,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_2255563AmericaFrontccc.png,Dragalia Lost,iOS,Role-Playing,Nintendo,Cygames,,,,,,,2018-09-27,2018-09-04 +/games/boxart/full_3695267AmericaFrontccc.png,Dragalia Lost,And,Role-Playing,Nintendo,Cygames,,,,,,,2018-09-27,2018-09-04 +/games/boxart/full_5591177AmericaFrontccc.jpeg,Dragon Age: Dreadwolf,XS,Role-Playing,Unknown,BioWare,,,,,,,,2022-06-02 +/games/boxart/full_8541305AmericaFrontccc.jpeg,Dragon Age: Dreadwolf,PC,Role-Playing,Unknown,BioWare,,,,,,,,2022-06-02 +/games/boxart/full_8575949AmericaFrontccc.jpeg,Dragon Age: Dreadwolf,PS5,Role-Playing,Unknown,BioWare,,,,,,,,2022-06-02 +/games/boxart/full_8070647AmericaFrontccc.png,Dragon Quest,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2020-03-09 +/games/boxart/full_5730346AmericaFrontccc.png,Dragon Quest II,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2020-03-09 +/games/boxart/full_5852397AmericaFrontccc.png,Dragon Quest III,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2020-03-09 +/games/boxart/full_9891558AmericaFrontccc.jpg,Dragon Quest Treasures,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2022-10-15 +/games/boxart/full_6990608AmericaFrontccc.jpg,Dragon Quest XI S: Definitive Edition,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-04,2020-07-24 +/games/boxart/full_9554275AmericaFrontccc.jpg,Dragon Quest XI S: Definitive Edition,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-04,2020-07-24 +/games/boxart/full_9731612AmericaFrontccc.jpg,Dragon Quest XI S: Definitive Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-04,2020-07-24 +/games/boxart/full_7983663AmericaFrontccc.jpg,Dragon Quest XII: The Flames of Fate,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 +/games/boxart/full_3983244AmericaFrontccc.jpg,Dragon Quest XII: The Flames of Fate,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 +/games/boxart/full_3572596AmericaFrontccc.jpg,Dragon Quest XII: The Flames of Fate,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 +/games/boxart/full_3991420AmericaFrontccc.png,Dragon Sinker,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-02-22,2018-02-21 +/games/boxart/full_8209830AmericaFrontccc.jpg,Dragon Star Varnir,NS,Role-Playing,Unknown,Compile Heart,,,,,,,,2021-06-26 +/games/boxart/full_9829018AmericaFrontccc.jpg,Dragon Star Varnir,PC,Role-Playing,Unknown,Compile Heart,,,,,,,,2021-06-26 +/games/boxart/full_1912490AmericaFrontccc.jpg,Dragon's Dogma 2,PC,Role-Playing,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_8077609AmericaFrontccc.jpg,Dragon's Dogma 2,PS5,Role-Playing,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_8937312AmericaFrontccc.jpg,Dragon's Dogma 2,XS,Role-Playing,Unknown,Capcom,,,,,,,,2023-06-13 +/games/boxart/full_8129526AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,NS,Role-Playing,Capcom,Capcom,,,,,,,2019-04-23,2019-03-22 +/games/boxart/full_6270218AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,PS3,Role-Playing,Capcom,Capcom,,,,,,,2013-04-23,2019-03-22 +/games/boxart/full_6975052AmericaFrontccc.png,DragonFangZ - The Rose & Dungeon of Time,NS,Role-Playing,Toydea Inc.,Toydea Inc.,,,,,,,2017-12-19,2018-03-11 +/games/boxart/full_3687666AmericaFrontccc.png,Drova - Forsaken Kin,PC,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 +/games/boxart/full_6787912AmericaFrontccc.png,Drova - Forsaken Kin,NS,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 +/games/boxart/full_2069537AmericaFrontccc.png,Drova - Forsaken Kin,XOne,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 +/games/boxart/full_5302261AmericaFrontccc.png,Drova - Forsaken Kin,XS,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 +/games/boxart/full_6007473AmericaFrontccc.png,Drova - Forsaken Kin,PS5,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 +/games/boxart/full_3864147AmericaFrontccc.png,Drova - Forsaken Kin,PS4,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 +/games/boxart/full_552961AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,XS,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 +/games/boxart/full_7579050AmericaFrontccc.png,Dungeons & Dragons: Dark Alliance,PC,Role-Playing,Tuque Games,Tuque Games,,,,,,,2020-12-01,2019-12-19 +/games/boxart/full_5598223AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,PS4,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 +/games/boxart/full_1086977AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,PS5,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 +/games/boxart/full_1984445AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,XOne,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 +/games/boxart/full_8942465AmericaFrontccc.jpg,Dungeons of Aether,PC,Role-Playing,Unknown,Dan Fornace,,,,,,,,2023-01-07 +/games/boxart/full_689963AmericaFrontccc.jpg,Dusk Diver,PC,Role-Playing,JFI Games,JFI Games,,,,,,,2019-12-01,2019-04-10 +/games/boxart/full_8042967AmericaFrontccc.jpg,Dusk Diver,NS,Role-Playing,JFI Games,JFI Games,,,,,,,2019-12-01,2019-04-10 +/games/boxart/full_8424329AmericaFrontccc.png,Earthlock,NS,Role-Playing,Snowcastle Games,CrossFunction,,,,,,,2018-03-08,2018-03-23 +/games/boxart/full_9484178AmericaFrontccc.png,Earthlock: Festival of Magic,WiiU,Role-Playing,Snowcastle Games,Snowcastle Games,,,,,,,2017-09-14,2018-01-10 +/games/boxart/full_53950PALFrontccc.jpg,Earthlock: Festival of Magic,PS4,Role-Playing,Unknown,Snowcastle Games,,,,,,,,2018-01-10 +/games/boxart/full_6833965PALFrontccc.jpg,Earthlock: Festival of Magic,XOne,Role-Playing,Unknown,Snowcastle Games,,,,,,,,2018-01-10 +/games/boxart/full_4356079PALFrontccc.jpg,Earthlock: Festival of Magic,PC,Role-Playing,Unknown,Snowcastle Games,,,,,,,,2018-01-10 +/games/boxart/full_4935898AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,PC,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 +/games/boxart/full_7240145AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,PS4,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 +/games/boxart/full_8870199AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,PS5,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 +/games/boxart/full_3991298AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,XOne,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 +/games/boxart/full_1119901AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,XS,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 +/games/boxart/full_4324383AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,NS,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 +/games/boxart/full_9801797AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,PS5,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 +/games/boxart/full_6434443AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,XOne,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 +/games/boxart/full_6072756AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,XS,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 +/games/boxart/full_5027906AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,PC,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 +/games/boxart/full_516957AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,PS4,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 +/games/boxart/full_5081355AmericaFrontccc.jpg,Elden Ring,XOne,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 +/games/boxart/full_2588650AmericaFrontccc.jpg,Elden Ring,PC,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 +/games/boxart/full_8359429AmericaFrontccc.jpg,Eldest Souls,PS4,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 +/games/boxart/full_786562AmericaFrontccc.jpg,Eldest Souls,PS5,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 +/games/boxart/full_5194772AmericaFrontccc.jpg,Eldest Souls,XOne,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 +/games/boxart/full_9058605AmericaFrontccc.jpg,Eldest Souls,XS,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 +/games/boxart/full_4037214AmericaFrontccc.jpg,Eldest Souls,NS,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 +/games/boxart/full_8266184AmericaFrontccc.jpg,Eldest Souls,PC,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 +/games/boxart/full_3562885AmericaFrontccc.jpg,ELEX II,PS5,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 +/games/boxart/full_9691021AmericaFrontccc.jpg,ELEX II,XOne,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 +/games/boxart/full_7433531AmericaFrontccc.jpg,ELEX II,XS,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 +/games/boxart/full_4345627AmericaFrontccc.jpg,ELEX II,PC,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 +/games/boxart/full_1913117AmericaFrontccc.jpg,ELEX II,PS4,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 +/games/boxart/full_2746958AmericaFrontccc.jpeg,Enclave HD,XOne,Role-Playing,Unknown,TopWare Interactive,,,,,,,,2022-08-17 +/games/boxart/full_6958302AmericaFrontccc.jpeg,Enclave HD,PS4,Role-Playing,Unknown,TopWare Interactive,,,,,,,,2022-08-17 +/games/boxart/full_4617258AmericaFrontccc.jpeg,Enclave HD,NS,Role-Playing,Unknown,TopWare Interactive,,,,,,,,2022-08-17 +/games/boxart/full_7102896AmericaFrontccc.jpg,Epic Battle Fantasy 3,PC,Role-Playing,Matt Roszak,Matt Roszak,,,,,,,2010-09-01,2019-04-17 +/games/boxart/full_1181237AmericaFrontccc.jpg,Epic Battle Fantasy 5,PC,Role-Playing,Matt Roszak,Matt Roszak,,,,,,,2018-11-30,2019-04-17 +/games/boxart/full_3979581AmericaFrontccc.jpg,Etrian Odyssey Origins Collection,NS,Role-Playing,Unknown,Atlus,,,,,,,,2023-05-02 +/games/boxart/full_3163193AmericaFrontccc.jpg,Etrian Odyssey Origins Collection,PC,Role-Playing,Unknown,Atlus,,,,,,,,2023-05-02 +/games/boxart/full_4172390AmericaFrontccc.jpg,Everhood,NS,Role-Playing,Unknown,Chris Nordgren,,,,,,,,2021-03-07 +/games/boxart/full_7099955AmericaFrontccc.jpg,Everhood,PC,Role-Playing,Unknown,Chris Nordgren,,,,,,,,2021-03-07 +/games/boxart/default.jpg,ExcaliBug,PC,Role-Playing,Dinamic Multimedia,Enigma Software Productions,,,,,,,2000-08-30,2018-01-07 +/games/boxart/full_1718499AmericaFrontccc.png,Fable,XS,Role-Playing,Xbox Game Studios,Playground Games,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_1229829AmericaFrontccc.jpg,Fable Legends,PC,Role-Playing,Microsoft Studios,Lionhead Studios,,,,,,,2016-12-31,2018-08-09 +/games/boxart/default.jpg,Fairy Fencer F Advent Dark Force,PC,Role-Playing,Unknown,Idea Factory,,,,,,,,2019-03-29 +/games/boxart/full_7842121AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,PC,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 +/games/boxart/full_3820867AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,PS4,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 +/games/boxart/full_4256583AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,PS5,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 +/games/boxart/full_7741564AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,NS,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 +/games/boxart/full_8873290AmericaFrontccc.jpg,Fairy Tail,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2019-12-02 +/games/boxart/full_4213803AmericaFrontccc.jpg,Fairy Tail,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2019-12-02 +/games/boxart/full_7083695AmericaFrontccc.jpg,Fairy Tail,PC,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2019-12-02 +/games/boxart/full_1647453AmericaFrontccc.jpg,Fallen Legion Revenants,NS,Role-Playing,NIS America,YummyYummyTummy,,,,,,,2021-02-16,2021-06-07 +/games/boxart/default.jpg,Fallen Legion: Flames of Rebellion,PS4,Role-Playing,Acttil,YummyYummyTummy,,,,,,,2017-12-12, +/games/boxart/full_7136866AmericaFrontccc.png,Fallout 3,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2008-10-28,2020-10-30 +/games/boxart/full_159111AmericaFrontccc.jpg,Fallout 76,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2018-11-14,2020-10-30 +/games/boxart/full_9888811AmericaFrontccc.jpg,Fallout: New Vegas,All,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2010-10-19,2020-10-30 +/games/boxart/full_9179566AmericaFrontccc.png,Fantasy Hero: Unsigned Legacy,NS,Role-Playing,Arc System Works,Arc System Works,,,,,,,2018-01-25,2018-03-12 +/games/boxart/full_2370071AmericaFrontccc.jpg,Fate/Samurai Remnant,NS,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 +/games/boxart/full_866447AmericaFrontccc.jpg,Fate/Samurai Remnant,PC,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 +/games/boxart/full_7727160AmericaFrontccc.jpg,Fate/Samurai Remnant,PS4,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 +/games/boxart/full_3549964AmericaFrontccc.jpg,Fate/Samurai Remnant,PS5,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 +/games/boxart/full_3799528AmericaFrontccc.png,Fear Effect Sedna,NS,Role-Playing,Square Enix,Sushee,,,,,,,2018-03-06,2018-01-05 +/games/boxart/full_6772036AmericaFrontccc.png,Fell Seal: Arbiter's Mark,PC,Role-Playing,1C Entertainment,6 Eyes Studio,,,,,,,2019-04-30,2019-09-14 +/games/boxart/default.jpg,Fell Seal: Arbiter's Mark,XOne,Role-Playing,Unknown,6 Eyes Studio,,,,,,,,2019-09-14 +/games/boxart/default.jpg,Fell Seal: Arbiter's Mark,PS4,Role-Playing,Unknown,6 Eyes Studio,,,,,,,,2019-09-14 +/games/boxart/full_9901832AmericaFrontccc.jpg,Fell Seal: Arbiter's Mark,NS,Role-Playing,Unknown,6 Eyes Studio,,,,,,,,2019-09-14 +/games/boxart/full_481375AmericaFrontccc.png,Feudal Alloy,NS,Role-Playing,Attu Games,Attu Games,,,,,,,2019-01-17,2019-05-14 +/games/boxart/default.jpg,Final Fantasy,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2024-01-24 +/games/boxart/full_5329029AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,And,Role-Playing,Square Enix,Square Enix,,,,,,,2020-08-27,2019-06-10 +/games/boxart/full_5568255AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-08-27,2019-06-10 +/games/boxart/full_4691277AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,PS4,Role-Playing,Square Enix,Square Enix,3.8,,,,,,2020-08-27,2019-04-10 +/games/boxart/full_5288522JapanFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-08-27,2019-04-10 +/games/boxart/default.jpg,Final Fantasy II,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2024-01-24 +/games/boxart/full_6285456AmericaFrontccc.png,Final Fantasy IX,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-02-10,2019-02-14 +/games/boxart/full_6552794AmericaFrontccc.png,Final Fantasy IX,NS,Role-Playing,Square Enix,GUILD STUDIO Inc.,,,,,,,2019-02-13,2019-02-14 +/games/boxart/full_2506402AmericaFrontccc.png,Final Fantasy IX,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2017-09-19,2019-02-14 +/games/boxart/full_6084999AmericaFrontccc.png,Final Fantasy IX,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-02-13,2019-02-14 +/games/boxart/default.jpg,Final Fantasy V,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2024-01-24 +/games/boxart/full_2193480AmericaFrontccc.png,Final Fantasy VII,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-26,2019-03-23 +/games/boxart/full_1987373AmericaFrontccc.jpg,Final Fantasy VII,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2015-12-05,2019-03-23 +/games/boxart/full_6941716AmericaFrontccc.png,Final Fantasy VII,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-26,2019-03-23 +/games/boxart/full_4348923AmericaFrontccc.png,Final Fantasy VII,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-07-07,2019-03-23 +/games/boxart/full_3867328AmericaFrontccc.png,Final Fantasy VII Rebirth,PS5,Role-Playing,Square Enix,Square Enix,,,,,,,2024-02-29,2022-10-28 +/games/boxart/full_7245092AmericaFrontccc.jpg,Final Fantasy VII Remake Intergrade,PS5,Role-Playing,Square Enix,Square Enix,,,,,,,2021-06-10,2021-05-20 +/games/boxart/full_9297309AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-01,2019-06-11 +/games/boxart/full_2434158AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-01,2019-06-11 +/games/boxart/full_4274669AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-03,2019-06-11 +/games/boxart/full_3289203AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-01,2019-06-11 +/games/boxart/full_1096613AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-04-16,2019-03-22 +/games/boxart/full_5477172AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-04-16,2019-03-22 +/games/boxart/full_7720900AmericaFrontccc.jpg,Final Fantasy XII: The Zodiac Age,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-04-30,2019-04-01 +/games/boxart/full_265004AmericaFrontccc.jpg,Final Fantasy XV Multiplayer: Comrades,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2018-12-13,2018-12-18 +/games/boxart/full_4747534AmericaFrontccc.jpg,Final Fantasy XV Multiplayer: Comrades,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2018-12-13,2018-12-18 +/games/boxart/full_978004AmericaFrontccc.jpg,Final Fantasy XV Pocket Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-06-06,2018-12-18 +/games/boxart/full_6200730AmericaFrontccc.png,Final Fantasy XV Pocket Edition,And,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-08,2018-09-07 +/games/boxart/full_4174359AmericaFrontccc.jpg,Final Fantasy XV Pocket Edition,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-08,2018-09-07 +/games/boxart/full_872471AmericaFrontccc.jpeg,Final Fantasy XV Pocket Edition HD,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-06,2018-12-18 +/games/boxart/full_4204365AmericaFrontccc.png,Final Fantasy XV Pocket Edition HD,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-13,2018-12-18 +/games/boxart/full_8769715AmericaFrontccc.jpeg,Final Fantasy XV Pocket Edition HD,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-06,2018-12-18 +/games/boxart/full_8667021AmericaFrontccc.png,Final Fantasy XVI,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2021-12-31,2020-09-16 +/games/boxart/full_283557AmericaFrontccc.png,Fire Emblem: Heroes,And,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2017-02-02,2018-01-06 +/games/boxart/full_95442AmericaFrontccc.png,Fire Emblem: Heroes,iOS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2017-02-02,2018-01-06 +/games/boxart/full_2540427AmericaFrontccc.jpg,Fire Emblem: Shadow Dragon and the Blade of Light,NS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2020-12-04,2021-01-22 +/games/boxart/full_4313489AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,XS,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 +/games/boxart/full_9293825AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,PC,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 +/games/boxart/full_8512341AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,PS4,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 +/games/boxart/full_2484107AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,PS5,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 +/games/boxart/full_9878409AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,XOne,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 +/games/boxart/full_6783543AmericaFrontccc.jpg,Four Legerrior,NS,Role-Playing,Kemco,Kemco,,,,,,,2019-06-06,2019-05-06 +/games/boxart/full_7126517AmericaFrontccc.jpg,Four Legerrior,XOne,Role-Playing,Kemco,Kemco,,,,,,,2019-05-08,2019-05-06 +/games/boxart/full_7675981AmericaFrontccc.jpg,Frane: Dragons' Odyssey,PC,Role-Playing,Kemco,Kemco,,,,,,,2019-04-05,2019-05-06 +/games/boxart/full_20291AmericaFrontccc.jpg,Frane: Dragons' Odyssey,XOne,Role-Playing,Kemco,Kemco,,,,,,,2019-04-05,2019-05-06 +/games/boxart/full_315339AmericaFrontccc.png,Frane: Dragons' Odyssey,NS,Role-Playing,Kemco,Kemco,,,,,,,2019-05-09,2019-05-06 +/games/boxart/default.jpg,Galaxy of Pen & Paper +1 Edition,PC,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-22 +/games/boxart/default.jpg,Game of Thrones,PSP,Role-Playing,Unknown,Nintendo,,,,,,,,2020-02-21 +/games/boxart/full_4545024AmericaFrontccc.jpg,Gamedec,PC,Role-Playing,Anshar Studios,Anshar Studios,,,,,,,2020-12-01,2019-08-13 +/games/boxart/full_6595039AmericaFrontccc.jpg,Garden Story,NS,Role-Playing,Unknown,Picogram,,,,,,,,2021-06-12 +/games/boxart/full_979216AmericaFrontccc.jpg,Garden Story,PC,Role-Playing,Unknown,Picogram,,,,,,,,2021-06-12 +/games/boxart/full_7647863AmericaFrontccc.jpg,Gateway to Apshai,CV,Role-Playing,Epyx,Epyx,,,,,,,1984-03-06,2021-10-18 +/games/boxart/default.jpg,Gibbéri:sh',2600,Role-Playing,Unknown,EA,,,,,,,,2018-01-04 +/games/boxart/full_4360017AmericaFrontccc.jpg,GLITCHED,PS4,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 +/games/boxart/full_4293218AmericaFrontccc.jpg,GLITCHED,XOne,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 +/games/boxart/full_7021100AmericaFrontccc.jpg,GLITCHED,NS,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 +/games/boxart/full_7816211AmericaFrontccc.jpg,GLITCHED,PC,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 +/games/boxart/full_4948594AmericaFrontccc.jpg,God Eater 3,NS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2019-07-12,2019-04-16 +/games/boxart/full_877364AmericaFrontccc.jpg,God Eater 3,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-02-08,2018-12-19 +/games/boxart/full_7661383AmericaFrontccc.jpg,Godfall,PC,Role-Playing,Gearbox Publishing,Counterplay Games,,,,,,,2020-11-12,2020-05-31 +/games/boxart/full_3958047AmericaFrontccc.jpg,Godfall,PS4,Role-Playing,Unknown,Counterplay Games,,,,,,,,2021-06-14 +/games/boxart/full_8340955AmericaFrontccc.jpg,Godfall,PS5,Role-Playing,Gearbox Publishing,Counterplay Games,,,,,,,2020-11-12,2020-05-31 +/games/boxart/full_4265479AmericaFrontccc.jpg,Godfall: Ultimate Edition,XS,Role-Playing,Unknown,Counterplay Games,,,,,,,,2022-04-06 +/games/boxart/full_6641018AmericaFrontccc.png,GOKEN,NS,Role-Playing,Gianty,Gianty,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_8688140AmericaFrontccc.jpg,Gothic (2021),PC,Role-Playing,THQ,THQ,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_6422274AmericaFrontccc.jpg,Gothic (2021),PS5,Role-Playing,THQ,THQ,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_6938201AmericaFrontccc.jpg,Gothic (2021),XS,Role-Playing,THQ,THQ,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_9416981AmericaFrontccc.jpg,Granblue Fantasy: Relink,PC,Role-Playing,Unknown,Cygames,,,,,,,,2022-04-27 +/games/boxart/full_3169914AmericaFrontccc.jpg,Granblue Fantasy: Relink,PS5,Role-Playing,Unknown,Cygames,,,,,,,,2022-04-27 +/games/boxart/full_2231951AmericaFrontccc.jpg,Granblue Fantasy: Relink,PS4,Role-Playing,Cygames,Cygames,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_1878988AmericaFrontccc.jpeg,Grandia HD Collection,NS,Role-Playing,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2019-08-16,2019-08-09 +/games/boxart/full_8229569AmericaFrontccc.jpeg,Grandia HD Collection,PC,Role-Playing,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2019-12-01,2019-08-09 +/games/boxart/full_5995647AmericaFrontccc.jpg,GreedFall,PS4,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2019-08-12 +/games/boxart/full_715837AmericaFrontccc.jpg,GreedFall,XOne,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2019-08-12 +/games/boxart/full_3934022AmericaFrontccc.jpg,GreedFall,PC,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2019-08-12 +/games/boxart/full_9263397AmericaFrontccc.jpg,GreedFall 2: The Dying World,PS5,Role-Playing,Unknown,Spiders,,,,,,,,2023-08-28 +/games/boxart/full_7187067AmericaFrontccc.jpg,GreedFall 2: The Dying World,XS,Role-Playing,Unknown,Spiders,,,,,,,,2023-08-28 +/games/boxart/full_9228951AmericaFrontccc.jpg,GreedFall 2: The Dying World,PC,Role-Playing,Unknown,Spiders,,,,,,,,2023-08-28 +/games/boxart/full_7878295AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,PS5,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 +/games/boxart/full_3155768AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,XOne,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 +/games/boxart/full_568345AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,XS,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 +/games/boxart/full_9478603AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,PC,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 +/games/boxart/full_6871642AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,PS4,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 +/games/boxart/full_3017574AmericaFrontccc.jpg,GRIME,PC,Role-Playing,Unknown,Clover Bite,,,,,,,,2022-02-09 +/games/boxart/full_3992441AmericaFrontccc.jpg,Hades,PS4,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2021-08-13,2021-06-15 +/games/boxart/full_6711644AmericaFrontccc.jpg,Hades,PS5,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-06-15 +/games/boxart/full_3890270AmericaFrontccc.jpg,Hades,XOne,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-06-15 +/games/boxart/full_8427914AmericaFrontccc.jpg,Hades,XS,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-06-15 +/games/boxart/default.jpg,Hakoniwa Explorer Plus,NS,Role-Playing,Unknown,suxamethonium,,,,,,,,2020-06-07 +/games/boxart/default.jpg,Hakoniwa Explorer Plus,PC,Role-Playing,Unknown,suxamethonium,,,,,,,,2020-06-07 +/games/boxart/full_4677928AmericaFrontccc.jpg,Hellpoint,NS,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 +/games/boxart/full_8237405AmericaFrontccc.jpg,Hellpoint,PC,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 +/games/boxart/full_7927919AmericaFrontccc.jpg,Hellpoint,PS4,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 +/games/boxart/full_1697756AmericaFrontccc.jpg,Hellpoint,XOne,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 +/games/boxart/full_1175281AmericaFrontccc.jpg,Hero Must Die. Again,NS,Role-Playing,Degica,Pyramid,,,,,,,2020-02-27,2020-02-13 +/games/boxart/full_7300241AmericaFrontccc.jpg,Hero Must Die. Again,PS4,Role-Playing,Degica,Pyramid,,,,,,,2020-02-26,2020-02-13 +/games/boxart/full_9090258AmericaFrontccc.jpg,Hero Must Die. Again,PC,Role-Playing,Degica,Pyramid,,,,,,,2020-02-26,2020-02-13 +/games/boxart/full_6489687AmericaFrontccc.jpg,Hero of the Kingdom III,PC,Role-Playing,Lonely Troops,Lonely Troops,,,,,,,2018-08-30,2019-04-21 +/games/boxart/full_4907115AmericaFrontccc.png,Heroes of the Monkey Tavern,NS,Role-Playing,Monkey Stories Games,Monkey Stories Games,,,,,,,2017-11-07,2018-02-04 +/games/boxart/full_7330348AmericaFrontccc.jpg,Heroine's Quest: The Herald of Ragnarok,PC,Role-Playing,Crystal Shard,Crystal Shard,,,,,,,2014-03-20,2019-04-21 +/games/boxart/full_4830951AmericaFrontccc.jpg,Heroland,NS,Role-Playing,Xseed Games,FuRyu,,,,,,,2019-12-01,2019-07-31 +/games/boxart/full_9071420AmericaFrontccc.jpg,Heroland,PS4,Role-Playing,Xseed Games,FuRyu,,,,,,,2019-12-01,2019-07-31 +/games/boxart/full_7306710AmericaFrontccc.jpg,Hogwarts Legacy,PC,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 +/games/boxart/full_4382214AmericaFrontccc.jpg,Hogwarts Legacy,PS4,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 +/games/boxart/full_1867430AmericaFrontccc.jpg,Hogwarts Legacy,XOne,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 +/games/boxart/full_1683224AmericaFrontccc.jpg,Hogwarts Legacy,XS,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 +/games/boxart/full_1602713AmericaFrontccc.jpg,Hogwarts Legacy,NS,Role-Playing,Unknown,Avalanche Software,,,,,,,,2023-02-23 +/games/boxart/full_4861547AmericaFrontccc.jpg,Honkai: Star Rail,PC,Role-Playing,Unknown,miHoYo,,,,,,,,2023-12-09 +/games/boxart/full_7085194AmericaFrontccc.jpg,Honkai: Star Rail,PS5,Role-Playing,Unknown,miHoYo,,,,,,,,2023-12-09 +/games/boxart/full_1618127AmericaFrontccc.png,Hyper Light Drifter - Special Edition,NS,Role-Playing,Abylight,Heart Machine,,,,,,,2018-09-06,2018-11-15 +/games/boxart/full_4528285AmericaFrontccc.png,Hytale,PC,Role-Playing,Hypixel Studios,Hypixel Studios,,,,,,,2020-12-01,2019-11-29 +/games/boxart/full_5646343AmericaFrontccc.jpg,Icewind Dale: Enhanced Edition,PS4,Role-Playing,Atari,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_6050820AmericaFrontccc.jpg,Icewind Dale: Enhanced Edition,XOne,Role-Playing,Atari,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_7269707AmericaFrontccc.jpg,Icewind Dale: Enhanced Edition,NS,Role-Playing,Atari,Overhaul Games,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_6480059AmericaFrontccc.jpg,Ikenfell,NS,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 +/games/boxart/full_7546119AmericaFrontccc.jpg,Ikenfell,PC,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 +/games/boxart/full_8090270AmericaFrontccc.jpg,Ikenfell,PS4,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 +/games/boxart/full_9106914AmericaFrontccc.jpg,Ikenfell,XOne,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 +/games/boxart/full_7753324AmericaFrontccc.jpg,Immortal Unchained,PC,Role-Playing,Unknown,Toadman Interactive,,,,,,,,2018-04-20 +/games/boxart/full_8831591JapanFrontccc.jpg,Inazuma Eleven 1-2-3!! Endou Mamoru Densetsu,3DS,Role-Playing,Level 5,Level 5,,,,,,,2012-12-27,2018-08-31 +/games/boxart/full_2381591AmericaFrontccc.jpg,Indivisible,PS4,Role-Playing,505 Games,Lab Zero Games,,,,,,,2019-10-08,2019-04-11 +/games/boxart/full_6339426AmericaFrontccc.jpg,Indivisible,PC,Role-Playing,505 Games,Lab Zero Games,,,,,,,2019-10-08,2019-04-11 +/games/boxart/full_2926149AmericaFrontccc.jpg,Indivisible,XOne,Role-Playing,505 Games,Lab Zero Games,,,,,,,2019-10-08,2019-04-11 +/games/boxart/full_2898953AmericaFrontccc.png,Indivisible,NS,Role-Playing,505 Games,Lab Zero Games,,,,,,,2020-12-30,2019-04-11 +/games/boxart/default.jpg,Iratus: Lord of the Dead,PC,Role-Playing,Unknown,Unfrozen,,,,,,,,2019-07-29 +/games/boxart/full_6832312AmericaFrontccc.jpg,Jack Move,XOne,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 +/games/boxart/full_2857290AmericaFrontccc.jpg,Jack Move,XS,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 +/games/boxart/full_7093451AmericaFrontccc.jpg,Jack Move,NS,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 +/games/boxart/full_8791942AmericaFrontccc.jpg,Jack Move,PC,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 +/games/boxart/full_5525947AmericaFrontccc.jpg,Jack Move,PS4,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 +/games/boxart/full_2396007AmericaFrontccc.jpg,Jack Move,PS5,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 +/games/boxart/full_2999333AmericaFrontccc.png,Joe Dever's Lone Wolf,NS,Role-Playing,Forge Reply,Forge Reply,,,,,,,2018-02-16,2018-03-12 +/games/boxart/full_3202269AmericaFrontccc.jpg,King of Seas,NS,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 +/games/boxart/full_7042649AmericaFrontccc.jpg,King of Seas,PC,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 +/games/boxart/full_4307537AmericaFrontccc.jpg,King of Seas,PS4,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 +/games/boxart/full_8652405AmericaFrontccc.jpg,King of Seas,XOne,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 +/games/boxart/full_8761077AmericaFrontccc.jpg,King's Bounty II,PC,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 +/games/boxart/full_6110397AmericaFrontccc.jpg,King's Bounty II,NS,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 +/games/boxart/full_7893967AmericaFrontccc.jpg,King's Bounty II,PS4,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 +/games/boxart/full_8258032AmericaFrontccc.jpg,King's Bounty II,XOne,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 +/games/boxart/default.jpg,Kingdom Hearts HD 1.5+2.5 ReMIX,XOne,Role-Playing,Unknown,Square Enix,,,,,,,,2021-08-12 +/games/boxart/full_2054894AmericaFrontccc.jpg,Kingdom Hearts HD II.8 Final Chapter Prologue,XOne,Role-Playing,Square,Square Enix,,,,,,,2020-02-18,2020-02-13 +/games/boxart/full_5923100AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning,PC,Role-Playing,THQ Nordic,Kaiko,,,,,,,2020-09-08,2020-07-09 +/games/boxart/full_2844995AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning,PS4,Role-Playing,THQ Nordic,Kaiko,,,,,,,2020-09-08,2020-07-09 +/games/boxart/full_2903711AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning,XOne,Role-Playing,THQ Nordic,Kaiko,,,,,,,2020-09-08,2020-07-09 +/games/boxart/full_8765552AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,XOne,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 +/games/boxart/full_6465139AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,NS,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 +/games/boxart/full_2403378AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,PC,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 +/games/boxart/full_5480944AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,PS4,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 +/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,PC,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 +/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,NS,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 +/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,XOne,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 +/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,PS4,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 +/games/boxart/full_3884685JapanFrontccc.png,Kono Subarashii Sekai ni Shukufuku o! Kibo no Meikyu to Tsudoishi Bokenshatachi,PS4,Role-Playing,Entergram,Entergram,,,,,,,2019-06-27,2019-05-06 +/games/boxart/full_2931786JapanFrontccc.png,Kono Subarashii Sekai ni Shukufuku o! Kibo no Meikyu to Tsudoishi Bokenshatachi,PSV,Role-Playing,Entergram,Entergram,,,,,,,2019-06-27,2019-05-06 +/games/boxart/full_218796JapanFrontccc.jpg,Langrisser I & II,NS,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2019-04-18,2019-03-22 +/games/boxart/full_5334832JapanFrontccc.jpg,Langrisser I & II,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2019-04-18,2019-03-22 +/games/boxart/full_3267549AmericaFrontccc.jpg,Last Days,PC,Role-Playing,2ndDimensionGhost,CrackedGhostGames,,,,,,,2016-06-17,2019-04-21 +/games/boxart/full_9529796AmericaFrontccc.png,Legend of Mana,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2021-02-18 +/games/boxart/full_2451010AmericaFrontccc.png,Legend of Mana,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2021-06-24,2021-02-17 +/games/boxart/full_5055587AmericaFrontccc.png,Legend of Mana,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2021-02-18 +/games/boxart/full_8687216AmericaFrontccc.jpg,Legrand Legacy: Tale of the Fatebounds,PC,Role-Playing,Another Indie,Semisoft,,,,,,,2018-01-24,2019-01-02 +/games/boxart/full_7835277AmericaFrontccc.png,Legrand Legacy: Tale of the Fatebounds,NS,Role-Playing,Another Indie,Semisoft,,,,,,,2019-01-24,2019-01-02 +/games/boxart/full_573724AmericaFrontccc.jpg,Lies of P,PS5,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 +/games/boxart/full_8913385AmericaFrontccc.jpg,Lies of P,XOne,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 +/games/boxart/full_9914851AmericaFrontccc.jpg,Lies of P,XS,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 +/games/boxart/full_204235AmericaFrontccc.jpg,Lies of P,PC,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 +/games/boxart/full_7402802AmericaFrontccc.jpg,Lies of P,PS4,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 +/games/boxart/full_3031093AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,XOne,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 +/games/boxart/full_2366406AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,XS,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 +/games/boxart/full_9784009AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,PC,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 +/games/boxart/full_4288816AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,PS4,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 +/games/boxart/full_6312117AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,PS5,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 +/games/boxart/full_1403691JapanFrontccc.jpg,Little Battlers eXperience,PSP,Role-Playing,Level 5,Level 5,,,,,,,2011-06-16,2018-08-31 +/games/boxart/full_8918901JapanFrontccc.jpg,Little Battlers eXperience Boost,PSP,Role-Playing,Level 5,Level 5,,,,,,,2011-11-23,2018-08-31 +/games/boxart/full_3734194AmericaFrontccc.jpg,Little Town Hero,PS4,Role-Playing,Game Freak,Game Freak,,,,,,,2020-06-23,2020-04-07 +/games/boxart/default.jpg,Little Town Hero,XOne,Role-Playing,Unknown,Game Freak,,,,,,,,2020-07-26 +/games/boxart/full_7504202AmericaFrontccc.jpg,Little Town Hero,NS,Role-Playing,NIS America,Game Freak,,,,,,,2020-06-23,2020-07-26 +/games/boxart/default.jpg,Little Town Hero,PC,Role-Playing,Unknown,Game Freak,,,,,,,,2020-07-26 +/games/boxart/full_2509892AmericaFrontccc.jpg,Littlewood,NS,Role-Playing,SmashGames,Sean Young,,,,,,,2021-02-25,2021-01-13 +/games/boxart/full_1712746AmericaFrontccc.jpg,Littlewood,PC,Role-Playing,Unknown,Sean Young,,,,,,,,2021-01-13 +/games/boxart/full_8890215AmericaFrontccc.jpg,Loop8: Summer of Gods,NS,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 +/games/boxart/full_6492016AmericaFrontccc.jpg,Loop8: Summer of Gods,PC,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 +/games/boxart/full_1381395AmericaFrontccc.jpg,Loop8: Summer of Gods,PS4,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 +/games/boxart/full_2461640AmericaFrontccc.jpg,Loop8: Summer of Gods,XOne,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 +/games/boxart/full_7358631AmericaFrontccc.jpg,Lords of the Fallen (2023),PC,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-05-20 +/games/boxart/full_1583203AmericaFrontccc.jpg,Lords of the Fallen (2023),PS5,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-05-20 +/games/boxart/full_6457113AmericaFrontccc.jpg,Lords of the Fallen (2023),XS,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-05-20 +/games/boxart/full_4821402AmericaFrontccc.jpg,Lost Ark,PC,Role-Playing,Unknown,Smilegate RPG,,,,,,,,2021-06-14 +/games/boxart/default.jpg,Maison de Maou,NS,Role-Playing,Unknown,Bergsala Lightweight,,,,,,,,2018-03-03 +/games/boxart/full_2893704AmericaFrontccc.jpg,Marvel's Midnight Suns,PS4,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 +/games/boxart/full_9537433AmericaFrontccc.jpg,Marvel's Midnight Suns,PS5,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 +/games/boxart/full_6057285AmericaFrontccc.jpg,Marvel's Midnight Suns,XOne,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 +/games/boxart/full_4041422AmericaFrontccc.jpg,Marvel's Midnight Suns,XS,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 +/games/boxart/full_1132346AmericaFrontccc.jpg,Marvel's Midnight Suns,NS,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 +/games/boxart/full_8677673AmericaFrontccc.jpg,Marvel's Midnight Suns,PC,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 +/games/boxart/full_6139644JapanFrontccc.jpg,Mary Skelter 2,NS,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2019-10-22,2019-08-12 +/games/boxart/default.jpg,Mary Skelter: Nightmares,PC,Role-Playing,Unknown,Compile Heart,,,,,,,,2018-06-28 +/games/boxart/full_1853145AmericaFrontccc.jpeg,Mass Effect Legendary Edition,PC,Role-Playing,Unknown,BioWare,,,,,,,,2021-04-09 +/games/boxart/full_477306AmericaFrontccc.jpeg,Mass Effect Legendary Edition,PS4,Role-Playing,Unknown,BioWare,,,,,,,,2021-04-09 +/games/boxart/full_6090788AmericaFrontccc.jpeg,Mass Effect Legendary Edition,XOne,Role-Playing,Unknown,BioWare,,,,,,,,2021-04-09 +/games/boxart/full_5176518AmericaFrontccc.jpg,Mechajammer,PC,Role-Playing,Unknown,Whalenought Studios,,,,,,,,2021-06-14 +/games/boxart/full_5250089AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,NS,Role-Playing,Unknown,Capcom,,,,,,,,2023-03-01 +/games/boxart/full_7233296AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,PC,Role-Playing,Unknown,Capcom,,,,,,,,2023-03-01 +/games/boxart/full_3290088AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,PS4,Role-Playing,Unknown,Capcom,,,,,,,,2023-03-01 +/games/boxart/full_5882497AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,All,Role-Playing,Capcom,Capcom,,,,,,,2023-04-14,2023-10-30 +/games/boxart/full_427502AmericaFrontccc.png,Mercenaries Wings: The False Phoenix,NS,Role-Playing,Unknown,RideonT2,,,,,,,,2018-07-02 +/games/boxart/full_7331009JapanFrontccc.jpg,Metal Max Xeno: Reborn,NS,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2020-09-10,2020-05-16 +/games/boxart/full_3319953JapanFrontccc.jpg,Metal Max Xeno: Reborn,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2020-09-10,2020-05-16 +/games/boxart/default.jpg,Metal Max Xeno: Reborn 2,PS4,Role-Playing,Unknown,Kadokawa Games,,,,,,,,2020-05-16 +/games/boxart/default.jpg,Metal Max Xeno: Reborn 2,NS,Role-Playing,Unknown,Kadokawa Games,,,,,,,,2020-05-16 +/games/boxart/full_3959840AmericaFrontccc.jpg,Mewgenics,PC,Role-Playing,Unknown,Edmund McMillen,,,,,,,,2023-10-03 +/games/boxart/full_3317162AmericaFrontccc.jpg,Might & Magic: Clash of Heroes - Definitive Edition,NS,Role-Playing,Unknown,DotEmu,,,,,,,,2023-07-06 +/games/boxart/full_6126905AmericaFrontccc.jpg,Might & Magic: Clash of Heroes - Definitive Edition,PC,Role-Playing,Unknown,DotEmu,,,,,,,,2023-07-06 +/games/boxart/full_7882146AmericaFrontccc.jpg,Might & Magic: Clash of Heroes - Definitive Edition,PS4,Role-Playing,Unknown,DotEmu,,,,,,,,2023-07-06 +/games/boxart/full_4776069AmericaFrontccc.jpg,Monark,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 +/games/boxart/full_3904885AmericaFrontccc.jpg,Monark,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 +/games/boxart/full_3697410AmericaFrontccc.jpg,Monark,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 +/games/boxart/full_1241568AmericaFrontccc.jpg,Monark,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 +/games/boxart/full_9295359AmericaFrontccc.jpg,Monster Hunter Riders,And,Role-Playing,Capcom,Capcom,,,,,,,2020-12-01,2020-01-29 +/games/boxart/full_1291301AmericaFrontccc.jpg,Monster Hunter Riders,iOS,Role-Playing,Capcom,Capcom,,,,,,,2020-12-01,2020-01-29 +/games/boxart/full_5488219AmericaFrontccc.jpg,Monster Hunter Stories 2: Wings of Ruin,PC,Role-Playing,Capcom,Capcom,,,,,,,2021-07-09,2021-07-20 +/games/boxart/full_2821095AmericaFrontccc.jpg,Monster Hunter Wilds,PC,Role-Playing,Unknown,Capcom,,,,,,,,2023-12-08 +/games/boxart/full_6863467AmericaFrontccc.jpg,Monster Hunter Wilds,PS5,Role-Playing,Unknown,Capcom,,,,,,,,2023-12-08 +/games/boxart/full_4272263AmericaFrontccc.jpg,Monster Hunter Wilds,XS,Role-Playing,Unknown,Capcom,,,,,,,,2023-12-08 +/games/boxart/full_9539837AmericaFrontccc.png,Monster Hunter World: Iceborne,PC,Role-Playing,Capcom,Capcom,,,,,,,2019-01-09,2019-06-13 +/games/boxart/full_8651375AmericaFrontccc.png,Monster Hunter World: Iceborne,PS4,Role-Playing,Capcom,Capcom,,,,,,,2019-09-06,2019-06-13 +/games/boxart/full_9081463AmericaFrontccc.png,Monster Hunter World: Iceborne,XOne,Role-Playing,Capcom,Capcom,,,,,,,2019-09-06,2019-06-13 +/games/boxart/full_1047185AmericaFrontccc.jpg,Monster Rancher 1 & 2 DX,NS,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-12-09,2021-08-27 +/games/boxart/full_1481387AmericaFrontccc.jpg,Monster Rancher 1 & 2 DX,PC,Role-Playing,Unknown,Koei Tecmo Games,,,,,,,,2021-08-27 +/games/boxart/full_4271732AmericaFrontccc.jpg,Monster Slayers,XOne,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 +/games/boxart/full_7292466AmericaFrontccc.jpg,Monster Slayers,NS,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 +/games/boxart/full_5917758AmericaFrontccc.jpg,Monster Slayers,PC,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 +/games/boxart/full_858789AmericaFrontccc.jpg,Monster Slayers,PS4,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 +/games/boxart/full_4029341AmericaFrontccc.jpg,Moon: Remix RPG Adventure,NS,Role-Playing,Onion Games,Lovedelic,,,,,,,2020-08-27,2020-08-01 +/games/boxart/full_1944952AmericaFrontccc.jpg,Moonlighter,XOne,Role-Playing,11 bit studios,Digital Sun,,,,,,,2018-05-29,2018-06-03 +/games/boxart/full_5984282AmericaFrontccc.jpg,Moonlighter,PC,Role-Playing,11 bit studios,Digital Sun,,,,,,,2018-05-29,2018-06-03 +/games/boxart/full_4154018AmericaFrontccc.jpg,Moonstone: A Hard Days Knight,PC,Role-Playing,Mindscape,Mindscape,,,,,,,1992-11-23,2018-03-06 +/games/boxart/full_3684742AmericaFrontccc.jpg,Mortal Shell,PC,Role-Playing,Playstack,Cold Symmetry,,,,,,,2020-08-18,2020-08-16 +/games/boxart/full_1488962AmericaFrontccc.jpg,Mortal Shell,PS4,Role-Playing,Playstack,Cold Symmetry,,,,,,,2020-08-18,2020-08-16 +/games/boxart/full_8252910AmericaFrontccc.jpg,Mortal Shell,XOne,Role-Playing,Playstack,Cold Symmetry,,,,,,,2020-08-18,2020-08-16 +/games/boxart/full_7232742AmericaFrontccc.jpg,Mount & Blade II: Bannerlord,PC,Role-Playing,Taleworlds,Taleworlds,,,,,,,2020-12-01,2019-07-02 +/games/boxart/full_5444519AmericaFrontccc.png,Mutant Year Zero: Road to Eden Deluxe Edition,NS,Role-Playing,Funcom,Fun Com,,,,,,,2018-12-04,2019-03-20 +/games/boxart/full_8721348AmericaFrontccc.png,NECROMANCER,WiiU,Role-Playing,Konami,Konami,,,,,,,2018-02-01,2020-10-06 +/games/boxart/full_4658023AmericaFrontccc.jpg,Nelke & the Legendary Alchemists: Ateliers of the New World,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-03-26,2019-02-06 +/games/boxart/full_3475323AmericaFrontccc.jpg,Nelke & the Legendary Alchemists: Ateliers of the New World,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-03-26,2019-02-06 +/games/boxart/full_2642501JapanFrontccc.jpg,Nelke & the Legendary Alchemists: Ateliers of the New World,PSV,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-01-31,2019-02-06 +/games/boxart/full_9851590AmericaFrontccc.jpg,Neo: The World Ends with You,PC,Role-Playing,Unknown,h.a.n.d. Inc.,,,,,,,,2021-08-03 +/games/boxart/full_5599835AmericaFrontccc.jpg,Neo: The World Ends with You,PS4,Role-Playing,Square Enix,h.a.n.d. Inc.,,,,,,,2021-07-27,2021-08-03 +/games/boxart/full_4325379AmericaFrontccc.jpg,Neo: The World Ends with You,NS,Role-Playing,Square Enix,h.a.n.d. Inc.,,,,,,,2021-07-27,2021-08-03 +/games/boxart/full_9219658AmericaFrontccc.jpg,Neptunia Virtual Stars,PC,Role-Playing,Unknown,Idea Factory,,,,,,,,2021-02-10 +/games/boxart/full_6026443AmericaFrontccc.jpg,Neptunia Virtual Stars,PS4,Role-Playing,Unknown,Idea Factory,,,,,,,,2021-02-10 +/games/boxart/full_4605576AmericaFrontccc.png,Neptunia x Senran Kagura: Ninja Wars,PS4,Role-Playing,Unknown,Compile Heart,,,,,,,,2021-09-11 +/games/boxart/default.jpg,NEUTOPIA,WiiU,Role-Playing,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,NEUTOPIA II,WiiU,Role-Playing,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_7152667AmericaFrontccc.png,Neverwinter Nights: Enhanced Edition,NS,Role-Playing,Beamdog,BioWare,,,,,,,2019-12-03,2019-06-16 +/games/boxart/full_7709873AmericaFrontccc.png,Neverwinter Nights: Enhanced Edition,PS4,Role-Playing,Beamdog,BioWare,,,,,,,2019-12-03,2019-06-16 +/games/boxart/full_5646811AmericaFrontccc.png,Neverwinter Nights: Enhanced Edition,XOne,Role-Playing,Beamdog,BioWare,,,,,,,2019-12-03,2019-06-16 +/games/boxart/full_3622369AmericaFrontccc.jpg,Nexomon,And,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 +/games/boxart/full_6878710AmericaFrontccc.jpg,Nexomon,PC,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 +/games/boxart/full_4314565PALFrontccc.jpg,Nexomon,NS,Role-Playing,PQube,"LIME TURTLE, INC.",,,,,,,2021-09-17,2021-11-07 +/games/boxart/full_1261245AmericaFrontccc.jpg,Nexomon: Extinction,PS4,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 +/games/boxart/full_3260077AmericaFrontccc.jpg,Nexomon: Extinction,PC,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 +/games/boxart/full_7962242AmericaFrontccc.jpg,Nexomon: Extinction,NS,Role-Playing,PQube,"LIME TURTLE, INC.",,,,,,,2020-08-28,2021-01-17 +/games/boxart/full_4842188AmericaFrontccc.jpg,Nexomon: Extinction,XOne,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 +/games/boxart/default.jpg,Ni no Kuni II: Revenant Kingdom - Prince's Edition,NS,Role-Playing,Unknown,Level 5,,,,,,,,2021-11-08 +/games/boxart/full_6282943AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch,NS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2019-09-20,2019-06-13 +/games/boxart/full_199387AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch Remastered,XOne,Role-Playing,Namco Bandai Games,Level 5,,,,,,,2019-09-20,2019-06-13 +/games/boxart/full_2795998AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch Remastered,PS4,Role-Playing,Namco Bandai Games,Level 5,,,,,,,2019-09-20,2019-06-13 +/games/boxart/full_2781209AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,XOne,Role-Playing,Square Enix,Toylogic,,,,,,,2021-04-23,2021-03-04 +/games/boxart/full_3349420AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,PS4,Role-Playing,Square Enix,Toylogic,,,,,,,2021-04-23,2021-03-04 +/games/boxart/full_8516570AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,PC,Role-Playing,Square Enix,Toylogic,,,,,,,2021-04-23,2021-03-04 +/games/boxart/full_3202988AmericaFrontccc.jpg,NieR: Automata,XOne,Role-Playing,Square Enix,PlatinumGames,,,,,,,2018-06-26,2020-08-05 +/games/boxart/full_6678281AmericaFrontccc.jpg,NieR: Automata The End of YoRHa Edition,NS,Role-Playing,Square Enix,PlatinumGames,,,,,,,2022-10-06,2022-06-28 +/games/boxart/full_887931AmericaFrontccc.jpg,No Rest for the Wicked,PC,Role-Playing,Unknown,Moon Studios,,,,,,,,2023-12-07 +/games/boxart/full_6200451AmericaFrontccc.jpg,No Rest for the Wicked,PS5,Role-Playing,Unknown,Moon Studios,,,,,,,,2023-12-07 +/games/boxart/full_1829373AmericaFrontccc.jpg,No Rest for the Wicked,XS,Role-Playing,Unknown,Moon Studios,,,,,,,,2023-12-07 +/games/boxart/full_5184581AmericaFrontccc.jpg,Nobody Saves the World,PC,Role-Playing,Unknown,DrinkBox Studios,,,,,,,,2021-08-27 +/games/boxart/full_8220518AmericaFrontccc.jpg,Nobody Saves the World,XOne,Role-Playing,Unknown,DrinkBox Studios,,,,,,,,2021-08-27 +/games/boxart/full_2393477AmericaFrontccc.jpg,Nobody Saves the World,XS,Role-Playing,Unknown,DrinkBox Studios,,,,,,,,2021-08-27 +/games/boxart/full_6199356AmericaFrontccc.png,Nth^0: Infinity Reborn,PC,Role-Playing,KITATUS,KITATUS STUDIOS,,,,,,,2021-02-28,2020-08-24 +/games/boxart/full_8155103AmericaFrontccc.png,Nth^0: Infinity Reborn,PS5,Role-Playing,KITATUS,KITATUS STUDIOS,,,,,,,2021-02-28,2020-08-24 +/games/boxart/full_8179291AmericaFrontccc.png,Nth^0: Infinity Reborn,XS,Role-Playing,KITATUS,KITATUS STUDIOS,,,,,,,2021-02-28,2020-08-24 +/games/boxart/full_8874485AmericaFrontccc.jpg,Ocean's Heart,NS,Role-Playing,Unknown,Max Mraz,,,,,,,,2022-01-24 +/games/boxart/full_4300589AmericaFrontccc.jpg,Ocean's Heart,PC,Role-Playing,Unknown,Max Mraz,,,,,,,,2022-01-24 +/games/boxart/full_2900570AmericaFrontccc.jpg,Octopath Traveler,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-06-07,2019-04-15 +/games/boxart/full_7253486AmericaFrontccc.jpg,Octopath Traveler II,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_1096104AmericaFrontccc.jpg,Octopath Traveler II,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2023-02-24,2022-09-13 +/games/boxart/full_6226214AmericaFrontccc.jpg,Octopath Traveler II,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_3227141AmericaFrontccc.jpg,Octopath Traveler II,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 +/games/boxart/full_4921679AmericaFrontccc.jpg,Okage: Shadow King,PS4,Role-Playing,Sony Computer Entertainment,Zener Works,,,,,,,2016-03-22,2018-09-15 +/games/boxart/full_8292600AmericaFrontccc.jpg,Omega Quintet,PC,Role-Playing,Ghostlight,Compile Heart,,,,,,,2017-12-15,2019-01-02 +/games/boxart/full_366069AmericaFrontccc.png,One More Dungeon,NS,Role-Playing,Ratalaika Games,Ratalaika Games,,,,,,,2017-12-14,2018-03-25 +/games/boxart/full_1668279AmericaFrontccc.png,One Piece Odyssey,All,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 +/games/boxart/full_8189084AmericaFrontccc.png,One Piece Odyssey,PC,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 +/games/boxart/full_488473AmericaFrontccc.png,One Piece Odyssey,PS4,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 +/games/boxart/full_440135AmericaFrontccc.png,One Piece Odyssey,PS5,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 +/games/boxart/full_5427941AmericaFrontccc.png,One Piece Odyssey,XS,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 +/games/boxart/default.jpg,One Way Heroics,PS4,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2018-01-06 +/games/boxart/default.jpg,One Way Heroics,PSV,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2018-01-06 +/games/boxart/default.jpg,One Way Heroics Plus,NS,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2020-06-07 +/games/boxart/full_2203166AmericaFrontccc.jpg,Outward,OSX,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 +/games/boxart/full_5521452AmericaFrontccc.jpg,Outward,Linux,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 +/games/boxart/full_9568213AmericaFrontccc.jpg,Outward,XOne,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 +/games/boxart/full_561542AmericaFrontccc.jpg,Outward,PC,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 +/games/boxart/full_6458221AmericaFrontccc.jpg,Outward,PS4,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 +/games/boxart/full_9376807AmericaFrontccc.jpg,Palworld,XOne,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 +/games/boxart/full_2679093AmericaFrontccc.jpg,Palworld,XS,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 +/games/boxart/full_4787223AmericaFrontccc.jpg,Paper Mario: The Thousand-Year Door,NS,Role-Playing,Unknown,Intelligent Systems,,,,,,,,2023-09-14 +/games/boxart/full_4720337AmericaFrontccc.jpg,Path of Exile,XOne,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2017-08-24,2018-01-03 +/games/boxart/full_8624115AmericaFrontccc.jpg,Path of Exile,PC,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2013-10-23,2018-01-03 +/games/boxart/full_7975499AmericaFrontccc.jpg,Path of Exile,PS4,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2019-03-26,2018-11-06 +/games/boxart/full_2189384AmericaFrontccc.png,Path of Exile 2,PC,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2020-12-01,2019-11-26 +/games/boxart/full_3892481AmericaFrontccc.jpg,Pathfinder: Kingmaker,NS,Role-Playing,Deep Silver,Owlcat Games,,,,,,,2020-12-25,2018-11-18 +/games/boxart/full_2299559AmericaFrontccc.jpg,Persona 3 Reload,PC,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 +/games/boxart/full_9795602AmericaFrontccc.jpg,Persona 3 Reload,XOne,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 +/games/boxart/full_2329504AmericaFrontccc.jpg,Persona 3 Reload,PS4,Role-Playing,Unknown,Atlus,,,,,,,,2023-08-28 +/games/boxart/full_4386330AmericaFrontccc.jpg,Persona 3 Reload,XS,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 +/games/boxart/full_7687456AmericaFrontccc.jpg,Persona 3 Reload,PS5,Role-Playing,Unknown,Atlus,,,,,,,,2023-08-28 +/games/boxart/full_323953AmericaFrontccc.jpg,Persona 5 Royal,PC,Role-Playing,Unknown,Atlus,,,,,,,,2022-11-07 +/games/boxart/full_838494AmericaFrontccc.jpg,Persona 5 Royal,XOne,Role-Playing,Atlus,Atlus,,,,,,,2022-10-21,2022-11-07 +/games/boxart/full_6938512AmericaFrontccc.jpeg,Persona 5 Royal,NS,Role-Playing,Sega,Atlus,,,,,,,2022-10-21,2022-11-07 +/games/boxart/full_1107677AmericaFrontccc.jpg,Persona 5 Strikers,PC,Role-Playing,Unknown,Omega Force,,,,,,,,2021-07-30 +/games/boxart/full_4268715AmericaFrontccc.png,Persona 5 Tactica,PS5,Role-Playing,Unknown,Atlus,,,,,,,,2023-09-24 +/games/boxart/full_5991759AmericaFrontccc.png,Persona 5 Tactica,PC,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 +/games/boxart/full_842618AmericaFrontccc.png,Persona 5 Tactica,NS,Role-Playing,Unknown,Atlus,,,,,,,,2023-09-24 +/games/boxart/full_338671AmericaFrontccc.png,Persona 5 Tactica,XOne,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 +/games/boxart/full_8078009AmericaFrontccc.png,Persona 5 Tactica,PS4,Role-Playing,Unknown,Atlus,,,,,,,,2023-09-24 +/games/boxart/full_6718155AmericaFrontccc.png,Persona 5 Tactica,XS,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 +/games/boxart/default.jpg,Phantasie IV: Birth of Heroes,PC,Role-Playing,Unknown,Strategic Simulations,,,,,,,,2021-03-25 +/games/boxart/full_7334773AmericaFrontccc.jpg,Phantasy Star Online 2,XOne,Role-Playing,Sega,Sega,,,,,,,2020-04-14,2020-05-11 +/games/boxart/full_6814136AmericaFrontccc.jpg,Pillars of Eternity II: Deadfire,NS,Role-Playing,Versus Evil,Red Cerberus,,,,,,,2018-12-30,2018-02-06 +/games/boxart/full_257993AmericaFrontccc.jpg,Pillars of Eternity II: Deadfire,PS4,Role-Playing,Versus Evil,Obsidian Entertainment,,,,,,,2020-01-28,2022-10-09 +/games/boxart/full_12960AmericaFrontccc.jpg,Pillars of Eternity: Complete Edition,NS,Role-Playing,Versus Evil,Obsidian Entertainment,,,,,,,2019-08-08,2019-07-27 +/games/boxart/full_4680278AmericaFrontccc.jpg,Pixel Piracy,XOne,Role-Playing,505 Games,Quadro Delta,,,,,,,2016-02-16,2018-08-09 +/games/boxart/full_1940050AmericaFrontccc.jpg,Pixel Piracy,PS4,Role-Playing,505 Games,Quadro Delta,,,,,,,2016-02-16,2018-08-09 +/games/boxart/full_7304800AmericaFrontccc.jpg,Planescape Torment: Enhanced Edition,Linux,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 +/games/boxart/full_6500900AmericaFrontccc.png,Planescape Torment: Enhanced Edition,And,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 +/games/boxart/full_4914562AmericaFrontccc.png,Planescape Torment: Enhanced Edition,iOS,Role-Playing,Overhaul Games,Overhaul Games,,,,,,,2017-04-11,2019-04-05 +/games/boxart/full_2290044AmericaFrontccc.jpg,Planescape Torment: Enhanced Edition,OSX,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 +/games/boxart/full_3910123AmericaFrontccc.jpg,Planescape: Torment: Enhanced Edition,XOne,Role-Playing,Beamdog,Black Isle Studios,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_7657990AmericaFrontccc.jpg,Planescape: Torment: Enhanced Edition,PS4,Role-Playing,Beamdog,Black Isle Studios,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_3015874AmericaFrontccc.jpg,Planescape: Torment: Enhanced Edition,NS,Role-Playing,Beamdog,Black Isle Studios,,,,,,,2019-09-24,2019-06-08 +/games/boxart/full_6354232AmericaFrontccc.png,Pokémon GO,iOS,Role-Playing,Niantic,Niantic Labs,6,,,,,,2016-07-06,2018-08-03 +/games/boxart/full_1422254AmericaFrontccc.png,Pokémon GO,And,Role-Playing,Niantic,Niantic Labs,,,,,,,2016-07-06,2018-08-03 +/games/boxart/full_1053329JapanFrontccc.png,Pokémon Red/Green/Blue/Yellow,3DS,Role-Playing,Nintendo,Game Freak,,,,,,,2016-02-27,2022-03-23 +/games/boxart/full_483986AmericaFrontccc.png,Pools of Darkness,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1991-01-01,2021-03-22 +/games/boxart/default.jpg,Project Awakening,PS4,Role-Playing,Unknown,Cygames,,,,,,,,2019-03-30 +/games/boxart/full_5377714AmericaFrontccc.jpg,Project Witchstone,XOne,Role-Playing,SpearHead Games,Spearhead Games,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_2661233AmericaFrontccc.jpg,Project Witchstone,PC,Role-Playing,SpearHead Games,Spearhead Games,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_624710AmericaFrontccc.jpg,Project Witchstone,PS4,Role-Playing,SpearHead Games,Spearhead Games,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_4792450AmericaFrontccc.png,Pyre,PS4,Role-Playing,Supergiant Games,Supergiant Games,8.9,,,,,,2017-07-25,2017-12-17 +/games/boxart/full_8050858AmericaFrontccc.png,Quest of Dungeons,NS,Role-Playing,Upfall Studios,Upfall Studios,,,,,,,2017-09-14,2018-03-25 +/games/boxart/full_803363AmericaFrontccc.jpg,Record of Agarest War Mariage,PC,Role-Playing,Idea Factory International,Idea Factory,,,,,,,2019-02-01,2019-04-25 +/games/boxart/full_9303587AmericaFrontccc.png,Reigns: Kings & Queens,NS,Role-Playing,Devolver Digital,Nerial,,,,,,,2018-05-01,2018-03-25 +/games/boxart/full_1406255AmericaFrontccc.jpg,Remnant 2,PC,Role-Playing,Unknown,Gunfire Games,,,,,,,,2022-12-09 +/games/boxart/full_1186005AmericaFrontccc.jpg,Remnant 2,PS5,Role-Playing,Unknown,Gunfire Games,,,,,,,,2022-12-09 +/games/boxart/full_7642278AmericaFrontccc.jpg,Remnant 2,XS,Role-Playing,Unknown,Gunfire Games,,,,,,,,2022-12-09 +/games/boxart/default.jpg,Resonance of Fate 4K/HD Edition,PS4,Role-Playing,Unknown,tri-Ace,,,,,,,,2019-03-30 +/games/boxart/default.jpg,Resonance of Fate 4K/HD Edition,PC,Role-Playing,Unknown,tri-Ace,,,,,,,,2019-03-30 +/games/boxart/full_2473052AmericaFrontccc.png,Revenant Saga,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2017-10-19,2018-03-25 +/games/boxart/default.jpg,Revenant Saga,WiiU,Role-Playing,Unknown,Exe Create Inc.,,,,,,,,2020-08-25 +/games/boxart/full_3766249AmericaFrontccc.jpg,Reverse Collapse: Code Name Bakery,PC,Role-Playing,X.D. Network Inc.,Sunborn Games Technology Co,,,,,,,2020-12-01,2019-07-26 +/games/boxart/full_3917615AmericaFrontccc.jpg,Reverse Collapse: Code Name Bakery,NS,Role-Playing,X.D. Network Inc.,Sunborn Games Technology Co,,,,,,,2020-12-01,2019-07-26 +/games/boxart/full_7662518AmericaFrontccc.jpg,Rise of the Ronin,PS5,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-09-14 +/games/boxart/full_1722659AmericaFrontccc.jpg,Rise of the Third Power,NS,Role-Playing,Unknown,Stegosoft Games,,,,,,,2022-02-10,2022-03-01 +/games/boxart/full_9177301PALFrontccc.jpeg,Risen,NS,Role-Playing,THQ Nordic,Piranha Bytes,,,,,,,2023-01-24,2023-06-08 +/games/boxart/full_1709448AmericaFrontccc.jpg,Rogue Galaxy,PS4,Role-Playing,Sony Interactive Entertainment,Level 5,,,,,,,2016-05-25,2018-09-15 +/games/boxart/full_775115AmericaFrontccc.png,Romancing SaGa 2,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2017-12-15,2018-03-25 +/games/boxart/full_4032600AmericaFrontccc.jpg,Romancing SaGa 2,PSV,Role-Playing,Unknown,Square,,,,,,,,2021-02-19 +/games/boxart/full_4706635AmericaFrontccc.jpg,Romancing SaGa 3,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 +/games/boxart/full_9450732AmericaFrontccc.jpg,Romancing SaGa 3,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 +/games/boxart/full_8187125AmericaFrontccc.jpg,Romancing SaGa 3,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 +/games/boxart/full_9248746AmericaFrontccc.jpg,Romancing SaGa 3,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 +/games/boxart/full_557683AmericaFrontccc.jpg,Romancing SaGa 3,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 +/games/boxart/full_4055746AmericaFrontccc.jpg,Romancing SaGa 3,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 +/games/boxart/full_1838389AmericaFrontccc.jpg,Romancing SaGa 3,And,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 +/games/boxart/full_448340AmericaFrontccc.png,Rune Factory 4 Special,NS,Role-Playing,Marvelous Entertainment,Xseed Games,,,,,,,2020-12-31,2019-02-13 +/games/boxart/full_4307829AmericaFrontccc.jpg,SacriFire,XS,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 +/games/boxart/full_8055230AmericaFrontccc.jpg,SacriFire,XOne,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 +/games/boxart/full_2330375AmericaFrontccc.jpg,SacriFire,PC,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 +/games/boxart/full_5098536AmericaFrontccc.jpg,SacriFire,NS,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 +/games/boxart/full_6174707AmericaFrontccc.jpg,SacriFire,PS5,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 +/games/boxart/full_2111717AmericaFrontccc.jpg,SacriFire,PS4,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 +/games/boxart/full_1656672AmericaFrontccc.jpg,SaGa Emerald Beyond,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 +/games/boxart/full_1454894AmericaFrontccc.jpg,SaGa Emerald Beyond,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 +/games/boxart/full_1024190AmericaFrontccc.jpg,SaGa Emerald Beyond,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 +/games/boxart/full_2517606AmericaFrontccc.jpg,SaGa Emerald Beyond,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 +/games/boxart/default.jpg,SaGa: Scarlet Grace,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-03,2019-06-10 +/games/boxart/default.jpg,SaGa: Scarlet Grace,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-03,2019-06-10 +/games/boxart/default.jpg,SaGa: Scarlet Grace,And,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-03,2019-06-10 +/games/boxart/full_2173043AmericaFrontccc.jpg,Saint Seiya: Shining Soldiers,And,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-03-17,2020-01-29 +/games/boxart/full_1817251AmericaFrontccc.jpg,Saint Seiya: Shining Soldiers,iOS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-03-17,2020-01-29 +/games/boxart/full_402792AmericaFrontccc.jpg,SD Gundam G Generation Cross Rays,PS4,Role-Playing,Unknown,Tom Create,,,,,,,,2019-10-24 +/games/boxart/full_4706852AmericaFrontccc.jpg,SD Gundam G Generation Cross Rays,NS,Role-Playing,Unknown,Tom Create,,,,,,,,2019-10-24 +/games/boxart/full_8520915AmericaFrontccc.jpg,SD Gundam G Generation Cross Rays,PC,Role-Playing,Bandai Namco Entertainment,Tom Create,,,,,,,2019-11-27,2019-10-24 +/games/boxart/full_3866303AmericaFrontccc.jpg,Sea of Stars,XOne,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 +/games/boxart/full_111882AmericaFrontccc.jpg,Sea of Stars,PC,Role-Playing,Unknown,Sabotage,,,,,,,,2020-04-06 +/games/boxart/full_8581524AmericaFrontccc.jpg,Sea of Stars,XS,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 +/games/boxart/full_2213913AmericaFrontccc.jpg,Sea of Stars,NS,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 +/games/boxart/full_2124375AmericaFrontccc.jpg,Sea of Stars,PS4,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 +/games/boxart/full_736678AmericaFrontccc.jpg,Sea of Stars,PS5,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 +/games/boxart/full_282946AmericaFrontccc.jpg,Secret of Mana,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-15,2018-02-17 +/games/boxart/full_7515895AmericaFrontccc.png,SEGA Ages: Phantasy Star,NS,Role-Playing,Sega,Sega,,,,,,,2018-12-13,2018-04-15 +/games/boxart/full_1542486AmericaFrontccc.jpg,Sekiro: Shadows Die Twice,PS4,Role-Playing,Activision,From Software,,,,,,,2019-03-22,2018-09-11 +/games/boxart/full_3706969AmericaFrontccc.jpg,Sekiro: Shadows Die Twice,PC,Role-Playing,Activision,From Software,,,,,,,2019-03-22,2018-06-11 +/games/boxart/full_3978330AmericaFrontccc.png,Sekiro: Shadows Die Twice,XOne,Role-Playing,Activision,From Software,,,,,,,2019-03-22,2018-09-11 +/games/boxart/full_7237150AmericaFrontccc.jpg,Sephirothic Stories,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-03-15,2019-03-31 +/games/boxart/full_7991350AmericaFrontccc.jpg,Sephirothic Stories,XOne,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-03-15,2019-03-31 +/games/boxart/full_6549198AmericaFrontccc.png,Sephirothic Stories,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-04-04,2019-03-31 +/games/boxart/full_7643008AmericaFrontccc.jpg,Sephirothic Stories,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-03-15,2019-03-31 +/games/boxart/full_8925043AmericaFrontccc.png,Sephirothic Stories,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-10-25,2019-03-31 +/games/boxart/full_2173037AmericaFrontccc.png,Sephirothic Stories,iOS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-10-25,2019-03-31 +/games/boxart/full_747053AmericaFrontccc.jpg,Shadow of Conspiracy: Section 2,PC,Role-Playing,Unknown,Elysium Game Studio,,,,,,,,2021-08-27 +/games/boxart/full_5624838AmericaFrontccc.jpg,Shadow of Conspiracy: Section 2,PS5,Role-Playing,Unknown,Elysium Game Studio,,,,,,,,2021-08-27 +/games/boxart/full_8579831AmericaFrontccc.jpg,Shadow of Conspiracy: Section 2,XS,Role-Playing,Unknown,Elysium Game Studio,,,,,,,,2021-08-27 +/games/boxart/default.jpg,Shadow Sorcerer,PC,Role-Playing,Unknown,U.S. Gold,,,,,,,,2021-03-26 +/games/boxart/full_3054801AmericaFrontccc.jpg,Shadows Awakening,PC,Role-Playing,Kalypso Media,Games Farm,,,,,,,2018-09-04,2018-06-08 +/games/boxart/default.jpg,Shadows: Awakening,PC,Role-Playing,Unknown,Games Farm,,,,,,,,2018-10-01 +/games/boxart/full_2284094AmericaFrontccc.jpg,Shadows: Awakening,PS4,Role-Playing,Kalypso Media,Kalypso Media,,,,,,,2018-09-04,2018-09-09 +/games/boxart/default.jpg,Shadows: Awakening,XOne,Role-Playing,Unknown,Games Farm,,,,,,,,2018-10-01 +/games/boxart/full_43578JapanFrontccc.jpg,Shadowverse: Champion's Battle,NS,Role-Playing,Cygames,Cygames,,,,,,,2020-11-05,2020-05-29 +/games/boxart/full_6894047AmericaFrontccc.jpg,Shin Megami Tensei III: Nocturne HD Remaster,PC,Role-Playing,Sega,Atlus,,,,,,,2021-05-25,2021-04-28 +/games/boxart/full_1233202JapanFrontccc.jpg,Shin Megami Tensei III: Nocturne HD Remaster,NS,Role-Playing,Atlus,Atlus,,,,,,,2021-05-25,2020-07-21 +/games/boxart/full_8426247AmericaFrontccc.jpg,Shining Force: The Sword of Hajya,VC,Role-Playing,Sega,Sonic! Software Planning,,,,,,,2013-06-13,2020-06-20 +/games/boxart/default.jpg,Shining Resonance Refrain,PC,Role-Playing,Sega,O-TWO inc.,,,,,,,2018-12-31,2018-02-21 +/games/boxart/full_5411290AmericaFrontccc.jpg,Shiren the Wanderer: The Mystery Dungeon of Serpentcoil Island,NS,Role-Playing,Unknown,Spike Chunsoft,,,,,,,,2024-01-15 +/games/boxart/full_2889768AmericaFrontccc.jpg,Shiren the Wanderer: The Tower of Fortune and the Dice of Fate,PC,Role-Playing,Spike Chunsoft,Spike Chunsoft,,,,,,,2020-12-02,2020-07-22 +/games/boxart/full_8533400AmericaFrontccc.png,Shiren the Wanderer: The Tower of Fortune and the Dice of Fate,NS,Role-Playing,Aksys Games,ChunSoft,,,,,,,2020-12-02,2020-06-10 +/games/boxart/full_6622170AmericaFrontccc.jpg,Silent Hope,NS,Role-Playing,Unknown,Marvelous,,,,,,,,2023-06-21 +/games/boxart/full_8304734AmericaFrontccc.jpg,Silent Hope,PC,Role-Playing,Unknown,Marvelous,,,,,,,,2023-06-21 +/games/boxart/full_8949228AmericaFrontccc.jpg,Sins Of The Demon RPG,PC,Role-Playing,Chandler Rounsley,Chandler Rounsley,,,,,,,2016-05-14,2019-04-21 +/games/boxart/full_1496556AmericaFrontccc.jpg,Slayin 2,NS,Role-Playing,Unknown,Pixel Licker,,,,,,,,2020-05-04 +/games/boxart/default.jpg,Smoke and Sacrifice,PC,Role-Playing,Unknown,Solar Sail Games,,,,,,,,2018-05-15 +/games/boxart/full_8300024AmericaFrontccc.png,Smoke and Sacrifice,NS,Role-Playing,Unknown,Solar Sail Games,,,,,,,,2018-05-15 +/games/boxart/full_4606936AmericaFrontccc.jpg,Soul Hackers 2,PC,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 +/games/boxart/full_5151146AmericaFrontccc.jpg,Soul Hackers 2,PS4,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 +/games/boxart/full_1991509AmericaFrontccc.jpg,Soul Hackers 2,PS5,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 +/games/boxart/full_5988030AmericaFrontccc.jpg,Soul Hackers 2,XOne,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 +/games/boxart/full_3900210AmericaFrontccc.jpg,Soul Hackers 2,XS,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 +/games/boxart/full_9683273AmericaFrontccc.png,South Park: The Stick of Truth,NS,Role-Playing,Ubisoft,Obsidian Entertainment,,,,,,,2018-09-25,2018-07-18 +/games/boxart/default.jpg,Space Station 13,PC,Role-Playing,Unknown,Open Source,,,,,,,2003-02-15,2019-06-07 +/games/boxart/default.jpg,Star Ocean First Departure R,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2019-05-25 +/games/boxart/default.jpg,Star Ocean First Departure R,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2019-05-25 +/games/boxart/2131723AmericaFrontccc.jpg,Star Ocean: First Departure R,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-05,2019-09-24 +/games/boxart/full_8857753AmericaFrontccc.jpg,Star Ocean: First Departure R,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-05,2019-09-24 +/games/boxart/full_3406302AmericaFrontccc.png,Star Ocean: The Divine Force,XOne,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 +/games/boxart/full_556493AmericaFrontccc.png,Star Ocean: The Divine Force,XS,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 +/games/boxart/full_6395432AmericaFrontccc.png,Star Ocean: The Divine Force,PC,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 +/games/boxart/full_5562370AmericaFrontccc.png,Star Ocean: The Divine Force,PS4,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 +/games/boxart/full_2926886AmericaFrontccc.png,Star Ocean: The Divine Force,PS5,Role-Playing,Square Enix,tri-Ace,,,,,,,2022-10-27,2022-07-03 +/games/boxart/full_3780055AmericaFrontccc.jpg,Star Ocean: The Second Story R,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 +/games/boxart/full_431132AmericaFrontccc.jpg,Star Ocean: The Second Story R,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 +/games/boxart/full_9637199AmericaFrontccc.jpg,Star Ocean: The Second Story R,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 +/games/boxart/full_9506166AmericaFrontccc.jpg,Star Ocean: The Second Story R,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 +/games/boxart/default.jpg,Star Wars Knights of the Old Republic,iOS,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Star Wars Knights of the Old Republic,And,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 +/games/boxart/default.jpg,STAR WARS Knights of the Old Republic II: The Sith Lords,And,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 +/games/boxart/default.jpg,STAR WARS Knights of the Old Republic II: The Sith Lords,iOS,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 +/games/boxart/full_2295610AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic – Remake,PC,Role-Playing,Unknown,Aspyr Media,,,,,,,,2021-09-11 +/games/boxart/full_5216227AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic – Remake,PS5,Role-Playing,Unknown,Aspyr Media,,,,,,,,2021-09-11 +/games/boxart/full_4017371AmericaFrontccc.jpg,Starfield,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2022-11-11,2020-06-17 +/games/boxart/full_8982115AmericaFrontccc.jpg,Starfield,XS,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2022-11-11,2020-06-17 +/games/boxart/full_4799769AmericaFrontccc.png,SteamWorld Quest: Hand of Gilgamech,NS,Role-Playing,Thunderful Publishing AB,Image & Form Games,,,,,,,2019-04-25,2019-03-22 +/games/boxart/full_185978AmericaFrontccc.jpg,Steelrising,PS5,Role-Playing,Unknown,Spiders,,,,,,,,2022-08-02 +/games/boxart/full_3583733AmericaFrontccc.jpg,Steelrising,XS,Role-Playing,Unknown,Spiders,,,,,,,,2022-08-02 +/games/boxart/full_7241230AmericaFrontccc.jpg,Steelrising,PC,Role-Playing,Unknown,Spiders,,,,,,,,2022-08-02 +/games/boxart/full_833414AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,PC,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 +/games/boxart/full_5287411AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,NS,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 +/games/boxart/full_5417597AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,PS4,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 +/games/boxart/full_5852853AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,XOne,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 +/games/boxart/full_427119AmericaFrontccc.jpg,Suikoden II,PSN,Role-Playing,Konami,Konami,,,,,,,2014-12-09,2018-01-18 +/games/boxart/full_6854453AmericaFrontccc.jpg,Super Mario RPG,Series,Role-Playing,Nintendo,Square,,,,,,,1996-05-13,2023-06-21 +/games/boxart/full_8163690AmericaFrontccc.jpg,Super Mario RPG,NS,Role-Playing,Nintendo,Nintendo,,,,,,,2023-11-17,2023-06-21 +/games/boxart/full_8967642AmericaFrontccc.jpg,Super Neptunia RPG,NS,Role-Playing,Idea Factory International,Idea Factory,,,,,,,2019-03-31,2018-12-29 +/games/boxart/full_6997735AmericaFrontccc.jpg,Super Neptunia RPG,PC,Role-Playing,Idea Factory International,Artisan Studios,,,,,,,2019-06-20,2019-06-13 +/games/boxart/full_6440905JapanFrontccc.jpg,Super Robot Wars T,NS,Role-Playing,Bandai Namco Games,B.B. Studio,,,,,,,2019-03-20,2019-03-22 +/games/boxart/full_740244JapanFrontccc.jpg,Super Robot Wars T,PS4,Role-Playing,Bandai Namco Games,B.B. Studio,,,,,,,2019-03-20,2019-03-22 +/games/boxart/full_3623867AmericaFrontccc.png,Super Robot Wars V,PC,Role-Playing,Bandai Namco Entertainment,B.B. Studio,,,,,,,2020-12-01,2019-08-08 +/games/boxart/full_4925445PALFrontccc.jpg,Super Robot Wars V,NS,Role-Playing,Bandai Namco Entertainment,B.B. Studio,,,,,,,2020-12-01,2019-08-08 +/games/boxart/full_8103312AmericaFrontccc.jpg,Sword and Fairy: Together Forever,PS4,Role-Playing,Unknown,Softstar,,,,,,,,2022-08-08 +/games/boxart/full_1266426AmericaFrontccc.jpg,Sword and Fairy: Together Forever,PS5,Role-Playing,Unknown,Softstar,,,,,,,,2022-08-08 +/games/boxart/default.jpg,Sword Art Online Re: Hollow Fragment,PC,Role-Playing,Unknown,Aquria,,,,,,,,2018-02-21 +/games/boxart/full_8194173AmericaFrontccc.jpg,Sword Art Online: Alicization Lycoris,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-07-10,2019-03-30 +/games/boxart/full_4235922AmericaFrontccc.jpg,Sword Art Online: Alicization Lycoris,XOne,Role-Playing,Bandai Namco Entertainment,Bandai Namco,,,,,,,2020-07-10,2019-03-30 +/games/boxart/full_5649791AmericaFrontccc.jpg,Sword Art Online: Alicization Lycoris,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-07-10,2019-03-30 +/games/boxart/full_3764523JapanFrontccc.jpg,Sword Art Online: Fatal Bullet,NS,Role-Playing,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2019-08-09,2019-06-24 +/games/boxart/full_3352071PALFrontccc.jpg,Sword Art Online: Hollow Realization,NS,Role-Playing,Bandai Namco Entertainment,Kadokawa Games,,,,,,,2019-05-24,2019-03-22 +/games/boxart/full_6587187AmericaFrontccc.jpg,Sword Art Online: Last Recollection,XS,Role-Playing,Unknown,Aquria,,,,,,,,2023-09-11 +/games/boxart/full_8851125AmericaFrontccc.jpg,Sword Art Online: Last Recollection,PC,Role-Playing,Unknown,Aquria,,,,,,,,2023-09-11 +/games/boxart/full_7556829AmericaFrontccc.jpg,Sword Art Online: Last Recollection,PS5,Role-Playing,Unknown,Aquria,,,,,,,,2023-09-11 +/games/boxart/default.jpg,Sword Art Online: Lost Song,PC,Role-Playing,Unknown,ArtDink,,,,,,,,2019-03-29 +/games/boxart/full_1973699AmericaFrontccc.jpg,System Shock (Remake),Linux,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 +/games/boxart/full_5455371AmericaFrontccc.jpg,System Shock (Remake),PS5,Role-Playing,Unknown,Nightdive Studios,,,,,,,,2023-02-02 +/games/boxart/full_1356203AmericaFrontccc.jpg,System Shock (Remake),PS4,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 +/games/boxart/full_7805394AmericaFrontccc.jpg,System Shock (Remake),XS,Role-Playing,Unknown,Nightdive Studios,,,,,,,,2023-02-02 +/games/boxart/full_4604012AmericaFrontccc.jpg,System Shock (Remake),XOne,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 +/games/boxart/full_7788185AmericaFrontccc.jpg,System Shock (Remake),PC,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 +/games/boxart/full_8509149AmericaFrontccc.png,Tactics Ogre: Reborn,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2022-11-11,2022-11-29 +/games/boxart/full_202157AmericaFrontccc.jpg,Tales of Arise,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-06-21 +/games/boxart/full_1230452AmericaFrontccc.jpg,Tales of Arise,XOne,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-06-21 +/games/boxart/full_6333148AmericaFrontccc.jpg,Tales of Arise,PS5,Role-Playing,Bandai Namco,Bandai Namco Studios,,,,,,,2021-09-10,2021-06-10 +/games/boxart/full_1790461AmericaFrontccc.jpg,Tales of Arise,XS,Role-Playing,Bandai Namco,Bandai Namco Studios,,,,,,,2021-09-10,2021-06-10 +/games/boxart/full_3442966AmericaFrontccc.jpg,Tales of Arise,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-06-21 +/games/boxart/full_91815AmericaFrontccc.jpg,Tales of Symphonia Remastered,XOne,Role-Playing,Unknown,Namco Tales Studio,,,,,,,,2023-01-05 +/games/boxart/full_228374AmericaFrontccc.jpg,Tales of Symphonia Remastered,NS,Role-Playing,Unknown,Namco Tales Studio,,,,,,,,2023-01-05 +/games/boxart/full_3506498AmericaFrontccc.jpg,Tales of Symphonia Remastered,PS4,Role-Playing,Unknown,Namco Tales Studio,,,,,,,,2023-01-05 +/games/boxart/full_2464334AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 +/games/boxart/full_7669711AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 +/games/boxart/full_3986422AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,NS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 +/games/boxart/full_614184AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,XOne,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 +/games/boxart/full_4077994AmericaFrontccc.jpg,Tangledeep,NS,Role-Playing,Impact Gameworks,Impact Gameworks,,,,,,,2019-01-31,2019-03-30 +/games/boxart/full_6999497AmericaFrontccc.jpg,Tangledeep,PC,Role-Playing,Unknown,Impact Gameworks,,,,,,,,2019-03-31 +/games/boxart/full_9028318AmericaFrontccc.png,Tanzia,NS,Role-Playing,Unknown,Arcanity,,,,,,,,2018-07-03 +/games/boxart/default.jpg,Tanzia,PC,Role-Playing,Unknown,Arcanity,,,,,,,,2018-07-03 +/games/boxart/full_9196491AmericaFrontccc.jpg,Tap Adventure: Time Travel,PC,Role-Playing,Panoramik Inc.,Avallon Alliance,,,,,,,2017-03-02,2019-04-21 +/games/boxart/full_4409320AmericaFrontccc.jpg,Tears of Avia,PC,Role-Playing,CooCooSqueaky,CooCooSqueaky,,,,,,,2019-12-01,2019-07-24 +/games/boxart/full_6326434AmericaFrontccc.jpg,Tears of Avia,XOne,Role-Playing,CooCooSqueaky,CooCooSqueaky,,,,,,,2019-12-01,2019-07-24 +/games/boxart/full_4836331AmericaFrontccc.jpg,The Alliance Alive HD Remastered,PC,Role-Playing,FuRyu Corporation,Cattle Call,,,,,,,2019-10-08,2019-04-16 +/games/boxart/full_550520AmericaFrontccc.jpg,The Alliance Alive HD Remastered,PS4,Role-Playing,NIS America,Cattle Call,,,,,,,2019-10-08,2019-04-16 +/games/boxart/full_9203504AmericaFrontccc.jpg,The Alliance Alive HD Remastered,NS,Role-Playing,NIS America,Cattle Call,,,,,,,2019-10-08,2019-04-16 +/games/boxart/full_7117133AmericaFrontccc.jpg,The Ascent,XOne,Role-Playing,Curve Digital,Neon Giant,,,,,,,2020-12-01,2020-05-07 +/games/boxart/full_3830473AmericaFrontccc.jpg,The Ascent,PC,Role-Playing,Curve Digital,Neon Giant,,,,,,,2020-12-01,2020-05-22 +/games/boxart/full_3646923AmericaFrontccc.jpg,The Bard’s Tale IV: Director's Cut,PC,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2019-08-27,2019-07-12 +/games/boxart/full_628391PALFrontccc.jpg,The Bard’s Tale IV: Director's Cut,PS4,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2019-08-27,2019-07-12 +/games/boxart/full_8625299PALFrontccc.jpg,The Bard’s Tale IV: Director's Cut,XOne,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2019-08-27,2019-07-12 +/games/boxart/full_2049818AmericaFrontccc.jpg,The Caligula Effect: Overdose,PC,Role-Playing,NIS America,FuRyu,,,,,,,2019-03-12,2019-02-24 +/games/boxart/full_5048443AmericaFrontccc.jpg,The Caligula Effect: Overdose,NS,Role-Playing,NIS America,FuRyu,,,,,,,2019-03-15,2019-02-24 +/games/boxart/full_8086249JapanFrontccc.jpg,The Demon Crystal II: Knither,NS,Role-Playing,Regista,Regista,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_3681698AmericaFrontccc.png,The Denpa Men: They Came By Wave,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2012-09-27,2018-07-17 +/games/boxart/full_2876613AmericaFrontccc.png,The Elder Scrolls IV: Oblivion,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2006-03-20,2020-10-27 +/games/boxart/full_6666768AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dragonborn,PS3,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2022-08-14 +/games/boxart/full_2180178AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dragonborn,X360,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2022-08-14 +/games/boxart/full_7127564AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dragonborn,PC,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2022-08-14 +/games/boxart/full_3668548AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PS5,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_5951750AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,X360,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_8373474AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,NS,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_1260270AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,XOne,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_572379AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PC,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_3785501AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,XS,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_6147759AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PS3,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_893925AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PS4,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 +/games/boxart/full_5925066AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,PS4,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 +/games/boxart/full_1214623AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,PS5,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 +/games/boxart/full_3342220AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,XOne,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 +/games/boxart/full_4012751AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,XS,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 +/games/boxart/full_9712635AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,PC,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 +/games/boxart/full_7615806AmericaFrontccc.jpg,The Elder Scrolls VI,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-12-01,2019-11-08 +/games/boxart/full_6780584AmericaFrontccc.png,The Elder Scrolls: Blades,NS,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-05-14,2019-06-09 +/games/boxart/full_3617358AmericaFrontccc.png,The Elder Scrolls: Blades,And,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_2522359AmericaFrontccc.png,The Elder Scrolls: Blades,iOS,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-12-01,2019-06-09 +/games/boxart/full_3019123AmericaFrontccc.jpg,The Falconeer,PC,Role-Playing,Wired Productions,Tomas Sala,,,,,,,2020-12-01,2019-08-17 +/games/boxart/full_5468145AmericaFrontccc.jpg,The First Berserker: Khazan,PC,Role-Playing,Unknown,NeoPle,,,,,,,,2023-12-09 +/games/boxart/full_8792198AmericaFrontccc.jpg,The Forgotten City,PS4,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 +/games/boxart/full_74788AmericaFrontccc.jpg,The Forgotten City,PS5,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 +/games/boxart/full_3246102AmericaFrontccc.jpg,The Forgotten City,XOne,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 +/games/boxart/full_6546352AmericaFrontccc.jpg,The Forgotten City,XS,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 +/games/boxart/full_3743758AmericaFrontccc.jpg,The Forgotten City,PC,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 +/games/boxart/full_9904561AmericaFrontccc.jpg,The Forgotten City,NS,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 +/games/boxart/full_8303436AmericaFrontccc.jpg,The Good Life,PS4,Role-Playing,White Owls,White Owls,,,,,,,2020-12-01,2020-08-13 +/games/boxart/full_775258AmericaFrontccc.jpg,The Good Life,XOne,Role-Playing,White Owls,White Owls,,,,,,,2020-12-01,2020-08-13 +/games/boxart/full_9901993AmericaFrontccc.jpg,The Good Life,NS,Role-Playing,White Owls,White Owls,,,,,,,2020-12-01,2020-08-13 +/games/boxart/full_756836AmericaFrontccc.jpg,The Guild 3,PC,Role-Playing,THQ Nordic,GolemLabs,,,,,,,2020-12-01,2020-01-08 +/games/boxart/full_4713816AmericaFrontccc.png,The Last Remnant Remastered,NS,Role-Playing,Square-Enix,Square Enix,,,,,,,2019-06-10,2019-06-10 +/games/boxart/full_7199721AmericaFrontccc.jpg,The Last Spell,PC,Role-Playing,CCCP,CCCP,,,,,,,2020-12-01,2019-08-10 +/games/boxart/full_5772802AmericaFrontccc.jpg,The Last Spell,NS,Role-Playing,CCCP,CCCP,,,,,,,2020-12-01,2019-08-10 +/games/boxart/full_8047941AmericaFrontccc.jpg,The Legend of Dragoon,PS5,Role-Playing,Sony Interactive Entertainment,JAPAN Studio / Artoon,,,,,,,2023-02-21,2023-08-23 +/games/boxart/full_1942819AmericaFrontccc.jpg,The Legend of Heroes: Kuro no Kiseki,PS5,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2022-05-31 +/games/boxart/full_4155743AmericaFrontccc.jpg,The Legend of Heroes: Kuro no Kiseki,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2022-05-31 +/games/boxart/full_8699480AmericaFrontccc.jpg,The Legend of Heroes: Kuro no Kiseki,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2022-05-31 +/games/boxart/full_4593659AmericaFrontccc.jpg,The Legend of Heroes: Trails from Zero,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2022-09-27,2022-11-07 +/games/boxart/full_3531097AmericaFrontccc.jpg,The Legend of Heroes: Trails from Zero,PC,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2022-09-27,2021-06-27 +/games/boxart/full_5580022AmericaFrontccc.jpg,The Legend of Heroes: Trails from Zero,PS4,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2022-09-27,2022-11-07 +/games/boxart/default.jpg,The Legend of Heroes: Trails in the Sky SC,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2015-10-29,2018-01-03 +/games/boxart/full_3898539AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky the 3rd,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.5,,,,,,2017-05-03,2018-01-03 +/games/boxart/full_4622226AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,PS5,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-06-03 +/games/boxart/full_2091045AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,NS,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 +/games/boxart/full_9304513AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 +/games/boxart/full_7242675AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 +/games/boxart/default.jpg,The Legend of Heroes: Trails of Cold Steel,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2017-08-03,2018-01-03 +/games/boxart/full_4684853AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel,PS4,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2019-01-22,2018-10-07 +/games/boxart/full_773567AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel III,PC,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2020-03-23,2020-01-20 +/games/boxart/full_257016AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel III,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2020-06-30,2019-12-06 +/games/boxart/full_2534646PALFrontccc.jpeg,The Legend of Heroes: Trails of Cold Steel IV,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2021-04-09,2021-06-08 +/games/boxart/full_9302095AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 +/games/boxart/full_1565987AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 +/games/boxart/full_6654079AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,PS5,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 +/games/boxart/full_2350117AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,NS,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 +/games/boxart/full_2327932AmericaFrontccc.jpg,The Legend of Heroes: Trails to Azure,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 +/games/boxart/full_225336AmericaFrontccc.jpg,The Legend of Heroes: Trails to Azure,PS4,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2023-03-14,2021-06-27 +/games/boxart/full_8634849AmericaFrontccc.jpg,The Legend of Heroes: Trails to Azure,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2023-03-14,2021-06-27 +/games/boxart/full_899474AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 +/games/boxart/full_8883901AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 +/games/boxart/full_5172383AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 +/games/boxart/full_9478419AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 +/games/boxart/full_1312337AmericaFrontccc.jpg,The Legend of Nayuta: Boundless Trails,NS,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 +/games/boxart/full_1456618AmericaFrontccc.jpg,The Legend of Nayuta: Boundless Trails,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 +/games/boxart/full_4259816AmericaFrontccc.jpg,The Legend of Nayuta: Boundless Trails,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 +/games/boxart/full_7086853AmericaFrontccc.jpg,The Oriental Exorcist,PS4,Role-Playing,bilibili,wildfiregame,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_8853113AmericaFrontccc.jpg,The Oriental Exorcist,PC,Role-Playing,bilibili,wildfiregame,,,,,,,2020-12-01,2019-08-05 +/games/boxart/full_5396474AmericaFrontccc.png,The Outer Worlds,NS,Role-Playing,Private Division,Virtuos,,,,,,,2020-06-05,2019-07-30 +/games/boxart/full_2898429AmericaFrontccc.png,The Outer Worlds,PC,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2019-06-06 +/games/boxart/full_47249AmericaFrontccc.png,The Outer Worlds,XOne,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2019-06-06 +/games/boxart/full_5709234AmericaFrontccc.png,The Outer Worlds,PS4,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2019-06-06 +/games/boxart/full_3467373AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,PC,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 +/games/boxart/full_9189775AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,PS4,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 +/games/boxart/full_298895AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,XOne,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 +/games/boxart/full_9693373AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,NS,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 +/games/boxart/full_5723255AmericaFrontccc.jpg,The Swords of Ditto: Mormo's Curse,PC,Role-Playing,Devolver Digital,onebitbeyond,,,,,,,2018-04-24,2019-05-06 +/games/boxart/full_4172066AmericaFrontccc.png,The Swords of Ditto: Mormo's Curse,NS,Role-Playing,Devolver Digital,onebitbeyond,,,,,,,2019-05-02,2019-05-06 +/games/boxart/full_1927135AmericaFrontccc.png,Thronebreaker: The Witcher Tales,PS4,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2020-02-22 +/games/boxart/full_3924669AmericaFrontccc.png,Thronebreaker: The Witcher Tales,PC,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2020-02-22 +/games/boxart/full_3349715AmericaFrontccc.png,Thronebreaker: The Witcher Tales,NS,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-01-28,2020-02-22 +/games/boxart/full_9108087AmericaFrontccc.png,Thronebreaker: The Witcher Tales,XOne,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2020-02-22 +/games/boxart/full_6257816AmericaFrontccc.jpg,Thymesia,PC,Role-Playing,Team17,OverBorder Studio,,,,,,,2022-08-18,2022-06-30 +/games/boxart/full_4808868AmericaFrontccc.jpg,Thymesia,PS5,Role-Playing,Team17,OverBorder Studio,,,,,,,2022-08-18,2022-06-30 +/games/boxart/full_4824566AmericaFrontccc.jpg,Thymesia,XS,Role-Playing,Team17,OverBorder Studio,,,,,,,2022-08-18,2022-06-30 +/games/boxart/full_8874061JapanFrontccc.jpg,To All of Mankind,NS,Role-Playing,Nippon Ichi Software,Acquire,,,,,,,2019-06-27,2019-03-22 +/games/boxart/full_6998641JapanFrontccc.jpg,To All of Mankind,PS4,Role-Playing,Nippon Ichi Software,Acquire,,,,,,,2019-06-27,2019-03-22 +/games/boxart/full_3402904AmericaFrontccc.jpg,Tokyo Mirage Sessions #FE Encore,NS,Role-Playing,Nintendo,Atlus,,,,,,,2020-01-17,2020-07-23 +/games/boxart/full_7678653AmericaFrontccc.jpg,Torchlight II,All,Role-Playing,Runic Games,Runic Games,,,,,,,2012-09-20,2021-01-09 +/games/boxart/full_3262243AmericaFrontccc.jpg,Torchlight III,XOne,Role-Playing,Perfect World Entertainment,Echtra Games,,,,,,,2020-10-13,2020-01-28 +/games/boxart/full_4751526AmericaFrontccc.jpg,Torchlight III,PC,Role-Playing,Perfect World Entertainment,Echtra Games,,,,,,,2020-10-13,2020-01-28 +/games/boxart/full_5451565JapanFrontccc.jpg,Touhou Genso Wanderer: Lotus Labyrinth,NS,Role-Playing,Unties,AQUA STYLE,,,,,,,2019-07-18,2019-03-22 +/games/boxart/full_6273478JapanFrontccc.jpg,Touhou Genso Wanderer: Lotus Labyrinth,PS4,Role-Playing,Unties,AQUA STYLE,,,,,,,2019-07-18,2019-03-22 +/games/boxart/default.jpg,Tower of Doom,Int,Role-Playing,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/full_7530805AmericaFrontccc.jpg,Tower of Fantasy,PC,Role-Playing,Unknown,Hotta Studio,,,,,,,,2022-08-14 +/games/boxart/full_9395241AmericaFrontccc.jpg,Towerborne,PC,Role-Playing,Unknown,Stoic Studio,,,,,,,,2023-06-12 +/games/boxart/full_1647228AmericaFrontccc.jpg,Towerborne,XOne,Role-Playing,Unknown,Stoic Studio,,,,,,,,2023-06-12 +/games/boxart/full_3830766AmericaFrontccc.jpg,Towerborne,XS,Role-Playing,Unknown,Stoic Studio,,,,,,,,2023-06-12 +/games/boxart/full_3850970AmericaFrontccc.jpg,Trials of Mana,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2019-06-11 +/games/boxart/full_9839509AmericaFrontccc.jpg,Trials of Mana,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2019-06-11 +/games/boxart/full_3156464AmericaFrontccc.jpg,Trials of Mana,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2019-06-11 +/games/boxart/full_4476990AmericaFrontccc.jpg,Triangle Strategy,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-11-21 +/games/boxart/full_8008570AmericaFrontccc.jpg,Trinity Trigger,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 +/games/boxart/full_242404AmericaFrontccc.jpg,Trinity Trigger,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 +/games/boxart/full_4729393AmericaFrontccc.jpg,Trinity Trigger,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 +/games/boxart/full_6254922AmericaFrontccc.jpg,Trinity Trigger,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 +/games/boxart/default.jpg,Two Worlds III,PC,Role-Playing,Unknown,Reality Pump Studios,,,,,,,,2019-06-09 +/games/boxart/full_841564AmericaFrontccc.jpg,Underhero,XOne,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-21 +/games/boxart/full_9869299AmericaFrontccc.jpg,Underhero,PS4,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-21 +/games/boxart/full_6516883AmericaFrontccc.jpg,Underhero,PC,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-21 +/games/boxart/full_8669014AmericaFrontccc.jpg,Underhero,NS,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-17 +/games/boxart/full_7742130AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,PS4,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 +/games/boxart/full_3343247AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,PS5,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 +/games/boxart/full_1327442AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,XOne,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 +/games/boxart/full_6538270AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,XS,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 +/games/boxart/full_9958249AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,NS,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 +/games/boxart/full_6607845AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,PC,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 +/games/boxart/full_1883379AmericaFrontccc.png,Unexplored: Unlocked Edition,NS,Role-Playing,Unknown,Ludomotion,,,,,,,,2018-08-07 +/games/boxart/default.jpg,Unexplored: Unlocked Edition,XOne,Role-Playing,Unknown,Ludomotion,,,,,,,,2018-08-07 +/games/boxart/default.jpg,Unexplored: Unlocked Edition,PS4,Role-Playing,Unknown,Ludomotion,,,,,,,,2018-08-07 +/games/boxart/full_5731317AmericaFrontccc.jpg,Unicorn Overlord,PS5,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 +/games/boxart/full_3393684AmericaFrontccc.jpg,Unicorn Overlord,XS,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 +/games/boxart/full_9941285AmericaFrontccc.jpg,Unicorn Overlord,NS,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 +/games/boxart/full_4926871AmericaFrontccc.jpg,Unicorn Overlord,PS4,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 +/games/boxart/full_8835981AmericaFrontccc.jpg,Valkyrie Elysium,PS4,Role-Playing,Square-Enix,Soleil Software Studio Inc.,,,,,,,2022-09-14,2023-05-09 +/games/boxart/full_7422684AmericaFrontccc.png,Valthirian Arc: Hero School Story,NS,Role-Playing,PQube,Agate Studio,,,,,,,2018-10-02,2018-07-05 +/games/boxart/default.jpg,Valthirian Arc: Hero School Story,PC,Role-Playing,Unknown,Agate Studio,,,,,,,,2018-07-05 +/games/boxart/full_7705033AmericaFrontccc.jpg,Vambrace: Cold Soul,NS,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-08-29,2019-08-15 +/games/boxart/full_765417AmericaFrontccc.jpg,Vambrace: Cold Soul,PC,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-05-28,2019-08-15 +/games/boxart/full_2650046AmericaFrontccc.jpg,Vambrace: Cold Soul,PS4,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-08-29,2019-08-15 +/games/boxart/full_6796933AmericaFrontccc.jpg,Vambrace: Cold Soul,XOne,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-08-28,2019-08-15 +/games/boxart/full_1059408AmericaFrontccc.png,Vampire: The Masquerade – Swansong,XOne,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 +/games/boxart/full_6120462AmericaFrontccc.png,Vampire: The Masquerade – Swansong,PS4,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 +/games/boxart/full_8972996AmericaFrontccc.png,Vampire: The Masquerade – Swansong,XS,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 +/games/boxart/full_1350321AmericaFrontccc.png,Vampire: The Masquerade – Swansong,PS5,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 +/games/boxart/full_9266029AmericaFrontccc.png,Vampire: The Masquerade – Swansong,PC,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 +/games/boxart/full_7160333AmericaFrontccc.png,Vampire: The Masquerade – Swansong,NS,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 +/games/boxart/full_5769915AmericaFrontccc.jpg,Vampyr,NS,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,,,,,,2019-10-29,2019-06-17 +/games/boxart/full_3682526AmericaFrontccc.png,Vaporum,NS,Role-Playing,Merge Games,Fatbot Games,,,,,,,2019-04-11,2019-05-14 +/games/boxart/full_9437371AmericaFrontccc.jpg,Vaporum,PC,Role-Playing,Fatbot Games,Fatbot Games,,,,,,,2017-09-28,2019-05-14 +/games/boxart/full_3597460AmericaFrontccc.jpg,Vaporum,PS4,Role-Playing,Merge Games,Fatbot Games,,,,,,,2019-04-09,2019-05-14 +/games/boxart/full_5096311AmericaFrontccc.jpg,Vaporum,XOne,Role-Playing,Merge Games,Fatbot Games,,,,,,,2019-04-10,2019-05-14 +/games/boxart/full_1388195AmericaFrontccc.jpg,Victor Vran: Overkill Edition,PS4,Role-Playing,Wired Productions,Haemimont Games,,,,,,,2017-05-30,2019-02-24 +/games/boxart/full_6017458AmericaFrontccc.jpg,Victor Vran: Overkill Edition,XOne,Role-Playing,Wired Productions,Haemimont Games,,,,,,,2017-05-30,2018-03-18 +/games/boxart/full_7724844AmericaFrontccc.jpg,Visions of Mana,XS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 +/games/boxart/full_1769353AmericaFrontccc.jpg,Visions of Mana,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 +/games/boxart/full_6408636AmericaFrontccc.jpg,Visions of Mana,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 +/games/boxart/full_7797528AmericaFrontccc.jpg,Visions of Mana,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 +/games/boxart/full_2005968AmericaFrontccc.jpg,Wandering Sword,PC,Role-Playing,Unknown,The Swordman Studio,,,,,,,,2023-09-14 +/games/boxart/full_8448559AmericaFrontccc.png,Wanderjahr: Try Again or Walk Away,NS,Role-Playing,"Corecell Technology Co.,Ltd.","Corecell Technology Co.,Ltd.",,,,,,,2018-02-15,2018-03-26 +/games/boxart/full_7935930AmericaFrontccc.jpg,"Warhammer 40,000: Rogue Trader",PC,Role-Playing,Unknown,Owlcat Games,,,,,,,,2023-10-04 +/games/boxart/full_3194363AmericaFrontccc.jpg,"Warhammer 40,000: Rogue Trader",PS5,Role-Playing,Unknown,Owlcat Games,,,,,,,,2023-10-04 +/games/boxart/full_4353636AmericaFrontccc.jpg,"Warhammer 40,000: Rogue Trader",XS,Role-Playing,Unknown,Owlcat Games,,,,,,,,2023-10-04 +/games/boxart/full_9539870AmericaFrontccc.jpg,Warhammer: Chaosbane,PC,Role-Playing,Bigben Interactive,EKO Software,,,,,,,2019-06-04,2019-04-04 +/games/boxart/full_3381831AmericaFrontccc.jpg,Warhammer: Chaosbane,PS4,Role-Playing,Bigben Interactive,EKO Software,,,,,,,2019-06-04,2019-04-04 +/games/boxart/full_6563699AmericaFrontccc.jpg,Warhammer: Chaosbane,XOne,Role-Playing,Bigben Interactive,EKO Software,,,,,,,2019-06-04,2019-04-04 +/games/boxart/full_1994169AmericaFrontccc.jpg,Wasteland 3,PS4,Role-Playing,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-21 +/games/boxart/full_9842218AmericaFrontccc.jpg,Wasteland 3,Linux,Role-Playing,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-21 +/games/boxart/full_284626AmericaFrontccc.jpg,Wasteland Remastered,PC,Role-Playing,inXile Entertainment,Krome Studios,,,,,,,2020-02-25,2020-01-24 +/games/boxart/full_1696026AmericaFrontccc.jpg,Wasteland Remastered,XOne,Role-Playing,inXile Entertainment,Krome Studios,,,,,,,2020-02-25,2020-01-24 +/games/boxart/full_5873499AmericaFrontccc.jpg,Wayfinder,PS5,Role-Playing,Unknown,Airship Syndicate,,,,,,,,2022-12-09 +/games/boxart/full_2393047AmericaFrontccc.jpg,Wayfinder,PC,Role-Playing,Unknown,Airship Syndicate,,,,,,,,2022-12-09 +/games/boxart/full_920057AmericaFrontccc.jpg,Wayfinder,PS4,Role-Playing,Unknown,Airship Syndicate,,,,,,,,2022-12-09 +/games/boxart/full_9698423AmericaFrontccc.jpg,We Are The Caretakers,PC,Role-Playing,Unknown,Heart Shaped Games LLC,,,,,,,,2023-01-03 +/games/boxart/full_612450AmericaFrontccc.jpg,We Are The Caretakers,XOne,Role-Playing,Unknown,Heart Shaped Games LLC,,,,,,,,2023-01-03 +/games/boxart/full_2850571AmericaFrontccc.jpg,We Are The Caretakers,XS,Role-Playing,Unknown,Heart Shaped Games LLC,,,,,,,,2023-01-03 +/games/boxart/full_5003588AmericaFrontccc.jpg,Weird West,PC,Role-Playing,Unknown,WolfEye Studios,,,,,,,,2021-11-18 +/games/boxart/full_6645299AmericaFrontccc.jpg,Weird West,PS4,Role-Playing,Unknown,WolfEye Studios,,,,,,,,2021-11-18 +/games/boxart/full_7246451AmericaFrontccc.jpg,Weird West,XOne,Role-Playing,Unknown,WolfEye Studios,,,,,,,,2021-11-18 +/games/boxart/full_1020634AmericaFrontccc.png,Werewolf: The Apocalypse – Earthblood,PC,Role-Playing,Bigben Interactive,Cyanide Studio,,,,,,,2021-02-04,2019-06-21 +/games/boxart/full_8427957AmericaFrontccc.png,Werewolf: The Apocalypse – Earthblood,PS4,Role-Playing,Bigben Interactive,Cyanide Studio,,,,,,,2021-02-04,2019-06-21 +/games/boxart/full_1613360AmericaFrontccc.png,Werewolf: The Apocalypse – Earthblood,XOne,Role-Playing,Bigben Interactive,Cyanide Studio,,,,,,,2021-02-04,2019-06-21 +/games/boxart/full_9344555AmericaFrontccc.jpg,Wild Arms 3,PS4,Role-Playing,Sony Interactive Entertainment,Media.Vision,,,,,,,2016-05-17,2018-09-15 +/games/boxart/full_9969162AmericaFrontccc.jpg,Wild Hearts,XS,Role-Playing,Unknown,Omega Force,,,,,,,,2022-11-06 +/games/boxart/full_2402135AmericaFrontccc.jpg,Wild Hearts,PC,Role-Playing,Unknown,Omega Force,,,,,,,,2022-11-06 +/games/boxart/full_3503891AmericaFrontccc.jpg,Wild Hearts,PS5,Role-Playing,Unknown,Omega Force,,,,,,,,2022-11-06 +/games/boxart/full_7836494AmericaFrontccc.jpg,Will Fight for Food,OSX,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2015-04-22,2018-08-10 +/games/boxart/full_946716AmericaFrontccc.jpg,Witchbrook,PC,Role-Playing,Chucklefish,Chucklefish,,,,,,,2020-12-01,2019-07-13 +/games/boxart/full_7812628JapanFrontccc.png,Wizard's Symphony,PS4,Role-Playing,Arc System Works,Arc System Works,,,,,,,2019-02-28,2019-02-24 +/games/boxart/full_7416004JapanFrontccc.png,Wizard's Symphony,NS,Role-Playing,Arc System Works,Arc System Works,,,,,,,2019-02-28,2019-02-24 +/games/boxart/full_828511AmericaFrontccc.jpeg,Wo Long: Fallen Dynasty,PS4,Role-Playing,Unknown,Team Ninja,,,,,,,,2023-02-02 +/games/boxart/full_6508622AmericaFrontccc.jpeg,Wo Long: Fallen Dynasty,PS5,Role-Playing,Unknown,Team Ninja,,,,,,,,2023-02-02 +/games/boxart/full_9675864AmericaFrontccc.jpg,Wo Long: Fallen Dynasty,All,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-06-13 +/games/boxart/full_6167891AmericaFrontccc.jpg,Wo Long: Fallen Dynasty,PC,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-06-13 +/games/boxart/full_7486906AmericaFrontccc.jpg,Wo Long: Fallen Dynasty,XS,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-06-13 +/games/boxart/full_5512276AmericaFrontccc.jpeg,World of Final Fantasy,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2017-11-21,2018-01-03 +/games/boxart/full_5532597AmericaFrontccc.jpg,World of Final Fantasy Maxima,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2018-11-06,2018-09-13 +/games/boxart/full_4703879AmericaFrontccc.jpg,World of Final Fantasy Maxima,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2018-11-06,2018-09-13 +/games/boxart/full_9498281AmericaFrontccc.jpg,World of Final Fantasy Maxima,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-11-06,2018-09-13 +/games/boxart/full_4289242AmericaFrontccc.jpg,WrestleQuest,XOne,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 +/games/boxart/full_5049834AmericaFrontccc.jpg,WrestleQuest,XS,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 +/games/boxart/full_8345569AmericaFrontccc.jpg,WrestleQuest,PC,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 +/games/boxart/full_3644571AmericaFrontccc.jpg,WrestleQuest,PS4,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 +/games/boxart/full_6407963AmericaFrontccc.jpg,WrestleQuest,PS5,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 +/games/boxart/full_2748610AmericaFrontccc.jpg,Xenoblade Chronicles 3: Future Redeemed,NS,Role-Playing,Nintendo,Monolith Soft,,,,,,,2023-04-25,2023-05-30 +/games/boxart/full_1204585AmericaFrontccc.jpg,Xuan Yuan Sword: The Gate of Firmament,XOne,Role-Playing,E-Home Entertainment,DOMO Studio,,,,,,,2018-01-24,2018-01-24 +/games/boxart/default.jpg,Xuan Yuan Sword: The Gate of Firmament,PC,Role-Playing,Unknown,DOMO Studio,,,,,,,,2018-01-24 +/games/boxart/full_2750888JapanFrontccc.jpg,Xuan Yuan Sword: The Gate of Firmament,PS4,Role-Playing,Sony Interactive Entertainment,DOMO Studio,,,,,,,2017-03-23,2018-01-24 +/games/boxart/full_1004240AmericaFrontccc.png,YIIK: A Postmodern RPG,NS,Role-Playing,Ysbryd Games,Ackk Studios,,,,,,,2019-01-17,2018-12-12 +/games/boxart/full_9067390AmericaFrontccc.jpg,YIIK: A Postmodern RPG,PS4,Role-Playing,Ysbryd Games,Ackk Studios,,,,,,,2019-01-17,2019-01-25 +/games/boxart/default.jpg,YIIK: A Postmodern RPG,PSV,Role-Playing,Unknown,Ackk Studios,,,,,,,,2022-08-25 +/games/boxart/full_6217721JapanFrontccc.jpg,Yo-kai Watch 1 for Nintendo Switch,NS,Role-Playing,Nintendo,Level 5,,,,,,,2020-12-01,2019-08-12 +/games/boxart/full_845058AmericaFrontccc.jpg,Yo-kai Watch 4++,NS,Role-Playing,Unknown,Level 5,,,,,,,,2019-12-07 +/games/boxart/full_5101374AmericaFrontccc.jpg,Yo-kai Watch 4++,PS4,Role-Playing,Unknown,Level 5,,,,,,,,2019-12-07 +/games/boxart/full_7187999AmericaFrontccc.png,Yodanji,NS,Role-Playing,Kemco,Kemco,,,,,,,2017-12-07,2018-03-26 +/games/boxart/full_6450786JapanFrontccc.jpg,Yokai Watch 4,NS,Role-Playing,Level 5,Level 5,,,,,,,2019-06-20,2019-05-15 +/games/boxart/full_2401005AmericaFrontccc.png,Ys IX: Monstrum Nox,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2021-07-06,2021-07-30 +/games/boxart/full_6264467AmericaFrontccc.png,Ys IX: Monstrum Nox,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-07-30 +/games/boxart/full_8255720AmericaFrontccc.png,Ys IX: Monstrum Nox,PS4,Role-Playing,Falcom Corporation,Falcom,,,,,,,2019-09-26,2019-03-24 +/games/boxart/full_8868306AmericaFrontccc.jpeg,Ys Origin,NS,Role-Playing,DotEmu,Falcom,,,,,,,2020-10-01,2020-12-02 +/games/boxart/default.jpg,Ys Origin,XOne,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2018-02-21 +/games/boxart/default.jpg,Ys VIII: Lacrimosa of Dana,PC,Role-Playing,NIS America,Falcom,,,,,,,2018-12-31,2018-01-10 +/games/boxart/full_9744547JapanFrontccc.jpg,Ys: Memories of Celceta - Kai,PS4,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2020-06-09,2019-05-14 +/games/boxart/full_6526231AmericaFrontccc.jpg,Zanki Zero: Last Beginning,PC,Role-Playing,Spike Chunsoft,Lancarse,,,,,,,2019-04-09,2018-04-27 +/games/boxart/full_5967679AmericaFrontccc.jpg,Minecraft,Series,Sandbox,Mojang,Mojang,,,,,,,2011-11-18,2020-02-08 +/games/boxart/full_3958597AmericaFrontccc.jpg,Saints Row,Series,Sandbox,THQ,Volition,,,,,,,2006-08-29,2020-03-10 +/games/boxart/full_7923178AmericaFrontccc.jpg,Dragon Quest Builders,Series,Sandbox,Square Enix,Square Enix,,,,,,,2016-10-11,2020-03-11 +/games/boxart/full_8772198AmericaFrontccc.jpg,Dragon Quest Builders,All,Sandbox,Nintendo,Square Enix,,,,,,,2016-10-11,2021-01-22 +/games/boxart/full_7288791AmericaFrontccc.jpg,Dragon Quest Builders 2,All,Sandbox,Nintendo,Square Enix,,,,,,,2019-07-12,2021-01-22 +/games/boxart/full_7185495AmericaFrontccc.jpg,CastleMiner Z,XBL,Sandbox,Unknown,DigitalDNA Games,,,,,,,,2020-03-19 +/games/boxart/full_4346485AmericaFrontccc.jpg,Planet Explorers,PC,Sandbox,Unknown,Pathea Games,,,,,,,,2019-02-10 +/games/boxart/full_7836913AmericaFrontccc.jpg,Windward,PC,Sandbox,Unknown,Tasharen Entertainment Inc.,,,,,,,,2019-02-11 +/games/boxart/full_1280318AmericaFrontccc.jpg,PixARK,PC,Sandbox,Snail Games USA,Snail Games USA,,,,,,,2018-03-27,2019-05-19 +/games/boxart/full_7782187AmericaFrontccc.jpg,Blockland,PC,Sandbox,Unknown,Eric Hartman,,,,,,,,2019-02-21 +/games/boxart/full_1888755AmericaFrontccc.jpg,Avorion,PC,Sandbox,Unknown,Boxelware,,,,,,,,2019-02-27 +/games/boxart/full_5840513AmericaFrontccc.jpg,Outer Wilds,PC,Sandbox,Annapurna Interactive,Mobius Digital,,,,,,,2019-05-30,2019-05-24 +/games/boxart/full_3149362AmericaFrontccc.jpg,Outer Wilds,XOne,Sandbox,Annapurna Interactive,Mobius Digital,,,,,,,2019-05-30,2019-05-24 +/games/boxart/full_2611186AmericaFrontccc.jpg,PixARK,NS,Sandbox,Snail Game,Snail Games USA,,,,,,,2019-05-31,2019-04-08 +/games/boxart/full_9629449AmericaFrontccc.jpg,PixARK,PS4,Sandbox,Snail Game,Snail Games USA,,,,,,,2019-05-31,2019-04-08 +/games/boxart/full_2943874AmericaFrontccc.jpg,PixARK,XOne,Sandbox,Snail Game,Snail Games USA,,,,,,,2019-05-31,2019-04-08 +/games/boxart/full_2648836AmericaFrontccc.jpg,Saints Row: The Third Remastered,PS4,Sandbox,THQ,Volition,,,,,,,2020-05-22,2020-04-13 +/games/boxart/full_138304AmericaFrontccc.jpg,Saints Row: The Third Remastered,XOne,Sandbox,THQ,Volition,,,,,,,2020-05-22,2020-04-13 +/games/boxart/full_1189258AmericaFrontccc.jpg,Saints Row: The Third Remastered,PC,Sandbox,THQ,Volition,,,,,,,2020-05-22,2020-04-13 +/games/boxart/full_9594883AmericaFrontccc.png,Call of Duty,Series,Shooter,Activision,Infinity Ward,,,,,,,2003-10-29,2020-02-03 +/games/boxart/full_9618625AmericaFrontccc.jpg,Battlefield,Series,Shooter,Electronic Arts,EA DICE,,,,,,,2002-09-10,2020-02-23 +/games/boxart/full_7357112AmericaFrontccc.jpg,Borderlands,Series,Shooter,2K Games,Gearbox Software,,,,,,,2009-10-20,2020-02-05 +/games/boxart/full_62059AmericaFrontccc.png,Halo,Series,Shooter,Microsoft Game Studios,Bungie,,,,,,,2001-11-15,2020-02-03 +/games/boxart/full_6424393AmericaFrontccc.jpg,PUBG,Series,Shooter,PUBG Corporation,PUBG Corporation,,,,,,,2017-12-20,2020-03-16 +/games/boxart/full_7050830AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds,All,Shooter,PUBG Corporation,PUBG Corporation,,,,,,,2017-12-17,2020-10-24 +/games/boxart/full_6829881AmericaFrontccc.jpg,Counter-Strike,Series,Shooter,Valve,Valve,,,,,,,2000-11-09,2020-02-19 +/games/boxart/full_1870948AmericaFrontccc.jpg,Star Wars: Battlefront,Series,Shooter,LucasArts,Pandemic Studios,,,,,,,2004-09-21,2020-02-24 +/games/boxart/full_8519936AmericaFrontccc.jpg,Far Cry,Series,Shooter,Ubisoft,Ubisoft,,,,,,,2004-03-23,2020-02-11 +/games/boxart/full_6332615AmericaFrontccc.png,Destiny,Series,Shooter,Activision,Bungie,,,,,,,2014-09-09,2023-08-06 +/games/boxart/full_2491344AmericaFrontccc.png,Uncharted,Series,Shooter,Sony Interactive Entertainment,Naughty Dog,,,,,,,2007-11-20,2020-02-15 +/games/boxart/full_5948706AmericaFrontccc.jpg,BioShock,Series,Shooter,2K Games,Irrational Games,,,,,,,2007-08-21,2020-02-08 +/games/boxart/full_5448686AmericaFrontccc.jpg,Gears of War,Series,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2006-11-07,2020-03-11 +/games/boxart/full_3053446AmericaFrontccc.jpg,Counter-Strike: Global Offensive,PC,Shooter,Valve,Valve Corporation,,,,,,,2012-08-21,2019-03-26 +/games/boxart/full_702042AmericaFrontccc.jpg,Medal of Honor,Series,Shooter,Electronic Arts,"2015, Inc.",,,,,,,1999-10-31,2020-02-24 +/games/boxart/full_8052843AmericaFrontccc.jpg,PLAYERUNKNOWN'S BATTLEGROUNDS,PC,Shooter,PUBG Corporation,PUBG Corporation,,,,,,,2017-12-21,2019-04-29 +/games/boxart/full_9670934AmericaFrontccc.jpg,Tom Clancy's Rainbow Six,Series,Shooter,Ubisoft,Ubisoft,,,,,,,1998-08-21,2020-02-10 +/games/boxart/full_9251687AmericaFrontccc.jpg,Tom Clancy's Ghost Recon,Series,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-11-13,2020-03-12 +/games/boxart/full_8836123AmericaFrontccc.jpg,Ratchet & Clank,Series,Shooter,Sony Interactive Entertainment,Insomniac Games,,,,,,,2002-11-04,2020-03-10 +/games/boxart/full_8891851AmericaFrontccc.jpg,Half-life,Series,Shooter,Valve,Valve,,,,,,,1998-11-19,2020-02-19 +/games/boxart/full_9091737AmericaFrontccc.png,Call of Duty: Black Ops II,All,Shooter,Activision,Treyarch,8.5,,,,,,2012-11-13,2021-08-15 +/games/boxart/full_3301411AmericaFrontccc.png,Call of Duty: Black Ops,All,Shooter,Activision,Treyarch,8.3,,,,,,2010-11-09,2020-10-14 +/games/boxart/full_2775420AmericaFrontccc.jpg,Call of Duty: Modern Warfare,All,Shooter,Activision,Infinity Ward,,,,,,,2019-10-25,2020-11-29 +/games/boxart/full_2843828AmericaFrontccc.png,Call of Duty: Modern Warfare 3,All,Shooter,Activision,Infinity Ward,,,,,,,2011-11-08,2021-08-15 +/games/boxart/full_7347977AmericaFrontccc.jpg,Splatoon,Series,Shooter,Nintendo,Nintendo,,,,,,,2015-05-29,2020-02-16 +/games/boxart/full_6570468AmericaFrontccc.jpg,Duck Hunt,NES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1985-10-15, +/games/boxart/full_6210207AmericaFrontccc.png,Borderlands 2,All,Shooter,2K Games,Gearbox Software,,,,,,,2012-09-18,2020-10-27 +/games/boxart/full_2943830AmericaFrontccc.png,Call of Duty: Modern Warfare 2,All,Shooter,Activision,Infinity Ward,,,,,,,2009-11-10,2020-10-14 +/games/boxart/full_5442285AmericaFrontccc.jpg,Battlefield 1,All,Shooter,Electronic Arts,EA DICE,,,,,,,2016-10-21,2023-12-20 +/games/boxart/full_1692407AmericaFrontccc.png,Sniper Elite,Series,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2005-10-18,2020-02-13 +/games/boxart/full_7220955AmericaFrontccc.jpg,Tom Clancy's The Division,Series,Shooter,Ubisoft,Massive Entertainment,,,,,,,2016-03-08,2020-05-14 +/games/boxart/full_1598916AmericaFrontccc.jpg,Call of Duty: Ghosts,All,Shooter,Activision,Infinity Ward,,,,,,,2013-11-05,2020-10-14 +/games/boxart/full_814617AmericaFrontccc.jpg,Borderlands 3,All,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2020-10-27 +/games/boxart/full_8741983AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,All,Shooter,Activision,Infinity Ward,,,,,,,2007-11-05,2020-10-14 +/games/boxart/full_3111185AmericaFrontccc.png,Call of Duty: World at War,All,Shooter,Activision,Treyarch,,,,,,,2008-11-11,2020-11-29 +/games/boxart/full_9030886AmericaFrontccc.jpg,Counter-Strike: Source,PC,Shooter,VU Games,Valve Software,9.3,,,,,,2004-11-16, +/games/boxart/full_681264AmericaFrontccc.jpg,Battlefield 3,All,Shooter,Electronic Arts,EA DICE,,,,,,,2011-10-25,2020-10-23 +/games/boxart/full_3464874AmericaFrontccc.png,Just Cause,Series,Shooter,Eidos Interactive,Avalanche Studios,,,,,,,2006-09-27,2020-02-11 +/games/boxart/full_979115AmericaFrontccc.jpg,Metro,Series,Shooter,THQ,4a-games,,,,,,,2010-03-16,2021-02-14 +/games/boxart/full_8373567AmericaFrontccc.jpg,Halo 3,X360,Shooter,Microsoft Game Studios,Bungie Studios,9.6,,,,,,2007-09-25,2018-10-11 +/games/boxart/full_8445462AmericaFrontccc.jpg,Star Wars Battlefront (2015),All,Shooter,Electronic Arts,EA DICE,,,,,,,2015-11-17,2020-10-31 +/games/boxart/full_7536933AmericaFrontccc.png,Splatoon 2,NS,Shooter,Nintendo,Nintendo EPD,8.2,,,,,,2017-07-21,2018-11-19 +/games/boxart/full_portal-2_617AmericaFront.jpg,Portal 2,PC,Shooter,Valve,Valve Software,9.7,,,,,,2011-04-19, +/games/boxart/full_7752041AmericaFrontccc.jpg,ARMA,Series,Shooter,505 Games,Bohemia Interactive,,,,,,,2007-05-04,2020-02-17 +/games/boxart/6354662ccc.jpg,Half-Life 2,PC,Shooter,VU Games,Valve Software,9.7,,,,,,2004-11-16, +/games/boxart/full_9779458AmericaFrontccc.jpg,Left 4 Dead,Series,Shooter,Valve,Valve,,,,,,,2008-11-17,2020-02-19 +/games/boxart/full_7082524AmericaFrontccc.jpg,SOCOM,Series,Shooter,Sony Interactive Entertainment,Zipper Interactive,,,,,,,2002-08-27,2020-03-09 +/games/boxart/full_2940010AmericaFrontccc.jpg,Max Payne,Series,Shooter,Rockstar Games,Remedy Entertainment,,,,,,,2001-07-23,2020-11-06 +/games/boxart/full_8443313AmericaFrontccc.jpg,BioShock Infinite,All,Shooter,2K Games,Irrational Games,,,,,,,2013-03-26,2020-11-03 +/games/boxart/full_5128267AmericaFrontccc.jpg,Sniper: Ghost Warrior,Series,Shooter,City Interactive,CI Games,,,,,,,2008-10-16,2021-01-11 +/games/boxart/full_7099900AmericaFrontccc.jpg,Splatoon 3,NS,Shooter,Nintendo,Nintendo,,,,,,,2022-09-09,2021-02-17 +/games/boxart/full_7476236AmericaFrontccc.jpg,Far Cry 3,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2012-12-04,2020-10-28 +/games/boxart/full_4057113AmericaFrontccc.jpg,Far Cry 4,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2014-11-18,2020-10-28 +/games/boxart/full_294871AmericaFrontccc.jpg,Far Cry 5,All,Shooter,Ubisoft,Ubisoft,,,,,,,2018-03-27,2020-10-28 +/games/boxart/full_2864291AmericaFrontccc.png,Killing Floor,Series,Shooter,Tripwire Interactive,Tripwire Interactive,,,,,,,2009-05-14,2020-02-07 +/games/boxart/full_5820197AmericaFrontccc.jpg,Titanfall,All,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2014-03-11,2021-02-21 +/games/boxart/full_7711107AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,All,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2017-03-07,2020-11-02 +/games/boxart/full_9411160AmericaFrontccc.jpg,Tom Clancy's Rainbow Six Siege,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2015-12-01,2020-11-02 +/games/boxart/full_1266723AmericaFrontccc.jpg,Tom Clancy's The Division,All,Shooter,Ubisoft,Massive Entertainment,,,,,,,2016-03-08,2020-11-28 +/games/boxart/full_9245459AmericaFrontccc.jpg,Tom Clancy's The Division 2,All,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2020-11-28 +/games/boxart/5574270ccc.jpg,Portal,PC,Shooter,Valve Corporation,Valve Software,9,,,,,,2008-04-09, +/games/boxart/full_2932449AmericaFrontccc.jpg,Star Fox,Series,Shooter,Nintendo,Nintendo,,,,,,,1993-03-26,2020-08-18 +/games/boxart/full_8260273AmericaFrontccc.jpg,Half-Life,PC,Shooter,Sierra Entertainment,Valve Software,9.5,,,,,,1998-11-19, +/games/boxart/full_1331980AmericaFrontccc.jpg,Battlefield: Bad Company 2,All,Shooter,Electronic Arts,EA DICE,,,,,,,2010-03-02,2020-10-23 +/games/boxart/full_1289577AmericaFrontccc.jpg,Payday,Series,Shooter,Daybreak Games,Overkill Software,,,,,,,2011-10-18,2020-02-16 +/games/boxart/full_9915697AmericaFrontccc.jpeg,Star Wars Battlefront II (2017),All,Shooter,Electronic Arts,EA DICE,,,,,,,2017-11-17,2020-10-31 +/games/boxart/full_5159831AmericaFrontccc.jpg,Resistance,Series,Shooter,Sony Computer Entertainment,Insomniac Games,,,,,,,2006-11-17,2023-12-24 +/games/boxart/full_5122178AmericaFrontccc.jpg,Metro Exodus,All,Shooter,Deep Silver,4a-games,,,,,,,2019-02-15,2022-02-17 +/games/boxart/2952086ccc.jpg,GoldenEye 007,N64,Shooter,Nintendo,Rare Ltd.,9.8,,,,,,1997-08-25, +/games/boxart/2840502ccc.jpg,Halo 2,XB,Shooter,Microsoft Game Studios,Bungie Studios,9.6,,,,,,2004-11-09,2018-10-11 +/games/boxart/full_9203295AmericaFrontccc.png,Unreal,Series,Shooter,GT Interactive,Epic Games,,,,,,,1998-05-22,2020-02-14 +/games/boxart/full_2578059AmericaFrontccc.jpg,Crysis,Series,Shooter,Electronic Arts,Crytek,,,,,,,2007-11-13,2020-02-23 +/games/boxart/full_6567975AmericaFrontccc.jpg,Battlefield V,All,Shooter,Electronic Arts,EA DICE,,,,,,,2018-11-20,2020-10-09 +/games/boxart/full_515683AmericaFrontccc.jpg,Call of Duty 3,All,Shooter,Activision,Treyarch,,,,,,,2006-11-07,2022-09-26 +/games/boxart/full_1308274AmericaFrontccc.png,Lost Planet,Series,Shooter,Capcom,Capcom,,,,,,,2007-01-12,2020-02-04 +/games/boxart/full_4181962AmericaFrontccc.jpg,Borderlands,All,Shooter,2K Games,Gearbox Software,,,,,,,2009-10-20,2020-10-27 +/games/boxart/full_6398958AmericaFrontccc.jpg,Conflict,Series,Shooter,Gotham Games,Pivotal Games,,,,,,,2002-09-30,2020-02-12 +/games/boxart/full_6663240AmericaFrontccc.jpg,Star Wars: Battlefront II,All,Shooter,LucasArts,Pandemic Studios,,,,,,,2005-11-01,2020-10-31 +/games/boxart/full_1197110AmericaFrontccc.jpg,Call of Duty 2,All,Shooter,Activision,Infinity Ward,,,,,,,2005-10-25,2022-09-26 +/games/boxart/full_452301AmericaFrontccc.png,Deep Rock Galactic,All,Shooter,Coffee Stain Publishing,Ghost Ship Games,,,,,,,2020-05-13,2021-01-26 +/games/boxart/full_links-crossbow-training_1AmericaFront.jpg,Link's Crossbow Training,Wii,Shooter,Nintendo,Nintendo EAD,6.9,,,,,,2007-11-19, +/games/boxart/full_1892493PALFrontccc.jpg,Arma III,PC,Shooter,Bohemia Interactive,Bohemia Interactive,,,,,,,2013-09-12,2018-11-16 +/games/boxart/full_7466677AmericaFrontccc.jpg,Alien,Series,Shooter,Fox Interactive,Fox Video Games,,,,,,,1982-01-01,2023-06-26 +/games/boxart/full_4846574AmericaFrontccc.jpg,Wolfenstein,Series,Shooter,Bethesda Softworks,Muse Software,,,,,,,1981-09-01,2021-04-08 +/games/boxart/full_8110217AmericaFrontccc.jpg,Killzone,Series,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2004-11-02,2023-08-15 +/games/boxart/full_7453779AmericaFrontccc.jpg,Gears of War,X360,Shooter,Microsoft Game Studios,Epic Games,9.4,,,,,,2006-11-07, +/games/boxart/full_4089698AmericaFrontccc.jpg,Gears of War 2,X360,Shooter,Microsoft Game Studios,Epic Games,9.4,,,,,,2008-11-07, +/games/boxart/full_5219144AmericaFrontccc.jpg,Halo 5: Guardians,XOne,Shooter,Microsoft Studios,343 Industries,8.6,,,,,,2015-10-27,2018-03-24 +/games/boxart/2626126ccc.jpg,Halo: Combat Evolved,XB,Shooter,Microsoft,Bungie Studios,9.5,,,,,,2001-11-14,2018-10-11 +/games/boxart/full_4148619AmericaFrontccc.jpg,Killing Floor,PC,Shooter,Tripwire Interactive,Tripwire Interactive,7.5,,,,,,2009-05-14, +/games/boxart/full_469969AmericaFrontccc.jpg,Medal of Honor (2010),All,Shooter,Electronic Arts,Danger Close Games,,,,,,,2010-10-12,2020-11-02 +/games/boxart/full_8081400AmericaFrontccc.png,Splatoon,WiiU,Shooter,Nintendo,Nintendo EAD,8.4,,,,,,2015-05-29,2020-08-03 +/games/boxart/full_5094204AmericaFrontccc.jpg,Left 4 Dead,PC,Shooter,Valve Corporation,Valve Software,8.6,,,,,,2008-10-17, +/games/boxart/full_7665085AmericaFrontccc.jpg,BioShock Infinite,PC,Shooter,2K Games,Irrational Games,,,,,,,2013-03-26, +/games/boxart/full_7027156AmericaFrontccc.jpg,Arma 2: Operation Arrowhead,PC,Shooter,Meridian4,Bohemia Interactive,,,,,,,2010-06-29,2019-02-01 +/games/boxart/full_4849624AmericaFrontccc.jpg,Call of Duty,All,Shooter,Activision,Infinity Ward,,,,,,,2003-10-29,2022-09-26 +/games/boxart/full_3687815AmericaFrontccc.jpg,Perfect Dark,Series,Shooter,Rare,Rare,,,,,,,2000-05-22,2021-02-26 +/games/boxart/full_4865793AmericaFrontccc.jpg,BioShock,All,Shooter,2K Games,2K Boston,,,,,,,2007-08-21,2020-11-03 +/games/boxart/full_332320AmericaFrontccc.jpg,Max Payne,All,Shooter,Gathering of Developers,Remedy Entertainment,,,,,,,2001-07-23,2021-03-13 +/games/boxart/full_6787331AmericaFrontccc.jpg,Max Payne 3,All,Shooter,Rockstar Games,Rockstar Studios,,,,,,,2012-05-15,2020-11-06 +/games/boxart/full_7031063AmericaFrontccc.jpg,Remnant,Series,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2023-08-02 +/games/boxart/full_3574369AmericaFrontccc.png,S.T.A.L.K.E.R.,Series,Shooter,THQ,GSC Game World,,,,,,,2007-03-20,2021-07-08 +/games/boxart/6520536ccc.jpg,Star Fox 64,N64,Shooter,Nintendo,Nintendo EAD,9,,,,,,1997-07-01, +/games/boxart/full_2989259AmericaFrontccc.jpg,Star Wars: Battlefront,All,Shooter,LucasArts,Pandemic Studios,,,,,,,2004-09-21,2020-10-31 +/games/boxart/full_6390284AmericaFrontccc.jpg,Turok,Series,Shooter,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-03-04,2021-04-15 +/games/boxart/full_2051945AmericaFrontccc.jpg,Zombie Army,Series,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2013-02-28,2020-12-28 +/games/boxart/full_825609AmericaFrontccc.jpg,Half-Life 2: Episode One,PC,Shooter,Electronic Arts,Valve Software,8.7,,,,,,2006-06-01, +/games/boxart/full_7463593AmericaFrontccc.jpg,Resistance: Fall of Man,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,8.5,,,,,,2006-11-14, +/games/boxart/full_2649267AmericaFrontccc.jpg,Homefront,Series,Shooter,THQ,Kaos Studios,,,,,,,2011-03-15,2021-02-14 +/games/boxart/full_4846063AmericaFrontccc.png,Army of Two,Series,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-03-06,2021-08-15 +/games/boxart/full_167AmericaFrontccc.jpg,Doom,All,Shooter,id Software,id Software,,,,,,,1993-12-10,2021-03-19 +/games/boxart/full_7846315AmericaFrontccc.jpg,Doom 3,All,Shooter,Activision,id Software,,,,,,,2004-08-03,2022-04-24 +/games/boxart/full_2204513AmericaFrontccc.png,Duke Nukem 3D,All,Shooter,FormGen,3D Realms,,,,,,,1996-01-29,2021-03-14 +/games/boxart/full_5095376AmericaFrontccc.jpg,Half-Life 2: Episode Two,PC,Shooter,Valve Software,Valve Corporation,9.1,,,,,,2007-10-10, +/games/boxart/full_3056323AmericaFrontccc.jpg,Perfect Dark,N64,Shooter,Rare,Rare Ltd.,9.7,,,,,,2000-05-22, +/games/boxart/full_7967376AmericaFrontccc.jpg,Quake,Series,Shooter,GT Interactive,id Software,,,,,,,1996-06-22,2021-02-25 +/games/boxart/full_3408526AmericaFrontccc.png,Battlefield 1942,All,Shooter,Electronic Arts,Digital Illusions CE,,,,,,,2002-09-10,2022-09-29 +/games/boxart/full_2741193AmericaFrontccc.png,BioShock 2,All,Shooter,2K Games,2K Marin,,,,,,,2010-02-09,2020-11-03 +/games/boxart/full_525359AmericaFrontccc.jpg,Crysis,PC,Shooter,Electronic Arts,Crytek,9.2,,,,,,2007-11-13, +/games/boxart/full_8919583AmericaFrontccc.png,Crysis 2,All,Shooter,Electronic Arts,Crytek,,,,,,,2011-03-22,2020-12-31 +/games/boxart/full_3481858AmericaFrontccc.jpg,Enter the Gungeon,All,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-04-05,2021-01-21 +/games/boxart/full_gears-of-war-3_40AmericaFront.jpg,Gears of War 3,X360,Shooter,Microsoft Studios,Epic Games,9.1,,,,,,2011-09-20, +/games/boxart/full_8199541AmericaFrontccc.jpg,Halo 3: ODST,X360,Shooter,Microsoft Game Studios,Bungie,8.7,,,,,,2009-09-22,2018-10-11 +/games/boxart/full_5792279AmericaFrontccc.jpg,Left 4 Dead,X360,Shooter,Valve Corporation,Certain Affinity / Valve Software,8.7,,,,,,2008-10-18, +/games/boxart/full_2455613AmericaFrontccc.jpg,Left 4 Dead 2,X360,Shooter,Electronic Arts,Certain Affinity / Valve Software,9,,,,,,2009-11-17, +/games/boxart/full_6197373AmericaFrontccc.png,Remnant: From the Ashes,All,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2021-02-12 +/games/boxart/full_8782419AmericaFrontccc.jpg,Squad,PC,Shooter,Offworld Industries,Offworld Industries,,,,,,,2015-12-15,2019-08-29 +/games/boxart/full_6505603AmericaFrontccc.jpg,World War Z,All,Shooter,Mad Dog Games,Saber Interactive,,,,,,,2019-04-16,2020-11-27 +/games/boxart/6283330ccc.jpg,Star Fox,SNES,Shooter,Nintendo,Argonaut Games,,,,,,,1993-03-01, +/games/boxart/8103509ccc.jpg,Counter-Strike: Condition Zero,PC,Shooter,Sierra Entertainment,Turtle Rock Studios,6.8,,,,,,2004-03-23, +/games/boxart/full_4446511AmericaFrontccc.jpg,Far Cry 2,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2008-10-21,2020-10-28 +/games/boxart/full_6622167AmericaFrontccc.jpg,Superhot,Series,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2020-05-19 +/games/boxart/full_7993633AmericaFrontccc.jpg,Metroid Prime,GC,Shooter,Nintendo,Retro Studios,9.6,,,,,,2002-11-17, +/games/boxart/full_6559401AmericaFrontccc.jpg,Resistance 2,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,8.5,,,,,,2008-11-04, +/games/boxart/full_2475747AmericaFrontccc.jpg,Kane & Lynch,Series,Shooter,Eidos Interactive,IO Interactive,,,,,,,2007-11-13,2020-10-18 +/games/boxart/full_5361315AmericaFrontccc.jpg,Resident Evil: Operation Raccoon City,All,Shooter,Capcom,Slant Six Games,,,,,,,2012-03-20,2020-10-11 +/games/boxart/full_8379852AmericaFrontccc.jpg,Army of Two,All,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-03-06,2021-08-15 +/games/boxart/full_5686108AmericaFrontccc.jpg,Homefront,All,Shooter,THQ,Kaos Studios,,,,,,,2011-03-15,2021-02-14 +/games/boxart/full_3905193AmericaFrontccc.jpg,Brink,All,Shooter,Bethesda Softworks,Splash Damage,,,,,,,2011-05-10,2021-03-16 +/games/boxart/full_3416699AmericaFrontccc.png,Evolve,All,Shooter,2K Games,Turtle Rock Studios,,,,,,,2015-02-10,2021-07-22 +/games/boxart/9385950ccc.jpg,Far Cry,PC,Shooter,Ubisoft,Crytek,8.6,,,,,,2004-03-23, +/games/boxart/8855822ccc.jpg,Missile Command,2600,Shooter,Atari,Atari,,,,,,,1981-01-01, +/games/boxart/full_7491288AmericaFrontccc.png,Prey,Series,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2006-07-11,2021-01-27 +/games/boxart/6544708ccc.jpg,Battlefield 1942,PC,Shooter,Electronic Arts,Digital Illusions CE,9,,,,,,2002-09-10, +/games/boxart/full_5215561AmericaFrontccc.jpg,Tom Clancy's Ghost Recon,All,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-11-13,2020-11-02 +/games/boxart/full_4243248AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,All,Shooter,Ubisoft,Ubisoft,,,,,,,2006-03-09,2020-11-02 +/games/boxart/7669560ccc.jpg,Battlefield 2,PC,Shooter,Electronic Arts,Digital Illusions CE,9,,,,,,2005-06-21, +/games/boxart/full_9313268AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3,All,Shooter,Ubisoft,Ubisoft,,,,,,,2003-03-18,2020-11-02 +/games/boxart/full_3945849AmericaFrontccc.jpg,Ratchet: Deadlocked,PS2,Shooter,Sony Computer Entertainment,Insomniac Games,,,,,,,2005-10-25, +/games/boxart/full_664576AmericaFrontccc.jpg,Killzone: Shadow Fall,PS4,Shooter,Sony Computer Entertainment,Guerrilla Games,9,,,,,,2013-11-15,2018-04-14 +/games/boxart/full_2163896AmericaFrontccc.jpg,Lost Planet 2,All,Shooter,Capcom,Capcom,,,,,,,2010-05-11,2020-10-13 +/games/boxart/full_serious-sam-3-bfe_767AmericaFront.jpg,Serious Sam 3: BFE,PC,Shooter,Devolver Digital,Croteam,7,,,,,,2011-11-22, +/games/boxart/full_2938724AmericaFrontccc.png,Astrosmash,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1981-10-15,2018-01-13 +/games/boxart/full_9056069AmericaFrontccc.jpg,Conflict: Desert Storm,All,Shooter,Gotham Games,Pivotal Games,,,,,,,2002-09-30,2023-06-05 +/games/boxart/full_495525AmericaFrontccc.png,Die Hard Trilogy,All,Shooter,Fox Interactive,Probe Entertainment,,,,,,,1996-08-31,2021-04-11 +/games/boxart/full_2412560AmericaFrontccc.png,Doom II,All,Shooter,GT Interactive,id Software,,,,,,,1994-10-10,2021-03-19 +/games/boxart/full_1082694AmericaFrontccc.jpg,Hidden & Dangerous,Series,Shooter,TalonSoft,Illusion Softworks,,,,,,,1999-07-26,2021-03-12 +/games/boxart/full_102848AmericaFrontccc.jpg,Killzone,PS2,Shooter,Sony Computer Entertainment,Guerrilla Games,6.8,,,,,,2004-11-02, +/games/boxart/4745331ccc.jpg,Operation Flashpoint: Cold War Crisis,PC,Shooter,Codemasters,Bohemia Interactive,,,,,,,2001-08-30, +/games/boxart/full_60933AmericaFrontccc.jpg,Return to Castle Wolfenstein,All,Shooter,Activision,Gray Matter Studios,,,,,,,2001-11-19,2022-09-29 +/games/boxart/full_1938181AmericaFrontccc.jpg,S.T.A.L.K.E.R.: Shadow of Chernobyl,PC,Shooter,THQ,GSC Game World,8,,,,,,2007-03-20, +/games/boxart/7131076ccc.jpg,Space Invaders,2600,Shooter,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_3124735AmericaFrontccc.jpeg,Superhot VR,All,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-12-05,2021-01-21 +/games/boxart/full_9279216AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2008-03-18,2020-11-02 +/games/boxart/full_4071345AmericaFrontccc.jpg,Unreal Tournament,All,Shooter,GT Interactive,Epic Games,,,,,,,1999-11-22,2020-12-30 +/games/boxart/9215813ccc.jpg,Postal 2,PC,Shooter,Whiptail Interactive,Running With Scissors,4.8,,,,,,2003-04-14, +/games/boxart/full_149869AmericaFrontccc.jpg,Earth Defense Force,Series,Shooter,D3 Publisher,Sandlot,,,,,,,2003-06-26,2022-09-21 +/games/boxart/full_7530717AmericaFrontccc.jpg,Wolfenstein: The New Order,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2014-05-20,2018-01-04 +/games/boxart/full_resistance-3_940AmericaFront.jpg,Resistance 3,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,8.3,,,,,,2011-09-06, +/games/boxart/full_9900194AmericaFrontccc.jpg,Max Payne 3,PC,Shooter,Rockstar Games,Rockstar Vancouver,9,,,,,,2012-05-29, +/games/boxart/full_6168900AmericaFrontccc.jpg,Brothers in Arms: Road to Hill 30,All,Shooter,Ubisoft,Gearbox Software,,,,,,,2005-03-01,2021-03-22 +/games/boxart/full_9396993AmericaFrontccc.jpg,Kane & Lynch: Dead Men,All,Shooter,Eidos Interactive,IO Interactive,,,,,,,2007-11-13,2020-10-18 +/games/boxart/full_5803249AmericaFrontccc.jpg,Lost Planet: Extreme Condition,X360,Shooter,Capcom,Capcom,7.6,,,,,,2007-01-12, +/games/boxart/full_9926600AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2006-11-22,2020-11-02 +/games/boxart/full_9195231PALFrontccc.jpg,Aliens vs. Predator,All,Shooter,Sega,Rebellion Developments,,,,,,,2010-02-16,2020-11-14 +/games/boxart/1620986ccc.jpg,Super Scope 6,SNES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1992-01-01, +/games/boxart/full_7699367PALFrontccc.jpg,Battlefield 2: Modern Combat,All,Shooter,Electronic Arts,Digital Illusions CE,,,,,,,2005-10-24,2020-10-23 +/games/boxart/full_8739284PALFrontccc.png,Battlefield: Bad Company,All,Shooter,Electronic Arts,EA DICE,,,,,,,2008-06-23,2020-10-23 +/games/boxart/full_8811000AmericaFrontccc.jpg,BioShock 2,PC,Shooter,2K Games,2K Marin,8.5,,,,,,2010-02-09, +/games/boxart/full_4849243AmericaFrontccc.png,Battlefield 1943,All,Shooter,Electronic Arts,EA DICE,,,,,,,2009-07-08,2020-10-23 +/games/boxart/full_9789483AmericaFrontccc.jpg,Black,All,Shooter,Electronic Arts,Criterion Games,,,,,,,2006-02-28,2021-04-20 +/games/boxart/full_5546161PALFrontccc.jpg,Bulletstorm,All,Shooter,Electronic Arts,People Can Fly / Epic Games,,,,,,,2011-02-22,2021-03-14 +/games/boxart/full_6823063AmericaFrontccc.jpg,Counter-Strike,XB,Shooter,Microsoft Game Studios,Valve Software,,,,,,,2003-11-18, +/games/boxart/full_3092238AmericaFrontccc.jpg,Crackdown,X360,Shooter,Microsoft Game Studios,Realtime Worlds,8.4,,,,,,2007-02-20, +/games/boxart/full_1243793AmericaFrontccc.jpg,Crysis: Warhead,PC,Shooter,Electronic Arts,Crytek,8.4,,,,,,2008-09-16, +/games/boxart/full_3894754AmericaFrontccc.jpg,Deer Hunter: Interactive Hunting Experience,All,Shooter,WizardWorks,Sunstorm Interactive,,,,,,,1997-11-13,2022-09-28 +/games/boxart/4572450ccc.jpg,Dirge of Cerberus: Final Fantasy VII,PS2,Shooter,Square Enix,Square Enix,5.7,,,,,,2006-08-15, +/games/boxart/full_5148728AmericaFrontccc.jpg,Metro 2033,All,Shooter,THQ,4a-games,,,,,,,2010-03-16,2022-02-17 +/games/boxart/full_3123551AmericaFrontccc.jpg,Metro Redux,All,Shooter,Deep Silver,4a-games,,,,,,,2014-08-26,2021-02-14 +/games/boxart/full_252513AmericaFrontccc.jpg,Prey (2017),All,Shooter,Bethesda Softworks,Arkane Studios,,,,,,,2017-05-05,2021-01-27 +/games/boxart/full_1818939AmericaFrontccc.jpg,Star Wars: Rebel Assault,Series,Shooter,LucasArts,LucasArts,,,,,,,1993-11-01,2021-07-11 +/games/boxart/full_6547708AmericaFrontccc.jpg,Turok 2: Seeds of Evil,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,9,,,,,,1998-10-21, +/games/boxart/full_1968438AmericaFrontccc.png,Turok: Dinosaur Hunter,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,8.9,,,,,,1997-02-28, +/games/boxart/full_unreal_59AmericaFront.jpg,Unreal,PC,Shooter,GT Interactive,Epic Games,8.7,,,,,,1998-04-30, +/games/boxart/full_7682778PALFrontccc.jpg,Metro: Last Light,PC,Shooter,Deep Silver,4a-games,,,,,,,2013-05-14,2018-07-17 +/games/boxart/full_4391412AmericaFrontccc.jpg,Metroid Prime 3: Corruption,Wii,Shooter,Nintendo,Retro Studios,9,,,,,,2007-08-27, +/games/boxart/full_5619648AmericaFrontccc.jpg,1942,Series,Shooter,Capcom,Capcom,,,,,,,1984-12-01,2020-02-04 +/games/boxart/full_797041AmericaFrontccc.jpg,Quake,All,Shooter,GT Interactive,id Software,,,,,,,1996-07-22,2021-02-25 +/games/boxart/full_9974139AmericaFrontccc.jpg,Tom Clancy's Ghost Recon 2,All,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2004-11-16,2020-11-02 +/games/boxart/full_battlefield-vietnam_5AmericaFront.jpg,Battlefield Vietnam,PC,Shooter,Electronic Arts,Digital Illusions,8.5,,,,,,2004-03-16, +/games/boxart/full_6739047AmericaFrontccc.png,Aliens: Colonial Marines,All,Shooter,Sega,Gearbox Software,,,,,,,2013-02-12,2020-11-13 +/games/boxart/full_358108AmericaFrontccc.jpg,Resident Evil: The Umbrella Chronicles,Wii,Shooter,Capcom,Cavia Inc.,7.5,,,,,,2007-11-13, +/games/boxart/7678369ccc.jpg,BioShock,PC,Shooter,2K Games,2K Australia / 2K Boston,9.6,,,,,,2007-08-21,2018-07-20 +/games/boxart/5567937ccc.jpg,Hogan's Alley,NES,Shooter,Nintendo,Intelligent Systems,,,,,,,1985-10-18, +/games/boxart/full_1147407AmericaFrontccc.jpg,Aliens vs Predator,PC,Shooter,Sega,Rebellion Developments,6.2,,,,,,2010-02-16, +/games/boxart/full_7548698AmericaFrontccc.jpg,Red Steel,Series,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2006-11-19,2021-02-27 +/games/boxart/full_9615055AmericaFrontccc.png,Commando,Series,Shooter,Capcom,Capcom,,,,,,,1985-04-01,2020-02-03 +/games/boxart/full_7036443PALFrontccc.jpeg,Homefront: The Revolution,All,Shooter,Deep Silver,Dambuster Studios,,,,,,,2016-05-17,2021-02-14 +/games/boxart/full_7762969AmericaFrontccc.jpg,SolarStriker,GB,Shooter,Nintendo,Nintendo R&D1,,,,,,,1990-01-01, +/games/boxart/full_969195AmericaFrontccc.jpg,Unreal Tournament 3,All,Shooter,Midway Games,Epic Games,,,,,,,2007-11-19,2020-12-30 +/games/boxart/5417973ccc.jpg,Jet Force Gemini,N64,Shooter,Rare,Rare Ltd.,8.1,,,,,,1999-09-30, +/games/boxart/full_9075445AmericaFrontccc.jpg,Enter the Gungeon,PC,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-01-01, +/games/boxart/full_2812111AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,All,Shooter,Square Enix,IO Interactive,,,,,,,2010-08-17,2020-10-18 +/games/boxart/677715ccc.jpg,Half-Life: Opposing Force,PC,Shooter,Sierra Entertainment,Gearbox Software,8.8,,,,,,1999-11-01, +/games/boxart/full_5327768AmericaFrontccc.jpg,Metroid Prime 2: Echoes,GC,Shooter,Nintendo,Retro Studios,9.2,,,,,,2004-11-15, +/games/boxart/full_warhammer-40000-space-marine_997AmericaFront.jpg,"Warhammer 40,000: Space Marine",PC,Shooter,THQ,Relic Entertainment,7.7,,,,,,2011-09-06, +/games/boxart/full_fear-3_171AmericaFront.jpg,F.E.A.R. 3,PC,Shooter,Warner Bros. Interactive,Day 1 Studios,7.5,,,,,,2011-06-21, +/games/boxart/full_3444542AmericaFrontccc.jpg,Metroid Prime Remastered,NS,Shooter,Nintendo,Retro Studios,,,,,,,2023-02-08,2023-02-09 +/games/boxart/full_4588633AmericaFrontccc.jpg,Sniper: Ghost Warrior 2,PC,Shooter,City Interactive,City Interactive,,,,,,,2013-03-12, +/games/boxart/full_9650950AmericaFrontccc.jpg,Metroid Prime Hunters,DS,Shooter,Nintendo,Nintendo Software Technology Corporation,8.4,,,,,,2006-03-20, +/games/boxart/full_star-fox-64-3d_892AmericaFront.jpg,Star Fox 64 3D,3DS,Shooter,Nintendo,Nintendo EAD,8,,,,,,2011-09-09, +/games/boxart/full_456307AmericaFrontccc.png,Hotline Miami 2: Wrong Number,PC,Shooter,Devolver Digital,Dennaton Games,8.3,,,,,,2015-03-10,2018-01-21 +/games/boxart/full_5516490AmericaFrontccc.jpg,Serious Sam HD: The First Encounter,PC,Shooter,Devolver Digital,Croteam,6.9,,,,,,2009-11-24, +/games/boxart/full_2374800AmericaFrontccc.jpg,Returnal,PS5,Shooter,Sony Interactive Entertainment,Housemarque,,,,,,,2021-04-30,2020-06-12 +/games/boxart/full_7744576PALFrontccc.jpg,Army of Two: The 40th Day,All,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-01-12,2020-10-15 +/games/boxart/277680ccc.jpg,Doom 3,PC,Shooter,Activision,id Software,7,,,,,,2004-08-03, +/games/boxart/full_4069055AmericaFrontccc.jpg,Earth Defense Force 5,All,Shooter,D3 Publisher,Sandlot,,,,,,,2018-12-11,2022-08-17 +/games/boxart/full_3739523AmericaFrontccc.jpg,Far Cry 3: Blood Dragon,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2013-04-30,2020-10-28 +/games/boxart/full_4467289AmericaFrontccc.jpg,Gears of War: Judgment,X360,Shooter,Microsoft Studios,People Can Fly / Epic Games,,,,,,,2013-03-19,2018-09-28 +/games/boxart/full_2147040AmericaFrontccc.jpg,Gears of War: Ultimate Edition,XOne,Shooter,Microsoft Studios,The Coalition,,,,,,,2015-08-25,2018-08-10 +/games/boxart/full_60589AmericaFrontccc.jpg,GoldenEye: Rogue Agent,All,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2004-11-22,2020-12-03 +/games/boxart/6697848ccc.jpg,Hidden & Dangerous 2,PC,Shooter,Gathering of Developers,Illusion Softworks,,,,,,,2003-10-21, +/games/boxart/5290867ccc.jpg,Hidden & Dangerous,PC,Shooter,Take-Two Interactive,Illusion Softworks,,,,,,,1999-07-29, +/games/boxart/full_8520668PALFrontccc.jpg,Killing Floor 2,PC,Shooter,Tripwire Interactive,Tripwire Interactive,,,,,,,2016-11-18,2018-05-30 +/games/boxart/full_4881804AmericaFrontccc.jpg,Killzone 2,PS3,Shooter,Sony Computer Entertainment,Guerrilla Games,9.1,,,,,,2009-02-27, +/games/boxart/full_4143611AmericaFrontccc.png,Perfect Dark Zero,X360,Shooter,Microsoft Game Studios,Rare Ltd.,8.1,,,,,,2005-11-17, +/games/boxart/full_6693414AmericaFrontccc.png,Prey,All,Shooter,2K Games,Human Head Studios,,,,,,,2006-07-11,2021-01-27 +/games/boxart/full_3407373AmericaFrontccc.jpg,Quake II,All,Shooter,Activision,id Software,,,,,,,1997-12-09,2021-02-25 +/games/boxart/4871258ccc.jpg,Quake III Arena,PC,Shooter,Activision,id Software,,,,,,,1999-12-02, +/games/boxart/full_1880123AmericaFrontccc.jpg,Red Faction: Guerrilla,All,Shooter,THQ,Volition,,,,,,,2009-06-02,2021-03-31 +/games/boxart/full_7367653AmericaFrontccc.jpg,Remnant 2,All,Shooter,Gearbox Publishing,Gunfire Games,,,,,,,2023-07-25,2023-08-02 +/games/boxart/full_5465276AmericaFrontccc.jpg,Return to Castle Wolfenstein,PC,Shooter,Activision,Gray Matter Studios,,,,,,,2001-11-20, +/games/boxart/full_6580441AmericaFrontccc.jpg,Sniper Elite V2,All,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2012-05-02,2020-12-28 +/games/boxart/full_9489177AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,All,Shooter,CI Games,CI Games,,,,,,,2017-04-25,2021-01-11 +/games/boxart/full_2343217AmericaFrontccc.jpg,Sniper: Ghost Warrior Contracts,All,Shooter,CI Games,CI Games,,,,,,,2019-11-22,2021-01-11 +/games/boxart/full_4046144AmericaFrontccc.jpg,SOCOM II: U.S. Navy SEALs,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,,,,,,,2003-11-04, +/games/boxart/full_7636731AmericaFrontccc.jpg,Space Armada,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1981-10-15,2018-01-13 +/games/boxart/full_1578940AmericaFrontccc.jpg,Space Battle,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-25,2018-01-13 +/games/boxart/9840219ccc.jpg,Star Wars: Rebel Assault,PC,Shooter,LucasArts,LucasArts,,,,,,,1993-01-01, +/games/boxart/full_8644501AmericaFrontccc.jpg,Stranglehold,All,Shooter,Midway Games,Midway,,,,,,,2007-09-07,2021-04-14 +/games/boxart/full_6238953AmericaFrontccc.jpg,The Darkness,All,Shooter,2K Games,Starbreeze Studios,,,,,,,2007-06-25,2021-03-16 +/games/boxart/full_5219178AmericaFrontccc.jpg,The Punisher,All,Shooter,THQ,Volition,,,,,,,2005-01-16,2021-03-31 +/games/boxart/full_770619AmericaFrontccc.jpg,The Thing,All,Shooter,Black Label Games,Computer Artworks,,,,,,,2002-08-20,2021-09-03 +/games/boxart/full_tiger-heli_0AmericaFront.jpg,Tiger-Heli,NES,Shooter,Acclaim Entertainment,Micronics,,,,,,,1987-09-01, +/games/boxart/full_6944181AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,X360,Shooter,Ubisoft,Red Storm Entertainment / Ubisoft Paris,8.7,,,,,,2007-03-06, +/games/boxart/full_3397790AmericaFrontccc.jpg,Turok,All,Shooter,Disney Interactive Studios,Propaganda Games,,,,,,,2008-02-05,2021-04-15 +/games/boxart/full_vietcong_773AmericaFront.jpg,Vietcong,PC,Shooter,Gathering of Developers,Pterodon,,,,,,,2003-03-26, +/games/boxart/full_1213111AmericaFrontccc.jpg,Wet,All,Shooter,Bethesda Softworks,Artificial Mind & Movement,,,,,,,2009-09-15,2022-04-26 +/games/boxart/full_6708633AmericaFrontccc.png,Vanquish,All,Shooter,Sega,PlatinumGames,,,,,,,2010-10-19,2020-11-13 +/games/boxart/full_3141270AmericaFrontccc.jpg,Red Steel,Wii,Shooter,Ubisoft,Ubisoft Paris,5.9,,,,,,2006-11-19, +/games/boxart/full_1221716AmericaFrontccc.jpg,Zombie Army Trilogy,PC,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2015-03-06,2018-05-30 +/games/boxart/full_1305248AmericaFrontccc.jpg,Sniper: Ghost Warrior,PC,Shooter,City Interactive,City Interactive,5.4,,,,,,2010-06-29, +/games/boxart/full_2799843AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,All,Shooter,Ubisoft,Techland,,,,,,,2009-06-30,2021-01-27 +/games/boxart/3520106ccc.jpg,Syphon Filter,PS,Shooter,989 Studios,Eidetic,9.2,,,,,,1999-01-31, +/games/boxart/full_duke-nukem-forever_620AmericaFront.jpg,Duke Nukem Forever,PC,Shooter,2K Games,Gearbox Software,4.6,,,,,,2011-06-14, +/games/boxart/full_8350924AmericaFrontccc.jpg,Red Orchestra: Ostfront 41-45,PC,Shooter,Tripwire Interactive,Tripwire Interactive,,,,,,,2006-03-14, +/games/boxart/full_6195925PALFrontccc.jpg,SUPERHOT,PC,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2018-11-08 +/games/boxart/full_4691108AmericaFrontccc.jpg,theHunter: Call of the Wild,PC,Shooter,Maximum Games,Expansive Worlds,,,,,,,2017-03-07,2018-06-19 +/games/boxart/6664473ccc.jpg,Battlefield 2: Special Forces,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2005-11-21, +/games/boxart/full_4574534AmericaFrontccc.jpg,Deer Hunter II: The Hunt Continues,All,Shooter,WizardWorks,Sunstorm Interactive,,,,,,,1998-10-01,2022-09-28 +/games/boxart/7726070ccc.jpg,Half-Life: Blue Shift,PC,Shooter,Sierra Entertainment,Gearbox Software,6.7,,,,,,2001-06-12, +/games/boxart/full_7813100AmericaFrontccc.jpg,Shellshock: Nam '67,All,Shooter,Eidos Interactive,Guerrilla Games,,,,,,,2004-09-14,2023-05-21 +/games/boxart/full_1836958AmericaFrontccc.png,Star Strike,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1981-12-22,2018-01-13 +/games/boxart/full_7528538AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,X360,Shooter,Ubisoft,Ubisoft Paris,9.1,,,,,,2006-03-09, +/games/boxart/full_red-faction-armageddon_837AmericaFront.jpg,Red Faction: Armageddon,PC,Shooter,THQ,Volition Inc.,7.3,,,,,,2011-06-07, +/games/boxart/full_9760683AmericaFrontccc.jpg,Sewer Shark,All,Shooter,Sony Imagesoft,Digital Pictures,,,,,,,1992-10-15,2022-10-01 +/games/boxart/full_6488774AmericaFrontccc.jpg,Prey (2017),PC,Shooter,Bethesda Softworks,Arkane Studios,,,,,,,2017-05-05,2018-01-18 +/games/boxart/full_7594510AmericaFrontccc.jpg,Metal Slug 3,PC,Shooter,Unknown,SNK Corporation,,,,,,,,2019-02-08 +/games/boxart/1924951ccc.jpg,Battlefield 1942: The Road to Rome,PC,Shooter,Electronic Arts,Digital Illusions CE,8.3,,,,,,2003-02-02, +/games/boxart/full_63619AmericaFrontccc.jpg,Beat Hazard,PC,Shooter,Cold Beam Games,ShadowRage,,,,,,,2010-04-15, +/games/boxart/full_2622177AmericaFrontccc.jpg,Wolfenstein: The Old Blood,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2015-05-05,2018-04-21 +/games/boxart/full_2486426AmericaFrontccc.jpg,Black Mesa,PC,Shooter,Valve Corporation,Black Mesa Team,,,,,,,2012-09-14, +/games/boxart/full_2035586AmericaFrontccc.jpg,Sniper Elite: Nazi Zombie Army,PC,Shooter,Unknown,Rebellion Games,,,,,,,,2019-02-08 +/games/boxart/full_3801011AmericaFrontccc.jpg,State of Anarchy,PC,Shooter,Unknown,Lapovich,,,,,,,,2019-02-12 +/games/boxart/full_1237990AmericaFrontccc.png,Yakuza: Dead Souls,PS3,Shooter,Sega,Sega,7,,,,,,2012-03-13,2018-01-03 +/games/boxart/full_404566AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2017-10-27, +/games/boxart/full_7998365JapanFrontccc.jpg,Mobile Suit Gundam Seed Destiny: Rengou vs. Z.A.F.T. II Plus,PS2,Shooter,Namco Bandai,Capcom,,,,,,,2006-12-07, +/games/boxart/full_9877297PALFrontccc.jpg,Resident Evil: Revelations,PC,Shooter,Capcom,Capcom,7,,,,,,2013-05-21,2018-03-16 +/games/boxart/full_8404502AmericaFrontccc.jpg,Insurgency: Sandstorm,PC,Shooter,Focus Home Interactive,New World Interactive,,,,,,,2018-12-12,2018-12-12 +/games/boxart/full_372331AmericaFrontccc.jpg,My Friend Pedro,All,Shooter,Devolver Digital,DeadToast Entertainment,,,,,,,2019-06-20,2021-02-19 +/games/boxart/full_1558561PALFrontccc.jpg,Sniper Elite V2,PC,Shooter,Rebellion Developments,Rebellion Developments,6,,,,,,2012-04-30,2018-03-13 +/games/boxart/full_6180394AmericaFrontccc.jpg,Star Wars Rebel Assault II: The Hidden Empire,PC,Shooter,LucasArts,LucasArts,,,,,,,1995-11-30, +/games/boxart/full_1598054AmericaFrontccc.png,Thexder,All,Shooter,Game Arts,Game Arts,,,,,,,1985-04-01,2021-04-02 +/games/boxart/full_3927575AmericaFrontccc.jpg,Thief: The Dark Project,PC,Shooter,Eidos Interactive,Looking Glass Studios,9.3,,,,,,1998-11-30, +/games/boxart/full_8986509AmericaFrontccc.jpg,Blockstorm,PC,Shooter,Unknown,GhostShark,,,,,,,,2019-02-09 +/games/boxart/full_5848992AmericaFrontccc.jpg,Nuclear Throne,PC,Shooter,Unknown,Vlambeer,,,,,,,,2019-02-09 +/games/boxart/9278845ccc.jpg,Battlefield 1942: Secret Weapons of World War II,PC,Shooter,Electronic Arts,Digital Illusions CE,7.8,,,,,,2003-09-04, +/games/boxart/full_4961152AmericaFrontccc.jpg,Sniper Elite: Nazi Zombie Army 2,PC,Shooter,Unknown,Rebellion Games,,,,,,,,2019-02-09 +/games/boxart/full_6424164AmericaFrontccc.jpg,Running with Rifles,PC,Shooter,Modulaatio Games,Modulaatio Games,,,,,,,2015-04-02, +/games/boxart/full_6517090AmericaFrontccc.jpg,Aliens: Colonial Marines,PC,Shooter,Sega,Gearbox Software,,,,,,,2013-02-12,2019-01-30 +/games/boxart/full_4471818AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,PC,Shooter,Square Enix,IO Interactive,6.5,,,,,,2010-08-17, +/games/boxart/full_6804405AmericaFrontccc.jpg,Murder Miners,PC,Shooter,JForce Games,JForce Games,,,,,,,2014-07-25, +/games/boxart/full_3954736AmericaFrontccc.jpg,Battlefield 1942: The WW II Anthology,PC,Shooter,Electronic Arts,Digital Illusions CE,,,,,,,2004-04-16, +/games/boxart/full_jamestown-legend-of-the-lost-colony_47AmericaFront.jpg,Jamestown: Legend of the Lost Colony,PC,Shooter,Unknown,Final Form Games,8.3,,,,,,2011-06-08, +/games/boxart/full_1969884AmericaFrontccc.jpg,ArmA: Armed Assault,PC,Shooter,Unknown,Bohemia Interactive Studio,,,,,,,, +/games/boxart/full_2123564AmericaFrontccc.jpg,MDK,All,Shooter,Playmates,Shiny Entertainment,,,,,,,1997-05-05,2021-03-30 +/games/boxart/full_3530251AmericaFrontccc.jpg,Really Big Sky,PC,Shooter,Unknown,Boss Baddie,,,,,,,,2019-02-11 +/games/boxart/full_4839482AmericaFrontccc.jpg,Halo: Spartan Assault,PC,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2013-07-18,2018-09-27 +/games/boxart/full_8638689AmericaFrontccc.jpg,The Operative: No One Lives Forever,All,Shooter,Fox Interactive,Monolith Productions,,,,,,,2000-11-09,2021-04-10 +/games/boxart/full_7192515AmericaFrontccc.jpg,Space Beret,PC,Shooter,Unknown,Amaterasu Software,,,,,,,,2019-02-13 +/games/boxart/full_hard-reset_230AmericaFront.jpg,Hard Reset,PC,Shooter,Kalypso Media,Flying Wild Hog,7.6,,,,,,2012-03-13, +/games/boxart/full_45491AmericaFrontccc.jpg,Ratz Instagib,PC,Shooter,Unknown,Lino Slahuschek,,,,,,,,2019-02-13 +/games/boxart/full_7823349AmericaFrontccc.jpg,Zeno Clash,PC,Shooter,Tripwire Interactive,ACE Team,,,,,,,2009-10-09, +/games/boxart/full_6312468AmericaFrontccc.jpg,Fuse,All,Shooter,Electronic Arts,Insomniac Games,,,,,,,2013-05-07,2023-12-23 +/games/boxart/full_9716190AmericaFrontccc.jpg,Project Starship,PC,Shooter,Unknown,Panda Indie Studio,,,,,,,,2019-02-14 +/games/boxart/full_7280227JapanFrontccc.png,Earth Defense Force 5,PS4,Shooter,D3 Publisher,Sandlot,,,,,,,2018-12-11,2018-01-07 +/games/boxart/full_3043549AmericaFrontccc.jpg,Earth Defense Force 6,All,Shooter,D3 Publisher,Sandlot,,,,,,,2022-08-25,2022-09-02 +/games/boxart/full_2267038AmericaFrontccc.jpg,Everspace 2,PC,Shooter,Rockfish Games,Rockfish Games,,,,,,,2023-04-06,2023-04-06 +/games/boxart/full_7463376AmericaFrontccc.jpg,Natural Selection 2,PC,Shooter,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-02-16 +/games/boxart/full_6375528AmericaFrontccc.jpg,Kingdom Rush,PC,Shooter,Ironhide Game Studio,Ironhide Game Studio,,,,,,,2011-07-28, +/games/boxart/full_4718236AmericaFrontccc.jpg,Star Saviors,PC,Shooter,Unknown,Sharpened Edge Studios,,,,,,,,2019-02-15 +/games/boxart/full_1788561AmericaFrontccc.jpg,Everspace,PC,Shooter,Unknown,Rockfish Games,,,,,,,,2019-02-15 +/games/boxart/full_6719403PALFrontccc.jpg,Lost Planet 3,PC,Shooter,Capcom,Spark Unlimited,,,,,,,2013-08-27,2018-10-31 +/games/boxart/full_9723507AmericaFrontccc.jpg,Shadow Warrior Classic Redux,PC,Shooter,Unknown,General Arcade,,,,,,,,2019-02-16 +/games/boxart/full_red-steel-2_6AmericaFront.jpg,Red Steel 2,Wii,Shooter,Ubisoft,Ubisoft Paris,7.8,,,,,,2010-03-23, +/games/boxart/full_3659941AmericaFrontccc.jpg,The Conduit,Wii,Shooter,Sega,High Voltage Software,6.6,,,,,,2009-06-23, +/games/boxart/full_866238AmericaFrontccc.jpg,Bit Blaster XL,PC,Shooter,Unknown,Nickervision Studios,,,,,,,,2019-02-19 +/games/boxart/807731ccc.jpg,Postal,PC,Shooter,Ripcord Games,Running With Scissors,,,,,,,1997-09-30, +/games/boxart/full_1017158AmericaFrontccc.jpg,Battle Royale Trainer,PC,Shooter,Trickjump Games Ltd,Trickjump Games Ltd,,,,,,,2018-01-04,2019-02-17 +/games/boxart/full_4083041AmericaFrontccc.jpg,Deadfall Adventures,PC,Shooter,THQ Nordic,The Farm 51,,,,,,,2013-11-15,2019-04-29 +/games/boxart/8849283ccc.jpg,Alien Resurrection,PS,Shooter,Fox Interactive,Argonaut Games,5.2,,,,,,2000-10-10, +/games/boxart/full_3864926AmericaFrontccc.png,Loaded,PS,Shooter,Interplay,Gremlin Interactive,,,,,,,1996-01-01, +/games/boxart/full_9048898AmericaFrontccc.jpg,Wolfenstein 3D,All,Shooter,"Apogee Software, Ltd.",id Software,,,,,,,1992-05-05,2022-10-01 +/games/boxart/full_6473891AmericaFrontccc.png,World War Z,PC,Shooter,Focus Home Interactive,Saber Interactive,,,,,,,2019-04-16,2019-03-20 +/games/boxart/full_8464735PALFrontccc.jpg,Ziggurat,PC,Shooter,Milkstone Studios,Milkstone Studios,,,,,,,2014-10-23,2018-09-14 +/games/boxart/full_5409814AmericaFrontccc.jpg,Hatred,PC,Shooter,Destructive Creations,Destructive Creations,,,,,,,2015-06-01, +/games/boxart/full_6711638AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,PC,Shooter,City Interactive,City Interactive,,,,,,,2017-04-25,2018-05-29 +/games/boxart/full_9539647AmericaFrontccc.jpg,Booster Trooper,PC,Shooter,Unknown,DNS Development,,,,,,,,2019-02-21 +/games/boxart/full_4603174AmericaFrontccc.jpg,Brain In My Head,PC,Shooter,Unknown,Tatyana Murzina,,,,,,,,2019-02-21 +/games/boxart/full_5144329AmericaFrontccc.jpg,Steel Invaders,PC,Shooter,Unknown,Unknown,,,,,,,,2019-02-21 +/games/boxart/full_3782228AmericaFrontccc.jpg,Red Death,PC,Shooter,Unknown,Panda Indie Studio,,,,,,,,2019-02-22 +/games/boxart/full_929738AmericaFrontccc.jpg,Screencheat,PC,Shooter,Unknown,Samurai Punk,,,,,,,,2019-02-23 +/games/boxart/full_1770335AmericaFrontccc.jpg,RUINER,PC,Shooter,Unknown,Reikon Games,,,,,,,,2019-02-25 +/games/boxart/full_4328818AmericaFrontccc.jpg,Earth Defense Force 4.1: The Shadow of New Despair,PC,Shooter,D3Publisher,Sandlot,,,,,,,2016-07-18, +/games/boxart/full_3499152AmericaFrontccc.jpg,Azur Lane: Crosswave,All,Shooter,Idea Factory International,Felistella,,,,,,,2020-02-13,2021-02-19 +/games/boxart/full_battlefield-2-euro-force_0AmericaFront.jpg,Battlefield 2: Euro Force,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2006-03-15, +/games/boxart/full_1934532AmericaFrontccc.jpg,Disruptor,PS,Shooter,Universal Interactive,Insomniac Games,,,,,,,1996-11-20, +/games/boxart/full_3198153PALFrontccc.jpg,Global Defence Force,PS2,Shooter,Essential Games,Sandlot,,,,,,,2007-06-29, +/games/boxart/full_5528698AmericaFrontccc.jpg,Metro Exodus,PC,Shooter,Deep Silver,4a-games,,,,,,,2019-02-15,2018-01-01 +/games/boxart/full_alien-breed-impact_410AmericaFront.jpg,Alien Breed: Impact,PC,Shooter,Team17 Software,Team17 Software,,,,,,,2010-06-03, +/games/boxart/full_9678397AmericaFrontccc.jpg,Call of Duty: Modern Warfare Remastered,PC,Shooter,Activision,Infinity Ward,,,,,,,2018-01-01,2018-01-14 +/games/boxart/full_6645007AmericaFrontccc.jpg,Primal Carnage: Extinction,PC,Shooter,Pub Games,Circle 5 Studios,,,,,,,2015-04-03, +/games/boxart/full_3350025AmericaFrontccc.jpg,"Bye-Bye, Wacky Planet",PC,Shooter,Unknown,Rasul Mono,,,,,,,,2019-03-01 +/games/boxart/full_1804593AmericaFrontccc.jpg,BitMaster,PC,Shooter,Unknown,Vladimir Shlapak,,,,,,,,2019-03-02 +/games/boxart/full_the-ball_445AmericaFront.jpg,The Ball,PC,Shooter,Tripwire Interactive,Teotl Studios,6.3,,,,,,2011-01-18, +/games/boxart/full_1018206AmericaFrontccc.jpg,Enemy Front,PC,Shooter,City Interactive,City Interactive,,,,,,,2014-06-10,2019-01-03 +/games/boxart/full_70455AmericaFrontccc.jpg,Space Pirate Trainer,PC,Shooter,Unknown,I-Illusions,,,,,,,,2019-03-05 +/games/boxart/full_1388290AmericaFrontccc.jpg,Dragonia,PC,Shooter,Unknown,Blue Studio,,,,,,,,2019-03-09 +/games/boxart/full_4254743AmericaFrontccc.jpg,Intrusion 2,PC,Shooter,Unknown,Aleksey Abramenko,,,,,,,,2019-03-09 +/games/boxart/full_3608376AmericaFrontccc.jpg,Splatter - Zombie Apocalypse,PC,Shooter,Unknown,Dreamworlds,,,,,,,,2019-03-09 +/games/boxart/full_5912229AmericaFrontccc.jpg,Shattered Steel,All,Shooter,Interplay Productions,BioWare,,,,,,,1996-10-01,2021-03-30 +/games/boxart/8044051ccc.jpg,System Shock,PC,Shooter,Origin Systems,Looking Glass Studios,,,,,,,1994-01-01, +/games/boxart/full_9386868AmericaFrontccc.jpg,The Mean Greens - Plastic Warfare,PC,Shooter,Unknown,Virtual Basement LLC,,,,,,,,2019-03-12 +/games/boxart/full_5230754AmericaFrontccc.jpg,Serious Sam Classics: Revolution,PC,Shooter,Devolver Digital,Croteam,,,,,,,2014-04-30,2018-12-27 +/games/boxart/full_6063793AmericaFrontccc.jpg,The Last Hope: Trump vs Mafia - North Korea,PC,Shooter,Unknown,Atomic Fabrik,,,,,,,,2019-03-16 +/games/boxart/full_55429AmericaFrontccc.jpg,PARTICLE MACE,PC,Shooter,Unknown,Andy Wallace,,,,,,,,2019-03-17 +/games/boxart/full_6863124AmericaFrontccc.jpg,SUPERHOT VR,PC,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2017-05-25,2018-11-09 +/games/boxart/full_alien-breed-2-assault_770AmericaFront.jpg,Alien Breed 2: Assault,PC,Shooter,Team17 Software,Team17 Software,,,,,,,2010-09-22, +/games/boxart/full_the-polynomial-space-of-the-music_449AmericaFront.jpg,The Polynomial - Space of the Music,PC,Shooter,Unknown,Dmytry Lavrov,,,,,,,2009-05-28, +/games/boxart/full_3612988AmericaFrontccc.jpg,Masked Shooters 2,PC,Shooter,Unknown,FreezeNova,,,,,,,,2019-03-21 +/games/boxart/full_6040889AmericaFrontccc.jpg,Oddworld: Stranger's Wrath HD,PC,Shooter,Unknown,Oddworld Inhabitants,,,,,,,,2019-03-22 +/games/boxart/full_8459461AmericaFrontccc.jpg,ASSASSINATION BOX,PC,Shooter,Unknown,VitaliZelenyuk,,,,,,,,2019-03-22 +/games/boxart/full_8378674PALFrontccc.jpg,Monster Attack,PS2,Shooter,Agetec,Sandlot,,,,,,,2004-07-27, +/games/boxart/full_7629218AmericaFrontccc.jpg,Zeno Clash 2,PC,Shooter,Unknown,ACE Team,,,,,,,, +/games/boxart/full_7090116AmericaFrontccc.jpg,Vanquish,PC,Shooter,Sega,PlatinumGames,,,,,,,2017-05-25,2018-11-02 +/games/boxart/full_5229097AmericaFrontccc.jpg,Enemy Mind,PC,Shooter,Unknown,Schell Games,,,,,,,,2019-03-29 +/games/boxart/full_6609699AmericaFrontccc.jpg,Heckabomb,PC,Shooter,Kiss,Allicorn Games,,,,,,,2015-02-27,2019-04-22 +/games/boxart/full_5549514AmericaFrontccc.jpg,Sun Blast: Star Fighter,PC,Shooter,EQ Games,OBLONE Software,,,,,,,2015-04-03,2019-04-22 +/games/boxart/full_8331108AmericaFrontccc.jpg,Serious Sam: Double D XXL,PC,Shooter,Devolver Digital,Mommy's Best Games,,,,,,,2011-08-30,2018-12-27 +/games/boxart/full_7131674AmericaFrontccc.jpg,Sine Mora,PC,Shooter,HandyGames,Digital Reality,,,,,,,2012-11-09,2019-04-22 +/games/boxart/full_9894714AmericaFrontccc.jpg,Tower of Guns,PC,Shooter,Terrible Posture Games LLC,Terrible Posture Games,,,,,,,2014-03-04,2019-04-22 +/games/boxart/full_front-mission-evolved_9AmericaFront.jpg,Front Mission Evolved,PC,Shooter,Square Enix,Double Helix Games,,,,,,,2010-09-28, +/games/boxart/full_6464519AmericaFrontccc.jpg,BattleStorm,PC,Shooter,Icy Studios,Icy Studios,,,,,,,2016-03-24,2019-04-22 +/games/boxart/404361ccc.jpg,Battlefield 2: Armored Fury,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2006-01-01, +/games/boxart/full_1639185AmericaFrontccc.jpg,Dinosaur Hunt,PC,Shooter,ANPA.US,Racing Bros,,,,,,,2015-09-17,2019-04-21 +/games/boxart/full_2249515AmericaFrontccc.jpg,Ikaruga,PC,Shooter,Treasure,Treasure,,,,,,,2014-02-18,2019-04-21 +/games/boxart/full_298952AmericaFrontccc.jpg,Omega One,PC,Shooter,StarSystemStudios,StarSystemStudios,,,,,,,2017-02-01,2019-04-21 +/games/boxart/full_6373218AmericaFrontccc.jpg,DeadCore,PC,Shooter,Bandai Namco Entertainment,5 Bits Games,,,,,,,2014-10-17,2019-04-21 +/games/boxart/full_4415925AmericaFrontccc.jpg,Asteroid Bounty Hunter,PC,Shooter,Just1337 Publisher,Just1337 Studio,,,,,,,2016-02-17,2019-04-21 +/games/boxart/3147065ccc.jpg,The Typing of the Dead,PC,Shooter,Empire Interactive,Smilebit,,,,,,,2001-09-23, +/games/boxart/full_4529533AmericaFrontccc.jpg,Guncraft,PC,Shooter,Reverb Triple XP,Exato Games Studio,,,,,,,2013-08-10,2019-04-16 +/games/boxart/full_bloody-good-time_4AmericaFront.jpg,Bloody Good Time,PC,Shooter,Ubisoft,Outerlight,5,,,,,,2010-10-27, +/games/boxart/full_4297237AmericaFrontccc.jpg,Heavy Bullets,PC,Shooter,Devolver Digital,Terri Vellmann,,,,,,,2014-05-15,2019-04-08 +/games/boxart/full_4977496AmericaFrontccc.jpg,Brother Wings,PC,Shooter,Brogames,Brogames,,,,,,,2017-01-11,2019-04-08 +/games/boxart/full_1147307AmericaFrontccc.jpg,Putrefaction,PC,Shooter,Kazakov Oleg,Kazakov Oleg,,,,,,,2015-08-07,2019-04-01 +/games/boxart/full_4374522AmericaFrontccc.jpg,AXYOS,PC,Shooter,Axyos Games,Axyos Games,,,,,,,2018-08-01,2019-03-31 +/games/boxart/full_2795029AmericaFrontccc.jpg,Devil Daggers,PC,Shooter,Sorath,Sorath,,,,,,,2016-02-18,2019-03-27 +/games/boxart/full_139033AmericaFrontccc.jpg,Retrovirus,PC,Shooter,Cadenza Interactive,Cadenza Interactive,,,,,,,2013-01-31,2019-03-24 +/games/boxart/full_1662096AmericaFrontccc.jpg,Choplifter,All,Shooter,Broderbund,Dan Gorlin,,,,,,,1982-05-21,2021-04-06 +/games/boxart/full_5392733AmericaFrontccc.png,Flying Heroes,PC,Shooter,Unknown,Illusion Softworks,,,,,,,,2021-03-12 +/games/boxart/full_5595784AmericaFrontccc.jpg,Gal Gun: Double Peace,All,Shooter,PQube,Inti Creates,,,,,,,2016-08-02,2021-01-30 +/games/boxart/full_3939017AmericaFrontccc.jpg,Pocky & Rocky Reshrined,All,Shooter,Natsume Atari,Tengo Project,,,,,,,2022-06-23,2022-07-14 +/games/boxart/full_8303892AmericaFrontccc.jpg,World War 3,PC,Shooter,The Farm 51,The Farm 51,,,,,,,2018-10-20,2019-08-29 +/games/boxart/full_1722045AmericaFrontccc.jpg,Wetlands,PC,Shooter,Unknown,Hypnotix,,,,,,,,2021-03-13 +/games/boxart/full_2533586AmericaFrontccc.jpg,DUSK,PC,Shooter,New Blood Interactive,David Szymanski,,,,,,,2018-12-18,2019-01-14 +/games/boxart/full_3864527AmericaFrontccc.jpg,Blue Max,All,Shooter,U.S. Gold,Synapse Software,,,,,,,1983-01-01,2023-06-24 +/games/boxart/full_367256AmericaFrontccc.jpg,Shamus,All,Shooter,Atarisoft,Synapse Software,,,,,,,1982-01-01,2023-06-24 +/games/boxart/full_1968673AmericaFrontccc.png,Trespasser,PC,Shooter,Unknown,DreamWorks Interactive,,,,,,,,2021-01-19 +/games/boxart/full_4914856AmericaFrontccc.jpg,Elite Forces: WWII - Normandy,PC,Shooter,ValuSoft,Third Law Interactive,,,,,,,2001-02-02,2023-05-24 +/games/boxart/full_1736098AmericaFrontccc.png,Blood Money,All,Shooter,Psygnosis,DMA Design,,,,,,,1989-05-01,2021-04-23 +/games/boxart/full_4824535AmericaFrontccc.jpg,Threshold,All,Shooter,Sierra Entertainment,On-Line Systems,,,,,,,1981-01-01,2022-04-05 +/games/boxart/full_7942108AmericaFrontccc.png,Gorgon,OSX,Shooter,Unknown,Sirius Software,,,,,,,,2021-04-06 +/games/boxart/full_4353659AmericaFrontccc.png,Menace,All,Shooter,Psygnosis,DMA Design,,,,,,,1988-01-01,2021-04-23 +/games/boxart/full_9504462AmericaFrontccc.jpg,Super Invader,OSX,Shooter,California Pacific,Astar International Company,,,,,,,1979-11-01,2021-04-06 +/games/boxart/full_1723118AmericaFrontccc.jpg,Galactic Chase,PC,Shooter,Unknown,Anthony Weber,,,,,,,,2021-04-06 +/games/boxart/full_6076804AmericaFrontccc.jpg,Sneakers,ApII,Shooter,Sirius Software,Sirius Software,,,,,,,1981-07-01,2022-04-05 +/games/boxart/full_3733815AmericaFrontccc.png,Rear Guard,All,Shooter,Adventure International,Adventure International,,,,,,,1981-12-01,2021-04-06 +/games/boxart/full_9084285JapanFrontccc.jpg,'70s Robot Anime: Geppy-X,PS,Shooter,Aroma,Aroma,,,,,,,1999-05-27, +/games/boxart/full_6548271AmericaFrontccc.jpg,(c-12) Final Resistance,PS,Shooter,Sony Computer Entertainment,SCEE Cambridge,6.5,,,,,,2002-07-22,2018-04-20 +/games/boxart/full_1122721AmericaFrontccc.jpg,0 day Attack on Earth,XBL,Shooter,Square Enix,Gulti,4.2,,,,,,2009-12-23, +/games/boxart/full_6872089AmericaFrontccc.jpg,007 Legends,Mob,Shooter,Activision,Eurocom,,,,,,,2012-11-02,2018-10-16 +/games/boxart/full_1941740PALFrontccc.jpg,007: Tomorrow Never Dies / The World is not Enough,PS,Shooter,Electronic Arts,Black Ops Entertainment,,,,,,,2002-09-13, +/games/boxart/full_1329781AmericaFrontccc.jpg,100 Bullets,PSP,Shooter,Unknown,Unknown,,,,,,,, +/games/boxart/full_2616698AmericaFrontccc.jpg,1337 Ship Deathmatch,XBL,Shooter,Microsoft,LocoPuyo,,,,,,,2009-08-20, +/games/boxart/full_1941-counter-attack_6JapanFront.jpg,1941: Counter Attack,PCE,Shooter,Hudson Soft,Capcom,,,,,,,1991-08-22, +/games/boxart/full_7013399AmericaFrontccc.jpg,1942,GB,Shooter,Capcom,Digital Eclipse,,,,,,,2000-04-30, +/games/boxart/default.jpg,1942 (Arcade),VC,Shooter,Capcom,Capcom,,,,,,,2011-01-24, +/games/boxart/full_1942-joint-strike_59AmericaFront.jpg,1942: Joint Strike,XBL,Shooter,Capcom,Backbone Entertainment,6.9,,,,,,2008-07-23, +/games/boxart/5840601ccc.jpg,1942: Joint Strike,PSN,Shooter,Capcom,Backbone Entertainment,7,,,,,,2008-07-24, +/games/boxart/full_1943-kai_6JapanFront.jpg,1943 Kai,PCE,Shooter,Naxat Soft,Capcom,,,,,,,1991-03-22, +/games/boxart/full_2899160AmericaFrontccc.jpg,1943: The Battle of Midway,NES,Shooter,Capcom,Capcom,,,,,,,1988-10-01, +/games/boxart/full_2000937AmericaFrontccc.jpg,2176 Supernova Storm,XBL,Shooter,Microsoft,BenS1,,,,,,,2009-02-10, +/games/boxart/5148856ccc.jpg,25 to Life,PC,Shooter,Eidos Interactive,Avalanche Software / Ritual Entertainment,,,,,,,2006-01-17, +/games/boxart/full_3-d-worldrunner_156AmericaFront.jpg,3-D WorldRunner,NES,Shooter,Acclaim Entertainment,Square,,,,,,,1987-09-01, +/games/boxart/full_3d-classics-xevious_617AmericaFront.png,3D Classics: Xevious,3DS,Shooter,Nintendo,Namco,5.5,,,,,,2011-07-21, +/games/boxart/full_9555310AmericaFrontccc.jpg,3D Infinity,XBL,Shooter,Microsoft,SmileBoom,,,,,,,2010-04-15, +/games/boxart/full_2495931JapanFrontccc.jpg,3D Shooting Tsukuru,PS,Shooter,ASCII Entertainment,ASCII Entertainment,,,,,,,1996-12-20, +/games/boxart/full_99bullets_742AmericaFront.jpg,99Bullets,DSiW,Shooter,Unknown,EnjoyUp Games,,,,,,,2011-05-23, +/games/boxart/full_8512617AmericaFrontccc.jpg,A Kitchen Sink War,XBL,Shooter,Microsoft,ECHS BACHS,,,,,,,2008-11-26, +/games/boxart/full_a-space-shooter-for-2-bucks_830PALFront.png,A Space Shooter for 2 Bucks!,PSN,Shooter,Frima Studio,Frima Studio,,,,,,,2010-12-21, +/games/boxart/full_130907AmericaFrontccc.jpg,A Topsy Turvy Life: The Turvys Strike Back,DSiW,Shooter,Tecmo Koei,Tecmo Koei Holdings,,,,,,,2010-05-31, +/games/boxart/default.jpg,A-Force,GB,Shooter,Sachen,sachen,,,,,,,1993-01-01, +/games/boxart/full_abaddon-retribution_0AmericaFront.jpg,Abaddon: Retribution,XBL,Shooter,Microsoft,Firestorm Studios,,,,,,,2010-09-09, +/games/boxart/3030395ccc.jpg,Abadox: The Deadly Inner War,NES,Shooter,Milton Bradley,Natsume,,,,,,,1990-03-01, +/games/boxart/full_ace-armstrong-vs-the-alien-scumbags_8PALFront.jpg,Ace Armstrong vs. the Alien Scumbags,PSN,Shooter,Laughing Jackal,Laughing Jackal,,,,,,,2010-09-07, +/games/boxart/full_6865705AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,PC,Shooter,Namco Bandai Games,Namco Bandai Games,,,,,,,2019-02-01,2019-01-25 +/games/boxart/full_7158445AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,XOne,Shooter,Bandai Namco Games,Namco Bandai Games,,,,,,,2019-01-18,2019-01-25 +/games/boxart/full_3731717AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,PS4,Shooter,Bandai Namco Games,Namco Bandai Games,,,,,,,2019-01-18,2019-01-25 +/games/boxart/full_7931778AmericaFrontccc.jpg,Aces of the Galaxy,XBL,Shooter,Sierra Online,Artech Studios,7.8,,,,,,2008-06-04, +/games/boxart/full_aces-of-the-galaxy_391AmericaFront.jpg,Aces of the Galaxy,PC,Shooter,Sierra Entertainment,Artech Studios,7.5,,,,,,2008-06-04, +/games/boxart/full_2560298JapanFrontccc.jpg,Acrobat Mission,SNES,Shooter,Techiku,UPL & Micronics,,,,,,,1992-09-11, +/games/boxart/1173583ccc.jpg,Advanced Battlegrounds: The Future of Combat,PC,Shooter,DreamCatcher Interactive,Techland,,,,,,,2004-12-27, +/games/boxart/full_278165JapanFrontccc.jpg,Advanced Busterhawk Gley Lancer,GEN,Shooter,NCS,NCS,,,,,,,1992-07-17, +/games/boxart/full_4286379JapanFrontccc.jpg,Advanced Busterhawk Gley Lancer,VC,Shooter,NCS,NCS,,,,,,,2008-07-21, +/games/boxart/full_2048084AmericaFrontccc.jpg,Adventures of Dino-Riki,NES,Shooter,Hudson Soft,Rix Soft,,,,,,,1989-09-01, +/games/boxart/full_5486120AmericaFrontccc.jpg,Aegis Wing,XBL,Shooter,Microsoft,Carbonated Games,,,,,,,2007-05-16, +/games/boxart/full_6807861AmericaFrontccc.jpg,Aerial Assault,GG,Shooter,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_5013442AmericaFrontccc.jpg,Aerial Assault,MS,Shooter,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_5362350AmericaFrontccc.jpg,Aerial Strike: The Yager Missions,PC,Shooter,DreamCatcher Interactive,Yager Development,,,,,,,2005-02-04, +/games/boxart/full_4438560AmericaFrontccc.jpg,Aero Blasters,PCE,Shooter,Turbo Technologies,Inter State,,,,,,,1990-01-01, +/games/boxart/502582ccc.jpg,Aero Fighters,SNES,Shooter,Video System,Video System,,,,,,,1993-07-30, +/games/boxart/8097564ccc.jpg,Aero Fighters 2,NG,Shooter,Video System,Video System,,,,,,,1994-01-01, +/games/boxart/full_1196852JapanFrontccc.jpg,Aero Fighters 3,NG,Shooter,Video System,Video System,,,,,,,1995-11-17, +/games/boxart/full_aero-fighters-3-cd_426AmericaFront.jpg,Aero Fighters 3 (CD),NG,Shooter,SNK,Video System,,,,,,,1995-01-01, +/games/boxart/full_aerostar_299AmericaFront.jpg,Aerostar,GB,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1991-09-01, +/games/boxart/default.jpg,After Burner,MSX,Shooter,Sega,SunSoft,,,,,,,1988-01-01, +/games/boxart/full_67233AmericaFrontccc.jpg,After Burner,S32X,Shooter,Sega,SunSoft,,,,,,,1994-01-01, +/games/boxart/full_7481760AmericaFrontccc.jpg,After Burner,ACPC,Shooter,Sega,SunSoft,,,,,,,1988-01-01, +/games/boxart/full_2870836AmericaFrontccc.jpg,After Burner,Amig,Shooter,Sega,SunSoft,,,,,,,1988-01-01, +/games/boxart/default.jpg,After Burner,AST,Shooter,Sega,SunSoft,,,,,,,1988-01-01, +/games/boxart/6237550ccc.jpg,After Burner,NES,Shooter,Tengen,SunSoft,,,,,,,1989-01-01, +/games/boxart/full_7018980AmericaFrontccc.jpg,After Burner,MSD,Shooter,Sega,SunSoft,,,,,,,1989-01-01, +/games/boxart/default.jpg,After Burner,FMT,Shooter,CSK Research Institute,SunSoft,,,,,,,1989-01-01, +/games/boxart/4202299ccc.jpg,After Burner II,GEN,Shooter,Sega,Sega-AM2,,,,,,,1990-03-22, +/games/boxart/default.jpg,After Burner II,MSD,Shooter,Sega,Bits Laboratory,,,,,,,1989-01-01, +/games/boxart/default.jpg,After Burner II,Amig,Shooter,Activision,Bits Laboratory,,,,,,,1989-01-01, +/games/boxart/full_8338590JapanFrontccc.jpg,After Burner II,PCE,Shooter,NEC,Bits Laboratory,,,,,,,1990-09-28, +/games/boxart/default.jpg,After Burner II,AST,Shooter,Activision,Bits Laboratory,,,,,,,1989-01-01, +/games/boxart/default.jpg,Afterfall: InSanity,X360,Shooter,TGC,Nicolas Intoxicate,,,,,,,2020-12-31, +/games/boxart/default.jpg,Afterfall: InSanity,PS3,Shooter,TGC,Nicolas Intoxicate,,,,,,,, +/games/boxart/full_4385926AmericaFrontccc.png,Age of Zombies,PSN,Shooter,Halfbrick Studios,Halfbrick Studios,9,,,,,,2010-02-25, +/games/boxart/default.jpg,Agent,PS3,Shooter,Rockstar Games,Rockstar North,,,,,,,2020-12-31, +/games/boxart/full_6283768AmericaFrontccc.jpg,Agent MOO: Maximum Overdeath,XBL,Shooter,Microsoft,Agent MOO,,,,,,,2009-08-12, +/games/boxart/full_1132952JapanFrontccc.jpg,Ai Cho Aniki,VC,Shooter,NCS,Bits Laboratory,,,,,,,2007-12-18, +/games/boxart/full_5491291JapanFrontccc.jpg,Ai Cho Aniki,PCE,Shooter,NCS,Bits Laboratory,,,,,,,1995-02-24, +/games/boxart/full_air-buster_68AmericaFront.jpg,Air Buster,GEN,Shooter,Kaneko Co. Ltd,Kaneko Co. Ltd,,,,,,,1991-01-01, +/games/boxart/2953399ccc.jpg,Air Diver,GEN,Shooter,Seismic,Asmik Corporation of America,,,,,,,1990-01-01, +/games/boxart/8927182ccc.jpg,Air Fortress,NES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1989-09-01, +/games/boxart/full_6616929PALFrontccc.jpg,Air Raid 3,PS2,Shooter,Phoenix Games,Phoenix Games,,,,,,,2007-02-27, +/games/boxart/full_air-rescue_9PALFront.jpg,Air Rescue,MS,Shooter,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_5202287AmericaFrontccc.jpg,Air Zonk,PCE,Shooter,Turbo Technologies,RED Company,,,,,,,1992-01-01, +/games/boxart/full_5648700AmericaFrontccc.jpg,Air Zonk,VC,Shooter,Hudson Soft,RED Company,,,,,,,2007-07-09, +/games/boxart/full_4568011JapanFrontccc.jpg,AirGrave,PS,Shooter,Santos,Santos,,,,,,,1996-11-29, +/games/boxart/full_airwolf-japan_7JapanFront.jpg,Airwolf (Japan),NES,Shooter,Kyugo Boueki,Kyugo Boueki,,,,,,,1988-12-24, +/games/boxart/full_5622019AmericaFrontccc.jpg,Akujin,XBL,Shooter,Microsoft,Domi,,,,,,,2009-12-26, +/games/boxart/full_aldynes_7JapanFront.jpg,Aldynes: The Mission Code for Rage Crisis,VC,Shooter,Hudson Soft,Produce!,,,,,,,2009-02-03, +/games/boxart/full_aldynes-the-mission-code-for-rage-crisis_947JapanFront.jpg,Aldynes: The Mission Code for Rage Crisis,PSN,Shooter,Hudson Soft,Produce!,,,,,,,2011-02-16, +/games/boxart/full_aldynes_0JapanFront.jpg,Aldynes: The Mission Code for Rage Crisis,PCE,Shooter,Hudson Soft,Produce!,,,,,,,1991-01-01, +/games/boxart/full_8037012JapanFrontccc.jpg,Aleste,VC,Shooter,D4 Enterprise,Compile Ltd.,,,,,,,2008-05-27, +/games/boxart/full_9071668AmericaFrontccc.jpg,Alien Breed 1: Evolution,XBL,Shooter,Team17 Software,Team17 Software,6.7,,,,,,2009-12-16, +/games/boxart/full_alien-breed-2-assault_5AmericaFront.jpg,Alien Breed 2: Assault,XBL,Shooter,Team17 Software,Team17 Software,6.1,,,,,,2010-09-22, +/games/boxart/full_alien-breed-3-descent_857AmericaFront.jpg,Alien Breed 3: Descent,PSN,Shooter,Team17 Software,Team17 Software,6.5,,,,,,2011-02-22, +/games/boxart/full_alien-breed-3-descent_761AmericaFront.jpg,Alien Breed 3: Descent,XBL,Shooter,Team17 Software,Team17 Software,6.8,,,,,,2010-11-17, +/games/boxart/full_alien-breed-3-descent_668AmericaFront.jpg,Alien Breed 3: Descent,PC,Shooter,Team17 Software,Team17 Software,6.8,,,,,,2010-11-17, +/games/boxart/full_alien-breed-impact_4AmericaFront.jpg,Alien Breed: Impact,PSN,Shooter,Team17 Software,Team17 Software,,,,,,,2010-10-05, +/games/boxart/full_alien-front_192AmericaFront.jpg,Alien Front,NGage,Shooter,Unknown,Sega WOW,,,,,,,, +/games/boxart/8849728ccc.jpg,Alien Front Online,DC,Shooter,Sega,Sega,7.8,,,,,,2001-08-09, +/games/boxart/full_alien-hideout_341AmericaFront.jpg,Alien Hideout,XBL,Shooter,Microsoft,golconda,,,,,,,2011-07-20, +/games/boxart/full_6017175PALFrontccc.jpg,Alien Hominid,GBA,Shooter,Zoo Digital Publishing,Tuna Interactive,,,,,,,2006-02-03, +/games/boxart/default.jpg,Alien Hominid,GIZ,Shooter,Unknown,Tuna Interactive,,,,,,,, +/games/boxart/full_3141188PALFrontccc.jpg,Alien Hominid,XB,Shooter,Zoo Digital Publishing,The Behemoth,,,,,,,2005-05-27, +/games/boxart/full_3009737PALFrontccc.jpg,Alien Hominid,PC,Shooter,Zoo Digital Publishing,The Behemoth,,,,,,,2006-02-24, +/games/boxart/full_9627223AmericaFrontccc.jpg,Alien Hominid HD,XBL,Shooter,The Behemoth,The Behemoth,8.3,,,,,,2007-02-28, +/games/boxart/full_4334604AmericaFrontccc.jpg,Alien Rage,PC,Shooter,CI Games,City Interactive,,,,,,,2013-09-24,2020-12-06 +/games/boxart/full_alien-shooter_742AmericaFront.jpg,Alien Shooter,PC,Shooter,Sigma,Sigma Team,,,,,,,2003-05-16, +/games/boxart/full_alien-shooter-2-conscription_168AmericaFront.jpg,Alien Shooter 2: Conscription,PC,Shooter,Sigma,Sigma Team,,,,,,,2010-07-03, +/games/boxart/full_alien-shooter-2-reloaded_2AmericaFront.jpg,Alien Shooter 2: Reloaded,PC,Shooter,Sigma,Sigma Team,,,,,,,2009-03-14, +/games/boxart/full_alien-shooter-fight-for-life_986AmericaFront.jpg,Alien Shooter: Fight for Life,PC,Shooter,Sigma,Sigma Team,,,,,,,2005-01-01, +/games/boxart/full_alien-shooter-gold-pack_123AmericaFront.jpg,Alien Shooter: Gold Pack,PC,Shooter,Sigma,Sigma Team,,,,,,,2009-03-14, +/games/boxart/full_alien-shooter-revisited_92AmericaFront.jpg,Alien Shooter: Revisited,PC,Shooter,Sigma,Sigma Team,,,,,,,2009-04-15, +/games/boxart/full_alien-shooter-the-experiment_469AmericaFront.jpg,Alien Shooter: The Experiment,PC,Shooter,Sigma,Sigma Team,,,,,,,2005-01-01, +/games/boxart/full_alien-shooter-vengeance_993AmericaFront.jpg,Alien Shooter: Vengeance,PC,Shooter,CDV Software Entertainment,Sigma Team,,,,,,,2007-02-16, +/games/boxart/full_80071PALFrontccc.jpg,Alien Soldier,GEN,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,1995-01-01, +/games/boxart/full_6571597PALFrontccc.jpg,Alien Soldier,VC,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,2007-11-05, +/games/boxart/full_alien-swarm_3AmericaFront.jpg,Alien Swarm,PC,Shooter,Valve,Valve Software,8.5,,,,,,2010-07-19, +/games/boxart/7956440ccc.jpg,Alien Syndrome,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_738378AmericaFrontccc.jpg,Alien Trilogy,PC,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-11-30, +/games/boxart/9403913ccc.jpg,Alien Trilogy,SAT,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-07-31, +/games/boxart/8562238ccc.jpg,Alien vs. Predator,AJ,Shooter,Atari,Rebellion Developments,4,,,,,,1994-10-20, +/games/boxart/full_2413712PALFrontccc.png,Alien Zombie Death,PSN,Shooter,PomPom,PomPom Games,8.2,,,,,,2010-03-25, +/games/boxart/full_alien-zombie-mega-death_163AmericaFront.jpg,Alien Zombie MegaDeath,PSN,Shooter,PomPom,PomPom Games,8.3,,,,,,2011-06-21, +/games/boxart/full_1058331AmericaFrontccc.jpg,Alienation,PS4,Shooter,Sony Interactive Entertainment,Housemarque,,,,,,,2016-04-26, +/games/boxart/9073046ccc.jpg,Aliens versus Predator 2,PC,Shooter,Fox Interactive,Monolith Productions,8.2,,,,,,2001-10-31, +/games/boxart/full_6914601AmericaFrontccc.jpg,Aliens Versus Predator 2: Gold Edition,PC,Shooter,Fox Interactive,Monolith Productions,,,,,,,2003-05-30, +/games/boxart/full_aliens-versus-predator-2-primal-hunt_2AmericaFront.jpg,Aliens versus Predator 2: Primal Hunt,PC,Shooter,Sierra Entertainment,Third Law Entertainment,,,,,,,2002-08-13, +/games/boxart/full_aliens-versus-predator-classic-2000_9AmericaFront.jpg,Aliens Versus Predator Classic 2000,PC,Shooter,Fox Interactive,Rebellion Developments,,,,,,,2010-01-16, +/games/boxart/full_9895188AmericaFrontccc.jpg,Aliens Versus Predator: Gold Edition,PC,Shooter,Fox Interactive,Rebellion Developments,,,,,,,2000-03-28, +/games/boxart/full_aliens-vs-predator_791AmericaFront.jpg,Aliens vs Predator,XBL,Shooter,Sega,Rebellion Developments,,,,,,,2011-02-15, +/games/boxart/full_alliance-of-valiant-arms_7AmericaFront.jpg,Alliance of Valiant Arms,PC,Shooter,NHN USA,Redduck Inc.,,,,,,,2009-11-11, +/games/boxart/full_963079AmericaFrontccc.jpg,Alone in the Dark: Illumination,PC,Shooter,Atari,Pure FPS,,,,,,,2015-01-01, +/games/boxart/full_2921910AmericaFrontccc.jpg,Alpha Black Zero: Intrepid Protocol,PC,Shooter,GMX Media,Khaeon,,,,,,,2004-08-27, +/games/boxart/1927637ccc.jpg,Alpha Mission,NES,Shooter,SNK,SNK Corporation,,,,,,,1987-10-01, +/games/boxart/default.jpg,Alpha Mission,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-09-06, +/games/boxart/2358045ccc.jpg,Alpha Mission II,NG,Shooter,SNK,SNK Corporation,,,,,,,1991-07-01, +/games/boxart/full_alpha-mission-ii_750AmericaFront.jpg,Alpha Mission II,PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_alpha-mission-ii-cd_655AmericaFront.jpg,Alpha Mission II (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1994-09-09, +/games/boxart/full_alpha-mission-ii-psp_172AmericaFront.jpg,Alpha Mission II (PSP),PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, +/games/boxart/full_alpha-squad_768AmericaFront.jpg,Alpha Squad,XBL,Shooter,Microsoft,DragonDivide,,,,,,,2011-01-12, +/games/boxart/default.jpg,America's Army 3,PC,Shooter,U.S. Army,U.S. Army,,,,,,,2009-06-17, +/games/boxart/default.jpg,America's Army: Rise of a Soldier,PS2,Shooter,Unknown,Secret Level,,,,,,,, +/games/boxart/full_9187024AmericaFrontccc.jpg,Amniotic,XBL,Shooter,Microsoft,Antab,,,,,,,2009-10-24, +/games/boxart/full_30418AmericaFrontccc.jpg,Amok,SAT,Shooter,Scavenger,Lemon,,,,,,,1997-01-17, +/games/boxart/full_475433AmericaFrontccc.jpg,Amok,PC,Shooter,GT Interactive,Lemon,,,,,,,1996-10-31, +/games/boxart/1598400ccc.jpg,Amsterdoom,PC,Shooter,Unknown,Davilex,,,,,,,, +/games/boxart/full_5195254AmericaFrontccc.jpg,Andro Dunos,NG,Shooter,SNK,Visco,,,,,,,1992-07-17, +/games/boxart/7707486ccc.jpg,Android Assault,SCD,Shooter,Big Fun Games,Human Entertainment,,,,,,,1994-01-01, +/games/boxart/full_andromium_833AmericaFront.jpg,Andromium,XBL,Shooter,Microsoft,MikeVentron,,,,,,,2011-08-12, +/games/boxart/default.jpg,Angel Fish,GIZ,Shooter,Unknown,Fathammer,,,,,,,, +/games/boxart/default.jpg,Angry Birds Transformers,And,Shooter,Rovio Mobile,Exient Entertainment,,,,,,,2014-10-30, +/games/boxart/default.jpg,Angry Birds Transformers,WinP,Shooter,Rovio Mobile,Exient Entertainment,,,,,,,2015-01-01, +/games/boxart/default.jpg,Animales de la Muerte,XBL,Shooter,Unknown,High Voltage Software,,,,,,,, +/games/boxart/default.jpg,Animales de la Muerte,PSN,Shooter,Unknown,High Voltage Software,,,,,,,, +/games/boxart/default.jpg,Animales de la Muerte,PC,Shooter,Unknown,High Voltage Software,,,,,,,, +/games/boxart/full_apache-overkill_10PALFront.png,Apache Overkill,PSN,Shooter,Unknown,Playerthree Limited,,,,,,,2010-10-05, +/games/boxart/full_2365276AmericaFrontccc.jpg,Apocalyptica,PC,Shooter,Konami,Extreme FX,,,,,,,2004-04-09, +/games/boxart/full_7147682JapanFrontccc.jpg,Appleseed,SNES,Shooter,Visit,Visit,,,,,,,1994-08-26, +/games/boxart/full_6289235AmericaFrontccc.jpg,Aqua,XBL,Shooter,Microsoft,Games Distillery,6,,,,,,2010-05-19, +/games/boxart/full_8073992AmericaFrontccc.jpg,Arbor Vitae,XBL,Shooter,Microsoft,Erpberger,,,,,,,2009-08-20, +/games/boxart/full_9934700AmericaFrontccc.jpg,Arcade Classic 1: Asteroids / Missile Command,GB,Shooter,Nintendo,The Code Monkeys,,,,,,,1995-07-01, +/games/boxart/4390766ccc.jpg,Arcade Classic 2: Centipede / Millipede,GB,Shooter,Nintendo,The Code Monkeys,,,,,,,1995-08-01, +/games/boxart/full_7915903AmericaFrontccc.jpg,Arcade Classic 3: Galaga / Galaxian,GB,Shooter,Namco,Namco,,,,,,,1995-09-01, +/games/boxart/full_arcade-hits-shienryu_4AmericaFront.jpg,Arcade Hits: Shienryu,PSN,Shooter,Sony Computer Entertainment,Warashi,,,,,,,2010-10-19, +/games/boxart/full_arcade-hits-sonic-wings-special_725AmericaFront.jpg,Arcade Hits: Sonic Wings Special,PSN,Shooter,Sony Computer Entertainment,Video System,,,,,,,2010-11-16, +/games/boxart/full_1979079AmericaFrontccc.jpg,Arcade Shooter: Ilvelo,Wii,Shooter,Unknown,MileStone Inc.,,,,,,,, +/games/boxart/full_arcadia_218AmericaFront.jpg,Arcadia,PC,Shooter,Unknown,Joshyy,,,,,,,2010-12-02, +/games/boxart/full_6856686PALFrontccc.jpg,Archer Maclean's Dropzone,SNES,Shooter,Psygnosis,Eurocom Entertainment Software,,,,,,,1995-12-01, +/games/boxart/default.jpg,Are? DS ga Sakasa de Sukedo. Gyaku Shooting,DSiW,Shooter,Tecmo,Tecmo,,,,,,,2010-02-03, +/games/boxart/8409944ccc.jpg,Area 51,SAT,Shooter,Midway Games,"Mesa Logic, Inc.",,,,,,,1996-09-27, +/games/boxart/full_614187AmericaFrontccc.jpg,Area 51,PC,Shooter,Midway Games,Midway Studios Austin,,,,,,,2005-06-08, +/games/boxart/full_2063826AmericaFrontccc.jpg,Area 51 (1996),PC,Shooter,GT Interactive,"Mesa Logic, Inc.",,,,,,,1996-09-30, +/games/boxart/full_9510166AmericaFrontccc.jpg,Arena: Maze of Death,GG,Shooter,Sega,Eden Entertainment Software,,,,,,,1996-01-01, +/games/boxart/full_5206791AmericaFrontccc.jpg,Aria,XBL,Shooter,Microsoft,SRH,,,,,,,2009-04-12, +/games/boxart/default.jpg,ArmA II,X360,Shooter,Unknown,Bohemia Interactive,,,,,,,, +/games/boxart/full_arma-x-10th-anniversary-edition_347AmericaFront.jpg,ArmA X: 10th Anniversary Edition,PC,Shooter,Meridian4,Meridian 4,,,,,,,2011-11-29, +/games/boxart/full_1195562AmericaFrontccc.jpg,ArmA: Combat Operations,PC,Shooter,Atari,Bohemia Interactive,,,,,,,2007-05-04, +/games/boxart/8861523ccc.jpg,Armada,DC,Shooter,Metro 3D,Metro3D,8.3,,,,,,1999-10-31, +/games/boxart/9509825ccc.jpg,Armed and Dangerous,PC,Shooter,LucasArts,Planet Moon Studios,,,,,,,2003-12-02, +/games/boxart/full_6569444AmericaFrontccc.jpg,Armor Valley,XBL,Shooter,Microsoft,Janelle,,,,,,,2009-11-09, +/games/boxart/6741734ccc.jpg,Armorines: Project S.W.A.R.M.,GB,Shooter,Acclaim Entertainment,Neon Studios,,,,,,,1999-12-01, +/games/boxart/full_5993710AmericaFrontccc.jpg,Army Defender,DSiW,Shooter,Mindscape,Kaolink,,,,,,,2009-12-07, +/games/boxart/full_6014188AmericaFrontccc.jpg,Army Men II,PC,Shooter,3DO,3DO,,,,,,,1999-02-28, +/games/boxart/full_5876859PALFrontccc.jpg,Army Men: Major Malfunction,PS2,Shooter,Unknown,Team17 Software,,,,,,,, +/games/boxart/6093627ccc.jpg,Army Men: Sarge's Heroes,DC,Shooter,Midway Games,Midway,5.9,,,,,,2000-10-30, +/games/boxart/full_4145114AmericaFrontccc.jpg,Army Men: Sarge's War,PC,Shooter,Global Star Software,Tactical Development,,,,,,,2004-07-27, +/games/boxart/full_416923AmericaFrontccc.jpg,Army Men: Sarge's War,PS2,Shooter,Global Star Software,Tactical Development,,,,,,,2004-08-02, +/games/boxart/3639003ccc.jpg,Army Men: Soldiers of Misfortune,PS2,Shooter,Zoo Games,"Big Blue Bubble, Inc.",,,,,,,2008-11-07, +/games/boxart/full_1760758AmericaFrontccc.jpg,Army of Two,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2009-10-20, +/games/boxart/full_army-of-two-ssc-challenge-map-pack_864AmericaFront.jpg,Army of Two: SSC Challenge Map Pack,PSN,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-04-24, +/games/boxart/full_army-of-two-ssc-challenge-map-pack_670AmericaFront.jpg,Army of Two: SSC Challenge Map Pack,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-04-24, +/games/boxart/full_army-of-two-the-40th-day_418AmericaFront.jpg,Army of Two: The 40th Day,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-12-07, +/games/boxart/full_6799213AmericaFrontccc.png,Army of Two: The 40th Day,PSN,Shooter,Electronic Arts,Buzz Monkey Software,4.8,,,,,,2010-01-14, +/games/boxart/full_army-of-two-the-40th-day-chapters-of-deceit_646AmericaFront.jpg,Army of Two: The 40th Day - Chapters of Deceit,PSN,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-04-01, +/games/boxart/full_army-of-two-the-40th-day-chapters-of-deceit_73AmericaFront.jpg,Army of Two: The 40th Day - Chapters of Deceit,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-04-01, +/games/boxart/full_army-of-two-veteran-map-pack_392AmericaFront.jpg,Army of Two: Veteran Map Pack,PSN,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-05-29, +/games/boxart/full_army-of-two-veteran-map-pack_797AmericaFront.jpg,Army of Two: Veteran Map Pack,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-05-29, +/games/boxart/full_arrow-flash_839AmericaFront.jpg,Arrow Flash,GEN,Shooter,Sega,"Renovation Products, Inc.",,,,,,,1990-01-01, +/games/boxart/full_ashen_89AmericaFront.jpg,Ashen,NGage,Shooter,Nokia,Torus Games,5.9,,,,,,2004-06-17, +/games/boxart/full_assault-city_9PALFront.jpg,Assault City,MS,Shooter,Sega,Sanritsu,,,,,,,1990-01-01, +/games/boxart/full_assault-heroes_944AmericaFront.jpg,Assault Heroes,PSN,Shooter,Konami,Konami,8.6,,,,,,2010-01-28, +/games/boxart/full_3128158AmericaFrontccc.jpg,Assault Heroes,XBL,Shooter,Sierra Online,Wanako Studios,7.9,,,,,,2006-12-13, +/games/boxart/full_7747014AmericaFrontccc.jpg,Assault Heroes 2,XBL,Shooter,Sierra Online,Wanako Studios,7.8,,,,,,2008-05-14, +/games/boxart/full_1667876JapanFrontccc.jpg,Assault Suit Leynos 2,SAT,Shooter,NCS,NCS,,,,,,,1997-02-21, +/games/boxart/full_assaultcube_999AmericaFront.png,AssaultCube,PC,Shooter,Unknown,Rabid Viper Productions,,,,,,,2010-11-14, +/games/boxart/full_5534665AmericaFrontccc.jpg,Astero Defender,XBL,Shooter,Microsoft,DeadwoodStudios,,,,,,,2009-09-23, +/games/boxart/full_asteroids_8AmericaFront.jpg,Asteroids,GB,Shooter,Accolade,The Code Monkeys,,,,,,,1992-02-01, +/games/boxart/default.jpg,Asteroids,5200,Shooter,Unknown,Atari,,,,,,,, +/games/boxart/full_5690753AmericaFrontccc.jpg,Asteroids,PC,Shooter,Activision,Syrox Developments,,,,,,,1998-11-30, +/games/boxart/7002844ccc.jpg,Asteroids,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_4740075AmericaFrontccc.jpg,Asteroids & Asteroids Deluxe,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-11-28, +/games/boxart/full_asteroids-gbc_6AmericaFront.jpg,Asteroids (GBC),GB,Shooter,Activision,Syrox Developments,,,,,,,1999-09-01, +/games/boxart/full_astro-robo-sasa_52JapanFront.jpg,Astro Robo Sasa,NES,Shooter,ASCII Entertainment,MTL,,,,,,,1985-08-09, +/games/boxart/full_astro-tripper_271AmericaFront.jpg,Astro Tripper,PSN,Shooter,PomPom,PomPom Games,7.3,,,,,,2009-03-12, +/games/boxart/8267521ccc.jpg,Astro Warrior,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_2317366AmericaFrontccc.jpg,Atomhex,XBL,Shooter,Microsoft,Escapist Games,,,,,,,2009-08-20, +/games/boxart/838861ccc.jpg,Atomic Robo-Kid,GEN,Shooter,Treco,Micronics,,,,,,,1990-12-13, +/games/boxart/full_atomic-robo-kid-special_10JapanFront.jpg,Atomic Robo-Kid Special,PCE,Shooter,UPL,UPL,,,,,,,1990-01-19, +/games/boxart/full_1488838AmericaFrontccc.jpg,Atomic Runner,GEN,Shooter,Data East,Data East,,,,,,,1992-01-01, +/games/boxart/full_7513307AmericaFrontccc.jpg,Atomic Runner,VC,Shooter,Paon,Data East,,,,,,,2007-09-11, +/games/boxart/full_avatar-laser-wars_629AmericaFront.jpg,Avatar Laser Wars,XBL,Shooter,Microsoft,DigitalDNA,,,,,,,2010-10-20, +/games/boxart/full_avatar-onslaught_0AmericaFront.jpg,Avatar Onslaught,XBL,Shooter,Microsoft,SniperED007,,,,,,,2010-04-27, +/games/boxart/full_avatar-paintball_3AmericaFront.jpg,Avatar Paintball,XBL,Shooter,Microsoft,DigitalDNA,,,,,,,2010-05-29, +/games/boxart/7779874ccc.jpg,Axelay,SNES,Shooter,Konami Digital Entertainment,Konami,,,,,,,1992-09-30, +/games/boxart/877121ccc.jpg,Axelay,VC,Shooter,Konami Digital Entertainment,Konami,,,,,,,2007-11-12, +/games/boxart/full_b-team-episode-1-dust-ampamp-steel_486AmericaFront.jpg,B Team - Episode 1: Dust & Steel,DSiW,Shooter,Unknown,B Team - Episode 1: Dust & Steel,,,,,,,2011-05-30, +/games/boxart/full_b-wings_619JapanFront.jpg,B-Wings,NES,Shooter,Data East,Data East,,,,,,,1986-06-03, +/games/boxart/4624148ccc.jpg,Baby Boomer,NES,Shooter,Color Dreams,Color Dreams,,,,,,,1989-01-01, +/games/boxart/full_1934403PALFrontccc.jpg,Bad Boys II,PC,Shooter,Empire Interactive,Blitz Games,,,,,,,2004-03-12, +/games/boxart/full_bakukyuu-renpatsu-super-b-daman_475JapanFront.jpg,Bakukyuu Renpatsu!! Super B-Daman,SNES,Shooter,Hudson Soft,Hudson Soft,,,,,,,1997-12-19, +/games/boxart/full_3827862JapanFrontccc.jpg,Bakuretsu Muteki Bangai-O,N64,Shooter,ESP,"Treasure Co., Ltd.",,,,,,,1999-09-03, +/games/boxart/default.jpg,Bakutotsu Kijuutei: Baraduke II (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-10-13, +/games/boxart/full_9135766AmericaFrontccc.jpg,Ball Wing,XBL,Shooter,Microsoft,DataBox Inc,,,,,,,2009-12-23, +/games/boxart/3168197ccc.png,Bang! Gunship Elite,DC,Shooter,Ubisoft,Red Storm Entertainment,7.2,,,,,,2000-12-18, +/games/boxart/7884164ccc.jpg,Bangai-O,DC,Shooter,Conspiracy Entertainment,"Treasure Co., Ltd.",8.7,,,,,,2001-03-21, +/games/boxart/full_bangai-o-hd-missile-fury_63AmericaFront.jpg,Bangai-O HD: Missile Fury,XBL,Shooter,D3 Publisher,"Treasure Co., Ltd.",7.9,,,,,,2011-05-04, +/games/boxart/full_bank-panic_3PALFront.jpg,Bank Panic,MS,Shooter,Sega,Sanritsu,,,,,,,1987-01-01, +/games/boxart/default.jpg,Baraduke (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-10-13, +/games/boxart/full_barker-bills-trick-shooting_4AmericaFront.jpg,Barker Bill's Trick Shooting,NES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1990-08-01, +/games/boxart/full_7149231JapanFrontccc.jpg,Barunba,PCE,Shooter,Namco,Zap,,,,,,,1990-04-27, +/games/boxart/full_870702JapanFrontccc.jpg,Batsugun,SAT,Shooter,Banpresto,Toaplan,,,,,,,1996-10-25, +/games/boxart/full_battle-ace_97JapanFront.jpg,Battle Ace,PSN,Shooter,Hudson Soft,Hudson Soft,,,,,,,2010-04-21, +/games/boxart/full_battle-ace_2JapanFront.jpg,Battle Ace,PCE,Shooter,Hudson Soft,Hudson Soft,,,,,,,1989-12-09, +/games/boxart/1702092ccc.jpg,Battle Clash,SNES,Shooter,Nintendo,Intelligent Systems,,,,,,,1992-10-01, +/games/boxart/full_1110159AmericaFrontccc.jpg,Battle Engine Aquila,PC,Shooter,Encore,Lost Toys,,,,,,,2003-10-23, +/games/boxart/default.jpg,Battle Engine Aquila,XBL,Shooter,Atari,Lost Toys,,,,,,,2007-01-01, +/games/boxart/full_4462521JapanFrontccc.jpg,Battle Garegga,SAT,Shooter,Electronic Arts,Eighting,,,,,,,1998-02-26, +/games/boxart/full_battle-mania-ii-daiginjou_194JapanFront.jpg,Battle Mania: Daiginjou,GEN,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1993-12-24, +/games/boxart/default.jpg,Battle Rage: Reflex,DSiW,Shooter,Unknown,Teyon Entertainment,,,,,,,, +/games/boxart/full_battle-squadron_649AmericaFront.jpg,Battle Squadron,GEN,Shooter,Electronic Arts,"Innerprise Software, Inc.",,,,,,,1990-01-01, +/games/boxart/4834425ccc.jpg,Battle Unit Zeoth,GB,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1991-07-01, +/games/boxart/full_battle-los-angeles_624AmericaFront.jpg,Battle: Los Angeles,XBL,Shooter,Konami,Live Action Studios,4.1,,,,,,2011-03-11, +/games/boxart/full_battle-los-angeles_5AmericaFront.jpg,Battle: Los Angeles,PSN,Shooter,Konami,Live Action Studios,4.5,,,,,,2011-03-22, +/games/boxart/full_battle-los-angeles_759AmericaFront.jpg,Battle: Los Angeles,PC,Shooter,Konami,Live Action Studios,4.5,,,,,,2011-03-11, +/games/boxart/4066724ccc.jpg,Battlecorps,SCD,Shooter,Time Warner Interactive,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/5951074ccc.jpg,Battlefied 2,PC,Shooter,Hitbox Team,Digital Illusions CE,,,,,,,2012-01-17, +/games/boxart/full_2935645AmericaFrontccc.jpg,Battlefield 1943,XBL,Shooter,Electronic Arts,EA DICE,8.4,,,,,,2009-07-08, +/games/boxart/full_4575390AmericaFrontccc.png,Battlefield 1943,PSN,Shooter,Electronic Arts,EA DICE,8.5,,,,,,2009-07-09, +/games/boxart/default.jpg,Battlefield 1943,PC,Shooter,Unknown,EA DICE,9,,,,,,, +/games/boxart/full_2505805PALFrontccc.jpg,Battlefield 2142: Northern Strike,PC,Shooter,Electronic Arts,Digital Illusions,7.8,,,,,,2007-03-08, +/games/boxart/full_1483638AmericaFrontccc.jpg,Battlefield 2: Complete Collection,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2007-03-13, +/games/boxart/full_battlefield-2-modern-combat_103AmericaFront.jpg,Battlefield 2: Modern Combat,XBL,Shooter,Electronic Arts,Digtal Illusions,,,,,,,2009-11-03, +/games/boxart/full_battlefield-3-back-to-karkand_152AmericaFront.jpg,Battlefield 3: Back to Karkand,XBL,Shooter,Electronic Arts,EA DICE,,,,,,,2011-12-13, +/games/boxart/default.jpg,Battlefield 3: Back to Karkand,PC,Shooter,Electronic Arts,EA DICE,,,,,,,2011-12-13, +/games/boxart/full_battlefield-3-back-to-karkand_399AmericaFront.jpg,Battlefield 3: Back to Karkand,PSN,Shooter,Electronic Arts,EA DICE,,,,,,,2011-12-06, +/games/boxart/full_battlefield-heroes_0AmericaFront.jpg,Battlefield Heroes,PC,Shooter,Electronic Arts,Digital Illusions,5,,,,,,2009-06-25, +/games/boxart/full_7379292AmericaFrontccc.jpg,Battlefield: Bad Company,XBL,Shooter,Electronic Arts,EA Digital Illusions CE AB,,,,,,,2009-08-11, +/games/boxart/full_battlefield-bad-company-2_556AmericaFront.jpg,Battlefield: Bad Company 2,XBL,Shooter,Electronic Arts,EA Digital Illusions CE,,,,,,,2010-12-14, +/games/boxart/full_battlefield-bad-company-2-vietnam_368AmericaFront.jpg,Battlefield: Bad Company 2 Vietnam,XBL,Shooter,Electronic Arts,EA Digital Illusions CE,8.8,,,,,,2010-12-21, +/games/boxart/full_battlefield-bad-company-2-vietnam_382AmericaFront.jpg,Battlefield: Bad Company 2 Vietnam,PSN,Shooter,Electronic Arts,EA Digital Illusions CE,8.3,,,,,,2010-12-21, +/games/boxart/full_battlefield-bad-company-2-vietnam_91AmericaFront.jpg,Battlefield: Bad Company 2 Vietnam,PC,Shooter,Electronic Arts,EA Digital Illusions CE,8.5,,,,,,2010-12-21, +/games/boxart/full_1032226AmericaFrontccc.jpg,Battleground Europe: World War II Online,PC,Shooter,Matrix Games,Cornered Rat,,,,,,,2006-08-01, +/games/boxart/full_4455406AmericaFrontccc.jpg,Battlestar Galactica,PC,Shooter,VU Games,Auran,,,,,,,2007-10-30, +/games/boxart/full_2550249AmericaFrontccc.jpg,Battlestar Galactica,XBL,Shooter,Sierra Online,Auran,5.3,,,,,,2007-10-24, +/games/boxart/7935247ccc.jpg,Bazooka Blitzkrieg,SNES,Shooter,Bandai,Bandai,,,,,,,1993-08-27, +/games/boxart/8088979ccc.jpg,Beany Bopper,2600,Shooter,20th Century Fox Video Games,Sirius Software,,,,,,,1982-01-01, +/games/boxart/804647ccc.jpg,Beast Wars: Transformers,PC,Shooter,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-05-31, +/games/boxart/full_9582036AmericaFrontccc.jpg,Beat Hazard,XBL,Shooter,Microsoft,ShadowRage,,,,,,,2009-10-28, +/games/boxart/full_beat-hazard-ultra_902AmericaFront.jpg,Beat Hazard Ultra,PSN,Shooter,Cold Beam Games,Cold Beam Games,,,,,,,2011-10-18, +/games/boxart/full_beat-hazard-ultra_890AmericaFront.jpg,Beat Hazard Ultra,PC,Shooter,Cold Beam Games,Cold Beam Games,,,,,,,2011-06-16, +/games/boxart/8684706ccc.jpg,Bermuda Triangle,2600,Shooter,Data Age,Data Age,,,,,,,1982-01-01, +/games/boxart/745817ccc.jpg,Berzerk,5200,Shooter,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_bet-on-soldier-black-out-saigon_359PALFront.jpg,Bet on Soldier: Black-out Saigon,PC,Shooter,Unknown,Kylotonn Entertainment,,,,,,,2006-11-10, +/games/boxart/full_bet-on-soldier-blood-of-sahara_771PALFront.jpg,Bet on Soldier: Blood of Sahara,PC,Shooter,Focus Home Interactive,Kylotonn Entertainment,,,,,,,2006-07-03, +/games/boxart/full_bet-on-soldier-trilogy_385PALFront.jpg,Bet on Soldier: Trilogy,PC,Shooter,Unknown,Kylotonn Entertainment,,,,,,,2007-06-01, +/games/boxart/full_8263705PALFrontccc.jpg,Beverly Hills Cop,PS2,Shooter,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2006-01-01, +/games/boxart/full_beware-of-the-penguins_981AmericaFront.jpg,Beware of the Penguins,XBL,Shooter,Microsoft,PC Super Hero,,,,,,,2011-08-11, +/games/boxart/full_big-town-shoot-out_810AmericaFront.jpg,Big Town Shoot Out,WW,Shooter,Performance Designed Products,Performance Designed Products,6,,,,,,2011-06-30, +/games/boxart/full_4626477AmericaFrontccc.jpg,BigHead Bash,PC,Shooter,Spicy Horse,Spicy Horse,,,,,,,2012-05-24, +/games/boxart/full_6811258AmericaFrontccc.jpg,Bio-Hazard Battle,VC,Shooter,Sega,Sega,,,,,,,2007-02-26, +/games/boxart/full_7523367AmericaFrontccc.jpg,Bio-Hazard Battle,GEN,Shooter,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_bio-hazard-battle_719AmericaFront.jpg,Bio-Hazard Battle,PC,Shooter,Sega,Sega,,,,,,,2010-10-06, +/games/boxart/full_biohazard-chronicles-value-pack_406JapanFront.jpg,Biohazard Chronicles Value Pack,Wii,Shooter,Capcom,Cavia Inc.,,,,,,,2011-09-29, +/games/boxart/default.jpg,BioHazard: Gun Survivor,PC,Shooter,Capcom,Capcom,,,,,,,2002-09-07, +/games/boxart/full_5468504AmericaFrontccc.jpg,Biology Battle,XBL,Shooter,Novaleaf Game Studios,Novaleaf Game Studios,6.5,,,,,,2008-11-18, +/games/boxart/9020530ccc.jpg,BioMetal,SNES,Shooter,Athena,Athena,,,,,,,1993-03-19, +/games/boxart/8707721ccc.jpg,Bionicle Heroes,PS2,Shooter,Eidos Interactive,Traveller's Tales,5.4,,,,,,2006-11-14, +/games/boxart/full_7834983AmericaFrontccc.jpg,Bionicle Heroes,GBA,Shooter,Eidos Interactive,Amaze Entertainment,7.9,,,,,,2006-11-14, +/games/boxart/full_4172953AmericaFrontccc.jpg,BioShock,OSX,Shooter,2K Games,Feral Interactive,,,,,,,2009-10-07,2018-07-20 +/games/boxart/full_bioshock_229AmericaFront.jpg,BioShock,XBL,Shooter,2K Games,2K Australia / 2K Boston,9.6,,,,,,2009-08-06, +/games/boxart/full_bioshock-2-minervas-den_10AmericaFront.jpg,BioShock 2: Minerva's Den,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-08-31, +/games/boxart/full_bioshock-2-minervas-den_3AmericaFront.jpg,BioShock 2: Minerva's Den,XBL,Shooter,2K Games,2K Marin,,,,,,,2010-08-31, +/games/boxart/full_bioshock-2-minervas-den_561AmericaFront.jpg,BioShock 2: Minerva's Den,PC,Shooter,2K Games,2K Marin,,,,,,,2011-05-31, +/games/boxart/full_bioshock-2-protector-trials_401AmericaFront.jpg,BioShock 2: Protector Trials,XBL,Shooter,2K Games,2K Marin,,,,,,,2010-08-03, +/games/boxart/full_bioshock-2-protector-trials_801AmericaFront.jpg,BioShock 2: Protector Trials,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-08-03, +/games/boxart/full_bioshock-2-protector-trials_150AmericaFront.jpg,BioShock 2: Protector Trials,PC,Shooter,2K Games,2K Marin,,,,,,,2011-03-14, +/games/boxart/full_bioshock-2-rapture-metro-map-pack_517AmericaFront.jpg,BioShock 2: Rapture Metro Map Pack,PC,Shooter,2K Games,2K Marin,,,,,,,2010-05-25, +/games/boxart/full_bioshock-2-rapture-metro-map-pack_63AmericaFront.jpg,BioShock 2: Rapture Metro Map Pack,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-05-11, +/games/boxart/full_bioshock-2-sinclair-solutions-test-pack_880AmericaFront.jpg,BioShock 2: Sinclair Solutions Test Pack,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-03-11, +/games/boxart/full_bioshock-2-sinclair-solutions-test-pack_844AmericaFront.jpg,BioShock 2: Sinclair Solutions Test Pack,XBL,Shooter,2K Games,2K Marin,,,,,,,2010-03-11, +/games/boxart/full_817389AmericaFrontccc.jpeg,BioShock The Collection,PC,Shooter,2K Games,"Blind Squirrel Digital, Inc",,,,,,,2016-09-13, +/games/boxart/default.jpg,BioShock Vita,PSV,Shooter,2K Games,Irrational Games,,,,,,,2020-12-31, +/games/boxart/default.jpg,BioShock: Ryan Industries Plasmids and Gene Tonics,PC,Shooter,2K Games,2K Boston,,,,,,,2007-12-04, +/games/boxart/full_bioshock-ryan-industries-plasmids-and-gene-tonics_704AmericaFront.jpg,BioShock: Ryan Industries Plasmids and Gene Tonics,XBL,Shooter,2K Games,2K Boston,,,,,,,2007-12-04, +/games/boxart/full_bird-assassin_808AmericaFront.jpg,Bird Assassin,XBL,Shooter,Microsoft,Social Loner Studios,,,,,,,2011-02-08, +/games/boxart/full_bittrip-fate_9AmericaFront.jpg,BIT.TRIP FATE,WW,Shooter,Aksys Games,Gaijin Games Inc.,7.3,,,,,,2010-10-25, +/games/boxart/full_8840210AmericaFrontccc.jpg,Black,XBL,Shooter,Electronic Arts,Criterion Games,,,,,,,2008-02-11, +/games/boxart/default.jpg,Black Death,PS3,Shooter,Unknown,Darkworks,,,,,,,, +/games/boxart/default.jpg,Black Death,X360,Shooter,Unknown,Darkworks,,,,,,,, +/games/boxart/default.jpg,Black Death,PC,Shooter,Unknown,Darkworks,,,,,,,, +/games/boxart/full_4823413AmericaFrontccc.jpg,Black the Fall,PC,Shooter,Unknown,Unknown,,,,,,,2014-07-04, +/games/boxart/default.jpg,Blacklight: Retribution,PC,Shooter,Perfect World Entertainment,Zombie Studios,,,,,,,2012-07-02, +/games/boxart/full_blacklight-tango-down_3AmericaFront.jpg,Blacklight: Tango Down,PC,Shooter,Ignition Entertainment,Zombie Studios,,,,,,,2010-07-07, +/games/boxart/full_blacklight-tango-down_5AmericaFront.jpg,Blacklight: Tango Down,XBL,Shooter,Ignition Entertainment,Zombie Studios,6.3,,,,,,2010-07-07, +/games/boxart/full_blacklight-tango-down_6AmericaFront.jpg,Blacklight: Tango Down,PSN,Shooter,Ignition Entertainment,Zombie Studios,,,,,,,2010-10-26, +/games/boxart/full_blackshot-europe-the-asian-dragon_267AmericaFront.jpg,BlackShot Europe: The Asian Dragon,PC,Shooter,Unknown,eFusion MMOG GmbH,,,,,,,2011-09-06, +/games/boxart/5062581ccc.jpg,Blade Eagle 3-D,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/3513725ccc.jpg,Blade Force,3DO,Shooter,3DO,3DO,,,,,,,1995-01-01, +/games/boxart/full_5638688AmericaFrontccc.jpg,Blake Stone: Aliens of Gold,PC,Shooter,Apogee,JAM Productions,,,,,,,1993-10-05, +/games/boxart/full_3723406AmericaFrontccc.jpg,Blake Stone: Planet Strike!,PC,Shooter,Apogee,JAM Productions,,,,,,,1994-10-28, +/games/boxart/7802689ccc.jpg,Blast Chamber,SAT,Shooter,Activision,Attention To Detail,,,,,,,1996-12-31, +/games/boxart/full_blast-factor_855AmericaFront.jpg,Blast Factor,PSN,Shooter,Sony Computer Entertainment,Bluepoint Games,6.4,,,,,,2006-11-17, +/games/boxart/full_2058177JapanFrontccc.jpg,Blast Wind,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-01-17, +/games/boxart/full_blaster-master-blasting-again_157JapanFront.jpg,Blaster Master: Blasting Again,PSN,Shooter,Sunsoft,SunSoft,,,,,,,2011-11-23, +/games/boxart/full_6516569AmericaFrontccc.jpg,Blaster Master: Overdrive,WW,Shooter,Sunsoft,SunSoft,6.1,,,,,,2010-02-08, +/games/boxart/default.jpg,Blaze Of Glory,XBL,Shooter,Unknown,Awesome House,,,,,,,, +/games/boxart/3049573ccc.jpg,BlaZeon: The Bio-Cyborg Challenge,SNES,Shooter,Atlus,AI,,,,,,,1992-10-01, +/games/boxart/full_1152145AmericaFrontccc.jpg,Blazing Lazers,PCE,Shooter,NEC,Compile,,,,,,,1989-01-01, +/games/boxart/full_2495289AmericaFrontccc.jpg,Blazing Lazers,VC,Shooter,Hudson Soft,Compile,,,,,,,2007-05-21, +/games/boxart/full_blazing-lazers_5JapanFront.jpg,Blazing Lazers,PSN,Shooter,Hudson Soft,Compile,,,,,,,2010-07-21, +/games/boxart/full_blazing-star_871JapanFront.jpg,Blazing Star,NG,Shooter,SNK,Yumekobo,,,,,,,1998-02-19, +/games/boxart/1226286ccc.jpg,Blood,PC,Shooter,GT Interactive,Monolith Productions,,,,,,,1997-05-31, +/games/boxart/8470699ccc.jpg,Blood 2: The Nightmare Levels,PC,Shooter,GT Interactive,GT Interactive,,,,,,,1999-08-01, +/games/boxart/full_2798726AmericaFrontccc.jpg,Blood Beach,WW,Shooter,Coresoft,Coresoft Inc.,,,,,,,2010-05-17, +/games/boxart/default.jpg,Blood Beach,Wii,Shooter,Unknown,Coresoft Inc.,,,,,,,, +/games/boxart/full_5755906AmericaFrontccc.jpg,Blood II: The Chosen,PC,Shooter,GT Interactive,Monolith Productions,,,,,,,1998-10-31, +/games/boxart/full_blood-tempest_52AmericaFront.jpg,Blood Tempest,XBL,Shooter,Microsoft,ZXB Games,,,,,,,2010-06-04, +/games/boxart/full_1511630AmericaFrontccc.jpg,Blood: Plasma Pak,PC,Shooter,GT Interactive,GT Interactive,,,,,,,1997-09-01, +/games/boxart/full_3184964AmericaFrontccc.jpg,BloodRayne 2,PC,Shooter,Majesco,Terminal Reality,,,,,,,2005-08-02, +/games/boxart/full_bloodrayne-betrayal_613AmericaFront.jpg,BloodRayne: Betrayal,PSN,Shooter,Majesco,WayForward Technologies,7.5,,,,,,2011-09-06, +/games/boxart/full_bloodrayne-betrayal_443AmericaFront.jpg,BloodRayne: Betrayal,XBL,Shooter,Majesco,WayForward Technologies,7.3,,,,,,2011-09-07, +/games/boxart/full_bloodshot_771PALFront.jpg,Bloodshot,GEN,Shooter,Acclaim Entertainment,Domark,,,,,,,1994-01-01, +/games/boxart/full_bloody-good-time_5AmericaFront.jpg,Bloody Good Time,XBL,Shooter,Ubisoft,Outerlight,5.2,,,,,,2010-10-27, +/games/boxart/default.jpg,Bloody Streets,PC,Shooter,Headless Wizard,Headless Wizard,,,,,,,2015-03-12, +/games/boxart/9523734ccc.jpg,Bloody Wolf,PCE,Shooter,Turbo Technologies,Data East,,,,,,,1990-01-01, +/games/boxart/full_5931663AmericaFrontccc.jpg,Bloody Wolf,VC,Shooter,G-mode,Data East,,,,,,,2007-06-18, +/games/boxart/full_5593283AmericaFrontccc.jpg,BlowOut,XBL,Shooter,Majesco,Terminal Reality,,,,,,,2009-01-26, +/games/boxart/default.jpg,BlowOut,PC,Shooter,Majesco,Terminal Reality,,,,,,,2003-10-28, +/games/boxart/default.jpg,Blue Streak,PC,Shooter,Nexon,Unknown,,,,,,,2016-01-01, +/games/boxart/full_2607891PALFrontccc.jpg,Boiling Point: Road to Hell,PC,Shooter,Atari,Deep Shadows,,,,,,,2005-06-06, +/games/boxart/1935452ccc.jpg,Bomber Raid,MS,Shooter,Activision,Sanritsu,,,,,,,1988-01-01, +/games/boxart/full_bombies_3AmericaFront.jpg,Bombies,XBL,Shooter,Microsoft,Pentex,,,,,,,2011-04-21, +/games/boxart/full_6430788AmericaFrontccc.jpg,Boom Chick Chick,XBL,Shooter,Microsoft,Silver Dollar Games,,,,,,,2009-12-03,2020-03-03 +/games/boxart/full_7658703JapanFrontccc.jpg,Border Down,DC,Shooter,G.Rev,G.Rev,6,,,,,,2003-09-25, +/games/boxart/full_3808646AmericaFrontccc.jpg,Border Wars,XBL,Shooter,Microsoft,Robert Marra,,,,,,,2009-12-11, +/games/boxart/full_borderlands_699AmericaFront.jpg,Borderlands,PSN,Shooter,2K Games,Gearbox Software,,,,,,,2010-12-21, +/games/boxart/full_borderlands-claptraps-new-robot-revolution_2AmericaFront.jpg,Borderlands: Claptrap's New Robot Revolution,XBL,Shooter,2K Games,Gearbox Software,7.2,,,,,,2010-09-28, +/games/boxart/full_borderlands-claptraps-new-robot-revolution_9AmericaFront.jpg,Borderlands: Claptrap's New Robot Revolution,PSN,Shooter,2K Games,Gearbox Software,8,,,,,,2010-09-28, +/games/boxart/full_6868583AmericaFrontccc.jpg,Borderlands: Claptrap's New Robot Revolution,PC,Shooter,2K Games,Gearbox Software,,,,,,,2010-09-27, +/games/boxart/full_8828462AmericaFrontccc.jpg,Borderlands: Double Game Add-On Pack,PC,Shooter,2K Games,Gearbox Software,,,,,,,2010-04-06, +/games/boxart/full_2494457AmericaFrontccc.jpg,Borderlands: Mad Moxxi's Underdome Riot,PC,Shooter,2K Games,Gearbox Software,,,,,,,2010-01-07, +/games/boxart/full_borderlands-mad-moxxis-underdome-riot_7AmericaFront.jpg,Borderlands: Mad Moxxi's Underdome Riot,XBL,Shooter,2K Games,Gearbox Software,5.6,,,,,,2009-12-29, +/games/boxart/full_borderlands-mad-moxxis-underdome-riot_5AmericaFront.jpg,Borderlands: Mad Moxxi's Underdome Riot,PSN,Shooter,2K Games,Gearbox Software,6,,,,,,2010-01-07, +/games/boxart/full_5785540AmericaFrontccc.jpg,Borderlands: The Secret Armory of General Knoxx,XBL,Shooter,2K Games,Gearbox Software,8.8,,,,,,2010-02-23, +/games/boxart/full_borderlands-the-secret-armory-of-general-knoxx_2AmericaFront.jpg,Borderlands: The Secret Armory of General Knoxx,PSN,Shooter,2K Games,Gearbox Software,8.6,,,,,,2010-02-25, +/games/boxart/full_1923939AmericaFrontccc.jpg,Borderlands: The Secret Armory of General Knoxx,PC,Shooter,2K Games,Gearbox Software,8.6,,,,,,2010-02-25, +/games/boxart/full_borderlands-the-zombie-island-of-dr-ned_8AmericaFront.jpg,Borderlands: The Zombie Island of Dr. Ned,PSN,Shooter,2K Games,Gearbox Software,8.1,,,,,,2009-11-24, +/games/boxart/full_6008054AmericaFrontccc.jpg,Borderlands: The Zombie Island of Dr. Ned,PC,Shooter,2K Games,Gearbox Software,8,,,,,,2009-12-09, +/games/boxart/full_borderlands-the-zombie-island-of-dr-ned_6AmericaFront.jpg,Borderlands: The Zombie Island of Dr. Ned,XBL,Shooter,2K Games,Gearbox Software,8.2,,,,,,2009-11-24, +/games/boxart/full_2673519AmericaFrontccc.jpg,Boring Space Shooter,XBL,Shooter,Microsoft,lefantome,,,,,,,2009-10-19, +/games/boxart/default.jpg,Bosconian (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-11-17, +/games/boxart/full_bouken-danshaku-don-the-lost-sunheart_0JapanFront.jpg,Bouken Danshaku Don: The Lost Sunheart,PCE,Shooter,I'Max,I'Max,,,,,,,1992-01-04, +/games/boxart/full_brahma-force-the-assault-on-beltlogger-9_70JapanFront.jpg,BRAHMA Force: The Assault on Beltlogger 9,PSN,Shooter,Sony Computer Entertainment,Genki,,,,,,,2008-08-12, +/games/boxart/full_breach_189AmericaFront.jpg,Breach,XBL,Shooter,Destineer,Atomic Games,5.2,,,,,,2011-01-26, +/games/boxart/6113993ccc.jpg,BreakThru,NES,Shooter,Data East,Data East,,,,,,,1987-11-01, +/games/boxart/full_6435443AmericaFrontccc.jpg,Breed,PC,Shooter,CDV Software Entertainment,Brat Designs,,,,,,,2004-04-02, +/games/boxart/default.jpg,Brink: Agents of Change,PC,Shooter,Bethesda Softworks,Splash Damage,9,,,,,,2011-08-03, +/games/boxart/full_brink-agents-of-change_328AmericaFront.jpg,Brink: Agents of Change,XBL,Shooter,Bethesda Softworks,Splash Damage,,,,,,,2011-08-03, +/games/boxart/full_brink-agents-of-change_251AmericaFront.jpg,Brink: Agents of Change,PSN,Shooter,Bethesda Softworks,Splash Damage,,,,,,,2011-08-03, +/games/boxart/full_9927756AmericaFrontccc.png,Brothers in Arms: D-Day,PSN,Shooter,Ubisoft,Ubisoft,6.9,,,,,,2009-06-24, +/games/boxart/full_1426191AmericaFrontccc.jpg,Brothers in Arms: Furious 4,PS4,Shooter,Ubisoft,Gearbox Software,,,,,,,2018-12-31, +/games/boxart/full_8562363AmericaFrontccc.jpg,Brothers in Arms: Furious 4,XOne,Shooter,Ubisoft,Gearbox Software,,,,,,,2018-12-31, +/games/boxart/full_163113AmericaFrontccc.jpg,Brothers in Arms: Furious 4,PC,Shooter,Ubisoft,Gearbox Software,,,,,,,2012-09-30,2018-07-05 +/games/boxart/full_8999011AmericaFrontccc.jpg,Bubble Safari,PC,Shooter,Zynga,Zynga,,,,,,,2012-05-09, +/games/boxart/9826137ccc.jpg,Buck Rogers: Planet of Zoom,5200,Shooter,Sega,Sega,,,,,,,1983-06-01, +/games/boxart/5850946ccc.jpg,Buck Rogers: Planet of Zoom,2600,Shooter,Sega,Sega,,,,,,,1983-01-01, +/games/boxart/3290921ccc.jpg,Bugs,2600,Shooter,Data Age,Data Age,,,,,,,1982-01-01, +/games/boxart/full_bullet-candy_391AmericaFront.jpg,Bullet Candy,PC,Shooter,Valve Software,Resonair,,,,,,,2007-02-14, +/games/boxart/full_2545454AmericaFrontccc.jpg,Bullet Trap,XBL,Shooter,Microsoft,Zenorf,,,,,,,2009-04-10, +/games/boxart/full_bulletstorm_233AmericaFront.jpg,Bulletstorm,PSN,Shooter,Electronic Arts,People Can Fly,8.3,,,,,,2011-09-13, +/games/boxart/full_bulletstorm-symphony_310AmericaFront.jpg,Bulletstorm: Blood Symphony,XBL,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-06-10, +/games/boxart/full_bulletstorm-blood-symphony_855AmericaFront.jpg,Bulletstorm: Blood Symphony,PSN,Shooter,Unknown,People Can Fly,,,,,,,, +/games/boxart/full_bulletstorm-symphony_93AmericaFront.jpg,Bulletstorm: Blood Symphony,PC,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-06-10, +/games/boxart/full_8471362PALFrontccc.jpg,Bulletstorm: Full Clip Edition,PC,Shooter,Gearbox Software,People Can Fly,,,,,,,2017-04-07,2018-06-25 +/games/boxart/full_bulletstorm-gun-sonata_170AmericaFront.jpg,Bulletstorm: Gun Sonata,XBL,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-04-12, +/games/boxart/full_bulletstorm-gun-sonata_939AmericaFront.jpg,Bulletstorm: Gun Sonata,PC,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-05-19, +/games/boxart/full_bulletstorm-gun-sonata_221AmericaFront.jpg,Bulletstorm: Gun Sonata,PSN,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-04-12, +/games/boxart/full_bunker-buster_447AmericaFront.jpg,Bunker Buster,XBL,Shooter,Microsoft,Magiko Gaming,,,,,,,2011-06-03, +/games/boxart/full_burai-fighter_2AmericaFront.jpg,Burai Fighter,NES,Shooter,Taxan,KID Corporation,,,,,,,1990-03-06, +/games/boxart/8429848ccc.jpg,Burai Fighter Deluxe,GB,Shooter,Taxan,Taxan,,,,,,,1991-01-01, +/games/boxart/full_6064332AmericaFrontccc.jpg,Burn Zombie Burn!,PSN,Shooter,Pinnacle,Doublesix,,,,,,,2009-03-26, +/games/boxart/full_burning-angels_4JapanFront.jpg,Burning Angels,PCE,Shooter,Naxat Soft,Zap,,,,,,,1990-12-07, +/games/boxart/5626310ccc.jpg,Burning Force,GEN,Shooter,Namco,Namco,,,,,,,1990-01-01, +/games/boxart/default.jpg,Burning Force (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-14, +/games/boxart/1272894ccc.jpg,Burning Soldier,3DO,Shooter,Panasonic Interactive Media,Panasonic,,,,,,,1994-01-01, +/games/boxart/full_4150551AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,PC,Shooter,Activision,Cauldron,,,,,,,2014-03-26,2018-04-01 +/games/boxart/2226757ccc.jpg,Caliber .50,GEN,Shooter,"Mentrix Software, Inc.",Visco,,,,,,,1991-01-01, +/games/boxart/full_call-of-duty_827AmericaFront.jpg,Call of Duty,NGage,Shooter,Activision,Activision,5.9,,,,,,2004-11-23, +/games/boxart/full_5069464AmericaFrontccc.jpg,Call of Duty 2,XBL,Shooter,Activision,Infinity Ward,,,,,,,2009-08-06, +/games/boxart/full_6428977AmericaFrontccc.jpg,Call of Duty 3,XB,Shooter,Activision,Treyarch,8.5,,,,,,2006-11-07, +/games/boxart/full_9992433AmericaFrontccc.jpg,Call of Duty 3,XBL,Shooter,Activision,Treyarch,,,,,,,2009-10-06, +/games/boxart/full_call-of-duty-4-modern-warfare_778AmericaFront.jpg,Call of Duty 4: Modern Warfare,PSN,Shooter,Activision,Infinity Ward,,,,,,,2011-11-22, +/games/boxart/full_9888644AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,XBL,Shooter,Activision,Infinity Ward,,,,,,,2010-05-25, +/games/boxart/full_5967141AmericaFrontccc.jpg,Call of Duty Classic,XBL,Shooter,Activision,Infinity Ward,7.5,,,,,,2009-12-02, +/games/boxart/full_call-of-duty-classic_4AmericaFront.jpg,Call of Duty Classic,PSN,Shooter,Activision,Infinity Ward,7.5,,,,,,2009-12-03, +/games/boxart/full_call-of-duty-black-ops_219AmericaFront.jpg,Call of Duty: Black Ops,PSN,Shooter,Activision,Treyarch,8.7,,,,,,2011-10-25, +/games/boxart/full_call-of-duty-black-ops_304AmericaFront.jpg,Call of Duty: Black Ops,XBL,Shooter,Activision,Treyarch,8.8,,,,,,2011-05-03, +/games/boxart/full_call-of-duty-black-ops-annihilation_682AmericaFront.jpg,Call of Duty: Black Ops - Annihilation,PC,Shooter,Activision,Treyarch,7,,,,,,2011-07-28, +/games/boxart/full_call-of-duty-black-ops-annihilation_200AmericaFront.jpg,Call of Duty: Black Ops - Annihilation,XBL,Shooter,Activision,Treyarch,8,,,,,,2011-06-28, +/games/boxart/full_call-of-duty-black-ops-annihilation_627AmericaFront.jpg,Call of Duty: Black Ops - Annihilation,PSN,Shooter,Activision,Treyarch,7,,,,,,2011-07-28, +/games/boxart/full_call-of-duty-black-ops-escalation_593AmericaFront.jpg,Call of Duty: Black Ops - Escalation,XBL,Shooter,Activision,Treyarch,8.3,,,,,,2011-05-03, +/games/boxart/full_call-of-duty-black-ops-escalation_327AmericaFront.png,Call of Duty: Black Ops - Escalation,PC,Shooter,Activision,Treyarch,,,,,,,2011-06-02, +/games/boxart/full_call-of-duty-black-ops-escalation_325AmericaFront.jpg,Call of Duty: Black Ops - Escalation,PSN,Shooter,Activision,Treyarch,,,,,,,2011-06-10, +/games/boxart/full_call-of-duty-black-ops-first-strike_542AmericaFront.jpg,Call of Duty: Black Ops - First Strike,XBL,Shooter,Activision,Treyarch,7.7,,,,,,2011-02-01, +/games/boxart/default.jpg,Call of Duty: Black Ops - First Strike,PSN,Shooter,Activision,Treyarch,,,,,,,2011-03-03, +/games/boxart/full_call-of-duty-black-ops-first-strike_527AmericaFront.png,Call of Duty: Black Ops - First Strike,PC,Shooter,Activision,Treyarch,,,,,,,2011-03-25, +/games/boxart/full_call-of-duty-black-ops-rezurrection_255AmericaFront.jpg,Call of Duty: Black Ops - Rezurrection,PSN,Shooter,Unknown,Treyarch,,,,,,,, +/games/boxart/full_call-of-duty-black-ops-rezurrection_258AmericaFront.jpg,Call of Duty: Black Ops - Rezurrection,PC,Shooter,Activision,Treyarch,,,,,,,, +/games/boxart/full_call-of-duty-black-ops-rezurrection_346AmericaFront.jpg,Call of Duty: Black Ops - Rezurrection,XBL,Shooter,Activision,Treyarch,7.5,,,,,,2011-08-23, +/games/boxart/full_call-of-duty-6_631AmericaFront.jpg,Call of Duty: Modern Warfare 2,XBL,Shooter,Activision,Treyarch,,,,,,,2011-02-15, +/games/boxart/full_call-of-duty-modern-warfare-2_719AmericaFront.jpg,Call of Duty: Modern Warfare 2,PSN,Shooter,Activision,Infinity Ward,,,,,,,2011-11-29, +/games/boxart/825056ccc.jpg,Call of Duty: United Offensive,PC,Shooter,Activision,Gray Matter Interactive,,,,,,,2004-09-14, +/games/boxart/full_call-of-duty-world-at-war-map-pack-1_663AmericaFront.jpg,Call of Duty: World at War - Map Pack 1,PSN,Shooter,Activision,Treyarch,,,,,,,2009-03-19, +/games/boxart/full_call-of-duty-world-at-war-map-pack-1_200AmericaFront.jpg,Call of Duty: World at War - Map Pack 1,PC,Shooter,Unknown,Treyarch,,,,,,,, +/games/boxart/full_call-of-duty-world-at-war-map-pack-1_7AmericaFront.jpg,Call of Duty: World at War - Map Pack 1,XBL,Shooter,Activision,Treyarch,,,,,,,2009-03-19, +/games/boxart/full_call-of-duty-world-at-war-map-pack-2_593AmericaFront.jpg,Call of Duty: World at War - Map Pack 2,XBL,Shooter,Activision,Treyarch,,,,,,,2009-04-30, +/games/boxart/full_call-of-duty-world-at-war-map-pack-2_965AmericaFront.jpg,Call of Duty: World at War - Map Pack 2,PSN,Shooter,Activision,Treyarch,,,,,,,2009-04-30, +/games/boxart/full_call-of-duty-world-at-war-map-pack-2_821AmericaFront.jpg,Call of Duty: World at War - Map Pack 2,PC,Shooter,Unknown,Treyarch,,,,,,,, +/games/boxart/full_call-of-duty-world-at-war-map-pack-3_954AmericaFront.jpg,Call of Duty: World at War - Map Pack 3,PSN,Shooter,Activision,Treyarch,,,,,,,2009-08-06, +/games/boxart/full_call-of-duty-world-at-war-map-pack-3_745AmericaFront.jpg,Call of Duty: World at War - Map Pack 3,PC,Shooter,Unknown,Treyarch,,,,,,,, +/games/boxart/full_call-of-duty-world-at-war-map-pack-3_880AmericaFront.jpg,Call of Duty: World at War - Map Pack 3,XBL,Shooter,Activision,Treyarch,,,,,,,2009-08-06, +/games/boxart/full_5957661AmericaFrontccc.jpeg,Call of Juarez: Gunslinger,X360,Shooter,Ubisoft,Techland,,,,,,,2013-05-22,2018-01-02 +/games/boxart/full_6165396AmericaFrontccc.jpeg,Call of Juarez: Gunslinger,PC,Shooter,Ubisoft,Techland,,,,,,,2013-05-22,2018-01-02 +/games/boxart/full_3170165AmericaFrontccc.jpeg,Call of Juarez: Gunslinger,PS3,Shooter,Ubisoft,Techland,7.6,,,,,,2013-05-22,2018-01-02 +/games/boxart/full_7514078AmericaFrontccc.jpg,Cannon #12,XBL,Shooter,Microsoft,SquigglyFrog Studios,,,,,,,2009-12-10, +/games/boxart/default.jpg,Cannon Fodder,PSP,Shooter,Unknown,Codemasters,,,,,,,, +/games/boxart/9904248ccc.jpg,Cannon Spike,DC,Shooter,Capcom,Unknown,8.2,,,,,,2000-11-14, +/games/boxart/full_6839270JapanFrontccc.jpg,Capcom Generation 1: Dai 1 Shuu Gekitsuiou no Jidai,SAT,Shooter,Capcom,Capcom,,,,,,,1998-08-27, +/games/boxart/full_6077231JapanFrontccc.jpg,Capcom Generation 1: Dai 1 Shuu Gekitsuiou no Jidai,PS,Shooter,Capcom,Capcom,,,,,,,1998-08-27, +/games/boxart/full_6346586JapanFrontccc.jpg,Capcom Generation 4: Dai 4 Shuu Kokou no Eiyuu,PS,Shooter,Capcom,Capcom,,,,,,,1998-11-12, +/games/boxart/full_5658260JapanFrontccc.jpg,Capcom Generation 4: Dai 4 Shuu Kokou no Eiyuu,SAT,Shooter,Capcom,Capcom,,,,,,,1998-11-12, +/games/boxart/4100240ccc.jpg,Captain Quazar,3DO,Shooter,Panasonic Interactive Media,3DO,,,,,,,1995-01-01, +/games/boxart/full_captain-quazar_6AmericaFront.jpg,Captain Quazar,PC,Shooter,3DO,3DO,,,,,,,1996-11-01, +/games/boxart/7157058ccc.gif,Captain Skyhawk,NES,Shooter,Milton Bradley,Rare Ltd.,,,,,,,1990-05-01, +/games/boxart/full_4650745AmericaFrontccc.jpg,Capture the Oong,XBL,Shooter,Microsoft,Chris Outen,,,,,,,2009-10-13, +/games/boxart/full_caravan-shooting-collection_172JapanFront.jpg,Caravan Shooting Collection,SNES,Shooter,Hudson Soft,Hudson Soft,,,,,,,1995-07-07, +/games/boxart/full_6736258JapanFrontccc.jpg,Card Captor Sakura: Tomoyo no Video Taisakusen,DC,Shooter,Sega,Sega Rosso,,,,,,,2000-12-28, +/games/boxart/full_8323626AmericaFrontccc.jpg,Carnival King,WW,Shooter,Incredible Technologies,Incredible Technologies,,,,,,,2009-11-02, +/games/boxart/default.jpg,Carnivores: Ice Age,PSN,Shooter,Unknown,Beatshapers,,,,,,,, +/games/boxart/3806273ccc.jpg,Cash Guns Chaos DLX,PSN,Shooter,Sony Computer Entertainment,Unknown,,,,,,,2006-11-16, +/games/boxart/default.jpg,Castle of Shikigami 2,PS2,Shooter,Unknown,Alfa System,,,,,,,, +/games/boxart/full_8025637AmericaFrontccc.jpg,CellFactor: Psychokinetic Wars,XBL,Shooter,Ubisoft,Timeline Interactive,,,,,,,2009-06-03, +/games/boxart/full_cellfactor-psychokinetic-wars_5AmericaFront.jpg,CellFactor: Psychokinetic Wars,PSN,Shooter,Ubisoft,Timeline Interactive,,,,,,,2009-06-04, +/games/boxart/default.jpg,Centipede,GB,Shooter,Accolade,The Code Monkeys,,,,,,,1992-12-01, +/games/boxart/5422559ccc.jpg,Centipede,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/3400463ccc.jpg,Centipede,DC,Shooter,Hasbro Interactive,Leaping Lizard Software Inc.,5,,,,,,1999-10-31, +/games/boxart/1192519ccc.jpg,Centipede,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_centipede_4PALFront.png,Centipede,PSN,Shooter,Atari,Leaping Lizard Software Inc.,,,,,,,2010-11-03, +/games/boxart/full_centipede_6AmericaFront.jpg,Centipede,PC,Shooter,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-10-31, +/games/boxart/full_9341622AmericaFrontccc.jpg,Centipede & Millipede,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-05-02, +/games/boxart/full_centipede-1983_1AmericaFront.jpg,Centipede (1983),PC,Shooter,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_9216503AmericaFrontccc.jpg,Centipede (GBC),GB,Shooter,Majesco,Accolade,,,,,,,1998-01-01, +/games/boxart/full_chain-crusher_341AmericaFront.jpg,Chain Crusher,XBL,Shooter,Microsoft,Mindware corporation,,,,,,,2011-08-30, +/games/boxart/full_4445428JapanFrontccc.jpg,Chaos Control,PS,Shooter,Virgin Interactive,Infogrames,,,,,,,1996-10-04, +/games/boxart/full_2291586PALFrontccc.jpg,Chaos Control,SAT,Shooter,Infogrames,Infogrames,,,,,,,1996-01-01, +/games/boxart/full_8024771JapanFrontccc.jpg,Chaos Control Remix,SAT,Shooter,Virgin Interactive,Infogrames,,,,,,,1996-11-22, +/games/boxart/full_2026277JapanFrontccc.jpg,Chaos Field,DC,Shooter,Sega,MileStone Inc.,6,,,,,,2004-12-16, +/games/boxart/full_9426609JapanFrontccc.jpg,Chaos Field: New Order,PS2,Shooter,Milestone,MileStone Inc.,,,,,,,2005-12-15, +/games/boxart/7949863ccc.jpg,Charge 'N Blast,DC,Shooter,Xicat Interactive,Xicat Interactive,6.4,,,,,,2001-02-07, +/games/boxart/full_charge-tank-squad_3AmericaFront.jpg,Charge! Tank Squad!,PSN,Shooter,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-22, +/games/boxart/full_8354489AmericaFrontccc.jpg,Chaser,PC,Shooter,Encore,Cauldron Ltd.,,,,,,,2003-01-31, +/games/boxart/full_6668718AmericaFrontccc.png,Chasm: The Rift,PC,Shooter,Megamedia,Action Forms Ltd.,,,,,,,1997-09-30, +/games/boxart/8407238ccc.jpg,Chex Quest,PC,Shooter,Unknown,Digital Café,,,,,,,1996-01-01, +/games/boxart/default.jpg,Chicken Hot Grill,PC,Shooter,Unknown,Atari,,,,,,,, +/games/boxart/full_chieri-no-dokidoki-yukemuri-burai-tabi_10AmericaFront.jpg,Chieri no Doki*Doki Yukemuri Burai Tabi,XBL,Shooter,Microsoft,dy,,,,,,,2010-08-22, +/games/boxart/full_chikyuu-kaihou-gun-zas_120JapanFront.jpg,Chikyuu Kaihou Gun ZAS,GB,Shooter,T&E Soft,Tikipod,,,,,,,1992-12-18, +/games/boxart/5864655ccc.jpg,Chiller,NES,Shooter,Unknown,"American Game Cartridges, Inc.",,,,,,,1990-01-01, +/games/boxart/full_cho-aniki_9AmericaFront.png,Cho Aniki,PSN,Shooter,Unknown,NCS,,,,,,,2010-09-21, +/games/boxart/full_4493777JapanFrontccc.jpg,Cho Aniki,VC,Shooter,Hudson Soft,NCS,,,,,,,2008-09-08, +/games/boxart/full_2356495JapanFrontccc.jpg,Cho Aniki,PCE,Shooter,NCS,NCS,,,,,,,1992-12-25, +/games/boxart/full_cho-aniki-pce_47JapanFront.jpg,Cho Aniki (PCE),PSN,Shooter,Hudson Soft,NCS,,,,,,,2010-12-15, +/games/boxart/full_cho-aniki-zero_222AmericaFront.jpg,Cho Aniki Zero,PSN,Shooter,Aksys Games,"extreme Co.,Ltd.",,,,,,,2010-03-25, +/games/boxart/full_4222054JapanFrontccc.jpg,Cho Aniki: Kyuukyoku Muteki Ginga Saikyou Otoko,SAT,Shooter,NCS,NCS,,,,,,,1996-03-29, +/games/boxart/full_2593215JapanFrontccc.jpg,Cho Aniki: Kyuukyoku Muteki Ginga Saikyou Otoko,PS,Shooter,NCS,NCS,,,,,,,1995-12-29, +/games/boxart/full_8362190JapanFrontccc.jpg,Cho Aniki: Sei Naru Protein Densetsu,PS2,Shooter,Global A Entertainment,X-nauts,,,,,,,2003-10-30, +/games/boxart/5202502ccc.jpg,Choplifter,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/5983488ccc.jpg,Choplifter II,GB,Shooter,Victor Interactive,Beam Software,,,,,,,1991-09-01, +/games/boxart/1898563ccc.jpg,Choplifter III,SNES,Shooter,Victor Interactive,Beam Software,,,,,,,1994-01-01, +/games/boxart/full_1872494AmericaFrontccc.jpg,Choplifter III,GG,Shooter,Extreme Entertainment Group,Beam Software,,,,,,,1995-01-01, +/games/boxart/full_choplifter-iii_880PALFront.jpg,Choplifter III,GB,Shooter,Ocean,Teeny Weeny Games,,,,,,,1994-01-01, +/games/boxart/1095765ccc.jpg,Choplifter!,5200,Shooter,Atari,Atari,,,,,,,1984-01-01, +/games/boxart/3420223ccc.jpg,Choplifter!,7800,Shooter,Atari,"IBID, Inc.",,,,,,,1987-01-01, +/games/boxart/full_5930621JapanFrontccc.jpg,Choujikuu Yousai Macross,PS2,Shooter,Bandai,Sega-AM2,,,,,,,2003-10-23, +/games/boxart/full_2867870JapanFrontccc.jpg,Choujikuu Yousai Macross,NES,Shooter,Bandai,Bandai,,,,,,,1985-12-10, +/games/boxart/full_2918783JapanFrontccc.jpg,Choujikuu Yousai Macross 2036,PCE,Shooter,NCS,NCS,,,,,,,1992-04-03, +/games/boxart/full_638234JapanFrontccc.jpg,Choujikuu Yousai Macross: Do You Remember Love,PS,Shooter,Bandai,Scarab,,,,,,,1999-05-27, +/games/boxart/full_6911061JapanFrontccc.jpg,Choujikuu Yousai Macross: Scrambled Valkyrie,SNES,Shooter,Zamuse,WinkySoft,,,,,,,1993-10-29, +/games/boxart/full_choujin-heiki-zeroigar_9JapanFront.jpg,Choujin Heiki Zeroigar,PCFX,Shooter,NEC,NEC,,,,,,,1997-08-08, +/games/boxart/full_9734740JapanFrontccc.jpg,Choutetsu Brikin'ger,NG,Shooter,Saurus,Saurus,,,,,,,1996-09-20, +/games/boxart/4803134ccc.jpg,Chrome,PC,Shooter,Strategy First,Techland,,,,,,,2003-10-28, +/games/boxart/full_chrome-specforce_6AmericaFront.jpg,Chrome: SpecForce,PC,Shooter,TopWare,Techland,,,,,,,2005-11-30, +/games/boxart/full_chuuka-taisen_1JapanFront.jpg,Chuuka Taisen,NES,Shooter,Taito,Disco,,,,,,,1989-09-22, +/games/boxart/full_3582140AmericaFrontccc.jpg,Close Combat: First to Fight,PC,Shooter,2K Games,Destineer,,,,,,,2005-04-18, +/games/boxart/full_7633620AmericaFrontccc.jpg,Close Range,PC,Shooter,Onion News Network,Onion News Network,,,,,,,2009-04-08, +/games/boxart/full_5432131AmericaFrontccc.jpg,Cobra Command,SCD,Shooter,Data East,Wolf Team,,,,,,,1992-11-01, +/games/boxart/9710326ccc.jpg,Cobra Command,NES,Shooter,Data East,Data East,,,,,,,1988-11-01, +/games/boxart/full_5170742PALFrontccc.jpg,Cocoto Festival,Wii,Shooter,Big Ben Interactive,Neko Entertainment,,,,,,,2009-11-20, +/games/boxart/full_7810192PALFrontccc.jpg,Cocoto Funfair,GC,Shooter,Big Ben Interactive,Neko Entertainment,,,,,,,2006-04-07, +/games/boxart/full_code-of-honor-2-conspiracy-island_154AmericaFront.jpg,Code of Honor 2: Conspiracy Island,PC,Shooter,City Interactive,City Interactive,,,,,,,2008-07-29, +/games/boxart/full_4216175PALFrontccc.jpg,Code of Honor: The French Foreign Legion,PC,Shooter,Unknown,City Interactive,,,,,,,, +/games/boxart/full_3362529AmericaFrontccc.jpg,Coded Arms,PSN,Shooter,Konami,Konami,6.1,,,,,,2009-12-10, +/games/boxart/full_codename-outbreak_7AmericaFront.jpg,Codename: Outbreak,PC,Shooter,Virgin Interactive,GSC Game World,,,,,,,2001-11-24, +/games/boxart/full_913514AmericaFrontccc.jpg,Cold War,PC,Shooter,DreamCatcher Interactive,Mindware Studios,,,,,,,2005-09-27, +/games/boxart/full_4010938PALFrontccc.jpg,Colors,GIZ,Shooter,Unknown,Indie Studios,,,,,,,, +/games/boxart/892594ccc.jpg,Combat Arms,PC,Shooter,Nexon,Nexon,,,,,,,2008-07-10, +/games/boxart/536898ccc.jpg,Combat Two,2600,Shooter,Atari,Atari,,,,,,,2001-01-01, +/games/boxart/full_3305502AmericaFrontccc.jpg,Combat: Task Force 121,PC,Shooter,Groove Games,Direct Action Games,,,,,,,2005-03-24, +/games/boxart/full_comical-machinegun-joe_9JapanFront.jpg,Comical MachineGun Joe,MS,Shooter,Sega,Sega,,,,,,,1986-04-21, +/games/boxart/full_9139019AmericaFrontccc.jpg,Commandos: Strike Force,PC,Shooter,Eidos Interactive,Pyro Studios,,,,,,,2006-04-04, +/games/boxart/8359728ccc.jpg,Communist Mutants From Space,2600,Shooter,Arcadia Corporation,Arcadia Corporation,,,,,,,1982-01-01, +/games/boxart/full_8058271AmericaFrontccc.jpg,Condor Attack,2600,Shooter,Unknown,Ultravision,,,,,,,1983-01-01, +/games/boxart/default.jpg,Conduit 3DS,3DS,Shooter,Unknown,High Voltage Software,,,,,,,, +/games/boxart/5739577ccc.jpg,Confidential Mission,DC,Shooter,Sega,Hitmaker,6.8,,,,,,2001-05-14, +/games/boxart/8629372ccc.jpg,Congo The Movie: The Lost City of Zinj,SAT,Shooter,Sega,Jumpin' Jack Software Inc.,,,,,,,1996-01-01, +/games/boxart/full_4775774AmericaFrontccc.jpg,Coniclysm,PC,Shooter,ZoopTEK,ZoopTEK,,,,,,,2010-03-26, +/games/boxart/full_823651PALFrontccc.jpg,Conspiracy: Weapons of Mass Destruction,PC,Shooter,Oxygen Interactive,Kuju Entertainment,,,,,,,2005-06-17, +/games/boxart/full_3137664PALFrontccc.jpg,Conspiracy: Weapons of Mass Destruction,XB,Shooter,Oxygen Interactive,Kuju Entertainment,,,,,,,2005-08-12, +/games/boxart/full_4201644PALFrontccc.jpg,Conspiracy: Weapons of Mass Destruction,PS2,Shooter,Oxygen Interactive,Kuju Entertainment,,,,,,,2005-06-17, +/games/boxart/full_4171384JapanFrontccc.jpg,Contra,VC,Shooter,Konami,Konami,,,,,,,2010-02-02, +/games/boxart/full_461411AmericaFrontccc.jpg,Contra,XBL,Shooter,Konami,Digital Eclipse,5.9,,,,,,2006-11-08, +/games/boxart/full_9029885AmericaFrontccc.jpg,Contra,NES,Shooter,Konami,Konami,,,,,,,1988-02-01, +/games/boxart/3588729ccc.jpg,Contra Force,NES,Shooter,Konami,Konami,,,,,,,1992-09-01, +/games/boxart/1034361ccc.jpg,Contra III: The Alien Wars,VC,Shooter,Konami,Konami,,,,,,,2007-01-29, +/games/boxart/full_8843622AmericaFrontccc.jpg,Contra ReBirth,WW,Shooter,Konami,M2,8.1,,,,,,2009-09-07, +/games/boxart/default.jpg,Contra Spirits 64,N64,Shooter,Unknown,Konami Computer Entertainment Osaka,,,,,,,, +/games/boxart/6581537ccc.jpg,Contra: Hard Corps,GEN,Shooter,Konami,Konami,,,,,,,1994-09-14, +/games/boxart/8465083ccc.jpg,Contra: Legacy of War,SAT,Shooter,Konami,Appaloosa Interactive,,,,,,,1997-01-01, +/games/boxart/4563938ccc.jpg,Contra: The Alien Wars,GB,Shooter,Konami,Factor 5,,,,,,,1994-06-15, +/games/boxart/9346208ccc.jpg,Corpse Killer,3DO,Shooter,Acclaim Entertainment,Digital Pictures,,,,,,,1994-01-01, +/games/boxart/5407669ccc.jpg,Corpse Killer,SCD,Shooter,Digital Pictures,Digital Pictures,,,,,,,1994-01-01, +/games/boxart/full_2847604AmericaFrontccc.jpg,Corpse Killer: Graveyard Edition,SAT,Shooter,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, +/games/boxart/full_2165456AmericaFrontccc.jpg,Corsair,XBL,Shooter,Microsoft,Centurion Games,,,,,,,2009-02-20, +/games/boxart/full_coryoon_1JapanFront.jpg,Coryoon,PCE,Shooter,Naxat Soft,Naxat Soft,,,,,,,1991-11-29, +/games/boxart/default.jpg,Cosmo Gang: The Video (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-08-04, +/games/boxart/2750772ccc.jpg,Cosmo Tank,GB,Shooter,Atlus,Atlus Co.,,,,,,,1990-09-01, +/games/boxart/full_9747301AmericaFrontccc.jpg,Cosmos,XBL,Shooter,Microsoft,eGazm,,,,,,,2008-12-14, +/games/boxart/full_cosmos-x2_9AmericaFront.jpg,Cosmos X2,DSiW,Shooter,Unknown,Alten8,,,,,,,2010-08-30, +/games/boxart/full_7814986JapanFrontccc.jpg,Cotton 2,SAT,Shooter,Success,Success,,,,,,,1997-12-04, +/games/boxart/full_1995568JapanFrontccc.jpg,Cotton Boomerang,SAT,Shooter,Success,Success,,,,,,,1998-10-08, +/games/boxart/full_1281316PALFrontccc.jpg,Counter Terrorist Special Forces: Fire for Effect,PS2,Shooter,LSP Games,Asobo Studio,,,,,,,2005-04-01,2020-08-05 +/games/boxart/full_5395921AmericaFrontccc.jpg,Counter-Strike: Global Offensive,OSX,Shooter,Valve Corporation,Valve Corporation,,,,,,,2012-08-21,2019-03-26 +/games/boxart/full_6551605AmericaFrontccc.jpg,Counter-Strike: Global Offensive,PSN,Shooter,Valve Corporation,Valve Corporation,,,,,,,2012-08-21,2019-03-26 +/games/boxart/full_7308256AmericaFrontccc.jpg,Counter-Strike: Global Offensive,XBL,Shooter,Valve Corporation,Valve Corporation,,,,,,,2012-08-21,2019-03-26 +/games/boxart/full_354452JapanFrontccc.jpg,Cowboy Bebop,PS,Shooter,Bandai,Bandai,,,,,,,1998-05-14, +/games/boxart/full_crackdown_806AmericaFront.jpg,Crackdown,XBL,Shooter,Microsoft Game Studios,Realtime Worlds,,,,,,,2009-12-01, +/games/boxart/full_crackdown-2_733AmericaFront.jpg,Crackdown 2,XBL,Shooter,Microsoft Game Studios,Ruffian Games,,,,,,,2011-01-04, +/games/boxart/full_crackdown-free-for-all-pack_824AmericaFront.jpg,Crackdown: Free-For-All Pack,XBL,Shooter,Microsoft Game Studios,Realtime Worlds,,,,,,,2007-05-10, +/games/boxart/full_crackdown-gettin-busy-bonus-pack_313AmericaFront.jpg,Crackdown: Gettin' Busy Bonus Pack,XBL,Shooter,Microsoft Game Studios,Realtime Worlds,,,,,,,2007-05-10, +/games/boxart/full_crash-commando_910AmericaFront.jpg,Crash Commando,PSN,Shooter,Sony Computer Entertainment,EPOS Game Studios,7.8,,,,,,2008-12-18, +/games/boxart/full_creature-shock_3AmericaFront.jpg,Creature Shock,PC,Shooter,Virgin Interactive,Argonaut Games,,,,,,,1994-12-01, +/games/boxart/8050791ccc.jpg,Creature Shock,3DO,Shooter,Virgin Interactive,Argonaut Games,,,,,,,1996-03-19, +/games/boxart/full_creature-shock_2JapanFront.jpg,Creature Shock,PS,Shooter,Data East,Argonaut Games,,,,,,,1996-08-23, +/games/boxart/1641694ccc.jpg,Creature Shock: Special Edition,SAT,Shooter,Data East,Interactive Studios Ltd.,,,,,,,1996-01-01, +/games/boxart/full_228073AmericaFrontccc.jpg,Creed Arena,XBL,Shooter,Microsoft,reedake2,,,,,,,2010-01-01, +/games/boxart/full_6144805AmericaFrontccc.jpg,Crescendo Symphony,XBL,Shooter,Microsoft,nakfiv,,,,,,,2009-07-26, +/games/boxart/4376440ccc.jpg,Crime Patrol,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1993-01-01, +/games/boxart/2113983ccc.jpg,Crime Patrol,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, +/games/boxart/full_crime-patrol_3AmericaFront.jpg,Crime Patrol,PC,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2002-01-16, +/games/boxart/default.jpg,CrimeCraft,PC,Shooter,Vogster Entertainment,Vogster Entertainment,,,,,,,2009-08-25, +/games/boxart/full_4169714AmericaFrontccc.png,Crimson Dragon,XOne,Shooter,Microsoft Studios,Grounding Inc.,,,,,,,2013-11-22,2018-08-10 +/games/boxart/full_2056371AmericaFrontccc.jpeg,Crimson Dragon: Side Story,WinP,Shooter,Microsoft Studios,Grounding Inc.,,,,,,,2012-09-12,2018-10-01 +/games/boxart/default.jpg,Crimsonland,PSV,Shooter,10tons Ltd,10tons Ltd,,,,,,,2014-08-19, +/games/boxart/2258690ccc.jpg,CrossFire,GEN,Shooter,Kyugo Boueki,AI,,,,,,,1991-01-01, +/games/boxart/5166839ccc.jpg,Crypt Killer,SAT,Shooter,Konami,Konami Computer Entertainment Tokyo,,,,,,,1997-01-01, +/games/boxart/full_4232800AmericaFrontccc.jpg,Crysis,PSN,Shooter,Electronic Arts,Crytek,8.2,,,,,,2011-10-04, +/games/boxart/default.jpg,Crysis,XBL,Shooter,Electronic Arts,Crytek,8.2,,,,,,2011-10-04, +/games/boxart/full_crysis-2-decimation-pack_927AmericaFront.jpg,Crysis 2: Decimation Pack,XBL,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-15, +/games/boxart/full_crysis-2-decimation-pack_206AmericaFront.jpg,Crysis 2: Decimation Pack,PC,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-15, +/games/boxart/full_crysis-2-decimation-pack_574AmericaFront.jpg,Crysis 2: Decimation Pack,PSN,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-28, +/games/boxart/full_crysis-2-retaliation-pack_527AmericaFront.jpg,Crysis 2: Retaliation Pack,PSN,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-01, +/games/boxart/full_crysis-2-retaliation-pack_842AmericaFront.jpg,Crysis 2: Retaliation Pack,XBL,Shooter,Electronic Arts,Crytek,,,,,,,2011-05-17, +/games/boxart/full_crysis-2-retaliation-pack_587AmericaFront.jpg,Crysis 2: Retaliation Pack,PC,Shooter,Electronic Arts,Crytek,,,,,,,2011-05-17, +/games/boxart/full_442134AmericaFrontccc.png,Crysis 3,PC,Shooter,Electronic Arts,Crytek,7.5,,,,,,2013-02-19,2018-03-13 +/games/boxart/default.jpg,Crystal Quest,PC,Shooter,Stainless Games,Stainless Games,,,,,,,2007-02-02, +/games/boxart/full_1992705AmericaFrontccc.jpg,Crystal Quest,GB,Shooter,Data East,Data East,,,,,,,1991-09-01, +/games/boxart/full_3235738AmericaFrontccc.jpg,Crystal Quest,XBL,Shooter,Microsoft,Stainless Games,6.2,,,,,,2006-02-07, +/games/boxart/full_curse_961JapanFront.jpg,Curse,GEN,Shooter,Micronet,Micronet,,,,,,,1989-12-23, +/games/boxart/default.jpg,Cyber Sled (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-05-19, +/games/boxart/full_cyber-core_8AmericaFront.jpg,Cyber-Core,PCE,Shooter,NEC,Alfa System,,,,,,,1990-01-01, +/games/boxart/6687887ccc.jpg,Cyber-Lip,NG,Shooter,SNK,SNK Corporation,,,,,,,1991-07-01, +/games/boxart/full_cyber-lip-cd_704JapanFront.jpg,Cyber-Lip (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1995-04-21, +/games/boxart/5643233ccc.jpg,Cyberdillo,3DO,Shooter,Panasonic Interactive Media,Pixel Technologies,,,,,,,1996-01-01, +/games/boxart/2168458ccc.jpg,Cybermorph,AJ,Shooter,Atari,Attention To Detail,,,,,,,1993-01-01, +/games/boxart/full_1096368AmericaFrontccc.jpg,Cybernator,VC,Shooter,Nintendo,NCS,,,,,,,2007-12-17, +/games/boxart/7049366ccc.jpg,Cybernator,SNES,Shooter,Konami,NCS,,,,,,,1993-04-01, +/games/boxart/8414104ccc.jpg,Cybernoid: The Fighting Machine,NES,Shooter,Acclaim Entertainment,Acclaim,,,,,,,1989-12-01, +/games/boxart/full_11626PALFrontccc.jpg,Cybernoid: The Fighting Machine,VC,Shooter,Commodore,Raffaele Cecco,,,,,,,2009-11-09, +/games/boxart/full_4252911AmericaFrontccc.jpg,Cyborg Mice Arena,XBL,Shooter,Microsoft,bioroid,,,,,,,2009-07-20, +/games/boxart/full_574114AmericaFrontccc.jpg,CyClones,PC,Shooter,SSI,Raven Software,,,,,,,1994-01-01, +/games/boxart/full_8070103PALFrontccc.jpg,Daemon Summoner,PS2,Shooter,Midas Interactive Entertainment,Atomic Planet Entertainment,,,,,,,2006-03-31, +/games/boxart/full_daisenpuu_5JapanFront.jpg,Daisenpuu,PCE,Shooter,NEC Avenue,NEC Avenue,,,,,,,1990-12-14, +/games/boxart/full_daisenpuu-custom_9JapanFront.jpg,Daisenpuu Custom,PCE,Shooter,NEC Avenue,NEC Avenue,,,,,,,1991-07-27, +/games/boxart/full_46085JapanFrontccc.jpg,Dangerous Seed,GEN,Shooter,Namco,Namco,,,,,,,1990-12-18, +/games/boxart/full_8394636JapanFrontccc.jpg,Darius α,PCE,Shooter,NEC Avenue,Bits Laboratory,,,,,,,1990-01-01, +/games/boxart/default.jpg,Darius Burst,PSN,Shooter,Taito,Pyramid,,,,,,,2009-12-24, +/games/boxart/full_644918JapanFrontccc.jpg,Darius Burst,PSP,Shooter,Unknown,Pyramid,,,,,,,2020-12-31, +/games/boxart/full_2716883AmericaFrontccc.jpg,Darius Gaiden,PC,Shooter,Interplay,Taito Corporation,,,,,,,1998-01-01, +/games/boxart/full_6585311JapanFrontccc.jpg,Darius Gaiden,PS,Shooter,Taito,Taito Corporation,,,,,,,1996-12-13, +/games/boxart/full_darius-plus_8JapanFront.jpg,Darius Plus,VC,Shooter,NEC Avenue,Bits Laboratory,,,,,,,2008-07-15, +/games/boxart/full_darius-plus_10JapanFront.jpg,Darius Plus,PCE,Shooter,NEC Avenue,Bits Laboratory,,,,,,,1990-09-21, +/games/boxart/full_8496210JapanFrontccc.jpg,Darius R,GBA,Shooter,Pacific Century Cyber Works,Taito Corporation,,,,,,,2002-12-13, +/games/boxart/full_2085298AmericaFrontccc.jpg,Darius Twin,SNES,Shooter,Taito,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/full_3027704AmericaFrontccc.jpg,Darius Twin,VC,Shooter,Taito,Taito Corporation,,,,,,,2010-12-13, +/games/boxart/3632040ccc.jpg,Dark Horizons: Lore,PC,Shooter,GarageGames,Max Gaming Technologies,,,,,,,2004-04-08, +/games/boxart/full_2073996AmericaFrontccc.jpg,Dark Sector,PC,Shooter,Aspyr,Digital Extremes,,,,,,,2009-03-24, +/games/boxart/full_4811415AmericaFrontccc.jpg,Darkest of Days,PC,Shooter,Phantom EFX,8MonkeyLabs,4.8,,,,,,2009-09-08, +/games/boxart/default.jpg,Darkworks,X360,Shooter,Unknown,Darkworks,,,,,,,, +/games/boxart/default.jpg,Darkworks,PC,Shooter,Unknown,Darkworks,,,,,,,, +/games/boxart/full_darwin-4081_667JapanFront.jpg,Darwin 4081,GEN,Shooter,Sega,Sega,,,,,,,1990-04-07, +/games/boxart/4472431ccc.jpg,Day of Defeat: Source,PC,Shooter,Valve Software,Valve Software,8.1,,,,,,2005-09-26, +/games/boxart/default.jpg,DDTank,PC,Shooter,Unknown,Ngames Limited,,,,,,,2010-11-06, +/games/boxart/full_9159136AmericaFrontccc.jpg,Dead Man's Hand,PC,Shooter,Atari,Human Head Studios,,,,,,,2004-03-18, +/games/boxart/full_91379AmericaFrontccc.jpg,Dead Meat,XBL,Shooter,Microsoft,x68ST0X20,,,,,,,2009-09-16, +/games/boxart/default.jpg,Dead Meets Lead,PC,Shooter,Unknown,Keldyn Interactive,,,,,,,, +/games/boxart/full_dead-moon_9AmericaFront.jpg,Dead Moon,VC,Shooter,Natsume,Zap,,,,,,,2007-06-04, +/games/boxart/full_dead-moon_9AmericaFront.jpg,Dead Moon,PCE,Shooter,Turbo Technologies,Zap,,,,,,,1992-01-01, +/games/boxart/full_dead-nation_137AmericaFront.jpg,Dead Nation,PSN,Shooter,Sony Computer Entertainment,Housemarque,7,,,,,,2010-11-30, +/games/boxart/full_2920039AmericaFrontccc.jpg,Dead Nation: Road of Devastation,PSN,Shooter,Unknown,Housemarque,,,,,,,, +/games/boxart/full_8445182AmericaFrontccc.jpg,Dead Space,XBL,Shooter,Electronic Arts,EA Redwood Shores,9,,,,,,2009-10-27, +/games/boxart/full_dead-space-2_335AmericaFront.jpg,Dead Space 2,PSN,Shooter,Electronic Arts,Visceral Games,9,,,,,,2011-11-08, +/games/boxart/full_dead-space-2-severed_351AmericaFront.jpg,Dead Space 2: Severed,XBL,Shooter,Electronic Arts,Visceral Games,,,,,,,2011-03-01, +/games/boxart/full_dead-space-2-severed_934AmericaFront.jpg,Dead Space 2: Severed,PSN,Shooter,Electronic Arts,Visceral Games,,,,,,,2011-03-01, +/games/boxart/full_dead-space-extraction_902AmericaFront.jpg,Dead Space Extraction,PSN,Shooter,Electronic Arts,Visceral Games,,,,,,,2011-01-25, +/games/boxart/default.jpg,Dead Storm Pirates,PSN,Shooter,Namco Bandai,Namco Bandai Games,,,,,,,2010-11-24, +/games/boxart/full_6377762AmericaFrontccc.jpg,Dead to Rights,PC,Shooter,Hip Interactive,Namco,,,,,,,2003-11-10, +/games/boxart/full_4629281PALFrontccc.jpg,Dead to Rights II,PC,Shooter,Namco,WideScreen Games,,,,,,,2005-08-15, +/games/boxart/default.jpg,Dead to Rights: Retribution - GAC Pack,XBL,Shooter,Unknown,Volatile Games,,,,,,,, +/games/boxart/default.jpg,Dead to Rights: Retribution - GAC Pack,PSN,Shooter,Unknown,Volatile Games,,,,,,,, +/games/boxart/full_2139875AmericaFrontccc.jpg,Deadfall Adventures,PS3,Shooter,Nordic Games,The Farm 51,,,,,,,2014-10-28,2019-04-29 +/games/boxart/full_2361131AmericaFrontccc.jpg,Death By Cube,XBL,Shooter,Square Enix,Premium Agency,4.5,,,,,,2010-01-20, +/games/boxart/full_6720797JapanFrontccc.jpg,Death Crimson,SAT,Shooter,Ecole,Ecole Software,,,,,,,1996-08-09, +/games/boxart/full_1136589JapanFrontccc.jpg,Death Crimson 2,DC,Shooter,Ecole,Ecole Software,,,,,,,1999-11-25, +/games/boxart/2917949ccc.jpg,Death Crimson OX,DC,Shooter,Sammy Corporation,Ecole Software,5.1,,,,,,2001-08-05, +/games/boxart/full_380044AmericaFrontccc.jpg,Deathmatch Classic,PC,Shooter,Valve,Valve Software,,,,,,,2001-06-01, +/games/boxart/full_deathsmiles-2x_824AmericaFront.jpg,DeathSmiles 2X,XBL,Shooter,Cave,Cave,,,,,,,2011-05-17, +/games/boxart/full_2366494AmericaFrontccc.jpg,Decimation X,XBL,Shooter,Microsoft,Xona Games,,,,,,,2010-01-16, +/games/boxart/default.jpg,Deep Black,X360,Shooter,505 Games,BiArt Studios,,,,,,,2020-12-31, +/games/boxart/default.jpg,Deep Black,PS3,Shooter,505 Games,BiArt Studios,,,,,,,2020-12-31, +/games/boxart/full_deep-black_767AmericaFront.jpg,Deep Black,XBL,Shooter,Unknown,BiArt,,,,,,,, +/games/boxart/default.jpg,Deep Black,PSN,Shooter,Unknown,BiArt,,,,,,,, +/games/boxart/full_deep-blue_10AmericaFront.jpg,Deep Blue,PCE,Shooter,NEC,Pack-In-Video,,,,,,,1989-01-01, +/games/boxart/full_3064933JapanFrontccc.jpg,DefCon 5,3DO,Shooter,Multisoft,Millennium Interactive,,,,,,,1996-05-17, +/games/boxart/full_6035135AmericaFrontccc.jpg,DefCon 5,SAT,Shooter,Data East,Millennium Interactive,,,,,,,1996-06-07, +/games/boxart/3950849ccc.jpg,Defender,5200,Shooter,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_9406740AmericaFrontccc.jpg,Defender,XBL,Shooter,Midway Games,Digital Eclipse,,,,,,,2006-11-15, +/games/boxart/540987ccc.jpg,Defender 2000,AJ,Shooter,Atari,Atari Games (Midway),,,,,,,1996-01-01, +/games/boxart/7504437ccc.jpg,Defender II,NES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1988-07-01, +/games/boxart/full_5338452AmericaFrontccc.jpg,Defender of Zorgaba,XBL,Shooter,Microsoft,Nashz99,,,,,,,2009-06-05, +/games/boxart/full_delta-force_803AmericaFront.jpg,Delta Force,PC,Shooter,NovaLogic,NovaLogic,,,,,,,1998-09-30, +/games/boxart/full_delta-force-10th-anniversary-collection_899AmericaFront.jpg,Delta Force 10th Anniversary Collection,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2009-01-16, +/games/boxart/default.jpg,Delta Force: Angel Falls,PC,Shooter,Unknown,NovaLogic,,,,,,,, +/games/boxart/full_9945758AmericaFrontccc.jpg,Delta Force: Black Hawk Down,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2003-03-23, +/games/boxart/full_3149957AmericaFrontccc.jpg,Delta Force: Black Hawk Down - Team Sabre,PC,Shooter,NovaLogic,Ritual Entertainment,,,,,,,2004-01-20, +/games/boxart/2388400ccc.jpg,Delta Force: Black Hawk Down - Team Sabre,PS2,Shooter,NovaLogic,Rebellion Developments,,,,,,,2006-11-21, +/games/boxart/full_delta-force-black-hawk-down-platinum-pack_208AmericaFront.jpg,Delta Force: Black Hawk Down Platinum Pack,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2004-03-22, +/games/boxart/391191ccc.jpg,Delta Force: Land Warrior,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2000-11-07, +/games/boxart/7337368ccc.png,Delta Force: Task Force Dagger,PC,Shooter,NovaLogic,Zombie,,,,,,,2002-06-27, +/games/boxart/full_1908232AmericaFrontccc.jpg,Delta Force: Urban Warfare,PS,Shooter,NovaLogic,Rebellion Developments,,,,,,,2002-07-02, +/games/boxart/full_delta-force-urban-warfare_0AmericaFront.jpg,Delta Force: Urban Warfare,PSN,Shooter,Sony Computer Entertainment,Rebellion Developments,,,,,,,2010-05-25, +/games/boxart/full_1513547AmericaFrontccc.jpg,Delta Force: Xtreme,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2005-04-22, +/games/boxart/full_8824394AmericaFrontccc.jpg,Delta Force: Xtreme 2,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2009-05-27, +/games/boxart/102871ccc.jpg,Demolition Man,3DO,Shooter,Virgin Interactive,Virgin Interactive,,,,,,,1995-01-01, +/games/boxart/4063499ccc.jpg,Descent,PC,Shooter,Interplay,Parallax Software,,,,,,,1995-02-28, +/games/boxart/default.jpg,Descent,WW,Shooter,Unknown,G1M2,,,,,,,, +/games/boxart/default.jpg,Descent 3 / Descent 3: Mercenary,PC,Shooter,Virgin Interactive,Outrage Games,,,,,,,2001-06-29, +/games/boxart/full_descent-3-mercenary_141AmericaFront.jpg,Descent 3: Mercenary,PC,Shooter,Interplay,Outrage Entertainment,,,,,,,2000-12-10, +/games/boxart/full_descent-i-and-ii-the-definitive-collection_354AmericaFront.jpg,Descent I and II: The Definitive Collection,PC,Shooter,Interplay,Parallax Software,,,,,,,1997-01-01, +/games/boxart/full_descent-2_429AmericaFront.jpg,Descent II,PC,Shooter,Illusion Softworks,Parallax Software,,,,,,,1996-02-29, +/games/boxart/full_descent-ii-the-infinite-abyss_666AmericaFront.jpg,Descent II: The Infinite Abyss,PC,Shooter,Interplay,Parallax Software,,,,,,,1996-11-15, +/games/boxart/default.jpg,Descent II: The Vertigo Series,PC,Shooter,Interplay,Parallax Software,,,,,,,1996-01-01, +/games/boxart/full_descent-freespace-battle-pack_780AmericaFront.jpg,Descent: FreeSpace - Battle Pack,PC,Shooter,Interplay,Volition Inc.,,,,,,,1998-01-01, +/games/boxart/full_descent-freespace-silent-threat_929AmericaFront.jpg,Descent: FreeSpace - Silent Threat,PC,Shooter,Interplay,Volition Inc.,,,,,,,1998-03-12, +/games/boxart/full_descent-freespace-the-great-war_756AmericaFront.jpg,Descent: FreeSpace - The Great War,PC,Shooter,Interplay,Volition Inc.,,,,,,,1998-05-31, +/games/boxart/full_descent-levels-of-the-world_882AmericaFront.jpg,Descent: Levels of the World,PC,Shooter,Interplay,Parallax Software,,,,,,,1995-01-01, +/games/boxart/3754639ccc.jpg,Desert Falcon,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_8828620AmericaFrontccc.jpg,DESTRUCTION TANK,XBL,Shooter,Microsoft,cs kid amc 360,,,,,,,2009-08-12, +/games/boxart/full_3998730JapanFrontccc.jpg,Detana!! TwinBee,PCE,Shooter,Konami,Konami,,,,,,,1992-02-28, +/games/boxart/full_detana-twinbee_3JapanFront.jpg,Detana!! TwinBee,PSN,Shooter,Konami,Konami,,,,,,,2010-05-19, +/games/boxart/full_1563890JapanFrontccc.jpg,Detana!! TwinBee,VC,Shooter,Hudson Soft,Konami,,,,,,,2009-03-23, +/games/boxart/full_devastation_81AmericaFront.jpg,Devastation,PC,Shooter,ARUSH Entertainment,Digitalo Studios,,,,,,,2003-03-28, +/games/boxart/default.jpg,Devil Blood,XBL,Shooter,Unknown,thelostone,,,,,,,, +/games/boxart/full_dezaemon_238JapanFront.jpg,Dezaemon,NES,Shooter,Athena,Athena,,,,,,,1991-09-13, +/games/boxart/full_dezaemon-2_640JapanFront.jpg,Dezaemon 2,SAT,Shooter,Athena,Athena,,,,,,,1997-10-09, +/games/boxart/full_5134274JapanFrontccc.jpg,Dezaemon 3D,N64,Shooter,Athena,Athena,,,,,,,1998-06-26, +/games/boxart/full_dezaemon-plus_96AmericaFront.jpg,Dezaemon Plus,PSN,Shooter,Sony Computer Entertainment,Athena,,,,,,,2010-11-30, +/games/boxart/full_dezaemon-plus_369JapanFront.jpg,Dezaemon Plus,PS,Shooter,Athena,Athena,,,,,,,1996-05-24, +/games/boxart/full_8253112AmericaFrontccc.jpg,Diatomic,WW,Shooter,Grendel Games,Grendel Games,,,,,,,2009-12-14, +/games/boxart/full_3746248AmericaFrontccc.jpg,Die Hard Trilogy,PC,Shooter,Fox Interactive,Probe Entertainment Limited,,,,,,,1996-01-01, +/games/boxart/9824187ccc.jpg,Die Hard Trilogy,SAT,Shooter,Fox Interactive,Probe Entertainment Limited,,,,,,,1997-01-21, +/games/boxart/full_7800070PALFrontccc.jpg,Die Hard: Vendetta,PS2,Shooter,NDA Productions,Bits Studios,,,,,,,2003-06-27, +/games/boxart/full_4445258PALFrontccc.jpg,Die Hard: Vendetta,XB,Shooter,NDA Productions,Bits Studios,,,,,,,2003-06-27, +/games/boxart/default.jpg,Dino D-Day,PC,Shooter,Unknown,800 North and Digital Ranch,5.5,,,,,,2011-04-08, +/games/boxart/full_dino-strike_212AmericaFront.jpg,Dino Strike,Wii,Shooter,Zoo Games,Zoo Games,,,,,,,2011-02-01, +/games/boxart/full_dinosaurs-for-hire_720AmericaFront.jpg,Dinosaurs for Hire,GEN,Shooter,Sega,Malibu Games,,,,,,,1993-01-01, +/games/boxart/full_9979930AmericaFrontccc.jpg,Disney's Atlantis: The Lost Empire - The Search for the Journal,PC,Shooter,Unknown,Zombie,,,,,,,, +/games/boxart/7431648ccc.gif,Disney's Chicken Little: Ace in Action,PS2,Shooter,Buena Vista,Avalanche Software,7,,,,,,2006-11-09, +/games/boxart/full_5559597AmericaFrontccc.jpg,Disney's TaleSpin,NES,Shooter,Capcom,Capcom,,,,,,,1991-01-01, +/games/boxart/full_disneys-talespin_380AmericaFront.jpg,Disney's TaleSpin,GB,Shooter,Capcom,Capcom,,,,,,,1992-12-01, +/games/boxart/full_3679416AmericaFrontccc.jpg,Division Omega,XBL,Shooter,Microsoft,Murkaeus,,,,,,,2009-08-07, +/games/boxart/full_7734225JapanFrontccc.jpg,DoDonPachi,PS,Shooter,SPS,"SPS Co.,Ltd.",,,,,,,1998-09-10, +/games/boxart/full_6139162JapanFrontccc.jpg,DoDonPachi,SAT,Shooter,Atlus,Cave,,,,,,,1997-09-18, +/games/boxart/full_43154JapanFrontccc.jpg,DoDonPachi Dai-Oujou,PS2,Shooter,Arika,Cave,,,,,,,2003-04-10, +/games/boxart/full_dodonpachi-resurrection-black-label_58JapanFront.jpg,DoDonPachi Daifukkatsu: Black Label,XBL,Shooter,Cave,Cave,,,,,,,2011-02-03, +/games/boxart/full_576645JapanFrontccc.jpg,DonPachi,PS,Shooter,SPS,Cave,,,,,,,1996-10-18, +/games/boxart/full_2921138JapanFrontccc.jpg,DonPachi,SAT,Shooter,Atlus,Nihon Falcom Corporation,,,,,,,1996-04-26, +/games/boxart/full_donpachi_31JapanFront.jpg,DonPachi,PSN,Shooter,Hamster Corporation,Cave,,,,,,,2010-05-12, +/games/boxart/full_3935233AmericaFrontccc.jpg,Doom,XBL,Shooter,Activision,Nerve Software,8,,,,,,2006-09-27, +/games/boxart/4823036ccc.jpg,Doom,SAT,Shooter,GT Interactive,Rage Software,,,,,,,1997-03-31, +/games/boxart/9981605ccc.jpg,Doom,AJ,Shooter,Atari,id Software,,,,,,,1994-01-01, +/games/boxart/full_4121190AmericaFrontccc.jpg,Doom,SNES,Shooter,Williams Entertainment,Sculptured Software,,,,,,,1996-02-29, +/games/boxart/5692855ccc.jpg,Doom,3DO,Shooter,Art Data Interactive,"Logicware, Inc.",,,,,,,1996-01-01, +/games/boxart/full_3822188AmericaFrontccc.jpg,Doom 3: Resurrection of Evil,PC,Shooter,Activision,Nerve Software,8,,,,,,2005-04-04, +/games/boxart/full_6415887AmericaFrontccc.jpg,Doom II,XBL,Shooter,Bethesda Softworks,Nerve Software,,,,,,,2010-05-26, +/games/boxart/full_9475574AmericaFrontccc.jpg,Dot Error,XBL,Shooter,Microsoft,rece,,,,,,,2009-12-13, +/games/boxart/full_8263698PALFrontccc.jpg,Double Hawk,MS,Shooter,Sega,OperaHouse,,,,,,,1990-01-01, +/games/boxart/full_double-strike_2AmericaFront.jpg,Double Strike,NES,Shooter,American Video Entertainment,sachen,,,,,,,1990-01-01, +/games/boxart/default.jpg,DoveZ: The Second Wave,PC,Shooter,Xing Entertainment,Xing Entertainment,,,,,,,2005-01-04, +/games/boxart/full_download_4JapanFront.jpg,Download,PCE,Shooter,NEC Avenue,Alfa System,,,,,,,1990-06-22, +/games/boxart/full_download-2_8JapanFront.jpg,Download 2,PCE,Shooter,NEC Avenue,Alfa System,,,,,,,1991-03-29, +/games/boxart/full_doxan_346PALFront.jpg,Doxan,PC,Shooter,IncaGold,Z-Software,,,,,,,2008-09-04, +/games/boxart/full_4334639PALFrontccc.jpg,Dragon Blaze,PS2,Shooter,505 Games,Psikyo,,,,,,,2006-06-23, +/games/boxart/full_dragon-drive-d-masters-shot_291JapanFront.jpg,Dragon Drive: D-Masters Shot,GC,Shooter,Bandai,"Treasure Co., Ltd.",,,,,,,2003-08-08, +/games/boxart/full_3847273JapanFrontccc.jpg,Dragon Saber,PCE,Shooter,Namco,Now Production,,,,,,,1991-12-27, +/games/boxart/full_7973059JapanFrontccc.jpg,Dragon Saber,VC,Shooter,Namco Bandai,Now Production,,,,,,,2008-08-05, +/games/boxart/default.jpg,Dragon Saber (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-15, +/games/boxart/full_7786307AmericaFrontccc.jpg,Dragon Spirit,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-07-02, +/games/boxart/full_8474827AmericaFrontccc.jpg,Dragon Spirit,PCE,Shooter,NEC,Namco,,,,,,,1989-01-01, +/games/boxart/default.jpg,Dragon Spirit (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-08, +/games/boxart/534449ccc.jpg,Dragon Spirit: The New Legend,NES,Shooter,Bandai,Namco,,,,,,,1990-06-01, +/games/boxart/full_9726014AmericaFrontccc.jpg,Drake of the 99 Dragons,PC,Shooter,Majesco,Idol FX,,,,,,,2003-11-03, +/games/boxart/full_5168845AmericaFrontccc.jpg,Drawn to Death,PS4,Shooter,Sony Interactive Entertainment,The Bartlet Jones Supernatural Detective Agency,,,,,,,2017-04-04,2018-09-17 +/games/boxart/full_8291080AmericaFrontccc.jpg,Dreamkiller,X360,Shooter,Unknown,Mindware Studios,,,,,,,, +/games/boxart/full_715443AmericaFrontccc.jpg,Dreamkiller,PC,Shooter,Aspyr,Mindware Studios,4.6,,,,,,2009-10-12, +/games/boxart/full_6183321PALFrontccc.jpg,Dropzone,NES,Shooter,Mindscape,Eurocom Entertainment Software,,,,,,,1992-01-01, +/games/boxart/default.jpg,Dropzone,GB,Shooter,Mindscape,Eurocom Entertainment Software,,,,,,,1992-01-01, +/games/boxart/2035970ccc.jpg,Dropzone,GG,Shooter,Codemasters,Codemasters,,,,,,,1994-01-01, +/games/boxart/full_5069962PALFrontccc.jpg,Dropzone (GBC),GB,Shooter,Acclaim Entertainment,Awesome Entertainment,,,,,,,1999-01-01, +/games/boxart/full_drug-wars_8AmericaFront.jpg,Drug Wars,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, +/games/boxart/default.jpg,Drumskulls,XBL,Shooter,Unknown,Drumskull Games Inc,,,,,,,, +/games/boxart/full_duael-invaders_838PALFront.jpg,Duael Invaders,PSN,Shooter,Laughing Jackal,Laughing Jackal,,,,,,,2011-04-05, +/games/boxart/default.jpg,Dudebro: My Shit is Fucked Up So I Got to Shoot/Slice You II - It's Straight-Up Dawg Time,PC,Shooter,Unknown,Members of NeoGAF,,,,,,,, +/games/boxart/full_2739648AmericaFrontccc.jpg,Duel: The Art of Combat,XBL,Shooter,Microsoft,AwesomeGamesStudio,,,,,,,2009-12-06, +/games/boxart/full_1847608AmericaFrontccc.jpg,Duke - Caribbean: Life's a Beach,PC,Shooter,WizardWorks,Sunstorm Interactive,,,,,,,1997-01-01, +/games/boxart/default.jpg,Duke Assault,PC,Shooter,Unknown,WizardWorks,,,,,,,, +/games/boxart/full_duke-nuclear-winter_710AmericaFront.jpg,Duke Nuclear Winter,PC,Shooter,WizardWorks,Simply Silly Software,,,,,,,1997-12-30, +/games/boxart/7613533ccc.gif,Duke Nukem,PC,Shooter,Apogee,3D Realms,,,,,,,1991-07-01, +/games/boxart/2957829ccc.jpg,Duke Nukem 3D,PC,Shooter,GT Interactive,3D Realms,,,,,,,1996-01-31, +/games/boxart/2126065ccc.jpg,Duke Nukem 3D,SAT,Shooter,Sega,Lobotomy Software,,,,,,,1997-01-01, +/games/boxart/default.jpg,Duke Nukem 3D,GEN,Shooter,Tec Toy,3D Realms,,,,,,,1998-01-01, +/games/boxart/full_6363165AmericaFrontccc.jpg,Duke Nukem 3D,XBL,Shooter,3D Realms,3D Realms,,,,,,,2008-09-24, +/games/boxart/full_3755202AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,PC,Shooter,Gearbox Software,Gearbox Software,,,,,,,2016-10-11, +/games/boxart/full_1260558AmericaFrontccc.jpg,Duke Nukem 3D: Atomic Edition,PC,Shooter,GT Interactive,3D Realms,,,,,,,1996-10-31, +/games/boxart/full_7438639AmericaFrontccc.jpg,Duke Nukem 3D: Kill-A-Ton Collection,PC,Shooter,GT Interactive,3D Realms,,,,,,,1997-01-01, +/games/boxart/full_7435376AmericaFrontccc.jpg,Duke Nukem 3D: Plutonium Pak,PC,Shooter,3D Realms,3D Realms,,,,,,,1996-01-01, +/games/boxart/9608527ccc.jpg,Duke Nukem II,PC,Shooter,Apogee,3D Realms,,,,,,,1993-12-03, +/games/boxart/default.jpg,Duke Nukem Trilogy: Chain Reaction,DS,Shooter,Unknown,FrontLine Studios,,,,,,,, +/games/boxart/default.jpg,Duke Nukem Trilogy: Chain Reaction,PSP,Shooter,Unknown,FrontLine Studios,,,,,,,, +/games/boxart/default.jpg,Duke Nukem Trilogy: Proving Ground,DS,Shooter,Unknown,FrontLine Studios,,,,,,,, +/games/boxart/default.jpg,Duke Nukem Trilogy: Proving Ground,PSP,Shooter,Unknown,FrontLine Studios,,,,,,,, +/games/boxart/4846683ccc.jpg,Duke Nukem: Manhattan Project,PC,Shooter,ARUSH Entertainment,Sunstorm Interactive,,,,,,,2002-05-14, +/games/boxart/full_7040914AmericaFrontccc.jpg,Duke Nukem: Manhattan Project,XBL,Shooter,Microsoft,3D Realms,,,,,,,2010-06-23, +/games/boxart/full_259609AmericaFrontccc.jpg,Duologue,XBL,Shooter,Microsoft,Funavision,,,,,,,2009-09-09, +/games/boxart/default.jpg,DUST 514,PSV,Shooter,Unknown,CCP,,,,,,,, +/games/boxart/default.jpg,DUST 514,PS3,Shooter,Unknown,CCP,,,,,,,2013-05-14, +/games/boxart/full_3000534PALFrontccc.jpg,DUX,DC,Shooter,HuCast,HUCAST.net/KonTechs Ltd.,,,,,,,2009-06-17, +/games/boxart/full_9015588AmericaFrontccc.jpg,E4 - Every Extend Extra Extreme,XBL,Shooter,Q Entertainment,Cyclone Zero,,,,,,,2007-10-17, +/games/boxart/full_earth-defense_840AmericaFront.jpg,Earth Defense,GEN,Shooter,Realtec,AV Artisan,,,,,,,1995-01-01, +/games/boxart/full_6957773AmericaFrontccc.jpg,Earth Defense Force,SNES,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1992-01-01, +/games/boxart/full_earth-defense-force_6AmericaFront.jpg,Earth Defense Force,VC,Shooter,Jaleco,Jaleco Entertainment,,,,,,,2010-10-29, +/games/boxart/full_9755830AmericaFrontccc.gif,Earthshield,PSN,Shooter,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, +/games/boxart/full_8156388AmericaFrontccc.jpg,Echoes+,XBL,Shooter,Microsoft,Binary Zoo,,,,,,,2009-10-18, +/games/boxart/full_1555230AmericaFrontccc.jpg,Ecks vs. Sever,GBA,Shooter,BAM! Entertainment,Crawfish Interactive,7.6,,,,,,2001-11-27, +/games/boxart/full_2752525AmericaFrontccc.jpg,Eco Shooter: Plant 530,WW,Shooter,Nintendo,Intelligent Systems,,,,,,,2009-12-21, +/games/boxart/full_1393542JapanFrontccc.jpg,Einhänder,PSN,Shooter,Square Enix,SquareSoft,,,,,,,2008-06-25, +/games/boxart/2539724ccc.jpg,Elemental Master,GEN,Shooter,Renovation,"TechnoSoft Co., Ltd.",,,,,,,1993-01-01, +/games/boxart/full_eliminate-down_155JapanFront.jpg,Eliminate Down,GEN,Shooter,Soft Vision International,Aprinet,,,,,,,1993-06-25, +/games/boxart/default.jpg,Empire: Alpha Complex,XBL,Shooter,Unknown,Chair Entertainment,,,,,,,, +/games/boxart/default.jpg,Empire: Alpha Complex,PSN,Shooter,Unknown,Chair Entertainment,,,,,,,, +/games/boxart/default.jpg,Empire: Alpha Complex,PC,Shooter,Unknown,Chair Entertainment,,,,,,,, +/games/boxart/full_4501969AmericaFrontccc.jpg,Endless Swarm,XBL,Shooter,Microsoft,Altered Reality,,,,,,,2008-11-15, +/games/boxart/default.jpg,Enter the Gungeon,OSX,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-01-01, +/games/boxart/default.jpg,Enter the Gungeon,Linux,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-01-01, +/games/boxart/default.jpg,Enter the Gungeon,PS4,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-04-05, +/games/boxart/4019541ccc.jpg,Escape from Monster Manor,3DO,Shooter,Electronic Arts,3DO,,,,,,,1993-01-01, +/games/boxart/full_756713JapanFrontccc.jpg,Espgaluda,PS2,Shooter,Arika,Cave,,,,,,,2004-06-17, +/games/boxart/full_3348600JapanFrontccc.jpg,Eureka 7 V.1: New Wave,PSP,Shooter,Unknown,Bandai,,,,,,,, +/games/boxart/full_7284617AmericaFrontccc.jpg,EVE: Valkyrie,PC,Shooter,CCP,CCP,,,,,,,2016-03-28, +/games/boxart/default.jpg,Every Extend,PC,Shooter,Omega,Omega,,,,,,,2004-04-15, +/games/boxart/full_everyday-shooter_890AmericaFront.jpg,Everyday Shooter,PSN,Shooter,Sony Computer Entertainment,Queasy Games,8.4,,,,,,2007-10-11, +/games/boxart/full_1909962AmericaFrontccc.jpg,Everyday Shooter,PC,Shooter,Queasy Games,Queasy Games,8,,,,,,2008-05-08, +/games/boxart/full_5737445AmericaFrontccc.png,Everyday Shooter (PSP),PSN,Shooter,Sony Computer Entertainment,Queasy Games,7,,,,,,2008-12-04, +/games/boxart/full_151008JapanFrontccc.jpg,Exector,PS,Shooter,Arc System Works,Arc System Works,,,,,,,1995-09-22, +/games/boxart/full_exed-exes_9JapanFront.jpg,Exed Exes,NES,Shooter,Tokuma Shoten,Micronics,,,,,,,1985-12-21, +/games/boxart/default.jpg,Exed Exes (Arcade),VC,Shooter,Capcom,Capcom,,,,,,,2011-01-10, +/games/boxart/full_8360853JapanFrontccc.jpg,Exerion,VC,Shooter,Jaleco,Jaleco Entertainment,,,,,,,2007-05-01, +/games/boxart/full_2682769JapanFrontccc.jpg,Exerion,NES,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1985-02-11, +/games/boxart/full_3753888AmericaFrontccc.jpg,Exisled,XBL,Shooter,Microsoft,L0STlogic,,,,,,,2008-11-20, +/games/boxart/full_9815799AmericaFrontccc.jpg,Exodus from the Earth,PC,Shooter,Strategy First,Parallax Arts Studio,,,,,,,2008-10-28, +/games/boxart/full_explosionade_8AmericaFront.jpg,Explosionade,XBL,Shooter,Mommy's Best Games,Mommy's Best Games,,,,,,,2010-10-07,2018-10-01 +/games/boxart/full_extreme-ghostbusters-the-ultimate-invasion_6PALFront.jpg,Extreme Ghostbusters: The Ultimate Invasion,PS,Shooter,LSP Games,Similis,,,,,,,2004-03-01, +/games/boxart/8862276ccc.jpg,Extreme Paintbrawl,PC,Shooter,Head Games,Creative Carnage,1.2,,,,,,1998-10-31, +/games/boxart/full_fear-2-reborn_205AmericaFront.jpg,F.E.A.R. 2: Reborn,PSN,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2009-09-03, +/games/boxart/full_fear-2-reborn_403AmericaFront.jpg,F.E.A.R. 2: Reborn,XBL,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2009-09-03, +/games/boxart/full_fear-2-reborn_24AmericaFront.jpg,F.E.A.R. 2: Reborn,PC,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2009-09-03, +/games/boxart/71173ccc.jpg,F.E.A.R. Extraction Point,PC,Shooter,Sierra Entertainment,TimeGate Studios / Monolith Productions,,,,,,,2006-10-24, +/games/boxart/full_5448291AmericaFrontccc.jpg,F.E.A.R. Platinum Collection,PC,Shooter,Sierra Entertainment,Monolith Productions,,,,,,,2007-11-06, +/games/boxart/full_face-raiders_670AmericaFront.jpg,Face Raiders,3DS,Shooter,Nintendo,Nintendo,,,,,,,2011-03-27, +/games/boxart/3626732ccc.jpg,Faceball 2000,GB,Shooter,Bullet Proof Software,Xanth Software,,,,,,,1991-12-01, +/games/boxart/full_2829611AmericaFrontccc.jpg,Fallen Earth,PC,Shooter,Icarus Games,"Fallen Earth, LLC",7,,,,,,2009-09-22, +/games/boxart/full_fantasy-zone_1AmericaFront.jpg,Fantasy Zone,PCE,Shooter,NEC,Bits Laboratory,,,,,,,1989-01-01, +/games/boxart/full_fantasy-zone_7AmericaFront.jpg,Fantasy Zone,VC,Shooter,Sega,Sega,,,,,,,2008-04-14, +/games/boxart/full_fantasy-zone_5AmericaFront.jpg,Fantasy Zone,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_8213560AmericaFrontccc.jpg,Fantasy Zone,GG,Shooter,Sims,Sega,,,,,,,1991-01-01, +/games/boxart/full_fantasy-zone_7JapanFront.jpg,Fantasy Zone,NES,Shooter,Sunsoft,SunSoft,,,,,,,1987-07-20, +/games/boxart/full_fantasy-zone-tengen_3AmericaFront.jpg,Fantasy Zone (Tengen),NES,Shooter,Tengen,Tengen,,,,,,,1989-01-01, +/games/boxart/full_8193294AmericaFrontccc.jpg,Fantasy Zone II,VC,Shooter,Sega,Sega,,,,,,,2009-06-29, +/games/boxart/full_fantasy-zone-ii_2AmericaFront.jpg,Fantasy Zone II,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_fantasy-zone-ii-opaopa-no-namida_10JapanFront.jpg,Fantasy Zone II: OpaOpa no Namida,NES,Shooter,Sunsoft,SunSoft,,,,,,,1988-12-20, +/games/boxart/full_fantasy-zone-the-maze_6AmericaFront.jpg,Fantasy Zone: The Maze,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_882068AmericaFrontccc.jpg,Far Cry 2,XBL,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2010-04-27, +/games/boxart/full_far-cry-2_715AmericaFront.jpg,Far Cry 2,PSN,Shooter,Ubisoft,Ubisoft,,,,,,,2011-08-09, +/games/boxart/full_859634AmericaFrontccc.jpg,Far Cry 3: Blood Dragon,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2013-05-01,2018-05-25 +/games/boxart/full_fast-draw-showdown_803AmericaFront.jpg,Fast Draw Showdown,PSN,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,3.8,,,,,,2011-07-19, +/games/boxart/full_394753AmericaFrontccc.jpg,Fast Draw Showdown,WW,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-01-04, +/games/boxart/default.jpg,Fast Striker,NG,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2010-06-30, +/games/boxart/full_fast-striker-15_185AmericaFront.jpg,Fast Striker 1.5,DC,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2010-12-21, +/games/boxart/full_8587558AmericaFrontccc.jpg,Fatal Abyss,XBL,Shooter,Microsoft,CyanideGames,,,,,,,2008-11-20, +/games/boxart/full_2252578AmericaFrontccc.jpg,FBI Hostage Rescue,PC,Shooter,Activision,Idol FX,,,,,,,2004-02-05, +/games/boxart/6306749ccc.jpg,Fester's Quest,NES,Shooter,Sunsoft,SunSoft,,,,,,,1989-01-01, +/games/boxart/full_3119770AmericaFrontccc.jpg,Fields - Soldier of Time,XBL,Shooter,Microsoft,reedake2,,,,,,,2009-01-27, +/games/boxart/full_7709565AmericaFrontccc.jpg,Fields Reloaded,XBL,Shooter,Microsoft,reedake2,,,,,,,2009-10-03, +/games/boxart/full_final-blaster_0JapanFront.jpg,Final Blaster,VC,Shooter,Namco Bandai,Namco,,,,,,,2008-09-09, +/games/boxart/full_final-blaster_4JapanFront.jpg,Final Blaster,PCE,Shooter,Namco,Namco,,,,,,,1990-09-28, +/games/boxart/4751069ccc.jpg,Final Doom,PC,Shooter,GT Interactive,id Software,,,,,,,1996-05-31, +/games/boxart/full_final-reverse_109JapanFront.jpg,Final Reverse,GB,Shooter,Toei Animation,Shouei,,,,,,,1991-04-12, +/games/boxart/full_5308418JapanFrontccc.jpg,Final Soldier,VC,Shooter,Hudson Soft,Now Production,,,,,,,2008-09-08, +/games/boxart/full_1428318JapanFrontccc.jpg,Final Soldier,PCE,Shooter,Hudson Soft,Now Production,,,,,,,1991-07-05, +/games/boxart/full_7808853JapanFrontccc.jpg,Fire Mustang,GEN,Shooter,Taito,NMK,,,,,,,1991-05-31, +/games/boxart/full_6079268AmericaFrontccc.jpg,Fire Shark,GEN,Shooter,DreamWorks Interactive,Toaplan,,,,,,,1990-01-01, +/games/boxart/default.jpg,Firefall,PC,Shooter,Red 5 Studio,Red Cerberus,,,,,,,2020-12-31, +/games/boxart/full_7218314AmericaFrontccc.jpg,Firepower 2000,SNES,Shooter,Sunsoft,Sales Curve Interactive,,,,,,,1992-11-01, +/games/boxart/full_fish-squid-time-machine_2AmericaFront.jpg,Fish Squid Time Machine,XBL,Shooter,Microsoft,Farbs McFarbs,,,,,,,2010-08-29, +/games/boxart/full_9021512AmericaFrontccc.jpg,Flytrap,XBL,Shooter,Microsoft,kiwasabi,,,,,,,2009-11-11, +/games/boxart/full_foreign-legion-buckets-of-blood_393AmericaFront.jpg,Foreign Legion: Buckets of Blood,PC,Shooter,Sakari Indie,Sakari Indie,,,,,,,2009-08-05, +/games/boxart/full_7880303AmericaFrontccc.jpg,Forgotten Worlds,GEN,Shooter,Sega,Sega,,,,,,,1989-11-17, +/games/boxart/full_6733091AmericaFrontccc.jpg,Forgotten Worlds,VC,Shooter,Sega,Sega,,,,,,,2008-11-17, +/games/boxart/full_4180959PALFrontccc.jpg,Forgotten Worlds,MS,Shooter,Sega,Capcom,,,,,,,1991-01-01, +/games/boxart/full_2259438JapanFrontccc.jpg,Forgotten Worlds,PCE,Shooter,NEC Interchannel,Capcom,,,,,,,1992-03-27, +/games/boxart/full_formation-armed-f_4JapanFront.jpg,Formation Armed F,PCE,Shooter,Pack-In-Video,Big Don,,,,,,,1990-03-23, +/games/boxart/full_2028120AmericaFrontccc.jpg,Forsaken,PC,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-04-30, +/games/boxart/full_fortified-zone_153AmericaFront.png,Fortified Zone,3DS,Shooter,Jaleco,Jaleco Entertainment,,,,,,,2011-07-07, +/games/boxart/full_fortified-zone_11AmericaFront.jpg,Fortified Zone,GB,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1991-09-01, +/games/boxart/full_9594187PALFrontccc.jpg,FPS Creator,PC,Shooter,The Game Creators,The Game Creators,,,,,,,2005-09-22, +/games/boxart/default.jpg,Fractured Soul,DS,Shooter,Graffiti,Endgame Studios,,,,,,,2012-02-21, +/games/boxart/full_fractured-soul_641AmericaFront.jpg,Fractured Soul,3DS,Shooter,Ignition Entertainment,UTV Ignition Games,,,,,,,2012-02-21, +/games/boxart/full_7672335AmericaFrontccc.jpg,Freedom Fighters,PC,Shooter,Electronic Arts,IO Interactive,,,,,,,2003-10-01, +/games/boxart/2887727ccc.jpg,Freedom Force,NES,Shooter,Sunsoft,SunSoft,,,,,,,1988-04-01, +/games/boxart/full_frontlines-fuel-of-war_0AmericaFront.jpg,Frontlines: Fuel of War,XBL,Shooter,THQ,Kaos Studios,,,,,,,2010-07-06, +/games/boxart/4079303ccc.jpg,Fur Fighters,DC,Shooter,Acclaim Entertainment,Bizarre Creations,8.2,,,,,,2000-07-11, +/games/boxart/full_6616939AmericaFrontccc.jpg,Fur Fighters,PC,Shooter,Acclaim Entertainment,Bizarre Creations,,,,,,,2000-11-24, +/games/boxart/full_fusion-genesis_898AmericaFront.jpg,Fusion: Genesis,XBL,Shooter,Microsoft,Starfire Studios,10,,,,,,2011-11-09, +/games/boxart/full_57358JapanFrontccc.png,G Darius,PC,Shooter,CyberFront,Taito Corporation,,,,,,,2001-09-07, +/games/boxart/full_g-darius_6JapanFront.jpg,G Darius,PSN,Shooter,Taito,Aisystem Tokyo,,,,,,,2008-08-27, +/games/boxart/default.jpg,G.G Series Wonder Land,DSiW,Shooter,Genterprise,Suzak,,,,,,,2009-09-16, +/games/boxart/full_gg-series-zone_823AmericaFront.jpg,G.G Series Z-ONE,DSiW,Shooter,Genterprise,Suzak,,,,,,,2010-12-27, +/games/boxart/full_gg-series-d-tank_815AmericaFront.jpg,G.G Series: D-Tank,DSiW,Shooter,Genterprise,Suzak,,,,,,,2011-03-21, +/games/boxart/full_gg-series-dark-spirits_726AmericaFront.jpg,G.G Series: Dark Spirits,DSiW,Shooter,Genterprise,Suzak,,,,,,,2011-02-07, +/games/boxart/default.jpg,G.G Series: Z-One 2,DSiW,Shooter,Genterprise,Suzak,,,,,,,2010-06-23, +/games/boxart/full_6288845AmericaFrontccc.jpg,Gaiares,GEN,Shooter,Renovation,Telenet Japan,,,,,,,1990-01-01, +/games/boxart/full_gaiaseed_0AmericaFront.jpg,GaiaSeed,PSN,Shooter,Sony Computer Entertainment,Techno Soleil,,,,,,,2010-09-21, +/games/boxart/full_5115684JapanFrontccc.jpg,GaiaSeed: Project Seed Trap,PS,Shooter,Techno Soleil,Techno Soleil,,,,,,,1996-12-13, +/games/boxart/6367655ccc.jpg,Gain Ground,VC,Shooter,Sega,Sega,6.1,,,,,,2007-02-05, +/games/boxart/full_gain-ground_7AmericaFront.jpg,Gain Ground,PC,Shooter,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/2469039ccc.jpg,Gain Ground,GEN,Shooter,Renovation,Sega,,,,,,,1991-01-02, +/games/boxart/full_gain-ground_2PALFront.jpg,Gain Ground,MS,Shooter,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_gain-ground-sx_2JapanFront.jpg,Gain Ground SX,PCE,Shooter,NEC Avenue,Bits Laboratory,,,,,,,1992-12-25, +/games/boxart/full_1339916AmericaFrontccc.jpg,Galactic Arms Race,PC,Shooter,Unknown,Unknown,,,,,,,2014-05-31, +/games/boxart/3488259ccc.jpg,Galactic Crusader,NES,Shooter,Bunch Games,sachen,,,,,,,1990-01-01, +/games/boxart/full_galactic-protector_0JapanFront.jpg,Galactic Protector,MS,Shooter,Sega,Sega,,,,,,,1988-02-21, +/games/boxart/7875395ccc.jpg,Galaga,7800,Shooter,Atari,Namco,,,,,,,1987-01-01, +/games/boxart/full_3600278AmericaFrontccc.jpg,Galaga,XBL,Shooter,Namco Bandai,Namco Bandai Games,6.5,,,,,,2006-07-26, +/games/boxart/default.jpg,Galaga '88 (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-06-23, +/games/boxart/full_567089AmericaFrontccc.jpg,Galaga '90,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-08-06, +/games/boxart/full_8233576AmericaFrontccc.jpg,Galaga '90,PCE,Shooter,NEC,Namco,,,,,,,1989-01-01, +/games/boxart/full_galaga-90_317JapanFront.jpg,Galaga '90,PSN,Shooter,Namco Bandai,Namco,,,,,,,2011-03-16, +/games/boxart/full_8974538JapanFrontccc.jpg,Galaga '91,GG,Shooter,Namco,Namco,,,,,,,1991-10-25, +/games/boxart/default.jpg,Galaga (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-11-24, +/games/boxart/full_6840272AmericaFrontccc.jpg,Galaga Legions,XBL,Shooter,Namco Bandai,Namco Bandai Games,7.5,,,,,,2008-08-20, +/games/boxart/full_galaga-legions-dx_746AmericaFront.jpg,Galaga Legions DX,XBL,Shooter,Namco Bandai,Namco Bandai Games,7.8,,,,,,2011-06-29, +/games/boxart/full_galaga-legions-dx_564AmericaFront.jpg,Galaga Legions DX,PSN,Shooter,Namco Bandai,Namco Bandai Games,7.4,,,,,,2011-08-02, +/games/boxart/519071ccc.jpg,Galaga: Demons of Death,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-04-11, +/games/boxart/4984349ccc.jpg,Galaga: Demons of Death,NES,Shooter,Bandai,Namco,,,,,,,1988-09-01, +/games/boxart/full_6678572AmericaFrontccc.jpg,Galaga: Destination Earth,GB,Shooter,Hasbro Interactive,Pipe Dream Interactive,,,,,,,2000-09-25, +/games/boxart/full_4584906AmericaFrontccc.jpg,Galaga: Destination Earth,PC,Shooter,Hasbro Interactive,King of the Jungle,,,,,,,2000-09-23, +/games/boxart/full_3654665AmericaFrontccc.jpg,Galax-e-mail,XBL,Shooter,Microsoft,BogTurtleCarl,,,,,,,2008-11-17, +/games/boxart/4626343ccc.jpg,Galaxian,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_galaxian_3JapanFront.jpg,Galaxian,NES,Shooter,Namco,Namco,,,,,,,1984-09-07, +/games/boxart/default.jpg,Galaxian (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-29, +/games/boxart/full_8147289PALFrontccc.jpg,Galaxian³,PS,Shooter,Sony Computer Entertainment,Namco,,,,,,,1996-08-01, +/games/boxart/full_222546AmericaFrontccc.jpg,Galaxy Force,MS,Shooter,Activision,Sega,,,,,,,1989-01-01, +/games/boxart/full_7513159AmericaFrontccc.jpg,Galaxy Force II,VC,Shooter,Sega,CRI,,,,,,,2009-05-11, +/games/boxart/full_3573662AmericaFrontccc.jpg,Galaxy Force II,GEN,Shooter,Sega,CRI,,,,,,,1991-08-12, +/games/boxart/full_galaxy-force-ii_433AmericaFront.jpg,Galaxy Force II,PC,Shooter,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/full_8283545JapanFrontccc.jpg,GALEOZ,PS,Shooter,Atlus,Unknown,,,,,,,1996-12-20, +/games/boxart/full_3895678JapanFrontccc.jpg,Game Tengoku: The Game Paradise!,SAT,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1997-06-06, +/games/boxart/full_gamera-2000_183JapanFront.jpg,Gamera 2000,PS,Shooter,Virgin Interactive,Digital Frontier,,,,,,,1997-04-25, +/games/boxart/full_gamera-the-guardian-of-the-universe_967JapanFront.jpg,Gamera: The Guardian of the Universe,GB,Shooter,Angel Studios,Angel Studios,,,,,,,1995-03-03, +/games/boxart/full_3749197AmericaFrontccc.jpg,Gamerbots:Third-Robot Shooting,XBL,Shooter,Microsoft,Hotwave Games,,,,,,,2009-07-09, +/games/boxart/7518283ccc.jpg,Gangster Town,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/default.jpg,Gaplus (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-03-27, +/games/boxart/full_1836732AmericaFrontccc.jpg,Gate of Thunder,PCE,Shooter,Turbo Technologies,RED Company,,,,,,,1992-01-01, +/games/boxart/full_gate-of-thunder_8JapanFront.jpg,Gate of Thunder,PSN,Shooter,Hudson Soft,RED Company,,,,,,,2010-03-17, +/games/boxart/full_6462620AmericaFrontccc.jpg,Gate of Thunder,VC,Shooter,Hudson Soft,RED Company,,,,,,,2007-10-15, +/games/boxart/6046844ccc.jpg,Gates of Zendocon,Lynx,Shooter,Atari,"Epyx, Inc.",,,,,,,1993-01-01, +/games/boxart/full_gatling-gears_471AmericaFront.jpg,Gatling Gears,PSN,Shooter,Electronic Arts,Vanguard Games,7.5,,,,,,2011-06-28, +/games/boxart/full_gatling-gears_990AmericaFront.jpg,Gatling Gears,PC,Shooter,Unknown,Vanguard Games,,,,,,,, +/games/boxart/full_gatling-gears_665AmericaFront.jpg,Gatling Gears,XBL,Shooter,Electronic Arts,Vanguard Games,7.6,,,,,,2011-05-11, +/games/boxart/full_gears-of-war_896AmericaFront.jpg,Gears of War,XBL,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-12-29,2018-11-18 +/games/boxart/full_gears-of-war-2_6AmericaFront.jpg,Gears of War 2,XBL,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2010-10-12, +/games/boxart/full_1482294AmericaFrontccc.jpg,Gears of War 2: All Fronts Collection,XBL,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-07-28, +/games/boxart/full_7366721AmericaFrontccc.jpg,Gears of War 2: Game of the Year Edition,X360,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-01-09, +/games/boxart/full_gears-of-war-3-horde-command-pack_55AmericaFront.jpg,Gears of War 3: Horde Command Pack,XBL,Shooter,Microsoft Studios,Epic Games,,,,,,,2011-11-01,2018-10-01 +/games/boxart/full_5208446AmericaFrontccc.jpg,Gears of War 3: RAAM's Shadow,XBL,Shooter,Microsoft Studios,Epic Games,,,,,,,2011-12-13,2018-10-01 +/games/boxart/full_4413034JapanFrontccc.jpg,Gears of War Twin Pack,X360,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-07-30, +/games/boxart/full_geimos_513JapanFront.jpg,Geimos,NES,Shooter,ASCII Entertainment,Micronics,,,,,,,1985-08-28, +/games/boxart/full_3255328AmericaFrontccc.jpg,Gekioh: Shooting King,PS,Shooter,Natsume,Warashi,,,,,,,2002-12-01, +/games/boxart/full_9018405JapanFrontccc.jpg,Gekirindan: Time Travel Shooting,SAT,Shooter,Taito,Taito,,,,,,,1997-04-18, +/games/boxart/full_2915968PALFrontccc.jpg,Gene Troopers,XB,Shooter,Unknown,Cauldron Ltd.,,,,,,,, +/games/boxart/full_5921284AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,PC,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-25, +/games/boxart/full_359147AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,Linux,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-09-25, +/games/boxart/full_6988048AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,XOne,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-26, +/games/boxart/full_4261875AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,PS4,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-25, +/games/boxart/full_1068633AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,PS3,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-25, +/games/boxart/full_2441238AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,X360,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-26, +/games/boxart/full_6798670AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,OSX,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-09-25, +/games/boxart/full_2936360AmericaFrontccc.jpg,Geometry Wars: Retro Evolved,XBL,Shooter,Bizarre Creations,Bizarre Creations Ltd.,8.6,,,,,,2005-11-22, +/games/boxart/full_5729844AmericaFrontccc.jpg,Geometry Wars: Retro Evolved,PC,Shooter,Bizarre Creations,Bizarre Creations Ltd.,,,,,,,2007-03-07, +/games/boxart/full_977590AmericaFrontccc.jpg,Geometry Wars: Retro Evolved 2,XBL,Shooter,Activision,Bizarre Creations Ltd.,9.1,,,,,,2008-07-30, +/games/boxart/full_6725102JapanFrontccc.jpg,GG Aleste,GG,Shooter,Compile,Compile Ltd.,,,,,,,1991-12-29, +/games/boxart/6996269ccc.jpg,Ghen War,SAT,Shooter,Sega,Jumpin' Jack Software,,,,,,,1995-05-26, +/games/boxart/full_7547725AmericaFrontccc.jpg,Ghost PangPang,And,Shooter,eFusion MMOG GmbH,eFusion MMOG GmbH,,,,,,,2014-07-23, +/games/boxart/2932874ccc.jpg,Ghost Pilots,NG,Shooter,SNK,SNK Corporation,,,,,,,1991-07-01, +/games/boxart/full_ghost-pilots-cd_211AmericaFront.jpg,Ghost Pilots (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1995-03-17, +/games/boxart/full_8955001PALFrontccc.jpg,Ghoul Panic,PS,Shooter,Namco,Eighting/Raizing,,,,,,,2000-04-01, +/games/boxart/2001303ccc.jpg,Giga Wing,DC,Shooter,Capcom,Takumi Corporation,6,,,,,,2000-07-19, +/games/boxart/9434933ccc.jpg,Giga Wing 2,DC,Shooter,Capcom,Takumi Corporation,7.5,,,,,,2001-05-16, +/games/boxart/2605732ccc.jpg,Global Defense,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_gokuraku-chuuka-taisen_2JapanFront.jpg,Gokuraku! Chuuka Taisen,PCE,Shooter,Taito,Taito Corporation,,,,,,,1992-03-13, +/games/boxart/full_7419706AmericaFrontccc.jpg,Gore: Ultimate Soldier,PC,Shooter,DreamCatcher Interactive,4D Rulers,,,,,,,2002-06-05, +/games/boxart/7666622ccc.jpg,Gorf,2600,Shooter,CBS Electronics,CBS Electronics,,,,,,,1982-01-01, +/games/boxart/532695ccc.jpg,Gorf,5200,Shooter,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, +/games/boxart/full_7098972AmericaFrontccc.jpg,Gorky Zero: Beyond Honor,PC,Shooter,JoWood Productions,Metropolis Software,,,,,,,2004-06-01, +/games/boxart/full_676885PALFrontccc.jpg,Gotcha!,XB,Shooter,Global Star Software,Sixteen Tons Entertainment,,,,,,,2005-04-15, +/games/boxart/full_2497483AmericaFrontccc.jpg,Gotcha! Extreme Paintball,PC,Shooter,Viva Media,Sixteen Tons Entertainment,,,,,,,2004-07-30, +/games/boxart/full_gotcha-the-sport_978AmericaFront.jpg,Gotcha! The Sport!,NES,Shooter,LJN,LJN Ltd.,,,,,,,1987-11-01, +/games/boxart/default.jpg,Gotham City Imposters,PC,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2012-02-06, +/games/boxart/full_gotham-city-imposters_773AmericaFront.jpg,Gotham City Imposters,XBL,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2012-02-08, +/games/boxart/default.jpg,Gotham City Imposters,PSN,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2012-02-07, +/games/boxart/full_gradius_10JapanFront.jpg,Gradius,PSN,Shooter,Konami,Konami,,,,,,,2010-05-19, +/games/boxart/full_3150354JapanFrontccc.jpg,Gradius,PCE,Shooter,Konami,Konami,,,,,,,1991-11-15, +/games/boxart/full_7952367AmericaFrontccc.jpg,Gradius (NES),VC,Shooter,Konami,Konami,7.1,,,,,,2007-01-08, +/games/boxart/full_9575537JapanFrontccc.jpg,Gradius (PCE),VC,Shooter,Konami,Konami,,,,,,,2007-08-07, +/games/boxart/default.jpg,Gradius Arc,PS3,Shooter,Unknown,Konami,,,,,,,, +/games/boxart/full_7476235AmericaFrontccc.jpg,Gradius Collection,PSN,Shooter,Konami,Konami,,,,,,,2009-12-10, +/games/boxart/full_8305354JapanFrontccc.jpg,Gradius Deluxe Pack,SAT,Shooter,Konami,Konami,,,,,,,1996-03-29, +/games/boxart/full_8922720JapanFrontccc.jpg,Gradius Deluxe Pack,PS,Shooter,Konami,Konami,,,,,,,1996-03-29, +/games/boxart/full_9456403JapanFrontccc.jpg,Gradius Gaiden,PS,Shooter,Konami,Konami Computer Entertainment Tokyo,,,,,,,1997-08-28, +/games/boxart/full_gradius-ii-gofer-no-yabou_4JapanFront.jpg,Gradius II: Gofer no Yabou,PSN,Shooter,Konami,Konami,,,,,,,2010-10-20, +/games/boxart/full_720498JapanFrontccc.jpg,Gradius II: Gofer no Yabou,PCE,Shooter,Konami,Konami,,,,,,,1992-12-18, +/games/boxart/full_3465803JapanFrontccc.jpg,Gradius II: Gofer no Yabou,NES,Shooter,Konami,Konami,,,,,,,1988-12-16, +/games/boxart/full_6140380JapanFrontccc.jpg,Gradius II: Gofer no Yabou (NES),VC,Shooter,Konami,Konami,,,,,,,2007-04-24, +/games/boxart/full_5753565JapanFrontccc.jpg,Gradius II: Gofer no Yabou (PCE),VC,Shooter,Konami,Konami,,,,,,,2008-10-20, +/games/boxart/full_147181AmericaFrontccc.jpg,Gradius III,SNES,Shooter,Konami,Konami,,,,,,,1991-08-01, +/games/boxart/full_5951237AmericaFrontccc.jpg,Gradius III,VC,Shooter,Konami,Konami,,,,,,,2007-04-23, +/games/boxart/full_5836919AmericaFrontccc.jpg,Gradius ReBirth,WW,Shooter,Konami,M2,7.7,,,,,,2009-03-09, +/games/boxart/8152429ccc.jpg,Gradius: The Interstellar Assault,GB,Shooter,Konami,Konami,,,,,,,1992-01-01, +/games/boxart/full_4773622AmericaFrontccc.jpg,Granada,GEN,Shooter,Renovation,Wolf Team,,,,,,,1990-01-01, +/games/boxart/full_7219493AmericaFrontccc.jpg,GraphSpacer,XBL,Shooter,Microsoft,quack,,,,,,,2008-12-17, +/games/boxart/full_4534383AmericaFrontccc.jpg,GraphSpacer Black,XBL,Shooter,Microsoft,quack,,,,,,,2009-04-18, +/games/boxart/default.jpg,GravArena,XBL,Shooter,Unknown,Squire Software,,,,,,,, +/games/boxart/full_7140040AmericaFrontccc.jpg,Grave Breaker,XBL,Shooter,Microsoft,i ENDER i,,,,,,,2009-12-13, +/games/boxart/full_gravitron360_4AmericaFront.jpg,Gravitron360,XBL,Shooter,Microsoft,Ron Bunce,,,,,,,2010-08-25, +/games/boxart/full_gravity-crash_10AmericaFront.jpg,Gravity Crash,PSN,Shooter,Sony Computer Entertainment,Just Add Water,6.5,,,,,,2009-11-24, +/games/boxart/full_gravity-crash-portable_9AmericaFront.jpg,Gravity Crash Portable,PSN,Shooter,Sony Computer Entertainment,Just Add Water,,,,,,,2010-07-20, +/games/boxart/full_greg-hastings-paintball-2_915AmericaFront.jpg,Greg Hastings Paintball 2,PSN,Shooter,Majesco,Super X Studios,,,,,,,2011-06-14, +/games/boxart/7028080ccc.jpg,Greg Hastings' Tournament Paintball Max'd,XB,Shooter,Activision,WXP,,,,,,,2005-10-18, +/games/boxart/full_3843038AmericaFrontccc.jpg,Gridrunner Revolution,PC,Shooter,Llamasoft,Llamasoft,8.3,,,,,,2009-09-25, +/games/boxart/full_3324043JapanFrontccc.jpg,Griffin,GG,Shooter,Nippon Telenet,Nippon Telenet,,,,,,,1991-07-26, +/games/boxart/default.jpg,Grobda,VC,Shooter,Namco Bandai,Namco,,,,,,,2009-11-10, +/games/boxart/full_9363264AmericaFrontccc.jpg,Groov,XBL,Shooter,Microsoft,Funkmasonry Industries,,,,,,,2009-01-09, +/games/boxart/full_4172199AmericaFrontccc.jpg,Guardian,2600,Shooter,Apollo,Apollo,,,,,,,1982-01-01, +/games/boxart/full_6562304AmericaFrontccc.jpg,Guardian,XBL,Shooter,Microsoft,Dave Carlile,,,,,,,2009-12-08, +/games/boxart/full_4756027JapanFrontccc.jpg,Guardian Force,SAT,Shooter,Success,Success,,,,,,,1998-06-08, +/games/boxart/full_guerrilla-war_794PALFront.jpg,Guerrilla War,PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2011-07-19, +/games/boxart/full_guerrilla-war_124AmericaFront.jpg,Guerrilla War,NES,Shooter,SNK,SNK Corporation,,,,,,,1989-06-01, +/games/boxart/full_7766268AmericaFrontccc.jpg,Gum Drop Celestial Frontier,XBL,Shooter,Microsoft,mechaghost,,,,,,,2009-07-26, +/games/boxart/4102694ccc.jpg,Gumshoe,NES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1986-06-06, +/games/boxart/default.jpg,Gun Loco,X360,Shooter,Unknown,AQ Interactive,,,,,,,2020-12-31, +/games/boxart/full_8952610AmericaFrontccc.jpg,Gun Metal,PC,Shooter,Strategy First,Rage Software,,,,,,,2005-05-21, +/games/boxart/full_gun-nac_740AmericaFront.jpg,Gun Nac,NES,Shooter,ASCII Entertainment,Compile,,,,,,,1991-09-01, +/games/boxart/497285ccc.jpg,Gun.Smoke,NES,Shooter,Capcom,Capcom,,,,,,,1988-02-01, +/games/boxart/1712337ccc.jpg,Gunbird 2,DC,Shooter,Capcom,Psikyo,7.7,,,,,,2000-11-17, +/games/boxart/default.jpg,Gunbird 2 Remix,PSN,Shooter,Unknown,WindySoft,,,,,,,, +/games/boxart/full_8101940PALFrontccc.jpg,Gunbird Special Edition,PS2,Shooter,Empire Interactive,Psikyo,,,,,,,2005-03-18, +/games/boxart/full_gunboat_2AmericaFront.jpg,Gunboat,PC,Shooter,Accolade,Accolade,,,,,,,1991-01-01, +/games/boxart/full_gunboat_5AmericaFront.jpg,Gunboat,PCE,Shooter,NEC,The Code Monkeys,,,,,,,1992-01-01, +/games/boxart/full_4261894PALFrontccc.jpg,GunCom 2,PS2,Shooter,Play It,Ecole,,,,,,,2004-12-10, +/games/boxart/default.jpg,GundeadliGne,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2011-09-27, +/games/boxart/full_gundeadligne_4AmericaFront.jpg,GundeadliGne,PSN,Shooter,Sony Online Entertainment,Platine Dispositif,,,,,,,2010-06-15, +/games/boxart/default.jpg,Gundemonium,PC,Shooter,Platine Dispositif,Murasame,,,,,,,2003-01-01, +/games/boxart/full_gundemonium-collection_784JapanFront.jpg,Gundemonium Collection,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2010-05-18, +/games/boxart/default.jpg,Gundemonium Recollection,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2011-09-27, +/games/boxart/full_gundemonium-recollection_5AmericaFront.jpg,Gundemonium Recollection,PSN,Shooter,Sony Online Entertainment,Platine Dispositif,,,,,,,2010-06-15, +/games/boxart/full_1195892AmericaFrontccc.jpg,GunForce,SNES,Shooter,Irem Software Engineering,Bits Studios,,,,,,,1992-01-01, +/games/boxart/full_5240500AmericaFrontccc.jpg,Guns Loaded,XBL,Shooter,Microsoft,Chise,,,,,,,2009-10-28, +/games/boxart/full_6337292AmericaFrontccc.jpg,Gunslinger,2600,Shooter,Sears,"Telegames, Inc.",,,,,,,1978-01-01, +/games/boxart/5362240ccc.jpg,Gunslingers Collection,3DO,Shooter,"American Laser Games, Inc",American Laser Games,,,,,,,1995-01-01, +/games/boxart/full_gunstar-heroes_825AmericaFront.jpg,Gunstar Heroes,PC,Shooter,Sega,Backbone Entertainment,,,,,,,2011-01-10,2018-05-25 +/games/boxart/full_2010429AmericaFrontccc.jpg,Gunstar Heroes,XBL,Shooter,Sega,Backbone Entertainment,,,,,,,2009-06-10, +/games/boxart/full_5995487JapanFrontccc.jpg,Gunstar Heroes,GG,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,1995-03-24, +/games/boxart/full_2316002AmericaFrontccc.png,Gunstar Heroes,PSN,Shooter,Sega,Backbone Entertainment,,,,,,,2009-06-11, +/games/boxart/3983579ccc.gif,Gunstar Heroes,VC,Shooter,Sega,"Treasure Co., Ltd.",9,,,,,,2006-12-11, +/games/boxart/full_5338524JapanFrontccc.jpg,Gunvari Collection + Time Crisis,PS2,Shooter,Namco,Namco,,,,,,,2002-12-12, +/games/boxart/default.jpg,Gurutto! Saver,DSiW,Shooter,G-Style,G-Style,,,,,,,2011-05-25, +/games/boxart/full_guwange_746AmericaFront.jpg,Guwange,XBL,Shooter,Cave,Cave,8,,,,,,2010-11-10, +/games/boxart/7121662ccc.jpg,Gyrostarr,WW,Shooter,High Voltage Software,High Voltage Software,,,,,,,2008-06-23, +/games/boxart/full_83022AmericaFrontccc.jpg,Gyruss,2600,Shooter,Parker Bros.,Parker Bros,,,,,,,1984-01-01, +/games/boxart/full_2998069AmericaFrontccc.jpg,Gyruss,XBL,Shooter,Konami,Digital Eclipse,,,,,,,2007-04-18, +/games/boxart/9911503ccc.jpg,Gyruss,5200,Shooter,Parker Bros.,Parker Bros,,,,,,,1984-01-01, +/games/boxart/full_3638662AmericaFrontccc.jpg,Gyruss,NES,Shooter,Ultra Games,Konami,,,,,,,1989-02-01, +/games/boxart/full_146347AmericaFrontccc.jpg,H1Z1,PC,Shooter,Daybreak Games,Daybreak Games,,,,,,,2018-02-28,2018-09-15 +/games/boxart/full_6117981AmericaFrontccc.jpeg,H1Z1: Battle Royale,PS4,Shooter,Daybreak Games,Daybreak Games,,,,,,,2018-05-22,2018-09-15 +/games/boxart/default.jpg,HAL 21,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, +/games/boxart/full_7294905AmericaFrontccc.jpg,Half-Life 1: Anthology,PC,Shooter,Electronic Arts,Valve Software,,,,,,,2005-09-26, +/games/boxart/full_8740046AmericaFrontccc.jpg,Half-Life 2: Deathmatch,PC,Shooter,Valve,Valve Software,,,,,,,2004-11-16, +/games/boxart/full_7015529AmericaFrontccc.jpg,Half-Life 2: Episode Pack,PC,Shooter,Electronic Arts,Valve Software,8.8,,,,,,2008-04-08, +/games/boxart/full_2542213AmericaFrontccc.png,Half-Life 2: Episode Three,PC,Shooter,Unknown,Valve,,,,,,,, +/games/boxart/full_4003147AmericaFrontccc.jpg,Half-Life 2: Lost Coast,PC,Shooter,Valve,Valve Software,,,,,,,2005-10-27,2018-05-25 +/games/boxart/full_213023AmericaFrontccc.jpg,Half-Life 2: The Platinum Edition,PC,Shooter,Valve,Valve Software,,,,,,,2006-11-06, +/games/boxart/full_half-life-deathmatch-source_568AmericaFront.png,Half-Life Deathmatch: Source,PC,Shooter,Valve,Valve Software,,,,,,,2006-05-01, +/games/boxart/full_half-life-azure-sheep_726AmericaFront.jpg,Half-Life: Azure Sheep,PC,Shooter,DAVLevels,Unknown,,,,,,,2007-09-10, +/games/boxart/6074978ccc.jpg,Half-Life: Counter-Strike,PC,Shooter,Sierra Entertainment,The Counter-Strike Team,8.8,,,,,,2000-11-08, +/games/boxart/full_half-life-desert-crisis_291AmericaFront.jpg,Half-Life: Desert Crisis,PC,Shooter,Unknown,Soulescape,,,,,,,2004-10-29, +/games/boxart/full_half-life-existence_281AmericaFront.jpg,Half-Life: Existence,PC,Shooter,Unknown,Unknown,,,,,,,2007-08-10, +/games/boxart/full_half-life-firearms_26AmericaFront.jpg,Half-Life: Firearms,PC,Shooter,Unknown,Unknown,,,,,,,2001-09-21, +/games/boxart/full_half-life-front-line-force_21AmericaFront.jpg,Half-Life: Frontline Force,PC,Shooter,Tony Sergi,Adrian Finol,,,,,,,2004-03-01, +/games/boxart/full_1069376AmericaFrontccc.jpg,Half-Life: Generation,PC,Shooter,Sierra Entertainment,Valve Software & Gearbox Software,,,,,,,2002-01-01, +/games/boxart/full_8150183AmericaFrontccc.jpg,Half-Life: Platinum Collection,PC,Shooter,Sierra Entertainment,Valve Software,,,,,,,2002-01-01, +/games/boxart/full_4238775AmericaFrontccc.jpg,Half-Life: Platinum Collection 2,PC,Shooter,Sierra Entertainment,Valve Software,,,,,,,2002-08-28, +/games/boxart/full_half-life-ricochet_171AmericaFront.jpg,Half-Life: Ricochet,PC,Shooter,Valve,Valve Software,,,,,,,2000-11-01, +/games/boxart/full_half-life-science-and-industry_753AmericaFront.jpg,Half-Life: Science and Industry,PC,Shooter,Unknown,Unknown,,,,,,,2002-01-01, +/games/boxart/full_half-life-source_178PALFront.jpg,Half-Life: Source,PC,Shooter,Valve,Valve Software,,,,,,,2004-06-04, +/games/boxart/full_half-life-the-opera_94AmericaFront.jpg,Half-Life: The Opera,PC,Shooter,Unknown,Unknown,,,,,,,2000-01-01, +/games/boxart/full_half-life-the-specialists_649AmericaFront.jpg,Half-Life: The Specialists,PC,Shooter,Unknown,Unknown,,,,,,,2004-06-27, +/games/boxart/full_half-life-they-hunger_2AmericaFront.jpg,Half-Life: They Hunger,PC,Shooter,Black Widow Games,Black Widow Games,,,,,,,1999-01-01, +/games/boxart/full_6723660AmericaFrontccc.jpg,Halley Wars,GG,Shooter,Sega,Taioto,,,,,,,1991-01-01, +/games/boxart/full_2407954AmericaFrontccc.jpg,Halo 3,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2010-04-20,2018-10-11 +/games/boxart/full_halo-3-heroic-map-pack_118AmericaFront.jpg,Halo 3: Heroic Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie Studios,,,,,,,2007-12-11,2018-10-11 +/games/boxart/full_halo-3-legendary-map-pack_765AmericaFront.jpg,Halo 3: Legendary Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2008-04-15,2018-10-11 +/games/boxart/full_halo-3-mythic-ii-map-pack_767AmericaFront.jpg,Halo 3: Mythic II Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2010-02-02,2018-10-11 +/games/boxart/full_halo-3-mythic-map-pack_705AmericaFront.jpg,Halo 3: Mythic Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2009-04-09,2018-10-11 +/games/boxart/full_halo-3-odst_506AmericaFront.jpg,Halo 3: ODST,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2011-04-05,2018-10-11 +/games/boxart/full_986208AmericaFrontccc.jpg,Halo Online,PC,Shooter,Microsoft Studios,Saber Interactive,,,,,,,2015-12-31, +/games/boxart/full_6312000AmericaFrontccc.jpg,Halo: Combat Evolved,XBL,Shooter,Microsoft Game Studios,Bungie Studios,,,,,,,2007-12-04,2018-10-11 +/games/boxart/full_halo-reach_159AmericaFront.jpg,Halo: Reach,XBL,Shooter,Microsoft Game Studios,Bungie,9.3,,,,,,2011-03-15,2018-10-11 +/games/boxart/full_halo-reach-defiant-map-pack_244AmericaFront.jpg,Halo: Reach - Defiant Map Pack,XBL,Shooter,Microsoft Game Studios,343 Industries,,,,,,,2011-03-15, +/games/boxart/full_halo-reach-noble-map-pack_878AmericaFront.jpg,Halo: Reach - Noble Map Pack,XBL,Shooter,Microsoft Game Studios,343 Industries,,,,,,,2010-11-30, +/games/boxart/full_9403305AmericaFrontccc.jpg,Halo: Spartan Assault,XOne,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2013-12-23,2018-09-27 +/games/boxart/full_229877AmericaFrontccc.jpg,Halo: Spartan Assault,XBL,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2014-01-31,2018-09-27 +/games/boxart/full_790701AmericaFrontccc.png,Halo: Spartan Assault,WinP,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2013-07-18,2018-09-27 +/games/boxart/full_2836848AmericaFrontccc.png,Halo: Spartan Strike,PC,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2014-11-25,2018-09-27 +/games/boxart/full_225813AmericaFrontccc.png,Halo: Spartan Strike,WinP,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2015-04-16,2018-09-27 +/games/boxart/full_hana-taaka-daka_9JapanFront.jpg,Hana Taaka Daka!?,PCE,Shooter,Taito,Natsume,,,,,,,1991-08-09, +/games/boxart/full_5792712AmericaFrontccc.jpg,Hangeki,PC,Shooter,Unknown,Unknown,,,,,,,2014-08-11, +/games/boxart/full_1212480AmericaFrontccc.jpg,Hangman's Revenge!,XBL,Shooter,Microsoft,Madcat327,,,,,,,2009-06-05, +/games/boxart/full_hany-in-the-sky_8JapanFront.jpg,Hany in the Sky,PCE,Shooter,FACE,Sankindo,,,,,,,1989-03-01, +/games/boxart/full_438966PALFrontccc.jpg,Hardware: Online Arena,PS2,Shooter,Sony Computer Entertainment,SCEE London Studio,,,,,,,2003-11-07,2018-12-03 +/games/boxart/full_1756122JapanFrontccc.jpg,Harmful Park,PS,Shooter,Sky Think Systems,Sky Think Systems,,,,,,,1997-02-14, +/games/boxart/full_2187637AmericaFrontccc.jpg,Head Shot 2,XBL,Shooter,Microsoft,Silver Dollar Games,,,,,,,2009-11-07,2020-03-03 +/games/boxart/full_head-shot-god_987AmericaFront.jpg,Head Shot God,XBL,Shooter,Microsoft,Silver Dollar Games,,,,,,,2011-09-02, +/games/boxart/full_9267029AmericaFrontccc.jpg,Headshot,XBL,Shooter,Microsoft,North West,,,,,,,2009-08-08, +/games/boxart/2548725ccc.jpg,Heavenly Guardian,PS2,Shooter,UFO Interactive,Starfish,,,,,,,2008-02-26, +/games/boxart/7777718ccc.jpg,Heavenly Guardian,PS2,Shooter,UFO Interactive,Starfish,,,,,,,2008-02-26, +/games/boxart/5202766ccc.jpg,Heavenly Guardian,Wii,Shooter,UFO Interactive,Starfish,,,,,,,2008-04-22, +/games/boxart/default.jpg,Heavy Fire: Afghanistan,X360,Shooter,Mastiff,Teyon Entertainment,,,,,,,2012-12-31, +/games/boxart/full_heavy-fire-black-arms_621AmericaFront.jpg,Heavy Fire: Black Arms,WW,Shooter,Teyon Entertainment,Teyon Entertainment,,,,,,,2011-03-07, +/games/boxart/full_heavy-fire-special-operations_3AmericaFront.jpg,Heavy Fire: Special Operations,WW,Shooter,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-07-26, +/games/boxart/full_heavy-metal-fakk-2_897AmericaFront.jpg,Heavy Metal: F.A.K.K. 2,PC,Shooter,Gathering of Developers,Ritual Entertainment,,,,,,,2000-08-06, +/games/boxart/full_heavy-unit_9JapanFront.jpg,Heavy Unit,GEN,Shooter,TOHO,"Toho Co., Ltd",,,,,,,1990-12-26, +/games/boxart/full_heavy-unit_3JapanFront.jpg,Heavy Unit,PCE,Shooter,Taito,Inter State,,,,,,,1989-12-22, +/games/boxart/full_4213652AmericaFrontccc.jpg,Heavy Weapon Deluxe,PC,Shooter,PopCap Games,PopCap Games,,,,,,,2005-03-24, +/games/boxart/full_6630812AmericaFrontccc.png,Heavy Weapon: Atomic Tank,PSN,Shooter,Sony Online Entertainment,PopCap Games,,,,,,,2009-06-11, +/games/boxart/full_9450281AmericaFrontccc.jpg,Heavy Weapon: Atomic Tank,XBL,Shooter,PopCap Games,PopCap Games,,,,,,,2007-01-17, +/games/boxart/full_heli-heroes_27AmericaFront.jpg,Heli Heroes,PC,Shooter,TopWare,Zuxxez,,,,,,,2002-01-29, +/games/boxart/1751630ccc.jpg,Hellfire,GEN,Shooter,Seismic,Toaplan,,,,,,,1991-01-01, +/games/boxart/full_43423JapanFrontccc.jpg,Hellfire S: The Another Story,PCE,Shooter,NEC,NEC Avenue,,,,,,,1991-04-12, +/games/boxart/default.jpg,Hellion: Mystery of the Inquisition,PS3,Shooter,Unknown,Flying Fish,,,,,,,, +/games/boxart/default.jpg,Hellion: Mystery of the Inquisition,PC,Shooter,Unknown,Flying Fish,,,,,,,, +/games/boxart/default.jpg,Hellion: Mystery of the Inquisition,X360,Shooter,Unknown,Flying Fish,,,,,,,, +/games/boxart/full_hellraiser_513AmericaFront.jpg,Hellraiser,NES,Shooter,Unknown,Color Dreams,,,,,,,2020-12-31, +/games/boxart/1930319ccc.jpg,Heretic,PC,Shooter,id Software,Raven Software,,,,,,,1994-12-23, +/games/boxart/full_3798577AmericaFrontccc.jpg,Heretic: Shadow of the Serpent Riders,PC,Shooter,id Software,Raven Software,,,,,,,1994-12-23, +/games/boxart/8404091ccc.jpg,Hexen II,PC,Shooter,Activision,Raven Software,,,,,,,1997-09-01, +/games/boxart/full_296260AmericaFrontccc.jpg,Hexen II Mission Pack: Portal of Praevus,PC,Shooter,Activision,Raven Software,,,,,,,1998-03-31, +/games/boxart/7364012ccc.jpg,Hexen: Beyond Heretic,PC,Shooter,id Software,Raven Software,,,,,,,1995-09-30, +/games/boxart/7394401ccc.jpg,Hexen: Beyond Heretic,SAT,Shooter,GT Interactive,Atod AB,,,,,,,1997-04-30, +/games/boxart/full_813665AmericaFrontccc.jpg,Hexen: Deathkings of the Dark Citadel,PC,Shooter,id Software,Raven Software,,,,,,,1996-01-01, +/games/boxart/full_4723204JapanFrontccc.jpg,Higurashi Daybreak,PC,Shooter,Twilight Frontier,Twilight Frontier,,,,,,,2006-08-13, +/games/boxart/default.jpg,Higurashi Daybreak Kai,PC,Shooter,Twilight Frontier,Twilight Frontier,,,,,,,2007-04-22, +/games/boxart/full_5299969AmericaFrontccc.jpg,History Channel: Battle for the Pacific,PS2,Shooter,Activision,Sand Grain Studios,,,,,,,2007-12-04, +/games/boxart/2057407ccc.jpg,History Channel: Battle for the Pacific,PC,Shooter,Activision,Ladyluck Digital Media,,,,,,,2007-12-04, +/games/boxart/full_5463715AmericaFrontccc.jpg,History Channel: Civil War - A Nation Divided,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2006-11-14, +/games/boxart/full_2023608AmericaFrontccc.jpg,History Civil War: Secret Missions,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2008-11-11, +/games/boxart/default.jpg,Hitman: Sniper,And,Shooter,Square Enix,Square Enix,,,,,,,2015-01-01, +/games/boxart/default.jpg,Hitogata Happa,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2011-09-27, +/games/boxart/full_hitogata-happa_6AmericaFront.jpg,Hitogata Happa,PSN,Shooter,Sony Online Entertainment,Platine Dispositif,,,,,,,2010-06-15, +/games/boxart/full_homefront_59AmericaFront.jpg,Homefront,PSN,Shooter,THQ,Kaos Studios,6.6,,,,,,2011-10-25, +/games/boxart/full_homefront_724AmericaFront.jpg,Homefront,XBL,Shooter,THQ,Kaos Studios,6.7,,,,,,2011-09-13, +/games/boxart/default.jpg,Homefront 2,PS3,Shooter,THQ,Crytek,,,,,,,2013-12-31, +/games/boxart/default.jpg,Homefront 2,X360,Shooter,THQ,Crytek,,,,,,,2013-12-31, +/games/boxart/full_5627470AmericaFrontccc.jpg,Homefront: The Revolution,Linux,Shooter,Deep Silver,Dambuster Studios,,,,,,,2016-05-17,2018-05-24 +/games/boxart/full_727460AmericaFrontccc.jpg,Homefront: The Revolution,OSX,Shooter,Deep Silver,Dambuster Studios,,,,,,,2016-05-17,2018-05-24 +/games/boxart/default.jpg,Hong Kong 97,SNES,Shooter,HappySoft,HappySoft,,,,,,,1995-01-01, +/games/boxart/full_horizon-riders_60AmericaFront.jpg,Horizon Riders,WW,Shooter,Sabarasa Entertainment,Sabarasa Entertainment,8,,,,,,2011-06-10, +/games/boxart/full_4389808JapanFrontccc.jpg,Hudson Selection Vol. 2: Star Soldier,GC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2003-07-10, +/games/boxart/full_3134728JapanFrontccc.jpg,Hudson Selection Vol. 2: Star Soldier,PS2,Shooter,Hudson Soft,Hudson Soft,,,,,,,2003-11-27, +/games/boxart/full_8167074AmericaFrontccc.jpg,Hunt: Showdown,PC,Shooter,Crytek,Crytek,,,,,,,2019-08-27,2020-01-20 +/games/boxart/full_8262690PALFrontccc.jpg,Hunting Simulator,PC,Shooter,Bigben Interactive,Maximum Games,,,,,,,2017-07-11,2018-06-28 +/games/boxart/full_hybrid_2PALFront.jpg,Hybrid,PS,Shooter,Midas Interactive Entertainment,"MotiveTime, Ltd.",,,,,,,2002-04-12, +/games/boxart/full_hyper-duel_54JapanFront.jpg,Hyper Duel,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-11-22, +/games/boxart/full_hyper-dyne-side-arms-special_5JapanFront.jpg,Hyper Dyne Side Arms Special,PCE,Shooter,NEC Avenue,NEC Avenue,,,,,,,1989-12-15, +/games/boxart/1770834ccc.jpg,HyperZone,SNES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1991-09-01,2018-04-20 +/games/boxart/full_3702214AmericaFrontccc.jpg,I MAED A GAM3 W1TH Z0MB1ES!!!1,XBL,Shooter,Microsoft,Jamezila,,,,,,,2009-08-16, +/games/boxart/default.jpg,I'm O.K - A Murder Simulator,PC,Shooter,ThompsonSoft,ThompsonSoft,,,,,,,2005-01-01, +/games/boxart/full_796354AmericaFrontccc.jpg,Ice Nine,GBA,Shooter,BAM! Entertainment,Torus Games,3.8,,,,,,2005-02-28, +/games/boxart/full_ichigeki-sacchuu-hoihoi-san_9JapanFront.jpg,Ichigeki Sacchuu!! HoiHoi-San,PS2,Shooter,Konami,Konami,,,,,,,2003-11-27, +/games/boxart/full_ikari-no-yousai-2_757JapanFront.jpg,Ikari no Yousai 2,GB,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1992-02-21, +/games/boxart/1164656ccc.jpg,Ikari Warriors,2600,Shooter,Data East,Data East,,,,,,,1989-01-01, +/games/boxart/804156ccc.jpg,Ikari Warriors,NES,Shooter,SNK,Micronics,,,,,,,1987-05-01, +/games/boxart/full_ikari-warriors_2PALFront.jpg,Ikari Warriors,PC,Shooter,Data East,"Quicksilver Software, Inc",,,,,,,1987-01-01, +/games/boxart/default.jpg,Ikari Warriors,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, +/games/boxart/1387820ccc.jpg,Ikari Warriors,7800,Shooter,Atari,Imagineering Inc.,,,,,,,1990-01-01, +/games/boxart/3703452ccc.jpg,Ikari Warriors II: Victory Road,NES,Shooter,SNK,Micronics,,,,,,,1988-04-01, +/games/boxart/full_9448747AmericaFrontccc.jpg,Ikaroids,XBL,Shooter,Microsoft,John Wordsworth,,,,,,,2009-12-05, +/games/boxart/full_8697162JapanFrontccc.jpg,Ikaruga,DC,Shooter,ESP,"Treasure Co., Ltd.",8.3,,,,,,2002-09-05, +/games/boxart/full_ikaruga_649AmericaFront.jpg,Ikaruga,XBL,Shooter,Treasure,"Treasure Co., Ltd.",8.6,,,,,,2008-04-09, +/games/boxart/full_image-fight_9JapanFront.jpg,Image Fight,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1990-07-27, +/games/boxart/5128260ccc.jpg,Image Fight,NES,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1990-07-01, +/games/boxart/full_image-fight_1JapanFront.jpg,Image Fight,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-08-07, +/games/boxart/full_5054473JapanFrontccc.jpg,Image Fight & X-Multiply,SAT,Shooter,Xing Entertainment,Irem Software Engineering,,,,,,,1998-08-20, +/games/boxart/full_1155326JapanFrontccc.jpg,Image Fight & X-Multiply,PS,Shooter,Xing Entertainment,Irem Software Engineering,,,,,,,1998-03-19, +/games/boxart/full_image-fight-ii_7JapanFront.jpg,Image Fight II,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-12-11, +/games/boxart/full_image-fight-ii_9JapanFront.jpg,Image Fight II,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-12-18, +/games/boxart/802291ccc.jpg,Immercenary,3DO,Shooter,Electronic Arts,5 Miles Out,,,,,,,1995-01-01, +/games/boxart/7754996ccc.jpg,Imperium,SNES,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1992-11-01, +/games/boxart/full_8109562AmericaFrontccc.jpg,In Space We Brawl,PS3,Shooter,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_6034353AmericaFrontccc.jpg,In Space We Brawl,PS4,Shooter,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/9214144ccc.jpg,In the Hunt,SAT,Shooter,THQ,Xing Entertainment,,,,,,,1996-01-01, +/games/boxart/default.jpg,Incoming,PC,Shooter,Kalypso,Rage Software,,,,,,,2002-09-24, +/games/boxart/full_4513836AmericaFrontccc.jpg,Incoming Forces,PC,Shooter,Hip Interactive,Rage Software,,,,,,,2002-09-25, +/games/boxart/7723623ccc.jpg,Independence Day,SAT,Shooter,Fox Interactive,Radical Entertainment,,,,,,,1997-01-01, +/games/boxart/full_2206384AmericaFrontccc.jpg,Independence Day,PC,Shooter,Fox Interactive,Radical Entertainment,,,,,,,1997-02-28, +/games/boxart/738254ccc.jpg,Infernal,PC,Shooter,Eidos Interactive,Metropolis Software,,,,,,,2007-05-09, +/games/boxart/full_3503096AmericaFrontccc.jpg,Influence,XBL,Shooter,Microsoft,Stamp,,,,,,,2009-10-17, +/games/boxart/full_insanely-twisted-shadow-planet_354AmericaFront.jpg,Insanely Twisted Shadow Planet,XBL,Shooter,Microsoft Studios,Fuelcell Games,7.5,,,,,,2011-08-03, +/games/boxart/full_insector-x_908AmericaFront.jpg,Insector X,GEN,Shooter,Taito,Taito,,,,,,,1990-01-01, +/games/boxart/full_inside-a-star-filled-sky_379AmericaFront.jpg,Inside a Star-filled Sky,PC,Shooter,Jason Rohrer,Jason Rohrer,8.5,,,,,,2011-02-21, +/games/boxart/full_3999604JapanFrontccc.jpg,Insmouse no Yakata,VB,Shooter,I'Max,Be Top,,,,,,,1995-10-13, +/games/boxart/default.jpg,Interstellar Marines,PS3,Shooter,Unknown,Zero Point Software,,,,,,,, +/games/boxart/default.jpg,Interstellar Marines,PC,Shooter,Unknown,Zero Point Software,,,,,,,, +/games/boxart/default.jpg,Interstellar Marines,X360,Shooter,Unknown,Zero Point Software,,,,,,,, +/games/boxart/full_8502196PALFrontccc.jpg,Invader,GBA,Shooter,Xicat Interactive,Formula,,,,,,,2002-10-18, +/games/boxart/full_6479736AmericaFrontccc.jpg,Ion Assault,XBL,Shooter,RTL,Coreplay,,,,,,,2009-09-23, +/games/boxart/3601289ccc.jpg,Iron Angel of the Apocalypse,3DO,Shooter,Synergy Inc.,Synergy Inc.,,,,,,,1995-01-01, +/games/boxart/1544015ccc.jpg,Iron Angel of the Apocalypse: The Return,3DO,Shooter,Synergy Inc.,Synergy Inc.,,,,,,,1995-09-22, +/games/boxart/full_iron-grip-warlord_357AmericaFront.jpg,Iron Grip: Warlord,PC,Shooter,Unknown,Isotx,,,,,,,2008-11-14, +/games/boxart/full_4356653AmericaFrontccc.jpg,Iron Storm,PC,Shooter,DreamCatcher Interactive,4X Studios,,,,,,,2002-10-25, +/games/boxart/650158ccc.jpg,Iron Tank: The Invasion of Normandy,NES,Shooter,SNK,SNK Corporation,,,,,,,1988-07-01, +/games/boxart/full_4882275JapanFrontccc.jpg,Ironclad,VC,Shooter,Unknown,Saurus,8,,,,,,, +/games/boxart/full_7247496AmericaFrontccc.png,IronFall Invasion,3DS,Shooter,VD-dev,VD-dev,4.5,,,,,,2015-02-13,2018-08-04 +/games/boxart/full_7184716JapanFrontccc.jpg,iS: internal section,PS,Shooter,Square,Positron,,,,,,,1999-01-28, +/games/boxart/full_isolated-warrior_740AmericaFront.jpg,Isolated Warrior,NES,Shooter,Vap,KID Corporation,,,,,,,1991-02-01, +/games/boxart/full_5191415AmericaFrontccc.jpg,Jake's Room,XBL,Shooter,Microsoft,Dennis McWilliams,,,,,,,2009-09-26, +/games/boxart/full_jet-pack-war_5AmericaFront.jpg,Jet Pack War,XBL,Shooter,Microsoft,Super Boise 2,,,,,,,2010-08-17, +/games/boxart/full_jet-star-universe_452AmericaFront.jpg,Jet Star Universe,XBL,Shooter,Microsoft,Duane Hoyt,,,,,,,2011-09-01, +/games/boxart/full_5177530AmericaFrontccc.jpg,Jetpac Refuelled,XBL,Shooter,Microsoft Game Studios,Rare Ltd.,8,,,,,,2007-03-28, +/games/boxart/default.jpg,Jetpack Joyride,iOS,Shooter,Halfbrick Studios,Halfbrick Studios,8.7,,,,,,2011-09-01, +/games/boxart/full_9327494JapanFrontccc.jpg,Jikkyou Oshaberi Parodius: Forever with Me,SAT,Shooter,Konami,Konami,,,,,,,1996-12-13, +/games/boxart/full_5988162JapanFrontccc.jpg,Jikkyou Oshaberi Parodius: Forever With Me,PS,Shooter,Konami,Stone Heads,,,,,,,1996-12-20, +/games/boxart/full_jinmu-denshou_4JapanFront.jpg,Jinmu Denshou,PCE,Shooter,Unknown,Wolf Team,,,,,,,1989-06-23, +/games/boxart/full_jinzou-ningen-hakaider-last-judgement_0JapanFront.jpg,Jinzou Ningen Hakaider: Last Judgement,SAT,Shooter,Sega,Japan Media Programming Inc. (JAMP),,,,,,,1996-12-27, +/games/boxart/full_jj-tobidase-daisakusen-part-ii_822JapanFront.jpg,JJ - Tobidase Daisakusen Part II,NES,Shooter,Square,Square,,,,,,,1987-12-07, +/games/boxart/full_4535973AmericaFrontccc.jpg,John Romero's Daikatana,N64,Shooter,Kemco,Ion Storm,3.9,,,,,,2000-07-31, +/games/boxart/full_4711119PALFrontccc.jpg,Johnny Whatever,GIZ,Shooter,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/default.jpg,Joint Attack,PSN,Shooter,Capcom,Backbone Entertainment,,,,,,,2008-07-24, +/games/boxart/full_4038639AmericaFrontccc.jpg,Joint Operations: Escalation,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2004-11-19, +/games/boxart/full_1015345AmericaFrontccc.jpg,Joint Operations: Typhoon Rising,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2004-06-15, +/games/boxart/full_8401012AmericaFrontccc.jpg,Joint Strike Future,XBL,Shooter,Microsoft,Hall Entertainment,,,,,,,2008-12-29, +/games/boxart/full_2028147AmericaFrontccc.jpg,Jordans Asteroids,XBL,Shooter,Microsoft,TooShort4 Games,,,,,,,2009-01-03, +/games/boxart/full_7495364AmericaFrontccc.jpg,Judge Dredd: Dredd Vs Death,GC,Shooter,Evolved Games,Rebellion Developments,,,,,,,2005-03-01, +/games/boxart/full_7779075AmericaFrontccc.jpg,Judge Dredd: Dredd Vs Death,PC,Shooter,Evolved Games,Rebellion Developments,,,,,,,2005-03-03, +/games/boxart/full_3987279JapanFrontccc.jpg,Judgement Silversword: Rebirth Edition,WS,Shooter,Qute,Qute Corporation,,,,,,,2004-02-02, +/games/boxart/full_2213326JapanFrontccc.jpg,Ka 2: Let's Go Hawaii,PS2,Shooter,Sony Computer Entertainment,Zoom Inc.,,,,,,,2003-07-03, +/games/boxart/full_9313058JapanFrontccc.jpg,Kaettekita Cyborg Kuro-Chan,PS,Shooter,Konami,Konami,,,,,,,2002-11-28, +/games/boxart/full_kaite-tsukutte-asoberu-dezaemon_661JapanFront.jpg,Kaite Tsukutte Asoberu: Dezaemon,SNES,Shooter,Athena,Athena,,,,,,,1994-09-20, +/games/boxart/full_913327AmericaFrontccc.jpg,Kane & Lynch: Dead Men,XBL,Shooter,Eidos Interactive,IO Interactive,,,,,,,2010-04-27, +/games/boxart/full_karma-operation-barbarossa_773AmericaFront.png,Karma: Operation Barbarossa,PC,Shooter,NHN USA,Dragonfly,,,,,,,2009-12-10, +/games/boxart/full_203902AmericaFrontccc.jpg,Karnn Age,XBL,Shooter,Microsoft,Louis Lavallee,,,,,,,2009-05-07, +/games/boxart/full_9837823AmericaFrontccc.jpg,Karnn Age Lite,XBL,Shooter,Microsoft,Louis Lavallee,,,,,,,2009-07-03, +/games/boxart/full_1307340JapanFrontccc.jpg,Karous,DC,Shooter,Milestone,MileStone Inc.,,,,,,,2007-03-08, +/games/boxart/default.jpg,Karous 3D,3DS,Shooter,Unknown,MileStone Inc.,,,,,,,, +/games/boxart/full_4481797AmericaFrontccc.jpg,Keio Flying Squadron,SCD,Shooter,Victor Interactive,Victor Interactive Software,,,,,,,1994-01-01, +/games/boxart/full_8929305PALFrontccc.jpg,Keio Flying Squadron 2,SAT,Shooter,Victor Interactive,Victor Interactive Software,,,,,,,2021-01-01, +/games/boxart/full_5586585AmericaFrontccc.jpg,Kill Strain,PS4,Shooter,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2016-07-12,2018-09-17 +/games/boxart/full_998629AmericaFrontccc.jpg,Kill.Switch,PC,Shooter,Hip Interactive,Namco,,,,,,,2004-03-30, +/games/boxart/full_killing-time_8AmericaFront.jpg,Killing Time,PC,Shooter,3DO,"Intrepid Software Solutions, Inc.",,,,,,,1996-10-31, +/games/boxart/2651709ccc.jpg,Killing Time,3DO,Shooter,Panasonic Interactive Media,"Intrepid Software Solutions, Inc.",,,,,,,1995-01-01, +/games/boxart/full_killzone-2-flash-amp-thunder-pack_390AmericaFront.jpg,Killzone 2: Flash & Thunder Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2009-06-10, +/games/boxart/default.jpg,Killzone 2: Flash and Thunder,PS3,Shooter,Unknown,Guerrilla Games,,,,,,,, +/games/boxart/default.jpg,Killzone 2: Napalm & Cordite,PS3,Shooter,Unknown,Guerrilla Games,,,,,,,, +/games/boxart/full_killzone-2-napalm-amp-cordite-pack_591AmericaFront.jpg,Killzone 2: Napalm & Cordite Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2009-07-22, +/games/boxart/full_killzone-2-steel-amp-titanium-pack_890AmericaFront.jpg,Killzone 2: Steel & Titanium Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2009-04-29, +/games/boxart/default.jpg,Killzone 2: Steel and Titanium,PS3,Shooter,Unknown,Guerrilla Games,,,,,,,, +/games/boxart/full_killzone-3-from-the-ashes-map-pack_703AmericaFront.jpg,Killzone 3: From the Ashes Map Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2011-06-21, +/games/boxart/full_killzone-3-retro-pack-reclaimed-territory_670AmericaFront.jpg,Killzone 3: Retro-Pack - Reclaimed Territory,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2011-02-22, +/games/boxart/full_killzone-3-steel-rain-map-pack_757AmericaFront.jpg,Killzone 3: Steel Rain Map Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2011-04-05, +/games/boxart/full_8981185AmericaFrontccc.png,Killzone: Liberation,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,7.8,,,,,,2009-03-04, +/games/boxart/full_4924068AmericaFrontccc.jpg,King's Knight,VC,Shooter,Square Enix,Square,,,,,,,2008-03-24, +/games/boxart/full_1988505AmericaFrontccc.jpg,King's Knight,NES,Shooter,Square,Square,,,,,,,1989-09-01, +/games/boxart/279986ccc.jpg,Kingpin: Life of Crime,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1999-06-30, +/games/boxart/full_8074668JapanFrontccc.jpg,Knightmare: Majou Densetsu,VC,Shooter,Konami,Konami,,,,,,,2009-12-22, +/games/boxart/full_king-of-fighters-skystage_0AmericaFront.jpg,KOF Sky Stage,XBL,Shooter,SNK Playmore,"Moss Co., Ltd.",,,,,,,2010-09-15, +/games/boxart/full_9764006PALFrontccc.jpg,Kreed,PC,Shooter,Unknown,Burut Software,,,,,,,2004-07-01, +/games/boxart/full_4913262AmericaFrontccc.jpg,Krisotron,XBL,Shooter,Microsoft,Kristian Carazo,,,,,,,2009-10-23, +/games/boxart/full_1087856AmericaFrontccc.jpg,Kromaia,PC,Shooter,Rising Star Games,Rising Star Games,,,,,,,2015-01-01, +/games/boxart/full_kyotokei_707AmericaFront.jpg,Kyotokei,WW,Shooter,Microforum,Microforum,,,,,,,2011-08-11, +/games/boxart/full_kyuin_333AmericaFront.jpg,Kyuiin,PSN,Shooter,Unknown,Media Entertainment,,,,,,,2011-07-19, +/games/boxart/full_kyuin_45JapanFront.jpg,Kyuin,PS,Shooter,Media Entertainment,Media Entertainment,,,,,,,1996-05-31, +/games/boxart/full_kyuukyoku-tiger_9JapanFront.jpg,Kyuukyoku Tiger,PCE,Shooter,Taito,Taito Corporation,,,,,,,1989-03-31, +/games/boxart/full_823310AmericaFrontccc.jpg,LA Cops,PC,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 +/games/boxart/full_3345937AmericaFrontccc.jpg,LA Cops,And,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 +/games/boxart/full_7921195AmericaFrontccc.jpg,LA Cops,OSX,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 +/games/boxart/full_1229946AmericaFrontccc.jpg,Land of the Dead: Road to Fiddler's Green,PC,Shooter,Groove Games,Brainbox Games,,,,,,,2005-10-20, +/games/boxart/default.jpg,Larva Mortus,PC,Shooter,Unknown,Rake in Grass,,,,,,,2008-05-13, +/games/boxart/3088747ccc.jpg,Laser Gates,2600,Shooter,Imagic,Imagic,,,,,,,1983-01-01, +/games/boxart/full_laser-ghost_4PALFront.jpg,Laser Ghost,MS,Shooter,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_2259688AmericaFrontccc.jpg,Laser Invasion,NES,Shooter,Konami,Unknown,,,,,,,1991-06-01, +/games/boxart/8506424ccc.jpg,Laser Volley,2600,Shooter,Zellers,Zellers,,,,,,,1983-01-01, +/games/boxart/default.jpg,Last Hope,NG,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2006-07-10, +/games/boxart/full_last-hope_10PALFront.jpg,Last Hope,DC,Shooter,RedSpot Games,NG:DEV.TEAM,,,,,,,2007-01-31, +/games/boxart/default.jpg,Last Hope (CD),NG,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2007-11-19, +/games/boxart/full_last-hope-pink-bullets_8PALFront.jpg,Last Hope: Pink Bullets,DC,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2009-09-04, +/games/boxart/full_2599886JapanFrontccc.jpg,Last Legion UX,N64,Shooter,Hudson Soft,Yuke's Future Media Creators,,,,,,,1999-05-28, +/games/boxart/full_last-resort_551AmericaFront.jpg,Last Resort,VC,Shooter,SNK Playmore,SNK Corporation,,,,,,,2011-03-29, +/games/boxart/full_5754425AmericaFrontccc.jpg,Last Resort,NG,Shooter,SNK,SNK Corporation,,,,,,,1992-04-24, +/games/boxart/full_last-resort-cd_323AmericaFront.jpg,Last Resort (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1994-09-09, +/games/boxart/full_1405898JapanFrontccc.jpg,Layer Section II,SAT,Shooter,MediaQuest,Taito Corporation,,,,,,,1997-10-30, +/games/boxart/default.jpg,Lead and Gold: Gangs of the Wild West,XBL,Shooter,Unknown,Fatshark AB,,,,,,,, +/games/boxart/full_lead-and-gold-gangs-of-the-wild-west_8AmericaFront.jpg,Lead and Gold: Gangs of the Wild West,PSN,Shooter,Paradox Interactive,Fatshark AB,,,,,,,2010-05-04, +/games/boxart/full_6310349AmericaFrontccc.jpg,Lead and Gold: Gangs of the Wild West,PC,Shooter,Paradox Interactive,Fatshark AB,,,,,,,2010-04-08, +/games/boxart/full_6537743AmericaFrontccc.jpg,Leave Home,XBL,Shooter,Microsoft,hermitgames,8,,,,,,2009-12-12, +/games/boxart/full_left-4-dead-2-dead-air_307AmericaFront.jpg,Left 4 Dead 2: Dead Air,PC,Shooter,Electronic Arts,Valve Software,,,,,,,2011-07-22, +/games/boxart/full_left-4-dead-2-the-passing_1AmericaFront.jpg,Left 4 Dead 2: The Passing,XBL,Shooter,Electronic Arts,Certain Affinity / Valve Software,6,,,,,,2010-04-22, +/games/boxart/full_left-4-dead-2-the-passing_0AmericaFront.jpg,Left 4 Dead 2: The Passing,PC,Shooter,Valve,Certain Affinity / Valve Software,6,,,,,,2010-04-22, +/games/boxart/full_5914781AmericaFrontccc.jpg,Left 4 Dead 2: The Sacrifice,XBL,Shooter,Electronic Arts,Certain Affinity / Valve Software,,,,,,,2010-10-05, +/games/boxart/full_8154438AmericaFrontccc.jpg,Left 4 Dead 2: The Sacrifice,PC,Shooter,Valve,Certain Affinity / Valve Software,,,,,,,2010-10-05, +/games/boxart/full_9995687AmericaFrontccc.jpg,Left 4 Dead: Crash Course,PC,Shooter,Electronic Arts,Valve Software,,,,,,,2009-09-29, +/games/boxart/full_473346AmericaFrontccc.jpg,Left 4 Dead: Crash Course,XBL,Shooter,Electronic Arts,Valve Software,,,,,,,2009-09-29, +/games/boxart/full_left-4-dead-survival-pack_948AmericaFront.jpg,Left 4 Dead: Survival Pack,XBL,Shooter,Valve,Valve Corporation,,,,,,,2009-04-21, +/games/boxart/full_left-4-dead-survival-pack_778AmericaFront.jpg,Left 4 Dead: Survival Pack,PC,Shooter,Valve,Valve Corporation,,,,,,,2009-04-21, +/games/boxart/full_5555829AmericaFrontccc.jpg,Legendary Wings,NES,Shooter,Capcom,Capcom,,,,,,,1988-07-01, +/games/boxart/full_2079887AmericaFrontccc.jpg,Legends of Might and Magic,PC,Shooter,3DO,New World Computing,,,,,,,2001-06-20, +/games/boxart/full_2384777AmericaFrontccc.jpg,Lethal Enforcers,SCD,Shooter,Konami,Konami,,,,,,,1993-01-01, +/games/boxart/9242323ccc.jpg,Lethal Enforcers,GEN,Shooter,Konami,Konami,,,,,,,1993-07-25, +/games/boxart/full_1737107AmericaFrontccc.jpg,Lethal Enforcers II: Gun Fighters,GEN,Shooter,Konami,Konami,,,,,,,1994-01-01, +/games/boxart/full_2006032AmericaFrontccc.jpg,Lethal Enforcers II: Gun Fighters,SCD,Shooter,Konami,Konami,,,,,,,1994-11-24, +/games/boxart/full_leucistic-wyvern_1AmericaFront.jpg,Leucistic Wyvern,XBL,Shooter,Microsoft,Mukagosoftware Development,,,,,,,2010-10-16, +/games/boxart/full_3167861AmericaFrontccc.jpg,Life,XBL,Shooter,Microsoft,ExecutiveIguanaStudios,,,,,,,2009-11-23, +/games/boxart/full_5029277AmericaFrontccc.jpg,Life Force,VC,Shooter,Konami,Konami,,,,,,,2009-02-16, +/games/boxart/8133772ccc.jpg,Life Force,NES,Shooter,Konami,Konami,,,,,,,1988-08-01, +/games/boxart/full_213071PALFrontccc.jpg,Lifeforce Tenka,PC,Shooter,Psygnosis,Psygnosis,,,,,,,1997-01-01, +/games/boxart/1513287ccc.jpg,Lightening Force: Quest for the Darkstar,GEN,Shooter,Sega,"TechnoSoft Co., Ltd.",,,,,,,1992-01-01, +/games/boxart/full_line-of-fire_3PALFront.jpg,Line of Fire,MS,Shooter,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_little-red-riding-hoods-zombie-bbq_313AmericaFront.jpg,Little Red Riding Hood's Zombie BBQ,DSiW,Shooter,Gammick Entertainment,EnjoyUp Games,,,,,,,2010-12-13, +/games/boxart/full_6877006AmericaFrontccc.jpg,Loaded,SAT,Shooter,Interplay,Gremlin Interactive,,,,,,,1996-10-31, +/games/boxart/default.jpg,Loadout,PS4,Shooter,Edge of Reality,Edge of Reality,,,,,,,2014-12-16, +/games/boxart/full_1262268AmericaFrontccc.jpg,Loadout,PC,Shooter,Edge of Reality,Edge of Reality,,,,,,,2014-01-31, +/games/boxart/full_5445187AmericaFrontccc.jpg,Loadstar: The Legend of Tully Bodine,SCD,Shooter,Rocket Science Games,Rocket Science Games,,,,,,,1994-01-01, +/games/boxart/full_9876584PALFrontccc.jpg,Lone Soldier,PS,Shooter,Telstar,Tempest Software,,,,,,,1996-01-01, +/games/boxart/full_7177198AmericaFrontccc.jpg,Lord Ownage:UnBritish Invasion,XBL,Shooter,Microsoft,m00nkeh,,,,,,,2009-07-29, +/games/boxart/full_7674309AmericaFrontccc.jpg,Lords of Thunder,PCE,Shooter,Turbo Technologies,Hudson Soft,,,,,,,1993-01-01, +/games/boxart/2508525ccc.jpg,Lords of Thunder,SCD,Shooter,Hudson Soft,Hudson Soft,,,,,,,1993-06-25, +/games/boxart/full_lords-of-thunder_1JapanFront.jpg,Lords of Thunder,PSN,Shooter,Hudson Soft,Hudson Soft,,,,,,,2010-08-18, +/games/boxart/7144999ccc.jpg,Lords of Thunder,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2008-02-11, +/games/boxart/full_7077508AmericaFrontccc.jpg,Lost Planet: Extreme Condition Colonies Edition,XBL,Shooter,Capcom,Capcom,,,,,,,2009-12-22,2018-10-01 +/games/boxart/full_4828188AmericaFrontccc.jpg,Lost Planet: Extreme Condition Colonies Edition,PC,Shooter,Capcom,Capcom,7.8,,,,,,2008-05-27, +/games/boxart/default.jpg,Love,PC,Shooter,Unknown,Quel Solar,,,,,,,, +/games/boxart/default.jpg,Love Cupid,PSN,Shooter,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-11, +/games/boxart/full_1823973AmericaFrontccc.jpg,M.I.A.: Missing in Action,PC,Shooter,GT Interactive,Glass Ghost,,,,,,,1998-01-01, +/games/boxart/full_mozox-space-salvager_321PALFront.png,M.O.Z.O.X. Space Salvager,PSN,Shooter,Unknown,"Twisted Dragon Media, LLC",,,,,,,2011-01-04, +/games/boxart/full_1664057AmericaFrontccc.jpg,M.U.S.H.A. - Metallic Uniframe Super Hybrid Armor,VC,Shooter,Sega,Compile Ltd.,,,,,,,2009-01-19, +/games/boxart/4294577ccc.jpg,M.U.S.H.A. - Metallic Uniframe Super Hybrid Armor,GEN,Shooter,Seismic,Compile Ltd.,,,,,,,1990-01-01, +/games/boxart/886059ccc.jpg,Machine Head,SAT,Shooter,Eidos Interactive,Core Design Ltd.,,,,,,,1996-10-31, +/games/boxart/full_5050036JapanFrontccc.jpg,Macross VF-X 2,PS,Shooter,Bandai,Bandai,,,,,,,1999-09-02, +/games/boxart/full_988434JapanFrontccc.jpg,Macross: Another Story,PC,Shooter,Media Kite,Media Kite,,,,,,,1999-12-17, +/games/boxart/2572001ccc.jpg,MAD,2600,Shooter,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/576378ccc.jpg,Mad Dog II: The Lost Gold,PC,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1996-01-01, +/games/boxart/5155266ccc.jpg,Mad Dog II: The Lost Gold,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, +/games/boxart/6214954ccc.jpg,Mad Dog II: The Lost Gold,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, +/games/boxart/4057231ccc.jpg,Mad Dog McCree,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, +/games/boxart/2149068ccc.jpg,Mad Dog McCree,PC,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2002-12-02, +/games/boxart/8673599ccc.jpg,Mad Dog McCree,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1993-01-01, +/games/boxart/full_6032632AmericaFrontccc.jpg,MadBalls in... Babo: Invasion,PC,Shooter,Playbrains,Playbrains,,,,,,,2009-09-17, +/games/boxart/full_3402189AmericaFrontccc.jpg,MadBalls in... Babo: Invasion,XBL,Shooter,Microsoft,Playbrains,7.5,,,,,,2009-07-15, +/games/boxart/full_mag-massive-action-game_480AmericaFront.jpg,MAG: Massive Action Game,PSN,Shooter,Sony Computer Entertainment,Zipper Interactive,7.4,,,,,,2010-12-21, +/games/boxart/full_magic-carpet_5AmericaFront.jpg,Magic Carpet,PSN,Shooter,Sony Computer Entertainment,Bullfrog Productions,,,,,,,2010-02-18, +/games/boxart/8768009ccc.jpg,Magic Carpet,SAT,Shooter,Electronic Arts,Krisalis Software,,,,,,,1996-01-01, +/games/boxart/1165960ccc.jpg,Magic Carpet,PC,Shooter,Electronic Arts,Bullfrog Productions,9,,,,,,1994-05-06, +/games/boxart/full_2336587AmericaFrontccc.jpg,Magic Carpet 2: The Netherworlds,PC,Shooter,Electronic Arts,Bullfrog Productions,,,,,,,1996-09-08, +/games/boxart/full_611972AmericaFrontccc.jpg,Magical Chase,PCE,Shooter,NEC,Quest Corporation,,,,,,,1993-01-01, +/games/boxart/full_3095237JapanFrontccc.jpg,Magical Chase GB,GB,Shooter,Micro Cabin,Micro Cabin,,,,,,,2000-08-04, +/games/boxart/full_1028958AmericaFrontccc.jpg,Magnetic Defender,XBL,Shooter,Microsoft,Advanced Graphics Lab,,,,,,,2009-12-16, +/games/boxart/full_mamoru-kun-wa-norowarete-shimatta-meikai-katsugeki-wide-han_488JapanFront.jpg,Mamoru-kun wa Norowarete Shimatta! Meikai Katsugeki Wide-Han,PS3,Shooter,CyberFront,Gulti,,,,,,,2011-03-31, +/games/boxart/1340829ccc.jpg,Marathon 2: Durandal,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1995-11-24,2018-11-26 +/games/boxart/full_7529988AmericaFrontccc.png,Marathon Infinity,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1996-10-15,2018-11-26 +/games/boxart/full_9139029AmericaFrontccc.jpg,Marathon: Durandal,XBL,Shooter,Microsoft Game Studios,Freeverse,,,,,,,2007-08-01, +/games/boxart/full_marine-sharpshooter-4-locked-and-loaded_217AmericaFront.jpg,Marine Sharpshooter 4: Locked and Loaded,PC,Shooter,Groove Games,Groove Games,,,,,,,2008-07-28, +/games/boxart/7802479ccc.jpg,Marksman Shooting & Trap Shooting,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_marksman-shooting-trap-shooting-safari-hunt_0PALFront.jpg,Marksman Shooting / Trap Shooting / Safari Hunt,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_4840797AmericaFrontccc.jpg,Mars Matrix,DC,Shooter,Capcom,Takumi,7.9,,,,,,2001-04-30, +/games/boxart/2792545ccc.jpg,Mass Destruction,SAT,Shooter,ASC Games,NMS Software,,,,,,,1997-12-31, +/games/boxart/full_6318411AmericaFrontccc.jpg,Mass Destruction,PC,Shooter,ASC Games,NMS Software,,,,,,,1997-10-31, +/games/boxart/full_mass-destruction_5AmericaFront.jpg,Mass Destruction,PSN,Shooter,Sony Computer Entertainment,NMS Software,,,,,,,2010-02-18, +/games/boxart/full_5159533AmericaFrontccc.jpg,Mass Effect: Infiltrator,And,Shooter,Electronic Arts,Iron Monkey,,,,,,,2012-05-22, +/games/boxart/full_master-levels-for-doom-ii_2AmericaFront.jpg,Master Levels for Doom II,PC,Shooter,id Software,id Software,,,,,,,1995-06-01, +/games/boxart/full_7263116JapanFrontccc.jpg,Master of Weapon,GEN,Shooter,Taito,Taito Corporation,,,,,,,1991-09-27, +/games/boxart/default.jpg,Matchman,PS3,Shooter,Unknown,TF-H Co Ltd,,,,,,,, +/games/boxart/default.jpg,Matchman,DS,Shooter,Unknown,TF-H Co Ltd,,,,,,,, +/games/boxart/default.jpg,Matchman,Wii,Shooter,Unknown,TF-H Co Ltd,,,,,,,, +/games/boxart/full_2153022AmericaFrontccc.png,Matt Hazard: Blood Bath and Beyond,PSN,Shooter,D3 Publisher,Vicious Cycle,,,,,,,2010-01-07, +/games/boxart/full_4006690AmericaFrontccc.jpg,Max Payne,XBL,Shooter,Rockstar Games,neo Software,,,,,,,2009-04-27, +/games/boxart/full_9157690AmericaFrontccc.jpg,Max Payne 2: The Fall of Max Payne,XBL,Shooter,Rockstar Games,Remedy Entertainment,,,,,,,2009-04-27, +/games/boxart/7160263ccc.jpg,Maximum Force,SAT,Shooter,Midway Games,Tantalus Interactive,,,,,,,1997-09-30, +/games/boxart/1859207ccc.jpg,Mazer,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1995-01-01, +/games/boxart/full_9691429JapanFrontccc.jpg,Mazinger Z,SNES,Shooter,Bandai,WinkySoft,,,,,,,1993-06-25, +/games/boxart/default.jpg,MDK / MDK2,PC,Shooter,Virgin Interactive,Shiny Entertainment / BioWare,,,,,,,2001-08-31, +/games/boxart/full_mdk2_614AmericaFront.jpg,MDK2,WW,Shooter,Interplay,Beamdog,8,,,,,,2011-05-09, +/games/boxart/full_6452874AmericaFrontccc.jpg,MDK2,DC,Shooter,Interplay,BioWare Corp.,8.9,,,,,,2000-03-31, +/games/boxart/full_9620354AmericaFrontccc.jpg,Mech Gladiator,XBL,Shooter,Microsoft,Hanuman,,,,,,,2009-12-27, +/games/boxart/default.jpg,Mech Warrior 3,PC,Shooter,Unknown,MicroProse,,,,,,,, +/games/boxart/full_mechanized-attack_0AmericaFront.jpg,Mechanized Attack,NES,Shooter,SNK,SNK Corporation,,,,,,,1990-06-01, +/games/boxart/full_931745AmericaFrontccc.png,Medal of Honor,PSN,Shooter,Sony Computer Entertainment,DreamWorks Interactive,,,,,,,2009-06-02, +/games/boxart/full_7376400AmericaFrontccc.jpg,Medal of Honor 10th Anniversary,PC,Shooter,Electronic Arts,Electronic Arts,,,,,,,2008-09-22, +/games/boxart/9967710ccc.jpg,Medal of Honor Collection,PS2,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2007-03-06, +/games/boxart/full_729047PALFrontccc.jpg,Medal of Honor Collection,PC,Shooter,Electronic Arts,"EA Los Angeles / 2015, Inc.",,,,,,,2007-01-01, +/games/boxart/full_9942216AmericaFrontccc.png,Medal of Honor Heroes,PSN,Shooter,Electronic Arts,Team Fusion,,,,,,,2009-09-30, +/games/boxart/full_4004764AmericaFrontccc.png,Medal of Honor Heroes 2,PSN,Shooter,Electronic Arts,Team Fusion,,,,,,,2009-09-30, +/games/boxart/full_2884764AmericaFrontccc.jpg,Medal of Honor: Airborne,XBL,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2010-06-01, +/games/boxart/5567734ccc.jpg,Medal of Honor: Breakthrough,PC,Shooter,Electronic Arts,"2015, Inc.",,,,,,,2003-09-22, +/games/boxart/full_medal-of-honor-frontline_339AmericaFront.jpg,Medal of Honor: Frontline,PSN,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2011-08-16, +/games/boxart/9613977ccc.jpg,Medal of Honor: Spearhead,PC,Shooter,Electronic Arts,"2015, Inc.",,,,,,,2002-11-11, +/games/boxart/full_4762983AmericaFrontccc.png,Medal of Honor: Underground,PSN,Shooter,Sony Computer Entertainment,DreamWorks Interactive,,,,,,,2009-06-11, +/games/boxart/full_4773462PALFrontccc.jpg,Mega SWiV,GEN,Shooter,Time Warner Interactive,Sales Curve Interactive,,,,,,,1994-01-01, +/games/boxart/7732075ccc.jpg,Megamania,5200,Shooter,Activision,Activision,,,,,,,1983-01-01, +/games/boxart/full_4876473AmericaFrontccc.jpg,Megamania,2600,Shooter,Unknown,Activision,,,,,,,,2018-01-07 +/games/boxart/full_4157921AmericaFrontccc.jpg,Men of Valor,PC,Shooter,VU Games,"2015, Inc.",,,,,,,2004-10-29,2018-03-22 +/games/boxart/full_mercenaries-2-world-in-flames_2AmericaFront.jpg,Mercenaries 2: World in Flames,XBL,Shooter,Electronic Arts,Pandemic Studios,,,,,,,2010-06-15, +/games/boxart/default.jpg,Mercenaries Inc.,X360,Shooter,Unknown,Pandemic Studios,,,,,,,, +/games/boxart/default.jpg,Mercenaries Inc.,PS3,Shooter,Unknown,Pandemic Studios,,,,,,,, +/games/boxart/6030711ccc.jpg,Mercenary Force,GB,Shooter,Meldac,Kaze,,,,,,,1990-10-01, +/games/boxart/full_2665589PALFrontccc.jpg,Mercs,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_4360726AmericaFrontccc.jpg,Mercs,VC,Shooter,Sega,Capcom,,,,,,,2009-02-09, +/games/boxart/full_6639183AmericaFrontccc.jpg,Mercs,GEN,Shooter,Sega,Capcom,,,,,,,1991-01-01, +/games/boxart/full_9327808AmericaFrontccc.jpg,Metal Arms: Glitch in the System,XBL,Shooter,Activision,Swingin' Ape Studios,,,,,,,2008-04-21, +/games/boxart/full_5429524JapanFrontccc.jpg,Metal Black,SAT,Shooter,Ving,Taito,,,,,,,1996-05-24, +/games/boxart/6506989ccc.jpg,Metal Combat: Falcon's Revenge,SNES,Shooter,Nintendo,Intelligent Systems,,,,,,,1993-01-01, +/games/boxart/4446988ccc.jpg,Metal Fighter,NES,Shooter,Color Dreams,Joy Van,,,,,,,1989-01-01, +/games/boxart/full_464926JapanFrontccc.jpg,Metal Slug,PS,Shooter,SNK,SNK Corporation,,,,,,,1997-08-07, +/games/boxart/full_4869795AmericaFrontccc.jpg,Metal Slug,NG,Shooter,SNK,Nazca Corporation,,,,,,,1996-05-24, +/games/boxart/full_metal-slug_10JapanFront.jpg,Metal Slug,PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2007-06-28, +/games/boxart/full_metal-slug_7AmericaFront.jpg,Metal Slug,VC,Shooter,D4 Enterprise,Nazca Corporation,,,,,,,2008-05-26, +/games/boxart/full_3977433JapanFrontccc.jpg,Metal Slug,SAT,Shooter,SNK,SNK Corporation,,,,,,,1997-04-04, +/games/boxart/full_metal-slug-cd_654AmericaFront.jpg,Metal Slug (CD),NG,Shooter,SNK,Nazca Corporation,,,,,,,1996-07-05, +/games/boxart/full_metal-slug-ng_922AmericaFront.jpg,Metal Slug (NG),PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_metal-slug-psp_145AmericaFront.jpg,Metal Slug (PSP),PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_1511712JapanFrontccc.jpg,Metal Slug 2,VC,Shooter,D4 Enterprise,SNK Corporation,,,,,,,2008-12-01, +/games/boxart/full_9996050JapanFrontccc.jpg,Metal Slug 2,NG,Shooter,SNK,SNK Corporation,,,,,,,1998-04-02, +/games/boxart/full_metal-slug-2-cd_775JapanFront.jpg,Metal Slug 2 (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1998-06-25, +/games/boxart/default.jpg,Metal Slug 3,PS4,Shooter,SNK Playmore,Trigger Apps,,,,,,,2015-01-01, +/games/boxart/full_9353181AmericaFrontccc.jpg,Metal Slug 3,NG,Shooter,SNK,SNK Corporation,,,,,,,2001-09-17, +/games/boxart/default.jpg,Metal Slug 3,PSV,Shooter,SNK Playmore,Trigger Apps,,,,,,,2015-01-01, +/games/boxart/default.jpg,Metal Slug 3,PS3,Shooter,SNK Playmore,Trigger Apps,,,,,,,2015-01-01, +/games/boxart/full_9675706AmericaFrontccc.jpg,Metal Slug 3,XBL,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2008-01-02, +/games/boxart/full_3976235PALFrontccc.jpg,Metal Slug 3,PS2,Shooter,Ignition Entertainment,SNK Corporation,,,,,,,2004-11-12, +/games/boxart/full_metal-slug-4_165PALFront.jpg,Metal Slug 4,XB,Shooter,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2005-10-14, +/games/boxart/6971206ccc.jpg,Metal Slug 4,NG,Shooter,SNK,BrezzaSoft,,,,,,,2002-06-12, +/games/boxart/full_metal-slug-4_310PALFront.jpg,Metal Slug 4,PS2,Shooter,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2005-10-28, +/games/boxart/full_metal-slug-5_733PALFront.jpg,Metal Slug 5,PS2,Shooter,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-03-31, +/games/boxart/5400838ccc.jpg,Metal Slug 5,NG,Shooter,SNK,Noise Factory,,,,,,,2004-02-17, +/games/boxart/full_metal-slug-5_72PALFront.jpg,Metal Slug 5,XB,Shooter,Unknown,SNK Playmore Corporation,,,,,,,, +/games/boxart/full_9661512JapanFrontccc.jpg,Metal Slug 6,PS2,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2006-09-14, +/games/boxart/full_4867901AmericaFrontccc.png,Metal Slug Anthology,PSN,Shooter,SNK Playmore,Terminal Reality,,,,,,,2009-09-30, +/games/boxart/full_metal-slug-collection-pc_371PALFront.jpg,Metal Slug Collection PC,PC,Shooter,DHM Interactive,SNK Playmore Corporation,,,,,,,2009-11-27, +/games/boxart/full_metal-slug-x_508AmericaFront.jpg,Metal Slug X,PSN,Shooter,Sony Computer Entertainment,ProSoft,,,,,,,2011-01-18, +/games/boxart/full_3739329AmericaFrontccc.jpg,Metal Slug X,NG,Shooter,SNK,SNK Corporation,,,,,,,1999-05-27, +/games/boxart/full_1782561AmericaFrontccc.jpg,Metal Slug XX,XBL,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-05-19, +/games/boxart/full_metal-slug-xx_5PALFront.jpg,Metal Slug XX,PSN,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-06-07, +/games/boxart/full_metal-stoker_1JapanFront.jpg,Metal Stoker,PCE,Shooter,FACE,Sankindo,,,,,,,1991-07-12, +/games/boxart/full_4111090AmericaFrontccc.jpg,Metal Torrent,DSiW,Shooter,Nintendo,Arika,,,,,,,2010-05-24, +/games/boxart/full_5405091JapanFrontccc.jpg,Metamor Jupiter,PCE,Shooter,NEC,Flight-Plan,,,,,,,1993-01-22, +/games/boxart/6214187ccc.jpg,Meteorites,5200,Shooter,Unknown,Electra,,,,,,,1984-01-01, +/games/boxart/full_5725758AmericaFrontccc.jpg,Metro Exodus,PS4,Shooter,Deep Silver,4a-games,8.5,,,,,,2019-02-15,2018-01-01 +/games/boxart/full_3367349AmericaFrontccc.jpg,Metro Exodus,XOne,Shooter,Deep Silver,4a-games,,,,,,,2019-02-15,2018-01-01 +/games/boxart/full_3604650AmericaFrontccc.jpg,Micro Invasion,XBL,Shooter,Microsoft,RGV Rascal,,,,,,,2009-02-15, +/games/boxart/full_microbot_612AmericaFront.jpg,MicroBot,XBL,Shooter,Electronic Arts,Naked Sky Entertainment,6.4,,,,,,2010-12-29, +/games/boxart/full_microbot_598AmericaFront.jpg,MicroBot,PSN,Shooter,Electronic Arts,Naked Sky Entertainment,6.4,,,,,,2011-01-04, +/games/boxart/6800428ccc.jpg,Microcosm,SCD,Shooter,Psygnosis,Psygnosis,,,,,,,1993-01-01, +/games/boxart/8758452ccc.jpg,Microcosm,3DO,Shooter,Psygnosis,Psygnosis,,,,,,,1994-03-14, +/games/boxart/7542959ccc.jpg,Midnight Raiders,SCD,Shooter,Sega,Stargate Productions,,,,,,,1994-01-01, +/games/boxart/5967568ccc.jpg,Midnight Resistance,GEN,Shooter,Sega,OperaHouse,,,,,,,1991-11-08, +/games/boxart/full_2384117AmericaFrontccc.jpg,Mig 29: Soviet Fighter,NES,Shooter,Camerica,Codemasters,,,,,,,1992-01-01, +/games/boxart/full_milestone-shooting-collection-2_668JapanFront.jpg,Milestone Shooting Collection 2,Wii,Shooter,Milestone,MileStone Inc.,,,,,,,2010-12-30, +/games/boxart/full_millipede_4AmericaFront.jpg,Millipede,NES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1988-10-01, +/games/boxart/full_mimi-inza-sukai_765AmericaFront.jpg,Mimi Inza Sukai,XBL,Shooter,Microsoft,TakeTake55,,,,,,,2011-03-10, +/games/boxart/default.jpg,Miner Wars,XBL,Shooter,Unknown,Keen Software House,,,,,,,, +/games/boxart/full_miner-wars_708AmericaFront.jpg,Miner Wars,PC,Shooter,Unknown,Keen Software House,,,,,,,, +/games/boxart/full_minions_536AmericaFront.jpg,Minions!,XBL,Shooter,Microsoft,TurtleTossStudio,,,,,,,2011-05-04, +/games/boxart/full_minisquadron_726PALFront.jpg,MiniSquadron,PSN,Shooter,Unknown,Supermono Studios,,,,,,,2011-03-22, +/games/boxart/full_4665365AmericaFrontccc.jpg,Missile Command,GB,Shooter,Accolade,The Code Monkeys,,,,,,,1992-03-01, +/games/boxart/full_1887568AmericaFrontccc.jpg,Missile Command,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-07-04, +/games/boxart/full_5523576AmericaFrontccc.jpg,Missile Command,PC,Shooter,Hasbro Interactive,Meyer/Glass Interactive,,,,,,,1999-01-01, +/games/boxart/151562ccc.jpg,Missile Command,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_missile-command_346AmericaFront.jpg,Missile Command,PSN,Shooter,Sony Computer Entertainment,Meyer/Glass Interactive,,,,,,,2011-06-02, +/games/boxart/full_6485736AmericaFrontccc.jpg,Missile Command (GBC),GB,Shooter,Hasbro Interactive,The Code Monkeys,,,,,,,1999-09-01, +/games/boxart/6991033ccc.jpg,Missile Command 3D,AJ,Shooter,Atari,Virtuality Entertainment Ltd.,,,,,,,1995-01-01, +/games/boxart/6677444ccc.jpg,Missile Defense 3-D,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_9918249PALFrontccc.jpg,Mission 3000,2600,Shooter,Bit Corporation,Quelle,,,,,,,1983-01-01, +/games/boxart/default.jpg,Mob Ties Moscow,PC,Shooter,Unknown,E.V.E. Digital,,,,,,,, +/games/boxart/full_8251912AmericaFrontccc.jpg,Mob Ties Tokyo,PC,Shooter,Electronic Visual Elements,E.V.E. Digital,,,,,,,2009-03-09, +/games/boxart/full_261136AmericaFrontccc.jpg,Mobile Forces,PC,Shooter,Majesco,Rage Software,,,,,,,2002-08-16, +/games/boxart/full_5333643AmericaFrontccc.png,Mobile Light Force,PSN,Shooter,Sony Computer Entertainment,Psikyo,,,,,,,2009-06-25, +/games/boxart/full_6543266AmericaFrontccc.jpg,Mobile Light Force,PS,Shooter,XS Games,Psikyo,,,,,,,2003-03-19, +/games/boxart/full_5646974JapanFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Z Gundam,GC,Shooter,Bandai,Capcom,,,,,,,2004-12-09, +/games/boxart/full_8713340JapanFrontccc.jpg,Mobile Suit Z Gundam: Hot Scramble,NES,Shooter,Bandai,Game Studio,,,,,,,1986-08-28, +/games/boxart/full_7783096AmericaFrontccc.png,Modern Combat 5: Blackout,And,Shooter,Gameloft,Gameloft,,,,,,,2014-07-23, +/games/boxart/full_modern-combat-domination_328AmericaFront.jpg,Modern Combat: Domination,PSN,Shooter,Gameloft,Gameloft,,,,,,,2011-01-18, +/games/boxart/default.jpg,Moebius,PC,Shooter,Origin Systems,Origin,,,,,,,1987-01-01, +/games/boxart/full_monday-night-combat_734AmericaFront.jpg,Monday Night Combat,PC,Shooter,Uber Entertainment,Uber Entertainment,8,,,,,,2011-01-24, +/games/boxart/full_monday-night-combat_4AmericaFront.jpg,Monday Night Combat,XBL,Shooter,Uber Entertainment,Uber Entertainment,8,,,,,,2010-08-11, +/games/boxart/full_6384842AmericaFrontccc.jpg,Monster Madness: Battle for Suburbia,PC,Shooter,SouthPeak Interactive,Artificial Studios,,,,,,,2007-06-12, +/games/boxart/full_monsters-in-neon-space_344AmericaFront.jpg,Monsters In Neon Space,XBL,Shooter,Microsoft,Monster Bite Games,,,,,,,2011-05-31, +/games/boxart/full_monsters-shoot-n-monsters_675AmericaFront.jpg,Monsters Shoot 'n Monsters,XBL,Shooter,Microsoft,Monster Bite Games,,,,,,,2011-07-02, +/games/boxart/default.jpg,Moon Cresta,PS,Shooter,Hamster Corporation,Nichibutsu,,,,,,,2002-06-20, +/games/boxart/default.jpg,Moon Cresta (Arcade),VC,Shooter,Hamster Corporation,Nichibutsu,,,,,,,2010-03-09, +/games/boxart/1983289ccc.jpg,Moon Patrol,5200,Shooter,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/default.jpg,MorphX,PC,Shooter,Unknown,Buka Entertainment,,,,,,,, +/games/boxart/full_5253121AmericaFrontccc.jpg,Mortyr 2093 - 1944,PC,Shooter,Interplay,Mirage Media S. C.,,,,,,,1999-12-23, +/games/boxart/full_2773380AmericaFrontccc.jpg,MothBallz,XBL,Shooter,Microsoft,Donovan Lourens,,,,,,,2009-04-10, +/games/boxart/default.jpg,Motorbike Stunt Agent Julie,XBL,Shooter,Unknown,Mattini Games,,,,,,,, +/games/boxart/full_mr-heli-no-daibouken_8JapanFront.jpg,Mr. Heli no Daibouken,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1989-12-01, +/games/boxart/full_mr-heli-no-daibouken_6JapanFront.jpg,Mr. Heli no Daibouken,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2008-03-18, +/games/boxart/full_8219815AmericaFrontccc.jpg,Murder Miners,X360,Shooter,JForce Games,JForce Games,,,,,,,2012-09-09, +/games/boxart/default.jpg,Mutant Storm,PC,Shooter,PomPom,PomPom Games,,,,,,,2002-12-13, +/games/boxart/full_9525948AmericaFrontccc.jpg,Mutant Storm Empire,XBL,Shooter,PomPom,PomPom Games,,,,,,,2007-10-31, +/games/boxart/full_9546931AmericaFrontccc.jpg,Mutant Storm Reloaded,XBL,Shooter,PomPom,PomPom Games,7.1,,,,,,2005-11-22, +/games/boxart/full_nova-near-orbit-vanguard-alliance_679PALFront.png,N.O.V.A.: Near Orbit Vanguard Alliance,PSN,Shooter,Gameloft,Gameloft,,,,,,,2010-12-21, +/games/boxart/full_6655101AmericaFrontccc.png,Nano Assault Neo,WiiU,Shooter,Shin'en Multimedia,Shin'en Multimedia,6.5,,,,,,2012-11-18,2020-09-13 +/games/boxart/8085099ccc.jpg,NARC,NES,Shooter,Acclaim Entertainment,Rare Ltd.,,,,,,,1990-08-01, +/games/boxart/full_narc_78PALFront.jpg,NARC,PC,Shooter,Zoo Digital Publishing,Point of View,,,,,,,2006-02-24, +/games/boxart/default.jpg,Nation Red,PC,Shooter,DiezelPower,DiezelPower,,,,,,,2009-08-23, +/games/boxart/full_1222481AmericaFrontccc.jpg,Navy SEALs: Weapons of Mass Destruction,PC,Shooter,ValuSoft,Jarhead Games,1.8,,,,,,2003-07-18, +/games/boxart/full_899893AmericaFrontccc.jpg,Nebulon,XBL,Shooter,Microsoft,Dark Omen Games,,,,,,,2009-07-15, +/games/boxart/full_3073455AmericaFrontccc.jpg,Nemesis,GB,Shooter,Ultra Games,Konami,,,,,,,1990-01-01, +/games/boxart/default.jpg,Nemesis,PC,Shooter,Wiz Technology,Komodoware Entertainment,,,,,,,1996-01-01, +/games/boxart/full_3808893PALFrontccc.jpg,Nemesis 2,VC,Shooter,Konami,Konami,,,,,,,2009-12-22, +/games/boxart/full_5904415PALFrontccc.jpg,Nemesis 3: The Eve of Destruction,VC,Shooter,Konami,Konami,,,,,,,2010-03-30, +/games/boxart/full_neogeo-heroes-ultimate-shooting_422AmericaFront.jpg,NeoGeo Heroes: Ultimate Shooting,PSN,Shooter,SNK Playmore,"Moss Co., Ltd.",,,,,,,2010-12-07, +/games/boxart/full_4952436JapanFrontccc.jpg,NeoGeo Heroes: Ultimate Shooting,PSP,Shooter,SNK Playmore,"Moss Co., Ltd.",,,,,,,2010-07-29, +/games/boxart/default.jpg,Neon Wars,PC,Shooter,Independent,Blitwise Productions,,,,,,,2007-01-01, +/games/boxart/full_nerf-arena-blast_506AmericaFront.jpg,NERF Arena Blast,PC,Shooter,Atari,VMI,,,,,,,1999-11-03, +/games/boxart/full_9774843PALFrontccc.jpg,Neuro Hunter,PC,Shooter,Deep Silver,Media Art,,,,,,,2005-09-23, +/games/boxart/full_3546484AmericaFrontccc.jpg,Nexuiz,PC,Shooter,Nexuiz Team,Nexuiz Team,,,,,,,2005-05-31, +/games/boxart/default.jpg,Nexuiz,XBL,Shooter,Unknown,IllFonic,,,,,,,, +/games/boxart/default.jpg,Nexuiz,PSN,Shooter,Unknown,IllFonic,,,,,,,, +/games/boxart/full_4118684AmericaFrontccc.jpg,Night Of Doom,XBL,Shooter,Microsoft,Kaos nyrb,,,,,,,2009-10-21, +/games/boxart/full_4915035AmericaFrontccc.jpg,Ninja Commando,VC,Shooter,D4 Enterprise,ADK Corporation,,,,,,,2008-07-14, +/games/boxart/full_7951899AmericaFrontccc.jpg,Ninja Commando,NG,Shooter,SNK,ADK Corporation,,,,,,,1992-05-29, +/games/boxart/full_ninja-commando-cd_717JapanFront.jpg,Ninja Commando (CD),NG,Shooter,ADK,ADK Corporation,,,,,,,1994-10-31, +/games/boxart/2595020ccc.jpg,No One Lives Forever 2: A Spy in H.A.R.M.'s Way,PC,Shooter,Sierra Entertainment,Monolith Productions,8.8,,,,,,2002-09-30, +/games/boxart/default.jpg,NormalTanks,WW,Shooter,Unknown,Beatshapers,,,,,,,, +/games/boxart/default.jpg,NormalTanks,PC,Shooter,Beatshapers,Beatshapers,,,,,,,2009-01-01, +/games/boxart/default.jpg,NormalTanks,DSiW,Shooter,Unknown,Beatshapers,,,,,,,, +/games/boxart/full_normaltanks_61PALFront.jpg,NormalTanks,PSN,Shooter,Beatshapers,Beatshapers,,,,,,,2010-04-29, +/games/boxart/4851361ccc.jpg,Novastorm,SCD,Shooter,Psygnosis,Psygnosis,,,,,,,1994-01-01, +/games/boxart/full_1985115AmericaFrontccc.jpg,Novastorm,3DO,Shooter,Psygnosis,Psygnosis,,,,,,,1994-01-01, +/games/boxart/full_9096298AmericaFrontccc.jpg,Novastorm,PC,Shooter,Psygnosis,Psygnosis,,,,,,,1994-01-01, +/games/boxart/default.jpg,Novastrike,PSN,Shooter,TikGames,TikGames,,,,,,,2008-06-05, +/games/boxart/full_nuclear-wasteland_7AmericaFront.jpg,Nuclear Wasteland,XBL,Shooter,Microsoft,mgKelley,,,,,,,2010-09-23, +/games/boxart/7223397ccc.jpg,Nucleus,PSN,Shooter,Sony Computer Entertainment,Kuju Entertainment,,,,,,,2007-07-12, +/games/boxart/full_obesity-epidemic_7AmericaFront.jpg,Obesity Epidemic,XBL,Shooter,Microsoft,Super Boise 2,,,,,,,2010-07-30, +/games/boxart/full_6313995AmericaFrontccc.jpg,Octagon,XBL,Shooter,Microsoft,floor,,,,,,,2009-08-24, +/games/boxart/5633682ccc.jpg,Off The Wall,2600,Shooter,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/full_4423621AmericaFrontccc.jpg,Olu,XBL,Shooter,Microsoft,Red Button Games,,,,,,,2010-04-11, +/games/boxart/full_3026224PALFrontccc.jpg,Omega Assault,PS,Shooter,Phoenix Games,Unknown,,,,,,,2004-08-19, +/games/boxart/full_6922863AmericaFrontccc.jpg,Omega Five,XBL,Shooter,Hudson Soft,Natsume Nagoya Studio,,,,,,,2008-01-09, +/games/boxart/default.jpg,Omega Five,3DS,Shooter,Unknown,Hudson Soft,,,,,,,, +/games/boxart/full_omega-race_617AmericaFront.jpg,Omega Race,2600,Shooter,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, +/games/boxart/full_omg-z_897PALFront.jpg,OMG-Z,PSN,Shooter,Unknown,Laughing Jackal,,,,,,,2011-08-03, +/games/boxart/full_one-epic-game_817AmericaFront.jpg,One Epic Game,PSN,Shooter,Unknown,Grip Games,7,,,,,,2011-08-02, +/games/boxart/full_8519374AmericaFrontccc.jpg,One Unit Whole Blood,PC,Shooter,GT Interactive,Monolith Productions,,,,,,,1998-07-15, +/games/boxart/full_2999205AmericaFrontccc.jpg,Onslaught,WW,Shooter,Hudson Entertainment,Hudson Soft,,,,,,,2009-02-23, +/games/boxart/187458ccc.gif,Operation C,GB,Shooter,Ultra Games,Konami,,,,,,,1991-02-01, +/games/boxart/full_27652AmericaFrontccc.jpg,Operation Flashpoint: Between the Lines,PC,Shooter,Codemasters,Bohemia Interactive,,,,,,,2002-02-27, +/games/boxart/9896134ccc.jpg,Operation Flashpoint: Red Hammer,PC,Shooter,Codemasters,Bohemia Interactive,,,,,,,2002-02-01, +/games/boxart/full_operation-flashpoint-red-river-valley-of-death_845AmericaFront.jpg,Operation Flashpoint: Red River - Valley of Death,XBL,Shooter,Codemasters,Codemasters,,,,,,,2011-06-28, +/games/boxart/full_operation-flashpoint-red-river-valley-of-death_857AmericaFront.jpg,Operation Flashpoint: Red River - Valley of Death,PSN,Shooter,Codemasters,Codemasters,,,,,,,2011-06-28, +/games/boxart/full_operation-flashpoint-red-river-valley-of-death_609AmericaFront.jpg,Operation Flashpoint: Red River - Valley of Death,PC,Shooter,Codemasters,Codemasters,,,,,,,2011-06-28, +/games/boxart/full_operation-logic-bomb_692AmericaFront.jpg,Operation Logic Bomb,SNES,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1993-09-01, +/games/boxart/6852692ccc.jpg,Operation Thunderbolt,SNES,Shooter,Taito,Aisystem Tokyo,,,,,,,1994-10-01, +/games/boxart/full_4343617PALFrontccc.jpg,Operation Thunderstorm,PC,Shooter,Unknown,City Interactive,,,,,,,, +/games/boxart/full_5814461JapanFrontccc.jpg,Operation Wolf,PCE,Shooter,NEC Interchannel,Taito Corporation,,,,,,,1990-08-31, +/games/boxart/5480880ccc.jpg,Operation Wolf,NES,Shooter,Taito,Taito Corporation,,,,,,,1989-03-01, +/games/boxart/9965604ccc.jpg,Operation Wolf,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-02-04, +/games/boxart/full_3873230PALFrontccc.jpg,Operation Wolf,MS,Shooter,Sega,Taito Corporation,,,,,,,1988-01-01, +/games/boxart/full_6853366AmericaFrontccc.jpg,Ordyne,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-05-07, +/games/boxart/full_5076068AmericaFrontccc.jpg,Ordyne,PCE,Shooter,NEC,Namco,,,,,,,1990-01-01, +/games/boxart/default.jpg,Ordyne (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-12-01, +/games/boxart/full_oretachi-game-center-zoku-sono-4-time-pilot_7JapanFront.jpg,Oretachi Game Center Zoku Sono 4: Time Pilot,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, +/games/boxart/full_oretachi-game-center-zoku-sono-5-moon-cresta_2JapanFront.jpg,Oretachi Game Center Zoku Sono 5: Moon Cresta,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, +/games/boxart/full_oretachi-game-center-zoku-sono-6-sonic-wings_8JapanFront.jpg,Oretachi Game Center Zoku Sono 6: Sonic Wings,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, +/games/boxart/full_oretachi-game-center-contra_8JapanFront.jpg,Oretachi Game Center Zoku: Contra,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2006-05-25, +/games/boxart/full_oretachi-game-center-zoku-terra-cresta_6JapanFront.jpg,Oretachi Game Center Zoku: Terra Cresta,PS2,Shooter,Hamster Corporation,Reakosys,,,,,,,2005-10-27, +/games/boxart/full_4110849JapanFrontccc.jpg,Oretachi Game Center: Rabio Lepus,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2006-03-23, +/games/boxart/full_6482057JapanFrontccc.jpg,Oretachi Game Center: Thunder Cross,PS2,Shooter,Hamster Corporation,Jennies,,,,,,,2007-02-08, +/games/boxart/full_oretachi-no-sabage-versus_6JapanFront.jpg,Oretachi no Sabage Versus,PSP,Shooter,Best Media,Best Media,,,,,,,2010-08-05, +/games/boxart/full_4999642AmericaFrontccc.jpg,Organon,XBL,Shooter,Microsoft,DarthCheesiest,,,,,,,2008-11-15, +/games/boxart/full_9367313AmericaFrontccc.jpg,Outer Space,2600,Shooter,Sears,Telegames,,,,,,,1978-01-01, +/games/boxart/4511254ccc.jpg,Outlaws,PC,Shooter,LucasArts,LucasArts,,,,,,,1997-03-31, +/games/boxart/3663739ccc.jpg,OutTrigger: International Counter Terrorism Special Force,DC,Shooter,Sega,Sega-AM2,7.6,,,,,,2001-07-24, +/games/boxart/full_override_10JapanFront.jpg,Override,VC,Shooter,G-mode,Sting,,,,,,,2007-09-04, +/games/boxart/full_override_5JapanFront.jpg,Override,PCE,Shooter,Data East,Sting,,,,,,,1991-01-08, +/games/boxart/default.jpg,Ozma Wars,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, +/games/boxart/full_p-47-the-freedom-fighter_4JapanFront.jpg,P-47: The Freedom Fighter,PCE,Shooter,Aicom,Aicom,,,,,,,1989-03-20, +/games/boxart/full_711499AmericaFrontccc.jpg,painball,XBL,Shooter,Microsoft,radlogicgames,,,,,,,2008-11-20, +/games/boxart/full_5355436AmericaFrontccc.jpg,Painkiller Black,PC,Shooter,Unknown,Unknown,,,,,,,, +/games/boxart/full_8973321AmericaFrontccc.jpg,Painkiller Triple Dose,PC,Shooter,DreamCatcher Interactive,People Can Fly,,,,,,,2008-07-08, +/games/boxart/5853824ccc.jpg,Painkiller: Battle out of Hell,PC,Shooter,DreamCatcher Interactive,People Can Fly,,,,,,,2004-12-01, +/games/boxart/full_5254064AmericaFrontccc.jpg,Painkiller: Overdose,PC,Shooter,DreamCatcher Interactive,Mindware Studios,,,,,,,2007-10-26, +/games/boxart/full_1878129AmericaFrontccc.jpg,Painkiller: Resurrection,PC,Shooter,DreamCatcher Interactive,Homegrown Games,,,,,,,2009-10-27, +/games/boxart/full_4876567AmericaFrontccc.jpg,Paint Boll,XBL,Shooter,Microsoft,CandelaCreations,,,,,,,2009-10-01, +/games/boxart/full_6380499JapanFrontccc.jpg,Panorama Cotton,GEN,Shooter,Sunsoft,Success,,,,,,,1994-08-12, +/games/boxart/full_8703241AmericaFrontccc.jpg,Panzer Dragoon,PC,Shooter,Expert,Team Andromeda,,,,,,,1997-01-01, +/games/boxart/full_8947306JapanFrontccc.jpg,Panzer Dragoon I & II,SAT,Shooter,Sega,Team Andromeda,,,,,,,1996-12-13, +/games/boxart/full_9711654JapanFrontccc.jpg,Panzer Dragoon Mini,GG,Shooter,Sega,Sega,,,,,,,1996-11-22, +/games/boxart/full_paper-wars-cannon-fodder_9PALFront.jpg,Paper Wars: Cannon Fodder,PSN,Shooter,Unknown,Bloober Team,,,,,,,2011-02-22, +/games/boxart/1558579ccc.jpg,Paradroid,VC,Shooter,Commodore,Graftgold,,,,,,,2008-05-23, +/games/boxart/full_2887612PALFrontccc.jpg,Parodius,GB,Shooter,Palcom,Konami,,,,,,,1992-01-01, +/games/boxart/full_2951957PALFrontccc.jpg,Parodius,SNES,Shooter,Konami,Konami,,,,,,,1992-01-01, +/games/boxart/full_4085206JapanFrontccc.jpg,Parodius,VC,Shooter,Konami,Konami,,,,,,,2010-01-12, +/games/boxart/full_2819041PALFrontccc.jpg,Parodius,NES,Shooter,Palcom,Konami,,,,,,,1992-01-01, +/games/boxart/full_1058166JapanFrontccc.jpg,Parodius Da! Shinwa Kara Owarai e,PCE,Shooter,Konami,Konami,,,,,,,1992-02-21, +/games/boxart/full_1451207JapanFrontccc.jpg,Parodius Portable,PSP,Shooter,Konami,Konami,,,,,,,2007-01-25, +/games/boxart/full_5903525AmericaFrontccc.jpg,Pastry Wars,XBL,Shooter,Microsoft,Shmoopy,,,,,,,2008-11-25, +/games/boxart/full_pauls-shooting-adventure_9AmericaFront.jpg,Paul's Shooting Adventure,DSiW,Shooter,Agetec,ICM,,,,,,,2010-11-01, +/games/boxart/default.jpg,Payday: The Heist,PC,Shooter,Sony Online Entertainment,Overkill Software,8,,,,,,2011-10-20, +/games/boxart/full_payday-the-heist_153AmericaFront.png,Payday: The Heist,PSN,Shooter,Sony Online Entertainment,Overkill Software,7.1,,,,,,2011-10-18, +/games/boxart/full_4327438JapanFrontccc.jpg,PD Ultraman Invader,PS,Shooter,Bandai,Taito Corporation,,,,,,,1995-12-22, +/games/boxart/full_426691AmericaFrontccc.jpg,Pellmell,XBL,Shooter,Microsoft,VoodooChief,,,,,,,2009-05-10, +/games/boxart/default.jpg,Penguins Arena: Sedna's World,PC,Shooter,Meridian4,FroGames,,,,,,,2008-12-18, +/games/boxart/default.jpg,Pepsi Invaders,2600,Shooter,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/full_493319AmericaFrontccc.jpg,Perfect Dark,XBL,Shooter,Microsoft Game Studios,4J Studios,8.2,,,,,,2010-03-17, +/games/boxart/full_perfect-dark-zero_429AmericaFront.jpg,Perfect Dark Zero,XBL,Shooter,Microsoft Game Studios,Rare Ltd.,,,,,,,2008-11-09, +/games/boxart/full_pewpewpewpewpewpewpewpewpew_896AmericaFront.jpg,PewPewPewPewPewPewPewPewPew,XBL,Shooter,Microsoft,Josh Schonstal,,,,,,,2011-04-01, +/games/boxart/full_9570472AmericaFrontccc.png,Phalanx,SNES,Shooter,Kemco,Zoom Inc.,,,,,,,1992-10-01, +/games/boxart/default.jpg,Phalanx,WW,Shooter,Zoom,Zoom Inc.,,,,,,,2009-12-22, +/games/boxart/full_5715026AmericaFrontccc.jpg,Phelios,VC,Shooter,Namco Bandai,Namco,,,,,,,2008-04-22, +/games/boxart/full_7625458AmericaFrontccc.jpg,Phelios,GEN,Shooter,Namco,Namco,,,,,,,1990-01-01, +/games/boxart/default.jpg,Phelios (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-28, +/games/boxart/full_philosoma_334JapanFront.jpg,Philosoma,PSN,Shooter,Sony Computer Entertainment,G Artist,,,,,,,2007-04-26, +/games/boxart/full_8355270AmericaFrontccc.png,Pixel Gun 3D,And,Shooter,Unknown,Unknown,,,,,,,2013-05-03, +/games/boxart/full_9060678AmericaFrontccc.jpg,Pixel Whirled,XBL,Shooter,Microsoft,Holmfry,,,,,,,2009-12-21, +/games/boxart/full_pixeljunk-shooter_186AmericaFront.jpg,PixelJunk Shooter,PSN,Shooter,Sony Computer Entertainment,Q-Games,8.5,,,,,,2009-12-10, +/games/boxart/full_pixeljunk-shooter-2_973AmericaFront.jpg,PixelJunk Shooter 2,PSN,Shooter,Sony Computer Entertainment,Q-Games,8,,,,,,2011-03-01, +/games/boxart/full_6609144AmericaFrontccc.jpg,PixelJunk Shooter Ultimate,PS4,Shooter,Double Eleven,Double Eleven,,,,,,,2014-06-03,2018-09-14 +/games/boxart/full_2262047AmericaFrontccc.jpg,PixelJunk Shooter Ultimate,PSV,Shooter,Double Eleven,Double Eleven,,,,,,,2014-06-03,2018-09-14 +/games/boxart/full_pixeljunk-sidescroller_311AmericaFront.jpg,PixelJunk SideScroller,PSN,Shooter,Sony Computer Entertainment,Q-Games,9,,,,,,2011-10-25, +/games/boxart/full_4995707AmericaFrontccc.jpg,Planet Panic!,XBL,Shooter,Microsoft,dastardlyscientists,,,,,,,2009-01-01, +/games/boxart/1730387ccc.jpg,Planet Smashers,7800,Shooter,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/9358436ccc.jpg,PlanetSide,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2003-05-20, +/games/boxart/full_1965486PALFrontccc.jpg,PlanetSide 2,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2012-11-20,2018-09-15 +/games/boxart/full_9032307AmericaFrontccc.jpeg,PlanetSide 2,PS4,Shooter,Daybreak Games,Daybreak Games,,,,,,,2015-06-23,2018-09-15 +/games/boxart/9295462ccc.jpg,PlanetSide: Aftershock,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2004-10-19, +/games/boxart/8595706ccc.jpg,PlanetSide: Core Combat,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2003-10-27, +/games/boxart/full_6570823AmericaFrontccc.jpg,Platypus,PC,Shooter,Kiss,Handmark,,,,,,,2004-06-02, +/games/boxart/full_2222082AmericaFrontccc.jpg,Platypus,XBL,Shooter,Microsoft,Escapist Games,,,,,,,2009-11-23, +/games/boxart/full_3323920AmericaFrontccc.jpg,Plows in Hell,XBL,Shooter,Microsoft,Handkor,,,,,,,2009-06-22, +/games/boxart/356648ccc.jpg,PO'ed,3DO,Shooter,Accolade,Any Channel,,,,,,,1995-11-06, +/games/boxart/1404274ccc.jpg,Pocky & Rocky,SNES,Shooter,Natsume,Natsume,,,,,,,1993-06-01, +/games/boxart/1049060ccc.jpg,Pocky & Rocky 2,SNES,Shooter,Natsume,Natsume,,,,,,,1994-11-01, +/games/boxart/6293074ccc.gif,Point Blank,PS,Shooter,Namco,Namco,,,,,,,1998-04-30, +/games/boxart/full_point-of-destruction_5PALFront.jpg,Point of Destruction,GIZ,Shooter,Gizmondo Studios,Gizmondo Studios Manchester,,,,,,,2005-10-22, +/games/boxart/full_9450399PALFrontccc.jpg,Police 24/7,PS2,Shooter,Konami,Konami,,,,,,,2002-04-12, +/games/boxart/481216ccc.jpg,Pop Breaker,GG,Shooter,Micro Cabin,Micro Cabin,,,,,,,1991-02-23, +/games/boxart/full_4638527JapanFrontccc.jpg,Pop'n TwinBee,GB,Shooter,Konami,Konami,,,,,,,1994-01-01, +/games/boxart/full_1457682PALFrontccc.jpg,Pop'n TwinBee,SNES,Shooter,Palcom,Konami,,,,,,,1993-01-01, +/games/boxart/full_1823431AmericaFrontccc.jpg,Portal: Still Alive,XBL,Shooter,Microsoft,Valve Software,8.9,,,,,,2008-10-22, +/games/boxart/6906104ccc.jpg,Poseidon Wars 3-D,MS,Shooter,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/default.jpg,Postal 2 Complete,PC,Shooter,Unknown,Running With Scissors,,,,,,,2003-04-14, +/games/boxart/default.jpg,Postal III,PS3,Shooter,Unknown,Running With Scissors,,,,,,,, +/games/boxart/default.jpg,Postal III,PC,Shooter,Akella,Running With Scissors,,,,,,,2011-12-21, +/games/boxart/full_pound-of-ground_458AmericaFront.jpg,Pound of Ground,PC,Shooter,Unknown,Centauri Production,3.5,,,,,,2010-11-05, +/games/boxart/full_power-gate_1JapanFront.jpg,Power Gate,PCE,Shooter,Pack-In-Video,Make,,,,,,,1991-08-30, +/games/boxart/980105ccc.jpg,Power Strike,MS,Shooter,Sega,Compile Ltd.,,,,,,,1988-01-01, +/games/boxart/full_5514894PALFrontccc.jpg,Power Strike II,MS,Shooter,Sega,Compile Ltd.,,,,,,,1993-01-01, +/games/boxart/full_power-strike-ii_73PALFront.jpg,Power Strike II,GG,Shooter,Sega,Compile Ltd.,,,,,,,1994-01-01, +/games/boxart/full_7544193AmericaFrontccc.jpg,PowerSlave,PC,Shooter,Playmates,Lobotomy Software,,,,,,,1997-01-01, +/games/boxart/5292908ccc.jpg,PowerSlave,SAT,Shooter,Playmates,Lobotomy Software,,,,,,,1996-10-31, +/games/boxart/full_3708799AmericaFrontccc.jpg,PowerUp Forever,XBL,Shooter,Namco Bandai,Blitz Arcade,,,,,,,2008-12-10, +/games/boxart/full_233535PALFrontccc.png,PowerUp Forever,PSN,Shooter,Namco Bandai,Blitz Arcade,,,,,,,2008-12-11, +/games/boxart/default.jpg,Prarie Dog Massacre,XBL,Shooter,Unknown,Dwarf Biter,,,,,,,, +/games/boxart/full_2264162AmericaFrontccc.jpg,Prey,XBL,Shooter,2K Games,Venom Games,,,,,,,2009-08-11, +/games/boxart/default.jpg,Prey 2,X360,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2020-12-31, +/games/boxart/default.jpg,Prey 2,PS3,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2020-12-31, +/games/boxart/default.jpg,Prey 2,PC,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2020-12-31, +/games/boxart/full_7394038JapanFrontccc.jpg,Prikura Daisakusen,SAT,Shooter,Atlus,Atlus Co.,,,,,,,1996-11-15, +/games/boxart/full_8379774AmericaFrontccc.jpg,Primal Carnage: Extinction,PS4,Shooter,Pub Games,Circle 5 Studios,,,,,,,2015-04-03, +/games/boxart/default.jpg,Privates,XBL,Shooter,Unknown,Zombie Cow Studios,,,,,,,, +/games/boxart/default.jpg,Privates,PC,Shooter,Unknown,Zombie Cow Studios,,,,,,,, +/games/boxart/full_project-s-11_68AmericaFront.jpg,Project S-11,GB,Shooter,Sunsoft,Paragon 5,,,,,,,2000-12-14, +/games/boxart/7419531ccc.jpg,Protector,AJ,Shooter,Songbird Productions,Songbird Productions,,,,,,,1999-12-20, +/games/boxart/2225207ccc.jpg,Protector Special Edition,AJ,Shooter,Songbird Productions,Songbird Productions,,,,,,,2002-04-10, +/games/boxart/default.jpg,Protocol,WW,Shooter,Unknown,Sabarasa Entertainment,,,,,,,, +/games/boxart/3034866ccc.jpg,Protöthea,WW,Shooter,Ubisoft,Sabarasa Digital Builders,,,,,,,2008-06-02, +/games/boxart/full_2671122PALFrontccc.jpg,Psi-Ops: The Mindgate Conspiracy,PC,Shooter,Zoo Digital Publishing,Midway Games,,,,,,,2005-02-11, +/games/boxart/full_psycho-chaser_7JapanFront.jpg,Psycho Chaser,PCE,Shooter,Naxat Soft,Sting,,,,,,,1990-04-06, +/games/boxart/full_psycho-chaser_4JapanFront.jpg,Psycho Chaser,VC,Shooter,Naxat Soft,Sting,,,,,,,2008-03-11, +/games/boxart/full_psychosis_5AmericaFront.jpg,Psychosis,PCE,Shooter,NEC,Naxat Soft,,,,,,,1990-01-01, +/games/boxart/full_psychosis_0AmericaFront.jpg,Psychosis,VC,Shooter,Hudson Soft,Naxat Soft,,,,,,,2008-02-25, +/games/boxart/full_6498499JapanFrontccc.jpg,Psykio Shooting Collection Vol. 3: Sol Divide & Dragon Blaze,PS2,Shooter,Taito,Psikyo,,,,,,,2005-03-31, +/games/boxart/full_4197724JapanFrontccc.jpg,Psyvariar 2: Extend Edition,XB,Shooter,Success,Skonec,,,,,,,2004-10-28, +/games/boxart/full_7579950JapanFrontccc.jpg,Psyvariar 2: The Will to Fabricate,DC,Shooter,Success,Skonec,7,,,,,,2004-02-26, +/games/boxart/full_484301JapanFrontccc.jpg,Psyvariar 2: Ultimate Final,PS2,Shooter,Success,Skonec,,,,,,,2004-12-09, +/games/boxart/full_935839PALFrontccc.jpg,Psyvariar: Complete Edition,PS2,Shooter,Empire Interactive,Skonec,,,,,,,2003-09-26, +/games/boxart/default.jpg,Psyvariar: Medium Unit,PS2,Shooter,Success,Skonec,,,,,,,2003-09-11, +/games/boxart/default.jpg,Psyvariar: Revision,PS2,Shooter,Success,Skonec,,,,,,,2003-10-09, +/games/boxart/full_3386548JapanFrontccc.jpg,Pulstar,NG,Shooter,SNK,Aicom Corporation,,,,,,,1995-09-29, +/games/boxart/full_pulstar-cd_896AmericaFront.jpg,Pulstar (CD),NG,Shooter,SNK,Aicom Corporation,,,,,,,1995-10-27, +/games/boxart/default.jpg,Pwn Age: 31337 AD,XBL,Shooter,Unknown,LocoPuyo,,,,,,,, +/games/boxart/full_pyramid-intruder_1JapanFront.jpg,Pyramid Intruder,3DO,Shooter,Taito,Taito Corporation,,,,,,,1995-08-11, +/games/boxart/full_5678017AmericaFrontccc.jpg,PyroManic - Solo,XBL,Shooter,Microsoft,tricktale,,,,,,,2009-09-18, +/games/boxart/full_qlione_269AmericaFront.jpg,Qlione Evolve,PSN,Shooter,Sony Online Entertainment,Shindenken,,,,,,,2010-12-07, +/games/boxart/full_9655067AmericaFrontccc.jpg,Quake,SAT,Shooter,Sega,Lobotomy Software,,,,,,,1997-05-27, +/games/boxart/full_4890092AmericaFrontccc.jpg,Quake,PC,Shooter,id Software,id Software,9.4,,,,,,1996-07-01, +/games/boxart/full_quake-arena-arcade_875AmericaFront.jpg,Quake Arena Arcade,XBL,Shooter,Bethesda Softworks,id Software,7.1,,,,,,2010-12-15, +/games/boxart/2514371ccc.jpg,Quake II,PC,Shooter,Activision,id Software,9,,,,,,1997-11-11, +/games/boxart/full_quake-ii-mission-pack-ground-zero_284AmericaFront.gif,Quake II Mission Pack: Ground Zero,PC,Shooter,Activision,Rogue Entertainment,,,,,,,1998-09-11, +/games/boxart/full_quake-ii-mission-pack-the-reckoning_786AmericaFront.jpg,Quake II Mission Pack: The Reckoning,PC,Shooter,Activision,Xatrix Entertainment,,,,,,,1998-05-31, +/games/boxart/5411938ccc.jpg,Quake II: Extremities,PC,Shooter,Activision,Activision,,,,,,,1999-01-01, +/games/boxart/9965329ccc.jpg,Quake III Arena,DC,Shooter,Sega,Raster,9.3,,,,,,2000-10-22, +/games/boxart/full_quake-iii-team-arena_730AmericaFront.jpg,Quake III: Team Arena,PC,Shooter,Activision,id Software,8,,,,,,2000-12-18, +/games/boxart/full_4156210AmericaFrontccc.jpg,Quake Live,PC,Shooter,id Software,id Software,,,,,,,2009-02-24, +/games/boxart/full_quake-mission-pack-no-1-scourge-of-armagon_611AmericaFront.jpg,Quake Mission Pack No. 1: Scourge of Armagon,PC,Shooter,Activision,Hipnotic Interactive,,,,,,,1997-02-28, +/games/boxart/full_quake-mission-pack-no-2-dissolution-of-eternity_212AmericaFront.jpg,Quake Mission Pack No. 2: Dissolution of Eternity,PC,Shooter,Activision,Rogue Entertainment,,,,,,,1997-03-31, +/games/boxart/3344196ccc.jpg,Quake: Team Fortress,PC,Shooter,id Software,TeamFortress Software,,,,,,,1996-08-23, +/games/boxart/full_quarantine_4AmericaFront.jpg,Quarantine,PC,Shooter,GameTek,Imagexcel,,,,,,,1994-01-01, +/games/boxart/full_quarantine_10AmericaFront.jpg,Quarantine,3DO,Shooter,GameTek,Imagexcel,,,,,,,1994-01-01, +/games/boxart/1777788ccc.jpg,R-Type,GB,Shooter,Irem Software Engineering,Bits Studios,,,,,,,1991-05-01, +/games/boxart/full_6072801AmericaFrontccc.jpg,R-Type,MS,Shooter,Sega,Irem Software Engineering,,,,,,,1988-01-01, +/games/boxart/full_r-type_800JapanFront.jpg,R-Type,PSN,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-04-20, +/games/boxart/full_7391431AmericaFrontccc.jpg,R-Type,VC,Shooter,Hudson Soft,Irem Software Engineering,,,,,,,2006-12-25, +/games/boxart/full_657132AmericaFrontccc.jpg,R-Type,PCE,Shooter,NEC,Irem Software Engineering,,,,,,,1989-01-01, +/games/boxart/full_989092AmericaFrontccc.jpg,R-Type (MS),VC,Shooter,Sega,Irem Software Engineering,,,,,,,2009-11-02, +/games/boxart/full_3234939JapanFrontccc.jpg,R-Type Complete CD,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-12-20, +/games/boxart/full_2738816AmericaFrontccc.jpg,R-Type Delta,PSN,Shooter,Sony Computer Entertainment,Irem Software Engineering,,,,,,,2009-05-07, +/games/boxart/full_9654496AmericaFrontccc.jpg,R-Type Dimensions,XBL,Shooter,Tozai Games,Southend Interactive,7.8,,,,,,2009-02-04, +/games/boxart/985585ccc.jpg,R-Type DX,GB,Shooter,Nintendo,Bits Studios,,,,,,,1999-05-31, +/games/boxart/7041892ccc.jpg,R-Type II,GB,Shooter,Irem Software Engineering,Bits Studios,,,,,,,1992-01-01, +/games/boxart/full_9553015JapanFrontccc.jpg,R-Type II,PCE,Shooter,Hudson Soft,Hudson Soft,,,,,,,1988-06-03, +/games/boxart/full_8898987JapanFrontccc.jpg,R-Type II,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2007-01-23, +/games/boxart/full_394871AmericaFrontccc.jpg,R-Type III: The Third Lightning,SNES,Shooter,Jaleco,Irem Software Engineering,,,,,,,1994-08-02, +/games/boxart/full_5307187AmericaFrontccc.jpg,R-Type III: The Third Lightning,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-01-15, +/games/boxart/full_8550117AmericaFrontccc.png,R-Types,PSN,Shooter,Sony Computer Entertainment,Racdym,,,,,,,2008-04-24, +/games/boxart/full_2855966JapanFrontccc.jpg,R2: Rendering Ranger,SNES,Shooter,Virgin Interactive,Raibow Arts,,,,,,,1995-11-17, +/games/boxart/full_9014328AmericaFrontccc.jpg,Rabid Gophers,XBL,Shooter,Microsoft,Quantum Squid Interactive,,,,,,,2009-04-11, +/games/boxart/full_rabio-lepus-special_9JapanFront.jpg,Rabio Lepus Special,PCE,Shooter,Video System,Video System,,,,,,,1990-10-19, +/games/boxart/full_4306747AmericaFrontccc.jpg,Radial Gun,XBL,Shooter,Microsoft,RekcahDam,,,,,,,2009-06-05, +/games/boxart/full_radiangames-ballistic_761AmericaFront.jpg,radiangames Ballistic,XBL,Shooter,Microsoft,radiangames,,,,,,,2011-01-28, +/games/boxart/full_radiangames-crossfire_3AmericaFront.jpg,radiangames Crossfire,XBL,Shooter,Microsoft,radiangames,6,,,,,,2010-07-07, +/games/boxart/full_radiangames-crossfire-2_28AmericaFront.jpg,radiangames Crossfire 2,XBL,Shooter,Microsoft,radiangames,,,,,,,2010-12-16, +/games/boxart/full_inferno_4AmericaFront.jpg,radiangames Inferno,XBL,Shooter,Microsoft,radiangames,,,,,,,2010-09-01, +/games/boxart/full_4467532AmericaFrontccc.jpg,radiangames JoyJoy,XBL,Shooter,Microsoft,radiangames,,,,,,,2010-05-16, +/games/boxart/full_radiant-silvergun_486AmericaFront.jpg,Radiant Silvergun,XBL,Shooter,Treasure,"Treasure Co., Ltd.",8.6,,,,,,2011-09-14, +/games/boxart/full_8044835JapanFrontccc.jpg,Radirgy,DC,Shooter,Milestone,MileStone Inc.,,,,,,,2006-02-16, +/games/boxart/full_1082402JapanFrontccc.jpg,Radirgy Generic,GC,Shooter,Milestone,MileStone Inc.,,,,,,,2006-05-25, +/games/boxart/full_radirgy-noa-massive_56JapanFront.jpg,Radirgy Noa Massive,X360,Shooter,Milestone,MileStone Inc.,,,,,,,2010-10-28, +/games/boxart/full_9473394JapanFrontccc.jpg,Radirgy Precious,PS2,Shooter,Milestone,MileStone Inc.,,,,,,,2006-05-25, +/games/boxart/2293424ccc.jpg,Raid on Bungeling Bay,NES,Shooter,Broderbund,Hudson Soft,,,,,,,1987-09-01, +/games/boxart/full_4071937AmericaFrontccc.jpg,Raiden,PCE,Shooter,NEC,Hudson Soft,,,,,,,1991-01-01, +/games/boxart/537261ccc.jpg,Raiden,AJ,Shooter,Fabtek,"Imagitec Design, Inc.",,,,,,,1994-01-01, +/games/boxart/full_8577680AmericaFrontccc.jpg,Raiden,Lynx,Shooter,Telegames,"Telegames, Inc.",,,,,,,1997-01-01, +/games/boxart/default.jpg,Raiden,PC,Shooter,Acer,"Imagitec Design, Inc.",,,,,,,1994-01-01, +/games/boxart/full_8125933JapanFrontccc.jpg,Raiden DX,PS,Shooter,Nihon System,Seibu Kaihatsu,,,,,,,1997-04-11, +/games/boxart/full_8145011AmericaFrontccc.jpg,Raiden Fighters Aces,XBL,Shooter,Valcon Games,Gulti,,,,,,,2010-05-11, +/games/boxart/full_4732989JapanFrontccc.jpg,Raiden II,PC,Shooter,GameBank,Kinesoft Development,,,,,,,1997-06-06, +/games/boxart/full_8789018AmericaFrontccc.jpg,Raiden III,PS2,Shooter,UFO Interactive,Moss,,,,,,,2007-04-17, +/games/boxart/full_5643877JapanFrontccc.jpg,Raiden III,PC,Shooter,CyberFront,Moss,,,,,,,2006-03-17, +/games/boxart/default.jpg,Raiden III,PSN,Shooter,UFO Interactive,Moss,,,,,,,2011-11-01, +/games/boxart/full_3822272AmericaFrontccc.jpg,Raiden Trad,SNES,Shooter,Electro Brain,Micronics,,,,,,,1991-01-01, +/games/boxart/full_6081991AmericaFrontccc.jpg,Raiden Trad,GEN,Shooter,Micronet,Micronet,,,,,,,1993-01-01, +/games/boxart/full_5339626AmericaFrontccc.jpg,Rail Gun Charlie,XBL,Shooter,Microsoft,Duckocide,,,,,,,2009-09-29, +/games/boxart/full_1919105JapanFrontccc.jpg,Rainbow Cotton,DC,Shooter,Success,Success,5.4,,,,,,2000-01-20, +/games/boxart/7568250ccc.jpg,Rambo III,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_rambo-iii_7AmericaFront.jpg,Rambo III,PC,Shooter,Taito,Ocean,,,,,,,1989-01-01, +/games/boxart/full_8446385AmericaFrontccc.jpg,Rambo III,GEN,Shooter,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/4115941ccc.jpg,Rambo: First Blood Part II,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_8773834AmericaFrontccc.jpg,Rambo: First Blood Part II,VC,Shooter,Sega,Sega,,,,,,,2009-07-13, +/games/boxart/4583030ccc.jpg,Ranger X,GEN,Shooter,Sega,Gau Entertainment,,,,,,,1993-05-27, +/games/boxart/full_rapid-reload_5JapanFront.jpg,Rapid Reload,PSN,Shooter,Sony Computer Entertainment,Media.Vision,,,,,,,2007-03-29, +/games/boxart/full_ray-thunder_301JapanFront.jpg,Ray-Thunder,GB,Shooter,Nichibutsu,Nichibutsu,,,,,,,1991-02-08, +/games/boxart/full_raycrisis-series-termination_220JapanFront.jpg,RayCrisis: Series Termination,PSN,Shooter,Taito,Taito Corporation,,,,,,,2008-07-09, +/games/boxart/full_raystorm_93JapanFront.jpg,RayStorm,PSN,Shooter,Taito,Taito Corporation,,,,,,,2008-06-25, +/games/boxart/full_5492227AmericaFrontccc.jpg,RayStorm HD,XBL,Shooter,Taito,Taito Corporation,,,,,,,2010-05-05, +/games/boxart/full_raystorm-hd_724JapanFront.jpg,RayStorm HD,PSN,Shooter,Unknown,Taito Corporation,,,,,,,, +/games/boxart/full_2252663AmericaFrontccc.jpg,Raze's Hell,XBL,Shooter,Majesco,Artech Studios,,,,,,,2008-12-10, +/games/boxart/full_5545918AmericaFrontccc.jpg,Rebel Moon Rising,PC,Shooter,GT Interactive,Fenris Wolf,,,,,,,1997-01-01, +/games/boxart/full_1776031AmericaFrontccc.jpg,Red Alarm,VB,Shooter,Nintendo,Tikipod,,,,,,,1995-08-14, +/games/boxart/full_red-faction_135AmericaFront.jpg,Red Faction,NGage,Shooter,THQ,Monkeystone Games,5.4,,,,,,2003-12-10, +/games/boxart/default.jpg,Red Faction: Armageddon,PSN,Shooter,THQ,Volition Inc.,,,,,,,2011-07-06, +/games/boxart/default.jpg,Red Faction: Armageddon - Path to War,PC,Shooter,THQ,Volition Inc.,,,,,,,2011-08-02, +/games/boxart/default.jpg,Red Faction: Armageddon - Path to War,XBL,Shooter,THQ,Volition Inc.,,,,,,,2011-08-02, +/games/boxart/full_red-faction-armageddon-path-to-war_685AmericaFront.jpg,Red Faction: Armageddon - Path to War,PSN,Shooter,THQ,Volition Inc.,,,,,,,2011-08-02, +/games/boxart/full_red-faction-guerrilla_2AmericaFront.jpg,Red Faction: Guerrilla,PSN,Shooter,THQ,Volition Inc.,,,,,,,2010-08-10, +/games/boxart/full_6863754AmericaFrontccc.jpg,Red Faction: Guerrilla,PC,Shooter,THQ,Volition Inc.,,,,,,,2009-06-02, +/games/boxart/full_red-ocean_457PALFront.jpg,Red Ocean,PC,Shooter,Anaconda,Collision Studios,,,,,,,2007-09-21, +/games/boxart/default.jpg,Red Steel 3,Wii,Shooter,Unknown,Ubisoft Montreal,,,,,,,, +/games/boxart/5440686ccc.gif,Redneck Rampage,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1997-04-30, +/games/boxart/full_redneck-rampage-rides-again_69AmericaFront.jpg,Redneck Rampage Rides Again,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1998-05-31, +/games/boxart/full_redneck-rampage-family-reunion_148AmericaFront.jpg,Redneck Rampage: Family Reunion,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1998-01-01, +/games/boxart/full_redneck-rampage-suckin-grits-on-route-66_461AmericaFront.jpg,Redneck Rampage: Suckin' Grits On Route 66,PC,Shooter,Interplay,Sunstorm Interactive,,,,,,,1998-07-13, +/games/boxart/full_renegade-ops_735AmericaFront.jpg,Renegade Ops,XBL,Shooter,Sega,Avalanche Studios,10,,,,,,2011-09-14, +/games/boxart/default.jpg,Renegade Ops,PC,Shooter,Sega,Avalanche Studios,7.5,,,,,,2011-10-26,2018-05-25 +/games/boxart/full_renegade-ops_104AmericaFront.jpg,Renegade Ops,PSN,Shooter,Sega,Avalanche Studios,8.4,,,,,,2011-09-13, +/games/boxart/5153964ccc.jpg,Requiem: Avenging Angel,PC,Shooter,3DO,Cyclone Studios,,,,,,,1999-03-31, +/games/boxart/full_4133866PALFrontccc.jpg,Rescue Shot,PS,Shooter,Namco,Namco,,,,,,,2000-01-01, +/games/boxart/9703470ccc.jpg,Rescue: The Embassy Mission,NES,Shooter,Kemco,Infogrames,,,,,,,1990-01-01, +/games/boxart/full_2053879PALFrontccc.jpg,Resident Evil: Survivor 2 - Code: Veronica,PS2,Shooter,Capcom,Capcom,4.2,,,,,,2002-02-08, +/games/boxart/full_3462673AmericaFrontccc.png,Resistance: Retribution,PSN,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2009-10-01, +/games/boxart/full_6915377AmericaFrontccc.jpg,RESOGUN,PSV,Shooter,Sony Computer Entertainment,Climax Studios,,,,,,,2014-12-23,2018-11-27 +/games/boxart/full_6139314AmericaFrontccc.jpg,RESOGUN,PS3,Shooter,Sony Computer Entertainment,Climax Studios,,,,,,,2014-12-23,2018-11-27 +/games/boxart/full_5176286AmericaFrontccc.jpg,RESOGUN,PS4,Shooter,Sony Computer Entertainment,Housemarque,8.4,,,,,,2013-11-15,2018-01-28 +/games/boxart/full_1287013AmericaFrontccc.png,Retaliate,And,Shooter,Unknown,Unknown,,,,,,,2014-04-19, +/games/boxart/full_8177783AmericaFrontccc.jpg,Retro One - Part 2,XBL,Shooter,Microsoft,CoderSys,,,,,,,2009-04-22, +/games/boxart/full_1437962AmericaFrontccc.jpeg,Retro/Grade,PSN,Shooter,Unknown,24 Caret Games,,,,,,,, +/games/boxart/full_9708426AmericaFrontccc.jpg,Retrofit: Overload,XBL,Shooter,Microsoft,Wam Games,,,,,,,2010-05-08, +/games/boxart/9837092ccc.jpg,Return to Castle Wolfenstein: Enemy Territory,PC,Shooter,Activision,Splash Damage,,,,,,,2003-05-29, +/games/boxart/full_8393122AmericaFrontccc.jpg,Revenge of the Evil Aliens,XBL,Shooter,Microsoft,Harald Maassen,,,,,,,2009-06-09, +/games/boxart/5418093ccc.jpg,Revolution X,SAT,Shooter,Acclaim Entertainment,Software Creations,,,,,,,1996-01-01, +/games/boxart/full_302540AmericaFrontccc.jpg,Revolution X,GEN,Shooter,Acclaim Entertainment,Rage Software,,,,,,,1995-01-01, +/games/boxart/1783168ccc.jpg,Revolution X,SNES,Shooter,Acclaim Entertainment,Rage Software,,,,,,,1995-01-01, +/games/boxart/full_3325459AmericaFrontccc.jpg,Revolution X,PC,Shooter,Acclaim Entertainment,Rage Software,,,,,,,1996-01-01, +/games/boxart/full_revolver-360_368AmericaFront.jpg,Revolver 360,XBL,Shooter,Microsoft,Cross Eaglet,,,,,,,2010-12-26, +/games/boxart/full_601344PALFrontccc.jpg,Rez,DC,Shooter,Sega,United Game Artists,9,,,,,,2002-01-11, +/games/boxart/full_8016990AmericaFrontccc.jpg,Rez HD,XBL,Shooter,Q Entertainment,HexaDrive,9.1,,,,,,2008-01-30,2018-09-24 +/games/boxart/full_4732094AmericaFrontccc.jpg,Rift,XBL,Shooter,Microsoft,Brandon Bloom,,,,,,,2008-11-19, +/games/boxart/full_9667761AmericaFrontccc.jpg,RIP Trilogy,PC,Shooter,Meridian4,Elephant Games,,,,,,,2007-06-01, +/games/boxart/full_5422658AmericaFrontccc.jpg,Rise of the Triad: Dark War,PC,Shooter,Apogee,"Apogee Software, Ltd.",,,,,,,1994-12-21, +/games/boxart/full_4069163AmericaFrontccc.jpg,RIVE,PC,Shooter,Two Tribes,Two Tribes,,,,,,,2016-01-01, +/games/boxart/3033508ccc.jpg,River Raid,5200,Shooter,Activision,Activision,,,,,,,1983-01-01, +/games/boxart/full_river-raid_6AmericaFront.jpg,River Raid,PC,Shooter,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/full_robin-hood-the-return-of-richard_9AmericaFront.jpg,Robin Hood: The Return of Richard,WW,Shooter,Nordcurrent,Nordcurrent,,,,,,,2010-06-28, +/games/boxart/full_robin-hood-the-return-of-richard_8PALFront.jpg,Robin Hood: The Return of Richard,PSN,Shooter,Nordcurrent,Nordcurrent,,,,,,,2010-05-25, +/games/boxart/full_4505299AmericaFrontccc.jpg,Robo Aleste,SCD,Shooter,Tengen,Compile Ltd.,,,,,,,1993-01-01, +/games/boxart/full_7844104AmericaFrontccc.jpg,RoboBlitz,XBL,Shooter,Microsoft,Naked Sky Entertainment,6.7,,,,,,2006-12-06, +/games/boxart/full_2445770AmericaFrontccc.jpg,RoboBlitz,PC,Shooter,Naked Sky Entertainment,Naked Sky Entertainment,7.5,,,,,,2006-11-06, +/games/boxart/full_9424546JapanFrontccc.jpg,RoboCop,GC,Shooter,Unknown,Titus Software,,,,,,,, +/games/boxart/9705808ccc.jpg,RoboCop,NES,Shooter,Data East,Ocean Software,,,,,,,1989-12-01, +/games/boxart/full_6773879PALFrontccc.jpg,RoboCop,GBA,Shooter,Unknown,Mirage Interactive,,,,,,,2020-12-31, +/games/boxart/full_2905155PALFrontccc.jpg,RoboCop,PS2,Shooter,Titus,Titus Software,,,,,,,2003-12-05, +/games/boxart/full_5936267PALFrontccc.jpg,RoboCop,PC,Shooter,Titus,Titus Software,,,,,,,2003-01-01, +/games/boxart/full_4579538AmericaFrontccc.jpg,RoboCop,GB,Shooter,Ocean,Ocean Software,,,,,,,1990-12-01, +/games/boxart/full_381706AmericaFrontccc.jpg,RoboCop (GBC),GB,Shooter,Titus,Mirage Interactive,,,,,,,2001-01-01, +/games/boxart/default.jpg,Robotron X,PC,Shooter,GT Interactive,Player 1,,,,,,,1997-01-01, +/games/boxart/7452223ccc.jpg,Robotron: 2084,7800,Shooter,Atari,"Williams Electronic Games, Inc.",,,,,,,1987-01-01, +/games/boxart/6284650ccc.jpg,Robotron: 2084,Lynx,Shooter,Shadowsoft,"Williams Electronic Games, Inc.",,,,,,,1991-01-01, +/games/boxart/full_7831549AmericaFrontccc.jpg,Robotron: 2084,XBL,Shooter,Midway Games,Digital Eclipse,7.5,,,,,,2005-12-16, +/games/boxart/8649383ccc.jpg,Robotron: 2084,5200,Shooter,Atari,"Williams Electronic Games, Inc.",,,,,,,1983-01-01, +/games/boxart/default.jpg,Rock of the Dead,Wii,Shooter,Unknown,Epicenter Studios,,,,,,,, +/games/boxart/full_rock-on_2JapanFront.jpg,Rock On,PCE,Shooter,Unknown,Big Club,,,,,,,1989-08-22, +/games/boxart/full_506761AmericaFrontccc.png,Rocket Crisis,And,Shooter,Unknown,Unknown,,,,,,,2014-06-27, +/games/boxart/full_8230263AmericaFrontccc.jpg,Rocketmen: Axis of Evil,XBL,Shooter,Capcom,A.C.R.O.N.Y.M. Games Inc.,,,,,,,2008-03-05, +/games/boxart/4293228ccc.jpg,Rocketmen: Axis of Evil,PSN,Shooter,Capcom,A.C.R.O.N.Y.M. Games Inc.,5.4,,,,,,2008-03-06, +/games/boxart/full_3820186AmericaFrontccc.jpg,Rocketmen: It Came from Uranus,XBL,Shooter,Capcom,A.C.R.O.N.Y.M. Games,,,,,,,2008-05-14, +/games/boxart/9292471ccc.jpg,Rocketmen: It Came from Uranus,PSN,Shooter,Capcom,A.C.R.O.N.Y.M. Games,,,,,,,2008-05-15, +/games/boxart/full_rocks-n-rockets_264AmericaFront.jpg,Rocks N' Rockets,DSiW,Shooter,TikGames,Creat Studios,,,,,,,2011-01-24, +/games/boxart/full_rockets-n-rockets_2PALFront.jpg,Rocks N' Rockets,PSN,Shooter,TikGames,Creat Studios,,,,,,,2010-06-15, +/games/boxart/full_3313980AmericaFrontccc.jpg,Roid Riot,XBL,Shooter,Microsoft,Kaos nyrb,,,,,,,2009-07-09, +/games/boxart/6723473ccc.jpg,Rolling Thunder,NES,Shooter,Tengen,Namco,,,,,,,1989-01-01, +/games/boxart/default.jpg,Rolling Thunder (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-21, +/games/boxart/9220753ccc.jpg,Rolling Thunder 2,GEN,Shooter,Namco,Namco,,,,,,,1991-11-18, +/games/boxart/2554888ccc.jpg,Rolling Thunder 2,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-12-24, +/games/boxart/default.jpg,Rolling Thunder 2 (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-10-27, +/games/boxart/full_run-ghost-run_753PALFront.png,Run Ghost Run,PSN,Shooter,StormBASIC,StormBasic Games,,,,,,,2011-06-14, +/games/boxart/default.jpg,Running with Rifles,OSX,Shooter,Modulaatio Games,Modulaatio Games,,,,,,,2015-04-02, +/games/boxart/default.jpg,Running with Rifles,Linux,Shooter,Modulaatio Games,Modulaatio Games,,,,,,,2015-04-02, +/games/boxart/full_scat_504AmericaFront.jpg,S.C.A.T.: Special Cybernetic Attack Team,NES,Shooter,Natsume,Natsume,,,,,,,1991-06-01, +/games/boxart/full_scat-special-cybernetic-attack-team_311AmericaFront.jpg,S.C.A.T.: Special Cybernetic Attack Team,VC,Shooter,Natsume,Natsume,,,,,,,2011-02-07, +/games/boxart/full_2182006AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2,PC,Shooter,GSC Game World,GSC Game World,,,,,,,2021-12-31, +/games/boxart/full_s4-league-season-2-iron-eyes_282AmericaFront.jpg,S4 League: Season 2 - Iron Eyes,PC,Shooter,Unknown,Neowiz Entertainment,,,,,,,2011-08-01, +/games/boxart/338209ccc.jpg,Sagaia,GEN,Shooter,Taito,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/full_6586551PALFrontccc.jpg,Sagaia,MS,Shooter,Sega,Taito Corporation,,,,,,,1992-01-01, +/games/boxart/full_5690328JapanFrontccc.jpg,Sagaia,GB,Shooter,Taito,Taito Corporation,,,,,,,1991-12-31, +/games/boxart/full_salamander_8JapanFront.jpg,Salamander,PSN,Shooter,Konami,Konami,,,,,,,2010-07-21, +/games/boxart/full_3612793JapanFrontccc.jpg,Salamander,PCE,Shooter,Konami,Konami,,,,,,,1991-12-06, +/games/boxart/full_8375099JapanFrontccc.jpg,Salamander,VC,Shooter,Konami,Konami,,,,,,,2007-09-11, +/games/boxart/full_8580540JapanFrontccc.jpg,Salamander (MSX),VC,Shooter,Konami,Konami,,,,,,,2010-01-12, +/games/boxart/full_1903746JapanFrontccc.jpg,Salamander Deluxe Pack Plus,SAT,Shooter,Konami,Konami,,,,,,,1997-06-19, +/games/boxart/full_7296393JapanFrontccc.jpg,Salamander Deluxe Pack Plus,PS,Shooter,Konami,Konami,,,,,,,1997-07-03, +/games/boxart/full_3485502JapanFrontccc.jpg,Salamander Portable,PSP,Shooter,Konami,Konami,,,,,,,2007-01-25, +/games/boxart/full_2390823PALFrontccc.jpg,SAS: Anti Terror Force,PS2,Shooter,Davilex,Atomic Planet Entertainment,,,,,,,2005-11-04, +/games/boxart/default.jpg,Sasuke vs. Commander,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, +/games/boxart/full_satellite-7_3JapanFront.jpg,Satellite 7,MS,Shooter,Sega,Sega,,,,,,,1985-12-20, +/games/boxart/default.jpg,Savage Skies,PC,Shooter,BAM! Entertainment,iRock Entertainment,,,,,,,2001-12-30, +/games/boxart/full_8364917PALFrontccc.jpg,Savage Skies,XB,Shooter,Unknown,iRock Entertainment,,,,,,,, +/games/boxart/default.jpg,Scivelation,X360,Shooter,Unknown,Black Wing Foundation,,,,,,,, +/games/boxart/default.jpg,Scivelation,PS3,Shooter,Unknown,Black Wing Foundation,,,,,,,, +/games/boxart/default.jpg,Scivelation,PC,Shooter,Unknown,Black Wing Foundation,,,,,,,, +/games/boxart/default.jpg,Scorpion,PC,Shooter,Unknown,B-Cool Interactive,,,,,,,, +/games/boxart/full_4652173AmericaFrontccc.jpg,Scramble,XBL,Shooter,Konami,Digital Eclipse,5.2,,,,,,2006-09-13, +/games/boxart/full_scramble-spirits_5PALFront.jpg,Scramble Spirits,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_6916837AmericaFrontccc.jpg,Scud: Industrial Evolution,PC,Shooter,SegaSoft,"Syrox Developments, Ltd.",,,,,,,1997-11-30, +/games/boxart/2948627ccc.jpg,Scud: The Disposable Assassin,SAT,Shooter,SegaSoft,Syrox Developments,,,,,,,1997-02-28, +/games/boxart/full_2117410JapanFrontccc.jpg,SD Gundam: Operation U.C.,WS,Shooter,Bandai,Bandai,,,,,,,2002-02-16, +/games/boxart/default.jpg,Sea Dragon,PC,Shooter,Unknown,Adventure International,,,,,,,1983-01-01, +/games/boxart/full_4376033AmericaFrontccc.jpg,Sea Dragon,2600,Shooter,Unknown,Adventure International,,,,,,,, +/games/boxart/9490142ccc.jpg,Sea Hawk,2600,Shooter,Unknown,Froggo,,,,,,,1982-01-01, +/games/boxart/full_sea-of-dreamland_692PALFront.jpg,Sea of Dreamland,NES,Shooter,Unknown,Mega Soft,,,,,,,1992-01-01, +/games/boxart/full_723796AmericaFrontccc.jpg,Secret Ponchos,PC,Shooter,Switchblade Monkeys,Switchblade Monkeys,,,,,,,2014-06-01,2019-04-21 +/games/boxart/full_section-8_0AmericaFront.jpg,Section 8,PSN,Shooter,TimeGate Studios,TimeGate Studios,,,,,,,2010-03-25, +/games/boxart/full_section-8-prejudice_529AmericaFront.jpg,Section 8: Prejudice,PSN,Shooter,TimeGate Studios,TimeGate Studios,,,,,,,2011-07-26, +/games/boxart/full_section-8-prejudice_107AmericaFront.jpg,Section 8: Prejudice,X360,Shooter,TimeGate Studios,TimeGate Studios,7.9,,,,,,2011-04-20, +/games/boxart/default.jpg,Section 8: Prejudice,PS3,Shooter,Unknown,TimeGate Studios,6.8,,,,,,, +/games/boxart/full_section-8-prejudice_358AmericaFront.jpg,Section 8: Prejudice,PC,Shooter,TimeGate Studios,TimeGate Studios,7.6,,,,,,2011-05-04, +/games/boxart/full_section-8-prejudice_360AmericaFront.jpg,Section 8: Prejudice,XBL,Shooter,Microsoft,TimeGate Studios,,,,,,,2011-04-20, +/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,PS3,Shooter,Unknown,TimeGate Studios,,,,,,,, +/games/boxart/default.jpg,Section 8: Prejudice - Overdrive Map Pack,PS3,Shooter,Unknown,TimeGate Studios,,,,,,,, +/games/boxart/default.jpg,Section 8: Prejudice - Overdrive Map Pack,PSN,Shooter,TimeGate Studios,TimeGate Studios,,,,,,,2011-08-02, +/games/boxart/5913798ccc.jpg,Section-Z,NES,Shooter,Capcom,Capcom,,,,,,,1987-07-01, +/games/boxart/full_8157952JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 10: After Burner II,PS2,Shooter,Sega,Sega,,,,,,,2004-03-18, +/games/boxart/full_707631JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 20: Space Harrier Complete Collection,PS2,Shooter,Sega,M2,,,,,,,2005-10-27, +/games/boxart/full_402758JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 25: Gunstar Heroes Treasure Box,PS2,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,2006-02-23, +/games/boxart/full_1267571JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 27: Panzer Dragoon,PS2,Shooter,Sega,Land Ho,,,,,,,2006-04-27, +/games/boxart/full_5755126JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 30: Galaxy Force II - Special Extended Edition,PS2,Shooter,Sega,M2,,,,,,,2007-07-26, +/games/boxart/full_sega-ages-2500-series-vol-3-fantasy-zone_2JapanFront.jpg,Sega Ages 2500 Series Vol. 3: Fantasy Zone,PS2,Shooter,Sega,Sega,,,,,,,2003-08-28, +/games/boxart/full_3051732JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 4: Space Harrier,PS2,Shooter,Sega,Sega,,,,,,,2003-09-25, +/games/boxart/full_sega-ages-2500-series-vol-9-gain-ground_3JapanFront.jpg,Sega Ages 2500 Series Vol. 9: Gain Ground,PS2,Shooter,Sega,Sega,,,,,,,2004-02-26, +/games/boxart/full_1523296JapanFrontccc.jpg,Sega Ages Vol.2: Space Harrier,SAT,Shooter,Sega,Sega,,,,,,,1996-07-19, +/games/boxart/full_sega-ages-fantasy-zone_1JapanFront.jpg,Sega Ages: Fantasy Zone,SAT,Shooter,Sega,Sega,,,,,,,1997-02-21, +/games/boxart/full_6542801JapanFrontccc.jpg,Sega Ages: Galaxy Force II,SAT,Shooter,Sega,Sega,,,,,,,1998-07-02, +/games/boxart/full_5361428JapanFrontccc.jpg,Seirei Senshi Spriggan,PCE,Shooter,Naxat Soft,Compile,,,,,,,1991-07-12, +/games/boxart/full_2658123JapanFrontccc.jpg,Seirei Senshi Spriggan,VC,Shooter,Naxat Soft,Compile,,,,,,,2008-07-01, +/games/boxart/full_sencounter_224AmericaFront.jpg,SEncounter,XBL,Shooter,Microsoft,WSBSoftware,,,,,,,2011-09-15, +/games/boxart/full_3408058JapanFrontccc.jpg,Sengoku Blade: Sengoku Ace Episode II,SAT,Shooter,Atlus,Psikyo,,,,,,,1996-11-22, +/games/boxart/default.jpg,Sentimental Shooting,PC,Shooter,While,While,,,,,,,2001-01-01, +/games/boxart/full_5256140AmericaFrontccc.jpg,Serious Sam 3: BFE,PS3,Shooter,Devolver Digital,Croteam,,,,,,,2014-05-13,2018-12-27 +/games/boxart/full_6886750AmericaFrontccc.jpg,Serious Sam 3: BFE,XBL,Shooter,Mastertronic,Croteam,,,,,,,2012-10-17,2018-12-27 +/games/boxart/full_9173488AmericaFrontccc.jpg,Serious Sam Gold,PC,Shooter,Gotham Games,Croteam,,,,,,,2003-06-23, +/games/boxart/full_9851696AmericaFrontccc.jpg,Serious Sam HD: The First Encounter,XBL,Shooter,Majesco,Croteam,7,,,,,,2010-01-13, +/games/boxart/full_serious-sam-hd-the-second-encounter_2AmericaFront.jpg,Serious Sam HD: The Second Encounter,PC,Shooter,Devolver Digital,Croteam,,,,,,,2010-04-28, +/games/boxart/full_serious-sam-hd-the-second-encounter_9AmericaFront.jpg,Serious Sam HD: The Second Encounter,XBL,Shooter,Majesco,Croteam,,,,,,,2010-09-22, +/games/boxart/full_8098956AmericaFrontccc.jpg,Serious Sam: Double D XXL,XBL,Shooter,Mastertronic,Mommy's Best Games,,,,,,,2013-02-20,2018-12-27 +/games/boxart/full_56141AmericaFrontccc.jpg,Serious Sam: Double D XXL,PSN,Shooter,Mastertronic,Mommy's Best Games,,,,,,,2013-12-31,2018-12-27 +/games/boxart/9485349ccc.jpg,Serious Sam: The First Encounter,PC,Shooter,Gathering of Developers,Croteam,,,,,,,2001-03-21, +/games/boxart/9705994ccc.jpg,Sewer Shark,SCD,Shooter,Sony Imagesoft,Digital Pictures,,,,,,,1992-10-15, +/games/boxart/full_7329099AmericaFrontccc.jpg,Sewer Shark,3DO,Shooter,Hasbro Interactive,Digital Pictures,,,,,,,1994-01-01, +/games/boxart/full_5631880JapanFrontccc.jpg,Sexy Parodius,PS,Shooter,Konami,Konami,,,,,,,1996-11-01, +/games/boxart/full_4199917JapanFrontccc.jpg,Sexy Parodius,SAT,Shooter,Konami,Konami,,,,,,,1996-11-01, +/games/boxart/full_3311995AmericaFrontccc.jpg,Shadow Complex,XBL,Shooter,Microsoft,Chair Entertainment Group,8.9,,,,,,2009-08-19, +/games/boxart/default.jpg,Shadow Complex 2,XBL,Shooter,Unknown,Chair Entertainment Group,,,,,,,, +/games/boxart/full_shadow-harvest-phantom-ops_169AmericaFront.jpg,Shadow Harvest: Phantom Ops,PC,Shooter,Viva Media,Black Lion Studios,3.5,,,,,,2011-04-05, +/games/boxart/full_8692115PALFrontccc.jpg,Shadow of Ganymede,PS2,Shooter,Phoenix Games,Mere Mortals,,,,,,,2005-06-24, +/games/boxart/full_4146652AmericaFrontccc.jpg,Shadow Ops: Red Mercury,PC,Shooter,Atari,Zombie Studios,,,,,,,2004-09-21, +/games/boxart/full_3951358AmericaFrontccc.jpg,Shadowgrounds,PC,Shooter,Meridian4,Frozenbyte,6.8,,,,,,2006-04-25, +/games/boxart/full_9523342AmericaFrontccc.jpg,Shadowgrounds Survivor,PC,Shooter,Meridian4,Frozenbyte,7.3,,,,,,2007-12-06, +/games/boxart/full_shadowrun_0AmericaFront.jpg,Shadowrun,XBL,Shooter,Microsoft Game Studios,FASA Studio,,,,,,,2008-01-01,2018-11-02 +/games/boxart/full_5595484AmericaFrontccc.jpg,Shattered Horizon,PC,Shooter,Futuremark Games Studio,Futuremark Games Studio,6.8,,,,,,2009-11-04, +/games/boxart/full_1869994AmericaFrontccc.jpg,Shield Defense,XBL,Shooter,Microsoft,PitchMobile,,,,,,,2009-06-26, +/games/boxart/full_3915772JapanFrontccc.jpg,Shienryu,SAT,Shooter,Warashi,Warashi,,,,,,,1997-06-27, +/games/boxart/full_316278JapanFrontccc.jpg,Shikigami no Shiro,XB,Shooter,MediaQuest,Alfa System,,,,,,,2002-03-14, +/games/boxart/default.jpg,Shikigami no Shiro Evolution,XB,Shooter,MediaQuest,Alfa System,,,,,,,2002-12-19, +/games/boxart/full_6256614JapanFrontccc.jpg,Shikigami no Shiro II,GC,Shooter,Kids Station,Alfa System,,,,,,,2003-10-24, +/games/boxart/full_5403814JapanFrontccc.jpg,Shikigami no Shiro II,DC,Shooter,MediaQuest,Alfa System,,,,,,,2004-03-25, +/games/boxart/full_928407JapanFrontccc.jpg,Shikigami no Shiro II,XB,Shooter,Kids Station,Alfa System,,,,,,,2004-04-15, +/games/boxart/default.jpg,Shikigami no Shiro II,PC,Shooter,MediaQuest,Alfa System,,,,,,,2004-09-13, +/games/boxart/full_shikigami-no-shiro-iii_105JapanFront.jpg,Shikigami no Shiro III,PC,Shooter,CyberFront,Alfa System,,,,,,,2006-09-29, +/games/boxart/full_4116162AmericaFrontccc.jpg,Shining Blood,XBL,Shooter,Microsoft,TEASOFT,,,,,,,2009-09-02, +/games/boxart/full_shmusicup_430AmericaFront.jpg,SHMUSICUP,PC,Shooter,Unknown,Tzai Entertainment,,,,,,,2011-03-17, +/games/boxart/full_shock-troopers_39AmericaFront.jpg,Shock Troopers,PSN,Shooter,SNK Playmore,Saurus,,,,,,,2011-08-30, +/games/boxart/full_4216226AmericaFrontccc.jpg,Shogo: Mobile Armor Division,PC,Shooter,Monolith Productions,Monolith Productions,,,,,,,1998-09-30, +/games/boxart/full_1011812AmericaFrontccc.jpg,Shoot 1UP,XBL,Shooter,Microsoft Game Studios,Mommy's Best Games,8,,,,,,2010-02-25, +/games/boxart/full_4945999AmericaFrontccc.jpeg,Shoot 1UP,WinP,Shooter,Microsoft Studios,Mommy's Best Games,,,,,,,2012-08-20,2018-10-01 +/games/boxart/full_5135058AmericaFrontccc.jpg,Shoot the Rocks,XBL,Shooter,Microsoft,Tackemon,,,,,,,2008-12-27, +/games/boxart/full_212402AmericaFrontccc.jpg,Shootanto: Evolutionary Mayhem,WW,Shooter,Hudson Soft,GrandPrix Games,,,,,,,2009-10-19, +/games/boxart/full_shooting-gallery_244AmericaFront.jpg,Shooting Gallery,XBL,Shooter,Microsoft,Utopioneer Games,,,,,,,2011-06-03, +/games/boxart/full_shooting-gallery_1AmericaFront.jpg,Shooting Gallery,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/default.jpg,Shooting Love Trilogy,XOne,Shooter,Triangle Service,Triangle Service,,,,,,,2015-07-01, +/games/boxart/full_8669649JapanFrontccc.jpg,"Shooting Love, 200X",XBL,Shooter,Triangle Service,Triangle Service,,,,,,,2009-07-09, +/games/boxart/7921578ccc.jpg,Shooting Range,NES,Shooter,Bandai,TOSE Software,,,,,,,1989-06-01, +/games/boxart/full_3939855AmericaFrontccc.jpg,Shred Nebula,XBL,Shooter,CrunchTime Games,CrunchTime Games,,,,,,,2008-09-03, +/games/boxart/full_sidearms_3AmericaFront.jpg,Sidearms,PCE,Shooter,Unknown,NEC Avenue,,,,,,,1989-01-01, +/games/boxart/full_6922140AmericaFrontccc.jpg,Silent Debuggers,VC,Shooter,Hudson Soft,Data East,,,,,,,2007-07-16, +/games/boxart/full_6560532AmericaFrontccc.jpg,Silent Debuggers,PCE,Shooter,NEC,Data East,,,,,,,1991-01-01, +/games/boxart/full_2475869AmericaFrontccc.jpg,Silent Scope,DC,Shooter,Konami,KCET,6.9,,,,,,2000-10-23, +/games/boxart/628829ccc.jpg,Silkworm,NES,Shooter,Sammy Corporation,Tecmo,,,,,,,1990-06-01, +/games/boxart/full_9718377AmericaFrontccc.jpg,Silpheed,PC,Shooter,Sierra Entertainment,Game Art,,,,,,,1988-01-01, +/games/boxart/5832576ccc.jpg,Silpheed,SCD,Shooter,Sega,Game Arts,7,,,,,,1993-01-01, +/games/boxart/9849461ccc.jpg,Silver Surfer,NES,Shooter,Arcadia Systems,Software Creations,,,,,,,1990-11-01, +/games/boxart/full_8236004JapanFrontccc.jpg,Simple 1500 Series Vol. 24: The Gun Shooting,PS,Shooter,D3 Publisher,Tatsunoko Production,,,,,,,1999-12-09, +/games/boxart/full_5520151JapanFrontccc.jpg,Simple 1500 Series Vol. 56: The Sniper,PS,Shooter,D3 Publisher,Sol,,,,,,,2001-03-22, +/games/boxart/full_4329875JapanFrontccc.jpg,Simple 1500 Series Vol. 63: The Gun Shooting 2,PS,Shooter,D3 Publisher,AMS,,,,,,,2001-05-31, +/games/boxart/full_4562079JapanFrontccc.jpg,Simple 1500 Series Vol.75: The Double Shooting ~RayStorm x RayCrisis~,PS,Shooter,D3 Publisher,Taito Corporation,,,,,,,2001-10-25, +/games/boxart/full_simple-2000-series-vol-119-the-survival-game-2_891JapanFront.jpg,Simple 2000 Series Vol. 119: The Survival Game 2,PS2,Shooter,D3 Publisher,BestMedia,,,,,,,2011-08-09, +/games/boxart/full_4879131JapanFrontccc.jpg,Simple 2000 Series Vol. 56: The Survival Game,PS2,Shooter,D3 Publisher,BestMedia,,,,,,,2004-07-22, +/games/boxart/full_1286321JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 08: Gatchaman: The Shooting,PS,Shooter,Bandai,Warashi,,,,,,,2002-06-27, +/games/boxart/full_simple-wii-series-vol-4-the-dokodemo-asoberu-the-shooting-action_9JapanFront.jpg,Simple Wii Series Vol. 4: The DokoDemo Asoberu - The Shooting Action,Wii,Shooter,D3 Publisher,D3 Publisher,,,,,,,2007-12-27, +/games/boxart/full_simple-wii-series-vol-6-the-wai-wai-combat_7JapanFront.jpg,Simple Wii Series Vol. 6: The Wai Wai Combat,Wii,Shooter,D3 Publisher,D3 Publisher,,,,,,,2008-02-28, +/games/boxart/3749374ccc.jpg,SiN,PC,Shooter,Activision,Ritual Entertainment,,,,,,,1998-10-31, +/games/boxart/full_8638379JapanFrontccc.gif,Sin and Punishment,VC,Shooter,Nintendo,"Treasure Co., Ltd.",9,,,,,,2007-10-02, +/games/boxart/default.jpg,Sin and Punishment,iQue,Shooter,Unknown,"Treasure Co., Ltd.",,,,,,,, +/games/boxart/full_sin-episodes-emergence_639AmericaFront.jpg,SiN Episodes: Emergence,PC,Shooter,Valve,Ritual Entertainment,,,,,,,2006-05-09, +/games/boxart/default.jpg,Sine Mora,PSN,Shooter,Unknown,Digital Reality,,,,,,,2020-12-31, +/games/boxart/full_4608649AmericaFrontccc.png,Sine Mora,XBL,Shooter,Unknown,Digital Reality,,,,,,,2020-12-31, +/games/boxart/full_sinistron_0AmericaFront.jpg,Sinistron,PCE,Shooter,IGS,Alfa System,,,,,,,1991-01-01, +/games/boxart/full_719970JapanFrontccc.jpg,Skull Fang,SAT,Shooter,Data East,Data East,,,,,,,1997-05-30, +/games/boxart/full_sky-fighter_758AmericaFront.jpg,Sky Fighter,PSN,Shooter,Creat Studio,Creat Studios,,,,,,,2010-11-16, +/games/boxart/full_sky-force_256PALFront.png,Sky Force,PSN,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2011-06-02, +/games/boxart/full_2225041AmericaFrontccc.png,Sky Force 2014,And,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2014-06-05, +/games/boxart/3204721ccc.jpg,Sky Kid,VC,Shooter,Namco Bandai,Namco,,,,,,,2008-05-19, +/games/boxart/full_8553341AmericaFrontccc.jpg,Sky Kid,NES,Shooter,Sunsoft,Namco,,,,,,,1986-01-01, +/games/boxart/default.jpg,Sky Kid (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-07, +/games/boxart/full_sky-shark_395AmericaFront.jpg,Sky Shark,NES,Shooter,Taito,Software Creations,,,,,,,1989-09-01, +/games/boxart/full_sky-shark_242AmericaFront.jpg,Sky Shark,PC,Shooter,Taito,Banana Development,,,,,,,1989-01-01, +/games/boxart/full_9046093JapanFrontccc.jpg,Sky Target,PC,Shooter,Sega,Sega,,,,,,,1997-08-14, +/games/boxart/full_sky-target_2AmericaFront.jpg,Sky Target,SAT,Shooter,Sega,Sega,,,,,,,1997-06-01, +/games/boxart/full_5482503AmericaFrontccc.jpg,Sky-Defender,XBL,Shooter,Microsoft,Starlit Sky Games,,,,,,,2009-06-25, +/games/boxart/3311516ccc.jpg,SkyHammer,AJ,Shooter,Songbird Productions,Rebellion Developments,,,,,,,2000-01-01, +/games/boxart/full_1663992AmericaFrontccc.jpg,Slingstar,XBL,Shooter,Microsoft,Ork Priestess Games,,,,,,,2009-10-03, +/games/boxart/6712073ccc.jpg,Smash T.V.,NES,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1991-09-01, +/games/boxart/full_3104531AmericaFrontccc.jpg,Smash TV,XBL,Shooter,Midway Games,Digital Eclipse,7.8,,,,,,2005-11-24, +/games/boxart/full_4614156AmericaFrontccc.jpg,Sniper Elite 4,PC,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2017-02-14,2018-05-29 +/games/boxart/full_sniper-gallery_783AmericaFront.jpg,Sniper Gallery,XBL,Shooter,Microsoft,BBQ Games,,,,,,,2011-07-01, +/games/boxart/full_sniper-ghost-warrior_749AmericaFront.jpg,Sniper: Ghost Warrior,XBL,Shooter,City Interactive,City Interactive,4.3,,,,,,2011-08-30, +/games/boxart/default.jpg,Sniper: Ghost Warrior 3,Wii,Shooter,City Interactive,City Interactive,,,,,,,2017-01-01, +/games/boxart/full_6441537AmericaFrontccc.jpg,Sniper: Path of Vengeance,PC,Shooter,Xicat Interactive,Xicat Interactive,,,,,,,2002-09-17, +/games/boxart/full_9329653AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Confrontation,PSN,Shooter,Sony Computer Entertainment,Slant Six Games,6.3,,,,,,2008-10-16, +/games/boxart/full_9457607AmericaFrontccc.png,SOCOM: U.S. Navy SEALs Fireteam Bravo,PSN,Shooter,Sony Computer Entertainment,Zipper Interactive,,,,,,,2007-12-19, +/games/boxart/full_9756921AmericaFrontccc.png,SOCOM: U.S. Navy SEALs Fireteam Bravo 2,PSN,Shooter,Sony Computer Entertainment,Zipper Interactive,,,,,,,2008-06-04, +/games/boxart/full_2780484PALFrontccc.png,SOCOM: U.S. Navy SEALs Fireteam Bravo 3,PSN,Shooter,Sony Computer Entertainment,Slant Six Games,,,,,,,2010-02-16, +/games/boxart/full_sodium-one_231AmericaFront.jpg,Sodium One,PSN,Shooter,Unknown,Lockwood Publishing,,,,,,,2009-12-17, +/games/boxart/full_sol-divide_345PALFront.jpg,Sol Divide,PS2,Shooter,505 Games,Psikyo,,,,,,,2006-03-01, +/games/boxart/full_2064104JapanFrontccc.jpg,Sol Divide,SAT,Shooter,Atlus,Psikyo,,,,,,,1998-07-02, +/games/boxart/full_2707563AmericaFrontccc.jpg,Sol Divide,PS,Shooter,XS Games,Psikyo,,,,,,,2003-03-11, +/games/boxart/full_8397075AmericaFrontccc.jpg,Sol Invasion,XBL,Shooter,Microsoft,Chise,,,,,,,2009-01-20, +/games/boxart/full_5413020AmericaFrontccc.jpg,Sol-Deace,GEN,Shooter,Renovation,Wolf Team,,,,,,,1992-01-01, +/games/boxart/934173ccc.jpg,Sol-Feace,SCD,Shooter,Sega,Wolf Team,,,,,,,1992-10-15, +/games/boxart/full_solar-struggle_8AmericaFront.jpg,Solar Struggle,XBL,Shooter,RedSpot Games,Z Software,,,,,,,2010-08-18, +/games/boxart/full_soldier-blade_674AmericaFront.jpg,Soldier Blade,PSN,Shooter,Hudson Soft,Hudson Soft,,,,,,,2011-06-14, +/games/boxart/full_soldier-blade_9AmericaFront.jpg,Soldier Blade,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2007-01-08, +/games/boxart/full_soldier-blade_4AmericaFront.jpg,Soldier Blade,PCE,Shooter,NEC,Hudson Soft,,,,,,,1992-01-01, +/games/boxart/7573034ccc.jpg,Soldier of Fortune,DC,Shooter,Crave Entertainment,Runecraft,7.6,,,,,,2001-07-24, +/games/boxart/7985525ccc.jpg,Soldier of Fortune,PC,Shooter,Activision,Raven Software,,,,,,,2000-02-29, +/games/boxart/5177755ccc.jpg,Soldier of Fortune II: Double Helix,PC,Shooter,Activision,Raven Software,,,,,,,2002-05-20, +/games/boxart/full_8223384AmericaFrontccc.jpg,Soldier of Fortune: Payback,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2007-11-14, +/games/boxart/5903639ccc.jpg,Soldiers of Fortune,SNES,Shooter,Spectrum Holobyte,Bitmap Brothers,,,,,,,1993-01-01, +/games/boxart/7340951ccc.jpg,Soldiers of Fortune,GEN,Shooter,Spectrum Holobyte,Bitmap Brothers,,,,,,,1993-01-01, +/games/boxart/full_soldner-x-2-final-prototype_985AmericaFront.jpg,Soldner-X 2: Final Prototype,PSN,Shooter,EastAsiaSoft,SideQuest Studios,6.8,,,,,,2010-05-25, +/games/boxart/full_soldner-x-2-final-prototype-the-last-chapter_574AmericaFront.jpg,Soldner-X 2: Final Prototype - The Last Chapter,PSN,Shooter,EastAsiaSoft,SideQuest Studios,,,,,,,2010-11-09, +/games/boxart/full_soldner-x-himmelssturmer_402AmericaFront.jpg,Soldner-X: Himmelssturmer,PC,Shooter,EastAsiaSoft,SideQuest Studios,,,,,,,2007-12-14, +/games/boxart/full_soldner-x-himmelssturmer_976AmericaFront.jpg,Soldner-X: Himmelssturmer,PSN,Shooter,EastAsiaSoft,SideQuest Studios,6.3,,,,,,2008-12-04, +/games/boxart/full_soldner-marine-corps_284PALFront.jpg,Soldner: Marine Corps,PC,Shooter,JoWood Productions,Wings Simulations,,,,,,,2005-02-25, +/games/boxart/full_soldner-secret-wars_99AmericaFront.jpg,Soldner: Secret Wars,PC,Shooter,Encore,Wings Simulations,,,,,,,2004-06-22, +/games/boxart/default.jpg,Solvalou (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-03-26, +/games/boxart/full_sonic-princess_939JapanFront.jpg,Sonic Princess,PC,Shooter,Software House Paseri,Software House Paseri,,,,,,,2001-10-26, +/games/boxart/full_8370294JapanFrontccc.jpg,Sonic Wings Special,SAT,Shooter,MediaQuest,Video System,,,,,,,1996-07-05, +/games/boxart/full_sonic-wings-special_476PALFront.jpg,Sonic Wings Special,PS,Shooter,Phoenix Games,Video System,,,,,,,2004-08-12, +/games/boxart/full_1275355JapanFrontccc.jpg,Soukyu-Gurentai: Oubushustugeki,PS,Shooter,Data East,Data East,,,,,,,1997-12-25, +/games/boxart/full_2041353JapanFrontccc.jpg,Soukyugurentai,SAT,Shooter,Electronic Arts Victor,Raizing,,,,,,,1997-02-07, +/games/boxart/full_1490122JapanFrontccc.jpg,Soukyugurentai,PS,Shooter,Data East,Eighting/Raizing,,,,,,,1997-12-05, +/games/boxart/full_2535087JapanFrontccc.jpg,Soukyugurentai Otokuyo,SAT,Shooter,Electronic Arts Victor,Eighting/Raizing,,,,,,,1997-12-18, +/games/boxart/111708ccc.jpg,Soul Star,SCD,Shooter,Victor Interactive,Core Design Ltd.,,,,,,,1994-12-21, +/games/boxart/full_south-park_996AmericaFront.jpg,South Park,PC,Shooter,Acclaim Entertainment,Iguana Entertainment,4.3,,,,,,1999-03-09, +/games/boxart/9134580ccc.jpg,Space Cavern,2600,Shooter,Apollo,Apollo,,,,,,,1981-01-01, +/games/boxart/full_596616AmericaFrontccc.jpg,Space Combat,2600,Shooter,Unknown,Telegames,,,,,,,, +/games/boxart/full_9692343AmericaFrontccc.jpg,Space Giraffe,XBL,Shooter,Llamasoft,Llamasoft,,,,,,,2007-08-22, +/games/boxart/full_1248958AmericaFrontccc.jpg,Space Giraffe,PC,Shooter,Llamasoft,Llamasoft,,,,,,,2009-03-19, +/games/boxart/full_space-gun_4PALFront.jpg,Space Gun,MS,Shooter,Sega,Taito Corporation,,,,,,,1992-01-01, +/games/boxart/full_4143300AmericaFrontccc.jpg,Space Harrier,VC,Shooter,Sega,Sega-AM2,,,,,,,2008-11-03, +/games/boxart/7682660ccc.jpg,Space Harrier,GG,Shooter,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_5791649AmericaFrontccc.jpg,Space Harrier,PC,Shooter,Sega,Elite,,,,,,,1989-01-01, +/games/boxart/full_248686AmericaFrontccc.jpg,Space Harrier,PCE,Shooter,NEC,Dempa,,,,,,,1988-12-09, +/games/boxart/full_488695JapanFrontccc.jpg,Space Harrier,NES,Shooter,Takara,Sega,,,,,,,1989-01-06, +/games/boxart/full_9274406AmericaFrontccc.jpg,Space Harrier,MS,Shooter,Sega,Sega-AM2,,,,,,,1986-01-01, +/games/boxart/default.jpg,Space Harrier (Arcade),VC,Shooter,Sega,Sega,,,,,,,2009-06-15, +/games/boxart/full_4193602AmericaFrontccc.jpg,Space Harrier 3-D,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/8730424ccc.png,Space Harrier II,VC,Shooter,Sega,Sega,5.5,,,,,,2006-12-18, +/games/boxart/8507561ccc.jpg,Space Harrier II,GEN,Shooter,Sega,Sega,,,,,,,1989-08-14, +/games/boxart/full_space-harrier-ii_178AmericaFront.jpg,Space Harrier II,PC,Shooter,Sega,Sega,,,,,,,2010-06-01, +/games/boxart/full_2081923AmericaFrontccc.jpg,Space Hulk: Deathwing,XOne,Shooter,Focus Home Interactive,Cyanide Studio,,,,,,,2018-12-31, +/games/boxart/full_4860943PALFrontccc.jpg,Space Hulk: Deathwing,PC,Shooter,Focus Home Interactive,Cyanide Studio,,,,,,,2016-12-14,2018-09-20 +/games/boxart/full_9863367AmericaFrontccc.jpg,Space Hulk: Vengeance of the Blood Angels,SAT,Shooter,Electronic Arts,Key Game,,,,,,,1996-01-01, +/games/boxart/1355671ccc.jpg,Space Hulk: Vengeance of the Blood Angels,3DO,Shooter,Electronic Arts,Key Game,,,,,,,1996-01-01, +/games/boxart/full_3689116AmericaFrontccc.jpg,Space Hulk: Vengeance of the Blood Angels,PC,Shooter,Electronic Arts,Key Game,,,,,,,1996-01-01, +/games/boxart/full_5296628JapanFrontccc.jpg,Space Invaders,WS,Shooter,Sunsoft,SunSoft,,,,,,,1999-05-13, +/games/boxart/full_7509972AmericaFrontccc.jpg,Space Invaders,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-11-17, +/games/boxart/full_559842JapanFrontccc.jpg,Space Invaders,NES,Shooter,Taito,Taito Corporation,,,,,,,1985-04-17, +/games/boxart/6906378ccc.jpg,Space Invaders,GB,Shooter,Nintendo,Taito Corporation,,,,,,,1994-10-01, +/games/boxart/4647578ccc.jpg,Space Invaders,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/5868307ccc.jpg,Space Invaders,PS,Shooter,Taito,"Z-Axis, Ltd.",,,,,,,1999-09-30, +/games/boxart/full_8651977JapanFrontccc.jpg,Space Invaders,SAT,Shooter,Taito,Taito Corporation,,,,,,,1996-12-13, +/games/boxart/full_space-invaders-91_7AmericaFront.jpg,Space Invaders '91,GEN,Shooter,Taito,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/default.jpg,Space Invaders '95,PC,Shooter,Empire Interactive,Taito Corporation,,,,,,,1994-01-01, +/games/boxart/default.jpg,Space Invaders (Arcade),VC,Shooter,Taito,Taito Corporation,,,,,,,2009-04-06, +/games/boxart/full_4946983AmericaFrontccc.jpg,Space Invaders (GBC),GB,Shooter,Activision,Crawfish Interactive,,,,,,,1999-10-27, +/games/boxart/full_space-invaders-japan_569JapanFront.jpg,Space Invaders (Japan),PSN,Shooter,Taito,Taito Corporation,,,,,,,2008-10-15, +/games/boxart/full_space-invaders-japan_2JapanFront.jpg,Space Invaders (Japan),PS,Shooter,Taito,Taito Corporation,,,,,,,1997-07-31, +/games/boxart/full_space-invaders-2000_3JapanFront.jpg,Space Invaders 2000,PS,Shooter,Taito,Taito Corporation,,,,,,,1998-12-03, +/games/boxart/full_7676978PALFrontccc.jpg,Space Invaders Anniversary,PS2,Shooter,Empire Interactive,Taito Corporation,,,,,,,2004-04-30, +/games/boxart/full_5469199AmericaFrontccc.jpg,Space Invaders EX,GC,Shooter,Unknown,Taito Corporation,,,,,,,, +/games/boxart/full_1930733AmericaFrontccc.jpg,Space Invaders Extreme,XBL,Shooter,Taito,Backbone Entertainment,8,,,,,,2009-05-06, +/games/boxart/default.jpg,Space Invaders Extreme,PSN,Shooter,Unknown,Taito Corporation,,,,,,,, +/games/boxart/default.jpg,Space Invaders Extreme Z,DSiW,Shooter,Taito,Taito Corporation,,,,,,,2009-11-04, +/games/boxart/full_9161310AmericaFrontccc.jpg,Space Invaders Get Even,WW,Shooter,Square Enix,Cattle Call,,,,,,,2008-12-01, +/games/boxart/full_space-invaders-infinity-gene_8AmericaFront.jpg,Space Invaders Infinity Gene,XBL,Shooter,Square Enix,Taito Corporation,8.2,,,,,,2010-09-15, +/games/boxart/full_space-invaders-infinity-gene_7AmericaFront.jpg,Space Invaders Infinity Gene,PSN,Shooter,Square Enix,Taito Corporation,8.3,,,,,,2010-09-14, +/games/boxart/full_space-invaders-pocket_8JapanFront.jpg,Space Invaders Pocket,PSP,Shooter,Taito,Taito Corporation,,,,,,,2005-05-12, +/games/boxart/default.jpg,Space Invaders Pocket,PSN,Shooter,Taito,Taito Corporation,,,,,,,2009-10-01, +/games/boxart/full_8682222JapanFrontccc.jpg,Space Invaders Virtual Collection,VB,Shooter,Taito,Taito Corporation,,,,,,,1995-12-01, +/games/boxart/full_space-invaders-fukkatsu-no-hi_8JapanFront.jpg,Space Invaders: Fukkatsu no Hi,PCE,Shooter,Taito,Taito Corporation,,,,,,,1990-03-02, +/games/boxart/full_space-invaders-fukkatsu-no-hi_7JapanFront.jpg,Space Invaders: Fukkatsu no Hi,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-12-02, +/games/boxart/full_2456023PALFrontccc.jpg,Space Invaders: Invasion Day,PS2,Shooter,Big Ben Interactive,Sammy Studios,,,,,,,2003-09-05, +/games/boxart/full_space-invaders-the-original-game_0JapanFront.jpg,Space Invaders: The Original Game,VC,Shooter,Taito,Taito Corporation,,,,,,,2009-03-03, +/games/boxart/full_space-invaders-the-original-game_3JapanFront.jpg,Space Invaders: The Original Game,PCE,Shooter,NEC Interchannel,Taito Corporation,,,,,,,1995-07-28, +/games/boxart/full_space-invasion_932PALFront.jpg,Space Invasion,GB,Shooter,Datel,"Z-Axis, Ltd.",,,,,,,2001-02-23, +/games/boxart/8748782ccc.jpg,Space Jockey,2600,Shooter,US Games,US Games,,,,,,,1982-01-01, +/games/boxart/full_2471016JapanFrontccc.jpg,Space Manbow,VC,Shooter,Konami,Konami,,,,,,,2009-11-24, +/games/boxart/full_space-marauder_354AmericaFront.jpg,Space Marauder,GB,Shooter,Agetec,KID Corporation,,,,,,,2000-08-28, +/games/boxart/full_2617115AmericaFrontccc.jpg,Space Megaforce,SNES,Shooter,TOHO,Compile Ltd.,,,,,,,1992-10-01, +/games/boxart/2339379ccc.jpg,Space Pirates,3DO,Shooter,"American Laser Games, Inc",American Laser Games,,,,,,,1994-01-01, +/games/boxart/default.jpg,Space Shadow,NES,Shooter,Bandai,Bandai,,,,,,,1989-02-15, +/games/boxart/full_space-trek_3AmericaFront.jpg,Space Trek,WW,Shooter,Calaris,Calaris,,,,,,,2010-08-16, +/games/boxart/default.jpg,Space Tripper,PC,Shooter,PomPom,PomPom Games,,,,,,,2001-01-01, +/games/boxart/full_8354147AmericaFrontccc.jpg,SpaceAttack,XBL,Shooter,Microsoft,Ben3DX,,,,,,,2009-02-25, +/games/boxart/full_8887262AmericaFrontccc.jpg,SpaceCombat,XBL,Shooter,Microsoft,cilcoder,,,,,,,2008-11-04, +/games/boxart/733845ccc.jpg,Spear of Destiny: A Wolfenstein 3D Adventure!,PC,Shooter,FormGen,id Software,,,,,,,1992-09-18, +/games/boxart/4342205ccc.jpg,Spec Ops II: Omega Squad,DC,Shooter,Ripcord Games,Runecraft,5.3,,,,,,2000-10-24, +/games/boxart/full_2916679AmericaFrontccc.png,Spec Ops: Airborne Commando,PSN,Shooter,Sony Computer Entertainment,Big Grub,,,,,,,2009-07-30, +/games/boxart/full_2558360AmericaFrontccc.png,Spec Ops: Covert Assault,PSN,Shooter,Sony Computer Entertainment,Runecraft,,,,,,,2009-07-23, +/games/boxart/full_4472699AmericaFrontccc.png,Spec Ops: Ranger Elite,PSN,Shooter,Sony Computer Entertainment,Runecraft,,,,,,,2009-07-16, +/games/boxart/full_9443241AmericaFrontccc.png,Spec Ops: Stealth Patrol,PSN,Shooter,Sony Computer Entertainment,Runecraft,,,,,,,2009-07-09, +/games/boxart/full_1482805AmericaFrontccc.jpg,Spec Ops: Stealth Patrol,PS,Shooter,Take-Two Interactive,Runecraft,,,,,,,2000-06-05, +/games/boxart/full_1255410AmericaFrontccc.jpg,Special Forces: Nemesis Strike,PC,Shooter,Hip Interactive,Asobo Studio,,,,,,,2005-03-24, +/games/boxart/default.jpg,SpeedGun Stadium,GIZ,Shooter,Unknown,Fathammer,,,,,,,, +/games/boxart/7663854ccc.jpg,Spider Fighter,2600,Shooter,Activision,Activision,,,,,,,1983-01-01, +/games/boxart/full_spiral-wave_7JapanFront.jpg,Spiral Wave,PCE,Shooter,Media Rings,Media Rings,,,,,,,1991-12-13, +/games/boxart/full_8494646JapanFrontccc.jpg,Spriggan mark2: RE Terraform Project,VC,Shooter,Naxat Soft,Compile,,,,,,,2009-01-13, +/games/boxart/full_1281294JapanFrontccc.jpg,Spriggan mark2: RE Terraform Project,PCE,Shooter,Naxat Soft,Compile,,,,,,,1992-05-01, +/games/boxart/full_5427012JapanFrontccc.jpg,Spriggan Powered,SNES,Shooter,Naxat Soft,Khaos,,,,,,,1996-07-26, +/games/boxart/full_7277602AmericaFrontccc.jpg,Sqoon,NES,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1987-09-01, +/games/boxart/full_5879313AmericaFrontccc.jpg,Square Off,XBL,Shooter,Microsoft,Roonda,,,,,,,2009-12-17, +/games/boxart/full_1323714AmericaFrontccc.jpg,Squid Yes! Not So Octopus!,XBL,Shooter,Microsoft,Loafjaw,,,,,,,2009-11-01, +/games/boxart/full_905122JapanFrontccc.jpg,Stahlfeder,PS,Shooter,Santos,Santos,,,,,,,1996-01-26, +/games/boxart/full_8789831AmericaFrontccc.jpg,Star Defender 2,PC,Shooter,Big Fish Games,AWEM Studio,,,,,,,2005-06-01,2018-07-19 +/games/boxart/full_7568775AmericaFrontccc.jpg,Star Defender 3,PC,Shooter,Big Fish Games,AWEM Studio,,,,,,,2006-06-09, +/games/boxart/full_2427480AmericaFrontccc.jpg,Star Defender 3,OSX,Shooter,Big Fish Games,AWEM Studio,,,,,,,2006-06-09, +/games/boxart/full_4339624AmericaFrontccc.png,Star Defender 3,And,Shooter,AWEM Studio,AWEM Studio,,,,,,,2012-03-30, +/games/boxart/full_695383AmericaFrontccc.jpg,Star Defender 4,And,Shooter,AWEM Studio,AWEM Studio,,,,,,,2012-12-12, +/games/boxart/full_3098457AmericaFrontccc.jpg,Star Defender 4,PC,Shooter,Big Fish Games,AWEM Studio,,,,,,,2007-12-26, +/games/boxart/full_star-fighter_1AmericaFront.jpg,Star Fighter,PC,Shooter,3DO,Krisalis Software,,,,,,,1996-09-30, +/games/boxart/4503530ccc.jpg,Star Fighter,3DO,Shooter,3DO,Krisalis Software,,,,,,,1996-01-01, +/games/boxart/9183089ccc.jpg,Star Fighter,SAT,Shooter,Acclaim Entertainment,Krisalis Software,,,,,,,1996-01-01, +/games/boxart/full_star-force_144AmericaFront.jpg,Star Force,NES,Shooter,Tecmo,Hudson Soft,,,,,,,1987-11-01, +/games/boxart/full_8173843AmericaFrontccc.png,Star Force (Arcade),VC,Shooter,Nintendo,Tecmo,,,,,,,2009-03-27, +/games/boxart/7442801ccc.jpg,Star Fox,2600,Shooter,Mythicon,Mythicon,,,,,,,1983-01-01, +/games/boxart/7577785ccc.gif,Star Fox 64,VC,Shooter,Nintendo,Nintendo EAD,,,,,,,2007-04-02, +/games/boxart/default.jpg,Star Fox 64,iQue,Shooter,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/full_8435258JapanFrontccc.jpg,Star Ixiom,PS,Shooter,Namco,Namco,,,,,,,1999-09-09, +/games/boxart/full_5909635JapanFrontccc.jpg,Star Parodier,PCE,Shooter,Hudson Soft,Inter State,,,,,,,1992-04-24, +/games/boxart/full_3495717JapanFrontccc.jpg,Star Parodier,VC,Shooter,Hudson Soft,Inter State,,,,,,,2008-08-11, +/games/boxart/full_4264714JapanFrontccc.jpg,Star Soldier,PSP,Shooter,Hudson Soft,Hudson Soft,,,,,,,2005-07-21, +/games/boxart/3674041ccc.gif,Star Soldier,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2007-07-30, +/games/boxart/2454664ccc.jpg,Star Soldier R,WW,Shooter,Hudson Soft,Hudson Soft,,,,,,,2008-05-19, +/games/boxart/8541509ccc.jpg,Star Strike,2600,Shooter,Mattel Interactive,Mattel Interactive,,,,,,,1982-01-01, +/games/boxart/full_8569459AmericaFrontccc.jpg,Star Trek: D-A-C,PC,Shooter,Paramount Digital Entertainment,Naked Sky Entertainment,,,,,,,2009-11-12, +/games/boxart/full_star-trek-d-a-c_10AmericaFront.jpg,Star Trek: D-A-C,PSN,Shooter,Paramount Digital Entertainment,Naked Sky Entertainment,,,,,,,2009-11-12, +/games/boxart/full_407325AmericaFrontccc.jpg,Star Trek: D-A-C,XBL,Shooter,Paramount Digital Entertainment,Naked Sky Entertainment,,,,,,,2009-05-13, +/games/boxart/9522596ccc.jpg,Star Trek: Elite Force II,PC,Shooter,Activision,Ritual Entertainment,,,,,,,2003-06-25, +/games/boxart/full_4366023AmericaFrontccc.png,Star Wars Battlefront: Elite Squadron,PSN,Shooter,LucasArts,Savage Entertainment,,,,,,,2009-11-04, +/games/boxart/full_2819782AmericaFrontccc.png,Star Wars Battlefront: Renegade Squadron,PSN,Shooter,LucasArts,Rebellion Developments,,,,,,,2009-09-30, +/games/boxart/full_9301395AmericaFrontccc.jpg,Star Wars Jedi Knight: Dark Forces II,PC,Shooter,LucasArts,LucasArts,,,,,,,1997-09-30, +/games/boxart/7904548ccc.jpg,Star Wars Jedi Knight: Mysteries of the Sith,PC,Shooter,LucasArts,LucasArts,,,,,,,1998-01-31, +/games/boxart/full_1667039AmericaFrontccc.png,Star Wars: Battlefront II,PSN,Shooter,LucasArts,Savage Entertainment,,,,,,,2009-09-30, +/games/boxart/full_star-wars-dark-forces_199AmericaFront.jpg,Star Wars: Dark Forces,PSN,Shooter,Sony Computer Entertainment,LucasArts,,,,,,,2010-04-29, +/games/boxart/full_star-wars-fan-favorites-i_266AmericaFront.jpg,Star Wars: Fan Favorites I,PC,Shooter,LucasArts,Pandemic Studios / LucasArts,,,,,,,2010-10-04, +/games/boxart/3101644ccc.jpg,Star Wars: Rebel Assault,SCD,Shooter,LucasArts,LucasArts,,,,,,,1993-01-01, +/games/boxart/9394151ccc.jpg,Star Wars: Rebel Assault,3DO,Shooter,LucasArts,Software Toolworks,,,,,,,1995-01-01, +/games/boxart/6108653ccc.jpg,Star Wars: The Empire Strikes Back,2600,Shooter,Parker Bros.,Parker Bros,,,,,,,1982-05-22, +/games/boxart/390964ccc.jpg,StarBlade,SCD,Shooter,Namco,Namco,,,,,,,1994-01-01, +/games/boxart/7582611ccc.jpg,StarBlade,3DO,Shooter,Namco,Namco,,,,,,,1995-01-01, +/games/boxart/default.jpg,StarBlade (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-04-20, +/games/boxart/full_stardust_373PALFront.jpg,Stardust,PC,Shooter,Unknown,Bloodhouse,,,,,,,1995-01-01, +/games/boxart/full_155090AmericaFrontccc.jpg,StarField,XBL,Shooter,Microsoft,iworkedatsubway,,,,,,,2008-12-20, +/games/boxart/full_4775142AmericaFrontccc.jpg,StarField Battle,XBL,Shooter,Microsoft,DeadlyEvilRyu,,,,,,,2009-11-12, +/games/boxart/full_7169648AmericaFrontccc.jpg,Starfighter,XBL,Shooter,Microsoft,cilcoder,,,,,,,2009-06-08, +/games/boxart/2945253ccc.jpg,Stargate,2600,Shooter,Atari,Atari,,,,,,,1984-01-01, +/games/boxart/full_4716929AmericaFrontccc.jpg,Stargate Resistance,PC,Shooter,FireSky,FireSky,,,,,,,2010-02-10, +/games/boxart/7443784ccc.jpg,Stargunner,PC,Shooter,Apogee,"Apogee Software, Ltd.",,,,,,,1997-02-28, +/games/boxart/7356251ccc.jpg,StarHawk,GB,Shooter,Accolade,Accolade,,,,,,,1992-05-12, +/games/boxart/full_9316561AmericaFrontccc.jpg,Starship Hector,NES,Shooter,Hudson Soft,Hudson Soft,,,,,,,1990-06-01, +/games/boxart/5646530ccc.jpg,Starsiege: Tribes,PC,Shooter,Sierra Entertainment,Dynamix,,,,,,,1998-11-30, +/games/boxart/default.jpg,State of Emergency 2,PC,Shooter,Unknown,DC Studios,,,,,,,, +/games/boxart/default.jpg,State of Emergency 2,PSP,Shooter,Unknown,DC Studios,,,,,,,, +/games/boxart/default.jpg,State of Emergency 2,XB,Shooter,Unknown,DC Studios,,,,,,,, +/games/boxart/full_2308286JapanFrontccc.jpg,Steam-Heart's,SAT,Shooter,TGL,Giga,,,,,,,1998-09-23, +/games/boxart/full_1352248JapanFrontccc.jpg,Steam-Heart's,PCE,Shooter,TGL,Giga,,,,,,,1996-03-22, +/games/boxart/full_3624103PALFrontccc.jpg,Steel Dragon EX,PS2,Shooter,Midas Interactive Entertainment,Warashi Inc.,,,,,,,2005-01-20, +/games/boxart/full_1669981PALFrontccc.jpg,Steel Empire,GBA,Shooter,Zoo Digital Publishing,"Hot-B Co., Ltd.",,,,,,,2005-08-12, +/games/boxart/full_steel-empire_561AmericaFront.jpg,Steel Empire,GEN,Shooter,Flying Edge,Hot-B,,,,,,,1992-01-01, +/games/boxart/full_steel-storm-burning-retribution_147AmericaFront.jpg,Steel Storm: Burning Retribution,PC,Shooter,Unknown,Creative Artel,,,,,,,2011-05-11, +/games/boxart/full_9991576AmericaFrontccc.jpg,Steel Talons,SNES,Shooter,Left Field Productions,Panoramic,,,,,,,1993-11-01, +/games/boxart/1691644ccc.jpg,Steel Talons,Lynx,Shooter,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_7727038AmericaFrontccc.jpg,Steel Talons,GEN,Shooter,Tengen,Polygames,,,,,,,1992-01-01, +/games/boxart/2691161ccc.jpg,Stellar 7: Draxon's Revenge,3DO,Shooter,Sierra Entertainment,Dynamix,,,,,,,1993-01-01, +/games/boxart/full_stellar-attack_9PALFront.jpg,Stellar Attack,PSN,Shooter,Laughing Jackal,Midas Interactive Entertainment,,,,,,,2010-06-29, +/games/boxart/default.jpg,Steven Seagal Lawman Firearms Qualification Game,PC,Shooter,Unknown,A&E Games,,,,,,,, +/games/boxart/1098520ccc.jpg,Stinger,NES,Shooter,Konami,Konami,,,,,,,1987-01-01, +/games/boxart/full_strania-the-stella-machina_258AmericaFront.jpg,Strania: The Stella Machina,XBL,Shooter,G.Rev,G.Rev,6.7,,,,,,2011-03-30, +/games/boxart/9257653ccc.jpg,Strategy X,2600,Shooter,Konami,Konami,,,,,,,1981-01-01, +/games/boxart/full_strike-force-hydra_31PALFront.jpg,Strike Force Hydra,PS,Shooter,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-05-23, +/games/boxart/default.jpg,Strike Force Red Cell,X360,Shooter,Unknown,Graffiti Entertainment,,,,,,,, +/games/boxart/5186569ccc.jpg,Strike Force Red Cell,PC,Shooter,Graffiti,Graffiti Entertainment,,,,,,,2009-11-30, +/games/boxart/default.jpg,Strike Force: Red Cell,PC,Shooter,Unknown,Vision Studios,,,,,,,, +/games/boxart/full_4950827AmericaFrontccc.jpg,Strike Gunner: S.T.G,SNES,Shooter,NTVIC,Athena,,,,,,,1992-08-01, +/games/boxart/full_3566818AmericaFrontccc.png,Strikers 1945 Plus,PSN,Shooter,PM Studios,Psikyo / X-Nauts,,,,,,,2009-07-30, +/games/boxart/9015784ccc.jpg,Stronghold,2600,Shooter,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1983-01-01, +/games/boxart/default.jpg,Sturmwind,DC,Shooter,RedSpot Games,Duranik,,,,,,,2011-12-22, +/games/boxart/full_sub-terrania_85AmericaFront.jpg,Sub-Terrania,GEN,Shooter,Sega,Zyrinx,,,,,,,1993-01-01, +/games/boxart/full_8644887PALFrontccc.jpg,Submarine Attack,MS,Shooter,Unknown,Sega,,,,,,,, +/games/boxart/full_173828AmericaFrontccc.jpg,Sumo,XBL,Shooter,Microsoft,PaulCunningham,,,,,,,2009-12-30, +/games/boxart/full_9223981AmericaFrontccc.jpg,Sunset Riders,SNES,Shooter,Konami,Konami,,,,,,,1993-08-06, +/games/boxart/full_9814104AmericaFrontccc.jpg,Sunset Riders,GEN,Shooter,Konami,Konami,,,,,,,1993-03-03, +/games/boxart/2703309ccc.gif,Super 3D Noah's Ark,PC,Shooter,Webzen,Wisdom Tree,,,,,,,1996-01-01, +/games/boxart/5253594ccc.jpg,Super Air Zonk: Rockabilly Paradise,VC,Shooter,Hudson Soft,Dual,,,,,,,2007-11-19, +/games/boxart/full_super-air-zonk-rockabilly-paradise_3AmericaFront.jpg,Super Air Zonk: Rockabilly Paradise,PCE,Shooter,Hudson Soft,Dual,,,,,,,1993-01-01, +/games/boxart/5707196ccc.jpg,Super Asteroids & Missile Command,Lynx,Shooter,Atari,Atari,,,,,,,1994-01-01, +/games/boxart/full_7263153AmericaFrontccc.jpg,Super C,NES,Shooter,Konami,Konami,,,,,,,1990-04-01, +/games/boxart/4592534ccc.jpg,Super C,VC,Shooter,Konami,Konami,,,,,,,2007-08-27, +/games/boxart/full_8384268AmericaFrontccc.jpg,Super Contra,XBL,Shooter,Konami,Digital Eclipse,,,,,,,2007-07-25, +/games/boxart/full_super-darius_4JapanFront.jpg,Super Darius,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-10-07, +/games/boxart/full_super-darius_1JapanFront.jpg,Super Darius,PCE,Shooter,NEC Avenue,Taito Corporation,,,,,,,1990-03-16, +/games/boxart/full_super-darius-ii_8JapanFront.jpg,Super Darius II,PCE,Shooter,NEC Avenue,A-Wave,,,,,,,1993-12-24, +/games/boxart/full_super-darius-ii_7JapanFront.jpg,Super Darius II,VC,Shooter,Taito,A-Wave,,,,,,,2009-02-13, +/games/boxart/full_9418327PALFrontccc.jpg,Super Dropzone: Intergalactic Rescue Mission,PS,Shooter,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-10-03, +/games/boxart/full_6788PALFrontccc.jpg,Super Fantasy Zone,VC,Shooter,Sega,SunSoft,,,,,,,2008-07-21, +/games/boxart/full_5710716PALFrontccc.jpg,Super Fantasy Zone,GEN,Shooter,Sunsoft,SunSoft,,,,,,,1993-01-01, +/games/boxart/8470176ccc.jpg,Super Noah's Ark 3D,SNES,Shooter,Wisdom Tree,Wisdom Tree,,,,,,,1994-01-01, +/games/boxart/7539400ccc.jpg,Super Nova,SNES,Shooter,Taito,Taito Corporation,,,,,,,1993-12-31, +/games/boxart/full_9528139AmericaFrontccc.gif,Super R-Type,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2008-03-17, +/games/boxart/full_5245939JapanFrontccc.jpg,Super Raiden,PCE,Shooter,Hudson Soft,Seibu Kaihatsu,,,,,,,1992-04-02, +/games/boxart/full_6580168JapanFrontccc.jpg,Super Robot Shooting,PS,Shooter,Banpresto,Banpresto,,,,,,,1997-03-20, +/games/boxart/full_4793215AmericaFrontccc.jpg,Super Smash T.V.,GEN,Shooter,Flying Edge,Probe Entertainment Limited,,,,,,,1992-01-01, +/games/boxart/5489456ccc.jpg,Super Smash T.V.,SNES,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1992-02-01, +/games/boxart/full_619069PALFrontccc.jpg,Super Smash T.V.,MS,Shooter,Flying Edge,Probe Entertainment Limited,,,,,,,1992-01-01, +/games/boxart/2631210ccc.jpg,Super Smash T.V.,GG,Shooter,Flying Edge,Probe Entertainment Limited,,,,,,,1994-01-01, +/games/boxart/full_super-space-invaders_1PALFront.jpg,Super Space Invaders,MS,Shooter,Domark Software,The Kremlin,,,,,,,1991-01-01, +/games/boxart/2591489ccc.jpg,Super Space Invaders,GG,Shooter,Domark Software,Tiertex Design Studios,,,,,,,1993-01-01, +/games/boxart/full_3328018AmericaFrontccc.jpg,Super Star Soldier,VC,Shooter,Hudson Soft,Inter State,,,,,,,2006-11-27, +/games/boxart/full_super-star-soldier_769AmericaFront.jpg,Super Star Soldier,PSN,Shooter,Hudson Soft,Inter State,,,,,,,2011-06-07, +/games/boxart/full_6175996AmericaFrontccc.jpg,Super Star Soldier,PCE,Shooter,NEC,Inter State,,,,,,,1991-01-01, +/games/boxart/full_super-stardust_643AmericaFront.jpg,Super Stardust,PC,Shooter,GameTek,Housemarque,,,,,,,1996-01-01, +/games/boxart/full_super-stardust-hd_9AmericaFront.jpg,Super Stardust HD,PSN,Shooter,Sony Computer Entertainment,Housemarque,8.5,,,,,,2007-06-28, +/games/boxart/full_8501661AmericaFrontccc.jpg,Super Stardust Portable,PSN,Shooter,Sony Computer Entertainment,Housemarque,,,,,,,2008-12-04, +/games/boxart/5912733ccc.jpg,Super Thunder Blade,GEN,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_super-thunder-blade_952AmericaFront.jpg,Super Thunder Blade,PC,Shooter,Sega,Sega,,,,,,,2010-07-22, +/games/boxart/8878428ccc.jpg,Super Thunder Blade,VC,Shooter,Sega,Sega,,,,,,,2007-09-17, +/games/boxart/full_7979239JapanFrontccc.jpg,Super Xevious: Ganpu no Nazo,NES,Shooter,Namco,Namco,,,,,,,1986-09-19, +/games/boxart/full_8145332AmericaFrontccc.jpg,SUPERHOT,Linux,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2018-09-07 +/games/boxart/full_1113400AmericaFrontccc.jpeg,SUPERHOT,XOne,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-05-03,2018-09-07 +/games/boxart/full_8853387AmericaFrontccc.jpg,SUPERHOT,OSX,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2018-09-07 +/games/boxart/default.jpg,Supernova Shootout,PC,Shooter,Unknown,evilBlue,,,,,,,, +/games/boxart/full_3562221AmericaFrontccc.jpg,Superspace,XBL,Shooter,Microsoft,DeepSpace,,,,,,,2009-08-12, +/games/boxart/2977266ccc.jpg,SWAT 3: Close Quarters Battle,PC,Shooter,Sierra Entertainment,Sierra Northwest,,,,,,,1999-11-30, +/games/boxart/full_swat-3-elite-edition_1AmericaFront.jpg,SWAT 3: Elite Edition,PC,Shooter,Sierra Entertainment,Sierra Entertainment,,,,,,,2000-10-06, +/games/boxart/full_5802041AmericaFrontccc.png,SWAT: Target Liberty,PSN,Shooter,Activision,3G Studios,,,,,,,2009-09-30, +/games/boxart/default.jpg,SWiV,PC,Shooter,SCi,SCi,,,,,,,1996-01-01, +/games/boxart/full_swiv_610PALFront.jpg,SWiV,GB,Shooter,SCi,TCC,,,,,,,2001-03-16, +/games/boxart/full_5393250AmericaFrontccc.jpg,SWiV 3D,PC,Shooter,SCi,SCi,,,,,,,1996-10-31, +/games/boxart/full_7515590AmericaFrontccc.jpg,SWiV 3D Assault,PC,Shooter,Interplay,SCi,,,,,,,1997-09-30, +/games/boxart/full_283005AmericaFrontccc.png,Syphon Filter,PSN,Shooter,Sony Computer Entertainment,Eidetic,,,,,,,2006-12-03, +/games/boxart/full_579355AmericaFrontccc.png,Syphon Filter 3,PSN,Shooter,Sony Computer Entertainment,Eidetic,,,,,,,2008-06-11, +/games/boxart/full_1531954AmericaFrontccc.png,Syphon Filter 2,PSN,Shooter,Sony Computer Entertainment,Eidetic,,,,,,,2009-09-10, +/games/boxart/default.jpg,Syphon Filter 4,PS3,Shooter,Unknown,SCEA Bend Studio,,,,,,,, +/games/boxart/full_2412335AmericaFrontccc.png,Syphon Filter: Combat Ops,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2007-11-20, +/games/boxart/full_syphon-filter-combat-ops_10AmericaFront.jpg,Syphon Filter: Combat Ops,PSN,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2007-11-19, +/games/boxart/full_7195987AmericaFrontccc.png,Syphon Filter: Logan's Shadow,PSN,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2008-10-08, +/games/boxart/full_3702011AmericaFrontccc.jpg,System Flaw Recruit,DSiW,Shooter,Enjoy Gaming,Visual Impact,,,,,,,2010-04-26, +/games/boxart/2115953ccc.gif,T2: The Arcade Game,SNES,Shooter,LJN,Probe Entertainment Limited,,,,,,,1994-02-01, +/games/boxart/full_9742808AmericaFrontccc.jpg,T2: The Arcade Game,GEN,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1992-01-01, +/games/boxart/full_t2-the-arcade-game_8AmericaFront.jpg,T2: The Arcade Game,GG,Shooter,Arena Entertainment,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/full_t2-the-arcade-game_4PALFront.jpg,T2: The Arcade Game,MS,Shooter,Midway Games,Probe Entertainment Limited,,,,,,,1991-01-01, +/games/boxart/full_t2-the-arcade-game_3AmericaFront.jpg,T2: The Arcade Game,GB,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1992-11-01, +/games/boxart/full_7282602AmericaFrontccc.jpg,Tail Gun Charlie,XBL,Shooter,Microsoft,Duckocide,,,,,,,2008-11-16, +/games/boxart/full_tails-no-sky-patrol_7JapanFront.jpg,Tails' no Sky Patrol,GG,Shooter,Sega,Sonic Team,,,,,,,1995-04-28, +/games/boxart/full_taiyou-no-yuusha-fighbird_839JapanFront.jpg,Taiyou no Yuusha Fighbird,NES,Shooter,Irem Software Engineering,Tamtex,,,,,,,1992-01-11, +/games/boxart/full_taiyou-no-yuusha-fighbird-gb_649JapanFront.jpg,Taiyou no Yuusha Fighbird GB,GB,Shooter,Irem Software Engineering,Tamtex,,,,,,,1991-12-20, +/games/boxart/full_tank-battles_3AmericaFront.jpg,Tank Battles,XBL,Shooter,Gameloft,Gameloft,,,,,,,2010-09-30, +/games/boxart/full_8227815AmericaFrontccc.png,Tank Battles,PSN,Shooter,Gameloft,Gameloft,,,,,,,2009-09-03, +/games/boxart/full_4452185AmericaFrontccc.jpg,Tank Universal,PC,Shooter,Meridian4,Dialogue Design,,,,,,,2008-08-21, +/games/boxart/full_2133881AmericaFrontccc.jpg,Tank-tastic!,XBL,Shooter,Microsoft,OuchGames,,,,,,,2009-11-06, +/games/boxart/full_5861099AmericaFrontccc.jpg,Tanks.V.S,XBL,Shooter,Microsoft,benNewbury,,,,,,,2009-03-05, +/games/boxart/full_7639590AmericaFrontccc.jpg,Target Earth,GEN,Shooter,DreamWorks Interactive,NCS,,,,,,,1990-01-01, +/games/boxart/full_8488997AmericaFrontccc.jpg,Target Earth,VC,Shooter,NCS,NCS,,,,,,,2007-10-30, +/games/boxart/full_tatsujin_0JapanFront.jpg,Tatsujin,PCE,Shooter,Taito,Sting,,,,,,,1992-07-24, +/games/boxart/default.jpg,TDP4:Team Battle,PC,Shooter,JAVELIN OÜ,JAVELIN OÜ,,,,,,,2015-03-12, +/games/boxart/full_6537919AmericaFrontccc.jpg,Team Fortress 2,X360,Shooter,Valve Corporation,Valve Corporation,,,,,,,2007-10-10,2019-03-26 +/games/boxart/full_5196733AmericaFrontccc.jpg,Team Fortress 2,PS3,Shooter,Valve Corporation,Valve Corporation,,,,,,,2007-12-11,2019-03-26 +/games/boxart/full_team-fortress-classic_965AmericaFront.jpg,Team Fortress Classic,PC,Shooter,Sierra Entertainment,Valve Software,,,,,,,1999-05-30, +/games/boxart/full_5936482AmericaFrontccc.jpg,Tempest,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-12-19, +/games/boxart/full_4347019AmericaFrontccc.jpg,Tempest 2000,AJ,Shooter,Atari,Llamasoft,,,,,,,1994-04-01, +/games/boxart/full_9284833AmericaFrontccc.jpg,Tempest 2000,PC,Shooter,Atari,High Voltage Software,,,,,,,1996-10-31, +/games/boxart/full_909734AmericaFrontccc.jpg,Tempest 2000,SAT,Shooter,Infogrames,High Voltage Software,,,,,,,1996-10-31, +/games/boxart/full_2146747AmericaFrontccc.png,Tengai,And,Shooter,MOBIRIX,MOBIRIX,,,,,,,2014-06-04, +/games/boxart/full_9119806JapanFrontccc.jpg,Tensei Ryuu: Saint Dragon,PCE,Shooter,Aicom,Aicom Corporation,,,,,,,1990-12-21, +/games/boxart/full_6788488AmericaFrontccc.jpg,Terminator 3: War of the Machines,PC,Shooter,Atari,Clever's Development,,,,,,,2003-12-02, +/games/boxart/full_4514040AmericaFrontccc.jpg,Terra Cresta,NES,Shooter,Victory Lap Games,Nihon Bussan,,,,,,,1990-03-01, +/games/boxart/full_terra-cresta-ii-mandler-no-gyakushuu_1JapanFront.jpg,Terra Cresta II: Mandler no Gyakushuu,PCE,Shooter,Nichibutsu,Nichibutsu,,,,,,,1992-11-27, +/games/boxart/163234ccc.gif,Th3 Plan,PS2,Shooter,Crave Entertainment,EKO Software,,,,,,,2007-04-23, +/games/boxart/full_187810PALFrontccc.jpg,Th3 Plan,PC,Shooter,Monte Christo Multimedia,EKO Software,,,,,,,2006-03-31, +/games/boxart/default.jpg,The Adventures of Square,PC,Shooter,BigBrik Games,BigBrik Games,,,,,,,2014-11-07, +/games/boxart/default.jpg,The Catacomb Abyss 3D,PC,Shooter,SoftDisk Publishing,id Software,,,,,,,1991-11-01, +/games/boxart/full_3863025PALFrontccc.jpg,The Chaos Engine,PC,Shooter,Virgin Interactive,Bitmap Brothers,,,,,,,1992-01-01, +/games/boxart/full_the-chronicles-of-riddick-assault-on-dark-athena_740AmericaFront.jpg,The Chronicles of Riddick: Assault on Dark Athena,XBL,Shooter,Atari,Starbreeze Studios AB,,,,,,,2011-01-25, +/games/boxart/full_4882433AmericaFrontccc.jpg,The Chronicles of Riddick: Escape from Butcher Bay,PC,Shooter,VU Games,Starbreeze Studios AB,,,,,,,2004-12-08, +/games/boxart/1783460ccc.jpg,The Dreadnought Factor,5200,Shooter,Atari,Activision,,,,,,,1983-01-01, +/games/boxart/default.jpg,The Flying Hamster,PC,Shooter,Unknown,The Game Atelier,,,,,,,, +/games/boxart/full_the-flying-hamster_4PALFront.png,The Flying Hamster,PSN,Shooter,Unknown,The Game Atelier,,,,,,,2010-12-07, +/games/boxart/default.jpg,The Getaway 3,PS3,Shooter,Unknown,SCE,,,,,,,, +/games/boxart/default.jpg,The Grinder,X360,Shooter,High Voltage Software,High Voltage Software,,,,,,,, +/games/boxart/default.jpg,The Grinder,PS3,Shooter,High Voltage Software,High Voltage Software,,,,,,,, +/games/boxart/default.jpg,The Grinder,PC,Shooter,Unknown,High Voltage Software,,,,,,,, +/games/boxart/default.jpg,The Grinder,Wii,Shooter,Unknown,High Voltage Software,,,,,,,, +/games/boxart/3898209ccc.jpg,The Guardian Legend,NES,Shooter,Broderbund,Compile,,,,,,,1989-04-01, +/games/boxart/full_the-haunted-hells-reach_972AmericaFront.jpg,The Haunted: Hells Reach,XBL,Shooter,Unknown,ValuSoft,,,,,,,, +/games/boxart/default.jpg,The Haunted: Hells Reach,PSN,Shooter,Unknown,ValuSoft,,,,,,,, +/games/boxart/default.jpg,The History Channel: Civil War,X360,Shooter,Unknown,Cauldron Ltd.,,,,,,,, +/games/boxart/full_the-history-channel-civil-war-a-nation-divided_895AmericaFront.jpg,The History Channel: Civil War - A Nation Divided,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2006-11-14, +/games/boxart/full_the-history-channel-civil-war-a-nation-divided_443AmericaFront.jpg,The History Channel: Civil War - A Nation Divided,X360,Shooter,Activision,Cauldron Ltd.,5.2,,,,,,2006-11-14, +/games/boxart/full_6190206AmericaFrontccc.jpg,The History Channel: Civil War - A Nation Divided,PS2,Shooter,Activision,Cauldron Ltd.,,,,,,,2006-11-07, +/games/boxart/full_8630449AmericaFrontccc.jpg,The House of the Dead,PC,Shooter,Sega,Sega,,,,,,,1998-01-01, +/games/boxart/full_7824203AmericaFrontccc.jpg,The House of the Dead 2,PC,Shooter,Activision,Wow Entertainment,,,,,,,2001-01-01, +/games/boxart/full_5779619AmericaFrontccc.jpg,The House of the Dead III,PC,Shooter,Activision,Wow Entertainment,,,,,,,2005-01-01, +/games/boxart/full_the-hunt-for-red-october_373AmericaFront.jpg,The Hunt for Red October,GB,Shooter,Hi Tech Expressions,Beam Software,,,,,,,1991-05-01, +/games/boxart/full_the-hunt-for-red-october_432AmericaFront.jpg,The Hunt for Red October,SNES,Shooter,Hi Tech Expressions,RSP,,,,,,,1993-01-01, +/games/boxart/full_2833189AmericaFrontccc.jpg,The Last Bounty Hunter,PC,Shooter,Digital Leisure Inc.,American Laser Games,,,,,,,1994-01-01, +/games/boxart/1160703ccc.jpg,The Last Bounty Hunter,3DO,Shooter,3DO,American Laser Games,,,,,,,1995-11-01, +/games/boxart/default.jpg,The Precursors,X360,Shooter,Unknown,Deep Shadows,,,,,,,, +/games/boxart/full_the-precursors_752AmericaFront.jpg,The Precursors,PC,Shooter,Unknown,Deep Shadows,,,,,,,2010-12-21, +/games/boxart/full_the-punisher-no-mercy_36AmericaFront.jpg,The Punisher: No Mercy,PSN,Shooter,Zen Studios,Zen Studios,4.4,,,,,,2009-07-02, +/games/boxart/full_152510PALFrontccc.jpg,The Royal Marines Commando,PC,Shooter,City Interactive,City Interactive,,,,,,,2008-11-14, +/games/boxart/default.jpg,The Scourge Project,X360,Shooter,Unknown,Tragnarion Studios,,,,,,,, +/games/boxart/default.jpg,The Scourge Project,PS3,Shooter,Unknown,Tragnarion Studios,,,,,,,, +/games/boxart/default.jpg,The Scourge Project,PC,Shooter,Unknown,Tragnarion Studios,,,,,,,, +/games/boxart/full_7886497AmericaFrontccc.jpg,The Shadows in the Underworld,XBL,Shooter,Microsoft,Totabiento,,,,,,,2010-03-30, +/games/boxart/full_4486966AmericaFrontccc.jpg,The Shield: The Game,PS2,Shooter,Aspyr,Point of View,,,,,,,2007-01-09, +/games/boxart/full_8750168AmericaFrontccc.jpg,The Shield: The Game,PC,Shooter,Aspyr,Point of View,,,,,,,2007-01-22, +/games/boxart/full_320745AmericaFrontccc.jpg,The Ship,PC,Shooter,Mindscape,Outerlight,,,,,,,2007-04-09, +/games/boxart/default.jpg,The Ship,XBL,Shooter,Unknown,Outerlight,,,,,,,, +/games/boxart/full_8616105PALFrontccc.jpg,The Sniper 2,PS2,Shooter,Midas Interactive Entertainment,Beastmedia / X-Road,,,,,,,2004-03-05, +/games/boxart/full_3862963PALFrontccc.jpg,The Sum of All Fears,PS2,Shooter,Unknown,Red Storm Entertainment,,,,,,,, +/games/boxart/full_7639753AmericaFrontccc.jpg,The Sum of All Fears,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2002-05-30, +/games/boxart/full_9816841JapanFrontccc.jpg,The Typing of the Dead 2,PC,Shooter,Sega,WOW Overworks,,,,,,,2008-03-06, +/games/boxart/full_230462JapanFrontccc.jpg,The Typing of the Dead: Zombie Panic,PS2,Shooter,Sega,Smilebit,,,,,,,2004-12-22, +/games/boxart/full_213721AmericaFrontccc.jpg,The Ultimate Doom,PC,Shooter,GT Interactive,id Software,,,,,,,1995-04-30, +/games/boxart/full_2060495AmericaFrontccc.jpg,The Walking Dead: Survival Instinct,PC,Shooter,Activision,Terminal Reality,,,,,,,2013-03-19,2018-01-16 +/games/boxart/default.jpg,The Wall,PS3,Shooter,Unknown,Play Ten Interactive,,,,,,,, +/games/boxart/7707912ccc.jpg,The Wheel of Time,PC,Shooter,GT Interactive,Legend Entertainment,,,,,,,1999-10-31, +/games/boxart/full_there-will-be-brains_638AmericaFront.jpg,There Will Be Brains,XBL,Shooter,Microsoft,DavidParker,,,,,,,2011-10-05, +/games/boxart/full_8211325AmericaFrontccc.png,Thexder NEO,PSN,Shooter,Square Enix,Square Enix,,,,,,,2010-01-28, +/games/boxart/full_4087890AmericaFrontccc.png,Thexder NEO (PSP),PSN,Shooter,Square Enix,Square Enix,,,,,,,2009-10-01, +/games/boxart/default.jpg,They,PC,Shooter,Unknown,Metropolis Software,,,,,,,2020-12-31, +/games/boxart/default.jpg,They,PS3,Shooter,Unknown,Metropolis Software,,,,,,,2020-12-31, +/games/boxart/default.jpg,They,X360,Shooter,Unknown,Metropolis Software,,,,,,,2020-12-31, +/games/boxart/7121022ccc.jpg,Thief II: The Metal Age,PC,Shooter,Eidos Interactive,Looking Glass,,,,,,,2000-02-29,2018-02-02 +/games/boxart/7476376ccc.jpg,Threshold,2600,Shooter,Tigervision,Tigervision,,,,,,,1982-01-01, +/games/boxart/full_6398922JapanFrontccc.jpg,Thunder Blade,PCE,Shooter,NEC,NEC Avenue,,,,,,,1990-12-07, +/games/boxart/6633970ccc.jpg,Thunder Blade,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/default.jpg,Thunder Force,PC,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1984-01-01, +/games/boxart/full_6759635JapanFrontccc.jpg,Thunder Force Gold Pack 1,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-09-27, +/games/boxart/full_8079901JapanFrontccc.jpg,Thunder Force Gold Pack 2,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-12-06, +/games/boxart/full_3367098AmericaFrontccc.jpg,Thunder Force II,GEN,Shooter,Sega,"TechnoSoft Co., Ltd.",,,,,,,1989-08-14, +/games/boxart/full_7483274AmericaFrontccc.jpg,Thunder Force III,GEN,Shooter,Hot-B,"TechnoSoft Co., Ltd.",,,,,,,1990-01-01, +/games/boxart/full_7915922JapanFrontccc.jpg,Thunder Force V,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-07-11, +/games/boxart/full_thunder-force-v-perfect-system_3JapanFront.jpg,Thunder Force V: Perfect System,PSN,Shooter,Sony Computer Entertainment,"TechnoSoft Co., Ltd.",,,,,,,2010-02-24, +/games/boxart/5371165ccc.jpg,Thunder Spirits,SNES,Shooter,Seika,Toshiba EMI,,,,,,,1992-06-01, +/games/boxart/full_5065462AmericaFrontccc.jpg,Thunderbirds,NES,Shooter,Activision,Pack-In-Video,,,,,,,1990-09-01, +/games/boxart/full_6727362AmericaFrontccc.jpg,Thundercade,NES,Shooter,Sammy Corporation,Micronics,,,,,,,1989-07-01, +/games/boxart/full_time-bokan-series-bokan-to-ippatsu-doronbo_1JapanFront.jpg,Time Bokan Series: Bokan to Ippatsu! Doronbo,PS,Shooter,Banpresto,Banpresto,,,,,,,1996-11-29, +/games/boxart/full_time-bokan-yattaman_2PALFront.jpg,Time Bokan: Yattaman,PS,Shooter,Unknown,Banpresto,,,,,,,2001-01-01, +/games/boxart/default.jpg,Time of War,PC,Shooter,Unknown,Oniric Games,,,,,,,, +/games/boxart/3567222ccc.jpg,Time Pilot,2600,Shooter,Coleco,Konami,,,,,,,1983-01-01, +/games/boxart/full_8159220AmericaFrontccc.jpg,Time Pilot,XBL,Shooter,Konami,Digital Eclipse,5.8,,,,,,2006-08-30, +/games/boxart/full_time-soldiers_6AmericaFront.jpg,Time Soldiers,MS,Shooter,Sega,Alpha Denshi,,,,,,,1988-01-01, +/games/boxart/full_9352226AmericaFrontccc.jpg,Time Warp,2600,Shooter,Unknown,Zellers,,,,,,,, +/games/boxart/default.jpg,TimeSplitters 4,PS3,Shooter,Unknown,Free Radical Design,,,,,,,, +/games/boxart/7422392ccc.jpg,Tin Star,SNES,Shooter,Nintendo,Software Creations,7,,,,,,1994-11-01, +/games/boxart/default.jpg,To End All Wars,PS3,Shooter,Unknown,Chemistry/Kuju Entertainment,,,,,,,, +/games/boxart/default.jpg,To End All Wars,X360,Shooter,Unknown,Chemistry/Kuju Entertainment,,,,,,,, +/games/boxart/4255688ccc.jpg,To The Earth,NES,Shooter,Nintendo,Nintendo,,,,,,,1989-11-01, +/games/boxart/full_tobidase-daisakusen_228JapanFront.jpg,Tobidase Daisakusen (FDS),NES,Shooter,Square,Square,,,,,,,1987-03-12, +/games/boxart/full_2462314JapanFrontccc.jpg,Toilet Kids,PCE,Shooter,Media Rings,Media Rings,,,,,,,1992-03-06, +/games/boxart/full_tom-clancys-ghost-recon_4AmericaFront.jpg,Tom Clancy's Ghost Recon,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-11-13, +/games/boxart/full_tom-clancys-ghost-recon-advanced-warfighter_232AmericaFront.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,XBL,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2009-09-01, +/games/boxart/full_897826AmericaFrontccc.png,Tom Clancy's Ghost Recon Advanced Warfighter 2,PSN,Shooter,Ubisoft,High Voltage Software,6.3,,,,,,2009-06-17, +/games/boxart/full_1489382AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Desert Siege,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2002-03-27, +/games/boxart/full_1521855AmericaFrontccc.png,Tom Clancy's Ghost Recon: Future Soldier,PSP,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2012-12-31, +/games/boxart/full_5227597AmericaFrontccc.png,Tom Clancy's Ghost Recon: Future Soldier,DS,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2012-12-31, +/games/boxart/full_6098307AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Island Thunder,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2002-09-25, +/games/boxart/full_tom-clancys-ghost-recon-jungle-storm_849AmericaFront.jpg,Tom Clancy's Ghost Recon: Jungle Storm,NGage,Shooter,Gameloft,Gameloft,8.2,,,,,,2004-08-11, +/games/boxart/full_tom-clancys-ghost-recon-predator_158AmericaFront.jpg,Tom Clancy's Ghost Recon: Predator,PSN,Shooter,Ubisoft,Ubisoft,,,,,,,2010-11-16, +/games/boxart/default.jpg,Tom Clancy's Rainbow 6: Patriots,X360,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,, +/games/boxart/default.jpg,Tom Clancy's Rainbow 6: Patriots,PS3,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,, +/games/boxart/default.jpg,Tom Clancy's Rainbow 6: Patriots,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2014-01-01, +/games/boxart/full_2210988AmericaFrontccc.jpg,Tom Clancy's Rainbow Six,GB,Shooter,Red Storm Entertainment,Crawfish Interactive,,,,,,,2000-04-03, +/games/boxart/full_2637336AmericaFrontccc.png,Tom Clancy's Rainbow Six,PSN,Shooter,Sony Computer Entertainment,Rebellion Developments,,,,,,,2009-05-21, +/games/boxart/8041305ccc.jpg,Tom Clancy's Rainbow Six,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1998-07-31, +/games/boxart/full_2317766AmericaFrontccc.jpg,Tom Clancy's Rainbow Six,DC,Shooter,Majesco,Pipe Dream Interactive,,,,,,,2000-05-09, +/games/boxart/full_1090398PALFrontccc.jpg,Tom Clancy's Rainbow Six / Rainbow Six: Rogue Spear,PS,Shooter,Ubisoft,Rebellion Developments / Saffire,,,,,,,2002-11-22, +/games/boxart/full_8402672AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Athena Sword,PC,Shooter,Ubisoft,Ubisoft Milan,,,,,,,2004-03-09, +/games/boxart/full_6395943AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Gold Edition,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2004-03-09, +/games/boxart/full_5731147AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Raven Shield,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2003-03-19, +/games/boxart/full_110220AmericaFrontccc.jpg,Tom Clancy's Rainbow Six Vegas,XBL,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2009-08-11, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Covert Ops: Essentials,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1998-10-15, +/games/boxart/full_2909644AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Lone Wolf,PS,Shooter,Ubisoft,Rebellion Developments,,,,,,,2002-07-04, +/games/boxart/full_tom-clancys-rainbow-six-mission-pack-eagle-watch_356AmericaFront.jpg,Tom Clancy's Rainbow Six: Mission Pack: Eagle Watch,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1999-01-31, +/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Patriots,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2014-01-01, +/games/boxart/full_8418506AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,8,,,,,,1999-08-31, +/games/boxart/full_4953393AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear,DC,Shooter,Red Storm Entertainment,Pipe Dream Interactive,,,,,,,2000-11-20, +/games/boxart/full_9277238AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear Mission Pack: Urban Operations,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,2000-03-31, +/games/boxart/full_9038353AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear: Black Thorn,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-10-31, +/games/boxart/full_552756AmericaFrontccc.png,Tom Clancy's Rainbow Six: Vegas,PSN,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2009-09-30, +/games/boxart/full_7836186AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,XBL,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2009-10-06, +/games/boxart/full_tom-clancys-rainbow-six-vegas-2_436AmericaFront.jpg,Tom Clancy's Rainbow Six: Vegas 2,PSN,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2011-06-02, +/games/boxart/full_4120713AmericaFrontccc.png,Tom Clancy's Splinter Cell Essentials,PSN,Shooter,Ubisoft,Ubisoft,,,,,,,2009-07-01, +/games/boxart/default.jpg,Top Shot: Dinosaur Hunter,Wii,Shooter,Activision,Activision,,,,,,,2011-12-01, +/games/boxart/full_torpedo-range_119AmericaFront.jpg,Torpedo Range,GB,Shooter,Romstar,Seta Corporation,,,,,,,1996-11-01, +/games/boxart/full_4383428AmericaFrontccc.jpg,Torrente,PC,Shooter,O3 Entertainment,Cinemaware,,,,,,,2004-12-06, +/games/boxart/3204846ccc.jpg,Total Carnage,AJ,Shooter,Songbird Productions,Songbird Productions,,,,,,,2005-01-01, +/games/boxart/9576714ccc.jpg,Total Carnage,GB,Shooter,Malibu Games,Malibu Games,,,,,,,1994-02-01, +/games/boxart/6835722ccc.jpg,Total Carnage,SNES,Shooter,Malibu Games,Black Pearl,,,,,,,1993-11-01, +/games/boxart/3410245ccc.jpg,Total Eclipse,3DO,Shooter,Crystal Dynamics,Crystal Dynamics,,,,,,,1993-01-01, +/games/boxart/default.jpg,Touhou Shinreibyou: Ten Desires,PC,Shooter,Unknown,Team Shanghai Alice,,,,,,,2011-08-12, +/games/boxart/full_8592224PALFrontccc.jpg,"Towers of Darkness: Heretic, Hexen & Beyond",PC,Shooter,id Software,Raven Software,,,,,,,1997-01-01, +/games/boxart/full_toy-shop-boys_2JapanFront.jpg,Toy Shop Boys,PCE,Shooter,Victor Interactive,Victor Interactive Software,,,,,,,1990-12-14, +/games/boxart/6468244ccc.jpg,Transbot,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_transcend_452AmericaFront.jpg,Transcend,PC,Shooter,Jason Rohrer,Jason Rohrer,,,,,,,2005-09-01, +/games/boxart/full_4268069AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,PC,Shooter,Activision,Edge of Reality,,,,,,,2015-01-01,2018-12-27 +/games/boxart/default.jpg,Tremulous,PC,Shooter,Unknown,Dark Legion Development,,,,,,,2006-03-31, +/games/boxart/1274694ccc.jpg,Trevor McFur in the Crescent Galaxy,AJ,Shooter,Atari,Atari Games (Midway),,,,,,,1993-11-01, +/games/boxart/8149962ccc.jpg,Tribes 2,PC,Shooter,Sierra Entertainment,Dynamix,,,,,,,2001-03-28, +/games/boxart/default.jpg,Tribes Fast Attack,PC,Shooter,Unknown,Midway Studios,,,,,,,, +/games/boxart/full_2054889AmericaFrontccc.jpg,Tribes: Ascend,XBL,Shooter,Unknown,Hi-Rez Studios,,,,,,,, +/games/boxart/full_tribes-ascend_903AmericaFront.jpg,Tribes: Ascend,PC,Shooter,Unknown,Hi-Rez Studios,,,,,,,, +/games/boxart/5165055ccc.jpg,Tribes: Vengeance,PC,Shooter,Vivendi Games,Irrational Games,,,,,,,2004-10-12, +/games/boxart/full_8473846AmericaFrontccc.jpg,Triggerheart Exelica,XBL,Shooter,Warashi,Warashi Inc.,6.7,,,,,,2008-02-27, +/games/boxart/full_4397268JapanFrontccc.jpg,Trizeal,DC,Shooter,Triangle Service,Triangle Service,,,,,,,2005-04-07, +/games/boxart/full_trouble-shooter_248AmericaFront.jpg,Trouble Shooter,GEN,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1991-01-01, +/games/boxart/full_trouble-witches-neo_489AmericaFront.jpg,Trouble Witches Neo!,XBL,Shooter,SNK Playmore,Adventure Planning Service,7,,,,,,2011-04-27, +/games/boxart/full_true-lies_0AmericaFront.jpg,True Lies,SNES,Shooter,LJN,Beam Software,,,,,,,1995-02-01, +/games/boxart/full_true-lies_4AmericaFront.jpg,True Lies,GEN,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1995-02-01, +/games/boxart/full_693421AmericaFrontccc.jpg,Truxton,GEN,Shooter,Sega,Toaplan,,,,,,,1989-01-01, +/games/boxart/full_4759471AmericaFrontccc.jpg,Tunnel Rats,PC,Shooter,Boll AG,Replay Studios,,,,,,,2009-05-15, +/games/boxart/full_tunnelvision_1AmericaFront.jpg,Tunnelvision,XBL,Shooter,Microsoft,Stendec Games,,,,,,,2011-09-22, +/games/boxart/full_turborocket_455AmericaFront.jpg,TurboRocket,XBL,Shooter,Microsoft,Kaare Kjellerup,,,,,,,2011-07-12, +/games/boxart/3553632ccc.jpg,Turok 2: Seeds of Evil,PC,Shooter,Acclaim Entertainment,Iguana Entertainment,,,,,,,1999-01-31, +/games/boxart/full_652979AmericaFrontccc.jpg,Turok: Dinosaur Hunter,PC,Shooter,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-11-30, +/games/boxart/full_2330182PALFrontccc.jpg,Turok: Evolution,PC,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,,,,,,2003-10-24, +/games/boxart/full_9309866AmericaFrontccc.jpg,Twin Blades,XBL,Shooter,Microsoft,Press Start Studio,,,,,,,2009-12-29, +/games/boxart/957790ccc.gif,Twin Cobra,GEN,Shooter,Sega,GRC,,,,,,,1991-01-01, +/games/boxart/full_4068332AmericaFrontccc.jpg,Twin Cobra,NES,Shooter,Sammy Corporation,Micronics,,,,,,,1990-01-01, +/games/boxart/full_6498529AmericaFrontccc.jpg,Twin Eagle,NES,Shooter,Romstar,Visco,,,,,,,1989-10-01, +/games/boxart/full_twin-hawk_1PALFront.jpg,Twin Hawk,GEN,Shooter,Sega,Sega,,,,,,,1990-07-25, +/games/boxart/full_903788JapanFrontccc.jpg,TwinBee,VC,Shooter,Konami,Konami,,,,,,,2008-08-05, +/games/boxart/full_8901322JapanFrontccc.jpg,TwinBee 3: Poko Poko Dai Maou,NES,Shooter,Konami,Konami,,,,,,,1989-09-29, +/games/boxart/full_111610JapanFrontccc.jpg,TwinBee Portable,PSP,Shooter,Konami,Konami,,,,,,,2007-01-25, +/games/boxart/full_1590081JapanFrontccc.jpg,Twinkle Star Sprites,SAT,Shooter,ADK,ADK Corporation,,,,,,,1997-12-18, +/games/boxart/full_9473700JapanFrontccc.jpg,Twinkle Star Sprites,NG,Shooter,SNK,ADK Corporation,,,,,,,1997-01-31, +/games/boxart/full_9754510JapanFrontccc.jpg,Twinkle Star Sprites,DC,Shooter,SNK,SNK Corporation,,,,,,,2000-03-23, +/games/boxart/full_twinkle-star-sprites-cd_20JapanFront.jpg,Twinkle Star Sprites (CD),NG,Shooter,ADK,ADK Corporation,,,,,,,1997-02-21, +/games/boxart/full_4528246JapanFrontccc.jpg,Twinkle Star Sprites: La Petite Princesse,PS2,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2005-07-28, +/games/boxart/full_tyrian_91AmericaFront.jpg,Tyrian,PC,Shooter,Epic Games,Eclipse Productions,,,,,,,1995-01-01, +/games/boxart/full_tyrian-2000_961AmericaFront.jpg,Tyrian 2000,PC,Shooter,Unknown,Eclipse Software,,,,,,,1999-01-01, +/games/boxart/default.jpg,U-Wars,PSP,Shooter,Unknown,BiArt Studios,,,,,,,, +/games/boxart/default.jpg,U-Wars,X360,Shooter,Unknown,BiArt Studios,,,,,,,, +/games/boxart/default.jpg,U-Wars,PC,Shooter,AWEM Studio,BiArt Studios,,,,,,,2004-06-06, +/games/boxart/default.jpg,U.S. Most Wanted,PC,Shooter,Unknown,FUN Labs,,,,,,,, +/games/boxart/full_ubersoldier_732AmericaFront.jpg,UberSoldier,PC,Shooter,CDV Software Entertainment,Burut Software,,,,,,,2006-03-31, +/games/boxart/full_ubersoldier-ii_805PALFront.jpg,UberSoldier II,PC,Shooter,Strategy First,Burut Software,,,,,,,2008-07-22, +/games/boxart/full_2052618AmericaFrontccc.jpg,Uberstrike,PC,Shooter,WXP / Screenlife Games,WXP / Screenlife Games,,,,,,,2010-11-16, +/games/boxart/default.jpg,Ubusuna,PS4,Shooter,M2 Studios,M2 Studios,,,,,,,2020-12-31, +/games/boxart/full_3022102JapanFrontccc.jpg,Uchuu no Kishi: Tekkaman Blade,SNES,Shooter,Bec,Bec,,,,,,,1993-07-30, +/games/boxart/default.jpg,Uchuu o Kakeru Shoujo Shooting,DSiW,Shooter,ITL,ITL,,,,,,,2009-11-25, +/games/boxart/full_8320922JapanFrontccc.jpg,Uchuu Senkan Gomora,GEN,Shooter,UPL,Aisystem Tokyo,,,,,,,1991-09-30, +/games/boxart/full_ugly-americans-apocalypsegeddon_250AmericaFront.jpg,Ugly Americans: Apocalypsegeddon,XBL,Shooter,Unknown,Backbone Entertainment,7,,,,,,2011-08-31, +/games/boxart/full_ugly-americans-apocalypsegeddon_988AmericaFront.jpg,Ugly Americans: Apocalypsegeddon,PSN,Shooter,Unknown,Backbone Entertainment,,,,,,,2011-08-30, +/games/boxart/full_9623238AmericaFrontccc.jpg,Ultimate Sacrifice,XBL,Shooter,Microsoft,TEASOFT,,,,,,,2009-08-05, +/games/boxart/full_uncharted-drakes-fortune-ampamp-uncharted-2-among-thieves_88AmericaFront.jpg,Uncharted Dual Pack,PS3,Shooter,Sony Computer Entertainment,Naughty Dog,,,,,,,2011-09-06, +/games/boxart/full_5324776JapanFrontccc.jpg,Under Defeat,DC,Shooter,Sega,G.rev Ltd.,,,,,,,2006-03-23, +/games/boxart/full_1437933AmericaFrontccc.jpg,Undertow,XBL,Shooter,Chair Entertainment,Chair Entertainment Group,,,,,,,2007-11-21, +/games/boxart/full_unplugged_6AmericaFront.jpg,Unplugged,XBL,Shooter,Microsoft,Murudai,,,,,,,2010-08-08, +/games/boxart/full_4702093AmericaFrontccc.jpg,Unreal II: The Awakening,PC,Shooter,Atari,Legend Entertainment,,,,,,,2003-02-03, +/games/boxart/6286404ccc.jpg,Unreal Mission Pack: Return to Na Pali,PC,Shooter,GT Interactive,Legend Entertainment,,,,,,,1999-05-31, +/games/boxart/8845163ccc.jpg,Unreal Tournament,PC,Shooter,GT Interactive,Epic Games,9,,,,,,1999-11-30, +/games/boxart/full_2870672AmericaFrontccc.jpg,Unreal Tournament,DC,Shooter,Infogrames,Secret Level,9.3,,,,,,2001-03-13, +/games/boxart/full_5005084AmericaFrontccc.jpg,Unreal Tournament 2004: Editor's Choice Edition,PC,Shooter,Atari,Epic Games,,,,,,,2004-09-21, +/games/boxart/full_5958972AmericaFrontccc.jpg,unRevolutionary,XBL,Shooter,Microsoft,julio9,,,,,,,2009-06-08, +/games/boxart/full_urgent-evasion-360_205AmericaFront.jpg,URGENT EVASION 360,XBL,Shooter,Microsoft,mukagosoft,,,,,,,2011-07-11, +/games/boxart/full_us-special-forces-team-factor_10AmericaFront.jpg,US Special Forces: Team Factor,PC,Shooter,Xicat Interactive,7FX,,,,,,,2002-09-23, +/games/boxart/full_7166207AmericaFrontccc.jpg,Valhyre,XBL,Shooter,Microsoft,Devilduck,,,,,,,2009-01-20, +/games/boxart/full_348490AmericaFrontccc.png,Van Helsing sniper Zx100,3DS,Shooter,EnjoyUp Games,EnjoyUp Games,,,,,,,2014-06-12, +/games/boxart/490176ccc.jpg,Vanguard,2600,Shooter,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/default.jpg,Vanguard,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, +/games/boxart/6478542ccc.jpg,Vanguard,5200,Shooter,Atari,Atari,,,,,,,1984-01-01, +/games/boxart/full_vanquish_655AmericaFront.jpg,Vanquish,XBL,Shooter,Sega,PlatinumGames,,,,,,,2011-05-10, +/games/boxart/full_2042177JapanFrontccc.jpg,Vattle Giuce,GB,Shooter,IGS,IGS,,,,,,,1991-07-12, +/games/boxart/full_3437521AmericaFrontccc.jpg,VectorForce,XBL,Shooter,Microsoft,David Turner,,,,,,,2009-09-23, +/games/boxart/full_6080757AmericaFrontccc.jpg,Vega Magnitude,XBL,Shooter,Microsoft,Action937,,,,,,,2009-07-22, +/games/boxart/full_veggy-world_6AmericaFront.jpg,Veggy World,Wii,Shooter,Unknown,Rhino Studios,,,,,,,2010-05-18, +/games/boxart/full_vehicle-cavalier_602JapanFront.jpg,Vehicle Cavalier,PSN,Shooter,GungHo,Vanguard Games,,,,,,,2011-04-13, +/games/boxart/full_vehicle-cavalier_582JapanFront.jpg,Vehicle Cavalier,PS,Shooter,Vanguard,Vanguard Works,,,,,,,2011-02-16, +/games/boxart/full_2663388AmericaFrontccc.jpg,Veks and Silence,XBL,Shooter,Microsoft,i ENDER i,,,,,,,2009-08-08, +/games/boxart/full_4194825AmericaFrontccc.jpg,Vertical Force,VB,Shooter,Nintendo,Hudson Soft,,,,,,,1995-12-01, +/games/boxart/full_vietcong-fist-alpha_252AmericaFront.jpg,Vietcong: Fist Alpha,PC,Shooter,Gathering of Developers,Pterodon,,,,,,,2004-02-04, +/games/boxart/full_1142481AmericaFrontccc.jpg,Vietcong: Purple Haze,PC,Shooter,Gathering of Developers,Pterodon,,,,,,,2004-01-28, +/games/boxart/full_vietnam-the-tet-offensive_575PALFront.jpg,Vietnam: The Tet Offensive,PS2,Shooter,Oxygen Interactive,Atomic Planet Entertainment,,,,,,,2005-03-25, +/games/boxart/full_6990405AmericaFrontccc.jpg,Viewpoint,GEN,Shooter,Sammy Corporation,Nexus Interact,,,,,,,1994-01-01, +/games/boxart/full_5108071AmericaFrontccc.jpg,Viewpoint,NG,Shooter,SNK,Sammy Studios,,,,,,,1992-12-11, +/games/boxart/full_8794560JapanFrontccc.jpg,Viewpoint (CD),NG,Shooter,SNK,Sammy Studios,,,,,,,1992-01-01, +/games/boxart/full_virtua-cop_948AmericaFront.jpg,Virtua Cop,NGage,Shooter,Unknown,Sega,,,,,,,, +/games/boxart/full_6710867JapanFrontccc.jpg,Virtua Cop 2,DC,Shooter,Sega,Sega-AM2,,,,,,,2000-03-02, +/games/boxart/full_8516436JapanFrontccc.jpg,Virtua Cop Special Pack,SAT,Shooter,Sega,Sega-AM2,,,,,,,1998-02-19, +/games/boxart/full_9305983PALFrontccc.jpg,Virtua Cop: Elite Edition,PS2,Shooter,Acclaim Entertainment,Sega-AM2,,,,,,,2002-11-29, +/games/boxart/full_virtua-squad_969AmericaFront.jpg,Virtua Squad,PC,Shooter,Sega,Sega-AM2,,,,,,,1996-10-31, +/games/boxart/full_4928529AmericaFrontccc.jpg,Virtua Squad 2,PC,Shooter,Sega,Sega-AM2,,,,,,,1997-11-30, +/games/boxart/full_virtuoso_6AmericaFront.jpg,Virtuoso,PC,Shooter,Elite,"MotiveTime, Ltd.",,,,,,,1994-01-01, +/games/boxart/4470656ccc.jpg,Virtuoso,3DO,Shooter,Data East,Elite Systems Ltd.,,,,,,,1995-01-01, +/games/boxart/default.jpg,Virus,PC,Shooter,Unknown,Firebird,,,,,,,, +/games/boxart/full_8321908AmericaFrontccc.jpg,VirusWar,XBL,Shooter,Microsoft,Angel,,,,,,,2009-04-10, +/games/boxart/default.jpg,Vivisector: Beast Within,PC,Shooter,Unknown,Action Forms Ltd.,,,,,,,, +/games/boxart/full_2598217JapanFrontccc.jpg,Volfied,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-11-18, +/games/boxart/full_1733547JapanFrontccc.jpg,Volfied,PCE,Shooter,Taito,Taito Corporation,,,,,,,1989-12-27, +/games/boxart/full_6094189AmericaFrontccc.jpg,Volfied,PC,Shooter,Empire Interactive,Taito Corporation,,,,,,,1991-01-01, +/games/boxart/full_volley-fire_461JapanFront.jpg,Volley Fire,GB,Shooter,Toei Animation,Toei Animation,,,,,,,1990-06-29, +/games/boxart/full_vorpal_273AmericaFront.jpg,Vorpal,XBL,Shooter,Microsoft,Abraham Morales,,,,,,,2010-12-30, +/games/boxart/full_4758368AmericaFrontccc.jpg,Vortex,SNES,Shooter,Electro Brain,Argonaut Games,,,,,,,1994-09-01, +/games/boxart/full_9343757AmericaFrontccc.jpg,Vulture Attack,2600,Shooter,Unknown,K-Tel Vision,,,,,,,, +/games/boxart/full_w-ring-the-double-rings_9JapanFront.jpg,W Ring: The Double Rings,PCE,Shooter,Naxat Soft,Naxat Soft,,,,,,,1990-09-28, +/games/boxart/full_1705232AmericaFrontccc.jpg,Wacky Water Fun: Shooting Gallery,XBL,Shooter,Microsoft,North Squard,,,,,,,2009-08-15, +/games/boxart/7868992ccc.jpg,Wall Defender,2600,Shooter,Bomb,Bomb,,,,,,,1983-01-01, +/games/boxart/full_wanted-corp_824AmericaFront.jpg,Wanted Corp.,PSN,Shooter,Zoo Games,EKO System,,,,,,,2011-12-06, +/games/boxart/full_7154736AmericaFrontccc.jpg,Wanted Dead or Alive,PC,Shooter,XS Games,Iridion Interactive AB,,,,,,,2004-02-01, +/games/boxart/full_war-inc-battlezone_552AmericaFront.jpg,War Inc. Battlezone,PC,Shooter,Unknown,Online Warmongers Group Inc.,,,,,,,2011-07-18, +/games/boxart/full_5143909AmericaFrontccc.jpg,War World,XBL,Shooter,Ubisoft,Third Wave Games,,,,,,,2008-10-01, +/games/boxart/default.jpg,WarDevil: Enigma,X360,Shooter,Unknown,Digi-Guys,,,,,,,, +/games/boxart/default.jpg,WarDevil: Enigma,PS3,Shooter,Unknown,Digi-Guys,,,,,,,, +/games/boxart/default.jpg,"Warhammer 40,000: Eternal Crusade",Linux,Shooter,Behaviour Interactive,Behaviour Interactive,,,,,,,2016-01-01, +/games/boxart/full_warhammer-40000-kill-team_635AmericaFront.jpg,"Warhammer 40,000: Kill Team",PSN,Shooter,THQ,THQ,,,,,,,2011-08-02, +/games/boxart/full_warhammer-40000-kill-team_140AmericaFront.jpg,"Warhammer 40,000: Kill Team",XBL,Shooter,THQ,THQ,6,,,,,,2011-07-13, +/games/boxart/full_590496AmericaFrontccc.jpg,Warhawk,PSN,Shooter,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2007-08-28, +/games/boxart/default.jpg,Warhound,PC,Shooter,Unknown,Techland,,,,,,,, +/games/boxart/default.jpg,Warhound,X360,Shooter,Unknown,Techland,,,,,,,, +/games/boxart/full_505031AmericaFrontccc.jpg,Warpath,PC,Shooter,Groove Games,Digital Extremes,,,,,,,2006-07-18, +/games/boxart/full_1165574AmericaFrontccc.jpg,WarpSpeed,GEN,Shooter,Accolade,Accolade,,,,,,,1993-01-01, +/games/boxart/full_3938187AmericaFrontccc.jpg,WarpSpeed,SNES,Shooter,Accolade,Accolade,,,,,,,1992-12-01, +/games/boxart/full_wasteland-angel_452AmericaFront.jpg,Wasteland Angel,PC,Shooter,Meridian4,Meridian4,,,,,,,2011-09-01, +/games/boxart/full_8252707AmericaFrontccc.jpg,Water Warfare,WW,Shooter,Hudson Entertainment,Hudson Entertainment,7.2,,,,,,2009-06-29, +/games/boxart/full_4234560AmericaFrontccc.jpg,Waterworld,VB,Shooter,Ocean,Ocean,,,,,,,1995-12-21, +/games/boxart/full_werewolf-hallow_844AmericaFront.jpg,Werewolf Hallow,XBL,Shooter,Microsoft,cgIRIS,,,,,,,2010-11-29, +/games/boxart/full_7755350AmericaFrontccc.jpg,Western Outlaw: Wanted Dead or Alive,PC,Shooter,Groove Games,Jarhead Games,,,,,,,2003-09-28, +/games/boxart/default.jpg,Wet 2,X360,Shooter,Unknown,Behaviour Interactive Inc.,,,,,,,, +/games/boxart/default.jpg,Wet 2,PS3,Shooter,Unknown,Behaviour Interactive Inc.,,,,,,,, +/games/boxart/full_6698990AmericaFrontccc.jpg,Whip Rush,GEN,Shooter,Renovation,Vic Tokai,,,,,,,1990-01-01, +/games/boxart/full_white-gold-war-in-paradise_277PALFront.jpg,White Gold: War in Paradise,PC,Shooter,Play Ten Interactive,Deep Shadows,,,,,,,2008-10-24, +/games/boxart/6863795ccc.jpg,Who Shot Johnny Rock?,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, +/games/boxart/3786310ccc.jpg,Who Shot Johnny Rock?,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1995-01-01, +/games/boxart/8291175ccc.jpg,Who Shot Johnny Rock?,PC,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1991-01-01, +/games/boxart/full_whos-that-flying_508PALFront.png,Who's That Flying?!,PSN,Shooter,Mediatonic,Mediatonic Ltd.,7.7,,,,,,2010-11-16, +/games/boxart/full_whos-that-flying_278AmericaFront.jpg,Who's That Flying?!,PC,Shooter,Kalypso Media,Mediatonic Ltd.,7.5,,,,,,2011-01-31, +/games/boxart/full_4018870AmericaFrontccc.png,Wild Gunman,NES,Shooter,Nintendo,Intelligent Systems,,,,,,,1985-10-01, +/games/boxart/full_8386515AmericaFrontccc.jpg,Wild Guns,SNES,Shooter,Natsume,Natsume,,,,,,,1994-01-01, +/games/boxart/full_8974581AmericaFrontccc.jpg,Wild Guns,VC,Shooter,Natsume,Natsume,,,,,,,2010-05-31, +/games/boxart/full_2646128AmericaFrontccc.jpg,Wild Varmint Bounty Hunter,PC,Shooter,Value Works,Running Dog,,,,,,,1996-01-01, +/games/boxart/1423803ccc.jpg,Wild West Guns,WW,Shooter,Gameloft,Gameloft,,,,,,,2008-08-04, +/games/boxart/full_801510AmericaFrontccc.jpg,Will Rock,PC,Shooter,Ubisoft,Saber Interactive,,,,,,,2003-06-09, +/games/boxart/full_6401491AmericaFrontccc.jpg,Wing Commander Arena,XBL,Shooter,Electronic Arts,Gaia Industries,,,,,,,2007-07-25, +/games/boxart/full_1885917AmericaFrontccc.jpg,Wing War,2600,Shooter,Activision,Imagic,,,,,,,1983-01-01, +/games/boxart/full_7857990AmericaFrontccc.jpg,Wings of Wor,VC,Shooter,NCS,NCS,,,,,,,2008-05-20, +/games/boxart/8417864ccc.jpg,Wings of Wor,GEN,Shooter,DreamWorks Interactive,NCS,,,,,,,1991-01-01, +/games/boxart/full_3569159AmericaFrontccc.jpg,Winx Club,PC,Shooter,Konami,Konami,,,,,,,2006-04-28, +/games/boxart/full_4643543PALFrontccc.jpg,Winx Club,PS2,Shooter,Konami,Konami,,,,,,,2006-03-17, +/games/boxart/4175290ccc.jpg,Wizard of Wor,5200,Shooter,CBS Electronics,Bally/Midway,,,,,,,1981-01-01, +/games/boxart/full_1207255AmericaFrontccc.jpg,Wizball,VC,Shooter,Unknown,Sensible Software,,,,,,,, +/games/boxart/full_7510551JapanFrontccc.jpg,Wolf Fang: Koukiba 2001,PS,Shooter,Xing Entertainment,Data East,,,,,,,1996-05-10, +/games/boxart/full_1135537JapanFrontccc.jpg,Wolf Fang: Koukiba 2001 SS,SAT,Shooter,Xing Entertainment,Data East,,,,,,,1997-03-28, +/games/boxart/default.jpg,Wolf of the Battlefield: Commando (Arcade),VC,Shooter,Capcom,Capcom,,,,,,,2010-12-06, +/games/boxart/1902342ccc.jpg,Wolfenstein 3-D,SNES,Shooter,Imagineer,Imagineer,,,,,,,1994-01-01, +/games/boxart/full_4835919AmericaFrontccc.jpg,Wolfenstein 3D,XBL,Shooter,Activision,Nerve Software,,,,,,,2009-06-03, +/games/boxart/full_5610138AmericaFrontccc.jpg,Wolfenstein 3D,PC,Shooter,Apogee,id Software,,,,,,,1992-05-05, +/games/boxart/8509621ccc.jpg,Wolfenstein 3D,3DO,Shooter,Interplay,id Software,,,,,,,1995-10-19, +/games/boxart/full_2728052AmericaFrontccc.jpg,Wolfenstein 3D,AJ,Shooter,Atari,id Software,,,,,,,1994-01-01, +/games/boxart/full_2758384AmericaFrontccc.jpg,Wolfenstein 3D,PSN,Shooter,Activision,Nerve Software,,,,,,,2009-06-04, +/games/boxart/full_1791168AmericaFrontccc.jpg,Wolfenstein The Two Pack,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2017-08-22,2018-07-04 +/games/boxart/full_wonder-boy-iii-monster-lair_66AmericaFront.jpg,Wonder Boy III: Monster Lair,PC,Shooter,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/full_688763PALFrontccc.jpg,Wonder Boy III: Monster Lair,VC,Shooter,Sega,Westone Bit Entertainment,,,,,,,2009-04-20, +/games/boxart/full_9802676PALFrontccc.jpg,Wonder Boy III: Monster Lair,GEN,Shooter,Sega,Westone Bit Entertainment,,,,,,,1991-01-01, +/games/boxart/9781805ccc.jpg,World Championship Paintball,PS2,Shooter,THQ,Coresoft,,,,,,,2008-01-07, +/games/boxart/full_6400124AmericaFrontccc.jpeg,World of Warships,PC,Shooter,Wargaming.net,Wargaming.net,,,,,,,2015-09-17, +/games/boxart/full_5959731AmericaFrontccc.jpg,World Revolution: The Last Defense,XBL,Shooter,Microsoft,xPox,,,,,,,2009-01-06, +/games/boxart/full_5079292PALFrontccc.jpg,World War Zero,PC,Shooter,Reef Entertainment,Rebellion Developments,,,,,,,2005-10-14, +/games/boxart/full_1947053PALFrontccc.jpg,World War Zero: Iron Storm,PS2,Shooter,Ubisoft,Rebellion Developments,,,,,,,2004-08-06, +/games/boxart/full_6370509AmericaFrontccc.jpg,WWII GI,PC,Shooter,GT Interactive,GT Interactive,,,,,,,1999-07-24, +/games/boxart/full_9617761JapanFrontccc.jpg,X,GB,Shooter,Nintendo,Argonaut Software,,,,,,,1992-05-29, +/games/boxart/full_4723139AmericaFrontccc.jpg,X OVER,XBL,Shooter,Microsoft,sectionS,,,,,,,2009-08-10, +/games/boxart/full_4697739AmericaFrontccc.jpg,X-COM: Enforcer,PC,Shooter,Infogrames,MicroProse,,,,,,,2001-04-18, +/games/boxart/full_x-men-the-ravages-of-apocalypse_36AmericaFront.jpg,X-Men: The Ravages of Apocalypse,PC,Shooter,WizardWorks,Zero Gravity Entertainment,,,,,,,1997-11-30, +/games/boxart/full_4199095AmericaFrontccc.jpg,X-Zone,SNES,Shooter,Kemco,Kemco,,,,,,,1992-01-01, +/games/boxart/8213592ccc.jpg,Xardion,SNES,Shooter,Asmik Ace Entertainment,Asmik,,,,,,,1992-04-01, +/games/boxart/full_4578526AmericaFrontccc.jpg,Xeno Arena,XBL,Shooter,Microsoft,Lemunde,,,,,,,2009-04-17, +/games/boxart/full_xeno-waster_967AmericaFront.jpg,Xeno Waster,XBL,Shooter,Microsoft,Venables Games,,,,,,,2011-08-03, +/games/boxart/400239ccc.jpg,Xenon 2,GB,Shooter,Mindscape,Teeny Weeny Games,,,,,,,1992-10-01, +/games/boxart/full_5897058PALFrontccc.jpg,Xenon 2: Megablast,MS,Shooter,Virgin Interactive,Bitmap Brothers,,,,,,,1991-01-01, +/games/boxart/full_6114090PALFrontccc.jpg,Xenon 2: Megablast,GEN,Shooter,Virgin Interactive,The Bitmap Brothers,,,,,,,1992-01-01, +/games/boxart/full_9091998AmericaFrontccc.jpg,Xevious,VC,Shooter,Namco,Namco,,,,,,,2007-01-15, +/games/boxart/full_1773054AmericaFrontccc.jpg,Xevious,XBL,Shooter,Namco Bandai,Namco,,,,,,,2007-05-23, +/games/boxart/4127107ccc.jpg,Xevious,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/default.jpg,Xevious (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-01, +/games/boxart/full_9402590JapanFrontccc.jpg,Xevious: Fadorauto Densetsu,PCE,Shooter,Namco,Compile,,,,,,,1990-06-29, +/games/boxart/default.jpg,XIIZEAL,PC,Shooter,Unknown,Triangle Service,,,,,,,, +/games/boxart/full_xotic_669AmericaFront.jpg,Xotic,XBL,Shooter,Valcon Games,WXP Games,,,,,,,2011-11-16, +/games/boxart/full_xs_955AmericaFront.jpg,XS,PC,Shooter,GT Interactive,SCi Games,,,,,,,1996-12-31, +/games/boxart/full_9614333AmericaFrontccc.jpg,Xtreme Polygon,XBL,Shooter,Microsoft,ASuperSonic,,,,,,,2009-07-24, +/games/boxart/full_6924419AmericaFrontccc.jpg,Xtreme Polygon 2,XBL,Shooter,Microsoft,ASuperSonic,,,,,,,2009-12-20, +/games/boxart/full_235651AmericaFrontccc.png,XType Plus,WiiU,Shooter,PhobosLab,PhobosLab,,,,,,,2014-08-14, +/games/boxart/full_8629794PALFrontccc.jpg,Xyanide Resurrection,PSP,Shooter,Unknown,Playlogic,,,,,,,2020-12-31, +/games/boxart/full_447351PALFrontccc.jpg,Xyanide Resurrection,PC,Shooter,Playlogic International NV,Playlogic,,,,,,,2008-09-04, +/games/boxart/full_579514PALFrontccc.jpg,Yager,PC,Shooter,THQ,Yager Development,,,,,,,2003-10-03, +/games/boxart/default.jpg,Yars' Revenge,PSN,Shooter,Unknown,Killspace Entertainment,,,,,,,, +/games/boxart/full_yars-revenge_668AmericaFront.jpg,Yars' Revenge,PC,Shooter,Atari,Killspace Entertainment,5.5,,,,,,2011-04-29, +/games/boxart/2692992ccc.jpg,Yars' Revenge,GB,Shooter,Telegames,"Telegames, Inc.",,,,,,,1999-09-01, +/games/boxart/full_yars-revenge_587AmericaFront.jpg,Yars' Revenge,XBL,Shooter,Atari,Killspace Entertainment,6,,,,,,2011-04-13, +/games/boxart/full_8609780AmericaFrontccc.jpg,Yet Another Zombie Defense,XBL,Shooter,Microsoft,AwesomeGamesStudio,,,,,,,2010-02-03, +/games/boxart/2885253ccc.gif,Yoshi's Safari,SNES,Shooter,Nintendo,Nintendo,,,,,,,1993-09-01, +/games/boxart/full_5605582AmericaFrontccc.jpg,You Are Empty,PC,Shooter,Atari,Digital Spray Studios,2.7,,,,,,2007-10-16, +/games/boxart/full_zaero-mission-pack-for-quake-ii_137AmericaFront.jpg,Zaero: Mission Pack for Quake II,PC,Shooter,Unknown,Team Evolve,,,,,,,1998-11-01, +/games/boxart/full_1965900AmericaFrontccc.jpg,Zanac,NES,Shooter,FCI,Compile,,,,,,,1987-10-01, +/games/boxart/full_1221636AmericaFrontccc.jpg,Zanac,VC,Shooter,D4 Enterprise,Compile,,,,,,,2007-12-03, +/games/boxart/full_6155252JapanFrontccc.jpg,Zanac AI (FDS),NES,Shooter,Pony Canyon,Compile,,,,,,,1986-11-28, +/games/boxart/full_zanac-x-zanac_3JapanFront.jpg,Zanac X Zanac,PSN,Shooter,Sony Computer Entertainment,Compile,,,,,,,2010-07-28, +/games/boxart/full_3276914JapanFrontccc.jpg,Zanac X Zanac,PS,Shooter,Compile,Compile,,,,,,,2001-11-29, +/games/boxart/6518050ccc.jpg,Zaxxon,5200,Shooter,Sega,Sega,,,,,,,1983-01-01, +/games/boxart/5844413ccc.jpg,Zaxxon,2600,Shooter,Coleco,Coleco,,,,,,,1982-01-01, +/games/boxart/default.jpg,Zaxxon (Arcade),VC,Shooter,Sega,Sega,,,,,,,2010-04-12, +/games/boxart/full_zaxxon-3-d_1AmericaFront.jpg,Zaxxon 3-D,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_zeit-2_131AmericaFront.jpg,Zeit 2,XBL,Shooter,Ubisoft,Brightside Games,7.7,,,,,,2011-01-12, +/games/boxart/full_zeit-2_736AmericaFront.jpg,Zeit 2,PC,Shooter,Ubisoft,Brightside Games,7.5,,,,,,2011-01-12, +/games/boxart/full_9766057PALFrontccc.jpg,Zeitgeist,PC,Shooter,GameBank,Taito Corporation,,,,,,,1996-01-01, +/games/boxart/full_523556AmericaFrontccc.jpg,Zeno Clash: Ultimate Edition,XBL,Shooter,Atlus,ACE Team,,,,,,,2010-05-05, +/games/boxart/1266738ccc.jpg,Zero 5,AJ,Shooter,Telegames,"Telegames, Inc.",,,,,,,1997-09-01, +/games/boxart/full_9984263JapanFrontccc.jpg,Zero Gunner 2,DC,Shooter,Psikyo,Psikyo,,,,,,,2001-09-06, +/games/boxart/3985106ccc.jpg,Zero Tolerance,GEN,Shooter,Accolade,Acolade,,,,,,,1994-01-01, +/games/boxart/full_3668410PALFrontccc.jpg,Zero Wing,GEN,Shooter,Sega,Toaplan,,,,,,,1991-01-01, +/games/boxart/full_597133JapanFrontccc.jpg,Zero Wing,PCE,Shooter,Naxat Soft,Toaplan,,,,,,,1992-09-18, +/games/boxart/full_zoids-densetsu_3JapanFront.jpg,Zoids Densetsu,GB,Shooter,Tomy Corporation,Tomy Corporation,,,,,,,1990-06-15, +/games/boxart/full_1515621JapanFrontccc.jpg,Zoids Infinity EX Neo,X360,Shooter,Tomy Corporation,Tomy Corporation,,,,,,,2006-03-30, +/games/boxart/full_8026273JapanFrontccc.jpg,Zoids Vs. III,GC,Shooter,Tomy Corporation,Tomy Corporation,,,,,,,2004-09-30, +/games/boxart/full_337055AmericaFrontccc.jpg,Zombie Apocalypse,XBL,Shooter,Konami,Nihilistic Software,6.1,,,,,,2009-09-23, +/games/boxart/full_4936551AmericaFrontccc.png,Zombie Apocalypse,PSN,Shooter,Konami,Nihilistic Software,6.4,,,,,,2009-09-24, +/games/boxart/default.jpg,Zombie Apocalypse 2,XBL,Shooter,Unknown,Backbone Entertainment,,,,,,,, +/games/boxart/default.jpg,Zombie Apocalypse 2,PSN,Shooter,Unknown,Backbone Entertainment,,,,,,,, +/games/boxart/default.jpg,Zombie Apocalypse: Never Die Alone,PSN,Shooter,Konami,Backbone Entertainment,,,,,,,2011-10-25, +/games/boxart/full_zombie-apocalypse-never-die-alone_441AmericaFront.jpg,Zombie Apocalypse: Never Die Alone,XBL,Shooter,Konami,Backbone Entertainment,,,,,,,, +/games/boxart/full_zombie-estate_5AmericaFront.jpg,Zombie Estate,XBL,Shooter,Microsoft,JeremyVerchick48,,,,,,,2010-05-15, +/games/boxart/9609210ccc.jpg,Zombie Nation,NES,Shooter,Meldac,Kaze,,,,,,,1991-09-01, +/games/boxart/full_4778320AmericaFrontccc.jpg,Zombie Outhouse,XBL,Shooter,Microsoft,bioroid,,,,,,,2009-12-21, +/games/boxart/default.jpg,Zombie Panic in Wonderland,S32X,Shooter,Akaoni Studio,Akaoni Studio,,,,,,,2012-03-01, +/games/boxart/full_8545706AmericaFrontccc.jpg,Zombie Panic in Wonderland,WW,Shooter,Akaoni Studio,Akaoni Studio,6,,,,,,2010-05-03, +/games/boxart/full_zombie-poker-defense_910AmericaFront.jpg,Zombie Poker Defense,XBL,Shooter,Microsoft,MindsEdge,,,,,,,2011-04-16, +/games/boxart/full_zombie-shooter_612AmericaFront.jpg,Zombie Shooter,PC,Shooter,Sigma,Sigma Team,,,,,,,2007-12-29, +/games/boxart/full_zombie-shooter-2_945AmericaFront.jpg,Zombie Shooter 2,PC,Shooter,CDV Software Entertainment,Sigma Team,,,,,,,2009-09-23, +/games/boxart/full_9218745AmericaFrontccc.jpg,Zombie Wranglers,XBL,Shooter,Sierra Online,Frozen Codebase,,,,,,,2009-05-06, +/games/boxart/full_7541522AmericaFrontccc.jpg,Zombies 2.0,XBL,Shooter,Microsoft,Danthekilla,,,,,,,2009-08-22, +/games/boxart/full_zombies-hate-aliens_96AmericaFront.jpg,Zombies Hate Aliens!,XBL,Shooter,Microsoft,Media Acrobats LLC,,,,,,,2011-07-08, +/games/boxart/full_zombiez-seeker_876AmericaFront.jpg,ZombieZ Seeker,DS,Shooter,Zoo Games,7 Raven Studios Co. Ltd.,,,,,,,2011-02-01, +/games/boxart/default.jpg,Zone 66,PC,Shooter,Epic Games,Renaissance,,,,,,,1993-01-01, +/games/boxart/full_8162646AmericaFrontccc.jpg,Gears 5: Hivebusters,XS,Shooter,Unknown,The Coalition,,,,,,,,2021-01-13 +/games/boxart/full_1594758AmericaFrontccc.jpg,Gears 5: Hivebusters,XOne,Shooter,Unknown,The Coalition,,,,,,,,2021-01-13 +/games/boxart/full_4922034AmericaFrontccc.jpg,Gears 5: Hivebusters,PC,Shooter,Unknown,The Coalition,,,,,,,,2021-01-13 +/games/boxart/default.jpg,Halo: Spartan Assault,iOS,Shooter,Unknown,Vanguard Games,,,,,,,,2024-01-05 +/games/boxart/full_6542730AmericaFrontccc.jpg,Red Faction: Guerrilla Re-Mars-tered,PC,Shooter,THQ Nordic,Volition,,,,,,,2018-07-03,2018-04-20 +/games/boxart/full_2799278AmericaFrontccc.jpg,"""Nuke It""",PC,Shooter,CrystalVision,CrystalVision,,,,,,,1998-01-01,2018-03-31 +/games/boxart/full_8370896AmericaFrontccc.jpg,1993 Shenandoah,NS,Shooter,Unknown,Limit Break,,,,,,,,2020-07-14 +/games/boxart/default.jpg,A Duel Hand Disaster: Trackher,NS,Shooter,Unknown,Ask An Enemy Studios,,,,,,,,2019-06-10 +/games/boxart/full_7725054AmericaFrontccc.jpg,ACA NEOGEO AERO FIGHTERS 2,XOne,Shooter,Hamster Corporation,Video System,,,,,,,2017-08-03,2018-04-02 +/games/boxart/full_6273662AmericaFrontccc.png,ACA NEOGEO AERO FIGHTERS 2,NS,Shooter,Hamster Corporation,Video System,,,,,,,2017-08-03,2018-04-02 +/games/boxart/full_9472032AmericaFrontccc.png,ACA NEOGEO AERO FIGHTERS 2,PS4,Shooter,Hamster Corporation,Video System,,,,,,,2017-08-03,2018-04-02 +/games/boxart/full_5832895AmericaFrontccc.jpeg,ACA NEOGEO AERO FIGHTERS 3,XOne,Shooter,Hamster Corporation,Video System,,,,,,,2018-03-15,2018-04-01 +/games/boxart/full_6383229AmericaFrontccc.png,ACA NEOGEO ALPHA MISSION II,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-04-06,2018-04-02 +/games/boxart/full_53127AmericaFrontccc.jpg,ACA NEOGEO ALPHA MISSION II,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-04-27,2018-04-02 +/games/boxart/full_7854812AmericaFrontccc.png,ACA NEOGEO ALPHA MISSION II,PS4,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-01-10,2018-03-29 +/games/boxart/full_8107840AmericaFrontccc.png,ACA NEOGEO BLAZING STAR,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-01 +/games/boxart/full_164234AmericaFrontccc.jpeg,ACA NEOGEO BLAZING STAR,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2018-02-08,2018-04-01 +/games/boxart/full_1576086AmericaFrontccc.png,ACA NEOGEO LAST RESORT,PS4,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-02 +/games/boxart/full_1816015AmericaFrontccc.png,ACA NEOGEO LAST RESORT,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-06-01,2018-04-02 +/games/boxart/full_4902736AmericaFrontccc.jpg,ACA NEOGEO LAST RESORT,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-02 +/games/boxart/full_6468779AmericaFrontccc.png,ACA NEOGEO PULSTAR,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-12-21,2018-04-04 +/games/boxart/full_4680311AmericaFrontccc.png,ACA NEOGEO PULSTAR,PS4,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-07-10,2018-03-28 +/games/boxart/full_5220342AmericaFrontccc.jpg,ACA NEOGEO PULSTAR,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-07-06,2018-04-03 +/games/boxart/full_3232130AmericaFrontccc.jpg,ACA NEOGEO ZED BLADE,XOne,Shooter,Hamster Corporation,NMK,,,,,,,2017-07-20,2018-04-02 +/games/boxart/full_3752592AmericaFrontccc.jpeg,ACA NEOGEO ZED BLADE,PS4,Shooter,Hamster Corporation,NMK,,,,,,,2017-08-30,2018-04-02 +/games/boxart/full_9931646AmericaFrontccc.png,ACA NEOGEO ZED BLADE,NS,Shooter,Hamster Corporation,NMK,,,,,,,2017-08-31,2018-04-02 +/games/boxart/full_9010273AmericaFrontccc.png,Aces Of The Luftwaffe - Squadron,NS,Shooter,HandyGames,HandyGames,,,,,,,2017-11-17,2020-12-27 +/games/boxart/full_6466708AmericaFrontccc.jpg,Air Twister,PC,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 +/games/boxart/full_8174619AmericaFrontccc.jpg,Air Twister,XS,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 +/games/boxart/full_87967AmericaFrontccc.jpg,Air Twister,iOS,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 +/games/boxart/full_1844755AmericaFrontccc.jpg,Air Twister,XOne,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 +/games/boxart/full_3870048AmericaFrontccc.png,Air Twister,PS5,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 +/games/boxart/full_4910676AmericaFrontccc.jpg,Air Twister,PS4,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 +/games/boxart/full_3500112PALFrontccc.jpg,Air Twister,NS,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 +/games/boxart/default.jpg,Alien Breed,Amig,Shooter,Unknown,Team17,,,,,,,,2018-03-16 +/games/boxart/full_3934340AmericaFrontccc.jpg,AlienCruise,XOne,Shooter,E-Home Entertainment,Cotton Game,,,,,,,2019-03-27,2019-03-23 +/games/boxart/full_1306952AmericaFrontccc.jpg,Aliens: Fireteam Elite,PS5,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 +/games/boxart/full_6688211AmericaFrontccc.jpg,Aliens: Fireteam Elite,XOne,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 +/games/boxart/full_9025664AmericaFrontccc.jpg,Aliens: Fireteam Elite,XS,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 +/games/boxart/full_979200AmericaFrontccc.jpg,Aliens: Fireteam Elite,PC,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 +/games/boxart/full_492662AmericaFrontccc.jpg,Aliens: Fireteam Elite,PS4,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 +/games/boxart/full_1692932AmericaFrontccc.jpg,AMID EVIL VR,PC,Shooter,Unknown,Indefatigable,,,,,,,,2023-11-25 +/games/boxart/full_2391869AmericaFrontccc.png,Aperion Cyberstorm,NS,Shooter,aPriori Digital,aPriori Digital,,,,,,,2018-02-08,2018-02-04 +/games/boxart/full_3279078AmericaFrontccc.jpg,Apex Legends,NS,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2020-12-01,2020-06-19 +/games/boxart/full_2655583AmericaFrontccc.jpg,Apex Legends,PS4,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2019-02-04,2019-03-15 +/games/boxart/full_8667847AmericaFrontccc.jpeg,Apex Legends,PC,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2019-02-04,2019-03-15 +/games/boxart/full_7347658AmericaFrontccc.jpeg,Apex Legends,XOne,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2019-02-04,2019-03-15 +/games/boxart/full_7591345AmericaFrontccc.png,Arcade Archives: Heroic Episode,NS,Shooter,Hamster Corporation,Irem Corp.,,,,,,,2018-02-22,2018-03-02 +/games/boxart/default.jpg,Arcade Archives: Last Resort,PS4,Shooter,Unknown,SNK,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Arcade Game Series: Galaga,PC,Shooter,Unknown,Bandai Namco Games,,,,,,,,2017-12-31 +/games/boxart/full_3531626AmericaFrontccc.jpg,Arcadegeddon,XS,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 +/games/boxart/full_5452663AmericaFrontccc.jpg,Arcadegeddon,PC,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 +/games/boxart/full_4100338AmericaFrontccc.jpg,Arcadegeddon,PS4,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 +/games/boxart/full_325766AmericaFrontccc.jpg,Arcadegeddon,PS5,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 +/games/boxart/full_9806958AmericaFrontccc.jpg,Arcadegeddon,XOne,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 +/games/boxart/default.jpg,Arizona Sunshine,PS4,Shooter,Unknown,Vertigo Gaming Inc.,,,,,,,,2020-09-16 +/games/boxart/full_5614416AmericaFrontccc.jpg,Arizona Sunshine 2,PS5,Shooter,Unknown,Vertigo Games,,,,,,,,2023-12-07 +/games/boxart/full_2473585AmericaFrontccc.jpg,Arizona Sunshine 2,PC,Shooter,Unknown,Vertigo Games,,,,,,,,2023-12-07 +/games/boxart/full_8009858AmericaFrontccc.jpg,Ashes to Ashes. Feeding the Fires of War!,PC,Shooter,Deep River Publishing,Deep River Multimedia Studio,,,,,,,1996-10-31,2018-01-08 +/games/boxart/full_7897754AmericaFrontccc.png,Assault Android Cactus,NS,Shooter,Witch Beam Games,Witch Beam,,,,,,,2015-09-23,2019-06-28 +/games/boxart/full_7927581AmericaFrontccc.png,Astebreed,NS,Shooter,Unknown,Edelweiss,,,,,,,,2018-11-07 +/games/boxart/default.jpg,Astebreed,PS4,Shooter,Unknown,Edelweiss,,,,,,,,2017-12-31 +/games/boxart/full_6426473AmericaFrontccc.png,Astro Duel Deluxe,NS,Shooter,Panic Button,Panic Button,,,,,,,2017-05-30,2018-02-05 +/games/boxart/full_9582382AmericaFrontccc.jpg,At Sundown: Shots in the Dark,XOne,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 +/games/boxart/full_287113AmericaFrontccc.jpg,At Sundown: Shots in the Dark,PS4,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 +/games/boxart/full_2655654AmericaFrontccc.jpg,At Sundown: Shots in the Dark,PC,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 +/games/boxart/full_4602767AmericaFrontccc.png,At Sundown: Shots in the Dark,NS,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 +/games/boxart/default.jpg,Atlantis,Int,Shooter,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_6134530AmericaFrontccc.jpg,Atomega,PC,Shooter,Unknown,Ubisoft,,,,,,,,2020-02-01 +/games/boxart/full_8434767AmericaFrontccc.jpg,Atomic Heart,PS4,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2019-03-20 +/games/boxart/full_8805427AmericaFrontccc.jpg,Atomic Heart,XS,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2022-11-16 +/games/boxart/full_2486033AmericaFrontccc.jpg,Atomic Heart,XOne,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2019-03-20 +/games/boxart/full_9880348AmericaFrontccc.jpg,Atomic Heart,PC,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2019-03-20 +/games/boxart/full_3941606AmericaFrontccc.jpg,Azur Lane: Crosswave,PS4,Shooter,Idea Factory International,Felistella,,,,,,,2020-02-13,2019-05-06 +/games/boxart/default.jpg,B-17 Bomber,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-07-23,2018-01-13 +/games/boxart/full_7403234AmericaFrontccc.jpg,Back 4 Blood,PS5,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2021-06-13 +/games/boxart/full_4838046AmericaFrontccc.jpg,Back 4 Blood,XS,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2021-06-13 +/games/boxart/full_4862407AmericaFrontccc.jpg,Back 4 Blood,PC,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2019-11-06 +/games/boxart/full_9035258AmericaFrontccc.jpg,Back 4 Blood,PS4,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2019-11-06 +/games/boxart/full_5312855AmericaFrontccc.jpg,Back 4 Blood,XOne,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2019-11-06 +/games/boxart/default.jpg,Batallion 1944,PC,Shooter,Unknown,Bulkhead Interactive,,,,,,,,2019-06-10 +/games/boxart/full_7331095AmericaFrontccc.jpg,Battlefield 2042,XOne,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 +/games/boxart/full_6873801AmericaFrontccc.jpg,Battlefield 2042,XS,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 +/games/boxart/full_5386628AmericaFrontccc.jpg,Battlefield 2042,PC,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 +/games/boxart/full_208160AmericaFrontccc.jpg,Battlefield 2042,PS4,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 +/games/boxart/full_3264112AmericaFrontccc.jpg,Battlefield 2042,PS5,Shooter,Unknown,EA DICE,7.5,,,,,,,2021-06-10 +/games/boxart/full_4981356AmericaFrontccc.jpg,Battlefield VI,PC,Shooter,Electronic Arts,EA DICE,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_8779483AmericaFrontccc.jpg,Battlefield VI,PS5,Shooter,Electronic Arts,EA DICE,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_4158076AmericaFrontccc.jpg,Battlefield VI,XS,Shooter,Electronic Arts,EA DICE,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_7699173AmericaFrontccc.jpg,Battleship,X360,Shooter,Activision,Double Helix Games,,,,,,,2012-05-15,2019-03-18 +/games/boxart/default.jpg,Beamrider,Int,Shooter,Activision,Cheshire Engineering,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_9657020AmericaFrontccc.jpg,Big Buck Hunter Arcade,PC,Shooter,GameMill Entertainment,Play Mechanix,,,,,,,2016-10-25,2020-10-02 +/games/boxart/full_8972760AmericaFrontccc.jpg,Big Sky Infinity,PS3,Shooter,Unknown,VooFoo Studios,,,,,,,,2022-08-14 +/games/boxart/full_7126834AmericaFrontccc.jpg,Big Sky Infinity,PSV,Shooter,Unknown,VooFoo Studios,,,,,,,,2022-08-14 +/games/boxart/full_8580212AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,PS3,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_5796098AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,PS4,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_5078839AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,X360,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_3382598AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,XOne,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_3908454AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,NS,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_9697328AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,PC,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_7989243AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,PS4,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_7522585AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,X360,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_8994173AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,XOne,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_9987138AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,NS,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_2200207AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,PC,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_3899631AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,PS3,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 +/games/boxart/full_9956465AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,PS3,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 +/games/boxart/full_3760175AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,PS4,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 +/games/boxart/full_2722403AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,X360,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 +/games/boxart/full_9111417AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,XOne,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 +/games/boxart/full_7212608AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,NS,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 +/games/boxart/full_1606332AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,PC,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 +/games/boxart/full_4789183AmericaFrontccc.jpg,BioShock: The Collection,NS,Shooter,2K Games,"Blind Squirrel Digital, Inc",,,,,,,2020-05-29,2020-04-03 +/games/boxart/full_3944439AmericaFrontccc.jpg,BioShock: The Collection,PC,Shooter,2K Games,"Blind Squirrel Digital, Inc",,,,,,,2016-09-16,2020-04-03 +/games/boxart/full_3762759AmericaFrontccc.jpg,Bite the Bullet,NS,Shooter,Graffiti,Mega Cat Studios,,,,,,,2020-08-13,2019-08-13 +/games/boxart/full_2591452AmericaFrontccc.jpg,Bite the Bullet,PC,Shooter,Graffiti,Mega Cat Studios,,,,,,,2020-08-13,2019-08-13 +/games/boxart/full_9531788AmericaFrontccc.jpg,Bite the Bullet,XOne,Shooter,Graffiti,Mega Cat Studios,,,,,,,2020-08-13,2019-08-13 +/games/boxart/default.jpg,Black Squad,PC,Shooter,Unknown,NS STUDIO,,,,,,,,2019-03-26 +/games/boxart/full_2998974AmericaFrontccc.jpg,Blasters of the Universe,PS4,Shooter,Secret Location,Secret Location,,,,,,,2018-02-27,2018-02-24 +/games/boxart/full_4327178AmericaFrontccc.jpg,Blasters of the Universe,PC,Shooter,Secret Location,Secret Location,,,,,,,2016-07-14,2018-02-24 +/games/boxart/full_827624AmericaFrontccc.jpg,Blazing Chrome,PC,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 +/games/boxart/full_3815574AmericaFrontccc.jpg,Blazing Chrome,PS4,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 +/games/boxart/full_9424710AmericaFrontccc.jpg,Blazing Chrome,NS,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 +/games/boxart/full_2896965AmericaFrontccc.jpg,Blazing Chrome,XOne,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 +/games/boxart/default.jpg,Blockade Runner,Int,Shooter,Interphase,Interphase,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_6191855AmericaFrontccc.jpg,Blood & Truth,PS4,Shooter,Sony Interactive Entertainment,SIE London Studio,,,,,,,2019-05-28,2019-03-28 +/games/boxart/full_748757AmericaFrontccc.jpeg,Bloodwings: Pumpkinhead's Revenge,PC,Shooter,Motion Picture Corporation of America Interactive,BAP Interactive,,,,,,,1995-01-01,2018-01-04 +/games/boxart/default.jpg,Borderlands 2,And,Shooter,Unknown,Gearbox Software,,,,,,,,2024-01-05 +/games/boxart/full_5132688AmericaFrontccc.jpg,Borderlands 3,PC,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2019-04-08 +/games/boxart/full_8500951AmericaFrontccc.png,Borderlands 3,XOne,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2019-04-08 +/games/boxart/full_5701395AmericaFrontccc.jpg,Borderlands 3,PS4,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2019-04-08 +/games/boxart/full_9827610AmericaFrontccc.jpg,Borderlands Legendary Collection,NS,Shooter,Take-Two Interactive,Gearbox Software,,,,,,,2020-05-29,2020-03-31 +/games/boxart/default.jpg,Borderlands: Game of the Year Edition,XOne,Shooter,Unknown,Gearbox Software,,,,,,,,2019-03-28 +/games/boxart/default.jpg,Borderlands: Game of the Year Edition,PS4,Shooter,Unknown,Gearbox Software,,,,,,,,2019-03-28 +/games/boxart/full_6417257AmericaFrontccc.jpg,BPM: Bullets Per Minute,PC,Shooter,Awe Interactive,Awe Interactive,,,,,,,2020-09-15,2020-07-29 +/games/boxart/full_1229839AmericaFrontccc.jpg,BPM: Bullets Per Minute,PS4,Shooter,Awe Interactive,Awe Interactive,,,,,,,2020-12-01,2020-07-29 +/games/boxart/full_4538508AmericaFrontccc.jpg,BPM: Bullets Per Minute,XOne,Shooter,Awe Interactive,Awe Interactive,,,,,,,2020-12-01,2020-07-29 +/games/boxart/full_2141467AmericaFrontccc.jpg,Bright Memory,PC,Shooter,FYQD Personal Studio,FYQD Personal Studio,,,,,,,2019-01-12,2019-01-25 +/games/boxart/full_5656633AmericaFrontccc.jpg,Bright Memory,XS,Shooter,Unknown,FYQD Personal Studio,,,,,,,,2020-12-09 +/games/boxart/full_1495475AmericaFrontccc.jpg,Bright Memory,All,Shooter,Playism,FYQD Personal Studio,,,,,,,2019-01-12,2020-12-09 +/games/boxart/full_6977864AmericaFrontccc.jpg,Bright Memory Infinite,XS,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2021-06-17 +/games/boxart/full_1993076AmericaFrontccc.jpg,Bright Memory: Infinite,PS5,Shooter,Unknown,FYQD Personal Studio,,,,,,,,2021-06-17 +/games/boxart/full_8066486AmericaFrontccc.jpg,Bright Memory: Infinite,PC,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2019-03-20 +/games/boxart/full_4012758AmericaFrontccc.jpg,Bright Memory: Infinite,XOne,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2019-03-20 +/games/boxart/full_7873709AmericaFrontccc.jpg,Bright Memory: Infinite,PS4,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2019-03-20 +/games/boxart/default.jpg,Buck Rogers: Planet of Zoom,CV,Shooter,Unknown,Sega,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Bulletstorm: Duke of Switch Edition,NS,Shooter,Unknown,People Can Fly,,,,,,,,2019-03-28 +/games/boxart/default.jpg,Buzz Bombers,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_7097504AmericaFrontccc.jpeg,Call of Duty: Black Ops Cold War,PC,Shooter,Activision,Treyarch,,,,,,,2020-11-13,2020-08-20 +/games/boxart/full_8576727AmericaFrontccc.jpeg,Call of Duty: Black Ops Cold War,PS5,Shooter,Activision,Treyarch,,,,,,,2020-11-13,2020-08-20 +/games/boxart/full_8872122AmericaFrontccc.jpeg,Call of Duty: Black Ops Cold War,XS,Shooter,Activision,Treyarch,,,,,,,2020-11-13,2020-08-20 +/games/boxart/full_3271930AmericaFrontccc.jpg,Call of Duty: Black Ops II - Uprising Map Pack,PC,Shooter,Unknown,Treyarch,,,,,,,,2022-08-17 +/games/boxart/full_2919798AmericaFrontccc.jpg,Call of Duty: Black Ops II - Uprising Map Pack,PS3,Shooter,Unknown,Treyarch,,,,,,,,2022-08-17 +/games/boxart/full_8135618AmericaFrontccc.jpg,Call of Duty: Black Ops II - Uprising Map Pack,X360,Shooter,Unknown,Treyarch,,,,,,,,2022-08-17 +/games/boxart/full_7060962AmericaFrontccc.jpg,Call of Duty: Modern Warfare,XOne,Shooter,Activision,Infinity Ward,,,,,,,2019-10-25,2019-06-01 +/games/boxart/full_2058372AmericaFrontccc.jpg,Call of Duty: Modern Warfare,PS4,Shooter,Activision,Infinity Ward,,,,,,,2019-10-24,2019-06-01 +/games/boxart/full_8649013AmericaFrontccc.jpg,Call of Duty: Modern Warfare,PC,Shooter,Activision,Infinity Ward,,,,,,,2019-10-25,2019-06-01 +/games/boxart/full_6219319AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,PC,Shooter,Unknown,Infinity Ward,,,,,,,,2022-06-02 +/games/boxart/full_3355845AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,PS5,Shooter,Unknown,Infinity Ward,7.2,,,,,,,2022-06-02 +/games/boxart/full_9494353AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,XS,Shooter,Unknown,Infinity Ward,8,,,,,,,2022-06-02 +/games/boxart/full_5809912AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,PS4,Shooter,Unknown,Infinity Ward,,,,,,,,2022-06-09 +/games/boxart/full_2635036AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,XOne,Shooter,Unknown,Infinity Ward,,,,,,,,2022-06-09 +/games/boxart/full_1183438AmericaFrontccc.png,Call of Duty: Modern Warfare III,PS5,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 +/games/boxart/full_1602142AmericaFrontccc.png,Call of Duty: Modern Warfare III,XOne,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 +/games/boxart/full_5535932AmericaFrontccc.png,Call of Duty: Modern Warfare III,XS,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 +/games/boxart/full_349784AmericaFrontccc.png,Call of Duty: Modern Warfare III,PC,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 +/games/boxart/full_7115108AmericaFrontccc.png,Call of Duty: Modern Warfare III,PS4,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 +/games/boxart/full_1552466AmericaFrontccc.jpg,Call of Duty: Vanguard,XS,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 +/games/boxart/full_7708292AmericaFrontccc.jpg,Call of Duty: Vanguard,XOne,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 +/games/boxart/full_4206380AmericaFrontccc.jpg,Call of Duty: Vanguard,PS4,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 +/games/boxart/full_6353026AmericaFrontccc.jpg,Call of Duty: Vanguard,PC,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 +/games/boxart/full_7150501AmericaFrontccc.jpg,Call of Duty: Vanguard,PS5,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 +/games/boxart/full_8203478AmericaFrontccc.jpg,Call of Duty: Warzone,PC,Shooter,Activision,Infinity Ward,,,,,,,2020-03-10,2020-03-28 +/games/boxart/full_6731782AmericaFrontccc.jpg,Call of Duty: Warzone,PS4,Shooter,Activision,Infinity Ward,,,,,,,2020-03-10,2020-03-28 +/games/boxart/full_197725AmericaFrontccc.jpg,Call of Duty: Warzone,XOne,Shooter,Activision,Infinity Ward,,,,,,,2020-03-10,2020-03-28 +/games/boxart/default.jpg,Carnival,Int,Shooter,Coleco,Coleco,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_6705839AmericaFrontccc.jpg,Carnival,CV,Shooter,Coleco,Gremlin Industries,,,,,,,1982-10-05,2020-12-05 +/games/boxart/default.jpg,Centipede,CV,Shooter,Unknown,Atari,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Centipede,Int,Shooter,Atarisoft,Atari,,,,,,,1983-01-01,2018-01-13 +/games/boxart/default.jpg,Chicken Invaders,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 +/games/boxart/default.jpg,Chicken Invaders: Cluck of the Dark Side,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 +/games/boxart/default.jpg,Chicken Invaders: Revenge of the Yolk,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 +/games/boxart/full_8444156AmericaFrontccc.jpg,Chicken Invaders: The Next Wave,PC,Shooter,InterAction studios,InterAction Studios,,,,,,,2002-12-22,2018-01-30 +/games/boxart/default.jpg,Chicken Invaders: Ultimate Omelette,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 +/games/boxart/full_4359042AmericaFrontccc.jpg,Chop Goblins,PC,Shooter,Unknown,David Szymanski,,,,,,,,2022-12-17 +/games/boxart/full_541584AmericaFrontccc.png,ChromaGun,NS,Shooter,Pixel Maniacs,Pixel Maniacs,,,,,,,2018-01-22,2018-03-11 +/games/boxart/full_101124AmericaFrontccc.png,Command & Conquer: Renegade,PC,Shooter,Electronic Arts,Westwood Studios,,,,,,,2002-02-27,2019-03-26 +/games/boxart/full_9659026AmericaFrontccc.jpg,Company of Heroes 3,PC,Shooter,Unknown,Relic Entertainment,,,,,,,,2022-11-16 +/games/boxart/default.jpg,Contra,PC,Shooter,Unknown,Konami,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Contra,NS,Shooter,Unknown,Konami,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Contra,MSX,Shooter,Unknown,Konami,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Contra,Mob,Shooter,Unknown,Konami,,,,,,,,2024-01-05 +/games/boxart/default.jpg,Contra,C64,Shooter,Unknown,Konami,,,,,,,,2024-01-05 +/games/boxart/full_7990573AmericaFrontccc.jpg,Convallaria,PS4,Shooter,Sony Computer Entertainment,Loong Force,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_9690936AmericaFrontccc.jpg,Cosmic Avenger,CV,Shooter,Coleco,Universal,,,,,,,1982-09-07,2021-10-18 +/games/boxart/full_4452324AmericaFrontccc.jpg,Cotton Fantasy,PS4,Shooter,Unknown,Studio Saizensen,,,,,,,,2022-03-05 +/games/boxart/full_3026159AmericaFrontccc.jpg,Cotton Fantasy,NS,Shooter,Unknown,Studio Saizensen,,,,,,,,2022-03-05 +/games/boxart/full_4854938PALFrontccc.jpg,Cotton Reboot!,NS,Shooter,Unknown,Rocket-Engine,,,,,,,,2021-06-26 +/games/boxart/full_7319446AmericaFrontccc.jpg,Cotton Reboot!,PS4,Shooter,Unknown,Rocket-Engine,,,,,,,,2021-06-26 +/games/boxart/full_2558260AmericaFrontccc.jpg,Counter-Strike 2,PC,Shooter,Unknown,Valve Corporation,,,,,,,,2023-03-22 +/games/boxart/default.jpg,Counter-Strike Nexon: Zombies,PC,Shooter,Unknown,Valve Corporation,,,,,,,,2019-03-26 +/games/boxart/full_1148683AmericaFrontccc.jpg,Crime Boss: Rockay City,PC,Shooter,Unknown,Ingame Studios,,,,,,,,2023-06-19 +/games/boxart/full_6114987AmericaFrontccc.jpg,Crime Boss: Rockay City,PS5,Shooter,Unknown,Ingame Studios,,,,,,,,2023-06-19 +/games/boxart/full_1298038AmericaFrontccc.jpg,Crime Boss: Rockay City,XS,Shooter,Unknown,Ingame Studios,,,,,,,,2023-06-19 +/games/boxart/full_8745729AmericaFrontccc.png,Crimsonland,NS,Shooter,10tons Ltd,10tons Ltd,,,,,,,2017-11-24,2018-03-11 +/games/boxart/full_7211329AmericaFrontccc.jpg,CrossfireX,XS,Shooter,Smilegate Megaport,Remedy Entertainment,,,,,,,2021-12-01,2020-08-12 +/games/boxart/full_207344AmericaFrontccc.jpg,CrossfireX,XOne,Shooter,Smilegate Megaport,Remedy Entertainment,,,,,,,2021-12-01,2020-08-12 +/games/boxart/full_2992693AmericaFrontccc.jpg,Crucible,PC,Shooter,Amazon Game Studios,Relentless Software,,,,,,,2020-05-21,2020-05-22 +/games/boxart/full_1420673AmericaFrontccc.jpg,Crysis Remastered,NS,Shooter,Crytek,Crytek,,,,,,,2020-07-23,2020-05-26 +/games/boxart/full_6252537AmericaFrontccc.jpg,Crysis Remastered,PC,Shooter,Crytek,Crytek,,,,,,,2020-09-18,2020-05-26 +/games/boxart/full_1486477AmericaFrontccc.jpg,Crysis Remastered,PS4,Shooter,Crytek,Crytek,,,,,,,2020-09-18,2020-05-26 +/games/boxart/full_3398694AmericaFrontccc.jpg,Crysis Remastered,XOne,Shooter,Crytek,Crytek,,,,,,,2020-09-18,2020-05-26 +/games/boxart/full_2447810AmericaFrontccc.jpg,Curved Space,PS4,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 +/games/boxart/full_9661833AmericaFrontccc.jpg,Curved Space,PC,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 +/games/boxart/full_4160486AmericaFrontccc.jpg,Curved Space,XS,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 +/games/boxart/full_7393625AmericaFrontccc.jpg,Curved Space,PS5,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 +/games/boxart/full_1039292AmericaFrontccc.jpg,Darius Cozmic Collection Arcade,NS,Shooter,Unknown,M2,,,,,,,,2020-06-16 +/games/boxart/default.jpg,Darius Cozmic Collection Arcade,PS4,Shooter,Unknown,M2,,,,,,,,2020-06-16 +/games/boxart/full_8457233AmericaFrontccc.jpg,Darius Cozmic Collection Console,PS4,Shooter,Unknown,M2,,,,,,,,2020-06-16 +/games/boxart/full_5443157AmericaFrontccc.jpg,Darius Cozmic Collection Console,NS,Shooter,Unknown,M2,,,,,,,,2020-06-16 +/games/boxart/default.jpg,Darius Cozmic Revelation,PS4,Shooter,Unknown,M2,,,,,,,,2020-06-24 +/games/boxart/default.jpg,Darius Cozmic Revelation,NS,Shooter,Unknown,M2,,,,,,,,2020-06-24 +/games/boxart/full_1657502AmericaFrontccc.jpg,Dariusburst: Another Chronicle EX+,NS,Shooter,Unknown,Taito,,,,,,,,2021-06-06 +/games/boxart/full_2580263AmericaFrontccc.jpg,Dariusburst: Another Chronicle EX+,PS4,Shooter,Unknown,Taito,,,,,,,,2021-06-06 +/games/boxart/full_7879063AmericaFrontccc.jpg,Dead Nation: Apocalypse Edition,PS4,Shooter,Sony Computer Entertainment,Housemarque,,,,,,,2014-03-04,2018-09-24 +/games/boxart/full_8917681AmericaFrontccc.jpg,Deceive Inc.,PC,Shooter,Unknown,Sweet Bandits Studios,,,,,,,,2023-02-02 +/games/boxart/full_5593363AmericaFrontccc.jpg,Deceive Inc.,PS5,Shooter,Unknown,Sweet Bandits Studios,,,,,,,,2023-02-02 +/games/boxart/full_4691036AmericaFrontccc.jpg,Deceive Inc.,XS,Shooter,Unknown,Sweet Bandits Studios,,,,,,,,2023-02-02 +/games/boxart/full_2165452AmericaFrontccc.jpg,Deep Rock Galactic,PC,Shooter,Coffee Stain Studios,Ghost Ship Games,,,,,,,2020-05-13,2020-05-01 +/games/boxart/full_1555851AmericaFrontccc.jpg,Deep Rock Galactic,XOne,Shooter,Coffee Stain Studios,Ghost Ship Games,,,,,,,2020-05-13,2020-05-01 +/games/boxart/default.jpg,Defender,CV,Shooter,Unknown,Williams Electronics,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Defender,Int,Shooter,Atarisoft,Atari,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_7080450AmericaFrontccc.jpg,Demon Attack,Int,Shooter,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_8219952AmericaFrontccc.jpg,Demon Throttle,NS,Shooter,Unknown,Doinksoft,,,,,,,,2021-06-13 +/games/boxart/default.jpg,Descent (2019),PC,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 +/games/boxart/default.jpg,Descent (2019),PS4,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 +/games/boxart/default.jpg,Descent (2019),XOne,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 +/games/boxart/default.jpg,Descent (2019),NS,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 +/games/boxart/full_948660AmericaFrontccc.jpg,Destiny 2,PS5,Shooter,Bungie Software,Bungie,,,,,,,2021-12-01,2020-06-13 +/games/boxart/full_8035988AmericaFrontccc.jpg,Destiny 2,XS,Shooter,Bungie Software,Bungie,,,,,,,2021-12-01,2020-06-13 +/games/boxart/full_7420779AmericaFrontccc.jpeg,Destiny 2: Beyond Light,PC,Shooter,Bungie Software,Bungie,,,,,,,2020-11-10,2020-09-08 +/games/boxart/full_9210130AmericaFrontccc.jpeg,Destiny 2: Beyond Light,PS4,Shooter,Bungie Software,Bungie,,,,,,,2020-11-10,2020-09-08 +/games/boxart/full_4156844AmericaFrontccc.jpeg,Destiny 2: Beyond Light,PS5,Shooter,Bungie Software,Bungie,,,,,,,2020-12-01,2020-09-08 +/games/boxart/full_1578695AmericaFrontccc.jpeg,Destiny 2: Beyond Light,XOne,Shooter,Bungie Software,Bungie,,,,,,,2020-11-10,2020-09-08 +/games/boxart/full_4843454AmericaFrontccc.jpeg,Destiny 2: Beyond Light,XS,Shooter,Bungie Software,Bungie,,,,,,,2020-12-01,2020-09-08 +/games/boxart/full_6977433AmericaFrontccc.jpeg,Destiny 2: Shadowkeep,PC,Shooter,Bungie Software,Bungie,,,,,,,2019-09-07,2019-07-21 +/games/boxart/full_8547037AmericaFrontccc.jpeg,Destiny 2: Shadowkeep,PS4,Shooter,Bungie Software,Bungie,,,,,,,2019-09-07,2019-07-21 +/games/boxart/full_3906225AmericaFrontccc.jpeg,Destiny 2: Shadowkeep,XOne,Shooter,Bungie Software,Bungie,,,,,,,2019-09-17,2019-07-21 +/games/boxart/default.jpg,Dig Dug,Int,Shooter,INTV Corporation,Atari,,,,,,,1987-01-01,2018-01-13 +/games/boxart/full_3899399AmericaFrontccc.png,Dimension Drive,NS,Shooter,2Awesome Studio,2Awesome Studio,,,,,,,2017-12-07,2018-03-11 +/games/boxart/default.jpg,Dinosaur Hunt First Blood,PC,Shooter,Unknown,Racing Bros,,,,,,,,2019-03-29 +/games/boxart/full_6784633JapanFrontccc.jpg,Dinosaur Hunting,XB,Shooter,Microsoft Game Studios,Scarab,,,,,,,2003-09-18,2018-10-11 +/games/boxart/default.jpg,Dirty Bomb,PC,Shooter,Unknown,Splash Damage,,,,,,,,2019-03-26 +/games/boxart/full_5991504AmericaFrontccc.png,Disintegration,PC,Shooter,Private Division,V1 Interactive,,,,,,,2020-06-16,2019-10-17 +/games/boxart/full_4087491AmericaFrontccc.png,Disintegration,XOne,Shooter,Private Division,V1 Interactive,,,,,,,2020-06-16,2019-10-17 +/games/boxart/full_6374730AmericaFrontccc.png,Disintegration,PS4,Shooter,Private Division,V1 Interactive,,,,,,,2020-06-16,2019-10-17 +/games/boxart/full_2513104JapanFrontccc.jpg,Dogfighter: World War 2,PS4,Shooter,IGGYMOB,IGGYMOB,,,,,,,2019-12-01,2019-08-12 +/games/boxart/full_4383578AmericaFrontccc.jpg,Doom,PS4,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_8939092AmericaFrontccc.jpg,Doom,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_5817443AmericaFrontccc.jpg,Doom,And,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_5002355AmericaFrontccc.png,Doom,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_949457AmericaFrontccc.jpg,Doom,iOS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_1222358AmericaFrontccc.jpg,Doom 3,iOS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_8272460AmericaFrontccc.jpg,Doom 3,And,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_5472741AmericaFrontccc.jpg,Doom 3,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_7900585AmericaFrontccc.jpg,Doom 3,PS4,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_4088526AmericaFrontccc.png,Doom 3,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_4047809AmericaFrontccc.png,Doom 64,NS,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 +/games/boxart/full_5742377AmericaFrontccc.jpg,Doom 64,PC,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 +/games/boxart/full_3878904AmericaFrontccc.jpg,Doom 64,PS4,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 +/games/boxart/full_3951282AmericaFrontccc.jpg,Doom 64,XOne,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 +/games/boxart/full_7229085AmericaFrontccc.png,Doom Eternal,PC,Shooter,Bethesda Softworks,id Software,,,,,,,2020-03-20,2019-07-08 +/games/boxart/full_217504AmericaFrontccc.png,Doom Eternal,XS,Shooter,Unknown,id Software,,,,,,,,2021-06-15 +/games/boxart/full_4414394AmericaFrontccc.jpg,Doom Eternal,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2020-03-20,2019-07-08 +/games/boxart/full_3054125AmericaFrontccc.png,Doom Eternal,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2020-12-20,2018-06-13 +/games/boxart/full_1393294AmericaFrontccc.png,Doom Eternal,PS5,Shooter,Unknown,id Software,,,,,,,,2021-06-15 +/games/boxart/full_1019929AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part One,PC,Shooter,Unknown,id Software,,,,,,,,2020-11-12 +/games/boxart/full_6542484AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part One,PS4,Shooter,Unknown,id Software,,,,,,,,2020-11-12 +/games/boxart/full_9289009AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part One,XOne,Shooter,Unknown,id Software,,,,,,,,2020-11-12 +/games/boxart/full_5952970AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,PS4,Shooter,Unknown,id Software,,,,,,,,2021-04-01 +/games/boxart/full_6858647AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,XOne,Shooter,Unknown,id Software,,,,,,,,2021-04-01 +/games/boxart/full_5800134AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,NS,Shooter,Unknown,id Software,,,,,,,,2021-04-01 +/games/boxart/full_336116AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,PC,Shooter,Unknown,id Software,,,,,,,,2021-04-01 +/games/boxart/full_1592034AmericaFrontccc.png,Doom II,And,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_2165589AmericaFrontccc.png,Doom II,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_1143419AmericaFrontccc.png,Doom II,iOS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_6359676AmericaFrontccc.png,Doom II,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/full_2777426AmericaFrontccc.png,Doom II,PS4,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 +/games/boxart/default.jpg,Dragon Blaze,NS,Shooter,Unknown,ZeroDiv,,,,,,,,2020-01-16 +/games/boxart/full_6861238AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,NS,Shooter,Gearbox Publishing,Gearbox Software,,,,,,,2020-06-23,2020-06-19 +/games/boxart/full_4598111AmericaFrontccc.jpg,Duke!ZONE for Duke Nukem 3D,PC,Shooter,WizardWorks,WizardWorks,,,,,,,1996-06-01,2018-03-31 +/games/boxart/full_6967637AmericaFrontccc.jpg,Earth Defense Force 5,PC,Shooter,D3 Publisher,Sandlot,,,,,,,2019-07-11,2019-07-10 +/games/boxart/full_1586191AmericaFrontccc.jpg,Earth Defense Force 6,PC,Shooter,Unknown,Sandlot,,,,,,,,2023-10-15 +/games/boxart/full_9537436AmericaFrontccc.jpg,Earth Defense Force 6,PS4,Shooter,Unknown,Sandlot,,,,,,,,2023-10-15 +/games/boxart/full_7032552AmericaFrontccc.jpg,Earth Defense Force 6,PS5,Shooter,Unknown,Sandlot,,,,,,,,2023-10-15 +/games/boxart/full_361139AmericaFrontccc.jpg,Earth Defense Force: Iron Rain,PC,Shooter,D3 Publisher,Unknown,,,,,,,2019-10-15,2019-10-15 +/games/boxart/full_3179595JapanFrontccc.jpg,Earth Defense Force: Iron Rain,PS4,Shooter,D3 Publisher,"Yuke's Co., Ltd.",,,,,,,2019-04-11,2019-01-29 +/games/boxart/full_8720573AmericaFrontccc.jpg,Echoes+,PC,Shooter,Unknown,Binary Zoo,,,,,,,2015-01-16,2019-04-21 +/games/boxart/full_8726446AmericaFrontccc.jpg,"El Paso, Elsewhere",PC,Shooter,Unknown,Strange Scaffold,,,,,,,,2023-12-16 +/games/boxart/full_2145624AmericaFrontccc.jpg,"El Paso, Elsewhere",XOne,Shooter,Unknown,Strange Scaffold,,,,,,,,2023-12-16 +/games/boxart/full_6004145AmericaFrontccc.jpg,"El Paso, Elsewhere",XS,Shooter,Unknown,Strange Scaffold,,,,,,,,2023-12-16 +/games/boxart/full_9902182AmericaFrontccc.jpg,Escape From Tarkov,PC,Shooter,Unknown,Battlestate Games,,,,,,,,2022-01-01 +/games/boxart/full_7873783AmericaFrontccc.jpg,EVE: Valkyrie – Warzone,OR,Shooter,CCP,CCP,,,,,,,2016-03-25,2021-10-29 +/games/boxart/full_3275253AmericaFrontccc.jpg,Everspace,PS4,Shooter,Badland Games,Rockfish Games,,,,,,,2018-11-27,2018-03-18 +/games/boxart/full_6921291AmericaFrontccc.jpg,Everspace 2,XS,Shooter,Unknown,Rockfish Games,,,,,,,,2023-04-06 +/games/boxart/full_4038831AmericaFrontccc.jpg,Everspace 2,PS5,Shooter,Unknown,Rockfish Games,,,,,,,,2023-04-06 +/games/boxart/full_6521988AmericaFrontccc.jpg,Exoborne,PC,Shooter,Unknown,Sharkmob AB,,,,,,,,2023-12-07 +/games/boxart/full_6521567AmericaFrontccc.jpg,Exoborne,PS5,Shooter,Unknown,Sharkmob AB,,,,,,,,2023-12-07 +/games/boxart/full_7990123AmericaFrontccc.jpg,Exoborne,XS,Shooter,Unknown,Sharkmob AB,,,,,,,,2023-12-07 +/games/boxart/full_2393219AmericaFrontccc.jpg,Exomecha,PC,Shooter,TwistedRed,TwistedRed,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_9373381AmericaFrontccc.jpg,Exomecha,XOne,Shooter,TwistedRed,TwistedRed,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_4657942AmericaFrontccc.jpg,Exomecha,XS,Shooter,TwistedRed,TwistedRed,,,,,,,2021-12-01,2020-07-23 +/games/boxart/full_4565002AmericaFrontccc.jpg,Exoprimal,PC,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 +/games/boxart/full_2330499AmericaFrontccc.jpg,Exoprimal,PS4,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 +/games/boxart/full_7305939AmericaFrontccc.jpg,Exoprimal,PS5,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 +/games/boxart/full_767563AmericaFrontccc.jpg,Exoprimal,XOne,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 +/games/boxart/full_5853035AmericaFrontccc.jpg,Exoprimal,XS,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 +/games/boxart/full_1793439AmericaFrontccc.jpg,Far Cry 6,PS4,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 +/games/boxart/full_1791698AmericaFrontccc.jpg,Far Cry 6,PS5,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 +/games/boxart/full_9429283AmericaFrontccc.png,Far Cry 6,All,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-10-07,2020-10-28 +/games/boxart/full_8724288AmericaFrontccc.jpg,Far Cry 6,XOne,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 +/games/boxart/full_7125283AmericaFrontccc.jpg,Far Cry 6,XS,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 +/games/boxart/full_8614958AmericaFrontccc.jpg,Far Cry 6,PC,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 +/games/boxart/full_4404382AmericaFrontccc.jpg,Far Cry: New Dawn,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2019-02-15,2018-12-12 +/games/boxart/full_6360483AmericaFrontccc.jpg,Far Cry: New Dawn,PS4,Shooter,Ubisoft,Ubisoft,,,,,,,2019-02-15,2018-12-12 +/games/boxart/full_4281634AmericaFrontccc.jpg,Far Cry: New Dawn,XOne,Shooter,Ubisoft,Ubisoft,,,,,,,2019-02-15,2018-12-12 +/games/boxart/full_3141066AmericaFrontccc.jpg,Foamstars,PS4,Shooter,Unknown,Square Enix,,,,,,,,2024-01-16 +/games/boxart/full_1199846AmericaFrontccc.jpg,Foamstars,PS5,Shooter,Unknown,Square Enix,,,,,,,,2024-01-16 +/games/boxart/full_363698AmericaFrontccc.jpg,Fortnite,PS5,Shooter,Epic Games,Epic Games,,,,,,,2020-11-12,2020-06-13 +/games/boxart/full_7741273AmericaFrontccc.jpg,Fortnite,XS,Shooter,Epic Games,Epic Games,,,,,,,2020-11-10,2020-06-13 +/games/boxart/default.jpg,Fortnite: Save the World,XOne,Shooter,Unknown,Epic Games,,,,,,,,2019-04-10 +/games/boxart/default.jpg,Fortnite: Save the World,PC,Shooter,Unknown,Epic Games,,,,,,,,2019-04-10 +/games/boxart/default.jpg,Fortnite: Save the World,PS4,Shooter,Unknown,Epic Games,,,,,,,,2019-04-10 +/games/boxart/full_7137403AmericaFrontccc.jpg,Fuse,PS3,Shooter,Unknown,Insomniac Games,,,,,,,,2022-08-17 +/games/boxart/full_2303680AmericaFrontccc.jpg,Fuse,X360,Shooter,Unknown,Insomniac Games,,,,,,,,2022-08-17 +/games/boxart/full_5433835AmericaFrontccc.jpg,G-Darius HD,NS,Shooter,Unknown,Taito,,,,,,,,2021-09-02 +/games/boxart/full_736900AmericaFrontccc.jpg,G-Darius HD,PS4,Shooter,Unknown,Taito,,,,,,,,2021-09-02 +/games/boxart/full_5672898AmericaFrontccc.png,G.I. Joe: Operation Blackout,NS,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-10-13,2020-09-24 +/games/boxart/full_7720841AmericaFrontccc.jpg,G.I. Joe: Operation Blackout,PS4,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-10-13,2021-01-31 +/games/boxart/full_5187736AmericaFrontccc.jpg,G.I. Joe: Operation Blackout,XOne,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-10-13,2021-01-31 +/games/boxart/full_9393769AmericaFrontccc.png,G.I. Joe: Operation Blackout,PC,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-12-15,2020-12-18 +/games/boxart/default.jpg,G.I. Joe: Operation Blackout (Gold Edition),NS,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2021-07-31,2021-12-21 +/games/boxart/default.jpg,G.I. Joe: Operation Blackout (Gold Edition),XOne,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2021-07-31,2021-12-21 +/games/boxart/full_3766746AmericaFrontccc.gif,G.I. Joe: Operation Blackout (Gold Edition),PS4,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2021-07-31,2021-12-21 +/games/boxart/default.jpg,Gal Gun: Double Peace,PC,Shooter,PQube,Inti Creates,,,,,,,2016-09-27,2018-04-28 +/games/boxart/full_7811852AmericaFrontccc.jpg,Gal*Gun Returns,PC,Shooter,Unknown,Inti Creates,,,,,,,,2021-01-28 +/games/boxart/full_7031136AmericaFrontccc.jpg,Gal*Gun Returns,NS,Shooter,PQube,Inti Creates,,,,,,,2021-02-12,2021-01-28 +/games/boxart/full_5605231AmericaFrontccc.jpg,Games of Glory,PC,Shooter,Lightbulb Crew,Lightbulb Crew,,,,,,,2017-04-25,2019-04-17 +/games/boxart/full_522338AmericaFrontccc.png,Gears 5,XS,Shooter,Xbox Game Studios,The Coalition,,,,,,,2020-12-01,2020-06-17 +/games/boxart/full_2905779AmericaFrontccc.jpg,Gears 5,XOne,Shooter,Microsoft Studios,The Coalition,,,,,,,2019-09-10,2019-06-09 +/games/boxart/full_9699013AmericaFrontccc.jpeg,Gears 5,PC,Shooter,Microsoft Studios,The Coalition,,,,,,,2019-09-10,2019-06-09 +/games/boxart/full_9783488AmericaFrontccc.jpeg,Gears of War 4,PC,Shooter,Microsoft Studios,The Coalition,,,,,,,2016-10-11,2018-03-14 +/games/boxart/full_8760960AmericaFrontccc.jpeg,Gears of War: Ultimate Edition for Windows 10,PC,Shooter,Microsoft Studios,The Coalition,,,,,,,2016-03-01,2018-10-01 +/games/boxart/full_2018012AmericaFrontccc.jpg,Generation Zero,PC,Shooter,THQ Nordic,Avalanche Studios,,,,,,,2019-03-26,2019-03-15 +/games/boxart/full_8671831AmericaFrontccc.jpg,Generation Zero,XOne,Shooter,THQ Nordic,Avalanche Studios,,,,,,,2019-03-26,2019-03-18 +/games/boxart/full_6248267AmericaFrontccc.jpg,Generation Zero,PS4,Shooter,THQ Nordic,Avalanche Studios,,,,,,,2019-03-26,2019-03-18 +/games/boxart/full_1431538JapanFrontccc.jpg,Germs: Nerawareta Machi,PS,Shooter,Unknown,KAJ,,,,,,,,2020-10-02 +/games/boxart/full_31979AmericaFrontccc.jpg,Grand Brix Shooter,NS,Shooter,"Intragames Co.,Ltd.","Intragames Co.,Ltd.",,,,,,,2019-08-29,2019-08-12 +/games/boxart/full_679822AmericaFrontccc.jpg,Grand Brix Shooter,PC,Shooter,"Intragames Co.,Ltd.","Intragames Co.,Ltd.",,,,,,,2019-08-29,2019-08-12 +/games/boxart/full_2814491AmericaFrontccc.png,GUNBIRD,NS,Shooter,Zerodiv,ZeroDiv,,,,,,,2017-12-07,2018-03-12 +/games/boxart/full_2741003AmericaFrontccc.jpg,Gungrave G.O.R.E.,PS4,Shooter,Unknown,IGGYMOB,,,,,,,,2018-12-19 +/games/boxart/full_7999339AmericaFrontccc.jpg,Gunhead,PC,Shooter,Unknown,AlienTrap Games,,,,,,,,2023-10-24 +/games/boxart/full_563670AmericaFrontccc.jpg,Gunhead,PS5,Shooter,Unknown,AlienTrap Games,,,,,,,,2023-10-24 +/games/boxart/full_8221366AmericaFrontccc.jpg,Halley's Comet,Arc,Shooter,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/full_4424827AmericaFrontccc.jpg,Halo Infinite,XOne,Shooter,Microsoft Studios,343 Industries,,,,,,,2021-12-08,2019-06-19 +/games/boxart/full_3479487AmericaFrontccc.png,Halo Infinite,XS,Shooter,Xbox Game Studios,Microsoft Game Studios,,,,,,,2021-12-08,2019-12-13 +/games/boxart/full_794069AmericaFrontccc.jpg,Halo Infinite,PC,Shooter,Microsoft Studios,343 Industries,,,,,,,2021-12-08,2019-06-19 +/games/boxart/full_4127297JapanFrontccc.jpg,Halo: History Pack,XB,Shooter,Microsoft Game Studios,Bungie Studios,,,,,,,2007-09-13,2018-10-11 +/games/boxart/full_3260885AmericaFrontccc.jpg,Halo: The Master Chief Collection,PC,Shooter,Microsoft Studios,343 Industries,,,,,,,2019-12-03,2019-04-11 +/games/boxart/full_5473696AmericaFrontccc.jpg,Helldivers 2,PC,Shooter,Unknown,Arrowhead Game Studios,,,,,,,,2023-09-15 +/games/boxart/full_8934194AmericaFrontccc.jpg,Helldivers 2,PS5,Shooter,Sony Interactive Entertainment,Arrowhead Game Studios,,,,,,,2024-02-08,2023-09-15 +/games/boxart/full_998010AmericaFrontccc.jpg,High on Life,PC,Shooter,Unknown,Squanch Games,,,,,,,,2022-06-13 +/games/boxart/full_3603124AmericaFrontccc.jpg,High on Life,XOne,Shooter,Unknown,Squanch Games,,,,,,,,2022-06-13 +/games/boxart/full_9922222AmericaFrontccc.jpg,High on Life,XS,Shooter,Unknown,Squanch Games,,,,,,,,2022-06-13 +/games/boxart/full_4137710AmericaFrontccc.jpg,Hitman 3,PS5,Shooter,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-11 +/games/boxart/full_877047AmericaFrontccc.jpg,Horizon Shift,PC,Shooter,Kiss,Flump Studios,,,,,,,2015-05-29,2019-04-21 +/games/boxart/default.jpg,Hover Force,Int,Shooter,INTV Corporation,Realtime Associates,,,,,,,1986-01-01,2018-01-13 +/games/boxart/full_2639859AmericaFrontccc.jpg,Hunt: Showdown,PS4,Shooter,Crytek,Crytek,,,,,,,2020-02-18,2020-01-20 +/games/boxart/full_3135357AmericaFrontccc.jpg,Hunt: Showdown,XOne,Shooter,Crytek,Crytek,,,,,,,2019-09-19,2020-01-20 +/games/boxart/full_7453013AmericaFrontccc.jpg,HYPER DEMON,PC,Shooter,Unknown,Sorath,,,,,,,,2022-10-10 +/games/boxart/full_161722AmericaFrontccc.jpg,Hyper Scape,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-07-12,2020-07-08 +/games/boxart/full_4007010AmericaFrontccc.jpg,Hyper Scape,PS4,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-08-11,2020-07-08 +/games/boxart/full_5562609AmericaFrontccc.jpg,Hyper Scape,XOne,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-08-11,2020-07-08 +/games/boxart/full_9923704AmericaFrontccc.png,Hypercharge: Unboxed,NS,Shooter,Digital Cybercherries,Digital Cybercherries,,,,,,,2020-01-31,2020-01-17 +/games/boxart/full_1164907AmericaFrontccc.png,Hypercharge: Unboxed,PC,Shooter,Digital Cybercherries,Digital Cybercherries,,,,,,,2020-12-01,2020-01-17 +/games/boxart/full_2509430AmericaFrontccc.png,Ikaruga,NS,Shooter,Unknown,Treasure,,,,,,,,2018-05-21 +/games/boxart/full_369908AmericaFrontccc.jpg,Immortal Legacy: The Jade Cipher,PS4,Shooter,Sony Interactive Entertainment,VIVA Games,,,,,,,2019-04-16,2019-12-18 +/games/boxart/full_4003605AmericaFrontccc.jpg,Immortal Redneck,PC,Shooter,CremaGames,CremaGames,,,,,,,2017-04-25,2018-03-07 +/games/boxart/full_6330516AmericaFrontccc.png,Immortal Redneck,NS,Shooter,CremaGames,CremaGames,,,,,,,2018-05-10,2018-04-17 +/games/boxart/full_5703567AmericaFrontccc.jpg,Immortal Redneck,PS4,Shooter,CremaGames,CremaGames,,,,,,,2018-02-27,2018-03-07 +/games/boxart/full_2434499AmericaFrontccc.jpg,Immortal Redneck,XOne,Shooter,CremaGames,CremaGames,,,,,,,2018-02-27,2018-03-07 +/games/boxart/full_4966223AmericaFrontccc.jpg,Immortals of Aveum,PC,Shooter,Unknown,Ascendant Studios,,,,,,,,2022-12-09 +/games/boxart/full_3810897AmericaFrontccc.jpg,Immortals of Aveum,PS5,Shooter,Unknown,Ascendant Studios,,,,,,,,2022-12-09 +/games/boxart/full_2858785AmericaFrontccc.jpg,Immortals of Aveum,XS,Shooter,Unknown,Ascendant Studios,,,,,,,,2022-12-09 +/games/boxart/full_9490028AmericaFrontccc.jpg,Impaler,PC,Shooter,Unknown,Apptivus,,,,,,,,2022-12-23 +/games/boxart/default.jpg,In Death,OR,Shooter,Unknown,Sólfar Studios,,,,,,,,2022-03-15 +/games/boxart/full_6460796JapanFrontccc.jpeg,Insector X,NES,Shooter,Taito Corporation,Taito,,,,,,,1990-09-21,2017-12-31 +/games/boxart/full_8315009AmericaFrontccc.jpg,Insurgency: Sandstorm,XOne,Shooter,Focus Home Interactive,New World Interactive,,,,,,,2020-12-25,2018-12-12 +/games/boxart/full_4585765AmericaFrontccc.jpg,Insurgency: Sandstorm,PS4,Shooter,Focus Home Interactive,New World Interactive,,,,,,,2020-12-25,2018-12-12 +/games/boxart/full_3167887AmericaFrontccc.jpg,Ion Fury,PC,Shooter,3D Realms,Voidpoint,,,,,,,2019-08-15,2019-08-12 +/games/boxart/full_3418565AmericaFrontccc.jpg,Ion Fury,NS,Shooter,3D Realms,Voidpoint,,,,,,,2020-05-14,2019-08-12 +/games/boxart/full_5465076AmericaFrontccc.jpg,Ion Fury,PS4,Shooter,3D Realms,Voidpoint,,,,,,,2020-05-14,2019-08-12 +/games/boxart/full_7644791AmericaFrontccc.jpg,Ion Fury,XOne,Shooter,3D Realms,Voidpoint,,,,,,,2020-05-14,2019-08-12 +/games/boxart/full_8112829AmericaFrontccc.jpg,Irem Collection Volume 1,PS4,Shooter,Unknown,Tozai Games,,,,,,,,2023-05-02 +/games/boxart/full_1953215AmericaFrontccc.jpg,Irem Collection Volume 1,NS,Shooter,Unknown,Tozai Games,,,,,,,,2023-05-02 +/games/boxart/full_2596313AmericaFrontccc.jpg,Irem Collection Volume 1,PS5,Shooter,Unknown,Tozai Games,,,,,,,,2023-05-02 +/games/boxart/full_107712AmericaFrontccc.jpg,Irem Collection Volume 2,PS5,Shooter,Unknown,Tozai Games,,,,,,,,2023-07-13 +/games/boxart/full_3133310AmericaFrontccc.jpg,Irem Collection Volume 2,PS4,Shooter,Unknown,Tozai Games,,,,,,,,2023-07-13 +/games/boxart/full_7517359AmericaFrontccc.jpg,Irem Collection Volume 2,NS,Shooter,Unknown,Tozai Games,,,,,,,,2023-07-13 +/games/boxart/full_6733461AmericaFrontccc.png,Iro Hero,NS,Shooter,Unknown,Artax Games SL,,,,,,,,2018-06-06 +/games/boxart/full_3906864AmericaFrontccc.jpg,ITTA,NS,Shooter,Armor Games,Glass Revolver,,,,,,,2020-12-01,2020-01-14 +/games/boxart/full_4506423AmericaFrontccc.jpg,ITTA,PC,Shooter,Armor Games,Glass Revolver,,,,,,,2020-12-01,2020-01-14 +/games/boxart/full_6298650AmericaFrontccc.png,Jamestown+,NS,Shooter,Unknown,Final Form Games,,,,,,,,2019-12-05 +/games/boxart/full_376310AmericaFrontccc.jpg,Judas,PS5,Shooter,Ghost Story Games,Ghost Story Games,,,,,,,2024-12-31,2022-12-09 +/games/boxart/full_3907910AmericaFrontccc.jpg,Judas,XS,Shooter,Ghost Story Games,Ghost Story Games,,,,,,,2024-12-31,2022-12-09 +/games/boxart/full_2518566AmericaFrontccc.jpg,Judas,PC,Shooter,Ghost Story Games,Ghost Story Games,,,,,,,2024-12-31,2022-12-09 +/games/boxart/full_8703825AmericaFrontccc.jpg,KINGDOM of the DEAD,PC,Shooter,Unknown,Dirigo Games,,,,,,,,2022-01-26 +/games/boxart/full_5086350AmericaFrontccc.jpg,LA Cops,XOne,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 +/games/boxart/full_3715534AmericaFrontccc.jpg,Last Encounter,PS4,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 +/games/boxart/full_4491779AmericaFrontccc.jpg,Last Encounter,XOne,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 +/games/boxart/full_1666335AmericaFrontccc.jpg,Last Encounter,NS,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 +/games/boxart/full_3563936AmericaFrontccc.jpg,Last Encounter,PC,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 +/games/boxart/full_9829450AmericaFrontccc.jpg,Left Alive,PC,Shooter,Square Enix,Square Enix,,,,,,,2019-03-05,2019-03-21 +/games/boxart/full_5179918AmericaFrontccc.jpg,Left Alive,PS4,Shooter,Square Enix,Square Enix,,,,,,,2019-03-05,2018-11-15 +/games/boxart/full_7905668AmericaFrontccc.jpg,Lemnis Gate,XOne,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 +/games/boxart/full_3365382AmericaFrontccc.jpg,Lemnis Gate,XS,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 +/games/boxart/full_6934642AmericaFrontccc.jpg,Lemnis Gate,PC,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 +/games/boxart/full_3067140AmericaFrontccc.jpg,Lemnis Gate,PS4,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 +/games/boxart/full_5097886AmericaFrontccc.jpg,Lemnis Gate,PS5,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 +/games/boxart/full_2983497AmericaFrontccc.png,Liberation Maiden,3DS,Shooter,Level 5,Grasshopper Manufacture,7.4,,,,,,2012-10-25,2018-04-12 +/games/boxart/full_7193801AmericaFrontccc.png,Marathon,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1994-12-21,2018-11-26 +/games/boxart/full_6199131AmericaFrontccc.jpg,Marathon Trilogy,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1997-01-01,2018-11-26 +/games/boxart/full_4081659AmericaFrontccc.png,Masked Forces,WiiU,Shooter,R.G.B. SRL,R.G.B.,,,,,,,2018-05-31,2020-10-05 +/games/boxart/default.jpg,Masters of the Universe: The Power of He-Man,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_1925924PALFrontccc.jpg,Matterfall,PS4,Shooter,Sony Interactive Entertainment,Housemarque,,,,,,,2017-08-15,2018-09-15 +/games/boxart/full_2446403AmericaFrontccc.jpg,Medal of Honor: Above and Beyond,PC,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2020-12-11,2019-10-29 +/games/boxart/full_4629160AmericaFrontccc.jpg,Medal of Honor: Warfighter,All,Shooter,Electronic Arts,Danger Close Games,,,,,,,2012-10-23,2020-11-02 +/games/boxart/full_7821425AmericaFrontccc.jpg,Meet Your Maker,PS5,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 +/games/boxart/full_674612AmericaFrontccc.jpg,Meet Your Maker,XOne,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 +/games/boxart/full_5941101AmericaFrontccc.jpg,Meet Your Maker,XS,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 +/games/boxart/full_3369095AmericaFrontccc.jpg,Meet Your Maker,PC,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 +/games/boxart/full_3101835AmericaFrontccc.jpg,Meet Your Maker,PS4,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 +/games/boxart/full_2068312AmericaFrontccc.png,Men in Black: Alien Crisis,PC,Shooter,Unknown,FUN Labs,,,,,,,,2022-08-11 +/games/boxart/full_4534914AmericaFrontccc.png,Men in Black: Alien Crisis,PS3,Shooter,Unknown,FUN Labs,,,,,,,,2022-08-11 +/games/boxart/full_7000388AmericaFrontccc.png,Men in Black: Alien Crisis,X360,Shooter,Unknown,FUN Labs,,,,,,,,2022-08-11 +/games/boxart/full_1667485AmericaFrontccc.jpg,Menacer 6-Game Cartridge,GEN,Shooter,Sega,"Western Technologies, Inc.",,,,,,,1992-06-01,2018-03-30 +/games/boxart/default.jpg,Metal Slug 2,PC,Shooter,Unknown,SNK Corporation,,,,,,,,2017-12-30 +/games/boxart/default.jpg,Metal Soldiers 2,And,Shooter,Unknown,Play365,,,,,,,,2018-01-08 +/games/boxart/full_766979AmericaFrontccc.jpg,Metal Wolf Chaos XD,PS4,Shooter,Devolver Digital,From Software,,,,,,,2019-08-06,2019-07-06 +/games/boxart/full_4017584AmericaFrontccc.jpg,Metal Wolf Chaos XD,PC,Shooter,Devolver Digital,From Software,,,,,,,2019-08-06,2019-07-06 +/games/boxart/full_7942612AmericaFrontccc.jpg,Metal Wolf Chaos XD,XOne,Shooter,Devolver Digital,From Software,,,,,,,2019-08-06,2019-07-06 +/games/boxart/full_1823242AmericaFrontccc.jpg,Metal: Hellsinger,PC,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_3425751AmericaFrontccc.jpg,Metal: Hellsinger,PS4,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_4806220AmericaFrontccc.jpg,Metal: Hellsinger,PS5,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_6350430AmericaFrontccc.jpg,Metal: Hellsinger,XOne,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_1643412AmericaFrontccc.jpg,Metal: Hellsinger,XS,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 +/games/boxart/full_3415840PALFrontccc.jpg,METRO Redux,NS,Shooter,Deep Silver,4a-games,,,,,,,2020-02-28,2020-01-22 +/games/boxart/full_417545PALFrontccc.jpg,Metroid Prime Trilogy,WiiU,Shooter,Nintendo,Retro Studios,,,,,,,2015-01-29,2022-05-08 +/games/boxart/default.jpg,Microsurgeon,Int,Shooter,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_1560458AmericaFrontccc.jpg,Mighty Goose,NS,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 +/games/boxart/full_8518557AmericaFrontccc.jpg,Mighty Goose,PC,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 +/games/boxart/full_8797678AmericaFrontccc.jpg,Mighty Goose,PS4,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 +/games/boxart/full_9139560AmericaFrontccc.jpg,Mighty Goose,XOne,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 +/games/boxart/default.jpg,Mission X,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_1106974AmericaFrontccc.jpg,Morphies Law,NS,Shooter,Unknown,Cosmoscope,,,,,,,,2018-03-21 +/games/boxart/full_3730407AmericaFrontccc.jpg,Mothergunship,PC,Shooter,Unknown,Grip Games,,,,,,,,2018-04-03 +/games/boxart/full_6819366AmericaFrontccc.jpg,MOTHERGUNSHIP: FORGE,PC,Shooter,Unknown,Terrible Posture Games,,,,,,,,2022-11-19 +/games/boxart/full_6511154AmericaFrontccc.png,My Friend Pedro,NS,Shooter,Devolver Digital,,,,,,,,2019-06-20,2019-06-10 +/games/boxart/full_6946845AmericaFrontccc.jpg,My Friend Pedro,PC,Shooter,Devolver Digital,,,,,,,,2019-06-20,2019-06-10 +/games/boxart/full_5315494AmericaFrontccc.jpg,My Friend Pedro,PS4,Shooter,Devolver Digital,DeadToast Entertainment,,,,,,,2020-04-02,2020-03-30 +/games/boxart/full_9273264AmericaFrontccc.jpg,My Friend Pedro,XOne,Shooter,Devolver Digital,DeadToast Entertainment,,,,,,,2019-12-05,2020-03-30 +/games/boxart/full_2261358AmericaFrontccc.jpg,Natsuki Chronicles,PC,Shooter,Unknown,Qute Corporation,,,,,,,,2021-02-27 +/games/boxart/full_9839909AmericaFrontccc.jpg,Natsuki Chronicles,PS4,Shooter,Unknown,Qute Corporation,,,,,,,,2021-02-27 +/games/boxart/default.jpg,Neon Chrome,PC,Shooter,Unknown,10tons Ltd,,,,,,,,2018-01-05 +/games/boxart/full_2463974AmericaFrontccc.jpg,Nerf Legends,PS5,Shooter,GameMill Entertainment,FUN Labs,,,,,,,2021-11-19,2021-12-04 +/games/boxart/default.jpg,Nerf Legends,XOne,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 +/games/boxart/default.jpg,Nerf Legends,PS4,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 +/games/boxart/default.jpg,Nerf Legends,NS,Shooter,GameMill Entertainment,FUN Labs,,,,,,,2021-11-19,2022-06-11 +/games/boxart/default.jpg,Nerf Legends,PC,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 +/games/boxart/default.jpg,Nerf Legends,XS,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 +/games/boxart/full_7857564AmericaFrontccc.jpg,Nex Machina,PC,Shooter,Housemarque,Housemarque,,,,,,,2017-06-20,2018-09-15 +/games/boxart/full_8494323AmericaFrontccc.jpeg,Nex Machina,PS4,Shooter,Housemarque,Housemarque,,,,,,,2017-06-20,2018-09-15 +/games/boxart/default.jpg,Nova Blast,Int,Shooter,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_7502594AmericaFrontccc.jpg,Oceanic,PC,Shooter,Unknown,Ward B,,,,,,,,2022-01-01 +/games/boxart/full_6662250AmericaFrontccc.jpg,Omega Strike,PS4,Shooter,Digerati,Woblyware,,,,,,,2018-06-12,2018-09-10 +/games/boxart/full_8993842AmericaFrontccc.jpg,Operation Breakout,PC,Shooter,SGTTB_Studios,SGTTB_Studios,,,,,,,2016-11-01,2019-03-29 +/games/boxart/full_6757930AmericaFrontccc.jpg,Outriders,PS5,Shooter,Square Enix,People Can Fly,,,,,,,2021-02-02,2020-02-13 +/games/boxart/full_9299401AmericaFrontccc.jpg,Outriders,XS,Shooter,Square Enix,People Can Fly,,,,,,,2021-02-02,2020-02-13 +/games/boxart/full_479826AmericaFrontccc.jpg,Overwatch,NS,Shooter,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-10-15,2019-09-09 +/games/boxart/full_9624639AmericaFrontccc.png,Overwatch 2,NS,Shooter,Unknown,Blizzard Entertainment,,,,,,,,2019-11-02 +/games/boxart/full_1094082AmericaFrontccc.png,Overwatch 2,XOne,Shooter,Unknown,Blizzard Entertainment,,,,,,,,2019-11-02 +/games/boxart/full_6926995AmericaFrontccc.png,Overwatch 2,PS4,Shooter,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2022-10-04,2022-10-12 +/games/boxart/full_5561153AmericaFrontccc.png,Overwatch 2,PC,Shooter,Unknown,Blizzard Entertainment,,,,,,,,2019-11-02 +/games/boxart/full_3492740AmericaFrontccc.png,Paladins,XOne,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2017-05-03,2019-06-09 +/games/boxart/full_4429913AmericaFrontccc.png,Paladins,NS,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2018-06-12,2019-06-09 +/games/boxart/full_8211166AmericaFrontccc.jpg,Paladins,PC,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2018-05-08,2019-06-09 +/games/boxart/full_6752178AmericaFrontccc.jpg,Paladins,PS4,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2017-05-02,2019-06-09 +/games/boxart/full_5538608AmericaFrontccc.jpg,Panorama Cotton,NS,Shooter,Unknown,Success,,,,,,,,2021-10-21 +/games/boxart/full_4122175AmericaFrontccc.jpg,Panorama Cotton,PS4,Shooter,Unknown,Success,,,,,,,,2021-10-21 +/games/boxart/full_231072AmericaFrontccc.jpg,Panzer Dragoon: Remake,NS,Shooter,Forever Entertainment S.A.,MegaPixel Studio S.A.,,,,,,,2020-03-26,2021-02-18 +/games/boxart/full_3704185AmericaFrontccc.jpg,Panzer Dragoon: Remake,XOne,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2021-02-18 +/games/boxart/full_9493206AmericaFrontccc.jpg,Panzer Dragoon: Remake,PC,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2021-02-18 +/games/boxart/full_555300AmericaFrontccc.jpg,Panzer Dragoon: Remake,PS4,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2021-02-18 +/games/boxart/full_5649775AmericaFrontccc.jpg,Paranautical Activity,NS,Shooter,Digerati,Digerati,,,,,,,2018-06-28,2018-06-28 +/games/boxart/full_8502622AmericaFrontccc.jpg,Payday 3,PC,Shooter,Unknown,Starbreeze Studios,,,,,,,,2021-06-10 +/games/boxart/full_6040612AmericaFrontccc.jpg,Payday 3,PS5,Shooter,Unknown,Starbreeze Studios,,,,,,,,2021-06-10 +/games/boxart/full_3078427AmericaFrontccc.jpg,Payday 3,XS,Shooter,Unknown,Starbreeze Studios,,,,,,,,2021-06-10 +/games/boxart/default.jpg,PixelJunk Shooter,PC,Shooter,Unknown,Double Eleven,,,,,,,,2019-03-29 +/games/boxart/default.jpg,PixelJunk Shooter Ultimate,PC,Shooter,Unknown,Q-Games,,,,,,,,2019-03-29 +/games/boxart/full_946655AmericaFrontccc.jpg,PlanetSide Arena,PC,Shooter,Daybreak Games,Daybreak Games,,,,,,,2019-01-29,2018-12-17 +/games/boxart/full_5918283AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,PC,Shooter,Electronic Arts,PopCap Games,,,,,,,2019-10-18,2019-09-13 +/games/boxart/full_7186898AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,PS4,Shooter,Electronic Arts,PopCap Games,,,,,,,2019-10-18,2019-09-13 +/games/boxart/full_1599472AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,NS,Shooter,Electronic Arts,PopCap Games,,,,,,,2021-03-17,2021-02-18 +/games/boxart/full_5683920AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,XOne,Shooter,Electronic Arts,PopCap Games,,,,,,,2019-10-18,2019-09-13 +/games/boxart/full_5521098AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds Mobile,iOS,Shooter,Tencent Games,PUBG Corporation,,,,,,,2018-03-19,2018-03-24 +/games/boxart/full_2742619AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds Mobile,And,Shooter,Tencent Games,PUBG Corporation,,,,,,,2018-03-19,2018-03-24 +/games/boxart/full_8430143AmericaFrontccc.jpg,Pocky & Rocky Reshrined,PS4,Shooter,Unknown,Tengo Project,,,,,,,,2022-07-14 +/games/boxart/full_2332926AmericaFrontccc.jpg,Pocky & Rocky Reshrined,NS,Shooter,Unknown,Tengo Project,,,,,,,,2022-07-14 +/games/boxart/full_5294930AmericaFrontccc.jpg,Postal Redux,PC,Shooter,Running with Scissors,Running With Scissors,,,,,,,2016-05-20,2020-09-28 +/games/boxart/full_5353201AmericaFrontccc.jpg,Postal Redux,NS,Shooter,MD Games,Running With Scissors,,,,,,,2020-10-16,2020-09-28 +/games/boxart/full_3947073AmericaFrontccc.jpg,Prodeus,PC,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 +/games/boxart/full_574813AmericaFrontccc.jpg,Prodeus,PS4,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 +/games/boxart/full_4778999AmericaFrontccc.jpg,Prodeus,PS5,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 +/games/boxart/full_9075084AmericaFrontccc.jpg,Prodeus,XOne,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 +/games/boxart/full_2281562AmericaFrontccc.jpg,Prodeus,XS,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 +/games/boxart/full_4686093AmericaFrontccc.jpg,Prodeus,NS,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 +/games/boxart/full_8617586AmericaFrontccc.jpg,Project Warlock,PS4,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2020-06-09,2020-05-27 +/games/boxart/full_7596696AmericaFrontccc.jpg,Project Warlock,XOne,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2020-06-12,2020-05-27 +/games/boxart/full_9045124AmericaFrontccc.jpg,Project Warlock,NS,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2020-06-11,2020-05-27 +/games/boxart/full_5578499AmericaFrontccc.jpg,Project Warlock,PC,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2018-10-18,2020-05-27 +/games/boxart/full_310491AmericaFrontccc.jpg,ProtoCorgi,PC,Shooter,Ravenscourt,Kemono Games,,,,,,,2023-06-15,2020-06-15 +/games/boxart/full_7451773AmericaFrontccc.jpg,ProtoCorgi,NS,Shooter,Plaion,Kemono Games,,,,,,,2023-06-15,2020-06-15 +/games/boxart/full_3426509AmericaFrontccc.jpg,Psikyo Shooting Stars Alpha,NS,Shooter,NIS America,City Connection,,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_7651351AmericaFrontccc.jpg,Psikyo Shooting Stars Bravo,NS,Shooter,NIS America,City Connection,,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_4590956AmericaFrontccc.jpg,Psyvariar Delta,NS,Shooter,City Connection,City Connection,,,,,,,2019-07-11,2019-07-07 +/games/boxart/full_2201767AmericaFrontccc.jpg,Psyvariar Delta,PC,Shooter,City Connection,City Connection,,,,,,,2019-01-30,2019-07-07 +/games/boxart/full_1655504AmericaFrontccc.jpg,Psyvariar Delta,PS4,Shooter,City Connection,City Connection,,,,,,,2019-07-11,2019-07-07 +/games/boxart/full_9448686AmericaFrontccc.jpg,Putrefaction 2: Rumble in the hometown,PC,Shooter,Kazakov Oleg,Kazakov Oleg,,,,,,,2017-10-11,2019-04-01 +/games/boxart/full_8029772AmericaFrontccc.jpg,Putrefaction 2: Void Walker,PC,Shooter,Kazakov Oleg,Kazakov Oleg,,,,,,,2017-05-29,2019-04-01 +/games/boxart/full_2804935AmericaFrontccc.jpg,Quake,XOne,Shooter,Unknown,id Software,,,,,,,,2021-08-26 +/games/boxart/full_3723027AmericaFrontccc.jpg,Quake,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2021-08-19,2021-08-26 +/games/boxart/full_1896487AmericaFrontccc.jpg,Quake,PS4,Shooter,Unknown,id Software,,,,,,,,2021-08-26 +/games/boxart/full_1190041AmericaFrontccc.jpg,Quake Champions,PC,Shooter,Bethesda Softworks,id Software,,,,,,,2020-12-01,2019-07-02 +/games/boxart/full_3374001AmericaFrontccc.jpg,R-Type Dimensions EX,PC,Shooter,Tozai Games,Tozai Games,,,,,,,2018-11-28,2018-12-12 +/games/boxart/full_4611986AmericaFrontccc.png,R-Type Dimensions EX,NS,Shooter,Tozai Games,Tozai Games,,,,,,,2018-11-28,2018-12-12 +/games/boxart/default.jpg,R-Type Dimensions EX,PS4,Shooter,Tozai Games,Tozai Games,,,,,,,2018-12-19,2018-12-12 +/games/boxart/full_9678367AmericaFrontccc.jpg,R-Type Final 2,NS,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 +/games/boxart/full_8163840AmericaFrontccc.jpg,R-Type Final 2,PC,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 +/games/boxart/full_1962629AmericaFrontccc.jpg,R-Type Final 2,PS4,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 +/games/boxart/full_6592820AmericaFrontccc.jpg,R-Type Final 2,XOne,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 +/games/boxart/full_4857028AmericaFrontccc.jpg,R-Type Final 2,XS,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 +/games/boxart/full_9536043AmericaFrontccc.jpg,Rage 2,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-05-14,2018-05-20 +/games/boxart/full_8008714AmericaFrontccc.jpg,Rage 2,PS4,Shooter,Bethesda Softworks,id Software,7,,,,,,2019-05-14,2018-05-20 +/games/boxart/full_8318692AmericaFrontccc.jpg,Rage 2,PC,Shooter,Bethesda Softworks,id Software,,,,,,,2019-05-14,2018-05-20 +/games/boxart/full_2066319AmericaFrontccc.jpg,Raid: World War II,PC,Shooter,Starbreeze,Lion Game Lion,,,,,,,2017-09-26,2018-08-11 +/games/boxart/full_6526578AmericaFrontccc.png,Raiden V: Director’s Cut,NS,Shooter,UFO Interactive,"Moss Co., Ltd.",,,,,,,2019-07-25,2019-07-05 +/games/boxart/default.jpg,Ratchet Deadlocked,PS3,Shooter,Unknown,Insomniac Games,,,,,,,,2022-06-20 +/games/boxart/full_4920046AmericaFrontccc.jpg,Ray'z Arcade Chronology,NS,Shooter,Unknown,Taito,,,,,,,,2023-05-30 +/games/boxart/full_9570932AmericaFrontccc.jpg,Ray'z Arcade Chronology,PS4,Shooter,Unknown,Taito,,,,,,,,2023-05-30 +/games/boxart/full_3877971AmericaFrontccc.jpg,Ready or Not,PC,Shooter,VOID Interactive,VOID Interactive,,,,,,,2020-12-01,2019-07-12 +/games/boxart/full_7788126AmericaFrontccc.png,Red Faction: Guerrilla Re-Mars-tered,NS,Shooter,THQ,Kaiko,,,,,,,2019-07-02,2019-07-04 +/games/boxart/full_9475240AmericaFrontccc.jpg,Redfall,XS,Shooter,Unknown,Arkane Studios,,,,,,,,2021-06-13 +/games/boxart/full_2590951AmericaFrontccc.jpg,Redfall,PC,Shooter,Unknown,Arkane Studios,,,,,,,,2021-06-13 +/games/boxart/full_6107807PALFrontccc.jpg,Remnant: From the Ashes,PS4,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2019-07-07 +/games/boxart/full_9628321AmericaFrontccc.jpg,Remnant: From the Ashes,XOne,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2019-07-07 +/games/boxart/full_8982624AmericaFrontccc.jpg,Remnant: From the Ashes,PC,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2019-07-07 +/games/boxart/full_9350877AmericaFrontccc.jpeg,Resident Evil Re:Verse,All,Shooter,Unknown,Capcom,,,,,,,,2022-09-11 +/games/boxart/full_989645AmericaFrontccc.jpeg,Resident Evil Re:Verse,PS4,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 +/games/boxart/full_3516538AmericaFrontccc.jpeg,Resident Evil Re:Verse,XS,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 +/games/boxart/full_8228109AmericaFrontccc.jpeg,Resident Evil Re:Verse,XOne,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 +/games/boxart/full_4318072AmericaFrontccc.jpeg,Resident Evil Re:Verse,PC,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 +/games/boxart/full_4753082AmericaFrontccc.jpeg,Resident Evil Re:Verse,PS5,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 +/games/boxart/full_2088768AmericaFrontccc.jpg,Returnal,PC,Shooter,Unknown,Climax Studios,,,,,,,,2022-12-09 +/games/boxart/full_8620716AmericaFrontccc.png,RICO,NS,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 +/games/boxart/full_4505883AmericaFrontccc.png,RICO,XOne,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 +/games/boxart/full_1262558AmericaFrontccc.png,RICO,PS4,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 +/games/boxart/full_9262724AmericaFrontccc.png,RICO,PC,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 +/games/boxart/full_5021392AmericaFrontccc.png,Riddled Corpses Ex,PSV,Shooter,Unknown,Daniel Fernandez Chavez,,,,,,,,2018-06-02 +/games/boxart/default.jpg,Rigid Force Alpha,PC,Shooter,Unknown,com8com1,,,,,,,,2020-06-22 +/games/boxart/full_8658931AmericaFrontccc.jpg,Rigid Force Redux,XOne,Shooter,Unknown,com8com1,,,,,,,,2020-06-22 +/games/boxart/full_5584445AmericaFrontccc.jpg,Rigid Force Redux,NS,Shooter,Unknown,com8com1,,,,,,,,2020-06-22 +/games/boxart/full_3503459AmericaFrontccc.jpg,Risk of Rain 2,NS,Shooter,Gearbox Publishing,Hopoo Games,,,,,,,2020-08-11,2020-05-29 +/games/boxart/full_2731680AmericaFrontccc.jpg,Risk of Rain 2,PS4,Shooter,Gearbox Publishing,Hopoo Games,,,,,,,2020-08-11,2020-05-29 +/games/boxart/full_6800787AmericaFrontccc.jpg,Risk of Rain 2,XOne,Shooter,Gearbox Publishing,Hopoo Games,,,,,,,2020-08-11,2020-05-29 +/games/boxart/default.jpg,Ritual: Crown of Horns,PC,Shooter,Unknown,Draw Distance,,,,,,,,2019-11-10 +/games/boxart/full_8765430AmericaFrontccc.jpg,Ritual: Crown of Horns,NS,Shooter,Unknown,Draw Distance,,,,,,,,2019-11-10 +/games/boxart/default.jpg,River Raid,Int,Shooter,Activision,Activision,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_6580868AmericaFrontccc.jpeg,Robo Recall: Unplugged,OR,Shooter,Oculus,Epic Games,,,,,,,2019-05-21,2021-10-27 +/games/boxart/full_1831518AmericaFrontccc.jpg,RoboCop: Rogue City,NS,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 +/games/boxart/full_8427895AmericaFrontccc.jpg,RoboCop: Rogue City,PC,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 +/games/boxart/full_7249748AmericaFrontccc.jpg,RoboCop: Rogue City,PS5,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 +/games/boxart/full_562695AmericaFrontccc.jpg,RoboCop: Rogue City,XS,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 +/games/boxart/full_7844967AmericaFrontccc.jpeg,Roboquest,PC,Shooter,Unknown,RyseUp Studios,,,,,,,,2021-06-19 +/games/boxart/full_4047942AmericaFrontccc.jpeg,Roboquest,XOne,Shooter,Unknown,RyseUp Studios,,,,,,,,2021-06-19 +/games/boxart/full_4375423AmericaFrontccc.jpeg,Roboquest,XS,Shooter,Unknown,RyseUp Studios,,,,,,,,2021-06-19 +/games/boxart/full_7365888AmericaFrontccc.jpg,Rocket Arena,XOne,Shooter,Electronic Arts,Final Strike Games,,,,,,,2020-07-14,2020-06-19 +/games/boxart/full_5325544AmericaFrontccc.jpg,Rocket Arena,PS4,Shooter,Electronic Arts,Final Strike Games,,,,,,,2020-07-14,2020-06-19 +/games/boxart/full_4403029AmericaFrontccc.jpg,Rocket Arena,PC,Shooter,Electronic Arts,Final Strike Games,,,,,,,2020-07-14,2020-06-19 +/games/boxart/full_4171148AmericaFrontccc.jpg,Rogue Company,NS,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 +/games/boxart/full_4717210AmericaFrontccc.jpg,Rogue Company,PC,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 +/games/boxart/full_2023103AmericaFrontccc.jpg,Rogue Company,PS4,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 +/games/boxart/full_2100460AmericaFrontccc.jpg,Rogue Company,XOne,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 +/games/boxart/full_3115398AmericaFrontccc.jpg,Rogue Trooper Redux,PC,Shooter,Rebellion,TickTock Games,,,,,,,2017-10-17,2018-09-13 +/games/boxart/full_8405259AmericaFrontccc.png,Rogue Trooper Redux,NS,Shooter,Rebellion,TickTock Games,,,,,,,2017-10-17,2018-09-13 +/games/boxart/full_7012773AmericaFrontccc.jpg,Rollerdrome,PC,Shooter,Private Division,Roll7,,,,,,,2022-08-16,2022-08-14 +/games/boxart/full_2958329AmericaFrontccc.jpg,Rollerdrome,PS4,Shooter,Private Division,Roll7,,,,,,,2022-08-16,2022-08-14 +/games/boxart/full_3676572AmericaFrontccc.jpg,Rollerdrome,PS5,Shooter,Private Division,Roll7,,,,,,,2022-08-16,2022-08-14 +/games/boxart/default.jpg,RTO,WiiU,Shooter,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_6920498AmericaFrontccc.png,RTO 2,WiiU,Shooter,nuGAME,nuGAME,,,,,,,2018-03-01,2020-10-05 +/games/boxart/full_2643761AmericaFrontccc.png,Saints Row: The Third - The Full Package,NS,Shooter,Deep Silver,Volition,,,,,,,2019-05-10,2019-05-06 +/games/boxart/full_4655262AmericaFrontccc.jpg,Scintillatron 4096,PSV,Shooter,kFunction Ltd,kFunction Ltd,,,,,,,2018-12-18,2018-12-17 +/games/boxart/full_8009801AmericaFrontccc.jpg,Scorn,PC,Shooter,Unknown,Ebb Software,,,,,,,,2019-03-20 +/games/boxart/full_499754AmericaFrontccc.jpg,Second Extinction,XS,Shooter,Systemic Reaction,Systemic Reaction,,,,,,,2020-12-01,2020-05-07 +/games/boxart/full_5266134AmericaFrontccc.jpg,Second Extinction,PC,Shooter,Systemic Reaction,Systemic Reaction,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_7009767AmericaFrontccc.jpg,Second Extinction,XOne,Shooter,Systemic Reaction,Systemic Reaction,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_9759271AmericaFrontccc.jpg,Seeking Dawn,PC,Shooter,Multiverse,Multiverse Entertainment,,,,,,,2018-07-12,2018-08-12 +/games/boxart/full_2595471AmericaFrontccc.jpg,SEGA AGES Thunder Force AC,NS,Shooter,Unknown,M2,,,,,,,,2020-05-14 +/games/boxart/full_1625227AmericaFrontccc.jpg,SEGA Ages: Puyo Puyo,NS,Shooter,Sega,Sega,,,,,,,2019-08-22,2019-08-13 +/games/boxart/full_7114744AmericaFrontccc.jpg,SEGA Ages: Space Harrier,NS,Shooter,Sega,Sega,,,,,,,2019-08-22,2019-08-13 +/games/boxart/default.jpg,SEGA Ages: Thunder Force IV,NS,Shooter,Unknown,Sega,,,,,,,,2018-04-15 +/games/boxart/full_1571859AmericaFrontccc.jpg,Serious Sam 3 VR: BFE,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-11-09,2018-12-27 +/games/boxart/full_5002669AmericaFrontccc.jpg,Serious Sam 4: Planet Badass,PC,Shooter,Devolver Digital,Croteam,,,,,,,2020-09-24,2018-12-28 +/games/boxart/full_591924AmericaFrontccc.jpg,Serious Sam VR: The First Encounter,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-03-30,2018-12-27 +/games/boxart/full_1273478AmericaFrontccc.jpg,Serious Sam VR: The Last Hope,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-09-20,2018-12-27 +/games/boxart/full_4793319AmericaFrontccc.jpg,Serious Sam VR: The Second Encounter,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-04-04,2018-12-28 +/games/boxart/full_4758008AmericaFrontccc.jpg,Serious Sam's Bogus Detour,PC,Shooter,Devolver Digital,Crackshell,,,,,,,2017-06-20,2018-12-27 +/games/boxart/full_2066979AmericaFrontccc.jpg,Serious Sam: Tormental,NS,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 +/games/boxart/full_6089055AmericaFrontccc.jpg,Serious Sam: Tormental,PC,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 +/games/boxart/full_2785582AmericaFrontccc.jpg,Serious Sam: Tormental,PS4,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 +/games/boxart/full_7820013AmericaFrontccc.jpg,Serious Sam: Tormental,XOne,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 +/games/boxart/full_1693724AmericaFrontccc.jpg,Shadow Warrior 3,PC,Shooter,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 +/games/boxart/full_9974016AmericaFrontccc.jpg,Shadow Warrior 3,PS4,Shooter,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 +/games/boxart/full_3938330AmericaFrontccc.jpg,Shadow Warrior 3,XOne,Shooter,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 +/games/boxart/default.jpg,Sharp Shot,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1982-10-28,2018-01-13 +/games/boxart/default.jpg,Sine Mora EX,PC,Shooter,Unknown,Digital Reality,,,,,,,,2019-03-29 +/games/boxart/full_109530AmericaFrontccc.jpg,Six Days in Fallujah,PC,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 +/games/boxart/full_2722958AmericaFrontccc.jpg,Six Days in Fallujah,PS4,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 +/games/boxart/full_5105770AmericaFrontccc.jpg,Six Days in Fallujah,PS5,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 +/games/boxart/full_980920AmericaFrontccc.jpg,Six Days in Fallujah,XOne,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 +/games/boxart/full_8854730AmericaFrontccc.jpg,Six Days in Fallujah,XS,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 +/games/boxart/full_4849393AmericaFrontccc.jpeg,Sky Force Anniversary,XOne,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-12-09,2018-11-26 +/games/boxart/full_824433AmericaFrontccc.jpg,Sky Force Anniversary,PC,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2015-04-29,2018-11-26 +/games/boxart/full_295515AmericaFrontccc.jpg,Sky Force Anniversary,PSV,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-09-06,2018-11-26 +/games/boxart/full_854773AmericaFrontccc.jpg,Sky Force Anniversary,PS4,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-09-06,2018-11-26 +/games/boxart/full_9061788AmericaFrontccc.jpg,Sky Force Anniversary,WiiU,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-03-16,2018-11-26 +/games/boxart/full_2140587AmericaFrontccc.jpg,Sky Force Anniversary,PSN,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-09-06,2019-01-02 +/games/boxart/full_8018847AmericaFrontccc.jpg,Sky Force Anniversary,NS,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2018-11-08,2018-11-26 +/games/boxart/full_1265354AmericaFrontccc.jpg,Sky Force Reloaded,PS4,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-11-28,2018-01-28 +/games/boxart/full_3991205AmericaFrontccc.jpg,Sky Force Reloaded,PC,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-11-30,2018-01-28 +/games/boxart/full_2526128AmericaFrontccc.png,Sky Force Reloaded,NS,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2018-02-01,2018-01-28 +/games/boxart/full_3481435AmericaFrontccc.jpeg,Sky Force Reloaded,XOne,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-12-01,2018-01-28 +/games/boxart/full_8265543PALFrontccc.jpg,Sniper Elite 3 Ultimate Edition,NS,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-10-01,2019-08-01 +/games/boxart/full_7787329AmericaFrontccc.jpg,Sniper Elite 4,NS,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2020-11-17,2021-11-05 +/games/boxart/full_4294192AmericaFrontccc.jpg,Sniper Elite 5,XS,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 +/games/boxart/full_3947529AmericaFrontccc.jpg,Sniper Elite 5,PC,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 +/games/boxart/full_6111145AmericaFrontccc.jpg,Sniper Elite 5,PS4,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 +/games/boxart/full_1980204AmericaFrontccc.jpg,Sniper Elite 5,PS5,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 +/games/boxart/full_1005842AmericaFrontccc.jpg,Sniper Elite 5,XOne,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 +/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,PS3,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 +/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,PS4,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 +/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,NS,Shooter,Rebellion,Rebellion Developments,,,,,,,2019-10-01,2023-07-01 +/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,XOne,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 +/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,X360,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 +/games/boxart/full_4853495AmericaFrontccc.jpg,Sniper Elite V2 Remastered,PS4,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-05-15,2019-05-13 +/games/boxart/full_4627479AmericaFrontccc.jpg,Sniper Elite V2 Remastered,NS,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-05-15,2019-05-13 +/games/boxart/full_8346348AmericaFrontccc.jpg,Sniper Elite V2 Remastered,PC,Shooter,Rebellion,Rebellion Games,,,,,,,2019-05-15,2019-05-13 +/games/boxart/full_4897664AmericaFrontccc.jpg,Sniper Elite V2 Remastered,XOne,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-05-15,2019-05-13 +/games/boxart/full_651079AmericaFrontccc.jpg,Sniper Elite VR,PC,Shooter,Unknown,Coatsink Software,,,,,,,,2021-08-01 +/games/boxart/full_9309766AmericaFrontccc.jpg,Sniper Elite VR,PS4,Shooter,Unknown,Coatsink Software,,,,,,,,2021-08-01 +/games/boxart/full_5137710AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,PS5,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 +/games/boxart/full_734037AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,XOne,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 +/games/boxart/full_9006368AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,PC,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 +/games/boxart/full_8866611AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,PS4,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 +/games/boxart/full_6912045AmericaFrontccc.png,Sniper: Ghost Warrior Contracts,PC,Shooter,City Interactive,City Interactive,,,,,,,2019-11-22,2019-06-05 +/games/boxart/full_6204080AmericaFrontccc.png,Sniper: Ghost Warrior Contracts,PS4,Shooter,City Interactive,City Interactive,,,,,,,2019-11-22,2019-06-05 +/games/boxart/full_7540004AmericaFrontccc.png,Sniper: Ghost Warrior Contracts,XOne,Shooter,City Interactive,City Interactive,,,,,,,2019-11-22,2019-06-05 +/games/boxart/default.jpg,Space Cyclone,Arc,Shooter,Unknown,Taito,,,,,,,,2020-12-10 +/games/boxart/default.jpg,Space Fury,CV,Shooter,Unknown,Sega,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Space Hawk,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-04-19,2018-01-13 +/games/boxart/default.jpg,Space Invaders Forever,PS4,Shooter,Unknown,Taito,,,,,,,,2020-12-10 +/games/boxart/default.jpg,Space Invaders Forever,NS,Shooter,Unknown,Taito,,,,,,,,2020-12-10 +/games/boxart/default.jpg,Space Invaders Part II,Arc,Shooter,Unknown,Taito,,,,,,,,2020-12-10 +/games/boxart/full_5360280PALFrontccc.jpg,Space Invaders: Invincible Collection,NS,Shooter,Taito,Taito,,,,,,,2020-03-26,2020-01-10 +/games/boxart/full_7582605AmericaFrontccc.jpg,Space Seeker,Arc,Shooter,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/default.jpg,Space Spartans,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-06-29,2018-01-13 +/games/boxart/default.jpg,Splitgate: Arena Warfare,PC,Shooter,Unknown,1047 Games,,,,,,,,2018-07-16 +/games/boxart/default.jpg,Star Fox 2,SNES,Shooter,Unknown,Argonaut Software,,,,,,,,2022-08-25 +/games/boxart/full_3207117AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,PC,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 +/games/boxart/full_2064827AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,PS4,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 +/games/boxart/full_5543589AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,PS5,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 +/games/boxart/full_2572948AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,XOne,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 +/games/boxart/full_1092036AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,XS,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 +/games/boxart/full_7875805AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,NS,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 +/games/boxart/full_4693115AmericaFrontccc.jpg,Star Wars: Republic Commando,PS4,Shooter,Unknown,Aspyr,,,,,,,,2021-04-06 +/games/boxart/full_7284942AmericaFrontccc.jpg,Star Wars: Republic Commando,NS,Shooter,Aspyr,Aspyr,8.5,,,,,,2021-04-06,2021-04-06 +/games/boxart/full_4676843AmericaFrontccc.jpg,Star Wars: Squadrons,PC,Shooter,Electronic Arts,Motive Studios,,,,,,,2020-10-02,2020-06-19 +/games/boxart/full_452510AmericaFrontccc.jpg,Star Wars: Squadrons,XOne,Shooter,Electronic Arts,Motive Studios,,,,,,,2020-10-02,2020-06-19 +/games/boxart/full_4322360AmericaFrontccc.jpg,Star Wars: Squadrons,PS4,Shooter,Electronic Arts,Motive Studios,7.3,,,,,,2020-10-02,2020-06-19 +/games/boxart/default.jpg,Star Wars: The Empire Strikes Back,Int,Shooter,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_8935908AmericaFrontccc.jpg,Stormdivers,PC,Shooter,Housemarque,Housemarque,,,,,,,2019-12-01,2019-06-06 +/games/boxart/full_5532301AmericaFrontccc.png,Strafe,PC,Shooter,Devolver Digital,Pixel Titans,7.2,,,,,,2017-05-09,2018-01-28 +/games/boxart/full_7287430AmericaFrontccc.png,Strange Brigade,NS,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-06-15 +/games/boxart/full_2633517AmericaFrontccc.png,Strange Brigade,PC,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2018-08-28,2018-04-26 +/games/boxart/full_1215954AmericaFrontccc.jpg,Strife,PC,Shooter,Velocity Inc.,Rogue Entertainment,,,,,,,1996-05-15,2018-07-02 +/games/boxart/default.jpg,Strikers 1945 III,NS,Shooter,Unknown,ZeroDiv,,,,,,,,2020-01-16 +/games/boxart/full_2864278AmericaFrontccc.jpg,SturmFront: The Mutant War - Farewell Edition,PSV,Shooter,Unknown,Andrade Games,,,,,,,,2021-07-04 +/games/boxart/default.jpg,Sub Hunt,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1982-05-06,2018-01-13 +/games/boxart/full_4316663AmericaFrontccc.jpg,Suicide Squad: Kill the Justice League,XS,Shooter,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2021-12-01,2020-08-22 +/games/boxart/full_4064364AmericaFrontccc.jpg,Suicide Squad: Kill the Justice League,PS5,Shooter,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2021-12-01,2020-08-22 +/games/boxart/full_8920125AmericaFrontccc.jpg,Suicide Squad: Kill the Justice League,PC,Shooter,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2021-12-01,2020-08-22 +/games/boxart/default.jpg,Super Cobra,Int,Shooter,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 +/games/boxart/default.jpg,Super Destronaut,WiiU,Shooter,Unknown,Petite Games,,,,,,,,2018-07-05 +/games/boxart/default.jpg,Super Destronaut,3DS,Shooter,Unknown,Petite Games,,,,,,,,2018-07-05 +/games/boxart/full_5258350AmericaFrontccc.jpg,Super Destronaut DX,PC,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-13,2019-05-06 +/games/boxart/full_9846075AmericaFrontccc.png,Super Destronaut DX,NS,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-13,2019-05-06 +/games/boxart/full_7232200AmericaFrontccc.jpg,Super Destronaut DX,XOne,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-11,2019-05-06 +/games/boxart/full_8393359AmericaFrontccc.jpg,Super Destronaut DX,PSV,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-17,2019-05-06 +/games/boxart/full_3945141AmericaFrontccc.jpg,Super Destronaut DX,PS4,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-17,2019-05-06 +/games/boxart/full_1844960AmericaFrontccc.jpg,Super Stardust Ultra,PS4,Shooter,Sony Computer Entertainment,Housemarque,,,,,,,2015-02-10,2018-09-14 +/games/boxart/default.jpg,SUPERHOT,NS,Shooter,Unknown,SUPERHOT Team,,,,,,,,2022-05-24 +/games/boxart/full_7654286AmericaFrontccc.jpg,SUPERHOT,PS4,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2017-07-21,2018-11-09 +/games/boxart/full_1506043PALFrontccc.jpg,SUPERHOT VR,PS4,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2017-07-21,2018-11-09 +/games/boxart/full_4258115AmericaFrontccc.jpg,Superhot: Mind Control Delete,PC,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2020-07-16,2020-07-13 +/games/boxart/full_6805391AmericaFrontccc.jpg,Superhot: Mind Control Delete,PS4,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2020-07-16,2020-07-13 +/games/boxart/full_9071432AmericaFrontccc.jpg,Superhot: Mind Control Delete,XOne,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2020-07-16,2020-07-13 +/games/boxart/full_129559AmericaFrontccc.jpg,Swarm,PS4,Shooter,Unknown,Greensky Games,,,,,,,,2021-08-01 +/games/boxart/full_6891098AmericaFrontccc.jpg,Swarm,PC,Shooter,Unknown,Greensky Games,,,,,,,,2021-08-01 +/games/boxart/full_7693897AmericaFrontccc.jpg,Syder Arcade,PC,Shooter,Unknown,Studio Evil,,,,,,,,2022-08-11 +/games/boxart/full_7678795AmericaFrontccc.jpg,Synapse,PS5,Shooter,Unknown,nDreams,,,,,,,,2023-08-17 +/games/boxart/full_2255545AmericaFrontccc.jpg,Tannenberg,PS4,Shooter,M2H,M2H,,,,,,,2020-07-24,2020-07-02 +/games/boxart/full_3960201AmericaFrontccc.jpg,Tannenberg,XOne,Shooter,M2H,M2H,,,,,,,2020-07-24,2020-07-02 +/games/boxart/full_7398779AmericaFrontccc.jpg,Tannenberg,PC,Shooter,M2H,M2H,,,,,,,2020-02-13,2020-07-02 +/games/boxart/full_9530920AmericaFrontccc.jpg,Tempest 4000,PC,Shooter,Unknown,Llamasoft,,,,,,,,2018-05-09 +/games/boxart/full_8013420AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,PS5,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 +/games/boxart/full_3008883AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,XS,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 +/games/boxart/full_943168AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,NS,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 +/games/boxart/full_928621AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,PC,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 +/games/boxart/full_717720PALFrontccc.jpg,Terminator: Resistance,PS4,Shooter,Reef Entertainment,Teyon,4,,,,,,2019-12-03,2019-10-01 +/games/boxart/full_8455683PALFrontccc.jpg,Terminator: Resistance,XOne,Shooter,Reef Entertainment,Teyon,4,,,,,,2019-12-03,2019-10-01 +/games/boxart/full_1607468PALFrontccc.jpg,Terminator: Resistance,PC,Shooter,Reef Entertainment,Teyon,4,,,,,,2019-12-03,2019-10-01 +/games/boxart/full_1184220AmericaFrontccc.jpg,Terra Nova: Strike Force Centauri,PC,Shooter,Looking Glass Technologies,"Looking Glass Technologies, Inc.",,,,,,,1996-03-06,2018-06-28 +/games/boxart/default.jpg,The Chaos Engine,Amig,Shooter,Unknown,The Bitmap Brothers,,,,,,,,2018-03-16 +/games/boxart/default.jpg,The Culling II,PS4,Shooter,Unknown,Xaviant,,,,,,,,2018-07-10 +/games/boxart/default.jpg,The Culling II,XOne,Shooter,Unknown,Xaviant,,,,,,,,2018-07-10 +/games/boxart/default.jpg,The Culling II,PC,Shooter,Unknown,Xaviant,,,,,,,,2018-07-10 +/games/boxart/default.jpg,The Dreadnaught Factor,Int,Shooter,Activision,Cheshire Engineering,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_7312266AmericaFrontccc.jpg,THE FINALS,PC,Shooter,Unknown,Embark Studios,,,,,,,,2023-12-08 +/games/boxart/full_8901594AmericaFrontccc.jpg,THE FINALS,PS5,Shooter,Unknown,Embark Studios,,,,,,,,2023-12-08 +/games/boxart/full_6374125AmericaFrontccc.jpg,THE FINALS,XS,Shooter,Unknown,Embark Studios,,,,,,,,2023-12-08 +/games/boxart/full_3778734AmericaFrontccc.jpg,The First Descendant,XS,Shooter,Unknown,Nexon,,,,,,,,2023-12-08 +/games/boxart/full_726488AmericaFrontccc.jpg,The First Descendant,PC,Shooter,Unknown,Nexon,,,,,,,,2023-12-08 +/games/boxart/full_8090706AmericaFrontccc.jpg,The First Descendant,PS5,Shooter,Unknown,Nexon,,,,,,,,2023-12-08 +/games/boxart/full_2964700AmericaFrontccc.jpg,The Hong Kong Massacre,PS4,Shooter,Unknown,VRESKI,,,,,,,,2019-02-24 +/games/boxart/full_9236989AmericaFrontccc.jpg,The Hong Kong Massacre,PC,Shooter,Unknown,VRESKI,,,,,,,,2019-02-24 +/games/boxart/full_9988013AmericaFrontccc.jpg,The House of the Dead: Remake,NS,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2022-03-22 +/games/boxart/full_3498826AmericaFrontccc.jpg,The Legend of Steel Empire,NS,Shooter,Unknown,Mebius,,,,,,,,2024-01-27 +/games/boxart/full_8227567AmericaFrontccc.jpg,The Light Brigade,PS5,Shooter,Unknown,Funktronic Labs,,,,,,,,2023-04-07 +/games/boxart/full_5587099AmericaFrontccc.jpg,The Light Brigade,PC,Shooter,Unknown,Funktronic Labs,,,,,,,,2023-04-07 +/games/boxart/full_3807415AmericaFrontccc.jpg,The Serious Sam Collection,X360,Shooter,Maximum Games,Croteam,,,,,,,2013-07-23,2018-03-30 +/games/boxart/full_9106682AmericaFrontccc.jpg,The Walking Dead: Onslaught,PC,Shooter,Unknown,Survios,,,,,,,,2020-10-08 +/games/boxart/full_7813971PALFrontccc.jpg,The Walking Dead: Onslaught,PS4,Shooter,Unknown,Survios,,,,,,,,2020-10-08 +/games/boxart/full_8562819PALFrontccc.png,The Walking Dead: Season Two,NS,Shooter,Unknown,Telltale Games,,,,,,,,2018-07-03 +/games/boxart/default.jpg,Time Pilot,CV,Shooter,Unknown,Konami,,,,,,,,2021-10-18 +/games/boxart/full_3139607AmericaFrontccc.jpg,Tiny Tina's Wonderlands,XOne,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 +/games/boxart/full_4638602AmericaFrontccc.jpg,Tiny Tina's Wonderlands,XS,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 +/games/boxart/full_9532663AmericaFrontccc.jpg,Tiny Tina's Wonderlands,PC,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 +/games/boxart/full_4838025AmericaFrontccc.jpg,Tiny Tina's Wonderlands,PS4,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 +/games/boxart/full_2538598AmericaFrontccc.jpg,Tiny Tina's Wonderlands,PS5,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 +/games/boxart/default.jpg,Titan Attacks!,PSV,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 +/games/boxart/default.jpg,Titan Attacks!,PS4,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 +/games/boxart/default.jpg,Titan Attacks!,PS3,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 +/games/boxart/default.jpg,Titan Attacks!,And,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 +/games/boxart/default.jpg,Titan Attacks!,PC,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 +/games/boxart/default.jpg,Titan Attacks!,3DS,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 +/games/boxart/full_9191768AmericaFrontccc.png,Tom Clancy's Ghost Recon Breakpoint,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2019-10-04,2019-05-09 +/games/boxart/full_2109621AmericaFrontccc.png,Tom Clancy's Ghost Recon Breakpoint,PS4,Shooter,Ubisoft,Ubisoft,,,,,,,2019-10-04,2019-05-09 +/games/boxart/full_2018051AmericaFrontccc.png,Tom Clancy's Ghost Recon Breakpoint,XOne,Shooter,Ubisoft,Ubisoft,,,,,,,2019-10-04,2019-05-09 +/games/boxart/full_2359630AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,PS4,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 +/games/boxart/full_1047377AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 +/games/boxart/full_4507784AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,PS5,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 +/games/boxart/full_7547097AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,XS,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 +/games/boxart/full_3046160AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,XOne,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 +/games/boxart/full_1403523AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,PS5,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2020-06-17 +/games/boxart/full_2838620AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,XS,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2020-06-17 +/games/boxart/full_4950741AmericaFrontccc.jpg,Tom Clancy's The Division 2,PC,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2020-01-30 +/games/boxart/full_6550692AmericaFrontccc.jpg,Tom Clancy's The Division 3,PC,Shooter,Unknown,Massive Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_7446401AmericaFrontccc.jpg,Tom Clancy's The Division 3,PS5,Shooter,Unknown,Massive Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_9052177AmericaFrontccc.jpg,Tom Clancy's The Division 3,XS,Shooter,Unknown,Massive Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_2179153AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,PC,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_5376272AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,PS4,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_9373156AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,PS5,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_1024723AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,XOne,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_5102319AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,XS,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 +/games/boxart/full_5440740AmericaFrontccc.jpg,Tom Clancy?s The Division 2,XOne,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2019-03-21 +/games/boxart/full_2268088AmericaFrontccc.jpg,Tom Clancy?s The Division 2,PS4,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2019-03-21 +/games/boxart/default.jpg,Touhou Kobuto V: Burst Battle,PSV,Shooter,Unknown,CUBETYPE,,,,,,,,2019-02-16 +/games/boxart/default.jpg,Tower of Guns,XOne,Shooter,Unknown,Terrible Posture Games,,,,,,,,2019-04-22 +/games/boxart/default.jpg,Tron: Deadly Discs,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-01-01,2018-01-13 +/games/boxart/full_9395199AmericaFrontccc.jpg,Turbo Overkill,PC,Shooter,Unknown,Trigger Happy Interactive,,,,,,,,2023-10-29 +/games/boxart/full_7285606PALFrontccc.jpg,Turok 2: Seeds of Evil,NS,Shooter,"Night Dive Studios, LLC","Night Dive Studios, LLC",,,,,,,2019-08-09,2019-07-30 +/games/boxart/default.jpg,Turok 3: Shadow of Oblivion Remastered,PS4,Shooter,Unknown,"Night Dive Studios, LLC",,,,,,,,2024-01-28 +/games/boxart/full_8239246AmericaFrontccc.jpg,Turrican Anthology Vol. 2,NS,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 +/games/boxart/full_1167341AmericaFrontccc.jpg,Turrican Anthology Vol. 2,PS4,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 +/games/boxart/full_629894AmericaFrontccc.jpg,Turrican Anthology Vol. I,PS4,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 +/games/boxart/full_508223AmericaFrontccc.jpg,Turrican Anthology Vol. I,NS,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 +/games/boxart/full_9643485AmericaFrontccc.jpg,Ultra Mission,PSV,Shooter,Unknown,Gumbo Machine,,,,,,,,2021-07-22 +/games/boxart/full_8464876PALFrontccc.jpg,Ultratron,WiiU,Shooter,Curve Digital,Curve Studios,,,,,,,2015-05-14,2022-04-17 +/games/boxart/full_1121297AmericaFrontccc.jpg,Valfaris: Mecha Therion,PS5,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 +/games/boxart/full_2406673AmericaFrontccc.jpg,Valfaris: Mecha Therion,XOne,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 +/games/boxart/full_1571337AmericaFrontccc.jpg,Valfaris: Mecha Therion,XS,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 +/games/boxart/full_4403961AmericaFrontccc.jpg,Valfaris: Mecha Therion,NS,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 +/games/boxart/full_8536085AmericaFrontccc.jpg,Valfaris: Mecha Therion,PC,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 +/games/boxart/full_7944496AmericaFrontccc.jpg,Valfaris: Mecha Therion,PS4,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 +/games/boxart/full_6245296AmericaFrontccc.jpg,Valorant,PC,Shooter,Riot Games,Riot Games,,,,,,,2020-06-02,2020-05-22 +/games/boxart/full_1552600AmericaFrontccc.jpg,Vasara Collection,PS4,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2020-12-01,2019-08-09 +/games/boxart/full_6737096AmericaFrontccc.jpg,Vasara Collection,XOne,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2019-08-14,2019-08-09 +/games/boxart/full_2150310AmericaFrontccc.jpg,Vasara Collection,NS,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2019-08-15,2019-08-09 +/games/boxart/full_3820338AmericaFrontccc.jpg,Vasara Collection,PC,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2019-08-13,2019-08-09 +/games/boxart/full_3762326AmericaFrontccc.jpg,Vasara Collection,PSV,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2020-12-01,2019-08-09 +/games/boxart/full_4546209AmericaFrontccc.png,Void Bastards,NS,Shooter,Humble Bundle,Blue Manchu,,,,,,,2020-05-07,2020-04-28 +/games/boxart/full_2161058AmericaFrontccc.png,Void Bastards,PC,Shooter,Humble Bundle,Blue Manchu,,,,,,,2019-05-29,2019-06-04 +/games/boxart/full_3009225AmericaFrontccc.png,Void Bastards,PS4,Shooter,Humble Bundle,Blue Manchu,,,,,,,2020-05-07,2020-04-28 +/games/boxart/full_8440079AmericaFrontccc.png,Void Bastards,XOne,Shooter,Humble Bundle,Blue Manchu,,,,,,,2019-05-28,2019-06-04 +/games/boxart/full_1939123AmericaFrontccc.png,Warframe,XS,Shooter,Digital Extremes,Digital Extremes,,,,,,,2020-12-01,2020-06-17 +/games/boxart/full_2424048AmericaFrontccc.png,Warframe,PS5,Shooter,Digital Extremes,Digital Extremes,,,,,,,2020-12-01,2020-06-17 +/games/boxart/full_8213260AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",XS,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 +/games/boxart/full_1162215AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",NS,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 +/games/boxart/full_2528206AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",PC,Shooter,Unknown,Auroch Digital,7.2,,,,,,,2023-06-22 +/games/boxart/full_4611740AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",PS4,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 +/games/boxart/full_3284555AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",PS5,Shooter,Unknown,Auroch Digital,9,,,,,,,2023-06-22 +/games/boxart/full_1791642AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",XOne,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 +/games/boxart/full_4439968AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine 2",PC,Shooter,Unknown,Saber Interactive,,,,,,,,2021-12-10 +/games/boxart/full_4984115AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine 2",PS5,Shooter,Unknown,Saber Interactive,,,,,,,,2021-12-10 +/games/boxart/full_911606AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine 2",XS,Shooter,Unknown,Saber Interactive,,,,,,,,2021-12-10 +/games/boxart/full_5469218AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine II",PS5,Shooter,Unknown,Saber Interactive,,,,,,,,2023-06-08 +/games/boxart/full_5914560AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine II",XS,Shooter,Unknown,Saber Interactive,,,,,,,,2023-06-08 +/games/boxart/full_8244722AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine II",PC,Shooter,Unknown,Saber Interactive,,,,,,,,2023-06-08 +/games/boxart/default.jpg,Wild Guns Reloaded,PC,Shooter,Unknown,Natsume Atari,,,,,,,,2019-02-15 +/games/boxart/full_3087443AmericaFrontccc.jpg,Wild Guns Reloaded,PS4,Shooter,Natsume,Natsume Atari,,,,,,,2017-01-18,2019-02-16 +/games/boxart/full_2252347AmericaFrontccc.jpg,Wing of Darkness,NS,Shooter,Unknown,Production Exabilities,,,,,,,,2021-06-22 +/games/boxart/full_1277944AmericaFrontccc.jpg,Wing of Darkness,PC,Shooter,Unknown,Production Exabilities,,,,,,,,2021-06-22 +/games/boxart/full_6427494AmericaFrontccc.jpg,Wing of Darkness,PS4,Shooter,Unknown,Production Exabilities,,,,,,,,2021-06-22 +/games/boxart/full_7554611AmericaFrontccc.jpg,Witch Rise,XS,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 +/games/boxart/full_5776422AmericaFrontccc.jpg,Witch Rise,XOne,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 +/games/boxart/full_1702309AmericaFrontccc.jpg,Witch Rise,PS5,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 +/games/boxart/full_9032118AmericaFrontccc.jpg,Witch Rise,PS4,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 +/games/boxart/full_5398914AmericaFrontccc.jpg,Witch Rise,NS,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 +/games/boxart/full_8227753AmericaFrontccc.jpg,Witch Rise,PC,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 +/games/boxart/full_5398700AmericaFrontccc.jpg,Wolfenstein: Cyberpilot,PS4,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-07-12 +/games/boxart/full_201183AmericaFrontccc.jpg,Wolfenstein: Cyberpilot,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-07-12 +/games/boxart/full_4882442AmericaFrontccc.png,Wolfenstein: Youngblood,NS,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 +/games/boxart/full_7780419AmericaFrontccc.png,Wolfenstein: Youngblood,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 +/games/boxart/full_3343843AmericaFrontccc.png,Wolfenstein: Youngblood,PS4,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 +/games/boxart/full_1832177AmericaFrontccc.png,Wolfenstein: Youngblood,XOne,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 +/games/boxart/full_9012217AmericaFrontccc.png,World War Z,XOne,Shooter,Focus Home Interactive,Saber Interactive,,,,,,,2019-04-16,2019-03-20 +/games/boxart/full_9673621AmericaFrontccc.png,World War Z,PS4,Shooter,Focus Home Interactive,Saber Interactive,,,,,,,2019-04-16,2019-03-20 +/games/boxart/full_4586495AmericaFrontccc.jpg,World War Z Aftermath,PS5,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 +/games/boxart/full_7332679AmericaFrontccc.jpg,World War Z Aftermath,PS4,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 +/games/boxart/full_3963744AmericaFrontccc.jpg,World War Z Aftermath,PC,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 +/games/boxart/full_1157336AmericaFrontccc.jpg,World War Z Aftermath,XOne,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 +/games/boxart/default.jpg,Worm Whomper,Int,Shooter,Activision,Cheshire Engineering,,,,,,,1983-01-01,2018-01-14 +/games/boxart/full_8127756AmericaFrontccc.jpg,Wrath: Aeon of Ruin,XOne,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 +/games/boxart/full_2059419AmericaFrontccc.jpg,Wrath: Aeon of Ruin,NS,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 +/games/boxart/full_3096441AmericaFrontccc.jpg,Wrath: Aeon of Ruin,PC,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 +/games/boxart/full_2970195AmericaFrontccc.jpg,Wrath: Aeon of Ruin,PS4,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 +/games/boxart/default.jpg,Xeno Crisis,PSV,Shooter,Unknown,Bitmap Bureau,,,,,,,,2022-08-25 +/games/boxart/full_6789262AmericaFrontccc.jpg,Xenocider,PS5,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 +/games/boxart/full_2430604AmericaFrontccc.jpg,Xenocider,XOne,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 +/games/boxart/full_3232086AmericaFrontccc.jpg,Xenocider,XS,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 +/games/boxart/full_312308AmericaFrontccc.jpg,Xenocider,NS,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 +/games/boxart/full_3196116AmericaFrontccc.jpg,Xenocider,PC,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 +/games/boxart/full_4047043AmericaFrontccc.jpg,Xenocider,PS4,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 +/games/boxart/full_9291410AmericaFrontccc.jpg,XIII,NS,Shooter,Ubisoft,PlayMagic,,,,,,,2020-11-10,2020-07-06 +/games/boxart/full_1872404AmericaFrontccc.jpg,XIII,PS4,Shooter,Ubisoft,PlayMagic,,,,,,,2020-11-10,2020-07-06 +/games/boxart/full_8602499AmericaFrontccc.jpg,XIII,XOne,Shooter,Ubisoft,PlayMagic,,,,,,,2020-11-10,2020-07-06 +/games/boxart/full_8225673AmericaFrontccc.jpg,XIII (2020),PC,Shooter,Microids,PlayMagic,,,,,,,2020-11-10,2020-07-06 +/games/boxart/full_4729616AmericaFrontccc.jpg,Zaxxon,CV,Shooter,Coleco,Sega,,,,,,,1982-10-05,2021-10-18 +/games/boxart/full_329720AmericaFrontccc.jpg,Zaxxon,Int,Shooter,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 +/games/boxart/full_8017597PALFrontccc.jpg,Zombie Army 4: Dead War,PS4,Shooter,Rebellion Developments,Rebellion Games,,,,,,,2020-02-04,2019-07-12 +/games/boxart/full_8408809PALFrontccc.jpg,Zombie Army 4: Dead War,PC,Shooter,Rebellion Developments,Rebellion Games,,,,,,,2020-02-04,2019-07-12 +/games/boxart/full_2127902PALFrontccc.png,Zombie Army 4: Dead War,XOne,Shooter,Rebellion Developments,Rebellion Games,,,,,,,2020-02-04,2019-07-12 +/games/boxart/full_1207842AmericaFrontccc.jpg,Zombie Army Trilogy,NS,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2020-03-31,2021-11-06 +/games/boxart/full_9542673AmericaFrontccc.jpg,Zombieland: Double Tap - Road Trip,PS4,Shooter,GameMill Entertainment,High Voltage Software,4,,,,,,2019-10-15,2020-09-25 +/games/boxart/full_9816071AmericaFrontccc.jpg,Zombieland: Double Tap - Road Trip,NS,Shooter,GameMill Entertainment,High Voltage Software,,,,,,,2019-10-15,2020-09-22 +/games/boxart/default.jpg,Zombieland: Double Tap - Road Trip,PC,Shooter,GameMill Entertainment,High Voltage Software,,,,,,,2019-10-15,2020-09-25 +/games/boxart/full_1395359AmericaFrontccc.jpg,Zombieland: Double Tap - Road Trip,XOne,Shooter,GameMill Entertainment,High Voltage Software,,,,,,,2019-10-15,2020-09-25 +/games/boxart/full_1356677AmericaFrontccc.jpg,The Sims,Series,Simulation,Electronic Arts,Maxis,,,,,,,2000-02-04,2020-02-18 +/games/boxart/full_5995252AmericaFrontccc.jpg,Animal Crossing,Series,Simulation,Nintendo,Nintendo,,,,,,,2002-09-16,2020-02-20 +/games/boxart/full_5208890AmericaFrontccc.jpg,Animal Crossing: New Horizons,NS,Simulation,Nintendo,Nintendo,,,,,,,2020-03-20,2020-04-11 +/games/boxart/full_9222919AmericaFrontccc.png,Football Manager,Series,Simulation,Sega,Sports Interactive,,,,,,,2004-11-05,2020-02-07 +/games/boxart/full_905745AmericaFrontccc.jpg,Nintendogs,Series,Simulation,Nintendo,Nintendo,,,,,,,2005-08-22,2020-02-20 +/games/boxart/full_3483705AmericaFrontccc.jpg,Farming Simulator,Series,Simulation,Astragon,Giants Software,,,,,,,2008-04-14,2020-03-03 +/games/boxart/full_4637181AmericaFrontccc.jpg,Petz,Series,Simulation,PF.Magic,PF Magic,,,,,,,1995-01-01,2020-02-10 +/games/boxart/full_4870931AmericaFrontccc.jpg,Nintendogs,DS,Simulation,Nintendo,Nintendo EAD,8.4,,,,,,2005-08-23, +/games/boxart/full_4043724AmericaFrontccc.jpg,Microsoft Flight Simulator,Series,Simulation,Microsoft,Sublogic,,,,,,,1982-11-01,2022-10-06 +/games/boxart/full_8070460AmericaFrontccc.jpg,Imagine,Series,Simulation,Ubisoft,Ubisoft,,,,,,,2007-10-01,2020-02-10 +/games/boxart/full_5807820AmericaFrontccc.jpg,SimCity,Series,Simulation,Maxis,Maxis,,,,,,,1989-02-02,2020-02-17 +/games/boxart/full_5016220AmericaFrontccc.png,Stardew Valley,Series,Simulation,Chucklefish,ConcernedApe,,,,,,,2016-02-26,2020-02-12 +/games/boxart/full_5231414AmericaFrontccc.png,Stardew Valley,All,Simulation,ConcernedApe,ConcernedApe,,,,,,,2016-02-26,2020-12-28 +/games/boxart/full_3731874AmericaFrontccc.jpg,Ace Combat,Series,Simulation,Namco,Namco,,,,,,,1995-09-09,2020-03-11 +/games/boxart/full_1474249AmericaFrontccc.jpg,RollerCoaster Tycoon,Series,Simulation,Hasbro Interactive,Chris Sawyer Productions,,,,,,,1999-03-22,2020-03-11 +/games/boxart/full_3148243AmericaFrontccc.png,The Sims,All,Simulation,Electronic Arts,Maxis,,,,,,,2000-02-04,2020-10-18 +/games/boxart/full_3208979PALFrontccc.jpg,Theme Park,All,Simulation,Bullfrog Productions,Bullfrog Productions,,,,,,,1994-06-01,2022-09-26 +/games/boxart/full_7774244AmericaFrontccc.jpg,Animal Crossing: New Leaf,3DS,Simulation,Nintendo,Nintendo EAD,8.6,,,,,,2013-06-09,2018-01-02 +/games/boxart/full_5698458AmericaFrontccc.jpg,Stardew Valley,PC,Simulation,Chucklefish,ConcernedApe,9.2,,,,,,2016-02-26,2018-03-21 +/games/boxart/full_3703430AmericaFrontccc.jpg,Cities: Skylines,All,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10,2021-01-27 +/games/boxart/full_7971089AmericaFrontccc.jpg,Cooking Mama,Series,Simulation,Majesco Entertainment,Cooking Mama Limited,,,,,,,2006-09-12,2020-02-22 +/games/boxart/full_8328377AmericaFrontccc.jpg,Animal Crossing: Wild World,DS,Simulation,Nintendo,Nintendo EAD,8.5,,,,,,2005-12-05, +/games/boxart/full_7075778AmericaFrontccc.jpg,Tomodachi,Series,Simulation,Nintendo,Nintendo,,,,,,,2014-06-06,2020-02-19 +/games/boxart/full_8800543AmericaFrontccc.jpg,The Sims 3,All,Simulation,Electronic Arts,Maxis,,,,,,,2009-06-02,2020-10-18 +/games/boxart/full_8176182AmericaFrontccc.jpg,The Forest,Series,Simulation,Endnight Games Ltd,Endnight Games Ltd,,,,,,,2018-04-30,2023-02-27 +/games/boxart/full_6316001AmericaFrontccc.png,Tomodachi Life,3DS,Simulation,Nintendo,Nintendo,7.8,,,,,,2014-06-06,2018-01-05 +/games/boxart/full_2481526AmericaFrontccc.jpg,Elite,Series,Simulation,Imagineer,David Braben,,,,,,,1984-09-20,2021-01-19 +/games/boxart/full_1659772AmericaFrontccc.jpg,Pokémon Snap,Series,Simulation,Nintendo,HAL Laboratory,,,,,,,1999-06-30,2021-08-05 +/games/boxart/full_4006240AmericaFrontccc.png,Championship Manager,Series,Simulation,Domark Software,Intelek,,,,,,,1992-09-01,2020-02-12 +/games/boxart/full_7497790PALFrontccc.jpg,Euro Truck Simulator 2,PC,Simulation,SCS Software,SCS Software,8.5,,,,,,2013-01-16,2017-12-31 +/games/boxart/full_1186839AmericaFrontccc.jpg,Style Savvy,Series,Simulation,Nintendo,syn Sophia,,,,,,,2009-11-02,2022-05-10 +/games/boxart/full_8384911AmericaFrontccc.jpg,Anno,Series,Simulation,GT Interactive,Max Design,,,,,,,2000-02-01,2021-05-12 +/games/boxart/full_556866AmericaFrontccc.jpg,Slime Rancher,Series,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2022-09-23 +/games/boxart/full_7703243AmericaFrontccc.jpg,The Forest,PC,Simulation,Endnight Games Ltd,Endnight Games Ltd,,,,,,,2014-05-30,2023-02-27 +/games/boxart/full_1327112AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,All,Simulation,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-18,2020-12-03 +/games/boxart/full_1184797AmericaFrontccc.jpg,Cities: Skylines,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10,2018-01-14 +/games/boxart/full_5215470PALFrontccc.jpg,Kerbal Space Program,All,Simulation,Private Division,Squad,,,,,,,2015-04-27,2021-01-10 +/games/boxart/full_7171085AmericaFrontccc.png,Kerbal Space Program,Series,Simulation,Private Division,Squad,,,,,,,2015-04-27,2020-02-06 +/games/boxart/full_8367866AmericaFrontccc.jpg,SimCity 3000,PC,Simulation,Electronic Arts,Maxis,8.5,,,,,,1998-03-15, +/games/boxart/full_4184447AmericaFrontccc.jpg,Slime Rancher,All,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2022-01-15 +/games/boxart/full_3217497AmericaFrontccc.jpg,The Long Dark,All,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2021-02-18 +/games/boxart/full_98856AmericaFrontccc.jpg,Nintendogs + cats,3DS,Simulation,Nintendo,Nintendo EAD,7.2,,,,,,2011-03-27, +/games/boxart/full_3192593AmericaFrontccc.jpg,Animal Crossing: City Folk,Wii,Simulation,Nintendo,Nintendo EAD,7.1,,,,,,2008-11-16, +/games/boxart/full_1502405AmericaFrontccc.jpg,Pokémon Snap,N64,Simulation,Nintendo,HAL Laboratory,7.9,,,,,,1999-06-30,2018-04-20 +/games/boxart/full_156835AmericaFrontccc.jpg,Animal Crossing: Happy Home Designer,3DS,Simulation,Nintendo,Nintendo EAD,6.6,,,,,,2015-09-25,2018-01-14 +/games/boxart/full_1463410AmericaFrontccc.jpg,Elite Dangerous,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2014-12-16,2021-01-19 +/games/boxart/full_7477816AmericaFrontccc.png,SimCity 2000,All,Simulation,Maxis,Maxis,,,,,,,1993-01-01,2020-11-27 +/games/boxart/full_4359256AmericaFrontccc.jpg,Spintires,Series,Simulation,IMGN PRO,Saber Interactive,,,,,,,2014-06-13,2020-03-04 +/games/boxart/full_2514623AmericaFrontccc.jpg,Top Gun,Series,Simulation,Ocean Software,Ocean Software,,,,,,,1986-12-01,2022-09-21 +/games/boxart/full_78779AmericaFrontccc.jpg,SimCity,All,Simulation,Maxis,Maxis,,,,,,,1989-02-02,2020-11-27 +/games/boxart/full_9290315AmericaFrontccc.jpg,Farming Simulator 15,All,Simulation,Focus Home Interactive,Giants Software,,,,,,,2014-10-30,2020-12-18 +/games/boxart/full_5262902AmericaFrontccc.jpg,Farming Simulator 22,All,Simulation,Giants Software,Giants Software,,,,,,,2021-11-22,2021-12-01 +/games/boxart/full_499709AmericaFrontccc.jpg,Football Manager 2020,All,Simulation,Sega,Sports Interactive,,,,,,,2019-11-18,2023-08-11 +/games/boxart/full_9732181PALFrontccc.jpg,Jurassic World Evolution,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2018-06-12,2021-01-19 +/games/boxart/full_4794830PALFrontccc.jpg,Space Engineers,PC,Simulation,Keen Software House,Keen Software House,,,,,,,2019-02-28,2018-09-13 +/games/boxart/full_1828530AmericaFrontccc.jpg,Style Savvy,DS,Simulation,Nintendo,syn Sophia,7.6,,,,,,2009-11-02, +/games/boxart/full_435104PALFrontccc.jpg,Prison Architect,PC,Simulation,Introversion Software,Introversion Software,,,,,,,2015-10-06,2018-08-18 +/games/boxart/full_9403126AmericaFrontccc.jpg,1602 A.D.,PC,Simulation,Sunflowers,Max Design,,,,,,,2000-02-01, +/games/boxart/9672735ccc.jpg,Ace Combat 04: Shattered Skies,PS2,Simulation,Namco,Namco,8.9,,,,,,2001-11-01, +/games/boxart/full_8933028AmericaFrontccc.jpg,Comanche,Series,Simulation,NovaLogic,NUKKLEAR,,,,,,,1992-01-01,2021-03-27 +/games/boxart/full_9737248AmericaFrontccc.jpg,Goat Simulator,All,Simulation,Coffee Stain Studios,Coffee Stain Studios,,,,,,,2014-04-01,2021-02-21 +/games/boxart/full_1967826AmericaFrontccc.jpg,Planet Coaster,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2016-11-17,2018-09-22 +/games/boxart/full_5908085AmericaFrontccc.png,New Pokémon Snap,NS,Simulation,Nintendo,Bandai Namco Studios,,,,,,,2021-04-30,2020-06-17 +/games/boxart/full_8179036AmericaFrontccc.png,Tabletop Simulator,PC,Simulation,Berserk Games,Berserk Games,,,,,,,2015-06-05,2018-02-18 +/games/boxart/6370092ccc.jpg,Animal Crossing,GC,Simulation,Nintendo,Nintendo EAD,8.3,,,,,,2002-09-15, +/games/boxart/full_7626494AmericaFrontccc.jpg,Air Combat,PS,Simulation,Namco,Namco,7,,,,,,1995-06-29, +/games/boxart/full_1987179AmericaFrontccc.jpg,Star Wars: Rogue Squadron,N64,Simulation,LucasArts,Factor 5,9,,,,,,1998-11-17, +/games/boxart/full_4851158AmericaFrontccc.jpg,1503 A.D.: The New World,PC,Simulation,Electronic Arts,Sunflower Studios,,,,,,,2003-03-23, +/games/boxart/full_9991221AmericaFrontccc.jpg,Farming Simulator 19,All,Simulation,Focus Home Interactive,Giants Software,,,,,,,2018-11-19,2020-12-18 +/games/boxart/full_3381776AmericaFrontccc.jpg,Football Manager 2019,All,Simulation,Sega,Sports Interactive,,,,,,,2018-11-02,2021-02-12 +/games/boxart/full_4764643AmericaFrontccc.png,SimCity (2013),PC,Simulation,Electronic Arts,Maxis,,,,,,,2013-03-05,2018-05-06 +/games/boxart/full_6227575AmericaFrontccc.jpg,Sons of the Forest,PC,Simulation,Newnight,Endnight Games Ltd,,,,,,,2023-02-23,2023-02-27 +/games/boxart/6117958ccc.jpg,Top Gun,NES,Simulation,Konami,Konami,,,,,,,1987-11-01, +/games/boxart/1602232ccc.jpg,SimCity,SNES,Simulation,Nintendo,Intelligent Systems,,,,,,,1991-09-10, +/games/boxart/full_5364383AmericaFrontccc.jpg,The Long Dark,PC,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2018-08-07 +/games/boxart/full_3864225AmericaFrontccc.jpg,"Hey You, Pikachu!",N64,Simulation,Nintendo,Ambrella,,,,,,,2000-11-05, +/games/boxart/full_2886030AmericaFrontccc.jpg,Ace Combat 5: The Unsung War,PS2,Simulation,Namco,Namco,,,,,,,2004-10-25, +/games/boxart/full_2519159AmericaFrontccc.jpg,Barbie Fashion Designer,All,Simulation,Mattel Media,Digital Domain,,,,,,,1996-11-01,2020-12-04 +/games/boxart/full_2489719AmericaFrontccc.jpg,Game Dev Tycoon,PC,Simulation,Greenheart Games,Greenheart Games,,,,,,,2013-03-15,2019-02-02 +/games/boxart/full_5797732AmericaFrontccc.jpg,F-15 Strike Eagle,All,Simulation,Microprose,MicroProse,,,,,,,1984-01-01,2021-04-22 +/games/boxart/full_2752874AmericaFrontccc.jpg,Home Design 3D,PC,Simulation,Expert Software,Expert Software,,,,,,,1991-01-01,2023-08-11 +/games/boxart/3765428ccc.jpg,Tamagotchi Connection: Corner Shop,DS,Simulation,Bandai,NanaOn-Sha,,,,,,,2006-01-31, +/games/boxart/full_8651461AmericaFrontccc.jpg,Style Savvy: Trendsetters,3DS,Simulation,Nintendo,syn Sophia,,,,,,,2012-10-22,2018-01-07 +/games/boxart/full_3246005AmericaFrontccc.jpg,Style Savvy: Fashion Forward,3DS,Simulation,Nintendo,syn Sophia,6.5,,,,,,2016-08-19,2018-01-07 +/games/boxart/1904663ccc.jpg,Ace Combat 6: Fires of Liberation,X360,Simulation,Namco Bandai,Namco Bandai Games,8.1,,,,,,2007-10-23, +/games/boxart/full_5194040AmericaFrontccc.png,Satisfactory,PC,Simulation,Coffee Stain Studios,Coffee Stain Studios,,,,,,,2019-03-18,2019-06-07 +/games/boxart/full_3902709AmericaFrontccc.jpeg,Elite Dangerous: Horizons,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2015-12-15,2021-01-19 +/games/boxart/full_2292193AmericaFrontccc.jpg,Slime Rancher,PC,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2018-08-07 +/games/boxart/full_7558476AmericaFrontccc.jpg,Jane's AH-64D Longbow,Series,Simulation,Electronic Arts,Origin Systems,,,,,,,1996-01-01,2021-03-15 +/games/boxart/3165101ccc.jpg,SimCity,PC,Simulation,Maxis,Maxis,,,,,,,1989-01-01, +/games/boxart/full_2250419AmericaFrontccc.jpg,Hand Simulator,PC,Simulation,Unknown,HFM Games,,,,,,,,2019-02-03 +/games/boxart/full_9095923AmericaFrontccc.jpg,Ace Combat 3: Electrosphere,PS,Simulation,Namco,Namco,7.6,,,,,,2000-03-02, +/games/boxart/4070945ccc.jpg,Pilotwings,SNES,Simulation,Nintendo,Nintendo EAD,,,,,,,1991-08-13, +/games/boxart/full_1158273AmericaFrontccc.jpg,Pilotwings 64,N64,Simulation,Nintendo,Paradigm Entertainment,,,,,,,1996-09-29, +/games/boxart/6029760ccc.jpg,Ace Combat 2,PS,Simulation,Namco,Namco,8.5,,,,,,1997-07-31, +/games/boxart/full_5734125JapanFrontccc.jpg,BeatMania,PS,Simulation,Konami,Konami,,,,,,,1998-10-01, +/games/boxart/8200038ccc.jpg,Tamagotchi Connection: Corner Shop 2,DS,Simulation,Namco Bandai,NanaOn-Sha,,,,,,,2006-11-14, +/games/boxart/full_9621914AmericaFrontccc.png,Ace Combat: Assault Horizon,All,Simulation,Bandai Namco Games,Project ACES,,,,,,,2011-10-11,2020-11-20 +/games/boxart/full_5107441AmericaFrontccc.jpg,Monster Rancher,PS,Simulation,Tecmo,Tecmo,,,,,,,1997-11-30, +/games/boxart/full_9725957AmericaFrontccc.jpg,1701 A.D.,PC,Simulation,Aspyr,Related Designs,7.7,,,,,,2006-11-06, +/games/boxart/full_8861562AmericaFrontccc.jpg,Caesar,Series,Simulation,Sierra Online,Impressions Games,,,,,,,1992-10-12,2021-03-18 +/games/boxart/full_9778155JapanFrontccc.jpg,Densha De Go!,PS,Simulation,Taito,Taito Corporation,,,,,,,1997-12-18, +/games/boxart/full_7308269AmericaFrontccc.jpg,Elite,All,Simulation,Acornsoft,David Braben,,,,,,,1984-09-20,2021-01-19 +/games/boxart/full_2703038AmericaFrontccc.jpg,Escape Simulator,PC,Simulation,Pine Studio,Pine Studio,,,,,,,2021-10-19,2022-05-02 +/games/boxart/full_8053718AmericaFrontccc.jpg,Farming Simulator 17,All,Simulation,Giants Software,Giants Software,,,,,,,2016-10-24,2020-12-18 +/games/boxart/full_5531003AmericaFrontccc.jpg,Football Manager 2013,All,Simulation,Sega,Sports Interactive,,,,,,,2012-11-02,2020-11-13 +/games/boxart/full_928994AmericaFrontccc.jpg,Football Manager 2014,All,Simulation,Sega,Sports Interactive,,,,,,,2013-10-30,2020-11-13 +/games/boxart/full_2617263AmericaFrontccc.jpg,Football Manager 2015,All,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2020-11-13 +/games/boxart/full_7283646PALFrontccc.png,Football Manager 2016,PC,Simulation,Sega,Sports Interactive,,,,,,,2015-11-13,2018-04-20 +/games/boxart/full_423572PALFrontccc.jpg,Football Manager 2017,PC,Simulation,Sega,Sports Interactive,,,,,,,2016-11-04,2018-05-29 +/games/boxart/full_4065481AmericaFrontccc.jpg,Football Manager 2021,All,Simulation,Sega,Sports Interactive,,,,,,,2020-11-24,2021-01-05 +/games/boxart/full_9778527AmericaFrontccc.jpg,Goat Simulator,iOS,Simulation,Unknown,Coffee Stain Studios,,,,,,,, +/games/boxart/full_9242764AmericaFrontccc.jpg,Microsoft Flight Simulator (2020),PC,Simulation,Xbox Game Studios,Asobo Studio,,,,,,,2020-08-18,2020-08-04 +/games/boxart/full_514547AmericaFrontccc.jpg,Microsoft Train Simulator,PC,Simulation,Microsoft,Kuju Entertainment,,,,,,,2001-05-31, +/games/boxart/full_6348714AmericaFrontccc.jpg,Monster Rancher 2,PS,Simulation,Tecmo,Tecmo,,,,,,,1999-01-01, +/games/boxart/full_2612074AmericaFrontccc.jpg,My Time At Portia,PC,Simulation,Team17 Digital Ltd,Pathea Games,,,,,,,2019-01-15,2019-04-15 +/games/boxart/full_9269884AmericaFrontccc.jpg,Planet Zoo,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2019-11-05,2019-06-02 +/games/boxart/full_5155382AmericaFrontccc.jpg,SnowRunner,All,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-11-27 +/games/boxart/full_3914688AmericaFrontccc.jpg,Spintires: MudRunner,All,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2017-10-31,2020-11-27 +/games/boxart/full_4129150AmericaFrontccc.jpg,Spiritfarer,All,Simulation,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-08-18,2021-04-20 +/games/boxart/full_4872157PALFrontccc.jpg,Story of Seasons: Pioneers of Olive Town,NS,Simulation,Marvelous,Marvelous,,,,,,,2021-03-26,2021-02-10 +/games/boxart/full_872885AmericaFrontccc.jpg,Story of Seasons: Pioneers of Olive Town,All,Simulation,Xseed Games,Marvelous,,,,,,,2021-09-15,2021-10-05 +/games/boxart/full_7554227AmericaFrontccc.png,The Urbz: Sims in the City,All,Simulation,Electronic Arts,Maxis,,,,,,,2004-11-09,2020-12-03 +/games/boxart/full_7651475AmericaFrontccc.jpg,Tom Clancy's HAWX,All,Simulation,Ubisoft,Ubisoft Bucharest,,,,,,,2009-03-03,2020-11-26 +/games/boxart/full_2050407AmericaFrontccc.png,Tropico,All,Simulation,Gathering of Developers,PopTop Software,,,,,,,2001-04-24,2021-03-13 +/games/boxart/full_5116316AmericaFrontccc.jpg,Two Point Hospital,PC,Simulation,Sega,Two Point Studio,,,,,,,2018-08-30,2019-07-24 +/games/boxart/full_9323945AmericaFrontccc.jpg,Untitled Goose Game,Series,Simulation,Panic,House House,,,,,,,2009-09-20,2020-03-03 +/games/boxart/full_5888026AmericaFrontccc.jpg,Untitled Goose Game,All,Simulation,Panic,House House,,,,,,,2019-09-20,2021-01-24 +/games/boxart/6070694ccc.jpg,Viva Pinata,X360,Simulation,Microsoft Game Studios,Rare Ltd.,8.4,,,,,,2006-11-09, +/games/boxart/full_5767693PALFrontccc.jpg,Football Manager 2018,PC,Simulation,Sega,Sports Interactive,,,,,,,2017-11-10,2018-05-31 +/games/boxart/full_5277175AmericaFrontccc.jpg,Farming Simulator 2015,PC,Simulation,Focus Home Interactive,Giants Software,,,,,,,2014-09-30,2018-04-11 +/games/boxart/full_8598132PALFrontccc.jpg,Football Manager 2015,PC,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2018-05-29 +/games/boxart/full_8300724AmericaFrontccc.jpg,Poly Bridge,PC,Simulation,Unknown,Dry Cactus Limited,,,,,,,,2019-02-07 +/games/boxart/full_9837775AmericaFrontccc.jpg,BeamNG.drive,PC,Simulation,Unknown,BeamNG,,,,,,,,2019-02-07 +/games/boxart/full_6559970AmericaFrontccc.jpg,Microsoft Flight Simulator 1.0,PC,Simulation,Microsoft,Sublogic,,,,,,,1982-11-01, +/games/boxart/full_1011635AmericaFrontccc.jpg,Farming Simulator 17,PC,Simulation,Focus Home Interactive,Giants Software,,,,,,,2016-10-25,2018-04-06 +/games/boxart/2215321ccc.jpg,Ace Combat Zero: The Belkan War,PS2,Simulation,Namco,Namco,7.5,,,,,,2006-04-25, +/games/boxart/full_universe-sandbox_562AmericaFront.jpg,Universe Sandbox,PC,Simulation,Unknown,Dan Dixon,,,,,,,2011-04-29, +/games/boxart/full_6726527AmericaFrontccc.jpg,Youtubers Life,PC,Simulation,Unknown,U-PLAY Studios,,,,,,,,2019-02-07 +/games/boxart/full_4709991AmericaFrontccc.jpg,Falcon 3.0,PC,Simulation,Spectrum Holobyte,Sphere,,,,,,,1991-12-01, +/games/boxart/full_7833315AmericaFrontccc.jpg,Wing Commander III: Heart of the Tiger,All,Simulation,Origin Systems,Origin Systems,,,,,,,1994-12-01,2021-03-16 +/games/boxart/full_6918638AmericaFrontccc.jpg,Football Manager 2011,All,Simulation,Sega,Sports Interactive,,,,,,,2010-11-05,2020-11-13 +/games/boxart/full_932182AmericaFrontccc.jpg,F1 Manager 2022,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2022-08-30,2023-01-10 +/games/boxart/full_4068595AmericaFrontccc.jpg,Jane's AH-64D Longbow,PC,Simulation,Electronic Arts,Origin Systems,,,,,,,1996-05-31,2021-03-15 +/games/boxart/full_2317826PALFrontccc.jpg,Farming Simulator 2013,PC,Simulation,Focus Home Interactive,Giants Software,,,,,,,2012-10-25,2018-01-06 +/games/boxart/full_9232984AmericaFrontccc.jpg,FaceRig,PC,Simulation,Unknown,Holotech Studios,,,,,,,,2019-02-08 +/games/boxart/full_8097417AmericaFrontccc.jpg,I Am Bread,PC,Simulation,Bossa Studios,Bossa Studios,,,,,,,2015-04-09,2018-08-11 +/games/boxart/full_6783421AmericaFrontccc.jpg,Kingdoms and Castles,PC,Simulation,Unknown,Lion Shield,,,,,,,,2018-01-11 +/games/boxart/full_1876857AmericaFrontccc.png,Ace,PC,Simulation,Unknown,Cascade Games,,,,,,,,2021-03-20 +/games/boxart/full_2032272AmericaFrontccc.jpg,Caesar II,All,Simulation,Sierra Online,Impressions Games,,,,,,,1995-09-04,2021-03-18 +/games/boxart/full_8020569AmericaFrontccc.jpg,Creatures,PC,Simulation,Mindscape,Millenium Interactive,,,,,,,1997-07-01, +/games/boxart/full_2857210AmericaFrontccc.jpg,Disney Magic Castle: My Happy Life,3DS,Simulation,Nintendo,High Horse Entertainment,7.9,,,,,,2014-04-11,2018-01-07 +/games/boxart/full_1548675JapanFrontccc.jpg,Fishing Spirits,NS,Simulation,Bandai Namco Games,Bandai Namco Games,,,,,,,2019-07-25,2020-07-08 +/games/boxart/full_2656102AmericaFrontccc.jpg,Frontier: Elite II,All,Simulation,GameTek,David Braben,,,,,,,1993-10-29,2021-01-19 +/games/boxart/full_5195587AmericaFrontccc.jpg,MechWarrior 2: 31st Century Combat,PC,Simulation,Activision,Quantum Factory,,,,,,,1995-06-30, +/games/boxart/full_5834575JapanFrontccc.jpg,Momotarou Dentetsu 7,PS,Simulation,Hudson Entertainment,Hudson Soft,,,,,,,1997-12-23, +/games/boxart/5276642ccc.jpg,Red Baron,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1990-01-01, +/games/boxart/full_1464991AmericaFrontccc.jpg,Top Gun,PC,Simulation,Thunder Mountain,Ocean Software,,,,,,,1987-01-01, +/games/boxart/full_1249914AmericaFrontccc.jpg,Car Mechanic Simulator 2018,PC,Simulation,Unknown,Red Dot Games,,,,,,,,2019-02-09 +/games/boxart/full_x3-terran-conflict_494AmericaFront.jpg,X3: Terran Conflict,PC,Simulation,Atari,Egosoft,8.2,,,,,,2009-03-31, +/games/boxart/full_2566588AmericaFrontccc.jpg,Jurassic World Evolution,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2018-07-03,2018-04-20 +/games/boxart/full_6415736AmericaFrontccc.jpg,Ace Combat X: Skies of Deception,PSP,Simulation,Namco Bandai,Bandai Namco Games,7.6,,,,,,2006-10-23, +/games/boxart/full_6666821JapanFrontccc.jpg,Mobile Suit Gundam Seed,PS2,Simulation,Bandai,Bandai,,,,,,,2003-07-31, +/games/boxart/full_2796958AmericaFrontccc.jpg,Turmoil,PC,Simulation,Unknown,Gamious,,,,,,,,2019-02-09 +/games/boxart/full_324962AmericaFrontccc.jpg,Cities in Motion 2,PC,Simulation,Unknown,Colossal Order,,,,,,,,2019-02-10 +/games/boxart/full_2150295AmericaFrontccc.jpg,Microsoft Combat Flight Simulator: WWII Europe Series,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,1998-09-30, +/games/boxart/full_1470475AmericaFrontccc.jpg,My Summer Car,PC,Simulation,Unknown,Amistech Games,,,,,,,,2019-02-10 +/games/boxart/full_393363AmericaFrontccc.jpg,Turbo Dismount,PC,Simulation,Unknown,Secret Exit Ltd.,,,,,,,,2019-02-10 +/games/boxart/full_8090991AmericaFrontccc.jpg,Shower With Your Dad Simulator 2015: Do You Still Shower With Your Dad,PC,Simulation,Unknown,marbenx,,,,,,,,2019-02-10 +/games/boxart/full_7433291AmericaFrontccc.jpg,Caesar III,All,Simulation,Sierra Studios,Impressions Games,,,,,,,1998-09-30,2021-03-18 +/games/boxart/full_9778285AmericaFrontccc.png,IndyCar Racing,PC,Simulation,Papyrus,Papyrus Design Group,,,,,,,1993-01-01, +/games/boxart/full_8958140AmericaFrontccc.jpg,Jurassic Park: Operation Genesis,All,Simulation,Universal Interactive,Blue Tongue Entertainment,,,,,,,2003-03-10,2021-01-19 +/games/boxart/7283096ccc.jpg,M1 Tank Platoon,PC,Simulation,Microprose,MicroProse,,,,,,,1989-01-01, +/games/boxart/full_4569268AmericaFrontccc.jpg,Sid Meier's Railroad Tycoon Deluxe,All,Simulation,Microprose,MPS Labs,,,,,,,1990-01-01,2021-03-12 +/games/boxart/full_9242862AmericaFrontccc.jpg,"Cook, Serve, Delicious!",PC,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2013-10-08,2019-04-04 +/games/boxart/full_5368475AmericaFrontccc.jpeg,Rebel Galaxy,PC,Simulation,Double Damage Games,Double Damage Games,,,,,,,2016-01-01,2018-01-01 +/games/boxart/full_7290787AmericaFrontccc.jpg,This is the Police,PC,Simulation,EuroVideo Medien,Weappy Studio,,,,,,,2016-08-02,2019-04-08 +/games/boxart/full_2912631AmericaFrontccc.jpg,Mountain,PC,Simulation,Double Fine Productions,Double Fine Productions,,,,,,,2014-07-01, +/games/boxart/full_3415065AmericaFrontccc.jpg,Top Gun: Fire at Will,All,Simulation,Spectrum Holobyte,Spectrum HoloByte,,,,,,,1996-02-21,2023-08-12 +/games/boxart/full_8373981AmericaFrontccc.jpg,Planetbase,PC,Simulation,Unknown,Madruga Works,,,,,,,,2019-02-11 +/games/boxart/full_3495573AmericaFrontccc.jpg,House Flipper,PC,Simulation,Unknown,Empyrean,,,,,,,,2019-02-11 +/games/boxart/full_9700041AmericaFrontccc.png,Aces of the Pacific,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1992-01-01, +/games/boxart/full_2886023AmericaFrontccc.jpg,Cabela's Big Game Hunter II,PC,Simulation,HeadGames Publishing,HeadGames Publishing,,,,,,,1998-10-01,2023-08-15 +/games/boxart/full_410045AmericaFrontccc.jpg,Star Trek: Starfleet Academy,All,Simulation,Interplay Productions,Interplay Productions,,,,,,,1997-09-12,2021-03-29 +/games/boxart/full_9567384PALFrontccc.jpg,Top Gun,PS2,Simulation,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2007-10-05, +/games/boxart/full_6638915PALFrontccc.jpg,Transport Fever,PC,Simulation,Astragon,Urban Games,,,,,,,2016-11-08,2018-09-22 +/games/boxart/full_854221AmericaFrontccc.jpg,HunieCam Studio,PC,Simulation,Unknown,HuniePot,,,,,,,,2019-02-13 +/games/boxart/full_4716290AmericaFrontccc.jpg,Spintires: MudRunner,PC,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2017-10-31,2018-05-30 +/games/boxart/full_6688265AmericaFrontccc.jpg,SimplePlanes,PC,Simulation,Unknown,"Jundroo, LLC",,,,,,,,2019-02-13 +/games/boxart/full_ace-another-centurys-episode-r_6JapanFront.jpg,A.C.E.: Another Century's Episode R,PS3,Simulation,Namco Bandai,From Software,,,,,,,2010-08-19, +/games/boxart/full_8158981AmericaFrontccc.jpg,Dream Daddy: A Dad Dating Simulator,PC,Simulation,Unknown,Game Grumps,,,,,,,,2019-02-14 +/games/boxart/full_7621710AmericaFrontccc.jpg,Silent Hunter,PC,Simulation,SSI,Aeon Electronic Entertainment,,,,,,,1996-02-29, +/games/boxart/full_606747AmericaFrontccc.jpg,Slime Rancher 2,All,Simulation,Monomi Park,Monomi Park,,,,,,,2022-09-22,2022-09-23 +/games/boxart/full_8729062AmericaFrontccc.jpg,Tropico 2: Pirate Cove,All,Simulation,Gathering of Developers,Frog City Software,,,,,,,2003-04-08,2021-03-13 +/games/boxart/full_hatsune-miku-project-diva-extend_836JapanFront.jpg,Hatsune Miku: Project Diva Extend,PSP,Simulation,Sega,Sega,,,,,,,2011-11-10,2019-01-11 +/games/boxart/full_8781857AmericaFrontccc.jpg,Omerta - City of Gangsters,PC,Simulation,Unknown,Haemimont Games,,,,,,,,2019-02-16 +/games/boxart/full_6059037AmericaFrontccc.jpg,Sierra Pro Pilot 98: The Complete Flight Simulator,PC,Simulation,Sierra Online,Dynamix,,,,,,,1997-12-05,2023-06-04 +/games/boxart/full_5231869AmericaFrontccc.jpg,hack_me,PC,Simulation,Unknown,Egor Magurin,,,,,,,,2019-02-17 +/games/boxart/4076751ccc.jpg,Chromehounds,X360,Simulation,Sega,From Software,6.4,,,,,,2006-07-11, +/games/boxart/full_8947845AmericaFrontccc.jpg,The Four Kings Casino and Slots,PC,Simulation,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2015-06-01,2019-02-17 +/games/boxart/full_2270866AmericaFrontccc.jpg,Pool Nation,PC,Simulation,Cherry Pop Games,Cherry Pop Games,,,,,,,2013-10-18,2019-02-17 +/games/boxart/full_1989368JapanFrontccc.jpg,A.C.E.: Another Century's Episode 3: The Final,PS2,Simulation,Banpresto,From Software,,,,,,,2007-09-06, +/games/boxart/full_2109352AmericaFrontccc.png,A-10 Tank Killer,Series,Simulation,Dynamix,Dynamix,,,,,,,1989-12-01,2021-04-05 +/games/boxart/full_8120910AmericaFrontccc.jpg,Cabela's Big Game Hunter,PC,Simulation,HeadGames Publishing,Elsinore Multimedia,,,,,,,1998-04-01,2023-08-15 +/games/boxart/full_2837012AmericaFrontccc.jpg,Starsiege,PC,Simulation,Unknown,Dynamix,,,,,,,,2021-04-10 +/games/boxart/full_1442095AmericaFrontccc.jpg,Bridge Constructor,PC,Simulation,Headup Games,Headup Games,,,,,,,2013-10-16,2019-02-11 +/games/boxart/full_608272AmericaFrontccc.jpg,Project Highrise: Architect's Edition,PC,Simulation,Kasedo Games,SomaSim,,,,,,,2016-09-08,2019-03-22 +/games/boxart/full_2888051AmericaFrontccc.jpg,Shake Your Money Simulator 2016,PC,Simulation,CharlieH,CharlieH,,,,,,,2016-03-18,2019-02-06 +/games/boxart/full_cities-in-motion_627AmericaFront.jpg,Cities in Motion,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2011-02-22, +/games/boxart/full_8527741AmericaFrontccc.jpg,TIS-100,PC,Simulation,Unknown,Zachtronics Industries,,,,,,,,2019-02-19 +/games/boxart/full_647878PALFrontccc.jpg,Train Fever,PC,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2014-09-04,2018-08-11 +/games/boxart/full_4750533AmericaFrontccc.jpg,Big Pharma,PC,Simulation,Unknown,Twice Circled,,,,,,,,2019-02-20 +/games/boxart/full_4394970AmericaFrontccc.jpg,911 Operator,PC,Simulation,Unknown,Jutsu Games,,,,,,,,2019-02-22 +/games/boxart/full_9317556AmericaFrontccc.jpg,SweatShop,PC,Simulation,Unknown,DUCK,,,,,,,,2019-02-22 +/games/boxart/full_5944079AmericaFrontccc.jpg,Passpartout: The Starving Artist,PC,Simulation,Unknown,Flamebait Games,,,,,,,,2019-02-25 +/games/boxart/full_2763247AmericaFrontccc.jpg,FEMINAZI: The Triggering,PC,Simulation,Unknown,hyperboreanGames,,,,,,,,2019-02-26 +/games/boxart/full_262825AmericaFrontccc.jpg,Job Simulator,PC,Simulation,Owlchemy Labs,Owlchemy Labs,,,,,,,2016-04-05, +/games/boxart/full_9334207AmericaFrontccc.jpg,Port Royale 3,PC,Simulation,Kalypso Media,Gaming Minds Studios,,,,,,,2012-10-02,2018-12-04 +/games/boxart/4427117ccc.jpg,Apache,PC,Simulation,Interactive Magic,Digital Integration,,,,,,,1995-07-31, +/games/boxart/full_105621AmericaFrontccc.jpg,Jane's Combat Simulations: 688(I) Hunter/Killer,PC,Simulation,Electronic Arts,Sonalysts,8.8,,,,,,1997-06-30, +/games/boxart/full_7481877AmericaFrontccc.jpg,Outpost,All,Simulation,Sierra Online,Sierra On-Line,,,,,,,1994-01-01,2021-04-05 +/games/boxart/full_6649280AmericaFrontccc.jpg,Photo Kano,Series,Simulation,Kadokawa Games,Dingo,,,,,,,2012-02-02,2020-02-05 +/games/boxart/full_2451611AmericaFrontccc.jpg,Life is Feudal: Forest Village,PC,Simulation,Unknown,Mindillusion,,,,,,,,2019-02-27 +/games/boxart/full_636141AmericaFrontccc.jpg,Magazime Editor,PC,Simulation,Unknown,Unknown,,,,,,,,2019-02-27 +/games/boxart/full_6692699AmericaFrontccc.jpg,Shoppe Keep,PC,Simulation,Unknown,Strange Fire,,,,,,,,2019-02-28 +/games/boxart/full_8410235AmericaFrontccc.jpg,Jalopy,PC,Simulation,Unknown,Minskworks,,,,,,,,2019-03-01 +/games/boxart/full_4236289AmericaFrontccc.jpg,Breach & Clear,PC,Simulation,Unknown,Mighty Rabbit Studios,,,,,,,,2019-03-04 +/games/boxart/full_1885621AmericaFrontccc.jpg,RollerCoaster Tycoon World,PC,Simulation,Atari,Nvizzio Creations,,,,,,,2016-03-30,2018-09-22 +/games/boxart/full_8295921AmericaFrontccc.jpg,Bomber Crew,PC,Simulation,Curve Digital,Runner Duck,,,,,,,2017-10-19,2019-01-03 +/games/boxart/full_dogfighter_6AmericaFront.jpg,DogFighter,PC,Simulation,Unknown,"Dark Water Studios, Ltd.",,,,,,,2010-06-14, +/games/boxart/full_4043409AmericaFrontccc.jpg,Mad Games Tycoon,PC,Simulation,Unknown,Eggcode,,,,,,,,2019-03-06 +/games/boxart/full_3176017AmericaFrontccc.jpg,Going Medieval,PC,Simulation,The Irregular Corporation,Foxy Voxel,,,,,,,2021-06-01,2021-06-10 +/games/boxart/full_5088076AmericaFrontccc.jpg,Plantera,PC,Simulation,Unknown,VaragtP,,,,,,,,2019-03-16 +/games/boxart/full_2318205AmericaFrontccc.jpg,Train Valley,PC,Simulation,Unknown,Alexey Davydov,,,,,,,,2019-03-18 +/games/boxart/full_1963263AmericaFrontccc.jpg,Lost In Woods 2,PC,Simulation,Unknown,Eugene Makashov,,,,,,,,2019-03-19 +/games/boxart/full_6207073AmericaFrontccc.jpg,Wings of Prey,PC,Simulation,YuPlay,Gaijin Entertainment,8.3,,,,,,2010-12-25, +/games/boxart/full_1650643AmericaFrontccc.jpg,Holy Potatoes! A Weapon Shop?!,PC,Simulation,Daedalic Entertainment,Daylight Studios,,,,,,,2015-07-13,2018-07-05 +/games/boxart/full_5567593AmericaFrontccc.jpg,Bus Simulator 16,PC,Simulation,Astragon,stillalive studios,,,,,,,2017-05-24, +/games/boxart/full_8427440AmericaFrontccc.png,F-15 Strike Eagle III,PC,Simulation,Microprose,MicroProse,,,,,,,1992-01-01, +/games/boxart/full_6631983AmericaFrontccc.jpg,Football Manager Touch 2018,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2019-03-25 +/games/boxart/full_8075364AmericaFrontccc.jpg,Happy Room,PC,Simulation,Unknown,Mana Potion Studios,,,,,,,,2019-03-26 +/games/boxart/full_7300689PALFrontccc.jpg,Secret of the Magic Crystals,PC,Simulation,ArtwareGames,ArtwareGames Inc.,,,,,,,2010-01-03, +/games/boxart/full_8615296AmericaFrontccc.jpg,Cat Goes Fishing,PC,Simulation,Unknown,Cat5Games,,,,,,,2015-01-20,2019-04-22 +/games/boxart/full_9024297AmericaFrontccc.jpg,Startup Company,PC,Simulation,Hovgaard Games,Hovgaard Games,,,,,,,2017-08-11,2019-04-21 +/games/boxart/full_8560633AmericaFrontccc.jpg,Super Seducer,Series,Simulation,RLR Training Inc,RLR Training Inc,,,,,,,2018-03-06,2021-02-15 +/games/boxart/full_8520471AmericaFrontccc.jpg,The Curious Expedition,PC,Simulation,Maschinen-Mensch,Maschinen-Mensch,,,,,,,2016-09-02,2019-04-21 +/games/boxart/full_5962474AmericaFrontccc.jpg,Real Boxing,PC,Simulation,Vivid Games S.A.,Vivid Games S.A.,,,,,,,2014-07-02,2019-04-16 +/games/boxart/full_9155048AmericaFrontccc.jpg,Emily is Away Too,PC,Simulation,Kyle Seeley,Kyle Seeley,,,,,,,2017-05-26,2019-04-16 +/games/boxart/full_9711066PALFrontccc.jpg,Fernbus Simulator,PC,Simulation,Aerosoft,TML Studios,,,,,,,2016-08-25,2018-09-22 +/games/boxart/full_2647985AmericaFrontccc.jpg,Trucks & Trailers,PC,Simulation,SCS Software,SCS Software,,,,,,,2011-06-17,2019-04-08 +/games/boxart/full_4669038AmericaFrontccc.jpg,Farm Together,PC,Simulation,Milkstone Studios,Milkstone Studios S.L.,,,,,,,2018-10-11,2019-04-07 +/games/boxart/full_1396772AmericaFrontccc.jpg,Ice Lakes,PC,Simulation,Iceflake Studios,Iceflake Studios,,,,,,,2016-04-19,2019-04-07 +/games/boxart/full_8119273AmericaFrontccc.jpg,Sparkle 3 Genesis,PC,Simulation,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2015-04-24,2019-04-06 +/games/boxart/full_4280654AmericaFrontccc.jpg,Game Corp DX,PC,Simulation,Endless Loop Studios,Endless Loop Studios,,,,,,,2015-10-02,2019-04-06 +/games/boxart/full_7327766AmericaFrontccc.jpg,Bridge Project,PC,Simulation,THQ Nordic,Halycon Media GmbH & Co. KG,,,,,,,2013-05-28,2019-04-06 +/games/boxart/full_6736537AmericaFrontccc.jpg,Staxel,PC,Simulation,Humble Bundle,Plukit,,,,,,,2018-01-23,2019-04-06 +/games/boxart/full_7454118AmericaFrontccc.jpg,Flight Control HD,PC,Simulation,Firemint,Firemint,,,,,,,2010-11-18, +/games/boxart/full_5444619AmericaFrontccc.jpg,"Cook, Serve, Delicious! 2!!",PC,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2017-09-14,2019-04-04 +/games/boxart/full_1615279AmericaFrontccc.jpg,TransOcean: The Shipping Company,PC,Simulation,Astragon,Deck13 Hamburg,,,,,,,2014-09-23,2019-04-03 +/games/boxart/full_6567695AmericaFrontccc.jpg,Depth Hunter 2: Deep Dive,PC,Simulation,Biart Design Studio,BiArt,,,,,,,2014-08-20,2019-04-01 +/games/boxart/full_465331AmericaFrontccc.jpg,SimAirport,PC,Simulation,LVGameDev LLC,LVGameDev LLC,,,,,,,2017-03-07,2019-04-01 +/games/boxart/full_7368250PALFrontccc.jpg,Cities XXL,PC,Simulation,Focus Home Interactive,Focus Home Interactive,,,,,,,2015-02-05,2018-09-22 +/games/boxart/full_500117AmericaFrontccc.jpg,Monster Prom,PC,Simulation,Those Awesome Guys,Beautiful Glitch,,,,,,,2018-04-27,2019-04-01 +/games/boxart/full_2162961AmericaFrontccc.jpg,Everything,PC,Simulation,Double Fine Presents,David OReilly,,,,,,,2017-04-21,2019-03-27 +/games/boxart/full_7975353AmericaFrontccc.jpg,Bloop Reloaded,PC,Simulation,Kiss,2SD,,,,,,,2015-02-06,2019-03-27 +/games/boxart/full_7004964AmericaFrontccc.jpg,Ace of Aces,All,Simulation,Accolade,Distinctive Software,,,,,,,1986-01-01,2022-04-23 +/games/boxart/full_europa-1400-the-guild_10AmericaFront.jpg,Europa 1400: The Guild,PC,Simulation,JoWood Productions,4HEAD Studios,,,,,,,2002-11-18, +/games/boxart/full_7762845AmericaFrontccc.jpg,Frontier: First Encounters,All,Simulation,GameTek,Frontier Developments,,,,,,,1995-04-01,2021-01-19 +/games/boxart/full_1281985AmericaFrontccc.jpg,iM1A2 Abrams,PC,Simulation,Interactive Magic,Charybdis,,,,,,,1997-03-23,2023-06-09 +/games/boxart/full_8799540AmericaFrontccc.jpg,MechWarrior,PC,Simulation,Activision,Dynamix,,,,,,,1989-01-01, +/games/boxart/full_9049397AmericaFrontccc.jpg,PHM Pegasus,All,Simulation,Electronic Arts,Lucasfilm Games,,,,,,,1986-01-01,2021-07-13 +/games/boxart/full_2118772AmericaFrontccc.jpg,Potion Craft: The Alchemist Simulator,PC,Simulation,TinyBuild Games,niceplay games,,,,,,,2021-09-21,2021-09-28 +/games/boxart/full_5477058AmericaFrontccc.jpg,The Dam Busters,All,Simulation,Accolade,Sydney Development,,,,,,,1984-01-01,2022-04-23 +/games/boxart/full_1665387AmericaFrontccc.jpg,Winning Post 9 2022,All,Simulation,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-04-14,2022-08-03 +/games/boxart/full_farming-simulator-2011_879PALFront.jpg,Farming Simulator 2011,PC,Simulation,Unknown,Giants Software,,,,,,,2010-10-29, +/games/boxart/full_3769528AmericaFrontccc.jpg,Super Seducer,PC,Simulation,Unknown,RLR Training Inc,,,,,,,,2021-02-15 +/games/boxart/full_48230AmericaFrontccc.jpg,A-10 Attack!,OSX,Simulation,Parsoft Interactive,Parsoft Interactive,,,,,,,1995-01-01,2022-09-29 +/games/boxart/full_9694560JapanFrontccc.jpg,Winning Post 9 2021,All,Simulation,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-04-15,2021-07-27 +/games/boxart/full_4673424AmericaFrontccc.jpg,Winning Post 10,All,Simulation,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-03-30,2023-04-28 +/games/boxart/full_4463181AmericaFrontccc.jpg,Super Seducer 2,PC,Simulation,Unknown,RLR Training Inc,,,,,,,,2021-02-15 +/games/boxart/full_8947055AmericaFrontccc.jpg,FS1 Flight Simulator,All,Simulation,Sublogic,Sublogic,,,,,,,1979-01-01,2021-04-07 +/games/boxart/full_5791050AmericaFrontccc.jpg,Man Enough,PC,Simulation,Tsunami Media,"Tsunami Media, Inc.",,,,,,,1993-01-01,2023-08-13 +/games/boxart/full_8410826AmericaFrontccc.jpg,The Warp Factor,All,Simulation,Strategic Simulations,Strategic Simulations,,,,,,,1980-01-01,2021-04-06 +/games/boxart/full_101-dolphin-pets_148AmericaFront.jpg,101 Dolphin Pets,DSiW,Simulation,Teyon Entertainment,Teyon Entertainment,,,,,,,2011-01-31, +/games/boxart/full_1176038AmericaFrontccc.png,101 Pony Pets 3D,3DS,Simulation,SelectSoft,Teyon Entertainment,,,,,,,2014-07-24, +/games/boxart/full_101-shark-pets_5AmericaFront.jpg,101 Shark Pets,DSiW,Simulation,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-07-05, +/games/boxart/6044396ccc.jpg,1701 A.D. Gold Edition,PC,Simulation,Aspyr,Related Designs,7.9,,,,,,2008-07-24, +/games/boxart/full_1701-ad-the-curse-of-the-dragon_372PALFront.jpg,1701 A.D.: The Curse of the Dragon,PC,Simulation,Sunflowers,Related Designs,,,,,,,2007-10-25, +/games/boxart/8412897ccc.jpg,1830: Railroads & Robber Barons,PC,Simulation,Avalon Interactive,SimTex,,,,,,,1995-01-01, +/games/boxart/full_1869_967PALFront.jpg,1869,PC,Simulation,Unknown,Max Design,,,,,,,1992-01-01, +/games/boxart/full_5163048AmericaFrontccc.png,1914: Shells of Fury,PC,Simulation,Astragon,Rondomedia,,,,,,,2007-08-14, +/games/boxart/1415630ccc.jpg,1942: The Pacific Air War,PC,Simulation,Microprose,"MicroProse Software, Inc.",,,,,,,1994-01-01, +/games/boxart/full_8146999AmericaFrontccc.jpg,3 Great Planes For Microsoft Combat Flight Simulator!,PC,Simulation,Unknown,Abacus Software,,,,,,,, +/games/boxart/full_6688032AmericaFrontccc.jpg,688 Attack Sub,GEN,Simulation,Sega,John W. Ratcliff,,,,,,,1991-01-01, +/games/boxart/full_9659114AmericaFrontccc.jpg,688 Attack Sub,PC,Simulation,Electronic Arts,John W. Ratcliff,,,,,,,1989-01-01, +/games/boxart/full_9590903PALFrontccc.jpg,7 Sins,PC,Simulation,Digital Jesters,Monte Cristo Multimedia,,,,,,,2005-05-20, +/games/boxart/full_4473758PALFrontccc.jpg,7 Sins,PS2,Simulation,Digital Jesters,Monte Cristo Multimedia,,,,,,,2005-05-20, +/games/boxart/default.jpg,757,PC,Simulation,Unknown,Just Flight,,,,,,,, +/games/boxart/default.jpg,757 Jetliner,PC,Simulation,Just Flight,Just Flight,,,,,,,2011-11-18, +/games/boxart/full_9313148AmericaFrontccc.jpg,A Kingdom for Keflings,XBL,Simulation,NinjaBee,NinjaBee,7.9,,,,,,2008-11-19, +/games/boxart/full_9532811JapanFrontccc.jpg,A Ressha de Gyoukou,NES,Simulation,Pony Canyon,ArtDink,,,,,,,1991-08-21, +/games/boxart/full_a-ressha-de-ikou-ds-navigation-pack_10JapanFront.jpg,A Ressha de Ikou DS: Navigation Pack,DS,Simulation,ArtDink,ArtDink,,,,,,,2010-12-09, +/games/boxart/full_a-world-of-keflings_8AmericaFront.jpg,A World of Keflings,XBL,Simulation,NinjaBee,NinjaBee,8,,,,,,2010-12-22, +/games/boxart/6894480ccc.jpg,A-10 Cuba!,PC,Simulation,Activision,Match Software,,,,,,,1996-11-30, +/games/boxart/full_1695070AmericaFrontccc.png,A-10 Cuba!,OSX,Simulation,Activision,Match Software,,,,,,,1996-11-30, +/games/boxart/full_8252024JapanFrontccc.jpg,A-Ressha de Ikou Z: Mezase! Tairiku Oudan,PS,Simulation,ArtDink,ArtDink,,,,,,,1999-05-04, +/games/boxart/1747115ccc.jpg,A-Train,PC,Simulation,Maxis,ArtDink,,,,,,,1992-01-01, +/games/boxart/full_6022199PALFrontccc.jpg,A-Train 8,PC,Simulation,Bluestone Interactive,Interactive Entertainment,,,,,,,2009-04-03, +/games/boxart/full_2576050JapanFrontccc.jpg,A-Train 9,PC,Simulation,Degica,ArtDink,,,,,,,2014-05-23,2018-08-06 +/games/boxart/full_5140466JapanFrontccc.jpg,A.III: A Ressha de Gyoukou 3,VC,Simulation,ArtDink,ArtDink,,,,,,,2007-11-20, +/games/boxart/full_19065JapanFrontccc.jpg,A.III: A Ressha de Gyoukou 3,PCE,Simulation,ArtDink,ArtDink,,,,,,,1993-06-11, +/games/boxart/full_1977332AmericaFrontccc.jpg,A.S.P. Air Strike Patrol,SNES,Simulation,Seta Corporation,Seta Corporation,,,,,,,1994-01-01, +/games/boxart/4336953ccc.jpg,A340 500/600,PC,Simulation,Just Flight,Just Flight,,,,,,,2006-01-01, +/games/boxart/full_ac-130-operation-devastation_515AmericaFront.jpg,AC-130: Operation Devastation,PC,Simulation,ValuSoft,ValuSoft,,,,,,,2009-01-26, +/games/boxart/8720327ccc.jpg,Ace Combat 5: The Unsung War,PS2,Simulation,Namco,Project ACES,8,,,,,,2004-10-25, +/games/boxart/full_ace-combat-joint-assault_9AmericaFront.jpg,Ace Combat: Joint Assault,PSN,Simulation,Namco Bandai,Project ACES,6.9,,,,,,2010-09-07, +/games/boxart/9050922ccc.jpg,Ace of Aces,7800,Simulation,Atari,Artech Studios,,,,,,,1988-01-01, +/games/boxart/full_ace-of-aces_10PALFront.jpg,Ace of Aces,MS,Simulation,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_aces-of-the-air_658AmericaFront.jpg,Aces of the Air,PS,Simulation,Agetec,A1 Games,,,,,,,2002-09-26, +/games/boxart/3676277ccc.jpg,Aces of the Deep,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1994-01-01, +/games/boxart/full_728331PALFrontccc.jpg,Aces of War,PS2,Simulation,505 Games,Marionette,,,,,,,2007-03-23, +/games/boxart/full_2671428AmericaFrontccc.jpg,Aces Over Europe,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1993-01-01, +/games/boxart/86912ccc.jpg,Aerial Strike: Low Altitude - High Stakes,PC,Simulation,DreamCatcher Interactive,Yager Development,,,,,,,2005-02-01,2018-09-17 +/games/boxart/full_7028734JapanFrontccc.jpg,Aero Dancing F: Todoroki Tsubasa no Hatsu Hikou,DC,Simulation,CRI,CRI,,,,,,,2000-11-16, +/games/boxart/full_9815343JapanFrontccc.jpg,Aero Dancing i: Jikai Sakuma de Machite Masen,DC,Simulation,CSK Research Institute,CRI,,,,,,,2001-08-23, +/games/boxart/full_4784556JapanFrontccc.jpg,Aero Dancing: Torodoki Taichou no Himitsu Disc,DC,Simulation,CRI,CRI,,,,,,,2000-01-20, +/games/boxart/full_6138055AmericaFrontccc.png,Aero Porter,3DS,Simulation,Level 5,VIVARIUM Inc.,7.2,,,,,,2012-11-29,2018-04-12 +/games/boxart/6837827ccc.jpg,AeroWings,DC,Simulation,Crave Entertainment,CRI,7.4,,,,,,1999-08-31, +/games/boxart/4602416ccc.jpg,AeroWings 2: Airstrike,DC,Simulation,Crave Entertainment,CRI,8.1,,,,,,2000-08-09, +/games/boxart/3512511ccc.jpg,After Burner,MS,Simulation,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_6705818AmericaFrontccc.jpg,After Burner Climax,XBL,Simulation,Sega,Sega-AM2,,,,,,,2010-04-21, +/games/boxart/full_after-burner-climax_7PALFront.jpg,After Burner Climax,PSN,Simulation,Sega,Sega-AM2,,,,,,,2010-04-22, +/games/boxart/1818393ccc.jpg,After Burner III,SCD,Simulation,Sega,Sega,,,,,,,1993-05-10, +/games/boxart/full_after-burner-black-falcon_235PALFront.jpg,After Burner: Black Falcon,PSN,Simulation,Sega,Planet Moon Studios,7.4,,,,,,2010-03-11, +/games/boxart/4547811ccc.jpg,Afterlife,PC,Simulation,LucasArts,LucasArts,,,,,,,1996-01-01, +/games/boxart/full_9024405AmericaFrontccc.jpg,Agile Warrior F-111X,PC,Simulation,Virgin Interactive,Black Ops Entertainment,,,,,,,1996-11-30, +/games/boxart/6984055ccc.jpg,AH-3 Thunderstrike,SCD,Simulation,JVC,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_9818314AmericaFrontccc.jpg,AHx-1,PC,Simulation,GT Interactive,Pixel Multimedia,,,,,,,1997-10-31, +/games/boxart/full_6909166AmericaFrontccc.jpg,Air Assault Task Force,PC,Simulation,Unknown,ProSim,,,,,,,, +/games/boxart/57182ccc.jpg,Air Battles: Sky Defender,PC,Simulation,U.S. Army,Wild Hare Entertainment,,,,,,,2007-03-15, +/games/boxart/full_air-combat-pack-air-aces-pacific-dogfighter_261PALFront.jpg,Air Combat Pack: Air Aces Pacific / Dogfighter,PC,Simulation,Unknown,Various,,,,,,,2011-07-22, +/games/boxart/full_4847162PALFrontccc.jpg,Air Conflicts: Pacific Carriers,X360,Simulation,bitComposer Games,Games Farm,,,,,,,2012-12-07,2018-09-17 +/games/boxart/full_5155077AmericaFrontccc.jpg,Air Conflicts: Pacific Carriers,PS3,Simulation,Maximum Games,Games Farm,,,,,,,2013-08-06,2018-09-17 +/games/boxart/full_5909403AmericaFrontccc.jpg,Air Conflicts: Pacific Carriers,PS4,Simulation,Kalypso,Games Farm,,,,,,,2015-11-03,2018-09-17 +/games/boxart/full_3094859AmericaFrontccc.jpg,Air Legends,XBL,Simulation,Microsoft,Sharky NZ,,,,,,,2009-01-03, +/games/boxart/full_air-offensive-art-of-flying_320AmericaFront.jpg,Air Offensive: Art of Flying,PC,Simulation,Summitsoft,Unknown,,,,,,,2003-03-04, +/games/boxart/full_air-ranger-2-plus-rescue-helicopter_9JapanFront.jpg,Air Ranger 2 Plus: Rescue Helicopter,PS2,Simulation,ASK,ASK,,,,,,,2003-10-30, +/games/boxart/full_air-ranger-2-rescue-helicopter_9JapanFront.jpg,Air Ranger 2: Rescue Helicopter,PS2,Simulation,ASK,ASK,,,,,,,2002-03-28, +/games/boxart/full_2342879JapanFrontccc.jpg,Air Ranger: Rescue Helicopter,PS2,Simulation,Midas Interactive Entertainment,ASK Corporation,,,,,,,2002-11-22, +/games/boxart/full_airfix-dogfighter_482AmericaFront.jpg,Airfix Dogfighter,PC,Simulation,EON Digital Entertainment,Paradox Interactive,7.8,,,,,,2000-01-14, +/games/boxart/full_1763941AmericaFrontccc.jpg,AirForce Delta,DC,Simulation,Konami,KCE Studios,7.2,,,,,,1999-09-08, +/games/boxart/full_airforce-delta_328AmericaFront.jpg,AirForce Delta,GB,Simulation,Konami,Climax Entertainment,,,,,,,2000-11-21, +/games/boxart/full_airport-mania-first-flight_879AmericaFront.jpg,Airport Mania: First Flight,WW,Simulation,Unknown,Reflexive Entertainment,,,,,,,2010-11-29, +/games/boxart/full_airport-mania-first-flight_2AmericaFront.jpg,Airport Mania: First Flight,PC,Simulation,High Horse Entertainment,Reflexive Entertainment,,,,,,,2008-04-14, +/games/boxart/full_airport-mania-first-flight_706AmericaFront.jpg,Airport Mania: First Flight,DSiW,Simulation,Unknown,Black Lantern Studios,,,,,,,2011-04-25, +/games/boxart/full_airport-mania-non-stop-flights_553AmericaFront.jpg,Airport Mania: Non-Stop Flights,DSiW,Simulation,Unknown,Reflexive Entertainment,,,,,,,2011-01-24, +/games/boxart/default.jpg,Aishite Iruka: Aisarete Iruka,DSiW,Simulation,Starfish,"Starfish-SD, Inc.",,,,,,,2010-07-21, +/games/boxart/full_4866798JapanFrontccc.jpg,Aitakute... Your Smiles in My Heart,PS,Simulation,Konami,KCET,,,,,,,2000-03-16, +/games/boxart/full_mister-donut-ds_7JapanFront.jpg,Akogare Girls Collection: Mister Donut DS,DS,Simulation,Creative Core,Open Sesame,,,,,,,2010-12-09, +/games/boxart/full_akogare-girls-collection-ohanaya-san-monogatari_786JapanFront.jpg,Akogare Girls Collection: Ohanaya-San Monogatari,DS,Simulation,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2011-06-30, +/games/boxart/full_9933201AmericaFrontccc.jpg,Alien Crush Returns,WW,Simulation,Hudson Entertainment,Hudson Entertainment,,,,,,,2008-11-03, +/games/boxart/full_6780709AmericaFrontccc.jpg,Allegiance,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,2000-03-31, +/games/boxart/full_5764339JapanFrontccc.jpg,Anan Kanshuu: Onna Dikara Kinkyuu Up! DS,DS,Simulation,Namco Bandai,Suzak,,,,,,,2007-07-26, +/games/boxart/full_924665JapanFrontccc.jpg,Angel Collection: Mezase! Gakuen no Fashion Leader,GBA,Simulation,MTO,MTO,,,,,,,2003-04-18, +/games/boxart/full_5364735AmericaFrontccc.png,Animal Boyfriend,And,Simulation,Ambition,Ambition,,,,,,,2014-07-16, +/games/boxart/default.jpg,Animal Forest,iQue,Simulation,Unknown,Nintendo EAD,,,,,,,, +/games/boxart/full_6075804AmericaFrontccc.png,Animal Paradise Wild,DS,Simulation,Zoo Games,Rekoo,,,,,,,2009-10-06, +/games/boxart/full_animal-planet-pet-vet_284AmericaFront.jpg,Animal Planet: Pet Vet,DS,Simulation,Activision,Activision,,,,,,,2009-09-15, +/games/boxart/default.jpg,Anne's Doll Studio,DS,Simulation,Gamebridge,Starfish,,,,,,,2014-06-26, +/games/boxart/full_4292788PALFrontccc.jpg,"Anno 1503: Treasures, Monsters & Pirates",PC,Simulation,Electronic Arts,Sunflower Studios,,,,,,,2004-05-21, +/games/boxart/full_4189953PALFrontccc.jpg,Anno 1701: The Sunken Dragon Expansion,PC,Simulation,Deep Silver,Related Designs,,,,,,,2007-10-25, +/games/boxart/full_8964250JapanFrontccc.jpg,Anoko Doko Noko,PS,Simulation,Success,Success,,,,,,,1998-08-06, +/games/boxart/full_another-doko-noko_7JapanFront.jpg,Anoko Doko Noko,PSN,Simulation,Success,Success,,,,,,,2010-08-11, +/games/boxart/full_7079157PALFrontccc.jpg,Anstoss,PC,Simulation,Ascaron Entertainment,Ascon GmbH,,,,,,,1993-01-01, +/games/boxart/6943285ccc.jpg,Anstoss 2 Gold,PC,Simulation,Ascaron Entertainment,Ascaron Entertainment,,,,,,,1998-01-01, +/games/boxart/6258167ccc.jpg,Anstoss 2005,PC,Simulation,Ascaron Entertainment,Ascaron,,,,,,,2004-10-28, +/games/boxart/1645630ccc.jpg,Anstoss 2007,PC,Simulation,Trendverlag,Ascaron,,,,,,,2006-08-10, +/games/boxart/9253820ccc.jpg,Anstoss 3,PC,Simulation,Ascaron Entertainment,Ascaron,,,,,,,2000-07-01, +/games/boxart/2468390ccc.jpg,Anstoss Action,PC,Simulation,Ascaron Entertainment,Ascaron Entertainment,,,,,,,2001-01-01, +/games/boxart/full_5583257AmericaFrontccc.jpg,Ant Nation,WW,Simulation,Konami,Konami,4.1,,,,,,2009-07-13, +/games/boxart/full_4934201AmericaFrontccc.jpg,Apache AH-64: Air Assault,PC,Simulation,Activision,InterActive Vision Games,,,,,,,2003-02-12, +/games/boxart/full_2715272AmericaFrontccc.jpg,Apache Longbow Assault,PC,Simulation,Activision,InterActive Vision Games,,,,,,,2004-02-05, +/games/boxart/full_apache-air-assault_899AmericaFront.jpg,Apache: Air Assault,XBL,Simulation,Activision,Gaijin Entertainment,6.8,,,,,,2011-11-29, +/games/boxart/full_4594459PALFrontccc.jpg,Apassionata: Die Galanacht der Pferde,PC,Simulation,RTL,RTL Multimedia,,,,,,,2009-11-02, +/games/boxart/full_aqua-world-umibi-monogatari_4JapanFront.jpg,Aqua World: Umibi Monogatari,SAT,Simulation,Unknown,Mashita,,,,,,,1996-07-12, +/games/boxart/full_aqua-world_3JapanFront.jpg,Aqua World: Umibi Monogatari,3DO,Simulation,Mizuki,Mizuki,,,,,,,1995-10-13, +/games/boxart/full_aqualife_5JapanFront.jpg,AquaLife,GB,Simulation,Tamsoft,Tamsoft,,,,,,,1999-10-22, +/games/boxart/2851496ccc.jpg,AquaNox,PC,Simulation,Fishtank Interactive,Massive Development,6.4,,,,,,2001-11-19, +/games/boxart/6563302ccc.jpg,AquaNox 2: Revelation,PC,Simulation,Encore,Massive Development,5.6,,,,,,2003-08-22, +/games/boxart/full_aquaspace_9AmericaFront.jpg,AquaSpace,WW,Simulation,Nintendo,Paon Corporation,,,,,,,2010-07-19, +/games/boxart/full_6535084AmericaFrontccc.jpg,Aquatopia,PSN,Simulation,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-20, +/games/boxart/93228ccc.jpg,Aquatopia™,PSN,Simulation,Sony Computer Entertainment,Unknown,,,,,,,2007-11-20, +/games/boxart/full_6909030JapanFrontccc.jpg,AquaZone,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-07-12, +/games/boxart/default.jpg,AquaZone,PC,Simulation,Pulse Entertainment,Open Book 9003,,,,,,,1997-01-10, +/games/boxart/full_6493241JapanFrontccc.jpg,AquaZone Option Disk Series 1: Angel Fish,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, +/games/boxart/full_7731210JapanFrontccc.jpg,AquaZone Option Disk Series 2: Black Molly,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, +/games/boxart/full_3887711JapanFrontccc.jpg,AquaZone Option Disk Series 3: Blue Emperor,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, +/games/boxart/full_5920604JapanFrontccc.jpg,AquaZone Option Disk Series 4: Clown Loach,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, +/games/boxart/full_3066519JapanFrontccc.jpg,AquaZone Option Disk Series 5: False Rummy-Nose,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, +/games/boxart/full_1333358JapanFrontccc.jpg,AquaZone: Life Simulator,X360,Simulation,Frontier Groove,Frontier Groove,,,,,,,2006-09-14, +/games/boxart/4813347ccc.jpg,Archimedean Dynasty,PC,Simulation,Blue Byte,Massive Development,,,,,,,1997-04-04, +/games/boxart/full_8095479JapanFrontccc.jpg,Arcobaleno! Portable,PSP,Simulation,Idea Factory,Idea Factory,,,,,,,2010-01-28, +/games/boxart/full_ares-rising_663AmericaFront.jpg,Ares Rising,PC,Simulation,Unknown,Imagine Studios,,,,,,,1998-08-31, +/games/boxart/full_9405113AmericaFrontccc.jpg,Armored Assault,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2002-12-10, +/games/boxart/full_9226364AmericaFrontccc.png,ARMORED CORE 3 Portable,PSN,Simulation,From Software,From Software,,,,,,,2009-10-21, +/games/boxart/full_armored-core-sl-silent-line-portable_947PALFront.jpg,Armored Core SL: Silent Line Portable,PSN,Simulation,From Software,From Software,5.8,,,,,,2010-02-04, +/games/boxart/full_5000484JapanFrontccc.jpg,Armored Core: Formula Front,PS2,Simulation,Unknown,From Software,,,,,,,, +/games/boxart/full_armored-core-last-raven-portable_7AmericaFront.jpg,Armored Core: Last Raven Portable,PSN,Simulation,From Software,From Software,5,,,,,,2010-05-04, +/games/boxart/785335ccc.jpg,Armored Fist,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1995-01-01, +/games/boxart/full_7675715AmericaFrontccc.jpg,Armored Fist 3,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1999-09-30, +/games/boxart/default.jpg,Arrow of Laputa,DSiW,Simulation,ArtePiazza,ArtePiazza,,,,,,,2010-11-24, +/games/boxart/full_1420005AmericaFrontccc.jpg,Art Academy: First Semester,DSiW,Simulation,Nintendo,Headstrong Games,,,,,,,2009-09-14, +/games/boxart/full_3426165AmericaFrontccc.jpg,Art Academy: Second Semester,DSiW,Simulation,Nintendo,Headstrong Games,,,,,,,2009-09-28, +/games/boxart/full_art-of-ink_291AmericaFront.jpg,Art of Ink,DSiW,Simulation,Sabarasa Entertainment,Sabarasa Inc,,,,,,,2011-04-11, +/games/boxart/full_3673782AmericaFrontccc.jpg,Artemis Spaceship Bridge Simulator,And,Simulation,"Incandescent Core, LLC","Incandescent Core, LLC",,,,,,,2012-12-12,2018-08-18 +/games/boxart/full_arvoch-confilct_384AmericaFront.jpg,Arvoch Confilct,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2006-01-01, +/games/boxart/full_2709544JapanFrontccc.jpg,Assault Rigs,SAT,Simulation,Soft Bank,Psygnosis,,,,,,,1997-09-11, +/games/boxart/default.jpg,Atelier Deco la Dol: Lolita,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2010-12-22, +/games/boxart/default.jpg,Atelier Deco la Doll,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2009-12-16, +/games/boxart/default.jpg,Atelier Deco la Doll: Gothic,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2010-04-28, +/games/boxart/default.jpg,Atelier Deco la Doll: Princess,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2011-04-27, +/games/boxart/full_966548AmericaFrontccc.jpg,Attack on Pearl Harbor,PC,Simulation,CDV Software Entertainment,3D People,,,,,,,2007-08-06, +/games/boxart/full_audio-environment-airliner-edition_424PALFront.jpg,Audio Environment: Airliner Edition,PC,Simulation,Unknown,FLIGHT1,,,,,,,2011-11-25, +/games/boxart/full_5582505JapanFrontccc.jpg,Azito,PS,Simulation,Astec 21,Astec 21,,,,,,,1997-02-28, +/games/boxart/full_8539214JapanFrontccc.jpg,Azito 2,PS,Simulation,Banpresto,Astec 21,,,,,,,1998-10-15, +/games/boxart/full_5943975JapanFrontccc.jpg,Azito 3,PS,Simulation,Banpresto,Astec 21,,,,,,,2000-02-17, +/games/boxart/full_azito-3d_704JapanFront.jpg,Azito 3D,3DS,Simulation,Hamster Corporation,Hamster Corporation,,,,,,,2011-11-03, +/games/boxart/default.jpg,Azito x Tatsunoko Legends,XOne,Simulation,Unknown,Unknown,,,,,,,, +/games/boxart/full_b-1-nuclear-bomber_90AmericaFront.jpg,B-1 Nuclear Bomber,PC,Simulation,Unknown,Microcomputer Games,,,,,,,1981-01-01, +/games/boxart/2772486ccc.jpg,B-17 Flying Fortress,PC,Simulation,Microprose,MicroProse,,,,,,,1992-01-01, +/games/boxart/full_3351904AmericaFrontccc.jpg,B-17 Gunner: Air War Over Germany,PC,Simulation,WizardWorks,Sunstorm Interactive,,,,,,,2001-05-20, +/games/boxart/full_2638799AmericaFrontccc.jpg,Babysitting Mania,PC,Simulation,iWin,Gogii Games,,,,,,,2008-01-02, +/games/boxart/full_2355383AmericaFrontccc.jpg,Bang! Gunship Elite,PC,Simulation,Red Storm Entertainment,RayLand,,,,,,,2000-07-19, +/games/boxart/7453803ccc.jpg,Barbie: Pet Rescue,GB,Simulation,Mattel Interactive,HotGen Studios,,,,,,,2001-08-15, +/games/boxart/full_2886932AmericaFrontccc.jpg,Barbie: Pet Rescue,PC,Simulation,Mattel Interactive,Human Code,,,,,,,2000-02-21, +/games/boxart/full_8285703JapanFrontccc.jpg,Battle Athletess: Daiundoukai,SAT,Simulation,Increment-P,Increment-P,,,,,,,1996-12-13, +/games/boxart/full_7323091JapanFrontccc.jpg,Battle Athletess: Daiundoukai Alternative,PS,Simulation,IPC Software,IPC Software,,,,,,,1998-01-15, +/games/boxart/full_3875558JapanFrontccc.jpg,Battle Athletess: Daiundoukai GTO,PS,Simulation,Increment-P,Exrays,,,,,,,1999-01-14, +/games/boxart/6279284ccc.jpg,Battle Tank,NES,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1990-09-01, +/games/boxart/full_357452JapanFrontccc.jpg,Battle Tank Simulator Panzer Front,DC,Simulation,ASCII Entertainment,Enterbrain,,,,,,,1999-12-22, +/games/boxart/full_battlecruiser-millennium_840AmericaFront.jpg,Battlecruiser Millennium,PC,Simulation,3000AD,"3000AD, Inc.",,,,,,,2001-11-18, +/games/boxart/full_battlecruiser-millennium-gold-edition_0AmericaFront.jpg,Battlecruiser Millennium: Gold Edition,PC,Simulation,DreamCatcher Interactive,"3000AD, Inc.",,,,,,,2003-04-04, +/games/boxart/7346250ccc.jpg,Battlehawks 1942,PC,Simulation,Lucasfilm Games,Lucasfilm Games,,,,,,,1988-01-01, +/games/boxart/45278ccc.jpg,Battlemorph,AJ,Simulation,Atari,Atari,,,,,,,1995-12-01, +/games/boxart/7186480ccc.jpg,Battlesphere,AJ,Simulation,Unknown,4Play,,,,,,,2000-01-01, +/games/boxart/9352512ccc.jpg,BattleTech: A Game of Armored Combat,GEN,Simulation,Extreme Entertainment Group,Malibu Games,,,,,,,1994-01-01, +/games/boxart/full_8756119AmericaFrontccc.jpg,BattlezOne,XBL,Simulation,Atari,Stainless Games,,,,,,,2008-04-16, +/games/boxart/full_beach-party-craze_889AmericaFront.jpg,Beach Party Craze,DSiW,Simulation,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2011-06-16, +/games/boxart/full_beatmania-pal_3PALFront.jpg,BeatMania (PAL),PS,Simulation,Konami,Konami,,,,,,,2001-06-16, +/games/boxart/full_4890313JapanFrontccc.jpg,BeatMania 3rdMix mini,PS,Simulation,Konami,Konami,,,,,,,1998-10-29, +/games/boxart/full_9614087JapanFrontccc.jpg,BeatMania 6thMix + Core Remix,PS,Simulation,Konami,Konami,,,,,,,2002-01-31, +/games/boxart/full_3883978JapanFrontccc.jpg,BeatMania Append 5thMix: Time to get down,PS,Simulation,Konami,Konami,,,,,,,2000-03-02, +/games/boxart/full_2228224JapanFrontccc.jpg,BeatMania Append ClubMix,PS,Simulation,Konami,Konami,,,,,,,2000-12-21, +/games/boxart/full_7114379JapanFrontccc.jpg,BeatMania Append GottaMix2: Going Global,PS,Simulation,Konami,Konami,,,,,,,2000-09-07, +/games/boxart/full_6380650JapanFrontccc.jpg,BeatMania Best Hits,PS,Simulation,Konami,Konami,,,,,,,2000-07-27, +/games/boxart/full_beatmania-da-da-da_2JapanFront.jpg,BeatMania Da Da Da!!,PS2,Simulation,Konami,Konami,,,,,,,2001-03-29, +/games/boxart/full_9872227JapanFrontccc.jpg,BeatMania Da Da Da!! The Best Da,PS2,Simulation,Konami,Konami,,,,,,,2002-05-16, +/games/boxart/full_7075606JapanFrontccc.jpg,BeatMania featuring Dreams Come True,PS,Simulation,Konami,Konami,,,,,,,2000-07-27, +/games/boxart/full_4884472JapanFrontccc.jpg,BeatMania for WonderSwan,WS,Simulation,Konami,Konami,,,,,,,1999-04-28, +/games/boxart/full_beatmania-gb_0JapanFront.jpg,BeatMania GB,GB,Simulation,Konami,Konami,,,,,,,1999-03-11, +/games/boxart/full_beatmania-gb-gotcha-mix-2_10JapanFront.jpg,BeatMania GB Gotcha Mix 2,GB,Simulation,Konami,Konami,,,,,,,2000-09-28, +/games/boxart/full_beatmania-gb2-gotcha-mix_7JapanFront.jpg,BeatMania GB2 Gotcha Mix,GB,Simulation,Konami,Konami,,,,,,,1999-11-25, +/games/boxart/full_7510651JapanFrontccc.jpg,BeatMania IIDX 10th Style,PS2,Simulation,Konami,Konami,,,,,,,2005-11-17, +/games/boxart/full_3974532JapanFrontccc.jpg,BeatMania IIDX 12: Happy Sky,PS2,Simulation,Konami,Konami,,,,,,,2006-12-14, +/games/boxart/full_6104575JapanFrontccc.jpg,BeatMania IIDX 15: DJ Troopers,PS2,Simulation,Konami,Konami,,,,,,,2008-12-18, +/games/boxart/full_1810721JapanFrontccc.jpg,BeatMania IIDX 5th Style: New Songs Collection,PS2,Simulation,Konami,Konami,,,,,,,2001-08-30, +/games/boxart/full_7606789JapanFrontccc.jpg,BeatMania IIDX 6th Style: New Songs Collection,PS2,Simulation,Konami,Konami,,,,,,,2002-07-18, +/games/boxart/full_2312037JapanFrontccc.jpg,BeatMania IIDX 7th Style,PS2,Simulation,Konami,Konami,,,,,,,2004-08-05, +/games/boxart/full_410416JapanFrontccc.jpg,BeatMania IIDX 8th Style,PS2,Simulation,Konami,Konami,,,,,,,2004-11-18, +/games/boxart/full_4442110JapanFrontccc.jpg,BeatMania IIDX 9th Style,PS2,Simulation,Konami,Konami,,,,,,,2005-03-24, +/games/boxart/full_7496496JapanFrontccc.jpg,BeatMania: The Sound of Tokyo! -produced by KONISHI yasuharu-,PS,Simulation,Konami,Konami,,,,,,,2001-03-29, +/games/boxart/3670056ccc.jpg,Big Bass Fishing,PS,Simulation,Take-Two Interactive,Coresoft Games,,,,,,,1986-01-01, +/games/boxart/full_8028772JapanFrontccc.jpg,Bird Week,NES,Simulation,Toshiba EMI,Lenar,,,,,,,1986-06-03, +/games/boxart/full_bishoujo-wrestler-retsuden-blizzard-yuki-rannyuu_9JapanFront.jpg,Bishoujo Wrestler Retsuden: Blizzard Yuki Rannyuu,SNES,Simulation,KSS,KSS,,,,,,,1996-03-29, +/games/boxart/full_1925484AmericaFrontccc.jpg,Black Dawn,SAT,Simulation,Virgin Interactive,Point of View,,,,,,,1997-04-25, +/games/boxart/761534ccc.jpg,Blades of Thunder,GBA,Simulation,Summitsoft,InterActive Vision Games,3.8,,,,,,2005-02-01, +/games/boxart/639792ccc.jpg,Blades of Thunder II,DS,Simulation,Summitsoft,CokeM Interactive,,,,,,,2006-04-18, +/games/boxart/9072257ccc.jpg,Blue Lightning,AJ,Simulation,Atari,Epyx,,,,,,,1995-08-01, +/games/boxart/7243999ccc.jpg,Blue Lightning,Lynx,Simulation,Atari,Epyx,,,,,,,1989-01-01, +/games/boxart/default.jpg,Boku mo Sekai o Sukuitai,WW,Simulation,Poisoft,Poisoft,,,,,,,2010-06-29, +/games/boxart/default.jpg,Boku mo Sekai wo Sukuitai,WW,Simulation,Unknown,Poisoft,,,,,,,, +/games/boxart/full_5271584JapanFrontccc.jpg,Boku no Choro-Q,PS,Simulation,Takara,Takara,,,,,,,2002-03-07, +/games/boxart/full_4777781JapanFrontccc.jpg,Boku wa Koukuu Kanseikan,PS,Simulation,Syscom,TechnoBrain,,,,,,,1999-12-22, +/games/boxart/full_5230166JapanFrontccc.jpg,Boku wa Koukuu Kanseikan,GBA,Simulation,Tamsoft,TechnoBrain,,,,,,,2001-03-21, +/games/boxart/full_boku-wa-koukuu-kanseikan-3-challenge-2_7JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Challenge 2,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-07-31, +/games/boxart/full_5032318JapanFrontccc.jpg,Boku wa Koukuu Kanseikan 3: Hong Kong Kai Tek Airport,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-02-27, +/games/boxart/full_boku-wa-koukuu-kanseikan-3-onikawa-blue-corridor-fukkoku-fanservice-han_3JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Onikawa Blue Corridor - Fukkoku Fanservice-Han,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-07-31, +/games/boxart/full_791279JapanFrontccc.jpg,Boku wa Koukuu Kanseikan 3: Sendai Airmanship,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-06-26, +/games/boxart/full_boku-wa-koukuu-kanseikan-3-shin-chitose-snowing-day_6JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Shin Chitose Snowing Day,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-11-27, +/games/boxart/default.jpg,Boku wa Koukuu Kanseikan 3: Tokyo Dream Gateway,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2010-08-26, +/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-narita_6JapanFront.jpg,Boku wa Koukuu Kanseikan : Airport Hero Narita,PSN,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-07-29, +/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-haneda_1JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Haneda,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-10-07, +/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-kankuu_9JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Kankuu,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-12-09, +/games/boxart/full_1174349JapanFrontccc.jpg,Boku wa Koukuu Kanseikan: Airport Hero NaHa,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2006-09-28, +/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-naha_5JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Naha,PSN,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-08-10, +/games/boxart/full_6635508JapanFrontccc.jpg,Boku wa Koukuu Kanseikan: Airport Hero Narita,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2006-06-15, +/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-shinchitose_0JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Shinchitose,PSN,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-09-02, +/games/boxart/full_2569537JapanFrontccc.jpg,Boku wa Koukuu Kanseikan: Airport Hero Shinchitose,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2007-02-22, +/games/boxart/default.jpg,Boku wa Plarail Untenshi,WW,Simulation,Takara Tomy,Takara Tomy,,,,,,,2010-01-05, +/games/boxart/full_bokujou-monogatari-harvest-moon-for-girls_820JapanFront.jpg,Bokujou Monogatari Harvest Moon for Girl,PSN,Simulation,Marvelous Interactive,Victor Interactive Software,,,,,,,2008-12-24, +/games/boxart/full_3077183JapanFrontccc.jpg,Bokujou Monogatari: Harvest Moon for Girl,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2000-12-07, +/games/boxart/full_bokujou-monogatari-shiawase-no-uta_6JapanFront.jpg,Bokujou Monogatari: Shiawase no Uta,GC,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-03-03, +/games/boxart/full_1800305JapanFrontccc.jpg,Bonogurashi,3DO,Simulation,Amuse,Amuse Productions,,,,,,,1995-04-21, +/games/boxart/full_6151866JapanFrontccc.jpg,Bonogurashi,PS,Simulation,Amuse,Amuse Productions,,,,,,,1996-06-07, +/games/boxart/full_9307838AmericaFrontccc.jpg,Bonsai Barber,WW,Simulation,Nintendo,Zoonami,,,,,,,2009-03-30, +/games/boxart/full_bouken-dondoko-shima_1JapanFront.jpg,Bouken! Dondoko Shima,GB,Simulation,Global A Entertainment,Global A Entertainment,,,,,,,2002-04-18, +/games/boxart/full_7079278JapanFrontccc.jpg,Boukoku no Aegis 2035: Warship Gunner,PS2,Simulation,KOEI,Micro Cabin,,,,,,,2005-07-21, +/games/boxart/full_1172481JapanFrontccc.jpg,Boys Be...,PS,Simulation,Kodansha,Kodansha,,,,,,,1997-03-28, +/games/boxart/full_1256766JapanFrontccc.jpg,Boys Be... 2nd Season,PS,Simulation,Kodansha,Kodansha,,,,,,,1999-09-22, +/games/boxart/full_4807577AmericaFrontccc.jpg,Bratz: The Movie,GBA,Simulation,THQ,Blitz Games,,,,,,,2007-09-24, +/games/boxart/full_bronco-x_418PALFront.jpg,Bronco X,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2011-11-24, +/games/boxart/8589140ccc.jpg,Build-A-Bear Workshop,DS,Simulation,Game Factory,Neko Entertainment,,,,,,,2007-11-05, +/games/boxart/8410991ccc.jpg,Build-a-lot,PC,Simulation,HipSoft,HipSoft,,,,,,,2007-10-03, +/games/boxart/default.jpg,Build-A-Lot 3: Passport to Europe,PC,Simulation,HipSoft,HipSoft,,,,,,,2009-01-15, +/games/boxart/full_build-a-lot-4-power-source_317AmericaFront.jpg,Build-A-Lot 4: Power Source,PC,Simulation,HipSoft,HipSoft,,,,,,,2009-08-12, +/games/boxart/1457370ccc.jpg,Bundesliga Manager Professional,PC,Simulation,Software 2000,Kron Simulation Software,,,,,,,1991-01-01, +/games/boxart/full_6744753AmericaFrontccc.jpg,Burger Island,PC,Simulation,Sandlot Games,eGames,,,,,,,2007-05-08, +/games/boxart/full_burger-paradise-international_206JapanFront.jpg,Burger Paradise International,GB,Simulation,Gaps,Biox,,,,,,,2000-04-21, +/games/boxart/default.jpg,"Bus Terminal Amusements, Vol. 1: ""Guess Which Hand",PC,Simulation,Unknown,Turdhead,,,,,,,, +/games/boxart/full_2026116AmericaFrontccc.jpg,Business Tycoon,PC,Simulation,Ubisoft,Stardock,,,,,,,2000-01-01, +/games/boxart/full_busy-sweets-factory_9AmericaFront.jpg,Busy Sweets Factory,PSN,Simulation,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-11, +/games/boxart/full_7209368AmericaFrontccc.jpg,Caesars Palace,GG,Simulation,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, +/games/boxart/full_9877099AmericaFrontccc.jpg,Cafeland,PC,Simulation,Teyon,Teyon,,,,,,,2012-02-01, +/games/boxart/full_868789AmericaFrontccc.png,Cafeteria Nipponica,And,Simulation,Kairosoft Co. Ltd,Kairosoft Co. Ltd,,,,,,,2012-04-05, +/games/boxart/full_1859606AmericaFrontccc.png,Cafeteria Nipponica,iOS,Simulation,Unknown,Kairosoft Co. Ltd,,,,,,,, +/games/boxart/full_capitalism-plus_452AmericaFront.jpg,Capitalism Plus,PC,Simulation,Enlight,Enlight Software,,,,,,,1997-04-30, +/games/boxart/default.jpg,Car Builder,PC,Simulation,Unknown,"Optimum Resource, Inc.",,,,,,,1982-01-01, +/games/boxart/6318743ccc.jpg,Carrier: Fortress at Sea,3DO,Simulation,Panasonic Interactive Media,RMG Dentsu USA Inc.,,,,,,,1995-01-01, +/games/boxart/full_5420381AmericaFrontccc.jpg,CastleVille,PC,Simulation,Zynga,Zynga,,,,,,,2011-11-11, +/games/boxart/full_8492733AmericaFrontccc.jpg,Catz,PC,Simulation,Ubisoft,MTO,,,,,,,2006-11-14, +/games/boxart/7761003ccc.jpg,Catz,GB,Simulation,Mindscape,Saffire Corporation,,,,,,,1999-12-01, +/games/boxart/default.jpg,Catz (1995),PC,Simulation,Mindscape,PF.Magic,,,,,,,1995-01-01, +/games/boxart/full_5540838AmericaFrontccc.jpg,Catz 3,PC,Simulation,Mindscape,PF.Magic,,,,,,,1998-09-28, +/games/boxart/full_700896AmericaFrontccc.jpg,Catz 4,PC,Simulation,Mindscape,PF.Magic,,,,,,,1999-09-28, +/games/boxart/default.jpg,Catz 5,PC,Simulation,Ubisoft,PF.Magic,,,,,,,2002-09-18, +/games/boxart/full_9667272AmericaFrontccc.jpg,Catz II,PC,Simulation,Virgin Interactive,PF.Magic,,,,,,,1997-01-01, +/games/boxart/full_5214087AmericaFrontccc.jpg,Cesar Milan's Dog Whisperer,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2008-10-15, +/games/boxart/full_9428923JapanFrontccc.jpg,Chishiki-Ou Series: Train Master,DS,Simulation,Global A Entertainment,Global A Entertainment,,,,,,,2008-01-10, +/games/boxart/full_8157862JapanFrontccc.jpg,Choco Ken no Omise: Patisserie & Sweets Shop Game,DS,Simulation,TDK Core,TDK Core,,,,,,,2006-02-09, +/games/boxart/full_chocobo-stallion_4JapanFront.jpg,Chocobo Stallion,PSN,Simulation,Square,SquareSoft,,,,,,,2008-07-23, +/games/boxart/full_2746077JapanFrontccc.jpg,Chocobo Stallion,PS,Simulation,Square,SquareSoft,,,,,,,1999-12-22, +/games/boxart/full_2574391AmericaFrontccc.jpg,Chocolatier,PC,Simulation,PlayFirst,"Big Splash Games, LLC",,,,,,,2007-09-27, +/games/boxart/full_chocolatier-2-secret-ingredients_326AmericaFront.jpg,Chocolatier 2: Secret Ingredients,PC,Simulation,PlayFirst,"Big Splash Games, LLC",,,,,,,2008-01-09, +/games/boxart/default.jpg,Christmas Seaman,DC,Simulation,Sega,VIVARIUM Inc.,,,,,,,1999-12-16, +/games/boxart/6009569ccc.jpg,Chuck Yeager's Air Combat,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1991-01-01, +/games/boxart/full_9980799JapanFrontccc.jpg,Ciao Dream Touch! Happy Anniversary,DS,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2006-12-07, +/games/boxart/full_103815JapanFrontccc.jpg,Cinnamoroll: FuwaFuwa Daibouken,GBA,Simulation,Rocket Company,Rocket Company,,,,,,,2005-12-01, +/games/boxart/full_7529878JapanFrontccc.jpg,Cinnamoroll: KuruKuru Sweets Paradise,DS,Simulation,Rocket Company,Rocket Company,,,,,,,2007-07-12, +/games/boxart/full_1270361JapanFrontccc.jpg,Cinnamoroll: Ohanashi shiyo! - KiraKira DE Kore Cafe,DS,Simulation,Namco Bandai,Bandai Namco Games,,,,,,,2006-12-07, +/games/boxart/full_3572983JapanFrontccc.jpg,Cinnamoroll: Yume no Daibouken,GBA,Simulation,Imagineer,Imagineer,,,,,,,2004-12-02, +/games/boxart/full_circus-world_319PALFront.jpg,Circus World,PC,Simulation,Excalibur Publishing,Excalibur Publishing Ltd.,,,,,,,2012-03-10, +/games/boxart/full_cities-in-motion-tokyo_181AmericaFront.jpg,Cities in Motion: Tokyo,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2011-05-30, +/games/boxart/full_5534388AmericaFrontccc.jpg,Cities: Skylines,OSX,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10, +/games/boxart/full_2573427AmericaFrontccc.jpg,Cities: Skylines,Linux,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10, +/games/boxart/default.jpg,City,GIZ,Simulation,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_7957663PALFrontccc.jpg,Clever Kids: Pet Store,PC,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, +/games/boxart/full_2480923PALFrontccc.gif,Clever Kids: Pet Store,DS,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, +/games/boxart/full_1660447PALFrontccc.jpg,Clever Kids: Pet Store,Wii,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2010-05-21, +/games/boxart/default.jpg,Coaster Park Tycoon,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2017-01-01, +/games/boxart/full_8494064AmericaFrontccc.jpg,Coconut Queen,PC,Simulation,iWin,iWin,,,,,,,2009-08-20, +/games/boxart/full_comanche-3_253AmericaFront.jpg,Comanche 3,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1997-01-01, +/games/boxart/full_578747AmericaFrontccc.jpg,Comanche Gold,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1998-05-01, +/games/boxart/7475013ccc.jpg,Comanche: Maximum Overkill,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1992-01-01, +/games/boxart/full_9817567AmericaFrontccc.jpg,Combat Flight Simulator 2: WWII Pacific Theater,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,2000-10-13, +/games/boxart/default.jpg,Combat Flight Simulator 3: Battle for Britain,PC,Simulation,Just Flight,Aeroplane Heaven,,,,,,,2003-10-01, +/games/boxart/full_combat-wings-the-great-battles-of-wwii_121AmericaFront.jpg,Combat Wings: The Great Battles of WWII,X360,Simulation,City Interactive,City Interactive,,,,,,,2012-03-27, +/games/boxart/full_combat-wings-the-great-battles-of-wwii_588PALFront.jpg,Combat Wings: The Great Battles of WWII,PC,Simulation,City Interactive,City Interactive,,,,,,,, +/games/boxart/full_comic-road_1JapanFront.jpg,Comic Road,PCFX,Simulation,Cocktail Soft,Cocktail Soft,,,,,,,1997-09-26, +/games/boxart/full_8699442AmericaFrontccc.png,"Cook, Serve, Delicious!",iOS,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2012-10-05,2019-04-04 +/games/boxart/full_cooking-academy_434AmericaFront.jpg,Cooking Academy,PC,Simulation,Mumbo Jumbo,Fenomen,,,,,,,2008-09-19, +/games/boxart/default.jpg,Cooking Dash,PC,Simulation,PlayFirst,Aliasworlds Entertainment,,,,,,,2008-08-06, +/games/boxart/full_890709AmericaFrontccc.jpg,Copter Crisis,WW,Simulation,Digital Leisure Inc.,Digital Leisure,,,,,,,2009-11-30, +/games/boxart/full_corfu-x_447PALFront.jpg,Corfu X,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2011-11-25, +/games/boxart/full_cosmetic-paradise-princess-life_25JapanFront.jpg,Cosmetic * Paradise: Princess Life,DS,Simulation,Global A Entertainment,Global A Entertainment,,,,,,,2011-04-14, +/games/boxart/full_8681319AmericaFrontccc.jpg,Country Tales: Dawn of a New World,PC,Simulation,Astragon,Unknown,,,,,,,2016-04-13, +/games/boxart/full_cosy-fire_55AmericaFront.jpg,Cozy Fire,WW,Simulation,DTP Entertainment,dtp entertainment AG,,,,,,,2011-02-21, +/games/boxart/default.jpg,Crazy Garage,DS,Simulation,Unknown,U&I Entertainment,,,,,,,, +/games/boxart/full_887392PALFrontccc.jpg,Crazy Pig,DS,Simulation,Mindscape,Kaolink,,,,,,,2007-11-30, +/games/boxart/full_831557PALFrontccc.jpg,Creatures,GBA,Simulation,Swing! Entertainment,Elo Interactive,,,,,,,2002-02-08, +/games/boxart/full_1521563AmericaFrontccc.jpg,Creatures,PS,Simulation,Conspiracy Entertainment,Creature Labs,,,,,,,2002-05-18, +/games/boxart/full_creatures-exodus_7PALFront.jpg,Creatures: Exodus,PC,Simulation,Fusion Labs,Creature Labs,,,,,,,2005-08-01, +/games/boxart/full_1065875AmericaFrontccc.jpg,Creatures: Raised in Space,PS,Simulation,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2004-01-01, +/games/boxart/full_7455708PALFrontccc.png,Creatures: Raised in Space,PSN,Simulation,Sony Computer Entertainment,Conspiracy Entertainment,,,,,,,2009-05-22, +/games/boxart/full_5188796AmericaFrontccc.jpg,Creatures: The Albian Years,PC,Simulation,Kalypso,Creature Labs,,,,,,,2004-07-16, +/games/boxart/full_2480673AmericaFrontccc.jpg,Crimson Skies: High Road to Revenge,XBL,Simulation,Microsoft Game Studios,FASA Studio,,,,,,,2007-12-04, +/games/boxart/full_cultivation_785AmericaFront.jpg,Cultivation,PC,Simulation,Jason Rohrer,Jason Rohrer,,,,,,,2006-09-09, +/games/boxart/full_8095683JapanFrontccc.jpg,Cyber Daisenryaku,PS,Simulation,System Soft,System Soft,,,,,,,1999-02-04, +/games/boxart/full_daiva-story-6-imperial-of-nirsartia_3JapanFront.jpg,Daiva Story 6: Imperial of Nirsartia,NES,Simulation,Toshiba EMI,Tikipod,,,,,,,1986-12-05, +/games/boxart/full_343315JapanFrontccc.jpg,Dakkoshite! Chimpanzee,DS,Simulation,Unknown,Starfish SD,,,,,,,, +/games/boxart/full_dance-dance-revolution_7AmericaFront.jpg,Dance Dance Revolution,PC,Simulation,Konami,Konami,,,,,,,2002-07-25, +/games/boxart/full_dance-dance-revolution-2nd-remix-append-club-mix-vol-1_7JapanFront.jpg,Dance Dance Revolution 2nd Remix Append Club Mix Vol. 1,PS,Simulation,Konami,KCET,,,,,,,1999-11-25, +/games/boxart/full_dance-dance-revolution-2nd-remix-append-club-mix-vol-2_5JapanFront.jpg,Dance Dance Revolution 2nd Remix Append Club Mix Vol. 2,PS,Simulation,Konami,KCET,,,,,,,1999-12-22, +/games/boxart/full_dance-dance-revolution-4th-mix_9JapanFront.jpg,Dance Dance Revolution 4th Mix,PS,Simulation,Konami,KCET,,,,,,,2001-03-15, +/games/boxart/full_4814621JapanFrontccc.jpg,Dance Dance Revolution 5thMix,PS,Simulation,Konami,Konami,,,,,,,2001-09-20, +/games/boxart/full_dance-dance-revolution-best-hits_2JapanFront.jpg,Dance Dance Revolution Best Hits,PS,Simulation,Konami,KCET,,,,,,,2000-12-21, +/games/boxart/full_2983100JapanFrontccc.jpg,Dance Dance Revolution Disney Dancing Museum,N64,Simulation,Konami,KCEK,,,,,,,2000-11-30, +/games/boxart/full_4368208JapanFrontccc.jpg,Dance Dance Revolution Extreme (Japan),PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-10-09, +/games/boxart/default.jpg,Dance Dance Revolution GB,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2000-08-03, +/games/boxart/full_dance-dance-revolution-gb-disney-mix_6JapanFront.jpg,Dance Dance Revolution GB Disney Mix,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-03-29, +/games/boxart/full_dance-dance-revolution-gb-oha-star_2JapanFront.jpg,Dance Dance Revolution GB Oha Star,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-02-08, +/games/boxart/default.jpg,Dance Dance Revolution GB2,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2000-11-16, +/games/boxart/full_dance-dance-revolution-gb3_9JapanFront.jpg,Dance Dance Revolution GB3,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-03-15, +/games/boxart/full_4077684AmericaFrontccc.jpg,Dance Dance Revolution Konamix,PS,Simulation,Konami,Konami,,,,,,,2002-04-05, +/games/boxart/full_dance-dance-revolution-oha-star_2JapanFront.jpg,Dance Dance Revolution Oha Star,PS,Simulation,Konami,KCET,,,,,,,2000-09-14, +/games/boxart/full_dance-dance-revolution-party-collection_0JapanFront.jpg,Dance Dance Revolution Party Collection,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-12-11, +/games/boxart/full_dance-dance-revolution-strike_4JapanFront.jpg,Dance Dance Revolution Strike,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2006-02-16, +/games/boxart/4171742ccc.jpg,Dance Dance Revolution Ultramix 4,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,,,,,,2006-11-14, +/games/boxart/full_6131825PALFrontccc.jpg,Dance Dance Revolution: Winx Club,Wii,Simulation,Konami,Konami,,,,,,,2009-03-26, +/games/boxart/default.jpg,Dancing Academy,DSiW,Simulation,Tivola,Tivola Interactive Media,,,,,,,2011-03-25, +/games/boxart/default.jpg,Dancing Demon,PC,Simulation,Unknown,Tandy Corporation,,,,,,,, +/games/boxart/full_dancing-furby_911JapanFront.jpg,Dancing Furby,GB,Simulation,Tomy Corporation,Tomy Corporation,,,,,,,1999-12-24, +/games/boxart/full_8405977PALFrontccc.png,Dancing Stage EuroMix,PS,Simulation,Konami,Konami,,,,,,,2001-02-16, +/games/boxart/full_780191JapanFrontccc.jpg,Dancing Stage featuring Dreams Come True,PS,Simulation,Konami,KCET,,,,,,,2000-04-20, +/games/boxart/full_6264851JapanFrontccc.jpg,Dancing Stage featuring True Kiss Destination,PS,Simulation,Konami,KCET,,,,,,,1999-12-09, +/games/boxart/full_2346357PALFrontccc.jpg,Dancing Stage Fever,PS2,Simulation,Konami,Konami,,,,,,,2003-10-24, +/games/boxart/full_4209046PALFrontccc.jpg,Dancing Stage Fever,PS,Simulation,Konami,Konami,,,,,,,2003-10-24, +/games/boxart/full_3302054PALFrontccc.jpg,Dancing Stage Fusion,PS2,Simulation,Konami,Konami,,,,,,,2004-11-05, +/games/boxart/full_6173717PALFrontccc.jpg,Dancing Stage Fusion,PS,Simulation,Konami,Konami,,,,,,,2004-11-05, +/games/boxart/full_7772835PALFrontccc.jpg,Dancing Stage Max,PS2,Simulation,Konami,Konami,,,,,,,2005-11-25, +/games/boxart/full_6334208PALFrontccc.jpg,Dancing Stage Party Edition,PS,Simulation,Konami,Konami,,,,,,,2002-11-15, +/games/boxart/full_2104032AmericaFrontccc.jpg,Darklight Conflict,PC,Simulation,Electronic Arts,Rage Software,,,,,,,1997-03-31, +/games/boxart/962619ccc.jpg,Darklight Conflict,SAT,Simulation,Electronic Arts,Rage Software,,,,,,,1997-01-01, +/games/boxart/full_date-or-ditch_6AmericaFront.jpg,Date or Ditch,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2010-06-28, +/games/boxart/full_2755475AmericaFrontccc.jpg,Dawn of Discovery,PC,Simulation,Ubisoft,Blue Byte Software,,,,,,,2009-06-17, +/games/boxart/full_dbvr_271JapanFront.jpg,DBVR,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2003-03-28, +/games/boxart/full_7725312AmericaFrontccc.jpg,DCS: Black Shark,PC,Simulation,Take-Two Interactive,Eagle Dynamics,,,,,,,2009-04-07, +/games/boxart/full_ddr-festival-dance-dance-revolution_4JapanFront.jpg,DDR Festival: Dance Dance Revolution,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2004-11-18, +/games/boxart/full_ddrmax2-dance-dance-revolution-7th-mix_6JapanFront.jpg,DDRMAX2: Dance Dance Revolution 7th Mix,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-04-24, +/games/boxart/3079752ccc.jpg,DDRMAX: Dance Dance Revolution,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-10-28, +/games/boxart/full_ddrmax-dance-dance-revolution-6th-mix_3JapanFront.jpg,DDRMAX: Dance Dance Revolution 6th Mix,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-05-16, +/games/boxart/full_debut-21_8JapanFront.jpg,Debut 21,PS,Simulation,NEC Interchannel,Image Works,,,,,,,1998-09-10, +/games/boxart/full_2064810JapanFrontccc.jpg,Deep Aquarium: Kiseki no Shinkai,DS,Simulation,Ertain,Ertain,,,,,,,2008-06-05, +/games/boxart/8266637ccc.jpg,Deep Fighter,DC,Simulation,Ubisoft,Criterion Games,7.3,,,,,,2000-08-22, +/games/boxart/full_3754514AmericaFrontccc.jpg,Deer Hunter Tournament,PC,Simulation,Atari,South Logic Studios,,,,,,,2008-10-14, +/games/boxart/full_4298520JapanFrontccc.jpg,Dengeki no Pilot: Tenkuu no Kizuna,PSP,Simulation,Best Media,Best Media,,,,,,,2010-01-28, +/games/boxart/full_9132467JapanFrontccc.jpg,Densha de Go!,WS,Simulation,Taito,Taito Corporation,,,,,,,1999-03-04, +/games/boxart/full_8180752JapanFrontccc.jpg,Densha de Go!,GB,Simulation,CyberFront,CyberFront,,,,,,,1999-12-10, +/games/boxart/full_6957076JapanFrontccc.jpg,Densha de Go! 2,WS,Simulation,CyberFront,CyberFront,,,,,,,1999-10-07, +/games/boxart/full_5259115JapanFrontccc.jpg,Densha de Go! 2,GB,Simulation,CyberFront,CyberFront,,,,,,,2000-12-08, +/games/boxart/full_3757417JapanFrontccc.jpg,Densha de Go! 2,DC,Simulation,Taito,Taito Corporation,,,,,,,2000-01-20, +/games/boxart/full_8897715JapanFrontccc.jpg,Densha de Go! EX,SAT,Simulation,Takara,Taito Corporation,,,,,,,1998-10-01, +/games/boxart/full_9160720JapanFrontccc.jpg,Densha de Go! Final,PS2,Simulation,Taito,Taito Corporation,,,,,,,2004-05-27, +/games/boxart/full_7762532JapanFrontccc.jpg,Densha de Go! Nagoya Tetsudou Hen,PS,Simulation,Taito,Taito,,,,,,,2000-01-27, +/games/boxart/full_7957745JapanFrontccc.jpg,Densha de Go! Pocket: Chuuousen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2006-01-19, +/games/boxart/full_9538986JapanFrontccc.jpg,Densha de Go! Pocket: Osaka Kanjousen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2006-03-30, +/games/boxart/full_5497496JapanFrontccc.jpg,Densha de Go! Pocket: Toukaidousen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2006-07-27, +/games/boxart/full_6625156JapanFrontccc.jpg,Densha de Go! Pocket: Yamanotesen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2005-09-29, +/games/boxart/full_4962824JapanFrontccc.jpg,Densha de Go! Professional 2,PS2,Simulation,Taito,Taito Corporation,,,,,,,2003-02-27, +/games/boxart/full_2075270JapanFrontccc.jpg,Densha de Go! Professional Shiyou,PS,Simulation,Taito,Taito Corporation,,,,,,,1999-12-09, +/games/boxart/full_7693290JapanFrontccc.jpg,Densha de Go! Ryojouhen,PS2,Simulation,Taito,Taito Corporation,,,,,,,2002-07-25, +/games/boxart/full_7436327JapanFrontccc.jpg,Densha de Go! Shinkansen: Sanyou Shinkansen-hen,PS2,Simulation,Taito,Taito Corporation,,,,,,,2001-09-20, +/games/boxart/full_1033947PALFrontccc.jpg,Desert Strike,MS,Simulation,Domark Software,Electronic Arts,,,,,,,1992-01-01, +/games/boxart/8297695ccc.jpg,Desert Strike: Return to the Gulf,GEN,Simulation,Electronic Arts,Visual Concepts,,,,,,,1994-06-04, +/games/boxart/5627358ccc.jpg,Desert Strike: Return to the Gulf,GB,Simulation,Malibu Games,Ocean,,,,,,,1995-02-01, +/games/boxart/full_2509173AmericaFrontccc.jpg,Desert Strike: Return to the Gulf,Lynx,Simulation,Telegames,"Telegames, Inc.",,,,,,,1992-01-01, +/games/boxart/full_9969679AmericaFrontccc.jpg,Desert Strike: Return to the Gulf,PC,Simulation,Gremlin Interactive Ltd,Electronic Arts,,,,,,,1994-01-01, +/games/boxart/2752427ccc.jpg,Desert Strike: Return to the Gulf,SNES,Simulation,Electronic Arts,Visual Concepts,,,,,,,1992-10-01, +/games/boxart/full_8178323AmericaFrontccc.jpg,Desert Strike: Return to the Gulf,GG,Simulation,Domark Software,Electronic Arts,,,,,,,1994-01-01, +/games/boxart/default.jpg,Diaper Dash,PC,Simulation,PlayFirst,Zemnott,,,,,,,2009-08-12, +/games/boxart/full_digital-glider-airman_440JapanFront.jpg,Digital Glider Airman,PSN,Simulation,ASK,ASK Corporation,,,,,,,2010-12-22, +/games/boxart/full_digital-glider-airman_135JapanFront.jpg,Digital Glider Airman,PS,Simulation,ASK,ASK Corporation,,,,,,,1999-09-14, +/games/boxart/full_4757740AmericaFrontccc.jpg,DinerTown Tycoon,PC,Simulation,PlayFirst,PlayFirst,,,,,,,2009-10-01, +/games/boxart/full_dirt-jockey_3AmericaFront.jpg,DiRT Jockey: Heavy Equipment Operator,PSN,Simulation,Sony Computer Entertainment,"DDL, Inc.",,,,,,,2010-02-10, +/games/boxart/full_9826613AmericaFrontccc.jpg,DiRT Jockey: Heavy Equipment Operator,PS,Simulation,Mastiff,"DDL, Inc.",,,,,,,2003-07-13, +/games/boxart/full_1674500AmericaFrontccc.png,Disney Checkout Challenege,And,Simulation,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-06-26, +/games/boxart/full_9191995AmericaFrontccc.jpg,Disney City Girl,PC,Simulation,"Playdom, Inc.","Playdom, Inc.",,,,,,,2012-06-29, +/games/boxart/default.jpg,Disney Magical World 2: My Happy Life,3DS,Simulation,Namco Bandai Games,Namco Bandai Games,,,,,,,2020-12-31, +/games/boxart/full_princess-royal-horse-show_418AmericaFront.jpg,Disney Princess: Royal Horse Show,PC,Simulation,Disney Interactive Studios,Encore Games,,,,,,,2005-05-06, +/games/boxart/full_doggie-daycare_866AmericaFront.jpg,Doggie Daycare,PC,Simulation,Viva Media,"Viva Media, LLC",,,,,,,2008-09-03, +/games/boxart/full_5993750AmericaFrontccc.jpg,Dogz,PC,Simulation,Ubisoft,ImaginEngine,,,,,,,2006-11-14, +/games/boxart/full_6393227AmericaFrontccc.jpg,Dogz,GB,Simulation,Mindscape,Saffire Corporation,,,,,,,1999-12-01, +/games/boxart/default.jpg,Dogz (1995),PC,Simulation,Mindscape,PF.Magic,,,,,,,1995-01-01, +/games/boxart/full_6011747AmericaFrontccc.jpg,Dogz 2,GBA,Simulation,Ubisoft,MTO,,,,,,,2007-04-03, +/games/boxart/full_1259176AmericaFrontccc.jpg,Dogz 3,PC,Simulation,PF.Magic,PF.Magic,,,,,,,1998-01-01, +/games/boxart/full_2279327AmericaFrontccc.jpg,Dogz 4,PC,Simulation,Mindscape,PF.Magic,,,,,,,1999-09-28, +/games/boxart/full_dogz-ii_284AmericaFront.jpg,Dogz II,PC,Simulation,PF.Magic,PF.Magic,,,,,,,1997-01-01, +/games/boxart/full_dogz-ii-amp-catz-ii_600AmericaFront.jpg,Dogz II & Catz II,PC,Simulation,Mindscape,PF.Magic,,,,,,,1999-11-30, +/games/boxart/full_9906884JapanFrontccc.jpg,Doko Demo Issyo Tsuika Disc: Koneko Mo Issyo,PS,Simulation,Sony Computer Entertainment,SCEI,,,,,,,2000-01-27, +/games/boxart/full_dokodemo-hamster_1JapanFront.jpg,Dokodemo Hamster,WS,Simulation,Bec,Bec,,,,,,,2000-01-06, +/games/boxart/full_dokodemo-hamster-2_6JapanFront.jpg,Dokodemo Hamster 2,PS,Simulation,Bec,Bec,,,,,,,2000-08-31, +/games/boxart/full_dokodemo-hamster-3_9JapanFront.jpg,Dokodemo Hamster 3: O Dekake Safuran,WS,Simulation,Bec,Bec,,,,,,,2000-12-14, +/games/boxart/full_1108099PALFrontccc.jpg,Dr. Dolittle,PS2,Simulation,Blast! Entertainment Ltd,Aqua Pacific,,,,,,,2006-11-29, +/games/boxart/default.jpg,Dream Club Zero,PSV,Simulation,D3 Publisher,D3,,,,,,,2011-12-17, +/games/boxart/full_3822595AmericaFrontccc.jpg,Drifter: A Space Trading Game,PSV,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2020-12-31, +/games/boxart/full_222120AmericaFrontccc.jpg,Drifter: A Space Trading Game,PS4,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2020-12-31, +/games/boxart/full_9090461AmericaFrontccc.jpg,Drifter: A Space Trading Game,OSX,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2014-03-04, +/games/boxart/full_1437037AmericaFrontccc.jpg,Drifter: A Space Trading Game,PC,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2014-03-04, +/games/boxart/full_9608280AmericaFrontccc.jpg,Drifter: A Space Trading Game,Linux,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2014-03-04, +/games/boxart/full_drive-a-steam-train_799PALFront.jpg,Drive a Steam Train,PC,Simulation,RailSimulator.com,RailSimulator.com,,,,,,,2011-06-20, +/games/boxart/full_7409880AmericaFrontccc.jpg,Dunes of War,PC,Simulation,DreamCatcher Interactive,ZootFly,,,,,,,2007-04-24, +/games/boxart/full_2418494AmericaFrontccc.jpg,E.V.O.: Search for Eden,SNES,Simulation,Enix,Almanic Corp.,,,,,,,1993-01-01, +/games/boxart/full_4210298AmericaFrontccc.jpg,Echelon,PC,Simulation,Buka Entertainment,MADia Entertainment,,,,,,,2001-04-15,2018-07-11 +/games/boxart/default.jpg,Echo Bazaar,PC,Simulation,Unknown,Failbetter Games,,,,,,,, +/games/boxart/full_elan_2JapanFront.jpg,Elan,PSN,Simulation,Hamster Corporation,Visco,,,,,,,2010-07-28, +/games/boxart/full_elan_1JapanFront.jpg,Elan,PS,Simulation,Visco,Visco,,,,,,,1999-04-01, +/games/boxart/full_elan-plus_5JapanFront.jpg,Elan Plus,PSN,Simulation,Hamster Corporation,Visco,,,,,,,2010-11-24, +/games/boxart/full_elan-plus_71JapanFront.jpg,Elan Plus,PS,Simulation,Visco,Visco,,,,,,,2000-05-11, +/games/boxart/full_elite_448PALFront.jpg,Elite,NES,Simulation,Firebird,Braben & Bell,,,,,,,1991-01-01, +/games/boxart/full_916865AmericaFrontccc.jpg,Elite,ACPC,Simulation,Firebird,Unknown,,,,,,,1986-01-01,2018-01-06 +/games/boxart/full_elite_535AmericaFront.jpg,Elite,PC,Simulation,Unknown,Frontier Developments,,,,,,,1987-01-01, +/games/boxart/full_3234567AmericaFrontccc.jpg,Elite: Dangerous,PC,Simulation,Frontier Developments,Frontier Developments Inc.,,,,,,,2014-12-16,2018-06-15 +/games/boxart/full_766821AmericaFrontccc.jpg,Elite: Dangerous,OSX,Simulation,Frontier Developments,Frontier Developments Inc.,,,,,,,2015-05-12,2018-06-15 +/games/boxart/full_8094182AmericaFrontccc.jpg,Emergency 5,PC,Simulation,Deep Silver,Sixteen Tons Entertainment,,,,,,,2015-01-01, +/games/boxart/full_6778983AmericaFrontccc.jpg,Emergency Call 112 - The Fire Fighting Simulation,PC,Simulation,Aerosoft,Headup Games / Crenetic,,,,,,,2016-11-11, +/games/boxart/default.jpg,Enemy Engaged Comanche Versus Hokum,PC,Simulation,Empire Interactive,Razorworks,,,,,,,2000-07-31, +/games/boxart/2038368ccc.jpg,Enigma Rising Tide,PC,Simulation,DreamCatcher Interactive,Tesseraction Games,,,,,,,2003-08-27, +/games/boxart/9677653ccc.jpg,Enigma: Rising Tide - Gold Edition,PC,Simulation,DreamCatcher Interactive,Tesseraction Games,,,,,,,2005-02-01, +/games/boxart/full_enjoy-your-massage_3AmericaFront.jpg,Enjoy your massage!,WW,Simulation,Microforum,Microforum Ltd,,,,,,,2010-08-09, +/games/boxart/full_8930790AmericaFrontccc.gif,Escape Velocity Nova,PC,Simulation,Ambrosia,Ambrosia,,,,,,,2003-07-11, +/games/boxart/full_4517510AmericaFrontccc.jpg,European Air War,PC,Simulation,Atari,Third Wave,,,,,,,1998-10-31, +/games/boxart/full_evochron_749AmericaFront.jpg,Evochron,PC,Simulation,Unknown,StarWraith,,,,,,,2005-04-07, +/games/boxart/full_evochron-alliance_683PALFront.jpg,Evochron Alliance,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2005-09-22, +/games/boxart/full_evochron-legends_948AmericaFront.jpg,Evochron Legends,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2009-05-02, +/games/boxart/full_evochron-mercenary_180AmericaFront.jpg,Evochron Mercenary,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2010-09-17, +/games/boxart/full_evochron-renegades_817AmericaFront.jpg,Evochron Renegades,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2007-09-28, +/games/boxart/full_1592494AmericaFrontccc.jpg,Extrasolar,PC,Simulation,Lazy 8 Studios,Lazy 8 Studios,,,,,,,2014-02-18, +/games/boxart/full_71426AmericaFrontccc.jpg,Extreme Assault,PC,Simulation,Blue Byte,Blue Byte,,,,,,,1997-06-30, +/games/boxart/full_8093015PALFrontccc.jpg,Extreme Roads USA,PC,Simulation,United Developers,United Developers,,,,,,,2014-06-06, +/games/boxart/full_1754457AmericaFrontccc.jpg,Extreme Roads USA,OSX,Simulation,United Developers,United Developers,,,,,,,2014-06-06, +/games/boxart/full_2213860AmericaFrontccc.jpg,F-117 Night Storm,GEN,Simulation,Electronic Arts,Rare Ltd.,,,,,,,1993-01-01, +/games/boxart/6152997ccc.jpg,F-117A Stealth Fighter,NES,Simulation,Microprose,MicroProse,,,,,,,1992-12-01, +/games/boxart/full_f-15-city-war_9AmericaFront.jpg,F-15 City War,NES,Simulation,American Video Entertainment,American Video Entertainment,,,,,,,1990-01-01, +/games/boxart/4708300ccc.jpg,F-15 Strike Eagle,NES,Simulation,Microprose,MicroProse,,,,,,,1992-02-01, +/games/boxart/full_6439796AmericaFrontccc.jpg,F-15 Strike Eagle,GG,Simulation,Microprose,NMS Software,,,,,,,1993-01-01, +/games/boxart/full_f-15-strike-eagle_5AmericaFront.jpg,F-15 Strike Eagle,PC,Simulation,Microprose,MicroProse,,,,,,,1985-01-01, +/games/boxart/9817744ccc.jpg,F-15 Strike Eagle,GB,Simulation,Microprose,NMS Software,,,,,,,1993-06-01, +/games/boxart/full_3848090AmericaFrontccc.jpg,F-15 Strike Eagle II,GEN,Simulation,Microprose,MicroProse,,,,,,,1993-01-01, +/games/boxart/7479778ccc.jpg,F-15 Strike Eagle II,PC,Simulation,Microprose,MicroProse,,,,,,,1991-01-01, +/games/boxart/2390938ccc.jpg,F-16 Fighting Falcon,MS,Simulation,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_2032382AmericaFrontccc.jpg,F-16 Multirole Fighter,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1998-10-06, +/games/boxart/4610210ccc.jpg,F-18 Hornet,7800,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-01-01, +/games/boxart/full_3909420AmericaFrontccc.jpg,F-22 Air Dominance Fighter,PC,Simulation,Unknown,Digital Image Design,,,,,,,1997-01-01, +/games/boxart/full_6708819AmericaFrontccc.jpg,F-22 Raptor,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1997-11-30, +/games/boxart/full_1410418PALFrontccc.jpg,F/A-18 Operation Desert Storm,PC,Simulation,GMX Media,GraphSim Entertainment,,,,,,,2005-03-04, +/games/boxart/8235889ccc.jpg,F24: Stealth Fighter,GBA,Simulation,Majesco,Skyworks Technologies,3.6,,,,,,2007-02-13, +/games/boxart/full_face-pilot-fly-with-your-nintendo-dsi-camera_6AmericaFront.jpg,Face Pilot: Fly With Your Nintendo DSi Camera!,DSiW,Simulation,Nintendo,HAL Laboratory,,,,,,,2010-07-26, +/games/boxart/full_falcon_3AmericaFront.jpg,Falcon,PCE,Simulation,Spectrum Holobyte,Sphere,,,,,,,1992-01-01, +/games/boxart/1281049ccc.jpg,Falcon,PC,Simulation,Spectrum Holobyte,Sphere,,,,,,,1987-01-01, +/games/boxart/1498064ccc.jpg,Falcon 4.0,PC,Simulation,Atari,MicroProse,,,,,,,1998-11-30, +/games/boxart/default.jpg,Fallen London,PC,Simulation,Unknown,Failbetter Games,,,,,,,, +/games/boxart/full_837958AmericaFrontccc.jpg,Fallout Shelter,And,Simulation,Bethesda Softworks,Bethesda Softworks,,,,,,,2015-08-13, +/games/boxart/full_5105381AmericaFrontccc.jpg,Fallout Shelter,iOS,Simulation,Unknown,Bethesda Softworks,,,,,,,, +/games/boxart/full_5226925JapanFrontccc.jpg,Fancy Pocket,GBA,Simulation,Jorudan,Jorudan,,,,,,,2002-09-27, +/games/boxart/full_farm-frenzy_444PALFront.png,Farm Frenzy,PSN,Simulation,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2011-04-19,2019-05-03 +/games/boxart/full_farm-frenzy_50AmericaFront.jpg,Farm Frenzy,DSiW,Simulation,Alawar Entertainment,"Alawar Entertainment, Inc.",4,,,,,,2011-07-07, +/games/boxart/full_2671080PALFrontccc.jpeg,Farming 2017 - The Simulation,PS3,Simulation,UIG Entertainment,UIG Entertainment,,,,,,,2016-05-27,2018-04-09 +/games/boxart/full_7883619PALFrontccc.jpg,Farming 2017 - The Simulation,WiiU,Simulation,UIG Entertainment,UIG Entertainment,,,,,,,2016-05-27,2018-04-09 +/games/boxart/full_6591180AmericaFrontccc.png,Farming Simulator 2014,And,Simulation,Giants Software,Giants Software,,,,,,,2013-11-18, +/games/boxart/full_3613665AmericaFrontccc.jpg,Farming Simulator 2014,3DS,Simulation,Focus Home Interactive,Giants Software,,,,,,,2014-06-24,2018-07-26 +/games/boxart/default.jpg,Farming Simulator 2015,OSX,Simulation,Focus Home Interactive,Giants Software,,,,,,,2015-04-01, +/games/boxart/full_farmville-facebook_706AmericaFront.jpg,FarmVille (Facebook),PC,Simulation,Zynga,Zynga,,,,,,,2009-06-19, +/games/boxart/full_3499218AmericaFrontccc.jpg,Fast Food Tycoon,PC,Simulation,Activision,Software 2000,,,,,,,2000-11-30, +/games/boxart/full_9938004AmericaFrontccc.jpg,Fast Food Tycoon 2,PC,Simulation,Activision,Software 2000,,,,,,,2001-10-09, +/games/boxart/full_ferret-monogatari-watashi-no-okini-iri_190JapanFront.jpg,Ferret Monogatari: Watashi no Okini Iri,GB,Simulation,Culture Brain,Culture Brain,,,,,,,2000-04-28, +/games/boxart/full_8170678AmericaFrontccc.jpg,Fetch it Again!,PC,Simulation,ValuSoft,dtp - young entertainment,,,,,,,2007-12-17, +/games/boxart/full_1419080PALFrontccc.jpg,FIFA Manager 07,PC,Simulation,EA Sports,Bright Future GmbH,,,,,,,2006-11-03, +/games/boxart/full_7212127AmericaFrontccc.jpg,Fighting Steel: World War II Surface Combat 1939-1942,PC,Simulation,SSI,Divide By Zero Software,,,,,,,1999-05-31, +/games/boxart/full_figures-of-happiness_252AmericaFront.jpg,Figures of Happiness,PC,Simulation,Unknown,G-Collections,,,,,,,, +/games/boxart/full_851472JapanFrontccc.jpg,Find Love 2: Rhapsody,SAT,Simulation,Daiki,Daiki,,,,,,,1998-11-26, +/games/boxart/full_fireplacing_845AmericaFront.jpg,Fireplacing,WW,Simulation,Korner Entertainment,Continental Games,,,,,,,2010-12-06, +/games/boxart/default.jpg,Five Nights at Freddy's,And,Simulation,Unknown,Scott Cawthon,,,,,,,,2018-03-30 +/games/boxart/full_3826710AmericaFrontccc.png,Five Nights at Freddy's 3,PC,Simulation,Scott Cawthon,Scott Cawthon,,,,,,,2015-03-02,2018-03-27 +/games/boxart/full_5198573AmericaFrontccc.jpg,Flanker 2.0,PC,Simulation,SSI,Eagle Dynamics,,,,,,,1999-09-30, +/games/boxart/full_4633615AmericaFrontccc.jpg,Flanker 2.5,PC,Simulation,Ubisoft,Eagle Dynamics,,,,,,,2002-03-26, +/games/boxart/full_flight-academy_425JapanFront.jpg,Flight Academy,XB,Simulation,Unknown,Aqua Systems,,,,,,,2002-08-29, +/games/boxart/full_8886239AmericaFrontccc.jpg,Flight Control,DSiW,Simulation,Firemint,Firemint,,,,,,,2010-02-22, +/games/boxart/full_flight-control_118AmericaFront.jpg,Flight Control,WW,Simulation,Firemint,Firemint,8,,,,,,2011-08-18, +/games/boxart/full_flight-control-hd_10PALFront.jpg,Flight Control HD,PSN,Simulation,Firemint,Firemint,,,,,,,2010-09-15, +/games/boxart/2302640ccc.jpg,Flight Simulator 2000,PC,Simulation,Microsoft,Microsoft,,,,,,,1999-10-21, +/games/boxart/6789448ccc.jpg,Flight Simulator 2002,PC,Simulation,Microsoft,Microsoft,,,,,,,2001-10-19, +/games/boxart/1621980ccc.jpg,Flight Unlimited,PC,Simulation,Unknown,Looking Glass Studios,,,,,,,, +/games/boxart/full_2456003AmericaFrontccc.jpg,Flight Unlimited II,PC,Simulation,Eidos Interactive,Looking Glass Studios,,,,,,,1997-11-30, +/games/boxart/full_3605644AmericaFrontccc.jpg,Flight Unlimited III,PC,Simulation,Electronic Arts,Looking Glass Studios,,,,,,,1999-09-30, +/games/boxart/full_208909AmericaFrontccc.jpg,Flotilla,XBL,Simulation,Microsoft,Blendo Games,,,,,,,2010-03-25, +/games/boxart/full_flow_7AmericaFront.jpg,flOw,PSN,Simulation,Sony Computer Entertainment,thatgamecompany,7.4,,,,,,2007-02-22, +/games/boxart/full_5289909AmericaFrontccc.jpg,flOw,PS4,Simulation,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2013-12-17,2018-09-23 +/games/boxart/9031292ccc.jpg,flOw,PSP,Simulation,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2008-03-06, +/games/boxart/full_3938179AmericaFrontccc.jpg,Fly! II,PC,Simulation,Take-Two Interactive,Terminal Reality,,,,,,,2001-04-26, +/games/boxart/8108112ccc.jpg,Flying Nightmares,3DO,Simulation,Domark Software,Domark,,,,,,,1994-01-01, +/games/boxart/full_8341082PALFrontccc.jpg,Football Manager 2015,OSX,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2018-05-29 +/games/boxart/full_5618338PALFrontccc.jpg,Football Manager 2015,Linux,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2018-05-29 +/games/boxart/full_5473878AmericaFrontccc.png,Football Manager 2015,And,Simulation,Sega,Sports Interactive,,,,,,,2020-12-31,2018-05-29 +/games/boxart/full_9704024AmericaFrontccc.jpg,FreeSpace 2,PC,Simulation,Interplay,Volition Inc.,,,,,,,1999-09-30,2018-04-02 +/games/boxart/full_frontierville-facebook_845AmericaFront.jpg,FrontierVille (Facebook),PC,Simulation,Zynga,Zynga,,,,,,,2010-06-09, +/games/boxart/full_8727812AmericaFrontccc.png,FS Falcon 2004,PC,Simulation,IPC Software,Lago,,,,,,,2004-02-13, +/games/boxart/full_6903153JapanFrontccc.jpg,Fukoumori: Moririi no Unhappy Project,DS,Simulation,Namco Bandai,Bandai Namco Games,,,,,,,2007-11-29, +/games/boxart/full_8616609AmericaFrontccc.jpg,Funky Barn It's Farming!,WiiU,Simulation,505 Games,Tantalus Interactive,5,,,,,,2012-11-18,2020-08-25 +/games/boxart/full_2986289AmericaFrontccc.jpg,Future Cop L.A.P.D.,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1998-12-05, +/games/boxart/full_6449968PALFrontccc.png,Future Cop: L.A.P.D.,PSN,Simulation,Electronic Arts,Electronic Arts,,,,,,,2009-04-23, +/games/boxart/5204136ccc.jpg,G-Loc Air Battle,GEN,Simulation,Sega,Sega-AM2,,,,,,,1993-01-01, +/games/boxart/full_g-loc-air-battle_2PALFront.jpg,G-LOC Air Battle,MS,Simulation,Sega,Sega-AM2,,,,,,,1991-01-01, +/games/boxart/full_3029345AmericaFrontccc.jpg,G-LOC Air Battle,GG,Simulation,Sega,Sega-AM2,,,,,,,1991-01-01, +/games/boxart/full_7767621JapanFrontccc.jpg,Gakkou o Tsukurou!!,PS,Simulation,Victor Interactive,Refine Textile,,,,,,,1997-12-18, +/games/boxart/full_gakkou-o-tsukurou_561JapanFront.jpg,Gakkou o Tsukurou!!,PSN,Simulation,Marvelous Interactive,Refine Textile,,,,,,,2008-03-12, +/games/boxart/full_9510566JapanFrontccc.jpg,Gakkou o Tsukurou!! 2,PS,Simulation,Victor Interactive,Groove Box Japan,,,,,,,1998-12-10, +/games/boxart/full_gakkou-o-tsukurou-2_334JapanFront.jpg,Gakkou o Tsukurou!! 2,PSN,Simulation,Victor Interactive,Groove Box Japan,,,,,,,2009-02-25, +/games/boxart/full_6957877JapanFrontccc.jpg,Gakkou o Tsukurou!! Advance,GBA,Simulation,Victor Interactive,Groove Box Japan,,,,,,,2001-12-07, +/games/boxart/full_gakkou-o-tsukurou-happy-days_934JapanFront.jpg,Gakkou o Tsukurou!! Happy Days,PS2,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-03-24, +/games/boxart/full_1417688JapanFrontccc.jpg,Gakkou o Tsukurou!! Kouchou Sensei Monogatari,PS,Simulation,Victor Interactive,Groove Box Japan,,,,,,,2000-10-26, +/games/boxart/full_gakkou-o-tsukurou-kouchou-sensei-monogatari_707JapanFront.jpg,Gakkou o Tsukurou!! Kouchou Sensei Monogatari,PSN,Simulation,Marvelous Interactive,Groove Box Japan,,,,,,,2009-04-22, +/games/boxart/full_4634437JapanFrontccc.jpg,Gakuen Toshi Vara Noir,PS2,Simulation,Idea Factory,Idea Factory,,,,,,,2002-10-31, +/games/boxart/full_663493JapanFrontccc.jpg,Gakuen Toshi Vara Noir Roses,GC,Simulation,Idea Factory,Idea Factory,,,,,,,2004-01-23, +/games/boxart/full_galactic-command-echo-squad_547AmericaFront.jpg,Galactic Command - Echo Squad,PC,Simulation,GamersGate,"3000AD, Inc.",,,,,,,2008-03-07, +/games/boxart/full_7672128JapanFrontccc.jpg,Game Conveni 21,GB,Simulation,Starfish,Starfish,,,,,,,2000-05-19, +/games/boxart/full_5351639JapanFrontccc.jpg,Game de Hakken!! Tamagotchi Osucchi to Mesucchi,GB,Simulation,Bandai,Tom Create,,,,,,,1998-01-15, +/games/boxart/full_3358759AmericaFrontccc.jpg,GamersGoMakers,PC,Simulation,Unknown,Unknown,,,,,,,2014-08-08, +/games/boxart/full_garbage-truck-simulator_743PALFront.gif,Garbage Truck Simulator,PC,Simulation,Unknown,Astragon,,,,,,,, +/games/boxart/full_garbage-truck-simulator-2011_10PALFront.jpg,Garbage Truck Simulator 2011,PC,Simulation,Excalibur Publishing,Astragon,,,,,,,2011-05-20, +/games/boxart/full_178649AmericaFrontccc.jpg,Garry Kitchen's Super Battletank: War in the Gulf,SNES,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1992-06-01, +/games/boxart/2873116ccc.gif,Garry Kitchen's Super Battletank: War in the Gulf,GEN,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1992-01-01, +/games/boxart/7598058ccc.jpg,Gazillionaire,PC,Simulation,Spectrum Holobyte,LavaMind,,,,,,,1994-01-01, +/games/boxart/full_2077355JapanFrontccc.jpg,Gendai Daisenryaku DS: Isshoku Sokuhatsu - Gunji Balance Houkai,DS,Simulation,System Soft,System Soft,,,,,,,2010-02-25, +/games/boxart/full_939630PALFrontccc.jpg,Geo-Political Simulator,PC,Simulation,Unknown,In-house,,,,,,,2009-02-06, +/games/boxart/full_2689789PALFrontccc.jpg,Germany's Next Topmodel,PS2,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, +/games/boxart/full_3963921PALFrontccc.jpg,Germany's Next Topmodel,Wii,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, +/games/boxart/full_5243750PALFrontccc.jpg,Germany's Next Topmodel,DS,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, +/games/boxart/full_7385704PALFrontccc.jpg,Germany's Next Topmodel,PC,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, +/games/boxart/full_6894012PALFrontccc.jpg,Germany's Next Topmodel 2010,Wii,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, +/games/boxart/full_4411724PALFrontccc.jpg,Germany's Next Topmodel 2010,PC,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, +/games/boxart/default.jpg,Germany's Next Topmodel 2010,PSN,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, +/games/boxart/full_4772150PALFrontccc.jpg,Germany's Next Topmodel 2010,DS,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, +/games/boxart/full_germanys-next-topmodel-2011_534PALFront.jpg,Germany's Next Topmodel 2011,PS3,Simulation,7G//AMES,SevenOne Intermedia GmbH,,,,,,,2011-03-18, +/games/boxart/full_germanys-next-topmodel-2011_662PALFront.jpg,Germany's Next Topmodel 2011,PC,Simulation,7G//AMES,SevenOne Intermedia GmbH,,,,,,,2011-03-18, +/games/boxart/full_9291719JapanFrontccc.jpg,GitaDora! Guitar Freaks 4thMix & DrumMania 3rdMix,PS2,Simulation,Konami,Konami,,,,,,,2001-09-20, +/games/boxart/full_2156541AmericaFrontccc.jpg,GLITNIR,XBL,Simulation,Microsoft,Hironori,,,,,,,2009-08-07, +/games/boxart/full_go-fetch_416AmericaFront.jpg,Go Fetch!,DSiW,Simulation,Agetec,Aiya Studio,,,,,,,2010-11-15, +/games/boxart/full_go-fetch-2_180AmericaFront.jpg,Go Fetch! 2,DSiW,Simulation,Unknown,Aiya Studio,6,,,,,,2011-08-04, +/games/boxart/full_go-go-copter_422PALFront.jpg,Go Go Copter,PS2,Simulation,Empire Interactive,Aqua Systems,,,,,,,2004-01-01, +/games/boxart/full_3962340AmericaFrontccc.jpg,goalunited,PC,Simulation,Travian Games GmbH,northworks,,,,,,,2006-02-15,2018-07-19 +/games/boxart/full_1759010JapanFrontccc.jpg,Godzilla: Rettou Kaimetsu,SAT,Simulation,Sega,Sega,,,,,,,1995-12-22, +/games/boxart/full_4963852AmericaFrontccc.jpg,Goodgame Big Farm,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2012-10-29, +/games/boxart/full_4321395AmericaFrontccc.jpg,Goodgame Café,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2011-04-21, +/games/boxart/full_6905981AmericaFrontccc.jpg,Goodgame Disco,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2011-04-21, +/games/boxart/full_5319074AmericaFrontccc.jpg,Goodgame Gangster,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2010-07-12, +/games/boxart/default.jpg,Great Naval Battles II: Guadalcanal,PC,Simulation,Unknown,IO Design Group Inc.,,,,,,,, +/games/boxart/default.jpg,Great Naval Battles III: Fury in the Pacific,PC,Simulation,Unknown,Mindscape Inc.,,,,,,,, +/games/boxart/full_9808842AmericaFrontccc.jpg,"Great Naval Battles IV: Burning Steel, 1939-1942",PC,Simulation,Mindscape,Divide By Zero,,,,,,,1995-11-20, +/games/boxart/default.jpg,Great Naval Battles: North Atlantic,PC,Simulation,Unknown,IO Design Group Inc.,,,,,,,, +/games/boxart/default.jpg,Ground Environment X Africa-Middle East,PC,Simulation,Unknown,FLIGHT1,,,,,,,2011-11-25, +/games/boxart/full_8296922PALFrontccc.jpg,Guerrilla Strike,PS2,Simulation,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, +/games/boxart/full_2168311JapanFrontccc.jpg,Guitar Freaks & DrumMania: Masterpiece Silver,PS2,Simulation,Konami,Konami,,,,,,,2006-08-31, +/games/boxart/4269786ccc.jpg,Gundam Side Story 0079: Rise from the Ashes,DC,Simulation,Bandai,Bandai,7.4,,,,,,2000-04-28, +/games/boxart/full_gunship_551PALFront.png,Gunship,PSN,Simulation,Atari,MicroProse,,,,,,,2010-11-17, +/games/boxart/full_gunship_73AmericaFront.jpg,Gunship,PC,Simulation,Microprose,MicroProse,,,,,,,1986-01-01, +/games/boxart/full_376522PALFrontccc.jpg,Gunship,GEN,Simulation,U.S. Gold,Probe Entertainment Limited,,,,,,,1993-01-01, +/games/boxart/6866178ccc.jpg,Gunship 2000,PC,Simulation,Microprose,MicroProse,,,,,,,1991-01-01, +/games/boxart/default.jpg,Gunship III,PC,Simulation,Microprose,MicroProse,,,,,,,2000-03-01, +/games/boxart/full_8763801AmericaFrontccc.jpg,Gunship!,PC,Simulation,Hasbro Interactive,Atari,,,,,,,2000-03-31, +/games/boxart/full_hacker-evolution_6PALFront.jpg,Hacker Evolution,PC,Simulation,exoSyphen Studios,exoSyphen Studios,,,,,,,2010-09-14, +/games/boxart/full_hacker-evolution-untold_2AmericaFront.jpg,Hacker Evolution: Untold,PC,Simulation,Unknown,exoSyphen Studios,,,,,,,2008-12-15, +/games/boxart/full_hamster-club_361JapanFront.jpg,Hamster Club,GB,Simulation,Jorudan,Jorudan,,,,,,,1999-10-29, +/games/boxart/full_hamster-club-2_261JapanFront.jpg,Hamster Club 2,GB,Simulation,Jorudan,Jorudan,,,,,,,2000-12-15, +/games/boxart/full_hamster-club-i_198JapanFront.jpg,Hamster Club i,PS,Simulation,Jorudan,Jorudan,,,,,,,2002-02-28, +/games/boxart/full_hamster-club-oshiema-chu_904JapanFront.jpg,Hamster Club Oshiema Chu,GB,Simulation,Jorudan,Jorudan,,,,,,,2001-09-21, +/games/boxart/full_3940262JapanFrontccc.jpg,Hamster Monogatari 64,N64,Simulation,Culture Brain,Culture Brain,,,,,,,2001-04-06, +/games/boxart/full_7604399JapanFrontccc.jpg,Hamster Monogatari GB + Magi Ham Mahou no Shoujo,GB,Simulation,Culture Brain,Culture Brain,,,,,,,2002-08-09, +/games/boxart/full_7753959JapanFrontccc.jpg,Hamster to Kurasou,DS,Simulation,Interchannel,Interchannel,,,,,,,2006-12-21, +/games/boxart/full_9254806PALFrontccc.jpg,Happy Bakery,DS,Simulation,Rising Star,Gamebridge,,,,,,,2009-05-15, +/games/boxart/full_happy-birthday-mart_7AmericaFront.jpg,Happy Birthday Mart,DSiW,Simulation,Pixel Federation,Pixel Federation,,,,,,,2010-07-19, +/games/boxart/full_377965AmericaFrontccc.jpg,Happy Hotel,And,Simulation,Stockpile Studio,Stockpile Studio,,,,,,,2013-05-07, +/games/boxart/243320ccc.png,Harvest Moon,VC,Simulation,Natsume,Victor Interactive Software,,,,,,,2008-02-11, +/games/boxart/7791126ccc.jpg,Harvest Moon,SNES,Simulation,Natsume,Victor Interactive Software,,,,,,,1997-06-01, +/games/boxart/full_1999511AmericaFrontccc.png,Harvest Moon 3 GBC,GB,Simulation,Natsume,Victor Interactive Software,,,,,,,2001-11-14, +/games/boxart/full_5901957AmericaFrontccc.jpg,Harvest Moon GBC,GB,Simulation,Natsume,Victor Interactive Software,,,,,,,1998-12-31, +/games/boxart/full_harvest-moon-back-to-nature_392AmericaFront.jpg,Harvest Moon: Back to Nature,PSN,Simulation,Sony Computer Entertainment,Victor Interactive Software,,,,,,,2011-02-08, +/games/boxart/full_harvest-moon-hero-of-leaf-valley_9AmericaFront.jpg,Harvest Moon: Hero of Leaf Valley,PSN,Simulation,Natsume,Marvelous Interactive,7.5,,,,,,2010-05-12, +/games/boxart/full_9568690AmericaFrontccc.jpg,Harvest Moon: My Little Shop,WW,Simulation,Natsume,Marvelous Interactive,,,,,,,2009-11-23, +/games/boxart/full_5586829AmericaFrontccc.jpg,Harvest Moon: Seeds of Memories,PC,Simulation,Natsume,Natsume,,,,,,,2016-01-01, +/games/boxart/full_1829067AmericaFrontccc.jpg,Harvest Moon: Seeds of Memories,WiiU,Simulation,Natsume,Natsume,,,,,,,2016-01-01, +/games/boxart/full_4700075AmericaFrontccc.jpg,Harvest Moon: Seeds of Memories,And,Simulation,Natsume,Natsume,,,,,,,2016-01-01, +/games/boxart/full_hatsukoi-valentine_151JapanFront.jpg,Hatsukoi Valentine,PSN,Simulation,Family Soft,Family Soft,,,,,,,2011-01-26, +/games/boxart/full_hatsukoi-valentine_389JapanFront.jpg,Hatsukoi Valentine,PS,Simulation,Family Soft,Family Soft,,,,,,,1997-07-31, +/games/boxart/full_hatsukoi-valentine-special_589JapanFront.jpg,Hatsukoi Valentine Special,PS,Simulation,Family Soft,Family Soft,,,,,,,1998-11-05, +/games/boxart/full_hatsukoi-valentine-special_330JapanFront.jpg,Hatsukoi Valentine Special,PSN,Simulation,Family Soft,Family Soft,,,,,,,2011-02-23, +/games/boxart/902820ccc.gif,Hattrick!,PC,Simulation,Unknown,Ikarion Software,,,,,,,1995-01-01, +/games/boxart/full_4588304JapanFrontccc.jpg,Hayate no Gotoku! Boku ga Romeo de Romeo ga Boku de,DS,Simulation,Konami,Konami,,,,,,,2007-08-23, +/games/boxart/9221753ccc.jpg,Heatseeker,PS2,Simulation,Codemasters,IR Gurus,,,,,,,2007-05-01, +/games/boxart/5478285ccc.jpg,Heavy Gear,PC,Simulation,Activision,Activision,,,,,,,1997-10-31, +/games/boxart/9159716ccc.jpg,Heavy Gear II,PC,Simulation,Activision,Activision,,,,,,,1999-05-31, +/games/boxart/default.jpg,Helicopter Assault,PC,Simulation,GMX Media,GMX Media,,,,,,,2005-08-26, +/games/boxart/default.jpg,Hell's Kitchen: The Game,PS3,Simulation,Unknown,Ludia Inc.,,,,,,,, +/games/boxart/default.jpg,Hell's Kitchen: The Game,PS2,Simulation,Unknown,Ludia Inc.,,,,,,,, +/games/boxart/default.jpg,Hell's Kitchen: The Game,X360,Simulation,Unknown,Ludia Inc.,,,,,,,, +/games/boxart/full_9025319AmericaFrontccc.jpg,Hell's Kitchen: The Game,PC,Simulation,Ubisoft,Ludia Inc.,,,,,,,2008-09-22, +/games/boxart/default.jpg,Hell's Kitchen: The Game,PSP,Simulation,Unknown,Ludia Inc.,,,,,,,, +/games/boxart/full_hello-flowerz_2PALFront.png,Hello Flowerz!,PSN,Simulation,Virtual Toys,Virtual Toys,,,,,,,2010-06-29, +/games/boxart/full_hello-flowerz_3AmericaFront.jpg,Hello Flowerz!,DSiW,Simulation,Enjoy Gaming,Virtual Toys,,,,,,,2010-07-05, +/games/boxart/full_hollywood-mogul_707AmericaFront.jpg,Hollywood Mogul,PC,Simulation,Unknown,Hollywood Mogul Company,,,,,,,1997-01-01, +/games/boxart/2016554ccc.jpg,Home Sweet Home,PC,Simulation,eGames,Big Blue Bubble Inc.,,,,,,,2008-09-08, +/games/boxart/full_9598377AmericaFrontccc.jpg,Home Sweet Home,WW,Simulation,Nintendo,Big Blue Bubble Inc.,,,,,,,2008-11-03, +/games/boxart/full_honmei-boy_87JapanFront.jpg,Honmei Boy,GB,Simulation,Nichibutsu,Nichibutsu,,,,,,,1994-10-07, +/games/boxart/full_5909975AmericaFrontccc.jpg,Horsez,PC,Simulation,Ubisoft,MTO,,,,,,,2006-11-16, +/games/boxart/6939924ccc.jpg,Horsez,PS2,Simulation,Ubisoft,MTO,2.1,,,,,,2006-11-14, +/games/boxart/full_2987658JapanFrontccc.jpg,Hoshi de Hakken!! Tamagotchi,PS,Simulation,Bandai,Bandai,,,,,,,1998-02-19, +/games/boxart/full_hospital-havoc_8AmericaFront.jpg,Hospital Havoc,DSiW,Simulation,Hands On Mobile,Hands-on Mobile,,,,,,,2010-07-19, +/games/boxart/full_house-md-episode-2-blue-meanie_593AmericaFront.jpg,House M.D. -- Episode 2: Blue Meanie,DSiW,Simulation,Legacy Interactive,Glyphic Entertainment,4,,,,,,2011-09-01, +/games/boxart/6774807ccc.jpg,Hover Strike,AJ,Simulation,Atari,Atari Games (Midway),,,,,,,1995-01-01, +/games/boxart/5143823ccc.jpg,Hover Strike: Unconquered Lands,AJ,Simulation,Atari,Atari Games (Midway),,,,,,,1995-10-01, +/games/boxart/full_hurricane_357PALFront.jpg,Hurricane,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2007-10-26, +/games/boxart/full_hyper-securities-2_734JapanFront.jpg,Hyper Securities 2,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1998-06-25, +/games/boxart/full_hyper-securities-s_312JapanFront.jpg,Hyper Securities S,SAT,Simulation,Pack-In-Video,Pack-In-Video,,,,,,,1997-02-07, +/games/boxart/full_1980308AmericaFrontccc.jpg,I Am Bread,OSX,Simulation,Bossa Studios,Bossa Studios,,,,,,,2015-04-09,2018-08-11 +/games/boxart/full_7906238AmericaFrontccc.jpg,I Am Bread,PS4,Simulation,Bossa Studios,Bossa Studios,,,,,,,2015-08-25,2018-08-11 +/games/boxart/full_6100690AmericaFrontccc.png,IL-2 Sturmovik: Birds of Prey,PSN,Simulation,505 Games,SME Dynamic Systems Limited,,,,,,,2009-09-30, +/games/boxart/full_3634628AmericaFrontccc.jpg,IL-2 Sturmovik: Forgotten Battles Ace Expansion Pack,PC,Simulation,Ubisoft,1C: Maddox Games,,,,,,,2004-03-02, +/games/boxart/full_4373067AmericaFrontccc.jpg,IL-2 Sturmovik: Forgotten Battles Gold Pack,PC,Simulation,Ubisoft,1C: Maddox Games,,,,,,,2004-03-02, +/games/boxart/full_7961254AmericaFrontccc.jpg,IL-2 Sturmovik: Operation Barbarossa,PC,Simulation,Matrix Games,Just Flight,,,,,,,2003-07-31, +/games/boxart/full_8777092PALFrontccc.jpg,IL-2 Sturmovik: Operation: Fall Blau,PC,Simulation,Koch Media,X1 Software,,,,,,,2004-10-01, +/games/boxart/full_1476723PALFrontccc.jpg,IL-2 Sturmovik: Pe-2,PC,Simulation,Ubisoft,1C: Maddox Games,,,,,,,2006-04-28, +/games/boxart/default.jpg,IL-2 Sturrmovik: WWII Combat Simulator,PC,Simulation,Unknown,Encore Software,,,,,,,, +/games/boxart/full_6576458AmericaFrontccc.jpg,Ilya Muromets,PC,Simulation,Unknown,1C Maddox Games,,,,,,,2015-01-01, +/games/boxart/default.jpg,Imagine: Animal Doctor,PC,Simulation,Unknown,Virtual Toys,,,,,,,, +/games/boxart/6488236ccc.jpg,Imagine: Fashion Designer,PC,Simulation,Ubisoft,Virtual Toys,,,,,,,2007-11-19, +/games/boxart/default.jpg,Imagine: Pet Hospital,PC,Simulation,Unknown,Virtual Toys,,,,,,,, +/games/boxart/full_7811141PALFrontccc.jpg,Imagine: Pet Vet in Australia,PC,Simulation,Unknown,Virtual Toys,,,,,,,, +/games/boxart/full_independence-war_421AmericaFront.jpg,Independence War,PC,Simulation,Ocean,Particle Systems Ltd.,,,,,,,1996-07-25, +/games/boxart/full_independence-war-2-edge-of-chaos_414AmericaFront.jpg,Independence War 2: Edge of Chaos,PC,Simulation,Infogrames,Particle Systems Ltd.,,,,,,,2001-08-22, +/games/boxart/full_independence-war-deluxe-edition_150AmericaFront.jpg,Independence War: Deluxe Edition,PC,Simulation,Infogrames,Particle Systems Ltd.,,,,,,,1999-08-31, +/games/boxart/full_7763900AmericaFrontccc.jpg,Industry Empire,PC,Simulation,Rondomedia,Rondomedia,,,,,,,2014-07-30, +/games/boxart/full_infiltrator_988AmericaFront.jpg,Infiltrator,NES,Simulation,Mindscape,Chris Gray Enterprises,,,,,,,1990-01-01, +/games/boxart/full_infiltrator_129AmericaFront.jpg,Infiltrator,PC,Simulation,Mindscape,Chris Gray Enterprises,,,,,,,1986-01-01, +/games/boxart/full_7996673AmericaFrontccc.jpg,Innocent Life: A Futuristic Harvest Moon Special Edition,PS2,Simulation,Natsume,ArtePiazza,,,,,,,2008-02-12, +/games/boxart/full_insaniquarium-deluxe_797AmericaFront.jpg,Insaniquarium Deluxe,PC,Simulation,PopCap Games,Flying Bear,,,,,,,2006-08-30, +/games/boxart/full_inside-trader-the-authentic-stock-trading-game_473AmericaFront.jpg,Inside Trader: The Authentic Stock Trading Game,PC,Simulation,Unknown,"SoftServ, Inc.",,,,,,,1987-01-01, +/games/boxart/full_5798643AmericaFrontccc.jpg,Interstellar Flames 2,GIZ,Simulation,Unknown,Xen Games,,,,,,,, +/games/boxart/default.jpg,Into the Stars,PC,Simulation,Fugitive Games,Fugitive Games,,,,,,,2020-12-31, +/games/boxart/default.jpg,Into the Stars,OSX,Simulation,Fugitive Games,Fugitive Games,,,,,,,2020-12-31, +/games/boxart/full_6540441JapanFrontccc.jpg,Inu Kaisha DS,DS,Simulation,CyberFront,CyberFront,,,,,,,2009-03-26, +/games/boxart/9424224ccc.jpg,Iron Soldier,AJ,Simulation,Atari,Eclipse Software,,,,,,,1994-01-01, +/games/boxart/7934824ccc.jpg,Iron Soldier 2,AJ,Simulation,Telegames,Eclipse Software,,,,,,,1997-12-01, +/games/boxart/full_itsudemo-nyan-to-wonderful_999JapanFront.jpg,Itsudemo! Nyan to Wonderful,GB,Simulation,Banpresto,Banpresto,,,,,,,1998-06-26, +/games/boxart/full_6799789AmericaFrontccc.jpg,Jane's ATF: Advanced Tactical Fighters,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1996-03-01, +/games/boxart/full_3749941AmericaFrontccc.jpg,Jane's Attack Squadron,PC,Simulation,Xicat Interactive,Mad Doc Software,,,,,,,2002-03-22, +/games/boxart/full_4974152AmericaFrontccc.jpg,Jane's F-15,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1998-03-01, +/games/boxart/full_8912917AmericaFrontccc.jpg,Jane's Fighters Anthology,PC,Simulation,Electronic Arts,Jane's Fighters Anthology,,,,,,,1997-12-31, +/games/boxart/full_6640115AmericaFrontccc.jpg,Jane's Fleet Command,PC,Simulation,Electronic Arts,Sonalysts,,,,,,,1999-12-31, +/games/boxart/full_janes-hotel_962PALFront.png,Jane's Hotel,PSN,Simulation,Beatshapers,Beatshapers,,,,,,,2010-12-21, +/games/boxart/7966075ccc.jpg,Jane's Hotel,PC,Simulation,eGames,Realore Studios,,,,,,,2008-03-18, +/games/boxart/full_1502023PALFrontccc.jpg,Jane's Hotel: Family Hero,PC,Simulation,Realore Studios,Realore Studios,,,,,,,2008-04-01, +/games/boxart/full_67321AmericaFrontccc.jpg,Jane's IAF: Israeli Air Force,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1998-08-02, +/games/boxart/full_7026569AmericaFrontccc.jpg,Jane's USAF: United States Air Force,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1999-09-30, +/games/boxart/full_4939592AmericaFrontccc.jpg,Jane's USNF'97: U.S. Navy Fighters,PC,Simulation,Electronic Arts,Janes' Combat Simulators,,,,,,,1997-06-01, +/games/boxart/full_5663555AmericaFrontccc.jpg,Jane's: ATF NATO Fighters,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1996-09-30, +/games/boxart/full_3733900JapanFrontccc.jpg,Jet Coaster Dream 2,DC,Simulation,Bimboosoft,Bimboosoft,9.4,,,,,,2000-11-02, +/games/boxart/full_4572240JapanFrontccc.jpg,Jet de Go! 2: Let's Go By Airliner,PS2,Simulation,Taito,Taito Corporation,,,,,,,2002-03-28, +/games/boxart/full_3424159JapanFrontccc.jpg,Jet de Go! Pocket: Let's Go By Airliner,PSP,Simulation,Taito,Taito Corporation,,,,,,,2005-12-15, +/games/boxart/full_1850361JapanFrontccc.jpg,Jet de Go!: Let's Go By Airliner,PS,Simulation,Taito,Taito Corporation,,,,,,,2000-02-01, +/games/boxart/full_7232028JapanFrontccc.jpg,Jet de Go!: Let's Go By Airliner,GB,Simulation,Altron,Altron,,,,,,,2000-10-27, +/games/boxart/full_3150635JapanFrontccc.jpg,Jewel Pet: Mahou no DS Kirapi Kariin,DS,Simulation,MTO,MTO,,,,,,,2009-12-17, +/games/boxart/full_jewel-pet-minna-kawaiku-sodate-chao_8JapanFront.jpg,Jewel Pet: Mahou no Oheyya de Issho ni Asobou!,DS,Simulation,MTO,MTO,,,,,,,2010-08-05, +/games/boxart/7831610ccc.jpg,JoJo's Fashion Show,PC,Simulation,iWin,iWin,,,,,,,2008-04-27, +/games/boxart/full_5718734AmericaFrontccc.jpg,Jones in the Fast Lane,PC,Simulation,Sierra Online,Sierra,,,,,,,1990-01-01, +/games/boxart/full_2512269PALFrontccc.jpg,Jungle Strike,PC,Simulation,Electronic Arts,Speedlink Communications,,,,,,,1995-01-01, +/games/boxart/full_4745212AmericaFrontccc.jpg,Jungle Strike,GEN,Simulation,Electronic Arts,High Score Productions,,,,,,,1993-12-16, +/games/boxart/full_3247027AmericaFrontccc.jpg,Jungle Strike,SNES,Simulation,Electronic Arts,Gremlin Interactive,,,,,,,1995-06-01, +/games/boxart/full_jungle-strike_518AmericaFront.jpg,Jungle Strike,GG,Simulation,Black Pearl,Unexpected Development,,,,,,,1993-01-01, +/games/boxart/full_jungle-strike_557AmericaFront.jpg,Jungle Strike,GB,Simulation,Malibu Games,Ocean,,,,,,,1995-06-01, +/games/boxart/default.jpg,Junior Work Zone,Wii,Simulation,Unknown,Maximum,,,,,,,2011-10-15, +/games/boxart/default.jpg,Just Flight,PC,Simulation,Unknown,ACES Studio,,,,,,,, +/games/boxart/full_6334551AmericaFrontccc.png,Kahoots,PSN,Simulation,Honeyslug,Honeyslug,8,,,,,,2009-11-23, +/games/boxart/full_5285794AmericaFrontccc.png,Kairobotica,And,Simulation,"Kairosoft Co.,Ltd","Kairosoft Co.,Ltd",,,,,,,2014-07-29, +/games/boxart/full_bistro-recipe_1JapanFront.jpg,Kakutou Ryouri Densetsu Bistro Recipe: Wonder Battle Hen,WS,Simulation,Banpresto,Banpresto,,,,,,,1999-09-30, +/games/boxart/full_kandume-monsters_280JapanFront.jpg,Kandume Monsters,GB,Simulation,I'Max,I'Max,,,,,,,1998-03-27, +/games/boxart/full_kandume-monsters-parfait_120JapanFront.jpg,Kandume Monsters Parfait,GB,Simulation,Starfish,Starfish,,,,,,,1999-06-04, +/games/boxart/full_4646149JapanFrontccc.jpg,Kawaii Koinu DS,DS,Simulation,MTO,MTO,,,,,,,2006-10-05, +/games/boxart/full_kawaii-koneko-ds-3_422JapanFront.jpg,Kawaii Koneko DS 3,DS,Simulation,MTO,MTO,,,,,,,2010-11-25, +/games/boxart/full_356892JapanFrontccc.jpg,Kawaii Pet Shop Monogatari 3,GBA,Simulation,Pacific Century Cyber Works,Pacific Century Cyber Works,,,,,,,2002-06-28, +/games/boxart/default.jpg,Kinetic Void,OSX,Simulation,Badland Studio,Badland Studio,,,,,,,2014-11-21, +/games/boxart/default.jpg,Kinetic Void,Linux,Simulation,Badland Studio,Badland Studio,,,,,,,2014-11-21, +/games/boxart/full_kisekae-hamster_184JapanFront.jpg,Kisekae Hamster,GB,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2001-12-21, +/games/boxart/full_4507849AmericaFrontccc.jpg,Kitchen Scramble,PC,Simulation,"Playdom, Inc.","Playdom, Inc.",,,,,,,2013-06-27, +/games/boxart/3627711ccc.jpg,Kitty Luv,Wii,Simulation,Unknown,Unknown,,,,,,,2020-12-31, +/games/boxart/full_8352335AmericaFrontccc.png,Kitty Powers' Matchmaker,And,Simulation,Unknown,Unknown,,,,,,,2014-09-05, +/games/boxart/full_koh-2-shogun_630JapanFront.jpg,Koh 2: Shogun,PS,Simulation,ASK,ASK Corporation,,,,,,,2000-10-26, +/games/boxart/full_koh-2-shogun_221JapanFront.jpg,Koh 2: Shogun,PSN,Simulation,ASK,ASK Corporation,,,,,,,2010-12-08, +/games/boxart/full_2571687JapanFrontccc.jpg,Koino no Kokoro Ikusei Game,GBA,Simulation,TDK Mediactive,TDK Mediactive,,,,,,,2003-11-14, +/games/boxart/full_7326657JapanFrontccc.jpg,Kokoro ga Uruou Birei Aquarium DS 2: Sekai no Uo to Ikura-Kujira Tachi,DS,Simulation,Ertain,LightBee,,,,,,,2008-12-25, +/games/boxart/full_1873682JapanFrontccc.jpg,Kokoro ga Uruou Birei Aquarium DS: Kujira - Iruka - Penguin,DS,Simulation,Ertain,Ertain,,,,,,,2007-03-29, +/games/boxart/full_9765306JapanFrontccc.jpg,Kokoro ga Uruou Birei Aquarium DS: Tetra - Guppy - Angelfish,DS,Simulation,Ertain,Ertain,,,,,,,2007-03-29, +/games/boxart/default.jpg,Kokoro no Health Metre: Kokoron,DSiW,Simulation,T&S,T&S,,,,,,,2010-09-08, +/games/boxart/default.jpg,Koneko no Ie: Kirishima Ie to San-Hiki no Koneko,DSiW,Simulation,WorkJam,WorkJam,,,,,,,2010-03-03, +/games/boxart/full_3404751AmericaFrontccc.jpg,Krazy Ivan,PC,Simulation,Psygnosis,Tantatus,,,,,,,1997-01-01, +/games/boxart/full_5312736AmericaFrontccc.jpg,Krazy Ivan,SAT,Simulation,Psygnosis,Psygnosis,,,,,,,1996-01-01, +/games/boxart/full_kumitate-battle-kuttu-ketto_350JapanFront.jpg,Kumitate Battle: Kuttu Ketto,SAT,Simulation,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1998-04-02, +/games/boxart/full_kumitate-battle-kuttu-ketto_936JapanFront.jpg,Kumitate Battle: Kuttu Ketto,PS,Simulation,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1998-03-12, +/games/boxart/full_8440483AmericaFrontccc.jpg,Lander,PC,Simulation,Sony Computer Entertainment,Psygnosis,,,,,,,1999-10-31, +/games/boxart/full_laser-surgeon-the-microscopic-mission_338AmericaFront.jpg,Laser Surgeon: The Microscopic Mission,PC,Simulation,Activision,"Synergistic Software, Inc.",,,,,,,1987-01-01, +/games/boxart/full_lead-the-meerkats_9AmericaFront.jpg,Lead the Meerkats,WW,Simulation,Lapland Studio,Lapland Studio,,,,,,,2010-06-07, +/games/boxart/full_lets-create-pottery_821AmericaFront.jpg,Let's Create! Pottery,DSiW,Simulation,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2011-08-25, +/games/boxart/full_6883704AmericaFrontccc.jpg,LHX Attack Chopper,GEN,Simulation,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/2972106ccc.jpg,LHX: Attack Chopper,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1990-01-01, +/games/boxart/full_light-of-altair_16PALFront.jpg,Light of Altair,PC,Simulation,Unknown,SaintXi,7,,,,,,2009-06-04, +/games/boxart/full_127277AmericaFrontccc.jpg,Lil' Monster,GB,Simulation,Agetec,KID Corporation,,,,,,,2000-08-31, +/games/boxart/full_2466396AmericaFrontccc.jpg,Lionel Trains Presents: Trans-Con!,PC,Simulation,Sierra Entertainment,Knowledge Adventure Inc.,,,,,,,1999-10-01, +/games/boxart/full_9752798AmericaFrontccc.jpg,Littlest Pet Shop,DSiW,Simulation,Electronic Arts,EA Salt Lake,,,,,,,2009-12-14, +/games/boxart/default.jpg,Littlest Pet Shop: Online,PC,Simulation,Unknown,EA Salt Lake,,,,,,,, +/games/boxart/default.jpg,Littlewitch Romanesque: Editio Regia,PC,Simulation,"JAST Co., Ltd.",Littlewitch,,,,,,,2015-04-03, +/games/boxart/8295991ccc.jpg,Lock On,SNES,Simulation,Victory Lap Games,Vic Tokai,,,,,,,1993-10-01, +/games/boxart/full_london-and-south-east_292PALFront.jpg,London and South East,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,,,,,,2004-11-26, +/games/boxart/full_london-underground-simulator-world-of-subways-3_618PALFront.jpg,London Underground Simulator: World of Subways 3,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,,,,,,2011-09-16, +/games/boxart/3558657ccc.jpg,Longbow 2,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1997-11-30, +/games/boxart/full_22545JapanFrontccc.jpg,Love Cat Life,DS,Simulation,Interchannel,Brain Toys,,,,,,,2007-08-04, +/games/boxart/full_3900164JapanFrontccc.jpg,Love Love Hamster,DS,Simulation,Digital Kids,Digital Kids,,,,,,,2006-11-02, +/games/boxart/default.jpg,Lovely Lisa 3D,3DS,Simulation,Unknown,Takara Tomy,,,,,,,, +/games/boxart/full_luftwaffe-doitsu-kuugun-o-shiki-seyo_889JapanFront.jpg,Luftwaffe: Doitsu Kuugun o Shiki Seyo,PS,Simulation,Victor Interactive,Pegasus Japan,,,,,,,1999-02-25, +/games/boxart/full_9926107PALFrontccc.jpg,Lula Virtual Babe,PC,Simulation,Take-Two Interactive,cdv Software,,,,,,,1998-01-01, +/games/boxart/full_4146095JapanFrontccc.jpg,Machi no Pet-Ya-San DS: Wannyan 200-Hiki Daishuugou,DS,Simulation,E-Frontier,E-Frontier,,,,,,,2007-08-09, +/games/boxart/full_mad-tv_228PALFront.jpg,Mad TV,PC,Simulation,Rainbow Arts,Rainbow Arts Software GmbH,,,,,,,1991-01-01, +/games/boxart/full_mad-tv-2_51PALFront.jpg,Mad TV 2,PC,Simulation,FunSoft,Greenwood Entertainment Software GmbH,,,,,,,1996-01-01, +/games/boxart/full_mafia-wars-facebook_504AmericaFront.jpg,Mafia Wars (Facebook),PC,Simulation,Zynga,Zynga,,,,,,,2009-01-01, +/games/boxart/default.jpg,Mahjong Gensoukyoku 3,PC,Simulation,Active,Active,,,,,,,1996-05-31, +/games/boxart/full_9909438JapanFrontccc.jpg,MahoCole: Mahou * Idol Collection,3DS,Simulation,5pb,Alchemist,,,,,,,2014-11-15,2018-08-06 +/games/boxart/full_7030837AmericaFrontccc.jpg,Majesty 2: The Fantasy Kingdom Sim,Linux,Simulation,Paradox Interactive,Paradox Interactive,,,,,,,2009-09-18,2019-01-01 +/games/boxart/full_make-up-amp-style_14AmericaFront.jpg,Make Up & Style,DSiW,Simulation,Unknown,Cypronia,4,,,,,,2011-07-07, +/games/boxart/full_mame-goma-3-kawaii-ga-ippai_4JapanFront.jpg,Mame Goma 3: Kawaii ga Ippai,DS,Simulation,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-08-05, +/games/boxart/full_9010433AmericaFrontccc.png,Me & My Pets 3D,3DS,Simulation,Silver Fox Media,Independent Arts,,,,,,,2014-07-10, +/games/boxart/full_7672760AmericaFrontccc.jpg,Me and My Dogs: Friends Forever,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2010-01-18, +/games/boxart/full_7948393AmericaFrontccc.jpg,MechWarrior,SNES,Simulation,Activision,Beam Software,,,,,,,1993-05-01, +/games/boxart/5607499ccc.jpg,MechWarrior 2: 31st Century Combat,SAT,Simulation,Activision,Quantum Factory,,,,,,,1997-03-31, +/games/boxart/4138257ccc.jpg,MechWarrior 2: Ghost Bear's Legacy,PC,Simulation,Activision,Activision,,,,,,,1995-11-30, +/games/boxart/4787544ccc.jpg,MechWarrior 2: Mercenaries,PC,Simulation,Activision,Pandemic Studios,,,,,,,1996-09-30, +/games/boxart/full_1389127AmericaFrontccc.jpg,MechWarrior 2: Titanium Trilogy,PC,Simulation,Activision,Activision,,,,,,,1998-04-01, +/games/boxart/9037493ccc.jpg,MechWarrior 3,PC,Simulation,Atari,Zipper Interactive,,,,,,,1999-05-31, +/games/boxart/full_8650515AmericaFrontccc.jpg,MechWarrior 3 Gold Edition,PC,Simulation,Infogrames,Zipper Interactive,,,,,,,2002-03-26, +/games/boxart/3463004ccc.jpg,MechWarrior 3050,SNES,Simulation,Activision,EA Tiburon,,,,,,,1995-01-01, +/games/boxart/full_984807AmericaFrontccc.jpg,MechWarrior 3: Pirate's Moon Expansion Pak,PC,Simulation,Microprose,Zipper Interactive,,,,,,,1999-12-03, +/games/boxart/full_3485482AmericaFrontccc.jpg,MechWarrior 4 Compilation,PC,Simulation,Microsoft Game Studios,FASA Studio,,,,,,,2004-09-27, +/games/boxart/full_2890080AmericaFrontccc.jpg,MechWarrior 4: Black Knight Expansion,PC,Simulation,Microsoft,Cyberlore Studios,,,,,,,2001-10-31, +/games/boxart/full_6504611AmericaFrontccc.jpg,MechWarrior 4: Clan 'Mech Pak,PC,Simulation,Microsoft Game Studios,Cyberlore Studios,,,,,,,2007-02-26, +/games/boxart/full_2173126AmericaFrontccc.jpg,MechWarrior 4: Inner Sphere 'Mech Pak,PC,Simulation,Microsoft Game Studios,Cyberlore Studios,,,,,,,2002-06-15, +/games/boxart/full_mega-airport-frankfurt_129PALFront.jpg,Mega Airport: Frankfurt,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2006-01-01, +/games/boxart/default.jpg,Mega Airport: London Heathrow,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2007-10-12, +/games/boxart/full_mega-airport-san-francisco_398PALFront.jpg,Mega Airport: San Francisco,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2011-11-25, +/games/boxart/default.jpg,Melty Märchen,PC,Simulation,Panda House,Panda House,,,,,,,2003-09-26, +/games/boxart/full_6231211JapanFrontccc.jpg,Metal Wolf Chaos,XB,Simulation,From Software,From Software,,,,,,,2004-12-22, +/games/boxart/full_2159996AmericaFrontccc.jpg,Miami Nights: Life in the Spotlight,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2009-12-14, +/games/boxart/full_2659269AmericaFrontccc.gif,Microsoft Flight Simulator 2.0,PC,Simulation,Unknown,Sublogic,,,,,,,, +/games/boxart/full_microsoft-flight-simulator-2000-professional-edition_590AmericaFront.jpg,Microsoft Flight Simulator 2000 Professional Edition,PC,Simulation,Microsoft,ACES Game Studio,,,,,,,1999-11-01, +/games/boxart/full_4499673AmericaFrontccc.jpg,Microsoft Flight Simulator 3.0,PC,Simulation,Unknown,Sublogic,,,,,,,, +/games/boxart/full_8674818AmericaFrontccc.jpg,Microsoft Flight Simulator 4.0,PC,Simulation,Unknown,Bruce Artwick Organization,,,,,,,, +/games/boxart/full_8186646AmericaFrontccc.jpg,Microsoft Flight Simulator 5.0,PC,Simulation,Microsoft,Bruce Artwick Organization,,,,,,,1993-01-01, +/games/boxart/full_495893AmericaFrontccc.jpg,Microsoft Flight Simulator 5.1,PC,Simulation,Microsoft,Bruce Artwick Organization,,,,,,,1995-05-31, +/games/boxart/2303093ccc.jpg,Microsoft Flight Simulator 98,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,1997-09-30, +/games/boxart/7716926ccc.jpg,Microsoft Space Simulator,PC,Simulation,Microsoft,Microsoft,,,,,,,1994-01-01, +/games/boxart/full_8748643AmericaFrontccc.jpg,Microsoft Train Simulator Regional Add-On Pack: USA and Canada,PC,Simulation,Strategy First,Auran,,,,,,,2002-01-16, +/games/boxart/full_3752071AmericaFrontccc.jpg,MiG-29 Fulcrum,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1998-10-06, +/games/boxart/default.jpg,Minna de Asobou! Koinu de Kururin,WW,Simulation,MTO,MTO,,,,,,,2008-10-07, +/games/boxart/full_9582773JapanFrontccc.jpg,Minna no Suizokukan,DS,Simulation,Taito,Taito Corporation,,,,,,,2010-03-25, +/games/boxart/full_6692209AmericaFrontccc.jpg,Miramagia,PC,Simulation,Travian Games GmbH,Travian Games GmbH,,,,,,,2011-08-15, +/games/boxart/full_235881AmericaFrontccc.jpg,Miss Popularity,PC,Simulation,ValuSoft,dtp - young entertainment,,,,,,,2007-05-14, +/games/boxart/full_9391820AmericaFrontccc.jpg,Mission Runway,PC,Simulation,ValuSoft,Virtual Playground,,,,,,,2008-04-14, +/games/boxart/full_5094662JapanFrontccc.jpg,Mitsumete Knight,PS,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-03-19, +/games/boxart/full_8442057AmericaFrontccc.jpg,Mobile Armor,PS,Simulation,Agetec,Highwaystar,,,,,,,2002-01-01, +/games/boxart/full_9196977JapanFrontccc.png,Mobile Suit Gundam: Battle Fortress,PSV,Simulation,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-07-15, +/games/boxart/full_8534395JapanFrontccc.jpg,Mobile Suit Gundam: MSVS,WS,Simulation,Bandai,Bandai,,,,,,,1999-08-26, +/games/boxart/full_9296333JapanFrontccc.jpg,Mobile Train Simulator + Densha de Go! Tokyo Kyuukou Hen,PSP,Simulation,Ongakukan,Ongakukan,,,,,,,2005-02-17, +/games/boxart/default.jpg,Model Academy,DSiW,Simulation,Tivola,Tivola Interactive Media,,,,,,,2011-02-11, +/games/boxart/full_moonbase-alpha_61AmericaFront.jpg,Moonbase Alpha,PC,Simulation,Unknown,"Virtual Heroes, Inc.",,,,,,,2010-07-06, +/games/boxart/full_9405811AmericaFrontccc.jpg,Mountain,Linux,Simulation,Double Fine Productions,Double Fine Productions,,,,,,,2014-07-01, +/games/boxart/full_9657400AmericaFrontccc.jpg,Mountain,OSX,Simulation,Double Fine Productions,Double Fine Productions,,,,,,,2014-07-01, +/games/boxart/full_4933447JapanFrontccc.jpg,Mr. Go no Baken Tekichuu Sube,GB,Simulation,Taito,Taito Corporation,,,,,,,1994-04-01, +/games/boxart/full_mujintou-monogatari_9JapanFront.jpg,Mujintou Monogatari,SNES,Simulation,KSS,Open Sesame,,,,,,,1996-01-26, +/games/boxart/full_564688AmericaFrontccc.jpg,Multiplayer BattleTech: Solaris,PC,Simulation,Aries Online,Kesmai Studios,,,,,,,1997-03-31, +/games/boxart/full_2527817JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke: Road to Sasuke,PS,Simulation,Konami,Konami,,,,,,,2000-04-27, +/games/boxart/856682ccc.jpg,My Aquarium,WW,Simulation,Hudson Soft,Hudson Soft,,,,,,,2008-09-01, +/games/boxart/full_my-aquarium_7AmericaFront.jpg,My Aquarium,PSN,Simulation,Hudson Soft,Hudson Soft,,,,,,,2010-09-14, +/games/boxart/full_my-aquarium-2_7AmericaFront.jpg,My Aquarium 2,WW,Simulation,Hudson Soft,Hudson Soft,,,,,,,2010-08-09, +/games/boxart/full_3446089AmericaFrontccc.png,My Arctic Farm,WiiU,Simulation,BiP Media,BiP media,,,,,,,2014-06-26,2018-04-10 +/games/boxart/full_6960293PALFrontccc.gif,My Beauty Salon,DS,Simulation,505 Games,505 Games,,,,,,,2009-09-11, +/games/boxart/full_31580AmericaFrontccc.jpg,My Dolphin,WW,Simulation,T&S,T&S Ltd.,,,,,,,2009-12-07, +/games/boxart/full_babysitter-my-dream-job_839AmericaFront.jpg,My Dream Job: Babysitter,PC,Simulation,Viva Media,"Viva Media, LLC",,,,,,,2008-09-04, +/games/boxart/full_my-exotic-farm_2AmericaFront.jpg,My Exotic Farm,DSiW,Simulation,BiP Media,BiP media,,,,,,,2010-09-06, +/games/boxart/full_my-farm_6AmericaFront.jpg,My Farm,DSiW,Simulation,BiP Media,BiP media,,,,,,,2010-08-23, +/games/boxart/default.jpg,My First Trainz Set,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2010-08-05, +/games/boxart/default.jpg,My Garden,3DS,Simulation,Unknown,EA Salt Lake,,,,,,,, +/games/boxart/full_my-garden_749JapanFront.jpg,My Garden,PS,Simulation,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1999-09-02, +/games/boxart/full_my-home-dream_882JapanFront.jpg,My Home Dream,PSN,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2010-12-08, +/games/boxart/full_my-home-dream_686JapanFront.jpg,My Home Dream,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1997-07-24, +/games/boxart/full_my-home-dream-2_398JapanFront.jpg,My Home Dream 2,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1999-12-02, +/games/boxart/full_3283048AmericaFrontccc.png,My Jurassic Farm,WiiU,Simulation,BiP Media,BiP media,,,,,,,2014-06-26,2018-04-10 +/games/boxart/full_my-little-baby_836AmericaFront.jpg,My Little Baby,WW,Simulation,DTP Entertainment,Raylight Studios,,,,,,,2011-04-18, +/games/boxart/full_9404193AmericaFrontccc.jpg,My Little Helper: Spring Cleaning,DS,Simulation,505 Games,505 Games,,,,,,,2010-03-25, +/games/boxart/full_my-little-restaurant_18AmericaFront.jpg,My Little Restaurant,DSiW,Simulation,Qubic Games,QubicGames,,,,,,,2011-02-28, +/games/boxart/full_2512155PALFrontccc.jpg,My Pet Hotel 2,PC,Simulation,Eidos Interactive,Eidos Interactive,,,,,,,2008-09-26, +/games/boxart/full_my-planetarium_1AmericaFront.jpg,My Planetarium,WW,Simulation,Hudson Soft,Hudson Soft,,,,,,,2010-10-25, +/games/boxart/full_301295AmericaFrontccc.jpg,My Sim Aquarium,PC,Simulation,Viva Media,Formosoft VR,,,,,,,2006-05-05, +/games/boxart/full_2964978PALFrontccc.jpg,My Western Horse,DS,Simulation,DTP Entertainment,DTP Entertainment,,,,,,,2008-10-08, +/games/boxart/default.jpg,My Wife: A Bride Just For You,X360,Simulation,Unknown,Idea Factory,,,,,,,, +/games/boxart/full_5965698AmericaFrontccc.jpg,My Zoo,WW,Simulation,Hudson Soft,Hudson Soft,4,,,,,,2009-11-30, +/games/boxart/full_nob-neo-organic-biofarm_9JapanFront.jpg,N.O.B.: Neo Organic Biofarm,3DO,Simulation,Unknown,Sanyo,,,,,,,1995-12-15, +/games/boxart/full_nakayoshi-cooking-series-1-oishii-cake-okusan_303JapanFront.jpg,Nakayoshi Cooking Series 1: Oishii Cake Okusan,GB,Simulation,MTO,MTO,,,,,,,2000-12-15, +/games/boxart/full_nakayoshi-cooking-series-2-oishii-pan-okusan_331JapanFront.jpg,Nakayoshi Cooking Series 2: Oishii Pan Okusan,GB,Simulation,MTO,MTO,,,,,,,2001-04-20, +/games/boxart/full_465430JapanFrontccc.jpg,Nakayoshi Pet Advance Series 3: Kawaii Koneko,GBA,Simulation,MTO,MTO,,,,,,,2002-08-09, +/games/boxart/full_9615829JapanFrontccc.jpg,Nakayoshi Pet Series 4: Kawaii Koneko,GB,Simulation,MTO,MTO,,,,,,,2001-02-16, +/games/boxart/full_3087419AmericaFrontccc.jpg,Nanny Mania,PC,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2007-05-15, +/games/boxart/default.jpg,Nanny Mania 2,PC,Simulation,Big Fish Games,Big Fish Games,,,,,,,2009-04-01, +/games/boxart/full_1153585JapanFrontccc.jpg,Neko Neko Bakery DS,DS,Simulation,Hoget,Hoget,,,,,,,2009-08-06, +/games/boxart/full_6256360AmericaFrontccc.jpg,Nintendogs + Cats: Toy Poodle & New Friends,3DS,Simulation,Nintendo,Nintendo,,,,,,,2013-07-23,2018-01-16 +/games/boxart/full_4356796AmericaFrontccc.jpg,Nintengirls: College Girl & Friends,DS,Simulation,Nintendo,Nintendo EAD,,,,,,,1975-10-12, +/games/boxart/full_no-gravity-the-plague-of-mind_2AmericaFront.jpg,No Gravity: The Plague Of Mind,PSN,Simulation,Anozor SARL,Realtech VR,,,,,,,2009-02-25, +/games/boxart/full_8500714PALFrontccc.jpg,NoLimits Rollercoaster,PC,Simulation,Mad Data,Mad Data,,,,,,,2005-02-10, +/games/boxart/full_2826507AmericaFrontccc.jpg,Nuclear Strike,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1997-10-31, +/games/boxart/full_9747679AmericaFrontccc.png,Nuclear Strike,PSN,Simulation,Electronic Arts,Electronic Arts,,,,,,,2009-10-01, +/games/boxart/full_6771249PALFrontccc.jpg,Ocean Commander,PC,Simulation,Cyber Planet Interactive,Cyber Planet Interactive,,,,,,,2006-01-01, +/games/boxart/full_3087056PALFrontccc.jpg,Ocean Commander,PS2,Simulation,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, +/games/boxart/full_ocean-depths_1AmericaFront.jpg,Ocean Depths,AJ,Simulation,Unknown,Starcat Developments,,,,,,,2004-07-19, +/games/boxart/full_7968729JapanFrontccc.jpg,Ochaken Kururin: Honwaka Puzzle de Hotto Shiyo?,GBA,Simulation,MTO,MTO,,,,,,,2004-10-28, +/games/boxart/full_2367373JapanFrontccc.jpg,Ochaken no Bouken Jima: Honwaka Yume no Island,GBA,Simulation,MTO,MTO,,,,,,,2005-12-22, +/games/boxart/full_2543432JapanFrontccc.jpg,Ochaken no Daibouken,DS,Simulation,MTO,MTO,,,,,,,2007-12-20, +/games/boxart/full_3530190JapanFrontccc.jpg,Ochaken no Heya,GBA,Simulation,MTO,MTO,,,,,,,2003-12-19, +/games/boxart/full_1503959JapanFrontccc.jpg,Ochaken no Heya DS 3,DS,Simulation,MTO,MTO,,,,,,,2008-05-22, +/games/boxart/full_3849758JapanFrontccc.jpg,Ochaken no Heya DS 4: Ochaken Land de Hotto Shiyo?,DS,Simulation,MTO,MTO,,,,,,,2009-11-26, +/games/boxart/full_5222338JapanFrontccc.jpg,Ochaken no Yume Bouken,GBA,Simulation,MTO,MTO,,,,,,,2005-04-28, +/games/boxart/full_5278578AmericaFrontccc.jpg,Office Politics,XBL,Simulation,Microsoft,horizonfire,,,,,,,2009-12-29, +/games/boxart/full_oil-platform-simulator_527PALFront.jpg,Oil Platform Simulator,PC,Simulation,Excalibur Publishing Limited,Rondomedia,,,,,,,2011-11-04, +/games/boxart/full_2090156PALFrontccc.jpg,Operation Air Assault,PS2,Simulation,Midas Interactive Entertainment,InterActive Vision Games,,,,,,,2005-02-25, +/games/boxart/full_2085831PALFrontccc.jpg,Operation Air Assault 2,PC,Simulation,Unknown,InterActive Vision Games,,,,,,,, +/games/boxart/full_operation-mania_843AmericaFront.jpg,Operation Mania,PC,Simulation,Electronic Arts,EA Redwood Shores,,,,,,,2008-09-01, +/games/boxart/full_9363642AmericaFrontccc.jpg,Orchard,PC,Simulation,Majesco,BoomZap Entertainment,,,,,,,2009-01-26, +/games/boxart/default.jpg,Order!!,WW,Simulation,Poisoft,Poisoft,,,,,,,2009-06-02, +/games/boxart/full_8757513JapanFrontccc.jpg,Oshaberi Inco Club,GBA,Simulation,Alpha Unit,Alpha Unit,,,,,,,2002-04-26, +/games/boxart/full_3559664JapanFrontccc.jpg,Oshaberi Oumu,DS,Simulation,Starfish,Starfish SD,,,,,,,2009-05-14, +/games/boxart/full_oshare-princess-ds-oshare-ni-koi-shite-2_9JapanFront.jpg,Oshare Princess DS: Oshare ni Koi Shite 2,DS,Simulation,Culture Brain,Culture Brain,,,,,,,2008-04-24, +/games/boxart/full_oshare-princess-ds-oshare-ni-koishite_2JapanFront.jpg,Oshare Princess DS: Oshare ni Koishite!,DS,Simulation,Culture Brain,Culture Brain,,,,,,,2006-12-14, +/games/boxart/default.jpg,Out of the Park Baseball 16,PC,Simulation,Out of the Park Developments,Out of the Park Developments,,,,,,,2015-03-23, +/games/boxart/default.jpg,Out of the Park Baseball 16,OSX,Simulation,Out of the Park Developments,Out of the Park Developments,,,,,,,2015-03-23, +/games/boxart/default.jpg,Out of the Park Baseball 16,Linux,Simulation,Out of the Park Developments,Out of the Park Developments,,,,,,,2015-03-23, +/games/boxart/full_473104PALFrontccc.png,Outback Pet Rescue 3D,3DS,Simulation,Silver Fox Media,Raylight Studios,,,,,,,2014-08-28, +/games/boxart/9185444ccc.jpg,Pacific Strike,PC,Simulation,Unknown,"Origin Systems, Inc.",,,,,,,, +/games/boxart/full_3983262AmericaFrontccc.jpg,Pacific Warriors,PC,Simulation,Virgin Interactive,InterActive Vision Games,,,,,,,2000-01-01, +/games/boxart/full_3826380PALFrontccc.jpg,Pacific Warriors II: Dogfight,PS2,Simulation,Midas Interactive Entertainment,InterActive Vision Games,,,,,,,2004-10-01, +/games/boxart/full_9882565AmericaFrontccc.jpg,Panzer Elite,PC,Simulation,JoWood Productions,Wings Simulations,,,,,,,1999-09-30, +/games/boxart/full_3179894AmericaFrontccc.jpg,Panzer Elite Action: Fields of Glory,PC,Simulation,JoWood Productions,ZootFly,,,,,,,2006-03-24, +/games/boxart/full_5096325AmericaFrontccc.jpg,PARTYBOAT,XBL,Simulation,Microsoft,The Industry,,,,,,,2009-12-17, +/games/boxart/2416457ccc.jpg,Patrician III: Rise of the Hanse,PC,Simulation,Encore,Ascaron Entertainment GmbH,8.2,,,,,,2003-10-31, +/games/boxart/full_7507678AmericaFrontccc.jpg,Paws & Claws Pet Vet 2: Healing Hands,PC,Simulation,THQ,ValuSoft,,,,,,,2007-09-30, +/games/boxart/full_143790AmericaFrontccc.jpg,Paws & Claws Pet Vet: Australian Adventures,PC,Simulation,THQ,ValuSoft,,,,,,,2008-10-16, +/games/boxart/full_5858739AmericaFrontccc.jpg,Paws & Claws: Pampered Pets,PC,Simulation,THQ,ValuSoft,,,,,,,2009-01-05, +/games/boxart/full_8123739AmericaFrontccc.jpg,Paws & Claws: Pet Resort,PC,Simulation,THQ,ValuSoft,,,,,,,2008-02-04, +/games/boxart/full_8208234AmericaFrontccc.jpg,Paws & Claws: Pet School,PC,Simulation,THQ,ValuSoft,,,,,,,2006-12-20, +/games/boxart/full_8162225AmericaFrontccc.jpg,Paws & Claws: Pet Vet,PC,Simulation,THQ,ValuSoft,,,,,,,2006-02-13, +/games/boxart/full_2230186AmericaFrontccc.png,Pe-2: Dive Bomber,PC,Simulation,Polynetix Studio,Polynetix Studio,,,,,,,2007-11-07, +/games/boxart/full_pearl-harbor-trilogy-1941-red-sun-rising_0AmericaFront.jpg,Pearl Harbor Trilogy - 1941: Red Sun Rising,WW,Simulation,Legendo Entertainment,Arcade Moon,,,,,,,2010-07-05, +/games/boxart/full_pet-club-inu-dai-suki_8JapanFront.jpg,Pet Club: Inu Dai Suki!,GG,Simulation,Sega,Sega,,,,,,,1996-12-06, +/games/boxart/full_pet-club-neko-dai-suki_3JapanFront.jpg,Pet Club: Neko Dai Suki!,GG,Simulation,Sega,Sega,,,,,,,1996-07-19, +/games/boxart/full_pet-pet-pet_804JapanFront.jpg,Pet Pet Pet,PSN,Simulation,Mahou,Mahou,,,,,,,2011-01-26, +/games/boxart/full_pet-pet-pet_55JapanFront.jpg,Pet Pet Pet,PS,Simulation,Mahou,Mahou,,,,,,,1999-10-07, +/games/boxart/full_petit-copter_427JapanFront.jpg,Petit Copter,XB,Simulation,Unknown,Aqua Systems,,,,,,,2002-05-30, +/games/boxart/full_petz-catz-family_124AmericaFront.jpg,Petz Catz Family,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2011-01-10, +/games/boxart/full_8321657AmericaFrontccc.jpg,Petz Dogz 2,PC,Simulation,Ubisoft,Yuke's Media Creations,,,,,,,2007-11-13, +/games/boxart/full_petz-dogz-family_9AmericaFront.jpg,Petz Dogz Family,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2010-08-02, +/games/boxart/full_855478AmericaFrontccc.png,Petz Dogz Family,PSN,Simulation,Ubisoft,Osaka Studio,,,,,,,2009-10-28, +/games/boxart/full_petz-hamsterz-family_9AmericaFront.jpg,Petz Hamsterz Family,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2010-07-26, +/games/boxart/full_petz-kittens_3AmericaFront.jpg,Petz Kittens,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2010-07-19, +/games/boxart/full_petz-sports_192AmericaFront.jpg,Petz Sports,PC,Simulation,Ubisoft,Ubisoft Montreal,,,,,,,2008-11-04, +/games/boxart/full_5161656AmericaFrontccc.jpg,Petz: Catz 2,PC,Simulation,Ubisoft,Yuke's Media Creations,,,,,,,2007-11-15, +/games/boxart/full_7056280AmericaFrontccc.jpg,Petz: Dogz 5 & Catz 5,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2005-01-15, +/games/boxart/full_5926392AmericaFrontccc.jpg,Petz: Horse Club,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2008-11-11, +/games/boxart/full_6939344AmericaFrontccc.jpg,Petz: Horsez 2,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2007-11-15, +/games/boxart/5877491ccc.jpg,Phaser Patrol,2600,Simulation,Unknown,Arcadia,,,,,,,1982-01-01, +/games/boxart/full_2293391AmericaFrontccc.jpg,Phoenix,PC,Simulation,Hasbro Interactive,Team17 Software,,,,,,,1999-01-01, +/games/boxart/full_picture-perfect-pocket-stylist_216AmericaFront.jpg,Picture Perfect Pocket Stylist,DSiW,Simulation,505 Games,505 Games,,,,,,,2011-05-02, +/games/boxart/full_pile-up-bakery_3AmericaFront.jpg,Pile Up! Bakery,PSN,Simulation,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-29, +/games/boxart/full_9147745AmericaFrontccc.jpg,Pilotwings,VC,Simulation,Nintendo,Nintendo EAD,7.5,,,,,,2009-12-28, +/games/boxart/full_9184357PALFrontccc.jpg,Pippa Funnell: Stable Adventure,GBA,Simulation,Ubisoft,Lexis Numerique,,,,,,,2005-09-30, +/games/boxart/2415907ccc.jpg,Pippa Funnell: The Golden Stirrup Challenge,PC,Simulation,Ubisoft,Lexis Numerique,,,,,,,2007-03-20, +/games/boxart/full_7136186PALFrontccc.jpg,Playboy The Mansion: Gold Edition,PC,Simulation,Ubisoft,Cyberlore Studios,,,,,,,2005-11-17, +/games/boxart/full_1810206AmericaFrontccc.jpg,Playboy The Mansion: Private Party,PC,Simulation,Groove Games,Cyberlore Studios,,,,,,,2007-01-01, +/games/boxart/full_3388824AmericaFrontccc.jpg,Playboy: The Mansion,PC,Simulation,ARUSH Entertainment,Cyberlore Studios,,,,,,,2005-01-25, +/games/boxart/9243496ccc.jpg,PlayStation Home,PSN,Simulation,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-12-11,2018-12-03 +/games/boxart/full_pocket-love_65JapanFront.jpg,Pocket Love,GB,Simulation,KID,KID Corporation,,,,,,,1997-07-18, +/games/boxart/default.jpg,Pocket Love 2,GB,Simulation,KID,KID Corporation,,,,,,,1998-03-13, +/games/boxart/full_pokemon-snap_6AmericaFront.jpg,Pokémon Snap,VC,Simulation,Nintendo,HAL Laboratory,,,,,,,2007-12-10, +/games/boxart/full_police-squad-politzi_993PALFront.jpg,Police Squad - Politzi,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,,,,,,2011-11-25, +/games/boxart/full_8609031AmericaFrontccc.jpg,Populous,SNES,Simulation,Acclaim Entertainment,Infinity,,,,,,,1991-01-01, +/games/boxart/5605232ccc.jpg,Populous,PC,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1989-01-01, +/games/boxart/full_6765323PALFrontccc.jpg,Populous,MS,Simulation,TecMagik,TecMagic Entertainment,,,,,,,1991-01-01, +/games/boxart/full_2541480AmericaFrontccc.jpg,Populous,GEN,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1989-01-01, +/games/boxart/full_populous_3JapanFront.jpg,Populous,PCE,Simulation,Hudson Soft,Alfa System,,,,,,,1991-04-05, +/games/boxart/default.jpg,Ports,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,,,,,,2011-08-26, +/games/boxart/7511880ccc.jpg,Ports of Call,PC,Simulation,Domark Software,Aegis International,,,,,,,1989-01-01, +/games/boxart/full_2238287JapanFrontccc.jpg,Post Pet DS: Yumemiru Momo to Fushigi no Pen,DS,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-12-24, +/games/boxart/full_president-no-sentaku_8JapanFront.jpg,President no Sentaku,NES,Simulation,Hot-B,Another Ltd.,,,,,,,1990-03-02, +/games/boxart/full_1256387AmericaFrontccc.png,Pridefest,And,Simulation,Atari,Atari,,,,,,,2015-01-01, +/games/boxart/full_3239806JapanFrontccc.jpg,Princess Maker 2,3DO,Simulation,Micro Cabin,Micro Cabin,,,,,,,1994-12-09, +/games/boxart/full_7796756JapanFrontccc.jpg,Princess Maker 4 Portable,PSP,Simulation,Jinx,GeneX,,,,,,,2006-10-12, +/games/boxart/full_370271JapanFrontccc.jpg,Princess Maker 5 Portable,PSP,Simulation,CyberFront,CyberFront,,,,,,,2008-09-25, +/games/boxart/full_5879013JapanFrontccc.jpg,Princess Maker Portable Pack,PSP,Simulation,CyberFront,CyberFront,,,,,,,2008-09-25, +/games/boxart/full_6924164PALFrontccc.jpg,Pro Pinball Trilogy,DC,Simulation,Empire Interactive,Cunning Developments Empire Interactive,,,,,,,2001-06-08, +/games/boxart/full_5076154AmericaFrontccc.jpg,Pro Pinball: Big Race USA,PC,Simulation,Empire Interactive,Cunning Developments,,,,,,,1999-01-30, +/games/boxart/full_8579073AmericaFrontccc.jpg,Pro Pinball: Fantastic Journey,PC,Simulation,Empire Interactive,Cunning Developments,,,,,,,1999-12-28, +/games/boxart/full_2658137AmericaFrontccc.jpg,Pro Pinball: The Web,PC,Simulation,Interplay,Cunning Developments,,,,,,,1995-12-31, +/games/boxart/full_6570890AmericaFrontccc.jpg,Pro Pinball: Timeshock!,PC,Simulation,Interplay,Cunning Developments,,,,,,,1998-03-27, +/games/boxart/full_9155494PALFrontccc.jpg,Professional Lumberjack 2016,PS4,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 +/games/boxart/full_293031PALFrontccc.jpg,Professional Lumberjack 2016,PS3,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 +/games/boxart/full_3059103PALFrontccc.jpg,Professional Lumberjack 2016,PC,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 +/games/boxart/full_4926960PALFrontccc.jpg,Professional Lumberjack 2016,XOne,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 +/games/boxart/full_4837863AmericaFrontccc.jpg,Project Runway,PC,Simulation,Atari,Tornado Studios,,,,,,,2010-02-25, +/games/boxart/full_9459663AmericaFrontccc.jpg,Puppy Luv: Spa and Resort,GBA,Simulation,Activision,Humagade,,,,,,,2007-09-18, +/games/boxart/full_quickpick-farmer_7AmericaFront.jpg,QuickPick Farmer,DSiW,Simulation,Unknown,Dancing Dots,,,,,,,2010-07-05, +/games/boxart/full_rc-helicopter_77AmericaFront.jpg,R/C Helicopter,PC,Simulation,Summitsoft Entertainment,Summitsoft Entertainment,,,,,,,2002-04-30, +/games/boxart/full_6635516PALFrontccc.jpg,Radio Helicopter,PS2,Simulation,505 Games,Tomcat System,,,,,,,2004-11-01, +/games/boxart/full_radio-helicopter-ii_82PALFront.jpg,Radio Helicopter II,PS2,Simulation,505 Games,Aqua Systems,,,,,,,2006-09-01, +/games/boxart/full_7943042AmericaFrontccc.jpg,Rail Nation,PC,Simulation,Travian Games GmbH,Travian Games GmbH,,,,,,,2013-01-28, +/games/boxart/full_rail-simulator-2-railworks-platform_713PALFront.jpg,Rail Simulator 2: Railworks Platform,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,2009-06-12, +/games/boxart/full_railfan-taiwan-takatetsu_7JapanFront.jpg,Railfan: Taiwan Takatetsu,PS3,Simulation,Ongakukan,Ongakukan,,,,,,,2007-11-01, +/games/boxart/full_3663347PALFrontccc.jpg,Railroad Pioneer,PC,Simulation,Nordic Games,JoWooD Entertainment AG,,,,,,,2003-10-17,2018-07-19 +/games/boxart/full_8292843AmericaFrontccc.jpg,Railroad X,PC,Simulation,Koch Media,Soft Pro,,,,,,,2014-06-09, +/games/boxart/full_railworks_758PALFront.jpg,RailWorks,PC,Simulation,RailSimulator.com,RailSimulator.com,7,,,,,,2009-06-12, +/games/boxart/full_railworks-challenger_145AmericaFront.jpg,RailWorks Challenger,PC,Simulation,RailSimulator.com,RailSimulator.com,,,,,,,2009-10-30, +/games/boxart/6150453ccc.jpg,RC Helicopter: Remote Control Simulation,PS,Simulation,Agetec,Tomcat System,,,,,,,2003-03-01, +/games/boxart/full_9331652AmericaFrontccc.jpg,RC-AirSim,XBL,Simulation,Microsoft,Some Call Me Tim,,,,,,,2009-01-20, +/games/boxart/full_3198977PALFrontccc.jpg,Reach for the Skies,PC,Simulation,Virgin Interactive,Rowan Software Ltd.,,,,,,,1993-01-01, +/games/boxart/full_8476968AmericaFrontccc.jpg,Reach for the Stars,PC,Simulation,Strategic Studies Group,Strategic Studies Group,,,,,,,2000-09-14, +/games/boxart/full_7642543AmericaFrontccc.jpg,Reach for the Stars (1986),PC,Simulation,Strategic Studies Group,Strategic Studies Group,,,,,,,1986-01-01, +/games/boxart/full_real-kanojo_565JapanFront.jpg,Real Kanojo,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2010-02-19, +/games/boxart/748986ccc.jpg,RealFlight,PC,Simulation,Hobbico,Knife Edge Software,,,,,,,2007-11-01, +/games/boxart/full_8949175PALFrontccc.jpg,Rebel Raiders: Operation Nighthawk,PC,Simulation,Kando Games,Kando Games,,,,,,,2006-03-01, +/games/boxart/full_4362060PALFrontccc.jpg,Rebirth of Honor,PC,Simulation,Tri Synergy,Tri Synergy,,,,,,,2005-01-01, +/games/boxart/full_616572AmericaFrontccc.jpg,RECYCLE,PC,Simulation,Rondomedia,Rondomedia,,,,,,,2014-09-03, +/games/boxart/default.jpg,Red Arrows,PC,Simulation,Unknown,Database Software,,,,,,,, +/games/boxart/full_9120879PALFrontccc.jpg,Red Baron,PS2,Simulation,Davilex,Atomic Planet Entertainment,,,,,,,2005-11-25, +/games/boxart/5541680ccc.jpg,Red Baron 3D,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1998-10-31, +/games/boxart/full_3413337AmericaFrontccc.jpg,Red Baron Arcade,PSN,Simulation,Sierra Entertainment,Stainless Studios Ltd.,,,,,,,2009-03-12, +/games/boxart/3399215ccc.jpg,Red Baron II,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1997-11-30, +/games/boxart/full_red-baron-pack_693AmericaFront.jpg,Red Baron Pack,PC,Simulation,Dynamix,Dynamix,,,,,,,1998-10-31, +/games/boxart/full_reef-aquarium_4AmericaFront.jpg,Reef Aquarium,PSN,Simulation,Biart Design Studio,Biart Design Studio,,,,,,,2010-04-29, +/games/boxart/full_9938106AmericaFrontccc.jpg,Remnant,Lynx,Simulation,Songbird Productions,Songbird Productions,,,,,,,2000-01-01, +/games/boxart/full_retro-cave-flyer_3AmericaFront.gif,Retro Cave Flyer,PSN,Simulation,Big Head Games,Big Head Games Ltd.,,,,,,,2010-02-24, +/games/boxart/full_8832266PALFrontccc.jpg,Riding Academy,DS,Simulation,Eidos Interactive,DTP Entertainment,,,,,,,2008-11-14, +/games/boxart/full_riding-academy-2_5AmericaFront.jpg,Riding Academy 2,DS,Simulation,Unknown,TBA,,,,,,,, +/games/boxart/default.jpg,RiftSpace,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, +/games/boxart/6075502ccc.jpg,Rig N' Roll,PC,Simulation,Unknown,Unknown,,,,,,,, +/games/boxart/full_rise-of-flight-the-first-great-air-war_569AmericaFront.jpg,Rise of Flight: The First Great Air War,PC,Simulation,Unknown,neoqb,,,,,,,2009-06-29, +/games/boxart/full_3429877JapanFrontccc.jpg,Roommate: Ryouko in Summer Vacation,SAT,Simulation,Datam Polystar,Datam Polystar,,,,,,,1997-09-25, +/games/boxart/default.jpg,Ropeway Simulator 2014,PC,Simulation,astragon Software GmbH,Z-Software,,,,,,,2014-06-25, +/games/boxart/default.jpg,Ruins,PC,Simulation,Unknown,Cardboard Computer,,,,,,,, +/games/boxart/default.jpg,Ruins,MS,Simulation,Unknown,Cardboard Computer,,,,,,,, +/games/boxart/default.jpg,Sail Simulator 5,PC,Simulation,Iceberg Interactive,VSTEP,,,,,,,2010-02-26, +/games/boxart/full_sakamoto-ryouma-ishin-kaikoku_82JapanFront.jpg,Sakamoto Ryouma: Ishin Kaikoku,SAT,Simulation,KID,KID Corporation,,,,,,,1998-01-29, +/games/boxart/full_7452057JapanFrontccc.jpg,Sakana to Asobou! Aquazone DS - Kaisuigyo,DS,Simulation,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2008-03-27, +/games/boxart/6554598ccc.jpg,Sally's Salon,PC,Simulation,GamesCafe,"GamesCafe, Inc.",,,,,,,2007-07-25, +/games/boxart/full_4942841AmericaFrontccc.jpg,Sandy Beach,WW,Simulation,Konami,Konami,,,,,,,2009-01-05, +/games/boxart/500838ccc.jpg,Scramble Cobra,3DO,Simulation,Panasonic Interactive Media,Genki,,,,,,,1995-01-01, +/games/boxart/full_3767754JapanFrontccc.jpg,Seaman: Kanzenban,PS2,Simulation,D3 Publisher,VIVARIUM Inc.,,,,,,,2003-02-27, +/games/boxart/full_7303153JapanFrontccc.jpg,Seaman: Kindan no Pet 2001,DC,Simulation,Viva Media,VIVARIUM Inc.,,,,,,,2000-08-10, +/games/boxart/1651378ccc.jpg,Secret Weapons of the Luftwaffe,PC,Simulation,LucasArts,Lucasfilm Games,,,,,,,1991-06-30, +/games/boxart/full_3906561JapanFrontccc.jpg,Segagaga,DC,Simulation,Sega,Hitmaker,,,,,,,2001-03-29, +/games/boxart/full_sennen-kazoku_7JapanFront.jpg,Sennen Kazoku,GBA,Simulation,Nintendo,Indies Zero,,,,,,,2005-03-10, +/games/boxart/full_sentou-yousei-yuki-kaze_322JapanFront.jpg,Sentou Yousei Yuki Kaze,XB,Simulation,Unknown,Aqua Systems,,,,,,,2003-08-07, +/games/boxart/full_1243467AmericaFrontccc.jpg,Sentris,PC,Simulation,Timbre Interactive,Timbre Interactive,,,,,,,2015-08-12,2018-08-09 +/games/boxart/full_1316683AmericaFrontccc.jpg,Sentris,OSX,Simulation,Timbre Interactive,Timbre Interactive,,,,,,,2015-08-12,2018-08-09 +/games/boxart/full_8308233AmericaFrontccc.jpg,Sentris,Linux,Simulation,Timbre Interactive,Timbre Interactive,,,,,,,2015-08-12,2018-08-09 +/games/boxart/default.jpg,Serf City: Life is Feudal,PC,Simulation,SSI,Blue Byte Software,,,,,,,1993-01-01, +/games/boxart/default.jpg,Sexy Beach,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2003-01-01, +/games/boxart/full_sexy-beach-2_660JapanFront.jpg,Sexy Beach 2,PC,Simulation,Dreams,Illusion Soft,,,,,,,2003-07-11, +/games/boxart/full_sexy-beach-3_787JapanFront.jpg,Sexy Beach 3,PC,Simulation,Dreams,Illusion Soft,,,,,,,2006-09-29, +/games/boxart/full_sexy-beach-zero_499JapanFront.jpg,Sexy Beach Zero,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2010-10-29, +/games/boxart/full_8409690AmericaFrontccc.jpg,Shattered Steel,PC,Simulation,Interplay,BioWare Corp.,,,,,,,1996-09-30, +/games/boxart/8021422ccc.jpg,Shepherd's Crossing,PS2,Simulation,Valcon Games,Success,,,,,,,2008-08-19, +/games/boxart/full_youkoso-hitsuji-mura-portable_2JapanFront.jpg,Shepherd's Crossing,PSN,Simulation,Success,Success,,,,,,,2010-07-22, +/games/boxart/full_shiki-tei_10JapanFront.jpg,Shiki-Tei,PSN,Simulation,Sony Computer Entertainment,Premium Agency,,,,,,,2008-06-26, +/games/boxart/full_shinseiki-evangelion-ayanami-ikusei-keikaku-with-asuka-hokan-keikaku_495JapanFront.jpg,Shinseiki Evangelion: Ayanami Ikusei Keikaku with Asuka Hokan Keikaku,PS2,Simulation,Broccoli,Broccoli,,,,,,,2003-12-11, +/games/boxart/default.jpg,Ship Simulator 2006 Add-On,PC,Simulation,Lighthouse Interactive,VSTEP,,,,,,,2007-02-09, +/games/boxart/default.jpg,Ship Simulator 2006 Collector's Edition,PC,Simulation,Lighthouse Interactive,VSTEP,,,,,,,2006-11-30, +/games/boxart/full_7260041PALFrontccc.jpg,Ship Simulator 2008: New Horizons,PC,Simulation,Lighthouse Interactive,VSTEP,,,,,,,2008-04-04, +/games/boxart/default.jpg,Ship Simulator Extremes: Harbor Pilot,PC,Simulation,Paradox Interactive,VSTEP,,,,,,,2011-09-01, +/games/boxart/default.jpg,Ship Simulator Professional,PC,Simulation,Unknown,VSTEP,,,,,,,, +/games/boxart/full_shockwave_1JapanFront.jpg,Shockwave,PS,Simulation,Electronic Arts Victor,Electronic Arts,,,,,,,1996-07-26, +/games/boxart/full_9841249AmericaFrontccc.jpg,Shockwave,3DO,Simulation,Electronic Arts,Electronic Arts,,,,,,,1994-06-27, +/games/boxart/9551285ccc.jpg,Shockwave 2: Beyond the Gate,3DO,Simulation,Electronic Arts,Electronic Arts,,,,,,,1995-01-01, +/games/boxart/full_9471672AmericaFrontccc.jpg,Shockwave Assault,SAT,Simulation,Electronic Arts,Paradox Development,,,,,,,1996-01-01, +/games/boxart/full_7686038AmericaFrontccc.jpg,Shockwave Assault,PC,Simulation,Electronic Arts,Paradox Development,,,,,,,1997-06-01, +/games/boxart/full_6208508AmericaFrontccc.jpg,Shockwave: Operation Jumpgate,3DO,Simulation,Electronic Arts,Crystal Dynamics,,,,,,,1995-01-01, +/games/boxart/full_9465076JapanFrontccc.jpg,Shockwave: Operation Jumpgate,PS,Simulation,Electronic Arts,Crystal Dynamics,,,,,,,1996-10-18, +/games/boxart/full_3011905AmericaFrontccc.jpeg,Shopping Mall Parking,PC,Simulation,Devilish Developments,Devilish Developments,,,,,,,2014-03-21, +/games/boxart/full_8100962JapanFrontccc.jpg,Shoujo Kakumei Utena: Itsuka Kakumei Sarero Monogatari,SAT,Simulation,Sega,Sega,,,,,,,1998-05-28, +/games/boxart/full_shuushoku-game_203JapanFront.jpg,Shuushoku Game,SNES,Simulation,Imagineer,Lenar,,,,,,,1995-07-28, +/games/boxart/full_6437687AmericaFrontccc.jpg,Sid Meier's Civilization: Beyond Earth,OSX,Simulation,2K Games,Firaxis Games,,,,,,,2014-11-26,2018-10-16 +/games/boxart/full_2087728AmericaFrontccc.jpg,Sid Meier's Civilization: Beyond Earth,Linux,Simulation,2K Games,Firaxis Games,,,,,,,2014-12-18,2018-10-16 +/games/boxart/full_5585269AmericaFrontccc.jpg,Silent Hunter: Wolves of the Pacific U-Boat Missions Expansion,PC,Simulation,Ubisoft,Ubisoft Romania,7,,,,,,2008-03-24, +/games/boxart/5368341ccc.jpg,Silent Service,PC,Simulation,Microprose,"MicroProse Software, Inc.",,,,,,,1985-01-01, +/games/boxart/full_7458541AmericaFrontccc.jpg,Silent Service,NES,Simulation,Ultra Games,Rare Ltd.,,,,,,,1989-01-01, +/games/boxart/1621519ccc.jpg,Silent Service II,PC,Simulation,Microprose,"MicroProse Software, Inc",,,,,,,1990-01-01, +/games/boxart/full_silent-thunder-a-10-tank-killer-ii_50AmericaFront.jpg,Silent Thunder: A-10 Tank Killer II,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1996-02-29, +/games/boxart/6044840ccc.gif,Sim City 4: Rush Hour,PC,Simulation,Electronic Arts,Microsoft,7,,,,,,1986-01-01, +/games/boxart/7972113ccc.jpg,SimAnt,PC,Simulation,Maxis,Maxis,,,,,,,1991-01-01, +/games/boxart/7024445ccc.jpg,SimAnt,SNES,Simulation,Maxis,Tomcat System,,,,,,,1993-10-01, +/games/boxart/2872255ccc.gif,SimCity,VC,Simulation,Nintendo,Intelligent Systems,7.5,,,,,,2006-11-19, +/games/boxart/full_2784233JapanFrontccc.jpg,SimCity 2000,N64,Simulation,Imagineer,Genki,3.5,,,,,,1998-01-30, +/games/boxart/full_1719456AmericaFrontccc.png,SimCity 2000,PSN,Simulation,Sony Computer Entertainment,Maxis,,,,,,,2009-08-27, +/games/boxart/9904983ccc.jpg,SimCity 4: Rush Hour,PC,Simulation,Electronic Arts,Maxis,,,,,,,2003-09-22, +/games/boxart/default.jpg,SimCity BuildIt,And,Simulation,Electronic Arts,Electronic Arts,,,,,,,2014-10-22, +/games/boxart/full_simcity-jr_649JapanFront.jpg,SimCity Jr.,SNES,Simulation,Imagineer,Imagineer,,,,,,,1996-07-26, +/games/boxart/full_simcopter_0AmericaFront.jpg,SimCopter,PC,Simulation,Maxis,Maxis,,,,,,,1996-10-15, +/games/boxart/8471671ccc.jpg,SimEarth: The Living Planet,PC,Simulation,Maxis,Maxis,,,,,,,1990-01-01, +/games/boxart/full_8245149AmericaFrontccc.jpg,SimEarth: The Living Planet,PCE,Simulation,Hudson Soft,Maxis,,,,,,,1993-01-01, +/games/boxart/full_8396364AmericaFrontccc.jpg,SimEarth: The Living Planet,VC,Simulation,Hudson Soft,Maxis,,,,,,,2009-06-22, +/games/boxart/full_3658967JapanFrontccc.jpg,SimEarth: The Living Planet,SCD,Simulation,Sega,Maxis,,,,,,,1993-03-12, +/games/boxart/1096502ccc.jpg,SimGolf,PC,Simulation,Magic Pockets,Maxis Software,,,,,,,1996-01-01, +/games/boxart/full_1255268AmericaFrontccc.jpg,SimIsle: Missions in the Rainforest,PC,Simulation,Maxis,"Intelligent Games, Ltd.",,,,,,,1995-09-30, +/games/boxart/full_9317391AmericaFrontccc.jpg,SimLife,PC,Simulation,Maxis,Maxis Software,,,,,,,1992-01-01, +/games/boxart/6595076ccc.jpg,SimPark,PC,Simulation,Maxis,Maxis Software,,,,,,,1996-10-31, +/games/boxart/full_788450JapanFrontccc.jpg,Simple 1500 Series Vol. 71: The Renai Simulation 2,PS,Simulation,D3 Publisher,HuneX,,,,,,,2001-08-30, +/games/boxart/full_simple-2000-series-vol-117-the-zerosen_8JapanFront.jpg,Simple 2000 Series Vol. 117: The Zerosen,PS2,Simulation,D3 Publisher,Mobile & Game Studio,,,,,,,2007-05-10, +/games/boxart/full_simple-2000-series-vol-121-the-boku-no-machidzukuri-2-machi-ing-maker-21_6JapanFront.jpg,Simple 2000 Series Vol. 121: The Boku no Machidzukuri 2 - Machi-ing Maker 2.1,PS2,Simulation,D3 Publisher,Indi,,,,,,,2007-11-29, +/games/boxart/full_9592579JapanFrontccc.jpg,Simple 2000 Series Vol. 25: The Menkyo Shutoku Simulation,PS2,Simulation,D3 Publisher,Vingt-et-un Systems,,,,,,,2003-04-03, +/games/boxart/full_1298290JapanFrontccc.jpg,Simple DS Series Vol. 25: The Koushounin,DS,Simulation,D3 Publisher,"Affect Co., Ltd.",,,,,,,2007-10-25, +/games/boxart/8877304ccc.jpg,SimSafari,PC,Simulation,Maxis,"Electronic Arts, Maxis Software",,,,,,,1998-03-01, +/games/boxart/1532452ccc.jpg,SimTown,PC,Simulation,Maxis,Maxis Software,,,,,,,1996-01-01, +/games/boxart/5365205ccc.jpg,SimTunes,PC,Simulation,Maxis,Maxis Software,,,,,,,1996-01-01, +/games/boxart/default.jpg,SimuSex,PC,Simulation,Unknown,Erosoft,,,,,,,, +/games/boxart/full_singles-2-triple-trouble_262PALFront.jpg,Singles 2: Triple Trouble,PC,Simulation,Deep Silver,Rotobee,,,,,,,2005-05-27, +/games/boxart/full_singles-flirt-up-your-life_229AmericaFront.jpg,Singles: Flirt Up Your Life,PC,Simulation,Eidos Interactive,Rotobee,,,,,,,2004-10-05, +/games/boxart/full_548151AmericaFrontccc.jpg,Ski Park Manager,PC,Simulation,Microids,Lankhor,,,,,,,2002-02-24, +/games/boxart/full_5863990AmericaFrontccc.jpg,Sky_Arena,XBL,Simulation,Microsoft,wangjuntom360,,,,,,,2009-09-02, +/games/boxart/full_snowpack-park_258AmericaFront.jpg,Snowpack Park,WW,Simulation,Nintendo,Nintendo,,,,,,,2010-11-22, +/games/boxart/full_965954AmericaFrontccc.jpg,Solar Eclipse,SAT,Simulation,Crystal Dynamics,Crystal Dynamics,,,,,,,1995-01-01, +/games/boxart/full_2667858JapanFrontccc.jpg,Sotsugyou 2nd Generation,PS2,Simulation,GeneX,GeneX,,,,,,,2006-03-09, +/games/boxart/full_2859915JapanFrontccc.jpg,Sotsugyou Crossworld,SAT,Simulation,Shogakukan,Shogakukan,,,,,,,1997-03-28, +/games/boxart/full_904724JapanFrontccc.jpg,Sotsugyou Final,3DO,Simulation,Imageworks,Shar Rock,,,,,,,1994-12-09, +/games/boxart/full_3299116JapanFrontccc.jpg,Sotsugyou Graduation For WonderSwan,WS,Simulation,Bandai,Bandai Visual,,,,,,,1999-12-16, +/games/boxart/full_225459JapanFrontccc.jpg,Sotsugyou II: Neo Generation,PCFX,Simulation,NEC Interchannel,Riverhillsoft,,,,,,,1994-12-23, +/games/boxart/full_4037350JapanFrontccc.jpg,Sotsugyou II: Neo Generation,PCE,Simulation,Riverhillsoft,Riverhillsoft,,,,,,,1994-12-23, +/games/boxart/full_5150270JapanFrontccc.jpg,Sotsugyou II: Neo Generation,SAT,Simulation,Riverhillsoft,Riverhillsoft,,,,,,,1995-08-11, +/games/boxart/full_3951145JapanFrontccc.jpg,Sotsugyou III: Wedding Bell,PS,Simulation,Tonkin House,Tonkin House,,,,,,,1998-04-02, +/games/boxart/full_2664197JapanFrontccc.jpg,Sotsugyou III: Wedding Bell,SAT,Simulation,Shogakukan,Shogakukan,,,,,,,1998-04-09, +/games/boxart/full_6210184JapanFrontccc.jpg,Sotsugyou M: Male Generation,PS,Simulation,Hearty Robin,Hearty Robin,,,,,,,1998-07-30, +/games/boxart/full_493038JapanFrontccc.jpg,Sotsugyou R: Graduation Real,PS,Simulation,Bandai,Bandai,,,,,,,1996-03-08, +/games/boxart/full_9989757JapanFrontccc.jpg,Sotsugyou R: Graduation Real,PCFX,Simulation,NEC,NEC,,,,,,,1998-01-16, +/games/boxart/full_2794682JapanFrontccc.jpg,Sotsugyou Vacation,PS,Simulation,Mycom,Mycom,,,,,,,1997-10-16, +/games/boxart/full_4988152JapanFrontccc.jpg,Sotsugyou: Graduation,PCE,Simulation,NEC Interchannel,NEC Interchannel,,,,,,,1993-07-30, +/games/boxart/full_1787382JapanFrontccc.jpg,Sotsugyou: Graduation S,SAT,Simulation,NEC Interchannel,NEC Interchannel,,,,,,,1997-09-25, +/games/boxart/8388182ccc.jpg,Soviet Strike,SAT,Simulation,Electronic Arts,EA Tiburon,,,,,,,1996-11-01, +/games/boxart/full_soviet-strike_6AmericaFront.jpg,Soviet Strike,PSN,Simulation,Sony Computer Entertainment,EA Tiburon,,,,,,,2010-09-14, +/games/boxart/full_6142568AmericaFrontccc.jpg,Space Engineers,XOne,Simulation,Keen Software House,Keen Software House,,,,,,,2020-04-14, +/games/boxart/full_2714182JapanFrontccc.jpg,Space Fishermen,PS2,Simulation,Sony Computer Entertainment,Land Ho!,,,,,,,2002-10-24, +/games/boxart/full_8124443AmericaFrontccc.jpg,Space Interceptor: Project Freedom,PC,Simulation,Merscom LLC,City Interactive,,,,,,,2004-11-09, +/games/boxart/full_2565706PALFrontccc.jpg,Space Rangers,PC,Simulation,1C Company,Elemental Games,9,,,,,,2002-12-20, +/games/boxart/full_space-rogue_869AmericaFront.jpg,Space Rogue,PC,Simulation,Origin Systems,Origin,,,,,,,1989-01-01, +/games/boxart/3305007ccc.jpg,Space Shuttle,3DO,Simulation,3DO,Amazing Studios,,,,,,,1994-01-01, +/games/boxart/default.jpg,Space Station Tycoon,Wii,Simulation,Unknown,Namco Bandai Games America,,,,,,,2020-12-31, +/games/boxart/default.jpg,Space Station Tycoon,PSP,Simulation,Unknown,Namco Bandai Games America,,,,,,,, +/games/boxart/full_8660165PALFrontccc.jpg,Space War Attack,PS2,Simulation,505 Games,Bit Town,,,,,,,2006-03-01, +/games/boxart/full_5462196AmericaFrontccc.jpg,Spearhead,PC,Simulation,Interactive Magic,MAK Technologies,,,,,,,1998-07-31, +/games/boxart/1952131ccc.jpg,Spore Creature Creator,PC,Simulation,Electronic Arts,EA Redwood Shores,,,,,,,2008-06-17, +/games/boxart/full_5528723AmericaFrontccc.jpg,Stand O'Food,PSN,Simulation,G5 Entertainment AB,Shape Games,,,,,,,2009-12-10, +/games/boxart/full_7386047PALFrontccc.jpg,Star Assault,PC,Simulation,Kalypso,GamesArk,,,,,,,2007-11-09, +/games/boxart/full_9644007JapanFrontccc.jpg,Star Luster,NES,Simulation,Namco,Namco,,,,,,,1985-12-06, +/games/boxart/full_368562JapanFrontccc.jpg,Star Luster,VC,Simulation,Namco Bandai,Namco,,,,,,,2008-03-04, +/games/boxart/6377357ccc.jpg,Star Raiders,2600,Simulation,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_star-raiders_82AmericaFront.jpg,Star Raiders,XBL,Simulation,Atari,Incinerator Studios,,,,,,,2011-05-11, +/games/boxart/full_star-raiders_194AmericaFront.jpg,Star Raiders,PC,Simulation,Atari,Incinerator Studios,,,,,,,2011-05-11, +/games/boxart/4851187ccc.jpg,Star Raiders,5200,Simulation,Atari,Atari,,,,,,,1982-01-01, +/games/boxart/full_star-raiders_98AmericaFront.jpg,Star Raiders,PSN,Simulation,Atari,Incinerator Studios,,,,,,,2011-06-02, +/games/boxart/8791178ccc.gif,Star Trek: Encounters,PS2,Simulation,Bethesda Softworks,4J Studios,,,,,,,2006-10-04, +/games/boxart/full_5956543AmericaFrontccc.jpg,Star Trek: Starfleet Academy,PC,Simulation,Interplay,Interplay,,,,,,,1997-08-31, +/games/boxart/full_9119393AmericaFrontccc.jpg,Star Trek: Starfleet Academy - Chekov's Lost Missions,PC,Simulation,Interplay,Interplay,,,,,,,1998-01-01, +/games/boxart/full_4055065AmericaFrontccc.jpg,Star Trek: Starfleet Academy Starship Bridge Simulator,SNES,Simulation,Viacom,Interplay,,,,,,,1994-05-04, +/games/boxart/3227483ccc.jpg,Star Trek: Starfleet Command III,PC,Simulation,Activision,Taldren,,,,,,,2002-11-21, +/games/boxart/full_4193328AmericaFrontccc.jpg,Star Trek: Starship Creator,PC,Simulation,Simon & Schuster Interactive,Imergy,,,,,,,1998-10-01, +/games/boxart/full_4392382AmericaFrontccc.jpg,Star Trek: Starship Creator Deluxe,PC,Simulation,Simon & Schuster Interactive,Imergy,,,,,,,1998-10-01, +/games/boxart/full_4594831AmericaFrontccc.jpg,Star Trek: Starship Creator Warp II,PC,Simulation,Simon & Schuster Interactive,Imergy,,,,,,,2000-01-01, +/games/boxart/1095065ccc.jpg,Star Trek: The Next Generation: Advanced Holodeck Tutorial,GG,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1994-01-01, +/games/boxart/full_5716358AmericaFrontccc.jpg,Star Wars: Battle for Naboo,PC,Simulation,LucasArts,Factor 5,6.2,,,,,,2001-03-11, +/games/boxart/1536646ccc.jpg,Star Wars: Rogue Squadron 3D,PC,Simulation,LucasArts,Factor 5,,,,,,,1998-12-02, +/games/boxart/full_star-wars-starfighter_2AmericaFront.jpg,Star Wars: Starfighter,PC,Simulation,LucasArts,LucasArts,,,,,,,2002-01-20, +/games/boxart/1819557ccc.jpg,Star Wars: TIE Fighter,PC,Simulation,LucasArts,Totally Games,7,,,,,,1994-07-01, +/games/boxart/3759773ccc.jpg,Star Wars: X-Wing,PC,Simulation,LucasArts,Totally Games,,,,,,,1993-01-01, +/games/boxart/full_6453290AmericaFrontccc.jpg,Star Wars: X-Wing Alliance,PC,Simulation,LucasArts,Totally Games,,,,,,,1999-02-28, +/games/boxart/full_8351894AmericaFrontccc.jpg,Star Wars: X-Wing Collector Series,PC,Simulation,LucasArts,Totally Games,,,,,,,1998-05-31, +/games/boxart/3160813ccc.jpg,Star Wars: X-Wing vs. TIE Fighter,PC,Simulation,LucasArts,Totally Games,,,,,,,1997-04-30, +/games/boxart/1707236ccc.jpg,StarLancer,DC,Simulation,Crave Entertainment,Digital Anvil,7.5,,,,,,2000-11-27, +/games/boxart/883609ccc.jpg,StarLancer,PC,Simulation,Microsoft,Digital Anvil,,,,,,,2000-03-31, +/games/boxart/3273158ccc.jpg,Starmaster,2600,Simulation,Activision,Activision,,,,,,,1982-06-23, +/games/boxart/full_starshatter_799AmericaFront.jpg,Starshatter,PC,Simulation,Matrix Games,Destroyer Studios,,,,,,,2004-07-01, +/games/boxart/full_starshatter-the-gathering-storm_258AmericaFront.jpg,Starshatter: The Gathering Storm,PC,Simulation,Tri Synergy,Destroyer Studios,,,,,,,2006-11-13, +/games/boxart/default.jpg,StarWraith,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, +/games/boxart/default.jpg,StarWraith II,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, +/games/boxart/default.jpg,StarWraith III: Shadows of Orion,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, +/games/boxart/default.jpg,StarWraith IV: Reviction,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, +/games/boxart/6922858ccc.jpg,Stealth ATF,NES,Simulation,Activision,Imagineering Inc.,,,,,,,1989-10-01, +/games/boxart/full_steel-armor-blaze-of-war_526AmericaFront.jpg,Steel Armor: Blaze of War,PC,Simulation,Unknown,Play Indie,,,,,,,, +/games/boxart/full_steel-beasts_275AmericaFront.jpg,Steel Beasts,PC,Simulation,Shrapnel Games,eSim Games,,,,,,,2000-09-24, +/games/boxart/full_4155950AmericaFrontccc.jpg,Stellar 7,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1990-01-01, +/games/boxart/full_strike-point-the-hex-missions_451PALFront.jpg,Strike Point: The Hex Missions,PC,Simulation,Project Two Interactive,"MotiveTime, Ltd.",,,,,,,1996-01-01, +/games/boxart/full_6852200AmericaFrontccc.jpg,Su-27 Flanker,PC,Simulation,SSI,Flying Legends,,,,,,,1996-04-30, +/games/boxart/full_subwar-2050_6PALFront.jpg,Subwar 2050,PC,Simulation,Microprose,Particle Systems Ltd.,,,,,,,1994-01-01, +/games/boxart/full_6677025JapanFrontccc.jpg,Sugar Bunnies DS: Yume no Sweets Koubou,DS,Simulation,Takara Tomy,Takara Tomy,,,,,,,2007-10-25, +/games/boxart/default.jpg,Sugar Bunnies Wii: Yokoso Bunnies Field e,WW,Simulation,Takara Tomy,Takara Tomy,,,,,,,2009-09-29, +/games/boxart/default.jpg,Super Battletank,SNES,Simulation,Unknown,Imagineering,,,,,,,, +/games/boxart/full_super-battletank_4AmericaFront.jpg,Super Battletank,GG,Simulation,Majesco,Imagineering Inc.,,,,,,,1992-01-01, +/games/boxart/8477094ccc.jpg,Super Battletank,GB,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1994-04-01, +/games/boxart/full_1577820AmericaFrontccc.jpg,Super Battletank 2,SNES,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1994-01-01, +/games/boxart/full_1471878JapanFrontccc.jpg,Super Casino Special,SAT,Simulation,Coconuts Japan,Coconuts Japan,,,,,,,1997-01-24, +/games/boxart/full_6435059PALFrontccc.png,Super Hind,PSN,Simulation,Virgin Play,Mountain Sheep,,,,,,,2009-07-02, +/games/boxart/full_super-schwarzschild_10JapanFront.jpg,Super Schwarzschild,PCE,Simulation,Unknown,Kogado Studio,,,,,,,1991-12-06, +/games/boxart/full_super-schwarzschild-2_3JapanFront.jpg,Super Schwarzschild 2,PCE,Simulation,Unknown,Kogado Studio,,,,,,,1992-12-04, +/games/boxart/8245607ccc.jpg,Super Wing Commander,3DO,Simulation,Electronic Arts,"Origin Systems, Inc",,,,,,,1994-01-01, +/games/boxart/full_supermarket-mania_9PALFront.jpg,Supermarket Mania,PSN,Simulation,G5 Entertainment AB,G5 Entertainment AB,,,,,,,2010-05-18, +/games/boxart/full_supermarket-mania_604AmericaFront.jpg,Supermarket Mania,DSiW,Simulation,G5 Entertainment AB,G5 Entertainment AB,,,,,,,2010-11-22, +/games/boxart/full_9458721AmericaFrontccc.jpg,Surviving High School,DSiW,Simulation,Electronic Arts,Electronic Arts,,,,,,,2010-04-19, +/games/boxart/full_6972450AmericaFrontccc.jpg,Tachyon: The Fringe,PC,Simulation,NovaLogic,NovaLogic,,,,,,,2000-03-30, +/games/boxart/full_3461156JapanFrontccc.jpg,Tadaima Wakusei Kaitakunaka!,SAT,Simulation,Altron,Altron,,,,,,,1995-11-03, +/games/boxart/full_9280562JapanFrontccc.jpg,Tadaima Wakusei Kaitakunaka!,PS,Simulation,Altron,Altron,,,,,,,1995-11-03, +/games/boxart/full_3891230AmericaFrontccc.jpg,Tamagotchi CD-ROM,PC,Simulation,Bandai,7th Level,,,,,,,1997-01-01, +/games/boxart/full_5316086JapanFrontccc.jpg,Tamagotchi Pack,SAT,Simulation,Bandai,Bandai,,,,,,,1998-01-29, +/games/boxart/default.jpg,Tamagotchi Town,SNES,Simulation,Bandai,Marigul,,,,,,,1999-05-01, +/games/boxart/full_tanjou-debut_4JapanFront.jpg,Tanjou Debut,PCE,Simulation,NEC Interchannel,NEC Interchannel,,,,,,,1994-09-22, +/games/boxart/full_tanjou-debut-for-wonderswan_4JapanFront.jpg,Tanjou Debut for WonderSwan,WS,Simulation,Bandai,Bandai Visual,,,,,,,2000-02-24, +/games/boxart/full_tanjou-debut-pure_9JapanFront.jpg,Tanjou Debut Pure,3DO,Simulation,SharRock,Shar Rock,,,,,,,1996-03-22, +/games/boxart/default.jpg,Taxi!,PC,Simulation,Unknown,Excalibur Studios,,,,,,,, +/games/boxart/default.jpg,Taxi!,And,Simulation,Unknown,Excalibur Studios,,,,,,,, +/games/boxart/full_7749270AmericaFrontccc.jpg,Terminus,PC,Simulation,Vatical Entertainment,Vicarious Visions,,,,,,,2000-06-26, +/games/boxart/full_tetsu-1-densha-de-battle_8JapanFront.jpg,Tetsu 1: Densha de Battle!,PS2,Simulation,Syscom,Syscom,,,,,,,2001-07-05, +/games/boxart/default.jpg,Tetsudou Mokei Simulator 5 Dai-8B-Gou,PC,Simulation,I'Max,I'Max,,,,,,,2011-12-09, +/games/boxart/full_2202576JapanFrontccc.jpg,Tetsudou Seminar: JR-Hen,DS,Simulation,Taito,Taito Corporation,,,,,,,2008-03-27, +/games/boxart/full_4329114PALFrontccc.jpg,The Biggest Creators of Empires,PC,Simulation,Sierra Entertainment,"BreakAway Games Ltd., Impressions Games",,,,,,,2003-01-01, +/games/boxart/full_4305442JapanFrontccc.jpg,The Bistro,PS,Simulation,Syscom,Syscom,,,,,,,2000-02-17, +/games/boxart/full_7130431JapanFrontccc.jpg,The Conveni 200X,XBL,Simulation,Hamster Corporation,Masterpiece,,,,,,,2009-12-22, +/games/boxart/full_2726863JapanFrontccc.jpg,The Conveni 200X,X360,Simulation,Hamster Corporation,Masterpiece,,,,,,,2006-03-30, +/games/boxart/full_8893001JapanFrontccc.jpg,The Conveni 2: Zenkoku Chain Tenkai da!,SAT,Simulation,Human Entertainment,Human Entertainment,,,,,,,1998-03-12, +/games/boxart/full_6058343JapanFrontccc.jpg,The Conveni 2: Zenkoku Chain Tenkai da!,PS,Simulation,Human Entertainment,Human Entertainment,,,,,,,1997-12-18, +/games/boxart/full_8665090JapanFrontccc.jpg,The Conveni 3,PS2,Simulation,Hamster Corporation,Hamster Corporation,,,,,,,2003-04-24, +/games/boxart/full_the-conveni-portable_5JapanFront.jpg,The Conveni Portable,PSN,Simulation,Hamster Corporation,Hamster Corporation,,,,,,,2010-07-08, +/games/boxart/full_4729049JapanFrontccc.jpg,The Conveni Special,PS,Simulation,ArtDink,Human Entertainment,,,,,,,1998-03-12, +/games/boxart/full_7751672JapanFrontccc.jpg,The Conveni: Ano Machi wo Dokusen Seyo,SAT,Simulation,Human Entertainment,Human Entertainment,,,,,,,1997-03-20, +/games/boxart/full_the-dog-happy-life_5JapanFront.jpg,The Dog: Happy Life,PSP,Simulation,Yuke's,Yuke's Media Creations,,,,,,,2006-04-27, +/games/boxart/full_the-guild-gold-edition_5AmericaFront.jpg,The Guild: Gold Edition,PC,Simulation,JoWood Productions,4HEAD Studios,,,,,,,2005-11-07, +/games/boxart/full_life-stage-the-virtual-house_3AmericaFront.jpg,The Life Stage: The Virtual House,3DO,Simulation,Panasonic Interactive Media,Micro Cabin,,,,,,,1993-01-01, +/games/boxart/full_3240961AmericaFrontccc.jpg,The Movies: Stunts & Effects,PC,Simulation,Activision,Lionhead Studios,7.9,,,,,,2006-06-06, +/games/boxart/full_9284316PALFrontccc.jpg,The Patrician,PC,Simulation,Ascon Software,Ascon,,,,,,,1992-01-01, +/games/boxart/4101289ccc.jpg,The Sentinel,PC,Simulation,Unknown,Firebird Software,,,,,,,2006-12-22, +/games/boxart/2447428ccc.jpg,"The Settlers II: Veni, Vidi, Vici",PC,Simulation,Blue Byte,Blue Byte Software,,,,,,,1996-08-31, +/games/boxart/full_6058313AmericaFrontccc.jpg,The SimCity Box,PC,Simulation,Electronic Arts,Maxis,,,,,,,2008-06-30, +/games/boxart/full_9307193AmericaFrontccc.png,The Sims 2,PSN,Simulation,Electronic Arts,Maxis,,,,,,,2009-09-30, +/games/boxart/full_9784996AmericaFrontccc.png,The Sims 2: Castaway,PSN,Simulation,Electronic Arts,Maxis,,,,,,,2009-09-30, +/games/boxart/full_the-sims-2-mansion-ampamp-garden-stuff_959AmericaFront.jpg,The Sims 2: Mansion & Garden Stuff,PC,Simulation,Electronic Arts,Maxis Software,,,,,,,2008-11-17, +/games/boxart/full_2685727AmericaFrontccc.jpg,The Sims 2: Pets,GBA,Simulation,Electronic Arts,Maxis,,,,,,,2006-11-07, +/games/boxart/full_9289985AmericaFrontccc.png,The Sims 2: Pets,PSN,Simulation,Electronic Arts,Maxis,,,,,,,2009-09-30, +/games/boxart/full_3971910AmericaFrontccc.jpg,The Sims 3,OSX,Simulation,Electronic Arts,Edge of Reality,,,,,,,2009-06-02,2018-07-20 +/games/boxart/full_6672448AmericaFrontccc.png,The Sims 3,And,Simulation,Electronic Arts,Edge of Reality,,,,,,,2010-10-26,2018-07-20 +/games/boxart/full_7724495AmericaFrontccc.png,The Sims 3,WinP,Simulation,Electronic Arts,Edge of Reality,,,,,,,2010-10-15, +/games/boxart/full_8081380AmericaFrontccc.png,The Sims 3 (Mobile Versions),WinP,Simulation,Electronic Arts,EA mobile,,,,,,,2009-05-05, +/games/boxart/default.jpg,The Sims 3: Commemorative Edition,PC,Simulation,Electronic Arts,EA Redwood Shores,,,,,,,2010-06-03, +/games/boxart/full_1325982AmericaFrontccc.jpeg,The Sims 4: Cool Kitchen Stuff,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-08-11, +/games/boxart/default.jpg,The Sims 4: Get to Work,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-03-31, +/games/boxart/full_6876499AmericaFrontccc.jpeg,The Sims 4: Outdoor Retreat,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-01-13, +/games/boxart/full_9867735AmericaFrontccc.jpeg,The Sims 4: Spooky Stuff,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-09-29, +/games/boxart/full_4588816AmericaFrontccc.jpg,The Sims Carnival: SnapCity,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,2008-01-15, +/games/boxart/full_the-sims-bustin-out_275AmericaFront.jpg,The Sims: Bustin' Out,NGage,Simulation,Electronic Arts,Ideaworks3D,7.3,,,,,,2004-05-12, +/games/boxart/full_goraku-no-dendou_0JapanFront.jpg,Theatre Wars: Goraku no Dendou,3DO,Simulation,Unknown,Scitron & Art,,,,,,,1994-05-14, +/games/boxart/1529926ccc.jpg,Their Finest Hour: The Battle of Britain,PC,Simulation,LucasArts,LucasArts,,,,,,,1989-01-01, +/games/boxart/full_theme-hospital_8AmericaFront.jpg,Theme Hospital,PSN,Simulation,Sony Computer Entertainment,Krisalis Software,,,,,,,2010-08-31, +/games/boxart/full_theme-park_2PALFront.jpg,Theme Park,PC,Simulation,Electronic Arts,Bullfrog,8,,,,,,1994-01-01, +/games/boxart/full_1876032PALFrontccc.jpg,Theme Park,SCD,Simulation,Unknown,Bullfrog Productions,,,,,,,2020-12-31, +/games/boxart/7908984ccc.jpg,Theme Park,3DO,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1994-01-01, +/games/boxart/full_theme-park_10AmericaFront.jpg,Theme Park,GEN,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1995-01-01, +/games/boxart/full_theme-park_4PALFront.jpg,Theme Park,SNES,Simulation,Ocean,Bullfrog Productions,,,,,,,1996-11-11, +/games/boxart/full_3499395PALFrontccc.jpg,thinkSMART: Scotland Yard,DS,Simulation,Unknown,Ravensburger,,,,,,,, +/games/boxart/full_7491360JapanFrontccc.jpg,Thoroughbred Breeder III,SNES,Simulation,Hect,Hector,,,,,,,1996-10-18, +/games/boxart/full_6526384JapanFrontccc.jpg,Thoroughbred Breeder: The Coquest of the World,PS,Simulation,Hect,Hector,,,,,,,1998-04-23, +/games/boxart/3064630ccc.jpg,ThunderStrike 2,SAT,Simulation,Core Design Ltd.,Core Design Ltd.,,,,,,,1996-01-01, +/games/boxart/full_tigershark_680AmericaFront.jpg,TigerShark,PC,Simulation,GT Interactive,n-Space,,,,,,,1997-01-01, +/games/boxart/full_2558208JapanFrontccc.jpg,Tokimeki Memorial,PCE,Simulation,Konami,Konami,,,,,,,1994-05-27, +/games/boxart/default.jpg,Tokimeki Memorial Pocket,GB,Simulation,Konami,KCEK,,,,,,,1999-02-11, +/games/boxart/full_532482JapanFrontccc.jpg,Tokimeki Memorial Selection: Fujisaki Shiori,SAT,Simulation,Konami,Konami,,,,,,,1997-03-27, +/games/boxart/full_7204483JapanFrontccc.jpg,Tokimeki Memorial Selection: Fujisaki Shiori,PS,Simulation,Konami,Konami,,,,,,,1997-03-27, +/games/boxart/default.jpg,Tokimeki Memorial: Forever with You,PC,Simulation,Konami,Konami,,,,,,,1997-01-01, +/games/boxart/full_1763032JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,PSN,Simulation,Konami,Konami,,,,,,,2009-11-11, +/games/boxart/7206990ccc.jpg,Tomcat: The F-14 Fighter Simulator,2600,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-01-01, +/games/boxart/full_7311072PALFrontccc.jpg,Top Gun: Combat Zones,PC,Simulation,Titus,Digital Integration,,,,,,,2003-03-08, +/games/boxart/full_top-gun-fire-at-will_7AmericaFront.jpg,Top Gun: Fire at Will!,PC,Simulation,Spectrum Holobyte,Spectrum Holobyte,,,,,,,1995-12-31, +/games/boxart/full_top-gun-firestorm_7AmericaFront.jpg,Top Gun: Firestorm,GB,Simulation,Titus,Fluid Studios,,,,,,,2001-12-04, +/games/boxart/9139790ccc.jpg,Top Gun: Guts and Glory,GB,Simulation,Konami,Distinctive Software,,,,,,,1993-01-11, +/games/boxart/full_top-gun-hornets-nest_1AmericaFront.jpg,Top Gun: Hornet's Nest,PC,Simulation,Atari,Zipper Interactive,,,,,,,1998-01-01, +/games/boxart/7103842ccc.jpg,Top Gun: The Second Mission,NES,Simulation,Konami,Konami,,,,,,,1990-01-01, +/games/boxart/default.jpg,Top Model Academy,DS,Simulation,Unknown,SevenGames,,,,,,,, +/games/boxart/full_2399473AmericaFrontccc.jpg,Torino-X,XBL,Simulation,Microsoft,Justin Le Clair,,,,,,,2008-12-05, +/games/boxart/full_5949108JapanFrontccc.jpg,Tottoko Hamtaro: Tomodachi Daisakusen Dechu,GB,Simulation,Nintendo,Pax Softonica,,,,,,,2000-09-08, +/games/boxart/full_837805AmericaFrontccc.jpg,Tower Bloxx Deluxe,XBL,Simulation,Microsoft,Digital Chocolate,,,,,,,2009-10-21, +/games/boxart/default.jpg,Tower Bloxx Deluxe,PC,Simulation,Digital Chocolate,Digital Chocolate,,,,,,,2008-06-05, +/games/boxart/full_8452366PALFrontccc.jpg,Train Fever,OSX,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2014-09-04,2018-08-11 +/games/boxart/full_train-frontier-express_822AmericaFront.jpg,Train Frontier Express,XBL,Simulation,Microsoft,Team Train Frontier,8,,,,,,2011-08-30, +/games/boxart/full_9705805JapanFrontccc.jpg,Train Simulator + Densha de Go! Tokyo Kyuukouhen,PS2,Simulation,Taito,Taito Corporation,,,,,,,2003-12-18, +/games/boxart/default.jpg,Trainz 2004: Engineers Edition,PC,Simulation,Unknown,Auran Games,,,,,,,2004-01-01, +/games/boxart/default.jpg,Trainz 2004: Gold Edition,PC,Simulation,Unknown,Auran Games,,,,,,,2004-01-01, +/games/boxart/full_trainz-railroad-simulator-2004_865AmericaFront.jpg,Trainz Railroad Simulator 2004,PC,Simulation,Unknown,Auran Games,7,,,,,,2003-11-02, +/games/boxart/full_trainz-railroad-simulator-2006_990AmericaFront.jpg,Trainz Railroad Simulator 2006,PC,Simulation,Merscom LLC,Auran Games,,,,,,,2006-02-02, +/games/boxart/full_trainz-railway-simulator-2004-passenger-edition_952PALFront.gif,Trainz Railway Simulator 2004: Passenger Edition,PC,Simulation,Unknown,Auran Games,,,,,,,2004-09-24, +/games/boxart/full_trainz-simulator-2009-world-builder-edition_786PALFront.jpg,Trainz Simulator 2009: World Builder,PC,Simulation,Unknown,Auran Games,,,,,,,2009-03-31, +/games/boxart/full_trainz-simulator-2010-engineers-edition_439PALFront.jpg,Trainz Simulator 2010: Engineers Edition,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2009-12-01, +/games/boxart/full_trainz-simulator-2010-engineers-edition-duchess-set_252AmericaFront.jpg,Trainz Simulator 2010: Engineers Edition - Duchess Set,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2011-01-03, +/games/boxart/full_trainz-simulator-classic-cabon-city_531AmericaFront.jpg,Trainz Simulator: Classic Cabon City,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2010-08-16, +/games/boxart/full_8728697AmericaFrontccc.png,Trainz Trouble,PC,Simulation,N3V Games Pty Ltd,N3V Games Pty Ltd,,,,,,,2014-08-26, +/games/boxart/full_9736069AmericaFrontccc.png,Trainz Trouble,And,Simulation,N3V Games Pty Ltd,N3V Games Pty Ltd,,,,,,,2013-04-10, +/games/boxart/full_trainz-ultimate-collection_216PALFront.jpg,Trainz Ultimate Collection,PC,Simulation,Unknown,Auran Games,,,,,,,2006-01-01, +/games/boxart/full_trainz-driver-edition_345AmericaFront.jpg,Trainz: Driver Edition,PC,Simulation,Merscom LLC,Auran Games,,,,,,,2006-09-19, +/games/boxart/full_trainz-the-complete-collection_646AmericaFront.jpg,Trainz: The Complete Collection,PC,Simulation,Paradox Interactive,Auran Games,,,,,,,2008-06-10, +/games/boxart/full_1183420AmericaFrontccc.jpg,TransOcean 2: Rivals,PC,Simulation,Astragon,Deck13 Hamburg,,,,,,,2016-05-10,2019-04-03 +/games/boxart/5495053ccc.jpg,Transport Tycoon,PC,Simulation,Microprose,"MicroProse Software, Inc.",,,,,,,1994-01-01, +/games/boxart/default.jpg,Trek73,PC,Simulation,Unknown,"William K. Char, Perry Lee, and Dan Gee",,,,,,,1973-10-08, +/games/boxart/full_1646270AmericaFrontccc.jpg,Tropico 5,OSX,Simulation,Kalypso Media,Haemimont Games,,,,,,,2014-09-19,2018-08-20 +/games/boxart/full_1187136AmericaFrontccc.jpg,Tropico 5,Linux,Simulation,Kalypso Media,Haemimont Games,,,,,,,2014-09-19,2018-08-20 +/games/boxart/full_5714079JapanFrontccc.jpg,True Love Story,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1996-12-13, +/games/boxart/full_8389932JapanFrontccc.jpg,True Love Story 2,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1999-01-21, +/games/boxart/full_677770JapanFrontccc.jpg,True Love Story: Fan Disk,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1999-11-25, +/games/boxart/full_6542834JapanFrontccc.jpg,True Love Story: Remember My Heart,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1997-12-11, +/games/boxart/full_7149065JapanFrontccc.jpg,"True Love Story: Summer Days, and yet...",PS2,Simulation,Enterbrain,Enterbrain,,,,,,,2003-07-24, +/games/boxart/full_tsuru-teruto-no-jissen-kabushiki-bi-game_8JapanFront.jpg,Tsuru Teruto no Jissen Kabushiki Bi-Game,PCE,Simulation,Intec,Intec,,,,,,,1989-11-01, +/games/boxart/full_turn-and-burn-f-14-dogfight-simulator_476AmericaFront.jpg,Turn and Burn: F-14 Dogfight Simulator,GB,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1992-05-01, +/games/boxart/full_turn-and-burn-no-fly-zone_668AmericaFront.jpg,Turn and Burn: No-Fly Zone,SNES,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1994-02-01, +/games/boxart/default.jpg,U.S. Navy Fighters,PC,Simulation,Unknown,Electronic Arts,,,,,,,, +/games/boxart/default.jpg,U.S. Navy Fighters '97,PC,Simulation,Unknown,Electronic Arts,,,,,,,, +/games/boxart/full_ultimate-air-combat_273AmericaFront.jpg,Ultimate Air Combat,NES,Simulation,Activision,Activision,,,,,,,1992-04-01, +/games/boxart/full_60382AmericaFrontccc.jpg,Ultimate Soccer Manager 98,PC,Simulation,Sierra Entertainment,Impressions Games,,,,,,,1998-01-01, +/games/boxart/default.jpg,Umi no Oh! Yah!,PSN,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2010-11-24, +/games/boxart/full_umi-no-oh-yah_744JapanFront.jpg,Umi no Oh! Yah!,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1998-10-29, +/games/boxart/full_universal-combat_426AmericaFront.jpg,Universal Combat,PC,Simulation,DreamCatcher Interactive,"3000AD, Inc.",,,,,,,2004-02-05, +/games/boxart/full_urban-strike_9AmericaFront.jpg,Urban Strike,GG,Simulation,Electronic Arts,Electronic Arts,,,,,,,1995-01-01, +/games/boxart/full_534879AmericaFrontccc.jpg,Urban Strike,GEN,Simulation,Electronic Arts,Granite Bay Software,,,,,,,1994-03-04, +/games/boxart/8666853ccc.jpg,Urban Strike,GB,Simulation,Black Pearl,Borta,,,,,,,1996-11-01, +/games/boxart/full_5120179AmericaFrontccc.jpg,Urban Strike,SNES,Simulation,Black Pearl,Solid Software,,,,,,,1995-11-01, +/games/boxart/full_9622513AmericaFrontccc.jpg,USAF: United States Air Force,PC,Simulation,Electronic Arts,Pixel Multimedia,,,,,,,1999-10-20, +/games/boxart/full_604899AmericaFrontccc.jpg,Utopia: The Creation of a Nation,SNES,Simulation,Jaleco,Gremlin Interactive,,,,,,,1993-12-01, +/games/boxart/full_uzumaki-noroi-simulation_5JapanFront.jpg,Uzumaki: Noroi Simulation,WS,Simulation,Omega Micott,Omega Micott,,,,,,,2000-03-04, +/games/boxart/full_virtual-cameraman-part-1-sawada-naomi-and-juri-anna_4JapanFront.jpg,Virtual Cameraman Part 1: Sawada Naomi and Juri Anna,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-02-17, +/games/boxart/full_virtual-cameraman-part-2-kawai-natsumi-and-tachihara-kimi_7JapanFront.jpg,Virtual Cameraman Part 2: Kawai Natsumi and Tachihara Kimi,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-03-24, +/games/boxart/full_virtual-cameraman-part-3-sugimoto-yumika_6JapanFront.jpg,Virtual Cameraman Part 3: Sugimoto Yumika,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-04-28, +/games/boxart/full_virtual-cameraman-part-4-toya-shiori_10JapanFront.jpg,Virtual Cameraman Part 4: Toya Shiori,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-06-02, +/games/boxart/full_virtual-cameraman-part-5-anzo-ari_5JapanFront.jpg,Virtual Cameraman Part 5: Anzo Ari,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-06-30, +/games/boxart/default.jpg,Viscount - Legends of Flight,PC,Simulation,Just Flight,Just Flight,,,,,,,2011-10-28, +/games/boxart/full_2434957AmericaFrontccc.jpg,Viva Pinata,XBL,Simulation,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-08-11, +/games/boxart/full_2189188AmericaFrontccc.jpg,Viva Pinata: Trouble in Paradise,XBL,Simulation,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-08-11, +/games/boxart/full_115585JapanFrontccc.jpg,Wakusei Koukitai Little Cats,PCFX,Simulation,NEC Interchannel,NEC,,,,,,,1997-07-04, +/games/boxart/full_wakusei-kougekitai-little-cats_895JapanFront.jpg,Wakusei Koukitai Little Cats,PS,Simulation,Family Soft,Family Soft,,,,,,,1998-06-25, +/games/boxart/full_wakusei-koukitai-little-cats_253JapanFront.jpg,Wakusei Koukitai Little Cats,PSN,Simulation,Family Soft,Family Soft,,,,,,,2011-03-25, +/games/boxart/full_7149506AmericaFrontccc.jpg,Wall Street Kid,NES,Simulation,Sofel,Sofel,,,,,,,1990-06-01, +/games/boxart/full_3202513JapanFrontccc.jpg,Wan Nyan Doubutsu Byouin,GBA,Simulation,TDK Core,TDK Core,,,,,,,2003-07-25, +/games/boxart/full_warbirds_65AmericaFront.jpg,WarBirds,PC,Simulation,Interactive Magic,Interactive Magic,,,,,,,1998-06-30, +/games/boxart/default.jpg,WarBirds 2004,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2004-05-05, +/games/boxart/default.jpg,WarBirds 2006,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2006-05-08, +/games/boxart/full_warbirds-extreme_644AmericaFront.jpg,Warbirds Extreme,PC,Simulation,Unknown,Abacus Software,,,,,,,2002-02-07, +/games/boxart/full_warbirds-iii-fighter-pilot-academy_77AmericaFront.jpg,WarBirds III,PC,Simulation,Simon & Schuster Interactive,Interactive Entertainment,,,,,,,2002-03-19, +/games/boxart/full_warbirds-of-wwii_254AmericaFront.jpg,Warbirds of WWII,PC,Simulation,Just Flight,Just Flight,,,,,,,2009-08-06, +/games/boxart/full_warbirds-red-baron_783AmericaFront.jpg,WarBirds Red Baron,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2010-06-10, +/games/boxart/full_267424AmericaFrontccc.png,Warhawk (1996),PSN,Simulation,Sony Computer Entertainment,SingleTrac,,,,,,,2007-12-19, +/games/boxart/full_6265633JapanFrontccc.jpg,Watashi no Kitchen,GB,Simulation,Kirat,Kirat,,,,,,,2001-12-21, +/games/boxart/full_9241842JapanFrontccc.jpg,Watashi no MakeSalon,GBA,Simulation,Ludic,Ludic,,,,,,,2002-12-06, +/games/boxart/full_6293451JapanFrontccc.jpg,Watashi no Restaurant,GB,Simulation,Kirat,Kirat,,,,,,,2002-04-26, +/games/boxart/full_141796AmericaFrontccc.jpg,Wedding Dash,PC,Simulation,PlayFirst,PlayFirst,,,,,,,2007-10-17, +/games/boxart/default.jpg,Wedding Dash 2: Rings Around the World,PC,Simulation,PlayFirst,PlayFirst,,,,,,,2008-09-01, +/games/boxart/full_wedding-peach_4JapanFront.jpg,Wedding Peach,SNES,Simulation,KSS,KSS,,,,,,,1995-09-29, +/games/boxart/full_1952284JapanFrontccc.jpg,Wedding Peach: Doki Doki Oiro-naoshi Fashion Dai-sakusen,PS,Simulation,KSS,KSS,,,,,,,1996-09-27, +/games/boxart/default.jpg,Wet Attack: The Empire Cums Back,PC,Simulation,CDV Software Entertainment,Interactive Strip,,,,,,,1999-01-01, +/games/boxart/full_wildlife-park_351AmericaFront.jpg,Wildlife Park,PC,Simulation,Encore,B.Alive,,,,,,,2003-11-14, +/games/boxart/full_wildlife-park-wild-creatures_53PALFront.jpg,Wildlife Park: Wild Creatures,PC,Simulation,Deep Silver,B.Alive,,,,,,,2004-06-03, +/games/boxart/full_3164625AmericaFrontccc.jpg,Wing Commander,SCD,Simulation,Electronic Arts,Game Arts,,,,,,,1994-02-06, +/games/boxart/full_wing-commander-ii-speech-accessory-pack_364AmericaFront.jpg,Wing Commander II: Speech Accessory Pack,PC,Simulation,Origin Systems,Origin,,,,,,,1991-01-01, +/games/boxart/70701ccc.jpg,Wing Commander IV: The Price of Freedom,PC,Simulation,Origin Systems,"Origin Systems, Inc.",,,,,,,1996-08-24, +/games/boxart/full_7985892AmericaFrontccc.png,Wing Commander IV: The Price of Freedom,PSN,Simulation,Sony Computer Entertainment,"Origin Systems, Inc.",,,,,,,2009-12-22, +/games/boxart/full_wing-commander-armada_622AmericaFront.jpg,Wing Commander: Armada,PC,Simulation,Origin Systems,"Origin Systems, Inc.",,,,,,,1994-01-01, +/games/boxart/full_wing-commander-prophecy_167AmericaFront.jpg,Wing Commander: Prophecy,PC,Simulation,Origin Systems,"Origin Systems, Inc.",,,,,,,1997-12-19, +/games/boxart/full_wing-commander-the-secret-missions_908AmericaFront.jpg,Wing Commander: The Secret Missions,PC,Simulation,Origin Systems,Origin,,,,,,,1990-01-01, +/games/boxart/full_wing-commander-the-secret-missions-2-crusade_15AmericaFront.jpg,Wing Commander: The Secret Missions 2 - Crusade,PC,Simulation,Origin Systems,Origin,,,,,,,1991-01-01, +/games/boxart/full_3838824PALFrontccc.jpg,Wing Over,PS,Simulation,JVC,BELUGA Computer Inc.,,,,,,,1997-10-01, +/games/boxart/full_8430554PALFrontccc.jpg,Wing Over 2,PS,Simulation,Avalon Interactive,BELUGA Computer Inc.,,,,,,,1999-01-01, +/games/boxart/4698929ccc.jpg,Wings 2: Aces High,SNES,Simulation,Namco,Namco,,,,,,,1992-09-01, +/games/boxart/full_wings-of-glory_462AmericaFront.jpg,Wings of Glory,PC,Simulation,Electronic Arts,"Origin Systems, Inc.",,,,,,,1994-01-01, +/games/boxart/default.jpg,Wings of Power: WWII Heavy Bombers and Jets,PC,Simulation,Tri Synergy,Shockwave Productions,,,,,,,2004-09-13, +/games/boxart/full_7492983AmericaFrontccc.jpg,Wings of War,PC,Simulation,Gathering of Developers,Silver Wish Games,,,,,,,2004-08-30, +/games/boxart/full_winners-house_981JapanFront.jpg,Winners House,GB,Simulation,NCS,NCS,,,,,,,1991-09-20, +/games/boxart/full_8477246JapanFrontccc.jpg,Wizard's Harmony,SAT,Simulation,Arc System Works,Arc System Works,,,,,,,1995-12-29, +/games/boxart/full_9999044JapanFrontccc.jpg,Wizard's Harmony,PS,Simulation,Arc System Works,Arc System Works,,,,,,,1995-12-29, +/games/boxart/full_6752929JapanFrontccc.jpg,Wizard's Harmony 2,SAT,Simulation,Arc System Works,Arc System Works,,,,,,,1997-12-23, +/games/boxart/full_5849693JapanFrontccc.jpg,Wizard's Harmony 2,PS,Simulation,Arc System Works,Arc System Works,,,,,,,1997-10-16, +/games/boxart/full_3836933JapanFrontccc.jpg,Wizard's Harmony R,PS,Simulation,Arc System Works,Arc System Works,,,,,,,1998-11-26, +/games/boxart/default.jpg,Woodcutter Simulator,PC,Simulation,Unknown,Layernet,,,,,,,2011-10-28, +/games/boxart/full_4954210AmericaFrontccc.jpg,Worldwide Soccer Manager 2008,PC,Simulation,Sega,Sports Interactive,,,,,,,2007-10-23, +/games/boxart/full_7656453JapanFrontccc.jpg,Wuz up b? Produce: Street Dancer,WS,Simulation,Bandai,Fortyfive,,,,,,,2000-04-27, +/games/boxart/3632118ccc.jpg,WWII FIGHTERS,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1998-01-01, +/games/boxart/full_121992PALFrontccc.png,WWII: Battle Over The Pacific,PSN,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-02-26, +/games/boxart/full_4350931PALFrontccc.jpg,WWII: Battle Over The Pacific,PS2,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2006-09-29, +/games/boxart/full_8629464PALFrontccc.jpg,WWII: Battle Over The Pacific,PC,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2006-09-01, +/games/boxart/full_x-tension_264PALFront.jpg,X-Tension,PC,Simulation,THQ,Egosoft,,,,,,,2002-06-01, +/games/boxart/full_x-treme-express_3PALFront.jpg,X-treme Express,PS2,Simulation,Midas Interactive Entertainment,Syscom,,,,,,,2003-03-18, +/games/boxart/9126089ccc.jpg,X-Wing,PC,Simulation,LucasArts,Totally Games,,,,,,,1993-02-01, +/games/boxart/full_x-beyond-the-frontier_54AmericaFront.jpg,X: Beyond the Frontier,PC,Simulation,THQ,Egosoft,,,,,,,2000-01-26, +/games/boxart/full_yakiniku-bugyou_385AmericaFront.jpg,Yakiniku Bugyou,PSN,Simulation,Unknown,G-mode,,,,,,,2011-07-05, +/games/boxart/full_yakiniku-bugyou_284JapanFront.jpg,Yakiniku Bugyou,PS,Simulation,Media Entertainment,G-mode,,,,,,,2001-05-24, +/games/boxart/full_5500934AmericaFrontccc.jpg,Yoot Tower,PC,Simulation,Sega,Sega,,,,,,,1999-03-31, +/games/boxart/default.jpg,Youkoso Iruka Park e,DS,Simulation,Unknown,Starfish SD,,,,,,,, +/games/boxart/full_5778747AmericaFrontccc.jpg,Yummy Yummy Cooking Jam,WW,Simulation,Virtual Toys,Virtual Toys,,,,,,,2008-11-10, +/games/boxart/full_9136107AmericaFrontccc.jpg,Yummy Yummy Cooking Jam,DSiW,Simulation,Virtual Toys,Virtual Toys,,,,,,,2009-12-14, +/games/boxart/full_4399883AmericaFrontccc.png,Yummy Yummy Cooking Jam,PSN,Simulation,Virtual Toys,Virtual Toys,,,,,,,2009-10-28, +/games/boxart/full_5221587JapanFrontccc.jpg,Zero Shiki Kanjou Sentouki Ni,PSP,Simulation,Global A Entertainment,Marionette,,,,,,,2008-01-10, +/games/boxart/default.jpg,Zone of the Enders HD Collection,PSV,Simulation,Konami,Kojima Productions,,,,,,,2012-12-31, +/games/boxart/full_5765845AmericaFrontccc.jpg,Zoo Frenzy,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2010-03-15, +/games/boxart/default.jpg,Zoo Park: Run Your Own Animal Sanctuary,PC,Simulation,Unknown,Excalibur Studios,,,,,,,, +/games/boxart/full_1562047AmericaFrontccc.png,Zoo Tycoon: Friends,PC,Simulation,Microsoft Studios,Behaviour Interactive,,,,,,,2014-10-13, +/games/boxart/full_3685497AmericaFrontccc.png,Zoo Tycoon: Friends,WinP,Simulation,Microsoft Studios,Behaviour Interactive,,,,,,,2014-10-13, +/games/boxart/full_5314703AmericaFrontccc.jpg,Zoo Vet,PC,Simulation,Legacy Interactive,Legacy Interactive,,,,,,,2004-12-01, +/games/boxart/default.jpg,Zoo Vet: Endangered Animals,Wii,Simulation,Unknown,Legacy Interactive,,,,,,,, +/games/boxart/1292830ccc.jpg,Zoo Vet: Endangered Animals,PC,Simulation,Vivendi Games,Legacy Interactive,,,,,,,2007-11-05, +/games/boxart/full_2389190AmericaFrontccc.png,Fallout Shelter,NS,Simulation,Bethesda Softworks,Bethesda Softworks,,,,,,,2018-06-10,2018-06-18 +/games/boxart/full_8400590AmericaFrontccc.png,Lionel City Builder 3D: Rise of the Rails,3DS,Simulation,Big John Games,Big John Games,,,,,,,2016-01-16,2019-01-21 +/games/boxart/default.jpg,153 Hand Video Poker,WiiU,Simulation,Unknown,Skunk Software,,,,,,,,2020-08-19 +/games/boxart/full_1110183AmericaFrontccc.jpg,60 seconds!,PC,Simulation,Robot Gentleman Studios,Robot Entertainment,,,,,,,2015-05-25,2018-01-06 +/games/boxart/full_7734329AmericaFrontccc.png,60 Seconds!,NS,Simulation,Robot Gentleman Studios,Robot Gentleman Studios,,,,,,,2017-12-18,2018-02-04 +/games/boxart/full_5022714AmericaFrontccc.jpg,7VR Wonders,OR,Simulation,VRMonkey,VRMonkey,,,,,,,2017-03-22,2021-10-28 +/games/boxart/full_5646741AmericaFrontccc.png,A World of Keflings,WiiU,Simulation,Unknown,NinjaBee,,,,,,,,2018-01-05 +/games/boxart/full_6602606AmericaFrontccc.jpg,Aabs Animals,PS3,Simulation,Unknown,Aabs,,,,,,,,2022-08-18 +/games/boxart/full_1801613AmericaFrontccc.jpg,Aabs Animals,PSV,Simulation,Unknown,Aabs,,,,,,,,2022-08-18 +/games/boxart/full_6247870JapanFrontccc.jpg,Ace Attorney 123: Wright Selection,NS,Simulation,Capcom,Capcom,,,,,,,2019-02-21,2019-02-24 +/games/boxart/default.jpg,Ace Combat: Assault Horizon Enhanced Edition,PC,Simulation,Unknown,Bandai Namco,,,,,,,,2024-01-28 +/games/boxart/full_2713537AmericaFrontccc.jpg,Against the Storm,PC,Simulation,Unknown,Eremite Games,,,,,,,,2023-12-13 +/games/boxart/full_9518030AmericaFrontccc.jpg,Air Conflicts: Double Pack,NS,Simulation,U&I Entertainment,U&I Entertainment,,,,,,,2019-12-01,2018-10-07 +/games/boxart/full_884502AmericaFrontccc.jpg,Air Force Special Ops Nightfall,PS4,Simulation,Sony Interactive Entertainment,Sony Interactive Entertainment,,,,,,,2017-06-20,2018-09-19 +/games/boxart/full_2683035AmericaFrontccc.jpg,Akogare Girls Collection: Wan Nyan Doubutsu Byouin Pet no Oisha-san ni Narou!,3DS,Simulation,Nippon Columbia,Nippon Columbia,,,,,,,2018-03-15,2018-04-02 +/games/boxart/full_431755AmericaFrontccc.jpg,Amorous,PC,Simulation,Snaggletooth Studios,Team Amorous,,,,,,,2018-04-13,2019-04-04 +/games/boxart/full_3398323AmericaFrontccc.png,Animal Crossing: Pocket Camp,And,Simulation,Nintendo,Nintendo,,,,,,,2017-11-22,2018-04-04 +/games/boxart/full_9820670AmericaFrontccc.png,Animal Crossing: Pocket Camp,iOS,Simulation,Nintendo,Nintendo,,,,,,,2017-11-22,2018-04-04 +/games/boxart/full_3815493AmericaFrontccc.jpg,Aperture Desk Job,PC,Simulation,Valve,Valve,,,,,,,2022-03-01,2023-01-29 +/games/boxart/default.jpg,Aqua TV,WiiU,Simulation,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_1468988AmericaFrontccc.jpg,Artemis Spaceship Bridge Simulator,PC,Simulation,"Incandescent Core, LLC","Incandescent Core, LLC",,,,,,,2013-09-16,2018-08-18 +/games/boxart/full_5628204AmericaFrontccc.jpg,Automachef,PC,Simulation,Team 17,Hermes Interactive,,,,,,,2019-07-23,2019-08-17 +/games/boxart/default.jpg,Bee Simulator,XOne,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 +/games/boxart/default.jpg,Bee Simulator,PS4,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 +/games/boxart/default.jpg,Bee Simulator,PC,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 +/games/boxart/default.jpg,Bee Simulator,NS,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 +/games/boxart/full_6863483AmericaFrontccc.jpg,Bomber Crew,PS4,Simulation,Merge Games,Runner Duck,,,,,,,2019-03-12,2019-01-03 +/games/boxart/full_1308978AmericaFrontccc.jpg,Bomber Crew,NS,Simulation,Merge Games,Runner Duck,,,,,,,2019-03-12,2019-01-03 +/games/boxart/full_2905717AmericaFrontccc.jpg,Bomber Crew,XOne,Simulation,Curve Digital,Runner Duck,,,,,,,2018-07-10,2019-01-03 +/games/boxart/full_5725794AmericaFrontccc.png,Bridge Constructor Portal,NS,Simulation,Headup Games,ClockStone,,,,,,,2018-02-28,2018-02-22 +/games/boxart/default.jpg,Bridge Constructor Portal,iOS,Simulation,Unknown,ClockStoneSoftware,,,,,,,,2018-02-21 +/games/boxart/full_856823AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,PS4,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 +/games/boxart/full_1307994AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,PS5,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 +/games/boxart/full_8523389AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,XOne,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 +/games/boxart/full_2267273AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,XS,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 +/games/boxart/full_4619505AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,PC,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 +/games/boxart/full_222201AmericaFrontccc.jpg,Catch & Release,PC,Simulation,Advanced Interactive Gaming Ltd.,metricminds GmbH & Co. KG,,,,,,,2018-06-07,2019-04-20 +/games/boxart/full_7036970AmericaFrontccc.jpg,Catch & Release,PS4,Simulation,metricminds GmbH & Co. KG,metricminds GmbH & Co. KG,,,,,,,2018-08-28,2019-04-20 +/games/boxart/full_3416190AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,PC,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 +/games/boxart/full_2507413AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,PS4,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 +/games/boxart/full_3321619AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,PS5,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 +/games/boxart/full_5499765AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,XOne,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 +/games/boxart/full_1911872AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,XS,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 +/games/boxart/full_7441101AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,NS,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 +/games/boxart/full_2641694AmericaFrontccc.png,Cities: Skylines,NS,Simulation,Paradox Interactive,Colossal Order,,,,,,,2018-09-14,2018-09-13 +/games/boxart/full_8836353AmericaFrontccc.png,Cities: Skylines II,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2023-10-24,2023-06-12 +/games/boxart/full_8404521AmericaFrontccc.png,Cities: Skylines II,PS5,Simulation,Paradox Interactive,Colossal Order,,,,,,,2024-12-01,2023-06-12 +/games/boxart/full_3473583AmericaFrontccc.png,Cities: Skylines II,XS,Simulation,Paradox Interactive,Colossal Order,,,,,,,2024-12-01,2023-06-12 +/games/boxart/full_2987130AmericaFrontccc.jpg,Comanche,All,Simulation,THQ Nordic,NUKKLEAR,,,,,,,2020-03-12,2021-03-27 +/games/boxart/default.jpg,Comanche 2,PC,Simulation,Unknown,NovaLogic,,,,,,,,2021-03-27 +/games/boxart/full_2826909AmericaFrontccc.jpg,Conqueror A.D. 1086,PC,Simulation,Activision,Sierra,,,,,,,1995-01-01,2018-01-07 +/games/boxart/full_9116458AmericaFrontccc.png,"Cook, Serve, Delicious!",And,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2012-10-05,2019-04-04 +/games/boxart/full_1782230AmericaFrontccc.jpg,"Cook, Serve, Delicious! 2!!",PS4,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2018-12-18,2019-04-04 +/games/boxart/full_5675787AmericaFrontccc.png,"Cook, Serve, Delicious! 2!!",NS,Simulation,Vertigo Games,Vertigo Gaming Inc.,,,,,,,2019-04-10,2019-04-04 +/games/boxart/full_6202895AmericaFrontccc.jpg,"Cook, Serve, Delicious! 2!!",XOne,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2019-04-10,2019-04-04 +/games/boxart/full_2388241AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",NS,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 +/games/boxart/full_4925745AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",PC,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 +/games/boxart/full_3342569AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",PS4,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 +/games/boxart/full_5194093AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",XOne,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 +/games/boxart/default.jpg,Cooking Mama: CookStar,PS4,Simulation,Unknown,Ravenscourt,,,,,,,,2019-08-17 +/games/boxart/default.jpg,Cooking Mama: CookStar,NS,Simulation,Unknown,Ravenscourt,,,,,,,,2019-08-17 +/games/boxart/full_1872202AmericaFrontccc.jpg,Cozy Grove,PS4,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 +/games/boxart/full_3801619AmericaFrontccc.jpg,Cozy Grove,PS5,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 +/games/boxart/full_6596712AmericaFrontccc.jpg,Cozy Grove,XS,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 +/games/boxart/full_342194AmericaFrontccc.jpg,Cozy Grove,NS,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 +/games/boxart/full_7501268AmericaFrontccc.jpg,Cozy Grove,PC,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 +/games/boxart/full_2999786AmericaFrontccc.jpg,Cozy Grove,XOne,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 +/games/boxart/full_1214936AmericaFrontccc.png,Cultist Simulator,PC,Simulation,Humble Bundle,Weather Factory,,,,,,,2018-05-31,2018-04-09 +/games/boxart/full_5004934PALFrontccc.jpg,Damage Inc.: Pacific Squadron WWII,PS3,Simulation,Mad Catz,Mad Catz,,,,,,,2012-08-28,2018-12-15 +/games/boxart/full_7138803AmericaFrontccc.jpg,Damage Inc.: Pacific Squadron WWII,PC,Simulation,Mad Catz,Mad Catz,,,,,,,2012-08-28,2018-12-15 +/games/boxart/full_4508908AmericaFrontccc.jpg,Disney Dreamlight Valley,PS5,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 +/games/boxart/full_1410329AmericaFrontccc.jpg,Disney Dreamlight Valley,XOne,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 +/games/boxart/full_3596842AmericaFrontccc.jpg,Disney Dreamlight Valley,XS,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 +/games/boxart/full_4801778AmericaFrontccc.jpg,Disney Dreamlight Valley,NS,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 +/games/boxart/full_3901382AmericaFrontccc.jpg,Disney Dreamlight Valley,PC,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 +/games/boxart/full_4895088AmericaFrontccc.jpg,Doraemon Story of Seasons,PC,Simulation,Bandai Namco,Marvelous,,,,,,,2019-10-11,2019-08-16 +/games/boxart/full_3261815AmericaFrontccc.jpg,Doraemon Story of Seasons,PS4,Simulation,Bandai Namco Entertainment,Marvelous,,,,,,,2020-09-04,2020-05-08 +/games/boxart/full_1376676AmericaFrontccc.jpg,Doraemon Story of Seasons: Friends of the Great Kingdom,PC,Simulation,Unknown,Marvelous,,,,,,,,2022-10-16 +/games/boxart/full_1214987AmericaFrontccc.jpg,Doraemon Story of Seasons: Friends of the Great Kingdom,PS5,Simulation,Unknown,Marvelous,,,,,,,,2022-10-16 +/games/boxart/full_3745786AmericaFrontccc.jpg,Doraemon Story of Seasons: Friends of the Great Kingdom,NS,Simulation,Unknown,Marvelous,,,,,,,,2022-10-16 +/games/boxart/full_6998219AmericaFrontccc.jpg,Doraemon: Nobita's Story of Seasons,NS,Simulation,Bandai Namco,Marvelous,,,,,,,2019-10-11,2019-04-08 +/games/boxart/full_1124178AmericaFrontccc.jpg,Emily is Away,PC,Simulation,Kyle Seeley,Kyle Seeley,,,,,,,2015-11-20,2019-04-16 +/games/boxart/full_4636893AmericaFrontccc.jpg,Emily is Away <3,PC,Simulation,Kyle Seeley,Kyle Seeley,,,,,,,2020-12-31,2019-04-16 +/games/boxart/full_5735439AmericaFrontccc.png,Everest VR,OR,Simulation,Sólfar Studios,Sólfar Studios,,,,,,,2017-02-14,2021-10-28 +/games/boxart/full_9132117AmericaFrontccc.jpg,F1 Manager 2022,XOne,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 +/games/boxart/full_8845443AmericaFrontccc.jpg,F1 Manager 2022,XS,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 +/games/boxart/full_4815262AmericaFrontccc.jpg,F1 Manager 2022,PC,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 +/games/boxart/full_3486196AmericaFrontccc.jpg,F1 Manager 2022,PS4,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 +/games/boxart/full_1441046AmericaFrontccc.jpg,F1 Manager 2022,PS5,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 +/games/boxart/full_3600690AmericaFrontccc.jpg,F1 Manager 2023,XOne,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 +/games/boxart/full_9581355AmericaFrontccc.jpg,F1 Manager 2023,XS,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 +/games/boxart/full_1275454AmericaFrontccc.jpg,F1 Manager 2023,PC,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 +/games/boxart/full_6006237AmericaFrontccc.jpg,F1 Manager 2023,PS4,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 +/games/boxart/full_9694222AmericaFrontccc.jpg,F1 Manager 2023,PS5,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 +/games/boxart/full_8912096AmericaFrontccc.png,Farm Expert 2018,NS,Simulation,SimFabric,SimFabric,,,,,,,2018-03-30,2018-03-23 +/games/boxart/default.jpg,Farming Simulator & Hunting Simulator Bundle,NS,Simulation,Unknown,Maximum Games,,,,,,,,2018-11-11 +/games/boxart/full_5275345AmericaFrontccc.jpg,Farming Simulator 20,All,Simulation,Focus Home Interactive,Giants Software,,,,,,,2019-12-03,2020-12-18 +/games/boxart/full_9942097AmericaFrontccc.jpg,Fishing Sim World,PC,Simulation,Dovetail Games,Dovetail Games,,,,,,,2018-09-18,2018-08-02 +/games/boxart/full_1092911AmericaFrontccc.jpg,Five Nights at Freddy's: Sister Location,PC,Simulation,Scott Cawthon,Scott Cawthon,,,,,,,2016-10-07,2018-03-28 +/games/boxart/default.jpg,Five Nights at Freddy's: Sister Location,And,Simulation,Unknown,Scott Cawthon,,,,,,,,2018-04-03 +/games/boxart/full_1673284AmericaFrontccc.jpg,Five Nights at Freddy?s VR: Help Wanted,PC,Simulation,ScottGames,Steel Wool Studios,,,,,,,2019-05-28,2019-05-25 +/games/boxart/default.jpg,Five Nights at Freddy?s VR: Help Wanted,PS4,Simulation,ScottGames,Steel Wool Studios,,,,,,,2019-05-28,2019-05-25 +/games/boxart/full_2518161AmericaFrontccc.jpg,Flipper Mechanic,PS5,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_487938AmericaFrontccc.jpg,Flipper Mechanic,XOne,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_3450626AmericaFrontccc.jpg,Flipper Mechanic,XS,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_8004980AmericaFrontccc.jpg,Flipper Mechanic,NS,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_8253491AmericaFrontccc.jpg,Flipper Mechanic,PC,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_8600295AmericaFrontccc.jpg,Flipper Mechanic,PS4,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 +/games/boxart/full_9557745AmericaFrontccc.jpg,flOw,PSV,Simulation,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2013-12-17,2018-09-23 +/games/boxart/full_417210PALFrontccc.png,Football Manager 2016,Linux,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 +/games/boxart/full_6537068PALFrontccc.png,Football Manager 2016,OSX,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 +/games/boxart/full_3470089PALFrontccc.jpg,Football Manager 2016,All,Simulation,Sega,Sports Interactive,,,,,,,2015-11-13,2020-11-13 +/games/boxart/full_6744587AmericaFrontccc.jpg,Football Manager 2017,All,Simulation,Sega,Sports Interactive,,,,,,,2016-11-04,2020-11-13 +/games/boxart/full_6455027PALFrontccc.jpg,Football Manager 2017,OSX,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 +/games/boxart/full_1485894PALFrontccc.jpg,Football Manager 2017,Linux,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 +/games/boxart/full_8248965PALFrontccc.jpg,Football Manager 2018,OSX,Simulation,Sega,Sports Interactive,,,,,,,2017-11-10,2018-05-31 +/games/boxart/full_7446232PALFrontccc.jpg,Football Manager 2018,Linux,Simulation,Sega,Sports Interactive,,,,,,,2017-11-10,2018-05-31 +/games/boxart/full_9048693AmericaFrontccc.jpg,Football Manager 2020,iOS,Simulation,Unknown,Sports Interactive,,,,,,,,2019-11-22 +/games/boxart/full_44607AmericaFrontccc.jpg,Football Manager 2020,NS,Simulation,Unknown,Sports Interactive,,,,,,,,2019-11-22 +/games/boxart/full_7741125PALFrontccc.jpg,Football Manager 2020,PC,Simulation,Sega,Sports Interactive,,,,,,,2019-11-19,2019-11-22 +/games/boxart/full_8004026AmericaFrontccc.jpg,Football Manager 2022,NS,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 +/games/boxart/full_9931622AmericaFrontccc.jpg,Football Manager 2022,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 +/games/boxart/full_6418169AmericaFrontccc.jpg,Football Manager 2022,XOne,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 +/games/boxart/full_5493520AmericaFrontccc.jpg,Football Manager 2022,XS,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 +/games/boxart/full_2746917AmericaFrontccc.jpg,Football Manager 2022,All,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 +/games/boxart/full_4909201AmericaFrontccc.jpg,Football Manager 2023,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 +/games/boxart/full_2040595AmericaFrontccc.jpg,Football Manager 2023,PS5,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 +/games/boxart/full_8819869AmericaFrontccc.jpg,Football Manager 2023,XOne,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 +/games/boxart/full_7814656AmericaFrontccc.jpg,Football Manager 2023,XS,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 +/games/boxart/full_8153522AmericaFrontccc.jpg,Football Manager 2023,All,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 +/games/boxart/full_5450232AmericaFrontccc.jpg,Football Manager 2023,NS,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 +/games/boxart/full_2144645AmericaFrontccc.jpg,Football Manager 2024,PS5,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 +/games/boxart/full_3300AmericaFrontccc.jpg,Football Manager 2024,XOne,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 +/games/boxart/full_4044110AmericaFrontccc.jpg,Football Manager 2024,XS,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 +/games/boxart/full_1863408AmericaFrontccc.jpg,Football Manager 2024,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 +/games/boxart/default.jpg,Freddy Fazbear's Pizzeria Simulator,PC,Simulation,Scott Cawthon,Scott Cawthon,,,,,,,2017-12-04,2018-03-30 +/games/boxart/full_1920509AmericaFrontccc.jpg,Game Dev Tycoon,NS,Simulation,Greenheart Games,Rarebyte,,,,,,,2020-10-11,2020-09-03 +/games/boxart/full_2044211AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,PS4,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 +/games/boxart/full_6075411AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,PS5,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 +/games/boxart/full_1813184AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,XOne,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 +/games/boxart/full_4303336AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,XS,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 +/games/boxart/full_6930367AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,NS,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 +/games/boxart/full_4986387AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,PC,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 +/games/boxart/full_5666074AmericaFrontccc.jpg,GASP,PC,Simulation,Dark Day Interactive,Dark Day Interactive,,,,,,,2015-11-12,2019-03-26 +/games/boxart/full_984302PALFrontccc.jpg,Goat Simulator: The Bundle,PS4,Simulation,Koch Media,Coffee Stain Studios,,,,,,,2016-11-18,2018-09-11 +/games/boxart/full_3937969AmericaFrontccc.jpg,GORN,PC,Simulation,Unknown,Free Lives,,,,,,,,2019-07-25 +/games/boxart/full_4300681AmericaFrontccc.jpg,Hardspace: Shipbreaker,PC,Simulation,Unknown,Blackbird Interactive,,,,,,,,2022-06-26 +/games/boxart/full_3362429AmericaFrontccc.jpg,Hardspace: Shipbreaker,PS5,Simulation,Unknown,Blackbird Interactive,,,,,,,,2022-09-19 +/games/boxart/full_4610749AmericaFrontccc.jpg,Hardspace: Shipbreaker,XS,Simulation,Unknown,Blackbird Interactive,,,,,,,,2022-09-19 +/games/boxart/default.jpg,Harvest Moon 64,WiiU,Simulation,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Harvest Moon: Light of Hope,PC,Simulation,Unknown,Natsume,,,,,,,,2020-12-07 +/games/boxart/default.jpg,Harvest Moon: One World,PS4,Simulation,Unknown,Natsume,,,,,,,,2020-06-23 +/games/boxart/default.jpg,Harvest Moon: One World,NS,Simulation,Unknown,Natsume,,,,,,,,2020-05-12 +/games/boxart/full_9296920AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,XS,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 +/games/boxart/full_7680012AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,NS,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 +/games/boxart/full_7381909AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,PC,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 +/games/boxart/full_3032856AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,PS4,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 +/games/boxart/full_6071088AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,PS5,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 +/games/boxart/full_5485407AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,XOne,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 +/games/boxart/full_5867829AmericaFrontccc.png,Haunted Chocolatier,PC,Simulation,Unknown,ConcernedApe,,,,,,,,2021-10-23 +/games/boxart/full_5911337AmericaFrontccc.jpg,Hello Engineer,XS,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 +/games/boxart/full_7000819AmericaFrontccc.jpg,Hello Engineer,NS,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 +/games/boxart/full_9585730AmericaFrontccc.jpg,Hello Engineer,PS4,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 +/games/boxart/full_4913378AmericaFrontccc.jpg,Hello Engineer,PS5,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 +/games/boxart/full_2970989AmericaFrontccc.jpg,Hello Engineer,XOne,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 +/games/boxart/full_7565399AmericaFrontccc.jpg,Hello Engineer: Scrap Machines Constructor,PC,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-18 +/games/boxart/default.jpg,Heroes in the Sky-Origin,PC,Simulation,Unknown,GameUS Inc.,,,,,,,,2019-03-29 +/games/boxart/full_5399776AmericaFrontccc.jpg,HIS (Heroes In the Sky),PC,Simulation,GameUS Inc.,GameUS Inc.,,,,,,,2015-03-03,2019-04-01 +/games/boxart/full_454921AmericaFrontccc.png,Holy Potatoes! A Weapon Shop?!,NS,Simulation,Unknown,Daylight Studios,,,,,,,,2018-07-05 +/games/boxart/default.jpg,Holy Potatoes! A Weapon Shop?!,PS4,Simulation,Unknown,Daylight Studios,,,,,,,,2018-07-05 +/games/boxart/full_7392960AmericaFrontccc.jpg,Holyday City: Reloaded,PC,Simulation,Holyday Studios,Holyday Studios,,,,,,,2017-12-14,2019-04-01 +/games/boxart/full_3530324AmericaFrontccc.jpg,House Flipper 2,PC,Simulation,Unknown,Frozen District,,,,,,,,2023-10-04 +/games/boxart/full_9026231AmericaFrontccc.jpg,House Flipper 2,PS5,Simulation,Unknown,Frozen District,,,,,,,,2023-10-04 +/games/boxart/full_6188216AmericaFrontccc.jpg,House Flipper 2,XS,Simulation,Unknown,Frozen District,,,,,,,,2023-10-04 +/games/boxart/full_2750971AmericaFrontccc.jpg,I Am Bread,XOne,Simulation,Bossa Studios,Bossa Studios,,,,,,,2017-01-20,2018-08-11 +/games/boxart/full_8095230AmericaFrontccc.png,Island Flight Simulator,NS,Simulation,Libredia Entertainment,Caipirinha Games,,,,,,,2018-02-01,2018-03-12 +/games/boxart/default.jpg,Islanders,PC,Simulation,Grizzly Games,GrizzlyGames,,,,,,,2019-04-04,2021-11-08 +/games/boxart/default.jpg,Islanders,Linux,Simulation,Unknown,GrizzlyGames,,,,,,,,2021-11-08 +/games/boxart/full_3676895AmericaFrontccc.jpeg,Islanders: Console Edition,XS,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 +/games/boxart/full_7081705PALFrontccc.jpeg,Islanders: Console Edition,PS4,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 +/games/boxart/full_5299044AmericaFrontccc.jpeg,Islanders: Console Edition,XOne,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 +/games/boxart/full_8157924PALFrontccc.jpeg,Islanders: Console Edition,NS,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-11,2021-11-08 +/games/boxart/full_3363400PALFrontccc.jpeg,Islanders: Console Edition,PS5,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 +/games/boxart/full_9598925AmericaFrontccc.jpg,Jurassic World Evolution 2,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 +/games/boxart/full_2007756AmericaFrontccc.jpg,Jurassic World Evolution 2,PS4,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 +/games/boxart/full_8453426AmericaFrontccc.jpg,Jurassic World Evolution 2,PS5,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 +/games/boxart/full_3351633AmericaFrontccc.jpg,Jurassic World Evolution 2,XOne,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 +/games/boxart/full_1080007AmericaFrontccc.jpg,Jurassic World Evolution 2,XS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 +/games/boxart/full_3336377AmericaFrontccc.jpg,Jurassic World Evolution: Complete Edition,NS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-11-03,2020-09-08 +/games/boxart/full_8441120AmericaFrontccc.jpg,Kerbal Space Program 2,PC,Simulation,Squad,Squad,,,,,,,2020-12-01,2019-10-24 +/games/boxart/full_2858053AmericaFrontccc.jpg,Kerbal Space Program 2,PS4,Simulation,Squad,Squad,,,,,,,2020-12-01,2019-10-24 +/games/boxart/full_8641645AmericaFrontccc.jpg,Kerbal Space Program 2,XOne,Simulation,Squad,Squad,,,,,,,2020-12-01,2019-10-24 +/games/boxart/full_318279AmericaFrontccc.jpg,Kill It With Fire VR,PC,Simulation,Unknown,Charm Games,,,,,,,,2023-12-27 +/games/boxart/full_1885709AmericaFrontccc.jpg,Kill It With Fire VR,PS4,Simulation,Unknown,Charm Games,,,,,,,,2023-12-27 +/games/boxart/full_2080639AmericaFrontccc.jpg,Kill It With Fire VR,PS5,Simulation,Unknown,Charm Games,,,,,,,,2023-12-27 +/games/boxart/full_9386496JapanFrontccc.jpg,La Corda d'Oro: Octave,NS,Simulation,Koei Tecmo,Ruby Party,,,,,,,2019-02-14,2019-02-24 +/games/boxart/full_6463246JapanFrontccc.jpg,La Corda d'Oro: Octave,PSV,Simulation,Koei Tecmo,Ruby Party,,,,,,,2019-02-14,2019-02-24 +/games/boxart/default.jpg,La Corda d'Oro: Octave,PC,Simulation,Koei Tecmo,Ruby Party,,,,,,,2019-02-14,2019-02-24 +/games/boxart/full_9936900AmericaFrontccc.png,Let's Build a Zoo,PS5,Simulation,No More Robots,Springloaded,,,,,,,2021-09-29,2022-10-03 +/games/boxart/full_182281AmericaFrontccc.png,Let's Build a Zoo,PS4,Simulation,No More Robots,Springloaded,,,,,,,2022-09-29,2022-10-03 +/games/boxart/full_7354610AmericaFrontccc.png,Let's Build a Zoo,XS,Simulation,Unknown,Springloaded,,,,,,,,2022-10-03 +/games/boxart/full_627183AmericaFrontccc.png,Let's Build a Zoo,PC,Simulation,No More Robots,Springloaded,,,,,,,2021-11-05,2022-10-03 +/games/boxart/full_5094023AmericaFrontccc.png,Let's Build a Zoo,XOne,Simulation,Unknown,Springloaded,,,,,,,,2022-10-03 +/games/boxart/full_3000153AmericaFrontccc.png,Let's Build a Zoo,NS,Simulation,No More Robots,Springloaded,,,,,,,2021-09-29,2022-10-03 +/games/boxart/full_7942981AmericaFrontccc.jpg,Little Cities,PC,Simulation,Unknown,Purple Yonder,,,,,,,,2022-12-12 +/games/boxart/full_7421551AmericaFrontccc.jpg,Little Friends: Dogs & Cats,NS,Simulation,Sold Out,Imagineer,,,,,,,2019-05-27,2019-05-19 +/games/boxart/full_5204343JapanFrontccc.jpg,LoveR,PS4,Simulation,Kadokawa Games,Kadokawa Games,,,,,,,2019-03-14,2019-03-22 +/games/boxart/full_3526444AmericaFrontccc.jpg,Medieval Engineers,PC,Simulation,Keen Software House,Keen Software House,,,,,,,2020-12-01,2019-07-02 +/games/boxart/full_2535717PALFrontccc.jpg,Michigan: Report from Hell,PS2,Simulation,Spike Co.,Grasshopper Manufacture,,,,,,,2004-08-05,2019-12-09 +/games/boxart/full_8576342AmericaFrontccc.jpg,Microsoft Flight Simulator (2020),XS,Simulation,Xbox Game Studios,Asobo Studio,,,,,,,2020-12-31,2021-08-13 +/games/boxart/full_2506519AmericaFrontccc.jpg,Microsoft Flight Simulator 2024,PC,Simulation,Unknown,Asobo Studio,,,,,,,,2023-06-12 +/games/boxart/full_6430987AmericaFrontccc.jpg,Microsoft Flight Simulator 2024,XS,Simulation,Unknown,Asobo Studio,,,,,,,,2023-06-12 +/games/boxart/full_3545602AmericaFrontccc.jpg,Moving Out,NS,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 +/games/boxart/full_9230187AmericaFrontccc.jpg,Moving Out,PC,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 +/games/boxart/full_2280790AmericaFrontccc.jpg,Moving Out,PS4,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 +/games/boxart/full_9750072AmericaFrontccc.jpg,Moving Out,XOne,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 +/games/boxart/full_639240AmericaFrontccc.jpg,Moving Out 2,XOne,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 +/games/boxart/full_2947375AmericaFrontccc.jpg,Moving Out 2,XS,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 +/games/boxart/full_7817764AmericaFrontccc.jpg,Moving Out 2,NS,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 +/games/boxart/full_3914884AmericaFrontccc.jpg,Moving Out 2,PC,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 +/games/boxart/full_7383632AmericaFrontccc.jpg,Moving Out 2,PS4,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 +/games/boxart/full_5980026AmericaFrontccc.jpg,Moving Out 2,PS5,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 +/games/boxart/full_8361770AmericaFrontccc.jpg,My Riding Stables 2: Life with Horses,PC,Simulation,Anikids,Sproing,,,,,,,2014-03-28,2018-08-04 +/games/boxart/full_3976093AmericaFrontccc.jpg,My Time At Portia,PS4,Simulation,Team 17,Pathea Games,,,,,,,2019-04-16,2019-04-15 +/games/boxart/full_7172341AmericaFrontccc.jpg,My Time At Portia,XOne,Simulation,Team 17,Pathea Games,,,,,,,2019-04-16,2019-04-15 +/games/boxart/full_6350120AmericaFrontccc.jpg,My Time At Portia,NS,Simulation,Team 17,Pathea Games,,,,,,,2019-04-16,2019-04-15 +/games/boxart/full_2386334JapanFrontccc.jpg,N.U.D.E.@ Natural Ultimate Digital Experiment,XB,Simulation,Microsoft Game Studios,RED Entertainment,,,,,,,2003-04-24,2018-10-10 +/games/boxart/full_9447901AmericaFrontccc.jpg,Need a Packet?,NS,Simulation,Marginal act,Marginal act,,,,,,,2020-07-24,2020-07-18 +/games/boxart/full_2576126AmericaFrontccc.jpg,Need a Packet?,PSV,Simulation,Unknown,Marginal act,,,,,,,,2020-07-18 +/games/boxart/full_4958036AmericaFrontccc.jpg,Need a Packet?,PC,Simulation,Marginal act,Marginal act,,,,,,,2018-08-20,2020-07-18 +/games/boxart/full_4003402AmericaFrontccc.jpg,Neo Atlas 1469,PC,Simulation,Arc System Works,ArtDink,,,,,,,2017-02-14,2018-04-26 +/games/boxart/full_992038AmericaFrontccc.png,New Frontier Days: Founding Pioneers,NS,Simulation,Arc System Works,Arc System Works,,,,,,,2017-03-23,2018-03-23 +/games/boxart/full_3851306AmericaFrontccc.png,Not For Broadcast,PC,Simulation,Unknown,NotGames,,,,,,,,2022-11-19 +/games/boxart/full_7423336AmericaFrontccc.jpg,Oculus First Contact,OR,Simulation,Oculus,Fun Bits,,,,,,,2016-12-05,2021-10-27 +/games/boxart/full_4095928AmericaFrontccc.png,Oh...Sir! The Hollywood Roast,NS,Simulation,Gambitious,Gambitious,,,,,,,2018-01-18,2018-03-25 +/games/boxart/full_3786732AmericaFrontccc.jpg,Oh...Sir! The Insult Simulator,XOne,Simulation,Vile Monarch,Vile Monarch,,,,,,,2017-08-04,2018-01-25 +/games/boxart/full_1696031AmericaFrontccc.png,Oh...Sir! The Insult Simulator,NS,Simulation,Gambitious,Gambitious,,,,,,,2018-01-18,2018-03-25 +/games/boxart/default.jpg,Oh...Sir! The Insult Simulator,PC,Simulation,Unknown,Vile Monarch,,,,,,,,2018-01-25 +/games/boxart/full_5062413AmericaFrontccc.jpg,Oh...Sir! The Insult Simulator,PS4,Simulation,Vile Monarch,Vile Monarch,,,,,,,2017-05-30,2018-01-25 +/games/boxart/full_1339246AmericaFrontccc.jpg,Ooblets,PC,Simulation,Double Fine Presents,Glumberland,,,,,,,2020-12-30,2018-01-23 +/games/boxart/full_6033332AmericaFrontccc.jpg,Ooblets,XOne,Simulation,Glumberland,Glumberland,,,,,,,2019-12-01,2019-08-08 +/games/boxart/default.jpg,OpenTTD,PC,Simulation,Unknown,Open Source,,,,,,,,2019-06-07 +/games/boxart/full_6048932AmericaFrontccc.jpg,Oxygen Not Included,PC,Simulation,Klei Entertainment,Klei Entertainment,,,,,,,2019-07-29,2019-05-19 +/games/boxart/full_8646401AmericaFrontccc.jpg,Park Beyond,PC,Simulation,Unknown,Limbic Entertainment,,,,,,,,2021-08-27 +/games/boxart/full_3006088AmericaFrontccc.jpg,Park Beyond,PS5,Simulation,Unknown,Limbic Entertainment,,,,,,,,2021-08-27 +/games/boxart/full_1922710AmericaFrontccc.jpg,Park Beyond,XS,Simulation,Unknown,Limbic Entertainment,,,,,,,,2021-08-27 +/games/boxart/default.jpg,Per Aspera,PC,Simulation,Unknown,Tlön Studios,,,,,,,,2019-06-10 +/games/boxart/full_5605855AmericaFrontccc.png,Petz Countryside,3DS,Simulation,Ubisoft,Ubisoft,,,,,,,2014-10-14,2018-03-30 +/games/boxart/full_8735018AmericaFrontccc.jpg,Pharaoh: A New Era,PC,Simulation,Unknown,Triskell Interactive,,,,,,,,2023-04-04 +/games/boxart/default.jpg,Pinball Arcade,PC,Simulation,Unknown,FarSight Studios,,,,,,,,2017-12-30 +/games/boxart/full_9073909AmericaFrontccc.jpeg,Pinball FX 3,XOne,Simulation,Zen Studios,Zen Studios,,,,,,,2017-09-26,2017-12-31 +/games/boxart/full_9029526AmericaFrontccc.jpeg,Pinball FX 3,PS4,Simulation,Zen Studios,Zen Studios,,,,,,,2017-09-26,2017-12-31 +/games/boxart/full_7550729AmericaFrontccc.png,Pinball FX 3,NS,Simulation,Zen Studios,Zen Studios,,,,,,,2017-12-12,2017-12-31 +/games/boxart/full_5230948AmericaFrontccc.jpg,Pinball FX 3,PC,Simulation,Zen Studios,Zen Studios,,,,,,,2017-09-26,2018-10-14 +/games/boxart/full_5448677AmericaFrontccc.jpg,Pioneers of Pagonia,PC,Simulation,Unknown,Envision Entertainment,,,,,,,,2023-12-14 +/games/boxart/full_718386AmericaFrontccc.png,Planet Coaster: Console Edition,PS5,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_3263288AmericaFrontccc.jpg,Planet Coaster: Console Edition,PS4,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-12-01,2019-11-24 +/games/boxart/full_9602659AmericaFrontccc.png,Planet Coaster: Console Edition,XS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_7758108AmericaFrontccc.jpg,Planet Coaster: Console Edition,XOne,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-12-01,2019-11-24 +/games/boxart/default.jpg,Plantera,WiiU,Simulation,Unknown,Ratalaika Games,,,,,,,,2020-08-25 +/games/boxart/full_6935404AmericaFrontccc.png,Plantera Deluxe,NS,Simulation,Ratalaika Games,Ratalaika Games,,,,,,,2017-12-07,2018-03-25 +/games/boxart/full_2399167PALFrontccc.jpg,PlayStation®Vita Pets,PSV,Simulation,Sony Computer Entertainment,Spiral House,,,,,,,2014-06-03,2018-04-07 +/games/boxart/full_9559617AmericaFrontccc.jpg,PlayStation®Vita Pets: Puppy Parlour,iOS,Simulation,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-04-21,2018-04-07 +/games/boxart/full_3786072AmericaFrontccc.jpg,PlayStation®Vita Pets: Puppy Parlour,And,Simulation,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-04-14,2018-04-07 +/games/boxart/full_9815440AmericaFrontccc.png,Poly Bridge,NS,Simulation,Dry Cactus Limited,Dry Cactus Limited,,,,,,,2017-12-14,2018-03-25 +/games/boxart/full_6169831AmericaFrontccc.jpg,PowerWash Simulator,PS5,Simulation,Square Enix,FuturLab,,,,,,,2023-01-31,2023-01-21 +/games/boxart/full_7511290AmericaFrontccc.jpg,PowerWash Simulator,PS4,Simulation,Unknown,FuturLab,,,,,,,,2023-01-21 +/games/boxart/full_393544AmericaFrontccc.jpg,PowerWash Simulator,PC,Simulation,Unknown,FuturLab,,,,,,,,2023-01-13 +/games/boxart/full_3690941AmericaFrontccc.jpg,PowerWash Simulator,XOne,Simulation,Unknown,FuturLab,,,,,,,,2023-01-13 +/games/boxart/full_8084151AmericaFrontccc.jpg,PowerWash Simulator,XS,Simulation,Unknown,FuturLab,,,,,,,,2023-01-13 +/games/boxart/full_6869088AmericaFrontccc.jpg,PowerWash Simulator,NS,Simulation,Unknown,FuturLab,,,,,,,,2023-01-21 +/games/boxart/full_1939647AmericaFrontccc.jpg,Prison Architect 2,PC,Simulation,Unknown,Double Eleven,,,,,,,,2024-01-17 +/games/boxart/full_5731411AmericaFrontccc.jpg,Prison Architect 2,PS5,Simulation,Unknown,Double Eleven,,,,,,,,2024-01-17 +/games/boxart/full_4022127AmericaFrontccc.jpg,Prison Architect 2,XS,Simulation,Unknown,Double Eleven,,,,,,,,2024-01-17 +/games/boxart/full_3776318AmericaFrontccc.jpg,Pro Fishing Simulator,PS4,Simulation,Bigben Interactive,Sanuk Games,,,,,,,2019-02-05,2018-12-30 +/games/boxart/full_1362760AmericaFrontccc.jpg,Pro Fishing Simulator,XOne,Simulation,Bigben Interactive,Sanuk Games,,,,,,,2019-02-05,2018-12-30 +/games/boxart/full_8485457AmericaFrontccc.jpg,Pro Fishing Simulator,PC,Simulation,Bigben Interactive,Sanuk Games,,,,,,,2018-11-29,2018-12-30 +/games/boxart/full_9703492AmericaFrontccc.jpg,Punch Club 2: Fast Forward,NS,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 +/games/boxart/full_9915311AmericaFrontccc.jpg,Punch Club 2: Fast Forward,PC,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 +/games/boxart/full_5580585AmericaFrontccc.jpg,Punch Club 2: Fast Forward,PS4,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 +/games/boxart/full_1868864AmericaFrontccc.jpg,Punch Club 2: Fast Forward,PS5,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 +/games/boxart/full_1604481AmericaFrontccc.jpg,Punch Club 2: Fast Forward,XOne,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 +/games/boxart/full_9420834AmericaFrontccc.jpg,Punch Club 2: Fast Forward,XS,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 +/games/boxart/default.jpg,Pure Hold'em World Poker Championship,PS4,Simulation,Unknown,VooFoo Studios,,,,,,,,2019-06-29 +/games/boxart/default.jpg,RADIANTFLUX: HYPERFRACTAL,WiiU,Simulation,Unknown,TACS Games,,,,,,,,2020-08-25 +/games/boxart/full_253857AmericaFrontccc.jpg,Railroad Tycoon II,All,Simulation,Gathering of Developers,PopTop Software,,,,,,,1998-11-02,2021-03-12 +/games/boxart/full_8252407AmericaFrontccc.jpeg,Real Farm,PC,Simulation,Soedesco,Triangle Studios,,,,,,,2017-10-20, +/games/boxart/default.jpg,Realpolitiks,PC,Simulation,Unknown,Jujubee S.A.,,,,,,,,2019-03-31 +/games/boxart/full_68074AmericaFrontccc.jpg,Realpolitiks,NS,Simulation,Jujubee S.A.,Jujubee S.A.,,,,,,,2018-08-30,2019-03-31 +/games/boxart/full_837287AmericaFrontccc.jpg,Red Storm Rising,PC,Simulation,Microprose,MicroProse,,,,,,,1988-01-01,2018-03-31 +/games/boxart/full_1102619AmericaFrontccc.jpg,Riot: Civil Unrest,NS,Simulation,Merge Games,IV Productions,,,,,,,2019-02-05,2019-01-03 +/games/boxart/full_6451504AmericaFrontccc.jpg,Riot: Civil Unrest,PC,Simulation,Merge Games,IV Productions,,,,,,,2017-12-06,2019-01-03 +/games/boxart/full_8170261AmericaFrontccc.jpg,Riot: Civil Unrest,PS4,Simulation,Merge Games,IV Productions,,,,,,,2019-02-05,2019-01-03 +/games/boxart/default.jpg,Riot: Civil Unrest,XOne,Simulation,Merge Games,IV Productions,,,,,,,2019-01-01,2019-01-03 +/games/boxart/full_225278AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Complete Edition,NS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-09-24,2020-09-11 +/games/boxart/full_4405221AmericaFrontccc.jpg,RollerCoaster Tycoon 3D,3DS,Simulation,Unknown,n-Space,,,,,,,,2022-08-14 +/games/boxart/full_6943787AmericaFrontccc.jpg,RollerCoaster Tycoon Adventures,NS,Simulation,Atari,Nvizzio Creations,,,,,,,2018-12-13,2019-03-25 +/games/boxart/full_34302AmericaFrontccc.jpg,RollerCoaster Tycoon Adventures,PC,Simulation,Atari,Nvizzio Creations,,,,,,,2019-03-19,2019-03-25 +/games/boxart/full_6550866AmericaFrontccc.jpg,Roots of Pacha,NS,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_2301407AmericaFrontccc.jpg,Roots of Pacha,PC,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_9414361AmericaFrontccc.jpg,Roots of Pacha,PS4,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_472344AmericaFrontccc.jpg,Roots of Pacha,PS5,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_1740080AmericaFrontccc.jpg,Roots of Pacha,XOne,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_1886448AmericaFrontccc.jpg,Roots of Pacha,XS,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 +/games/boxart/full_100584AmericaFrontccc.jpg,Rune Factory 3 Special,NS,Simulation,Unknown,Marvelous,,,,,,,,2023-08-06 +/games/boxart/full_2295026AmericaFrontccc.jpg,Rune Factory 3 Special,PC,Simulation,Unknown,Marvelous,,,,,,,,2023-08-06 +/games/boxart/full_8640471AmericaFrontccc.jpg,Rune Factory 5,PC,Simulation,Unknown,Xseed Games,,,,,,,,2022-11-19 +/games/boxart/full_8711751AmericaFrontccc.jpg,SCUM,PC,Simulation,Unknown,Gamepires,,,,,,,,2021-03-19 +/games/boxart/full_9674638AmericaFrontccc.jpg,Session: Skate Sim,XOne,Simulation,Crea-ture Studios,Crea-ture Studios,,,,,,,2020-12-31,2022-07-03 +/games/boxart/full_5498019AmericaFrontccc.jpg,Session: Skate Sim,PS4,Simulation,Unknown,Crea-ture Studios,,,,,,,,2022-07-03 +/games/boxart/full_9388000AmericaFrontccc.jpg,Session: Skate Sim,PS5,Simulation,Unknown,Crea-ture Studios,,,,,,,,2022-07-03 +/games/boxart/full_9037356AmericaFrontccc.jpg,Session: Skate Sim,PC,Simulation,Crea-ture Studios,Crea-ture Studios,,,,,,,2020-12-31,2022-07-03 +/games/boxart/full_1112225AmericaFrontccc.jpg,Session: Skate Sim,XS,Simulation,Unknown,Crea-ture Studios,,,,,,,,2022-07-03 +/games/boxart/full_3745117JapanFrontccc.jpg,Sexy Beach Premium Resort,PC,Simulation,Illusion,Illusion,,,,,,,2015-09-11,2018-04-06 +/games/boxart/full_7661601AmericaFrontccc.jpg,SimCasino,PC,Simulation,Unknown,LVGameDev LLC,,,,,,,,2021-07-27 +/games/boxart/full_511588AmericaFrontccc.jpg,SimCity Classic (OS/2),PC,Simulation,DUX Software Corporation,DUX Software Corporation,,,,,,,1994-01-01,2018-03-31 +/games/boxart/default.jpg,Simutrans,PC,Simulation,Unknown,Open Source,,,,,,,,2019-06-07 +/games/boxart/full_4088340PALFrontccc.jpg,Ski Region Simulator 2012,OSX,Simulation,Giants Software,Giants Software,,,,,,,2011-11-25,2019-01-14 +/games/boxart/full_2839764AmericaFrontccc.png,Skies of Fury DX,NS,Simulation,Illumination Games,Seed Interactive,,,,,,,2018-04-12,2018-04-04 +/games/boxart/full_2303279AmericaFrontccc.jpg,Slime Rancher,Linux,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2018-08-07 +/games/boxart/full_2484401AmericaFrontccc.jpg,Slime Rancher,OSX,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2018-08-07 +/games/boxart/full_233145AmericaFrontccc.jpg,Slime Rancher 2,PC,Simulation,Unknown,Monomi Park,,,,,,,,2021-06-13 +/games/boxart/full_9602627AmericaFrontccc.jpg,Slime Rancher 2,XS,Simulation,Unknown,Monomi Park,,,,,,,,2021-06-13 +/games/boxart/full_3313336AmericaFrontccc.jpg,Snacko,PC,Simulation,Unknown,Bluecurse Studios,,,,,,,,2021-06-13 +/games/boxart/full_5981820AmericaFrontccc.jpg,SnowRunner,PC,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-03-30 +/games/boxart/full_1110285AmericaFrontccc.jpg,SnowRunner,PS4,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-03-30 +/games/boxart/full_9991724AmericaFrontccc.jpg,SnowRunner,XOne,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-03-30 +/games/boxart/full_7822520AmericaFrontccc.png,Sparkle 2 EVO,NS,Simulation,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2017-11-02,2018-03-25 +/games/boxart/full_8064011AmericaFrontccc.png,Sparkle 3 Genesis,And,Simulation,Unknown,Forever Entertainment S.A.,,,,,,,,2019-04-06 +/games/boxart/full_792331AmericaFrontccc.png,Sparkle 3 Genesis,iOS,Simulation,Unknown,Forever Entertainment S.A.,,,,,,,,2019-04-06 +/games/boxart/full_6777019AmericaFrontccc.png,Sparkle 3 Genesis,NS,Simulation,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-03-15,2019-04-06 +/games/boxart/default.jpg,Sparkle 4 Tales,PC,Simulation,Unknown,Forever Entertainment S.A.,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Sparkle ZERO,PC,Simulation,Unknown,MMEU,,,,,,,,2019-03-29 +/games/boxart/full_4487317AmericaFrontccc.jpg,Spiritfarer,PS4,Simulation,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-12-01,2019-08-06 +/games/boxart/full_200139AmericaFrontccc.png,Spiritfarer,NS,Simulation,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-08-18,2019-08-06 +/games/boxart/full_7901693AmericaFrontccc.jpg,Star Chart,OR,Simulation,Escape Velocity Ltd,Escapist Games,,,,,,,2016-06-29,2021-10-27 +/games/boxart/full_7553828AmericaFrontccc.jpg,Star Trek: Bridge Crew,OR,Simulation,Ubisoft,Red Storm Entertainment,,,,,,,2017-05-30,2022-03-15 +/games/boxart/default.jpg,Star Trek: Strategic Operations Simulator,CV,Simulation,Unknown,Sega,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Star Wars Episode I: Battle for Naboo,PC,Simulation,Unknown,LucasArts,,,,,,,,2017-12-30 +/games/boxart/full_2253547PALFrontccc.jpg,Star Wars Pinball,NS,Simulation,Unknown,Zen Studios,,,,,,,,2019-10-01 +/games/boxart/full_2830569AmericaFrontccc.jpg,Stardew Valley,And,Simulation,Chucklefish,ConcernedApe,,,,,,,2019-03-14,2020-01-24 +/games/boxart/full_343825AmericaFrontccc.jpg,Stardew Valley,PSV,Simulation,Chucklefish,ConcernedApe,,,,,,,2018-05-22,2020-01-24 +/games/boxart/full_8965601AmericaFrontccc.png,Stardew Valley,NS,Simulation,Chucklefish,ConcernedApe,9,,,,,,2017-10-05,2019-02-11 +/games/boxart/full_4429861AmericaFrontccc.jpg,Stardew Valley,iOS,Simulation,Chucklefish,ConcernedApe,,,,,,,2018-10-24,2020-01-24 +/games/boxart/full_7844883AmericaFrontccc.png,SteamWorld Build,XS,Simulation,Unknown,The Station,,,,,,,,2023-12-03 +/games/boxart/full_4228602AmericaFrontccc.png,SteamWorld Build,NS,Simulation,Unknown,The Station,,,,,,,,2023-12-03 +/games/boxart/full_532880AmericaFrontccc.png,SteamWorld Build,PC,Simulation,Unknown,The Station,,,,,,,,2023-12-03 +/games/boxart/full_1039025AmericaFrontccc.png,SteamWorld Build,PS4,Simulation,Unknown,The Station,,,,,,,,2023-12-03 +/games/boxart/full_6581544AmericaFrontccc.png,SteamWorld Build,PS5,Simulation,Unknown,The Station,,,,,,,,2023-12-03 +/games/boxart/full_3506614AmericaFrontccc.png,SteamWorld Build,XOne,Simulation,Unknown,The Station,,,,,,,,2023-12-03 +/games/boxart/full_3293906AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,NS,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 +/games/boxart/full_7012409AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,PC,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 +/games/boxart/full_7683437AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,PS5,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 +/games/boxart/full_5559756AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,XS,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 +/games/boxart/full_9619288AmericaFrontccc.jpg,Story of Seasons: Friends of Mineral Town,NS,Simulation,Xseed Games,Marvelous,,,,,,,2020-07-14,2020-05-11 +/games/boxart/full_3279374AmericaFrontccc.jpg,Story of Seasons: Pioneers of Olive Town,PC,Simulation,Unknown,Marvelous,,,,,,,,2021-10-05 +/games/boxart/full_6263825AmericaFrontccc.jpg,Stranded: Alien Dawn,PS5,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 +/games/boxart/full_7523171AmericaFrontccc.jpg,Stranded: Alien Dawn,XOne,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 +/games/boxart/full_8593412AmericaFrontccc.jpg,Stranded: Alien Dawn,XS,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 +/games/boxart/full_4462474AmericaFrontccc.jpg,Stranded: Alien Dawn,PC,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 +/games/boxart/full_4678117AmericaFrontccc.jpg,Stranded: Alien Dawn,PS4,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 +/games/boxart/default.jpg,Strike Base,PC,Simulation,Unknown,Max Design,,,,,,,,2018-01-07 +/games/boxart/full_9395127AmericaFrontccc.jpg,Super Seducer 3,PC,Simulation,Unknown,RLR Training Inc,,,,,,,,2021-02-15 +/games/boxart/full_5341200AmericaFrontccc.jpg,Surgeon Simulator 2,PC,Simulation,Bossa Studios,Bossa Studios,,,,,,,2020-08-27,2020-06-20 +/games/boxart/full_3039115AmericaFrontccc.jpg,The Long Dark,OSX,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2018-08-07 +/games/boxart/full_665294AmericaFrontccc.jpg,The Long Dark,Linux,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2018-08-07 +/games/boxart/full_3377000PALFrontccc.png,The Pinball Arcade,PC,Simulation,FarSight Studios,FarSight Studios,,,,,,,2013-11-04,2017-12-31 +/games/boxart/full_1952476AmericaFrontccc.png,The Trail: Frontier Challenge,NS,Simulation,Kongregate,22Cans,,,,,,,2018-03-08,2018-03-03 +/games/boxart/full_8533157AmericaFrontccc.jpg,The Universim,Linux,Simulation,Crytivo Games,Crytivo Games,,,,,,,2020-12-01,2019-07-02 +/games/boxart/full_9880437AmericaFrontccc.jpg,The Universim,PC,Simulation,Crytivo Games,Crytivo Games,,,,,,,2020-12-01,2019-07-02 +/games/boxart/full_3563809AmericaFrontccc.png,This War of Mine: Complete Edition,NS,Simulation,Unknown,11 bit studios,,,,,,,,2018-11-25 +/games/boxart/full_2996403AmericaFrontccc.jpg,Tom Clancy's SSN,PC,Simulation,Simon & Schuster Interactive,Clancy Interactive Entertainment,,,,,,,1996-12-12,2018-03-31 +/games/boxart/full_3670153AmericaFrontccc.png,Top Gun: Danger Zone,PC,Simulation,Konami,Distinctive Software,,,,,,,1991-01-01,2022-09-21 +/games/boxart/full_7004917PALFrontccc.jpg,Tour de France 2018,XOne,Simulation,Focus Home Interactive,Cyanide Studio,,,,,,,2018-06-28,2018-08-11 +/games/boxart/full_8526579PALFrontccc.jpg,Train Fever,Linux,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2014-09-04,2018-08-11 +/games/boxart/full_6684283AmericaFrontccc.jpg,Train Sim World 3,PC,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 +/games/boxart/full_8834095AmericaFrontccc.jpg,Train Sim World 3,PS4,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 +/games/boxart/full_9016746AmericaFrontccc.jpg,Train Sim World 3,PS5,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 +/games/boxart/full_7803602AmericaFrontccc.jpg,Train Sim World 3,XOne,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 +/games/boxart/full_4514950AmericaFrontccc.jpg,Train Sim World 3,XS,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 +/games/boxart/full_633073AmericaFrontccc.jpg,Train Sim World 4,PC,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 +/games/boxart/full_4088404AmericaFrontccc.jpg,Train Sim World 4,PS4,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 +/games/boxart/full_1586899AmericaFrontccc.jpg,Train Sim World 4,PS5,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 +/games/boxart/full_6844570AmericaFrontccc.jpg,Train Sim World 4,XOne,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 +/games/boxart/full_1037093AmericaFrontccc.jpg,Train Sim World 4,XS,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 +/games/boxart/full_4692031AmericaFrontccc.jpg,Transport Fever 2,PC,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2019-12-01,2019-09-14 +/games/boxart/full_1745770AmericaFrontccc.jpg,Transport Fever 2,Linux,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2019-12-01,2019-09-14 +/games/boxart/full_6804476AmericaFrontccc.jpg,Trials Rising,XOne,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 +/games/boxart/full_8265709AmericaFrontccc.jpg,Trials Rising,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 +/games/boxart/full_2573087AmericaFrontccc.jpg,Trials Rising,NS,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 +/games/boxart/full_586596AmericaFrontccc.jpg,Trials Rising,PS4,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 +/games/boxart/full_4125823AmericaFrontccc.jpg,Tropico 6,XOne,Simulation,Kalypso Media,Limbic Entertainment,,,,,,,2019-09-27,2019-07-21 +/games/boxart/full_8947694AmericaFrontccc.jpg,Tropico 6,PS4,Simulation,Kalypso Media,Limbic Entertainment,,,,,,,2019-09-27,2019-07-21 +/games/boxart/full_5067194AmericaFrontccc.jpg,Tropico 6,PC,Simulation,Kalypso Media,Limbic Entertainment,,,,,,,2019-01-29,2019-07-21 +/games/boxart/default.jpg,Truck Driver,PS4,Simulation,Unknown,Triangle Studios,,,,,,,,2018-10-26 +/games/boxart/default.jpg,Truck Driver,PC,Simulation,Unknown,Triangle Studios,,,,,,,,2018-10-26 +/games/boxart/default.jpg,Truck Driver,XOne,Simulation,Unknown,Triangle Studios,,,,,,,,2018-10-26 +/games/boxart/full_1401713AmericaFrontccc.jpg,Two Point Campus,PS4,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 +/games/boxart/full_47296AmericaFrontccc.jpg,Two Point Campus,PS5,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 +/games/boxart/full_2345378AmericaFrontccc.jpg,Two Point Campus,XOne,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 +/games/boxart/full_3066512AmericaFrontccc.jpg,Two Point Campus,XS,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 +/games/boxart/full_6569852AmericaFrontccc.jpg,Two Point Campus,NS,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 +/games/boxart/full_1530378AmericaFrontccc.jpg,Two Point Campus,PC,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 +/games/boxart/full_991821AmericaFrontccc.jpg,Two Point Hospital,XOne,Simulation,Sega,Two Point Studio,,,,,,,2020-02-25,2019-07-24 +/games/boxart/full_1859209AmericaFrontccc.jpg,Two Point Hospital,NS,Simulation,Sega,Two Point Studio,,,,,,,2020-02-25,2019-07-24 +/games/boxart/full_2246909AmericaFrontccc.jpg,Two Point Hospital,PS4,Simulation,Sega,Two Point Studio,,,,,,,2020-02-25,2019-07-24 +/games/boxart/full_7103408AmericaFrontccc.jpg,UBOAT,PC,Simulation,PlayWay,Deep Water Studio,,,,,,,2019-04-30,2019-04-01 +/games/boxart/full_4038592AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,XOne,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_2864451AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,XS,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_7504706AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,NS,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_5720679AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,PC,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_6644235AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,PS4,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_2737349AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,PS5,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 +/games/boxart/full_5692875AmericaFrontccc.png,Unholy Heights,NS,Simulation,Mebius,Mebius,,,,,,,2017-12-14,2018-03-26 +/games/boxart/full_4784307AmericaFrontccc.png,Untitled Goose Game,NS,Simulation,Panic,House House,,,,,,,2019-09-20,2019-09-13 +/games/boxart/full_1280378AmericaFrontccc.jpg,Untitled Goose Game,PS4,Simulation,Panic,House House,,,,,,,2019-12-17,2019-12-10 +/games/boxart/full_9647956AmericaFrontccc.jpg,Untitled Goose Game,PC,Simulation,Panic,House House,,,,,,,2019-09-20,2019-06-09 +/games/boxart/full_8273493AmericaFrontccc.jpg,Untitled Goose Game,XOne,Simulation,Panic,House House,,,,,,,2019-12-17,2019-12-10 +/games/boxart/full_2605607AmericaFrontccc.jpg,Ursa Hollows,iOS,Simulation,Unknown,Carvine Software,,,,,,,,2022-08-13 +/games/boxart/default.jpg,VRChat,PC,Simulation,VRChat Inc.,VRChat Inc.,,,,,,,2017-02-01,2018-04-03 +/games/boxart/full_160599AmericaFrontccc.jpg,Werewolf vs Comanche 2.0,PC,Simulation,Unknown,NovaLogic,,,,,,,,2021-03-27 +/games/boxart/full_943306AmericaFrontccc.jpg,Who's Your Daddy?,PC,Simulation,Joe Williams,Joe Williams,,,,,,,2019-12-01,2019-06-17 +/games/boxart/full_8674472AmericaFrontccc.jpg,Who's Your Daddy?,XOne,Simulation,Joe Williams,Joe Williams,,,,,,,2019-12-01,2019-06-17 +/games/boxart/full_1333531AmericaFrontccc.jpg,Wild West Dynasty,PC,Simulation,Unknown,Virtual Magic Games,,,,,,,,2021-06-12 +/games/boxart/full_7650444AmericaFrontccc.jpg,Winning Post 9 2022,PC,Simulation,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 +/games/boxart/full_8175619AmericaFrontccc.jpg,Winning Post 9 2022,PS4,Simulation,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 +/games/boxart/full_9218468AmericaFrontccc.jpg,Winning Post 9 2022,NS,Simulation,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 +/games/boxart/default.jpg,Words Up! Academy,WiiU,Simulation,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_8316189AmericaFrontccc.jpg,World Championship Boxing Manager 2,PC,Simulation,Unknown,Mega Cat Studios,,,,,,,,2022-08-17 +/games/boxart/full_6934257AmericaFrontccc.jpg,World of Diving,OR,Simulation,Unknown,Vertigo Games,,,,,,,2016-06-28,2021-10-28 +/games/boxart/full_3463465AmericaFrontccc.jpg,Zone of the Enders: The 2nd Runner MARS,PC,Simulation,Konami,Cygames,,,,,,,2018-09-06,2018-09-26 +/games/boxart/full_3978419AmericaFrontccc.jpg,Zoo Tycoon: Ultimate Animal Collection,XOne,Simulation,Microsoft Studios,Frontier Developments,,,,,,,2017-10-31,2018-09-26 +/games/boxart/full_9077703AmericaFrontccc.jpg,Zoo Tycoon: Ultimate Animal Collection,PC,Simulation,THQ Nordic,Frontier Developments,,,,,,,2018-09-14,2018-11-19 +/games/boxart/full_4446063AmericaFrontccc.jpg,FIFA,Series,Sports,EA Sports,Extended Play Productions (1991-1997),,,,,,,1993-12-15,2020-02-03 +/games/boxart/full_342983AmericaFrontccc.jpg,NBA 2K,Series,Sports,2K Games,Visual Concepts,,,,,,,1999-11-10,2020-02-16 +/games/boxart/full_9120390AmericaFrontccc.jpg,Madden NFL,Series,Sports,Electronic Arts,Park Place Productions,,,,,,,1988-06-01,2020-02-25 +/games/boxart/full_9519107AmericaFrontccc.jpg,Wii/Nintendo Sports,Series,Sports,Nintendo,Nintendo,,,,,,,2006-11-19,2023-02-07 +/games/boxart/full_6172577AmericaFrontccc.jpg,Pro Evolution Soccer/eFootball,Series,Sports,Konami,Konami,,,,,,,1995-12-22,2022-02-07 +/games/boxart/full_2258645AmericaFrontccc.jpg,Wii Sports,Wii,Sports,Nintendo,Nintendo EAD,7.7,,,,,,2006-11-19, +/games/boxart/full_5143352AmericaFrontccc.jpg,NBA Live,Series,Sports,EA Sports,EA Canada,,,,,,,1994-10-01,2020-02-24 +/games/boxart/full_7295041AmericaFrontccc.jpg,Wii Sports Resort,Wii,Sports,Nintendo,Nintendo EAD,8,,,,,,2009-07-26, +/games/boxart/full_5904326AmericaFrontccc.jpg,Tony Hawk's,Series,Sports,Activision,Neversoft,,,,,,,1999-09-29,2020-03-09 +/games/boxart/full_3324860AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,Series,Sports,Sega,Sega,,,,,,,2007-11-06,2020-03-11 +/games/boxart/full_6316214AmericaFrontccc.jpg,FIFA 18,All,Sports,Electronic Arts,EA Vancouver,,,,,,,2017-09-26,2020-10-15 +/games/boxart/full_7179968AmericaFrontccc.jpg,Jikkyo Powerful Pro Yakyu,Series,Sports,Konami,Konami,,,,,,,1994-03-11,2020-02-26 +/games/boxart/full_2419769AmericaFrontccc.jpg,Tiger Woods PGA Tour,Series,Sports,EA Sports,EA Redwood Shores,,,,,,,1998-08-31,2020-02-24 +/games/boxart/full_3619557AmericaFrontccc.jpg,Wii Fit,Wii,Sports,Nintendo,Nintendo EAD,7.9,,,,,,2008-05-21, +/games/boxart/full_2716475AmericaFrontccc.jpg,Wii Fit Plus,Wii,Sports,Nintendo,Nintendo EAD,8,,,,,,2009-10-04, +/games/boxart/full_6417301AmericaFrontccc.jpg,FIFA 19,All,Sports,EA Sports,EA Vancouver,,,,,,,2018-09-28,2020-10-15 +/games/boxart/full_1252889AmericaFrontccc.png,Mario Tennis,Series,Sports,Nintendo,Nintendo,,,,,,,1995-08-14,2020-02-21 +/games/boxart/full_3838462AmericaFrontccc.jpg,FIFA 11,All,Sports,EA Sports,EA Canada,,,,,,,2010-09-28,2020-10-15 +/games/boxart/full_9932423AmericaFrontccc.jpg,Backyard Sports,Series,Sports,Humongous Entertainment,Humongous Entertainment,,,,,,,1997-01-01,2020-03-03 +/games/boxart/full_222398AmericaFrontccc.jpg,Famista,Series,Sports,Namco,Namco,,,,,,,1986-12-10,2020-02-22 +/games/boxart/full_4897267AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,All,Sports,Sega,Sega Sports R&D,,,,,,,2007-11-06,2020-11-09 +/games/boxart/full_1552648PALFrontccc.jpeg,FIFA 13,All,Sports,EA Sports,EA Canada,,,,,,,2012-09-25,2020-10-15 +/games/boxart/full_6369523AmericaFrontccc.jpg,Everybody's Golf,Series,Sports,Sony Interactive Entertainment,Camelot Software,,,,,,,1998-04-30,2020-03-09 +/games/boxart/full_273409AmericaFrontccc.png,NBA 2K20,All,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2020-10-22 +/games/boxart/full_161164AmericaFrontccc.jpg,Mario Golf,Series,Sports,Nintendo,Nintendo,,,,,,,1991-09-29,2020-02-21 +/games/boxart/full_3878591AmericaFrontccc.jpg,NBA 2K19,All,Sports,2K Sports,Visual Concepts,,,,,,,2018-09-11,2020-10-22 +/games/boxart/full_4635724AmericaFrontccc.jpg,NBA 2K21,All,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-11-06 +/games/boxart/full_3838483AmericaFrontccc.jpg,Nintendo Switch Sports,NS,Sports,Nintendo,Nintendo,,,,,,,2022-04-29,2022-02-09 +/games/boxart/full_7218158AmericaFrontccc.jpg,Rocket League,Series,Sports,Psyonix,Psyonix,,,,,,,2015-07-07,2020-03-16 +/games/boxart/full_284097AmericaFrontccc.jpg,Rocket League,All,Sports,Psyonix,Psyonix,,,,,,,2015-07-07,2020-12-18 +/games/boxart/full_1773022PALFrontccc.jpg,FIFA 10,All,Sports,EA Sports,EA Canada,,,,,,,2009-10-20,2020-10-15 +/games/boxart/full_6363956AmericaFrontccc.jpg,FIFA 12,All,Sports,EA Sports,EA Canada,,,,,,,2011-09-27,2020-10-15 +/games/boxart/full_4883837AmericaFrontccc.jpg,NBA 2K18,All,Sports,2K Sports,Visual Concepts,,,,,,,2017-09-19,2020-10-22 +/games/boxart/full_5850534AmericaFrontccc.jpg,NBA 2K22,All,Sports,2K Sports,Visual Concepts,,,,,,,2021-09-10,2021-09-21 +/games/boxart/full_5281313AmericaFrontccc.jpg,NBA 2K17,All,Sports,2K Sports,Visual Concepts,,,,,,,2016-09-20,2020-10-22 +/games/boxart/full_331906AmericaFrontccc.jpg,Kinect Sports,Series,Sports,Microsoft Game Studios,Rare,,,,,,,2010-10-09,2020-03-10 +/games/boxart/full_3280162AmericaFrontccc.jpg,NBA 2K16,All,Sports,2K Sports,Visual Concepts,,,,,,,2015-09-29,2020-10-22 +/games/boxart/full_7457221PALFrontccc.jpg,FIFA 09,All,Sports,EA Sports,EA Canada,,,,,,,2008-10-15,2020-10-20 +/games/boxart/full_2326185AmericaFrontccc.jpg,Madden NFL 07,All,Sports,EA Sports,EA Tiburon,,,,,,,2006-08-22,2022-10-19 +/games/boxart/full_6547508AmericaFrontccc.jpg,NBA 2K14,All,Sports,2K Sports,Visual Concepts,,,,,,,2013-10-01,2020-10-22 +/games/boxart/full_6568017AmericaFrontccc.jpg,NBA 2K15,All,Sports,2K Sports,Visual Concepts,,,,,,,2014-10-07,2020-10-22 +/games/boxart/full_7407131AmericaFrontccc.jpg,Zumba Fitness,All,Sports,Majesco,Pipeworks Software,,,,,,,2010-11-18,2021-07-20 +/games/boxart/full_6844203AmericaFrontccc.jpg,Mario Strikers,Series,Sports,Nintendo,Next Level Games,,,,,,,2005-12-05,2020-02-21 +/games/boxart/full_8394973AmericaFrontccc.jpg,Mario & Sonic at the Olympic Winter Games,All,Sports,Sega,Sega Sports R&D,,,,,,,2009-10-13,2020-11-09 +/games/boxart/full_7129790AmericaFrontccc.jpg,Madden NFL 06,All,Sports,EA Sports,EA Tiburon,,,,,,,2005-08-08,2022-10-19 +/games/boxart/full_8248433AmericaFrontccc.jpg,FIFA 07,All,Sports,Electronic Arts,EA Canada,,,,,,,2006-09-25,2022-09-28 +/games/boxart/full_5910628AmericaFrontccc.jpg,NBA Jam,Series,Sports,Midway,Midway,,,,,,,1994-03-04,2020-02-24 +/games/boxart/full_3302096AmericaFrontccc.jpg,NBA 2K11,All,Sports,2K Sports,Visual Concepts,,,,,,,2010-10-05,2020-10-22 +/games/boxart/full_5770569AmericaFrontccc.jpg,Madden NFL 11,All,Sports,EA Sports,EA Canada,,,,,,,2010-08-10,2020-10-20 +/games/boxart/full_9571143AmericaFrontccc.jpg,Madden NFL 12,All,Sports,EA Sports,EA Tiburon,,,,,,,2011-08-30,2020-10-15 +/games/boxart/full_6829907AmericaFrontccc.jpg,Madden NFL 2004,All,Sports,EA Sports,EA Tiburon,,,,,,,2003-08-12,2022-10-19 +/games/boxart/full_9270584AmericaFrontccc.jpg,Tecmo Bowl,Series,Sports,Tecmo,Tecmo,,,,,,,1987-12-01,2020-02-08 +/games/boxart/full_6372602AmericaFrontccc.png,FIFA 08,All,Sports,EA Sports,EA Canada,,,,,,,2007-10-08,2021-04-17 +/games/boxart/full_8261990PALFrontccc.jpg,FIFA Football 2005,All,Sports,EA Sports,EA Canada,,,,,,,2004-10-12,2020-10-15 +/games/boxart/full_4672710AmericaFrontccc.jpg,Madden NFL 08,All,Sports,EA Sports,EA Tiburon,,,,,,,2007-08-14,2022-10-19 +/games/boxart/full_7330007AmericaFrontccc.jpg,Madden NFL 09,All,Sports,EA Sports,EA Tiburon,,,,,,,2008-08-12,2020-10-22 +/games/boxart/full_3754726AmericaFrontccc.jpg,Mario Tennis Aces,NS,Sports,Nintendo,Camelot Software Planning,7.8,,,,,,2018-06-22,2018-06-14 +/games/boxart/full_8401350AmericaFrontccc.jpg,NBA 2K13,All,Sports,2K Sports,Visual Concepts,,,,,,,2012-10-02,2020-10-22 +/games/boxart/full_7533207AmericaFrontccc.jpg,Tennis,All,Sports,Nintendo,Nintendo,,,,,,,1985-10-18,2020-12-05 +/games/boxart/8130187ccc.jpg,Golf,NES,Sports,Nintendo,Nintendo,,,,,,,1985-10-18, +/games/boxart/full_7331533AmericaFrontccc.jpg,Madden NFL 10,All,Sports,EA Sports,EA Tiburon,,,,,,,2009-08-13,2020-10-15 +/games/boxart/full_753882AmericaFrontccc.jpg,Madden NFL 2005,All,Sports,EA Sports,EA Tiburon,,,,,,,2004-08-09,2022-10-19 +/games/boxart/full_17536AmericaFrontccc.jpg,NBA 2K12,All,Sports,2K Sports,Visual Concepts,,,,,,,2011-10-04,2020-10-22 +/games/boxart/full_9149833AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,All,Sports,THQ,THQ,,,,,,,2008-11-09,2020-10-24 +/games/boxart/full_6862398AmericaFrontccc.jpg,Mario Tennis,All,Sports,Nintendo,Camelot Software Planning,,,,,,,2000-08-28,2020-12-05 +/games/boxart/full_5483516AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,All,Sports,THQ,THQ,,,,,,,2009-10-20,2020-10-24 +/games/boxart/full_699895AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2011,All,Sports,THQ,THQ,,,,,,,2010-10-06,2020-10-24 +/games/boxart/full_6818150AmericaFrontccc.jpg,Mario Baseball,Series,Sports,Nintendo,Namco,,,,,,,2005-08-29,2020-02-21 +/games/boxart/5489947ccc.jpg,Baseball,NES,Sports,Nintendo,Nintendo,,,,,,,1985-10-01, +/games/boxart/1742060ccc.jpg,World Class Track Meet,NES,Sports,Bandai,Bandai,,,,,,,1987-09-01, +/games/boxart/full_kinect-sports_752AmericaFront.jpg,Kinect Sports,X360,Sports,Microsoft Game Studios,Rare Ltd.,7.4,,,,,,2010-11-04, +/games/boxart/full_6871940AmericaFrontccc.jpg,PGA Tour 2K21,All,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-11-06 +/games/boxart/full_3486557AmericaFrontccc.jpg,Shaun White Snowboarding,All,Sports,Ubisoft,Ubisoft Montreal,,,,,,,2008-11-16,2020-11-26 +/games/boxart/full_6283071AmericaFrontccc.jpg,WWE 2K15,All,Sports,2K Sports,THQ,,,,,,,2014-10-28,2020-10-24 +/games/boxart/full_3504188AmericaFrontccc.jpg,WWE 2K17,All,Sports,2K Sports,THQ,,,,,,,2016-10-11,2020-10-24 +/games/boxart/full_9899579AmericaFrontccc.jpg,Your Shape,Series,Sports,Ubisoft,Ubisoft,,,,,,,2009-11-24,2020-02-10 +/games/boxart/full_6222185AmericaFrontccc.jpg,WWE SmackDown! vs. Raw 2006,All,Sports,THQ,THQ,,,,,,,2005-11-14,2020-10-24 +/games/boxart/full_9939206AmericaFrontccc.jpg,2006 FIFA World Cup,All,Sports,EA Sports,EA Canada,,,,,,,2006-04-24,2022-10-01 +/games/boxart/full_7550775AmericaFrontccc.jpg,Madden NFL 07,PS2,Sports,EA Sports,EA Tiburon,8.5,,,,,,2006-08-22, +/games/boxart/full_8736849PALFrontccc.jpg,World Soccer: Winning Eleven 6,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-03-11,2023-08-12 +/games/boxart/1724837ccc.jpg,World Soccer Winning Eleven 7 International,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,9.2,,,,,,2004-02-17, +/games/boxart/full_9962880AmericaFrontccc.jpg,Mario Strikers Charged,Wii,Sports,Nintendo,Next Level Games,7.7,,,,,,2007-07-30, +/games/boxart/full_5446410AmericaFrontccc.jpg,Mario Strikers: Battle League,NS,Sports,Nintendo,Nintendo,,,,,,,2022-06-10,2022-02-09 +/games/boxart/full_6607340AmericaFrontccc.jpg,NCAA Football 07,All,Sports,EA Sports,EA Tiburon,,,,,,,2006-07-18,2022-10-18 +/games/boxart/full_4446925AmericaFrontccc.jpg,Mario Golf: Super Rush,NS,Sports,Nintendo,Camelot Software Planning,,,,,,,2021-06-25,2021-02-17 +/games/boxart/7172339ccc.jpg,Ice Hockey,NES,Sports,Nintendo,Nintendo,,,,,,,1988-03-01, +/games/boxart/full_mario-amp-sonic-at-the-london-2012-olympic-games_626AmericaFront.jpg,Mario & Sonic at the London 2012 Olympic Games,Wii,Sports,Sega,Sega,6.8,,,,,,2011-11-15, +/games/boxart/full_5563343AmericaFrontccc.jpg,Mario Super Sluggers,Wii,Sports,Nintendo,Bandai Namco Games / NOW Production,6.7,,,,,,2008-08-25, +/games/boxart/4102422ccc.jpg,Mario Tennis,N64,Sports,Nintendo,Camelot Software Planning,8.8,,,,,,2000-08-28, +/games/boxart/full_3115451AmericaFrontccc.jpg,Golf With Your Friends,PC,Sports,Team 17,Blacklight Interactive,,,,,,,2016-01-29,2019-02-02 +/games/boxart/full_8069214AmericaFrontccc.jpg,WWE '12,All,Sports,THQ,THQ,,,,,,,2011-11-22,2020-10-24 +/games/boxart/full_771818AmericaFrontccc.jpg,Tennis,NES,Sports,Nintendo,Nintendo,,,,,,,1985-10-18, +/games/boxart/628856ccc.jpg,Volleyball,NES,Sports,Nintendo,Nintendo R&D1,,,,,,,1987-03-01, +/games/boxart/full_5623030AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,Wii,Sports,Sega,Sega,7.2,,,,,,2007-11-06, +/games/boxart/full_golf_8AmericaFront.jpg,Golf,GB,Sports,Nintendo,Nintendo,,,,,,,1990-02-01, +/games/boxart/5154346ccc.jpg,1080°: TenEighty Snowboarding,N64,Sports,Nintendo,Nintendo EAD,9.1,,,,,,1998-03-31, +/games/boxart/full_4122275AmericaFrontccc.jpg,Mario Hoops 3 on 3,DS,Sports,Nintendo,Square Enix,7.1,,,,,,2006-09-11, +/games/boxart/6343373ccc.jpg,Deca Sports,Wii,Sports,Hudson Soft,CAProduction,5.3,,,,,,2008-05-13, +/games/boxart/full_4324320AmericaFrontccc.jpg,Fitness Boxing,Series,Sports,Nintendo,Imagineer,,,,,,,2019-01-04,2021-01-14 +/games/boxart/full_5898861AmericaFrontccc.jpg,MLB The Show 21,All,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2021-04-20,2021-07-28 +/games/boxart/full_7964530AmericaFrontccc.jpg,NBA 2K10,All,Sports,2K Sports,Visual Concepts,,,,,,,2009-10-06,2020-10-22 +/games/boxart/full_8327290AmericaFrontccc.jpg,NBA 2K9,All,Sports,2K Sports,Visual Concepts,,,,,,,2008-10-07,2020-10-22 +/games/boxart/full_1531364AmericaFrontccc.jpg,Virtual Pool,All,Sports,Interplay Productions,Celeris,,,,,,,1995-01-01,2021-03-30 +/games/boxart/full_4041453AmericaFrontccc.png,WWE '13,All,Sports,THQ,THQ,,,,,,,2012-10-30,2020-10-24 +/games/boxart/full_your-shape-fitness-evolved_8AmericaFront.jpg,Your Shape: Fitness Evolved,X360,Sports,Ubisoft,Ubisoft Montreal,7,,,,,,2010-11-04, +/games/boxart/full_5096997PALFrontccc.jpg,Tennis,GB,Sports,Nintendo,Nintendo R&D1,,,,,,,1989-08-01, +/games/boxart/full_mario-sports-mix_130AmericaFront.png,Mario Sports Mix,Wii,Sports,Nintendo,Square Enix,6,,,,,,2011-02-07, +/games/boxart/8365316ccc.jpg,Soccer,NES,Sports,Nintendo,"Iwasaki Electronics Co., Ltd.",,,,,,,1987-03-01, +/games/boxart/full_3076111AmericaFrontccc.jpg,EA Sports Active,Wii,Sports,EA Sports,EA Vancouver,8.3,,,,,,2009-05-19, +/games/boxart/full_1518453AmericaFrontccc.jpg,New Play Control! Mario Power Tennis,Wii,Sports,Nintendo,Camelot Software Planning,6.6,,,,,,2009-03-09, +/games/boxart/full_5190566AmericaFrontccc.png,Madden NFL 13,All,Sports,EA Sports,EA Tiburon,,,,,,,2012-08-28,2020-10-22 +/games/boxart/8711516ccc.jpg,Baseball,GB,Sports,Nintendo,Nintendo,,,,,,,1989-08-01, +/games/boxart/full_3701408AmericaFrontccc.jpg,Super Mario Strikers,GC,Sports,Nintendo,Next Level Games,8,,,,,,2005-12-05, +/games/boxart/full_7906750AmericaFrontccc.jpg,Mario Tennis Open,3DS,Sports,Nintendo,Camelot Software Planning,6.6,,,,,,2012-05-20,2019-05-03 +/games/boxart/6778313ccc.jpg,Tecmo Bowl,NES,Sports,Tecmo,Tecmo,,,,,,,1989-02-01, +/games/boxart/full_4596597AmericaFrontccc.jpg,NCAA Football 14,All,Sports,EA Sports,EA Tiburon,,,,,,,2013-07-09,2022-10-18 +/games/boxart/full_2319171AmericaFrontccc.jpg,Supreme Snowboarding,All,Sports,Infogrames,Housemarque,,,,,,,2000-03-07,2021-04-17 +/games/boxart/full_3618093AmericaFrontccc.png,WWE All Stars,All,Sports,THQ,THQ,,,,,,,2011-03-29,2020-10-24 +/games/boxart/737359ccc.jpg,Nintendo World Cup,NES,Sports,Nintendo,Technos Japan Corporation,,,,,,,1990-12-01, +/games/boxart/753227ccc.jpg,Mario Golf,N64,Sports,Nintendo,Camelot Software Planning,9,,,,,,1999-06-30, +/games/boxart/5303117ccc.jpg,NFL GameDay 98,PS,Sports,Sony Computer Entertainment,989 Studios,8.6,,,,,,1997-07-31, +/games/boxart/full_4971460AmericaFrontccc.jpg,NCAA Football 2003,All,Sports,EA Sports,EA Tiburon,,,,,,,2002-07-20,2022-10-18 +/games/boxart/full_3572719AmericaFrontccc.jpg,We Ski,Series,Sports,Namco Bandai Games,Bandai Namco Studios,,,,,,,2008-05-13,2020-11-21 +/games/boxart/8914435ccc.jpg,Mario Golf: Toadstool Tour,GC,Sports,Nintendo,Camelot Software Planning,8.1,,,,,,2003-07-29, +/games/boxart/full_1330503AmericaFrontccc.jpg,Big Beach Sports,Wii,Sports,THQ,HB Studios Multimedia,4.9,,,,,,2008-06-24, +/games/boxart/full_3804972AmericaFrontccc.jpg,Ken Griffey Jr. Presents Major League Baseball,SNES,Sports,Nintendo,Software Creations,,,,,,,1994-04-14, +/games/boxart/full_9451240AmericaFrontccc.jpg,Kobe Bryant in NBA Courtside,N64,Sports,Nintendo,Left Field Productions,,,,,,,1998-04-01, +/games/boxart/5029185ccc.jpg,Tecmo Super Bowl,NES,Sports,Tecmo,Tecmo,,,,,,,1991-12-01, +/games/boxart/full_6659261AmericaFrontccc.jpg,Mario Tennis,GB,Sports,Nintendo,Camelot Software Planning,,,,,,,2001-01-16, +/games/boxart/full_9258843AmericaFrontccc.jpg,Mario Power Tennis,GC,Sports,Nintendo,Camelot Software Planning,8.1,,,,,,2004-11-08, +/games/boxart/6261588ccc.jpg,Madden NFL 99,PS,Sports,EA Sports,EA Sports,,,,,,,1998-07-31, +/games/boxart/full_8230385AmericaFrontccc.jpg,Madden NFL 07,X360,Sports,EA Sports,EA Tiburon,8.2,,,,,,2006-08-22, +/games/boxart/4688884ccc.jpg,Mario Superstar Baseball,GC,Sports,Nintendo,Namco / NOW Production,7.2,,,,,,2005-08-29, +/games/boxart/full_4868674PALFrontccc.png,Virtua Tennis 4,All,Sports,Sega,Sega,,,,,,,2011-05-10,2020-11-16 +/games/boxart/full_2748041AmericaFrontccc.jpg,Active Life: Outdoor Challenge,Wii,Sports,Namco Bandai,High Horse Entertainment,,,,,,,2008-09-09, +/games/boxart/9940166ccc.jpg,We Ski,Wii,Sports,Namco Bandai,Bandai Namco Games,7.1,,,,,,2008-05-13, +/games/boxart/full_4472280AmericaFrontccc.jpg,Actua Soccer,All,Sports,Interplay Productions,Gremlin Interactive,,,,,,,1996-03-31,2022-09-30 +/games/boxart/full_324846AmericaFrontccc.jpg,Deer Hunter,PC,Sports,WizardWorks,Sun Storm,,,,,,,1997-12-31, +/games/boxart/full_5662735JapanFrontccc.jpg,Derby Stallion,PS,Sports,ASCII Entertainment,ParityBit,,,,,,,1997-07-17, +/games/boxart/full_4554752AmericaFrontccc.png,FIFA Street 2,All,Sports,EA Sports BIG,EA Canada,,,,,,,2006-02-28,2021-04-20 +/games/boxart/full_5012368PALFrontccc.jpg,Fight Night 2004,All,Sports,EA Sports,EA Canada,,,,,,,2004-04-05,2021-03-01 +/games/boxart/full_6739111AmericaFrontccc.jpg,Fitness Boxing,NS,Sports,Nintendo,Imagineer,7,,,,,,2019-01-04,2021-01-14 +/games/boxart/full_2626188AmericaFrontccc.png,Fitness Boxing 2: Rhythm & Exercise,NS,Sports,Nintendo,Imagineer,,,,,,,2020-12-04,2022-04-17 +/games/boxart/full_8367892AmericaFrontccc.jpg,John Madden Football '93,GEN,Sports,Electronic Arts,Looking Glass Studios,,,,,,,1992-01-01, +/games/boxart/full_7635840AmericaFrontccc.jpeg,Madden NFL 25,All,Sports,EA Sports,EA Tiburon,,,,,,,2013-08-27,2020-10-22 +/games/boxart/full_608178AmericaFrontccc.jpg,Major League Baseball,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-04,2018-01-13 +/games/boxart/full_6074441AmericaFrontccc.jpg,NES Open Tournament Golf,NES,Sports,Nintendo,Nintendo R&D2,,,,,,,1991-09-29, +/games/boxart/full_1583721AmericaFrontccc.jpg,NFL Football,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-27,2018-01-13 +/games/boxart/full_299486AmericaFrontccc.png,Tony Hawk's Pro Skater 1 + 2,All,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2020-11-03 +/games/boxart/full_1717814PALFrontccc.png,UEFA Euro 2004,All,Sports,EA Sports,EA Canada,,,,,,,2004-05-04,2021-03-01 +/games/boxart/5197087ccc.jpg,WWE SmackDown! Shut Your Mouth,PS2,Sports,THQ,Yuke's Future Media Creators,,,,,,,2002-10-31, +/games/boxart/full_1505078AmericaFrontccc.jpg,Mario & Sonic at the Tokyo 2020 Olympic Games,NS,Sports,Sega,Sega,,,,,,,2019-11-05,2019-06-12 +/games/boxart/3676163ccc.jpg,NFL Quarterback Club 98,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-10-24, +/games/boxart/full_3563258AmericaFrontccc.jpg,Worldwide Soccer Manager 2008,PC,Sports,Sega,Sports Interactive,,,,,,,2007-10-23, +/games/boxart/full_zumba-fitness_1AmericaFront.jpg,Zumba Fitness,Wii,Sports,Majesco,"Pipeworks Software, Inc.",,,,,,,2010-11-18, +/games/boxart/full_9216754PALFrontccc.jpg,Football Manager 2014,PC,Sports,Sega,Sports Interactive,8.4,,,,,,2013-10-30,2018-03-21 +/games/boxart/full_576049AmericaFrontccc.jpg,Striker,All,Sports,Rage Software,Rage Software,,,,,,,1992-01-01,2022-04-07 +/games/boxart/full_1908758AmericaFrontccc.jpg,Tennis World Tour,All,Sports,Bigben Interactive,Breakpoint Studio,,,,,,,2018-05-22,2021-04-26 +/games/boxart/full_1845979AmericaFrontccc.jpg,Worldwide Soccer Manager 2006,PC,Sports,Sega,Sports Interactive,9,,,,,,2005-01-01, +/games/boxart/full_7347540AmericaFrontccc.jpg,Active Life: Extreme Challenge,Wii,Sports,Namco Bandai,High Horse Entertainment,,,,,,,2009-08-11, +/games/boxart/full_6524328AmericaFrontccc.jpg,All-Star Baseball 2003,All,Sports,Acclaim Entertainment,Acclaim Studios Austin,,,,,,,2002-03-07,2021-04-16 +/games/boxart/8977955ccc.jpg,Football Manager 2005,PC,Sports,Sega,Sports Interactive,,,,,,,2004-12-08, +/games/boxart/full_6064829JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9,All,Sports,Konami,Diamond Head,,,,,,,2002-07-18,2023-08-12 +/games/boxart/full_5059989AmericaFrontccc.jpg,NCAA Football 2004,All,Sports,EA Sports,EA Tiburon,,,,,,,2003-07-16,2022-10-18 +/games/boxart/full_8081521AmericaFrontccc.jpg,NBA 2K18,PC,Sports,2K Sports,Visual Concepts,7,,,,,,2017-09-19,2018-04-02 +/games/boxart/full_3588429AmericaFrontccc.jpg,Golf It!,PC,Sports,Unknown,Perfuse Entertainment,,,,,,,,2019-02-09 +/games/boxart/full_2686121AmericaFrontccc.jpg,Captain Tsubasa: Rise of New Champions,All,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2021-02-19 +/games/boxart/9708226ccc.jpg,Championship Manager 03/04,PC,Sports,Eidos Interactive,Sports Interactive,,,,,,,2003-03-20, +/games/boxart/full_7037415PALFrontccc.jpg,Championship Manager Season 01/02,PC,Sports,Unknown,Sports Interactive,,,,,,,2020-12-31, +/games/boxart/full_2031395AmericaFrontccc.jpg,eBASEBALL Powerful Pro Baseball 2022,All,Sports,Konami,Konami,,,,,,,2022-04-21,2022-06-09 +/games/boxart/full_6097742AmericaFrontccc.jpg,Front Page Sports,Series,Sports,Dynamix,Dynamix,,,,,,,1992-01-01,2021-04-05 +/games/boxart/full_519575AmericaFrontccc.jpg,HardBall!,All,Sports,Accolade,Accolade,,,,,,,1985-01-01,2022-04-23 +/games/boxart/full_8664877JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,All,Sports,Konami,Konami,,,,,,,2016-04-28,2021-01-30 +/games/boxart/full_4952493JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '97 Kaimakuban,PS,Sports,Konami,Diamond Head,,,,,,,1997-08-28, +/games/boxart/full_prime-time-nfl-starring-deion-sanders_4AmericaFront.jpg,Prime Time NFL Starring Deion Sanders,GEN,Sports,Sega,Farsight Technologies,,,,,,,1995-01-01, +/games/boxart/full_7665582AmericaFrontccc.jpg,Super Dodge Ball,NES,Sports,Sony Imagesoft,Technos Japan Corporation,,,,,,,1989-06-01, +/games/boxart/full_8237512AmericaFrontccc.jpg,John Madden Football,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1990-01-01, +/games/boxart/full_4824406AmericaFrontccc.jpg,Robot Roller-Derby Disco Dodgeball,PC,Sports,Unknown,Erik Asmussen,,,,,,,,2019-02-10 +/games/boxart/full_6887518AmericaFrontccc.jpg,NFL GameDay '97,PS,Sports,Sony Computer Entertainment,SCEA,,,,,,,1996-11-30, +/games/boxart/full_5758512AmericaFrontccc.jpg,Wayne Gretzky Hockey,All,Sports,Bethesda Softworks,Bethesda Softworks,,,,,,,1988-01-01,2021-05-25 +/games/boxart/full_8075130AmericaFrontccc.jpg,NFL GameDay,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,,,,,,1996-01-01, +/games/boxart/full_7707501AmericaFrontccc.jpg,Blood Bowl 2,PC,Sports,Unknown,Cyanide Studios,,,,,,,,2019-02-15 +/games/boxart/full_4843425AmericaFrontccc.jpg,We Ski & Snowboard,Wii,Sports,Namco Bandai,Namco Bandai Games,,,,,,,2009-03-03, +/games/boxart/full_648345AmericaFrontccc.jpg,Streamline,PC,Sports,Proletariat Inc.,Proletariat Inc.,,,,,,,2016-09-30,2019-02-16 +/games/boxart/full_j-league-pro-soccer-club-o-tsukurou-7-euro-plus_482JapanFront.jpg,J-League Pro Soccer Club o Tsukurou! 7 Euro Plus,PSP,Sports,Sega,Sega,,,,,,,2011-08-04, +/games/boxart/full_9120724AmericaFrontccc.jpg,Mean 18,All,Sports,Accolade,Microsmiths Inc.,,,,,,,1986-01-01,2022-04-25 +/games/boxart/full_2038833AmericaFrontccc.jpg,NHL FaceOff,PS,Sports,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,1995-01-01, +/games/boxart/full_5054136AmericaFrontccc.jpg,Dead or Alive Xtreme 3,All,Sports,Koei Tecmo,Team Ninja,,,,,,,2016-03-24,2020-10-16 +/games/boxart/full_5128257AmericaFrontccc.jpg,BMX XXX,All,Sports,Acclaim Entertainment,Z-Axis,,,,,,,2002-11-15,2022-09-30 +/games/boxart/full_3830858AmericaFrontccc.jpg,WWE 2K16,PC,Sports,2K Sports,Yuke's,,,,,,,2016-03-10,2018-04-11 +/games/boxart/full_2550562AmericaFrontccc.jpg,Vertiginous Golf,PC,Sports,Fellow Traveller,Kinelco,,,,,,,2014-03-07,2019-03-29 +/games/boxart/full_1826038AmericaFrontccc.jpg,Worms Crazy Golf,PC,Sports,Team17 Software,Team17 Software,,,,,,,2011-10-19, +/games/boxart/full_7714343AmericaFrontccc.jpg,NFL Blitz Pro,All,Sports,Midway Games,Midway Games,,,,,,,2003-10-28,2022-04-26 +/games/boxart/full_1564819PALFrontccc.jpg,Trials 2: Second Edition,PC,Sports,RedLynx,RedLynx,,,,,,,2008-03-01,2019-04-16 +/games/boxart/full_8905998AmericaFrontccc.jpg,Shufflepuck Cantina Deluxe,PC,Sports,Agharta Studio,Agharta Studio,,,,,,,2013-12-06,2019-04-10 +/games/boxart/full_4144927AmericaFrontccc.jpg,OlliOlli,PC,Sports,Devolver Digital,Roll7,,,,,,,2014-07-22,2019-04-05 +/games/boxart/full_7019354AmericaFrontccc.jpg,HardBall II,All,Sports,Accolade,Distinctive Software,,,,,,,1989-01-01,2022-04-23 +/games/boxart/full_3244384AmericaFrontccc.jpg,VR Baseball '97,All,Sports,Interplay Entertainment Corp.,VR Sports,,,,,,,1997-01-01,2021-03-30 +/games/boxart/full_5646423AmericaFrontccc.jpg,FootLOL: Epic Fail League,PC,Sports,HeroCraft,Lion's Shade,,,,,,,2013-08-07,2019-04-22 +/games/boxart/6747821ccc.jpg,Virtua Tennis: World Tour (US & Others sales),PSP,Sports,Sega,Sumo Digital,8.3,,,,,,2005-10-07, +/games/boxart/full_9751777AmericaFrontccc.jpg,Computer Baseball,All,Sports,Strategic Simulations,Strategic Simulations,,,,,,,1981-01-01,2021-03-24 +/games/boxart/full_2342700AmericaFrontccc.jpg,Pool 1.5,All,Sports,Innovative Design Software,Innovative Design Software,,,,,,,1981-01-01,2021-04-06 +/games/boxart/full_2165663AmericaFrontccc.jpg,Hi-Res Computer Golf,OSX,Sports,Unknown,Avant-Garde Creations,,,,,,,,2021-04-05 +/games/boxart/full_3686976AmericaFrontccc.jpg,Ski Crazed,ApII,Sports,Baudville,Naughty Dog,,,,,,,1987-10-01,2022-09-30 +/games/boxart/full_3127599JapanFrontccc.jpg,'99 Koshien,PS,Sports,Magical Company,Magical Company,,,,,,,1999-06-17, +/games/boxart/full_9031420JapanFrontccc.jpg,1 on 1,PSN,Sports,Jorudan,Jorudan,,,,,,,2009-09-24, +/games/boxart/full_8706971JapanFrontccc.jpg,1 on 1,PS,Sports,Jorudan,Jorudan,,,,,,,1998-11-26, +/games/boxart/full_4942037AmericaFrontccc.jpg,10 Pin Bowling,GB,Sports,Majesco,Morning Star Multimedia,,,,,,,1999-09-10, +/games/boxart/4087597ccc.jpg,10-Yard Fight,NES,Sports,Nintendo,Irem Software Engineering,,,,,,,1985-10-18, +/games/boxart/full_3547724AmericaFrontccc.jpg,101 MiniGolf World,DSiW,Sports,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-03-15, +/games/boxart/5095319ccc.jpg,1080° Avalanche,GC,Sports,Nintendo,Nintendo Software Technology Corporation,,,,,,,2003-12-01, +/games/boxart/full_6291022AmericaFrontccc.jpg,1080º: TenEighty Snowboarding,VC,Sports,Nintendo,Nintendo EAD,,,,,,,2008-01-28, +/games/boxart/full_3087402JapanFrontccc.jpg,1500DS Spirits Vol. 8: Darts,DS,Sports,Tasuke,Tasuke,,,,,,,2007-11-22, +/games/boxart/full_7278229PALFrontccc.jpg,2 Games in 1: GT 3 Advance: Pro Concept Racing & MotoGP,GBA,Sports,THQ,THQ,,,,,,,2004-10-22, +/games/boxart/full_2-for-1-power-pack-winter-blastsummer-sports-2_3AmericaFront.jpg,2-for-1 Power Pack: Winter Blast/Summer Sports 2,Wii,Sports,Destineer,Destineer,,,,,,,2010-07-07, +/games/boxart/full_5016685AmericaFrontccc.jpg,2002 FIFA World Cup,PS,Sports,EA Sports,EA Canada,6.8,,,,,,2002-04-30, +/games/boxart/full_2554891AmericaFrontccc.jpg,2002 FIFA World Cup,PC,Sports,EA Sports,EA Canada,,,,,,,2002-04-30, +/games/boxart/full_2010-fifa-world-cup-south-africa_2PALFront.jpg,2010 FIFA World Cup South Africa,PSN,Sports,EA Sports,EA Canada,6.8,,,,,,2010-04-29, +/games/boxart/full_27-ball-funky-pool_707AmericaFront.jpg,27 Ball Funky Pool,XBL,Sports,Microsoft,Maximinus,,,,,,,2011-08-04, +/games/boxart/full_5910852AmericaFrontccc.png,2Xtreme,PSN,Sports,Sony Computer Entertainment,SCEA,,,,,,,2007-05-02, +/games/boxart/full_1583759AmericaFrontccc.jpg,3 on 3 NHL Arcade,PSN,Sports,Electronic Arts,EA Canada,5,,,,,,2009-02-05, +/games/boxart/full_7205652AmericaFrontccc.jpg,3 on 3 NHL Arcade,XBL,Sports,Electronic Arts,EA Canada,7.2,,,,,,2009-02-11, +/games/boxart/full_8077700AmericaFrontccc.jpg,3-in-1 Sports Pack,GBA,Sports,Majesco,Skyworks Technologies,,,,,,,2005-10-18, +/games/boxart/full_7757201AmericaFrontccc.png,3D Baseball,SAT,Sports,Mindscape,Crystal Dynamics,,,,,,,1996-11-27, +/games/boxart/full_7451685AmericaFrontccc.jpg,3D Ultra MiniGolf Adventures,PC,Sports,Activision,Wanako Studios,,,,,,,2006-12-20, +/games/boxart/full_6258443AmericaFrontccc.jpg,3D Ultra MiniGolf Adventures,XBL,Sports,Sierra Online,Wanako Studios,,,,,,,2007-04-18, +/games/boxart/full_3d-ultra-minigolf-adventures-2_3AmericaFront.jpg,3D Ultra MiniGolf Adventures 2,XBL,Sports,Konami,Wanako Studios,,,,,,,2010-10-27, +/games/boxart/full_3d-ultra-minigolf-adventures-2_975AmericaFront.jpg,3D Ultra MiniGolf Adventures 2,PSN,Sports,Konami,Wanako Studios,,,,,,,2010-11-16, +/games/boxart/full_3366471PALFrontccc.jpg,4-4-2 Soccer,PS,Sports,Virgin Interactive,Unknown,,,,,,,1997-08-01, +/games/boxart/full_1523019PALFrontccc.jpg,442 Fußball Manager,PC,Sports,SCi,SCi Games,,,,,,,2002-10-11, +/games/boxart/full_8819639AmericaFrontccc.jpg,4D Boxing,PC,Sports,Mindscape,Distinctive Software Inc.,,,,,,,1991-01-01, +/games/boxart/full_720_1AmericaFront.jpg,720 Degrees,NES,Sports,Mindscape,Mindscape Inc.,,,,,,,1989-11-01, +/games/boxart/full_7371008AmericaFrontccc.jpg,720°,GB,Sports,Midway Games,Digital Eclipse Software,,,,,,,1999-03-01, +/games/boxart/full_2046521PALFrontccc.jpg,90 Minutes: European Prime Goal,SNES,Sports,Ocean,Namco,,,,,,,1995-01-01, +/games/boxart/full_92542PALFrontccc.jpg,90 Minutes: Sega Championship Football,DC,Sports,Sega,Smilebit,,,,,,,2001-10-25, +/games/boxart/full_a-game-about-my-cat_366AmericaFront.jpg,A Game About My Cat,XBL,Sports,Microsoft,thelostone,,,,,,,2011-06-19, +/games/boxart/full_740680AmericaFrontccc.jpg,A.I.R. Play,XBL,Sports,Microsoft,doozerdude,,,,,,,2009-01-07, +/games/boxart/full_9535446JapanFrontccc.jpg,Aa Harimadana,GEN,Sports,Sega,Sega,,,,,,,1993-09-03, +/games/boxart/full_8649845AmericaFrontccc.jpg,AaaaaAAaaaAAAaaAAAAaAAAAA!!! A Reckless Disregard for Gravity,PC,Sports,Dejobaan Games,Dejobaan Games,,,,,,,2009-09-03, +/games/boxart/1292863ccc.jpg,Aaron vs. Ruth,PC,Sports,Mindscape,Mindscape,,,,,,,1997-06-30, +/games/boxart/991408ccc.jpg,ABC Monday Night Football,PC,Sports,Unknown,Overtime Sports,,,,,,,, +/games/boxart/7075946ccc.jpg,ABC Monday Night Football '98,PC,Sports,Unknown,Overtime Sports,,,,,,,1997-09-30, +/games/boxart/9391775ccc.jpg,ABC's Monday Night Football,SNES,Sports,Data East,Kuusou Kagaku,,,,,,,1993-12-01, +/games/boxart/default.jpg,ABC's Wide World of Sport Boxing,PC,Sports,Data East,Cinemaware,,,,,,,1991-01-01, +/games/boxart/full_at-sports-pro-yakyuu-2010_427AmericaFront.jpg,Absolute Baseball,DSiW,Sports,Tasuke,Tasuke,,,,,,,2011-04-04, +/games/boxart/full_ace-gals-tennis_424AmericaFront.jpg,Ace Gals Tennis,XBL,Sports,Microsoft,Haruneko,,,,,,,2010-04-25, +/games/boxart/full_6278970JapanFrontccc.jpg,Ace o Nerae!,SNES,Sports,Nippon Telenet,Nippon Telenet,,,,,,,1993-12-22, +/games/boxart/full_5174934PALFrontccc.jpg,Actua Golf 3,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, +/games/boxart/full_2403586PALFrontccc.jpg,Actua Ice Hockey,PC,Sports,Sierra Entertainment,Gremlin Interactive,,,,,,,1998-01-01, +/games/boxart/full_6980676PALFrontccc.jpg,Actua Ice Hockey,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-02-01, +/games/boxart/full_7164224PALFrontccc.jpg,Actua Ice Hockey 2,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, +/games/boxart/full_3795383PALFrontccc.jpg,Actua Ice Hockey 2,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-04-01, +/games/boxart/8655047ccc.jpg,Actua Soccer,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive Ltd.,,,,,,,1995-01-01, +/games/boxart/full_7808802PALFrontccc.jpg,Actua Soccer 2,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1997-11-01, +/games/boxart/full_370262PALFrontccc.jpg,Actua Soccer 2,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-01-01, +/games/boxart/full_2060228PALFrontccc.jpg,Actua Soccer 3,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, +/games/boxart/full_3811049PALFrontccc.jpg,Actua Soccer 3,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-12-01, +/games/boxart/full_9453533PALFrontccc.jpg,Actua Soccer: Club Edition,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1997-01-01, +/games/boxart/full_7965525PALFrontccc.jpg,Actua Soccer: Club Edition,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1997-05-01, +/games/boxart/full_664612PALFrontccc.jpg,Actua Tennis,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, +/games/boxart/full_7472952PALFrontccc.jpg,Adidas Power Soccer 2,PS,Sports,Psygnosis,Shen Studios,,,,,,,1998-01-01, +/games/boxart/full_5640019PALFrontccc.jpg,Adidas Power Soccer International 97,PS,Sports,Psygnosis,Shen Studios,,,,,,,1997-04-01, +/games/boxart/default.jpg,AFL,Wii,Sports,Unknown,Wicked Witch,,,,,,,2011-05-19, +/games/boxart/full_1349552PALFrontccc.jpg,AFL 99,PS,Sports,EA Sports,EA Sports,,,,,,,1999-06-01, +/games/boxart/default.jpg,AFL Challenge,PSP,Sports,Sony Computer Entertainment,Wicked Witch Software,3,,,,,,2009-09-10, +/games/boxart/full_afl-challenge_479PALFront.jpg,AFL Challenge,PSN,Sports,Home Entertainment Suppliers,Wicked Witch Software,3,,,,,,2010-03-25, +/games/boxart/default.jpg,AFL Live,X360,Sports,HES Interactive,Big Ant Studios,,,,,,,2011-04-21, +/games/boxart/default.jpg,AFL Live,PSP,Sports,Unknown,Big Ant Studios,,,,,,,, +/games/boxart/default.jpg,AFL Live,PS3,Sports,HES Interactive,Big Ant Studios,,,,,,,2011-04-21, +/games/boxart/default.jpg,AFL Live,PC,Sports,Unknown,Big Ant Studios,,,,,,,, +/games/boxart/default.jpg,AFL Live 2003,PS2,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2002-09-05, +/games/boxart/default.jpg,AFL Live 2003,PC,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2002-09-01, +/games/boxart/default.jpg,AFL Live 2003,XB,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2002-11-01, +/games/boxart/full_1997263PALFrontccc.jpg,AFL Live 2004,PS2,Sports,Acclaim Entertainment,IR Gurus,,,,,,,2003-11-21, +/games/boxart/default.jpg,AFL Live 2004,XB,Sports,Acclaim Entertainment,IR Gurus,,,,,,,2003-08-01, +/games/boxart/default.jpg,AFL Live Premiership Edition,XB,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2004-01-01, +/games/boxart/default.jpg,AFL Live Premiership Edition,PS2,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2004-01-01, +/games/boxart/default.jpg,AFL Live Premiership Edition,PC,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2004-01-01, +/games/boxart/4917228ccc.jpg,Agassi Tennis Generation,GBA,Sports,Cryo Interactive,Aqua Pacific,,,,,,,2003-11-21, +/games/boxart/4459335ccc.jpg,Air Hockey,PS,Sports,Mud Duck Productions,Mud Duck,,,,,,,2003-09-01, +/games/boxart/full_1621134AmericaFrontccc.jpg,Albatross18: Realms of Pangya,PC,Sports,OGPlanet,Ntreev Soft,,,,,,,2005-11-13, +/games/boxart/full_2995201PALFrontccc.jpg,Alex Ferguson's Player Manager 2001,PS,Sports,3DO,Anco Software,,,,,,,2000-11-24, +/games/boxart/full_alex-fergusons-player-manager-2001_250PALFront.jpg,Alex Ferguson's Player Manager 2001,PS2,Sports,3DO,Anco Software,,,,,,,2001-09-21, +/games/boxart/full_6823131PALFrontccc.jpg,Alex Ferguson's Player Manager 2002,GBA,Sports,Ubisoft,Exient Entertainment,,,,,,,2002-05-24, +/games/boxart/full_7470714PALFrontccc.jpg,Alex Ferguson's Player Manager 2002,PS,Sports,Ubisoft,Anco Software,,,,,,,2002-05-14, +/games/boxart/default.jpg,Alex Ferguson's Player Manager 2002,PC,Sports,Ubisoft,Anco Software,,,,,,,2002-01-01, +/games/boxart/full_alex-fergusons-player-manager-2003_983PALFront.jpg,Alex Ferguson's Player Manager 2003,PC,Sports,Ubisoft,Anco Software,,,,,,,2003-01-01, +/games/boxart/default.jpg,Alien Olympics 2044 AD,GB,Sports,Ocean,Dark Technologies,,,,,,,1992-01-01, +/games/boxart/full_all-round-hunter_6PALFront.jpg,All Round Hunter,X360,Sports,505 Games,505 Games,,,,,,,2010-09-17, +/games/boxart/full_all-round-hunter_9PALFront.jpg,All Round Hunter,Wii,Sports,505 Games,505 Games,,,,,,,2010-09-17, +/games/boxart/full_1419494PALFrontccc.jpg,All Star 5-A-Side Football,DS,Sports,O-Games,Oxygen Interactive,,,,,,,2010-05-07, +/games/boxart/full_330994PALFrontccc.jpg,All Star Soccer,PS,Sports,Eidos Interactive,Eidos Interactive,,,,,,,1997-08-01, +/games/boxart/full_5283762PALFrontccc.jpg,All Star Watersports,PS,Sports,Phoenix Games,Phoenix Games,,,,,,,2003-03-14, +/games/boxart/2731744ccc.jpg,All-Pro Basketball,NES,Sports,Victory Lap Games,Aicom,,,,,,,1989-12-01, +/games/boxart/6930072ccc.jpg,All-Star 1997 Featuring Frank Thomas,PS,Sports,Acclaim Entertainment,Acclaim,4.8,,,,,,1997-06-30, +/games/boxart/full_all-star-air-hockey_320AmericaFront.jpg,All-Star Air Hockey,DSiW,Sports,Skyworks Interactive,Skyworks Interactive,,,,,,,2011-01-31, +/games/boxart/full_8856260AmericaFrontccc.jpg,All-Star Baseball,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-01-01, +/games/boxart/default.jpg,All-Star Baseball,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-01-01, +/games/boxart/4661895ccc.jpg,All-Star Baseball 2000,GB,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1999-01-01, +/games/boxart/full_all-star-baseball-2001_364AmericaFront.jpg,All-Star Baseball 2001,GB,Sports,Acclaim Entertainment,KnowWonder,,,,,,,2000-06-01, +/games/boxart/default.jpg,All-Star Baseball 2004,PC,Sports,Acclaim Entertainment,Acclaim Entertainment,,,,,,,2003-01-01, +/games/boxart/full_all-star-baseball-99_261AmericaFront.jpg,All-Star Baseball 99,GB,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1998-05-01, +/games/boxart/full_all-star-slammin-d-ball_798PALFront.png,All-Star Slammin' D-Ball,PSN,Sports,Midas Interactive Entertainment,Access,,,,,,,2010-11-24, +/games/boxart/full_8976425PALFrontccc.jpg,All-Star Tennis '99,PS,Sports,Ubisoft,Smart Dog,,,,,,,1998-11-01, +/games/boxart/full_2421371PALFrontccc.jpg,All-Star Tennis 2,PS,Sports,Ubisoft,Aqua Pacific,,,,,,,2000-08-18, +/games/boxart/full_5437169PALFrontccc.jpg,All-Star Tennis 2000,GB,Sports,Ubisoft,Smart Dog,,,,,,,1999-01-01, +/games/boxart/full_allan-borders-cricket_8PALFront.jpg,Allan Border's Cricket,PC,Sports,Unknown,Audiogenic Software Ltd.,,,,,,,1993-01-01, +/games/boxart/full_562581PALFrontccc.jpg,Alpine Racer 3,PS2,Sports,Sony Computer Entertainment,Namco,,,,,,,2002-12-06, +/games/boxart/full_8136512PALFrontccc.jpg,Alpine Ski Racing 2007,PC,Sports,JoWood Productions,RTL,,,,,,,2006-11-30, +/games/boxart/7144541ccc.jpg,American Girl: Mia Goes for Great,PC,Sports,THQ,THQ,,,,,,,2008-02-04, +/games/boxart/full_4058124AmericaFrontccc.jpg,American Gladiators,PC,Sports,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, +/games/boxart/3045645ccc.jpg,American Gladiators,GEN,Sports,GameTek,Incredible Technologies,,,,,,,1992-03-04, +/games/boxart/3862114ccc.jpg,American Gladiators,SNES,Sports,GameTek,Incredible Technologies,,,,,,,1993-04-01, +/games/boxart/2056793ccc.jpg,American Gladiators,NES,Sports,GameTek,Incredible Technologies,,,,,,,1991-10-01, +/games/boxart/full_1218882PALFrontccc.jpg,Andre Agassi Tennis,MS,Sports,Sega,TecMagik,,,,,,,1993-01-01, +/games/boxart/6920333ccc.jpg,Andre Agassi Tennis,GEN,Sports,TecMagik,TecMagik,,,,,,,1992-01-01, +/games/boxart/full_1492699AmericaFrontccc.jpg,Andre Agassi Tennis,SNES,Sports,TecMagik,Radiance,,,,,,,1994-01-01, +/games/boxart/full_4222988PALFrontccc.jpg,Andre Agassi Tennis,GG,Sports,Sega,TecMagik,,,,,,,1993-01-01, +/games/boxart/full_897574PALFrontccc.jpg,Animal Football,PS,Sports,Phoenix Games,Phoenix Games,,,,,,,2003-06-27, +/games/boxart/full_animaniacs-splat-ball_6AmericaFront.jpg,Animaniacs Splat Ball,PC,Sports,SouthPeak Interactive,SouthPeak Games,,,,,,,1999-01-01, +/games/boxart/full_3260517PALFrontccc.jpg,Anna Kournikova's Smash Court Tennis,PS,Sports,Sony Computer Entertainment,Namco,,,,,,,1999-06-18, +/games/boxart/5088514ccc.jpg,Anstoss 2,PC,Sports,Ascaron Entertainment,Ascaron Entertainment,,,,,,,1997-01-01, +/games/boxart/full_antz-world-sportz_887PALFront.jpg,Antz World Sportz,GB,Sports,LSP Games,M4 Limited,,,,,,,2001-01-01, +/games/boxart/full_appare-gateball_2JapanFront.jpg,Appare! Gateball,VC,Sports,Hudson Soft,West One,,,,,,,2007-07-24, +/games/boxart/full_appare-gateball_10JapanFront.jpg,Appare! Gateball,PCE,Sports,Hudson Soft,West One,,,,,,,1988-12-22, +/games/boxart/full_arc-style-jazzy-billiards-3d-professional_850JapanFront.jpg,ARC STYLE: Jazzy Billiards 3D Professional,3DS,Sports,Arc System Works,Arc System Works,,,,,,,2011-08-10, +/games/boxart/default.jpg,ARC Style: Soccer!! 3D,3DS,Sports,Arc System Works,Arc System Works,,,,,,,2011-06-07, +/games/boxart/full_arcade-air-hockey-ampamp-bowling_9PALFront.png,Arcade Air Hockey & Bowling,PSN,Sports,Icon Games,Icon Games,,,,,,,2010-08-24, +/games/boxart/full_5503582AmericaFrontccc.jpg,Arcade Bowling,DSiW,Sports,Skyworks Interactive,Skyworks Interactive,5.5,,,,,,2009-11-16, +/games/boxart/default.jpg,Arcade Darts,WW,Sports,Unknown,Icon Games,,,,,,,, +/games/boxart/full_arcade-darts_7AmericaFront.jpg,Arcade Darts,PSN,Sports,Icon Games,Icon Games,,,,,,,2010-06-29, +/games/boxart/full_3949352AmericaFrontccc.jpg,Arcade Hoops Basketball,DSiW,Sports,Skyworks Interactive,Skyworks Interactive,,,,,,,2009-12-28, +/games/boxart/full_arcade-pool-amp-snooker_442PALFront.jpg,Arcade Pool & Snooker,PSN,Sports,Icon Games,Icon Games Entertainment Ltd,,,,,,,2011-07-13, +/games/boxart/full_arcade-sports_7AmericaFront.jpg,Arcade Sports,WW,Sports,Icon Games,Icon Games,,,,,,,2010-06-14, +/games/boxart/full_1872690AmericaFrontccc.jpg,Arch Rivals,GG,Sports,Flying Edge,Arc Developments,,,,,,,1992-01-01, +/games/boxart/6686170ccc.jpg,Arch Rivals,GEN,Sports,Acclaim Entertainment,Arc Developments,,,,,,,1992-01-01, +/games/boxart/full_4260114AmericaFrontccc.jpg,Arch Rivals: A Basket Brawl!,NES,Sports,Acclaim Entertainment,Rare Ltd.,,,,,,,1990-11-01, +/games/boxart/full_6439557AmericaFrontccc.jpg,Archer Maclean Presents: Pool Paradise,PC,Sports,Ignition Entertainment,Awesome Developments,,,,,,,2004-04-01, +/games/boxart/98190ccc.jpg,Arnold Palmer Tournament Golf,GEN,Sports,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_14962PALFrontccc.jpg,Asterix at the Olympic Games,PC,Sports,Atari,Etranges Libellules,,,,,,,2008-02-29, +/games/boxart/full_3434155PALFrontccc.jpg,Asterix at the Olympic Games,X360,Sports,Atari,Etranges Libellules,,,,,,,2008-08-22, +/games/boxart/full_7189874PALFrontccc.jpg,Asterix at the Olympic Games,PS2,Sports,Atari,Etranges Libellules,,,,,,,2008-02-29, +/games/boxart/full_6807437PALFrontccc.jpg,Asterix at the Olympic Games,DS,Sports,Atari,Etranges Libellules,,,,,,,2008-02-29, +/games/boxart/default.jpg,at Sports! Koushien 2010,DSiW,Sports,Tasuke,Tasuke,,,,,,,2010-06-09, +/games/boxart/default.jpg,at Sports! Pro Yakyuu 2011,DSiW,Sports,Tasuke,Tasuke,,,,,,,2011-06-29, +/games/boxart/full_9116352AmericaFrontccc.jpg,Athens 2004,PC,Sports,Eidos Interactive,Eurocom Entertainment Software,,,,,,,2004-10-05, +/games/boxart/6804203ccc.jpg,Athletic World,NES,Sports,Bandai,Bandai,,,,,,,1987-07-01, +/games/boxart/full_atp-tour-championship-tennis_7AmericaFront.jpg,ATP Tour Championship Tennis,GEN,Sports,Sega,SIMS,,,,,,,1994-01-01, +/games/boxart/1131366ccc.jpg,Australian Rugby League,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1995-01-01, +/games/boxart/full_6402208AmericaFrontccc.jpg,Avatar Golf,XBL,Sports,Microsoft,Barkers Crest STUD1O,,,,,,,2009-09-02, +/games/boxart/full_avatar-slam-dunk_1AmericaFront.jpg,Avatar Slam Dunk,XBL,Sports,Microsoft,Maximinus,,,,,,,2010-08-27, +/games/boxart/full_avatar-street-basketball-2_825AmericaFront.jpg,Avatar Street Basketball 2,XBL,Sports,Microsoft,Bionic-Thumbs,,,,,,,2011-09-12, +/games/boxart/full_8928511AmericaFrontccc.jpg,Avatar Wave: Snowball Fight,XBL,Sports,Microsoft,Hotwave Games,,,,,,,2009-12-17, +/games/boxart/7200662ccc.jpg,Awesome Golf,Lynx,Sports,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/full_8855801PALFrontccc.jpg,Baby Felix Tennis,PS,Sports,LSP Games,LSP,,,,,,,2002-01-01, +/games/boxart/full_backbreaker-vengeance_930AmericaFront.jpg,Backbreaker: Vengeance,XBL,Sports,505 Games,NaturalMotion Games,6,,,,,,2011-06-29, +/games/boxart/full_7600121AmericaFrontccc.jpg,Backyard Baseball,PC,Sports,Humongous,Humongous Entertainment,,,,,,,1997-10-10, +/games/boxart/full_9798918AmericaFrontccc.jpg,Backyard Baseball '09,PC,Sports,Atari,Humongous Entertainment,,,,,,,2008-03-25, +/games/boxart/720717ccc.jpg,Backyard Baseball 2009,PC,Sports,Humongous,Unknown,,,,,,,2008-05-07, +/games/boxart/full_7367777AmericaFrontccc.jpg,Backyard Basketball,PC,Sports,Infogrames,Humongous Entertainment,,,,,,,2003-05-31, +/games/boxart/full_8298210AmericaFrontccc.jpg,Backyard Hockey,PC,Sports,Infogrames,Humongous Entertainment,,,,,,,2002-10-18, +/games/boxart/full_388869AmericaFrontccc.jpg,Backyard Hockey 2005,PC,Sports,Atari,Humongous Entertainment,,,,,,,2004-09-21, +/games/boxart/full_9249667AmericaFrontccc.jpg,Backyard NBA Basketball 2004,PC,Sports,Atari,Humongous Entertainment,,,,,,,2003-09-04, +/games/boxart/6277374ccc.jpg,Backyard NFL Football,PC,Sports,GT Interactive,Humongous Entertainment,,,,,,,1999-01-01, +/games/boxart/8256679ccc.jpg,Backyard NFL Football '08,PC,Sports,Atari,Humongous Entertainment,,,,,,,2007-10-23, +/games/boxart/full_228478AmericaFrontccc.jpg,Backyard NFL Football '09,PC,Sports,Atari,Humongous Entertainment,,,,,,,2008-10-29, +/games/boxart/full_6320808AmericaFrontccc.jpg,Backyard NFL Football 2002,PC,Sports,Infogrames,Humongous Entertainment,,,,,,,2001-01-01, +/games/boxart/full_4438319AmericaFrontccc.jpg,Backyard NFL Football 2004,PC,Sports,Atari,Humongous Entertainment,,,,,,,2003-09-04, +/games/boxart/full_883109AmericaFrontccc.jpg,Backyard NFL Football 2006,PC,Sports,Atari,Humongous Entertainment,,,,,,,2005-09-20, +/games/boxart/6686387ccc.jpg,Backyard Skateboarding,GBA,Sports,Atari,Humongous,,,,,,,2004-10-04, +/games/boxart/3101201ccc.png,Backyard Skateboarding 2006,PC,Sports,Atari,Humongous,,,,,,,2005-10-04, +/games/boxart/full_7290100AmericaFrontccc.jpg,Backyard Soccer,PC,Sports,Unknown,Unknown,,,,,,,, +/games/boxart/453407ccc.jpg,Backyard Sports Baseball 2007,GBA,Sports,Atari,Humongous Entertainment / Game Brains,,,,,,,2006-06-12, +/games/boxart/2746529ccc.jpg,Backyard Sports Baseball 2007,PC,Sports,Atari,Humongous Entertainment,,,,,,,2006-09-11, +/games/boxart/4168349ccc.jpg,Backyard Sports Baseball 2007,GC,Sports,Atari,Humongous Entertainment,,,,,,,2007-04-03, +/games/boxart/full_4552678AmericaFrontccc.jpg,Backyard Sports Basketball 2007,PC,Sports,Atari,Humongous Entertainment,,,,,,,2007-02-20, +/games/boxart/full_3520301AmericaFrontccc.jpg,Backyard Sports Basketball 2007,PS2,Sports,Atari,Game Brains,,,,,,,2007-02-13, +/games/boxart/3852836ccc.jpg,Backyard Sports Basketball 2007,GBA,Sports,Atari,Mistic Software,,,,,,,2006-11-14, +/games/boxart/full_backyard-sports-sandlot-sluggers_1AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,PC,Sports,Atari,HB Studios Multimedia,,,,,,,2010-05-25, +/games/boxart/full_bakuchou-retsuden-shou-hyper-fishing_421JapanFront.jpg,Bakuchou Retsuden Shou: Hyper Fishing,GB,Sports,Starfish,Starfish,,,,,,,1998-07-24, +/games/boxart/full_3866779JapanFrontccc.jpg,Bakuretsu Soccer,PS,Sports,Tecmo,Tecmo,,,,,,,2002-07-25, +/games/boxart/full_9951449JapanFrontccc.jpg,Bakuryuu,PS,Sports,Fuji,Fujimic Inc.,,,,,,,2000-09-14, +/games/boxart/3486166ccc.jpg,Bakutsu Retsuden Shou: Happy Fishing,GB,Sports,Starfish,Starfish,,,,,,,1998-07-24, +/games/boxart/2667548ccc.jpg,Ball Busters,GIZ,Sports,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_ballistix_9AmericaFront.jpg,Ballistix,PCE,Sports,Turbo Technologies,Reflections Interactive,,,,,,,1992-01-01, +/games/boxart/full_bandai-golf-challenge-pebble-beach_6AmericaFront.jpg,Bandai Golf: Challenge Pebble Beach,NES,Sports,Bandai,TOSE Software,,,,,,,1989-02-01, +/games/boxart/full_3196712AmericaFrontccc.jpg,Bankshot Billiards 2,XBL,Sports,PixelStorm,PixelStorm,6.6,,,,,,2005-11-22, +/games/boxart/full_7474391AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,PC,Sports,Activision,Pixel Tales,,,,,,,2008-10-28, +/games/boxart/full_2003871AmericaFrontccc.jpg,Barbie Sparkling Ice Show,PC,Sports,VU Games,Krome Studios,,,,,,,2002-11-15, +/games/boxart/full_3774427AmericaFrontccc.jpg,Barbie Super Sports,PC,Sports,Mattel Interactive,Runecraft,,,,,,,2001-04-21, +/games/boxart/default.jpg,Barca Total 2000,GB,Sports,Ubisoft,Live Media,,,,,,,2000-01-01, +/games/boxart/2582962ccc.jpg,Barkley: Shut Up and Jam 2,GEN,Sports,Accolade,Accolade,,,,,,,1995-01-01, +/games/boxart/full_barkley-shut-up-and-jam_6AmericaFront.jpg,Barkley: Shut Up and Jam!,GEN,Sports,Accolade,Accolade,,,,,,,1993-01-01, +/games/boxart/full_barkley-shut-up-and-jam_8AmericaFront.jpg,Barkley: Shut Up and Jam!,SNES,Sports,Accolade,Accolade,,,,,,,1994-06-01, +/games/boxart/5252046ccc.gif,Baseball,VC,Sports,Nintendo,Nintendo,,,,,,,2007-01-01, +/games/boxart/full_baseball_343AmericaFront.png,Baseball,3DS,Sports,Nintendo,Nintendo,5,,,,,,2011-07-14, +/games/boxart/default.jpg,Baseball (3DS VC),3DS,Sports,Unknown,Nintendo,,,,,,,, +/games/boxart/full_4413776AmericaFrontccc.jpg,Baseball 2000,PC,Sports,Microsoft,WizBang! Software Productions,,,,,,,1999-03-31, +/games/boxart/full_6041267JapanFrontccc.jpg,Baseball Mania,PS2,Sports,Unknown,Tamsoft,,,,,,,, +/games/boxart/full_2980737JapanFrontccc.jpg,Baseball Navigator,PS,Sports,Angel Studios,Angel Studios,,,,,,,1997-07-31, +/games/boxart/2667594ccc.jpg,Baseball Pro nami Kusauakyuu,PS,Sports,Unknown,Unknown,,,,,,,, +/games/boxart/full_5878066JapanFrontccc.jpg,Baseball Simulation: ID Pro Yakyuu,PS,Sports,Konami,Konami,,,,,,,2001-01-25, +/games/boxart/full_baseball-simulator-1000_157AmericaFront.jpg,Baseball Simulator 1.000,NES,Sports,Culture Brain,Culture Brain,,,,,,,1990-03-01, +/games/boxart/full_baseball-stars_583AmericaFront.jpg,Baseball Stars,NES,Sports,SNK,SNK Corporation,,,,,,,1989-07-01, +/games/boxart/full_baseball-stars-2_0AmericaFront.jpg,Baseball Stars 2,VC,Sports,D4 Enterprise,SNK Corporation,,,,,,,2007-12-10, +/games/boxart/full_baseball-stars-2_970AmericaFront.jpg,Baseball Stars 2,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-07-19, +/games/boxart/full_baseball-stars-2_0AmericaFront.jpg,Baseball Stars 2,NG,Sports,SNK,SNK Corporation,,,,,,,1992-04-28, +/games/boxart/full_baseball-stars-2-cd_445AmericaFront.jpg,Baseball Stars 2 (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1994-09-09, +/games/boxart/full_4662635AmericaFrontccc.jpg,Baseball Stars II,NES,Sports,Romstar,Pixel,,,,,,,1992-07-01, +/games/boxart/full_baseball-stars-professional_864AmericaFront.jpg,Baseball Stars Professional,NG,Sports,SNK,SNK Corporation,,,,,,,1991-07-01, +/games/boxart/full_baseball-stars-professional_97AmericaFront.jpg,Baseball Stars Professional,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_baseball-stars-professional-cd_722JapanFront.jpg,Baseball Stars Professional (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1995-04-21, +/games/boxart/full_baseball-stars-professional-psp_475AmericaFront.jpg,Baseball Stars Professional (PSP),PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, +/games/boxart/full_7932514AmericaFrontccc.jpg,Bases Loaded,GB,Sports,Jaleco,Jaleco Entertainment,,,,,,,1990-07-01, +/games/boxart/4947561ccc.jpg,Bases Loaded,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1988-07-01, +/games/boxart/3606471ccc.jpg,Bases Loaded,VC,Sports,Jaleco,Jaleco Entertainment,,,,,,,2008-04-07, +/games/boxart/6877180ccc.jpg,Bases Loaded '96: Double Header,SAT,Sports,Unknown,Jaleco,,,,,,,, +/games/boxart/full_9089234AmericaFrontccc.jpg,Bases Loaded 3,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1991-09-01, +/games/boxart/2892073ccc.jpg,Bases Loaded 4,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1993-04-01, +/games/boxart/6132537ccc.jpg,Bases Loaded II: Second Season,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1990-01-01, +/games/boxart/full_4238540JapanFrontccc.jpg,Baskelian,PS2,Sports,Unknown,Jorudan,,,,,,,, +/games/boxart/1610908ccc.jpg,Basketball,2600,Sports,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_basketball-nightmare_6PALFront.jpg,Basketball Nightmare,MS,Sports,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_basketball-trick-shot_226AmericaFront.jpg,Basketball Trick Shot,XBL,Sports,Microsoft,Nick Metnik,,,,,,,2010-08-15, +/games/boxart/full_849737PALFrontccc.jpg,Basketball Xciting,PS2,Sports,Agetec,Tamsoft,,,,,,,2004-02-27, +/games/boxart/2351398ccc.jpg,Basketbrawl,Lynx,Sports,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/79775ccc.jpg,Basketbrawl,7800,Sports,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_5638618JapanFrontccc.jpg,Bass Fisherman,PS,Sports,Sammy Corporation,Saurus,,,,,,,1998-06-11, +/games/boxart/full_bass-fishing-tatsujin-techou_498JapanFront.jpg,Bass Fishing Tatsujin Techou,GB,Sports,Starfish,Starfish,,,,,,,1996-06-21, +/games/boxart/7471549ccc.gif,Bass Hunter,PS,Sports,Unknown,Jack of All Games,,,,,,,, +/games/boxart/full_6357811JapanFrontccc.jpg,Bass Landing 2,PS,Sports,ASCII Media Works,ASC Games,,,,,,,2000-03-22, +/games/boxart/full_844324JapanFrontccc.jpg,Bass Landing 3,PS2,Sports,Sammy Corporation,Sammy Studios,,,,,,,2003-02-27, +/games/boxart/full_bass-masters-classic_7AmericaFront.jpg,Bass Masters Classic,GB,Sports,THQ,Natsume,,,,,,,1999-11-04, +/games/boxart/full_bass-masters-classic_6AmericaFront.jpg,Bass Masters Classic,GEN,Sports,Black Pearl,Black Pearl,,,,,,,1995-01-01, +/games/boxart/full_2186294AmericaFrontccc.png,Bass Masters Classic,GBC,Sports,THQ,Natsume,,,,,,,1999-11-04, +/games/boxart/6260594ccc.jpg,Bass Masters Classic,SNES,Sports,Malibu Games,Malibu Games,,,,,,,1995-06-01, +/games/boxart/full_bass-masters-classic-pro-edition_10AmericaFront.jpg,Bass Masters Classic: Pro Edition,SNES,Sports,Black Pearl,Black Pearl,,,,,,,1996-07-01, +/games/boxart/7043665ccc.jpg,Bass Masters Classic: Pro Edition,GEN,Sports,Black Pearl,Black Pearl,,,,,,,1996-01-01, +/games/boxart/full_bass-masters-classic-tournament-edition_5AmericaFront.jpg,Bass Masters Classic: Tournament Edition,PC,Sports,THQ,Inland Productions,,,,,,,1998-01-01, +/games/boxart/default.jpg,Bass Pro Shops: The Hunt,PC,Sports,Unknown,Piranha Games,,,,,,,, +/games/boxart/default.jpg,Bass Pro Shops: The Strike,PC,Sports,XS Games,Griffin International,,,,,,,2009-09-29, +/games/boxart/full_bass-pro-shops-the-strike-tournament-edition_849AmericaFront.jpg,Bass Pro Shops: The Strike - Tournament Edition,Wii,Sports,XS Games,XS Games,,,,,,,2011-10-17, +/games/boxart/full_4083125JapanFrontccc.jpg,Bass Rush: EcoGear PowerWorm Championship,N64,Sports,Visco,Visco,,,,,,,2000-04-28, +/games/boxart/full_6882517JapanFrontccc.jpg,Bass Tsuri Shiyouze!: Tournament wa Senryaku da!,GBA,Sports,Konami,Konami,,,,,,,2002-12-05, +/games/boxart/8757171ccc.jpg,Bassin's Black Bass with Hank Parker,SNES,Sports,Hot-B,Starfish,,,,,,,1994-11-01, +/games/boxart/full_536542JapanFrontccc.jpg,Bassing Beat,PS,Sports,Hearty Robin,Hearty Robin,,,,,,,1998-02-11, +/games/boxart/full_9441725JapanFrontccc.jpg,Bassing Beat 2,PS,Sports,Hearty Robin,Hearty Robin,,,,,,,2000-08-10, +/games/boxart/full_375307JapanFrontccc.jpg,BassRush Dream,DC,Sports,Visco,Visco,,,,,,,2000-12-21, +/games/boxart/full_4645045AmericaFrontccc.jpg,Batter Up,GG,Sports,Namco,Namco,,,,,,,1991-01-01, +/games/boxart/full_battle-dodge-ball_988JapanFront.jpg,Battle Dodge Ball,GB,Sports,Banpresto,Banpresto,,,,,,,1992-10-16, +/games/boxart/full_battle-dodge-ball-ii_651JapanFront.jpg,Battle Dodge Ball II,SNES,Sports,Banpresto,Banpresto,,,,,,,1993-07-23, +/games/boxart/full_battle-golfer-yui_374JapanFront.jpg,Battle Golfer Yui,GEN,Sports,Sega,Santos,,,,,,,1991-02-15, +/games/boxart/full_7367818JapanFrontccc.jpg,Battle Ping Pong,GB,Sports,Quest,Quest Corporation,,,,,,,1990-08-31, +/games/boxart/full_2960380JapanFrontccc.jpg,Battle Soccer 2,SNES,Sports,Banpresto,Banpresto,,,,,,,1994-11-25, +/games/boxart/full_8487829JapanFrontccc.jpg,Battle x Battle: Kyoudai Ou Densetsu,GBA,Sports,Starfish,Starfish,,,,,,,2003-09-26, +/games/boxart/6619316ccc.jpg,BattleSport,SAT,Sports,Acclaim Entertainment,Cyclone Studios,,,,,,,1997-01-01, +/games/boxart/full_3066223AmericaFrontccc.jpg,BattleSport,3DO,Sports,3DO,Cyclone Studios,,,,,,,1996-01-01, +/games/boxart/4118594ccc.jpg,BattleSport,PC,Sports,Acclaim Entertainment,Unexpected Development,,,,,,,1997-06-30, +/games/boxart/full_9486274JapanFrontccc.jpg,BB Ball,GBA,Sports,Micott & Basara Inc.,Micott & Basara,,,,,,,2004-06-24, +/games/boxart/default.jpg,"BCFX: The Black College Football Xperience, The Doug Williams Edition",PC,Sports,Unknown,Nerjyzed Entertainment,,,,,,,, +/games/boxart/full_beach-soccer_943AmericaFront.jpg,Beach Soccer,PC,Sports,Summitsoft Entertainment,Unknown,,,,,,,2003-03-04, +/games/boxart/full_1748937AmericaFrontccc.jpg,Beavis and Butt-head: Bunghole in One,PC,Sports,GT Interactive,Illusion Softworks,,,,,,,1998-12-31, +/games/boxart/full_beer-pong_903AmericaFront.jpg,Beer Pong,XBL,Sports,Microsoft,Utopioneer Games,,,,,,,2011-01-24, +/games/boxart/full_6119183JapanFrontccc.jpg,Best Keiba Derby Stallion,NES,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1991-12-21, +/games/boxart/full_8664397JapanFrontccc.jpg,Best Play Pro Yakyuu,NES,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1988-07-15, +/games/boxart/full_2699389JapanFrontccc.jpg,Best Play Pro Yakyuu,GBA,Sports,Enterbrain,ParityBit,,,,,,,2002-10-25, +/games/boxart/5100802ccc.jpg,Biathlon 2008,PS2,Sports,Conspiracy Entertainment,49Games,,,,,,,2008-02-26, +/games/boxart/full_big-bass-arcade_464AmericaFront.jpg,Big Bass Arcade,WW,Sports,Big John Games,Big John Games,,,,,,,2011-11-24, +/games/boxart/full_big-bass-arcade_654AmericaFront.jpg,Big Bass Arcade,DSiW,Sports,Big John Games,Big John Games,,,,,,,2011-05-16, +/games/boxart/full_big-beach-sports-2-pack_79AmericaFront.jpg,Big Beach Sports 2-Pack,Wii,Sports,THQ,THQ,,,,,,,2011-09-26, +/games/boxart/3523871ccc.jpg,Big Buck Hunter,PC,Sports,Midway Games,Play Mechanix,,,,,,,2007-10-01, +/games/boxart/full_5113069JapanFrontccc.jpg,Big Challenge Golf: Tokyo Yomiuri Country Club Hen,PS,Sports,Vap,Vap,,,,,,,1997-03-14, +/games/boxart/full_4245842AmericaFrontccc.jpg,Big League Slugger Baseball,PS,Sports,Agetec,Now Production,,,,,,,2003-07-15, +/games/boxart/default.jpg,Bigfoot,3DS,Sports,Zoo Games,Zoo Games,,,,,,,, +/games/boxart/full_bikkuri-nekketsu-shin-kiroku-dokodemo-kin-medal_417JapanFront.jpg,Bikkuri Nekketsu Shin Kiroku! Dokodemo Kin Medal,GB,Sports,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-07-16, +/games/boxart/4739620ccc.jpg,Bill Laimbeer's Combat Basketball,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1991-11-01, +/games/boxart/2171109ccc.jpg,Bill Walsh College Football,SCD,Sports,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/7667492ccc.jpg,Bill Walsh College Football,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1993-01-01, +/games/boxart/4567115ccc.jpg,Bill Walsh College Football '95,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1994-01-01, +/games/boxart/full_4621828PALFrontccc.jpg,Billard Action,DS,Sports,505 Games,Agenda,,,,,,,2006-02-03, +/games/boxart/default.jpg,Billiard,PS,Sports,Serene,Serene,,,,,,,2001-07-12, +/games/boxart/full_5182551PALFrontccc.jpg,Billiards Xciting,PS2,Sports,Agetec,Agenda,,,,,,,2004-02-27, +/games/boxart/full_billy-bobs-huntin-n-fishin_850AmericaFront.jpg,Billy Bob's Huntin'-n-Fishin',GB,Sports,Midway Games,Saffire Corporation,,,,,,,1999-11-17, +/games/boxart/full_bird-hunter-waterfowl-edition_3AmericaFront.jpg,Bird Hunter: Waterfowl Edition,PC,Sports,WizardWorks,Sunstorm Interactive,,,,,,,1999-01-01, +/games/boxart/9383974ccc.jpg,Black Bass: Lure Fishing,GB,Sports,Hot-B,Hot B,,,,,,,1994-01-01, +/games/boxart/full_4303837AmericaFrontccc.jpg,Black College Football Experience - The Doug Williams Edition,X360,Sports,Aspyr,Nerjyzed Entertainment,,,,,,,2009-08-25, +/games/boxart/default.jpg,Black College Football Xperience,PC,Sports,Nerjyzed Entertainment,Nerjyzed Entertainment,,,,,,,2007-11-23, +/games/boxart/full_2079375AmericaFrontccc.jpg,Blades of Steel,GB,Sports,Ultra Games,Konami,,,,,,,1991-08-01, +/games/boxart/4124382ccc.jpg,Blades of Steel,VC,Sports,Konami,Konami,,,,,,,2007-12-24, +/games/boxart/1339004ccc.jpg,Blades of Steel,NES,Sports,Konami,Konami,,,,,,,1988-12-01, +/games/boxart/full_9229893AmericaFrontccc.jpg,Blazing Birds,XBL,Sports,Microsoft,Vector 2 Games,,,,,,,2009-05-20, +/games/boxart/default.jpg,Blitz: The League,Wii,Sports,Unknown,Midway Games,,,,,,,, +/games/boxart/full_7641676PALFrontccc.png,Blood Bowl,PSN,Sports,Focus Home Interactive,Cyanide Studio,5,,,,,,2010-04-22, +/games/boxart/360162ccc.jpg,BMX Airmaster,2600,Sports,Unknown,TNT Games,,,,,,,1989-01-01, +/games/boxart/2619736ccc.jpg,BMX Trick Racer,GBA,Sports,Simon & Schuster Interactive,Simon & Schuster,,,,,,,2003-12-31, +/games/boxart/full_bo-jackson-baseball_111AmericaFront.png,Bo Jackson Baseball,NES,Sports,Data East,Beam Software,,,,,,,1991-10-01, +/games/boxart/7995098ccc.jpg,Bo Jackson's Hit and Run! Baseball and Football,GB,Sports,THQ,Equilibrium,,,,,,,1991-06-01, +/games/boxart/full_boarder-zone_203AmericaFront.jpg,Boarder Zone,GB,Sports,Infogrames,Software Creations,,,,,,,1999-01-01, +/games/boxart/default.jpg,Boat no Tsuriken,PS,Sports,Success,Success,,,,,,,2000-08-24, +/games/boxart/full_5746775JapanFrontccc.jpg,Boku no Tennis Jinsei,DC,Sports,Binbou Soft,Binbou Soft,,,,,,,2001-09-20, +/games/boxart/full_4201561PALFrontccc.jpg,Bomberman Hardball,PS2,Sports,Ubisoft,Hudson Soft,,,,,,,2005-01-01, +/games/boxart/4191844ccc.jpg,Bottom of the 9th,SAT,Sports,Konami,Konami,,,,,,,1996-11-30, +/games/boxart/default.jpg,Bouhatei no Tsuriken,PS,Sports,Success,Success,,,,,,,2000-08-24, +/games/boxart/full_5039326AmericaFrontccc.jpg,BounceCrazy,XBL,Sports,Microsoft,Just Plain Marky,,,,,,,2009-01-26, +/games/boxart/5392290ccc.jpg,Bowling,PS,Sports,Agetec,Tamsoft,2.3,,,,,,2001-05-14, +/games/boxart/full_5352634AmericaFrontccc.jpg,Bowling,2600,Sports,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_7837696AmericaFrontccc.jpg,Bowling,PSN,Sports,Sony Computer Entertainment,Tamsoft,,,,,,,2009-05-07, +/games/boxart/full_5779813AmericaFrontccc.png,Bowling 3D,PSN,Sports,Electronic Arts,MystoneGame Inc,,,,,,,2009-12-21, +/games/boxart/full_7580110AmericaFrontccc.png,Bowling King,And,Sports,Unknown,Unknown,,,,,,,2014-06-10, +/games/boxart/full_2588979AmericaFrontccc.jpg,Bowling X,XBL,Sports,Microsoft,Hotwave Games,,,,,,,2009-02-12, +/games/boxart/full_4806173PALFrontccc.jpg,Bowling Xciting,PS2,Sports,Agetec,Tamsoft,,,,,,,2004-02-27, +/games/boxart/2606054ccc.jpg,Boxing Legends of the Ring,SNES,Sports,Electro Brain,Sculptured Software,,,,,,,1993-09-01, +/games/boxart/8950589ccc.jpg,Boxing Legends of the Ring,GEN,Sports,Electro Brain,Sculptured Software,,,,,,,1993-01-01, +/games/boxart/full_4541934JapanFrontccc.jpg,Break In,VC,Sports,Hudson Soft,Naxat Soft,,,,,,,2008-08-11, +/games/boxart/full_8234412JapanFrontccc.jpg,Break In,PCE,Sports,Naxat Soft,Naxat Soft,,,,,,,1989-08-10, +/games/boxart/full_3998532PALFrontccc.jpg,Break Point,PS,Sports,Ocean,Smart Dog,,,,,,,1996-12-01, +/games/boxart/1461188ccc.jpg,Break Point Tennis,SAT,Sports,Acclaim Entertainment,Smart Dog,,,,,,,1996-01-01, +/games/boxart/full_break-time-the-national-pool-tour_203AmericaFront.jpg,Break Time: The National Pool Tour,NES,Sports,FCI,Opera House,,,,,,,1993-01-01, +/games/boxart/full_7545984JapanFrontccc.jpg,Break Volley,PS,Sports,Aqua Rouge,Art Co. Ltd.,,,,,,,1999-11-02, +/games/boxart/full_6925961JapanFrontccc.jpg,Breeding Stud,PS,Sports,Konami,Konami,,,,,,,1997-03-27, +/games/boxart/full_2923620JapanFrontccc.jpg,Breeding Stud '99,PS,Sports,Konami,Konami,,,,,,,1999-11-11, +/games/boxart/full_brett-hull-hockey_0AmericaFront.jpg,Brett Hull Hockey,SNES,Sports,Accolade,Radical Entertainment,,,,,,,1994-01-01, +/games/boxart/7368778ccc.jpg,Brett Hull Hockey,GEN,Sports,Unknown,Radical Entertainment,,,,,,,2020-12-31, +/games/boxart/4265446ccc.gif,Brett Hull Hockey 95,GEN,Sports,Accolade,Radical Entertainment,,,,,,,1994-09-10, +/games/boxart/full_brett-hull-hockey-95_0AmericaFront.jpg,Brett Hull Hockey 95,PC,Sports,Accolade,Radical Entertainment,,,,,,,1994-01-01, +/games/boxart/full_brett-hull-hockey-95_5AmericaFront.jpg,Brett Hull Hockey 95,SNES,Sports,Accolade,Radical Entertainment,,,,,,,1994-09-10, +/games/boxart/full_brian-cloughs-football-fortunes_202PALFront.jpg,Brian Clough's Football Fortunes,PC,Sports,Unknown,CDS Software Ltd,,,,,,,1987-01-01, +/games/boxart/2730217ccc.jpg,Brian Lara Cricket,GEN,Sports,Codemasters,Audiogenic Ltd.,,,,,,,1995-01-01, +/games/boxart/7495794ccc.jpg,Brian Lara Cricket 96,GEN,Sports,Codemasters,Audiogenic Ltd.,,,,,,,1996-01-01, +/games/boxart/full_brian-lara-international-cricket-2005_3PALFront.jpg,Brian Lara International Cricket 2005,PS2,Sports,Codemasters,Swordfish Studios,,,,,,,2005-07-21, +/games/boxart/full_8632099PALFrontccc.jpg,Brian Lara International Cricket 2007,PC,Sports,Codemasters,Codemasters,,,,,,,2007-03-23, +/games/boxart/full_7957282PALFrontccc.jpg,Brian Lara International Cricket 2007,PS2,Sports,Codemasters,Codemasters,,,,,,,2007-03-23, +/games/boxart/default.jpg,Brunswick Billiards Pro Pool 3D,PC,Sports,Head Games,Head Games,,,,,,,1997-06-01, +/games/boxart/default.jpg,Brunswick Billiards Pro Pool 3D 2,PC,Sports,Head Games,Head Games,,,,,,,2000-04-28, +/games/boxart/full_917098AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling 3D,PC,Sports,THQ,Adrenalin Entertainment,,,,,,,1998-09-30, +/games/boxart/full_282211AmericaFrontccc.png,Brunswick Pro Bowling,PSN,Sports,Crave Entertainment,Point of View,,,,,,,2009-09-30, +/games/boxart/full_5460567AmericaFrontccc.jpg,Brunswick World Tournament of Champions,SNES,Sports,THQ,Tiertex Design Studios,,,,,,,1997-08-01, +/games/boxart/7103677ccc.jpg,Brutal Sports Football,AJ,Sports,Atari,Millennium,,,,,,,1994-01-01, +/games/boxart/2363092ccc.jpg,Budokan: The Martial Spirit,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1990-01-01, +/games/boxart/full_9337310AmericaFrontccc.jpg,Bulls versus Blazers and the NBA Playoffs,GEN,Sports,EA Sports,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/full_9067690AmericaFrontccc.jpg,Bulls vs Blazers and the NBA Playoffs,SNES,Sports,EA Sports,Electronic Arts,,,,,,,1992-12-01, +/games/boxart/full_2521536AmericaFrontccc.jpg,Bulls vs Lakers and the NBA Playoffs,GEN,Sports,EA Sports,Capcom,,,,,,,1992-01-01, +/games/boxart/9146032ccc.jpg,Bundesliga Manager,PC,Sports,Unknown,Bild Interactiv,,,,,,,, +/games/boxart/2170512ccc.jpg,Cabela's African Safari,PS2,Sports,Activision,Activision Value,,,,,,,2006-10-17, +/games/boxart/full_4656346AmericaFrontccc.jpg,Cabela's African Safari,PC,Sports,Activision,Activision Value,,,,,,,2006-10-17, +/games/boxart/full_4585928AmericaFrontccc.png,Cabela's African Safari,PSN,Sports,Activision,Activision Value,,,,,,,2009-09-30, +/games/boxart/full_5226161AmericaFrontccc.jpg,Cabela's Alaskan Adventure,PC,Sports,Activision,Activision,,,,,,,2006-10-02, +/games/boxart/full_7625918AmericaFrontccc.png,Cabela's Big Game Hunter 2005 Adventures,PC,Sports,Activision,Activision Value,,,,,,,2004-09-06, +/games/boxart/full_2295180AmericaFrontccc.jpg,Cabela's Dangerous Hunts,PC,Sports,Activision,FUN Labs,,,,,,,2004-02-05, +/games/boxart/full_9733943AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2,PC,Sports,Activision,FUN Labs,,,,,,,2005-11-24, +/games/boxart/full_873804AmericaFrontccc.png,Cabela's Dangerous Hunts: Ultimate Challenge,PSN,Sports,Activision,FUN Labs,,,,,,,2009-09-30, +/games/boxart/full_2804815AmericaFrontccc.jpg,Cabela's Monster Bass,PS2,Sports,Activision,Activision,,,,,,,2007-11-19, +/games/boxart/1846554ccc.jpg,Cabela's Monster Bass,PS3,Sports,Activision,Activision,,,,,,,2008-07-15, +/games/boxart/4507981ccc.jpg,Cabela's Monster Bass,Wii,Sports,Activision,Activision,,,,,,,2008-07-15, +/games/boxart/7252218ccc.jpg,Cabela's Monster Bass,X360,Sports,Activision,Activision,,,,,,,2008-07-15, +/games/boxart/full_cabelas-north-american-adventures_8AmericaFront.jpg,Cabela's North American Adventures,PSN,Sports,Activision,Activision,,,,,,,2010-09-14, +/games/boxart/full_4322082AmericaFrontccc.jpg,Cabela's Ultimate Deer Hunt: Open Season,PS,Sports,Activision,Coresoft,,,,,,,2002-10-30, +/games/boxart/5349147ccc.jpg,Cal Ripken Jr. Baseball,SNES,Sports,Mindscape,Beam Software,,,,,,,1992-12-01, +/games/boxart/4696219ccc.jpg,Cal Ripken Jr. Baseball,GEN,Sports,Mindscape,Mindscape,,,,,,,1992-01-01, +/games/boxart/default.jpg,California Games,DS,Sports,Unknown,System 3,,,,,,,, +/games/boxart/802711ccc.jpg,California Games,NES,Sports,Milton Bradley,Rare Ltd.,,,,,,,1989-06-01, +/games/boxart/6761868ccc.jpg,California Games,GEN,Sports,Sega,Novotrade International,,,,,,,1991-01-01, +/games/boxart/full_2606747AmericaFrontccc.jpg,California Games,Lynx,Sports,Atari,Epyx,,,,,,,1989-01-01, +/games/boxart/3630331ccc.jpg,California Games,MS,Sports,Sega,Epyx,,,,,,,1989-01-01, +/games/boxart/default.jpg,California Games,PSP,Sports,Unknown,System 3,,,,,,,, +/games/boxart/full_7003364AmericaFrontccc.jpg,California Games,PC,Sports,Epyx,Epyx,,,,,,,1987-01-01, +/games/boxart/3438397ccc.jpg,California Games,2600,Sports,Epyx,Epyx,,,,,,,1988-01-01, +/games/boxart/full_california-games_7AmericaFront.jpg,California Games,VC,Sports,Commodore,Epyx,,,,,,,2009-07-06, +/games/boxart/default.jpg,California Games,PS2,Sports,Unknown,Play It,,,,,,,, +/games/boxart/full_california-games-ii_599AmericaFront.jpg,California Games II,SNES,Sports,DTMC,Silicon Sorcery,,,,,,,1993-01-01, +/games/boxart/full_california-games-ii_4PALFront.jpg,California Games II,MS,Sports,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_california-games-ii_827AmericaFront.jpg,California Games II,PC,Sports,Epyx,Epyx,,,,,,,1990-01-01, +/games/boxart/full_6219712PALFrontccc.jpg,California Surfing,PS,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2003-02-07, +/games/boxart/full_2225077PALFrontccc.jpg,California Watersports,PS,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-04-13, +/games/boxart/full_canada-hunt_309AmericaFront.jpg,Canada Hunt,PC,Sports,Unknown,Rhino Studios,,,,,,,2009-11-21, +/games/boxart/full_1912642AmericaFrontccc.jpg,Cannondale Cup,SNES,Sports,American Softworks,Radical Entertainment,,,,,,,1994-11-01, +/games/boxart/full_capcoms-gold-medal-challenge-92_323AmericaFront.jpg,Capcom's Gold Medal Challenge '92,NES,Sports,Capcom,Capcom,,,,,,,1992-08-01, +/games/boxart/full_5186256AmericaFrontccc.jpg,Capcom's MVP Football,SNES,Sports,Capcom,Equilibrium,,,,,,,1993-10-01, +/games/boxart/full_979557JapanFrontccc.jpg,Captain Tsubasa,SCD,Sports,Tecmo,Tecmo,,,,,,,1994-09-30, +/games/boxart/full_8602683JapanFrontccc.jpg,Captain Tsubasa II: Super Striker,NES,Sports,Tecmo,Tecmo,,,,,,,1990-07-20, +/games/boxart/full_captain-tsubasa-iii-koutei-no-chousen_0JapanFront.jpg,Captain Tsubasa III: Koutei no Chousen,SNES,Sports,Tecmo,Tecmo,,,,,,,1992-07-17, +/games/boxart/full_2662357JapanFrontccc.jpg,Captain Tsubasa IV: Pro no Rival Tachi,SNES,Sports,Tecmo,Tecmo,,,,,,,1993-04-03, +/games/boxart/full_7127516JapanFrontccc.jpg,Captain Tsubasa J: Get in the Tomorrow,PS,Sports,Bandai,Bandai,,,,,,,1995-05-03, +/games/boxart/full_3392378JapanFrontccc.jpg,Captain Tsubasa J: Zenkoku Seiha e no Chousen,GB,Sports,Bandai,Bandai,,,,,,,1995-09-14, +/games/boxart/full_7844386JapanFrontccc.jpg,Captain Tsubasa V: Hasha no Shougou Campione,SNES,Sports,Tecmo,Tecmo,,,,,,,1994-12-09, +/games/boxart/full_8884232JapanFrontccc.jpg,Captain Tsubasa VS,GB,Sports,Tecmo,Graphic Research,,,,,,,1992-03-27, +/games/boxart/full_2744561JapanFrontccc.jpg,Captain Tsubasa: Eikou no Kiseki,GBA,Sports,Konami,Konami,,,,,,,2002-02-21, +/games/boxart/full_3722309JapanFrontccc.jpg,Captain Tsubasa: Ougon Sedai no Chousen,GC,Sports,Konami,Konami,,,,,,,2002-09-12, +/games/boxart/full_card-captor-sakura-tomoe-shougakkou-daiundoukai_9JapanFront.jpg,Card Captor Sakura: Tomoe Shougakkou Daiundoukai,GB,Sports,MTO,MTO,,,,,,,2000-10-06, +/games/boxart/full_carl-lewis-athletics_7PALFront.jpg,Carl Lewis Athletics,GB,Sports,Ubisoft,Planet Interactive,,,,,,,2000-09-15, +/games/boxart/full_3928373JapanFrontccc.jpg,Carom Shot,PS,Sports,Argent,Unknown,,,,,,,1997-04-25, +/games/boxart/full_caveman-games_5AmericaFront.jpg,Caveman Games,NES,Sports,Data East,Data East,,,,,,,1990-10-01, +/games/boxart/full_6769887PALFrontccc.jpg,Centre Court Tennis,N64,Sports,Big Ben Interactive,Hudson Soft,,,,,,,1999-01-01, +/games/boxart/full_champions-forever-boxing_6AmericaFront.jpg,Champions Forever Boxing,PCE,Sports,Turbo Technologies,"Distinctive Software, Inc.",,,,,,,1991-10-01, +/games/boxart/full_6176589PALFrontccc.jpg,Champions of Europe,MS,Sports,TecMagik,TecMagik,,,,,,,1988-01-01, +/games/boxart/7987153ccc.jpg,Champions World Class Soccer,GEN,Sports,Flying Edge,Park Place Productions,,,,,,,1993-01-01, +/games/boxart/full_8098989AmericaFrontccc.jpg,Championship Bass,PC,Sports,EA Sports,EA Seattle,,,,,,,2000-03-31, +/games/boxart/full_2030839AmericaFrontccc.png,Championship Bass,PSN,Sports,Sony Computer Entertainment,EA Seattle,,,,,,,2010-01-21, +/games/boxart/6501633ccc.jpg,Championship Bowling,GEN,Sports,"Mentrix Software, Inc.",Visco,,,,,,,1993-02-14, +/games/boxart/821360ccc.jpg,Championship Bowling,NES,Sports,Romstar,Another,,,,,,,1989-12-01, +/games/boxart/full_1456751PALFrontccc.jpg,Championship Hockey,MS,Sports,U.S. Gold,U.S. Gold,,,,,,,1992-01-01, +/games/boxart/full_3999329PALFrontccc.jpg,Championship Manager '09,PC,Sports,Eidos Interactive,Beautiful Game Studios,,,,,,,2009-09-11, +/games/boxart/full_4568183PALFrontccc.jpg,Championship Manager 2006,PS2,Sports,Eidos Interactive,Gusto Games,,,,,,,2006-05-05, +/games/boxart/full_8378188PALFrontccc.png,Championship Manager 2006/07,PSN,Sports,Eidos Interactive,Eidos Interactive,,,,,,,2009-07-09, +/games/boxart/full_9533527PALFrontccc.jpg,Championship Manager 2006/07,PSP,Sports,Eidos Interactive,Eidos Interactive,,,,,,,2006-04-07, +/games/boxart/default.jpg,Championship Manager 2007,XB,Sports,Unknown,Beautiful Game Studios,,,,,,,, +/games/boxart/full_7119966PALFrontccc.jpg,Championship Manager 2007,PS2,Sports,Eidos Interactive,Gusto Games,,,,,,,2007-03-16, +/games/boxart/full_4776657PALFrontccc.jpg,Championship Manager 2010,PSN,Sports,Eidos Interactive,Dynamo Games,,,,,,,2010-04-29, +/games/boxart/full_1333514PALFrontccc.jpg,Championship Manager 5,XB,Sports,Eidos Interactive,Gusto Games,,,,,,,2005-05-13, +/games/boxart/full_1373502PALFrontccc.jpg,Championship Manager 5,PS2,Sports,Eidos Interactive,Gusto Games,,,,,,,2005-05-13, +/games/boxart/default.jpg,Championship Manager 93,PC,Sports,Unknown,Sports Interactive,,,,,,,, +/games/boxart/full_951373PALFrontccc.jpg,Championship Manager Season 01/02,XB,Sports,Eidos Interactive,Sports Interactive,9.1,,,,,,2002-04-26, +/games/boxart/full_6520348PALFrontccc.jpg,Championship Manager Season 02/03,XB,Sports,Eidos Interactive,Sports Interactive,,,,,,,2002-12-06, +/games/boxart/default.jpg,Championship Manager Season 2,PC,Sports,Unknown,Sports Interactive,,,,,,,, +/games/boxart/full_40268PALFrontccc.png,Championship Manager Season 97/98,PC,Sports,Eidos Interactive,Sports Interactive,,,,,,,1997-10-31, +/games/boxart/1747261ccc.jpg,Championship Pool,GEN,Sports,Mindscape,Bitmasters,,,,,,,1993-01-01, +/games/boxart/full_8508991AmericaFrontccc.jpg,Championship Pool,SNES,Sports,Mindscape,Bitmasters,,,,,,,1993-11-01, +/games/boxart/4773030ccc.jpg,Championship Pool,GB,Sports,Mindscape,Bitmasters,,,,,,,1993-11-01, +/games/boxart/6181963ccc.jpg,Championship Pool,NES,Sports,Mindscape,Bitmasters,,,,,,,1993-10-01, +/games/boxart/3686568ccc.jpg,Championship Soccer '94,SCD,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-01-01, +/games/boxart/full_championship-soccer-94_5AmericaFront.jpg,Championship Soccer '94,SNES,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-06-01, +/games/boxart/4012000ccc.jpg,Championship Surfer,DC,Sports,Mattel Interactive,Krome Studios,6.1,,,,,,2000-12-11, +/games/boxart/full_929255AmericaFrontccc.jpg,Championship Surfer,PC,Sports,Mattel Interactive,Krome Studios,,,,,,,2000-11-19, +/games/boxart/8378510ccc.jpg,Chavez II,GEN,Sports,American Softworks,Sculptured Software,,,,,,,1993-01-01, +/games/boxart/22797ccc.jpg,Chi Chi's Pro Challenge Golf,GEN,Sports,Virgin Interactive,Coconuts Japan,,,,,,,1993-03-23, +/games/boxart/full_441364JapanFrontccc.jpg,Chi to Ase to Namida no Koukou Yakyuu,GB,Sports,J-Wing,Digital Kids,,,,,,,2000-11-03, +/games/boxart/full_7992643JapanFrontccc.jpg,Chou-Kuukan Night Pro Yakyuu King 2,N64,Sports,Imagineer,Genki,,,,,,,1999-03-19, +/games/boxart/full_choukyuukai-miracle-nine_579JapanFront.jpg,Choukyuukai Miracle Nine,GEN,Sports,Sega,Sega,,,,,,,1995-07-21, +/games/boxart/full_921398PALFrontccc.jpg,City Soccer Challenge,PS2,Sports,Phoenix Games,Data Design Interactive,,,,,,,2006-07-28, +/games/boxart/default.jpg,Club Football,XB,Sports,Codemasters,Codemasters,,,,,,,2003-10-10, +/games/boxart/default.jpg,Club Football,PS2,Sports,Codemasters,Codemasters,,,,,,,2003-10-10, +/games/boxart/default.jpg,Club Football 2005,XB,Sports,Codemasters,Codemasters,,,,,,,2004-10-15, +/games/boxart/default.jpg,Club Football 2005,PS2,Sports,Codemasters,Codemasters,,,,,,,2004-10-15, +/games/boxart/full_7271623AmericaFrontccc.jpg,Clutch Hitter,GG,Sports,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_coach-k-college-basketball_10AmericaFront.jpg,Coach K College Basketball,GEN,Sports,EA Sports,EA Canada,,,,,,,1995-01-01, +/games/boxart/1967519ccc.jpg,Cocoto Fishing Master,WW,Sports,Neko Entertainment,Neko Entertainment,,,,,,,2008-06-16, +/games/boxart/full_cocoto-fishing-master_728PALFront.jpg,Cocoto Fishing Master,GC,Sports,Big Ben Interactive,Neko Entertainment,,,,,,,2005-12-25, +/games/boxart/2194673ccc.jpg,Cocoto Fishing Master,PS2,Sports,Conspiracy Entertainment,Neko Entertainment,,,,,,,2007-12-04, +/games/boxart/full_4976041PALFrontccc.jpg,Cocoto Surprise,Wii,Sports,Big Ben Interactive,Neko Entertainment,,,,,,,2009-11-27, +/games/boxart/full_college-football-usa-96_9AmericaFront.jpg,College Football USA 96,GEN,Sports,EA Sports,High Score Productions,,,,,,,1995-01-01, +/games/boxart/full_college-football-usa-97_2AmericaFront.jpg,College Football USA 97,SNES,Sports,Black Pearl,Ceris Software,,,,,,,1996-12-01, +/games/boxart/full_college-football-usa-97_3AmericaFront.jpg,College Football USA 97,GEN,Sports,EA Sports,EA Tiburon,,,,,,,1996-01-01, +/games/boxart/full_college-footballs-national-championship_5AmericaFront.jpg,College Football's National Championship,GEN,Sports,Sega,Bluesky Innovations,,,,,,,1994-01-01, +/games/boxart/full_college-footballs-national-championship-ii_6AmericaFront.jpg,College Football's National Championship II,GEN,Sports,Sega,Bluesky Innovations,,,,,,,1995-01-01, +/games/boxart/full_5042880AmericaFrontccc.jpg,College Hoops 2K7,XB,Sports,2K Sports,Visual Concepts,7.2,,,,,,2006-11-20, +/games/boxart/5534025ccc.jpg,College Hoops 2K7,PS2,Sports,2K Sports,Visual Concepts,7.1,,,,,,2006-12-11, +/games/boxart/default.jpg,College LaCrosse 2010,XBL,Sports,Unknown,Triple B Games,,,,,,,, +/games/boxart/full_college-lacrosse-2011_544AmericaFront.jpg,College Lacrosse 2011,XBL,Sports,Microsoft,Carlo Sunseri,,,,,,,2011-02-12, +/games/boxart/2542644ccc.jpg,College Slam,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/full_2124781AmericaFrontccc.jpg,College Slam,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-31, +/games/boxart/8337628ccc.jpg,College Slam,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/7026214ccc.jpg,College Slam,GB,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/2698171ccc.jpg,College Slam,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/full_1411030AmericaFrontccc.jpg,Colosseum: Hammerball,XBL,Sports,Microsoft,Shortfuse Games,,,,,,,2009-10-12, +/games/boxart/full_7170377AmericaFrontccc.png,Cool Boarders,PSN,Sports,Sony Computer Entertainment,UEP Systems,,,,,,,2006-12-04, +/games/boxart/full_4297188AmericaFrontccc.png,Cool Boarders 2,PSN,Sports,Sony Computer Entertainment,UEP Systems,,,,,,,2009-08-27, +/games/boxart/full_8804412AmericaFrontccc.png,Cool Boarders 3,PSN,Sports,Sony Computer Entertainment,Idol Minds Digital Entertainment,,,,,,,2009-09-03, +/games/boxart/full_4521352JapanFrontccc.jpg,Cool Boarders: Code Alien,PS2,Sports,UEP Systems,UEP Systems,,,,,,,2000-12-21, +/games/boxart/full_8034240PALFrontccc.jpg,Cool Shot,PS2,Sports,Phoenix Games,DigiCube,,,,,,,2003-01-30, +/games/boxart/full_7205289JapanFrontccc.jpg,Cosmic Smash,DC,Sports,Sega,Sega Rosso,,,,,,,2001-09-13, +/games/boxart/full_6591832AmericaFrontccc.jpg,Crash 'n the Boys: Street Challenge,VC,Sports,Aksys Games,Technos Japan Corporation,,,,,,,2009-09-14, +/games/boxart/603706ccc.jpg,Crash 'n the Boys: Street Challenge,NES,Sports,American Technos,Technos Japan Corporation,,,,,,,1992-10-01, +/games/boxart/full_6197664PALFrontccc.jpg,Crazy Golf,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2005-02-25, +/games/boxart/full_6977757AmericaFrontccc.jpg,Crazy Golf,DSiW,Sports,DTP Entertainment,dtp entertainment AG,,,,,,,2010-05-03, +/games/boxart/default.jpg,Cricket,WW,Sports,Unknown,HB Studios,,,,,,,, +/games/boxart/full_7727194PALFrontccc.jpg,Cricket 07,PC,Sports,EA Sports,EA Canada,,,,,,,2006-11-24, +/games/boxart/full_2678634PALFrontccc.jpg,Cricket 07,PS2,Sports,EA Sports,EA Canada,,,,,,,2006-11-24, +/games/boxart/full_cricket-2002_626PALFront.jpg,Cricket 2002,PC,Sports,EA Sports,The Creative Assembly,,,,,,,2002-06-28, +/games/boxart/full_cricket-2002_263PALFront.jpg,Cricket 2002,PS2,Sports,EA Sports,The Creative Assembly,,,,,,,2002-02-01, +/games/boxart/full_3348766PALFrontccc.jpg,Cricket 2005,PS2,Sports,EA Sports,HB Studios,,,,,,,2005-07-01, +/games/boxart/full_5894660PALFrontccc.jpg,Cricket 2005,XB,Sports,EA Sports,HB Studios,,,,,,,2005-07-01, +/games/boxart/full_7847994PALFrontccc.jpg,Cricket 2005,PC,Sports,EA Sports,HB Studios,,,,,,,2005-07-01, +/games/boxart/full_6439894AmericaFrontccc.jpg,Cricket Captain 2014,PC,Sports,Kiss,Unknown,,,,,,,2014-08-08, +/games/boxart/default.jpg,Cricket Challenge,WW,Sports,Gamehastra,Gameshastra Solutions,,,,,,,2011-02-18, +/games/boxart/default.jpg,Cricket Coach 2009,PC,Sports,Unknown,Rockingham Software,,,,,,,, +/games/boxart/full_5038489PALFrontccc.jpg,CustomPlay Golf,PC,Sports,Fusion Labs,CustomPlay Games,,,,,,,2005-09-02, +/games/boxart/full_3457775AmericaFrontccc.jpg,Cut And Run,XBL,Sports,Microsoft,CookTrain,,,,,,,2009-12-16, +/games/boxart/full_cyber-dodge_1JapanFront.jpg,Cyber Dodgeball,PCE,Sports,Tonkin House,Tonkin House,,,,,,,1992-01-31, +/games/boxart/1248506ccc.jpg,Cyber Stadium Series: Base Wars,NES,Sports,Ultra Games,Konami,,,,,,,1991-06-01, +/games/boxart/full_cyberball_4AmericaFront.jpg,Cyberball,GEN,Sports,Sega,Tengen,,,,,,,1990-01-01, +/games/boxart/7518305ccc.jpg,Cyberball,NES,Sports,Jaleco,Tengen,,,,,,,1992-01-01, +/games/boxart/full_5819438AmericaFrontccc.jpg,Cyberball 2072,XBL,Sports,Midway Games,Digital Eclipse,,,,,,,2007-09-05, +/games/boxart/full_6605384PALFrontccc.jpg,Cyberbike,Wii,Sports,Big Ben Interactive,Neko Entertainment,,,,,,,2011-06-28, +/games/boxart/full_1187912AmericaFrontccc.jpg,CyberTiger,GB,Sports,Electronic Arts,Xantera,,,,,,,2000-11-01, +/games/boxart/full_1388566JapanFrontccc.jpg,Dan Doh!! Xi,GBA,Sports,Game Village,GameVillage,,,,,,,2002-11-14, +/games/boxart/full_7305916AmericaFrontccc.jpg,Dart Rage,WW,Sports,JV Games Inc.,JV Games Inc.,,,,,,,2010-03-01, +/games/boxart/default.jpg,DARTS Wii,WW,Sports,Alpha Unit,Alpha Unit,,,,,,,2008-10-14, +/games/boxart/full_6488707JapanFrontccc.jpg,Darts Wii Deluxe,Wii,Sports,Alpha Unit,Alpha Unit,,,,,,,2009-03-19, +/games/boxart/2255550ccc.jpg,Dave Mirra Freestyle BMX,DC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",7.1,,,,,,2000-11-20, +/games/boxart/full_2906453AmericaFrontccc.jpg,Dave Mirra Freestyle BMX,PC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,,,,,,2000-12-14, +/games/boxart/full_9203150AmericaFrontccc.jpg,Dave Mirra Freestyle BMX,GB,Sports,Acclaim Entertainment,Neon Studios,,,,,,,2000-11-10, +/games/boxart/9698156ccc.jpg,David Crane's Amazing Tennis,GEN,Sports,Absolute Entertainment,Absolute Entertainment,,,,,,,1992-01-01, +/games/boxart/2801824ccc.jpg,David Robinson's Supreme Court,GEN,Sports,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_davis-cup-complete-tennis_6PALFront.jpg,Davis Cup Complete Tennis,PS,Sports,Telstar,Dome Software,,,,,,,1996-10-01, +/games/boxart/8833279ccc.jpg,Davis Cup Tennis,GEN,Sports,Tengen,Loriciels,,,,,,,1993-08-15, +/games/boxart/full_davis-cup-tennis_5AmericaFront.jpg,Davis Cup Tennis,PCE,Sports,NEC,Loriciels,,,,,,,1991-01-01, +/games/boxart/full_1580695AmericaFrontccc.jpg,Deadliest Catch: Alaskan Storm,PC,Sports,Navarre Corp,Liquid Dragon Studios,,,,,,,2008-08-19, +/games/boxart/full_1164866JapanFrontccc.jpg,Dear Boys,SNES,Sports,Yutaka,Yutaka,,,,,,,1994-10-28, +/games/boxart/full_9468448JapanFrontccc.jpg,Dear Boys: Fast Break!,PS2,Sports,Konami,Konami,,,,,,,2003-09-18, +/games/boxart/full_deca-sports-freedom_453AmericaFront.jpg,Deca Sports Freedom,XBL,Sports,Hudson Entertainment,Hudson Entertainment,3,,,,,,2011-08-30, +/games/boxart/full_9027660PALFrontccc.png,Decathletes,PSN,Sports,Ghostlight,Codemonkeys,,,,,,,2009-02-19, +/games/boxart/5452523ccc.jpg,Decathlon,5200,Sports,Activision,Activision,,,,,,,1984-01-01, +/games/boxart/default.jpg,Deep Sea Trophy Fishing,PC,Sports,GT Interactive,WizardWorks,,,,,,,1998-01-01, +/games/boxart/full_deer-captor_9AmericaFront.jpg,Deer Captor,WW,Sports,Aksys Games,Aksys Games,,,,,,,2010-08-02, +/games/boxart/full_deer-drive_2AmericaFront.jpg,Deer Drive,PC,Sports,Cinemaware,SCS Software,,,,,,,2007-06-26, +/games/boxart/full_4926896AmericaFrontccc.jpg,Deer Drive Legends,3DS,Sports,Maximum Family Games,Raylight Studios,,,,,,,2012-05-29,2018-09-17 +/games/boxart/full_6810908AmericaFrontccc.jpg,Deer Drive Legends,Wii,Sports,Maximum Games,Raylight Studios,,,,,,,2012-12-16,2018-09-17 +/games/boxart/522823ccc.jpg,Deer Hunter,GB,Sports,Vatical Entertainment,Morning Star Multimedia,,,,,,,1999-12-22, +/games/boxart/full_deer-hunter-5-tracking-trophies_502AmericaFront.jpg,Deer Hunter 5: Tracking Trophies,PC,Sports,WizardWorks,Sunstorm Interactive,,,,,,,2001-08-29, +/games/boxart/9150940ccc.jpg,Deer Hunter Tournament,X360,Sports,Unknown,South Logic Studios,,,,,,,2020-12-31, +/games/boxart/full_7955883JapanFrontccc.jpg,Derby Analyst,SAT,Sports,Media Entertainment,Bull's Eye,,,,,,,1997-05-30, +/games/boxart/full_derby-dogs_720AmericaFront.jpg,Derby Dogs,WW,Sports,Aksys Games,SIMS,,,,,,,2010-11-15, +/games/boxart/full_281285JapanFrontccc.jpg,Derby Jockey 2001,PS,Sports,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2001-01-18, +/games/boxart/full_7346594JapanFrontccc.jpg,Derby Jockey R,PS,Sports,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1997-02-28, +/games/boxart/default.jpg,Derby Owners Club Online,PC,Sports,Sega,Sega,,,,,,,2004-12-16, +/games/boxart/full_8964223JapanFrontccc.jpg,Derby Stallion Zengokuban,NES,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1992-08-29, +/games/boxart/full_7986224JapanFrontccc.jpg,Derby Time,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2005-04-21, +/games/boxart/full_4718250JapanFrontccc.jpg,Derby Tsuku 2,DC,Sports,Sega,Smilebit,,,,,,,2001-08-09, +/games/boxart/full_5131831JapanFrontccc.jpg,Derby Tsuku 3: Derby Uma o Tsukurou!,GC,Sports,Sega,Smilebit,,,,,,,2003-12-11, +/games/boxart/full_5403207JapanFrontccc.jpg,Derby Tsuku 3: Derby Uma o Tsukurou!,PS2,Sports,Sega,Smilebit,,,,,,,2003-12-11, +/games/boxart/full_2793767JapanFrontccc.jpg,Derby Tsuku 4: Derby Uma o Tsukurou!,PS2,Sports,Sega,Team Land Ho!,,,,,,,2004-12-02, +/games/boxart/full_devils-course_6JapanFront.jpg,Devil's Course,GEN,Sports,Sega,Tikipod,,,,,,,1994-01-28, +/games/boxart/1905416ccc.jpg,Dick Vitale's Awesome Baby! College Hoops,GEN,Sports,Time Warner Interactive,Time Warner Interactive,,,,,,,1994-01-01, +/games/boxart/full_8919059PALFrontccc.jpg,Die Wilden Fussball Kerle: Entscheidung im Teufelstopf,GBA,Sports,Kiddinx,Morgen Studios,,,,,,,2006-05-11, +/games/boxart/full_1994538PALFrontccc.jpg,Die Wilden Fussball Kerle: Gefahr im Wilde Kerle Land,GBA,Sports,Kiddinx,Kiddinx,,,,,,,2007-02-19, +/games/boxart/full_9610708JapanFrontccc.jpg,Digital Keiba Shinbun My Trick Man,DC,Sports,Shouei,Shouei,,,,,,,1999-04-08, +/games/boxart/full_dino-dinis-soccer_606PALFront.jpg,Dino Dini's Soccer,SNES,Sports,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1995-06-29, +/games/boxart/full_dino-dinis-soccer_841PALFront.jpg,Dino Dini's Soccer,GEN,Sports,Virgin Interactive,Dini and Dini Productions,,,,,,,1994-01-01, +/games/boxart/full_6368145JapanFrontccc.jpg,Disc Derby,PS,Sports,Dazz,Nexus Interactive,,,,,,,2000-03-30, +/games/boxart/full_dodge-boy_834JapanFront.jpg,Dodge Boy,GB,Sports,Tonkin House,Tonkin House,,,,,,,1991-12-06, +/games/boxart/full_9237686PALFrontccc.jpg,DodgeBall,PS2,Sports,505 Games,Access,,,,,,,2005-06-01, +/games/boxart/full_4654656JapanFrontccc.jpg,Dolucky no Kusayakiu,SNES,Sports,Imagineer,Zoom Inc.,,,,,,,1993-12-17, +/games/boxart/full_622810JapanFrontccc.jpg,Dolucky's A-League Soccer,SNES,Sports,Imagineer,Zoom Inc.,,,,,,,1994-07-08, +/games/boxart/full_5709088PALFrontccc.jpg,Don Bradman Cricket 14,PC,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2014-06-26, +/games/boxart/full_7811470JapanFrontccc.jpg,Don Bradman Cricket 17,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2016-12-16, +/games/boxart/full_7895407JapanFrontccc.jpg,Don Bradman Cricket 17,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2016-12-16, +/games/boxart/full_doodle-pool_940PALFront.png,Doodle Pool,PSN,Sports,Big Head Games,Big Head Games Ltd.,,,,,,,2011-03-22, +/games/boxart/full_1193273AmericaFrontccc.jpg,Double D Dodgeball,XBL,Sports,Yuke's,"Yuke's Co., Ltd.",,,,,,,2008-07-16, +/games/boxart/full_double-dribble_5AmericaFront.jpg,Double Dribble,VC,Sports,Konami,Konami,,,,,,,2007-11-26, +/games/boxart/full_double-dribble_1AmericaFront.jpg,Double Dribble,NES,Sports,Konami,Konami,,,,,,,1987-09-01, +/games/boxart/9247364ccc.jpg,Double Dribble: 5 on 5,GB,Sports,Konami,Konami,,,,,,,1991-01-02, +/games/boxart/8144553ccc.gif,Double Dribble: The Playoff Edition,GEN,Sports,Konami,Konami,,,,,,,1994-01-01, +/games/boxart/full_4028425AmericaFrontccc.jpg,Double Dunk,2600,Sports,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/full_9485779PALFrontccc.jpg,Downhill Slalom,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-10-06, +/games/boxart/default.jpg,Downtown Nekketsu Dodgeball,WW,Sports,Unknown,Miracle Kidz,,,,,,,2011-07-12, +/games/boxart/full_2939146AmericaFrontccc.jpg,Downtown SMASH Dodgeball!,XBL,Sports,Microsoft,Miracle Kidz,,,,,,,2009-08-25, +/games/boxart/full_1548640PALFrontccc.jpg,Droopy's Tennis Open,GBA,Sports,Swing! Entertainment,Bit Managers,,,,,,,2002-07-19, +/games/boxart/full_912169JapanFrontccc.jpg,DS:Style Series: Anata Dake no Private Lesson - DS de Hajimeru - Tipness no Yoga,DS,Sports,Square Enix,Square Enix,,,,,,,2007-10-04, +/games/boxart/full_dunk-dream_0JapanFront.jpg,Dunk Dream,NG,Sports,SNK,Data East,,,,,,,1994-12-09, +/games/boxart/full_8148946JapanFrontccc.jpg,Dunk Kids,GG,Sports,Sega,Sega,,,,,,,1994-09-16, +/games/boxart/2157166ccc.jpg,Dusty Diamond's All-Star Softball,NES,Sports,Tonkin House,Broderbund,,,,,,,1990-07-01, +/games/boxart/full_2312493JapanFrontccc.jpg,Dynamic Country Club,SCD,Sports,Sega,Sega,,,,,,,1993-07-16, +/games/boxart/full_9869692JapanFrontccc.jpg,Dynamic Stadium,SNES,Sports,Sammy Corporation,Sammy Studios,,,,,,,1993-11-26, +/games/boxart/full_5076885PALFrontccc.jpg,EA Sports Double Header,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1993-01-01, +/games/boxart/default.jpg,EA Sports PGA Tour,PS4,Sports,EA Sports,EA Tiburon,,,,,,,2015-07-01, +/games/boxart/default.jpg,EA Sports PGA Tour,XOne,Sports,EA Sports,EA Tiburon,,,,,,,2015-07-01, +/games/boxart/full_8276947AmericaFrontccc.jpg,Eagle Eye Golf,PS2,Sports,Aksys Games,Telenet Japan,,,,,,,2006-10-10, +/games/boxart/full_1412122AmericaFrontccc.jpg,Easy Golf: Course Architect,XBL,Sports,Microsoft,Barkers Crest Studios,,,,,,,2008-11-20, +/games/boxart/full_9368520AmericaFrontccc.jpg,Eat! Fat! FIGHT!,WW,Sports,Tecmo,Tecmo,,,,,,,2009-12-28, +/games/boxart/full_4433831AmericaFrontccc.jpg,ECW: Anarchy Rulz,DC,Sports,Acclaim Entertainment,Acclaim Entertainment,4.8,,,,,,2000-12-30, +/games/boxart/default.jpg,Eddie Kidd Jump Challenge,PC,Sports,Unknown,Martech,,,,,,,, +/games/boxart/full_5618759JapanFrontccc.jpg,Egawa Suguro no Super League CD,SCD,Sports,Sega,Sega,,,,,,,1993-08-06, +/games/boxart/full_7843690JapanFrontccc.jpg,Eikou no Saint Andrews,N64,Sports,Seta Corporation,Seta Corporation,,,,,,,1996-11-29, +/games/boxart/full_1566471JapanFrontccc.jpg,Eikou no St Andrews Old Course,PS,Sports,Shogakukan,Shogakukan Production,,,,,,,1997-08-28, +/games/boxart/full_6445563AmericaFrontccc.jpg,Elf Bowling: Hawaiian Vacation,PC,Sports,Mumbo Jumbo,MumboJumbo,,,,,,,2008-07-01, +/games/boxart/5563299ccc.jpg,Elite Soccer,GB,Sports,GameTek,Denton Designs,,,,,,,1994-01-01, +/games/boxart/4424598ccc.gif,Elite Soccer,SNES,Sports,GameTek,Denton Designs,,,,,,,1994-08-01, +/games/boxart/3591935ccc.jpg,Elitserien 95,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1994-11-27, +/games/boxart/8906486ccc.jpg,Elitserien 96,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1995-12-08, +/games/boxart/default.jpg,Ellen Whitaker's Horse Life,PC,Sports,Unknown,Deep Silver,,,,,,,, +/games/boxart/full_2314602PALFrontccc.jpg,Ernie Els Golf,GG,Sports,Codemasters,Codemasters,,,,,,,1994-01-01, +/games/boxart/full_3528013JapanFrontccc.jpg,es,DC,Sports,Sega,Sega,,,,,,,2001-04-05, +/games/boxart/5605413ccc.jpg,ESPN Baseball Tonight,GEN,Sports,Sony Computer Entertainment,Park Place Productions,,,,,,,1995-01-01, +/games/boxart/7823117ccc.jpg,ESPN Baseball Tonight,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-05-01, +/games/boxart/9831378ccc.jpg,ESPN Baseball Tonight,SCD,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1993-01-01, +/games/boxart/6775730ccc.jpg,ESPN Baseball: Interactive Hitting,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, +/games/boxart/7047123ccc.jpg,ESPN College Hoops,XB,Sports,Sega,Visual Concepts,,,,,,,2003-11-13, +/games/boxart/full_5987547AmericaFrontccc.jpg,ESPN International Track & Field,DC,Sports,Konami,KCEO,6.9,,,,,,2000-09-26, +/games/boxart/9747885ccc.jpg,ESPN International Winter Sports 2002,GBA,Sports,Konami,KCEO,,,,,,,2002-01-31, +/games/boxart/4012180ccc.jpg,ESPN International Winter Sports 2002,XB,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-02-28, +/games/boxart/2667453ccc.jpg,ESPN Let's Go Skiing,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, +/games/boxart/4814761ccc.jpg,ESPN Let's Play Beach Volleyball,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, +/games/boxart/9929207ccc.jpg,ESPN Let's Play Soccer,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, +/games/boxart/full_espn-tennis_9AmericaFront.jpg,ESPN Let's Play Tennis,3DO,Sports,Intellivision Productions,Intellimedia,,,,,,,1994-01-01, +/games/boxart/9674224ccc.jpg,ESPN National Hockey Night,GEN,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1994-08-01, +/games/boxart/8384216ccc.jpg,ESPN National Hockey Night,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-12-01, +/games/boxart/4712118ccc.jpg,ESPN National Hockey Night,SCD,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1994-01-01, +/games/boxart/full_9444300AmericaFrontccc.jpg,ESPN National Hockey Night,GB,Sports,Konami,Konami,,,,,,,2001-03-21, +/games/boxart/9307917ccc.jpg,ESPN NBA 2Night,DC,Sports,Konami,"Sunset Entertainment, Inc.",2.5,,,,,,2000-11-20, +/games/boxart/3796128ccc.jpg,ESPN NBA Hangtime '95,SNES,Sports,Unknown,Sony Imagesoft,,,,,,,2020-12-31, +/games/boxart/9389137ccc.jpg,ESPN NBA HangTime '95,SCD,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-01-01, +/games/boxart/full_4850362AmericaFrontccc.jpg,ESPN NFL Primetime 2002,PC,Sports,Konami,Farsight Technologies,,,,,,,2002-03-08, +/games/boxart/7831705ccc.jpg,ESPN Speed World,GEN,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1994-01-01, +/games/boxart/8440447ccc.jpg,ESPN Speedworld,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-11-01, +/games/boxart/7095316ccc.jpg,ESPN Step Aerobics,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, +/games/boxart/114408ccc.jpg,ESPN Sunday Night Football,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-11-01, +/games/boxart/3431267ccc.jpg,ESPN Sunday Night NFL,GEN,Sports,Sony Imagesoft,Ringler Studios,,,,,,,1994-08-01, +/games/boxart/4781624ccc.jpg,ESPN Sunday Night NFL,SCD,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1993-01-01, +/games/boxart/4338507ccc.jpg,European Soccer Challenge,Lynx,Sports,Telegames,"Telegames, Inc.",,,,,,,1993-01-01, +/games/boxart/full_european-super-league_561PALFront.jpg,European Super League,PS,Sports,Virgin Interactive,Virgin Interactive,,,,,,,2001-03-02, +/games/boxart/full_9099001PALFrontccc.jpg,European Super League,DC,Sports,Virgin Interactive,Virgin Interactive,,,,,,,2001-03-02, +/games/boxart/full_european-super-league_248PALFront.jpg,European Super League,GB,Sports,Virgin Interactive,Aqua Pacific,,,,,,,2001-03-30, +/games/boxart/full_3988446PALFrontccc.jpg,European Super League,GBA,Sports,Virgin Interactive,Aqua Pacific,,,,,,,2001-12-14, +/games/boxart/full_european-super-league_938PALFront.jpg,European Super League,PC,Sports,Virgin Interactive,Virgin Interactive,,,,,,,2001-04-06, +/games/boxart/7647264ccc.jpg,Evander 'Real Deal' Holyfield's Boxing,GEN,Sports,Sega,ACME Interactive,,,,,,,1992-10-29, +/games/boxart/full_8103205AmericaFrontccc.jpg,Evander 'Real Deal' Holyfield's Boxing,GG,Sports,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/default.jpg,Everest (1999),PC,Sports,GT Interactive,a.k.a Studios,,,,,,,1999-12-01, +/games/boxart/full_everybodys-putter-golf-with-toro_313JapanFront.jpg,Everybody's Putter Golf with TORO,PSN,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2008-12-18, +/games/boxart/full_everyday-soccer_72AmericaFront.jpg,Everyday Soccer,DSiW,Sports,Aksys Games,Arc System Works,,,,,,,2010-09-20, +/games/boxart/2734997ccc.jpg,Evolution Snowboarding,GC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-02-25, +/games/boxart/full_7783327JapanFrontccc.jpg,Exciting Baseball (FDS),NES,Sports,Konami,Konami,,,,,,,1987-12-08, +/games/boxart/full_7068428JapanFrontccc.jpg,Exciting Bass Mobile,GBA,Sports,Konami,Konami,,,,,,,2001-12-20, +/games/boxart/full_4393937PALFrontccc.jpg,EyeToy Play: Sports,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-11-03, +/games/boxart/full_1666764PALFrontccc.jpg,EyeToy: Kinetic Combat,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-11-17, +/games/boxart/default.jpg,Face Off (Arcade),VC,Sports,Namco Bandai,Namco,,,,,,,2009-10-27, +/games/boxart/full_5015973JapanFrontccc.jpg,Faceball 2000,GG,Sports,Riverhillsoft,Xanth Software,,,,,,,1993-12-17, +/games/boxart/full_6206249JapanFrontccc.jpg,Family Challenge Wii,Wii,Sports,Konami,Konami,,,,,,,2009-11-19, +/games/boxart/full_6290120AmericaFrontccc.jpg,Family Glide Hockey,WW,Sports,Arc System Works,Arc System Works,,,,,,,2009-01-19, +/games/boxart/full_family-jockey_449JapanFront.jpg,Family Jockey,GB,Sports,Namco,Namco,,,,,,,1991-03-29, +/games/boxart/full_9158236JapanFrontccc.jpg,Family Jockey,NES,Sports,Namco,Namco,,,,,,,1987-04-24, +/games/boxart/full_family-jockey-2_759JapanFront.jpg,Family Jockey 2,GB,Sports,Namco,Namco,,,,,,,1993-08-27, +/games/boxart/full_2993689AmericaFrontccc.png,Family Mini Golf,WW,Sports,Aksys Games,Arc System Works,,,,,,,2009-06-22, +/games/boxart/full_9287281JapanFrontccc.jpg,Family Stadium 2003,GC,Sports,Namco,Namco,,,,,,,2003-05-30, +/games/boxart/3290599ccc.jpg,Family Table Tennis,WW,Sports,Aksys Games,Ars System Works,4.7,,,,,,2008-05-26, +/games/boxart/full_9021116AmericaFrontccc.jpg,Family Tennis,WW,Sports,Aksys Games,Arc System Works,,,,,,,2009-09-21, +/games/boxart/full_8493972JapanFrontccc.jpg,Family Tennis,NES,Sports,Namco,Namco,,,,,,,1987-12-11, +/games/boxart/full_2637690JapanFrontccc.jpg,Family Tennis Advance,GBA,Sports,Namco,Namco,,,,,,,2002-06-14, +/games/boxart/full_4429932PALFrontccc.jpg,Family Trainer: Double Challenge,Wii,Sports,Namco Bandai,High Horse Entertainment,,,,,,,2009-11-06, +/games/boxart/full_family-trainer-fuuun-takeshi-shiro-2_606JapanFront.jpg,Family Trainer: Fuuun! Takeshi Shiro 2,NES,Sports,Bandai,Bandai,,,,,,,1988-12-20, +/games/boxart/full_family-trainer-jogging-race_820JapanFront.jpg,Family Trainer: Jogging Race,NES,Sports,Bandai,Bandai,,,,,,,1987-05-28, +/games/boxart/full_famista-89-kaimaku-han_3JapanFront.jpg,Famista '89 - Kaimaku Han!!,NES,Sports,Namco,Namco,,,,,,,1989-07-28, +/games/boxart/full_294662JapanFrontccc.jpg,Famista '90,NES,Sports,Namco,Namco,,,,,,,1989-12-19, +/games/boxart/full_6086406JapanFrontccc.jpg,Famista '93,NES,Sports,Namco,Namco,,,,,,,1992-12-22, +/games/boxart/full_1438293JapanFrontccc.jpg,Famista '94,NES,Sports,Namco,Namco,,,,,,,1993-12-01, +/games/boxart/full_famista-2_25JapanFront.jpg,Famista 2,GB,Sports,Namco,Namco,,,,,,,1992-07-30, +/games/boxart/full_famista-3_369JapanFront.jpg,Famista 3,GB,Sports,Namco,Namco,,,,,,,1993-10-29, +/games/boxart/full_6978346JapanFrontccc.jpg,Famista Advance,GBA,Sports,Namco,Namco,,,,,,,2002-06-28, +/games/boxart/4758281ccc.jpg,Fever Pitch Soccer,AJ,Sports,Atari,U.S. Gold,,,,,,,1995-12-01, +/games/boxart/full_235478JapanFrontccc.jpg,Field of Nine: Digital Edition 2001,GBA,Sports,Konami,Konami,,,,,,,2001-09-20, +/games/boxart/full_3156450AmericaFrontccc.jpg,FIFA 07 Soccer,GBA,Sports,Electronic Arts,EA Canada,4.1,,,,,,2006-10-03, +/games/boxart/full_5896717AmericaFrontccc.jpg,FIFA 14,And,Sports,EA Sports,EA mobile,,,,,,,2014-05-19,2018-09-15 +/games/boxart/full_8304172PALFrontccc.jpg,FIFA 14,PS2,Sports,EA Sports,EA Canada,,,,,,,2013-09-27,2018-09-15 +/games/boxart/full_3147892AmericaFrontccc.jpg,FIFA 2000,GB,Sports,EA Sports,Tiertex Design Studios,,,,,,,1999-11-30, +/games/boxart/full_1566471PALFrontccc.jpg,FIFA 2001 Major League Soccer,PC,Sports,EA Sports,EA Canada,,,,,,,2000-10-30, +/games/boxart/2497244ccc.jpg,FIFA 99,PC,Sports,EA Sports,EA Canada,,,,,,,1998-10-31, +/games/boxart/full_4704760AmericaFrontccc.jpg,FIFA 99,PS,Sports,EA Sports,EA Canada,8.8,,,,,,1998-11-30, +/games/boxart/6711923ccc.jpg,FIFA International Soccer,GB,Sports,Malibu Games,Probe Entertainment Limited,,,,,,,1995-02-01, +/games/boxart/full_fifa-international-soccer_1AmericaFront.jpg,FIFA International Soccer,SCD,Sports,EA Sports,Extended Play Productions,,,,,,,1994-01-01, +/games/boxart/default.jpg,FIFA International Soccer,MS,Sports,Tec Toy,EA Sports,,,,,,,1996-01-01, +/games/boxart/full_fifa-international-soccer_8AmericaFront.jpg,FIFA International Soccer,PC,Sports,EA Sports,The Creative Assembly,,,,,,,1993-01-01, +/games/boxart/5053711ccc.jpg,FIFA International Soccer,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1993-02-03, +/games/boxart/full_4631614AmericaFrontccc.jpg,FIFA International Soccer,GG,Sports,Electronic Arts,Tiertex Design Studios,,,,,,,1994-01-01, +/games/boxart/1203527ccc.jpg,FIFA International Soccer,3DO,Sports,EA Sports,Extended Play Productions,,,,,,,1994-01-01, +/games/boxart/2597839ccc.jpg,FIFA International Soccer,SNES,Sports,EA Sports,EA Sports,,,,,,,1994-05-01, +/games/boxart/full_5766986PALFrontccc.jpg,FIFA Manager 06,PC,Sports,EA Sports,EA Canada,,,,,,,2005-10-06, +/games/boxart/full_7367735PALFrontccc.jpg,FIFA Manager 10,PC,Sports,EA Sports,Bright Future,7.5,,,,,,2009-10-30, +/games/boxart/full_965964AmericaFrontccc.jpg,FIFA Soccer '95,GG,Sports,Electronic Arts,EA Sports,,,,,,,1994-01-01, +/games/boxart/full_9566322PALFrontccc.png,FIFA Soccer 09,PSN,Sports,Electronic Arts,EA Canada,8.1,,,,,,2008-11-13, +/games/boxart/default.jpg,FIFA Soccer 09: Ultimate Team,XBL,Sports,Unknown,EA Canada,,,,,,,, +/games/boxart/default.jpg,FIFA Soccer 09: Ultimate Team,PSN,Sports,Unknown,EA Canada,,,,,,,, +/games/boxart/full_5984632AmericaFrontccc.png,FIFA Soccer 10 (PSP),PSN,Sports,EA Sports,EA Canada,7.9,,,,,,2009-10-21, +/games/boxart/default.jpg,FIFA Soccer 10: Ultimate Team,XBL,Sports,Unknown,EA Canada,,,,,,,, +/games/boxart/default.jpg,FIFA Soccer 10: Ultimate Team,PSN,Sports,Unknown,EA Canada,,,,,,,, +/games/boxart/full_fifa-soccer-11-psp_4AmericaFront.jpg,FIFA Soccer 11 (PSP),PSN,Sports,EA Sports,EA Canada,7,,,,,,2010-10-12, +/games/boxart/full_3955588AmericaFrontccc.jpg,FIFA Soccer 2002,PC,Sports,EA Sports,EA Canada,,,,,,,2001-10-29, +/games/boxart/full_2292525AmericaFrontccc.jpg,FIFA Soccer 2003,PS,Sports,EA Sports,EA Canada,,,,,,,2002-11-11, +/games/boxart/1339819ccc.jpg,FIFA Soccer 2003,PC,Sports,EA Sports,EA Canada,,,,,,,2002-11-02, +/games/boxart/full_8774099AmericaFrontccc.jpg,FIFA Soccer 2004,PS,Sports,EA Sports,EA Canada,,,,,,,2003-11-04, +/games/boxart/full_9809705AmericaFrontccc.jpg,FIFA Soccer 2004,PC,Sports,EA Sports,EA Canada,,,,,,,2003-11-04, +/games/boxart/8038624ccc.jpg,FIFA Soccer 2004,NGage,Sports,EA Sports,Exient Entertainment,6.4,,,,,,2004-01-14, +/games/boxart/full_5946444AmericaFrontccc.jpg,FIFA Soccer 2005,PS,Sports,EA Sports,EA Canada,,,,,,,2004-10-12, +/games/boxart/full_fifa-soccer-2005_284AmericaFront.jpg,FIFA Soccer 2005,NGage,Sports,Nokia,Exient Entertainment,8.2,,,,,,2004-11-10, +/games/boxart/default.jpg,FIFA Soccer 2005,GIZ,Sports,Unknown,Exient Entertainment,,,,,,,, +/games/boxart/full_1780923AmericaFrontccc.jpg,FIFA Soccer 95,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1994-01-01, +/games/boxart/full_8606562AmericaFrontccc.jpg,FIFA Soccer 96,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1995-01-01, +/games/boxart/full_1514604AmericaFrontccc.jpg,FIFA Soccer 96,SAT,Sports,EA Sports,Probe Entertainment Limited,,,,,,,1996-01-01, +/games/boxart/full_fifa-soccer-96_4AmericaFront.jpg,FIFA Soccer 96,GG,Sports,Black Pearl,Probe Entertainment Limited,,,,,,,1995-01-01, +/games/boxart/full_7761206AmericaFrontccc.jpg,FIFA Soccer 96,PC,Sports,EA Sports,Extended Play Productions,,,,,,,1995-09-30, +/games/boxart/full_fifa-soccer-96_9AmericaFront.jpg,FIFA Soccer 96,SNES,Sports,EA Sports,Probe Entertainment Limited,9,,,,,,1995-11-01, +/games/boxart/default.jpg,FIFA Soccer 96,GB,Sports,EA Sports,Probe Entertainment Limited,,,,,,,1995-12-01, +/games/boxart/752177ccc.jpg,FIFA Soccer 97,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1996-02-06, +/games/boxart/1483571ccc.jpg,FIFA Soccer 97,SAT,Sports,EA Sports,EA Canada,,,,,,,1997-01-01, +/games/boxart/4915822ccc.jpg,FIFA Soccer 97,PC,Sports,EA Sports,EA Canada,,,,,,,1996-10-31, +/games/boxart/7934909ccc.jpg,FIFA Soccer 97,SNES,Sports,EA Sports,Rage Software,,,,,,,1996-01-01, +/games/boxart/full_6345351AmericaFrontccc.jpg,FIFA Soccer 97,GB,Sports,Black Pearl,EA Canada,,,,,,,1996-11-01, +/games/boxart/full_fifa-street-2_523PALFront.jpg,FIFA Street 2,PSN,Sports,EA Sports,EA Canada,4.9,,,,,,2011-02-16, +/games/boxart/full_6317155AmericaFrontccc.jpg,FIFA Street 3,XBL,Sports,EA Sports BIG,EA Canada,,,,,,,2009-09-15, +/games/boxart/full_7529777AmericaFrontccc.jpg,FIFA World Cup Germany 2006,PC,Sports,EA Sports,EA Canada,7.7,,,,,,2006-04-24, +/games/boxart/full_9317330AmericaFrontccc.jpg,FIFA: Road to World Cup 98,SAT,Sports,EA Sports,Climax Group,,,,,,,1997-12-31, +/games/boxart/default.jpg,FIFA: Road to World Cup 98,GB,Sports,THQ,Tiertex Design Studios,,,,,,,1997-01-01, +/games/boxart/full_4456272PALFrontccc.jpg,FIFA: Road to World Cup 98,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1997-01-01, +/games/boxart/1630093ccc.jpg,FIFA: Road to World Cup 98,PC,Sports,EA Sports,EA Canada,,,,,,,1997-11-30, +/games/boxart/full_940485PALFrontccc.jpg,FIFA: Road to World Cup 98,SNES,Sports,EA Sports,Extended Play Productions,,,,,,,1998-01-01, +/games/boxart/5695522ccc.jpg,Fight Night,7800,Sports,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/full_fight-night-champion_175AmericaFront.jpg,Fight Night Champion,PSN,Sports,EA Sports,EA Canada,8.2,,,,,,2011-11-09, +/games/boxart/full_1269506PALFrontccc.jpg,Fila Decathlon,GBA,Sports,THQ,Athletic Design AB,6.8,,,,,,2002-03-29, +/games/boxart/full_5095890AmericaFrontccc.jpg,Final Kick,And,Sports,Ivanovich Games,Ivanovich Games,,,,,,,2014-05-29, +/games/boxart/full_final-match-tennis_10JapanFront.jpg,Final Match Tennis,PCE,Sports,Human Entertainment,Human Entertainment,,,,,,,1991-03-01, +/games/boxart/default.jpg,Fish On,PSV,Sports,Unknown,Kadokawa Games,,,,,,,, +/games/boxart/full_fish-on_175JapanFront.jpg,Fish On,3DS,Sports,ASCII Media Works,ASCII Media Works,,,,,,,2011-06-09, +/games/boxart/full_5900687AmericaFrontccc.jpg,Fish'em All!,WW,Sports,Abylight,Abylight,,,,,,,2009-06-08, +/games/boxart/full_9134741AmericaFrontccc.jpg,Fisherman's Bait: A Bass Challenge,PS,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,1999-01-31, +/games/boxart/full_1348619AmericaFrontccc.jpg,Fishie Fishie,WW,Sports,DK Games,DK Games,5,,,,,,2010-04-05, +/games/boxart/full_fishing-freaks-bassrise-for-wonderswan_5JapanFront.jpg,Fishing Freaks: BassRise for WonderSwan,WS,Sports,Bandai,Bandai,,,,,,,2000-02-24, +/games/boxart/full_fishing-freaks-bassrise-plus_9JapanFront.jpg,Fishing Freaks: BassRise Plus,PS,Sports,Bandai,Bandai,,,,,,,2000-02-03, +/games/boxart/full_fishing-koshien_6JapanFront.jpg,Fishing Koshien,SAT,Sports,King Records,A-Wave,,,,,,,1996-03-15, +/games/boxart/default.jpg,Fishing Live Online,XB,Sports,Unknown,Opus Studio,,,,,,,, +/games/boxart/full_8321836AmericaFrontccc.jpg,Fitba,XBL,Sports,Microsoft,Fritz,,,,,,,2009-02-23, +/games/boxart/full_1177314PALFrontccc.jpg,Fitness Fun,PS2,Sports,505 Games,D3 Publisher,,,,,,,2006-03-10, +/games/boxart/full_flick-fishing_7PALFront.jpg,Flick Fishing,PSN,Sports,Gamehastra,Gamehastra,,,,,,,2010-10-26, +/games/boxart/full_3576103AmericaFrontccc.jpg,Foosball For Two,XBL,Sports,Microsoft,Squimball,,,,,,,2009-01-11, +/games/boxart/238382ccc.jpg,Football,2600,Sports,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/1366461ccc.jpg,Football Frenzy,NG,Sports,SNK,SNK Corporation,,,,,,,1992-02-21, +/games/boxart/full_football-frenzy-cd_124JapanFront.jpg,Football Frenzy (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1994-09-09, +/games/boxart/full_8845408AmericaFrontccc.jpg,Football Fury,SNES,Sports,Sammy Corporation,Aicom,,,,,,,1993-10-01, +/games/boxart/full_6727634JapanFrontccc.jpg,Football Kingdom: Touring Edition,PS2,Sports,Namco,Namco,,,,,,,2004-05-27, +/games/boxart/full_6179783PALFrontccc.jpg,Football Manager 2014,OSX,Sports,Sega,Sports Interactive,8.5,,,,,,2013-10-30,2018-03-21 +/games/boxart/full_6808803PALFrontccc.jpg,Football Manager 2014,Linux,Sports,Sega,Sports Interactive,8.7,,,,,,2013-10-30,2018-03-21 +/games/boxart/full_5398962PALFrontccc.png,Football Manager Handheld 2009,PSN,Sports,Sega,Sports Interactive,,,,,,,2008-12-18, +/games/boxart/full_5124528AmericaFrontccc.png,Football Manager Handheld 2010,PSN,Sports,Sega,Sports Interactive,6,,,,,,2009-12-22, +/games/boxart/full_football-manager-handheld-2011_547AmericaFront.jpg,Football Manager Handheld 2011,PSN,Sports,Sega,Sports Interactive,,,,,,,2010-12-07, +/games/boxart/full_4479436PALFrontccc.png,Football Manager Handheld 2014,And,Sports,Sega,Sports Interactive,,,,,,,2013-11-14,2018-03-21 +/games/boxart/full_4502619PALFrontccc.png,Football Manager Handheld 2014,iOS,Sports,Sega,Sports Interactive,,,,,,,2013-11-14,2018-03-21 +/games/boxart/full_8146815JapanFrontccc.jpg,Formation Soccer '98: Ganbare Nippon in France,PS,Sports,Human Entertainment,Human Club,,,,,,,1998-06-04, +/games/boxart/full_6381574JapanFrontccc.jpg,Formation Soccer 2002,GBA,Sports,Spike,Spike,,,,,,,2002-05-02, +/games/boxart/full_6027067JapanFrontccc.jpg,Formation Soccer on J-League,PCE,Sports,Human Entertainment,Human Entertainment,,,,,,,1994-01-15, +/games/boxart/full_formation-soccer-human-cup-90_9JapanFront.jpg,Formation Soccer: Human Cup '90,PCE,Sports,Human Entertainment,Human Entertainment,,,,,,,1990-04-27, +/games/boxart/full_2303479PALFrontccc.jpg,Fotball Manager Handheld,PSP,Sports,Sega,Sports Interactive,,,,,,,2006-04-13, +/games/boxart/full_1565757AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-09-04, +/games/boxart/full_6108056AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,GB,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1995-01-01, +/games/boxart/6371922ccc.jpg,Frank Thomas Big Hurt Baseball,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-01, +/games/boxart/full_21944AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,GG,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1995-01-01, +/games/boxart/full_2594847AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,PC,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1996-05-31, +/games/boxart/3796203ccc.jpg,Frank Thomas Big Hurt Baseball,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/full_336651PALFrontccc.gif,Freak Out - Extreme Freeride,PSP,Sports,Unknown,ColdWood Interactive,,,,,,,2007-10-26, +/games/boxart/full_3206479PALFrontccc.jpg,Freak Out - Extreme Freeride,PC,Sports,Stardock,ColdWood Interactive,,,,,,,2007-08-28, +/games/boxart/full_2801883AmericaFrontccc.jpg,FreaKick,XBL,Sports,Microsoft,Kailash SUbedi,,,,,,,2009-02-20, +/games/boxart/full_2997467AmericaFrontccc.jpg,Fred Couples Golf,GG,Sports,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/full_7312196PALFrontccc.jpg,Free Running,PC,Sports,Reef Entertainment,Rebellion Developments,,,,,,,2009-01-01, +/games/boxart/default.jpg,Free Running,DS,Sports,Unknown,Core Design Ltd.,,,,,,,, +/games/boxart/full_7024270PALFrontccc.jpg,Free Running,PS2,Sports,Reef Entertainment,Rebellion Developments,,,,,,,2007-04-20, +/games/boxart/full_9215184PALFrontccc.png,Free Running,PSN,Sports,Reef Entertainment,Core Design Ltd.,,,,,,,2009-01-08, +/games/boxart/full_45857AmericaFrontccc.jpg,Freestyle Street Soccer,GC,Sports,Acclaim Entertainment,Silicon Dreams,4.3,,,,,,2004-03-25, +/games/boxart/default.jpg,Freestyle2: Street Basketball,PC,Sports,Joycity,Joycity,,,,,,,2015-04-01, +/games/boxart/full_3440595AmericaFrontccc.jpg,Frisbee Disc Freestyle / Frisbee Disc Golf,GBA,Sports,DSI Games,Destination Software,,,,,,,2007-03-06, +/games/boxart/full_4218252AmericaFrontccc.jpg,Front Page Sports: Football Pro '97,PC,Sports,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-11-30, +/games/boxart/default.jpg,Full Time Soccer,GB,Sports,Datel,DAG,,,,,,,2000-01-01, +/games/boxart/full_8477826AmericaFrontccc.jpg,Fun! Fun! Minigolf,WW,Sports,Shin'en,Shin'en GmbH,,,,,,,2008-12-22, +/games/boxart/full_futsal-5-on-5-mini-soccer-cd_63JapanFront.jpg,Futsal: 5 on 5 Mini Soccer (CD),NG,Sports,Saurus,Saurus,,,,,,,1996-07-19, +/games/boxart/full_5922141AmericaFrontccc.jpg,FX Football,PC,Sports,FX studio,FX studio,,,,,,,2014-06-02, +/games/boxart/full_3630226PALFrontccc.jpg,G-Force (2006),PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-10-06, +/games/boxart/full_7213906PALFrontccc.jpg,G1 Jockey,PS2,Sports,THQ,Koei/Inis,,,,,,,2002-03-08, +/games/boxart/full_3302362JapanFrontccc.jpg,G1 Jockey,PS,Sports,KOEI,Koei/Inis,,,,,,,1999-03-11, +/games/boxart/full_9338517JapanFrontccc.jpg,G1 Jockey 2000,PS,Sports,KOEI,Koei/Inis,,,,,,,2000-02-03, +/games/boxart/full_1808676JapanFrontccc.jpg,G1 Jockey 3 2003,PS2,Sports,KOEI,Koei/Inis,,,,,,,2003-10-30, +/games/boxart/full_8115518JapanFrontccc.jpg,G1 Jockey 3 2005 Nendoban,PS2,Sports,KOEI,Koei/Inis,,,,,,,2005-02-24, +/games/boxart/full_9850560PALFrontccc.jpg,G1 Jockey 4,PS2,Sports,KOEI,Koei/Inis,,,,,,,2006-03-31, +/games/boxart/full_5003548JapanFrontccc.jpg,G1 Jockey 4 2006,PS2,Sports,KOEI,Koei/Inis,,,,,,,2006-09-14, +/games/boxart/full_7917259JapanFrontccc.jpg,G1 Jockey 4 2007,PS3,Sports,KOEI,Koei/Inis,,,,,,,2007-11-01, +/games/boxart/full_g1-king-3-hitsu-no-yosouya_749JapanFront.jpg,G1 King! 3-Hitsu no Yosouya,GB,Sports,Victory Lap Games,Vic Tokai,,,,,,,1993-03-26, +/games/boxart/full_8946998JapanFrontccc.jpg,Gachinko Pro Yakyuu,GBA,Sports,Now Production,Now Production,,,,,,,2002-06-21, +/games/boxart/full_gakuen-battle-fishers-yoky-shiimono-wa-tsure_514JapanFront.jpg,Gakuen Battle Fishers: Yoky Shiimono wa Tsure,GB,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-03-30, +/games/boxart/full_8702980PALFrontccc.jpg,Galactik Football,DS,Sports,505 Games,Beast,,,,,,,2009-06-12, +/games/boxart/4791481ccc.jpg,"Game, Net & Match!",PC,Sports,Blue Byte,Blue Byte,,,,,,,1999-08-05, +/games/boxart/full_8764475JapanFrontccc.jpg,Ganbare! Dodge Fighters,GBA,Sports,Bandai,Kamui,,,,,,,2005-01-27, +/games/boxart/full_ganbare-golf-boys_7JapanFront.jpg,Ganbare! Golf Boys,PCE,Sports,NCS,Dual,,,,,,,1989-03-28, +/games/boxart/full_967289JapanFrontccc.jpg,Gear Stadium Heiseiban,GG,Sports,Namco,Namco,,,,,,,1995-10-20, +/games/boxart/851523ccc.jpg,George Forman's KO Boxing,GEN,Sports,Flying Edge,Probe Software,,,,,,,1992-02-07, +/games/boxart/full_8999555PALFrontccc.jpg,Giant Killers,DC,Sports,AAA,Smoking Guns Production,,,,,,,2001-05-11, +/games/boxart/full_go-series-fishing-resort_710AmericaFront.jpg,GO Series: Fishing Resort,DSiW,Sports,Gamebridge,Gamebridge,,,,,,,2011-09-01, +/games/boxart/9513685ccc.jpg,Go! Sports Ski,PSN,Sports,Sony Computer Entertainment,Yuke's Future Media Creators,,,,,,,2007-10-03, +/games/boxart/9759476ccc.jpg,Go! Sports Skydiving,PSN,Sports,Sony Online Entertainment,LightWeight,,,,,,,2008-02-07, +/games/boxart/full_goal-fh-field-hunter_4JapanFront.jpg,Goal FH,3DO,Sports,Unknown,Carrozzeria,,,,,,,1995-10-13, +/games/boxart/full_6682957PALFrontccc.jpg,Goal Storm,PS,Sports,Konami,Konami,,,,,,,1996-01-01, +/games/boxart/6123862ccc.jpg,Goal!,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1989-01-01, +/games/boxart/9388753ccc.jpg,Goal!,GB,Sports,Jaleco,Jaleco Entertainment,,,,,,,1993-01-02, +/games/boxart/6386082ccc.jpg,Goal! Two,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1992-11-01, +/games/boxart/full_goals_430AmericaFront.jpg,Goals,XBL,Sports,Microsoft,The Game Creators,,,,,,,2011-08-09, +/games/boxart/full_1708759PALFrontccc.jpg,Golden Goal,GB,Sports,Take-Two Interactive,Tarantula Studios,,,,,,,1999-01-01, +/games/boxart/full_golf_443AmericaFront.png,Golf,3DS,Sports,Unknown,Nintendo,6,,,,,,2011-06-29, +/games/boxart/644433ccc.jpg,Golf,2600,Sports,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_2996890AmericaFrontccc.jpg,Golf,VB,Sports,Nintendo,Tikipod,,,,,,,1995-11-01, +/games/boxart/full_golf-ba-multimedia-shinchaku_10JapanFront.jpg,Golf Ba Multimedia Shinchaku,3DO,Sports,Unknown,"Jiscsoft Co., Ltd.",,,,,,,1995-08-03, +/games/boxart/full_9160563AmericaFrontccc.jpg,Golf Club 2,PC,Sports,Maximum Games,HB Studios,,,,,,,2017-06-27,2018-07-03 +/games/boxart/full_golf-daisuki_438JapanFront.jpg,Golf Daisuki!,GB,Sports,KID,KID Corporation,,,,,,,1999-10-29, +/games/boxart/full_golf-grand-slam_610AmericaFront.jpg,Golf Grand Slam,NES,Sports,Atlus,Atlus Co.,,,,,,,1991-08-27, +/games/boxart/full_golf-ou_809JapanFront.jpg,Golf Ou,GB,Sports,Digital Kids,Digital Kids,,,,,,,1999-07-16, +/games/boxart/full_7171489JapanFrontccc.jpg,Golf Shiyouyo,DC,Sports,Bottom Up,Bottom Up,,,,,,,1999-12-09, +/games/boxart/full_8365311JapanFrontccc.jpg,Golf Shiyouyo 2: Aratanaru Chousen,DC,Sports,SoftMax,SoftMax,,,,,,,2001-01-25, +/games/boxart/full_959405JapanFrontccc.jpg,Golf Shiyouyo Adventure Hen,DC,Sports,SoftMax,SoftMax,,,,,,,2000-08-03, +/games/boxart/full_4132055JapanFrontccc.jpg,Golf Shiyouyo Kouryaku Pack,DC,Sports,SoftMax,SoftMax,,,,,,,2000-06-01, +/games/boxart/full_9570047AmericaFrontccc.jpg,Golf: Tee It Up!,XBL,Sports,Activision,Housemarque,,,,,,,2008-07-09, +/games/boxart/full_golfamania_9PALFront.jpg,Golfamania,MS,Sports,Sega,Sanritsu,,,,,,,1990-01-01, +/games/boxart/full_1563736JapanFrontccc.jpg,Granada Musashi RV,GB,Sports,Bandai,Bandai,,,,,,,1998-07-24, +/games/boxart/4015843ccc.jpg,Grand Slam,SAT,Sports,Virgin Interactive,Burst Studios,,,,,,,1996-01-01, +/games/boxart/full_5845222AmericaFrontccc.jpg,Grand Slam,PC,Sports,Virgin Interactive,Burst Studios,,,,,,,1997-05-31, +/games/boxart/full_grander-musashi-rv_164JapanFront.jpg,Grander Musashi RV,GB,Sports,Bandai,Bandai,,,,,,,1998-07-24, +/games/boxart/full_great-baseball_5AmericaFront.jpg,Great Baseball,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_great-baseball-japan_3JapanFront.jpg,Great Baseball (Japan),MS,Sports,Sega,Sega,,,,,,,1985-12-15, +/games/boxart/376210ccc.jpg,Great Basketball,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_great-courts-2_234PALFront.jpg,Great Courts 2,PC,Sports,Ubisoft,Blue Byte,,,,,,,1991-01-01, +/games/boxart/5182047ccc.jpg,Great Football,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/3379893ccc.jpg,Great Golf,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_great-golf-japan_2JapanFront.jpg,Great Golf (Japan),MS,Sports,Sega,Sega,,,,,,,1986-12-20, +/games/boxart/2468908ccc.jpg,Great Ice Hockey,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_great-soccer_9AmericaFront.jpg,Great Soccer,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_great-soccer-japan_0PALFront.jpg,Great Soccer (Japan),MS,Sports,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/2930415ccc.jpg,Great Volleyball,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_1679989AmericaFrontccc.jpg,Greatest Heavyweights,GEN,Sports,Sega,ACME Interactive,,,,,,,1994-05-26, +/games/boxart/full_greg-normans-golf-power_785AmericaFront.jpg,Greg Norman's Golf Power,NES,Sports,Virgin Interactive,Gremlin Graphics,,,,,,,1992-07-01, +/games/boxart/default.jpg,Hama no Tsuriken,PS,Sports,Success,Success,,,,,,,2000-08-24, +/games/boxart/default.jpg,Handy Hockey,DSiW,Sports,ITL,ITL,,,,,,,2010-07-07, +/games/boxart/full_9582420PALFrontccc.jpg,Hard Hitter 2,PS2,Sports,Midas Interactive Entertainment,Magical Company Ltd,,,,,,,2003-02-14, +/games/boxart/full_3054090AmericaFrontccc.jpg,HardBall 5,PC,Sports,Accolade,MindSpan,,,,,,,1995-10-31, +/games/boxart/full_8777254AmericaFrontccc.jpg,HardBall III,GEN,Sports,Accolade,MindSpan,,,,,,,1993-01-01, +/games/boxart/full_9041295AmericaFrontccc.jpg,Hardball!,GEN,Sports,Ballistic,"Accolade, Inc",,,,,,,1991-01-01, +/games/boxart/default.jpg,HardGrip,X360,Sports,Unknown,Human Soft,,,,,,,2020-12-31, +/games/boxart/default.jpg,HardGrip,PS3,Sports,Unknown,Human Soft,,,,,,,2020-12-31, +/games/boxart/default.jpg,HardGrip,Wii,Sports,Unknown,Human Soft,,,,,,,2020-12-31, +/games/boxart/full_harlem-globetrotters_571AmericaFront.jpg,Harlem Globetrotters,NES,Sports,GameTek,"Softie, Inc.",,,,,,,1991-03-01, +/games/boxart/full_1980824AmericaFrontccc.jpg,Harlem Globetrotters: World Tour,GBA,Sports,DSI Games,Full Fat,2.7,,,,,,2006-10-02, +/games/boxart/default.jpg,Harley Pasternak's Hollywood Trainer,X360,Sports,Majesco Entertainment,Majesco Games,,,,,,,2012-09-18, +/games/boxart/default.jpg,Harley Pasternak's Hollywood Trainer,Wii,Sports,Unknown,Majesco Games,,,,,,,, +/games/boxart/full_6670383JapanFrontccc.jpg,Harukanaru Augusta,GEN,Sports,T&E Soft,Tikipod,,,,,,,1993-12-17, +/games/boxart/full_9421589JapanFrontccc.jpg,Harukanaru Augusta,SNES,Sports,T&E Soft,Tikipod,,,,,,,1991-04-05, +/games/boxart/full_2571539JapanFrontccc.jpg,Harukanaru Augusta 3: Masters New,SNES,Sports,T&E Soft,Tikipod,,,,,,,1995-12-08, +/games/boxart/full_4653704JapanFrontccc.jpg,Harukanaru Augusta Masters '98,N64,Sports,T&E Soft,Tikipod,,,,,,,1997-12-26, +/games/boxart/full_hashire-hebereke_167JapanFront.jpg,Hashire Hebereke,SNES,Sports,Sunsoft,SunSoft,,,,,,,1994-12-22, +/games/boxart/4980035ccc.jpg,Hat Trick,7800,Sports,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_hb-arcade-disc-golf_224AmericaFront.jpg,HB Arcade Disc Golf,WW,Sports,Unknown,HB Studios,,,,,,,2010-11-29, +/games/boxart/full_7883731AmericaFrontccc.jpg,Head-On Soccer,GEN,Sports,U.S. Gold,U.S. Gold,,,,,,,1995-01-01, +/games/boxart/full_heavy-shreddin_434AmericaFront.jpg,Heavy Shreddin',NES,Sports,Parker Bros.,Imagineering Inc.,,,,,,,1990-06-01, +/games/boxart/full_3398853JapanFrontccc.jpg,Heavyweight Champ,GG,Sports,Sims,SIMS,,,,,,,1991-12-27, +/games/boxart/6514120ccc.jpg,Heavyweight Championship Boxing,GB,Sports,Activision,Tokyo Shoseki,,,,,,,1990-09-01, +/games/boxart/full_8161225JapanFrontccc.jpg,Hello Kitty no Panda Sports Stadium,DS,Sports,Dorart,Dorart,,,,,,,2008-07-17, +/games/boxart/full_higashio-osamu-kanshuu-pro-yakyuu-stadium-91_979JapanFront.jpg,Higashio Osamu Kanshuu Pro Yakyuu Stadium '91,GB,Sports,Tokuma Shoten,Tokuma Shoten,,,,,,,1991-08-09, +/games/boxart/full_higashio-osamu-kanshuu-pro-yakyuu-stadium-92_426JapanFront.jpg,Higashio Osamu Kanshuu Pro Yakyuu Stadium '92,GB,Sports,Tokuma Shoten,Tokuma Shoten,,,,,,,1992-07-17, +/games/boxart/full_7582503AmericaFrontccc.jpg,High Heat Major League Baseball 2004,GBA,Sports,Unknown,3DO,,,,,,,2020-12-31, +/games/boxart/2185676ccc.jpg,High Velocity Bowling,PSN,Sports,Sony Computer Entertainment,Team Ramrod,,,,,,,2007-12-06, +/games/boxart/full_hit-the-ice_0AmericaFront.jpg,Hit the Ice,PCE,Sports,NEC,Taito Corporation,,,,,,,1992-01-01, +/games/boxart/full_hit-the-ice_6AmericaFront.jpg,Hit the Ice,SNES,Sports,Taito,Aisystem Tokyo,,,,,,,1993-02-01, +/games/boxart/9920328ccc.jpg,Hit the Ice,GB,Sports,Taito,Taito Corporation,,,,,,,1992-10-01, +/games/boxart/full_hit-the-ice_8AmericaFront.jpg,Hit the Ice,GEN,Sports,Taito,Aisystem Tokyo,,,,,,,1992-01-01, +/games/boxart/3668045ccc.jpg,Hockey,Lynx,Sports,Atari,Alpine Studios,,,,,,,1992-01-01, +/games/boxart/full_2246023AmericaFrontccc.jpg,Hockey Allstar Shootout,WW,Sports,Nintendo,Big Blue Bubble,,,,,,,2008-12-08, +/games/boxart/full_hockey-rage-2005_1PALFront.jpg,Hockey Rage 2005,GIZ,Sports,Fathammer,Pixelgene,,,,,,,2005-10-12, +/games/boxart/full_hole-in-one-golf_174AmericaFront.jpg,Hole in One Golf,GB,Sports,Natsume,Natsume,,,,,,,1999-08-30, +/games/boxart/full_3150669AmericaFrontccc.jpg,Home Run Challenge,XBL,Sports,Microsoft,Barkers Crest,,,,,,,2009-12-18, +/games/boxart/full_homerun-hitters_3AmericaFront.jpg,Homerun Hitters,PSN,Sports,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-22, +/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_3JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,NES,Sports,Sunsoft,SunSoft,,,,,,,1992-03-28, +/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_10JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1992-09-25, +/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_0JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,GG,Sports,Sega,Sega,,,,,,,1992-08-07, +/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_2JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,GB,Sports,Hudson Soft,Hudson Soft,,,,,,,1992-04-24, +/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_9JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,GEN,Sports,Sega,Sega,,,,,,,1992-07-10, +/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_5JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,SNES,Sports,Sunsoft,SunSoft,,,,,,,1992-07-31, +/games/boxart/full_honoo-no-doukyuuji-dodge-danpei-2_10JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei 2,NES,Sports,Sunsoft,SunSoft,,,,,,,1993-03-26, +/games/boxart/full_hoops_190AmericaFront.jpg,Hoops,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1989-06-01, +/games/boxart/full_hoopworld_0AmericaFront.jpg,HoopWorld,WW,Sports,Virtual Toys,Streamline Studios,,,,,,,2010-07-19, +/games/boxart/default.jpg,HoopWorld,XBL,Sports,Unknown,Streamline Studios,,,,,,,, +/games/boxart/full_2717269AmericaFrontccc.png,Hot Shots Golf 2,PSN,Sports,Sony Computer Entertainment,Clap Hanz,,,,,,,2006-12-03, +/games/boxart/full_4232447AmericaFrontccc.png,Hot Shots Golf: Open Tee,PSN,Sports,Sony Computer Entertainment,Clap Hanz,,,,,,,2008-03-19, +/games/boxart/full_4512367AmericaFrontccc.png,Hot Shots Golf: Open Tee 2,PSN,Sports,Sony Computer Entertainment,Clap Hanz,8,,,,,,2009-06-10, +/games/boxart/full_hot-shots-tennis-get-a-grip_5JapanFront.jpg,Hot Shots Tennis: Get a Grip,PSN,Sports,Sony Computer Entertainment,Clap Hanz,8,,,,,,2010-06-29, +/games/boxart/full_5528998AmericaFrontccc.jpg,Hubert the Teddy Bear: Winter Games,WW,Sports,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-02-08, +/games/boxart/full_5076526JapanFrontccc.jpg,Hula Wii: Hula de Hajimeru - Bi to Kenkou!,Wii,Sports,Milestone,MileStone Inc.,,,,,,,2008-10-29, +/games/boxart/full_9540856JapanFrontccc.jpg,Hula Wii: Motto Jouzu no Fura o Odorou!!,Wii,Sports,Milestone,MileStone Inc.,,,,,,,2009-10-01, +/games/boxart/default.jpg,Hunter Dan's Fishing,Wii,Sports,Unknown,Mastiff,,,,,,,, +/games/boxart/default.jpg,Hunting Unlimited,PC,Sports,Unknown,Sunstorm Interactive,,,,,,,, +/games/boxart/default.jpg,Hunting Unlimited 2,PC,Sports,Unknown,Unknown,,,,,,,, +/games/boxart/default.jpg,Hunting Unlimited 2008,PC,Sports,Unknown,SCS Software,,,,,,,, +/games/boxart/full_hunting-unlimited-2009_210AmericaFront.jpg,Hunting Unlimited 2009,PC,Sports,ValuSoft,ValuSoft,,,,,,,2008-07-30, +/games/boxart/default.jpg,Hunting Unlimited 2010,PC,Sports,Unknown,ValuSoft,,,,,,,, +/games/boxart/default.jpg,Hunting Unlimited 2011,PC,Sports,Unknown,ValuSoft,,,,,,,, +/games/boxart/default.jpg,Hunting Unlimited 3,PC,Sports,Unknown,SCS Software,,,,,,,, +/games/boxart/default.jpg,Hunting Unlimited 4,PC,Sports,Unknown,SCS Software,,,,,,,, +/games/boxart/default.jpg,Hunting Unlimited Trophy Collection,PC,Sports,Unknown,SCS Software,,,,,,,, +/games/boxart/full_hunting-unlimited-expedition-3-pack_561AmericaFront.jpg,Hunting Unlimited: Expedition 3 Pack,PC,Sports,ValuSoft,ValuSoft,,,,,,,2011-08-16, +/games/boxart/full_6731508AmericaFrontccc.png,Hustle Kings,PSN,Sports,Sony Computer Entertainment,VooFoo Studios,8.5,,,,,,2010-01-28,2018-09-25 +/games/boxart/full_387534PALFrontccc.jpeg,Hustle Kings,PSV,Sports,Sony Computer Entertainment,VooFoo Studios,,,,,,,2012-02-21,2018-09-25 +/games/boxart/full_hyper-black-bass-95_956JapanFront.jpg,Hyper Black Bass '95,GB,Sports,Black Label Games,Black Label Games,,,,,,,1995-10-20, +/games/boxart/full_7521788AmericaFrontccc.jpg,Hyper V-Ball,SNES,Sports,Mc O'River,Video System,,,,,,,1993-01-01, +/games/boxart/8702053ccc.gif,Ice Hockey,VC,Sports,Nintendo,Nintendo,,,,,,,2006-12-11, +/games/boxart/full_1103705JapanFrontccc.jpg,Ice Hockey (FDS),NES,Sports,Nintendo,Nintendo,,,,,,,1988-01-21, +/games/boxart/default.jpg,Ice Hokey Slovakia 2011,DSiW,Sports,Unknown,Cypronia,,,,,,,2011-04-29, +/games/boxart/full_2094437PALFrontccc.jpg,Ico Soccer,DS,Sports,Black Bean Games,Artematica,,,,,,,2009-06-26, +/games/boxart/full_3099532JapanFrontccc.jpg,Ike Ike! Nekketsu Hockey-bu: Subette Koronde Dairantou,VC,Sports,Arc System Works,Technos Japan,,,,,,,2009-08-18, +/games/boxart/full_8464855JapanFrontccc.jpg,Ike Ike! Nekketsu Hockey-bu: Subette Koronde Dairantou,NES,Sports,Technos Japan Corporation,Technos Japan,,,,,,,1992-02-07, +/games/boxart/4341898ccc.jpg,In Your Face,GB,Sports,Jaleco,Jaleco Entertainment,,,,,,,1990-01-02, +/games/boxart/full_8568509JapanFrontccc.jpg,Inazuma Serve Da! Super Beach Volley,SNES,Sports,Virgin Interactive,Virgin Interactive,,,,,,,1995-08-04, +/games/boxart/full_6168827AmericaFrontccc.jpg,Inferno Pool,XBL,Sports,Koch Media,Dark Energy Digital,,,,,,,2009-10-28, +/games/boxart/full_957972AmericaFrontccc.png,Inferno Pool,PSN,Sports,Dark Energy Digital,Dark Energy Digital,,,,,,,2009-10-29, +/games/boxart/full_7835367AmericaFrontccc.jpg,Inside Lacrosse's CL2010,XBL,Sports,Microsoft,Carlo Sunseri,,,,,,,2009-11-17, +/games/boxart/full_inside-the-park-baseball_99AmericaFront.jpg,Inside the Park Baseball,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2003-12-19, +/games/boxart/full_140444PALFrontccc.jpg,International Athletics,DS,Sports,Ghostlight,The Code Monkeys,,,,,,,2008-11-28, +/games/boxart/full_international-athletics_9PALFront.jpg,International Athletics,PSN,Sports,Ghostlight,The Code Monkeys,,,,,,,2009-02-12, +/games/boxart/default.jpg,International Cricket Captain,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,1998-01-01, +/games/boxart/default.jpg,International Cricket Captain 2,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2000-11-24, +/games/boxart/full_8020692PALFrontccc.jpg,International Cricket Captain 2000,PS,Sports,Empire Interactive,Empire Interactive,,,,,,,2000-11-03, +/games/boxart/default.jpg,International Cricket Captain 2001: Ashes Edition,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2001-06-29, +/games/boxart/full_4030616PALFrontccc.jpg,International Cricket Captain 2001: Ashes Edition,PS,Sports,Empire Interactive,Empire Interactive,,,,,,,2001-08-24, +/games/boxart/full_4924792PALFrontccc.jpg,International Cricket Captain 2002,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2002-05-24, +/games/boxart/full_8510185PALFrontccc.jpg,International Cricket Captain 2002,PS,Sports,Empire Interactive,Empire Interactive,,,,,,,2002-05-24, +/games/boxart/full_2250211PALFrontccc.jpg,International Cricket Captain 2006,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2006-06-16, +/games/boxart/full_7404345PALFrontccc.jpg,International Cricket Captain Ashes Edition 2006,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2006-11-24, +/games/boxart/full_5329500PALFrontccc.jpg,International Cricket Captain Ashes Year 2005,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2005-08-05, +/games/boxart/full_9166872PALFrontccc.jpg,International Cricket Captain III,PS2,Sports,Empire Interactive,Empire Interactive,,,,,,,2007-11-16, +/games/boxart/full_696210PALFrontccc.jpg,International Cricket Captain III,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2007-07-06, +/games/boxart/full_3316799PALFrontccc.jpg,International Karate,VC,Sports,Commodore,Activision,,,,,,,2009-02-23, +/games/boxart/265708ccc.jpg,International Sensible Soccer,AJ,Sports,Telegames,Williams,,,,,,,1995-01-01, +/games/boxart/full_6080703PALFrontccc.jpg,International Sensible Soccer,SNES,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-01-01, +/games/boxart/full_9573634PALFrontccc.png,International Snooker,PSN,Sports,Big Head Games,Big Head Games,,,,,,,2009-12-22, +/games/boxart/full_6239340PALFrontccc.jpg,International Snooker Championship,PS2,Sports,Play It,Play It!,,,,,,,2004-01-16, +/games/boxart/full_6878276PALFrontccc.jpg,International Superstar Soccer,GBA,Sports,Konami,Konami,6,,,,,,2001-11-23, +/games/boxart/7843052ccc.jpg,International Superstar Soccer,GB,Sports,Konami,Konami,,,,,,,1998-10-01, +/games/boxart/full_5479431PALFrontccc.jpg,International Superstar Soccer 2,XB,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-05-10, +/games/boxart/full_3675126PALFrontccc.jpg,International Superstar Soccer 2,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-05-17, +/games/boxart/full_3292902PALFrontccc.jpg,International Superstar Soccer 2,GC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-05-03, +/games/boxart/full_international-superstar-soccer-2000_3AmericaFront.jpg,International Superstar Soccer 2000,GB,Sports,Konami,Konami,,,,,,,2000-12-01, +/games/boxart/full_1472208PALFrontccc.jpg,International Superstar Soccer 3,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-03-28, +/games/boxart/full_9101007PALFrontccc.jpg,International Superstar Soccer 3,PC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-05-30, +/games/boxart/full_2887280PALFrontccc.jpg,International Superstar Soccer 3,GC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-05-30, +/games/boxart/full_international-superstar-soccer-99_10AmericaFront.jpg,International Superstar Soccer 99,GB,Sports,Konami,Konami,,,,,,,2000-01-01, +/games/boxart/full_3804600PALFrontccc.jpg,International Superstar Soccer Advance,GBA,Sports,Konami,Konami Computer Entertainment Osaka,7,,,,,,2003-01-24, +/games/boxart/full_international-superstar-soccer-deluxe_1PALFront.jpg,International Superstar Soccer Deluxe,GEN,Sports,Konami,Factor 5,,,,,,,1996-01-01, +/games/boxart/full_international-superstar-soccer-deluxe_3PALFront.jpg,International Superstar Soccer Deluxe,PS,Sports,Konami,Konami,,,,,,,1997-02-01, +/games/boxart/full_4492157AmericaFrontccc.jpg,International Track & Field,GB,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-01-19, +/games/boxart/full_307671AmericaFrontccc.png,International Track & Field,PSN,Sports,Sony Computer Entertainment,Konami,,,,,,,2009-11-23, +/games/boxart/full_683684AmericaFrontccc.jpg,International Track & Field 2000,N64,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2000-09-06, +/games/boxart/full_8918192JapanFrontccc.jpg,Isometric & Karate Exercise: Wii de Kotsuban Fitness,Wii,Sports,IE Institute,IE Institute,,,,,,,2009-12-03, +/games/boxart/full_isse-no-se-online_510AmericaFront.jpg,Isse no se ! ONLINE,XBL,Sports,Microsoft,SASGA,,,,,,,2009-12-08, +/games/boxart/7378386ccc.jpg,Itchy & Scratchy in Miniature Golf Madness,GB,Sports,Acclaim Entertainment,Beam Software,,,,,,,1994-11-01, +/games/boxart/full_itsudemo-tsuri-hiyori-omoide-no-black-bass_418JapanFront.jpg,Itsudemo Tsuri Hiyori: Omoide no Black Bass,DSiW,Sports,Unknown,Kounan Denki Seisakujo (Mechanic Arms),,,,,,,2011-07-13, +/games/boxart/full_j-league-fighting-soccer-the-king-of-ace-strikers_804JapanFront.jpg,J-League Fighting Soccer: The King of Ace Strikers,GB,Sports,IGS,Graphic Research,,,,,,,1992-12-27, +/games/boxart/full_j-league-fighting-soccer-the-king-of-ace-strikers_926JapanFront.jpg,J-League Fighting Soccer: The King of Ace Strikers,NES,Sports,IGS,Graphic Research,,,,,,,1993-06-19, +/games/boxart/full_9838497JapanFrontccc.jpg,J-League GG Pro Striker '94,GG,Sports,Sega,Sega,,,,,,,1994-07-22, +/games/boxart/full_j-league-greatest-eleven_7JapanFront.jpg,J-League Greatest Eleven,PCE,Sports,Nichibutsu,Cream,,,,,,,1993-05-14, +/games/boxart/full_6462924JapanFrontccc.jpg,J-League Jikkyou Winning Eleven,PS,Sports,Konami,Konami,,,,,,,1995-07-21, +/games/boxart/full_3310781JapanFrontccc.jpg,J-League Jikkyou Winning Eleven '97,PS,Sports,Konami,Konami,,,,,,,1996-11-12, +/games/boxart/full_2440966JapanFrontccc.jpg,J-League Jikkyou Winning Eleven '98-'99,PS,Sports,Konami,Konami,,,,,,,1998-12-03, +/games/boxart/full_7954547JapanFrontccc.jpg,J-League Jikkyou Winning Eleven 2001,PS,Sports,Konami,KCET,,,,,,,2001-06-21, +/games/boxart/full_9049215JapanFrontccc.jpg,J-League Pocket,GBA,Sports,Konami,KCEO,,,,,,,2001-03-21, +/games/boxart/full_7006921JapanFrontccc.jpg,J-League Pocket 2,GBA,Sports,Konami,Konami,,,,,,,2002-02-28, +/games/boxart/full_560907JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou! Advance,GBA,Sports,Sega,Sega,,,,,,,2002-09-05, +/games/boxart/full_j-league-pro-striker_233JapanFront.jpg,J-League Pro Striker,GEN,Sports,Sega,Sega,,,,,,,1993-06-18, +/games/boxart/full_j-league-pro-striker-kanzenban_291JapanFront.jpg,J-League Pro Striker Kanzenban,GEN,Sports,Sega,Sega,,,,,,,1993-12-17, +/games/boxart/full_9210845JapanFrontccc.jpg,J-League Soccer: Dream Eleven,GG,Sports,Sega,SIMS,,,,,,,1995-11-24, +/games/boxart/full_1497617JapanFrontccc.jpg,J-League Spectacle Soccer,DC,Sports,Sega,Smilebit,,,,,,,2002-02-07, +/games/boxart/full_9480196JapanFrontccc.jpg,J-League Super Soccer '95: Jikkyou Stadium,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1995-03-17, +/games/boxart/full_3555755JapanFrontccc.jpg,J-League Superstar Soccer,GB,Sports,J-Wing,J-Wing,,,,,,,1998-06-26, +/games/boxart/full_7067980JapanFrontccc.jpg,J-League Tactics Soccer,N64,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1999-01-15, +/games/boxart/full_j-league-virtual-stadium_0JapanFront.jpg,J-League Virtual Stadium,3DO,Sports,Electronic Arts Victor,EA Sports,,,,,,,1994-11-03, +/games/boxart/full_j-league-virtual-stadium-95_8JapanFront.jpg,J-League Virtual Stadium '95,3DO,Sports,Electronic Arts Victor,EA Sports,,,,,,,1995-10-27, +/games/boxart/full_5062403JapanFrontccc.jpg,J-League Virtual Stadium '96,PS,Sports,Electronic Arts Victor,EA Sports,,,,,,,1996-04-26, +/games/boxart/full_9581181JapanFrontccc.jpg,J-League Winning Eleven Advance 2002,GBA,Sports,Konami,KCET,,,,,,,2002-10-10, +/games/boxart/full_j-league-winning-goal_363JapanFront.jpg,J-League Winning Goal,NES,Sports,Electronic Arts Victor,GRC,,,,,,,1994-05-27, +/games/boxart/full_j-league-winning-goal_300JapanFront.jpg,J-League Winning Goal,GB,Sports,Electronic Arts Victor,GRC,,,,,,,1994-04-02, +/games/boxart/1337575ccc.jpg,Jack Nicklaus Golf,GB,Sports,Tradewest,Sculptured Software,,,,,,,1992-05-01, +/games/boxart/556314ccc.jpg,Jack Nicklaus Golf,SNES,Sports,Tradewest,Sculptured Software,,,,,,,1992-05-01, +/games/boxart/794724ccc.jpg,Jack Nicklaus' 18 Greatest Holes of Major Championship Golf,NES,Sports,Konami,Accolade,,,,,,,1990-03-01, +/games/boxart/5213273ccc.jpg,Jack Nicklaus' Power Challenge Golf,GEN,Sports,Accolade,Unknown,,,,,,,1993-01-01, +/games/boxart/full_jack-nicklaus-turbo-golf_3AmericaFront.jpg,Jack Nicklaus: Turbo Golf,PCE,Sports,Accolade,Sculptured Software,,,,,,,1990-01-01, +/games/boxart/full_jack-nicklaus-turbo-golf-cd_1AmericaFront.jpg,Jack Nicklaus: Turbo Golf (CD),PCE,Sports,Accolade,Sculptured Software,,,,,,,1992-01-01, +/games/boxart/full_8484352AmericaFrontccc.jpg,Jackpot Stadium,XBL,Sports,Microsoft,Antab,,,,,,,2009-03-01, +/games/boxart/full_jam-city-rollergirls_60AmericaFront.jpg,Jam City Rollergirls,WW,Sports,Unknown,Frozen Codebase,,,,,,,2011-01-24, +/games/boxart/9093911ccc.jpg,"James ""Buster"" Douglas Knockout Boxing",MS,Sports,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_2563643AmericaFrontccc.jpg,James 'Buster' Douglas Knockout Boxing,GEN,Sports,Taito,Taito Corporation,,,,,,,1990-06-01, +/games/boxart/full_jammit_1AmericaFront.jpg,Jammit,GEN,Sports,Virgin Interactive,GTE Vantage Inc.,,,,,,,1994-01-01, +/games/boxart/6334885ccc.jpg,Jammit,3DO,Sports,GTE Entertainment,GTE Entertainment,,,,,,,1994-01-01, +/games/boxart/full_262711AmericaFrontccc.jpg,Jammit,PC,Sports,GTE Entertainment,GTE Entertainment,,,,,,,1995-08-22, +/games/boxart/full_559383AmericaFrontccc.jpg,Jammit,SNES,Sports,GTE Entertainment,GTE Entertainment,,,,,,,1994-11-01, +/games/boxart/full_47592JapanFrontccc.jpg,Japan Golfer's Kentei DS,DS,Sports,Dimple Entertainment,Dimple Entertainment,,,,,,,2009-06-18, +/games/boxart/full_japan-super-bass-classic-96_4JapanFront.jpg,Japan Super Bass Classic '96,SAT,Sports,Naxat Soft,Naxat Soft,,,,,,,1996-08-23, +/games/boxart/full_2312528AmericaFrontccc.jpg,Jazzy Billiards,DSiW,Sports,Aksys Games,Arc System Works,,,,,,,2010-01-11, +/games/boxart/full_1270177AmericaFrontccc.jpg,Jennifer Capriati Tennis,GEN,Sports,Renovation,System Sacom,,,,,,,1992-08-16, +/games/boxart/full_4374840AmericaFrontccc.jpg,Jerry Glanville's Pigskin Footbrawl,GEN,Sports,Razorsoft,Developer Resources,,,,,,,1992-01-01, +/games/boxart/full_jerry-rice-and-nitus-dog-football_334AmericaFront.jpg,Jerry Rice and Nitus' Dog Football,PC,Sports,Unknown,Judo Baby,,,,,,,, +/games/boxart/full_6104919JapanFrontccc.jpg,JGTO Golf Master Mobile,GBA,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,2001-07-26, +/games/boxart/full_4577822JapanFrontccc.jpg,Jikkyou GI Stable,N64,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,1999-04-28, +/games/boxart/full_jikkyou-jitsumei-keiba-dream-classic-2001-autumn_3JapanFront.jpg,Jikkyou Jitsumei Keiba Dream Classic 2001 Autumn,PS2,Sports,Bandai,Bandai,,,,,,,2001-11-15, +/games/boxart/full_jikkyou-jitsumei-keiba-dream-classic-2001-spring_10JapanFront.jpg,Jikkyou Jitsumei Keiba Dream Classic 2001 Spring,PS2,Sports,Bandai,Bandai,,,,,,,2001-04-05, +/games/boxart/default.jpg,Jikkyou Powerful Pro Baseball Success Special,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2016-07-01, +/games/boxart/default.jpg,Jikkyou Powerful Pro Baseball Success Special,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2016-07-01, +/games/boxart/default.jpg,Jikkyou Powerful Pro Baseball Success Special,PSV,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2016-07-01, +/games/boxart/full_4805394JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '95 Kaimakuban,PS,Sports,Konami,Konami,,,,,,,1995-07-14, +/games/boxart/full_3744893JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '95 Kaimakuban,SAT,Sports,Konami,Konami,,,,,,,1995-07-28, +/games/boxart/full_5194108JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban,GC,Sports,Konami,Diamond Head,,,,,,,2003-12-18, +/games/boxart/full_5902574JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban,GC,Sports,Konami,PawaPuro Production,,,,,,,2004-12-16, +/games/boxart/full_1808621JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban,PS2,Sports,Konami,PawaPuro Production,,,,,,,2004-12-16, +/games/boxart/full_599862JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2001 Ketteiban,PS,Sports,Konami,Diamond Head,,,,,,,2001-12-20, +/games/boxart/full_4113086JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2002 Haru,PS,Sports,Konami,Diamond Head,,,,,,,2002-03-14, +/games/boxart/full_jikkyou-powerful-pro-yakyuu-2010_6JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2010,PSN,Sports,Konami,PawaPuro Production,,,,,,,2010-07-15, +/games/boxart/full_2232272JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 7 Ketteiban,PS2,Sports,Konami,Diamond Head,,,,,,,2000-12-21, +/games/boxart/full_3934982JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9 Ketteiban,GC,Sports,Konami,Diamond Head,,,,,,,2002-12-19, +/games/boxart/full_347607JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Premium-Ban,PS,Sports,Konami,Diamond Head,,,,,,,2003-01-23, +/games/boxart/full_4090321JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu S,SAT,Sports,Konami,Konami,,,,,,,1997-12-04, +/games/boxart/full_jikkyou-world-soccer-2002_7JapanFront.jpg,Jikkyou World Soccer 2002,XB,Sports,Konami,Konami,,,,,,,2002-05-23, +/games/boxart/full_jikkyou-world-soccer-2002_2JapanFront.jpg,Jikkyou World Soccer 2002,GC,Sports,Konami,Konami,,,,,,,2002-03-14, +/games/boxart/full_1129036JapanFrontccc.jpg,Jikkyou World Soccer Pocket 2,GBA,Sports,Konami,Konami,,,,,,,2002-11-28, +/games/boxart/full_2177769JapanFrontccc.jpg,Jikkyuu Powerful Pro Yakyuu Basic '98,SNES,Sports,Konami,Diamond Head,,,,,,,1998-03-19, +/games/boxart/full_jimmy-connors-pro-tennis-tour_539AmericaFront.jpg,Jimmy Connors Pro Tennis Tour,PC,Sports,Ubisoft,Blue Byte,,,,,,,1990-01-01, +/games/boxart/full_jimmy-connors-pro-tennis-tour_805AmericaFront.jpg,Jimmy Connors Pro Tennis Tour,SNES,Sports,Ubisoft,Blue Byte,,,,,,,1992-12-01, +/games/boxart/full_jimmy-connors-tennis_461AmericaFront.jpg,Jimmy Connors Tennis,NES,Sports,Ubisoft,NMS Software,,,,,,,1993-11-01, +/games/boxart/5566417ccc.jpg,Jimmy Connors' Tennis,Lynx,Sports,Atari,NMS Software,,,,,,,1993-01-01, +/games/boxart/full_6381611AmericaFrontccc.jpg,Jimmy Houston's Bass Tournament U.S.A.,SNES,Sports,Sammy Corporation,Sammy Studios,,,,,,,1995-11-01, +/games/boxart/full_jimmy-houstons-bass-tournament-usa-97_696AmericaFront.jpg,Jimmy Houston's Bass Tournament U.S.A. '97,PC,Sports,Sammy Corporation,American Sammy,,,,,,,1995-11-01, +/games/boxart/full_1096939PALFrontccc.jpg,Jimmy White's 2: Cueball,DC,Sports,Virgin Interactive,Awesome Developments,,,,,,,2000-01-01, +/games/boxart/full_jitsumei-jikkyou-keiba-dream-classic_10JapanFront.jpg,Jitsumei Jikkyou Keiba Dream Classic,PS,Sports,Bandai,Bandai,,,,,,,2000-05-18, +/games/boxart/full_3302432AmericaFrontccc.jpg,Joe Montana Football,GG,Sports,Sega,Sega,,,,,,,1991-08-15, +/games/boxart/6721946ccc.jpg,Joe Montana Football,MS,Sports,Sega,BlueSky Software,,,,,,,1990-01-01, +/games/boxart/9130204ccc.jpg,Joe Montana Football,GEN,Sports,Sega,Park Place Productions,,,,,,,1990-01-01, +/games/boxart/full_joe-montana-football_2AmericaFront.jpg,Joe Montana Football,PC,Sports,Sega,MindSpan,,,,,,,1990-01-01, +/games/boxart/full_2906387AmericaFrontccc.jpg,Joe Montana II: Sports Talk Football,GEN,Sports,Sega,BlueSky Software,,,,,,,1991-01-01, +/games/boxart/325081ccc.jpg,Joe Montana's NFL Football,SCD,Sports,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/2761857ccc.jpg,John Elway's Quarterback,NES,Sports,Tradewest,Rare Ltd.,,,,,,,1989-03-01, +/games/boxart/8765355ccc.jpg,John Madden Football,3DO,Sports,EA Sports,Electronic Arts,,,,,,,1994-01-01, +/games/boxart/full_5305462AmericaFrontccc.jpg,John Madden Football '92,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1991-01-01, +/games/boxart/8457445ccc.jpg,John Madden Football '93,SNES,Sports,Electronic Arts,EA Canada,,,,,,,1993-01-01, +/games/boxart/full_2617872PALFrontccc.jpg,Jonah Lomu Rugby,SAT,Sports,Codemasters,Rage Software,,,,,,,1997-01-01, +/games/boxart/full_1963530PALFrontccc.jpg,Jonah Lomu Rugby,PS,Sports,Codemasters,Rage Software,,,,,,,1997-03-31, +/games/boxart/default.jpg,Jonah Lomu Rugby Challenge,PSV,Sports,Home Entertainment Suppliers,Sidhe Interactive,,,,,,,, +/games/boxart/full_1981125AmericaFrontccc.jpg,Jordan vs Bird,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1992-01-01, +/games/boxart/full_jordan-vs-bird-one-on-one_988AmericaFront.jpg,Jordan vs Bird: One on One,GB,Sports,Electronic Arts,Imagineer,,,,,,,1992-02-01, +/games/boxart/full_jordan-vs-bird-one-on-one_237AmericaFront.jpg,Jordan vs Bird: One on One,NES,Sports,Milton Bradley,Rare Ltd.,,,,,,,1989-08-01, +/games/boxart/full_4615063JapanFrontccc.jpg,Jumpin' Derby,SNES,Sports,Naxat Soft,Naxat Soft,,,,,,,1996-04-26, +/games/boxart/full_6093459JapanFrontccc.jpg,Junclassic C.C. & Rope Club,PS,Sports,T&E Soft,Unknown,,,,,,,1998-04-23, +/games/boxart/full_7271969AmericaFrontccc.jpg,Junior League Sports,Wii,Sports,XS Games,Data Design Interactive,,,,,,,2010-05-05, +/games/boxart/full_5957413JapanFrontccc.jpg,K-1 Pocket Grand Prix,GBA,Sports,Konami,Konami,,,,,,,2002-03-14, +/games/boxart/full_8745044JapanFrontccc.jpg,K-1 Pocket Grand Prix 2,GBA,Sports,Konami,Konami,,,,,,,2002-11-28, +/games/boxart/full_8595631PALFrontccc.jpg,K.O. King,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-11-03, +/games/boxart/full_6496584JapanFrontccc.jpg,Kado-Chan Shiki Doko Demo Kin Trai-Navi,DS,Sports,Marvelous Interactive,Marvelous Interactive,,,,,,,2007-07-05, +/games/boxart/full_1164456JapanFrontccc.jpg,Kaishin!! Derby Analyst,PS,Sports,Media Entertainment,Media Entertainment,,,,,,,2000-12-21, +/games/boxart/full_2315928JapanFrontccc.jpg,Kawa no Nushi Tsuri 3+4,GBA,Sports,Marvelous Interactive,Marvelous,,,,,,,2006-02-09, +/games/boxart/full_8964904JapanFrontccc.jpg,Kawa no Nushi Tsuri 5,GBA,Sports,Victor Interactive,Victor Interactive Software,,,,,,,2002-03-15, +/games/boxart/full_1097147JapanFrontccc.jpg,Keiba Eight Special 2,SNES,Sports,Imagineer,C-Lab,,,,,,,1994-09-30, +/games/boxart/full_4774301JapanFrontccc.jpg,Keiba Navi: Uma no Suke,DS,Sports,Starfish,Starfish,,,,,,,2006-12-14, +/games/boxart/full_7679000JapanFrontccc.jpg,Keiba Navi: Uma no Suke 2,DS,Sports,Starfish,Starfish SD,,,,,,,2007-10-25, +/games/boxart/full_keiba-saishou-no-housoku_5JapanFront.jpg,Keiba Saishou no Housoku,3DO,Sports,Unknown,Copya Systems,,,,,,,1994-10-21, +/games/boxart/full_7836643AmericaFrontccc.jpg,Kelly Slater's Pro Surfer,PC,Sports,Aspyr,Beenox,,,,,,,2003-10-15, +/games/boxart/full_ken-griffey-jr-presents-major-league-baseball_701AmericaFront.jpg,Ken Griffey Jr. Presents Major League Baseball,GB,Sports,Nintendo,Software Creations,,,,,,,1997-10-01, +/games/boxart/full_ken-griffey-jrs-slugfest_878AmericaFront.gif,Ken Griffey Jr.'s Slugfest,GB,Sports,Nintendo,Software Creations,,,,,,,1999-05-01, +/games/boxart/full_ken-griffey-jrs-winning-run_4AmericaFront.jpg,Ken Griffey Jr.'s Winning Run,SNES,Sports,Nintendo,Rare Ltd.,,,,,,,1996-06-01, +/games/boxart/full_5375207JapanFrontccc.jpg,Kero Kero King,PS,Sports,Media Factory,Amedio,,,,,,,2000-11-02, +/games/boxart/default.jpg,Kevin Sheedy AFL Coach 2002,PC,Sports,Acclaim Entertainment,IR Gurus,,,,,,,2001-01-01, +/games/boxart/full_kevin-van-dam-big-bass-challenge_887AmericaFront.jpg,Kevin Van Dam: Big Bass Challenge,PS3,Sports,Zoo Games,Zoo Games,,,,,,,2011-06-30, +/games/boxart/full_7238366JapanFrontccc.jpg,Kick Off,SNES,Sports,Imagineer,Anco Games,,,,,,,1993-07-22, +/games/boxart/full_2498641AmericaFrontccc.png,Kick the Ball! Brazil 2014,And,Sports,Immanitas Entertainment GmbH,Immanitas Entertainment GmbH,,,,,,,2014-07-08, +/games/boxart/full_kickn-it_581AmericaFront.jpg,Kick'n It,XBL,Sports,Microsoft,K-dog,,,,,,,2011-08-12, +/games/boxart/full_kickball_0JapanFront.jpg,KickBall,PCE,Sports,NCS,Dual,,,,,,,1990-11-24, +/games/boxart/full_4207251PALFrontccc.jpg,Kidz Sports Basketball,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, +/games/boxart/default.jpg,Kidz Sports: American Football,Wii,Sports,Unknown,Destineer,,,,,,,, +/games/boxart/full_6747135PALFrontccc.jpg,King of Clubs,PC,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2008-02-21, +/games/boxart/full_7490159PALFrontccc.jpg,King of Clubs,PS2,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, +/games/boxart/full_king-of-pool_6AmericaFront.jpg,King of Pool,PSN,Sports,Nordcurrent,Ivolgamus,,,,,,,2010-04-08, +/games/boxart/full_king-salmon_803AmericaFront.jpg,King Salmon,GEN,Sports,Victory Lap Games,Sage's Creation,,,,,,,1993-03-21, +/games/boxart/6027393ccc.jpg,Kings of the Beach,NES,Sports,Ultra Games,Konami,,,,,,,1990-01-01, +/games/boxart/full_kirbys-dream-course_3AmericaFront.jpg,Kirby's Dream Course,VC,Sports,Nintendo,HAL Laboratory,,,,,,,2007-07-23, +/games/boxart/full_1942843JapanFrontccc.jpg,Kodawari Saihai Simulation: Ocha no Ma Pro Yakyuu DS 2010 Nendohan,DS,Sports,Now Production,Now Production,,,,,,,2010-04-01, +/games/boxart/full_konami-hyper-soccer_6PALFront.jpg,Konami Hyper Soccer,NES,Sports,Konami,Konami,,,,,,,1992-01-01, +/games/boxart/full_kore-ga-pro-yakyuu-89_4JapanFront.jpg,Kore ga Pro Yakyuu '89,PCE,Sports,Intec,TOSE Software,,,,,,,1989-12-20, +/games/boxart/full_kore-ga-pro-yakyuu-90_0JapanFront.jpg,Kore ga Pro Yakyuu '90,PCE,Sports,Intec,TOSE Software,,,,,,,1990-06-29, +/games/boxart/6374599ccc.jpg,Krazy Ace Miniature Golf,Lynx,Sports,Telegames,"Telegames, Inc.",,,,,,,1993-01-01, +/games/boxart/full_4253473JapanFrontccc.jpg,Kurohige no Golf Shiyouyo,GBA,Sports,Tomy Corporation,SoftMax,,,,,,,2002-04-19, +/games/boxart/full_8453643JapanFrontccc.jpg,Kurukuru * Princess: Tokimeki Figure * Mezase! Vancouver,DS,Sports,Spike,Spike,,,,,,,2009-12-10, +/games/boxart/full_keiba_5JapanFront.jpg,Kyousouba Ikusei Simulation: Keiba,WS,Sports,Bec,Bec,,,,,,,1999-11-18, +/games/boxart/full_4252034JapanFrontccc.jpg,Kyuukai Douchuuki,GEN,Sports,Namco,Namco,,,,,,,1991-07-12, +/games/boxart/full_1620492AmericaFrontccc.jpg,La Russa Baseball 95,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-01-01, +/games/boxart/full_9559773JapanFrontccc.jpg,Lake Masters PRO for Dreamcast Plus!,DC,Sports,Dazz,Dazz,,,,,,,2000-03-23, +/games/boxart/4096737ccc.gif,Lakers vs. Celtics and the NBA Playoffs,GEN,Sports,Electronic Arts,EA,,,,,,,1991-01-01, +/games/boxart/default.jpg,Lawn Games,Wii,Sports,Unknown,CDV Software Entertainment USA,,,,,,,, +/games/boxart/full_4687420AmericaFrontccc.jpg,Le Tour De France 2009,XBL,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2009-07-15, +/games/boxart/full_3457870AmericaFrontccc.jpg,League Bowling,NG,Sports,SNK,SNK Corporation,,,,,,,1991-07-01, +/games/boxart/full_league-bowling_564AmericaFront.jpg,League Bowling,VC,Sports,Unknown,SNK Corporation,,,,,,,, +/games/boxart/full_league-bowling_478AmericaFront.jpg,League Bowling,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_league-bowling-psp_111AmericaFront.jpg,League Bowling (PSP),PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, +/games/boxart/8641682ccc.jpg,Lee Trevino's Fighting Golf,NES,Sports,SNK,SNK Corporation,,,,,,,1988-09-01, +/games/boxart/full_1904345JapanFrontccc.jpg,Legend of Success Joe,NG,Sports,Wave,Wave Corporation,,,,,,,1991-01-01, +/games/boxart/full_legend-of-the-river-king_288AmericaFront.jpg,Legend of the River King,GB,Sports,Natsume,Victor Interactive Software,,,,,,,1998-08-01, +/games/boxart/full_8363532AmericaFrontccc.jpg,Let the foreign immigrant! Online,XBL,Sports,Microsoft,SASGA,,,,,,,2009-12-08, +/games/boxart/full_6578455AmericaFrontccc.jpg,Let's CATCH,WW,Sports,Sega,PROPE,,,,,,,2009-06-15, +/games/boxart/full_799704JapanFrontccc.jpg,Let's Go Bassfishing!: Bass Tsuri ni Ikou!,PS,Sports,Banpresto,Banpresto,,,,,,,1999-04-22, +/games/boxart/full_6691128AmericaFrontccc.jpg,Let's Golf,DSiW,Sports,Gameloft,Gameloft,5,,,,,,2010-03-01, +/games/boxart/full_2502375AmericaFrontccc.png,Let's Golf,PSN,Sports,Gameloft,Gameloft Inc.,,,,,,,2009-11-23, +/games/boxart/full_lets-golf-3d_612AmericaFront.jpg,Let's Golf 3D,3DS,Sports,Gameloft,Gameloft,9,,,,,,2011-07-28, +/games/boxart/full_5101834PALFrontccc.jpg,Libero Grande,PS,Sports,Namco,Namco,,,,,,,1998-01-01, +/games/boxart/full_1054553PALFrontccc.jpg,Libero Grande 2,PS,Sports,Namco,Namco,,,,,,,2000-01-01, +/games/boxart/full_6691155AmericaFrontccc.jpg,Links Extreme,PC,Sports,Microsoft,Access Software,,,,,,,1999-05-31, +/games/boxart/full_links-fantasy-course-devils-island_6AmericaFront.jpg,Links Fantasy Course: Devil's Island,PC,Sports,Access Software,Access Software,,,,,,,1995-01-01, +/games/boxart/full_4269980AmericaFrontccc.jpg,Links LS 1998 Edition,PC,Sports,Access Software,Access Software,,,,,,,1997-06-30, +/games/boxart/3798845ccc.jpg,Links: The Challenge of Golf,SCD,Sports,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, +/games/boxart/full_6881629AmericaFrontccc.jpg,Little League Baseball: Championship Series,NES,Sports,SNK,SNK Corporation,,,,,,,1990-07-01, +/games/boxart/default.jpg,LMA Manager 2001,PS,Sports,Codemasters,Codemasters,,,,,,,2001-03-16, +/games/boxart/full_4088433PALFrontccc.jpg,LMA Manager 2006,PS2,Sports,Codemasters,Codemasters,,,,,,,2005-11-18, +/games/boxart/full_lma-manager-2007_779PALFront.jpg,LMA Manager 2007,PS2,Sports,Codemasters,Codemasters,6.7,,,,,,2006-09-22, +/games/boxart/full_lma-manager-2007_949PALFront.jpg,LMA Manager 2007,PC,Sports,Codemasters,Codemasters,6,,,,,,2006-09-22, +/games/boxart/full_9998578AmericaFrontccc.jpg,LOL Runner,XBL,Sports,Microsoft,LocoPuyo,,,,,,,2009-10-22, +/games/boxart/full_3624693PALFrontccc.jpg,London 2012: The Official Video Game of the Olympic Games,PC,Sports,Sega,Sega Studios Australia,5,,,,,,2012-06-26, +/games/boxart/7032569ccc.jpg,Looney Tunes B-Ball,SNES,Sports,Sunsoft,Sculptured Software,,,,,,,1995-05-06, +/games/boxart/full_4934020JapanFrontccc.jpg,Love * Smash! 5,PS2,Sports,D3 Publisher,HuneX,,,,,,,2003-11-13, +/games/boxart/full_love-games-wai-wai-tennis_10JapanFront.jpg,Love Game's: Wai Wai Tennis,PSN,Sports,Hamster Corporation,Ichikawa,,,,,,,2010-08-11, +/games/boxart/full_6709311JapanFrontccc.jpg,Love Game's: Wai Wai Tennis,PS,Sports,Ichikawa,Ichikawa,,,,,,,1997-02-28, +/games/boxart/full_6710372JapanFrontccc.jpg,Love Game's: Wai Wai Tennis Plus,PS,Sports,Hamster Corporation,Hamster Corporation,,,,,,,2002-03-28, +/games/boxart/full_lower-your-score-with-tom-kite-shot-making_4AmericaFront.jpg,Lower Your Score with Tom Kite - Shot Making,3DO,Sports,Vise,Vise,,,,,,,1994-01-01, +/games/boxart/full_5494748AmericaFrontccc.jpg,Lucinda Green's Equestrian Challenge,PS2,Sports,Red Mile Entertainment,2Wg,,,,,,,2006-11-15, +/games/boxart/7239289ccc.jpg,Lunar Pool,VC,Sports,D4 Enterprise,Compile,,,,,,,2007-10-22, +/games/boxart/9647012ccc.jpg,Lunar Pool,NES,Sports,FCI,Compile,,,,,,,1987-10-01, +/games/boxart/7240564ccc.jpg,Madden '95,GB,Sports,Malibu Games,Halestorm,,,,,,,1994-01-01, +/games/boxart/full_madden-96_10AmericaFront.jpg,Madden 96,GB,Sports,Black Pearl,Halestorm,,,,,,,1995-10-01, +/games/boxart/full_3220985AmericaFrontccc.jpg,Madden 96,GG,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-01-01, +/games/boxart/full_madden-97_4AmericaFront.jpg,Madden 97,GB,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-11-01, +/games/boxart/full_7749756AmericaFrontccc.jpg,Madden NFL '94,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-02-18, +/games/boxart/2979395ccc.jpg,Madden NFL '94,SNES,Sports,Electronic Arts,Visual Concepts,,,,,,,1993-10-01, +/games/boxart/3673003ccc.jpg,Madden NFL '95,SNES,Sports,Electronic Arts,Visual Concepts,,,,,,,1994-09-01, +/games/boxart/full_8779122AmericaFrontccc.jpg,Madden NFL '95,GG,Sports,THQ,THQ,,,,,,,1995-01-01, +/games/boxart/full_6216834AmericaFrontccc.jpg,Madden NFL 06,PC,Sports,EA Sports,BudCat Creations,,,,,,,2005-08-17, +/games/boxart/full_5327511AmericaFrontccc.jpg,Madden NFL 07,PC,Sports,EA Sports,EA Tiburon,8.5,,,,,,2006-08-22, +/games/boxart/full_8337067AmericaFrontccc.png,Madden NFL 10,PSN,Sports,Electronic Arts,EA Tiburon,,,,,,,2009-10-01, +/games/boxart/full_madden-nfl-11_0AmericaFront.jpg,Madden NFL 11,PSN,Sports,EA Sports,EA Tiburon,,,,,,,2010-08-10, +/games/boxart/full_madden-nfl-12_737AmericaFront.jpg,Madden NFL 12,PS2,Sports,EA Sports,EA Tiburon,,,,,,,2011-08-30, +/games/boxart/full_madden-nfl-12_52AmericaFront.jpg,Madden NFL 12,3DS,Sports,EA Sports,EA Tiburon,,,,,,,2011-08-30, +/games/boxart/full_2324278AmericaFrontccc.jpg,Madden NFL 2000,GB,Sports,THQ,Tiertex Design Studios,,,,,,,1999-11-30, +/games/boxart/full_madden-nfl-2000_446AmericaFront.jpg,Madden NFL 2000,PC,Sports,EA Sports,EA Tiburon,,,,,,,1999-08-31, +/games/boxart/full_2949653AmericaFrontccc.jpg,Madden NFL 2001,PC,Sports,EA Sports,EA Sports,,,,,,,2000-08-24, +/games/boxart/full_599182AmericaFrontccc.jpg,Madden NFL 2001,GB,Sports,EA Sports,3d6 Games,,,,,,,2000-11-13, +/games/boxart/full_3234014AmericaFrontccc.jpg,Madden NFL 2002,PC,Sports,EA Sports,EA Sports,,,,,,,2001-08-20, +/games/boxart/full_3785415AmericaFrontccc.jpg,Madden NFL 2002,GB,Sports,EA Sports,3d6 Games,,,,,,,2001-09-01, +/games/boxart/full_9658232AmericaFrontccc.jpg,Madden NFL 2003,PS,Sports,EA Sports,BudCat Creations,,,,,,,2002-08-13, +/games/boxart/full_4013506AmericaFrontccc.jpg,Madden NFL 2003,PC,Sports,EA Sports,EA Tiburon,,,,,,,2002-08-12, +/games/boxart/full_4806018AmericaFrontccc.jpg,Madden NFL 2004,PS,Sports,EA Sports,BudCat Creations,,,,,,,2003-08-12, +/games/boxart/full_7540462AmericaFrontccc.jpg,Madden NFL 2004,PC,Sports,EA Sports,EA Tiburon,,,,,,,2003-08-12, +/games/boxart/full_madden-nfl-2005_652AmericaFront.jpg,Madden NFL 2005,PS,Sports,EA Sports,EA Tiburon,,,,,,,2004-09-07, +/games/boxart/full_4808515AmericaFrontccc.jpg,Madden NFL 2005,PC,Sports,EA Sports,BudCat Creations,,,,,,,2004-09-14, +/games/boxart/full_2628366AmericaFrontccc.jpg,Madden NFL 95,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-01-01, +/games/boxart/full_6650642AmericaFrontccc.jpg,Madden NFL 96,GEN,Sports,EA Sports,High Score Productions,,,,,,,1995-01-01, +/games/boxart/250969ccc.jpg,Madden NFL 96,SNES,Sports,EA Sports,High Score Productions,,,,,,,1995-11-01, +/games/boxart/full_8414686AmericaFrontccc.jpg,Madden NFL 96,PC,Sports,EA Sports,High Score Productions,,,,,,,1995-01-01, +/games/boxart/full_697440AmericaFrontccc.jpg,Madden NFL 97,GEN,Sports,EA Sports,High Score Productions,,,,,,,1997-01-01, +/games/boxart/2944724ccc.jpg,Madden NFL 97,SNES,Sports,EA Sports,EA Tiburon,,,,,,,1996-10-01, +/games/boxart/1568223ccc.jpg,Madden NFL 97,SAT,Sports,EA Sports,EA Tiburon,,,,,,,1996-01-01, +/games/boxart/full_8268210AmericaFrontccc.jpg,Madden NFL 97,PC,Sports,EA Sports,High Score Productions,,,,,,,1996-08-31, +/games/boxart/full_9997815AmericaFrontccc.jpg,Madden NFL 98,GEN,Sports,EA Sports,Tiertex Design Studios,,,,,,,1997-01-01, +/games/boxart/full_9562204AmericaFrontccc.jpg,Madden NFL 98,PC,Sports,EA Sports,Stormfront Studios,,,,,,,1997-10-31, +/games/boxart/full_629670AmericaFrontccc.jpg,Madden NFL 98,SNES,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1997-11-01, +/games/boxart/full_9495045AmericaFrontccc.jpg,Madden NFL 98,SAT,Sports,EA Sports,EA Tiburon,,,,,,,1997-01-01, +/games/boxart/full_1521402AmericaFrontccc.jpg,Madden NFL 99,PC,Sports,EA Sports,EA Sports,,,,,,,1998-09-30, +/games/boxart/full_6857039AmericaFrontccc.jpg,Madden NFL Arcade,XBL,Sports,EA Sports,EA Tiburon,6.3,,,,,,2009-11-25, +/games/boxart/full_5189179AmericaFrontccc.png,Madden NFL Arcade,PSN,Sports,EA Sports,EA Tiburon,,,,,,,2009-11-24, +/games/boxart/9836494ccc.jpg,Magic Johnson's Fast Break,NES,Sports,Tradewest,Software Creations,,,,,,,1990-03-01, +/games/boxart/full_5473040AmericaFrontccc.jpg,Major League Baseball,NES,Sports,LJN,Atlus Co.,,,,,,,1988-04-01, +/games/boxart/full_major-league-baseball-2k10_7AmericaFront.jpg,Major League Baseball 2K10,PSN,Sports,2K Games,Visual Concepts,,,,,,,2010-03-01, +/games/boxart/full_5438007AmericaFrontccc.jpg,Major League Baseball 2K10,PC,Sports,2K Sports,Visual Concepts,7.3,,,,,,2010-03-02, +/games/boxart/default.jpg,Major League Baseball 2K11,PSN,Sports,2K Sports,Visual Concepts,,,,,,,2011-03-15, +/games/boxart/full_3304553AmericaFrontccc.jpg,Major League Baseball 2K12,PS2,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,,,,,,2012-03-06,2018-11-03 +/games/boxart/4509986ccc.jpg,Major League Baseball 2K5: World Series Edition,XB,Sports,2K Sports,Kush Games,,,,,,,2005-10-18, +/games/boxart/6478875ccc.gif,Major League Baseball 2K5: World Series Edition,PS2,Sports,2K Sports,Kush Games,,,,,,,2005-10-18, +/games/boxart/full_1307990AmericaFrontccc.jpg,Major League Baseball 2K7,GBA,Sports,2K Sports,Skyworks Technologies,,,,,,,2007-05-22, +/games/boxart/2369339ccc.jpg,Major League Baseball 2K7,DS,Sports,2K Sports,Skyworks Technologies,,,,,,,2007-03-19, +/games/boxart/full_851957AmericaFrontccc.jpg,Major League Baseball 2K7,XB,Sports,2K Sports,Kush Games,,,,,,,2007-02-27, +/games/boxart/full_8695813PALFrontccc.png,Major League Baseball 2K9,PSN,Sports,2K Games,2K Sports,,,,,,,2009-06-04, +/games/boxart/full_8023480AmericaFrontccc.jpg,Major League Baseball 2K9,PC,Sports,2K Sports,Visual Concepts,,,,,,,2009-03-03, +/games/boxart/7663396ccc.jpg,Malibu Beach Volleyball,Lynx,Sports,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/5167343ccc.jpg,Malibu Beach Volleyball,GB,Sports,Activision,Tokyo Shoseki,,,,,,,1990-03-01, +/games/boxart/full_948576PALFrontccc.jpg,Marcel Desailly Football Advance,GBA,Sports,Ubisoft,Ubisoft,,,,,,,2001-10-18, +/games/boxart/full_marcel-desailly-pro-soccer_475AmericaFront.jpg,Marcel Desailly Pro Soccer,NGage,Sports,Gameloft,G Artist,,,,,,,2004-04-28, +/games/boxart/full_3774915AmericaFrontccc.jpg,Mario Golf,VC,Sports,Nintendo,Camelot Software Planning,,,,,,,2008-10-06, +/games/boxart/full_4956431AmericaFrontccc.jpg,Mario Lemieux Hockey,GEN,Sports,Sega,Alpine Studios,,,,,,,1991-01-01, +/games/boxart/full_645878AmericaFrontccc.png,Mario Tennis: Power Tour,WiiU,Sports,Nintendo,Camelot Software Planning,,,,,,,2014-07-03, +/games/boxart/full_4226199AmericaFrontccc.jpg,Mario's Tennis,VB,Sports,Nintendo,Nintendo R&D1,,,,,,,1995-08-01, +/games/boxart/full_mark-davis-the-fishing-master_2AmericaFront.jpg,Mark Davis' The Fishing Master,SNES,Sports,Natsume,Natsume,,,,,,,1996-04-01, +/games/boxart/full_3180669AmericaFrontccc.jpg,Mark McMorris Infinite Air,PC,Sports,Maximum Games,HB Studios,,,,,,,2016-10-25,2018-06-27 +/games/boxart/full_markos-magic-football_3AmericaFront.jpg,Marko,GEN,Sports,Domark Software,The Kremlin,,,,,,,1994-01-01, +/games/boxart/full_7971195PALFrontccc.jpg,Mary King's Riding Star,PS,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2000-01-01, +/games/boxart/full_2974882AmericaFrontccc.jpg,Mary-Kate and Ashley: Winner's Circle,GB,Sports,Acclaim Entertainment,M4 Limited,,,,,,,2001-03-02, +/games/boxart/full_9923887JapanFrontccc.jpg,Masters Harukanaru Augusta 3,SAT,Sports,T&E Soft,Tikipod,,,,,,,1995-09-22, +/games/boxart/full_4105342JapanFrontccc.jpg,Masters Harukanaru Augusta 3,3DO,Sports,T&E Soft,Tikipod,,,,,,,1994-07-09, +/games/boxart/full_9276097JapanFrontccc.jpg,Masters Shin Harukanaru Augusta,PS,Sports,Soft Bank,Tikipod,,,,,,,1996-07-12, +/games/boxart/full_8950591AmericaFrontccc.jpg,Mat Hoffman's Pro BMX,PC,Sports,Activision,Gray Matter,,,,,,,2001-09-30, +/games/boxart/4831400ccc.jpg,Mat Hoffman's Pro BMX,DC,Sports,Activision,Runecraft,7.7,,,,,,2001-09-11, +/games/boxart/full_6475301AmericaFrontccc.jpg,Mat Hoffman's Pro BMX,GB,Sports,Activision,HotGen Studios,,,,,,,2001-05-14, +/games/boxart/full_matsukata-hiroki-no-super-trawling_937JapanFront.jpg,Matsukata Hiroki no Super Trawling,SNES,Sports,Tonkin House,Tonkin House,,,,,,,1995-08-25, +/games/boxart/full_matsukata-hiroki-no-world-fishing_6JapanFront.jpg,Matsukata Hiroki no World Fishing,SAT,Sports,MediaQuest,MediaQuest,,,,,,,1996-02-02, +/games/boxart/full_max-surfing-2nd_251JapanFront.jpg,Max Surfing 2nd,PS,Sports,KSS,ACOT,,,,,,,2000-09-21, +/games/boxart/5734793ccc.jpg,Mean 18 Golf,7800,Sports,Atari,Atari,,,,,,,1989-01-01, +/games/boxart/full_mecarobot-golf_4AmericaFront.jpg,Mecarobot Golf,SNES,Sports,TOHO,"Toho Co., Ltd",,,,,,,1993-09-01, +/games/boxart/full_7621884JapanFrontccc.jpg,Mezase! Koushien,GBA,Sports,Tasuke,Tasuke,,,,,,,2005-03-01, +/games/boxart/full_9286247AmericaFrontccc.jpg,Mia Hamm Soccer Shootout,GB,Sports,SouthPeak Interactive,Aqua Pacific,,,,,,,2000-10-27, +/games/boxart/full_michael-vaughans-championship-cricket-manager_391PALFront.jpg,Michael Vaughan's Championship Cricket Manager,PC,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-09-21, +/games/boxart/default.jpg,miCoach,PS3,Sports,Unknown,THQ,,,,,,,, +/games/boxart/default.jpg,miCoach,X360,Sports,Unknown,THQ,,,,,,,, +/games/boxart/full_2640320AmericaFrontccc.jpg,Microsoft Golf Version 2.0,PC,Sports,Microsoft,Microsoft Game Studios,,,,,,,1995-08-31,2018-04-07 +/games/boxart/full_8746895PALFrontccc.jpg,Microsoft International Soccer 2000,PC,Sports,Microsoft,Rage Software,,,,,,,1999-10-20, +/games/boxart/full_2955030AmericaFrontccc.jpg,Midnight Bowling,WW,Sports,Gameloft,Gameloft,,,,,,,2008-10-06, +/games/boxart/4185512ccc.jpg,Midnight Pool,WW,Sports,Gameloft,Gameloft,,,,,,,2008-08-18, +/games/boxart/full_6749652AmericaFrontccc.jpg,Mike Tyson Heavyweight Boxing,PS2,Sports,Codemasters,Codemasters,,,,,,,2002-06-23, +/games/boxart/full_millennium-winter-sports_248AmericaFront.jpg,Millennium Winter Sports,GB,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2000-04-01, +/games/boxart/full_mini-putt_318JapanFront.jpg,Mini-Putt,GB,Sports,Unknown,A-Wave,,,,,,,1991-04-26, +/games/boxart/1067679ccc.jpg,Miniature Golf,2600,Sports,Atari,Atari,,,,,,,1979-01-01, +/games/boxart/full_1319517AmericaFrontccc.jpg,Minigolf Mania,XBL,Sports,Microsoft,Kevin Ryan,,,,,,,2009-10-16, +/games/boxart/full_9091114JapanFrontccc.jpg,Minna no Golf Jou Vol. 2,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-08-02, +/games/boxart/full_497933JapanFrontccc.jpg,Minna no Golf Jou Vol. 3,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-10-04, +/games/boxart/full_4539325JapanFrontccc.jpg,Minna no Golf Jou Vol. 4,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-11-08, +/games/boxart/full_6529725AmericaFrontccc.jpg,Minnesota Fats: Pool Legend,GEN,Sports,Data East,Data East,,,,,,,1995-01-01, +/games/boxart/9856503ccc.jpg,Minnesota Fats: Pool Legend,SAT,Sports,Data East,Data East,,,,,,,1995-01-01, +/games/boxart/full_595892AmericaFrontccc.png,MLB 09: The Show,PSN,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,,,,,,2009-10-01, +/games/boxart/full_mlb-10-the-show_478AmericaFront.jpg,MLB 10: The Show,PSN,Sports,2K Sports,SCEA San Diego Studios,,,,,,,2010-03-02, +/games/boxart/full_mlb-11-the-show-psp_803AmericaFront.jpg,MLB 11: The Show (PSP),PSN,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,,,,,,2011-03-08, +/games/boxart/full_5784431AmericaFrontccc.jpg,MLB 2004,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2003-04-30, +/games/boxart/full_mlb-bobblehead-battle_259AmericaFront.jpg,MLB Bobblehead Battle,XBL,Sports,Konami Digital Entertainment,"Konami Digital Entertainment, Inc.",,,,,,,2011-09-28, +/games/boxart/full_2774751JapanFrontccc.jpg,MLB Bobblehead Pros,PS3,Sports,Unknown,Konami,,,,,,,,2020-08-06 +/games/boxart/full_mlb-bobblehead-pros_419AmericaFront.jpg,MLB Bobblehead Pros,XBL,Sports,Konami,Konami,7.5,,,,,,2011-07-06, +/games/boxart/full_449704AmericaFrontccc.jpg,MLB Front Office Manager,PC,Sports,2K Sports,Blue Castle Games,,,,,,,2009-01-26, +/games/boxart/full_mlb-slam_460AmericaFront.jpg,MLB Slam!,NGage,Sports,THQ,THQ,2.8,,,,,,2008-10-31, +/games/boxart/full_814757AmericaFrontccc.jpg,MLB Stickball,XBL,Sports,2K Sports,Gaia Industries,,,,,,,2008-10-08, +/games/boxart/full_mobile-golf_945JapanFront.jpg,Mobile Golf,GB,Sports,Nintendo,Camelot Software Planning,,,,,,,2001-05-11, +/games/boxart/full_1948145JapanFrontccc.jpg,Mobile Pro Yakyuu: Kantoku no Saihai,GBA,Sports,Konami,Konami,,,,,,,2001-07-26, +/games/boxart/full_5147959JapanFrontccc.jpg,Moero! Jaleco Collection,GBA,Sports,Jaleco,Jaleco Entertainment,,,,,,,2004-10-28, +/games/boxart/full_moero-pro-yakyuu-rookies_7JapanFront.jpg,Moero! Pro Yakyuu Rookies,WS,Sports,Jaleco,Jaleco Entertainment,,,,,,,2000-03-30, +/games/boxart/full_monster-bass_602AmericaFront.jpg,Monster Bass!,PS,Sports,XS Games,Magical Company,,,,,,,2002-01-01, +/games/boxart/full_monster-bass_86JapanFront.jpg,Monster Bass!,PSN,Sports,Magical Company,Magical Company,,,,,,,2011-02-23, +/games/boxart/full_5574518AmericaFrontccc.jpg,"Monsters, Inc.: Bowling for Screams",PC,Sports,Disney Interactive Studios,Sapient,,,,,,,2001-01-01, +/games/boxart/full_6842302AmericaFrontccc.jpg,"Monsters, Inc.: Eight Ball Chaos",PC,Sports,Disney Interactive Studios,Sapient,,,,,,,2001-01-01, +/games/boxart/full_6396479JapanFrontccc.jpg,Motto Pro Yakyuu Team o Tsukurou!,DC,Sports,Sega,Smilebit,,,,,,,2000-09-28, +/games/boxart/full_8058739AmericaFrontccc.jpg,MTV Sports: Pure Ride,GB,Sports,THQ,Visual Impact,,,,,,,2000-12-06, +/games/boxart/3422761ccc.jpg,MTV Sports: Skateboarding Featuring Andy McDonald,DC,Sports,THQ,Darkblack,3,,,,,,2000-11-09, +/games/boxart/full_6396622AmericaFrontccc.jpg,Muhammad Ali Heavyweight Boxing,GEN,Sports,Virgin Interactive,Park Place Productions,,,,,,,1992-01-01, +/games/boxart/1316820ccc.jpg,Muhammad Ali Heavyweight Boxing,GB,Sports,Virgin Interactive,Gremlin Graphics,,,,,,,1993-01-02, +/games/boxart/full_murakoshi-masami-no-nippon-rettou_6JapanFront.jpg,Murakoshi Masami no Nippon Rettou,SAT,Sports,Victor Interactive,Victor Interactive Software,,,,,,,1998-06-18, +/games/boxart/full_3637573JapanFrontccc.jpg,Muscle Champion,GC,Sports,Konami,Konami,,,,,,,2002-11-21, +/games/boxart/full_6421512JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke GB2: Mokushi Semassuru Champion,GB,Sports,Konami,Konami,,,,,,,2000-08-10, +/games/boxart/full_419372JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke GB3: Shinseiki Survival Retsuden!,GB,Sports,Konami,Konami,,,,,,,2001-02-22, +/games/boxart/full_7182837JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke GB: Chousen Monoha Kimida!,GB,Sports,Konami,Konami,,,,,,,1999-11-25, +/games/boxart/full_6989106JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke: Jigoku no Final Attack,GBA,Sports,Konami,Konami,,,,,,,2001-12-06, +/games/boxart/full_4184271JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke: Kongou-Kun no Daibouken,GBA,Sports,Konami,Konami,,,,,,,2001-07-26, +/games/boxart/full_muscle-ranking-kinniku-banzuke-muscle-wars-21_3JapanFront.jpg,Muscle Ranking - Kinniku Banzuke: Muscle Wars 21,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-08-09, +/games/boxart/full_mutant-league-football_104AmericaFront.jpg,Mutant League Football,GEN,Sports,Electronic Arts,Mutant Productions,,,,,,,1993-01-01, +/games/boxart/full_6303997AmericaFrontccc.jpg,Mutant League Hockey,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, +/games/boxart/full_5946485AmericaFrontccc.jpg,MVP 07 NCAA Baseball,PS2,Sports,Electronic Arts,EA Canada,,,,,,,2007-02-06, +/games/boxart/full_1390611AmericaFrontccc.jpg,MVP Baseball 2003,PC,Sports,EA Sports,EA Sports,,,,,,,2003-03-24, +/games/boxart/full_490301AmericaFrontccc.jpg,MVP Baseball 2004,PC,Sports,Electronic Arts,EA Sports,,,,,,,2004-03-09, +/games/boxart/full_8998119AmericaFrontccc.jpg,MVP Baseball 2005,PC,Sports,EA Sports,EA Canada,8.8,,,,,,2005-02-22, +/games/boxart/full_my-body-coach-2_714PALFront.jpg,My Body Coach 2,Wii,Sports,Unknown,Big Ben Interactive,,,,,,,, +/games/boxart/full_8369271PALFrontccc.jpg,My Horse & Me 2,PS2,Sports,Atari,Tate Interactive,,,,,,,2008-11-21, +/games/boxart/full_1851852PALFrontccc.jpg,My Horse & Me 2,PC,Sports,Atari,Tate Interactive,,,,,,,2008-11-14, +/games/boxart/default.jpg,My Personal Golf Trainer with IMG Academies and David Leadbetter,Wii,Sports,Unknown,XS Games,,,,,,,, +/games/boxart/full_3558022JapanFrontccc.jpg,Namco Classic,GB,Sports,Namco,Namco,,,,,,,1991-12-03, +/games/boxart/full_3322940JapanFrontccc.jpg,Namco Classic,NES,Sports,Namco,Namco,,,,,,,1988-05-27, +/games/boxart/full_9936749JapanFrontccc.jpg,Namco Classic II,NES,Sports,Namco,Namco,,,,,,,1992-03-13, +/games/boxart/full_2495962JapanFrontccc.jpg,Namco Open,SNES,Sports,Namco,TOSE,,,,,,,1993-01-29, +/games/boxart/full_8424694AmericaFrontccc.jpg,NASCAR '15,PC,Sports,Deep Silver,Eutechnyx,,,,,,,2015-05-22,2018-04-14 +/games/boxart/full_naxat-open_5JapanFront.jpg,Naxat Open,PCE,Sports,Naxat Soft,Naxat Soft,,,,,,,1989-05-30, +/games/boxart/full_naxat-stadium_2JapanFront.jpg,Naxat Stadium,PCE,Sports,Naxat Soft,Sting,,,,,,,1990-10-26, +/games/boxart/full_2203143AmericaFrontccc.png,NBA 10 The Inside,PSN,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,,,,,,2009-10-05, +/games/boxart/8462426ccc.jpg,NBA 2K1,DC,Sports,Sega,Visual Concepts,9.2,,,,,,2000-11-01, +/games/boxart/full_893309AmericaFrontccc.png,NBA 2K10,PSN,Sports,2K Games,Visual Concepts,5.5,,,,,,2009-10-28, +/games/boxart/full_nba-2k10_42AmericaFront.jpg,NBA 2K10,XBL,Sports,2K Sports,Visual Concepts,,,,,,,2010-11-16, +/games/boxart/full_4976729AmericaFrontccc.png,NBA 2K10: Draft Combine,PSN,Sports,2K Sports,Visual Concepts,,,,,,,2009-09-03, +/games/boxart/full_7576435AmericaFrontccc.jpg,NBA 2K10: Draft Combine,XBL,Sports,2K Sports,Visual Concepts,,,,,,,2009-08-26, +/games/boxart/full_nba-2k11-psp_8AmericaFront.jpg,NBA 2K11 (PSP),PSN,Sports,2K Sports,Visual Concepts,,,,,,,2010-10-12, +/games/boxart/full_nba-2k12_788AmericaFront.jpg,NBA 2K12,PS2,Sports,2K Sports,Visual Concepts,,,,,,,2011-10-04, +/games/boxart/full_4919556AmericaFrontccc.jpg,NBA 2K13,And,Sports,2K Games,Visual Concepts,,,,,,,2012-10-02,2018-01-04 +/games/boxart/full_8625378AmericaFrontccc.jpg,NBA 2K14,PC,Sports,2K Sports,Visual Concepts,,,,,,,2013-10-01,2018-01-05 +/games/boxart/full_9046203AmericaFrontccc.png,NBA 2K15,PC,Sports,2K Sports,Visual Concepts,,,,,,,2014-10-07, +/games/boxart/full_9593143AmericaFrontccc.jpg,NBA 2K2,DC,Sports,Sega,Visual Concepts,9.6,,,,,,2001-10-24, +/games/boxart/full_3301530AmericaFrontccc.jpg,NBA Action '95 starring David Robinson,GEN,Sports,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/full_2516380AmericaFrontccc.jpg,NBA Action 98,PC,Sports,Sega,Visual Concepts,,,,,,,1997-10-31, +/games/boxart/6879006ccc.jpg,NBA Action 98,SAT,Sports,Sega,Visual Concepts,,,,,,,1997-10-31, +/games/boxart/full_7681659AmericaFrontccc.jpg,NBA Action starring David Robinson,GG,Sports,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/247283ccc.jpg,NBA All Star Challenge,GB,Sports,LJN,LJN Ltd.,,,,,,,1991-02-01, +/games/boxart/5258705ccc.jpg,NBA All-Star Challenge,SNES,Sports,LJN,Beam Software,,,,,,,1992-12-01, +/games/boxart/full_9059320AmericaFrontccc.jpg,NBA All-Star Challenge,GEN,Sports,Flying Edge,Beam Software,,,,,,,1992-01-01, +/games/boxart/6719927ccc.jpg,NBA All-Star Challenge 2,GB,Sports,Acclaim Entertainment,Beam Software,,,,,,,1992-05-01, +/games/boxart/full_nba-elite-11_0AmericaFront.jpg,NBA Elite 11,PS3,Sports,Unknown,EA Tiburon,,,,,,,, +/games/boxart/full_nba-elite-11_2AmericaFront.jpg,NBA Elite 11,X360,Sports,Unknown,EA Tiburon,,,,,,,, +/games/boxart/9835663ccc.jpg,NBA Give 'N Go,SNES,Sports,Konami,KCEO,,,,,,,1995-11-01, +/games/boxart/5892540ccc.jpg,NBA Hang Time,SNES,Sports,Midway Games,Funcom,,,,,,,1996-11-01, +/games/boxart/full_3036590AmericaFrontccc.jpg,NBA Hangtime,PC,Sports,GT Interactive,Midway Games,,,,,,,1996-12-31, +/games/boxart/4225760ccc.jpg,NBA Hoopz,DC,Sports,Midway Games,Eurocom Entertainment Software,6.6,,,,,,2001-02-13, +/games/boxart/full_8087997AmericaFrontccc.jpg,NBA Hoopz,GB,Sports,Midway Games,Torus Games,,,,,,,2001-02-25, +/games/boxart/full_nba-in-the-zone-2000_891AmericaFront.jpg,NBA in the Zone 2000,GB,Sports,Konami,KCEO,,,,,,,2000-04-27, +/games/boxart/full_3904937AmericaFrontccc.jpg,NBA Inside Drive 2000,PC,Sports,Microsoft,High Voltage Software,,,,,,,2000-08-17, +/games/boxart/1587970ccc.jpg,NBA Jam,GB,Sports,Acclaim Entertainment,Beam Software,,,,,,,1994-11-01, +/games/boxart/8832243ccc.jpg,NBA Jam,SCD,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1994-01-01, +/games/boxart/full_5965550AmericaFrontccc.jpg,NBA Jam,GG,Sports,Arena Entertainment,Iguana Entertainment,,,,,,,1993-01-01, +/games/boxart/full_1721892AmericaFrontccc.jpg,NBA Jam 2001,GB,Sports,Acclaim Entertainment,Digital Creations,,,,,,,2000-12-01, +/games/boxart/full_3672395AmericaFrontccc.jpg,NBA Jam 99,GB,Sports,Acclaim Entertainment,Torus Games,,,,,,,1999-03-31, +/games/boxart/6175898ccc.jpg,NBA Jam Extreme,SAT,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1996-11-30, +/games/boxart/full_9547167AmericaFrontccc.jpg,NBA Jam Extreme,PC,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1997-01-31, +/games/boxart/full_5220723AmericaFrontccc.jpg,NBA Jam Tournament Edition,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/3570267ccc.jpg,NBA Jam Tournament Edition,GB,Sports,Acclaim Entertainment,Torus Games,,,,,,,1995-06-01, +/games/boxart/full_1929366AmericaFrontccc.jpg,NBA Jam Tournament Edition,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-09-01, +/games/boxart/full_9850025AmericaFrontccc.jpg,NBA Jam Tournament Edition,GG,Sports,Acclaim Entertainment,Torus Games,,,,,,,1995-01-01, +/games/boxart/332352ccc.jpg,NBA Jam Tournament Edition,AJ,Sports,Atari,High Voltage Software,,,,,,,1996-01-01, +/games/boxart/full_nba-jam-on-fire-edition_394AmericaFront.jpg,NBA JAM: On Fire Edition,XBL,Sports,Electronic Arts,EA Sports,8.5,,,,,,2011-10-05, +/games/boxart/full_nba-jam-on-fire-edition_298AmericaFront.jpg,NBA JAM: On Fire Edition,PSN,Sports,Electronic Arts,EA Sports,,,,,,,2011-10-04, +/games/boxart/full_523497AmericaFrontccc.jpg,NBA Live 06,PC,Sports,EA Sports,EA Canada,,,,,,,2005-09-26, +/games/boxart/full_9847164AmericaFrontccc.jpg,NBA Live 07,PC,Sports,EA Sports,EA Canada,6,,,,,,2006-09-25, +/games/boxart/default.jpg,NBA Live 09,PSN,Sports,EA Sports,EA Canada,,,,,,,2010-09-29, +/games/boxart/full_1398299PALFrontccc.png,NBA Live 10,PSN,Sports,Electronic Arts,EA Canada,5.9,,,,,,2009-10-08, +/games/boxart/default.jpg,NBA Live 11,PSP,Sports,Unknown,EA Tiburon,,,,,,,, +/games/boxart/6505121ccc.jpg,NBA Live 2000,PC,Sports,EA Sports,NuFX,,,,,,,1999-10-31, +/games/boxart/8048538ccc.jpg,NBA Live 2001,PC,Sports,EA Sports,EA Canada,,,,,,,2001-02-07, +/games/boxart/full_8909496AmericaFrontccc.jpg,NBA Live 2003,PS,Sports,EA Sports,EA Canada,,,,,,,2002-10-08, +/games/boxart/full_635855AmericaFrontccc.jpg,NBA Live 2003,PC,Sports,EA Sports,EA Canada,,,,,,,2002-11-14, +/games/boxart/6827565ccc.jpg,NBA Live 2004,PC,Sports,Electronic Arts,EA Canada,,,,,,,2003-11-11, +/games/boxart/full_1299351AmericaFrontccc.jpg,NBA Live 2005,PC,Sports,EA Sports,EA Canada,,,,,,,2004-10-26, +/games/boxart/full_7833122AmericaFrontccc.jpg,NBA Live 95,PC,Sports,EA Sports,Hitmen Productions,,,,,,,1994-01-01, +/games/boxart/full_4292105AmericaFrontccc.jpg,NBA Live 95,GEN,Sports,EA Sports,Hitmen Productions,,,,,,,1994-01-01, +/games/boxart/5833054ccc.jpg,NBA Live 95,SNES,Sports,EA Sports,Hitmen Productions,,,,,,,1994-01-01, +/games/boxart/full_5076811AmericaFrontccc.jpg,NBA Live 96,PC,Sports,Electronic Arts,EA Sports,,,,,,,1995-12-31, +/games/boxart/full_1939AmericaFrontccc.jpg,NBA Live 96,GEN,Sports,Electronic Arts,Hitmen Productions,,,,,,,1995-01-01, +/games/boxart/6504830ccc.jpg,NBA Live 96,SNES,Sports,Electronic Arts,Hitmen Productions,,,,,,,1995-01-01, +/games/boxart/full_6463829AmericaFrontccc.jpg,NBA Live 96,GB,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1995-01-01, +/games/boxart/full_9809215AmericaFrontccc.jpg,NBA Live 97,GEN,Sports,EA Sports,NuFX,,,,,,,1996-01-01, +/games/boxart/9474783ccc.jpg,NBA Live 97,SAT,Sports,EA Sports,Realtime Associates,,,,,,,1997-01-01, +/games/boxart/2800380ccc.jpg,NBA Live 97,SNES,Sports,EA Sports,NuFX,,,,,,,1996-01-01, +/games/boxart/full_2244331AmericaFrontccc.jpg,NBA Live 97,PC,Sports,Electronic Arts,EA Sports,,,,,,,1996-12-31, +/games/boxart/1355085ccc.jpg,NBA Live 98,SAT,Sports,EA Sports,Realtime Associates,,,,,,,1997-12-31, +/games/boxart/full_8632430AmericaFrontccc.jpg,NBA Live 98,SNES,Sports,THQ,Tiertex Design Studios,,,,,,,1998-03-01, +/games/boxart/full_2281011AmericaFrontccc.jpg,NBA Live 98,PC,Sports,EA Sports,EA Canada,,,,,,,1997-10-31, +/games/boxart/full_8646495AmericaFrontccc.jpg,NBA Live 98,GEN,Sports,THQ,NuFX,,,,,,,1997-01-01, +/games/boxart/full_5867204AmericaFrontccc.jpg,NBA Live 99,PC,Sports,EA Sports,NuFX,,,,,,,1998-10-31, +/games/boxart/full_6762186AmericaFrontccc.jpg,NBA ShootOut 2003,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2002-09-29, +/games/boxart/full_7817295AmericaFrontccc.jpg,NBA ShootOut 2004,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2003-09-30, +/games/boxart/3991697ccc.jpg,NBA Showdown,SNES,Sports,EA Sports,Electronic Arts,,,,,,,1993-10-01, +/games/boxart/full_5422325AmericaFrontccc.jpg,NBA Showdown '94,GEN,Sports,Electronic Arts,EA Sports,,,,,,,1994-06-21, +/games/boxart/5818869ccc.jpg,NBA Showtime: NBA on NBC,DC,Sports,Midway Games,Avalanche Software,8.1,,,,,,1999-10-31, +/games/boxart/full_4728690AmericaFrontccc.jpg,NBA Showtime: NBA on NBC,GB,Sports,Midway Games,Torus Games,,,,,,,2000-01-01, +/games/boxart/full_nba-street-homecourt_2AmericaFront.jpg,NBA Street Homecourt,XBL,Sports,EA Sports,EA Canada,,,,,,,2010-07-13, +/games/boxart/full_nba-unrivaled_9AmericaFront.jpg,NBA Unrivaled,PSN,Sports,Tecmo Koei,A.C.R.O.N.Y.M. Games,,,,,,,2010-04-01, +/games/boxart/full_6127876AmericaFrontccc.jpg,NBA Unrivaled,XBL,Sports,Tecmo,A.C.R.O.N.Y.M. Games,,,,,,,2009-11-11, +/games/boxart/2465817ccc.jpg,NCAA Basketball,SNES,Sports,Nintendo,Sculptured Software,,,,,,,1992-10-01, +/games/boxart/full_2535716AmericaFrontccc.jpg,NCAA Basketball 09: March Madness Edition,XBL,Sports,Electronic Arts,EA Canada,,,,,,,2009-03-11, +/games/boxart/full_3466805AmericaFrontccc.jpg,NCAA Basketball Final Four 97,PC,Sports,Mindscape,High Voltage Software,,,,,,,1997-02-28, +/games/boxart/3326368ccc.jpg,NCAA College Football 2K2,DC,Sports,Sega,Visual Concepts,8.1,,,,,,2001-08-29, +/games/boxart/full_3800566AmericaFrontccc.jpg,NCAA College Football 2K3,XB,Sports,Sega,Visual Concepts,,,,,,,2002-08-13, +/games/boxart/4366156ccc.jpg,NCAA College Football 2K3,PS2,Sports,Sega,Visual Concepts,,,,,,,2002-08-07, +/games/boxart/8004235ccc.jpg,NCAA Final Four Basketball,SNES,Sports,Mindscape,Bitmasters,,,,,,,1995-02-01, +/games/boxart/full_7966700AmericaFrontccc.jpg,NCAA Football,GEN,Sports,Mindscape,Software Toolworks,,,,,,,1994-01-01, +/games/boxart/full_6021894AmericaFrontccc.jpg,NCAA Football,SNES,Sports,Mindscape,Software Toolworks,,,,,,,1994-10-01, +/games/boxart/full_8449355AmericaFrontccc.png,NCAA Football 10,PSN,Sports,Electronic Arts,EA Tiburon,,,,,,,2009-09-30, +/games/boxart/full_ncaa-football-2004_102AmericaFront.jpg,NCAA Football 2004,NGage,Sports,EA Sports,Exient Entertainment,5.7,,,,,,2003-12-10, +/games/boxart/full_5437719AmericaFrontccc.jpg,NCAA Football 98,PC,Sports,EA Sports,FarSight Studios,,,,,,,1997-09-30, +/games/boxart/full_7059159AmericaFrontccc.jpg,NCAA Football 99,PC,Sports,EA Sports,Farsight Technologies,,,,,,,1998-08-31, +/games/boxart/full_2947856AmericaFrontccc.jpg,NCAA GameBreaker 98,PS,Sports,Sony Computer Entertainment,SCEA,,,,,,,1997-08-01, +/games/boxart/7603679ccc.jpg,NCAA March Madness 2002,PS2,Sports,EA Sports,NuFX,,,,,,,2002-01-07, +/games/boxart/full_7001930AmericaFrontccc.jpg,NCCA Final Four 99,PS,Sports,989 Studios,Killer Game,,,,,,,1998-12-31, +/games/boxart/full_nekketsu-koukou-dodge-ball-bu-cd-soccer-hen_9JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: CD Soccer-hen,PCE,Sports,Naxat Soft,KID Corporation,,,,,,,1991-12-20, +/games/boxart/full_nekketsu-koukou-dodge-ball-bu-cd-soccer-hen_8JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: CD Soccer-hen,VC,Sports,Naxat Soft,KID Corporation,,,,,,,2008-11-04, +/games/boxart/full_nekketsu-koukou-dodge-ball-bu-pc-bangaihen_6JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: PC Bangai-hen,PCE,Sports,Naxat Soft,KID Corporation,,,,,,,1990-03-30, +/games/boxart/full_nekketsu-koukou-dodge-ball-bu-pc-soccer-hen_0JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: PC Soccer-hen,PCE,Sports,Naxat Soft,KID Corporation,,,,,,,1992-04-03, +/games/boxart/full_nekketsu-street-basket-ganbare-dunk-heroes_2JapanFront.jpg,Nekketsu! Street Basket: Ganbare Dunk Heroes,NES,Sports,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-12-22, +/games/boxart/full_nekkyu-koshien_4JapanFront.jpg,Nekkyu Koshien,MS,Sports,Sega,Sega,,,,,,,1988-09-09, +/games/boxart/full_9648353AmericaFrontccc.jpg,Neo Turf Masters,VC,Sports,D4 Enterprise,Nazca,,,,,,,2008-08-18, +/games/boxart/full_8239945AmericaFrontccc.jpg,Neo Turf Masters,NG,Sports,SNK,Nazca,,,,,,,1996-03-01, +/games/boxart/full_2103849AmericaFrontccc.jpg,NES Open Tournament Golf,VC,Sports,Nintendo,Nintendo R&D2,,,,,,,2007-06-18, +/games/boxart/full_nes-play-action-football_5AmericaFront.jpg,NES Play Action Football,VC,Sports,Nintendo,TOSE Software,,,,,,,2007-09-10, +/games/boxart/full_nes-play-action-football_2AmericaFront.jpg,NES Play Action Football,NES,Sports,Nintendo,TOSE Software,,,,,,,1990-09-03, +/games/boxart/full_1367512AmericaFrontccc.jpg,Nester's Funky Bowling,VB,Sports,Nintendo,Saffire Corporation,,,,,,,1996-02-26, +/games/boxart/full_3123776JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2003: Aki no Night Matsuri,PS2,Sports,Namco,Namco,,,,,,,2003-10-23, +/games/boxart/full_6297739JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2004,PS2,Sports,Namco,Namco,,,,,,,2004-03-25, +/games/boxart/full_3425009JapanFrontccc.jpg,Netto de Tennis,DC,Sports,Capcom,Capcom,,,,,,,2000-10-09, +/games/boxart/full_7632025JapanFrontccc.jpg,Netto Golf,DC,Sports,Sega,Sega,,,,,,,2000-10-19, +/games/boxart/full_4343900PALFrontccc.jpg,Next Generation Tennis,PS2,Sports,Wanadoo,Wanadoo,,,,,,,2002-07-05, +/games/boxart/full_1640183PALFrontccc.jpg,Next Generation Tennis,GBA,Sports,Wanadoo,Wanadoo,,,,,,,2002-07-05, +/games/boxart/full_6083576AmericaFrontccc.jpg,NFL '95,GG,Sports,Sega,BlueSky Software,,,,,,,1994-08-01, +/games/boxart/full_4788221AmericaFrontccc.png,NFL '95,GEN,Sports,Sega,FarSight Studios,,,,,,,1994-01-01, +/games/boxart/907250ccc.jpg,NFL '97,SAT,Sports,Sega,GameTek,,,,,,,1996-10-31, +/games/boxart/full_2751609AmericaFrontccc.jpg,NFL 2K2,DC,Sports,Sega,Visual Concepts,9.3,,,,,,2001-09-19, +/games/boxart/full_4942861AmericaFrontccc.jpg,NFL Blitz,GB,Sports,Midway Games,Digital Eclipse,,,,,,,1998-12-01, +/games/boxart/full_604469AmericaFrontccc.jpg,NFL Blitz,PC,Sports,Midway Games,Midway,,,,,,,1998-09-30, +/games/boxart/full_8957813AmericaFrontccc.jpg,NFL Blitz 20-02,GBA,Sports,Midway Games,OutLook Entertainment,,,,,,,2001-09-17, +/games/boxart/full_5753871AmericaFrontccc.jpg,NFL Blitz 2000,PC,Sports,Midway Games,Point of View,,,,,,,1999-10-31, +/games/boxart/full_951154AmericaFrontccc.jpg,NFL Blitz 2000,GB,Sports,Midway Games,Digital Eclipse,,,,,,,1999-12-08, +/games/boxart/full_8283402AmericaFrontccc.jpg,NFL Blitz 2000,DC,Sports,Midway Games,Avalanche Software,8.7,,,,,,1999-09-09, +/games/boxart/8896989ccc.jpg,NFL Blitz 2001,DC,Sports,Midway Games,Avalanche Software,8.8,,,,,,2000-09-14, +/games/boxart/full_1568094AmericaFrontccc.jpg,NFL Blitz 2001,GB,Sports,Midway Games,Morning Star Multimedia,,,,,,,2000-09-12, +/games/boxart/full_8882227AmericaFrontccc.jpg,NFL Blitz Special Edition,N64,Sports,Midway Games,Point of View,,,,,,,2001-11-28, +/games/boxart/full_6084414AmericaFrontccc.jpg,NFL Fever 2000,PC,Sports,Microsoft,Microsoft Game Studios,,,,,,,1999-08-31, +/games/boxart/9536977ccc.jpg,NFL Football,SNES,Sports,Konami,Park Place Productions,,,,,,,1993-07-01, +/games/boxart/3954033ccc.jpg,NFL Football,NES,Sports,LJN,LJN Ltd.,,,,,,,1989-09-01, +/games/boxart/1919354ccc.jpg,NFL Football,GB,Sports,Konami,Konami,,,,,,,1990-04-01, +/games/boxart/2645765ccc.jpg,NFL Football,Lynx,Sports,Atari,Atari,,,,,,,1992-12-31, +/games/boxart/6520032ccc.jpg,NFL Football '94 Starring Joe Montana,GEN,Sports,Sega,Blue Sky Software,,,,,,,1993-01-01, +/games/boxart/48920ccc.jpg,NFL Football Trivia Challenge,SCD,Sports,CapDisc,CapDisc,,,,,,,1993-01-01, +/games/boxart/full_2979709AmericaFrontccc.jpg,NFL GameDay 2003,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2002-08-13, +/games/boxart/full_7109017AmericaFrontccc.jpg,NFL GameDay 2004,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2003-09-13, +/games/boxart/full_3538537AmericaFrontccc.jpg,NFL GameDay 2005,PS,Sports,989 Studios,989 Sports,,,,,,,2004-08-01, +/games/boxart/full_4017148AmericaFrontccc.jpg,NFL GameDay 99,PC,Sports,989 Studios,989 Sports,,,,,,,1998-08-31, +/games/boxart/full_4117536AmericaFrontccc.jpg,NFL Head Coach,PC,Sports,EA Sports,EA Tiburon,,,,,,,2006-06-19, +/games/boxart/full_2139098AmericaFrontccc.jpg,NFL Head Coach 09,PSN,Sports,EA Sports,EA Tiburon,,,,,,,2008-09-04, +/games/boxart/full_8910761AmericaFrontccc.jpg,NFL QB Club 2001,DC,Sports,Acclaim Entertainment,High Voltage Software,3.9,,,,,,2000-07-30, +/games/boxart/full_6165909AmericaFrontccc.jpg,NFL Quarterback Club,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1994-01-01, +/games/boxart/full_9905075AmericaFrontccc.jpg,NFL Quarterback Club,GG,Sports,Acclaim Entertainment,Condor,,,,,,,1994-01-01, +/games/boxart/full_nfl-quarterback-club_9AmericaFront.jpg,NFL Quarterback Club,GB,Sports,LJN,Beam Software,,,,,,,1993-11-01, +/games/boxart/6949693ccc.jpg,NFL Quarterback Club,SNES,Sports,LJN,Iguana Entertainment,,,,,,,1994-12-01, +/games/boxart/full_2469091AmericaFrontccc.jpg,NFL Quarterback Club 2000,DC,Sports,Acclaim Entertainment,Acclaim Entertainment,2.1,,,,,,1999-10-31, +/games/boxart/full_2053109AmericaFrontccc.jpg,NFL Quarterback Club 96,GG,Sports,Acclaim Entertainment,Condor,,,,,,,1995-10-01, +/games/boxart/6211224ccc.jpg,NFL Quarterback Club 96,GB,Sports,Acclaim Entertainment,Condor,,,,,,,1995-10-01, +/games/boxart/full_1327042AmericaFrontccc.jpg,NFL Quarterback Club 96,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/8887561ccc.jpg,NFL Quarterback Club 96,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-15, +/games/boxart/6505686ccc.jpg,NFL Quarterback Club 96,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-01, +/games/boxart/default.jpg,NFL Quarterback Club 96,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-01, +/games/boxart/full_1083699AmericaFrontccc.jpg,NFL Quarterback Club 97,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-08-31, +/games/boxart/7853929ccc.jpg,NFL Quarterback Club 97,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, +/games/boxart/2567213ccc.jpg,NFL Quarterback Club II,GB,Sports,LJN,Condor,,,,,,,1995-03-01, +/games/boxart/full_3674513AmericaFrontccc.jpg,NFL Sports Talk Football '93 Starring Joe Montana,GEN,Sports,Sega,BlueSky Software,,,,,,,1992-01-01, +/games/boxart/8592038ccc.jpg,NFL Street 3,PS2,Sports,EA Sports BIG,EA Tiburon,,,,,,,2006-11-14, +/games/boxart/full_nfl-tour_3AmericaFront.jpg,NFL Tour,XBL,Sports,EA Sports BIG,EA Tiburon,,,,,,,2010-07-20, +/games/boxart/2263644ccc.jpg,NFL's Greatest: San Francisco Vs. Dallas 1978-1993,SCD,Sports,Sega,Park Place Productions,,,,,,,1993-01-01, +/games/boxart/2280691ccc.jpg,NHL '94,SNES,Sports,EA Sports,EA Canada,,,,,,,1993-03-15, +/games/boxart/970071ccc.jpg,NHL '94,GEN,Sports,EA Sports,EA Canada,,,,,,,1993-03-15, +/games/boxart/full_3297105AmericaFrontccc.jpg,NHL '94,SCD,Sports,Electronic Arts,High Score Productions,,,,,,,1993-01-01, +/games/boxart/full_6004649AmericaFrontccc.jpg,NHL 06,PC,Sports,EA Sports,EA Canada,,,,,,,2005-09-06, +/games/boxart/full_9307706AmericaFrontccc.jpg,NHL 07,PC,Sports,EA Sports,EA Montreal,6.4,,,,,,2006-09-12, +/games/boxart/3948465ccc.jpg,NHL 08,PS2,Sports,Electronic Arts,Electronic Arts,,,,,,,2007-09-11, +/games/boxart/default.jpg,NHL 10,PC,Sports,Unknown,EA Canada,,,,,,,, +/games/boxart/full_nhl-2000_116AmericaFront.jpg,NHL 2000,GB,Sports,EA Sports,Tiertex Design Studios,,,,,,,2000-02-01, +/games/boxart/full_nhl-2000_408AmericaFront.jpg,NHL 2000,PC,Sports,EA Sports,EA Canada,,,,,,,1999-08-31, +/games/boxart/full_489543AmericaFrontccc.jpg,NHL 2001,PC,Sports,EA Sports,EA Canada,,,,,,,2000-09-28, +/games/boxart/full_nhl-2002_155AmericaFront.jpg,NHL 2002,PC,Sports,EA Sports,EA Canada,,,,,,,2001-09-17, +/games/boxart/full_3958107AmericaFrontccc.jpg,NHL 2003,PC,Sports,EA Sports,EA Canada,,,,,,,2002-09-30, +/games/boxart/full_8839388AmericaFrontccc.jpg,NHL 2004,PC,Sports,EA Sports,EA Black Box,,,,,,,2003-09-22, +/games/boxart/full_61522AmericaFrontccc.jpg,NHL 2005,PC,Sports,EA Sports,EA Canada,,,,,,,2004-09-14, +/games/boxart/563942ccc.jpg,NHL 2K,DC,Sports,Sega,Black Box,8.3,,,,,,2000-02-09, +/games/boxart/full_4362242AmericaFrontccc.jpg,NHL 2K2,DC,Sports,Sega,Treyarch,8.1,,,,,,2002-02-14, +/games/boxart/5320180ccc.jpg,NHL 2K7,PS2,Sports,2K Sports,2K Sports,7.6,,,,,,2006-10-02, +/games/boxart/2195872ccc.jpg,NHL 2K8,PS2,Sports,2K Sports,Kush Games,,,,,,,2007-09-10, +/games/boxart/4665322ccc.jpg,NHL 95,SNES,Sports,Electronic Arts,Visual Concepts,,,,,,,1994-11-01, +/games/boxart/full_5532054AmericaFrontccc.jpg,NHL 95,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1995-01-01, +/games/boxart/1993373ccc.jpg,NHL 96,GEN,Sports,EA Sports,High Score Productions,,,,,,,1995-09-19, +/games/boxart/full_nhl-96_9AmericaFront.jpg,NHL 96,GB,Sports,Black Pearl,Probe Entertainment Limited,,,,,,,1996-07-01, +/games/boxart/7017572ccc.jpg,NHL 96,SNES,Sports,EA Sports,High Score Productions,,,,,,,1995-09-01, +/games/boxart/full_nhl-96_2AmericaFront.jpg,NHL 96,PC,Sports,EA Sports,EA Canada,,,,,,,1995-10-31, +/games/boxart/full_8324524AmericaFrontccc.jpg,NHL 97,SAT,Sports,EA Sports,Visual Concepts,,,,,,,1996-01-01, +/games/boxart/1925570ccc.jpg,NHL 97,PC,Sports,EA Sports,EA Canada,,,,,,,1996-08-31, +/games/boxart/full_5896479AmericaFrontccc.jpg,NHL 97,SNES,Sports,EA Sports,Al Baker and Associates,,,,,,,1996-01-01, +/games/boxart/full_9139846AmericaFrontccc.jpg,NHL 97,GEN,Sports,EA Sports,High Score Entertainment Software,,,,,,,1996-01-01, +/games/boxart/432321ccc.jpg,NHL 98,SAT,Sports,EA Sports,EA Canada,,,,,,,1997-01-01, +/games/boxart/full_3593822AmericaFrontccc.jpg,NHL 98,PC,Sports,EA Sports,EA Canada,,,,,,,1997-09-30, +/games/boxart/full_4771875AmericaFrontccc.jpg,NHL 98,GEN,Sports,EA Sports,High Score Productions,,,,,,,1997-01-01, +/games/boxart/full_8694817AmericaFrontccc.jpg,NHL 98,SNES,Sports,EA Sports,Al Baker and Associates,,,,,,,1997-12-01, +/games/boxart/full_nhl-99_254AmericaFront.jpg,NHL 99,PC,Sports,EA Sports,EA Canada,,,,,,,1998-09-30, +/games/boxart/full_7510270AmericaFrontccc.jpg,NHL All-Star Hockey,GG,Sports,Sega,Gray Matter,,,,,,,1995-01-01, +/games/boxart/8198531ccc.jpg,NHL All-Star Hockey,SAT,Sports,Sega,Gray Matter,,,,,,,1995-01-01, +/games/boxart/full_3168238AmericaFrontccc.jpg,NHL All-Star Hockey '95,GEN,Sports,Sega,Sega Midwest Development Division,,,,,,,1995-01-01, +/games/boxart/9924662ccc.jpg,NHL All-Star Hockey 98,SAT,Sports,Sega,Radical Entertainment,,,,,,,1997-10-31, +/games/boxart/full_nhl-blades-of-steel-2000_749AmericaFront.jpg,NHL Blades of Steel 2000,GB,Sports,Konami,Konami,,,,,,,2000-04-21, +/games/boxart/full_4496894AmericaFrontccc.jpg,NHL Eastside Hockey Manager,PC,Sports,Sega,Sports Interactive,,,,,,,2004-10-19, +/games/boxart/full_nhl-eastside-hockey-manager-2005_291PALFront.jpg,NHL Eastside Hockey Manager 2005,PC,Sports,Sega,Sports Interactive,,,,,,,2005-10-05, +/games/boxart/full_nhl-eastside-hockey-manager-2007_343PALFront.jpg,NHL Eastside Hockey Manager 2007,PC,Sports,Sega,Sports Interactive,,,,,,,2006-09-22, +/games/boxart/full_9824787AmericaFrontccc.jpg,NHL Hitz 20-03,GBA,Sports,Midway Games,Exient Entertainment,,,,,,,2002-10-31, +/games/boxart/649474ccc.jpg,NHL Hockey,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1991-01-01, +/games/boxart/full_7392419PALFrontccc.jpg,NHL Hockey,GG,Sports,Electronic Arts,Realtime Associates,,,,,,,1994-01-01, +/games/boxart/9099385ccc.jpg,NHL Hockey 95,GB,Sports,Malibu Games,Probe Entertainment Limited,,,,,,,1995-06-01, +/games/boxart/full_5689953AmericaFrontccc.jpg,NHL Open Ice 2 on 2 Challenge,PC,Sports,GT Interactive,Midway,,,,,,,1997-08-31, +/games/boxart/full_9023708AmericaFrontccc.jpg,NHL Powerplay '96,PC,Sports,Virgin Interactive,Radical Entertainment,,,,,,,1996-07-31, +/games/boxart/full_5812387AmericaFrontccc.jpg,NHL Powerplay '96,SAT,Sports,Virgin Interactive,Radical Entertainment,,,,,,,1996-01-01, +/games/boxart/full_1202976JapanFrontccc.jpg,NHL PowerRink '97,PS,Sports,Sony Computer Entertainment,SCEI,,,,,,,1997-05-30, +/games/boxart/1625236ccc.jpg,NHL Stanley Cup,SNES,Sports,Nintendo,Sculptured Software,,,,,,,1993-11-05, +/games/boxart/7461188ccc.jpg,NHLPA Hockey '93,SNES,Sports,Electronic Arts,Park Place Productions,,,,,,,1992-12-31, +/games/boxart/5198879ccc.jpg,NHLPA Hockey '93,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1992-09-07, +/games/boxart/full_nice-on_7JapanFront.jpg,Nice On,WS,Sports,Sammy Corporation,Sammy Studios,,,,,,,1999-04-08, +/games/boxart/6240492ccc.jpg,Ninja Golf,7800,Sports,Atari,Atari,,,,,,,1990-01-01, +/games/boxart/full_nintendo-world-cup_8AmericaFront.jpg,Nintendo World Cup,VC,Sports,Arc System Works,Technos Japan Corporation,,,,,,,2008-10-07, +/games/boxart/5770491ccc.jpg,Nintendo World Cup,GB,Sports,Nintendo,Technos Japan Corporation,,,,,,,1991-06-01, +/games/boxart/full_5823709JapanFrontccc.jpg,Nippon Daihyou Team: Eikou no Eleven,GB,Sports,Tomy Corporation,Jupiter Multimedia,,,,,,,1998-05-22, +/games/boxart/full_2043903JapanFrontccc.jpg,Nippon Futsal League Kounin: Minna no DS Futsal,DS,Sports,Jorudan,Jorudan,,,,,,,2008-07-31, +/games/boxart/full_3248454JapanFrontccc.jpg,Nippon Futsal League Kounin: Minna no DS Futsal 2,DS,Sports,Jorudan,Jorudan,,,,,,,2009-10-22, +/games/boxart/default.jpg,NL East 4,PC,Sports,EA Sports,EA Sports,,,,,,,2003-01-01, +/games/boxart/full_4263437AmericaFrontccc.jpg,NLL Lacrosse 2010,XBL,Sports,Microsoft,Carlo Sunseri,,,,,,,2010-04-23, +/games/boxart/full_773482PALFrontccc.jpg,No Fear Downhill Mountain Biking,GB,Sports,THQ,Codemasters,,,,,,,2001-11-02, +/games/boxart/full_5302477JapanFrontccc.jpg,No.1 Muscle Ranking - Kinniku Banzuke Vol.3: Saikyou no Challenger Tanjyou!,PS,Sports,Konami,Konami,,,,,,,2000-12-21, +/games/boxart/default.jpg,Numan Athletics (Arcade),VC,Sports,Namco Bandai,Namco,,,,,,,2009-04-28, +/games/boxart/full_2909938JapanFrontccc.jpg,Nushi Tsuri 64,N64,Sports,Pack In Soft,"DDL Co., Ltd",,,,,,,1998-11-27, +/games/boxart/full_1908977JapanFrontccc.jpg,Nushi Tsuri 64: Shiokaze Ni Notte,N64,Sports,Victor Interactive,"DDL Co., Ltd",,,,,,,2000-05-26, +/games/boxart/full_9000028AmericaFrontccc.jpg,OlliOlli,OSX,Sports,Devolver Digital,Roll7,,,,,,,2014-07-22,2019-04-05 +/games/boxart/full_6120143AmericaFrontccc.jpg,OlliOlli,PS3,Sports,Roll7,Roll7,,,,,,,2014-07-22,2019-04-05 +/games/boxart/full_260006AmericaFrontccc.jpg,OlliOlli,PSV,Sports,Roll7,Roll7,,,,,,,2014-01-21,2019-04-05 +/games/boxart/full_4384030AmericaFrontccc.jpg,OlliOlli,PS4,Sports,Roll7,Roll7,,,,,,,2014-07-22,2019-04-05 +/games/boxart/full_9826120AmericaFrontccc.jpg,OlliOlli,Linux,Sports,Devolver Digital,Roll7,,,,,,,2014-07-22,2019-04-05 +/games/boxart/full_3498315PALFrontccc.jpg,OlliOlli2: Welcome to Olliwood,PS4,Sports,Roll7,Roll7,,,,,,,2015-03-03,2019-04-05 +/games/boxart/full_3225513AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,PSV,Sports,Roll7,Roll7,,,,,,,2015-03-03,2019-04-05 +/games/boxart/full_olympic-gold-barcelona-92_10PALFront.jpg,Olympic Gold: Barcelona '92,MS,Sports,Sega,U.S. Gold,,,,,,,1992-01-01, +/games/boxart/full_8167507AmericaFrontccc.jpg,Olympic Gold: Barcelona '92,GEN,Sports,U.S. Gold,U.S. Gold,,,,,,,1992-01-01, +/games/boxart/full_8054168AmericaFrontccc.jpg,Olympic Gold: Barcelona '92,GG,Sports,U.S. Gold,U.S. Gold,,,,,,,1992-01-01, +/games/boxart/full_3304435AmericaFrontccc.jpg,Olympic Soccer: Atlanta 1996,SAT,Sports,U.S. Gold,Silicon Dreams,,,,,,,1996-01-01, +/games/boxart/757220ccc.jpg,Olympic Soccer: Atlanta 1996,3DO,Sports,U.S. Gold,Silicon Dreams,,,,,,,1996-01-01, +/games/boxart/3656834ccc.jpg,Olympic Summer Games: Atlanta 1996,3DO,Sports,U.S. Gold,Silicon Dreams,,,,,,,1996-01-01, +/games/boxart/full_3427876AmericaFrontccc.jpg,Olympic Summer Games: Atlanta 1996,GEN,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-01-01, +/games/boxart/full_9428461AmericaFrontccc.jpg,Olympic Summer Games: Atlanta 1996,SNES,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-06-01, +/games/boxart/2054897ccc.jpg,Olympic Summer Games: Atlanta 1996,GB,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-06-01, +/games/boxart/6968978ccc.jpg,Olympic Summer Games: Atlanta 1996,SAT,Sports,Eidos Interactive,Silicon Dreams,,,,,,,1996-01-01, +/games/boxart/full_4019072JapanFrontccc.jpg,One Piece: Going Baseball - Kaizoku Yakyuu,GBA,Sports,Bandai,Now Production,,,,,,,2004-03-11, +/games/boxart/7849679ccc.jpg,One-on-One Basketball,7800,Sports,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/full_onside-soccer_7AmericaFront.jpg,OnSide Soccer,3DO,Sports,Unknown,Elite,,,,,,,2007-08-01, +/games/boxart/full_orega-kantoku-da-gekitou-pennant-race-volume-2_4JapanFront.jpg,Orega Kantoku Da! Gekitou Pennant Race Volume 2,PS2,Sports,Enix,Enix Corporation,,,,,,,2002-03-07, +/games/boxart/full_oretachi-game-center-zoku-super-volleyball_8JapanFront.jpg,Oretachi Game Center Zoku: Super Volleyball,PS2,Sports,Hamster Corporation,Hamster Corporation,,,,,,,2005-10-27, +/games/boxart/full_oretachi-game-center-nekketsu-koukou-dodge-ball-bu_3JapanFront.jpg,Oretachi Game Center: Nekketsu Koukou Dodge Ball Bu,PS2,Sports,Hamster Corporation,Hamster Corporation,,,,,,,2006-03-23, +/games/boxart/default.jpg,Osu! Excercise Dojo,WW,Sports,IE Institute,Mechanic Arms,,,,,,,2010-09-28, +/games/boxart/full_out-of-the-park-baseball-10_290AmericaFront.jpg,Out of the Park Baseball 10,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2009-06-02, +/games/boxart/full_out-of-the-park-baseball-11_837AmericaFront.jpg,Out of the Park Baseball 11,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2009-10-22, +/games/boxart/full_out-of-the-park-baseball-2007_690AmericaFront.jpg,Out of the Park Baseball 2007,PC,Sports,Sports Interactive,Sports Interactive,,,,,,,2006-03-23, +/games/boxart/full_out-of-the-park-baseball-3_977AmericaFront.jpg,Out of the Park Baseball 3,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2001-03-01, +/games/boxart/full_out-of-the-park-baseball-4_831AmericaFront.jpg,Out of the Park Baseball 4,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2002-02-28, +/games/boxart/full_out-of-the-park-baseball-5_800AmericaFront.jpg,Out of the Park Baseball 5,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2003-02-28, +/games/boxart/full_out-of-the-park-baseball-6_148AmericaFront.jpg,Out of the Park Baseball 6,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2004-04-16, +/games/boxart/full_out-of-the-park-baseball-65_437AmericaFront.jpg,Out of the Park Baseball 6.5,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2005-06-14, +/games/boxart/full_out-of-the-park-baseball-9_251AmericaFront.jpg,Out of the Park Baseball 9,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2008-06-01, +/games/boxart/full_out-of-the-park-baseball-ii_168AmericaFront.jpg,Out of the Park Baseball II,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2001-03-31, +/games/boxart/full_out-of-the-park-baseball-manager-2006_24AmericaFront.jpg,Out of the Park Baseball Manager 2006,PC,Sports,Sports Interactive,Out of the Park Developments,,,,,,,2006-05-31, +/games/boxart/default.jpg,Outdoor Dynamic 3D Hunting,3DS,Sports,Unknown,InterOne,,,,,,,, +/games/boxart/default.jpg,Outdoors Unlimited,PS3,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, +/games/boxart/default.jpg,Outdoors Unlimited,PC,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, +/games/boxart/default.jpg,Outdoors Unlimited,X360,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, +/games/boxart/default.jpg,Outdoors Unlimited,Wii,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, +/games/boxart/full_2301204PALFrontccc.jpg,Outlaw Golf,PS2,Sports,TDK Mediactive,Hypnotix,,,,,,,2003-01-01, +/games/boxart/full_7041683AmericaFrontccc.jpg,Outlaw Golf,PC,Sports,Simon & Schuster Interactive,Hypnotix,,,,,,,2003-09-30, +/games/boxart/full_7903174AmericaFrontccc.jpg,Outlaw Volleyball: Red Hot,XB,Sports,Simon & Schuster Interactive,Hypnotix,,,,,,,2003-10-01, +/games/boxart/full_6956666JapanFrontccc.jpg,Paddock Note '95,3DO,Sports,Fuji,Fuji Television,,,,,,,1995-04-14, +/games/boxart/full_4938565PALFrontccc.jpg,Pangya,PC,Sports,OGPlanet,Ntreev Soft,,,,,,,2009-05-21, +/games/boxart/872168ccc.jpg,Pat Riley Basketball,GEN,Sports,Sega,Sega,,,,,,,1990-01-01, +/games/boxart/full_3233699AmericaFrontccc.jpg,PBR: Out of the Chute,PSP,Sports,Crave Entertainment,D2C Games,,,,,,,2008-10-01, +/games/boxart/full_5920702AmericaFrontccc.jpg,PBR: Out of the Chute,PC,Sports,Crave Entertainment,D2C Games,,,,,,,2008-10-01, +/games/boxart/full_7132848PALFrontccc.jpg,PC Fitness: Your Personal Trainer,PC,Sports,Focus Home Interactive,Focus Multimedia,,,,,,,2008-12-12, +/games/boxart/full_1797802PALFrontccc.jpg,PC Fútbol 2.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1993-01-01, +/games/boxart/full_1423650PALFrontccc.jpg,PC Fútbol 2000,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1999-12-01, +/games/boxart/full_7224587PALFrontccc.jpg,PC Fútbol 2001,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,2001-03-01, +/games/boxart/full_6684066PALFrontccc.jpg,PC Fútbol 2005,PC,Sports,OnGames,Gaelco Multimedia,,,,,,,2004-11-20, +/games/boxart/full_2814636PALFrontccc.jpg,PC Fútbol 2006,PC,Sports,Planeta DeAgostini Interactive,Gaelco,,,,,,,2005-10-11, +/games/boxart/full_5613585PALFrontccc.jpg,PC Fútbol 2007,PC,Sports,Planeta DeAgostini Interactive,Gaelco,,,,,,,2006-11-13, +/games/boxart/full_3085007PALFrontccc.jpg,PC Fútbol 3.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1994-01-01, +/games/boxart/full_1896870PALFrontccc.jpg,PC Fútbol 4.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1995-07-01, +/games/boxart/full_3570112PALFrontccc.jpg,PC Fútbol 5.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1996-12-01, +/games/boxart/full_6305545PALFrontccc.jpg,PC Fútbol 6.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1998-01-15, +/games/boxart/full_9280165PALFrontccc.jpg,PC Fútbol 7,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1998-12-15, +/games/boxart/full_2247810PALFrontccc.jpg,PDC World Championship Darts,PS2,Sports,Oxygen Interactive,Mere Mortals,,,,,,,2006-12-01, +/games/boxart/full_7556802PALFrontccc.jpg,PDC World Championship Darts,PC,Sports,Oxygen Interactive,Mere Mortals,,,,,,,2006-12-01, +/games/boxart/full_826274AmericaFrontccc.jpg,PDC World Championship Darts 2008,PS2,Sports,O-Games,Mere Mortals,,,,,,,2009-06-16, +/games/boxart/default.jpg,PDC World Championship Darts 2010,DS,Sports,Unknown,Rebellion Developments,,,,,,,, +/games/boxart/default.jpg,PDC World Championship Darts 2010,Wii,Sports,Unknown,Rebellion Developments,,,,,,,, +/games/boxart/2698791ccc.jpg,Pebble Beach Golf Links,3DO,Sports,Panasonic Interactive Media,Tikipod,,,,,,,1994-01-01, +/games/boxart/full_pebble-beach-golf-links_3AmericaFront.jpg,Pebble Beach Golf Links,SNES,Sports,T&E Soft,Tikipod,,,,,,,1992-04-01, +/games/boxart/full_2290383AmericaFrontccc.jpg,Pebble Beach Golf Links,GEN,Sports,Sega,Tikipod,,,,,,,1993-01-01, +/games/boxart/1689240ccc.jpg,Pele's Championship Soccer,2600,Sports,Atari,Atari,,,,,,,1980-01-01, +/games/boxart/full_6554486PALFrontccc.jpg,Perfect Ace 2: The Championships,PS2,Sports,Oxygen Interactive,Aqua Pacific,,,,,,,2005-07-15, +/games/boxart/full_8622024PALFrontccc.jpg,Perfect Ace 2: The Championships,PC,Sports,Oxygen Interactive,Aqua Pacific,,,,,,,2005-07-25, +/games/boxart/full_4752019AmericaFrontccc.jpg,Personal Fitness For Men,DS,Sports,Unknown,Games Campus Cologne GmbH,,,,,,,, +/games/boxart/full_8515530AmericaFrontccc.jpg,Personal Fitness For Women,DS,Sports,Unknown,Games Campus Cologne GmbH,,,,,,,, +/games/boxart/full_7350489AmericaFrontccc.jpg,Petank Party,XBL,Sports,Microsoft,R3dDr4g0n,,,,,,,2008-12-06, +/games/boxart/6088416ccc.jpg,Pete Rose Baseball,7800,Sports,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, +/games/boxart/9816274ccc.jpg,Pete Rose Baseball,2600,Sports,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-03-01, +/games/boxart/full_5102449PALFrontccc.jpg,Pete Sampras Tennis,GG,Sports,Codemasters,Codemasters,,,,,,,1994-01-01, +/games/boxart/full_pga-european-tour_7AmericaFront.jpg,PGA European Tour,SNES,Sports,Black Pearl,Halestorm,,,,,,,1996-09-01, +/games/boxart/full_pga-european-tour_5AmericaFront.jpg,PGA European Tour,GB,Sports,Malibu Games,Unexpected Development,,,,,,,1995-04-01, +/games/boxart/full_pga-european-tour_3AmericaFront.jpg,PGA European Tour,GEN,Sports,EA Sports,Polygon Games,,,,,,,1994-06-01, +/games/boxart/9079462ccc.jpg,PGA Tour 96,GB,Sports,Black Pearl,Unexpected Development,,,,,,,1995-11-01, +/games/boxart/8977292ccc.jpg,PGA Tour 96,SNES,Sports,Black Pearl,Halestorm,,,,,,,1996-01-01, +/games/boxart/full_pga-tour-96_9AmericaFront.jpg,PGA Tour 96,GG,Sports,Black Pearl,Ceris Software,,,,,,,1996-01-01, +/games/boxart/full_pga-tour-96_2AmericaFront.jpg,PGA Tour 96,GEN,Sports,EA Sports,NuFX,,,,,,,1995-01-01, +/games/boxart/full_2843162AmericaFrontccc.jpg,PGA Tour 97,SAT,Sports,EA Sports,VAC,,,,,,,1996-11-30, +/games/boxart/5734307ccc.jpg,PGA Tour Golf,SNES,Sports,Electronic Arts,Sterling Silver Software,,,,,,,1992-03-01, +/games/boxart/full_pga-tour-golf_3PALFront.jpg,PGA Tour Golf,MS,Sports,Tengen,Polygames,,,,,,,1993-01-01, +/games/boxart/8485573ccc.jpg,PGA Tour Golf,PC,Sports,Electronic Arts,Sterling Silver Software,,,,,,,1995-01-01, +/games/boxart/5067974ccc.jpg,PGA Tour Golf,GEN,Sports,Electronic Arts,Sterling Silver Software,,,,,,,1991-01-01, +/games/boxart/full_5310390AmericaFrontccc.jpg,PGA Tour Golf,GG,Sports,Tengen,Sterling Silver Software,,,,,,,1994-05-05, +/games/boxart/8745685ccc.jpg,PGA Tour Golf 96,3DO,Sports,Electronic Arts,EA Sports,,,,,,,1995-01-01, +/games/boxart/full_pga-tour-golf-ii_987AmericaFront.jpg,PGA Tour Golf II,GEN,Sports,Electronic Arts,Polygames,,,,,,,1992-01-01, +/games/boxart/full_4115627AmericaFrontccc.jpg,PGA Tour Golf II,GG,Sports,Time Warner Interactive,Polygames,,,,,,,1995-01-01, +/games/boxart/full_pga-tour-golf-iii_0AmericaFront.jpg,PGA Tour Golf III,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-01-01, +/games/boxart/default.jpg,PHYSIO FUN Balance Training,WW,Sports,Kaasa Solution,Kaasa Health,,,,,,,2010-09-10, +/games/boxart/default.jpg,Physiofun: Pelvic Floor Training,WW,Sports,Kaasa Solution,Kaasa Health,,,,,,,2011-04-08, +/games/boxart/full_3797568PALFrontccc.jpg,Pink Pong,PS2,Sports,505 Games,HuneX,,,,,,,2005-02-25, +/games/boxart/full_4789540AmericaFrontccc.jpg,Pirates vs Ninjas Dodgeball,XBL,Sports,Gamecock,Blazing Lizard,,,,,,,2008-09-03, +/games/boxart/full_planet-minigolf_2AmericaFront.jpg,Planet Minigolf,PSN,Sports,Zen Studios,Zen Studios,,,,,,,2010-06-01, +/games/boxart/3827379ccc.jpg,Play Action Football,GB,Sports,Nintendo,Nintendo,,,,,,,1990-12-01, +/games/boxart/full_3591920PALFrontccc.jpg,PlayChapas Football Edition,PSP,Sports,Sony Computer Entertainment,Zinkia,,,,,,,2008-09-18, +/games/boxart/full_pocket-bass-fishing_741JapanFront.jpg,Pocket Bass Fishing,GB,Sports,Bottom Up,Bottom Up,,,,,,,1998-04-24, +/games/boxart/full_pocket-billiard-fank-the-9-ball_9JapanFront.jpg,Pocket Billiard Fank: The 9 Ball,GB,Sports,Tamsoft,Tamsoft,,,,,,,2000-02-19, +/games/boxart/full_pocket-bowling_839AmericaFront.jpg,Pocket Bowling,GB,Sports,Jaleco,Athena,,,,,,,1999-08-15, +/games/boxart/full_pocket-color-billiard_1JapanFront.jpg,Pocket Color Billiard,GB,Sports,Bottom Up,Bottom Up,,,,,,,1999-12-24, +/games/boxart/full_pocket-golf_114JapanFront.jpg,Pocket Golf,GB,Sports,Bottom Up,Bottom Up,,,,,,,1998-09-25, +/games/boxart/full_pocket-ping-pong-2005_6PALFront.jpg,Pocket Ping Pong 2005,GIZ,Sports,Fathammer,Netdol,,,,,,,2005-10-22, +/games/boxart/full_pocket-stadium_224JapanFront.jpg,Pocket Stadium,GB,Sports,Atlus,Atlus Co.,,,,,,,1990-12-14, +/games/boxart/full_6900254AmericaFrontccc.jpg,Polar Bowler,PC,Sports,WildTangent,WildTangent,,,,,,,2004-08-03, +/games/boxart/full_7707826AmericaFrontccc.jpg,Polar Bowler,DS,Sports,Mumbo Jumbo,Engine Software,,,,,,,2008-10-07, +/games/boxart/default.jpg,Polar Bowler,PC,Sports,WildTangent,WildTangent,,,,,,,2004-08-03, +/games/boxart/default.jpg,Polar Golfer: Pineapple Cup,PC,Sports,WildTangent,WildTangent,,,,,,,2005-01-01, +/games/boxart/full_7607624AmericaFrontccc.jpg,Pong Sports,2600,Sports,Sears,Telegames,,,,,,,1977-01-01, +/games/boxart/full_4837580AmericaFrontccc.jpg,Ponx,Lynx,Sports,Unknown,Songbird Productions,,,,,,,, +/games/boxart/full_475906JapanFrontccc.jpg,Pool Edge,GC,Sports,Media Kite,"Nd Cube Co., Ltd.",,,,,,,2002-10-25, +/games/boxart/full_7334259PALFrontccc.jpg,Pool Hall Pro,PC,Sports,Playlogic Game Factory,Icon Games,,,,,,,2009-06-26, +/games/boxart/full_pool-hall-pro_744AmericaFront.jpg,Pool Hall Pro,PSN,Sports,Icon Games,Icon Games,,,,,,,2011-06-07, +/games/boxart/default.jpg,Pool Hall Pro,PSP,Sports,Unknown,Icon Games Entertainment Ltd.,,,,,,,, +/games/boxart/full_8570936AmericaFrontccc.jpg,Pool Revolution: Cue Sports,WW,Sports,Hudson Entertainment,Hudson,,,,,,,2008-12-29, +/games/boxart/full_popeye-beach-volley-ball_1JapanFront.jpg,Popeye Beach Volley Ball,GG,Sports,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1994-08-12, +/games/boxart/full_8396848AmericaFrontccc.jpg,Powa Volley,XBL,Sports,Microsoft,panattoni christophe,,,,,,,2009-10-17, +/games/boxart/full_8253495AmericaFrontccc.jpg,Powa Volley Classic,XBL,Sports,Microsoft,Kydos,,,,,,,2009-12-05, +/games/boxart/full_power-eleven_6JapanFront.jpg,Power Eleven,PCE,Sports,Hudson Soft,WestOne,,,,,,,1991-06-21, +/games/boxart/full_power-eleven_5JapanFront.jpg,Power Eleven,VC,Sports,Hudson Soft,WestOne,,,,,,,2008-02-26, +/games/boxart/full_5653658AmericaFrontccc.jpg,Power Golf,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-11-05, +/games/boxart/full_5664327AmericaFrontccc.jpg,Power Golf,PCE,Sports,NEC,Hudson Soft,,,,,,,1989-01-01, +/games/boxart/full_power-league-93_7JapanFront.jpg,Power League '93,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1993-10-15, +/games/boxart/full_power-league-4_1JapanFront.jpg,Power League 4,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1991-08-09, +/games/boxart/full_power-league-4_2JapanFront.jpg,Power League 4,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-07-31, +/games/boxart/full_power-league-5_4JapanFront.jpg,Power League 5,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1992-08-07, +/games/boxart/full_4569017JapanFrontccc.jpg,Power League 64,N64,Sports,Hudson Soft,Hudson Soft,,,,,,,1997-08-08, +/games/boxart/full_power-league-ii_9JapanFront.jpg,Power League II,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1989-08-08, +/games/boxart/full_power-league-iii_4JapanFront.jpg,Power League III,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1990-08-10, +/games/boxart/full_4602267JapanFrontccc.jpg,Power Pro Kun Pocket 7,GBA,Sports,Konami,PawaPuro Production,,,,,,,2004-12-02, +/games/boxart/1828809ccc.jpg,Power Punch II,NES,Sports,American Softworks,Beam Software,,,,,,,1992-04-12, +/games/boxart/full_power-soccer_2JapanFront.jpg,Power Soccer,NES,Sports,Tokuma Shoten,Tokuma Shoten,,,,,,,1990-03-30, +/games/boxart/full_2556732AmericaFrontccc.jpg,Power Spike Pro Beach Volleyball,GB,Sports,Infogrames,Spark,,,,,,,2000-12-22, +/games/boxart/full_5723288AmericaFrontccc.jpg,Power Spike Pro Beach Volleyball,PC,Sports,Atari,Carapace,,,,,,,2001-05-19, +/games/boxart/full_power-tennis_5JapanFront.jpg,Power Tennis,PCE,Sports,Hudson Soft,Now Production,,,,,,,1993-06-25, +/games/boxart/full_4312852PALFrontccc.jpg,Power Volleyball,PS2,Sports,Parker Bros.,Phoenix Games,,,,,,,2007-01-26, +/games/boxart/4768835ccc.jpg,Powerball,VC,Sports,Namco Bandai,Namco,,,,,,,2008-03-24, +/games/boxart/full_7127026AmericaFrontccc.jpg,Powerball,GEN,Sports,Namco,Namco,,,,,,,1991-01-01, +/games/boxart/full_179731AmericaFrontccc.jpeg,Powerstar Golf,XOne,Sports,Microsoft Studios,Zoe Mode,,,,,,,2013-11-22,2018-08-09 +/games/boxart/full_premier-manager_78AmericaFront.jpg,Premier Manager,PSN,Sports,Unknown,Urbanscan,,,,,,,2011-03-22, +/games/boxart/full_premier-manager-2003-04_841PALFront.jpg,Premier Manager 2003-04,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2003-11-28, +/games/boxart/full_9592653PALFrontccc.jpg,Premier Manager 2003-04,GBA,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2003-11-28, +/games/boxart/full_4044742PALFrontccc.jpg,Premier Manager 2004-2005,GBA,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2004-11-26, +/games/boxart/full_premier-manager-2004-2005_136PALFront.jpg,Premier Manager 2004-2005,PS2,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2004-11-05, +/games/boxart/full_premier-manager-2004-2005_131PALFront.jpg,Premier Manager 2004-2005,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2004-11-12, +/games/boxart/full_premier-manager-2005-2006_826PALFront.jpg,Premier Manager 2005-2006,PS2,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2005-08-11, +/games/boxart/full_premier-manager-2005-2006_999PALFront.jpg,Premier Manager 2005-2006,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2005-08-12, +/games/boxart/full_8320383PALFrontccc.jpg,Premier Manager 2005-2006,GBA,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2005-08-11, +/games/boxart/full_premier-manager-2006-2007_41PALFront.jpg,Premier Manager 2006-2007,PS2,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2006-08-18, +/games/boxart/full_premier-manager-2006-2007_248PALFront.jpg,Premier Manager 2006-2007,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2006-08-18, +/games/boxart/full_3814028PALFrontccc.jpg,Premier Manager 64,N64,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-08-01, +/games/boxart/full_premier-manager-97_2PALFront.jpg,Premier Manager 97,GEN,Sports,Sega,Gremlin Interactive,,,,,,,1996-01-01, +/games/boxart/5449022ccc.jpg,Prize Fighter,SCD,Sports,Sega,Digital Pictures,,,,,,,1995-01-01, +/games/boxart/default.jpg,Pro Bull Riders: Out of the Chute,X360,Sports,Unknown,D2C Games,,,,,,,, +/games/boxart/full_9112396AmericaFrontccc.png,Pro Bull Riders: Out of the Chute,PSN,Sports,Crave Entertainment,D2C Games,,,,,,,2008-11-24, +/games/boxart/full_4399129PALFrontccc.jpg,Pro Cycling Manager 2016,XOne,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2016-06-16,2018-06-30 +/games/boxart/full_9050263PALFrontccc.jpg,Pro Cycling Manager Season 2006: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2006-08-18, +/games/boxart/full_8570882PALFrontccc.jpg,Pro Cycling Manager Season 2007: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2007-06-20, +/games/boxart/full_860118PALFrontccc.jpg,Pro Cycling Manager Season 2008: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2008-06-27, +/games/boxart/full_9439795PALFrontccc.jpg,Pro Cycling Manager Season 2009: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2009-07-10, +/games/boxart/full_4227743PALFrontccc.jpg,Pro Cycling Season 2007: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2007-07-06, +/games/boxart/full_6778401PALFrontccc.jpg,Pro Cycling Season 2008: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2008-06-01, +/games/boxart/full_8292437PALFrontccc.png,Pro Cycling Season 2009: Le Tour de France,PSN,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2010-02-25, +/games/boxart/full_5958706AmericaFrontccc.jpg,Pro Darts,GB,Sports,Vatical Entertainment,Vicarious Visions,,,,,,,2002-02-07, +/games/boxart/full_6850029PALFrontccc.jpg,Pro Evolution Soccer,PS,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-02-15, +/games/boxart/full_pro-evolution-soccer-2011_182AmericaFront.jpg,Pro Evolution Soccer 2011,PSN,Sports,Konami,Konami,,,,,,,2010-11-16, +/games/boxart/full_2662200AmericaFrontccc.jpg,Pro Evolution Soccer 2013,PS2,Sports,Konami Digital Entertainment,Konami,,,,,,,2012-09-25,2018-01-12 +/games/boxart/full_884356AmericaFrontccc.jpg,Pro Moves Soccer,GEN,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1993-01-01, +/games/boxart/4892306ccc.jpg,Pro Sport Hockey,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1994-02-01, +/games/boxart/full_pro-stadium_3JapanFront.jpg,Pro Stadium,3DO,Sports,Unknown,Sanyo,,,,,,,1995-12-08, +/games/boxart/full_pro-yakyuu-greatest-nine-98-summer-action_9JapanFront.jpg,Pro Yakyuu Greatest Nine '98: Summer Action,SAT,Sports,Sega,Nextech,,,,,,,1998-08-06, +/games/boxart/full_647838JapanFrontccc.jpg,Pro Yakyuu Spirits 2,PS2,Sports,Konami,PawaPuro Production,,,,,,,2005-04-07, +/games/boxart/full_7044103JapanFrontccc.jpg,Pro Yakyuu Spirits 2004,PS2,Sports,Konami,Diamond Head,,,,,,,2004-03-25, +/games/boxart/full_8530076JapanFrontccc.jpg,Pro Yakyuu Spirits 2004 Climax,PS2,Sports,Konami,Diamond Head,,,,,,,2004-09-16, +/games/boxart/full_pro-yakyuu-spirits-2010_542JapanFront.jpg,Pro Yakyuu Spirits 2010,PSN,Sports,Konami,PawaPuro Production,,,,,,,2010-04-01, +/games/boxart/full_pro-yakyuu-spirits-2011_755JapanFront.jpg,Pro Yakyuu Spirits 2011,PSN,Sports,Konami,Konami,,,,,,,2011-04-14, +/games/boxart/full_7599658JapanFrontccc.jpg,Pro Yakyuu Spirits 3,X360,Sports,Konami,PawaPuro Production,,,,,,,2006-04-06, +/games/boxart/full_4605790JapanFrontccc.jpg,Pro Yakyuu Super League CD,SCD,Sports,Sega,Sega,,,,,,,1992-10-30, +/games/boxart/full_1177555JapanFrontccc.jpg,Pro Yakyuu Team de Asobou Net!,DC,Sports,Sega,Smilebit,,,,,,,2000-08-10, +/games/boxart/full_1310942JapanFrontccc.jpg,Pro Yakyuu Team de Asobou!,DC,Sports,Sega,Smilebit,,,,,,,1999-12-23, +/games/boxart/full_5610183JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou! & Asobou!,DC,Sports,Sega,Smilebit,,,,,,,2001-08-30, +/games/boxart/full_9163445JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou! Advance,GBA,Sports,Sega,Sega,,,,,,,2002-08-08, +/games/boxart/full_pro-yakyuu-virtual-stadium_8JapanFront.jpg,Pro Yakyuu Virtual Stadium,3DO,Sports,Electronic Arts Victor,EA Sports,,,,,,,1995-12-29, +/games/boxart/full_4541921JapanFrontccc.jpg,Pro Yakyuu World Stadium,PCE,Sports,Namco,Namco,,,,,,,1988-05-20, +/games/boxart/full_2415933JapanFrontccc.jpg,Pro Yakyuu World Stadium '91,PCE,Sports,Namco,Namco,,,,,,,1991-03-21, +/games/boxart/full_3668919AmericaFrontccc.jpg,Pro-Putt Domo,DSiW,Sports,Nintendo,Suzak,,,,,,,2009-10-19, +/games/boxart/full_1839472AmericaFrontccc.jpg,Project Powder,PC,Sports,Unknown,Outspark,,,,,,,2008-01-01, +/games/boxart/full_2389449AmericaFrontccc.jpg,Pub Darts,WW,Sports,Big Blue Bubble,Big Blue Bubble Inc.,,,,,,,2010-01-04, +/games/boxart/default.jpg,Pure Football,Wii,Sports,Unknown,Ubisoft Vancouver,,,,,,,, +/games/boxart/full_pure-futbol_490AmericaFront.jpg,Pure Futbol,XBL,Sports,Ubisoft,Action Pants Inc.,3.8,,,,,,2011-08-02, +/games/boxart/full_pure-futbol_7PALFront.jpg,Pure Futbol,PC,Sports,Ubisoft,Ubisoft Vancouver,,,,,,,2010-06-08, +/games/boxart/full_3439795AmericaFrontccc.jpg,Pure Pool,XOne,Sports,Triniti Interactive,VooFoo Studios,,,,,,,2015-01-01,2018-01-31 +/games/boxart/full_putt-amp-putter_4PALFront.jpg,Putt & Putter,MS,Sports,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/1259578ccc.jpg,Putt & Putter,GG,Sports,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_3716628AmericaFrontccc.jpg,Quarterback Attack with Mike Ditka,3DO,Sports,Digital Pictures,Digital Pictures,,,,,,,1996-01-01, +/games/boxart/7089789ccc.jpg,Quarterback Attack with Mike Ditka,SAT,Sports,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, +/games/boxart/full_quattro-sports_605AmericaFront.jpg,Quattro Sports,NES,Sports,Camerica,Codemasters,,,,,,,1991-01-01, +/games/boxart/full_1497863AmericaFrontccc.jpg,R.B.I. Baseball 15,PS4,Sports,MLB.com,MLB.com,,,,,,,2015-05-01, +/games/boxart/full_1321558AmericaFrontccc.jpg,R.B.I. Baseball 15,XOne,Sports,MLB.com,MLB.com,,,,,,,2015-05-01,2018-08-11 +/games/boxart/full_8340380AmericaFrontccc.jpg,R.B.I. Baseball 15,PC,Sports,MLB.com,MLB.com,,,,,,,2015-04-30,2018-08-11 +/games/boxart/full_412863AmericaFrontccc.jpg,R.B.I. Baseball 15,OSX,Sports,MLB.com,MLB.com,,,,,,,2015-04-30,2018-08-11 +/games/boxart/full_8696757AmericaFrontccc.jpg,R.B.I. Baseball 2016,PC,Sports,MLB.com,MLB.com,,,,,,,2016-04-05,2018-06-27 +/games/boxart/full_racket-attack_41AmericaFront.jpg,Racket Attack,NES,Sports,Jaleco,TOSE Software,,,,,,,1988-10-01, +/games/boxart/full_rackets-amp-rivals_174PALFront.jpg,Rackets & Rivals,NES,Sports,Palcom,Palcom Software,,,,,,,1993-01-01, +/games/boxart/full_7348867AmericaFrontccc.jpg,Racquetball,2600,Sports,Apollo,Apollo,,,,,,,1981-01-01, +/games/boxart/full_rad-racket-deluxe-tennis-ii_927AmericaFront.jpg,Rad Racket: Deluxe Tennis II,NES,Sports,American Video Entertainment,Idea-Tek,,,,,,,1991-01-01, +/games/boxart/full_rageball_76PALFront.png,Rageball,PSN,Sports,Midas Interactive Entertainment,Naps Team,,,,,,,2011-06-02, +/games/boxart/full_2548690AmericaFrontccc.jpg,Rageball,PS,Sports,Agetec,Naps Team,,,,,,,2002-07-25, +/games/boxart/5525939ccc.jpg,Rap Jam: Volume One,SNES,Sports,Mandigo,64WD Corporation,,,,,,,1995-01-01, +/games/boxart/full_rapala-pro-bass-fishing-2010_10AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PSN,Sports,Activision,FUN Labs,,,,,,,2010-09-28, +/games/boxart/9408231ccc.jpg,Rapala Pro Fishing,PC,Sports,Activision,MagicWand Productions,,,,,,,2004-09-01, +/games/boxart/full_rapala-tournament-fishing_495AmericaFront.jpg,Rapala Tournament Fishing!,XBL,Sports,Activision,FUN Labs,,,,,,,2011-02-15, +/games/boxart/full_5327240AmericaFrontccc.png,Rapala Trophies,PSN,Sports,Activision,Sand Grain Studios,,,,,,,2009-09-30, +/games/boxart/full_6931484AmericaFrontccc.jpg,Razor Freestyle Scooter,DC,Sports,Crave Entertainment,Titanium Studios,6.3,,,,,,2001-08-08, +/games/boxart/7836154ccc.jpg,Razor Freestyle Scooter,GB,Sports,Crave Entertainment,Crawfish Interactive,,,,,,,2001-05-10, +/games/boxart/full_966AmericaFrontccc.jpg,Razor Freestyle Scooter,N64,Sports,Crave Entertainment,Titanium Studios,,,,,,,2001-11-27, +/games/boxart/full_7868090AmericaFrontccc.jpg,RBI Baseball '94,GG,Sports,Tengen,Al Baker and Associates,,,,,,,1994-01-01, +/games/boxart/8625396ccc.jpg,Ready 2 Rumble Boxing,GB,Sports,Midway Games,Midway,6,,,,,,1999-11-01, +/games/boxart/full_1970772AmericaFrontccc.jpg,Ready 2 Rumble Boxing,DC,Sports,Midway Games,Midway Games,8.3,,,,,,1999-09-08, +/games/boxart/full_8110036PALFrontccc.png,Real Madrid: The Game,PSN,Sports,Virgin Play,Virgin Play,,,,,,,2009-08-13, +/games/boxart/full_6101455PALFrontccc.jpg,Real Madrid: The Game,DS,Sports,Virgin Play,Virgin Play,,,,,,,2009-03-13, +/games/boxart/full_7741054PALFrontccc.jpg,Real Madrid: The Game,PC,Sports,Virgin Play,Atomic Planet Entertainment,,,,,,,2009-04-09, +/games/boxart/full_3277802PALFrontccc.jpg,Real Madrid: The Game,PSP,Sports,Virgin Play,Atomic Planet Entertainment,,,,,,,2009-05-01, +/games/boxart/full_1450943PALFrontccc.jpg,Real Madrid: The Game,PS2,Sports,Virgin Play,Atomic Planet Entertainment,,,,,,,2009-05-01, +/games/boxart/full_2511461AmericaFrontccc.jpg,Real Pool,PC,Sports,GT Interactive,GT Interactive,,,,,,,1998-01-01, +/games/boxart/full_6571941AmericaFrontccc.jpg,Real Soccer 2009,DSiW,Sports,Gameloft,Gameloft,,,,,,,2009-05-11, +/games/boxart/full_8809824AmericaFrontccc.jpg,Real Soccer 2010,DSiW,Sports,Gameloft,Gameloft,,,,,,,2010-02-15, +/games/boxart/full_real-world-golf_272PALFront.jpg,Real World Golf,PC,Sports,In2Games,Aqua Pacific,,,,,,,2006-04-11, +/games/boxart/1918221ccc.jpg,RealSports Baseball,5200,Sports,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/7659221ccc.jpg,RealSports Baseball,7800,Sports,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/full_6980088AmericaFrontccc.jpg,RealSports Basketball,2600,Sports,CGE Services Corporation,Atari,,,,,,,2002-08-10, +/games/boxart/9912073ccc.jpg,RealSports Football,5200,Sports,Midway Games,Midway Games,,,,,,,1983-01-01, +/games/boxart/9841992ccc.jpg,RealSports Soccer,2600,Sports,Atari,Atari,,,,,,,1983-01-01, +/games/boxart/7229317ccc.jpg,RealSports Soccer,5200,Sports,Midway Games,Midway Games,,,,,,,1983-01-01, +/games/boxart/7804589ccc.jpg,RealSports Tennis,5200,Sports,Atari,Midway Games,,,,,,,1983-01-01, +/games/boxart/full_6119432PALFrontccc.png,Red Bull X-Fighters,PSN,Sports,Xendex,Xendex Holding GMBH,,,,,,,2010-06-15, +/games/boxart/default.jpg,Red Bull X-Fighters World Tour,XBL,Sports,Unknown,Xendex Holding GMBH,,,,,,,, +/games/boxart/default.jpg,Red Bull X-Fighters World Tour,PC,Sports,Unknown,Xendex Holding GMBH,,,,,,,, +/games/boxart/full_1648950AmericaFrontccc.png,Reel Fishing,PSN,Sports,Sony Computer Entertainment,Pack-In Video,,,,,,,2009-11-23, +/games/boxart/full_4456782AmericaFrontccc.jpg,Reel Fishing Challenge,WW,Sports,Natsume,Natsume,,,,,,,2009-06-29, +/games/boxart/full_reel-fishing-challenge-ii_4AmericaFront.jpg,Reel Fishing Challenge II,WW,Sports,Natsume,Natsume,,,,,,,2010-06-07, +/games/boxart/full_reel-fishing-ii_210AmericaFront.jpg,Reel Fishing II,PSN,Sports,Sony Computer Entertainment,Open Sesame,,,,,,,2011-02-08, +/games/boxart/1057947ccc.jpg,Reel Fishing Wild,DC,Sports,Natsume,West One,5.9,,,,,,2001-01-01, +/games/boxart/full_7269909AmericaFrontccc.jpg,Reel Fishing: Master's Challenge,PSV,Sports,Natsume,Natsume,,,,,,,2015-02-03,2018-07-19 +/games/boxart/full_reggie-jackson-baseball_7AmericaFront.jpg,Reggie Jackson Baseball,MS,Sports,Sega,Sega,,,,,,,1988-01-01, +/games/boxart/full_2037649AmericaFrontccc.jpg,Relief Pitcher,SNES,Sports,Left Field Productions,Tengen,,,,,,,1994-05-01, +/games/boxart/full_619559AmericaFrontccc.jpg,Ring King,NES,Sports,Data East,Namco,,,,,,,1987-09-01, +/games/boxart/4911432ccc.jpg,Ring Rage,GB,Sports,Taito,Taito Corporation,,,,,,,1993-01-29, +/games/boxart/2617297ccc.jpg,Rippin' Riders,DC,Sports,Sega,UEP Systems,6.8,,,,,,1999-10-31, +/games/boxart/full_5128558AmericaFrontccc.jpg,Rock N' Roll Climber,WW,Sports,Nintendo,Vitei Inc.,,,,,,,2009-08-10, +/games/boxart/full_5039393AmericaFrontccc.jpg,Rocket Bowl,XBL,Sports,D3 Publisher,21-6 Productions,,,,,,,2008-09-10, +/games/boxart/full_rocket-power-gettin-air_902AmericaFront.jpg,Rocket Power: Gettin' Air,GB,Sports,THQ,Tiertex Design Studios,,,,,,,2001-03-27, +/games/boxart/full_rocketbowl_286AmericaFront.png,RocketBowl,PC,Sports,Encore,Large Animal,,,,,,,2004-10-15, +/games/boxart/full_rocketbowl_163AmericaFront.jpg,RocketBowl,XBL,Sports,D3 Publisher,Large Animal,,,,,,,2008-09-10, +/games/boxart/full_rockstar-games-presents-table-tennis_8AmericaFront.jpg,Rockstar Games presents Table Tennis,XBL,Sports,Rockstar Games,Rockstar San Diego,,,,,,,2009-08-11, +/games/boxart/full_roger-clemens-mvp-baseball_774AmericaFront.jpg,Roger Clemens' MVP Baseball,SNES,Sports,LJN,Sculptured Software,,,,,,,1992-09-01, +/games/boxart/full_roger-clemens-mvp-baseball_678AmericaFront.jpg,Roger Clemens' MVP Baseball,GB,Sports,LJN,Sculptured Software,,,,,,,1992-09-01, +/games/boxart/full_roger-clemens-mvp-baseball_634AmericaFront.jpg,Roger Clemens' MVP Baseball,NES,Sports,LJN,Sculptured Software,,,,,,,1991-10-01, +/games/boxart/full_roger-clemens-mvp-baseball_170AmericaFront.jpg,Roger Clemens' MVP Baseball,GEN,Sports,Flying Edge,Sculptured Software,,,,,,,1992-09-12, +/games/boxart/full_8519074PALFrontccc.jpg,Roland Garros 2005 powered by Smash Court Tennis,PS2,Sports,Sony Computer Entertainment,Namco,,,,,,,2005-05-18, +/games/boxart/full_9591211PALFrontccc.jpg,Roland Garros French Open,GB,Sports,Cryo Interactive,Visual Impact,,,,,,,2000-06-09, +/games/boxart/full_7990982PALFrontccc.jpg,Roland Garros French Open 2002,GBA,Sports,Wanadoo,Carapace,,,,,,,2002-05-28, +/games/boxart/full_roland-garros-2002_782PALFront.jpg,Roland Garros French Open 2002,PS2,Sports,Wanadoo,Carapace,,,,,,,2002-05-28, +/games/boxart/full_4765126PALFrontccc.jpg,Roland Garros French Open 2003,PS2,Sports,Wanadoo,Carapace,,,,,,,2003-05-21, +/games/boxart/98555ccc.jpg,Rollergames,NES,Sports,Ultra Games,Konami,,,,,,,1990-09-01, +/games/boxart/full_4164456AmericaFrontccc.jpg,Ronaldo V-Soccer,GB,Sports,GT Interactive,Bit Managers,,,,,,,2001-06-01, +/games/boxart/5651681ccc.jpg,Roundball: 2-on-2 Challenge,NES,Sports,Mindscape,Data East,,,,,,,1992-05-01, +/games/boxart/full_182089PALFrontccc.jpg,RTL Biathlon 2007,PC,Sports,RTL,49Games,,,,,,,2006-12-07, +/games/boxart/full_7886387PALFrontccc.jpg,RTL Biathlon 2007,PS2,Sports,RTL,49Games,,,,,,,2006-12-07, +/games/boxart/full_362668PALFrontccc.jpg,RTL Biathlon 2008,PC,Sports,RTL,49Games,,,,,,,2007-11-29, +/games/boxart/full_6054274PALFrontccc.jpg,RTL Biathlon 2009,PC,Sports,RTL,49Games,,,,,,,2008-11-27, +/games/boxart/full_6015285PALFrontccc.jpg,Rugby 06,PC,Sports,EA Sports,HB Studios Multimedia,,,,,,,2006-02-10, +/games/boxart/full_rugby-2004_566AmericaFront.jpg,Rugby 2004,PC,Sports,EA Sports,HB Studios Multimedia,,,,,,,2003-11-04, +/games/boxart/default.jpg,Rugby Challenge,PSV,Sports,Unknown,Sidhe Entertainment,,,,,,,, +/games/boxart/full_9873595PALFrontccc.jpg,Rugby League 2: World Cup Edition,PS2,Sports,HES Interactive,Sidhe Interactive,,,,,,,2008-11-21, +/games/boxart/full_rugby-league-challenge_9PALFront.jpg,Rugby League Challenge,PSN,Sports,Home Entertainment Suppliers,Wicked Witch Software,,,,,,,2010-05-26, +/games/boxart/full_7128760PALFrontccc.jpg,Rugby League Live 3,PC,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2015-09-30,2018-04-19 +/games/boxart/full_3072586AmericaFrontccc.jpg,Rugby League Live 4,PC,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2017-07-28,2018-08-13 +/games/boxart/full_rugby-world-cup-2011_956AmericaFront.jpg,Rugby World Cup 2011,PSN,Sports,505 Games,HB Studios Multimedia,4.5,,,,,,2011-09-06, +/games/boxart/full_rugby-world-cup-2011_446AmericaFront.jpg,Rugby World Cup 2011,XBL,Sports,505 Games,HB Studios Multimedia,4.8,,,,,,2011-09-01, +/games/boxart/3727624ccc.jpg,Rugby World Cup 95,GEN,Sports,EA Sports,EA,,,,,,,1994-01-01, +/games/boxart/full_1588503AmericaFrontccc.png,Rusty's Real Deal Baseball,3DS,Sports,Nintendo,Nintendo,,,,,,,2014-04-03,2018-08-31 +/games/boxart/full_9265206AmericaFrontccc.jpg,Salt Lake 2002,PC,Sports,Eidos Interactive,Attention To Detail,,,,,,,2002-01-24, +/games/boxart/full_6825245JapanFrontccc.jpg,Sankei Sports Kanshuu: Keiba Ryoku Nintei Shiken: Baken DS,DS,Sports,Dimple Entertainment,Dimple Entertainment,,,,,,,2007-09-20, +/games/boxart/full_sanrio-cup-pon-pon-volley_894JapanFront.jpg,Sanrio Cup: Pon Pon Volley,NES,Sports,Character Soft,Character Soft,,,,,,,1992-07-17, +/games/boxart/full_sanrio-world-smash-ball_318JapanFront.jpg,Sanrio World Smash Ball!,SNES,Sports,Character Soft,Tomcat System,,,,,,,1993-07-16, +/games/boxart/full_7719838AmericaFrontccc.jpg,Scratch Golf,GG,Sports,Victory Lap Games,Vic Tokai,,,,,,,1994-01-01, +/games/boxart/full_9372480JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 15: Decathlete Collection,PS2,Sports,Sega,Sega,,,,,,,2004-07-29, +/games/boxart/default.jpg,Sega Bass Fishing,PSN,Sports,Unknown,SIMS,,,,,,,, +/games/boxart/full_5523468AmericaFrontccc.jpg,Sega Bass Fishing,PC,Sports,Activision,Sega-AM1,,,,,,,2001-01-01, +/games/boxart/3474952ccc.jpg,Sega Bass Fishing,DC,Sports,Sega,SIMS,8.2,,,,,,1999-09-30, +/games/boxart/full_sega-bass-fishing_187AmericaFront.jpg,Sega Bass Fishing,XBL,Sports,Sega,SIMS,,,,,,,2011-10-05, +/games/boxart/full_277684AmericaFrontccc.jpg,Sega Bass Fishing 2,DC,Sports,Sega,Wow Entertainment,7.9,,,,,,2001-08-21, +/games/boxart/4999600ccc.jpg,Sega Marine Fishing,DC,Sports,Sega,Wow Entertainment,7.9,,,,,,2000-08-20, +/games/boxart/full_sega-marine-fishing_916JapanFront.jpg,Sega Marine Fishing,PC,Sports,Empire Interactive,Wow Entertainment,,,,,,,2001-10-19, +/games/boxart/full_1793820AmericaFrontccc.jpg,Sega Soccer Slam,XBL,Sports,Sega,Black Box,,,,,,,2008-12-10, +/games/boxart/default.jpg,Sega Splash! Golf,PC,Sports,Unknown,Sega,,,,,,,, +/games/boxart/full_5874826PALFrontccc.jpg,Sega Sports 1: Super Monaco / Wimbledon / Ultimate Soccer,GEN,Sports,Sega,Sega,,,,,,,1995-01-01, +/games/boxart/1724490ccc.jpg,Sega Sports Tennis,PS2,Sports,Sega,Hitmaker,,,,,,,2002-07-30, +/games/boxart/full_6519766AmericaFrontccc.jpg,Sega Superstars Tennis,XBL,Sports,Sega,Sumo Digital,,,,,,,2010-03-23, +/games/boxart/full_sega-world-tournament-golf_1PALFront.jpg,Sega World Tournament Golf,MS,Sports,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/7095079ccc.jpg,Sega Worldwide Soccer '97,SAT,Sports,Sega,Team Aquila,,,,,,,1996-10-31, +/games/boxart/full_8114170PALFrontccc.jpg,Sega Worldwide Soccer '98,SAT,Sports,Sega,Sega,,,,,,,1998-01-01, +/games/boxart/full_3556452PALFrontccc.jpg,Sega Worldwide Soccer 2000,DC,Sports,Sega,Silicon Dreams,,,,,,,1999-12-01, +/games/boxart/full_5690002PALFrontccc.jpg,Sega Worldwide Soccer 2000 Euro Edition,DC,Sports,Sega,Silicon Dreams,,,,,,,2000-06-30, +/games/boxart/full_3182244PALFrontccc.jpg,Sensible Soccer,PS,Sports,GT Interactive,Krisalis Software,,,,,,,2002-01-01, +/games/boxart/full_4712926AmericaFrontccc.jpg,Sensible Soccer '98,PC,Sports,GT Interactive,Sensible Software,,,,,,,1998-08-25, +/games/boxart/full_sensible-soccer-2006_500PALFront.jpg,Sensible Soccer 2006,PC,Sports,Codemasters,Kuju Entertainment,,,,,,,2006-06-09, +/games/boxart/full_sensible-soccer-2006_483PALFront.jpg,Sensible Soccer 2006,XB,Sports,Codemasters,Kuju Entertainment,,,,,,,2006-06-09, +/games/boxart/full_sensible-soccer-2006_601PALFront.jpg,Sensible Soccer 2006,PS2,Sports,Codemasters,Kuju Entertainment,,,,,,,2006-06-09, +/games/boxart/full_sensible-european-champions_8PALFront.jpg,Sensible Soccer : European Champions,GG,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-01-01, +/games/boxart/full_5883091PALFrontccc.jpg,Sensible Soccer: European Champions,GEN,Sports,Renegade,Sensible Software,,,,,,,1993-01-01, +/games/boxart/full_sensible-soccer-european-champions_4PALFront.jpg,Sensible Soccer: European Champions,MS,Sports,Sega,Sensible Software,,,,,,,1988-01-01, +/games/boxart/full_8402376PALFrontccc.jpg,Sensible Soccer: European Club Edition,PC,Sports,GT Interactive,Sensible Software,,,,,,,1997-01-01, +/games/boxart/full_9306359AmericaFrontccc.jpg,Sensible World of Soccer,XBL,Sports,Codemasters Online,Kuju Sheffield,,,,,,,2007-12-21, +/games/boxart/3047519ccc.jpg,Sesame Street Sports,GB,Sports,NewKidCo,Bonsai Entertainment Corp.,,,,,,,2001-11-15, +/games/boxart/full_6898194AmericaFrontccc.jpg,SFG Soccer,XBL,Sports,Microsoft,Stir Fry Games,,,,,,,2009-10-31, +/games/boxart/full_4531687AmericaFrontccc.jpg,Shaun Palmer's Pro Snowboarder,GB,Sports,Activision,ITL,,,,,,,2001-11-01, +/games/boxart/full_shaun-white-skateboarding_305AmericaFront.jpg,Shaun White Skateboarding,XBL,Sports,Ubisoft,Ubisoft Montreal,6.1,,,,,,2011-07-26, +/games/boxart/full_1024263AmericaFrontccc.jpg,Shaun White Snowboarding,XBL,Sports,Ubisoft,Ubisoft Montreal,,,,,,,2009-09-22, +/games/boxart/full_shawn-johnson-gymnastics_692AmericaFront.jpg,Shawn Johnson Gymnastics,DSiW,Sports,Zoo Games,Artefacts Studio,,,,,,,2011-02-07, +/games/boxart/full_1214275JapanFrontccc.jpg,Shimono Masaki no Fishing to Bassing,SNES,Sports,Natsume,Natsume,,,,,,,1994-10-16, +/games/boxart/full_4898353JapanFrontccc.jpg,Shiren Monsters: Netsal,GBA,Sports,ChunSoft,ChunSoft,,,,,,,2004-04-22, +/games/boxart/full_6225674AmericaFrontccc.jpg,Shufflepuck Cantina Deluxe,OSX,Sports,Agharta Studio,Agharta Studio,,,,,,,2013-12-06,2019-04-10 +/games/boxart/full_3014163AmericaFrontccc.jpg,Shufflepuck Cantina Deluxe,Linux,Sports,Agharta Studio,Agharta Studio,,,,,,,2013-12-06,2019-04-10 +/games/boxart/default.jpg,Shunkan Jump Kentei,DSiW,Sports,G-Style,G-Style,,,,,,,2010-07-14, +/games/boxart/full_7334422JapanFrontccc.jpg,Shuukan Gallop: Blood Master,PS,Sports,Pony Canyon,Pony Canyon,,,,,,,1999-11-25, +/games/boxart/full_side-pocket-for-wonderswan_4JapanFront.jpg,Side Pocket for WonderSwan,WS,Sports,Data East,Data East,,,,,,,1999-11-25, +/games/boxart/full_9719853JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 1: Hello Kitty Bowling,PS,Sports,D3 Publisher,Tamsoft,,,,,,,2001-08-30, +/games/boxart/full_3566009JapanFrontccc.jpg,Simple 1500 Series Vol. 21: The Yakyuu,PS,Sports,D3 Publisher,E's,,,,,,,2000-10-05, +/games/boxart/full_5114113JapanFrontccc.jpg,Simple 1500 Series Vol. 23: The Gateball,PS,Sports,D3 Publisher,Amedio,,,,,,,1999-12-09, +/games/boxart/full_8943153JapanFrontccc.jpg,Simple 1500 Series Vol. 29: The Tsuri,PS,Sports,D3 Publisher,Access Software,,,,,,,2000-07-13, +/games/boxart/full_3739828JapanFrontccc.jpg,Simple 1500 Series Vol. 30: The Basketball,PS,Sports,D3 Publisher,I.T. Planning,,,,,,,2000-05-02, +/games/boxart/full_7161295JapanFrontccc.jpg,Simple 1500 Series Vol. 33: The Takkyuu,PS,Sports,D3 Publisher,Amedio,,,,,,,2000-08-03, +/games/boxart/full_4271169JapanFrontccc.jpg,Simple 1500 Series Vol. 47: The Skateboard,PS,Sports,D3 Publisher,Microcabin,,,,,,,2000-11-16, +/games/boxart/full_4251147JapanFrontccc.jpg,Simple 1500 Series Vol. 54: The Volleyball - Break Volley Plus,PS,Sports,D3 Publisher,Aqua Rogue,,,,,,,2001-01-25, +/games/boxart/full_1743790JapanFrontccc.jpg,Simple 1500 Series Vol. 60: The Table Hockey,PS,Sports,D3 Publisher,Break,,,,,,,2001-04-26, +/games/boxart/full_8929896JapanFrontccc.jpg,Simple 1500 Series Vol. 62: The Ski,PS,Sports,D3 Publisher,Atelier Double,,,,,,,2001-05-31, +/games/boxart/full_6158775JapanFrontccc.jpg,Simple 1500 Series Vol. 65: The Golf,PS,Sports,D3 Publisher,Highwaystar,,,,,,,2001-07-05, +/games/boxart/full_2856946JapanFrontccc.jpg,Simple 1500 Series Vol. 67: The Soccer (Dynamite Soccer 1500),PS,Sports,D3 Publisher,A-Max,,,,,,,2001-08-09, +/games/boxart/full_8824054JapanFrontccc.jpg,Simple 1500 Series Vol. 72: The Beach Volley,PS,Sports,D3 Publisher,Break,,,,,,,2001-08-30, +/games/boxart/full_4040051JapanFrontccc.jpg,Simple 1500 Series Vol. 77: The Suiei,PS,Sports,D3 Publisher,Highwaystar,,,,,,,2001-10-25, +/games/boxart/full_2153684JapanFrontccc.jpg,Simple 1500 Series Vol. 87: The Kyoutei,PS,Sports,D3 Publisher,Highwaystar,,,,,,,2002-02-28, +/games/boxart/full_5877209JapanFrontccc.jpg,Simple 1500 Series Vol. 96: The Yakyuu 2,PS,Sports,D3 Publisher,Access,,,,,,,2002-07-25, +/games/boxart/full_791549JapanFrontccc.jpg,Simple 1500 Series Vol. 98: The Futsal,PS,Sports,D3 Publisher,Axes Art Amuse,,,,,,,2002-09-05, +/games/boxart/full_6582425JapanFrontccc.jpg,Simple 2000 Series Vol. 15: The Rugby,PS2,Sports,D3 Publisher,Siesta,,,,,,,2002-11-14, +/games/boxart/full_4124647JapanFrontccc.jpg,Simple 2000 Series Vol. 27: The Pro Yakyuu: 2003 Pennant Race,PS2,Sports,D3 Publisher,Tamsoft,,,,,,,2003-04-24, +/games/boxart/full_5894799JapanFrontccc.jpg,Simple 2000 Ultimate Series Vol. 1: Love * Smash! Super Tennis Players,PS2,Sports,D3 Publisher,HuneX,,,,,,,2002-01-17, +/games/boxart/full_7658005JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 05: Highschool Kimengumi: The Table Hockey,PS,Sports,Bandai,Break,,,,,,,2001-12-20, +/games/boxart/full_9757799JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 09: Tsuri Kichi Sanpei: The Tsuri,PS,Sports,Bandai,Ving-et-un Systems,,,,,,,2002-06-27, +/games/boxart/full_7743126JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 10: Sakigake!! Otojojuku - The Dodge Ball,PS,Sports,Bandai,Access,,,,,,,2002-08-29, +/games/boxart/full_2367852JapanFrontccc.jpg,Simple DS Series Vol. 29: The Sports Daishuugou - Yakyuu-Tennis-Volleyball-Futsal-Golf,DS,Sports,D3 Publisher,Tamsoft,,,,,,,2007-12-20, +/games/boxart/full_9749592JapanFrontccc.jpg,Simple Wii Series Vol. 2: The Minna de Bass Tsuri Taikai,Wii,Sports,D3 Publisher,D3 Publisher,,,,,,,2007-10-25, +/games/boxart/full_1304863AmericaFrontccc.jpg,Simply Soccer,And,Sports,Unknown,Unknown,,,,,,,2014-06-20, +/games/boxart/full_8395196PALFrontccc.jpg,Simulador Profesional de Fútbol,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1992-01-01, +/games/boxart/full_4166124AmericaFrontccc.jpg,sin(Surfing),XBL,Sports,Microsoft,Raph,,,,,,,2008-11-20, +/games/boxart/full_8448082AmericaFrontccc.png,Skate or Die 2: The Search for Double Trouble,NES,Sports,Electronic Arts,Konami,,,,,,,1990-09-01, +/games/boxart/9489920ccc.jpg,Skate or Die!,VC,Sports,Konami,Konami,,,,,,,2007-12-21, +/games/boxart/8545741ccc.jpg,Skate or Die!,NES,Sports,Ultra Games,Konami,,,,,,,1988-12-01, +/games/boxart/3146205ccc.jpg,Skate or Die: Bad 'N Rad,GB,Sports,Konami,Konami,,,,,,,1990-09-01, +/games/boxart/6009108ccc.jpg,Skate or Die: Tour de Thrash,GB,Sports,EA Sports,EA Sports,,,,,,,1991-06-01, +/games/boxart/full_5344306PALFrontccc.png,Skate Park City,PSN,Sports,Midas Interactive Entertainment,Zeroscale,,,,,,,2009-04-30, +/games/boxart/full_4450971PALFrontccc.jpg,Skateboard Madness Xtreme Edition,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, +/games/boxart/full_9934063AmericaFrontccc.jpg,Ski and Shoot,PS2,Sports,Conspiracy Entertainment,49Games,,,,,,,2009-02-28, +/games/boxart/full_387424PALFrontccc.jpg,Ski Hunt,2600,Sports,Unknown,Homevision,,,,,,,1983-01-01, +/games/boxart/full_613432AmericaFrontccc.jpg,Ski or Die,NES,Sports,Ultra Games,Konami,,,,,,,1991-02-01, +/games/boxart/full_7356004PALFrontccc.jpg,Ski Racing 2005 Featuring Hermann Maier,PS2,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2004-12-16, +/games/boxart/full_8000058PALFrontccc.jpg,Ski Racing 2005 Featuring Hermann Maier,XB,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2004-12-03, +/games/boxart/full_2543991PALFrontccc.jpg,Ski Racing 2005 Featuring Hermann Maier,PC,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-03-11, +/games/boxart/full_6878751PALFrontccc.jpg,Ski Racing 2006 Featuring Hermann Maier,PC,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-12-02, +/games/boxart/full_3693844PALFrontccc.jpg,Ski Racing 2006 Featuring Hermann Maier,PS2,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-12-09, +/games/boxart/full_3614405PALFrontccc.jpg,Ski Racing 2006 Featuring Hermann Maier,XB,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-11-25, +/games/boxart/default.jpg,Ski-Doo X-Team Racing,PC,Sports,Unknown,Daydream Software,,,,,,,, +/games/boxart/9341103ccc.jpg,Skiing,2600,Sports,Activision,Activision,,,,,,,1980-01-01, +/games/boxart/default.jpg,Skiing Resort Simulator 2012,PC,Sports,Unknown,UIG Entertainment,,,,,,,, +/games/boxart/full_4638897AmericaFrontccc.jpg,Skitchin',GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/1223388ccc.jpg,Slalom,NES,Sports,Nintendo,Rare Ltd.,,,,,,,1987-08-01, +/games/boxart/497237ccc.jpg,Slam 'n Jam '95,3DO,Sports,3DO,Crystal Dynamics,,,,,,,1995-01-01, +/games/boxart/7961719ccc.jpg,Slam 'n Jam '96 featuring Magic & Kareem,SAT,Sports,Crystal Dynamics,Left Field Productions,,,,,,,1996-08-09, +/games/boxart/172245ccc.jpg,Slam City,SCD,Sports,Digital Pictures,Digital Pictures,,,,,,,1994-11-01, +/games/boxart/full_slam-dunk-2-ih-yosen-kanzenban_3JapanFront.jpg,Slam Dunk 2: IH Yosen Kanzenban!!,SNES,Sports,Bandai,Bandai,,,,,,,1995-02-24, +/games/boxart/full_from-tv-animation-slam-dunk-2-zenkoku-e-no-tip-off_7JapanFront.jpg,Slam Dunk 2: Zenkoku e no Tip Off,GB,Sports,Bandai,Bandai,,,,,,,1995-03-17, +/games/boxart/full_from-tv-animation-slam-dunk-gakeppuchi-no-kesshou-league_5JapanFront.jpg,Slam Dunk: Gakeppuchi no Kesshou League,GB,Sports,Bandai,Bandai,,,,,,,1994-08-11, +/games/boxart/full_slam-dunk-i-love-basketball_8JapanFront.jpg,Slam Dunk: I Love Basketball,SAT,Sports,Bandai,Bandai,,,,,,,1995-08-11, +/games/boxart/full_slam-dunk-kyougou-makkou-taiketsu_1JapanFront.jpg,Slam Dunk: Kyougou Makkou Taiketsu!,GEN,Sports,Bandai,Bandai,,,,,,,1995-04-28, +/games/boxart/full_50041JapanFrontccc.jpg,Slam Dunk: Shouri heno Starting 5,GG,Sports,Bandai,SIMS,,,,,,,1994-12-16, +/games/boxart/full_slam-tennis_9PALFront.jpg,Slam Tennis,PS2,Sports,Infogrames,Infogrames,,,,,,,2002-08-02, +/games/boxart/full_4046414PALFrontccc.png,Slam Tennis,XB,Sports,Infogrames,Infogrames,,,,,,,2002-08-23, +/games/boxart/full_slap-shot_3AmericaFront.jpg,Slap Shot,MS,Sports,Sega,Sanritsu,,,,,,,1990-01-01, +/games/boxart/full_3421288AmericaFrontccc.jpg,"Slime Volleyball, 2.5D",XBL,Sports,Microsoft,Vector3 Studios,,,,,,,2009-01-31, +/games/boxart/default.jpg,Smart Family's Sport Challenge,DSiW,Sports,Unknown,UFO Interactive,,,,,,,, +/games/boxart/default.jpg,Smash Bowling 3D,3DS,Sports,Big John Games,Big John Games,,,,,,,2013-08-08,2019-01-21 +/games/boxart/full_4136789JapanFrontccc.jpg,Smash Court 3,PS,Sports,Namco,Namco,,,,,,,2000-11-09, +/games/boxart/full_9662926JapanFrontccc.jpg,Smash Table Tennis,VC,Sports,Nintendo,Konami,,,,,,,2009-07-17, +/games/boxart/full_7030710PALFrontccc.jpg,Smash Tennis,SNES,Sports,Virgin Interactive,Namco,,,,,,,1993-01-01, +/games/boxart/full_9018149AmericaFrontccc.jpg,SnoCross 2: Featuring Blair Morgan,PS2,Sports,Crave Entertainment,Sensory Sweep,,,,,,,2007-02-07, +/games/boxart/5661725ccc.jpg,Snoopy Tennis,GB,Sports,Infogrames,Mermaid Studios,,,,,,,2001-04-06, +/games/boxart/1119568ccc.jpg,Snoopy's Silly Sports Spectacular!,NES,Sports,Kemco,Kemco,,,,,,,1990-04-01, +/games/boxart/full_4656554PALFrontccc.jpg,Snow Rider,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-10-06, +/games/boxart/full_6499282AmericaFrontccc.jpg,Snow Wave: Avalanche,PC,Sports,eGames,Midas Interactive Entertainment,,,,,,,2002-01-01, +/games/boxart/full_snowboard-champion_718JapanFront.jpg,Snowboard Champion,GB,Sports,Bottom Up,Dream Japan,,,,,,,2000-03-31, +/games/boxart/full_167482PALFrontccc.jpg,Snowboard Racer 2,PS2,Sports,Midas Interactive Entertainment,D3 Publisher,,,,,,,2003-11-07, +/games/boxart/full_4086103AmericaFrontccc.jpg,Snowboard Riot,WW,Sports,Hudson Entertainment,Hudson Soft,,,,,,,2009-02-02, +/games/boxart/9053402ccc.gif,Soccer,VC,Sports,Nintendo,"Iwasaki Electronics Co., Ltd.",,,,,,,2006-11-19, +/games/boxart/2084449ccc.jpg,Soccer,GB,Sports,Tonkin House,Tonkin House,,,,,,,1991-06-07, +/games/boxart/full_4302818AmericaFrontccc.jpg,Soccer,5200,Sports,Unknown,Atari,,,,,,,, +/games/boxart/full_soccer-bashi_6AmericaFront.jpg,Soccer Bashi,PC,Sports,Icon Games,Icon Games,,,,,,,, +/games/boxart/full_soccer-bashi_743PALFront.png,Soccer Bashi,PSN,Sports,Icon Games,Icon Games,,,,,,,2011-02-15, +/games/boxart/full_soccer-manager_321PALFront.jpg,Soccer Manager,GB,Sports,Acclaim Entertainment,Broadsword Interactive,,,,,,,2000-07-07, +/games/boxart/3206412ccc.jpg,Soccer Mania,GB,Sports,Sony Imagesoft,Kitty Group,,,,,,,1992-03-01,2018-09-16 +/games/boxart/full_4095788JapanFrontccc.jpg,Soccer Tsuku Tokudai Gou 2: J-League Pro Soccer Club o Tsukurou,DC,Sports,Sega,Smilebit,,,,,,,2001-12-13, +/games/boxart/default.jpg,Soccer Up!,WW,Sports,Unknown,EnjoyUp Games,,,,,,,, +/games/boxart/full_4550020JapanFrontccc.jpg,Soccer Yarou! Challenge the World,WS,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1999-08-12, +/games/boxart/full_sonic-spike_7AmericaFront.jpg,Sonic Spike,PCE,Sports,IGS,IGS,,,,,,,1990-01-01, +/games/boxart/full_2926500AmericaFrontccc.jpg,Space Football - One on One,SNES,Sports,Triffix,Argonaut Games,,,,,,,1992-01-01, +/games/boxart/full_4269668AmericaFrontccc.jpg,Space Jam,SAT,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1996-01-01, +/games/boxart/default.jpg,Space Jam,PC,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1997-01-07, +/games/boxart/full_7031533JapanFrontccc.jpg,Space Squash,VB,Sports,Coconuts Japan,Tomcat System,,,,,,,1995-09-29, +/games/boxart/full_speedball_8PALFront.jpg,Speedball,MS,Sports,Imageworks,Bitmap Brothers,,,,,,,1990-01-01, +/games/boxart/9586924ccc.jpg,Speedball 2,GB,Sports,Mindscape,Spidersoft,,,,,,,1992-10-01, +/games/boxart/full_speedball-2_0PALFront.jpg,Speedball 2,MS,Sports,Virgin Interactive,Bitmap Brothers,,,,,,,1992-01-01, +/games/boxart/default.jpg,Speedball 2 Evolution,PSN,Sports,Unknown,Tower Studios Ltd,,,,,,,, +/games/boxart/full_2529830PALFrontccc.jpg,Speedball 2 Tournament,PC,Sports,Frogster Interactive,Kylotonn,,,,,,,2008-11-27, +/games/boxart/full_1994862PALFrontccc.jpg,Speedball 2: Brutal Deluxe,GBA,Sports,Wanadoo,Crawfish Interactive,,,,,,,2002-09-13, +/games/boxart/398271ccc.jpg,Speedball 2: Brutal Deluxe,GEN,Sports,Arena Entertainment,The Bitmap Brothers,,,,,,,1986-01-01, +/games/boxart/full_6454738AmericaFrontccc.jpg,Speedball 2: Brutal Deluxe,XBL,Sports,Empire Interactive,Razorworks Studios,,,,,,,2007-10-17, +/games/boxart/3625704ccc.jpg,Sports Action Pack,2600,Sports,Activision,Activision,,,,,,,1988-01-01, +/games/boxart/full_sports-collection_5JapanFront.jpg,Sports Collection,GB,Sports,Tonkin House,Tonkin House,,,,,,,1996-09-27, +/games/boxart/default.jpg,Sports Fest,Wii,Sports,Unknown,Hudson Soft,,,,,,,, +/games/boxart/1023280ccc.jpg,Sports Illustrated for Kids: The Ultimate Triple Dare,GB,Sports,Malibu Games,Halestorm,,,,,,,1994-04-01, +/games/boxart/default.jpg,Sports Illustrated Golf,GG,Sports,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/2564766ccc.jpg,Sports Illustrated Golf Classic,GB,Sports,Malibu Games,Unexpected Development,,,,,,,1994-10-01, +/games/boxart/8966045ccc.jpg,Sports Illustrated: Championship Football & Baseball,GB,Sports,Malibu Games,Halestorm,,,,,,,1993-10-01, +/games/boxart/full_sports-illustrated-championship-football-amp-baseball_929AmericaFront.jpg,Sports Illustrated: Championship Football & Baseball,GG,Sports,Black Pearl,Unexpected Development,,,,,,,1993-01-01, +/games/boxart/full_sports-illustrated-championship-football-ampamp-baseball_264AmericaFront.jpg,Sports Illustrated: Championship Football & Baseball,SNES,Sports,Malibu Games,Malibu Games,,,,,,,1994-02-01, +/games/boxart/2395781ccc.jpg,Sports Jam,DC,Sports,Agetec,Wow Entertainment,7.5,,,,,,2001-07-18, +/games/boxart/5706789ccc.jpg,Sports Pad Football,MS,Sports,Sega,Sega,,,,,,,1987-01-01, +/games/boxart/full_sports-pad-soccer_2JapanFront.jpg,Sports Pad Soccer,MS,Sports,Sega,Sega,,,,,,,1988-10-29, +/games/boxart/full_6287495AmericaFrontccc.jpg,Sports Talk Baseball,GEN,Sports,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_6386284AmericaFrontccc.jpg,Sportsmans Pack 2-in-1,GBA,Sports,Activision,ImageBuilder Software / Torus Games,,,,,,,2005-08-15, +/games/boxart/default.jpg,Squash,PC,Sports,Unknown,Team6 Game Studios,,,,,,,, +/games/boxart/full_3395128AmericaFrontccc.jpg,SSX 3,GIZ,Sports,EA Sports BIG,Gizmondo Studios,,,,,,,2005-10-22, +/games/boxart/full_ssx-on-tour_691PALFront.jpg,SSX On Tour,PSN,Sports,Electronic Arts,EA Canada,8.1,,,,,,2011-06-08, +/games/boxart/full_ssx-out-of-bounds_393AmericaFront.jpg,SSX Out of Bounds,NGage,Sports,Nokia,Exient Entertainment,6.9,,,,,,2005-01-24, +/games/boxart/full_3918105JapanFrontccc.jpg,St Andrews: Eikou to Rekishi no Old Course,SNES,Sports,Epoch,Epoch,,,,,,,1995-09-15, +/games/boxart/full_2001681AmericaFrontccc.jpeg,Steep,PC,Sports,Ubisoft,Ubisoft Annecy,,,,,,,2016-12-02, +/games/boxart/7745663ccc.jpg,Steep Slope Sliders,SAT,Sports,Sega,Cave,,,,,,,1997-11-30, +/games/boxart/full_9570797AmericaFrontccc.jpg,Steeplechase,2600,Sports,Sears,Sears,,,,,,,1981-01-01, +/games/boxart/default.jpg,Step Up,WW,Sports,GolemLabs,GolemLabs,,,,,,,2011-11-10, +/games/boxart/default.jpg,Steve Davis Snooker,PC,Sports,Unknown,CDS Software Ltd,,,,,,,, +/games/boxart/full_8066308PALFrontccc.jpg,Steven Gerrard's Total Soccer 2002,GBA,Sports,Ubisoft,Exient Entertainment,,,,,,,2001-10-19, +/games/boxart/full_street-cricket-champions_554PALFront.jpg,Street Cricket Champions,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment India,,,,,,,2010-10-01, +/games/boxart/full_street-cricket-champions_392PALFront.jpg,Street Cricket Champions,PS2,Sports,Sony Computer Entertainment,Sony Computer Entertainment India,,,,,,,2010-10-01, +/games/boxart/full_street-hoop_2AmericaFront.jpg,Street Hoop,NG,Sports,SNK,Data East,,,,,,,1995-01-20, +/games/boxart/full_street-racquetball_2AmericaFront.jpg,Street Racquetball,PS,Sports,Agetec,Highwaystar,,,,,,,2003-01-07, +/games/boxart/full_8377682PALFrontccc.png,Street Sk8er,PSN,Sports,Electronic Arts,Micro Cabin,,,,,,,2008-05-06, +/games/boxart/full_5628145PALFrontccc.png,Street Sk8er 2,PSN,Sports,Electronic Arts,Micro Cabin,,,,,,,2009-03-12, +/games/boxart/full_dunk-dream_8JapanFront.jpg,Street Slam,VC,Sports,D4 Enterprise,Data East,,,,,,,2010-11-01, +/games/boxart/3937683ccc.jpg,Striker,GG,Sports,Sega,Rage Software,,,,,,,1994-01-01, +/games/boxart/full_6843247AmericaFrontccc.jpg,Striker '96,PC,Sports,Acclaim Entertainment,Rage Software,,,,,,,1996-08-31, +/games/boxart/full_582649AmericaFrontccc.jpg,Striker '96,SAT,Sports,Acclaim Entertainment,Rage Software,,,,,,,1996-01-01, +/games/boxart/1497217ccc.jpg,Striker Pro 2000,DC,Sports,Atari,Rage Software,6.8,,,,,,2000-05-31, +/games/boxart/full_striker-world-cup-special_1PALFront.jpg,Striker: World Cup Special,3DO,Sports,Panasonic Interactive Media,Rage Software,,,,,,,1995-01-01, +/games/boxart/full_5926962AmericaFrontccc.jpg,Stunt Racer 64,N64,Sports,Midway Games,Boss Game Studios,7,,,,,,2000-10-01, +/games/boxart/full_summer-athletics-2009_770PALFront.jpg,Summer Athletics 2009,PC,Sports,DTP Entertainment,49Games,,,,,,,2009-07-10, +/games/boxart/1967235ccc.jpg,Summer Games,7800,Sports,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/6149356ccc.jpg,Summer Games,2600,Sports,Epyx,Epyx,,,,,,,1987-01-01, +/games/boxart/7445434ccc.jpg,Summer Games,MS,Sports,Sega,Epyx,,,,,,,1988-01-01, +/games/boxart/4036048ccc.jpg,Summer Games II,VC,Sports,Commodore,Epyx,,,,,,,2009-03-16, +/games/boxart/full_389762AmericaFrontccc.jpg,Super Baseball 2020,GEN,Sports,Electronic Arts,Pallas,,,,,,,1994-03-03, +/games/boxart/8155345ccc.jpg,Super Baseball 2020,NG,Sports,SNK,Pallas,,,,,,,1991-10-25, +/games/boxart/full_9175984AmericaFrontccc.jpg,Super Bases Loaded,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1991-01-01, +/games/boxart/full_1333055AmericaFrontccc.jpg,Super Bases Loaded 2,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1994-01-01, +/games/boxart/full_9398357AmericaFrontccc.jpg,Super Bases Loaded 3: License to Steal,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1995-02-01, +/games/boxart/full_8791380JapanFrontccc.jpg,Super Black Bass,GB,Sports,Hot-B,Starfish,,,,,,,1998-11-01, +/games/boxart/5159036ccc.jpg,Super Black Bass,SNES,Sports,Hot-B,Starfish,,,,,,,1993-04-01, +/games/boxart/full_super-black-bass-pocket-2_41JapanFront.jpg,Super Black Bass Pocket 2,GB,Sports,Starfish,"Hot-B Co., Ltd.",,,,,,,1997-06-20, +/games/boxart/full_super-black-bass-real-fight_582JapanFront.jpg,Super Black Bass: Real Fight,GB,Sports,Starfish,Hot-B,,,,,,,1999-12-10, +/games/boxart/7099183ccc.gif,Super Bowling,SNES,Sports,Technos Japan Corporation,Athena,,,,,,,1992-09-01, +/games/boxart/5338776ccc.jpg,Super Challenge Baseball,2600,Sports,Mattel Interactive,Mattel,,,,,,,1982-01-01, +/games/boxart/1792789ccc.jpg,Super Challenge Football,2600,Sports,Mattel Interactive,Mattel,,,,,,,1982-01-01, +/games/boxart/full_7534785AmericaFrontccc.jpg,Super Dodge Ball,VC,Sports,Aksys Games,Technos Japan Corporation,,,,,,,2008-09-22, +/games/boxart/full_390936JapanFrontccc.jpg,Super Euro Soccer 2000,DC,Sports,Imagineer,Rage Software,,,,,,,2000-04-06, +/games/boxart/default.jpg,Super Family Gerende,SNES,Sports,Namco,Namco,,,,,,,1998-02-01, +/games/boxart/full_5070394JapanFrontccc.jpg,Super Famista 2,SNES,Sports,Namco,Namco,,,,,,,1993-03-12, +/games/boxart/full_super-formation-soccer-94-world-cup-final-data_6JapanFront.jpg,Super Formation Soccer 94: World Cup Final Data,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1994-09-22, +/games/boxart/full_super-formation-soccer-95-della-serie-a_4JapanFront.jpg,Super Formation Soccer 95: della Serie A,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1995-03-31, +/games/boxart/full_super-formation-soccer-96-world-club-edition_4JapanFront.jpg,Super Formation Soccer 96: World Club Edition,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1996-03-29, +/games/boxart/full_super-formation-soccer-ii_8JapanFront.jpg,Super Formation Soccer II,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1993-06-11, +/games/boxart/5434516ccc.jpg,Super Golf,GG,Sports,Sage's Creation,Sage's Creation,,,,,,,1991-01-01, +/games/boxart/full_8096144AmericaFrontccc.jpg,Super High Impact,SNES,Sports,Acclaim Entertainment,Beam Software,,,,,,,1993-01-01, +/games/boxart/full_5861705PALFrontccc.jpg,Super International Cricket,SNES,Sports,Nintendo,Beam Software,,,,,,,1994-01-01, +/games/boxart/full_6969932PALFrontccc.jpg,Super Kick Off,MS,Sports,U.S. Gold,Anco Software,,,,,,,1991-01-01, +/games/boxart/full_979794PALFrontccc.jpg,Super Kick Off,GEN,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1992-01-01, +/games/boxart/full_9590805AmericaFrontccc.jpg,Super Kick Off,GB,Sports,Imagineer,Enigma Variations,,,,,,,1991-01-01, +/games/boxart/full_5466475PALFrontccc.jpg,Super Kick Off,GG,Sports,Sega,Tiertex Design Studios,,,,,,,1991-01-01, +/games/boxart/full_2304383JapanFrontccc.jpg,Super Kyousouba: Kaze no Silpheed,SNES,Sports,King Records,King Records,,,,,,,1993-10-08, +/games/boxart/full_7926320JapanFrontccc.jpg,Super Live Stadium,PS,Sports,Aques,Aques,,,,,,,1998-01-01, +/games/boxart/full_9075236PALFrontccc.jpg,Super Match Soccer,PS,Sports,Acclaim Entertainment,Acclaim,,,,,,,1998-08-01, +/games/boxart/full_super-naxat-open-golf-de-shoubu-da-dorabocchan_8JapanFront.jpg,Super Naxat Open: Golf de Shoubu da! Dorabocchan,SNES,Sports,Naxat Soft,Naxat Soft,,,,,,,1994-03-18, +/games/boxart/full_6915947JapanFrontccc.jpg,Super Oozumou Netsusen Dai-Ichiban,SNES,Sports,Namco,Namco,,,,,,,1992-12-18, +/games/boxart/full_6577005AmericaFrontccc.png,Super Play Action Football,SNES,Sports,Nintendo,Nintendo R&D1,,,,,,,1992-08-01, +/games/boxart/full_5111986AmericaFrontccc.png,Super Pocket Tennis,PSN,Sports,D3 Publisher,HuneX,,,,,,,2009-12-02, +/games/boxart/full_6264625JapanFrontccc.jpg,Super Power League 3,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1995-08-10, +/games/boxart/full_747384JapanFrontccc.jpg,Super Power League 4,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1996-08-09, +/games/boxart/full_5039110JapanFrontccc.jpg,Super Power League FX,PCFX,Sports,Hudson Soft,Hudson Soft,,,,,,,1997-04-26, +/games/boxart/full_5162748AmericaFrontccc.jpg,Super Punch-Out!!,VC,Sports,Nintendo,Nintendo IRD,,,,,,,2009-03-30, +/games/boxart/full_362077AmericaFrontccc.jpg,Super Punch-Out!!,SNES,Sports,Nintendo,Nintendo IRD,,,,,,,1994-10-01, +/games/boxart/default.jpg,Super Punch-Out!!,3DS,Sports,Nintendo,Nintendo IRD,,,,,,,2016-05-05, +/games/boxart/full_super-real-fishing_755JapanFront.jpg,Super Real Fishing,GB,Sports,Bottom Up,Bottom Up,,,,,,,1999-10-08, +/games/boxart/full_super-rugby_377JapanFront.jpg,Super Rugby,SNES,Sports,Tonkin House,Tonkin House,,,,,,,1994-10-21, +/games/boxart/2867283ccc.jpg,Super Sidekicks,NG,Sports,SNK,SNK Corporation,,,,,,,1993-02-19, +/games/boxart/full_super-sidekicks_225AmericaFront.jpg,Super Sidekicks,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, +/games/boxart/full_super-sidekicks-psp_544AmericaFront.jpg,Super Sidekicks (PSP),PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, +/games/boxart/full_2383301AmericaFrontccc.jpg,Super Sidekicks 2: The World Championship,NG,Sports,SNK,SNK Corporation,,,,,,,1994-01-01, +/games/boxart/full_super-sidekicks-2-the-world-championship-cd_717JapanFront.jpg,Super Sidekicks 2: The World Championship (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1994-01-01, +/games/boxart/full_7502355JapanFrontccc.jpg,Super Sidekicks 3: The Next Glory,NG,Sports,SNK,SNK Corporation,,,,,,,1995-04-07, +/games/boxart/full_super-sidekicks-3-the-next-glory-cd_282AmericaFront.jpg,Super Sidekicks 3: The Next Glory (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1995-06-23, +/games/boxart/full_1405933AmericaFrontccc.jpg,Super Slam Dunk,SNES,Sports,Virgin Interactive,Park Place Productions,,,,,,,1993-07-01, +/games/boxart/full_super-slap-shot_1AmericaFront.jpg,Super Slap Shot,SNES,Sports,Virgin Interactive,Ringler Studios,,,,,,,1993-08-01, +/games/boxart/8253373ccc.jpg,Super Soccer,SNES,Sports,Nintendo,Nintendo,,,,,,,1986-01-01, +/games/boxart/full_6603673AmericaFrontccc.jpg,Super Spike V'Ball,NES,Sports,Nintendo,Technos Japan Corporation,,,,,,,1990-02-01, +/games/boxart/full_546871AmericaFrontccc.jpg,Super Spike V'Ball / Nintendo World Cup,NES,Sports,Nintendo,Technos Japan Corporation,,,,,,,1990-02-01, +/games/boxart/3993723ccc.jpg,Super Team Games,NES,Sports,Nintendo,Human Entertainment,,,,,,,1988-11-01, +/games/boxart/9904498ccc.jpg,Super Tennis,SNES,Sports,Nintendo,Tonkin House,,,,,,,1991-11-01, +/games/boxart/2698387ccc.jpg,Super Tennis,MS,Sports,Sega,Sega,,,,,,,1986-01-01, +/games/boxart/full_super-ultra-baseball-2_983JapanFront.jpg,Super Ultra Baseball 2,SNES,Sports,Culture Brain,Culture Brain,,,,,,,1994-07-28, +/games/boxart/full_super-volleyball_8AmericaFront.jpg,Super Volleyball,PCE,Sports,NEC,Micronics,,,,,,,1990-01-01, +/games/boxart/full_1056201AmericaFrontccc.jpg,Super Volleyball,GEN,Sports,Video System,Micronics,,,,,,,1991-01-01, +/games/boxart/full_4857823AmericaFrontccc.jpg,Supersonic Acrobatic Rocket-Powered Battle-Cars,PSN,Sports,Psyonix,Psyonix Studios,,,,,,,2008-10-09, +/games/boxart/full_surf-riders_949JapanFront.jpg,Surf Riders,PSN,Sports,GungHo,ACOT,,,,,,,2011-04-13, +/games/boxart/full_314769AmericaFrontccc.jpg,Surf's Up,GBA,Sports,Ubisoft,Ubisoft Quebec,,,,,,,2007-05-30, +/games/boxart/full_4604159AmericaFrontccc.jpg,Surf's Up,PC,Sports,Ubisoft,Ubisoft Montreal,,,,,,,2007-06-01, +/games/boxart/full_3185785AmericaFrontccc.jpg,Sydney 2000,PC,Sports,Eidos Interactive,Attention To Detail,,,,,,,2000-08-31, +/games/boxart/2190152ccc.jpg,Sydney 2000,DC,Sports,Eidos Interactive,Attention To Detail,5.2,,,,,,2000-08-31, +/games/boxart/full_tampc-surf-designs-thrillas-surfari_6AmericaFront.jpg,T&C Surf Designs: Thrilla's Surfari,NES,Sports,LJN,Sculptured Software,,,,,,,1992-03-01, +/games/boxart/full_4592520AmericaFrontccc.jpg,TabeBALL,XBL,Sports,Microsoft,idle han,,,,,,,2009-07-23, +/games/boxart/full_9174752PALFrontccc.jpg,Table Football,Wii,Sports,505 Games,505 Games,,,,,,,2008-08-15, +/games/boxart/default.jpg,Table Soccer X,XBL,Sports,Unknown,Arcade Concept,,,,,,,, +/games/boxart/full_7962515JapanFrontccc.jpg,Takahashi Naoko no Marathon Shiyouyo!,PS2,Sports,Taito,Taito Corporation,,,,,,,2003-11-13, +/games/boxart/full_takin-it-to-the-hoop_3AmericaFront.jpg,Takin' It to the Hoop,PCE,Sports,NEC,Aicom,,,,,,,1990-01-01, +/games/boxart/full_4021888AmericaFrontccc.jpg,Tap Sports Baseball,And,Sports,Glu Mobile Inc.,Glu Mobile Inc.,,,,,,,2014-08-14, +/games/boxart/full_2169340AmericaFrontccc.jpg,Target Toss Pro: Bags,WW,Sports,Incredible Technologies,n-Space,,,,,,,2008-11-17, +/games/boxart/full_target-toss-pro-lawn-darts_4AmericaFront.jpg,Target Toss Pro: Lawn Darts,WW,Sports,Incredible Technologies,"Incredible Technologies, Inc.",,,,,,,2010-09-27, +/games/boxart/9690848ccc.jpg,Team USA Basketball,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1992-01-01, +/games/boxart/659594ccc.jpg,Tech Deck Skateboarding,GB,Sports,Activision,Handheld Games,,,,,,,2001-03-25, +/games/boxart/full_tecmo-bad-news-baseball_10AmericaFront.jpg,Tecmo Bad News Baseball,NES,Sports,Tecmo,Tecmo,,,,,,,1990-06-01, +/games/boxart/5349675ccc.jpg,Tecmo Baseball,NES,Sports,Tecmo,Tecmo,,,,,,,1989-01-01, +/games/boxart/default.jpg,Tecmo Bowl,XBL,Sports,Unknown,Tecmo,,,,,,,, +/games/boxart/full_5729432AmericaFrontccc.jpg,Tecmo Bowl,VC,Sports,Tecmo,Tecmo,,,,,,,2007-03-12, +/games/boxart/full_6710260AmericaFrontccc.jpg,Tecmo Bowl,GB,Sports,Tecmo,Tecmo,,,,,,,1991-09-01, +/games/boxart/default.jpg,Tecmo Bowl (Arcade),VC,Sports,Tecmo,Tecmo,6.5,,,,,,2009-08-03, +/games/boxart/default.jpg,Tecmo Bowl 2,GB,Sports,Tecmo,Tecmo,,,,,,,1994-12-24, +/games/boxart/full_9273915AmericaFrontccc.jpg,Tecmo Bowl Throwback,XBL,Sports,Tecmo Koei,Southend Interactive,,,,,,,2010-04-28, +/games/boxart/full_tecmo-bowl-throwback_5AmericaFront.jpg,Tecmo Bowl Throwback,PSN,Sports,Tecmo Koei,Southend Interactive,,,,,,,2010-06-01, +/games/boxart/full_tecmo-cup-football-game_10PALFront.jpg,Tecmo Cup Football Game,GEN,Sports,Tecmo,Tecmo,,,,,,,1992-01-01, +/games/boxart/full_5751207AmericaFrontccc.jpg,Tecmo Cup Soccer Game,NES,Sports,Tecmo,Tecmo,,,,,,,1992-09-24, +/games/boxart/9850509ccc.jpg,Tecmo NBA Basketball,NES,Sports,Tecmo,Tecmo,,,,,,,1992-11-01, +/games/boxart/full_tecmo-super-baseball_2AmericaFront.jpg,Tecmo Super Baseball,GEN,Sports,Tecmo,Sculptured Software,,,,,,,1994-01-01, +/games/boxart/full_5930451AmericaFrontccc.jpg,Tecmo Super Baseball,SNES,Sports,Tecmo,Sculptured Software,,,,,,,1994-09-01, +/games/boxart/full_3408716AmericaFrontccc.jpg,Tecmo Super Bowl,GEN,Sports,Tecmo,Tecmo,,,,,,,1993-01-01, +/games/boxart/full_8614705AmericaFrontccc.jpg,Tecmo Super Bowl,SNES,Sports,Tecmo,Tecmo,,,,,,,1993-11-23, +/games/boxart/full_tecmo-super-bowl-ii-special-edition_1AmericaFront.jpg,Tecmo Super Bowl II: Special Edition,SNES,Sports,Tecmo,Tecmo,,,,,,,1995-01-01, +/games/boxart/full_tecmo-super-bowl-ii-special-edition_4AmericaFront.jpg,Tecmo Super Bowl II: Special Edition,GEN,Sports,Tecmo,Tecmo,,,,,,,1994-01-01, +/games/boxart/full_3821481AmericaFrontccc.jpg,Tecmo Super Bowl III: Final Edition,GEN,Sports,Tecmo,Tecmo,,,,,,,1995-08-04, +/games/boxart/full_3396272AmericaFrontccc.jpg,Tecmo Super Bowl III: Final Edition,SNES,Sports,Tecmo,Tecmo,8,,,,,,1995-10-01, +/games/boxart/full_tecmo-super-nba-basketball_3AmericaFront.jpg,Tecmo Super NBA Basketball,SNES,Sports,Tecmo,Sculptured Software,,,,,,,1993-03-01, +/games/boxart/full_8829414AmericaFrontccc.jpg,Tecmo Super NBA Basketball,GEN,Sports,Tecmo,Sculptured Software,,,,,,,1993-01-01, +/games/boxart/full_tecmo-world-cup_8AmericaFront.jpg,Tecmo World Cup,GEN,Sports,Tecmo,SIMS,,,,,,,1990-01-01, +/games/boxart/default.jpg,Tecmo World Cup '92,MS,Sports,Unknown,SIMS,,,,,,,, +/games/boxart/full_tecmo-world-cup-93_0PALFront.jpg,Tecmo World Cup '93,MS,Sports,Tecmo,Tecmo,,,,,,,1993-01-01, +/games/boxart/full_3261797PALFrontccc.jpg,Tecmo World Cup Soccer,NES,Sports,Tecmo,Tecmo,,,,,,,1991-01-01, +/games/boxart/1554451ccc.jpg,Tee Off,DC,Sports,Acclaim Entertainment,Bottoms Up,7.2,,,,,,1999-12-31, +/games/boxart/full_9797182JapanFrontccc.jpg,Tekichuu Rush,GB,Sports,Nippon Clary Business,Nippon Clary Business,,,,,,,1993-07-30, +/games/boxart/9219394ccc.jpg,Ten Pin Alley,PS,Sports,ASC Games,Adrenalin Entertainment,,,,,,,1996-11-30, +/games/boxart/full_8198359AmericaFrontccc.png,Ten Pin Alley,PSN,Sports,Sony Computer Entertainment,Adrenalin Entertainment,,,,,,,2009-08-13, +/games/boxart/522055ccc.jpg,Ten Pin Alley,SAT,Sports,ASC Games,Adrenalin Entertainment,,,,,,,1997-01-01, +/games/boxart/full_195159PALFrontccc.jpg,Ten Pin Alley,PC,Sports,ASC Games,Adrenalin Entertainment,,,,,,,1998-01-01, +/games/boxart/full_tennis_705JapanFront.jpg,Tennis,3DS,Sports,Nintendo,Intelligent Systems,,,,,,,2011-06-23, +/games/boxart/full_5835780AmericaFrontccc.jpg,Tennis,PS,Sports,Agetec,Nekogumi,,,,,,,2001-08-28, +/games/boxart/929093ccc.jpg,Tennis,2600,Sports,Activision,Activision,,,,,,,1981-01-01, +/games/boxart/186841ccc.jpg,Tennis,VC,Sports,Nintendo,Nintendo,,,,,,,2006-12-18, +/games/boxart/6923647ccc.jpg,Tennis 2K2,DC,Sports,Sega,Hitmaker,8.7,,,,,,2001-10-24, +/games/boxart/full_tennis-ace_1PALFront.jpg,Tennis Ace,MS,Sports,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/full_3377759PALFrontccc.jpg,Tennis Court Smash,PS2,Sports,Agetec,HuneX,,,,,,,2003-01-01, +/games/boxart/full_tennis-masters-series_981AmericaFront.jpg,Tennis Masters Series,PC,Sports,Microids,Microids,,,,,,,2001-11-18, +/games/boxart/full_tennis-masters-series-2003_184AmericaFront.jpg,Tennis Masters Series 2003,PC,Sports,Microids,Microids,,,,,,,2003-05-30, +/games/boxart/full_tennis-masters-series-2003_727PALFront.jpg,Tennis Masters Series 2003,PS2,Sports,Unknown,Microids,,,,,,,, +/games/boxart/full_7257047PALFrontccc.jpg,Tennis Masters Series 2003,GBA,Sports,Microids,Kaolink,,,,,,,2002-09-25, +/games/boxart/full_tennis-no-oji-sama_547JapanFront.jpg,Tennis no Oji-Sama,PS,Sports,Konami,Konami,,,,,,,2002-02-28, +/games/boxart/default.jpg,Tennis no Oji-Sama 2003: Cool Blue / Passion Red,GBA,Sports,Konami,Konami,,,,,,,2003-02-20, +/games/boxart/default.jpg,Tennis no Oji-Sama 2004: Glorious Gold / Stylish Silver,GBA,Sports,Konami,Konami,,,,,,,2004-03-18, +/games/boxart/full_5518287JapanFrontccc.jpg,Tennis no Oji-Sama: Driving Smash! Side Genius,DS,Sports,Konami,Konami,,,,,,,2007-12-20, +/games/boxart/full_tennis-no-oji-sama-rush-ampamp-dream_994JapanFront.jpg,Tennis no Oji-Sama: Rush & Dream!,PS2,Sports,Konami,Tenky,,,,,,,2004-12-09, +/games/boxart/full_tennis-no-oji-sama-saikyou-team-o-kessei-seyo_331JapanFront.jpg,Tennis no Oji-Sama: Saikyou Team o Kessei Seyo!,PS2,Sports,Konami,Konami,,,,,,,2004-09-16, +/games/boxart/full_tennis-no-oji-sama-smash-hit_503JapanFront.jpg,Tennis no Oji-Sama: Smash Hit!,PS2,Sports,Konami,Konami,,,,,,,2003-07-24, +/games/boxart/full_tennis-no-oji-sama-smash-hit-2_702JapanFront.jpg,Tennis no Oji-Sama: Smash Hit! 2,PS2,Sports,Konami,Konami,,,,,,,2003-12-18, +/games/boxart/full_tennis-no-oji-sama-sweat-amp-tears_397JapanFront.jpg,Tennis no Oji-Sama: Sweat & Tears,PS,Sports,Konami,Tenky,,,,,,,2002-09-26, +/games/boxart/full_tennis-no-oji-sama-sweat-ampamp-tears-2_144JapanFront.jpg,Tennis no Oji-Sama: Sweat & Tears 2,PS2,Sports,Konami,Tenky,,,,,,,2003-09-25, +/games/boxart/full_7429630AmericaFrontccc.jpg,The Activision Decathlon,5200,Sports,Activision,Activision,,,,,,,1984-01-01,2018-01-06 +/games/boxart/full_5230174AmericaFrontccc.jpg,The Aquatic Games starring James Pond and the Aquabats,GEN,Sports,Electronic Arts,Millenium Interactive,,,,,,,1993-01-01, +/games/boxart/2493027ccc.jpg,The Aquatic Games starring James Pond and the Aquabats,GEN,Sports,Electronic Arts,Millenium Interactive,,,,,,,1993-01-01, +/games/boxart/full_7618322JapanFrontccc.jpg,The Baseball 2002,PS2,Sports,Konami,Diamond Head,,,,,,,2002-03-28, +/games/boxart/full_1884636JapanFrontccc.jpg,The Baseball 2003,GC,Sports,Konami,Diamond Head,,,,,,,2003-03-20, +/games/boxart/full_4149236JapanFrontccc.jpg,The Baseball 2003,PS2,Sports,Konami,Diamond Head,,,,,,,2003-03-20, +/games/boxart/full_6344332JapanFrontccc.jpg,The Baseball 2003: Akikigou,PS2,Sports,Konami,Diamond Head,,,,,,,2003-09-04, +/games/boxart/full_black-bass_945AmericaFront.jpg,The Black Bass,NES,Sports,Hot-B,Another,,,,,,,1989-09-01, +/games/boxart/full_2916187AmericaFrontccc.jpg,The Blue Marlin,NES,Sports,Hot-B,Hot-B,,,,,,,1992-07-01, +/games/boxart/full_1779280JapanFrontccc.jpg,The Blue Marlin,PS,Sports,Starfish,Hot-B,,,,,,,2000-05-02, +/games/boxart/full_the-davis-cup-tennis_2JapanFront.jpg,The Davis Cup Tennis,PCE,Sports,Micro World,Loriciels,,,,,,,1992-04-01, +/games/boxart/full_the-fa-premier-league-stars_250PALFront.jpg,The F.A. Premier League Stars,PC,Sports,EA Sports,EA Sports,,,,,,,2000-06-30, +/games/boxart/full_6537207PALFrontccc.jpg,The Flintstones: Bedrock Bowling,PC,Sports,Ubisoft,Adrenalin Interactive,,,,,,,2000-07-14, +/games/boxart/7708940ccc.jpg,The Games: Summer Challenge,PC,Sports,Accolade,MindSpan,,,,,,,1992-01-01, +/games/boxart/4649625ccc.jpg,The Games: Winter Challenge,PC,Sports,Accolade,MindSpan,,,,,,,1991-01-01, +/games/boxart/full_5998881AmericaFrontccc.jpg,The Golf Club,PC,Sports,Maximum Games,HB Studios,,,,,,,2015-04-28,2018-11-10 +/games/boxart/full_the-irem-skins-game_9AmericaFront.jpg,The Irem Skins Game,SNES,Sports,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-10-01, +/games/boxart/449485ccc.jpg,The Majors: Pro Baseball,GG,Sports,Sega,Sega,,,,,,,1992-01-01, +/games/boxart/full_6502072AmericaFrontccc.jpg,The Super Aquatic Games starring The Aquabats,SNES,Sports,Seika,Millenium Interactive,,,,,,,1993-10-01, +/games/boxart/default.jpg,The Surfer,PC,Sports,Unknown,Bungarra Software,,,,,,,, +/games/boxart/full_8869586AmericaFrontccc.jpg,The Surfer,PS3,Sports,Unknown,Bungarra Software,,,,,,,,2018-05-30 +/games/boxart/full_5536423PALFrontccc.jpg,The Woodleys Summer Sports,DS,Sports,Eidos Interactive,Eidos Interactive,,,,,,,2008-08-15, +/games/boxart/full_2021500PALFrontccc.jpg,This is Football,PS,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,1999-12-01,2018-12-03 +/games/boxart/full_5484005PALFrontccc.jpg,This is Football 2,PS,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2000-11-03,2018-12-03 +/games/boxart/full_1023069PALFrontccc.png,This is Football Management,PSN,Sports,Sony Computer Entertainment,Sports Director,,,,,,,2010-02-11, +/games/boxart/9646064ccc.jpg,Tiger Woods PGA Tour 08,PC,Sports,Unknown,EA Salt Lake,,,,,,,, +/games/boxart/full_5643466AmericaFrontccc.png,Tiger Woods PGA Tour 10,PSN,Sports,Electronic Arts,EA Tiburon,,,,,,,2009-09-30, +/games/boxart/full_tiger-woods-pga-tour-12-the-masters_345AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,PC,Sports,EA Sports,Electronic Arts,,,,,,,2011-09-06, +/games/boxart/2293588ccc.jpg,Tiger Woods PGA Tour 2000,GB,Sports,THQ,Xantera,,,,,,,2000-01-01, +/games/boxart/5328543ccc.jpg,Tiger Woods PGA Tour 2000,PC,Sports,EA Sports,Rainbow Studios,,,,,,,2000-02-29, +/games/boxart/1505507ccc.jpg,Tiger Woods PGA Tour 2001,PC,Sports,EA Sports,Headgate Studios,,,,,,,2000-11-06, +/games/boxart/9145667ccc.jpg,Tiger Woods PGA Tour 2002,PC,Sports,EA Sports,Headgate Studios,,,,,,,2002-02-24, +/games/boxart/7896900ccc.jpg,Tiger Woods PGA Tour 2003,PC,Sports,EA Sports,Headgate Studios,,,,,,,2002-10-31, +/games/boxart/full_tiger-woods-pga-tour-2004_465AmericaFront.jpg,Tiger Woods PGA Tour 2004,NGage,Sports,EA Sports,Backbone Emeryville,6.8,,,,,,2004-06-24, +/games/boxart/full_9218851AmericaFrontccc.jpg,Tiger Woods PGA Tour Golf,PS,Sports,EA Sports,EA Sports,,,,,,,2000-11-13, +/games/boxart/full_2017345PALFrontccc.jpg,Tim Stockdale's Riding Star,PC,Sports,DTP Entertainment,DTP Entertainment,,,,,,,2008-09-19, +/games/boxart/full_606843PALFrontccc.jpg,Tim Stockdale's Riding Star,PS2,Sports,DTP Entertainment,DTP Entertainment,,,,,,,2008-09-19, +/games/boxart/full_tiny-toon-adventures-acme-all-stars_10AmericaFront.jpg,Tiny Toon Adventures: ACME All-Stars,GEN,Sports,Konami,Konami,,,,,,,1994-01-01, +/games/boxart/2712772ccc.jpg,Tiny Toon Adventures: Wacky Sports,GB,Sports,Konami,Konami,,,,,,,1994-12-01, +/games/boxart/9825930ccc.png,Tiny Toon Adventures: Wacky Sports Challenge,SNES,Sports,Konami,Konami,,,,,,,1994-12-01, +/games/boxart/full_tip-off_807JapanFront.jpg,Tip Off,GB,Sports,Imagineer,Enigma Variations,,,,,,,1993-01-01, +/games/boxart/full_5513021AmericaFrontccc.jpg,TNN Bass Tournament of Champions,GEN,Sports,American Softworks,Imagitec Design,,,,,,,1993-01-01, +/games/boxart/full_5030875AmericaFrontccc.jpg,TNN Bass Tournament of Champions,SNES,Sports,ASC Games,Gaps,,,,,,,1994-11-01, +/games/boxart/full_1962515AmericaFrontccc.jpg,TNN Outdoors Bass Tournament '96,GEN,Sports,ASC Games,Imagitec Design,,,,,,,1996-01-01, +/games/boxart/9334800ccc.jpg,TNN Outdoors Fishing Champ,GB,Sports,ASC Games,Starfish,,,,,,,1999-12-01, +/games/boxart/full_8544048AmericaFrontccc.jpg,TNN Outdoors Pro Hunter,PC,Sports,ASC Games,DreamForge Intertainment,,,,,,,1998-11-30, +/games/boxart/full_541992AmericaFrontccc.jpg,TNN Outdoors Pro Hunter 2,PC,Sports,ASC Games,Monolith Productions,,,,,,,1999-04-11, +/games/boxart/full_3773803JapanFrontccc.jpg,Tokoro-San no Setagaya Country Club,GB,Sports,Natsume,Natsume,,,,,,,2000-08-11, +/games/boxart/full_5027984AmericaFrontccc.jpg,Tommy Lasorda Baseball,GEN,Sports,Sega,Sega,,,,,,,1989-10-06, +/games/boxart/4874009ccc.jpg,Tony Hawk's Downhill Jam,PS2,Sports,Activision,SuperVillain Studios,,,,,,,2007-05-08, +/games/boxart/9714848ccc.jpg,Tony Hawk's Downhill Jam,GBA,Sports,Activision,Visual Impact,,,,,,,2006-11-07, +/games/boxart/full_tony-hawks-pro-skater_564AmericaFront.jpg,Tony Hawk's Pro Skater,NGage,Sports,Nokia,Neversoft Entertainment,7.2,,,,,,2003-10-13, +/games/boxart/8053129ccc.jpg,Tony Hawk's Pro Skater,NGage,Sports,Nokia,Neversoft Entertainment,,,,,,,2003-10-13, +/games/boxart/5393049ccc.jpg,Tony Hawk's Pro Skater,DC,Sports,Crave Entertainment,Treyarch,9.6,,,,,,2000-06-29, +/games/boxart/213262ccc.jpg,Tony Hawk's Pro Skater 2,DC,Sports,Activision,Treyarch,9.7,,,,,,2000-11-06, +/games/boxart/full_3746652AmericaFrontccc.jpg,Tony Hawk's Pro Skater 2,GB,Sports,Activision,Natsume,8,,,,,,2000-11-01, +/games/boxart/full_tony-hawks-pro-skater-3_301AmericaFront.jpg,Tony Hawk's Pro Skater 3,GB,Sports,Activision,HotGen Studios,,,,,,,2001-11-15, +/games/boxart/5380493ccc.jpg,Tony Hawk's Pro Skater 3,PC,Sports,Activision,Gearbox Software,,,,,,,2002-03-28, +/games/boxart/full_1869069AmericaFrontccc.jpg,Tony Hawk's Pro Skater 4,PS,Sports,Activision,Vicarious Visions,,,,,,,2002-10-23, +/games/boxart/full_9876769AmericaFrontccc.jpg,Tony Hawk's Pro Skater 4,PC,Sports,Aspyr,Beenox,,,,,,,2003-08-27, +/games/boxart/full_8106811AmericaFrontccc.jpg,Tony Hawk's Project 8,XB,Sports,Activision,Shaba Games,6.6,,,,,,2006-11-07, +/games/boxart/full_5812072AmericaFrontccc.jpg,Tony La Russa Baseball,GEN,Sports,Electronic Arts,Stormfront Studios,,,,,,,1993-05-18, +/games/boxart/full_1500AmericaFrontccc.jpg,Tony Meola's Sidekicks Soccer,SNES,Sports,Electro Brain,Sculptured Software,,,,,,,1993-11-01, +/games/boxart/7205269ccc.jpg,Top Angler: Real Bass Fishing,GC,Sports,Xicat Interactive,SIMS,,,,,,,2003-01-01, +/games/boxart/full_top-darts_491AmericaFront.jpg,Top Darts,PSN,Sports,Sony Computer Entertainment,Devil's Details,,,,,,,2010-12-21, +/games/boxart/default.jpg,Top Darts,PSV,Sports,Sony Computer Entertainment,Devil's Details,,,,,,,2012-02-22, +/games/boxart/default.jpg,Top Hand Rodeo Tour,PSN,Sports,Unknown,SFC Rodeo Games,,,,,,,, +/games/boxart/full_top-players-tennis_852AmericaFront.jpg,Top Players Tennis,NES,Sports,Asmik Corp,"Asmik Ace Entertainment, Inc",,,,,,,1990-01-01, +/games/boxart/6410551ccc.jpg,Top Rank Tennis,GB,Sports,Nintendo,Pax Softonica,,,,,,,1993-05-01, +/games/boxart/full_2478054PALFrontccc.png,Top Spin,PC,Sports,Atari,Pam Development,,,,,,,2004-11-10, +/games/boxart/full_7436912JapanFrontccc.jpg,Top Striker,NES,Sports,Namco,Namco,,,,,,,1992-10-22, +/games/boxart/default.jpg,Top Trumps NBA All Stars,3DS,Sports,Mojang,Conspiracy Entertainment,,,,,,,2012-08-10, +/games/boxart/default.jpg,Top Trumps NBA All Stars,DS,Sports,Mojang,Conspiracy Entertainment,,,,,,,2012-10-08, +/games/boxart/full_41391AmericaFrontccc.jpg,Torino 2006,PC,Sports,2K Sports,49Games,,,,,,,2006-01-26, +/games/boxart/full_8815877PALFrontccc.jpg,Total Club Manager 2004,PS2,Sports,Electronic Arts,EA Canada,,,,,,,2003-12-12, +/games/boxart/full_4870047PALFrontccc.gif,Total Club Manager 2005,XB,Sports,EA Sports,EA Canada,,,,,,,2004-10-29, +/games/boxart/full_506609PALFrontccc.jpg,Total Club Manager 2005,PC,Sports,EA Sports,EA Canada,,,,,,,2004-10-22, +/games/boxart/full_3582092PALFrontccc.jpg,Total Club Manager 2005,PS2,Sports,EA Sports,EA Canada,,,,,,,2004-10-29, +/games/boxart/default.jpg,Total Football Manager,PC,Sports,Unknown,Europress,,,,,,,, +/games/boxart/8290461AmericaFrontccc.jpg,Total Knockout,PC,Sports,StarHill,Digital Lobster,,,,,,,1996-01-31, +/games/boxart/full_3398304AmericaFrontccc.jpeg,Total Pro Golf 3,PC,Sports,Viva Media,Unknown,,,,,,,2014-07-25, +/games/boxart/full_1259878PALFrontccc.jpg,Total Soccer Manager,GBA,Sports,Ubisoft,Exient Entertainment,,,,,,,2001-05-16, +/games/boxart/6740591ccc.jpg,Touchdown Football,7800,Sports,Atari,Atari,,,,,,,1988-01-01, +/games/boxart/full_9876590AmericaFrontccc.jpg,Town & Country Surf Designs: Wood & Water Rage,NES,Sports,LJN,"LJN Toys, Ltd.",,,,,,,1988-02-01, +/games/boxart/full_toy-golf_5AmericaFront.jpg,Toy Golf,GIZ,Sports,Gizmondo Studios,Ninai Games,,,,,,,2005-10-22, +/games/boxart/full_3172763AmericaFrontccc.jpg,Track & Field,XBL,Sports,Konami,Digital Eclipse,,,,,,,2007-08-08, +/games/boxart/2064026ccc.jpg,Track & Field,2600,Sports,Atari,Konami,,,,,,,1984-01-01, +/games/boxart/full_2639331AmericaFrontccc.jpg,Track & Field,GB,Sports,Konami,Konami,,,,,,,1992-09-01, +/games/boxart/full_9808148AmericaFrontccc.jpg,Track & Field,NES,Sports,Konami,Konami,,,,,,,1987-04-01, +/games/boxart/full_8928827AmericaFrontccc.jpg,Track & Field II,NES,Sports,Konami,Konami,,,,,,,1989-06-01, +/games/boxart/9180150ccc.jpg,Track Meet,GB,Sports,Interplay,Interplay Productions,,,,,,,1991-01-01, +/games/boxart/full_3085851PALFrontccc.jpg,Transworld Skateboarder,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2007-01-26, +/games/boxart/full_1496226AmericaFrontccc.jpg,Transworld Surf: Next Wave,GC,Sports,Atari,Angel Studios,,,,,,,2003-03-18, +/games/boxart/full_trick-boarder_226AmericaFront.jpg,Trick Boarder,GB,Sports,Natsume,Natsume,,,,,,,2000-06-14, +/games/boxart/full_trickshot_406PALFront.jpg,Trickshot,PS,Sports,Phoenix Games,Selen,,,,,,,2003-03-14, +/games/boxart/7624238ccc.jpg,TrickStyle,DC,Sports,Acclaim Entertainment,Criterion Games,,,,,,,1999-09-09, +/games/boxart/full_416381AmericaFrontccc.jpg,TrickStyle,PC,Sports,Acclaim Entertainment,Criterion Games,,,,,,,1999-09-30, +/games/boxart/full_triple-jumping-sports_6AmericaFront.jpg,Triple Jumping Sports,WW,Sports,The Code Monkeys,The Code Monkeys,,,,,,,2010-10-11, +/games/boxart/full_441343AmericaFrontccc.jpg,Triple Play 2000,PC,Sports,EA Sports,Treyarch,,,,,,,1999-03-31, +/games/boxart/full_triple-play-2001_774AmericaFront.jpg,Triple Play 2001,PC,Sports,EA Sports,Treyarch,,,,,,,2000-03-28, +/games/boxart/full_triple-play-2001_317AmericaFront.jpg,Triple Play 2001,GB,Sports,THQ,Handheld Games,,,,,,,2000-05-08, +/games/boxart/full_7796676AmericaFrontccc.jpg,Triple Play 96,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1995-03-18, +/games/boxart/full_4030347AmericaFrontccc.jpg,Triple Play 98,PC,Sports,EA Sports,EA Sports,,,,,,,1997-05-31, +/games/boxart/full_triple-running-sports_287AmericaFront.jpg,Triple Running Sports,WW,Sports,The Code Monkeys,The Code Monkeys,,,,,,,2010-11-15, +/games/boxart/full_956116AmericaFrontccc.jpg,Triple Shot Sports,WW,Sports,The Code Monkeys,The Code Monkeys,2,,,,,,2010-03-15, +/games/boxart/full_triple-throwing-sports_9AmericaFront.jpg,Triple Throwing Sports,WW,Sports,The Code Monkeys,The Code Monkeys,,,,,,,2010-09-20, +/games/boxart/full_trollboarder_13AmericaFront.jpg,Trollboarder,DSiW,Sports,Enjoy Gaming,Enjoy Gaming ltd.,3,,,,,,2011-04-08, +/games/boxart/full_troy-aikman-nfl-football_3AmericaFront.jpg,Troy Aikman NFL Football,GEN,Sports,Tradewest,Leland Interactive Media,,,,,,,1994-01-01, +/games/boxart/4393952ccc.jpg,Troy Aikman NFL Football,AJ,Sports,Williams Entertainment,"Telegames, Inc.",,,,,,,1995-02-01, +/games/boxart/full_troy-aikman-nfl-football_6AmericaFront.jpg,Troy Aikman NFL Football,SNES,Sports,Tradewest,Leland Interactive Media,,,,,,,1994-08-01, +/games/boxart/full_6649044AmericaFrontccc.jpg,True Swing Golf Express,DSiW,Sports,Nintendo,Tikipod,,,,,,,2010-02-01, +/games/boxart/full_9436930JapanFrontccc.jpg,Tsuri Kichi Sanpei: Blue Marlin Hen,NES,Sports,Victor Interactive,Victor Interactive Software,,,,,,,1988-03-17, +/games/boxart/full_tsuri-sensei_119JapanFront.jpg,Tsuri Sensei,GB,Sports,J-Wing,J-Wing,,,,,,,1998-09-11, +/games/boxart/full_8808405JapanFrontccc.jpg,Tsuri Sensei 2,GB,Sports,J-Wing,J-Wing,,,,,,,1999-07-23, +/games/boxart/full_tsuriiko_631JapanFront.jpg,Tsuriiko!!,GB,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-07-19, +/games/boxart/full_tv-sports-basketball_7AmericaFront.jpg,TV Sports Basketball,PCE,Sports,NEC,Cinemaware,,,,,,,1991-01-01, +/games/boxart/full_tv-sports-football_0AmericaFront.jpg,TV Sports Football,PCE,Sports,NEC,Cinemaware,,,,,,,1990-01-01, +/games/boxart/full_tv-sports-hockey_3AmericaFront.jpg,TV Sports Hockey,PCE,Sports,NEC,Cinemaware,,,,,,,1991-01-01, +/games/boxart/full_uefa-2000_431PALFront.jpg,UEFA 2000,GB,Sports,Infogrames,Bit Managers,,,,,,,2000-01-01, +/games/boxart/full_167894PALFrontccc.jpg,UEFA Champions League 2004-2005,PS2,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, +/games/boxart/full_8143751PALFrontccc.jpg,UEFA Champions League 2004-2005,GC,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, +/games/boxart/full_262528PALFrontccc.jpg,UEFA Champions League 2004-2005,XB,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, +/games/boxart/full_8583295PALFrontccc.jpg,UEFA Champions League 2004-2005,PC,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, +/games/boxart/full_8941315PALFrontccc.jpg,UEFA Champions League 2006-2007,PC,Sports,EA Sports,EA Canada,,,,,,,2007-03-20, +/games/boxart/5833265ccc.jpg,UEFA Champions League 2006-2007,PS2,Sports,EA Sports,EA Canada,,,,,,,2007-03-20, +/games/boxart/full_4828111PALFrontccc.jpg,UEFA Champions League Season 1999/2000,PC,Sports,Eidos Interactive,Silicon Dreams,,,,,,,2000-01-01, +/games/boxart/full_7225158PALFrontccc.jpg,UEFA Champions League Season 1999/2000,PS,Sports,Eidos Interactive,Silicon Dreams,,,,,,,2000-03-24, +/games/boxart/full_1024428PALFrontccc.jpg,UEFA Dream Soccer,DC,Sports,Sega,Silicon Dreams,,,,,,,2000-12-08, +/games/boxart/full_7350155PALFrontccc.jpg,UEFA Euro 2000,PC,Sports,EA Sports,Software Creations,,,,,,,2000-04-28, +/games/boxart/full_1353509PALFrontccc.jpg,UEFA Euro 2000,PS,Sports,EA Sports,Software Creations,,,,,,,2000-08-10, +/games/boxart/full_7590283AmericaFrontccc.jpg,UEFA Euro 2004: Portugal,PC,Sports,EA Sports,EA Canada,,,,,,,2004-05-04, +/games/boxart/full_4999702PALFrontccc.jpg,UEFA Euro 2008 Austria-Switzerland,PC,Sports,Electronic Arts,EA Canada,,,,,,,2008-04-18, +/games/boxart/full_uki-uki-tsuri-tengoku_120JapanFront.jpg,Uki Uki Tsuri Tengoku,PSN,Sports,Hamster Corporation,Teichiku Entertainment,,,,,,,2011-01-12, +/games/boxart/full_uki-uki-tsuri-tengoku_627JapanFront.jpg,Uki Uki Tsuri Tengoku,PS,Sports,Unknown,Teichiku Entertainment,,,,,,,1997-09-11, +/games/boxart/full_uki-uki-tsuri-tengoku-kawa-monogatari_689JapanFront.jpg,Uki Uki Tsuri Tengoku: Kawa Monogatari,PS,Sports,Unknown,Teichiku Entertainment,,,,,,,1998-08-06, +/games/boxart/full_uki-uki-tsuri-tengoku-kawa-monogatari_933JapanFront.jpg,Uki Uki Tsuri Tengoku: Kawa Monogatari,PSN,Sports,Hamster Corporation,Teichiku Entertainment,,,,,,,2011-02-09, +/games/boxart/full_uki-uki-tsuri-tengoku-uokami-densetsu-o-oe_568JapanFront.jpg,Uki Uki Tsuri Tengoku: Uokami Densetsu o Oe,PS,Sports,Unknown,Teichiku Entertainment,,,,,,,2000-02-17, +/games/boxart/full_1173920AmericaFrontccc.jpg,Ultimate Basketball,NES,Sports,Sammy Corporation,Taito Corporation,,,,,,,1990-09-01, +/games/boxart/full_9025847AmericaFrontccc.jpg,Ultimate Duck Hunting,PC,Sports,Mid Carolina Media,Mid Carolina Media,,,,,,,2006-01-01, +/games/boxart/full_5303534AmericaFrontccc.jpg,Ultimate Fighting Championship,DC,Sports,Crave Entertainment,Anchor,8.6,,,,,,2000-08-29, +/games/boxart/full_ultimate-league-soccer_1AmericaFront.jpg,Ultimate League Soccer,NES,Sports,American Video Entertainment,Hacker International,,,,,,,1992-01-01, +/games/boxart/full_ultimate-soccer_6PALFront.jpg,Ultimate Soccer,GG,Sports,Sega,Rage Software,,,,,,,1993-01-01, +/games/boxart/full_ultimate-soccer_10PALFront.jpg,Ultimate Soccer,GEN,Sports,Sega,Rage Software,,,,,,,1993-01-01, +/games/boxart/full_ultimate-soccer_7PALFront.jpg,Ultimate Soccer,MS,Sports,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_ultimate-surfing_943AmericaFront.jpg,Ultimate Surfing,GB,Sports,Natsume,Natsume,,,,,,,2001-06-05, +/games/boxart/8950504ccc.gif,Ultimate Winter Games,GBA,Sports,Telegames,Sproing Interactive Media,,,,,,,2004-01-01, +/games/boxart/full_7013030AmericaFrontccc.jpg,Ultra Golf,GB,Sports,Ultra Games,Konami,,,,,,,1992-01-02, +/games/boxart/full_2800013JapanFrontccc.jpg,Umitsuri Rini Gyoukou,WS,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1999-04-01, +/games/boxart/full_universal-boxing-manager_999AmericaFront.jpg,Universal Boxing Manager,PC,Sports,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2004-04-18, +/games/boxart/full_7157891PALFrontccc.jpg,Urban Freestyle Soccer,PS2,Sports,Unknown,Silicon Dreams,,,,,,,, +/games/boxart/full_688484PALFrontccc.jpg,Urban Freestyle Soccer,PC,Sports,Unknown,Silicon Dreams,,,,,,,, +/games/boxart/full_v-goal-soccer-96_3JapanFront.jpg,V-Goal Soccer '96,3DO,Sports,Tecmo,Tecmo,,,,,,,1996-03-22, +/games/boxart/full_3178511PALFrontccc.jpg,V-Tennis,PS,Sports,Acclaim Entertainment,Tonkin House,,,,,,,1997-06-01, +/games/boxart/7523797ccc.jpg,Val D'Isere Skiing and Snowboarding,AJ,Sports,Atari,Atari Games (Midway),,,,,,,1994-01-01, +/games/boxart/full_136611AmericaFrontccc.jpg,Valora Valley Golf,SAT,Sports,Victory Lap Games,Tikipod,,,,,,,1996-01-01, +/games/boxart/full_8843306PALFrontccc.jpg,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,PC,Sports,Sega,Eurocom Entertainment Software,5,,,,,,2010-01-12, +/games/boxart/full_venice-beach-volleyball_8AmericaFront.jpg,Venice Beach Volleyball,NES,Sports,American Video Entertainment,Idea-Tek,,,,,,,1991-01-01, +/games/boxart/default.jpg,Verbier Ride,GIZ,Sports,Unknown,JoWood Productions,,,,,,,, +/games/boxart/full_4750458AmericaFrontccc.jpg,Video Jogger,2600,Sports,Unknown,Exus,,,,,,,1983-01-01, +/games/boxart/1287435ccc.jpg,Video Olympics,2600,Sports,Atari,Atari,,,,,,,1977-10-01, +/games/boxart/full_9340509AmericaFrontccc.jpg,Video Reflex,2600,Sports,Unknown,Exus,,,,,,,1983-01-01, +/games/boxart/full_6751146AmericaFrontccc.jpg,Virtua Athlete 2000,DC,Sports,Agetec,Hitmaker,,,,,,,2001-08-10, +/games/boxart/6715909ccc.jpg,Virtua Tennis,DC,Sports,Sega,Hitmaker,9.2,,,,,,2000-01-01, +/games/boxart/full_8674244AmericaFrontccc.jpg,Virtua Tennis,PC,Sports,Activision,Strangelite,,,,,,,2002-09-25, +/games/boxart/full_virtua-tennis_45AmericaFront.jpg,Virtua Tennis,NGage,Sports,Sega,Hitmaker,3.6,,,,,,2003-12-08, +/games/boxart/full_6732975JapanFrontccc.jpg,Virtual Bowling,VB,Sports,Athena,Athena,,,,,,,1995-12-22, +/games/boxart/full_768494JapanFrontccc.jpg,Virtual Fishing,VB,Sports,Pack-In-Video,Pack-In-Video,,,,,,,1995-10-06, +/games/boxart/full_7749660JapanFrontccc.jpg,Virtual Gallop Kishudou,PS,Sports,Sunsoft,SunSoft,,,,,,,1996-12-27, +/games/boxart/full_9121561AmericaFrontccc.jpg,Virtual League Baseball,VB,Sports,Kemco,Kemco,,,,,,,1995-09-11, +/games/boxart/1713165ccc.jpg,Virtual Open Tennis,SAT,Sports,Acclaim Entertainment,Imagineer,,,,,,,1996-02-07, +/games/boxart/full_virtual-pool_1AmericaFront.jpg,Virtual Pool,PC,Sports,Interplay,Celeris,,,,,,,1996-12-31, +/games/boxart/full_virtual-pool-2_0AmericaFront.jpg,Virtual Pool 2,PC,Sports,Interplay,VR Sports,,,,,,,1997-11-30, +/games/boxart/full_virtual-pool-3_6AmericaFront.jpg,Virtual Pool 3,PS,Sports,XS Games,Digital Mayhem,,,,,,,2003-08-11, +/games/boxart/full_virtual-pool-3_4AmericaFront.jpg,Virtual Pool 3,PSN,Sports,Sony Computer Entertainment,Digital Mayhem,,,,,,,2010-11-02, +/games/boxart/full_virtual-pool-3_3AmericaFront.jpg,Virtual Pool 3,PC,Sports,Interplay,Celeris,,,,,,,2000-11-14, +/games/boxart/full_virtual-pool-hall_10AmericaFront.jpg,Virtual Pool Hall,PC,Sports,Interplay,Celeris,,,,,,,1999-12-31, +/games/boxart/full_9743331AmericaFrontccc.jpg,Virtual Pool: Tournament Edition,PS2,Sports,Global Star Software,Celeris,,,,,,,2005-04-12, +/games/boxart/default.jpg,Virtual Pool: Tournament Edition,PC,Sports,Global Star Software,Celeris,,,,,,,2004-10-01, +/games/boxart/9167001ccc.jpg,Volleyball,VC,Sports,Nintendo,Nintendo R&D1,,,,,,,2007-11-12, +/games/boxart/full_volleyball-fds_6JapanFront.jpg,Volleyball (FDS),NES,Sports,Nintendo,Nintendo R&D1,,,,,,,1986-07-21, +/games/boxart/full_7731319PALFrontccc.jpg,Volleyball Challenge,PS2,Sports,505 Games,D3 Publisher,,,,,,,2004-07-09, +/games/boxart/full_6571659PALFrontccc.jpg,Volleyball Xciting,PS2,Sports,Agetec,Success,,,,,,,2004-02-27, +/games/boxart/4752538ccc.jpg,VR Golf '97,SAT,Sports,Interplay,VR Sports,,,,,,,1996-01-01, +/games/boxart/9530796ccc.jpg,VR Soccer,SAT,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1996-01-01, +/games/boxart/full_2159316AmericaFrontccc.jpg,VT Tennis,DSiW,Sports,Virtual Toys,Virtual Toys,4,,,,,,2010-03-01, +/games/boxart/full_vt-tennis_10PALFront.jpg,VT Tennis,PSN,Sports,Virtual Toys,Virtual Toys,,,,,,,2010-05-25, +/games/boxart/full_4011905AmericaFrontccc.jpg,Waialae Country Club,3DO,Sports,Panasonic Interactive Media,Tikipod,,,,,,,1994-01-01, +/games/boxart/full_3967628AmericaFrontccc.jpg,Waialae Country Club: True Golf Classics,N64,Sports,Nintendo,Tikipod,,,,,,,1998-07-29, +/games/boxart/full_3078682AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,PC,Sports,Aspyr,Beenox,,,,,,,2002-12-22, +/games/boxart/full_5499526JapanFrontccc.jpg,Waku Waku Bowling,PS,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1998-04-02, +/games/boxart/full_35482JapanFrontccc.jpg,Waku Waku Derby,PS,Sports,KSS,KSS,,,,,,,1997-12-18, +/games/boxart/full_7943520JapanFrontccc.jpg,Waku Waku Volley,PS,Sports,Athena,Athena,,,,,,,1998-11-26, +/games/boxart/956521ccc.jpg,Walter Payton Football,MS,Sports,Sega,Sega,,,,,,,1989-01-01, +/games/boxart/6391776ccc.jpg,Water Ski,7800,Sports,Unknown,Froggo,,,,,,,1988-01-01, +/games/boxart/full_wayne-gretzky-hockey_110AmericaFront.jpg,Wayne Gretzky Hockey,NES,Sports,THQ,Bethesda Softworks,,,,,,,1991-01-01, +/games/boxart/full_4034630JapanFrontccc.jpg,Whistle!,GBA,Sports,Konami,Konami,,,,,,,2003-02-27, +/games/boxart/full_4645976JapanFrontccc.jpg,Whistle: Fuki Nukeru Kaze,PS,Sports,Konami,Konami,,,,,,,2003-01-30, +/games/boxart/7040762ccc.jpg,White Men Can't Jump,AJ,Sports,Atari,High Voltage Software,,,,,,,1995-07-01, +/games/boxart/full_4839517JapanFrontccc.jpg,Wi-El,GBA,Sports,Konami,Konami,,,,,,,2002-04-25, +/games/boxart/459852ccc.jpg,Wicked 18,SNES,Sports,Bullet Proof Software,Tikipod,,,,,,,1993-10-01, +/games/boxart/6389670ccc.jpg,Wicked 18,3DO,Sports,T&E Soft,Tikipod,,,,,,,1995-01-01, +/games/boxart/5550525ccc.jpg,Wicked Surfing,GB,Sports,Unknown,Cave Barn,,,,,,,2020-12-31, +/games/boxart/full_98739PALFrontccc.jpg,Wild Boater,PS,Sports,Midas Interactive Entertainment,Tao Human,,,,,,,2001-11-09, +/games/boxart/full_7707904PALFrontccc.jpg,Wild Rapids,PS,Sports,GN Software,FUJIC Co. Ltd.,,,,,,,2000-09-08, +/games/boxart/default.jpg,Wildlife Hunter,Wii,Sports,Unknown,Nordic Games Publishing,,,,,,,, +/games/boxart/full_zany-golf_40AmericaFront.jpg,Will Harvey's Zany Golf,PC,Sports,Electronic Arts,Sandcastle,,,,,,,1988-01-01, +/games/boxart/full_wimbledon_5PALFront.jpg,Wimbledon,MS,Sports,Sega,SIMS,,,,,,,1992-01-01, +/games/boxart/9271867ccc.jpg,Wimbledon,GG,Sports,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/full_wimbledon-championship-tennis_2AmericaFront.jpg,Wimbledon Championship Tennis,GEN,Sports,Sega,SIMS,,,,,,,1993-01-01, +/games/boxart/full_wimbledon-ii_10PALFront.jpg,Wimbledon II,MS,Sports,Sega,SIMS,,,,,,,1993-01-01, +/games/boxart/full_windjammers_5AmericaFront.jpg,WindJammers,NG,Sports,SNK,Data East,,,,,,,1994-01-01, +/games/boxart/full_windjammers_10AmericaFront.jpg,WindJammers,VC,Sports,D4 Enterprise,Data East,,,,,,,2010-06-22, +/games/boxart/full_windjammers-cd_7AmericaFront.jpg,WindJammers (CD),NG,Sports,SNK,Data East,,,,,,,1995-01-01, +/games/boxart/default.jpg,Winning Eleven x UEFA Champions League Special Pack,PSP,Sports,Konami,Konami,,,,,,,2009-12-10, +/games/boxart/full_4793383JapanFrontccc.jpg,Winning Post,SCD,Sports,KOEI,Koei,,,,,,,1993-09-17, +/games/boxart/3675104ccc.jpg,Winning Post,SAT,Sports,KOEI,Koei,,,,,,,1996-01-01, +/games/boxart/full_5719400JapanFrontccc.jpg,Winning Post,GBA,Sports,KOEI,Koei,,,,,,,2001-03-21, +/games/boxart/full_3865651JapanFrontccc.jpg,Winning Post,3DO,Sports,KOEI,Koei,,,,,,,1994-09-16, +/games/boxart/full_5550437JapanFrontccc.jpg,Winning Post 2: Program '96,SNES,Sports,KOEI,Koei,,,,,,,1996-10-04, +/games/boxart/full_4117317JapanFrontccc.jpg,Winning Post 4 Program 2000,DC,Sports,KOEI,Koei,,,,,,,2000-03-30, +/games/boxart/full_8871078JapanFrontccc.jpg,Winning Post 7,PS2,Sports,KOEI,Koei,,,,,,,2005-08-25, +/games/boxart/full_winning-post-7-2010_869JapanFront.jpg,Winning Post 7 2010,PC,Sports,Tecmo Koei,Tecmo Koei Games,,,,,,,2010-08-27,2018-07-30 +/games/boxart/full_769656JapanFrontccc.jpg,Winning Post World,PC,Sports,KOEI,Koei,,,,,,,2009-02-20, +/games/boxart/full_491316JapanFrontccc.jpg,Winning Post World 2010,PC,Sports,KOEI,Koei,,,,,,,2010-02-26, +/games/boxart/full_9182474JapanFrontccc.jpg,Winning Post World 8,PC,Sports,Tecmo Koei,Koei Tecmo Games,,,,,,,2014-03-27,2019-01-05 +/games/boxart/full_304341JapanFrontccc.jpg,Winning Shot,VC,Sports,G-mode,Data East,,,,,,,2009-02-10, +/games/boxart/full_1659586JapanFrontccc.jpg,Winning Shot,PCE,Sports,Data East,Data East,,,,,,,1989-03-03, +/games/boxart/full_4476059PALFrontccc.jpg,Winter Games,VC,Sports,Commodore,Epyx,,,,,,,2009-02-20, +/games/boxart/4005243ccc.jpg,Winter Games,7800,Sports,Atari,Atari,,,,,,,1987-01-01, +/games/boxart/5147460ccc.jpg,Winter Games,2600,Sports,Epyx,Epyx,,,,,,,1987-01-01, +/games/boxart/3054781ccc.jpg,Winter Games,NES,Sports,Acclaim Entertainment,Pony Canyon,,,,,,,1987-09-01, +/games/boxart/full_4904504JapanFrontccc.jpg,Winter Games (FDS),NES,Sports,Pony Canyon,Atelier Double,,,,,,,1987-03-27, +/games/boxart/4253346ccc.jpg,Winter Olympic Games: Lillehammer '94,GEN,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, +/games/boxart/5844545ccc.jpg,Winter Olympic Games: Lillehammer '94,SNES,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-02-01, +/games/boxart/full_9125939AmericaFrontccc.jpg,Winter Olympic Games: Lillehammer '94,GG,Sports,Sega,Unexpected Development,,,,,,,1994-01-01, +/games/boxart/8474674ccc.jpg,Winter Olympic Games: Lillehammer '94,GB,Sports,U.S. Gold,Unexpected Development,,,,,,,1994-01-01, +/games/boxart/2183796ccc.jpg,Winter Olympics,GG,Sports,Sega,Tiertex Ltd,,,,,,,1994-01-01, +/games/boxart/full_winter-olympics-lillehammer-94_9PALFront.jpg,Winter Olympics: Lillehammer '94,MS,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, +/games/boxart/full_winter-olympics-lillehammer-94_4PALFront.jpg,Winter Olympics: Lillehammer '94,PC,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, +/games/boxart/196632ccc.jpg,Winter Sports,PC,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2006-02-09, +/games/boxart/6489461ccc.jpg,Winter Sports,PS2,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2006-02-09, +/games/boxart/default.jpg,Winter Sports 2011,PC,Sports,Unknown,49Games,,,,,,,, +/games/boxart/full_8814901JapanFrontccc.jpg,Wonder Classic,WS,Sports,Bandai,Namco,,,,,,,2001-01-18, +/games/boxart/full_wonder-stadium_1JapanFront.jpg,Wonder Stadium,WS,Sports,Bandai,Namco,,,,,,,1999-03-11, +/games/boxart/full_wonder-stadium-99_4JapanFront.jpg,Wonder Stadium '99,WS,Sports,Bandai,Namco,,,,,,,1999-09-30, +/games/boxart/full_wonderswan-handy-sonar_3JapanFront.jpg,WonderSwan Handy Sonar,WS,Sports,Bandai,Bandai,,,,,,,1999-05-13, +/games/boxart/full_4418982JapanFrontccc.jpg,World Advance Soccer: Shouri e no Michi,GBA,Sports,Hands-On Entertainment,Hands-On Entertainment,,,,,,,2001-12-07, +/games/boxart/full_world-beach-volley-1991-gb-cup_512JapanFront.jpg,World Beach Volley: 1991 GB Cup,GB,Sports,Unknown,GRC,,,,,,,2020-12-31, +/games/boxart/full_world-bowling_214AmericaFront.jpg,World Bowling,GB,Sports,Romstar,Athena,,,,,,,1990-04-01, +/games/boxart/full_938716PALFrontccc.jpg,World Championship Pool 2004,GC,Sports,Jaleco,Blade Interactive,,,,,,,2005-01-01, +/games/boxart/full_5491672AmericaFrontccc.jpg,World Championship Pool 2004,PC,Sports,Jaleco,Blade Interactive,,,,,,,2004-04-30, +/games/boxart/full_5003779PALFrontccc.jpg,World Championship Rugby,XB,Sports,Acclaim Entertainment,Swordfish Studios,,,,,,,2004-09-01, +/games/boxart/full_7140872PALFrontccc.jpg,World Championship Rugby,PC,Sports,Acclaim Entertainment,Swordfish Studios,,,,,,,2004-04-30, +/games/boxart/full_1276976AmericaFrontccc.jpg,World Championship Soccer,GEN,Sports,Sega,SEGA Enterprises Ltd.,,,,,,,1990-01-01, +/games/boxart/full_8722260AmericaFrontccc.jpg,World Class Baseball,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-09-17, +/games/boxart/full_5444537AmericaFrontccc.jpg,World Class Baseball,PCE,Sports,NEC,Hudson Soft,,,,,,,1989-01-01, +/games/boxart/4477864ccc.jpg,World Class Leaderboard Golf,GG,Sports,Sega,Tiertex Design Studios,,,,,,,1991-01-01, +/games/boxart/full_world-class-rugby_319PALFront.jpg,World Class Rugby,SNES,Sports,Imagineer,Denton Designs,,,,,,,1993-01-01, +/games/boxart/7103209ccc.jpg,World Class Soccer,Lynx,Sports,Atari,Atari,,,,,,,1992-01-01, +/games/boxart/full_world-court-tennis_3AmericaFront.jpg,World Court Tennis,PCE,Sports,NEC,Namco,,,,,,,1989-01-01, +/games/boxart/full_5663627AmericaFrontccc.jpg,World Cup 98,PS,Sports,EA Sports,EA Canada,,,,,,,1998-03-13, +/games/boxart/full_6242201AmericaFrontccc.jpg,World Cup 98,GB,Sports,THQ,Tiertex Design Studios,,,,,,,1998-01-01, +/games/boxart/full_6369294AmericaFrontccc.jpg,World Cup 98,PC,Sports,EA Sports,EA Canada,,,,,,,1998-04-30, +/games/boxart/9607639ccc.jpg,World Cup Golf: Hyatt Dorado Beach,3DO,Sports,U.S. Gold,Arc Developments,,,,,,,1994-01-01, +/games/boxart/4878899ccc.jpg,World Cup Golf: Professional Edition,SAT,Sports,U.S. Gold,Arc Developments,,,,,,,1996-01-01, +/games/boxart/full_world-cup-italia-90_0PALFront.jpg,World Cup Italia '90,MS,Sports,Sega,Mastertronic,,,,,,,1990-01-01, +/games/boxart/4007143ccc.jpg,World Cup Soccer,GG,Sports,Tengen,SIMS,,,,,,,1993-01-01, +/games/boxart/full_world-cup-special_3JapanFront.jpg,World Cup Special,3DO,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1995-05-19, +/games/boxart/full_world-cup-super-stadium_9JapanFront.jpg,World Cup Super Stadium,3DO,Sports,Unknown,TV Tokyo,,,,,,,1995-04-28, +/games/boxart/full_world-cup-usa-94_6AmericaFront.jpg,World Cup USA 94,GG,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, +/games/boxart/default.jpg,World Cup USA 94,GB,Sports,Unknown,Tiertex Design Studios,,,,,,,2020-12-31, +/games/boxart/full_world-cup-usa-94_8AmericaFront.jpg,World Cup USA 94,GEN,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, +/games/boxart/full_world-cup-usa-94_10PALFront.jpg,World Cup USA 94,MS,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1992-01-01, +/games/boxart/full_world-cup-usa-94_2AmericaFront.jpg,World Cup USA 94,SNES,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-06-01, +/games/boxart/full_world-cup-usa-94_0AmericaFront.jpg,World Cup USA 94,SCD,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, +/games/boxart/full_1820928JapanFrontccc.jpg,World Derby,GG,Sports,CSK Research Institute,CSK Research Institute,,,,,,,1994-05-27, +/games/boxart/full_8362544PALFrontccc.jpg,World Games,MS,Sports,Sega,Epyx,,,,,,,1989-01-01, +/games/boxart/full_9504873JapanFrontccc.jpg,World Ice Hockey,GB,Sports,Athena,Athena,,,,,,,1991-04-12, +/games/boxart/full_1963926JapanFrontccc.jpg,World Jockey,PCE,Sports,Namco,Namco,,,,,,,1991-09-20, +/games/boxart/5411036ccc.jpg,World League Soccer,SNES,Sports,Unknown,Anco,,,,,,,, +/games/boxart/full_863826PALFrontccc.jpg,World of Pool,PSP,Sports,Ghostlight,Icon Games,,,,,,,2007-08-31, +/games/boxart/full_1107136AmericaFrontccc.jpg,World Series Baseball,GEN,Sports,Sega,Blue Sky Software,,,,,,,1994-01-01, +/games/boxart/4866077ccc.jpg,World Series Baseball,GG,Sports,Sega,Sega,,,,,,,1993-01-01, +/games/boxart/8183304ccc.jpg,World Series Baseball '95,GG,Sports,Sega,Sega,,,,,,,1994-01-01, +/games/boxart/4689346ccc.jpg,World Series Baseball 2K1,DC,Sports,Sega,Wow Entertainment,,,,,,,2000-07-17, +/games/boxart/8921336ccc.jpg,World Series Baseball 2K2,DC,Sports,Sega,Visual Concepts,,,,,,,2001-08-01, +/games/boxart/2727306ccc.jpg,World Series Baseball 98,SAT,Sports,Sega,Sega,,,,,,,1997-12-01, +/games/boxart/3565581ccc.jpg,World Series Baseball II,SAT,Sports,Sega,Sega,,,,,,,1996-07-31, +/games/boxart/full_9932439PALFrontccc.jpg,World Snooker Championship 2005,PS2,Sports,Sega,Blade Interactive,,,,,,,2005-04-15, +/games/boxart/full_7518058PALFrontccc.jpg,World Snooker Championship 2005,XB,Sports,Sega,Blade Interactive,,,,,,,2005-04-15, +/games/boxart/full_6135641PALFrontccc.jpg,World Snooker Championship 2007,PS2,Sports,Sega,Blade Interactive,,,,,,,2007-01-12, +/games/boxart/full_5063993JapanFrontccc.jpg,World Soccer Winning Eleven 5 Final Evolution,PS2,Sports,Konami,Konami,,,,,,,2001-12-13, +/games/boxart/full_1611797JapanFrontccc.jpg,World Soccer Winning Eleven 6 Final Evolution,GC,Sports,Konami,Konami,,,,,,,2003-01-30, +/games/boxart/full_4516688JapanFrontccc.jpg,World Soccer Winning Eleven 6 Final Evolution,PS2,Sports,Konami,Konami,,,,,,,2002-12-12, +/games/boxart/default.jpg,World Soccer Winning Eleven 7,PC,Sports,VU Games,KCET,,,,,,,2004-01-01, +/games/boxart/full_3635219AmericaFrontccc.jpg,World Soccer Winning Eleven 7 International,PC,Sports,Konami,Konami Computer Entertainment Tokyo,9.1,,,,,,2004-04-09, +/games/boxart/full_7583719AmericaFrontccc.jpg,World Soccer Winning Eleven 8 International,PC,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2005-02-16, +/games/boxart/full_world-sports-competition_0AmericaFront.jpg,World Sports Competition,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-06-18, +/games/boxart/full_world-sports-competition_0AmericaFront.jpg,World Sports Competition,PCE,Sports,NEC,Hudson Soft,,,,,,,1993-01-01, +/games/boxart/full_8661951PALFrontccc.png,World Tour Soccer 06,PSN,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-07-05, +/games/boxart/9966089ccc.jpg,World Trophy Soccer,GEN,Sports,Virgin Interactive,Game Arts,,,,,,,1992-01-01, +/games/boxart/full_worldwide-boxing-manager_878PALFront.jpg,Worldwide Boxing Manager,PC,Sports,DTP Entertainment,Proline Software GmbH,,,,,,,2007-09-28, +/games/boxart/full_8737019AmericaFrontccc.jpg,Worldwide Soccer,PC,Sports,Sega,Team Aquila,,,,,,,1997-09-30, +/games/boxart/full_worms-crazy-golf_586AmericaFront.jpg,Worms Crazy Golf,PSN,Sports,Team17 Software,Team17 Software,,,,,,,2011-10-25, +/games/boxart/full_4698792PALFrontccc.jpg,Wrestle War,GEN,Sports,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_7475296PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,PS3,Sports,Koch Media,Blade Interactive,,,,,,,2008-09-05, +/games/boxart/full_7945980PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,PS2,Sports,Koch Media,Blade Interactive,,,,,,,2008-07-04, +/games/boxart/full_6783834PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,PSP,Sports,Koch Media,Blade Interactive,,,,,,,2008-10-01, +/games/boxart/full_wsc-real-09-world-championship-snooker_571PALFront.jpg,WSC Real 09: World Championship Snooker,PSP,Sports,Deep Silver,Blade Interactive,,,,,,,2009-04-03, +/games/boxart/full_wsc-real-11-world-snooker-championship_194PALFront.jpg,WSC Real 11: World Snooker Championship,PC,Sports,Koch Media,Dark Energy Digital,,,,,,,2011-04-15, +/games/boxart/full_8645137AmericaFrontccc.jpg,WWE 2K15,PC,Sports,2K Sports,Visual Concepts,,,,,,,2015-04-28,2018-01-06 +/games/boxart/full_4967761AmericaFrontccc.jpg,WWF Super Wrestlemania,SNES,Sports,LJN,Sculptured Software,,,,,,,1992-01-01, +/games/boxart/full_4303146PALFrontccc.jpg,X'treme Roller,PS,Sports,Microids,Mircoids,,,,,,,2001-10-05, +/games/boxart/full_xs-junior-league-dodgeball_0AmericaFront.jpg,XS Junior League Dodgeball,PSN,Sports,Sony Computer Entertainment,Yumedia,,,,,,,2010-04-15, +/games/boxart/7724119ccc.jpg,XS Junior League Dodgeball,PS,Sports,XS Games,Yumedia,,,,,,,2003-09-03, +/games/boxart/full_xs-junior-league-football_835AmericaFront.jpg,XS Junior League Football,PSN,Sports,Sony Computer Entertainment,XS Games,,,,,,,2011-10-11, +/games/boxart/full_8623375AmericaFrontccc.jpg,XS Junior League Football,PS,Sports,XS Games,Wahoo Studios,,,,,,,2003-01-01, +/games/boxart/full_4290452AmericaFrontccc.png,XS Junior League Soccer,PSN,Sports,Sony Computer Entertainment,Wahoo Studios,,,,,,,2009-07-08, +/games/boxart/full_5807305AmericaFrontccc.jpg,XS Junior League Soccer,PS,Sports,XS Games,Wahoo Studios,,,,,,,2004-09-29, +/games/boxart/full_xtreme-sports_312AmericaFront.gif,Xtreme Sports,GB,Sports,Infogrames,WayForward Technologies,,,,,,,2000-06-28, +/games/boxart/122880ccc.jpg,Xtreme Sports,DC,Sports,Infogrames,Innerloop,,,,,,,2000-11-27, +/games/boxart/full_4514257AmericaFrontccc.jpg,Xtreme Sports Arcade Summer Edition,PC,Sports,GT Interactive,WayForward,,,,,,,1999-01-01, +/games/boxart/full_yeh-yeh-tennis_3PALFront.jpg,Yeh Yeh Tennis,PS,Sports,Sunsoft,SunSoft,,,,,,,2000-01-01, +/games/boxart/full_7247913PALFrontccc.png,YetiSports,PSN,Sports,Xendex,Xendex,,,,,,,2010-06-15, +/games/boxart/full_6333802AmericaFrontccc.jpg,Yourself Fitness,PC,Sports,responDESIGN,"responDESIGN, Inc.",,,,,,,2005-03-05, +/games/boxart/full_6214351JapanFrontccc.jpg,Yume Uma Ken '99 Internet,DC,Sports,Shangri-La,Shangri-La,,,,,,,1999-10-21, +/games/boxart/3624611ccc.jpg,Yuujou no Victory Goal: 4v4 Get the Goal!,GBA,Sports,Konami,Konami,,,,,,,2001-11-15, +/games/boxart/default.jpg,Zany Golf,Wii,Sports,Unknown,Sandcastle Productions,,,,,,,, +/games/boxart/full_7335012AmericaFrontccc.jpg,Zany Golf,GEN,Sports,Electronic Arts,Sandcastle,,,,,,,1990-01-01, +/games/boxart/9073466ccc.jpg,Zebco Fishing,GB,Sports,Vatical Entertainment,Vicarious Visions,,,,,,,1999-09-01, +/games/boxart/6739275ccc.jpg,Zen-Nippon Shounen Soccer Taikai 2,GBA,Sports,Success,Success,,,,,,,2002-12-27, +/games/boxart/full_zen-nippon-shounen-soccer-taikai-2-mezase-nippon-ichi_454JapanFront.jpg,Zen-Nippon Shounen Soccer Taikai 2: Mezase Nippon Ichi!,GBA,Sports,Success,Boom,,,,,,,2002-12-27, +/games/boxart/full_zen-nippon-shounen-soccer-taikai-mezase-nippon-ichi_531JapanFront.jpg,Zen-Nippon Shounen Soccer Taikai: Mezase Nippon Ichi!,GB,Sports,Success,Boom,,,,,,,2001-09-07, +/games/boxart/full_zidane-football-generation_465PALFront.jpg,Zidane Football Generation,GB,Sports,Cryo Interactive,Aqua Pacific,,,,,,,2002-06-14, +/games/boxart/full_zidane-football-generation-2002_362PALFront.jpg,Zidane Football Generation 2002,GBA,Sports,Cryo Interactive,Aqua Pacific,,,,,,,2002-11-15, +/games/boxart/full_2309867JapanFrontccc.jpg,Zoku Hatukoi Monogatari: Shuugaku Ryokou,PCFX,Sports,NEC,NEC,,,,,,,1997-06-06, +/games/boxart/full_8743117AmericaFrontccc.jpg,Zombie Bowl-O-Rama,PC,Sports,Mumbo Jumbo,Mumbo Jumbo,,,,,,,2009-10-15, +/games/boxart/full_431510AmericaFrontccc.jpg,Zoo Disc Golf,WW,Sports,Sonalysts,Sonalysts Inc.,,,,,,,2010-06-07, +/games/boxart/full_6508183AmericaFrontccc.png,3D MiniGolf,NS,Sports,Merge Games,Z-Software,,,,,,,2018-02-01,2019-04-13 +/games/boxart/full_7254259AmericaFrontccc.jpg,3on3 FreeStyle,PC,Sports,Joycity,Joycity,,,,,,,2017-10-16,2019-04-22 +/games/boxart/default.jpg,A Day at the Carnival,WiiU,Sports,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_9476610AmericaFrontccc.png,ACA NEOGEO 2020 SUPER BASEBALL,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-06-29,2018-03-29 +/games/boxart/full_8531719AmericaFrontccc.png,ACA NEOGEO 2020 SUPER BASEBALL,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-02-08,2019-04-21 +/games/boxart/full_37642AmericaFrontccc.jpg,ACA NEOGEO 2020 SUPER BASEBALL,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-04-27,2019-04-21 +/games/boxart/full_5740890AmericaFrontccc.jpeg,ACA NEOGEO BASEBALL STARS PROFESSIONAL,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-17,2018-08-05 +/games/boxart/full_2480215AmericaFrontccc.png,ACA NEOGEO BASEBALL STARS PROFESSIONAL,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-17,2018-08-05 +/games/boxart/full_9357510AmericaFrontccc.png,ACA NEOGEO LEAGUE BOWLING,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-07-19,2018-08-05 +/games/boxart/full_6764294AmericaFrontccc.jpeg,ACA NEOGEO LEAGUE BOWLING,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-07-19,2018-08-05 +/games/boxart/full_8199648AmericaFrontccc.jpg,ACA NEOGEO NEO TURF MASTERS,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-02-23,2018-04-03 +/games/boxart/full_4884343AmericaFrontccc.png,ACA NEOGEO NEO TURF MASTERS,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-03-23,2018-04-04 +/games/boxart/full_2727529AmericaFrontccc.png,ACA NEOGEO NEO TURF MASTERS,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-02-23,2018-03-29 +/games/boxart/full_1716047AmericaFrontccc.png,ACA NEOGEO POWER SPIKES II,NS,Sports,Hamster Corporation,Video System,,,,,,,2018-01-18,2018-04-04 +/games/boxart/full_8475667AmericaFrontccc.jpg,ACA NEOGEO POWER SPIKES II,XOne,Sports,Hamster Corporation,Video System,,,,,,,2018-01-18,2018-04-03 +/games/boxart/full_8276044AmericaFrontccc.jpeg,ACA NEOGEO POWER SPIKES II,PS4,Sports,Hamster Corporation,Video System,,,,,,,2018-04-19,2018-08-05 +/games/boxart/full_4592563AmericaFrontccc.png,ACA NEOGEO SOCCER BRAWL,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-12-07,2018-03-28 +/games/boxart/full_3436462AmericaFrontccc.png,ACA NEOGEO SOCCER BRAWL,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-11-22,2018-04-04 +/games/boxart/full_1211277AmericaFrontccc.jpg,ACA NEOGEO SOCCER BRAWL,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-11-22,2018-04-04 +/games/boxart/full_4559512AmericaFrontccc.png,ACA NEOGEO STAKES WINNER,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-02,2018-08-05 +/games/boxart/full_2011897AmericaFrontccc.jpeg,ACA NEOGEO STAKES WINNER,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 +/games/boxart/full_1374364AmericaFrontccc.jpeg,ACA NEOGEO STAKES WINNER,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-02,2018-08-05 +/games/boxart/full_3046087AmericaFrontccc.jpg,ACA NEOGEO STREET HOOP,XOne,Sports,Hamster Corporation,Data East,,,,,,,2017-11-09,2018-04-04 +/games/boxart/full_8275649AmericaFrontccc.png,ACA NEOGEO STREET HOOP,NS,Sports,Hamster Corporation,Data East,,,,,,,2017-11-09,2018-04-04 +/games/boxart/full_6618619AmericaFrontccc.png,ACA NEOGEO STREET HOOP,PS4,Sports,Hamster Corporation,Data East,,,,,,,2017-11-09,2018-04-04 +/games/boxart/full_1761453AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-07-27,2018-04-03 +/games/boxart/full_1560272AmericaFrontccc.jpg,ACA NEOGEO SUPER SIDEKICKS,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-07-27,2018-04-03 +/games/boxart/full_9122896AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-07-28,2018-04-03 +/games/boxart/full_589904AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS 2,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-10,2018-08-05 +/games/boxart/full_8534138AmericaFrontccc.jpeg,ACA NEOGEO SUPER SIDEKICKS 2,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 +/games/boxart/full_2437547AmericaFrontccc.jpeg,ACA NEOGEO SUPER SIDEKICKS 2,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-10,2018-08-05 +/games/boxart/full_2906492AmericaFrontccc.jpeg,ACA NEOGEO SUPER SIDEKICKS 3 : THE NEXT GLORY,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-14,2018-08-05 +/games/boxart/full_3402726AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS 3 : THE NEXT GLORY,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-14,2018-08-05 +/games/boxart/full_6814556AmericaFrontccc.png,ACA NEOGEO TOP PLAYER'S GOLF,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-24,2018-08-05 +/games/boxart/full_8348062AmericaFrontccc.jpeg,ACA NEOGEO TOP PLAYERS GOLF,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-24,2018-08-05 +/games/boxart/default.jpg,AFL Evolution 2,PS4,Sports,Unknown,Wicked Witch Software,,,,,,,,2020-05-01 +/games/boxart/3393459PALFrontccc.jpg,AFL Evolution 2,NS,Sports,Tru Blu Entertainment,Wicked Witch Software,,,,,,,2020-04-16,2020-05-01 +/games/boxart/default.jpg,AFL Evolution 2,XOne,Sports,Unknown,Wicked Witch Software,,,,,,,,2020-05-01 +/games/boxart/full_7010265AmericaFrontccc.png,Air Hockey,NS,Sports,Sabec Limited,Sabec Limited,,,,,,,2018-02-28,2018-03-23 +/games/boxart/full_6099932AmericaFrontccc.jpg,Alpine Ski,Arc,Sports,Unknown,Taito,,,,,,,,2022-04-24 +/games/boxart/full_9457192AmericaFrontccc.jpg,American Ninja Warrior: Challenge,PS4,Sports,GameMill Entertainment,Gaming Corps AB,,,,,,,2019-03-19,2020-09-22 +/games/boxart/full_8974631AmericaFrontccc.jpg,American Ninja Warrior: Challenge,NS,Sports,GameMill Entertainment,Gaming Corps AB,,,,,,,2019-03-19,2020-09-22 +/games/boxart/full_7430855AmericaFrontccc.jpg,American Ninja Warrior: Challenge,XOne,Sports,GameMill Entertainment,Gaming Corps AB,,,,,,,2019-03-19,2020-09-22 +/games/boxart/default.jpg,AO International Tennis,PS4,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2018-05-08,2018-05-25 +/games/boxart/default.jpg,AO International Tennis,XOne,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2018-05-08,2018-05-25 +/games/boxart/default.jpg,AO International Tennis,PC,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2018-05-08,2018-05-25 +/games/boxart/full_3911406AmericaFrontccc.jpg,AO Tennis 2,PS4,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 +/games/boxart/full_6120016AmericaFrontccc.jpg,AO Tennis 2,XOne,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 +/games/boxart/full_9560454AmericaFrontccc.jpg,AO Tennis 2,NS,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 +/games/boxart/full_5683236AmericaFrontccc.jpg,AO Tennis 2,PC,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 +/games/boxart/full_3860424PALFrontccc.jpg,Ashes Cricket,PS4,Sports,Koch Media,Big Ant Studios,,,,,,,2018-11-16,2018-01-04 +/games/boxart/full_4106625PALFrontccc.jpg,Behold the Kickmen,NS,Sports,Ant Workshop,Size Five Games,,,,,,,2020-06-18,2022-04-17 +/games/boxart/full_8446292AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,PC,Sports,Unknown,Survios,,,,,,,,2021-06-12 +/games/boxart/full_851391AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,NS,Sports,Unknown,Survios,,,,,,,2021-09-03,2021-06-12 +/games/boxart/full_1291869AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,XOne,Sports,Unknown,Survios,,,,,,,,2021-06-12 +/games/boxart/full_2791935AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,PS4,Sports,Unknown,Survios,,,,,,,,2021-06-12 +/games/boxart/full_8932524AmericaFrontccc.jpg,Blood Bowl 3,NS,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 +/games/boxart/full_2030353AmericaFrontccc.jpg,Blood Bowl 3,PC,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 +/games/boxart/full_6128188AmericaFrontccc.jpg,Blood Bowl 3,PS4,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 +/games/boxart/full_1267227AmericaFrontccc.jpg,Blood Bowl 3,PS5,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 +/games/boxart/full_2490035AmericaFrontccc.jpg,Blood Bowl 3,XOne,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 +/games/boxart/full_484169AmericaFrontccc.jpg,Blood Bowl 3,XS,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 +/games/boxart/default.jpg,Body Slam: Super Pro Wrestling,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 +/games/boxart/full_3720053AmericaFrontccc.png,Boxing,Int,Sports,Mattel Electronics,Mattel,,,,,,,1981-10-21,2018-01-13 +/games/boxart/default.jpg,Break in,WiiU,Sports,Unknown,Konami,,,,,,,,2020-08-25 +/games/boxart/full_5757687PALFrontccc.jpg,Captain Tsubasa: Rise of New Champions,PC,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2020-05-23 +/games/boxart/full_6817651PALFrontccc.jpg,Captain Tsubasa: Rise of New Champions,PS4,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2020-05-23 +/games/boxart/full_3141276PALFrontccc.jpg,Captain Tsubasa: Rise of New Champions,NS,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2020-05-23 +/games/boxart/default.jpg,Championship Tennis,Int,Sports,Dextell Ltd.,Mattel,,,,,,,1985-01-01,2018-01-13 +/games/boxart/default.jpg,Chip Shot: Super Pro Golf,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/full_8487587AmericaFrontccc.png,ClusterPuck 99,NS,Sports,Coatsink Software,PHL Collective,,,,,,,2018-03-29,2018-03-23 +/games/boxart/full_4622630AmericaFrontccc.jpg,Crayola Scoot,PC,Sports,Outright Games,Climax Studios,,,,,,,2018-10-16,2020-09-23 +/games/boxart/full_1225417PALFrontccc.jpg,Cricket 19 - The Official Game of the Ashes,NS,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-05-31,2019-05-02 +/games/boxart/default.jpg,Cricket 19 - The Official Game of the Ashes,PC,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-12-01,2019-05-02 +/games/boxart/full_458507PALFrontccc.jpg,Cricket 19 - The Official Game of the Ashes,PS4,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-05-31,2019-05-02 +/games/boxart/full_9320712PALFrontccc.jpg,Cricket 19 - The Official Game of the Ashes,XOne,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-05-31,2019-05-02 +/games/boxart/full_8629592AmericaFrontccc.jpg,David Beckham Soccer,PS,Sports,Majesco,Rage Software,,,,,,,2002-06-01,2018-03-30 +/games/boxart/full_1583599JapanFrontccc.jpg,Dead or Alive Xtreme 3: Scarlet,NS,Sports,Koei Tecmo,Team Ninja,,,,,,,2019-03-20,2019-03-22 +/games/boxart/full_4495054JapanFrontccc.jpg,Dead or Alive Xtreme 3: Scarlet,PS4,Sports,Koei Tecmo,Team Ninja,,,,,,,2019-03-20,2019-03-22 +/games/boxart/default.jpg,Disc Jam,PS4,Sports,Unknown,High Horse Entertainment,,,,,,,,2018-02-12 +/games/boxart/full_7000715AmericaFrontccc.png,Disc Jam,NS,Sports,High Horse Entertainment,High Horse Entertainment,,,,,,,2018-02-08,2018-02-12 +/games/boxart/default.jpg,Disc Jam,PC,Sports,Unknown,High Horse Entertainment,,,,,,,,2018-02-11 +/games/boxart/default.jpg,Disco Dodgeball Remix,PS4,Sports,Unknown,Zen Studios,,,,,,,,2018-05-14 +/games/boxart/full_9009837AmericaFrontccc.png,Disco Dodgeball Remix,NS,Sports,Unknown,Zen Studios,,,,,,,,2018-05-14 +/games/boxart/default.jpg,Disco Dodgeball Remix,XOne,Sports,Unknown,Zen Studios,,,,,,,,2018-05-14 +/games/boxart/full_7161507AmericaFrontccc.jpg,Dodgeball Academia,XOne,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 +/games/boxart/full_1684205AmericaFrontccc.jpg,Dodgeball Academia,PS4,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 +/games/boxart/full_5629688AmericaFrontccc.jpg,Dodgeball Academia,PC,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 +/games/boxart/full_6197597AmericaFrontccc.jpg,Dodgeball Academia,NS,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 +/games/boxart/full_9523380AmericaFrontccc.jpg,EA Sports FC 24,XOne,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 +/games/boxart/full_6117706AmericaFrontccc.jpg,EA Sports FC 24,XS,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 +/games/boxart/full_4915659AmericaFrontccc.jpg,EA Sports FC 24,NS,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 +/games/boxart/full_1885105AmericaFrontccc.jpg,EA Sports FC 24,PC,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 +/games/boxart/full_7732864AmericaFrontccc.jpg,EA Sports FC 24,PS4,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 +/games/boxart/full_158771AmericaFrontccc.jpg,EA Sports FC 24,PS5,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 +/games/boxart/full_8831929JapanFrontccc.jpg,eBaseball Powerful Pro Baseball 2020,PS4,Sports,Konami Digital Entertainment,Konami,,,,,,,2020-07-09,2020-07-17 +/games/boxart/full_6712802JapanFrontccc.jpg,eBaseball Powerful Pro Baseball 2020,NS,Sports,Konami Digital Entertainment,Konami,,,,,,,2020-07-09,2020-07-17 +/games/boxart/full_4427116AmericaFrontccc.jpg,eBASEBALL Powerful Pro Baseball 2022,NS,Sports,Unknown,Konami,,,,,,,,2022-06-09 +/games/boxart/full_6675496AmericaFrontccc.jpg,eBASEBALL Powerful Pro Baseball 2022,PS4,Sports,Unknown,Konami,,,,,,,,2022-06-09 +/games/boxart/full_8977916AmericaFrontccc.jpg,eFootball Pro Evolution Soccer 2020,PC,Sports,Konami,PES Productions,,,,,,,2019-09-10,2019-06-13 +/games/boxart/full_8968352AmericaFrontccc.jpg,eFootball Pro Evolution Soccer 2020,XOne,Sports,Konami,PES Productions,,,,,,,2019-09-10,2019-06-13 +/games/boxart/full_9017453AmericaFrontccc.jpg,eFootball Pro Evolution Soccer 2020,PS4,Sports,Konami,PES Productions,,,,,,,2019-09-10,2019-06-13 +/games/boxart/full_8667353AmericaFrontccc.jpg,Everybody's Golf VR,PS4,Sports,Sony Computer Entertainment,Clap Hanz,,,,,,,2019-05-21,2019-12-18 +/games/boxart/full_2167132AmericaFrontccc.jpg,Family Party: 30 Great Games Obstacle Arcade,WiiU,Sports,D3 Publisher,Art Co. Ltd.,,,,,,,2012-12-04,2020-09-15 +/games/boxart/full_274255AmericaFrontccc.jpg,FIFA 19,PC,Sports,Electronic Arts,EA Sports,,,,,,,2018-09-28,2018-09-12 +/games/boxart/full_8468787AmericaFrontccc.jpg,FIFA 20,PC,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 +/games/boxart/full_3078790AmericaFrontccc.jpg,FIFA 20,NS,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 +/games/boxart/full_3092576AmericaFrontccc.jpg,FIFA 20,PS4,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 +/games/boxart/full_584189AmericaFrontccc.jpg,FIFA 20,XOne,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 +/games/boxart/full_2136464PALFrontccc.jpg,FIFA 21,PC,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 +/games/boxart/full_6889040AmericaFrontccc.jpg,FIFA 21,XOne,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 +/games/boxart/full_8015698AmericaFrontccc.jpg,FIFA 21,PS4,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 +/games/boxart/full_4739211AmericaFrontccc.jpg,FIFA 21,NS,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 +/games/boxart/full_7564441AmericaFrontccc.jpg,FIFA 21,PS5,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-12-31,2020-06-19 +/games/boxart/full_9482910AmericaFrontccc.jpg,FIFA 21,XS,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-12-31,2020-06-19 +/games/boxart/full_3293034PALFrontccc.jpg,FIFA 22,All,Sports,EA Sports,Electronic Arts,,,,,,,2021-10-01,2021-09-21 +/games/boxart/full_6384062JapanFrontccc.jpg,Fitness Boxing feat. Hatsune Miku: Isshoni Exercise,NS,Sports,Unknown,Imagineer,,,,,,,,2023-09-27 +/games/boxart/full_1081513AmericaFrontccc.jpg,Fitness Boxing Fist of the North Star,NS,Sports,Unknown,Imagineer,,,,,,,,2023-02-01 +/games/boxart/full_7589456AmericaFrontccc.png,Floor Kids,NS,Sports,MERJ Media,MERJ Media,,,,,,,2018-01-01,2018-01-07 +/games/boxart/default.jpg,Football Strike,And,Sports,Unknown,Miniclip,,,,,,,,2018-01-08 +/games/boxart/full_7856689AmericaFrontccc.jpg,Golf Club: Wasteland,PS4,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 +/games/boxart/full_153361AmericaFrontccc.jpg,Golf Club: Wasteland,XOne,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 +/games/boxart/full_1241399AmericaFrontccc.jpg,Golf Club: Wasteland,NS,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 +/games/boxart/full_5952003AmericaFrontccc.jpg,Golf Club: Wasteland,PC,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 +/games/boxart/full_2703008AmericaFrontccc.jpg,Golf With Your Friends,NS,Sports,Team 17,Blacklight Interactive,,,,,,,2020-05-19,2020-04-30 +/games/boxart/full_7078397AmericaFrontccc.jpg,Golf With Your Friends,PS4,Sports,Team 17,Blacklight Interactive,,,,,,,2020-05-19,2020-04-30 +/games/boxart/full_2006476AmericaFrontccc.jpg,Golf With Your Friends,XOne,Sports,Team 17,Blacklight Interactive,,,,,,,2020-05-19,2020-04-30 +/games/boxart/full_4173315AmericaFrontccc.jpg,Gridiron Champions,PC,Sports,iMackulate Vision Gaming,iMackulate Vision Gaming,,,,,,,2020-12-01,2019-10-18 +/games/boxart/full_3715644AmericaFrontccc.jpg,Gridiron Champions,PS4,Sports,iMackulate Vision Gaming,iMackulate Vision Gaming,,,,,,,2020-12-01,2019-10-18 +/games/boxart/full_8031944AmericaFrontccc.jpg,Gridiron Champions,XOne,Sports,iMackulate Vision Gaming,iMackulate Vision Gaming,,,,,,,2020-12-01,2019-10-18 +/games/boxart/full_3381037AmericaFrontccc.jpg,Headmaster,PS4,Sports,Frame Interactive Studio LLC,Frame Studios Interactive,,,,,,,2016-10-13,2018-09-19 +/games/boxart/default.jpg,Horse Racing,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 +/games/boxart/full_1184335AmericaFrontccc.jpeg,Hot Shots Tennis,PS4,Sports,Sony Interactive Entertainment,Clap Hanz,,,,,,,2016-09-13,2018-09-24 +/games/boxart/full_6673156AmericaFrontccc.jpg,Hustle Kings,PS4,Sports,Sony Computer Entertainment,EPOS Game Studios,,,,,,,2015-02-10,2018-09-25 +/games/boxart/full_9222148AmericaFrontccc.jpg,HyperBrawl Tournament,PS4,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 +/games/boxart/full_4927094AmericaFrontccc.jpg,HyperBrawl Tournament,XOne,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 +/games/boxart/full_3067545AmericaFrontccc.jpg,HyperBrawl Tournament,NS,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 +/games/boxart/full_7679595AmericaFrontccc.jpg,HyperBrawl Tournament,PC,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 +/games/boxart/full_7940105AmericaFrontccc.jpg,Infinite Minigolf,PS4,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-25,2018-01-20 +/games/boxart/full_7329996AmericaFrontccc.jpg,Infinite Minigolf,XOne,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-25,2018-01-20 +/games/boxart/full_7067927AmericaFrontccc.jpg,Infinite Minigolf,NS,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-28,2018-01-20 +/games/boxart/full_3592940AmericaFrontccc.jpg,Infinite Minigolf,PC,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-25,2018-01-20 +/games/boxart/full_8447805JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu,NS,Sports,Konami,Konami,,,,,,,2019-06-27,2019-03-26 +/games/boxart/full_1790756JapanFrontccc.jpg,Jockey's Road,XB,Sports,Microsoft Game Studios,Progress Software,,,,,,,2002-10-10,2018-10-10 +/games/boxart/full_8445037AmericaFrontccc.jpg,Jump Rope Challenge,NS,Sports,Nintendo,Nintendo EPD,,,,,,,2020-06-15,2020-07-20 +/games/boxart/full_7658063AmericaFrontccc.jpg,K-1: The Arena Fighters,PS,Sports,THQ,Daft,,,,,,,1997-02-28,2018-05-19 +/games/boxart/full_9590186AmericaFrontccc.jpg,Knockout City,NS,Sports,EA Originals,Velan Studios,,,,,,,2021-05-21,2021-02-17 +/games/boxart/full_7710687AmericaFrontccc.jpg,Knockout City,XS,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 +/games/boxart/full_7603057AmericaFrontccc.jpg,Knockout City,XOne,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 +/games/boxart/full_3571874AmericaFrontccc.jpg,Knockout City,PC,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 +/games/boxart/full_928004AmericaFrontccc.jpg,Knockout City,PS5,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 +/games/boxart/full_1552963AmericaFrontccc.jpg,Knockout City,PS4,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 +/games/boxart/full_4119909PALFrontccc.jpg,Knockout Home Fitness,NS,Sports,Xseed Games,Pocket,,,,,,,2021-09-28,2021-06-15 +/games/boxart/full_4631013AmericaFrontccc.jpg,KungFu Kickball,NS,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 +/games/boxart/full_8750332AmericaFrontccc.jpg,KungFu Kickball,PC,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 +/games/boxart/full_3702895AmericaFrontccc.jpg,KungFu Kickball,PS4,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 +/games/boxart/full_2041820AmericaFrontccc.jpg,KungFu Kickball,XOne,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 +/games/boxart/full_2011299AmericaFrontccc.jpg,Lego Chess,PC,Sports,LEGO Media,Krisalis Software,,,,,,,1998-02-04,2017-12-30 +/games/boxart/full_1516887AmericaFrontccc.jpg,Madden NFL 20,XOne,Sports,EA Sports,EA Tiburon,,,,,,,2019-08-02,2019-04-26 +/games/boxart/full_7770814AmericaFrontccc.jpg,Madden NFL 20,PS4,Sports,EA Sports,EA Tiburon,,,,,,,2019-08-02,2019-04-26 +/games/boxart/full_1389881AmericaFrontccc.jpg,Madden NFL 20,PC,Sports,EA Sports,EA Tiburon,,,,,,,2019-08-02,2019-04-26 +/games/boxart/full_5884737AmericaFrontccc.jpeg,Madden NFL 21,PC,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-08-28,2020-05-07 +/games/boxart/full_7274604AmericaFrontccc.jpeg,Madden NFL 21,PS4,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-08-28,2020-05-07 +/games/boxart/full_8452471AmericaFrontccc.jpeg,Madden NFL 21,PS5,Sports,EA Sports,EA Tiburon,,,,,,,2020-11-12,2020-05-14 +/games/boxart/full_7050085AmericaFrontccc.jpeg,Madden NFL 21,XOne,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-08-28,2020-05-07 +/games/boxart/full_5432720AmericaFrontccc.jpeg,Madden NFL 21,XS,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-11-10,2020-05-07 +/games/boxart/full_2817858AmericaFrontccc.jpg,Madden NFL 22,All,Sports,EA Sports,EA Tiburon,,,,,,,2021-08-20,2021-09-21 +/games/boxart/full_7803196AmericaFrontccc.jpeg,Madden NFL 23,PS4,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 +/games/boxart/full_595565AmericaFrontccc.jpeg,Madden NFL 23,PS5,Sports,Unknown,EA Tiburon,7.3,,,,,,,2022-11-21 +/games/boxart/full_7631589AmericaFrontccc.jpeg,Madden NFL 23,XOne,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 +/games/boxart/full_5610842AmericaFrontccc.jpeg,Madden NFL 23,XS,Sports,Unknown,EA Tiburon,7.3,,,,,,,2022-11-21 +/games/boxart/full_5575135AmericaFrontccc.jpeg,Madden NFL 23,All,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 +/games/boxart/full_5959267AmericaFrontccc.jpeg,Madden NFL 23,PC,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 +/games/boxart/full_7142834AmericaFrontccc.jpeg,Madden NFL 24,XOne,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 +/games/boxart/full_2491120AmericaFrontccc.jpeg,Madden NFL 24,XS,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 +/games/boxart/full_8627065AmericaFrontccc.jpeg,Madden NFL 24,PC,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 +/games/boxart/full_2886092AmericaFrontccc.jpeg,Madden NFL 24,PS4,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 +/games/boxart/full_2811340AmericaFrontccc.jpeg,Madden NFL 24,PS5,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 +/games/boxart/full_3165251AmericaFrontccc.jpg,MLB 13: The Show - Home Run Derby,PSN,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,,,,,,2013-07-02,2020-08-06 +/games/boxart/full_3902882AmericaFrontccc.jpg,MLB Home Run Derby VR,OR,Sports,MLB.com,MLB.com,,,,,,,2020-05-01,2021-10-27 +/games/boxart/full_7214465AmericaFrontccc.jpg,MLB The Show 19,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2019-03-26,2019-03-23 +/games/boxart/full_3566166AmericaFrontccc.jpg,MLB The Show 20,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2020-03-17,2020-08-05 +/games/boxart/full_1970744AmericaFrontccc.png,MLB The Show 22,XS,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 +/games/boxart/full_6686066AmericaFrontccc.png,MLB The Show 22,All,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 +/games/boxart/full_6752540AmericaFrontccc.png,MLB The Show 22,NS,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 +/games/boxart/full_4368730AmericaFrontccc.png,MLB The Show 22,PS4,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 +/games/boxart/full_4623082AmericaFrontccc.png,MLB The Show 22,XOne,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 +/games/boxart/full_5314057AmericaFrontccc.jpg,Monster of the Deep: Final Fantasy XV,PS4,Sports,Square Enix,Square Enix,,,,,,,2017-11-21,2018-12-18 +/games/boxart/default.jpg,Motocross,Int,Sports,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/default.jpg,Mountain Madness: Super Pro Skiing,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 +/games/boxart/default.jpg,Mutant Football League,PC,Sports,Unknown,Digital Dreams,,,,,,,,2018-07-09 +/games/boxart/full_1289209AmericaFrontccc.jpg,My Little Riding Champion,XOne,Sports,Bigben Interactive,Caipirinha Games,,,,,,,2018-11-29,2019-01-03 +/games/boxart/full_7192431AmericaFrontccc.jpg,My Little Riding Champion,PC,Sports,Toplitz Productions,Caipirinha Games,,,,,,,2018-11-29,2019-01-03 +/games/boxart/full_3018488PALFrontccc.jpg,My Little Riding Champion,PS4,Sports,Bigben Interactive,Caipirinha Games,,,,,,,2018-11-29,2019-01-03 +/games/boxart/full_1614538AmericaFrontccc.jpg,My Little Riding Champion,NS,Sports,Maximum Games,Caipirinha Games,,,,,,,2019-01-29,2019-01-03 +/games/boxart/default.jpg,NASL Soccer,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-04,2018-01-13 +/games/boxart/full_9955023AmericaFrontccc.jpg,NBA 2K19,PC,Sports,2K Sports,Visual Concepts,,,,,,,2018-09-11,2018-07-28 +/games/boxart/full_3555605AmericaFrontccc.jpg,NBA 2K20,NS,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 +/games/boxart/full_54540AmericaFrontccc.jpg,NBA 2K20,PC,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 +/games/boxart/full_5076800AmericaFrontccc.jpg,NBA 2K20,PS4,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 +/games/boxart/full_3745310AmericaFrontccc.jpg,NBA 2K20,XOne,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 +/games/boxart/full_3198209AmericaFrontccc.jpg,NBA 2K21,PS4,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 +/games/boxart/full_597426AmericaFrontccc.jpg,NBA 2K21,PS5,Sports,2K Sports,Visual Concepts,,,,,,,2020-11-12,2020-06-14 +/games/boxart/full_5902423AmericaFrontccc.jpg,NBA 2K21,XOne,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 +/games/boxart/full_1585971AmericaFrontccc.jpg,NBA 2K21,XS,Sports,2K Sports,Visual Concepts,,,,,,,2020-11-10,2020-06-14 +/games/boxart/full_2078409AmericaFrontccc.jpg,NBA 2K21,NS,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 +/games/boxart/full_4314710AmericaFrontccc.jpg,NBA 2K21,PC,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 +/games/boxart/default.jpg,NBA 2K22,NS,Sports,Unknown,Visual Concepts,,,,,,,,2023-07-02 +/games/boxart/full_8488786AmericaFrontccc.jpg,NBA 2K24,PS5,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 +/games/boxart/full_7669737AmericaFrontccc.jpg,NBA 2K24,XOne,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 +/games/boxart/full_9157305AmericaFrontccc.jpg,NBA 2K24,XS,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 +/games/boxart/full_6576001AmericaFrontccc.jpg,NBA 2K24,NS,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 +/games/boxart/full_5300458AmericaFrontccc.jpg,NBA 2K24,PC,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 +/games/boxart/full_7869121AmericaFrontccc.jpg,NBA 2K24,PS4,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 +/games/boxart/default.jpg,NBA Basketball,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-25,2018-01-13 +/games/boxart/full_4567699AmericaFrontccc.png,NBA Playgrounds,NS,Sports,Saber Interactive,Saber Interactive,,,,,,,2018-01-04,2018-03-23 +/games/boxart/full_3186699AmericaFrontccc.jpg,NCAA Football 2005/Top Spin Combo,XB,Sports,Microsoft Game Studios,Various,,,,,,,2005-10-31,2018-10-11 +/games/boxart/full_2866557AmericaFrontccc.jpg,NHL 20,XOne,Sports,EA Sports,EA Vancouver,,,,,,,2019-09-13,2019-07-06 +/games/boxart/full_9691113AmericaFrontccc.jpg,NHL 20,PS4,Sports,EA Sports,EA Vancouver,,,,,,,2019-09-13,2019-07-06 +/games/boxart/full_7675735AmericaFrontccc.jpg,NHL 21,PS4,Sports,EA Sports,EA Vancouver,,,,,,,2020-10-16,2020-07-22 +/games/boxart/full_3533833AmericaFrontccc.jpg,NHL 21,XOne,Sports,EA Sports,EA Vancouver,,,,,,,2020-10-16,2020-07-22 +/games/boxart/full_5249855AmericaFrontccc.jpg,NHL 22,PS4,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 +/games/boxart/full_7084322AmericaFrontccc.jpg,NHL 22,PS5,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 +/games/boxart/full_4131888AmericaFrontccc.jpg,NHL 22,XOne,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 +/games/boxart/full_5969365AmericaFrontccc.jpg,NHL 22,XS,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 +/games/boxart/full_8203255AmericaFrontccc.jpg,NHL 24,XS,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 +/games/boxart/full_1451215AmericaFrontccc.jpg,NHL 24,PS4,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 +/games/boxart/full_7009258AmericaFrontccc.jpg,NHL 24,PS5,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 +/games/boxart/full_3990568AmericaFrontccc.jpg,NHL 24,XOne,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 +/games/boxart/full_7704183AmericaFrontccc.png,NHL Hockey,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2017-12-13 +/games/boxart/full_2299678AmericaFrontccc.png,OlliOlli,WiiU,Sports,Curve Digital,Roll7,,,,,,,2015-03-05,2019-04-05 +/games/boxart/full_5624522AmericaFrontccc.png,OlliOlli,3DS,Sports,Curve Digital,Roll7,,,,,,,2015-03-05,2019-04-05 +/games/boxart/full_8449977AmericaFrontccc.jpg,OlliOlli,XOne,Sports,Curve Digital,Roll7,,,,,,,2015-03-06,2019-04-05 +/games/boxart/full_6122267AmericaFrontccc.png,OlliOlli,And,Sports,Devolver Digital,Roll7,,,,,,,2014-12-24,2019-04-05 +/games/boxart/full_5371158AmericaFrontccc.jpg,OlliOlli World,XS,Sports,Unknown,Roll7,,,,,,,,2021-06-13 +/games/boxart/full_7187155AmericaFrontccc.jpg,OlliOlli World,PC,Sports,Unknown,Roll7,,,,,,,,2021-06-13 +/games/boxart/full_1709152AmericaFrontccc.jpg,OlliOlli World,PS4,Sports,Unknown,Roll7,,,,,,,,2021-06-13 +/games/boxart/full_4782184AmericaFrontccc.jpg,OlliOlli World,NS,Sports,Unknown,Roll7,,,,,,,,2021-06-13 +/games/boxart/full_2035950AmericaFrontccc.jpg,OlliOlli World,PS5,Sports,Unknown,Roll7,,,,,,,,2021-06-13 +/games/boxart/full_337569AmericaFrontccc.jpg,OlliOlli World,XOne,Sports,Unknown,Roll7,,,,,,,,2021-06-13 +/games/boxart/full_3489816AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,Linux,Sports,Devolver Digital,Roll7,,,,,,,2015-08-11,2019-04-05 +/games/boxart/full_5968192AmericaFrontccc.png,OlliOlli2: Welcome to Olliwood,And,Sports,Devolver Digital,Roll7,,,,,,,2015-10-02,2019-04-05 +/games/boxart/full_7896549AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,PC,Sports,Devolver Digital,Roll7,,,,,,,2015-08-11,2019-04-05 +/games/boxart/full_1941634AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,OSX,Sports,Devolver Digital,Roll7,,,,,,,2015-08-11,2019-04-05 +/games/boxart/full_2893278AmericaFrontccc.jpg,OlliOlli2: XL Edition,XOne,Sports,Team17 Digital Ltd,Roll7,,,,,,,2016-05-24,2019-04-05 +/games/boxart/full_202549AmericaFrontccc.png,OlliOlli: Switch Stance,NS,Sports,Gambitious,Roll7,,,,,,,2019-02-14,2019-04-05 +/games/boxart/full_3992337AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,PS4,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 +/games/boxart/full_9063826AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,NS,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 +/games/boxart/full_689765AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,PC,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 +/games/boxart/full_8873799AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,XOne,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 +/games/boxart/full_5001415AmericaFrontccc.png,Party Golf,NS,Sports,Giant Margarita,Giant Margarita,,,,,,,2017-10-19,2018-03-25 +/games/boxart/full_9082424AmericaFrontccc.jpg,Party Wave,iOS,Sports,Unknown,Mistwalker,,,,,,,,2022-08-13 +/games/boxart/full_773206AmericaFrontccc.png,PBA Bowling,Int,Sports,Mattel Electronics,Mattel,,,,,,,1981-07-31,2018-01-13 +/games/boxart/default.jpg,PGA Golf,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-11-05,2018-01-13 +/games/boxart/full_1678463AmericaFrontccc.jpg,PGA Tour 2K,Series,Sports,2K Sports,HB Studios,,,,,,,2022-08-21,2023-02-07 +/games/boxart/full_6802323AmericaFrontccc.jpg,PGA Tour 2K21,XOne,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 +/games/boxart/full_1913207AmericaFrontccc.jpg,PGA Tour 2K21,NS,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 +/games/boxart/full_8032388AmericaFrontccc.jpg,PGA Tour 2K21,PC,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 +/games/boxart/full_4307189AmericaFrontccc.jpg,PGA Tour 2K21,PS4,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 +/games/boxart/full_7788841AmericaFrontccc.jpg,PGA Tour 2K23,XS,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 +/games/boxart/full_3421650AmericaFrontccc.jpg,PGA Tour 2K23,All,Sports,2K Sports,HB Studios,,,,,,,2022-10-14,2022-09-28 +/games/boxart/full_3661042AmericaFrontccc.jpg,PGA Tour 2K23,PC,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 +/games/boxart/full_8798966AmericaFrontccc.jpg,PGA Tour 2K23,PS4,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 +/games/boxart/full_1401176AmericaFrontccc.jpg,PGA Tour 2K23,PS5,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 +/games/boxart/full_3453483AmericaFrontccc.jpg,PGA Tour 2K23,XOne,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 +/games/boxart/full_691980PALFrontccc.jpg,Pilot Sports,NS,Sports,EuroVideo Medien,Z-Software GmbH,,,,,,,2018-09-27,2018-11-02 +/games/boxart/full_8650274AmericaFrontccc.png,Pocket League Story,NS,Sports,"Kairosoft Co.,Ltd","Kairosoft Co.,Ltd",,,,,,,2019-05-16,2019-05-14 +/games/boxart/full_3896985AmericaFrontccc.png,POOL,NS,Sports,Sabec Limited,Sabec Limited,,,,,,,2018-02-20,2018-03-25 +/games/boxart/full_9681788AmericaFrontccc.png,Pool BILLIARD,NS,Sports,D3Publisher,OHRUSSIA,,,,,,,2018-02-15,2018-03-25 +/games/boxart/default.jpg,Power Golf,WiiU,Sports,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_3973164AmericaFrontccc.png,Premium Pool Arena,NS,Sports,Bigben Interactive,Bigben Interactive,,,,,,,2018-02-06,2018-03-25 +/games/boxart/full_6917195PALFrontccc.jpg,Pro Evolution Soccer 2014,PS2,Sports,Unknown,Konami,,,,,,,,2018-03-04 +/games/boxart/full_6188320AmericaFrontccc.jpg,Pro Evolution Soccer 2019,PC,Sports,Konami,Konami,,,,,,,2018-08-28,2018-09-26 +/games/boxart/full_776577PALFrontccc.jpg,Pro Evolution Soccer 3,All,Sports,Konami,Konami,,,,,,,2004-02-17,2020-10-22 +/games/boxart/full_6215277PALFrontccc.jpg,Pumped BMX+,WiiU,Sports,Curve Digital,Curve Studios,,,,,,,2015-09-30,2022-04-17 +/games/boxart/full_2597296AmericaFrontccc.jpg,Rapala Pro Bass Fishing,WiiU,Sports,"Activision Publishing, Inc.",FUN Labs,,,,,,,2012-12-04,2020-09-15 +/games/boxart/full_4678646AmericaFrontccc.jpg,Reel Fishing: Road Trip Adventure,PS4,Sports,Natsume,Tachyon Inc.,,,,,,,2019-09-17,2019-09-08 +/games/boxart/full_865458AmericaFrontccc.jpg,Reel Fishing: Road Trip Adventure,NS,Sports,Natsume,Tachyon Inc.,,,,,,,2019-09-17,2019-09-08 +/games/boxart/full_6481204AmericaFrontccc.png,Retro Bowl,NS,Sports,Five Aces Publishing,New Star Games,,,,,,,2022-02-10,2022-03-01 +/games/boxart/full_8345015AmericaFrontccc.png,Retro Bowl,PC,Sports,New Star Games,New Star Games,,,,,,,2020-01-01,2022-02-14 +/games/boxart/full_320308AmericaFrontccc.jpg,Riders Republic,PS5,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 +/games/boxart/full_1447988AmericaFrontccc.jpg,Riders Republic,XOne,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 +/games/boxart/full_724711AmericaFrontccc.jpg,Riders Republic,XS,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 +/games/boxart/full_8930743AmericaFrontccc.jpg,Riders Republic,PC,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 +/games/boxart/full_7054307AmericaFrontccc.jpg,Riders Republic,PS4,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 +/games/boxart/full_7576917AmericaFrontccc.jpg,Roller Champions,PS4,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 +/games/boxart/full_3394110AmericaFrontccc.jpg,Roller Champions,PS5,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 +/games/boxart/full_960851AmericaFrontccc.jpg,Roller Champions,XOne,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 +/games/boxart/full_2910568AmericaFrontccc.jpg,Roller Champions,XS,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 +/games/boxart/full_4974511AmericaFrontccc.jpg,Roller Champions,PC,Sports,Ubisoft,Ubisoft,,,,,,,2020-12-01,2019-06-20 +/games/boxart/full_6657745PALFrontccc.jpg,Rugby 15,PC,Sports,Big Ben Interactive,HB Studios,,,,,,,2015-02-10,2018-04-19 +/games/boxart/full_3693459PALFrontccc.jpg,Rugby 20,PS4,Sports,Big Ben Interactive,EKO Software,,,,,,,2020-01-23,2020-01-17 +/games/boxart/full_8479469PALFrontccc.jpg,Rugby 20,XOne,Sports,Big Ben Interactive,EKO Software,,,,,,,2020-01-23,2020-01-17 +/games/boxart/full_7421294PALFrontccc.jpg,Rugby 20,PC,Sports,Big Ben Interactive,EKO Software,,,,,,,2020-01-23,2020-01-17 +/games/boxart/full_5516033PALFrontccc.jpg,Rugby Challenge 3,PC,Sports,Unknown,Wicked Witch Software,,,,,,,,2018-04-18 +/games/boxart/full_8474380AmericaFrontccc.jpg,SkateBIRD,NS,Sports,Unknown,Glass Bottom Games,,,,,,,,2021-06-12 +/games/boxart/full_1208997AmericaFrontccc.jpg,SkateBIRD,PC,Sports,Unknown,Glass Bottom Games,,,,,,,,2021-06-12 +/games/boxart/full_1219063AmericaFrontccc.jpg,SkateBIRD,XOne,Sports,Unknown,Glass Bottom Games,,,,,,,,2021-06-12 +/games/boxart/full_3739295AmericaFrontccc.jpg,Skater XL,PC,Sports,Easy Day Studios Pty Ltd,Easy Day Studios Pty Ltd,,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_5806798AmericaFrontccc.jpg,Skater XL,XOne,Sports,Easy Day Studios Pty Ltd,Easy Day Studios Pty Ltd,,,,,,,2020-12-01,2019-08-16 +/games/boxart/default.jpg,Slam Dunk: Super Pro Basketball,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/default.jpg,Slap Shot: Super Pro Hockey,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 +/games/boxart/default.jpg,Soccer Stars,And,Sports,Unknown,Miniclip,,,,,,,,2018-01-08 +/games/boxart/default.jpg,Sonic At The Olympic Games - Tokyo 2020,iOS,Sports,Unknown,Sega,,,,,,,,2019-04-08 +/games/boxart/default.jpg,Sonic At The Olympic Games - Tokyo 2020,And,Sports,Unknown,Sega,,,,,,,,2019-04-08 +/games/boxart/full_7882000AmericaFrontccc.jpg,Spike Volleyball,PS4,Sports,Bigben Interactive,Black Sheep Studio,,,,,,,2019-02-05,2018-12-17 +/games/boxart/full_9492006AmericaFrontccc.jpg,Spike Volleyball,PC,Sports,Bigben Interactive,Black Sheep Studio,,,,,,,2019-02-05,2018-12-17 +/games/boxart/full_3489970AmericaFrontccc.jpg,Spike Volleyball,XOne,Sports,Bigben Interactive,Black Sheep Studio,,,,,,,2019-02-05,2018-12-17 +/games/boxart/default.jpg,Spiker! Super Pro Volleyball,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1989-01-01,2018-01-13 +/games/boxart/full_6861300AmericaFrontccc.png,Sports Story,NS,Sports,Sidebar Games,Sidebar Games,,,,,,,2020-12-01,2019-12-19 +/games/boxart/full_3000184PALFrontccc.jpg,Steep,NS,Sports,Ubisoft,Ubisoft Annecy,,,,,,,2018-12-01,2018-01-17 +/games/boxart/full_6901063AmericaFrontccc.png,Stikbold! A Dodgeball Adventure DELUXE,NS,Sports,Unknown,Game Swing,,,,,,,,2018-01-07 +/games/boxart/default.jpg,Super Action Baseball,CV,Sports,Unknown,Coleco,,,,,,,,2021-10-18 +/games/boxart/default.jpg,Super Action Football,CV,Sports,Unknown,Coleco,,,,,,,,2021-10-18 +/games/boxart/full_7488363AmericaFrontccc.jpg,Super Blood Hockey,PC,Sports,Loren Lemcke,Loren Lemcke,,,,,,,2017-08-17,2019-04-23 +/games/boxart/full_1597511AmericaFrontccc.jpg,Super Blood Hockey,NS,Sports,Digerati,Loren Lemcke,,,,,,,2019-04-26,2019-04-23 +/games/boxart/full_2771526AmericaFrontccc.jpg,Super Blood Hockey,XOne,Sports,Digerati,Loren Lemcke,,,,,,,2019-06-07,2019-04-23 +/games/boxart/full_1615059AmericaFrontccc.jpg,Super Blood Hockey,PS4,Sports,Digerati Distribution,Loren Lemcke,,,,,,,2019-06-04,2019-04-23 +/games/boxart/full_496173AmericaFrontccc.jpg,Super Mega Baseball 3,PC,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 +/games/boxart/full_7405455AmericaFrontccc.jpg,Super Mega Baseball 3,PS4,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 +/games/boxart/full_5959678AmericaFrontccc.jpg,Super Mega Baseball 3,XOne,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 +/games/boxart/full_1129202AmericaFrontccc.jpg,Super Mega Baseball 3,NS,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 +/games/boxart/default.jpg,Super Pro Decathlon,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 +/games/boxart/default.jpg,Super Pro Football,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1986-01-01,2018-01-13 +/games/boxart/full_445659PALFrontccc.jpg,Super Sportmatchen,NS,Sports,DANGEN Entertainment,Kaj Forell Video Game Brand,,,,,,,2018-05-24,2018-06-04 +/games/boxart/full_873739AmericaFrontccc.png,Tennis,Int,Sports,Mattel Electronics,Mattel,,,,,,,1980-12-10,2018-01-13 +/games/boxart/full_7432701AmericaFrontccc.png,Tennis,NS,Sports,D3Publisher,D3Publisher,,,,,,,2018-01-25,2018-03-26 +/games/boxart/full_1473319AmericaFrontccc.jpg,Tennis 1920s,NS,Sports,Unknown,Helium9 Games,,,,,,,,2020-07-20 +/games/boxart/full_6682626AmericaFrontccc.png,Tennis in the Face,NS,Sports,Myth People,Myth People,,,,,,,2017-12-08,2018-02-04 +/games/boxart/full_9805644PALFrontccc.jpg,Tennis World Tour,PC,Sports,Bigben Interactive,Breakpoint Studio,,,,,,,2018-05-22,2018-09-26 +/games/boxart/full_4734629PALFrontccc.jpg,Tennis World Tour 2,XOne,Sports,Nacon,Big Ant Studios,,,,,,,2020-09-24,2020-09-25 +/games/boxart/full_3186841PALFrontccc.jpg,Tennis World Tour 2,NS,Sports,Nacon,Big Ant Studios,,,,,,,2020-10-15,2020-09-28 +/games/boxart/full_6708464PALFrontccc.jpg,Tennis World Tour 2,PC,Sports,Nacon,Big Ant Studios,,,,,,,2020-09-24,2020-09-25 +/games/boxart/full_9610180PALFrontccc.jpg,Tennis World Tour 2,PS4,Sports,Nacon,Big Ant Studios,,,,,,,2020-09-24,2020-09-25 +/games/boxart/full_4568114AmericaFrontccc.jpg,The Climb 2,PC,Sports,Unknown,Crytek,,,,,,,,2022-01-04 +/games/boxart/full_297061JapanFrontccc.jpg,The Experience! Sports Pack: Tennis - Bowling - Golf - Billiards,NS,Sports,D3 Publisher,D3 Publisher,,,,,,,2019-04-04,2019-03-31 +/games/boxart/full_772839AmericaFrontccc.jpg,The Thrill of the Fight,OR,Sports,Sealost Interactive LLC,Sealost Interactive LLC,,,,,,,2019-10-24,2021-10-28 +/games/boxart/full_2031416AmericaFrontccc.jpg,Tony Hawk's Pro Skater 1 + 2,PC,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2021-01-31 +/games/boxart/full_7475690AmericaFrontccc.jpg,Tony Hawk's Pro Skater 1 + 2,XOne,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2021-01-31 +/games/boxart/full_150275AmericaFrontccc.jpg,Tony Hawk's Pro Skater 1 + 2,PS4,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2021-01-30 +/games/boxart/full_2225675AmericaFrontccc.jpg,Tony Hawk's Pro Skater HD,X360,Sports,Unknown,Robomodo,,,,,,,,2022-08-12 +/games/boxart/full_20479AmericaFrontccc.jpg,Tony Hawk's Pro Skater HD,PC,Sports,Unknown,Robomodo,,,,,,,,2022-08-12 +/games/boxart/full_5770179AmericaFrontccc.jpg,Tony Hawk's Pro Skater HD,PS3,Sports,Unknown,Robomodo,,,,,,,,2022-08-12 +/games/boxart/full_7819830PALFrontccc.jpg,Tour de France 2014,PC,Sports,Focus Home Interactive,Cyanide Studios,,,,,,,2014-06-19,2018-12-30 +/games/boxart/full_5222103AmericaFrontccc.jpg,Tsukue de Bowling,NS,Sports,SAT-BOX,SAT-BOX,,,,,,,2019-04-25,2019-04-20 +/games/boxart/default.jpg,U.S. Ski Team Skiing,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-12-10,2018-01-13 +/games/boxart/full_6052847AmericaFrontccc.png,Ultra Space Battle Brawl,NS,Sports,Unknown,Mojiken Studio,,,,,,,,2018-08-01 +/games/boxart/full_2826737AmericaFrontccc.jpg,VR Sports Challenge,OR,Sports,Oculus,Sanzaru Games,,,,,,,2016-12-05,2021-10-27 +/games/boxart/full_5215648AmericaFrontccc.jpg,What the Golf?,PC,Sports,Unknown,Triband,,,,,,,,2020-05-20 +/games/boxart/full_268161PALFrontccc.jpg,What the Golf?,NS,Sports,Tribute Games,Triband,,,,,,,2020-05-21,2020-05-20 +/games/boxart/full_1634477AmericaFrontccc.jpg,Windjammers 2,PS4,Sports,Unknown,DotEmu,,,,,,,,2022-01-13 +/games/boxart/full_8718786AmericaFrontccc.jpg,Windjammers 2,PC,Sports,DotEmu,DotEmu,,,,,,,2020-12-01,2019-06-17 +/games/boxart/full_188422AmericaFrontccc.jpg,Windjammers 2,XOne,Sports,Unknown,DotEmu,,,,,,,,2022-01-13 +/games/boxart/full_5424892AmericaFrontccc.jpg,Windjammers 2,NS,Sports,DotEmu,DotEmu,,,,,,,2020-12-01,2019-06-17 +/games/boxart/full_5336671JapanFrontccc.jpg,Winning Post 7 2012,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2012-02-17,2018-12-21 +/games/boxart/full_6147558JapanFrontccc.jpg,Winning Post 7 2013,PC,Sports,Koei Tecmo,Tecmo Koei Games,,,,,,,2013-02-15,2019-01-19 +/games/boxart/full_7756121JapanFrontccc.jpg,Winning Post 8 2018,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2018-03-15,2018-07-30 +/games/boxart/full_8920060JapanFrontccc.jpg,Winning Post 9,NS,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_6951817JapanFrontccc.jpg,Winning Post 9,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_6380445JapanFrontccc.jpg,Winning Post 9,PS4,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_4649406AmericaFrontccc.jpg,Winning Post 9 2020,NS,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-03-12,2019-12-09 +/games/boxart/full_3351550AmericaFrontccc.jpg,Winning Post 9 2020,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-04-01,2019-12-09 +/games/boxart/full_3031529AmericaFrontccc.jpg,Winning Post 9 2020,PS4,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-03-12,2019-12-09 +/games/boxart/full_2137638AmericaFrontccc.jpg,Winning Putt: Golf Online,PC,Sports,Bandai Namco Entertainment,"WEBZENONNET Co., Ltd.",,,,,,,2016-10-25,2019-03-26 +/games/boxart/default.jpg,World Championship Baseball,Int,Sports,INTV Corporation,APh Technological Consulting,,,,,,,1986-01-01,2018-01-13 +/games/boxart/default.jpg,World Cup Soccer,Int,Sports,Dextell Ltd.,Mattel Electronics France,,,,,,,1985-01-01,2018-01-13 +/games/boxart/default.jpg,World Series Major League Baseball,Int,Sports,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 +/games/boxart/default.jpg,World Sports Competition,WiiU,Sports,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/default.jpg,Wrestling Empire,NS,Sports,Unknown,MDickie,,,,,,,,2022-03-15 +/games/boxart/full_2777622AmericaFrontccc.jpg,WWE 2K Battlegrounds,PS4,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 +/games/boxart/full_1099599AmericaFrontccc.jpg,WWE 2K Battlegrounds,XOne,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 +/games/boxart/full_9396019AmericaFrontccc.jpg,WWE 2K Battlegrounds,NS,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 +/games/boxart/full_7191506AmericaFrontccc.jpg,WWE 2K Battlegrounds,PC,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 +/games/boxart/default.jpg,WWE 2K18,PC,Sports,Unknown,"Visual Concepts, Ltd.",,,,,,,,2019-03-29 +/games/boxart/full_1866696AmericaFrontccc.jpg,Worms,Series,Strategy,Team17,Team17,,,,,,,1995-10-31,2021-01-26 +/games/boxart/full_9940273AmericaFrontccc.png,Civilization,Series,Strategy,Microprose,Firaxis Games,,,,,,,1991-09-01,2020-02-05 +/games/boxart/full_9133566AmericaFrontccc.png,Total War,Series,Strategy,Sega,Creative Assembly,,,,,,,2000-06-13,2020-02-07 +/games/boxart/full_6456368AmericaFrontccc.jpg,Age of Empires,Series,Strategy,Microsoft,Ensemble Studios,,,,,,,1997-10-15,2020-03-12 +/games/boxart/full_5898823AmericaFrontccc.jpg,Command & Conquer,Series,Strategy,Electronic Arts,Westwood Studios,,,,,,,1995-09-26,2020-02-23 +/games/boxart/full_5720962AmericaFrontccc.jpg,Yu-Gi-Oh!,Series,Strategy,Konami,Konami,,,,,,,2002-03-20,2021-01-12 +/games/boxart/full_6543830AmericaFrontccc.jpg,StarCraft,Series,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1998-03-31,2020-02-18 +/games/boxart/full_2406458AmericaFrontccc.jpg,WarCraft,Series,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1994-11-23,2020-03-21 +/games/boxart/full_6226270AmericaFrontccc.jpg,Fire Emblem,Series,Strategy,Nintendo,Intelligent Systems,,,,,,,2003-11-03,2021-07-23 +/games/boxart/full_6705692AmericaFrontccc.jpg,Civilization VI,All,Strategy,2K Games,Firaxis Games,,,,,,,2016-10-21,2020-10-31 +/games/boxart/3959329ccc.jpg,StarCraft,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,8.7,,,,,,1998-04-01,2018-11-23 +/games/boxart/full_2888392AmericaFrontccc.jpg,Nobunaga's Ambition,Series,Strategy,KOEI,Koei,,,,,,,1983-03-01,2020-02-14 +/games/boxart/full_6560922AmericaFrontccc.jpg,RollerCoaster Tycoon 3,PC,Strategy,Atari,Frontier Developments,8.3,,,,,,2004-10-26, +/games/boxart/full_7404545AmericaFrontccc.jpg,The Settlers,Series,Strategy,Blue Byte,Blue Byte,,,,,,,1993-06-30,2020-02-10 +/games/boxart/full_6034923AmericaFrontccc.jpg,Pokémon Stadium,Series,Strategy,Nintendo,Nintendo,,,,,,,2000-03-06,2023-08-12 +/games/boxart/full_9178083AmericaFrontccc.jpg,Pikmin,Series,Strategy,Nintendo,Nintendo,,,,,,,2001-12-02,2020-08-18 +/games/boxart/full_7398718AmericaFrontccc.png,Romance of the Three Kingdoms,Series,Strategy,KOEI,Koei,,,,,,,1985-12-10,2020-02-15 +/games/boxart/full_sid-meiers-civilization-v_1AmericaFront.jpg,Sid Meier's Civilization V,PC,Strategy,2K Games,Firaxis Games,8.9,,,,,,2010-09-21, +/games/boxart/full_992919AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War",Series,Strategy,THQ,Relic Entertainment,,,,,,,2004-09-20,2020-11-16 +/games/boxart/full_starcraft-ii-wings-of-liberty_3AmericaFront.jpg,StarCraft II: Wings of Liberty,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,2010-07-27,2018-06-25 +/games/boxart/full_7218098AmericaFrontccc.jpg,Age of Empires II: HD Edition,PC,Strategy,Microsoft Studios,Hidden Path Entertainment,,,,,,,2013-04-09,2018-10-02 +/games/boxart/full_4699488AmericaFrontccc.png,XCOM,Series,Strategy,Microprose,Mythos Games,,,,,,,1994-03-01,2022-08-10 +/games/boxart/full_6051233AmericaFrontccc.jpg,Pokémon Stadium,N64,Strategy,Nintendo,HAL Laboratory,7.5,,,,,,2000-03-06, +/games/boxart/full_2554045AmericaFrontccc.png,Close Combat,Series,Strategy,Microsoft,Atomic Games,,,,,,,1996-07-01,2021-08-16 +/games/boxart/full_2263143AmericaFrontccc.jpg,Worms,All,Strategy,Ocean Software,Team17,,,,,,,1995-11-17,2021-01-26 +/games/boxart/full_5242617AmericaFrontccc.jpg,This War of Mine,Series,Strategy,11 bit studios,11 bit studios,,,,,,,2014-11-14,2020-03-14 +/games/boxart/full_8610749AmericaFrontccc.jpg,This War of Mine,All,Strategy,11 bit studios,11 bit studios,,,,,,,2014-11-14,2021-01-10 +/games/boxart/full_6504358AmericaFrontccc.jpg,Warcraft III: Reign of Chaos,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,2002-07-03,2018-11-23 +/games/boxart/full_4620356AmericaFrontccc.jpg,Company of Heroes,Series,Strategy,THQ,Relic Entertainment,,,,,,,2006-09-12,2020-11-16 +/games/boxart/full_8757399AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War",PC,Strategy,THQ,Relic,8.8,,,,,,2004-09-20, +/games/boxart/1694932ccc.jpg,Zoo Tycoon,PC,Strategy,Microsoft,Blue Fang Games,7.1,,,,,,2001-10-18, +/games/boxart/8358056ccc.jpg,Pokémon Trading Card Game,GB,Strategy,Nintendo,Hudson Soft,8.3,,,,,,2000-04-10, +/games/boxart/full_9421541AmericaFrontccc.jpg,Commandos,Series,Strategy,Eidos Interactive,Pyro Studios,,,,,,,1998-08-28,2020-02-12 +/games/boxart/full_1736497AmericaFrontccc.jpg,Age of Empires,PC,Strategy,Microsoft,Ensemble Studios,,,,,,,1997-09-30, +/games/boxart/full_6488394AmericaFrontccc.jpg,Civilization II,All,Strategy,Microprose,MicroProse,,,,,,,1996-02-29,2020-10-31 +/games/boxart/full_1791933AmericaFrontccc.jpg,Command & Conquer,All,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1995-09-26,2020-11-08 +/games/boxart/907179ccc.jpg,Sid Meier's Civilization IV,PC,Strategy,2K Games,Firaxis Games,9.4,,,,,,2005-10-25, +/games/boxart/4194306ccc.jpg,Warcraft II: Tides of Darkness,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1995-11-30, +/games/boxart/full_warcraft-ii-tides-of-darkness_441AmericaFront.jpg,Warcraft II: Tides of Darkness,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,1996-04-30, +/games/boxart/full_3350622AmericaFrontccc.jpg,Pikmin 4,NS,Strategy,Nintendo,Nintendo,,,,,,,2023-07-21,2022-09-13 +/games/boxart/6505587ccc.jpg,Pokémon Stadium 2,N64,Strategy,Nintendo,HAL Laboratory,7.9,,,,,,2001-03-28, +/games/boxart/full_9342048AmericaFrontccc.jpg,Black & White,PC,Strategy,Electronic Arts,Lionhead Studios,9.3,,,,,,2001-03-26, +/games/boxart/full_5669548AmericaFrontccc.jpg,Factorio,PC,Strategy,Wube Software LTD.,Wube Software LTD.,,,,,,,2016-01-01,2021-02-06 +/games/boxart/full_1154167AmericaFrontccc.jpg,Lords of the Realm II,All,Strategy,Sierra Online,Impressions Games,,,,,,,1996-11-01,2021-03-18 +/games/boxart/4668733ccc.jpg,Warcraft III: The Frozen Throne,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,2003-07-01, +/games/boxart/full_command-ampamp-conquer-tiberian-sun_427AmericaFront.jpg,Command & Conquer: Tiberian Sun,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1999-08-24, +/games/boxart/full_90106AmericaFrontccc.png,Pikmin 3 Deluxe,NS,Strategy,Nintendo,Nintendo,,,,,,,2020-10-30,2020-08-05 +/games/boxart/full_1138608AmericaFrontccc.png,The Escapists,Series,Strategy,Team17,Mouldy Toof Studios,,,,,,,2015-02-13,2021-02-18 +/games/boxart/full_6185222PALFrontccc.jpg,Total War: WARHAMMER,PC,Strategy,Sega,Creative Assembly,,,,,,,2016-05-24,2018-05-30 +/games/boxart/full_447054AmericaFrontccc.jpg,Plague Inc: Evolved,PC,Strategy,Ndemic Creations,Ndemic Creations,,,,,,,2020-12-31,2019-02-02 +/games/boxart/7201581ccc.jpg,Age of Empires II: The Age of Kings,PC,Strategy,Microsoft,Ensemble Studios,9.3,,,,,,1999-09-30, +/games/boxart/9248446ccc.jpg,Age of Empires III,PC,Strategy,Microsoft Game Studios,Ensemble Studios,8.3,,,,,,2005-10-18, +/games/boxart/full_4113243AmericaFrontccc.jpg,Command & Conquer: Red Alert,PC,Strategy,Virgin Interactive,Westwood Studios,9.3,,,,,,1996-11-01, +/games/boxart/full_4866321AmericaFrontccc.jpg,Crusader Kings,Series,Strategy,Paradox Interactive,Paradox Development,,,,,,,2004-09-28,2021-02-21 +/games/boxart/full_3788749AmericaFrontccc.png,Mario + Rabbids: Kingdom Battle,NS,Strategy,Ubisoft,Ubisoft Milan,8.3,,,,,,2017-08-29,2018-01-24 +/games/boxart/full_3111102PALFrontccc.jpg,Stellaris,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2016-05-09,2018-09-22 +/games/boxart/full_1028192AmericaFrontccc.jpg,The Escapists,All,Strategy,Team17,Mouldy Toof Studios,,,,,,,2015-02-13,2021-02-18 +/games/boxart/full_3150735AmericaFrontccc.jpg,Planetary Annihilation,PC,Strategy,Nordic Games,Uber Entertainment,,,,,,,2014-09-05,2019-01-04 +/games/boxart/full_1604043AmericaFrontccc.jpg,Plants vs. Zombies,PC,Strategy,PopCap Games,PopCap Games,9,,,,,,2009-05-05, +/games/boxart/full_9236290JapanFrontccc.jpg,Yu-Gi-Oh! Duel Monsters,GB,Strategy,Konami,Konami Computer Entertainment Shinjuku,,,,,,,1998-12-16, +/games/boxart/full_5424296AmericaFrontccc.jpg,Pikmin,GC,Strategy,Nintendo,Nintendo EAD,8.1,,,,,,2001-12-03, +/games/boxart/full_9305280AmericaFrontccc.jpg,ShellShock Live,PC,Strategy,Unknown,kChamp Games,,,,,,,,2019-02-03 +/games/boxart/full_5367025AmericaFrontccc.jpg,Civilization,All,Strategy,Microprose,MicroProse,,,,,,,1991-09-01,2020-10-31 +/games/boxart/full_3741343AmericaFrontccc.jpg,Heroes of Might and Magic,Series,Strategy,New World Computing,New World Computing,,,,,,,1995-09-01,2021-03-14 +/games/boxart/9314502ccc.jpg,Railroad Tycoon II,PC,Strategy,Gathering of Developers,PopTop Software,8.3,,,,,,1998-10-31, +/games/boxart/full_6635497AmericaFrontccc.jpg,Slay the Spire,PC,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-01-23,2019-03-24 +/games/boxart/full_6202569AmericaFrontccc.png,Stronghold,All,Strategy,Take-Two Interactive,FireFly Studios,,,,,,,2001-10-19,2021-03-12 +/games/boxart/6699786ccc.jpg,Stronghold,PC,Strategy,Gathering of Developers,FireFly Studios,,,,,,,2001-10-21, +/games/boxart/full_942623AmericaFrontccc.jpg,Frostpunk,PC,Strategy,11 bit studios,11 bit studios,,,,,,,2018-04-24,2019-04-24 +/games/boxart/full_3686577JapanFrontccc.jpg,Pocket Monsters Stadium,N64,Strategy,Nintendo,HAL Laboratory,,,,,,,1998-08-01, +/games/boxart/full_age-of-mythology_534AmericaFront.jpg,Age of Mythology,PC,Strategy,Microsoft Game Studios,Ensemble Studios,8.8,,,,,,2002-11-01, +/games/boxart/full_38086AmericaFrontccc.jpg,Hearts of Iron IV,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2016-06-06,2018-11-29 +/games/boxart/full_8314848AmericaFrontccc.jpg,Imperivm,Series,Strategy,Strategy First,Haemimont Games,,,,,,,2002-08-21,2021-03-08 +/games/boxart/full_3857641AmericaFrontccc.jpg,Homeworld,Series,Strategy,Sierra Studios,Relic Entertainment,,,,,,,1999-09-28,2021-01-26 +/games/boxart/full_7021889AmericaFrontccc.png,Pikmin 3,WiiU,Strategy,Nintendo,Nintendo EAD,8.7,,,,,,2013-08-04,2020-08-05 +/games/boxart/2308762ccc.jpg,Yu-Gi-Oh! The Eternal Duelist Soul,GBA,Strategy,Konami,Konami Computer Entertainment Japan,,,,,,,2002-10-15, +/games/boxart/full_2099655AmericaFrontccc.jpg,Age of Wonders,Series,Strategy,Paradox Interactive,Triumph Studios,,,,,,,1999-11-11,2023-05-10 +/games/boxart/full_7959958AmericaFrontccc.jpg,Endless,Series,Strategy,Iceberg Interactive,Amplitude Studios,,,,,,,2012-07-04,2021-02-16 +/games/boxart/full_3404293PALFrontccc.jpg,Total War: Rome II,PC,Strategy,Sega,The Creative Assembly,8,,,,,,2013-09-03,2018-03-19 +/games/boxart/full_9817078AmericaFrontccc.jpg,Pikmin 2,GC,Strategy,Nintendo,Nintendo EAD,9.1,,,,,,2004-08-30, +/games/boxart/full_orcs-must-die_244AmericaFront.jpg,Orcs Must Die!,PC,Strategy,Unknown,Robot Entertainment,8.5,,,,,,2011-10-11, +/games/boxart/full_994736AmericaFrontccc.jpg,StarCraft II: Heart of the Swarm,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,8.9,,,,,,2013-03-12,2018-06-25 +/games/boxart/full_4955010JapanFrontccc.jpg,Yu-Gi-Oh! Duel Monsters II: Dark Duel Stories,GB,Strategy,Konami,Konami,,,,,,,1999-07-08, +/games/boxart/full_8060194AmericaFrontccc.jpg,Supreme Commander 2,PC,Strategy,Square Enix,Gas Powered Games,7.5,,,,,,2010-03-02, +/games/boxart/full_6169220PALFrontccc.jpg,Command & Conquer 3: Tiberium Wars,All,Strategy,Electronic Arts,EA Los Angeles,8.5,,,,,,2007-03-26,2020-11-08 +/games/boxart/full_6523055AmericaFrontccc.jpg,Command & Conquer,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1995-08-31, +/games/boxart/full_1502284AmericaFrontccc.jpg,Crusader Kings II,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2012-02-07, +/games/boxart/full_7340722AmericaFrontccc.jpg,Crusader Kings III,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2020-09-01,2019-10-29 +/games/boxart/7219638ccc.jpg,Empire Earth,PC,Strategy,Sierra Entertainment,Stainless Steel Studios,8,,,,,,2001-11-12, +/games/boxart/full_8210643AmericaFrontccc.jpg,Europa Universalis IV,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2014-03-06,2018-12-01 +/games/boxart/full_5426714AmericaFrontccc.jpg,Forts,PC,Strategy,EarthWork Games,EarthWork Games,,,,,,,2017-04-19,2022-03-09 +/games/boxart/full_8467751PALFrontccc.jpg,Full Spectrum Warrior,All,Strategy,THQ,Pandemic Studios,,,,,,,2004-06-01,2022-10-06 +/games/boxart/full_9984096AmericaFrontccc.jpg,Gangsters,Series,Strategy,Eidos Interactive,Hothouse Creations,,,,,,,1998-12-07,2020-02-28 +/games/boxart/full_6035674AmericaFrontccc.jpg,Halo Wars,X360,Strategy,Microsoft Game Studios,Ensemble Studios,8.1,,,,,,2009-03-03, +/games/boxart/full_imperivm-iii-the-great-battles-of-rome_185PALFront.png,Imperivm III: The Great Battles of Rome,PC,Strategy,Unknown,Haemimont Games,,,,,,,2005-05-10, +/games/boxart/full_6381401AmericaFrontccc.png,Police Quest: SWAT,All,Strategy,Sierra Online,Sierra On-Line,,,,,,,1995-09-30,2021-04-03 +/games/boxart/full_2031540AmericaFrontccc.jpg,StarCraft II: Legacy of the Void,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2015-11-10,2018-05-31 +/games/boxart/2390618ccc.jpg,The Lord of the Rings: The Battle for Middle-Earth,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2004-12-06, +/games/boxart/full_6785425PALFrontccc.jpg,Total War: Three Kingdoms,PC,Strategy,Sega,Creative Assembly,8.6,,,,,,2019-05-23,2018-01-10 +/games/boxart/full_632560PALFrontccc.jpg,Total War: Warhammer II,PC,Strategy,Sega,Creative Assembly,8.6,,,,,,2017-09-28,2018-09-22 +/games/boxart/full_2578136AmericaFrontccc.jpg,Galactic Civilizations,Series,Strategy,Strategy First,Stardock,,,,,,,2003-03-26,2021-03-16 +/games/boxart/full_2881167AmericaFrontccc.jpg,Rise of Nations,PC,Strategy,Microsoft Game Studios,Big Huge Games,8.8,,,,,,2003-05-20, +/games/boxart/full_3681035AmericaFrontccc.jpg,Town of Salem,PC,Strategy,Unknown,BlankMediaGames,,,,,,,,2019-02-07 +/games/boxart/full_9249301AmericaFrontccc.jpg,Empire: Total War,PC,Strategy,Sega,The Creative Assembly,8.9,,,,,,2009-03-03, +/games/boxart/full_8079781AmericaFrontccc.png,Imperialism,Series,Strategy,Strategic Simulations,Frog City Software,,,,,,,1997-09-03,2021-03-13 +/games/boxart/full_8341122AmericaFrontccc.jpg,Northgard,PC,Strategy,Unknown,Shiro Games,,,,,,,,2019-02-07 +/games/boxart/full_4709709JapanFrontccc.png,Fire Emblem: Monshou no Nazo,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1994-01-21, +/games/boxart/full_627565AmericaFrontccc.jpeg,Age of Wonders 3,PC,Strategy,Triumph Studios,Triumph Studios,,,,,,,2014-03-31,2018-01-01 +/games/boxart/full_2532437AmericaFrontccc.jpg,They Are Billions,PC,Strategy,Unknown,Numantian Games,,,,,,,,2019-02-07 +/games/boxart/full_2917984PALFrontccc.jpg,Homeworld Remastered Collection,PC,Strategy,Gearbox Software,Gearbox Software,,,,,,,2015-02-25,2018-09-22 +/games/boxart/full_5590175AmericaFrontccc.jpg,DEFCON: Everybody Dies,PC,Strategy,Encore,Introversion,8.2,,,,,,2007-03-26, +/games/boxart/full_4256715AmericaFrontccc.jpg,Civil War General,Series,Strategy,Sierra Online,Impressions Games,,,,,,,1996-08-24,2021-03-18 +/games/boxart/full_3401456AmericaFrontccc.jpg,Cultures,Series,Strategy,Phenomedia,Funatics Software,,,,,,,2001-07-31,2021-07-04 +/games/boxart/3756885ccc.jpg,Dungeon Keeper,PC,Strategy,Electronic Arts,Bullfrog Productions,9.5,,,,,,1997-06-26, +/games/boxart/829617ccc.jpg,The Settlers III,PC,Strategy,Blue Byte,Blue Byte,,,,,,,1998-11-30, +/games/boxart/full_5916320AmericaFrontccc.jpg,Dark Reign: The Future of War,PC,Strategy,Activision,Auran Games,,,,,,,1997-08-31, +/games/boxart/full_8340366JapanFrontccc.jpg,Dai-3-Ji Super Robot Taisen α: Shuuen no Ginga e,PS2,Strategy,Banpresto,Banpresto,,,,,,,2005-07-28, +/games/boxart/full_rock-of-ages_374AmericaFront.jpg,Rock of Ages,PC,Strategy,Atlus,ACE Team,7,,,,,,2011-09-07, +/games/boxart/full_7966268AmericaFrontccc.png,KKND,PC,Strategy,Melbourne House,Beam Software,,,,,,,1997-03-25, +/games/boxart/full_shogun-2-total-war_763AmericaFront.jpg,Shogun 2: Total War,PC,Strategy,Sega,The Creative Assembly,9,,,,,,2011-03-15, +/games/boxart/8120701ccc.jpg,The Settlers II,PC,Strategy,Blue Byte,Blue Byte,,,,,,,1996-08-31, +/games/boxart/full_1169128AmericaFrontccc.jpg,Heroes of Might & Magic III - HD Edition,PC,Strategy,Unknown,DotEmu,,,,,,,,2019-02-08 +/games/boxart/full_anomaly-warzone-earth_462AmericaFront.jpg,Anomaly: Warzone Earth,PC,Strategy,Unknown,11 bit studios,7.9,,,,,,2011-04-08, +/games/boxart/full_6549319AmericaFrontccc.jpg,Defense Grid: The Awakening,PC,Strategy,Hidden Path Entertainment,Hidden Path Entertainment,8,,,,,,2008-12-08, +/games/boxart/full_2401399AmericaFrontccc.jpg,General,Series,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1994-01-01,2021-03-17 +/games/boxart/2249127ccc.jpg,Medieval II: Total War,PC,Strategy,Sega,The Creative Assembly,8.8,,,,,,2006-11-13, +/games/boxart/full_3339314AmericaFrontccc.jpg,Door Kickers,PC,Strategy,KillHouse Games,KillHouse Games,,,,,,,2013-10-20,2018-11-23 +/games/boxart/full_9230363AmericaFrontccc.jpg,Mini Metro,PC,Strategy,Unknown,Dinosaur Polo Club,,,,,,,,2019-02-09 +/games/boxart/full_6982018JapanFrontccc.jpg,Front Mission,SNES,Strategy,Square,G-Craft,,,,,,,1995-02-24, +/games/boxart/full_3155148AmericaFrontccc.jpg,Heroes of Newerth,PC,Strategy,S2 Games,S2 Games,,,,,,,2010-05-12, +/games/boxart/full_4692116AmericaFrontccc.jpg,Fire Emblem: Shadow Dragon,DS,Strategy,Nintendo,Intelligent Systems,8.2,,,,,,2009-02-16, +/games/boxart/full_6480796AmericaFrontccc.jpg,Craft The World,PC,Strategy,Unknown,Dekovir Entertainment,,,,,,,,2019-02-09 +/games/boxart/full_3397350AmericaFrontccc.jpg,Commandos 2: Men of Courage,PC,Strategy,Eidos Interactive,Pyro Studios,,,,,,,2001-09-20, +/games/boxart/full_2417841AmericaFrontccc.jpg,Conquest of the New World,All,Strategy,Interplay Productions,Quicksilver Software,,,,,,,1996-03-31,2021-03-29 +/games/boxart/full_6414268AmericaFrontccc.jpg,Darkest Dungeon 2,PC,Strategy,Red Hook Studios,Red Hook Studios,,,,,,,2023-05-08,2019-06-27 +/games/boxart/full_2936783JapanFrontccc.jpg,Front Mission 2,PS,Strategy,Square,SquareSoft,,,,,,,1997-09-25, +/games/boxart/3484229ccc.jpg,Gangsters,PC,Strategy,Eidos Interactive,Hothouse Creations,,,,,,,1998-11-30, +/games/boxart/3540449ccc.jpg,Homeworld,PC,Strategy,Sierra Entertainment,Relic,9.1,,,,,,1999-05-12, +/games/boxart/full_6414144AmericaFrontccc.jpg,Mini Motorways,All,Strategy,Dinosaur Polo Club,Dinosaur Polo Club,,,,,,,2019-09-19,2021-12-07 +/games/boxart/full_1116446AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV,All,Strategy,Koei Tecmo,Koei,,,,,,,2020-02-28,2020-10-17 +/games/boxart/full_2303975AmericaFrontccc.jpg,Sins of a Solar Empire,PC,Strategy,Stardock,Ironclad Games,8.9,,,,,,2008-02-04, +/games/boxart/3428854ccc.jpg,Total Annihilation,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,1997-10-25, +/games/boxart/full_2140029AmericaFrontccc.jpg,Victoria 3,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2022-10-25,2022-11-19 +/games/boxart/full_5890679JapanFrontccc.jpg,Fire Emblem: Seisen no Keifu,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1996-05-14, +/games/boxart/full_8732476AmericaFrontccc.jpg,Worms: Ultimate Mayhem,PC,Strategy,Unknown,Team17 Software,,,,,,,2011-09-28, +/games/boxart/full_9604548PALFrontccc.jpg,Galactic Civilizations III,PC,Strategy,Stardock,Stardock,,,,,,,2015-05-14,2018-11-23 +/games/boxart/full_2477132AmericaFrontccc.jpg,Magic: The Gathering - Duels of the Planeswalkers 2013,PC,Strategy,Unknown,Stainless Games,,,,,,,,2019-02-10 +/games/boxart/full_3680375AmericaFrontccc.jpg,Frozen Synapse,All,Strategy,Mode 7,Mode 7 Games,,,,,,,2011-05-26,2021-02-17 +/games/boxart/full_2503853JapanFrontccc.jpg,SD Gundam G Generation Spirits,PS2,Strategy,Namco Bandai,Tom Create,,,,,,,2007-11-29, +/games/boxart/full_4638424PALFrontccc.jpg,Shadow Tactics: Blades of the Shogun,PC,Strategy,Daedalic Entertainment,Mimimi Productions,8.3,,,,,,2016-12-06,2018-09-15 +/games/boxart/full_187541AmericaFrontccc.png,Imperialism,All,Strategy,Strategic Simulations,Frog City Software,,,,,,,1997-09-03,2021-03-13 +/games/boxart/full_6515518AmericaFrontccc.png,Imperialism II: Age of Exploration,All,Strategy,Strategic Simulations,Frog City Software,,,,,,,1999-04-01,2021-03-13 +/games/boxart/full_2357911AmericaFrontccc.png,Police Quest: SWAT 2,PC,Strategy,Sierra Entertainment,Yosemite Entertainment,,,,,,,1998-06-30, +/games/boxart/5289531ccc.jpg,The Settlers,PC,Strategy,SSI,Blue Byte,,,,,,,1993-01-01, +/games/boxart/full_1565744AmericaFrontccc.jpg,X-COM: UFO Defense,All,Strategy,Microprose,Mythos Games,,,,,,,1994-03-01,2021-04-23 +/games/boxart/full_8188002AmericaFrontccc.jpg,Tower Wars,PC,Strategy,Unknown,SuperVillain Studios,,,,,,,,2019-02-10 +/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-2012_346AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers 2012,PC,Strategy,Wizards of the Coast,Stainless Games,8,,,,,,2011-06-15, +/games/boxart/full_5805983AmericaFrontccc.jpg,AI War: Fleet Command,PC,Strategy,"Arcen Games, LLC",Arcen Games,,,,,,,2009-10-22, +/games/boxart/full_8560901PALFrontccc.jpg,Grey Goo,PC,Strategy,Grey Box,Petroglyph Games,,,,,,,2015-01-23,2019-01-04 +/games/boxart/full_7456776PALFrontccc.jpg,Cossacks 3,PC,Strategy,GSC Game World,GSC Game World,,,,,,,2016-09-20,2018-09-22 +/games/boxart/full_9240179AmericaFrontccc.jpg,Bloons TD 5,PC,Strategy,Unknown,Ninja Kiwi,,,,,,,,2019-02-11 +/games/boxart/4846945ccc.gif,Heroes of Might and Magic V,PC,Strategy,Ubisoft,Nival Interactive,,,,,,,2006-05-24, +/games/boxart/full_8894579AmericaFrontccc.jpg,Myth II: Soulblighter,All,Strategy,Bungie Software,Bungie,,,,,,,1998-12-28,2021-03-13 +/games/boxart/full_1055036AmericaFrontccc.jpg,Myth: The Fallen Lords,All,Strategy,Bungie Software,Bungie,,,,,,,1997-11-07,2021-03-13 +/games/boxart/2146258ccc.jpg,Sid Meier's Colonization,PC,Strategy,Microprose,MicroProse,,,,,,,1994-01-01, +/games/boxart/full_4206922AmericaFrontccc.jpg,The Tower Of Elements,PC,Strategy,Unknown,Wulo Games,,,,,,,,2019-02-12 +/games/boxart/full_detour_145AmericaFront.jpg,DETOUR,PC,Strategy,Unknown,Sandswept Studios,,,,,,,2011-05-16, +/games/boxart/full_revenge-of-the-titans_966AmericaFront.jpg,Revenge of the Titans,PC,Strategy,Puppy Games,Puppy Games,8,,,,,,2010-01-01, +/games/boxart/full_2518269JapanFrontccc.jpg,Fire Emblem: Ankoku Ryu to Hikari no Tsurugi,NES,Strategy,Nintendo,Intelligent Systems,,,,,,,1990-04-20, +/games/boxart/full_6690613JapanFrontccc.png,Fire Emblem Gaiden,NES,Strategy,Nintendo,Intelligent Systems,,,,,,,1992-03-14, +/games/boxart/full_8704033AmericaFrontccc.jpg,Battlefleet Gothic: Armada,PC,Strategy,Koch Media,Tindalos Interactive,,,,,,,2016-04-21,2018-09-22 +/games/boxart/full_atom-zombie-smasher_498AmericaFront.jpg,Atom Zombie Smasher,PC,Strategy,Unknown,Blendo Games,7.2,,,,,,2011-03-14, +/games/boxart/full_8315621AmericaFrontccc.jpg,Tricky Towers,PC,Strategy,Unknown,WeirdBeard,,,,,,,,2019-02-13 +/games/boxart/full_6735946AmericaFrontccc.jpg,Magic 2015 - Duels of the Planeswalker,PC,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2014-07-16,2018-10-15 +/games/boxart/full_stronghold-2_104AmericaFront.png,Stronghold 2,PC,Strategy,2K Games,FireFly Studios,,,,,,,2005-04-18, +/games/boxart/full_5964190PALFrontccc.jpg,Endless Space,PC,Strategy,Iceberg Interactive,Amplitude Studios,,,,,,,2012-08-24,2018-05-25 +/games/boxart/full_2662800AmericaFrontccc.jpg,Fallout Tactics,PC,Strategy,14 Degrees East,Micro Forte,,,,,,,2001-03-14, +/games/boxart/full_3529719AmericaFrontccc.jpg,Front Mission 3,PS,Strategy,Square,SquareSoft,,,,,,,2000-02-29, +/games/boxart/full_8792108PALFrontccc.png,Galactic Civilizations II: Dread Lords,PC,Strategy,Stardock,Stardock,,,,,,,2006-02-21, +/games/boxart/full_205882AmericaFrontccc.png,Jagged Alliance 2,PC,Strategy,TalonSoft,SirTech,,,,,,,1999-06-30, +/games/boxart/full_7947132AmericaFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2013-12-12,2020-10-16 +/games/boxart/full_8628076AmericaFrontccc.jpg,Real War,PC,Strategy,Simon & Schuster Interactive,Rival Interactive,,,,,,,2001-09-25,2018-01-08 +/games/boxart/full_3498820PALFrontccc.jpg,The Settlers IV,PC,Strategy,Blue Byte,Blue Byte,,,,,,,2001-02-15, +/games/boxart/full_1133279AmericaFrontccc.jpg,Warcraft: Orcs & Humans,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1994-01-15, +/games/boxart/full_6214288AmericaFrontccc.jpg,Pit People,PC,Strategy,The Behemoth,The Behemoth,,,,,,,2018-03-02,2018-09-11 +/games/boxart/full_4110601AmericaFrontccc.jpg,Worms: WMD,PC,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,,,,,,2016-08-23,2018-08-12 +/games/boxart/full_2492300JapanFrontccc.jpg,SD Gundam G Generation Portable,PSP,Strategy,Namco Bandai,Bandai Namco Games,,,,,,,2006-08-03, +/games/boxart/full_645766AmericaFrontccc.jpg,Dynasty Warriors 9 Empires,All,Strategy,Koei Tecmo,Omega Force,,,,,,,2022-02-15,2022-02-28 +/games/boxart/full_3330266JapanFrontccc.jpg,SD Gundam G Generation: Cross Drive,DS,Strategy,Namco Bandai,Vanguard,,,,,,,2007-08-09, +/games/boxart/full_7270055JapanFrontccc.jpg,SD Gundam G Generation: Overworld,PSP,Strategy,Namco Bandai Games,Namco Bandai Games,,,,,,,2012-09-27,2018-10-18 +/games/boxart/full_1737977AmericaFrontccc.jpg,Blood Bowl: Chaos Edition,PC,Strategy,Focus Home Interactive,Cyanide Studios,,,,,,,2012-10-11,2019-02-16 +/games/boxart/full_5591124AmericaFrontccc.jpg,Age of Wonders 4,All,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2023-05-02,2023-05-10 +/games/boxart/full_9486776AmericaFrontccc.png,Dune II,All,Strategy,Virgin Games,Westwood Studios,,,,,,,1992-12-01,2021-03-21 +/games/boxart/full_3551485AmericaFrontccc.jpg,Nemesis of the Roman Empire,PC,Strategy,Enlight,Haemimont Games,,,,,,,2004-03-25,2018-01-10 +/games/boxart/full_7791418AmericaFrontccc.png,Panzer General,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1994-01-01,2021-03-17 +/games/boxart/full_8528466AmericaFrontccc.jpg,Stronghold Legends,PC,Strategy,2K Games,FireFly Studios,,,,,,,2006-10-23, +/games/boxart/full_hoard_321AmericaFront.jpg,Hoard,PC,Strategy,Big Sandwich Games,Big Sandwich Games,7.5,,,,,,2011-04-04,2019-02-05 +/games/boxart/full_9201037AmericaFrontccc.jpg,SteamWorld Heist,PC,Strategy,Unknown,Image & Form Games,,,,,,,,2019-02-20 +/games/boxart/full_873333PALFrontccc.jpg,Total War Saga: Thrones of Britannia,PC,Strategy,Sega,Creative Assembly,,,,,,,2018-05-03,2018-05-15 +/games/boxart/full_9207135AmericaFrontccc.jpg,Steel Division: Normandy 44,PC,Strategy,Unknown,Eugen Systems,,,,,,,,2018-01-11 +/games/boxart/full_7151957AmericaFrontccc.jpg,Bionic Dues,PC,Strategy,Unknown,"Arcen Games, LLC",,,,,,,,2019-02-23 +/games/boxart/full_8441037AmericaFrontccc.jpg,Toy Soldiers,PC,Strategy,Unknown,Signal Studios,,,,,,,,2019-02-23 +/games/boxart/full_6201486AmericaFrontccc.jpg,Ultimate General: Gettysburg,PC,Strategy,Game-Labs,Game-Labs,,,,,,,2014-10-16,2019-02-23 +/games/boxart/full_6779073AmericaFrontccc.jpg,Hard West,PC,Strategy,Unknown,CreativeForge Games,6.4,,,,,,,2018-01-07 +/games/boxart/full_dwarfs_808AmericaFront.gif,Dwarfs!?,PC,Strategy,Tripwire Interactive,Power of 2,,,,,,,2011-05-04, +/games/boxart/full_age-of-wonders_881AmericaFront.jpg,Age of Wonders,PC,Strategy,Gathering of Developers,Triumph Studios,8.4,,,,,,1999-10-31, +/games/boxart/full_7377315AmericaFrontccc.jpg,Battlezone,PC,Strategy,Activision,Activision,,,,,,,1998-02-28, +/games/boxart/full_1251697AmericaFrontccc.png,Close Combat,PC,Strategy,Microsoft,Atomic Games,,,,,,,1996-06-30, +/games/boxart/full_5683802JapanFrontccc.jpg,Front Mission 5: Scars of the War,PS2,Strategy,Square Enix,Square Enix,,,,,,,2005-12-29, +/games/boxart/full_6871181AmericaFrontccc.png,Master of Orion II: Battle at Antares,All,Strategy,Microprose,SimTex,,,,,,,1996-11-22,2021-04-20 +/games/boxart/full_9347662JapanFrontccc.jpg,Nobunaga no Yabo: Tendo,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2009-09-18,2020-10-16 +/games/boxart/full_8641688AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2022-11-04 +/games/boxart/full_5580690AmericaFrontccc.jpg,Seven Kingdoms,PC,Strategy,Interactive Magic,Enlight Software,,,,,,,1997-11-30, +/games/boxart/full_4245858AmericaFrontccc.jpg,Worms,XBL,Strategy,Microsoft,Team17 Software,,,,,,,2007-03-07, +/games/boxart/full_1475964AmericaFrontccc.jpg,Worms 2,PC,Strategy,Microprose,Team17 Software,,,,,,,1997-12-31, +/games/boxart/full_7824551AmericaFrontccc.jpg,Worms Armageddon,PS,Strategy,Microprose,Team17 Software,,,,,,,1999-11-30, +/games/boxart/full_8444161AmericaFrontccc.jpg,Worms: Open Warfare,All,Strategy,THQ,Team17,,,,,,,2006-03-22,2021-01-26 +/games/boxart/full_8738607AmericaFrontccc.jpg,Sid Meier's Starships,PC,Strategy,2K Games,Firaxis Games,,,,,,,2015-03-12, +/games/boxart/full_4451966AmericaFrontccc.jpg,Rabiez: Epidemic,PC,Strategy,Unknown,Sekerin Productions,,,,,,,,2019-03-01 +/games/boxart/full_2486529AmericaFrontccc.jpg,Creeper World 3: Arc Eternal,PC,Strategy,Unknown,Knuckle Cracker,,,,,,,,2019-03-04 +/games/boxart/full_3537540AmericaFrontccc.jpg,Multiwinia,PC,Strategy,Independent,Introversion Software,,,,,,,2008-09-19, +/games/boxart/full_3257234AmericaFrontccc.jpg,Romance of the Three Kingdoms XIII,All,Strategy,Koei Tecmo,Koei,,,,,,,2016-01-28,2020-10-16 +/games/boxart/full_5679947AmericaFrontccc.jpg,Sanctum,PC,Strategy,Coffee Stain Publishing,Coffee Stain Studios,7.3,,,,,,2011-04-15, +/games/boxart/full_6484136AmericaFrontccc.jpg,Taiko Risshiden V DX,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-05-19,2022-08-03 +/games/boxart/full_6847600AmericaFrontccc.jpg,Defender's Quest,PC,Strategy,Unknown,Level Up Labs,,,,,,,, +/games/boxart/full_4201799AmericaFrontccc.jpg,Yu-Gi-Oh! Legacy of the Duelist,PC,Strategy,Konami,Other Ocean Interactive,,,,,,,2016-12-16,2019-04-20 +/games/boxart/full_4876939AmericaFrontccc.jpg,12 Labours of Hercules II: The Cretan Bull,PC,Strategy,Unknown,Jetdogs Studios,,,,,,,,2019-03-06 +/games/boxart/full_1014630AmericaFrontccc.jpg,Thea: The Awakening,PC,Strategy,Unknown,MuHa Games,,,,,,,,2019-03-06 +/games/boxart/full_4113077AmericaFrontccc.jpg,Might & Magic Heroes VII,PC,Strategy,Ubisoft,Limbic Software,,,,,,,2015-09-29,2018-09-21 +/games/boxart/7473036ccc.jpg,Medieval II: Total War Kingdoms,PC,Strategy,Sega,The Creative Assembly,8.2,,,,,,2007-08-28, +/games/boxart/full_1891601AmericaFrontccc.jpg,Renowned Explorers: International Society,PC,Strategy,Unknown,Abbey Games,,,,,,,,2019-03-10 +/games/boxart/full_4738193AmericaFrontccc.jpg,So Many Cubes,PC,Strategy,Unknown,exagongames,,,,,,,,2019-03-10 +/games/boxart/full_3087655AmericaFrontccc.jpg,A Game of Thrones - Genesis,PC,Strategy,Unknown,Cyanide Studios,,,,,,,,2019-03-13 +/games/boxart/full_greed-corp_7PALFront.jpg,Greed Corp,PC,Strategy,W!Games,W!Games,,,,,,,2010-12-10, +/games/boxart/full_735374AmericaFrontccc.jpg,BoneBone: Rise of the Deathlord,PC,Strategy,Unknown,Vladis Fire,,,,,,,,2019-03-13 +/games/boxart/full_1384316AmericaFrontccc.jpg,Dig or Die,PC,Strategy,Unknown,Gaddy Games,,,,,,,,2019-03-16 +/games/boxart/full_9826840AmericaFrontccc.jpg,Ashes of the Singularity: Escalation,PC,Strategy,Unknown,Stardock,,,,,,,,2019-03-16 +/games/boxart/full_648670PALFrontccc.jpg,Act of Aggression,PC,Strategy,Focus Home Interactive,Eugen Systems,,,,,,,2015-09-02,2018-09-22 +/games/boxart/full_2365795AmericaFrontccc.jpg,12 Labours of Hercules,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2015-03-23, +/games/boxart/full_9571226AmericaFrontccc.jpeg,Massive Chalice,PC,Strategy,Double Fine Productions,Double Fine Productions,,,,,,,2014-11-11,2019-03-18 +/games/boxart/full_9246878AmericaFrontccc.jpg,Sid Meier's Ace Patrol,PC,Strategy,2K Games,Firaxis Games,,,,,,,2013-08-27,2019-03-19 +/games/boxart/full_4251002AmericaFrontccc.jpg,"I, Zombie",PC,Strategy,Unknown,Awesome Games Studio,,,,,,,,2019-03-19 +/games/boxart/full_4843368AmericaFrontccc.jpg,Super Sanctum TD,PC,Strategy,Unknown,Coffee Stain Studios,,,,,,,,2019-03-20 +/games/boxart/full_9887241PALFrontccc.jpg,Cultures,PC,Strategy,Xicat Interactive,Funatics Development,,,,,,,2001-07-31, +/games/boxart/full_7650961AmericaFrontccc.jpg,M.A.X.: Mechanized Assault & Exploration,All,Strategy,Interplay Productions,Interplay Productions,,,,,,,1996-01-01,2021-03-30 +/games/boxart/full_4254392AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 +/games/boxart/full_7205110AmericaFrontccc.jpg,GemCraft - Chasing Shadows,PC,Strategy,Unknown,Game in a Bottle,,,,,,,,2019-03-24 +/games/boxart/full_5575525AmericaFrontccc.jpg,FortressCraft Evolved,PC,Strategy,Unknown,ProjectorGames,,,,,,,,2019-03-27 +/games/boxart/full_2707109AmericaFrontccc.jpg,Cubemen,PC,Strategy,Unknown,3 Sprockets,,,,,,,,2019-03-27 +/games/boxart/full_4654168AmericaFrontccc.jpg,Kings under the hill,PC,Strategy,Unknown,Ilya Gubin,,,,,,,,2019-03-29 +/games/boxart/full_5608194AmericaFrontccc.jpg,Unholy Heights,PC,Strategy,Unknown,Petit Depotto,,,,,,,,2019-03-29 +/games/boxart/full_6776239AmericaFrontccc.jpg,PixelJunk Monsters Ultimate,PC,Strategy,Unknown,Double Eleven,,,,,,,,2019-03-30 +/games/boxart/full_6985238AmericaFrontccc.jpg,Ultimate General: Civil War,PC,Strategy,Unknown,Game-Labs,,,,,,,,2019-03-29 +/games/boxart/full_4498884AmericaFrontccc.jpeg,Terrorhedron Tower Defense,PC,Strategy,Dan Walters,Dan Walters,,,,,,,2014-07-25,2019-03-29 +/games/boxart/6800595ccc.jpg,Front Mission 4,PS2,Strategy,Square Enix,Square Enix,,,,,,,2004-06-15, +/games/boxart/full_5143129AmericaFrontccc.jpg,Force of Nature,PC,Strategy,A.Y.std,A.Y.std,,,,,,,2016-12-13,2019-04-22 +/games/boxart/full_2422875AmericaFrontccc.jpg,Squeezone,PC,Strategy,Dagestan Technology,Versus System,,,,,,,2016-09-16,2019-04-22 +/games/boxart/full_2942811AmericaFrontccc.jpg,Garden Rescue,PC,Strategy,Rainbow Games,Rainbow Games,,,,,,,2015-02-02,2019-04-08 +/games/boxart/full_2627872AmericaFrontccc.jpg,SpellForce 3,PC,Strategy,THQ Nordic,Grimlore Games,,,,,,,2017-12-07,2019-04-22 +/games/boxart/full_men-of-war-vietnam_127PALFront.jpg,Men of War: Vietnam,PC,Strategy,1C Company,1C Company,7.2,,,,,,2011-09-08,2019-03-29 +/games/boxart/full_5032836AmericaFrontccc.jpg,Colony Survival,PC,Strategy,Pipliz,Pipliz,,,,,,,2017-06-16,2019-04-21 +/games/boxart/full_7144287AmericaFrontccc.png,Little King's Story,Wii,Strategy,Xseed Games,Cing Inc. / Town Factory,8.5,,,,,,2009-07-21, +/games/boxart/full_4311562AmericaFrontccc.jpg,Nobunaga's Ambition: Taishi,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2017-11-30,2020-10-17 +/games/boxart/full_7081821AmericaFrontccc.png,Steel Panthers,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 +/games/boxart/full_399852AmericaFrontccc.jpg,"Warhammer 40,000: Regicide",PC,Strategy,Hammerfall Publishing,Hammerfall Publishing,,,,,,,2015-09-08,2019-03-29 +/games/boxart/full_9826035AmericaFrontccc.png,Dungeons 3,PC,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2017-10-13,2018-03-03 +/games/boxart/full_7742668AmericaFrontccc.jpg,Tharsis,PC,Strategy,Unknown,Choice Provisions,,,,,,,,2019-04-21 +/games/boxart/full_5248547AmericaFrontccc.jpg,Sid Meier's Ace Patrol: Pacific Skies,PC,Strategy,2K Games,Firaxis Games,,,,,,,2013-11-05,2019-04-21 +/games/boxart/full_5012089AmericaFrontccc.jpg,Battle Ranch: Pigs vs Plants,PC,Strategy,Playboom,Playboom,,,,,,,2015-02-02,2019-04-21 +/games/boxart/full_3104391AmericaFrontccc.jpg,Master of Orion,PC,Strategy,Microprose,SimTex,,,,,,,1993-09-06, +/games/boxart/full_9103906JapanFrontccc.jpg,Fire Emblem: Thracia 776,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1999-09-01, +/games/boxart/full_9228396AmericaFrontccc.jpg,Survivor Squad,PC,Strategy,Endless Loop Studios,Endless Loop Studios,,,,,,,2013-11-08,2019-04-21 +/games/boxart/full_7629188PALFrontccc.jpg,8-Bit Armies,PC,Strategy,Soedesco,Petroglyph Games,,,,,,,2018-09-21,2018-06-28 +/games/boxart/full_6504132AmericaFrontccc.jpg,Skulls of the Shogun,PC,Strategy,17-Bit,17-Bit,,,,,,,2013-01-30,2018-04-07 +/games/boxart/full_9552604AmericaFrontccc.jpg,Star Control,All,Strategy,Accolade,Toys for Bob,,,,,,,1990-07-01,2021-03-18 +/games/boxart/full_6519958AmericaFrontccc.jpg,X-COM: Apocalypse,PC,Strategy,Microprose,Mythos Games,,,,,,,1997-01-01, +/games/boxart/full_magi_344AmericaFront.jpg,MAGI,PC,Strategy,MoaCube,MoaCube,,,,,,,2007-05-29,2019-04-16 +/games/boxart/full_5746481AmericaFrontccc.jpg,Hacker Evolution Duality,PC,Strategy,exoSyphen Studios,exoSyphen Studios,,,,,,,2011-08-15,2019-04-12 +/games/boxart/full_3279752AmericaFrontccc.jpg,Defend Your Life,PC,Strategy,Alda Games,Alda Games,,,,,,,2015-04-10,2019-04-10 +/games/boxart/full_3934335AmericaFrontccc.jpg,Sudden Strike 4,PC,Strategy,Kalypso Media,Kite Games,,,,,,,2017-08-15,2018-03-24 +/games/boxart/full_5644488AmericaFrontccc.jpg,Garden Rescue: Christmas Edition,PC,Strategy,Rainbow Games,Rainbow Games,,,,,,,2015-11-09,2019-04-08 +/games/boxart/full_6957446AmericaFrontccc.jpg,Starpoint Gemini Warlords,PC,Strategy,Iceberg Interactive,Little Green Men Games,,,,,,,2017-05-23,2019-04-07 +/games/boxart/full_723587AmericaFrontccc.jpg,Kingdom Rush Frontiers,PC,Strategy,Ironhide Game Studio,Ironhide Game Studio,,,,,,,2013-11-22,2019-04-06 +/games/boxart/full_6032816AmericaFrontccc.jpg,Fairyland: Incursion,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2016-06-22,2019-04-06 +/games/boxart/full_8061485AmericaFrontccc.jpg,Arma Tactics,PC,Strategy,Bohemia Interactive,Bohemia Interactive,,,,,,,2013-10-01,2019-04-06 +/games/boxart/full_8450801AmericaFrontccc.jpg,Rebuild 3: Gangs of Deadsville,PC,Strategy,Northway Games,Northway Games,,,,,,,2015-05-29,2019-04-06 +/games/boxart/full_4817603AmericaFrontccc.jpg,Merchants of Kaiden,PC,Strategy,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-11-10,2019-04-06 +/games/boxart/full_5706552AmericaFrontccc.jpg,Legends of Eisenwald,PC,Strategy,Aterdux Entertainment,Aterdux Entertainment,,,,,,,2015-07-02,2019-04-06 +/games/boxart/full_3318515AmericaFrontccc.jpg,Fairyland: Fairy Power,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2016-11-11,2019-04-06 +/games/boxart/full_5426855AmericaFrontccc.jpg,12 Labours of Hercules III: Girl Power,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2015-08-07,2019-04-06 +/games/boxart/full_9241333AmericaFrontccc.jpg,Iron Brigade,PC,Strategy,Double Fine Productions,Double Fine Productions,,,,,,,2012-08-13,2019-04-05 +/games/boxart/full_1006572AmericaFrontccc.jpg,Sword of the Stars II: Enhanced Edition,PC,Strategy,Paradox Interactive,Kerberos Productions Inc.,,,,,,,2012-11-30,2019-04-05 +/games/boxart/full_4530294AmericaFrontccc.jpg,Battleplan: American Civil War,PC,Strategy,Kiss,The Mustard Corporation,,,,,,,2014-07-04,2019-04-01 +/games/boxart/full_1594595PALFrontccc.jpeg,Valhalla Hills,PC,Strategy,Daedalic Entertainment,Funatics Software,,,,,,,2015-12-02,2019-03-27 +/games/boxart/full_6148066AmericaFrontccc.jpg,Age of Steel: Recharge,PC,Strategy,Quaint Emerald,Quaint Emerald,,,,,,,2016-01-06,2019-03-27 +/games/boxart/full_4041910AmericaFrontccc.jpg,iBomber Defense Pacific,PC,Strategy,Cobra Mobile,Cobra Mobile,,,,,,,2012-03-01,2019-03-26 +/games/boxart/full_7083870AmericaFrontccc.png,Z,PC,Strategy,Virgin Interactive,Bitmap Brothers,,,,,,,1996-07-31,2019-03-26 +/games/boxart/full_7949796AmericaFrontccc.jpg,Homeworld: Deserts of Kharak,PC,Strategy,Gearbox Publishing,Blackbird Interactive,,,,,,,2016-01-20,2019-03-26 +/games/boxart/full_3633961AmericaFrontccc.jpg,Space Pirates And Zombies 2,PC,Strategy,MinMax Games Ltd.,MinMax Games Ltd.,,,,,,,2017-11-07,2019-03-26 +/games/boxart/full_8400334PALFrontccc.jpg,Blackguards 2,PC,Strategy,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2015-04-01,2018-09-15 +/games/boxart/full_8990153AmericaFrontccc.jpg,Black Moon Chronicles,PC,Strategy,Unknown,Cryo Interactive,,,,,,,,2021-03-20 +/games/boxart/full_celtic-kings-rage-of-war_425AmericaFront.jpg,Celtic Kings: Rage of War,PC,Strategy,Strategy First,Haemimont Games,,,,,,,2002-08-21,2018-01-10 +/games/boxart/full_2912534AmericaFrontccc.png,Deadlock: Planetary Conquest,All,Strategy,Accolade,Accolade,,,,,,,1996-08-28,2021-03-18 +/games/boxart/full_4870883AmericaFrontccc.jpg,Galactic Civilizations,PC,Strategy,Strategy First,Stardock,,,,,,,2003-03-26, +/games/boxart/full_7323351AmericaFrontccc.png,Gary Grigsby's World at War,PC,Strategy,Unknown,2 by 3 Games,,,,,,,,2021-03-16 +/games/boxart/496600ccc.jpg,Panzer General II,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1997-09-30, +/games/boxart/full_5892907AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-12-10,2021-03-05 +/games/boxart/full_4794731AmericaFrontccc.jpg,Sins of a Solar Empire: Rebellion,PC,Strategy,Unknown,Ironclad Games,,,,,,,, +/games/boxart/full_9808103AmericaFrontccc.jpg,Star Control 3,PC,Strategy,Accolade,Legend Entertainment,,,,,,,1996-08-31, +/games/boxart/full_933454AmericaFrontccc.jpg,Star Trek: New Worlds,PC,Strategy,Interplay,14 Degrees East,,,,,,,2000-09-07, +/games/boxart/full_2488385AmericaFrontccc.jpg,The Ancient Art of War at Sea,All,Strategy,Broderbund,Evryware,,,,,,,1987-01-01,2022-10-05 +/games/boxart/9084742ccc.jpg,The Settlers: Rise of an Empire,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2007-09-25, +/games/boxart/5421537ccc.jpg,Worms 3D,PS2,Strategy,Acclaim Entertainment,Team17 Software,,,,,,,2004-03-11, +/games/boxart/5832998ccc.jpg,Worms World Party,PC,Strategy,Titus,Team17 Software,,,,,,,2001-06-16, +/games/boxart/2088242ccc.jpg,Worms: Open Warfare,DS,Strategy,THQ,Team17 Software,,,,,,,2006-03-22, +/games/boxart/full_6227159AmericaFrontccc.jpg,Worms: Open Warfare,PSP,Strategy,THQ,Team17 Software,6.9,,,,,,2006-03-22, +/games/boxart/full_elemental-war-of-magic_929AmericaFront.jpg,Elemental: War of Magic,PC,Strategy,Stardock,Stardock,,,,,,,2010-08-24, +/games/boxart/full_1130674AmericaFrontccc.jpg,Beasts and Bumpkins,PC,Strategy,Electronic Arts,Worldweaver Ltd,,,,,,,1997-01-01,2023-06-05 +/games/boxart/full_4410556AmericaFrontccc.jpg,Hearts of Iron II,PC,Strategy,Paradox Interactive,Paradox Interactive,8.3,,,,,,2005-01-04, +/games/boxart/8324736ccc.jpg,Heroes of Mana,DS,Strategy,Square Enix,Brownie Brown,6.4,,,,,,2007-08-14, +/games/boxart/full_7487436AmericaFrontccc.jpg,Roadwar,Series,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_panzer-general_10PALFront.jpg,Panzer General,PS,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1996-01-01, +/games/boxart/full_9411346AmericaFrontccc.jpg,Wargame Construction Set,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_4397677AmericaFrontccc.jpeg,Allied General,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1996-01-31,2021-03-17 +/games/boxart/full_8272337AmericaFrontccc.png,Fantasy General,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 +/games/boxart/full_1251671JapanFrontccc.jpg,Front Mission 2089: Border of Madness,DS,Strategy,Square Enix,High Horse Entertainment,,,,,,,2008-05-29, +/games/boxart/full_5807006AmericaFrontccc.jpg,Pacific General,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 +/games/boxart/full_533917AmericaFrontccc.png,Star General,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 +/games/boxart/full_6124744AmericaFrontccc.jpg,Tzar: Burden of the Crown,PC,Strategy,TalonSoft,Haemimont Games,,,,,,,2000-03-29, +/games/boxart/full_5495567AmericaFrontccc.png,Roadwar 2000,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 +/games/boxart/full_2502096AmericaFrontccc.jpg,Man of War,PC,Strategy,Virgin Interactive,Strategy First,,,,,,,1997-01-01,2022-09-30 +/games/boxart/full_8778066AmericaFrontccc.jpg,Submarine Titans,PC,Strategy,Strategy First,Ellipse Studios,6.1,,,,,,2000-08-09,2017-12-30 +/games/boxart/full_1708624AmericaFrontccc.jpg,X-COM Interceptor,PC,Strategy,Atari,MicroProse,,,,,,,1998-05-31,2021-04-23 +/games/boxart/full_1285770AmericaFrontccc.jpg,Roadwar Europa,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1987-01-01,2021-03-25 +/games/boxart/full_3117393AmericaFrontccc.png,War of the Lance,All,Strategy,Strategic Simulations,"Strategic Simulations, Inc",,,,,,,1989-01-01,2021-03-22 +/games/boxart/full_4171423AmericaFrontccc.png,Carrier Strike: South Pacific 1942-44,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 +/games/boxart/full_2588176AmericaFrontccc.png,Gary Grigsby's Pacific War,PC,Strategy,Unknown,"Strategic Simulations, Inc.",,,,,,,,2021-03-17 +/games/boxart/full_7496821AmericaFrontccc.jpg,Computer Bismarck,All,Strategy,Strategic Simulations,"Strategic Simulations, Inc.",,,,,,,1980-02-01,2021-03-24 +/games/boxart/full_fooblitzky_360AmericaFront.jpg,Fooblitzky,PC,Strategy,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, +/games/boxart/full_5683822AmericaFrontccc.jpg,Worms: The Director's Cut,Amig,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_8173363AmericaFrontccc.jpg,FireTeam,PC,Strategy,Unknown,Multitude,,,,,,,,2021-03-21 +/games/boxart/full_7866317AmericaFrontccc.png,Super Stellar Trek,OSX,Strategy,Unknown,"Rainbow Computing, Inc.",,,,,,,,2021-04-05 +/games/boxart/1477747ccc.jpg,101 Airborne: The Airborne Invasion of Normandy,PC,Strategy,Empire Interactive,Empire Interactive,,,,,,,1998-09-30, +/games/boxart/full_2912474AmericaFrontccc.jpg,1100AD: Domination,PC,Strategy,Nikita,Amber Studio,,,,,,,2014-07-15, +/games/boxart/full_1552-tenka-dairan_3JapanFront.jpg,1552 Tenka Dairan,PCE,Strategy,ASK,ASK,,,,,,,1993-07-16, +/games/boxart/full_1191071PALFrontccc.jpg,1914: The Great War,PC,Strategy,JoWood Productions,TriNode,,,,,,,2002-09-08, +/games/boxart/9357262ccc.jpg,3-D Tic-Tac-Toe,2600,Strategy,Atari,Atari,,,,,,,1978-01-01, +/games/boxart/full_1864090AmericaFrontccc.jpg,300 Dwarves,PC,Strategy,Viva Media,Artifex Mundi sp. z o.o.,,,,,,,2013-06-17, +/games/boxart/full_7858412AmericaFrontccc.jpg,7th Legion,PC,Strategy,Atari,Epic Games,,,,,,,1997-09-30, +/games/boxart/full_3858158AmericaFrontccc.jpg,9th Company: Roots of Terror,PC,Strategy,Noviy Disk,Lesta Studio,,,,,,,2008-01-15, +/games/boxart/full_a-kingdom-for-keflings_194AmericaFront.jpg,A Kingdom for Keflings,PC,Strategy,NinjaBee,NinjaBee,,,,,,,2010-03-30, +/games/boxart/full_a-line-in-the-sand_816AmericaFront.jpg,A Line in the Sand,PC,Strategy,SSI,SSI,,,,,,,1992-01-01, +/games/boxart/full_a-monsteca-corral-monsters-vs-robots_3AmericaFront.jpg,A Monsteca Corral: Monsters vs. Robots,WW,Strategy,Unknown,Onteca,,,,,,,2010-08-16, +/games/boxart/full_a-world-of-keflings-it-came-from-outer-space_575AmericaFront.jpg,A World of Keflings: It Came From Outer Space,XBL,Strategy,NinjaBee,NinjaBee,,,,,,,2011-10-26, +/games/boxart/7800857ccc.jpg,A-10 Tank Killer,PC,Strategy,Dynamix,VU Games,,,,,,,1989-01-01, +/games/boxart/full_7463298JapanFrontccc.jpg,A5: A Ressha de Ikou 5,PS,Strategy,ArtDink,ArtDink,,,,,,,1997-12-04, +/games/boxart/default.jpg,Achron,PC,Strategy,Unknown,Hazardous Software,,,,,,,2011-08-29, +/games/boxart/full_advanced-civilization_686AmericaFront.jpg,Advanced Civilization,PC,Strategy,Unknown,Avalon Hill,,,,,,,1995-01-01, +/games/boxart/full_7610804JapanFrontccc.jpg,Advanced Daisenryaku 2001,DC,Strategy,Sega,SystemSoft,,,,,,,2001-04-26, +/games/boxart/full_advanced-daisenryaku-deutsch-dengekisakusen_950JapanFront.jpg,Advanced Daisenryaku: Deutsch Dengekisakusen,GEN,Strategy,Sega,Sega,,,,,,,1991-06-17, +/games/boxart/full_3270624JapanFrontccc.jpg,Advanced Daisenryaku: Europe no Arashi - Doitsu Dengeki Sakusen,DC,Strategy,Sega,SystemSoft,,,,,,,2000-06-22, +/games/boxart/full_5430090AmericaFrontccc.jpg,Advanced Tactics Gold,OSX,Strategy,Slitherine Studios,VR Designs,,,,,,,2011-04-12,2018-07-23 +/games/boxart/full_5279718AmericaFrontccc.jpg,Advanced Tactics Gold,PC,Strategy,Slitherine,VR Designs,,,,,,,2011-04-12,2018-07-23 +/games/boxart/628174ccc.jpg,Aerobiz,GEN,Strategy,KOEI,Koei,,,,,,,1992-01-01, +/games/boxart/full_aerobiz_10AmericaFront.jpg,Aerobiz,SNES,Strategy,KOEI,Koei,,,,,,,1993-02-01, +/games/boxart/5775524ccc.jpg,Aerobiz Supersonic,GEN,Strategy,KOEI,Koei,,,,,,,1994-01-01, +/games/boxart/full_aerobiz-supersonic_0AmericaFront.jpg,Aerobiz Supersonic,SNES,Strategy,KOEI,Koei,,,,,,,1994-08-01, +/games/boxart/full_8332264JapanFrontccc.jpg,Afraid Gear,PS,Strategy,Asmik Ace Entertainment,Office Create,,,,,,,1998-10-29, +/games/boxart/full_1174065JapanFrontccc.jpg,Afraid Gear Another,PS,Strategy,Office Create,Office Create,,,,,,,2001-06-14, +/games/boxart/full_4071502AmericaFrontccc.jpg,Age of Booty,XBL,Strategy,Capcom,Certain Affinity,7.6,,,,,,2008-10-15, +/games/boxart/full_age-of-booty_0AmericaFront.jpg,Age of Booty,PSN,Strategy,Capcom,Certain Affinity,7.5,,,,,,2008-10-16, +/games/boxart/full_age-of-booty_648AmericaFront.jpg,Age of Booty,PC,Strategy,Capcom,Certain Affinity,6.6,,,,,,2009-03-09, +/games/boxart/full_7983004PALFrontccc.jpg,Age of Empires II: The Age of Kings,PS2,Strategy,Konami,Ensemble Studios,,,,,,,2001-11-02, +/games/boxart/full_age-of-empires-ii-the-conquerors_749AmericaFront.jpg,Age of Empires II: The Conquerors,PC,Strategy,Microsoft,Ensemble Studios,,,,,,,2000-08-24, +/games/boxart/full_3046755AmericaFrontccc.jpg,Age of Empires: The Rise of Rome,PC,Strategy,Microsoft,Ensemble Studios,,,,,,,1998-10-31, +/games/boxart/full_2973503AmericaFrontccc.jpg,Age of Sail,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-11-30, +/games/boxart/full_6820409AmericaFrontccc.jpg,Age of Sail II,PC,Strategy,TalonSoft,Akella,,,,,,,2001-02-01, +/games/boxart/full_9003914AmericaFrontccc.jpg,Age of Sail II: Privateer's Bounty,PC,Strategy,Global Star Software,Akella,,,,,,,2002-08-13, +/games/boxart/full_age-of-wonders-ii-the-wizards-throne_181AmericaFront.jpg,Age of Wonders II: The Wizard's Throne,PC,Strategy,Gathering of Developers,Triumph Studios,,,,,,,2002-06-12, +/games/boxart/full_age-of-wonders-masters-collection_11AmericaFront.jpg,Age of Wonders: Masters Collection,PC,Strategy,Global Star Software,Triumph Studios,,,,,,,2004-02-17, +/games/boxart/full_age-of-wonders-shadow-magic_537AmericaFront.jpg,Age of Wonders: Shadow Magic,PC,Strategy,Gathering of Developers,Triumph Studios,,,,,,,2003-07-25, +/games/boxart/full_6284653AmericaFrontccc.jpg,AI War: The Zenith Remnant,PC,Strategy,"Arcen Games, LLC",Arcen Games,,,,,,,2010-01-13, +/games/boxart/default.jpg,Ai... Sengoku Spirits EX: Gunshiden,DSiW,Strategy,Tasuke,Tasuke,,,,,,,2011-04-13, +/games/boxart/default.jpg,Ai... Sengoku Spirits EX: Moushouden,DSiW,Strategy,Tasuke,Tasuke,,,,,,,2011-05-11, +/games/boxart/default.jpg,Ai...Sengoku Spirits Gaiden: Hideyoshi-Hen,DSiW,Strategy,Tasuke,Papilion,,,,,,,2010-05-19, +/games/boxart/default.jpg,Ai...Sengoku Spirits Gaiden: Kenshin-Hen,DSiW,Strategy,Tasuke,Papilion,,,,,,,2010-06-02, +/games/boxart/default.jpg,Ai...Sengoku Spirits Gaiden: Nobunaga-Hen,DSiW,Strategy,Tasuke,Papilion,,,,,,,2010-05-19, +/games/boxart/full_9863899JapanFrontccc.jpg,Air Management '96,SAT,Strategy,KOEI,Koei/Inis,,,,,,,1996-03-22, +/games/boxart/full_498776JapanFrontccc.jpg,Air Management '96,PS,Strategy,KOEI,Koei,,,,,,,1996-03-22, +/games/boxart/full_3151693AmericaFrontccc.jpg,Airborne Assault: Conquest of the Aegean,PC,Strategy,Matrix Games,Panther Games,,,,,,,2006-06-16, +/games/boxart/full_5567861AmericaFrontccc.jpg,Airborne Assault: Highway to the Reich,PC,Strategy,Matrix Games,Panther Games,,,,,,,2003-12-10, +/games/boxart/full_4201807AmericaFrontccc.jpg,Airborne Assault: Red Devils Over Arnhem,PC,Strategy,Battlefront.com,Panther Games,,,,,,,2002-06-17, +/games/boxart/full_9573508AmericaFrontccc.jpg,Airline Tycoon Evolution,PC,Strategy,Strategy First,Monte Cristo Multimedia,,,,,,,2002-09-18, +/games/boxart/full_3353699PALFrontccc.jpg,Airline Tycoon: First Class,PC,Strategy,Monte Christo Multimedia,Spellbound,,,,,,,2001-01-22, +/games/boxart/full_3511655AmericaFrontccc.jpg,Airport Tycoon,PC,Strategy,Global Star Software,Sunstorm Interactive,3,,,,,,2000-04-25, +/games/boxart/full_9945267AmericaFrontccc.jpg,Airport Tycoon 2,PC,Strategy,Global Star Software,Sunstorm Interactive,2.6,,,,,,2003-02-26, +/games/boxart/full_7418875AmericaFrontccc.jpg,Airport Tycoon 3,PC,Strategy,Global Star Software,InterActive Vision Games,4,,,,,,2003-10-30, +/games/boxart/default.jpg,Airship Dragoon,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-26, +/games/boxart/full_8157359JapanFrontccc.jpg,Aka-Chan Doubutsuen,GBA,Strategy,TDK Core,TDK Core,,,,,,,2004-03-26, +/games/boxart/default.jpg,Akatsuki no Amaneka to Aoi Kyojin,PS3,Strategy,Unknown,Kogado Software Products,,,,,,,, +/games/boxart/full_4091549JapanFrontccc.jpg,Akihabara Dennou Kumi Peta Pies!,DC,Strategy,Sega,Sega,,,,,,,1999-07-29, +/games/boxart/full_5976238PALFrontccc.jpg,Alien Nations,PC,Strategy,JoWood Productions,neo Software,,,,,,,1999-06-01, +/games/boxart/full_aliens-vs-aliens_558AmericaFront.jpg,Aliens VS Aliens,XBL,Strategy,Microsoft,Fun Factory Entertainment,,,,,,,2011-07-14, +/games/boxart/1433980ccc.jpg,Allied General,PC,Strategy,SSI,Asylum Entertainment,,,,,,,1996-01-31, +/games/boxart/default.jpg,Amakuchi! Dairoujou,DSiW,Strategy,Kawamoto Industrial,"Kawamoto Industrial Co., Ltd",,,,,,,2009-10-14, +/games/boxart/full_amazing-zombie-defense_524AmericaFront.png,Amazing Zombie Defense,PC,Strategy,Unknown,Desura,,,,,,,2011-12-31, +/games/boxart/full_american-civil-war-gettysburg_739AmericaFront.jpg,American Civil War: Gettysburg,PC,Strategy,TalonSoft,Cat Daddy Games,,,,,,,2005-04-28, +/games/boxart/full_anacreon-reconstruction-4021_484AmericaFront.png,Anacreon: Reconstruction 4021,PC,Strategy,Unknown,Thinking Machine Associates,,,,,,,1987-01-01, +/games/boxart/full_anchorz-field_1JapanFront.jpg,Anchorz Field,WS,Strategy,Sammy Corporation,Sammy Studios,,,,,,,1999-06-24, +/games/boxart/full_ancient-conquest_252AmericaFront.jpg,Ancient Conquest,PC,Strategy,DreamCatcher Interactive,Ellipse Studios,,,,,,,1999-01-01, +/games/boxart/full_ancient-trader_4PALFront.jpg,Ancient Trader,PC,Strategy,Unknown,Fourkidsgames,,,,,,,2010-06-27, +/games/boxart/full_ancient-trader_3AmericaFront.jpg,Ancient Trader,XBL,Strategy,Microsoft,Fourkidsgames,,,,,,,2010-06-27, +/games/boxart/full_ancient-tribe_1AmericaFront.jpg,Ancient Tribe,DSiW,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2010-06-28, +/games/boxart/full_andromeda-conquest_287AmericaFront.jpg,Andromeda Conquest,PC,Strategy,Wizards of the Coast,Avalon Hill,,,,,,,1982-01-01, +/games/boxart/full_4860084JapanFrontccc.jpg,Angel Graffiti: Anathe no Profile,PS,Strategy,Coconuts Japan,Coconuts Japan,,,,,,,1996-07-26, +/games/boxart/full_680458JapanFrontccc.jpg,Angel Present,DC,Strategy,NEC Interchannel,NEC Interchannel,,,,,,,2001-04-12, +/games/boxart/full_1684722JapanFrontccc.jpg,Angelique,GBA,Strategy,KOEI,Koei,,,,,,,2002-03-21, +/games/boxart/full_4475135JapanFrontccc.jpg,Angelique Duet,SAT,Strategy,KOEI,Koei,,,,,,,1998-07-30, +/games/boxart/full_7245918JapanFrontccc.jpg,Angelique History,PS,Strategy,KOEI,Koei,,,,,,,2000-03-30, +/games/boxart/full_7629073JapanFrontccc.jpg,Angelique Special,SAT,Strategy,KOEI,Koei,,,,,,,1996-03-29, +/games/boxart/full_1752336JapanFrontccc.jpg,Angelique Special,PCFX,Strategy,NCS,Koei,,,,,,,1995-12-22, +/games/boxart/full_5621312JapanFrontccc.jpg,Angelique Special,PS,Strategy,KOEI,Koei,,,,,,,1996-03-29, +/games/boxart/default.jpg,Angelique Special,PC,Strategy,KOEI,Koei,,,,,,,1996-01-01, +/games/boxart/full_8600670JapanFrontccc.jpg,Angelique Special 2,PCFX,Strategy,NEC,Koei,,,,,,,1996-12-06, +/games/boxart/full_8087920JapanFrontccc.jpg,Angelique Special 2,SAT,Strategy,KOEI,Koei,,,,,,,1997-04-04, +/games/boxart/full_8505695JapanFrontccc.jpg,Angelique Special 2,PS,Strategy,KOEI,Koei,,,,,,,1997-04-11, +/games/boxart/full_520116JapanFrontccc.jpg,Animal Breeder,GB,Strategy,J-Wing,J-Wing,,,,,,,1997-09-11, +/games/boxart/full_4731028JapanFrontccc.jpg,Animal Breeder 2,GB,Strategy,J-Wing,J-Wing,,,,,,,1998-05-15, +/games/boxart/full_3995631JapanFrontccc.jpg,Ao no 6-gou: Antarctica,PS,Strategy,Bandai,Unknown,,,,,,,2000-09-28, +/games/boxart/full_7702713JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,PS,Strategy,KOEI,iNiS,,,,,,,1998-09-17, +/games/boxart/full_1668977JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,PCE,Strategy,KOEI,Koei,,,,,,,1993-09-30, +/games/boxart/full_290679JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,NES,Strategy,KOEI,Koei,,,,,,,1993-03-25, +/games/boxart/full_6093878JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,SCD,Strategy,KOEI,Koei,,,,,,,1993-09-24, +/games/boxart/full_575933JapanFrontccc.jpg,Aqua Paradise: Boku no Suizokukan,PS,Strategy,Victor Interactive,Victor Interactive,,,,,,,2000-12-28, +/games/boxart/default.jpg,ARC Style: Jurassic World,DSiW,Strategy,Arc System Works,Interplay,,,,,,,2010-11-24, +/games/boxart/default.jpg,ARC Style: San Goku Shi Tower Defense: Doushou Teppeki,DSiW,Strategy,Arc System Works,Arc System Works,,,,,,,2010-07-28, +/games/boxart/default.jpg,ARC Style: Totsugeki! Castle Attacker,DSiW,Strategy,Arc System Works,Arc System Works,,,,,,,2010-11-17, +/games/boxart/full_archon-classic_700AmericaFront.jpg,Archon Classic,PC,Strategy,Unknown,React Games,,,,,,,2010-04-10, +/games/boxart/full_arena-wars-reloaded_902PALFront.jpg,Arena Wars Reloaded,PC,Strategy,DTP Entertainment,exDream Entertainment,,,,,,,2007-06-26, +/games/boxart/full_armada_7AmericaFront.jpg,Armada,DSiW,Strategy,Zoo Games,Zoo Games,,,,,,,2010-10-18, +/games/boxart/full_3184603AmericaFrontccc.png,Armello,And,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 +/games/boxart/full_3057192PALFrontccc.jpg,Armello,PC,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 +/games/boxart/full_1853124AmericaFrontccc.png,Armello,OSX,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 +/games/boxart/full_1523268AmericaFrontccc.png,Armello,Linux,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 +/games/boxart/full_3978858AmericaFrontccc.png,Armello,WinP,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 +/games/boxart/5627231ccc.jpg,Armies of Exigo,PC,Strategy,Electronic Arts,Black Hole Entertainment,,,,,,,2004-11-30, +/games/boxart/full_2876955JapanFrontccc.jpg,Armored Unit,WS,Strategy,Sammy Corporation,Sammy Studios,,,,,,,1999-11-18, +/games/boxart/default.jpg,Arms Dealer,PC,Strategy,Case in Point Studios,Case in Point Studios,,,,,,,2015-03-26, +/games/boxart/full_6810101AmericaFrontccc.jpg,Army Men: RTS,PC,Strategy,3DO,Pandemic Studios,,,,,,,2002-03-24, +/games/boxart/full_8481845AmericaFrontccc.jpg,Arsenal of Democracy,PC,Strategy,Paradox Interactive,BL-Logic,,,,,,,2010-02-23, +/games/boxart/full_2431273JapanFrontccc.jpg,Arslan Senki,SCD,Strategy,Sega,Sega,,,,,,,1993-11-19, +/games/boxart/full_8255661AmericaFrontccc.jpg,Artillery Duel,2600,Strategy,Xonox,Xonox,,,,,,,1983-01-01, +/games/boxart/full_artillery-knights-vs-orcs_422PALFront.jpg,Artillery: Knights vs. Orcs,DSiW,Strategy,Unknown,KRITZELKRATZ 3000,,,,,,,2011-07-28, +/games/boxart/full_1884058JapanFrontccc.jpg,Arubarea no Otome,PCFX,Strategy,NEC,Gimmick House,,,,,,,1997-06-27, +/games/boxart/3753594ccc.jpg,Ascendancy,PC,Strategy,Broderbund,"Logic Factory, Inc., The",,,,,,,1995-01-01, +/games/boxart/full_7057164JapanFrontccc.jpg,Assault Suits Valken 2,PS,Strategy,NCS,TamTam,,,,,,,1999-07-29, +/games/boxart/full_6018752PALFrontccc.jpg,Asterix: The Gallic War,PC,Strategy,Infogrames,Infogrames,,,,,,,2000-09-01, +/games/boxart/full_5825821AmericaFrontccc.jpg,Astro Lords: Oort Cloud,PC,Strategy,Unknown,Unknown,,,,,,,2014-07-01, +/games/boxart/full_1329084JapanFrontccc.jpg,Astronoka,PS,Strategy,Enix,Enix Corporation,,,,,,,1998-08-27, +/games/boxart/full_2166360AmericaFrontccc.jpg,Atlantis Underwater Tycoon,PC,Strategy,Activision,Activision Value,,,,,,,2003-03-21, +/games/boxart/full_3784108JapanFrontccc.jpg,AubirdForce,PS,Strategy,Bandai,Bandai,,,,,,,1996-10-25, +/games/boxart/full_9273065JapanFrontccc.jpg,AubirdForce After,PS,Strategy,Bandai,Bandai,,,,,,,1998-10-22, +/games/boxart/full_avalon-heroes_228PALFront.jpg,Avalon Heroes,PC,Strategy,Unknown,Burda:ic,,,,,,,2010-02-09, +/games/boxart/full_9892747AmericaFrontccc.jpg,Avatar Aquarium,XBL,Strategy,Microsoft,DigitalDNA,,,,,,,2009-12-23, +/games/boxart/full_8314595AmericaFrontccc.jpg,Avatar Avenue,XBL,Strategy,Microsoft,DigitalDNA,,,,,,,2009-12-04, +/games/boxart/full_avatar-farm_331AmericaFront.jpg,Avatar Farm!,XBL,Strategy,Microsoft,Milkstone Studios,,,,,,,2011-08-11, +/games/boxart/full_axeh_137AmericaFront.jpg,AXEH,XBL,Strategy,Microsoft,Pekoyama,,,,,,,2010-08-14, +/games/boxart/full_5121493AmericaFrontccc.jpg,Axis & Allies,PC,Strategy,Atari,TimeGate Studios,,,,,,,2004-11-02, +/games/boxart/full_427307AmericaFrontccc.jpg,Aztec Wars,PC,Strategy,Summitsoft,Summitsoft Entertainment,,,,,,,2002-01-01, +/games/boxart/full_7337120PALFrontccc.jpg,B Team: Metal Cartoon Squad,DS,Strategy,PlayV,Most Wanted Entertainment,,,,,,,2009-02-20, +/games/boxart/default.jpg,Back to the Garden,PC,Strategy,Unknown,The Pencil Farm,,,,,,,, +/games/boxart/full_backgainer-hishou-hen-uragiri-no-senjou_0JapanFront.jpg,"Backgainer: Hishou-hen ""Uragiri no Senjou""",SAT,Strategy,Ving,Ving,,,,,,,1998-10-01, +/games/boxart/full_8547331JapanFrontccc.jpg,"Backgainer: Hishou-hen ""Uragiri no Senjou""",PS,Strategy,Ving,Ving,,,,,,,1998-01-29, +/games/boxart/full_backgainer-kakusei-hen_10JapanFront.jpg,"Backgainer: Kakusei-hen ""Gainer Tensei""",SAT,Strategy,Ving,Ving,,,,,,,1998-07-30, +/games/boxart/full_1196701JapanFrontccc.jpg,"Backgainer: Kakusei-hen ""Gainer Tensei""",PS,Strategy,Ving,Ving,,,,,,,1998-06-25, +/games/boxart/full_8427100JapanFrontccc.jpg,Bahamut Senki,GEN,Strategy,Sega,Sega,,,,,,,1991-03-08, +/games/boxart/full_4469049JapanFrontccc.jpg,Bahamut Senki,VC,Strategy,Sega,Sega,,,,,,,2007-04-24, +/games/boxart/8929080ccc.jpg,Baldies,AJ,Strategy,Atari,Creative Edge Software,,,,,,,1995-12-01, +/games/boxart/full_7478041AmericaFrontccc.jpg,Baldies,PC,Strategy,Panasonic Interactive Media,Creative Edge Software,,,,,,,1996-11-30, +/games/boxart/8722878ccc.jpg,Baldies,PS,Strategy,Bethesda Softworks,Creative Edge Software,,,,,,,2003-11-15, +/games/boxart/full_3440777JapanFrontccc.jpg,Baldy Land,SAT,Strategy,Banpresto,Creative Edge Software,,,,,,,1998-11-26, +/games/boxart/full_1299054JapanFrontccc.jpg,Baldy Land,PS,Strategy,Banpresto,Creative Edge Software,,,,,,,1998-11-19, +/games/boxart/full_5949498JapanFrontccc.jpg,Ball Bullet Gun: Survival Game Simulation,SNES,Strategy,I'Max,I'Max,,,,,,,1995-12-01, +/games/boxart/full_514011PALFrontccc.jpg,Ballerburg,PC,Strategy,Ascaron Entertainment,Ascaron Entertainment GmbH,,,,,,,2001-12-01, +/games/boxart/5824251ccc.jpg,Ballerburg: Castle Chaos,PS,Strategy,Mud Duck Productions,Ascaron Entertainment,,,,,,,2003-12-01, +/games/boxart/full_8032353AmericaFrontccc.jpg,Band of Bugs,PC,Strategy,NinjaBee,NinjaBee,,,,,,,2007-12-03, +/games/boxart/full_1196983AmericaFrontccc.jpg,Band of Bugs,XBL,Strategy,NinjaBee,NinjaBee,6.5,,,,,,2007-06-20, +/games/boxart/full_bandit-kings-of-ancient-china_692PALFront.jpg,Bandit Kings of Ancient China,PC,Strategy,KOEI,Koei,,,,,,,1989-01-01,2018-07-30 +/games/boxart/full_8882808AmericaFrontccc.jpg,Bandit Kings of Ancient China,NES,Strategy,KOEI,Koei,,,,,,,1990-12-01, +/games/boxart/full_5425266JapanFrontccc.jpg,Barbarossa,SNES,Strategy,Sammy Corporation,System Soft,,,,,,,1992-11-27, +/games/boxart/full_2147108AmericaFrontccc.jpg,Bass Tournament Tycoon,PC,Strategy,Anarchy Enterprises,Anarchy Enterprises,,,,,,,2007-02-08, +/games/boxart/full_17887AmericaFrontccc.jpg,Battle Bubbles - Four Corners,XBL,Strategy,Microsoft,nineteen77,,,,,,,2009-02-25, +/games/boxart/full_1525928JapanFrontccc.jpg,Battle Bugs,PS,Strategy,Manning,Epyx,,,,,,,1997-09-18, +/games/boxart/full_5568614AmericaFrontccc.jpg,Battle Bugs,PC,Strategy,Sierra Entertainment,Epyx,,,,,,,1994-01-01, +/games/boxart/8836902ccc.jpg,Battle Chess,PC,Strategy,Interplay,"Interplay Productions, Inc.",,,,,,,1988-01-01, +/games/boxart/1060432ccc.jpg,Battle Chess,3DO,Strategy,Interplay,Krisalis,,,,,,,1993-12-31, +/games/boxart/2786174ccc.jpg,Battle Chess,NES,Strategy,Data East,Beam Software,,,,,,,1990-07-01, +/games/boxart/full_battle-chess_8JapanFront.jpg,Battle Chess,PSN,Strategy,Best Media,Tomcat System,,,,,,,2010-08-31, +/games/boxart/default.jpg,Battle Chess II: Chinese Chess,PC,Strategy,Interplay,Interplay,,,,,,,1990-03-10, +/games/boxart/full_5077062JapanFrontccc.jpg,Battle Fleet,NES,Strategy,Namco,Namco,,,,,,,1990-06-22, +/games/boxart/full_9344232AmericaFrontccc.jpg,Battle Fleet 2: WW2 in the Pacific,And,Strategy,Unknown,Unknown,,,,,,,2014-07-16, +/games/boxart/8638083ccc.jpg,Battle for Troy,PC,Strategy,ValuSoft,Zono Inc.,,,,,,,2004-03-05, +/games/boxart/full_1309812AmericaFrontccc.jpg,Battle for Wesnoth,PC,Strategy,Unknown,David White,,,,,,,2003-07-01, +/games/boxart/full_2541448JapanFrontccc.jpg,Battle Formation,PS,Strategy,Banpresto,Unknown,,,,,,,1997-11-13, +/games/boxart/full_424351AmericaFrontccc.jpg,Battle Islands,PC,Strategy,505 Games,505 Games,,,,,,,2014-08-07, +/games/boxart/3707676ccc.jpg,Battle Isle,PC,Strategy,Blue Byte,Blue Byte Software GmbH,,,,,,,1991-01-01, +/games/boxart/8197061ccc.jpg,Battle Isle 2,PC,Strategy,Accolade,Blue Byte Software GmbH,,,,,,,1994-01-01, +/games/boxart/full_7692665AmericaFrontccc.jpg,Battle of Giants: Dinosaurs - Fight for Survival,DSiW,Strategy,Ubisoft,Ubisoft Quebec,,,,,,,2010-03-15, +/games/boxart/full_6227399AmericaFrontccc.jpg,Battle of Giants: Dragons - Bronze Edition,DSiW,Strategy,Ubisoft,Ubisoft Quebec,,,,,,,2009-11-02, +/games/boxart/full_battle-of-giants-mutant-insects-revenge_0AmericaFront.jpg,Battle of Giants: Mutant Insects - Revenge,DSiW,Strategy,Ubisoft,Ubisoft Quebec,,,,,,,2010-06-28, +/games/boxart/4355505ccc.jpg,Battle Realms,PC,Strategy,Ubisoft,Liquid Entertainment,8.7,,,,,,2001-11-07, +/games/boxart/full_5949693AmericaFrontccc.png,Battle Realms: Winter of the Wolf,PC,Strategy,Ubisoft,Liquid Entertainment,,,,,,,2002-07-01, +/games/boxart/full_3000142JapanFrontccc.jpg,Battle Space: Barcode Boy Set,GB,Strategy,Namco,Namco,,,,,,,1992-12-25, +/games/boxart/7803377ccc.jpg,Battle Stations,SAT,Strategy,Electronic Arts,Realtime Associates,,,,,,,1997-01-01, +/games/boxart/full_9226880PALFrontccc.jpg,Battle Worlds: Kronos,OSX,Strategy,KING Art Games,KING Art Games,,,,,,,2013-11-04,2018-08-01 +/games/boxart/full_2847530PALFrontccc.jpg,Battle Worlds: Kronos,Linux,Strategy,KING Art Games,KING Art Games,,,,,,,2013-11-04,2018-08-01 +/games/boxart/561200ccc.jpg,Battleground 1: Bulge/Ardennes,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-01-01, +/games/boxart/full_7166659AmericaFrontccc.jpg,Battleground 2: Gettysburg,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1995-12-31, +/games/boxart/full_761454AmericaFrontccc.jpg,Battleground 3: Waterloo,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-05-31, +/games/boxart/full_1204261AmericaFrontccc.jpg,Battleground 4: Shiloh,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-01-31, +/games/boxart/full_9051172AmericaFrontccc.jpg,Battleground 5: Antietam,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-12-31, +/games/boxart/full_1680048AmericaFrontccc.jpg,Battleground 6: Napoleon in Russia,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-04-30, +/games/boxart/full_1520689AmericaFrontccc.jpg,Battleground 7: Bull Run,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-04-30, +/games/boxart/full_6459572AmericaFrontccc.jpg,Battleground 8: Prelude to Waterloo,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-09-30, +/games/boxart/full_3469629AmericaFrontccc.jpg,Battleground 9: Chickamauga,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1998-01-01, +/games/boxart/full_8923842AmericaFrontccc.jpg,Battleship,GG,Strategy,Mindscape,Mindscape,,,,,,,1993-01-01, +/games/boxart/full_654688AmericaFrontccc.jpg,Battleship,GB,Strategy,Mindscape,Use,,,,,,,1992-01-01, +/games/boxart/full_1741930AmericaFrontccc.jpg,Battleship,PS,Strategy,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-10-14, +/games/boxart/2492358ccc.jpg,Battleship,NES,Strategy,Mindscape,Milton Bradley,,,,,,,1993-09-01, +/games/boxart/default.jpg,Battleship,PC,Strategy,iWin,iWin,,,,,,,2009-08-24, +/games/boxart/full_239695AmericaFrontccc.jpg,Battleship (1999),GB,Strategy,Majesco,Majesco Games,,,,,,,1999-01-24, +/games/boxart/full_1100142AmericaFrontccc.jpg,Battlestations: Midway,XBL,Strategy,Eidos Interactive,Eidos Hungary,,,,,,,2010-05-25, +/games/boxart/full_7662836AmericaFrontccc.jpg,Battlestations: Pacific,XBL,Strategy,Eidos Interactive,Eidos Studios Hungary,,,,,,,2010-05-11, +/games/boxart/full_battlestations-pacific-carrier-battles-map-pack_606AmericaFront.jpg,Battlestations: Pacific - Carrier Battles Map Pack,PC,Strategy,Unknown,Eidos Hungary,,,,,,,, +/games/boxart/full_battlestations-pacific-carrier-battles-map-pack_218AmericaFront.jpg,Battlestations: Pacific - Carrier Battles Map Pack,XBL,Strategy,Eidos Interactive,Eidos Hungary,,,,,,,2009-07-23, +/games/boxart/full_1581634AmericaFrontccc.jpg,Battlezone II: Combat Commander,PC,Strategy,Activision,Pandemic Studios,,,,,,,1999-12-31, +/games/boxart/full_5086329AmericaFrontccc.jpg,Battlezone II: Combat Commander,PC,Strategy,Activision,Pandemic Studios,,,,,,,1999-12-31, +/games/boxart/full_6652394PALFrontccc.jpg,Beer Tycoon,PC,Strategy,Frogster Interactive,Frogster Interactive,,,,,,,2007-01-01, +/games/boxart/8666493ccc.jpg,Belle's Beauty Boutique,PC,Strategy,eGames,Demand Games,,,,,,,2008-06-13, +/games/boxart/2666184ccc.jpg,Besieger,PC,Strategy,DreamCatcher Interactive,Primal Software,,,,,,,2004-06-02, +/games/boxart/full_betrayal_926PALFront.jpg,Betrayal,PC,Strategy,Rainbird,Floppy Electronic Services Ltd.,,,,,,,1990-01-01, +/games/boxart/full_beyond-protocol_526AmericaFront.jpg,Beyond Protocol,PC,Strategy,Dark Sky Entertainment,Dark Sky Entertainment,,,,,,,2008-11-21, +/games/boxart/full_2646799AmericaFrontccc.jpg,Big Biz Tycoon,PC,Strategy,Activision,Animedia,5.8,,,,,,2002-05-29, +/games/boxart/full_5477144AmericaFrontccc.jpg,Big Biz Tycoon 2,PC,Strategy,Activision,4HEAD Studios,,,,,,,2003-06-12, +/games/boxart/full_big-oil-build-an-oil-empire_507AmericaFront.jpg,Big Oil: Build an Oil Empire,PC,Strategy,Tri Synergy,Tri Synergy,,,,,,,2006-07-31, +/games/boxart/full_9824564AmericaFrontccc.jpg,Birth of America,PC,Strategy,Strategy First,AGEOD,,,,,,,2006-10-05, +/games/boxart/full_birth-of-america-ii-wars-in-america-1750-1815_368AmericaFront.jpg,Birth of America II: Wars in America 1750-1815,PC,Strategy,Paradox Interactive,AGEOD,,,,,,,2008-08-21, +/games/boxart/full_8478220AmericaFrontccc.jpg,Black & White: Creature Isle,PC,Strategy,Electronic Arts,Lionhead Studios,,,,,,,2002-01-21, +/games/boxart/full_2110299JapanFrontccc.jpg,Black/Matrix 00,PS,Strategy,NEC Interchannel,Flight-Plan,,,,,,,2004-05-13, +/games/boxart/full_5000843JapanFrontccc.jpg,Black/Matrix Advanced,DC,Strategy,NEC Interchannel,Flight-Plan,,,,,,,1999-09-30, +/games/boxart/full_770904JapanFrontccc.jpg,Black/Matrix Cross,PS,Strategy,NEC Interchannel,Flight-Plan,,,,,,,2000-12-14, +/games/boxart/full_3919411JapanFrontccc.jpg,Black/Matrix Zero,GBA,Strategy,NEC,Flight-Plan,,,,,,,2002-08-30, +/games/boxart/full_4303660PALFrontccc.jpg,Blackguards 2,OSX,Strategy,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2015-04-01,2018-09-15 +/games/boxart/full_5101440JapanFrontccc.jpg,BladeMaker,PS,Strategy,Shoeisha,Shoeisha,,,,,,,1999-07-01, +/games/boxart/full_3926130AmericaFrontccc.jpg,Blitzkrieg 2: Fall of the Reich,PC,Strategy,CDV Software Entertainment,Nival Interactive,,,,,,,2007-02-22, +/games/boxart/full_2471637AmericaFrontccc.jpg,Blitzkrieg: Burning Horizon,PC,Strategy,CDV Software Entertainment,Nival Interactive / La Plata Studios,,,,,,,2004-06-13, +/games/boxart/full_4173672PALFrontccc.jpg,Blitzkrieg: Green Devils,PC,Strategy,CDV Software Entertainment,La Plata Studios,,,,,,,2006-09-12, +/games/boxart/full_4247191AmericaFrontccc.png,Blizzard DOTA,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2011-12-31, +/games/boxart/full_blockout_346AmericaFront.jpg,Blockout,PC,Strategy,California Dreams,P.Z.Karen Co. Development Group,,,,,,,1989-01-01, +/games/boxart/default.jpg,Blockout,GEN,Strategy,Unknown,P.Z.Karen Co. Development Group,,,,,,,, +/games/boxart/full_3294989AmericaFrontccc.jpg,Blood Bowl (1995),PC,Strategy,MicroLeague,"Destiny Software Productions, Inc.",,,,,,,1995-01-01, +/games/boxart/full_bloons-td_6PALFront.jpg,Bloons TD,PSN,Strategy,Digital Goldfish,Digital Goldfish,,,,,,,2011-02-22, +/games/boxart/default.jpg,Boardwalk Tycoon,PC,Strategy,Unknown,Pixel after Pixel,,,,,,,, +/games/boxart/full_boku-no-camp-ba_7JapanFront.jpg,Boku no Camp Ba,GB,Strategy,Naxat Soft,Naxat Soft,,,,,,,2000-09-22, +/games/boxart/full_2825977JapanFrontccc.jpg,Boku no Kabuto - Kuwagata,GBA,Strategy,MTO,MTO,,,,,,,2003-06-27, +/games/boxart/full_8367512JapanFrontccc.jpg,Bomberman Wars,SAT,Strategy,Hudson Soft,Hudson Soft,,,,,,,1998-04-16, +/games/boxart/full_7302374JapanFrontccc.jpg,Bomberman Wars,PS,Strategy,Hudson Soft,Hudson Soft,,,,,,,1998-04-16, +/games/boxart/full_853682AmericaFrontccc.jpg,Bored Meeting,XBL,Strategy,Microsoft,Steven Jones,,,,,,,2009-02-25, +/games/boxart/full_9400160AmericaFrontccc.jpg,Bounders and Cads,PC,Strategy,Wax Lyrical Games,Wax Lyrical Games,,,,,,,2013-01-13, +/games/boxart/full_8730933AmericaFrontccc.png,Brave Brigade,And,Strategy,ZQGame,ZQGame,,,,,,,2014-06-28, +/games/boxart/full_brave-company_56JapanFront.jpg,Brave Company,3DS,Strategy,Bandai Namco Games,Cattle Call,,,,,,,2011-10-27,2018-10-08 +/games/boxart/full_297753JapanFrontccc.jpg,Brave Sword,PS,Strategy,Sammy Corporation,Sammy Studios,,,,,,,2000-10-19, +/games/boxart/full_6036132AmericaFrontccc.jpg,Braveheart,PC,Strategy,Eidos Interactive,Red Lemon Studios,,,,,,,1999-07-31, +/games/boxart/full_break-tactics_260JapanFront.jpg,Break Tactics,DSiW,Strategy,Agetec,SilverStarJapan,4,,,,,,2011-09-22, +/games/boxart/full_8581909JapanFrontccc.jpg,Brigandine: Grand Edition,PS,Strategy,Hearty Robin,Hearty Robin,,,,,,,2000-05-18, +/games/boxart/default.jpg,Browser San Goku Shi: Touch Battle,PSV,Strategy,Unknown,AQ Interactive,,,,,,,, +/games/boxart/8713702ccc.jpg,Bubba 'n' Stix,GEN,Strategy,Core Design Ltd.,Core Design Ltd.,,,,,,,1993-01-01, +/games/boxart/full_2247449PALFrontccc.jpg,Buccaneer: The Pursuit of Infamy,PC,Strategy,Blitz Game Studios,Blitz Arcade,,,,,,,2008-12-08, +/games/boxart/full_build-a-lot_658AmericaFront.jpg,Build-a-lot,DSiW,Strategy,Mumbo Jumbo,Mumbo Jumbo,,,,,,,2011-07-04, +/games/boxart/default.jpg,Build-A-Lot 2: Town of the Year,PC,Strategy,iWin,HipSoft,,,,,,,2008-04-29, +/games/boxart/full_1381452JapanFrontccc.jpg,Burger Burger,PS,Strategy,Gaps,Biox,,,,,,,1997-11-27, +/games/boxart/full_886146JapanFrontccc.jpg,Burger Burger 2,PS,Strategy,Gaps,Biox,,,,,,,1999-07-15, +/games/boxart/full_butage-deiin-janai_102JapanFront.jpg,Butage: Deiin Janai?,PS,Strategy,Shangri-La,Shangri-La,,,,,,,1998-02-26, +/games/boxart/2932259ccc.jpg,Buzz Aldrin's Race into Space,PC,Strategy,Interplay,Strategic Visions,,,,,,,1993-03-01, +/games/boxart/7659933ccc.png,Caesar,PC,Strategy,Impressions Games,Impressions Games,,,,,,,1993-01-01, +/games/boxart/full_564276AmericaFrontccc.png,Caesar II,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1996-12-14, +/games/boxart/default.jpg,Call to Arms,PC,Strategy,Unknown,"Sirius Software, Inc.",,,,,,,1982-01-01, +/games/boxart/5918651ccc.jpg,Call to Power II,PC,Strategy,Activision,Activision,,,,,,,2000-11-15, +/games/boxart/2193875ccc.jpg,Cannon Fodder,3DO,Strategy,Virgin Interactive,Sensible Software,,,,,,,1994-01-01, +/games/boxart/full_2557000PALFrontccc.jpg,Cannon Fodder,SNES,Strategy,Virgin Interactive,Sensible Software,,,,,,,1994-01-01, +/games/boxart/full_6909458PALFrontccc.jpg,Cannon Fodder,PC,Strategy,Virgin Interactive,Audio Visual Magic,9,,,,,,1993-01-01, +/games/boxart/8594675ccc.jpg,Cannon Fodder,AJ,Strategy,Virgin Interactive,Sensible Software,,,,,,,1995-01-01, +/games/boxart/full_5985724AmericaFrontccc.jpg,Cannon Fodder,GB,Strategy,Codemasters,Codemasters,,,,,,,2000-12-05, +/games/boxart/full_2747059PALFrontccc.jpg,Cannon Fodder,GEN,Strategy,Virgin Interactive,Panelcomp,,,,,,,1994-01-01, +/games/boxart/full_5216945JapanFrontccc.jpg,Captain Rave!!,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1999-03-11, +/games/boxart/full_5169408AmericaFrontccc.jpg,Car Tycoon,PC,Strategy,Fishtank Interactive,Fishtank Interactive,5.4,,,,,,2002-01-04, +/games/boxart/full_7703454AmericaFrontccc.jpg,Carcassonne,XBL,Strategy,Sierra Online,Sierra Online,7.5,,,,,,2007-06-27, +/games/boxart/full_9609404PALFrontccc.jpg,Carcassonne,DS,Strategy,Deep Silver,Sierra Online,,,,,,,2009-10-21, +/games/boxart/full_carnage-heart-exa_2JapanFront.jpg,Carnage Heart EXA,PSN,Strategy,ArtDink,ArtDink,,,,,,,2010-10-28, +/games/boxart/full_9681429JapanFrontccc.jpg,Carnage Heart EZ: Easy Zapping,PSN,Strategy,Sony Computer Entertainment,ArtDink,,,,,,,2009-03-25, +/games/boxart/full_5723987JapanFrontccc.jpg,Carnage Heart EZ: Easy Zapping,PS,Strategy,ArtDink,ArtDink,,,,,,,1997-07-24, +/games/boxart/full_9837283JapanFrontccc.jpg,Carnage Heart Portable,PSP,Strategy,Genki,ArtDink,,,,,,,2006-08-13, +/games/boxart/full_7500975AmericaFrontccc.jpg,Carnival Cruise Line Tycoon 2005: Island Hopping,PC,Strategy,Activision,Artex Software,4.3,,,,,,2004-06-21, +/games/boxart/full_8594235AmericaFrontccc.jpg,Carnival Cruise Lines Tycoon,PC,Strategy,Activision,Activision,,,,,,,2006-01-01, +/games/boxart/2797081ccc.jpg,Carrier Aces,SNES,Strategy,CyberSoft,Synergistic Software,,,,,,,1995-01-31, +/games/boxart/default.jpg,Cartel,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, +/games/boxart/full_1889305PALFrontccc.jpg,Carwash Tycoon,PS2,Strategy,Phoenix Games,Aqua Pacific,,,,,,,2006-09-29, +/games/boxart/full_7896245AmericaFrontccc.jpg,Casino Tycoon,PC,Strategy,Monte Christo Multimedia,Cat Daddy Games,,,,,,,2001-12-15, +/games/boxart/default.jpg,Castle Conquerer: Revolution,DSiW,Strategy,Unknown,Circle Entertainment Ltd.,,,,,,,, +/games/boxart/full_castle-conqueror_1AmericaFront.jpg,Castle Conqueror,DSiW,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2010-09-13, +/games/boxart/full_8559510JapanFrontccc.jpg,Castle Fantasia: Seima Taisen,DC,Strategy,Studio e-go,Studio e-go,,,,,,,2002-07-11, +/games/boxart/full_castle-quest_236JapanFront.jpg,Castle Quest,NES,Strategy,Hudson Soft,Hudson Soft,,,,,,,1990-05-18, +/games/boxart/full_castle-quest_378PALFront.jpg,Castle Quest,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,1993-01-01, +/games/boxart/full_castle-rustle_609PALFront.png,Castle Rustle,PSN,Strategy,Game Factory Interactive,Game Factory Interactive,,,,,,,2011-02-16, +/games/boxart/full_9967467AmericaFrontccc.jpg,Castle Strike,PC,Strategy,Witt Interactive Software,Related Designs,,,,,,,2004-10-12, +/games/boxart/full_castles_284AmericaFront.jpg,Castles,PC,Strategy,Interplay,Interplay,,,,,,,1992-01-01, +/games/boxart/default.jpg,Castles + Castles 2,PC,Strategy,Interplay,Quicksilver Software,,,,,,,1991-01-01, +/games/boxart/full_castles-ii-siege-amp-conquest_884AmericaFront.jpg,Castles II: Siege & Conquest,PC,Strategy,Interplay,"Quicksilver Software, Inc",,,,,,,1992-01-01, +/games/boxart/full_catan_8AmericaFront.jpg,Catan,PSN,Strategy,Game Republic,Game Republic,,,,,,,2010-06-15, +/games/boxart/full_2176093PALFrontccc.jpg,Catan,NGage,Strategy,Nokia,Suzak,,,,,,,2005-10-10, +/games/boxart/default.jpg,Catan,PC,Strategy,Oberon Media,Oberon Media,,,,,,,2005-01-01, +/games/boxart/full_9953152AmericaFrontccc.jpg,Catan,XBL,Strategy,Microsoft,Big Huge Games,7.5,,,,,,2007-05-02, +/games/boxart/full_5815805PALFrontccc.jpg,Catan: Die Erste Insel,PS,Strategy,Ravensburger Interactive Media,Similis,,,,,,,2001-03-01, +/games/boxart/full_9884212AmericaFrontccc.jpg,Caterpillar Construction Tycoon,PC,Strategy,Activision,Gabriel Entertainment,,,,,,,2005-11-21, +/games/boxart/2394022ccc.jpg,Centurion: Defender of Rome,GEN,Strategy,Electronic Arts,Bits of Magic,,,,,,,1991-01-01, +/games/boxart/full_2458511AmericaFrontccc.jpg,Centurion: Defender of Rome,PC,Strategy,Electronic Arts,Bits of Magic,,,,,,,1990-01-01, +/games/boxart/full_chaos-gear_10JapanFront.jpg,Chaos Gear,WS,Strategy,Bandai,Bandai,,,,,,,1999-06-10, +/games/boxart/full_3354862PALFrontccc.jpg,Chaos League,PC,Strategy,Digital Jesters,Cyanide,,,,,,,2005-03-08, +/games/boxart/full_2503978PALFrontccc.jpg,Chemist Tycoon,PS2,Strategy,Phoenix Games,Aqua Pacific,,,,,,,2006-09-29, +/games/boxart/default.jpg,Chess,PC,Strategy,Unknown,International PC Owners,,,,,,,1981-12-01, +/games/boxart/full_3027893AmericaFrontccc.jpg,Chess 2: The Sequel,PC,Strategy,Unknown,Sirlin Games,,,,,,,2014-08-19, +/games/boxart/full_6313984AmericaFrontccc.jpg,Chess Platinum,PC,Strategy,Unknown,Interplay,,,,,,,, +/games/boxart/full_2628380AmericaFrontccc.jpg,Chessmaster 5000,PC,Strategy,Mindscape,Mindscape,,,,,,,1996-07-31, +/games/boxart/full_5852235AmericaFrontccc.jpg,Chessmaster 5500,PC,Strategy,Mindscape,Mindscape,,,,,,,1997-10-31, +/games/boxart/full_5097032AmericaFrontccc.jpg,Chessmaster 6000,PC,Strategy,Mindscape,Mindscape,,,,,,,1998-09-30, +/games/boxart/full_1281327AmericaFrontccc.jpg,Chessmaster 7000,PC,Strategy,Mindscape,Mindscape,,,,,,,1999-08-31, +/games/boxart/full_4990330AmericaFrontccc.jpg,Chessmaster 8000,PC,Strategy,Mattel Interactive,Mattel Interactive,,,,,,,2000-11-14, +/games/boxart/full_6332418AmericaFrontccc.jpg,Chessmaster 9000,PC,Strategy,Ubisoft,Ubisoft Romania,,,,,,,2002-08-31, +/games/boxart/full_1657118AmericaFrontccc.jpg,Chessmaster Live,XBL,Strategy,Microsoft,Ubisoft Sofia,7.6,,,,,,2008-01-30, +/games/boxart/full_chick-chick-boom_36AmericaFront.jpg,chick chick BOOM,WW,Strategy,Unknown,Extra Toxic,,,,,,,2010-12-27, +/games/boxart/default.jpg,Chocolatier: Decadence by Design,PC,Strategy,PlayFirst,Big Fish Games,,,,,,,2009-01-22, +/games/boxart/full_chou-denki-card-battle-kappa-games_4JapanFront.jpg,Chou-Denki Card Battle: Youfu Makai,WS,Strategy,Koubunsha,Koubunsha,,,,,,,1999-12-16, +/games/boxart/full_9810009JapanFrontccc.jpg,Choujikuu Yousai Macross: Eien no Love Song,PCE,Strategy,NCS,NCS,,,,,,,1992-12-04, +/games/boxart/6330154ccc.jpg,ChuChu Rocket!,DC,Strategy,Sega,Sonic Team,8.5,,,,,,2000-02-29, +/games/boxart/full_chuugen-no-hasha-sangoku-shouseiden_325JapanFront.jpg,Chuugen no Hasha: Sangoku Shouseiden,PSN,Strategy,Namco Bandai,Namco,,,,,,,2011-01-12, +/games/boxart/default.jpg,Cinema Tycoon 2: Movie Mania,PC,Strategy,TikGames,Big Fish Games,,,,,,,2008-09-22, +/games/boxart/full_2880024AmericaFrontccc.jpg,Cinema Tycoon Gold,PC,Strategy,TikGames,Free World Group,,,,,,,2006-01-01, +/games/boxart/full_5219959AmericaFrontccc.jpg,City Rain,XBL,Strategy,Microsoft,ovolo,,,,,,,2009-11-25, +/games/boxart/full_4555063AmericaFrontccc.jpg,Civ II: Fantastic Worlds,PC,Strategy,Microprose,MicroProse,,,,,,,1997-10-31, +/games/boxart/full_4401110AmericaFrontccc.jpg,Civil War: 1864,OSX,Strategy,HexWar Games,HexWar Games,,,,,,,2014-06-25,2018-08-10 +/games/boxart/6747321ccc.jpg,Civilization,NGage,Strategy,Atari,Gryphondale Studios,,,,,,,2006-02-24, +/games/boxart/full_5480048AmericaFrontccc.jpg,Civilization II: Test of Time,PC,Strategy,Hasbro Interactive,MicroProse,,,,,,,1999-07-31, +/games/boxart/full_9158495AmericaFrontccc.jpg,Civilization III: Conquests,PC,Strategy,Atari,BreakAway Games,,,,,,,2003-11-04, +/games/boxart/full_2333437AmericaFrontccc.jpg,Civilization III: Play the World,PC,Strategy,Infogrames,Firaxis Games,,,,,,,2002-10-29, +/games/boxart/full_9691236AmericaFrontccc.jpg,Civilization IV: Warlords,PC,Strategy,2K Games,Firaxis Games,,,,,,,2006-07-24, +/games/boxart/5181017ccc.jpg,Civilization: Call to Power,PC,Strategy,Activision,Activision,,,,,,,1999-04-01, +/games/boxart/full_9776271AmericaFrontccc.jpg,Cleopatra,PC,Strategy,Sierra Entertainment,BreakAway Games,,,,,,,2000-07-11, +/games/boxart/full_6023666AmericaFrontccc.jpg,Close Combat V: Invasion Normandy,PC,Strategy,SSI,Atomic Games,,,,,,,2000-10-05, +/games/boxart/5403041ccc.jpg,Close Combat: Cross of Iron,PC,Strategy,Matrix Games,CSO Simtek,,,,,,,2007-02-12, +/games/boxart/default.jpg,Close Combat: Red Phoenix,PC,Strategy,Gathering of Developers,Atomic Games,,,,,,,2005-01-01, +/games/boxart/full_4218636AmericaFrontccc.jpg,Clue,PC,Strategy,Hasbro Interactive,3T Productions Ltd.,,,,,,,1996-12-31, +/games/boxart/full_5048715AmericaFrontccc.jpg,Clue,SNES,Strategy,Parker Bros.,Sculptured Software,,,,,,,1992-07-01, +/games/boxart/1549326ccc.jpg,Clue,GEN,Strategy,Parker Bros.,Sculptured Software,,,,,,,1992-01-01, +/games/boxart/full_4433932AmericaFrontccc.jpg,Codename: Panzers Commander's Edition,PC,Strategy,CDV Software Entertainment,Stormregion,,,,,,,2007-06-04, +/games/boxart/full_368256AmericaFrontccc.jpg,Codename: Panzers Phase One,PC,Strategy,CDV Software Entertainment,Stormregion,,,,,,,2004-09-30, +/games/boxart/full_788720AmericaFrontccc.jpg,Coffee Tycoon,PC,Strategy,Anarchy Enterprises,Anarchy Enterprises,4,,,,,,2005-04-01, +/games/boxart/full_5476980AmericaFrontccc.jpg,Colony Defense,XBL,Strategy,Microsoft,Mana Bomb Games Studio,,,,,,,2010-03-09, +/games/boxart/full_4466580AmericaFrontccc.jpg,Combat Chess,PC,Strategy,Empire Interactive,Empire Interactive,,,,,,,1997-11-30, +/games/boxart/full_5505104JapanFrontccc.jpg,Combat Choro Q: Advance Daisakusen,GBA,Strategy,Takara,Takara,,,,,,,2002-08-08, +/games/boxart/default.jpg,Combat Mission 3: Afrika Korps,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2003-12-03, +/games/boxart/default.jpg,Combat Mission Anthology,PC,Strategy,Take-Two Interactive,Big Time Software,,,,,,,2006-07-31, +/games/boxart/full_7016839AmericaFrontccc.jpg,Combat Mission: Barbarossa to Berlin,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2002-10-29, +/games/boxart/full_7605953AmericaFrontccc.jpg,Combat Mission: Beyond Overlord,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2000-06-01, +/games/boxart/default.jpg,Combat Mission: Shock Force - British Forces,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2009-07-29, +/games/boxart/default.jpg,Combat Mission: Shock Force - Marines,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2008-09-01, +/games/boxart/full_8293573AmericaFrontccc.png,Comet Crash,PSN,Strategy,Pelfast,Pelfast,8.5,,,,,,2009-04-02, +/games/boxart/4211277ccc.jpg,Command & Conquer Saga,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2008-01-24, +/games/boxart/7191790ccc.jpg,Command & Conquer- The Domination Pack,PC,Strategy,Unknown,Westwood Studios,,,,,,,, +/games/boxart/9528210ccc.jpg,Command & Conquer: Covert Operations,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1996-04-30, +/games/boxart/default.jpg,Command & Conquer: Generals 2,PC,Strategy,Electronic Arts,BioWare Victory,,,,,,,2020-12-31, +/games/boxart/default.jpg,Command & Conquer: Red Alert 3 Uprising,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2008-10-28, +/games/boxart/6279063ccc.jpg,Command & Conquer: Red Alert: The Aftermath,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1997-09-30, +/games/boxart/2095089ccc.jpg,Command & Conquer: Red Strike,PC,Strategy,Electronic Arts,Westwood Studios,,,,,,,2002-03-20, +/games/boxart/full_8573062AmericaFrontccc.jpg,Command & Conquer: Tiberium Alliances,PC,Strategy,Electronic Arts,EA Phenomic,,,,,,,2012-05-24, +/games/boxart/3847307ccc.jpg,Command & Conquer: Yuri's Revenge,PC,Strategy,Electronic Arts,Westwood Studios,,,,,,,2001-10-09, +/games/boxart/8683662ccc.jpg,Command & Conquer,SAT,Strategy,Westwood Studios,Westwood Studios,9.1,,,,,,1996-12-31, +/games/boxart/full_6560658AmericaFrontccc.png,Command & Conquer,PSN,Strategy,Sony Computer Entertainment,Westwood Studios,,,,,,,2009-11-23, +/games/boxart/3503928ccc.jpg,Command & Conquer 3: Tiberium Wars - Kane Edition,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2007-03-26, +/games/boxart/full_1523806AmericaFrontccc.gif,Command & Conquer Gold Edition,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1997-02-28, +/games/boxart/3131838ccc.jpg,Command & Conquer Red Alert 2: Yuri's Revenge,PC,Strategy,Electronic Arts,Westwood Studios,9.2,,,,,,2001-10-10, +/games/boxart/full_command-ampamp-conquer-generals-deluxe-edition_75AmericaFront.jpg,Command & Conquer: Generals - Deluxe Edition,PC,Strategy,Electronic Arts,EA Pacific,,,,,,,2003-10-20, +/games/boxart/full_command-ampamp-conquer-generals-zero-hour_610AmericaFront.jpg,Command & Conquer: Generals - Zero Hour,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2003-09-22, +/games/boxart/full_5882570AmericaFrontccc.png,Command & Conquer: Red Alert,PSN,Strategy,Sony Computer Entertainment,Westwood Studios,,,,,,,2009-11-11, +/games/boxart/full_3242157AmericaFrontccc.png,Command & Conquer: Red Alert Retaliation,PSN,Strategy,Sony Computer Entertainment,Westwood Studios,,,,,,,2009-12-03, +/games/boxart/4965101ccc.jpg,Command & Conquer: Red Alert: Counterstrike,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1997-03-10, +/games/boxart/5073515ccc.jpg,Command & Conquer: Red Alert: Retaliation,PS,Strategy,Westwood Studios,Westwood,,,,,,,1998-08-28, +/games/boxart/4866327ccc.jpg,Command & Conquer: Sole Survivor,PC,Strategy,Westwood Studios,Westwood,,,,,,,1997-11-30, +/games/boxart/full_command-ampamp-conquer-tiberian-sun-firepower_976AmericaFront.jpg,Command & Conquer: Tiberian Sun - Firepower,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,2000-06-22, +/games/boxart/3195697ccc.jpg,Command & Conquer: Tiberian Sun - Firestorm,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,2000-03-08, +/games/boxart/full_3238683AmericaFrontccc.jpg,Commander in Chief,PC,Strategy,IGS,Eversim,,,,,,,2009-01-16, +/games/boxart/full_5603255AmericaFrontccc.jpg,Commander: The Great War,PC,Strategy,Unknown,Unknown,,,,,,,2012-11-12, +/games/boxart/full_5840676AmericaFrontccc.jpg,Commanders: Attack of the Genos,XBL,Strategy,Sierra Entertainment,Sierra Online / Southend Interactive,7,,,,,,2008-02-13, +/games/boxart/4660373ccc.jpg,Commandos: Behind Enemy Lines,PC,Strategy,Eidos Interactive,Pyro Studios,,,,,,,1998-07-31, +/games/boxart/full_5069946AmericaFrontccc.jpg,Commandos: Beyond the Call of Duty,PC,Strategy,Eidos Interactive,Pyro Studios,,,,,,,1999-03-31, +/games/boxart/full_1471149AmericaFrontccc.jpg,Conflict,NES,Strategy,Victory Lap Games,Vic Tokai,,,,,,,1990-03-01, +/games/boxart/full_3664071AmericaFrontccc.jpg,Conflict Zone,PC,Strategy,Ubisoft,MASA Group,,,,,,,2001-11-06, +/games/boxart/full_2499315AmericaFrontccc.jpg,Conflict Zone,DC,Strategy,Ubisoft,MASA Group,5.3,,,,,,2001-12-15, +/games/boxart/full_conqueror-ad-1086_729AmericaFront.jpg,Conqueror A.D. 1086,PC,Strategy,Sierra Online,Software Sorcery,,,,,,,1995-01-01, +/games/boxart/full_7950933AmericaFrontccc.jpg,Conquest of the New World,PC,Strategy,Interplay,"Quicksilver Software, Inc",,,,,,,1996-03-31, +/games/boxart/full_conquest-frontier-wars_515AmericaFront.jpg,Conquest: Frontier Wars,PC,Strategy,Ubisoft,Fever Pitch Studios,,,,,,,2001-08-14, +/games/boxart/full_332159PALFrontccc.jpg,Constructor,PS,Strategy,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1998-01-01, +/games/boxart/full_1272212PALFrontccc.png,Constructor,PSN,Strategy,System 3 Arcade Software,System 3,,,,,,,2010-01-14, +/games/boxart/1522714ccc.jpg,Constructor,PC,Strategy,Acclaim Entertainment,Acclaim,,,,,,,1997-10-01, +/games/boxart/full_6537157JapanFrontccc.jpg,Conveni Wars Barcode Battler Senki: Super Senshi Shutsugeki Seyo!,SNES,Strategy,Epoch,Epoch,,,,,,,1993-05-14, +/games/boxart/full_722745AmericaFrontccc.jpg,Convoy,PC,Strategy,Indietopia Games,Convoy Games,,,,,,,2015-04-21, +/games/boxart/default.jpg,Core Blaster,DSiW,Strategy,Unknown,Ringzero Game Studio,,,,,,,, +/games/boxart/full_core-blaster_86PALFront.png,Core Blaster,PSN,Strategy,Unknown,Ringzero Game Studio,,,,,,,2011-02-15, +/games/boxart/full_cossacks-anthology_0AmericaFront.jpg,Cossacks Anthology,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2003-11-20, +/games/boxart/full_cossacks-ii-gold_5PALFront.jpg,Cossacks II Gold,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2007-04-20, +/games/boxart/default.jpg,Cossacks Triple Pack,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2007-06-01, +/games/boxart/full_cossacks-art-of-war_2AmericaFront.jpg,Cossacks: Art of War,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2002-03-31, +/games/boxart/full_cossacks-gold-edition_9AmericaFront.jpg,Cossacks: Gold Edition!,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2002-09-16, +/games/boxart/full_4185593AmericaFrontccc.jpg,Crate Expectations,XBL,Strategy,Microsoft,super moggy,,,,,,,2009-10-23, +/games/boxart/full_3634722PALFrontccc.jpg,Crazy Labyrinth,DS,Strategy,DTP Entertainment,DTP Young Entertainment,,,,,,,2009-01-01, +/games/boxart/full_3260882AmericaFrontccc.jpg,Crazy Plant Shop,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-04, +/games/boxart/full_2660235AmericaFrontccc.jpg,Cruise Ship Tycoon,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2003-06-27, +/games/boxart/full_crusader-kings_343AmericaFront.jpg,Crusader Kings,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2004-09-28, +/games/boxart/full_crusader-kings-deus-vult_50AmericaFront.jpg,Crusader Kings: Deus Vult,PC,Strategy,GamersGate,Paradox Interactive,,,,,,,2007-10-04, +/games/boxart/full_3290234PALFrontccc.jpg,Crusaders: Thy Kingdom Come,PC,Strategy,Virgin Play,NeoCoreGames,,,,,,,2008-03-27, +/games/boxart/default.jpg,Crystal Caverns of Amon-Ra,DSiW,Strategy,Unknown,SelectSoft Games,,,,,,,, +/games/boxart/full_6505910AmericaFrontccc.png,Crystal Defenders,PSN,Strategy,Square Enix,TOSE Software,7.5,,,,,,2009-08-06, +/games/boxart/full_9175164AmericaFrontccc.jpg,Crystal Defenders,XBL,Strategy,Square Enix,TOSE Software,5.7,,,,,,2009-03-11, +/games/boxart/full_7719444AmericaFrontccc.png,Crystal Defenders (PSP),PSN,Strategy,Square Enix,Square Enix,,,,,,,2009-10-28, +/games/boxart/full_1620814AmericaFrontccc.jpg,Crystal Defenders R1,WW,Strategy,Square Enix,Square Enix,6.4,,,,,,2009-04-20, +/games/boxart/full_2296503AmericaFrontccc.jpg,Crystal Defenders R2,WW,Strategy,Square Enix,Square Enix,5.8,,,,,,2009-05-18, +/games/boxart/full_8263258AmericaFrontccc.jpg,Cuban Missile Crisis: The Aftermath,PC,Strategy,Strategy First,G5 Software,,,,,,,2005-12-22, +/games/boxart/full_8414169AmericaFrontccc.jpg,Cubesis,PC,Strategy,Wonderful Tree Studio,Wonderful Tree Studio,,,,,,,2014-02-20, +/games/boxart/full_1908325JapanFrontccc.jpg,Culdcept,SAT,Strategy,NEC Interchannel,OmiyaSoft,,,,,,,1997-10-30, +/games/boxart/full_6801600JapanFrontccc.jpg,Culdcept Expansion,PS,Strategy,Media Factory,Media Factory,,,,,,,1999-05-01, +/games/boxart/full_2495044JapanFrontccc.jpg,Culdcept Expansion Plus,PS,Strategy,Media Factory,Media Factory,,,,,,,2000-11-30, +/games/boxart/full_4623453JapanFrontccc.jpg,Culdcept II,DC,Strategy,Media Factory,OmiyaSoft,,,,,,,2001-07-12, +/games/boxart/full_212532AmericaFrontccc.jpg,Cultures 2: The Gates of Asgard,PC,Strategy,JoWood Productions,Funatics Development GmbH,,,,,,,2002-08-26, +/games/boxart/full_cutthroats-terror-on-the-high-seas_904AmericaFront.jpg,Cutthroats: Terror on the High Seas,PC,Strategy,Eidos Interactive,Hothouse Creations,,,,,,,1999-08-30, +/games/boxart/full_cyber-empires_565AmericaFront.jpg,Cyber Empires,PC,Strategy,SSI,Silicon Knights,,,,,,,1992-01-01, +/games/boxart/full_8226191AmericaFrontccc.jpg,Dai Senryaku VII: Exceed,PS2,Strategy,Valcon Games,SystemSoft Alpha,,,,,,,2007-12-19, +/games/boxart/full_1322801JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen,NES,Strategy,Banpresto,WinkySoft,,,,,,,1991-12-19, +/games/boxart/full_111334JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen,PS,Strategy,Banpresto,Banpresto,,,,,,,1999-12-02, +/games/boxart/full_dai-2-ji-super-robot-taisen_515JapanFront.jpg,Dai-2-Ji Super Robot Taisen,PSN,Strategy,Namco Bandai,Banpresto,,,,,,,2011-01-26, +/games/boxart/full_dai-2-ji-super-robot-taisen-g_808JapanFront.jpg,Dai-2-Ji Super Robot Taisen G,GB,Strategy,Banpresto,Banpresto,,,,,,,1995-06-30, +/games/boxart/full_dai-3-ji-super-robot-taisen_684JapanFront.jpg,Dai-3-Ji Super Robot Taisen,PS,Strategy,Banpresto,Banpresto,,,,,,,1999-12-22, +/games/boxart/full_8289722JapanFrontccc.jpg,Dai-3-Ji Super Robot Taisen,SNES,Strategy,Banpresto,Banpresto,,,,,,,1993-07-23, +/games/boxart/full_dai-3-ji-super-robot-taisen_834JapanFront.jpg,Dai-3-Ji Super Robot Taisen,PSN,Strategy,Namco Bandai,Banpresto,,,,,,,2011-01-26, +/games/boxart/full_daichikun-crisis-do-natural_6JapanFront.jpg,Daichikun Crisis: Do Natural,PCE,Strategy,Salio,Salio,,,,,,,1989-11-22, +/games/boxart/full_daikaijyuu-monogatari-miracle-of-the-zone_838JapanFront.jpg,Daikaijyuu Monogatari: Miracle of the Zone,GB,Strategy,Hudson Soft,Birthday,,,,,,,1998-03-05, +/games/boxart/full_daikaijyuu-monogatari-miracle-of-the-zone-ii_77JapanFront.jpg,Daikaijyuu Monogatari: Miracle of the Zone II,GB,Strategy,Hudson Soft,Birthday,,,,,,,1999-03-19, +/games/boxart/full_1227220JapanFrontccc.jpg,Daikoukai Jidai IV: Porto Estado,PS,Strategy,KOEI,Koei / Inis,,,,,,,1999-12-02, +/games/boxart/full_4805647JapanFrontccc.jpg,Daikoukai Jidai IV: Rota Nova,PSP,Strategy,KOEI,Koei,,,,,,,2006-03-23, +/games/boxart/full_7272072JapanFrontccc.jpg,Daikoukai Jidai IV: Rota Nova,DS,Strategy,KOEI,Koei,,,,,,,2006-03-02, +/games/boxart/full_dairojo-samurai-defenders_859AmericaFront.jpg,Dairojo! Samurai Defenders,DSiW,Strategy,Abylight,Abylight,,,,,,,2010-12-06, +/games/boxart/full_8960709AmericaFrontccc.jpg,Dairy Queen Tycoon,PC,Strategy,GameMill,Spark Plug Games,,,,,,,2008-12-01, +/games/boxart/full_daisenryaku_199JapanFront.jpg,Daisenryaku,NES,Strategy,Bothtec,System Soft,,,,,,,1988-10-11, +/games/boxart/full_daisenryaku_360JapanFront.jpg,Daisenryaku,GB,Strategy,Hiro,Hiro,,,,,,,1991-06-12, +/games/boxart/full_4053934JapanFrontccc.jpg,Daisenryaku Centurion,PC,Strategy,System Soft,System Soft,,,,,,,2006-06-15, +/games/boxart/full_1517177JapanFrontccc.jpg,Daisenryaku DS,DS,Strategy,Genki,Genki,,,,,,,2006-05-25, +/games/boxart/full_3103373JapanFrontccc.jpg,Daisenryaku for GameBoy Advance,GBA,Strategy,Media Kite,Media Kite,,,,,,,2001-12-07, +/games/boxart/full_daisenryaku-perfect_503JapanFront.jpg,Daisenryaku Perfect,PC,Strategy,System Soft,System Soft,,,,,,,2003-03-20, +/games/boxart/full_daisenryaku-perfect-20_981JapanFront.jpg,Daisenryaku Perfect 2.0,PC,Strategy,System Soft,System Soft,,,,,,,2009-11-20, +/games/boxart/full_daisenryaku-perfect-senjou-no-hasha_4JapanFront.jpg,Daisenryaku Perfect: Senjou no Hasha,PSP,Strategy,System Soft,System Soft,,,,,,,2010-06-24, +/games/boxart/default.jpg,Daisenryaku Perfect: Senjou no Hasha,PS3,Strategy,Unknown,System Soft Alpha,,,,,,,, +/games/boxart/default.jpg,Daisenryaku Perfect: Senjou no Hasha,X360,Strategy,Unknown,System Soft Alpha,,,,,,,, +/games/boxart/full_dark-legions_254PALFront.jpg,Dark Legions,PC,Strategy,SSI,Silicon Knights,,,,,,,1994-01-01, +/games/boxart/full_4288220AmericaFrontccc.jpg,Dark Reign 2,PC,Strategy,Activision,Pandemic Studios,,,,,,,2000-06-30, +/games/boxart/full_872941AmericaFrontccc.jpg,Dark Reign Expansion: Rise of the Shadowhand,PC,Strategy,Activision,Activision,,,,,,,1998-03-31, +/games/boxart/5427441ccc.jpg,Dark Wizard,SCD,Strategy,Sega,H.I.C.,,,,,,,1994-01-01, +/games/boxart/full_darkest-hour-a-hearts-of-iron-game_769AmericaFront.jpg,Darkest Hour: A Hearts of Iron Game,PC,Strategy,Paradox Interactive,Darkest Hour Team,,,,,,,2011-04-05, +/games/boxart/full_darkspace_772AmericaFront.jpg,DarkSpace,PC,Strategy,Got Game Entertainment,Palestar,,,,,,,2001-12-20, +/games/boxart/full_7854218AmericaFrontccc.jpg,Darwinia,PC,Strategy,Cinemaware,Introversion Software,,,,,,,2005-12-14, +/games/boxart/full_297028AmericaFrontccc.jpg,Darwinia+,XBL,Strategy,Introversion,Introversion Software,8,,,,,,2010-02-10, +/games/boxart/full_382461AmericaFrontccc.png,Dawn of Titans,And,Strategy,Zynga,NaturalMotion,,,,,,,2016-01-01, +/games/boxart/full_295723PALFrontccc.jpg,Day of the Pharaoh,PC,Strategy,Rainbow Arts,Chip,,,,,,,1989-01-01, +/games/boxart/full_2025627JapanFrontccc.jpg,Deadline A Go!,XBL,Strategy,Microsoft,Zenryokutei,,,,,,,2009-08-23, +/games/boxart/full_7911877AmericaFrontccc.jpg,Death Tank,XBL,Strategy,Microsoft,Snowblind Studios,6.8,,,,,,2009-02-18, +/games/boxart/default.jpg,Decisive Battles of American Civil War Vol. 1,PC,Strategy,Unknown,SSG,,,,,,,, +/games/boxart/default.jpg,Decisive Battles of American Civil War Vol. 2,PC,Strategy,Unknown,SSG,,,,,,,, +/games/boxart/default.jpg,Decisive Battles of American Civil War Vol. 3,PC,Strategy,Unknown,SSG,,,,,,,, +/games/boxart/default.jpg,Decisive Battles of World War II: Korsun Pocket,PC,Strategy,Unknown,SSG,,,,,,,, +/games/boxart/full_3798993AmericaFrontccc.jpg,Deep Sea Tycoon,PC,Strategy,Anarchy Enterprises,Unique Entertainment,,,,,,,2003-01-01, +/games/boxart/full_6785934AmericaFrontccc.jpg,Deep Sea Tycoon 2,PC,Strategy,GMX Media,Pixel after Pixel,,,,,,,2005-09-23, +/games/boxart/full_8675195AmericaFrontccc.jpg,Deep Sea Tycoon: Diver's Paradise,PC,Strategy,eGames,Pixel after Pixel,6.5,,,,,,2006-06-14, +/games/boxart/full_defend-and-defeat-kingdoms_231AmericaFront.jpg,Defend and Defeat: Kingdoms,PC,Strategy,Unknown,Pigdog Games,,,,,,,2009-08-12, +/games/boxart/4405422ccc.jpg,Defend Your Castle,WW,Strategy,XGenStudios,XGen Studios,6.6,,,,,,2008-05-12, +/games/boxart/full_353814AmericaFrontccc.jpg,Defender of the Crown,NES,Strategy,Ultra Games,Konami,,,,,,,1989-07-01, +/games/boxart/full_6426241AmericaFrontccc.jpg,Defenders of Ardania,XBL,Strategy,Paradox Interactive,Most Wanted Entertainment,,,,,,,, +/games/boxart/default.jpg,Defenders of Ardania,PSN,Strategy,Paradox Interactive,Most Wanted Entertainment,,,,,,,, +/games/boxart/full_9819131AmericaFrontccc.jpg,Defenders of Time,PC,Strategy,Four Lights,Four Lights,,,,,,,2014-11-04,2018-08-10 +/games/boxart/full_253885AmericaFrontccc.jpg,Defenders of Time,OSX,Strategy,Four Lights,Four Lights,,,,,,,2014-11-04,2018-08-10 +/games/boxart/full_7131119AmericaFrontccc.jpg,Defense Grid: The Awakening,XBL,Strategy,Hidden Path Entertainment,Hidden Path Entertainment,8.5,,,,,,2009-09-02, +/games/boxart/full_defense-of-the-middle-kingdom_580AmericaFront.jpg,Defense of the Middle Kingdom,DSiW,Strategy,Aksys Games,Aksys Games,8,,,,,,2011-09-15, +/games/boxart/full_9036223AmericaFrontccc.jpg,Defense Zone,PC,Strategy,Artem Karakozov,Artem Karakozov,,,,,,,2014-07-14, +/games/boxart/full_delve-deeper_700AmericaFront.jpg,Delve Deeper,PC,Strategy,Unknown,Lunar Giant Studios,,,,,,,2010-09-24, +/games/boxart/full_2794201JapanFrontccc.jpg,Der Langrisser,VC,Strategy,Hudson Entertainment,Career Soft,,,,,,,2009-04-14, +/games/boxart/full_1236027JapanFrontccc.jpg,Der Langrisser,SNES,Strategy,NCS,Career Soft,,,,,,,1995-06-30, +/games/boxart/full_9248603JapanFrontccc.jpg,Der Langrisser FX,PCFX,Strategy,NEC Interchannel,Career Soft,,,,,,,1996-04-26, +/games/boxart/full_desert-commander_1AmericaFront.jpg,Desert Commander,NES,Strategy,Kemco,Seika Corporation,,,,,,,1989-06-01, +/games/boxart/default.jpg,Desert Rats vs. Afrika Korps,PC,Strategy,Unknown,Digital Reality,,,,,,,, +/games/boxart/5296925ccc.jpg,Desert Rats vs. Afrika Korps,PC,Strategy,Encore,Digital Reality,,,,,,,2004-03-31, +/games/boxart/default.jpg,DETOUR,XBL,Strategy,Unknown,Sandswept Studios,,,,,,,, +/games/boxart/default.jpg,Diamond Trust of London,DS,Strategy,Majesco,Jason Rohrer,,,,,,,2010-06-01, +/games/boxart/full_9284701JapanFrontccc.jpg,Digimon Card Game Ver. WonderSwan Color,WS,Strategy,Bandai,Bandai,,,,,,,2002-03-16, +/games/boxart/full_2110363JapanFrontccc.jpg,Digimon World: Digital Card Arena,PS,Strategy,Bandai,Bandai,,,,,,,2000-12-21, +/games/boxart/full_digital-monster-ver-wonderswan_9JapanFront.jpg,Digital Monster Ver. WonderSwan,WS,Strategy,Bandai,Bandai,,,,,,,1999-03-25, +/games/boxart/full_digital-partner_2JapanFront.jpg,Digital Partner,WS,Strategy,Bandai,Bandai,,,,,,,2000-05-25, +/games/boxart/full_7804056JapanFrontccc.jpg,Dino Breeder,GB,Strategy,J-Wing,J-Wing,,,,,,,1997-08-22, +/games/boxart/full_5845689JapanFrontccc.jpg,Dino Breeder 2,GB,Strategy,J-Wing,J-Wing,,,,,,,1998-06-05, +/games/boxart/full_5988191JapanFrontccc.jpg,Dino Breeder 3,GB,Strategy,J-Wing,Digital Kids,,,,,,,1999-04-28, +/games/boxart/full_4748242JapanFrontccc.jpg,Dino Breeder 4,GB,Strategy,J-Wing,Digital Kids,,,,,,,2000-04-28, +/games/boxart/5162391ccc.jpg,DinoPark Tycoon,3DO,Strategy,MECC,Manley and Associates Inc.,,,,,,,1994-01-01, +/games/boxart/full_3264817AmericaFrontccc.jpg,DinoPark Tycoon,PC,Strategy,MECC,Manley and Associates Inc.,,,,,,,1993-01-01, +/games/boxart/full_588265AmericaFrontccc.jpg,Direct Hit: Missile War,PC,Strategy,Polynetix Studio,Polynetix Studio,,,,,,,2011-03-01, +/games/boxart/default.jpg,Disciples II DS,DS,Strategy,Unknown,Strategy First,,,,,,,, +/games/boxart/4285752ccc.gif,Disciples II: Dark Prophecy,PC,Strategy,Unknown,Strategy First,,,,,,,, +/games/boxart/2976418ccc.jpg,Disciples II: Gallean's Return,PC,Strategy,Strategy First,Strategy First,,,,,,,2005-05-27, +/games/boxart/3621557ccc.jpg,Disciples II: Gold Edition,PC,Strategy,Strategy First,Strategy First,,,,,,,2005-02-03, +/games/boxart/5994918ccc.jpg,Disciples II: Guardians of the Light,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-06-14, +/games/boxart/full_708604AmericaFrontccc.jpg,Disciples II: Rise of the Elves,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-11-25, +/games/boxart/975576ccc.jpg,Disciples II: Servants of the Dark,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-06-30, +/games/boxart/default.jpg,Disciples III Gold,PC,Strategy,Strategy First,Akella,,,,,,,2010-07-13, +/games/boxart/3173709ccc.jpg,Disciples: Sacred Lands,PC,Strategy,Strategy First,Strategy First,,,,,,,1999-10-04, +/games/boxart/full_disciples-sacred-lands-gold-edition_341AmericaFront.jpg,Disciples: Sacred Lands - Gold Edition,PC,Strategy,Strategy First,Strategy First,,,,,,,2001-02-25, +/games/boxart/full_3436985AmericaFrontccc.jpg,Dock'em,XBL,Strategy,Microsoft,QuantumSquid,,,,,,,2009-05-17, +/games/boxart/full_1895274AmericaFrontccc.jpg,Dogs of War,PC,Strategy,TalonSoft,Silicon Dreams,,,,,,,2000-07-30, +/games/boxart/full_3674196JapanFrontccc.jpg,Doguu Senki: Haou,DC,Strategy,Victor Interactive,Victor Interactive Software,,,,,,,2000-08-10, +/games/boxart/full_6662008JapanFrontccc.jpg,Doki Doki On Air,PS,Strategy,Bottom Up,Bottom Up,,,,,,,1998-06-11, +/games/boxart/full_6413786JapanFrontccc.jpg,Doki Doki On Air 2,PS,Strategy,Bottom Up,Bottom Up,,,,,,,1999-03-11, +/games/boxart/full_9969371JapanFrontccc.jpg,Doki Doki Pretty League,PS,Strategy,Xing Entertainment,Xing Entertainment,,,,,,,1997-03-28, +/games/boxart/full_1211155JapanFrontccc.jpg,Doki Doki Pretty League: Nekketsu Otome Seishunki,PS,Strategy,Xing Entertainment,Xing Entertainment,,,,,,,1998-09-23, +/games/boxart/3975346ccc.jpg,Domination,PC,Strategy,DreamCatcher Interactive,Wargaming.net,,,,,,,2005-03-03, +/games/boxart/full_9863112AmericaFrontccc.jpg,Don't Feed The Animals,DSiW,Strategy,Electron Jump Games,Electron Jump Games,,,,,,,2010-04-26, +/games/boxart/full_dont-shoot-the-puppy_234AmericaFront.jpg,Don't Shoot the Puppy,PC,Strategy,Unknown,RRRR,,,,,,,2006-01-01, +/games/boxart/full_4805602AmericaFrontccc.jpg,Donald Trump's Real Estate Tycoon,PC,Strategy,Activision,Red Cap Entertainment,,,,,,,2002-11-02, +/games/boxart/full_8022526AmericaFrontccc.jpg,Door Kickers,OSX,Strategy,KillHouse Games,KillHouse Games,,,,,,,2014-10-20,2018-11-23 +/games/boxart/full_5885654AmericaFrontccc.jpg,Door Kickers,Linux,Strategy,KillHouse Games,KillHouse Games,,,,,,,2014-10-20,2018-11-23 +/games/boxart/full_dot-defense_1JapanFront.jpg,Dot Defense,PSN,Strategy,Nippon Ichi Software,System Prisma,,,,,,,2010-09-22, +/games/boxart/full_4702737AmericaFrontccc.jpg,Dota 2,PC,Strategy,Valve Corporation,Valve,,,,,,,2013-07-09, +/games/boxart/full_5297832AmericaFrontccc.jpg,Dota 2,OSX,Strategy,Valve Corporation,Valve,,,,,,,2013-07-18,2018-11-23 +/games/boxart/full_7872151AmericaFrontccc.jpg,Dota 2,Linux,Strategy,Valve Corporation,Valve,,,,,,,2013-07-18,2018-11-23 +/games/boxart/full_5769086AmericaFrontccc.jpg,Draconian Wars,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-28, +/games/boxart/full_7871659AmericaFrontccc.jpg,Dragon Quest Wars,DSiW,Strategy,Square Enix,Intelligent Systems,8.5,,,,,,2009-09-28, +/games/boxart/full_5858883AmericaFrontccc.jpg,Dragon Throne: Battle of Red Cliffs,PC,Strategy,Strategy First,Object Software,,,,,,,2002-03-26, +/games/boxart/full_5631511JapanFrontccc.jpg,Dragon Tycoon Edge,3DO,Strategy,Sara International,Sara International,,,,,,,1995-02-24, +/games/boxart/full_3483071JapanFrontccc.jpg,Dragon's Earth,SNES,Strategy,Human Entertainment,Human Entertainment,,,,,,,1993-01-22, +/games/boxart/4602170ccc.jpg,Dragonshard,PC,Strategy,Atari,Liquid Entertainment,,,,,,,2005-10-02, +/games/boxart/default.jpg,Dragoon: The Battles of Frederick the Great,PC,Strategy,Art of War,Boku Strategy Games,,,,,,,1998-03-31, +/games/boxart/full_5577162AmericaFrontccc.jpg,Dragoon: The Prussian War Machine,PC,Strategy,Shrapnel Games,Boku Strategy Games,,,,,,,2004-10-29, +/games/boxart/full_dreamlords_981AmericaFront.jpg,Dreamlords,PC,Strategy,Unknown,Lockpick Entertainment,,,,,,,2007-02-15, +/games/boxart/full_dreamlords-the-reawakening_639PALFront.jpg,Dreamlords - The Reawakening,PC,Strategy,Unknown,Lockpick Entertainment,,,,,,,2008-06-18, +/games/boxart/full_dreamlords-resurrection_164AmericaFront.jpg,Dreamlords: Resurrection,PC,Strategy,Paradox Interactive,Lockpick Entertainment,,,,,,,2011-03-10, +/games/boxart/full_4069758JapanFrontccc.jpg,Duel Masters Nettou! Battle Arena,GC,Strategy,Takara,Takara,,,,,,,2003-12-18, +/games/boxart/2732422ccc.jpg,Dune,SCD,Strategy,Virgin Interactive,Cryo Interactive,,,,,,,1993-01-01, +/games/boxart/full_484218AmericaFrontccc.jpg,Dune,PC,Strategy,Virgin Interactive,Cryo Interactive,,,,,,,1992-01-01, +/games/boxart/1846700ccc.jpg,Dune 2000,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1998-08-31, +/games/boxart/8277881ccc.jpg,Dune II: Battle for Arrakis,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1993-01-01, +/games/boxart/8667956ccc.jpg,Dune: The Battle for Arrakis,GEN,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1993-08-16, +/games/boxart/full_4090927JapanFrontccc.jpg,Dungeon Creator,PS,Strategy,Electronic Arts Victor,Electronic Arts,,,,,,,1996-05-31, +/games/boxart/full_367859AmericaFrontccc.jpg,Dungeon Keeper / Dungeon Keeper 2,PC,Strategy,Unknown,Electronic Arts,,,,,,,, +/games/boxart/full_487885AmericaFrontccc.jpg,Dungeon Keeper Gold,PC,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1998-12-31, +/games/boxart/2950116ccc.jpg,Dungeon Keeper: The Deeper Dungeons,PC,Strategy,Electronic Arts,Take-Two Interactive,5.9,,,,,,1997-11-30, +/games/boxart/full_dungeons-amp-dragons-stronghold_838AmericaFront.jpg,Dungeons & Dragons: Stronghold,PC,Strategy,SSI,Stormfront Studios,,,,,,,1993-01-01, +/games/boxart/default.jpg,Dungeons: Into the Dark,PC,Strategy,Kalypso,Realmforge Studios,,,,,,,2011-03-08, +/games/boxart/default.jpg,Dungeons: Map Pack DLC,PC,Strategy,Kalypso,Realmforge Studios,,,,,,,2011-07-01, +/games/boxart/full_8237381AmericaFrontccc.jpg,Dwarf Fortress,PC,Strategy,Kitfox Games,Bay 12 Games,,,,,,,2020-12-08, +/games/boxart/full_dyna-brothers_446JapanFront.jpg,Dyna Brothers,VC,Strategy,Sega,CRI,,,,,,,2007-03-27, +/games/boxart/full_dyna-brothers_886JapanFront.jpg,Dyna Brothers,GEN,Strategy,CRI,CRI,,,,,,,1992-07-24, +/games/boxart/full_7683024JapanFrontccc.jpg,Dyna Brothers 2,GEN,Strategy,CRI,CRI,,,,,,,1993-12-03, +/games/boxart/full_dyna-brothers-2-special_714JapanFront.jpg,Dyna Brothers 2 Special,VC,Strategy,Sega,CRI,,,,,,,2007-10-23, +/games/boxart/6261777ccc.jpg,EA Strategy Collection,PC,Strategy,Electronic Arts,Electronic Arts,,,,,,,2006-10-27, +/games/boxart/full_4787394AmericaFrontccc.jpg,Earth 2140,PC,Strategy,Interplay,TopWare Interactive Poland,,,,,,,1997-01-01, +/games/boxart/full_earth-2140-trilogy_284AmericaFront.jpg,Earth 2140 Trilogy,PC,Strategy,TopWare,Reality Pump Studios,,,,,,,1997-10-15, +/games/boxart/full_8633195AmericaFrontccc.jpg,Earth 2150,PC,Strategy,SSI,TopWare Interactive,,,,,,,2000-06-12, +/games/boxart/full_5733784AmericaFrontccc.jpg,Earth 2150: Lost Souls,PC,Strategy,Strategy First,Zuxxez,,,,,,,2002-09-09, +/games/boxart/full_8978824AmericaFrontccc.jpg,Earth 2150: The Moon Project,PC,Strategy,"Strategic Simulations, Inc",TopWare,,,,,,,2001-03-11, +/games/boxart/full_6959355JapanFrontccc.jpg,Earth Light,SNES,Strategy,Hudson Soft,Hudson Soft,,,,,,,1992-07-24, +/games/boxart/full_8388465JapanFrontccc.jpg,Earth Light: Luna Strike,SNES,Strategy,Hudson Soft,Hudson Soft,,,,,,,1996-07-26, +/games/boxart/full_679321AmericaFrontccc.jpg,East India Company: Battle of Trafalgar,PC,Strategy,Paradox Interactive,Nitro Games,,,,,,,2009-12-08, +/games/boxart/default.jpg,East India Company: Privateer,PC,Strategy,Paradox Interactive,Nitro Games,,,,,,,2009-10-27, +/games/boxart/full_7262438JapanFrontccc.jpg,Eberouge,SAT,Strategy,Takara,Fujitsu,,,,,,,1997-05-30, +/games/boxart/full_6450652JapanFrontccc.jpg,Eberouge,PS,Strategy,Takara,Fujitsu,,,,,,,1997-05-30, +/games/boxart/full_7487539JapanFrontccc.jpg,Eberouge 2,PS,Strategy,Takara,Fujitsu,,,,,,,1999-02-25, +/games/boxart/full_9067520JapanFrontccc.jpg,Eberouge Special: Koi to Mahou no Gakuen Seikatsu,SAT,Strategy,Takara,Fujitsu,,,,,,,1998-06-11, +/games/boxart/full_6610006JapanFrontccc.jpg,Eberouge Special: Koi to Mahou no Gakuen Seikatsu,PS,Strategy,Takara,Fujitsu,,,,,,,1998-06-11, +/games/boxart/full_5991948AmericaFrontccc.jpg,Eco Tycoon: Project Green,PC,Strategy,THQ,ValuSoft,,,,,,,2009-02-01, +/games/boxart/full_9223619JapanFrontccc.jpg,Efficus,PS,Strategy,Genki,Genki,,,,,,,1998-10-01, +/games/boxart/full_3353582PALFrontccc.jpg,Efteling Tycoon,PC,Strategy,Atari,Atari,,,,,,,2007-10-12, +/games/boxart/full_2879064JapanFrontccc.jpg,Egg,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1998-12-19, +/games/boxart/full_1588895AmericaFrontccc.png,Einherjar: The Viking's Blood,PC,Strategy,CIRCLE Entertainment,KBMJ,,,,,,,2012-02-06,2018-07-20 +/games/boxart/full_5825440AmericaFrontccc.jpg,Electron Defense,XBL,Strategy,Microsoft,Tafter,,,,,,,2009-09-10, +/games/boxart/full_9945828AmericaFrontccc.jpg,Elemental Masters,DSiW,Strategy,lbxgames,lbxgames,,,,,,,2010-03-08, +/games/boxart/full_2003891JapanFrontccc.jpg,Elemental Monster,DS,Strategy,Hudson Soft,Hudson Soft,,,,,,,2007-09-20, +/games/boxart/full_7150547PALFrontccc.jpg,Elemental Monster TD Portable,PSN,Strategy,Hudson Soft,Hudson Soft,,,,,,,2009-12-03, +/games/boxart/full_elemental-monster-online-card-game_186AmericaFront.jpg,Elemental Monster: Online Card Game,PSN,Strategy,Hudson Soft,Hudson Soft,,,,,,,2011-09-13, +/games/boxart/full_7920188AmericaFrontccc.jpg,Elements of Destruction,XBL,Strategy,THQ,Frozen Codebase,,,,,,,2008-06-18, +/games/boxart/full_6101763AmericaFrontccc.jpg,Elements of Destruction,PC,Strategy,THQ,Frozen Codebase,,,,,,,2008-07-01, +/games/boxart/7217386ccc.jpg,Elisabeth I.,PC,Strategy,Ascaron Entertainment,Ascon,,,,,,,1996-06-01, +/games/boxart/full_elite-forces-unit-77_397PALFront.jpg,Elite Forces: Unit 77,DSiW,Strategy,Gammick Entertainment,Gammick Entertainment,,,,,,,, +/games/boxart/full_elven-legacy-magic_5AmericaFront.jpg,Elven Legacy: Magic,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2009-12-01, +/games/boxart/full_elven-legacy-ranger_9AmericaFront.jpg,Elven Legacy: Ranger,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2009-10-20, +/games/boxart/full_elven-legacy-siege_8AmericaFront.jpg,Elven Legacy: Siege,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2009-11-17, +/games/boxart/full_5704961AmericaFrontccc.jpg,Emergency Room 2,PC,Strategy,Legacy Interactive,Legacy Interactive,,,,,,,1999-01-31, +/games/boxart/full_9807196AmericaFrontccc.jpg,Emergency Room: Disaster Strikes,PC,Strategy,Legacy Interactive,Legacy Interactive,,,,,,,1999-11-18, +/games/boxart/full_emperor-battle-for-dune_275AmericaFront.jpg,Emperor: Battle for Dune,PC,Strategy,Electronic Arts,Westwood Studios,,,,,,,2001-06-12, +/games/boxart/default.jpg,Empire Deluxe,DS,Strategy,Unknown,White Wolf Productions,,,,,,,, +/games/boxart/full_1834913AmericaFrontccc.jpg,Empire Earth II: The Art of Supremacy,PC,Strategy,VU Games,Mad Doc Software,5.7,,,,,,2006-02-14, +/games/boxart/full_6469939AmericaFrontccc.jpg,Empire Earth: Gold Edition,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,2003-03-06, +/games/boxart/845224ccc.jpg,Empire Earth: The Art of Conquest,PC,Strategy,Sierra Entertainment,Mad Doc Software,7.3,,,,,,2002-09-17, +/games/boxart/full_empire-of-magic_396AmericaFront.jpg,Empire of Magic,PC,Strategy,Summitsoft Entertainment,Mayhem Studios,,,,,,,2003-04-30, +/games/boxart/full_7979750JapanFrontccc.jpg,Energy Breaker,SNES,Strategy,Taito,Neverland Company,,,,,,,1996-07-26, +/games/boxart/full_etherlords_95AmericaFront.jpg,Etherlords,PC,Strategy,Fishtank Interactive,Nival Interactive,,,,,,,2001-11-12, +/games/boxart/full_etherlords-ii_407AmericaFront.jpg,Etherlords II,PC,Strategy,Strategy First,Nival Interactive,,,,,,,2003-09-30, +/games/boxart/full_eufloria_330AmericaFront.jpg,Eufloria,PSN,Strategy,Unknown,Rudolf Kremers & Alex May,7,,,,,,, +/games/boxart/full_1283388AmericaFrontccc.jpg,Eufloria,PC,Strategy,Rudolf Kremers,Rudolf Kremers & Alex May,,,,,,,2008-11-04, +/games/boxart/full_europa-universalis_628AmericaFront.jpg,Europa Universalis,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2001-02-02, +/games/boxart/full_europa-universalis-collection_611PALFront.jpg,Europa Universalis Collection,PC,Strategy,Ascaron Entertainment,Paradox Interactive,,,,,,,2009-03-13, +/games/boxart/3213931ccc.jpg,Europa Universalis II,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2001-11-12, +/games/boxart/full_europa-universalis-iii-chronicles_604AmericaFront.jpg,Europa Universalis III: Chronicles,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-03-22, +/games/boxart/full_europa-universalis-iii-divine-wind_872AmericaFront.jpg,Europa Universalis III: Divine Wind,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2010-12-14, +/games/boxart/full_europa-universalis-iii-heir-to-the-throne_407AmericaFront.jpg,Europa Universalis III: Heir to the Throne,PC,Strategy,Paradox Interactive,Paradox Interactive,8.5,,,,,,2009-12-15, +/games/boxart/full_9703897AmericaFrontccc.jpg,Europa Universalis III: In Nomine,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2008-05-28, +/games/boxart/full_europa-universalis-iii-napoleons-ambition_972AmericaFront.jpg,Europa Universalis III: Napoleon's Ambition,PC,Strategy,GamersGate,Paradox Interactive,,,,,,,2007-08-22, +/games/boxart/full_europa-universalis-crown-of-the-north_415AmericaFront.jpg,Europa Universalis: Crown of the North,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2003-07-23, +/games/boxart/full_europa-universalis-rome-vae-victis_816AmericaFront.jpg,Europa Universalis: Rome - Vae Victis,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2008-11-19, +/games/boxart/full_5427783AmericaFrontccc.png,European Conqueror 3D,3DS,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2014-06-19, +/games/boxart/full_8480566AmericaFrontccc.png,Evil Defenders,And,Strategy,CP Decision Limited,CP Decision Limited,,,,,,,2014-06-25, +/games/boxart/default.jpg,Factorio,Linux,Strategy,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/default.jpg,Factorio,OSX,Strategy,Unknown,Unknown,,,,,,,2016-01-01, +/games/boxart/full_441576AmericaFrontccc.jpg,Fairy Godmother Tycoon,PC,Strategy,Electronic Arts,Oberon Media,,,,,,,2007-04-30, +/games/boxart/full_famicom-mini-dai-2-ji-super-robot-taisen_361JapanFront.jpg,Famicom Mini: Dai-2-Ji Super Robot Taisen,GBA,Strategy,Banpresto,WinkySoft,,,,,,,2004-12-16, +/games/boxart/full_1413947JapanFrontccc.jpg,Famicom Wars,NES,Strategy,Nintendo,Intelligent Systems,,,,,,,1988-08-12, +/games/boxart/full_8909798JapanFrontccc.jpg,Famicom Wars,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-05-19, +/games/boxart/full_2532915PALFrontccc.jpg,Family Park Tycoon,DS,Strategy,Astragon,Visual Imagination Software,,,,,,,2008-11-17, +/games/boxart/full_far-gate_318AmericaFront.jpg,Far Gate,PC,Strategy,Microids,Super X Studios,,,,,,,2001-09-10, +/games/boxart/full_6616213AmericaFrontccc.jpg,Far West,PC,Strategy,Encore,Kritzelkratz,,,,,,,2003-01-01, +/games/boxart/full_3621124PALFrontccc.jpg,Farm for your Life,OSX,Strategy,Hammer Labs,Hammer Labs,,,,,,,2013-06-05,2018-08-07 +/games/boxart/full_8779972PALFrontccc.jpg,Farm for your Life,Linux,Strategy,Hammer Labs,Hammer Labs,,,,,,,2013-06-05,2018-08-07 +/games/boxart/full_7682694PALFrontccc.jpg,Farm for your Life,PC,Strategy,Hammer Labs,Hammer Labs,,,,,,,2013-06-05,2018-08-07 +/games/boxart/full_4612211AmericaFrontccc.jpg,Farm Frenzy 2,PC,Strategy,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 +/games/boxart/full_6164489AmericaFrontccc.jpg,Farm Frenzy 3: American Pie,PC,Strategy,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 +/games/boxart/full_5208791AmericaFrontccc.jpg,Farm Frenzy: Pizza Party,PC,Strategy,Unknown,Melesta,,,,,,,2009-02-19, +/games/boxart/full_fate-of-the-world_756AmericaFront.jpg,Fate of the World,PC,Strategy,Unknown,Red Redemption,8,,,,,,2011-02-28, +/games/boxart/full_2722689JapanFrontccc.jpg,FEDA 2: White Surge the Platoon,PS,Strategy,Yanoman,Max Entertainment,,,,,,,1997-04-18, +/games/boxart/full_2571639JapanFrontccc.jpg,FEDA Remake! The Emblem of Justice,SAT,Strategy,Yanoman,Max Entertainment,,,,,,,1996-05-24, +/games/boxart/full_613934JapanFrontccc.jpg,FEDA: The Emblem of Justice,SNES,Strategy,Yanoman,Max Entertainment,,,,,,,1994-10-28, +/games/boxart/full_7598655AmericaFrontccc.jpg,Field Commander,PSN,Strategy,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-09-10, +/games/boxart/full_188356AmericaFrontccc.jpg,Fieldrunners,DSiW,Strategy,Subatomic Studios,Subatomic Studios,,,,,,,2010-02-08, +/games/boxart/full_2464219AmericaFrontccc.png,Fieldrunners,PSN,Strategy,Sony Computer Entertainment,Subatomic Studios,,,,,,,2009-10-01, +/games/boxart/full_9830783AmericaFrontccc.png,Fight of the Castle,And,Strategy,Unknown,Unknown,,,,,,,2014-03-19, +/games/boxart/full_1131811AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: My Life as a Darklord,WW,Strategy,Square Enix,Square Enix,7.7,,,,,,2009-07-20, +/games/boxart/9618163ccc.jpg,Final Fantasy Crystal Chronicles: My Life as a King,WW,Strategy,Square Enix,Square Enix,7.7,,,,,,2008-05-12, +/games/boxart/full_8530451JapanFrontccc.jpg,Fire Emblem Gaiden,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-11-04, +/games/boxart/full_3995635JapanFrontccc.jpg,Fire Emblem: Ankoku Ryu to Hikari no Tsurugi,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-10-20, +/games/boxart/full_9550784JapanFrontccc.jpg,Fire Emblem: Monshou no Nazo,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2006-12-26, +/games/boxart/full_2778502JapanFrontccc.jpg,Fire Emblem: Seisen no Keifu,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2007-01-30, +/games/boxart/full_2736123JapanFrontccc.jpg,Fire Emblem: Thracia 776,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2008-07-15, +/games/boxart/3918243ccc.jpg,First Battalion,PC,Strategy,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2006-08-21, +/games/boxart/full_2970425AmericaFrontccc.jpg,Fish Tycoon 1.0,PC,Strategy,Big Fish Games,LDW,6,,,,,,2005-11-16, +/games/boxart/full_fleet-commander-vs_594JapanFront.jpg,Fleet Commander Vs.,GB,Strategy,ASCII Entertainment,ASCII Entertainment,,,,,,,1991-08-02, +/games/boxart/full_flotilla_866AmericaFront.jpg,Flotilla,PC,Strategy,Unknown,Blendo Studios,7,,,,,,2010-02-26, +/games/boxart/full_2619534AmericaFrontccc.jpg,For Liberty!,PC,Strategy,Battlefront.com,Hussar Games,,,,,,,2006-07-04, +/games/boxart/default.jpg,For The Glory,PC,Strategy,Paradox Interactive,Crystal Empire Games,,,,,,,2009-11-10, +/games/boxart/full_force-21_878AmericaFront.jpg,Force 21,GB,Strategy,Red Storm Entertainment,The Code Monkeys,,,,,,,2000-12-01, +/games/boxart/full_force-21_96AmericaFront.jpg,Force 21,PC,Strategy,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1999-08-01, +/games/boxart/full_7625968AmericaFrontccc.png,Forge of Empires,PC,Strategy,InnoGames,InnoGames,,,,,,,2012-04-17, +/games/boxart/full_fort-commander-ii-counterattack_569PALFront.jpg,Fort Commander II: Counterattack,PSN,Strategy,Unknown,Immersive Games,,,,,,,2010-11-09, +/games/boxart/full_fort-commander-kings-gambit_0PALFront.jpg,Fort Commander: King's Gambit,PSN,Strategy,Unknown,Immersive Games,,,,,,,2010-10-05, +/games/boxart/full_5159381AmericaFrontccc.png,Fortix,PSN,Strategy,Complete-IT,Nemesys Studio,6,,,,,,2009-11-23, +/games/boxart/full_fortix_517AmericaFront.jpg,Fortix,PC,Strategy,Nemesys,Nemesys Studio,7.4,,,,,,2009-10-01, +/games/boxart/default.jpg,Fortix 2,PSN,Strategy,Unknown,Nemesys Studio,,,,,,,, +/games/boxart/full_fortix-2_182AmericaFront.jpg,Fortix 2,PC,Strategy,Nemesys,Nemesys Studio,7.5,,,,,,2011-05-06, +/games/boxart/full_3565874AmericaFrontccc.jpg,Fragile Allegiance,PC,Strategy,Interplay,Gremlin Interactive,,,,,,,1997-03-31, +/games/boxart/default.jpg,Fray,PC,Strategy,Unknown,Brain Candy,,,,,,,, +/games/boxart/default.jpg,Frayed Knights: The Skull of S'makh-Daon,PC,Strategy,Unknown,Rampant Games,,,,,,,, +/games/boxart/full_631935PALFrontccc.jpg,Freight Tycoon Inc.,PC,Strategy,1C Company,Nikita,,,,,,,2007-01-01, +/games/boxart/full_3185386AmericaFrontccc.jpg,Fritz 8 Deluxe,PC,Strategy,Viva Media,ChessBase,,,,,,,2004-12-01, +/games/boxart/full_589619AmericaFrontccc.jpg,Fritz 9: Play Chess,PC,Strategy,Viva Media,ChessBase,,,,,,,2005-12-15, +/games/boxart/full_3451491AmericaFrontccc.jpg,Fritz Chess 14,PC,Strategy,Viva Media,ChessBase,,,,,,,2014-06-04, +/games/boxart/full_5214032JapanFrontccc.jpg,Front Mission,WS,Strategy,Square,G-Craft,,,,,,,2002-07-12, +/games/boxart/full_578692JapanFrontccc.jpg,Front Mission 1st,PS,Strategy,Square Enix,Square Enix,,,,,,,2003-10-23, +/games/boxart/full_front-mission-1st_5JapanFront.jpg,Front Mission 1st,PSN,Strategy,Square Enix,Square Enix,,,,,,,2008-11-12, +/games/boxart/full_front-mission-2nd_2JapanFront.jpg,Front Mission 2,PSN,Strategy,Square Enix,SquareSoft,,,,,,,2008-12-24, +/games/boxart/full_front-mission-3_554AmericaFront.jpg,Front Mission 3,PSN,Strategy,Square Enix,SquareSoft,,,,,,,2010-12-21, +/games/boxart/full_front-mission-alternative_7JapanFront.jpg,Front Mission Alternative,PSN,Strategy,Square Enix,Square Enix,,,,,,,2008-10-29, +/games/boxart/full_front-mission-history_5JapanFront.jpg,Front Mission History,PS,Strategy,Square Enix,Square Enix,,,,,,,2003-12-11, +/games/boxart/full_5592047JapanFrontccc.jpg,Front Mission Online,PC,Strategy,Square Enix,Square Enix,,,,,,,2005-12-08, +/games/boxart/full_5548523JapanFrontccc.jpg,Front Mission Online,PS2,Strategy,Square Enix,Square Enix,,,,,,,2005-05-12, +/games/boxart/default.jpg,Frozen Hearth,PC,Strategy,Unknown,Epiphany Games,,,,,,,, +/games/boxart/full_frozen-synapse_239PALFront.jpg,Frozen Synapse,PC,Strategy,Matrix Games,Mode 7 Games,8.6,,,,,,2011-05-26, +/games/boxart/default.jpg,Full Spectrum Warrior,PSN,Strategy,THQ,Pandemic Studios,7.5,,,,,,2011-11-08, +/games/boxart/8057819ccc.jpg,Full Spectrum Warrior: Ten Hammers,PC,Strategy,THQ,Pandemic Studios,6.3,,,,,,2006-04-04, +/games/boxart/full_2429720PALFrontccc.jpg,Furry Tales,PS2,Strategy,Phoenix Games,Mad Monkey,,,,,,,2004-10-22, +/games/boxart/full_9870096JapanFrontccc.jpg,Fushigi no Umi Nadia: The Secret of Blue Water,NES,Strategy,TOHO,"Toho Co., Ltd",,,,,,,1991-03-15, +/games/boxart/full_future-fight_9PALFront.png,Future Fight,PSN,Strategy,Unknown,Bloober Team,,,,,,,2010-09-29, +/games/boxart/default.jpg,Future Tactics,GIZ,Strategy,Unknown,Gizmondo Studios,,,,,,,, +/games/boxart/full_8686889PALFrontccc.jpg,Future Tactics: The Uprising,PC,Strategy,JoWood Productions,Zed Two Limited,,,,,,,2004-10-22, +/games/boxart/full_future-wars_9AmericaFront.jpg,Future Wars,PC,Strategy,Interplay,Delphine Software International,,,,,,,1990-01-01, +/games/boxart/full_6093692JapanFrontccc.jpg,Fuuun! Dairoujou,DS,Strategy,Kawamoto Industrial,"Kawamoto Industrial Co., Ltd",,,,,,,2009-04-23, +/games/boxart/full_4971350JapanFrontccc.jpg,Gaia Breeder,SAT,Strategy,Aspect,Aspect,,,,,,,1997-11-27, +/games/boxart/full_5948305JapanFrontccc.jpg,Gaia Master Kessen! Seikiou Densetsu,DC,Strategy,Capcom,Capcom,,,,,,,2001-06-28, +/games/boxart/full_4184527JapanFrontccc.jpg,Gaia no Monshou,PCE,Strategy,NCS,NCS,,,,,,,1988-09-23, +/games/boxart/full_gaiflame_3JapanFront.jpg,Gaiflame,PCE,Strategy,NCS,NCS,,,,,,,1990-01-26, +/games/boxart/full_gaiflame_9JapanFront.jpg,Gaiflame,VC,Strategy,Hudson Soft,NCS,,,,,,,2007-09-11, +/games/boxart/full_8099885JapanFrontccc.jpg,Gaika no Gouhou: Air Land Force,PS2,Strategy,KOEI,Koei,,,,,,,2003-08-28, +/games/boxart/full_7445386JapanFrontccc.jpg,Gakuen Senki Muryou,GBA,Strategy,MTO,MTO,,,,,,,2003-12-05, +/games/boxart/3514181ccc.jpg,Galactic Assault: Prisoner of Power,PC,Strategy,Paradox Interactive,Wargaming.net,,,,,,,2007-09-12, +/games/boxart/380465ccc.jpg,Galactic Civilizations II: Dark Avatar,PC,Strategy,Stardock,Stardock,,,,,,,2007-02-14, +/games/boxart/full_2882356PALFrontccc.jpg,Galactic Civilizations II: Endless Universe,PC,Strategy,Unknown,Stardock,,,,,,,, +/games/boxart/default.jpg,Galactic Civilizations II: Twilight of the Arnor,PC,Strategy,Stardock,Stardock,9.4,,,,,,2008-04-30, +/games/boxart/full_5040660AmericaFrontccc.jpg,Galactic Civilizations II: Ultimate Edition,PC,Strategy,Stardock,Stardock,,,,,,,2009-02-09, +/games/boxart/full_galactic-civilizations-altarian-prophecy_8AmericaFront.jpg,Galactic Civilizations: Altarian Prophecy,PC,Strategy,Strategy First,Stardock,,,,,,,2004-11-12, +/games/boxart/full_galactic-dream-rage-of-war_951AmericaFront.jpg,Galactic Dream: Rage of War,PC,Strategy,Strategy First,Evolution Vault,,,,,,,2007-08-15, +/games/boxart/full_840827JapanFrontccc.jpg,Galaxy Angel,PS2,Strategy,Broccoli,Broccoli,,,,,,,2003-04-17, +/games/boxart/full_5791898JapanFrontccc.jpg,Galaxy Angel,PC,Strategy,Broccoli,Broccoli,,,,,,,2002-08-23, +/games/boxart/full_8602654JapanFrontccc.jpg,Galaxy Angel,XB,Strategy,Broccoli,Broccoli,,,,,,,2003-01-23, +/games/boxart/full_4315238JapanFrontccc.jpg,Galaxy Angel: Eternal Lovers,PC,Strategy,Broccoli,Seta Corporation,,,,,,,2005-02-24, +/games/boxart/full_4607238JapanFrontccc.jpg,Galaxy Angel: Eternal Lovers,PS2,Strategy,Broccoli,Seta Corporation,,,,,,,2005-02-24, +/games/boxart/full_4507652JapanFrontccc.jpg,Galaxy Angel: Moonlit Lovers,PS2,Strategy,Broccoli,Seta Corporation,,,,,,,2004-02-26, +/games/boxart/full_7134793AmericaFrontccc.jpg,Galcon Fusion,PC,Strategy,"Hassey Enterprises, Inc.",Phil Hassey,,,,,,,2010-02-11, +/games/boxart/default.jpg,Galcon Labs,PSN,Strategy,Beatshapers,Beatshapers,,,,,,,2011-09-27, +/games/boxart/full_7157498JapanFrontccc.jpg,Game Nihonshi: Kakumeiji Oda Nobunaga,PS,Strategy,KOEI,Koei,,,,,,,1997-04-11, +/games/boxart/full_7406985AmericaFrontccc.png,Game of Thrones: Ascent,PC,Strategy,Kongregate,ibrahim kocaalioglu,,,,,,,2013-02-21, +/games/boxart/full_4950467AmericaFrontccc.jpg,Game Tycoon,PC,Strategy,Tri Synergy,Tri Synergy,,,,,,,2006-03-22, +/games/boxart/full_gameboy-wars-2_720JapanFront.jpg,GameBoy Wars 2,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,1998-11-20, +/games/boxart/full_gameboy-wars-3_340JapanFront.jpg,GameBoy Wars 3,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,2001-08-30, +/games/boxart/full_1054137JapanFrontccc.jpg,GameBoy Wars Advance 1+2,GBA,Strategy,Nintendo,Intelligent Systems,,,,,,,2004-11-25, +/games/boxart/full_gameboy-wars-turbo_10JapanFront.jpg,GameBoy Wars Turbo,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,1997-06-27, +/games/boxart/full_gamera-gyaosu-gekimetsu-sakusen_773JapanFront.jpg,Gamera: Gyaosu Gekimetsu Sakusen,SNES,Strategy,Sammy Corporation,Axes Art Amuse,,,,,,,1995-06-30, +/games/boxart/full_4367338JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 1 - Touen no Chikai,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2006-12-28, +/games/boxart/full_7748370JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 2 - Ryofu no Matsuro,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-02-22, +/games/boxart/full_6038253JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 3 - Sanko no Rei,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-03-29, +/games/boxart/full_2323904JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 4 - Sangoku Teiritsu,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-04-26, +/games/boxart/full_6035986JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 5 - Suishi no Hyou,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-05-24, +/games/boxart/full_1106334JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 6 - Koumei no Yuigon,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-06-28, +/games/boxart/full_1643071AmericaFrontccc.jpg,Gemfire,GEN,Strategy,KOEI,Koei,,,,,,,1992-06-24, +/games/boxart/7463112ccc.jpg,Gemfire,SNES,Strategy,KOEI,Koei,,,,,,,1992-12-01, +/games/boxart/6769613ccc.jpg,Gemfire,NES,Strategy,KOEI,Koei / Inis,,,,,,,1992-03-01, +/games/boxart/full_5591495PALFrontccc.png,Generation of Chaos,PSN,Strategy,Midas Interactive Entertainment,Idea Factory,5.9,,,,,,2009-02-26, +/games/boxart/full_1796496PALFrontccc.jpg,Genesis Rising: The Universal Crusade,PC,Strategy,DreamCatcher Interactive,Metamorf Studios,,,,,,,2007-03-20, +/games/boxart/full_2993411AmericaFrontccc.jpg,Genghis Khan,PC,Strategy,KOEI,Koei,,,,,,,1989-01-01, +/games/boxart/3088705ccc.jpg,Genghis Khan,NES,Strategy,KOEI,Koei,,,,,,,1989-01-01, +/games/boxart/full_2287981AmericaFrontccc.jpg,Genghis Khan II: Clan of the Gray Wolf,SNES,Strategy,KOEI,Koei,,,,,,,1993-01-01, +/games/boxart/full_2140713AmericaFrontccc.jpg,Genghis Khan II: Clan of the Gray Wolf,VC,Strategy,KOEI,Koei,6,,,,,,2009-06-08, +/games/boxart/full_3273085AmericaFrontccc.jpg,Genghis Khan II: Clan of the Gray Wolf,GEN,Strategy,KOEI,Koei,,,,,,,1993-09-23, +/games/boxart/full_7953988JapanFrontccc.jpg,Genghis Khan: Aoki Ookami to Shiroki Meshika IV,PS,Strategy,KOEI,iNiS,,,,,,,1999-02-25, +/games/boxart/full_5880291AmericaFrontccc.jpg,Geniu$: The Tech Tycoon Game,PC,Strategy,Viva Media,Cornelsen Software,6,,,,,,2005-11-01, +/games/boxart/full_7668809AmericaFrontccc.jpg,Genkai Tokki Monster Monpiece,PC,Strategy,Idea Factory International,Compile Heart,,,,,,,2017-03-14, +/games/boxart/default.jpg,Genocide,PC,Strategy,Unknown,PyroSoft,,,,,,,1998-01-01, +/games/boxart/full_gettysburg-armored-warfare_85AmericaFront.jpg,Gettysburg: Armored Warfare,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, +/games/boxart/full_850742AmericaFrontccc.jpg,Gitigiti,XBL,Strategy,Microsoft,JinCycle,,,,,,,2009-09-09, +/games/boxart/full_735997PALFrontccc.jpg,Global Defence Force: Tactics,PS2,Strategy,Essential Games,ThinkArts,,,,,,,2007-06-29, +/games/boxart/full_6284077JapanFrontccc.jpg,Global Force: Shin Sentou Kokka,PS,Strategy,Sony Computer Entertainment,Marionette,,,,,,,1999-03-11, +/games/boxart/full_glory-days-tactical-defense_42AmericaFront.jpg,Glory Days: Tactical Defense,DSiW,Strategy,Odenis Studios,Odenis Studio,,,,,,,2011-01-17, +/games/boxart/full_5804648AmericaFrontccc.png,Glory of Generals,3DS,Strategy,CIRCLE Entertainment,EASY Inc.,,,,,,,2014-07-03, +/games/boxart/full_9853389AmericaFrontccc.jpg,GoD Factory: Wingmen,PC,Strategy,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-08-29, +/games/boxart/full_gods-vs-humans_6AmericaFront.jpg,Gods vs Humans,WW,Strategy,Zallag,Artefacts Studio,,,,,,,2010-11-08, +/games/boxart/8574119ccc.jpg,Godzilla 2: War of the Monsters,NES,Strategy,TOHO,"Toho Co., Ltd.",,,,,,,1992-02-01, +/games/boxart/full_548946JapanFrontccc.jpg,Godzilla: Kaijuu no Daishingeki,GG,Strategy,Sega,SIMS,,,,,,,1995-12-08, +/games/boxart/full_3738036AmericaFrontccc.jpg,Golf Resort Tycoon,PC,Strategy,Activision,Cat Daddy Games,6.2,,,,,,2001-05-31, +/games/boxart/full_1669706AmericaFrontccc.jpg,Golf Resort Tycoon II,PC,Strategy,Activision,Cat Daddy Games,6.8,,,,,,2002-02-28, +/games/boxart/full_8876084AmericaFrontccc.png,Goodgame Empire,PC,Strategy,Goodgame Studios,Goodgame Studios,,,,,,,2011-08-16, +/games/boxart/full_2903576JapanFrontccc.jpg,Gourmet Kitchen: Suteki na Obentou,GBA,Strategy,MTO,MTO,,,,,,,2003-03-14, +/games/boxart/full_9437999AmericaFrontccc.jpg,Grand Ages: Rome - Reign of Augustus,PC,Strategy,Kalypso,Haemimont Games,,,,,,,2010-01-26, +/games/boxart/full_2241489AmericaFrontccc.jpg,Gratuitous Space Battles,PC,Strategy,Positech Games,Positech Games,,,,,,,2009-11-17, +/games/boxart/7543225ccc.jpg,Great War Nations: The Spartans,PC,Strategy,DreamCatcher Interactive,Dreamcatcher,,,,,,,2008-05-05, +/games/boxart/full_6643557AmericaFrontccc.jpg,Greed Corp,XBL,Strategy,W!Games,W!Games,8.5,,,,,,2010-02-24, +/games/boxart/full_greed-corp_10AmericaFront.jpg,Greed Corp,PSN,Strategy,W!Games,W!Games,,,,,,,2010-02-25, +/games/boxart/full_5640373AmericaFrontccc.jpg,Grepolis,PC,Strategy,InnoGames,InnoGames,,,,,,,2009-12-01, +/games/boxart/full_7221512AmericaFrontccc.jpg,Grepolis,And,Strategy,InnoGames,InnoGames,,,,,,,2013-01-16,2018-07-20 +/games/boxart/full_4561473AmericaFrontccc.jpeg,GrimGrimoire,PSN,Strategy,NIS America,Vanillaware,7.7,,,,,,2011-10-04,2019-01-10 +/games/boxart/default.jpg,Grotesque Tactics: Evil Heroes,WW,Strategy,Silent Dreams,Silent Dreams,,,,,,,, +/games/boxart/default.jpg,Grotesque Tactics: Evil Heroes,PC,Strategy,Unknown,Silent Dreams,,,,,,,, +/games/boxart/full_706154AmericaFrontccc.jpg,Ground Control,PC,Strategy,Sierra Entertainment,Massive Entertainment,,,,,,,2000-05-31, +/games/boxart/full_3576986AmericaFrontccc.jpg,Ground Control 2: Operation Exodus,PC,Strategy,VU Games,Massive Entertainment,,,,,,,2004-06-23, +/games/boxart/full_9329564AmericaFrontccc.jpg,Ground Control: Dark Conspiracy,PC,Strategy,Sierra Entertainment,Massive Entertainment,,,,,,,2000-12-14, +/games/boxart/full_1188086AmericaFrontccc.jpg,Ground Pounders,PC,Strategy,Kerberos Productions,Kerberos Productions,,,,,,,2014-07-15, +/games/boxart/full_5973713AmericaFrontccc.jpg,Ground Pounders,OSX,Strategy,Kerberos Productions,Kerberos Productions,,,,,,,2014-07-15, +/games/boxart/full_3020038AmericaFrontccc.jpg,Ground Pounders,Linux,Strategy,Kerberos Productions,Kerberos Productions,,,,,,,2014-07-15, +/games/boxart/full_ground-zero-genesis-of-a-new-world_9PALFront.jpg,Ground Zero: Genesis of a New World,PC,Strategy,Unknown,destraX,,,,,,,2005-04-09, +/games/boxart/full_guardians-of-graxia_485AmericaFront.jpg,Guardians of Graxia,PC,Strategy,Unknown,Petroglyph Games,5.5,,,,,,2010-10-20, +/games/boxart/full_3032798AmericaFrontccc.jpg,Gunbound,PC,Strategy,Softnyx,Softnyx,,,,,,,2004-01-01, +/games/boxart/full_8339571AmericaFrontccc.jpg,Gunlok,PC,Strategy,Virgin Interactive,Rebellion Developments,,,,,,,2001-04-30, +/games/boxart/full_hacker-evolution-reinsertion_85AmericaFront.jpg,Hacker Evolution: Reinsertion,PC,Strategy,Unknown,exoSyphen Studios,,,,,,,2007-08-30, +/games/boxart/full_hacker-evolution-untold-flight-zero_438AmericaFront.jpg,Hacker Evolution: Untold - Flight Zero,PC,Strategy,Unknown,exoSyphen Studios,,,,,,,2010-03-22, +/games/boxart/full_haegemonia-collector_234PALFront.jpg,Haegemonia Collector,PC,Strategy,Wanadoo,Digital Reality,,,,,,,2003-11-07, +/games/boxart/default.jpg,Haegemonia: Gold Edition,PC,Strategy,Microids,Digital Reality,,,,,,,2002-11-14, +/games/boxart/full_halo-wars_2AmericaFront.jpg,Halo Wars,XBL,Strategy,Microsoft Game Studios,Ensemble Studios,,,,,,,2010-01-26, +/games/boxart/full_halo-wars-historic-battles_56AmericaFront.jpg,Halo Wars: Historic Battles,XBL,Strategy,Microsoft Game Studios,Robot Entertainment,,,,,,,2009-07-21, +/games/boxart/full_halo-wars-strategic-options_33AmericaFront.jpg,Halo Wars: Strategic Options,XBL,Strategy,Microsoft Game Studios,Robot Entertainment,,,,,,,2009-05-19, +/games/boxart/full_7748523JapanFrontccc.jpg,Hamster Monogatari 2 GBA,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2001-10-19, +/games/boxart/full_1897463JapanFrontccc.jpg,Hamster Monogatari 3 GBA,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2002-12-24, +/games/boxart/full_5989440JapanFrontccc.jpg,Hamster Monogatari 3EX 4 Special,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2003-11-28, +/games/boxart/full_8235990JapanFrontccc.jpg,Hamster Paradise Advance,GBA,Strategy,Atlus,Atlus Co.,,,,,,,2002-07-19, +/games/boxart/full_5246064JapanFrontccc.jpg,Hamster Paradise: Pure Heart,GBA,Strategy,Atlus,Atlus Co.,,,,,,,2003-07-11, +/games/boxart/full_6370960JapanFrontccc.jpg,Hanabi Fantast,PS,Strategy,Magical Company,Unknown,,,,,,,1998-07-16, +/games/boxart/full_5891405JapanFrontccc.jpg,Hanabi Hyakkei Advance,GBA,Strategy,Aruze Corp,Aruze Corp,,,,,,,2004-07-29, +/games/boxart/full_5156740AmericaFrontccc.jpg,Hannibal: Terror of Rome,PC,Strategy,Matrix Games,AGEOD,,,,,,,2014-06-18, +/games/boxart/full_harukaze-sentai-v-force_7JapanFront.jpg,Harukaze Sentai V-Force,SAT,Strategy,Ving,Ving,,,,,,,1997-06-27, +/games/boxart/full_harukaze-sentai-v-force_10JapanFront.jpg,Harukaze Sentai V-Force,PS,Strategy,Ving,Ving,,,,,,,1996-11-15, +/games/boxart/full_5175033JapanFrontccc.jpg,Harusame Youbi,DC,Strategy,NEC Interchannel,NEC Interchannel,,,,,,,2001-03-22, +/games/boxart/full_5257794AmericaFrontccc.png,Harvest Moon: Boy & Girl,PSN,Strategy,Natsume,Marvelous,,,,,,,2009-10-14, +/games/boxart/default.jpg,Harvest Moon: Save the Homeland,PSN,Strategy,Unknown,Victor Interactive Software,7.8,,,,,,, +/games/boxart/full_1769996AmericaFrontccc.jpg,Harvest: Massive Encounter,PC,Strategy,Oxeye,Oxeye Game Studio,,,,,,,2008-03-05, +/games/boxart/full_7414575AmericaFrontccc.jpg,Hasbro Family Game Night: Connect Four,XBL,Strategy,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, +/games/boxart/full_9634028JapanFrontccc.jpg,Hataraku Chocobo,WS,Strategy,Square,SquareSoft,,,,,,,2000-09-21, +/games/boxart/full_hatsune-miku-project-mirai_410JapanFront.jpg,Hatsune Miku: Project Mirai,3DS,Strategy,Sega,Sega,,,,,,,2012-03-08, +/games/boxart/full_1288606JapanFrontccc.jpg,Head Buster,GG,Strategy,NCS,NCS,,,,,,,1991-03-15, +/games/boxart/full_9084198AmericaFrontccc.jpg,Hearts of Iron,PC,Strategy,Strategy First,Paradox Interactive,7.8,,,,,,2002-11-24, +/games/boxart/full_hearts-of-iron-the-card-game_296AmericaFront.jpg,Hearts of Iron - The Card Game,PC,Strategy,Unknown,Corncrow Games,,,,,,,, +/games/boxart/full_594983PALFrontccc.jpg,Hearts of Iron II: Armageddon,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2007-03-29, +/games/boxart/full_2573629AmericaFrontccc.jpg,Hearts of Iron II: Doomsday,PC,Strategy,Paradox Interactive,Paradox Interactive,7.5,,,,,,2006-04-07, +/games/boxart/full_hearts-of-iron-ii-iron-cross_73AmericaFront.jpg,Hearts of Iron II: Iron Cross,PC,Strategy,Paradox Interactive,Irshappa,,,,,,,2010-07-10, +/games/boxart/full_hearts-of-iron-iii-collection_700JapanFront.jpg,Hearts of Iron III Collection,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-11-15, +/games/boxart/default.jpg,Hearts of Iron III: For the Motherland,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-06-28, +/games/boxart/full_hearts-of-iron-iii-semper-fi_2AmericaFront.jpg,Hearts of Iron III: Semper Fi,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2010-06-06, +/games/boxart/full_1117963AmericaFrontccc.jpg,Hearts of Iron IV,OSX,Strategy,Paradox Interactive,Paradox Development,,,,,,,2016-06-06,2018-11-29 +/games/boxart/full_999358AmericaFrontccc.jpg,Hearts of Iron IV,Linux,Strategy,Paradox Interactive,Paradox Development,,,,,,,2016-06-06,2018-11-29 +/games/boxart/default.jpg,Heaven & Earth,MS,Strategy,Unknown,Software Resources International,,,,,,,, +/games/boxart/9398572ccc.jpg,Heavy Armor Brigade,DS,Strategy,UFO Interactive,MileStone Inc.,,,,,,,2008-12-02, +/games/boxart/full_hegemonia-legions-of-iron_904AmericaFront.jpg,Hegemonia: Legions of Iron,PC,Strategy,DreamCatcher Interactive,Digital Reality,,,,,,,2003-11-13, +/games/boxart/full_hegemonia-the-solon-heritage_900PALFront.jpg,Hegemonia: The Solon Heritage,PC,Strategy,Wanadoo,Digital Reality,,,,,,,2003-10-31, +/games/boxart/full_30238AmericaFrontccc.jpg,Heir of Zendor: The Legend of the Land,SAT,Strategy,KOEI,Micronet,,,,,,,1996-11-30, +/games/boxart/default.jpg,Hell Tycoon,PC,Strategy,Unknown,Anarchy Enterprises,,,,,,,, +/games/boxart/full_9399194AmericaFrontccc.jpg,Helldorado,PC,Strategy,Viva Media,Spellbound,,,,,,,2009-04-09, +/games/boxart/full_7394354JapanFrontccc.jpg,Hello! Idol Debut,GBA,Strategy,TDK Core,TDK Core,,,,,,,2004-12-09, +/games/boxart/full_heroes-chronicles-clash-of-the-dragons_952AmericaFront.jpg,Heroes Chronicles: Clash of the Dragons,PC,Strategy,3DO,New World Computing,,,,,,,2000-11-15, +/games/boxart/full_6167999AmericaFrontccc.jpg,Heroes Chronicles: Conquest of the Underworld,PC,Strategy,3DO,New World Computing,,,,,,,2000-09-27, +/games/boxart/full_17717AmericaFrontccc.jpg,Heroes Chronicles: Masters of the Elements,PC,Strategy,3DO,New World Computing,,,,,,,2000-11-15, +/games/boxart/default.jpg,Heroes Chronicles: Revolt of the Beastmasters,PC,Strategy,Unknown,New World Computing,,,,,,,, +/games/boxart/default.jpg,Heroes Chronicles: The Fiery Moon,PC,Strategy,Unknown,New World Computing,,,,,,,, +/games/boxart/default.jpg,Heroes Chronicles: The Sword of Frost,PC,Strategy,Unknown,New World Computing,,,,,,,, +/games/boxart/default.jpg,Heroes Chronicles: The World Tree,PC,Strategy,Unknown,New World Computing,,,,,,,, +/games/boxart/full_7932271AmericaFrontccc.jpg,Heroes Chronicles: Warlords of the Wasteland,PC,Strategy,3DO,New World Computing,,,,,,,2000-09-27, +/games/boxart/full_heroes-of-might-and-magic_438AmericaFront.jpg,Heroes of Might and Magic,PC,Strategy,New World Computing,New World Computing,,,,,,,1995-08-31, +/games/boxart/full_2475866AmericaFrontccc.jpg,Heroes of Might and Magic,GB,Strategy,3DO,KnowWonder,,,,,,,2000-04-29, +/games/boxart/full_7848610PALFrontccc.jpg,Heroes of Might and Magic Complete Edition,PC,Strategy,Ubisoft,Ubisoft,,,,,,,2006-05-19, +/games/boxart/full_3427659AmericaFrontccc.jpg,Heroes of Might and Magic II,GB,Strategy,3DO,KnownWonder,,,,,,,2000-12-01, +/games/boxart/7186839ccc.jpg,Heroes of Might and Magic II: The Price of Loyalty,PC,Strategy,3DO,New World Computing,,,,,,,1997-05-01, +/games/boxart/4044484ccc.jpg,Heroes of Might and Magic II: The Succession Wars,PC,Strategy,3DO,New World Computing,,,,,,,1996-10-01, +/games/boxart/2934908ccc.jpg,Heroes of Might and Magic III,PC,Strategy,3DO,New World Computing,,,,,,,1999-02-28, +/games/boxart/full_heroes-of-might-and-magic-iii-complete_530AmericaFront.jpg,Heroes of Might and Magic III Complete,PC,Strategy,3DO,New World Computing,,,,,,,2000-01-01, +/games/boxart/3655842ccc.jpg,Heroes of Might and Magic III: Armageddon's Blade,PC,Strategy,3DO,New World Computing,,,,,,,1999-10-01, +/games/boxart/full_5364126AmericaFrontccc.jpg,Heroes of Might and Magic III: In the Wake of Gods,PC,Strategy,Unknown,Fan Made,,,,,,,, +/games/boxart/519999ccc.jpg,Heroes of Might and Magic III: The Shadow of Death,PC,Strategy,3DO,New World Computing,,,,,,,2000-04-01, +/games/boxart/full_2136981AmericaFrontccc.jpg,Heroes of Might and Magic IV: The Gathering Storm,PC,Strategy,3DO,New World Computing,,,,,,,2002-09-26, +/games/boxart/full_2478368AmericaFrontccc.jpg,Heroes of Might and Magic IV: Winds of War,PC,Strategy,3DO,New World Computing,,,,,,,2003-02-23, +/games/boxart/full_3339686AmericaFrontccc.jpg,Heroes of Might and Magic V: Hammers of Fate,PC,Strategy,Ubisoft,Nival Interactive,,,,,,,2006-11-14, +/games/boxart/full_373904AmericaFrontccc.jpg,Herzog Zwei,GEN,Strategy,Sega,"TechnoSoft Co., Ltd.",,,,,,,1990-01-11, +/games/boxart/full_5724927AmericaFrontccc.jpg,Hexement,XBL,Strategy,Microsoft,SeventhGearProductions,,,,,,,2009-04-11, +/games/boxart/full_2587644AmericaFrontccc.jpg,Hidden Stroke,PC,Strategy,CDV Software Entertainment,Allied Power,,,,,,,2003-10-21, +/games/boxart/full_409267PALFrontccc.jpg,Hidden Stroke II,PC,Strategy,CDV Software Entertainment,Allied Power,,,,,,,2005-03-24, +/games/boxart/default.jpg,High Gravity Wells,XBL,Strategy,Unknown,Stockton,,,,,,,, +/games/boxart/full_high-seize_282AmericaFront.png,High Seize,NGage,Strategy,Nokia,"RedLynx, Ltd.",8.5,,,,,,2005-10-28, +/games/boxart/full_2767659AmericaFrontccc.jpg,Hinterland,PC,Strategy,Independent,Tilted Mill Entertainment,7,,,,,,2008-09-30, +/games/boxart/full_hinterland-orc-lords_798AmericaFront.jpg,Hinterland: Orc Lords,PC,Strategy,Unknown,Tilted Mill,7.5,,,,,,, +/games/boxart/full_hisou-kihei-x-serd_10JapanFront.jpg,Hisou Kihei X-Serd,PCE,Strategy,NCS,NCS,,,,,,,1990-02-23, +/games/boxart/full_history-egypt-engineering-an-empire_7PALFront.jpg,History Egypt: Engineering an Empire,PSN,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-06-29, +/games/boxart/default.jpg,History Egypt: Engineering an Empire,DSiW,Strategy,Unknown,Bloober Team,,,,,,,, +/games/boxart/full_1097822PALFrontccc.jpg,History Egypt: Engineering an Empire,DS,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-02-05, +/games/boxart/full_4102906PALFrontccc.jpg,History Egypt: Engineering an Empire,PC,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-02-05, +/games/boxart/default.jpg,History Egypt: Engineering an Empire,WW,Strategy,Unknown,Bloober Team,,,,,,,, +/games/boxart/full_7750922PALFrontccc.jpg,History Egypt: Engineering an Empire,PSP,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-02-05, +/games/boxart/full_1014487AmericaFrontccc.jpg,Hive,XBL,Strategy,Microsoft,Handkor,,,,,,,2008-11-28, +/games/boxart/full_hoard_2AmericaFront.jpg,Hoard,PSN,Strategy,Big Sandwich Games,Big Sandwich Games,,,,,,,2010-11-02, +/games/boxart/full_5884676PALFrontccc.jpg,Holiday World Tycoon,PC,Strategy,GSP,Avanquest Software,,,,,,,2006-04-04, +/games/boxart/default.jpg,Hollywood Squares,PSN,Strategy,Unknown,Ludia Inc.,,,,,,,, +/games/boxart/default.jpg,Homeworld: Shipbreakers,PC,Strategy,Gearbox Software,Blackbird Interactive,,,,,,,2020-12-31, +/games/boxart/full_8302878AmericaFrontccc.jpg,Horn Swaggle Islands,XBL,Strategy,Microsoft,Pencel Games,,,,,,,2009-07-30, +/games/boxart/full_1202456AmericaFrontccc.jpg,Horse & Musket 2: Prussia's Glory,PC,Strategy,Shrapnel Games,Boku Strategy Games,,,,,,,2005-11-18, +/games/boxart/full_8847690PALFrontccc.jpg,Horse & Pony: My Horsefarm,GBA,Strategy,DTP Entertainment,Independent Arts,,,,,,,2003-01-01, +/games/boxart/full_2816352AmericaFrontccc.jpg,Hoshigami: Ruining Blue Earth Remix,DS,Strategy,Aksys Games,Arc System Works,,,,,,,2007-06-25, +/games/boxart/full_1957460AmericaFrontccc.jpg,Hospital Hustle,PC,Strategy,Merscom LLC,Gameinvest,,,,,,,2008-12-01, +/games/boxart/3550285ccc.jpg,Hostile Waters: Antaeus Rising,PC,Strategy,Interplay,Rage Software,,,,,,,2001-06-13, +/games/boxart/default.jpg,Hotel Giant 2,DS,Strategy,Unknown,Creative Patterns,,,,,,,, +/games/boxart/full_3836533AmericaFrontccc.jpg,Hundred Swords,PC,Strategy,Activision,Smilebit,,,,,,,2002-02-04, +/games/boxart/full_1067239JapanFrontccc.jpg,Hundred Swords,DC,Strategy,Sega,Smilebit,,,,,,,2001-02-08, +/games/boxart/full_2111780AmericaFrontccc.jpg,Hunters Of The Dead,PC,Strategy,Strategy First,Strategy First,,,,,,,2014-09-04, +/games/boxart/full_i-of-the-enemy_8PALFront.jpg,I of the Enemy,PC,Strategy,Unknown,Enemy Technology,,,,,,,2004-11-05, +/games/boxart/full_ibomber-defense_34AmericaFront.jpg,iBomber Defense,PC,Strategy,Chillingo,Cobra Mobile,,,,,,,2011-05-26, +/games/boxart/full_632953AmericaFrontccc.gif,Ice Cream Craze: Tycoon Takeover,PC,Strategy,GameFools,GameFools,,,,,,,2009-04-07, +/games/boxart/full_30478AmericaFrontccc.jpg,Ice Cream Tycoon,PC,Strategy,Big Fish Games,Big Fish Games,,,,,,,2007-11-23, +/games/boxart/full_4696591AmericaFrontccc.jpg,Ice Cream Tycoon Deluxe,PC,Strategy,IncaGold,IncaGold,,,,,,,2007-03-30, +/games/boxart/full_8580030AmericaFrontccc.jpg,Idol Hands,PC,Strategy,Pocket Games Inc,Pocket Games Inc,,,,,,,2015-02-18, +/games/boxart/full_1432823JapanFrontccc.jpg,Idol Janshi o Tsukucchaou,DC,Strategy,Jaleco,Jaleco Entertainment,,,,,,,1999-09-23, +/games/boxart/5509893ccc.jpg,Imperialism,PC,Strategy,SSI,Frog City Software,,,,,,,1997-08-31, +/games/boxart/8400737ccc.jpg,Imperialism II: The Age of Exploration,PC,Strategy,SSI,Frog City Software,,,,,,,1999-03-31, +/games/boxart/full_5014101AmericaFrontccc.jpg,Imperium Galactica,PC,Strategy,GT Interactive,Digital Reality,,,,,,,1997-01-01, +/games/boxart/full_8537376AmericaFrontccc.jpg,Imperium Galactica II: Alliances,PC,Strategy,GT Interactive,Digital Reality,,,,,,,2000-04-10, +/games/boxart/full_imperium-romanum-emperor-expansion_365PALFront.jpg,Imperium Romanum: Emperor Expansion,PC,Strategy,SouthPeak Interactive,Haemimont Games,,,,,,,2008-08-29, +/games/boxart/full_2530071AmericaFrontccc.jpg,Incoming!,WW,Strategy,JV Games Inc.,JV Games,,,,,,,2009-07-13, +/games/boxart/full_2479398AmericaFrontccc.jpg,Incursion,XBL,Strategy,Microsoft,Dubman,,,,,,,2009-05-25, +/games/boxart/full_4926532AmericaFrontccc.jpg,Industry Giant,PC,Strategy,Interactive Magic,JoWood Productions,,,,,,,1998-04-14,2018-02-02 +/games/boxart/full_5525554AmericaFrontccc.jpg,Industry Giant II,PS4,Strategy,UIG Entertainment,"Reactor, Inc.",,,,,,,2017-03-14,2018-09-21 +/games/boxart/full_9141212AmericaFrontccc.jpg,Industry Giant II,XOne,Strategy,UIG Entertainment,"Reactor, Inc.",,,,,,,2017-03-14,2018-09-21 +/games/boxart/full_6788532AmericaFrontccc.jpg,Industry Giant II,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2002-09-30,2018-09-21 +/games/boxart/full_6751669AmericaFrontccc.jpg,Industry Giant II Gold,PC,Strategy,Koch Media,JoWood Productions,,,,,,,2003-06-30, +/games/boxart/full_8452776PALFrontccc.jpg,Industry Giant II: 1980-2020,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2002-09-26, +/games/boxart/full_inkub_865AmericaFront.jpg,INKUB,WW,Strategy,Unknown,Cosmonaut Games,,,,,,,2010-12-20, +/games/boxart/default.jpg,Inner City Kids,PSV,Strategy,Jamo Games,Jamo Games,,,,,,,2015-07-01, +/games/boxart/full_9902256PALFrontccc.png,Innocent Life: A Futuristic Harvest Moon,PSN,Strategy,Rising Star,ArtePiazza,6.5,,,,,,2010-02-11, +/games/boxart/full_883516JapanFrontccc.jpg,Inoue Ryoko: Last Scene,DC,Strategy,Datam Polystar,Datam Polystar,,,,,,,2001-11-08, +/games/boxart/full_4892799AmericaFrontccc.jpg,Interloper,PC,Strategy,Monogon Games,Monogon Games,,,,,,,2015-05-21,2018-07-18 +/games/boxart/full_39608AmericaFrontccc.jpg,Interloper,OSX,Strategy,Monogon Games,Monogon Games,,,,,,,2015-05-21,2018-07-18 +/games/boxart/full_1670990AmericaFrontccc.jpg,Interloper,Linux,Strategy,Monogon Games,Monogon Games,,,,,,,2015-05-21,2018-07-18 +/games/boxart/full_2041738AmericaFrontccc.jpg,Internal Invasion,WiiU,Strategy,Unknown,Unknown,,,,,,,2014-07-03, +/games/boxart/default.jpg,International Bridge Contractors,PC,Strategy,Unknown,Philip Case,,,,,,,1979-01-01, +/games/boxart/full_3216920AmericaFrontccc.jpg,Invasion Defender,XBL,Strategy,Microsoft,Shallan,,,,,,,2010-01-30, +/games/boxart/full_3036521AmericaFrontccc.jpg,Iron Brigade,XBL,Strategy,Microsoft Game Studios,Double Fine Productions,8.1,,,,,,2011-06-22,2018-11-23 +/games/boxart/full_6976785AmericaFrontccc.jpg,Iron Harvest,XOne,Strategy,Deep Silver,KING Art Games,,,,,,,2020-09-01,2020-01-27 +/games/boxart/full_1107540AmericaFrontccc.jpg,Iron Harvest,PC,Strategy,Deep Silver,KING Art Games,,,,,,,2020-09-01,2020-01-27 +/games/boxart/full_1049892AmericaFrontccc.jpg,Iron Harvest,PS4,Strategy,Deep Silver,KING Art Games,,,,,,,2020-09-01,2020-01-27 +/games/boxart/full_ironclads-american-civil-war_345AmericaFront.jpg,Ironclads: American Civil War 1861-1865,PC,Strategy,Strategy First,Totem Games,,,,,,,2010-04-28, +/games/boxart/full_ironclads-anglo-russian-war-1866_397AmericaFront.jpg,Ironclads: Anglo Russian War 1866,PC,Strategy,Strategy First,Totem Games,,,,,,,2011-02-04, +/games/boxart/full_ironclads-chincha-islands-war-1866_526AmericaFront.jpg,Ironclads: Chincha Islands War 1866,PC,Strategy,Strategy First,Totem Games,,,,,,,2011-02-04, +/games/boxart/full_ironclads-high-seas-1861-1865_431AmericaFront.jpg,Ironclads: High Seas 1861-1865,PC,Strategy,Strategy First,Totem Games,,,,,,,2010-04-28, +/games/boxart/full_ironclads-schleswig-war-1864_365AmericaFront.jpg,Ironclads: Schleswig War 1864,PC,Strategy,Strategy First,Totem Games,,,,,,,2011-02-04, +/games/boxart/full_5746003JapanFrontccc.jpg,Ishii Hisaichi no Daisekai,SCD,Strategy,Sega,Sega,,,,,,,1994-01-28, +/games/boxart/full_issho-ni-asobu-dream-theme-park_755JapanFront.jpg,Issho ni Asobu! Dream Theme Park,Wii,Strategy,Namco Bandai,Ganbarion,,,,,,,2011-12-15, +/games/boxart/full_3414326JapanFrontccc.jpg,"Itsuka, Kasanariau Ashita e: Sayuri-hen",PS,Strategy,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,1999-08-26,2018-09-16 +/games/boxart/full_7486547JapanFrontccc.jpg,"Itsuka, Kasanariau Ashita e: Shirou-hen",PS,Strategy,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,1999-08-26,2018-09-16 +/games/boxart/full_jagged-alliance_798PALFront.jpg,Jagged Alliance,DSiW,Strategy,Unknown,Cypronia,,,,,,,2011-07-21, +/games/boxart/full_8206965AmericaFrontccc.jpg,Jagged Alliance 2: Unfinished Business,PC,Strategy,Interplay,"Sir-tech Software, Inc.",,,,,,,2000-11-30, +/games/boxart/full_6760561AmericaFrontccc.jpg,Jagged Alliance 3,PC,Strategy,THQ Nordic,Haemimont Games,,,,,,,2022-12-30,2021-09-18 +/games/boxart/full_2732081AmericaFrontccc.jpg,Jeff Wayne's The War of the Worlds,PC,Strategy,GT Interactive,Rage Software,,,,,,,1999-01-15, +/games/boxart/default.jpg,Jesus Matchup,PC,Strategy,Unknown,Godly Games,,,,,,,, +/games/boxart/default.jpg,Jewel Match 3,PC,Strategy,Unknown,Suricate Software,,,,,,,, +/games/boxart/default.jpg,Jewel Match 3,DS,Strategy,Avanquest Software,Suricate Software,,,,,,,2013-05-03, +/games/boxart/default.jpg,Jewel Match 3,MS,Strategy,Unknown,Suricate Software,,,,,,,, +/games/boxart/full_5457994AmericaFrontccc.jpg,John Tiller's Battleground Civil War,PC,Strategy,Matrix Games,TalonSoft,,,,,,,2007-11-09, +/games/boxart/full_8435279AmericaFrontccc.jpg,John Tiller's Battleground Napoleonic Wars,PC,Strategy,Matrix Games,TalonSoft,,,,,,,2007-11-09, +/games/boxart/full_jurassic-park-scan-command_1AmericaFront.jpg,Jurassic Park: Scan Command,PC,Strategy,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2001-10-01, +/games/boxart/full_6028368JapanFrontccc.jpg,Juushinden: Ultimate Beast Battlers,DS,Strategy,Konami,Konami,,,,,,,2007-12-06, +/games/boxart/full_2162910JapanFrontccc.jpg,Jyutei Senki,SNES,Strategy,Enix,TamTam,,,,,,,1993-08-27, +/games/boxart/default.jpg,Kaiju Panic,XOne,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, +/games/boxart/default.jpg,Kaiju Panic,PC,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, +/games/boxart/default.jpg,Kaiju Panic,OSX,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, +/games/boxart/default.jpg,Kaiju Panic,Linux,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, +/games/boxart/full_6314673JapanFrontccc.jpg,Kaijuu Senki,PS,Strategy,Produce!,Unknown,,,,,,,1996-11-15, +/games/boxart/default.jpg,Kaisen Game: Radar War,DSiW,Strategy,Unknown,"WaiS Co., Ltd.",,,,,,,2010-06-23, +/games/boxart/full_kakyuusei_866JapanFront.jpg,Kakyuusei,PC,Strategy,Elf,Elf,,,,,,,1998-06-26, +/games/boxart/default.jpg,Karakuchi! Dairoujou,DSiW,Strategy,Kawamoto Industrial,"Kawamoto Industrial Co., Ltd",,,,,,,2010-03-03, +/games/boxart/full_8643080JapanFrontccc.jpg,Kawaii Hamster,GBA,Strategy,MTO,MTO,,,,,,,2001-10-26, +/games/boxart/full_2149704JapanFrontccc.jpg,Kawaii Koinu,GBA,Strategy,MTO,MTO,,,,,,,2005-03-17, +/games/boxart/full_5831169JapanFrontccc.jpg,Kawaii Koinu Kogatainuhen,GBA,Strategy,MTO,MTO,,,,,,,2003-07-11, +/games/boxart/full_2011552JapanFrontccc.jpg,Kaze no Notam,PS,Strategy,ArtDink,Unknown,,,,,,,1997-09-11, +/games/boxart/full_class-of-heroes-final_279JapanFront.jpg,Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama,PSN,Strategy,Acquire,ZeroDiv,,,,,,,2011-10-13, +/games/boxart/full_5133113JapanFrontccc.jpg,Kessen & Kessen II,PS2,Strategy,KOEI,Koei,,,,,,,2001-03-29, +/games/boxart/full_4713077AmericaFrontccc.jpg,Kharkov: Disaster on the Donets,PC,Strategy,Matrix Games,Strategic Studies Group,,,,,,,2008-07-18, +/games/boxart/full_4329194JapanFrontccc.jpg,Kidou Senkan Nadesico: Nadesico the Mission,DC,Strategy,ESP,ESP Software,,,,,,,1999-08-26, +/games/boxart/full_8614913JapanFrontccc.jpg,Kidou Senshi Gundam Giren no Yabou: Zeon Dokuritsu Sensouden - Kouryaku Shireisho,PS2,Strategy,Bandai,Bandai,,,,,,,2003-02-20, +/games/boxart/full_8586847JapanFrontccc.jpg,Kidou Senshi Gundam Vol.1 -Side7-,WS,Strategy,Bandai,Bandai,,,,,,,2001-02-01, +/games/boxart/full_9325836JapanFrontccc.jpg,Kidou Senshi Gundam Vol.2 -Jaburo-,WS,Strategy,Bandai,Bandai,,,,,,,2001-08-16, +/games/boxart/full_3680760JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou,WS,Strategy,Bandai,Bandai,,,,,,,2003-05-02, +/games/boxart/full_9530196JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Zeon no Keifu,PSP,Strategy,Bandai,Bandai,,,,,,,2005-08-11, +/games/boxart/full_kikou-keisatsu-metal-jack_522JapanFront.jpg,Kikou Keisatsu Metal Jack,GB,Strategy,Takara,Takara,,,,,,,1992-01-08, +/games/boxart/full_6772825AmericaFrontccc.jpg,King Arthur - The Role-playing Wargame,PC,Strategy,Paradox Interactive,NeoCoreGames,7,,,,,,2009-11-24, +/games/boxart/full_king-arthur-fallen-champions_371AmericaFront.jpg,King Arthur: Fallen Champions,PC,Strategy,Paradox Interactive,NeoCoreGames,,,,,,,2011-09-16, +/games/boxart/full_king-arthur-the-saxons_431AmericaFront.jpg,King Arthur: The Saxons,PC,Strategy,Paradox Interactive,NeoCoreGames,,,,,,,2010-07-08, +/games/boxart/full_5304832JapanFrontccc.jpg,King of Kings,NES,Strategy,Namco,Wisdom Tree,,,,,,,1998-12-09, +/games/boxart/full_kings-bounty-crossworlds_6AmericaFront.jpg,King's Bounty: Crossworlds,PC,Strategy,1C Company,Katauri Interactive,,,,,,,2010-09-17, +/games/boxart/default.jpg,Kingdom Under Fire II,PS3,Strategy,Unknown,Blueside Studios,,,,,,,2013-06-30, +/games/boxart/default.jpg,Kingdom Under Fire II,X360,Strategy,Unknown,Blueside Studios,,,,,,,2013-06-30, +/games/boxart/default.jpg,Kingdom Under Fire II,PC,Strategy,Unknown,Blueside Studios,,,,,,,2015-01-01, +/games/boxart/full_3047384AmericaFrontccc.jpg,Kingdom Under Fire: A War of Heroes,PC,Strategy,Gathering of Developers,Phantagram,,,,,,,2001-01-18, +/games/boxart/full_350435JapanFrontccc.jpg,Kisekae Angel,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2004-03-25, +/games/boxart/full_8219502JapanFrontccc.jpg,Kiss x Kiss: Seirei Gakuen,GBA,Strategy,Bandai,Bandai,,,,,,,2004-12-02, +/games/boxart/full_4160875JapanFrontccc.jpg,Kita e. White Illumination,DC,Strategy,Hudson Soft,SegaSoft,,,,,,,1999-03-18, +/games/boxart/full_kknd-2krossfire_809AmericaFront.jpg,KKND 2: Krossfire,PC,Strategy,Melbourne House,Beam Software,,,,,,,1998-10-31, +/games/boxart/full_kknd-krossfire_467PALFront.jpg,KKND: Krossfire,PS,Strategy,Infogrames,Beam Software,,,,,,,1999-04-15, +/games/boxart/full_kknd-xtreme_299AmericaFront.jpg,KKND: Xtreme,PC,Strategy,Melbourne House,Beam Software,,,,,,,1997-10-31, +/games/boxart/full_774522AmericaFrontccc.jpg,Knights and Merchants: The Shattered Kingdom,PC,Strategy,IBM,Joymania Entertainment,,,,,,,1998-10-01,2018-02-02 +/games/boxart/full_834412AmericaFrontccc.jpg,Kohan II: Kings of War,PC,Strategy,Global Star Software,TimeGate Studios,,,,,,,2004-09-20, +/games/boxart/default.jpg,Kohan: Ahriman's Gift,PC,Strategy,Unknown,TimeGate Studios,,,,,,,, +/games/boxart/full_7617528AmericaFrontccc.jpg,Kohan: Immortal Sovereigns,PC,Strategy,Strategy First,TimeGate Studios,,,,,,,2001-03-14, +/games/boxart/full_755571JapanFrontccc.jpg,Koinu to Issho! 2,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2004-04-02, +/games/boxart/full_3072132JapanFrontccc.jpg,Komugi-Chan no Happy Cake,GBA,Strategy,MTO,MTO,,,,,,,2002-11-22, +/games/boxart/full_1706385JapanFrontccc.jpg,Konjiki no Gashbell!! The Card Battle for GBA,GBA,Strategy,Banpresto,Banpresto,,,,,,,2005-07-28, +/games/boxart/full_3945323JapanFrontccc.jpg,Konpeki no Kantai,PCFX,Strategy,NEC,Micro Cabin,,,,,,,1995-03-31, +/games/boxart/full_konpeki-no-kantai_1JapanFront.jpg,Konpeki no Kantai,3DO,Strategy,Tokuma Shoten,Tokuma Shoten,,,,,,,1995-04-21, +/games/boxart/default.jpg,Krinkle Krusher,PSV,Strategy,Ilusis Interactive Graphics,Ilusis Interactive Graphics,,,,,,,2015-04-07, +/games/boxart/default.jpg,Krinkle Krusher,PS4,Strategy,Ilusis Interactive Graphics,Ilusis Interactive Graphics,,,,,,,2015-04-07, +/games/boxart/default.jpg,Krinkle Krusher,PS3,Strategy,Ilusis Interactive Graphics,Ilusis Interactive Graphics,,,,,,,2015-04-07, +/games/boxart/default.jpg,Kuniya Burete Sanga Ari: Hills and Rivers Remain,DSiW,Strategy,Square Enix,Square Enix,,,,,,,2009-10-28, +/games/boxart/full_7352172JapanFrontccc.jpg,Kuno Ichiban,PS,Strategy,Shoeisha,Zero System,,,,,,,1997-09-25, +/games/boxart/5955192ccc.jpg,L'Empereur,NES,Strategy,KOEI,Koei,,,,,,,1991-11-01, +/games/boxart/default.jpg,Langrisser I,PC,Strategy,Unknown,Career Soft,,,,,,,1998-10-22, +/games/boxart/full_langrisser-i-ampamp-ii_623JapanFront.jpg,Langrisser I & II,PSN,Strategy,Sony Computer Entertainment,NCS,,,,,,,2009-04-22, +/games/boxart/full_3238092JapanFrontccc.jpg,Langrisser I & II,PS,Strategy,NCS,NCS,,,,,,,1997-07-31, +/games/boxart/full_4966502JapanFrontccc.jpg,Langrisser II,GEN,Strategy,NCS,Career Soft,,,,,,,1994-08-26, +/games/boxart/full_langrisser-ii_2JapanFront.jpg,Langrisser II,PC,Strategy,Sega,NCS,,,,,,,1998-11-20, +/games/boxart/full_3270070JapanFrontccc.jpg,Langrisser II,VC,Strategy,NCS,Career Soft,,,,,,,2007-12-25, +/games/boxart/default.jpg,Langrisser III,PC,Strategy,NCS,NCS,,,,,,,1999-02-26, +/games/boxart/full_6497357JapanFrontccc.jpg,Langrisser III,PS2,Strategy,Taito,Career Soft,,,,,,,2005-10-27, +/games/boxart/full_4002536JapanFrontccc.jpg,Langrisser IV & V: Final Edition,PS,Strategy,NCS,NCS,,,,,,,1999-01-28, +/games/boxart/full_langrisser-iv-amp-v-final-edition_520JapanFront.jpg,Langrisser IV & V: Final Edition,PSN,Strategy,Atlus,NCS,,,,,,,2009-11-25, +/games/boxart/full_3799491JapanFrontccc.jpg,Langrisser Millennium,DC,Strategy,NCS,NCS,,,,,,,1999-11-03, +/games/boxart/full_7481643JapanFrontccc.jpg,Langrisser Millineum WS: The Last Century,WS,Strategy,Bandai,Bandai,,,,,,,2000-03-09, +/games/boxart/full_8297507JapanFrontccc.jpg,Langrisser Tribute,SAT,Strategy,NCS,NCS,,,,,,,1998-12-23, +/games/boxart/full_langrisser-dramatic-edition_739JapanFront.jpg,Langrisser: Dramatic Edition,SAT,Strategy,NCS,NCS,,,,,,,1998-02-26, +/games/boxart/full_3497040JapanFrontccc.jpg,Langrisser: Hikari no Matsuei,PCE,Strategy,NCS,NCS,,,,,,,1993-08-06, +/games/boxart/full_langrisser-hikari-no-matsuei_92JapanFront.jpg,Langrisser: Hikari no Matsuei,PSN,Strategy,Hudson Soft,NCS,,,,,,,2011-02-16, +/games/boxart/full_larry-bonds-harpoon-4_36AmericaFront.jpg,Larry Bond's Harpoon 4,PC,Strategy,Unknown,Ultimation Inc.,,,,,,,, +/games/boxart/full_3677784AmericaFrontccc.jpg,Las Vegas Tycoon,PC,Strategy,Simon & Schuster Interactive,Simon & Schuster Interactive,,,,,,,2003-05-15, +/games/boxart/full_4178093AmericaFrontccc.jpg,Laser Squad: Nemesis,PC,Strategy,Got Game Entertainment,Codo Games,,,,,,,2005-04-26, +/games/boxart/default.jpg,League of Legends,OSX,Strategy,Riot Games,Riot Games,,,,,,,2009-10-27,2018-11-23 +/games/boxart/full_2362645AmericaFrontccc.jpg,League of Legends,PC,Strategy,THQ,Riot Games,8,,,,,,2009-10-27,2018-11-23 +/games/boxart/full_4180678PALFrontccc.jpg,Learn To Play Chess With Fritz & Chesster,DS,Strategy,Deep Silver,Deep Silver,,,,,,,2009-02-06, +/games/boxart/full_1940199AmericaFrontccc.jpg,Left Behind: Eternal Forces,PC,Strategy,Left Behind Games,Left Behind Games,,,,,,,2006-11-07, +/games/boxart/full_6996190AmericaFrontccc.jpg,Left Behind: Tribulation Forces,PC,Strategy,Left Behind Games,Left Behind Games,,,,,,,2007-11-15, +/games/boxart/default.jpg,Legal Crime,PC,Strategy,Unknown,Byte Enchanters Inc.,,,,,,,, +/games/boxart/full_legendary-wars-t-rex-rumble_8AmericaFront.jpg,Legendary Wars: T-Rex Rumble,DSiW,Strategy,Interplay,Interplay,,,,,,,2010-06-21, +/games/boxart/full_legends-of-war-pattons-campaign_371AmericaFront.jpg,Legends of War: Patton's Campaign,PSN,Strategy,Unknown,Enigma Software Productions,8.2,,,,,,2011-01-04, +/games/boxart/full_legio_505AmericaFront.jpg,Legio,PC,Strategy,Unknown,ICE Game Studios,,,,,,,2010-05-21, +/games/boxart/full_2150522AmericaFrontccc.jpg,Legions of Ashworld,PC,Strategy,Wastelands Interactive,Jugilus,,,,,,,2014-07-04,2018-08-08 +/games/boxart/full_8152671AmericaFrontccc.jpg,Legions of Ashworld,OSX,Strategy,Wastelands Interactive,Jugilus,,,,,,,2014-07-04,2018-08-08 +/games/boxart/full_3534838AmericaFrontccc.jpg,Legions of Ashworld,Linux,Strategy,Wastelands Interactive,Jugilus,,,,,,,2014-07-04,2018-08-08 +/games/boxart/full_7250779AmericaFrontccc.jpg,LEGO Creator,PC,Strategy,LEGO Media,Superscape,,,,,,,1998-10-26, +/games/boxart/full_9579138AmericaFrontccc.jpg,LEGO Creator: Harry Potter,PC,Strategy,LEGO Media,Superscape,,,,,,,2001-11-01, +/games/boxart/full_1726407AmericaFrontccc.jpg,LEGO Creator: Knights' Kingdom,PC,Strategy,LEGO Media,Superscape,,,,,,,2000-01-01, +/games/boxart/full_6120617PALFrontccc.jpg,LEGO Loco,PC,Strategy,LEGO Media,LEGO Media,,,,,,,1998-01-01, +/games/boxart/full_5168069AmericaFrontccc.jpg,LEGO Rock Raiders,PC,Strategy,LEGO Media,Artworld,,,,,,,1999-11-30, +/games/boxart/full_3693063AmericaFrontccc.jpg,Lemonade Ltd.,XBL,Strategy,Microsoft,Steve G,,,,,,,2009-11-08, +/games/boxart/full_3516696AmericaFrontccc.jpg,Lemonade Tycoon,PC,Strategy,Hexacto Games,Hexacto Games Inc.,,,,,,,2002-05-01, +/games/boxart/full_3692518AmericaFrontccc.jpg,Lemonade Tycoon 2: New York Edition,PC,Strategy,Mumbo Jumbo,Jamdat Mobile,,,,,,,2004-08-01, +/games/boxart/full_9999297AmericaFrontccc.jpg,Libera Wing,DSiW,Strategy,Pixel Federation,Pixel Federation,,,,,,,2010-03-22, +/games/boxart/full_113746AmericaFrontccc.jpg,Liberty or Death,GEN,Strategy,KOEI,Koei,,,,,,,1994-01-01, +/games/boxart/8118261ccc.jpg,Liberty or Death,SNES,Strategy,KOEI,Koei,,,,,,,1994-01-01, +/games/boxart/full_little-master_388JapanFront.jpg,Little Master,GB,Strategy,Tokuma Shoten,Tokuma Shoten,,,,,,,1991-04-19, +/games/boxart/full_little-master-2_506JapanFront.jpg,Little Master 2,GB,Strategy,Tokuma Shoten,Tokuma Shoten,,,,,,,1992-03-27, +/games/boxart/default.jpg,Little Shop of Treasures,MS,Strategy,Unknown,"GameHouse, Inc.",,,,,,,, +/games/boxart/full_3643085AmericaFrontccc.jpg,Little Tournament Over Yonder,WW,Strategy,Gevo Entertainment,Gevo Entertainment,,,,,,,2009-11-23, +/games/boxart/full_loopz_253AmericaFront.jpg,Loopz,PC,Strategy,Mindscape,Audiogenic Software Ltd.,,,,,,,1990-01-01, +/games/boxart/full_lord-monarch_626JapanFront.jpg,Lord Monarch,SNES,Strategy,Epoch,AIM,,,,,,,1992-10-09, +/games/boxart/full_lord-monarch-shin-gaia-oukokuki_528JapanFront.jpg,Lord Monarch: Shin Gaia Oukokuki,PSN,Strategy,Hamster Corporation,Nihon Falcom Corporation,,,,,,,2008-05-28, +/games/boxart/full_4775512JapanFrontccc.jpg,Lord Monarch: Shin Gaia Oukokuki,PS,Strategy,Toshiba EMI,Nihon Falcom Corporation,,,,,,,1998-12-23, +/games/boxart/full_lord-monarch-tokoton-sentou-densetsu_424JapanFront.jpg,Lord Monarch: Tokoton Sentou Densetsu,GEN,Strategy,Sega,Omiya Soft,,,,,,,1994-06-24, +/games/boxart/full_lord-monarch-tokoton-sentou-densetsu_425JapanFront.jpg,Lord Monarch: Tokoton Sentou Densetsu,VC,Strategy,Falcom Corporation,Omiya Soft,,,,,,,2008-08-19, +/games/boxart/full_888007AmericaFrontccc.png,Lord of the Rings: Tactics,PSN,Strategy,Electronic Arts,Amaze Entertainment,,,,,,,2009-09-30, +/games/boxart/full_4915525AmericaFrontccc.jpg,Lord of Ultima,PC,Strategy,Electronic Arts,EA Phenomic,,,,,,,2010-04-20, +/games/boxart/full_6011689AmericaFrontccc.jpg,Lords of EverQuest,PC,Strategy,Sony Online Entertainment,Rapid Eye Entertainment,,,,,,,2003-12-12, +/games/boxart/default.jpg,Lords of Magic: Special Edition,PC,Strategy,Rebellion,Impressions Games,,,,,,,1998-11-07, +/games/boxart/8427488ccc.png,Lords of the Realm,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1994-01-01, +/games/boxart/5298451ccc.png,Lords of the Realm II,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1996-10-31, +/games/boxart/1683320ccc.png,Lords of the Realm III,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,2004-03-17, +/games/boxart/default.jpg,Lords of the Realm: Royal Edition,PC,Strategy,Rebellion,Impressions Games,,,,,,,1997-11-30, +/games/boxart/full_lost-empire-immortals_816AmericaFront.jpg,Lost Empire: Immortals,PC,Strategy,Paradox Interactive,Pollux Gamelabs,,,,,,,2008-03-11, +/games/boxart/full_9730671PALFrontccc.jpg,Lula: The Sexy Empire,PC,Strategy,Take-Two Interactive,cdv Software,,,,,,,1998-01-01, +/games/boxart/full_6057858JapanFrontccc.jpg,Lunar Wing,PS,Strategy,Takara,Takara,,,,,,,2001-07-12, +/games/boxart/full_8001638AmericaFrontccc.jpg,Luxury Liner Tycoon,PC,Strategy,Global Star Software,Global Star Software,,,,,,,2004-01-20, +/games/boxart/2636708ccc.jpg,Lynx Casino,Lynx,Strategy,Atari,"Brian A. Rice, Inc.",,,,,,,1992-12-31, +/games/boxart/full_8621316PALFrontccc.jpg,M.A.X: Mechanized Assault & Exploration,PC,Strategy,Interplay,Interplay,,,,,,,1996-12-31, +/games/boxart/full_382574AmericaFrontccc.jpg,M.A.X: Mechanized Assault & Exploration 2,PC,Strategy,Interplay,Flat Cat,,,,,,,1998-07-31, +/games/boxart/5431171ccc.jpg,M.U.L.E.,NES,Strategy,Mindscape,Ozark Softscape,,,,,,,1990-09-01, +/games/boxart/full_9187316AmericaFrontccc.jpg,Machines,PC,Strategy,Acclaim Entertainment,Charybdis,,,,,,,1999-03-31, +/games/boxart/full_3443096AmericaFrontccc.jpg,Machines at War 3,PC,Strategy,Isotope 244 LLC,Isotope 244,,,,,,,2014-07-23, +/games/boxart/full_1328488AmericaFrontccc.jpg,Machines at War 3,OSX,Strategy,Isotope 244 LLC,Isotope 244,,,,,,,2014-07-23, +/games/boxart/full_4594260JapanFrontccc.jpg,Macross 7:Ginger no Heart o Furuwa Sero!!,GB,Strategy,Epoch,Epoch,,,,,,,2000-03-17, +/games/boxart/full_2410959JapanFrontccc.jpg,Macross Since 1983,PC,Strategy,Media Kite,Upstar,,,,,,,1998-10-16, +/games/boxart/full_3629460JapanFrontccc.jpg,Macross: True Love Song,WS,Strategy,Lay-Up,Lay-Up,,,,,,,2000-03-23, +/games/boxart/full_2124288AmericaFrontccc.jpg,Magic & Mayhem,PC,Strategy,Virgin Interactive,Mythos Games,,,,,,,1998-01-01, +/games/boxart/full_7196620AmericaFrontccc.jpg,Magic & Mayhem: The Art of Magic,PC,Strategy,Bethesda Softworks,Charybdis,,,,,,,2001-10-26, +/games/boxart/full_4008353AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,X360,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 +/games/boxart/full_9069536AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,And,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 +/games/boxart/full_8863885AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,PC,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 +/games/boxart/full_5690198AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,PS3,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 +/games/boxart/full_6737268AmericaFrontccc.jpg,Magic: The Gathering - Battlegrounds,PC,Strategy,Atari,Secret Level,,,,,,,2003-11-18, +/games/boxart/full_8173739AmericaFrontccc.jpg,Magic: The Gathering - Battlemage,PC,Strategy,Acclaim Entertainment,Realtime Associates,,,,,,,1997-01-01, +/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers_10AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers,PC,Strategy,Wizards of the Coast,Stainless Games,7.5,,,,,,2010-06-15, +/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-1998_10AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers (1998),PC,Strategy,Wizards of the Coast,MicroProse,,,,,,,1998-01-14, +/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-2012_433AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers 2012,XBL,Strategy,Wizards of the Coast,Stainless Games,7.7,,,,,,2011-06-15, +/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-2012_495AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers 2012,PSN,Strategy,Wizards of the Coast,Stainless Games,7.3,,,,,,2011-06-14, +/games/boxart/default.jpg,Magic: The Gathering - Tactics,PC,Strategy,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2011-01-24, +/games/boxart/default.jpg,Magic: The Gathering - Tactics,PSN,Strategy,Unknown,Sony Online Entertainment,,,,,,,, +/games/boxart/full_4800808JapanFrontccc.jpg,Magical Date: Doki Doki Kouhaku Daisakusen,PS,Strategy,Taito,Taito,,,,,,,1997-11-20, +/games/boxart/default.jpg,Magna Mundi,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2012-01-17, +/games/boxart/full_2614002AmericaFrontccc.png,Magnifico,And,Strategy,Matrix Games,Matrix Games,,,,,,,2014-06-25, +/games/boxart/full_1348727JapanFrontccc.jpg,Mahou Kishi Rayearth 2: Making of Magic Knight,GG,Strategy,Sega,Sega,,,,,,,1995-08-04, +/games/boxart/full_majesty-2-battles-of-ardania_340AmericaFront.jpg,Majesty 2: Battles of Ardania,PC,Strategy,Paradox Interactive,1C:Ino-Co,4.5,,,,,,2010-11-09, +/games/boxart/full_majesty-2-kingmaker_980AmericaFront.jpg,Majesty 2: Kingmaker,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2010-03-26, +/games/boxart/full_majesty-2-monster-kingdom_307AmericaFront.jpg,Majesty 2: Monster Kingdom,PC,Strategy,Paradox Interactive,1C,,,,,,,2011-01-11, +/games/boxart/full_907574AmericaFrontccc.jpg,Majesty: The Fantasy Kingdom Sim,PC,Strategy,Microprose,Cyberlore Studios,,,,,,,2000-02-29, +/games/boxart/full_1584721AmericaFrontccc.jpg,Majesty: The Fantasy Kingdom Sim - Gold Edition,PC,Strategy,Infogrames,Cyberlore Studios,,,,,,,2002-01-15, +/games/boxart/default.jpg,MAKIVA,XBL,Strategy,Unknown,yuwaka,,,,,,,, +/games/boxart/full_9118534AmericaFrontccc.jpg,Mall of America Tycoon,PC,Strategy,Activision,4HEAD Studios,,,,,,,2004-09-28, +/games/boxart/full_5824329AmericaFrontccc.jpg,Mall Tycoon 2,PC,Strategy,Global Star Software,Fusion Digital,,,,,,,2003-09-24, +/games/boxart/full_1675379AmericaFrontccc.jpg,Man of War II: Chains of Command,PC,Strategy,GT Interactive,Strategy First,,,,,,,1999-01-01, +/games/boxart/full_5927879JapanFrontccc.jpg,Manga Ka Debut Monogatari: Akogare! Manga Ka Ikusei Game!,GBA,Strategy,TDK Core,TDK Core,,,,,,,2002-12-20, +/games/boxart/full_maplestory-itcg_326AmericaFront.jpg,MapleStory iTCG,PC,Strategy,Unknown,Nexon,,,,,,,, +/games/boxart/full_9667514AmericaFrontccc.jpg,March of War,PC,Strategy,Isotx,Isotx,,,,,,,2014-06-10, +/games/boxart/full_2736331AmericaFrontccc.jpg,March of War,OSX,Strategy,Isotx,Isotx,,,,,,,2014-06-10, +/games/boxart/full_marchen-club_256JapanFront.jpg,Marchen Club,GB,Strategy,Naxat Soft,Naxat Soft,,,,,,,1992-09-25, +/games/boxart/full_508027JapanFrontccc.jpg,Marionette Handler,DC,Strategy,Micronet,Micronet,,,,,,,1999-07-29, +/games/boxart/full_169011JapanFrontccc.jpg,Marionette Handler 2,DC,Strategy,Micronet,Micronet,,,,,,,2000-11-09, +/games/boxart/full_4766082JapanFrontccc.jpg,Marmalade Boy,SNES,Strategy,Bandai,Kuusou Kagaku,,,,,,,1995-04-21, +/games/boxart/full_8506928JapanFrontccc.jpg,Marmalade Boy,GB,Strategy,Bandai,Bandai,,,,,,,1995-01-27, +/games/boxart/full_9374254AmericaFrontccc.jpg,Marvelous Galaxy,XBL,Strategy,Microsoft,Darix,,,,,,,2009-11-18, +/games/boxart/full_3231300AmericaFrontccc.jpg,Massive Assault,PC,Strategy,Matrix Games,Wargaming.net,,,,,,,2003-10-28, +/games/boxart/full_4697046PALFrontccc.jpg,Massive Assault Network,PC,Strategy,Wargaming.net,Wargaming.net,,,,,,,2004-04-13, +/games/boxart/full_131537AmericaFrontccc.jpg,Massive Assault Network 2,PC,Strategy,Wargaming.net,Wargaming.net,,,,,,,2006-01-01, +/games/boxart/default.jpg,Massive Assault: Phantom Renaissance,PC,Strategy,Unknown,Wargaming.net,,,,,,,, +/games/boxart/full_8723723AmericaFrontccc.jpg,Master of Magic,PC,Strategy,Microprose,SimTex,,,,,,,1994-01-01, +/games/boxart/full_5652674AmericaFrontccc.jpg,Master of Monsters,GEN,Strategy,Renovation,Opera House,,,,,,,1991-01-01, +/games/boxart/default.jpg,Master of Orion 1+2,PC,Strategy,Atari,SimTex,,,,,,,1996-11-22, +/games/boxart/full_8406008AmericaFrontccc.jpeg,Master of Orion II: Battle at Antares,PC,Strategy,Microprose,SimTex,,,,,,,1996-01-01, +/games/boxart/2265624ccc.jpg,Master of Orion III,PC,Strategy,Atari,"Quicksilver Software, Inc",,,,,,,2003-02-25, +/games/boxart/full_997172JapanFrontccc.jpg,Masumon Kids: The Another World of The Master of Monsters,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1998-06-25, +/games/boxart/full_mayday-conflict-earth_576AmericaFront.jpg,Mayday: Conflict Earth,PC,Strategy,JoWood Productions,Boris Games,,,,,,,2000-12-29, +/games/boxart/full_1576296AmericaFrontccc.jpg,MechCommander 2,PC,Strategy,Microsoft,FASA Interactive,,,,,,,2001-07-18, +/games/boxart/full_1862940AmericaFrontccc.jpg,MechCommander: Gold,PC,Strategy,Hasbro Interactive,FASA Interactive,,,,,,,1999-08-31, +/games/boxart/default.jpg,Mecho Wars,DSiW,Strategy,Unknown,Flying Tiger Entertainment,,,,,,,, +/games/boxart/default.jpg,Mecho Wars,WW,Strategy,Unknown,Flying Tiger Entertainment,,,,,,,, +/games/boxart/full_8281807AmericaFrontccc.jpg,Medieval: Total War - Viking Invasion,PC,Strategy,Activision,The Creative Assembly,8.2,,,,,,2003-05-07, +/games/boxart/full_medieval-total-war-battle-collection_701AmericaFront.jpg,Medieval: Total War Battle Collection,PC,Strategy,Activision,The Creative Assembly,,,,,,,2004-01-07, +/games/boxart/full_9296977JapanFrontccc.jpg,Mega Schwarzschild,SCD,Strategy,Sega,Sega,,,,,,,1993-06-25, +/games/boxart/full_4649455AmericaFrontccc.jpg,Megalopolis,XBL,Strategy,Microsoft,MonkeysInSpaceSuits,,,,,,,2009-08-14, +/games/boxart/full_9477931JapanFrontccc.jpg,Melty Lancer: Ginga Shoujo Keisatsu 2086,SAT,Strategy,Imagineer,Tenky,,,,,,,1996-12-13, +/games/boxart/full_582511JapanFrontccc.jpg,Melty Lancer: Ginga Shoujo Keisatsu 2086,PS,Strategy,Imagineer,Tenky,,,,,,,1996-03-22, +/games/boxart/full_8885178JapanFrontccc.jpg,Melty Lancer: Re-inforce,SAT,Strategy,Imadio,Tenky,,,,,,,1998-05-21, +/games/boxart/full_4302343JapanFrontccc.jpg,Melty Lancer: Re-inforce,PS,Strategy,Imadio,Tenky,,,,,,,1997-12-04, +/games/boxart/full_6156222JapanFrontccc.jpg,Melty Lancer: The 3rd Planet,PS,Strategy,Konami,Tenky,,,,,,,1999-06-17, +/games/boxart/full_8063663JapanFrontccc.jpg,Mercurius Pretty: End of the Century,DC,Strategy,NEC Interchannel,Stack,,,,,,,2000-11-16, +/games/boxart/full_8297037JapanFrontccc.jpg,Meta Communication Therapy: Ne Kiite,WS,Strategy,Media Entertainment,Media Entertainment Inc.,,,,,,,2000-03-23, +/games/boxart/full_2795239AmericaFrontccc.jpg,Metal Fatigue,PC,Strategy,TalonSoft,Zono Inc.,,,,,,,2000-07-31, +/games/boxart/full_4563033PALFrontccc.jpeg,Metal Gear Acid Mobile,Mob,Strategy,Glu Mobile Inc.,Konami,,,,,,,2008-03-10,2018-09-12 +/games/boxart/full_4416510AmericaFrontccc.jpg,Metal Marines,PC,Strategy,Mindscape,Namco,,,,,,,1994-01-01, +/games/boxart/full_9202826AmericaFrontccc.jpg,Metal Marines,SNES,Strategy,Namco,Namco,,,,,,,1993-12-01, +/games/boxart/4043765ccc.jpg,Metal Marines,VC,Strategy,Namco Bandai,Namco,,,,,,,2007-10-15, +/games/boxart/full_metara_211PALFront.jpg,Metara,PSN,Strategy,Unknown,Playgroundsquad,,,,,,,2011-01-19, +/games/boxart/full_militarism_885AmericaFront.jpg,Militarism,PC,Strategy,Summitsoft,Summitsoft Entertainment,,,,,,,2002-11-05, +/games/boxart/full_military-history-commander-europe-at-war_923AmericaFront.jpg,Military History: Commander - Europe at War,PSN,Strategy,Slitherine Software,Impressionware SRL,,,,,,,2010-12-07, +/games/boxart/full_2036643AmericaFrontccc.jpg,Military Madness,PCE,Strategy,Hudson Soft,Hudson Soft,,,,,,,1989-01-01, +/games/boxart/full_4003067AmericaFrontccc.jpg,Military Madness,VC,Strategy,Hudson Soft,Hudson Soft,,,,,,,2006-12-18, +/games/boxart/full_5034645AmericaFrontccc.jpg,Military Madness: Nectaris,WW,Strategy,Hudson Soft,Backbone Entertainment,,,,,,,2010-04-12, +/games/boxart/full_2643558AmericaFrontccc.jpg,Military Madness: Nectaris,XBL,Strategy,Hudson Soft,Backbone Entertainment,,,,,,,2009-09-30, +/games/boxart/full_580675AmericaFrontccc.png,Military Madness: Nectaris,PSN,Strategy,Hudson Soft,Backbone Entertainment,,,,,,,2009-11-05, +/games/boxart/full_military-sniper-sim-318_4AmericaFront.jpg,MILITARY SNIPER-SIM 3.18,XBL,Strategy,Microsoft,reedake2,,,,,,,2010-08-15, +/games/boxart/full_9418352JapanFrontccc.jpg,Mini-4 Boy,GB,Strategy,J-Wing,J-Wing,,,,,,,1996-12-27, +/games/boxart/full_2302681JapanFrontccc.jpg,Mini-4 Boy II,GB,Strategy,J-Wing,J-Wing,,,,,,,1997-09-26, +/games/boxart/full_mini-yonku-gb-lets-ampamp-go-all-star-battle-max_273JapanFront.jpg,Mini-Yonku GB: Let's & Go!! All-Star Battle MAX,GB,Strategy,ASCII Entertainment,Jupiter Multimedia,,,,,,,1998-06-19, +/games/boxart/full_1169939JapanFrontccc.jpg,Minimoni: Mika no Happy Morning Chatty,GBA,Strategy,Shogakukan,Shogakukan,,,,,,,2002-04-01, +/games/boxart/full_3952851AmericaFrontccc.jpg,Mission: Humanity,PC,Strategy,EON Digital Entertainment,Techland,,,,,,,2001-02-14, +/games/boxart/default.jpg,MOAI: Build Your Dream,PC,Strategy,Buka Entertainment,"Alawar Entertainment, Inc.",,,,,,,2015-02-26,2019-05-03 +/games/boxart/full_5480380JapanFrontccc.jpg,Mobile Suit Gundam Volume 1 Side 7,WS,Strategy,Bandai,Bandai,,,,,,,2001-02-01, +/games/boxart/full_7278499JapanFrontccc.jpg,Mobile Suit Gundam: Gihren's Greed - Blood of Zeon,DC,Strategy,Bandai,Bandai,,,,,,,2000-06-29, +/games/boxart/full_9904943JapanFrontccc.jpg,Mobile Suit Gundam: Giren no Yabou- Zeon no Keifu- Kouryaku Shireisho,PS,Strategy,Bandai,Bandai,,,,,,,2000-06-29, +/games/boxart/default.jpg,Modern Naval Battles: WWII at Sea,PC,Strategy,Unknown,Dan Verssen Games,,,,,,,, +/games/boxart/full_moe-moe-2-ji-daisenryaku_4JapanFront.jpg,Moe Moe 2-Ji Daisenryaku,PC,Strategy,System Soft,System Soft,,,,,,,2007-12-21, +/games/boxart/full_5374304JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku * Ultra Deluxe,X360,Strategy,System Soft,System Soft,,,,,,,2010-03-18, +/games/boxart/full_190188JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku * Ultra Deluxe,PC,Strategy,System Soft,System Soft,,,,,,,2009-03-20, +/games/boxart/full_moe-moe-2-ji-daisenryaku-2_4JapanFront.jpg,Moe Moe 2-Ji Daisenryaku 2,PC,Strategy,System Soft,System Soft Alpha,,,,,,,2009-09-25, +/games/boxart/full_7818152JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku 2: Yamato Nadesico,DS,Strategy,System Soft,System Soft,,,,,,,2010-03-18, +/games/boxart/full_moe-moe-2-ji-daisenryaku-deluxe_10JapanFront.jpg,Moe Moe 2-Ji Daisenryaku Deluxe,PS2,Strategy,System Soft,System Soft Alpha,,,,,,,2008-11-27, +/games/boxart/full_moe-moe-2-ji-daisenryaku-deluxe_8JapanFront.jpg,Moe Moe 2-Ji Daisenryaku Deluxe,PSP,Strategy,System Soft,System Soft Alpha,,,,,,,2008-11-27, +/games/boxart/default.jpg,Moe Moe 2-Ji Daisenryaku Deluxe,PSN,Strategy,System Soft,System Soft Alpha,,,,,,,2009-09-07, +/games/boxart/full_moe-moe-daisensou-gendaiban_321JapanFront.jpg,Moe Moe Daisensou * Gendaiban+,PSP,Strategy,System Soft,System Soft,,,,,,,2011-09-01, +/games/boxart/full_moe-moe-daisensou-gendaiban_385JapanFront.jpg,Moe Moe Daisensou * Gendaiban+,PSN,Strategy,System Soft,System Soft,,,,,,,2011-09-01, +/games/boxart/full_monkey-puncher_627PALFront.jpg,Monkey Puncher,GB,Strategy,Event Horizon Software,Taito Corporation,,,,,,,2000-12-01, +/games/boxart/full_4449219AmericaFrontccc.jpg,Monster Mash,PC,Strategy,Sandlot Games,Sandlot Games,,,,,,,2008-02-05, +/games/boxart/full_monster-traveler_296JapanFront.jpg,Monster Traveler,GB,Strategy,Taito,Taito Corporation,,,,,,,2002-03-08, +/games/boxart/full_2522892AmericaFrontccc.jpg,Moon Tycoon,PC,Strategy,Anarchy Enterprises,Unique Entertainment,,,,,,,2001-10-11, +/games/boxart/full_5244280AmericaFrontccc.jpg,Moonbase,PC,Strategy,Wesson International,Wesson International,,,,,,,1990-01-01, +/games/boxart/3539339ccc.jpg,MoonBase Commander,PC,Strategy,Atari,Humongous Entertainment,,,,,,,2002-08-13, +/games/boxart/full_7632973AmericaFrontccc.png,Mushroom Wars,PSN,Strategy,Creat Studio,Creat Studios,,,,,,,2009-10-15, +/games/boxart/full_musou-tourou_963JapanFront.jpg,Musou Tourou,PSN,Strategy,Nippon Ichi Software,FOG (Full On Games),,,,,,,2010-03-24, +/games/boxart/default.jpg,Muzzle Velocity,PC,Strategy,Code Fusion,Digi For Fun,,,,,,,1996-12-31, +/games/boxart/default.jpg,Myth II: Chimera,PC,Strategy,Bungie Software,Bungie Software,,,,,,,1999-01-01, +/games/boxart/9987932ccc.jpg,Myth II: Soulblighter,PC,Strategy,Bungie Software,Bungie Software,,,,,,,1998-06-01,2018-10-11 +/games/boxart/default.jpg,Myth II: Worlds,PC,Strategy,Unknown,Take-Two Interactive,,,,,,,, +/games/boxart/1798417ccc.jpg,Myth III: The Wolf Age,PC,Strategy,Mumbo Jumbo,Take 2 Interactive,,,,,,,2001-10-30, +/games/boxart/full_3120956AmericaFrontccc.jpg,Myth: The Fallen Lords,PC,Strategy,Bungie Software,Bungie Software,,,,,,,1997-10-31, +/games/boxart/full_3007468PALFrontccc.png,Mytran Wars,PSN,Strategy,Koch Media,Stormregion,,,,,,,2010-01-28, +/games/boxart/full_5748381JapanFrontccc.jpg,N-Gauge Unten Kibun Game: Gatan Goton,PS,Strategy,Toshiba EMI,Tomy,,,,,,,1999-03-11, +/games/boxart/full_3676756JapanFrontccc.jpg,Nakayoshi Youchien,GBA,Strategy,TDK Core,TDK Core,,,,,,,2002-10-04, +/games/boxart/full_210482JapanFrontccc.jpg,Namco Super Wars,WS,Strategy,Bandai,Namco,,,,,,,2002-10-31, +/games/boxart/full_2506468JapanFrontccc.jpg,Namco x Capcom,PS2,Strategy,Namco,Monolith Soft,,,,,,,2005-05-26, +/games/boxart/full_napoleon-total-war-the-peninsular-campaign_698AmericaFront.jpg,Napoleon: Total War - The Peninsular Campaign,PC,Strategy,Sega,The Creative Assembly,,,,,,,2010-07-25, +/games/boxart/full_3458681JapanFrontccc.jpg,Naruto: Konoha Senki,GBA,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2003-09-12, +/games/boxart/full_500514AmericaFrontccc.jpg,National Lampoon's University Tycoon,PC,Strategy,Activision,Anarchy Enterprises,,,,,,,2004-10-27, +/games/boxart/full_naval-warfare_660PALFront.jpg,Naval Warfare,PC,Strategy,Unknown,Game Distillery s.r.o.,,,,,,,2011-05-25, +/games/boxart/full_6008640JapanFrontccc.jpg,Navit,PS,Strategy,ArtDink,ArtDink,,,,,,,1998-09-03, +/games/boxart/full_2058315JapanFrontccc.jpg,Navy Blue,NES,Strategy,I'Max,Use,,,,,,,1992-02-14, +/games/boxart/default.jpg,Navy Force,PC,Strategy,Unknown,Ngames Limited,,,,,,,, +/games/boxart/full_6623371JapanFrontccc.jpg,Nectaris GB,GB,Strategy,Hudson Soft,TamTam,,,,,,,1998-02-27, +/games/boxart/full_3264314PALFrontccc.jpg,Neighbours From Hell,DS,Strategy,Pinnacle,JoWood Productions,,,,,,,2009-03-06, +/games/boxart/full_8529723AmericaFrontccc.jpg,Neighbours From Hell,PC,Strategy,Encore,JoWood Productions,,,,,,,2003-09-22, +/games/boxart/full_3743838PALFrontccc.jpg,Neighbours From Hell,GC,Strategy,JoWood Productions,JoWood Productions,3,,,,,,2005-03-04, +/games/boxart/full_6861397PALFrontccc.jpg,Neighbours From Hell,XB,Strategy,JoWood Productions,JoWood Productions,,,,,,,2005-03-04, +/games/boxart/full_5238999JapanFrontccc.jpg,Neo Nectaris,VC,Strategy,Hudson Soft,Hudson Soft,,,,,,,2008-02-26, +/games/boxart/full_9018039JapanFrontccc.jpg,Neo Nectaris,PCE,Strategy,Hudson Soft,Hudson Soft,,,,,,,1994-07-29, +/games/boxart/full_6132217AmericaFrontccc.jpg,Neo Terra,XBL,Strategy,Microsoft,mechaghost,,,,,,,2009-11-19, +/games/boxart/full_7215404AmericaFrontccc.jpg,New Horizons,PC,Strategy,KOEI,Koei / Inis,,,,,,,1995-01-01, +/games/boxart/1825906ccc.jpg,New Horizons,SNES,Strategy,KOEI,Koei,,,,,,,1994-01-01, +/games/boxart/full_4858228AmericaFrontccc.jpg,New Horizons,VC,Strategy,KOEI,Koei,,,,,,,2009-04-06, +/games/boxart/full_2565041AmericaFrontccc.jpg,New Horizons,GEN,Strategy,KOEI,Koei,,,,,,,1994-01-01, +/games/boxart/full_nexagon-deathmatch_1AmericaFront.jpg,Nexagon: Deathmatch,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-07-23, +/games/boxart/full_5028332AmericaFrontccc.jpg,NextWar: The Quest for Earth,XBL,Strategy,Microsoft,Micron Game Studios,,,,,,,2009-03-27, +/games/boxart/full_nhk-taiga-drama-taiheki_4JapanFront.jpg,NHK Taiga Drama: Taiheiki,PCE,Strategy,NHK,KSS,,,,,,,1992-01-31, +/games/boxart/full_no-heroes-allowed_2AmericaFront.jpg,No Heroes Allowed!,PSN,Strategy,Sony Computer Entertainment,Acquire,7,,,,,,2010-11-02, +/games/boxart/full_4047905JapanFrontccc.jpg,Nobunaga Ibun,GBA,Strategy,Global A Entertainment,Global A Entertainment,,,,,,,2002-07-04, +/games/boxart/full_8397582JapanFrontccc.jpg,Nobunaga Kouki,SNES,Strategy,Yanoman,Yanoman,,,,,,,1993-01-29, +/games/boxart/full_7771394JapanFrontccc.jpg,Nobunaga no Yabou,GBA,Strategy,KOEI,Koei / Inis,,,,,,,2001-09-28, +/games/boxart/full_5270339JapanFrontccc.jpg,Nobunaga no Yabou for WonderSwan,WS,Strategy,KOEI,Koei/Inis,,,,,,,1999-03-11, +/games/boxart/full_7957046JapanFrontccc.jpg,Nobunaga no Yabou Game Boy Han 2,GB,Strategy,KOEI,Koei / Inis,,,,,,,1999-04-09, +/games/boxart/full_7693080JapanFrontccc.jpg,Nobunaga no Yabou Online,PC,Strategy,KOEI,Koei,,,,,,,2004-02-04, +/games/boxart/full_9699944JapanFrontccc.jpg,Nobunaga no Yabou Online,PS2,Strategy,KOEI,Koei,,,,,,,2003-06-12, +/games/boxart/full_8080046JapanFrontccc.jpg,Nobunaga no Yabou Online: Haten no Shou,PC,Strategy,Unknown,Koei,,,,,,,, +/games/boxart/full_2049957JapanFrontccc.jpg,Nobunaga no Yabou Online: Haten no Shou,PS2,Strategy,KOEI,Koei,,,,,,,2006-12-13, +/games/boxart/full_nobunaga-no-yabou-online-shinsei-no-shou_255JapanFront.jpg,Nobunaga no Yabou Online: Shinsei no Shou,PS3,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2010-12-22, +/games/boxart/full_155983JapanFrontccc.jpg,Nobunaga no Yabou Online: Souha no Shou,PS2,Strategy,KOEI,Koei,,,,,,,2008-03-26, +/games/boxart/default.jpg,Nobunaga no Yabou Online: Souha no Shou,PC,Strategy,KOEI,Koei,,,,,,,2008-03-26, +/games/boxart/full_9240200JapanFrontccc.jpg,Nobunaga no Yabou Online: Tappi no Shou,PS2,Strategy,KOEI,Koei,,,,,,,2004-12-15, +/games/boxart/full_8225224JapanFrontccc.jpg,Nobunaga no Yabou Returns,SAT,Strategy,KOEI,Koei,,,,,,,1996-03-29, +/games/boxart/full_1751114JapanFrontccc.jpg,Nobunaga no Yabou Value Set,SAT,Strategy,KOEI,Koei,,,,,,,1997-02-21, +/games/boxart/full_7436389JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunroku,PCE,Strategy,KOEI,Koei,,,,,,,1993-02-27, +/games/boxart/full_2399663JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunroku,PS,Strategy,KOEI,Koei / Inis,,,,,,,1999-02-18, +/games/boxart/full_156182JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunroku,NES,Strategy,KOEI,Koei,,,,,,,1991-12-21, +/games/boxart/full_2777500JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunsoku,GEN,Strategy,KOEI,Koei,,,,,,,1991-12-20, +/games/boxart/full_6036850JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,GEN,Strategy,KOEI,Koei,,,,,,,1994-02-25, +/games/boxart/full_273139JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,3DO,Strategy,KOEI,Koei,,,,,,,1994-09-16, +/games/boxart/full_5699287JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,PS,Strategy,KOEI,Koei,,,,,,,1995-09-15, +/games/boxart/full_791666JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,SCD,Strategy,KOEI,Koei,,,,,,,1994-03-25, +/games/boxart/full_3107162JapanFrontccc.jpg,Nobunaga no Yabou: Kakushin,PC,Strategy,KOEI,Koei,,,,,,,2005-06-22, +/games/boxart/full_4364369JapanFrontccc.jpg,Nobunaga no Yabou: Kakushin with Power-Up Kit,Wii,Strategy,KOEI,Koei,,,,,,,2008-03-06, +/games/boxart/full_8187544JapanFrontccc.jpg,Nobunaga no Yabou: Kunitori Zunou Battle,DS,Strategy,KOEI,Koei,,,,,,,2008-06-26, +/games/boxart/full_1473904JapanFrontccc.jpg,Nobunaga no Yabou: Ranseiki,XB,Strategy,KOEI,Koei,,,,,,,2002-02-22, +/games/boxart/full_8821603JapanFrontccc.jpg,Nobunaga no Yabou: Ranseiki with Power-Up Kit,PS2,Strategy,KOEI,Koei / Inis,,,,,,,2002-10-03, +/games/boxart/full_7470982JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden,PSP,Strategy,KOEI,Koei,,,,,,,2006-03-16, +/games/boxart/full_2643068JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden,DC,Strategy,KOEI,Koei,,,,,,,1999-12-16, +/games/boxart/full_1357900JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden with Power-Up Kit,PS,Strategy,KOEI,Koei / Inis,,,,,,,2000-04-06, +/games/boxart/full_445423JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden with Power-Up Kit,PSP,Strategy,KOEI,Koei,,,,,,,2006-03-23, +/games/boxart/full_2373095JapanFrontccc.jpg,Nobunaga no Yabou: Returns,PS,Strategy,KOEI,Koei,,,,,,,1996-08-02, +/games/boxart/full_670942JapanFrontccc.jpg,Nobunaga no Yabou: Sengouku Gunyuuden,PS,Strategy,KOEI,Koei,,,,,,,1998-03-07, +/games/boxart/full_3780766JapanFrontccc.jpg,Nobunaga no Yabou: Sengouku Gunyuuden,SAT,Strategy,KOEI,Koei,,,,,,,1998-04-09, +/games/boxart/full_6173665JapanFrontccc.jpg,Nobunaga no Yabou: Sho Hoshi Hasumi,SAT,Strategy,KOEI,Koei,,,,,,,1998-04-02, +/games/boxart/full_5765208JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku,PS,Strategy,KOEI,Koei,,,,,,,1997-11-27, +/games/boxart/full_5239192JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku,PSP,Strategy,KOEI,Koei,,,,,,,2005-12-22, +/games/boxart/full_5073314JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku with Power-Up Kit,DC,Strategy,KOEI,Koei,,,,,,,1999-03-25, +/games/boxart/full_4159643JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku with Power-Up Kit,PS,Strategy,KOEI,Koei / Inis,,,,,,,1999-04-01, +/games/boxart/full_4018231JapanFrontccc.jpg,Nobunaga no Yabou: Soutensoku,PS2,Strategy,KOEI,Koei,,,,,,,2003-01-30, +/games/boxart/default.jpg,Nobunaga no Yabou: Soutensoku,PC,Strategy,KOEI,Koei,,,,,,,2002-06-28, +/games/boxart/full_6551524JapanFrontccc.jpg,Nobunaga no Yabou: Soutensoku with Power-Up Kit,PS2,Strategy,KOEI,Koei,,,,,,,2003-12-18, +/games/boxart/full_2599837JapanFrontccc.jpg,Nobunaga no Yabou: Tendou,X360,Strategy,KOEI,Koei,,,,,,,2010-03-04, +/games/boxart/full_1723445JapanFrontccc.jpg,Nobunaga no Yabou: Tendou,PC,Strategy,KOEI,Koei,,,,,,,2009-09-18, +/games/boxart/full_nobunaga-no-yabou-tendou-with-power-up-kit_303JapanFront.jpg,Nobunaga no Yabou: Tendou with Power-Up Kit,PC,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2010-12-17, +/games/boxart/full_5774504JapanFrontccc.jpg,Nobunaga no Yabou: Tenka Sousei with Power-Up Kit,PS2,Strategy,KOEI,Koei,,,,,,,2005-01-20, +/games/boxart/full_3208476JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki,PS,Strategy,KOEI,Koei,,,,,,,1996-03-29, +/games/boxart/full_8995114JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki with Power-Up Kit,PS,Strategy,KOEI,Koei,,,,,,,1997-09-11, +/games/boxart/full_7457557JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki with Power-Up Kit,SAT,Strategy,KOEI,Koei,,,,,,,1997-09-11, +/games/boxart/full_8377774JapanFrontccc.jpg,Nobunaga no Yabou: Tenshouki,PSP,Strategy,KOEI,Koei,,,,,,,2005-09-01, +/games/boxart/full_375165JapanFrontccc.jpg,Nobunaga no Yabou: Zenkokuban,PS,Strategy,KOEI,Koei,,,,,,,1998-01-22, +/games/boxart/full_nobunaga-no-yabou-zenkokuban_357JapanFront.jpg,Nobunaga no Yabou: Zenkokuban,PSN,Strategy,KOEI,Koei,,,,,,,2010-11-10, +/games/boxart/full_589167JapanFrontccc.jpg,Nobunaga no Yabou: Zenkokuban,PCE,Strategy,KOEI,Koei,,,,,,,1993-12-11, +/games/boxart/full_7418648JapanFrontccc.jpg,Nobunaga Senki,PS2,Strategy,Global A Entertainment,Global A Entertainment,,,,,,,2004-06-03, +/games/boxart/full_480015JapanFrontccc.jpg,Nobunaga Shippuuki: Ko,PS,Strategy,Bullet Proof Software,Bullet Proof Software,,,,,,,1996-04-26, +/games/boxart/full_3168342AmericaFrontccc.jpg,Nobunaga's Ambition,NES,Strategy,KOEI,Koei,,,,,,,1988-01-01, +/games/boxart/full_3271482AmericaFrontccc.jpg,Nobunaga's Ambition,GB,Strategy,KOEI,Koei / Inis,,,,,,,1990-01-01, +/games/boxart/full_5844319AmericaFrontccc.jpg,Nobunaga's Ambition,SNES,Strategy,KOEI,Koei,,,,,,,1993-12-01, +/games/boxart/full_2273321AmericaFrontccc.jpg,Nobunaga's Ambition,VC,Strategy,KOEI,Koei,,,,,,,2009-04-27, +/games/boxart/4242244ccc.jpg,Nobunaga's Ambition,GEN,Strategy,KOEI,Koei,,,,,,,1993-01-01, +/games/boxart/full_4355653AmericaFrontccc.jpg,Nobunaga's Ambition II,NES,Strategy,KOEI,Koei,,,,,,,1990-02-03, +/games/boxart/full_510759JapanFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PS3,Strategy,Tecmo Koei,Koei,,,,,,,2015-09-01,2018-12-29 +/games/boxart/full_2596526JapanFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PC,Strategy,Tecmo Koei,Koei,,,,,,,2015-09-01,2018-12-29 +/games/boxart/full_4395409JapanFrontccc.jpg,Nobunaga?s Ambition: Sphere of Influence ? Ascension,PC,Strategy,Tecmo Koei,Koei Tecmo Games,,,,,,,2016-10-26,2018-07-30 +/games/boxart/870597ccc.jpg,North and South,NES,Strategy,Kemco,Seika Corp.,,,,,,,1990-12-01, +/games/boxart/full_nova-remnant_390AmericaFront.jpg,Nova Remnant,XBL,Strategy,Microsoft,Stewart Taylor,,,,,,,2011-08-17, +/games/boxart/full_nuclear-war_165AmericaFront.jpg,Nuclear War,PC,Strategy,New World Computing,New World Computing,,,,,,,1991-01-01, +/games/boxart/full_546595AmericaFrontccc.jpg,Number Battle,DSiW,Strategy,Nintendo,Mitchell,,,,,,,2010-01-25, +/games/boxart/full_4996936JapanFrontccc.jpg,O Hana Okusan Ninarou!,GBA,Strategy,MTO,MTO,,,,,,,2002-07-19, +/games/boxart/full_5283357AmericaFrontccc.png,O.R.B.,PC,Strategy,Strategy First,Strategy First,,,,,,,2002-11-04, +/games/boxart/7798850ccc.jpg,Oasis,PC,Strategy,PlayFirst,Mind Control Software,,,,,,,2005-04-12, +/games/boxart/full_5431714JapanFrontccc.jpg,Oda Nobunaga Den,PS,Strategy,KOEI,Koei / Inis,,,,,,,1998-09-23, +/games/boxart/full_7139918JapanFrontccc.jpg,Oda Nobunaga: Haou no Gundan,SNES,Strategy,Angel Studios,Angel Studios,,,,,,,1993-02-26, +/games/boxart/full_5963944AmericaFrontccc.jpg,Odium,PC,Strategy,Monolith Productions,Metropolis Software,,,,,,,1999-11-30, +/games/boxart/full_6312975AmericaFrontccc.jpg,Officers,PC,Strategy,Tri Synergy,3AGames,,,,,,,2009-05-26, +/games/boxart/default.jpg,Offshore Tycoon,DS,Strategy,Unknown,Cyber Planet,,,,,,,, +/games/boxart/full_ogre_600AmericaFront.jpg,Ogre,PC,Strategy,Origin Systems,Origin,,,,,,,1986-01-01, +/games/boxart/full_4319552JapanFrontccc.jpg,Ohanaya-san Monogatari GBA,GBA,Strategy,TDK Core,TDK Core,,,,,,,2002-07-19, +/games/boxart/full_7936787AmericaFrontccc.jpg,Oil Tycoon,PC,Strategy,Global Star Software,Soft Enterprises,,,,,,,2001-08-23, +/games/boxart/full_omega_367AmericaFront.jpg,Omega,PC,Strategy,Origin Systems,Origin,,,,,,,1989-01-01, +/games/boxart/7655491ccc.jpg,Once Upon a Knight,PC,Strategy,Atari,Reality Pump,,,,,,,2003-09-25, +/games/boxart/full_5870491JapanFrontccc.jpg,Onegai Monsters,N64,Strategy,Bottom Up,Bottom Up,,,,,,,1999-04-09, +/games/boxart/6958070ccc.jpg,Operation Europe,GEN,Strategy,KOEI,Koei,,,,,,,1994-06-07, +/games/boxart/3418788ccc.jpg,Operation Europe,SNES,Strategy,KOEI,Koei,,,,,,,1994-06-01, +/games/boxart/full_orcs-must-die_4AmericaFront.jpg,Orcs Must Die!,XBL,Strategy,Unknown,Robot Entertainment,8.1,,,,,,2011-10-05, +/games/boxart/default.jpg,Orcs Must Die!,PSN,Strategy,Unknown,Robot Entertainment,,,,,,,, +/games/boxart/full_6147513AmericaFrontccc.jpg,Order of War: Challenge,PC,Strategy,Wargaming.net,Wargaming.net,,,,,,,2010-02-25, +/games/boxart/full_origin-x_615AmericaFront.jpg,Origin X,XBL,Strategy,Microsoft,Fun Factory Entertainment,,,,,,,2011-04-03, +/games/boxart/full_7644966JapanFrontccc.jpg,Osaka Naniwa Matenrow,PS,Strategy,KID,Unknown,,,,,,,1999-04-08, +/games/boxart/full_6433432JapanFrontccc.jpg,Oshare Princess 2 + Doubutsu Kyaranabi Uranai,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2002-12-20, +/games/boxart/full_8249534JapanFrontccc.jpg,Oshare Prinxess EX Primo Debut Monogatari + Renai Uranai Daisakusen,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2004-10-22, +/games/boxart/full_8674639AmericaFrontccc.jpg,OTTTD,PC,Strategy,SMG Studio,SMG Studio,,,,,,,2014-08-07, +/games/boxart/full_5386001AmericaFrontccc.jpg,OTTTD,Linux,Strategy,SMG Studio,SMG Studio,,,,,,,2014-08-07, +/games/boxart/full_6746124AmericaFrontccc.png,OTTTD,And,Strategy,SMG Studio,SMG Studio,,,,,,,2014-05-22,2018-08-08 +/games/boxart/full_2054810AmericaFrontccc.jpg,OTTTD,OSX,Strategy,SMG Studio,SMG Studio,,,,,,,2014-08-07, +/games/boxart/full_5313211JapanFrontccc.jpg,Ouka Houshin,DC,Strategy,ESP,ESP Software,,,,,,,1999-12-16, +/games/boxart/4614796ccc.gif,Outlive,PC,Strategy,Take-Two Interactive,Continuum Entertainment,,,,,,,2001-02-28, +/games/boxart/full_6804601AmericaFrontccc.jpg,Outpost 2: Divided Destiny,PC,Strategy,Sierra Entertainment,Dynamix,,,,,,,1997-07-31, +/games/boxart/full_8713707AmericaFrontccc.jpg,Outpost Kaloki X,XBL,Strategy,NinjaBee,NinjaBee,7.7,,,,,,2005-11-22, +/games/boxart/full_5982946AmericaFrontccc.jpg,Overlord,NES,Strategy,Virgin Interactive,Probe Software,,,,,,,1993-01-24, +/games/boxart/full_2139244AmericaFrontccc.jpg,Overlord (1990),PC,Strategy,Virgin Mastertronic,Probe Software,,,,,,,1990-01-01, +/games/boxart/7375129ccc.jpg,P.T.O. II: Pacific Theater of Operations,SNES,Strategy,KOEI,Koei,,,,,,,1996-01-06, +/games/boxart/full_8014382AmericaFrontccc.jpg,P.T.O. II: Pacific Theater of Operations,PC,Strategy,KOEI,Koei,,,,,,,1996-01-01, +/games/boxart/full_5680095AmericaFrontccc.jpg,P.T.O. II: Pacific Theater of Operations,SAT,Strategy,KOEI,Kou Shibusawa,,,,,,,1996-10-31, +/games/boxart/default.jpg,P.T.O.: Pacific Theater of Operations,PC,Strategy,KOEI,Koei,,,,,,,1993-01-01, +/games/boxart/947221ccc.jpg,P.T.O.: Pacific Theater of Operations,SNES,Strategy,KOEI,Koei,,,,,,,1993-09-01, +/games/boxart/full_5791119AmericaFrontccc.jpg,P.T.O.: Pacific Theater of Operations,GEN,Strategy,KOEI,Koei,,,,,,,1993-01-01, +/games/boxart/full_7414982PALFrontccc.png,Pachisi,PSN,Strategy,Gamehastra,Gameshastra Inc.,,,,,,,2009-12-17, +/games/boxart/full_pacific-storm_744AmericaFront.jpg,Pacific Storm,PC,Strategy,CDV Software Entertainment,Lesta Studio,,,,,,,2006-10-02, +/games/boxart/full_7920765AmericaFrontccc.jpg,Panzer Command: Kharkov,PC,Strategy,Matrix Games,Koios Works,,,,,,,2008-04-11, +/games/boxart/full_5443798AmericaFrontccc.jpg,Panzer Command: Operation Winter Storm,PC,Strategy,Matrix Games,Koios Works,,,,,,,2006-11-16, +/games/boxart/default.jpg,Panzer Command: Ostfront,PC,Strategy,Unknown,Matrix Software,,,,,,,, +/games/boxart/full_9177462AmericaFrontccc.jpg,Panzer Commander,PC,Strategy,SSI,Ultimation Incorporated,,,,,,,1998-04-30, +/games/boxart/default.jpg,Panzer Elite General,PC,Strategy,JoWood Productions,,,,,,,,2001-12-07, +/games/boxart/157934ccc.jpg,Panzer General,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1994-01-01, +/games/boxart/6861702ccc.jpg,Panzer General,3DO,Strategy,SSI,"Strategic Simulations, Inc",,,,,,,1995-01-01, +/games/boxart/85684ccc.jpg,Panzer General 3D Assault,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1999-08-31, +/games/boxart/full_panzer-general-iii-scorched-earth_0AmericaFront.jpg,Panzer General III: Scorched Earth,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,2000-09-28, +/games/boxart/full_7612966AmericaFrontccc.jpg,Panzer General: Allied Assault,XBL,Strategy,Ubisoft,Petroglyph Games,,,,,,,2009-10-21, +/games/boxart/default.jpg,Paper Warrs: Cannon Fodder,WW,Strategy,Unknown,iFun4all,,,,,,,, +/games/boxart/full_paper-wars-cannon-fodder_215AmericaFront.jpg,Paper Wars: Cannon Fodder,WW,Strategy,Unknown,iFun4all,,,,,,,2011-10-20, +/games/boxart/full_patchwork-heroes_4PALFront.png,Patchwork Heroes,PSN,Strategy,Sony Computer Entertainment,Acquire,8.3,,,,,,2010-03-18, +/games/boxart/full_pathway-to-glory_210AmericaFront.png,Pathway to Glory,NGage,Strategy,Nokia,"RedLynx, Ltd.",8.6,,,,,,2004-11-29, +/games/boxart/full_pathway-to-glory-ikusa-islands_250AmericaFront.png,Pathway to Glory: Ikusa Islands,NGage,Strategy,Nokia,"RedLynx, Ltd.",5,,,,,,2005-11-01, +/games/boxart/3098456ccc.jpg,Patrician II: Quest for Power,PC,Strategy,Strategy First,Ascaron Entertainment GmbH,,,,,,,2001-10-08, +/games/boxart/full_6895208AmericaFrontccc.jpg,Pax Romana,PC,Strategy,DreamCatcher Interactive,Galilea Multimedia,,,,,,,2003-11-06, +/games/boxart/508447ccc.jpg,People's General,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1998-08-31, +/games/boxart/full_1735194AmericaFrontccc.jpg,Perimeter 2: New Earth,PC,Strategy,Strategy First,KDV Games,,,,,,,2009-02-13, +/games/boxart/full_1844976PALFrontccc.jpg,Perimeter: Emperor's Testament,PC,Strategy,Paradox Interactive,KD Lab,,,,,,,2006-09-04, +/games/boxart/full_8775505AmericaFrontccc.jpg,Pet Luv Spa & Resort Tycoon,PC,Strategy,Activision,Activision,,,,,,,2007-08-10, +/games/boxart/full_phantom-kingdom-portable_284JapanFront.jpg,Phantom Kingdom Portable,PSN,Strategy,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2011-10-06, +/games/boxart/full_7667341AmericaFrontccc.jpg,Philip Muwanga's Hexy Trench,XBL,Strategy,Microsoft,Vagabond1982uk,,,,,,,2009-03-11, +/games/boxart/full_9082303AmericaFrontccc.jpg,PictureBook Games: The Royal Bluff,DSiW,Strategy,Nintendo,Nintendo,,,,,,,2009-10-26, +/games/boxart/full_574758JapanFrontccc.jpg,Pika Pika Nurse Monogatari,GBA,Strategy,TDK Core,TDK Core,,,,,,,2003-12-12, +/games/boxart/full_pink-panzer_396JapanFront.jpg,Pink Panzer,PC,Strategy,Liar Soft,Liar Soft,,,,,,,2002-06-07, +/games/boxart/full_pirates_117AmericaFront.jpg,Pirates!,PC,Strategy,Microprose,MicroProse,,,,,,,1987-01-01, +/games/boxart/full_pirates_153AmericaFront.jpg,Pirates!,NES,Strategy,Ultra Games,Rare Ltd.,,,,,,,1991-10-01, +/games/boxart/full_1269779AmericaFrontccc.jpg,Pirates! Gold,GEN,Strategy,Microprose,MicroProse,,,,,,,1993-01-01, +/games/boxart/9364312ccc.jpg,Pirates! Gold,PC,Strategy,Microprose,"MicroProse Software, Inc.",,,,,,,1993-01-01, +/games/boxart/full_7151316AmericaFrontccc.jpeg,Pit People,XOne,Strategy,The Behemoth,The Behemoth,,,,,,,2018-03-02,2018-09-11 +/games/boxart/7651547ccc.jpg,PixelJunk Monsters,PSN,Strategy,Sony Computer Entertainment,Q-Games,8.4,,,,,,2008-01-24, +/games/boxart/full_3019689AmericaFrontccc.png,PixelJunk Monsters Deluxe,PSN,Strategy,Sony Computer Entertainment,Q-Games,8.7,,,,,,2009-10-01, +/games/boxart/9359470ccc.jpg,Pizza Tycoon,PC,Strategy,Microprose,Cybernetic Corporation,,,,,,,1994-01-01, +/games/boxart/full_place-the-arrows-on-the-floor_744AmericaFront.jpg,Place The Arrows On The Floor,XBL,Strategy,Microsoft,Stockton,,,,,,,2011-07-20, +/games/boxart/default.jpg,Plague Inc.,XOne,Strategy,Ndemic Creations,Ndemic Creations,,,,,,,2020-12-31, +/games/boxart/default.jpg,Planet Cracker,PSN,Strategy,Unknown,Visceral Games,,,,,,,, +/games/boxart/default.jpg,Planet Cracker,XBL,Strategy,Unknown,Visceral Games,,,,,,,, +/games/boxart/full_9071879AmericaFrontccc.jpg,Planetary Annihilation,OSX,Strategy,Nordic Games,Uber Entertainment,,,,,,,2014-09-05,2019-01-04 +/games/boxart/full_6807652AmericaFrontccc.jpg,Planetary Annihilation,Linux,Strategy,Nordic Games,Uber Entertainment,,,,,,,2014-09-05,2019-01-04 +/games/boxart/full_2729300AmericaFrontccc.jpg,Plant Tycoon,PC,Strategy,LDW,LDW,8.2,,,,,,2007-09-21, +/games/boxart/full_plants-vs-zombies_636AmericaFront.jpg,Plants vs. Zombies,PSN,Strategy,Sony Online Entertainment,PopCap Games,,,,,,,2011-02-08, +/games/boxart/full_plants-vs-zombies_7AmericaFront.jpg,Plants vs. Zombies,XBL,Strategy,PopCap Games,PopCap Games,8.9,,,,,,2010-09-08, +/games/boxart/full_plants-vs-zombies_451AmericaFront.jpg,Plants vs. Zombies,DSiW,Strategy,PopCap Games,PopCap Games,,,,,,,2011-03-14, +/games/boxart/full_4442998AmericaFrontccc.png,Plants vs. Zombies Adventures,PC,Strategy,PopCap Games,PopCap Games,,,,,,,2013-05-20, +/games/boxart/full_8195660AmericaFrontccc.jpg,Play Chess Fritz 7,PC,Strategy,Viva Media,ChessBase,,,,,,,2003-07-01, +/games/boxart/full_9124612AmericaFrontccc.jpg,Play Chess: Deep Fritz Grand Master Deluxe,PC,Strategy,Take-Two Interactive,ChessBase,,,,,,,2006-02-04, +/games/boxart/full_1458580JapanFrontccc.jpg,Pocke-Kano: Yumi - Shuzika - Fumio,DC,Strategy,Datam Polystar,Datam Polystar,,,,,,,2000-06-08, +/games/boxart/full_9265070JapanFrontccc.jpg,Pocket Cooking,GB,Strategy,J-Wing,J-Wing,,,,,,,2001-08-24, +/games/boxart/full_8704645JapanFrontccc.jpg,Pocket King,GB,Strategy,Namco,Namco,,,,,,,2001-02-23, +/games/boxart/full_7126239JapanFrontccc.jpg,Pocket no Chuu no Doraemon,WS,Strategy,Bandai,Bandai,,,,,,,2001-05-24, +/games/boxart/full_570847AmericaFrontccc.gif,Pocket Tanks,PC,Strategy,Independent,Blitwise Productions,,,,,,,2004-01-01, +/games/boxart/full_2744245AmericaFrontccc.png,POKER DICE SOLITAIRE FUTURE,WiiU,Strategy,RCMADIAX,RCMADIAX,,,,,,,2014-07-03,2018-01-05 +/games/boxart/full_police-quest-collection_9AmericaFront.jpg,Police Quest Collection,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,2006-09-15, +/games/boxart/full_police-quest-5-swat_7AmericaFront.jpg,Police Quest: SWAT,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,1995-09-30, +/games/boxart/full_police-quest-swat-generation_4PALFront.jpg,Police Quest: SWAT Generation,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,2004-04-02, +/games/boxart/full_2952426AmericaFrontccc.jpg,Political Tycoon,PC,Strategy,TalonSoft,Monte Cristo Multimedia,5.4,,,,,,2001-01-01, +/games/boxart/full_8399474JapanFrontccc.jpg,Pop Breeder,SAT,Strategy,Sonnet,Sonnet,,,,,,,1996-11-01, +/games/boxart/full_1276781JapanFrontccc.jpg,Populous II: Trials of the Olympian Gods,SNES,Strategy,Imagineer,Infinity,,,,,,,1993-01-01, +/games/boxart/5980952ccc.jpg,Populous II: Trials of the Olympian Gods,PC,Strategy,Electronic Arts,Bullfrog,,,,,,,1993-01-02, +/games/boxart/full_populous-the-beginning_8AmericaFront.jpg,Populous: The Beginning,PSN,Strategy,Sony Computer Entertainment,Bullfrog Productions,,,,,,,2010-02-10, +/games/boxart/4258954ccc.jpg,Populous: The Promised Lands,PC,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1989-01-01, +/games/boxart/7115148ccc.jpg,"Port Royale: Gold, Power and Pirates",PC,Strategy,Tri Synergy,Ascaron,,,,,,,2003-06-04, +/games/boxart/full_portugal-1111-a-conquista-de-soure_355PALFront.jpg,Portugal 1111 - A Conquista de Soure,PC,Strategy,Unknown,Ciberbit,,,,,,,2004-04-22, +/games/boxart/full_8618244JapanFrontccc.jpg,Power Dolls FX,PCFX,Strategy,NEC Interchannel,Kogado Studio,,,,,,,1996-02-23, +/games/boxart/9924205ccc.jpg,Power Mission,GB,Strategy,NTVIC,Vap,,,,,,,1991-01-01, +/games/boxart/4591153ccc.jpg,Power Monger,SCD,Strategy,Electronic Arts,Sprytes,,,,,,,1994-01-01, +/games/boxart/9157202ccc.jpg,Power Monger,GEN,Strategy,Electronic Arts,Sprytes,,,,,,,1993-01-01, +/games/boxart/full_power-monger_465PALFront.jpg,Power Monger,SNES,Strategy,Imagineer,Bullfrog Productions,,,,,,,1993-01-01, +/games/boxart/full_power-monger_293AmericaFront.jpg,Power Monger,PC,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1992-09-07, +/games/boxart/full_power-of-defense_1AmericaFront.jpg,Power of Defense,PC,Strategy,Unknown,4sdk,,,,,,,2010-08-04, +/games/boxart/default.jpg,Prank Your Neighbor,DS,Strategy,Unknown,JoWooD Entertainment AG,,,,,,,, +/games/boxart/full_president-john-america_649AmericaFront.jpg,President John America,XBL,Strategy,Microsoft,Maverick Games,,,,,,,2011-09-15, +/games/boxart/default.jpg,Pride of Nations: The Franco-Prussian War 1870,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-09-06, +/games/boxart/full_3147571JapanFrontccc.jpg,Princess Maker Collection,DC,Strategy,NineLives,GeneX,,,,,,,2001-07-19, +/games/boxart/full_697135AmericaFrontccc.jpg,Prison Tycoon,PC,Strategy,ValuSoft,Virtual Playground,,,,,,,2005-07-12, +/games/boxart/full_3447541AmericaFrontccc.jpg,Prison Tycoon 2: Maximum Security,PC,Strategy,Cendyne,ValuSoft,,,,,,,2006-09-08, +/games/boxart/full_3006056AmericaFrontccc.jpg,Prison Tycoon 3: Lockdown,PC,Strategy,ValuSoft,Virtual Playground,,,,,,,2007-01-01, +/games/boxart/full_8229614AmericaFrontccc.jpg,Prison Tycoon 4: SuperMax,PC,Strategy,ValuSoft,ValuSoft,2.5,,,,,,2008-08-29, +/games/boxart/full_project-aftermath_761PALFront.jpg,Project Aftermath,PC,Strategy,Games Faction,Games Faction,,,,,,,2008-08-03, +/games/boxart/full_1015208AmericaFrontccc.jpg,Project Earth,PC,Strategy,DreamCatcher Interactive,City Interactive,,,,,,,2002-04-29, +/games/boxart/7764993ccc.jpg,Project Nomads,PC,Strategy,CDV Software Entertainment,Radon Labs,,,,,,,2002-11-05, +/games/boxart/default.jpg,Pussy: Love Story from Titanic,PC,Strategy,Unknown,Fatality,,,,,,,1999-01-01, +/games/boxart/full_puyo-puyo-gaiden-puyo-wars_10JapanFront.jpg,Puyo Puyo Gaiden: Puyo Wars,GB,Strategy,Compile,Compile,,,,,,,1999-08-27, +/games/boxart/full_quarantine_8AmericaFront.jpg,Quarantine,XBL,Strategy,Microsoft,Cyber Edge Studios,,,,,,,2010-05-15, +/games/boxart/full_quarrel_114AmericaFront.jpg,Quarrel,XBL,Strategy,Unknown,Denki,,,,,,,2012-01-25, +/games/boxart/full_qui-qui_52JapanFront.jpg,Qui Qui,GB,Strategy,Mahou,Mahou,,,,,,,1999-03-26, +/games/boxart/full_quink_664AmericaFront.jpg,Quink,PC,Strategy,Unknown,Ron Dubren and Associates,,,,,,,1984-01-01, +/games/boxart/full_5286915JapanFrontccc.jpg,Quo Vadis: Iberukatsu Ikusaeki,PS,Strategy,Glams,Glams,,,,,,,1997-04-18, +/games/boxart/full_4912483AmericaFrontccc.png,R-Type Command,PSN,Strategy,Atlus,Irem Software Engineering,,,,,,,2009-10-21, +/games/boxart/default.jpg,R-Type Tactics II: Operation Bitter Chocolate,PSN,Strategy,Irem Software Engineering,Irem Software Engineering,,,,,,,2009-12-10, +/games/boxart/full_ruse_910AmericaFront.jpg,R.U.S.E.,XBL,Strategy,Ubisoft,Eugen Systems,8,,,,,,2011-07-19, +/games/boxart/full_ruse-the-chimera-pack_462AmericaFront.jpg,R.U.S.E. - The Chimera Pack,PSN,Strategy,Ubisoft,Eugen Systems,,,,,,,2011-01-19, +/games/boxart/full_ruse-the-chimera-pack_213AmericaFront.jpg,R.U.S.E. - The Chimera Pack,XBL,Strategy,Ubisoft,Eugen Systems,,,,,,,2011-01-19, +/games/boxart/full_ruse-the-chimera-pack_81AmericaFront.jpg,R.U.S.E. - The Chimera Pack,PC,Strategy,Ubisoft,Eugen Systems,,,,,,,2011-01-19, +/games/boxart/3328507ccc.jpg,Railroad Tycoon,PC,Strategy,Microprose,MPS Labs,,,,,,,1990-01-02, +/games/boxart/full_8812092AmericaFrontccc.jpg,Railroad Tycoon II - The Second Century,PC,Strategy,Gathering of Developers,PopTop Software,8.7,,,,,,1999-04-30, +/games/boxart/full_2817918AmericaFrontccc.jpg,Railroad Tycoon II Gold Edition,PC,Strategy,Gathering of Developers,PopTop Software,,,,,,,2001-09-14, +/games/boxart/2996437ccc.jpg,Railroad Tycoon II Gold Edition,DC,Strategy,Gathering of Developers,Tremor Entertainment,,,,,,,2000-06-30, +/games/boxart/full_4785089AmericaFrontccc.jpg,Railroad Tycoon II Platinum Edition,PC,Strategy,Gathering of Developers,PopTop Software,,,,,,,2001-08-01, +/games/boxart/full_322481AmericaFrontccc.jpg,Railroad Tycoon II: Conquer 3 Continents,PC,Strategy,Gathering of Developers,PopTop Software,,,,,,,1999-01-01, +/games/boxart/2994329ccc.jpg,Rampart,Lynx,Strategy,Atari,Atari,,,,,,,1991-01-01, +/games/boxart/1688271ccc.jpg,Rampart,NES,Strategy,Jaleco,Bitmasters,,,,,,,1992-01-01, +/games/boxart/7832554ccc.jpg,Rampart,SNES,Strategy,Electronic Arts,Bitmasters,,,,,,,1992-08-01, +/games/boxart/full_rampart_3AmericaFront.jpg,Rampart,PSN,Strategy,Sony Online Entertainment,Midway,,,,,,,2007-05-10, +/games/boxart/full_rampart_8PALFront.jpg,Rampart,MS,Strategy,Tengen,Tengen,,,,,,,1991-01-01, +/games/boxart/9843651ccc.jpg,Rampart,GB,Strategy,Jaleco,Jaleco Entertainment,,,,,,,1993-01-01, +/games/boxart/full_8247598AmericaFrontccc.jpg,Rampart,GEN,Strategy,Tengen,Tengen,,,,,,,1991-01-01, +/games/boxart/8807630ccc.jpg,Rampart (GBC),GB,Strategy,Midway Games,Digital Eclipse,,,,,,,1999-11-17, +/games/boxart/full_rampart-japan_0JapanFront.jpg,Rampart (Japan),NES,Strategy,Konami,Tengen,,,,,,,1991-11-29, +/games/boxart/full_740918JapanFrontccc.jpg,RapeLay,PC,Strategy,Illusion Soft,Illusion Soft,,,,,,,2006-04-21, +/games/boxart/full_1124920PALFrontccc.jpg,Realms,PC,Strategy,Virgin Interactive,Graftgold,,,,,,,1991-01-01, +/games/boxart/full_1341332AmericaFrontccc.png,Red Alert 3: Commander's Challenge,PSN,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2009-09-17, +/games/boxart/full_7838334AmericaFrontccc.jpg,Red Alert 3: Commander's Challenge,XBL,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2009-09-16, +/games/boxart/default.jpg,Red Ball Hero 2,GIZ,Strategy,Unknown,Jeremy Littel,,,,,,,, +/games/boxart/full_9533614JapanFrontccc.jpg,Rekishi Gunsou Presents: Monoshiri Sengoku Ou,DS,Strategy,Global A Entertainment,Global A Entertainment,,,,,,,2007-11-29, +/games/boxart/full_806866AmericaFrontccc.jpg,Relativity,XBL,Strategy,Microsoft,PurpleGames,,,,,,,2010-04-03, +/games/boxart/full_7209595AmericaFrontccc.jpg,Remote Assault,PC,Strategy,Shrapnel Games,Shrapnel Games,,,,,,,2001-07-29, +/games/boxart/full_republic-the-revolution_835AmericaFront.jpg,Republic: The Revolution,PC,Strategy,Eidos Interactive,Elixir Studios,,,,,,,2003-08-27, +/games/boxart/9970682ccc.jpg,Return Fire,3DO,Strategy,Prolific Publishing,Silent Software Inc.,,,,,,,1995-01-01, +/games/boxart/full_6646145AmericaFrontccc.jpg,Return Fire,PC,Strategy,GT Interactive,Midway,,,,,,,1996-07-31, +/games/boxart/full_return-fire-2_3AmericaFront.jpg,Return Fire 2,PC,Strategy,Ripcord Games,Silent Software Inc.,,,,,,,1998-08-31, +/games/boxart/8806949ccc.jpg,Return Fire: Maps o' Death,3DO,Strategy,Prolific Publishing,"Silent Software, Inc.",,,,,,,1996-01-01, +/games/boxart/full_9141159AmericaFrontccc.jpg,Reunion,PC,Strategy,Grandslam,Amnesty Design,,,,,,,1994-01-01, +/games/boxart/full_4160901PALFrontccc.jpg,Reus,XOne,Strategy,Soedesco,Abbey Games,,,,,,,2016-10-11,2018-08-07 +/games/boxart/full_4504502PALFrontccc.jpg,Reus,PS4,Strategy,Soedesco,Abbey Games,,,,,,,2016-10-11,2018-08-07 +/games/boxart/full_rim-battle-planets_80PALFront.jpg,Rim: Battle Planets,PC,Strategy,Fishtank Interactive,Fishtank Interactive,,,,,,,2002-03-28, +/games/boxart/full_ring-of-red_364AmericaFront.jpg,Ring of Red,PSN,Strategy,Konami,Konami,8,,,,,,2011-10-04, +/games/boxart/full_6961029AmericaFrontccc.jpg,Rise of Nations: Thrones & Patriots,PC,Strategy,Microsoft Game Studios,Big Huge Games,9,,,,,,2004-04-27,2018-11-15 +/games/boxart/full_6227614AmericaFrontccc.jpg,Rise of Prussia,PC,Strategy,Paradox Interactive,AGEOD,,,,,,,2010-03-09, +/games/boxart/full_rise-of-the-phoenix_2AmericaFront.jpg,Rise of the Phoenix,SNES,Strategy,KOEI,Koei,,,,,,,1995-02-01, +/games/boxart/full_rising-kingdoms_463PALFront.jpg,Rising Kingdoms,PC,Strategy,Black Bean Games,Haemimont Games,,,,,,,2005-08-29, +/games/boxart/full_8388061PALFrontccc.jpg,Rising Lands,PC,Strategy,Microids,Microids,,,,,,,1997-01-01, +/games/boxart/6776550ccc.jpg,Risk,PS,Strategy,Hasbro Interactive,Runecraft,,,,,,,1998-05-31, +/games/boxart/full_risk_4AmericaFront.jpg,Risk,PC,Strategy,Hasbro Interactive,Hasbro Interactive,,,,,,,1996-12-31, +/games/boxart/4564814ccc.jpg,Risk II,PC,Strategy,Microprose,Hasbro Interactive,,,,,,,2000-02-29, +/games/boxart/full_risk-factions_886AmericaFront.jpg,RISK: Factions,PSN,Strategy,Electronic Arts,Stainless Games,,,,,,,2010-12-21, +/games/boxart/full_risk-factions_10AmericaFront.jpg,RISK: Factions,XBL,Strategy,Electronic Arts,Stainless Games,,,,,,,2010-06-23, +/games/boxart/full_1613880AmericaFrontccc.jpg,Rival Realms,PC,Strategy,Unknown,Titus Software,,,,,,,, +/games/boxart/full_8043034AmericaFrontccc.jpg,Roadwar 2000,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1987-01-01, +/games/boxart/full_5559530AmericaFrontccc.jpg,Robert E. Lee: Civil War General,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1996-07-31, +/games/boxart/full_3716377AmericaFrontccc.jpg,Robin Hood: Defender of the Crown,PC,Strategy,Capcom,Atomic Planet Entertainment,,,,,,,2003-10-06, +/games/boxart/full_3927644AmericaFrontccc.jpg,Robo Rumble,PC,Strategy,Interactive Magic,Metropolis Software,,,,,,,1998-02-24, +/games/boxart/full_3684800AmericaFrontccc.jpg,Robocalypse: Beaver Defense,WW,Strategy,Vogster Entertainment,Vogster Entertainment,,,,,,,2010-05-31, +/games/boxart/full_2432302AmericaFrontccc.jpg,Robot Girls Z Online,PC,Strategy,UserJoy Technology,UserJoy Technology,,,,,,,2015-01-01, +/games/boxart/full_8747729PALFrontccc.jpg,Robot Warlords,PS2,Strategy,Midas Interactive Entertainment,Nexus Interact,,,,,,,2001-12-14, +/games/boxart/full_rock-of-ages_674AmericaFront.jpg,Rock of Ages,XBL,Strategy,Atlus,ACE Team,7.4,,,,,,2011-08-31, +/games/boxart/default.jpg,Rock of Ages,PSN,Strategy,Atlus,ACE Team,,,,,,,, +/games/boxart/full_2692974AmericaFrontccc.jpg,Rock Tour Tycoon,PC,Strategy,GameMill,GameMill,,,,,,,2007-10-08, +/games/boxart/default.jpg,RockMan Strategy,PC,Strategy,Capcom,Dream Come True,,,,,,,2001-10-29, +/games/boxart/full_9785476PALFrontccc.jpg,Roller Coaster Funfare,PS2,Strategy,Phoenix Games,Phoenix Games,,,,,,,2007-10-12, +/games/boxart/default.jpg,RollerCoaster 3D,PC,Strategy,Pantera,Pantera,,,,,,,2000-12-10, +/games/boxart/full_1608188AmericaFrontccc.jpg,RollerCoaster Factory,PC,Strategy,ValuSoft,ValuSoft,,,,,,,2000-01-01, +/games/boxart/full_8125588AmericaFrontccc.jpg,RollerCoaster Factory 2,PC,Strategy,ValuSoft,Fusion Digital,,,,,,,2003-05-31, +/games/boxart/default.jpg,RollerCoaster Tycoon 2 Combo Pack,PC,Strategy,Atari,Unknown,,,,,,,2003-10-23, +/games/boxart/full_8483470AmericaFrontccc.jpg,RollerCoaster Tycoon 2: Time Twister,PC,Strategy,Atari,Frontier Developments,,,,,,,2003-10-22, +/games/boxart/full_1553796AmericaFrontccc.jpg,RollerCoaster Tycoon 2: Wacky Worlds,PC,Strategy,Atari,Frontier Developments,5.4,,,,,,2003-05-08, +/games/boxart/full_1484858AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Gold,PC,Strategy,Atari,Frontier Developments,,,,,,,2005-10-25, +/games/boxart/full_4019078AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Soaked!,PC,Strategy,Atari,Frontier Developments Inc.,,,,,,,2005-06-23, +/games/boxart/full_9655773AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Wild!,PC,Strategy,Atari,Frontier Developments Inc.,,,,,,,2005-10-27, +/games/boxart/full_9850819AmericaFrontccc.jpg,RollerCoaster Tycoon Deluxe,PC,Strategy,Atari,Unknown,,,,,,,2003-05-08, +/games/boxart/full_7821802AmericaFrontccc.jpg,RollerCoaster Tycoon: Corkscrew Follies Expansion,PC,Strategy,Microprose,Chris Sawyer,,,,,,,1999-11-09, +/games/boxart/full_1998705AmericaFrontccc.jpg,RollerCoaster Tycoon: Loopy Landscapes,PC,Strategy,Atari,Chris Sawyer,8.2,,,,,,2000-09-30, +/games/boxart/full_2674603PALFrontccc.jpg,Rollercoaster World,PS2,Strategy,Midas Interactive Entertainment,Bimboosoft,,,,,,,2004-01-01, +/games/boxart/4389407ccc.jpg,Romance of the Three Kingdoms,NES,Strategy,KOEI,Koei,,,,,,,1990-12-05, +/games/boxart/full_romance-of-the-three-kingdoms-ii_10AmericaFront.jpg,Romance of the Three Kingdoms II,PC,Strategy,KOEI,Koei,,,,,,,1990-01-01, +/games/boxart/full_romance-of-the-three-kingdoms-ii_8AmericaFront.jpg,Romance of the Three Kingdoms II,GEN,Strategy,KOEI,Koei,,,,,,,1991-12-25, +/games/boxart/full_5779688AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,VC,Strategy,KOEI,Koei / Inis,,,,,,,2007-03-26, +/games/boxart/full_1410544AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,SAT,Strategy,KOEI,Koei / Inis,,,,,,,1995-01-01, +/games/boxart/full_romance-of-the-three-kingdoms-iv-wall-of-fire_277AmericaFront.jpg,Romance of the Three Kingdoms IV: Wall of Fire,PSN,Strategy,Sony Computer Entertainment,Koei/Inis,,,,,,,2011-02-15, +/games/boxart/full_6589382AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,PC,Strategy,KOEI,Koei / Inis,,,,,,,1996-11-30, +/games/boxart/full_romance-of-the-three-kingdoms-xi_8AmericaFront.jpg,Romance of the Three Kingdoms XI,PC,Strategy,KOEI,Koei,7.6,,,,,,2008-09-09, +/games/boxart/default.jpg,Romance of the Three Kingdoms XIII,PC,Strategy,Tecmo Koei,Koei Tecmo Games,,,,,,,2016-07-05,2018-07-31 +/games/boxart/default.jpg,Romance of the Three Kingdoms XIII,PS3,Strategy,Unknown,Tecmo Koei Holdings,,,,,,,, +/games/boxart/full_7404276AmericaFrontccc.jpg,Romance of the Three Kingdoms XIII,PS4,Strategy,Tecmo Koei,Koei Tecmo Games,,,,,,,2016-07-05,2018-09-21 +/games/boxart/full_romance-wa-ken-no-kagayaki-ii_582JapanFront.jpg,Romance wa Ken no Kagayaki II,PS,Strategy,Kadokawa Shoten,Kadokawa Games,,,,,,,2002-09-19, +/games/boxart/full_rome-total-war-alexander_12PALFront.jpg,Rome: Total War Alexander,PC,Strategy,Sega,The Creative Assembly,7.4,,,,,,2006-06-19, +/games/boxart/5400490ccc.jpg,Rome: Total War Barbarian Invasion,PC,Strategy,Sega,The Creative Assembly,8.3,,,,,,2005-09-27, +/games/boxart/full_8581163JapanFrontccc.jpg,Roommania #203,DC,Strategy,Sega,Sega,8.1,,,,,,2000-01-27, +/games/boxart/default.jpg,Rotlicht Tycoon 2,PC,Strategy,Unknown,Zone 2 Media,,,,,,,, +/games/boxart/full_4483805JapanFrontccc.jpg,Royal Stone: Hirakareshi Toki no Tobira,GG,Strategy,Sega,Sega,,,,,,,1995-02-24, +/games/boxart/full_9870518AmericaFrontccc.png,Rulers of Nation,PC,Strategy,Eversim,Eversim,,,,,,,2014-07-16, +/games/boxart/full_rules-of-engagement-2_523PALFront.jpg,Rules of Engagement 2,PC,Strategy,Impressions Games,Omnitrend Software,,,,,,,1993-01-01, +/games/boxart/full_511172AmericaFrontccc.jpg,Run For Rum,And,Strategy,Strategy First,Strategy First,,,,,,,2013-12-18, +/games/boxart/full_1969071AmericaFrontccc.png,Run For Rum,PC,Strategy,Strategy First,Strategy First,,,,,,,2014-07-02, +/games/boxart/full_4071462JapanFrontccc.jpg,Rune Caster,DC,Strategy,Vision Games,Hudson,,,,,,,2000-08-24, +/games/boxart/full_42896PALFrontccc.jpg,Rush for Berlin Gold,PC,Strategy,Deep Silver,Stormregion,,,,,,,2007-10-03, +/games/boxart/full_1492849AmericaFrontccc.jpeg,Rush for Glory,PC,Strategy,Unknown,Spike Co.,,,,,,,2014-06-16, +/games/boxart/full_swine_694AmericaFront.jpg,S.W.I.N.E.,PC,Strategy,Fishtank Interactive,Stormregion,,,,,,,2001-11-19, +/games/boxart/full_5858231AmericaFrontccc.jpg,Sacraboar,PC,Strategy,Makivision Games,Makivision Games,,,,,,,2009-11-06, +/games/boxart/full_saiyuki-journey-west_318AmericaFront.jpg,Saiyuki: Journey West,PSN,Strategy,Sony Computer Entertainment,Koei,,,,,,,2011-02-15, +/games/boxart/full_1878647JapanFrontccc.jpg,Sakura Taisen Online,DC,Strategy,Sega,Sega,,,,,,,2001-12-20, +/games/boxart/full_1561327JapanFrontccc.jpg,Sakura Wars: Steam Radio Show,SAT,Strategy,Sega,Sega,,,,,,,1997-11-13, +/games/boxart/full_9026804JapanFrontccc.jpg,San Goku Shi,GBA,Strategy,KOEI,Koei/Inis,,,,,,,2001-11-30, +/games/boxart/full_san-goku-shi-11-with-power-up-kit_2JapanFront.jpg,San Goku Shi 11 with Power-Up Kit,PS2,Strategy,KOEI,Koei,,,,,,,2007-03-21, +/games/boxart/full_3462132JapanFrontccc.jpg,San Goku Shi 11 with Power-Up Kit,Wii,Strategy,KOEI,Koei,,,,,,,2007-03-21, +/games/boxart/full_5741564JapanFrontccc.jpg,San Goku Shi DS,DS,Strategy,KOEI,Koei,,,,,,,2006-02-23, +/games/boxart/full_2358624JapanFrontccc.jpg,San Goku Shi Eiketsuden,GBA,Strategy,KOEI,Koei,,,,,,,2005-01-27, +/games/boxart/full_san-goku-shi-for-wonderswan_6JapanFront.jpg,San Goku Shi for WonderSwan,WS,Strategy,KOEI,Koei/Inis,,,,,,,1999-04-01, +/games/boxart/full_san-goku-shi-game-boy-han_150JapanFront.jpg,San Goku Shi Game Boy Han,GB,Strategy,KOEI,Koei/Inis,,,,,,,1992-09-30, +/games/boxart/full_san-goku-shi-game-boy-han-2_459JapanFront.jpg,San Goku Shi Game Boy Han 2,GB,Strategy,KOEI,Koei/Inis,,,,,,,1999-07-30, +/games/boxart/full_san-goku-shi-ii-for-wonderswan_9JapanFront.jpg,San Goku Shi II for WonderSwan,WS,Strategy,KOEI,Koei/Inis,,,,,,,2000-04-06, +/games/boxart/full_7721114JapanFrontccc.jpg,San Goku Shi II: Haou no Tairiku,NES,Strategy,Namco,Namco,,,,,,,1992-06-10, +/games/boxart/full_6546229JapanFrontccc.jpg,San Goku Shi III,SCD,Strategy,KOEI,Koei,,,,,,,1993-04-23, +/games/boxart/full_san-goku-shi-iii_6JapanFront.jpg,San Goku Shi III,PS,Strategy,KOEI,Koei/Inis,,,,,,,2001-02-22, +/games/boxart/full_san-goku-shi-iii_5JapanFront.jpg,San Goku Shi III,PCE,Strategy,KOEI,Naxat Soft,,,,,,,1993-10-01, +/games/boxart/full_san-goku-shi-iv_4JapanFront.jpg,San Goku Shi IV,3DO,Strategy,KOEI,Koei,,,,,,,1995-03-24, +/games/boxart/full_san-goku-shi-ix-with-power-up-kit_95JapanFront.jpg,San Goku Shi IX with Power-Up Kit,PSP,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2011-03-10, +/games/boxart/full_6137809JapanFrontccc.jpg,San Goku Shi Koumeiden,GBA,Strategy,KOEI,Koei,,,,,,,2005-01-27, +/games/boxart/full_san-goku-shi-v_286JapanFront.jpg,San Goku Shi V,PS,Strategy,KOEI,Koei/Inis,,,,,,,1997-02-14, +/games/boxart/full_5171617JapanFrontccc.jpg,San Goku Shi VI,DC,Strategy,KOEI,Koei,,,,,,,1999-03-25, +/games/boxart/full_9379023JapanFrontccc.jpg,San Goku Shi VI with Power-Up Kit,DC,Strategy,KOEI,Koei,,,,,,,2000-04-06, +/games/boxart/full_san-goku-shi-vii_203JapanFront.jpg,San Goku Shi VII,PC,Strategy,KOEI,Koei/Inis,,,,,,,2000-02-18, +/games/boxart/full_san-goku-shi-viii_621JapanFront.jpg,San Goku Shi VIII,PC,Strategy,KOEI,Koei,,,,,,,2001-06-29, +/games/boxart/full_183835JapanFrontccc.jpg,San Goku Shi: Chuugen no Hasha,NES,Strategy,Namco,TOSE,,,,,,,1988-07-29, +/games/boxart/default.jpg,Sankoku Daifugou,DSiW,Strategy,SilverStar,SilverStarJapan,,,,,,,2010-07-14, +/games/boxart/full_saraba-uchuu-senkan-yamato-ai-no-senshi-tachi_5JapanFront.jpg,Saraba Uchuu Senkan Yamato: Ai no Senshi Tachi,PS,Strategy,Bandai,Bandai,,,,,,,2000-05-02, +/games/boxart/full_2922520JapanFrontccc.jpg,SatelliTV,PS,Strategy,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1998-01-08, +/games/boxart/full_8537046AmericaFrontccc.jpg,Savage 2: A Tortured Soul,PC,Strategy,S2 Games,S2 Games,,,,,,,2008-01-16, +/games/boxart/full_6750539AmericaFrontccc.png,Savage Moon,PSN,Strategy,Sony Computer Entertainment,FluffyLogic,,,,,,,2009-01-29, +/games/boxart/full_savage-moon-the-hera-campaign_8AmericaFront.jpg,Savage Moon: The Hera Campaign,PSN,Strategy,Sony Computer Entertainment,FluffyLogic,,,,,,,2009-12-22, +/games/boxart/default.jpg,SBARG,XBL,Strategy,Unknown,Gyko Games,,,,,,,, +/games/boxart/full_5271535PALFrontccc.jpg,Schach,DS,Strategy,Digital Entertainment Pool,DTP Entertainment,,,,,,,2007-03-07, +/games/boxart/full_scorched-3d_353PALFront.jpg,Scorched 3D,PC,Strategy,Unknown,Gavin Camp,,,,,,,2001-04-29, +/games/boxart/full_4701480JapanFrontccc.jpg,SD Gundam Dimension War,VB,Strategy,Bandai,Bandai,,,,,,,1995-12-22, +/games/boxart/full_6144915JapanFrontccc.jpg,SD Gundam G Century S,SAT,Strategy,Bandai,Japan Art Media,,,,,,,1998-02-11, +/games/boxart/full_8654368JapanFrontccc.jpg,SD Gundam G Generation: Gather Beat,WS,Strategy,Bandai,Bandai,,,,,,,2000-07-13, +/games/boxart/full_9407531JapanFrontccc.jpg,SD Gundam G Generation: MonoEye Gundams,WS,Strategy,Bandai,Bandai,,,,,,,2002-09-26, +/games/boxart/full_4419443JapanFrontccc.jpg,SD Gundam Gachapon Senshi 2: Capsule Senki,NES,Strategy,Bandai,Bandai,,,,,,,1989-06-25, +/games/boxart/full_sd-gundam-gachapon-senshi-2-capsule-senki_84JapanFront.jpg,SD Gundam Gachapon Senshi 2: Capsule Senki,VC,Strategy,Namco Bandai,Bandai,,,,,,,2011-02-15, +/games/boxart/full_sd-gundam-world-gachapon-senshi-scramble-wars_5JapanFront.jpg,SD Gundam World: Gachapon Senshi - Scramble Wars,VC,Strategy,Namco Bandai,Bandai,,,,,,,2010-06-15, +/games/boxart/full_sd-gundam-world-gachapon-senshi-scramble-wars_3JapanFront.jpg,SD Gundam World: Gachapon Senshi - Scramble Wars (FDS),NES,Strategy,Bandai,Bandai,,,,,,,1988-01-19, +/games/boxart/full_3775262JapanFrontccc.jpg,SD Gundam: Emotional Jam,WS,Strategy,Bandai,Bandai,,,,,,,1999-05-27, +/games/boxart/full_6298862JapanFrontccc.jpg,SD Gundam: Gashapon Senki Episode One,WS,Strategy,Bandai,Bandai,,,,,,,1999-12-29, +/games/boxart/full_709161JapanFrontccc.jpg,SD Sangoku Bushou Retsuden: Rekka no Gotoku Tenka o Nusure!,NES,Strategy,Banpresto,Banpresto,,,,,,,1990-09-08, +/games/boxart/full_sea-battle_941PALFront.jpg,Sea Battle,GB,Strategy,Infogrames,Bit Managers,,,,,,,1998-01-01, +/games/boxart/full_6628429AmericaFrontccc.jpg,Seawolves: Submarines on Hunt,PC,Strategy,Evolved Games,Unknown,,,,,,,2006-08-08, +/games/boxart/full_6125100AmericaFrontccc.jpg,SeaWorld Adventure Parks Tycoon,PC,Strategy,Activision,Activision,5.9,,,,,,2003-09-29, +/games/boxart/full_6573410AmericaFrontccc.jpg,SeaWorld Adventure Parks Tycoon 2,PC,Strategy,Activision,Activision,,,,,,,2005-01-25, +/games/boxart/full_sega-ages-2500-series-vol-22-advanced-daisenryaku-deutch-dengeki-sakusen_9JapanFront.jpg,Sega Ages 2500 Series Vol. 22: Advanced Daisenryaku: Deutsch Dengeki Sakusen,PS2,Strategy,Sega,Chicken Head,,,,,,,2006-02-23, +/games/boxart/full_sega-chess_10PALFront.jpg,Sega Chess,MS,Strategy,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_3796511JapanFrontccc.jpg,Seirai Hata RayBlade,DC,Strategy,Winky Soft,Winky Soft,,,,,,,2000-09-28, +/games/boxart/full_1694294JapanFrontccc.jpg,Sekai Fushigi Hakken! Troya,DC,Strategy,TBS,TBS,,,,,,,1999-07-22, +/games/boxart/full_sekigahara_9JapanFront.jpg,Sekigahara,PCE,Strategy,Tonkin House,Tonkin House,,,,,,,1990-09-14, +/games/boxart/full_1324131AmericaFrontccc.jpg,Selknam Defense,OSX,Strategy,Meridian4,Unknown,,,,,,,2014-07-25, +/games/boxart/full_6859205AmericaFrontccc.jpg,Selknam Defense,PC,Strategy,Meridian4,Unknown,,,,,,,2014-07-25, +/games/boxart/full_sengoku-efuda-yuugi-hototogisu-tairan_5JapanFront.jpg,Sengoku Efuda Yuugi: Hototogisu Tairan,PSN,Strategy,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-09-09, +/games/boxart/8055211ccc.jpg,Seven Kingdoms II: The Fryhtan Wars,PC,Strategy,Ubisoft,Enlight Software,,,,,,,1999-07-31, +/games/boxart/full_122454AmericaFrontccc.jpg,Seven Kingdoms: Ancient Adversaries,PC,Strategy,Enlight,Enlight Software,,,,,,,1998-06-08, +/games/boxart/2533648ccc.jpg,Seven Kingdoms: Conquest,PC,Strategy,Enlight,Enlight Software,3.5,,,,,,2007-10-15, +/games/boxart/full_9292314AmericaFrontccc.jpg,Shadow Company: Left For Dead,PC,Strategy,Ubisoft,Sinister Games,,,,,,,1999-09-30, +/games/boxart/full_1630755AmericaFrontccc.png,Shadow Kings,And,Strategy,Goodgame Studios,Goodgame Studios,,,,,,,2014-08-12, +/games/boxart/full_shadow-vault_8AmericaFront.jpg,Shadow Vault,PC,Strategy,Strategy First,Mayhem Studios,,,,,,,2004-12-22, +/games/boxart/full_shattered-suns_800AmericaFront.jpg,Shattered Suns,PC,Strategy,Unknown,Clear Crown Studios,,,,,,,2008-08-19, +/games/boxart/full_4203000PALFrontccc.png,Sheep,PSN,Strategy,Empire Interactive,Minds-Eye,,,,,,,2008-08-14, +/games/boxart/full_8068789AmericaFrontccc.jpg,Sheep,PC,Strategy,Empire Interactive,Minds-Eye,,,,,,,2000-11-29, +/games/boxart/full_4433819AmericaFrontccc.jpg,Sheep,GBA,Strategy,Capcom,Empire Interactive,7.3,,,,,,2002-01-01, +/games/boxart/full_6391884AmericaFrontccc.jpg,Sheltered,PC,Strategy,Team17 Digital Ltd,Unicube,,,,,,,2016-03-15,2018-07-19 +/games/boxart/full_7894561AmericaFrontccc.jpg,Sheltered,OSX,Strategy,Team17 Digital Ltd,Unicube,,,,,,,2016-03-15,2018-07-19 +/games/boxart/full_1166508AmericaFrontccc.jpg,Sheltered,Linux,Strategy,Team17 Digital Ltd,Unicube,,,,,,,2016-03-15,2018-07-19 +/games/boxart/full_9859016JapanFrontccc.jpg,Shin Megami Tensei: Devil Children - Messiah Riser,GBA,Strategy,Atlus,Rocket Company,,,,,,,2004-11-04, +/games/boxart/full_3264460JapanFrontccc.jpg,Shin Sengoku Tenkatouitsu: Gunyuu Tachi no Souran,DS,Strategy,System Soft,System Soft,,,,,,,2010-01-21, +/games/boxart/full_4304312AmericaFrontccc.jpg,Shingen the Ruler,NES,Strategy,Hot-B,Another Ltd.,,,,,,,1990-06-01, +/games/boxart/full_shining-force-ii_620AmericaFront.jpg,Shining Force II,PC,Strategy,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/full_9237332AmericaFrontccc.jpg,Shining Force II,VC,Strategy,Sega,Camelot Software Planning,,,,,,,2008-10-06, +/games/boxart/full_9763365JapanFrontccc.jpg,Shining Force III: Scenario 3,SAT,Strategy,Sega,Camelot Software Planning,,,,,,,1998-09-23, +/games/boxart/4083830ccc.jpg,Shining Force: The Legacy of Great Intention,VC,Strategy,Sega,Climax Entertainment/Sonic Team,8,,,,,,2007-07-23, +/games/boxart/full_shining-force-the-legacy-of-great-intention_824AmericaFront.jpg,Shining Force: The Legacy of Great Intention,PC,Strategy,Sega,Sega,,,,,,,2011-01-10, +/games/boxart/9042265ccc.jpg,Shining Force: The Legacy of Great Intention,GEN,Strategy,Sega,Climax Entertainment/Sonic Team,,,,,,,1992-03-19, +/games/boxart/full_9466313JapanFrontccc.jpg,Shinseiki Evangelion: Ayanami Rei Ikusei Keikaku,DC,Strategy,Broccoli,Broccoli,,,,,,,2002-04-18, +/games/boxart/default.jpg,Shirotsuku,PSV,Strategy,Unknown,Cave,,,,,,,, +/games/boxart/full_1360263JapanFrontccc.jpg,Shogun,NES,Strategy,Hect,Virgin Games,,,,,,,1988-05-27, +/games/boxart/default.jpg,Shogun 2: Total War - Sengoku Jidai Unit Pack,PC,Strategy,Sega,Creative Assembly,,,,,,,2011-06-28, +/games/boxart/full_shogun-2-total-war-the-ikko-ikki-clan-pack_112AmericaFront.jpg,Shogun 2: Total War - The Ikko Ikki Clan Pack,PC,Strategy,Sega,Creative Assembly,,,,,,,2011-05-26, +/games/boxart/full_shogun-total-war-the-mongol-invasion_151PALFront.jpg,Shogun: Total War - The Mongol Invasion,PC,Strategy,Electronic Arts,The Creative Assembly,,,,,,,2001-08-24, +/games/boxart/full_2537516AmericaFrontccc.jpg,Shogun: Total War - Warlord Edition,PC,Strategy,Electronic Arts,The Creative Assembly,8.6,,,,,,2001-08-13, +/games/boxart/full_729934AmericaFrontccc.jpg,Shrine: Circus Tycoon,PC,Strategy,Activision,Unknown,,,,,,,2004-06-29, +/games/boxart/full_shuyaku-sentai-irem-fighter_1JapanFront.jpg,Shuyaku Sentai Irem Fighter,GB,Strategy,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-07-30, +/games/boxart/full_9809051AmericaFrontccc.jpg,Sid Meier's Alien Crossfire,PC,Strategy,Electronic Arts,Firaxis Games,,,,,,,1999-10-20, +/games/boxart/3515373ccc.jpg,Sid Meier's Alpha Centauri,PC,Strategy,Electronic Arts,Firaxis Games,9.4,,,,,,1999-01-02, +/games/boxart/default.jpg,Sid Meier's Antietam!,PC,Strategy,Unknown,Firaxis Games,,,,,,,, +/games/boxart/full_8677882AmericaFrontccc.jpg,Sid Meier's Civilization,SNES,Strategy,KOEI,MicroProse,,,,,,,1995-01-01, +/games/boxart/9410409ccc.jpg,Sid Meier's Civilization,PC,Strategy,Microprose,MPS Labs,,,,,,,1991-01-01, +/games/boxart/full_sid-meiers-civilization-chronicles_471AmericaFront.jpg,Sid Meier's Civilization Chronicles,PC,Strategy,2K Games,Firaxis Games,,,,,,,2006-10-16, +/games/boxart/full_6331492AmericaFrontccc.jpg,Sid Meier's Civilization IV: Colonization,PC,Strategy,2K Games,Firaxis Games,,,,,,,2008-09-22, +/games/boxart/full_3658351AmericaFrontccc.jpg,Sid Meier's Civilization Revolution,XBL,Strategy,2K Games,Firaxis Games,,,,,,,2009-09-08, +/games/boxart/default.jpg,Sid Meier's Civilization Revolution,PSP,Strategy,Unknown,Firaxis Games,,,,,,,, +/games/boxart/full_sid-meiers-civilization-v-civilization-and-scenario-pack-denmark-the-vikings_35AmericaFront.jpg,Sid Meier's Civilization V - Civilization and Scenario Pack: Denmark - The Vikings,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-05-03, +/games/boxart/default.jpg,Sid Meier's Civilization V - Civilization and Scenario Pack: Korea,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-08-11, +/games/boxart/full_sid-meiers-civilization-v-civilization-and-scenario-pack_467AmericaFront.jpg,Sid Meier's Civilization V - Civilization and Scenario Pack: Polynesia,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-04-21, +/games/boxart/full_sid-meiers-civilization-v-double-civilization-and-scenario-pack-spain-and-inca_754AmericaFront.jpg,Sid Meier's Civilization V - Double Civilization and Scenario Pack: Spain and Inca,PC,Strategy,2K Games,Firaxis Games,,,,,,,2010-12-16, +/games/boxart/default.jpg,Sid Meier's Civilization V - Wonders of the Ancient World Scenario Pack,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-08-11, +/games/boxart/full_sid-meiers-civilization-v-explorers-map-pack_464AmericaFront.jpg,Sid Meier's Civilization V: Explorers Map Pack,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-05-03, +/games/boxart/full_4145610AmericaFrontccc.jpg,Sid Meier's Gettysburg!,PC,Strategy,Electronic Arts,Firaxis Games,9.3,,,,,,1997-09-30, +/games/boxart/full_1825296AmericaFrontccc.jpg,Sid Meier's Pirates!,PC,Strategy,Atari,Firaxis Games,,,,,,,2004-11-22, +/games/boxart/full_5270579AmericaFrontccc.jpg,Sid Meier's Pirates!,XBL,Strategy,2K Games,Firaxis Games,,,,,,,2008-02-11, +/games/boxart/full_7473878PALFrontccc.png,Sid Meier's Pirates!,PSN,Strategy,2K Games,Full Fat,,,,,,,2008-08-21, +/games/boxart/full_802392AmericaFrontccc.jpg,Sid Meier's Pirates! Live the Life,PC,Strategy,2K Games,Firaxis Games,,,,,,,2005-05-02, +/games/boxart/default.jpg,Sid Meier's Starships,OSX,Strategy,2K Games,Firaxis Games,,,,,,,2015-03-12, +/games/boxart/default.jpg,Sideral Defense,XBL,Strategy,Unknown,TuConcepto Games,,,,,,,, +/games/boxart/full_silent-heroes_512AmericaFront.jpg,Silent Heroes,PC,Strategy,Paradox Interactive,Dark Fox,,,,,,,2006-09-10, +/games/boxart/default.jpg,Silent Hunter Online,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2020-12-31, +/games/boxart/full_409005AmericaFrontccc.jpg,Silent Storm,PC,Strategy,Encore,Nival Interactive,,,,,,,2004-01-20, +/games/boxart/full_7015664AmericaFrontccc.jpg,Silver Star Chess,WW,Strategy,Agetec,Agetec Inc.,,,,,,,2009-05-18, +/games/boxart/7313758ccc.jpg,SimCoaster,PC,Strategy,Electronic Arts,Bullfrog Prod.,,,,,,,2001-01-30, +/games/boxart/full_2741213JapanFrontccc.jpg,Simple 1500 Series Vol. 101: The Sentou,PS,Strategy,D3 Publisher,Max Entertainment,,,,,,,2003-01-30, +/games/boxart/full_3066577JapanFrontccc.jpg,Simple 1500 Series Vol. 2: The Shogi,PS,Strategy,Chat Noir,Alpha-Beta,,,,,,,1998-10-22, +/games/boxart/full_3266915JapanFrontccc.jpg,Simple 1500 Series Vol. 36: The Renai Simulation,PS,Strategy,D3 Publisher,HuneX,,,,,,,2000-08-24, +/games/boxart/full_6886918JapanFrontccc.jpg,Simple 1500 Series Vol. 39: The Mahjong 2,PS,Strategy,D3 Publisher,Warashi,,,,,,,2000-10-26, +/games/boxart/full_1461425JapanFrontccc.jpg,Simple 1500 Series Vol. 3: The GoMoku Narabe,PS,Strategy,Chat Noir,Itsui,,,,,,,1998-10-22, +/games/boxart/full_7583117JapanFrontccc.jpg,Simple 1500 Series Vol. 40: The Shogi 2,PS,Strategy,D3 Publisher,Warashi,,,,,,,2000-10-26, +/games/boxart/full_8035656JapanFrontccc.jpg,Simple 1500 Series Vol. 41: The Reversi 2,PS,Strategy,D3 Publisher,Yuki,,,,,,,2000-10-26, +/games/boxart/full_9073190JapanFrontccc.jpg,Simple 1500 Series Vol. 42: The Igo 2,PS,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2000-10-26, +/games/boxart/full_7161969JapanFrontccc.jpg,Simple 1500 Series Vol. 43: The Hanafuda 2,PS,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2000-10-26, +/games/boxart/full_5654067JapanFrontccc.jpg,Simple 1500 Series Vol. 46: The Mahjong Ochi Chige,PS,Strategy,D3 Publisher,Enterbrain,,,,,,,2000-11-16, +/games/boxart/full_8344970JapanFrontccc.jpg,Simple 1500 Series Vol. 4: The Reversi,PS,Strategy,D3 Publisher,Itsui,,,,,,,1998-10-22, +/games/boxart/full_5430000JapanFrontccc.jpg,Simple 1500 Series Vol. 5: The Igo,PS,Strategy,D3 Publisher,Ken Chen,,,,,,,1998-11-19, +/games/boxart/full_6115256JapanFrontccc.jpg,Simple 1500 Series Vol. 6: The Hanafuda,PS,Strategy,D3 Publisher,Success,,,,,,,1998-11-19, +/games/boxart/full_2966880JapanFrontccc.jpg,Simple 1500 Series Vol. 70: The War Simulation,PS,Strategy,D3 Publisher,Best Media,,,,,,,2001-08-30, +/games/boxart/full_4207679JapanFrontccc.jpg,Simple 1500 Series Vol. 79: The Shisenshou,PS,Strategy,D3 Publisher,Irem Software Engineering,,,,,,,2001-12-20, +/games/boxart/full_5753558JapanFrontccc.jpg,Simple 1500 Series Vol. 7: The Card,PS,Strategy,D3 Publisher,Success,,,,,,,1998-11-19, +/games/boxart/full_5688266JapanFrontccc.jpg,Simple 1500 Series Vol. 82: The Sensuikan,PS,Strategy,D3 Publisher,Tomcat System,,,,,,,2002-02-28, +/games/boxart/full_6570106JapanFrontccc.jpg,Simple 1500 Series Vol. 85: The Sengoku Bushou,PS,Strategy,D3 Publisher,Siesta,,,,,,,2002-01-31, +/games/boxart/full_5699673JapanFrontccc.jpg,Simple 1500 Series Vol. 9: The Chess,PS,Strategy,D3 Publisher,F. Schneider and Success,,,,,,,1999-04-22, +/games/boxart/full_4486104JapanFrontccc.jpg,Simple 2000 Series Vol. 1: The Table Game,PS2,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2001-05-31, +/games/boxart/full_simple-2000-series-vol-36-the-musume-ikusei-simulation-otousan-to-issho_4JapanFront.jpg,Simple 2000 Series Vol. 36: The Musume Ikusei Simulation - Otousan to Issho,PS2,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2003-10-09, +/games/boxart/full_simple-ds-series-vol-31-the-chou-dangan-custom-sensha_10JapanFront.jpg,Simple DS Series Vol. 31: The Chou-Dangan!! Custom Sensha,DS,Strategy,D3 Publisher,ThinkArts,,,,,,,2008-01-31, +/games/boxart/full_sins-of-a-solar-empire-diplomacy_756AmericaFront.png,Sins of a Solar Empire: Diplomacy,PC,Strategy,Stardock,Ironclad Games,,,,,,,2010-02-09, +/games/boxart/full_sins-of-a-solar-empire-entrenchment_266AmericaFront.jpg,Sins of a Solar Empire: Entrenchment,PC,Strategy,Stardock,Ironclad Games,,,,,,,2009-02-25, +/games/boxart/full_2399770AmericaFrontccc.jpg,Skateboard Park Tycoon,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2001-08-04, +/games/boxart/full_2296029AmericaFrontccc.jpg,Skateboard Park Tycoon 2004,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2003-07-25, +/games/boxart/full_5597924AmericaFrontccc.jpg,Skateboard Park Tycoon: World Tour 2003,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2002-08-06, +/games/boxart/full_sketchy-tower-defense_868AmericaFront.jpg,Sketchy Tower Defense,XBL,Strategy,Microsoft,Dafu,,,,,,,2010-11-23, +/games/boxart/full_4470997AmericaFrontccc.jpg,Ski Resort Tycoon,PC,Strategy,Head Games,Cat Daddy Games,7.4,,,,,,2000-11-30, +/games/boxart/full_9236391AmericaFrontccc.jpg,Ski Resort Tycoon II,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2001-09-30, +/games/boxart/full_5087292AmericaFrontccc.png,Skulls of the Shogun,WinP,Strategy,Microsoft Studios,17-Bit,,,,,,,2013-01-30,2018-04-07 +/games/boxart/full_9117261AmericaFrontccc.jpg,Skulls of the Shogun,XBL,Strategy,Microsoft Studios,17-Bit,,,,,,,2013-01-30,2018-09-29 +/games/boxart/full_1336439AmericaFrontccc.jpg,Skulls of the Shogun: Bone-a-Fide Edition,PC,Strategy,17-Bit,17-Bit,,,,,,,2013-07-29,2018-04-07 +/games/boxart/default.jpg,Skyshine's Bedlam,OSX,Strategy,Versus Evil,Skyshine Games,,,,,,,2016-01-01, +/games/boxart/default.jpg,Skyshine's Bedlam,PC,Strategy,Versus Evil,Skyshine Games,,,,,,,2016-01-01, +/games/boxart/full_snailien-invasion_9AmericaFront.jpg,Snailien Invasion!,XBL,Strategy,Microsoft,Manly Games,,,,,,,2010-09-11, +/games/boxart/full_5687051AmericaFrontccc.jpg,Snowboard Park Tycoon,PC,Strategy,Activision,Activision,,,,,,,2002-09-26, +/games/boxart/full_6371116AmericaFrontccc.jpg,Sol Survivor,XBL,Strategy,Microsoft,Cadenza Interactive,,,,,,,2009-09-16, +/games/boxart/full_9319814AmericaFrontccc.jpg,Sol Survivor,PC,Strategy,Cadenza Interactive,Cadenza Interactive,,,,,,,2010-03-15, +/games/boxart/full_2029207AmericaFrontccc.jpeg,Soldiers: Heroes of World War II,PC,Strategy,1C Company,Best Way,,,,,,,2014-06-29, +/games/boxart/default.jpg,Sons of Liberty,PC,Strategy,SSI,SSI,,,,,,,1988-01-01, +/games/boxart/full_9190997JapanFrontccc.jpg,Sonshi no Heihou DS,DS,Strategy,Media-5,Media-5,,,,,,,2009-06-04, +/games/boxart/full_3367413AmericaFrontccc.jpg,South Park Let's Go Tower Defense Play!,XBL,Strategy,Microsoft,Double Six,7.8,,,,,,2009-10-07, +/games/boxart/full_space-battleship-yamato-eiyuu-no-kiseki_5JapanFront.jpg,Space Battleship Yamato: Eiyuu no Kiseki,PS,Strategy,Bandai,Bandai,,,,,,,2000-09-28, +/games/boxart/full_2624272AmericaFrontccc.jpg,Space Empires IV,PC,Strategy,Shrapnel Games,Malfador Machinations,,,,,,,2000-11-06, +/games/boxart/full_9610371PALFrontccc.jpg,Space Hulk,PS3,Strategy,Funbox Media,Electronic Arts,,,,,,,2015-10-23, +/games/boxart/full_1571843AmericaFrontccc.jpg,Space Hulk,PC,Strategy,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, +/games/boxart/full_6118356AmericaFrontccc.jpg,Spaceforce: Captains,PC,Strategy,DreamCatcher Interactive,Provox Games,4.1,,,,,,2008-02-12, +/games/boxart/full_9638629AmericaFrontccc.jpg,Spaceforce: Rouge Universe,PC,Strategy,DreamCatcher Interactive,Provox Games,,,,,,,2007-06-05, +/games/boxart/full_4724571AmericaFrontccc.jpg,Spectromancer,PC,Strategy,Three Donkeys,Apus Software and Three Donkeys LLC,,,,,,,2008-10-15, +/games/boxart/default.jpg,Speed Battle Custom: Card Hero,DSiW,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-07-29, +/games/boxart/5779181ccc.gif,SpellForce 2: Gold Edition,PC,Strategy,JoWood Productions,Phenomic Game Development,,,,,,,2007-08-16, +/games/boxart/full_233620AmericaFrontccc.jpg,SpellForce Platinum Edition,PC,Strategy,Aspyr,EA Phenomic,,,,,,,2005-12-05, +/games/boxart/full_9481912PALFrontccc.jpg,SpellForce: Shadow of the Phoenix,PC,Strategy,JoWood Productions,EA Phenomic,,,,,,,2005-02-18, +/games/boxart/full_8049820PALFrontccc.jpg,SpellForce: The Breath of Winter,PC,Strategy,JoWood Productions,EA Phenomic,,,,,,,2004-06-25, +/games/boxart/5605811ccc.jpg,SpellForce: The Order of Dawn,PC,Strategy,Encore,Phenomic Game Development,,,,,,,2004-02-11,2018-02-02 +/games/boxart/default.jpg,Spirit of War: The Great War,PC,Strategy,Plug In Digital,G-OLD,,,,,,,2015-03-12, +/games/boxart/default.jpg,Spore Creature Keeper,PC,Strategy,Unknown,Maxis,,,,,,,, +/games/boxart/full_1481331AmericaFrontccc.jpg,Spyglass Board Games,XBL,Strategy,Microsoft,Strange Flavour,,,,,,,2007-08-01, +/games/boxart/default.jpg,Squad Assault: Operation Market Garden,PC,Strategy,Matrix Games,Matrix Games,,,,,,,2004-05-14, +/games/boxart/full_5141173AmericaFrontccc.jpg,Squad Assault: Second Wave,PC,Strategy,Merscom LLC,Freedom Games,,,,,,,2005-08-31, +/games/boxart/full_3870442AmericaFrontccc.jpg,Squad Assault: West Front,PC,Strategy,Matrix Games,Freedom Games,,,,,,,2003-11-02, +/games/boxart/full_squad-battles-vietnam_700AmericaFront.jpg,Squad Battles: Vietnam,PC,Strategy,Unknown,HPS Simulations,,,,,,,2001-08-02, +/games/boxart/default.jpg,Stalin vs. Martians,PC,Strategy,Black Wing Foundation,N-Game Studios,,,,,,,2009-04-20, +/games/boxart/full_7191658AmericaFrontccc.jpg,Star Chamber,PC,Strategy,Nayantara Studios,Nayantara Studios,8.8,,,,,,2003-11-13, +/games/boxart/full_8957477AmericaFrontccc.jpg,Star Command Revolution,PC,Strategy,GT Interactive,Metropolis Digital,,,,,,,1997-02-28, +/games/boxart/full_30485AmericaFrontccc.jpg,Star Control,GEN,Strategy,Ballistic,Toys for Bob,,,,,,,1991-01-01, +/games/boxart/9585242ccc.jpg,Star Control,PC,Strategy,Accolade,Toys for Bob,,,,,,,1990-07-01, +/games/boxart/full_star-hammer-tactics_2PALFront.jpg,Star Hammer Tactics,PSN,Strategy,Unknown,Black Lab Games,,,,,,,2011-06-02, +/games/boxart/full_4804540AmericaFrontccc.jpg,Star Reach,PC,Strategy,Interplay,Interplay,,,,,,,1994-12-01, +/games/boxart/default.jpg,Star Ruler 2,PC,Strategy,Blind Mind Studios,Blind Mind Studios,,,,,,,2015-03-27, +/games/boxart/default.jpg,Star Ruler 2,Linux,Strategy,Blind Mind Studios,Blind Mind Studios,,,,,,,2015-03-27, +/games/boxart/full_9443076AmericaFrontccc.jpg,Star Trek Away Team,PC,Strategy,Activision,Reflexive Entertainment Inc.,,,,,,,2001-03-19, +/games/boxart/full_2489131AmericaFrontccc.jpg,Star Trek The Next Generation: Birth of the Federation,PC,Strategy,Hasbro Interactive,MicroProse,,,,,,,1999-04-30, +/games/boxart/2280823ccc.jpg,Star Trek: Armada,PC,Strategy,Activision,Mad Doc Software,,,,,,,2000-02-29, +/games/boxart/9824872ccc.jpg,Star Trek: Armada II,PC,Strategy,Activision,Mad Doc Software,,,,,,,2001-11-12, +/games/boxart/7824898ccc.jpg,Star Trek: Starfleet Command,PC,Strategy,Interplay,Quicksilver Soft.,,,,,,,1999-09-15, +/games/boxart/full_star-trek-starfleet-command-volume-ii-empires-at-war_285AmericaFront.jpg,Star Trek: Starfleet Command Volume II: Empires at War,PC,Strategy,Interplay,Taldren,,,,,,,2000-12-13, +/games/boxart/full_star-trek-starfleet-command-orion-pirates_737AmericaFront.jpg,Star Trek: Starfleet Command: Orion Pirates,PC,Strategy,Interplay,Taldren,,,,,,,2001-06-15, +/games/boxart/full_801262AmericaFrontccc.jpg,Star Wars Galactic Battlegrounds: Clone Campaigns,PC,Strategy,LucasArts,LucasArts,,,,,,,2002-05-14, +/games/boxart/full_7424101AmericaFrontccc.png,Star Wars: Commander,And,Strategy,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2015-09-24, +/games/boxart/full_9963633AmericaFrontccc.jpg,Star Wars: Force Commander,PC,Strategy,LucasArts,LucasArts,,,,,,,2000-03-21, +/games/boxart/full_9991056AmericaFrontccc.jpg,Star Wars: Galactic Battlegrounds Saga,PC,Strategy,LucasArts,LucasArts,,,,,,,2002-01-01, +/games/boxart/full_3538495AmericaFrontccc.jpg,Starbase Epsilon,XBL,Strategy,Microsoft,VDrackus,,,,,,,2009-11-28, +/games/boxart/4711963ccc.jpg,StarCraft: Brood War,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.1,,,,,,1998-11-30, +/games/boxart/full_6838462AmericaFrontccc.jpg,Starflight,PC,Strategy,Electronic Arts,Binary Systems,,,,,,,1986-01-01, +/games/boxart/full_291969AmericaFrontccc.jpg,Starflight 2: Trade Routes of the Cloud Nebula,PC,Strategy,Electronic Arts,Binary Systems,,,,,,,1989-01-01, +/games/boxart/full_7111023AmericaFrontccc.jpg,Starpoint Gemini 2,PC,Strategy,Iceberg Interactive,Little Green Men Games,,,,,,,2014-07-01,2019-03-29 +/games/boxart/4969872ccc.jpg,Starship Troopers: Terran Ascendancy,PC,Strategy,Microprose,Blue Tongue Entertainment,,,,,,,2000-11-07, +/games/boxart/full_8810667AmericaFrontccc.jpg,Starship Tycoon,PC,Strategy,Positech Games,Positech Games,,,,,,,2004-07-25, +/games/boxart/full_starships-unlimited-v3_9AmericaFront.jpg,Starships Unlimited v3,PC,Strategy,Matrix Games,ApeZone,,,,,,,2005-11-10, +/games/boxart/full_state-of-war-warmonger_51PALFront.jpg,State of War: Warmonger,PC,Strategy,Alten8,Cypron Studios,,,,,,,2006-12-08, +/games/boxart/full_stealth_619JapanFront.jpg,Stealth,SNES,Strategy,Hect,Hect,,,,,,,1992-12-18, +/games/boxart/full_steamworld-tower-defense_9AmericaFront.jpg,SteamWorld Tower Defense,DSiW,Strategy,Image & Form International AB,Image & Form Games,,,,,,,2010-07-05,2018-03-21 +/games/boxart/full_4838709AmericaFrontccc.jpg,Steel Panthers II: Modern Battles,PC,Strategy,SSI,SSI,,,,,,,1996-10-31, +/games/boxart/full_stellar-impact_842AmericaFront.jpg,Stellar Impact,PC,Strategy,Unknown,Tindalos Interactive,,,,,,,2011-08-22, +/games/boxart/full_7295049AmericaFrontccc.jpeg,Storm over the Pacific,PC,Strategy,Wastelands Interactive,Wastelands Interactive,,,,,,,2014-06-13, +/games/boxart/default.jpg,Strange Adventures in Infinite Space,PC,Strategy,Cheapass Games,Digital Eel,,,,,,,2002-02-28, +/games/boxart/full_stranger_393AmericaFront.jpg,Stranger,PC,Strategy,CDV Software Entertainment,Fireglow,,,,,,,2008-03-26, +/games/boxart/full_strategic-combat_292AmericaFront.jpg,Strategic Combat,XBL,Strategy,Microsoft,All-templates.biz,,,,,,,2011-09-14, +/games/boxart/full_stratego_9AmericaFront.jpg,Stratego,PC,Strategy,Hasbro Interactive,Minds-Eye Productions,,,,,,,1998-11-30, +/games/boxart/full_stratego_9JapanFront.jpg,Stratego,PCE,Strategy,Victor Interactive,Accolade,,,,,,,1992-07-24, +/games/boxart/full_stronghold-warchest_938AmericaFront.jpg,Stronghold Warchest,PC,Strategy,Take-Two Interactive,FireFly Studios,,,,,,,2003-07-25, +/games/boxart/full_sudden-strike-ii_851AmericaFront.jpg,Sudden Strike II,PC,Strategy,CDV Software Entertainment,Fireglow Games,,,,,,,2002-09-26, +/games/boxart/full_5614491PALFrontccc.jpg,Sudden Strike III: Arms for Victory,PC,Strategy,Kalypso Media,Fireglow Games,,,,,,,2007-12-07,2019-04-09 +/games/boxart/full_1918179JapanFrontccc.jpg,Suikoden Tendou 108 Sei,PS,Strategy,KOEI,Koei,,,,,,,1998-04-02, +/games/boxart/full_9330064JapanFrontccc.jpg,Suikoden Tendou 108 Sei,SAT,Strategy,KOEI,Koei,,,,,,,1997-12-18, +/games/boxart/full_5084545JapanFrontccc.jpg,Suikoden: Tenmei no Chikai,PS,Strategy,KOEI,Koei,,,,,,,1996-10-04, +/games/boxart/full_1558370JapanFrontccc.jpg,Suikoden: Tenmei no Chikai,SAT,Strategy,KOEI,Koei,,,,,,,1996-12-27, +/games/boxart/6713058PALFrontccc.jpg,SunAge,PC,Strategy,GamersGate,Vertex 4,,,,,,,2007-11-30, +/games/boxart/default.jpg,Supaplex,PC,Strategy,Unknown,Think!Ware Development,,,,,,,, +/games/boxart/full_4635557AmericaFrontccc.jpg,Super Battleship,SNES,Strategy,Mindscape,Synergistic Software,,,,,,,1993-01-01, +/games/boxart/full_8048166AmericaFrontccc.jpg,Super Battleship,GEN,Strategy,Mindscape,Synergistic Software,,,,,,,1993-02-18, +/games/boxart/full_3973541AmericaFrontccc.jpg,Super Conflict: The Mideast,SNES,Strategy,Victory Lap Games,Manley & Associates,,,,,,,1993-03-01, +/games/boxart/full_6712193JapanFrontccc.png,Super Famicom Wars,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2010-02-16, +/games/boxart/full_6098310JapanFrontccc.png,Super Famicom Wars,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1998-05-01, +/games/boxart/full_super-metal-crusher_10JapanFront.jpg,Super Metal Crusher,PCE,Strategy,Pack-In-Video,Make Software,,,,,,,1991-11-29, +/games/boxart/full_1680644JapanFrontccc.jpg,Super Producers,DC,Strategy,Hudson Soft,Hudson,,,,,,,1999-11-11, +/games/boxart/full_1500470JapanFrontccc.jpg,Super Robot Taisen,GB,Strategy,Banpresto,Banpresto,,,,,,,1991-04-20, +/games/boxart/full_5451881JapanFrontccc.jpg,Super Robot Taisen α for DreamCast,DC,Strategy,Banpresto,Banpresto,,,,,,,2001-08-30, +/games/boxart/full_3215563JapanFrontccc.jpg,Super Robot Taisen Compact,WS,Strategy,Banpresto,Banpresto,,,,,,,1999-04-28, +/games/boxart/full_5664432JapanFrontccc.jpg,Super Robot Taisen Compact 2 Dai-2-Bu,WS,Strategy,Banpresto,Banpresto,,,,,,,2000-09-14, +/games/boxart/full_8450948JapanFrontccc.jpg,Super Robot Taisen Compact 2 Dai-3-Bu,WS,Strategy,Banpresto,Banpresto,,,,,,,2001-01-18, +/games/boxart/full_9664535JapanFrontccc.jpg,Super Robot Taisen Compact 3,WS,Strategy,Banpresto,Banpresto,,,,,,,2003-07-17, +/games/boxart/full_super-robot-taisen-compact-for-wonderswan-color_0JapanFront.jpg,Super Robot Taisen Compact for WonderSwan Color,WS,Strategy,Banpresto,Banpresto,,,,,,,2001-12-13, +/games/boxart/full_8899861JapanFrontccc.jpg,Super Robot Taisen EX,PS,Strategy,Banpresto,Banpresto,,,,,,,2000-01-06, +/games/boxart/full_super-robot-taisen-ex_120JapanFront.jpg,Super Robot Taisen EX,PSN,Strategy,Namco Bandai,Banpresto,,,,,,,2011-01-26, +/games/boxart/full_7562581JapanFrontccc.jpg,Super Robot Taisen F,PS,Strategy,Banpresto,Banpresto,,,,,,,1998-12-10, +/games/boxart/full_3084222JapanFrontccc.jpg,Super Robot Taisen Gaiden: Masou Kishin - The Lord of Elemental,SNES,Strategy,Banpresto,WinkySoft,,,,,,,1996-03-22, +/games/boxart/full_1645629JapanFrontccc.jpg,Super Robot Taisen GC,GC,Strategy,Banpresto,Banpresto,,,,,,,2004-12-16, +/games/boxart/full_7705610JapanFrontccc.jpg,Super Robot Taisen Link Battler,GB,Strategy,Banpresto,Banpresto,,,,,,,1999-10-01, +/games/boxart/full_9528431JapanFrontccc.jpg,SuperLite 1500 Series: Mahjong II,PS,Strategy,Success,Success,,,,,,,1999-07-22, +/games/boxart/full_supernova-galactic-wars_1AmericaFront.jpg,Supernova: Galactic Wars,PC,Strategy,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2005-01-21, +/games/boxart/full_1780378AmericaFrontccc.jpg,SuperPower,PC,Strategy,DreamCatcher Interactive,Golem Labs,,,,,,,2002-03-28, +/games/boxart/full_9318320AmericaFrontccc.jpg,Supreme Ruler 2010,PC,Strategy,Strategy First,BattleGoat Studios,,,,,,,2005-05-12, +/games/boxart/4200075ccc.jpg,Supreme Ruler 2020,PC,Strategy,Paradox Interactive,BattleGoat Studios,,,,,,,2008-07-01, +/games/boxart/full_supreme-ruler-2020-global-crisis_573AmericaFront.jpg,Supreme Ruler 2020 Global Crisis,PC,Strategy,Paradox Interactive,BattleGoat Studios,,,,,,,2008-12-22, +/games/boxart/full_supreme-ruler-2020-gold_72AmericaFront.jpg,Supreme Ruler 2020 Gold,PC,Strategy,Paradox Interactive,BattleGoat Studios,,,,,,,2009-07-09, +/games/boxart/full_swamp-defense_186AmericaFront.jpg,Swamp Defense,XBL,Strategy,Microsoft,EntwicklerX,,,,,,,2011-04-04, +/games/boxart/full_9032281JapanFrontccc.jpg,Sweet Ange,GB,Strategy,KOEI,Koei,,,,,,,1999-12-17, +/games/boxart/full_4885405AmericaFrontccc.jpg,Switchboard,XBL,Strategy,Microsoft,hotweird,,,,,,,2010-01-04, +/games/boxart/full_4022172AmericaFrontccc.jpg,Sword of the Stars,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2006-08-22, +/games/boxart/default.jpg,Sword of the Stars II: Lords of Winter,PC,Strategy,Paradox Interactive,Kerberos Productions,,,,,,,2011-10-28, +/games/boxart/full_4998077PALFrontccc.jpg,Sword of the Stars: A Murder of Crows,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2008-10-03, +/games/boxart/full_9227072AmericaFrontccc.jpg,Sword of the Stars: Argos Naval Yard,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2009-06-17, +/games/boxart/full_8299203PALFrontccc.jpg,Sword of the Stars: Born of Blood,PC,Strategy,Lighthouse Interactive,Kerberos Productions,7.5,,,,,,2007-06-05, +/games/boxart/full_4098936AmericaFrontccc.jpg,Sword of the Stars: Collector's Edition,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2008-03-25, +/games/boxart/full_8534381PALFrontccc.jpg,Sword of the Stars: Ultimate Collection,PC,Strategy,Paradox Interactive,Kerberos Productions,,,,,,,2009-04-17, +/games/boxart/full_swords-ampamp-soldiers_1PALFront.jpg,Swords & Soldiers,PC,Strategy,Daedalic,Ronimo Games,,,,,,,2010-08-31, +/games/boxart/full_swords-ampamp-soldiers_6AmericaFront.jpg,Swords & Soldiers,PSN,Strategy,Ronimo Games,Ronimo Games,8.2,,,,,,2010-09-28, +/games/boxart/full_4092722AmericaFrontccc.png,Swords & Soldiers,WW,Strategy,Ronimo Games,Ronimo Games,8.3,,,,,,2009-06-08, +/games/boxart/default.jpg,Swords and Soldiers,PSN,Strategy,Ronimo Games,Ronimo Games,,,,,,,2010-09-28, +/games/boxart/full_7113357PALFrontccc.jpg,Syndicate,SCD,Strategy,Domark Software,Bullfrog Productions,,,,,,,1995-01-01, +/games/boxart/7460737ccc.jpg,Syndicate,AJ,Strategy,Ocean,Bullfrog Productions,,,,,,,1995-01-01, +/games/boxart/8109138ccc.jpg,Syndicate,GEN,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1994-01-01, +/games/boxart/5499399ccc.jpg,Syndicate,3DO,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1995-01-01, +/games/boxart/2401037ccc.jpg,Syndicate,SNES,Strategy,Ocean,Bullfrog Productions,,,,,,,1995-12-01, +/games/boxart/full_6505559PALFrontccc.png,Syndicate Wars,PSN,Strategy,Electronic Arts,Bullfrog,,,,,,,2008-11-27, +/games/boxart/5011314ccc.png,Syndicate Wars,PC,Strategy,Electronic Arts,Bullfrog,,,,,,,1996-10-31, +/games/boxart/full_9157500AmericaFrontccc.jpg,Tabloid Tycoon,PC,Strategy,ValuSoft,ValuSoft,,,,,,,2005-04-25, +/games/boxart/full_taiheiki_9JapanFront.jpg,Taiheiki,GEN,Strategy,Sega,Sega,,,,,,,1991-12-13, +/games/boxart/full_taiheiki_3JapanFront.jpg,Taiheiki,PCE,Strategy,Intec,Intec,,,,,,,1991-12-13, +/games/boxart/full_taiheiyou-no-arashi-senkan-yamato-akatsuki-ni-shutsugekisu_1JapanFront.jpg,"Taiheiyou no Arashi: Senkan Yamato, Akatsuki ni Shutsugekisu",PSP,Strategy,System Soft,System Soft,,,,,,,2008-01-31, +/games/boxart/full_taiheiyou-no-arashi-senkan-yamato-akatsuki-ni-shutsugekisu_0JapanFront.jpg,"Taiheiyou no Arashi: Senkan Yamato, Akatsuki ni Shutsugekisu",PS2,Strategy,System Soft,System Soft,,,,,,,2008-01-31, +/games/boxart/full_996615JapanFrontccc.jpg,Taikai Nobunaga Ten: Ge-Ten II,PS,Strategy,I'Max,I'Max,,,,,,,1997-06-06, +/games/boxart/full_1953653JapanFrontccc.jpg,Taikou Risshiden V,PS2,Strategy,KOEI,Koei,,,,,,,2004-08-26, +/games/boxart/full_takeda-shingen_8JapanFront.jpg,Takeda Shingen,NES,Strategy,Hot-B,Another,,,,,,,1988-03-28, +/games/boxart/full_4228584PALFrontccc.jpg,Talvisota: Icy Hell,PC,Strategy,Nival Interactive,Blitzfront Game Studio,,,,,,,2007-11-16, +/games/boxart/default.jpg,Tank Beat 3,3DS,Strategy,Unknown,MileStone Inc.,,,,,,,, +/games/boxart/full_841604AmericaFrontccc.jpg,Tank Strike,XBL,Strategy,Microsoft,Stegersaurus Games,,,,,,,2009-04-29, +/games/boxart/default.jpg,Task Force 1942,PC,Strategy,Unknown,MicroProse,,,,,,,, +/games/boxart/full_teasure-planet-battle-at-procyon_0AmericaFront.jpg,Teasure Planet: Battle at Procyon,PC,Strategy,Disney Interactive Studios,Barking Dog Studios,,,,,,,2002-10-31, +/games/boxart/full_techassault_927AmericaFront.jpg,TechAssault,XBL,Strategy,Microsoft,AftercastGames,,,,,,,2011-07-01, +/games/boxart/full_5784797JapanFrontccc.jpg,Teitoku no Ketsudan II,PS,Strategy,KOEI,Koei / Inis,,,,,,,1996-08-23, +/games/boxart/full_658339JapanFrontccc.jpg,Teitoku no Ketsudan III,SAT,Strategy,KOEI,Koei / Inis,,,,,,,1997-06-27, +/games/boxart/full_8683070JapanFrontccc.jpg,Teitoku no Ketsudan III,PS,Strategy,KOEI,Koei / Inis,,,,,,,1997-03-28, +/games/boxart/full_2618269JapanFrontccc.jpg,Teitoku no Ketsudan III with Power-Up Kit,PS,Strategy,KOEI,Koei / Inis,,,,,,,1998-02-05, +/games/boxart/full_1571043JapanFrontccc.jpg,Teitoku no Ketsudan III with Power-Up Kit,SAT,Strategy,KOEI,Koei / Inis,,,,,,,1998-03-26, +/games/boxart/full_9817702JapanFrontccc.jpg,Teitoku no Ketsudan IV with Power-Up Kit,PS2,Strategy,KOEI,Koei / Inis,,,,,,,2004-02-26, +/games/boxart/full_6852231JapanFrontccc.jpg,Tekipaki Working Love FX,PCFX,Strategy,NEC Interchannel,NEC Interchannel,,,,,,,1998-03-27, +/games/boxart/full_2083529JapanFrontccc.jpg,Tekken Card Challenge,WS,Strategy,Bandai,Namco,,,,,,,1999-06-17, +/games/boxart/full_1737446JapanFrontccc.jpg,Tenbu: Mega CD Special,SCD,Strategy,Wolf Team,Wolf Team,,,,,,,1992-12-25, +/games/boxart/full_tenchi-muyou-game-hen_5JapanFront.jpg,Tenchi Muyou! Game-Hen,SNES,Strategy,Banpresto,Banpresto,,,,,,,1995-10-27, +/games/boxart/full_5831795JapanFrontccc.jpg,Tenka Fubu: Eiyuutachi no Houkou,SCD,Strategy,Game Arts,Game Arts,,,,,,,1991-12-28, +/games/boxart/full_terminator-2-judgment-day-chess-wars_10AmericaFront.jpg,Terminator 2: Judgment Day - Chess Wars,PC,Strategy,Capstone Software,IntraCorp,,,,,,,1993-01-01, +/games/boxart/full_5695691JapanFrontccc.jpg,Terra Phantastica,SAT,Strategy,Sega,Sega,,,,,,,1996-12-27, +/games/boxart/full_555362AmericaFrontccc.jpg,Tethered,PS4,Strategy,Secret Sorcery,Secret Sorcery,,,,,,,2016-10-25,2018-04-08 +/games/boxart/full_898531AmericaFrontccc.jpg,The Adhara War,XBL,Strategy,Microsoft,Samuel Potter,,,,,,,2009-09-28, +/games/boxart/full_6207213AmericaFrontccc.jpg,The Ancient Art of War,PC,Strategy,Broderbund,Evryware,,,,,,,1984-01-01, +/games/boxart/full_4443201AmericaFrontccc.jpg,The Ancient Art of War at Sea,PC,Strategy,Broderbund,Evryware,,,,,,,1987-01-01, +/games/boxart/full_384760AmericaFrontccc.jpg,The Ancient Art of War in the Skies,PC,Strategy,Microprose,Evryware,,,,,,,1990-01-01, +/games/boxart/full_the-battle-of-the-bulge-tigers-in-the-snow_657AmericaFront.jpg,The Battle of the Bulge: Tigers in the Snow,PC,Strategy,Unknown,Tactical Design Group,,,,,,,, +/games/boxart/6599265ccc.jpg,The Chessmaster,SNES,Strategy,Mindscape,Software Toolworks,,,,,,,1991-09-01, +/games/boxart/full_the-chessmaster_8AmericaFront.jpg,The Chessmaster,NES,Strategy,Software Toolworks,Software Toolworks,,,,,,,1990-01-01, +/games/boxart/full_the-chessmaster_0AmericaFront.jpg,The Chessmaster,GB,Strategy,Hi Tech Expressions,Park Place Productions,,,,,,,1991-01-01, +/games/boxart/full_the-chessmaster_10AmericaFront.jpg,The Chessmaster,GG,Strategy,Sega,Sega,,,,,,,1991-01-01, +/games/boxart/full_5256576AmericaFrontccc.jpg,The Chessmaster 2000,PC,Strategy,Software Toolworks,Software Toolworks,,,,,,,1986-06-15, +/games/boxart/full_1207095AmericaFrontccc.jpg,The Chessmaster 3-D,PS,Strategy,Ubisoft,Mindscape,,,,,,,1996-01-01, +/games/boxart/full_6404441AmericaFrontccc.jpg,The Chessmaster 3000,PC,Strategy,Software Toolworks,Software Toolworks,,,,,,,1991-06-15, +/games/boxart/full_947768AmericaFrontccc.jpg,The Chessmaster 4000 Turbo,PC,Strategy,Software Toolworks,Software Toolworks,,,,,,,1993-06-15, +/games/boxart/493263ccc.jpg,The Chessmaster: Special Edition,GB,Strategy,Hi Tech Expressions,Park Place Productions,,,,,,,1993-04-01, +/games/boxart/full_5128615AmericaFrontccc.jpg,The Corporate Machine,PC,Strategy,Take-Two Interactive,Stardock,8.3,,,,,,2001-07-14, +/games/boxart/full_4937706JapanFrontccc.jpg,The Drugstore,PS,Strategy,Human Entertainment,Human Entertainment,,,,,,,1998-08-06, +/games/boxart/full_4279717AmericaFrontccc.png,The Elder Scrolls: Legends,PC,Strategy,Bethesda Softworks,Bethesda Softworks,,,,,,,2017-03-09, +/games/boxart/full_4422293AmericaFrontccc.jpg,The Entente Gold,PC,Strategy,Buka Entertainment,Lesta Studio,,,,,,,2003-08-11,2018-07-19 +/games/boxart/full_the-eye-of-judgment-legends_4AmericaFront.jpg,The Eye of Judgment: Legends,PSN,Strategy,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2010-03-10,2018-09-17 +/games/boxart/full_1486940AmericaFrontccc.jpg,The Few,OSX,Strategy,BlackMoon Design,BlackMoon Design,,,,,,,2013-06-25, +/games/boxart/full_1486732AmericaFrontccc.jpg,The Few,PC,Strategy,BlackMoon Design,BlackMoon Design,,,,,,,2013-06-25, +/games/boxart/full_986082AmericaFrontccc.jpg,The Golden Horde,PC,Strategy,DreamCatcher Interactive,WorldForge,,,,,,,2008-07-15, +/games/boxart/full_6295088PALFrontccc.jpg,The Great Art Race,PC,Strategy,Take-Two Interactive,Ascaron,,,,,,,2004-09-10, +/games/boxart/full_7600912AmericaFrontccc.jpg,The Great Battles of Caesar,PC,Strategy,Interactive Magic,Erudite Software Inc.,,,,,,,1998-02-28, +/games/boxart/full_6827856AmericaFrontccc.jpeg,The Great War 1918,PC,Strategy,Relic Entertainment,Relic Entertainment,,,,,,,2013-03-13, +/games/boxart/full_the-guild-2_5AmericaFront.jpg,The Guild 2,PC,Strategy,Aspyr,4HEAD Studios,,,,,,,2006-10-12, +/games/boxart/full_8497676AmericaFrontccc.jpg,The Guild 2: Pirates of the High Seas,PC,Strategy,DreamCatcher Interactive,4HEAD Studios,6.3,,,,,,2007-06-25, +/games/boxart/6621561ccc.jpg,The Guild 2: Venice,PC,Strategy,DreamCatcher Interactive,Trine Games,,,,,,,2008-10-07,2018-01-04 +/games/boxart/full_4991675AmericaFrontccc.jpg,The Guild: Europa 1400 Expansion,PC,Strategy,JoWood Productions,JoWooD Entertainment,,,,,,,2003-01-01, +/games/boxart/full_6134399AmericaFrontccc.jpeg,The Happy Hereafter,PC,Strategy,Buka Entertainment,"Alawar Entertainment, Inc.",,,,,,,2013-10-02,2019-05-03 +/games/boxart/full_4178231AmericaFrontccc.jpg,The History Channel - Civil War: The Game,PC,Strategy,Activision,Activision,,,,,,,2003-02-10, +/games/boxart/full_the-history-channel-great-battles-of-medieval_245PALFront.jpg,The History Channel: Great Battles - Medieval,PC,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-10-01, +/games/boxart/default.jpg,The History Channel: Great Battles of Middle Ages,PC,Strategy,Unknown,Slitherine Software,,,,,,,, +/games/boxart/default.jpg,The History Channel: Great Battles of Middle Ages,PS3,Strategy,Unknown,Slitherine Software,,,,,,,, +/games/boxart/full_the-history-channel-great-battles-of-middle-ages_187AmericaFront.jpg,The History Channel: Great Battles of Middle Ages,X360,Strategy,Unknown,Slitherine Software,,,,,,,, +/games/boxart/full_6697544AmericaFrontccc.jpg,The History Channel: Great Battles of Rome,PC,Strategy,CDV Software Entertainment,Slitherine Software,,,,,,,2007-10-15, +/games/boxart/full_3668414PALFrontccc.jpg,The History Channel: Great Battles of Rome,PS2,Strategy,Black Bean Games,Slitherine Software,,,,,,,2007-06-08, +/games/boxart/full_1036402PALFrontccc.png,The History Channel: Great Battles of Rome,PSN,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-01-21, +/games/boxart/full_5302626AmericaFrontccc.jpg,The Horde,3DO,Strategy,Crystal Dynamics,Toys for Bob,,,,,,,1994-01-01, +/games/boxart/full_922849AmericaFrontccc.jpg,The Horde,PC,Strategy,Crystal Dynamics,Toys for Bob,,,,,,,1994-01-01, +/games/boxart/full_5442742AmericaFrontccc.jpg,The Horde,SAT,Strategy,Crystal Dynamics,Toys for Bob,,,,,,,1997-06-01, +/games/boxart/2906943ccc.jpg,The Humans,GB,Strategy,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-02, +/games/boxart/full_the-hunt-for-red-october_654AmericaFront.jpg,The Hunt for Red October,NES,Strategy,Hi Tech Expressions,Beam Software,,,,,,,1991-01-01, +/games/boxart/full_6006976JapanFrontccc.jpg,The Hybrid Front,VC,Strategy,Sega,Sega,,,,,,,2007-05-29, +/games/boxart/full_2661801JapanFrontccc.jpg,The Hybrid Front,GEN,Strategy,Sega,Sega,,,,,,,1994-07-22, +/games/boxart/5709632ccc.jpg,The King of Chicago,PC,Strategy,Mindscape,Cinemaware,,,,,,,1987-01-01, +/games/boxart/default.jpg,The Kings' Crusade: Arabian Nights,PC,Strategy,NeocoreGames,Paradox Interactive,,,,,,,2011-03-01, +/games/boxart/full_the-kings-crusade-complete-edition_499JapanFront.jpg,The Kings' Crusade: Complete Edition,PC,Strategy,CyberFront,NeoCoreGames,,,,,,,2011-07-22, +/games/boxart/full_the-kings-crusade-new-allies_468AmericaFront.jpg,The Kings' Crusade: New Allies,PC,Strategy,Paradox Interactive,NeoCoreGames,,,,,,,2011-11-27, +/games/boxart/default.jpg,The Kings' Crusade: Teutonic Knights,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, +/games/boxart/full_2045027AmericaFrontccc.jpg,The Lord of the Rings: Battle for Middle-Earth Anthology,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2007-03-20, +/games/boxart/full_2019566PALFrontccc.png,The Lord of the Rings: Tactics,PSN,Strategy,Electronic Arts,Amaze Entertainment,,,,,,,2009-12-10, +/games/boxart/full_8122862AmericaFrontccc.jpg,The Lord of the Rings: The Battle for Middle-earth II: The Rise of the Witch-King,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2006-11-28, +/games/boxart/2550662ccc.jpg,The Lord of the Rings: War of the Ring,PC,Strategy,Sierra Entertainment,Liquid Entertainment,,,,,,,2003-11-04, +/games/boxart/default.jpg,The Maid's Story,PC,Strategy,C's Ware,C's Ware,,,,,,,1997-01-01, +/games/boxart/full_the-nations_392AmericaFront.jpg,The Nations,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2001-01-01, +/games/boxart/full_the-nations-gold-edition_129PALFront.jpg,The Nations: Gold Edition,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2002-11-16, +/games/boxart/full_5486861AmericaFrontccc.jpg,The Nightmare Cooperative,PC,Strategy,Lucky Frame,Lucky Frame,,,,,,,2014-07-16, +/games/boxart/full_8181494AmericaFrontccc.jpg,The Nightmare Cooperative,OSX,Strategy,Lucky Frame,Lucky Frame,,,,,,,2014-07-16, +/games/boxart/full_5335449AmericaFrontccc.jpg,The Nightmare Cooperative,Linux,Strategy,Lucky Frame,Lucky Frame,,,,,,,2014-07-16, +/games/boxart/full_7261775AmericaFrontccc.jpg,The Operational Art of War II: Modern Battles 1956 - 2000,PC,Strategy,TalonSoft,Norm Koger,,,,,,,1999-04-30, +/games/boxart/7871167ccc.gif,The Oregon Trail 3rd Edition,PC,Strategy,The Learning Company,The Learning Company,,,,,,,1997-01-01, +/games/boxart/1484935ccc.jpg,The Perfect General,3DO,Strategy,Kirin Entertainment,Game Guild,,,,,,,1996-01-01, +/games/boxart/full_the-perfect-general_9AmericaFront.jpg,The Perfect General,PC,Strategy,Quantum Quality,White Wolf Productions,,,,,,,1991-01-01, +/games/boxart/full_the-perfect-general-ii_3AmericaFront.jpg,The Perfect General II,PC,Strategy,American Laser Games,Quantum Quality Productions,,,,,,,1994-01-01, +/games/boxart/full_1526892AmericaFrontccc.jpg,The Political Machine,PC,Strategy,Ubisoft,Stardock,,,,,,,2004-08-12, +/games/boxart/full_3101596AmericaFrontccc.jpg,The Settlers III: Quest of the Amazons,PC,Strategy,Blue Byte,Blue Byte,,,,,,,1998-12-20, +/games/boxart/full_6122808AmericaFrontccc.jpg,The Settlers: Rise of an Empire Gold Edition,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2008-09-22, +/games/boxart/1426265ccc.jpg,The Third World War,SCD,Strategy,Extreme Entertainment Group,Micronet,,,,,,,1994-01-01, +/games/boxart/full_975318AmericaFrontccc.jpg,The Tomorrow Children,PS4,Strategy,Sony Interactive Entertainment,Q Games,,,,,,,2016-09-06,2018-09-14 +/games/boxart/full_8085570JapanFrontccc.jpg,The Tower,SAT,Strategy,Open Book,Open Book,,,,,,,1996-03-01, +/games/boxart/full_1047736JapanFrontccc.jpg,The Tower,3DO,Strategy,Open Book,Open Book,,,,,,,1996-03-08, +/games/boxart/full_4636954JapanFrontccc.jpg,The Tower DS,DS,Strategy,DigiToys,DigiToys,,,,,,,2008-06-26, +/games/boxart/default.jpg,The Tower DS Classic,DSiW,Strategy,DigiToys,DigiToys,,,,,,,2009-08-26, +/games/boxart/default.jpg,The Tower DS: Kougai Ekimae Ichiba ni Idome!! Kyodai Shopping Center Hen,DSiW,Strategy,DigiToys,DigiToys,,,,,,,2009-10-21, +/games/boxart/default.jpg,The Tower DS: Ura Roji no Nitouchi ni Ichiryuu Hotel o Kensetsuseyo!! Hen,DSiW,Strategy,DigiToys,DigiToys,,,,,,,2009-09-30, +/games/boxart/full_5787604AmericaFrontccc.jpg,The Witcher Battle Arena,And,Strategy,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2015-01-22, +/games/boxart/full_2875357JapanFrontccc.jpg,Theme Aquarium,PSN,Strategy,Electronic Arts Victor,Bullfrog Productions,,,,,,,2009-09-24, +/games/boxart/full_2177982JapanFrontccc.jpg,Theme Aquarium,PS,Strategy,Electronic Arts Victor,Bullfrog Productions,,,,,,,1998-12-17, +/games/boxart/full_1660416PALFrontccc.png,Theme Park,PSN,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,2008-11-06, +/games/boxart/3668540ccc.jpg,Theme Park,AJ,Strategy,Ocean,Bullfrog Productions,,,,,,,1995-03-01, +/games/boxart/full_threadspace-hyperbol_288AmericaFront.jpg,ThreadSpace: Hyperbol,PC,Strategy,Atari,iocaine studios,6.5,,,,,,2007-07-12, +/games/boxart/7335166ccc.gif,Thrillville,XB,Strategy,LucasArts,Frontier Developments,,,,,,,2006-11-21, +/games/boxart/full_6544178AmericaFrontccc.png,Thrillville: Off the Rails,PSN,Strategy,LucasArts,Frontier Developments,,,,,,,2009-09-30, +/games/boxart/full_tides-of-war_556AmericaFront.jpg,Tides of War,PC,Strategy,GT Interactive,Devil's Thumb Entertainment,,,,,,,1999-01-01, +/games/boxart/full_220101AmericaFrontccc.png,Tiestru,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-20, +/games/boxart/full_time-of-defiance_3AmericaFront.jpg,Time of Defiance,PC,Strategy,Strategy First,Nicely Crafted,,,,,,,2004-09-28, +/games/boxart/full_time-of-fury_420AmericaFront.jpg,Time of Fury,PC,Strategy,Slitherine Software,Slitherine,,,,,,,2011-11-19, +/games/boxart/full_tin-soldiers-julius-caesar_8AmericaFront.jpg,Tin Soldiers: Julius Caesar,PC,Strategy,Matrix Games,Koios Works,,,,,,,2005-04-25, +/games/boxart/default.jpg,Tiny Token Empires,PSN,Strategy,Unknown,BiP media,,,,,,,, +/games/boxart/full_1810479AmericaFrontccc.jpeg,To End All Wars,PC,Strategy,Slitherine,Slitherine,,,,,,,2014-08-29, +/games/boxart/full_3026404JapanFrontccc.jpg,Tokyo Bus Annai: Bijin Bug Guide Tenjou Pack,DC,Strategy,Fortyfive,Fortyfive,,,,,,,2000-12-21, +/games/boxart/full_5260463JapanFrontccc.jpg,Tokyo Bus Guide,DC,Strategy,Fortyfive,Fortyfive,,,,,,,1999-12-23, +/games/boxart/full_929028AmericaFrontccc.jpg,Tom Clancy's EndWar,XBL,Strategy,Ubisoft,Ubisoft Shanghai,,,,,,,2010-05-11, +/games/boxart/full_2377795AmericaFrontccc.png,Tom Clancy's EndWar,PSN,Strategy,Ubisoft,Funatics Software,,,,,,,2009-09-30, +/games/boxart/2902452ccc.jpg,Tonka Construction Site,GB,Strategy,TDK Mediactive,Cosmigo,,,,,,,2002-05-30, +/games/boxart/full_9494509AmericaFrontccc.jpg,Tooth and Tail,PC,Strategy,Pocketwatch Games,Pocketwatch Games,,,,,,,2017-09-12,2018-07-19 +/games/boxart/full_top-breeder_778JapanFront.jpg,Top Breeder,PC,Strategy,Angie,Angie,,,,,,,2000-08-04, +/games/boxart/default.jpg,Total Annihilation/Battle Tactics/The Core Contingency,PC,Strategy,Unknown,Cavedog Entertainment/1AM Productions,,,,,,,, +/games/boxart/full_5600159AmericaFrontccc.jpg,Total Annihilation: Battle Tactics,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,1998-06-30, +/games/boxart/full_672123AmericaFrontccc.jpg,Total Annihilation: Kingdoms - The Iron Plague,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,2000-02-29, +/games/boxart/full_3317693AmericaFrontccc.jpg,Total Annihilation: The Core Contingency,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,1998-04-30, +/games/boxart/full_9697452PALFrontccc.jpg,Total War: Anthology,PC,Strategy,Sega,Sega,,,,,,,2009-11-27, +/games/boxart/full_4795196PALFrontccc.jpg,Total War: Attila,OSX,Strategy,Sega,Creative Assembly,,,,,,,2016-01-01,2018-05-29 +/games/boxart/full_8361149PALFrontccc.jpg,Total War: Attila,Linux,Strategy,Sega,Creative Assembly,,,,,,,2016-01-01,2018-05-29 +/games/boxart/default.jpg,Total War: Battle Pack,PC,Strategy,Sega,Sega,,,,,,,2010-05-04, +/games/boxart/full_8475091AmericaFrontccc.jpg,Total War: Eras,PC,Strategy,Sega,The Creative Assembly,,,,,,,2006-08-01, +/games/boxart/full_6745143PALFrontccc.jpg,Total War: WARHAMMER,OSX,Strategy,Sega,Creative Assembly,,,,,,,2016-05-24,2018-05-30 +/games/boxart/full_4496078JapanFrontccc.jpg,Totsugeki! Pappara Tai,GB,Strategy,J-Wing,J-Wing,,,,,,,2000-03-10, +/games/boxart/full_254635AmericaFrontccc.jpg,Tower Revolution,XBL,Strategy,Microsoft,Super Mawl,,,,,,,2008-12-06, +/games/boxart/full_6153744AmericaFrontccc.jpg,Toy Soldiers,XBL,Strategy,Microsoft,Signal Studios,8.4,,,,,,2010-03-03, +/games/boxart/full_toy-soldiers-cold-war_762AmericaFront.jpg,Toy Soldiers: Cold War,XBL,Strategy,Microsoft,Signal Studios,8.4,,,,,,2011-08-17, +/games/boxart/full_toy-soldiers-invasion_650AmericaFront.jpg,Toy Soldiers: Invasion!,XBL,Strategy,Microsoft,Signal Studios,,,,,,,2010-09-29, +/games/boxart/full_toy-soldiers-the-kaisers-battle_577AmericaFront.jpg,Toy Soldiers: The Kaiser's Battle,XBL,Strategy,Microsoft,Signal Studios,,,,,,,2010-06-30, +/games/boxart/5491358ccc.jpg,Trade Empires,PC,Strategy,Eidos Interactive,FrogCity Softwares,,,,,,,2001-09-17, +/games/boxart/full_3238026AmericaFrontccc.jpg,Trailer Park Tycoon,PC,Strategy,Jaleco,Jaleco Entertainment,4.5,,,,,,2002-11-27, +/games/boxart/full_4295550PALFrontccc.jpg,Trains and Trucks Tycoon,PC,Strategy,Unknown,Unknown,,,,,,,, +/games/boxart/full_5494094AmericaFrontccc.jpg,Trajectory,XBL,Strategy,Microsoft,Lauriewsmith,,,,,,,2009-02-20, +/games/boxart/full_6863387JapanFrontccc.jpg,Transport Tycoon,SAT,Strategy,Imagineer,MicroProse,,,,,,,1997-11-20, +/games/boxart/full_1629827PALFrontccc.jpg,Transport Tycoon,PS,Strategy,Ocean,Digital Amusement,,,,,,,1997-09-01, +/games/boxart/full_1260597JapanFrontccc.jpg,Transport Tycoon 3D,PS,Strategy,Unbalance,MicroProse,,,,,,,1996-08-06, +/games/boxart/full_5402770AmericaFrontccc.jpg,Transport Tycoon Deluxe,PC,Strategy,Microprose,MicroProse,,,,,,,1995-01-01, +/games/boxart/full_trenches-generals_715AmericaFront.jpg,Trenches Generals,WW,Strategy,Unknown,Fishing Cactus,6,,,,,,2011-09-01, +/games/boxart/full_tribal-trouble_74AmericaFront.jpg,Tribal Trouble,PC,Strategy,Oddmobb,Oddlabs ApS,,,,,,,2005-03-31, +/games/boxart/full_tribal-trouble-2_213AmericaFront.jpg,Tribal Trouble 2,PC,Strategy,Unknown,Oddlabs,,,,,,,, +/games/boxart/full_tribal-wars_913AmericaFront.jpg,Tribal Wars,PC,Strategy,Unknown,InnoGames,,,,,,,2003-06-01, +/games/boxart/full_9461178AmericaFrontccc.jpeg,Trolls vs Vikings,PC,Strategy,Unknown,Unknown,,,,,,,2015-01-01, +/games/boxart/full_tropico-3-absolute-power_659PALFront.jpg,Tropico 3: Absolute Power,PC,Strategy,Kalypso,Haemimont Games,,,,,,,2010-05-17, +/games/boxart/full_854167AmericaFrontccc.jpg,Tropico: Paradise Island,PC,Strategy,Take-Two Interactive,BreakAway Games,8.2,,,,,,2002-02-03, +/games/boxart/default.jpg,Truckers Tycoon,PC,Strategy,Unknown,Nikita,,,,,,,, +/games/boxart/full_3707144AmericaFrontccc.jpg,Two Thrones,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2004-02-10, +/games/boxart/default.jpg,Two Worlds II Castle Defense,PC,Strategy,Unknown,TopWare Interactive,6.5,,,,,,, +/games/boxart/full_4709717AmericaFrontccc.jpg,Tycoon Collection,PC,Strategy,Activision,Activision Value,,,,,,,2005-06-14, +/games/boxart/full_5340026PALFrontccc.jpg,Tycoon Deluxe Edition,PC,Strategy,Atari,Various,,,,,,,2006-09-29, +/games/boxart/full_2634036AmericaFrontccc.jpg,Tyrants: Fight Through Time,GEN,Strategy,Virgin Interactive,Sensible Software,,,,,,,1992-01-01, +/games/boxart/full_5635848JapanFrontccc.jpg,Uchuu no Stellvia Advance,GBA,Strategy,King Records,King Records,,,,,,,2004-04-23, +/games/boxart/full_501150JapanFrontccc.jpg,Uchuu Senkan Yamato,GB,Strategy,Bec,Bec,,,,,,,1992-07-17, +/games/boxart/full_7019913JapanFrontccc.jpg,Uchuu Senkan Yamato,WS,Strategy,Bandai,Tom Create,,,,,,,2001-02-08, +/games/boxart/full_2227089JapanFrontccc.jpg,Uchuu Senkan Yamato,PCE,Strategy,Human Entertainment,Human Entertainment,,,,,,,1992-11-22, +/games/boxart/full_uchuu-senkan-yamato-ankoku-seidan-teikoku-no-gyakushuu_6JapanFront.jpg,Uchuu Senkan Yamato: Ankoku Seidan Teikoku no Gyakushuu,PS2,Strategy,Bandai,Bandai,,,,,,,2005-01-27, +/games/boxart/full_uchuu-senkan-yamato-iscandar-he-no-tsuioku_7JapanFront.jpg,Uchuu Senkan Yamato: Iscandar he no Tsuioku,PS2,Strategy,Bandai,Bandai,,,,,,,2004-10-06, +/games/boxart/9424787ccc.png,UFO: Aftershock,PC,Strategy,Unknown,Altar Interactive,,,,,,,2005-11-23, +/games/boxart/1098475ccc.jpg,Ultimate Brain Games,DS,Strategy,Unknown,Unknown,,,,,,,, +/games/boxart/full_7786027AmericaFrontccc.jpg,Ultimate Tycoon Collection,PC,Strategy,Global Star Software,Global Star Software,,,,,,,2004-01-01, +/games/boxart/full_1427309JapanFrontccc.jpg,Ultraman Club: Teki Kaijuu o Hakken Seyo,GB,Strategy,Bandai,Bandai,,,,,,,1990-05-26, +/games/boxart/full_uncharted-waters_4AmericaFront.jpg,Uncharted Waters,PC,Strategy,KOEI,Koei,,,,,,,1990-01-01, +/games/boxart/469251ccc.jpg,Uncharted Waters,GEN,Strategy,KOEI,Koei,,,,,,,1992-04-28, +/games/boxart/full_2087503AmericaFrontccc.jpg,Uncharted Waters,NES,Strategy,KOEI,Koei,,,,,,,1991-11-01, +/games/boxart/full_731096AmericaFrontccc.jpg,Uncharted Waters,SNES,Strategy,KOEI,Koei,,,,,,,1993-01-01, +/games/boxart/full_under-siege_339PALFront.jpg,Under Siege,PSN,Strategy,Unknown,Seed Studios,7,,,,,,2011-06-02, +/games/boxart/full_universal-combat-collectors-edition_293AmericaFront.jpg,Universal Combat Collectors Edition,PC,Strategy,3000AD,"3000AD, Inc.",,,,,,,2006-08-03, +/games/boxart/full_universal-combat-a-world-apart_57AmericaFront.jpg,Universal Combat: A World Apart,PC,Strategy,3000AD,"3000AD, Inc.",,,,,,,2005-08-15, +/games/boxart/default.jpg,Uprising 44,X360,Strategy,Unknown,DMD Enterprise Studio,,,,,,,, +/games/boxart/default.jpg,Uprising 44,PC,Strategy,Unknown,DMD Enterprise Studio,,,,,,,, +/games/boxart/full_8760303AmericaFrontccc.jpg,Urban Assault,PC,Strategy,Microsoft,Terratools,,,,,,,1998-07-31, +/games/boxart/full_1885088AmericaFrontccc.jpeg,Urban Empire,PC,Strategy,Kalypso Media,Kalypso Media,,,,,,,2017-01-24, +/games/boxart/full_us-and-them-cold-war_945PALFront.jpg,Us and Them: Cold War,PC,Strategy,Avanquest,icehole,,,,,,,2011-11-04, +/games/boxart/default.jpg,Utawarerumono,PC,Strategy,Leaf,Leaf,,,,,,,2002-04-26, +/games/boxart/full_valet-parking-inc_857AmericaFront.jpg,Valet Parking Inc.,XBL,Strategy,Microsoft,CandelaCreations,,,,,,,2010-11-22, +/games/boxart/full_8157798JapanFrontccc.jpg,Vanguard Bandits,PSN,Strategy,Human Entertainment,Human Entertainment,,,,,,,2009-09-24, +/games/boxart/full_6194169AmericaFrontccc.jpg,Vegas Tycoon,PC,Strategy,Global Star Software,Deep Red,7.7,,,,,,2004-01-15, +/games/boxart/full_3317728JapanFrontccc.jpg,Velvet file Plus,PS2,Strategy,Seta Corporation,Nexus Interact,,,,,,,2001-03-29, +/games/boxart/full_venture_697AmericaFront.jpg,Venture,XBL,Strategy,Microsoft,BigBlackBlock Gamestudio,,,,,,,2011-07-25, +/games/boxart/full_1804607PALFrontccc.jpg,Venture Tycoon,PC,Strategy,Activision Value,Animedia,,,,,,,2001-01-01, +/games/boxart/full_vermeer_105PALFront.jpg,Vermeer,PC,Strategy,Ascaron Entertainment,Ascaron Entertainment GmbH,,,,,,,2001-03-09, +/games/boxart/full_vermeer-2_412PALFront.jpg,Vermeer 2,PC,Strategy,Ascaron Entertainment,Ascaron Entertainment GmbH,,,,,,,2004-09-11, +/games/boxart/full_3244546JapanFrontccc.jpg,Vermilion Desert,DC,Strategy,Riverhillsoft,River Hill Software,,,,,,,1999-12-02, +/games/boxart/full_vertex-dispenser_589AmericaFront.jpg,Vertex Dispenser,PC,Strategy,Unknown,Smestorp Limited,,,,,,,2011-06-10, +/games/boxart/default.jpg,Victoria,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, +/games/boxart/full_victoria-ii-a-house-divided_793AmericaFront.jpg,Victoria II: A House Divided,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2012-01-24, +/games/boxart/full_victoria-complete_111PALFront.jpg,Victoria: Complete,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2010-08-20, +/games/boxart/full_7114995AmericaFrontccc.jpg,Victoria: Revolutions,PC,Strategy,GamersGate,Paradox Interactive,,,,,,,2006-08-17, +/games/boxart/full_5040818PALFrontccc.jpg,Victory At Sea,Linux,Strategy,Evil Twin Artworks,Evil Twin Artworks,,,,,,,2014-08-08,2018-08-10 +/games/boxart/full_7605561PALFrontccc.jpg,Victory At Sea,PC,Strategy,Evil Twin Artworks,Evil Twin Artworks,,,,,,,2014-08-08,2018-08-10 +/games/boxart/full_220349PALFrontccc.jpg,Victory At Sea,OSX,Strategy,Evil Twin Artworks,Evil Twin Artworks,,,,,,,2014-08-08,2018-08-10 +/games/boxart/full_8481368AmericaFrontccc.jpg,Viking Invasion,DSiW,Strategy,BiP Media,BiP Studios,,,,,,,2009-11-02, +/games/boxart/full_vikings-the-strategy-of-ultimate-conquest_895AmericaFront.jpg,Vikings: The Strategy of Ultimate Conquest,PC,Strategy,GT Interactive,Random Games Inc.,,,,,,,1996-01-01, +/games/boxart/full_5680803JapanFrontccc.jpg,Volfoss,PS,Strategy,Namco,Namco,,,,,,,2001-02-22, +/games/boxart/full_7935665JapanFrontccc.jpg,Wallaby!! Usagi no Kuni no Kanagroo Race,VC,Strategy,Hudson Soft,Tenky,,,,,,,2009-02-24, +/games/boxart/full_2576228JapanFrontccc.jpg,Wallaby!! Usagi no Kuni no Kanagroo Race,PCE,Strategy,NCS,Tenky,,,,,,,1990-12-14, +/games/boxart/full_1136625JapanFrontccc.jpg,Wannyon Idol Gakuen,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2003-12-30, +/games/boxart/default.jpg,War Breeds,PC,Strategy,Unknown,Red Orb,,,,,,,, +/games/boxart/2123420ccc.jpg,War Front: Turning Point,PC,Strategy,CDV Software Entertainment,Digital Reality,,,,,,,2007-02-23, +/games/boxart/full_5807196AmericaFrontccc.jpg,War in a Box: Paper Tanks,OSX,Strategy,DQ Team,DQ Team,,,,,,,2014-07-04,2018-08-10 +/games/boxart/full_4427453AmericaFrontccc.jpg,War in a Box: Paper Tanks,Linux,Strategy,DQ Team,DQ Team,,,,,,,2014-07-04,2018-08-10 +/games/boxart/full_2045460AmericaFrontccc.jpg,War in a Box: Paper Tanks,PC,Strategy,DQ Team,DQ Team,,,,,,,2014-07-04,2018-08-10 +/games/boxart/full_3851041AmericaFrontccc.jpeg,War in Middle Earth,ACPC,Strategy,Melbourne House,Melbourne House,,,,,,,1989-01-01,2018-01-06 +/games/boxart/4279916ccc.jpg,War in the Pacific: Admiral's Edition,PC,Strategy,Matrix Games,Henderson Field Designs,,,,,,,2009-07-27, +/games/boxart/full_5508028PALFrontccc.jpg,War on Folvos,PC,Strategy,Lonely Troops,Unknown,,,,,,,2006-09-26, +/games/boxart/full_1340288PALFrontccc.jpg,War RTS Deluxe,PC,Strategy,Atari,Cavedog Entertainment/Eugen Systems/TimeGate Studios,,,,,,,2005-12-09, +/games/boxart/full_2919469AmericaFrontccc.jpg,War Wind,PC,Strategy,SSI,DreamForge Intertainment,,,,,,,1996-09-30, +/games/boxart/full_9886921AmericaFrontccc.jpg,War Wind II: Human Onslaught,PC,Strategy,SSI,DreamForge Intertainment,,,,,,,1997-11-30, +/games/boxart/1606022ccc.jpg,Warcraft II: Beyond the Dark Portal,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,1996-04-30, +/games/boxart/65110ccc.jpg,WarCraft II: The Dark Saga,SAT,Strategy,Electronic Arts,Blizzard Entertainment,8,,,,,,1997-08-31, +/games/boxart/full_6249309AmericaFrontccc.jpg,Warfare,PC,Strategy,Tri Synergy,GFI Russia,,,,,,,2008-11-20, +/games/boxart/full_1150593AmericaFrontccc.jpg,Warfare Nations,And,Strategy,VOLV LLC,VOLV LLC,,,,,,,2014-05-28, +/games/boxart/full_4645541AmericaFrontccc.jpg,Warfare Nations,WinP,Strategy,VOLV LLC,VOLV LLC,,,,,,,2014-05-28, +/games/boxart/full_wargame-construction-set_576AmericaFront.jpg,Wargame Construction Set,PC,Strategy,"Strategic Simulations, Inc",Strategic Simulations Inc,,,,,,,1987-01-01, +/games/boxart/full_2198602AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate",PC,Strategy,SSI,Random Games,7.5,,,,,,1998-10-31, +/games/boxart/full_5206388PALFrontccc.jpg,"Warhammer 40,000: Dawn Of War - The Complete Collection",PC,Strategy,THQ,Relic,,,,,,,2008-03-21, +/games/boxart/full_7394449AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War: Platinum Edition",PC,Strategy,THQ,Relic,,,,,,,2007-06-06, +/games/boxart/3990515ccc.jpg,"Warhammer 40,000: Dawn of War: Winter Assault",PC,Strategy,THQ,Relic,8.4,,,,,,2005-09-21, +/games/boxart/full_warhammer-40000-glory-in-death_947AmericaFront.png,"Warhammer 40,000: Glory in Death",NGage,Strategy,Nokia,Razorback Developments,,,,,,,2006-01-01, +/games/boxart/full_1721963AmericaFrontccc.jpg,"Warhammer 40,000: Rites of War",PC,Strategy,SSI,DreamForge Intertainment,8,,,,,,1999-06-30, +/games/boxart/default.jpg,Warhammer Quest,PC,Strategy,Chilled Mouse,Rodeo Games,,,,,,,2015-01-07, +/games/boxart/default.jpg,Warhammer Quest,OSX,Strategy,Chilled Mouse,Rodeo Games,,,,,,,2015-01-07, +/games/boxart/default.jpg,Warhammer Quest,Linux,Strategy,Chilled Mouse,Rodeo Games,,,,,,,2015-01-07, +/games/boxart/full_8019422AmericaFrontccc.jpg,Warhammer: Shadow of the Horned Rat,PC,Strategy,Mindscape,Mindscape,,,,,,,1995-11-11, +/games/boxart/646770ccc.jpg,Warlocked,GBC,Strategy,Nintendo,Bits Studios,,,,,,,2000-07-24,2018-01-06 +/games/boxart/full_warlords_0AmericaFront.jpg,Warlords,PC,Strategy,Unknown,SSG,,,,,,,, +/games/boxart/full_6514693AmericaFrontccc.jpg,Warlords Battlecry,PC,Strategy,SSI,Strategic Studies Group,,,,,,,2000-07-09, +/games/boxart/full_8392754AmericaFrontccc.jpg,Warlords Battlecry II,PC,Strategy,Ubisoft,Strategic Studies Group,,,,,,,2002-03-11, +/games/boxart/7463135ccc.jpg,Warlords Battlecry III,PC,Strategy,Enlight,Infinite Interactive,,,,,,,2004-05-19, +/games/boxart/default.jpg,Warlords DS,DS,Strategy,Unknown,Glyphic Entertainment,,,,,,,, +/games/boxart/full_warlords-ii_6PALFront.jpg,Warlords II,PC,Strategy,Strategic Studies Group,SSG,,,,,,,1993-01-01, +/games/boxart/full_warlords-iii-darklords-rising_2AmericaFront.jpg,Warlords III: Darklords Rising,PC,Strategy,Ubisoft,SSG,,,,,,,1998-08-31, +/games/boxart/full_warlords-iii-reign-of-heroes_9AmericaFront.jpg,Warlords III: Reign of Heroes,PC,Strategy,Broderbund,SSG,,,,,,,1997-07-31, +/games/boxart/full_3807889AmericaFrontccc.jpg,Warmachine: Tactics,PC,Strategy,Privateer Press Interactive,WhiteMoon Dreams,,,,,,,2014-11-21,2019-04-12 +/games/boxart/full_6457932AmericaFrontccc.jpg,Warmachine: Tactics,OSX,Strategy,Privateer Press Interactive,WhiteMoon Dreams,,,,,,,2014-11-21,2019-04-12 +/games/boxart/full_8041706AmericaFrontccc.jpg,WarMen Tactics,WW,Strategy,Calaris,Calaris,,,,,,,2010-02-15, +/games/boxart/default.jpg,Warr,XBL,Strategy,Unknown,Abico,,,,,,,, +/games/boxart/full_2565452AmericaFrontccc.png,Warrior Chess,And,Strategy,Unknown,Unknown,,,,,,,2014-01-10, +/games/boxart/full_8396462AmericaFrontccc.jpg,Warrior of Rome,GEN,Strategy,Micronet,Micronet,,,,,,,1991-05-01, +/games/boxart/full_7350681AmericaFrontccc.jpg,Warrior of Rome II,GEN,Strategy,Micronet,Micronet,,,,,,,1992-01-01, +/games/boxart/full_4018933AmericaFrontccc.jpg,Warsong,VC,Strategy,NCS,NCS,,,,,,,2007-11-27, +/games/boxart/full_3253138AmericaFrontccc.jpg,Warsong,GEN,Strategy,Treco,NCS,,,,,,,1991-04-25, +/games/boxart/full_3833516AmericaFrontccc.jpg,Weird Worlds: Return to Infinite Space,PC,Strategy,Shrapnel Games,Digital Eel,,,,,,,2005-11-04, +/games/boxart/full_350609AmericaFrontccc.jpg,Westward IV: All Aboard,PC,Strategy,Unknown,Sandlot Games,,,,,,,, +/games/boxart/full_8817104AmericaFrontccc.jpg,Wildlife Tycoon: Venture Africa,PC,Strategy,Mumbo Jumbo,Pocketwatch Games,,,,,,,2006-02-24, +/games/boxart/full_9117474AmericaFrontccc.jpg,Wildlife Zoo,PC,Strategy,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2006-10-02, +/games/boxart/full_4651719AmericaFrontccc.jpg,Wildlife Zoo: Deluxe Edition,PC,Strategy,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2008-07-08, +/games/boxart/default.jpg,Winemaker Extraordinaire,PC,Strategy,uClick,Overplay,,,,,,,2009-04-20, +/games/boxart/default.jpg,World in Conflict: Soviet Assault,X360,Strategy,Unknown,Massive Entertainment / Swordfish Studios,,,,,,,, +/games/boxart/default.jpg,World in Conflict: Soviet Assault,PS3,Strategy,Unknown,Massive Entertainment / Swordfish Studios,,,,,,,, +/games/boxart/full_6835695JapanFrontccc.jpg,World Neverland 2 Plus,DC,Strategy,Riverhillsoft,Riverhillsoft,,,,,,,2000-03-30, +/games/boxart/full_5484019JapanFrontccc.jpg,World Neverland Plus: Orurudo Oukoku Monogatari,DC,Strategy,Riverhillsoft,Riverhillsoft,,,,,,,1999-07-15, +/games/boxart/full_2334810AmericaFrontccc.jpg,World War II: Panzer Claws,PC,Strategy,Eidos Interactive,Zuxxez Entertainment,,,,,,,2002-11-14, +/games/boxart/full_1896950PALFrontccc.jpg,World War II: Panzer Claws II,PC,Strategy,Koch Media,Reality Pump,,,,,,,2004-12-03, +/games/boxart/default.jpg,Worlds of Magic,PC,Strategy,Wastelands Interactive,Wastelands Interactive,,,,,,,2015-03-19, +/games/boxart/1528581ccc.jpg,Worms,PC,Strategy,Ocean,Team17 Software,,,,,,,1995-10-31, +/games/boxart/full_2895621PALFrontccc.jpg,Worms,GB,Strategy,Ocean,Team17 Software,,,,,,,1995-01-01, +/games/boxart/full_8656374AmericaFrontccc.jpg,Worms,SAT,Strategy,Ocean,Team17 Software,,,,,,,1997-01-01, +/games/boxart/full_5010401PALFrontccc.jpg,Worms,SNES,Strategy,Ocean,EastPoint,,,,,,,1996-09-29, +/games/boxart/full_6049163AmericaFrontccc.jpg,Worms,AJ,Strategy,Telegames,Team17 Software,,,,,,,1998-01-01, +/games/boxart/full_5952375AmericaFrontccc.jpg,Worms,PS,Strategy,Ocean,Team17 Software,,,,,,,1995-01-01, +/games/boxart/full_5085944PALFrontccc.jpg,Worms,GEN,Strategy,Ocean,EastPoint,,,,,,,1995-06-01, +/games/boxart/full_9414245AmericaFrontccc.jpg,Worms 2: Armageddon,XBL,Strategy,Team17 Software,Team17 Software,,,,,,,2009-07-01, +/games/boxart/full_worms-2-armageddon_4AmericaFront.jpg,Worms 2: Armageddon,PSN,Strategy,Team17 Software,Team17 Software,,,,,,,2010-09-14, +/games/boxart/full_6354926PALFrontccc.jpg,Worms 4: Mayhem,PS2,Strategy,Codemasters,Team17 Software,,,,,,,2005-07-29, +/games/boxart/9396378ccc.jpg,Worms Armageddon,DC,Strategy,Hasbro Interactive,Team17 Software,8.4,,,,,,1999-12-12, +/games/boxart/8210321ccc.jpg,Worms Armageddon,GB,Strategy,Infogrames,Team17 Software,,,,,,,2000-01-01, +/games/boxart/full_5661150PALFrontccc.jpg,Worms Battlegrounds,XOne,Strategy,Team17 Software,Team17,,,,,,,2015-01-01,2018-05-25 +/games/boxart/full_9357922PALFrontccc.jpg,Worms Forts: Under Siege,PC,Strategy,Sega,Team17 Software,,,,,,,2004-11-24, +/games/boxart/full_1890501AmericaFrontccc.jpg,Worms Triple Pack,PC,Strategy,Ubisoft,Team17 Software,,,,,,,2002-07-09, +/games/boxart/full_worms-world-party_768AmericaFront.jpg,Worms World Party,NGage,Strategy,Nokia,Paragon 5,8.1,,,,,,2005-05-11, +/games/boxart/844751ccc.jpg,Worms World Party,DC,Strategy,Titus,Team17 Software,,,,,,,2001-06-03, +/games/boxart/full_9370038AmericaFrontccc.jpg,Worms World Party,PS,Strategy,Ubisoft,Team17 Software,,,,,,,2001-12-14, +/games/boxart/full_1372167PALFrontccc.jpg,Worms World Party,GIZ,Strategy,Unknown,Team17 Software,,,,,,,, +/games/boxart/full_worms-battle-islands_540AmericaFront.jpg,Worms: Battle Islands,PSN,Strategy,Team17 Software,Team17 Software,7.3,,,,,,2010-11-23, +/games/boxart/full_6259313PALFrontccc.jpg,Worms: Reinforcements,PC,Strategy,Ocean,Team17 Software,,,,,,,1995-01-01, +/games/boxart/full_worms-ultimate-mayhem_133AmericaFront.jpg,Worms: Ultimate Mayhem,XBL,Strategy,Unknown,Team17 Software,6,,,,,,2011-09-28, +/games/boxart/default.jpg,Worms: Ultimate Mayhem,PSN,Strategy,Unknown,Team17 Software,,,,,,,, +/games/boxart/full_6939648AmericaFrontccc.png,WWE SuperCard,And,Strategy,2K Games,2K Games,,,,,,,2014-08-13, +/games/boxart/full_wwf-with-authority_948AmericaFront.jpg,WWF With Authority!,PC,Strategy,THQ,Genetic Anomalies,,,,,,,2001-07-23, +/games/boxart/full_4376688AmericaFrontccc.jpg,X-COM: Terror from the Deep,PC,Strategy,Microprose,Culture Brain,,,,,,,1995-02-28, +/games/boxart/full_x-com-terror-from-the-deep_1PALFront.jpg,X-COM: Terror From The Deep,PS,Strategy,Microprose,MicroProse,,,,,,,1996-12-01, +/games/boxart/3986201ccc.png,X-COM: UFO Defense,PC,Strategy,Microprose,Culture Brain,,,,,,,1993-12-31, +/games/boxart/full_x-card-of-fate_10JapanFront.jpg,X: Card of Fate,WS,Strategy,Bandai,Access,,,,,,,2002-06-27, +/games/boxart/full_4427391AmericaFrontccc.jpg,XCOM 2,Linux,Strategy,2K Australia / 2K Boston,Firaxis Games,,,,,,,2016-02-05,2018-05-29 +/games/boxart/full_7093131AmericaFrontccc.jpg,XCOM 2,OSX,Strategy,2K Australia / 2K Boston,Firaxis Games,,,,,,,2016-02-05,2018-05-29 +/games/boxart/full_5103334PALFrontccc.jpg,XCOM: Enemy Unknown,OSX,Strategy,Feral Interactive,Firaxis Games,,,,,,,2013-04-25,2018-03-22 +/games/boxart/default.jpg,Xenonauts,PC,Strategy,Goldhawk Interactive,Goldhawk Interactive,,,,,,,2014-06-16, +/games/boxart/full_8133356AmericaFrontccc.jpg,XIII Century Gold Edition,PC,Strategy,Aspyr,Unicorn Games Studio,,,,,,,2009-08-29, +/games/boxart/default.jpg,XIII Century: Blood of Europe,PC,Strategy,Unknown,Unicorn Games Studio,,,,,,,, +/games/boxart/full_4311564PALFrontccc.jpg,XIII Century: Death or Glory,PC,Strategy,GamersGate,Unicorn Games Studio,,,,,,,2008-03-12, +/games/boxart/full_yu-gi-oh-5ds-decade-duels_1AmericaFront.jpg,Yu-Gi-Oh! 5D's Decade Duels,XBL,Strategy,Konami,Konami,,,,,,,2010-11-03, +/games/boxart/full_160823AmericaFrontccc.jpg,Yu-Gi-Oh! Dungeon Dice Monsters,GBA,Strategy,Konami,Konami,,,,,,,2003-02-12, +/games/boxart/full_yu-gi-oh-online_4AmericaFront.jpg,Yu-Gi-Oh! Online,PC,Strategy,Konami,Konami,,,,,,,2005-04-11, +/games/boxart/full_yu-gi-oh-online-duel-accelerator_7AmericaFront.png,Yu-Gi-Oh! Online: Duel Accelerator,PC,Strategy,Konami,Konami,,,,,,,2009-12-18, +/games/boxart/full_yu-gi-oh-online-duel-evolution_9AmericaFront.png,Yu-Gi-Oh! Online: Duel Evolution,PC,Strategy,Konami,Konami,,,,,,,2007-01-11, +/games/boxart/full_yu-gi-oh-power-of-chaos-joey-the-passion_9AmericaFront.jpg,Yu-Gi-Oh! Power of Chaos: Joey the Passion,PC,Strategy,Konami,Konami,,,,,,,2004-07-02, +/games/boxart/full_yu-gi-oh-power-of-chaos-kaiba-the-revenge_3AmericaFront.jpg,Yu-Gi-Oh! Power of Chaos: Kaiba the Revenge,PC,Strategy,Konami,Konami,,,,,,,2004-04-07, +/games/boxart/full_656655JapanFrontccc.jpg,Yuukyuu Gensou Kyoku 3: Perpetual Blue,DC,Strategy,Media Works,Media Works,,,,,,,1999-12-22, +/games/boxart/full_387586JapanFrontccc.png,Yuusha no Kiroku.,PSV,Strategy,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2012-04-19,2018-09-16 +/games/boxart/full_9636671AmericaFrontccc.jpg,Z,PC,Strategy,Virgin Interactive,Bitmap Brothers,,,,,,,1996-07-31, +/games/boxart/full_8926650PALFrontccc.jpg,Z,PS,Strategy,Sony Computer Entertainment,Krisalis Software,,,,,,,1997-12-01, +/games/boxart/full_5355573PALFrontccc.jpg,Z,SAT,Strategy,GT Interactive,Bitmap Brothers,,,,,,,1998-01-01, +/games/boxart/full_9859607AmericaFrontccc.jpeg,Z Steel Soldiers,PC,Strategy,TickTock Games,TickTock Games,,,,,,,2014-08-01, +/games/boxart/full_zan-gear_4JapanFront.jpg,Zan Gear,GG,Strategy,Nippon Telenet,Nippon Telenet,,,,,,,1990-10-23, +/games/boxart/full_zeus-ii-carnage-heart_9JapanFront.jpg,Zeus II: Carnage Heart,PSN,Strategy,Unknown,ArtDink,,,,,,,, +/games/boxart/full_902962JapanFrontccc.jpg,Zeus II: Carnage Heart,PS,Strategy,ArtDink,ArtDink,,,,,,,1999-10-07, +/games/boxart/full_zeus-carnage-heart-second_0JapanFront.jpg,Zeus: Carnage Heart Second,PSN,Strategy,Sony Computer Entertainment,ArtDink,,,,,,,2009-05-13, +/games/boxart/full_5274810JapanFrontccc.jpg,Zeus: Carnage Heart Second,PS,Strategy,ArtDink,ArtDink,,,,,,,1998-11-05, +/games/boxart/full_zipang_8JapanFront.jpg,Zipang,PS2,Strategy,Bandai,ArtDink,,,,,,,2005-05-26, +/games/boxart/full_zoids-2-helic-republic-vs-guylos-empire_0JapanFront.jpg,Zoids 2: Helic Republic vs Guylos Empire,PS,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2002-02-21, +/games/boxart/full_zoids-battle-card-game_2JapanFront.jpg,Zoids Battle Card Game,PS,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2001-07-26, +/games/boxart/full_zoids-tactics_3JapanFront.jpg,Zoids Tactics,PS2,Strategy,Tomy Corporation,Shoeisha,,,,,,,2005-08-11, +/games/boxart/full_zoids-mokushiroku_7JapanFront.jpg,Zoids: Mokushiroku,NES,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,1990-12-21, +/games/boxart/full_zoids-mokushiroku_8JapanFront.jpg,Zoids: Mokushiroku,VC,Strategy,Takara Tomy,Tomy Corporation,,,,,,,2009-01-13, +/games/boxart/full_zoids-teikoku-vs-kyouwakoku_5JapanFront.jpg,Zoids: Teikoku vs Kyouwakoku,PS,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2000-11-22, +/games/boxart/full_zombie-pirates_108AmericaFront.jpg,Zombie Pirates,PC,Strategy,Strategy First,Dust Devil Studios,,,,,,,2010-09-01, +/games/boxart/full_4700536AmericaFrontccc.png,Zombie Tycoon,PSN,Strategy,Frima Studio,Frima Studio,5.2,,,,,,2009-10-29, +/games/boxart/full_9925982AmericaFrontccc.jpg,Zoo Tycoon 2: Marine Mania,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,,,,,,2006-10-17, +/games/boxart/4603456ccc.gif,Zoo Tycoon: Dinosaur Digs,PC,Strategy,Microsoft,Microsoft,6.7,,,,,,2002-05-19, +/games/boxart/full_5959917AmericaFrontccc.jpg,Zoo Tycoon: Marine Mania,PC,Strategy,Microsoft Game Studios,Blue Fang Games,6.1,,,,,,2002-10-21, +/games/boxart/default.jpg,Zulu War,PC,Strategy,Unknown,Twiltyt Productions,,,,,,,, +/games/boxart/full_7672712JapanFrontccc.jpg,Zutto Issho: With Me Everytime...,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1998-03-12, +/games/boxart/default.jpg,Ogre Battle 64: Person of Lordly Caliber Available now,WiiU,Strategy,Unknown,TBD,,,,,,,,2020-08-25 +/games/boxart/full_9379199AmericaFrontccc.jpg,12 Labours of Hercules IV: Mother Nature,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2015-12-25,2019-04-06 +/games/boxart/full_4931289AmericaFrontccc.jpg,12 Labours of Hercules V: Kids of Hellas,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2016-06-17,2019-04-06 +/games/boxart/full_9903154AmericaFrontccc.jpg,12 Labours of Hercules VI: Race for Olympus,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2016-12-20,2019-04-06 +/games/boxart/full_2968708AmericaFrontccc.jpg,12 Labours of Hercules VII: Fleecing the Fleece,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2018-01-12,2019-04-06 +/games/boxart/full_9171928AmericaFrontccc.jpg,12 Labours of Hercules VIII: How I Met Megara,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2018-12-26,2019-04-06 +/games/boxart/full_5893371AmericaFrontccc.jpg,8-Bit Armies,NS,Strategy,Soedesco,Petroglyph Games,,,,,,,2018-09-21,2018-06-28 +/games/boxart/full_524535PALFrontccc.jpg,911 Operator,NS,Strategy,SONKA,Jutsu Games,,,,,,,2018-10-26,2022-04-17 +/games/boxart/full_8696993AmericaFrontccc.jpg,A Total War Saga: Troy,PC,Strategy,Sega,Creative Assembly,,,,,,,2020-08-13,2019-10-20 +/games/boxart/default.jpg,ABPA Backgammon,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-16,2018-01-13 +/games/boxart/default.jpg,Achtung! Cthulhu Tactics,NS,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 +/games/boxart/default.jpg,Achtung! Cthulhu Tactics,XOne,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 +/games/boxart/default.jpg,Achtung! Cthulhu Tactics,PS4,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 +/games/boxart/default.jpg,Achtung! Cthulhu Tactics,PC,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 +/games/boxart/full_7510392AmericaFrontccc.png,ACORN Tactics,NS,Strategy,TACS Games,TACS Games,,,,,,,2017-12-07,2018-02-04 +/games/boxart/full_6370334PALFrontccc.jpg,Advance Wars 1+2: Re-Boot Camp,NS,Strategy,Nintendo,Nintendo,,,,,,,2023-04-21,2023-03-03 +/games/boxart/default.jpg,Advance Wars: Dual Strike,WiiU,Strategy,Unknown,Intelligent Systems,,,,,,,,2020-08-25 +/games/boxart/full_7288633AmericaFrontccc.jpg,Age of Cavemen,PC,Strategy,Fuero Games,Fuero Games,,,,,,,2016-05-26,2019-04-17 +/games/boxart/full_2453787AmericaFrontccc.jpeg,Age of Empires II: Definitive Edition,PC,Strategy,Xbox Game Studios,Forgotten Empires,,,,,,,2019-11-14,2019-09-17 +/games/boxart/full_4877809AmericaFrontccc.jpg,Age of Empires IV,PC,Strategy,Xbox Game Studios,World's Edge Studio,,,,,,,2020-12-01,2019-11-14 +/games/boxart/full_6070447AmericaFrontccc.jpg,Age of Empires: Castle Siege,PC,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2014-09-17,2018-10-01 +/games/boxart/full_234583AmericaFrontccc.jpg,Age of Empires: Castle Siege,iOS,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2015-07-13,2018-10-01 +/games/boxart/full_632237AmericaFrontccc.jpg,Age of Empires: Castle Siege,And,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2017-04-06,2018-10-01 +/games/boxart/full_7257934AmericaFrontccc.jpg,Age of Empires: Castle Siege,WinP,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2014-09-17,2018-10-01 +/games/boxart/full_7626231AmericaFrontccc.jpg,Age of Empires: Definitive Edition,PC,Strategy,Microsoft Studios,Forgotten Empires,7,,,,,,2018-02-20,2018-02-24 +/games/boxart/full_5803278AmericaFrontccc.jpg,Age of Wonders 4,XS,Strategy,Unknown,Triumph Studios,,,,,,,,2023-05-10 +/games/boxart/full_8221901AmericaFrontccc.jpg,Age of Wonders 4,PC,Strategy,Unknown,Triumph Studios,,,,,,,,2023-05-10 +/games/boxart/full_8892937AmericaFrontccc.jpg,Age of Wonders 4,PS5,Strategy,Unknown,Triumph Studios,,,,,,,,2023-05-10 +/games/boxart/full_9521617AmericaFrontccc.jpg,Age of Wonders: Planetfall,XOne,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2019-08-06,2019-05-06 +/games/boxart/full_8753128AmericaFrontccc.jpg,Age of Wonders: Planetfall,PC,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2019-08-06,2019-05-06 +/games/boxart/full_2871676AmericaFrontccc.jpg,Age of Wonders: Planetfall,PS4,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2019-08-06,2019-05-06 +/games/boxart/full_913382AmericaFrontccc.jpg,Aliens: Dark Descent,PC,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 +/games/boxart/full_1295997AmericaFrontccc.jpg,Aliens: Dark Descent,PS4,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 +/games/boxart/full_1621948AmericaFrontccc.jpg,Aliens: Dark Descent,PS5,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 +/games/boxart/full_5500650AmericaFrontccc.jpg,Aliens: Dark Descent,XOne,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 +/games/boxart/full_3274459AmericaFrontccc.jpg,Aliens: Dark Descent,XS,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 +/games/boxart/full_9903801AmericaFrontccc.png,Ambition of the Slimes,NS,Strategy,Flyhigh Works,Flyhigh Works,,,,,,,2018-01-18,2018-02-04 +/games/boxart/full_1504165AmericaFrontccc.jpg,Ancestors Legacy,XOne,Strategy,Unknown,Destructive Creations,,,,,,,,2019-08-14 +/games/boxart/full_908511AmericaFrontccc.jpg,Ancestors Legacy,PC,Strategy,Unknown,Destructive Creations,,,,,,,,2019-08-14 +/games/boxart/full_7783019AmericaFrontccc.jpg,Ancestors Legacy,PS4,Strategy,Unknown,Destructive Creations,,,,,,,,2019-08-14 +/games/boxart/default.jpg,Ancient Space,PC,Strategy,Unknown,CreativeForge Games,,,,,,,,2018-01-07 +/games/boxart/full_4963434AmericaFrontccc.jpg,Anno 1800,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2019-04-16,2018-08-12 +/games/boxart/full_7995945AmericaFrontccc.jpg,Ara: History Untold,PC,Strategy,Unknown,Oxide Games,,,,,,,,2024-01-18 +/games/boxart/full_3452041AmericaFrontccc.jpg,Attack of the Earthlings,XOne,Strategy,Wales Interactive Ltd.,Team Junkfish,,,,,,,2019-03-05,2019-03-24 +/games/boxart/full_78153AmericaFrontccc.jpg,Attack of the Earthlings,PC,Strategy,Junkfish Limited,Team Junkfish,,,,,,,2018-02-08,2019-03-24 +/games/boxart/default.jpg,Auto Chess,PC,Strategy,Unknown,Dragonest,,,,,,,,2019-06-10 +/games/boxart/full_9700148AmericaFrontccc.jpg,Aven Colony,PC,Strategy,Unknown,Mothership Entertainment,,,,,,,,2022-01-23 +/games/boxart/full_1101202AmericaFrontccc.jpg,AXYOS: Battlecards,PC,Strategy,Axyos Games,Axyos Games,,,,,,,2019-04-22,2019-03-31 +/games/boxart/full_4052423AmericaFrontccc.png,Banner of the Maid,NS,Strategy,CE-Asia,Azure Flame Studio,,,,,,,2020-08-12,2020-10-09 +/games/boxart/full_1046699AmericaFrontccc.jpg,Battle Brothers,NS,Strategy,Unknown,Overhype Studios,,,,,,,,2021-02-19 +/games/boxart/full_2321106AmericaFrontccc.png,Battle Worlds: Kronos,NS,Strategy,THQ Nordic,KING Art Games,,,,,,,2019-06-11,2019-06-13 +/games/boxart/full_7084281AmericaFrontccc.jpg,Battlefleet Gothic: Armada 2,PC,Strategy,Focus Home Interactive,Tindalos Interactive,,,,,,,2019-01-24,2019-03-24 +/games/boxart/full_6346046AmericaFrontccc.jpg,Blast Zone! Tournament,PC,Strategy,Victory Lap Games,Victory Lap Games,,,,,,,2018-07-31,2019-03-20 +/games/boxart/full_1650075AmericaFrontccc.jpg,Blitzkrieg 3,PC,Strategy,Nival Interactive,Nival Interactive,,,,,,,2017-06-02,2019-04-21 +/games/boxart/full_2594721AmericaFrontccc.jpg,Boid,PC,Strategy,TinyBuild Games,Mokus,,,,,,,2016-07-08,2019-04-22 +/games/boxart/default.jpg,Brass Tactics,PC,Strategy,Unknown,Hidden Path Entertainment,,,,,,,,2018-06-24 +/games/boxart/full_4921983AmericaFrontccc.png,Brigandine: The Legend of Runersia,NS,Strategy,Happinet,Matrix Software,,,,,,,2020-06-25,2020-05-10 +/games/boxart/full_3384692AmericaFrontccc.jpg,Champions of Anteria,PC,Strategy,Unknown,Blue Byte,,,,,,,,2020-02-01 +/games/boxart/default.jpg,Checkers,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-17,2018-01-13 +/games/boxart/full_8816712AmericaFrontccc.jpg,Civil War: 1864,PC,Strategy,HexWar Games,HexWar Games,,,,,,,2017-10-06,2018-08-10 +/games/boxart/full_3194650AmericaFrontccc.jpg,Command & Conquer Remastered Collection,PC,Strategy,Electronic Arts,Petroglyph Games,,,,,,,2020-06-05,2020-04-07 +/games/boxart/full_4428375AmericaFrontccc.jpg,Company of Heroes Collection,NS,Strategy,Unknown,Relic Entertainment,,,,,,,,2023-10-20 +/games/boxart/full_5798250AmericaFrontccc.jpg,Conan Unconquered,PC,Strategy,Funcom,Funcom Oslo A/S,,,,,,,2019-05-29,2019-06-10 +/games/boxart/full_6670519PALFrontccc.jpg,Constructor HD,PC,Strategy,System 3,System 3,,,,,,,2017-05-26,2018-08-11 +/games/boxart/full_7950113AmericaFrontccc.jpg,Cossacks II Battle for Europe,PC,Strategy,GSC Game World,GSC Game World,,,,,,,2006-06-01,2018-03-01 +/games/boxart/full_8393927AmericaFrontccc.jpg,CrimeSight,PC,Strategy,Unknown,Konami,,,,,,,,2021-06-26 +/games/boxart/full_6466504AmericaFrontccc.jpg,Crusader Kings III: Console Edition,PS5,Strategy,Unknown,Paradox Interactive,,,,,,,,2021-08-26 +/games/boxart/full_9473908AmericaFrontccc.jpg,Crusader Kings III: Console Edition,XS,Strategy,Unknown,Paradox Interactive,,,,,,,,2021-08-26 +/games/boxart/full_7448950AmericaFrontccc.jpg,Crying Suns,And,Strategy,Unknown,Alt Shift,,,,,,,,2021-01-28 +/games/boxart/full_8875862AmericaFrontccc.jpg,Crying Suns,iOS,Strategy,Unknown,Alt Shift,,,,,,,,2021-01-28 +/games/boxart/full_6789451AmericaFrontccc.jpg,Crying Suns,PC,Strategy,Humble Bundle,Alt Shift,,,,,,,2019-09-19,2021-01-28 +/games/boxart/full_1608296AmericaFrontccc.jpg,Crypto: Against All Odds,PC,Strategy,Unknown,Pictagor,,,,,,,,2021-03-05 +/games/boxart/full_9399564AmericaFrontccc.jpg,Cultures: 8th Wonder of the World,PC,Strategy,Unknown,Funatics Software,,,,,,,,2021-07-04 +/games/boxart/full_1483287AmericaFrontccc.jpg,Cultures: Northland,PC,Strategy,Unknown,Funatics Software,,,,,,,,2021-07-04 +/games/boxart/full_4666362AmericaFrontccc.jpg,Darkest Dungeon 2,NS,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 +/games/boxart/full_4911314AmericaFrontccc.jpg,Darkest Dungeon 2,PS4,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 +/games/boxart/full_5235433AmericaFrontccc.jpg,Darkest Dungeon 2,XOne,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 +/games/boxart/full_8566680AmericaFrontccc.jpg,Darkest Dungeon 2,Linux,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 +/games/boxart/full_9467892PALFrontccc.jpg,Deiland,PS4,Strategy,Unknown,Chibig,,,,,,,,2019-01-21 +/games/boxart/full_5853827AmericaFrontccc.jpg,Desperados III,PS4,Strategy,THQ Nordic,Mimimi Productions,,,,,,,2020-06-16,2019-04-09 +/games/boxart/full_2278514AmericaFrontccc.jpg,Desperados III,XOne,Strategy,THQ Nordic,Mimimi Productions,,,,,,,2020-06-16,2019-04-09 +/games/boxart/full_4659061AmericaFrontccc.jpg,Desperados III,PC,Strategy,THQ Nordic,Mimimi Productions,,,,,,,2020-06-16,2019-04-09 +/games/boxart/full_6610533AmericaFrontccc.jpg,Door Kickers: Action Squad,PC,Strategy,KillHouse Games,KillHouse Games,,,,,,,2018-09-10,2018-10-09 +/games/boxart/full_5944070AmericaFrontccc.jpg,Dota Underlords,iOS,Strategy,Unknown,Valve,,,,,,,,2020-02-13 +/games/boxart/full_7428586AmericaFrontccc.jpg,Dota Underlords,And,Strategy,Unknown,Valve,,,,,,,,2020-02-13 +/games/boxart/full_1871485AmericaFrontccc.jpg,Dota Underlords,PC,Strategy,Valve,Valve,,,,,,,2020-02-25,2020-02-13 +/games/boxart/full_9040236AmericaFrontccc.jpg,Dota Underlords,Linux,Strategy,Valve,Valve,,,,,,,2020-02-25,2020-02-13 +/games/boxart/full_6424305AmericaFrontccc.jpg,Dune: Spice Wars,PC,Strategy,Unknown,Shiro Games,,,,,,,,2023-01-11 +/games/boxart/full_3151272AmericaFrontccc.jpg,Dungeon of the Endless,iOS,Strategy,Sega,Amplitude Studios,,,,,,,2015-08-20,2019-08-07 +/games/boxart/full_4642513AmericaFrontccc.jpg,Dungeon of the Endless,NS,Strategy,Sega,Amplitude Studios,,,,,,,2019-12-01,2019-08-07 +/games/boxart/full_5546690AmericaFrontccc.jpg,Dungeon of the Endless,PS4,Strategy,Sega,Amplitude Studios,,,,,,,2019-12-01,2019-08-07 +/games/boxart/full_5440555AmericaFrontccc.jpg,Dungeon of the Endless,XOne,Strategy,Sega,Amplitude Studios,,,,,,,2016-03-16,2019-08-07 +/games/boxart/full_8670155AmericaFrontccc.jpg,Dungeons 4,PC,Strategy,Unknown,Realmforge Studios,,,,,,,,2023-11-10 +/games/boxart/full_779148AmericaFrontccc.jpg,Dungeons 4,PS5,Strategy,Unknown,Realmforge Studios,,,,,,,,2023-11-10 +/games/boxart/full_6156449AmericaFrontccc.jpg,Dungeons 4,XS,Strategy,Unknown,Realmforge Studios,,,,,,,,2023-11-10 +/games/boxart/full_6833465AmericaFrontccc.jpg,Empire of Sin,PC,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 +/games/boxart/full_5647626AmericaFrontccc.jpg,Empire of Sin,XOne,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 +/games/boxart/full_4777885AmericaFrontccc.jpg,Empire of Sin,PS4,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 +/games/boxart/full_7719663AmericaFrontccc.jpg,Empire of Sin,NS,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 +/games/boxart/full_3161903PALFrontccc.jpg,Endless Space 2,PC,Strategy,Sega,Amplitude Studios,,,,,,,2017-05-18,2018-01-11 +/games/boxart/full_2423781AmericaFrontccc.jpg,Eternal Card Game,PC,Strategy,Unknown,Dire Wolf Digital,,,,,,,,2022-02-21 +/games/boxart/full_9542207AmericaFrontccc.jpg,Eternal Card Game,NS,Strategy,Unknown,Dire Wolf Digital,,,,,,,,2022-02-21 +/games/boxart/full_223851AmericaFrontccc.jpg,Eternal Card Game,XOne,Strategy,Unknown,Dire Wolf Digital,,,,,,,,2022-02-21 +/games/boxart/full_6940059AmericaFrontccc.jpg,Evil Genius 2 World Domination,PC,Strategy,Rebellion,Rebellion Developments,,,,,,,2020-12-01,2019-06-27 +/games/boxart/full_2765245AmericaFrontccc.jpg,Evolution: The Video Game,PC,Strategy,North Star Games,North Star Digital Studios,,,,,,,2019-02-12,2019-03-01 +/games/boxart/full_957019AmericaFrontccc.jpg,Expeditions: Conquistador,PC,Strategy,THQ Nordic,Logic Artists,,,,,,,2013-05-30,2019-04-21 +/games/boxart/default.jpg,Expeditions: Viking,PC,Strategy,Unknown,Logic Artists,,,,,,,,2019-03-29 +/games/boxart/full_9316989AmericaFrontccc.jpg,Fairyland: Blackberry Warrior,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-07-16,2019-04-06 +/games/boxart/full_542652AmericaFrontccc.jpg,Fairyland: Chronicle,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-04-16,2019-04-06 +/games/boxart/full_7197777AmericaFrontccc.jpg,Fairyland: Fairylines,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-11-06,2019-04-06 +/games/boxart/full_33680AmericaFrontccc.jpg,Fairyland: Manuscript,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2017-07-30,2019-04-06 +/games/boxart/full_4644262AmericaFrontccc.jpg,Fairyland: Power Dice,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-07-09,2019-04-06 +/games/boxart/full_114983AmericaFrontccc.jpg,Fairyland: The Guild,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-09-07,2019-04-06 +/games/boxart/full_8909501AmericaFrontccc.jpg,Fallen Haven,PC,Strategy,Interactive Magic,Interactive Magic,,,,,,,1997-01-01,2019-05-03 +/games/boxart/full_3575663AmericaFrontccc.jpg,"Final Liberation: Warhammer Epic 40,000",PC,Strategy,Strategic Simulations,Holistic Design,,,,,,,1997-11-20,2020-04-11 +/games/boxart/full_8142847AmericaFrontccc.jpg,Foundation,PC,Strategy,Unknown,Polymorph Games,,,,,,,,2021-11-12 +/games/boxart/full_7457382AmericaFrontccc.jpg,Frostpunk,XOne,Strategy,11 bit studios,11 bit studios,,,,,,,2019-10-11,2019-05-28 +/games/boxart/full_1691229AmericaFrontccc.jpg,Frostpunk,PS4,Strategy,11 bit studios,11 bit studios,,,,,,,2019-10-11,2019-05-28 +/games/boxart/full_2655085AmericaFrontccc.jpg,Frostpunk 2,PC,Strategy,Unknown,11 bit studios,,,,,,,,2023-08-28 +/games/boxart/default.jpg,Frostpunk 2,PS5,Strategy,Unknown,11 bit studios,,,,,,,,2024-01-17 +/games/boxart/full_5240039AmericaFrontccc.jpg,Frostpunk 2,XS,Strategy,Unknown,11 bit studios,,,,,,,,2024-01-17 +/games/boxart/default.jpg,Fuga,PS4,Strategy,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/default.jpg,Fuga,XOne,Strategy,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/default.jpg,Fuga,NS,Strategy,Unknown,CyberConnect2,,,,,,,,2018-02-05 +/games/boxart/default.jpg,Fuga,PC,Strategy,Unknown,CyberConnect2,,,,,,,,2018-07-19 +/games/boxart/full_6266789AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,XS,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 +/games/boxart/full_3310520AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,NS,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 +/games/boxart/full_4140930AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,PC,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 +/games/boxart/full_1016295AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,PS4,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 +/games/boxart/full_4911325AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,PS5,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 +/games/boxart/full_6883681AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,XOne,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 +/games/boxart/full_9924040AmericaFrontccc.jpg,Galactic Civilizations 2 (OS/2 Warp),PC,Strategy,Stardock,Stardock,,,,,,,1995-01-01,2018-03-31 +/games/boxart/full_5503256AmericaFrontccc.jpg,Galcon 2: Galactic Conquest,PC,Strategy,"Hassey Enterprises, Inc.","Hassey Enterprises, Inc.",,,,,,,2014-12-05,2019-04-22 +/games/boxart/default.jpg,Galcon Legends,PC,Strategy,Unknown,"Hassey Enterprises, Inc.",,,,,,,,2019-03-29 +/games/boxart/full_3737569AmericaFrontccc.png,Game Dev Story,NS,Strategy,Kairosoft Co. Ltd,Kairosoft Co. Ltd,,,,,,,2018-10-11,2018-10-06 +/games/boxart/full_2489360AmericaFrontccc.jpg,Gears Tactics,XOne,Strategy,Xbox Game Studios,Splash Damage,,,,,,,2020-11-10,2020-04-11 +/games/boxart/full_6527779AmericaFrontccc.jpg,Gears Tactics,XS,Strategy,Xbox Game Studios,Splash Damage,,,,,,,2020-11-10,2020-09-11 +/games/boxart/full_9233088AmericaFrontccc.jpg,Gears Tactics,PC,Strategy,Xbox Game Studios,Splash Damage,,,,,,,2020-04-28,2020-08-04 +/games/boxart/full_6504513AmericaFrontccc.jpg,Genesis,PS4,Strategy,Rampage Games,Rampage Games,,,,,,,2019-08-01,2019-08-09 +/games/boxart/full_2188892AmericaFrontccc.jpg,Genesis,PC,Strategy,Rampage Games,Rampage Games,,,,,,,2019-08-01,2019-08-09 +/games/boxart/full_3724697AmericaFrontccc.jpg,"Grant, Lee, Sherman: Civil War Generals 2",PC,Strategy,Unknown,Impressions Games,,,,,,,,2021-03-18 +/games/boxart/full_9630351AmericaFrontccc.jpg,Griftlands,PS4,Strategy,Unknown,Klei Entertainment,,,,,,,,2021-08-01 +/games/boxart/full_6855106AmericaFrontccc.jpg,Griftlands,PC,Strategy,Klei Entertainment,Klei Entertainment,,,,,,,2020-12-01,2019-06-11 +/games/boxart/full_739443AmericaFrontccc.jpg,Griftlands,XOne,Strategy,Unknown,Klei Entertainment,,,,,,,,2021-08-01 +/games/boxart/full_9289092AmericaFrontccc.jpg,Griftlands,NS,Strategy,Unknown,Klei Entertainment,,,,,,,,2021-08-01 +/games/boxart/full_5517990PALFrontccc.jpg,GUNS UP!,PS4,Strategy,Sony Computer Entertainment,Valkyrie Entertainment,,,,,,,2015-12-05,2018-09-14 +/games/boxart/full_2646778AmericaFrontccc.jpg,GUNS UP!,PC,Strategy,PlayStation Mobile Inc.,Valkyrie Entertainment,,,,,,,2017-09-20,2018-09-14 +/games/boxart/full_6277033AmericaFrontccc.jpg,Halcyon 6: Starbase Commander,PC,Strategy,"Massive Damage, Inc.","Massive Damage, Inc.",,,,,,,2016-09-09,2019-04-21 +/games/boxart/full_512533AmericaFrontccc.jpeg,Halo Wars: Definitive Edition,PC,Strategy,Microsoft Studios,Behaviour Interactive,,,,,,,2017-04-20,2018-10-02 +/games/boxart/full_3773888AmericaFrontccc.png,Halo Wars: Definitive Edition,XOne,Strategy,Microsoft Studios,Behaviour Interactive,,,,,,,2017-04-20,2018-09-26 +/games/boxart/full_6825993AmericaFrontccc.jpg,Hard West 2,PC,Strategy,Unknown,Ice Code Games,,,,,,,,2022-09-22 +/games/boxart/default.jpg,Hearthstone: Heroes of Warcraft,And,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2015-04-14,2019-05-24 +/games/boxart/full_9512988AmericaFrontccc.jpg,Homeworld 3,PC,Strategy,Gearbox Software,Blackbird Interactive,,,,,,,2023-03-08,2019-11-27 +/games/boxart/default.jpg,Hototogisu Tairan 1553: Ryuuko Aiutsu,NS,Strategy,Unknown,Granzella,,,,,,,,2018-02-01 +/games/boxart/full_7432981AmericaFrontccc.jpg,Humankind,PC,Strategy,Sega,Amplitude Studios,,,,,,,2020-12-01,2019-10-20 +/games/boxart/full_1059943AmericaFrontccc.png,I C REDD,WiiU,Strategy,RCMADIAX,RCMADIAX,,,,,,,2017-02-02,2018-01-05 +/games/boxart/full_8833160AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,NS,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 +/games/boxart/full_6732612AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,PC,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 +/games/boxart/full_4107199AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,PS4,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 +/games/boxart/full_8771615AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,XOne,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 +/games/boxart/full_4479610AmericaFrontccc.jpg,Imperator: Rome,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2019-04-25,2019-03-31 +/games/boxart/full_6823951AmericaFrontccc.jpg,Inscryption,PC,Strategy,Unknown,Daniel Mullins Games,,,,,,,,2021-06-14 +/games/boxart/full_3146574AmericaFrontccc.png,Insurmountable,XOne,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 +/games/boxart/full_9444612AmericaFrontccc.png,Insurmountable,XS,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 +/games/boxart/full_9916111AmericaFrontccc.png,Insurmountable,PC,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 +/games/boxart/full_3421572AmericaFrontccc.png,Insurmountable,NS,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 +/games/boxart/full_6631171AmericaFrontccc.png,Insurmountable,PS4,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 +/games/boxart/full_9389386AmericaFrontccc.png,Insurmountable,PS5,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 +/games/boxart/full_1713553AmericaFrontccc.png,Into the Breach,NS,Strategy,Subset Games,Subset Games,,,,,,,2018-08-28,2018-11-15 +/games/boxart/full_4169715AmericaFrontccc.jpg,Into the Breach,PC,Strategy,Subset Games,Subset Games,,,,,,,2018-02-27,2018-03-10 +/games/boxart/full_7593282AmericaFrontccc.jpg,IXION,PC,Strategy,Unknown,Bulwark Studios,,,,,,,,2022-12-11 +/games/boxart/full_2347476AmericaFrontccc.jpg,Jagged Alliance 3,PS5,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 +/games/boxart/full_6283170AmericaFrontccc.jpg,Jagged Alliance 3,XOne,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 +/games/boxart/full_9958321AmericaFrontccc.jpg,Jagged Alliance 3,XS,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 +/games/boxart/full_3446128AmericaFrontccc.jpg,Jagged Alliance 3,PS4,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 +/games/boxart/full_6939985PALFrontccc.jpg,Jagged Alliance: Rage!,PC,Strategy,HandyGames,Cliffhanger Productions,,,,,,,2018-12-07,2018-09-11 +/games/boxart/full_7236831AmericaFrontccc.jpg,John Wick Hex,PC,Strategy,Good Shepherd Entertainment,Mike Bithell Games,,,,,,,2019-10-08,2019-07-24 +/games/boxart/full_3273171AmericaFrontccc.jpg,John Wick Hex,PS4,Strategy,Good Shepherd Entertainment,Mike Bithell Games,,,,,,,2020-05-05,2020-04-28 +/games/boxart/full_629552AmericaFrontccc.jpg,Jon Shafer's At the Gates,PC,Strategy,Conifer Games,Conifer Games,,,,,,,2019-01-23,2019-03-24 +/games/boxart/full_9118002AmericaFrontccc.jpg,Ken Uston BlackJack/Poker,CV,Strategy,Coleco,Coleco,,,,,,,1982-10-05,2021-10-18 +/games/boxart/full_245919AmericaFrontccc.jpg,Kingdom Rush Origins,PC,Strategy,Ironhide Game Studio,Ironhide Game Studio,,,,,,,2018-10-18,2019-04-06 +/games/boxart/full_4105517AmericaFrontccc.png,Kingdom Two Crowns,NS,Strategy,Raw Fury,Noio,,,,,,,2018-12-11,2018-12-01 +/games/boxart/full_9725339AmericaFrontccc.png,Kingdom: New Lands,NS,Strategy,Raw Fury,Noio,,,,,,,2017-09-14,2018-03-12 +/games/boxart/full_7898620AmericaFrontccc.jpg,King’s Bounty II,PC,Strategy,1C Entertainment,1C Entertainment,,,,,,,2020-12-01,2019-08-20 +/games/boxart/full_5201622AmericaFrontccc.jpg,King’s Bounty II,PS4,Strategy,1C Entertainment,1C Entertainment,,,,,,,2020-12-01,2019-08-20 +/games/boxart/full_6962730AmericaFrontccc.jpg,King’s Bounty II,XOne,Strategy,1C Entertainment,1C Entertainment,,,,,,,2020-12-01,2019-08-20 +/games/boxart/full_1183620AmericaFrontccc.jpg,Krosmaster Arena,PC,Strategy,Ankama Games,Ankama Studio,,,,,,,2015-11-09,2019-04-01 +/games/boxart/full_2242972AmericaFrontccc.jpg,Last Train Home,PC,Strategy,Unknown,Ashborne Games,,,,,,,,2023-10-21 +/games/boxart/full_2921133AmericaFrontccc.png,Legends of Runeterra,iOS,Strategy,Riot Games,Riot Games,,,,,,,2020-04-30,2020-01-09 +/games/boxart/full_2116719AmericaFrontccc.png,Legends of Runeterra,And,Strategy,Riot Games,Riot Games,,,,,,,2020-04-30,2020-01-09 +/games/boxart/full_8325962AmericaFrontccc.png,Legends of Runeterra,PC,Strategy,Riot Games,Riot Games,,,,,,,2020-04-30,2020-01-09 +/games/boxart/full_3755816AmericaFrontccc.jpg,Let the Cat In,PC,Strategy,Eforb,Eforb,,,,,,,2015-08-28,2019-04-22 +/games/boxart/full_2873816AmericaFrontccc.jpg,Leviathan: Warships,PC,Strategy,Unknown,Pieces Interactive,,,,,,,,2019-03-29 +/games/boxart/full_131645AmericaFrontccc.jpg,Lornsword Winter Chronicle,PC,Strategy,Unknown,Tower Five,,,,,,,,2019-08-14 +/games/boxart/full_6550364AmericaFrontccc.jpg,Lornsword Winter Chronicle,PS4,Strategy,Tower Five,Tower Five,,,,,,,2019-10-31,2019-08-14 +/games/boxart/full_9063548AmericaFrontccc.jpg,Lornsword Winter Chronicle,XOne,Strategy,Tower Five,Tower Five,,,,,,,2019-10-31,2019-08-14 +/games/boxart/full_9610537AmericaFrontccc.png,Mad Carnage,NS,Strategy,QubicGames,QubicGames,,,,,,,2018-02-02,2018-02-01 +/games/boxart/full_7249390AmericaFrontccc.jpg,Magic 2015 - Duels of the Planeswalker,XBL,Strategy,Microsoft Studios,Stainless Games,,,,,,,2014-07-16,2018-10-15 +/games/boxart/full_7655407AmericaFrontccc.jpeg,Magic 2015 - Duels of the Planeswalker,XOne,Strategy,Microsoft Studios,Stainless Games,,,,,,,2015-11-05,2018-10-15 +/games/boxart/full_9139749AmericaFrontccc.jpg,Magic: The Gathering Arena,PC,Strategy,Unknown,Wizards of the Coast,,,,,,,,2022-02-21 +/games/boxart/full_9036898AmericaFrontccc.jpg,Mario + Rabbids: Sparks of Hope,NS,Strategy,Nintendo,Ubisoft,,,,,,,2022-10-20,2021-06-12 +/games/boxart/full_484730AmericaFrontccc.png,Mars or Die!,NS,Strategy,34BigThings srl,34BigThings srl,,,,,,,2019-01-18,2019-05-06 +/games/boxart/full_3790566AmericaFrontccc.jpg,Mars or Die!,PC,Strategy,34BigThings srl,34BigThings srl,,,,,,,2018-07-13,2019-05-06 +/games/boxart/default.jpg,Men of War: Assault Squad 2,PC,Strategy,Unknown,Digitalmindsoft,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Mesmer,NS,Strategy,Unknown,Rain Games,,,,,,,,2018-02-07 +/games/boxart/full_5212710AmericaFrontccc.jpg,Metal Slug Tactics,PC,Strategy,DotEmu,Leikir Studio,,,,,,,2021-01-01,2021-06-12 +/games/boxart/full_5338741AmericaFrontccc.png,Microcosmum: Survival of Cells,PC,Strategy,Satur Entertainment,Satur Entertainment,,,,,,,2018-06-24,2019-07-26 +/games/boxart/default.jpg,Midas Gold Plus,PC,Strategy,Unknown,Holyday Studios,,,,,,,,2019-03-29 +/games/boxart/full_3681872AmericaFrontccc.jpg,Minecraft Legends,XS,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 +/games/boxart/full_9829022AmericaFrontccc.jpg,Minecraft Legends,NS,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 +/games/boxart/full_9755780AmericaFrontccc.jpg,Minecraft Legends,PC,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 +/games/boxart/full_3675573AmericaFrontccc.jpg,Minecraft Legends,PS4,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 +/games/boxart/full_4136621AmericaFrontccc.jpg,Minecraft Legends,PS5,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 +/games/boxart/full_1696956AmericaFrontccc.jpg,Minecraft Legends,XOne,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 +/games/boxart/full_7290633AmericaFrontccc.jpg,Monopoly Plus,PC,Strategy,Ubisoft,Ubisoft Pune,,,,,,,2017-09-07,2020-01-31 +/games/boxart/full_7034825AmericaFrontccc.png,Moorhuhn Knights & Castles,NS,Strategy,Young Fun Studio,Young Fun Studio,,,,,,,2018-01-11,2018-03-23 +/games/boxart/full_949920AmericaFrontccc.png,Mutant Year Zero: Road to Eden,XOne,Strategy,Funcom,The Bearded Ladies,,,,,,,2018-12-04,2019-07-06 +/games/boxart/full_3445064AmericaFrontccc.png,Mutant Year Zero: Road to Eden,PC,Strategy,Funcom,The Bearded Ladies,,,,,,,2018-12-04,2019-07-06 +/games/boxart/full_2109383AmericaFrontccc.png,Mutant Year Zero: Road to Eden,PS4,Strategy,Funcom,The Bearded Ladies,,,,,,,2018-12-04,2019-07-06 +/games/boxart/full_1865060AmericaFrontccc.jpg,Mythgard,And,Strategy,"Rhino Games, Inc.","Rhino Games, Inc.",,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_5810584AmericaFrontccc.jpg,Mythgard,iOS,Strategy,"Rhino Games, Inc.","Rhino Games, Inc.",,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_7280943AmericaFrontccc.jpg,Mythgard,PC,Strategy,"Rhino Games, Inc.","Rhino Games, Inc.",,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_5018551AmericaFrontccc.jpg,Neoverse Trinity Edition,NS,Strategy,Unknown,Tinogames Inc.,,,,,,,,2021-02-01 +/games/boxart/full_966508AmericaFrontccc.jpg,Nightside,PC,Strategy,Omnidream Creations,Omnidream Creations,,,,,,,2015-04-02,2018-07-08 +/games/boxart/full_7245014AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,NS,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 +/games/boxart/full_2217633AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,PC,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 +/games/boxart/full_3905219AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,PS4,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 +/games/boxart/full_9926317AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,PS4,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-11-04 +/games/boxart/full_7213672AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,NS,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-11-04 +/games/boxart/full_8068702AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,PC,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-11-04 +/games/boxart/full_9676366AmericaFrontccc.png,Northgard,NS,Strategy,Shiro Games,Unknown,,,,,,,2019-09-26,2019-09-24 +/games/boxart/full_2734222AmericaFrontccc.png,Of Mice and Sand: Revised,NS,Strategy,Arc System Works,Arc System Works,,,,,,,2018-01-11,2018-03-25 +/games/boxart/full_1694226AmericaFrontccc.jpg,Orcs Must Die! 3,XS,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 +/games/boxart/full_3666809AmericaFrontccc.jpg,Orcs Must Die! 3,XOne,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 +/games/boxart/full_222145AmericaFrontccc.jpg,Orcs Must Die! 3,PS4,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 +/games/boxart/full_1972009AmericaFrontccc.jpg,Orcs Must Die! 3,PC,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 +/games/boxart/default.jpg,Oriental Empires,PC,Strategy,Unknown,Shining Pixel Studios,,,,,,,,2018-01-11 +/games/boxart/full_9106157AmericaFrontccc.jpg,Othercide,XOne,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 +/games/boxart/full_958496AmericaFrontccc.jpg,Othercide,NS,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 +/games/boxart/full_6265236AmericaFrontccc.jpg,Othercide,PC,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 +/games/boxart/full_376891AmericaFrontccc.jpg,Othercide,PS4,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 +/games/boxart/full_2572653AmericaFrontccc.png,Overland,NS,Strategy,Finji,Finji,,,,,,,2019-09-19,2019-03-22 +/games/boxart/full_6500373AmericaFrontccc.jpg,Pac-Man 99,NS,Strategy,Unknown,Arika,,,,,,,,2021-08-01 +/games/boxart/full_5452713AmericaFrontccc.jpg,Panzer Corps,PC,Strategy,Slitherine,Flashback Games,,,,,,,2011-07-10,2019-03-29 +/games/boxart/full_7160316PALFrontccc.jpg,Phantom Doctrine,NS,Strategy,Forever Entertainment S.A.,CreativeForge Games,,,,,,,2019-06-06,2022-04-17 +/games/boxart/default.jpg,Phantom Doctrine,PC,Strategy,Unknown,CreativeForge Games,,,,,,,,2018-01-07 +/games/boxart/full_5612048AmericaFrontccc.jpg,Phantom Rose,PC,Strategy,Studio Maka,makaroll,,,,,,,2019-08-08,2019-08-05 +/games/boxart/full_4740049AmericaFrontccc.jpg,Phoenix Point,PS4,Strategy,Snapshot Games,Snapshot Games,,,,,,,2020-12-01,2019-12-02 +/games/boxart/full_2096060AmericaFrontccc.jpg,Phoenix Point,PC,Strategy,Snapshot Games,Snapshot Games,,,,,,,2019-12-03,2019-04-08 +/games/boxart/full_1139542AmericaFrontccc.jpg,Phoenix Point,XOne,Strategy,Snapshot Games,Snapshot Games,,,,,,,2020-12-01,2019-04-08 +/games/boxart/default.jpg,Pikmin 2,WiiU,Strategy,Unknown,Nintendo,,,,,,,,2020-08-25 +/games/boxart/default.jpg,PixelJunk Monsters 2,PC,Strategy,Unknown,Q-Games,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Plague Inc: Evolved,PS4,Strategy,Unknown,Ndemic Creations,,,,,,,,2021-11-07 +/games/boxart/default.jpg,Plague Inc: Evolved,NS,Strategy,Ndemic Creations,Ndemic Creations,,,,,,,2019-08-02,2021-11-07 +/games/boxart/default.jpg,Plague Inc: Evolved,Linux,Strategy,Unknown,Ndemic Creations,,,,,,,,2021-11-07 +/games/boxart/default.jpg,Plague Inc: Evolved,XOne,Strategy,Unknown,Ndemic Creations,,,,,,,,2021-11-07 +/games/boxart/full_2460575AmericaFrontccc.png,Plague Road,NS,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2017-12-07,2018-03-25 +/games/boxart/full_9444492AmericaFrontccc.jpg,Poker Championship,PC,Strategy,Unknown,BBstudio,,,,,,,,2021-07-27 +/games/boxart/full_8987451AmericaFrontccc.jpg,PokerStars VR,PC,Strategy,Unknown,Lucky VR,,,,,,,,2021-07-27 +/games/boxart/full_3384138AmericaFrontccc.jpg,Prominence Poker,PC,Strategy,Unknown,Pipeworks Studios,,,,,,,,2021-07-27 +/games/boxart/full_8163456AmericaFrontccc.jpg,Real War: Rogue States,PC,Strategy,Simon & Schuster Interactive,Rival Interactive,,,,,,,2002-08-20,2019-03-27 +/games/boxart/default.jpg,Rebuild: Original Rebuild 1,PC,Strategy,Unknown,Northway Games,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Rebuild: Original Rebuild 2,PC,Strategy,Unknown,Northway Games,,,,,,,,2019-03-29 +/games/boxart/default.jpg,Reversi,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1982-05-11,2018-01-13 +/games/boxart/full_9445988AmericaFrontccc.jpg,Rise Eterna,PS4,Strategy,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2021-05-13,2023-04-16 +/games/boxart/full_5828134AmericaFrontccc.jpg,Rising Lords,PC,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 +/games/boxart/full_6775178AmericaFrontccc.jpg,Rising Lords,XOne,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 +/games/boxart/full_7108127AmericaFrontccc.jpg,Rising Lords,XS,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 +/games/boxart/full_6960632AmericaFrontccc.jpg,Rising Lords,NS,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 +/games/boxart/full_5821339AmericaFrontccc.jpg,Rock of Ages II: Bigger & Boulder,NS,Strategy,Unknown,ACE Team,,,,,,,,2019-05-04 +/games/boxart/full_6254138AmericaFrontccc.jpg,Rock of Ages III: Make & Break,XOne,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 +/games/boxart/full_2490910AmericaFrontccc.jpg,Rock of Ages III: Make & Break,NS,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 +/games/boxart/full_5901418AmericaFrontccc.jpg,Rock of Ages III: Make & Break,PC,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 +/games/boxart/full_2473207AmericaFrontccc.jpg,Rock of Ages III: Make & Break,PS4,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 +/games/boxart/full_5661491JapanFrontccc.jpg,Romance of the Three Kingdoms XII,PSV,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2013-02-07,2018-12-01 +/games/boxart/full_3477995JapanFrontccc.jpg,Romance of the Three Kingdoms XIII,NS,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2017-03-30,2018-07-30 +/games/boxart/full_4571971AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV,PS4,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-01-16,2019-08-01 +/games/boxart/full_170546AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV,PC,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-01-16,2019-08-01 +/games/boxart/full_6799147AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,NS,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2021-03-05 +/games/boxart/full_8417552AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,PC,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2021-03-05 +/games/boxart/full_3268942AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,PS4,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2021-03-05 +/games/boxart/full_9151153AmericaFrontccc.jpg,Sakura Wars (2019),PS4,Strategy,Sega,Sega,,,,,,,2020-04-28,2020-07-28 +/games/boxart/default.jpg,Sea Battle,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 +/games/boxart/full_2511316AmericaFrontccc.jpg,SEGA AGES Herzog Zwei,NS,Strategy,Unknown,M2,,,,,,,,2020-10-03 +/games/boxart/full_1409423AmericaFrontccc.jpg,Sentinels of Freedom,PC,Strategy,Unknown,Underbite Games,,,,,,,,2020-08-24 +/games/boxart/full_7049976AmericaFrontccc.jpg,Sentinels of Freedom,NS,Strategy,Unknown,Underbite Games,,,,,,,,2020-08-24 +/games/boxart/full_7634290AmericaFrontccc.jpg,Sid Meier's Civilization VI: Rise and Fall,PC,Strategy,2K Games,Firaxis Games,8.3,,,,,,2018-02-08,2018-03-19 +/games/boxart/full_6561497AmericaFrontccc.jpg,Skulls of the Shogun: Bone-a-Fide Edition,PS4,Strategy,17-Bit,17-Bit,,,,,,,2015-06-02,2018-04-07 +/games/boxart/full_3329692AmericaFrontccc.jpg,Slay the Spire,OSX,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-01-23,2019-03-24 +/games/boxart/full_1952697PALFrontccc.jpg,Slay the Spire,NS,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-06-06,2019-03-24 +/games/boxart/full_2607731AmericaFrontccc.jpg,Slay the Spire,Linux,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-01-23,2019-03-24 +/games/boxart/full_7089786AmericaFrontccc.jpg,Smash Hit Plunder,PS4,Strategy,Perp Games,Triangular Pixels,,,,,,,2019-01-15,2018-10-27 +/games/boxart/full_1563457AmericaFrontccc.jpg,SolSeraph,XOne,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 +/games/boxart/full_381859AmericaFrontccc.jpg,SolSeraph,PS4,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 +/games/boxart/full_9178054AmericaFrontccc.jpg,SolSeraph,PC,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 +/games/boxart/full_7479693AmericaFrontccc.jpg,SolSeraph,NS,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 +/games/boxart/default.jpg,Songs of Conquest,PC,Strategy,Unknown,Lavapotion,,,,,,,,2019-06-10 +/games/boxart/full_4330200AmericaFrontccc.jpg,Songs of Silence,PC,Strategy,Unknown,Chimera Entertainment,,,,,,,,2023-12-02 +/games/boxart/full_1760286AmericaFrontccc.jpg,Songs of Silence,PS5,Strategy,Unknown,Chimera Entertainment,,,,,,,,2023-12-02 +/games/boxart/full_7007473AmericaFrontccc.jpg,Songs of Silence,XS,Strategy,Unknown,Chimera Entertainment,,,,,,,,2023-12-02 +/games/boxart/full_1624296AmericaFrontccc.jpg,Spacebase Startopia,PC,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2021-10-23,2020-07-27 +/games/boxart/full_6821358AmericaFrontccc.jpg,Spacebase Startopia,PS4,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2021-10-23,2020-07-27 +/games/boxart/full_8757079AmericaFrontccc.jpg,Spacebase Startopia,XOne,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2021-10-23,2020-07-27 +/games/boxart/full_6846204AmericaFrontccc.jpg,Spellet,iOS,Strategy,Unknown,Three Barrels,,,,,,,,2022-08-12 +/games/boxart/full_2617645AmericaFrontccc.jpg,SpellForce 3 Reforced,PC,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 +/games/boxart/full_7396756AmericaFrontccc.jpg,SpellForce 3 Reforced,PS4,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 +/games/boxart/full_2598675AmericaFrontccc.jpg,SpellForce 3 Reforced,PS5,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 +/games/boxart/full_2110182AmericaFrontccc.jpg,SpellForce 3 Reforced,XOne,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 +/games/boxart/full_2182543AmericaFrontccc.jpg,SpellForce 3 Reforced,XS,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 +/games/boxart/full_1427390AmericaFrontccc.jpg,Star Trek: Conquest Online,PC,Strategy,Activision,Genetic Anomalies,,,,,,,2000-06-20,2018-03-31 +/games/boxart/full_4783856AmericaFrontccc.jpg,Starpoint Gemini,PC,Strategy,Iceberg Interactive,Little Green Men Games,,,,,,,2012-02-16,2019-04-07 +/games/boxart/full_5955961AmericaFrontccc.jpg,Starpoint Gemini 3,PC,Strategy,TBA,Little Green Men Games,,,,,,,2019-09-05,2019-04-07 +/games/boxart/full_4104197AmericaFrontccc.jpg,Starship Troopers: Terran Command,PC,Strategy,Unknown,The Artistocrats,,,,,,,,2022-11-18 +/games/boxart/full_1033403AmericaFrontccc.jpg,Steam Tactics,NS,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 +/games/boxart/full_4781393AmericaFrontccc.jpg,Steam Tactics,PC,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 +/games/boxart/full_400313AmericaFrontccc.jpg,Steam Tactics,PSV,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 +/games/boxart/full_335099AmericaFrontccc.jpg,Steam Tactics,PS4,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 +/games/boxart/full_6180032AmericaFrontccc.jpg,Steam Tactics,XOne,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 +/games/boxart/full_6507748AmericaFrontccc.jpg,Stronghold: Warlords,PC,Strategy,Unknown,FireFly Studios,,,,,,,,2019-06-10 +/games/boxart/full_1039955AmericaFrontccc.png,Super Dragon Ball Heroes: World Mission,PC,Strategy,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2019-04-05,2019-03-22 +/games/boxart/full_8445948AmericaFrontccc.jpg,Super Dragon Ball Heroes: World Mission,NS,Strategy,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2019-04-05,2019-03-22 +/games/boxart/default.jpg,Super Robot Wars 30,NS,Strategy,Bandai Namco Entertainment,B.B. Studio,,,,,,,2021-10-27,2022-09-06 +/games/boxart/default.jpg,Super Robot Wars 30,WinP,Strategy,Bandai Namco Entertainment,B.B. Studio,,,,,,,2021-10-27,2022-09-05 +/games/boxart/full_3182477AmericaFrontccc.jpg,SuperPower 3,PC,Strategy,Unknown,GolemLabs,,,,,,,,2021-09-18 +/games/boxart/full_6045847AmericaFrontccc.jpg,Survivor Squad: Gauntlets,PC,Strategy,Endless Loop Studios,Endless Loop Studios,,,,,,,2015-11-16,2019-04-21 +/games/boxart/full_6674462AmericaFrontccc.png,Tactical Mind,NS,Strategy,QubicGames,Drageus Games / QubicGames S.A.,,,,,,,2017-12-22,2018-01-07 +/games/boxart/full_4813006AmericaFrontccc.jpg,Taiko Risshiden V DX,NS,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 +/games/boxart/full_6519452AmericaFrontccc.jpg,Taiko Risshiden V DX,PC,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 +/games/boxart/full_5142248AmericaFrontccc.png,Teamfight Tactics,And,Strategy,Riot Games,Riot Games,,,,,,,2020-03-19,2020-03-29 +/games/boxart/full_7553194AmericaFrontccc.png,Teamfight Tactics,iOS,Strategy,Riot Games,Riot Games,,,,,,,2020-03-19,2020-03-29 +/games/boxart/full_1915366AmericaFrontccc.png,Teamfight Tactics,PC,Strategy,Riot Games,Riot Games,,,,,,,2019-06-26,2020-03-29 +/games/boxart/full_1798686AmericaFrontccc.jpg,Terra Nil,PC,Strategy,Unknown,Free Lives,,,,,,,,2023-03-30 +/games/boxart/full_3952639AmericaFrontccc.jpg,The 7th Guest: Infection,iOS,Strategy,Unknown,Trilobyte,,,,,,,,2023-06-09 +/games/boxart/full_4349696AmericaFrontccc.png,The Banner Saga,NS,Strategy,Versus Evil,Stoic Studio,,,,,,,2018-05-17,2018-09-24 +/games/boxart/full_3259741AmericaFrontccc.png,The Banner Saga 2,NS,Strategy,Versus Evil,Stoic Studio,,,,,,,2018-06-07,2018-09-30 +/games/boxart/full_1951810AmericaFrontccc.png,The Banner Saga 3,NS,Strategy,Versus Evil,Stoic Studio,,,,,,,2018-07-26,2018-10-06 +/games/boxart/full_8554595AmericaFrontccc.jpg,The Battle of Polytopia,All,Strategy,Midjiwan AB,Midjiwan AB,,,,,,,2016-02-01,2022-01-01 +/games/boxart/full_1361247AmericaFrontccc.jpg,The Dark Crystal: Age of Resistance Tactics,PC,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 +/games/boxart/full_6290207AmericaFrontccc.png,The Dark Crystal: Age of Resistance Tactics,NS,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 +/games/boxart/full_9067908AmericaFrontccc.jpg,The Dark Crystal: Age of Resistance Tactics,XOne,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 +/games/boxart/full_3895276AmericaFrontccc.jpg,The Dark Crystal: Age of Resistance Tactics,PS4,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 +/games/boxart/full_5700938AmericaFrontccc.jpg,The Diofield Chronicle,NS,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 +/games/boxart/full_5301927AmericaFrontccc.jpg,The Diofield Chronicle,PC,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 +/games/boxart/full_2011894AmericaFrontccc.jpg,The Diofield Chronicle,PS4,Strategy,Square Enix,Square Enix,,,,,,,2022-09-20,2022-07-03 +/games/boxart/full_2191097AmericaFrontccc.jpg,The Diofield Chronicle,PS5,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 +/games/boxart/full_3813875AmericaFrontccc.jpg,The Diofield Chronicle,XOne,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 +/games/boxart/full_5452558AmericaFrontccc.jpg,The Diofield Chronicle,XS,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 +/games/boxart/full_8066784AmericaFrontccc.jpg,The Great War: Western Front,PC,Strategy,Unknown,Petroglyph Games,,,,,,,,2023-04-05 +/games/boxart/full_5292182AmericaFrontccc.jpg,The Land Beneath Us,XS,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 +/games/boxart/full_1573767AmericaFrontccc.jpg,The Land Beneath Us,NS,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 +/games/boxart/full_1563574AmericaFrontccc.jpg,The Land Beneath Us,PC,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 +/games/boxart/full_7906060AmericaFrontccc.jpg,The Land Beneath Us,PS5,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 +/games/boxart/full_4334558AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,PC,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 +/games/boxart/full_2006306AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,NS,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 +/games/boxart/full_5287398AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,PS4,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 +/games/boxart/full_8834732AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,XOne,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 +/games/boxart/full_4477136AmericaFrontccc.jpg,The Settlers: New Allies,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2020-12-01,2022-12-31 +/games/boxart/default.jpg,This Is the Police 2,PC,Strategy,THQ Nordic,Weappy Studio,,,,,,,2018-07-31,2019-03-24 +/games/boxart/full_8562918AmericaFrontccc.jpg,Through the Darkest of Times,NS,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 +/games/boxart/full_155160AmericaFrontccc.jpg,Through the Darkest of Times,PC,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 +/games/boxart/full_5699158AmericaFrontccc.jpg,Through the Darkest of Times,PS4,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 +/games/boxart/full_479487AmericaFrontccc.jpg,Through the Darkest of Times,XOne,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 +/games/boxart/full_8822099AmericaFrontccc.png,TINY METAL,NS,Strategy,Unties,Area 35,,,,,,,2017-12-21,2018-01-07 +/games/boxart/full_1710656AmericaFrontccc.jpg,Tiny Metal: Full Metal Rumble,PC,Strategy,"AREA 34, Inc.",Area 35,,,,,,,2019-07-11,2019-07-04 +/games/boxart/full_7964302AmericaFrontccc.jpg,Tiny Metal: Full Metal Rumble,NS,Strategy,"AREA 34, Inc.",Area 35,,,,,,,2019-07-11,2019-07-04 +/games/boxart/full_8001688AmericaFrontccc.jpg,Tiny Troopers,PC,Strategy,Unknown,Kukouri,,,,,,,,2022-08-13 +/games/boxart/full_7548178AmericaFrontccc.jpg,Tokyo Jungle Mobile,iOS,Strategy,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-10,2018-11-18 +/games/boxart/full_8913266AmericaFrontccc.jpg,Tokyo Jungle Mobile,And,Strategy,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-10,2018-11-18 +/games/boxart/full_2790483AmericaFrontccc.jpeg,Tokyo Jungle Mobile,PSV,Strategy,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2013-07-10,2018-11-17 +/games/boxart/full_6421296AmericaFrontccc.jpg,Tooth and Tail,PS4,Strategy,Pocketwatch Games,Pocketwatch Games,,,,,,,2017-09-12,2018-07-19 +/games/boxart/full_9603033AmericaFrontccc.jpg,Total War Battles: Kingdom,PC,Strategy,Sega,Creative Assembly,,,,,,,2016-03-24,2019-07-02 +/games/boxart/full_1861637AmericaFrontccc.jpg,Total War: Pharaoh,PC,Strategy,Sega,Creative Assembly,6.5,,,,,,2023-10-11,2023-08-26 +/games/boxart/default.jpg,Total War: Rome II,OSX,Strategy,Sega,Creative Assembly,,,,,,,2014-09-03,2018-03-19 +/games/boxart/full_1184389AmericaFrontccc.jpg,Total War: Warhammer III,PC,Strategy,Unknown,Creative Assembly,,,,,,,,2021-09-13 +/games/boxart/full_7368235AmericaFrontccc.jpg,Total War: WARHAMMER III - Forge of the Chaos Dwarfs,PC,Strategy,Unknown,Creative Assembly,,,,,,,,2023-06-23 +/games/boxart/full_7180835AmericaFrontccc.jpg,Toy Tactics,PC,Strategy,Joystick Ventures,Kraken Empire,,,,,,,2023-03-17,2023-11-20 +/games/boxart/full_2877399AmericaFrontccc.jpg,Uncharted: Fight for Fortune,PSV,Strategy,Unknown,Eidetic,,,,,,,,2022-08-14 +/games/boxart/default.jpg,USCF Chess,Int,Strategy,Mattel Electronics,Mattel,,,,,,,1982-11-23,2018-01-13 +/games/boxart/full_1354914AmericaFrontccc.jpg,Utawarerumono: Prelude to the Fallen,PSV,Strategy,NIS America,Aqua Plus,,,,,,,2020-05-26,2020-05-02 +/games/boxart/full_1566187AmericaFrontccc.jpg,Utawarerumono: Prelude to the Fallen,PS4,Strategy,NIS America,Aqua Plus,,,,,,,2020-05-26,2020-05-02 +/games/boxart/default.jpg,Utopia,Int,Strategy,Mattel Electronics,Mattel,,,,,,,1982-06-03,2018-01-13 +/games/boxart/full_924289AmericaFrontccc.png,Valkyria Chronicles,NS,Strategy,Sega,Sega,,,,,,,2018-10-16,2018-09-11 +/games/boxart/full_4471620AmericaFrontccc.png,Valkyria Chronicles 4,PC,Strategy,Sega,Sega,,,,,,,2018-09-25,2020-12-26 +/games/boxart/full_7581155AmericaFrontccc.jpg,Voice Commander,XOne,Strategy,Microsoft Studios,Microsoft Foundry Intern Program,,,,,,,2014-10-22,2018-08-12 +/games/boxart/default.jpg,War Games,CV,Strategy,Unknown,Coleco,,,,,,,,2021-10-18 +/games/boxart/full_6722444AmericaFrontccc.jpg,War Hospital,XS,Strategy,Unknown,Brave Lamb Studio,,,,,,,,2023-04-10 +/games/boxart/full_1524583AmericaFrontccc.jpg,War Hospital,PC,Strategy,Unknown,Brave Lamb Studio,,,,,,,,2023-04-10 +/games/boxart/full_7253257AmericaFrontccc.jpg,War Hospital,PS5,Strategy,Unknown,Brave Lamb Studio,,,,,,,,2023-04-10 +/games/boxart/full_992980AmericaFrontccc.png,War Theatre,NS,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-04-04,2019-04-04 +/games/boxart/full_7145314AmericaFrontccc.jpg,War Theatre,PC,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-03-16,2019-04-04 +/games/boxart/full_3280812AmericaFrontccc.jpg,War Theatre,PSV,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-03-16,2019-04-04 +/games/boxart/full_633062AmericaFrontccc.jpg,War Theatre,PS4,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-03-16,2019-04-04 +/games/boxart/full_6461351AmericaFrontccc.png,Warcraft III: Reforged,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-01-28,2018-11-02 +/games/boxart/full_7396924AmericaFrontccc.jpg,Wargroove,PS4,Strategy,Chucklefish,Chucklefish,,,,,,,2019-03-01,2019-01-25 +/games/boxart/full_6586448AmericaFrontccc.png,Wargroove,NS,Strategy,Chucklefish,Chucklefish,,,,,,,2019-02-01,2019-03-24 +/games/boxart/default.jpg,Wargroove,PC,Strategy,Chucklefish,Chucklefish,,,,,,,2019-02-01,2019-03-24 +/games/boxart/full_8190192AmericaFrontccc.jpg,Wargroove,XOne,Strategy,Chucklefish,Chucklefish,,,,,,,2019-02-01,2019-03-24 +/games/boxart/full_5415422AmericaFrontccc.jpg,Wargroove 2,PC,Strategy,Unknown,Robotality,,,,,,,,2023-10-12 +/games/boxart/full_4412275AmericaFrontccc.jpg,Wargroove 2,NS,Strategy,Unknown,Robotality,,,,,,,,2023-10-12 +/games/boxart/default.jpg,"Warhammer 40,000: Battlesector",XOne,Strategy,Unknown,Black Lab Games,,,,,,,,2024-01-20 +/games/boxart/default.jpg,"Warhammer 40,000: Battlesector",PC,Strategy,Unknown,Black Lab Games,,,,,,,,2024-01-20 +/games/boxart/default.jpg,"Warhammer 40,000: Battlesector",PS4,Strategy,Unknown,Black Lab Games,,,,,,,,2024-01-20 +/games/boxart/full_1039115AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate - Daemonhunters",PC,Strategy,Unknown,Complex Games,,,,,,,,2022-11-18 +/games/boxart/full_3529128AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",XOne,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 +/games/boxart/full_1876693AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",XS,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 +/games/boxart/full_5420042AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",PS4,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 +/games/boxart/full_9715937AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",PS5,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 +/games/boxart/full_9985826AmericaFrontccc.jpg,Warhammer Age of Sigmar: Realms of Ruin,PC,Strategy,Unknown,Frontier Developments,,,,,,,,2023-11-17 +/games/boxart/full_8960218AmericaFrontccc.jpg,Warhammer Age of Sigmar: Realms of Ruin,PS5,Strategy,Unknown,Frontier Developments,,,,,,,,2023-11-17 +/games/boxart/full_2262653AmericaFrontccc.jpg,Warhammer Age of Sigmar: Realms of Ruin,XS,Strategy,Unknown,Frontier Developments,,,,,,,,2023-11-17 +/games/boxart/full_9754225AmericaFrontccc.jpg,Warparty,PC,Strategy,Unknown,Crazy Monkey Studios,,,,,,,,2019-03-31 +/games/boxart/full_6870725AmericaFrontccc.jpg,WARSAW,XOne,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2020-10-02,2020-09-11 +/games/boxart/full_2006074AmericaFrontccc.jpg,WARSAW,NS,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2020-10-01,2020-09-11 +/games/boxart/full_1305152AmericaFrontccc.jpg,WARSAW,PC,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2019-10-02,2020-09-11 +/games/boxart/full_6562087AmericaFrontccc.jpg,WARSAW,PS4,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2020-09-29,2020-09-11 +/games/boxart/full_1431930AmericaFrontccc.png,Wasteland 2: Director's Cut,NS,Strategy,inXile Entertainment,InXile Entertainment,,,,,,,2018-09-13,2018-10-27 +/games/boxart/full_7409690AmericaFrontccc.png,Wasteland 3,XOne,Strategy,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-10 +/games/boxart/full_2346356AmericaFrontccc.jpg,Wasteland 3,PC,Strategy,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-10 +/games/boxart/full_1524044AmericaFrontccc.jpg,Wildermyth,PC,Strategy,Unknown,Worldwalker Games,,,,,,,,2021-08-02 +/games/boxart/full_5090723AmericaFrontccc.jpg,Wingspan,PC,Strategy,Unknown,Monster Couch,,,,,,,,2021-01-13 +/games/boxart/full_7265760PALFrontccc.jpg,World Conqueror X,NS,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2018-03-08,2018-03-20 +/games/boxart/full_5300189AmericaFrontccc.jpg,Worms 3,And,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_5471785AmericaFrontccc.jpg,Worms 4,And,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_4175284AmericaFrontccc.jpg,Worms Clan Wars,PC,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_5925142AmericaFrontccc.jpg,Worms Collection,PS3,Strategy,Unknown,Team17,,,,,,,,2022-08-13 +/games/boxart/full_8301462AmericaFrontccc.jpg,Worms Collection,X360,Strategy,Unknown,Team17,,,,,,,,2022-08-13 +/games/boxart/full_8602780AmericaFrontccc.jpg,Worms Revolution,X360,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_1253846AmericaFrontccc.jpg,Worms Revolution,PSV,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_3430476AmericaFrontccc.jpg,Worms Revolution,PC,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_971444AmericaFrontccc.jpg,Worms Revolution,PS3,Strategy,Unknown,Team17,,,,,,,,2021-01-26 +/games/boxart/full_1253583AmericaFrontccc.png,Worms: WMD,NS,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,,,,,,2017-11-23,2018-08-12 +/games/boxart/full_6824246AmericaFrontccc.jpg,X-Morph: Defense,PC,Strategy,EXOR Studios,EXOR Studios,,,,,,,2017-08-30,2019-04-28 +/games/boxart/full_4624846AmericaFrontccc.jpg,X-Morph: Defense,XOne,Strategy,EXOR Studios,EXOR Studios,,,,,,,2017-08-30,2019-04-28 +/games/boxart/full_6414206AmericaFrontccc.png,X-Morph: Defense,NS,Strategy,EXOR Studios,EXOR Studios,,,,,,,2019-02-21,2019-04-28 +/games/boxart/full_4947607AmericaFrontccc.jpg,X-Morph: Defense,PS4,Strategy,EXOR Studios,EXOR Studios,,,,,,,2017-08-30,2019-04-28 +/games/boxart/full_3900223AmericaFrontccc.jpg,XCOM 2 Collection,NS,Strategy,2K Games,Firaxis Games,,,,,,,2020-05-29,2020-03-31 +/games/boxart/full_5852173AmericaFrontccc.jpg,XCOM: Chimera Squad,PC,Strategy,2K Games,Firaxis Games,,,,,,,2020-04-24,2020-04-15 +/games/boxart/full_6832495AmericaFrontccc.jpg,XCOM: Enemy Unknown,Linux,Strategy,Feral Interactive,Firaxis Games,,,,,,,2014-06-19,2018-03-22 +/games/boxart/full_8405567AmericaFrontccc.jpeg,Yu Yu Hakusho Tournament Tactics,GBA,Strategy,Atari,Sensory Sweep Studios,,,,,,,2004-11-18,2017-12-30 +/games/boxart/full_421132AmericaFrontccc.png,Yu-Gi-Oh! Cross Duel,And,Strategy,Unknown,Konami,,,,,,,,2022-10-12 +/games/boxart/full_5266274AmericaFrontccc.png,Yu-Gi-Oh! Cross Duel,iOS,Strategy,Unknown,Konami,,,,,,,,2022-10-12 +/games/boxart/full_2359136AmericaFrontccc.jpeg,Yu-Gi-Oh! Duel Links,And,Strategy,Unknown,Konami,,,,,,,,2022-10-12 +/games/boxart/full_980554AmericaFrontccc.jpeg,Yu-Gi-Oh! Duel Links,PC,Strategy,Unknown,Konami,,,,,,,,2022-10-12 +/games/boxart/full_5465265AmericaFrontccc.jpg,Yu-Gi-Oh! Legacy of the Duelist,XOne,Strategy,Konami,Other Ocean Interactive,,,,,,,2015-07-31,2019-04-20 +/games/boxart/full_1661793AmericaFrontccc.png,Yu-Gi-Oh! Legacy of the Duelist,PS4,Strategy,Konami,Other Ocean Interactive,,,,,,,2015-07-31,2019-04-20 +/games/boxart/full_6380526AmericaFrontccc.jpg,Yu-Gi-Oh! Legacy of the Duelist: Link Evolution,NS,Strategy,Konami,Other Ocean Interactive,,,,,,,2019-08-31,2019-04-20 +/games/boxart/full_4472586AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,PS5,Strategy,Unknown,Konami,,,,,,,,2022-02-21 +/games/boxart/full_5015278AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,PS4,Strategy,Unknown,Konami,,,,,,,,2022-02-21 +/games/boxart/full_3446108AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,PC,Strategy,Unknown,Konami,,,,,,,,2022-02-21 +/games/boxart/full_9684428AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,XS,Strategy,Unknown,Konami,,,,,,,,2022-02-21 +/games/boxart/full_427994AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,XOne,Strategy,Unknown,Konami,,,,,,,,2022-02-21 +/games/boxart/full_371032AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,NS,Strategy,Unknown,Konami,,,,,,,,2022-02-21 +/games/boxart/full_7445079AmericaFrontccc.jpg,NEKOPARA Vol. 1,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-08 +/games/boxart/full_1699516AmericaFrontccc.jpg,NEKOPARA Vol. 0,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-09 +/games/boxart/full_8405902AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,All,Visual Novel,Serenity Forge,Team Salvato,,,,,,,2021-06-30,2021-07-20 +/games/boxart/full_9477869AmericaFrontccc.jpg,fault,Series,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2014-12-15,2022-09-21 +/games/boxart/full_6701009AmericaFrontccc.jpg,Root Letter,Series,Visual Novel,PQube,Kadokawa Games,,,,,,,2016-11-10,2022-04-24 +/games/boxart/full_1391826AmericaFrontccc.jpg,Root Letter,All,Visual Novel,PQube,Kadokawa Games,,,,,,,2016-11-10,2021-01-30 +/games/boxart/full_8265488AmericaFrontccc.jpg,NEKOPARA Vol. 2,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-13 +/games/boxart/full_5652079AmericaFrontccc.jpg,Tricolour Lovestory,PC,Visual Novel,Unknown,HL-Galgame,,,,,,,,2019-02-15 +/games/boxart/full_2393801AmericaFrontccc.jpg,Hatoful Boyfriend,PC,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2014-09-04,2018-08-08 +/games/boxart/full_9797776AmericaFrontccc.jpg,NEKOPARA Vol. 3,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-22 +/games/boxart/full_1555103AmericaFrontccc.jpg,The Lords of the Earth Flame,PC,Visual Novel,Unknown,"Rhino Games, Inc.",,,,,,,,2019-02-23 +/games/boxart/full_392605AmericaFrontccc.jpg,Russian Horror Story,PC,Visual Novel,Unknown,Footmade,,,,,,,,2019-02-26 +/games/boxart/full_975275AmericaFrontccc.jpg,Super Star,PC,Visual Novel,Unknown,Dream Works,,,,,,,,2019-03-01 +/games/boxart/full_6618666AmericaFrontccc.jpg,Wishmaster,PC,Visual Novel,Unknown,Unknown,,,,,,,,2019-03-01 +/games/boxart/full_8847318AmericaFrontccc.jpeg,Steins;Gate,PC,Visual Novel,Nitro+,Nitro+,,,,,,,2016-09-09,2018-07-04 +/games/boxart/full_4928690AmericaFrontccc.jpg,Witch on the Holy Night,All,Visual Novel,Type-Moon,Type-Moon,,,,,,,2012-04-12,2023-07-05 +/games/boxart/full_9935961AmericaFrontccc.jpg,Winter Novel,PC,Visual Novel,DeXP,DeXP,,,,,,,2016-08-10,2019-04-22 +/games/boxart/full_1019459AmericaFrontccc.jpg,Go! Go! Nippon! ~My First Trip to Japan~,PC,Visual Novel,MangaGamer,OVERDRIVE,,,,,,,2014-02-21,2019-03-29 +/games/boxart/full_1259476AmericaFrontccc.jpg,If My Heart Had Wings,PC,Visual Novel,MoeNovel,MoeNovel,,,,,,,2013-06-28,2019-04-16 +/games/boxart/full_5735614AmericaFrontccc.jpg,Analogue: A Hate Story,PC,Visual Novel,Love Conquers All Games,Love Conquers All Games,,,,,,,2012-04-27,2019-04-06 +/games/boxart/full_565004AmericaFrontccc.jpg,Replica,PC,Visual Novel,Somi,Somi,,,,,,,2016-06-11,2019-04-04 +/games/boxart/full_7156591AmericaFrontccc.jpg,fault - milestone one,PC,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2013-08-09,2019-04-04 +/games/boxart/full_1332883AmericaFrontccc.png,fault - milestone two side:above,PC,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2015-09-08,2019-04-04 +/games/boxart/full_6913190JapanFrontccc.jpg,Angelique Luminarise,NS,Visual Novel,Koei Tecmo,Ruby Party,,,,,,,2021-05-20,2021-07-27 +/games/boxart/full_863750JapanFrontccc.jpg,Haruka: Beyond the Stream of Time 7,NS,Visual Novel,Unknown,Koei Tecmo Games,,,,,,,,2021-02-07 +/games/boxart/full_2335375JapanFrontccc.jpg,Kiniro no Corda 4,PSV,Visual Novel,Unknown,Koei Tecmo Games,,,,,,,,2020-10-16 +/games/boxart/full_4813689JapanFrontccc.jpg,Chaos;Child,XOne,Visual Novel,5pb,5pb. Inc.,,,,,,,2014-12-18,2019-03-24 +/games/boxart/full_2247466AmericaFrontccc.jpg,Cinders,PC,Visual Novel,MoaCube,MoaCube,,,,,,,2012-06-20,2020-08-20 +/games/boxart/full_1552539AmericaFrontccc.jpg,Cinders,OSX,Visual Novel,MoaCube,MoaCube,,,,,,,2012-06-20,2020-08-20 +/games/boxart/full_ever17_397JapanFront.jpg,Ever17: The Out of Infinity,X360,Visual Novel,5pb,5pb. Games,,,,,,,2011-12-01,2018-12-19 +/games/boxart/full_fatehollow-ataraxia_232JapanFront.jpg,Fate/hollow ataraxia,PC,Visual Novel,Type-Moon,Type-Moon,,,,,,,2005-10-28,2018-11-15 +/games/boxart/full_9248205AmericaFrontccc.jpg,Hatoful Boyfriend,OSX,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2014-09-04,2018-08-08 +/games/boxart/full_8405412AmericaFrontccc.jpg,Hatoful Boyfriend,Linux,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2014-09-04,2018-08-08 +/games/boxart/full_2116650JapanFrontccc.jpg,L no Kisetsu 2: Invisible Memories,PS2,Visual Novel,5pb,5pb. Games,,,,,,,2008-07-03,2018-12-19 +/games/boxart/full_2190811JapanFrontccc.jpg,L no Kisetsu: Double Pocket,PSP,Visual Novel,5pb,5pb. Games,,,,,,,2009-11-26,2018-12-19 +/games/boxart/full_9254397JapanFrontccc.jpg,Liberation Maiden SIN,PS3,Visual Novel,5pb,5pb. Inc.,,,,,,,2013-12-05,2018-04-12 +/games/boxart/full_898341JapanFrontccc.jpg,Lucian Bee's: Justice Yellow / Evil Violet,PSP,Visual Novel,5pb,HuneX,,,,,,,2010-10-28,2018-12-19 +/games/boxart/full_muv-luv_933JapanFront.jpg,Muv-Luv,X360,Visual Novel,5pb,5pb. Games,,,,,,,2011-10-27,2018-12-19 +/games/boxart/full_muv-luv-alternative_322JapanFront.jpg,Muv-Luv Alternative,X360,Visual Novel,5pb,5pb. Games,,,,,,,2011-10-27,2018-12-19 +/games/boxart/full_1151050AmericaFrontccc.png,Sakura Spirit,PC,Visual Novel,Sekai Project,Sekai Project,,,,,,,2014-07-09,2018-08-09 +/games/boxart/full_9504258AmericaFrontccc.png,Sakura Spirit,OSX,Visual Novel,Sekai Project,Sekai Project,,,,,,,2014-07-09,2018-08-09 +/games/boxart/full_3258271AmericaFrontccc.png,Sakura Spirit,Linux,Visual Novel,Sekai Project,Sekai Project,,,,,,,2014-07-09,2018-08-09 +/games/boxart/full_1634604AmericaFrontccc.jpg,Shan Gui,PC,Visual Novel,Ju Cai,Magenta Software,,,,,,,2014-08-19,2018-08-09 +/games/boxart/full_121665AmericaFrontccc.jpg,Shan Gui,OSX,Visual Novel,Ju Cai,Magenta Software,,,,,,,2014-08-19,2018-08-09 +/games/boxart/full_9099633AmericaFrontccc.jpg,Shan Gui,Linux,Visual Novel,Ju Cai,Magenta Software,,,,,,,2014-08-19,2018-08-09 +/games/boxart/full_470714JapanFrontccc.jpg,じんるいのみなさまへ,NS,Visual Novel,Unknown,Nippon Ichi Software,,,,,,,,2019-02-23 +/games/boxart/full_9809194AmericaFrontccc.jpg,Alternate Jake Hunter: Daedalus The Awakening of Golden Jazz,PC,Visual Novel,Arc System Works,Neilo Inc,,,,,,,2019-07-05,2019-07-04 +/games/boxart/full_7244899AmericaFrontccc.png,Alternate Jake Hunter: Daedalus The Awakening of Golden Jazz,NS,Visual Novel,Arc System Works,Neilo Inc,,,,,,,2019-05-23,2019-07-04 +/games/boxart/full_4421625AmericaFrontccc.jpg,Alternate Jake Hunter: Daedalus The Awakening of Golden Jazz,PS4,Visual Novel,Arc System Works,Neilo Inc,,,,,,,2019-05-23,2019-07-04 +/games/boxart/full_5315062AmericaFrontccc.png,Anonymous;Code,PS4,Visual Novel,5pb,5pb. Games,,,,,,,2020-12-01,2019-06-26 +/games/boxart/full_3989372AmericaFrontccc.png,Anonymous;Code,PSV,Visual Novel,5pb,5pb. Games,,,,,,,2020-12-01,2019-06-26 +/games/boxart/full_6718549AmericaFrontccc.png,Anonymous;Code,NS,Visual Novel,5pb,5pb. Games,,,,,,,2020-12-01,2019-06-26 +/games/boxart/full_3273209AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PSV,Visual Novel,Sprite,Sprite,,,,,,,2016-02-25,2020-05-11 +/games/boxart/full_8608130AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,NS,Visual Novel,Sprite,Sprite,,,,,,,2020-08-21,2020-05-11 +/games/boxart/full_9317626AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PC,Visual Novel,Sprite,Sprite,,,,,,,2019-09-27,2020-05-11 +/games/boxart/full_8713717AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PS4,Visual Novel,Sprite,Sprite,,,,,,,2020-08-21,2020-05-11 +/games/boxart/full_2294086AmericaFrontccc.jpg,Arcade Spirits,PS4,Visual Novel,PQube,Fiction Factory Games,,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_6604164AmericaFrontccc.jpg,Arcade Spirits,XOne,Visual Novel,PQube,Fiction Factory Games,,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_6499086AmericaFrontccc.jpg,Arcade Spirits,Linux,Visual Novel,PQube,Fiction Factory Games,,,,,,,2019-02-12,2019-08-16 +/games/boxart/full_2776237AmericaFrontccc.jpg,Arcade Spirits,NS,Visual Novel,PQube,Fiction Factory Games,,,,,,,2020-12-01,2019-08-16 +/games/boxart/full_9306880AmericaFrontccc.jpg,Arcade Spirits,PC,Visual Novel,PQube,Fiction Factory Games,,,,,,,2019-02-12,2019-08-16 +/games/boxart/full_1551043JapanFrontccc.jpg,Boku to Nurse no Kenshuu Nisshi,PSV,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 +/games/boxart/full_9455808JapanFrontccc.jpg,Boku to Nurse no Kenshuu Nisshi,PC,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 +/games/boxart/full_2529017AmericaFrontccc.png,"Bury Me, My Love",NS,Visual Novel,Plug In Digital,The Pixel Hunt,,,,,,,2019-01-10,2018-12-12 +/games/boxart/full_6764372AmericaFrontccc.jpg,Bustafellows,NS,Visual Novel,Unknown,Nippon Cultural Broadcasting eXtend,,,,,,,,2022-02-09 +/games/boxart/full_9844233AmericaFrontccc.jpg,Bustafellows,PC,Visual Novel,Unknown,Nippon Cultural Broadcasting eXtend,,,,,,,,2022-02-09 +/games/boxart/full_5644512AmericaFrontccc.jpg,Chaos;Child,PC,Visual Novel,Spike Chunsoft,MAGES. Inc.,,,,,,,2019-01-23,2019-03-24 +/games/boxart/default.jpg,Chaos;Head Noah/Chaos;Child Double Pack,NS,Visual Novel,Unknown,Spike Chunsoft,,,,,,,,2023-04-16 +/games/boxart/full_3009811AmericaFrontccc.jpg,Chuusotsu! 1st Graduation: Time After Time,PC,Visual Novel,Unknown,Studio Beast,,,,,,,,2018-04-23 +/games/boxart/full_285666AmericaFrontccc.png,Ciconia When They Cry,PC,Visual Novel,MangaGamer,07th Expansion,,,,,,,2019-08-09,2019-05-06 +/games/boxart/full_1952638AmericaFrontccc.jpg,Cinders,PS4,Visual Novel,Crunching Koalas,MoaCube,,,,,,,2020-08-25,2020-08-20 +/games/boxart/full_6918059AmericaFrontccc.jpg,Cinders,XOne,Visual Novel,Crunching Koalas,MoaCube,,,,,,,2020-08-26,2020-08-20 +/games/boxart/full_4622088AmericaFrontccc.jpg,Clannad,NS,Visual Novel,Prototype,Prototype,,,,,,,2019-07-04,2019-07-04 +/games/boxart/full_5310248AmericaFrontccc.jpg,Clock Zero: Shuuen no Ichibyou Devote,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-06-27,2019-04-08 +/games/boxart/full_5157505AmericaFrontccc.jpg,Code Realize Wintertide Miracles,PS4,Visual Novel,Aksys Games,Aksys Games,,,,,,,2019-02-14,2018-11-11 +/games/boxart/full_5818919AmericaFrontccc.jpg,Collar x Malice,NS,Visual Novel,Aksys Games,Idea Factory,,,,,,,2020-06-25,2020-05-04 +/games/boxart/full_2273570PALFrontccc.jpg,Collar x Malice: Unlimited,NS,Visual Novel,Aksys Games,Idea Factory,,,,,,,2020-08-13,2020-05-13 +/games/boxart/full_8459744AmericaFrontccc.jpg,CUPID - A free to play Visual Novel,PC,Visual Novel,Afterthought Studios,Fervent Interactive,,,,,,,2016-03-04,2019-04-03 +/games/boxart/full_7245838AmericaFrontccc.jpg,Cupid Parasite,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2020-08-20,2020-05-11 +/games/boxart/full_2557410JapanFrontccc.jpg,D.S.: Dal Segno,PS4,Visual Novel,Entergram,Entergram,,,,,,,2018-03-22,2018-04-07 +/games/boxart/full_1946155AmericaFrontccc.jpg,Danganronpa Decadence,NS,Visual Novel,Spike Chunsoft,Spike Chunsoft,,,,,,,2021-12-03,2021-06-15 +/games/boxart/default.jpg,Danganronpa Trilogy,PS4,Visual Novel,Unknown,Spike Chunsoft,,,,,,,,2023-04-16 +/games/boxart/full_1697685JapanFrontccc.png,Dear Magi: Magical Boy's Department,NS,Visual Novel,CaeruX,CaeruX,,,,,,,2019-06-06,2019-06-09 +/games/boxart/full_3130353JapanFrontccc.png,Diabolik Lovers: Chaos Lineage,NS,Visual Novel,Idea Factory,Rejet,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_8448915AmericaFrontccc.jpg,Divine Slice of Life,PC,Visual Novel,Dharker Studio,NickySwan,,,,,,,2015-10-22,2019-04-03 +/games/boxart/full_280088AmericaFrontccc.jpg,Doki Doki Literature Club,PC,Visual Novel,Team Salvato,Team Salvato,,,,,,,2017-09-22,2018-01-12 +/games/boxart/full_6728473AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,XS,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 +/games/boxart/full_6973486AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,NS,Visual Novel,Serenity Forge,Team Salvato,,,,,,,2021-06-30,2021-06-13 +/games/boxart/full_4699043AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,PS4,Visual Novel,Serenity Forge,Team Salvato,,,,,,,2021-06-30,2022-11-12 +/games/boxart/full_7316224AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,PS5,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 +/games/boxart/full_1288934AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,PC,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 +/games/boxart/full_3508920AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,XOne,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 +/games/boxart/full_3777860AmericaFrontccc.jpg,Dull Grey,PS4,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 +/games/boxart/full_6703711AmericaFrontccc.jpg,Dull Grey,XOne,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 +/games/boxart/full_4617140AmericaFrontccc.jpg,Dull Grey,NS,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 +/games/boxart/full_4683526AmericaFrontccc.jpg,Dull Grey,PSV,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 +/games/boxart/full_6752087AmericaFrontccc.jpg,Eden*,PC,Visual Novel,MangaGamer,minori,,,,,,,2015-01-30,2018-02-15 +/games/boxart/full_7919549JapanFrontccc.png,Eve: Rebirth Terror,PS4,Visual Novel,El Dia,El Dia,,,,,,,2019-04-25,2019-03-23 +/games/boxart/full_5022170JapanFrontccc.png,Eve: Rebirth Terror,PSV,Visual Novel,El Dia,El Dia,,,,,,,2019-04-25,2019-03-23 +/games/boxart/full_8365608AmericaFrontccc.png,fault - milestone one,NS,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2019-10-03,2019-04-04 +/games/boxart/full_7350023AmericaFrontccc.png,fault - milestone one,PS4,Visual Novel,Unknown,ALICE IN DISSONANCE,,,,,,,,2019-04-04 +/games/boxart/full_8134768AmericaFrontccc.jpg,fault - SILENCE THE PEDANT,PC,Visual Novel,Unknown,ALICE IN DISSONANCE,,,,,,,,2019-04-04 +/games/boxart/full_2877604AmericaFrontccc.jpg,fault - StP - LIGHTKRAVTE,PC,Visual Novel,Phoenixx Inc.,ALICE IN DISSONANCE,,,,,,,2022-05-28,2022-09-21 +/games/boxart/full_4216381JapanFrontccc.jpg,Floral Flowlove,PC,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 +/games/boxart/full_3493732JapanFrontccc.jpg,Floral Flowlove,PS4,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 +/games/boxart/full_1069351JapanFrontccc.jpg,Flowers: Les Quatre Saisons,PS4,Visual Novel,Prototype,Innocent Grey,,,,,,,2019-03-07,2019-03-21 +/games/boxart/full_3129784JapanFrontccc.jpg,Full Kiss,PS4,Visual Novel,Entergram,Giga,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_5511201JapanFrontccc.jpg,Full Kiss,PSV,Visual Novel,Entergram,Giga,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_9211477AmericaFrontccc.jpg,Gnosia,NS,Visual Novel,Playism,Petit Depotto,,,,,,,2021-03-04,2021-03-07 +/games/boxart/full_3769439AmericaFrontccc.jpg,Gnosia,PSV,Visual Novel,Unknown,Petit Depotto,,,,,,,,2019-05-07 +/games/boxart/default.jpg,Grisaia Phantom Trigger 01 & 02,PSV,Visual Novel,Prototype,Prototype,,,,,,,2017-12-21,2018-08-25 +/games/boxart/full_8053814AmericaFrontccc.jpg,Hakuoki Shinkai: Ginsei no Sho,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2020-07-30,2020-05-09 +/games/boxart/full_7969187AmericaFrontccc.jpg,Hakuoki: Edo Blossoms,PSV,Visual Novel,Idea Factory,Otomate,,,,,,,2018-04-24,2018-01-08 +/games/boxart/full_4585880JapanFrontccc.jpg,"Hanayaka Kana, Ware ga Ichizoku: Gentou Nostalgie",NS,Visual Novel,Idea Factory,Ichi Column,,,,,,,2019-05-16,2019-04-08 +/games/boxart/full_8073582JapanFrontccc.jpg,"Hanayaka Nari, Waga Ichizoku Modern Nostalgie",NS,Visual Novel,Idea Factory,Ichi Column,,,,,,,2019-05-16,2019-03-25 +/games/boxart/full_42123JapanFrontccc.png,Haruoto Alice * Gram Snow Drop,PS4,Visual Novel,Entergram,NanaWind,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_9555412JapanFrontccc.png,Haruoto Alice * Gram Snow Drop,PSV,Visual Novel,Entergram,NanaWind,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_7869522AmericaFrontccc.jpg,Hatoful Boyfriend,PSV,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2015-07-21,2018-08-07 +/games/boxart/full_1719008AmericaFrontccc.jpg,Hatoful Boyfriend,PS4,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2015-07-21,2018-08-07 +/games/boxart/full_7876705AmericaFrontccc.jpg,Heart of the Woods,NS,Visual Novel,Sekai Project,Studio Elan,,,,,,,2020-12-01,2019-06-19 +/games/boxart/full_2897089AmericaFrontccc.jpg,Heart of the Woods,PC,Visual Novel,Sekai Project,Studio Elan,,,,,,,2019-02-15,2019-06-19 +/games/boxart/full_2796865JapanFrontccc.jpg,Higurashi no Naku Koro ni Hou,PS4,Visual Novel,Entergram,07th Expansion,,,,,,,2019-01-24,2019-02-03 +/games/boxart/full_8989342AmericaFrontccc.jpg,If My Heart Had Wings -Flight Diary-,PC,Visual Novel,MoeNovel,MoeNovel,,,,,,,2019-02-28,2019-04-16 +/games/boxart/full_2349054AmericaFrontccc.jpg,Invincible Presents: Atom Eve,PC,Visual Novel,Unknown,Terrible Posture Games,,,,,,,,2023-11-16 +/games/boxart/default.jpg,Irony Curtain: From Matryoshka,PC,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 +/games/boxart/default.jpg,Irony Curtain: From Matryoshka,PS4,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 +/games/boxart/default.jpg,Irony Curtain: From Matryoshka,XOne,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 +/games/boxart/default.jpg,Irony Curtain: From Matryoshka,NS,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 +/games/boxart/full_2259519AmericaFrontccc.jpg,Jack Jeanne,NS,Visual Novel,Broccoli,Broccoli,,,,,,,2020-12-03,2020-05-16 +/games/boxart/default.jpg,Jakou no Lyla: Trap of Musk,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2019-09-19,2019-03-22 +/games/boxart/full_8089271JapanFrontccc.jpg,Karigurashi Renai,PS4,Visual Novel,Entergram,ASa Project,,,,,,,2019-02-21,2019-03-09 +/games/boxart/full_4778890JapanFrontccc.jpg,Karigurashi Renai,PSV,Visual Novel,Entergram,ASa Project,,,,,,,2019-02-21,2019-03-09 +/games/boxart/default.jpg,Katakoi Contrast: Collection of Branch,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2019-08-22,2019-03-22 +/games/boxart/full_3388428JapanFrontccc.jpg,Kenka Bancho Otome: 2nd Rumble!!,PSV,Visual Novel,Spike Chunsoft,RED Entertainment,,,,,,,2019-03-14,2019-03-22 +/games/boxart/full_7214271JapanFrontccc.jpg,Konoyo no Hate de Koi o Utau Shoujo: Yu-No,NS,Visual Novel,5pb,MAGES,,,,,,,2019-03-14,2019-03-22 +/games/boxart/full_6399440AmericaFrontccc.jpg,Kotodama: The 7 Mysteries of Fujisawa,PC,Visual Novel,PQube,Art Co. Ltd.,,,,,,,2019-06-04,2019-04-03 +/games/boxart/full_9164179PALFrontccc.jpg,Kotodama: The 7 Mysteries of Fujisawa,PS4,Visual Novel,PQube,Art Co. Ltd.,,,,,,,2019-06-04,2019-04-03 +/games/boxart/full_3278328PALFrontccc.jpg,Kotodama: The 7 Mysteries of Fujisawa,NS,Visual Novel,PQube,Art Co. Ltd.,,,,,,,2019-06-04,2019-04-03 +/games/boxart/default.jpg,Last Stanza,PC,Visual Novel,Unknown,Sekai Project,,,,,,,,2018-07-01 +/games/boxart/full_2348704JapanFrontccc.jpg,London Detective Mysteria,PSP,Visual Novel,Marvelous Interactive,Karin Entertainment,,,,,,,2013-03-07,2018-12-27 +/games/boxart/full_4488743JapanFrontccc.jpg,Memories Off: Innocent Fille for Dearest,PSV,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_3695518JapanFrontccc.jpg,Memories Off: Innocent Fille for Dearest,PS4,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_2642785JapanFrontccc.jpg,Memories Off: Innocent Fille for Dearest,NS,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-28,2019-03-22 +/games/boxart/full_5690948AmericaFrontccc.jpg,Mhakna Gramura and Fairy Bell,PC,Visual Novel,Alice in Dissonance,ALICE IN DISSONANCE,,,,,,,2018-02-19,2022-09-21 +/games/boxart/full_142896AmericaFrontccc.jpg,Mission: It's Complicated,PC,Visual Novel,Unknown,Schell Games,,,,,,,,2021-01-13 +/games/boxart/full_2929376AmericaFrontccc.jpg,MONMUSU,PC,Visual Novel,NEKO WORKs,Tentacle Games,,,,,,,2018-05-12,2019-04-21 +/games/boxart/full_3905998JapanFrontccc.jpg,Moujuutsukai to Oujisama: Flower & Snow,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-05-30,2019-05-15 +/games/boxart/full_4397283AmericaFrontccc.jpg,Muv-Luv,PSV,Visual Novel,PQube,5pb. Inc.,,,,,,,2018-06-26,2019-04-22 +/games/boxart/full_8513013AmericaFrontccc.jpg,Muv-Luv Alternative,PSV,Visual Novel,PQube,5pb. Games,,,,,,,2018-06-26,2019-04-22 +/games/boxart/full_5766873AmericaFrontccc.jpg,My Aunt is a Witch,XS,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 +/games/boxart/full_8164264AmericaFrontccc.jpg,My Aunt is a Witch,NS,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 +/games/boxart/full_4430083AmericaFrontccc.jpg,My Aunt is a Witch,PSV,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 +/games/boxart/full_71093AmericaFrontccc.jpg,My Aunt is a Witch,PS4,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 +/games/boxart/full_7999428AmericaFrontccc.jpg,My Aunt is a Witch,XOne,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 +/games/boxart/full_4210348AmericaFrontccc.jpg,My Girlfriend is a Mermaid!?,PC,Visual Novel,Sekai Project,Cosen,,,,,,,2018-09-08,2019-02-24 +/games/boxart/full_9852125JapanFrontccc.jpg,My Girlfriend is a Mermaid!?,NS,Visual Novel,Sekai Project,Cosen,,,,,,,2019-02-28,2019-02-24 +/games/boxart/default.jpg,N.E.R.O.: Nothing Ever Remains Obscure,NS,Visual Novel,Unknown,Storm in a Teacup,,,,,,,,2018-07-17 +/games/boxart/default.jpg,N1RV Ann-A,NS,Visual Novel,Unknown,Sukeban Games,,,,,,,,2018-09-25 +/games/boxart/full_6343562AmericaFrontccc.jpg,Nekojishi,PC,Visual Novel,Orange Juice Dog,Team Nekojishi,,,,,,,2017-11-12,2019-04-07 +/games/boxart/full_3488098AmericaFrontccc.png,Nekopara,NS,Visual Novel,Sekai Project,Neko Works,,,,,,,2018-12-30,2018-01-28 +/games/boxart/full_2091048JapanFrontccc.jpg,"Nora, Princess, and Crying Cat",PS4,Visual Novel,Piacci,Harukaze,,,,,,,2019-02-28,2019-02-24 +/games/boxart/full_3015724JapanFrontccc.jpg,"Nora, Princess, and Crying Cat",PSV,Visual Novel,Piacci,Harukaze,,,,,,,2019-02-28,2019-02-24 +/games/boxart/full_4997372JapanFrontccc.jpg,"Nora, Princess, and Crying Cat",NS,Visual Novel,Piacci,Harukaze,,,,,,,2019-02-28,2019-02-24 +/games/boxart/full_7705239AmericaFrontccc.jpg,One Night Stand,PS4,Visual Novel,Kinmoku,Kinmoku,,,,,,,2019-10-04,2019-06-11 +/games/boxart/full_7018039AmericaFrontccc.jpg,One Night Stand,XOne,Visual Novel,Kinmoku,Kinmoku,,,,,,,2019-10-04,2019-06-11 +/games/boxart/full_1662884AmericaFrontccc.jpg,One Night Stand,NS,Visual Novel,Kinmoku,Kinmoku,,,,,,,2019-10-04,2019-06-11 +/games/boxart/full_8540034AmericaFrontccc.jpg,One Night Stand,PC,Visual Novel,Kinmoku,Kinmoku,,,,,,,2016-10-20,2019-06-11 +/games/boxart/full_668551AmericaFrontccc.jpg,Our World Is Ended.,PS4,Visual Novel,PQube,RED Entertainment,,,,,,,2019-03-26,2019-02-24 +/games/boxart/full_6686351AmericaFrontccc.jpg,Our World Is Ended.,NS,Visual Novel,PQube,RED Entertainment,,,,,,,2019-03-26,2019-02-24 +/games/boxart/full_3461735JapanFrontccc.jpg,Our World Is Ended.,PSV,Visual Novel,PQube,RED Entertainment,,,,,,,2017-11-09,2019-02-24 +/games/boxart/full_3182338AmericaFrontccc.jpg,Our World Is Ended.,PC,Visual Novel,PQube,RED Entertainment,,,,,,,2019-05-29,2019-02-24 +/games/boxart/full_7118927AmericaFrontccc.jpg,Pantsu Hunter: Back to the 90s,NS,Visual Novel,Unknown,Ascension Dream,,,,,,,,2019-08-22 +/games/boxart/full_5065967AmericaFrontccc.jpg,Pantsu Hunter: Back to the 90s,PC,Visual Novel,Unknown,Ascension Dream,,,,,,,,2019-08-22 +/games/boxart/full_6325158AmericaFrontccc.jpg,Please Be Happy,PC,Visual Novel,Sekai Project,Studio Elan,,,,,,,2020-12-01,2020-07-17 +/games/boxart/full_9204014AmericaFrontccc.jpg,Please Be Happy,NS,Visual Novel,Sekai Project,Studio Elan,,,,,,,2020-12-01,2020-07-17 +/games/boxart/full_4992531JapanFrontccc.jpg,Private Bellbara Academy: Rose of Versailles Re*imagination,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-05-23,2019-03-25 +/games/boxart/full_1533965AmericaFrontccc.jpg,Psychedelica of the Ashen Hawk,PC,Visual Novel,Idea Factory,Otomate,,,,,,,2019-12-01,2019-04-15 +/games/boxart/default.jpg,Raging Loop,PC,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 +/games/boxart/default.jpg,Raging Loop,PS4,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 +/games/boxart/default.jpg,Raging loop,NS,Visual Novel,PQube,Kemco,,,,,,,2019-10-22,2020-05-03 +/games/boxart/default.jpg,Raging loop,And,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 +/games/boxart/default.jpg,Raging loop,PSV,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 +/games/boxart/full_5193743JapanFrontccc.png,Reine des Fleurs,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-04-25,2019-03-22 +/games/boxart/full_7888780AmericaFrontccc.jpg,Robotics;Notes DaSH,PC,Visual Novel,Spike Chunsoft,MAGES,,,,,,,2020-10-13,2020-05-19 +/games/boxart/full_5678807JapanFrontccc.jpg,Robotics;Notes DaSH,PS4,Visual Novel,Spike Chunsoft,5pb. Games,,,,,,,2020-10-13,2019-02-06 +/games/boxart/full_9279371JapanFrontccc.jpg,Robotics;Notes DaSH,NS,Visual Novel,Spike Chunsoft,5pb. Games,,,,,,,2020-10-13,2019-02-06 +/games/boxart/full_5809242AmericaFrontccc.png,Robotics;Notes Elite,PS4,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2020-10-13,2020-05-19 +/games/boxart/full_8276048AmericaFrontccc.png,Robotics;Notes Elite,PC,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2020-10-13,2020-05-19 +/games/boxart/full_6399048AmericaFrontccc.png,Robotics;Notes Elite,NS,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2020-10-13,2020-05-19 +/games/boxart/full_9211200AmericaFrontccc.jpeg,Root Double: Before Crime * After Days,NS,Visual Novel,Sekai Project,Regista,,,,,,,2020-12-01,2019-06-16 +/games/boxart/full_8111740AmericaFrontccc.jpg,Root Film,NS,Visual Novel,Kadokawa Games,Kadokawa Games,,,,,,,2020-07-30,2020-05-09 +/games/boxart/full_1926369AmericaFrontccc.jpg,Root Film,PS4,Visual Novel,Kadokawa Games,Kadokawa Games,,,,,,,2020-07-30,2020-05-09 +/games/boxart/default.jpg,Root Letter: Last Answer,PC,Visual Novel,Kadokawa Games,Kadokawa Games,,,,,,,2019-09-03,2019-08-15 +/games/boxart/full_5561178JapanFrontccc.jpg,Saku Saku: Love Blooms with the Cherry Blossoms,PS4,Visual Novel,Dramatic Create,PALETTE,,,,,,,2019-02-28,2019-03-23 +/games/boxart/full_4281967AmericaFrontccc.jpg,Saku Saku: Love Blooms with the Cherry Blossoms,PC,Visual Novel,Sekai Project,PALETTE,,,,,,,2017-10-02,2019-03-23 +/games/boxart/default.jpg,Saya no Uta,PC,Visual Novel,Unknown,Nitroplus,,,,,,,,2020-10-07 +/games/boxart/default.jpg,Sharin no Kuni: The Girl Among the Sunflowers,PSV,Visual Novel,Unknown,AKABEi SOFT2,,,,,,,,2019-06-16 +/games/boxart/default.jpg,Sharin no Kuni: The Girl Among the Sunflowers,PC,Visual Novel,Unknown,AKABEi SOFT2,,,,,,,,2019-06-16 +/games/boxart/default.jpg,Shin Hayarigami 1 and 2 Pack,NS,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2019-07-18,2019-04-25 +/games/boxart/full_8214467JapanFrontccc.jpg,Silverio Trinity: Beyond the Horizon,PSV,Visual Novel,Light,Light,,,,,,,2019-03-28,2019-03-23 +/games/boxart/full_2559861AmericaFrontccc.jpg,Sisters In Hotel,PC,Visual Novel,bch waves studio,bch waves studio,,,,,,,2017-06-22,2019-04-04 +/games/boxart/full_7526800AmericaFrontccc.jpg,Sisters In Hotel: Episode 2,PC,Visual Novel,bch waves studio,bch waves studio,,,,,,,2018-04-02,2019-04-04 +/games/boxart/full_3536680AmericaFrontccc.jpg,Sisters In Hotel: Episode 3,PC,Visual Novel,Unknown,bch waves studio,,,,,,,,2019-03-29 +/games/boxart/full_9292423AmericaFrontccc.jpg,Slay the Princess,PC,Visual Novel,Unknown,Black Tabby Games,,,,,,,,2023-10-21 +/games/boxart/full_6197134JapanFrontccc.jpg,Soi Kano: Gyutto Dakishimete,PS4,Visual Novel,Entergram,Giga,,,,,,,2019-02-21,2019-03-09 +/games/boxart/full_9247252JapanFrontccc.jpg,Soi Kano: Gyutto Dakishimete,NS,Visual Novel,Entergram,Giga,,,,,,,2019-02-21,2019-03-09 +/games/boxart/full_3905699JapanFrontccc.jpg,Soi Kano: Gyutto Dakishimete,PSV,Visual Novel,Entergram,Giga,,,,,,,2019-02-21,2019-03-09 +/games/boxart/default.jpg,Song of Memories,PC,Visual Novel,Unknown,"Future Tech Lab Co.,Ltd.",,,,,,,,2018-02-03 +/games/boxart/full_5157958PALFrontccc.jpg,Song of Memories,PS4,Visual Novel,PQube,"Future Tech Lab Co.,Ltd.",,,,,,,2019-01-22,2018-02-03 +/games/boxart/full_896960PALFrontccc.jpg,Song of Memories,NS,Visual Novel,Unknown,"Future Tech Lab Co.,Ltd.",,,,,,,,2018-02-03 +/games/boxart/full_9832083AmericaFrontccc.jpg,Spirit Hunter: NG,PSV,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 +/games/boxart/full_5988637AmericaFrontccc.jpg,Spirit Hunter: NG,NS,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 +/games/boxart/full_8547233AmericaFrontccc.jpg,Spirit Hunter: NG,PC,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 +/games/boxart/full_2332669AmericaFrontccc.jpg,Spirit Hunter: NG,PS4,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 +/games/boxart/full_9399044JapanFrontccc.jpg,Steins;Gate: Divergencies Assort,NS,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-20,2019-03-22 +/games/boxart/full_6943365AmericaFrontccc.png,Steins;Gate: My Darling's Embrace,NS,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2019-12-10,2019-12-11 +/games/boxart/full_9615124AmericaFrontccc.png,Steins;Gate: My Darling's Embrace,PC,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2019-12-10,2019-12-11 +/games/boxart/full_9495503AmericaFrontccc.png,Steins;Gate: My Darling's Embrace,PS4,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2019-12-10,2019-12-11 +/games/boxart/full_2695813JapanFrontccc.jpg,Suki to Suki to de Sankaku Ren'ai,PSV,Visual Novel,Entergram,ASa Project,,,,,,,2019-01-24,2019-02-03 +/games/boxart/full_3660893JapanFrontccc.jpg,Summer Pockets,NS,Visual Novel,Prototype,Key,,,,,,,2019-06-20,2019-03-26 +/games/boxart/full_837108AmericaFrontccc.jpg,Synergia,PC,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 +/games/boxart/full_530704AmericaFrontccc.jpg,Synergia,PS4,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 +/games/boxart/full_3744603AmericaFrontccc.jpg,Synergia,PSV,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 +/games/boxart/full_9081389AmericaFrontccc.jpg,Synergia,XOne,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 +/games/boxart/full_1783291AmericaFrontccc.jpg,Synergia,NS,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 +/games/boxart/full_8497693JapanFrontccc.jpg,Taishou x Alice: All in One,NS,Visual Novel,Prototype,Prototype,,,,,,,2019-04-18,2019-03-22 +/games/boxart/full_739617AmericaFrontccc.jpg,Tales from the Borderlands,NS,Visual Novel,2K Games,2K Games,,,,,,,2021-03-24,2021-02-17 +/games/boxart/full_4299498AmericaFrontccc.jpg,The 25th Ward: The Silver Case,PC,Visual Novel,NIS America,Grasshopper Manufacture,,,,,,,2018-03-13,2018-04-02 +/games/boxart/full_6728121AmericaFrontccc.jpg,The 25th Ward: The Silver Case,PS4,Visual Novel,NIS America,Grasshopper Manufacture,,,,,,,2018-03-13,2018-09-11 +/games/boxart/default.jpg,The Fox Is Waiting For Me,NS,Visual Novel,Unknown,Tales Shop,,,,,,,,2018-04-15 +/games/boxart/full_1455449AmericaFrontccc.jpg,The House in Fata Morgana: Dream of the Revenants Edition,PS4,Visual Novel,Mighty Rabbit Studios,Novectacle,,,,,,,2019-06-11,2019-06-13 +/games/boxart/full_7117688AmericaFrontccc.png,The House in Fata Morgana: Dreams of the Revenants Edition,NS,Visual Novel,Limited Run Games,Novectacle,,,,,,,2021-04-09,2020-01-10 +/games/boxart/full_7315595AmericaFrontccc.jpg,The Mind's Eclipse,PC,Visual Novel,Mind's Eclipse Interactive,Unknown,,,,,,,2018-01-25,2018-01-28 +/games/boxart/full_8887173JapanFrontccc.jpg,The Silver Case,PS,Visual Novel,ASCII Entertainment,Grasshopper Manufacture,,,,,,,1999-10-07,2018-09-11 +/games/boxart/full_1680838AmericaFrontccc.jpg,The Silver Case,PC,Visual Novel,Grasshopper Manufacture Inc.,Grasshopper Manufacture,,,,,,,2016-10-06,2018-09-11 +/games/boxart/full_971243JapanFrontccc.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,NS,Visual Novel,Prototype,Prototype,,,,,,,2018-11-22,2019-04-26 +/games/boxart/full_3209768AmericaFrontccc.jpg,The Walking Dead - A Telltale Series - The Final Season,PS4,Visual Novel,Telltale Games,Telltale Games,,,,,,,2019-01-16,2018-09-11 +/games/boxart/full_7524526AmericaFrontccc.jpg,The Walking Dead - A Telltale Series - The Final Season,XOne,Visual Novel,Telltale Games,Telltale Games,,,,,,,2019-01-16,2018-09-11 +/games/boxart/full_8468202AmericaFrontccc.jpg,The Wreck,XOne,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 +/games/boxart/full_2492532AmericaFrontccc.jpg,The Wreck,XS,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 +/games/boxart/full_9424490AmericaFrontccc.jpg,The Wreck,NS,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 +/games/boxart/full_6855581AmericaFrontccc.jpg,The Wreck,PC,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 +/games/boxart/full_3646233AmericaFrontccc.jpg,The Wreck,PS4,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 +/games/boxart/full_5400641AmericaFrontccc.jpg,The Wreck,PS5,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 +/games/boxart/default.jpg,Tlicolity Eyes: Twinkle Snowtime,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2019-07-18,2019-03-22 +/games/boxart/full_5229444AmericaFrontccc.png,VA-11 HALL-A,NS,Visual Novel,Ysbryd Games,Sukeban Games,,,,,,,2019-05-02,2019-05-15 +/games/boxart/full_6279817JapanFrontccc.jpg,VA-11 HALL-A,PS4,Visual Novel,Playism,Sukeban Games,,,,,,,2019-05-30,2019-05-15 +/games/boxart/full_9004097AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,iOS,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 +/games/boxart/full_1380457AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,PC,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 +/games/boxart/full_2798554AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,Linux,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 +/games/boxart/full_6568344AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,And,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 +/games/boxart/full_36124AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,PC,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 +/games/boxart/full_617019AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,PS4,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 +/games/boxart/full_7422596AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,XOne,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 +/games/boxart/full_6774633AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,Linux,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 +/games/boxart/full_9609049AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,NS,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 +/games/boxart/full_1308857JapanFrontccc.jpg,Variable Barricade,PSV,Visual Novel,Idea Factory,Otomate,,,,,,,2019-04-04,2019-03-31 +/games/boxart/full_3659845AmericaFrontccc.png,Werewolf: The Apocalypse – Heart of the Forest,PC,Visual Novel,Walkabout,Different Tales,,,,,,,2020-10-13,2020-08-05 +/games/boxart/full_90253AmericaFrontccc.jpg,Wheels of Aurelia,PS4,Visual Novel,Mixedbag Srl,Santa Ragione Srl,8,,,,,,2016-10-04,2018-05-13 +/games/boxart/full_7024289AmericaFrontccc.jpg,WILL: A Wonderful World,PC,Visual Novel,AGM Playism,4D Door Games,,,,,,,2017-06-06,2018-12-17 +/games/boxart/full_92687AmericaFrontccc.jpg,WILL: A Wonderful World,PS4,Visual Novel,PM Studios,4D Door Games,,,,,,,2019-03-26,2018-12-17 +/games/boxart/full_7615819AmericaFrontccc.png,WILL: A Wonderful World,NS,Visual Novel,PM Studios,4D Door Games,,,,,,,2019-03-26,2018-12-17 +/games/boxart/full_8639221AmericaFrontccc.jpg,Witch on the Holy Night,NS,Visual Novel,Unknown,Type-Moon,,,,,,,,2023-07-05 +/games/boxart/full_7267604AmericaFrontccc.jpg,Witch on the Holy Night,PC,Visual Novel,Type-Moon,Type-Moon,,,,,,,2012-04-12,2023-07-05 +/games/boxart/full_3574287AmericaFrontccc.jpg,Witch on the Holy Night,PS4,Visual Novel,Type-Moon,Type-Moon,,,,,,,2022-12-08,2023-07-05 +/games/boxart/default.jpg,Without Within,PC,Visual Novel,InvertMouse,InvertMouse,,,,,,,2015-01-22,2018-12-25 +/games/boxart/default.jpg,Without Within 2,PC,Visual Novel,InvertMouse,InvertMouse,,,,,,,2015-11-09,2018-12-25 +/games/boxart/default.jpg,Without Within 3,PC,Visual Novel,InvertMouse,InvertMouse,,,,,,,2018-05-03,2018-12-25 +/games/boxart/full_2129671JapanFrontccc.jpg,World End Syndrome,PSV,Visual Novel,Arc System Works,Arc System Works,,,,,,,2018-04-26,2019-04-03 +/games/boxart/full_2294305JapanFrontccc.jpg,World End Syndrome,PS4,Visual Novel,Arc System Works,Arc System Works,,,,,,,2018-04-26,2019-04-03 +/games/boxart/full_2779838AmericaFrontccc.jpg,XBlaze Lost: Memories,PC,Visual Novel,Aksys Games,Arc System Works,,,,,,,2016-08-11,2019-01-28 +/games/boxart/full_8031506AmericaFrontccc.jpg,"Yoru, Tomosu",PS4,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2020-07-30,2020-05-09 +/games/boxart/full_6553045AmericaFrontccc.jpg,"Yoru, Tomosu",NS,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2020-07-30,2020-05-09 +/games/boxart/full_6012940JapanFrontccc.png,Yunohana SpRING! ~Mellow Times~,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-02-28,2019-02-24 +/games/boxart/default.jpg,Yurukill: The Calumniation Games,PS4,Visual Novel,Unknown,G.rev Ltd.,,,,,,,,2023-09-29 diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts new file mode 100644 index 0000000000..dce6dc7640 --- /dev/null +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -0,0 +1,187 @@ +import * as cdk from 'aws-cdk-lib'; +import {Construct} from 'constructs'; +import {Bucket} from "aws-cdk-lib/aws-s3"; +import {BucketDeployment, Source} from "aws-cdk-lib/aws-s3-deployment"; +import {aws_s3} from "aws-cdk-lib"; +import {CfnDataSet, CfnDataSource, CfnTemplate} from "aws-cdk-lib/aws-quicksight"; +import {CfnManagedPolicy} from "aws-cdk-lib/aws-iam"; +import {readFileSync} from "node:fs"; + +export class QuicksightExampleStack extends cdk.Stack { + public static MANIFEST_KEY = + 'manifests/manifest.json'; + + constructor(scope: Construct, id: string, props?: cdk.StackProps) { + super(scope, id, props); + + const bucketName = 'example-bucket'; + const accountQuicksight = "arn:aws:quicksight:::user//"; // replace with your own values here + + // Set up a bucket + const bucket = new aws_s3.Bucket(this, bucketName, { + accessControl: aws_s3.BucketAccessControl.BUCKET_OWNER_FULL_CONTROL, + encryption: aws_s3.BucketEncryption.S3_MANAGED, + blockPublicAccess: aws_s3.BlockPublicAccess.BLOCK_ALL + }); + + const qs_data_source_permissions : CfnTemplate.ResourcePermissionProperty[] = [ + { + principal: accountQuicksight, + actions: [ + "quicksight:DescribeDataSource", + "quicksight:DescribeDataSourcePermissions", + "quicksight:PassDataSource", + "quicksight:UpdateDataSource" + ], + } + ]; + + const qs_dataset_permissions : CfnTemplate.ResourcePermissionProperty[] = [ + { + principal: accountQuicksight, + actions: [ + "quicksight:DescribeDataSet", + "quicksight:DescribeDataSetPermissions", + "quicksight:PassDataSet", + "quicksight:DescribeIngestion", + "quicksight:ListIngestions", + "quicksight:UpdateDataSet", + "quicksight:DeleteDataSet", + "quicksight:CreateIngestion", + "quicksight:CancelIngestion", + "quicksight:UpdateDataSetPermissions" + ] + } + ]; + + const deployment = this.deployToBucket(bucket); + const quicksightServiceRole = "aws-quicksight-service-role-v0"; // initial quicksight role + const managedpolicy = this.createManagedPolicyForQuicksight('quicksightexamplepolicy', 'quicksightexamplepolicy', bucket.bucketName, [quicksightServiceRole]); + + const qs_s3_datasource_name = "s3datasourceexample"; + const qs_s3_datasource = this.createDataSourceS3Type('S3DataSource', qs_s3_datasource_name, bucket.bucketName, QuicksightExampleStack.MANIFEST_KEY, qs_data_source_permissions); + qs_s3_datasource.node.addDependency(deployment); + qs_s3_datasource.node.addDependency(managedpolicy); + const physicalColumns = readFileSync('physical-columns.json', 'utf-8'); + const physicalColumnsJson = JSON.parse(physicalColumns); + + const physical_table_columns = physicalColumnsJson["Internal"]; + const qs_s3_dataset_physical_tables_properties : CfnDataSet.PhysicalTableProperty = this.createS3PhysicalTableProperties(qs_s3_datasource.attrArn, physical_table_columns); + this.createDataset('quicksightexampleDataset', 'quicksightexampleDataset', 'SPICE', {[qs_s3_datasource_name]: qs_s3_dataset_physical_tables_properties}, qs_dataset_permissions); + } + + public deployToBucket(bucket: Bucket): BucketDeployment { + const manifest = QuicksightExampleStack.createS3Manifest( + bucket.bucketName + ); + // turn manifest JSON and s3 key into source object + const sourceInternal = Source.jsonData( + QuicksightExampleStack.MANIFEST_KEY, + manifest + ); + // deploy them + return new BucketDeployment(this, 'Bucketdeployment', { + sources: [sourceInternal, Source.asset('./data')], + destinationBucket: bucket, + }); + } + + // Creates a very simple manifest JSON for the QuickSight S3 data source. + public static createS3Manifest(s3BucketName: string): object { + return { + fileLocations: [ + { + URIPrefixes: [`s3://${s3BucketName}`] + }, + ], + globalUploadSettings: { + format: 'CSV', + delimiter: ',', + } + }; + } + + createManagedPolicyForQuicksight(idManagedPolicy: string, namePolicy: string, bucketName: string, roles_quicksight: string[]): CfnManagedPolicy { + return new CfnManagedPolicy( + this, + idManagedPolicy, + { + managedPolicyName: namePolicy, + policyDocument: { + "Statement": [ + { + "Effect": "Allow", + "Action": ["s3:ListAllMyBuckets"], + "Resource": ["arn:aws:s3:::*"] + }, + { + "Effect": "Allow", + "Action": ["s3:*"], + "Resource": [ + `arn:aws:s3:::${bucketName}`, + `arn:aws:s3:::${bucketName}/*` + ] + } + ], + "Version": "2012-10-17" + }, + roles: roles_quicksight + } + ); + } + + createDataSourceS3Type(idDataSource: string, nameSource: string, bucketName: string, manifestKey: string, data_source_permissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSource { + return new CfnDataSource( + this, + idDataSource, + { + awsAccountId: this.account, + dataSourceId: nameSource, + name: nameSource, + dataSourceParameters: { + s3Parameters: { + manifestFileLocation: { + bucket: bucketName, + key: manifestKey + } + } + }, + type: 'S3', + sslProperties: { + disableSsl: false + }, + permissions: data_source_permissions + } + ) + } + + createDataset(idDataset: string, datasetName: string, importMode: string, physical_table: Record, datasetPermissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSet { + return new CfnDataSet( + this, + idDataset, + { + awsAccountId: this.account, + physicalTableMap: physical_table, + name: datasetName, + dataSetId: datasetName, + permissions: datasetPermissions, + importMode: importMode + } + ); + } + + createS3PhysicalTableProperties(arnDataSourceCreated: string, inputColumns: CfnDataSet.InputColumnProperty[]) : CfnDataSet.PhysicalTableProperty{ + return { + s3Source: { + dataSourceArn: arnDataSourceCreated, + inputColumns: inputColumns, + uploadSettings: { + format: 'CSV', + delimiter: ',', + containsHeader: true + } + } + } + } + +} diff --git a/typescript/quicksight/package.json b/typescript/quicksight/package.json new file mode 100644 index 0000000000..3fbdd5074f --- /dev/null +++ b/typescript/quicksight/package.json @@ -0,0 +1,27 @@ +{ + "name": "quicksight-example", + "version": "0.1.0", + "bin": { + "quicksight-example": "bin/quicksight-example.js" + }, + "scripts": { + "build": "tsc", + "watch": "tsc -w", + "test": "jest", + "cdk": "cdk" + }, + "devDependencies": { + "@types/jest": "^29.5.12", + "@types/node": "20.14.9", + "jest": "^29.7.0", + "ts-jest": "^29.1.5", + "aws-cdk": "2.156.0", + "ts-node": "^10.9.2", + "typescript": "~5.5.3" + }, + "dependencies": { + "aws-cdk-lib": "2.156.0", + "constructs": "^10.0.0", + "source-map-support": "^0.5.21" + } +} \ No newline at end of file diff --git a/typescript/quicksight/physical-columns.json b/typescript/quicksight/physical-columns.json new file mode 100644 index 0000000000..ed238c5c5f --- /dev/null +++ b/typescript/quicksight/physical-columns.json @@ -0,0 +1,8 @@ +{ + "Internal": [ + { "name": "timestamps", "type": "STRING"}, + { "name": "Service", "type": "STRING"}, + { "name": "Response", "type": "STRING"}, + { "name": "Length", "type": "STRING"} + ] +} diff --git a/typescript/quicksight/tsconfig.json b/typescript/quicksight/tsconfig.json new file mode 100644 index 0000000000..aaa7dc510f --- /dev/null +++ b/typescript/quicksight/tsconfig.json @@ -0,0 +1,31 @@ +{ + "compilerOptions": { + "target": "ES2020", + "module": "commonjs", + "lib": [ + "es2020", + "dom" + ], + "declaration": true, + "strict": true, + "noImplicitAny": true, + "strictNullChecks": true, + "noImplicitThis": true, + "alwaysStrict": true, + "noUnusedLocals": false, + "noUnusedParameters": false, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": false, + "inlineSourceMap": true, + "inlineSources": true, + "experimentalDecorators": true, + "strictPropertyInitialization": false, + "typeRoots": [ + "./node_modules/@types" + ] + }, + "exclude": [ + "node_modules", + "cdk.out" + ] +} From cbb0282be820ff3bd8d162d18111c9c3be641363 Mon Sep 17 00:00:00 2001 From: SGhotra1 <73190872+SGhotra1@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:19:32 +0200 Subject: [PATCH 02/16] Used world population data, created logical columns, refactored naming of variables --- typescript/quicksight/README.md | 3 + typescript/quicksight/data/vgchartz-2024.csv | 64017 ---------------- .../quicksight/data/world-population-data.csv | 271 + .../lib/quicksight-example-stack.ts | 64 +- typescript/quicksight/logical-columns.json | 388 + typescript/quicksight/physical-columns.json | 72 +- 6 files changed, 773 insertions(+), 64042 deletions(-) delete mode 100644 typescript/quicksight/data/vgchartz-2024.csv create mode 100644 typescript/quicksight/data/world-population-data.csv create mode 100644 typescript/quicksight/logical-columns.json diff --git a/typescript/quicksight/README.md b/typescript/quicksight/README.md index 9315fe5b9f..6e3f6e71a3 100644 --- a/typescript/quicksight/README.md +++ b/typescript/quicksight/README.md @@ -12,3 +12,6 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. * `npx cdk deploy` deploy this stack to your default AWS account/region * `npx cdk diff` compare deployed stack with current state * `npx cdk synth` emits the synthesized CloudFormation template + +Data taken from https://data.worldbank.org/indicator/SP.POP.TOTL +License: CC BY-4.0 diff --git a/typescript/quicksight/data/vgchartz-2024.csv b/typescript/quicksight/data/vgchartz-2024.csv deleted file mode 100644 index eefd3014cc..0000000000 --- a/typescript/quicksight/data/vgchartz-2024.csv +++ /dev/null @@ -1,64017 +0,0 @@ -img,title,console,genre,publisher,developer,critic_score,total_sales,na_sales,jp_sales,pal_sales,other_sales,release_date,last_update -/games/boxart/full_6510540AmericaFrontccc.jpg,Grand Theft Auto V,PS3,Action,Rockstar Games,Rockstar North,9.4,20.32,6.37,0.99,9.85,3.12,2013-09-17, -/games/boxart/full_5563178AmericaFrontccc.jpg,Grand Theft Auto V,PS4,Action,Rockstar Games,Rockstar North,9.7,19.39,6.06,0.6,9.71,3.02,2014-11-18,2018-01-03 -/games/boxart/827563ccc.jpg,Grand Theft Auto: Vice City,PS2,Action,Rockstar Games,Rockstar North,9.6,16.15,8.41,0.47,5.49,1.78,2002-10-28, -/games/boxart/full_9218923AmericaFrontccc.jpg,Grand Theft Auto V,X360,Action,Rockstar Games,Rockstar North,,15.86,9.06,0.06,5.33,1.42,2013-09-17, -/games/boxart/full_4990510AmericaFrontccc.jpg,Call of Duty: Black Ops 3,PS4,Shooter,Activision,Treyarch,8.1,15.09,6.18,0.41,6.05,2.44,2015-11-06,2018-01-14 -/games/boxart/full_call-of-duty-modern-warfare-3_517AmericaFront.jpg,Call of Duty: Modern Warfare 3,X360,Shooter,Activision,Infinity Ward,8.7,14.82,9.07,0.13,4.29,1.33,2011-11-08, -/games/boxart/full_call-of-duty-black-ops_5AmericaFront.jpg,Call of Duty: Black Ops,X360,Shooter,Activision,Treyarch,8.8,14.74,9.76,0.11,3.73,1.14,2010-11-09, -/games/boxart/full_4653215AmericaFrontccc.jpg,Red Dead Redemption 2,PS4,Action-Adventure,Rockstar Games,Rockstar Games,9.8,13.94,5.26,0.21,6.21,2.26,2018-10-26,2018-11-02 -/games/boxart/full_1977964AmericaFrontccc.jpg,Call of Duty: Black Ops II,X360,Shooter,Activision,Treyarch,8.4,13.86,8.27,0.07,4.32,1.2,2012-11-13,2018-04-07 -/games/boxart/full_4649679AmericaFrontccc.png,Call of Duty: Black Ops II,PS3,Shooter,Activision,Treyarch,8,13.8,4.99,0.65,5.88,2.28,2012-11-13,2018-04-07 -/games/boxart/full_809251AmericaFrontccc.jpg,Call of Duty: Modern Warfare 2,X360,Shooter,Activision,Infinity Ward,9.5,13.53,8.54,0.08,3.63,1.28,2009-11-10, -/games/boxart/full_4380292AmericaFrontccc.jpg,Call of Duty: WWII,PS4,Shooter,Activision,Sledgehammer Games,8.1,13.4,4.67,0.4,6.21,2.12,2017-11-03,2017-12-31 -/games/boxart/full_call-of-duty-modern-warfare-3_278AmericaFront.jpg,Call of Duty: Modern Warfare 3,PS3,Shooter,Activision,Infinity Ward,8.8,13.35,5.54,0.49,5.78,1.54,2011-11-08, -/games/boxart/3570928ccc.jpg,Grand Theft Auto III,PS2,Action,Rockstar Games,DMA Design,9.5,13.1,6.99,0.3,4.51,1.3,2001-10-23, -/games/boxart/full_call-of-duty-black-ops_3AmericaFront.jpg,Call of Duty: Black Ops,PS3,Shooter,Activision,Treyarch,8.7,12.67,6.01,0.48,4.4,1.78,2010-11-09, -/games/boxart/full_5257064AmericaFrontccc.jpg,FIFA 18,PS4,Sports,EA Sports,EA Vancouver,8.3,11.8,1.27,0.15,8.64,1.73,2017-09-29,2018-04-02 -/games/boxart/full_1182151AmericaFrontccc.jpg,Grand Theft Auto IV,X360,Action,Rockstar Games,Rockstar North,10,11.09,6.8,0.14,3.11,1.04,2008-04-29, -/games/boxart/full_7661370AmericaFrontccc.jpg,FIFA 17,PS4,Sports,Electronic Arts,EA Canada,8.9,10.94,1.26,0.12,7.95,1.61,2016-09-27,2018-03-28 -/games/boxart/full_call-of-duty-modern-warfare-2_1AmericaFront.jpg,Call of Duty: Modern Warfare 2,PS3,Shooter,Activision,Infinity Ward,9.5,10.61,4.99,0.38,3.66,1.59,2009-11-10, -/games/boxart/full_1729769AmericaFrontccc.jpg,Grand Theft Auto IV,PS3,Action,Rockstar Games,Rockstar North,10,10.57,4.79,0.44,3.73,1.62,2008-04-29, -/games/boxart/full_8522439AmericaFrontccc.jpg,Call of Duty: Ghosts,X360,Shooter,Activision,Infinity Ward,6.9,10.41,6.76,0.04,2.64,0.98,2013-11-05,2018-03-21 -/games/boxart/full_3698558AmericaFrontccc.jpg,Call of Duty: Ghosts,PS3,Shooter,Activision,Infinity Ward,7.5,10.13,4.11,0.39,4.01,1.62,2013-11-05,2018-03-21 -/games/boxart/full_halo-reach_6AmericaFront.jpg,Halo: Reach,X360,Shooter,Microsoft Game Studios,Bungie,9.3,9.97,7.08,0.08,2.01,0.8,2010-09-14,2018-10-11 -/games/boxart/full_2236292AmericaFrontccc.png,Halo 4,X360,Shooter,Microsoft Studios,343 Industries,,9.96,6.72,0.04,2.36,0.83,2012-11-06, -/games/boxart/full_4481633AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,X360,Shooter,Activision,Infinity Ward,9.6,9.41,5.98,0.13,2.39,0.91,2007-11-05, -/games/boxart/full_6532460AmericaFrontccc.jpg,Call of Duty: Black Ops IIII,PS4,Shooter,Activision,Treyarch,,9.32,4.05,0.5,3.28,1.49,2018-10-12,2018-11-07 -/games/boxart/full_5970958AmericaFrontccc.jpg,FIFA 19,PS4,Sports,Electronic Arts,EA Sports,,9.15,0.84,0.1,6.87,1.34,2018-09-28,2018-09-12 -/games/boxart/full_the-elder-scrolls-v-skyrim_554AmericaFront.jpg,The Elder Scrolls V: Skyrim,X360,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9.3,8.88,5.1,0.1,2.83,0.85,2011-11-11,2018-04-01 -/games/boxart/full_8047513AmericaFrontccc.jpg,Grand Theft Auto V,XOne,Action,Rockstar Games,Rockstar North,9,8.72,4.7,0.01,3.25,0.76,2014-11-18,2018-04-11 -/games/boxart/full_5706058AmericaFrontccc.jpg,Call of Duty: Infinite Warfare,PS4,Shooter,Activision,Infinity Ward,7.9,8.48,3.11,0.19,3.83,1.36,2016-11-04,2018-01-14 -/games/boxart/full_2507140AmericaFrontccc.jpg,Fallout 4,PS4,Role-Playing,Bethesda Softworks,Bethesda Game Studios,8.6,8.48,2.91,0.27,3.97,1.34,2015-11-10,2018-03-24 -/games/boxart/full_862315AmericaFrontccc.jpg,FIFA 16,PS4,Sports,EA Sports,EA Canada,8.5,8.22,1.15,0.07,5.77,1.23,2015-09-22,2018-04-01 -/games/boxart/full_4873252AmericaFrontccc.jpg,Star Wars Battlefront (2015),PS4,Shooter,Electronic Arts,EA DICE,7.1,8.03,3.31,0.23,3.19,1.3,2015-11-17,2018-03-24 -/games/boxart/full_5731689AmericaFrontccc.jpg,FIFA 13,PS3,Sports,EA Sports,EA Canada,,8.01,1.07,0.13,5.13,1.68,2012-09-25,2018-04-06 -/games/boxart/full_7487992AmericaFrontccc.jpg,The Sims 3,PC,Simulation,Electronic Arts,EA Redwood Shores,8.5,7.96,1.01,,6.46,0.5,2009-06-02, -/games/boxart/1340019ccc.jpg,Grand Theft Auto: Liberty City Stories,PSP,Action,Rockstar Games,Rockstar Leeds,8.8,7.72,2.9,0.24,2.83,1.74,2005-10-25, -/games/boxart/full_514368AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,PS4,Shooter,Activision,Sledgehammer Games,8.5,7.53,2.84,0.14,3.34,1.22,2014-11-04,2018-01-04 -/games/boxart/full_3557116AmericaFrontccc.jpg,Call of Duty: World at War,X360,Shooter,Activision,Treyarch,8.5,7.5,4.88,,1.91,0.71,2008-11-10, -/games/boxart/full_8414457AmericaFrontccc.jpg,Call of Duty: Black Ops 3,XOne,Shooter,Activision,Treyarch,,7.37,4.63,0.02,2.04,0.68,2015-11-06,2018-01-14 -/games/boxart/full_battlefield-3_439AmericaFront.jpg,Battlefield 3,X360,Shooter,Electronic Arts,Dice,8.5,7.35,4.47,0.06,2.12,0.69,2011-10-25, -/games/boxart/full_9032449AmericaFrontccc.png,Battlefield 1,PS4,Shooter,Electronic Arts,EA DICE,9.1,7.26,2.2,0.29,3.65,1.12,2016-10-21,2018-03-24 -/games/boxart/full_battlefield-3_278AmericaFront.jpg,Battlefield 3,PS3,Shooter,Electronic Arts,Dice,8.5,7.21,2.86,0.35,2.94,1.07,2011-10-25, -/games/boxart/9040231ccc.jpg,Need for Speed Underground,PS2,Racing,Electronic Arts,EA Black Box,8.6,7.2,3.27,0.08,2.83,1.02,2003-11-17, -/games/boxart/full_868897AmericaFrontccc.jpg,Need for Speed Underground 2,PS2,Racing,Electronic Arts,EA Black Box,8.3,6.9,2.71,0.08,3.02,1.09,2004-11-15, -/games/boxart/full_9463304AmericaFrontccc.jpg,Just Dance 4,Wii,Music,Ubisoft,Ubisoft,,6.89,4.05,,2.21,0.62,2012-10-09,2018-01-31 -/games/boxart/7583871ccc.jpg,Medal of Honor: Frontline,PS2,Shooter,Electronic Arts,EA Los Angeles,9,6.83,2.93,0.17,2.75,0.99,2002-05-28, -/games/boxart/full_2350454AmericaFrontccc.jpg,Uncharted 2: Among Thieves,PS3,Action,Sony Computer Entertainment,Naughty Dog,9.5,6.74,3.28,0.21,2.22,1.02,2009-10-13, -/games/boxart/full_75346AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,PS3,Shooter,Activision,Infinity Ward,9.5,6.72,3.13,0.28,2.27,1.04,2007-11-05, -/games/boxart/full_fifa-soccer-12_475AmericaFront.jpg,FIFA Soccer 12,PS3,Sports,EA Sports,EA Canada,9.2,6.65,0.84,0.11,4.33,1.37,2011-09-27, -/games/boxart/full_6002851AmericaFrontccc.jpeg,FIFA 14,PS3,Sports,EA Sports,EA Canada,,6.61,0.79,0.07,4.77,0.98,2013-09-24,2018-09-15 -/games/boxart/full_7375558AmericaFrontccc.jpg,Red Dead Redemption,PS3,Action,Rockstar Games,Rockstar San Diego,9.5,6.57,2.82,0.17,2.58,1,2011-10-11, -/games/boxart/full_2634795AmericaFrontccc.jpg,Red Dead Redemption,X360,Action,Rockstar Games,Rockstar San Diego,9.5,6.5,3.77,0.09,2.03,0.6,2010-05-18, -/games/boxart/full_7776699AmericaFrontccc.jpeg,Assassin's Creed III,PS3,Action-Adventure,Ubisoft,Ubisoft Montreal,8.8,6.5,2.65,0.16,2.61,1.08,2012-10-30,2018-04-12 -/games/boxart/full_the-elder-scrolls-v-skyrim_425AmericaFront.jpg,The Elder Scrolls V: Skyrim,PS3,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,6.49,2.57,0.25,2.68,0.99,2011-11-11,2018-04-01 -/games/boxart/full_6776646AmericaFrontccc.jpg,Minecraft,PS4,Misc,Sony Computer Entertainment,Mojang,9.4,6.33,1.89,0.35,3.13,0.96,2014-10-07,2018-09-14 -/games/boxart/full_189344AmericaFrontccc.jpg,FIFA 15,PS4,Sports,EA Sports,EA Canada,8.1,6.32,0.83,0.05,4.49,0.94,2014-09-23,2018-03-23 -/games/boxart/7411582ccc.jpg,Driver,PS,Action,GT Interactive,Reflections Interactive,8.5,6.27,3.11,0.02,2.8,0.33,1999-06-30, -/games/boxart/full_9289123AmericaFrontccc.jpg,Call of Duty: WWII,XOne,Shooter,Activision,Sledgehammer Games,,6.23,3.75,,1.91,0.57,2017-11-03,2017-12-30 -/games/boxart/full_6168598AmericaFrontccc.jpg,Minecraft,PS3,Misc,Sony Computer Entertainment America,Mojang,,6.05,2.21,,2.86,0.99,2014-05-16,2018-08-05 -/games/boxart/full_1425733AmericaFrontccc.jpg,Red Dead Redemption 2,XOne,Action-Adventure,Rockstar Games,Rockstar Games,,5.77,3.76,,1.47,0.54,2018-10-26,2018-11-02 -/games/boxart/full_6703728AmericaFrontccc.jpg,Destiny,PS4,Shooter,Activision,Bungie,,5.76,2.53,0.16,2.13,0.94,2014-09-09,2018-01-12 -/games/boxart/full_tekken-2_616AmericaFront.jpg,Tekken 2,PS,Fighting,Namco,Namco,9.1,5.74,2.26,1.36,1.89,0.23,1996-08-25, -/games/boxart/full_2958031AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,Wii,Action,LucasArts,Traveller's Tales,8,5.66,3.57,,1.57,0.52,2007-11-06, -/games/boxart/full_4805635AmericaFrontccc.jpg,Cooking Mama,DS,Simulation,Majesco,Office Create,6.6,5.66,3.09,0.07,1.92,0.58,2006-09-12, -/games/boxart/full_5252150AmericaFrontccc.jpg,Assassin's Creed II,PS3,Action,Ubisoft,Ubisoft Montreal,9,5.57,2.54,0.21,1.95,0.86,2009-11-17,2018-01-03 -/games/boxart/full_7562642AmericaFrontccc.jpg,Assassin's Creed,X360,Action,Ubisoft,Ubisoft Montreal,8.2,5.55,3.28,0.07,1.64,0.56,2007-11-13, -/games/boxart/full_batman-arkham-city_591AmericaFront.jpg,Batman: Arkham City,PS3,Action,Warner Bros. Interactive,Rocksteady Studios,9.6,5.54,2.72,0.11,1.89,0.82,2011-10-18, -/games/boxart/full_forza-motorsport-3_9AmericaFront.jpg,Forza Motorsport 3,X360,Racing,Microsoft Game Studios,Turn 10 Studios,9.2,5.5,2.99,0.1,1.9,0.51,2009-10-27, -/games/boxart/full_4070815AmericaFrontccc.jpg,Call of Duty: World at War,PS3,Shooter,Activision,Treyarch,8.4,5.43,2.75,,1.84,0.84,2008-11-10, -/games/boxart/full_6418584AmericaFrontccc.jpg,Minecraft,XOne,Misc,Microsoft Studios,Mojang,,5.43,3.23,,1.71,0.49,2014-11-18,2018-09-14 -/games/boxart/9261584ccc.jpg,Crash Bandicoot: The Wrath of Cortex,PS2,Platform,Universal Interactive,Traveller's Tales,6.9,5.42,2.07,0.24,2.29,0.82,2001-10-29, -/games/boxart/full_282357AmericaFrontccc.jpg,Final Fantasy XIII,PS3,Role-Playing,Square Enix,Square Enix,8,5.35,1.75,1.87,1.23,0.51,2010-03-09, -/games/boxart/full_7723506AmericaFrontccc.jpg,Assassin's Creed III,X360,Action-Adventure,Ubisoft,Ubisoft Montreal,,5.31,3.13,0.03,1.71,0.45,2012-10-30,2018-02-07 -/games/boxart/full_8353337AmericaFrontccc.jpg,Assassin's Creed II,X360,Action,Ubisoft,Ubisoft Montreal,9.1,5.3,3.14,0.08,1.55,0.52,2009-11-17, -/games/boxart/3330776ccc.jpg,Tomb Raider II,PS,Adventure,Eidos Interactive,Core Design Ltd.,7.6,5.24,2.3,0.2,2.46,0.28,1997-10-31, -/games/boxart/1473680ccc.jpg,Madden NFL 2004,PS2,Sports,EA Sports,EA Tiburon,9.5,5.23,4.26,0.01,0.26,0.71,2003-08-12, -/games/boxart/full_6401955AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,XOne,Shooter,Activision,Sledgehammer Games,8.3,5.22,3.25,0.01,1.49,0.48,2014-11-04,2018-01-01 -/games/boxart/255122ccc.jpg,Medal of Honor: Rising Sun,PS2,Shooter,Electronic Arts,EA Los Angeles,5.9,5.13,1.98,0.13,2.23,0.8,2003-11-11, -/games/boxart/full_601699AmericaFrontccc.png,Battlefield 1,XOne,Shooter,Electronic Arts,EA DICE,9.3,5.13,3.37,0.02,1.26,0.48,2016-10-21,2018-03-24 -/games/boxart/2419814ccc.jpg,Microsoft Flight Simulator,PC,Simulation,Microsoft,Microsoft,7,5.12,3.22,,1.69,0.2,1996-10-31, -/games/boxart/full_2486879AmericaFrontccc.jpg,Guitar Hero II,PS2,Misc,RedOctane,Harmonix Music Systems,9.2,5.12,3.81,,0.63,0.68,2006-11-07, -/games/boxart/full_6831972AmericaFrontccc.jpg,FIFA 13,X360,Sports,EA Sports,EA Canada,,5.11,1.1,0.03,3.49,0.5,2012-09-25,2018-04-06 -/games/boxart/full_557605AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,DS,Sports,Sega,Sega,7,5.1,1.63,0.44,2.46,0.57,2008-01-22, -/games/boxart/full_fable-iii_9AmericaFront.jpg,Fable III,X360,Role-Playing,Microsoft Game Studios,Lionhead Studios,7.8,5.1,3.59,0.05,1.09,0.37,2010-10-26, -/games/boxart/full_989928AmericaFrontccc.jpg,Resident Evil 5,PS3,Action,Capcom,Capcom,8.6,5.1,1.96,1.08,1.42,0.64,2009-03-13, -/games/boxart/full_fifa-soccer-11_6AmericaFront.jpg,FIFA Soccer 11,PS3,Sports,EA Sports,EA Canada,8.7,5.08,0.61,0.06,3.28,1.12,2010-09-28, -/games/boxart/full_1162504AmericaFrontccc.jpg,Grand Theft Auto: Vice City Stories,PSP,Action,Rockstar Games,Rockstar Leeds,8.4,5.08,1.7,0.16,2.03,1.19,2006-10-31, -/games/boxart/full_1882754JapanFrontccc.jpg,Final Fantasy XV,PS4,Role-Playing,Square Enix,Square Enix,8.1,5.07,1.81,1.05,1.53,0.68,2016-11-29,2018-05-04 -/games/boxart/full_4876777AmericaFrontccc.jpg,Fallout 4,XOne,Role-Playing,Bethesda Softworks,Bethesda Game Studios,8.4,5.03,2.94,0.02,1.62,0.45,2015-11-10,2018-03-24 -/games/boxart/full_7000850AmericaFrontccc.jpg,Tony Hawk's Pro Skater,PS,Sports,Activision,Neversoft Entertainment,9.6,5.02,3.42,0.02,1.38,0.2,1999-08-31, -/games/boxart/full_6348663AmericaFrontccc.jpg,Warzone 2100,PS,Strategy,Eidos Interactive,Pumpkin Studios,,5.01,2.79,,1.89,0.33,1999-05-31, -/games/boxart/full_5372169AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,PS2,Misc,RedOctane,BudCat Creations,8.2,4.98,3.49,0.01,0.01,1.48,2007-10-28, -/games/boxart/full_7863698AmericaFrontccc.jpg,Uncharted: Drake's Fortune,PS3,Action,Sony Computer Entertainment,Naughty Dog,8.7,4.97,2.32,0.12,1.73,0.8,2007-11-16, -/games/boxart/full_6847566AmericaFrontccc.jpg,Fallout 3,X360,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,4.96,3.41,0.09,0.99,0.46,2008-10-28, -/games/boxart/full_727567AmericaFrontccc.jpg,Madden NFL 06,PS2,Sports,EA Sports,EA Tiburon,9.1,4.91,3.98,0.01,0.26,0.66,2005-08-08, -/games/boxart/full_1714505AmericaFrontccc.jpg,Call of Duty: Black Ops IIII,XOne,Shooter,Activision,Treyarch,,4.85,3.27,,1.12,0.46,2018-10-12,2018-11-07 -/games/boxart/full_2363378AmericaFrontccc.jpg,Assassin's Creed,PS3,Action,Ubisoft,Ubisoft Montreal,8.2,4.83,1.91,0.09,2.01,0.82,2007-11-13, -/games/boxart/full_2372411AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,PS4,Platform,Activision,Vicarious Visions,,4.83,1.09,0.07,2.92,0.74,2017-06-30,2018-09-23 -/games/boxart/full_8795174AmericaFrontccc.jpg,Call of Duty: Infinite Warfare,XOne,Shooter,Activision,Infinity Ward,,4.79,2.91,,1.44,0.44,2016-11-04,2018-03-24 -/games/boxart/full_1178878AmericaFrontccc.jpg,Crash Team Racing,PS,Racing,Sony Computer Entertainment,Naughty Dog,9.2,4.79,2.57,0.44,1.57,0.21,1999-09-30, -/games/boxart/full_5884504AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,DS,Action,LucasArts,Traveller's Tales,7.8,4.77,2.83,,1.49,0.45,2007-11-06, -/games/boxart/full_batman-arkham-city_302AmericaFront.jpg,Batman: Arkham City,X360,Action,Warner Bros. Interactive,Rocksteady Studios,9.5,4.75,2.99,0.04,1.28,0.44,2011-10-18, -/games/boxart/full_6536899AmericaFrontccc.jpg,Driver 2,PS,Action,Atari,Reflections Interactive,7,4.73,2.36,0.02,2.1,0.25,2000-11-13, -/games/boxart/7115362ccc.jpg,The Simpsons: Hit & Run,PS2,Racing,VU Games,Radical Entertainment,7.7,4.7,1.73,,2.19,0.79,2003-09-16, -/games/boxart/1600356ccc.jpg,Tony Hawk's Pro Skater 2,PS,Sports,Activision,Neversoft Entertainment,9.3,4.68,3.05,0.02,1.41,0.2,2000-09-20, -/games/boxart/8307809ccc.jpg,The Lord of the Rings: The Two Towers,PS2,Action,Electronic Arts,Stormfront Studios,8.3,4.67,1.94,0.08,1.95,0.7,2002-10-21, -/games/boxart/8585565ccc.jpg,Tomb Raider,PS,Action,Eidos Interactive,Core Design Ltd.,8.9,4.63,2.29,0.13,1.97,0.24,1996-11-14, -/games/boxart/full_forza-motorsport-4_905AmericaFront.jpg,Forza Motorsport 4,X360,Racing,Microsoft Studios,Turn 10 Studio,9.1,4.6,2.08,0.06,1.98,0.49,2011-10-11, -/games/boxart/full_2081446AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,Wii,Misc,RedOctane,Vicarious Visions,8.6,4.6,3.04,0,1.12,0.44,2007-10-28, -/games/boxart/full_2431298AmericaFrontccc.jpg,FIFA 15,PS3,Sports,EA Sports,EA Canada,6.9,4.56,0.59,0.04,3.25,0.68,2014-09-23,2018-03-23 -/games/boxart/full_1173134AmericaFrontccc.jpg,Mario & Sonic at the Olympic Winter Games,Wii,Sports,Sega,Sega,6.8,4.54,1.87,0.22,1.97,0.48,2009-10-13, -/games/boxart/full_8847041AmericaFrontccc.jpg,Overwatch,PS4,Shooter,Blizzard Entertainment,Blizzard Entertainment,8.8,4.54,1.84,0.17,1.8,0.73,2016-05-24,2018-03-24 -/games/boxart/full_3667121PALFrontccc.jpg,Guitar Hero III: Legends of Rock,X360,Misc,RedOctane,Neversoft,8.7,4.53,3.19,0.01,0.91,0.42,2007-10-28, -/games/boxart/full_4032018AmericaFrontccc.jpg,Star Wars Battlefront II (2017),PS4,Shooter,Electronic Arts,EA DICE,,4.53,1.7,0.12,1.99,0.73,2017-11-17,2017-12-29 -/games/boxart/4564394ccc.jpg,Madden NFL 2005,PS2,Sports,EA Sports,EA Tiburon,9.5,4.53,4.18,0.01,0.26,0.08,2004-08-09, -/games/boxart/full_9484527AmericaFrontccc.jpg,Spider-Man: The Movie,PS2,Action,Activision,Treyarch,8.2,4.48,2.71,0.03,1.51,0.23,2002-04-15, -/games/boxart/9008679ccc.jpg,The Elder Scrolls IV: Oblivion,X360,Role-Playing,Take-Two Interactive,Bethesda Softworks,9.2,4.47,2.89,0.13,1.03,0.41,2009-07-07, -/games/boxart/7125264ccc.jpg,Tony Hawk's Pro Skater 3,PS2,Sports,Activision,Neversoft Entertainment,9.1,4.41,2.66,0.01,1.29,0.46,2001-10-28, -/games/boxart/full_2440699AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,8.8,4.39,0.1,1.05,2.39,0.86,2007-02-06, -/games/boxart/full_8077647AmericaFrontccc.jpg,Tom Clancy's The Division,PS4,Shooter,Ubisoft,Massive Entertainment,,4.37,1.49,0.16,2.04,0.69,2016-03-08,2018-05-04 -/games/boxart/full_137103AmericaFrontccc.jpg,Need for Speed: Most Wanted,PS2,Racing,Electronic Arts,EA Canada,8.6,4.37,2.03,0.08,1.79,0.47,2005-11-15, -/games/boxart/full_michael-jackson-the-experience_693AmericaFront.jpg,Michael Jackson: The Experience,Wii,Misc,Ubisoft,Ubisoft Montpellier,5.6,4.37,2.64,0.01,1.33,0.39,2010-11-23, -/games/boxart/full_2998894AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,PS4,Shooter,Ubisoft,Ubisoft Montreal,,4.36,1.29,0.36,2.06,0.64,2015-12-01, -/games/boxart/full_4034633AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,X360,Shooter,Activision,High Moon Studios,9.1,4.34,2.81,0,1.13,0.41,2014-11-04,2018-01-04 -/games/boxart/full_5952592AmericaFrontccc.jpg,Watch Dogs,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,,4.32,1.4,0.11,2.13,0.68,2014-05-27,2018-03-15 -/games/boxart/8536311ccc.jpg,Asteroids,2600,Shooter,Atari,Atari,,4.31,4,,0.26,0.05,1981-01-01, -/games/boxart/full_8831048AmericaFrontccc.jpg,Batman: Arkham Asylum,PS3,Action,Eidos Interactive,Rocksteady Studios,9,4.28,2.26,0.07,1.33,0.63,2009-08-25, -/games/boxart/full_4650769AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,PS3,Shooter,Activision,High Moon Studios,9.1,4.27,1.59,0.2,1.81,0.67,2014-11-04,2018-01-04 -/games/boxart/7930398ccc.jpg,Namco Museum,GBA,Misc,Namco,Mass Media,,4.24,3,0.05,1.11,0.07,2001-06-10, -/games/boxart/full_assassins-creed-revelations_212AmericaFront.jpg,Assassin's Creed: Revelations,PS3,Action,Ubisoft,Ubisoft Montreal,8.8,4.23,1.41,0.1,2.03,0.69,2011-11-15, -/games/boxart/full_assassins-creed-revelations_328AmericaFront.jpg,Assassin's Creed: Revelations,X360,Action,Ubisoft,Ubisoft Montreal,7.9,4.22,2.28,0.04,1.47,0.44,2011-11-15, -/games/boxart/6864151ccc.jpg,FIFA Soccer 06,PS2,Sports,EA Sports,EA Canada,8.4,4.21,0.78,0.04,2.55,0.84,2005-10-04, -/games/boxart/full_4144122AmericaFrontccc.jpg,Street Fighter IV,PS3,Fighting,Capcom,Capcom / Dimps Corporation,9.3,4.19,2.04,0.59,1.05,0.52,2009-02-17, -/games/boxart/full_fifa-soccer-12_845AmericaFront.jpg,FIFA Soccer 12,X360,Sports,EA Sports,EA Canada,9.2,4.18,0.85,0.02,2.79,0.52,2011-09-27, -/games/boxart/full_9732403AmericaFrontccc.jpg,Call of Duty: Ghosts,PS4,Shooter,Activision,Infinity Ward,7.5,4.17,1.79,0.05,1.64,0.69,2013-11-15,2018-03-21 -/games/boxart/8290971ccc.jpg,Teenage Mutant Ninja Turtles,NES,Platform,Ultra Games,Konami,5.9,4.17,3.38,0.31,0.44,0.04,1989-06-01, -/games/boxart/full_8811836AmericaFrontccc.jpg,Frogger,PS,Action,Hasbro Interactive,Millenium Interactive,,4.16,3.79,,0.27,0.11,1997-09-30, -/games/boxart/full_6590731AmericaFrontccc.jpg,FIFA 14,X360,Sports,EA Sports,EA Canada,,4.15,0.94,0.01,2.92,0.29,2013-09-24,2018-09-15 -/games/boxart/full_8451662AmericaFrontccc.jpg,Star Wars Battlefront (2015),XOne,Shooter,Electronic Arts,EA DICE,6.9,4.15,2.49,0.02,1.26,0.38,2015-11-17,2018-03-24 -/games/boxart/32121ccc.jpg,Madden NFL 2003,PS2,Sports,EA Sports,EA Tiburon,9.4,4.14,3.36,0.01,0.21,0.56,2002-08-12, -/games/boxart/full_9858108AmericaFrontccc.jpg,Assassin's Creed: Unity,PS4,Action,Ubisoft,Ubisoft Montreal,,4.14,1.25,0.09,2.16,0.65,2014-11-11,2018-05-04 -/games/boxart/full_9963001AmericaFrontccc.jpg,Destiny 2,PS4,Shooter,Activision,Bungie,,4.14,1.92,0.1,1.44,0.69,2017-09-06,2018-04-20 -/games/boxart/8249133ccc.jpg,FIFA 07 Soccer,PS2,Sports,EA Sports,Team Fusion,8.4,4.11,0.71,0.03,2.48,0.89,2006-10-03, -/games/boxart/full_2497280AmericaFrontccc.jpg,Batman: Arkham Knight,PS4,Action,Warner Bros. Interactive,Rocksteady Studios,8.1,4.11,1.65,0.11,1.68,0.66,2015-06-23,2018-01-04 -/games/boxart/full_3447327AmericaFrontccc.jpg,The Sims 4,PC,Simulation,Electronic Arts,Maxis,7,4.1,1.2,,2.6,0.3,2014-09-02,2017-12-29 -/games/boxart/full_fallout-new-vegas_2AmericaFront.jpg,Fallout: New Vegas,X360,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.2,4.08,2.67,0.04,1.03,0.34,2010-10-19, -/games/boxart/full_5471499AmericaFrontccc.jpg,Carnival Games,Wii,Misc,Global Star Software,Cat Daddy Games,4.2,4.06,2.12,0.05,1.47,0.42,2007-08-28, -/games/boxart/full_914135AmericaFrontccc.jpg,Far Cry 4,PS4,Shooter,Ubisoft,Ubisoft Montreal,8.4,4.06,1.18,0.11,2.14,0.63,2014-11-18,2018-01-23 -/games/boxart/full_9947060AmericaFrontccc.jpg,Assassin's Creed Origins,PS4,Action,Ubisoft,Ubisoft Montreal,,4.06,1.22,0.11,2.11,0.63,2017-10-27,2018-01-10 -/games/boxart/6643842ccc.jpg,World Soccer Winning Eleven 9,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,8.9,4.06,0.12,0.9,2.26,0.77,2006-02-07, -/games/boxart/full_7383120AmericaFrontccc.jpg,Forza Motorsport 2,X360,Racing,Microsoft Game Studios,Turn 10 Studios,9.1,4.05,2.35,0.03,1.27,0.41,2007-05-29, -/games/boxart/full_3964599AmericaFrontccc.jpg,Namco Museum Vol.3,PS,Misc,Namco,Namco,,4.05,2.28,0.16,1.55,0.06,1997-01-31, -/games/boxart/full_8749429AmericaFrontccc.jpg,Tekken Tag Tournament,PS2,Fighting,Namco,Namco,8.7,4.05,1.68,0.51,1.51,0.35,2000-10-25, -/games/boxart/full_8108598AmericaFrontccc.jpg,Fallout 3,PS3,Role-Playing,Bethesda Softworks,Bethesda Game Studios,8.8,4,2.18,0.07,1.15,0.61,2008-10-28, -/games/boxart/full_the-elder-scrolls-v-skyrim_498AmericaFront.jpg,The Elder Scrolls V: Skyrim,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9.2,3.99,1.18,,2.25,0.56,2011-11-11,2018-04-01 -/games/boxart/full_6414423AmericaFrontccc.jpg,NBA 2K16,PS4,Sports,2K Sports,Visual Concepts,8.7,3.98,2.56,0.05,0.66,0.71,2015-09-29,2018-03-28 -/games/boxart/full_8817548AmericaFrontccc.jpg,Namco Museum: 50th Anniversary,PS2,Misc,Namco,Digital Eclipse,,3.98,2.08,,1.35,0.54,2005-08-30, -/games/boxart/full_2414906AmericaFrontccc.jpg,Far Cry 5,PS4,Action,Ubisoft,Ubisoft,7.9,3.95,1.44,0.15,1.73,0.62,2018-03-27,2018-02-28 -/games/boxart/full_8649362AmericaFrontccc.jpg,Battlefield 4,PS4,Shooter,Electronic Arts,EA DICE,8.3,3.94,1.4,0.19,1.74,0.62,2013-11-15,2018-01-09 -/games/boxart/full_270231AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,PS3,Action-Adventure,Ubisoft,Ubisoft Montreal,8.7,3.94,1.34,0.13,1.86,0.62,2013-10-29,2018-03-14 -/games/boxart/1571136ccc.jpg,Tony Hawk's Underground,PS2,Sports,Activision,Neversoft Entertainment,8.7,3.9,2.29,0.01,1.17,0.42,2003-10-27, -/games/boxart/full_9266644AmericaFrontccc.jpg,Just Dance 2014,Wii,Music,Ubisoft,Ubisoft Paris,7.4,3.89,1.91,,1.66,0.33,2013-10-08,2018-03-08 -/games/boxart/full_sports-champions_6AmericaFront.png,Sports Champions,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,7.6,3.88,2.15,0.1,1.13,0.5,2010-09-17, -/games/boxart/3345744ccc.jpg,World Soccer Winning Eleven 8 International,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,9.3,3.85,0.16,1.12,1.89,0.68,2005-02-01, -/games/boxart/1479790ccc.jpg,Namco Museum Vol.1,PS,Misc,Namco,Namco,,3.84,2.12,0.22,1.44,0.06,1996-07-31, -/games/boxart/full_9630014AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,X360,Adventure,LucasArts,Traveller's Tales,7.5,3.76,2.4,,1.01,0.36,2008-06-03, -/games/boxart/6609872ccc.jpg,The Sims: Unleashed,PC,Simulation,Electronic Arts,Maxis,7.3,3.76,2.03,,1.56,0.17,2002-09-23, -/games/boxart/full_9727386AmericaFrontccc.jpg,Ratchet & Clank: Size Matters,PSP,Platform,Sony Computer Entertainment,High Impact Games,8.5,3.75,1.4,0.1,1.4,0.86,2007-02-13, -/games/boxart/full_9060196AmericaFrontccc.jpg,FIFA 17,XOne,Sports,Electronic Arts,EA Canada,8.8,3.71,1.04,,2.4,0.27,2016-09-27,2018-03-28 -/games/boxart/3316569ccc.gif,FIFA Soccer 2005,PS2,Sports,EA Sports,EA Canada,8.4,3.7,0.58,0.04,2.48,0.59,2004-10-12, -/games/boxart/8945880ccc.jpg,Tony Hawk's Pro Skater 4,PS2,Sports,Activision,Neversoft Entertainment,9.6,3.67,2.13,0.01,1.18,0.35,2002-10-23, -/games/boxart/full_8603668AmericaFrontccc.jpg,MySims,DS,Simulation,Electronic Arts,EA Redwood Shores,6.7,3.66,1.58,0.08,1.6,0.4,2007-09-18, -/games/boxart/full_8576972AmericaFrontccc.jpg,Midnight Club 3: DUB Edition,PSP,Racing,Rockstar Games,Rockstar Leeds,7.2,3.66,1.65,,1.22,0.79,2005-06-27, -/games/boxart/full_7967734AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,8,3.65,2.53,0.06,0.81,0.24,2002-08-27, -/games/boxart/full_5853156AmericaFrontccc.jpg,Battlefield 4,PS3,Shooter,Electronic Arts,EA DICE,8.7,3.64,1.31,0.27,1.5,0.55,2013-10-29,2018-01-04 -/games/boxart/full_971930AmericaFrontccc.jpg,Jak and Daxter: The Precursor Legacy,PS2,Platform,Sony Computer Entertainment,Naughty Dog,9,3.64,2.08,0.15,1.09,0.33,2001-12-04, -/games/boxart/560317ccc.jpg,Pro Evolution Soccer 2008,PS2,Sports,Konami,Konami,8.2,3.63,0.05,0.64,0,2.93,2008-03-11, -/games/boxart/full_3447697AmericaFrontccc.jpg,FIFA Soccer 10,PS3,Sports,EA Sports,EA Canada,9,3.63,0.6,0.05,2.46,0.52,2009-10-20, -/games/boxart/full_7273841AmericaFrontccc.jpg,Guitar Hero: World Tour,Wii,Misc,Activision,Vicarious Visions,8.4,3.62,2.32,,0.96,0.34,2008-10-26, -/games/boxart/7470279ccc.jpg,The Simpsons: Road Rage,PS2,Racing,Electronic Arts,Radical Entertainment,6.1,3.61,2.02,,1.17,0.42,2001-11-24, -/games/boxart/8508334ccc.jpg,Star Wars Battlefront,PS2,Shooter,LucasArts,Pandemic Studios,8.1,3.61,1.93,0.03,1.22,0.44,2004-09-20, -/games/boxart/full_doom-ii_72AmericaFront.jpg,Doom II,PC,Shooter,GT Interactive,id Software,9.3,3.61,2.05,,1.4,0.16,1994-09-30, -/games/boxart/full_7518379AmericaFrontccc.jpg,Assassin's Creed Syndicate,PS4,Action,Ubisoft,Ubisoft Quebec,8.6,3.6,0.9,0.08,2.06,0.55,2015-10-23,2018-05-04 -/games/boxart/6381124ccc.gif,Star Wars Battlefront II,PS2,Shooter,LucasArts,Pandemic Studios,8.5,3.59,2.18,0.03,1.02,0.37,2005-11-01, -/games/boxart/full_8320518AmericaFrontccc.jpg,Assassin's Creed: Unity,XOne,Action,Ubisoft,Ubisoft Montreal,,3.58,2.34,0,0.9,0.34,2014-11-11,2018-05-04 -/games/boxart/1857498ccc.jpg,WWF SmackDown!,PS,Fighting,THQ,Yuke's,,3.58,2.01,0.06,1.35,0.16,2000-03-01, -/games/boxart/full_2185806AmericaFrontccc.jpg,Cooking Mama 2: Dinner With Friends,DS,Simulation,Majesco,Office Create,6.9,3.58,1.6,0.1,1.49,0.39,2007-11-13, -/games/boxart/9254920ccc.jpg,The Getaway,PS2,Action,Sony Computer Entertainment,Team Soho,7.7,3.54,1.23,0.05,1.77,0.49,2003-01-19, -/games/boxart/4532529ccc.jpg,Tomb Raider III: Adventures of Lara Croft,PS,Adventure,Eidos Interactive,Core Design Ltd.,8.2,3.54,1.66,0.12,1.58,0.18,1998-11-21, -/games/boxart/full_1027141AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories,PS2,Action,Rockstar Games,Rockstar Leeds,8.3,3.54,1.56,0.07,1.4,0.5,2006-06-06, -/games/boxart/full_162643AmericaFrontccc.jpg,Battlefield 4,X360,Shooter,Electronic Arts,EA DICE,8.7,3.54,2.16,0.02,1.05,0.32,2013-10-29,2018-01-04 -/games/boxart/full_1668550AmericaFrontccc.jpg,Batman: Arkham Asylum,X360,Action,Eidos Interactive,Rocksteady Studios,9.1,3.54,2.24,0.02,0.95,0.33,2009-08-25, -/games/boxart/full_2466064AmericaFrontccc.jpg,Resident Evil 5,X360,Action,Capcom,Capcom,8.6,3.53,2.13,0.12,0.93,0.34,2009-03-13, -/games/boxart/full_assassins-creed-brotherhood_1AmericaFront.jpg,Assassin's Creed: Brotherhood,X360,Action,Ubisoft,Ubisoft Montreal,9.1,3.53,2.87,0.03,0.39,0.25,2010-11-16, -/games/boxart/full_6469736AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,PS2,Action,Eidos Interactive,Traveller's Tales,7.9,3.53,1.98,0.01,1.14,0.41,2005-04-02, -/games/boxart/3115195ccc.jpg,James Bond 007: Agent Under Fire,PS2,Shooter,Electronic Arts,EA Redwood Shores,,3.53,1.9,0.1,1.13,0.41,2001-11-13, -/games/boxart/810014ccc.jpg,Rugrats in Paris: The Movie,PS,Action,THQ,Avalanche Software,,3.52,1.96,,1.33,0.23,2000-10-29, -/games/boxart/full_fifa-soccer-11_8AmericaFront.jpg,FIFA Soccer 11,X360,Sports,EA Sports,EA Canada,8.7,3.52,0.71,0.02,2.39,0.4,2010-09-28, -/games/boxart/full_1333599AmericaFrontccc.jpg,NBA 2K17,PS4,Sports,2K Sports,Visual Concepts,9,3.52,2.28,0.03,0.59,0.63,2016-09-16,2018-03-28 -/games/boxart/full_9891732AmericaFrontccc.jpg,Mortal Kombat X,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,3.49,1.94,,0.94,0.61,2015-04-14,2018-01-04 -/games/boxart/6928045ccc.jpg,FIFA Soccer 2004,PS2,Sports,EA Sports,EA Canada,8,3.49,0.59,0.04,2.36,0.51,2003-11-04, -/games/boxart/full_4641934AmericaFrontccc.jpg,Borderlands,X360,Shooter,2K Games,Gearbox Software,8.3,3.48,2.43,0.03,0.72,0.3,2009-10-20, -/games/boxart/full_2180575AmericaFrontccc.jpg,Battlefield: Bad Company 2,X360,Shooter,Electronic Arts,EA Digital Illusions CE,9,3.48,2.11,0.04,1.01,0.33,2010-03-02, -/games/boxart/full_3513275AmericaFrontccc.jpg,Mario & Sonic at the Olympic Winter Games,DS,Sports,Sega,Sega,7.6,3.47,1.21,0.27,1.63,0.37,2009-10-13, -/games/boxart/full_4418677AmericaFrontccc.jpg,Guitar Hero: On Tour,DS,Misc,Activision,Vicarious Visions,7.1,3.46,2.1,0.01,1.01,0.35,2008-06-22, -/games/boxart/full_9587449AmericaFrontccc.jpg,Tekken 4,PS2,Fighting,Namco,Namco,7.9,3.44,1.55,0.33,1.27,0.29,2002-09-23, -/games/boxart/full_5558637AmericaFrontccc.jpg,LEGO Batman: The Videogame,X360,Adventure,Warner Bros. Interactive,Traveller's Tales,7.5,3.44,2.07,,1.04,0.34,2008-09-23, -/games/boxart/full_1508066AmericaFrontccc.jpg,Halo: The Master Chief Collection,XOne,Shooter,Microsoft Studios,343 Industries,8.8,3.44,2.06,0.03,1.04,0.31,2014-11-11,2018-03-24 -/games/boxart/full_littlebigplanet-2_308AmericaFront.jpg,LittleBigPlanet 2,PS3,Platform,Sony Computer Entertainment,Media Molecule,9.1,3.43,1.83,0.06,1.07,0.47,2011-01-18, -/games/boxart/full_5130076AmericaFrontccc.jpg,FIFA 14,PS4,Sports,EA Sports,EA Canada,,3.43,0.62,0.12,2.18,0.51,2013-11-15,2018-09-15 -/games/boxart/9935711ccc.jpg,Grand Theft Auto 2,PS,Action,Rockstar Games,DMA Design,6.9,3.42,1.13,,2.07,0.22,1999-10-25, -/games/boxart/full_4214879AmericaFrontccc.jpg,Destiny,XOne,Shooter,Activision,Bungie,8.3,3.41,2.17,,0.92,0.32,2014-09-09,2018-01-12 -/games/boxart/4171363ccc.jpg,Spider-Man 2,PS2,Action,Activision,Treyarch,7.9,3.41,1.75,0.02,1.2,0.43,2004-06-28, -/games/boxart/9447551ccc.jpg,FIFA Soccer 2003,PS2,Sports,EA Sports,EA Canada,,3.4,0.46,0.05,2.28,0.61,2002-11-14, -/games/boxart/4722160ccc.jpg,Crash Bash,PS,Misc,Sony Computer Entertainment,Eurocom Entertainment Software,6.8,3.39,1.56,0.19,1.47,0.17,2000-11-06, -/games/boxart/full_3672619AmericaFrontccc.png,Gears of War 4,XOne,Shooter,Microsoft Studios,The Coalition,,3.38,2.17,,0.9,0.32,2016-10-11,2018-01-13 -/games/boxart/full_7599322AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Special Edition,PS4,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.3,3.36,1.24,0.08,1.5,0.54,2016-10-28,2018-04-01 -/games/boxart/full_8315580AmericaFrontccc.png,Watch Dogs 2,PS4,Action,Ubisoft,Ubisoft,,3.36,0.98,0.12,1.74,0.52,2016-11-15, -/games/boxart/full_9464827AmericaFrontccc.jpg,WWF War Zone,PS,Fighting,Acclaim Entertainment,Iguana Entertainment,,3.36,2.47,,0.76,0.13,1998-07-14, -/games/boxart/full_4496262AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,X360,Action-Adventure,Ubisoft,Ubisoft Montreal,8.5,3.34,1.9,0.01,1.14,0.3,2013-10-29,2018-03-22 -/games/boxart/full_2457781AmericaFrontccc.jpg,NBA 2K18,PS4,Sports,2K Sports,Visual Concepts,8.1,3.34,2.13,0.04,0.57,0.59,2017-09-19,2018-04-02 -/games/boxart/6105471ccc.jpg,James Bond 007: Nightfire,PS2,Shooter,Electronic Arts,Eurocom Entertainment Software,,3.33,1.45,0.12,1.29,0.46,2002-11-18, -/games/boxart/full_5479051AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,PS2,Action,LucasArts,The Collective,,3.32,1.47,0.03,1.39,0.43,2005-05-04, -/games/boxart/7983566ccc.jpg,Max Payne,PS2,Shooter,Rockstar Games,Remedy Entertainment,8.1,3.31,1.99,0.05,1.05,0.22,2001-12-06, -/games/boxart/full_6439229AmericaFrontccc.jpg,Madden NFL 16,PS4,Sports,EA Sports,EA Tiburon,8.2,3.3,2.39,,0.31,0.61,2015-08-25,2018-03-31 -/games/boxart/3546885ccc.jpg,The Lord of the Rings: The Return of the King,PS2,Action,Electronic Arts,"Hypnos Entertainment, Inc.",8.4,3.28,1.5,0.05,1.28,0.46,2003-11-05, -/games/boxart/full_441184AmericaFrontccc.jpg,Madden NFL 17,PS4,Sports,EA Sports,EA Tiburon,8.5,3.28,2.3,,0.37,0.6,2016-08-23,2018-04-01 -/games/boxart/full_5266833AmericaFrontccc.jpg,Gran Turismo (PSP),PSP,Racing,Sony Computer Entertainment,Polyphony Digital,,3.27,0.51,0.31,1.59,0.86,2009-10-01,2018-01-03 -/games/boxart/full_9340109AmericaFrontccc.jpg,Far Cry 3,PS3,Shooter,Ubisoft,Ubisoft Montreal,,3.27,0.88,0.1,1.79,0.5,2012-12-04, -/games/boxart/2607496ccc.jpg,True Crime: Streets of LA,PS2,Action,Activision,Luxoflux,,3.27,1.89,0.02,1.05,0.31,2003-11-03, -/games/boxart/full_8789149AmericaFrontccc.jpg,FIFA 16,XOne,Sports,EA Sports,EA Canada,8.5,3.25,0.92,,2.1,0.24,2015-09-22,2018-04-01 -/games/boxart/full_la-noire_75AmericaFront.jpg,L.A. Noire,PS3,Adventure,Rockstar Games,Team Bondi,9.1,3.21,1.29,0.12,1.31,0.49,2011-11-15, -/games/boxart/9103576ccc.jpg,007: Tomorrow Never Dies,PS,Shooter,Electronic Arts,Black Ops Entertainment,6.2,3.21,1.72,,1.33,0.16,1999-11-16, -/games/boxart/3194073ccc.jpg,WWF SmackDown! 2: Know Your Role,PS,Fighting,THQ,Yuke's,8.7,3.2,1.76,0.07,1.21,0.16,2000-11-21, -/games/boxart/full_4303408AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,8.3,3.19,1.07,0.06,1.55,0.51,2013-11-15,2018-03-14 -/games/boxart/full_3940160AmericaFrontccc.jpg,Enter the Matrix,PS2,Action,Atari,Shiny Entertainment,,3.18,1.78,0.09,1.12,0.19,2003-05-14, -/games/boxart/full_1336415AmericaFrontccc.jpg,Assassin's Creed Odyssey,PS4,Action-Adventure,Ubisoft,Ubisoft Quebec,9.5,3.18,1.18,0.09,1.4,0.51,2018-10-05,2018-11-17 -/games/boxart/full_fallout-new-vegas_9AmericaFront.jpg,Fallout: New Vegas,PS3,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.2,3.17,1.54,0.1,1.04,0.49,2010-10-19, -/games/boxart/4612940ccc.jpg,FIFA Soccer 08,PS2,Sports,EA Sports,EA Canada,,3.14,0.68,,0,2.46,2007-10-09, -/games/boxart/full_527262AmericaFrontccc.jpg,Club Penguin: Elite Penguin Force,DS,Adventure,Disney Interactive Studios,1st Playable Productions,7,3.14,1.87,,0.97,0.3,2008-11-25, -/games/boxart/full_6019647AmericaFrontccc.jpg,FIFA 18,XOne,Sports,EA Sports,EA Vancouver,8,3.14,0.98,,1.92,0.23,2017-09-29,2018-04-02 -/games/boxart/5099878ccc.jpg,Spider-Man,PS,Action,Activision,Neversoft Entertainment,,3.13,1.7,0.02,1.25,0.16,2000-08-30, -/games/boxart/full_1480417AmericaFrontccc.jpg,The Elder Scrolls IV: Oblivion,PS3,Role-Playing,Bethesda Softworks,4J Studios,9.3,3.12,1.69,0.14,0.86,0.44,2007-03-20, -/games/boxart/full_8142222AmericaFrontccc.jpg,Resident Evil 6,PS3,Action,Capcom,Capcom,,3.12,0.88,0.88,0.97,0.39,2012-10-02, -/games/boxart/4212814ccc.jpg,Need for Speed III: Hot Pursuit,PS,Racing,Electronic Arts,EA Canada,,3.12,2.14,,0.86,0.13,1998-03-25, -/games/boxart/full_6335056AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,PS4,Shooter,Ubisoft,Ubisoft Paris,7,3.12,1.07,0.22,1.35,0.47,2017-03-07,2018-04-01 -/games/boxart/full_8915130AmericaFrontccc.jpg,Titanfall,XOne,Shooter,Electronic Arts,Respawn Entertainment,,3.11,1.88,0.04,0.91,0.28,2014-03-11,2018-01-12 -/games/boxart/full_3710885AmericaFrontccc.jpg,NBA 2K13,X360,Sports,2K Sports,Visual Concepts,8.6,3.11,2.62,0.01,0.21,0.28,2012-10-02,2018-01-04 -/games/boxart/full_7787486AmericaFrontccc.jpg,Mass Effect 2,X360,Role-Playing,Electronic Arts,BioWare Edmonton,9.5,3.1,1.99,0.03,0.81,0.27,2010-01-26, -/games/boxart/full_707317AmericaFrontccc.jpg,LEGO Batman: The Videogame,Wii,Adventure,Warner Bros. Interactive,Traveller's Tales,7.3,3.08,1.8,,0.98,0.29,2008-09-23, -/games/boxart/2775278ccc.jpg,Madden NFL 2002,PS2,Sports,EA Sports,EA Sports,,3.08,2.5,0.01,0.16,0.42,2001-08-19, -/games/boxart/full_2141889AmericaFrontccc.jpg,Saints Row 2,X360,Action,THQ,Volition Inc.,7.9,3.07,1.98,0.02,0.79,0.28,2008-10-14,2018-04-02 -/games/boxart/full_3011020AmericaFrontccc.jpg,Call of Duty: Ghosts,XOne,Shooter,Activision,Infinity Ward,7.5,3.07,1.92,,0.86,0.28,2013-11-22,2018-03-21 -/games/boxart/718364ccc.jpg,The Sims: Vacation,PC,Simulation,Electronic Arts,Maxis,,3.07,1.72,,1.21,0.14,2002-03-25, -/games/boxart/full_3497502PALFrontccc.jpg,Borderlands 2,X360,Shooter,2K Games,Gearbox Software,,3.06,1.89,0.04,0.88,0.26,2013-01-15, -/games/boxart/full_309389AmericaFrontccc.jpg,LEGO Batman: The Videogame,DS,Adventure,Warner Bros. Interactive,Traveller's Tales,7.8,3.06,1.75,,1.02,0.29,2008-09-23, -/games/boxart/full_6706395AmericaFrontccc.jpg,Kung Fu Panda,X360,Platform,Activision,Luxoflux,7.5,3.05,1.91,,0.84,0.29,2008-06-03, -/games/boxart/full_3992261AmericaFrontccc.png,Metal Gear Solid V: The Phantom Pain,PS4,Action,Konami Digital Entertainment,Kojima Productions,,3.04,0.97,0.5,1.15,0.42,2015-09-01,2018-05-04 -/games/boxart/full_4734836AmericaFrontccc.jpg,Mass Effect 3,X360,Role-Playing,Electronic Arts,BioWare,9.5,3.04,1.94,0.03,0.84,0.24,2012-03-06, -/games/boxart/full_6149600AmericaFrontccc.jpg,Rayman,PS,Platform,Ubisoft,Ubisoft Montpellier,7,3.03,1.54,,1.33,0.16,1995-09-01, -/games/boxart/6684060ccc.jpg,Tom Clancy's Splinter Cell,XB,Action,Ubisoft,Ubisoft,9.3,3.02,1.85,,1.04,0.13,2002-11-17, -/games/boxart/full_2292639AmericaFrontccc.jpg,WWE SmackDown! vs. Raw 2006,PS2,Fighting,THQ,Yuke's,8.4,3,1.57,,1.02,0.41,2005-11-15,2018-01-04 -/games/boxart/1910605ccc.jpg,The Sims: Livin Large,PC,Misc,Electronic Arts,Maxis,,2.99,1.67,,1.18,0.13,2000-08-27, -/games/boxart/full_3023680AmericaFrontccc.jpg,World Soccer Winning Eleven 6 International,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,2.99,0.12,1.16,1.26,0.45,2003-03-11, -/games/boxart/full_2248766AmericaFrontccc.jpg,Far Cry 3,X360,Shooter,Ubisoft,Ubisoft Montreal,,2.98,1.38,0.02,1.33,0.25,2012-12-04,2018-02-07 -/games/boxart/full_1462943AmericaFrontccc.jpg,Hitman 2: Silent Assassin,PS2,Action,Eidos Interactive,IO Interactive,,2.96,1.36,0.04,1.15,0.41,2002-10-01, -/games/boxart/full_5309726AmericaFrontccc.jpg,Battlefield: Bad Company 2,PS3,Shooter,Electronic Arts,EA Digital Illusions CE,8.9,2.96,1.33,0.08,1.11,0.44,2010-03-02, -/games/boxart/full_2620419AmericaFrontccc.jpg,Street Fighter IV,X360,Fighting,Capcom,Capcom / Dimps Corporation,9.3,2.95,1.83,0.15,0.7,0.26,2009-02-17, -/games/boxart/full_3567332AmericaFrontccc.jpg,WWE SmackDown! vs. RAW 2006,PS2,Fighting,THQ,Yuke's,,2.94,1.45,0.04,1.11,0.33,2005-11-14, -/games/boxart/7960712ccc.jpg,Pac-Man Collection,GBA,Puzzle,Namco,Mass Media,,2.94,2.07,0.05,0.77,0.05,2001-07-12, -/games/boxart/full_335391AmericaFrontccc.jpg,Madden NFL 13,X360,Sports,EA Sports,EA Tiburon,8,2.93,2.53,,0.16,0.24,2012-08-28,2018-01-04 -/games/boxart/full_9328258AmericaFrontccc.jpg,Doom (2016),PS4,Shooter,Bethesda Softworks,id Software,,2.92,0.93,0.04,1.48,0.46,2016-05-13, -/games/boxart/full_7298854PALFrontccc.jpg,FIFA 15,X360,Sports,EA Sports,EA Canada,6.9,2.91,0.8,,1.9,0.21,2014-09-23,2018-03-23 -/games/boxart/full_9634420AmericaFrontccc.jpg,Mass Effect,X360,Role-Playing,Microsoft Game Studios,BioWare Edmonton,9.2,2.91,1.83,0.03,0.79,0.27,2007-11-20, -/games/boxart/full_7251211AmericaFrontccc.jpg,Mortal Kombat (2011),PS3,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,8.5,2.9,1.98,,0.54,0.38,2011-04-19,2018-01-06 -/games/boxart/full_5273956AmericaFrontccc.jpg,Call of Duty: Finest Hour,PS2,Shooter,Activision,Spark Unlimited,,2.89,1.51,0.01,1.12,0.24,2004-11-16, -/games/boxart/full_6209536AmericaFrontccc.jpg,Cooking Mama: Cook Off,Wii,Simulation,Majesco,Office Create,5.9,2.89,1.41,0.05,1.12,0.3,2007-03-20, -/games/boxart/full_9888617AmericaFrontccc.jpg,Sega Superstars Tennis,X360,Sports,Sega,Sumo Digital,6.9,2.89,1.75,,0.86,0.28,2008-03-18, -/games/boxart/2927744ccc.jpg,Hot Shots Golf 3,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,2.89,0.99,1.38,0.32,0.2,2002-03-11, -/games/boxart/full_4875283AmericaFrontccc.jpg,Imagine: Babyz,DS,Simulation,Ubisoft,Visual Impact,3.5,2.87,1.3,,1.26,0.31,2007-10-23, -/games/boxart/1095737ccc.jpg,Colin McRae Rally,PS,Racing,Sony Computer Entertainment,Codemasters,7.9,2.87,0.09,0.12,2.43,0.22,2000-01-31, -/games/boxart/full_9483980AmericaFrontccc.jpg,Mafia III,PS4,Action-Adventure,2K Games,Hangar 13,6.9,2.87,0.72,0.04,1.67,0.44,2016-10-07,2018-04-02 -/games/boxart/full_8846589AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind,XB,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.2,2.86,2.09,0.03,0.63,0.11,2002-06-06, -/games/boxart/full_assassins-creed-brotherhood_2AmericaFront.jpg,Assassin's Creed: Brotherhood,PS3,Action,Ubisoft,Ubisoft Montreal,9.1,2.85,1.87,0.11,0.57,0.3,2010-11-16, -/games/boxart/full_321257AmericaFrontccc.jpg,Madden NFL 10,X360,Sports,EA Sports,EA Tiburon,8.6,2.83,2.52,,0.09,0.22,2009-08-14, -/games/boxart/full_9365862AmericaFrontccc.jpg,BioShock,X360,Shooter,2K Games,2K Australia / 2K Boston,9.6,2.83,1.65,0.05,0.85,0.28,2007-08-21, -/games/boxart/full_8442419AmericaFrontccc.jpg,WWE SmackDown! vs. Raw,PS2,Fighting,THQ,Yuke's,,2.83,1.32,0.04,1.08,0.39,2004-11-02, -/games/boxart/full_zumba-fitness-2_374AmericaFront.jpg,Zumba Fitness 2,Wii,Sports,Majesco,"Pipeworks Software, Inc.",,2.83,1.52,,1.05,0.26,2011-11-15, -/games/boxart/full_3702821AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,PS4,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,2.82,0.83,0.08,1.48,0.44,2014-08-19,2019-03-25 -/games/boxart/1775518ccc.jpg,Finding Nemo,GBA,Platform,THQ,Vicarious Visions,7,2.82,1.59,0.04,1.05,0.14,2003-05-10, -/games/boxart/full_6200859AmericaFrontccc.png,Gran Turismo (PSP),PSN,Racing,Sony Computer Entertainment,Polyphony Digital,7.8,2.82,0.43,0.31,0.91,1.16,2009-10-01, -/games/boxart/full_medal-of-honor_7AmericaFront.jpg,Medal of Honor,PS3,Shooter,Electronic Arts,EA Los Angeles,6.7,2.82,1.28,0.07,1.04,0.43,2010-10-12, -/games/boxart/full_5827490AmericaFrontccc.jpg,Imagine: Fashion Designer,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,3,2.81,1.32,,1.19,0.3,2007-10-23,2018-09-17 -/games/boxart/full_need-for-speed-hot-pursuit_607AmericaFront.jpg,Need for Speed: Hot Pursuit,PS3,Racing,Electronic Arts,Criterion Games,8.9,2.81,1.05,0.03,1.24,0.49,2010-11-16, -/games/boxart/full_killzone-3_569AmericaFront.jpg,Killzone 3,PS3,Shooter,Sony Computer Entertainment,Guerrilla Games,8.2,2.81,1.46,0.09,0.87,0.38,2011-02-22, -/games/boxart/630970ccc.jpg,NBA Street,PS2,Sports,EA Sports BIG,NuFX,,2.79,2.19,,0.22,0.38,2001-06-18, -/games/boxart/full_759100AmericaFrontccc.jpg,Skylanders: Spyro's Adventure,Wii,Action,Activision,Toys for Bob,8,2.79,1.35,,1.15,0.3,2011-10-16, -/games/boxart/3813512ccc.jpg,WWF SmackDown! Just Bring It,PS2,Fighting,THQ,Yuke's,,2.79,1.19,0.04,1.15,0.41,2001-11-18, -/games/boxart/3844850ccc.jpg,Mortal Kombat Trilogy,PS,Fighting,Midway Games,Avalanche Software,,2.79,1.98,,0.7,0.11,1996-09-01, -/games/boxart/full_2372930AmericaFrontccc.jpg,Hot Shots Golf,PS,Sports,Sony Computer Entertainment,Camelot Software Planning,,2.79,0.29,2.13,0.2,0.18,1998-05-05, -/games/boxart/231144ccc.jpg,A Bug's Life,PS,Platform,Sony Computer Entertainment,Traveller's Tales,3.6,2.79,1.96,,0.72,0.11,1998-10-31, -/games/boxart/full_4649505AmericaFrontccc.jpg,Star Wars: The Force Unleashed,X360,Action,LucasArts,LucasArts,7.1,2.77,1.74,,0.78,0.26,2008-09-16, -/games/boxart/full_saints-row-the-third_291AmericaFront.jpg,Saints Row: The Third,X360,Action,THQ,Volition Inc.,8.3,2.77,1.26,0.07,1.14,0.3,2011-11-15, -/games/boxart/6671635ccc.jpg,The Sims,PS2,Simulation,Electronic Arts,Edge of Reality,,2.77,1.41,,1.12,0.24,2003-01-12, -/games/boxart/full_battlefield-3_332AmericaFront.jpg,Battlefield 3,PC,Shooter,Electronic Arts,Dice,8.9,2.76,0.89,,1.44,0.43,2011-10-25, -/games/boxart/full_7001861AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),PS3,Racing,Electronic Arts,Criterion Games,8.5,2.74,0.71,0.06,1.52,0.45,2012-10-30,2018-12-19 -/games/boxart/full_7928945AmericaFrontccc.jpg,Far Cry: Primal,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,7.2,2.73,0.63,0.07,1.61,0.41,2016-02-23,2018-04-03 -/games/boxart/full_la-noire_47AmericaFront.jpg,L.A. Noire,X360,Adventure,Rockstar Games,Team Bondi,9.1,2.73,1.55,0.02,0.92,0.24,2011-11-15, -/games/boxart/full_9999663AmericaFrontccc.jpg,Overwatch,XOne,Shooter,Blizzard Entertainment,Blizzard Entertainment,8.7,2.72,1.63,,0.84,0.25,2016-05-24,2018-03-24 -/games/boxart/full_3739493AmericaFrontccc.jpg,Need for Speed (2015),PS4,Racing,Electronic Arts,Ghost Games,7,2.72,0.59,0.06,1.66,0.41,2015-11-03,2018-04-03 -/games/boxart/full_240599AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,XOne,Shooter,Ubisoft,Ubisoft Montreal,,2.71,1.62,,0.84,0.25,2015-12-01,2018-01-09 -/games/boxart/full_3220973AmericaFrontccc.jpg,Skate 3,X360,Sports,EA Sports,EA Black Box,8.3,2.71,1.47,,0.99,0.25,2010-05-11, -/games/boxart/full_2959402AmericaFrontccc.jpg,Madden NFL 13,PS3,Sports,EA Sports,EA Tiburon,8.3,2.71,2.12,,0.24,0.36,2012-08-28,2018-01-04 -/games/boxart/full_madden-nfl-12_403AmericaFront.jpg,Madden NFL 12,X360,Sports,EA Sports,EA Tiburon,7.8,2.7,2.43,,0.11,0.16,2011-08-30, -/games/boxart/full_5803786AmericaFrontccc.jpg,Call of Duty 3,X360,Shooter,Activision,Treyarch,8,2.7,1.49,0.02,0.92,0.27,2006-11-07, -/games/boxart/full_4362003AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,PS2,Action,LucasArts,Traveller's Tales,8.4,2.69,1.85,0.01,0.64,0.19,2006-09-12, -/games/boxart/full_madden-nfl-11_8AmericaFront.jpg,Madden NFL 11,X360,Sports,EA Sports,EA Tiburon,8.3,2.69,2.38,,0.12,0.19,2010-08-10, -/games/boxart/987702ccc.jpg,Burnout 3: Takedown,PS2,Racing,Electronic Arts,Criterion Games,9.3,2.68,1.23,,1.11,0.34,2004-09-07, -/games/boxart/594667ccc.jpg,Mortal Kombat,GEN,Fighting,Arena Entertainment,Probe Entertainment Limited,,2.67,1.95,,0.63,0.09,1993-09-13, -/games/boxart/full_4256091AmericaFrontccc.jpg,Medal of Honor,PS,Shooter,Electronic Arts,DreamWorks Interactive,9.3,2.67,1.44,,1.09,0.14,1999-11-11, -/games/boxart/full_5747566AmericaFrontccc.jpg,Call of Duty 2: Big Red One,PS2,Shooter,Activision,Treyarch,8.5,2.67,1.48,0.01,0.92,0.26,2005-11-01, -/games/boxart/full_final-fantasy-xiii-2_763AmericaFront.png,Final Fantasy XIII-2,PS3,Role-Playing,Square Enix,Square Enix,8.3,2.66,0.78,0.89,0.75,0.23,2012-01-31, -/games/boxart/full_581426AmericaFrontccc.jpg,Medal of Honor Heroes,PSP,Shooter,Electronic Arts,Team Fusion,6.7,2.66,0.86,0.01,1.11,0.67,2006-10-20, -/games/boxart/full_7281359AmericaFrontccc.jpg,Guitar Hero: World Tour,X360,Misc,Activision,Neversoft Entertainment,8.6,2.66,1.78,,0.64,0.25,2008-10-26, -/games/boxart/2967899ccc.jpg,WWE SmackDown! Shut Your Mouth,PS2,Fighting,THQ,Yuke's,,2.66,1.32,0.04,1.29,,2002-10-31, -/games/boxart/1238155ccc.jpg,Tom Clancy's Splinter Cell,PS2,Action,Ubisoft,Ubisoft,,2.65,1.15,,1.11,0.4,2003-04-08, -/games/boxart/full_6385284AmericaFrontccc.jpg,Need for Speed: Shift,PS3,Racing,Electronic Arts,Slightly Mad Studios,8.2,2.65,0.69,0.04,1.4,0.52,2009-09-15, -/games/boxart/full_4595764AmericaFrontccc.jpg,Hannah Montana,DS,Action,Buena Vista,DC Studios,6.5,2.65,1.59,,0.8,0.26,2006-10-10, -/games/boxart/full_medal-of-honor_1AmericaFront.jpg,Medal of Honor,X360,Shooter,Electronic Arts,EA Los Angeles,7.3,2.64,1.58,0.04,0.8,0.22,2010-10-12, -/games/boxart/full_nba-2k12_78AmericaFront.jpg,NBA 2K12,X360,Sports,2K Sports,Visual Concepts,9.1,2.64,2.32,0.01,0.14,0.17,2011-10-04, -/games/boxart/full_1551726AmericaFrontccc.jpg,Midnight Club: Street Racing,PS2,Racing,Rockstar Games,Angel Studios,,2.63,2,0.02,0.47,0.14,2000-10-25, -/games/boxart/full_46159AmericaFrontccc.jpg,NBA 2K19,PS4,Sports,2K Sports,Visual Concepts,,2.63,1.69,0.03,0.44,0.47,2018-09-11,2018-09-26 -/games/boxart/full_9644271AmericaFrontccc.jpg,NBA 2K13,PS3,Sports,2K Sports,Visual Concepts,8.9,2.63,1.74,0.05,0.46,0.39,2012-10-02,2018-01-04 -/games/boxart/full_630288AmericaFrontccc.jpg,FIFA Soccer 10,X360,Sports,EA Sports,EA Canada,8.9,2.62,0.6,0.01,1.79,0.23,2009-10-20, -/games/boxart/5975638ccc.jpg,ESPN NFL 2K5,PS2,Sports,Sega,Visual Concepts,,2.62,2.15,,0.12,0.36,2004-07-20, -/games/boxart/full_5597772AmericaFrontccc.jpg,Madden NFL 18,PS4,Sports,EA Sports,EA Tiburon,8.2,2.62,1.73,,0.42,0.47,2017-08-25,2018-04-03 -/games/boxart/full_9186411AmericaFrontccc.jpg,LittleBigPlanet,PSP,Platform,Sony Computer Entertainment,SCEE Cambridge,8.8,2.61,0.65,0.01,1.27,0.68,2009-11-17,2018-12-03 -/games/boxart/1445223ccc.jpg,Harry Potter and the Chamber of Secrets,PS2,Adventure,Electronic Arts,Eurocom Entertainment Software,,2.61,0.9,0.04,1.22,0.44,2002-11-14, -/games/boxart/full_7346149AmericaFrontccc.jpg,Grand Theft Auto: Episodes from Liberty City,X360,Adventure,Rockstar Games,Rockstar North,9,2.6,1.08,0.03,1.22,0.27,2009-10-29, -/games/boxart/6732328ccc.jpg,Streets of Rage,GEN,Action,Sega,Sega,,2.6,1.86,0.11,0.55,0.08,1990-12-31, -/games/boxart/5622818ccc.jpg,FIFA Soccer 09,PS3,Sports,Electronic Arts,EA Canada,8.6,2.59,0.49,0.04,1.63,0.43,2008-10-14, -/games/boxart/full_3791972AmericaFrontccc.jpg,NBA Live 2005,PS2,Sports,EA Sports,EA Canada,,2.59,2.03,,0.21,0.35,2004-09-28, -/games/boxart/full_7275072AmericaFrontccc.jpg,Tom Clancy's The Division,XOne,Shooter,Ubisoft,Massive Entertainment,,2.59,1.54,,0.82,0.24,2016-03-08,2018-05-04 -/games/boxart/full_4841835AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,X360,Action,LucasArts,Traveller's Tales,,2.59,1.53,,0.83,0.24,2007-11-06, -/games/boxart/full_4247117AmericaFrontccc.jpg,WWE SmackDown vs. RAW 2007,PS2,Fighting,THQ,Yuke's,8,2.58,1.4,0.03,0.88,0.26,2006-11-14, -/games/boxart/full_3194680AmericaFrontccc.jpg,Skylanders Giants,Wii,Misc,Activision,Toys for Bob,,2.58,1.49,,0.86,0.23,2012-10-21,2018-01-16 -/games/boxart/full_3681984AmericaFrontccc.jpg,Madden NFL 08,PS2,Sports,EA Sports,EA Tiburon,,2.57,2.14,,0.08,0.35,2007-08-14, -/games/boxart/full_7567790AmericaFrontccc.jpeg,NBA 2K14,X360,Sports,2K Sports,Visual Concepts,,2.57,2.11,0,0.19,0.27,2013-10-11,2018-01-05 -/games/boxart/full_9613529AmericaFrontccc.jpg,Dragon Age: Origins,X360,Role-Playing,Electronic Arts,BioWare Edmonton,8.5,2.56,1.76,0.03,0.55,0.22,2009-11-03, -/games/boxart/4673977ccc.jpg,Hot Shots Golf,PS,Sports,Sony Computer Entertainment,Camelot Software Planning,,2.56,0.26,2.13,0.17,,1998-05-05, -/games/boxart/full_5792466AmericaFrontccc.jpg,FIFA 16,PS3,Sports,EA Sports,EA Canada,9,2.55,0.43,0.05,1.68,0.38,2015-09-22,2018-04-01 -/games/boxart/full_704736AmericaFrontccc.jpg,Madden NFL 09,X360,Sports,EA Sports,EA Tiburon,8.5,2.54,2.21,,0.12,0.2,2008-08-12, -/games/boxart/7476333ccc.jpg,Crazy Taxi,PS2,Racing,Acclaim Entertainment,Hitmaker,8.2,2.52,1.13,0.06,1.12,0.22,2001-05-14, -/games/boxart/full_7814840AmericaFrontccc.jpg,Tomb Raider (2013),PS3,Action,Square Enix,Crystal Dynamics,8.9,2.51,0.6,0.08,1.45,0.38,2013-03-05,2018-01-06 -/games/boxart/full_134799AmericaFrontccc.jpg,Midnight Club: Los Angeles,PS3,Racing,Rockstar Games,Rockstar San Diego,8.3,2.5,1.59,0.05,0.54,0.33,2008-10-20, -/games/boxart/full_5346796AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,PS2,Sports,Konami,Konami,,2.5,0.13,0.26,0.07,2.05,2008-11-11, -/games/boxart/full_8566994AmericaFrontccc.jpg,Marvel: Ultimate Alliance,X360,Role-Playing,Activision,Raven Software,8.3,2.5,2.29,,0.02,0.19,2006-10-24, -/games/boxart/full_382788AmericaFrontccc.jpg,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,XB,Action,Rockstar Games,Rockstar North,9.8,2.49,1.84,,0.56,0.09,2003-10-31, -/games/boxart/5438068ccc.jpg,Mortal Kombat: Deadly Alliance,PS2,Fighting,Midway Games,Midway,8.2,2.49,1.81,,0.52,0.15,2002-11-16, -/games/boxart/full_618225AmericaFrontccc.jpg,Game Party,Wii,Misc,Midway Games,JGI Entertainment,2.6,2.49,1.47,,0.77,0.24,2007-11-27, -/games/boxart/full_3442465AmericaFrontccc.jpeg,NBA 2K15,PS4,Sports,2K Sports,Visual Concepts,,2.49,1.49,0.01,0.55,0.44,2014-10-07,2018-01-04 -/games/boxart/full_saints-row-the-third_775AmericaFront.jpg,Saints Row: The Third,PS3,Action,THQ,Volition Inc.,8.3,2.48,0.86,0.18,1.06,0.37,2011-11-15, -/games/boxart/3834326ccc.jpg,Tomb Raider: The Last Revelation,PS,Action,Eidos Interactive,Core Design Ltd.,,2.48,1.15,0.06,1.14,0.13,1999-11-22, -/games/boxart/full_8506523AmericaFrontccc.jpg,Madden NFL 16,XOne,Sports,EA Sports,EA Tiburon,8.4,2.47,2.13,,0.08,0.26,2015-08-25,2018-03-31 -/games/boxart/full_1745019AmericaFrontccc.jpg,Rock Band,X360,Misc,MTV Games,Harmonix Music Systems,9.1,2.47,1.93,,0.33,0.21,2007-11-20, -/games/boxart/full_9921323AmericaFrontccc.jpg,Assassin's Creed Origins,XOne,Action,Ubisoft,Ubisoft Montreal,,2.47,1.34,,0.92,0.22,2017-10-27,2018-01-10 -/games/boxart/full_4134710PALFrontccc.jpg,Minecraft,PSV,Misc,Sony Computer Entertainment America,4J Studios,,2.47,0.22,1.25,0.73,0.27,2014-11-11,2018-08-05 -/games/boxart/full_6641857AmericaFrontccc.jpg,Pure,X360,Racing,Disney Interactive Studios,Black Rock Studio,8.3,2.47,1.38,0,0.84,0.25,2008-09-16, -/games/boxart/full_lego-harry-potter-years-1-4_9AmericaFront.jpg,LEGO Harry Potter: Years 1-4,Wii,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,2.45,1.29,,0.94,0.22,2010-06-29,2018-12-01 -/games/boxart/full_1175839AmericaFrontccc.jpg,Dying Light,PS4,Action,Warner Bros. Interactive,Techland,,2.45,1.18,0.13,0.74,0.4,2015-01-27,2018-05-04 -/games/boxart/full_7744633AmericaFrontccc.jpg,Madden NFL 17,XOne,Sports,EA Sports,EA Tiburon,8.1,2.44,2.14,,0.04,0.26,2016-08-23,2018-04-01 -/games/boxart/2131878ccc.jpg,Twisted Metal 2,PS,Racing,Sony Computer Entertainment,SingleTrac,8.7,2.44,2.12,,0.25,0.07,1996-10-31, -/games/boxart/full_udraw-studio_20AmericaFront.jpg,uDraw Studio,Wii,Misc,THQ,"Pipeworks Software, Inc.",,2.44,1.65,,0.58,0.21,2010-11-14, -/games/boxart/6080333ccc.jpg,The Sims: Bustin' Out,PS2,Simulation,Electronic Arts,Maxis,,2.43,1.07,,1.19,0.18,2003-12-15, -/games/boxart/full_8847992AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,X360,Shooter,Ubisoft,Ubisoft Montreal,8.2,2.42,1.56,0.02,0.61,0.23,2008-03-18, -/games/boxart/5905935ccc.png,Sonic Adventure,DC,Platform,Sega,Sonic Team,8.9,2.42,1.26,0.46,0.61,0.08,1999-09-09, -/games/boxart/4979670ccc.jpg,Need for Speed Carbon: Own the City,PSP,Racing,Electronic Arts,EA Black Box,7.4,2.42,0.87,,0.97,0.58,2006-10-31, -/games/boxart/full_halo-combat-evolved-anniversary_84AmericaFront.jpg,Halo: Combat Evolved Anniversary,X360,Shooter,Microsoft Studios,343 Industries,8,2.41,1.44,0.04,0.71,0.22,2011-11-15, -/games/boxart/full_6722413AmericaFrontccc.jpg,Kinect: Disneyland Adventures,X360,Action-Adventure,Microsoft Studios,Frontier Developments,8.5,2.41,1.73,0.02,0.43,0.23,2011-11-15,2018-09-29 -/games/boxart/9522566ccc.jpg,Need for Speed: ProStreet,PS2,Racing,Electronic Arts,EA Black Box,,2.41,0.69,0.04,0,1.68,2007-11-13, -/games/boxart/full_pro-evolution-soccer-2011_2AmericaFront.jpg,Pro Evolution Soccer 2011,PS3,Sports,Konami,Konami,6,2.41,0.29,0.54,1.18,0.41,2010-10-05, -/games/boxart/full_4368420AmericaFrontccc.jpg,NBA 2K16,XOne,Sports,2K Sports,Visual Concepts,8.3,2.41,2.01,,0.15,0.25,2015-09-29,2018-03-28 -/games/boxart/3647334ccc.jpg,ATV Offroad Fury,PS2,Racing,Sony Computer Entertainment,Rainbow Studios,8.4,2.41,2.07,,0.26,0.08,2001-02-05, -/games/boxart/full_1540980PALFrontccc.jpg,Forza Motorsport 5,XOne,Racing,Microsoft Studios,Turn 10 Studios,,2.4,1.28,0.01,0.9,0.21,2013-11-22,2018-01-15 -/games/boxart/full_3120044AmericaFrontccc.jpg,Batman: Arkham Origins,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,2.4,1.08,0.04,0.88,0.4,2013-10-25,2018-04-13 -/games/boxart/full_3616000AmericaFrontccc.jpg,Midnight Club: Los Angeles,X360,Racing,Rockstar Games,Rockstar San Diego,8,2.4,1.72,0.01,0.45,0.22,2008-10-20, -/games/boxart/9232750ccc.jpg,Tetris Plus,PS,Puzzle,Jaleco,Atlus Co.,,2.4,2.1,,0.24,0.07,1996-10-18, -/games/boxart/full_madden-nfl-11_1AmericaFront.jpg,Madden NFL 11,PS3,Sports,EA Sports,EA Tiburon,8.4,2.4,2.05,,0.15,0.2,2010-08-10, -/games/boxart/198059ccc.jpg,Theme Hospital,PC,Strategy,Electronic Arts,Bullfrog Productions,5.5,2.4,2.3,,0.1,,1997-03-31, -/games/boxart/full_zumba-fitness_5AmericaFront.jpg,Zumba Fitness,X360,Sports,Majesco,"Pipeworks Software, Inc.",,2.39,1.74,,0.45,0.2,2010-11-18, -/games/boxart/8882316ccc.jpg,Frogger's Adventures: Temple of the Frog,GBA,Adventure,Konami,Konami,6.7,2.39,2.15,,0.18,0.07,2001-10-24, -/games/boxart/2618476ccc.jpg,Monopoly,PC,Misc,Hasbro Interactive,Unknown,,2.39,1.49,,0.81,0.1,1995-01-01, -/games/boxart/2862420ccc.jpg,Mortal Kombat II (US & Others sales),GEN,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,2.39,1.78,,0.53,0.08,1994-01-01, -/games/boxart/full_dead-island_121AmericaFront.jpg,Dead Island,X360,Action,Deep Silver,Techland,7,2.38,1.48,,0.7,0.21,2011-09-06, -/games/boxart/full_8313928AmericaFrontccc.jpg,WCW/nWo Revenge,N64,Fighting,THQ,Aki Corp.,,2.38,1.94,0.03,0.39,0.02,1998-10-26, -/games/boxart/2974497ccc.jpg,The Incredibles,PS2,Action,THQ,Heavy Iron Studios,5.9,2.37,0.96,0.04,1.08,0.3,2004-10-31, -/games/boxart/full_1189993AmericaFrontccc.jpg,Madden NFL 10,PS3,Sports,EA Sports,EA Tiburon,8.5,2.37,2.03,,0.13,0.21,2009-08-14, -/games/boxart/full_3030448AmericaFrontccc.jpg,Madden NFL 08,X360,Sports,EA Sports,EA Tiburon,8.7,2.37,2.18,,0.01,0.18,2007-08-14, -/games/boxart/6282462ccc.jpg,Tony Hawk's Underground 2,PS2,Sports,Activision,Neversoft Entertainment,,2.37,1.25,0.01,0.86,0.26,2004-10-04, -/games/boxart/full_4784982AmericaFrontccc.jpg,Sonic's Ultimate Genesis Collection,PS3,Misc,Sega,Backbone Entertainment,8.1,2.36,1.39,,0.64,0.33,2009-02-10, -/games/boxart/full_1717270AmericaFrontccc.jpg,Destiny 2,XOne,Shooter,Activision,Bungie,,2.35,1.66,,0.47,0.23,2017-09-06,2018-04-20 -/games/boxart/full_9031048AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,Wii,Adventure,LucasArts,Traveller's Tales,7.8,2.35,1.51,,0.62,0.22,2008-06-03, -/games/boxart/full_5760376AmericaFrontccc.jpg,Lego Marvel Super Heroes,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,2.34,1.26,,0.87,0.21,2013-10-22,2018-12-01 -/games/boxart/full_9902854AmericaFrontccc.jpg,WWE SmackDown vs Raw 2008,PS2,Fighting,THQ,Yuke's Media Creations,,2.34,0.92,0.01,0,1.41,2007-11-13, -/games/boxart/full_5737361AmericaFrontccc.jpg,Dragon Age: Inquisition,PS4,Role-Playing,Electronic Arts,BioWare Edmonton,8.6,2.34,1.07,0.08,0.8,0.38,2014-11-18,2019-01-05 -/games/boxart/full_kinect-sports-season-two_392AmericaFront.jpg,Kinect Sports: Season Two,X360,Sports,Microsoft Studios,Rare Ltd.,6.6,2.33,1.38,0.02,0.72,0.21,2011-10-25, -/games/boxart/full_8355573AmericaFrontccc.jpg,Madden NFL 25,X360,Sports,EA Sports,EA Tiburon,7.8,2.33,2.02,,0.07,0.25,2013-08-27,2018-01-06 -/games/boxart/6725603ccc.jpg,Grand Theft Auto,PS,Action,Take-Two Interactive,DMA Design,6,2.32,0.79,0.04,1.35,0.14,1998-06-30, -/games/boxart/full_709900AmericaFrontccc.jpg,My Fitness Coach,Wii,Sports,Ubisoft,Ubisoft,7.1,2.32,1.18,,0.9,0.24,2008-12-02, -/games/boxart/full_8164194AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,XOne,Action,Ubisoft,Ubisoft Montreal,8.3,2.32,1.51,,0.59,0.22,2013-11-22,2018-03-14 -/games/boxart/7714084ccc.jpg,Cool Boarders 3,PS,Sports,989 Studios,Idol Minds Digital Entertainment,,2.31,1.65,0.1,0.46,0.1,1998-10-28, -/games/boxart/2238350ccc.jpg,Need for Speed: High Stakes,PS,Racing,Electronic Arts,EA Canada,,2.31,1.58,,0.64,0.09,1999-03-01, -/games/boxart/full_the-sims-3_5AmericaFront.jpg,The Sims 3,X360,Simulation,Electronic Arts,The Sims Studio,8,2.31,1.28,0,0.82,0.2,2010-10-26, -/games/boxart/full_7482376AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,PS3,Action,LucasArts,Traveller's Tales,8,2.31,1.02,,0.93,0.36,2007-11-06, -/games/boxart/7857371ccc.jpg,James Bond 007: Everything or Nothing,PS2,Shooter,Electronic Arts,EA Redwood Shores,,2.31,0.85,0.09,1.06,0.32,2004-02-17, -/games/boxart/full_dead-island_140AmericaFront.jpg,Dead Island,PS3,Action,Deep Silver,Techland,6.7,2.29,1.08,0.15,0.74,0.32,2011-09-06, -/games/boxart/3233300ccc.jpg,Tomb Raider II,PC,Adventure,Eidos Interactive,Core Design Ltd.,8.2,2.29,0.91,,1.25,0.13,1997-10-31, -/games/boxart/full_lego-harry-potter-years-1-4_3AmericaFront.jpg,LEGO Harry Potter: Years 1-4,DS,Adventure,Warner Bros. Interactive,Traveller's Tales,8,2.29,1.07,,1,0.22,2010-06-29,2018-12-01 -/games/boxart/full_4520839AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PS3,Sports,Konami,Konami,7,2.28,0.3,0.46,1.27,0.26,2009-11-03, -/games/boxart/full_1017927AmericaFrontccc.jpg,Need for Speed Underground 2,XB,Racing,Electronic Arts,EA Black Box,8,2.28,1.38,,0.8,0.1,2004-11-15, -/games/boxart/2943107ccc.jpg,FIFA Soccer 09,PS2,Sports,Electronic Arts,EA Canada,,2.28,0.38,0.01,0.07,1.82,2008-10-14, -/games/boxart/full_madden-nfl-12_863AmericaFront.jpg,Madden NFL 12,PS3,Sports,EA Sports,EA Tiburon,7.8,2.27,1.93,,0.15,0.18,2011-08-30, -/games/boxart/full_8795761AmericaFrontccc.jpg,Star Wars Battlefront II (US sales),PS2,Shooter,LucasArts,Pandemic Studios,,2.27,2.18,,0.07,0.02,2005-11-01, -/games/boxart/full_477105AmericaFrontccc.jpeg,Borderlands 2,PS3,Shooter,2K Games,Gearbox Software,,2.27,1.06,0.1,0.75,0.36,2012-09-18, -/games/boxart/full_8736251AmericaFrontccc.jpg,No Man's Sky,PS4,Action-Adventure,Hello Games,Hello Games,6.8,2.26,0.89,0.04,0.97,0.37,2016-08-09,2018-04-04 -/games/boxart/full_7689614AmericaFrontccc.jpeg,Madden NFL 15,PS4,Sports,EA Sports,EA Tiburon,,2.25,1.58,,0.25,0.41,2014-08-26,2018-01-04 -/games/boxart/full_7921457AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,PS3,Misc,RedOctane,Neversoft,8.2,2.25,1.4,0.02,0.53,0.3,2007-10-28, -/games/boxart/full_just-dance-kids_638AmericaFront.jpg,Just Dance Kids,Wii,Misc,Ubisoft,Ubisoft Paris,,2.25,1.52,,0.54,0.19,2010-11-09, -/games/boxart/7153932ccc.jpg,Cool Boarders 2,PS,Sports,Sony Computer Entertainment,UEP Systems,,2.25,1.52,0.2,0.46,0.08,1997-10-31, -/games/boxart/3370280ccc.jpg,Sonic Advance,GBA,Platform,Sega,Dimps Corporation / Sonic Team,,2.24,1.19,0.22,0.71,0.13,2002-02-04, -/games/boxart/4000672ccc.jpg,Call of Duty 3,Wii,Shooter,Activision,EXAKT Entertainment,6.8,2.24,1.17,,0.84,0.23,2006-11-14, -/games/boxart/full_3985028AmericaFrontccc.png,Dance Dance Revolution X2,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,2.23,1.09,,0.85,0.28,2009-10-27, -/games/boxart/3334844ccc.jpg,Teenage Mutant Ninja Turtles II: The Arcade Game,NES,Action,Ultra Games,Konami,,2.23,1.74,0.21,0.25,0.03,1990-12-01, -/games/boxart/9218151ccc.jpg,Spyro: Season of Ice,GBA,Platform,Vivendi Games,Digital Eclipse,,2.23,1.29,,0.83,0.11,2001-10-29, -/games/boxart/9444788ccc.jpg,Prince of Persia: The Sands of Time,PS2,Adventure,Ubisoft,Ubisoft Montreal,9,2.22,0.88,,1.03,0.31,2003-11-06, -/games/boxart/full_4884699AmericaFrontccc.jpg,FIFA 19,XOne,Sports,Electronic Arts,EA Sports,,2.22,0.56,,1.5,0.16,2018-09-28,2018-09-12 -/games/boxart/full_7556934AmericaFrontccc.jpg,Battlefield V,PS4,Shooter,Electronic Arts,EA DICE,,2.22,0.8,0.16,0.93,0.34,2018-11-20,2018-12-19 -/games/boxart/full_3503329AmericaFrontccc.jpg,Star Wars: The Force Unleashed,PS3,Action,LucasArts,LucasArts,6.8,2.22,1.01,,0.86,0.35,2008-09-16, -/games/boxart/full_8171965AmericaFrontccc.jpeg,NBA 2K14,PS3,Sports,2K Sports,Visual Concepts,,2.22,1.45,0.04,0.34,0.39,2013-10-01,2018-01-05 -/games/boxart/full_463543AmericaFrontccc.jpg,Guitar Hero II,X360,Misc,RedOctane,Harmonix Music Systems,9.2,2.21,2.01,,0.02,0.17,2007-04-03, -/games/boxart/full_3865712AmericaFrontccc.jpg,Madden NFL 19,PS4,Sports,EA Sports,EA Tiburon,,2.21,1.63,,0.18,0.41,2018-08-10,2018-02-27 -/games/boxart/full_8393471AmericaFrontccc.jpg,Rock Band 2,X360,Misc,MTV Games,Harmonix Music Systems,9.2,2.2,1.78,,0.24,0.18,2008-09-14, -/games/boxart/full_2289063AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,DS,Adventure,LucasArts,Traveller's Tales,,2.2,1.4,,0.6,0.21,2008-06-03, -/games/boxart/full_need-for-speed-hot-pursuit_656AmericaFront.jpg,Need for Speed: Hot Pursuit,X360,Racing,Electronic Arts,Criterion Games,8.8,2.2,1.03,0,0.96,0.21,2010-11-16, -/games/boxart/full_8209982AmericaFrontccc.jpg,BioShock 2,X360,Shooter,2K Games,2K Marin,8.6,2.2,1.45,0.02,0.54,0.2,2010-02-09, -/games/boxart/2883362ccc.jpg,R.B.I. Baseball,NES,Sports,Tengen,Namco,,2.2,0.15,2.05,,,1988-01-01, -/games/boxart/5204468ccc.jpg,High School Musical: Makin' the Cut!,DS,Puzzle,Disney Interactive Studios,Artificial Mind and Movement,7.3,2.2,1.06,,0.9,0.23,2007-08-14, -/games/boxart/full_7194287AmericaFrontccc.jpg,FIFA 15,XOne,Sports,EA Sports,EA Canada,7.9,2.19,0.64,,1.39,0.16,2014-09-23,2018-03-23 -/games/boxart/full_4664409AmericaFrontccc.jpg,Skylanders SWAP Force,Wii,Platform,Activision,Beenox,,2.19,1.23,,0.77,0.19,2013-10-13,2018-01-16 -/games/boxart/full_pro-evolution-soccer-2012_544AmericaFront.jpg,Pro Evolution Soccer 2012,PS3,Sports,Konami,Konami,7.5,2.19,0.34,0.55,0.97,0.32,2011-09-27, -/games/boxart/4120162ccc.jpg,Star Wars: Knights of the Old Republic,XB,Role-Playing,LucasArts,BioWare Corp.,9.4,2.19,1.68,,0.44,0.08,2003-07-17, -/games/boxart/full_1819815AmericaFrontccc.jpg,Final Fantasy XIII,X360,Role-Playing,Square Enix,Square Enix,8.1,2.19,1.3,0.01,0.67,0.21,2010-03-09, -/games/boxart/full_7434846AmericaFrontccc.jpg,Destiny: The Taken King,PS4,Shooter,Activision,Bungie,,2.18,0.97,0.05,0.8,0.36,2015-09-15,2018-04-20 -/games/boxart/full_6891468AmericaFrontccc.jpg,Need for Speed: Payback,PS4,Racing,Electronic Arts,Ghost Games,5.8,2.18,0.62,0.04,1.18,0.34,2017-11-10,2018-04-04 -/games/boxart/3017359ccc.jpg,ATV Offroad Fury 2,PS2,Racing,Sony Computer Entertainment,Rainbow Studios,8.7,2.18,1.92,,0.2,0.06,2002-11-09, -/games/boxart/full_6386296AmericaFrontccc.jpg,Need for Speed Rivals,PS4,Racing,Electronic Arts,Ghost Games,,2.17,0.75,0.03,1.04,0.35,2013-11-15,2018-01-16 -/games/boxart/full_8126502AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds,XOne,Shooter,Microsoft Studios,PUBG Corporation,,2.17,1.29,,0.69,0.2,2017-12-12,2018-01-16 -/games/boxart/full_9751338AmericaFrontccc.jpg,Spyro Reignited Trilogy,PS4,Platform,Activision,Toys for Bob,,2.17,0.75,,1.07,0.35,2018-11-13,2018-04-08 -/games/boxart/full_4603698PALFrontccc.jpg,Your Shape featuring Jenny McCarthy,Wii,Sports,Ubisoft,Ubisoft,6,2.16,1.5,,0.46,0.19,2009-11-24, -/games/boxart/8030792ccc.jpg,The Sims: House Party,PC,Simulation,Maxis,Maxis,,2.16,1.23,,0.83,0.1,2001-03-26, -/games/boxart/full_1726720AmericaFrontccc.jpg,PlayStation VR Worlds,PS4,Misc,Sony Interactive Entertainment,SIE London Studio,,2.16,0.36,0.09,1.4,0.32,2016-10-13,2018-04-06 -/games/boxart/54796ccc.jpg,Syphon Filter 2,PS,Shooter,989 Studios,Eidetic,,2.15,1.5,0.02,0.55,0.08,2000-02-29, -/games/boxart/full_2652928AmericaFrontccc.png,Battlefield: Hardline,PS4,Shooter,Electronic Arts,EA DICE,,2.15,0.72,0.14,0.97,0.33,2015-03-17,2018-04-11 -/games/boxart/4489967ccc.jpg,Call of Duty: Roads to Victory,PSP,Shooter,Activision,Amaze Entertainment,6.1,2.14,0.52,,1.03,0.59,2007-03-13, -/games/boxart/1195402ccc.jpg,SimCity 2000,PC,Simulation,Maxis,Maxis,8,2.14,1.2,,0.84,0.1,1993-01-01, -/games/boxart/full_nba-2k12_24AmericaFront.jpg,NBA 2K12,PS3,Sports,2K Sports,Visual Concepts,9,2.13,1.62,0.05,0.27,0.18,2011-10-04, -/games/boxart/full_9917743AmericaFrontccc.jpg,Dance Dance Revolution Extreme,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,2.13,1.04,,0.81,0.27,2004-09-21, -/games/boxart/6174127ccc.jpg,Demon Attack,2600,Shooter,Imagic,Imagic,,2.13,1.99,,0.12,0.02,1982-01-01, -/games/boxart/full_3184871AmericaFrontccc.jpg,Borderlands,PS3,Shooter,2K Games,Gearbox Software,8.2,2.12,1.22,,0.61,0.29,2009-10-20, -/games/boxart/full_4560317AmericaFrontccc.jpg,Mortal Kombat (2011),X360,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,8.6,2.12,1.64,,0.31,0.17,2011-04-19,2018-01-06 -/games/boxart/7039316ccc.jpg,Tony Hawk's Pro Skater,N64,Sports,Activision,Edge of Reality,9.3,2.11,1.68,,0.4,0.03,2000-02-29, -/games/boxart/277263ccc.jpg,Need for Speed: Hot Pursuit 2,PS2,Racing,Electronic Arts,EA Seattle,8.7,2.11,1.68,0.02,0.31,0.09,2002-10-01, -/games/boxart/full_605562AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,PS3,Sports,Konami,Konami,7.7,2.11,0.11,0.4,1.34,0.26,2008-11-11, -/games/boxart/full_nba-2k11_5AmericaFront.jpg,NBA 2K11,X360,Sports,2K Sports,Visual Concepts,8.8,2.11,1.86,0.01,0.12,0.13,2010-10-05, -/games/boxart/6422027ccc.jpg,Scooby-Doo! Night of 100 Frights,PS2,Platform,THQ,Heavy Iron Studios,,2.1,1.17,,0.72,0.22,2002-05-20, -/games/boxart/full_339436AmericaFrontccc.png,Battlefield 4,XOne,Shooter,Electronic Arts,EA DICE,,2.09,1.26,,0.65,0.19,2013-11-22,2018-01-05 -/games/boxart/4661250ccc.jpg,Finding Nemo,PS2,Action,THQ,Traveller's Tales,,2.09,1.26,0.05,0.6,0.18,2003-05-09, -/games/boxart/full_2513208AmericaFrontccc.jpg,Madden NFL 15,X360,Sports,EA Sports,EA Tiburon,,2.09,1.8,,0.06,0.22,2014-08-26,2018-01-04 -/games/boxart/full_9948178AmericaFrontccc.jpg,Grand Theft Auto: Episodes from Liberty City,PS3,Adventure,Rockstar Games,Rockstar North,9,2.09,0.62,0.13,0.99,0.34,2010-04-13, -/games/boxart/2450595ccc.jpg,Need for Speed: Most Wanted 5-1-0,PSP,Racing,Electronic Arts,EA Black Box,7.4,2.09,1.77,0.02,0.13,0.17,2005-11-15, -/games/boxart/full_7471574AmericaFrontccc.jpg,Just Dance 2015,Wii,Music,Ubisoft,Ubisoft Paris,,2.09,1,,0.91,0.18,2014-10-21,2018-04-03 -/games/boxart/full_3830035AmericaFrontccc.jpg,Tetris Worlds,PS2,Puzzle,THQ,Blue Planet Software,,2.08,1.11,,0.71,0.27,2002-03-20, -/games/boxart/full_9978864AmericaFrontccc.jpg,Metal Gear Solid: Peace Walker,PSP,Action,Konami,Kojima Productions,8.6,2.08,0.46,0.96,0.42,0.25,2010-06-08, -/games/boxart/full_720979AmericaFrontccc.jpg,Rock Band,Wii,Misc,MTV Games,Harmonix Music Systems,8.2,2.08,1.33,,0.56,0.2,2008-06-22, -/games/boxart/full_2112537AmericaFrontccc.jpg,Sim Theme Park,PC,Strategy,Electronic Arts,Bullfrog Productions,8.1,2.08,2.04,,0.04,,1999-10-31, -/games/boxart/full_8800849AmericaFrontccc.jpg,Wipeout: The Game,Wii,Misc,Activision,Endemol,,2.08,1.94,,,0.14,2010-06-22, -/games/boxart/full_portal-2_551AmericaFront.jpg,Portal 2,X360,Shooter,Valve,Valve Software,9.6,2.08,1.41,0.01,0.49,0.17,2011-04-19, -/games/boxart/full_7176439AmericaFrontccc.jpg,UFC 2009 Undisputed,X360,Fighting,THQ,Yuke's Osaka,8.4,2.07,1.48,0,0.39,0.19,2009-05-19, -/games/boxart/full_3309391AmericaFrontccc.jpg,Spec Ops: Airborne Commando,PS,Shooter,Gotham Games,Big Grub,,2.07,1.54,,0.46,0.08,2002-10-31, -/games/boxart/3540614ccc.jpg,Dance Dance Revolution: Hottest Party,Wii,Simulation,Konami,Bemani,,2.07,1.35,,0.53,0.19,2007-09-25, -/games/boxart/full_927091AmericaFrontccc.png,Rise of the Tomb Raider,PS4,Adventure,Square Enix,Crystal Dynamics,,2.07,0.61,0.05,1.08,0.32,2016-10-11,2018-04-11 -/games/boxart/full_7194469AmericaFrontccc.jpg,The Sims 2: Pets,DS,Simulation,Electronic Arts,Maxis,4.8,2.07,0.92,,0.93,0.22,2006-10-31, -/games/boxart/full_5196183AmericaFrontccc.jpg,Call of Duty 2,X360,Shooter,Activision,Infinity Ward,8.8,2.06,1.84,0.01,0.04,0.16,2005-11-17, -/games/boxart/full_5621072AmericaFrontccc.jpg,R4: Ridge Racer Type 4,PS,Racing,Namco,Namco,9.1,2.06,0.68,0.79,0.46,0.13,1999-05-04, -/games/boxart/8299340ccc.jpg,The Incredibles,GBA,Action,THQ,Helixe,5.4,2.06,1.15,0.04,0.77,0.1,2004-10-31, -/games/boxart/full_7914896AmericaFrontccc.jpg,Toy Story 3: The Video Game,DS,Action,Disney Interactive Studios,Avalanche Software,,2.06,0.89,0.02,0.95,0.21,2010-06-15, -/games/boxart/full_9681133AmericaFrontccc.jpg,Hitman: Absolution,PS3,Action,Square Enix,IO Interactive,,2.06,0.59,0.07,1.08,0.32,2012-11-20, -/games/boxart/full_7305262AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Conviction,X360,Action,Ubisoft,Ubisoft Montreal,8.6,2.06,1.2,0.04,0.62,0.19,2010-04-13, -/games/boxart/full_8917255AmericaFrontccc.jpg,Need for Speed: Undercover,PS3,Racing,Electronic Arts,EA Vancouver,5.9,2.06,0.63,0.05,1.01,0.38,2008-11-17, -/games/boxart/full_8183705JapanFrontccc.jpg,Famista '89 - Kaimaku Han!!,NES,Sports,Namco,Namco,,2.05,,2.05,,,1989-07-28, -/games/boxart/full_dark-souls_567AmericaFront.jpg,Dark Souls,PS3,Role-Playing,Namco Bandai,From Software,9,2.05,0.75,0.54,0.53,0.22,2011-10-04, -/games/boxart/full_9497640AmericaFrontccc.jpg,Mortal Kombat vs DC Universe,PS3,Fighting,Midway Games,Midway Amusement Games,7.6,2.05,1.52,,0.29,0.25,2008-11-16, -/games/boxart/full_6126086AmericaFrontccc.jpg,The Elder Scrolls Online: Tamriel Unlimited,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,,2.05,0.74,,0.98,0.33,2015-06-09,2018-09-15 -/games/boxart/full_2163996AmericaFrontccc.jpg,Need for Speed: ProStreet,X360,Racing,Electronic Arts,EA Black Box,7.1,2.05,1.04,0.01,0.79,0.21,2007-11-15, -/games/boxart/1140127ccc.jpg,NBA Jam,GEN,Sports,Arena Entertainment,Iguana Entertainment,,2.05,1.75,,0.25,0.05,1993-01-01, -/games/boxart/4837390ccc.jpg,SOCOM: U.S. Navy SEALs: Combined Assault,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,,2.04,1.74,,0.02,0.28,2006-11-07, -/games/boxart/full_3596609AmericaFrontccc.jpg,Dragon Quest XI: Echoes of an Elusive Age,PS4,Role-Playing,Square Enix,Square Enix,9.5,2.04,0.29,1.43,0.22,0.1,2018-09-04,2018-09-11 -/games/boxart/full_2000268AmericaFrontccc.jpg,PGR4 - Project Gotham Racing 4,X360,Racing,Microsoft Game Studios,Bizarre Creations,8.6,2.04,0.48,0.02,1.28,0.25,2007-10-02, -/games/boxart/3962299ccc.jpg,Need for Speed: ProStreet,PS3,Racing,Electronic Arts,EA Black Box,7.2,2.04,0.73,0.04,0.91,0.36,2007-11-13, -/games/boxart/full_4651786AmericaFrontccc.jpg,NBA 2K17,XOne,Sports,2K Sports,Visual Concepts,8.8,2.04,1.7,,0.12,0.21,2016-09-16,2018-03-28 -/games/boxart/full_dance-central-2_712AmericaFront.jpg,Dance Central 2,X360,Music,Microsoft,Harmonix Music Systems,8.6,2.04,1.45,0.01,0.41,0.16,2011-10-25,2018-08-10 -/games/boxart/full_4285911AmericaFrontccc.jpg,Carnival Games,DS,Misc,2K Play,Cat Daddy Games,,2.04,1.22,,0.63,0.19,2008-07-08, -/games/boxart/full_4998678AmericaFrontccc.jpg,Middle-Earth: Shadow of War,PS4,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,2.04,0.82,0.06,0.84,0.33,2017-10-10,2018-01-10 -/games/boxart/9313458ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,PS2,Action,Ubisoft,Ubisoft Montpellier,,2.04,0.71,,1.02,0.31,2005-11-21, -/games/boxart/full_3929995AmericaFrontccc.jpg,Madden NFL 25,PS3,Sports,Electronic Arts,EA Tiburon,7.5,2.04,1.62,,0.03,0.38,2013-08-27,2018-01-06 -/games/boxart/6422881ccc.jpg,NBA Live 2004,PS2,Sports,EA Sports,EA Canada,,2.03,1.57,,0.18,0.27,2003-10-14, -/games/boxart/full_1218783AmericaFrontccc.jpg,Skate 3,PS3,Sports,EA Sports,EA Black Box,,2.03,0.79,,0.93,0.32,2010-05-11, -/games/boxart/full_6378091AmericaFrontccc.jpg,Rayman Raving Rabbids: TV Party,Wii,Misc,Ubisoft,Ubisoft Paris,7.1,2.03,0.72,,1.08,0.23,2008-11-18, -/games/boxart/full_the-sims-3_3AmericaFront.jpg,The Sims 3,PS3,Simulation,Electronic Arts,The Sims Studio,8.1,2.03,0.73,0.02,0.96,0.31,2010-10-26, -/games/boxart/full_1524157AmericaFrontccc.jpg,NBA 2K18,XOne,Sports,2K Sports,Visual Concepts,7.7,2.02,1.67,,0.14,0.21,2017-09-19,2018-04-02 -/games/boxart/full_9866011AmericaFrontccc.jpg,Rocket League,PS4,Sports,505 Games,Psyonix Studios,8.7,2.02,0.37,,1.34,0.31,2016-07-05,2018-04-04 -/games/boxart/full_just-dance-3_667AmericaFront.jpg,Just Dance 3,X360,Misc,Ubisoft,Ubisoft Paris,5.5,2.02,1.47,,0.39,0.16,2011-10-07, -/games/boxart/full_need-for-speed-the-run_770AmericaFront.jpg,Need for Speed: The Run,PS3,Racing,Electronic Arts,EA Black Box,6.3,2.01,0.58,0.03,1.05,0.35,2011-11-15, -/games/boxart/full_2985212AmericaFrontccc.jpg,Call of Duty: Black Ops 3,X360,Shooter,Activision,Treyarch,,2.01,1.36,,0.47,0.19,2015-11-06,2018-01-14 -/games/boxart/7889439ccc.jpg,TouchMaster,DS,Puzzle,Midway Games,Midway Studios San Diego,6.9,2,0.48,,1.27,0.24,2007-06-25, -/games/boxart/full_9621972AmericaFrontccc.jpg,Dead Space,PS3,Shooter,Electronic Arts,EA Redwood Shores,8.9,2,1.05,,0.66,0.29,2008-10-13, -/games/boxart/full_9753159AmericaFrontccc.jpg,Tenchu: Stealth Assassins,PS,Action,Activision,Acquire,8.8,1.99,0.95,0.27,0.64,0.13,1998-08-31, -/games/boxart/full_8236012AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,GBA,Adventure,Electronic Arts,Eurocom Entertainment Software,7.2,1.99,1.21,0.05,0.64,0.09,2002-11-14, -/games/boxart/full_8004556AmericaFrontccc.jpg,Mortal Kombat vs DC Universe,X360,Fighting,Midway Games,Midway Amusement Games,7.6,1.99,1.58,,0.23,0.18,2008-11-16, -/games/boxart/full_370383AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,PS,Adventure,Electronic Arts,Argonaut Games,,1.98,0.75,0.02,1.09,0.12,2002-11-14, -/games/boxart/full_1113491AmericaFrontccc.jpg,Just Cause 3,PS4,Action-Adventure,Square Enix,Avalanche Studios,7.5,1.98,0.53,0.09,1.07,0.3,2015-12-01,2018-04-04 -/games/boxart/full_2293744AmericaFrontccc.jpg,Dishonored 2,PS4,Action,Bethesda Softworks,Arkane Studios,,1.97,0.62,0.01,1.02,0.31,2016-11-10,2018-04-25 -/games/boxart/6239190ccc.jpg,E.T.: The Extra Terrestrial,2600,Action,Atari,Atari,,1.97,1.84,,0.11,0.02,1982-01-01, -/games/boxart/full_9201038PALFrontccc.jpg,Resident Evil 6,X360,Action,Capcom,Capcom,,1.97,1.12,0.07,0.61,0.16,2012-10-02, -/games/boxart/full_3023982AmericaFrontccc.jpg,BioShock Infinite,X360,Shooter,2K Games,Irrational Games,,1.97,1.22,0.02,0.55,0.18,2013-03-26,2018-02-07 -/games/boxart/776764ccc.jpg,Spyro: Enter the Dragonfly,PS2,Platform,VU Games,Check Six Games,,1.97,0.74,,0.95,0.28,2002-11-03, -/games/boxart/full_6294434AmericaFrontccc.jpg,Hot Shots Golf: Open Tee,PSP,Sports,Sony Computer Entertainment,Clap Hanz,8.4,1.96,0.5,0.63,0.5,0.33,2005-05-03, -/games/boxart/full_5761407AmericaFrontccc.jpg,Lego Marvel Super Heroes,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.96,0.77,0.01,0.85,0.32,2013-10-22,2018-12-01 -/games/boxart/full_860837AmericaFrontccc.jpg,Call of Duty: Black Ops 3,PS3,Shooter,Activision,Treyarch,,1.95,0.65,0.07,0.92,0.3,2015-11-06,2018-01-14 -/games/boxart/full_2531356AmericaFrontccc.jpg,NBA Street Vol. 2,PS2,Sports,EA Sports BIG,EA Canada,,1.95,1.69,,0.2,0.06,2003-04-28, -/games/boxart/full_7063115AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas,X360,Shooter,Ubisoft,Ubisoft Montreal,8.8,1.95,1.09,0.02,0.65,0.2,2006-11-20, -/games/boxart/1223151ccc.jpg,Grand Theft Auto: San Andreas,XB,Action,Rockstar Games,Rockstar North,9.2,1.95,1.26,,0.61,0.09,2005-06-07, -/games/boxart/4549850ccc.jpg,Star Wars: Dark Forces,PC,Shooter,LucasArts,LucasArts,,1.95,1.09,,0.77,0.09,1995-02-28, -/games/boxart/2951394ccc.jpg,Crash Nitro Kart,PS2,Racing,VU Games,Vicarious Visions,,1.95,0.74,,1.01,0.2,2003-11-13, -/games/boxart/full_2612770AmericaFrontccc.jpg,Burnout Paradise,PS3,Racing,Electronic Arts,Criterion Games,9,1.95,1.01,0.02,0.63,0.28,2008-01-22, -/games/boxart/full_1480862AmericaFrontccc.jpg,Scooby Doo and the Cyber Chase,PS,Adventure,THQ,Art,,1.94,0.59,,1.23,0.13,2001-10-04, -/games/boxart/6940968ccc.jpg,Tom Clancy's Ghost Recon,PS2,Shooter,Ubisoft,Red Storm Entertainment,,1.94,1.42,,0.4,0.12,2002-11-11, -/games/boxart/889450ccc.jpg,Call of Duty: World at War,Wii,Shooter,Activision,EXAKT Entertainment,8.1,1.94,1.17,,0.58,0.18,2008-11-10, -/games/boxart/708488ccc.jpg,Def Jam Vendetta,PS2,Fighting,EA Sports BIG,Aki Corporation,,1.94,0.95,,0.74,0.25,2003-03-31, -/games/boxart/full_606503AmericaFrontccc.png,Forza Horizon,X360,Racing,Microsoft Studios,Playground Games,,1.94,0.82,0.04,0.94,0.16,2012-10-23,2018-01-16 -/games/boxart/full_4947312AmericaFrontccc.jpg,Destiny,X360,Misc,Activision,Unknown,,1.94,1.32,,0.44,0.19,2014-09-09, -/games/boxart/3217567ccc.jpg,Jet Moto 2,PS,Racing,Sony Computer Entertainment,SingleTrac,,1.94,1.41,0.03,0.42,0.07,1997-10-31, -/games/boxart/5963603ccc.jpg,FIFA Soccer 09,X360,Sports,Electronic Arts,EA Canada,8.7,1.94,0.49,0.01,1.26,0.18,2008-10-14, -/games/boxart/6735244ccc.jpg,X-Men Legends,PS2,Role-Playing,Activision,Raven Software,8.6,1.93,1,,0.72,0.21,2004-09-21, -/games/boxart/full_3519516AmericaFrontccc.jpg,Virtua Fighter 2,SAT,Fighting,Sega,Sega-AM2,,1.93,0.34,1.3,0.26,0.03,1996-01-01, -/games/boxart/6351988ccc.jpg,Mortal Kombat II,SNES,Fighting,Acclaim Entertainment,Sculptured Software,,1.93,1.48,,0.39,0.06,1994-01-01, -/games/boxart/full_the-sims-makin-magic_942AmericaFront.jpg,The Sims: Makin' Magic,PC,Simulation,Electronic Arts,Maxis,,1.92,1.03,,0.8,0.09,2003-10-28, -/games/boxart/4651741ccc.jpg,The Legend of Zelda: Oracle of Ages,GBC,Adventure,Nintendo,Flagship,9.4,1.92,0.92,0.41,0.53,0.06,2001-05-13,2018-01-06 -/games/boxart/2578106ccc.jpg,Guitar Hero: World Tour,PS3,Misc,Activision,Neversoft Entertainment,8.5,1.92,1.1,,0.55,0.27,2008-10-26, -/games/boxart/full_4909422AmericaFrontccc.jpg,Star Wars Battlefront II (2017),XOne,Shooter,Electronic Arts,EA DICE,,1.92,1.15,,0.59,0.17,2017-11-17,2017-12-29 -/games/boxart/8683740ccc.jpg,Red Faction,PS2,Shooter,THQ,Volition Inc.,9.1,1.92,0.76,,0.96,0.2,2001-05-21, -/games/boxart/4507556ccc.jpg,MX Unleashed,PS2,Racing,THQ,Rainbow Studios,,1.92,0.94,,0.73,0.25,2004-02-17, -/games/boxart/full_6648091AmericaFrontccc.jpeg,Lego Marvel Super Heroes,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.91,0.59,0.01,1,0.3,2013-11-15,2018-12-01 -/games/boxart/full_1453628AmericaFrontccc.jpg,Madden NFL 18,XOne,Sports,EA Sports,EA Tiburon,8.8,1.91,1.63,,0.07,0.2,2017-08-25,2018-04-03 -/games/boxart/full_9718795AmericaFrontccc.jpg,Need for Speed: Shift,X360,Racing,Electronic Arts,Slightly Mad Studios,8.2,1.91,0.73,0.01,0.96,0.22,2009-09-15, -/games/boxart/3258468ccc.jpg,Star Wars Rogue Leader: Rogue Squadron II,GC,Simulation,LucasArts,Factor 5,9.2,1.9,1.03,0.03,0.75,0.09,2001-11-09, -/games/boxart/full_6890376AmericaFrontccc.jpg,Tomb Raider (2013),X360,Action,Square Enix,Crystal Dynamics,8.5,1.9,0.86,0.01,0.87,0.16,2013-03-05,2018-01-06 -/games/boxart/full_7052292AmericaFrontccc.jpg,Batman: Arkham Origins,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,1.9,1.15,0,0.58,0.17,2013-10-25,2018-04-13 -/games/boxart/full_8684791AmericaFrontccc.jpg,Toy Story Mania!,Wii,Misc,Disney Interactive Studios,Papaya Studios,,1.89,1.04,,0.66,0.19,2009-09-15, -/games/boxart/full_6736771AmericaFrontccc.jpg,Madden NFL 09,PS3,Sports,EA Sports,EA Tiburon,8.6,1.89,1.56,0,0.15,0.18,2008-08-12, -/games/boxart/full_4305946AmericaFrontccc.jpg,Monopoly,Wii,Misc,Electronic Arts,EA Bright Light,,1.89,0.86,0,0.83,0.2,2008-10-20, -/games/boxart/full_8777882AmericaFrontccc.jpg,Minecraft,NS,Sandbox,Mojang,4J Studios,9.2,1.89,0.69,0.52,0.56,0.12,2018-06-21,2019-01-26 -/games/boxart/1634729ccc.jpg,Hot Shots Golf 2,PS,Sports,Sony Computer Entertainment,Clap Hanz,,1.88,0.25,1.48,0.12,0.03,2000-02-29, -/games/boxart/full_8319372AmericaFrontccc.jpg,Mortal Kombat: Deception,PS2,Fighting,Midway Games,Midway Games,7.4,1.88,0.92,,0.72,0.24,2004-10-04, -/games/boxart/full_6777771AmericaFrontccc.jpg,Game Party 2,Wii,Misc,Midway Games,FarSight Studios,,1.88,1.28,,0.44,0.17,2008-10-06, -/games/boxart/7014830ccc.jpg,Medal of Honor: European Assault (All Region sales),PS2,Shooter,Electronic Arts,EA Los Angeles,,1.88,0.89,0.09,0.69,0.21,2005-06-07, -/games/boxart/full_5088555AmericaFrontccc.jpg,WCW Nitro,PS,Fighting,THQ,Inland Productions,,1.88,1.42,0.03,0.36,0.07,1998-01-31, -/games/boxart/4950763ccc.jpg,FIFA 2000,PS,Sports,EA Sports,EA Canada,8.8,1.87,0.22,0.04,1.47,0.14,1999-10-09, -/games/boxart/6757339ccc.jpg,High School Musical: Sing It!,PS2,Misc,Disney Interactive Studios,Artificial Mind and Movement,,1.87,0.47,,0.08,1.33,2007-10-30, -/games/boxart/full_infamous-2_615AmericaFront.jpg,inFAMOUS 2,PS3,Action,Sony Computer Entertainment,Sucker Punch Productions,8.1,1.87,1.05,0.08,0.48,0.26,2011-06-07, -/games/boxart/full_127220PALFrontccc.jpg,SingStar,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,8,1.86,,,1.37,0.49,2004-05-21, -/games/boxart/full_5929576AmericaFrontccc.jpg,The Legend of Dragoon,PS,Role-Playing,Sony Computer Entertainment,SCEI,7.8,1.86,0.94,0.39,0.44,0.1,2000-06-11, -/games/boxart/full_4827825AmericaFrontccc.jpg,Sonic Classic Collection,DS,Platform,Sega,Sonic Team,7.5,1.86,0.94,,0.74,0.18,2010-03-02, -/games/boxart/full_2363163AmericaFrontccc.jpg,The Legend of Zelda: Oracle of Seasons,GBC,Adventure,Nintendo,Flagship,9.3,1.86,0.87,0.41,0.52,0.06,2001-05-13,2018-01-06 -/games/boxart/full_308626AmericaFrontccc.jpg,The Evil Within,PS4,Action,Bethesda Softworks,Tango Gameworks,7.7,1.86,0.56,0.11,0.9,0.28,2014-10-14,2018-03-13 -/games/boxart/2243101ccc.jpg,Shrek 2,PS2,Platform,Activision,"Luxoflux, Inc.",6.9,1.86,1.12,0.03,0.69,0.02,2004-04-28, -/games/boxart/full_7230441AmericaFrontccc.jpg,Star Wars: The Force Unleashed,Wii,Action,LucasArts,Krome Studios,6.8,1.86,1.11,0,0.56,0.19,2008-09-16, -/games/boxart/full_4250605AmericaFrontccc.jpg,Max Payne 3,PS3,Shooter,Rockstar Games,Rockstar Vancouver,,1.86,0.59,0.06,0.93,0.27,2012-05-15, -/games/boxart/7832914ccc.jpg,NBA Live 2002,PS2,Sports,EA Sports,EA Canada,,1.86,0.91,,0.71,0.24,2001-10-29, -/games/boxart/9043381ccc.gif,Madden NFL 06,XB,Sports,EA Sports,EA Tiburon,,1.86,1.75,,0.03,0.08,2005-08-08, -/games/boxart/full_4797939AmericaFrontccc.jpg,Phineas and Ferb,DS,Action,Disney Interactive Studios,Disney Interactive Studios,,1.85,1.33,,0.37,0.15,2009-02-03, -/games/boxart/full_9060258AmericaFrontccc.jpg,Jak 3,PS2,Platform,Sony Computer Entertainment,Naughty Dog,,1.85,1.33,,0.49,0.03,2004-11-09, -/games/boxart/full_631964AmericaFrontccc.jpg,Forza Horizon 4,XOne,Racing,Microsoft Studios,Playground Games,9.2,1.84,0.74,0.01,0.95,0.15,2018-10-02,2018-10-01 -/games/boxart/full_7540104AmericaFrontccc.jpg,Rayman Raving Rabbids 2,Wii,Misc,Ubisoft,Ubisoft Paris,6.6,1.84,0.82,,0.82,0.2,2007-11-15, -/games/boxart/full_3519086AmericaFrontccc.jpg,NCAA Football 06,PS2,Sports,EA Sports,EA Tiburon,,1.84,1.53,,0.05,0.25,2005-07-11, -/games/boxart/full_6721404JapanFrontccc.jpg,Gran Turismo Concept 2001 Tokyo,PS2,Racing,Unknown,Polyphony Digital,,1.84,,0.42,1.1,0.33,, -/games/boxart/full_4836153PALFrontccc.jpg,2 Games in 1: Sonic Advance & ChuChu Rocket!,GBA,Misc,THQ,Sega,,1.83,1.31,,0.49,0.03,2005-11-11, -/games/boxart/full_4043682AmericaFrontccc.jpg,Jet Moto,PS,Racing,Sony Computer Entertainment,SingleTrac,,1.83,1.33,0.03,0.4,0.07,1996-10-31, -/games/boxart/full_5767716AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Special Edition,XOne,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.1,1.83,1.13,,0.53,0.17,2016-10-28,2018-04-01 -/games/boxart/full_8974137AmericaFrontccc.jpg,Watch Dogs,PS3,Action-Adventure,Ubisoft,Ubisoft Montreal,,1.83,0.56,0.1,0.89,0.28,2014-05-27,2018-03-15 -/games/boxart/full_9962375AmericaFrontccc.jpg,BioShock Infinite,PS3,Shooter,2K Games,Irrational Games,9.5,1.82,0.74,0.04,0.74,0.3,2013-03-26,2018-01-09 -/games/boxart/6219359ccc.jpg,Sonic & Knuckles,GEN,Platform,Sega,Sonic Team,,1.82,1.24,0.03,0.43,0.12,1994-10-17, -/games/boxart/859274ccc.jpg,Namco Museum,PS2,Misc,Namco,Mass Media,,1.82,1.73,,0.07,0.02,2001-12-04, -/games/boxart/full_3989486AmericaFrontccc.jpg,The Orange Box,X360,Shooter,Electronic Arts,Valve Software,9.7,1.82,1.09,0.02,0.53,0.17,2007-10-10, -/games/boxart/full_7070522JapanFrontccc.jpg,Dragon Quest XI,3DS,Role-Playing,Square Enix,Square Enix,,1.82,,1.82,,,2017-07-29,2018-01-05 -/games/boxart/full_8141869AmericaFrontccc.jpg,The Sims: Hot Date,PC,Simulation,Electronic Arts,Maxis,,1.82,1.81,,0,,2001-11-21, -/games/boxart/8167501ccc.jpg,Crazy Taxi,DC,Racing,Sega,Hitmaker,9.3,1.81,1.1,0.12,0.51,0.08,2000-01-24, -/games/boxart/6334190ccc.jpg,DDRMAX2: Dance Dance Revolution,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.81,1.05,,0.59,0.18,2003-09-23, -/games/boxart/full_4523491AmericaFrontccc.jpg,Sly 2: Band of Thieves,PS2,Platform,Sony Computer Entertainment,Sucker Punch,,1.81,0.88,,0.69,0.23,2004-09-14, -/games/boxart/full_nba-2k11_6AmericaFront.jpg,NBA 2K11,PS3,Sports,2K Sports,Visual Concepts,,1.81,1.41,0.03,0.21,0.16,2010-10-05, -/games/boxart/7443586ccc.jpg,NFL GameDay 2000,PS,Sports,989 Studios,Red Zone Entertainment,,1.8,1,,0.68,0.12,1999-07-31, -/games/boxart/9304176ccc.jpg,Sonic Advance 2,GBA,Platform,Sega,Dimps Corporation / Sonic Team,,1.8,0.93,0.21,0.59,0.07,2003-03-09, -/games/boxart/4233691ccc.jpg,Guitar Hero: World Tour,PS2,Misc,Activision,BudCat Creations,,1.8,1,,0.03,0.77,2008-10-26, -/games/boxart/full_4773737AmericaFrontccc.jpg,The Crew,PS4,Racing,Ubisoft,Ubisoft Reflections,,1.79,0.44,0.03,1.04,0.27,2014-12-02,2018-01-04 -/games/boxart/full_lego-star-wars-iii-the-clone-wars_36AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,Wii,Action,LucasArts,Traveller's Tales,7.5,1.79,1.01,,0.62,0.15,2011-03-22, -/games/boxart/6169554ccc.jpg,The Lion King,SNES,Platform,Virgin Interactive,Westwood Studios,,1.79,1.26,0.08,0.39,0.06,1994-10-01, -/games/boxart/7611511ccc.jpg,SpongeBob SquarePants: SuperSponge,PS,Action,THQ,Climax Group,,1.78,1.12,,0.58,0.08,2001-09-21, -/games/boxart/3647930ccc.jpg,The Getaway: Black Monday,PS2,Action,Sony Computer Entertainment,Team Soho,,1.78,0.39,0.02,1.01,0.36,2005-01-11, -/games/boxart/2715589ccc.jpg,Midnight Club II,PS2,Racing,Rockstar Games,Rockstar San Diego,,1.78,1.25,,0.29,0.24,2003-04-09, -/games/boxart/full_4313557AmericaFrontccc.jpg,Far Cry 5,XOne,Action,Ubisoft,Ubisoft Montreal,7.2,1.78,1.14,,0.47,0.17,2018-03-27,2018-02-28 -/games/boxart/8801129ccc.jpg,50 Cent: Bulletproof,PS2,Action,Vivendi Games,Genuine,,1.77,0.85,,0.76,0.16,2005-11-17, -/games/boxart/8044547ccc.jpg,State of Emergency,PS2,Action,Rockstar Games,VIS Entertainment,8,1.76,0.86,,0.67,0.22,2002-02-12, -/games/boxart/full_1012700AmericaFrontccc.jpg,Star Wars: Starfighter,PS2,Simulation,LucasArts,LucasArts,,1.76,0.61,0.02,0.87,0.26,2001-02-19, -/games/boxart/full_8403039AmericaFrontccc.jpg,2 Games in 1 Double Pack: The Incredibles / Finding Nemo: The Continuing Adventures,GBA,Action,THQ,Helixe / Altron,,1.76,1.26,,0.47,0.03,2007-02-27, -/games/boxart/full_7094507AmericaFrontccc.jpg,UFC 2009 Undisputed,PS3,Fighting,THQ,Yuke's Osaka,8.4,1.76,1.07,0.01,0.45,0.24,2009-05-19, -/games/boxart/full_8591445AmericaFrontccc.jpg,Dragon's Dogma,PS3,Role-Playing,Capcom,Capcom,,1.76,0.41,0.72,0.48,0.16,2012-05-22,2019-01-29 -/games/boxart/7651927ccc.jpg,The SpongeBob SquarePants Movie,PS2,Platform,THQ,Heavy Iron Studios,6.6,1.76,1.06,,0.54,0.16,2004-10-27, -/games/boxart/5536952ccc.jpg,Sonic the Hedgehog 3,GEN,Platform,Sega,Sonic Team,,1.76,1.02,0.2,0.47,0.07,1994-01-23, -/games/boxart/5275775ccc.jpg,Def Jam: Fight for NY,PS2,Fighting,Electronic Arts,AKI Corporation / EA Canada,,1.76,0.86,,0.67,0.22,2004-09-20, -/games/boxart/9699453ccc.jpg,Tom Clancy's Ghost Recon,XB,Shooter,Ubisoft,Red Storm Entertainment,,1.76,1.23,,0.46,0.07,2002-11-11, -/games/boxart/full_2457219AmericaFrontccc.jpg,WWF Attitude,PS,Fighting,Acclaim Entertainment,Acclaim Entertainment,,1.76,1.27,,0.42,0.07,1999-07-31, -/games/boxart/5075734ccc.jpg,High School Musical: Sing It!,Wii,Misc,Disney Interactive Studios,Artificial Mind and Movement,6.4,1.76,1.15,,0.45,0.16,2007-10-30, -/games/boxart/1425321ccc.jpg,The Urbz: Sims in the City,PS2,Simulation,Electronic Arts,Maxis,,1.76,0.52,,0.95,0.29,2004-11-09, -/games/boxart/full_664593AmericaFrontccc.jpg,Just Cause 2,PS3,Action,Square Enix,Avalanche Studios,8.3,1.75,0.45,0.06,0.92,0.32,2010-03-23, -/games/boxart/full_7143174AmericaFrontccc.jpg,For Honor,PS4,Action,Ubisoft,Ubisoft Montreal,,1.75,0.73,0.07,0.66,0.28,2017-02-14,2018-01-09 -/games/boxart/6864542ccc.jpg,Madden NFL 2000,PS,Sports,EA Sports,EA Tiburon,,1.75,1.68,,0.04,0.04,1999-07-31, -/games/boxart/full_4886660PALFrontccc.jpg,Pro Evolution Soccer,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,1.75,0.06,0.53,0.9,0.27,2001-11-24, -/games/boxart/full_6790033PALFrontccc.jpg,2 Games in 1: Disney Princess & The Lion King,GBA,Misc,THQ,Various,,1.75,1.25,,0.46,0.03,2004-12-01, -/games/boxart/3407573ccc.jpg,Star Wars Battlefront,XB,Shooter,LucasArts,Pandemic Studios,,1.75,1.24,,0.45,0.07,2004-09-20, -/games/boxart/full_1402680AmericaFrontccc.jpg,Dance Dance Revolution X,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.75,0.85,0.01,0.66,0.22,2008-09-12, -/games/boxart/1324247ccc.jpg,FIFA Soccer 08,PS3,Sports,EA Sports,EA Canada,8.5,1.75,0.35,0.02,1.07,0.31,2007-10-09, -/games/boxart/full_146939AmericaFrontccc.jpg,Star Wars Episode I: The Phantom Menace,PS,Adventure,LucasArts,Big Ape Productions,,1.74,0.72,0.04,0.89,0.1,1999-08-31, -/games/boxart/full_9681367AmericaFrontccc.png,NBA 2K15,XOne,Sports,2K Sports,Visual Concepts,,1.74,1.39,,0.18,0.18,2014-10-07,2018-01-04 -/games/boxart/full_1055578AmericaFrontccc.jpg,NBA 2K19,XOne,Sports,2K Sports,Visual Concepts,,1.74,1.47,,0.08,0.18,2018-09-11,2018-07-28 -/games/boxart/full_7809474AmericaFrontccc.jpg,Mortal Kombat X,XOne,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.74,1.34,,0.23,0.18,2015-04-14,2018-01-04 -/games/boxart/full_5299556AmericaFrontccc.jpg,Shadow of the Tomb Raider,PS4,Action-Adventure,Square Enix,Eidos Montreal,,1.74,0.59,0.06,0.82,0.27,2018-09-14,2018-09-12 -/games/boxart/full_962356AmericaFrontccc.jpg,Crash Bandicoot: The Huge Adventure,GBA,Platform,Vivendi Games,Vicarious Visions,8.3,1.73,0.95,,0.7,0.08,2002-02-25, -/games/boxart/9052333ccc.jpg,Twisted Metal III,PS,Action,989 Studios,989 Studios,4.4,1.73,1.48,,0.2,0.05,1998-10-31, -/games/boxart/full_8418324AmericaFrontccc.jpg,Harry Potter and the Sorcerer's Stone,GB,Action,Electronic Arts,Griptonite Games,,1.73,0.94,0.1,0.62,0.07,2001-11-21, -/games/boxart/full_9769582AmericaFrontccc.jpg,SSX Tricky,PS2,Sports,EA Sports BIG,EA Canada,9.2,1.73,0.85,,0.66,0.22,2001-11-05, -/games/boxart/full_5056051AmericaFrontccc.jpg,Dishonored,X360,Shooter,Bethesda Softworks,Arkane Studios,,1.72,1.06,0.01,0.5,0.15,2013-04-16,2018-02-02 -/games/boxart/full_8621072AmericaFrontccc.jpg,Call of Duty: World at War Final Fronts,PS2,Shooter,Activision,Rebellion Developments,6.8,1.72,0.61,,0.18,0.94,2008-11-10, -/games/boxart/full_2072600AmericaFrontccc.jpg,Injustice 2,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.72,0.88,,0.54,0.29,2017-05-16,2018-01-06 -/games/boxart/8865551ccc.jpg,Hot Shots Golf Fore!,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,1.72,0.27,1.34,0.11,,2004-08-17, -/games/boxart/full_2358667AmericaFrontccc.jpg,Game Party 3,Wii,Puzzle,Warner Bros. Interactive,FarSight Studios,,1.72,1.43,,0.16,0.13,2009-10-06, -/games/boxart/full_1674875AmericaFrontccc.jpg,Deal or No Deal,DS,Misc,"Destination Software, Inc",Global Star,,1.72,1.16,,0.4,0.16,2007-07-23, -/games/boxart/885972ccc.jpg,Madden NFL 2005,XB,Sports,EA Sports,EA Tiburon,,1.72,1.61,,0.03,0.08,2004-08-09, -/games/boxart/3054904ccc.jpg,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,PS2,Action,Rockstar Games,Rockstar North,9.7,1.72,0.85,,0.66,0.22,2003-10-21, -/games/boxart/full_1841380AmericaFrontccc.png,Titanfall 2,PS4,Shooter,Electronic Arts,Respawn Entertainment,8.9,1.72,0.75,0.06,0.62,0.28,2016-10-28,2018-06-29 -/games/boxart/7352054ccc.jpg,Tetris Worlds,GBA,Puzzle,THQ,3d6 Games,,1.71,1.25,,0.39,0.06,2001-09-05, -/games/boxart/1739291ccc.jpg,Need for Speed Underground,XB,Racing,Electronic Arts,EA Black Box,,1.71,1.09,,0.55,0.07,2003-11-17, -/games/boxart/full_9966752AmericaFrontccc.jpg,The Beatles: Rock Band,Wii,Misc,MTV Games,Harmonix Music Systems,9,1.71,1.17,,0.39,0.15,2009-09-09, -/games/boxart/full_portal-2_305AmericaFront.jpg,Portal 2,PS3,Shooter,Valve,Valve Software,9.6,1.71,0.83,0.02,0.62,0.24,2011-04-19, -/games/boxart/full_4288812AmericaFrontccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,PS,Platform,Activision,Traveller's Tales,,1.71,0.99,,0.64,0.08,1999-11-30, -/games/boxart/full_6833599AmericaFrontccc.jpg,Imagine: Teacher,DS,Simulation,Ubisoft,Magic Pockets,,1.71,0.7,,0.83,0.19,2008-08-12, -/games/boxart/full_call-of-duty-modern-warfare-3_640AmericaFront.jpg,Call of Duty: Modern Warfare 3,PC,Shooter,Activision,Infinity Ward,8,1.71,0.41,,0.99,0.31,2011-11-08, -/games/boxart/full_8358488AmericaFrontccc.jpg,Call of Duty Black Ops: Declassified,PSV,Shooter,Activision,Nihilistic,3.2,1.71,0.74,0.07,0.52,0.38,2012-11-13,2018-09-24 -/games/boxart/full_9296371JapanFrontccc.jpg,Super Puyo Puyo,SNES,Puzzle,Banpresto,Compile,,1.7,,1.69,,0.01,1993-12-10, -/games/boxart/full_6652157AmericaFrontccc.jpg,FIFA Soccer 10,PS2,Sports,EA Sports,EA Canada,,1.7,0.23,0,0.24,1.23,2009-10-20, -/games/boxart/full_9041244AmericaFrontccc.jpg,Cabela's Big Game Hunter 2010,Wii,Sports,Activision,Cauldron,5.5,1.7,1.58,,,0.12,2009-09-29, -/games/boxart/6582362ccc.gif,Ben 10: Protector of Earth,DS,Action,D3 Publisher,1st Playable Productions,,1.7,0.68,,0.82,0.19,2007-10-30, -/games/boxart/full_1099822PALFrontccc.jpg,Hitman: Absolution,X360,Action,Square Enix,IO Interactive,,1.7,0.68,0.01,0.88,0.13,2012-11-20, -/games/boxart/full_4116317AmericaFrontccc.jpg,NCAA Football 07,PS2,Sports,Electronic Arts,EA Sports,8.9,1.7,1.41,,0.05,0.23,2006-07-18, -/games/boxart/full_the-sims-3-late-night-expansion-pack_10AmericaFront.jpg,The Sims 3: Late Night Expansion Pack,PC,Simulation,Electronic Arts,The Sims Studio,7.5,1.69,0.59,,0.88,0.22,2010-10-26, -/games/boxart/full_3909521AmericaFrontccc.jpg,Cooking Mama 3: Shop & Chop,DS,Simulation,505 Games,Cooking Mama Ltd.,,1.69,0.79,0.08,0.66,0.17,2009-10-20, -/games/boxart/full_6367235JapanFrontccc.jpg,Tomodachi Collection: New Life,3DS,Simulation,Nintendo,Nintendo,,1.69,,1.69,,,2013-04-13,2018-01-06 -/games/boxart/full_6705325AmericaFrontccc.jpg,SOCOM 3: U.S. Navy SEALs,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,,1.69,1.22,0.04,0.34,0.1,2005-10-11, -/games/boxart/1789636ccc.jpg,Harry Potter and the Sorcerer's Stone,GBA,Action,Electronic Arts,Griptonite Games,6.6,1.69,0.87,0.08,0.66,0.08,2001-11-15, -/games/boxart/full_2766438AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.69,0.9,,0.64,0.15,2012-06-26,2018-03-15 -/games/boxart/full_7054702AmericaFrontccc.jpg,Saints Row IV,X360,Action,Deep Silver,Volition Inc.,,1.69,1.01,0.01,0.51,0.15,2013-08-20,2018-04-02 -/games/boxart/full_5296193AmericaFrontccc.jpg,Jampack Winter '99,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1.69,0.94,,0.64,0.11,1999-10-01, -/games/boxart/full_9058013AmericaFrontccc.jpg,WCW vs. nWo: World Tour,N64,Fighting,THQ,Aki Corp.,,1.69,1.37,0.03,0.28,0.02,1997-11-16, -/games/boxart/8634108ccc.jpg,Dragon Ball Z: The Legacy of Goku,GBA,Role-Playing,Infogrames,Webfoot Technologies,6.5,1.69,1.52,,0.12,0.05,2002-05-14, -/games/boxart/full_7972482AmericaFrontccc.jpg,Need for Speed: Undercover,X360,Racing,Electronic Arts,EA Vancouver,6.3,1.69,0.8,0.01,0.7,0.18,2008-11-17, -/games/boxart/9583791ccc.jpg,Star Wars Battlefront: Renegade Squadron,PSP,Shooter,LucasArts,Rebellion Developments,7.5,1.68,0.9,,0.47,0.32,2007-10-09, -/games/boxart/3855026ccc.jpg,Time Crisis,PS,Shooter,Namco,Namco,8.5,1.68,0.38,0.33,0.87,0.1,1997-10-31, -/games/boxart/7141460ccc.jpg,World Championship Poker: Featuring Howard Lederer - All In,PS2,Misc,Crave Entertainment,Point of View,,1.68,0.82,,0.64,0.22,2006-08-29, -/games/boxart/full_7672549AmericaFrontccc.jpg,Far Cry 4,XOne,Shooter,Ubisoft,Ubisoft Montreal,8.5,1.68,0.85,0.02,0.68,0.14,2014-11-18,2018-01-23 -/games/boxart/full_the-sims-superstar_773AmericaFront.jpg,The Sims: Superstar,PC,Simulation,Electronic Arts,Maxis,,1.68,1.67,,0,,2003-05-12, -/games/boxart/full_5633056AmericaFrontccc.jpg,Saints Row 2,PS3,Action,THQ,Volition Inc.,7.9,1.68,0.88,0.02,0.54,0.24,2008-10-14,2018-04-02 -/games/boxart/full_3173221AmericaFrontccc.jpg,Dragon Age: Origins,PS3,Role-Playing,Electronic Arts,BioWare Edmonton,8.7,1.67,0.96,0.08,0.42,0.21,2009-11-03, -/games/boxart/9306847ccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,PS2,Platform,THQ,Heavy Iron Studios,5.8,1.67,1.08,,0.45,0.14,2003-10-31, -/games/boxart/4265007ccc.jpg,NCAA Football 2004,PS2,Sports,Electronic Arts,EA Tiburon,8.1,1.67,1.35,,0.09,0.23,2003-07-16, -/games/boxart/full_5864962AmericaFrontccc.jpg,Tony Hawk's Pro Skater 3,PS,Sports,Activision,Neversoft,,1.67,1.09,0.02,0.49,0.07,2001-10-28, -/games/boxart/5096819ccc.jpg,Star Wars Battlefront II,XB,Shooter,LucasArts,Pandemic Studios,,1.67,1.22,,0.39,0.06,2005-11-01, -/games/boxart/full_1764308AmericaFrontccc.jpg,PGR: Project Gotham Racing 2,XB,Racing,Microsoft Game Studios,Bizarre Creations,8.9,1.67,0.97,0.04,0.59,0.07,2003-11-17, -/games/boxart/48287ccc.jpg,"Monsters, Inc.",GBA,Adventure,THQ,Artificial Mind and Movement,,1.67,0.59,0.03,0.95,0.1,2001-10-25, -/games/boxart/5168586ccc.jpg,Spy Hunter,PS2,Racing,Midway Games,Paradigm Entertainment,,1.67,1.13,,0.32,0.22,2001-09-24, -/games/boxart/full_5573542AmericaFrontccc.jpg,Destiny,PS3,Shooter,Activision,Bungie,,1.67,0.69,0.13,0.59,0.26,2014-09-09,2018-04-22 -/games/boxart/6768791ccc.jpg,SSX 3,PS2,Sports,EA Sports BIG,EA Canada,,1.67,0.93,,0.52,0.22,2003-10-20, -/games/boxart/6477183ccc.jpg,Madden NFL 2001,PS,Sports,EA Sports,EA Sports,,1.67,1.58,,0.05,0.04,2000-08-22, -/games/boxart/8971816ccc.jpg,Fight Night Round 3,PS3,Fighting,EA Sports,EA Chicago,,1.67,0.81,0.01,0.58,0.26,2006-12-05, -/games/boxart/full_4934074AmericaFrontccc.jpg,Disney Infinity,Wii,Misc,Disney Interactive Studios,Unknown,,1.66,1.06,,0.44,0.16,2013-08-18, -/games/boxart/full_6431264AmericaFrontccc.jpg,Shaun White Snowboarding: Road Trip,Wii,Sports,Ubisoft,Ubisoft Montreal,7.8,1.66,0.93,,0.56,0.16,2008-11-16, -/games/boxart/6878938ccc.jpg,SSX,PS2,Sports,EA Sports BIG,EA Canada,,1.66,0.78,0.06,0.61,0.2,2000-10-30, -/games/boxart/full_5342571PALFrontccc.jpg,NBA 2K15,X360,Sports,2K Sports,Visual Concepts,,1.66,1.37,,0.11,0.17,2014-10-07,2018-01-04 -/games/boxart/full_6585382AmericaFrontccc.jpg,NBA Ballers,PS2,Sports,Midway Games,Midway,,1.66,0.81,,0.63,0.21,2004-04-05, -/games/boxart/8139004ccc.jpg,NBA Live 2003,PS2,Sports,EA Sports,EA Canada,,1.66,1.25,0.03,0.15,0.22,2002-10-08, -/games/boxart/2714961ccc.jpg,Need for Speed Carbon,X360,Racing,Electronic Arts,EA Black Box,7.9,1.65,0.76,0.02,0.69,0.18,2006-10-31, -/games/boxart/full_5291444AmericaFrontccc.jpg,MySims,Wii,Simulation,Electronic Arts,EA Redwood Shores,7.1,1.65,0.9,0.04,0.54,0.17,2007-09-18, -/games/boxart/full_17001AmericaFrontccc.jpg,Star Wars The Clone Wars: Lightsaber Duels,Wii,Action,LucasArts,Krome Studios,,1.65,1.21,,0.3,0.14,2008-11-11, -/games/boxart/7869614ccc.jpg,Ms. Pac-Man,2600,Puzzle,Atari,General Entertainment,,1.65,1.54,,0.1,0.02,1982-01-01, -/games/boxart/3553173ccc.jpg,Prince of Persia: Warrior Within,PS2,Adventure,Ubisoft,Ubisoft Montreal,,1.64,0.54,,0.88,0.22,2004-11-30, -/games/boxart/full_8163377AmericaFrontccc.jpg,NBA Live 06 (All region sales),PS2,Sports,EA Sports,EA Canada,,1.64,1.44,,0.15,0.05,2005-09-26, -/games/boxart/full_7106511AmericaFrontccc.jpg,Watch Dogs,XOne,Action-Adventure,Ubisoft,Ubisoft Montreal,,1.64,0.91,,0.59,0.15,2014-05-27,2018-03-15 -/games/boxart/5246084ccc.jpg,Tiger Woods PGA Tour 2003,PS2,Sports,EA Sports,EA Redwood Shores,,1.64,0.8,,0.63,0.21,2002-10-27, -/games/boxart/4395235ccc.jpg,Tom Clancy's Rainbow Six,PS,Shooter,Red Storm Entertainment,Rebellion Developments,,1.64,0.93,,0.63,0.08,1999-11-23, -/games/boxart/full_7449241AmericaFrontccc.jpg,Army of Two,X360,Shooter,Electronic Arts,EA Montreal,6.7,1.64,1.09,0.02,0.37,0.16,2008-03-07,2018-02-03 -/games/boxart/full_4399977AmericaFrontccc.jpg,Persona 5,PS4,Role-Playing,Atlus,Atlus,,1.64,0.62,0.48,0.34,0.2,2017-04-04,2017-12-31 -/games/boxart/7222772ccc.jpg,Dig Dug,2600,Puzzle,Atari,Atari,,1.64,1.52,,0.1,0.02,1983-01-01, -/games/boxart/full_9304591AmericaFrontccc.jpg,Tiger Woods PGA Tour 2004,PS2,Sports,EA Sports,EA Redwood Shores,,1.63,1.18,,0.34,0.1,2003-09-22, -/games/boxart/full_2046408AmericaFrontccc.jpg,Ape Escape,PS,Platform,Sony Computer Entertainment,SCE Japan Studio,9.3,1.63,0.71,0.32,0.48,0.11,1999-05-31,2018-09-16 -/games/boxart/7962445ccc.jpg,ESPN NFL 2K5,XB,Sports,Sega,Visual Concepts,,1.63,1.54,,0.02,0.07,2004-07-20, -/games/boxart/full_6497876AmericaFrontccc.jpg,Max Payne 3,X360,Shooter,Rockstar Games,Rockstar Vancouver,,1.63,0.86,0.01,0.62,0.13,2012-05-15,2018-02-08 -/games/boxart/full_uncharted-golden-abyss_991AmericaFront.jpg,Uncharted: Golden Abyss,PSV,Action,Sony Computer Entertainment,SCEA Bend Studio / Naughty Dog,7.9,1.62,0.53,0.13,0.71,0.25,2012-02-15, -/games/boxart/full_8089384AmericaFrontccc.png,The Order: 1886,PS4,Shooter,Sony Computer Entertainment,Ready at Dawn,6.2,1.62,0.44,0.07,0.86,0.25,2015-02-20,2018-01-02 -/games/boxart/full_6331276AmericaFrontccc.jpg,NCAA Football 2005,PS2,Sports,EA Sports,EA Tiburon,,1.62,1.32,,0.09,0.22,2004-07-15, -/games/boxart/6574396ccc.jpg,Sled Storm,PS,Racing,Electronic Arts,EA Canada,,1.62,0.9,,0.61,0.11,1999-08-10, -/games/boxart/full_call-of-duty-black-ops_6AmericaFront.jpg,Call of Duty: Black Ops,PC,Shooter,Activision,Treyarch,8.5,1.62,0.58,,0.82,0.23,2010-11-09, -/games/boxart/863489ccc.jpg,Tony Hawk's American Wasteland (Old all region sales),PS2,Sports,Activision,Neversoft Entertainment,,1.62,0.8,0.01,0.63,0.19,2005-10-18, -/games/boxart/2647132ccc.gif,Rock Band,PS3,Misc,MTV Games,Harmonix Music Systems,9.1,1.62,0.99,,0.41,0.22,2007-11-20, -/games/boxart/full_kinectimals_492AmericaFront.jpg,Kinectimals,X360,Simulation,Microsoft Game Studios,Frontier Studio,7.5,1.62,1.02,0,0.46,0.14,2010-11-04, -/games/boxart/full_1337330PALFrontccc.jpg,Buzz! The Music Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,1.61,,,1.18,0.43,2005-10-21, -/games/boxart/618553ccc.jpg,NFL Street 2,PS2,Sports,EA Sports BIG,EA Tiburon,,1.61,0.79,,0.62,0.21,2004-12-22, -/games/boxart/8685553ccc.jpg,SpongeBob's Atlantis SquarePantis,DS,Adventure,THQ,Altron,,1.61,1.49,,0,0.11,2007-10-23, -/games/boxart/full_8562505AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,XOne,Shooter,Ubisoft,Ubisoft Paris,7.7,1.61,0.98,,0.48,0.15,2017-03-07,2018-04-01 -/games/boxart/full_279517AmericaFrontccc.jpeg,Wolfenstein: The New Order,PS4,Shooter,Bethesda Softworks,MachineGames,,1.61,0.48,0.03,0.84,0.25,2014-05-20,2019-03-25 -/games/boxart/full_6173769AmericaFrontccc.jpg,Midnight Club 3: DUB Edition (America/Others Sales),PS2,Racing,Rockstar Games,Rockstar San Diego,,1.6,1.3,,0.23,0.07,2005-04-11, -/games/boxart/full_9753990AmericaFrontccc.jpeg,Madden NFL 15,XOne,Sports,EA Sports,EA Tiburon,,1.6,1.34,,0.1,0.17,2014-08-26,2018-01-04 -/games/boxart/full_rage_396AmericaFront.jpg,Rage,X360,Shooter,Bethesda Softworks,id Software,7.9,1.6,0.82,0.03,0.6,0.15,2011-10-04, -/games/boxart/5200578ccc.jpg,River Raid,2600,Shooter,Activision,Activision,,1.6,1.49,,0.09,0.02,1982-01-01, -/games/boxart/full_2327598AmericaFrontccc.jpg,Just Cause 2,X360,Action,Square Enix,Avalanche Studios,8,1.6,0.59,0.02,0.83,0.17,2010-03-23, -/games/boxart/full_8608062AmericaFrontccc.jpg,Mario Bros.,2600,Platform,Atari,Atari,,1.59,1.48,,0.09,0.02,1983-10-01, -/games/boxart/1051204ccc.jpg,Pro Evolution Soccer 2008,PS3,Sports,Konami,Konami,7.1,1.59,0.04,0.32,1.1,0.13,2008-03-12, -/games/boxart/full_322404AmericaFrontccc.jpg,Soul Blade,PS,Fighting,Namco,Namco,8.6,1.59,0.61,0.46,0.41,0.1,1997-01-01, -/games/boxart/1642018ccc.jpg,NASCAR 2000,PS,Racing,EA Sports,Stormfront Studios,,1.59,0.88,,0.6,0.1,1999-09-30, -/games/boxart/full_lego-harry-potter-years-1-4_4AmericaFront.jpg,LEGO Harry Potter: Years 1-4,X360,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,1.59,0.95,,0.5,0.14,2010-06-29,2018-12-01 -/games/boxart/full_6466178AmericaFrontccc.jpg,Far Cry 2,X360,Shooter,Ubisoft,Ubisoft Montreal,8.5,1.59,0.72,0.02,0.69,0.18,2008-10-21, -/games/boxart/full_sonic-generations_580AmericaFront.jpg,Sonic Generations,PS3,Platform,Sega,Sonic Team,7.3,1.59,0.6,0.02,0.72,0.25,2011-11-01, -/games/boxart/4839053ccc.jpg,ESPN NBA 2K5,PS2,Sports,Sega,Visual Concepts,,1.59,1.26,,0.12,0.21,2004-09-30, -/games/boxart/full_9036856AmericaFrontccc.jpg,FIFA 16,X360,Sports,EA Sports,EA Canada,9,1.59,0.59,,0.88,0.12,2015-09-22,2018-04-01 -/games/boxart/full_7538612AmericaFrontccc.jpg,Batman: Arkham Knight,XOne,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,1.58,0.97,,0.46,0.14,2015-06-23,2018-01-04 -/games/boxart/full_146517AmericaFrontccc.jpg,Dance Dance Revolution: Hottest Party 2,Wii,Simulation,Konami,Bemani,,1.58,0.94,0.01,0.48,0.15,2008-09-12, -/games/boxart/3805646ccc.jpg,Spyro 2: Season of Flame,GBA,Platform,Vivendi Games,Digital Eclipse,,1.58,0.85,,0.65,0.08,2002-09-25, -/games/boxart/full_1673222AmericaFrontccc.jpg,Jampack Summer 2K,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1.58,0.88,,0.6,0.1,2000-05-15, -/games/boxart/full_1783749AmericaFrontccc.jpg,Devil May Cry 4,PS3,Action,Capcom,Capcom,8.2,1.58,0.58,0.34,0.45,0.2,2008-02-05, -/games/boxart/full_9047419AmericaFrontccc.jpg,High School Musical 3: Senior Year,DS,Misc,Disney Interactive Studios,Griptonite Games,,1.57,0.63,,0.76,0.18,2008-10-21, -/games/boxart/full_432468AmericaFrontccc.jpg,Moshi Monsters: Moshling Zoo,DS,Misc,Activision,Mind Candy,,1.57,0.38,,0.98,0.21,2011-11-06, -/games/boxart/full_4070908AmericaFrontccc.jpg,NCAA Football 2002,PS2,Sports,EA Sports,EA Tiburon,,1.57,0.77,,0.6,0.2,2001-07-23, -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_531AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,Wii,Action,Disney Interactive Studios,Traveller's Tales,7.5,1.57,0.73,,0.69,0.15,2011-05-10, -/games/boxart/full_9385635AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PS2,Sports,Konami,Konami,7.2,1.57,0.1,0.12,0.18,1.16,2009-11-10, -/games/boxart/3599571ccc.jpg,Conflict: Desert Storm,PS2,Shooter,Gotham Games,Pivotal Games,,1.57,0.98,,0.53,0.06,2002-09-30, -/games/boxart/full_6053226AmericaFrontccc.jpg,Guitar Hero: On Tour Decades,DS,Misc,Activision,Vicarious Visions,,1.57,0.84,,0.57,0.16,2008-11-16, -/games/boxart/full_6843722AmericaFrontccc.jpg,Carnival Games: Mini Golf,Wii,Sports,2K Play,Cat Daddy Games,,1.56,0.86,,0.55,0.15,2008-10-20, -/games/boxart/full_1377891AmericaFrontccc.jpg,Twisted Metal,PS,Action,Sony Computer Entertainment,SingleTrac,7,1.56,1.32,,0.19,0.05,1995-11-05, -/games/boxart/full_mortal-kombat_154AmericaFront.jpg,Mortal Kombat,PS3,Fighting,Warner Bros. Interactive,NetherRealm Studios,8.4,1.56,1.06,,0.31,0.19,2011-04-19, -/games/boxart/full_7969606AmericaFrontccc.jpg,Smuggler's Run,PS2,Racing,Rockstar Games,Rockstar San Diego,,1.56,0.77,,0.6,0.2,2000-10-25, -/games/boxart/full_409483AmericaFrontccc.jpg,Hannah Montana: Music Jam,DS,Action,Disney Interactive Studios,Fall Line Studio,,1.56,1.05,,0.36,0.15,2007-10-16, -/games/boxart/full_717248AmericaFrontccc.jpg,MySims Kingdom,DS,Simulation,Electronic Arts,EA Redwood Shores,,1.56,0.8,0.01,0.59,0.16,2008-10-28, -/games/boxart/full_mafia-ii_1AmericaFront.jpg,Mafia II,X360,Action,2K Games,Illusion Softworks,7.2,1.56,0.85,,0.55,0.15,2010-08-24, -/games/boxart/184023ccc.jpg,Fight Night Round 3,PS2,Fighting,EA Sports,EA Chicago,,1.56,1.07,,0.4,0.1,2006-02-20, -/games/boxart/full_3709002AmericaFrontccc.jpg,Battlefield V,XOne,Shooter,Electronic Arts,EA DICE,,1.55,1.05,,0.35,0.15,2018-11-20,2018-12-19 -/games/boxart/5735485ccc.jpg,007: The World is Not Enough,N64,Shooter,Electronic Arts,Eurocom Entertainment Software,7.4,1.55,1.13,0.02,0.38,0.03,2000-10-17, -/games/boxart/full_3488745AmericaFrontccc.png,Dishonored,PS3,Shooter,Bethesda Softworks,Arkane Studios,,1.55,0.72,0.04,0.54,0.26,2013-04-16, -/games/boxart/2325924ccc.jpg,Tom Clancy's Rainbow Six 3,XB,Shooter,Ubisoft,Ubisoft Montreal / Red Storm Entertainment,,1.55,0.91,,0.57,0.07,2003-11-12, -/games/boxart/full_478982AmericaFrontccc.jpg,Guitar Hero 5,Wii,Misc,Activision,Vicarious Visions,8.9,1.55,0.92,,0.48,0.15,2009-09-01, -/games/boxart/full_1146184AmericaFrontccc.jpg,BioShock 2,PS3,Shooter,2K Games,2K Marin,8.5,1.55,0.85,0.02,0.46,0.22,2010-02-09, -/games/boxart/2147544ccc.jpg,Stuntman,PS2,Racing,Atari,Reflections Interactive,,1.55,0.76,,0.59,0.2,2002-06-23, -/games/boxart/6986704ccc.jpg,Spider-Man 2: Enter: Electro,PS,Action,Activision,Vicarious Visions,,1.55,0.57,0.02,0.87,0.09,2001-10-17, -/games/boxart/full_9784025AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),X360,Racing,Electronic Arts,Criterion Games,8.5,1.54,0.62,0.01,0.79,0.12,2012-10-30,2018-12-19 -/games/boxart/2264266ccc.jpg,Die Hard Trilogy,PS,Shooter,Fox Interactive,Probe Entertainment Limited,8.5,1.54,0.85,,0.58,0.1,1996-08-31, -/games/boxart/full_3597823AmericaFrontccc.jpg,NBA 2K14,PS4,Sports,2K Sports,Visual Concepts,,1.54,0.91,0.01,0.35,0.27,2013-11-15,2018-01-05 -/games/boxart/7795178ccc.jpg,Dark Cloud,PS2,Role-Playing,Sony Computer Entertainment,Level 5,8.2,1.54,0.83,0.08,0.44,0.19,2001-05-28, -/games/boxart/full_go-vacation_970AmericaFront.jpg,Go Vacation,Wii,Misc,Namco Bandai,Namco Bandai Games,7,1.54,0.42,0.33,0.66,0.13,2011-10-11, -/games/boxart/full_2010435AmericaFrontccc.jpg,MVP Baseball 2005,PS2,Sports,EA Sports,EA Canada,,1.54,1.26,,0.07,0.21,2005-02-22, -/games/boxart/3244473ccc.jpg,Mortal Kombat 3,SNES,Fighting,Williams Entertainment,Sculptured Software,,1.53,1.19,,0.29,0.05,1995-10-01, -/games/boxart/full_6250255AmericaFrontccc.jpg,Tiger Woods 99 PGA Tour Golf,PS,Sports,EA Sports,EA Sports,,1.53,0.85,,0.58,0.1,1998-10-31, -/games/boxart/full_9012782AmericaFrontccc.jpg,Disney Infinity,X360,Misc,Disney Interactive Studios,Unknown,,1.53,1.04,,0.35,0.15,2013-08-18, -/games/boxart/699250ccc.jpg,NFL GameDay 99,PS,Sports,989 Studios,Red Line Studios,,1.53,1.44,,0.05,0.04,1998-07-31, -/games/boxart/full_4178291PALFrontccc.jpg,Pro Evolution Soccer 2013,PS3,Sports,Konami Digital Entertainment,Konami,,1.52,0.18,0.49,0.65,0.2,2012-09-25,2018-01-12 -/games/boxart/full_5049583AmericaFrontccc.jpg,MySims Kingdom,Wii,Simulation,Electronic Arts,EA Redwood Shores,,1.52,0.7,0.01,0.64,0.16,2008-10-28, -/games/boxart/9470479ccc.jpg,Super Monkey Ball 2,GC,Puzzle,Sega,Amusement Vision,,1.52,1.11,0.06,0.31,0.04,2002-08-25, -/games/boxart/full_9530951AmericaFrontccc.jpg,Knockout Kings,PS,Fighting,EA Sports,Press Start Inc.,,1.52,1.07,,0.39,0.06,1998-10-31, -/games/boxart/full_fight-night-round-4_5AmericaFront.jpg,Fight Night Round 4,PS3,Fighting,EA Sports,EA Canada,8.6,1.52,0.92,,0.4,0.2,2009-06-23, -/games/boxart/4301673ccc.gif,Sonic Rivals 2,PSP,Racing,Sega,Backbone Entertainment,6.4,1.52,0.44,,0.7,0.37,2007-11-13, -/games/boxart/5138994ccc.jpg,NASCAR 98,PS,Racing,EA Sports,Stormfront Studios,,1.52,1.43,,0.05,0.04,1997-01-01, -/games/boxart/full_9390152AmericaFrontccc.jpg,Forza Motorsport 7,XOne,Racing,Microsoft Studios,Turn 10 Studios,8.9,1.52,0.58,0.01,0.81,0.12,2017-10-03,2018-01-12 -/games/boxart/5263611ccc.jpg,NASCAR 99,PS,Racing,EA Sports,Stormfront Studios,,1.52,1.45,,0.04,0.04,1998-09-30, -/games/boxart/9669562ccc.jpg,Disney Fairies: Tinker Bell,DS,Adventure,Disney Interactive Studios,Hyde,,1.52,0.85,0.01,0.51,0.15,2008-10-28, -/games/boxart/full_1086716AmericaFrontccc.jpg,Xevious,NES,Shooter,Namco,Namco,,1.52,0.18,1.27,0.06,0.01,1990-01-01, -/games/boxart/full_dead-space-2_77AmericaFront.jpg,Dead Space 2,X360,Shooter,Electronic Arts,Visceral Games,9.1,1.52,0.94,,0.44,0.13,2011-01-25, -/games/boxart/1042782ccc.jpg,The Simpsons Skateboarding,PS2,Sports,Electronic Arts,The Code Monkeys,,1.52,0.36,,0.9,0.27,2002-11-11, -/games/boxart/full_9198595AmericaFrontccc.jpg,NBA Live 2000,PS,Sports,EA Sports,NuFX,,1.52,1.43,,0.05,0.03,1999-10-31, -/games/boxart/2687535ccc.jpg,The Simpsons Game,PS2,Platform,Electronic Arts,EA Redwood Shores,,1.51,0.35,,0.03,1.13,2007-10-30, -/games/boxart/8847209ccc.jpg,The Simpsons Game,DS,Platform,Electronic Arts,Griptonite Games,,1.51,0.56,,0.78,0.17,2007-10-30, -/games/boxart/9911169ccc.jpg,Call of Duty 3,PS3,Shooter,Activision,Treyarch,7.7,1.51,0.6,0.03,0.63,0.26,2006-11-15, -/games/boxart/full_3116282AmericaFrontccc.jpg,Call of Duty: Modern Warfare: Reflex Edition,Wii,Shooter,Activision,Treyarch,7.2,1.51,0.94,,0.43,0.14,2009-11-10, -/games/boxart/full_3229235AmericaFrontccc.jpg,Madden NFL 19,XOne,Sports,EA Sports,EA Tiburon,,1.51,1.33,,0.02,0.16,2018-08-10,2018-02-27 -/games/boxart/full_star-wars-the-force-unleashed-ii_2AmericaFront.jpg,Star Wars: The Force Unleashed II,PS3,Action,LucasArts,LucasArts,6.3,1.51,0.8,,0.5,0.21,2010-10-26, -/games/boxart/4178953ccc.jpg,Pac-Man World 2,PS2,Action,Namco,Namco,,1.51,1.26,,0.05,0.21,2002-02-24, -/games/boxart/2082763ccc.jpg,NBA Live 98,PS,Sports,EA Sports,EA Canada,,1.51,1.41,,0.06,0.04,1997-11-30, -/games/boxart/full_110395PALFrontccc.jpg,Call of Duty: Black Ops II,PC,Shooter,Activision,Treyarch,,1.51,0.66,,0.7,0.15,2012-11-13,2018-04-07 -/games/boxart/full_869186AmericaFrontccc.jpg,Tomb Raider: Definitive Edition,PS4,Action-Adventure,Square Enix,Crystal Dynamics,,1.51,0.47,0.06,0.74,0.23,2014-01-28,2018-06-13 -/games/boxart/6945135ccc.jpg,Simpsons Wrestling,PS,Fighting,Activision,Big Ape Productions,,1.51,0.23,,1.16,0.11,2001-04-12, -/games/boxart/full_4085281AmericaFrontccc.jpg,Monopoly,PS,Misc,Hasbro Interactive,Gremlin Interactive,,1.51,1.18,,0.27,0.05,1997-10-31, -/games/boxart/full_5186235JapanFrontccc.jpg,Ninja Hattori Kun: Ninja wa Shuugyou Degogiru no Maki,NES,Platform,Hudson Soft,Hudson Soft,,1.5,,1.5,,0,1986-03-05, -/games/boxart/601232ccc.jpg,Rock Band 2,PS3,Misc,MTV Games,Harmonix Music Systems,8.9,1.5,1.13,,0.2,0.16,2008-10-19, -/games/boxart/8977809ccc.jpg,Pac-Man World,PS,Action,Namco,Namco,,1.5,1.21,0.1,0.14,0.04,1999-09-30, -/games/boxart/full_9083733AmericaFrontccc.jpg,Tokyo Xtreme Racer Zero,PS2,Racing,Crave Entertainment,Genki,,1.5,0.66,0.15,0.52,0.17,2001-05-28, -/games/boxart/2196543ccc.jpg,Madden NFL 2001,PS2,Sports,EA Sports,EA Sports,,1.5,1.19,0.05,0.07,0.2,2000-10-23, -/games/boxart/full_football-manager-2012_589PALFront.jpg,Football Manager 2012,PC,Sports,Sega,Sega,8.5,1.5,0.02,,1.16,0.32,2011-10-21, -/games/boxart/7140334ccc.jpg,WWF No Mercy,N64,Fighting,THQ,Aki Corp.,9.1,1.5,1.2,0.02,0.27,0.02,2000-11-17, -/games/boxart/full_9185103AmericaFrontccc.jpg,SoulCalibur II,GC,Fighting,Namco,Namco,9.2,1.5,0.99,0.11,0.32,0.08,2003-08-27, -/games/boxart/2124343ccc.jpg,Red Faction II,PS2,Shooter,THQ,Volition Inc.,8.6,1.5,0.49,,0.78,0.23,2002-10-15, -/games/boxart/full_4170984AmericaFrontccc.png,Rayman Legends,PS4,Platform,Ubisoft,Ubisoft Montpellier,,1.5,0.22,,1.05,0.23,2014-02-18,2018-03-20 -/games/boxart/full_4460136AmericaFrontccc.jpg,NFL Blitz,PS,Sports,Midway Games,Midway Games,9.1,1.5,1.41,,0.05,0.04,1998-09-12, -/games/boxart/full_6977688AmericaFrontccc.jpg,Metal Gear Rising: Revengeance,PS3,Action,Konami Digital Entertainment,PlatinumGames,9,1.5,0.47,0.44,0.41,0.18,2013-02-19,2018-01-12 -/games/boxart/full_dead-rising-2_9AmericaFront.jpg,Dead Rising 2,X360,Action,Capcom,Blue Castle Games,8.2,1.49,0.75,0.09,0.53,0.13,2010-09-28, -/games/boxart/full_mafia-ii_4AmericaFront.jpg,Mafia II,PS3,Action,2K Games,Illusion Softworks,7,1.49,0.5,0.04,0.7,0.25,2010-08-24, -/games/boxart/full_1916775AmericaFrontccc.png,Mass Effect: Andromeda,PS4,Role-Playing,Electronic Arts,BioWare Corp.,,1.49,0.58,,0.67,0.25,2017-03-21,2018-07-03 -/games/boxart/full_3518377AmericaFrontccc.jpg,Madden NFL 09,PS2,Sports,EA Sports,EA Tiburon,,1.49,1.22,,0,0.27,2008-08-12, -/games/boxart/full_6917012AmericaFrontccc.jpeg,Madden NFL 15,PS3,Sports,EA Sports,EA Tiburon,,1.49,1.11,,0.11,0.28,2014-08-26,2018-01-04 -/games/boxart/full_3542984AmericaFrontccc.jpg,Medal of Honor: Frontline,XB,Shooter,Electronic Arts,EA Los Angeles,,1.49,1,,0.43,0.06,2002-11-10, -/games/boxart/full_3589454PALFrontccc.jpg,Buzz! The BIG Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,1.49,,,1.1,0.39,2006-03-17, -/games/boxart/full_121603AmericaFrontccc.jpeg,Assassin's Creed III: Liberation,PSV,Adventure,Ubisoft,Ubisoft,,1.48,0.53,0.06,0.57,0.32,2012-10-30,2018-09-12 -/games/boxart/full_lego-battles-ninjago_518AmericaFront.jpg,LEGO Battles: Ninjago,DS,Strategy,Warner Bros. Interactive,Hellbent Games,5,1.48,1.03,,0.33,0.12,2011-04-12, -/games/boxart/7296233ccc.jpg,Bratz: Forever Diamondz,DS,Adventure,THQ,Barking Lizards,,1.48,0.43,,0.88,0.18,2006-09-18, -/games/boxart/full_1018256AmericaFrontccc.jpg,Drawn To Life: SpongeBob SquarePants Edition,DS,Adventure,THQ,Altron,,1.48,0.99,,0.35,0.14,2008-09-15, -/games/boxart/full_5635772AmericaFrontccc.jpg,Major League Baseball 2K5,PS2,Sports,2K Sports,Kush Games,,1.48,0.72,,0.56,0.19,2005-02-28, -/games/boxart/full_lego-star-wars-iii-the-clone-wars_502AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,X360,Action,LucasArts,Traveller's Tales,7.9,1.48,0.84,,0.51,0.13,2011-03-22, -/games/boxart/8854666ccc.jpg,Fight Night 2004,PS2,Fighting,EA Sports,EA Canada,,1.48,1.08,,0.2,0.2,2004-04-05, -/games/boxart/full_7753281AmericaFrontccc.jpg,Disney Sing It: Pop Hits,Wii,Misc,Disney Interactive Studios,Zoe Mode,6.8,1.48,1.07,,0.28,0.12,2009-10-06, -/games/boxart/1441101ccc.jpg,007: Quantum of Solace,X360,Shooter,Activision,Treyarch,6.6,1.48,0.82,0.01,0.51,0.14,2008-11-04, -/games/boxart/1345535ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,XB,Action,Ubisoft,Ubisoft Shanghai,9.2,1.48,0.82,,0.59,0.07,2004-03-23, -/games/boxart/full_777818AmericaFrontccc.jpg,Sonic's Ultimate Genesis Collection,X360,Misc,Sega,Backbone Entertainment,8.1,1.48,0.9,,0.44,0.14,2009-02-10, -/games/boxart/full_6922534AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Future Soldier,X360,Shooter,Ubisoft,Ubisoft Paris,,1.48,0.94,0.02,0.4,0.13,2012-05-22, -/games/boxart/full_1130191AmericaFrontccc.jpg,Dying Light,XOne,Action,Warner Bros. Interactive Entertainment,Techland,,1.47,1.01,0.01,0.31,0.14,2016-02-06,2018-05-04 -/games/boxart/full_1914073AmericaFrontccc.jpg,Fight Night Round 3,X360,Fighting,EA Sports,EA Chicago,8.6,1.47,1.33,0.01,0.03,0.1,2006-02-20, -/games/boxart/3490354ccc.jpg,Disney Princess,GBA,Platform,THQ,Art,,1.47,1.04,,0.37,0.06,2003-04-04, -/games/boxart/full_3850570AmericaFrontccc.png,Minecraft,WiiU,Misc,Mojang,4J Studios,5.5,1.47,0.5,0.38,0.49,0.09,2016-06-17,2018-08-05 -/games/boxart/full_super-scribblenauts_4AmericaFront.jpg,Super Scribblenauts,DS,Puzzle,Warner Bros. Interactive,5TH Cell,7.9,1.47,1.06,,0.3,0.11,2010-10-12, -/games/boxart/full_6450294AmericaFrontccc.jpg,Imagine: Master Chef,DS,Simulation,Ubisoft,MTO,,1.47,0.39,,0.91,0.17,2007-10-23, -/games/boxart/728714ccc.jpg,Midway Arcade Treasures,PS2,Misc,Midway Games,Digital Eclipse,,1.46,0.72,,0.56,0.19,2003-11-18, -/games/boxart/7417741ccc.jpg,WCW vs the World,PS,Fighting,THQ,Aki Corp.,,1.46,1.17,0.04,0.2,0.05,1998-02-28, -/games/boxart/1025413ccc.jpg,Wall-E,DS,Platform,THQ,Heavy Iron Studios,,1.46,0.46,0,0.82,0.17,2008-06-24, -/games/boxart/3801642ccc.jpg,The SpongeBob SquarePants Movie,GBA,Action,THQ,WayForward,,1.46,1.02,,0.38,0.06,2004-10-27, -/games/boxart/full_5467225AmericaFrontccc.jpg,Mortal Kombat 4,PS,Fighting,Midway Games,Eurocom Entertainment Software,,1.46,0.81,,0.55,0.1,1998-06-24, -/games/boxart/full_8904735AmericaFrontccc.jpg,Battlefield: Bad Company,X360,Shooter,Electronic Arts,EA Digital Illusions CE,8.6,1.46,0.81,0.04,0.46,0.15,2008-06-23, -/games/boxart/full_2391793PALFrontccc.jpg,Mass Effect 3,PS3,Role-Playing,Electronic Arts,BioWare,8.9,1.46,0.65,0.03,0.58,0.2,2012-03-06, -/games/boxart/full_1129980AmericaFrontccc.jpeg,Triple Play 99,PS,Sports,EA Sports,Treyarch,,1.46,0.81,,0.55,0.1,1998-02-28,2018-01-02 -/games/boxart/full_the-sims-3_7AmericaFront.jpg,The Sims 3,Wii,Simulation,Electronic Arts,The Sims Studio,,1.46,0.61,,0.7,0.15,2010-11-15, -/games/boxart/full_2408125AmericaFrontccc.jpg,Forza Horizon 2,XOne,Racing,Microsoft Studios,Playground Games,,1.46,0.56,0.01,0.79,0.11,2014-09-30,2018-03-24 -/games/boxart/full_mass-effect-2_759AmericaFront.jpg,Mass Effect 2,PS3,Role-Playing,Electronic Arts,BioWare Edmonton,9.3,1.46,0.78,0.03,0.46,0.18,2011-01-18, -/games/boxart/full_homefront_444AmericaFront.jpg,Homefront,X360,Shooter,THQ,Kaos Studios,6.7,1.46,0.83,0.02,0.48,0.12,2011-03-15, -/games/boxart/full_4383288AmericaFrontccc.jpg,Super Monkey Ball,GC,Puzzle,Sega,Amusement Vision,9,1.46,0.95,0.1,0.37,0.04,2001-11-17, -/games/boxart/9182544ccc.jpg,Donkey Kong,2600,Platform,Coleco,Nintendo,,1.46,1.36,,0.08,0.02,1982-01-01, -/games/boxart/full_966855AmericaFrontccc.jpg,Tony Hawk's American Wasteland (Weekly american sales),PS2,Sports,Activision,Neversoft Entertainment,,1.45,1.38,,0.05,0.02,2005-10-18, -/games/boxart/7620922ccc.jpg,Red Dead Revolver,PS2,Shooter,Rockstar Games,Rockstar San Diego,,1.45,0.71,,0.55,0.19,2004-05-03, -/games/boxart/full_2011970AmericaFrontccc.jpg,Doom (2016),XOne,Shooter,Bethesda Softworks,id Software,,1.45,0.76,,0.57,0.13,2016-05-13, -/games/boxart/full_5244344JapanFrontccc.jpg,Game de Hakken!! Tamagotchi 2,GB,Simulation,Bandai,Tom Create,,1.45,,1.44,,0.01,1997-10-17, -/games/boxart/5990330ccc.jpg,The House of the Dead 2 & 3 Return,Wii,Shooter,Sega,Sega,6.5,1.45,0.77,0.03,0.5,0.15,2008-03-11, -/games/boxart/full_8940693AmericaFrontccc.jpg,Sonic & SEGA All-Stars Racing,Wii,Racing,Sega,Sumo Digital,7.9,1.45,0.61,,0.69,0.15,2010-02-23, -/games/boxart/full_42836AmericaFrontccc.jpg,Tamagotchi,GB,Simulation,Bandai,Tom Create,,1.45,,1.44,,0.01,1997-06-26, -/games/boxart/full_2518506JapanFrontccc.jpg,Dragon Ball Z,SNES,Fighting,Bandai,TOSE,,1.45,,1.45,,0,1999-01-01, -/games/boxart/9147705ccc.jpg,Sega Genesis Collection,PSP,Misc,Sega,Sega,8.3,1.45,0.53,,0.58,0.34,2006-11-16, -/games/boxart/8550804ccc.jpg,Namco Museum 64,N64,Misc,Namco,Mass Media,,1.45,1.24,0.03,0.17,0.01,1999-10-31, -/games/boxart/7944449ccc.jpg,Sonic Rivals,PSP,Racing,Sega,Backbone Entertainment,7,1.44,0.73,,0.43,0.28,2006-11-16, -/games/boxart/full_6479888AmericaFrontccc.jpg,Disney Princess: Magical Jewels,DS,Adventure,Disney Interactive Studios,1st Playable Productions,,1.44,1.12,,0.2,0.12,2007-10-16, -/games/boxart/7103847ccc.jpg,My Word Coach,DS,Misc,Ubisoft,Ubisoft Montreal,,1.44,0.37,,0.9,0.18,2007-11-06, -/games/boxart/full_star-wars-the-force-unleashed-ii_9AmericaFront.jpg,Star Wars: The Force Unleashed II,X360,Action,LucasArts,LucasArts,6.3,1.44,0.95,,0.37,0.12,2010-10-26, -/games/boxart/1774645ccc.jpg,Tiger Woods PGA Tour 2005,PS2,Sports,EA Sports,EA Redwood Shores,,1.44,1.03,,0.32,0.09,2004-09-20, -/games/boxart/8018037ccc.jpg,BioShock,PS3,Shooter,2K Games,2K Boston / 2K Australia / 2K Marin,9.3,1.44,0.75,0.01,0.48,0.21,2008-10-21, -/games/boxart/full_601061AmericaFrontccc.jpg,Assassin's Creed Syndicate,XOne,Action,Ubisoft,Ubisoft Quebec,,1.44,0.71,,0.61,0.12,2015-10-23,2018-01-14 -/games/boxart/full_176177AmericaFrontccc.jpg,NCAA Football 2003,PS2,Sports,EA Sports,EA Tiburon,,1.44,1.16,,0.08,0.19,2002-07-20, -/games/boxart/full_43748AmericaFrontccc.jpg,SingStar Pop,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.44,0.04,,1.08,0.32,2007-04-03, -/games/boxart/full_kinect-joy-ride_230AmericaFront.jpg,Kinect Joy Ride,X360,Racing,Microsoft Game Studios,Big Park,5.6,1.43,0.92,0,0.39,0.12,2010-11-04, -/games/boxart/full_5007495AmericaFrontccc.jpg,South Park: The Fractured But Whole,PS4,Role-Playing,Ubisoft,Ubisoft San Francisco,,1.43,0.62,,0.57,0.24,2017-10-17,2018-04-06 -/games/boxart/full_3572522AmericaFrontccc.jpg,Triple Play 2000,PS,Sports,EA Sports,Treyarch,,1.43,0.79,,0.54,0.09,1999-02-28, -/games/boxart/full_92244AmericaFrontccc.jpg,Hasbro Family Game Night,Wii,Misc,Electronic Arts,EA Bright Light,,1.43,0.96,,0.34,0.13,2008-11-11, -/games/boxart/full_dead-space-2_998AmericaFront.jpg,Dead Space 2,PS3,Shooter,Electronic Arts,Visceral Games,9,1.43,0.73,,0.49,0.21,2011-01-25, -/games/boxart/5452545ccc.jpg,WWE SmackDown vs Raw 2008,X360,Fighting,THQ,Yuke's Media Creations,7.3,1.43,0.92,0,0.38,0.13,2007-11-13, -/games/boxart/1647813ccc.jpg,Classic NES Series: Super Mario Bros.,GBA,Platform,Nintendo,Nintendo,,1.43,,1.39,,0.03,2004-06-02, -/games/boxart/full_5179035AmericaFrontccc.jpg,Frogger 2: Swampy's Revenge,PS,Action,Hasbro Interactive,Blitz Games,,1.43,0.8,,0.54,0.09,2000-10-10, -/games/boxart/7299647ccc.jpg,Smarty Pants,Wii,Misc,Electronic Arts,EA Los Angeles,6.5,1.43,0.52,,0.75,0.16,2007-11-13, -/games/boxart/full_9728369AmericaFrontccc.jpg,Injustice: Gods Among Us,X360,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.42,0.97,,0.31,0.14,2013-04-16,2018-04-22 -/games/boxart/full_6032874AmericaFrontccc.jpg,Tiger Woods PGA Tour 09 All-Play,Wii,Sports,EA Sports,EA Tiburon,,1.42,0.8,,0.48,0.14,2008-08-26, -/games/boxart/full_1840498AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,Wii,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.42,0.9,,0.4,0.12,2012-06-26,2018-03-15 -/games/boxart/full_1295732AmericaFrontccc.jpg,NBA Live 06 (Weekly american sales),PS2,Sports,EA Sports,EA Canada,,1.42,1.35,,0.05,0.02,2005-09-26, -/games/boxart/full_3106619AmericaFrontccc.jpg,UFC Undisputed 2010,PS3,Fighting,THQ,Yuke's Future Media Creators,8.4,1.42,0.8,0.02,0.4,0.19,2010-05-25, -/games/boxart/full_3563703AmericaFrontccc.jpg,Medal of Honor: Warfighter,PS3,Shooter,Electronic Arts,Danger Close Games,,1.42,0.49,0.06,0.64,0.23,2012-10-23,2018-01-13 -/games/boxart/full_388041AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,XOne,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,1.42,0.77,0.01,0.52,0.12,2014-09-30,2018-05-04 -/games/boxart/full_3303090AmericaFrontccc.jpg,R.B.I. Baseball 2,NES,Sports,Tengen,Namco,,1.42,0.12,1.3,,,1990-01-01, -/games/boxart/6243817ccc.jpg,NFL Street,PS2,Sports,EA Sports BIG,EA Tiburon,,1.42,1.15,,0.08,0.19,2004-01-13, -/games/boxart/full_6967302AmericaFrontccc.jpg,Rayman Raving Rabbids,Wii,Misc,Ubisoft,Ubisoft Montpellier,7.5,1.42,1.22,0.02,0.07,0.11,2006-11-14, -/games/boxart/337682ccc.jpg,Cabela's Big Game Hunter,PS2,Sports,Activision,Sand Grain Studios,,1.42,0.7,,0.54,0.18,2002-11-26, -/games/boxart/442847ccc.jpg,LEGO Star Wars II: The Original Trilogy,PSP,Action,LucasArts,Traveller's Tales,8.4,1.41,0.58,,0.51,0.32,2006-09-12, -/games/boxart/full_5869279AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,Wii,Adventure,LucasArts,Traveller's Tales,7.5,1.41,0.9,,0.38,0.13,2009-11-17, -/games/boxart/full_1021105AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,GC,Action,Eidos Interactive,Traveller's Tales,7.9,1.41,1.09,,0.28,0.04,2005-10-25, -/games/boxart/full_4033640AmericaFrontccc.jpg,Hello Kitty Party,DS,Misc,Majesco,Barnstorm Games,,1.41,0.78,,0.51,0.13,2009-11-23, -/games/boxart/full_530321AmericaFrontccc.jpg,NASCAR 2005: Chase for the Cup,PS2,Racing,EA Sports,EA Tiburon,,1.41,0.69,,0.54,0.18,2004-08-31, -/games/boxart/3018787ccc.jpg,Twisted Metal: Black,PS2,Racing,Sony Computer Entertainment,Incognito Inc.,8.9,1.41,1.19,,0.17,0.05,2001-06-18, -/games/boxart/4081081ccc.jpg,The Lion King,GEN,Action,Virgin Interactive,Westwood Studios,,1.41,0.97,0.03,0.37,0.05,1994-12-08, -/games/boxart/full_4134357AmericaFrontccc.jpg,Knockout Kings 2000,PS,Fighting,EA Sports,EA Sports,,1.41,1.02,,0.34,0.05,1999-10-31, -/games/boxart/9301166ccc.jpg,2Xtreme,PS,Sports,Sony Computer Entertainment,SCEA,8.3,1.4,1.15,,0.2,0.05,1996-10-31, -/games/boxart/903634ccc.jpg,Need for Speed: Undercover,PS2,Racing,Electronic Arts,EA Vancouver,,1.4,0.38,0.03,0.08,0.93,2008-11-17, -/games/boxart/1545824ccc.jpg,Sonic Advance 3,GBA,Platform,THQ,Dimps Corporation / Sonic Team,,1.4,0.74,0.08,0.52,0.06,2004-06-07, -/games/boxart/2125308ccc.jpg,Spider-Man: The Movie,XB,Action,Activision,Treyarch,7.7,1.4,1.07,,0.28,0.05,2002-04-15, -/games/boxart/6299439ccc.jpg,Colin McRae Rally 3,PS2,Racing,Codemasters,Codemasters,,1.4,0.03,0.02,1.05,0.3,2003-04-22, -/games/boxart/full_anno-2070_524PALFront.jpg,Anno 2070,PC,Strategy,Ubisoft,Blue Byte Studio,8.7,1.4,,,1.14,0.26,2011-11-17, -/games/boxart/full_fight-night-round-4_9AmericaFront.jpg,Fight Night Round 4,X360,Fighting,EA Sports,EA Canada,8.7,1.4,0.95,,0.33,0.13,2009-06-23, -/games/boxart/full_809683AmericaFrontccc.jpg,Dead Space,X360,Shooter,Electronic Arts,EA Redwood Shores,8.9,1.4,0.89,,0.39,0.13,2008-10-13, -/games/boxart/full_2785243AmericaFrontccc.jpg,Hannah Montana: Spotlight World Tour,Wii,Action,Disney Interactive Studios,Avalanche Software,,1.39,0.87,,0.38,0.13,2007-11-06, -/games/boxart/full_4256270AmericaFrontccc.jpg,Assassin's Creed Odyssey,XOne,Action-Adventure,Ubisoft,Ubisoft Quebec,,1.39,0.91,,0.35,0.13,2018-10-05,2018-11-17 -/games/boxart/full_6969844AmericaFrontccc.jpg,Battlefield 4,PC,Shooter,Electronic Arts,EA DICE,,1.39,0.44,,0.85,0.1,2013-10-29,2018-01-05 -/games/boxart/9890373ccc.jpg,Teenage Mutant Ninja Turtles III: The Manhattan Project,NES,Action,Konami,Konami,,1.39,1.05,0.15,0.17,0.02,1992-02-01, -/games/boxart/full_938056AmericaFrontccc.jpg,Toy Story 3: The Video Game,Wii,Action,Disney Interactive Studios,Avalanche Software,,1.39,0.63,,0.62,0.14,2010-06-15, -/games/boxart/full_8504839AmericaFrontccc.jpg,Street Fighter V,PS4,Fighting,Capcom,Capcom,,1.39,0.64,0.12,0.42,0.22,2016-02-16,2018-01-08 -/games/boxart/full_sonic-generations_773AmericaFront.jpg,Sonic Generations,X360,Platform,Sega,Sonic Team,7.7,1.39,0.71,0,0.54,0.13,2011-11-01, -/games/boxart/6980834ccc.jpg,NBA Jam,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,1.39,1.19,,0.16,0.03,1994-03-01, -/games/boxart/full_6446033AmericaFrontccc.jpg,Madden NFL 2002,PS,Sports,EA Sports,EA Sports,,1.39,0.78,,0.53,0.09,2001-08-13, -/games/boxart/full_4695890AmericaFrontccc.jpg,The Sims 4,PS4,Simulation,Electronic Arts,Maxis,,1.39,0.44,0.01,0.72,0.22,2017-11-17,2017-12-29 -/games/boxart/full_3902291AmericaFrontccc.jpg,Bakugan: Battle Brawlers,DS,Action,Activision,MTO,6.4,1.38,1.26,,0.02,0.1,2009-10-20, -/games/boxart/full_9015416AmericaFrontccc.png,Rocket League,XOne,Sports,505 Games,Psyonix Studios,8,1.38,0.52,,0.75,0.11,2016-07-05,2018-04-04 -/games/boxart/full_2733635AmericaFrontccc.jpg,The Sims 2,PSP,Simulation,Electronic Arts,Maxis,6.2,1.38,0.49,,0.56,0.33,2005-12-07, -/games/boxart/full_deus-ex-human-revolution_144AmericaFront.jpg,Deus Ex: Human Revolution,X360,Shooter,Square Enix,Eidos Montreal,8.8,1.38,0.77,0.02,0.47,0.12,2011-08-23, -/games/boxart/full_4478237AmericaFrontccc.jpg,The Elder Scrolls Online: Tamriel Unlimited,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,1.38,0.86,,0.39,0.13,2015-06-09,2018-09-15 -/games/boxart/1798365ccc.jpg,Duke Nukem: Time to Kill,PS,Shooter,GT Interactive,n-Space,,1.38,0.77,,0.54,0.07,1998-09-30, -/games/boxart/full_340532AmericaFrontccc.png,Titanfall,X360,Shooter,Electronic Arts,Respawn Entertainment,,1.38,0.88,0.02,0.35,0.13,2014-04-08,2018-01-12 -/games/boxart/4824256ccc.jpg,Dave Mirra Freestyle BMX 2,PS2,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,1.38,0.67,,0.53,0.18,2001-08-27, -/games/boxart/7255090ccc.jpg,True Crime: Streets of LA,XB,Action,Activision,Luxoflux,,1.38,0.96,,0.37,0.05,2003-11-03, -/games/boxart/full_3330052AmericaFrontccc.jpg,LittleBigPlanet PS Vita,PSV,Platform,Sony Computer Entertainment,Media Molecule,,1.38,0.36,0.02,0.69,0.31,2012-09-25,2018-04-06 -/games/boxart/full_2653111AmericaFrontccc.jpg,Far Cry 2,PS3,Shooter,Ubisoft,Ubisoft Montreal,8.4,1.38,0.43,0.01,0.69,0.26,2008-10-21, -/games/boxart/full_deus-ex-human-revolution_477AmericaFront.jpg,Deus Ex: Human Revolution,PS3,Shooter,Square Enix,Eidos Montreal,8.8,1.38,0.5,0.07,0.6,0.22,2011-08-23, -/games/boxart/full_dead-rising-2_5AmericaFront.jpg,Dead Rising 2,PS3,Action,Capcom,Blue Castle Games,8.1,1.37,0.43,0.15,0.57,0.22,2010-09-28, -/games/boxart/full_lego-harry-potter-years-1-4_8AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PS3,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,1.37,0.55,,0.61,0.21,2010-06-29,2018-12-01 -/games/boxart/7172306ccc.jpg,Ridge Racer 7,PS3,Racing,Namco Bandai,Namco Bandai,,1.37,0.24,0.16,0.7,0.26,2006-11-13, -/games/boxart/full_call-of-duty-black-ops_0AmericaFront.jpg,Call of Duty: Black Ops,Wii,Shooter,Activision,Treyarch,7.5,1.37,0.8,,0.46,0.12,2010-11-09, -/games/boxart/full_crysis-2_266AmericaFront.jpg,Crysis 2,X360,Shooter,Electronic Arts,Crytek,8.7,1.37,0.73,0.02,0.5,0.13,2011-03-22, -/games/boxart/full_need-for-speed-the-run_260AmericaFront.jpg,Need for Speed: The Run,X360,Racing,Electronic Arts,EA Black Box,5.5,1.37,0.63,0,0.57,0.16,2011-11-15, -/games/boxart/full_8187944PALFrontccc.jpg,NBA 2K15,PS3,Sports,2K Sports,Visual Concepts,,1.37,0.89,0.02,0.22,0.24,2014-10-07,2018-01-04 -/games/boxart/full_4132820AmericaFrontccc.jpg,Titanfall 2,XOne,Shooter,Electronic Arts,Respawn Entertainment,,1.37,0.88,,0.37,0.13,2016-10-28,2018-06-29 -/games/boxart/full_3823842AmericaFrontccc.jpg,Star Wars Knights of the Old Republic II: The Sith Lords,XB,Role-Playing,LucasArts,Obsidian Entertainment,,1.37,0.99,,0.33,0.05,2004-12-06, -/games/boxart/full_7741700AmericaFrontccc.jpg,A Collection of Activision Classic Games for the Atari 2600,PS,Misc,Activision,"Livesay Technologies, Inc.",3.8,1.37,0.76,,0.52,0.09,1998-09-23, -/games/boxart/full_2818201AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,PS2,Adventure,LucasArts,Traveller's Tales,,1.37,0.6,,0.01,0.76,2008-06-03, -/games/boxart/full_metroid-other-m_7AmericaFront.jpg,Metroid: Other M,Wii,Action,Nintendo,Nintendo SPD Production Group 1/Team Ninja,7.7,1.36,0.85,0.13,0.28,0.1,2010-08-31, -/games/boxart/full_3595470AmericaFrontccc.jpg,Skylanders SWAP Force,X360,Platform,Activision,Unknown,,1.36,0.88,,0.35,0.13,2013-10-13,2018-03-20 -/games/boxart/9001316ccc.jpg,Crash Bandicoot 2: N-Tranced,GBA,Platform,Vivendi Games,Vicarious Visions,7.5,1.36,0.63,,0.66,0.07,2003-01-07, -/games/boxart/full_9625007AmericaFrontccc.jpg,FIFA 17,PS3,Sports,Electronic Arts,EA Canada,,1.36,0.14,0.04,0.98,0.2,2016-09-27,2018-03-28 -/games/boxart/full_goldeneye-007_5AmericaFront.jpg,GoldenEye 007,Wii,Shooter,Activision,Eurocom Entertainment Software,8,1.36,0.76,0,0.6,,2010-11-02, -/games/boxart/full_marvel-vs-capcom-3-fate-of-two-worlds_944AmericaFront.jpg,Marvel vs. Capcom 3: Fate of Two Worlds,PS3,Fighting,Capcom,Capcom,8.2,1.36,0.81,0.11,0.28,0.15,2011-02-15, -/games/boxart/3605445ccc.jpg,Tom Clancy's Ghost Recon 2,XB,Shooter,Ubisoft,Red Storm Entertainment,,1.36,0.86,,0.45,0.06,2004-11-16, -/games/boxart/full_2824502AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,PS4,Shooter,Bethesda Softworks,MachineGames,9,1.36,0.55,0.01,0.58,0.22,2017-10-27,2018-05-10 -/games/boxart/6285281ccc.jpg,Centipede,2600,Shooter,Atari,Atari,,1.36,1.26,,0.08,0.01,1982-01-01, -/games/boxart/6603270ccc.jpg,Gradius,NES,Shooter,Konami,Konami,,1.36,0.27,1,0.08,0.01,1986-12-01, -/games/boxart/1059271ccc.jpg,Dead to Rights,PS2,Shooter,Namco,Namco,,1.36,0.67,,0.52,0.17,2002-11-18, -/games/boxart/full_380416AmericaFrontccc.jpg,Hasbro Family Game Night 2,Wii,Misc,Electronic Arts,EA Bright Light,6.4,1.36,0.7,,0.52,0.13,2009-10-27, -/games/boxart/full_5266352AmericaFrontccc.jpg,SingStar Abba,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.36,0.23,,0.04,1.09,2008-12-02, -/games/boxart/full_8015537AmericaFrontccc.jpg,Gardening Mama,DS,Puzzle,Majesco,Taito Corporation,6.6,1.36,0.79,0.01,0.42,0.13,2009-03-31, -/games/boxart/full_9236363AmericaFrontccc.png,Watch Dogs 2,XOne,Action,Ubisoft,Ubisoft,,1.35,0.71,,0.53,0.12,2016-11-15, -/games/boxart/full_6059759AmericaFrontccc.jpg,WWE '13,PS3,Sports,THQ,Unknown,,1.35,0.51,,0.62,0.22,2012-10-30,2018-01-12 -/games/boxart/full_232058AmericaFrontccc.jpg,Madden NFL 98,PS,Sports,EA Sports,EA Tiburon,,1.35,1.29,,0.03,0.03,1997-07-31, -/games/boxart/2564648ccc.jpg,FIFA Soccer 08,PSP,Sports,EA Sports,EA Canada,7.9,1.35,0.2,,0.76,0.39,2007-10-08, -/games/boxart/full_4118569AmericaFrontccc.jpg,Disney Princess: Enchanted Journey,Wii,Adventure,Disney Interactive Studios,Papaya Studios,,1.35,1.22,,0.03,0.1,2007-10-30, -/games/boxart/6417396ccc.jpg,FIFA Soccer 09,PSP,Sports,EA Sports,EA Canada,8.1,1.35,0.23,0.02,0.73,0.37,2008-10-14, -/games/boxart/full_3220788JapanFrontccc.jpg,Dance Dance Revolution (Japan),PS,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.35,,1.26,,0.09,1999-04-10, -/games/boxart/4862823ccc.jpg,FIFA Soccer 08,X360,Sports,EA Sports,EA Canada,,1.35,0.31,0.01,0.89,0.14,2007-10-09, -/games/boxart/full_2459376AmericaFrontccc.jpg,The Simpsons: Hit & Run,XB,Racing,VU Games,Radical Entertainment,,1.35,0.7,,0.58,0.07,2003-09-16, -/games/boxart/6191143ccc.jpg,Burnout Paradise,X360,Racing,Electronic Arts,Criterion,8.9,1.35,0.63,0.01,0.57,0.14,2008-01-22, -/games/boxart/full_5963199PALFrontccc.jpg,SingStar Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.35,,,1.04,0.31,2004-11-19, -/games/boxart/6513999ccc.jpg,Battlefield: Bad Company,PS3,Shooter,Electronic Arts,EA Digital Illusions CE,8.6,1.34,0.76,0.05,0.36,0.17,2008-06-23, -/games/boxart/full_f1-2010_6AmericaFront.jpg,F1 2010,PS3,Racing,Codemasters,Codemasters Birmingham,8.4,1.34,0.25,0.08,0.75,0.26,2010-09-21, -/games/boxart/1348491ccc.jpg,Max Payne 2: The Fall of Max Payne,PS2,Shooter,Rockstar Games,Remedy Entertainment,6.8,1.34,0.65,,0.51,0.17,2003-12-02, -/games/boxart/full_9684129AmericaFrontccc.jpg,Donkey Kong Jungle Beat,GC,Platform,Nintendo,Nintendo EAD Tokyo,7.9,1.34,0.84,0.24,0.22,0.04,2005-03-14, -/games/boxart/7107391ccc.gif,Mortal Kombat 3,GEN,Fighting,Williams Entertainment,Sculptured Software,,1.34,1.03,,0.27,0.04,1995-01-01, -/games/boxart/8710510ccc.jpg,MVP Baseball 2004,PS2,Sports,Electronic Arts,EA Sports,,1.34,1.1,,0.06,0.18,2004-03-09, -/games/boxart/full_ico-and-shadow-of-the-colossus-collection_717AmericaFront.jpg,The ICO & Shadow of the Colossus Collection,PS3,Adventure,Sony Computer Entertainment,Bluepoint Games,9,1.34,0.67,0.13,0.36,0.18,2011-09-27, -/games/boxart/8376536ccc.jpg,Doom 3,XB,Shooter,Activision,Vicarious Visions,,1.34,0.85,,0.43,0.06,2005-04-03, -/games/boxart/full_3945004AmericaFrontccc.jpg,Test Drive,PS2,Racing,Atari,Pitbull Syndicate,,1.34,0.95,0.01,0.21,0.18,2002-05-27, -/games/boxart/full_2425481AmericaFrontccc.jpg,Need for Speed Carbon,PS2,Racing,Electronic Arts,EA Black Box,7.7,1.34,1.22,0.05,0.05,0.01,2006-10-31, -/games/boxart/full_1499680AmericaFrontccc.jpg,Command & Conquer: Red Alert 2,PC,Strategy,Electronic Arts,Westwood Studios,8.9,1.34,1.32,,0.02,,2000-10-21, -/games/boxart/full_3761361AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,PS3,Shooter,Ubisoft,Ubisoft Montreal,8.2,1.34,0.66,0.04,0.45,0.2,2008-03-19, -/games/boxart/full_7623118AmericaFrontccc.jpg,Devil May Cry 4,X360,Action,Capcom,Capcom,8.5,1.34,0.79,0.08,0.34,0.13,2008-02-05, -/games/boxart/6305625ccc.jpg,WWE SmackDown vs Raw 2008,PS3,Fighting,THQ,Yuke's Media Creations,7.3,1.33,0.62,0.01,0.5,0.2,2007-11-13, -/games/boxart/full_6695965AmericaFrontccc.jpg,WWF War Zone,N64,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,1.33,1.08,,0.24,0.02,1998-08-11, -/games/boxart/full_7865730AmericaFrontccc.jpg,Saints Row IV,PS3,Action,Deep Silver,Volition Inc.,,1.33,0.58,0.09,0.45,0.21,2013-08-20,2018-04-02 -/games/boxart/full_1170189AmericaFrontccc.jpg,Alan Wake,X360,Action,Microsoft Game Studios,Remedy Entertainment,8.3,1.33,0.66,0.05,0.5,0.12,2010-05-18, -/games/boxart/full_crysis-2_295AmericaFront.jpg,Crysis 2,PS3,Shooter,Electronic Arts,Crytek,8.8,1.33,0.48,0.06,0.57,0.22,2011-03-22, -/games/boxart/full_6798531AmericaFrontccc.jpg,Ratchet & Clank: Up Your Arsenal (Weekly american sales),PS2,Platform,Sony Computer Entertainment,Insomniac Games,,1.33,1.27,,0.05,0.02,2004-11-03, -/games/boxart/2156877ccc.jpg,The Sims: Bustin' Out,GBA,Simulation,Electronic Arts,Griptonite Games,,1.33,0.93,,0.35,0.06,2003-12-02, -/games/boxart/2186881ccc.jpg,Corvette,PS2,Racing,Global Star Software,Steel Monkeys,,1.33,0.65,,0.51,0.17,2004-03-09, -/games/boxart/full_7823563AmericaFrontccc.jpg,Grand Theft Auto: Chinatown Wars,DS,Adventure,Rockstar Games,Rockstar Leeds/North,9.5,1.33,0.58,0.05,0.56,0.14,2009-03-17, -/games/boxart/7303473ccc.jpg,Triple Play 2001,PS,Sports,EA Sports,Treyarch,,1.33,0.74,,0.5,0.09,2000-03-14, -/games/boxart/full_1181203AmericaFrontccc.jpg,WWE 2K18,PS4,Sports,2K Sports,Yuke's,,1.33,0.45,,0.67,0.22,2017-10-17, -/games/boxart/full_spider-man-the-movie_712AmericaFront.jpg,Spider-Man: The Movie,GBA,Platform,Activision,Digital Eclipse,7.9,1.33,0.92,0.01,0.35,0.05,2002-04-16, -/games/boxart/full_8286007AmericaFrontccc.jpg,Tony Hawk's Pro Skater,GB,Sports,Activision,Natsume,7.1,1.33,0.9,0.01,0.38,0.05,2000-02-29, -/games/boxart/full_4720639AmericaFrontccc.jpg,Skylanders Giants,X360,Misc,Activision,Toys for Bob,,1.32,0.76,,0.44,0.12,2012-10-21,2018-01-16 -/games/boxart/full_1517894AmericaFrontccc.jpg,Fallout 76,PS4,Role-Playing,Bethesda Softworks,Bethesda Game Studios,5.1,1.32,0.52,0.1,0.49,0.2,2018-11-14,2018-12-02 -/games/boxart/full_7031969AmericaFrontccc.jpg,TOCA 2 Touring Car Championship,PS,Racing,Codemasters,Codemasters,,1.32,0.03,0.02,1.16,0.11,1999-10-31, -/games/boxart/full_rage_721AmericaFront.jpg,Rage,PS3,Shooter,Bethesda Softworks,id Software,7.9,1.32,0.47,0.06,0.59,0.2,2011-10-04, -/games/boxart/full_8702440AmericaFrontccc.jpg,MAG: Massive Action Game,PS3,Shooter,Sony Computer Entertainment,Zipper Interactive,7.4,1.32,0.77,0.09,0.3,0.16,2010-01-26, -/games/boxart/full_9108758AmericaFrontccc.jpg,The LEGO Movie Videogame,X360,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,1.32,0.69,,0.51,0.11,2014-02-07,2018-03-20 -/games/boxart/full_madden-nfl-97_9AmericaFront.jpg,Madden NFL 97,PS,Sports,EA Sports,EA Tiburon,,1.32,0.73,,0.5,0.09,1996-08-31, -/games/boxart/full_1092621AmericaFrontccc.jpg,NFL 2K3,PS2,Sports,Sega,Visual Concepts,,1.32,1.06,,0.08,0.18,2002-08-12, -/games/boxart/full_8033207AmericaFrontccc.jpg,UFC Undisputed 2010,X360,Fighting,THQ,Yuke's Future Media Creators,8.6,1.32,0.9,0,0.31,0.11,2010-05-25, -/games/boxart/full_6481743AmericaFrontccc.jpg,Need for Speed Underground Rivals,PSP,Racing,Electronic Arts,Team Fusion,7.6,1.32,0.69,0.02,0.38,0.24,2005-03-14, -/games/boxart/full_8858872AmericaFrontccc.jpg,Fighting Force,PS,Action,Eidos Interactive,Core Design Ltd.,,1.32,0.73,,0.5,0.09,1997-10-31, -/games/boxart/8484832ccc.gif,Petz Wild Animals: Dolphinz,DS,Simulation,Ubisoft,Magic Pockets,,1.32,0.71,,0.48,0.13,2007-10-16, -/games/boxart/1672169ccc.jpg,Pitfall II: Lost Caverns,2600,Platform,Activision,Activision,,1.31,1.22,,0.07,0.02,1983-09-16, -/games/boxart/4570243ccc.jpg,Turok: Evolution,PS2,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,1.31,0.64,,0.5,0.17,2002-08-31, -/games/boxart/full_1892595AmericaFrontccc.jpg,TNN Motor Sports Hardcore 4x4,PS,Racing,ASC Games,Gremlin Interactive,,1.31,0.73,,0.5,0.09,1996-11-30, -/games/boxart/full_949644AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,1.31,0.3,0.02,0.78,0.2,2016-06-28,2018-03-31 -/games/boxart/full_2404580AmericaFrontccc.jpg,Madagascar,PS2,Platform,Activision,Toys for Bob,6.4,1.31,0.78,,0.45,0.07,2005-05-23, -/games/boxart/full_1316169AmericaFrontccc.jpg,The Beatles: Rock Band,X360,Misc,MTV Games,Harmonix Music Systems,8.9,1.31,0.97,,0.23,0.11,2009-09-09, -/games/boxart/full_3384417AmericaFrontccc.jpg,[Prototype],X360,Action,Activision,Radical Entertainment,7.9,1.31,0.84,,0.35,0.12,2009-06-09, -/games/boxart/full_5849917AmericaFrontccc.jpg,FIFA 14,XOne,Sports,EA Sports,EA Canada,,1.31,0.44,,0.78,0.1,2013-11-22,2018-09-15 -/games/boxart/full_2868339AmericaFrontccc.jpg,LEGO Batman: The Videogame,PS3,Adventure,Warner Bros. Interactive,Traveller's Tales,7.2,1.31,0.72,,0.39,0.19,2008-09-23, -/games/boxart/3008963ccc.jpg,Rugrats Studio Tour,PS,Adventure,THQ,n-Space,,1.31,0.57,,0.67,0.07,1999-11-10, -/games/boxart/6635552ccc.jpg,IHRA Drag Racing 2,PS2,Racing,Bethesda Softworks,Bethesda Softworks,,1.31,0.64,,0.5,0.17,2002-12-09, -/games/boxart/7338780ccc.jpg,Burnout 3: Takedown,XB,Racing,Electronic Arts,Criterion Games,9.3,1.31,0.84,,0.43,0.04,2004-09-07, -/games/boxart/full_7878732AmericaFrontccc.png,EA Sports UFC 2,PS4,Sports,EA Sports,EA Canada,,1.31,0.44,,0.65,0.21,2016-03-15,2018-04-20 -/games/boxart/full_9105098AmericaFrontccc.jpg,Assassin's Creed: Rogue,PS3,Action,Ubisoft,Ubisoft Sofia,,1.3,0.46,0.07,0.57,0.2,2014-11-11,2018-01-14 -/games/boxart/full_517828AmericaFrontccc.jpg,LEGO Batman: The Videogame,PSP,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,1.3,0.57,,0.46,0.27,2008-09-23, -/games/boxart/full_4280869AmericaFrontccc.jpg,NBA Live 07,PS2,Sports,EA Sports,EA Canada,6.3,1.3,1.07,0.02,0.04,0.17,2006-09-25, -/games/boxart/full_8928484AmericaFrontccc.jpg,Digimon World,PS,Role-Playing,Bandai,Bandai,,1.3,0.56,0.28,0.38,0.08,2000-05-23, -/games/boxart/full_7824862AmericaFrontccc.jpg,SingStar '80s,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.3,0.27,,0.02,1.02,2007-09-18,2018-12-03 -/games/boxart/4811592ccc.jpg,Test Drive 5,PS,Racing,Accolade,Pitbull Syndicate,,1.3,1.05,,0.2,0.05,1998-09-30, -/games/boxart/full_9154694AmericaFrontccc.jpg,Yu-Gi-Oh! The Sacred Cards,GBA,Role-Playing,Konami,Konami,,1.3,0.94,,0.35,0.02,2003-11-04, -/games/boxart/full_3915280AmericaFrontccc.jpg,Gold's Gym: Cardio Workout,Wii,Sports,Ubisoft,Rocket Company,,1.29,1.1,0.06,0.04,0.09,2009-03-25, -/games/boxart/7718266ccc.jpg,Transformers,PS2,Shooter,Atari,Melbourne House,7.8,1.29,0.63,,0.49,0.16,2004-05-11, -/games/boxart/full_9752176AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,Wii,Misc,Disney Interactive Studios,Page 44 Studios,,1.29,0.67,0,0.49,0.13,2008-10-21, -/games/boxart/full_5429372AmericaFrontccc.jpg,Dark Souls II,PS3,Role-Playing,Namco Bandai Games,From Software,,1.29,0.38,0.41,0.35,0.15,2015-04-07,2018-04-23 -/games/boxart/full_5937797AmericaFrontccc.jpg,LEGO Battles,DS,Strategy,Warner Bros. Interactive,Hellbent Games,,1.29,0.79,,0.38,0.12,2009-06-10, -/games/boxart/full_4496423AmericaFrontccc.jpg,Mega Man Battle Network 3 Blue / White Version,GBA,Role-Playing,Capcom,Capcom,,1.29,0.39,0.85,0.02,0.03,2003-06-24, -/games/boxart/full_4959111AmericaFrontccc.jpg,Pirates of the Caribbean: The Curse of the Black Pearl,GBA,Platform,TDK Mediactive,Pocket Studios,,1.29,0.93,,0.34,0.02,2003-07-01, -/games/boxart/full_1240824AmericaFrontccc.jpg,Deal or No Deal,Wii,Misc,Zoo Games,Black Lantern Studios,,1.29,1.2,,,0.09,2009-01-20, -/games/boxart/full_6724026AmericaFrontccc.jpg,The Last Guardian,PS4,Action-Adventure,Sony Interactive Entertainment,SIE Japan Studio,7.9,1.29,0.4,0.13,0.58,0.19,2016-12-06,2018-04-04 -/games/boxart/5879785ccc.jpg,EA Playground,Wii,Sports,Electronic Arts,EA Canada,,1.29,0.68,,0.47,0.13,2007-10-22, -/games/boxart/full_4268058AmericaFrontccc.jpeg,Watch Dogs,X360,Action-Adventure,Ubisoft,Ubisoft Montreal,,1.29,0.73,0.01,0.44,0.11,2014-05-27,2018-03-15 -/games/boxart/full_2270992AmericaFrontccc.png,WWE 2K16,PS4,Sports,Take-Two Interactive,Yuke's,,1.29,0.43,,0.65,0.21,2015-10-27,2018-04-11 -/games/boxart/full_7496078AmericaFrontccc.jpg,Midnight Club 3: DUB Edition (America weekly sales),PS2,Racing,Rockstar Games,Rockstar San Diego,,1.29,1.22,,0.05,0.01,2005-04-11, -/games/boxart/4804056ccc.jpg,Champions of Norrath,PS2,Role-Playing,Sony Online Entertainment,Snowblind Studios,8.5,1.28,0.63,,0.49,0.16,2004-02-10, -/games/boxart/1435179ccc.jpg,Army Men 3D,PS,Action,3DO,3DO,,1.28,1.1,,0.14,0.04,1999-02-28, -/games/boxart/full_9250565AmericaFrontccc.jpg,Manhunt,PS2,Action,Rockstar Games,Rockstar North,8,1.28,0.63,,0.49,0.16,2003-11-18, -/games/boxart/full_9002745AmericaFrontccc.jpg,Injustice: Gods Among Us,PS3,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,1.28,0.5,0.01,0.56,0.21,2013-04-16,2018-04-22 -/games/boxart/9375417ccc.jpg,Twisted Metal 4,PS,Racing,989 Studios,989 Studios,6.7,1.28,1.07,,0.16,0.04,1999-10-31, -/games/boxart/5612444ccc.jpg,Need for Speed Carbon,Wii,Racing,Electronic Arts,EA Black Box,6.4,1.28,0.45,0.02,0.66,0.15,2006-11-19, -/games/boxart/full_1218779AmericaFrontccc.jpg,Imagine: Wedding Designer,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,1.28,0.55,,0.59,0.14,2008-11-04,2018-09-17 -/games/boxart/full_6684256AmericaFrontccc.jpg,Borderlands: The Handsome Collection,PS4,Shooter,2K Games,Gearbox Software,,1.28,0.69,0.03,0.34,0.22,2015-03-24, -/games/boxart/full_8741098AmericaFrontccc.jpeg,Project CARS,PS4,Racing,Bandai Namco Games,Slightly Mad Studios,,1.28,0.29,0.04,0.76,0.19,2015-05-12,2018-01-05 -/games/boxart/9492661ccc.jpg,.hack//Infection Part 1,PS2,Role-Playing,Bandai,CyberConnect2,7.7,1.27,0.49,0.26,0.38,0.13,2003-02-11, -/games/boxart/6765109ccc.jpg,Guitar Hero: Aerosmith,Wii,Misc,Activision,Vicarious Visions,,1.27,1.03,,0.14,0.1,2008-06-29, -/games/boxart/6960955ccc.jpg,Atlantis,2600,Shooter,Imagic,Imagic,,1.27,1.18,,0.08,0.01,1982-01-01, -/games/boxart/full_3585578AmericaFrontccc.jpg,LEGO Batman: The Videogame,PS2,Adventure,Warner Bros. Interactive,Traveller's Tales,7.6,1.27,0.72,,0.03,0.52,2008-09-23, -/games/boxart/full_9394937AmericaFrontccc.jpg,Need for Speed Rivals,PS3,Racing,Electronic Arts,Ghost Games,,1.27,0.33,0.05,0.69,0.19,2013-11-19,2018-01-16 -/games/boxart/full_4579541AmericaFrontccc.jpg,NBA 2K9,X360,Sports,2K Sports,Visual Concepts,8.3,1.27,1,,0.16,0.11,2008-10-07, -/games/boxart/full_916454AmericaFrontccc.jpg,WWE '13,X360,Misc,THQ,Unknown,,1.27,0.72,,0.44,0.11,2012-10-30, -/games/boxart/full_3592943AmericaFrontccc.jpg,Destiny: The Taken King,XOne,Shooter,Activision,Bungie,,1.27,0.91,,0.23,0.12,2015-09-15,2018-04-20 -/games/boxart/5249232ccc.jpg,Tony Hawk's Underground,XB,Sports,Activision,Neversoft Entertainment,,1.27,0.85,,0.37,0.05,2003-10-28, -/games/boxart/full_5103900AmericaFrontccc.jpg,Jillian Michaels' Fitness Ultimatum 2009,Wii,Sports,Majesco,3G Studios,,1.27,0.96,,0.2,0.11,2008-10-21, -/games/boxart/full_ea-sports-active-2_8AmericaFront.jpg,EA Sports Active 2,Wii,Sports,Electronic Arts,EA Vancouver,8,1.27,0.76,,0.4,0.11,2010-11-16, -/games/boxart/full_344406AmericaFrontccc.jpg,Jet Li: Rise to Honor,PS2,Action,Sony Computer Entertainment,Sony Computer Entertainment America,,1.27,0.62,,0.48,0.16,2004-02-17, -/games/boxart/full_wwe-12_98AmericaFront.jpg,WWE '12,X360,Fighting,THQ,"Yuke's Co., Ltd.",7.5,1.27,0.74,0,0.4,0.12,2011-11-22,2019-01-29 -/games/boxart/full_5107716AmericaFrontccc.jpg,Castlevania: Symphony of the Night,PS,Platform,Konami,Konami Computer Entertainment Tokyo,9.3,1.27,0.58,0.21,0.4,0.08,1997-10-02, -/games/boxart/full_the-sims-2-nightlife_255AmericaFront.jpg,The Sims 2: Nightlife,PC,Simulation,Electronic Arts,Maxis,7.5,1.27,1.22,,0.05,,2005-09-13, -/games/boxart/full_3519112AmericaFrontccc.jpg,Battle Arena Toshinden,PS,Fighting,Sony Computer Entertainment,Tamsoft,,1.27,0.39,0.53,0.26,0.08,1995-09-09, -/games/boxart/full_1102838AmericaFrontccc.jpg,Road Rash,PS,Racing,Electronic Arts,Advanced Technology Group,,1.27,0.71,,0.48,0.08,1995-12-29, -/games/boxart/full_4453359AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Confrontation,PS3,Shooter,Sony Computer Entertainment,Slant Six Games,6.3,1.26,0.94,0.02,0.17,0.14,2008-10-14, -/games/boxart/full_2553818PALFrontccc.jpg,Brian Lara Cricket,PS,Sports,Codemasters,Codemasters,,1.26,0.02,0.01,1.13,0.1,1998-12-01, -/games/boxart/494012ccc.jpg,Rockstar Games presents Table Tennis,Wii,Sports,Rockstar Games,Rockstar San Diego,6.8,1.26,0.39,,0.73,0.15,2007-10-15, -/games/boxart/2625078ccc.jpg,Kung Fu Panda,DS,Platform,Activision,Vicarious Visions,,1.26,0.56,,0.56,0.14,2008-06-03, -/games/boxart/full_lego-harry-potter-years-5-7_21AmericaFront.jpg,LEGO Harry Potter: Years 5-7,Wii,Action,Warner Bros. Interactive,Traveller's Tales,,1.26,0.7,,0.44,0.12,2011-11-11, -/games/boxart/full_2923134AmericaFrontccc.jpg,Assassin's Creed: Bloodlines,PSP,Action,Ubisoft,Griptonite Studio,6.3,1.26,0.43,0.05,0.5,0.28,2009-11-17, -/games/boxart/full_football-manager-2011_6PALFront.jpg,Football Manager 2011,PC,Sports,Sega,Sports Interactive,8.9,1.26,,,1.01,0.24,2010-11-09, -/games/boxart/8777291ccc.jpg,Wheel of Fortune,PS,Misc,Hasbro Interactive,Artech Studios,,1.26,0.99,,0.22,0.04,1998-12-15, -/games/boxart/full_1603834AmericaFrontccc.jpg,Tomb Raider: Underworld,PS3,Adventure,Eidos Interactive,Crystal Dynamics,7.8,1.26,0.45,0.05,0.55,0.21,2008-11-18, -/games/boxart/full_3767255AmericaFrontccc.jpg,Far Cry 4,PS3,Shooter,Ubisoft,Ubisoft Montreal,,1.26,0.35,0.09,0.63,0.19,2014-11-18,2018-01-23 -/games/boxart/full_3934347AmericaFrontccc.jpg,Devil Dice,PS,Puzzle,THQ,Shift,,1.26,0.05,1.1,0.03,0.08,1998-06-30, -/games/boxart/full_5873071JapanFrontccc.jpg,Gegege no Kitarou 2: Youkai Gundan no Chousen,NES,Role-Playing,Bandai,Bandai,,1.25,,1.25,,0,1987-12-22, -/games/boxart/full_1430658AmericaFrontccc.jpg,RollerCoaster Tycoon 2,PC,Strategy,Atari,Chris Sawyer,7.3,1.25,1.19,,0.06,,2002-10-15, -/games/boxart/full_8841685AmericaFrontccc.jpg,Star Wars: The Force Unleashed,PS2,Action,LucasArts,Krome Studios,,1.25,0.49,0.01,0,0.75,2008-09-16, -/games/boxart/full_3515576AmericaFrontccc.jpg,Road Rash 3D,PS,Racing,Electronic Arts,Electronic Arts,,1.25,1.05,,0.16,0.04,1998-05-31, -/games/boxart/6931737ccc.jpg,Lara Croft Tomb Raider: The Angel of Darkness,PS2,Action,Eidos Interactive,Core Design Ltd.,,1.25,0.61,,0.48,0.16,2003-06-20, -/games/boxart/6044006ccc.jpg,NBA Live 2001,PS,Sports,EA Sports,EA Canada,,1.25,0.7,,0.47,0.08,2000-10-16, -/games/boxart/full_cars-2-the-video-game_972AmericaFront.jpg,Cars 2,DS,Racing,Disney Interactive Studios,Avalanche Software,6.5,1.25,0.68,0.04,0.41,0.12,2011-06-21, -/games/boxart/full_5505392AmericaFrontccc.jpg,Black,PS2,Shooter,Electronic Arts,Criterion Games,7.7,1.25,1.01,0.03,0.04,0.16,2006-02-28, -/games/boxart/4348446ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,PS2,Action,Ubisoft,Ubisoft Shanghai,,1.25,0.52,,0.56,0.17,2004-06-16, -/games/boxart/616863ccc.jpg,Tom Clancy's Rainbow Six: Vegas,PS3,Shooter,Ubisoft,Ubisoft,,1.25,0.47,0.03,0.53,0.22,2007-06-26, -/games/boxart/full_4156086AmericaFrontccc.jpg,Winter Sports: The Ultimate Challenge,Wii,Sports,Conspiracy Entertainment,49Games,,1.25,0.45,,0.68,0.12,2007-12-11, -/games/boxart/full_7241870AmericaFrontccc.jpg,Need for Speed: Most Wanted,X360,Racing,Electronic Arts,Electronic Arts,8.4,1.25,1,0.02,0.13,0.1,2005-11-16, -/games/boxart/4331749ccc.jpg,Ratatouille,DS,Platform,THQ,Helixe,7,1.25,0.49,,0.62,0.14,2007-06-26, -/games/boxart/7104719ccc.jpg,Reel Fishing,PS,Sports,Natsume,Pack-In Video,,1.25,0.99,0.1,0.13,0.04,1998-03-31, -/games/boxart/full_dragon-ball-z-kyoushuu-saiyajin_4JapanFront.jpg,Dragon Ball: Daimaou Fukkatsu,NES,Role-Playing,Bandai,TOSE,,1.25,,1.25,,0,1988-08-12, -/games/boxart/78053ccc.jpg,Combat,2600,Action,Atari,Atari,,1.25,1.17,,0.07,0.01,1977-01-01, -/games/boxart/full_5908073AmericaFrontccc.jpg,FIFA Street (2012),PS3,Sports,EA Sports,EA Canada,,1.25,0.13,,0.91,0.21,2012-03-13,2018-01-31 -/games/boxart/full_9860865AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,XB,Action,LucasArts,The Collective,,1.24,0.82,,0.38,0.04,2005-05-04, -/games/boxart/4458393ccc.jpg,Need for Speed Carbon,PS3,Racing,Electronic Arts,EA Black Box,7.8,1.24,0.49,0.03,0.51,0.2,2006-11-17, -/games/boxart/full_926681AmericaFrontccc.jpg,Transformers: Autobots / Decepticons,DS,Action,Activision,Vicarious Visions,,1.24,1.12,,0.03,0.09,2007-06-19, -/games/boxart/4163617ccc.jpg,Ridge Racer V,PS2,Racing,Namco,Namco,,1.24,0.24,0.75,0.19,0.06,2000-10-25, -/games/boxart/full_8188308AmericaFrontccc.jpg,Oddworld: Abe's Oddysee,PS,Platform,GT Interactive,Oddworld Inhabitants,8.3,1.24,0.75,,0.44,0.06,1997-08-31, -/games/boxart/full_6330540AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,PS2,Sports,THQ,Yuke's Media Creations,,1.24,0.69,,0,0.55,2008-11-09, -/games/boxart/full_815951AmericaFrontccc.png,Battlefield: Hardline,XOne,Shooter,Electronic Arts,EA DICE,,1.24,0.73,0.01,0.39,0.11,2015-03-17,2018-04-11 -/games/boxart/full_3697632AmericaFrontccc.jpg,LEGO The Lord of the Rings,X360,Misc,Warner Bros. Interactive Entertainment,Unknown,,1.24,0.64,,0.5,0.1,2012-11-13, -/games/boxart/full_6433584AmericaFrontccc.jpg,[Prototype],PS3,Action,Activision,Radical Entertainment,8.1,1.24,0.65,,0.41,0.18,2009-06-09, -/games/boxart/1108300ccc.jpg,Baldur's Gate: Dark Alliance,PS2,Role-Playing,VU Games,Snowblind Studios,,1.24,0.61,,0.48,0.16,2001-12-02, -/games/boxart/full_3253995AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,PS3,Sports,EA Sports,EA Canada,8.2,1.23,0.3,0.07,0.64,0.22,2010-04-27, -/games/boxart/5410078ccc.jpg,Ben 10: Protector of Earth,Wii,Action,D3 Publisher,High Voltage Software,,1.23,0.54,,0.55,0.13,2007-10-30, -/games/boxart/4395712ccc.jpg,Guitar Hero: Aerosmith,X360,Misc,Activision,Neversoft,,1.23,1,,0.13,0.1,2008-06-29, -/games/boxart/full_9315970AmericaFrontccc.jpg,Driv3r,PS2,Racing,Atari,Reflections Interactive,,1.23,0.6,,0.47,0.16,2004-06-21, -/games/boxart/6580362ccc.jpg,Crash Bandicoot: The Wrath of Cortex,XB,Platform,Universal Interactive,Traveller's Tales,,1.23,0.59,,0.57,0.07,2002-04-15, -/games/boxart/684090ccc.jpg,Frogger: The Great Quest,PS2,Platform,Konami,Konami,3,1.23,0.6,,0.47,0.16,2001-11-18, -/games/boxart/3613637ccc.jpg,Donkey Kong Country 2,GBA,Platform,Nintendo,Rare Ltd.,7.6,1.23,0.79,0.12,0.27,0.04,2004-11-15, -/games/boxart/full_9376257AmericaFrontccc.jpg,Castlevania,NES,Platform,Konami,Konami,,1.23,0.54,0.62,0.06,0.01,1987-05-01, -/games/boxart/146267ccc.jpg,Spongebob Squarepants: Battle for Bikini Bottom,GBA,Platform,THQ,Vicarious Visions,,1.23,0.88,,0.33,0.02,2003-10-31, -/games/boxart/full_724106AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.23,0.5,,0.54,0.19,2012-06-26,2018-03-15 -/games/boxart/full_6924376PALFrontccc.jpg,Disney's Tarzan / Disney's Aladdin in Nasira's Revenge / Disney's The Emperor's New Groove Action Game,PS,Misc,Sony Computer Entertainment,Various,,1.23,0.69,,0.47,0.08,2003-04-15, -/games/boxart/575892ccc.jpg,Vigilante 8,PS,Racing,Activision,"Luxoflux, Inc.",,1.23,0.68,,0.47,0.08,1998-05-31, -/games/boxart/2427797ccc.jpg,SimCity 2000,PS,Simulation,Maxis,Maxis,,1.22,0.68,,0.46,0.08,1996-07-09, -/games/boxart/full_3823693AmericaFrontccc.jpg,WWE 2K17,PS4,Sports,2K Games,Yuke's,,1.22,0.32,,0.7,0.19,2016-10-11,2018-04-05 -/games/boxart/full_7834944AmericaFrontccc.jpg,WCW Mayhem,PS,Fighting,Electronic Arts,Kodiak Interactive,,1.22,0.68,,0.46,0.08,1999-09-22, -/games/boxart/full_5918118AmericaFrontccc.jpg,Star Wars Battlefront II,PSP,Shooter,LucasArts,Savage Entertainment,6.9,1.22,1.05,0.01,0.06,0.1,2005-11-01, -/games/boxart/full_5104727AmericaFrontccc.jpg,NBA Live 99,PS,Sports,EA Sports,NuFX,8.3,1.22,1.13,,0.05,0.03,1998-10-31, -/games/boxart/5234270ccc.jpg,NASCAR Thunder 2003,PS2,Racing,EA Sports,EA Tiburon,,1.22,0.6,,0.46,0.16,2002-09-29, -/games/boxart/full_3213949AmericaFrontccc.jpg,NBA 2K2,PS2,Sports,Sega,Visual Concepts,,1.22,0.59,0.01,0.46,0.15,2002-01-12, -/games/boxart/full_3716612JapanFrontccc.jpg,Parfait: Chocolat Second Style,PS2,Adventure,Alchemist,Alchemist,,1.22,0.59,0.01,0.46,0.15,2006-06-29, -/games/boxart/2796675ccc.jpg,Intelligent Qube,PS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,7.4,1.22,0.13,1,0.07,0.02,1997-09-30, -/games/boxart/6683678ccc.jpg,Pac-Man,NES,Puzzle,Namco,Namco,,1.22,0.27,0.85,0.08,0.02,1993-11-01, -/games/boxart/3071939ccc.jpg,Max Payne,XB,Shooter,Rockstar Games,neo Software,8.6,1.22,0.98,,0.19,0.05,2001-12-12, -/games/boxart/2926134ccc.jpg,Cars,PSP,Racing,THQ,Locomotive Games,7.4,1.21,0.72,,0.28,0.2,2006-06-06, -/games/boxart/6590226ccc.jpg,Test Drive 4,PS,Racing,Accolade,Pitbull Syndicate,,1.21,0.67,,0.46,0.08,1997-09-30, -/games/boxart/full_5951365AmericaFrontccc.jpg,The Sims 2: Castaway,Wii,Simulation,Electronic Arts,Maxis,,1.21,0.44,,0.63,0.14,2007-10-23, -/games/boxart/7080885ccc.jpg,Cars,PS2,Racing,THQ,Rainbow Studios,,1.21,1.01,,0.04,0.16,2006-06-06, -/games/boxart/full_7980153AmericaFrontccc.jpg,Just Dance 4,X360,Music,Ubisoft,Ubisoft,,1.21,0.9,,0.19,0.12,2012-10-09,2018-01-31 -/games/boxart/9875692ccc.jpg,Call of Duty: Finest Hour,XB,Shooter,Activision,Spark Unlimited,,1.21,0.78,,0.4,0.04,2004-11-16, -/games/boxart/2920185ccc.jpg,Sly Cooper and the Thievius Raccoonus,PS2,Platform,Sony Computer Entertainment,Sucker Punch,,1.21,1.03,,0.14,0.04,2002-09-23,2018-04-12 -/games/boxart/5795712ccc.jpg,Fuzion Frenzy,XB,Misc,Microsoft,Blitz Games,,1.21,0.93,,0.24,0.04,2001-11-14, -/games/boxart/6759370ccc.jpg,FIFA 07 Soccer,PSP,Sports,EA Sports,EA Canada,8,1.21,0.25,,0.64,0.32,2006-10-17, -/games/boxart/5102693ccc.jpg,Need for Speed Underground,GC,Racing,Electronic Arts,EA Black Box,,1.21,0.69,0.01,0.48,0.03,2003-11-17, -/games/boxart/full_3265725AmericaFrontccc.png,Bayonetta,PS3,Action,Sega,PlatinumGames,8.6,1.21,0.44,0.21,0.4,0.16,2010-01-05, -/games/boxart/full_6765149AmericaFrontccc.jpg,Shrek / Shrek 2 2-in-1 Gameboy Advance Video,GBA,Misc,Majesco,Majesco Games,,1.21,0.87,,0.32,0.02,2007-10-09, -/games/boxart/full_fifa-soccer-11_0AmericaFront.jpg,FIFA Soccer 11,PSP,Sports,EA Sports,HB Studios,7,1.21,0.13,0.01,0.7,0.36,2010-09-28, -/games/boxart/full_5904156AmericaFrontccc.jpg,Medal of Honor: Airborne,PS3,Shooter,Electronic Arts,EA Los Angeles,,1.21,0.25,0.03,0.7,0.24,2007-11-19, -/games/boxart/full_3401532AmericaFrontccc.jpg,Guitar Hero Live,PS4,Music,Activision,FreeStyleGames,,1.21,0.52,,0.49,0.2,2015-10-20,2018-03-15 -/games/boxart/full_star-wars-episode-1-jedi-power-battles_150AmericaFront.jpg,Star Wars Episode 1: Jedi Power Battles,PS,Action,LucasArts,LucasArts,,1.21,0.66,0.01,0.48,0.06,2000-03-31, -/games/boxart/2924140ccc.jpg,NFL 2K,DC,Sports,Sega,Visual Concepts,9.7,1.2,1.12,,0.05,0.02,1999-09-09, -/games/boxart/8362532ccc.jpg,The Lord of the Rings: The Fellowship of the Ring,PS2,Action,Black Label Games,Surreal Software,,1.2,0.59,,0.46,0.15,2002-10-16, -/games/boxart/full_f1-2011_344AmericaFront.jpg,F1 2011,PS3,Racing,Codemasters,Codemasters Birmingham,8.4,1.2,0.12,0.11,0.75,0.23,2011-09-20, -/games/boxart/full_4574881AmericaFrontccc.jpg,ATV Offroad Fury 3,PS2,Racing,Sony Computer Entertainment,Climax Group,7.5,1.2,1,,0.04,0.16,2004-11-02, -/games/boxart/full_4177770JapanFrontccc.jpg,Ganbare Goemon! Karakuri Douchuu,NES,Platform,Konami,Konami,,1.2,,1.2,,,1986-07-30, -/games/boxart/full_8353820AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,PS4,Action-Adventure,Konami Digital Entertainment,Kojima Productions,7.6,1.2,0.36,0.17,0.5,0.17,2014-03-18,2018-03-22 -/games/boxart/full_6110199JapanFrontccc.jpg,Dragon Ball Z: La Legende Saien,SNES,Fighting,Bandai,TOSE,,1.2,,1.2,,0,1994-01-01, -/games/boxart/full_8918504JapanFrontccc.jpg,TwinBee,NES,Shooter,Konami,Konami,,1.2,,1.2,,,1986-01-04, -/games/boxart/4614427ccc.jpg,Enter the Matrix,XB,Action,Atari,Shiny Entertainment,,1.2,0.72,0.01,0.43,0.04,2003-05-14, -/games/boxart/full_nhl-2002_601AmericaFront.jpg,NHL 2002,PS2,Sports,EA Sports,EA Canada,,1.2,0.59,,0.46,0.15,2001-09-24, -/games/boxart/full_7362642AmericaFrontccc.jpg,WWE 2K14,PS3,Fighting,2K Sports,Yuke's,7.6,1.2,0.49,,0.51,0.2,2013-10-29,2018-10-08 -/games/boxart/full_5658101AmericaFrontccc.jpg,Mad Max (2013),PS4,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,1.2,0.38,0.05,0.59,0.19,2015-09-01,2018-01-05 -/games/boxart/full_4942791AmericaFrontccc.jpg,Shadow of the Colossus,PS4,Action-Adventure,Sony Interactive Entertainment,Bluepoint Games,9.3,1.2,0.44,0.05,0.52,0.19,2018-02-06,2018-11-26 -/games/boxart/full_6504694AmericaFrontccc.jpg,World Soccer Winning Eleven 9 (JP & Others sales),PSP,Sports,Konami,Konami Computer Entertainment Tokyo,8,1.2,0.01,0.31,0.88,,2006-02-07, -/games/boxart/full_2882335AmericaFrontccc.jpg,Minecraft: Story Mode,X360,Adventure,Mojang,Telltale Games,,1.2,0.67,,0.42,0.11,2015-10-27,2018-01-13 -/games/boxart/full_mario-amp-sonic-at-the-london-2012-olympic-games_588AmericaFront.jpg,Mario & Sonic at the London 2012 Olympic Games,3DS,Sports,Sega,Sega,6.5,1.19,0.18,0.27,0.66,0.08,2012-02-14, -/games/boxart/3998788ccc.jpg,SpongeBob SquarePants: Revenge of the Flying Dutchman,GBA,Action,THQ,Vicarious Visions,,1.19,0.92,,0.23,0.04,2002-09-10, -/games/boxart/full_1591423AmericaFrontccc.jpg,Disney Sing It,Wii,Misc,Disney Interactive Studios,Zoe Mode,,1.19,0.77,,0.31,0.11,2008-10-21, -/games/boxart/full_the-simpsons-road-rage_209AmericaFront.jpg,The Simpsons: Road Rage,GBA,Racing,THQ,Altron,,1.19,0.86,,0.32,0.02,2003-06-30, -/games/boxart/5097183ccc.jpg,WWE SmackDown vs Raw 2008,PSP,Fighting,THQ,Yuke's Media Creations,7.3,1.19,0.45,,0.47,0.28,2007-11-13, -/games/boxart/full_7169836AmericaFrontccc.jpg,Pro Evolution Soccer 2008,Wii,Sports,Konami,Konami,,1.19,0.09,0.11,0.84,0.15,2008-03-18, -/games/boxart/full_4654302AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,DS,Adventure,LucasArts,Traveller's Tales,,1.19,0.65,,0.43,0.12,2009-11-17, -/games/boxart/1627272ccc.jpg,Nuclear Strike,PS,Simulation,Electronic Arts,Electronic Arts,,1.19,0.66,,0.45,0.08,1997-08-31, -/games/boxart/full_spider-man-the-movie_327AmericaFront.jpg,Spider-Man: The Movie,GC,Action,Activision,Treyarch,7.6,1.19,0.86,0.01,0.27,0.04,2002-04-15, -/games/boxart/full_6371348AmericaFrontccc.jpg,Hitman 2: Silent Assassin,XB,Action,Eidos Interactive,IO Interactive,,1.19,0.76,,0.38,0.05,2002-09-30, -/games/boxart/1956750ccc.jpg,Scarface: The World is Yours,PS2,Adventure,Sierra Entertainment,Radical Entertainment,,1.19,0.99,,0.04,0.16,2006-10-08, -/games/boxart/9109344ccc.jpg,Metal Gear Solid: Portable Ops,PSP,Action,Konami,Kojima Productions,8.7,1.19,0.38,0.38,0.35,0.09,2006-12-05, -/games/boxart/full_lego-star-wars-iii-the-clone-wars_140AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,PS3,Action,LucasArts,Traveller's Tales,8,1.18,0.52,,0.47,0.19,2011-03-22, -/games/boxart/full_4412075AmericaFrontccc.jpg,WWE '12,PS3,Fighting,THQ,"Yuke's Co., Ltd.",9,1.18,0.53,0.02,0.45,0.17,2011-11-22,2019-01-29 -/games/boxart/full_6435903AmericaFrontccc.jpg,Resident Evil: Operation Raccoon City,PS3,Shooter,Capcom,Slant Six Games,,1.18,0.48,0.36,0.24,0.1,2012-03-20, -/games/boxart/full_8121720JapanFrontccc.jpg,Inazuma Eleven 2: Kyoui no Shinryokusha - Fire / Blizzard,DS,Role-Playing,Level 5,Level 5,,1.18,,1.18,,,2009-10-01,2018-08-31 -/games/boxart/1546020ccc.jpg,Metal Gear Solid VR Missions,PS,Adventure,Konami,Konami Computer Entertainment Japan,6.8,1.18,0.66,,0.45,0.08,1999-09-24, -/games/boxart/6424632ccc.jpg,Pole Position,2600,Racing,Atari,Atari,,1.18,1.1,,0.07,0.01,1983-01-01, -/games/boxart/full_2984380PALFrontccc.jpg,Medal of Honor: Warfighter,X360,Shooter,Electronic Arts,Danger Close Games,,1.18,0.61,0.01,0.46,0.1,2012-10-23,2018-01-13 -/games/boxart/9938153ccc.gif,Tony Hawk's Pro Skater 2,GBA,Sports,Activision,Vicarious Visions,8.9,1.18,0.85,,0.31,0.02,2001-05-30, -/games/boxart/full_2911662AmericaFrontccc.jpg,R.B.I. Baseball 3,NES,Sports,Tengen,Namco,,1.18,0.1,1.08,,,1991-01-01, -/games/boxart/full_5681962AmericaFrontccc.jpg,LEGO Dimensions,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.18,0.48,,0.5,0.2,2015-09-27,2018-03-19 -/games/boxart/full_9968934AmericaFrontccc.jpg,LEGO Jurassic World,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.18,0.41,0.02,0.56,0.19,2015-06-12,2018-04-06 -/games/boxart/full_red-dead-redemption-undead-nightmare_38AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,PS3,Action,Rockstar Games,Rockstar San Diego,10,1.18,0.47,0.06,0.45,0.19,2010-11-23, -/games/boxart/1064785ccc.jpg,LEGO Indiana Jones: The Original Adventures,PSP,Adventure,LucasArts,Traveller's Tales,7.6,1.18,0.4,,0.49,0.3,2008-06-03, -/games/boxart/full_6155986AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,PS3,Fighting,THQ,JAKKS Pacific,8.1,1.17,0.48,0.01,0.48,0.19,2009-10-20, -/games/boxart/2944009ccc.jpg,Soviet Strike,PS,Simulation,Electronic Arts,EA Tiburon,,1.17,0.65,,0.44,0.08,1996-10-31, -/games/boxart/full_444594AmericaFrontccc.jpg,Medal of Honor: Rising Sun,XB,Shooter,Electronic Arts,EA Los Angeles,,1.17,0.76,,0.36,0.05,2003-11-11, -/games/boxart/9723649ccc.jpg,Ty the Tasmanian Tiger,PS2,Platform,Electronic Arts,Krome Studios,6.2,1.17,0.57,,0.45,0.15,2002-09-10, -/games/boxart/1902388ccc.jpg,Mission: Impossible,N64,Action,Ocean,Infogrames,6.6,1.17,0.74,0.02,0.38,0.03,1998-07-18, -/games/boxart/full_5609719AmericaFrontccc.jpg,Rage Racer,PS,Racing,Namco,Namco,,1.17,0.16,0.83,0.11,0.08,1997-04-30, -/games/boxart/8108434ccc.jpg,Army of Two,PS3,Shooter,Electronic Arts,EA Montreal,7.4,1.17,0.74,0.02,0.26,0.15,2008-03-07,2018-02-03 -/games/boxart/full_7474381AmericaFrontccc.jpg,Cool Boarders 4,PS,Sports,989 Studios,Idol Minds Digital Entertainment,,1.17,0.65,,0.44,0.08,1999-01-01, -/games/boxart/full_8970461AmericaFrontccc.jpg,Gun,PS2,Shooter,Activision,Neversoft Entertainment,,1.17,0.98,,0.04,0.16,2005-11-08, -/games/boxart/6224198ccc.jpg,Cabela's Dangerous Hunts,PS2,Sports,Activision,Sand Grain Studios,,1.17,0.57,,0.45,0.15,2003-11-11, -/games/boxart/3078371ccc.jpg,Medal of Honor Heroes 2,PSP,Shooter,Electronic Arts,Team Fusion,6.6,1.16,0.5,0.02,0.39,0.25,2007-11-13, -/games/boxart/5038202ccc.jpg,Sega Rally Championship,SAT,Racing,Sega,Sega-AM3,,1.16,0.21,0.77,0.16,0.02,1995-12-05, -/games/boxart/3928132ccc.jpg,Yu-Gi-Oh! The Sacred Cards (American and Others sales),GBA,Role-Playing,Konami,Konami,,1.16,0.84,,0.27,0.05,2003-11-04, -/games/boxart/full_sniper-ghost-warrior_1AmericaFront.jpg,Sniper: Ghost Warrior,X360,Shooter,City Interactive,City Interactive,4.3,1.16,0.54,,0.5,0.12,2010-06-29, -/games/boxart/full_8267415AmericaFrontccc.jpg,NASCAR Thunder 2002,PS2,Racing,EA Sports,EA Tiburon,,1.16,0.57,,0.44,0.15,2001-10-15, -/games/boxart/full_7514095AmericaFrontccc.jpg,Midnight Club 3: DUB Edition Remix,PS2,Racing,Rockstar Games,Rockstar San Diego,,1.16,0.97,,0.04,0.16,2006-03-13, -/games/boxart/full_9928591AmericaFrontccc.jpg,MLB The Show 17,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,1.16,0.94,,,0.22,2017-03-28,2018-09-17 -/games/boxart/full_7653877AmericaFrontccc.jpg,WWE 2K15,PS4,Sports,2K Sports,Visual Concepts,,1.16,0.4,,0.57,0.19,2014-11-18,2018-01-06 -/games/boxart/full_1875554AmericaFrontccc.jpg,FIFA Soccer 10,PSP,Sports,EA Sports,EA Canada,7.9,1.16,0.16,0.01,0.68,0.31,2009-10-20, -/games/boxart/full_your-shape-fitness-evolved-2012_390AmericaFront.jpg,Your Shape: Fitness Evolved 2012,X360,Sports,Ubisoft,Ubisoft Montreal,,1.16,0.7,,0.36,0.1,2011-11-08, -/games/boxart/1049035ccc.jpg,Spore,PC,Strategy,Electronic Arts,Maxis,7,1.16,0.03,,1.06,0.07,2008-09-07, -/games/boxart/full_1852617AmericaFrontccc.jpg,Test Drive: Off Road,PS,Racing,Accolade,Motivetime,,1.16,0.65,,0.44,0.08,1997-02-28, -/games/boxart/3770708ccc.jpg,Bushido Blade,PS,Fighting,Sony Computer Entertainment,Light Weight,8.2,1.16,0.39,0.43,0.27,0.08,1997-09-30, -/games/boxart/2886573ccc.jpg,Tom Clancy's Ghost Recon: Jungle Storm,PS2,Shooter,Ubisoft,Red Storm Entertainment,,1.16,0.57,,0.44,0.15,2004-03-16, -/games/boxart/full_1957452AmericaFrontccc.jpg,EA Sports Active: More Workouts,Wii,Sports,EA Sports,EA Vancouver,7.9,1.16,0.78,,0.28,0.1,2009-11-17, -/games/boxart/full_9393461AmericaFrontccc.jpg,Mirror's Edge,X360,Platform,Electronic Arts,EA Digital Illusions CE,7.6,1.16,0.51,0.01,0.51,0.12,2008-11-11,2019-03-25 -/games/boxart/full_7798502AmericaFrontccc.png,Sunset Overdrive,XOne,Action,Microsoft Studios,Insomniac Games,8,1.16,0.64,0,0.42,0.1,2014-10-28,2018-01-06 -/games/boxart/full_244890AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,XB,Action,Eidos Interactive,Traveller's Tales,8,1.16,0.83,,0.28,0.05,2005-04-05, -/games/boxart/full_7763123JapanFrontccc.jpg,Puyo Puyo Sun Ketteiban,PS,Puzzle,Compile,Compile,,1.15,,1.07,,0.07,1997-11-27, -/games/boxart/51576ccc.jpg,Kaboom!,2600,Action,Activision,Activision,,1.15,1.07,,0.07,0.01,1981-01-01, -/games/boxart/full_93042AmericaFrontccc.jpg,Worldwide Soccer Manager 2009,PC,Simulation,Sega,Sports Interactive,,1.15,,,1.15,0.01,2008-11-18, -/games/boxart/full_8154944AmericaFrontccc.png,The Elder Scrolls V: Skyrim,NS,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.6,1.15,0.67,0.06,0.32,0.1,2017-11-17,2018-01-01 -/games/boxart/full_1578888JapanFrontccc.jpg,Doraemon,NES,Action,Hudson Soft,Hudson Soft,,1.15,,1.15,,0,1986-12-12, -/games/boxart/5716705ccc.jpg,Asteroids,PS,Shooter,Activision,Syrox Developments,,1.15,0.64,,0.43,0.07,1998-10-31, -/games/boxart/6651793ccc.jpg,Gauntlet: Dark Legacy,PS2,Action,Midway Games,Midway Games West,,1.15,0.56,,0.44,0.15,2001-05-01, -/games/boxart/full_7724977JapanFrontccc.jpg,Derby Stallion III,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,1.15,,1.15,,0,1995-01-20, -/games/boxart/8643071ccc.jpg,Tak and the Power of Juju,PS2,Platform,THQ,Avalanche Software,,1.15,0.56,,0.44,0.15,2003-10-15, -/games/boxart/full_4766042AmericaFrontccc.jpg,High School Musical 2: Work This Out!,DS,Misc,Disney Interactive Studios,Artificial Mind and Movement,,1.15,0.5,,0.52,0.13,2008-04-15, -/games/boxart/1025166ccc.jpg,Bad Boys: Miami Takedown,PS2,Shooter,Crave Entertainment,Blitz Games,,1.15,0.56,,0.44,0.15,2004-09-14, -/games/boxart/full_7329069AmericaFrontccc.png,Middle-Earth: Shadow of War,XOne,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,1.15,0.75,,0.29,0.11,2017-10-10,2018-01-10 -/games/boxart/full_5236311AmericaFrontccc.jpg,Dragon Quest VIII: Journey of the Cursed King,3DS,Role-Playing,Nintendo,Level 5 / Armor Project,8.8,1.15,0.14,0.88,0.11,0.02,2017-01-20,2018-01-07 -/games/boxart/full_767000AmericaFrontccc.jpeg,Lego Marvel Super Heroes,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.15,0.61,,0.44,0.1,2013-11-22,2018-12-01 -/games/boxart/1555447ccc.jpg,Call of Duty 4: Modern Warfare,PC,Shooter,Activision,Infinity Ward,9.3,1.15,,,1.12,0.03,2007-11-05, -/games/boxart/9994243ccc.jpg,Mobile Suit Gundam: Federation vs. Zeon,PS2,Simulation,Bandai,Bandai,,1.14,0.12,0.88,0.1,0.03,2002-09-09, -/games/boxart/8966403ccc.jpg,Hot Shots Golf: Out of Bounds,PS3,Sports,Sony Computer Entertainment,Clap Hanz,8.3,1.14,0.31,0.76,0.03,0.04,2008-03-18, -/games/boxart/8334980ccc.jpg,The Lord of the Rings: The Return of the King,XB,Action,Electronic Arts,"Hypnos Entertainment, Inc.",8.8,1.14,0.71,,0.38,0.05,2003-11-05, -/games/boxart/3962783ccc.jpg,South Park,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,6,1.14,0.9,,0.23,0.02,1998-12-12, -/games/boxart/full_1309816JapanFrontccc.jpg,LEGO Worlds,PS4,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.14,0.21,0.04,0.72,0.17,2017-03-07, -/games/boxart/3799034ccc.jpg,Grand Theft Auto: The Trilogy,PS2,Adventure,Rockstar Games,Rockstar North,,1.14,,,0.51,0.62,2005-11-20, -/games/boxart/7528916ccc.jpg,Brave Fencer Musashi,PS,Role-Playing,Square,SquareSoft,8.4,1.14,0.25,0.65,0.17,0.07,1998-10-31, -/games/boxart/176609ccc.jpg,Shadow of the Colossus,PS2,Adventure,Sony Computer Entertainment,Team ICO,9.1,1.14,0.78,0.2,0.03,0.13,2005-10-18, -/games/boxart/858617ccc.jpg,Action Bass,PS,Action,Take-Two Interactive,Unknown,5.1,1.14,0.64,,0.43,0.07,2000-07-14, -/games/boxart/full_2543321AmericaFrontccc.jpg,Tenchu: Wrath of Heaven,PS2,Action,Activision,K2 LLC,,1.14,0.44,0.25,0.34,0.11,2003-03-03, -/games/boxart/full_4029717JapanFrontccc.jpg,Final Fantasy XV,XOne,Role-Playing,Square Enix,Square Enix,,1.14,0.72,0.01,0.3,0.11,2016-11-29,2018-05-03 -/games/boxart/2762791ccc.jpg,Dance Dance Revolution Extreme 2,PS2,Simulation,Konami,Konami Computer Entertainment Hawaii,,1.14,0.95,,0.04,0.16,2005-09-27, -/games/boxart/full_lego-star-wars-iii-the-clone-wars_987AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,3DS,Action,LucasArts,Traveller's Tales,6.7,1.14,0.61,,0.44,0.09,2011-03-27, -/games/boxart/full_mortal-kombat_316AmericaFront.jpg,Mortal Kombat,X360,Fighting,Warner Bros. Interactive,NetherRealm Studios,8.3,1.14,0.85,,0.19,0.1,2011-04-19, -/games/boxart/full_3941778AmericaFrontccc.jpg,Need for Speed Underground 2,GC,Racing,Electronic Arts,EA Black Box,,1.14,0.7,0.01,0.39,0.03,2004-11-15, -/games/boxart/full_8705226AmericaFrontccc.jpg,LEGO Star Wars: The Video Game,GBA,Action,Eidos Interactive,Amaze Entertainment,7.4,1.14,0.82,,0.3,0.02,2005-03-29, -/games/boxart/6998455ccc.jpg,007: Quantum of Solace,PS3,Shooter,Activision,Treyarch,6.6,1.14,0.43,0.02,0.51,0.19,2008-11-04, -/games/boxart/full_6882091AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim VR,PS4,Role-Playing,Bethesda Softworks,Bethesda Softworks,,1.13,0.47,0.01,0.47,0.19,2017-11-17,2018-09-11 -/games/boxart/9791704ccc.jpg,Pokémon Mystery Dungeon: Red Rescue Team (US weekly sales),GBA,Role-Playing,Nintendo,ChunSoft,,1.13,0.81,,0.3,0.02,2006-09-18, -/games/boxart/1792688ccc.jpg,MechAssault,XB,Simulation,Microsoft Game Studios,Day 1 Studios,,1.13,1.01,,0.1,0.03,2002-11-11, -/games/boxart/full_4051650AmericaFrontccc.jpg,NCAA Football 14,X360,Sports,EA Sports,EA Tiburon,7.6,1.13,1.01,,,0.12,2013-07-09,2018-01-31 -/games/boxart/full_1861909JapanFrontccc.jpg,Derby Stallion 99,PS,Sports,ASCII Entertainment,ParityBit,,1.13,,1.06,,0.07,1999-09-30, -/games/boxart/full_8264341AmericaFrontccc.jpg,SingStar,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,1.13,0.45,,0.56,0.12,2008-05-20, -/games/boxart/full_rocksmith_515AmericaFront.jpg,Rocksmith,PS3,Misc,Ubisoft,Ubisoft,8,1.13,0.53,0.09,0.38,0.13,2011-10-18, -/games/boxart/full_5976071AmericaFrontccc.jpg,Rabbids Go Home,Wii,Adventure,Ubisoft,Ubisoft Montpellier,8,1.13,0.25,,0.74,0.14,2009-11-03, -/games/boxart/full_fight-night-champion_55AmericaFront.jpg,Fight Night Champion,PS3,Fighting,EA Sports,EA Canada,8.4,1.13,0.45,,0.5,0.18,2011-03-01, -/games/boxart/full_8557297AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Black Arrow,XB,Shooter,Ubisoft,Ubisoft Montreal,,1.13,0.99,,0.12,0.02,2004-08-04, -/games/boxart/full_2635589AmericaFrontccc.jpg,Guitar Hero 5,X360,Misc,Activision,Neversoft Entertainment,9,1.13,0.65,,0.37,0.11,2009-09-01, -/games/boxart/full_rocksmith_76AmericaFront.jpg,Rocksmith,X360,Misc,Ubisoft,Ubisoft,8,1.13,0.85,0.01,0.19,0.08,2011-10-18, -/games/boxart/full_355593AmericaFrontccc.jpg,ModNation Racers,PS3,Racing,Sony Computer Entertainment,United Front Games,8.1,1.13,0.5,0.06,0.4,0.16,2010-05-25, -/games/boxart/full_6214041PALFrontccc.jpg,Plants vs Zombies: Garden Warfare,X360,Shooter,Electronic Arts,PopCap Games,8,1.13,0.54,0,0.5,0.09,2014-02-25,2018-02-05 -/games/boxart/full_4730735AmericaFrontccc.jpg,Jampack Winter '98,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1.13,0.63,,0.43,0.07,1998-10-01, -/games/boxart/4542100ccc.jpg,Cars,GBA,Racing,THQ,Helixe,4.5,1.13,0.81,,0.3,0.02,2006-06-06, -/games/boxart/full_3564523AmericaFrontccc.jpg,Mirror's Edge,PS3,Platform,Electronic Arts,EA Digital Illusions CE,7.7,1.13,0.31,0.02,0.59,0.21,2008-11-11,2019-03-25 -/games/boxart/full_5168012AmericaFrontccc.jpg,Spider-Man 2,XB,Action,Activision,Treyarch,7.7,1.12,0.82,,0.26,0.04,2004-06-28, -/games/boxart/full_3192473AmericaFrontccc.jpg,Call Of Duty 2: Big Red One,XB,Shooter,Activision,Treyarch,,1.12,0.66,,0.4,0.05,2005-11-01, -/games/boxart/full_6471985AmericaFrontccc.jpg,Supercar Street Challenge,PS2,Racing,Activision,EXAKT Entertainment,,1.12,0.55,,0.43,0.14,2001-10-22, -/games/boxart/full_crackdown-2_2AmericaFront.jpg,Crackdown 2,X360,Shooter,Microsoft Game Studios,Ruffian Games,7.5,1.12,0.63,0.02,0.36,0.1,2010-07-06, -/games/boxart/full_8746356AmericaFrontccc.jpg,WWE 2K14,X360,Fighting,2K Sports,Yuke's,7.6,1.12,0.64,,0.38,0.1,2013-10-29,2018-10-08 -/games/boxart/full_2803387AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),PSV,Racing,Electronic Arts,Criterion Games,7.4,1.12,0.33,0.01,0.53,0.25,2012-10-30,2018-12-19 -/games/boxart/full_dragon-age-ii_539AmericaFront.jpg,Dragon Age II,X360,Role-Playing,Electronic Arts,BioWare Corp.,8,1.12,0.72,0.01,0.29,0.09,2011-03-08, -/games/boxart/full_4726373AmericaFrontccc.jpg,Guitar Hero 5,PS2,Misc,Activision,BudCat Creations,,1.12,0.28,,0.3,0.54,2009-09-01, -/games/boxart/full_5035408AmericaFrontccc.jpg,The Beatles: Rock Band,PS3,Misc,MTV Games,Harmonix Music Systems,8.7,1.12,0.67,,0.29,0.15,2009-09-09, -/games/boxart/full_moon-patrol_10AmericaFront.jpg,Moon Patrol,2600,Shooter,Atari,Atari,,1.12,1.05,,0.06,0.01,1983-01-01, -/games/boxart/full_3415948AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Fireteam Bravo,PSP,Shooter,Sony Computer Entertainment,Zipper Interactive,7.9,1.12,1.03,0.01,0,0.08,2005-11-08, -/games/boxart/full_2206174AmericaFrontccc.jpg,Transformers: The Game,PS2,Action,Activision,Traveller's Tales,,1.11,0.63,0,0.37,0.11,2007-06-26, -/games/boxart/full_3598254AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,X360,Action-Adventure,Disney Interactive Studios,Avalanche Software,,1.11,0.67,,0.34,0.1,2014-09-23,2018-02-06 -/games/boxart/full_5194973AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PS3,Action,Konami Digital Entertainment,Bluepoint Games,,1.11,0.52,,0.44,0.14,2011-11-08,2018-03-19 -/games/boxart/full_1341518AmericaFrontccc.jpg,Mafia III,XOne,Action-Adventure,2K Games,Hangar 13,6.8,1.11,0.54,,0.48,0.09,2016-10-07,2018-04-02 -/games/boxart/full_1824540AmericaFrontccc.jpg,NCAA Football 13,X360,Sports,EA Sports,EA Tiburon,7.5,1.11,1.02,,,0.09,2012-07-10,2018-02-06 -/games/boxart/full_9892340AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,NS,Platform,Activision,Toys for Bob,6,1.11,0.44,0.02,0.57,0.09,2018-06-29,2018-11-07 -/games/boxart/full_682030AmericaFrontccc.jpg,Just Dance 2016,Wii,Music,Ubisoft,Ubisoft Paris,,1.11,0.43,,0.58,0.09,2015-10-20,2018-04-05 -/games/boxart/full_castlevania-lords-of-shadow_1AmericaFront.jpg,Castlevania: Lords of Shadow,PS3,Action,Konami,Mercury Steam,8.1,1.11,0.5,0.1,0.37,0.15,2010-10-05, -/games/boxart/1609809ccc.gif,Tom Clancy's Splinter Cell: Chaos Theory,XB,Action,Ubisoft,Ubisoft Montreal,9.4,1.11,0.68,,0.38,0.05,2005-03-28, -/games/boxart/full_red-dead-redemption-undead-nightmare_699AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,X360,Action,Rockstar Games,Rockstar San Diego,10,1.11,0.61,0.02,0.38,0.1,2010-11-23, -/games/boxart/full_8692814AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.11,0.33,0,0.6,0.18,2017-11-14,2018-02-11 -/games/boxart/full_plants-vs-zombies_140AmericaFront.jpg,Plants vs. Zombies,DS,Strategy,PopCap Games,PopCap Games,8.1,1.11,0.9,,0.13,0.09,2011-01-18, -/games/boxart/full_3797653AmericaFrontccc.jpg,EA Sports UFC,PS4,Fighting,Electronic Arts,EA Canada,,1.11,0.49,0.01,0.43,0.18,2014-06-17,2018-01-05 -/games/boxart/4773902ccc.jpg,Rock Band,PS2,Misc,MTV Games,Harmonix Music Systems,8.1,1.11,0.71,,0.06,0.35,2007-12-18, -/games/boxart/full_1185299AmericaFrontccc.jpg,NBA Jam Tournament Edition,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,1.11,0.95,,0.14,0.03,1995-05-30, -/games/boxart/full_136197AmericaFrontccc.jpg,Guitar Hero Encore: Rocks The 80s,PS2,Misc,RedOctane,Harmonix Music Systems,,1.11,0.92,,0.04,0.15,2007-07-24, -/games/boxart/3068254ccc.jpg,Lode Runner,NES,Puzzle,Broderbund,Hudson Soft,,1.1,,1.1,,0,1987-09-01, -/games/boxart/full_6231834AmericaFrontccc.jpg,NBA Live 2001,PS2,Sports,EA Sports,EA Canada,,1.1,0.52,0.04,0.4,0.13,2001-01-22, -/games/boxart/full_3285439AmericaFrontccc.jpg,FIFA 18,NS,Sports,EA Sports,EA Vancouver,5.8,1.1,0.35,0.13,0.55,0.07,2017-09-29,2018-04-02 -/games/boxart/3237839ccc.jpg,SingStar Legends,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.1,0.12,,0.75,0.23,2008-11-04, -/games/boxart/4064962ccc.jpg,Petz Dogz 2,DS,Simulation,Ubisoft,Yuke's Media Creations,,1.1,0.46,,0.52,0.12,2007-11-14, -/games/boxart/full_7706238AmericaFrontccc.jpg,Megamania,2600,Shooter,Activision,Activision,,1.1,1.03,,0.06,0.01,1982-01-01, -/games/boxart/3838680ccc.jpg,Jungle Hunt,2600,Platform,Atari,Atari,,1.1,1.03,,0.06,0.01,1983-01-01, -/games/boxart/full_lego-star-wars-iii-the-clone-wars_657AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,DS,Action,LucasArts,Traveller's Tales,6.3,1.1,0.62,,0.38,0.1,2011-03-22, -/games/boxart/2110701ccc.jpg,Need for Speed: ProStreet,Wii,Racing,Electronic Arts,EA Black Box,,1.1,0.53,,0.45,0.12,2007-11-13, -/games/boxart/full_5748576JapanFrontccc.jpg,Famicom Jump: Eiyuu Retsuden,NES,Role-Playing,Bandai,TOSE,,1.1,,1.1,,0,1989-02-15, -/games/boxart/full_8783036AmericaFrontccc.jpg,Guitar Hero 5,PS3,Misc,Activision,Neversoft Entertainment,8.8,1.1,0.53,,0.39,0.17,2009-09-01, -/games/boxart/full_755968AmericaFrontccc.jpg,Skylanders SWAP Force,PS3,Misc,Activision,Unknown,,1.1,0.46,,0.46,0.18,2013-10-13, -/games/boxart/full_5405102AmericaFrontccc.jpg,Medal of Honor: Airborne,X360,Shooter,Electronic Arts,EA Los Angeles,,1.1,0.45,0.01,0.52,0.12,2007-09-04, -/games/boxart/full_singstar-rocks_275AmericaFront.jpg,SingStar Rocks!,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,1.1,,,0.84,0.25,2006-11-14, -/games/boxart/full_8591610AmericaFrontccc.jpg,Triple Play 98,PS,Sports,EA Sports,EA Sports,,1.1,0.61,,0.42,0.07,1997-04-30, -/games/boxart/full_6858486AmericaFrontccc.jpg,GRID,PS3,Racing,Codemasters,Codemasters,8.6,1.1,0.31,0.03,0.57,0.19,2008-06-03, -/games/boxart/full_sonic-free-riders_1AmericaFront.jpg,Sonic Free Riders,X360,Racing,Sega,O-TWO inc.,4.9,1.1,0.75,,0.25,0.1,2010-11-04, -/games/boxart/1395823ccc.jpg,Bully: Scholarship Edition,X360,Action,Rockstar Games,Rockstar Vancouver/Mad Doc Software,8.1,1.09,0.53,0.03,0.42,0.11,2008-03-05, -/games/boxart/full_7602742AmericaFrontccc.jpg,The Godfather,PS2,Action,Electronic Arts,Headgate,,1.09,0.89,0.01,0.03,0.15,2006-03-21, -/games/boxart/full_8179358AmericaFrontccc.jpg,Imagine: Babysitters,DS,Simulation,Ubisoft,Visual Impact,,1.09,0.63,,0.36,0.1,2008-10-07, -/games/boxart/full_6495379AmericaFrontccc.jpg,DJ Hero,X360,Misc,Activision,FreeStyleGames,8.4,1.09,0.59,,0.39,0.11,2009-10-27, -/games/boxart/full_wwe-smackdown-vs-raw-2011_4AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PS3,Fighting,THQ,JAKKS Pacific,,1.09,0.44,0.01,0.46,0.18,2010-10-26, -/games/boxart/full_1402067AmericaFrontccc.jpg,Namco Museum Battle Collection,PSP,Misc,Namco,Namco Tales Studio,7.9,1.09,0.75,,0.18,0.16,2005-08-23, -/games/boxart/full_4047435AmericaFrontccc.jpg,NERF N-Strike,Wii,Shooter,Electronic Arts,EA Salt Lake,,1.09,0.91,,0.09,0.09,2008-10-28, -/games/boxart/full_8372723AmericaFrontccc.jpg,Lightning Returns: Final Fantasy XIII,PS3,Misc,Square Enix,Unknown,7.1,1.09,0.31,0.45,0.22,0.11,2014-02-11, -/games/boxart/full_135821AmericaFrontccc.jpg,Toy Story 3: The Video Game,PS3,Action,Disney Interactive Studios,Avalanche Software,7.5,1.09,0.51,,0.41,0.17,2010-06-15, -/games/boxart/5678182ccc.jpg,Madden NFL 2004,XB,Sports,EA Sports,EA Tiburon,,1.09,1.02,,0.02,0.05,2003-08-12, -/games/boxart/full_9051560AmericaFrontccc.jpg,Skate 2,X360,Sports,Electronic Arts,EA Black Box,8.2,1.09,0.82,0.01,0.17,0.09,2009-01-21, -/games/boxart/full_9213959AmericaFrontccc.jpg,NFL Blitz 2000,PS,Sports,Midway Games,Midway Games,,1.09,0.6,,0.41,0.07,1999-08-17, -/games/boxart/full_5150679AmericaFrontccc.jpg,Alien: Isolation,PS4,Adventure,Sega,Creative Assembly,,1.09,0.29,0.05,0.59,0.16,2014-10-07,2018-01-05 -/games/boxart/full_1866613AmericaFrontccc.jpg,NFL 2K1,DC,Sports,Sega,Visual Concepts,9.6,1.09,1.02,,0.05,0.02,2000-09-07, -/games/boxart/full_1267264AmericaFrontccc.jpg,Star Wars: Bounty Hunter,PS2,Shooter,LucasArts,LucasArts,,1.09,0.53,,0.42,0.14,2002-11-22, -/games/boxart/5223208ccc.jpg,Dragon Ball Z: The Legacy of Goku II,GBA,Role-Playing,Atari,Webfoot Technologies,7.6,1.09,0.78,,0.29,0.02,2003-06-17, -/games/boxart/1725250ccc.jpg,Untold Legends: Brotherhood of the Blade,PSP,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,6.5,1.09,0.54,0.01,0.33,0.22,2005-03-22, -/games/boxart/full_8476621AmericaFrontccc.jpg,Star Wars: The Force Unleashed,PSP,Action,LucasArts,Krome Studios,7.1,1.09,0.43,,0.41,0.24,2008-09-16, -/games/boxart/full_the-simpsons-game_2AmericaFront.jpg,The Simpsons Game,PSP,Platform,Electronic Arts,EA Redwood Shores,6,1.08,0.24,,0.54,0.3,2007-11-05, -/games/boxart/1900844ccc.jpg,NASCAR Thunder 2004,PS2,Racing,EA Sports,EA Tiburon,,1.08,0.53,,0.41,0.14,2003-09-16, -/games/boxart/full_dantes-inferno_129AmericaFront.jpg,Dante's Inferno,PS3,Action,Electronic Arts,Visceral Games,7.3,1.08,0.64,0.04,0.28,0.12,2010-02-09, -/games/boxart/490990ccc.jpg,Fisherman's Bass Club,PS2,Sports,Agetec,Vingt-et-un Systems,,1.08,0.53,,0.41,0.14,2002-11-30, -/games/boxart/4632781ccc.jpg,Disney's Lilo & Stitch,GBA,Action,Disney Interactive Studios,Digital Eclipse,8,1.08,0.77,,0.29,0.02,2002-06-07, -/games/boxart/4666927ccc.jpg,Ready 2 Rumble Boxing,PS,Sports,Midway Games,Point of View,7.6,1.08,0.6,,0.41,0.07,1999-10-31, -/games/boxart/full_fifa-soccer-11_9AmericaFront.jpg,FIFA Soccer 11,Wii,Sports,EA Sports,EA Canada,7,1.08,0.26,,0.69,0.12,2010-09-28, -/games/boxart/6620619ccc.jpg,Joust,2600,Platform,Atari,Atari,,1.08,1.01,,0.06,0.01,1983-01-01, -/games/boxart/8045970ccc.jpg,Star Fox: Assault,GC,Shooter,Nintendo,Namco,6.6,1.08,0.68,0.19,0.18,0.03,2005-02-14, -/games/boxart/9401924ccc.jpg,SpongeBob SquarePants: Revenge of the Flying Dutchman,PS2,Platform,THQ,Big Sky Software,,1.08,0.53,,0.41,0.14,2002-11-21, -/games/boxart/3194065ccc.jpg,Virtua Fighter 5,PS3,Fighting,Sega,Sega-AM2,8.7,1.08,0.29,0.08,0.52,0.2,2007-02-20, -/games/boxart/3750959ccc.jpg,Tom Clancy's Ghost Recon 2,PS2,Shooter,Ubisoft,Red Storm Entertainment,,1.08,0.64,,0.34,0.1,2004-11-30, -/games/boxart/full_2467036AmericaFrontccc.jpg,Pro Evolution Soccer 2014,PS3,Sports,Konami Digital Entertainment,Konami,8.3,1.08,0.03,0.51,0.46,0.08,2013-09-24,2018-03-01 -/games/boxart/full_7855038AmericaFrontccc.jpg,Grand Theft Auto: Chinatown Wars,PSP,Adventure,Rockstar Games,Rockstar Leeds,9.2,1.08,0.28,0.03,0.5,0.27,2009-10-20, -/games/boxart/9802230ccc.gif,Dragon Ball Z: Taiketsu,GBA,Fighting,Atari,Webfoot Technologies,3.8,1.08,0.77,,0.29,0.02,2003-11-24, -/games/boxart/5882910ccc.jpg,Pro Evolution Soccer 2008,X360,Sports,Konami,Konami,,1.07,0.08,0.04,0.9,0.05,2008-03-12, -/games/boxart/full_3585087AmericaFrontccc.jpg,Spore Creatures,DS,Simulation,Electronic Arts,Foundation 9,7.2,1.07,0.66,0,0.3,0.1,2008-09-07, -/games/boxart/full_6616344AmericaFrontccc.jpg,Tomb Raider: Underworld,X360,Adventure,Eidos Interactive,Crystal Dynamics,7.5,1.07,0.53,0.01,0.42,0.11,2008-11-18, -/games/boxart/full_3455610AmericaFrontccc.jpg,Call of Duty 3,PS2,Shooter,Activision,Treyarch,8.2,1.07,0.89,,0.03,0.15,2006-11-07, -/games/boxart/full_nhl-99_27AmericaFront.jpg,NHL 99,PS,Sports,EA Sports,EA Canada,,1.07,0.59,,0.4,0.07,1998-09-30, -/games/boxart/full_1320607AmericaFrontccc.jpg,MySims Agents,DS,Adventure,Electronic Arts,EA Redwood Shores,,1.07,0.54,0,0.42,0.11,2009-09-29, -/games/boxart/full_4588911JapanFrontccc.jpg,Doko Demo Issyo,PS,Misc,Sony Computer Entertainment,bexide,,1.07,,1,,0.07,1999-07-22, -/games/boxart/588724ccc.jpg,World Tour Soccer,PSP,Sports,Sony Computer Entertainment,SCEE London Studio,7,1.07,0.1,,0.63,0.34,2005-03-14, -/games/boxart/full_6027253AmericaFrontccc.jpg,Naruto: Ultimate Ninja Storm,PS3,Fighting,Namco Bandai,CyberConnect2,7.8,1.07,0.49,0.09,0.34,0.15,2008-11-04, -/games/boxart/full_6600228PALFrontccc.jpg,Skylanders Giants,PS3,Misc,Activision,Toys for Bob,,1.07,0.38,,0.52,0.18,2012-10-21,2018-01-16 -/games/boxart/6479946ccc.jpg,Virtua Fighter,SAT,Fighting,Sega,Sega-AM2,9,1.07,0.17,0.77,0.12,0.02,1995-05-11, -/games/boxart/full_marvel-vs-capcom-3-fate-of-two-worlds_375AmericaFront.jpg,Marvel vs. Capcom 3: Fate of Two Worlds,X360,Fighting,Capcom,Capcom,8.4,1.07,0.79,0.03,0.18,0.08,2011-02-15, -/games/boxart/full_8761466AmericaFrontccc.jpg,Imagine: Fashion Designer New York,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,1.07,0.65,,0.32,0.1,2008-10-13,2018-09-17 -/games/boxart/full_8373476AmericaFrontccc.jpg,The Biggest Loser,Wii,Sports,THQ,Blitz Games,7.7,1.07,0.86,,0.12,0.09,2009-10-06, -/games/boxart/116758ccc.jpg,Championship Manager 99/00,PC,Sports,Eidos Interactive,Sports Interactive,,1.07,,,0.98,0.09,2000-01-01, -/games/boxart/full_2916472AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,Wii,Sports,EA Sports,EA Tiburon,9,1.07,0.6,,0.37,0.1,2009-06-08, -/games/boxart/full_1202398AmericaFrontccc.jpg,The Orange Box,PS3,Shooter,Electronic Arts,EA UK,8.7,1.07,0.28,,0.58,0.21,2007-12-11, -/games/boxart/full_3312921AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,PS2,Fighting,THQ,JAKKS Pacific,,1.07,0.53,,0.01,0.54,2009-10-20, -/games/boxart/full_9829905AmericaFrontccc.jpg,Hot Wheels Turbo Racing,PS,Racing,Electronic Arts,Stormfront Studios,,1.07,0.59,,0.4,0.07,1999-09-22, -/games/boxart/full_9926100AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,DS,Action,LucasArts,Amaze Entertainment,4.9,1.07,0.96,,0.03,0.08,2006-09-12, -/games/boxart/2642523ccc.jpg,Ridge Racer Revolution,PS,Racing,Namco,Namco,,1.07,0.17,0.71,0.12,0.07,1996-09-30, -/games/boxart/full_5430709AmericaFrontccc.jpg,Prince of Persia,PS3,Adventure,Ubisoft,Ubisoft Montreal,8.3,1.07,0.47,0.03,0.41,0.17,2008-12-02, -/games/boxart/full_9868494AmericaFrontccc.jpg,Endless Ocean,Wii,Adventure,Nintendo,Arika,6.8,1.06,0.43,0.09,0.46,0.09,2008-01-21, -/games/boxart/6960164ccc.jpg,Mercenaries 2: World in Flames,X360,Shooter,Electronic Arts,Pandemic Studios,7.1,1.06,0.65,0.01,0.3,0.1,2008-08-31, -/games/boxart/1331559ccc.jpg,Warhawk,PS3,Shooter,Sony Computer Entertainment,Incognito Entertainment,8.4,1.06,0.49,,0.39,0.17,2007-08-28, -/games/boxart/full_8174475AmericaFrontccc.jpg,LEGO The Lord of the Rings,PS3,Misc,Warner Bros. Interactive Entertainment,Unknown,,1.06,0.37,,0.52,0.16,2012-11-13, -/games/boxart/full_sonic-generations_949AmericaFront.jpg,Sonic Generations,3DS,Platform,Sega,Sonic Team,6.3,1.06,0.44,0.01,0.52,0.08,2011-11-22, -/games/boxart/full_4509582AmericaFrontccc.jpg,Mortal Kombat: Armageddon,PS2,Fighting,Midway Games,Midway Games,7.4,1.06,0.88,,0.04,0.14,2006-10-09, -/games/boxart/full_4407081AmericaFrontccc.jpg,Aliens vs Predator,X360,Shooter,Sega,Rebellion Developments,6,1.06,0.55,,0.4,0.11,2010-02-16, -/games/boxart/5579729ccc.jpg,NBA Street V3,PS2,Sports,EA Sports BIG,EA Canada,,1.06,0.52,,0.41,0.14,2005-02-08, -/games/boxart/full_6351410JapanFrontccc.jpg,Simple 1500 Series Vol. 1: The Mahjong,PS,Misc,D3 Publisher,Chat Noir,,1.06,,0.99,,0.07,1998-10-22, -/games/boxart/512878ccc.jpg,Spider-Man 2,GBA,Platform,Activision,Digital Eclipse,7,1.06,0.76,,0.28,0.02,2004-06-29, -/games/boxart/5859142ccc.jpg,Sega Superstars Tennis,Wii,Sports,Sega,Sumo Digital,7,1.06,0.28,,0.65,0.13,2008-03-18, -/games/boxart/2190266ccc.jpg,NFL Blitz,N64,Sports,Midway Games,Midway Games,,1.06,1.02,,0.04,0.01,1998-09-09, -/games/boxart/full_3046893AmericaFrontccc.jpg,Seek and Destroy,PS2,Racing,Conspiracy Entertainment,Barnhouse Effect,5.6,1.06,0.52,,0.4,0.14,2002-12-11, -/games/boxart/full_3614731PALFrontccc.jpg,Football Manager 2013,PC,Sports,Sega,Sports Interactive,,1.06,,,0.96,0.1,2012-11-01,2018-01-05 -/games/boxart/full_2713808AmericaFrontccc.jpg,MLB The Show 18,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,1.06,0.86,,,0.2,2018-03-27,2018-09-17 -/games/boxart/full_4862062AmericaFrontccc.jpg,NCAA Football 99,PS,Sports,EA Sports,EA Tiburon,,1.06,0.59,,0.4,0.07,1998-08-01, -/games/boxart/full_6559707AmericaFrontccc.jpg,Darksiders,X360,Action,THQ,Vigil Games,7.8,1.06,0.67,0.01,0.28,0.1,2010-01-05, -/games/boxart/4554090ccc.jpg,Freekstyle,PS2,Racing,EA Sports BIG,Page 44 Studios,,1.06,0.52,,0.41,0.14,2002-06-17, -/games/boxart/full_dirt-3_583AmericaFront.jpg,DiRT 3,PS3,Racing,Codemasters,Codemasters,9,1.06,0.27,0.01,0.58,0.2,2011-05-24, -/games/boxart/5722852ccc.jpg,Hulk,PS2,Action,Universal Interactive,Radical Entertainment,,1.06,0.52,,0.41,0.14,2003-05-27, -/games/boxart/full_232092AmericaFrontccc.jpeg,Lego Marvel Super Heroes: Universe in Peril,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,1.05,0.42,0.04,0.5,0.08,2013-10-22,2018-01-04 -/games/boxart/full_4842350AmericaFrontccc.png,Disney Infinity,PS3,Misc,Disney Interactive Studios,Unknown,,1.05,0.53,,0.34,0.18,2013-08-18, -/games/boxart/3761530ccc.jpg,NBA 2K3,PS2,Sports,Sega,Visual Concepts,,1.05,0.51,,0.4,0.13,2002-10-08, -/games/boxart/full_8444744AmericaFrontccc.jpg,Adventure Island,NES,Platform,Hudson Soft,Hudson Soft / West One,,1.05,,1.05,,0,1988-09-01, -/games/boxart/full_6440335JapanFrontccc.jpg,Derby Stallion 96,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,1.05,,1.04,,0.01,1996-03-15, -/games/boxart/3790108ccc.jpg,The Simpsons: Road Rage,XB,Racing,Electronic Arts,Radical Entertainment,,1.05,0.78,,0.26,0.01,2001-12-01, -/games/boxart/8861119ccc.jpg,Forza Motorsport,XB,Racing,Microsoft Game Studios,Turn 10 Studios,9.2,1.05,0.52,,0.51,0.02,2005-05-03, -/games/boxart/full_4522149AmericaFrontccc.jpg,Rocksmith 2014,PS3,Music,Ubisoft,Ubisoft San Francisco,9.1,1.05,0.56,0.05,0.26,0.17,2013-10-22,2018-03-08 -/games/boxart/full_5997320AmericaFrontccc.jpg,DiRT,PS3,Racing,Codemasters,Codemasters,8.3,1.05,0.16,,0.66,0.23,2007-09-11, -/games/boxart/3396625ccc.jpg,Dave Mirra Freestyle BMX,PS,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",7.4,1.05,0.91,,0.11,0.03,2000-09-26, -/games/boxart/full_5238836AmericaFrontccc.jpg,The Evil Within 2,PS4,Action,Bethesda Softworks,Tango Gameworks,,1.05,0.31,0.09,0.49,0.15,2017-10-13,2018-05-10 -/games/boxart/full_disney-universe_91AmericaFront.jpg,Disney Universe,Wii,Action,Disney Interactive Studios,Disney Interactive Studios,,1.05,0.66,,0.28,0.1,2011-10-25, -/games/boxart/full_730207AmericaFrontccc.jpg,Virtua Tennis 3,PS3,Sports,Sega,Sega-AM3,,1.05,0.23,0.03,0.58,0.21,2007-03-20, -/games/boxart/full_7901960AmericaFrontccc.jpg,Tag Team Match M.U.S.C.L.E.,NES,Fighting,Bandai,Bandai,,1.05,,1.05,,0,1986-10-01, -/games/boxart/full_2428319AmericaFrontccc.jpg,Sonic & SEGA All-Stars Racing,DS,Racing,Sega,Sumo Digital,8.3,1.05,0.43,,0.51,0.11,2010-02-23, -/games/boxart/full_4352958AmericaFrontccc.jpg,Imagine: Animal Doctor,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,1.05,0.45,,0.48,0.11,2007-10-23,2018-09-17 -/games/boxart/full_ufc-undisputed-3_732AmericaFront.jpg,UFC Undisputed 3,PS3,Fighting,THQ,Yukie's Osaka,,1.05,0.55,0.03,0.33,0.14,2012-02-14, -/games/boxart/247879ccc.jpg,Cosmic Ark,2600,Shooter,Imagic,Imagic,,1.05,0.99,,0.05,0.01,1982-01-01, -/games/boxart/full_9980569AmericaFrontccc.jpg,MySims Agents,Wii,Adventure,Electronic Arts,EA Redwood Shores,7.5,1.05,0.63,0,0.32,0.1,2009-09-29, -/games/boxart/full_4345442AmericaFrontccc.jpg,Resident Evil: The Darkside Chronicles,Wii,Shooter,Capcom,"Cavia, inc.",7.2,1.05,0.46,0.2,0.31,0.09,2009-11-17, -/games/boxart/full_4052541AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Mermaids,DS,Platform,2K Play,Black Lantern Studios,,1.05,0.97,,0.01,0.08,2007-11-05, -/games/boxart/8053231ccc.jpg,SOCOM: U.S. Navy SEALs Fireteam Bravo 2,PSP,Shooter,Sony Computer Entertainment,Zipper Interactive,8.2,1.05,0.81,,0.11,0.13,2006-11-07, -/games/boxart/4740458ccc.jpg,Call of Duty 4: Modern Warfare,DS,Shooter,Activision,n-Space,7.3,1.05,0.95,0.01,0.02,0.08,2007-11-05, -/games/boxart/6386857ccc.jpg,Defender,2600,Shooter,Atari,Atari,,1.05,0.99,,0.05,0.01,1981-01-01, -/games/boxart/full_8692329JapanFrontccc.jpg,Arc the Lad II,PS,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,1.05,,0.92,,0.13,1996-06-20, -/games/boxart/full_brink_882AmericaFront.jpg,Brink,X360,Shooter,Bethesda Softworks,Splash Damage,6.8,1.04,0.59,0.01,0.35,0.09,2011-05-10, -/games/boxart/full_dance-on-broadway_397AmericaFront.jpg,Dance on Broadway,Wii,Misc,Ubisoft,Longtail Studios,,1.04,0.27,,0.65,0.12,2010-06-15, -/games/boxart/full_1026752AmericaFrontccc.jpg,Prey (2017),PS4,Shooter,Bethesda Softworks,Arkane Studios,,1.04,0.25,0.02,0.62,0.16,2017-05-05,2018-01-18 -/games/boxart/8680777ccc.jpg,Mega Man X4,PS,Platform,Capcom,Capcom,,1.04,0.45,0.22,0.3,0.07,1997-01-01, -/games/boxart/full_8084959AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,PS3,Action-Adventure,Disney Interactive Studios,Avalanche Software,,1.04,0.52,,0.34,0.18,2014-09-23,2018-02-06 -/games/boxart/full_zhu-zhu-pets_9AmericaFront.jpg,ZhuZhu Pets,DS,Simulation,Activision,Black Lantern Studios,,1.04,0.68,,0.27,0.09,2010-03-23, -/games/boxart/full_4800555AmericaFrontccc.jpg,Aliens vs Predator,PS3,Shooter,Sega,Rebellion Developments,6.1,1.04,0.41,,0.46,0.18,2010-02-16, -/games/boxart/full_4756084AmericaFrontccc.jpg,Sleeping Dogs,PS3,Action-Adventure,Square Enix,United Front Games,8.1,1.04,0.31,0.05,0.5,0.17,2012-08-14,2018-03-07 -/games/boxart/full_7243180AmericaFrontccc.jpg,Legacy of Kain: Soul Reaver,PS,Adventure,Eidos Interactive,Crystal Dynamics,8.9,1.04,0.58,,0.4,0.07,1999-08-16, -/games/boxart/full_1907423AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,XOne,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,1.04,0.62,,0.32,0.09,2014-08-19,2019-03-25 -/games/boxart/6383454ccc.jpg,Need for Speed: Most Wanted,XB,Racing,Electronic Arts,EA Canada,8.5,1.04,0.53,,0.46,0.05,2005-11-15, -/games/boxart/8493349ccc.jpg,MVP Baseball 2003,PS2,Sports,EA Sports,EA Sports,,1.04,0.51,,0.4,0.13,2003-03-10, -/games/boxart/3819708ccc.jpg,WipEout Pure,PSP,Racing,Sony Computer Entertainment,Studio Liverpool,9.1,1.04,0.47,,0.34,0.23,2005-03-16,2018-09-16 -/games/boxart/3671740ccc.jpg,The Simpsons Game,X360,Platform,Electronic Arts,EA Redwood Shores,6.9,1.04,0.54,,0.39,0.11,2007-10-30, -/games/boxart/full_2209054AmericaFrontccc.jpg,ATV: Quad Power Racing,PS,Racing,Acclaim Entertainment,Climax Group,,1.04,0.58,,0.39,0.07,2000-08-23, -/games/boxart/2157130ccc.jpg,Bomberman 64,N64,Puzzle,Hudson Soft,Hudson Soft,6.1,1.04,0.5,0.31,0.2,0.03,1997-12-02, -/games/boxart/3486228ccc.jpg,Jeremy McGrath Supercross 98,PS,Racing,Acclaim Entertainment,Acclaim Entertainment,,1.04,0.91,,0.1,0.03,1998-05-31, -/games/boxart/full_7160123AmericaFrontccc.jpg,MotorStorm: Arctic Edge,PSP,Racing,Sony Computer Entertainment,Bigbig Studios,7.7,1.04,0.16,0,0.58,0.3,2009-09-29, -/games/boxart/full_3670641AmericaFrontccc.jpg,Naruto: Clash of Ninja 2,GC,Fighting,D3 Publisher,8ing/Raizing,7.4,1.04,0.44,0.45,0.12,0.03,2006-09-26, -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_84AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,X360,Action,Disney Interactive Studios,Traveller's Tales,7.2,1.04,0.54,,0.4,0.1,2011-05-10, -/games/boxart/full_3258165AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,X360,Fighting,THQ,JAKKS Pacific,8.2,1.04,0.56,0.01,0.37,0.1,2009-10-20, -/games/boxart/full_8108625AmericaFrontccc.jpg,Dance Dance Revolution SuperNOVA,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,1.04,0.87,,0.03,0.14,2006-09-26, -/games/boxart/full_6164087AmericaFrontccc.jpg,MX vs. ATV Unleashed,PS2,Racing,THQ,Rainbow Studios,,1.03,0.86,,0.03,0.14,2005-03-16, -/games/boxart/full_4158396AmericaFrontccc.jpg,Just Dance 2014,X360,Music,Ubisoft,Ubisoft Paris,7.6,1.03,0.75,,0.18,0.1,2013-10-08,2018-03-08 -/games/boxart/full_8619323AmericaFrontccc.jpg,Sonic Unleashed,PS3,Platform,Sega,Sonic Team,5.3,1.03,0.56,0.01,0.32,0.14,2008-12-09, -/games/boxart/4302388ccc.jpg,Bomberman,NES,Puzzle,Hudson Soft,Hudson Soft,,1.03,0.18,0.85,,,1989-01-01, -/games/boxart/550598ccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,PS3,Shooter,Ubisoft,Red Storm Entertainment / Ubisoft Paris,,1.03,0.34,0.02,0.48,0.19,2007-08-23, -/games/boxart/full_4332257AmericaFrontccc.jpg,Junior Brain Trainer,DS,Misc,Take-Two Interactive,Sanuk Games,,1.03,0.23,,0.71,0.09,2009-11-03, -/games/boxart/full_4765395AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind Game of the Year Edition,XB,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.3,1.03,0.77,,0.22,0.04,2003-10-31, -/games/boxart/4927987ccc.jpg,Tomb Raider,PC,Action,Eidos Interactive,Core Design Ltd.,8.7,1.03,0.96,,0.07,,1996-11-14, -/games/boxart/4972148ccc.jpg,NCAA March Madness 2004,PS2,Sports,EA Sports,NuFX,,1.03,0.5,,0.39,0.13,2003-11-17, -/games/boxart/full_5866457AmericaFrontccc.jpg,Guinness World Records: The Videogame,Wii,Action,Warner Bros. Interactive,Traveller's Tales,,1.03,0.46,,0.47,0.11,2008-11-11, -/games/boxart/6370380ccc.jpg,FIFA Soccer 08,Wii,Sports,EA Sports,EA Canada,,1.03,0.32,0.01,0.59,0.12,2007-10-09, -/games/boxart/4080766ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 3,Wii,Fighting,Atari,Spike / Bandai Namco Games,7.5,1.03,0.32,0.26,0.36,0.08,2007-12-03, -/games/boxart/full_5810252AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,PS3,Adventure,LucasArts,Traveller's Tales,7.7,1.03,0.44,,0.43,0.17,2008-06-03, -/games/boxart/full_190099AmericaFrontccc.jpg,Disney Fairies: Tinker Bell and the Lost Treasure,DS,Adventure,Disney Interactive Studios,Hyde,,1.03,0.57,0.02,0.35,0.1,2009-10-27, -/games/boxart/full_7966172AmericaFrontccc.jpg,Petz: Catz 2,DS,Simulation,Ubisoft,Yuke's Media Creations,,1.02,0.51,,0.4,0.11,2007-11-14, -/games/boxart/321056ccc.jpg,Shrek 2,GC,Platform,Activision,"Luxoflux, Inc.",6.9,1.02,0.73,0.01,0.26,0.03,2004-04-28, -/games/boxart/full_861287AmericaFrontccc.jpg,Dead Space 3,PS3,Shooter,Electronic Arts,Visceral Games,,1.02,0.45,,0.4,0.17,2013-02-05, -/games/boxart/full_4340785AmericaFrontccc.jpg,Assassin's Creed: Rogue,X360,Action,Ubisoft,Ubisoft Sofia,,1.02,0.59,,0.34,0.09,2014-11-11,2018-01-14 -/games/boxart/5062392ccc.jpg,The Lost World: Jurassic Park,PS,Action,Electronic Arts,DreamWorks Interactive,,1.02,0.57,,0.39,0.07,1997-08-31, -/games/boxart/full_bulletstorm_840AmericaFront.jpg,Bulletstorm,X360,Shooter,Electronic Arts,People Can Fly,8.5,1.02,0.61,0.01,0.32,0.08,2011-02-22, -/games/boxart/2800687ccc.jpg,Tiger Woods PGA Tour 08,Wii,Sports,Electronic Arts,EA Salt Lake,7.4,1.02,0.93,,0.01,0.08,2007-08-28, -/games/boxart/full_2383590AmericaFrontccc.jpg,Pokémon Conquest,DS,Role-Playing,Nintendo,Tecmo Koei Games,,1.02,0.56,0.37,0.05,0.05,2012-06-18,2018-07-30 -/games/boxart/full_5722440AmericaFrontccc.jpg,Madden NFL 07,XB,Sports,EA Sports,EA Tiburon,8.4,1.02,0.97,,0.03,0.03,2006-08-22, -/games/boxart/full_1750936AmericaFrontccc.jpg,The Elder Scrolls Online,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,1.02,0.35,,0.59,0.08,2014-04-04,2018-09-15 -/games/boxart/full_363284AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,X360,Adventure,LucasArts,Traveller's Tales,,1.02,0.62,,0.31,0.09,2009-11-17, -/games/boxart/9783159ccc.jpg,Harry Potter and the Prisoner of Azkaban,PS2,Adventure,Electronic Arts,Electronic Arts,,1.02,0.5,,0.39,0.13,2004-06-02, -/games/boxart/3219688ccc.jpg,Wall-E,Wii,Platform,THQ,Heavy Iron Studios,,1.02,0.51,,0.4,0.11,2008-06-24, -/games/boxart/full_3693436AmericaFrontccc.jpg,Rock Band 2,Wii,Misc,MTV Games,Harmonix Music Systems,9,1.02,0.93,,0.01,0.08,2008-12-18, -/games/boxart/full_2668395AmericaFrontccc.jpg,LEGO Jurassic World,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.02,0.36,,0.49,0.17,2015-06-12,2018-04-06 -/games/boxart/8995987ccc.jpg,Naruto: Clash of Ninja Revolution,Wii,Fighting,Tomy Corporation,8ting/Raizing,,1.02,0.44,,0.46,0.11,2007-10-23, -/games/boxart/full_4923586AmericaFrontccc.jpg,Just Cause 3,XOne,Action-Adventure,Square Enix,Avalanche Studios,7,1.01,0.52,,0.41,0.09,2015-12-01,2018-04-04 -/games/boxart/full_1753251AmericaFrontccc.jpg,NBA 2K16,X360,Sports,2K Sports,Visual Concepts,,1.01,0.86,,0.05,0.11,2015-09-29,2018-03-28 -/games/boxart/full_1175348AmericaFrontccc.jpg,LEGO Marvel's Avengers,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.01,0.31,0.01,0.53,0.16,2016-01-26,2018-04-06 -/games/boxart/full_800966AmericaFrontccc.jpg,LEGO Jurassic World,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,1.01,0.51,,0.41,0.09,2015-06-12,2018-04-06 -/games/boxart/full_lego-harry-potter-years-5-7_663AmericaFront.jpg,LEGO Harry Potter: Years 5-7,X360,Action,Warner Bros. Interactive,Traveller's Tales,,1.01,0.51,,0.41,0.09,2011-11-11, -/games/boxart/full_3121309AmericaFrontccc.jpg,Evolve,PS4,Shooter,2K Games,Turtle Rock Studios,,1.01,0.38,0.05,0.41,0.16,2015-02-10,2018-05-10 -/games/boxart/full_94762AmericaFrontccc.jpg,Madden NFL 16,X360,Sports,EA Sports,EA Tiburon,8,1.01,0.88,,0.02,0.11,2015-08-25,2018-03-31 -/games/boxart/full_221710AmericaFrontccc.jpg,Pong: The Next Level,PS,Puzzle,Hasbro Interactive,Supersonic Software,,1.01,0.56,,0.38,0.07,1999-10-31, -/games/boxart/full_6105167AmericaFrontccc.jpg,MLB 15: The Show,PS4,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,1.01,0.75,,0.08,0.19,2015-03-31,2018-05-01 -/games/boxart/5461780ccc.jpg,Championship Manager 3,PC,Sports,Eidos Interactive,Sports Interactive,,1.01,,,0.93,0.08,2003-11-20, -/games/boxart/full_7813119AmericaFrontccc.jpg,F1 2012,PS3,Racing,Codemasters,Codemasters Birmingham,7.9,1.01,0.12,0.05,0.65,0.18,2012-09-18,2018-03-08 -/games/boxart/full_1352912AmericaFrontccc.jpg,Prince of Persia,X360,Adventure,Ubisoft,Ubisoft Montreal,8.2,1.01,0.54,0.02,0.34,0.1,2008-12-02, -/games/boxart/4023230ccc.jpg,NBA Jam Tournament Edition,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,1.01,0.87,,0.12,0.02,1995-02-23, -/games/boxart/full_1506717AmericaFrontccc.jpg,NBA 2K10,X360,Sports,2K Sports,Visual Concepts,8.4,1.01,0.91,0,0.02,0.08,2009-10-06, -/games/boxart/full_2858038AmericaFrontccc.jpg,The Simpsons Game,Wii,Platform,Electronic Arts,EA Redwood Shores,,1.01,0.45,,0.46,0.11,2007-10-30, -/games/boxart/full_5476072AmericaFrontccc.jpg,Steep,PS4,Sports,Ubisoft,Ubisoft Annecy,,1.01,0.23,0.02,0.6,0.15,2016-12-02, -/games/boxart/full_eyepet_3AmericaFront.jpg,EyePet,PS3,Simulation,Sony Computer Entertainment,SCEE London Studio,6.9,1.01,0.37,0.04,0.52,0.09,2010-09-17, -/games/boxart/full_828337AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007 (All Region sales),X360,Sports,Konami,Konami Computer Entertainment Tokyo,,1,0.08,0.02,0.9,,2007-02-06, -/games/boxart/full_9571056AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,X360,Sports,Konami,Konami,,1,0.13,0.03,0.76,0.09,2008-11-11, -/games/boxart/516212ccc.jpg,NFL GameDay 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,1,0.56,,0.38,0.07,2000-10-30, -/games/boxart/9772342ccc.jpg,NBA Live 97,PS,Sports,EA Sports,Electronic Arts,,1,0.55,,0.38,0.07,1996-10-31, -/games/boxart/1644815ccc.jpg,Excitebike 64,N64,Racing,Nintendo,Left Field Productions,8.9,1,0.65,0.19,0.15,0.01,2000-04-30, -/games/boxart/full_4197100AmericaFrontccc.jpg,Dynasty Warriors 3: Xtreme Legends,PS2,Action,KOEI,Omega Force,,1,0.13,0.74,0.1,0.03,2003-01-11, -/games/boxart/full_2048466AmericaFrontccc.jpg,Far Cry: Primal,XOne,Action-Adventure,Ubisoft,Ubisoft Montreal,7.8,1,0.51,,0.41,0.09,2016-02-23,2018-04-03 -/games/boxart/full_rayman-origins_639AmericaFront.jpg,Rayman Origins,PS3,Platform,Ubisoft,Ubisoft,8.5,1,0.33,0.01,0.5,0.16,2011-11-15, -/games/boxart/9149926ccc.jpg,Breath of Fire III,PS,Role-Playing,Capcom,Capcom,7.6,1,0.29,0.46,0.19,0.07,1998-04-30, -/games/boxart/full_9786027AmericaFrontccc.jpg,Road & Track Presents: The Need for Speed,PS,Racing,Electronic Arts,EA Canada,,1,0.56,,0.38,0.07,1996-01-01, -/games/boxart/9326242ccc.jpg,1942,NES,Shooter,Capcom,Capcom,,1,0.65,0.21,0.14,,1986-11-01, -/games/boxart/full_9484839AmericaFrontccc.jpg,Just Dance 2017,Wii,Music,Ubisoft,Ubisoft Paris,,1,0.4,,0.51,0.08,2016-10-25,2018-04-06 -/games/boxart/9835939ccc.jpg,Ford Racing 2,PS2,Racing,Gotham Games,Razorworks Studios,,1,0.49,,0.38,0.13,2003-10-28, -/games/boxart/8146413ccc.jpg,Guitar Hero: Aerosmith,PS3,Misc,Activision,Neversoft,,1,0.73,0,0.15,0.11,2008-06-29, -/games/boxart/full_6259331AmericaFrontccc.jpg,Jampack Winter 2000,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,1,0.55,,0.38,0.07,2000-11-07, -/games/boxart/full_9846282PALFrontccc.jpg,Dead Space 3,X360,Shooter,Electronic Arts,Visceral Games,,1,0.64,,0.27,0.09,2013-02-05,2018-02-02 -/games/boxart/full_6902662AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,X360,Action-Adventure,Ubisoft,Ubisoft Toronto,8.4,1,0.57,0.01,0.33,0.09,2013-08-20,2018-03-08 -/games/boxart/full_5629745AmericaFrontccc.jpg,NERF N-Strike Elite,Wii,Shooter,Electronic Arts,EA Salt Lake,7.5,1,0.93,,,0.07,2009-10-26, -/games/boxart/full_ncaa-football-12_602AmericaFront.jpg,NCAA Football 12,X360,Sports,EA Sports,EA Tiburon,7.8,1,0.94,,,0.06,2011-07-12, -/games/boxart/full_soulcalibur-ii_127AmericaFront.jpg,SoulCalibur II,XB,Fighting,Namco,Namco,,1,0.78,0.03,0.18,0,2003-08-27, -/games/boxart/full_ufc-undisputed-3_521AmericaFront.jpg,UFC Undisputed 3,X360,Fighting,THQ,Yukie's Osaka,,1,0.72,0,0.2,0.08,2012-02-14, -/games/boxart/full_7683542JapanFrontccc.jpg,Dead or Alive 2,PS2,Fighting,Tecmo,Team Ninja,,1,0.3,0.38,0.24,0.08,2000-03-30, -/games/boxart/8668845ccc.jpg,Puzzler Collection,DS,Puzzle,Zoo Digital Publishing,Route 1 Games,,0.99,0.16,,0.78,0.04,2008-08-05, -/games/boxart/full_1009054AmericaFrontccc.jpg,Dragon Age: Inquisition,XOne,Role-Playing,Electronic Arts,BioWare Edmonton,,0.99,0.63,0,0.27,0.09,2014-11-18,2019-01-05 -/games/boxart/5262040ccc.jpg,NFL Fever 2002,XB,Sports,Microsoft,Microsoft,,0.99,0.74,,0.21,0.04,2001-11-14,2018-09-25 -/games/boxart/full_1352437AmericaFrontccc.jpg,Rocksmith 2014,X360,Music,Ubisoft,Ubisoft San Francisco,8.4,0.99,0.73,0,0.16,0.1,2013-10-22,2018-03-08 -/games/boxart/full_2504980AmericaFrontccc.jpg,Cars: Race-O-Rama,Wii,Racing,THQ,Rainbow Studios,,0.99,0.61,,0.29,0.09,2009-10-13, -/games/boxart/4523356ccc.jpg,The Bouncer,PS2,Action,Square,SquareSoft,,0.99,0.3,0.38,0.23,0.08,2001-03-05, -/games/boxart/full_2069599AmericaFrontccc.jpg,Tales of Graces f,PS3,Role-Playing,Namco Bandai,Namco Tales Studio,,0.99,0.28,0.45,0.19,0.07,2012-03-13, -/games/boxart/full_6990388AmericaFrontccc.jpg,Army of Two: The 40th Day,X360,Shooter,Electronic Arts,EA Montreal,7.1,0.99,0.65,0,0.24,0.09,2010-01-12, -/games/boxart/full_2653936AmericaFrontccc.jpg,DiRT 2,PS3,Racing,Codemasters,Codemasters,8.8,0.99,0.27,0,0.53,0.19,2009-09-08, -/games/boxart/full_2260710AmericaFrontccc.jpeg,PlayStation All-Stars Battle Royale,PS3,Fighting,Sony Computer Entertainment,SuperBot Entertainment,,0.99,0.5,0.04,0.28,0.16,2012-11-20,2018-01-12 -/games/boxart/full_9599882AmericaFrontccc.jpg,Midnight Club: LA Remix,PSP,Racing,Rockstar Games,Rockstar London,7.7,0.99,0.52,,0.28,0.19,2008-10-20, -/games/boxart/full_5189307AmericaFrontccc.jpg,Apollo Justice: Ace Attorney,DS,Adventure,Capcom,Capcom,8,0.99,0.28,0.64,0.05,0.03,2008-02-19, -/games/boxart/1663165ccc.jpg,The Simpsons: Hit & Run,GC,Racing,VU Games,Radical Entertainment,8.2,0.99,0.77,,0.2,0.03,2003-09-16, -/games/boxart/full_1175250AmericaFrontccc.jpg,Haze,PS3,Shooter,Ubisoft,Free Radical Design,5.6,0.99,0.49,0.02,0.33,0.15,2008-05-20, -/games/boxart/full_2622052AmericaFrontccc.jpg,Oddworld: Abe's Exoddus,PS,Platform,GT Interactive,Oddworld Inhabitans,8.6,0.99,0.55,,0.38,0.06,1998-11-17, -/games/boxart/5612135ccc.jpg,Shadow The Hedgehog,GC,Platform,Sega,Sonic Team,4.9,0.99,0.76,,0.2,0.03,2005-11-15, -/games/boxart/full_6139171PALFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,Wii,Platform,Disney Interactive Studios,Junction Point Studios,,0.98,0.67,,0.22,0.09,2012-11-18,2018-04-14 -/games/boxart/9463966ccc.jpg,Tetris 2,NES,Puzzle,Nintendo,Nintendo,,0.98,0.62,0.21,0.13,0.02,1993-10-01, -/games/boxart/full_496902AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,PS3,Action-Adventure,Ubisoft,Ubisoft Toronto,8.3,0.98,0.34,0.06,0.44,0.15,2013-08-20,2018-03-08 -/games/boxart/full_disney-tangled_157AmericaFront.jpg,Disney Tangled,DS,Action,Disney Interactive Studios,Disney Interactive Studios,,0.98,0.53,,0.37,0.09,2010-11-23, -/games/boxart/full_the-witcher-2-assassins-of-kings_634AmericaFront.jpg,The Witcher 2: Assassins of Kings,PC,Role-Playing,Atari,CD Projekt Red Studio,8.8,0.98,0.27,,0.56,0.14,2011-05-17, -/games/boxart/default.jpg,The LEGO Movie Videogame,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.98,0.33,0.03,0.47,0.16,2014-02-07,2018-03-20 -/games/boxart/full_7465804AmericaFrontccc.jpg,Zoo Tycoon DS,DS,Strategy,THQ,Blue Fang Games,4.6,0.98,0.86,0.01,0.03,0.07,2005-10-11, -/games/boxart/2303174ccc.jpg,Pro Evolution Soccer 2008,PSP,Sports,Konami,Konami,7.8,0.98,0.02,0.19,0.53,0.25,2008-03-12, -/games/boxart/full_8443959AmericaFrontccc.jpg,WWE 2K19,PS4,Fighting,2K Sports,Visual Concepts,,0.98,0.36,,0.46,0.16,2018-10-09,2018-06-22 -/games/boxart/full_4102528AmericaFrontccc.jpg,Fallout 3,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,0.98,0.02,,0.88,0.07,2008-10-28, -/games/boxart/886956ccc.jpg,WWE SmackDown vs Raw 2008,Wii,Fighting,THQ,Yuke's Media Creations,,0.98,0.38,,0.5,0.11,2007-11-13, -/games/boxart/full_5617044AmericaFrontccc.jpg,Air-Sea Battle,2600,Shooter,Atari,Atari,,0.98,0.91,,0.06,0.01,1977-01-01, -/games/boxart/full_9238516AmericaFrontccc.jpg,Sniper Elite V2,PS3,Shooter,505 Games,Rebellion Developments,7.4,0.98,0.38,0.06,0.4,0.15,2012-05-02,2018-03-13 -/games/boxart/full_1691571AmericaFrontccc.jpg,Injustice: Gods Among Us Ultimate Edition,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.98,0.46,,0.35,0.17,2013-11-15,2018-04-22 -/games/boxart/full_2653490AmericaFrontccc.jpg,Madden NFL 10,PS2,Sports,EA Sports,EA Tiburon,,0.98,0.88,,0,0.1,2009-08-14, -/games/boxart/full_wheel-of-fortune_838AmericaFront.jpg,Wheel of Fortune,Wii,Misc,THQ,"Pipeworks Software, Inc.",,0.98,0.86,,0.04,0.07,2010-11-02, -/games/boxart/full_9900134AmericaFrontccc.jpg,FIFA Soccer 10,Wii,Sports,EA Sports,EA Canada,8.3,0.98,0.23,,0.64,0.11,2009-10-20, -/games/boxart/9749913ccc.jpg,Littlest Pet Shop: Winter,DS,Simulation,Electronic Arts,EA Salt Lake,,0.98,0.58,,0.31,0.1,2008-10-14, -/games/boxart/3117641ccc.jpg,Suikoden III,PS2,Role-Playing,Konami,KCET,8.6,0.98,0.29,0.38,0.23,0.08,2002-10-24, -/games/boxart/9706127ccc.jpg,NASCAR 99,N64,Racing,EA Sports,Stormfront Studios,,0.98,0.94,,0.04,0.01,1998-09-11, -/games/boxart/3235936ccc.jpg,Mario Party Advance,GBA,Misc,Nintendo,Hudson Soft,,0.98,0.5,0.28,0.19,0.02,2005-03-28, -/games/boxart/full_donkey-kong-junior_21AmericaFront.jpg,Donkey Kong Junior,2600,Platform,Coleco,Nintendo,,0.97,0.9,,0.05,0.01,1983-01-01, -/games/boxart/752499ccc.jpg,Grand Theft Auto: San Andreas,PC,Action,Rockstar Games,Rockstar North,9.4,0.97,0,,0.93,0.04,2005-06-07, -/games/boxart/1752585ccc.jpg,Medal of Honor: Underground,PS,Shooter,Electronic Arts,DreamWorks Interactive,,0.97,0.54,,0.37,0.06,2000-10-23, -/games/boxart/full_7459724AmericaFrontccc.jpg,South Park: The Stick of Truth,PS3,Role-Playing,Ubisoft,Obsidian Entertainment,,0.97,0.44,,0.36,0.16,2014-03-04,2018-01-26 -/games/boxart/5128729ccc.jpg,Cars,DS,Racing,THQ,Helixe,,0.97,0.85,,0.05,0.07,2006-06-06, -/games/boxart/8892988ccc.jpg,Dirge of Cerberus: Final Fantasy VII,PS2,Shooter,Square Enix,Square Enix,5.8,0.97,0.46,0.51,,,2006-08-15, -/games/boxart/full_4847092AmericaFrontccc.jpg,NCAA Football 06,XB,Sports,EA Sports,EA Tiburon,,0.97,0.73,,0.21,0.03,2005-07-11, -/games/boxart/4087498ccc.jpg,NHL 2004,PS2,Sports,EA Sports,EA Black Box,,0.97,0.47,,0.37,0.12,2003-09-22, -/games/boxart/full_7369071AmericaFrontccc.jpg,Madden NFL 08,PS3,Sports,EA Sports,EA Tiburon,,0.97,0.89,,0.01,0.08,2007-08-14, -/games/boxart/full_8552651AmericaFrontccc.jpg,Brutal Legend,X360,Action,Electronic Arts,Double Fine Productions,8.5,0.97,0.62,,0.26,0.09,2009-10-13, -/games/boxart/full_8158603AmericaFrontccc.jpg,Band Hero,Wii,Misc,Activision,Vicarious Visions,7.4,0.97,0.59,,0.29,0.09,2009-11-03, -/games/boxart/full_4340342AmericaFrontccc.jpg,EA Sports UFC 3,PS4,Sports,EA Sports,EA Vancouver,,0.97,0.4,0.01,0.41,0.16,2018-02-02,2018-02-11 -/games/boxart/1161187ccc.jpg,Grand Theft Auto: Vice City Stories,PS2,Action,Rockstar Games,Rockstar Leeds,,0.97,0.78,0.03,0.03,0.13,2007-03-05, -/games/boxart/8609156ccc.jpg,FIFA Soccer 2005,XB,Sports,EA Sports,EA Canada,,0.97,0.33,,0.6,0.04,2004-10-12, -/games/boxart/default.jpg,Skylanders: Spyro's Adventure,X360,Action,Activision,Toys for Bob,,0.97,0.53,,0.34,0.1,2011-10-16, -/games/boxart/full_4755963AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,GC,Action,LucasArts,Traveller's Tales,8.4,0.97,0.75,,0.19,0.03,2006-09-12, -/games/boxart/full_9151149AmericaFrontccc.jpg,Fire Emblem: The Blazing Blade,GBA,Strategy,Nintendo,Intelligent Systems,8.8,0.97,0.49,0.29,0.18,0.01,2003-11-03,2021-07-23 -/games/boxart/full_3235437AmericaFrontccc.jpg,Sea of Thieves,XOne,Action-Adventure,Microsoft Studios,Rare Ltd.,6.9,0.96,0.6,,0.27,0.09,2018-03-20,2018-09-25 -/games/boxart/full_8834454JapanFrontccc.jpg,Dance Dance Revolution 2nd ReMIX,PS,Simulation,Konami,KCET,,0.96,,0.9,,0.06,1999-08-26, -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_953AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,PS3,Action,Disney Interactive Studios,Traveller's Tales,7.4,0.96,0.36,,0.44,0.16,2011-05-10, -/games/boxart/full_3379140AmericaFrontccc.jpg,NHL 2001,PS2,Sports,EA Sports,EA Canada,,0.96,0.47,,0.37,0.12,2000-10-25, -/games/boxart/full_657232AmericaFrontccc.jpg,My Weight Loss Coach,DS,Sports,Ubisoft,Ubisoft Montreal,,0.96,0.3,,0.54,0.11,2008-06-24, -/games/boxart/full_8207200AmericaFrontccc.jpg,Madden NFL 25,PS4,Sports,EA Sports,EA Tiburon,7.4,0.96,0.64,,0.15,0.17,2013-11-15,2018-01-06 -/games/boxart/full_615412AmericaFrontccc.png,MLB 16: The Show,PS4,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.96,0.78,,,0.18,2016-03-29,2018-04-20 -/games/boxart/full_9354730AmericaFrontccc.jpg,South Park: The Stick of Truth,X360,Role-Playing,Ubisoft,Obsidian Entertainment,,0.96,0.6,,0.27,0.09,2014-03-04,2018-01-26 -/games/boxart/full_club-penguin-game-day_8AmericaFront.png,Club Penguin: Game Day!,Wii,Misc,Disney Interactive Studios,Artoon,,0.96,0.55,,0.32,0.09,2010-09-21, -/games/boxart/full_5545259AmericaFrontccc.jpeg,Mass Effect 3,PC,Role-Playing,Electronic Arts,BioWare,,0.96,0.4,,0.45,0.11,2012-03-06, -/games/boxart/full_3927924AmericaFrontccc.png,Sonic & SEGA All-Stars Racing,PS3,Racing,Sega,Sumo Digital,8,0.96,0.36,,0.44,0.16,2010-02-23, -/games/boxart/full_8208646AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Future Soldier,PS3,Shooter,Ubisoft,Ubisoft Paris,,0.96,0.41,0.09,0.33,0.13,2012-05-22, -/games/boxart/9753049ccc.jpg,Mortal Kombat Trilogy,N64,Fighting,Midway Games,Point of View Inc.,,0.96,0.72,,0.22,0.02,1996-10-31, -/games/boxart/full_2866470AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,XB,Fighting,Midway Games,Midway,,0.96,0.77,,0.15,0.04,2002-11-20, -/games/boxart/66929ccc.jpg,Dark Cloud 2,PS2,Role-Playing,Sony Computer Entertainment,Level 5,8.6,0.96,0.38,0.26,0.25,0.07,2003-02-17, -/games/boxart/5264184ccc.jpg,Star Soldier,NES,Shooter,Taxan,Hudson Soft,,0.96,0.32,0.57,0.06,0.01,1988-01-01, -/games/boxart/full_guitar-hero-warriors-of-rock_4AmericaFront.jpg,Guitar Hero: Warriors of Rock,Wii,Misc,Activision,Vicarious Visions,7.3,0.96,0.47,,0.41,0.09,2010-09-28, -/games/boxart/full_pilotwings-resort_187AmericaFront.jpg,PilotWings Resort,3DS,Simulation,Nintendo,Monster Games,6.9,0.96,0.4,0.13,0.36,0.07,2011-03-27, -/games/boxart/full_2729390AmericaFrontccc.jpg,Scooby-Doo! First Frights,Wii,Adventure,Warner Bros. Interactive,Torus Games,,0.96,0.84,,0.04,0.07,2009-09-22, -/games/boxart/4751151ccc.jpg,Gangs of London,PSP,Adventure,Sony Computer Entertainment,SCEE London Studio,5,0.96,0.3,,0.43,0.22,2006-10-03, -/games/boxart/full_3586987AmericaFrontccc.jpg,Jampack Summer '99,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.96,0.54,,0.36,0.06,1999-06-01, -/games/boxart/7347671ccc.jpg,Shinobi,PS2,Action,Sega,Overworks,,0.96,0.36,0.22,0.28,0.09,2002-11-10, -/games/boxart/7745180ccc.jpg,NCAA Football 2000,PS,Sports,EA Sports,EA Sports,,0.95,0.53,,0.36,0.06,1999-06-30, -/games/boxart/full_driver-san-francisco_960AmericaFront.jpg,Driver: San Francisco,PS3,Racing,Ubisoft,Ubisoft Reflections,8.2,0.95,0.24,0.01,0.53,0.17,2011-09-06, -/games/boxart/full_wipeout-in-the-zone_152AmericaFront.jpg,Wipeout: In The Zone,X360,Misc,Activision,Activision,,0.95,0.87,,,0.08,2011-06-14, -/games/boxart/full_3247411AmericaFrontccc.jpg,Lost Planet 2,PS3,Shooter,Capcom,Capcom,6.6,0.95,0.29,0.2,0.34,0.12,2010-05-11, -/games/boxart/full_lego-harry-potter-years-5-7_890AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PS3,Action,Warner Bros. Interactive,Traveller's Tales,9,0.95,0.36,,0.45,0.15,2011-11-11, -/games/boxart/7257433ccc.jpg,ESPN NBA 2K5,XB,Sports,Sega,Visual Concepts,,0.95,0.88,,0.04,0.04,2004-09-28, -/games/boxart/full_6305070AmericaFrontccc.jpg,White Knight Chronicles: International Edition,PS3,Role-Playing,Sony Computer Entertainment,Level 5,6.3,0.95,0.34,0.36,0.16,0.09,2010-02-02, -/games/boxart/default.jpg,Mega Man Star Force Dragon / Leo / Pegasus,DS,Role-Playing,Capcom,Capcom,,0.95,0.39,0.53,0,0.03,2007-08-07, -/games/boxart/6574342ccc.jpg,Wild ARMs,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,8.9,0.95,0.26,0.46,0.17,0.06,1997-04-30, -/games/boxart/9700624ccc.jpg,World Championship Poker,PS2,Misc,Crave Entertainment,Coresoft,,0.95,0.8,,0.03,0.13,2004-11-18, -/games/boxart/full_9364012AmericaFrontccc.jpg,Ben 10: Alien Force,DS,Action,D3 Publisher,1st Playable Productions / OneNine Studios,,0.95,0.65,,0.22,0.09,2008-10-28, -/games/boxart/5918652ccc.jpg,Wheel of Fortune,PS2,Misc,Atari,Atari,,0.95,0.47,,0.36,0.12,2003-11-11, -/games/boxart/full_2969371AmericaFrontccc.jpg,Skylanders: Trap Team,Wii,Platform,Activision,Toys for Bob,,0.95,0.41,,0.46,0.08,2014-10-05,2018-03-17 -/games/boxart/full_2081952AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,PS2,Adventure,Ubisoft,Ubisoft Montreal / Annecy,,0.95,0.36,,0.45,0.14,2005-03-28, -/games/boxart/full_2312401AmericaFrontccc.jpg,Sonic Unleashed,X360,Platform,Sega,Sonic Team,5.6,0.95,0.54,0,0.32,0.09,2008-11-20, -/games/boxart/2409535ccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,GC,Platform,THQ,Heavy Iron Studios,7.3,0.95,0.74,,0.19,0.03,2003-10-31, -/games/boxart/7823323ccc.jpg,Kessen,PS2,Strategy,Electronic Arts,Koei,,0.95,0.27,0.41,0.21,0.07,2000-11-13, -/games/boxart/full_1294257AmericaFrontccc.png,Harvest Moon 3D: A New Beginning,3DS,Simulation,Natsume,Marvelous,8.2,0.95,0.41,0.31,0.18,0.06,2012-11-06,2018-01-07 -/games/boxart/full_9056318AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.94,0.37,,0.42,0.16,2014-11-11,2018-12-01 -/games/boxart/1489364ccc.jpg,Brothers In Arms: Hell's Highway,PS3,Shooter,Ubisoft,Gearbox Software,6,0.94,0.45,,0.34,0.15,2008-09-23, -/games/boxart/6187769ccc.jpg,Hot Shots Golf Fore!,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,0.94,0.46,,0.36,0.12,2004-08-17, -/games/boxart/9195693ccc.jpg,MLB 06: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.94,0.78,,0.03,0.13,2006-02-28, -/games/boxart/full_2755590AmericaFrontccc.jpg,MVP Baseball 2005,XB,Sports,EA Sports,EA Canada,,0.94,0.7,,0.2,0.03,2005-02-22, -/games/boxart/full_2317246AmericaFrontccc.jpg,Tony Hawk: RIDE,Wii,Sports,Activision,Buzz Monkey Software,4.3,0.94,0.69,,0.17,0.08,2009-11-17, -/games/boxart/full_1880144AmericaFrontccc.jpeg,NBA 2K14,XOne,Sports,2K Sports,Visual Concepts,,0.94,0.72,,0.12,0.09,2013-11-22,2018-01-05 -/games/boxart/full_5307689AmericaFrontccc.jpg,NCAA Football 10,X360,Sports,EA Sports,EA Tiburon,8.1,0.94,0.87,,,0.07,2009-07-14, -/games/boxart/4579490ccc.jpg,MLB 2000,PS,Sports,Sony Computer Entertainment,989 Sports,,0.94,0.52,,0.35,0.06,1999-02-28, -/games/boxart/full_5893411AmericaFrontccc.jpg,The Sims 2,DS,Simulation,Electronic Arts,Maxis,,0.94,0.81,,0.05,0.07,2005-10-24, -/games/boxart/full_ea-sports-active-2_3AmericaFront.jpg,EA Sports Active 2,PS3,Sports,Electronic Arts,EA Vancouver,8,0.94,0.54,,0.27,0.12,2010-11-16, -/games/boxart/full_4096472PALFrontccc.jpg,Colin McRae Rally 04,PS2,Racing,Codemasters,Codemasters,,0.94,0.01,0.01,0.71,0.21,2003-09-19, -/games/boxart/9790375ccc.jpg,SaGa Frontier 2,PS,Role-Playing,Square EA,SquareSoft,7.4,0.94,0.1,0.71,0.07,0.06,2000-01-31, -/games/boxart/full_4333624AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,PS3,Fighting,THQ,Yuke's Media Creations,,0.94,0.51,0.01,0.3,0.12,2008-11-09, -/games/boxart/full_8811106AmericaFrontccc.jpg,Midway Presents Arcade's Greatest Hits: The Atari Collection 1,PS,Misc,Midway Games,Digital Eclipse,,0.94,0.52,,0.36,0.06,1996-12-31, -/games/boxart/3608993ccc.jpg,Destroy All Humans!,PS2,Adventure,THQ,Pandemic Studios,,0.94,0.78,,0.03,0.13,2005-06-21, -/games/boxart/847913ccc.jpg,The SpongeBob SquarePants Movie,GC,Platform,THQ,Heavy Iron Studios,6.6,0.94,0.73,,0.19,0.03,2004-10-27, -/games/boxart/full_6894452AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,XB,Adventure,Ubisoft,Ubisoft Montreal,9,0.94,0.57,,0.33,0.04,2003-11-12, -/games/boxart/full_8573983AmericaFrontccc.jpg,Castlevania: Lament of Innocence,PS2,Action,Konami,Konami Computer Entertainment Tokyo,8.1,0.94,0.46,,0.36,0.12,2003-10-21, -/games/boxart/full_3715573AmericaFrontccc.jpg,Brutal Legend,PS3,Action,Electronic Arts,Double Fine Productions,7.9,0.94,0.54,,0.27,0.13,2009-10-13, -/games/boxart/full_9829819AmericaFrontccc.jpg,Skylanders: Spyro's Adventure,PS3,Action,Activision,Toys for Bob,8,0.94,0.39,,0.4,0.15,2011-10-16, -/games/boxart/full_6488035AmericaFrontccc.jpg,Borderlands 2,PC,Shooter,2K Games,Gearbox Software,,0.94,0.43,,0.42,0.09,2012-09-18,2019-03-28 -/games/boxart/full_2483926AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.94,0.48,,0.37,0.08,2014-11-11,2018-12-01 -/games/boxart/full_ncaa-football-11_7AmericaFront.jpg,NCAA Football 11,X360,Sports,EA Sports,EA Tiburon,8.5,0.93,0.86,,,0.06,2010-07-13, -/games/boxart/4869976ccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,N64,Platform,Activision,Traveller's Tales,,0.93,0.71,,0.2,0.01,1999-11-17, -/games/boxart/779474ccc.jpg,Mega Man 4,NES,Platform,Capcom,Capcom,,0.93,0.51,0.32,0.09,0.01,1992-01-01, -/games/boxart/full_3755808AmericaFrontccc.jpg,Build-A-Bear Workshop,DS,Simulation,Game Factory,Neko Entertainment,,0.93,0.85,,0.01,0.07,2007-11-05, -/games/boxart/full_59054AmericaFrontccc.jpg,NCAA Football 13,PS3,Sports,EA Sports,EA Tiburon,7.1,0.93,0.82,,,0.11,2012-07-10,2018-02-06 -/games/boxart/full_jak-and-daxter-collection_592AmericaFront.jpg,Jak and Daxter Collection,PS3,Platform,Sony Computer Entertainment,Naughty Dog,,0.93,0.6,,0.18,0.15,2012-02-07, -/games/boxart/full_2000092AmericaFrontccc.jpg,Fallout 76,XOne,Role-Playing,Bethesda Softworks,Bethesda Game Studios,5.1,0.93,0.59,,0.26,0.09,2018-11-14,2018-11-02 -/games/boxart/5790751ccc.jpg,Cars,GC,Racing,THQ,Rainbow Studios,7.6,0.93,0.72,,0.19,0.03,2006-06-06, -/games/boxart/full_monster-high-ghoul-spirit_344AmericaFront.jpg,Monster High: Ghoul Spirit,DS,Adventure,THQ,THQ,,0.93,0.69,,0.16,0.07,2011-10-25, -/games/boxart/full_3468406AmericaFrontccc.jpg,Monster Trucks / Quad Desert Fury Double Value!,GBA,Racing,Majesco,Skyworks Technologies,,0.93,0.67,,0.25,0.02,2005-04-25, -/games/boxart/full_5025527AmericaFrontccc.jpg,SnoCross Championship Racing,PS,Racing,Crave Entertainment,UDS,,0.93,0.52,,0.35,0.06,2000-08-22, -/games/boxart/full_4440114AmericaFrontccc.jpg,LEGO The Lord of the Rings,Wii,Misc,Warner Bros. Interactive Entertainment,Unknown,,0.93,0.48,,0.37,0.08,2012-11-13, -/games/boxart/full_2972651AmericaFrontccc.jpg,Monster Hunter: World,XOne,Action,Capcom,Capcom,9.4,0.93,0.67,,0.17,0.09,2018-01-26,2018-01-30 -/games/boxart/4985697ccc.jpg,NHL 2003,PS2,Sports,EA Sports,EA Canada,,0.93,0.46,,0.36,0.12,2002-09-30, -/games/boxart/full_95645AmericaFrontccc.jpg,Operation Flashpoint: Dragon Rising,X360,Shooter,Codemasters,Codemasters,7.4,0.93,0.36,0.02,0.45,0.1,2009-10-06, -/games/boxart/1006074ccc.jpg,Spider-Man,2600,Action,Parker Bros.,Parker Bros.,,0.93,0.87,,0.05,0.01,1982-01-01, -/games/boxart/full_331758AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,GBA,Action,Konami,Konami,,0.93,0.67,,0.25,0.02,2003-10-31, -/games/boxart/full_6087370AmericaFrontccc.jpg,SingStar Abba,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.93,0.27,,0.51,0.16,2008-12-02, -/games/boxart/full_6303398AmericaFrontccc.jpg,Castlevania II: Simon's Quest,NES,Platform,Konami,Konami,,0.93,0.45,0.42,0.06,,1988-11-01, -/games/boxart/7281822ccc.jpg,Tony Hawk's Pro Skater 4,XB,Sports,Activision,Neversoft Entertainment,,0.93,0.59,,0.3,0.04,2002-10-23, -/games/boxart/full_3467939AmericaFrontccc.jpg,MLB 12: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.93,0.86,,,0.07,2012-03-06, -/games/boxart/full_8312729AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney,DS,Adventure,Capcom,Capcom,8.1,0.93,0.44,0.39,0.05,0.05,2005-10-12, -/games/boxart/full_5345172AmericaFrontccc.jpg,MLB 07: The Show,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.93,0.77,,0.03,0.13,2007-02-26,2018-12-04 -/games/boxart/full_9637901AmericaFrontccc.jpg,FIFA Street (2012),X360,Sports,EA Sports,EA Canada,,0.93,0.21,,0.63,0.1,2012-03-13,2018-01-31 -/games/boxart/full_kingdom-hearts-recoded_606AmericaFront.jpg,Kingdom Hearts Re:coded,DS,Role-Playing,Square Enix,High Horse Entertainment,6.8,0.93,0.53,0.27,0.09,0.05,2011-01-11, -/games/boxart/full_1963214AmericaFrontccc.jpg,Bayonetta,X360,Action,Sega,PlatinumGames,8.9,0.93,0.51,0.09,0.25,0.08,2010-01-05, -/games/boxart/full_2548266AmericaFrontccc.jpg,2 Games in 1 Double Pack: Finding Nemo / Monsters Inc.,GBA,Misc,THQ,Vicarious Visions,,0.93,0.67,,0.25,0.02,2005-06-08, -/games/boxart/full_9559299AmericaFrontccc.jpg,Guitar Hero: Metallica,Wii,Misc,Activision,BudCat Creations,8.9,0.93,0.4,,0.43,0.1,2009-03-29, -/games/boxart/full_xenoblade-chronicles_503AmericaFront.jpg,Xenoblade Chronicles,Wii,Role-Playing,Nintendo,Monolith Soft,9.3,0.92,0.43,0.16,0.25,0.07,2012-04-06, -/games/boxart/full_1001231AmericaFrontccc.png,BUZZ! Quiz World,PS3,Misc,Sony Computer Entertainment,Magenta Software,7.8,0.92,0.16,,0.58,0.18,2009-11-10, -/games/boxart/9416763ccc.jpg,Blue Dragon,X360,Role-Playing,Microsoft Game Studios,Mistwalker Corporation / Artoon,7.7,0.92,0.3,0.21,0.33,0.08,2007-08-28, -/games/boxart/724208ccc.jpg,NHL 98,PS,Sports,EA Sports,EA Canada,,0.92,0.51,,0.35,0.06,1997-08-31, -/games/boxart/full_44113PALFrontccc.jpg,Killzone: Mercenary,PSV,Misc,Sony Computer Entertainment America,Guerrilla Games,7.4,0.92,0.2,0.04,0.47,0.2,2013-09-10,2018-01-03 -/games/boxart/6274927ccc.jpg,Cars,Wii,Racing,THQ,Rainbow Studios,,0.92,0.83,,0.03,0.07,2006-11-16, -/games/boxart/7848185ccc.gif,Starsky & Hutch,PS2,Racing,Gotham Games,Minds-Eye Productions,6,0.92,0.45,,0.35,0.12,2003-09-09, -/games/boxart/2955792ccc.jpg,Balloon Fight,NES,Platform,Nintendo,Nintendo R&D1,,0.92,0.39,0.43,0.09,0.01,1986-06-01, -/games/boxart/764653ccc.jpg,Top Gun: Combat Zones,PS2,Simulation,Titus,Digital Integration,,0.92,0.45,,0.35,0.12,2001-10-21, -/games/boxart/full_far-cry-3_392AmericaFront.jpg,Far Cry 3,PC,Shooter,Ubisoft,Ubisoft Montreal,,0.92,0.22,,0.64,0.06,2012-12-04, -/games/boxart/full_nickelodeon-fit_10AmericaFront.jpg,Nickelodeon Fit,Wii,Sports,2K Play,High Voltage Software,,0.92,0.76,,0.09,0.07,2010-11-08, -/games/boxart/full_5523061AmericaFrontccc.jpg,Dante's Inferno,X360,Action,Electronic Arts,Visceral Games,7,0.92,0.63,0.02,0.2,0.08,2010-02-09, -/games/boxart/3896434ccc.jpg,Teenage Mutant Ninja Turtles,PS2,Action,Konami,Konami,,0.92,0.45,,0.35,0.12,2003-10-21, -/games/boxart/full_1162267AmericaFrontccc.jpg,Space Jam,PS,Sports,Acclaim Entertainment,Sculptured Software,,0.92,0.51,,0.35,0.06,1996-10-31, -/games/boxart/9290614ccc.jpg,Sonic Riders,GC,Racing,Sega,Sonic Team,,0.92,0.71,,0.18,0.03,2006-02-21, -/games/boxart/9580401ccc.jpg,Tobal No.1,PS,Fighting,Sony Computer Entertainment,DreamFactory,7.7,0.92,0.12,0.66,0.08,0.06,1996-09-30, -/games/boxart/full_8481866AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,X360,Fighting,THQ,Yuke's Media Creations,7.8,0.92,0.58,,0.26,0.08,2008-11-09, -/games/boxart/full_1302170AmericaFrontccc.jpg,NCAA Football 14,PS3,Sports,EA Sports,EA Tiburon,7.7,0.92,0.75,,,0.17,2013-07-09,2018-01-31 -/games/boxart/full_2658757AmericaFrontccc.jpg,Kung Fu Panda,Wii,Platform,Activision,XPEC,,0.92,0.5,,0.32,0.09,2008-06-03, -/games/boxart/full_8368824AmericaFrontccc.jpg,Knockout Kings 2000,N64,Fighting,EA Sports,Black Ops Entertainment,,0.92,0.63,,0.27,0.02,1999-10-03, -/games/boxart/full_7273661AmericaFrontccc.png,Crysis 3,X360,Shooter,Electronic Arts,Crytek,7.6,0.92,0.51,0.01,0.32,0.08,2013-02-19,2018-02-07 -/games/boxart/full_ssx_59AmericaFront.jpg,SSX,PS3,Sports,EA Sports,EA Canada,,0.92,0.35,0.02,0.42,0.13,2012-02-28, -/games/boxart/full_7356188AmericaFrontccc.jpg,SpongeBob SquarePants: The Yellow Avenger,PSP,Action,THQ,Tantalus Interactive,5.7,0.92,0.55,,0.21,0.16,2006-03-06, -/games/boxart/full_7351671AmericaFrontccc.jpg,EA Sports Grand Slam Tennis,Wii,Sports,EA Sports,EA Vancouver,7.9,0.92,0.28,0.02,0.51,0.11,2009-06-08, -/games/boxart/3062265ccc.jpg,007: The World is not Enough,PS,Shooter,Electronic Arts,Black Ops Entertainment,6.4,0.92,0.51,,0.35,0.06,2000-11-06, -/games/boxart/full_5115772AmericaFrontccc.jpg,Overwatch,PC,Shooter,Blizzard Entertainment,Blizzard Entertainment,9.5,0.92,0.37,,0.48,0.07,2016-05-24,2018-03-24 -/games/boxart/full_8034841AmericaFrontccc.jpg,AMF Bowling Pinbusters!,Wii,Sports,Mud Duck Productions,Atomic Planet Entertainment,,0.91,0.84,,0,0.07,2007-11-20, -/games/boxart/full_754945AmericaFrontccc.png,Operation Flashpoint: Dragon Rising,PS3,Shooter,Codemasters,Codemasters,7.3,0.91,0.23,0.05,0.46,0.17,2009-10-06, -/games/boxart/6596525ccc.jpg,Street Hoops,PS2,Sports,Activision,Black Ops Entertainment,,0.91,0.45,,0.35,0.12,2002-08-12, -/games/boxart/8030642ccc.jpg,Namco Museum,XB,Misc,Namco,Mass Media,,0.91,0.77,,0.11,0.04,2002-10-09, -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_348AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,DS,Action,Disney Interactive Studios,Traveller's Tales,6.8,0.91,0.34,,0.47,0.1,2011-05-10, -/games/boxart/full_dynasty-warriors-7_151AmericaFront.jpg,Dynasty Warriors 7,PS3,Action,Tecmo Koei,Omega Force,5.8,0.91,0.25,0.46,0.14,0.06,2011-03-29, -/games/boxart/2707104ccc.jpg,Sonic Riders: Zero Gravity,Wii,Racing,Sega,Sonic Team,5.8,0.91,0.48,0.02,0.32,0.09,2008-01-08, -/games/boxart/full_9921776AmericaFrontccc.jpg,Colin McRae Rally 2.0,PS,Racing,Codemasters,Codemasters,8.3,0.91,0.02,0.02,0.8,0.07,2000-12-05, -/games/boxart/full_588240AmericaFrontccc.jpg,Glover,N64,Platform,Hasbro Interactive,Interactive Studios Ltd.,,0.91,0.72,,0.17,0.01,1998-10-31, -/games/boxart/full_2934122AmericaFrontccc.jpg,Skylanders: Trap Team,X360,Platform,Activision,Toys for Bob,,0.91,0.55,,0.27,0.08,2014-10-05,2018-03-17 -/games/boxart/full_1564115AmericaFrontccc.jpg,Tom Clancy's EndWar,X360,Strategy,Ubisoft,Ubisoft Shanghai,8,0.91,0.58,0.01,0.24,0.09,2008-11-04, -/games/boxart/full_9837240AmericaFrontccc.jpg,Tokyo Xtreme Racer 3,PS2,Racing,Crave Entertainment,Genki,,0.91,0.35,0.21,0.27,0.09,2003-11-18, -/games/boxart/full_2977295JapanFrontccc.jpg,Super Momotarou Dentetsu III,SNES,Simulation,Hudson Soft,Hudson Soft,,0.91,,0.91,,0,1994-12-09, -/games/boxart/full_8761992AmericaFrontccc.jpg,Assassin's Creed,PC,Adventure,Ubisoft,Ubisoft Montreal,7.6,0.91,0.01,,0.84,0.06,2008-04-08,2018-11-23 -/games/boxart/full_3535693AmericaFrontccc.jpg,Sonic Mega Collection Plus,XB,Misc,Sega,Sonic Team,,0.91,0.61,,0.26,0.04,2004-11-02, -/games/boxart/full_3546011AmericaFrontccc.png,Crysis 3,PS3,Shooter,Electronic Arts,Crytek,8.2,0.91,0.26,0.03,0.48,0.14,2013-02-19,2018-03-13 -/games/boxart/full_8995351AmericaFrontccc.png,Mx vs. ATV Reflex,PS3,Racing,THQ,Rainbow Studios,,0.91,0.52,,0.26,0.13,2009-12-01, -/games/boxart/full_1711061AmericaFrontccc.jpg,Knockout Kings 2002,PS2,Sports,EA Sports,Black Ops Entertainment,,0.91,0.45,,0.35,0.12,2002-03-04, -/games/boxart/full_socom-4-us-navy-seals_869AmericaFront.jpg,SOCOM 4: U.S. Navy SEALs,PS3,Shooter,Sony Computer Entertainment,Zipper Interactive,7,0.9,0.66,0.04,0.12,0.09,2011-04-19, -/games/boxart/full_7634268AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,X360,Role-Playing,Activision,Vicarious Visions,7.4,0.9,0.68,,0.15,0.08,2009-09-15, -/games/boxart/full_9865324AmericaFrontccc.png,Final Fantasy X / X-2 HD Remaster,PS4,Role-Playing,Square Enix,Square Enix,9.3,0.9,0.34,0.07,0.36,0.14,2015-05-12,2019-03-22 -/games/boxart/full_the-witcher-2-assassins-of-kings_898AmericaFront.jpg,The Witcher 2: Assassins of Kings,X360,Role-Playing,Warner Bros. Interactive,CD Projekt Red Studio,,0.9,0.48,0.02,0.33,0.08,2012-04-17, -/games/boxart/7175532ccc.jpg,Tiger Woods PGA Tour 2002,PS2,Sports,EA Sports,EA Sports,,0.9,0.44,,0.35,0.12,2002-02-24, -/games/boxart/206111ccc.jpg,Lost Odyssey,X360,Role-Playing,Microsoft Game Studios,Mistwalker Corporation / Feelplus Inc.,7.5,0.9,0.45,0.11,0.26,0.08,2008-02-12, -/games/boxart/5004664ccc.jpg,X-Men Legends,XB,Role-Playing,Activision,Raven Software,8.2,0.9,0.62,,0.24,0.04,2004-09-21, -/games/boxart/full_homefront_34AmericaFront.jpg,Homefront,PS3,Shooter,THQ,Kaos Studios,6.6,0.9,0.32,0.04,0.4,0.15,2011-03-15, -/games/boxart/full_the-biggest-loser-ultimate-workout_9AmericaFront.jpg,The Biggest Loser: Ultimate Workout,X360,Sports,THQ,Blitz Games,8,0.9,0.73,,0.1,0.07,2010-11-02, -/games/boxart/full_9144186AmericaFrontccc.png,James Cameron's Avatar: The Game,PS3,Action,Ubisoft,Ubisoft Montreal,5.8,0.9,0.32,,0.43,0.15,2009-12-01, -/games/boxart/7822979ccc.jpg,Sonic Heroes,XB,Platform,Sega,Sonic Team,,0.9,0.41,0.01,0.43,0.05,2004-01-27, -/games/boxart/full_5305540AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,PS3,Adventure,LucasArts,Traveller's Tales,,0.9,0.47,,0.3,0.13,2009-11-17, -/games/boxart/full_8237638AmericaFrontccc.jpg,Resistance: Retribution,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,8,0.9,0.27,0.05,0.36,0.22,2009-03-17, -/games/boxart/full_2715649AmericaFrontccc.jpg,Far Cry 4,X360,Shooter,Ubisoft,Ubisoft Montreal,,0.9,0.45,,0.37,0.08,2014-11-18,2018-01-23 -/games/boxart/5434308ccc.jpg,Burnout Revenge,PS2,Racing,Electronic Arts,Criterion Games,9,0.9,0.75,,0.03,0.12,2005-09-13, -/games/boxart/2012155ccc.jpg,3Xtreme,PS,Action,989 Studios,Unknown,2.9,0.9,0.5,,0.34,0.06,1999-03-31, -/games/boxart/full_4228484AmericaFrontccc.jpg,Spider-Man 3,PS2,Platform,Activision,Vicarious Visions,4.4,0.9,0.74,0.01,0.03,0.12,2007-05-04, -/games/boxart/full_cars-2-the-video-game_768AmericaFront.jpg,Cars 2,Wii,Racing,Disney Interactive Studios,Avalanche Software,8,0.9,0.43,,0.38,0.1,2011-06-21, -/games/boxart/full_2936834AmericaFrontccc.jpg,James Bond 007: Agent Under Fire,XB,Shooter,Electronic Arts,EA Redwood Shores,,0.9,0.65,,0.22,0.03,2002-03-26, -/games/boxart/full_8843320AmericaFrontccc.jpg,Buzz! Master Quiz,PSP,Misc,Sony Computer Entertainment,Relentless Software,7,0.9,0.22,,0.44,0.24,2008-09-23, -/games/boxart/full_367202AmericaFrontccc.jpg,DJ Hero,PS3,Misc,Activision,FreeStyleGames,8.5,0.9,0.42,,0.34,0.15,2009-10-27, -/games/boxart/full_mini-yonku-shining-scorpion-lets-ampamp-go_70JapanFront.jpg,Mini-Yonku Shining Scorpion: Let's & Go!!,SNES,Racing,ASCII Entertainment,KID Corporation,,0.9,,0.9,,,1996-12-20, -/games/boxart/full_3358961AmericaFrontccc.jpg,Killzone: Liberation,PSP,Shooter,Sony Computer Entertainment,Guerrilla Games,7.8,0.9,0.44,,0.28,0.19,2006-10-31, -/games/boxart/full_6542139AmericaFrontccc.jpg,Harry Potter: Quidditch World Cup,PS2,Sports,Electronic Arts,Electronic Arts,,0.9,0.44,,0.34,0.11,2003-10-28, -/games/boxart/full_6133105AmericaFrontccc.jpg,NBA Live 2005,XB,Sports,EA Sports,EA Canada,,0.9,0.81,,0.05,0.04,2004-09-28, -/games/boxart/2652810ccc.jpg,Madden NFL 99,N64,Sports,EA Sports,EA Tiburon,,0.9,0.84,,0.05,0.01,1998-09-01, -/games/boxart/1511429ccc.jpg,Hot Shots Tennis,PS2,Sports,Sony Computer Entertainment,Clap Hanz,,0.9,0.17,0.55,0.13,0.05,2007-07-17, -/games/boxart/9646178ccc.jpg,MLB 2005,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.9,0.44,,0.35,0.12,2004-03-16, -/games/boxart/full_2609971AmericaFrontccc.jpg,TouchMaster 2,DS,Puzzle,Midway Games,Midway Studios San Diego,,0.89,0.3,,0.49,0.1,2008-10-21, -/games/boxart/full_4015861AmericaFrontccc.jpg,God of War Saga,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.89,0.74,,,0.15,2012-08-28,2018-12-03 -/games/boxart/1376740ccc.jpg,Finding Nemo,GC,Action,THQ,Traveller's Tales,,0.89,0.69,,0.18,0.02,2003-05-12, -/games/boxart/full_resident-evil-revelations_61AmericaFront.jpg,Resident Evil: Revelations,3DS,Action,Capcom,Capcom,7.8,0.89,0.3,0.3,0.23,0.05,2012-02-07, -/games/boxart/full_the-tomb-raider-trilogy_733AmericaFront.jpg,The Tomb Raider Trilogy,PS3,Action,Square Enix,Crystal Dynamics,8.5,0.89,0.27,,0.48,0.14,2011-03-22, -/games/boxart/full_6586030AmericaFrontccc.jpg,Fortnite,PS4,Action,Gearbox Software,Epic Games,,0.89,0.42,,0.32,0.15,2017-07-21,2018-06-19 -/games/boxart/6229067ccc.jpg,Blitz: The League,PS2,Sports,Midway Games,Midway Games,7.8,0.89,0.74,,0.03,0.12,2005-10-17, -/games/boxart/full_211147JapanFrontccc.jpg,Pokémon Card GB2: GRdan Sanjou,GB,Strategy,Nintendo,Hudson Soft,,0.89,,0.89,,,2001-03-28, -/games/boxart/full_9362694AmericaFrontccc.jpg,Pure,PS3,Racing,Disney Interactive Studios,Black Rock Studio,7,0.89,0.42,0,0.33,0.14,2008-09-16, -/games/boxart/full_2230343AmericaFrontccc.jpg,NFL 2K2,PS2,Sports,Sega,Visual Concepts,,0.89,0.44,,0.34,0.11,2001-11-19, -/games/boxart/full_fifa-soccer-09-all-play_3AmericaFront.jpg,FIFA Soccer 09 All-Play,Wii,Sports,Electronic Arts,EA Canada,,0.89,0.28,0,0.52,0.09,2008-10-28, -/games/boxart/full_555243AmericaFrontccc.jpg,MLB 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.89,0.49,,0.34,0.06,2000-02-29, -/games/boxart/full_csi-hard-evidence_4AmericaFront.jpg,CSI: Hard Evidence,Wii,Adventure,Ubisoft,Telltale Games,,0.89,0.36,,0.43,0.1,2008-01-15, -/games/boxart/full_5409259AmericaFrontccc.jpg,Samba De Amigo,Wii,Misc,Sega,Gearbox Software,6.7,0.89,0.41,0.01,0.37,0.09,2008-09-23, -/games/boxart/full_2698392PALFrontccc.jpg,SingStar Anthems,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.89,,,0.68,0.2,2006-08-04, -/games/boxart/full_9328037AmericaFrontccc.jpg,Minecraft: Story Mode,PS3,Adventure,Mojang,Telltale Games,,0.89,0.32,,0.43,0.15,2015-10-27,2018-01-13 -/games/boxart/1894013ccc.jpg,Classic NES Series: The Legend of Zelda,GBA,Adventure,Nintendo,Nintendo,,0.89,0.46,0.24,0.17,0.02,2004-06-02, -/games/boxart/full_tiger-woods-pga-tour-12-the-masters_996AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,PS3,Sports,EA Sports,EA Tiburon,,0.89,0.52,,0.25,0.11,2011-03-29, -/games/boxart/full_rhythm-heaven_531AmericaFront.jpg,Rhythm Heaven Fever,Wii,Music,Nintendo,Nintendo / TNX,,0.89,0.11,0.77,,0.01,2012-02-13,2018-05-31 -/games/boxart/4074428ccc.jpg,Tiger Woods PGA Tour 06,PS2,Sports,EA Sports,EA Sports,,0.89,0.74,,0.03,0.12,2005-09-20, -/games/boxart/7758215ccc.jpg,Call of Duty: World at War,DS,Shooter,Activision,n-Space,7.4,0.89,0.56,,0.25,0.08,2008-11-10, -/games/boxart/full_9804598AmericaFrontccc.jpg,Fire Emblem: The Sacred Stones,GBA,Strategy,Nintendo,Intelligent Systems,8.4,0.89,0.42,0.3,0.16,0.02,2005-05-23, -/games/boxart/full_1003861AmericaFrontccc.jpg,Injustice 2,XOne,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.89,0.65,,0.16,0.09,2017-05-16,2018-01-06 -/games/boxart/full_dissidia-012-duodecim-final-fantasy_821AmericaFront.jpg,Dissidia 012: Duodecim Final Fantasy,PSP,Fighting,Square Enix,Square Enix,8.3,0.89,0.21,0.46,0.13,0.09,2011-03-22, -/games/boxart/5272705ccc.gif,Madagascar,GBA,Platform,Activision,Vicarious Visions,5.5,0.89,0.62,,0.24,0.03,2005-05-23, -/games/boxart/1046553ccc.jpg,The Simpsons Game,PS3,Platform,Electronic Arts,EA Redwood Shores,7.5,0.89,0.38,,0.36,0.14,2007-10-30, -/games/boxart/full_4917983AmericaFrontccc.jpg,Ni no Kuni II: Revenant Kingdom,PS4,Role-Playing,Namco Bandai Games,Level 5,8.7,0.89,0.33,0.12,0.31,0.13,2018-03-23,2018-02-28 -/games/boxart/full_1009979AmericaFrontccc.jpg,Fossil Fighters,DS,Role-Playing,Nintendo,RED Entertainment,6.9,0.89,0.83,,,0.06,2009-08-10, -/games/boxart/full_3626219JapanFrontccc.jpg,Seiken Densetsu 3,SNES,Role-Playing,Square,SquareSoft,,0.89,,0.89,,0,1995-09-30, -/games/boxart/full_461917PALFrontccc.jpg,Assassin's Creed III,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,8.6,0.89,0.28,,0.54,0.07,2012-11-20,2018-04-12 -/games/boxart/full_1782833AmericaFrontccc.jpg,ESPN NHL 2K5,PS2,Sports,Sega,Kush Games,,0.88,0.43,,0.33,0.11,2004-08-30, -/games/boxart/full_9662628AmericaFrontccc.jpg,Star Wars: The Force Unleashed,DS,Action,LucasArts,n-Space,,0.88,0.5,0,0.29,0.09,2008-09-16, -/games/boxart/full_1626718AmericaFrontccc.jpg,Buzz! Quiz TV,PS3,Misc,Sony Computer Entertainment,Relentless Software,7.9,0.88,0.28,,0.47,0.13,2008-09-23, -/games/boxart/full_9602412AmericaFrontccc.jpg,Buzz! The Mega Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,0.88,0.32,,0.06,0.5,2007-10-30, -/games/boxart/full_wwe-smackdown-vs-raw-2011_10AmericaFront.jpg,WWE SmackDown vs. Raw 2011,X360,Fighting,THQ,JAKKS Pacific,7.1,0.88,0.44,0,0.35,0.08,2010-10-26, -/games/boxart/full_the-lord-of-the-rings-war-in-the-north_878AmericaFront.jpg,The Lord of the Rings: War in the North,X360,Role-Playing,Warner Bros. Interactive,Snowblind Studios,6.6,0.88,0.55,0,0.24,0.08,2011-11-01, -/games/boxart/full_rock-band-3_7AmericaFront.jpg,Rock Band 3,X360,Misc,MTV Games,Harmonix Music Systems,9.4,0.88,0.73,,0.09,0.06,2010-10-26, -/games/boxart/4376889ccc.jpg,NBA 2K6,PS2,Action,2K Sports,Unknown,,0.88,0.43,,0.34,0.11,2005-09-26, -/games/boxart/full_7163281AmericaFrontccc.jpg,Mega Man 8 Anniversary Collector's Edition,PS,Platform,Capcom,Capcom,,0.88,0.44,0.09,0.3,0.06,1997-02-28, -/games/boxart/full_6728851AmericaFrontccc.jpg,LEGO Harry Potter Collection,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.88,0.07,,0.68,0.13,2016-10-18,2018-05-23 -/games/boxart/9694669ccc.jpg,Monster 4x4: World Circuit,Wii,Racing,Ubisoft,Ubisoft Montreal,,0.88,0.8,0.01,0,0.07,2006-11-19, -/games/boxart/full_4069943AmericaFrontccc.jpg,LittleBigPlanet Karting,PS3,Racing,Sony Computer Entertainment,United Front Games,,0.88,0.42,0.01,0.31,0.14,2012-11-06,2018-01-12 -/games/boxart/full_2786110AmericaFrontccc.jpg,F1 2009,Wii,Racing,Codemasters,Sumo Digital,6.8,0.88,0.15,,0.62,0.11,2009-11-17, -/games/boxart/full_732552AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,PS3,Shooter,Ubisoft,Techland,7.7,0.88,0.35,0.01,0.38,0.15,2009-06-30, -/games/boxart/full_f1-2010_3AmericaFront.jpg,F1 2010,X360,Racing,Codemasters,Codemasters Birmingham,8.4,0.88,0.18,0.01,0.59,0.1,2010-09-21, -/games/boxart/full_6307299AmericaFrontccc.jpg,Star Wars: Rebel Assault II - The Hidden Empire,PS,Shooter,LucasArts,Factor 5,,0.88,0.49,,0.33,0.06,1996-11-30, -/games/boxart/full_4227124AmericaFrontccc.jpg,Call of Duty: Modern Warfare 2,PC,Shooter,Activision,Infinity Ward,9,0.88,0.01,,0.79,0.08,2009-11-10, -/games/boxart/full_7366657AmericaFrontccc.jpg,Madden NFL 08,Wii,Sports,EA Sports,EA Tiburon,,0.88,0.8,,0,0.07,2007-08-14, -/games/boxart/full_7753612AmericaFrontccc.jpg,Sonic Chronicles: The Dark Brotherhood,DS,Role-Playing,Sega,BioWare Corp.,7.3,0.88,0.5,0.01,0.29,0.08,2008-09-30, -/games/boxart/7103636ccc.jpg,Enduro,2600,Racing,Activision,Activision,,0.87,0.81,,0.05,0.01,1983-01-01, -/games/boxart/full_2908809AmericaFrontccc.jpg,Wizards of Waverly Place,DS,Misc,Disney Interactive Studios,"Black Lantern Studios, Inc.",,0.87,0.59,,0.2,0.08,2009-08-25, -/games/boxart/full_1460309AmericaFrontccc.jpg,The Evil Within,PS3,Misc,Bethesda Softworks,Tango Gameworks,,0.87,0.27,0.13,0.35,0.12,2014-10-14,2018-03-13 -/games/boxart/4559675ccc.jpg,Vagrant Story,PS,Role-Playing,Square EA,SquareSoft,9.3,0.87,0.3,0.3,0.2,0.06,2000-05-15, -/games/boxart/full_8021398AmericaFrontccc.jpg,Kingdom Hearts Re: Chain of Memories,PS2,Role-Playing,Square Enix,Jupiter Corporation,7.2,0.87,0.73,,0.03,0.12,2008-12-02, -/games/boxart/full_9794831AmericaFrontccc.jpg,Kingdoms of Amalur: Reckoning,X360,Role-Playing,Electronic Arts,38 Studios,,0.87,0.55,0.01,0.24,0.07,2012-02-07, -/games/boxart/full_3508041AmericaFrontccc.jpg,SingStar '90s,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.87,0.1,,0.59,0.18,2008-03-18, -/games/boxart/8362220ccc.jpg,Fight Night Round 2,PS2,Fighting,EA Sports,EA Sports,,0.87,0.72,,0.03,0.12,2005-02-28, -/games/boxart/full_3854886AmericaFrontccc.jpg,Ghostbusters: The Video Game,Wii,Action,Atari,Red Fly Studio,7.6,0.87,0.59,,0.21,0.07,2009-06-16, -/games/boxart/full_5736681AmericaFrontccc.jpg,For Honor,XOne,Action,Ubisoft,Ubisoft Montreal,,0.87,0.57,,0.21,0.08,2017-02-14,2018-01-05 -/games/boxart/full_final-fantasy-xiv_6AmericaFront.jpg,Final Fantasy XIV Online,PS3,MMO,Square Enix,Square Enix,,0.87,0.39,0.28,0.09,0.11,2013-08-27,2018-04-22 -/games/boxart/full_769134AmericaFrontccc.png,Mario Party: Star Rush,3DS,Party,Nintendo,"Nd Cube Co., Ltd.",6.2,0.87,0.25,0.2,0.37,0.05,2016-11-04,2018-11-19 -/games/boxart/full_5117959AmericaFrontccc.jpg,LEGO Dimensions,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.87,0.49,,0.31,0.08,2015-09-27,2018-03-19 -/games/boxart/full_5802129AmericaFrontccc.jpg,Grand Theft Auto IV,PC,Action,Rockstar Games,Rockstar Toronto,9.2,0.87,0.01,,0.8,0.06,2008-12-02, -/games/boxart/537599ccc.jpg,Warriors Orochi,PS2,Action,KOEI,Omega Force,,0.87,0.11,0.64,0.09,0.03,2007-09-18, -/games/boxart/full_8851319AmericaFrontccc.jpg,Gex,PS,Platform,Crystal Dynamics,Crystal Dynamics,,0.87,0.49,,0.33,0.06,1995-12-13, -/games/boxart/8238124ccc.jpg,Mercenaries 2: World in Flames,PS3,Shooter,Electronic Arts,Pandemic Studios,6,0.87,0.29,0.02,0.4,0.16,2008-08-31, -/games/boxart/full_3965132AmericaFrontccc.jpg,Red Faction: Guerrilla,X360,Shooter,THQ,Volition Inc.,8.4,0.87,0.48,0.01,0.29,0.09,2009-06-02, -/games/boxart/3225776ccc.jpg,DiRT,X360,Racing,Codemasters,Codemasters,8.4,0.87,0.38,,0.4,0.09,2007-06-19, -/games/boxart/full_5153610AmericaFrontccc.jpg,Endless Ocean: Blue World,Wii,Simulation,Nintendo,Arika,7.6,0.87,0.46,0.12,0.22,0.06,2010-02-22, -/games/boxart/full_3063369PALFrontccc.jpg,Peppa Pig: The Game,DS,Misc,Pinnacle,Asylum Entertainment,,0.87,,,0.81,0.06,2008-11-28, -/games/boxart/full_michael-jackson-the-experience_9AmericaFront.jpg,Michael Jackson: The Experience,X360,Misc,Ubisoft,Ubisoft Montreal,5.6,0.87,0.62,0,0.18,0.07,2011-04-12, -/games/boxart/full_4767252AmericaFrontccc.jpg,Minecraft: Story Mode,PS4,Adventure,Mojang,Telltale Games,,0.87,0.31,,0.42,0.14,2015-10-27,2018-01-13 -/games/boxart/full_7079367AmericaFrontccc.jpg,Triple Play 2002,PS2,Sports,EA Sports,Pandemic Studios,,0.87,0.43,,0.33,0.11,2002-03-11, -/games/boxart/9182498ccc.jpg,Conflict: Desert Storm,XB,Shooter,Gotham Games,Pivotal Games,,0.87,0.48,,0.37,0.02,2002-09-30, -/games/boxart/6908817ccc.jpg,Brothers In Arms: Hell's Highway,X360,Shooter,Ubisoft,Gearbox Software,7.6,0.87,0.47,0,0.3,0.09,2008-09-23, -/games/boxart/5535146ccc.jpg,NHL 2000,PS,Sports,EA Sports,EA Canada,,0.87,0.48,,0.33,0.06,1999-09-30, -/games/boxart/1868825ccc.gif,Spec Ops: Ranger Elite,PS,Shooter,Take-Two Interactive,Runecraft,,0.87,0.49,,0.33,0.06,2001-04-29, -/games/boxart/full_1543266AmericaFrontccc.jpg,Need for Speed: V-Rally,PS,Racing,Electronic Arts,Infogrames,,0.87,0.43,0.09,0.29,0.06,1997-09-30, -/games/boxart/full_4828966AmericaFrontccc.jpg,GRID,X360,Racing,Codemasters,Codemasters,8.7,0.87,0.33,0.01,0.44,0.09,2008-06-03, -/games/boxart/4314655ccc.jpg,Tom Clancy's Ghost Recon: Island Thunder,XB,Shooter,Ubisoft,Red Storm Entertainment,,0.87,0.61,,0.24,0.03,2003-08-06, -/games/boxart/4553411ccc.jpg,Metal Gear Ac!d,PSP,Strategy,Konami,Konami,7.4,0.87,0.32,0.12,0.26,0.17,2005-03-22, -/games/boxart/full_8756284JapanFrontccc.jpg,Derby Stallion II,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,0.87,,0.87,,0,1994-02-18, -/games/boxart/full_6749713AmericaFrontccc.jpg,Tony Hawk's Project 8,PS2,Sports,Activision,Shaba Games,6.6,0.87,0.72,,0.03,0.12,2006-11-07, -/games/boxart/full_1523082AmericaFrontccc.jpg,Sleeping Dogs,X360,Action-Adventure,Square Enix,United Front Games,7.9,0.87,0.38,0.01,0.4,0.08,2012-08-14,2018-03-07 -/games/boxart/full_8885459AmericaFrontccc.jpg,Paper Mario: Color Splash,WiiU,Action-Adventure,Nintendo,Intelligent Systems,7.4,0.87,0.35,0.08,0.37,0.06,2016-10-07,2018-03-31 -/games/boxart/461570ccc.jpg,Crimson Skies: High Road to Revenge,XB,Simulation,Microsoft Game Studios,FASA Studio,,0.87,0.65,,0.19,0.03,2003-10-21,2018-09-25 -/games/boxart/full_3588933AmericaFrontccc.jpg,Cooking Mama: World Kitchen,Wii,Simulation,Majesco,Cooking Mama Limited,,0.87,0.51,0.01,0.27,0.08,2008-11-18, -/games/boxart/full_6805319AmericaFrontccc.jpg,Super Bomberman R,NS,Puzzle,Konami Digital Entertainment,HexaDrive,6.3,0.87,0.31,0.19,0.32,0.06,2017-03-03,2018-03-24 -/games/boxart/full_967370AmericaFrontccc.jpg,Wii Fit U,WiiU,Misc,Nintendo,Nintendo,7.2,0.86,0.35,0.21,0.24,0.06,2014-01-10,2018-01-27 -/games/boxart/full_guitar-hero-warriors-of-rock_2AmericaFront.jpg,Guitar Hero: Warriors of Rock,X360,Misc,Activision,Neversoft Entertainment,7.1,0.86,0.47,,0.31,0.07,2010-09-28, -/games/boxart/9266970ccc.jpg,Lemmings,PSP,Puzzle,Sony Computer Entertainment,Team17 Software,7.3,0.86,0.12,,0.52,0.23,2006-05-23, -/games/boxart/full_3377279AmericaFrontccc.jpg,Madden Football 64,N64,Sports,EA Sports,EA Tiburon,,0.86,0.81,,0.04,0.01,1997-10-31, -/games/boxart/full_golds-gym-dance-workout_4AmericaFront.jpg,Gold's Gym: Dance Workout,Wii,Sports,Ubisoft,Land Ho!,,0.86,0.69,0,0.1,0.07,2010-08-17, -/games/boxart/full_9076812AmericaFrontccc.png,Ford Racing,PS,Racing,Empire Interactive,2K Games,,0.86,0.48,,0.33,0.06,2001-03-06, -/games/boxart/full_9265303AmericaFrontccc.jpg,Dishonored 2,XOne,Action,Bethesda Softworks,Arkane Studios,,0.86,0.47,,0.31,0.08,2016-11-10,2019-07-16 -/games/boxart/full_3255976AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,PSP,Sports,Konami,Konami Computer Entertainment Tokyo,8.2,0.86,0.01,0.12,0.72,0.01,2007-02-06, -/games/boxart/3041085ccc.jpg,Beijing 2008,PS3,Sports,Sega,Eurocom Entertainment Software,,0.86,0.14,0.01,0.54,0.17,2008-07-08, -/games/boxart/2050429ccc.jpg,MLB 99,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.86,0.48,,0.32,0.06,1998-03-31, -/games/boxart/full_pictionary_3AmericaFront.jpg,Pictionary,Wii,Misc,THQ,"Page 44 Studios, LLC",,0.86,0.6,,0.19,0.07,2010-11-14, -/games/boxart/full_1805561AmericaFrontccc.jpg,Dynasty Warriors 4: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.86,0.17,0.51,0.13,0.04,2003-11-04, -/games/boxart/full_7852011AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.86,0.42,,0.37,0.07,2012-06-26,2019-01-02 -/games/boxart/full_9058547AmericaFrontccc.jpg,Plants vs. Zombies: Garden Warfare 2,XOne,Shooter,Electronic Arts,PopCap Games,,0.86,0.47,,0.32,0.08,2016-02-23,2018-05-23 -/games/boxart/full_8042351AmericaFrontccc.png,BioShock: The Collection,PS4,Shooter,2K Games,"Blind Squirrel Digital, Inc",,0.86,0.41,0.03,0.28,0.14,2016-09-13,2018-04-26 -/games/boxart/full_6648170AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,PSV,Role-Playing,Square Enix,Square Enix,,0.86,0.16,0.28,0.29,0.13,2014-03-18,2019-03-22 -/games/boxart/1430640ccc.jpg,Rocky,PS2,Fighting,Ubisoft,Rage Software,,0.86,0.42,,0.33,0.11,2002-11-18, -/games/boxart/full_7582349AmericaFrontccc.jpg,Farming Simulator 17,PS4,Simulation,Focus Home Interactive,Giants Software,,0.85,0.19,0.01,0.52,0.13,2016-10-25,2018-04-06 -/games/boxart/full_2673242AmericaFrontccc.jpg,LEGO Jurassic World,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.85,0.35,0.04,0.39,0.07,2015-06-12,2018-04-06 -/games/boxart/full_1649665AmericaFrontccc.jpg,Kingdoms of Amalur: Reckoning,PS3,Role-Playing,Electronic Arts,38 Studios,,0.85,0.37,0.09,0.29,0.1,2012-02-07, -/games/boxart/8141419ccc.gif,FIFA Soccer 08,DS,Sports,EA Sports,EA Canada,,0.85,0.1,,0.65,0.11,2007-10-09, -/games/boxart/full_2282951AmericaFrontccc.jpg,Darksiders II,PS3,Action-Adventure,THQ,Vigil Games,8.3,0.85,0.35,0.01,0.37,0.13,2012-08-14,2018-03-14 -/games/boxart/2140433ccc.jpg,Ratatouille,PS2,Platform,THQ,Asobo Studio,6,0.85,0.31,,0,0.53,2007-06-26, -/games/boxart/5554177ccc.jpg,Dragon Ball Z: Burst Limit,PS3,Fighting,Atari,Dimps Corporation,7.3,0.85,0.22,0.18,0.34,0.12,2008-06-10, -/games/boxart/full_ncaa-football-11_9AmericaFront.jpg,NCAA Football 11,PS3,Sports,EA Sports,EA Tiburon,8.5,0.85,0.79,,,0.06,2010-07-13, -/games/boxart/3428182ccc.jpg,Castlevania III: Dracula's Curse,NES,Platform,Konami,Konami,,0.85,0.4,0.37,0.07,0.01,1990-10-01, -/games/boxart/full_7727169AmericaFrontccc.jpg,Street Fighter Alpha 2,PS,Fighting,Capcom,Capcom,8.2,0.85,0.14,0.57,0.09,0.06,1996-09-30, -/games/boxart/1933047ccc.jpg,Burnout 2: Point of Impact,PS2,Racing,Acclaim Entertainment,Criterion Games,,0.85,0.42,,0.32,0.11,2002-09-30, -/games/boxart/3007854ccc.jpg,Burnout Legends,PSP,Racing,Electronic Arts,Criterion Games,8.4,0.85,0.7,,0.06,0.09,2005-09-13, -/games/boxart/8679703ccc.jpg,Street Fighter EX3,PS2,Fighting,Capcom,Arika,,0.85,0.32,0.2,0.25,0.08,2000-10-24, -/games/boxart/full_3988878AmericaFrontccc.jpg,Tomb Raider: Anniversary,Wii,Action,Eidos Interactive,Crystal Dynamics,6.8,0.85,0.12,,0.63,0.11,2007-11-13, -/games/boxart/full_2944762AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,X360,Sports,EA Sports,EA Canada,8.4,0.85,0.32,0.02,0.42,0.09,2010-04-27, -/games/boxart/710228ccc.jpg,NBA 2K8,X360,Sports,2K Sports,Visual Concepts,,0.85,0.79,,0,0.07,2007-10-02, -/games/boxart/2832276ccc.jpg,Tiger Woods PGA Tour 2005,XB,Sports,EA Sports,EA Redwood Shores,,0.85,0.64,,0.18,0.03,2004-09-20, -/games/boxart/5190639ccc.jpg,Rampage World Tour,PS,Action,Midway Games,Game Refuge,,0.85,0.47,,0.32,0.06,1997-09-30, -/games/boxart/9015753ccc.jpg,Army Men: Air Attack,PS,Action,3DO,3DO,,0.85,0.47,,0.32,0.06,1999-11-02, -/games/boxart/full_8659983AmericaFrontccc.jpg,Thief,PS4,Action,Square Enix,Eidos Montreal,,0.85,0.28,0.03,0.41,0.13,2014-02-25,2018-01-04 -/games/boxart/full_4189490AmericaFrontccc.jpg,Ninja Gaiden Sigma 2,PS3,Action,Tecmo Koei,Team Ninja,8.5,0.85,0.52,0.08,0.16,0.1,2009-09-29, -/games/boxart/full_1479885AmericaFrontccc.jpg,Disney Infinity 3.0,PS4,Action,Disney Interactive Studios,Avalanche Software,,0.85,0.31,,0.4,0.14,2015-08-30,2018-03-20 -/games/boxart/full_3446091AmericaFrontccc.jpg,The Legendary Starfy,DS,Platform,Nintendo,TOSE Software,7.1,0.85,0.6,0.2,,0.05,2009-06-08, -/games/boxart/full_6130454AmericaFrontccc.jpg,The House of the Dead: Overkill,Wii,Shooter,Sega,Headstrong Games,7.9,0.85,0.44,0.02,0.3,0.09,2009-02-10, -/games/boxart/full_4015554AmericaFrontccc.jpg,Army of Two: The 40th Day,PS3,Shooter,Electronic Arts,EA Montreal,7.1,0.85,0.44,0.01,0.27,0.13,2010-01-12, -/games/boxart/full_9225300AmericaFrontccc.jpg,Until Dawn: Rush of Blood,PS4,Shooter,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.85,0.5,,0.21,0.15,2016-10-13,2018-09-24 -/games/boxart/66056ccc.jpg,Metroid: Zero Mission,GBA,Adventure,Nintendo,Nintendo R&D1,8.9,0.84,0.6,,0.22,0.01,2004-02-09, -/games/boxart/full_8458344AmericaFrontccc.jpg,Ghostbusters: The Video Game,PS3,Action,Atari,Terminal Reality,7.8,0.84,0.34,,0.36,0.14,2009-06-16, -/games/boxart/3982716ccc.jpg,Blazing Angels: Squadrons of WWII,Wii,Simulation,Ubisoft,Ubisoft Romania,4.7,0.84,0.74,,0.04,0.06,2007-03-20, -/games/boxart/full_7964277AmericaFrontccc.png,Street Fighter X Tekken,PS3,Fighting,Capcom,Capcom,,0.84,0.42,0.1,0.22,0.1,2012-03-06, -/games/boxart/full_9732509AmericaFrontccc.jpg,NBA 2K10,PS3,Sports,2K Sports,Visual Concepts,8.2,0.84,0.75,0.01,0.01,0.07,2009-10-06, -/games/boxart/5181415ccc.jpg,Big Mutha Truckers,PS2,Racing,THQ,Eutechnyx,,0.84,0.41,,0.32,0.11,2003-06-16, -/games/boxart/full_4964465AmericaFrontccc.jpeg,Lego Batman 3: Beyond Gotham,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.84,0.34,,0.36,0.14,2014-11-11,2018-12-01 -/games/boxart/full_5099160AmericaFrontccc.jpg,ZombiU,WiiU,Action,Ubisoft,Ubisoft Montpellier,6.9,0.84,0.35,0.05,0.37,0.07,2012-11-18,2020-08-02 -/games/boxart/4592793ccc.gif,Ben 10: Protector of Earth,PS2,Action,D3 Publisher,High Voltage Software,,0.84,0.09,,0,0.74,2007-10-30, -/games/boxart/full_8120899AmericaFrontccc.jpg,Xenoblade Chronicles X,WiiU,Role-Playing,Nintendo,Monolith Soft,8.1,0.84,0.34,0.15,0.29,0.06,2015-12-04,2018-01-06 -/games/boxart/1675863ccc.jpg,Rogue Galaxy,PS2,Role-Playing,Sony Computer Entertainment,Level 5,8.3,0.84,0.24,0.39,0.16,0.05,2007-01-30, -/games/boxart/2592850ccc.jpg,Harry Potter and the Order of the Phoenix,DS,Adventure,Electronic Arts,Visual Impact,,0.84,0.28,,0.46,0.1,2007-06-25, -/games/boxart/full_8793340AmericaFrontccc.jpg,Skate 2,PS3,Sports,Electronic Arts,EA Black Box,8.2,0.84,0.46,0.01,0.25,0.12,2009-01-21, -/games/boxart/full_4992929AmericaFrontccc.jpg,Rocket Power: Team Rocket Rescue,PS,Sports,THQ,Darkblack,,0.84,0.47,,0.32,0.05,2001-09-04, -/games/boxart/2293432ccc.jpg,Spider-Man 2,GC,Action,Activision,Treyarch,7.7,0.84,0.65,,0.17,0.02,2004-06-28, -/games/boxart/65175ccc.jpg,The Incredibles,GC,Action,THQ,Heavy Iron Studios,6.2,0.84,0.65,,0.17,0.02,2004-10-31, -/games/boxart/6007159ccc.png,ATV Quad Power Racing 2,PS2,Racing,Acclaim Entertainment,Climax Entertainment,,0.84,0.41,,0.32,0.11,2003-01-27, -/games/boxart/full_216144AmericaFrontccc.jpg,Madden NFL 09 All-Play,Wii,Sports,EA Sports,EA Tiburon,,0.84,0.77,,0.01,0.06,2008-08-12, -/games/boxart/full_1812131AmericaFrontccc.jpg,MLB 13: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,8.5,0.84,0.68,,,0.16,2013-03-05,2018-03-14 -/games/boxart/full_3793549AmericaFrontccc.jpg,ESPN College Hoops 2K5,PS2,Sports,Sega,Visual Concepts,,0.84,0.41,,0.32,0.11,2004-11-17, -/games/boxart/full_1384212AmericaFrontccc.jpg,Sniper Elite V2,X360,Shooter,505 Games,Rebellion Developments,7,0.84,0.46,0.02,0.28,0.08,2012-05-01,2018-03-13 -/games/boxart/full_6865314AmericaFrontccc.jpg,Q*bert,PS,Puzzle,Hasbro Interactive,Artech Digital Entertainment,,0.84,0.46,,0.32,0.05,1999-11-30, -/games/boxart/full_5787551AmericaFrontccc.jpg,Petz Dogz Fashion,DS,Simulation,Ubisoft,Ubisoft,,0.84,0.46,,0.3,0.09,2008-06-17, -/games/boxart/1659783ccc.jpg,MediEvil,PS,Adventure,Sony Computer Entertainment,SCEE Cambridge,,0.83,0.46,,0.31,0.05,1998-10-01,2018-12-03 -/games/boxart/full_1532866AmericaFrontccc.jpg,Madden NFL 25,XOne,Sports,EA Sports,EA Tiburon,7.1,0.83,0.69,,0.06,0.09,2013-11-22,2018-01-06 -/games/boxart/full_3557748AmericaFrontccc.jpg,Guitar Hero Live,XOne,Music,Activision,FreeStyleGames,,0.83,0.52,,0.23,0.08,2015-10-20,2018-03-15 -/games/boxart/full_9541887AmericaFrontccc.jpg,Dance Central 3,X360,Music,Microsoft,Harmonix Music Systems,,0.83,0.57,,0.19,0.07,2012-10-16,2018-08-10 -/games/boxart/full_5049298AmericaFrontccc.jpg,Need for Speed: Nitro,Wii,Racing,Electronic Arts,EA Montreal,7,0.83,0.45,,0.3,0.08,2009-11-02, -/games/boxart/full_call-of-duty-modern-warfare-3_824AmericaFront.jpg,Call of Duty: Modern Warfare 3,Wii,Shooter,Activision,Infinity Ward,4.5,0.83,0.55,,0.2,0.08,2011-11-08, -/games/boxart/full_271120AmericaFrontccc.jpg,Sid Meier's Civilization Revolution,X360,Strategy,2K Games,Firaxis Games,8.4,0.83,0.58,0,0.17,0.07,2008-07-08, -/games/boxart/full_dragon-age-ii_325AmericaFront.jpg,Dragon Age II,PS3,Role-Playing,Electronic Arts,BioWare Corp.,7.7,0.83,0.4,0.05,0.26,0.12,2011-03-08, -/games/boxart/full_316724AmericaFrontccc.jpg,Casper,PS,Adventure,Interplay,Funcom,4.9,0.83,0.46,,0.31,0.05,1996-09-17, -/games/boxart/full_2492609AmericaFrontccc.jpg,Scooby-Doo! First Frights,DS,Adventure,Warner Bros. Interactive,Torus Games,,0.83,0.6,,0.16,0.07,2009-09-22, -/games/boxart/full_8366012AmericaFrontccc.jpg,Mega Man Legends,PS,Adventure,Capcom,Capcom,,0.83,0.39,0.12,0.26,0.05,1998-08-31, -/games/boxart/full_6949310JapanFrontccc.jpg,FIFA Soccer World Championship,PS2,Sports,EA Sports,EA Sports,,0.83,0.27,0.28,0.21,0.07,2000-05-25, -/games/boxart/full_4371547AmericaFrontccc.jpg,Forza Horizon 2,X360,Racing,Microsoft Studios,Sumo Digital,,0.83,0.35,0,0.41,0.07,2014-09-30,2018-09-28 -/games/boxart/full_7495171AmericaFrontccc.jpg,Madden NFL 07,PSP,Sports,EA Sports,EA Tiburon,8.3,0.83,0.77,,0.03,0.04,2006-08-22, -/games/boxart/full_7873178AmericaFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,XOne,Action,Konami Digital Entertainment,Kojima Productions,,0.83,0.49,0.02,0.25,0.07,2015-09-01,2018-05-04 -/games/boxart/full_506707AmericaFrontccc.jpg,Twisted Metal (2012),PS3,Action,Sony Computer Entertainment,Eat Sleep Play,7.9,0.83,0.67,,0.07,0.09,2012-02-14,2018-03-14 -/games/boxart/full_tiger-woods-pga-tour-11_7AmericaFront.jpg,Tiger Woods PGA Tour 11,PS3,Sports,EA Sports,EA Tiburon,7.9,0.83,0.37,,0.34,0.13,2010-06-08, -/games/boxart/full_dragon-ball-raging-blast-2_0AmericaFront.jpg,Dragon Ball: Raging Blast 2,PS3,Fighting,Namco Bandai,Spike,6,0.83,0.43,0.11,0.19,0.1,2010-11-02, -/games/boxart/full_lizzie-mcguire-2-lizzie-diaries_695AmericaFront.jpg,Lizzie McGuire 2: Lizzie Diaries,GBA,Action,Disney Interactive Studios,Artificial Mind and Movement,,0.83,0.6,,0.22,0.01,2004-10-18, -/games/boxart/full_3584968AmericaFrontccc.jpg,Sly 3: Honor Among Thieves,PS2,Platform,Sony Computer Entertainment,Sucker Punch,,0.83,0.69,,0.03,0.11,2005-09-26, -/games/boxart/1322010ccc.gif,MLB SlugFest 20-03,PS2,Sports,Midway Games,Gratuitous Games,,0.83,0.41,,0.32,0.11,2002-06-23, -/games/boxart/full_ncaa-football-12_694AmericaFront.jpg,NCAA Football 12,PS3,Sports,EA Sports,EA Tiburon,7.7,0.83,0.78,,,0.06,2011-07-12, -/games/boxart/full_8161019AmericaFrontccc.jpg,Dynasty Warriors 2,PS2,Action,KOEI,Omega Force,,0.83,0.24,0.34,0.19,0.06,2000-10-25,2017-12-31 -/games/boxart/full_duke-nukem-forever_761AmericaFront.jpg,Duke Nukem Forever,X360,Shooter,2K Games,Gearbox Software,4.3,0.83,0.52,,0.25,0.07,2011-06-14, -/games/boxart/full_sniper-ghost-warrior_903AmericaFront.jpg,Sniper: Ghost Warrior,PS3,Shooter,City Interactive,City Interactive,4.5,0.83,0.3,0.04,0.35,0.14,2011-06-28, -/games/boxart/6673720ccc.jpg,Brute Force,XB,Shooter,Microsoft Game Studios,Digital Anvil,,0.83,0.62,0.01,0.18,0.03,2003-05-27, -/games/boxart/full_5973425AmericaFrontccc.jpg,Time Crisis 4,PS3,Shooter,Namco Bandai,Bandai Namco Games,6.1,0.83,0.32,0.05,0.32,0.14,2007-11-20, -/games/boxart/full_2672662AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,Wii,Fighting,THQ,Yuke's Media Creations,8.2,0.83,0.44,,0.31,0.08,2008-11-09, -/games/boxart/4827551ccc.jpg,Yu-Gi-Oh! Dark Duel Stories,GB,Misc,Konami,KCEJ,6.2,0.83,,0.83,,,2002-03-18, -/games/boxart/full_dj-hero-2_2AmericaFront.jpg,DJ Hero 2,X360,Misc,Activision,FreeStyle Games,8.5,0.83,0.65,,0.12,0.06,2010-10-19, -/games/boxart/3413045ccc.jpg,Stranglehold,X360,Shooter,Midway Games,Midway Games,8,0.83,0.41,0.01,0.33,0.09,2007-09-05, -/games/boxart/9758404ccc.gif,I Spy: Fun House,DS,Puzzle,Scholastic Inc.,Big Blue Bubble Inc.,,0.82,0.76,,,0.06,2007-08-29, -/games/boxart/full_1257876AmericaFrontccc.jpg,James Bond 007: Nightfire,XB,Shooter,Electronic Arts,Eurocom Entertainment Software,,0.82,0.58,,0.22,0.03,2002-11-18, -/games/boxart/full_ea-sports-active-nfl-training-camp_5AmericaFront.jpg,EA Sports Active NFL Training Camp,Wii,Sports,EA Sports,EA Vancouver,,0.82,0.76,,,0.05,2010-11-16, -/games/boxart/2481849ccc.jpg,Amped: Freestyle Snowboarding,XB,Sports,Microsoft,Indie Built,,0.82,0.69,,0.11,0.02,2001-11-19, -/games/boxart/full_7409581AmericaFrontccc.jpg,Tony Hawk's Underground 2 Remix,PSP,Sports,Activision,Shaba Games,8.5,0.82,0.46,,0.21,0.15,2005-03-15, -/games/boxart/9682904ccc.jpg,Tony Hawk's Pro Skater 3,GC,Sports,Activision,Neversoft Entertainment,9.1,0.82,0.64,,0.17,0.02,2001-11-13, -/games/boxart/full_5570879AmericaFrontccc.jpg,FIFA 17,X360,Sports,Electronic Arts,EA Canada,,0.82,0.2,,0.56,0.06,2016-09-27,2018-03-28 -/games/boxart/5578926ccc.jpg,Need for Speed: Hot Pursuit 2,XB,Racing,Electronic Arts,EA Black Box,8.2,0.82,0.68,,0.11,0.03,2002-10-01, -/games/boxart/8949476ccc.jpg,MediEvil: Resurrection,PSP,Adventure,Sony Computer Entertainment,SCEE,6.5,0.82,0.19,,0.42,0.22,2005-09-13, -/games/boxart/full_40730AmericaFrontccc.jpg,Pro Evolution Soccer 2016,PS4,Sports,Konami Digital Entertainment,PES Productions,,0.82,0.14,0.14,0.43,0.1,2015-09-15,2018-04-14 -/games/boxart/full_1987955AmericaFrontccc.jpg,Killer Instinct Gold,N64,Fighting,Nintendo,Rare Ltd.,,0.82,0.61,,0.19,0.01,1996-11-25, -/games/boxart/446691ccc.jpg,Clu Clu Land,NES,Puzzle,Nintendo,Nintendo R&D1,,0.82,0.42,0.28,0.1,0.02,1985-10-18, -/games/boxart/897120ccc.jpg,Custer's Revenge,2600,Action,Mystique,Mystique,,0.82,0.76,,0.05,0.01,1982-01-01, -/games/boxart/full_9188519AmericaFrontccc.jpg,The Crew 2,PS4,Racing,Ubisoft,Ivory Tower,6.5,0.82,0.22,0.05,0.42,0.12,2018-06-29,2018-07-19 -/games/boxart/full_the-lord-of-the-rings-war-in-the-north_887AmericaFront.jpg,The Lord of the Rings: War in the North,PS3,Role-Playing,Warner Bros. Interactive,Snowblind Studios,6.5,0.82,0.25,0.01,0.43,0.12,2011-11-01, -/games/boxart/6346723ccc.jpg,Marvel: Ultimate Alliance,PS2,Role-Playing,Activision,Raven Software,8.1,0.82,0.69,,0.03,0.11,2006-10-24, -/games/boxart/7815427ccc.jpg,Rocket Power: Beach Bandits,PS2,Platform,THQ,Evolution Games,,0.82,0.4,,0.31,0.1,2002-09-20, -/games/boxart/full_3223AmericaFrontccc.jpg,Patapon,PSP,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.7,0.82,0.33,0.07,0.25,0.17,2008-02-26, -/games/boxart/177478ccc.jpg,Harvest Moon: Tree of Tranquility,Wii,Simulation,Natsume,Runtime,,0.82,0.67,0.06,0.03,0.05,2008-09-30, -/games/boxart/9581120ccc.jpg,The Price is Right,Wii,Misc,Ubisoft,Ludia Inc.,,0.82,0.76,,,0.06,2008-09-09, -/games/boxart/full_1879358AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PS3,Adventure,Telltale Games,Telltale Games,9.7,0.82,0.4,0.03,0.25,0.14,2012-11-20,2018-05-10 -/games/boxart/full_7357354AmericaFrontccc.jpg,Professor Layton vs Ace Attorney,3DS,Adventure,Nintendo,Level 5,8.1,0.82,0.2,0.3,0.27,0.04,2014-08-29,2018-01-07 -/games/boxart/full_karaoke-revolution-glee_110AmericaFront.jpg,Karaoke Revolution Glee,Wii,Misc,Konami,Blitz Games,,0.82,0.51,,0.24,0.07,2010-11-09, -/games/boxart/full_904615JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '99 Kaimakuban,PS,Sports,Konami,Diamond Head,,0.81,,0.76,,0.05,1999-07-22, -/games/boxart/full_5630199JapanFrontccc.jpg,Yokai Watch 3: Sukiyaki,3DS,Role-Playing,Nintendo,Level 5,,0.81,,0.81,,,2019-02-02,2018-09-09 -/games/boxart/full_1495618AmericaFrontccc.jpg,Tales of Destiny II,PS,Role-Playing,Namco,Telenet Japan / Wolfteam,7.5,0.81,0.06,0.66,0.04,0.05,2001-09-10, -/games/boxart/full_2228743AmericaFrontccc.jpg,Disney's The Little Mermaid: Ariel's Undersea Adventure,DS,Action,Buena Vista,Gorilla Systems,,0.81,0.72,,0.03,0.06,2006-10-02, -/games/boxart/full_3122149AmericaFrontccc.jpg,Pro Evolution Soccer 2010,X360,Sports,Konami,Konami,7,0.81,0.12,0.03,0.58,0.08,2009-11-03, -/games/boxart/full_8638646AmericaFrontccc.jpg,NCAA Football 10,PS3,Sports,EA Sports,EA Tiburon,8.1,0.81,0.75,,,0.06,2009-07-14, -/games/boxart/full_1562673AmericaFrontccc.jpg,LEGO Dimensions,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.81,0.26,,0.41,0.13,2015-09-27,2018-03-19 -/games/boxart/full_ready-2-rumble-boxing-round-2_10AmericaFront.jpg,Ready 2 Rumble Boxing: Round 2,PS2,Fighting,Midway Games,Midway Games,7.9,0.81,0.4,,0.31,0.1,2000-10-23, -/games/boxart/full_8199027AmericaFrontccc.jpg,Mega Man,NES,Platform,Capcom,Capcom,,0.81,0.45,0.27,0.08,0.01,1987-12-01, -/games/boxart/full_7410241JapanFrontccc.jpg,Kamaitachi no Yoru,SNES,Adventure,ChunSoft,ChunSoft,,0.81,,0.81,,,1994-11-25, -/games/boxart/5779253ccc.jpg,The Legend of Zelda: Four Swords Adventures,GC,Adventure,Nintendo,Nintendo EAD,8.4,0.81,0.63,,0.16,0.02,2004-06-07, -/games/boxart/6490402ccc.jpg,SingStar Vol. 2,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.81,0.29,,0.39,0.12,2008-10-28, -/games/boxart/full_4718441JapanFrontccc.jpg,World Soccer Jikkyou Winning Eleven 3: World Cup France '98,PS,Sports,Konami,Konami,,0.81,,0.75,,0.05,1998-05-28, -/games/boxart/full_guitar-hero-warriors-of-rock_5AmericaFront.jpg,Guitar Hero: Warriors of Rock,PS3,Misc,Activision,Neversoft Entertainment,,0.81,0.33,,0.35,0.13,2010-09-28, -/games/boxart/5735141ccc.jpg,Army Men: Sarge's Heroes,N64,Shooter,3DO,3DO,4.2,0.81,0.68,,0.12,0.01,1999-09-30, -/games/boxart/6532863ccc.jpg,Final Fantasy XI: Wings of the Goddess,PS2,Role-Playing,Square Enix,Square Enix,,0.81,0.35,0.09,0.27,0.09,2007-11-20, -/games/boxart/full_1119536AmericaFrontccc.jpg,EarthBound,SNES,Role-Playing,Nintendo,Ape Studios / HAL Laboratory,,0.81,,0.81,,,1995-06-01, -/games/boxart/7612677ccc.jpg,Dragon Quest III,GB,Role-Playing,Enix,TOSE,,0.81,,0.81,,0,2001-07-16,2018-05-06 -/games/boxart/full_final-fantasy-type-0_861JapanFront.jpg,Final Fantasy Type-0,PSP,Role-Playing,Unknown,Square Enix,,0.81,,0.81,,,2020-12-31, -/games/boxart/full_3016790PALFrontccc.jpg,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS4,Action,Square Enix,Square Enix,,0.81,0.21,0.39,0.14,0.07,2015-10-13,2018-01-15 -/games/boxart/full_7838235AmericaFrontccc.jpeg,DmC Devil May Cry,PS3,Action,Capcom,Ninja Theory,,0.81,0.24,0.19,0.29,0.1,2013-01-15,2018-05-01 -/games/boxart/full_9947629AmericaFrontccc.jpg,Super Bomberman 2,SNES,Puzzle,Hudson Soft,Produce!,,0.81,,0.81,,0,1994-09-01, -/games/boxart/full_8169847AmericaFrontccc.jpg,The Next Tetris,PS,Puzzle,Atari,Blue Planet Software,,0.81,0.45,,0.31,0.05,1999-05-31, -/games/boxart/full_2418232AmericaFrontccc.jpg,Madden NFL 16,PS3,Sports,EA Sports,EA Tiburon,8,0.81,0.6,,0.07,0.15,2015-08-25,2018-03-31 -/games/boxart/full_8003215AmericaFrontccc.jpg,Imagine: Rock Star,DS,Simulation,Ubisoft,Gevo Entertainment,,0.81,0.4,,0.33,0.09,2008-06-17, -/games/boxart/full_148540AmericaFrontccc.jpg,The Sims 2,PS2,Simulation,Electronic Arts,Maxis,,0.81,0.67,,0.03,0.11,2005-10-24, -/games/boxart/9646384ccc.jpg,NASCAR 2001,PS,Racing,EA Sports,EA Black Box,,0.81,0.45,,0.31,0.05,2000-09-19, -/games/boxart/full_golden-sun-dark-dawn_3AmericaFront.jpg,Golden Sun: Dark Dawn,DS,Role-Playing,Nintendo,Camelot Software Planning,8,0.81,0.53,0.13,0.1,0.05,2010-11-29, -/games/boxart/full_5009044AmericaFrontccc.png,Professor Layton and the Azran Legacy,3DS,Puzzle,Nintendo,Level 5,8,0.81,,0.25,0.53,0.03,2014-02-28,2018-01-07 -/games/boxart/full_4259264AmericaFrontccc.jpg,Shaun White Snowboarding,X360,Sports,Ubisoft,Ubisoft Montreal,6.2,0.81,0.48,0,0.25,0.08,2008-11-16, -/games/boxart/full_294537AmericaFrontccc.jpg,Need for Speed Rivals,X360,Racing,Electronic Arts,Ghost Games,,0.81,0.38,0.01,0.35,0.07,2013-11-19,2018-01-16 -/games/boxart/full_921417AmericaFrontccc.jpg,Battle of Giants: Dinosaurs,DS,Strategy,Ubisoft,Ubisoft Quebec,,0.81,0.37,,0.35,0.08,2008-10-21, -/games/boxart/5787625ccc.jpg,Tom Clancy's Rainbow Six 3,PS2,Shooter,Ubisoft,Ubisoft Montreal / Red Storm Entertainment,,0.81,0.4,,0.31,0.1,2004-03-24, -/games/boxart/full_4369970AmericaFrontccc.jpg,The Amazing Spider-Man (2012),PS3,Action-Adventure,Activision,Beenox,7.3,0.8,0.31,,0.36,0.12,2012-06-26,2018-03-15 -/games/boxart/full_7950366AmericaFrontccc.jpg,Guitar Hero: Metallica,X360,Misc,Activision,Neversoft Entertainment,8.5,0.8,0.52,,0.2,0.07,2009-03-29, -/games/boxart/full_hasbro-family-game-night-3_1AmericaFront.jpg,Hasbro Family Game Night 3,Wii,Misc,Electronic Arts,EA Bright Light,,0.8,0.46,,0.27,0.07,2010-10-26, -/games/boxart/7836189ccc.jpg,Rayman Raving Rabbids 2,DS,Misc,Ubisoft,Ubisoft Paris,,0.8,0.73,,0.01,0.06,2007-11-13, -/games/boxart/full_6243220AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,Wii,Action,LucasArts,Krome Studios,4.8,0.8,0.43,,0.3,0.07,2009-10-06, -/games/boxart/full_3553101AmericaFrontccc.jpg,Prince of Persia: Warrior Within,XB,Adventure,Ubisoft,Ubisoft Montreal,,0.8,0.48,,0.28,0.04,2004-11-30, -/games/boxart/full_deca-sports-2_4AmericaFront.jpg,Deca Sports 2,Wii,Sports,Hudson Soft,Hudson Soft,,0.8,0.31,0.09,0.34,0.07,2009-09-29, -/games/boxart/4182457ccc.jpg,Who Wants to be a Millionaire,PS,Misc,Eidos Interactive,Hothouse Creations,,0.8,0.45,,0.3,0.05,2000-09-29, -/games/boxart/3285869ccc.jpg,Final Fantasy Anthology,PS,Role-Playing,Square EA,SquareSoft,8.6,0.8,0.45,,0.3,0.05,1999-09-30, -/games/boxart/full_9039485AmericaFrontccc.jpg,Ben 10: Alien Force,Wii,Action,D3 Publisher,Monkey Bar Games,,0.8,0.52,,0.21,0.07,2008-10-28, -/games/boxart/full_707104JapanFrontccc.jpg,Super Robot Taisen α,PS,Strategy,Banpresto,Banpresto,,0.8,,0.75,,0.05,2000-05-25, -/games/boxart/full_8187431AmericaFrontccc.png,Mario & Sonic at the Sochi 2014 Olympic Winter Games,WiiU,Sports,Nintendo,Sega Sports R&D,5.9,0.8,0.37,0.14,0.23,0.06,2013-11-15,2018-01-31 -/games/boxart/full_4517465AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PSP,Sports,Konami,Konami,,0.8,0.09,0.2,0.33,0.18,2009-11-10, -/games/boxart/full_5084854AmericaFrontccc.jpg,Need for Speed: Hot Pursuit 2,GC,Racing,Electronic Arts,EA Seattle,7.5,0.8,0.68,,0.09,0.02,2002-10-01, -/games/boxart/full_1299762AmericaFrontccc.jpg,DiRT 2,X360,Racing,Codemasters,Codemasters,8.8,0.8,0.32,0,0.39,0.09,2009-09-08, -/games/boxart/full_moto-racer_888AmericaFront.jpg,Moto Racer,PS,Racing,Electronic Arts,Delphine Software International,,0.8,0.45,,0.3,0.05,1997-11-30, -/games/boxart/747317ccc.jpg,Star Wars Rogue Squadron III: Rebel Strike,GC,Simulation,LucasArts,Factor 5,8.3,0.8,0.62,,0.16,0.02,2003-10-15, -/games/boxart/2058232ccc.jpg,The Sims 2: Pets,PSP,Simulation,Electronic Arts,Maxis,5.8,0.8,0.19,,0.39,0.22,2006-12-14, -/games/boxart/4552657ccc.jpg,Hitman: Contracts,PS2,Shooter,Eidos Interactive,IO Interactive,,0.8,0.39,,0.31,0.1,2004-04-20, -/games/boxart/full_7883580AmericaFrontccc.jpg,WWE 2K15,PS3,Sports,2K Sports,Visual Concepts,,0.8,0.37,,0.29,0.13,2014-10-28,2018-01-06 -/games/boxart/full_9911271AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,PSP,Sports,Konami,Konami,7.3,0.8,0.04,0.26,0.33,0.17,2008-11-11, -/games/boxart/full_2353603AmericaFrontccc.jpg,Capcom's Soccer Shootout,SNES,Sports,Capcom,Capcom,,0.8,,0.8,,,1994-06-01, -/games/boxart/full_6892940AmericaFrontccc.jpg,Armored Core 2,PS2,Simulation,Agetec,From Software,,0.79,0.28,0.23,0.22,0.07,2000-10-24, -/games/boxart/full_pro-evolution-soccer-2011_10AmericaFront.jpg,Pro Evolution Soccer 2011,PSP,Sports,Konami,Konami,,0.79,0.05,0.29,0.3,0.16,2010-11-02, -/games/boxart/full_6083287AmericaFrontccc.jpg,All Star Cheer Squad,Wii,Sports,THQ,Gorilla Systems,,0.79,0.43,,0.29,0.08,2008-10-27, -/games/boxart/full_8408138AmericaFrontccc.jpg,The Sims 2: Castaway,PSP,Simulation,Electronic Arts,Maxis,,0.79,0.08,,0.46,0.25,2007-10-22, -/games/boxart/full_6031638AmericaFrontccc.jpg,Dance Dance Revolution SuperNOVA 2,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,0.79,0.64,0.02,0.03,0.1,2007-09-25, -/games/boxart/full_5263763AmericaFrontccc.jpg,Major League Baseball Featuring Ken Griffey Jr,N64,Sports,Nintendo,Angel Studios,,0.79,0.75,,0.03,0.01,1998-05-31, -/games/boxart/full_7838058AmericaFrontccc.jpg,NCAA Football 08,PS2,Sports,Electronic Arts,EA Tiburon,,0.79,0.65,,0.03,0.11,2007-07-17, -/games/boxart/7740833ccc.jpg,FIFA Soccer 2004,XB,Sports,EA Sports,EA Canada,,0.79,0.24,,0.49,0.05,2003-11-04, -/games/boxart/full_967876AmericaFrontccc.jpg,Darksiders II,X360,Action-Adventure,THQ,Vigil Games,8.6,0.79,0.45,0,0.27,0.07,2012-08-14,2018-02-07 -/games/boxart/full_6154805AmericaFrontccc.jpg,Ridge Racer,PS,Racing,Namco,Namco,9,0.79,,0.74,,0.05,1995-09-09, -/games/boxart/5271691ccc.jpg,Motocross Mania,PS,Racing,Take-Two Interactive,Deibus Studios,,0.79,0.44,,0.3,0.05,2001-07-09, -/games/boxart/full_1821060AmericaFrontccc.jpg,Final Fantasy XIV: A Realm Reborn,PS4,MMO,Square Enix,Square Enix,,0.79,0.35,0.08,0.23,0.12,2014-04-14,2018-01-23 -/games/boxart/full_invizimals_9AmericaFront.jpg,Invizimals,PSP,Strategy,Sony Computer Entertainment,Novarama,6.6,0.79,0.17,,0.51,0.11,2010-10-12, -/games/boxart/2879213ccc.jpg,Harvest Moon: A Wonderful Life,GC,Role-Playing,Natsume,Marvelous Interactive,8.2,0.79,0.61,,0.16,0.02,2004-03-16, -/games/boxart/3942181ccc.jpg,Guitar Hero: Aerosmith,PS2,Misc,Activision,BudCat Creations,,0.79,0.61,,0,0.18,2008-06-29, -/games/boxart/full_4976933AmericaFrontccc.jpg,Dead Island: Riptide,X360,Misc,Deep Silver,Techland,5.6,0.79,0.44,0.01,0.27,0.07,2013-04-23,2018-03-15 -/games/boxart/351031ccc.jpg,WCW Mayhem,N64,Fighting,Electronic Arts,Kodiak Interactive,,0.79,0.63,,0.15,0.01,1999-09-22, -/games/boxart/4910706ccc.jpg,Alien,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,0.79,0.74,,0.04,0.01,1982-01-01, -/games/boxart/full_4750899AmericaFrontccc.jpg,Assassin's Creed The Ezio Collection,PS4,Action,Ubisoft,Ubisoft,,0.79,0.14,0.02,0.52,0.12,2016-11-15,2018-01-14 -/games/boxart/default.jpg,Prototype 2,X360,Action,Activision,Radical Entertainment,,0.79,0.48,,0.24,0.06,2012-04-24, -/games/boxart/full_9309905AmericaFrontccc.jpg,Dragon's Dogma,X360,Role-Playing,Capcom,Capcom,,0.79,0.42,0.07,0.24,0.06,2012-05-22,2019-01-29 -/games/boxart/full_8398667AmericaFrontccc.jpg,The Godfather II,X360,Adventure,Electronic Arts,EA Redwood Shores,6.2,0.79,0.47,0.01,0.23,0.08,2009-04-07, -/games/boxart/full_4006868AmericaFrontccc.jpg,NBA 2K16,PS3,Sports,2K Sports,Visual Concepts,,0.79,0.49,0.05,0.12,0.13,2015-09-29,2018-03-28 -/games/boxart/full_7603677AmericaFrontccc.jpg,Band Hero,X360,Misc,Activision,Neversoft Entertainment,7.6,0.79,0.51,,0.21,0.07,2009-11-03, -/games/boxart/7305119ccc.jpg,Mega Man 5,NES,Platform,Capcom,Capcom,,0.79,0.39,0.32,0.07,0.01,1992-12-01, -/games/boxart/full_4977848JapanFrontccc.jpg,Dragon Quest Monsters 2,3DS,Role-Playing,Square Enix,TOSE Software,,0.79,,0.79,,,2014-02-06,2018-01-07 -/games/boxart/full_6666310AmericaFrontccc.jpg,James Bond 007: Nightfire,GC,Shooter,Electronic Arts,Eurocom Entertainment Software,8.1,0.78,0.6,,0.16,0.02,2002-11-18, -/games/boxart/full_5980403AmericaFrontccc.jpg,Shadow of the Tomb Raider,XOne,Action-Adventure,Square Enix,Eidos Montreal,,0.78,0.46,,0.25,0.07,2018-09-14,2018-09-12 -/games/boxart/7660517ccc.jpg,Battle Stations,PS,Strategy,Electronic Arts,Realtime Associates,,0.78,0.43,,0.29,0.05,1997-03-31, -/games/boxart/full_goldeneye-007-reloaded_230AmericaFront.jpg,Goldeneye 007: Reloaded,PS3,Shooter,Activision,Eurocom,7.4,0.78,0.33,,0.33,0.12,2011-11-01, -/games/boxart/full_4296430AmericaFrontccc.jpg,MadWorld,Wii,Action,Sega,PlatinumGames,8.1,0.78,0.45,0.02,0.24,0.07,2009-03-10, -/games/boxart/full_5248298PALFrontccc.png,F1 2016,PS4,Racing,Codemasters,Codemasters,8,0.78,0.07,0.03,0.56,0.11,2017-01-01,2018-05-14 -/games/boxart/full_8585987AmericaFrontccc.jpg,Need for Speed: ProStreet,PSP,Racing,Electronic Arts,EA Black Box,5.6,0.78,0.24,0.01,0.33,0.19,2008-02-18, -/games/boxart/full_4181192AmericaFrontccc.png,Hitman,PS4,Action,Square Enix,IO Interactive,,0.78,0.24,0.06,0.36,0.11,2017-01-31,2018-05-01 -/games/boxart/full_3128020AmericaFrontccc.jpg,Drawn to Life,DS,Adventure,THQ,5TH Cell,,0.78,0.71,,0.01,0.06,2007-09-10, -/games/boxart/full_837231AmericaFrontccc.jpeg,Dragon Age: Inquisition,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,0.78,0.38,,0.33,0.07,2014-11-18,2019-01-05 -/games/boxart/full_fight-night-champion_318AmericaFront.jpg,Fight Night Champion,X360,Fighting,EA Sports,EA Canada,8.4,0.78,0.4,,0.31,0.07,2011-03-01, -/games/boxart/full_naruto-shippuden-ultimate-ninja-storm-2_3AmericaFront.jpg,Naruto Shippuden: Ultimate Ninja Storm 2,X360,Fighting,Namco Bandai,CyberConnect2,7.6,0.78,0.43,0.01,0.27,0.07,2010-10-19, -/games/boxart/full_8142512AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,PS3,Sports,EA Sports,EA Tiburon,8.4,0.78,0.42,,0.25,0.11,2009-06-08, -/games/boxart/full_266988AmericaFrontccc.jpg,Personal Trainer: Walking,DS,Sports,Nintendo,Creatures Inc.,,0.78,0.22,0.17,0.32,0.07,2009-05-26, -/games/boxart/2407712ccc.jpg,NBA 2K7,PS2,Sports,2K Sports,Visual Concepts,8.2,0.78,0.65,,0.02,0.11,2006-09-25, -/games/boxart/full_dj-hero-2_7AmericaFront.jpg,DJ Hero 2,PS3,Misc,Activision,FreeStyle Games,8.4,0.78,0.49,,0.19,0.1,2010-10-19, -/games/boxart/full_4323874AmericaFrontccc.jpg,Buzz! The Hollywood Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,0.78,0.17,,0,0.61,2008-03-11, -/games/boxart/full_1188331AmericaFrontccc.jpg,DJ Hero,Wii,Misc,Activision,FreeStyleGames,8.6,0.78,0.47,,0.23,0.08,2009-10-27, -/games/boxart/full_6377552AmericaFrontccc.png,Rare Replay,XOne,Misc,Microsoft Studios,Rare Ltd.,,0.78,0.42,0.01,0.27,0.07,2015-08-04,2018-09-25 -/games/boxart/full_4874922AmericaFrontccc.jpg,NBA ShootOut 98,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.78,0.43,,0.29,0.05,1998-02-28, -/games/boxart/9145275ccc.jpg,Too Human,X360,Role-Playing,Microsoft Game Studios,Silicon Knights,6.5,0.78,0.38,0.03,0.3,0.08,2008-08-19, -/games/boxart/full_7972391JapanFrontccc.jpg,Torneko no Daibouken: Fushigi no Dungeon,SNES,Role-Playing,ChunSoft,ChunSoft,,0.78,,0.78,,,1993-09-19, -/games/boxart/full_1706931AmericaFrontccc.png,Mass Effect: Andromeda,XOne,Role-Playing,Electronic Arts,BioWare Corp.,,0.78,0.5,,0.2,0.07,2017-03-21,2018-07-03 -/games/boxart/full_5218171AmericaFrontccc.jpg,Secret Agent Barbie: Royal Jewels Mission,GBA,Platform,VU Games,Digital Illusions,,0.78,0.56,,0.21,0.01,2002-10-08, -/games/boxart/full_rayman-origins_198AmericaFront.jpg,Rayman Origins,X360,Platform,Ubisoft,Ubisoft,9,0.78,0.38,,0.32,0.08,2011-11-15, -/games/boxart/full_8111942AmericaFrontccc.jpg,Marvel vs. Capcom: Clash of Super Heroes,PS,Fighting,Capcom,Capcom,,0.78,0.43,,0.3,0.05,2000-01-27, -/games/boxart/7083186ccc.jpg,Jr. Pac-Man,2600,Puzzle,Atari,General Entertainment,,0.78,0.72,,0.05,0.01,1984-01-01, -/games/boxart/full_9760116AmericaFrontccc.jpg,Doom,PS,Shooter,GT Interactive,Williams Entertainment Inc.,,0.78,0.43,,0.3,0.05,1995-11-16, -/games/boxart/full_9613595AmericaFrontccc.jpg,Aliens: Colonial Marines,X360,Shooter,Sega,Gearbox Software,,0.78,0.36,,0.35,0.07,2013-02-12,2019-01-30 -/games/boxart/6995487ccc.jpg,Yars' Revenge,2600,Shooter,Atari,Atari,,0.78,0.73,,0.04,0.01,1982-05-01, -/games/boxart/full_878335AmericaFrontccc.jpg,Destiny: The Collection,PS4,Shooter,Activision,Bungie,,0.78,0.24,0.02,0.4,0.12,2016-09-19,2018-09-14 -/games/boxart/full_2004103AmericaFrontccc.jpg,Sid Meier's Civilization Revolution,PS3,Strategy,2K Games,Firaxis Games,8.4,0.78,0.49,0.01,0.19,0.09,2008-07-08, -/games/boxart/full_3585957AmericaFrontccc.jpg,LEGO Jurassic World,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.78,0.44,,0.27,0.07,2015-06-12,2018-04-06 -/games/boxart/full_star-wars-the-force-unleashed-ii_8AmericaFront.jpg,Star Wars: The Force Unleashed II,Wii,Action,LucasArts,LucasArts,7.5,0.78,0.53,,0.19,0.06,2010-10-26, -/games/boxart/768713ccc.jpg,Star Wars The Clone Wars: Jedi Alliance,DS,Action,LucasArts,Krome Studios,,0.78,0.61,,0.11,0.06,2008-11-11, -/games/boxart/9620325ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,X360,Action,Ubisoft,Ubisoft Shanghai,8.5,0.78,0.67,0.01,0.04,0.06,2006-10-17, -/games/boxart/4372527ccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,PS2,Shooter,Gotham Games,Pivotal Games,,0.77,0.38,,0.29,0.1,2003-10-08, -/games/boxart/full_9475087AmericaFrontccc.png,Battlefield 1,PC,Shooter,Electronic Arts,EA DICE,9.1,0.77,0.3,,0.41,0.06,2016-10-21, -/games/boxart/full_2897673AmericaFrontccc.jpg,Tetris Party Deluxe,DS,Puzzle,Majesco,"Tetris Online, Inc",,0.77,0.28,0.12,0.3,0.07,2010-06-01, -/games/boxart/103002ccc.jpg,Ghost Squad,Wii,Shooter,Sega,Polygon Magic,7,0.77,0.42,0.08,0.21,0.07,2007-11-20, -/games/boxart/full_8181528AmericaFrontccc.png,Star Wars Battlefront: Elite Squadron,PSP,Shooter,LucasArts,Savage Entertainment,6,0.77,0.38,,0.24,0.16,2009-11-03, -/games/boxart/full_627786AmericaFrontccc.jpg,Puzzler World,DS,Puzzle,Atari,Idea Pad,,0.77,0.41,,0.3,0.07,2009-12-08, -/games/boxart/full_3082754AmericaFrontccc.jpg,Star Wars Episode II: Attack of the Clones,GBA,Action,THQ,David A. Palmer Productions,,0.77,0.55,,0.2,0.01,2002-05-30, -/games/boxart/full_9598824AmericaFrontccc.jpg,Sonic & SEGA All-Stars Racing with Banjo-Kazooie,X360,Racing,Sega,Sumo Digital,7.7,0.77,0.37,,0.32,0.07,2010-02-23, -/games/boxart/8018756ccc.jpg,All-Star Baseball 2003,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.77,0.38,,0.29,0.1,2002-02-26, -/games/boxart/full_abba-you-can-dance_60AmericaFront.jpg,ABBA: You Can Dance,Wii,Misc,Ubisoft,Ubisoft,,0.77,0.18,,0.5,0.1,2011-11-15, -/games/boxart/full_ufc-personal-trainer-the-ultimate-fitness-system_953AmericaFront.jpg,UFC Personal Trainer: The Ultimate Fitness System,X360,Sports,THQ,THQ,6,0.77,0.53,,0.18,0.06,2011-06-28, -/games/boxart/1209045ccc.jpg,Marvel Nemesis: Rise of the Imperfects,PS2,Fighting,Electronic Arts,Nihilistic Software,,0.77,0.64,,0.02,0.1,2005-09-20, -/games/boxart/604271ccc.jpg,Boxing,2600,Fighting,Activision,Activision,,0.77,0.72,,0.04,0.01,1980-06-17, -/games/boxart/full_4004513AmericaFrontccc.jpg,Dragon Ball: Raging Blast,PS3,Fighting,Namco Bandai,Spike,5.6,0.77,0.37,0.11,0.19,0.1,2009-11-10, -/games/boxart/full_8978515AmericaFrontccc.jpg,Caesars Palace 2000: Millennium Gold Edition,PS,Misc,Interplay,Runecraft,,0.77,0.43,,0.29,0.05,2000-06-29, -/games/boxart/5838699ccc.jpg,Pokémon Dash,DS,Racing,Nintendo,Ambrella,5.3,0.77,0.21,0.38,0.14,0.04,2005-03-14, -/games/boxart/6135649ccc.jpg,Dragon Warrior I&II,GB,Role-Playing,Enix,TOSE,,0.77,,0.77,,,2000-09-27, -/games/boxart/full_9596827AmericaFrontccc.jpg,Conker's Bad Fur Day,N64,Platform,Rare,Rare Ltd.,9.2,0.77,0.53,,0.22,0.02,2001-03-04, -/games/boxart/712131ccc.jpg,Maximo: Ghosts to Glory,PS2,Platform,Capcom,Capcom,8.7,0.77,0.38,,0.29,0.1,2002-02-11, -/games/boxart/full_85225AmericaFrontccc.jpg,Donkey Kong Country 3,GBA,Platform,Nintendo,Rare Ltd.,7.5,0.77,0.45,0.14,0.17,0.01,2005-11-07, -/games/boxart/full_3262847AmericaFrontccc.jpg,Persona 4 Arena,PS3,Fighting,Atlus,Arc System Works,,0.77,0.32,0.24,0.12,0.08,2012-08-07,2018-01-11 -/games/boxart/full_37722AmericaFrontccc.jpg,Prototype 2,PS3,Action,Activision,Radical Entertainment,,0.77,0.38,,0.28,0.11,2012-04-24, -/games/boxart/full_air-raid_8AmericaFront.jpg,Air Raid,2600,Action,Men-A-Vision,Men-A-Vision,,0.77,0.72,,0.04,0.01,1982-01-01, -/games/boxart/full_5585867AmericaFrontccc.jpg,James Cameron's Avatar: The Game,X360,Action,Ubisoft,Ubisoft Montreal,6,0.77,0.34,,0.35,0.08,2009-12-01, -/games/boxart/7247256ccc.jpg,Crystal Castles,2600,Action,Atari,Atari,,0.77,0.72,,0.04,0.01,1984-01-01, -/games/boxart/full_6940022AmericaFrontccc.jpg,Fortnite,XOne,Action,Gearbox Software,Epic Games,,0.77,0.6,,0.09,0.08,2017-07-21,2018-06-19 -/games/boxart/full_5231190AmericaFrontccc.jpg,Lips,X360,Misc,Microsoft Game Studios,iNiS,7.1,0.77,0.12,,0.56,0.1,2008-11-18, -/games/boxart/full_1163890AmericaFrontccc.jpg,Minecraft: Story Mode,XOne,Adventure,Mojang,Telltale Games,,0.77,0.46,,0.24,0.07,2015-10-27,2018-01-13 -/games/boxart/7342805ccc.jpg,Twisted Metal: Head On,PSP,Action,Sony Computer Entertainment,Incognito Inc.,7.5,0.77,0.71,,0,0.06,2005-03-24, -/games/boxart/4029752ccc.jpg,Andretti Racing,PS,Racing,EA Sports,Stormfront Studios,7.3,0.77,0.43,,0.29,0.05,1996-11-30, -/games/boxart/full_4676347AmericaFrontccc.jpg,Need for Speed: Porsche Unleashed,PS,Racing,Electronic Arts,Eden Studios,,0.77,0.43,,0.29,0.05,2000-02-29, -/games/boxart/full_6800248AmericaFrontccc.jpg,Need for Speed: Undercover,PSP,Racing,Electronic Arts,Piranha Games,5.4,0.77,0.23,0.03,0.32,0.19,2008-11-17, -/games/boxart/full_the-sims-3_831AmericaFront.jpg,The Sims 3,3DS,Simulation,Electronic Arts,The Sims Studio,5.6,0.77,0.3,0.03,0.38,0.07,2011-03-27, -/games/boxart/5731431ccc.jpg,Galaxian,2600,Shooter,Atari,Atari,,0.77,0.72,,0.05,0.01,1983-01-01, -/games/boxart/full_resident-evil-operation-raccoon-city_399AmericaFront.jpg,Resident Evil: Operation Raccoon City,X360,Shooter,Capcom,Slant Six Games,,0.77,0.55,0.03,0.14,0.06,2012-03-20, -/games/boxart/full_4943807AmericaFrontccc.jpg,Lost Planet 2,X360,Shooter,Capcom,Capcom,6.5,0.76,0.38,0.08,0.24,0.06,2010-05-11, -/games/boxart/full_7733580AmericaFrontccc.jpg,Just Dance 2019,NS,Music,Ubisoft,Ubisoft Paris,,0.76,0.43,,0.26,0.07,2018-10-23,2018-09-28 -/games/boxart/full_483139AmericaFrontccc.jpg,Just Dance 2018,NS,Music,Ubisoft,Ubisoft Paris,8,0.76,0.3,,0.4,0.06,2017-10-24,2018-04-06 -/games/boxart/full_2198926AmericaFrontccc.jpg,My Baby Girl,DS,Simulation,SouthPeak Interactive,Dancing Dots,,0.76,0.61,,0.09,0.06,2008-11-04, -/games/boxart/6475403ccc.jpg,Kane & Lynch: Dead Men,X360,Shooter,Eidos Interactive,IO Interactive,6.8,0.76,0.36,0.01,0.31,0.08,2007-11-13, -/games/boxart/full_441858AmericaFrontccc.jpg,Formula 1,PS,Racing,Sony Computer Entertainment,Bizarre Creations,,0.76,0.18,0.42,0.12,0.05,1996-09-30, -/games/boxart/5363522ccc.jpg,Driv3r,XB,Racing,Atari,Reflections Interactive,,0.76,0.36,,0.38,0.03,2004-06-21, -/games/boxart/full_3816488AmericaFrontccc.jpg,Mortal Kombat: Deception,XB,Fighting,Midway Games,Midway Games,7.4,0.76,0.61,,0.12,0.03,2004-10-04, -/games/boxart/9035312ccc.jpg,Marvel vs. Capcom 2,PS2,Fighting,Capcom,Capcom,8.2,0.76,0.31,0.13,0.24,0.08,2002-11-19, -/games/boxart/5574978ccc.jpg,Legends of Wrestling,PS2,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.76,0.37,,0.29,0.1,2001-12-03, -/games/boxart/full_3457480AmericaFrontccc.jpg,Sonic Unleashed,PS2,Platform,Sega,Sonic Team/Dimps Corporation,7,0.76,0.37,,0.04,0.36,2008-11-18, -/games/boxart/full_2437493AmericaFrontccc.jpg,Banjo-Kazooie: Nuts & Bolts,X360,Platform,Microsoft Game Studios,Rare Ltd.,8,0.76,0.32,0,0.35,0.08,2008-11-12, -/games/boxart/3480157ccc.jpg,Cabela's Deer Hunt: 2004 Season,PS2,Sports,Activision,Sand Grain Studios,,0.76,0.37,,0.29,0.1,2003-08-27, -/games/boxart/full_5307974AmericaFrontccc.jpg,Pro Evolution Soccer 2015,PS4,Sports,Konami Digital Entertainment,PES Productions,,0.76,0.09,0.12,0.45,0.1,2014-11-11,2018-04-14 -/games/boxart/full_3342187AmericaFrontccc.jpg,ISS Pro Evolution,PS,Sports,Konami,KCET,,0.76,,0.71,,0.05,2000-06-06, -/games/boxart/7822557ccc.jpg,Tony Hawk's Pro Skater 2,N64,Sports,Activision,Edge of Reality,8.5,0.76,0.59,,0.16,0.01,2001-08-21, -/games/boxart/full_fifa-soccer-11_3AmericaFront.jpg,FIFA Soccer 11,PS2,Sports,EA Sports,EA Canada,,0.76,0.11,,0.29,0.36,2010-09-28, -/games/boxart/full_4490378AmericaFrontccc.jpg,Band Hero,PS3,Misc,Activision,Neversoft Entertainment,7.6,0.76,0.41,,0.23,0.12,2009-11-03, -/games/boxart/full_7089665JapanFrontccc.jpg,Taiko no Tatsujin: Tatakon de Dodon ga Don,PS2,Misc,Namco,Namco,,0.76,,0.76,,,2002-10-24, -/games/boxart/8830415ccc.jpg,MTV Celebrity Deathmatch,PS2,Fighting,Gotham Games,Big Ape Productions,,0.76,0.37,,0.29,0.1,2003-10-14, -/games/boxart/full_5095799AmericaFrontccc.jpg,Street Fighter Alpha: Warriors' Dreams,PS,Fighting,Capcom,Capcom,,0.76,0.17,0.43,0.11,0.05,1995-12-21, -/games/boxart/full_3030440AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,X360,Adventure,Telltale Games,Telltale Games,,0.76,0.55,,0.13,0.07,2012-11-21,2018-05-10 -/games/boxart/full_8888047AmericaFrontccc.jpg,Lego Marvel Super Heroes,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.76,0.31,0.03,0.36,0.06,2013-10-22,2018-12-01 -/games/boxart/full_8695378AmericaFrontccc.jpg,Resident Evil: Revelations,PS3,Action,Capcom,Capcom,7.6,0.76,0.14,0.22,0.32,0.09,2013-05-21,2018-03-16 -/games/boxart/default.jpg,Mega Man Battle Network 6: Cybeast Falzar / Gregar,GBA,Role-Playing,Capcom,Capcom,,0.76,0.09,0.62,0.03,0.02,2006-06-13, -/games/boxart/full_1077011AmericaFrontccc.jpg,Final Fantasy Legend III,GB,Role-Playing,Square,SquareSoft,7,0.76,,0.76,,,1993-09-29, -/games/boxart/full_8050160JapanFrontccc.jpg,Final Fantasy II,NES,Role-Playing,Square,Square,,0.76,,0.76,,,1988-12-17, -/games/boxart/full_fifa-soccer-12_431AmericaFront.jpg,FIFA Soccer 12,Wii,Sports,EA Sports,EA Canada,,0.76,0.15,,0.51,0.1,2011-09-27, -/games/boxart/764108ccc.jpg,That's So Raven,GBA,Adventure,Buena Vista,Disney Interactive,,0.76,0.54,,0.2,0.01,2004-10-12, -/games/boxart/full_9918472AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,Wii,Action,Electronic Arts,Bright Light Productions,6,0.76,0.28,,0.4,0.08,2009-06-30, -/games/boxart/9501107ccc.jpg,Mercenaries: Playground of Destruction,PS2,Action,LucasArts,Pandemic Studios,,0.76,0.64,,0.02,0.1,2005-01-10, -/games/boxart/full_1747093AmericaFrontccc.jpg,Toy Story 3: The Video Game,X360,Action,Disney Interactive Studios,Avalanche Software,7.5,0.76,0.41,,0.27,0.07,2010-06-15, -/games/boxart/full_assassins-creed-revelations_376AmericaFront.jpg,Assassin's Creed: Revelations,PC,Action,Ubisoft,Ubisoft Montreal,,0.76,0.16,,0.49,0.11,2011-11-29, -/games/boxart/full_9605877AmericaFrontccc.jpg,Quantum Break,XOne,Action,Microsoft Studios,Remedy Entertainment,,0.76,0.42,0.02,0.25,0.07,2016-04-05,2018-09-25 -/games/boxart/full_4476773AmericaFrontccc.jpg,True Crime: New York City,PS2,Action,Activision,Luxoflux,,0.76,0.57,0.07,0.02,0.09,2005-11-15, -/games/boxart/full_duke-nukem-forever_326AmericaFront.jpg,Duke Nukem Forever,PS3,Shooter,2K Games,Gearbox Software,4.4,0.76,0.33,,0.31,0.11,2011-06-14, -/games/boxart/full_1343182AmericaFrontccc.jpg,PokéPark 2: Wonders Beyond,Wii,Action-Adventure,Nintendo,Creatures Inc.,6.5,0.76,0.26,0.27,0.19,0.04,2012-02-27,2018-03-16 -/games/boxart/8227648ccc.jpg,Syphon Filter: The Omega Strain,PS2,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.76,0.37,,0.29,0.1,2004-05-04, -/games/boxart/5899038ccc.jpg,Rockstar Games presents Table Tennis,X360,Sports,Rockstar Games,Rockstar San Diego,8.1,0.75,0.28,,0.38,0.08,2006-05-22, -/games/boxart/full_7186324AmericaFrontccc.jpg,Deer Drive,Wii,Sports,Mastiff,SCS Software,,0.75,0.66,,0.04,0.05,2009-01-20, -/games/boxart/8415065ccc.jpg,Shark Tale,PS2,Action,Activision,Edge of Reality,,0.75,0.37,,0.29,0.1,2004-09-27, -/games/boxart/full_raving-rabbids-travel-in-time_126AmericaFront.jpg,Raving Rabbids: Travel in Time,Wii,Adventure,Ubisoft,Ubisoft Paris,,0.75,0.21,,0.46,0.08,2010-11-21, -/games/boxart/full_273197AmericaFrontccc.jpg,Dark Souls II,X360,Role-Playing,Namco Bandai Games,From Software,,0.75,0.49,0.01,0.19,0.07,2015-04-07,2018-02-07 -/games/boxart/full_4154430AmericaFrontccc.jpg,Ratchet & Clank Collection,PS3,Platform,Sony Computer Entertainment,Idol Minds,,0.75,0.47,0.02,0.14,0.12,2012-08-28,2018-01-06 -/games/boxart/8731811ccc.jpg,Mega Man X5,PS,Platform,Capcom,Capcom,,0.75,0.3,0.2,0.21,0.05,2001-02-01, -/games/boxart/full_3418444AmericaFrontccc.jpg,LEGO City Undercover,PS4,Platform,Warner Bros. Interactive Entertainment,TT Fusion,8,0.75,0.17,0.01,0.46,0.12,2017-04-04,2018-05-24 -/games/boxart/878930ccc.jpg,Wall-E,PS2,Platform,THQ,Asobo Studio,7.5,0.75,0.21,,0,0.54,2008-06-24, -/games/boxart/full_9665792AmericaFrontccc.jpg,Spectrobes,DS,Role-Playing,Disney Interactive Studios,Jupiter Corporation,6.2,0.75,0.66,,0.03,0.06,2007-03-06, -/games/boxart/full_3838301PALFrontccc.jpg,Pro Evolution Soccer 2018,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.75,0.12,0.19,0.36,0.09,2017-09-12,2018-04-24 -/games/boxart/full_956212AmericaFrontccc.jpg,Borderlands: The Pre-Sequel,X360,Misc,2K Games,Unknown,,0.75,0.48,0.01,0.19,0.07,2014-10-14, -/games/boxart/709367ccc.jpg,San Francisco Rush: Extreme Racing,N64,Racing,Midway Games,Atari Games,,0.75,0.63,,0.11,0.01,1997-11-08, -/games/boxart/full_6535500AmericaFrontccc.jpg,Need for Speed: Shift,PSP,Racing,Electronic Arts,Slightly Mad Studios,,0.75,0.16,0.01,0.38,0.21,2009-09-15, -/games/boxart/8706500ccc.jpg,Zone of the Enders,PS2,Simulation,Konami,Konami Computer Entertainment Japan,7.5,0.75,0.3,0.13,0.24,0.08,2001-03-26, -/games/boxart/full_3508113PALFrontccc.jpg,We Sing,Wii,Misc,Nordic Games,Le Cortex,,0.75,,,0.68,0.08,2009-11-13, -/games/boxart/full_4344957AmericaFrontccc.jpg,Skylanders: Trap Team,WiiU,Action-Adventure,Activision,Toys for Bob,,0.75,0.42,,0.26,0.07,2014-10-05,2018-01-29 -/games/boxart/full_726771AmericaFrontccc.jpg,Pro Evolution Soccer 2017,PS4,Sports,Konami Digital Entertainment,PES Productions,,0.75,0.08,0.18,0.41,0.09,2016-09-13,2018-04-14 -/games/boxart/full_7629243AmericaFrontccc.jpg,FIFA 19,NS,Sports,Electronic Arts,EA Sports,5.9,0.75,0.18,0.06,0.47,0.05,2018-09-28,2018-09-12 -/games/boxart/full_1750140AmericaFrontccc.jpg,Tony Hawk's Underground 2,XB,Sports,Activision,Neversoft Entertainment,,0.75,0.48,,0.24,0.03,2004-10-04, -/games/boxart/7205553ccc.jpg,Madden NFL 06,PSP,Sports,EA Sports,EA Tiburon,7.9,0.75,0.69,,0,0.06,2005-09-20, -/games/boxart/4488750ccc.jpg,MVP 06 NCAA Baseball,PS2,Sports,EA Sports,EA Canada,,0.75,0.62,,0.02,0.1,2006-01-18, -/games/boxart/full_3051515AmericaFrontccc.jpg,Wolfenstein: The New Order,XOne,Shooter,Bethesda Softworks,MachineGames,,0.75,0.39,,0.3,0.06,2014-05-20,2019-03-25 -/games/boxart/1223504ccc.jpg,Tom Clancy's Rainbow Six: Vegas,PSP,Shooter,Ubisoft,Ubisoft Montreal,5.8,0.75,0.42,,0.2,0.13,2007-06-12, -/games/boxart/6550959ccc.jpg,Street Fighter EX Plus Alpha,PS,Fighting,Capcom,Arika,,0.75,0.28,0.23,0.19,0.05,1997-09-30, -/games/boxart/full_5763655AmericaFrontccc.jpg,Capcom vs. SNK 2: Mark of the Millennium 2001,PS2,Fighting,Capcom,Capcom,7.9,0.75,0.22,0.3,0.17,0.06,2001-11-06, -/games/boxart/2082804ccc.jpg,Turok,X360,Shooter,Touchstone,Propaganda Games,6.6,0.75,0.46,0.01,0.2,0.07,2008-02-05, -/games/boxart/full_5976907AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,PS4,Action-Adventure,Disney Interactive Studios,Avalanche Software,8,0.75,0.37,,0.25,0.13,2014-09-23,2018-02-06 -/games/boxart/4859979ccc.jpg,Kane & Lynch: Dead Men,PS3,Shooter,Eidos Interactive,IO Interactive,6.8,0.75,0.29,0.01,0.32,0.13,2007-11-13, -/games/boxart/full_7387116AmericaFrontccc.jpg,Coded Arms,PSP,Shooter,Konami,Konami,6.1,0.75,0.28,,0.29,0.17,2005-07-06, -/games/boxart/full_1171515AmericaFrontccc.png,Rock Band 4,XOne,Music,Harmonix Music Systems,Harmonix Music Systems,,0.75,0.62,,0.05,0.08,2015-10-06,2018-05-23 -/games/boxart/full_387159AmericaFrontccc.jpg,Just Dance 2015,WiiU,Music,Ubisoft,Ubisoft Paris,,0.75,0.4,,0.29,0.07,2014-10-21,2018-04-03 -/games/boxart/full_3351291AmericaFrontccc.jpg,Drawn to Life: The Next Chapter,Wii,Puzzle,THQ,Planet Moon Studios,5.8,0.75,0.28,,0.39,0.08,2009-10-27, -/games/boxart/full_9456871AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,PSP,Fighting,THQ,Yuke's Media Creations,7.9,0.75,0.41,,0.2,0.14,2008-11-09, -/games/boxart/full_2399944AmericaFrontccc.jpg,The Lord of the Rings: Conquest,PS3,Action,Electronic Arts,Pandemic Studios,5.8,0.75,0.38,,0.26,0.11,2009-01-13, -/games/boxart/5510094ccc.jpg,Genji: Days of the Blade,PS3,Action,Sony Computer Entertainment,Game Republic,5,0.75,0.18,0.06,0.38,0.14,2006-11-14, -/games/boxart/full_5993259AmericaFrontccc.jpg,WarioWare: Twisted!,GBA,Puzzle,Nintendo,Intelligent Systems,,0.74,0.16,0.5,0.06,0.02,2005-05-23, -/games/boxart/8276392ccc.jpg,Namco Museum Remix,Wii,Misc,Namco Bandai,Namco,,0.74,0.68,,0,0.05,2007-10-23, -/games/boxart/full_9797146AmericaFrontccc.jpg,The Amazing Spider-Man (2012),X360,Action-Adventure,Activision,Beenox,6.8,0.74,0.43,,0.24,0.07,2012-06-26,2018-03-15 -/games/boxart/full_ace-combat-assault-horizon_504AmericaFront.jpg,Ace Combat: Assault Horizon,PS3,Action,Namco Bandai,Project ACES,7.5,0.74,0.3,0.22,0.16,0.07,2011-10-11, -/games/boxart/full_5101658AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,DS,Action,Activision,Griptonite Games,,0.74,0.41,,0.25,0.08,2008-11-04, -/games/boxart/full_6900220AmericaFrontccc.jpg,X-Men Origins: Wolverine - Uncaged Edition,PS3,Action,Activision,Raven Software,7,0.74,0.31,,0.31,0.12,2009-05-01, -/games/boxart/full_258178AmericaFrontccc.jpg,The Lord of the Rings: The Two Towers,GBA,Action,Electronic Arts,Griptonite Games,,0.74,0.53,,0.2,0.01,2002-11-11, -/games/boxart/full_3312299AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Generations,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.74,0.27,0.14,0.25,0.09,2012-03-13,2018-09-12 -/games/boxart/9336121ccc.jpg,Sega Superstars Tennis,DS,Sports,Sega,Sumo Digital,6.2,0.74,0.29,,0.37,0.08,2008-03-18, -/games/boxart/full_3144373AmericaFrontccc.jpg,Red Faction: Guerrilla,PS3,Shooter,THQ,Volition Inc.,8.6,0.74,0.33,0.02,0.27,0.12,2009-06-02, -/games/boxart/full_9409181AmericaFrontccc.jpg,Sniper Elite III,PS4,Shooter,505 Games,Rebellion Developments,,0.74,0.25,,0.37,0.12,2014-07-01,2018-09-22 -/games/boxart/5699277ccc.jpg,Yu-Gi-Oh! Dungeon Dice Monsters,GBA,Misc,Konami,Konami,,0.74,0.42,0.15,0.16,0.01,2003-02-12, -/games/boxart/full_2840744AmericaFrontccc.jpg,Tiger Woods PGA Tour 2001,PS2,Sports,EA Sports,Stormfront Studios,,0.74,0.36,,0.28,0.09,2001-02-26, -/games/boxart/full_4949036AmericaFrontccc.jpg,Harvest Moon: Animal Parade,Wii,Simulation,Natsume,Marvelous Interactive,,0.74,0.58,0.02,0.08,0.05,2009-11-10, -/games/boxart/full_1377214AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,PS3,Role-Playing,Activision,Vicarious Visions,7.8,0.74,0.49,,0.16,0.09,2009-09-15, -/games/boxart/full_152603JapanFrontccc.jpg,Jump Ultimate Stars,DS,Fighting,Nintendo,Ganbarion,,0.74,,0.74,,,2006-11-23, -/games/boxart/full_4667474AmericaFrontccc.jpg,Resonance of Fate,PS3,Role-Playing,Sega,tri-Ace,7.5,0.74,0.2,0.24,0.22,0.08,2010-03-16, -/games/boxart/full_3291823AmericaFrontccc.jpg,Tales of Vesperia,X360,Role-Playing,Namco Bandai,Namco Tales Studio,8.1,0.74,0.32,0.19,0.18,0.05,2008-08-26, -/games/boxart/1243042ccc.jpg,Midnight Club 3: DUB Edition,XB,Racing,Rockstar Games,Rockstar San Diego,,0.74,0.61,,0.1,0.03,2005-04-11, -/games/boxart/full_8263580AmericaFrontccc.jpg,Need for Speed (2015),XOne,Racing,Electronic Arts,Ghost Games,6.7,0.74,0.35,,0.33,0.06,2015-11-03,2018-04-03 -/games/boxart/6373280ccc.jpg,Burnout,PS2,Racing,Acclaim Entertainment,Criterion Games,,0.74,0.36,,0.28,0.1,2001-11-01, -/games/boxart/8090058ccc.jpg,Jampack Summer 2001,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.74,0.36,,0.28,0.1,2001-07-11, -/games/boxart/full_4518226AmericaFrontccc.jpg,Mortal Kombat: Unchained,PSP,Fighting,Midway Games,JGI Entertainment,7,0.74,0.67,,0.01,0.06,2006-11-15, -/games/boxart/1516972ccc.jpg,Jet Moto 3,PS,Racing,Sony Computer Entertainment,Pacific Coast Power & Light,,0.74,0.41,,0.28,0.05,1999-08-31, -/games/boxart/full_5218107AmericaFrontccc.jpg,The Godfather II,PS3,Adventure,Electronic Arts,EA Redwood Shores,6.4,0.74,0.41,0.01,0.21,0.1,2009-04-07, -/games/boxart/full_9222917AmericaFrontccc.jpg,Unreal Championship,XB,Shooter,Atari,Digital Extremes,,0.74,0.59,,0.12,0.03,2002-09-24, -/games/boxart/full_3237893AmericaFrontccc.jpg,Sonic Forces,NS,Platform,Sega,Sonic Team,5.4,0.74,0.39,0.01,0.27,0.06,2017-11-07,2018-02-11 -/games/boxart/full_606644JapanFrontccc.jpg,Dragon Ball Z: Ultime Menace,SNES,Fighting,Bandai,TOSE,,0.73,,0.73,,,1994-01-01, -/games/boxart/full_9072140AmericaFrontccc.jpg,Need for Speed: Payback,XOne,Racing,Electronic Arts,Ghost Games,5.9,0.73,0.42,,0.24,0.07,2017-11-10,2018-04-04 -/games/boxart/full_4461724AmericaFrontccc.jpg,Split/Second,PS3,Racing,Disney Interactive Studios,Black Rock Studio,,0.73,0.31,0.01,0.3,0.11,2010-05-18, -/games/boxart/full_2563089AmericaFrontccc.jpg,FIFA: Road to World Cup 98,PS,Sports,EA Sports,EA Canada,,0.73,0.14,0.46,0.09,0.05,1997-12-01, -/games/boxart/3324007ccc.jpg,Classic NES Series: Donkey Kong,GBA,Platform,Nintendo,Nintendo,,0.73,0.4,0.17,0.15,0.01,2004-06-02, -/games/boxart/full_1690303AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,Wii,Fighting,THQ,JAKKS Pacific,7.8,0.73,0.49,,0.17,0.06,2009-10-20, -/games/boxart/9826648ccc.jpg,Yoshi,GB,Puzzle,Nintendo,Nintendo,,0.73,,0.73,,,1992-07-01, -/games/boxart/9284468ccc.jpg,Katamari Damacy,PS2,Puzzle,Namco,Namco,8.5,0.73,0.47,0.17,0.02,0.08,2004-09-21, -/games/boxart/full_brink_399AmericaFront.jpg,Brink,PS3,Shooter,Bethesda Softworks,Splash Damage,7.1,0.73,0.29,0.01,0.32,0.12,2011-05-10, -/games/boxart/177123ccc.jpg,Beyblade VForce: Ultimate Blader Jam,GBA,Action,Atari,Takara,,0.73,0.52,,0.19,0.01,2003-11-18, -/games/boxart/358763ccc.jpg,Mortal Kombat 4,N64,Fighting,Midway Games,Eurocom Entertainment Software,,0.73,0.55,,0.17,0.01,1998-06-23, -/games/boxart/full_2682756AmericaFrontccc.jpg,Oddworld: Munch's Oddysee,XB,Platform,Microsoft,Oddworld Inhabitants,,0.73,0.54,,0.16,0.03,2001-11-06, -/games/boxart/full_monopoly-streets_1AmericaFront.jpg,Monopoly Streets,Wii,Misc,Electronic Arts,Electronic Arts,,0.73,0.23,,0.42,0.07,2010-10-26, -/games/boxart/full_3621080AmericaFrontccc.jpg,The Sims 4,XOne,Simulation,Electronic Arts,Maxis,,0.73,0.42,,0.24,0.07,2017-11-17,2017-12-29 -/games/boxart/4305650ccc.jpg,Tiger Woods PGA Tour 08,PS3,Sports,Electronic Arts,EA Redwood Shores,,0.73,0.22,,0.38,0.14,2007-08-28, -/games/boxart/full_final-fantasy-xiii-2_756AmericaFront.png,Final Fantasy XIII-2,X360,Role-Playing,Square Enix,Square Enix,7.9,0.73,0.36,0.02,0.29,0.06,2012-01-31, -/games/boxart/1018571ccc.jpg,Shaun Palmer's Pro Snowboarder,PS2,Sports,Activision,Dearsoft,,0.73,0.36,,0.28,0.09,2001-11-13, -/games/boxart/4839661ccc.jpg,My Little Pony: Pinkie Pie's Party,DS,Adventure,THQ,ImaginEngine Corp.,,0.73,0.67,,,0.06,2008-09-22, -/games/boxart/full_1874262AmericaFrontccc.png,Star Ocean: The Last Hope International,PS3,Role-Playing,Square Enix,tri-Ace,8.1,0.73,0.28,0.22,0.15,0.07,2010-02-09, -/games/boxart/full_9132402AmericaFrontccc.jpg,NCAA Football 07,X360,Sports,Electronic Arts,Electronic Arts,8,0.73,0.67,,,0.06,2006-07-18, -/games/boxart/full_4361924AmericaFrontccc.jpg,iCarly,DS,Adventure,Activision,"Human Soft, Inc.",,0.73,0.67,,0.01,0.05,2009-10-27, -/games/boxart/full_9143534AmericaFrontccc.png,MLB 10: The Show,PS3,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.6,0.73,0.67,,,0.06,2010-03-02, -/games/boxart/full_nhl-11_1AmericaFront.jpg,NHL 11,X360,Sports,EA Sports,EA Canada,8.8,0.73,0.61,,0.07,0.05,2010-09-07, -/games/boxart/full_madden-nfl-11_9AmericaFront.jpg,Madden NFL 11,Wii,Sports,EA Sports,EA Tiburon,6.8,0.73,0.68,,,0.05,2010-08-10, -/games/boxart/full_719638AmericaFrontccc.jpg,MLB 14 The Show,PS4,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.3,0.73,0.59,,,0.14,2014-05-06,2018-03-16 -/games/boxart/2988773ccc.jpg,Full Spectrum Warrior,XB,Strategy,THQ,Pandemic Studios,,0.73,0.54,,0.16,0.03,2004-06-01, -/games/boxart/full_crysis-2_591AmericaFront.jpg,Crysis 2,PC,Shooter,Electronic Arts,Crytek,8.7,0.73,0.16,,0.45,0.12,2011-03-22, -/games/boxart/5958012ccc.jpg,Berzerk,2600,Shooter,Atari,Stern Electronics,,0.73,0.68,,0.04,0.01,1982-01-01, -/games/boxart/2180458ccc.jpg,Pirates of the Caribbean: At World's End,PS3,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.73,0.17,,0.41,0.15,2007-05-22, -/games/boxart/9793435ccc.jpg,Fear Effect,PS,Action,Eidos Interactive,Kronos Digital Entertainment,,0.72,0.4,,0.27,0.05,2000-01-31, -/games/boxart/full_3787896AmericaFrontccc.jpg,MLB 09: The Show,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.9,0.72,0.66,,,0.06,2009-03-03,2018-12-04 -/games/boxart/full_7010214AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,Wii,Action,LucasArts,Artificial Mind and Movement,5.1,0.72,0.36,,0.29,0.07,2009-06-09, -/games/boxart/full_4947760AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,GBA,Action,Ubisoft,Ubisoft Montreal,,0.72,0.52,,0.19,0.01,2005-05-04, -/games/boxart/full_6784336AmericaFrontccc.jpg,Ultimate Spider-Man,PS2,Action,Activision,Treyarch,,0.72,0.6,,0.02,0.1,2005-09-22, -/games/boxart/full_5131597AmericaFrontccc.png,Monster Hunter Generations Ultimate,NS,Action,Capcom,Capcom,7.7,0.72,0.27,0.27,0.14,0.04,2018-08-28,2018-08-30 -/games/boxart/9647299ccc.jpg,Ben 10: Protector of Earth,PSP,Action,D3 Publisher,Unknown,,0.72,0.23,,0.31,0.18,2007-10-30, -/games/boxart/full_7716158AmericaFrontccc.jpg,LEGO Dimensions,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.72,0.47,,0.18,0.07,2015-09-27,2018-03-19 -/games/boxart/full_1516585AmericaFrontccc.jpg,Major League Baseball 2K7,X360,Sports,2K Sports,Kush Games,,0.72,0.67,,,0.06,2007-02-26, -/games/boxart/1362124ccc.jpg,Mobile Suit Gundam: Encounters in Space,PS2,Simulation,Bandai,Bandai,,0.72,0.05,0.61,0.04,0.01,2003-12-05, -/games/boxart/full_3173648AmericaFrontccc.jpg,The Sims 2: Castaway,DS,Simulation,Electronic Arts,Maxis,,0.72,0.62,,0.04,0.05,2007-10-22, -/games/boxart/full_3071731AmericaFrontccc.jpg,The LEGO Movie Videogame,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.72,0.28,0.05,0.33,0.05,2014-02-07,2018-03-20 -/games/boxart/4779535ccc.jpg,Harvest Moon DS: Island of Happiness,DS,Simulation,Natsume,Marvelous Interactive,,0.72,0.43,0.25,0.01,0.04,2008-08-26, -/games/boxart/full_4970827AmericaFrontccc.jpg,Imagine: Interior Designer,DS,Simulation,Ubisoft,Little Worlds Studio / Anuman Interactive,,0.72,0.34,,0.31,0.08,2008-11-04, -/games/boxart/full_7719580AmericaFrontccc.jpeg,XCOM: Enemy Unknown,PC,Strategy,2K Games,Firaxis Games,9,0.72,0.28,,0.37,0.07,2012-10-09,2018-03-22 -/games/boxart/full_640127JapanFrontccc.jpg,SD Gundam G Generation,PS,Strategy,Bandai,Bandai,,0.72,,0.67,,0.05,1998-08-06, -/games/boxart/full_4462585AmericaFrontccc.jpg,Jampack Winter 2001,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.72,0.35,,0.28,0.09,2001-11-21, -/games/boxart/full_3134521AmericaFrontccc.jpg,WipEout Omega Collection,PS4,Racing,Sony Interactive Entertainment,Clever Beans / EPOS Game Studios,,0.72,0.12,,0.49,0.11,2017-06-06,2018-09-24 -/games/boxart/full_7549209AmericaFrontccc.jpg,Test Drive 6,PS,Racing,Atari,Pitbull Syndicate,,0.72,0.4,,0.27,0.05,1999-11-10, -/games/boxart/full_blur_3AmericaFront.jpg,Blur,PS3,Racing,Activision,Bizarre Creations,8.3,0.72,0.22,0.02,0.37,0.12,2010-05-25, -/games/boxart/full_f1-2011_414AmericaFront.jpg,F1 2011,X360,Racing,Codemasters,Codemasters Birmingham,8.5,0.72,0.11,0.01,0.5,0.09,2011-09-20, -/games/boxart/full_9702206AmericaFrontccc.jpg,Mx vs. ATV Reflex,X360,Racing,THQ,Rainbow Studios,7.4,0.72,0.52,,0.14,0.06,2009-12-01, -/games/boxart/full_1378644AmericaFrontccc.jpg,Area 51,PS,Shooter,Midway Games,"Mesa Logic, Inc.",,0.72,0.4,,0.27,0.05,1996-11-26, -/games/boxart/1907319ccc.jpg,Dead to Rights,XB,Shooter,Namco,Namco,,0.72,0.53,,0.17,0.03,2002-08-19, -/games/boxart/5855436ccc.jpg,James Bond 007: Agent Under Fire,GC,Shooter,Electronic Arts,EA Redwood Shores,7.5,0.72,0.56,,0.15,0.02,2002-03-13, -/games/boxart/4622779ccc.jpg,X-Men: Mutant Academy 2,PS,Fighting,Activision,Paradox Development,,0.72,0.4,,0.27,0.05,2001-09-17, -/games/boxart/full_5359415AmericaFrontccc.jpg,Rabbids Go Home,DS,Platform,Ubisoft,Ubisoft Montpellier,8.8,0.72,0.35,,0.3,0.07,2009-11-03, -/games/boxart/full_863397AmericaFrontccc.jpg,Kirby: Canvas Curse,DS,Platform,Nintendo,HAL Laboratory,8.9,0.72,0.36,0.32,0,0.03,2005-06-13, -/games/boxart/6971235ccc.jpg,Kangaroo,2600,Platform,Atari,Atari,,0.72,0.67,,0.04,0.01,1983-01-01, -/games/boxart/full_9899020AmericaFrontccc.jpg,Battlefield: Bad Company 2,PC,Shooter,Electronic Arts,EA Digital Illusions CE,8.8,0.72,0.19,,0.53,,2010-03-02, -/games/boxart/full_1199034PALFrontccc.jpg,Deus Ex: Mankind Divided,PS4,Role-Playing,Square Enix,Eidos Montreal,,0.72,0.25,0.01,0.34,0.12,2016-08-23,2018-01-18 -/games/boxart/full_5951236AmericaFrontccc.jpg,James Cameron's Avatar: The Game,Wii,Action,Ubisoft,Ubisoft Montreal,5.9,0.72,0.32,,0.32,0.07,2009-12-01, -/games/boxart/3893190ccc.jpg,NBA Live 09,X360,Sports,Electronic Arts,EA Canada,,0.72,0.51,0,0.14,0.07,2008-10-07, -/games/boxart/75214ccc.jpg,NBA Live 08,PS2,Sports,Electronic Arts,EA Canada,,0.72,0.59,0.01,0.02,0.1,2007-10-01, -/games/boxart/8899651ccc.jpg,Tiger Woods PGA Tour 07,PS2,Sports,EA Sports,EA Redwood Shores,7.8,0.72,0.6,,0.02,0.1,2006-10-10, -/games/boxart/full_1684737AmericaFrontccc.jpg,Super Monkey Ball Jr.,GBA,Puzzle,THQ,Realism Ltd,,0.72,0.51,,0.19,0.01,2002-11-19, -/games/boxart/full_5605745AmericaFrontccc.jpg,Madden NFL 10,Wii,Sports,EA Sports,EA Tiburon,7.5,0.72,0.62,,0.04,0.06,2009-08-14, -/games/boxart/full_2062800AmericaFrontccc.jpg,Madden NFL 08,PSP,Sports,EA Sports,EA Tiburon,7.3,0.71,0.6,,0.04,0.07,2007-08-14, -/games/boxart/full_2273892AmericaFrontccc.jpg,Madden NFL 09,PSP,Sports,EA Sports,EA Tiburon,6.9,0.71,0.65,,0,0.06,2008-08-12, -/games/boxart/138746ccc.jpg,Dynasty Warriors 6,PS3,Action,KOEI,Omega Force,,0.71,0.18,0.41,0.07,0.04,2008-02-19, -/games/boxart/2740085ccc.jpg,Blast Corps,N64,Action,Nintendo,Rare Ltd.,9.1,0.71,0.39,0.17,0.09,0.06,1997-02-28, -/games/boxart/1043524ccc.jpg,Power Rangers: Dino Thunder,PS2,Action,THQ,Pacific Coast Power & Light,,0.71,0.35,,0.27,0.09,2004-09-14, -/games/boxart/full_3714693AmericaFrontccc.jpg,Battle Arena Toshinden 2,PS,Fighting,Playmates,Tamsoft,,0.71,0.15,0.41,0.1,0.05,1996-01-01, -/games/boxart/full_8252768AmericaFrontccc.jpg,Virtua Fighter 4: Evolution,PS2,Fighting,Sega,Sega-AM2,8.9,0.71,0.35,,0.27,0.09,2003-08-13, -/games/boxart/full_8242103AmericaFrontccc.jpg,Mortal Kombat (2011),PSV,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,8.8,0.71,0.42,,0.15,0.15,2012-05-02,2018-01-06 -/games/boxart/full_628323AmericaFrontccc.jpg,WWF Attitude,N64,Fighting,Acclaim Entertainment,Iguana Entertainment,,0.71,0.57,,0.13,0.01,1999-07-31, -/games/boxart/full_6487270AmericaFrontccc.jpg,Jeopardy!,PS,Misc,Hasbro Interactive,Artech Studios,,0.71,0.39,,0.27,0.05,1998-01-01, -/games/boxart/541794ccc.jpg,Godzilla: Destroy All Monsters Melee,GC,Fighting,Atari,"Pipeworks Software, Inc.",7.5,0.71,0.55,,0.14,0.02,2002-10-08, -/games/boxart/2247800ccc.jpg,Yu-Gi-Oh! The Falsebound Kingdom,GC,Strategy,Konami,Konami,4.4,0.71,0.49,0.07,0.13,0.02,2003-11-04, -/games/boxart/full_8312624AmericaFrontccc.jpg,The LEGO Movie Videogame,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,6,0.71,0.26,0.01,0.32,0.11,2014-02-07,2018-03-20 -/games/boxart/full_9696485AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.71,0.39,,0.25,0.06,2012-06-26,2019-01-02 -/games/boxart/full_2637274AmericaFrontccc.jpg,Astro Bot Rescue Mission,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,8.5,0.71,0.22,0.02,0.36,0.11,2018-10-02,2018-09-17 -/games/boxart/9142096ccc.jpg,Spyro: Enter the Dragonfly,GC,Platform,VU Games,Equinoxe,5,0.71,0.55,,0.14,0.02,2002-11-08, -/games/boxart/2091778ccc.gif,"WarioWare, Inc.: Mega Party Game$",GC,Puzzle,Nintendo,Nintendo R&D1,,0.71,0.2,0.44,0.05,0.02,2004-04-06, -/games/boxart/full_catherine_112AmericaFront.jpg,Catherine,PS3,Puzzle,Atlus,Atlus,7.9,0.71,0.3,0.2,0.15,0.06,2011-07-26,2018-09-12 -/games/boxart/6863002ccc.jpg,Conker: Live And Reloaded,XB,Action-Adventure,Microsoft Game Studios,Rare Ltd.,8.1,0.71,0.49,,0.2,0.02,2005-06-21,2018-09-25 -/games/boxart/full_dirt-3_711AmericaFront.jpg,DiRT 3,X360,Racing,Codemasters,Codemasters,9.1,0.71,0.23,0.01,0.4,0.07,2011-05-24, -/games/boxart/full_5036438AmericaFrontccc.jpg,Resident Evil: Survivor,PS,Shooter,Capcom,Capcom Production Studio 2,,0.71,0.23,0.29,0.15,0.05,2000-08-30, -/games/boxart/8319527ccc.jpg,South Park,PS,Shooter,Acclaim Entertainment,Appaloosa Interactive,1.7,0.71,0.39,,0.27,0.05,1999-09-30, -/games/boxart/7569818ccc.jpg,Doom 3: Resurrection of Evil,XB,Shooter,Activision,Nerve Software,8.2,0.71,0.53,,0.15,0.03,2005-10-05, -/games/boxart/full_1404771AmericaFrontccc.jpg,Plants vs Zombies: Garden Warfare,XOne,Shooter,Electronic Arts,PopCap Games,7.6,0.71,0.39,0,0.25,0.06,2014-02-25,2018-02-05 -/games/boxart/full_4109019AmericaFrontccc.jpg,The Crew,XOne,Racing,Ubisoft,Ubisoft Reflections,,0.71,0.32,,0.34,0.06,2014-12-02,2018-01-04 -/games/boxart/7953502ccc.jpg,Super Trucks Racing,PS2,Racing,XS Games,Jester Interactive,,0.71,0.35,,0.27,0.09,2003-10-29, -/games/boxart/full_72692AmericaFrontccc.jpg,Jeremy McGrath Supercross 2000,PS,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.71,0.4,,0.27,0.05,2000-07-14, -/games/boxart/4092444ccc.jpg,LEGO Racers,N64,Racing,LEGO Media,High Voltage Software,,0.71,0.51,,0.18,0.01,1999-10-31, -/games/boxart/full_lego-harry-potter-years-1-4_2AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PSP,Adventure,Warner Bros. Interactive,Traveller's Tales,7.5,0.71,0.14,,0.38,0.19,2010-06-29,2018-12-01 -/games/boxart/full_5869037JapanFrontccc.jpg,Tactics Ogre: Let Us Cling Together,SNES,Role-Playing,Quest,Quest Corporation,,0.71,,0.71,,0,1995-10-06, -/games/boxart/full_5104199AmericaFrontccc.jpg,Monster Hunter 3 Ultimate,WiiU,Role-Playing,Capcom,Capcom,8.7,0.71,0.24,0.22,0.2,0.04,2013-03-19,2018-01-29 -/games/boxart/full_ssx_52AmericaFront.jpg,SSX,X360,Sports,EA Sports,EA Canada,,0.71,0.38,0,0.26,0.06,2012-02-28, -/games/boxart/3993390ccc.jpg,Madden NFL 2003,XB,Sports,EA Sports,EA Tiburon,,0.71,0.67,,0.02,0.03,2002-08-12, -/games/boxart/2480176ccc.jpg,NCAA Football 09,X360,Sports,EA Sports,EA Tiburon,,0.71,0.65,,,0.05,2008-07-15, -/games/boxart/full_scooby-doo-2-monsters-unleashed_342AmericaFront.jpg,Scooby-Doo 2: Monsters Unleashed,GBA,Action,THQ,Altron,,0.71,0.51,,0.19,0.01,2004-03-16, -/games/boxart/6668446ccc.jpg,The Lord of the Rings: The Two Towers,XB,Action,Electronic Arts,Stormfront Studios,,0.71,0.45,,0.24,0.03,2002-12-30, -/games/boxart/8697492ccc.jpg,Skate,X360,Sports,Electronic Arts,EA Black Box,,0.71,0.62,0,0.03,0.06,2007-09-14, -/games/boxart/7972772ccc.jpg,F-14 Tomcat,GBA,Action,Majesco,Virtucraft,6.9,0.7,0.5,,0.19,0.01,2001-09-02, -/games/boxart/4504517ccc.jpg,Mafia,PS2,Action,Gathering of Developers,Illusion Softworks,6.5,0.7,0.34,,0.27,0.09,2004-01-28, -/games/boxart/8923229ccc.jpg,Spider-Man 2,PSP,Action,Activision,Vicarious Visions,6.4,0.7,0.35,,0.21,0.14,2005-03-15, -/games/boxart/full_9863258AmericaFrontccc.jpg,Kill.Switch,PS2,Shooter,Namco,Namco,,0.7,0.34,,0.27,0.09,2003-10-28, -/games/boxart/full_1850876AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,XOne,Shooter,Bethesda Softworks,MachineGames,,0.7,0.45,,0.19,0.07,2017-10-27, -/games/boxart/full_5440920PALFrontccc.jpg,Super Bomberman 3,SNES,Puzzle,Hudson Soft,Hudson Soft,,0.7,,0.7,,0,1995-01-01, -/games/boxart/full_3371190AmericaFrontccc.jpg,TimeSplitters 2,PS2,Shooter,Eidos Interactive,Free Radical Design,9.1,0.7,0.34,,0.27,0.09,2002-10-09, -/games/boxart/full_4232715AmericaFrontccc.jpg,NASCAR 2001,PS2,Racing,EA Sports,EA Black Box,,0.7,0.34,,0.27,0.09,2000-11-06, -/games/boxart/full_driver-san-francisco_836AmericaFront.jpg,Driver: San Francisco,X360,Racing,Ubisoft,Ubisoft Reflections,8.1,0.7,0.25,0,0.37,0.07,2011-09-06, -/games/boxart/full_3332805AmericaFrontccc.jpeg,Need for Speed Rivals,XOne,Racing,Electronic Arts,Ghost Games,,0.7,0.45,,0.19,0.07,2013-11-22,2018-01-16 -/games/boxart/full_wwe-smackdown-vs-raw-2011_1AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PSP,Fighting,THQ,JAKKS Pacific,,0.7,0.22,,0.31,0.17,2010-10-26, -/games/boxart/full_the-sims-medieval_788PALFront.jpg,The Sims: Medieval,PC,Simulation,Electronic Arts,The Sims Studio,7.2,0.7,0.29,,0.32,0.09,2011-03-22, -/games/boxart/full_7833742AmericaFrontccc.jpg,LEGO Rock Band,Wii,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,6.8,0.7,0.41,,0.22,0.06,2009-11-03, -/games/boxart/6627744ccc.jpg,Star Wars: Obi-Wan,XB,Action,LucasArts,LucasArts,,0.7,0.52,,0.16,0.02,2001-12-19, -/games/boxart/full_2547801AmericaFrontccc.jpg,SplashDown,PS2,Racing,Atari,Rainbow Studios,,0.7,0.34,,0.27,0.09,2001-11-05, -/games/boxart/full_8607808AmericaFrontccc.jpg,Rocksmith 2014,PC,Music,Ubisoft,Ubisoft San Francisco,9,0.7,0.39,,0.24,0.06,2016-10-04,2018-03-08 -/games/boxart/full_8066901AmericaFrontccc.jpg,Monster Hunter Stories,3DS,Role-Playing,Capcom,Marvelous,8.1,0.7,0.14,0.39,0.15,0.03,2017-09-08,2018-05-23 -/games/boxart/7978297ccc.jpg,Two Worlds,X360,Role-Playing,SouthPeak Interactive,Reality Pump,,0.7,0.41,,0.22,0.07,2007-08-23, -/games/boxart/159372ccc.jpg,Mobile Suit Gundam: Journey to Jaburo,PS2,Simulation,Bandai,Bandai,,0.7,0.16,0.36,0.13,0.04,2001-08-06, -/games/boxart/full_rift_95AmericaFront.jpg,RIFT,PC,Role-Playing,Unknown,Trion Worlds,8.3,0.7,0.47,,0.16,0.08,2011-03-01, -/games/boxart/full_1352346AmericaFrontccc.jpg,Jade Empire,XB,Role-Playing,Microsoft Game Studios,BioWare Corp.,9,0.7,0.48,,0.19,0.03,2005-04-12,2018-09-25 -/games/boxart/full_8124351AmericaFrontccc.jpg,Chocobo's Dungeon 2,PS,Role-Playing,Square EA,SquareSoft,6.2,0.7,0.04,0.58,0.03,0.05,1999-11-30, -/games/boxart/full_4034435AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,WiiU,Action-Adventure,Disney Interactive Studios,Avalanche Software,,0.7,0.41,,0.22,0.06,2014-09-23,2018-01-30 -/games/boxart/full_3315945AmericaFrontccc.jpg,Advance Wars,GBA,Strategy,Nintendo,Intelligent Systems,9.4,0.7,0.5,,0.19,0.01,2001-09-09, -/games/boxart/full_8571086AmericaFrontccc.jpg,Command & Conquer: Red Alert Retaliation,PS,Strategy,Virgin Interactive,Westwood Studios,,0.7,0.39,,0.27,0.05,1998-08-28, -/games/boxart/3550310ccc.jpg,Tony Hawk's Underground,GC,Sports,Activision,Neversoft Entertainment,9,0.7,0.54,,0.14,0.02,2003-10-27, -/games/boxart/full_fifa-soccer-11_10AmericaFront.jpg,FIFA Soccer 11,DS,Sports,EA Sports,Exient Entertainment,7,0.7,0.13,,0.49,0.08,2010-09-28, -/games/boxart/full_2144424AmericaFrontccc.jpg,NCAA Football 08,X360,Sports,Electronic Arts,EA Tiburon,,0.7,0.65,,,0.05,2007-07-17, -/games/boxart/full_9710503AmericaFrontccc.jpg,Skylanders: Trap Team,PS3,Platform,Activision,Toys for Bob,,0.7,0.28,,0.3,0.12,2014-10-05,2018-03-17 -/games/boxart/1204443ccc.jpg,Ape Escape: On the Loose,PSP,Platform,Sony Computer Entertainment,SIMS,6.6,0.7,0.52,0.12,0.01,0.05,2005-03-22, -/games/boxart/2801795ccc.jpg,Disney's Chicken Little,GBA,Platform,Buena Vista,A2M,7.9,0.7,0.5,,0.18,0.01,2005-10-20, -/games/boxart/2769608ccc.jpg,NCAA Football 2001,PS,Sports,EA Sports,EA Sports,,0.7,0.39,,0.26,0.05,2000-07-25, -/games/boxart/full_9065149AmericaFrontccc.jpg,Marvel vs. Capcom: Infinite,PS4,Fighting,Capcom,Capcom,,0.7,0.36,0.04,0.19,0.11,2017-09-19,2018-05-19 -/games/boxart/full_6588337AmericaFrontccc.jpg,Ace Attorney Investigations: Miles Edgeworth,DS,Adventure,Capcom,Capcom,7.7,0.7,0.23,0.3,0.14,0.04,2010-02-16, -/games/boxart/full_8513540AmericaFrontccc.jpg,NCAA Football 98,PS,Sports,EA Sports,EA Tiburon,,0.7,0.39,,0.27,0.05,1997-07-31, -/games/boxart/full_712921AmericaFrontccc.jpg,Mario & Sonic at the Rio 2016 Olympic Games,3DS,Sports,Nintendo,Arzest,,0.7,0.1,0.28,0.29,0.03,2016-03-18,2018-04-05 -/games/boxart/full_nhl-12_652AmericaFront.jpg,NHL 12,X360,Sports,EA Sports,EA Canada,8.8,0.7,0.55,,0.1,0.05,2011-09-13, -/games/boxart/full_9553439AmericaFrontccc.jpg,Hannah Montana: The Movie,DS,Adventure,Disney Interactive Studios,n-Space,,0.7,0.38,,0.25,0.07,2009-04-07, -/games/boxart/6182618ccc.jpg,Classic NES Series: Zelda II: The Adventure of Link,GBA,Adventure,Nintendo,Nintendo EAD,6.6,0.7,0.37,0.17,0.14,0.01,2004-10-25, -/games/boxart/8869590ccc.jpg,Madden NFL 2005,GC,Sports,EA Sports,EA Tiburon,9.2,0.7,0.54,,0.14,0.02,2004-08-09, -/games/boxart/full_james-bond-007-blood-stone_3AmericaFront.jpg,James Bond 007: Blood Stone,PS3,Action,Activision,Bizarre Creations,6.2,0.7,0.18,0.02,0.37,0.12,2010-11-02, -/games/boxart/full_1242467AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PS3,Action,Activision,Luxoflux Corp.,6.5,0.7,0.28,,0.3,0.12,2009-06-23, -/games/boxart/full_8577232AmericaFrontccc.jpg,Metal Gear Solid HD Collection,X360,Action,Konami Digital Entertainment,Bluepoint Games,,0.7,0.42,,0.22,0.06,2011-11-08,2018-03-19 -/games/boxart/1208750ccc.jpg,MLB 08: The Show,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.7,0.64,,,0.05,2008-03-04,2018-12-04 -/games/boxart/full_7983313AmericaFrontccc.jpg,Mortal Kombat: Shaolin Monks,PS2,Action,Midway Games,Midway Studios Los Angeles,8,0.69,0.58,,0.02,0.09,2005-09-16, -/games/boxart/full_motionsports_200AmericaFront.jpg,MotionSports,X360,Sports,Ubisoft,Ubisoft Milan,4.1,0.69,0.38,,0.25,0.07,2010-11-04, -/games/boxart/full_506342AmericaFrontccc.jpg,FIFA 13,Wii,Sports,EA Sports,EA Canada,,0.69,0.18,,0.46,0.06,2012-09-25,2018-04-06 -/games/boxart/full_6857402JapanFrontccc.jpg,J-League Soccer: Prime Goal,SNES,Sports,Namco,Namco,,0.69,,0.69,,0,1993-08-06, -/games/boxart/full_9150225AmericaFrontccc.jpg,Rayman Legends,NS,Platform,Ubisoft,Ubisoft Montpellier,4.5,0.69,0.23,,0.4,0.05,2017-09-12,2019-01-02 -/games/boxart/full_9070423AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,GC,Adventure,Electronic Arts,Eurocom Entertainment Software,,0.69,0.53,,0.14,0.02,2002-11-14, -/games/boxart/full_2591333AmericaFrontccc.jpg,World of Zoo,DS,Simulation,THQ,Blue Fang Games,,0.69,0.43,,0.2,0.07,2009-10-26, -/games/boxart/full_8890112AmericaFrontccc.jpg,LEGO Worlds,XOne,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.69,0.28,,0.35,0.05,2017-03-07, -/games/boxart/full_6367111AmericaFrontccc.jpg,Kirby's Dream Collection: Special Edition,Wii,Platform,Nintendo,HAL Laboratory,8,0.69,0.33,0.33,,0.03,2012-09-16,2018-03-20 -/games/boxart/full_4839594AmericaFrontccc.jpg,Moto Racer 2,PS,Racing,Electronic Arts,Delphine Software International,,0.69,0.39,,0.26,0.05,1998-08-31, -/games/boxart/full_the-sly-collection_465AmericaFront.jpg,The Sly Collection,PS3,Platform,Sony Computer Entertainment,Sanzaru Games,8.7,0.69,0.52,0.01,0.08,0.08,2010-11-09,2018-04-12 -/games/boxart/full_7318016JapanFrontccc.jpg,Mappy,NES,Platform,Namco,Namco,,0.69,,0.69,,,1984-11-14, -/games/boxart/full_super-mario-usa_7JapanFront.jpg,Super Mario USA,NES,Platform,Nintendo,Nintendo EAD,,0.69,,0.69,,0,1992-09-14, -/games/boxart/full_6203433AmericaFrontccc.jpg,Mario Party: The Top 100,3DS,Party,Nintendo,"Nd Cube Co., Ltd.",5,0.69,0.23,0.24,0.17,0.04,2017-11-10,2020-08-04 -/games/boxart/4422106ccc.jpg,Dragon Ball Z: Budokai,GC,Fighting,Atari,Pyramid,6.8,0.69,0.53,,0.14,0.02,2003-10-28, -/games/boxart/4528321ccc.jpg,Shrek the Third,X360,Action,Activision,7 Studios,,0.69,0.54,,0.09,0.06,2007-05-15, -/games/boxart/full_832431PALFrontccc.jpg,Fortnite,NS,Shooter,Warner Bros. Interactive Entertainment,Epic Games,8.5,0.69,0.38,0.01,0.24,0.06,2018-11-16,2018-06-18 -/games/boxart/3813241ccc.jpg,Halo 2 Multiplayer Map Pack,XB,Shooter,Microsoft Game Studios,Bungie Studios,8.6,0.69,0.54,,0.13,0.02,2005-07-05,2018-10-11 -/games/boxart/full_8792483AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,PS3,Action,Ubisoft,Ubisoft Montreal,,0.69,0.19,0.01,0.36,0.12,2010-05-18, -/games/boxart/full_5494675AmericaFrontccc.jpg,Metal Gear Solid: Portable Ops Plus,PSP,Action,Konami,Kojima Productions,6.9,0.69,0.26,0.26,0.01,0.17,2007-11-13, -/games/boxart/1990081ccc.jpg,King Kong,2600,Action,Tigervision,Tigervision,,0.69,0.65,,0.04,0.01,1982-01-01, -/games/boxart/3191651ccc.jpg,NFL Xtreme,PS,Sports,Sony Computer Entertainment,989 Sports,,0.69,0.38,,0.26,0.05,1998-06-30, -/games/boxart/full_3218513AmericaFrontccc.jpg,The Lord of the Rings: The Return of the King,GC,Action,Electronic Arts,"Hypnos Entertainment, Inc.",8.7,0.69,0.53,,0.14,0.02,2003-11-05, -/games/boxart/4312068ccc.jpg,The Sims 2: Apartment Pets,DS,Simulation,Electronic Arts,The Sims Studio,,0.69,0.31,,0.3,0.07,2008-08-26,2018-04-20 -/games/boxart/full_top-spin-4_189AmericaFront.jpg,Top Spin 4,PS3,Sports,2K Sports,2K Czech,8.2,0.69,0.17,,0.4,0.12,2011-03-15, -/games/boxart/full_9490666AmericaFrontccc.jpg,X-Men Origins: Wolverine - Uncaged Edition,X360,Action,Activision,Raven Software,7.1,0.69,0.42,,0.21,0.06,2009-05-01, -/games/boxart/4154391ccc.jpg,MX vs. ATV Unleashed: On the Edge,PSP,Racing,THQ,Rainbow Studios,7.3,0.69,0.64,,0,0.05,2006-02-27, -/games/boxart/full_7706527AmericaFrontccc.jpg,Mario Pinball Land,GBA,Misc,Nintendo,Fuse Games Limited,,0.69,0.5,,0.18,0.01,2004-10-04, -/games/boxart/full_5001498AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,PS3,Simulation,505 Games,Gaijin Entertainment,8,0.69,0.34,,0.25,0.1,2009-09-08, -/games/boxart/full_2169609AmericaFrontccc.jpg,The Evil Within,XOne,Misc,Bethesda Softworks,Tango Gameworks,7.9,0.69,0.36,0,0.27,0.06,2014-10-14,2018-03-13 -/games/boxart/9242661ccc.jpg,NCAA Football 2005,XB,Sports,EA Sports,EA Tiburon,,0.68,0.63,,0.02,0.03,2004-07-15, -/games/boxart/full_the-last-story_732PALFront.jpg,The Last Story,Wii,Role-Playing,Xseed Games,Mistwalker Corporation / AQ Interactive,,0.68,0.31,0.18,0.13,0.05,2012-08-14, -/games/boxart/full_5646838AmericaFrontccc.jpg,METRO Redux,PS4,Shooter,Deep Silver,4a-games,,0.68,0.22,0.05,0.31,0.1,2014-08-26,2018-05-31 -/games/boxart/1660136ccc.jpg,FIFA Soccer 06,XB,Sports,EA Sports,EA Canada,,0.68,0.29,,0.38,0.01,2005-10-04, -/games/boxart/full_6382876AmericaFrontccc.jpg,Prince of Persia: The Two Thrones,PS2,Adventure,Ubisoft,Ubisoft Montreal,,0.68,0.57,,0.02,0.09,2005-12-01, -/games/boxart/full_6641576AmericaFrontccc.jpg,Fight Night 2004,XB,Fighting,EA Sports,EA Canada,,0.68,0.51,,0.15,0.02,2004-04-05, -/games/boxart/5996664ccc.jpg,Naruto: Clash of Ninja,GC,Fighting,D3 Publisher,Tomy,,0.68,0.53,,0.14,0.02,2006-03-07, -/games/boxart/4798012ccc.jpg,Bushido Blade 2,PS,Fighting,Square EA,Light Weight,7.5,0.68,0.25,0.22,0.17,0.04,1998-02-28, -/games/boxart/3692396ccc.jpg,Mortal Kombat Mythologies: Sub-Zero,PS,Platform,Midway Games,Avalanche Software,,0.68,0.38,,0.26,0.04,1997-10-01, -/games/boxart/full_5323755AmericaFrontccc.jpg,Frozen: Olaf's Quest,3DS,Platform,GameMill Entertainment,1st Playable Productions,,0.68,0.32,,0.31,0.06,2013-11-12,2018-01-07 -/games/boxart/full_8820945AmericaFrontccc.jpg,Mercenaries: Playground of Destruction,XB,Action,LucasArts,Pandemic Studios,,0.68,0.54,,0.11,0.03,2005-01-10, -/games/boxart/full_3434492AmericaFrontccc.jpg,NHL 13,X360,Sports,Electronic Arts,EA Canada,8.2,0.68,0.51,,0.11,0.06,2012-09-11,2018-03-21 -/games/boxart/full_8558197AmericaFrontccc.jpg,Shark Tale,GBA,Action,Activision,Vicarious Visions,,0.68,0.49,,0.18,0.01,2004-09-27, -/games/boxart/full_9283761AmericaFrontccc.jpg,NBA Street Vol. 2,XB,Sports,EA Sports BIG,EA Canada,,0.68,0.62,,0.04,0.02,2003-04-28, -/games/boxart/full_lego-harry-potter-years-5-7_567AmericaFront.jpg,LEGO Harry Potter: Years 5-7,DS,Action,Warner Bros. Interactive,Traveller's Tales,,0.68,0.35,,0.26,0.07,2011-11-11, -/games/boxart/full_disney-tangled_280AmericaFront.jpg,Disney Tangled,Wii,Action,Disney Interactive Studios,Disney Interactive Studios,,0.68,0.46,,0.17,0.05,2010-11-23, -/games/boxart/9187138ccc.jpg,Baldur's Gate: Dark Alliance II,PS2,Role-Playing,Interplay,Black Isle Studios,7.8,0.68,0.34,,0.26,0.09,2004-01-20, -/games/boxart/full_1966900PALFrontccc.jpg,F1 2015,PS4,Racing,Codemasters,Codemasters Birmingham,5.9,0.68,0.1,0.04,0.45,0.1,2015-07-21,2018-05-23 -/games/boxart/19085ccc.jpg,.hack//Mutation Part 2,PS2,Role-Playing,Bandai,CyberConnect2,7.5,0.68,0.23,0.2,0.18,0.06,2003-05-07, -/games/boxart/6084458ccc.jpg,Iron Man,PS3,Action,Sega,Secret Level,5.1,0.68,0.32,,0.25,0.11,2008-05-02, -/games/boxart/7996881ccc.jpg,Star Wars: Masters of Teras Kasi,PS,Action,LucasArts,LucasArts,6.8,0.68,0.38,,0.26,0.04,1997-10-31, -/games/boxart/full_7814253AmericaFrontccc.jpg,Cars: Mater-National Championship,DS,Racing,THQ,Rainbow Studios,,0.68,0.63,,0,0.05,2007-10-29, -/games/boxart/full_2181161AmericaFrontccc.jpg,Rayman Legends,WiiU,Platform,Ubisoft,Ubisoft Montpellier,9.5,0.68,0.25,0.03,0.35,0.05,2013-09-03,2019-01-02 -/games/boxart/9467414ccc.jpg,Suikoden II,PS,Role-Playing,Konami,Konami,8.5,0.68,0.15,0.38,0.1,0.04,1999-09-29, -/games/boxart/full_8680269AmericaFrontccc.jpg,Rune Factory 4,3DS,Role-Playing,Xseed Games,Neverland Company,,0.68,0.4,0.22,0.01,0.05,2013-10-01,2018-01-08 -/games/boxart/full_1406409AmericaFrontccc.jpg,Midway Arcade Treasures 2,PS2,Misc,Midway Games,Backbone Entertainment,,0.68,0.33,,0.26,0.09,2004-10-11, -/games/boxart/full_lalaloopsy_622AmericaFront.jpg,Lalaloopsy,DS,Simulation,Activision,Activision,,0.68,0.51,,0.1,0.07,2011-11-06, -/games/boxart/full_1960248AmericaFrontccc.jpg,Borderlands 2,PSV,Shooter,2K Games,Gearbox Software,,0.68,0.33,0.01,0.18,0.16,2014-05-06,2018-04-06 -/games/boxart/3078395ccc.jpg,Tourist Trophy: The Real Riding Simulator,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,0.68,0.28,0.11,0.22,0.07,2006-04-04, -/games/boxart/5089195ccc.jpg,MX vs. ATV Untamed,X360,Racing,THQ,Rainbow Studios,,0.68,0.55,,0.08,0.06,2007-12-17, -/games/boxart/full_5923059AmericaFrontccc.jpg,Borderlands: The Handsome Collection,XOne,Shooter,2K Games,Gearbox Software,,0.68,0.49,,0.13,0.07,2015-03-24, -/games/boxart/full_test-drive-unlimited-2_832AmericaFront.jpg,Test Drive Unlimited 2,X360,Racing,Atari,Eden Studios,6.8,0.68,0.3,0,0.32,0.06,2011-02-08, -/games/boxart/full_9510869AmericaFrontccc.jpg,Hot Shots Golf: Open Tee 2,PSP,Sports,Sony Computer Entertainment,Clap Hanz,8,0.68,0.21,0.28,0.11,0.08,2008-06-03, -/games/boxart/4381023ccc.jpg,Adventures of Tron,2600,Action,Mattel Interactive,Mattel,,0.67,0.63,,0.03,0.01,1982-01-01, -/games/boxart/3887685ccc.jpg,Street Sk8er,PS,Sports,Electronic Arts,Micro Cabin,,0.67,0.37,,0.25,0.04,1999-01-01, -/games/boxart/full_695415AmericaFrontccc.jpg,Summer Sports: Paradise Island (Others sales),Wii,Sports,Destineer,Digital Embryo,,0.67,,,0.66,0.01,2008-04-15, -/games/boxart/full_1701475AmericaFrontccc.jpg,Madden NFL 10,PSP,Sports,EA Sports,EA Tiburon,8,0.67,0.5,,0.08,0.09,2009-08-14, -/games/boxart/3684631ccc.jpg,Mass Effect,PC,Role-Playing,Electronic Arts,BioWare / Demiurge Studios,9.1,0.67,,,0.59,0.07,2008-05-28, -/games/boxart/full_3447163AmericaFrontccc.jpg,Diablo III: Eternal Collection,NS,Action,Blizzard Entertainment,Blizzard Entertainment,9,0.67,0.38,0.01,0.22,0.06,2018-11-02,2018-09-13 -/games/boxart/full_7408012AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.67,0.31,0.01,0.29,0.06,2017-11-14,2018-02-11 -/games/boxart/full_8909678AmericaFrontccc.jpg,Bakugan: Battle Brawlers,Wii,Action,Activision,MTO,,0.67,0.59,,0.03,0.05,2009-10-20, -/games/boxart/full_2726765AmericaFrontccc.jpg,Contra: Legacy of War,PS,Shooter,Konami,Appaloosa Interactive,6.5,0.67,0.37,,0.25,0.04,1996-11-30, -/games/boxart/3632050ccc.jpg,Armored Core 3,PS2,Simulation,Agetec,From Software,,0.67,0.22,0.23,0.17,0.06,2002-09-05, -/games/boxart/full_5489510AmericaFrontccc.jpg,Rocksmith 2014,PS4,Music,Ubisoft,Ubisoft San Francisco,,0.67,0.38,,0.17,0.12,2016-10-04,2018-03-08 -/games/boxart/full_4393504AmericaFrontccc.jpg,100 Classic Books,DS,Misc,Nintendo,Genius Sonority Inc.,4,0.67,0.12,,0.52,0.02,2010-06-14, -/games/boxart/full_17604JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoko Kentei Kyoukai Kounin: KanKen DS,DS,Misc,Rocket Company,Imagineer,,0.67,,0.67,,,2006-09-28, -/games/boxart/full_country-dance_201AmericaFront.jpg,Country Dance,Wii,Misc,GameMill,High Voltage Software,,0.67,0.58,,0.04,0.05,2011-03-29, -/games/boxart/full_7507250AmericaFrontccc.jpg,Unreal Tournament III,PS3,Shooter,Midway Games,Epic Games,8.6,0.67,0.33,,0.24,0.1,2007-12-11, -/games/boxart/full_7569498AmericaFrontccc.jpg,Evolve,XOne,Shooter,2K Games,Turtle Rock Studios,,0.67,0.4,,0.2,0.06,2015-02-10,2018-05-10 -/games/boxart/full_7351934AmericaFrontccc.jpg,Fight Night Round 2004,XB,Fighting,EA Sports,EA Sports,,0.67,0.46,,0.18,0.03,2004-04-05, -/games/boxart/full_fossil-fighters-champions_757AmericaFront.jpg,Fossil Fighters: Champions,DS,Role-Playing,Nintendo,RED Entertainment,,0.67,0.31,0.34,,0.02,2011-11-14, -/games/boxart/3270560ccc.jpg,Wild ARMs 2,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,6.5,0.67,0.19,0.31,0.13,0.04,2000-04-30, -/games/boxart/full_need-for-speed-shift-2-unleashed_96AmericaFront.jpg,Need for Speed: Shift 2 Unleashed,PS3,Racing,Electronic Arts,Slightly Mad Studios,8.4,0.67,0.2,,0.36,0.12,2011-03-29, -/games/boxart/full_the-sims-3_1AmericaFront.jpg,The Sims 3,DS,Simulation,Electronic Arts,The Sims Studio,7.5,0.67,0.38,,0.23,0.06,2010-10-26, -/games/boxart/9280038ccc.jpg,Blazing Angels: Squadrons of WWII,PS3,Simulation,Ubisoft,Ubisoft Romania,6.8,0.67,0.35,,0.22,0.1,2006-12-12, -/games/boxart/full_2584340AmericaFrontccc.jpg,Return to Castle Wolfenstein: Tides of War,XB,Shooter,Activision,Gray Matter Studios / Nerve Software,,0.67,0.49,,0.16,0.02,2003-05-06, -/games/boxart/full_6147403AmericaFrontccc.jpg,Call of Duty: Ghosts,PC,Shooter,Activision,Infinity Ward,8.8,0.67,0.26,,0.36,0.05,2013-11-05,2018-03-21 -/games/boxart/full_1818944AmericaFrontccc.jpg,Disney Infinity,WiiU,Action-Adventure,Disney Interactive Studios,Avalanche Software,7.6,0.67,0.37,,0.24,0.06,2013-08-18,2018-01-30 -/games/boxart/7520060ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GBA,Adventure,Buena Vista,Amaze Entertainment,6.8,0.67,0.48,,0.18,0.01,2005-11-14, -/games/boxart/5094894ccc.jpg,Star Wars: Republic Commando,XB,Shooter,LucasArts,LucasArts,,0.67,0.48,,0.17,0.02,2005-02-28, -/games/boxart/full_9366567AmericaFrontccc.jpg,Lollipop Chainsaw,PS3,Action,Warner Bros. Interactive Entertainment,Grasshopper Manufacture,,0.67,0.27,0.11,0.21,0.08,2012-06-12,2018-01-11 -/games/boxart/356830ccc.jpg,Spice World,PS,Action,Psygnosis,SCEE London Studio,,0.67,0.37,,0.25,0.04,1998-07-31, -/games/boxart/4749378ccc.jpg,Turok,PS3,Shooter,Touchstone,Propaganda Games,,0.67,0.35,0.01,0.21,0.1,2008-02-05, -/games/boxart/full_9673291AmericaFrontccc.jpg,Tom Clancy's EndWar,PS3,Strategy,Ubisoft,Ubisoft Shanghai,,0.67,0.33,0.01,0.22,0.11,2008-11-04, -/games/boxart/full_napoleon-total-war_558PALFront.jpg,Napoleon: Total War,PC,Strategy,Sega,The Creative Assembly,8.5,0.67,0.02,,0.54,0.11,2010-02-23, -/games/boxart/full_7786092AmericaFrontccc.jpg,Spider-Man 3,PS3,Platform,Activision,Treyarch,6.6,0.67,0.26,0.02,0.29,0.11,2007-05-04, -/games/boxart/7442241ccc.jpg,The Fairly Odd Parents: Breakin Da Rules,PS2,Platform,THQ,Blitz Games,,0.67,0.33,,0.25,0.09,2003-11-03, -/games/boxart/1821888ccc.jpg,NFL Street,XB,Sports,EA Sports BIG,EA Tiburon,,0.66,0.49,,0.15,0.02,2004-01-13, -/games/boxart/full_2040981AmericaFrontccc.jpg,WWE 2K18,XOne,Sports,2K Sports,Yuke's,,0.66,0.35,,0.25,0.06,2017-10-17, -/games/boxart/full_1344463AmericaFrontccc.jpg,NCAA March Madness 2003,PS2,Sports,EA Sports,NuFX,,0.66,0.32,,0.25,0.08,2002-11-21, -/games/boxart/full_2492923AmericaFrontccc.jpg,The LEGO Movie Videogame,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.66,0.33,0.03,0.24,0.05,2014-02-07,2018-03-20 -/games/boxart/full_539460AmericaFrontccc.jpg,Tomb Raider: Definitive Edition,XOne,Action-Adventure,Square Enix,Crystal Dynamics,,0.66,0.38,,0.22,0.06,2014-01-28,2018-06-13 -/games/boxart/full_7469503AmericaFrontccc.jpg,Pro Pinball: Big Race USA,PS,Misc,Empire Interactive,Cunning Developments,,0.66,0.37,,0.25,0.04,2000-07-26, -/games/boxart/full_2615392AmericaFrontccc.jpg,Book of Spells,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,6.5,0.66,0.16,,0.4,0.11,2012-11-13,2018-12-03 -/games/boxart/full_7971070AmericaFrontccc.jpg,Plants vs Zombies: Garden Warfare,PS4,Shooter,Electronic Arts,PopCap Games,,0.66,0.24,0.01,0.3,0.11,2014-08-19,2018-02-05 -/games/boxart/8344280ccc.jpg,The Darkness,PS3,Shooter,2K Games,Starbreeze,,0.66,0.2,,0.34,0.12,2007-05-25, -/games/boxart/full_7861631AmericaFrontccc.jpg,The Sims: Bustin' Out,GC,Simulation,Electronic Arts,Maxis,7.9,0.66,0.43,,0.2,0.03,2003-12-15, -/games/boxart/full_222429AmericaFrontccc.jpg,TV Show King Party,Wii,Puzzle,Ubisoft,Gameloft,,0.66,0.18,,0.4,0.08,2008-10-28, -/games/boxart/full_4455632JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 200 Mannin no KanKen: Tokoton Kanji Nou,DS,Misc,IE Institute,IE Institute,,0.66,,0.66,,,2006-11-09, -/games/boxart/full_2726763JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 200 Mannin no KanKen: Tokoton Kanji Nou,DS,Misc,IE Institute,IE Institute,,0.66,,0.66,,,2006-11-09, -/games/boxart/full_6280006PALFrontccc.jpg,Peppa Pig: Fun and Games,DS,Misc,Ubisoft,Ubisoft,,0.66,,,0.57,0.09,2010-03-26, -/games/boxart/full_413403AmericaFrontccc.png,Freedom Wars,PSV,Misc,Sony Computer Entertainment,SCE Japan Studio,,0.66,0.15,0.32,0.1,0.08,2014-10-28,2018-04-12 -/games/boxart/89603ccc.jpg,Um Jammer Lammy,PS,Misc,Sony Computer Entertainment,NanaOn-Sha,,0.66,0.12,0.41,0.08,0.04,1999-07-31, -/games/boxart/2658058ccc.jpg,Final Fantasy Crystal Chronicles: Ring of Fates,DS,Role-Playing,Square Enix,Square Enix,7.7,0.66,0.22,0.42,0.01,0.02,2008-03-11, -/games/boxart/full_the-sims-3-high-end-loft-stuff_0AmericaFront.jpg,The Sims 3: High-End Loft Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.66,0.01,,0.54,0.11,2010-02-02, -/games/boxart/7346049ccc.jpg,Suikoden IV,PS2,Role-Playing,Konami,Konami Computer Entertainment Tokyo,6.3,0.66,0.17,0.3,0.13,0.05,2005-01-11, -/games/boxart/7948374ccc.jpg,Darkstone,PS,Role-Playing,Take-Two Interactive,Delphine Software International,6.7,0.66,0.37,,0.25,0.04,2001-01-28, -/games/boxart/full_9579299JapanFrontccc.gif,Dragon Quest Monsters: Caravan Heart,GBA,Role-Playing,Unknown,TOSE,,0.66,,0.64,,0.02,2020-12-31, -/games/boxart/712418ccc.jpg,Legend of Legaia,PS,Role-Playing,Sony Computer Entertainment,Contrail,8.1,0.66,0.37,,0.25,0.04,1999-03-17, -/games/boxart/full_7477007JapanFrontccc.jpg,Taiko no Tatsujin Wii: Super Deluxe Edition,Wii,Music,Namco Bandai Games,Bandai Namco Games,,0.66,,0.66,,,2012-11-29,2018-03-21 -/games/boxart/full_668506AmericaFrontccc.jpg,Command & Conquer: Red Alert 3,PC,Strategy,Electronic Arts,EA Los Angeles,8.2,0.66,0.01,,0.64,0.02,2008-10-28, -/games/boxart/full_2653242AmericaFrontccc.jpg,Thrillville,PS2,Strategy,LucasArts,Frontier Developments,,0.66,0.55,,0.02,0.09,2006-11-21, -/games/boxart/full_2551920AmericaFrontccc.jpg,WWE SmackDown vs. RAW 2007,PSP,Fighting,THQ,Yuke's,7.8,0.66,0.33,,0.2,0.14,2006-12-06, -/games/boxart/full_hidden-objects-mystery-stories_643AmericaFront.png,Hidden Objects: Mystery Stories,DS,Adventure,Navarre Corp,cerasus.media GmbH,,0.66,0.18,,0.43,0.05,2010-07-20, -/games/boxart/full_5970240AmericaFrontccc.jpg,Strawberry Shortcake: Summertime Adventure,GBA,Adventure,Majesco,Gorilla Systems,,0.66,0.47,,0.18,0.01,2004-11-16, -/games/boxart/full_8014489AmericaFrontccc.jpg,Club Penguin: Elite Penguin Force - Herbert's Revenge,DS,Adventure,Disney Interactive Studios,1st Playable Productions,,0.66,0.39,,0.21,0.06,2010-05-25, -/games/boxart/full_2736526AmericaFrontccc.jpg,London 2012: The Official Video Game of the Olympic Games,PS3,Sports,Sega,Sega Studios Australia,6.2,0.66,0.06,,0.49,0.12,2012-06-26, -/games/boxart/full_1171938PALFrontccc.jpg,FIFA 15,PSV,Sports,EA Sports,EA Canada,,0.66,0.09,0.06,0.38,0.13,2014-09-23,2018-03-23 -/games/boxart/5734206ccc.jpg,Street Fighter Anniversary Collection,PS2,Fighting,Capcom,Capcom,,0.66,0.32,,0.25,0.08,2004-08-31, -/games/boxart/full_4244237AmericaFrontccc.jpg,Toy Story 3: The Video Game,PSP,Action,Disney Interactive Studios,Avalanche Software,,0.66,0.27,,0.24,0.14,2010-06-15, -/games/boxart/full_7769766AmericaFrontccc.jpg,Tiger Woods PGA Tour 2000,PS,Sports,EA Sports,EA Redwood Shores,,0.66,0.37,,0.25,0.04,1999-11-30, -/games/boxart/full_6140312AmericaFrontccc.jpg,Shaun White Snowboarding,PS3,Sports,Ubisoft,Ubisoft Montreal,6,0.66,0.31,0.01,0.24,0.1,2008-11-16, -/games/boxart/9034022ccc.jpg,Animaniacs Ten Pin Alley,PS,Sports,ASC Games,Saffire Corporation,,0.66,0.36,,0.25,0.04,1998-12-01, -/games/boxart/full_6216057AmericaFrontccc.jpg,Plants vs Zombies: Garden Warfare,PS3,Shooter,Electronic Arts,PopCap Games,,0.66,0.22,0.01,0.32,0.11,2014-08-19,2018-02-05 -/games/boxart/full_fist-of-the-north-star-kens-rage_1AmericaFront.jpg,Fist of the North Star: Ken's Rage,PS3,Action,Tecmo Koei,Tecmo Koei Games,4.8,0.66,0.06,0.55,0.03,0.01,2010-11-02,2018-07-30 -/games/boxart/full_castlevania-lords-of-shadow_5AmericaFront.jpg,Castlevania: Lords of Shadow,X360,Action,Konami,Mercury Steam,7.9,0.66,0.42,0.01,0.17,0.05,2010-10-05, -/games/boxart/1302377ccc.jpg,Finding Nemo,XB,Action,THQ,Traveller's Tales,,0.66,0.48,,0.16,0.02,2003-05-09, -/games/boxart/1219169ccc.jpg,Ratatouille,PSP,Platform,THQ,Locomotive Games,6.6,0.66,0.22,,0.28,0.16,2007-06-26, -/games/boxart/7018406ccc.jpg,Disney's Kim Possible 2: Drakken's Demise,GBA,Platform,Disney Interactive Studios,Artificial Mind and Movement,8.3,0.66,0.47,,0.17,0.01,2004-09-15, -/games/boxart/9094987ccc.jpg,Madagascar,GC,Platform,Activision,Toys for Bob,6.8,0.66,0.52,,0.13,0.02,2005-05-24, -/games/boxart/full_525886AmericaFrontccc.jpg,Shrek: Hassle at the Castle,GBA,Action,TDK Mediactive,TOSE,,0.66,0.47,,0.17,0.01,2002-10-10, -/games/boxart/8070527ccc.jpg,Brothers In Arms: Road to Hill 30,XB,Shooter,Ubisoft,Gearbox Software,,0.66,0.49,,0.14,0.02,2005-03-01, -/games/boxart/full_3334711AmericaFrontccc.jpg,2014 FIFA World Cup Brazil,PS3,Sports,EA Sports,EA Canada,7.9,0.66,0.15,0.01,0.4,0.1,2014-04-15,2018-03-22 -/games/boxart/full_6810870AmericaFrontccc.jpg,NHL 13,PS3,Sports,Electronic Arts,EA Canada,8.3,0.66,0.33,,0.23,0.1,2012-09-11,2018-03-21 -/games/boxart/18122ccc.jpg,Tony Hawk's Proving Ground,PS2,Sports,Activision,Page 44,,0.66,0.55,,0.02,0.09,2007-10-15, -/games/boxart/5692319ccc.jpg,MLB 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.66,0.32,,0.25,0.08,2003-03-10, -/games/boxart/full_6282697PALFrontccc.jpg,One Piece: Pirate Warriors 2,PS3,Action,Namco Bandai Games,Omega Force,,0.66,,0.42,0.21,0.03,2014-01-01,2018-01-12 -/games/boxart/288961ccc.jpg,Keystone Kapers,2600,Action,Activision,Activision,,0.66,0.62,,0.04,0.01,1983-01-01, -/games/boxart/full_380665JapanFrontccc.jpg,Jikkyou World Soccer 2000 Final Edition,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.66,,0.66,,,2000-12-21, -/games/boxart/full_nhl-10_313AmericaFront.jpg,NHL 10,X360,Sports,EA Sports,EA Canada,9.1,0.66,0.51,,0.1,0.06,2009-09-15, -/games/boxart/full_8539181AmericaFrontccc.png,NHL 16,PS4,Sports,EA Sports,EA Canada,,0.66,0.38,,0.16,0.12,2015-09-15, -/games/boxart/7892776ccc.jpg,MX vs. ATV Untamed,PSP,Racing,THQ,Rainbow Studios,5.6,0.65,0.35,,0.18,0.13,2007-12-17, -/games/boxart/full_f-zero-gx_3AmericaFront.jpg,F-Zero GX,GC,Racing,Nintendo,Amusement Vision,8.4,0.65,0.41,0.12,0.11,0.02,2003-08-26, -/games/boxart/full_4069887AmericaFrontccc.jpg,Monster Jam: Maximum Destruction,PS2,Racing,Ubisoft,Ubisoft,,0.65,0.32,,0.25,0.08,2002-06-13, -/games/boxart/full_161904AmericaFrontccc.jpg,Need for Speed: Undercover,Wii,Racing,Electronic Arts,EA Vancouver,,0.65,0.27,0,0.31,0.07,2008-11-17, -/games/boxart/full_1017009AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,XOne,Platform,Activision,Vicarious Visions,,0.65,0.23,,0.37,0.05,2018-06-29,2018-11-07 -/games/boxart/full_9621398AmericaFrontccc.jpg,Spyro Reignited Trilogy,XOne,Platform,Activision,Toys for Bob,,0.65,0.36,,0.24,0.06,2018-11-13,2018-04-08 -/games/boxart/2159324ccc.jpg,Yoshi Topsy-Turvy,GBA,Platform,Nintendo,Artoon,,0.65,0.25,0.3,0.09,0.01,2005-06-13, -/games/boxart/6305375ccc.jpg,Wall-E,PSP,Platform,THQ,Heavy Iron Studios,7.7,0.65,0.29,,0.22,0.14,2008-06-24, -/games/boxart/full_3260020AmericaFrontccc.jpg,LEGO City Undercover,NS,Platform,Warner Bros. Interactive Entertainment,TT Fusion,8,0.65,0.23,0.03,0.33,0.05,2017-04-04,2018-02-24 -/games/boxart/5995040ccc.jpg,Kung-Fu Master,2600,Action,Activision,Activision,,0.65,0.6,,0.04,0.01,1987-05-12, -/games/boxart/full_6552917AmericaFrontccc.jpg,LEGO Dimensions,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.65,0.37,,0.22,0.06,2015-09-27,2018-03-19 -/games/boxart/2939718ccc.jpg,Transformers: The Game,PSP,Action,Activision,Savage Entertainment,4.3,0.65,0.23,,0.27,0.16,2007-06-19, -/games/boxart/full_176316AmericaFrontccc.jpg,Centipede,PS,Shooter,Hasbro Interactive,Leaping Lizard Software Inc.,5.9,0.65,0.36,,0.25,0.04,1999-04-30, -/games/boxart/full_6668303AmericaFrontccc.jpg,Angry Birds Trilogy,3DS,Puzzle,Activision,Exient Entertainment,,0.65,0.38,,0.22,0.06,2012-09-25,2018-01-07 -/games/boxart/full_crafting-mama_7AmericaFront.jpg,Crafting Mama,DS,Simulation,Majesco,Cooking Mama Limited,,0.65,0.39,0.01,0.2,0.05,2010-10-26, -/games/boxart/full_4584415PALFrontccc.jpg,SingStar Pop Hits,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.65,,,0.5,0.15,2007-06-13, -/games/boxart/full_9050915PALFrontccc.jpg,SingStar R&B,PS2,Misc,Sony Computer Entertainment,SCEE London Studio / Zoe Mode,,0.65,,,0.05,0.6,2007-10-26, -/games/boxart/full_2544259AmericaFrontccc.jpg,Scene It? Box Office Smash,X360,Misc,Microsoft Game Studios,Krome Studios / Screenlife Games,7.6,0.65,0.33,,0.25,0.07,2008-10-28, -/games/boxart/full_4271611AmericaFrontccc.jpg,Borderlands: The Pre-Sequel,PS3,Misc,2K Games,Unknown,,0.65,0.28,0.05,0.22,0.1,2014-10-14, -/games/boxart/full_9319099AmericaFrontccc.jpg,Advance Wars 2: Black Hole Rising,GBA,Strategy,Nintendo,Intelligent Systems,8.8,0.65,0.47,,0.17,0.01,2003-06-24, -/games/boxart/2828226ccc.jpg,007: Quantum of Solace,Wii,Shooter,Activision,Beenox,5.6,0.65,0.29,0.01,0.28,0.07,2008-11-04, -/games/boxart/full_5808768AmericaFrontccc.jpg,Far Cry 4,PC,Shooter,Ubisoft,Ubisoft Montreal,8.5,0.65,0.19,,0.41,0.05,2014-11-18,2018-01-23 -/games/boxart/284493ccc.jpg,Tiger Woods PGA Tour 09,PS3,Sports,EA Sports,EA Tiburon,8.5,0.65,0.34,,0.22,0.1,2008-08-26, -/games/boxart/3351237ccc.jpg,Kung Fu Panda,PS2,Platform,Activision,XPEC,,0.65,0.24,,0,0.41,2008-06-03, -/games/boxart/full_5406487AmericaFrontccc.jpeg,Tearaway,PSV,Platform,Sony Computer Entertainment America,Media Molecule,,0.65,0.1,,0.41,0.15,2013-11-22,2018-09-23 -/games/boxart/1782584ccc.jpg,Disney's Chicken Little,PS2,Platform,Buena Vista,Avalanche Software,6.3,0.65,0.32,,0.25,0.08,2005-10-20, -/games/boxart/3160717ccc.jpg,Cartoon Network Block Party / Cartoon Network Speedway Double Pack,GBA,Misc,Majesco,Majesco Games,,0.65,0.47,,0.17,0.01,2005-04-25, -/games/boxart/8550571ccc.jpg,Harry Potter and the Goblet of Fire,PS2,Adventure,Electronic Arts,Electronic Arts,6.7,0.65,0.54,,0.02,0.09,2005-11-08, -/games/boxart/full_220716AmericaFrontccc.jpg,Yakuza Zero,PS4,Adventure,Sega,Sega,,0.65,0.22,0.19,0.16,0.08,2017-01-24,2018-01-26 -/games/boxart/full_824597AmericaFrontccc.jpg,Drawn to Life: The Next Chapter,DS,Adventure,THQ,5TH Cell,7.4,0.65,0.44,,0.14,0.06,2009-10-27, -/games/boxart/full_7052588JapanFrontccc.jpg,Super Robot Taisen Impact,PS2,Strategy,Banpresto,Banpresto,,0.65,,0.65,,,2002-03-28, -/games/boxart/full_9682200AmericaFrontccc.jpg,The LEGO Movie Videogame,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.65,0.42,,0.17,0.06,2014-02-07,2018-03-20 -/games/boxart/full_the-biggest-loser-challenge_3AmericaFront.jpg,The Biggest Loser: Challenge,Wii,Sports,THQ,Blitz Games,,0.65,0.48,,0.12,0.05,2010-11-04, -/games/boxart/full_9582627AmericaFrontccc.jpg,World of Dragon Warrior - Torneko: The Last Hope,PS,Role-Playing,Enix,ChunSoft,,0.65,0.02,0.58,0.01,0.04,2000-11-15, -/games/boxart/full_184193AmericaFrontccc.jpg,Dead or Alive 5,PS3,Fighting,Tecmo Koei,Team Ninja,7.6,0.65,0.23,0.21,0.15,0.07,2015-02-17,2018-01-23 -/games/boxart/full_7777030AmericaFrontccc.jpg,One Piece: Burning Blood,PS4,Fighting,Namco Bandai Games,Spike Chunsoft,,0.65,0.21,0.09,0.26,0.09,2016-05-31,2018-05-23 -/games/boxart/full_6246587AmericaFrontccc.jpg,Champions: Return to Arms,PS2,Role-Playing,Sony Online Entertainment,Snowblind Studios,7.7,0.65,0.32,,0.25,0.08,2005-02-07, -/games/boxart/full_6292479JapanFrontccc.jpg,Dragon Quest Monsters Joker 3,3DS,Role-Playing,Square Enix,TOSE,,0.65,,0.65,,,2016-03-24,2018-01-07 -/games/boxart/full_6479311AmericaFrontccc.jpg,Star Ocean: First Departure,PSP,Role-Playing,Square Enix,TOSE Software,7.5,0.65,0.2,0.22,0.14,0.09,2008-10-21, -/games/boxart/3937031ccc.jpg,Tiger Woods PGA Tour 09,X360,Sports,EA Sports,EA Tiburon,,0.65,0.35,,0.23,0.07,2008-08-26, -/games/boxart/full_955438AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,X360,Sports,EA Sports,EA Tiburon,8.3,0.65,0.39,,0.2,0.06,2009-06-08, -/games/boxart/792992ccc.jpg,Wario: Master of Disguise,DS,Platform,Nintendo,Suzak,,0.65,0.28,0.33,0.02,0.03,2007-03-05, -/games/boxart/full_7552AmericaFrontccc.jpg,WWE 2K15,X360,Sports,2K Sports,Visual Concepts,,0.64,0.38,,0.21,0.06,2014-10-28,2018-01-06 -/games/boxart/9911360ccc.jpg,Madden NFL 2001,N64,Sports,EA Sports,EA Tiburon,,0.64,0.6,,0.03,0.01,2000-08-28, -/games/boxart/full_sengoku-basara-samurai-heroes_9AmericaFront.jpg,Sengoku Basara: Samurai Heroes,PS3,Action,Capcom,Capcom,6.1,0.64,0.17,0.4,0.04,0.02,2010-10-12, -/games/boxart/full_2690300AmericaFrontccc.jpg,Real Heroes: Firefighter,Wii,Action,Conspiracy Entertainment,Epicenter Studios,7.4,0.64,0.56,,0.04,0.05,2009-08-04, -/games/boxart/2581403ccc.jpg,NBA Live 06,XB,Sports,EA Sports,EA Canada,,0.64,0.57,,0.04,0.03,2005-09-26, -/games/boxart/full_dragon-ball-raging-blast-2_1AmericaFront.jpg,Dragon Ball: Raging Blast 2,X360,Fighting,Namco Bandai,Spike,6,0.64,0.49,0.01,0.09,0.05,2010-11-02, -/games/boxart/1717414ccc.jpg,X2: Wolverine's Revenge,PS2,Action,Activision,GenePool,5.8,0.64,0.31,,0.24,0.08,2003-04-14, -/games/boxart/full_4054792AmericaFrontccc.jpg,LittleBigPlanet 3,PS3,Platform,Sony Computer Entertainment,Sumo Digital,,0.64,0.2,0.01,0.33,0.1,2014-11-18,2018-02-17 -/games/boxart/3450060ccc.jpg,Lemony Snicket's A Series of Unfortunate Events,PS2,Platform,Activision,Adrenium Games,,0.64,0.31,,0.24,0.08,2004-11-10, -/games/boxart/full_6843104AmericaFrontccc.jpg,Jampack Volume 13 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.64,0.31,,0.24,0.08,2005-10-18, -/games/boxart/full_9965240AmericaFrontccc.jpg,New Play Control! Pikmin,Wii,Strategy,Nintendo,Nintendo EAD,7.7,0.64,0.28,0.19,0.13,0.04,2009-03-09, -/games/boxart/full_3913825AmericaFrontccc.png,Just Dance 2014,WiiU,Music,Ubisoft,Ubisoft Paris,7.5,0.64,0.34,,0.25,0.06,2013-10-08,2018-03-08 -/games/boxart/6050314ccc.jpg,Max Payne 2: The Fall of Max Payne,XB,Shooter,Rockstar Games,Remedy Entertainment,8.6,0.64,0.47,,0.15,0.02,2003-11-25, -/games/boxart/7946631ccc.jpg,GoldenEye: Rogue Agent,PS2,Shooter,Electronic Arts,EA Los Angeles,,0.64,0.54,,0.02,0.09,2004-11-22, -/games/boxart/full_tom-clancys-rainbow-six_853AmericaFront.jpg,Tom Clancy's Rainbow Six,N64,Shooter,Red Storm Entertainment,Saffire Corporation,,0.64,0.48,,0.15,0.01,1999-11-17, -/games/boxart/2925885ccc.jpg,Lost Planet: Extreme Condition,PS3,Shooter,Capcom,Capcom,6.3,0.64,0.31,0.07,0.17,0.08,2008-02-26, -/games/boxart/full_9994641AmericaFrontccc.jpg,Aliens: Colonial Marines,PS3,Shooter,Sega,Gearbox Software,,0.64,0.2,,0.33,0.1,2013-02-12,2019-01-30 -/games/boxart/full_1037661AmericaFrontccc.jpg,Spyro: A Hero's Tail,PS2,Platform,VU Games,Eurocom Entertainment Software,,0.64,0.32,,0.25,0.08,2004-11-03, -/games/boxart/8818646ccc.jpg,Crash: Twinsanity,PS2,Platform,VU Games,Traveller's Tales,,0.64,0.32,,0.25,0.08,2004-09-28, -/games/boxart/full_rayman-3d_384AmericaFront.jpg,Rayman 3D,3DS,Platform,Ubisoft,Ubisoft,6.3,0.64,0.23,,0.36,0.06,2011-03-22, -/games/boxart/full_7833704AmericaFrontccc.jpg,Up,DS,Adventure,THQ,THQ,,0.64,0.3,,0.27,0.07,2009-05-26, -/games/boxart/full_8888796AmericaFrontccc.jpg,Scribblenauts: Unlimited,3DS,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,0.64,0.57,,0.01,0.07,2012-11-13,2017-12-31 -/games/boxart/3676669ccc.jpg,Paws & Claws: Pet Vet,DS,Simulation,THQ,ValuSoft,,0.64,0.59,,,0.05,2007-01-03, -/games/boxart/full_869862AmericaFrontccc.jpg,SpongeBob SquarePants: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.64,0.46,,0.17,0.01,2004-05-14, -/games/boxart/full_4784209AmericaFrontccc.jpg,Konami Collector's Series: Arcade Advanced,GBA,Misc,Konami,KCEA,8,0.64,0.46,,0.17,0.01,2002-03-21, -/games/boxart/4303163ccc.jpg,Castlevania,N64,Platform,Konami,KCEK,7.6,0.64,0.44,0.04,0.1,0.05,1999-01-26, -/games/boxart/5247456ccc.jpg,Crash Bandicoot Purple: Ripto's Rampage,GBA,Platform,Vivendi Games,Vicarious Visions,6.7,0.64,0.46,,0.17,0.01,2004-06-03, -/games/boxart/full_403115AmericaFrontccc.jpg,TimeSplitters 2,XB,Shooter,Eidos Interactive,Free Radical Design,,0.64,0.29,,0.33,0.01,2002-10-17, -/games/boxart/full_5034416AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PS2,Action,Electronic Arts,Bright Light Productions,,0.64,0.13,,0.07,0.44,2009-06-30, -/games/boxart/full_7330408AmericaFrontccc.png,Batman: Return to Arkham,PS4,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,0.64,0.15,0.01,0.39,0.1,2016-10-18,2018-06-10 -/games/boxart/full_4861402AmericaFrontccc.jpg,The Walking Dead: Survival Instinct,X360,Shooter,Activision,Terminal Reality,,0.64,0.46,,0.11,0.06,2013-03-19,2018-01-16 -/games/boxart/full_8918329AmericaFrontccc.jpg,Rayman 2: The Great Escape,N64,Platform,Ubisoft,Ubisoft,9,0.64,0.4,,0.22,0.02,1999-10-31, -/games/boxart/198320ccc.jpg,Onimusha: Dawn of Dreams,PS2,Action,Capcom,Capcom,,0.64,0.15,0.34,0.12,0.04,2006-03-07, -/games/boxart/5402146ccc.jpg,Crash of the Titans,PSP,Action,Sierra Entertainment,SuperVillain Studios,6.3,0.64,0.25,,0.25,0.15,2007-10-16, -/games/boxart/full_7559648AmericaFrontccc.jpg,Nicktoons Collection: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.64,0.46,,0.17,0.01,2004-06-22, -/games/boxart/full_rock-band-3_4AmericaFront.jpg,Rock Band 3,Wii,Misc,MTV Games,Harmonix Music Systems,9.2,0.64,0.53,,0.06,0.05,2010-10-26, -/games/boxart/2759863ccc.jpg,Stuntman: Ignition,X360,Racing,THQ,Paradigm Entertainment,,0.64,0.25,,0.31,0.07,2007-08-28, -/games/boxart/9900767ccc.jpg,Cruis'n World,N64,Racing,Nintendo,Eurocom Entertainment Software,,0.64,0.59,,0.04,0.01,1998-08-31, -/games/boxart/9994538ccc.jpg,James Bond 007: Everything or Nothing,XB,Shooter,Electronic Arts,EA Redwood Shores,,0.64,0.43,,0.19,0.02,2004-02-17, -/games/boxart/full_6247970AmericaFrontccc.jpg,Dead Island: Riptide,PS3,Action,Deep Silver,Techland,6.6,0.64,0.26,0.07,0.21,0.1,2013-04-23,2018-03-15 -/games/boxart/full_749748AmericaFrontccc.jpg,The Lord of the Rings: Conquest,X360,Action,Electronic Arts,Pandemic Studios,5.9,0.63,0.37,,0.2,0.06,2009-01-13, -/games/boxart/full_7778097AmericaFrontccc.jpg,LEGO The Incredibles,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,6.5,0.63,0.35,0.01,0.21,0.06,2018-06-15,2018-11-06 -/games/boxart/8985529ccc.jpg,Iron Man,PSP,Action,Sega,Artificial Mind and Movement,5,0.63,0.46,,0.09,0.09,2008-05-02, -/games/boxart/full_8812475AmericaFrontccc.jpg,Sim Theme Park,PS,Strategy,Electronic Arts,Climax Group,8.5,0.63,0.35,,0.24,0.04,1999-10-24, -/games/boxart/full_9178748AmericaFrontccc.jpg,Plants vs. Zombies: Garden Warfare 2,PS4,Shooter,Electronic Arts,PopCap Games,,0.63,0.22,,0.31,0.1,2016-02-23,2018-05-23 -/games/boxart/full_6269840AmericaFrontccc.jpg,Wolfenstein,PS3,Shooter,Activision,Raven Software,7.2,0.63,0.25,,0.27,0.11,2009-08-18, -/games/boxart/full_6117530AmericaFrontccc.jpg,NieR,PS3,Role-Playing,Square Enix,Cavia Inc.,6.6,0.63,0.17,0.2,0.19,0.07,2010-04-27, -/games/boxart/full_909078JapanFrontccc.jpg,Monster Hunter 2,PS2,Role-Playing,Capcom,Capcom,,0.63,,0.63,,,2006-02-16, -/games/boxart/full_6664601JapanFrontccc.jpg,Final Fantasy VII International,PS,Role-Playing,Square,SquareSoft,,0.63,,0.59,,0.04,1997-10-02, -/games/boxart/3718685ccc.jpg,Namco Museum,GC,Misc,Namco,Mass Media,5.3,0.63,0.48,,0.13,0.02,2002-10-09, -/games/boxart/full_6070254AmericaFrontccc.jpg,Buzz Lightyear of Star Command,PS,Platform,Activision,Traveller's Tales,,0.63,0.35,,0.24,0.04,2000-09-26, -/games/boxart/8635280ccc.jpg,X-Man,2600,Action,Unknown,Universal Gamex,,0.63,0.58,,0.04,0.01,1983-01-01, -/games/boxart/full_4059649AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,X360,Action,Activision,Luxoflux Corp.,6.1,0.63,0.34,,0.23,0.06,2009-06-23, -/games/boxart/full_5560402PALFrontccc.jpg,FIFA Soccer,PSV,Misc,EA Sports,EA Canada,,0.63,0.16,0.02,0.35,0.09,2012-02-15,2018-01-03 -/games/boxart/full_4741381AmericaFrontccc.jpg,Tony Hawk's Pro Skater 2x,XB,Sports,Activision,Treyarch,,0.63,0.41,,0.19,0.03,2001-11-14, -/games/boxart/197045ccc.jpg,Cabela's Big Game Hunter (2008),Wii,Sports,Activision,Magic Wand Productions,,0.63,0.58,,0,0.05,2007-11-13, -/games/boxart/full_6576209AmericaFrontccc.jpg,Shin Megami Tensei: Persona 3 FES,PS2,Role-Playing,Atlus,Atlus,8.7,0.63,0.22,0.16,0.2,0.05,2008-04-22,2018-01-11 -/games/boxart/619874ccc.jpg,FIFA Soccer 2003,XB,Sports,EA Sports,EA Canada,,0.63,0.2,,0.4,0.04,2002-11-12, -/games/boxart/full_2179777AmericaFrontccc.jpg,XCOM: Enemy Unknown,X360,Sports,2K Games,Firaxis Games,8.8,0.63,0.36,,0.22,0.06,2012-10-09,2018-03-22 -/games/boxart/6438449ccc.jpg,FIFA Soccer 2002,PS2,Sports,EA Sports,EA Canada,,0.63,0.31,,0.24,0.08,2001-11-01, -/games/boxart/full_6491948PALFrontccc.jpg,Assassin's Creed IV: Black Flag,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,8.5,0.63,0.24,,0.34,0.05,2013-11-19,2018-03-14 -/games/boxart/full_6914155AmericaFrontccc.jpg,A Bug's Life,N64,Platform,Activision,Traveller's Tales,6.1,0.63,0.49,,0.13,0.01,1999-04-30, -/games/boxart/7284429ccc.jpg,Super Castlevania IV,SNES,Platform,Konami,Konami,,0.63,0.32,0.25,0.05,0.01,1991-12-01, -/games/boxart/810696ccc.jpg,Ape Escape 2,PS2,Platform,Ubisoft,SCE Japan Studio,8,0.63,0.12,0.38,0.09,0.03,2003-06-30,2018-09-16 -/games/boxart/full_5787266JapanFrontccc.jpg,Mobile Suit Z Gundam: AEUG vs. Titans,PS2,Fighting,Bandai,Bandai,,0.63,,0.63,,,2003-12-04, -/games/boxart/full_2786491AmericaFrontccc.jpg,SingStar Queen,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.63,0.08,,0.12,0.44,2009-08-04, -/games/boxart/full_just-dance-3_213AmericaFront.jpg,Just Dance 3,PS3,Misc,Ubisoft,Ubisoft Paris,,0.63,0.34,,0.21,0.09,2011-12-06, -/games/boxart/full_disney-sing-it-party-hits_2AmericaFront.jpg,Disney Sing It: Party Hits,Wii,Misc,Disney Interactive Studios,Zoe Mode,,0.63,0.48,,0.1,0.05,2010-09-28, -/games/boxart/full_the-sims-3-generations_762AmericaFront.jpg,The Sims 3: Generations,PC,Simulation,Electronic Arts,The Sims Studio,6.5,0.63,0.4,,0.23,,2011-05-31, -/games/boxart/full_6858882AmericaFrontccc.jpg,Dogz,GBA,Simulation,Ubisoft,MTO,4.1,0.63,0.45,,0.17,0.01,2005-11-17, -/games/boxart/full_cooking-mama-4-kitchen-magic_649AmericaFront.jpg,Cooking Mama 4: Kitchen Magic!,3DS,Simulation,Majesco,Cooking Mama Ltd.,,0.63,0.5,,0.07,0.06,2011-11-15, -/games/boxart/3986904ccc.jpg,NASCAR 06: Total Team Control,PS2,Racing,EA Sports,EA Tiburon,,0.63,0.53,,0.02,0.09,2005-08-30, -/games/boxart/3034651ccc.jpg,NHL 2001,PS,Sports,EA Sports,Page 44 Studios,,0.63,0.35,,0.24,0.04,2000-09-26, -/games/boxart/5685581ccc.jpg,Sega Rally Revo,PS3,Racing,Sega,Sega Racing Studio,,0.63,0.07,,0.43,0.14,2007-10-09, -/games/boxart/full_test-drive-unlimited-2_641AmericaFront.jpg,Test Drive Unlimited 2,PS3,Racing,Atari,Eden Studios,6.9,0.63,0.16,0.01,0.35,0.11,2011-02-08, -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_925AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,3DS,Action,Disney Interactive Studios,TT Fusion,7,0.63,0.29,,0.28,0.06,2011-05-10,2018-01-08 -/games/boxart/4152708ccc.jpg,Juiced 2: Hot Import Nights,X360,Racing,THQ,Juice Games,,0.63,0.22,,0.34,0.07,2007-09-17, -/games/boxart/full_6163253AmericaFrontccc.jpg,Nightmare Creatures,PS,Action,Activision,Kalisto Entertainment,,0.63,0.35,,0.24,0.04,1997-10-01, -/games/boxart/5941163ccc.jpg,LEGO Star Wars II: The Original Trilogy,X360,Action,LucasArts,Traveller's Tales,8.2,0.63,0.55,,0.03,0.05,2006-09-12, -/games/boxart/full_6826183AmericaFrontccc.png,WWE 2K16,XOne,Sports,Take-Two Interactive,Yuke's,,0.63,0.34,,0.24,0.06,2015-10-27,2018-04-11 -/games/boxart/full_411725AmericaFrontccc.jpg,Condemned 2: Bloodshot,X360,Adventure,Sega,Monolith Productions,8.2,0.63,0.38,,0.19,0.06,2008-03-11, -/games/boxart/full_6809867AmericaFrontccc.jpg,Tony Hawk's Project 8,PS3,Sports,Activision,Neversoft Entertainment,7.9,0.63,0.3,0.01,0.23,0.1,2006-11-17, -/games/boxart/full_5556317AmericaFrontccc.jpg,NBA Live 08,PS3,Sports,Electronic Arts,EA Canada,,0.63,0.56,0.01,0.02,0.05,2007-10-01, -/games/boxart/220167ccc.jpg,X-Men Legends II: Rise of Apocalypse,PS2,Role-Playing,Activision,Raven Software,8.5,0.63,0.53,,0.02,0.09,2005-09-20, -/games/boxart/full_white-knight-chronicles-ii_693AmericaFront.jpg,White Knight Chronicles II,PS3,Role-Playing,D3 Publisher,Level 5,5.4,0.63,0.23,0.27,0.09,0.04,2011-09-13, -/games/boxart/full_dragon-age-ii_1AmericaFront.jpg,Dragon Age II,PC,Role-Playing,Electronic Arts,BioWare Corp.,7.9,0.63,0.23,,0.33,0.08,2011-03-08, -/games/boxart/full_7934168PALFrontccc.jpg,Warriors Orochi 3,PS3,Action,Tecmo Koei,Omega Force,,0.62,,0.57,0.04,0.01,2012-03-20,2018-05-31 -/games/boxart/full_disney-universe_255AmericaFront.jpg,Disney Universe,PS3,Action,Disney Interactive Studios,Disney Interactive Studios,7.4,0.62,0.3,,0.23,0.09,2011-10-25, -/games/boxart/full_5646356AmericaFrontccc.jpg,NHL 15,PS4,Sports,EA Sports,EA Canada,,0.62,0.32,,0.19,0.11,2014-09-09,2018-01-10 -/games/boxart/4496160ccc.jpg,NFL Quarterback Club 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.62,0.59,,0.02,0,1998-11-10, -/games/boxart/full_tiger-woods-pga-tour-12-the-masters_343AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,X360,Sports,EA Sports,EA Tiburon,,0.62,0.4,,0.16,0.05,2011-03-29, -/games/boxart/full_5560794AmericaFrontccc.jpg,NBA ShootOut '97,PS,Sports,Sony Computer Entertainment,SCEE London Studio,,0.62,0.35,,0.24,0.04,1997-03-14, -/games/boxart/full_675807AmericaFrontccc.jpg,Madden NFL 07,GC,Sports,EA Sports,EA Tiburon,8.5,0.62,0.48,,0.13,0.02,2006-08-22, -/games/boxart/4342049ccc.jpg,Tiger Woods PGA Tour 2004,XB,Sports,EA Sports,EA Redwood Shores,,0.62,0.47,,0.13,0.02,2003-09-22, -/games/boxart/full_5918642AmericaFrontccc.jpg,Bass Landing,PS,Sports,Agetec,ASC Games,,0.62,0.21,0.23,0.14,0.04,2000-09-07, -/games/boxart/1830828ccc.jpg,Viewtiful Joe,GC,Action,Capcom,Clover Studio,9.4,0.62,0.38,0.12,0.1,0.02,2003-10-07, -/games/boxart/2525095ccc.jpg,Halloween,2600,Action,Unknown,Wizard Video Games,,0.62,0.58,,0.03,0.01,1983-01-01, -/games/boxart/3964926ccc.jpg,Wall-E,X360,Platform,THQ,Heavy Iron Studios,5.3,0.62,0.29,,0.26,0.07,2008-06-24, -/games/boxart/full_3646471AmericaFrontccc.jpg,Bolt,DS,Adventure,Disney Interactive Studios,Avalanche Software,,0.62,0.35,,0.21,0.06,2008-11-18, -/games/boxart/full_5395198AmericaFrontccc.jpg,Tomb Raider III: Adventures of Lara Croft,PC,Adventure,Eidos Interactive,Core Design Ltd.,7.3,0.62,0.59,,0.03,,1998-11-30, -/games/boxart/full_1388131AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney - Trials and Tribulations,DS,Adventure,Capcom,Capcom,7.9,0.62,0.3,0.25,0.03,0.03,2007-10-23, -/games/boxart/9661792ccc.jpg,Donkey Kong Barrel Blast,Wii,Racing,Nintendo,Paon Corporation,4.8,0.62,0.19,0.11,0.26,0.06,2007-10-08, -/games/boxart/8078655ccc.jpg,Beetle Adventure Racing!,N64,Racing,Electronic Arts,"Paradigm Entertainment, Electronic Arts",9.2,0.62,0.4,,0.2,0.02,1999-03-24, -/games/boxart/full_3670653AmericaFrontccc.jpg,F1 2017,PS4,Racing,Deep Silver,Codemasters,8,0.62,0.04,0.02,0.47,0.09,2017-08-25,2018-05-23 -/games/boxart/3744667ccc.jpg,Tak 2: The Staff of Dreams,PS2,Platform,THQ,Avalanche Software,,0.62,0.3,,0.24,0.08,2004-10-11, -/games/boxart/3988083ccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,PS,Platform,Eidos Interactive,Toys for Bob,,0.62,0.34,,0.23,0.04,2000-11-08, -/games/boxart/3051723ccc.gif,The Urbz: Sims in the City,GBA,Simulation,Electronic Arts,Griptonite Games,,0.62,0.37,,0.22,0.03,2004-11-09, -/games/boxart/full_3456088AmericaFrontccc.jpg,LEGO The Hobbit,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.62,0.14,,0.39,0.1,2014-04-08,2018-03-15 -/games/boxart/full_5530220AmericaFrontccc.jpg,WWF in Your House,PS,Fighting,Acclaim Entertainment,"Sculptured Software, Inc.",,0.62,0.35,,0.24,0.04,1996-10-31, -/games/boxart/full_start-the-party_7AmericaFront.jpg,Start the Party!,PS3,Misc,Sony Computer Entertainment,Supermassive Games Ltd.,6.1,0.62,0.07,,0.41,0.13,2010-09-07, -/games/boxart/6696892ccc.jpg,Pac-Man Player's Choice Bundle,GC,Misc,Namco,Namco,,0.62,0.48,,0.12,0.02,2003-12-02, -/games/boxart/full_the-black-eyed-peas-experience_104AmericaFront.jpg,The Black Eyed Peas Experience,Wii,Misc,Ubisoft,Ubisoft,,0.62,0.37,,0.19,0.06,2011-11-08, -/games/boxart/6034885ccc.jpg,Mario's Picross,GB,Puzzle,Nintendo,Jupiter Multimedia,,0.62,,0.62,,,1995-03-01, -/games/boxart/9726431ccc.jpg,SpongeBob's Atlantis SquarePantis,Wii,Adventure,THQ,Blitz Games,,0.62,0.56,,0,0.05,2007-11-12, -/games/boxart/full_4840134AmericaFrontccc.jpg,NBA 2K9,PS3,Sports,2K Sports,Visual Concepts,8.3,0.62,0.56,0,0,0.05,2008-10-07, -/games/boxart/full_2632353AmericaFrontccc.jpg,Kinect Sports Rivals,XOne,Sports,Microsoft Studios,Rare Ltd.,,0.62,0.3,0.02,0.25,0.05,2014-04-08,2018-09-25 -/games/boxart/3007164ccc.gif,Tony Hawk's American Wasteland,XB,Sports,Activision,Neversoft Entertainment,,0.62,0.4,,0.2,0.03,2005-10-18, -/games/boxart/full_7342682AmericaFrontccc.jpg,Jak and Daxter: The Lost Frontier,PSP,Platform,Sony Computer Entertainment,High Impact Games,7.5,0.62,0.18,0,0.28,0.16,2009-11-03, -/games/boxart/full_2269053AmericaFrontccc.jpg,Ghostbusters: The Video Game,X360,Action,Atari,Terminal Reality,7.7,0.62,0.43,,0.14,0.06,2009-06-16, -/games/boxart/8550016ccc.jpg,Shellshock: Nam 67,PS2,Shooter,Eidos Interactive,Guerrilla Games,,0.62,0.3,,0.24,0.08,2004-09-14,2018-02-03 -/games/boxart/full_5625067AmericaFrontccc.jpg,Wet,PS3,Shooter,Bethesda Softworks,Artificial Mind and Movement,6.9,0.62,0.22,0.01,0.27,0.11,2009-09-15, -/games/boxart/full_1387091AmericaFrontccc.jpg,The Princess and the Frog,DS,Platform,Disney Interactive Studios,Griptonite Games,,0.62,0.41,,0.16,0.06,2009-11-17, -/games/boxart/full_family-feud-2010_4AmericaFront.jpg,Family Feud: 2010 Edition,Wii,Misc,Ubisoft,Ludia Inc.,,0.62,0.58,,,0.04,2009-09-29, -/games/boxart/full_6216610AmericaFrontccc.jpg,Guitar Hero: Metallica,PS3,Misc,Activision,Neversoft Entertainment,,0.62,0.28,,0.24,0.1,2009-03-29, -/games/boxart/full_dj-hero-2_9AmericaFront.jpg,DJ Hero 2,Wii,Misc,Activision,FreeStyle Games,8.7,0.62,0.48,,0.09,0.04,2010-10-19, -/games/boxart/full_4288474JapanFrontccc.jpg,Tousouchuu: Shijou Saikyou no Hunter-Tachi Kara Nigekire!,3DS,Misc,Namco Bandai Games,Infinity,,0.62,,0.62,,,2012-07-05,2018-03-16 -/games/boxart/full_pac-man-party_6AmericaFront.jpg,Pac-Man Party,Wii,Misc,Namco Bandai,Namco Bandai Games,,0.62,0.47,0.01,0.08,0.05,2010-11-16, -/games/boxart/519217ccc.jpg,Fighters MEGAMiX,SAT,Fighting,Sega,Sega-AM2,,0.62,,0.62,,,1997-04-30, -/games/boxart/full_dragon-ball-z-ultimate-tenkaichi_330PALFront.jpg,Dragon Ball Z: Ultimate Tenkaichi,PS3,Fighting,Namco Bandai,Spike,5,0.62,0.27,0.09,0.18,0.07,2011-10-25, -/games/boxart/1761085ccc.jpg,Wild ARMs 3,PS2,Role-Playing,Sony Computer Entertainment,Media.Vision,7.6,0.62,0.16,0.29,0.13,0.04,2002-10-15, -/games/boxart/full_2016907AmericaFrontccc.jpg,World of Final Fantasy,PS4,Role-Playing,Square Enix,Square Enix,6.7,0.62,0.24,0.09,0.21,0.09,2016-10-25,2018-05-23 -/games/boxart/full_5536203AmericaFrontccc.jpg,South Park: The Fractured But Whole,XOne,Role-Playing,Ubisoft,Ubisoft San Francisco,,0.62,0.4,,0.17,0.06,2017-10-17,2018-04-06 -/games/boxart/full_8534289JapanFrontccc.jpg,Bahamut Lagoon,SNES,Role-Playing,Square,SquareSoft,,0.62,,0.62,,,1996-02-09, -/games/boxart/full_dragon-quest-monsters-joker-2-professional_10JapanFront.jpg,Dragon Quest Monsters: Joker 2 Professional,DS,Role-Playing,Square Enix,TOSE Software,,0.62,,0.62,,,2011-03-31, -/games/boxart/full_2384218AmericaFrontccc.jpg,Virtua Cop,SAT,Shooter,Sega,Sega-AM2,,0.62,,0.62,,,1995-12-01, -/games/boxart/full_4488888AmericaFrontccc.jpg,Battlezone,2600,Shooter,Atari,Atari,,0.62,0.58,,0.03,0.01,1983-01-01, -/games/boxart/full_1541256JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,SNES,Strategy,KOEI,Koei,,0.62,0.3,0.32,,,1993-12-09, -/games/boxart/full_3466898AmericaFrontccc.jpg,Battle of Giants: Dragons,DS,Strategy,Ubisoft,Ubisoft Quebec,,0.62,0.3,,0.25,0.06,2009-09-29, -/games/boxart/full_9610520JapanFrontccc.jpg,Super Robot Taisen α Gaiden,PS,Strategy,Banpresto,Banpresto,,0.62,,0.58,,0.04,2001-03-29, -/games/boxart/full_6700322AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,X360,Action,Ubisoft,Ubisoft Montreal,7.5,0.62,0.3,0,0.26,0.06,2010-05-18, -/games/boxart/full_3724058AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,DS,Action,Electronic Arts,Bright Light Productions,,0.62,0.2,0,0.34,0.07,2009-06-30, -/games/boxart/7789988ccc.jpg,Strike Force Bowling,PS2,Sports,Crave Entertainment,Lab Rats Games,,0.62,0.3,,0.24,0.08,2004-05-10, -/games/boxart/9089328ccc.jpg,Metal Gear Solid 2: Substance,XB,Action,Konami,Konami Computer Entertainment Japan,8.7,0.62,0.38,,0.22,0.03,2002-11-04, -/games/boxart/1847379ccc.jpg,Spider-Man: Mysterio's Menace,GBA,Action,Activision,Vicarious Visions,,0.61,0.43,,0.16,0.01,2001-09-19, -/games/boxart/3854966ccc.jpg,Samurai Warriors 2,PS2,Action,KOEI,Omega Force,5.6,0.61,0.02,0.57,0.02,0.01,2006-09-19, -/games/boxart/full_9690609AmericaFrontccc.jpg,Tomb Raider Chronicles,PS,Action,Eidos Interactive,Core Design Ltd.,,0.61,0.34,,0.23,0.04,2000-01-01, -/games/boxart/full_8440931AmericaFrontccc.jpg,Tony Hawk: RIDE,PS3,Sports,Activision,Robomodo / Buzz Monkey Software,4.5,0.61,0.38,,0.15,0.08,2009-11-17, -/games/boxart/full_7145342AmericaFrontccc.jpg,Advance Wars: Days of Ruin,DS,Strategy,Nintendo,Intelligent Systems,8.4,0.61,0.43,,0.13,0.05,2008-01-21, -/games/boxart/full_6317119PALFrontccc.jpg,New Play Control! Pikmin 2,Wii,Strategy,Nintendo,Nintendo EAD,8.7,0.61,0.11,0.34,0.13,0.02,2012-06-10, -/games/boxart/full_8381299AmericaFrontccc.jpg,Just Dance 2015,X360,Music,Ubisoft,Ubisoft Paris,,0.61,0.42,,0.13,0.06,2014-10-21,2018-04-03 -/games/boxart/full_8931705AmericaFrontccc.jpg,Half-Life 2,XB,Shooter,Electronic Arts,Valve Software,8.9,0.61,0.37,,0.21,0.03,2005-11-15, -/games/boxart/full_5000402AmericaFrontccc.jpg,Metroid Prime: Trilogy,Wii,Shooter,Nintendo,Retro Studios,9,0.61,0.42,,0.05,0.14,2009-08-24, -/games/boxart/full_vanquish_7AmericaFront.jpg,Vanquish,PS3,Shooter,Sega,PlatinumGames,8.5,0.61,0.21,0.11,0.22,0.08,2010-10-19, -/games/boxart/5773095ccc.jpg,Robotech: Battlecry,PS2,Shooter,TDK Mediactive,Vicious Cycle,,0.61,0.3,,0.23,0.08,2002-09-25, -/games/boxart/full_5604191AmericaFrontccc.jpg,Time Crisis 3,PS2,Shooter,Namco,Namco,,0.61,0.3,,0.23,0.08,2003-10-21, -/games/boxart/full_8041173AmericaFrontccc.jpg,Duke Nukem: Total Meltdown,PS,Shooter,GT Interactive,Aardvark Software,,0.61,0.34,,0.23,0.04,1997-09-30, -/games/boxart/full_7294180AmericaFrontccc.jpg,Madden NFL 2003,GBA,Sports,EA Sports,BudCat Creations,,0.61,0.44,,0.16,0.01,2002-08-12, -/games/boxart/full_7680155PALFrontccc.jpg,SingStar Singalong With Disney,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.61,,,0.04,0.57,2008-11-07, -/games/boxart/631933ccc.jpg,Texas Hold 'Em Poker,GBA,Misc,Majesco,Skyworks Technologies,,0.61,0.44,,0.16,0.01,2004-11-01, -/games/boxart/full_8494594JapanFrontccc.jpg,Ganbaru Watashi no Kakei Diary,DS,Misc,Nintendo,syn Sophia,,0.61,,0.61,,,2007-07-12, -/games/boxart/7351646ccc.jpg,Game & Watch Gallery 4,GBA,Misc,Nintendo,Nintendo,6.4,0.61,0.43,,0.16,0.01,2002-10-28, -/games/boxart/full_8551253AmericaFrontccc.jpg,EA Sports UFC 2,XOne,Sports,EA Sports,EA Canada,,0.61,0.36,,0.19,0.06,2016-03-15,2018-04-20 -/games/boxart/3362594ccc.jpg,Madden NFL 2002,GC,Sports,EA Sports,EA Sports,8.6,0.61,0.47,,0.12,0.02,2001-11-17, -/games/boxart/5787855ccc.jpg,Madden NFL 2000,N64,Sports,EA Sports,EA Tiburon,,0.61,0.58,,0.02,0,1999-08-31, -/games/boxart/full_6859402AmericaFrontccc.jpg,World of Zoo,Wii,Simulation,THQ,Blue Fang Games,,0.61,0.4,,0.15,0.05,2009-10-26, -/games/boxart/full_6890841AmericaFrontccc.jpg,MySims Racing,DS,Racing,Electronic Arts,Artificial Mind and Movement,,0.61,0.25,0,0.29,0.07,2009-06-08, -/games/boxart/6807940ccc.jpg,Formula 1: Championship Edition,PS3,Racing,Sony Computer Entertainment,Studio Liverpool,,0.61,,0.04,0.57,0,2007-02-27,2018-09-16 -/games/boxart/full_7770393AmericaFrontccc.jpg,Wipeout: The Game,DS,Misc,Activision,Endemol,,0.61,0.56,,,0.04,2010-06-22, -/games/boxart/full_cabelas-monster-buck-hunter_10AmericaFront.jpg,Cabela's Monster Buck Hunter,Wii,Sports,Activision,FUN Labs,,0.61,0.57,,,0.04,2010-03-25, -/games/boxart/5124605ccc.jpg,Dora the Explorer: Super Spies,GBA,Platform,Gotham Games,Cinegroupe,,0.61,0.44,,0.16,0.01,2004-10-25, -/games/boxart/full_3151552AmericaFrontccc.jpg,Skylanders SWAP Force,WiiU,Platform,Activision,Unknown,,0.61,0.39,,0.16,0.06,2013-10-13,2018-03-20 -/games/boxart/full_3186481AmericaFrontccc.jpg,Rayman Legends,PS3,Platform,Ubisoft,Ubisoft Montpellier,,0.61,0.14,,0.38,0.09,2013-09-03,2018-03-20 -/games/boxart/full_7924603AmericaFrontccc.jpg,Petz: Dogz Pack,DS,Simulation,Ubisoft,Ubisoft,,0.61,0.56,,,0.05,2008-11-04, -/games/boxart/full_8006711PALFrontccc.jpg,2 Games in 1: Sonic Battle & ChuChu Rocket!,GBA,Misc,THQ,Sonic Team,,0.61,0.44,,0.16,0.01,2005-11-16, -/games/boxart/full_2563360PALFrontccc.jpg,Dynasty Warriors 8,PS3,Misc,Tecmo Koei,Omega Force,,0.61,0.12,0.34,0.11,0.05,2013-07-16,2017-12-31 -/games/boxart/full_new-carnival-games_1AmericaFront.jpg,New Carnival Games,Wii,Misc,2K Games,Cat Daddy Games,,0.61,0.34,,0.21,0.06,2010-09-21, -/games/boxart/full_5713065AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,PSP,Fighting,THQ,Yuke's,,0.61,0.25,,0.23,0.14,2009-10-20, -/games/boxart/full_7105926AmericaFrontccc.jpg,Dragon Age: Inquisition,PS3,Role-Playing,Electronic Arts,BioWare Edmonton,,0.61,0.27,0.06,0.18,0.09,2014-11-18,2019-01-05 -/games/boxart/8989922ccc.jpg,NFL Fever 2003,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.61,0.46,,0.13,0.02,2002-08-05, -/games/boxart/full_9444106AmericaFrontccc.jpg,WWE 2K15,XOne,Sports,2K Sports,Visual Concepts,,0.61,0.32,,0.23,0.05,2014-11-18,2018-01-06 -/games/boxart/full_4304251AmericaFrontccc.jpg,Sacred 2: Fallen Angel,PS3,Role-Playing,CDV Software Entertainment,Ascaron Entertainment,7.1,0.61,0.22,0.08,0.23,0.09,2009-05-11, -/games/boxart/4288144ccc.jpg,Final Fantasy IV Advance,GBA,Role-Playing,Square Enix,Square Enix,8.6,0.61,0.27,0.22,0.1,0.01,2005-12-12, -/games/boxart/3829482ccc.jpg,Small Soldiers,PS,Adventure,Electronic Arts,DreamWorks Interactive,,0.61,0.34,,0.23,0.04,1998-09-30, -/games/boxart/2909180ccc.jpg,Harry Potter and the Goblet of Fire,GBA,Adventure,Electronic Arts,Magic Pockets,6,0.61,0.44,,0.16,0.01,2005-11-08, -/games/boxart/full_6477589AmericaFrontccc.jpg,Knowledge is Power,PS4,Party,Sony Interactive Entertainment,Wish Studio,,0.61,0.05,,0.47,0.09,2017-10-24,2018-04-07 -/games/boxart/7940138ccc.jpg,Major League Baseball 2K8,X360,Sports,2K Sports,Kush Games,,0.61,0.56,,,0.05,2008-03-03, -/games/boxart/full_pro-evolution-soccer-2011_3AmericaFront.jpg,Pro Evolution Soccer 2011,X360,Sports,Konami,Konami,6,0.61,0.09,,0.44,0.07,2010-10-05, -/games/boxart/full_1366457AmericaFrontccc.jpg,Major League Baseball 2K9,X360,Sports,2K Sports,Visual Concepts,,0.61,0.56,,,0.05,2009-03-03, -/games/boxart/full_8721390AmericaFrontccc.jpg,Tony Hawk: RIDE,X360,Sports,Activision,Robomodo / Buzz Monkey Software,4.4,0.61,0.46,,0.1,0.05,2009-11-17, -/games/boxart/full_756792AmericaFrontccc.png,James Cameron's Avatar: The Game,PSP,Action,Ubisoft,Ubisoft Montreal,3.9,0.61,0.22,,0.25,0.14,2009-12-01, -/games/boxart/5495494ccc.jpg,Dragon Ball Z: Buu's Fury,GBA,Action,Atari,Webfoot Technologies,5.9,0.61,0.44,,0.16,0.01,2004-09-14, -/games/boxart/2723603ccc.jpg,Littlest Pet Shop: Garden,DS,Simulation,Electronic Arts,EA Salt Lake,,0.6,0.31,,0.23,0.06,2008-10-14, -/games/boxart/full_beatmania-append-3rdmix_1JapanFront.jpg,BeatMania Append 3rdMix,PS,Simulation,Konami,Konami,,0.6,,0.56,,0.04,1998-12-23, -/games/boxart/full_7485775AmericaFrontccc.jpg,SimCity DS,DS,Simulation,Electronic Arts,Aki Corporation,,0.6,0.33,0.21,0.03,0.03,2007-06-19, -/games/boxart/4085964ccc.jpg,Littlest Pet Shop: Jungle,DS,Simulation,Electronic Arts,EA Salt Lake,,0.6,0.34,,0.2,0.06,2008-10-14, -/games/boxart/full_7735084JapanFrontccc.jpg,Puyo Puyo Sun,SAT,Puzzle,Compile,Compile,,0.6,,0.6,,,1997-02-14, -/games/boxart/9131941ccc.jpg,Backyard Wrestling: Don't Try This at Home,PS2,Fighting,Eidos Interactive,Paradox Development,6,0.6,0.3,,0.23,0.08,2003-10-07, -/games/boxart/3012058ccc.jpg,Fight Night Round 2,XB,Fighting,EA Sports,EA Sports,,0.6,0.42,,0.16,0.02,2005-02-28, -/games/boxart/full_fighters-uncaged_5AmericaFront.jpg,Fighters Uncaged,X360,Fighting,Ubisoft,AMA Studios,3.2,0.6,0.31,,0.23,0.06,2010-11-04, -/games/boxart/full_1897913JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle 2,PS,Fighting,Bandai,Bandai,,0.6,,0.56,,0.04,2002-03-20, -/games/boxart/full_4536234AmericaFrontccc.jpg,Gravity Rush,PSV,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,,0.6,0.21,0.09,0.2,0.1,2012-06-12,2018-04-20 -/games/boxart/full_6235034AmericaFrontccc.jpg,L.A. Noire,PS4,Adventure,Rockstar Games,Team Bondi,,0.6,0.18,,0.32,0.1,2017-11-14,2018-06-19 -/games/boxart/5104760ccc.jpg,The Golden Compass,DS,Adventure,Sega,Shiny Entertainment,,0.6,0.28,,0.25,0.06,2007-12-04, -/games/boxart/3281980ccc.jpg,The Golden Compass,Wii,Adventure,Sega,Shiny Entertainment,,0.6,0.26,,0.28,0.07,2007-12-04, -/games/boxart/full_7775921AmericaFrontccc.jpg,Xena: Warrior Princess,PS,Adventure,Electronic Arts,VU Games,,0.6,0.33,,0.23,0.04,1999-09-30, -/games/boxart/1220438ccc.jpg,Rayman Arena,PS2,Racing,Ubisoft,Ubisoft,6.7,0.6,0.29,,0.23,0.08,2002-09-24, -/games/boxart/full_1954882AmericaFrontccc.jpg,New Play Control! Donkey Kong Jungle Beat,Wii,Platform,Nintendo,Nintendo EAD Tokyo,,0.6,0.23,0.14,0.17,0.05,2009-05-04, -/games/boxart/full_8659765AmericaFrontccc.jpg,Disney TH!NK Fast: The Ultimate Trivia Showdown,Wii,Misc,Disney Interactive Studios,Magenta Software,,0.6,0.37,0.01,0.16,0.06,2008-10-21, -/games/boxart/full_1447043AmericaFrontccc.jpg,Secret Agent Clank,PS2,Platform,Sony Computer Entertainment,Sanzaru Games,7,0.6,0.13,,0.18,0.29,2009-05-26, -/games/boxart/full_9678480AmericaFrontccc.jpg,Split/Second,X360,Racing,Disney Interactive Studios,Black Rock Studio,8.4,0.6,0.32,,0.23,0.06,2010-05-18, -/games/boxart/full_7824105AmericaFrontccc.jpg,Mickey's Speedway USA,N64,Racing,Nintendo,Rare Ltd.,,0.6,0.37,0.14,0.08,0.01,2000-11-13, -/games/boxart/full_2468924AmericaFrontccc.jpg,NASCAR Heat 2002,PS2,Racing,Infogrames,Monster Games Inc.,,0.6,0.29,,0.23,0.08,2001-06-18, -/games/boxart/full_8981935AmericaFrontccc.jpg,PGR3 - Project Gotham Racing 3,X360,Racing,Microsoft Game Studios,Bizarre Creations,8.8,0.6,0.49,0.03,0.03,0.05,2005-11-16, -/games/boxart/full_914385AmericaFrontccc.jpg,Just Dance 2016,WiiU,Music,Ubisoft,Ubisoft Paris,,0.6,0.29,,0.25,0.05,2015-10-20,2018-04-05 -/games/boxart/full_monhun-nikki-poka-poka-ailu-mura_1JapanFront.jpg,MonHun Nikki: Poka Poka Ailu Mura,PSP,Role-Playing,Capcom,From Software,,0.6,,0.6,,,2010-08-26, -/games/boxart/5687529ccc.jpg,Suikoden,PS,Role-Playing,Konami,Konami,8.2,0.6,0.21,0.21,0.14,0.04,1996-12-01, -/games/boxart/3210066ccc.jpg,Major League Baseball 2K7,PS2,Sports,2K Sports,Kush Games,,0.6,0.29,,0.23,0.08,2007-02-26, -/games/boxart/full_8993831AmericaFrontccc.jpg,Jaws Unleashed,PS2,Action,Majesco,Appaloosa Interactive,,0.6,0.5,,0.02,0.08,2006-05-23, -/games/boxart/full_international-superstar-soccer-98-us-sales_241AmericaFront.jpg,International Superstar Soccer '98,N64,Action,Konami,Konami,,0.6,0.06,0.21,0.3,0.03,1998-09-15,2018-09-24 -/games/boxart/6835355ccc.jpg,Transformers: The Game,X360,Action,Activision,Traveller's Tales,5.2,0.6,0.51,,0.04,0.05,2007-06-26, -/games/boxart/full_3163444JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen α,PS2,Strategy,Banpresto,Banpresto,,0.6,,0.6,,,2003-03-27, -/games/boxart/6277337ccc.jpg,Wave Race: Blue Storm,GC,Racing,Nintendo,Nintendo Software Technology Corporation,8.4,0.6,0.4,0.09,0.1,0.02,2001-11-17, -/games/boxart/full_8537910AmericaFrontccc.jpg,International Superstar Soccer 64,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.6,0.09,0.23,0.26,0.02,1997-07-31, -/games/boxart/full_3602419AmericaFrontccc.jpg,NHL 17,XOne,Sports,EA Sports,EA Canada,,0.6,0.52,,0.01,0.06,2016-09-13, -/games/boxart/full_8526446AmericaFrontccc.jpg,Monster Trucks,GBA,Racing,Majesco,Skyworks Technologies,,0.6,0.43,,0.16,0.01,2004-11-16, -/games/boxart/full_646920AmericaFrontccc.jpg,Tony Hawk's Underground,GBA,Sports,Activision,Vicarious Visions,,0.6,0.43,,0.16,0.01,2003-10-27, -/games/boxart/1859794ccc.jpg,NBA 2K8,PS2,Sports,2K Sports,Visual Concepts,,0.6,0.5,,0.02,0.08,2007-10-02, -/games/boxart/2589239ccc.jpg,NBA 2K7,X360,Sports,2K Sports,Visual Concepts,8.4,0.6,0.55,,0,0.05,2006-09-25, -/games/boxart/full_9546002AmericaFrontccc.jpg,Ben 10: Alien Force,PSP,Action,D3 Publisher,Monkey Bar Games,5.2,0.6,0.36,,0.14,0.11,2008-10-28, -/games/boxart/full_3344562AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,X360,Shooter,Ubisoft,Techland,7.6,0.6,0.3,0,0.24,0.06,2009-06-30, -/games/boxart/6054300ccc.gif,Half-Life,PS2,Shooter,Sierra Entertainment,Gearbox Software,8.4,0.6,0.29,,0.23,0.08,2001-11-11, -/games/boxart/3747894ccc.jpg,Beijing 2008,X360,Sports,Sega,Eurocom Entertainment Software,,0.59,0.15,,0.38,0.06,2008-07-08, -/games/boxart/full_kirbys-dream-course_9AmericaFront.jpg,Kirby's Dream Course,SNES,Sports,Nintendo,HAL Laboratory,,0.59,,0.59,,0,1995-02-01, -/games/boxart/full_4868787AmericaFrontccc.jpg,CyberTiger,PS,Sports,Electronic Arts,EA Redwood Shores,,0.59,0.33,,0.22,0.04,1999-09-30, -/games/boxart/3919929ccc.jpg,Waialae Country Club: True Golf Classics,N64,Sports,Nintendo,Tikipod,,0.59,0.48,,0.11,,1998-07-29, -/games/boxart/4771247ccc.jpg,Medal of Honor: Frontline,GC,Shooter,Electronic Arts,EA Los Angeles,8,0.59,0.46,,0.12,0.02,2002-11-10, -/games/boxart/full_9207883AmericaFrontccc.jpg,Dead Space,PC,Shooter,Electronic Arts,EA Redwood Shores,8.8,0.59,,,0.54,0.06,2008-10-20, -/games/boxart/8737081ccc.jpg,Ready 2 Rumble Boxing,N64,Sports,Midway Games,Point of View,7.8,0.59,0.47,,0.11,0.01,1999-10-31, -/games/boxart/full_9001931AmericaFrontccc.jpg,Pro Evolution Soccer 2015,PS3,Sports,Konami Digital Entertainment,PES Productions,,0.59,0.1,0.23,0.2,0.06,2014-11-11,2018-04-14 -/games/boxart/3782273ccc.jpg,Backyard NBA Basketball,PS2,Sports,Atari,Humongous Entertainment,,0.59,0.29,,0.22,0.07,2003-10-21, -/games/boxart/6812297ccc.jpg,Iron Man,Wii,Action,Sega,Secret Level,,0.59,0.3,,0.22,0.06,2008-05-02, -/games/boxart/full_nhl-11_3AmericaFront.jpg,NHL 11,PS3,Sports,EA Sports,EA Canada,8.8,0.59,0.4,,0.13,0.07,2010-09-07, -/games/boxart/full_31049AmericaFrontccc.jpg,NFL Blitz 2001,PS,Sports,Midway Games,Midway Games,,0.59,0.33,,0.22,0.04,2000-09-14, -/games/boxart/full_2715071JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '98 Kaimakuban,PS,Sports,Konami,Diamond Head,,0.59,,0.55,,0.04,1998-07-23, -/games/boxart/1172047ccc.jpg,Extreme-G,N64,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.59,0.47,,0.11,0.01,1997-09-30, -/games/boxart/full_5714934AmericaFrontccc.jpg,Final Fantasy Explorers,3DS,Role-Playing,Square Enix,Square Enix,7.3,0.59,0.17,0.29,0.1,0.03,2016-01-26,2018-01-08 -/games/boxart/full_1624116AmericaFrontccc.jpg,XCOM: Enemy Unknown,PS3,Strategy,2K Games,Firaxis Games,9.1,0.59,0.25,,0.24,0.1,2012-10-09,2018-03-22 -/games/boxart/8941359ccc.jpg,Smurf: Rescue In Gargamel's Castle,2600,Action,Coleco,Coleco,,0.59,0.55,,0.03,0.01,1982-01-01, -/games/boxart/full_assassins-creed-brotherhood_5PALFront.jpg,Assassin's Creed: Brotherhood,PC,Action,Ubisoft,Ubisoft Montreal,8.7,0.59,0.16,,0.34,0.09,2011-03-22, -/games/boxart/full_4591008AmericaFrontccc.jpg,Barbie: Race & Ride,PS,Action,Mattel Interactive,Runecraft,,0.59,0.33,,0.22,0.04,1999-12-01, -/games/boxart/full_7810484AmericaFrontccc.jpg,Naruto: The Broken Bond,X360,Action,Ubisoft,Ubisoft Montreal,7.6,0.59,0.24,,0.28,0.06,2008-11-18, -/games/boxart/full_monopoly_1AmericaFront.jpg,Monopoly,X360,Misc,Electronic Arts,EA Bright Light,,0.59,0.34,,0.2,0.06,2008-10-20, -/games/boxart/full_1982958AmericaFrontccc.jpg,Jampack Fall 2001,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.59,0.33,,0.22,0.04,2001-09-12, -/games/boxart/1566378ccc.jpg,Hot Wheels: Stunt Track Challenge,PS2,Racing,THQ,Climax Group,,0.59,0.29,,0.23,0.08,2004-11-10, -/games/boxart/2109405ccc.jpg,Asphalt: Urban GT,DS,Racing,Ubisoft,Gameloft,5,0.59,0.31,,0.22,0.06,2004-11-17, -/games/boxart/full_9947166AmericaFrontccc.jpg,Blur,X360,Racing,Activision,Bizarre Creations,8.3,0.59,0.25,0,0.27,0.06,2010-05-25, -/games/boxart/full_4364767AmericaFrontccc.jpg,Transformers: War for Cybertron,X360,Action,Activision,High Moon Studios,7.3,0.59,0.39,,0.15,0.05,2010-06-22, -/games/boxart/full_9617643AmericaFrontccc.jpg,Rock Band 2,PS2,Misc,MTV Games,Harmonix Music Systems,7.9,0.59,0.29,,0.23,0.08,2008-11-18, -/games/boxart/9788992ccc.jpg,Spelling Challenges and more!,DS,Misc,Crave Entertainment,Supersonic Software,,0.59,0.54,,0,0.04,2007-09-24, -/games/boxart/full_9829133AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,Wii,Misc,Disney Interactive Studios,Zoe Mode,,0.59,0.32,,0.23,0.04,2009-02-17, -/games/boxart/1586331ccc.jpg,Crash Bandicoot: The Wrath of Cortex,GC,Platform,Universal Interactive,Traveller's Tales,6,0.59,0.46,,0.12,0.02,2002-09-17, -/games/boxart/full_3005225AmericaFrontccc.jpg,Mega Man Anniversary Collection,PS2,Platform,Capcom,Atomic Planet Entertainment,,0.59,0.29,,0.22,0.08,2004-06-22, -/games/boxart/full_rayman-origins_645AmericaFront.jpg,Rayman Origins,PSV,Platform,Ubisoft,UBIart Montpellier,,0.59,0.12,0,0.37,0.1,2012-02-14, -/games/boxart/full_call-of-duty-black-ops_7AmericaFront.jpg,Call of Duty: Black Ops,DS,Shooter,Activision,n-Space,7,0.59,0.5,,0.04,0.04,2010-11-09, -/games/boxart/full_killzone-2-dlc-bundle-pack_299AmericaFront.jpg,Killzone 2: DLC Bundle Pack,PSN,Shooter,Konami Digital Entertainment,Guerrilla Games,,0.59,0.23,0.23,0.1,0.03,2015-09-01, -/games/boxart/full_the-fight-lights-out_9AmericaFront.jpg,The Fight: Lights Out,PS3,Fighting,Sony Computer Entertainment,ColdWood Interactive,4.7,0.59,0.29,,0.21,0.09,2010-11-09, -/games/boxart/full_2283971AmericaFrontccc.jpg,Disney Sing It: Family Hits,Wii,Misc,Disney Interactive Studios,Zoe Mode,,0.59,0.38,,0.17,0.05,2010-08-03, -/games/boxart/full_warioware-diy_8AmericaFront.jpg,WarioWare D.I.Y.,DS,Misc,Nintendo,Intelligent Systems,8.3,0.59,0.17,0.2,0.18,0.04,2010-03-28, -/games/boxart/full_jeopardy_594AmericaFront.jpg,Jeopardy!,Wii,Misc,THQ,"Pipeworks Software, Inc.",,0.59,0.55,,,0.04,2010-11-02, -/games/boxart/full_938813AmericaFrontccc.jpg,Harvest Moon: Friends of Mineral Town,GBA,Simulation,Natsume,TOSE Software,7.6,0.59,0.34,0.11,0.13,0.01,2003-11-17, -/games/boxart/full_alice-madness-returns_955AmericaFront.jpg,Alice: Madness Returns,PS3,Adventure,Electronic Arts,Spicy Horse,6.7,0.59,0.22,0.04,0.24,0.08,2011-06-14, -/games/boxart/full_9091910AmericaFrontccc.jpg,Silent Hill: Shattered Memories,PS2,Adventure,Konami,Climax Group,8,0.59,0.13,0.01,0.22,0.23,2010-01-19, -/games/boxart/full_2353383AmericaFrontccc.jpg,Hidden Agenda,PS4,Adventure,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.59,0.08,,0.42,0.09,2017-10-24,2018-09-24 -/games/boxart/full_soulcalibur-v_805AmericaFront.jpg,SoulCalibur V,X360,Fighting,Namco Bandai,Project Soul,,0.59,0.39,0.02,0.13,0.05,2012-01-31, -/games/boxart/full_4679291AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,PS3,Action-Adventure,Konami Digital Entertainment,Kojima Productions,8.5,0.59,0.13,0.28,0.13,0.05,2014-03-18,2018-03-22 -/games/boxart/full_8777429AmericaFrontccc.jpg,Skylanders: SuperChargers,WiiU,Action-Adventure,Activision,Vicarious Visions,8,0.59,0.32,,0.22,0.05,2015-09-20,2018-04-06 -/games/boxart/full_4221840AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,PS3,Shooter,Square Enix,IO Interactive,6.3,0.59,0.17,0.05,0.28,0.1,2010-08-17, -/games/boxart/full_4144694AmericaFrontccc.jpg,Titanfall,PC,Shooter,Electronic Arts,Respawn Entertainment,,0.59,0.24,,0.31,0.05,2014-03-11,2018-01-12 -/games/boxart/full_mlb-11-the-show_171AmericaFront.jpg,MLB 11: The Show,PS3,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.9,0.59,0.55,,,0.05,2011-03-08, -/games/boxart/full_6426612AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,PSP,Adventure,LucasArts,Traveller's Tales,5.2,0.59,0.21,,0.24,0.14,2009-11-17, -/games/boxart/801438ccc.jpg,Dead or Alive Xtreme Beach Volleyball,XB,Sports,Tecmo,Team Ninja,6.6,0.59,0.36,0.14,0.08,0.02,2003-01-22, -/games/boxart/full_2326979AmericaFrontccc.jpg,Madden NFL 06,X360,Sports,EA Sports,EA Tiburon,7.7,0.59,0.54,0.01,0,0.03,2005-11-16, -/games/boxart/full_hot-shots-golf-world-invitational_47AmericaFront.jpg,Hot Shots Golf: World Invitational,PSV,Sports,Sony Computer Entertainment,Clap Hanz,,0.59,0.15,0.26,0.12,0.06,2012-02-15,2018-09-23 -/games/boxart/9469681ccc.jpg,MVP Baseball 2004,XB,Sports,EA Sports,EA Sports,,0.59,0.44,,0.13,0.02,2004-03-09, -/games/boxart/9583397ccc.jpg,BurgerTime,2600,Puzzle,Mattel Interactive,Mattel,,0.59,0.55,,0.03,0.01,1982-01-01, -/games/boxart/4818556ccc.jpg,Pokémon Trozei!,DS,Puzzle,Nintendo,Genius Sonority Inc.,,0.59,0.25,0.31,0,0.02,2006-03-06, -/games/boxart/9573183ccc.jpg,2002 FIFA World Cup,PS2,Sports,EA Sports,EA Canada,7.9,0.59,0.21,0.16,0.17,0.06,2002-04-22, -/games/boxart/full_nhl-12_259AmericaFront.jpg,NHL 12,PS3,Sports,EA Sports,EA Canada,8.6,0.58,0.36,,0.16,0.07,2011-09-13, -/games/boxart/full_cabelas-dangerous-hunts-2011_3AmericaFront.jpg,Cabela's Dangerous Hunts 2011,Wii,Sports,Activision,Cauldron,,0.58,0.53,,0.02,0.04,2010-10-26, -/games/boxart/full_1279007AmericaFrontccc.jpg,Sammy Sosa High Heat Baseball 2001,PS,Sports,3DO,Team .366,,0.58,0.32,,0.22,0.04,2000-02-29, -/games/boxart/full_4475313AmericaFrontccc.jpg,World Cup 98,N64,Sports,EA Sports,EA Canada,,0.58,0.14,,0.4,0.04,1998-05-18, -/games/boxart/8103855ccc.jpg,Tony Hawk's Pro Skater 4,GC,Sports,Activision,Neversoft Entertainment,9.2,0.58,0.45,,0.12,0.02,2002-10-23, -/games/boxart/full_2207606AmericaFrontccc.jpg,Disney Magic World 2,3DS,Simulation,Nintendo,High Horse Entertainment,7.5,0.58,0.07,0.23,0.25,0.02,2016-10-14,2018-01-08 -/games/boxart/full_8351808AmericaFrontccc.jpg,Farming Simulator 19,PC,Simulation,Focus Home Interactive,Giants Software,,0.58,,,0.55,0.03,2018-11-20,2018-12-19 -/games/boxart/880814ccc.jpg,Q*bert,2600,Puzzle,Parker Bros.,Gottlieb,,0.58,0.55,,0.03,0.01,1983-01-01, -/games/boxart/8132919ccc.jpg,NCAA Football 09,PS3,Sports,EA Sports,EA Tiburon,,0.58,0.54,,,0.05,2008-07-15, -/games/boxart/full_6762668AmericaFrontccc.jpg,Skate it,Wii,Sports,Electronic Arts,EA Montreal,6.6,0.58,0.5,,0.03,0.04,2008-11-19, -/games/boxart/full_4429615AmericaFrontccc.jpg,Call of Duty: Modern Warfare Remastered,PS4,Shooter,Activision,Infinity Ward,7.9,0.58,0.17,0.03,0.3,0.09,2017-06-27,2018-01-14 -/games/boxart/9923365ccc.jpg,Prince of Persia: The Two Thrones,XB,Adventure,Ubisoft,Ubisoft Montreal,,0.58,0.33,,0.22,0.03,2005-12-01, -/games/boxart/full_9853926AmericaFrontccc.jpg,Shrek 2: Beg for Mercy,GBA,Adventure,Activision,Vicarious Visions,,0.58,0.42,,0.15,0.01,2004-10-27, -/games/boxart/full_8583921AmericaFrontccc.jpg,Terminator 3: Rise of the Machines,PS2,Action,Atari,Black Ops Entertainment,,0.58,0.28,,0.22,0.07,2003-11-11, -/games/boxart/full_2105732AmericaFrontccc.jpg,Doom 3 BFG Edition,PS3,Misc,Bethesda Softworks,Unknown,6.8,0.58,0.26,,0.22,0.1,2012-10-16, -/games/boxart/full_5015689AmericaFrontccc.jpg,NASCAR: Dirt to Daytona,PS2,Racing,Infogrames,Monster Games Inc.,,0.58,0.28,,0.22,0.07,2002-11-11, -/games/boxart/full_1680609PALFrontccc.jpg,F1 2013,PS3,Racing,Codemasters,Codemasters Birmingham,7.7,0.58,0.01,0.03,0.47,0.08,2013-10-08,2018-05-24 -/games/boxart/full_2370672AmericaFrontccc.jpg,Championship Motocross featuring Ricky Carmichael,PS,Racing,THQ,Funcom,7.5,0.58,0.32,,0.22,0.04,1999-09-15, -/games/boxart/full_4032517AmericaFrontccc.jpg,NFL Blitz 2000,N64,Sports,Midway Games,Avalanche Software,,0.58,0.55,,0.02,0,1999-08-17, -/games/boxart/7731939ccc.jpg,Madden NFL 2002,XB,Sports,EA Sports,EA Sports,,0.58,0.53,,0.02,0.03,2001-10-29, -/games/boxart/full_3864128AmericaFrontccc.jpg,NCAA Football 10,PS2,Sports,EA Sports,EA Tiburon,8,0.58,0.28,,0.22,0.07,2009-07-14, -/games/boxart/full_game-party-in-motion_1AmericaFront.jpg,Game Party in Motion,X360,Misc,Warner Bros. Interactive,FarSight Studios,,0.58,0.36,,0.17,0.05,2010-11-18, -/games/boxart/full_5599534AmericaFrontccc.jpg,Guitar Hero: Smash Hits,Wii,Misc,Activision,Neversoft Entertainment,7.5,0.58,0.31,,0.21,0.06,2009-06-16, -/games/boxart/full_5389087AmericaFrontccc.jpg,My Secret World by Imagine,DS,Misc,Ubisoft,Ubisoft Milan,,0.58,0.38,,0.19,0.01,2008-09-16, -/games/boxart/full_1945569AmericaFrontccc.jpg,Payday 2,X360,Shooter,505 Games,Overkill Software,,0.58,0.33,,0.2,0.05,2013-08-13,2018-01-08 -/games/boxart/full_deus-ex-human-revolution_61AmericaFront.jpg,Deus Ex: Human Revolution,PC,Shooter,Square Enix,Eidos Montreal,8.7,0.58,0.25,,0.26,0.08,2011-08-23, -/games/boxart/full_7007928AmericaFrontccc.jpg,Unreal Tournament,PS2,Shooter,Infogrames,Epic Games,,0.58,0.28,,0.22,0.07,2000-10-21, -/games/boxart/1702879ccc.jpg,Contra: Shattered Soldier,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,7.3,0.58,0.28,,0.22,0.07,2002-10-22, -/games/boxart/full_9671521AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,X360,Racing,Sega,Sumo Digital,,0.58,0.2,,0.34,0.05,2012-11-18,2018-12-03 -/games/boxart/full_3855340AmericaFrontccc.png,LEGO Worlds,NS,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,5,0.58,0.21,0,0.33,0.04,2017-09-05,2018-02-25 -/games/boxart/2794669ccc.jpg,Gex: Enter The Gecko,PS,Platform,Midway Games,Crystal Dynamics,,0.58,0.32,,0.22,0.04,1998-01-31, -/games/boxart/full_2403456AmericaFrontccc.jpg,FIFA: Road to World Cup 98,N64,Sports,EA Sports,EA Canada,,0.58,0.15,,0.39,0.03,1997-11-30, -/games/boxart/full_6021853JapanFrontccc.jpg,Dragon Ball Z: Chou Saiya Densetsu,SNES,Role-Playing,Bandai,TOSE,,0.58,,0.58,,,1992-01-25, -/games/boxart/full_disgaea-4-a-promise-unforgotten_709AmericaFront.jpg,Disgaea 4: A Promise Unforgotten,PS3,Role-Playing,NIS America,Nippon Ichi Software,7.9,0.58,0.27,0.14,0.11,0.06,2011-09-06, -/games/boxart/full_2763474AmericaFrontccc.jpg,Diablo,PS,Role-Playing,Electronic Arts,Climax Group,8.3,0.58,0.29,0.07,0.19,0.04,1998-01-01, -/games/boxart/9099953ccc.jpg,The Lord of the Rings: The Third Age,PS2,Role-Playing,Electronic Arts,EA Redwood Shores,,0.58,0.49,,0.02,0.08,2004-11-02, -/games/boxart/full_final-fantasy-the-4-heroes-of-light_1AmericaFront.jpg,Final Fantasy: The 4 Heroes of Light,DS,Role-Playing,Square Enix,Matrix Software,7.2,0.58,0.22,0.23,0.1,0.03,2010-10-05, -/games/boxart/full_8881584AmericaFrontccc.jpg,Kirby and the Rainbow Curse,WiiU,Platform,Nintendo,HAL Laboratory,8.2,0.58,0.26,0.13,0.14,0.04,2015-02-20,2018-03-20 -/games/boxart/9139606ccc.jpg,Mega Man X7,PS2,Platform,Capcom,Capcom,,0.58,0.22,0.14,0.17,0.06,2003-10-14, -/games/boxart/5208ccc.jpg,Lost: Via Domus,X360,Action,Ubisoft,Ubisoft Montreal,,0.58,0.18,,0.34,0.07,2008-02-26, -/games/boxart/full_3297804AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,PS3,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,0.58,0.22,0.01,0.26,0.09,2014-11-18,2018-05-04 -/games/boxart/full_phineas-and-ferb-across-the-2nd-dimension_396AmericaFront.jpg,Phineas and Ferb: Across the 2nd Dimension,Wii,Action,Disney Interactive Studios,High Impact Games,,0.58,0.35,,0.18,0.05,2011-08-02, -/games/boxart/default.jpg,DEFIANCE,X360,Action,Trion Worlds,Trion Worlds,,0.58,0.38,,0.14,0.05,2013-04-02, -/games/boxart/full_4891086AmericaFrontccc.jpg,Kinect Rush: A Disney Pixar Adventure,X360,Platform,Microsoft Studios,Asobo Studio,,0.58,0.38,,0.15,0.06,2012-03-20,2018-09-28 -/games/boxart/full_9689123AmericaFrontccc.jpg,Sly Cooper: Thieves in Time,PS3,Platform,Sony Computer Entertainment,Sanzaru Games,,0.58,0.35,,0.13,0.1,2013-02-05,2018-04-12 -/games/boxart/full_2435713AmericaFrontccc.jpg,Go Diego Go! Great Dinosaur Rescue,Wii,Action,2K Play,High Voltage Software,,0.58,0.52,,0.02,0.04,2008-10-27, -/games/boxart/7462190ccc.jpg,Tenchu 2: Birth of the Stealth Assassins,PS,Action,Activision,Acquire,8.5,0.58,0.32,,0.22,0.04,2000-08-07, -/games/boxart/full_2703170AmericaFrontccc.jpg,SpongeBob SquarePants Featuring Nicktoons: Globs of Doom,PS2,Action,THQ,Incinerator Studios,,0.58,0.29,,0.22,0.07,2008-10-20, -/games/boxart/7968658ccc.jpg,TMNT,X360,Action,Ubisoft,Ubisoft Montreal,,0.58,0.5,,0.03,0.05,2007-03-20, -/games/boxart/full_8511610AmericaFrontccc.jpg,Tom Clancy's HAWX,X360,Action,Ubisoft,Ubisoft Romania,6.9,0.58,0.31,0.02,0.19,0.06,2009-03-03, -/games/boxart/full_8723704AmericaFrontccc.jpg,Dragon Quest Builders: Revive Alefgard,PS4,Role-Playing,Square Enix,Square Enix,,0.58,0.12,0.24,0.17,0.06,2016-10-11,2018-01-11 -/games/boxart/full_2299007AmericaFrontccc.jpg,Digimon World 2,PS,Role-Playing,Bandai,Bandai,,0.58,0.23,0.16,0.16,0.04,2001-05-19, -/games/boxart/full_pro-evolution-soccer-2012_914AmericaFront.jpg,Pro Evolution Soccer 2012,PSP,Sports,Konami,Konami,,0.58,0.11,0.29,0.12,0.07,2011-11-08, -/games/boxart/full_9608233AmericaFrontccc.jpg,FIFA Soccer 10,DS,Sports,EA Sports,Exient Entertainment,,0.58,0.14,,0.37,0.07,2009-10-20, -/games/boxart/full_7119122AmericaFrontccc.jpg,Skylanders: Spyro's Adventure,3DS,Action,Activision,Toys for Bob,,0.58,0.33,,0.2,0.05,2011-10-16, -/games/boxart/4553823ccc.jpg,NHL 06,PS2,Sports,EA Sports,EA Canada,,0.58,0.48,,0.02,0.08,2005-09-06, -/games/boxart/full_2188765AmericaFrontccc.jpg,Top Spin 3,Wii,Sports,2K Sports,Pam Development,,0.58,0.15,,0.37,0.07,2008-06-23, -/games/boxart/7100627ccc.jpg,Transformers: The Game,Wii,Action,Activision,Traveller's Tales,,0.58,0.5,,0.03,0.05,2007-06-26, -/games/boxart/full_9700746AmericaFrontccc.jpg,International Superstar Soccer '98,N64,Sports,Konami,Konami Computer Entertainment Osaka,9.1,0.58,0.06,0.19,0.3,0.03,1998-09-15, -/games/boxart/full_6749963JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,PS,Simulation,Konami,Konami,,0.58,,0.55,,0.04,1995-10-13, -/games/boxart/full_4503971AmericaFrontccc.jpg,Ben 10: Alien Force,PS2,Action,D3 Publisher,Monkey Bar Games,,0.57,0.22,,0.02,0.33,2008-10-28, -/games/boxart/5765415ccc.jpg,Iron Man,X360,Action,Sega,Secret Level,,0.57,0.27,,0.24,0.06,2008-05-02, -/games/boxart/full_8627744AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.57,0.16,,0.32,0.09,2017-09-22,2018-05-29 -/games/boxart/full_2228599JapanFrontccc.png,Yokai Sangokushi,3DS,Action,Level 5,Level 5,,0.57,,0.57,,,2016-04-02,2018-01-08 -/games/boxart/6162993ccc.jpg,Blacksite: Area 51,X360,Shooter,Midway Games,Midway Studios Austin,6.3,0.57,0.29,,0.23,0.06,2007-11-12, -/games/boxart/full_1780604AmericaFrontccc.png,NHL 18,PS4,Sports,EA Sports,EA Canada,,0.57,0.31,,0.16,0.1,2017-09-15, -/games/boxart/full_2891680AmericaFrontccc.jpg,Tony Hawk's Pro Skater 4,GBA,Sports,Activision,Vicarious Visions,,0.57,0.41,,0.15,0.01,2002-10-28, -/games/boxart/full_zumba-fitness_8AmericaFront.jpg,Zumba Fitness,PS3,Sports,Majesco,"Pipeworks Software, Inc.",,0.57,0.28,,0.21,0.07,2010-11-18, -/games/boxart/full_tony-hawk-shred_2AmericaFront.jpg,Tony Hawk: Shred,Wii,Sports,Activision,Buzz Monkey Software,,0.57,0.41,,0.11,0.04,2010-10-26, -/games/boxart/full_6220594AmericaFrontccc.jpg,FIFA 15,Wii,Sports,EA Sports,EA Canada,,0.57,0.15,,0.37,0.04,2014-09-23,2018-03-23 -/games/boxart/full_1272810AmericaFrontccc.jpg,NHL 14,PS3,Sports,EA Sports,EA Canada,,0.57,0.28,,0.19,0.1,2013-09-10,2018-09-23 -/games/boxart/7010822ccc.jpg,Tomb Raider: Anniversary,PSP,Action,Eidos Interactive,Crystal Dynamics,7.7,0.57,0.21,,0.23,0.13,2007-08-09, -/games/boxart/full_1427234AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.57,0.32,,0.2,0.05,2017-11-14,2018-02-11 -/games/boxart/full_3214646JapanFrontccc.jpg,SD Gundam G Generation Neo,PS2,Strategy,Bandai,Bandai,,0.57,,0.57,,,2002-11-28, -/games/boxart/full_5406757AmericaFrontccc.jpg,StarCraft II: Legacy of the Void,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,8.8,0.57,0.23,,0.3,0.05,2015-11-10,2018-06-25 -/games/boxart/full_2052506JapanFrontccc.jpg,Mobile Suit Gundam: Giren no Yabou- Zeon no Keifu,PS,Strategy,Bandai,Bandai,,0.57,,0.54,,0.04,2000-02-10, -/games/boxart/7390416ccc.jpg,Theme Park,PS,Strategy,Electronic Arts,Bullfrog Productions,,0.57,0.24,0.13,0.16,0.04,1995-01-01, -/games/boxart/full_9356753AmericaFrontccc.jpg,Rock Band 4,PS4,Music,Harmonix Music Systems,Harmonix Music Systems,,0.57,0.41,,0.06,0.1,2015-10-06,2018-05-23 -/games/boxart/full_6549949AmericaFrontccc.jpg,Wreckless: ThE YaKuza MisSiOns,XB,Racing,Activision,Bunkasha Publishing,,0.57,0.42,0.02,0.11,0.02,2002-02-04, -/games/boxart/full_disney-universe_588AmericaFront.jpg,Disney Universe,X360,Action,Disney Interactive Studios,Disney Interactive Studios,6.7,0.57,0.37,,0.14,0.05,2011-10-25, -/games/boxart/full_7607494AmericaFrontccc.jpg,Resident Evil: Revelations 2,PS4,Action,Capcom,Capcom,,0.57,0.14,0.11,0.25,0.07,2015-02-24,2018-04-15 -/games/boxart/6704904ccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,XB,Platform,THQ,Heavy Iron Studios,6.7,0.57,0.45,,0.1,0.02,2003-10-31, -/games/boxart/full_918946AmericaFrontccc.jpg,Spider-Man 3,X360,Platform,Activision,Treyarch,6,0.57,0.49,,0.04,0.04,2007-05-04, -/games/boxart/full_5554467PALFrontccc.jpg,Lego Marvel Super Heroes: Universe in Peril,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.57,0.11,,0.33,0.13,2014-01-01,2018-01-04 -/games/boxart/4860836ccc.jpg,Spyro Orange: The Cortex Conspiracy,GBA,Action,Vivendi Games,Vicarious Visions,,0.57,0.41,,0.15,0.01,2004-06-03, -/games/boxart/4303513ccc.jpg,Beyond The Beyond,PS,Role-Playing,Sony Computer Entertainment,Camelot Software Planning,4.8,0.57,0.11,0.35,0.08,0.04,1996-08-31, -/games/boxart/default.jpg,Mega Man Star Force 2: Zerker x Ninja / Saurian,DS,Role-Playing,Capcom,Capcom,,0.57,0.24,0.31,0,0.02,2008-06-24, -/games/boxart/full_3928257AmericaFrontccc.jpg,Dynasty Warriors 5: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.57,0.11,0.35,0.08,0.03,2005-11-16, -/games/boxart/4213179ccc.jpg,Hasbro Family Game Night,PS2,Misc,Electronic Arts,EA Bright Light,,0.57,0.28,,0.22,0.07,2008-11-11, -/games/boxart/full_rock-band-3_9AmericaFront.jpg,Rock Band 3,PS3,Misc,MTV Games,Harmonix Music Systems,9.2,0.57,0.43,,0.09,0.06,2010-10-26, -/games/boxart/7844275ccc.jpg,Jampack Summer 2002,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.57,0.28,,0.22,0.07,2002-05-28, -/games/boxart/full_2144602AmericaFrontccc.jpg,Trivial Pursuit,Wii,Misc,Electronic Arts,Adrenalin Interactive,7.3,0.57,0.2,,0.3,0.06,2009-03-10, -/games/boxart/full_2821090AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,Wii,Platform,Vivendi Games,Etranges Libellules,,0.57,0.34,,0.17,0.05,2008-10-21, -/games/boxart/full_7160726AmericaFrontccc.jpg,Far Cry Instincts,XB,Shooter,Ubisoft,Ubisoft Montreal,,0.57,0.32,,0.24,0.02,2005-09-27, -/games/boxart/3323825ccc.jpg,Blood Wake,XB,Shooter,Microsoft,Stormfront Studios,,0.57,0.43,,0.12,0.02,2001-12-25, -/games/boxart/full_5320421AmericaFrontccc.jpg,XIII,PS2,Shooter,Ubisoft,Ubisoft Paris,,0.57,0.28,,0.22,0.07,2003-11-18, -/games/boxart/9253279ccc.jpg,Madden NFL 06,GC,Sports,EA Sports,EA Tiburon,8.7,0.57,0.44,,0.11,0.02,2005-08-08, -/games/boxart/full_5611302AmericaFrontccc.jpg,London 2012: The Official Video Game of the Olympic Games,X360,Sports,Sega,Sega Studios Australia,5.5,0.57,0.07,,0.44,0.06,2012-06-26, -/games/boxart/full_4920249AmericaFrontccc.jpg,NHL 10,PS3,Sports,EA Sports,EA Canada,9.1,0.57,0.38,,0.12,0.07,2009-09-15, -/games/boxart/484514ccc.jpg,Bob the Builder: Can We Fix It?,PS,Action,THQ,Steel Monkeys,,0.57,0.31,,0.21,0.04,2001-08-31, -/games/boxart/full_6027090JapanFrontccc.jpg,Nazo no Murasame-Jou (FDS),NES,Action,Nintendo,Nintendo EAD,,0.57,,0.57,,,1986-04-14, -/games/boxart/full_1581832AmericaFrontccc.jpg,ATV Offroad Fury: Blazin' Trails,PSP,Racing,Sony Computer Entertainment,Climax Group,5.9,0.57,0.53,,0,0.04,2005-04-19, -/games/boxart/1032166ccc.jpg,Bratz 4 Real,DS,Adventure,THQ,THQ,,0.57,0.29,,0.22,0.06,2007-11-05, -/games/boxart/1210128ccc.jpg,SpongeBob SquarePants Featuring Nicktoons: Globs of Doom,DS,Action,THQ,Natsume,,0.57,0.52,,0,0.04,2008-10-20, -/games/boxart/full_3952478AmericaFrontccc.gif,Resident Evil Outbreak File #2,PS2,Action,Capcom,Capcom Production Studio 1,5.8,0.57,0.19,0.17,0.15,0.05,2005-04-26, -/games/boxart/full_2023779AmericaFrontccc.jpg,LEGO Jurassic World,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.57,0.29,0.03,0.2,0.05,2015-06-12,2018-04-06 -/games/boxart/full_5081749AmericaFrontccc.jpg,Starlink: Battle for Atlas,NS,Action-Adventure,Ubisoft,Ubisoft Toronto,7.5,0.57,0.35,,0.17,0.05,2018-10-16,2019-03-22 -/games/boxart/full_7327869AmericaFrontccc.jpg,BlazBlue: Calamity Trigger,PS3,Fighting,Aksys Games,Arc System Works,8.5,0.57,0.36,0.06,0.1,0.06,2009-06-30, -/games/boxart/full_86372AmericaFrontccc.jpg,Ultra Street Fighter II: The Final Challengers,NS,Fighting,Capcom,Capcom,7,0.57,0.22,0.09,0.22,0.04,2017-05-26,2018-01-04 -/games/boxart/full_254138AmericaFrontccc.jpg,Rapala: We Fish,Wii,Sports,Activision,FUN Labs,,0.57,0.52,,0.02,0.04,2009-09-22, -/games/boxart/full_1540446AmericaFrontccc.jpg,Top Spin 3,PS3,Sports,2K Sports,Pam Development,7.8,0.57,0.08,0,0.37,0.12,2008-06-23, -/games/boxart/full_3706417AmericaFrontccc.jpg,Up,Wii,Adventure,THQ,THQ,,0.57,0.22,,0.29,0.06,2009-05-26, -/games/boxart/full_3250454AmericaFrontccc.jpg,Petz Dogz 2,Wii,Simulation,Ubisoft,Yuke's Media Creations,,0.57,0.52,,0.01,0.04,2007-11-14, -/games/boxart/full_harvest-moon-the-tale-of-two-towns_448AmericaFront.jpg,Harvest Moon: The Tale of Two Towns,DS,Simulation,Natsume,Marvelous Interactive,6.3,0.57,0.27,0.22,0.06,0.03,2011-09-20, -/games/boxart/full_7930619AmericaFrontccc.jpg,Harvest Moon: Sunshine Islands,DS,Simulation,Natsume,Marvelous Interactive,9,0.57,0.35,0.17,0.03,0.03,2009-11-10, -/games/boxart/full_3006771AmericaFrontccc.jpg,The Sims 3: World Adventures,PC,Simulation,Electronic Arts,EA Redwood Shores,8.2,0.57,0.02,,0.18,0.37,2009-11-16, -/games/boxart/full_2905669AmericaFrontccc.jpg,Super Bomberman,SNES,Puzzle,Hudson Soft,Produce!,,0.57,,0.57,,0,1993-01-01, -/games/boxart/981068ccc.jpg,NBA Hangtime,N64,Sports,Midway Games,Fun Com,,0.57,0.48,,0.08,0,1997-01-17, -/games/boxart/full_5884930AmericaFrontccc.jpg,WWE 2K17,XOne,Sports,2K Games,Yuke's,,0.57,0.26,,0.26,0.05,2016-10-11,2018-04-05 -/games/boxart/full_2838616AmericaFrontccc.jpg,FIFA World Cup Germany 2006,PS2,Sports,EA Sports,EA Canada,7.9,0.57,0.47,,0.02,0.08,2006-04-24, -/games/boxart/full_warhammer-40000-space-marine_522AmericaFront.jpg,"Warhammer 40,000: Space Marine",X360,Shooter,THQ,Relic Entertainment,7.3,0.56,0.25,,0.26,0.06,2011-09-06, -/games/boxart/3374520ccc.jpg,Battlefield 2: Modern Combat,XB,Shooter,Electronic Arts,Digtal Illusions,7.5,0.56,0.39,,0.15,0.02,2005-10-24, -/games/boxart/359425ccc.jpg,The Lord of the Rings: The Return of the King,GBA,Role-Playing,Electronic Arts,Griptonite Games,7.4,0.56,0.4,,0.15,0.01,2003-11-05, -/games/boxart/full_4595645AmericaFrontccc.jpg,Xenoblade Chronicles,3DS,Role-Playing,Nintendo,Monolith Soft,8.6,0.56,0.24,0.13,0.15,0.04,2015-04-10,2018-01-15 -/games/boxart/full_3631002AmericaFrontccc.jpg,Hamtaro: Ham-Hams Unite!,GBC,Role-Playing,Nintendo,Shogakukan,,0.56,,0.56,,0,2002-10-28,2018-01-06 -/games/boxart/975865ccc.jpg,WWE Raw 2,XB,Fighting,THQ,"Anchor, Inc.",,0.56,0.43,,0.11,0.02,2003-09-16, -/games/boxart/3689318ccc.jpg,Fatal Fury Special,SNES,Fighting,Takara,Takara,,0.56,,0.56,,,1995-04-01, -/games/boxart/full_6983740AmericaFrontccc.jpg,Harry Potter Collection,PS2,Misc,Electronic Arts,Electronic Arts,,0.56,0.28,,0.21,0.07,2007-10-23, -/games/boxart/full_2748637AmericaFrontccc.jpg,Yu-Gi-Oh! World Championship Tournament 2004,GBA,Misc,Konami,KCEJ,,0.56,0.4,,0.15,0.01,2004-02-10, -/games/boxart/full_8774649AmericaFrontccc.jpg,Soul Sacrifice,PSV,Misc,Sony Computer Entertainment,Marvelous Entertainment,,0.56,0.15,0.22,0.11,0.08,2013-04-30,2018-01-02 -/games/boxart/full_4216791AmericaFrontccc.jpg,LEGO Rock Band,X360,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,7.3,0.56,0.4,,0.11,0.05,2009-11-03, -/games/boxart/full_3419688AmericaFrontccc.jpg,ESPN NFL Football,PS2,Sports,Sega,Visual Concepts,,0.56,0.27,,0.21,0.07,2003-09-03, -/games/boxart/full_7339928AmericaFrontccc.jpg,Major League Baseball 2K5,XB,Sports,2K Sports,Kush Games,,0.56,0.52,,0.02,0.02,2005-02-23, -/games/boxart/full_2774914AmericaFrontccc.jpg,NCAA Football 07,XB,Sports,EA Sports,EA Sports,8.8,0.56,0.42,,0.12,0.01,2006-07-18, -/games/boxart/full_5040004AmericaFrontccc.jpg,Bolt,Wii,Adventure,Disney Interactive Studios,Avalanche Software,,0.56,0.19,,0.31,0.06,2008-11-18, -/games/boxart/full_7375924AmericaFrontccc.jpg,Yu-Gi-Oh! Reshef of Destruction,GBA,Strategy,Konami,Konami,,0.56,0.4,,0.15,0.01,2004-06-29, -/games/boxart/full_final-fantasy-iv-the-complete-collection_637AmericaFront.jpg,Final Fantasy IV: The Complete Collection,PSP,Role-Playing,Square Enix,Matrix Software,8,0.56,0.13,0.27,0.09,0.06,2011-04-19, -/games/boxart/1738805ccc.jpg,Fullmetal Alchemist and the Broken Angel,PS2,Role-Playing,Square Enix,Racjin,,0.56,0.15,0.26,0.12,0.04,2005-01-18, -/games/boxart/full_7326764AmericaFrontccc.jpg,Top Spin 3,X360,Sports,2K Sports,Pam Development,8.1,0.56,0.09,,0.4,0.07,2008-06-23, -/games/boxart/3526776ccc.gif,All-Star Baseball 2002,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.56,0.27,,0.21,0.07,2001-03-12, -/games/boxart/full_2554339AmericaFrontccc.jpg,WWE 2K16,PS3,Sports,Take-Two Interactive,Yuke's,,0.56,0.24,,0.23,0.09,2015-10-27,2018-04-11 -/games/boxart/7549191ccc.gif,Dr. Seuss' The Cat in the Hat,PS2,Adventure,VU Games,Magenta Software,,0.56,0.27,,0.21,0.07,2003-11-05, -/games/boxart/779120ccc.jpg,Backyard NFL Football,GBA,Sports,Infogrames,Torus Games,,0.56,0.4,,0.15,0.01,2002-09-25, -/games/boxart/full_3012AmericaFrontccc.jpg,Everybody's Golf,PS4,Sports,Sony Interactive Entertainment,Clap Hanz,8.1,0.56,0.12,0.17,0.22,0.06,2017-08-29,2018-09-23 -/games/boxart/full_9111313AmericaFrontccc.jpg,Tetris Party Deluxe,Wii,Puzzle,Majesco,"Tetris Online, Inc",7.3,0.56,0.33,0.02,0.16,0.05,2010-06-01, -/games/boxart/3107229ccc.jpg,Frontlines: Fuel of War,X360,Shooter,THQ,Kaos Studios,,0.56,0.34,0.01,0.15,0.05,2008-02-25, -/games/boxart/full_1634407AmericaFrontccc.jpg,Jillian Michaels Fitness Ultimatum 2010,Wii,Sports,Majesco,Collision Studios,,0.56,0.51,,0.01,0.04,2009-10-06, -/games/boxart/8389570ccc.jpg,Arena Football,PS2,Sports,EA Sports,EA Tiburon,,0.56,0.28,,0.22,0.07,2006-02-07, -/games/boxart/full_9604911AmericaFrontccc.jpg,Wolfenstein,X360,Shooter,Activision,Raven Software,7.3,0.56,0.28,,0.22,0.06,2009-08-18, -/games/boxart/full_3895260AmericaFrontccc.jpg,DOOM VFR,PS4,Shooter,Bethesda Softworks,id Software,,0.56,0.22,,0.25,0.09,2017-12-01,2018-01-01 -/games/boxart/2148568ccc.gif,Soldier of Fortune: Gold Edition,PS2,Shooter,Majesco,Pipe Dream Interactive,,0.56,0.27,,0.21,0.07,2001-11-11, -/games/boxart/full_4460843AmericaFrontccc.jpg,Mega Man X2,SNES,Platform,Capcom,Capcom,,0.56,0.09,0.45,0.02,0,1994-01-01, -/games/boxart/9792343ccc.jpg,Blinx: The Time Sweeper,XB,Platform,Microsoft Game Studios,Artoon,6.8,0.56,0.39,,0.15,0.02,2002-10-07, -/games/boxart/full_1663729AmericaFrontccc.jpg,Petz Wild Animals: Tigerz,DS,Simulation,Ubisoft,Magic Pockets,,0.56,0.52,,0,0.04,2008-02-26, -/games/boxart/193137ccc.jpg,The Sims: Bustin' Out,XB,Simulation,Electronic Arts,Maxis,,0.56,0.4,,0.14,0.02,2003-12-15, -/games/boxart/4298038ccc.jpg,True Crime: Streets of LA,GC,Action,Activision,EXAKT Entertainment,8.1,0.56,0.44,,0.11,0.02,2003-11-03, -/games/boxart/full_9052094AmericaFrontccc.jpg,Disney Infinity 3.0,PS3,Action,Disney Interactive Studios,Avalanche Software,,0.56,0.22,,0.25,0.09,2015-08-30,2018-03-20 -/games/boxart/full_8600640AmericaFrontccc.jpg,Tom Clancy's HAWX,PS3,Action,Ubisoft,Ubisoft Romania,7.5,0.56,0.21,0.05,0.22,0.09,2009-03-03, -/games/boxart/3673223ccc.jpg,Batman Begins,PS2,Action,Electronic Arts,Eurocom Entertainment Software,,0.56,0.27,,0.21,0.07,2005-06-14, -/games/boxart/full_enslaved-odyssey-to-the-west_6AmericaFront.jpg,Enslaved: Odyssey to the West,PS3,Action,Namco Bandai,Ninja Theory,7.9,0.56,0.24,0.01,0.23,0.08,2010-10-05, -/games/boxart/full_316783AmericaFrontccc.jpg,No More Heroes,Wii,Action,Ubisoft,Grasshopper Manufacture,8.2,0.56,0.29,0.04,0.17,0.05,2008-01-22, -/games/boxart/4376063ccc.jpg,Tony Hawk's Proving Ground,X360,Sports,Activision,Neversoft Entertainment,7.2,0.56,0.49,,0.02,0.04,2007-10-15, -/games/boxart/full_7768353AmericaFrontccc.jpg,Assassin's Creed: Unity,PC,Action,Ubisoft,Ubisoft Montreal,,0.56,0.2,,0.31,0.04,2014-11-11,2018-05-04 -/games/boxart/full_841464AmericaFrontccc.jpg,Sonic Forces,PS4,Platform,Sega,Sonic Team,,0.56,0.15,0.01,0.31,0.09,2017-11-07,2018-02-11 -/games/boxart/7370557ccc.jpg,The Incredible Hulk,GBA,Platform,Universal Interactive,Pocket Studios,6,0.56,0.4,,0.15,0.01,2003-05-27, -/games/boxart/350903ccc.jpg,"Monsters, Inc. Scream Team",PS,Platform,Sony Computer Entertainment,Artificial Mind and Movement,,0.56,0.31,,0.21,0.04,2001-10-30, -/games/boxart/full_8783119AmericaFrontccc.jpg,Dora The Explorer: Dora Saves the Snow Princess,Wii,Platform,2K Play,High Voltage Software,,0.56,0.49,,0.02,0.04,2008-10-27, -/games/boxart/7896120ccc.jpg,Resident Evil 2,N64,Action,Capcom,Angel Studios,9,0.56,0.39,0.07,0.09,0.01,1999-10-31, -/games/boxart/5123233ccc.jpg,Manhunt 2,PS2,Action,Rockstar Games,Rockstar London,,0.56,0.27,,0.21,0.07,2007-10-29, -/games/boxart/full_3989695AmericaFrontccc.jpg,Need for Speed: Most Wanted,GC,Racing,Electronic Arts,EA Canada,8.4,0.56,0.43,,0.11,0.02,2005-11-15, -/games/boxart/full_348696AmericaFrontccc.jpg,NASCAR Rumble,PS,Racing,Electronic Arts,Electronic Arts,,0.56,0.31,,0.21,0.04,2000-01-31, -/games/boxart/full_1415593AmericaFrontccc.jpg,MX 2002 Featuring Ricky Carmichael,PS2,Racing,THQ,Pacific Coast Power & Light,8,0.56,0.27,,0.21,0.07,2001-07-03, -/games/boxart/7415221ccc.jpg,Petz Dogz 2,PS2,Simulation,Ubisoft,Yuke's Media Creations,,0.56,0.28,,0.21,0.07,2007-11-23, -/games/boxart/full_4067743AmericaFrontccc.jpg,Just Cause 4,PS4,Action-Adventure,Square Enix,Avalanche Studios,,0.56,0.18,0.03,0.26,0.09,2018-12-04,2018-12-19 -/games/boxart/1000581ccc.jpg,Archer Maclean's Mercury,PSP,Puzzle,Ignition Entertainment,Awesome Studios,7.7,0.56,0.17,,0.24,0.15,2005-04-06, -/games/boxart/full_9922644AmericaFrontccc.jpg,Ms. Pac-Man Maze Madness,GBA,Puzzle,"Destination Software, Inc",Full-Fat,,0.56,0.4,,0.15,0.01,2004-11-03, -/games/boxart/4625900ccc.jpg,Classic NES Series: Dr. Mario,GBA,Puzzle,Nintendo,Nintendo,,0.56,0.31,0.13,0.11,0.01,2004-10-25, -/games/boxart/1521300ccc.jpg,Barbie Groovy Games,GBA,Misc,Universal Interactive,Digital Illusions (DICE),3,0.56,0.4,,0.15,0.01,2002-09-04, -/games/boxart/full_963875JapanFrontccc.jpg,DS Bimoji Training,DS,Misc,Nintendo,Nuevo Retro Games / NST,,0.56,,0.56,,,2008-03-13, -/games/boxart/full_5098642AmericaFrontccc.jpg,Dogz,DS,Simulation,Ubisoft,MTO,,0.56,0.5,,0.01,0.04,2006-11-22, -/games/boxart/full_5004591AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),PS4,Action-Adventure,Activision,Beenox,,0.56,0.2,0.02,0.26,0.09,2014-04-29,2018-03-19 -/games/boxart/full_4258947AmericaFrontccc.jpg,Metroid: Samus Returns,3DS,Action-Adventure,Nintendo,Mercury Steam,9.1,0.56,0.3,0.07,0.15,0.05,2017-09-15,2018-09-21 -/games/boxart/full_766638AmericaFrontccc.jpg,Kingdom Come: Deliverance,PS4,Role-Playing,Deep Silver,Warhorse Studios,,0.56,0.18,,0.28,0.09,2018-02-13,2018-01-10 -/games/boxart/full_9165733AmericaFrontccc.jpg,NHL Hitz 20-02,PS2,Sports,Midway Games,EA Black Box,,0.56,0.28,,0.22,0.07,2001-09-24, -/games/boxart/9520651ccc.jpg,Army Men: Sarge's Heroes,PS,Action,3DO,3DO,,0.56,0.31,,0.21,0.04,2000-01-01, -/games/boxart/9820189ccc.jpg,Breath of Fire IV,PS,Role-Playing,Capcom,Capcom,8.4,0.56,0.11,0.34,0.08,0.04,2000-11-28, -/games/boxart/5971714ccc.jpg,Odin Sphere,PS2,Role-Playing,Atlus,Vanillaware,8,0.56,0.23,0.09,0.18,0.06,2007-05-22,2019-01-10 -/games/boxart/full_6163189AmericaFrontccc.jpg,NCAA March Madness 07,PS2,Sports,EA Sports,EA Canada,,0.56,0.28,,0.22,0.07,2007-01-17, -/games/boxart/218443ccc.jpg,Tony Hawk's Project 8,PSP,Sports,Activision,Page 44 Studios,6.3,0.56,0.41,,0.08,0.07,2006-11-21, -/games/boxart/2824263ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,PS2,Sports,Activision,Activision,,0.56,0.28,,0.21,0.07,2004-11-10, -/games/boxart/full_8521442AmericaFrontccc.jpg,Knockout Kings 2001,PS2,Fighting,EA Sports,Black Ops Entertainment,,0.56,0.28,,0.21,0.07,2001-02-05, -/games/boxart/full_4829138JapanFrontccc.jpg,Inazuma Eleven GO: Dark / Shine,3DS,Role-Playing,Level 5,Level 5,,0.55,,0.48,0.07,0,2011-12-15,2018-01-08 -/games/boxart/full_84454JapanFrontccc.jpg,Simple 1500 Series Vol. 73: The Invaders ~Space Invaders 1500~,PS,Shooter,D3 Publisher,Taito Corporation,,0.55,0.31,,0.21,0.04,2001-09-27, -/games/boxart/8497920ccc.jpg,Soul Reaver 2,PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.55,0.27,,0.21,0.07,2001-10-31, -/games/boxart/full_3003188AmericaFrontccc.jpg,Lords of the Fallen,PS4,Role-Playing,Namco Bandai Games,DECK13 Interactive,,0.55,0.2,0.02,0.24,0.09,2014-10-28,2018-05-10 -/games/boxart/full_7164908JapanFrontccc.jpg,SD Gundam G Generation Zero,PS,Strategy,Bandai,Bandai,,0.55,,0.51,,0.04,1999-08-12, -/games/boxart/full_4711631JapanFrontccc.jpg,Super Robot Taisen F Kanketsuhen,SAT,Strategy,Banpresto,Banpresto,,0.55,,0.55,,0,1998-04-23, -/games/boxart/full_6788333JapanFrontccc.jpg,Shin Super Robot Taisen,PS,Strategy,Banpresto,Winky Soft,,0.55,,0.52,,0.04,1996-12-27, -/games/boxart/full_4835304PALFrontccc.jpg,Lips: Number One Hits,X360,Music,Microsoft Game Studios,iNiS,,0.55,0.15,,0.34,0.06,2009-10-20,2018-10-10 -/games/boxart/1755344ccc.jpg,Viva Pinata: Pocket Paradise,DS,Simulation,THQ,Rare Ltd.,8.1,0.55,0.26,,0.23,0.06,2008-09-08, -/games/boxart/full_5739016AmericaFrontccc.jpg,WWF Raw (2002),XB,Fighting,THQ,Anchor,6.5,0.55,0.4,,0.13,0.02,2002-02-11,2018-01-06 -/games/boxart/full_34107AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,XOne,Action-Adventure,Disney Interactive Studios,Avalanche Software,,0.55,0.35,,0.15,0.05,2014-09-23,2018-02-06 -/games/boxart/full_3025235AmericaFrontccc.jpg,Skylanders: SuperChargers,X360,Action-Adventure,Activision,Vicarious Visions,,0.55,0.35,,0.15,0.05,2015-09-20,2018-04-06 -/games/boxart/2799062ccc.jpg,Daytona USA,SAT,Racing,Sega,Sega-AM2,,0.55,,0.55,,,1995-05-11, -/games/boxart/full_mx-vs-atv-alive_170AmericaFront.jpg,MX vs. ATV: Alive,X360,Racing,THQ,Rainbow Studios,6.9,0.55,0.37,,0.13,0.05,2011-05-10, -/games/boxart/full_zhuzhu-pets-2-featuring-the-wild-bunch_5AmericaFront.jpg,ZhuZhu Pets 2: Featuring The Wild Bunch,DS,Simulation,Activision,Black Lantern Studios,,0.55,0.4,,0.11,0.04,2010-10-19, -/games/boxart/full_6738026AmericaFrontccc.jpg,Petz Catz Clan,DS,Simulation,Ubisoft,Ubisoft,5,0.55,0.47,,0.03,0.04,2008-11-18, -/games/boxart/full_1025788JapanFrontccc.jpg,Jump Super Stars,DS,Fighting,Nintendo,Ganbarion,,0.55,,0.55,,,2005-08-08, -/games/boxart/full_4869495AmericaFrontccc.jpg,Metal Gear Solid 3: Subsistence,PS2,Action,Konami,Kojima Productions,9.4,0.55,0.34,0.15,0.01,0.06,2006-03-14, -/games/boxart/full_1220931AmericaFrontccc.jpg,Jak X: Combat Racing,PS2,Racing,Sony Computer Entertainment,Naughty Dog,,0.55,0.45,,0.02,0.07,2005-10-18, -/games/boxart/full_2890492AmericaFrontccc.jpg,Tak and the Power of Juju,GBA,Platform,THQ,Avalanche Software,,0.55,0.39,,0.15,0.01,2003-10-15, -/games/boxart/full_1334368PALFrontccc.jpg,Ratchet & Clank: Quest for Booty,PS3,Platform,Sony Computer Entertainment,Insomniac Games,7.6,0.55,0,,0.52,0.03,2008-09-12, -/games/boxart/full_6598944AmericaFrontccc.jpeg,Poochy & Yoshi's Woolly World,3DS,Platform,Nintendo,Good-Feel,7.5,0.55,0.2,0.17,0.16,0.03,2017-02-03,2018-01-07 -/games/boxart/1069247ccc.jpg,Secret Agent Clank(US sales),PSP,Platform,Sony Computer Entertainment,High Impact Games,7.2,0.55,0.33,,0.22,,2008-06-17, -/games/boxart/4143387ccc.jpg,Mega Man Zero,GBA,Platform,Capcom,Inti Creates,,0.55,0.22,0.24,0.08,0.01,2002-09-09, -/games/boxart/356565ccc.jpg,Shrek 2,XB,Platform,Activision,"Luxoflux, Inc.",6.7,0.55,0.4,,0.13,0.02,2004-04-28, -/games/boxart/full_7897335AmericaFrontccc.jpg,Donkey Kong Jungle Climber,DS,Platform,Nintendo,Paon Corporation,7.8,0.55,0.25,0.24,0.03,0.03,2007-09-10, -/games/boxart/full_monster-jam-2011_9AmericaFront.jpg,Monster Jam: Path of Destruction,Wii,Racing,Activision,Virtuos,,0.55,0.49,,0.02,0.04,2010-11-09, -/games/boxart/7208690ccc.jpg,NBA 2K8,PS3,Sports,2K Sports,Visual Concepts,,0.55,0.5,,0.01,0.05,2007-10-02, -/games/boxart/full_40151AmericaFrontccc.jpg,Rory McIlroy PGA Tour,PS4,Sports,Electronic Arts,EA Tiburon,,0.55,0.19,,0.27,0.09,2015-07-14,2018-05-24 -/games/boxart/full_1892529AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,DS,Sports,Activision,Pixel Tales,,0.55,0.5,,0,0.04,2008-10-21, -/games/boxart/full_2336219JapanFrontccc.jpg,Super Robot Taisen F,SAT,Action,Banpresto,Banpresto,,0.55,,0.55,,0,1997-09-25, -/games/boxart/full_9221345AmericaFrontccc.jpg,Project CARS 2,PS4,Racing,Namco Bandai Games,Slightly Mad Studios,8.5,0.55,0.1,0.02,0.35,0.08,2017-09-22, -/games/boxart/full_5764200AmericaFrontccc.jpg,Tony Hawk's Pro Skater 3,XB,Sports,Activision,Neversoft Entertainment,,0.55,0.34,,0.18,0.02,2002-03-04, -/games/boxart/full_8619482AmericaFrontccc.jpg,Tiger Woods PGA Tour 13,PS3,Sports,Electronic Arts,EA Tiburon,,0.55,0.24,,0.22,0.08,2012-03-27,2018-09-28 -/games/boxart/full_8142689AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,Wii,Action,Activision,Toys for Bob,,0.55,0.31,,0.18,0.06,2008-11-04, -/games/boxart/4992594ccc.jpg,Batman: Vengeance,PS2,Adventure,Ubisoft,Ubisoft Montreal,7.1,0.55,0.27,,0.21,0.07,2001-10-15, -/games/boxart/full_8939127AmericaFrontccc.jpg,Purr Pals,DS,Simulation,Crave Entertainment,inXile,,0.55,0.18,,0.35,0.02,2007-03-27, -/games/boxart/full_18930PALFrontccc.jpg,Layton's Mystery Journey: Katrielle and the Millionaire's Conspiracy,3DS,Puzzle,Level 5,Level 5,,0.55,0.12,0.15,0.25,0.03,2017-10-06,2018-01-23 -/games/boxart/9166614ccc.jpg,CrossworDS,DS,Puzzle,Nintendo,Nuevo Retro Games / NST,,0.55,0.5,,0,0.04,2008-05-05, -/games/boxart/800801ccc.jpg,Catz,DS,Simulation,Ubisoft,Powerhead Games,,0.55,0.49,,0.02,0.04,2006-11-30, -/games/boxart/full_5129545AmericaFrontccc.jpg,Sniper Elite 4,PS4,Shooter,Rebellion Developments,Rebellion Developments,,0.55,0.21,,0.25,0.09,2017-02-14,2018-05-29 -/games/boxart/5719629ccc.jpg,Star Wars: Dark Forces,PS,Shooter,LucasArts,LucasArts,,0.55,0.31,,0.21,0.04,1996-11-30, -/games/boxart/full_4254454AmericaFrontccc.jpg,Spec Ops: The Line,PS3,Shooter,2K Games,Yager Development,,0.55,0.19,0.04,0.24,0.07,2012-06-26,2018-01-10 -/games/boxart/8979331ccc.gif,Turok: Evolution,XB,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,0.55,0.39,,0.14,0.02,2002-08-31, -/games/boxart/2928172ccc.jpg,Red Dead Revolver,XB,Shooter,Rockstar Games,Rockstar San Diego,,0.55,0.4,,0.12,0.02,2004-05-03, -/games/boxart/6863994ccc.gif,The Godfather (old US sales),XB,Action,Electronic Arts,Headgate,,0.55,0.42,,0.11,0.02,2006-03-21, -/games/boxart/full_5741632AmericaFrontccc.jpg,Fighting Force 2,PS,Action,Eidos Interactive,Core Design Ltd.,,0.55,0.31,,0.21,0.04,1999-11-30, -/games/boxart/6026411ccc.jpg,Extermination,PS2,Action,Sony Computer Entertainment,Deep Space,,0.55,0.21,0.12,0.16,0.05,2001-07-23, -/games/boxart/full_9762662AmericaFrontccc.jpg,Lunar: Silver Star Story Complete,PS,Role-Playing,Working Designs,Game Arts,7.6,0.55,0.27,0.06,0.18,0.04,1999-05-28, -/games/boxart/full_lets-make-a-j-league-pro-soccer-club-2002_1JapanFront.jpg,Soccer Tsuku 2002: J-League Pro Soccer Club o Tsukurou!,PS2,Sports,Sega,Smilebit,,0.55,,0.55,,,2002-03-07, -/games/boxart/full_810167JapanFrontccc.jpg,Sakura Wars,SAT,Adventure,Sega,Overworks,,0.55,,0.55,,,1996-09-27, -/games/boxart/full_4363405AmericaFrontccc.jpg,Contender 2,PS,Fighting,BAM! Entertainment,Bam Entertainment,,0.55,0.31,,0.21,0.04,2000-12-19, -/games/boxart/183710ccc.jpg,American Idol,PS2,Misc,Codemasters,Hothouse Creations,,0.55,0.27,,0.21,0.07,2003-11-11, -/games/boxart/full_4070914AmericaFrontccc.jpg,Mortal Kombat 3,PS,Fighting,Sony Computer Entertainment,Midway Games,,0.55,0.29,0.02,0.2,0.04,1995-10-07, -/games/boxart/full_8310010AmericaFrontccc.jpg,SpongeBob SquarePants: SuperSponge,GBA,Action,THQ,Climax Group,,0.55,0.39,,0.15,0.01,2001-11-05, -/games/boxart/full_5867697AmericaFrontccc.jpg,Disney Infinity 3.0,WiiU,Action,Disney Interactive Studios,Avalanche Software,,0.55,0.27,,0.23,0.05,2015-08-30,2018-03-20 -/games/boxart/full_5711174AmericaFrontccc.jpg,Legends of WrestleMania,PS3,Fighting,THQ,Yuke's,,0.55,0.3,0,0.17,0.07,2009-03-24, -/games/boxart/2382978ccc.jpg,NBA Showtime: NBA on NBC,PS,Sports,Midway Games,Eurocom Entertainment Software,,0.55,0.31,,0.21,0.04,1999-10-31, -/games/boxart/3981290ccc.jpg,The Activision Decathlon,2600,Sports,Activision,Activision,,0.55,0.52,,0.03,0.01,1983-01-01, -/games/boxart/5275800ccc.jpg,Rapala Tournament Fishing!,Wii,Sports,Activision,Magic Wand Productions,,0.55,0.51,,0,0.04,2006-11-22, -/games/boxart/full_7908716JapanFrontccc.jpg,Derby Stallion 04,PS2,Sports,Enterbrain,ParityBit,,0.55,,0.55,,,2004-04-22, -/games/boxart/full_7479649AmericaFrontccc.jpg,Disgaea 3: Absence of Justice,PS3,Role-Playing,NIS America,Nippon Ichi Software,7.8,0.55,0.36,0.11,0.03,0.05,2008-08-26, -/games/boxart/full_7532532JapanFrontccc.jpg,Kingdom Hearts: Final Mix,PS2,Role-Playing,Square,SquareSoft,,0.55,,0.55,,,2002-12-26, -/games/boxart/full_grease_4AmericaFront.jpg,Grease,Wii,Misc,505 Games,Zoe Mode,,0.55,0.26,,0.24,0.05,2010-08-24, -/games/boxart/8306939ccc.jpg,Top Gun: Fire at Will!,PS,Misc,Spectrum Holobyte,MicroProse,,0.55,0.3,,0.21,0.04,1996-06-01, -/games/boxart/2765010ccc.jpg,Bratz: Rock Angelz,GBA,Misc,THQ,Blitz Games,,0.54,0.39,,0.14,0.01,2005-01-01, -/games/boxart/full_1741713AmericaFrontccc.jpg,Tatsunoko vs. Capcom: Ultimate All-Stars,Wii,Fighting,Capcom,Eighting,8.3,0.54,0.3,0.03,0.16,0.05,2010-01-26, -/games/boxart/9090209ccc.jpg,War of the Monsters,PS2,Fighting,Sony Computer Entertainment,Incognito Entertainment,,0.54,0.26,,0.2,0.07,2003-01-14, -/games/boxart/default.jpg,Dragon Ball Z: Ultimate Tenkaichi,X360,Fighting,Namco Bandai,Spike,6,0.54,0.39,0.01,0.1,0.05,2011-10-25, -/games/boxart/full_3193860AmericaFrontccc.jpg,Def Jam: Fight for NY,XB,Fighting,Electronic Arts,Aki Corp.,,0.54,0.43,,0.1,0.02,2004-09-20, -/games/boxart/default.jpg,Kidou Senshi Gundam: Extreme VS,PS3,Fighting,Bandai,Bandai Namco Games,,0.54,,0.54,,,2011-12-01, -/games/boxart/full_tactics-ogre-let-us-cling-together_843AmericaFront.jpg,Tactics Ogre: Let Us Cling Together,PSP,Role-Playing,Square Enix,Square Enix,9,0.54,0.15,0.27,0.07,0.05,2011-02-15, -/games/boxart/default.jpg,Medarot 2: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.54,,0.54,,0,1999-07-23, -/games/boxart/full_5949028AmericaFrontccc.jpg,METRO 2033,X360,Shooter,THQ,4a-games,7.4,0.54,0.22,0.03,0.23,0.05,2010-03-16, -/games/boxart/full_time-crisis-razing-storm_5AmericaFront.jpg,Time Crisis: Razing Storm,PS3,Shooter,Namco Bandai,Nex Entertainment,5.8,0.54,0.18,0.07,0.21,0.08,2010-10-19, -/games/boxart/full_472435AmericaFrontccc.jpg,Just Dance 2015,XOne,Music,Ubisoft,Ubisoft Paris,8.1,0.54,0.36,,0.13,0.05,2014-10-21,2018-04-03 -/games/boxart/full_2951395AmericaFrontccc.jpg,Sacred 2: Fallen Angel,X360,Role-Playing,CDV Software Entertainment,Ascaron Entertainment,7,0.54,0.29,0.04,0.16,0.05,2009-05-11, -/games/boxart/full_5199891AmericaFrontccc.jpg,Dragon Ball: Fusions,3DS,Role-Playing,Namco Bandai Games,Ganbarion,6.3,0.54,0.17,0.24,0.09,0.03,2016-11-22,2018-01-14 -/games/boxart/8122234ccc.jpg,ESPN NBA Basketball,PS2,Sports,Sega,Visual Concepts,,0.54,0.26,,0.21,0.07,2003-10-21, -/games/boxart/full_7897429AmericaFrontccc.jpg,FIFA 18,PS3,Sports,EA Sports,EA Vancouver,,0.54,0.06,0.01,0.4,0.08,2017-09-29,2018-04-02 -/games/boxart/full_2387017AmericaFrontccc.jpg,FIFA 99,N64,Sports,EA Sports,EA Canada,,0.54,0.11,,0.39,0.03,1998-11-30, -/games/boxart/full_4026329AmericaFrontccc.jpg,Mario Tennis Ultra Smash,WiiU,Sports,Nintendo,Camelot Software Planning,6.1,0.54,0.16,0.15,0.2,0.03,2015-11-20,2018-03-21 -/games/boxart/full_4085026PALFrontccc.jpg,SingStar Summer Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.54,,,0.06,0.48,2008-04-25, -/games/boxart/full_7844908AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make the Grade,Wii,Misc,THQ,THQ,,0.54,0.5,,,0.04,2008-10-20, -/games/boxart/full_2865410AmericaFrontccc.jpg,Let's Draw!,DS,Misc,Majesco,Agatsuma Entertainment,,0.54,0.24,,0.24,0.06,2010-03-16, -/games/boxart/full_849993AmericaFrontccc.jpg,Mat Hoffman's Pro BMX,PS,Sports,Activision,Shaba Games,,0.54,0.3,,0.2,0.04,2001-05-14, -/games/boxart/7379891ccc.jpg,Tiger Woods PGA Tour 08,X360,Sports,Electronic Arts,EA Tiburon,,0.54,0.49,,0.02,0.04,2007-08-28, -/games/boxart/full_tiger-woods-pga-tour-11_2AmericaFront.jpg,Tiger Woods PGA Tour 11,Wii,Sports,EA Sports,EA Tiburon,8.3,0.54,0.23,,0.26,0.05,2010-06-08, -/games/boxart/full_2338922AmericaFrontccc.jpg,NBA Live 10,PS3,Sports,EA Sports,EA Canada,7.9,0.54,0.46,0.01,0.03,0.05,2009-10-06, -/games/boxart/660921ccc.jpg,Summer Sports: Paradise Island,Wii,Sports,Destineer,Digital Embryo,,0.54,0.48,,0.02,0.04,2008-04-15, -/games/boxart/full_2673124JapanFrontccc.jpg,World Soccer Winning Eleven 7 International (JP version),PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,0.54,,0.54,,,2004-02-19, -/games/boxart/935570ccc.jpg,F.E.A.R.,PS3,Shooter,Vivendi Games,Day 1 Studios,,0.54,0.18,,0.27,0.09,2007-04-24, -/games/boxart/full_9580615AmericaFrontccc.jpg,Action Force,2600,Action,CPG Products,Parker Bros.,,0.54,0.5,,0.03,0.01,1983-01-01, -/games/boxart/3097767ccc.jpg,Gauntlet Legends,N64,Action,Midway Games,Atari Games,6,0.54,0.43,,0.1,0.01,1999-08-31, -/games/boxart/4706875ccc.jpg,The Hobbit,PS2,Adventure,Sierra Entertainment,Midway Studios - Austin,,0.54,0.26,,0.2,0.07,2003-11-11, -/games/boxart/full_1266958JapanFrontccc.jpg,Gekikuukan Pro Yakyuu: At the End of the Century 1999,PS2,Sports,Square,SquareSoft,,0.54,,0.54,,,2000-09-07, -/games/boxart/full_5697972AmericaFrontccc.jpg,Assassin's Creed II,PC,Action,Ubisoft,Ubisoft Montreal,8.5,0.54,0.01,,0.45,0.07,2010-03-09, -/games/boxart/full_phineas-and-ferb-across-the-2nd-dimension_480AmericaFront.jpg,Phineas and Ferb: Across the 2nd Dimension,DS,Action,Disney Interactive Studios,Altron,,0.54,0.31,,0.18,0.05,2011-08-02, -/games/boxart/9124389ccc.gif,Hotel Dusk: Room 215,DS,Adventure,Nintendo,Cing,8,0.54,0.26,0.22,0.04,0.03,2007-01-22, -/games/boxart/full_monster-high-ghoul-spirit_886AmericaFront.jpg,Monster High: Ghoul Spirit,Wii,Adventure,THQ,THQ,,0.54,0.42,,0.08,0.04,2011-10-25, -/games/boxart/full_bulletstorm_856AmericaFront.jpg,Bulletstorm,PS3,Shooter,Electronic Arts,People Can Fly,8.4,0.54,0.24,0.01,0.2,0.09,2011-02-22, -/games/boxart/full_9080001AmericaFrontccc.jpg,Dance Dance Revolution Ultramix,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,0.54,0.42,,0.11,0.02,2003-11-20, -/games/boxart/9647032ccc.jpg,Manhunt 2,Wii,Action,Rockstar Games,Rockstar Toronto,5.8,0.54,0.25,,0.23,0.06,2007-10-29, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_4AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,Wii,Action,Electronic Arts,EA Bright Light,,0.54,0.22,,0.27,0.05,2010-11-09, -/games/boxart/3717650ccc.jpg,The Incredible Hulk: Ultimate Destruction,PS2,Action,VU Games,Radical Entertainment,,0.54,0.26,,0.2,0.07,2005-08-23, -/games/boxart/full_dynasty-warriors-gundam-3_312AmericaFront.jpg,Dynasty Warriors: Gundam 3,PS3,Action,Tecmo Koei,Omega Force,6.5,0.54,0.11,0.36,0.05,0.02,2011-06-28, -/games/boxart/full_7523665AmericaFrontccc.jpg,Iron Man,PS2,Action,Sega,Artificial Mind and Movement,,0.54,0.36,,0,0.19,2008-05-02, -/games/boxart/full_enslaved-odyssey-to-the-west_5AmericaFront.jpg,Enslaved: Odyssey to the West,X360,Action,Namco Bandai,Ninja Theory,8,0.54,0.3,0,0.19,0.05,2010-10-05, -/games/boxart/8942475ccc.jpg,System 3 presents Ferrari Challenge Trofeo Pirelli,Wii,Racing,Activision,Eutechnyx,,0.54,0.07,,0.4,0.07,2008-08-26, -/games/boxart/full_624404AmericaFrontccc.jpg,ModNation Racers,PSP,Racing,Sony Computer Entertainment,SCE San Diego Studio,7.7,0.54,0.11,0.02,0.27,0.14,2010-05-25,2018-02-03 -/games/boxart/1005159ccc.jpg,Crash Tag Team Racing,PS2,Racing,VU Games,Radical Entertainment,,0.54,0.27,,0.21,0.07,2005-10-19, -/games/boxart/full_5446390AmericaFrontccc.jpg,Petz Nursery,DS,Simulation,Ubisoft,Ubi Nagoya,,0.54,0.5,,0,0.04,2009-11-10, -/games/boxart/full_1812178AmericaFrontccc.jpg,NBA Street Vol. 2,GC,Sports,EA Sports BIG,EA Canada,8.8,0.54,0.41,,0.11,0.01,2003-04-28, -/games/boxart/9925728ccc.jpg,SSX Tricky,GC,Sports,EA Sports BIG,EA Canada,8.4,0.54,0.42,,0.11,0.01,2001-12-02, -/games/boxart/full_6159308AmericaFrontccc.jpg,NHL 14,X360,Sports,EA Sports,EA Canada,,0.54,0.4,,0.09,0.05,2013-09-10,2018-09-23 -/games/boxart/9843404ccc.jpg,FIFA 07 Soccer,XB,Sports,EA Sports,EA Canada,8.1,0.54,0.16,,0.35,0.04,2006-10-03, -/games/boxart/full_517129AmericaFrontccc.jpg,Over the Hedge,PS2,Platform,Activision,Edge of Reality,6.5,0.54,0.45,,0.02,0.07,2006-05-09, -/games/boxart/544832ccc.jpg,Popeye,2600,Platform,Parker Bros.,Parker Bros.,,0.54,0.5,,0.03,0.01,1983-01-01, -/games/boxart/9805902ccc.jpg,The SpongeBob SquarePants Movie,XB,Platform,THQ,Heavy Iron Studios,6.8,0.54,0.4,,0.12,0.02,2004-10-27, -/games/boxart/851991ccc.jpg,The Fairly Odd Parents: Breakin' Da Rules,GBA,Platform,THQ,Helixe,,0.54,0.39,,0.14,0.01,2003-11-03, -/games/boxart/full_8174144AmericaFrontccc.jpg,Bust A Groove,PS,Misc,989 Studios,Metro,7.7,0.54,0.09,0.35,0.06,0.04,1998-10-31, -/games/boxart/full_3947155JapanFrontccc.jpg,Pachi-Slot Aruze Oukoku 2,PS,Misc,Aruze Corp,Aruze Corp,,0.54,,0.5,,0.04,1999-11-25, -/games/boxart/full_5408505AmericaFrontccc.png,Tales of Symphonia Chronicles,PS3,Misc,Namco Bandai Games,Namco,,0.54,0.21,0.13,0.13,0.07,2014-02-25,2018-04-07 -/games/boxart/full_4058407AmericaFrontccc.jpg,50 Classic Games,DS,Misc,Destineer,cerasus.media GmbH,,0.54,0.5,,,0.04,2009-07-21, -/games/boxart/full_the-sims-3-pets_389AmericaFront.jpg,The Sims 3: Pets,PC,Simulation,Electronic Arts,The Sims Studio,7.5,0.54,0.54,,0,,2011-10-18, -/games/boxart/full_4952833AmericaFrontccc.jpg,The Walking Dead: Survival Instinct,PS3,Shooter,Activision,Terminal Reality,,0.54,0.28,,0.17,0.09,2013-03-19,2018-01-16 -/games/boxart/6609584ccc.jpg,Greg Hastings' Tournament Paintball,XB,Shooter,Activision,WXP,,0.54,0.46,,0.06,0.02,2004-11-16, -/games/boxart/8015020ccc.jpg,Mega Man Battle Network 2,GBA,Role-Playing,Capcom,Capcom,,0.54,,0.54,,,2002-06-17, -/games/boxart/full_valkyria-chronicles-ii_9AmericaFront.jpg,Valkyria Chronicles II,PSP,Role-Playing,Sega,Sega WOW Overworks,8.1,0.54,0.12,0.18,0.16,0.09,2010-08-31, -/games/boxart/full_two-worlds-ii_839AmericaFront.jpg,Two Worlds II,X360,Role-Playing,SouthPeak Interactive,Reality Pump,6.5,0.54,0.4,0.03,0.07,0.04,2011-01-25, -/games/boxart/full_7054007AmericaFrontccc.jpg,SRS: Street Racing Syndicate,PS2,Racing,Namco,Eutechnyx,,0.54,0.26,,0.21,0.07,2004-08-31, -/games/boxart/full_9977736AmericaFrontccc.jpg,Fire Emblem: Path of Radiance,GC,Role-Playing,Nintendo,Intelligent Systems,8.6,0.54,0.29,0.16,0.08,0.01,2005-10-17, -/games/boxart/full_2063261JapanFrontccc.jpg,Virtual Soccer,SNES,Sports,Hudson Soft,Probe Entertainment Limited,,0.53,,0.53,,0,1994-01-01, -/games/boxart/full_6118978AmericaFrontccc.jpg,Magician's Quest: Mysterious Times,DS,Role-Playing,Konami,Konami,,0.53,0.04,0.48,0.01,0,2009-05-11, -/games/boxart/full_654502AmericaFrontccc.jpg,X-Men Legends,GC,Role-Playing,Activision,Raven Software,8.6,0.53,0.41,,0.11,0.01,2004-09-21, -/games/boxart/full_6391417AmericaFrontccc.jpg,Terminator Salvation,PS3,Shooter,Warner Bros. Interactive,GRIN,5,0.53,0.13,0.01,0.29,0.1,2009-05-19, -/games/boxart/9087804ccc.jpg,Star Fox Command,DS,Shooter,Nintendo,Nintendo EAD / Q-Games,7.2,0.53,0.38,0.1,0.01,0.04,2006-08-28, -/games/boxart/full_fifa-soccer-12_610AmericaFront.jpg,FIFA Soccer 12,PSP,Sports,EA Sports,EA Canada,,0.53,0.12,0.02,0.26,0.13,2011-09-27, -/games/boxart/7623318ccc.jpg,Time Crisis II,PS2,Shooter,Namco,Namco,,0.53,0.26,,0.2,0.07,2001-10-01, -/games/boxart/full_7327798PALFrontccc.jpg,Unit 13,PSV,Shooter,Sony Computer Entertainment,Zipper Interactive,,0.53,0.25,0.04,0.15,0.09,2012-03-06,2019-07-16 -/games/boxart/5620270ccc.jpg,Conflict: Vietnam,PS2,Shooter,Global Star Software,Pivotal Games,,0.53,0.26,,0.2,0.07,2004-10-05, -/games/boxart/8974623ccc.jpg,Jampack Volume 11,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.53,0.26,,0.2,0.07,2004-10-22, -/games/boxart/full_8362368AmericaFrontccc.jpg,SpongeBob SquarePants: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.53,0.38,,0.14,0.01,2004-05-14, -/games/boxart/full_2779200AmericaFrontccc.jpg,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,XB,Misc,Sega,Sega,,0.53,0.4,,0.11,0.02,2005-01-01, -/games/boxart/1428147ccc.jpg,NASCAR 09,PS2,Racing,EA Sports,EA Tiburon,,0.53,0.26,,0.2,0.07,2008-06-10, -/games/boxart/full_4742882AmericaFrontccc.png,Excite Truck,Wii,Racing,Nintendo,Monster Games Inc.,7,0.53,0.39,0.08,0.03,0.04,2006-11-19, -/games/boxart/full_5816304AmericaFrontccc.jpg,Gex 3: Deep Cover Gecko,PS,Platform,Eidos Interactive,Crystal Dynamics,,0.53,0.3,,0.2,0.03,1999-03-01, -/games/boxart/3542792ccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,PS2,Platform,Electronic Arts,Krome Studios,7.3,0.53,0.26,,0.2,0.07,2004-10-12, -/games/boxart/full_6164982AmericaFrontccc.jpg,NCAA March Madness 06,PS2,Sports,EA Sports,EA Canada,,0.53,0.45,,0.02,0.07,2005-10-11, -/games/boxart/3311315ccc.jpg,NCAA March Madness 2005,PS2,Sports,EA Sports,EA Canada,,0.53,0.44,,0.02,0.07,2004-11-17, -/games/boxart/full_5015237AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,WiiU,Racing,Sega,Sumo Digital,6.9,0.53,0.19,0.02,0.28,0.04,2012-11-18,2020-09-14 -/games/boxart/full_3120075AmericaFrontccc.jpg,F1 2018,PS4,Racing,Codemasters,Codemasters Birmingham,8.9,0.53,0.05,0.01,0.39,0.08,2018-08-24,2018-09-26 -/games/boxart/7703088ccc.jpg,Juiced,PS2,Racing,THQ,Juice Games,,0.53,0.26,,0.2,0.07,2005-06-13, -/games/boxart/full_7025354AmericaFrontccc.jpg,F1 2009,PSP,Racing,Codemasters,Sumo Digital,7.4,0.53,0.08,,0.29,0.16,2009-11-17, -/games/boxart/885019ccc.jpg,NASCAR 2000,N64,Racing,EA Sports,Stormfront Studios,,0.53,0.49,,0.03,0,1999-09-30, -/games/boxart/full_007-racing_122AmericaFront.jpg,007 Racing,PS,Racing,Electronic Arts,Eutechnyx,6.1,0.53,0.3,,0.2,0.03,2000-11-20, -/games/boxart/4114512ccc.jpg,Oni,PS2,Action,Rockstar Games,Rockstar Toronto,,0.53,0.26,,0.2,0.07,2001-01-29, -/games/boxart/full_5512037AmericaFrontccc.jpg,LEGO The Incredibles,PS4,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,6.5,0.53,0.18,,0.27,0.09,2018-06-15,2018-11-06 -/games/boxart/3756948ccc.jpg,Burnout Revenge,XB,Action,Electronic Arts,Criterion Games,,0.53,0.32,,0.19,0.01,2005-09-13, -/games/boxart/1904523ccc.jpg,The Lord of the Rings: The Fellowship of the Ring,XB,Action,Black Label Games,WXP,,0.53,0.31,,0.19,0.03,2002-09-26, -/games/boxart/full_8687213AmericaFrontccc.jpg,How to Train Your Dragon,DS,Action,Activision,Griptonite Games,,0.53,0.31,,0.17,0.05,2010-03-23, -/games/boxart/full_1948691JapanFrontccc.jpg,Pachi-Slot Aruze Oukoku 4,PS,Misc,Aruze Corp,Aruze Corp,,0.53,,0.49,,0.03,2000-12-14, -/games/boxart/full_9078265AmericaFrontccc.jpg,Jampack Vol. 2,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.53,0.3,,0.2,0.03,1997-01-01, -/games/boxart/full_michael-jackson-the-experience_95AmericaFront.jpg,Michael Jackson: The Experience,PS3,Misc,Ubisoft,Ubisoft Montreal,,0.53,0.25,0,0.19,0.09,2011-04-12, -/games/boxart/4698506ccc.jpg,Are You Smarter than a 5th Grader?,DS,Misc,THQ,ValuSoft,,0.53,0.48,,0,0.04,2007-11-12, -/games/boxart/full_351695JapanFrontccc.jpg,"Sakura Taisen 2 - Kimi, Shinitamou Koto Nakare",SAT,Adventure,Sega,Sega,,0.53,,0.53,,0,1998-04-04, -/games/boxart/4124676ccc.jpg,Clock Tower,PS,Adventure,ASCII Entertainment,Human Entertainment,6.1,0.53,0.07,0.38,0.05,0.03,1997-09-30, -/games/boxart/9591881ccc.jpg,Legacy of Kain: Defiance,PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.53,0.26,,0.2,0.07,2003-11-11, -/games/boxart/2037033ccc.jpg,Phoenix Wright: Ace Attorney - Justice for All,DS,Adventure,Capcom,Capcom,7.6,0.53,0.21,0.26,0.04,0.03,2007-01-16, -/games/boxart/9776874ccc.jpg,Medal of Honor: European Assault,XB,Shooter,Electronic Arts,EA Los Angeles,,0.53,0.32,,0.19,0.02,2005-06-07, -/games/boxart/8411211ccc.jpg,MLB SlugFest 20-04,PS2,Sports,Midway Games,Criterion Games,,0.53,0.26,,0.2,0.07,2003-03-16, -/games/boxart/full_6370753AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PSP,Action,Electronic Arts,Bright Light Productions,,0.53,0.19,,0.21,0.13,2009-06-30, -/games/boxart/full_3364599AmericaFrontccc.jpg,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,Wii,Action,THQ,Incinerator Studios,,0.53,0.49,,0,0.04,2008-10-20, -/games/boxart/full_8272755AmericaFrontccc.jpg,The Lord of the Rings: The Two Towers,GC,Action,Electronic Arts,Stormfront Studios,,0.53,0.41,,0.11,0.01,2002-12-30, -/games/boxart/3788072ccc.jpg,The Warriors,PS2,Action,Rockstar Games,Rockstar Toronto,,0.53,0.44,,0.02,0.07,2005-10-17, -/games/boxart/full_4757671AmericaFrontccc.jpg,Disney Infinity 3.0,X360,Action,Disney Interactive Studios,Avalanche Software,,0.53,0.3,,0.19,0.05,2015-08-30,2018-03-20 -/games/boxart/full_3956211AmericaFrontccc.jpg,G-Force,DS,Action,Disney Interactive Studios,Keen Games,7,0.53,0.26,,0.22,0.05,2009-07-21, -/games/boxart/4916742ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,XB,Action,Ubisoft,Ubisoft Montpellier,,0.53,0.34,,0.17,0.02,2005-11-21, -/games/boxart/full_4269734AmericaFrontccc.jpg,Madden NFL 07,PS3,Sports,EA Sports,EA Tiburon,8,0.53,0.48,0.01,,0.04,2006-11-14, -/games/boxart/full_4486583JapanFrontccc.jpg,J-League Soccer: Prime Goal 2,SNES,Sports,Namco,Namco,,0.53,,0.53,,,1994-08-05, -/games/boxart/full_3423768AmericaFrontccc.jpg,Wayne Gretzky's 3D Hockey,N64,Sports,Midway Games,William's Entertainment,8.1,0.53,0.49,,0.03,0,1996-11-11, -/games/boxart/full_7609389AmericaFrontccc.jpg,Hello Kitty: Big City Dreams,DS,Puzzle,Empire Interactive,"Human Soft, Inc.",,0.53,0.42,,0.07,0.04,2008-11-17, -/games/boxart/full_8054569AmericaFrontccc.jpg,Jewel Master Egypt,DS,Puzzle,Storm City Games,Storm City Games,,0.53,0.21,,0.27,0.05,2009-11-03, -/games/boxart/full_6096723AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,SNES,Strategy,KOEI,Koei / Inis,,0.53,,0.53,,,1995-01-13, -/games/boxart/full_7222522AmericaFrontccc.png,Rune Factory: A Fantasy Harvest Moon,DS,Role-Playing,Natsume,Neverland Company,8.1,0.53,0.35,0.14,0.01,0.03,2007-08-14, -/games/boxart/full_6331720JapanFrontccc.jpg,Winning Post,SNES,Sports,KOEI,Koei,,0.53,,0.53,,,1993-09-10, -/games/boxart/full_7426534AmericaFrontccc.jpg,Dragon Age: Inquisition,X360,Role-Playing,Electronic Arts,BioWare Edmonton,,0.53,0.36,,0.12,0.05,2014-11-18,2019-01-05 -/games/boxart/full_9796286AmericaFrontccc.jpg,Blitz: The League,XB,Sports,Midway Games,Midway Games,7.9,0.53,0.4,,0.11,0.02,2005-10-17, -/games/boxart/full_6593290AmericaFrontccc.jpg,NBA 06,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.53,0.26,,0.2,0.07,2005-11-01,2018-12-04 -/games/boxart/9144681ccc.jpg,Spider-Man,N64,Action,Activision,Edge of Reality,,0.53,0.43,,0.09,0.01,2000-11-21, -/games/boxart/7511800ccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,PSP,Shooter,Ubisoft,High Voltage Software / Ubisoft Paris,6.5,0.53,0.35,,0.1,0.08,2007-08-23, -/games/boxart/full_3454598AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,DS,Fighting,THQ,JAKKS Pacific,,0.53,0.35,,0.13,0.05,2009-10-20, -/games/boxart/full_inazuma-eleven_549PALFront.jpg,Inazuma Eleven,DS,Role-Playing,Nintendo,Level 5,6.8,0.53,,0.38,0.13,0.02,2011-08-26, -/games/boxart/full_8523728AmericaFrontccc.jpg,Return to Castle Wolfenstein: Operation Resurrection,PS2,Shooter,Activision,Raster Productions,,0.53,0.26,,0.2,0.07,2003-05-30, -/games/boxart/8300845ccc.jpg,Gun,XB,Shooter,Activision,Neversoft Entertainment,,0.52,0.38,,0.12,0.02,2005-11-08, -/games/boxart/full_2073728AmericaFrontccc.jpg,F.E.A.R. 2: Project Origin,X360,Shooter,Warner Bros. Interactive,Monolith Productions,7.9,0.52,0.32,0,0.15,0.05,2009-02-10, -/games/boxart/6680451ccc.jpg,Syphon Filter 3,PS,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.52,0.29,,0.2,0.03,2001-11-05, -/games/boxart/full_9891506AmericaFrontccc.jpg,Alien: Isolation,XOne,Adventure,Sega,Creative Assembly,,0.52,0.23,,0.25,0.04,2014-10-07,2018-01-05 -/games/boxart/990694ccc.jpg,That's So Raven 2: Supernatural Style,GBA,Adventure,Buena Vista,A2M,,0.52,0.37,,0.14,0.01,2005-08-21, -/games/boxart/full_7168381AmericaFrontccc.jpg,Harry Potter and the Prisoner of Azkaban,GBA,Adventure,Electronic Arts,Griptonite Games,7,0.52,0.37,,0.14,0.01,2004-05-25, -/games/boxart/2931848ccc.jpg,NFL 2K3,XB,Sports,Sega,Visual Concepts,,0.52,0.38,,0.11,0.02,2002-08-12, -/games/boxart/full_293532AmericaFrontccc.jpg,NBA Live 2002,PS,Sports,EA Sports,EA Canada,,0.52,0.29,,0.19,0.03,2001-10-30, -/games/boxart/3676405ccc.jpg,Final Fantasy Chronicles,PS,Role-Playing,Square,TOSE,9.2,0.52,0.29,,0.2,0.03,2001-06-29, -/games/boxart/full_the-3rd-birthday_6AmericaFront.jpg,The 3rd Birthday,PSP,Role-Playing,Square Enix,HexaDrive,7,0.52,0.13,0.27,0.07,0.05,2011-03-29, -/games/boxart/full_5732484AmericaFrontccc.jpg,Metal Gear Solid 2: Substance,PS2,Action,Konami,Konami Computer Entertainment Japan,8.5,0.52,0.18,0.16,0.14,0.05,2003-03-03, -/games/boxart/full_4376862AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 3,X360,Fighting,Namco Bandai Games,CyberConnect2,,0.52,0.3,0.01,0.17,0.05,2013-03-05,2018-01-06 -/games/boxart/514024ccc.jpg,Fight Night Round 3,PSP,Fighting,EA Sports,EA Chicago,7.2,0.52,0.46,,0.02,0.04,2006-02-20, -/games/boxart/1522598ccc.jpg,Ready 2 Rumble Boxing: Round 2,PS,Fighting,Midway Games,Midway Games,6.5,0.52,0.29,,0.2,0.03,2000-11-09, -/games/boxart/6714834ccc.gif,Rival Schools: United By Fate,PS,Fighting,Capcom,Capcom,,0.52,0.12,0.28,0.08,0.03,1998-09-30, -/games/boxart/882483ccc.jpg,The Grinch,PS,Adventure,Konami,Artificial Mind and Movement,,0.52,0.29,,0.2,0.03,2000-01-01, -/games/boxart/8708058ccc.jpg,The Golden Compass,PS2,Adventure,Sega,Shiny Entertainment,,0.52,0.13,,0,0.39,2007-12-04, -/games/boxart/full_7172424AmericaFrontccc.jpg,Go Diego Go! Safari Rescue,Wii,Action,2K Play,Take-Two Interactive,,0.52,0.47,,0,0.04,2008-02-11, -/games/boxart/full_7156013AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PS3,Action,Konami,Bluepoint Games,9.1,0.52,0.32,,0.13,0.07,2011-11-08, -/games/boxart/full_5532618JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou! 3,PS2,Sports,Sega,Smilebit,,0.52,,0.52,,,2003-06-05, -/games/boxart/4069339ccc.jpg,SSX On Tour,PS2,Sports,EA Sports BIG,EA Canada,,0.52,0.25,,0.2,0.07,2005-10-11, -/games/boxart/8566089ccc.jpg,Tony Hawk's Pro Skater 3,GBA,Sports,Activision,Vicarious Visions,,0.52,0.37,,0.14,0.01,2002-03-04, -/games/boxart/full_sesame-street-once-upon-a-monster_310AmericaFront.jpg,Sesame Street: Once Upon A Monster,X360,Education,Warner Bros. Interactive,Double Fine Productions,8,0.52,0.39,,0.09,0.04,2011-10-11,2022-07-10 -/games/boxart/full_918860AmericaFrontccc.jpg,Seaman,DC,Simulation,Sega,VIVARIUM Inc.,8.1,0.52,,0.52,,,2000-08-09, -/games/boxart/full_2411382AmericaFrontccc.jpg,Littlest Pet Shop 3: Biggest Stars - Blue / Pink / Purple Team,DS,Simulation,Electronic Arts,EA Salt Lake,,0.52,0.49,,,0.03,2010-10-05, -/games/boxart/4944829ccc.jpg,We Cheer,Wii,Simulation,Namco Bandai,"Machatin, Inc.",,0.52,0.47,0,0,0.04,2008-09-30, -/games/boxart/full_the-sims-2-open-for-business_230AmericaFront.jpg,The Sims 2: Open for Business,PC,Simulation,Electronic Arts,Maxis,,0.52,0.46,,0.05,,2006-02-28, -/games/boxart/full_2554626AmericaFrontccc.jpg,FIFA 15,3DS,Sports,EA Sports,EA Canada,,0.52,0.09,,0.39,0.03,2014-09-23,2018-03-23 -/games/boxart/99404ccc.jpg,NCAA Football 2003,XB,Sports,EA Sports,EA Tiburon,,0.52,0.39,,0.11,0.02,2002-07-20, -/games/boxart/1584469ccc.jpg,NBA Live 09,PS3,Sports,Electronic Arts,EA Canada,,0.52,0.46,0.02,0,0.04,2008-10-07, -/games/boxart/full_5783059AmericaFrontccc.jpg,Madden NFL 13,Wii,Sports,EA Sports,EA Tiburon,,0.52,0.47,,,0.05,2012-08-28,2018-01-04 -/games/boxart/full_5373058AmericaFrontccc.jpg,SimAnimals,DS,Simulation,Electronic Arts,Electronic Arts,,0.52,0.26,0,0.21,0.05,2009-01-21, -/games/boxart/full_9096505AmericaFrontccc.jpg,NHL 17,PS4,Sports,EA Sports,EA Canada,,0.52,0.32,,0.11,0.09,2016-09-13, -/games/boxart/full_8799884AmericaFrontccc.jpg,NBA Live 08,X360,Sports,Electronic Arts,EA Canada,,0.52,0.47,0,0,0.04,2007-10-01, -/games/boxart/full_tiger-woods-pga-tour-11_9AmericaFront.jpg,Tiger Woods PGA Tour 11,X360,Sports,EA Sports,EA Tiburon,8.1,0.52,0.28,,0.19,0.05,2010-06-08, -/games/boxart/2951220ccc.jpg,We Love Katamari,PS2,Puzzle,Namco,Namco,8.2,0.52,0.26,,0.2,0.07,2005-09-20, -/games/boxart/full_4922153AmericaFrontccc.jpg,Classic Word Games,DS,Puzzle,Ubisoft,Ubisoft,,0.52,0.09,,0.36,0.06,2009-06-23, -/games/boxart/full_7619495AmericaFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,X360,Platform,Disney Interactive Studios,Junction Point Studios,,0.52,0.32,,0.15,0.05,2012-11-18,2018-04-14 -/games/boxart/8839970ccc.jpg,Kung Fu Panda,PS3,Platform,Activision,Luxoflux,,0.52,0.21,,0.21,0.09,2008-06-03, -/games/boxart/2940050ccc.jpg,The Magical Quest starring Mickey Mouse (weekly jp sales),SNES,Platform,Capcom,Capcom,,0.52,,0.52,,,1992-12-01, -/games/boxart/full_8919599AmericaFrontccc.jpg,Skylanders: Trap Team,PS4,Platform,Activision,Toys for Bob,,0.52,0.25,,0.18,0.09,2014-10-05,2018-03-17 -/games/boxart/full_3076031AmericaFrontccc.jpg,Frozen: Olaf's Quest,DS,Platform,GameMill Entertainment,1st Playable Productions,,0.52,0.21,,0.27,0.04,2013-11-12,2018-04-02 -/games/boxart/746374ccc.jpg,Mega Man 6,NES,Platform,Nintendo,Capcom,,0.52,0.28,0.16,0.07,0.01,1994-03-01, -/games/boxart/9841540ccc.jpg,Silent Hill: Origins,PSP,Action,Konami,Climax Group,7.8,0.52,0.22,0.04,0.16,0.1,2007-11-06, -/games/boxart/full_1208460AmericaFrontccc.jpg,Guinness World Records: The Videogame,DS,Action,Warner Bros. Interactive,Traveller's Tales,,0.52,0.47,,0.01,0.04,2008-11-11, -/games/boxart/full_2166520AmericaFrontccc.jpg,Mission: Impossible,PS,Action,Atari,X-ample,,0.52,0.29,,0.2,0.03,1999-11-23, -/games/boxart/full_2905395AmericaFrontccc.jpg,Tomb Raider: Legend,PS2,Action,Eidos Interactive,Crystal Dynamics,,0.52,0.25,0.02,0.19,0.06,2006-04-11, -/games/boxart/7829182ccc.jpg,Stuntman: Ignition,PS3,Racing,THQ,Paradigm Entertainment,,0.52,0.17,,0.26,0.1,2007-09-17, -/games/boxart/full_5641853AmericaFrontccc.png,GT Pro Series,Wii,Racing,Ubisoft,MTO,3.7,0.52,0.46,0.02,0.01,0.04,2006-11-14, -/games/boxart/full_cars-2-the-video-game_856AmericaFront.jpg,Cars 2,PS3,Racing,Disney Interactive Studios,Avalanche Software,7.5,0.52,0.22,,0.22,0.09,2011-06-21, -/games/boxart/full_3044096JapanFrontccc.jpg,Kenkou Ouen Recipe 1000: DS Kondate Zenshuu,DS,Misc,Nintendo,Nintendo,,0.52,,0.52,,,2006-12-07, -/games/boxart/full_3117318AmericaFrontccc.jpg,Jampack Winter 2002,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.52,0.25,,0.2,0.07,2002-10-17, -/games/boxart/full_singstar-dance_4AmericaFront.jpg,SingStar Dance,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.52,0.09,,0.32,0.11,2010-11-09, -/games/boxart/full_8996425AmericaFrontccc.jpg,Way of the Samurai 3,PS3,Action,Agetec,Acquire,6.5,0.52,0.18,0.22,0.08,0.04,2009-10-13, -/games/boxart/5323152ccc.jpg,Mario Tennis: Power Tour,GBA,Sports,Nintendo,Camelot Software Planning,,0.52,0.24,0.19,0.09,0.01,2005-12-05, -/games/boxart/full_8682761AmericaFrontccc.jpg,Mystery Dungeon: Shiren the Wanderer,DS,Role-Playing,Sega,ChunSoft,7.1,0.52,0.17,0.33,0,0.02,2008-03-04, -/games/boxart/9664462ccc.jpg,Swing Away Golf,PS2,Sports,Electronic Arts,Tikipod,,0.52,0.17,0.18,0.13,0.04,2000-10-25, -/games/boxart/6605010ccc.jpg,Freedom Fighters,PS2,Shooter,Electronic Arts,IO Interactive,,0.52,0.25,,0.2,0.07,2003-10-01, -/games/boxart/6421078ccc.gif,The Punisher,PS2,Shooter,THQ,Volition Inc.,,0.52,0.25,,0.2,0.07,2005-01-17, -/games/boxart/2249762ccc.jpg,Omega Boost,PS,Shooter,Sony Computer Entertainment,Polyphony Digital,,0.52,0.17,0.2,0.11,0.03,1999-08-31, -/games/boxart/full_9766951AmericaFrontccc.jpg,Rune Factory 2: A Fantasy Harvest Moon,DS,Role-Playing,Natsume,Neverland Company,7.9,0.52,0.32,0.15,0.03,0.03,2008-11-18, -/games/boxart/full_5674307AmericaFrontccc.jpg,Spectrobes: Beyond the Portals,DS,Role-Playing,Disney Interactive Studios,Jupiter Multimedia,7.3,0.52,0.36,,0.11,0.05,2008-10-07, -/games/boxart/full_1852087AmericaFrontccc.jpg,Alice in Wonderland,Wii,Adventure,Disney Interactive Studios,Etranges Libellules,6.3,0.51,0.25,,0.21,0.05,2010-03-02, -/games/boxart/6257930ccc.jpg,River Raid II,2600,Shooter,Activision,Activision,,0.51,0.47,,0.03,0.01,1988-07-28, -/games/boxart/9294556ccc.jpg,Summoner,PS2,Role-Playing,THQ,Volition Inc.,,0.51,0.25,,0.2,0.07,2000-10-25, -/games/boxart/full_6963866JapanFrontccc.jpg,Final Fantasy,WS,Role-Playing,Square,SquareSoft,,0.51,,0.51,,,2000-12-09, -/games/boxart/full_587160AmericaFrontccc.jpg,International Track & Field,PS,Sports,Konami,Konami,,0.51,0.08,0.35,0.05,0.03,1996-06-28, -/games/boxart/full_4047867AmericaFrontccc.jpg,Mario & Luigi Superstar Saga + Bowser's Minions,3DS,Role-Playing,Nintendo,AlphaDream Corporation,,0.51,0.2,0.08,0.2,0.04,2017-10-06,2018-01-26 -/games/boxart/full_9067296JapanFrontccc.png,Yokai Watch Busters 2: Hihou Densetsu Banbarayaa - Magnum / Sword,3DS,Role-Playing,Level 5,Level 5,,0.51,,0.51,,,2017-12-16,2018-09-09 -/games/boxart/1715403ccc.jpg,NBA Live 2004,XB,Sports,EA Sports,EA Canada,,0.51,0.44,,0.04,0.02,2003-10-14, -/games/boxart/full_spongebob-squarepants-lights-camera-pants_423AmericaFront.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",GBA,Misc,THQ,WayForward Technologies,,0.51,0.37,,0.14,0.01,2005-10-21, -/games/boxart/5924837ccc.jpg,Rugrats: Scavenger Hunt,N64,Misc,THQ,Realtime Associates,,0.51,0.41,,0.09,0.01,1999-06-29, -/games/boxart/full_cars-toon-maters-tall-tales_2AmericaFront.jpg,Cars Toon: Mater's Tall Tales,Wii,Misc,Disney Interactive Studios,Papaya Studios,,0.51,0.45,,0.02,0.04,2010-10-19, -/games/boxart/275005ccc.jpg,Capcom Classics Collection,PS2,Misc,Capcom,Digital Eclipse,,0.51,0.22,0.05,0.17,0.06,2005-09-27, -/games/boxart/9547361ccc.jpg,Monopoly Party,PS2,Misc,Infogrames,Runecraft,,0.51,0.25,,0.19,0.06,2002-11-11, -/games/boxart/2445430ccc.gif,World Championship Poker,XB,Misc,Crave Entertainment,Coresoft,,0.51,0.37,,0.11,0.02,2004-11-30, -/games/boxart/full_3743977AmericaFrontccc.jpg,DiRT Rally,PS4,Racing,Codemasters,Codemasters,8.3,0.51,0.13,,0.3,0.08,2016-04-05,2018-01-17 -/games/boxart/7849672ccc.jpg,Pac-Man Fever,PS2,Misc,Namco,Mass Media,,0.51,0.25,,0.2,0.07,2002-09-02, -/games/boxart/full_daigasso-band-brothers-dx_5PALFront.jpg,Jam With the Band,DS,Misc,Nintendo,Nintendo SDD,,0.51,,0.51,0,0,2010-05-21, -/games/boxart/full_9360209AmericaFrontccc.jpg,Lair,PS3,Action,Sony Computer Entertainment,Factor 5,5.5,0.51,0.36,0.08,0.04,0.04,2007-08-30, -/games/boxart/full_6689168AmericaFrontccc.jpg,Dynasty Warriors,PSP,Action,Tecmo Koei,Omega Force,6.6,0.51,0.18,0.3,0,0.02,2005-03-17, -/games/boxart/9771651ccc.jpg,Iron Man,DS,Action,Sega,Artificial Mind and Movement,,0.51,0.35,,0.12,0.05,2008-05-02, -/games/boxart/full_4859103AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.51,0.21,,0.26,0.04,2014-11-11,2018-01-06 -/games/boxart/2976284ccc.jpg,The BIGS,PS2,Sports,2K Sports,Blue Castle Games,,0.51,0.25,,0.19,0.06,2007-06-25, -/games/boxart/full_1969235AmericaFrontccc.jpg,NHL 16,XOne,Sports,EA Sports,EA Canada,,0.51,0.41,,0.05,0.05,2015-09-15, -/games/boxart/1039342ccc.jpg,Disney's Kim Possible: Revenge of Monkey Fist,GBA,Platform,Disney Interactive Studios,Digital Eclipse,5,0.51,0.37,,0.14,0.01,2002-11-13, -/games/boxart/full_4983262AmericaFrontccc.jpg,Hitman 2,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,IO Interactive,,0.51,0.19,0.02,0.22,0.08,2018-11-13,2018-11-22 -/games/boxart/full_2950669AmericaFrontccc.jpg,Test Drive Unlimited,PSP,Racing,Atari,Melbourne House,7.7,0.51,0.08,,0.28,0.15,2007-03-21, -/games/boxart/full_prince-of-persia-classic-trilogy-hd_77AmericaFront.jpg,Prince of Persia Trilogy,PS3,Action,Ubisoft,Ubisoft,8.3,0.51,0.17,,0.24,0.09,2011-04-19, -/games/boxart/full_230128AmericaFrontccc.jpg,100 All-Time Favorites,DS,Puzzle,Ubisoft,Ubisoft,,0.51,0.35,,0.12,0.04,2009-10-27, -/games/boxart/full_402484AmericaFrontccc.jpg,Ratatouille,PS3,Platform,THQ,Heavy Iron Studios,5.2,0.51,0.09,,0.32,0.1,2007-10-23, -/games/boxart/full_4232833AmericaFrontccc.jpg,Major League Baseball 2K10,X360,Sports,2K Sports,Visual Concepts,7.4,0.51,0.47,,,0.04,2010-03-02, -/games/boxart/full_2287522AmericaFrontccc.jpg,Pro Evolution Soccer 2010,Wii,Sports,Konami,Konami,8.1,0.51,0.12,0.06,0.27,0.05,2009-11-10, -/games/boxart/7698ccc.jpg,International Superstar Soccer 2000 (All region sales),N64,Sports,Konami,KCEO,,0.51,0.01,0.22,0.26,0.02,2000-08-03, -/games/boxart/full_5198456AmericaFrontccc.jpg,Tiger Woods PGA Tour 13,X360,Sports,Electronic Arts,EA Tiburon,,0.51,0.29,,0.18,0.05,2012-03-27,2018-09-28 -/games/boxart/8248344ccc.jpg,Wrecking Crew,NES,Platform,Nintendo,Nintendo,,0.51,,0.51,,,1985-10-01, -/games/boxart/full_7893010AmericaFrontccc.jpg,Monsters vs. Aliens,DS,Platform,Activision,Amaze Entertainment,,0.51,0.33,,0.13,0.05,2009-03-24, -/games/boxart/7203325ccc.jpg,HSX HyperSonic.Xtreme,PS2,Racing,Majesco,Blade Interactive,,0.51,0.25,,0.2,0.07,2003-01-26, -/games/boxart/6311015ccc.gif,Petz: Hamsterz Life 2,DS,Action,Ubisoft,Unknown,,0.51,0.47,,,0.04,2007-11-13, -/games/boxart/2670425ccc.jpg,My Word Coach,Wii,Misc,Ubisoft,Ubisoft Montreal,,0.51,0.46,,0.01,0.04,2007-11-06, -/games/boxart/full_6528075AmericaFrontccc.jpg,The Saboteur,X360,Action,Electronic Arts,Pandemic Studios,7.2,0.51,0.26,,0.2,0.05,2009-12-08, -/games/boxart/full_4394302AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,X360,Simulation,505 Games,Gaijin Entertainment,,0.51,0.23,,0.23,0.05,2009-09-08, -/games/boxart/full_8428240AmericaFrontccc.jpg,Fire Emblem Warriors,NS,Action,Nintendo,Omega Force,7.3,0.51,0.22,0.1,0.14,0.04,2017-10-20,2020-08-03 -/games/boxart/full_1612677AmericaFrontccc.jpg,Way of the Samurai,PS2,Action,BAM! Entertainment,Acquire,,0.51,0.13,0.25,0.1,0.03,2002-05-31, -/games/boxart/full_7807282AmericaFrontccc.jpg,NBA Ballers,XB,Sports,Midway Games,Midway,,0.51,0.37,,0.11,0.02,2004-04-05, -/games/boxart/full_nba-2k11_7AmericaFront.jpg,NBA 2K11,Wii,Sports,2K Sports,Visual Concepts,,0.51,0.47,,0.01,0.03,2010-10-05, -/games/boxart/full_8307952JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10,PS2,Sports,Konami,Diamond Head,,0.51,,0.51,,,2003-07-17, -/games/boxart/full_virtual-pool_9AmericaFront.jpg,Virtual Pool,PS,Sports,Interplay,Celeris,,0.51,0.28,,0.19,0.03,1997-02-28, -/games/boxart/full_7259671AmericaFrontccc.jpg,NBA Live 07,PSP,Sports,EA Sports,EA Canada,7,0.51,0.47,,0,0.04,2006-09-25, -/games/boxart/full_6909678AmericaFrontccc.jpg,NHL FaceOff 98,PS,Sports,Sony Computer Entertainment,Killer Game,,0.51,0.28,,0.19,0.03,1997-09-30, -/games/boxart/9571270ccc.jpg,Madden NFL 2004,GC,Sports,EA Sports,EA Tiburon,9.2,0.51,0.4,,0.1,0.01,2003-08-12, -/games/boxart/full_6912453AmericaFrontccc.jpg,Dragon Ball: Raging Blast,X360,Fighting,Namco Bandai,Spike,5.8,0.51,0.36,0.02,0.08,0.04,2009-11-10, -/games/boxart/3371663ccc.jpg,Dragon Ball Z: Supersonic Warriors,GBA,Fighting,Atari,Banpresto,7.1,0.51,0.36,,0.13,0.01,2004-06-22, -/games/boxart/full_9378049AmericaFrontccc.jpg,SoulCalibur: Broken Destiny,PSP,Fighting,Namco Bandai,Project Soul,8,0.51,0.12,0.07,0.2,0.12,2009-09-01, -/games/boxart/full_7632474AmericaFrontccc.jpg,Naruto Shippuden: Clash of Ninja Revolution III,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.51,0.44,,0.04,0.04,2009-11-17, -/games/boxart/full_bleach-soul-resurreccion_230AmericaFront.jpg,Bleach: Soul Resurreccion,PS3,Fighting,NIS America,Eighting,6.7,0.51,0.27,0.07,0.11,0.06,2011-08-03, -/games/boxart/full_35726AmericaFrontccc.png,Halo Wars 2,XOne,Strategy,Microsoft Studios,Creative Assembly,7,0.51,0.31,,0.15,0.05,2017-02-21,2018-02-24 -/games/boxart/full_7677457JapanFrontccc.gif,Dai-4-Ji Super Robot Taisen S,PS,Strategy,Banpresto,Winky Soft,,0.51,,0.48,,0.03,1996-01-26, -/games/boxart/full_dc-universe-online_279AmericaFront.jpg,DC Universe Online,PS3,MMO,Sony Online Entertainment,WBIE,6.5,0.51,0.35,,0.11,0.06,2011-01-11,2018-09-15 -/games/boxart/867527ccc.jpg,NHL 07,PS2,Sports,EA Sports,EA Montreal,7.2,0.51,0.42,,0.02,0.07,2006-09-12, -/games/boxart/full_8873464AmericaFrontccc.jpg,Silent Hill 4: The Room,PS2,Adventure,Konami,KCET,,0.51,0.25,,0.19,0.06,2004-09-07, -/games/boxart/full_5743048AmericaFrontccc.jpg,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,DS,Adventure,Activision,Black Lantern Studios,,0.51,0.12,,0.33,0.06,2009-11-03, -/games/boxart/4158811ccc.jpg,Fishing Derby,2600,Sports,Activision,Activision,,0.51,0.48,,0.03,0.01,1980-01-01, -/games/boxart/6528202ccc.jpg,Men in Black II: Alien Escape,PS2,Shooter,Infogrames,Melbourne House,,0.5,0.24,,0.19,0.06,2002-06-27, -/games/boxart/full_2650418AmericaFrontccc.jpg,Star Wars: Clone Wars,PS2,Shooter,LucasArts,Pandemic Studios,,0.5,0.24,,0.19,0.06,2002-12-10, -/games/boxart/full_goldeneye-007-reloaded_340AmericaFront.jpg,Goldeneye 007: Reloaded,X360,Shooter,Activision,Eurocom,7.4,0.5,0.25,,0.2,0.05,2011-11-01, -/games/boxart/3865532ccc.jpg,Chopper Command,2600,Shooter,Activision,Activision,,0.5,0.47,,0.03,0.01,1982-06-15, -/games/boxart/full_4310711AmericaFrontccc.jpg,Wet,X360,Shooter,Bethesda Softworks,Artificial Mind and Movement,6.9,0.5,0.23,0.01,0.21,0.05,2009-09-15, -/games/boxart/full_6782238AmericaFrontccc.jpg,Homefront: The Revolution,PS4,Shooter,Deep Silver,Dambuster Studios,,0.5,0.11,0.04,0.29,0.07,2016-05-17,2018-05-24 -/games/boxart/full_702691AmericaFrontccc.jpg,Attack on Titan,PS4,Action,Tecmo Koei,Omega Force,,0.5,0.08,0.12,0.24,0.06,2017-01-01,2018-09-11 -/games/boxart/full_8104518AmericaFrontccc.jpg,Lost: Via Domus,PS3,Action,Ubisoft,Ubisoft Montreal,,0.5,0.19,,0.23,0.09,2008-02-26, -/games/boxart/9358375ccc.jpg,Midnight Magic,2600,Action,Atari,Atari,,0.5,0.47,,0.03,0.01,1984-01-01, -/games/boxart/full_steel-diver_925AmericaFront.jpg,Steel Diver,3DS,Action,Nintendo,Nintendo EAD,5.6,0.5,0.31,0.05,0.1,0.04,2011-03-27, -/games/boxart/7541371ccc.jpg,Gauntlet,2600,Action,Answer Software,Answer Software,,0.5,0.46,,0.03,0.01,1983-01-01, -/games/boxart/full_1569928AmericaFrontccc.jpg,Rock Band Unplugged,PSP,Misc,MTV Games,Backbone Entertainment / Harmonix Music Systems,8,0.5,0.25,,0.15,0.11,2009-06-09, -/games/boxart/3113777ccc.gif,Blue's Clues: Blue's Big Musical,PS,Misc,THQ,Terryglyph Interactive Studios,,0.5,0.28,,0.19,0.03,2001-08-24, -/games/boxart/5622756ccc.jpg,RealSports Tennis,2600,Sports,Atari,Atari,,0.5,0.46,,0.03,0.01,1983-01-01, -/games/boxart/full_9281437AmericaFrontccc.jpg,Madden NFL 07,Wii,Sports,EA Sports,HB Studios,8.2,0.5,0.46,,0,0.04,2006-11-14, -/games/boxart/7939179ccc.jpg,NHL 09,X360,Sports,Electronic Arts,EA Canada,9,0.5,0.45,,0.01,0.04,2008-09-09, -/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_10AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,DS,Action,Activision,Now Production,,0.5,0.43,0.02,0.02,0.03,2010-11-02, -/games/boxart/full_3818099AmericaFrontccc.jpg,Shrek SuperSlam,PS2,Action,Activision,Shaba Games,,0.5,0.24,,0.19,0.06,2005-10-25, -/games/boxart/full_8298662AmericaFrontccc.jpg,Monster Hunter,PS2,Role-Playing,Capcom,Capcom,,0.5,0.11,0.28,0.08,0.03,2004-09-21, -/games/boxart/9989755ccc.jpg,Rugrats in Paris: The Movie,N64,Action,THQ,Avalanche Software,,0.5,0.4,,0.09,0.01,2000-11-12, -/games/boxart/full_3517674AmericaFrontccc.png,Pokémon Art Academy,3DS,Misc,Nintendo,Headstrong Games,7.8,0.5,0.18,0.17,0.12,0.03,2014-10-24,2018-08-03 -/games/boxart/full_9005044JapanFrontccc.jpg,PoPoLoCrois Monogatari,PS,Role-Playing,Sony Computer Entertainment,SCE,,0.5,,0.46,,0.03,1996-07-12, -/games/boxart/full_8082935AmericaFrontccc.jpg,Dragon's Crown,PS3,Role-Playing,Atlus,Vanillaware,,0.5,0.27,0.17,0.04,0.02,2013-08-06, -/games/boxart/full_monster-hunter-portable-3rd-hd-ver_136JapanFront.jpg,Monster Hunter Portable 3rd HD Ver.,PS3,Role-Playing,Capcom,Capcom,,0.5,,0.5,,,2011-08-25, -/games/boxart/2350055ccc.jpg,Tactics Ogre: The Knight of Lodis,GBA,Role-Playing,Atlus,Quest Corporation,8.5,0.5,0.13,0.31,0.05,0.01,2002-05-11, -/games/boxart/5403157ccc.jpg,RPG Maker,PS,Role-Playing,Agetec,Agetec Inc.,,0.5,0.11,0.29,0.07,0.03,2000-09-19, -/games/boxart/full_6206125AmericaFrontccc.jpg,Major League Baseball 2K12,X360,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.5,0.47,,,0.03,2012-03-06,2018-11-03 -/games/boxart/9340493ccc.jpg,Tiger Woods PGA Tour 07,PS3,Sports,EA Sports,EA Redwood Shores,8.1,0.5,0.31,,0.12,0.07,2006-11-14, -/games/boxart/full_5223684AmericaFrontccc.jpg,Dragon Age: Origins,PC,Role-Playing,Electronic Arts,BioWare Corp.,9.1,0.5,,,0.46,0.04,2009-11-03, -/games/boxart/full_3697930AmericaFrontccc.jpg,Burnout Revenge,X360,Racing,Electronic Arts,Criterion,8.8,0.5,0.42,,0.04,0.04,2006-03-07, -/games/boxart/7932030ccc.gif,SplashDown: Rides Gone Wild,PS2,Racing,THQ,Rainbow Studios,,0.5,0.24,,0.19,0.06,2003-08-05, -/games/boxart/full_8055898AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,PS3,Racing,Sega,Sumo Digital,,0.5,0.08,0.02,0.33,0.07,2012-11-18,2018-12-03 -/games/boxart/full_3688368AmericaFrontccc.jpg,Major League Baseball 2K13,X360,Sports,2K Sports,"Visual Concepts, Ltd.",,0.5,0.45,,,0.05,2013-03-05,2018-09-29 -/games/boxart/8266954ccc.jpg,Picross DS,DS,Puzzle,Nintendo,Jupiter Multimedia,8.4,0.5,0.17,0.3,0.02,0.02,2007-07-30, -/games/boxart/full_2506149AmericaFrontccc.jpg,Picross 3D,DS,Puzzle,Nintendo,HAL Laboratory,8.7,0.5,0.28,0.16,0.03,0.03,2010-05-03, -/games/boxart/full_madden-nfl-11_10AmericaFront.jpg,Madden NFL 11,PS2,Sports,EA Sports,EA Tiburon,,0.5,0.41,,0.02,0.07,2010-08-10, -/games/boxart/full_5056234AmericaFrontccc.jpg,Fantastic 4,PS2,Action,Activision,7 Studios,,0.5,0.41,,0.01,0.07,2005-06-27, -/games/boxart/full_9616568AmericaFrontccc.jpg,Dance Dance Revolution Universe 2,X360,Simulation,Konami,Bemani,,0.5,0.46,,0,0.04,2007-12-04, -/games/boxart/full_8340488AmericaFrontccc.jpg,Bully: Scholarship Edition,Wii,Action,Rockstar Games,Rockstar Toronto,8.4,0.5,0.17,,0.28,0.06,2008-03-04, -/games/boxart/full_5796766JapanFrontccc.jpg,Super Famista 5,SNES,Sports,Namco,Namco,,0.5,,0.5,,0,1996-02-29, -/games/boxart/full_1974803AmericaFrontccc.jpg,Pro Evolution Soccer 2019,PS4,Sports,Konami,Konami,,0.5,0.06,0.15,0.23,0.05,2018-08-28,2018-09-26 -/games/boxart/full_1378952AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.5,0.24,,0.22,0.04,2016-06-28,2018-03-31 -/games/boxart/full_127898PALFrontccc.jpg,FIFA 14,PSV,Sports,EA Sports,EA Canada,,0.5,0.08,0.01,0.3,0.11,2013-09-24,2018-09-15 -/games/boxart/full_8618261AmericaFrontccc.jpg,Tony Hawk's Underground 2,GC,Sports,Activision,Neversoft Entertainment,8.6,0.5,0.38,,0.1,0.01,2004-10-04, -/games/boxart/6399651ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GBA,Adventure,THQ,Tantalus Interactive,,0.5,0.36,,0.13,0.01,2004-09-13, -/games/boxart/full_8011942AmericaFrontccc.jpg,Rooms: The Main Building,DS,Adventure,Hudson Soft,HandMade Game,,0.5,0.1,0.01,0.35,0.05,2010-03-23, -/games/boxart/3505758ccc.jpg,Avatar: The Last Airbender,GC,Adventure,THQ,AWE Games,5.5,0.5,0.39,,0.1,0.01,2006-10-10, -/games/boxart/1602374ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,PS2,Adventure,THQ,THQ,,0.5,0.24,,0.19,0.06,2004-09-13, -/games/boxart/full_alice-madness-returns_827AmericaFront.jpg,Alice: Madness Returns,X360,Adventure,Electronic Arts,Spicy Horse,6.9,0.5,0.27,0.04,0.15,0.04,2011-06-14, -/games/boxart/5232019ccc.jpg,Ratatouille,Wii,Platform,THQ,Asobo Studio,6.5,0.5,0.43,,0.03,0.04,2007-06-26, -/games/boxart/9050384ccc.jpg,Looney Tunes: Back in Action,PS2,Platform,Warner Bros. Interactive,Warthog,,0.5,0.25,,0.19,0.06,2003-11-19, -/games/boxart/full_3047177AmericaFrontccc.jpg,Crash: Mind Over Mutant,PS2,Platform,Activision,Radical Entertainment,,0.5,0.25,,0.19,0.06,2008-10-07, -/games/boxart/full_3830133AmericaFrontccc.jpg,Epic Mickey: Power of Illusion,3DS,Platform,Disney Interactive Studios,DreamRift,6.6,0.5,0.36,0.04,0.05,0.04,2012-11-18,2018-01-09 -/games/boxart/1997427ccc.jpg,Nicktoons: Attack of the Toybots,PS2,Platform,THQ,Blue Tongue Entertainment,,0.5,0.24,,0.19,0.06,2007-10-23, -/games/boxart/2604728ccc.jpg,Sega Bass Fishing,Wii,Sports,Sega,Cavia Inc.,,0.5,0.45,0,0.01,0.04,2008-02-26, -/games/boxart/full_pro-evolution-soccer-2012_330AmericaFront.jpg,Pro Evolution Soccer 2012,X360,Sports,Konami,Konami,7.7,0.5,0.1,,0.34,0.06,2011-09-27, -/games/boxart/full_8195933AmericaFrontccc.jpg,Bases Loaded '96: Double Header,PS,Sports,Jaleco,Jaleco Entertainment,,0.5,0.28,,0.19,0.03,1995-12-01, -/games/boxart/834868ccc.jpg,NBA Street Homecourt,X360,Sports,EA Sports,EA Canada,,0.5,0.45,0,0.01,0.04,2007-02-20, -/games/boxart/full_4968069AmericaFrontccc.jpg,Hometown Story,3DS,Simulation,Natsume,Toy Box,5.5,0.5,0.29,0.04,0.13,0.04,2013-10-22,2018-01-14 -/games/boxart/full_3753232AmericaFrontccc.jpg,Dead or Alive Ultimate,XB,Fighting,Tecmo,Team Ninja,8.1,0.5,0.3,0.08,0.1,0.02,2004-10-26, -/games/boxart/8970120ccc.jpg,Midnight Club II,XB,Racing,Rockstar Games,Rockstar San Diego,,0.5,0.42,,0.06,0.02,2003-06-03, -/games/boxart/1624016ccc.jpg,The Mummy Returns,PS2,Action,Universal Interactive,Blitz Games,,0.5,0.25,,0.19,0.06,2001-10-03, -/games/boxart/full_2083118AmericaFrontccc.jpg,Transformers: War for Cybertron,PS3,Action,Activision,High Moon Studios,7.8,0.5,0.24,,0.18,0.07,2010-06-22, -/games/boxart/5335336ccc.jpg,Hitman: Blood Money,PS2,Action,Eidos Interactive,IO Interactive,8.2,0.5,0.25,,0.19,0.06,2006-05-30, -/games/boxart/full_9811944AmericaFrontccc.jpg,WWE SmackDown vs. RAW 2007,X360,Fighting,THQ,Yuke's,8,0.5,0.44,,0.03,0.04,2006-11-14, -/games/boxart/9261165ccc.jpg,Raiders of the Lost Ark,2600,Action,Atari,Atari,,0.5,0.46,,0.03,0.01,1982-01-01, -/games/boxart/full_8847865AmericaFrontccc.jpg,PlayStation All-Stars Battle Royale,PSV,Fighting,Sony Computer Entertainment,Bluepoint Games,,0.5,0.21,0.01,0.16,0.12,2012-11-20,2018-01-12 -/games/boxart/full_4798925JapanFrontccc.jpg,Super Robot Taisen MX,PS2,Strategy,Banpresto,TOSE,,0.5,,0.5,,,2004-05-27, -/games/boxart/full_6755158JapanFrontccc.jpg,Super Robot Taisen Z,PS2,Strategy,Namco Bandai,Banpresto,,0.5,,0.5,,,2008-09-25, -/games/boxart/full_ruse_6AmericaFront.jpg,R.U.S.E.,PS3,Strategy,Ubisoft,Eugen Systems,8,0.5,0.18,0.02,0.22,0.08,2010-09-07, -/games/boxart/full_4247192AmericaFrontccc.jpg,Paws & Claws: Dogs & Cats Best Friends,DS,Simulation,THQ,Sproing Interactive Media,,0.5,0.46,,0.01,0.04,2007-10-03, -/games/boxart/full_super-monkey-ball-3d_839AmericaFront.jpg,Super Monkey Ball 3D,3DS,Action,Sega,Sega,5.7,0.5,0.26,0.05,0.15,0.04,2011-03-27, -/games/boxart/7757085ccc.jpg,Spider-Man 2,DS,Action,Activision,Vicarious Visions,6.1,0.5,0.41,0.03,0.02,0.04,2004-11-16, -/games/boxart/2554783ccc.jpg,Tomb Raider: Anniversary,PS2,Action,Eidos Interactive,Crystal Dynamics,,0.5,0.41,,0.02,0.07,2007-06-05, -/games/boxart/9971233ccc.jpg,Star Wars: Jedi Starfighter,PS2,Simulation,LucasArts,Secret Level,,0.5,0.24,,0.19,0.06,2002-03-10, -/games/boxart/full_4874149JapanFrontccc.jpg,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS3,Action,Square Enix,Square Enix,,0.5,,0.5,,,2015-02-26,2019-01-30 -/games/boxart/4849091ccc.jpg,Disney Sing It,PS2,Misc,Disney Interactive Studios,Zoe Mode,,0.5,0.25,,0.19,0.06,2008-10-21, -/games/boxart/2440281ccc.jpg,Activision Anthology,PS2,Misc,Activision,Contraband Entertainment,,0.5,0.25,,0.19,0.06,2002-11-25, -/games/boxart/full_6227989AmericaFrontccc.jpg,Metal Gear Rising: Revengeance,X360,Action,Konami Digital Entertainment,PlatinumGames,,0.5,0.3,,0.15,0.05,2013-02-19,2018-01-12 -/games/boxart/full_8760895AmericaFrontccc.jpg,Mad Max (2013),XOne,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,0.5,0.29,,0.16,0.05,2015-09-01,2018-01-05 -/games/boxart/7218781ccc.jpg,GoldenEye: Rogue Agent,XB,Shooter,Electronic Arts,Dreamworks Games,,0.49,0.34,,0.13,0.02,2004-11-22, -/games/boxart/full_5841817AmericaFrontccc.jpg,Fire Emblem: Radiant Dawn,Wii,Strategy,Nintendo,Intelligent Systems,7.7,0.49,0.27,0.17,0.03,0.03,2007-11-05, -/games/boxart/full_7739417AmericaFrontccc.jpg,The Evil Within,X360,Misc,Bethesda Softworks,Tango Gameworks,,0.49,0.28,0.01,0.16,0.04,2014-10-14,2018-03-13 -/games/boxart/full_2245851JapanFrontccc.jpg,Taiko no Tatsujin: Appare Sandaime,PS2,Misc,Namco,Namco,,0.49,,0.49,,,2003-10-30, -/games/boxart/full_6744670AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,X360,Shooter,Square Enix,IO Interactive,6.4,0.49,0.2,0.01,0.23,0.05,2010-08-17, -/games/boxart/full_8206664AmericaFrontccc.jpg,Die Hard Trilogy 2: Viva Las Vegas,PS,Action,Fox Interactive,n-Space,,0.49,0.27,,0.18,0.03,2000-02-29, -/games/boxart/full_8174637AmericaFrontccc.jpg,Hyrule Warriors Legends,3DS,Action,Nintendo,Omega Force,,0.49,0.17,0.12,0.16,0.03,2016-03-25,2020-08-04 -/games/boxart/9180952ccc.jpg,SimCity 2000,SNES,Simulation,Black Pearl,HAL Laboratory,,0.49,,0.49,,0,1996-11-01, -/games/boxart/full_8145042PALFrontccc.jpg,WipEout Pulse,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,,0.49,,,0.15,0.33,2009-06-19, -/games/boxart/full_4808492AmericaFrontccc.jpg,Cars Mater-National Championship,Wii,Racing,THQ,Incinerator Games,,0.49,0.46,,0,0.04,2007-11-12, -/games/boxart/full_ace-combat-assault-horizon_251AmericaFront.jpg,Ace Combat: Assault Horizon,X360,Action,Namco Bandai,Project ACES,7,0.49,0.3,0.03,0.12,0.04,2011-10-11, -/games/boxart/1908667ccc.jpg,The Matrix: Path of Neo,PS2,Action,Atari,Shiny Entertainment,6.8,0.49,0.41,,0.01,0.07,2005-11-07, -/games/boxart/full_8653055AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,PS3,Action,Namco Bandai,Omega Force,5.9,0.49,0.09,0.32,0.07,0.03,2009-04-21, -/games/boxart/full_2116643AmericaFrontccc.jpg,Dragon Ball Z: Supersonic Warriors 2,DS,Fighting,Atari,Arc System Works,,0.49,0.13,0.32,0.02,0.02,2005-11-20, -/games/boxart/274236ccc.jpg,Dragon Ball Z: Burst Limit,X360,Fighting,Atari,Dimps Corporation,7.3,0.49,0.24,0.03,0.18,0.05,2008-06-10, -/games/boxart/full_2650507PALFrontccc.jpg,One Piece: Grand Battle!,PS,Fighting,Atari,Bandai,,0.49,,0.46,,0.03,2003-01-01, -/games/boxart/full_6945878JapanFrontccc.jpg,J-League Pro Soccer Club wo Tsukurou! 2,SAT,Sports,Sega,Sega,,0.49,,0.49,,,1997-11-20, -/games/boxart/7833744ccc.jpg,Backyard Baseball,PS2,Sports,Atari,Humongous Entertainment,,0.49,0.24,,0.19,0.06,2004-03-23, -/games/boxart/full_3899729AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,Wii,Racing,Activision,Sidhe Interactive,,0.49,0.29,,0.16,0.05,2009-10-27, -/games/boxart/full_3794629AmericaFrontccc.png,Animal Crossing: Amiibo Festival,WiiU,Party,Nintendo,"Nd Cube Co., Ltd.",4.8,0.49,0.23,0.1,0.12,0.04,2015-11-13,2018-02-08 -/games/boxart/full_3848009JapanFrontccc.jpg,Momotarou Dentetsu X: Kyuushuu-hen mo Arubai,PS2,Misc,Hudson Soft,Hudson Soft,,0.49,,0.49,,,2001-12-13, -/games/boxart/6360996ccc.jpg,The Price is Right,DS,Misc,Ubisoft,Ludia Inc.,,0.49,0.46,,,0.04,2008-09-09, -/games/boxart/full_8149687AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,X360,Misc,Warner Bros. Interactive Entertainment,Unknown,,0.49,0.28,,0.16,0.04,2014-11-18, -/games/boxart/full_motorstorm-apocalypse_657AmericaFront.jpg,MotorStorm: Apocalypse,PS3,Racing,Sony Computer Entertainment,Evolution Studios,7.6,0.49,0.21,,0.2,0.08,2011-05-03, -/games/boxart/5613206ccc.jpg,Pac-Man World 2,XB,Platform,Namco,Namco,,0.49,0.36,,0.11,0.02,2002-10-15, -/games/boxart/full_asphalt-3d-nitro-racing_982AmericaFront.jpg,Asphalt 3D,3DS,Racing,Ubisoft,Konami,4,0.49,0.27,0.02,0.16,0.04,2011-03-22, -/games/boxart/951543ccc.jpg,SpongeBob SquarePants: Creature from the Krusty Krab,Wii,Platform,THQ,Blitz Games,,0.49,0.44,,0.02,0.04,2006-11-13, -/games/boxart/full_spongebob-squarepants-creature-from-the-krusty-krab_9AmericaFront.png,SpongeBob SquarePants: Creature from the Krusty Krab,DS,Platform,THQ,WayForward Technologies,,0.49,0.45,,0,0.04,2006-10-18, -/games/boxart/full_9851387AmericaFrontccc.jpg,F1 2012,X360,Racing,Codemasters,Codemasters Birmingham,8.5,0.49,0.1,,0.34,0.05,2012-09-18,2018-03-11 -/games/boxart/888676ccc.jpg,Crazy Taxi,GC,Racing,Acclaim Entertainment,Hitmaker,7.2,0.49,0.36,0.02,0.09,0.01,2001-11-17, -/games/boxart/full_7994360AmericaFrontccc.jpg,Spy Hunter 2,PS2,Racing,Midway Games,Angel Studios,,0.49,0.24,,0.19,0.06,2003-11-20, -/games/boxart/full_9133856AmericaFrontccc.jpg,DiRT 4,PS4,Racing,Deep Silver,Codemasters,8.6,0.49,0.1,0.02,0.3,0.07,2017-06-06,2018-11-23 -/games/boxart/full_babysitting-mama_4AmericaFront.jpg,Babysitting Mama,Wii,Simulation,Majesco,Cooking Mama Limited,3.8,0.49,0.33,,0.12,0.04,2010-11-16, -/games/boxart/2733445ccc.jpg,The Sims,GC,Simulation,Electronic Arts,Maxis,,0.49,0.35,,0.13,0.01,2003-03-25, -/games/boxart/full_virtua-tennis-4-world-tour_296PALFront.jpg,Virtua Tennis 4: World Tour,PSV,Sports,Sega,Sega,,0.49,0.04,0.01,0.34,0.09,2012-02-14, -/games/boxart/full_5367934PALFrontccc.jpg,Watch Dogs,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,,0.49,0.19,,0.27,0.04,2014-05-27,2018-03-15 -/games/boxart/full_9263869AmericaFrontccc.jpg,WWE Wrestlemania X8,GC,Fighting,THQ,Yuke's,,0.49,0.38,,0.1,0.01,2002-06-09, -/games/boxart/9869572ccc.jpg,Boogie,Wii,Misc,Electronic Arts,EA Montreal,,0.49,0.43,,0.03,0.04,2007-08-07, -/games/boxart/6720212ccc.jpg,Scarface: The World is Yours,XB,Adventure,Sierra Entertainment,Radical Entertainment,,0.49,0.37,,0.11,0.02,2006-10-08, -/games/boxart/full_7279035AmericaFrontccc.jpg,Alone in the Dark,X360,Adventure,Atari,Eden Studios,6.3,0.49,0.14,0,0.3,0.05,2008-06-23, -/games/boxart/full_4293014AmericaFrontccc.jpg,Barbie Horse Adventures: Wild Horse Rescue,PS2,Sports,Universal Interactive,Blitz Games,,0.49,0.24,,0.19,0.06,2003-11-04, -/games/boxart/full_8218960JapanFrontccc.jpg,Mario & Wario,SNES,Puzzle,Nintendo,Game Freak,,0.49,,0.49,,0,1993-08-27, -/games/boxart/full_456544AmericaFrontccc.jpg,Power Rangers: Dino Thunder,GBA,Action,THQ,Natsume,,0.49,0.35,,0.13,0.01,2004-09-22, -/games/boxart/7908679ccc.jpg,Ice Hockey,2600,Sports,Activision,Activision,,0.49,0.46,,0.03,0.01,1981-01-01, -/games/boxart/full_4729560AmericaFrontccc.jpg,Story of Seasons: Trio of Towns,3DS,Simulation,Marvelous Interactive,Marvelous Entertainment,7.9,0.49,0.19,0.22,0.06,0.03,2017-02-28,2018-05-29 -/games/boxart/full_9166652AmericaFrontccc.jpg,FIFA 13,WiiU,Sports,EA Sports,EA Canada,7,0.49,0.18,,0.28,0.04,2012-11-18,2018-04-06 -/games/boxart/full_3139159AmericaFrontccc.jpg,Mario Golf: World Tour,3DS,Sports,Nintendo,Camelot Software Planning,8.1,0.49,0.14,0.18,0.15,0.03,2014-05-02,2018-01-09 -/games/boxart/full_1871562AmericaFrontccc.jpg,FIFA Soccer 64,N64,Sports,EA Sports,EA Canada,,0.49,0.16,,0.3,0.03,1997-02-28, -/games/boxart/full_5101048AmericaFrontccc.jpg,Mario & Sonic at the Rio 2016 Olympic Games,WiiU,Sports,Nintendo,Sega Sports R&D,,0.49,0.1,0.13,0.23,0.03,2016-06-24,2018-04-05 -/games/boxart/4449428ccc.jpg,FIFA Soccer 09,DS,Sports,Electronic Arts,Exient Ltd.,,0.49,0.12,,0.31,0.06,2008-10-14, -/games/boxart/full_2667956AmericaFrontccc.jpg,Tony Hawk's Underground 2,GBA,Sports,Activision,Vicarious Visions,,0.49,0.35,,0.13,0.01,2004-10-04, -/games/boxart/full_5113427AmericaFrontccc.jpg,Tony Hawk's Project 8,X360,Sports,Activision,Neversoft Entertainment,8.4,0.49,0.44,0,0.02,0.04,2006-11-07, -/games/boxart/full_medal-of-honor_6AmericaFront.jpg,Medal of Honor,PC,Shooter,Electronic Arts,EA Los Angeles,,0.49,0.2,,0.23,0.06,2010-10-12, -/games/boxart/full_275590AmericaFrontccc.jpg,Sniper: Art of Victory,PC,Shooter,City Interactive,City Interactive,,0.49,,,0.45,0.03,2008-10-16, -/games/boxart/full_7024992PALFrontccc.jpg,Star Wars Battlefront (2015),PC,Shooter,Electronic Arts,EA DICE,7.5,0.49,0.13,,0.33,0.04,2015-11-17,2018-03-24 -/games/boxart/full_resident-evil-the-mercenaries-3d_717AmericaFront.jpg,Resident Evil: The Mercenaries 3D,3DS,Shooter,Capcom,Capcom,6.3,0.49,0.16,0.13,0.17,0.03,2011-06-28, -/games/boxart/full_5432899AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PS2,Action,Activision,Krome Studios,,0.49,0.25,,0.01,0.22,2009-06-23, -/games/boxart/full_2477189AmericaFrontccc.jpg,Star Wars Battlefront: Elite Squadron,DS,Shooter,LucasArts,n-Space,5.9,0.49,0.42,,0.04,0.04,2009-11-03, -/games/boxart/full_9116673AmericaFrontccc.jpg,Tom Clancy's The Division,PC,Shooter,Ubisoft,Massive Entertainment,,0.48,0.26,,0.18,0.04,2016-03-08,2018-05-04 -/games/boxart/383717ccc.jpg,Millipede,2600,Shooter,Atari,Atari,,0.48,0.45,,0.03,0.01,1984-01-01, -/games/boxart/full_3089067AmericaFrontccc.jpg,Wolfenstein: The Old Blood,PS4,Shooter,Bethesda Softworks,MachineGames,,0.48,0.13,0.02,0.25,0.07,2015-05-05,2018-04-21 -/games/boxart/6095696ccc.jpg,NFL Xtreme 2,PS,Sports,989 Studios,989 Sports,,0.48,0.27,,0.18,0.03,1999-06-30, -/games/boxart/full_7576322AmericaFrontccc.png,Battleborn,PS4,Shooter,2K Games,Gearbox Software,,0.48,0.25,0.03,0.12,0.08,2016-05-03, -/games/boxart/full_6902025AmericaFrontccc.jpg,Dark Sector,X360,Shooter,D3 Publisher,Digital Extremes,7.1,0.48,0.22,0.01,0.2,0.05,2008-03-25, -/games/boxart/3574094ccc.jpg,Pinball Hall of Fame: The Williams Collection,Wii,Misc,Crave Entertainment,FarSight Studios,,0.48,0.42,,0.03,0.04,2008-02-26, -/games/boxart/7519783ccc.jpg,Shrek the Third,PS2,Action,Activision,Amaze Entertainment,,0.48,0.4,,0.02,0.07,2007-05-15, -/games/boxart/full_6017024AmericaFrontccc.jpg,Far Cry 2,PC,Shooter,Ubisoft,Ubisoft Montreal,8.4,0.48,0.01,,0.45,0.02,2008-10-21, -/games/boxart/full_9087358AmericaFrontccc.jpg,Zoo Tycoon (2013),XOne,Simulation,Microsoft Studios,Frontier Developments,,0.48,0.25,,0.18,0.04,2013-11-22,2018-09-25 -/games/boxart/full_cars-2-the-video-game_532AmericaFront.jpg,Cars 2,X360,Racing,Disney Interactive Studios,Avalanche Software,7.5,0.48,0.28,,0.15,0.05,2011-06-21, -/games/boxart/912346ccc.jpg,Children of Mana,DS,Role-Playing,Nintendo,Next Entertainment,7,0.48,0.16,0.29,0.01,0.01,2006-11-01, -/games/boxart/default.jpg,Lollipop Chainsaw,X360,Action,Warner Bros. Interactive Entertainment,Grasshopper Manufacture,,0.48,0.31,0.02,0.12,0.04,2012-06-12, -/games/boxart/3096637ccc.jpg,NCAA Football 09,PS2,Sports,EA Sports,EA Tiburon,,0.48,0.4,,0.02,0.07,2008-07-15, -/games/boxart/full_2951564AmericaFrontccc.jpg,Doom 3 BFG Edition,X360,Misc,Bethesda Softworks,id Software,,0.48,0.28,,0.15,0.04,2012-10-16,2018-02-07 -/games/boxart/full_euro-truck-simulator_342PALFront.jpg,Euro Truck Simulator,PC,Simulation,SCS Software,SCS Software,,0.48,,,0.43,0.04,2013-03-08, -/games/boxart/full_midnight-club-street-racing_716AmericaFront.jpg,Midnight Club: Street Racing,GBA,Racing,"Destination Software, Inc",Angel Studios,,0.48,0.34,,0.13,0.01,2001-11-14, -/games/boxart/full_6510098AmericaFrontccc.jpg,Ultimate I Spy,Wii,Adventure,Scholastic Inc.,Scholastic Interactive,,0.48,0.45,,0,0.03,2008-10-29, -/games/boxart/full_7964714AmericaFrontccc.jpg,Steep,XOne,Sports,Ubisoft,Ubisoft Annecy,,0.48,0.24,,0.2,0.04,2016-12-02, -/games/boxart/full_6801752AmericaFrontccc.jpg,Harvest Moon 64,N64,Simulation,Natsume,Toy Box Studios,7.8,0.48,0.25,0.11,0.06,0.06,1999-11-30, -/games/boxart/full_5778682AmericaFrontccc.jpg,Need for Speed: Porsche Unleashed,GBA,Racing,"Destination Software, Inc",Pocketeers,,0.48,0.35,,0.13,0.01,2004-03-15, -/games/boxart/full_8567501AmericaFrontccc.jpg,Vigilante 8: 2nd Offense,PS,Racing,Activision,"Luxoflux, Inc.",,0.48,0.27,,0.18,0.03,1999-10-31, -/games/boxart/full_5924018AmericaFrontccc.jpg,ECW Hardcore Revolution,PS,Fighting,Acclaim Entertainment,Acclaim,,0.48,0.27,,0.18,0.03,2000-01-31, -/games/boxart/8850372ccc.jpg,Wu-Tang: Shaolin Style,PS,Fighting,Activision,Paradox Development,,0.48,0.27,,0.18,0.03,1999-10-31, -/games/boxart/full_576837AmericaFrontccc.jpg,EA Sports UFC,XOne,Fighting,Electronic Arts,EA Canada,,0.48,0.3,,0.13,0.04,2014-06-17,2018-01-05 -/games/boxart/full_4179261AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,Wii,Action,Activision,Krome Studios,,0.48,0.24,,0.2,0.05,2009-06-23, -/games/boxart/full_7775251PALFrontccc.jpg,The Saboteur,PS3,Action,Electronic Arts,Pandemic Studios,7.1,0.48,0.2,,0.21,0.07,2009-12-08, -/games/boxart/full_8379592AmericaFrontccc.jpg,Go Diego Go! Great Dinosaur Rescue,DS,Action,2K Play,Black Lantern Studios,,0.48,0.43,,0.01,0.03,2008-10-27, -/games/boxart/5600722ccc.jpg,Scrabble 2007 Edition,DS,Puzzle,Ubisoft,WizarBox,,0.48,,,0.48,0,2007-10-04, -/games/boxart/6218045ccc.jpg,Crash of the Titans,DS,Action,Sierra Entertainment,Amaze Entertainment,,0.48,0.42,,0.02,0.04,2007-10-25, -/games/boxart/4269326ccc.jpg,Grand Prix,2600,Racing,Activision,Activision,,0.48,0.45,,0.03,0,1982-01-01, -/games/boxart/full_9248639AmericaFrontccc.jpg,World of Outlaws: Sprint Cars 2002,PS2,Racing,Infogrames,Ratbag,,0.48,0.23,,0.18,0.06,2002-03-26, -/games/boxart/full_3766104AmericaFrontccc.jpg,Bratz: The Movie,PS2,Simulation,THQ,Blitz Games,,0.48,0.24,,0.18,0.06,2007-09-25, -/games/boxart/full_7402307AmericaFrontccc.jpg,Rayman Raving Rabbids: TV Party,DS,Misc,Ubisoft,Ubisoft Casablanca,,0.48,0.44,,0.01,0.04,2008-11-18, -/games/boxart/full_6517792AmericaFrontccc.jpg,Sonic Lost World,3DS,Platform,Sega,Dimps Corporation,5.2,0.48,0.22,0.07,0.15,0.04,2013-10-29,2018-04-07 -/games/boxart/full_9614902AmericaFrontccc.jpg,Friday the 13th: The Game,PS4,Action,Gun Media,IllFonic,,0.48,0.29,0.03,0.09,0.08,2017-10-13,2018-05-30 -/games/boxart/full_3631996AmericaFrontccc.jpg,Thief,XOne,Action,Square Enix,Eidos Montreal,,0.48,0.26,,0.17,0.04,2014-02-25,2018-01-04 -/games/boxart/full_4422019AmericaFrontccc.jpg,Jeopardy!,PS2,Misc,Atari,Atari,,0.48,0.24,,0.18,0.06,2003-10-28, -/games/boxart/6706649ccc.jpg,Secret Weapons Over Normandy,PS2,Simulation,LucasArts,Totally Games,,0.48,0.24,,0.18,0.06,2003-11-18, -/games/boxart/full_5965253AmericaFrontccc.jpg,Street Fighter X Tekken,X360,Fighting,Capcom,Capcom,,0.48,0.32,0.03,0.1,0.04,2012-03-06, -/games/boxart/full_6324505AmericaFrontccc.jpg,WWE 2K19,XOne,Fighting,2K Sports,Visual Concepts,,0.48,0.3,,0.14,0.04,2018-10-09,2018-06-22 -/games/boxart/full_6405115AmericaFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,PS3,Platform,Disney Interactive Studios,Junction Point Studios,,0.48,0.21,,0.19,0.08,2012-11-18,2018-04-14 -/games/boxart/full_2863801AmericaFrontccc.jpg,You're in the Movies,X360,Misc,Microsoft,Zoe Mode,5.1,0.48,0.27,,0.17,0.05,2008-11-17, -/games/boxart/full_fortune-street_78AmericaFront.jpg,Fortune Street,Wii,Misc,Nintendo,Square Enix,,0.48,0.25,0.17,0.03,0.03,2011-12-05, -/games/boxart/6087069ccc.jpg,Crazy Taxi: Fare Wars,PSP,Racing,Sega,Sniper Studios,6.3,0.48,0.1,0.02,0.23,0.13,2007-08-07, -/games/boxart/full_8900081AmericaFrontccc.jpg,Bass Pro Shops: The Strike,Wii,Sports,XS Games,Griffin International,,0.48,0.44,,,0.04,2009-09-29, -/games/boxart/4082302ccc.jpg,Tiger Woods PGA Tour 07,X360,Sports,EA Sports,EA Redwood Shores,8.2,0.48,0.44,,0,0.04,2006-10-17, -/games/boxart/6949117ccc.jpg,All-Star Baseball 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.48,0.44,,0.04,0,1998-04-30, -/games/boxart/full_atelier-rorona-alchemist-of-arland_5AmericaFront.jpg,Atelier Rorona: Alchemist of Arland,PS3,Role-Playing,NIS America,Gust,6.4,0.48,0.22,0.11,0.1,0.05,2014-06-24, -/games/boxart/8362980ccc.jpg,Yu-Gi-Oh! Forbidden Memories (JP sales),PS,Role-Playing,Konami,KCEJ,6.3,0.48,,0.45,,0.03,2002-03-20, -/games/boxart/full_260738AmericaFrontccc.jpg,Theme Park Roller Coaster,PS2,Strategy,Electronic Arts,Bullfrog Productions,7.9,0.48,0.23,,0.18,0.06,2000-12-04, -/games/boxart/full_1105961AmericaFrontccc.png,Farpoint,PS4,Shooter,Sony Interactive Entertainment,Impulse Gear,,0.48,,0.04,0.38,0.06,2017-05-16,2018-09-23 -/games/boxart/full_9345945AmericaFrontccc.jpg,The Legend of the Mystical Ninja,SNES,Adventure,Konami,Konami,,0.48,,0.48,,,1992-02-01, -/games/boxart/6795364ccc.jpg,Destroy All Humans! 2,PS2,Adventure,THQ,Pandemic Studios,,0.48,0.4,,0.02,0.07,2006-10-17, -/games/boxart/full_8065871AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PS4,Adventure,Telltale Games,Telltale Games,,0.48,0.12,0.03,0.26,0.07,2014-10-14,2018-05-10 -/games/boxart/full_9578912AmericaFrontccc.jpg,Alice in Wonderland,DS,Adventure,Disney Interactive Studios,Etranges Libellules,7,0.48,0.25,,0.18,0.05,2010-03-02, -/games/boxart/full_125681AmericaFrontccc.jpg,Up,PS2,Adventure,THQ,THQ,,0.48,0.19,,0.05,0.24,2009-05-26, -/games/boxart/full_4087169AmericaFrontccc.jpg,Madagascar: Operation Penguin,GBA,Action,Activision,Vicarious Visions,,0.48,0.35,,0.13,0.01,2005-11-07, -/games/boxart/full_989675AmericaFrontccc.png,BioShock: The Collection,XOne,Shooter,2K Games,"Blind Squirrel Digital, Inc",,0.48,0.35,,0.08,0.05,2016-09-13,2018-04-30 -/games/boxart/3706250ccc.jpg,Tiger Woods PGA Tour 06,XB,Sports,EA Sports,EA Sports,,0.48,0.35,,0.11,0.02,2005-09-20, -/games/boxart/full_2746807AmericaFrontccc.jpg,Just Dance 2014,XOne,Music,Ubisoft,Ubisoft Paris,,0.48,0.31,,0.12,0.04,2013-11-22,2018-03-08 -/games/boxart/2928775ccc.jpg,FIFA World Cup Germany 2006,X360,Sports,EA Sports,EA Canada,7.8,0.48,0.19,0.01,0.27,,2006-04-24, -/games/boxart/full_9675419AmericaFrontccc.jpg,A Way Out,PS4,Action,Electronic Arts,Hazelight,7.5,0.48,0.23,,0.16,0.08,2018-03-23,2018-03-24 -/games/boxart/9856604ccc.jpg,Scene It? Lights Camera Action,X360,Misc,Microsoft Game Studios,WXP / Screenlife Games,,0.48,0.43,,0.01,0.04,2007-11-06, -/games/boxart/full_5967193PALFrontccc.jpg,Football Manager Handheld 2009,PSP,Sports,Sega,Sports Interactive,,0.48,,,0.47,0.02,2008-11-14, -/games/boxart/full_5080147AmericaFrontccc.jpg,NFL Street 2,XB,Sports,EA Sports BIG,EA Tiburon,,0.48,0.36,,0.11,0.02,2004-12-22, -/games/boxart/full_4968064PALFrontccc.jpg,Batman: Arkham Origins Blackgate,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,0.48,0.16,,0.21,0.11,2013-10-25,2018-12-10 -/games/boxart/full_4033992AmericaFrontccc.jpg,LEGO Marvel's Avengers,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.48,0.26,,0.18,0.04,2016-01-26,2018-04-06 -/games/boxart/full_3930327AmericaFrontccc.jpg,Unreal Tournament III,X360,Shooter,Midway Games,Epic Games,7.8,0.47,0.25,0.01,0.17,0.05,2008-07-07, -/games/boxart/full_9897576AmericaFrontccc.jpg,Silent Hill: Shattered Memories,Wii,Adventure,Konami,Climax Group,7.3,0.47,0.22,0.01,0.19,0.05,2009-12-08, -/games/boxart/full_6178348AmericaFrontccc.jpg,Shadowrun (2007),X360,Shooter,Microsoft Game Studios,FASA Studio,6.3,0.47,0.41,,0.02,0.04,2007-05-29,2018-11-02 -/games/boxart/full_1303909AmericaFrontccc.jpg,Godzilla: Save the Earth,PS2,Fighting,Atari,"Pipeworks Software, Inc.",,0.47,0.23,,0.18,0.06,2004-11-02, -/games/boxart/full_9559532AmericaFrontccc.jpg,Dark Sector,PS3,Shooter,D3 Publisher,Digital Extremes,7.2,0.47,0.23,0.01,0.16,0.07,2008-03-25, -/games/boxart/full_9519564AmericaFrontccc.jpg,F.E.A.R. 2: Project Origin,PS3,Shooter,Warner Bros. Interactive,Monolith Productions,8.2,0.47,0.19,0.01,0.2,0.08,2009-02-10, -/games/boxart/full_3042161AmericaFrontccc.jpg,Petz Sports,Wii,Simulation,Ubisoft,Ubisoft Montreal,5,0.47,0.42,,0.01,0.04,2008-11-04, -/games/boxart/4941530ccc.jpg,Dance Dance Revolution: Mario Mix,GC,Simulation,Nintendo,Konami,7,0.47,0.36,,0.09,0.01,2005-10-24, -/games/boxart/full_3892983AmericaFrontccc.jpg,Farming Simulator 19,PS4,Simulation,Focus Home Interactive,Giants Software,,0.47,0.13,,0.26,0.07,2018-11-20,2018-12-19 -/games/boxart/full_dead-space-extraction_7AmericaFront.jpg,Dead Space Extraction,Wii,Shooter,Electronic Arts,Visceral Games,8.2,0.47,0.32,0.01,0.1,0.04,2009-09-28, -/games/boxart/full_9387237AmericaFrontccc.jpg,Doom 64,N64,Shooter,Midway Games,Midway Studios San Diego,7.4,0.47,0.38,,0.08,0.01,1997-03-31, -/games/boxart/full_2027192JapanFrontccc.jpg,World Soccer Winning Eleven 8: Liveware Evolution,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,0.47,,0.47,,,2005-03-24, -/games/boxart/6501545ccc.jpg,Downhill Domination,PS2,Racing,Sony Computer Entertainment,Incognito Inc.,,0.47,0.23,,0.18,0.06,2003-07-23, -/games/boxart/full_2284026AmericaFrontccc.jpg,MySims Racing,Wii,Racing,Electronic Arts,Artificial Mind and Movement,,0.47,0.19,,0.23,0.05,2009-06-08, -/games/boxart/full_7407139AmericaFrontccc.jpg,Deadpool,PS3,Action,Activision,High Moon Studios,,0.47,0.23,,0.16,0.08,2013-06-25,2018-10-10 -/games/boxart/full_1508267AmericaFrontccc.jpg,Kong: The 8th Wonder of the World,GBA,Action,Ubisoft,Ubisoft Casablanca,,0.47,0.33,,0.12,0.01,2005-11-21, -/games/boxart/5613667ccc.jpg,X-Men: Next Dimension,PS2,Fighting,Activision,Paradox Development,,0.47,0.23,,0.18,0.06,2002-10-15, -/games/boxart/full_dragon-age-origins-awakening_1AmericaFront.jpg,Dragon Age Origins: Awakening,X360,Role-Playing,Electronic Arts,BioWare Corp.,8.3,0.47,0.33,,0.1,0.04,2010-03-16, -/games/boxart/6611778ccc.jpg,Quest 64,N64,Role-Playing,THQ,Imagineer,5.4,0.47,0.38,,0.08,0.01,1998-06-11, -/games/boxart/full_885103AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Echoes of Time,DS,Role-Playing,Square Enix,Square Enix,7.7,0.47,0.12,0.27,0.06,0.02,2009-03-24, -/games/boxart/full_4790850JapanFrontccc.jpg,Inazuma Eleven Go: Chrono Stone - Wildfire / Thunderflash,3DS,Role-Playing,Level 5,Level 5,,0.47,,0.46,0.01,0,2012-12-13,2018-08-31 -/games/boxart/full_7280310JapanFrontccc.jpg,Densetsu no Stafi,GBA,Platform,Nintendo,TOSE,,0.47,,0.46,,0.01,2002-09-06, -/games/boxart/7162550ccc.jpg,Bomberman Hero,N64,Platform,Nintendo,AI,,0.47,0.27,0.08,0.06,0.05,1998-09-01, -/games/boxart/full_9293555AmericaFrontccc.jpg,Sonic Mania,NS,Platform,Sega,PagodaWest Games,8.8,0.47,0.23,0.01,0.18,0.04,2017-08-15,2017-12-23 -/games/boxart/full_2571388AmericaFrontccc.jpg,Spider-Man 3,DS,Platform,Activision,Vicarious Visions,8,0.47,0.41,,0.02,0.04,2007-05-04, -/games/boxart/4782866ccc.jpg,NBA Ballers: Phenom,PS2,Sports,Midway Games,Midway,,0.47,0.23,,0.18,0.06,2006-04-05, -/games/boxart/full_8455137AmericaFrontccc.jpg,Spider-Man 3,Wii,Platform,Activision,Vicarious Visions,4.8,0.47,0.42,,0.02,0.04,2007-05-04, -/games/boxart/full_two-worlds-ii_641AmericaFront.jpg,Two Worlds II,PS3,Role-Playing,SouthPeak Interactive,Reality Pump,6.5,0.47,0.26,0.06,0.1,0.04,2011-01-25, -/games/boxart/full_7144865AmericaFrontccc.jpg,Ford Racing Off Road,Wii,Racing,Empire Interactive,Razorworks Studios,,0.47,0.06,,0.4,0.01,2008-09-01, -/games/boxart/full_239052AmericaFrontccc.jpg,Dynasty Warriors Gundam,PS3,Action,Namco Bandai,Omega Force,6.4,0.47,0.14,0.31,0.01,0.02,2007-08-28, -/games/boxart/full_1256218JapanFrontccc.jpg,Super Puyo Puyo 2,SNES,Puzzle,Compile,Complie,,0.47,,0.47,,0,1995-12-08, -/games/boxart/5720676ccc.jpg,Tiger Woods PGA Tour 07,Wii,Sports,EA Sports,EA Redwood Shores,7.1,0.47,0.43,,0,0.04,2007-03-13, -/games/boxart/6600636ccc.jpg,Hot Wheels Velocity X,PS2,Racing,THQ,Beyond Games,,0.47,0.23,,0.18,0.06,2002-11-11, -/games/boxart/full_2362009AmericaFrontccc.jpg,L.A. Rush,PS2,Racing,Midway Games,The Pitbull Syndicate Limited,,0.47,0.23,,0.18,0.06,2005-10-11, -/games/boxart/9880735ccc.jpg,Need for Speed Carbon,XB,Racing,Electronic Arts,EA Black Box,7.9,0.47,0.35,,0.1,0.02,2006-10-31, -/games/boxart/full_2287921AmericaFrontccc.jpg,Cars: Race-O-Rama,DS,Racing,THQ,Rainbow Studios,,0.47,0.35,,0.09,0.04,2009-10-13, -/games/boxart/1143092ccc.jpg,Emergency Heroes,Wii,Racing,Ubisoft,Ubisoft Barcelona / Ubisoft Reflections,,0.47,0.14,,0.27,0.05,2008-05-27, -/games/boxart/full_6342864AmericaFrontccc.jpg,Crash: Mind Over Mutant,X360,Platform,Activision,Radical Entertainment,,0.47,0.22,,0.2,0.05,2008-10-21, -/games/boxart/full_4254357AmericaFrontccc.jpg,Knack 2,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,6.7,0.47,0.14,0.01,0.25,0.07,2017-09-05,2018-09-23 -/games/boxart/full_503497AmericaFrontccc.jpg,The Godfather (JP sales),PS2,Action,Electronic Arts,Headgate,,0.47,0.39,,0.02,0.06,2006-03-21, -/games/boxart/8895646ccc.jpg,World Series of Poker,PS2,Misc,Activision,Activision Value,,0.47,0.39,,0.01,0.06,2005-08-31, -/games/boxart/full_james-bond-007-blood-stone_5AmericaFront.jpg,James Bond 007: Blood Stone,X360,Action,Activision,Bizarre Creations,6.2,0.47,0.2,0,0.23,0.05,2010-11-02, -/games/boxart/1777383ccc.jpg,Gauntlet Legends,PS,Action,Midway Games,Atari Games,,0.47,0.26,,0.18,0.03,2000-02-29, -/games/boxart/7959612ccc.jpg,NBA Live 99,N64,Sports,EA Sports,NuFX,,0.47,0.45,,0.02,0,1998-11-04, -/games/boxart/full_9262680AmericaFrontccc.jpg,NBA Live 07,X360,Sports,EA Sports,EA Canada,6,0.47,0.43,,0,0.04,2006-09-25, -/games/boxart/full_7646662AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,PSP,Sports,EA Sports,EA Canada,6.8,0.47,0.09,0.03,0.23,0.12,2010-04-27, -/games/boxart/full_1747833AmericaFrontccc.jpg,LEGO The Hobbit,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.47,0.12,,0.28,0.07,2014-04-08,2018-03-15 -/games/boxart/full_inazuma-eleven-3-sekai-e-no-chousen-the-ogre_940JapanFront.jpg,Inazuma Eleven 3: Sekai e no Chousen!! The Ogre,DS,Sports,Level 5,Level 5,,0.47,,0.47,,,2010-12-16, -/games/boxart/full_3180806AmericaFrontccc.jpg,Victorious Boxers: Ippo's Road to Glory,PS2,Fighting,Empire Interactive,New,,0.47,0.05,0.38,0.04,0.01,2001-11-05, -/games/boxart/9827312ccc.jpg,Karate,2600,Fighting,Unknown,Ultravision,,0.47,0.44,,0.03,0,1980-01-01, -/games/boxart/1665420ccc.jpg,The Sims 2: Pets,Wii,Simulation,Electronic Arts,Maxis,,0.47,0.41,,0.03,0.04,2007-06-12, -/games/boxart/full_2278274AmericaFrontccc.jpg,Viva Pinata: Trouble in Paradise,X360,Simulation,Microsoft Game Studios,Rare Ltd.,8.5,0.47,0.16,0.01,0.25,0.05,2008-09-02, -/games/boxart/982978ccc.jpg,Commando,2600,Action,Activision,Data East,,0.47,0.44,,0.02,0,1988-01-01, -/games/boxart/full_flingsmash_3AmericaFront.jpg,FlingSmash,Wii,Action,Nintendo,Artoon,3.8,0.47,0.37,0.07,0.01,0.02,2010-11-07, -/games/boxart/full_4640359AmericaFrontccc.png,Deadpool,PS4,Action,Activision,High Moon Studios,,0.47,0.26,,0.13,0.08,2015-11-18,2018-10-10 -/games/boxart/full_3286918PALFrontccc.jpg,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS4,Action,Square Enix,Omega Force,,0.47,0.05,0.3,0.09,0.03,2017-04-25, -/games/boxart/7337237ccc.jpg,Hamsterz Life,DS,Action,Ubisoft,Unknown,,0.47,0.43,,0.01,0.04,2006-11-28, -/games/boxart/full_7087671JapanFrontccc.jpg,Super Momotarou Dentetsu DX,SNES,Misc,Hudson Soft,Hudson Soft,,0.47,,0.47,,0,1995-12-08, -/games/boxart/9607412ccc.gif,Spider-Man: Friend or Foe,DS,Action,Activision,Artificial Mind and Movement,5.3,0.47,0.43,,0,0.04,2007-10-02, -/games/boxart/full_1808485AmericaFrontccc.jpg,TrackMania Turbo,PS4,Racing,Ubisoft,Nadeo,,0.47,0.04,,0.35,0.07,2016-03-22,2018-05-29 -/games/boxart/full_2510074AmericaFrontccc.jpg,Cars: Race-O-Rama,PS2,Racing,THQ,Rainbow Studios,,0.47,0.27,,0.03,0.17,2009-10-13, -/games/boxart/full_1546473AmericaFrontccc.jpg,Detective Pikachu,3DS,Adventure,Nintendo,Creatures Inc.,7.1,0.47,0.15,0.12,0.17,0.03,2018-03-23,2018-01-12 -/games/boxart/full_3164133AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War II",PC,Strategy,THQ,Relic,8.7,0.47,,,0.45,0.01,2009-02-19, -/games/boxart/full_6862679JapanFrontccc.jpg,Momotarou Dentetsu V,PS,Misc,Hudson Entertainment,Hudson,,0.47,,0.44,,0.03,1999-12-16, -/games/boxart/full_5011612AmericaFrontccc.jpg,MTV Music Generator,PS,Misc,Codemasters,Jester Interactive,,0.47,0.26,,0.18,0.03,1999-11-30, -/games/boxart/full_3433704AmericaFrontccc.jpg,Alien Trilogy,PS,Shooter,Acclaim Entertainment,Probe Entertainment Limited,8,0.47,0.24,0.04,0.16,0.03,1997-09-01, -/games/boxart/full_5040177AmericaFrontccc.jpg,Jurassic World Evolution,PS4,Simulation,Frontier Developments,Frontier Developments,,0.47,0.14,,0.25,0.08,2018-07-03,2018-04-20 -/games/boxart/9373927ccc.jpg,Microsoft Flight Simulator X,PC,Simulation,Microsoft Game Studios,ACES Studio/Microsoft Game Studios,,0.47,0.02,,0.41,0.04,2006-10-17, -/games/boxart/full_5589614AmericaFrontccc.jpg,Luigi's Mansion,3DS,Adventure,Nintendo,GREZZO,7.3,0.47,0.19,0.09,0.16,0.03,2018-10-12,2020-08-03 -/games/boxart/full_4412482AmericaFrontccc.jpg,Just Dance 2014,PS4,Music,Ubisoft,Ubisoft Paris,7.5,0.47,0.21,,0.18,0.08,2013-11-15,2018-03-08 -/games/boxart/8959203ccc.jpg,ICO,PS2,Adventure,Sony Computer Entertainment,Team ICO,8.8,0.47,0.23,,0.18,0.06,2001-09-24, -/games/boxart/full_silent-hill-downpour_522AmericaFront.jpg,Silent Hill: Downpour,PS3,Adventure,Konami,Konami,,0.47,0.21,0.04,0.16,0.06,2012-03-13, -/games/boxart/9744612ccc.jpg,Pirates of the Caribbean: Dead Man's Chest,GBA,Adventure,Buena Vista,Amaze Entertainment,,0.47,0.33,,0.12,0.01,2006-06-27, -/games/boxart/full_7407294AmericaFrontccc.jpg,Jake Power: Fireman,DS,Adventure,Ubisoft,Magic Pockets,,0.47,0.08,,0.34,0.05,2009-02-10, -/games/boxart/6409218ccc.jpg,NHL 97,PS,Sports,EA Sports,Visual Concepts,,0.47,0.26,,0.18,0.03,1996-10-31, -/games/boxart/3948052ccc.jpg,Fantavision,PS2,Puzzle,Sony Computer Entertainment,SCEI,8,0.47,0.14,0.19,0.11,0.04,2000-10-25, -/games/boxart/6029916ccc.jpg,Double Dragon,2600,Action,Activision,Activision,,0.47,0.45,,0.02,0.01,1989-07-23, -/games/boxart/full_6318040AmericaFrontccc.jpg,Madden NFL 17,X360,Sports,EA Sports,EA Tiburon,,0.47,0.37,,0.05,0.05,2016-08-23,2018-04-01 -/games/boxart/full_8318594AmericaFrontccc.jpg,Payday 2,PS3,Shooter,505 Games,Overkill Software,,0.47,0.24,,0.15,0.08,2013-08-13,2018-01-08 -/games/boxart/full_4077511AmericaFrontccc.jpg,Mario Sports Superstars,3DS,Sports,Nintendo,Namco Bandai Games,6,0.46,0.18,0.13,0.12,0.03,2017-03-24,2018-01-20 -/games/boxart/full_9215543AmericaFrontccc.jpg,Warhawk,PS,Simulation,Sony Computer Entertainment,SingleTrac,,0.46,0.25,,0.17,0.03,1995-11-10, -/games/boxart/5433557ccc.jpg,Top Spin,XB,Sports,Microsoft Game Studios,Pam Development,,0.46,0.36,,0.08,0.02,2003-10-28, -/games/boxart/full_7852617AmericaFrontccc.jpg,Rygar: The Legendary Adventure,PS2,Action,Tecmo,Tecmo,,0.46,0.2,0.06,0.15,0.05,2002-11-25, -/games/boxart/5643900ccc.jpg,Space Invaders,SNES,Shooter,Nintendo,Taito Corporation,,0.46,,0.46,,0,1997-11-01, -/games/boxart/default.jpg,Mega Man Star Force 3: Black Ace / Red Joker,DS,Role-Playing,Capcom,Capcom,5.7,0.46,0.22,0.22,,0.02,2009-06-30, -/games/boxart/full_7300960AmericaFrontccc.jpg,Dissidia Final Fantasy NT,PS4,Fighting,Square Enix,Square Enix,,0.46,0.19,0.16,0.06,0.05,2018-01-30,2018-01-10 -/games/boxart/full_7375445AmericaFrontccc.jpg,The Mark of Kri,PS2,Action,Sony Computer Entertainment,SCE San Diego Studio,,0.46,0.22,,0.18,0.06,2002-07-29,2018-09-24 -/games/boxart/1984638ccc.jpg,ATV Offroad Fury Pro,PSP,Racing,Sony Computer Entertainment,Climax Group,7.6,0.46,0.37,,0.04,0.04,2006-10-26, -/games/boxart/full_4285304JapanFrontccc.jpg,Momotarou Dentetsu 11,PS2,Misc,Hudson Soft,Hudson Soft,,0.46,,0.46,,,2002-12-05, -/games/boxart/full_2742511AmericaFrontccc.jpg,WWE 2K16,X360,Sports,Take-Two Interactive,Yuke's,,0.46,0.29,,0.13,0.04,2015-10-27,2018-04-11 -/games/boxart/full_6806718AmericaFrontccc.jpg,Kessen II,PS2,Strategy,KOEI,Koei,,0.46,0.13,0.2,0.1,0.03,2001-09-26, -/games/boxart/full_5522747AmericaFrontccc.jpg,Metal Gear Solid: The Essential Collection,PS2,Adventure,Konami,Konami Computer Entertainment Japan,9,0.46,0.23,,0.18,0.06,2008-03-18, -/games/boxart/full_fifa-soccer-12_962PALFront.jpg,FIFA Soccer 12,PC,Sports,EA Sports,EA Canada,9.1,0.46,0.04,,0.33,0.09,2011-09-27, -/games/boxart/2566240ccc.jpg,Imagine: Figure Skater (US sales),DS,Sports,Ubisoft,Spike Co.,,0.46,0.46,,0.01,,2008-03-04, -/games/boxart/8914236ccc.jpg,Harry Potter and the Order of the Phoenix,Wii,Adventure,Electronic Arts,EA UK,,0.46,0.38,,0.05,0.04,2007-06-25, -/games/boxart/75927ccc.jpg,Destroy All Humans!,XB,Adventure,THQ,Pandemic Studios,,0.46,0.34,,0.11,0.02,2005-06-21, -/games/boxart/full_1179975AmericaFrontccc.jpg,Minecraft: Story Mode - The Complete Adventure,NS,Adventure,Telltale Games,Telltale Games,,0.46,0.27,,0.15,0.04,2017-08-22,2018-08-07 -/games/boxart/9666269ccc.jpg,The Golden Compass,X360,Adventure,Sega,Shiny Entertainment,4.4,0.46,0.3,,0.12,0.04,2007-12-04, -/games/boxart/4337289ccc.jpg,Dragon Ball Z: Collectible Card Game,GBA,Misc,Infogrames,Magellan Interactive,6,0.46,0.33,,0.12,0.01,2002-05-29, -/games/boxart/5711224ccc.jpg,SingStar Amped,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.46,0.23,,0.18,0.06,2007-09-18, -/games/boxart/full_mx-vs-atv-alive_916AmericaFront.jpg,MX vs. ATV: Alive,PS3,Racing,THQ,Rainbow Studios,6.9,0.46,0.24,,0.15,0.07,2011-05-10, -/games/boxart/full_need-for-speed-hot-pursuit_764AmericaFront.jpg,Need for Speed: Hot Pursuit,Wii,Racing,Electronic Arts,Exient Entertainment,5,0.46,0.17,0,0.24,0.05,2010-11-16, -/games/boxart/full_1710836AmericaFrontccc.jpg,Hydro Thunder,PS,Racing,Midway Games,Blue Shift,,0.46,0.26,,0.17,0.03,2000-02-29, -/games/boxart/1452611ccc.jpg,Crash Nitro Kart,GBA,Racing,Vivendi Games,Vicarious Visions,7.7,0.46,0.33,,0.12,0.01,2003-11-11, -/games/boxart/1196889ccc.jpg,Gremlins,2600,Action,Atari,Atari,,0.46,0.43,,0.03,0,1984-01-01, -/games/boxart/full_8737952AmericaFrontccc.png,State of Decay 2,XOne,Action-Adventure,Microsoft Studios,Undead Labs,7,0.46,0.27,,0.14,0.04,2018-05-22,2018-09-25 -/games/boxart/5865049ccc.jpg,Dragon Ball Z: Sagas,PS2,Fighting,Atari,Avalanche Software,,0.46,0.38,,0.01,0.06,2005-03-22, -/games/boxart/full_wwe-smackdown-vs-raw-2011_8AmericaFront.jpg,WWE SmackDown vs. Raw 2011,Wii,Fighting,THQ,JAKKS Pacific,,0.46,0.29,,0.13,0.04,2010-10-26, -/games/boxart/8294019ccc.jpg,Bloody Roar II,PS,Fighting,Sony Computer Entertainment,Eighting / Raizing,8.2,0.46,0.25,,0.17,0.03,1999-04-30, -/games/boxart/full_2445931AmericaFrontccc.jpg,FIFA Soccer 13,PSV,Sports,EA Sports,EA Canada,,0.46,,0.05,0.32,0.1,2012-09-25,2018-04-06 -/games/boxart/2336082ccc.jpg,Mat Hoffman's Pro BMX 2,PS2,Sports,Activision,Rainbow Studios,8.1,0.46,0.23,,0.18,0.06,2002-08-12, -/games/boxart/full_4386792AmericaFrontccc.jpg,The Princess and the Frog,Wii,Platform,Disney Interactive Studios,Griptonite Games,,0.46,0.29,,0.13,0.04,2009-11-17, -/games/boxart/full_158478JapanFrontccc.jpg,Tales of Vesperia,PS3,Role-Playing,Namco Bandai,Namco Tales Studio,8,0.46,,0.46,,,2009-09-17, -/games/boxart/5868136ccc.jpg,Brothers In Arms: Earned In Blood,PS2,Action,Ubisoft,Unknown,,0.46,0.38,,0.01,0.06,2005-10-28, -/games/boxart/4116017ccc.jpg,Classic NES Series: Pac-Man,GBA,Puzzle,Nintendo,Nintendo,5.7,0.46,0.25,0.12,0.09,0.01,2004-06-02, -/games/boxart/full_7706945AmericaFrontccc.png,Jak and Daxter: The Lost Frontier,PS2,Platform,Sony Computer Entertainment,High Impact Games,7.5,0.46,0.22,,0.17,0.06,2009-11-03, -/games/boxart/full_732805AmericaFrontccc.jpg,Rayman Legends,X360,Platform,Ubisoft,Ubisoft Montpellier,,0.46,0.19,,0.24,0.04,2013-09-03,2018-03-20 -/games/boxart/full_6740686AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,DS,Platform,Vivendi Games,Tantalus,,0.46,0.26,,0.15,0.05,2008-10-21, -/games/boxart/full_7568066AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Snow Princess,DS,Platform,2K Play,Black Lantern Studios,,0.46,0.26,,0.16,0.04,2008-11-05, -/games/boxart/full_5531998AmericaFrontccc.jpg,Disney's Kim Possible 3: Team Possible,GBA,Platform,Disney Interactive Studios,Artificial Mind and Movement,9,0.46,0.33,,0.12,0.01,2005-08-21, -/games/boxart/full_7033644JapanFrontccc.jpg,Crayon Shin-Chan: Arashi o Yobu Enji,SNES,Platform,Bandai,Bandai,,0.46,,0.46,,0,1993-07-30, -/games/boxart/8837768ccc.jpg,Stuart Little 2,GBA,Platform,Activision,Creations,,0.46,0.33,,0.12,0.01,2002-07-12, -/games/boxart/full_967024AmericaFrontccc.jpg,Tak 2: The Staff of Dreams,GBA,Platform,THQ,Avalanche Software,,0.46,0.33,,0.12,0.01,2004-10-11, -/games/boxart/full_9631141AmericaFrontccc.jpg,Scooby-Doo,GBA,Platform,THQ,Helixe,,0.46,0.33,,0.12,0.01,2001-11-15, -/games/boxart/4515807ccc.jpg,Tomb Raider: Legend,PSP,Action,Eidos Interactive,Buzz Monkey,7.2,0.46,0.09,,0.25,0.12,2006-06-21, -/games/boxart/full_9250266AmericaFrontccc.jpg,LEGO DC Super-Villains,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.46,0.22,,0.17,0.08,2018-10-16,2018-06-04 -/games/boxart/full_3760499AmericaFrontccc.jpg,LEGO The Hobbit,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.46,0.2,,0.22,0.04,2014-04-08,2018-03-15 -/games/boxart/3680758ccc.gif,Crayola: Treasure Adventures,DS,Puzzle,Crave Entertainment,Crave Entertainment,,0.46,0.42,,0.01,0.03,2007-10-01, -/games/boxart/full_7310373AmericaFrontccc.jpg,Boom Blox Bash Party,Wii,Puzzle,Electronic Arts,EA Los Angeles,8.8,0.46,0.33,,0.09,0.04,2009-05-19, -/games/boxart/2979155ccc.jpg,Circus Atari,2600,Action,Atari,Atari,,0.46,0.43,,0.03,0,1978-01-01, -/games/boxart/full_5094092AmericaFrontccc.jpg,Disney Infinity 3.0,XOne,Action,Disney Interactive Studios,Avalanche Software,,0.46,0.3,,0.12,0.04,2015-08-30,2018-03-20 -/games/boxart/full_6361319AmericaFrontccc.jpg,Battlefield: Hardline,PS3,Shooter,Electronic Arts,EA DICE,,0.46,0.15,0.08,0.17,0.06,2015-03-17,2018-04-11 -/games/boxart/full_1038672AmericaFrontccc.jpg,Brothers In Arms: Road to Hill 30,PS2,Shooter,Ubisoft,Gearbox Software,,0.46,0.38,,0.01,0.06,2005-03-15, -/games/boxart/full_7791441AmericaFrontccc.jpg,Wolfenstein: The New Order,PS3,Shooter,Bethesda Softworks,MachineGames,,0.46,0.14,0.02,0.22,0.07,2014-05-20,2019-03-25 -/games/boxart/967797ccc.jpg,Brothers In Arms: D-Day,PSP,Shooter,Ubisoft,Gearbox Software,6.8,0.46,0.23,,0.14,0.09,2006-12-05, -/games/boxart/full_red-faction-armageddon_437AmericaFront.jpg,Red Faction: Armageddon,PS3,Shooter,THQ,Volition Inc.,7,0.46,0.2,0.03,0.15,0.07,2011-06-07, -/games/boxart/7121637ccc.jpg,NHL FaceOff '97,PS,Sports,Sony Computer Entertainment,Killer Game,,0.46,0.26,,0.17,0.03,1996-10-31, -/games/boxart/default.jpg,Country Dance 2,Wii,Misc,GameMill,High Voltage Software,,0.46,0.43,,,0.03,2011-11-01, -/games/boxart/full_1567303AmericaFrontccc.jpg,Jampack Winter 2003 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.46,0.22,,0.18,0.06,2003-10-15, -/games/boxart/5305446ccc.jpg,Syphon Filter: Logan's Shadow,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,8.4,0.46,0.25,,0.12,0.09,2007-10-02, -/games/boxart/full_8069084AmericaFrontccc.jpg,Hyrule Warriors: Definitive Edition,NS,Action,Nintendo,Omega Force,8,0.46,0.21,0.07,0.15,0.03,2018-05-18,2019-12-30 -/games/boxart/full_nickelodeon-team-umizoomi_228AmericaFront.jpg,Nickelodeon Team Umizoomi,DS,Action,2K Play,Black Lantern Studios,,0.46,0.42,,,0.04,2011-11-01, -/games/boxart/5871694ccc.jpg,Razor Freestyle Scooter,PS,Sports,Crave Entertainment,Shaba Games,,0.46,0.26,,0.17,0.03,2000-12-11, -/games/boxart/full_8728613AmericaFrontccc.jpg,Super Batter Up,SNES,Sports,Namco,Namco,,0.46,,0.46,,,1992-10-01, -/games/boxart/5422607ccc.jpg,SimCity Creator,Wii,Simulation,Electronic Arts,The Sims Studio,,0.46,0.36,0.04,0.03,0.04,2008-09-22, -/games/boxart/4964479ccc.jpg,MX vs. ATV Untamed,PS3,Racing,THQ,Rainbow Studios,,0.46,0.35,,0.06,0.05,2007-12-17, -/games/boxart/1196258ccc.jpg,Star Wars: Demolition,PS,Racing,LucasArts,"Luxoflux, Inc.",,0.46,0.25,,0.17,0.03,2000-11-12, -/games/boxart/full_9723307JapanFrontccc.jpg,Mother 1+2,GBA,Role-Playing,Nintendo,Ape Studios / HAL Laboratory / Brownie Brown,,0.46,,0.45,,0.01,2003-06-20, -/games/boxart/full_rugrats-castle-capers_610AmericaFront.jpg,Rugrats: Castle Capers,GBA,Action,THQ,Software Creations,,0.46,0.33,,0.12,0.01,2001-09-24, -/games/boxart/full_7791072AmericaFrontccc.jpg,Mass Effect Trilogy,PS3,Action,Electronic Arts,BioWare,,0.46,0.37,,,0.09,2012-12-04,2018-10-13 -/games/boxart/1711724ccc.jpg,.hack//Outbreak Part 3,PS2,Role-Playing,Bandai,CyberConnect2,7.1,0.46,0.14,0.17,0.11,0.04,2003-09-09, -/games/boxart/9518901ccc.gif,Delta Force: Black Hawk Down,PS2,Shooter,NovaLogic,Rebellion Developments,,0.46,0.22,,0.17,0.06,2005-07-26, -/games/boxart/full_2830177AmericaFrontccc.jpg,Iridion 3D,GBA,Shooter,Majesco,Shin'en GmbH,5.6,0.46,0.33,,0.12,0.01,2001-05-29, -/games/boxart/5568550ccc.jpg,Sled Storm,PS2,Racing,EA Sports BIG,EA Canada,,0.45,0.22,,0.17,0.06,2002-03-11, -/games/boxart/3331810ccc.jpg,Area 51,PS2,Shooter,Midway Games,Midway Studios Austin,7.7,0.45,0.22,,0.17,0.06,2005-04-25, -/games/boxart/1232716ccc.jpg,Enemy Territory: Quake Wars,X360,Shooter,Activision,Nerve Software,6.7,0.45,0.3,,0.11,0.04,2008-05-27, -/games/boxart/full_7555958AmericaFrontccc.jpg,Discovery Kids: Kitten Corner,DS,Simulation,505 Games,505 Games,,0.45,0.42,,,0.03,2009-03-26, -/games/boxart/full_2654713AmericaFrontccc.jpg,Walt Disney World Quest: Magical Racing Tour,PS,Racing,Eidos Interactive,Crystal Dynamics,,0.45,0.25,,0.17,0.03,2000-03-23, -/games/boxart/8630784ccc.jpg,ATV Quad Power Racing 2,XB,Racing,Acclaim Entertainment,Climax Entertainment,,0.45,0.36,,0.07,0.01,2003-01-21, -/games/boxart/6217511ccc.jpg,Vandal Hearts,PS,Role-Playing,Konami,Konami Computer Entertainment Tokyo,7.7,0.45,0.14,0.19,0.09,0.03,1997-03-27, -/games/boxart/full_9284279JapanFrontccc.jpg,Star Ocean 5: Integrity and Faithlessness,PS4,Role-Playing,Square Enix,tri-Ace,,0.45,0.1,0.16,0.13,0.05,2016-06-28, -/games/boxart/7381223ccc.jpg,Karaoke Revolution Presents American Idol Encore,Wii,Misc,Konami,Blitz Games,,0.45,0.42,,,0.03,2008-02-05, -/games/boxart/536987ccc.jpg,Brain Challenge,DS,Misc,Ubisoft,Gameloft,,0.45,0.41,,0.01,0.03,2008-01-08, -/games/boxart/full_2392363JapanFrontccc.jpg,God Eater 2,PSV,Misc,Namco Bandai Games,Shift,,0.45,,0.45,,,2013-11-14,2018-01-03 -/games/boxart/1949239ccc.jpg,Mario Golf: Advance Tour,GBA,Sports,Nintendo,Camelot Software Planning,,0.45,0.32,,0.12,0.01,2004-06-22, -/games/boxart/full_warhammer-40000-space-marine_765AmericaFront.jpg,"Warhammer 40,000: Space Marine",PS3,Shooter,THQ,Relic Entertainment,7.3,0.45,0.13,,0.24,0.08,2011-09-06, -/games/boxart/3001323ccc.jpg,Defender II,2600,Shooter,Atari,"Williams Electronic Games, Inc.",,0.45,0.42,,0.02,0,1988-01-01, -/games/boxart/full_1187828AmericaFrontccc.jpg,PES 2009: Pro Evolution Soccer,Wii,Sports,Konami,Konami,8.4,0.45,0.09,0.05,0.26,0.05,2009-03-17, -/games/boxart/full_fear-3_734AmericaFront.jpg,F.E.A.R. 3,PS3,Shooter,Warner Bros. Interactive,Day 1 Studios,7.8,0.45,0.21,0.01,0.16,0.07,2011-06-21, -/games/boxart/full_1406203JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12,PS2,Sports,Konami,PawaPuro Production,,0.45,,0.45,,,2005-07-14, -/games/boxart/full_9245346JapanFrontccc.jpg,J-League Excite Stage '95,SNES,Sports,Epoch,A-Max,,0.45,,0.45,,,1995-04-28, -/games/boxart/full_4991864AmericaFrontccc.jpg,NFL Head Coach,PS2,Sports,EA Sports,EA Tiburon,,0.45,0.38,,0.01,0.06,2006-06-20, -/games/boxart/full_2225257JapanFrontccc.jpg,World Stadium 2,PS,Sports,Namco,Namco,,0.45,,0.42,,0.03,1998-04-29, -/games/boxart/full_6515512AmericaFrontccc.png,NHL 15,X360,Sports,EA Sports,EA Canada,,0.45,0.35,,0.05,0.05,2014-09-09,2018-01-10 -/games/boxart/9674200ccc.jpg,Phantasy Star Online Episode I & II,GC,Role-Playing,Sega,Sonic Team,8.2,0.45,0.23,0.16,0.06,0.01,2002-10-29, -/games/boxart/full_7038821JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 3,SNES,Sports,Konami,Diamond Head,,0.45,,0.45,,,1996-02-29, -/games/boxart/8784711ccc.jpg,Enter the Matrix,GC,Action,Atari,Shiny Entertainment,6.5,0.45,0.34,0.02,0.09,0.01,2003-05-14, -/games/boxart/2431240ccc.jpg,Pirates of the Caribbean: At World's End,Wii,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.45,0.39,0.01,0.02,0.04,2007-05-22, -/games/boxart/full_1771972AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.45,0.16,0.09,0.15,0.06,2014-10-01,2018-08-01 -/games/boxart/4547981ccc.jpg,Bleach: The Blade of Fate,DS,Fighting,Sega,"Treasure Co., Ltd.",8.2,0.45,0.29,0.12,0.01,0.03,2007-10-09, -/games/boxart/4372230ccc.jpg,WWE WrestleMania 21,XB,Fighting,THQ,Studio Gigante,,0.45,0.34,,0.1,0.02,2005-04-20, -/games/boxart/full_6709635AmericaFrontccc.jpg,Fable Anniversary,X360,Role-Playing,Microsoft Studios,Lionhead Studios,,0.45,0.26,0.01,0.15,0.04,2014-02-04,2018-08-12 -/games/boxart/full_49769AmericaFrontccc.jpg,The Chronicles of Riddick: Escape From Butcher Bay,XB,Shooter,VU Games,Starbreeze Studios/Tigon Studios,,0.45,0.32,,0.11,0.02,2004-06-01, -/games/boxart/full_1501598AmericaFrontccc.jpg,Billiards,PS,Sports,Agetec,argent,,0.45,,0.45,,,2001-05-14, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_0AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,X360,Action,Electronic Arts,EA Bright Light,,0.45,0.21,,0.2,0.04,2010-11-09, -/games/boxart/full_6389994PALFrontccc.jpg,2 Games in 1: SpongeBob SquarePants: SuperSponge & Rugrats Go Wild,GBA,Platform,THQ,Climax Group / ImaginEngine,,0.45,0.33,,0.12,0.01,2005-03-04, -/games/boxart/full_6475281AmericaFrontccc.jpg,Skylanders: Trap Team,XOne,Platform,Activision,Toys for Bob,,0.45,0.34,,0.07,0.04,2014-10-05,2018-03-17 -/games/boxart/full_5575782AmericaFrontccc.jpg,Skylanders Imaginators,WiiU,Platform,Activision,Toys for Bob,,0.45,0.19,,0.22,0.04,2016-10-16,2018-03-26 -/games/boxart/full_3779451AmericaFrontccc.jpg,DmC Devil May Cry,X360,Action,Capcom,Ninja Theory,,0.45,0.27,0.01,0.13,0.04,2013-01-15,2018-05-01 -/games/boxart/full_3223661AmericaFrontccc.jpg,Apocalypse,PS,Action,Activision,Neversoft Entertainment,6.7,0.45,0.25,,0.17,0.03,1998-10-31, -/games/boxart/full_7316219AmericaFrontccc.jpg,Rampage World Tour,N64,Action,Midway Games,Saffire Corporation,,0.45,0.36,,0.08,0.01,1998-03-30, -/games/boxart/full_8712300AmericaFrontccc.jpg,Band Hero,DS,Misc,Activision,Vicarious Visions,6.3,0.45,0.22,,0.19,0.05,2009-11-03, -/games/boxart/2430647ccc.jpg,The Powerpuff Girls: Relish Rampage,PS2,Action,BAM! Entertainment,VIS Entertainment,3.8,0.45,0.22,,0.17,0.06,2002-11-24, -/games/boxart/full_2093952AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,PS2,Misc,Disney Interactive Studios,Zoe Mode,,0.45,0.09,,0.02,0.34,2009-02-17, -/games/boxart/full_disney-guilty-party_3AmericaFront.jpg,Disney Guilty Party,Wii,Misc,Disney Interactive Studios,Wideload Games,,0.45,0.42,,,0.03,2010-08-31, -/games/boxart/2710308ccc.jpg,NHL 2005,PS2,Sports,EA Sports,EA Canada,,0.45,0.22,,0.17,0.06,2004-09-20, -/games/boxart/full_2571058AmericaFrontccc.jpg,NCAA Gamebreaker 99,PS,Sports,989 Studios,989 Sports,,0.45,0.25,,0.17,0.03,1998-10-31, -/games/boxart/full_7813179AmericaFrontccc.png,L.A. Noire,NS,Adventure,Rockstar Games,Team Bondi,7.9,0.45,0.21,,0.21,0.04,2017-11-14,2018-06-19 -/games/boxart/full_1466538AmericaFrontccc.jpg,Yakuza Kiwami,PS4,Adventure,Sega,Sega,,0.45,0.13,0.21,0.07,0.04,2017-08-29,2018-01-03 -/games/boxart/1123263ccc.jpg,Sphinx and the Cursed Mummy,PS2,Adventure,THQ,Eurocom Entertainment Software,,0.45,0.22,,0.17,0.06,2003-11-10, -/games/boxart/5860721ccc.jpg,Scooby-Doo! Mystery Mayhem,PS2,Adventure,THQ,Artificial Mind and Movement,,0.45,0.22,,0.17,0.06,2004-03-02, -/games/boxart/full_3041092PALFrontccc.jpg,We Sing Encore,Wii,Misc,Nordic Games,Le Cortex,,0.45,,,0.4,0.05,2010-08-20, -/games/boxart/8349399ccc.jpg,Worms: Open Warfare 2,PSP,Strategy,THQ,Team17 Software / Two Tribes,8.1,0.45,0.04,,0.27,0.14,2007-09-04, -/games/boxart/4341658ccc.jpg,Sid Meier's Civilization Revolution,DS,Strategy,2K Games,Firaxis,8.2,0.45,0.37,0.02,0.03,0.03,2008-07-08, -/games/boxart/full_9058347JapanFrontccc.jpg,Attack on Titan: The Last Wings of Mankind,3DS,Action,Spike Chunsoft,Spike Chunsoft,,0.45,,0.45,,,2013-12-05,2019-01-29 -/games/boxart/4163530ccc.jpg,Ghostbusters,2600,Action,Activision,Atari,,0.45,0.42,,0.03,0,1985-05-10, -/games/boxart/full_2887847AmericaFrontccc.jpg,Dynasty Warriors: Strikeforce,PSP,Action,Tecmo Koei,Omega Force,6.4,0.45,0.03,0.38,0.02,0.02,2009-04-28, -/games/boxart/full_3689347AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,7.4,0.45,0.21,,0.21,0.04,2014-11-11,2018-12-01 -/games/boxart/full_6906875AmericaFrontccc.jpg,Just Dance 4,PS3,Music,Ubisoft,Ubisoft,,0.45,0.26,,0.11,0.08,2012-10-09,2018-01-31 -/games/boxart/full_7091994AmericaFrontccc.jpg,Command & Conquer: Red Alert 3,X360,Strategy,Bethesda Softworks,EA Los Angeles,7.4,0.45,0.18,,0.23,0.05,2008-11-11, -/games/boxart/full_7772505AmericaFrontccc.jpg,Tomb Raider: Underworld,Wii,Adventure,Eidos Interactive,Crystal Dynamics,6.3,0.45,0.13,,0.27,0.05,2008-11-18, -/games/boxart/full_5781678AmericaFrontccc.jpg,iCarly,Wii,Adventure,Activision,Blitz Games,,0.45,0.42,,0,0.03,2009-10-27, -/games/boxart/1790576ccc.jpg,American Girl: Kit Mystery Challenge!,DS,Adventure,THQ,"Webfoot Technologies, Inc.",,0.45,0.42,,,0.03,2008-06-23, -/games/boxart/6551143ccc.jpg,Barbie as The Island Princess,Wii,Adventure,Activision,Human Soft / Ivolgamus,,0.45,0.42,,0,0.03,2007-10-30, -/games/boxart/full_fatal-fury-2_2AmericaFront.jpg,Fatal Fury 2,SNES,Fighting,Takara,SNK Corporation,,0.45,,0.45,,0,1994-04-01, -/games/boxart/8518451ccc.jpg,Tekken Advance,GBA,Fighting,Namco,Eighting / Raizing,8.3,0.45,0.32,,0.12,0.01,2002-01-28, -/games/boxart/full_the-sims-3-ambitions_3AmericaFront.jpg,The Sims 3: Ambitions,PC,Simulation,Electronic Arts,EA Redwood Shores,7.9,0.45,,,0.29,0.16,2010-06-01, -/games/boxart/full_5698168PALFrontccc.png,Style Savvy: Styling Star,3DS,Simulation,Nintendo,syn Sophia,8.5,0.45,,0.14,0.29,0.02,2017-12-25,2018-09-05 -/games/boxart/2989208ccc.jpg,NASCAR 2005: Chase for the Cup,XB,Racing,EA Sports,EA Tiburon,,0.45,0.34,,0.1,0.02,2004-08-31, -/games/boxart/9229079ccc.jpg,Crash of the Titans,Wii,Action,Sierra Entertainment,Radical Entertainment,,0.45,0.39,,0.02,0.03,2007-10-02, -/games/boxart/4262641ccc.jpg,Maze Craze: A Game of Cops 'n Robbers,2600,Action,Atari,Atari,,0.45,0.42,,0.02,0,1978-01-01, -/games/boxart/full_6554628JapanFrontccc.jpg,Mobile Suit Gundam,PS,Action,Bandai,Bandai,,0.45,,0.42,,0.03,1995-06-23, -/games/boxart/3913712ccc.gif,Bee Movie Game,DS,Action,Activision,Vicarious Visions,6,0.45,0.41,,0,0.03,2007-10-30, -/games/boxart/full_54268AmericaFrontccc.jpg,Samurai Warriors: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.45,0.04,0.36,0.03,0.01,2004-11-09, -/games/boxart/1340248ccc.jpg,TNA iMPACT!,X360,Fighting,Midway Games,Midway Studios Los Angeles,6.4,0.45,0.26,,0.15,0.04,2008-09-09, -/games/boxart/5792956ccc.jpg,WWE Day of Reckoning,GC,Fighting,THQ,Yuke's Future Media Creators,8.1,0.45,0.35,,0.09,0.01,2004-08-30, -/games/boxart/full_scooby-doo-and-the-spooky-swamp_10AmericaFront.jpg,Scooby-Doo! and the Spooky Swamp,Wii,Action,Warner Bros. Interactive,Torus Games,7.6,0.45,0.29,,0.13,0.04,2010-09-14, -/games/boxart/full_3284170AmericaFrontccc.jpg,Hot Wheels: Stunt Track Challenge,GBA,Racing,THQ,Climax Group,5.3,0.45,0.32,,0.12,0.01,2004-11-10, -/games/boxart/3976617ccc.jpg,Jawbreaker,2600,Action,Tigervision,Tigervision,,0.45,0.42,,0.03,0,1982-01-01, -/games/boxart/full_9217059AmericaFrontccc.jpg,The New York Times Crosswords,DS,Puzzle,Majesco,BudCat Creations,,0.45,0.42,,0,0.03,2007-05-29, -/games/boxart/full_4853917AmericaFrontccc.jpg,Terraria,PS3,Action-Adventure,505 Games,Engine Software,,0.45,0.09,0.09,0.21,0.06,2013-07-30,2018-03-19 -/games/boxart/full_6471911AmericaFrontccc.jpg,Vin Diesel: Wheelman,X360,Racing,Ubisoft,Tigon,6.7,0.45,0.24,,0.17,0.04,2009-03-24, -/games/boxart/full_5343790AmericaFrontccc.jpg,Burnout Dominator,PSP,Racing,Electronic Arts,Criterion Games,7.8,0.45,0.02,0.01,0.38,0.05,2007-03-06, -/games/boxart/2525047ccc.jpg,Sega Rally Revo,X360,Racing,Sega,Sega Racing Studio,,0.45,0.12,,0.28,0.05,2007-10-09, -/games/boxart/2134856ccc.jpg,Silent Hill: Homecoming,X360,Action,Konami,Double Helix Games,7.6,0.45,0.25,,0.15,0.04,2008-09-30, -/games/boxart/9480778ccc.jpg,Pokémon Puzzle League,N64,Puzzle,Nintendo,Nintendo Software Technology Corporation,,0.45,0.36,,0.08,0.01,2000-09-01, -/games/boxart/full_2368162AmericaFrontccc.jpg,Despicable Me: The Game - Minion Mayhem,DS,Puzzle,D3 Publisher,WayForward Technologies,,0.45,0.37,,0.05,0.03,2010-07-06, -/games/boxart/full_8828718AmericaFrontccc.jpg,Skylanders: SuperChargers,PS4,Action-Adventure,Activision,Vicarious Visions,,0.45,0.29,,0.09,0.08,2015-09-20,2018-04-06 -/games/boxart/8974904ccc.jpg,Shin Megami Tensei: Persona 3,PS2,Role-Playing,Atlus,Atlus Co.,8.7,0.45,0.22,,0.03,0.2,2007-08-14, -/games/boxart/5145085ccc.jpg,Persona,PS,Role-Playing,Atlus,Atlus Co.,8.1,0.45,,0.42,,0.03,1996-01-01, -/games/boxart/full_7277119JapanFrontccc.jpg,Final Fantasy Collection,PS,Role-Playing,Square,TOSE,,0.45,,0.42,,0.03,1999-03-11, -/games/boxart/2761032ccc.jpg,Yu-Gi-Oh! Destiny Board Traveler,GBA,Misc,Konami,KCEJ,,0.45,0.32,,0.12,0.01,2004-10-26, -/games/boxart/3001854ccc.jpg,My Fashion Studio,DS,Misc,Ubisoft,505 Games,,0.45,0.41,,0.01,0.03,2008-06-10, -/games/boxart/157759ccc.jpg,Pokémon Pinball: Ruby & Sapphire (JP weekly sales),GBA,Misc,Nintendo,Jupiter Corporation,,0.45,,0.44,,0.01,2003-08-26, -/games/boxart/full_9449497AmericaFrontccc.jpg,LEGO Rock Band,DS,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,8.4,0.45,0.32,,0.09,0.04,2009-11-03, -/games/boxart/full_5499417PALFrontccc.jpg,SingStar Take That,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.45,,,0.06,0.39,2009-11-06, -/games/boxart/full_8882583AmericaFrontccc.jpg,Tales of Zestiria,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.45,0.18,0.04,0.16,0.07,2015-10-20, -/games/boxart/full_3323041AmericaFrontccc.png,Prey (2017),XOne,Shooter,Bethesda Softworks,Arkane Studios,,0.45,0.21,,0.2,0.04,2017-05-05,2018-01-18 -/games/boxart/2270759ccc.jpg,Phoenix,2600,Shooter,Atari,Centuri,,0.45,0.42,,0.02,0,1982-01-01, -/games/boxart/4719977ccc.jpg,Star Wars Jedi Knight: Jedi Academy,XB,Shooter,LucasArts,Vicarious Visions,,0.45,0.34,,0.1,0.02,2003-11-19, -/games/boxart/full_168665AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Generations,X360,Fighting,Namco Bandai Games,CyberConnect2,,0.45,0.26,0.01,0.14,0.04,2012-03-13,2018-09-12 -/games/boxart/full_3662650AmericaFrontccc.jpg,Missile Command,PS,Shooter,Hasbro Interactive,Meyer/Glass Interactive,,0.45,0.25,,0.17,0.03,1999-11-30, -/games/boxart/6163563ccc.jpg,Harvest Moon DS (US sales),DS,Simulation,Natsume,TOSE,,0.45,0.4,,0.05,,2006-09-12, -/games/boxart/full_the-sims-3-outdoor-living-stuff_193AmericaFront.jpg,The Sims 3: Outdoor Living Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.45,,,0.38,0.07,2011-02-01, -/games/boxart/full_fear-3_314AmericaFront.jpg,F.E.A.R. 3,X360,Shooter,Warner Bros. Interactive,Day 1 Studios,7.8,0.45,0.3,0.01,0.11,0.04,2011-06-21, -/games/boxart/full_1465998AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Fireteam Bravo 3,PSP,Shooter,Sony Computer Entertainment,Slant Six Games,7.5,0.45,0.17,0.06,0.13,0.09,2010-02-16, -/games/boxart/full_major-league-baseball-2k11_578AmericaFront.jpg,Major League Baseball 2K11,X360,Sports,2K Sports,Visual Concepts,,0.45,0.4,,0.03,0.03,2011-03-08, -/games/boxart/full_5451585AmericaFrontccc.jpg,NBA Live 2005,GC,Sports,EA Sports,EA Canada,8.5,0.45,0.35,,0.09,0.01,2004-09-28, -/games/boxart/full_5042273AmericaFrontccc.jpg,NBA Live 10,X360,Sports,EA Sports,EA Canada,,0.45,0.4,,0.02,0.03,2009-10-06, -/games/boxart/full_virtua-tennis-4_558AmericaFront.jpg,Virtua Tennis 4,PS3,Sports,Sega,Sega-AM2,6.4,0.45,0.09,0.03,0.24,0.08,2011-05-10, -/games/boxart/full_9672195AmericaFrontccc.jpg,Celebrity Sports Showdown,Wii,Sports,Electronic Arts,Electronic Arts,,0.45,0.18,,0.22,0.05,2008-10-20, -/games/boxart/full_brunswick-pro-bowling_821AmericaFront.jpg,Brunswick Pro Bowling,X360,Sports,Crave Entertainment,FarSight Studios,,0.45,0.38,,0.04,0.03,2010-12-07, -/games/boxart/full_560358JapanFrontccc.jpg,World Soccer Winning Eleven 5 Final Evolution,PS2,Sports,Konami,Konami,,0.45,,0.45,,,2001-12-13, -/games/boxart/full_2777909AmericaFrontccc.jpg,Ms. Pac-Man Maze Madness,PS,Puzzle,Namco,Namco,,0.44,0.25,,0.17,0.03,2000-09-08, -/games/boxart/default.jpg,Transformers: Fall of Cybertron,X360,Action,Activision,High Moon Studios,,0.44,0.28,,0.12,0.04,2012-08-21, -/games/boxart/full_7596606JapanFrontccc.jpg,World Stadium EX,PS,Sports,Namco,Namco,,0.44,,0.41,,0.03,1996-07-26, -/games/boxart/1028830ccc.jpg,Blood Omen: Legacy of Kain,PS,Role-Playing,Crystal Dynamics,Silicon Knights,7.8,0.44,0.25,,0.17,0.03,1996-11-14, -/games/boxart/full_5168648AmericaFrontccc.jpg,Eternal Sonata,PS3,Role-Playing,Namco Bandai,Tri-Crescendo,8.3,0.44,0.19,0.07,0.12,0.05,2008-10-21, -/games/boxart/full_hyperdimension-neptunia_903AmericaFront.jpg,Hyperdimension Neptunia,PS3,Role-Playing,NIS America,Compile Heart,5.3,0.44,0.22,0.07,0.1,0.04,2011-02-15, -/games/boxart/full_9367271AmericaFrontccc.jpg,Walk it Out!,Wii,Sports,Konami,Konami,,0.44,0.35,,0.06,0.03,2010-01-12, -/games/boxart/3862211ccc.jpg,NFL Blitz 20-03,PS2,Sports,Midway Games,Point of View,,0.44,0.21,,0.17,0.06,2002-08-12, -/games/boxart/full_9968348AmericaFrontccc.jpg,Remington Great American Bird Hunt,Wii,Sports,Mastiff,Kouyousha,,0.44,0.41,,,0.03,2009-10-27, -/games/boxart/5162134ccc.jpg,MX Unleashed,XB,Racing,THQ,Rainbow Studios,,0.44,0.34,,0.08,0.02,2004-02-17, -/games/boxart/full_need-for-speed-shift-2-unleashed_555AmericaFront.jpg,Need for Speed: Shift 2 Unleashed,X360,Racing,Electronic Arts,Slightly Mad Studios,8.5,0.44,0.18,,0.21,0.05,2011-03-29, -/games/boxart/4338932ccc.jpg,The Darkness,X360,Shooter,2K Games,Starbreeze,8.3,0.44,0.36,0.01,0.04,0.03,2007-06-25, -/games/boxart/full_7699023PALFrontccc.jpg,Resistance: Burning Skies,PSV,Shooter,Sony Computer Entertainment,Nihilistic Software,4.8,0.44,0.18,0.02,0.16,0.08,2012-05-29,2018-01-03 -/games/boxart/full_2045080AmericaFrontccc.jpg,Metro: Last Light,PS3,Shooter,Deep Silver,4a-games,,0.44,0.14,0.03,0.21,0.07,2013-05-14,2018-07-17 -/games/boxart/full_9527970AmericaFrontccc.jpg,Independence Day,PS,Shooter,Fox Interactive,Radical Entertainment,,0.44,0.25,,0.17,0.03,1997-02-28, -/games/boxart/full_2292325AmericaFrontccc.jpg,Battlefield 2: Modern Combat,PS2,Shooter,Electronic Arts,Digital Illusions,7.6,0.44,0.37,,0.01,0.06,2005-10-24, -/games/boxart/426602ccc.jpg,Star Wars: Jedi Starfighter,XB,Simulation,LucasArts,Secret Level,,0.44,0.35,,0.07,0.02,2002-05-13, -/games/boxart/full_6575111AmericaFrontccc.jpg,Crash: Mind Over Mutant,Wii,Platform,Activision,Radical Entertainment,7.5,0.44,0.35,,0.06,0.03,2008-10-07, -/games/boxart/5696361ccc.jpg,Nicktoons: Attack of the Toybots,Wii,Platform,THQ,Blue Tongue Entertainment,,0.44,0.4,,0,0.03,2007-10-23, -/games/boxart/full_shin-megami-tensei-devil-survivor-overclocked_117AmericaFront.jpg,Shin Megami Tensei: Devil Survivor Overclocked,3DS,Role-Playing,Atlus,Career Soft,7.6,0.44,0.34,0.06,0.01,0.04,2011-08-23,2018-01-14 -/games/boxart/1896114ccc.jpg,X-Men Legends II: Rise of Apocalypse,XB,Role-Playing,Activision,Raven Software,8.3,0.44,0.3,,0.12,0.02,2005-09-20, -/games/boxart/full_7297001AmericaFrontccc.jpg,God Eater 2: Rage Burst,PSV,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.44,,0.38,0.05,0.01,2016-10-01,2018-07-04 -/games/boxart/full_4581826AmericaFrontccc.jpg,Family Fest Presents Circus Games,Wii,Misc,Ubisoft,Kuju Entertainment,,0.44,0.1,,0.29,0.05,2008-10-21, -/games/boxart/full_9401650AmericaFrontccc.jpg,Yu-Gi-Oh! Capsule Monster Coliseum,PS2,Misc,Konami,Konami,,0.44,0.22,,0.17,0.06,2004-10-26, -/games/boxart/6035368ccc.jpg,Jampack Volume 13 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.44,0.37,,0.01,0.06,2005-10-18, -/games/boxart/3217621ccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",PS2,Misc,THQ,THQ Australia Studios Pty Ltd.,,0.44,0.37,,0.01,0.06,2005-10-21, -/games/boxart/full_2828397AmericaFrontccc.jpg,SingStar Queen,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,6.8,0.44,0.11,,0.25,0.07,2009-08-04, -/games/boxart/full_3391680AmericaFrontccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",GC,Misc,THQ,THQ Australia Studios Pty Ltd.,,0.44,0.34,,0.09,0.01,2005-10-21, -/games/boxart/full_8950665AmericaFrontccc.jpg,NBA Live 2000,N64,Sports,EA Sports,NuFX,,0.44,0.42,,0.02,0,1999-10-31, -/games/boxart/full_5169956AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,PS3,Platform,Vivendi Games,Etranges Libellules,,0.44,0.19,,0.19,0.07,2008-10-21, -/games/boxart/full_6970114AmericaFrontccc.jpg,Army Men World War: Final Front,PS,Action,3DO,3DO,,0.44,0.24,,0.17,0.03,2001-02-27, -/games/boxart/full_samurai-warriors-3_6AmericaFront.jpg,Samurai Warriors 3,Wii,Action,Nintendo,Omega Force,5.1,0.44,0.09,0.32,0.02,0.01,2010-09-27, -/games/boxart/full_spider-man-shattered-dimensions_4AmericaFront.jpg,Spider-Man: Shattered Dimensions,PS3,Action,Activision,Beenox Studios,,0.44,0.26,,0.13,0.05,2010-09-07, -/games/boxart/full_4475161PALFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,PSV,Racing,Sega,Sumo Digital,,0.44,0.09,,0.25,0.1,2012-12-18,2018-01-28 -/games/boxart/full_454288AmericaFrontccc.jpg,Battlebots: Design & Destroy,GBA,Action,Majesco,Cave Barn,4,0.44,0.31,,0.12,0.01,2003-08-31, -/games/boxart/full_power-rangers-spd_308AmericaFront.jpg,Power Rangers: S.P.D.,GBA,Action,THQ,Natsume,,0.44,0.31,,0.12,0.01,2005-09-08, -/games/boxart/full_5350566AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PSV,Action,Konami Digital Entertainment,Kojima Productions,,0.44,0.12,0.05,0.2,0.08,2012-06-12,2018-03-19 -/games/boxart/full_9837846AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,Wii,Action,D3 Publisher,Papaya Studio Corporation,,0.44,0.25,,0.15,0.04,2009-10-27, -/games/boxart/3490384ccc.jpg,Thrillville: Off the Rails,Wii,Strategy,LucasArts,Frontier Developments,,0.44,0.38,,0.02,0.03,2007-10-09, -/games/boxart/full_naughty-bear_7AmericaFront.jpg,Naughty Bear,PS3,Action,505 Games,Artificial Mind and Movement,4.5,0.44,0.18,,0.18,0.07,2010-06-29, -/games/boxart/full_7044595JapanFrontccc.jpg,Mobile Suit Gundam: One Year War,PS2,Action,Bandai,Namco,,0.44,,0.44,,,2005-04-07, -/games/boxart/full_scooby-doo-mystery-mayhem_326AmericaFront.jpg,Scooby-Doo! Mystery Mayhem,GBA,Action,THQ,Artificial Mind and Movement,,0.44,0.31,,0.12,0.01,2003-09-10, -/games/boxart/2594505ccc.jpg,Robert Ludlum's The Bourne Conspiracy,X360,Action,Sierra Entertainment,High Moon Studios,,0.44,0.26,,0.13,0.04,2008-06-03, -/games/boxart/full_2705996PALFrontccc.jpg,SingStar Motown,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.44,,,0.06,0.38,2009-11-10, -/games/boxart/full_8207815AmericaFrontccc.jpg,Hey! Pikmin,3DS,Platform,Nintendo,Arzest,6.8,0.44,0.17,0.17,0.08,0.03,2017-07-28,2018-02-03 -/games/boxart/3356646ccc.jpg,Major League Baseball 2K6,PS2,Sports,2K Sports,Kush Games,7.3,0.44,0.37,,0.01,0.06,2006-04-03, -/games/boxart/9261769ccc.jpg,World Soccer Winning Eleven 9,XB,Sports,Konami,Konami Computer Entertainment Tokyo,,0.44,0.06,0.02,0.33,0.03,2006-02-07, -/games/boxart/full_5953684AmericaFrontccc.jpg,G-Force,Wii,Action,Disney Interactive Studios,Eurocom Entertainment Software,7.5,0.44,0.19,,0.2,0.05,2009-07-21, -/games/boxart/7966794ccc.jpg,Spawn: Armageddon,PS2,Action,Namco,Point of View,,0.44,0.22,,0.17,0.06,2003-11-21, -/games/boxart/full_5803276AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.44,0.24,,0.17,0.04,2014-11-11,2018-12-01 -/games/boxart/full_2973525AmericaFrontccc.jpg,The Godfather (US sales),XB,Action,Electronic Arts,Headgate,,0.44,0.33,,0.1,0.02,2006-03-21, -/games/boxart/full_6913437AmericaFrontccc.jpg,Sleeping Dogs: Definitive Edition,PS4,Action,Square Enix,United Front Games,,0.44,0.16,,0.21,0.07,2014-10-14,2018-05-01 -/games/boxart/full_8478947AmericaFrontccc.jpg,50 Cent: Bulletproof,XB,Action,Vivendi Games,Genuine Games,,0.44,0.33,,0.1,0.02,2005-11-17, -/games/boxart/full_9850826JapanFrontccc.jpg,Densetsu no Stafi 2,GBA,Platform,Nintendo,TOSE,,0.44,,0.43,,0.01,2003-09-05, -/games/boxart/7393129ccc.jpg,Wario World,GC,Platform,Nintendo,"Treasure Co., Ltd.",7.5,0.44,0.34,,0.09,0.01,2003-06-24, -/games/boxart/full_1418910AmericaFrontccc.jpg,Skylanders SWAP Force,PS4,Misc,Activision,Unknown,,0.44,0.23,,0.14,0.08,2013-11-15, -/games/boxart/5936960ccc.jpg,Tiger Woods PGA Tour 2003,XB,Sports,EA Sports,EA Redwood Shores,,0.44,0.35,,0.08,0.01,2002-10-27, -/games/boxart/full_7856488AmericaFrontccc.jpeg,Sid Meier's Civilization VI,PC,Strategy,2K Games,Firaxis Games,,0.44,0.12,,0.29,0.03,2016-10-21,2018-12-19 -/games/boxart/full_7726898JapanFrontccc.jpg,Super Robot Taisen OG: Original Generations,PS2,Strategy,Banpresto,Banpresto,,0.44,,0.44,,,2007-06-28, -/games/boxart/full_8812178AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Tag Force 4,PSP,Strategy,Konami,Konami,7,0.44,0.19,0.12,0.07,0.05,2009-11-17, -/games/boxart/full_9123673AmericaFrontccc.jpg,SpongeBob's Atlantis SquarePantis,PS2,Adventure,THQ,Blitz Games,,0.44,0.36,,0.01,0.06,2007-10-23, -/games/boxart/5608586ccc.gif,The Thing,PS2,Adventure,VU Games,Computer Artworks,,0.44,0.22,,0.17,0.06,2002-08-19, -/games/boxart/full_1951382JapanFrontccc.jpg,Neon Genesis Evangelion,SAT,Adventure,Sega,Gainax,,0.44,,0.44,,,1996-03-01, -/games/boxart/full_tongari-boushi-to-mahou-no-otana_2JapanFront.jpg,Tongari Boushi to Mahou no Otana,DS,Simulation,Konami,Konami,,0.44,,0.44,,,2010-11-11, -/games/boxart/full_8727897AmericaFrontccc.jpg,Rock Band Country Track Pack,Wii,Misc,MTV Games,Harmonix Music Systems,,0.44,0.41,,,0.03,2009-07-21, -/games/boxart/full_6057600AmericaFrontccc.jpg,Story of Seasons,3DS,Misc,Xseed Games,Marvelous,7.7,0.44,,0.28,0.15,0.01,2015-03-31,2017-12-30 -/games/boxart/full_5622294AmericaFrontccc.jpg,Food Network: Cook or Be Cooked,Wii,Misc,Namco Bandai,Red Fly Studio,,0.44,0.41,,,0.03,2009-11-03, -/games/boxart/full_wheel-of-fortune_432AmericaFront.jpg,Wheel of Fortune,DS,Misc,THQ,"Pipeworks Software, Inc.",,0.44,0.41,,,0.03,2010-11-02, -/games/boxart/full_tetris-axis_485AmericaFront.jpg,Tetris Axis,3DS,Puzzle,Nintendo,Hudson Soft,7.8,0.44,0.2,0.06,0.14,0.03,2011-10-02, -/games/boxart/3927652ccc.jpg,Super Breakout,2600,Puzzle,Atari,Atari,,0.44,0.41,,0.03,0,1978-01-01, -/games/boxart/full_9525931AmericaFrontccc.jpg,LEGO DC Super-Villains,NS,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,7.8,0.44,0.28,,0.12,0.04,2018-10-16,2018-06-04 -/games/boxart/full_8002209JapanFrontccc.jpg,Super Bomberman 4,SNES,Puzzle,Hudson Soft,Produce!,,0.44,,0.44,,0,1996-04-26, -/games/boxart/full_3649866AmericaFrontccc.jpg,Bomberman II,NES,Puzzle,Hudson Soft,Hudson Soft,,0.44,0.16,0.15,0.03,0.1,1992-01-01, -/games/boxart/full_madden-nfl-12_503AmericaFront.jpg,Madden NFL 12,Wii,Sports,EA Sports,EA Tiburon,7,0.44,0.41,,,0.03,2011-08-30, -/games/boxart/full_6133860JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9,PS2,Sports,Konami,Diamond Head,,0.44,,0.44,,,2002-07-18, -/games/boxart/9109142ccc.jpg,Grind Session,PS,Sports,Sony Computer Entertainment,Shaba Games,,0.44,0.24,,0.17,0.03,2000-04-29, -/games/boxart/3898358ccc.jpg,LEGO Star Wars II: The Original Trilogy,XB,Action,LucasArts,Traveller's Tales,8.3,0.44,0.33,,0.1,0.02,2006-09-12, -/games/boxart/9796731ccc.jpg,Viking: Battle for Asgard,X360,Action,Sega,The Creative Assembly,6.2,0.44,0.16,,0.23,0.05,2008-03-25, -/games/boxart/full_3859457AmericaFrontccc.jpg,Transformers: Revenge of the Fallen -- Autobots,DS,Action,Activision,Vicarious Visions,,0.44,0.26,,0.14,0.04,2009-06-23, -/games/boxart/full_7315209AmericaFrontccc.jpg,Deadpool,X360,Action,Activision,High Moon Studios,,0.44,0.26,,0.14,0.04,2013-06-25,2018-10-10 -/games/boxart/full_3127820AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,PS3,Action,LucasArts,Krome Studios,,0.44,0.19,,0.18,0.07,2009-10-06, -/games/boxart/default.jpg,Transformers: Dark of the Moon - Autobots/Decepticons,DS,Action,Activision,Behaviour Interactive Inc.,,0.44,0.32,,0.08,0.04,2011-06-14, -/games/boxart/3720297ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,PS2,Action,Konami,Konami,,0.44,0.22,,0.17,0.06,2004-10-19, -/games/boxart/full_1705819AmericaFrontccc.jpg,Ninja Gaiden 3,PS3,Action,Tecmo Koei,Team Ninja,,0.44,0.19,0.11,0.09,0.05,2012-03-20,2018-04-24 -/games/boxart/full_van-helsing_797AmericaFront.jpg,Van Helsing,PS2,Action,VU Games,Saffire Corporation,,0.44,0.22,,0.17,0.06,2004-05-06, -/games/boxart/full_4849719AmericaFrontccc.jpg,Jump Start Pet Rescue,Wii,Misc,Knowledge Adventure,Knowledge Adventure Inc.,,0.44,0.41,,,0.03,2009-09-08, -/games/boxart/full_4971795JapanFrontccc.jpg,Taiko no Tatsujin: Doki! Shinkyoku Darake no Haru Matsuri,PS2,Misc,Namco,Namco,,0.44,,0.44,,,2003-03-27, -/games/boxart/full_5988024AmericaFrontccc.jpeg,Pro Evolution Soccer 2016,PS3,Sports,Konami Digital Entertainment,PES Productions,,0.44,0.11,0.16,0.12,0.05,2015-09-15,2018-04-14 -/games/boxart/1549456ccc.jpg,Tony Hawk's Proving Ground,PS3,Sports,Activision,Neversoft Entertainment,,0.44,0.36,,0.05,0.04,2007-10-15, -/games/boxart/full_7086150AmericaFrontccc.jpg,EA Sports UFC 3,XOne,Sports,EA Sports,EA Vancouver,,0.44,0.3,,0.1,0.04,2018-02-02,2018-02-11 -/games/boxart/full_9938212AmericaFrontccc.jpg,2014 FIFA World Cup Brazil,X360,Sports,EA Sports,EA Canada,7.3,0.44,0.15,0,0.25,0.03,2014-04-15,2018-03-22 -/games/boxart/9114934ccc.jpg,Puppy Luv: Spa and Resort,DS,Simulation,Activision,Humagade,,0.44,0.4,,0,0.03,2007-09-18, -/games/boxart/653ccc.jpg,The Urbz: Sims in the City (all regions sales),DS,Simulation,Electronic Arts,Griptonite Games,,0.44,0.4,0.02,0.01,,2004-11-17, -/games/boxart/full_1711965AmericaFrontccc.jpg,Dance Dance Revolution: Hottest Party 3,Wii,Simulation,Konami,Bemani,,0.44,0.26,,0.14,0.04,2009-10-27, -/games/boxart/full_8427683AmericaFrontccc.jpg,Petz: Catz 2,Wii,Simulation,Ubisoft,Yuke's Media Creations,,0.44,0.4,,0.01,0.03,2007-11-14, -/games/boxart/6244495ccc.jpg,Chocobo Racing,PS,Racing,Square EA,SquareSoft,5.4,0.44,0.07,0.3,0.05,0.03,1999-07-31, -/games/boxart/8367568ccc.jpg,Duke Nukem 64,N64,Shooter,GT Interactive,EurocoEntertainment Software,,0.44,0.35,,0.08,0.01,1997-10-31, -/games/boxart/7737465ccc.jpg,TimeSplitters 2,GC,Shooter,Eidos Interactive,Free Radical Design,,0.44,0.34,,0.09,0.01,2002-10-16, -/games/boxart/full_3186950JapanFrontccc.jpg,Gundam SEED: Federation vs. Z.A.F.T.,PS2,Shooter,Bandai,Capcom,,0.44,,0.44,,,2005-11-17, -/games/boxart/full_5796453AmericaFrontccc.jpg,Star Fox: Zero,WiiU,Shooter,Nintendo,Nintendo EPD,6.7,0.44,0.2,0.09,0.12,0.03,2016-04-22,2018-11-18 -/games/boxart/full_3580586AmericaFrontccc.jpg,Karaoke Revolution,Wii,Misc,Konami,Blitz Games,,0.44,0.24,,0.16,0.04,2009-11-24, -/games/boxart/full_9547871JapanFrontccc.jpg,Naruto: Gekitou Ninja Taisen! 3,GC,Fighting,Tomy Corporation,Eighting/Raizing,,0.44,,0.43,,0.01,2004-11-20, -/games/boxart/full_1431882AmericaFrontccc.jpg,Naruto: Ultimate Ninja 3 (US sales),PS2,Fighting,Namco Bandai,CyberConnect2,,0.44,0.36,,0.01,0.06,2008-03-25, -/games/boxart/full_child-of-eden_713AmericaFront.jpg,Child of Eden,X360,Shooter,Ubisoft,Q Entertainment,8.3,0.44,0.28,,0.12,0.04,2011-06-14, -/games/boxart/full_1761553JapanFrontccc.jpg,Wonder Project J: Kikai no Shonen Pino,SNES,Simulation,Enix,Almanic Corp.,,0.43,,0.43,,,1994-12-09, -/games/boxart/full_8731604AmericaFrontccc.jpg,Bakugan: Battle Brawlers,PS2,Action,Activision,MTO,,0.43,0.21,,0.16,0.05,2009-10-20, -/games/boxart/full_1832878AmericaFrontccc.jpg,NBA 2K18,NS,Sports,2K Sports,Visual Concepts,7.5,0.43,0.3,0.03,0.06,0.04,2017-09-19,2018-01-05 -/games/boxart/full_8161810AmericaFrontccc.jpg,NBA 2K13,Wii,Sports,2K Sports,Visual Concepts,,0.43,0.36,,0.03,0.04,2012-10-02,2018-01-04 -/games/boxart/410758ccc.jpg,Classic NES Series: Metroid,GBA,Adventure,Nintendo,Nintendo,,0.43,0.26,0.07,0.1,0.01,2004-10-25, -/games/boxart/2058729ccc.jpg,EyeToy: AntiGrav,PS2,Sports,Sony Computer Entertainment,Harmonix Music Systems,,0.43,0.36,,0.01,0.06,2004-11-09, -/games/boxart/full_deer-drive_6AmericaFront.jpg,Deer Drive,DS,Sports,Mastiff,SCS Software,,0.43,0.4,,,0.03,2010-09-14, -/games/boxart/full_112355AmericaFrontccc.jpg,TouchMaster 3,DS,Puzzle,Warner Bros. Interactive,Midway Studios San Diego,,0.43,0.29,,0.11,0.04,2009-10-23, -/games/boxart/full_7266770AmericaFrontccc.jpg,Master of Illusion,DS,Puzzle,Nintendo,Tenyo,,0.43,0.16,0.26,0,0.01,2007-11-26, -/games/boxart/152686ccc.jpg,Madden NFL 2002,N64,Sports,EA Sports,BudCat Games,,0.43,0.41,,0.02,0,2001-09-12, -/games/boxart/full_barbie-jet-set-amp-style_655AmericaFront.jpg,"Barbie: Jet, Set & Style!",DS,Misc,THQ,THQ,,0.43,0.34,,0.05,0.04,2011-09-20, -/games/boxart/full_monopoly_4AmericaFront.jpg,Monopoly,PS2,Misc,Electronic Arts,EA Bright Light,,0.43,0.21,,0.16,0.05,2008-10-20, -/games/boxart/full_1524862AmericaFrontccc.jpg,Skylanders: SuperChargers,PS3,Action-Adventure,Activision,Vicarious Visions,,0.43,0.2,,0.16,0.07,2015-09-20,2018-04-06 -/games/boxart/7017217ccc.jpg,Mega Man Zero 2,GBA,Platform,Capcom,Inti Creates,,0.43,0.18,0.17,0.07,0.01,2003-10-14, -/games/boxart/7327608ccc.jpg,Bionicle,PS2,Platform,Electronic Arts,Argonaut Games,,0.43,0.21,,0.17,0.06,2003-10-20, -/games/boxart/2811626ccc.jpg,Backyard Baseball,GBA,Sports,Atari,Game Brains,,0.43,0.31,,0.11,0.01,2002-05-30, -/games/boxart/full_4381466AmericaFrontccc.jpg,NHL FaceOff 99,PS,Sports,989 Studios,Killer Game,,0.43,0.24,,0.16,0.03,1998-09-30, -/games/boxart/full_6350722AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,PSP,Action,D3 Publisher,1st Playable Productions,,0.43,0.13,,0.19,0.11,2009-10-27, -/games/boxart/full_9153971AmericaFrontccc.jpg,LEGO Marvel's Avengers,PS3,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.43,0.13,,0.23,0.07,2016-01-26,2018-04-06 -/games/boxart/full_3804081AmericaFrontccc.jpg,Dora the Explorer: Dora Puppy,DS,Misc,2K Play,Take-Two Interactive,,0.43,0.39,,0.01,0.03,2009-11-03, -/games/boxart/3735935ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",PS2,Adventure,Buena Vista,Traveller's Tales,,0.43,0.36,,0.01,0.06,2005-11-14, -/games/boxart/full_dancestar-party_746PALFront.jpg,DanceStar Party,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.43,,,0.34,0.09,2011-10-21, -/games/boxart/8892642ccc.jpg,The Fairly Odd Parents: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.43,0.31,,0.11,0.01,2004-05-14, -/games/boxart/5348577ccc.jpg,Cool Boarders,PS,Sports,Sony Computer Entertainment,UEP Systems,,0.43,0.1,0.24,0.07,0.03,1996-12-31, -/games/boxart/full_9242010AmericaFrontccc.jpg,Midway Arcade Treasures,XB,Misc,Midway Games,Digital Eclipse,,0.43,0.33,,0.08,0.01,2003-11-24, -/games/boxart/8726372ccc.jpg,Disney Sing It,X360,Misc,Disney Interactive Studios,Zoe Mode,,0.43,0.39,,0.01,0.03,2008-10-21, -/games/boxart/full_8541607AmericaFrontccc.jpg,NHL 19,PS4,Sports,EA Sports,EA Canada,,0.43,0.26,,0.09,0.08,2018-09-14,2018-06-23 -/games/boxart/4322710ccc.jpg,Madden NFL 2003,GC,Sports,EA Sports,EA Tiburon,9.1,0.43,0.33,,0.09,0.01,2002-08-12, -/games/boxart/full_929846AmericaFrontccc.jpg,Rocksmith 2014,XOne,Music,Ubisoft,Ubisoft San Francisco,9,0.43,0.31,,0.08,0.04,2016-10-04,2018-03-08 -/games/boxart/3952339ccc.jpg,My Spanish Coach,DS,Misc,Ubisoft,Sensory Sweep Studios,,0.43,0.4,,0,0.03,2007-11-06, -/games/boxart/full_3700700AmericaFrontccc.jpg,Trials Fusion,PS4,Misc,Ubisoft,Unknown,,0.43,0.13,0.01,0.23,0.07,2014-04-16, -/games/boxart/full_4894610AmericaFrontccc.jpg,Primal,PS2,Action,Sony Computer Entertainment,SCEE Cambridge,7.1,0.43,0.21,,0.17,0.06,2003-03-25, -/games/boxart/full_2843035AmericaFrontccc.jpg,Def Jam Icon,PS3,Action,Electronic Arts,Unknown,6.6,0.43,0.16,0,0.19,0.07,2007-03-06, -/games/boxart/full_asuras-wrath_264AmericaFront.jpg,Asura's Wrath,PS3,Action,Capcom,CyberConnect2,,0.43,0.2,0.06,0.12,0.05,2012-02-21, -/games/boxart/8438223ccc.jpg,Hunter: The Reckoning Wayward,PS2,Action,VU Games,High Voltage Software,,0.43,0.21,,0.16,0.06,2003-09-09, -/games/boxart/full_barbie-groom-and-glam-pups_1AmericaFront.jpg,Barbie: Groom and Glam Pups,DS,Action,THQ,THQ,,0.43,0.25,,0.14,0.04,2010-11-16, -/games/boxart/2014737ccc.jpg,Barnstorming,2600,Action,Activision,Activision,,0.43,0.4,,0.02,0,1982-01-01, -/games/boxart/full_5937607AmericaFrontccc.jpg,Nicktoons Unite!,GBA,Action,THQ,Climax Group,,0.43,0.31,,0.12,0.01,2005-10-27, -/games/boxart/559802ccc.gif,SEGA Classics Collection,PS2,Misc,Sega,Sega,,0.43,0.21,,0.16,0.05,2005-03-22, -/games/boxart/full_7027891AmericaFrontccc.jpg,Just Dance 2017,WiiU,Music,Ubisoft,Ubisoft Paris,,0.43,0.19,,0.21,0.04,2016-10-25,2018-04-06 -/games/boxart/full_5136522AmericaFrontccc.jpg,Skylanders Imaginators,PS4,Platform,Activision,Toys for Bob,,0.43,0.18,,0.18,0.07,2016-10-16,2018-03-30 -/games/boxart/9251800ccc.jpg,SSX Tricky,XB,Sports,EA Sports BIG,EA Canada,,0.43,0.32,,0.09,0.02,2001-12-10, -/games/boxart/640900ccc.jpg,NCAA Football 2004,XB,Sports,EA Sports,EA Tiburon,,0.43,0.4,,0.02,0.02,2003-07-16, -/games/boxart/full_atelier-totori-the-adventurer-of-arland_685AmericaFront.jpg,Atelier Totori: The Adventurer of Arland,PS3,Role-Playing,NIS America,Gust,7.8,0.43,0.12,0.21,0.07,0.03,2011-09-27, -/games/boxart/4229612ccc.jpg,EverQuest Online Adventures,PS2,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.43,0.21,,0.16,0.05,2003-02-09, -/games/boxart/full_9386928AmericaFrontccc.jpg,Alpha Protocol,PS3,Role-Playing,Sega,Obsidian Entertainment,,0.43,0.19,,0.17,0.07,2010-06-01, -/games/boxart/full_108026AmericaFrontccc.jpg,InuYasha: The Secret of the Cursed Mask,PS2,Role-Playing,Bandai,Kamui,,0.43,0.21,,0.17,0.06,2004-11-02, -/games/boxart/full_3672187AmericaFrontccc.jpg,Ghostbusters: The Video Game,PS2,Action,Atari,Red Fly Studio,,0.43,0.15,,0.04,0.24,2009-06-16, -/games/boxart/7949979ccc.gif,Spec Ops: Covert Assault,PS,Shooter,Take-Two Interactive,Runecraft,,0.43,0.24,,0.16,0.03,2001-06-28, -/games/boxart/437262ccc.jpg,NiGHTS into dreams...,SAT,Platform,Sega,Sonic Team,9.1,0.43,,0.43,,0,1996-08-01, -/games/boxart/full_9490636AmericaFrontccc.jpg,Need for Speed Underground 2,GBA,Racing,Electronic Arts,Pocketeers,6.5,0.43,0.31,,0.12,0.01,2004-11-15, -/games/boxart/3263196ccc.gif,Petz: Horsez 2,DS,Simulation,Ubisoft,Ubisoft,,0.43,0.39,,,0.03,2007-11-14, -/games/boxart/6526050ccc.jpg,Mobile Suit Gundam: Zeonic Front,PS2,Simulation,Bandai,Sunrise Interactive,,0.43,0.09,0.25,0.07,0.02,2002-01-15, -/games/boxart/9306692ccc.gif,Petz Bunnyz,DS,Simulation,Ubisoft,Ubisoft,,0.43,0.39,,0.01,0.03,2008-03-04, -/games/boxart/1612451ccc.jpg,TimeSplitters,PS2,Shooter,Eidos Interactive,Free Radical Design,,0.43,0.21,,0.17,0.06,2000-10-23, -/games/boxart/full_1863419AmericaFrontccc.jpg,MLB 2002,PS,Sports,Sony Computer Entertainment,989 Sports,,0.43,0.24,,0.16,0.03,2001-05-07, -/games/boxart/full_3864755AmericaFrontccc.jpg,Sin and Punishment: Star Successor,Wii,Shooter,Nintendo,"Treasure Co., Ltd.",8.4,0.43,0.19,0.06,0.14,0.03,2010-06-27, -/games/boxart/full_9745171AmericaFrontccc.jpg,Doom (2016),NS,Shooter,Bethesda Softworks,id Software,8.2,0.43,0.24,0.01,0.15,0.04,2017-11-10,2018-01-05 -/games/boxart/full_2507689AmericaFrontccc.jpg,Destiny: The Taken King,PS3,Shooter,Activision,Bungie,,0.43,0.21,0.03,0.12,0.07,2015-09-15,2018-04-20 -/games/boxart/full_okamiden_117AmericaFront.jpg,OkamiDen,DS,Adventure,Capcom,Capcom,8.3,0.43,0.21,0.13,0.07,0.02,2011-03-15, -/games/boxart/full_9365360AmericaFrontccc.jpg,WipEout 64,N64,Racing,Midway Games,Psygnosis,,0.43,0.28,,0.14,0.01,1998-11-03, -/games/boxart/full_6553342AmericaFrontccc.jpg,Sniper Elite III,XOne,Shooter,505 Games,Rebellion Developments,,0.43,0.27,,0.12,0.04,2014-07-01,2018-09-22 -/games/boxart/full_1619265AmericaFrontccc.jpg,The Powerpuff Girls: Him and Seek,GBA,Platform,BAM! Entertainment,Vicarious Visions,,0.43,0.31,,0.11,0.01,2002-10-29, -/games/boxart/5975038ccc.jpg,007: Quantum of Solace,PS2,Shooter,Activision,Treyarch,7.8,0.43,0.17,0,0,0.26,2008-11-04, -/games/boxart/full_1516596AmericaFrontccc.jpg,Castlevania: Dawn of Sorrow,DS,Platform,Konami,Konami,8.9,0.43,0.34,0.03,0.03,0.03,2005-10-04, -/games/boxart/full_4849445AmericaFrontccc.jpg,Mischief Makers,N64,Platform,Nintendo,"Treasure Co., Ltd.",6.5,0.43,0.25,0.07,0.06,0.06,1997-10-01, -/games/boxart/full_2970306AmericaFrontccc.jpg,MLB 14 The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,8.2,0.43,0.35,,,0.08,2014-04-01,2018-03-16 -/games/boxart/full_3265291AmericaFrontccc.jpg,Crash: Mind Over Mutant,PSP,Platform,Activision,Virtuos,4.8,0.43,0.11,,0.21,0.11,2008-10-21, -/games/boxart/276348ccc.jpg,MLB 08: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.42,0.35,,0.01,0.06,2008-03-04, -/games/boxart/full_3771758AmericaFrontccc.jpg,Hello Neighbor,XOne,Action,Gearbox Software,Dynamic Pixels,,0.42,0.27,,0.11,0.04,2017-12-08,2017-12-31 -/games/boxart/full_6276890AmericaFrontccc.jpg,NHL Slapshot,Wii,Sports,EA Sports,EA Canada,7.6,0.42,0.39,,,0.03,2010-09-07, -/games/boxart/full_931107AmericaFrontccc.jpg,Cabela's Legendary Adventures,PS2,Sports,Activision,Sand Grain Studios,,0.42,0.21,,0.16,0.05,2008-09-17, -/games/boxart/full_1201289JapanFrontccc.jpg,Dragon Quest X,WiiU,MMO,Square Enix,Square Enix,,0.42,,0.42,,,2013-03-30,2018-04-22 -/games/boxart/full_9256624AmericaFrontccc.jpg,International Superstar Soccer Pro '98,PS,Sports,Konami,KCET,,0.42,0.02,0.35,0.02,0.03,1998-08-11, -/games/boxart/2083168ccc.jpg,Yu-Gi-Oh! GX: Tag Force 2,PSP,Strategy,Konami,Konami,,0.42,0.03,0.1,0.19,0.1,2007-09-18, -/games/boxart/6870380ccc.jpg,Mega Man Legends 2,PS,Adventure,Capcom,Capcom,,0.42,0.17,0.1,0.12,0.03,2000-10-24, -/games/boxart/full_8678304JapanFrontccc.jpg,Super Famista 4,SNES,Sports,Namco,Namco,,0.42,,0.42,,0,1995-03-03, -/games/boxart/1581818ccc.jpg,Thrillville: Off the Rails,PS2,Strategy,LucasArts,Frontier Developments,,0.42,0.2,,0.16,0.05,2007-10-09, -/games/boxart/7887992ccc.jpg,Army Men: Sarge's Heroes 2,N64,Shooter,3DO,3DO,6,0.42,0.34,,0.07,0,2000-09-26, -/games/boxart/389597ccc.jpg,ESPN NHL 2K5,XB,Sports,Sega,Kush Games,,0.42,0.32,,0.09,0.02,2004-08-30, -/games/boxart/full_nba-2k11_2AmericaFront.jpg,NBA 2K11,PSP,Sports,2K Sports,Visual Concepts,,0.42,0.39,,,0.03,2010-10-05, -/games/boxart/full_3112673AmericaFrontccc.jpg,2010 FIFA World Cup South Africa,Wii,Sports,EA Sports,EA Canada,6.8,0.42,0.23,0.01,0.15,0.04,2010-04-27, -/games/boxart/full_557729AmericaFrontccc.jpg,Solitaire Overload,DS,Misc,Telegames,Cosmigo,,0.42,0.39,,,0.03,2007-10-26, -/games/boxart/full_419146AmericaFrontccc.jpg,NBA Street,GC,Sports,EA Sports BIG,NuFX,,0.42,0.33,,0.09,0.01,2002-02-17, -/games/boxart/3069832ccc.jpg,NHL 2K6,PS2,Sports,2K Sports,Kush Games,,0.42,0.21,,0.16,0.05,2005-09-07, -/games/boxart/full_6853316AmericaFrontccc.jpg,Dog's Life,PS2,Adventure,Hip Interactive,Frontier Developments,,0.42,0.21,,0.16,0.05,2004-09-14, -/games/boxart/full_6321473AmericaFrontccc.jpg,Medal of Honor: Rising Sun,GC,Shooter,Electronic Arts,EA Los Angeles,6.6,0.42,0.33,,0.09,0.01,2003-11-11, -/games/boxart/full_9350957AmericaFrontccc.jpg,25 To Life,PS2,Shooter,Eidos Interactive,Avalanche Software / Ritual Entertainment,,0.42,0.35,,0.01,0.06,2006-01-17, -/games/boxart/full_6900807AmericaFrontccc.jpg,Zack & Wiki: Quest for Barbaros' Treasure,Wii,Adventure,Capcom,Capcom,8.7,0.42,0.18,0.03,0.16,0.04,2007-10-23, -/games/boxart/full_3609732AmericaFrontccc.jpg,Harry Potter and the Goblet of Fire,GC,Adventure,Electronic Arts,Electronic Arts,6.7,0.42,0.32,,0.08,0.01,2005-11-08, -/games/boxart/full_4716011AmericaFrontccc.jpg,The X Files,PS,Adventure,Fox Interactive,HyperBole Studios,,0.42,0.24,,0.16,0.03,1999-09-30, -/games/boxart/8359814ccc.jpg,James Bond 007: Everything or Nothing,GC,Shooter,Electronic Arts,EA Redwood Shores,7.4,0.42,0.32,,0.08,0.01,2004-02-17, -/games/boxart/full_7898419AmericaFrontccc.jpg,Call of Duty: Black Ops II,WiiU,Shooter,Activision,Treyarch,8.6,0.42,0.2,,0.18,0.04,2012-11-18,2018-01-05 -/games/boxart/full_7106923AmericaFrontccc.jpg,Call of Duty: Advanced Warfare,PC,Shooter,Activision,Sledgehammer Games,8.6,0.42,0.17,,0.22,0.03,2014-11-04,2018-01-04 -/games/boxart/6595149ccc.jpg,BloodRayne,PS2,Shooter,Majesco,Terminal Reality,,0.42,0.2,,0.16,0.05,2002-10-15, -/games/boxart/full_4387610JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11,PS2,Sports,Konami,Diamond Head,,0.42,,0.42,,,2004-07-15, -/games/boxart/full_8265854AmericaFrontccc.jpg,Black,XB,Shooter,Electronic Arts,Criterion Games,,0.42,0.31,,0.09,0.01,2006-02-28, -/games/boxart/3812098ccc.jpg,Tony Hawk's American Wasteland,GC,Sports,Activision,Neversoft Entertainment,8.4,0.42,0.33,,0.08,0.01,2005-10-18, -/games/boxart/9326043ccc.jpg,Star Wars Starfighter: Special Edition,XB,Simulation,LucasArts,Secret Level,,0.42,0.3,,0.1,0.02,2001-11-26, -/games/boxart/full_5520640AmericaFrontccc.jpg,Blazing Angels: Squadrons of WWII,X360,Simulation,Ubisoft,Ubisoft Romania,6.4,0.42,0.36,,0.02,0.03,2006-03-23, -/games/boxart/6132266ccc.jpg,All-Star Baseball 2004,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.42,0.21,,0.16,0.05,2003-03-01, -/games/boxart/8346473ccc.jpg,Big Strike Bowling,PS,Sports,Take-Two Interactive,Coresoft,,0.42,0.23,,0.16,0.03,2003-05-19, -/games/boxart/full_5642022AmericaFrontccc.jpg,Farming Simulator 2015,PS3,Simulation,Focus Home Interactive,Giants Software,,0.42,0.13,,0.22,0.07,2015-05-19,2018-04-11 -/games/boxart/full_6074285PALFrontccc.jpg,FIFA 14,Wii,Sports,EA Sports,EA Canada,,0.42,,,0.4,0.02,2013-09-24,2018-09-15 -/games/boxart/2610011ccc.jpg,NBA Live 06,PSP,Sports,EA Sports,EA Canada,8.1,0.42,0.39,,0,0.03,2005-10-04, -/games/boxart/full_9754390AmericaFrontccc.jpg,Spec Ops: The Line,X360,Shooter,2K Games,Yager Development,,0.42,0.21,,0.18,0.04,2012-06-26,2018-09-17 -/games/boxart/full_2527615AmericaFrontccc.jpg,Petz: Horsez 2,Wii,Simulation,Ubisoft,Ubisoft,,0.42,0.39,,,0.03,2007-11-14, -/games/boxart/full_9797369AmericaFrontccc.png,NHL 15,XOne,Sports,EA Sports,EA Canada,,0.42,0.32,,0.06,0.04,2014-09-09,2018-01-10 -/games/boxart/full_227080AmericaFrontccc.png,LEGO Rock Band,PS3,Misc,Warner Bros. Interactive,TT Games / Harmonix Music Systems,7.4,0.42,0.24,,0.12,0.06,2009-11-03, -/games/boxart/full_just-dance-summer-party_162AmericaFront.jpg,Just Dance: Summer Party,Wii,Misc,Ubisoft,Ubisoft Paris,,0.42,0.4,,,0.03,2011-07-19, -/games/boxart/full_1456868AmericaFrontccc.jpg,Guitar Hero: Smash Hits,X360,Misc,Activision,Neversoft Entertainment,7.1,0.42,0.23,,0.15,0.04,2009-06-16, -/games/boxart/7442278ccc.jpg,Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005,GBA,Misc,Konami,Konami,,0.42,0.3,,0.11,0.01,2005-02-15, -/games/boxart/full_9835827PALFrontccc.jpg,Double Pack: Finding Nemo / The Incredibles,XB,Action,THQ,Traveller's Tales / Heavy Iron Studios,,0.42,0.31,,0.09,0.01,2006-01-30, -/games/boxart/full_7961439AmericaFrontccc.jpg,Naruto: Ninja Council 3,DS,Action,D3 Publisher,Aspect,,0.42,0.39,,,0.03,2007-05-22, -/games/boxart/full_4693961AmericaFrontccc.jpg,Castlevania: The Dracula X Chronicles,PSP,Platform,Konami,Konami,8,0.42,0.22,0.04,0.09,0.07,2007-10-23, -/games/boxart/full_552188AmericaFrontccc.jpg,Jimmy Neutron: Boy Genius,GBA,Platform,THQ,Human Soft,,0.42,0.3,,0.11,0.01,2001-11-09, -/games/boxart/9819730ccc.jpg,Mega Man X6,PS,Platform,Capcom,Capcom,,0.42,0.14,0.16,0.1,0.03,2001-12-04, -/games/boxart/full_8084568AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,GBA,Platform,Activision,Griptonite Games,,0.42,0.3,,0.11,0.01,2004-11-10, -/games/boxart/full_9171754JapanFrontccc.jpg,Famicom Mini: Super Mario Bros. 2,GBA,Platform,Nintendo,Nintendo EAD,,0.42,,0.41,,0.01,2004-08-10, -/games/boxart/4650513ccc.jpg,The Legend of Spyro: The Eternal Night,PS2,Platform,Sierra Entertainment,Krome Studios,,0.42,0.21,,0.16,0.05,2007-10-02, -/games/boxart/full_3263606AmericaFrontccc.jpg,Mega Man Anniversary Collection,GC,Platform,Capcom,Atomic Planet Entertainment,7.5,0.42,0.32,,0.08,0.01,2004-06-22, -/games/boxart/full_4445742AmericaFrontccc.jpg,Dance Dance Revolution Ultramix 2,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,0.42,0.32,,0.09,0.02,2004-11-18, -/games/boxart/full_2500104AmericaFrontccc.jpg,Mirror's Edge Catalyst,PS4,Platform,Electronic Arts,EA DICE,,0.42,0.13,0.03,0.19,0.06,2016-06-07,2018-09-04 -/games/boxart/8718226ccc.jpg,Superman: Shadow of Apokolips,PS2,Action,Atari,Infogrames,,0.42,0.21,,0.16,0.05,2002-09-25, -/games/boxart/8895417ccc.jpg,Lord of the Rings: The Third Age,XB,Role-Playing,Electronic Arts,EA Redwood Shores,,0.42,0.31,,0.09,0.01,2004-11-02, -/games/boxart/full_tera_476AmericaFront.jpg,TERA,PC,Role-Playing,Unknown,En Masse,,0.42,0.25,,0.13,0.04,, -/games/boxart/full_4707937JapanFrontccc.jpg,Arc the Lad III,PS,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,0.42,,0.39,,0.03,1999-10-28, -/games/boxart/full_6645726JapanFrontccc.jpg,Grandia,SAT,Role-Playing,ESP,Game Arts,8.7,0.42,,0.42,,,1997-12-18, -/games/boxart/full_ragnarok-odyssey_55JapanFront.jpg,Ragnarok Odyssey,PSV,Role-Playing,Xseed Games,Game Arts,,0.42,0.2,0.16,0.01,0.05,2012-10-30, -/games/boxart/7070567ccc.jpg,Mega Man Battle Network,GBA,Role-Playing,Capcom,Capcom,,0.42,0.14,0.22,0.05,0.01,2001-10-30, -/games/boxart/full_5618368JapanFrontccc.jpg,Neon Genesis Evangelion 2nd Impression,SAT,Role-Playing,Sega,Sega,,0.42,,0.42,,0,1997-03-07, -/games/boxart/full_4587814AmericaFrontccc.jpg,Fossil Fighters: Frontier,3DS,Role-Playing,Nintendo,Spike Chunsoft,,0.42,0.13,0.23,0.04,0.02,2015-03-20,2018-01-16 -/games/boxart/full_6160350AmericaFrontccc.jpg,NASCAR Kart Racing,Wii,Racing,EA Sports,Electronic Arts North Carolina,,0.42,0.39,,,0.03,2009-02-10, -/games/boxart/5214138ccc.jpg,The Sims,XB,Simulation,Electronic Arts,Maxis,,0.42,0.31,,0.1,0.01,2003-03-24, -/games/boxart/full_horsez_1AmericaFront.jpg,Horsez,DS,Simulation,Ubisoft,MTO,4,0.42,0.38,,0.01,0.03,2006-11-28, -/games/boxart/full_2638166JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 6,N64,Sports,Konami,Diamond Head,,0.42,,0.39,,0.03,1999-03-25, -/games/boxart/full_6898695AmericaFrontccc.jpg,Colony Wars,PS,Simulation,Psygnosis,Psygnosis,8.8,0.42,0.24,,0.16,0.03,1997-11-04, -/games/boxart/full_vanquish_5AmericaFront.jpg,Vanquish,X360,Shooter,Sega,PlatinumGames,8.3,0.42,0.19,0.03,0.16,0.04,2010-10-19, -/games/boxart/full_6513712AmericaFrontccc.jpg,NASCAR Thunder 2002,PS,Racing,EA Sports,EA Black Box,,0.42,0.23,,0.16,0.03,2001-10-02, -/games/boxart/full_3738682AmericaFrontccc.jpg,Crash: Mind Over Mutant,DS,Platform,Activision,TOSE,,0.42,0.38,,0,0.03,2008-10-07, -/games/boxart/full_969495AmericaFrontccc.jpg,Dishonored: Definitive Edition,PS4,Action,Bethesda Softworks,Arkane Studios,,0.42,0.12,0.02,0.21,0.06,2015-08-25,2018-04-04 -/games/boxart/9555169ccc.jpg,NFL Blitz 2001,N64,Action,Midway Games,Unknown,,0.42,0.34,,0.07,0,2000-09-12, -/games/boxart/full_4845581AmericaFrontccc.jpg,The Suffering,PS2,Action,Midway Games,Surreal Software,,0.42,0.2,,0.16,0.05,2004-03-09, -/games/boxart/4076809ccc.jpg,Pirates of the Caribbean: At World's End,PS2,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.42,0.2,,0.16,0.05,2007-05-22, -/games/boxart/3704717ccc.jpg,Castlevania: Curse of Darkness,PS2,Action,Konami,Konami,7.2,0.42,0.18,0.05,0.14,0.05,2005-11-01, -/games/boxart/3410149ccc.jpg,Avatar: The Last Airbender - The Burning Earth,PS2,Action,THQ,THQ Australia,,0.42,0.21,,0.16,0.05,2007-10-16, -/games/boxart/3513609ccc.jpg,Command & Conquer 3: Tiberium Wars,X360,Strategy,Electronic Arts,EA Los Angeles,7.6,0.42,0.35,,0.04,0.03,2007-05-08, -/games/boxart/full_dai-2-ji-super-robot-taisen-z-hakai-hen_106JapanFront.jpg,Dai-2-Ji Super Robot Taisen Z: Hakai-hen,PSP,Strategy,Banpresto,Banpresto,,0.42,,0.42,,,2011-04-14, -/games/boxart/full_7431646AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,DS,Action,D3 Publisher,1st Playable Productions,,0.42,0.22,,0.16,0.04,2009-10-27, -/games/boxart/full_3646542AmericaFrontccc.jpg,Saints Row IV: Re-Elected,PS4,Action,Deep Silver,Volition Inc.,,0.42,0.15,0.03,0.18,0.06,2015-01-20,2018-04-30 -/games/boxart/862284ccc.jpg,Pirates of the Caribbean: At World's End,PSP,Action,Disney Interactive Studios,Eurocom Entertainment Software,6,0.42,0.15,,0.17,0.1,2007-05-22, -/games/boxart/full_7752222AmericaFrontccc.jpg,Juiced: Eliminator,PSP,Racing,THQ,Juice Games,6.6,0.42,0.11,,0.2,0.12,2006-06-28, -/games/boxart/full_4785425JapanFrontccc.jpg,Super Wagyan Land,SNES,Action,Namco,Namco,,0.42,,0.42,,,1991-12-13, -/games/boxart/2615240ccc.jpg,Sonic Gems Collection,GC,Misc,Sega,Sonic Team,6.9,0.42,0.32,,0.08,0.01,2005-08-16, -/games/boxart/full_6772721AmericaFrontccc.jpg,Metal Gear Solid: The Legacy Collection,PS3,Misc,Konami Digital Entertainment,Konami,,0.42,0.31,0.03,0.01,0.07,2013-07-09,2018-09-12 -/games/boxart/3136105ccc.jpg,The Fairly Odd Parents: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.42,0.3,,0.11,0.01,2004-05-14, -/games/boxart/full_6176668AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),DS,Action,THQ,Heavy Iron Studios,,0.42,0.42,,0,,2009-10-26, -/games/boxart/410493ccc.png,Star Wars Trilogy: Apprentice of the Force,GBA,Action,Ubisoft,LucasArts,,0.42,0.3,,0.11,0.01,2004-09-21, -/games/boxart/full_5829109AmericaFrontccc.jpg,American Chopper,PS2,Racing,Activision,Creat Studio,,0.42,0.35,,0.01,0.06,2004-11-25, -/games/boxart/full_1911251AmericaFrontccc.jpg,F1 2014,PS3,Racing,Codemasters,Codemasters Birmingham,,0.42,0.07,0.02,0.27,0.06,2014-10-21, -/games/boxart/858356ccc.jpg,Rush 2: Extreme Racing USA,N64,Racing,Midway Games,Atari Games,,0.42,0.35,,0.06,0,1998-11-10, -/games/boxart/6728265ccc.jpg,Test Drive,XB,Racing,Atari,Pitbull Syndicate,,0.42,0.35,,0.05,0.02,2002-05-27, -/games/boxart/full_3128326JapanFrontccc.jpg,JGTC: All-Japan Grand Touring Car Championship,PS,Racing,TYO,TYO,,0.42,0.23,,0.16,0.03,1998-06-18, -/games/boxart/590036ccc.jpg,Dr. Mario 64,N64,Puzzle,Nintendo,Newcom,6,0.42,0.34,,0.07,0,2001-04-08, -/games/boxart/5019037ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,PS2,Action,THQ,Krome Studios,,0.42,0.21,,0.16,0.05,2003-09-16, -/games/boxart/3809719ccc.jpg,Hot Wheels World Race,PS2,Racing,THQ,Climax Group,,0.42,0.21,,0.16,0.05,2003-10-29, -/games/boxart/988826ccc.jpg,Cyber Troopers Virtual-On,SAT,Fighting,Sega,Sega-AM3,,0.42,,0.42,,,1996-11-30, -/games/boxart/full_2356608AmericaFrontccc.jpg,X-Men vs. Street Fighter,PS,Fighting,Capcom,Capcom,,0.42,0.16,0.12,0.11,0.03,1998-01-01, -/games/boxart/full_tron-evolution_5AmericaFront.jpg,TRON: Evolution,PS3,Action,Disney Interactive Studios,Propaganda Games,,0.42,0.27,,0.1,0.05,2010-12-07, -/games/boxart/302675ccc.jpg,Rascal,PS,Action,Sony Computer Entertainment,Traveller's Tales,,0.42,0.24,,0.16,0.03,1998-03-31, -/games/boxart/9621518ccc.jpg,High Rollers Casino,PS2,Misc,Mud Duck Productions,Bethesda Softworks,,0.42,0.2,,0.16,0.05,2004-11-10, -/games/boxart/full_6884960AmericaFrontccc.jpg,How to Train Your Dragon,Wii,Action,Activision,Etranges Libellules,6.6,0.42,0.23,,0.15,0.04,2010-03-23, -/games/boxart/full_1300815AmericaFrontccc.jpg,Up,PSP,Adventure,THQ,THQ,,0.41,0.24,,0.09,0.07,2009-05-26, -/games/boxart/full_madden-nfl-football_641AmericaFront.jpg,Madden NFL Football,3DS,Sports,EA Sports,EA Tiburon,4.5,0.41,0.37,,0.01,0.03,2011-03-22, -/games/boxart/full_the-smurfs_662AmericaFront.jpg,The Smurfs,DS,Adventure,Ubisoft,Ubisoft,,0.41,0.23,,0.14,0.04,2011-07-19, -/games/boxart/full_7241903AmericaFrontccc.jpg,Cars: Race-O-Rama,PSP,Racing,THQ,Rainbow Studios,,0.41,0.29,,0.07,0.06,2009-10-13, -/games/boxart/6947113ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,XB,Shooter,Ubisoft,Red Storm Entertainment,,0.41,0.26,,0.13,0.02,2005-09-06, -/games/boxart/5265559ccc.jpg,TimeShift,X360,Shooter,Sierra Entertainment,Saber Interactive,7,0.41,0.36,,0.02,0.03,2007-10-30, -/games/boxart/full_6007302AmericaFrontccc.jpg,Destiny: The Collection,XOne,Shooter,Activision,Bungie,,0.41,0.25,,0.12,0.04,2016-09-19,2018-09-14 -/games/boxart/full_6537422AmericaFrontccc.jpg,Battlefield 2: Modern Combat,X360,Shooter,Electronic Arts,Digtal Illusions,7.8,0.41,0.35,0.01,0.02,0.03,2006-04-11, -/games/boxart/3230948ccc.jpg,Medal of Honor Heroes 2,Wii,Shooter,Electronic Arts,Team Fusion,,0.41,0.33,0.01,0.04,0.03,2007-11-13, -/games/boxart/7474120ccc.jpg,Armored Core,PS,Simulation,Sony Computer Entertainment,From Software,7.2,0.41,0.13,0.16,0.09,0.03,1997-10-31, -/games/boxart/full_3272232JapanFrontccc.jpg,Densha De Go! 2,PS,Simulation,Taito,Taito Corporation,,0.41,,0.38,,0.03,1999-03-18, -/games/boxart/full_536917AmericaFrontccc.jpg,Zone of the Enders: The 2nd Runner,PS2,Simulation,Konami,Konami Computer Entertainment Japan,8.6,0.41,0.15,0.11,0.12,0.04,2003-03-10, -/games/boxart/full_8163979AmericaFrontccc.jpg,Farming Simulator 2015,PS4,Simulation,Focus Home Interactive,Giants Software,,0.41,0.13,,0.22,0.07,2015-05-19,2018-04-11 -/games/boxart/full_7557170PALFrontccc.jpg,World Soccer Jikkyou Winning Eleven 2000: U-23 Medal heno Chousen,PS,Sports,Konami,KCET,,0.41,,0.39,,0.03,2001-03-23, -/games/boxart/full_top-spin-4_759AmericaFront.jpg,Top Spin 4,X360,Sports,2K Sports,2K Czech,8.2,0.41,0.15,,0.22,0.04,2011-03-15, -/games/boxart/full_1047414AmericaFrontccc.jpg,NBA 2K9,PS2,Sports,2K Sports,Visual Concepts,7,0.41,0.34,,0.01,0.06,2008-10-07, -/games/boxart/full_5484512JapanFrontccc.jpg,Jikkyou Powerful Pro Yakuu '94,SNES,Sports,Konami,Konami,,0.41,,0.41,,,1994-03-11, -/games/boxart/full_nba-jam_6AmericaFront.jpg,NBA Jam,Wii,Sports,EA Sports,EA Canada,8,0.41,0.36,,0.02,0.02,2010-10-05, -/games/boxart/full_wwe-all-stars_965AmericaFront.jpg,WWE All Stars,PS3,Fighting,THQ,THQ,7.6,0.41,0.16,,0.18,0.07,2011-03-29, -/games/boxart/full_harvest-moon-grand-bazaar_573AmericaFront.jpg,Harvest Moon: Grand Bazaar,DS,Simulation,Natsume,Marvelous Interactive,,0.41,0.21,0.13,0.05,0.02,2010-08-24, -/games/boxart/full_1938386AmericaFrontccc.jpg,Armored Core 2: Another Age,PS2,Simulation,Agetec,From Software,,0.41,0.11,0.19,0.08,0.03,2001-08-20, -/games/boxart/full_3282529AmericaFrontccc.jpg,Pro Pinball,PS,Misc,Interplay,Cunning Developments,,0.41,0.23,,0.15,0.03,1996-09-30, -/games/boxart/full_4514062AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,PSP,Action,LucasArts,Krome Studios,,0.41,0.21,,0.13,0.07,2009-10-06, -/games/boxart/full_7347332AmericaFrontccc.jpg,Grudge Warriors,PS,Action,Take-Two Interactive,Tempest Software,,0.41,0.23,,0.16,0.03,2000-06-05, -/games/boxart/full_804208JapanFrontccc.jpg,Mobile Suit Gundam,SAT,Action,Bandai,CRI,,0.41,,0.41,,,1995-12-22, -/games/boxart/full_2690178AmericaFrontccc.jpg,MLB 10: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.41,0.2,,0.16,0.05,2010-03-02, -/games/boxart/full_2097038AmericaFrontccc.jpg,Cool Boarders 2001,PS,Sports,Sony Computer Entertainment,Idol Minds Digital Entertainment,,0.41,0.23,,0.16,0.03,2000-10-31, -/games/boxart/full_green-day-rock-band_4AmericaFront.jpg,Green Day: Rock Band,X360,Misc,MTV Games,Harmonix Music Systems,7.8,0.41,0.24,,0.13,0.04,2010-06-08, -/games/boxart/full_6813786JapanFrontccc.jpg,Yu-Gi-Oh! The Eternal Duelist Soul (JP sales),GBA,Misc,Konami,Konami Computer Entertainment Japan,,0.41,,0.4,,0.01,2001-07-05, -/games/boxart/full_just-dance-kids-2_933AmericaFront.jpg,Just Dance Kids 2,X360,Misc,Ubisoft,Ubisoft,,0.41,0.29,,0.08,0.03,2011-10-25, -/games/boxart/4043184ccc.jpg,Dexter's Laboratory Deesaster Strikes,GBA,Adventure,BAM! Entertainment,Virtucraft,6.5,0.41,0.3,,0.11,0.01,2001-09-26, -/games/boxart/7261806ccc.jpg,Superman: The New Superman Adventures,N64,Action,Titus,Titus Software,,0.41,0.33,,0.07,0,1999-05-31, -/games/boxart/full_2935681AmericaFrontccc.jpg,The Terminator: Dawn of Fate,PS2,Action,Atari,Paradigm Entertainment,,0.41,0.2,,0.16,0.05,2002-09-16, -/games/boxart/full_8238237AmericaFrontccc.jpg,Mass Effect Trilogy,X360,Action,Electronic Arts,BioWare,,0.41,0.28,,0.09,0.04,2012-11-06,2018-10-13 -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_7AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,DS,Action,Electronic Arts,EA Bright Light,,0.41,0.19,,0.18,0.04,2010-11-09, -/games/boxart/9778305ccc.jpg,From Russia with Love,PS2,Action,Electronic Arts,EA Redwood Shores,,0.41,0.34,,0.01,0.06,2005-11-01, -/games/boxart/full_4595308AmericaFrontccc.jpg,Scooby-Doo and the Cyber Chase,GBA,Adventure,THQ,Software Creations,,0.41,0.3,,0.11,0.01,2001-12-31, -/games/boxart/full_6984009AmericaFrontccc.jpg,Marvel Super Hero Squad,DS,Adventure,THQ,Halfbrick Studios,,0.41,0.36,,0.02,0.03,2009-10-20, -/games/boxart/full_6903718AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,GC,Action,Midway Games,Midway,8.6,0.41,0.31,,0.08,0.01,2002-11-17, -/games/boxart/653060ccc.jpg,Tomb Raider: The Last Revelation,PC,Action,Eidos Interactive,Core Design Ltd.,,0.41,0.41,,0,,1999-10-31, -/games/boxart/2610587ccc.jpg,Crash of the Titans,PS2,Action,Sierra Entertainment,Unknown,,0.41,0.34,,0.01,0.06,2007-10-04, -/games/boxart/full_7744261AmericaFrontccc.jpg,NBA Jam,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.41,0.2,,0.16,0.05,2003-09-23, -/games/boxart/full_7090052AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,PS2,Role-Playing,Activision,n-Space,,0.41,0.23,,0.02,0.16,2009-09-15, -/games/boxart/full_8194774AmericaFrontccc.jpg,Sword Art Online: Hollow Realization,PS4,Role-Playing,Namco Bandai Games,Aquria,,0.41,0.18,0.12,0.06,0.05,2016-11-08,2019-03-22 -/games/boxart/full_rune-factory-3-a-fantasy-harvest-moon_10AmericaFront.jpg,Rune Factory 3: A Fantasy Harvest Moon,DS,Role-Playing,Natsume,Neverland Company,8,0.41,0.26,0.1,0.03,0.02,2010-11-09, -/games/boxart/full_naughty-bear_5AmericaFront.jpg,Naughty Bear,X360,Action,505 Games,Artificial Mind and Movement,4.4,0.41,0.21,,0.15,0.04,2010-06-29, -/games/boxart/1480757ccc.jpg,Minority Report: Everybody Runs,PS2,Action,Activision,Treyarch,,0.41,0.2,,0.15,0.05,2002-11-18, -/games/boxart/full_tom-clancys-hawx-2_1AmericaFront.jpg,Tom Clancy's HAWX 2,PS3,Action,Ubisoft,Ubisoft Bucharest,,0.41,0.21,0.03,0.12,0.05,2010-09-07, -/games/boxart/3694871ccc.jpg,X-Men: The Official Game,PS2,Action,Activision,"Z-Axis, Ltd.",,0.41,0.2,,0.16,0.05,2006-05-16, -/games/boxart/full_2322544AmericaFrontccc.jpg,Sword Art Online: Lost Song,PSV,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.41,0.08,0.24,0.04,0.04,2015-11-17, -/games/boxart/full_5227347AmericaFrontccc.jpg,Cars: Mater-National Championship,PS3,Racing,THQ,Rainbow Studios,,0.41,0.37,,0.01,0.03,2007-10-30, -/games/boxart/full_4398223AmericaFrontccc.jpg,Project CARS,XOne,Racing,Bandai Namco Games,Slightly Mad Studios,,0.41,0.21,,0.16,0.04,2015-05-12,2018-01-05 -/games/boxart/full_1887102AmericaFrontccc.jpg,Monster Jam: Urban Assault,Wii,Racing,Activision,Torus Games,,0.41,0.38,,0,0.03,2008-10-28, -/games/boxart/full_5283456AmericaFrontccc.png,Nintendo Labo: Toy-Con 03 Vehicle Kit,NS,Racing,Nintendo,Nintendo EPD,7,0.41,0.16,0.06,0.15,0.03,2018-09-14,2018-11-19 -/games/boxart/2834327ccc.jpg,Jimmy Neutron: Boy Genius,PS2,Platform,THQ,Big Sky Software,,0.41,0.2,,0.16,0.05,2002-09-26, -/games/boxart/full_6129765AmericaFrontccc.jpg,NiGHTS: Journey of Dreams,Wii,Platform,Sega,Sonic Team,7,0.41,0.32,0.04,0.02,0.03,2007-12-18, -/games/boxart/2900788ccc.jpg,Sega Rally Championship 2,DC,Racing,Sega,Sega-AM3,8.5,0.41,,0.41,,,1999-10-31, -/games/boxart/full_8521822JapanFrontccc.jpg,Monotaro Dentetsu 2010: Sengoku Ishin no Hero Daishuugou! no Maki,Wii,Misc,Hudson Soft,Hudson Soft,,0.41,,0.41,,,2009-11-26, -/games/boxart/full_blazblue-continuum-shift_3AmericaFront.jpg,BlazBlue: Continuum Shift,PS3,Fighting,Aksys Games,Arc System Works,8.7,0.41,0.21,0.09,0.08,0.04,2010-07-27, -/games/boxart/full_3648950AmericaFrontccc.jpg,Knockout Kings 2001,PS,Fighting,EA Sports,EA Sports,,0.41,0.23,,0.15,0.03,2000-10-30, -/games/boxart/8541370ccc.jpg,Nicktoons: Unite!,PS2,Adventure,THQ,Blue Tongue,,0.41,0.34,,0.01,0.06,2005-10-26, -/games/boxart/full_3700341JapanFrontccc.jpg,Boku no Natsuyasumi 2: Umi no Bouken Hen,PS2,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.41,,0.41,,,2002-07-11, -/games/boxart/full_james-patterson-womens-murder-club-games-of-passion_6AmericaFront.jpg,James Patterson Women's Murder Club: Games of Passion,DS,Adventure,THQ,Griptonite Games,,0.41,0.15,,0.22,0.05,2009-09-22, -/games/boxart/full_4990316AmericaFrontccc.jpg,Katamari Forever,PS3,Puzzle,Namco Bandai,Bandai Namco Games,7.3,0.41,0.26,0.06,0.05,0.04,2009-09-22, -/games/boxart/1100674ccc.jpg,NASCAR Racing,PS,Racing,Sierra Entertainment,Papyrus,,0.41,0.23,,0.16,0.03,1996-09-30, -/games/boxart/full_4522513JapanFrontccc.jpg,Dig Dug,NES,Puzzle,Namco,Namco,,0.41,,0.41,,,1985-06-04, -/games/boxart/full_3067404AmericaFrontccc.jpg,Just Dance 2015,PS4,Music,Ubisoft,Ubisoft Paris,,0.41,0.21,,0.13,0.07,2014-10-21,2018-04-03 -/games/boxart/full_5152415AmericaFrontccc.jpg,Theatrhythm Final Fantasy: Curtain Call,3DS,Music,Square Enix,Square Enix,,0.41,0.16,0.15,0.08,0.02,2014-09-16,2019-01-29 -/games/boxart/full_2638101JapanFrontccc.jpg,Mario no Super Picross,SNES,Puzzle,Nintendo,Jupiter Multimedia,,0.41,,0.41,,0,1995-09-14, -/games/boxart/7307595ccc.jpg,UEFA Euro 2008 Austria-Switzerland,PS3,Sports,Electronic Arts,Unknown,,0.41,0.08,,0.27,0.06,2008-05-19, -/games/boxart/full_nba-2k11_4AmericaFront.jpg,NBA 2K11,PS2,Sports,2K Sports,Visual Concepts,,0.41,0.34,,0.01,0.06,2010-10-05, -/games/boxart/full_8943506JapanFrontccc.jpg,'98 Koshien,PS,Sports,Magical Company,Magical Company,,0.41,0.15,0.12,0.1,0.03,1998-06-18, -/games/boxart/full_9124981AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",PS2,Platform,Midway Games,A2M,4.8,0.41,0.34,,0.01,0.06,2005-11-03, -/games/boxart/full_2067643AmericaFrontccc.jpg,Ogre Battle 64: Person of Lordly Caliber,N64,Role-Playing,Atlus,Quest Corporation,9.1,0.41,0.1,0.25,0.02,0.04,2000-10-07, -/games/boxart/full_4840583JapanFrontccc.jpg,Rogue Galaxy: Director's Cut,PS2,Role-Playing,Sony Computer Entertainment,Level 5,,0.41,0.2,,0.16,0.05,2007-03-21, -/games/boxart/full_green-day-rock-band_1AmericaFront.jpg,Green Day: Rock Band,PS3,Misc,MTV Games,Harmonix Music Systems,7.8,0.41,0.19,,0.15,0.07,2010-06-08, -/games/boxart/full_314946AmericaFrontccc.jpg,Jampack Volume 10,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.41,0.2,,0.16,0.05,2004-04-27,2018-10-15 -/games/boxart/full_wheel-of-fortune-2nd-edition_9AmericaFront.jpg,Wheel of Fortune: 2nd Edition,PS,Misc,Hasbro Interactive,Artech Studios,,0.41,0.23,,0.16,0.03,2000-10-18, -/games/boxart/full_9514584AmericaFrontccc.jpg,Command & Conquer: Red Alert,PS,Strategy,Westwood Studios,Westwood Studios,7.8,0.41,0.23,,0.16,0.03,1997-10-31, -/games/boxart/2801095ccc.jpg,NFL GameDay 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.41,0.2,,0.16,0.05,2003-08-27, -/games/boxart/full_pro-evolution-soccer-2011_8AmericaFront.jpg,Pro Evolution Soccer 2011,PS2,Sports,Konami,Konami,,0.41,0.04,0.05,0.21,0.11,2010-11-02, -/games/boxart/full_football-manager-handheld-2011_10PALFront.jpg,Football Manager Handheld 2011,PSP,Sports,Sega,Sports Interactive,,0.41,,,0.28,0.14,2010-11-26, -/games/boxart/full_3939910AmericaFrontccc.jpg,E0: Enemy Zero,SAT,Adventure,Sega,Warp,,0.41,,0.41,,0,1997-10-31, -/games/boxart/full_480792AmericaFrontccc.jpg,JumpStart: Escape from Adventure Island,Wii,Adventure,Knowledge Adventure,Knowledge Adventure Inc.,,0.41,0.38,,,0.03,2009-11-17, -/games/boxart/1531015ccc.jpg,300: March to Glory,PSP,Action,Warner Bros. Interactive,Collision Studios,4.9,0.41,0.27,,0.08,0.07,2007-02-27, -/games/boxart/full_spongebob-squigglepants_995AmericaFront.jpg,SpongeBob SquigglePants,Wii,Misc,THQ,WayForward Technologies,5.4,0.41,0.35,,0.03,0.03,2011-04-12, -/games/boxart/full_6172496AmericaFrontccc.jpg,Band Hero,PS2,Misc,Activision,Vicarious Visions,6,0.41,0.15,,0.06,0.2,2009-11-03, -/games/boxart/full_8264620PALFrontccc.jpg,Buzz! Junior: Jungle Party,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,0.41,0.2,,0.16,0.05,2007-10-02, -/games/boxart/full_305959AmericaFrontccc.jpg,LEGO Harry Potter: Years 5-7,3DS,Action-Adventure,Warner Bros. Interactive,TT Fusion,,0.41,0.18,,0.19,0.03,2011-11-11,2018-01-17 -/games/boxart/full_6293999AmericaFrontccc.jpg,LEGO The Lord of the Rings,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.41,0.21,,0.17,0.03,2012-10-30,2018-01-17 -/games/boxart/6473875ccc.jpg,Disney's Tarzan Untamed,PS2,Platform,Ubisoft,Ubisoft Montreal,,0.41,0.2,,0.16,0.05,2001-11-14, -/games/boxart/full_2557199AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PSP,Action,Activision,Savage Entertainment,3.8,0.41,0.17,,0.15,0.08,2009-06-23, -/games/boxart/full_6434744AmericaFrontccc.jpg,Call of Duty: Modern Warfare: Mobilized,DS,Shooter,Activision,n-Space,7.6,0.41,0.36,,0.02,0.03,2009-11-10, -/games/boxart/5178700ccc.jpg,Quake II,PS,Shooter,Activision,HammerHead Ltd.,,0.41,0.23,,0.16,0.03,1999-10-05, -/games/boxart/full_fantastic-pets_368AmericaFront.jpg,Fantastic Pets,X360,Simulation,THQ,Blitz Game Studios,,0.41,0.3,,0.08,0.04,2011-04-12, -/games/boxart/1475274ccc.jpg,NFL Quarterback Club 2000,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.4,0.37,,0.03,0,1999-08-31, -/games/boxart/full_9500593AmericaFrontccc.jpg,Sid Meier's Civilization: Beyond Earth,PC,Simulation,2K Games,Firaxis Games,,0.4,0.14,,0.23,0.03,2014-10-24,2018-10-16 -/games/boxart/full_3327077AmericaFrontccc.jpg,Spore Hero,Wii,Simulation,Electronic Arts,Maxis,5.8,0.4,0.35,,0.02,0.03,2009-10-06, -/games/boxart/9552455ccc.jpg,Atari Anthology,PS2,Misc,Atari,Digital Eclipse,,0.4,0.33,,0.01,0.05,2004-11-22, -/games/boxart/5958443ccc.jpg,MX vs. ATV Unleashed,XB,Racing,THQ,Rainbow Studios,,0.4,0.32,,0.07,0.01,2005-03-24, -/games/boxart/full_2915488AmericaFrontccc.jpg,Farming Simulator 2015,X360,Simulation,Focus Home Interactive,Giants Software,,0.4,0.24,,0.12,0.04,2015-05-19,2018-04-11 -/games/boxart/full_6710705AmericaFrontccc.jpg,The Urbz: Sims in the City,GC,Simulation,Electronic Arts,Maxis,7.6,0.4,0.24,,0.14,0.02,2004-11-09, -/games/boxart/full_armored-core-v_69AmericaFront.jpg,Armored Core V,PS3,Simulation,Namco Bandai,From Software,,0.4,0.09,0.24,0.04,0.02,2012-03-20, -/games/boxart/full_7190055AmericaFrontccc.jpg,Harvest Moon: Save the Homeland,PS2,Simulation,Natsume,Victor Interactive Software,7.8,0.4,0.19,,0.15,0.05,2001-11-22, -/games/boxart/6407824ccc.jpg,NFL GameDay 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.4,0.2,,0.15,0.05,2002-08-12, -/games/boxart/full_6859966AmericaFrontccc.jpg,NCAA GameBreaker 2000,PS,Sports,989 Studios,Red Zone Entertainment,,0.4,0.22,,0.15,0.03,1999-07-31, -/games/boxart/full_7615697JapanFrontccc.jpg,Boku no Natsuyasumi,PS,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.4,,0.37,,0.03,2000-06-22, -/games/boxart/full_2264264AmericaFrontccc.jpg,Skylanders: SuperChargers,XOne,Action-Adventure,Activision,Vicarious Visions,,0.4,0.31,,0.05,0.04,2015-09-20,2018-04-06 -/games/boxart/6903207ccc.jpg,Tak and the Power of Juju,GC,Platform,THQ,Avalanche Software,,0.4,0.31,,0.08,0.01,2003-10-15, -/games/boxart/full_9076699AmericaFrontccc.jpg,Disney Sing It,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.4,0.29,,0.06,0.04,2008-10-21, -/games/boxart/full_1518740AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,PS2,Platform,Sierra Entertainment,Etranges Libellules,,0.4,0.12,,0.01,0.27,2008-10-21, -/games/boxart/full_4827839AmericaFrontccc.jpg,Bugs Bunny: Lost in Time,PS,Platform,Infogrames,Behaviour Interactive Inc.,7,0.4,0.22,,0.15,0.03,1999-05-31, -/games/boxart/5991528ccc.jpg,Castlevania: Portrait of Ruin,DS,Platform,Konami,Konami,8.5,0.4,0.31,0.04,0.02,0.03,2006-12-05, -/games/boxart/684922ccc.jpg,I-Ninja,PS2,Platform,Namco,Argonaut Games,7.2,0.4,0.19,,0.15,0.05,2003-11-18, -/games/boxart/full_9381630JapanFrontccc.jpg,SD Gundam G Generation Seed,PS2,Strategy,Bandai,Bandai,,0.4,,0.4,,,2004-02-19, -/games/boxart/2185183ccc.jpg,Command & Conquer,PS,Strategy,Westwood Studios,Westwood Studios,8.4,0.4,0.22,,0.15,0.03,1997-02-28, -/games/boxart/default.jpg,Transformers: Fall of Cybertron,PS3,Action,Activision,High Moon Studios,,0.4,0.19,,0.15,0.06,2012-08-21, -/games/boxart/6578805ccc.jpg,Rocket Power: Dream Scheme,GBA,Action,THQ,Helixe,,0.4,0.29,,0.11,0.01,2001-11-03, -/games/boxart/full_4379754JapanFrontccc.jpg,Fushigi no Dungeon 2: Fuurai no Shiren,SNES,Role-Playing,ChunSoft,ChunSoft,,0.4,,0.4,,0,1995-12-01, -/games/boxart/full_7141238AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,DS,Action,LucasArts,Krome Studios,5.9,0.4,0.22,,0.14,0.04,2009-10-06, -/games/boxart/full_no-more-heroes-2-desperate-struggle_6AmericaFront.jpg,No More Heroes 2: Desperate Struggle,Wii,Action,Ubisoft,Grasshopper Manufacture,8.5,0.4,0.2,0.04,0.11,0.03,2010-01-26, -/games/boxart/full_972265AmericaFrontccc.jpg,WipeOut 3 The Game,Wii,Party,Activision,Behaviour Interactive,,0.4,0.36,,,0.04,2012-09-25,2018-03-16 -/games/boxart/full_399750PALFrontccc.jpg,Pet in TV,PS,Strategy,Sony Computer Entertainment,SCE,,0.4,,0.38,,0.03,1998-08-01,2018-09-16 -/games/boxart/full_2574011AmericaFrontccc.jpg,Battalion Wars,GC,Strategy,Nintendo,Kuju Entertainment,,0.4,0.25,0.07,0.07,0.01,2005-09-19, -/games/boxart/3950505ccc.jpg,NBA Live 2002,XB,Sports,EA Sports,EA Canada,,0.4,0.35,,0.03,0.02,2001-11-18, -/games/boxart/full_4149192AmericaFrontccc.jpg,Cabela's Big Game Hunter 2010,PS3,Sports,Activision,Cauldron,,0.4,0.37,,,0.03,2009-09-29, -/games/boxart/7126229ccc.jpg,Marvel: Ultimate Alliance,Wii,Role-Playing,Activision,Vicarious Visions,6.9,0.4,0.36,,0.01,0.03,2006-11-14, -/games/boxart/full_3860031JapanFrontccc.jpg,Mother 3,GBA,Role-Playing,Nintendo,Brownie Brown / HAL Laboratory / Nintendo SPD Production Group No. 3,,0.4,,0.39,,0.01,2006-04-20, -/games/boxart/full_7252817AmericaFrontccc.jpg,James Cameron's Avatar: The Game,DS,Action,Ubisoft,Ubisoft Montreal,6.4,0.4,0.18,,0.18,0.04,2009-12-01, -/games/boxart/6639164ccc.jpg,Sega Superstars Tennis,PS3,Sports,Sega,Sumo Digital,6.8,0.4,0.13,,0.2,0.07,2008-03-18, -/games/boxart/full_2072638AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,Wii,Sports,Crave Entertainment,49Games,,0.4,0.17,,0.19,0.04,2008-11-25, -/games/boxart/6264653ccc.jpg,Dragon Warrior Monsters 2: Tara's Adventure,GB,Role-Playing,Enix,TOSE Software,,0.4,,0.4,,,2001-09-15, -/games/boxart/full_rapala-pro-bass-fishing-2010_599AmericaFront.jpg,Rapala Pro Bass Fishing 2010,X360,Sports,Activision,FUN Labs,,0.4,0.32,,0.05,0.03,2010-09-28, -/games/boxart/8301147ccc.jpg,Harry Potter: Quidditch World Cup,GC,Sports,Electronic Arts,Electronic Arts,7.2,0.4,0.31,,0.08,0.01,2003-10-28, -/games/boxart/full_2320691AmericaFrontccc.jpg,NBA ShootOut 2000,PS,Sports,989 Studios,989 Sports,,0.4,0.22,,0.15,0.03,1999-11-30, -/games/boxart/full_3938123AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.4,0.21,,0.15,0.03,2017-09-22,2018-05-29 -/games/boxart/1071188ccc.jpg,TNA iMPACT!,PS3,Fighting,Midway Games,Midway Studios Los Angeles,6.3,0.4,0.22,,0.12,0.06,2008-09-09, -/games/boxart/full_7402618AmericaFrontccc.jpg,Rocket League,NS,Sports,505 Games,Psyonix Studios,9.2,0.4,0.21,,0.16,0.03,2018-01-16,2018-04-04 -/games/boxart/full_8087054AmericaFrontccc.jpg,Ghostbusters: The Video Game,DS,Action,Atari,Zen Studios Inc.,,0.4,0.24,,0.12,0.04,2009-06-16, -/games/boxart/5381321ccc.jpg,Beowulf: The Game,X360,Action,Ubisoft,Ubisoft,4.9,0.4,0.36,,0.01,0.03,2007-11-13, -/games/boxart/full_6666780JapanFrontccc.jpg,Momotaro Dentetsu 2017: Tachiagare Nippon!!,3DS,Party,Nintendo,Valhalla Game Studios,,0.4,,0.4,,,2016-12-22,2018-05-29 -/games/boxart/9008686ccc.jpg,RR64: Ridge Racer 64,N64,Racing,Nintendo,Nintendo Software Technology Corporation,,0.4,0.32,,0.07,0,2000-02-14, -/games/boxart/full_5220795AmericaFrontccc.jpg,18 Wheeler: American Pro Trucker,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,6,0.4,0.2,,0.15,0.05,2001-11-14, -/games/boxart/full_1829350AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Stardust Accelerator: World Championship 2009,DS,Action,Konami,Konami,7.5,0.4,0.27,0.09,0.01,0.03,2009-05-19, -/games/boxart/full_3857046AmericaFrontccc.jpg,Nicktoons: Freeze Frame Frenzy,GBA,Action,THQ,Altron,,0.4,0.29,,0.11,0.01,2004-09-27, -/games/boxart/1839209ccc.jpg,Transformers: The Game,PS3,Action,Activision,Traveller's Tales,,0.4,0.32,0.01,0.03,0.04,2007-06-26, -/games/boxart/6116554ccc.jpg,Wall-E,PS3,Platform,THQ,Heavy Iron Studios,,0.4,0.12,,0.21,0.08,2008-06-24, -/games/boxart/full_8361278AmericaFrontccc.jpg,Warriors Orochi 2 (JP sales),PS2,Action,KOEI,Omega Force,,0.4,,0.4,,,2008-09-23, -/games/boxart/8652460ccc.jpg,The Incredibles: Rise of the Underminer,GBA,Action,THQ,Helixe,,0.4,0.29,,0.11,0.01,2005-11-01, -/games/boxart/6444207ccc.jpg,Power Rangers: Dino Thunder,GC,Action,THQ,Pacific Coast Power & Light,5.3,0.4,0.31,,0.08,0.01,2004-09-14, -/games/boxart/62707ccc.jpg,Gauntlet: Seven Sorrows,PS2,Role-Playing,Midway Games,Midway Studios San Diego,,0.4,0.2,,0.15,0.05,2005-12-12, -/games/boxart/full_9701077AmericaFrontccc.jpg,Samurai Shodown,SNES,Fighting,Takara,Takara,,0.4,,0.4,,0,1994-11-01, -/games/boxart/407638ccc.jpg,Fighting Vipers,SAT,Fighting,Sega,Sega-AM2,8,0.4,,0.4,,0,1996-11-30, -/games/boxart/full_7288046AmericaFrontccc.jpg,Spider-Man: Web of Shadows,X360,Action,Activision,Shaba Games / Treyarch,6.6,0.4,0.36,,0.02,0.03,2008-10-21, -/games/boxart/full_5374143AmericaFrontccc.jpg,The Darkness II,X360,Shooter,2K Games,Digital Extremes,,0.4,0.25,,0.11,0.03,2012-02-07, -/games/boxart/full_9125501AmericaFrontccc.jpg,Star Wars: Clone Wars,GC,Shooter,LucasArts,Pandemic Studios,7.3,0.4,0.31,,0.08,0.01,2002-10-28, -/games/boxart/full_3616188AmericaFrontccc.jpg,Destiny: The Taken King,X360,Shooter,Activision,Bungie,,0.4,0.28,,0.08,0.04,2015-09-15,2018-04-20 -/games/boxart/full_2091806AmericaFrontccc.jpg,You Don't Know Jack,PS,Misc,Sierra Entertainment,"Starsphere Interactive, Inc.",8.5,0.4,0.22,,0.15,0.03,1999-09-20, -/games/boxart/3937791ccc.jpg,Pengo,2600,Action,Atari,Atari,,0.4,0.38,,0.02,0,1984-01-01, -/games/boxart/6879397ccc.jpg,Naruto: Path of the Ninja,DS,Role-Playing,D3 Publisher,TOSE,,0.4,0.37,,,0.03,2007-10-23, -/games/boxart/full_8805579AmericaFrontccc.jpg,Monster Trucks Mayhem,Wii,Racing,Zoo Games,Team6 Game Studios,,0.4,0.38,,,0.02,2009-09-15, -/games/boxart/default.jpg,Medarot: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.4,,0.4,,0,1997-11-28, -/games/boxart/full_2394423AmericaFrontccc.jpg,Mouse Trap,2600,Action,Coleco,Coleco,,0.4,0.38,,0.02,0,1982-01-01, -/games/boxart/full_8693129AmericaFrontccc.jpg,My Virtual Tutor: Reading Adventure First to Second Grade,DS,Misc,Mentor Interactive,1st Playable Productions,,0.4,0.37,,,0.03,2009-09-11, -/games/boxart/2185561ccc.jpg,Hot Wheels: Beat That!,PS2,Racing,Activision,Eutechnyx,,0.4,0.2,,0.15,0.05,2007-09-25, -/games/boxart/1855481ccc.jpg,Rampage: Total Destruction,GC,Action,Midway Games,"Pipeworks Software, Inc.",,0.4,0.31,,0.08,0.01,2006-04-24, -/games/boxart/full_road-rash-jailbreak_4AmericaFront.jpg,Road Rash: Jailbreak,PS,Racing,Electronic Arts,Electronic Arts,,0.4,0.22,,0.15,0.03,1999-12-31, -/games/boxart/full_5067693PALFrontccc.jpg,Disney's Hercules / Disney's The Jungle Book: Groove Party / A Bug's Life,PS,Misc,Sony Computer Entertainment,Various,,0.4,0.23,,0.15,0.03,2003-10-28, -/games/boxart/full_4803965AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.4,0.08,,0.26,0.06,2009-02-17, -/games/boxart/full_9809091AmericaFrontccc.jpg,Six Flags Fun Park,Wii,Misc,Ubisoft,7 Studios,,0.4,0.27,,0.09,0.04,2009-03-03, -/games/boxart/full_3465219JapanFrontccc.jpg,Taiko no Tatsujin Wii: Dodon to 2 Yome!,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.4,,0.4,,,2009-11-19, -/games/boxart/full_4437581AmericaFrontccc.jpg,Speed Racer: The Videogame,Wii,Racing,Warner Bros. Interactive,Sidhe Interactive,,0.4,0.35,,0.02,0.03,2008-05-06, -/games/boxart/full_8744895AmericaFrontccc.jpg,Suzuki TT Superbikes,PS2,Racing,Valcon Games,Jester Interactive,,0.4,0.33,,0.01,0.05,2005-08-04, -/games/boxart/172547ccc.jpg,Congo Bongo,2600,Action,Sega,Sega,,0.4,0.37,,0.02,0,1983-01-01, -/games/boxart/full_4583329AmericaFrontccc.jpg,Moshi Monsters: Moshlings Theme Park,DS,Simulation,Activision,"Black Lantern Studios, Inc.",,0.4,0.03,,0.35,0.03,2012-10-30,2018-10-16 -/games/boxart/full_839142AmericaFrontccc.jpg,Style Lab: Makeover,DS,Simulation,Ubisoft,Jet Black Games,,0.4,0.34,,0.04,0.03,2009-11-10, -/games/boxart/8331274ccc.jpg,Littlest Pet Shop,Wii,Simulation,Electronic Arts,EA Salt Lake,,0.4,0.33,,0.04,0.03,2008-10-14, -/games/boxart/5355763ccc.jpg,Mortal Kombat Mythologies: Sub-Zero,N64,Fighting,Midway Games,Avalanche Software,,0.4,0.32,,0.07,0,1997-12-08, -/games/boxart/5747678ccc.jpg,WWE SmackDown! vs. RAW 2006,PSP,Fighting,THQ,Yuke's,8.1,0.4,0.36,,0.01,0.03,2005-12-13, -/games/boxart/357309ccc.jpg,Overlord,X360,Adventure,Codemasters,Triumph Studios,7.7,0.4,0.34,0.01,0.03,0.03,2007-06-26, -/games/boxart/683262ccc.jpg,The Chronicles of Narnia: Prince Caspian,PS2,Adventure,Disney Interactive Studios,Traveller's Tales,,0.4,0.2,,0.15,0.05,2008-05-15, -/games/boxart/full_622689AmericaFrontccc.jpg,MLB 15: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.4,0.32,,0.01,0.08,2015-03-31,2018-05-01 -/games/boxart/full_2114513AmericaFrontccc.jpg,Sherlock Holmes: The Mystery of the Mummy,DS,Adventure,Focus Home Interactive,Frogwares,,0.4,0.06,,0.3,0.04,2009-07-14, -/games/boxart/full_the-gunstringer_449AmericaFront.jpg,The Gunstringer,X360,Shooter,Microsoft Studios,Twisted Pixel Games,7.6,0.4,0.26,,0.1,0.04,2011-09-13,2018-09-29 -/games/boxart/2828255ccc.jpg,Defender,PS2,Shooter,Midway Games,7 Studios,,0.4,0.2,,0.15,0.05,2002-10-22, -/games/boxart/7303541ccc.jpg,Call of Duty: Finest Hour,GC,Shooter,Activision,EXAKT Entertainment,7.7,0.4,0.31,,0.08,0.01,2004-11-16, -/games/boxart/9093580ccc.jpg,Top Gear Rally,N64,Racing,Kemco,Boss Game Studios,,0.4,0.32,,0.07,0,1997-10-01, -/games/boxart/7999756ccc.gif,MLB 2006,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.4,0.33,,0.01,0.05,2005-03-08, -/games/boxart/7100743ccc.jpg,Brunswick Pro Bowling,PS2,Sports,Crave Entertainment,Point of View,,0.4,0.2,,0.15,0.05,2007-08-28, -/games/boxart/full_nba-jam_8AmericaFront.jpg,NBA Jam,PS3,Sports,EA Sports,EA Tiburon,,0.4,0.22,,0.12,0.06,2010-11-16, -/games/boxart/51376ccc.jpg,NFL GameDay 2002,PS,Sports,Sony Computer Entertainment,989 Sports,,0.4,0.23,,0.15,0.03,2001-08-06, -/games/boxart/full_3167864AmericaFrontccc.jpg,NBA 2K10,PS2,Sports,2K Sports,Visual Concepts,,0.4,0.33,,0.01,0.05,2009-10-06, -/games/boxart/86301ccc.jpg,Chessmaster,PS2,Misc,Ubisoft,Ubisoft Romania,,0.39,0.19,,0.15,0.05,2003-05-28, -/games/boxart/full_405453AmericaFrontccc.jpg,Jampack Winter 2003 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.39,0.19,,0.15,0.05,2003-10-15, -/games/boxart/full_monopoly-streets_5AmericaFront.jpg,Monopoly Streets,PS3,Misc,Electronic Arts,Electronic Arts,,0.39,0.16,,0.17,0.06,2010-10-26, -/games/boxart/full_disney-princess-enchanting-storybooks_881AmericaFront.jpg,Disney Princess: Enchanting Storybooks,Wii,Misc,THQ,THQ,,0.39,0.25,,0.1,0.03,2011-11-01, -/games/boxart/full_4962384JapanFrontccc.jpg,From TV Animation One Piece: Yume no Lufy Kaizokudan Tanjou!,GB,Role-Playing,Banpresto,Alpha Unit,,0.39,,0.39,,,2001-04-27, -/games/boxart/full_1314698AmericaFrontccc.jpg,Dragon's Crown,PSV,Role-Playing,Atlus,Vanillaware,,0.39,0.14,0.12,0.06,0.07,2013-08-06, -/games/boxart/full_6022077JapanFrontccc.jpg,Tear Ring Saga Yutona Eiyuu Senki,PS,Role-Playing,Enterbrain,ASCII Entertainment / Tirnanog,,0.39,,0.37,,0.03,2001-05-24, -/games/boxart/full_dungeon-siege-iii_356AmericaFront.jpg,Dungeon Siege III,PS3,Role-Playing,Square Enix,Obsidian Entertainment,7.3,0.39,0.17,0.03,0.13,0.06,2011-06-21, -/games/boxart/full_5392830AmericaFrontccc.jpg,Alpha Protocol,X360,Role-Playing,Sega,Obsidian Entertainment,6.8,0.39,0.23,,0.13,0.04,2010-06-01, -/games/boxart/full_9388379AmericaFrontccc.jpg,LocoRoco,PSP,Platform,Sony Computer Entertainment,SCE Japan Studio,8.1,0.39,0.14,0.16,0.05,0.03,2006-09-05,2018-09-17 -/games/boxart/full_taiko-no-tatsujin-wii-ketteiban_143JapanFront.jpg,Taiko no Tatsujin Wii: Ketteiban,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.39,,0.39,,,2011-11-23, -/games/boxart/full_3739799AmericaFrontccc.jpg,Just Dance 2018,Wii,Music,Ubisoft,Ubisoft Paris,,0.39,0.14,,0.22,0.03,2017-10-24,2018-04-06 -/games/boxart/full_3932705AmericaFrontccc.jpg,Tomb Raider: Anniversary,X360,Action,Eidos Interactive,Crystal Dynamics,7.9,0.39,0.12,,0.22,0.05,2007-10-23, -/games/boxart/1640877ccc.jpg,Bloody Roar,PS,Fighting,Sony Computer Entertainment,Eighting / Raizing,8.6,0.39,0.22,,0.15,0.03,1998-02-01, -/games/boxart/full_8702082JapanFrontccc.jpg,Custom Robo V2,N64,Fighting,Nintendo,Noise Inc.,,0.39,,0.34,,0.05,2000-11-10, -/games/boxart/full_9684928AmericaFrontccc.jpg,Mass Effect 2,PC,Role-Playing,Electronic Arts,BioWare Corp.,9.6,0.39,0.01,,0.32,0.05,2010-01-26, -/games/boxart/full_8931241AmericaFrontccc.png,Iron Man 2,PS3,Action,Sega,"Sega Studios, San Francisco",,0.39,0.14,,0.19,0.07,2010-05-04, -/games/boxart/full_6369924AmericaFrontccc.jpg,LEGO Marvel's Avengers,X360,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.39,0.19,,0.17,0.03,2016-01-26,2018-04-06 -/games/boxart/full_8038602AmericaFrontccc.jpg,Super Monkey Ball: Step & Roll,Wii,Action,Sega,Sega,6,0.39,0.15,,0.19,0.04,2010-02-09, -/games/boxart/6198624ccc.jpg,Donkey Konga 2,GC,Misc,Nintendo,Namco,6.5,0.39,0.3,,0.08,0.01,2005-05-09, -/games/boxart/full_4045856AmericaFrontccc.jpg,The Evil Within 2,XOne,Action,Bethesda Softworks,Tango Gameworks,,0.39,0.25,,0.1,0.04,2017-10-13,2018-05-10 -/games/boxart/full_planet-51_6AmericaFront.jpg,Planet 51,DS,Action,Sega,Firebrand Games,,0.39,0.22,,0.14,0.04,2009-11-17, -/games/boxart/full_6244838AmericaFrontccc.jpg,Legends of WrestleMania,X360,Fighting,THQ,Yuke's,,0.39,0.2,,0.15,0.04,2009-03-24, -/games/boxart/3774101ccc.jpg,BattleTanx: Global Assault,N64,Action,3DO,3DO,,0.39,0.31,,0.07,0,1999-08-31, -/games/boxart/1069779ccc.jpg,Rumble Roses,PS2,Fighting,Konami,Yuke's Future Media Creators,,0.39,0.19,,0.15,0.05,2004-11-09, -/games/boxart/2401533ccc.jpg,Bump 'n' Jump,2600,Racing,Mattel Interactive,Mattel,,0.39,0.37,,0.02,0,1983-01-01, -/games/boxart/full_25465AmericaFrontccc.jpg,Tiger Woods PGA Tour 14,PS3,Sports,EA Sports,EA Tiburon,,0.39,0.16,,0.16,0.06,2013-03-26,2018-10-16 -/games/boxart/9777510ccc.jpg,NHL 99,N64,Sports,EA Sports,MBL Research,,0.39,0.38,,0.01,0,1998-10-01, -/games/boxart/full_fatal-fury_1AmericaFront.jpg,Fatal Fury,SNES,Fighting,Takara,SNK Corporation,,0.39,,0.39,,,1993-04-01, -/games/boxart/full_7436995AmericaFrontccc.jpg,Harry Potter: Quidditch World Cup,GBA,Sports,Electronic Arts,Magic Pockets,4.9,0.39,0.28,,0.1,0.01,2003-10-28, -/games/boxart/full_ea-sports-active-2_4AmericaFront.jpg,EA Sports Active 2,X360,Sports,Electronic Arts,EA Vancouver,6.3,0.39,0.18,,0.16,0.04,2010-11-16, -/games/boxart/7482383ccc.jpg,Cabela's Dangerous Hunts 2,PS2,Action,Activision,Sand Grain Studios,,0.39,0.19,,0.15,0.05,2005-11-15, -/games/boxart/full_nba-jam_5AmericaFront.jpg,NBA Jam,X360,Sports,EA Sports,EA Tiburon,,0.39,0.27,,0.09,0.03,2010-11-16, -/games/boxart/full_fifa-soccer-12_991AmericaFront.jpg,FIFA Soccer 12,3DS,Sports,EA Sports,EA Canada,7,0.39,0.08,,0.27,0.04,2011-09-27, -/games/boxart/full_danball-senki_749JapanFront.jpg,Danball Senki,PSP,Role-Playing,Level 5,Level 5,,0.39,,0.39,,,2011-06-16, -/games/boxart/1930944ccc.jpg,Kengo: Master of Bushido,PS2,Fighting,Crave Entertainment,LightWeight,,0.39,0.16,0.06,0.13,0.04,2001-01-03, -/games/boxart/full_lego-star-wars-iii-the-clone-wars_579AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,PSP,Action,LucasArts,Traveller's Tales,6.3,0.39,0.14,,0.16,0.08,2011-03-22, -/games/boxart/full_2886675PALFrontccc.jpg,Deus Ex: Mankind Divided,XOne,Role-Playing,Square Enix,Eidos Montreal,,0.39,0.25,,0.11,0.04,2016-08-23,2018-01-18 -/games/boxart/full_madden-nfl-11_2AmericaFront.jpg,Madden NFL 11,PSP,Sports,EA Sports,EA Tiburon,,0.39,0.36,,,0.03,2010-08-10, -/games/boxart/full_1695523AmericaFrontccc.png,NHL 18,XOne,Sports,EA Sports,EA Canada,,0.39,0.32,,0.03,0.04,2017-09-15, -/games/boxart/full_5831633AmericaFrontccc.jpg,The Sims 2,GBA,Simulation,Electronic Arts,Maxis,,0.39,0.28,,0.1,0.01,2005-10-24, -/games/boxart/full_3706167JapanFrontccc.jpg,Tokimeki Memorial 2,PS,Simulation,Konami,KCET,,0.39,,0.36,,0.03,1999-11-25, -/games/boxart/full_family-fishing_280JapanFront.jpg,Fishing Resort,Wii,Sports,Xseed Games,Bandai Namco Games,,0.39,0.14,0.25,,0.01,2011-11-22, -/games/boxart/full_2106494AmericaFrontccc.jpg,Hooked! Again: Real Motion Fishing,Wii,Sports,Aksys Games,SIMS,,0.39,0.36,,0,0.03,2009-11-03, -/games/boxart/704498ccc.jpg,Tiger Woods PGA Tour 08,PS2,Sports,Electronic Arts,EA Salt Lake,,0.39,0.19,,0.15,0.05,2007-08-28, -/games/boxart/full_7247314JapanFrontccc.jpg,Super Famista 3,SNES,Sports,Namco,Namco,,0.39,,0.39,,,1994-03-04, -/games/boxart/full_5550558AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),Wii,Action,THQ,Heavy Iron Studios,,0.39,0.38,,0.01,,2009-10-26, -/games/boxart/full_1783323AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),PSP,Action,THQ,Heavy Iron Studios,,0.39,0.39,,0,,2009-10-26, -/games/boxart/full_4099627AmericaFrontccc.jpg,Farming Simulator 2013,X360,Simulation,Focus Home Interactive,Giants Software,3,0.39,0.22,0,0.13,0.03,2013-11-19,2018-01-06 -/games/boxart/full_4322397JapanFrontccc.jpg,Fire Emblem: Fuuin no Tsurugi,GBA,Role-Playing,Nintendo,Intelligent Systems,,0.39,,0.39,,,2002-03-29, -/games/boxart/full_9707627JapanFrontccc.jpg,Super Fire ProWrestling,SNES,Fighting,Human Entertainment,Human Club,,0.39,,0.39,,0,1991-12-20, -/games/boxart/full_1295972AmericaFrontccc.jpg,NASCAR Heat,PS,Racing,Hasbro Interactive,Monster Games Inc.,,0.39,0.22,,0.15,0.03,2000-11-06, -/games/boxart/full_7203786AmericaFrontccc.jpg,Just Dance 2014,PS3,Music,Ubisoft,Ubisoft Paris,7.8,0.39,0.17,,0.15,0.07,2013-10-08,2018-03-08 -/games/boxart/7447265ccc.jpg,Laser Blast,2600,Action,Activision,Activision,,0.39,0.37,,0.02,0,1981-03-01, -/games/boxart/full_red-faction-armageddon_997AmericaFront.jpg,Red Faction: Armageddon,X360,Shooter,THQ,Volition Inc.,7.1,0.39,0.18,0.01,0.16,0.04,2011-06-07, -/games/boxart/483285ccc.gif,Karaoke Revolution Presents American Idol Encore,PS2,Misc,Konami,Blitz Games,,0.39,0.19,,0.15,0.05,2008-02-05, -/games/boxart/full_9592489AmericaFrontccc.jpg,MotoGP 08,PS3,Racing,Capcom,MileStone Inc.,,0.39,0.07,,0.24,0.08,2008-10-28, -/games/boxart/full_6414176AmericaFrontccc.jpg,Condemned 2: Bloodshot,PS3,Shooter,Sega,Monolith Productions,8.4,0.39,0.17,,0.16,0.06,2008-03-11, -/games/boxart/full_8956264AmericaFrontccc.jpg,Little Nightmares,PS4,Platform,Namco Bandai Games,Tarsier Studios,,0.39,0.18,0.02,0.12,0.06,2017-04-28,2019-02-20 -/games/boxart/full_2660153AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,X360,Action,LucasArts,Krome Studios,,0.39,0.18,,0.17,0.04,2009-10-06, -/games/boxart/2720390ccc.jpg,Juiced 2: Hot Import Nights,PS2,Racing,THQ,Juice Games,,0.39,0.19,0.01,0.15,0.05,2007-09-17, -/games/boxart/4334114ccc.jpg,Auto Modellista,PS2,Racing,Capcom,Capcom,,0.39,0.19,,0.15,0.05,2003-03-25, -/games/boxart/3177138ccc.jpg,SSX 3,XB,Sports,EA Sports BIG,EA Canada,,0.39,0.29,,0.08,0.01,2003-10-20, -/games/boxart/full_3334473AmericaFrontccc.jpg,Extreme-G: XG2,N64,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.39,0.31,,0.07,0,1998-10-07, -/games/boxart/full_6050948JapanFrontccc.jpg,Mobile Suit Gundam: Lost War Chronicles,PS2,Shooter,Bandai,Bandai,,0.39,,0.39,,,2002-08-01, -/games/boxart/full_6155598AmericaFrontccc.jpg,The House of The Dead III,XB,Shooter,Sega,Wow Entertainment,6.8,0.39,0.29,,0.08,0.01,2002-10-24, -/games/boxart/6157859ccc.jpg,NBA Live 09,PS2,Sports,Electronic Arts,EA Canada,,0.39,0.32,0.01,0.01,0.05,2008-10-07, -/games/boxart/7044379ccc.gif,Tom Clancy's Ghost Recon 2: Summit Strike,XB,Shooter,Ubisoft,Red Storm Entertainment,,0.39,0.29,,0.08,0.01,2005-08-02, -/games/boxart/7718194ccc.jpg,Blood Omen 2,PS2,Action,Eidos Interactive,Crystal Dynamics,,0.39,0.19,,0.15,0.05,2002-03-21, -/games/boxart/full_3439112AmericaFrontccc.jpg,SpongeBob vs The Big One: Beach Party Cook Off,DS,Adventure,THQ,THQ,,0.39,0.24,,0.11,0.04,2009-03-03, -/games/boxart/full_5361641AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: The Crystal Bearers,Wii,Adventure,Square Enix,Square Enix,6.7,0.39,0.21,0.08,0.08,0.03,2009-12-26, -/games/boxart/full_4868660AmericaFrontccc.jpg,Thrasher Presents: Skate and Destroy,PS,Sports,Rockstar Games,Z-Axis,,0.39,0.22,,0.15,0.03,1999-10-31, -/games/boxart/7800443ccc.jpg,NBA Live 09,PSP,Sports,Electronic Arts,EA Canada,6.1,0.39,0.23,0.03,0.07,0.06,2008-10-07, -/games/boxart/full_470183AmericaFrontccc.jpg,Ener-G: Gym Rockets,DS,Sports,Ubisoft,Mud Duck Productions,,0.39,0.36,,,0.03,2008-10-21, -/games/boxart/1313556ccc.jpg,Chibi-Robo! Plug into Adventure!,GC,Adventure,Nintendo,skip Ltd.,7.4,0.39,0.23,0.09,0.06,0.01,2006-02-06, -/games/boxart/full_4753505AmericaFrontccc.jpg,Monster Jam: Urban Assault,DS,Racing,Activision,Torus Games,,0.39,0.36,,0,0.03,2008-10-28, -/games/boxart/full_3507131AmericaFrontccc.png,Batman: Arkham VR,PS4,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,0.39,0.32,,,0.07,2016-10-11, -/games/boxart/8798344ccc.jpg,Disney's Brother Bear,GBA,Action,THQ,Vicarious Visions,,0.39,0.28,,0.1,0.01,2003-11-04, -/games/boxart/full_8063156AmericaFrontccc.jpg,Ultimate Spider-Man,XB,Action,Activision,Treyarch,,0.39,0.26,,0.11,0.02,2005-09-22, -/games/boxart/full_4676378AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,PS2,Action,2K Games,7 Studios,,0.39,0.19,,0.15,0.05,2007-06-15, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_1AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,PS3,Action,Electronic Arts,EA Bright Light,,0.39,0.13,,0.2,0.07,2010-11-09, -/games/boxart/3277247ccc.jpg,All-Star Baseball 2000,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.39,0.36,,0.03,0,1999-03-31, -/games/boxart/full_1933747AmericaFrontccc.jpg,Airlock,2600,Action,Data Age,Data Age,,0.39,0.36,,0.02,0,1982-01-01, -/games/boxart/full_7208237AmericaFrontccc.jpg,Metal Gear Solid: Snake Eater 3D,3DS,Action-Adventure,Konami Digital Entertainment,Konami Computer Entertainment Japan,7.9,0.39,0.15,0.1,0.12,0.02,2012-02-21,2018-08-05 -/games/boxart/full_5808146AmericaFrontccc.jpg,One Piece Unlimited World: Red,3DS,Action-Adventure,Namco Bandai Games,Ganbarion,,0.39,0.05,0.28,0.05,0.01,2014-07-08,2018-10-19 -/games/boxart/full_6583380AmericaFrontccc.jpg,Just Dance 2016,PS4,Music,Ubisoft,Ubisoft Paris,,0.39,0.19,,0.13,0.07,2015-10-20,2018-04-05 -/games/boxart/full_6104064AmericaFrontccc.jpg,Skylanders Giants,WiiU,Misc,Activision,Unknown,,0.39,0.23,,0.13,0.04,2012-11-18,2018-01-16 -/games/boxart/full_9896201AmericaFrontccc.jpg,Zone of the Enders HD Collection,PS3,Action,Konami Digital Entertainment,Kojima Productions,,0.39,0.21,0.09,0.04,0.05,2012-10-30,2018-01-28 -/games/boxart/full_6301331AmericaFrontccc.jpg,Madden NFL 2005,GBA,Sports,EA Sports,Exient Entertainment,,0.39,0.28,,0.1,0.01,2004-08-09, -/games/boxart/full_9953706AmericaFrontccc.jpg,Dancing with the Stars: We Dance!,DS,Misc,Activision,Zoe Mode,,0.39,0.36,,,0.03,2008-10-21, -/games/boxart/full_combat-of-giants-dinosaurs-3d_117AmericaFront.jpg,Combat of Giants: Dinosaurs 3D,3DS,Strategy,Ubisoft,Ubisoft,4.3,0.39,0.25,0.05,0.07,0.03,2011-03-22, -/games/boxart/full_1911480AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make the Grade,DS,Misc,THQ,THQ,,0.39,0.36,,,0.03,2008-10-20, -/games/boxart/full_7866862AmericaFrontccc.jpg,Advance Wars: Dual Strike,DS,Strategy,Nintendo,Intelligent Systems,9,0.39,0.3,0.04,0.03,0.03,2005-08-22, -/games/boxart/full_get-fit-with-mel-b_10AmericaFront.jpg,Get Fit with Mel B,PS3,Sports,Deep Silver,Lightning Fish,,0.39,0.15,,0.16,0.07,2010-10-20, -/games/boxart/1921255ccc.jpg,Robert Ludlum's The Bourne Conspiracy,PS3,Action,Sierra Entertainment,High Moon Studios,7.6,0.39,0.18,,0.14,0.06,2008-06-03, -/games/boxart/1617742ccc.jpg,Hitman: Blood Money,X360,Action,Eidos Interactive,IO Interactive,8.1,0.39,0.29,0.01,0.06,0.03,2006-05-30, -/games/boxart/9441909ccc.jpg,Ice Age 2: The Meltdown,PS2,Platform,Vivendi Games,Eurocom Entertainment Software,7.4,0.39,0.19,,0.15,0.05,2006-03-14, -/games/boxart/3870479ccc.jpg,Silent Hill: Homecoming,PS3,Action,Konami,Double Helix Games,7.4,0.39,0.18,,0.15,0.06,2008-09-30, -/games/boxart/full_7194225PALFrontccc.jpg,GRID 2,PS3,Misc,Codemasters,Unknown,,0.38,0.07,0.01,0.25,0.06,2013-05-28, -/games/boxart/full_6525017AmericaFrontccc.jpg,Super Soccer,SNES,Sports,Nintendo,Human Entertainment,,0.38,,0.38,,,1992-05-01, -/games/boxart/full_918181AmericaFrontccc.jpg,Junior Classic Games,DS,Misc,Take-Two Interactive,Uacari,,0.38,0.26,,0.09,0.03,2009-11-03, -/games/boxart/9429475ccc.jpg,Diner Dash: Sizzle & Serve,DS,Puzzle,Eidos Interactive,GameLab / PlayFirst,,0.38,0.33,,0.02,0.03,2007-05-23, -/games/boxart/full_6448257PALFrontccc.jpg,Dance Party: Pop Hits,Wii,Misc,Nordic Games,Broadsword Interactive,,0.38,,,0.36,0.02,2009-05-08, -/games/boxart/full_7428506AmericaFrontccc.jpg,Scribblenauts: Unlimited,WiiU,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,7,0.38,0.25,,0.1,0.04,2012-11-18,2018-01-02 -/games/boxart/8490939ccc.jpg,SSX 3,GC,Sports,EA Sports BIG,EA Canada,9.5,0.38,0.29,,0.08,0.01,2003-10-20, -/games/boxart/3928031ccc.jpg,Silent Scope,PS2,Shooter,Konami,KCET,,0.38,0.19,,0.15,0.05,2000-10-23, -/games/boxart/full_6616004AmericaFrontccc.jpg,Turok: Evolution,GC,Shooter,Acclaim Entertainment,Acclaim Studios Austin,7.4,0.38,0.3,,0.08,0.01,2002-08-31, -/games/boxart/full_8120924AmericaFrontccc.jpg,Wolfenstein: The New Order,X360,Shooter,Bethesda Softworks,MachineGames,,0.38,0.18,,0.17,0.03,2014-05-20,2019-03-25 -/games/boxart/4926828ccc.jpg,San Francisco Rush: Extreme Racing,PS,Racing,Midway Games,Climax Entertainment,,0.38,0.21,,0.15,0.03,1998-02-28, -/games/boxart/full_9687122AmericaFrontccc.jpg,Doom (2016),PC,Shooter,Bethesda Softworks,id Software,,0.38,0.11,,0.24,0.03,2016-05-13,2018-01-14 -/games/boxart/full_6911897JapanFrontccc.jpg,Dai-4-Ji Super Robot Taisen,SNES,Strategy,Banpresto,Banpresto,,0.38,,0.38,,,1995-03-17, -/games/boxart/5958282ccc.jpg,Risk: Global Domination,PS2,Strategy,Atari,Cyberlore Studios,,0.38,0.19,,0.15,0.05,2003-11-05, -/games/boxart/full_6774430JapanFrontccc.jpg,SD Gundam G Generation-F,PS,Strategy,Bandai,Bandai,,0.38,,0.36,,0.02,2000-08-03, -/games/boxart/full_2184817JapanFrontccc.jpg,Mobile Suit Gundam: Giren no Yabou Zeon Dokuritsu Sensouden,PS2,Strategy,Bandai,Bandai,,0.38,,0.38,,,2002-05-02, -/games/boxart/full_4981354AmericaFrontccc.jpg,EyeToy Play 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.38,0.18,,0.14,0.05,2005-08-16, -/games/boxart/full_sesame-street-elmos-a-to-zoo-adventure_10AmericaFront.jpg,Sesame Street: Elmo's A-to-Zoo Adventure,Wii,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.38,0.35,,,0.03,2010-10-20, -/games/boxart/full_9360440AmericaFrontccc.jpg,ESPN Extreme Games,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.38,0.11,0.17,0.08,0.03,1995-01-01, -/games/boxart/6786080ccc.jpg,Puppy Palace,DS,Simulation,Ubisoft,Ubisoft,,0.38,0.35,,,0.03,2008-02-05, -/games/boxart/full_6393233AmericaFrontccc.jpg,Persona 4: Dancing All Night,PSV,Music,Atlus,Dingo Inc.,,0.38,0.12,0.16,0.04,0.05,2015-09-29,2018-05-31 -/games/boxart/full_2151884AmericaFrontccc.jpg,Just Dance 2016,XOne,Music,Ubisoft,Ubisoft Paris,,0.38,0.3,,0.04,0.04,2015-10-20,2018-04-05 -/games/boxart/full_4035771JapanFrontccc.jpg,Phoenix Wright: Ace Attorney - Dual Destinies,3DS,Misc,Unknown,Capcom,8.1,0.38,,0.38,,,2014-01-01,2018-01-04 -/games/boxart/full_4527253AmericaFrontccc.jpg,Dance Dance Revolution Ultramix 3,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,0.38,0.28,,0.08,0.01,2005-11-15, -/games/boxart/full_8865211AmericaFrontccc.jpg,Imagine: Party Babyz,Wii,Simulation,Ubisoft,Visual Impact,,0.38,0.33,,0.02,0.03,2008-11-11, -/games/boxart/full_7323743AmericaFrontccc.jpg,Paws & Claws: Pampered Pets,DS,Simulation,THQ,Radon Labs GmbH,,0.38,0.35,,,0.03,2009-01-05, -/games/boxart/full_9014021AmericaFrontccc.jpg,Petz Rescue: Wildlife Vet,DS,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,0.38,0.35,,0,0.03,2008-10-28, -/games/boxart/full_4842843JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,SAT,Simulation,Konami,Konami,,0.38,,0.38,,,1996-07-19, -/games/boxart/full_7821585AmericaFrontccc.jpg,Tropico 5,PS4,Simulation,Kalypso Media,Haemimont Games,,0.38,0.07,0.08,0.18,0.05,2015-04-28,2018-08-20 -/games/boxart/full_5728704AmericaFrontccc.jpg,Just Dance 4,WiiU,Music,Ubisoft,Ubisoft,,0.38,0.21,,0.14,0.03,2012-11-18,2018-01-31 -/games/boxart/4125504ccc.jpg,Triple Play 97,PS,Sports,Electronic Arts,EA Sports,,0.38,0.21,,0.15,0.03,1996-06-24, -/games/boxart/full_5708975AmericaFrontccc.jpg,FIFA 13,PSP,Sports,EA Sports,EA Canada,,0.38,0.06,0.02,0.22,0.08,2012-09-25,2018-04-06 -/games/boxart/full_ncaa-football-11_10AmericaFront.jpg,NCAA Football 11,PS2,Sports,EA Sports,EA Tiburon,6.4,0.38,0.19,,0.15,0.05,2010-07-13, -/games/boxart/full_6194843AmericaFrontccc.jpg,Guitar Hero Live,PS3,Music,Activision,FreeStyleGames,,0.38,0.16,,0.16,0.06,2015-10-20,2018-03-15 -/games/boxart/full_9231557AmericaFrontccc.jpg,MediEvil II,PS,Adventure,Sony Computer Entertainment,SCEE,,0.38,0.21,,0.14,0.02,2000-04-30, -/games/boxart/full_9401714AmericaFrontccc.jpg,Hatsune Miku: Project Mirai DX,3DS,Misc,Sega,Sega,7.5,0.38,0.2,0.11,0.04,0.03,2015-09-08,2018-05-29 -/games/boxart/full_2821425AmericaFrontccc.jpg,MLB 16: The Show,PS3,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.38,0.3,,,0.07,2016-03-29,2018-04-20 -/games/boxart/full_6589094AmericaFrontccc.jpg,Rayman Legends,XOne,Platform,Ubisoft,Ubisoft Montpellier,,0.38,0.13,,0.22,0.03,2014-02-18,2018-03-20 -/games/boxart/full_2460800PALFrontccc.jpg,FIFA 14,PC,Sports,EA Sports,EA Canada,,0.38,0.01,,0.35,0.02,2013-09-24,2018-09-15 -/games/boxart/full_8507485AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,Wii,Sports,Activision,Activision,,0.38,0.35,,,0.03,2008-09-23, -/games/boxart/full_pro-evolution-soccer-2011-3d_374AmericaFront.jpg,Pro Evolution Soccer 2011 3D,3DS,Sports,Konami,Konami,7.5,0.38,0.11,0.11,0.13,0.02,2011-03-25, -/games/boxart/full_2020824AmericaFrontccc.jpg,Naruto: Clash of Ninja Revolution 2,Wii,Fighting,Tomy Corporation,8ing/Raizing,,0.38,0.34,,0.02,0.03,2008-10-21, -/games/boxart/9954632ccc.jpg,Hunter: The Reckoning,XB,Action,Interplay,High Voltage Software,7.8,0.38,0.28,,0.08,0.01,2002-05-21, -/games/boxart/1237275ccc.jpg,Marvel: Ultimate Alliance,PS3,Role-Playing,Activision,Raven Software,7.7,0.38,0.33,,0.02,0.03,2006-11-17, -/games/boxart/full_2056353JapanFrontccc.jpg,Shin Megami Tensei: Devil Summoner,SAT,Role-Playing,Atlus,Atlus Co.,,0.38,,0.38,,,1995-12-25, -/games/boxart/full_9384514AmericaFrontccc.jpg,Lego Marvel Super Heroes: Universe in Peril,DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.38,0.22,,0.13,0.03,2013-10-22,2018-01-04 -/games/boxart/full_saints-row-the-third_377AmericaFront.jpg,Saints Row: The Third,PC,Action,THQ,Volition Inc.,8.3,0.38,0.16,,0.16,0.05,2011-11-15, -/games/boxart/517187ccc.jpg,Ninja: Shadow of Darkness,PS,Action,Eidos Interactive,Unknown,,0.38,0.21,,0.14,0.02,1998-09-30, -/games/boxart/full_1807156AmericaFrontccc.png,Iron Man 2,PSP,Action,Sega,"Sega Studios, San Francisco",,0.38,0.18,,0.13,0.08,2010-05-04, -/games/boxart/full_6575140AmericaFrontccc.jpg,Wario Land II (GBC),GB,Platform,Nintendo,Nintendo R&D1,,0.38,,0.38,,,1999-03-02, -/games/boxart/5799436ccc.jpg,Hangman,2600,Puzzle,Atari,Atari,,0.38,0.35,,0.02,0,1978-01-01, -/games/boxart/5441628ccc.jpg,Sega Superstars Tennis,PS2,Sports,Sega,Sumo Digital,6.9,0.38,0.1,,0,0.28,2008-03-18, -/games/boxart/8787894ccc.jpg,The Dog Island,Wii,Adventure,Ubisoft,Yuke's Media Creations,,0.38,0.34,,0.01,0.03,2008-05-06, -/games/boxart/8038336ccc.jpg,Harry Potter and the Prisoner of Azkaban,GC,Adventure,Electronic Arts,Electronic Arts,,0.38,0.29,,0.08,0.01,2004-06-02, -/games/boxart/4334775ccc.jpg,NFL GameDay 2002,PS2,Sports,Sony Computer Entertainment,Red Zone Entertainment,,0.38,0.19,,0.15,0.05,2001-12-03, -/games/boxart/4282689ccc.jpg,Brunswick Pro Bowling,Wii,Sports,Crave Entertainment,Point of View,,0.38,0.35,,0.01,0.03,2007-08-21, -/games/boxart/full_123565AmericaFrontccc.jpg,Tamagotchi Connection: Corner Shop 3,DS,Simulation,Namco Bandai,NanaOn-Sha,,0.38,0.06,0.31,0,0.01,2008-06-17, -/games/boxart/7251262ccc.jpg,Mercenaries 2: World in Flames,PS2,Shooter,Electronic Arts,Pi Studios,,0.38,0.21,0,0,0.17,2008-08-31, -/games/boxart/full_7321952AmericaFrontccc.jpg,Final Fantasy Adventure,GB,Adventure,Square,Square,9,0.38,,0.38,,,1991-11-01, -/games/boxart/full_6493989AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,PS2,Action,Activision,Idol Minds,,0.38,0.12,,0,0.26,2008-11-04, -/games/boxart/full_scooby-doo-and-the-spooky-swamp_6AmericaFront.jpg,Scooby-Doo! and the Spooky Swamp,DS,Action,Warner Bros. Interactive,Torus Games,,0.38,0.25,,0.1,0.03,2010-09-14, -/games/boxart/1702919ccc.jpg,Gravitar,2600,Action,Atari,Atari,,0.38,0.35,,0.02,0,1983-01-01, -/games/boxart/full_1785929JapanFrontccc.jpg,Bakusou Dekotora Densetsu: Otoko Ippiki Yume Kaidoi,PS,Racing,Human Entertainment,Human Entertainment,,0.38,,0.36,,0.03,1998-06-25, -/games/boxart/full_9190011AmericaFrontccc.jpg,Virtua Tennis 2009,PS3,Sports,Sega,Sumo Digital,6.6,0.38,0.09,,0.22,0.06,2009-06-09, -/games/boxart/114245ccc.jpg,Pokémon Channel,GC,Adventure,Nintendo,Ambrella,5.2,0.38,0.24,0.07,0.06,0.01,2003-12-01, -/games/boxart/full_5063764AmericaFrontccc.jpg,Dancing with the Stars: We Dance!,Wii,Misc,Activision,Zoe Mode,,0.38,0.35,,,0.03,2008-10-21, -/games/boxart/full_ghost-trick-phantom-detective_1AmericaFront.jpg,Ghost Trick: Phantom Detective,DS,Adventure,Capcom,Capcom,8.2,0.38,0.17,0.12,0.08,0.02,2011-01-11, -/games/boxart/full_5142219AmericaFrontccc.jpg,Dora The Explorer: Dora Saves the Snow Princess,PS2,Platform,2K Play,High Voltage Software,,0.38,0.19,,0.15,0.05,2008-10-27, -/games/boxart/9445326ccc.jpg,Disney's Lilo & Stitch 2: Hamsterveil Havoc,GBA,Action,Buena Vista,Climax,,0.38,0.27,,0.1,0.01,2004-10-12, -/games/boxart/full_4688354JapanFrontccc.jpg,Mobile Suit Gundam version 2.0,PS,Action,Bandai,Unknown,,0.38,,0.36,,0.02,1996-03-29, -/games/boxart/full_2316135AmericaFrontccc.jpg,The Incredible Hulk,PS2,Action,Sega,Edge of Reality,,0.38,0.32,,0.01,0.05,2008-06-05, -/games/boxart/5833354ccc.jpg,NBA 2K7,PS3,Sports,2K Sports,Visual Concepts,8.1,0.38,0.3,,0.04,0.03,2006-11-13, -/games/boxart/6549170ccc.jpg,Tiger Woods PGA Tour 08,PSP,Sports,Electronic Arts,EA Tiburon,7.5,0.38,0.14,,0.15,0.09,2007-08-28, -/games/boxart/full_2378713AmericaFrontccc.jpg,NCAA Final Four 2000,PS,Sports,989 Sports,989 Sports,,0.38,0.21,,0.14,0.02,1999-10-31, -/games/boxart/full_334308PALFrontccc.jpg,FIFA 13,PC,Sports,EA Sports,EA Canada,,0.38,0.02,,0.32,0.04,2012-09-25,2018-04-06 -/games/boxart/547951ccc.jpg,Yoshi Touch & Go,DS,Platform,Nintendo,Nintendo EAD,,0.38,0.34,,0.02,0.03,2005-03-14, -/games/boxart/full_monster-jam-2011_2AmericaFront.jpg,Monster Jam: Path of Destruction,DS,Racing,Activision,Virtuos,,0.38,0.34,,0,0.03,2010-11-09, -/games/boxart/full_23597AmericaFrontccc.jpg,FlatOut,PS2,Racing,Empire Interactive,Bugbear Entertainment,,0.38,0.19,,0.15,0.05,2005-07-12, -/games/boxart/4754321ccc.jpg,MX vs. ATV Untamed,PS2,Racing,THQ,Rainbow Studios,,0.38,0.32,,0.01,0.05,2007-12-17, -/games/boxart/763852ccc.gif,Rogue Trip: Vacation 2012,PS,Racing,GT Interactive,SingleTrac,,0.38,0.21,,0.14,0.02,1998-09-30, -/games/boxart/full_3362640AmericaFrontccc.jpg,Need for Speed: Nitro,DS,Racing,Electronic Arts,EA Montreal,7.2,0.38,0.21,,0.13,0.04,2009-11-02, -/games/boxart/full_moto-racer-world-tour_456AmericaFront.jpg,Moto Racer World Tour,PS,Racing,Infogrames,Delphine Software International,,0.38,0.21,,0.14,0.02,2000-11-06, -/games/boxart/9187676ccc.jpg,Jam Sessions: Sing and Play Guitar (US sales),DS,Misc,Ubisoft,Plato,,0.38,0.38,,0,,2007-09-11, -/games/boxart/5643852ccc.jpg,Bratz: Rock Angelz,PS2,Misc,THQ,Blitz Games,,0.38,0.19,,0.15,0.05,2005-10-06, -/games/boxart/full_9825083AmericaFrontccc.jpg,ESPN College Hoops 2K5,XB,Sports,Sega,Visual Concepts,,0.38,0.29,,0.08,0.01,2004-11-17, -/games/boxart/full_515391AmericaFrontccc.jpg,The Cat in the Hat,GBA,Platform,Jack of All Games,NewKidCo,,0.38,0.27,,0.1,0.01,2005-04-26, -/games/boxart/full_raving-rabbids-travel-in-time-3d_943AmericaFront.jpg,Raving Rabbids: Travel in Time 3D,3DS,Platform,Ubisoft,Ubisoft Paris,5.8,0.38,0.11,,0.24,0.04,2011-04-10,2018-01-20 -/games/boxart/full_9566402AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,DS,Platform,Activision,Artificial Mind and Movement,5,0.38,0.2,,0.15,0.04,2009-06-30, -/games/boxart/full_3787211AmericaFrontccc.jpg,Metal Gear Solid HD Collection,X360,Action,Konami,Bluepoint Games,9.2,0.38,0.25,,0.1,0.03,2011-11-08, -/games/boxart/full_498443PALFrontccc.jpg,Wii Sports Club,WiiU,Sports,Nintendo,Nintendo,6.7,0.38,0.17,0.04,0.14,0.03,2014-07-25,2018-03-14 -/games/boxart/full_6399610AmericaFrontccc.jpg,NCAA Football 08,PS3,Sports,Electronic Arts,EA Tiburon,,0.38,0.35,,,0.03,2007-07-17, -/games/boxart/full_7004960PALFrontccc.jpg,Peppa Pig: The Game,Wii,Misc,Pinnacle,Asylum Entertainment,,0.38,,,0.34,0.03,2009-12-04, -/games/boxart/38459ccc.jpg,Evil Dead: Fistfull of Boomstick,PS2,Action,THQ,VIS Entertainment,,0.38,0.19,,0.15,0.05,2003-05-20, -/games/boxart/full_5105472AmericaFrontccc.jpg,Grandia Xtreme,PS2,Role-Playing,Enix,Game Arts,6.7,0.38,0.07,0.25,0.05,0.02,2002-09-30, -/games/boxart/3663365ccc.jpg,Looney Tunes: Acme Arsenal,PS2,Action,Warner Bros. Interactive,Red Tribe,,0.38,0.19,,0.15,0.05,2007-10-09, -/games/boxart/159107ccc.gif,Ice Age,GBA,Action,Ubisoft,A2M,4.2,0.38,0.27,,0.1,0.01,2002-03-18, -/games/boxart/full_8153112AmericaFrontccc.jpg,Headhunter,PS2,Action,Sega,Amuze,,0.38,0.19,,0.15,0.05,2002-05-09, -/games/boxart/full_wipeout-2048_863AmericaFront.jpg,Wipeout 2048,PSV,Racing,Sony Computer Entertainment,Studio Liverpool,,0.38,0.13,,0.19,0.06,2012-02-15, -/games/boxart/full_9454630AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Heroes 3,PSP,Fighting,Namco Bandai,CyberConnect2,,0.38,0.13,0.19,0.04,0.03,2010-05-11, -/games/boxart/full_9174019AmericaFrontccc.jpg,Marvel Nemesis: Rise of the Imperfects,GC,Fighting,Electronic Arts,Nihilistic Software,6,0.38,0.3,,0.08,0.01,2005-09-20, -/games/boxart/full_wwe-smackdown-vs-raw-2011_7AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PS2,Fighting,THQ,JAKKS Pacific,,0.38,0.24,,0.07,0.07,2010-10-26, -/games/boxart/full_2510938AmericaFrontccc.jpg,Tales of Hearts R,PSV,Role-Playing,Namco Bandai Games,7thChord,,0.38,0.11,0.09,0.12,0.07,2014-11-11,2018-09-24 -/games/boxart/7278668ccc.jpg,Viking: Battle for Asgard,PS3,Action,Sega,The Creative Assembly,6.6,0.38,0.14,,0.18,0.07,2008-03-25, -/games/boxart/full_mini-yonku-gb-lets-ampamp-go_308JapanFront.jpg,Mini-Yonku GB: Let's & Go!!,GB,Strategy,ASCII Entertainment,Jupiter Multimedia,,0.37,,0.37,,0,1997-05-23, -/games/boxart/full_9943799AmericaFrontccc.jpg,Firewall: Zero Hour,PS4,Shooter,Sony Interactive Entertainment,First Contact Entertainment Inc.,,0.37,0.14,0.02,0.16,0.06,2018-08-29,2018-09-26 -/games/boxart/full_zhuzhu-pets-featuring-the-wild-bunch_1AmericaFront.jpg,ZhuZhu Pets: Featuring The Wild Bunch,Wii,Simulation,Activision,Black Lantern Studios,,0.37,0.31,,0.03,0.03,2010-10-19, -/games/boxart/full_4381000AmericaFrontccc.jpg,DiRT 2,Wii,Racing,Codemasters,Codemasters,4.6,0.37,0.1,,0.23,0.04,2009-09-08, -/games/boxart/full_7772985AmericaFrontccc.jpg,Dawn of Discovery,PC,Simulation,Ubisoft,Related Designs,8.4,0.37,,,0.32,0.05,2009-06-25, -/games/boxart/full_8810162AmericaFrontccc.jpg,The Sims 2: Castaway,PS2,Simulation,Electronic Arts,Maxis,,0.37,0.3,,0.01,0.05,2007-10-22, -/games/boxart/2750341ccc.jpg,Kingdom Under Fire: Circle of Doom,X360,Role-Playing,Microsoft,Blue Side,,0.37,0.18,0.04,0.12,0.04,2008-01-08, -/games/boxart/full_6597765JapanFrontccc.jpg,Tobal 2,PS,Fighting,Square,DreamFactory,,0.37,,0.35,,0.02,1997-04-25, -/games/boxart/2179284ccc.jpg,Custom Robo,GC,Fighting,Nintendo,Noise Inc.,,0.37,0.29,,0.07,0.01,2004-05-10, -/games/boxart/full_ea-sports-mma_10AmericaFront.jpg,EA Sports MMA,PS3,Fighting,EA Sports,EA Tiburon,7.6,0.37,0.16,0.01,0.14,0.06,2010-10-19, -/games/boxart/full_5530627AmericaFrontccc.jpg,Naruto Shippuden: Ninja Destiny 2,DS,Fighting,Tomy Corporation,Dream Factory,,0.37,0.19,0.13,0.03,0.02,2009-09-15, -/games/boxart/full_2916906AmericaFrontccc.jpg,Virtua Fighter 3tb,DC,Fighting,Sega,Sega,8.1,0.37,,0.37,,0,1999-10-18, -/games/boxart/full_6485531AmericaFrontccc.jpg,Thief,PS3,Action,Square Enix,Eidos Montreal,,0.37,0.1,0.03,0.19,0.06,2014-02-25,2018-01-04 -/games/boxart/full_3715858AmericaFrontccc.jpg,Scooby-Doo! Classic Creep Capers,N64,Action,THQ,Terraglyph Interactive Studios,,0.37,0.3,,0.06,0,2000-12-04, -/games/boxart/full_3486808JapanFrontccc.jpg,Yarudora Series Vol.1: Double Cast,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,0.37,,0.35,,0.02,1998-06-25, -/games/boxart/full_9324665AmericaFrontccc.jpg,Overlord: Dark Legend,Wii,Adventure,Codemasters,Climax Group,7,0.37,0.11,,0.22,0.04,2009-06-23, -/games/boxart/full_3490971AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,DS,Racing,Activision,Virtuos,,0.37,0.25,,0.08,0.03,2009-10-27, -/games/boxart/full_6511169AmericaFrontccc.png,Burnout Paradise Remastered,PS4,Racing,Electronic Arts,Stellar Entertainment,8,0.37,0.08,0.01,0.22,0.06,2018-03-16,2018-02-24 -/games/boxart/2228825ccc.jpg,Juiced 2: Hot Import Nights,PSP,Racing,THQ,Juice Games,,0.37,0.06,,0.2,0.11,2007-10-08, -/games/boxart/full_need-for-speed-hot-pursuit_106AmericaFront.jpg,Need for Speed: Hot Pursuit,PC,Racing,Electronic Arts,Criterion Games,8.9,0.37,0.12,,0.2,0.05,2010-11-16, -/games/boxart/full_4075557AmericaFrontccc.jpg,Batman: Arkham City Armored Edition,WiiU,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,8.6,0.37,0.16,,0.18,0.03,2012-11-18,2018-04-20 -/games/boxart/full_8437591AmericaFrontccc.jpeg,Minecraft,3DS,Misc,Nintendo,Other Ocean Interactive,6.7,0.37,0.33,,,0.04,2017-11-10,2018-08-05 -/games/boxart/full_2230064AmericaFrontccc.jpg,Go Vacation,NS,Misc,Nintendo,Bandai Namco Studios,,0.37,0.12,0.01,0.22,0.03,2018-07-27,2019-03-30 -/games/boxart/full_1654292AmericaFrontccc.jpg,Guitar Hero On Tour: Modern Hits,DS,Misc,Activision,Activision,7.3,0.37,0.13,,0.2,0.04,2009-06-09, -/games/boxart/full_5836230AmericaFrontccc.jpg,Trivial Pursuit,X360,Misc,Electronic Arts,Adrenalin Interactive,,0.37,0.12,,0.21,0.04,2009-03-10, -/games/boxart/full_green-day-rock-band_3AmericaFront.jpg,Green Day: Rock Band,Wii,Misc,MTV Games,Harmonix Music Systems,,0.37,0.22,,0.12,0.03,2010-06-08, -/games/boxart/2100962ccc.jpg,NFL Street 2 Unleashed,PSP,Sports,Electronic Arts,EA Tiburon,7.4,0.37,0.34,,,0.03,2005-03-21, -/games/boxart/full_6319475AmericaFrontccc.jpg,FIFA Street 2,PS2,Sports,EA Sports BIG,EA Canada,,0.37,0.17,0.02,0.13,0.04,2006-02-28, -/games/boxart/9693229ccc.jpg,Bottom of the 9th,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.37,0.37,,,0,1999-04-14, -/games/boxart/5564726ccc.jpg,Skate,PS3,Sports,Electronic Arts,EA Black Box,,0.37,0.29,0,0.04,0.03,2007-09-24, -/games/boxart/3517456ccc.jpg,High Heat Major League Baseball 2003,PS2,Sports,3DO,3DO,,0.37,0.18,,0.14,0.05,2002-02-09, -/games/boxart/full_super-formation-soccer-94_9JapanFront.jpg,Super Formation Soccer 94,SNES,Sports,Human Entertainment,Human Entertainment,,0.37,,0.37,,,1994-06-17, -/games/boxart/9598252ccc.jpg,Barbie Horse Adventures: Blue Ribbon Race,GBA,Sports,Knowledge Adventure,Mobius Entertainment,,0.37,0.26,,0.1,0.01,2003-09-17, -/games/boxart/full_1440420JapanFrontccc.jpg,Kotoba no Puzzle: Mojipittan DS,DS,Puzzle,Namco Bandai,Bandai Namco Games,,0.37,,0.37,,,2007-03-15, -/games/boxart/full_5531405AmericaFrontccc.png,NHL 15,PS3,Sports,EA Sports,EA Canada,,0.37,0.22,,0.09,0.07,2014-09-09,2018-01-10 -/games/boxart/full_3867868AmericaFrontccc.jpg,NBA 2K10,Wii,Sports,2K Sports,Visual Concepts,5.1,0.37,0.34,,0,0.03,2009-11-09, -/games/boxart/full_4750177AmericaFrontccc.jpg,Tiger Woods PGA Tour 09,PS2,Sports,EA Sports,EA Tiburon,,0.37,0.16,,0,0.21,2008-08-26, -/games/boxart/full_5655507AmericaFrontccc.jpg,NCAA Football 07,PSP,Sports,Electronic Arts,EA Sports,7.6,0.37,0.34,,,0.03,2006-07-18, -/games/boxart/7014377ccc.jpg,Cabela's Deer Hunt 2005 Season,PS2,Sports,Activision,Sand Grain Studios,,0.37,0.18,,0.14,0.05,2004-08-26, -/games/boxart/full_1956269AmericaFrontccc.jpg,Rec Room Games,Wii,Sports,Destineer,Arcade Moon,,0.37,0.35,,,0.03,2009-12-01, -/games/boxart/full_7045647AmericaFrontccc.jpg,Virtua Tennis 2009,Wii,Sports,Sega,Sumo Digital,7.3,0.37,0.12,,0.21,0.04,2009-06-09, -/games/boxart/full_661766AmericaFrontccc.jpg,WWE 2K17,PS3,Sports,2K Games,Yuke's,,0.37,0.11,,0.19,0.06,2016-10-11,2018-04-05 -/games/boxart/3482932ccc.jpg,The BIGS,Wii,Sports,2K Sports,Blue Castle Games,,0.37,0.34,,0,0.03,2007-06-25, -/games/boxart/full_8126540PALFrontccc.jpg,LEGO Batman 2: DC Super Heroes,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.37,0.16,,0.13,0.08,2012-06-26,2018-03-15 -/games/boxart/full_7912087AmericaFrontccc.jpg,Resident Evil: Origins Collection,PS4,Action-Adventure,Capcom,Capcom,,0.37,0.07,0.07,0.18,0.05,2016-01-19,2018-09-04 -/games/boxart/full_3966228AmericaFrontccc.jpg,Major League Baseball 2K6,X360,Sports,2K Sports,Kush Games,6.3,0.37,0.34,,,0.03,2006-04-10, -/games/boxart/8795022ccc.jpg,NBA Inside Drive 2002,XB,Sports,Microsoft,High Voltage Software,,0.37,0.28,,0.08,0.01,2002-01-21, -/games/boxart/full_cabelas-big-game-hunter-2012_486AmericaFront.jpg,Cabela's Big Game Hunter 2012,Wii,Sports,Activision,Activision,,0.37,0.33,,0.02,0.02,2011-09-27, -/games/boxart/full_6390282AmericaFrontccc.jpg,Reel Fishing III,PS2,Sports,Natsume,Natsume,,0.37,0.18,,0.14,0.05,2003-09-11, -/games/boxart/full_4219697PALFrontccc.jpg,Middle-Earth: Shadow of Mordor,PC,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,0.37,0.14,,0.2,0.03,2014-09-30,2018-05-04 -/games/boxart/7868824ccc.jpg,Spider-Man: Friend or Foe,PS2,Action,Activision,Next Level Games,5.4,0.37,0.31,,0.01,0.05,2007-10-02, -/games/boxart/6442314ccc.jpg,Pac-Man World 2,GC,Platform,Namco,Namco,7.5,0.37,0.28,,0.07,0.01,2002-03-19, -/games/boxart/full_the-legend-of-spyro-a-new-beginning_911AmericaFront.jpg,The Legend of Spyro: A New Beginning,DS,Platform,Sierra Entertainment,Amaze Entertainment,7.1,0.37,0.33,,0.01,0.03,2006-10-17, -/games/boxart/4697419ccc.jpg,The Legend of Spyro: The Eternal Night,DS,Platform,Sierra Entertainment,Amaze Entertainment,,0.37,0.32,,0.02,0.03,2007-10-02, -/games/boxart/full_556920AmericaFrontccc.jpg,Sonic Lost World,WiiU,Platform,Sega,Sonic Team,6,0.37,0.2,0.01,0.13,0.03,2013-10-29,2018-04-07 -/games/boxart/full_5245960AmericaFrontccc.jpg,Castlevania: Order of Ecclesia,DS,Platform,Konami,Konami,8.2,0.37,0.27,0.04,0.03,0.03,2008-10-21, -/games/boxart/full_9338477AmericaFrontccc.jpg,"Monsters, Inc. Scream Arena",GC,Platform,THQ,Radical Entertainment,3.8,0.37,0.29,,0.07,0.01,2002-09-14, -/games/boxart/full_slime-morimori-dragon-quest-shougeki-no-shippo-dan_366JapanFront.jpg,Slime MoriMori Dragon Quest: Shougeki No Shippo Dan,GBA,Adventure,Square Enix,TOSE Software,,0.37,,0.36,,0.01,2003-11-14, -/games/boxart/5619714ccc.jpg,Harry Potter and the Order of the Phoenix,PSP,Adventure,Electronic Arts,EA UK,4.8,0.37,0.1,,0.17,0.1,2007-06-25, -/games/boxart/full_5231178AmericaFrontccc.jpg,Rise of the Tomb Raider,X360,Adventure,Square Enix,Crystal Dynamics,,0.37,0.21,,0.12,0.03,2015-11-10,2018-04-11 -/games/boxart/full_999-9-hours-9-people-9-doors_1AmericaFront.jpg,"999: Nine Hours, Nine Persons, Nine Doors",DS,Adventure,Aksys Games,Spike,7.9,0.37,0.31,0.03,,0.02,2010-11-16, -/games/boxart/full_5889144JapanFrontccc.jpg,Super Robot Taisen EX,SNES,Strategy,Banpresto,WinkySoft,,0.37,,0.37,,,1994-03-25, -/games/boxart/full_fushigi-no-dungeon-furai-no-shiren-2-oni-shuurai-shiren-shiro_0JapanFront.jpg,Fushigi no Dungeon: Furai no Shiren 2 - Oni Shuurai! Shiren Shiro!,N64,Role-Playing,ChunSoft,ChunSoft,,0.37,,0.32,,0.05,2000-09-27, -/games/boxart/full_9593289AmericaFrontccc.png,Shin Megami Tensei IV: Apocalypse,3DS,Role-Playing,Atlus,Atlus,8.1,0.37,0.15,0.16,0.05,0.02,2016-09-20,2018-05-29 -/games/boxart/full_5316488AmericaFrontccc.jpg,Vampyr,PS4,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,0.37,0.12,,0.19,0.06,2018-06-05,2018-02-08 -/games/boxart/full_dungeon-siege-iii_808AmericaFront.jpg,Dungeon Siege III,X360,Role-Playing,Square Enix,Obsidian Entertainment,7.2,0.37,0.21,0.01,0.12,0.03,2011-06-21, -/games/boxart/full_9497260AmericaFrontccc.jpg,Rune Factory: Frontier,Wii,Role-Playing,Xseed Games,Neverland Company,7.9,0.37,0.16,0.04,0.13,0.03,2009-03-17, -/games/boxart/full_6218092AmericaFrontccc.png,Defiance,PS3,Action,Trion Worlds,Trion Worlds,,0.37,0.19,,0.12,0.06,2013-04-02,2018-05-19 -/games/boxart/7329621ccc.jpg,Tomb Raider: Legend,X360,Action,Eidos Interactive,Crystal Dynamics,8.1,0.37,0.27,0.01,0.07,0.03,2006-04-11, -/games/boxart/full_8625218AmericaFrontccc.jpg,Mini Ninjas,Wii,Action,Eidos Interactive,IO Interactive,7.6,0.37,0.16,,0.17,0.04,2009-09-08, -/games/boxart/default.jpg,Warriors Orochi 2,PS3,Action,Tecmo Koei,Omega Force,,0.37,,0.37,,,2012-03-20,2018-04-24 -/games/boxart/full_5415805AmericaFrontccc.jpg,Ultimate Spider-Man,GC,Action,Activision,Treyarch,,0.37,0.29,,0.07,0.01,2005-09-21, -/games/boxart/full_83060AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,PSP,Action,Ubisoft,Quebec City,,0.37,0.09,0.01,0.18,0.1,2010-05-18, -/games/boxart/8290624ccc.jpg,Rampage: Total Destruction,PS2,Action,Midway Games,"Pipeworks Software, Inc.",,0.37,0.18,,0.14,0.05,2006-04-24, -/games/boxart/full_6466603AmericaFrontccc.jpg,Dynasty Warriors 9,PS4,Action,Tecmo Koei,Omega Force,,0.37,0.1,0.17,0.06,0.03,2018-02-13,2017-12-31 -/games/boxart/full_6243073AmericaFrontccc.jpg,Fragile Dreams: Farewell Ruins of the Moon,Wii,Role-Playing,Xseed Games,Tri-Crescendo,6.7,0.37,0.16,0.06,0.12,0.03,2010-03-16, -/games/boxart/full_55514JapanFrontccc.jpg,Shin Megami Tensei II,SNES,Role-Playing,Atlus,Atlus Co.,,0.37,,0.37,,0,1994-04-18, -/games/boxart/7324046ccc.jpg,Marvel: Ultimate Alliance,PSP,Role-Playing,Activision,Vicarious Visions,8.5,0.37,0.33,,0,0.03,2006-10-24, -/games/boxart/3769811ccc.jpg,Dragonfire,2600,Action,Imagic,Imagic,,0.37,0.35,,0.02,0,1982-01-01, -/games/boxart/full_8708226AmericaFrontccc.jpg,Yakuza: Kiwami 2,PS4,Action,Sega,Sega,,0.37,0.08,0.19,0.06,0.03,2018-08-28,2018-01-07 -/games/boxart/full_6224369AmericaFrontccc.jpg,Petz: Catz 2,PS2,Simulation,Ubisoft,Yuke's Media Creations,,0.37,0.18,,0.14,0.05,2007-11-14, -/games/boxart/full_9483063AmericaFrontccc.jpg,Imagine: Salon Stylist,DS,Simulation,Ubisoft,Playbox Limited,,0.37,0.23,,0.11,0.03,2009-09-29, -/games/boxart/full_3051768AmericaFrontccc.jpg,Hell's Kitchen: The Game,DS,Simulation,Ubisoft,Ludia Inc.,,0.37,0.34,,0,0.03,2008-09-09, -/games/boxart/full_1577541AmericaFrontccc.jpg,The Golden Compass,PSP,Adventure,Sega,Shiny Entertainment,2.8,0.37,0.11,,0.16,0.1,2007-12-04, -/games/boxart/full_699516AmericaFrontccc.jpg,Petz Rescue: Ocean Patrol,DS,Adventure,Ubisoft,Magic Pockets,,0.37,0.35,,,0.03,2008-10-28, -/games/boxart/full_1967957AmericaFrontccc.jpg,Kileak: The DNA Imperative,PS,Shooter,Sony Computer Entertainment,Genki,,0.37,0.08,0.21,0.06,0.02,1995-01-01, -/games/boxart/6598021ccc.jpg,Quake 4,X360,Shooter,Activision,id Software / Raven Software,7.3,0.37,0.32,,0.02,0.03,2005-11-18, -/games/boxart/8378725ccc.jpg,Panzer Dragoon,SAT,Shooter,Sega,Team Andromeda,,0.37,,0.37,,,1995-05-11, -/games/boxart/1030713ccc.jpg,Turok: Rage Wars,N64,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,0.37,0.3,,0.06,0,1999-11-23, -/games/boxart/full_rage_76AmericaFront.jpg,Rage,PC,Shooter,Bethesda Softworks,id Software,7.8,0.37,0.14,,0.18,0.05,2011-10-04, -/games/boxart/full_the-house-of-the-dead-overkill-extended-cut_133AmericaFront.jpg,The House of the Dead: Overkill - Extended Cut,PS3,Shooter,Sega,Headstrong Games,7.2,0.37,0.15,,0.16,0.05,2011-10-25, -/games/boxart/full_5809157AmericaFrontccc.jpg,Wanted: Weapons of Fate,X360,Shooter,Warner Bros. Interactive,GRIN,6.2,0.37,0.17,0,0.15,0.04,2009-03-24, -/games/boxart/3703037ccc.jpg,Solaris,2600,Shooter,Atari,Atari,,0.37,0.35,,0.02,0,1986-07-13, -/games/boxart/full_9986454AmericaFrontccc.jpg,Life is Strange,PS4,Adventure,Square Enix,DONTNOD Entertainment,,0.37,0.11,0.05,0.16,0.05,2016-01-19,2018-01-07 -/games/boxart/full_2806043AmericaFrontccc.jpg,ESPN X Games Skateboarding,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.36,0.18,,0.14,0.05,2001-08-13, -/games/boxart/full_one-piece-gigant-battle_10PALFront.jpg,One Piece: Gigant Battle!,DS,Fighting,Namco Bandai,Ganbarion,,0.36,,0.36,,,2010-09-09, -/games/boxart/full_919423AmericaFrontccc.jpg,BlazBlue: Calamity Trigger,X360,Fighting,Aksys Games,Arc System Works,8.5,0.36,0.21,0.04,0.08,0.03,2009-06-30, -/games/boxart/full_4674171AmericaFrontccc.jpg,Dragon Ball Z: Infinite World,PS2,Fighting,Atari,Dimps Corporation,,0.36,0.08,0.21,0.06,0.02,2008-11-04, -/games/boxart/97071ccc.jpg,My Horse & Me,DS,Sports,Atari,Mistic Software,,0.36,0.33,,0,0.03,2008-02-05, -/games/boxart/2214197ccc.jpg,Big Bass World Championship,PS,Sports,Hot-B,Unknown,,0.36,0.2,,0.14,0.02,1997-03-27, -/games/boxart/445373ccc.jpg,Rapala Pro Fishing,PS2,Sports,Activision,Sand Grain Studios,,0.36,0.18,,0.14,0.05,2004-08-31, -/games/boxart/full_6690639AmericaFrontccc.jpg,Tiger Woods PGA Tour 14,X360,Sports,EA Sports,EA Tiburon,,0.36,0.21,,0.12,0.03,2013-03-26,2018-10-16 -/games/boxart/full_2780618JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou '04,PS2,Sports,Sega,Smilebit,,0.36,,0.36,,,2004-06-24, -/games/boxart/full_1937965AmericaFrontccc.jpg,NHL 2K10,PS2,Sports,2K Sports,Visual Concepts,,0.36,0.17,,0.14,0.05,2009-09-15, -/games/boxart/full_8182511JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou!,DC,Sports,Sega,Smilebit,,0.36,,0.36,,0,1999-09-30, -/games/boxart/full_3433895AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,PS4,Shooter,City Interactive,City Interactive,,0.36,0.14,0.03,0.15,0.06,2017-04-25,2018-05-29 -/games/boxart/full_3774577AmericaFrontccc.jpg,Left 4 Dead 2,PC,Shooter,Valve,Certain Affinity / Valve Software,9,0.36,,,0.32,0.04,2009-11-17, -/games/boxart/full_3005818AmericaFrontccc.jpg,Earth Defense Force 2025,PS3,Shooter,D3Publisher,Sandlot,,0.36,0.04,0.27,0.03,0.01,2014-02-18,2018-10-16 -/games/boxart/4209423ccc.jpg,SOCOM: Tactical Strike,PSP,Shooter,Sony Computer Entertainment,Slant Six,7.1,0.36,0.32,,0.01,0.03,2007-11-06, -/games/boxart/full_3464183AmericaFrontccc.jpg,Okage: Shadow King,PS2,Role-Playing,Sony Computer Entertainment,Zener Works,,0.36,0.14,0.08,0.11,0.04,2001-10-01, -/games/boxart/4859211ccc.jpg,NBA Live 2003,XB,Sports,EA Sports,EA Canada,,0.36,0.31,,0.04,0.01,2002-10-08, -/games/boxart/full_5526601AmericaFrontccc.jpg,ESPN: Sports Connection,WiiU,Sports,Ubisoft,Ubisoft Barcelona,3,0.36,0.2,,0.13,0.03,2012-11-18,2020-09-14 -/games/boxart/full_1482711JapanFrontccc.jpg,Zero4 Champ RR,SNES,Sports,Media Rings,Media Rings,,0.36,,0.36,,,1994-07-22, -/games/boxart/full_5346972AmericaFrontccc.jpg,High Heat Major League Baseball 2004,PS2,Sports,3DO,3DO,,0.36,0.18,,0.14,0.05,2003-02-20, -/games/boxart/full_tekken-hybrid_218AmericaFront.jpg,Tekken Hybrid,PS3,Fighting,Namco,Namco Bandai Games,4,0.36,0.21,0.04,0.07,0.04,2011-11-22, -/games/boxart/full_3416718JapanFrontccc.jpg,Super Fire ProWrestling Special,SNES,Fighting,Human Entertainment,Human Club,,0.36,,0.36,,,1994-12-22, -/games/boxart/full_1169040JapanFrontccc.jpg,Yuu Yuu Hakusho,SNES,Fighting,Namco,Namco,,0.36,,0.36,,0,1993-12-22, -/games/boxart/full_6255628JapanFrontccc.jpg,Boxer's Road,PS,Fighting,New,New Corporation,,0.36,,0.33,,0.02,1995-09-08, -/games/boxart/3516939ccc.jpg,Breath of Fire II,SNES,Role-Playing,Capcom,Capcom,8.3,0.36,,0.36,,,1995-12-01, -/games/boxart/full_4592558AmericaFrontccc.jpg,Arc the Lad: Twilight of the Spirits,PS2,Role-Playing,Sony Computer Entertainment,Cattle Call,7.3,0.36,0.18,,0.14,0.05,2003-06-25, -/games/boxart/full_toriko-gourmet-survival_887JapanFront.jpg,Toriko: Gourmet Survival!,PSP,Role-Playing,Namco Bandai,Namco Bandai Games,,0.36,,0.36,,,2011-08-04, -/games/boxart/full_1742861AmericaFrontccc.jpg,Sword Art Online: Lost Song,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.36,0.19,,0.11,0.06,2015-11-17, -/games/boxart/full_890773AmericaFrontccc.jpg,LocoRoco 2,PSP,Platform,Sony Computer Entertainment,SCE Japan Studio,8.5,0.36,0.21,0.01,0.09,0.05,2009-02-10,2018-09-17 -/games/boxart/full_3366096AmericaFrontccc.jpg,Just Dance 2016,X360,Music,Ubisoft,Ubisoft Paris,,0.36,0.26,,0.06,0.04,2015-10-20,2018-04-05 -/games/boxart/389211ccc.jpg,North American Hunting Extravaganza,Wii,Sports,Destineer,Arcade Moon,,0.36,0.33,,0,0.03,2008-10-15, -/games/boxart/full_3971155AmericaFrontccc.jpg,Shaun Palmer's Pro Snowboarder,GBA,Sports,Activision,Natsume,,0.36,0.26,,0.1,0.01,2001-11-27, -/games/boxart/full_3866694AmericaFrontccc.jpg,Tiger Woods PGA Tour 09,PSP,Sports,EA Sports,EA Tiburon,5.2,0.36,0.07,,0.19,0.1,2008-08-26, -/games/boxart/full_504516JapanFrontccc.jpg,Hamster Club 3,GBA,Simulation,Jorudan,Jorudan,,0.36,,0.35,,0.01,2002-03-29, -/games/boxart/full_6131610AmericaFrontccc.jpg,Formula 1 Championship Edition,PS,Racing,Sony Computer Entertainment,Bizarre Creations,8.5,0.36,0.06,0.23,0.04,0.02,1997-09-30, -/games/boxart/5679500ccc.gif,NFL GameDay 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.36,0.18,,0.14,0.05,2000-11-13, -/games/boxart/full_need-for-speed-the-run_698AmericaFront.jpg,Need for Speed: The Run,PC,Racing,Electronic Arts,EA Black Box,,0.36,0.09,,0.21,0.07,2011-11-15, -/games/boxart/full_3478135AmericaFrontccc.jpg,World's Scariest Police Chases,PS,Racing,Activision,UDS,,0.36,0.2,,0.14,0.02,2001-05-21, -/games/boxart/full_1813347AmericaFrontccc.jpg,LEGO Racers,PS,Racing,LEGO Media,High Voltage Software,,0.36,0.2,,0.14,0.02,1999-12-17, -/games/boxart/full_5166820AmericaFrontccc.jpg,ATV/Monster Truck Mayhem,DS,Racing,"Destination Software, Inc",Destination,,0.36,0.33,,,0.02,2007-07-15, -/games/boxart/full_6082298AmericaFrontccc.jpg,Arctic Thunder,PS2,Racing,Midway Games,Inland Productions,,0.36,0.17,,0.14,0.05,2001-09-17, -/games/boxart/full_6802014AmericaFrontccc.jpg,Kirby's Dream Land 3,SNES,Platform,Nintendo,HAL Laboratory,,0.36,,0.36,,0,1997-11-27, -/games/boxart/9609758ccc.jpg,Disney's The Haunted Mansion,PS2,Platform,TDK Mediactive,High Voltage Software,,0.36,0.18,,0.14,0.05,2003-10-14, -/games/boxart/full_8867893AmericaFrontccc.jpg,Mega Man 11,NS,Platform,Capcom,Capcom,8,0.36,0.29,0.03,,0.03,2018-10-02,2018-09-12 -/games/boxart/full_6021892JapanFrontccc.jpg,Ganbare Goemon 3: Shishi Jyuurokubei no Karakuri Manji Katame,SNES,Platform,Konami,Konami,,0.36,,0.36,,,1994-12-16, -/games/boxart/1193465ccc.gif,Shrek,XB,Platform,TDK Mediactive,Digital Illusions,,0.36,0.25,,0.1,0.01,2001-11-14, -/games/boxart/full_8292760JapanFrontccc.jpg,Kamaitachi no Yoru 2,PS2,Adventure,ChunSoft,ChunSoft,,0.36,,0.36,,,2002-07-18, -/games/boxart/full_996211AmericaFrontccc.jpg,Robots,PS2,Adventure,VU Games,Eurocom Entertainment Software,,0.36,0.18,,0.14,0.05,2005-02-24, -/games/boxart/full_6798432AmericaFrontccc.jpg,Marvel Super Hero Squad,Wii,Adventure,THQ,Blue Tongue,,0.36,0.3,,0.03,0.03,2009-10-20, -/games/boxart/full_7114067JapanFrontccc.jpg,Nonomura Byoin no Hitobito,SAT,Adventure,Elf,Elf,,0.36,,0.36,,0,1996-04-26, -/games/boxart/8899724ccc.jpg,South Park Rally,PS,Racing,Acclaim Entertainment,Tantalus Interactive,3.9,0.36,0.2,,0.13,0.02,1999-11-30, -/games/boxart/full_build-a-bear-workshop-a-friend-fur-all-seasons_3AmericaFront.jpg,Build-A-Bear Workshop: A Friend Fur All Seasons,Wii,Simulation,Game Factory,Neko Entertainment,,0.36,0.33,,0,0.03,2008-10-21, -/games/boxart/full_212241AmericaFrontccc.jpg,Monster Rancher 3,PS2,Simulation,Tecmo,Tecmo,,0.36,0.11,0.14,0.09,0.03,2001-09-24, -/games/boxart/full_9441705JapanFrontccc.jpg,Dance Dance Revolution 3rdMix,PS,Simulation,Konami,KCET,,0.36,,0.33,,0.02,2000-06-01, -/games/boxart/full_kinectimals-now-with-bears_614AmericaFront.jpg,Kinectimals: Now with Bears!,X360,Simulation,Microsoft Studios,Frontier Developments,,0.36,0.27,,0.06,0.03,2011-10-11,2018-09-29 -/games/boxart/full_harvest-moon-the-tale-of-two-towns_359AmericaFront.jpg,Harvest Moon: The Tale of Two Towns,3DS,Simulation,Natsume,Marvelous Interactive,6.3,0.36,0.28,0.05,0,0.02,2011-11-01,2018-01-07 -/games/boxart/full_7565977AmericaFrontccc.jpg,Trauma Center: Under the Knife,DS,Simulation,Atlus,Atlus Co.,8,0.36,0.3,0.02,0.01,0.03,2005-10-04, -/games/boxart/full_5190560AmericaFrontccc.jpg,Hamtaro: Ham-Ham Heartbreak,GBA,Action,Nintendo,Nintendo,8,0.36,0.26,,0.1,0.01,2003-04-08, -/games/boxart/full_3280778JapanFrontccc.jpg,Mobile Suit Z-Gundam,PS,Action,Bandai,Bandai,,0.36,,0.34,,0.02,1997-12-11, -/games/boxart/311240ccc.jpg,MechWarrior 2: 31st Century Combat,PS,Simulation,Activision,Quantum Factory,,0.36,0.2,,0.14,0.02,1997-02-28, -/games/boxart/full_1308924AmericaFrontccc.jpg,MechAssault 2: Lone Wolf,XB,Simulation,Microsoft Game Studios,Day 1 Studios,,0.36,0.27,,0.08,0.01,2004-12-28, -/games/boxart/full_9726665AmericaFrontccc.jpg,Saban's Power Rangers: Lightspeed Rescue,N64,Action,THQ,Mass Media,,0.36,0.29,,0.06,0,2000-09-28, -/games/boxart/full_4803869PALFrontccc.jpg,Toukiden,PSV,Action,Tecmo Koei,Omega Force,,0.36,0.04,0.25,0.05,0.03,2014-02-11,2018-11-04 -/games/boxart/full_6268791AmericaFrontccc.png,SAW,PS3,Action,Konami,Zombie Studios,6,0.36,0.13,,0.17,0.06,2009-10-06, -/games/boxart/full_digging-for-dinosaurs_1AmericaFront.jpg,Digging for Dinosaurs,DS,Action,Scholastic Inc.,CokeM Interactive,,0.36,0.33,,,0.03,2010-10-26, -/games/boxart/full_tom-clancys-hawx-2_4AmericaFront.jpg,Tom Clancy's HAWX 2,X360,Action,Ubisoft,Ubisoft Bucharest,,0.36,0.24,0.01,0.09,0.03,2010-09-07, -/games/boxart/full_4737621AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,PS2,Action,THQ,Heavy Iron Studios,6.1,0.36,0.18,,0.14,0.05,2005-11-01, -/games/boxart/full_1125362AmericaFrontccc.jpg,G-Force,PSP,Action,Disney Interactive Studios,Keen Games,7,0.36,0.24,,0.07,0.05,2009-07-21, -/games/boxart/7541004ccc.jpg,Frogs And Flies,2600,Action,Mattel Interactive,Mattel,,0.36,0.33,,0.02,0,1982-01-01, -/games/boxart/407746ccc.jpg,Cubix Robots for Everyone: Clash 'n' Bash,GBA,Action,10TACLE Studios,Blitz Games,,0.36,0.26,,0.1,0.01,2002-06-24, -/games/boxart/full_2615528AmericaFrontccc.jpg,The Wonderful 101,WiiU,Action,Nintendo,PlatinumGames,8,0.36,0.15,0.08,0.11,0.02,2013-09-15,2018-03-14 -/games/boxart/full_5023810AmericaFrontccc.jpg,Fist of The North Star: Lost Paradise,PS4,Action,Sega,Sega,,0.36,0.09,0.18,0.05,0.03,2018-10-02,2018-09-11 -/games/boxart/full_1448556AmericaFrontccc.jpg,Medieval II: Total War Gold Edition,PC,Strategy,Sega,The Creative Assembly,,0.36,,,0.34,0.03,2008-02-05, -/games/boxart/full_1155003AmericaFrontccc.png,Okami HD,PS4,Action,Capcom,Clover Studio,,0.36,0.16,0.03,0.12,0.06,2017-12-12,2018-01-07 -/games/boxart/4228000ccc.jpg,The Chronicles of Narnia: Prince Caspian,Wii,Adventure,Disney Interactive Studios,Traveller's Tales,,0.36,0.31,,0.02,0.03,2008-05-15, -/games/boxart/9260529ccc.jpg,Harry Potter and the Chamber of Secrets,XB,Adventure,Electronic Arts,Eurocom Entertainment Software,,0.36,0.27,,0.08,0.01,2002-11-14, -/games/boxart/full_153138AmericaFrontccc.jpg,Wonder Pets! Save the Animals!,DS,Adventure,2K Play,Black Lantern Studios,,0.36,0.33,,0,0.02,2008-10-27, -/games/boxart/5746363ccc.jpg,Jurassic Park,NES,Action,Ocean,Ocean,,0.36,0.25,,0.1,0.01,1993-06-01, -/games/boxart/6711346ccc.jpg,Mystical Ninja starring Goemon,N64,Action,Konami,Konami Computer Entertainment Osaka,,0.36,0.07,0.23,0.02,0.04,1998-04-16, -/games/boxart/2815640ccc.jpg,TMNT,Wii,Action,Ubisoft,Ubisoft Montreal,,0.36,0.3,,0.03,0.03,2007-03-20, -/games/boxart/full_4729465AmericaFrontccc.jpg,Nintendo Labo: Toy-Con 02 Robot Kit,NS,Action,Nintendo,Nintendo EPD,7,0.36,0.18,0.08,0.08,0.03,2018-04-20,2018-11-18 -/games/boxart/full_spider-man-shattered-dimensions_0AmericaFront.jpg,Spider-Man: Shattered Dimensions,X360,Action,Activision,Beenox Studios,8.2,0.36,0.24,,0.09,0.03,2010-09-07, -/games/boxart/full_1761699JapanFrontccc.jpg,Sentouchu: Densetsu no Shinobi to Survival Battle!,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.36,,0.36,,,2013-10-17,2018-01-20 -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_393AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,PSP,Action,Disney Interactive Studios,Traveller's Tales,6.8,0.36,0.12,,0.15,0.08,2011-05-10, -/games/boxart/1638093ccc.jpg,NBA 2K6,XB,Action,2K Sports,Unknown,,0.36,0.27,,0.08,0.01,2005-09-26, -/games/boxart/full_8865223JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen Z Saisei-hen,PSP,Strategy,Namco Bandai Games,Banpresto,,0.36,,0.36,,,2012-04-05,2018-10-16 -/games/boxart/full_super-robot-taisen-a_46JapanFront.jpg,Super Robot Taisen A,GBA,Strategy,Banpresto,Banpresto,,0.36,,0.35,,0.01,2001-09-21, -/games/boxart/4176058ccc.jpg,ESPN NFL Football,XB,Sports,Sega,Visual Concepts,,0.36,0.27,,0.08,0.01,2003-09-03, -/games/boxart/full_8265731AmericaFrontccc.jpg,Assassin's Creed III,WiiU,Action-Adventure,Ubisoft,Ubisoft Montreal,7.7,0.36,0.19,,0.14,0.03,2012-11-18,2020-09-08 -/games/boxart/full_3759832AmericaFrontccc.jpg,Tetrisphere,N64,Puzzle,Nintendo,H2O Interactive,,0.36,0.29,,0.06,0,1997-08-11, -/games/boxart/2833590ccc.jpg,NARC,PS2,Shooter,Midway Games,Point of View,5.5,0.36,0.18,,0.14,0.05,2005-03-22, -/games/boxart/6281228ccc.jpg,GoldenEye: Rogue Agent,GC,Shooter,Electronic Arts,Dreamworks Games,5.9,0.36,0.28,,0.07,0.01,2004-11-22, -/games/boxart/full_4527976AmericaFrontccc.jpg,Destiny 2: Forsaken,PS4,Shooter,Activision,Bungie,,0.36,0.19,,0.11,0.06,2018-09-04,2018-08-07 -/games/boxart/4365874ccc.jpg,Enemy Territory: Quake Wars,PS3,Shooter,Activision,Z-Axis,,0.35,0.23,,0.07,0.04,2008-05-27, -/games/boxart/full_5971418AmericaFrontccc.jpg,Call of Duty: Ghosts,WiiU,Shooter,Activision,Infinity Ward,8.8,0.35,0.22,0.01,0.09,0.03,2013-11-05,2018-03-21 -/games/boxart/full_346700AmericaFrontccc.jpg,Metro: Last Light,X360,Shooter,Deep Silver,4a-games,,0.35,0.17,0,0.15,0.03,2013-05-14,2018-07-17 -/games/boxart/full_ea-sports-mma_0AmericaFront.jpg,EA Sports MMA,X360,Fighting,EA Sports,EA Tiburon,7.7,0.35,0.23,,0.09,0.03,2010-10-19, -/games/boxart/full_9573533AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Smash-Up,Wii,Fighting,Ubisoft,Game Arts,7.2,0.35,0.33,,0,0.03,2009-09-22, -/games/boxart/full_8533911AmericaFrontccc.jpg,Dead or Alive 5 Last Round,PS4,Fighting,Tecmo Koei,Team Ninja,7.1,0.35,0.09,0.09,0.13,0.04,2015-02-17,2018-11-20 -/games/boxart/full_3499700AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.35,0.07,,0.22,0.05,2016-06-28,2018-03-31 -/games/boxart/full_naruto-shippuden-ultimate-ninja-impact_360PALFront.jpg,Naruto Shippuden: Ultimate Ninja Impact,PSP,Fighting,Namco Bandai,CyberConnect2,,0.35,0.09,0.15,0.07,0.04,2011-10-18, -/games/boxart/full_4896514AmericaFrontccc.jpg,Guilty Gear X2,PS2,Fighting,Sammy Corporation,Arc System Works,,0.35,0.09,0.16,0.07,0.02,2003-02-03, -/games/boxart/2602135ccc.jpg,Street Fighter Alpha: Warriors' Dreams,SAT,Fighting,Capcom,Capcom,,0.35,,0.35,,,1996-06-06, -/games/boxart/full_3131102AmericaFrontccc.jpg,Dragon Ball Z: Extreme Butoden,3DS,Fighting,Namco Bandai Games,Arc System Works,5,0.35,0.13,0.17,0.03,0.02,2015-10-20,2018-01-17 -/games/boxart/2953057ccc.jpg,Bloody Roar 3,PS2,Fighting,Activision,Eighting / Raizing,,0.35,0.15,0.05,0.11,0.04,2001-06-25, -/games/boxart/full_9074342AmericaFrontccc.jpg,NBA 2K17,X360,Sports,2K Sports,Visual Concepts,,0.35,0.26,,0.06,0.04,2016-09-16,2018-03-28 -/games/boxart/full_9878581AmericaFrontccc.jpg,Disney Infinity,3DS,Action-Adventure,Disney Interactive Studios,Altron,,0.35,0.22,,0.11,0.03,2013-08-18,2018-01-21 -/games/boxart/full_8631871AmericaFrontccc.jpg,Gravity Rush 2,PS4,Action-Adventure,Sony Interactive Entertainment,SIE Japan Studio,,0.35,0.13,0.13,0.05,0.04,2017-01-20,2018-02-09 -/games/boxart/9354887ccc.jpg,Blasto,PS,Action,Sony Computer Entertainment,Unknown,4.6,0.35,0.2,,0.13,0.02,1998-04-01, -/games/boxart/1204ccc.jpg,Disney's Tarzan: Return to the Jungle,GBA,Action,Activision,Digital Eclipse,6.9,0.35,0.25,,0.09,0.01,2002-09-14, -/games/boxart/full_transformers-dark-of-the-moon_585AmericaFront.jpg,Transformers: Dark of the Moon,PS3,Action,Activision,High Moon Studios,5.5,0.35,0.11,,0.18,0.06,2011-06-14, -/games/boxart/full_6053785AmericaFrontccc.jpg,Star Wars: Flight of the Falcon,GBA,Action,THQ,Pocket Studios,,0.35,0.25,,0.09,0.01,2003-11-18, -/games/boxart/full_dragon-ball-z-budokai-tenkaichi-2-jp-sales_618JapanFront.jpg,Dragon Ball Z: Budokai Tenkaichi 2 (JP sales),Wii,Action,Unknown,Unknown,,0.35,0.15,0.14,0.05,0.01,, -/games/boxart/full_904552AmericaFrontccc.png,Hello Neighbor,PS4,Action,Gearbox Software,Dynamic Pixels,,0.35,0.13,,0.16,0.06,2018-07-27,2018-11-06 -/games/boxart/1451754ccc.jpg,Chicken Shoot,Wii,Action,"Destination Software, Inc",Destination Software,3,0.35,0.32,,0,0.02,2007-07-05, -/games/boxart/full_1291081AmericaFrontccc.jpg,Dark Void,PS3,Action,Capcom,Airtight Games,6.1,0.35,0.18,,0.12,0.05,2010-01-19, -/games/boxart/full_6267191AmericaFrontccc.jpg,The Fairly Odd Parents: Shadow Showdown,PS2,Platform,THQ,Blitz Games,5,0.35,0.17,,0.13,0.04,2004-09-08, -/games/boxart/full_3546206AmericaFrontccc.jpg,Command & Conquer: Red Alert 3 Ultimate Edition,PS3,Strategy,Electronic Arts,EA Los Angeles,7.4,0.35,0.14,,0.16,0.06,2009-03-23, -/games/boxart/full_tropico-4_271AmericaFront.jpg,Tropico 4,X360,Strategy,Kalypso,Haemimont Games,,0.35,0.2,,0.12,0.03,2011-10-18, -/games/boxart/full_9858509AmericaFrontccc.jpg,Nicktoons: Unite!,GC,Adventure,THQ,Blue Tongue,,0.35,0.27,,0.07,0.01,2005-10-27, -/games/boxart/full_u-sing_6PALFront.jpg,U-Sing,Wii,Misc,Mindscape,Mindscape Inc.,,0.35,,,0.32,0.03,2009-11-06, -/games/boxart/1555848ccc.jpg,Batman: Rise of Sin Tzu,PS2,Action,Ubisoft,Ubisoft Montreal,,0.35,0.17,,0.13,0.05,2003-10-16, -/games/boxart/full_520439AmericaFrontccc.jpg,The Sims 4: City Living,PC,Simulation,Electronic Arts,Maxis,,0.35,0.03,,0.3,0.02,2016-11-01,2018-05-29 -/games/boxart/full_5846479AmericaFrontccc.jpg,CSI: Deadly Intent - The Hidden Cases,DS,Adventure,Ubisoft,Other Ocean Interactive,,0.35,0.16,,0.16,0.04,2009-10-27, -/games/boxart/full_3860428AmericaFrontccc.jpg,Hannah Montana: The Movie,Wii,Adventure,Disney Interactive Studios,n-Space,,0.35,0.13,,0.18,0.04,2009-04-07, -/games/boxart/4836201ccc.jpg,Charlie and the Chocolate Factory,PS2,Adventure,Global Star Software,High Voltage Software,,0.35,0.17,,0.13,0.04,2005-07-11, -/games/boxart/376238ccc.jpg,Mega Man X3,SNES,Platform,Capcom,Capcom,,0.35,0.04,0.3,0.01,,1995-11-30, -/games/boxart/2989327ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GBA,Platform,THQ,Helixe,5.5,0.35,0.25,,0.09,0.01,2003-09-24, -/games/boxart/full_6103008AmericaFrontccc.jpg,The Tale of Despereaux,PS2,Platform,Brash Entertainment,Sensory Sweep Studios,,0.35,0.17,,0.13,0.04,2008-12-02, -/games/boxart/2100838ccc.jpg,Rugrats: Royal Ransom,PS2,Platform,THQ,Avalanche Software,,0.35,0.17,,0.13,0.04,2002-11-16, -/games/boxart/full_7349178AmericaFrontccc.jpg,Over the Hedge,GC,Platform,Activision,Edge of Reality,6.7,0.35,0.27,,0.07,0.01,2006-05-09, -/games/boxart/full_2505175AmericaFrontccc.jpg,Need for Speed Carbon,GC,Racing,Electronic Arts,EA Black Box,7.7,0.35,0.27,,0.07,0.01,2006-10-31, -/games/boxart/full_983919AmericaFrontccc.jpg,Stunt Race FX,SNES,Racing,Nintendo,Argonaut Games,,0.35,,0.35,,,1994-01-01, -/games/boxart/4078331ccc.jpg,WWE Crush Hour,PS2,Racing,THQ,Pacific Coast Power & Light,,0.35,0.17,,0.13,0.04,2003-03-17, -/games/boxart/184007ccc.jpg,Cabela's Outdoor Adventures (2006),PS2,Sports,Activision,Sand Grain Studios,,0.35,0.17,,0.14,0.05,2005-09-14, -/games/boxart/1614750ccc.jpg,MotoGP 08,X360,Racing,Capcom,MileStone Inc.,6.8,0.35,0.11,,0.2,0.04,2008-10-28, -/games/boxart/full_5805084AmericaFrontccc.jpg,Rally Cross 2,PS,Racing,989 Studios,Idol Minds,,0.35,0.19,,0.13,0.02,1998-10-31, -/games/boxart/4848635ccc.jpg,Aggressive Inline,PS2,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",8.7,0.35,0.17,,0.13,0.04,2002-05-28, -/games/boxart/full_4070854AmericaFrontccc.jpg,Karaoke Revolution,PS2,Misc,Konami,Harmonix Music Systems,,0.35,0.17,,0.13,0.04,2003-10-24, -/games/boxart/full_9136038AmericaFrontccc.jpg,Guitar Hero: Smash Hits,PS3,Misc,Activision,Neversoft Entertainment,7.4,0.35,0.2,,0.11,0.05,2009-06-16, -/games/boxart/full_2452546JapanFrontccc.jpg,Momotarou Dentetsu 12,PS2,Misc,Hudson Soft,Hudson Soft,,0.35,,0.35,,,2003-12-11, -/games/boxart/full_7577154PALFrontccc.jpg,Skylanders SWAP Force,XOne,Misc,Activision,Unknown,,0.35,0.25,,0.07,0.03,2013-11-22, -/games/boxart/full_def-jam-rapstar_9AmericaFront.jpg,Def Jam Rapstar,PS3,Misc,Konami,4mm Games / Terminal Reality,7.4,0.35,0.27,,0.04,0.04,2010-10-05, -/games/boxart/full_8506904AmericaFrontccc.jpg,Sega Genesis Classics,PS4,Misc,Sega,Sega,,0.35,0.08,,0.21,0.05,2018-05-29,2018-09-22 -/games/boxart/full_823313AmericaFrontccc.jpg,The Sims 4: Get Together,PC,Simulation,Electronic Arts,Maxis,,0.35,0.05,,0.27,0.02,2015-12-08,2018-05-29 -/games/boxart/1957730ccc.jpg,Outlaw Golf 2,PS2,Sports,Global Star Software,Hypnotix,,0.35,0.17,,0.14,0.05,2004-11-25, -/games/boxart/2751720ccc.jpg,Cabela's Dangerous Hunts,XB,Sports,Activision,FUN Labs,,0.35,0.26,,0.08,0.01,2003-11-11, -/games/boxart/5472608ccc.jpg,College Hoops 2K8,PS2,Sports,2K Sports,Visual Concepts,,0.35,0.17,,0.13,0.04,2007-11-19, -/games/boxart/3731395ccc.jpg,Xbox Music Mixer,XB,Misc,Microsoft,WildTangent,,0.35,0.26,,0.08,0.01,2003-10-27, -/games/boxart/full_6391208AmericaFrontccc.jpg,Guitar Hero: Metallica,PS2,Misc,Activision,BudCat Creations,,0.35,0.17,,0.13,0.04,2009-04-14, -/games/boxart/full_7349452AmericaFrontccc.jpg,World of Final Fantasy,PSV,Role-Playing,Square Enix,Square Enix,,0.35,0.09,0.09,0.11,0.06,2016-10-25,2018-05-23 -/games/boxart/848681ccc.jpg,EverGrace,PS2,Role-Playing,Agetec,From Software,6.2,0.35,0.1,0.15,0.08,0.03,2000-10-24, -/games/boxart/full_5893644AmericaFrontccc.jpg,Lunar 2: Eternal Blue Complete,PS,Role-Playing,Working Designs,Game Arts,8.1,0.35,0.19,,0.13,0.02,2000-12-15, -/games/boxart/1412360ccc.jpg,Suikoden V,PS2,Role-Playing,Konami,Hudson Soft,7.9,0.35,0.08,0.19,0.06,0.02,2006-03-21, -/games/boxart/367323ccc.jpg,Persona 2: Eternal Punishment,PS,Role-Playing,Atlus,Atlus Co.,8.7,0.35,0.03,0.28,0.02,0.02,2000-12-22, -/games/boxart/full_might-ampamp-magic-heroes-vi_903AmericaFront.jpg,Might & Magic Heroes VI,PC,Role-Playing,Ubisoft,Black Hole Games,7.4,0.35,0.15,,0.14,0.05,2011-10-13, -/games/boxart/full_4834324AmericaFrontccc.jpg,Press Your Luck 2010 Edition,Wii,Misc,Ubisoft,Ludia Inc.,,0.35,0.33,,,0.03,2009-10-27, -/games/boxart/full_2330197AmericaFrontccc.jpg,Hello Kitty Daily,DS,Misc,Aspyr,Dorart,,0.35,0.32,,,0.03,2008-11-14, -/games/boxart/3821390ccc.jpg,NFL Street,GC,Sports,EA Sports BIG,EA Tiburon,8.3,0.35,0.27,,0.07,0.01,2004-01-13, -/games/boxart/full_6189861JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 7,PS2,Sports,Konami,Diamond Head,,0.35,,0.35,,,2000-07-06, -/games/boxart/2573530ccc.jpg,Resident Evil: Dead Aim,PS2,Shooter,Capcom,Cavia Inc.,6.7,0.35,0.17,,0.13,0.04,2003-06-18, -/games/boxart/full_686990AmericaFrontccc.jpg,Terminator Salvation,X360,Shooter,Warner Bros. Interactive,Halcyon,5.2,0.35,0.13,0,0.18,0.04,2009-05-19, -/games/boxart/full_from-tv-animation-one-piece-tobidase-kaizokudan_779JapanFront.jpg,From TV Animation One Piece: Tobidase Kaizokudan!,PS,Role-Playing,Bandai,Bandai,,0.35,,0.32,,0.02,2001-08-02, -/games/boxart/full_6052574PALFrontccc.jpg,Football Manager Handheld 2010,PSP,Sports,Sega,Sports Interactive,6,0.35,,,0.27,0.09,2009-10-30, -/games/boxart/full_9524189AmericaFrontccc.jpg,AMF Bowling World Lanes,Wii,Sports,Bethesda Softworks,Vir2L Studios,,0.35,0.33,,,0.03,2008-11-25, -/games/boxart/full_1487007JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 13,PS2,Sports,Konami,PawaPuro Production,,0.35,,0.35,,,2006-07-13, -/games/boxart/full_7055672AmericaFrontccc.jpg,NHL 2K10,Wii,Sports,2K Sports,Visual Concepts,8.2,0.35,0.32,,0.01,0.03,2009-09-15, -/games/boxart/full_1862419JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2000,N64,Sports,Konami,Diamond Head,,0.35,,0.29,,0.06,2000-04-29, -/games/boxart/full_9408102JapanFrontccc.jpg,Picross 2,GB,Puzzle,Nintendo,Jupiter Multimedia,,0.35,,0.35,,0,1996-10-19, -/games/boxart/6955995ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,PS2,Shooter,Ubisoft,Red Storm Entertainment,,0.35,0.17,,0.13,0.04,2005-09-06, -/games/boxart/6206730ccc.gif,Metal Arms: Glitch in the System,PS2,Shooter,VU Games,Mass Media,,0.35,0.17,,0.13,0.04,2003-11-18, -/games/boxart/full_tiger-woods-pga-tour-12-the-masters_889AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,Wii,Sports,EA Sports,EA Tiburon,,0.35,0.2,,0.12,0.03,2011-03-29, -/games/boxart/5064809ccc.jpg,MLB 06: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.3,0.35,0.32,,,0.03,2006-02-28, -/games/boxart/full_3233011AmericaFrontccc.jpg,Madden NFL 13,PSV,Sports,EA Sports,EA Tiburon,6.2,0.35,0.28,,,0.07,2012-08-28,2018-01-04 -/games/boxart/5422835ccc.jpg,Backyard Baseball 2006,GBA,Sports,Atari,Game Brains,,0.35,0.25,,0.09,0.01,2005-03-16, -/games/boxart/full_9916491AmericaFrontccc.jpg,Def Jam Icon,X360,Action,Electronic Arts,Unknown,6.3,0.35,0.3,0,0.01,0.03,2007-03-06, -/games/boxart/full_3235053AmericaFrontccc.jpg,Saban's Power Rangers: Lightspeed Rescue,PS,Action,THQ,Climax Group,,0.35,0.19,,0.13,0.02,2000-09-26, -/games/boxart/1636870ccc.jpg,Worms: Open Warfare 2,DS,Strategy,THQ,Team17 Software / Two Tribes,,0.35,0.07,,0.24,0.04,2007-09-04, -/games/boxart/full_yu-gi-oh-5ds-tag-force-5_3AmericaFront.jpg,Yu-Gi-Oh! 5D's Tag Force 5,PSP,Strategy,Konami,Konami,,0.35,0.13,0.14,0.05,0.03,2010-10-26, -/games/boxart/full_2682806AmericaFrontccc.jpg,SpongeBob's Boating Bash,Wii,Misc,THQ,Impulse Games,,0.35,0.24,,0.07,0.03,2010-03-02, -/games/boxart/full_mini-ninjas_383AmericaFront.jpg,Mini Ninjas,PS3,Action,Eidos Interactive,IO Interactive,7.4,0.34,0.14,,0.15,0.06,2009-09-08, -/games/boxart/full_410654AmericaFrontccc.jpg,Driver 2 Advance,GBA,Action,Atari,Sennari Interactive,6.8,0.34,0.25,,0.09,0.01,2002-10-22, -/games/boxart/7626839ccc.jpg,UEFA Euro 2008 Austria-Switzerland,X360,Sports,Electronic Arts,Unknown,,0.34,0.08,,0.23,0.03,2008-05-19, -/games/boxart/full_5869180AmericaFrontccc.jpg,Risk / Battleship / Clue,GBA,Misc,DSI Games,Gravity-I,,0.34,0.25,,0.09,0.01,2005-08-21, -/games/boxart/full_9824658AmericaFrontccc.jpg,Lego Legends of Chima: Laval's Journey,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.34,0.2,,0.11,0.03,2013-06-25,2018-01-22 -/games/boxart/full_146900AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,PS2,Misc,Disney Interactive Studios,Page 44 Studios,,0.34,0.17,,0.13,0.04,2008-10-28, -/games/boxart/5682572ccc.jpg,Monopoly,PS3,Misc,Electronic Arts,EA Bright Light,,0.34,0.25,,0.06,0.03,2008-10-20, -/games/boxart/full_4962616AmericaFrontccc.jpg,Smart Girl's Party Game,DS,Misc,UFO Interactive,Starfish Inc.,,0.34,0.31,,0,0.02,2008-10-23, -/games/boxart/full_7349099JapanFrontccc.jpg,Project Versus J,PS3,Misc,Namco Bandai Games,Unknown,,0.34,0.07,0.2,0.05,0.02,2015-06-30, -/games/boxart/full_708305AmericaFrontccc.jpg,Disney Sing It: Pop Hits,PS2,Misc,Disney Interactive Studios,Zoe Mode,,0.34,0.1,,0.02,0.22,2009-10-06, -/games/boxart/full_bejeweled-3_767AmericaFront.jpg,Bejeweled 3,DS,Puzzle,PopCap Games,PopCap Games,,0.34,0.29,,0.02,0.03,2011-11-15, -/games/boxart/5052970ccc.jpg,Iron Storm,SAT,Strategy,Working Designs,SystemSoft,,0.34,,0.34,,0,1996-01-01, -/games/boxart/full_9541633AmericaFrontccc.jpg,SimCity Creator,DS,Simulation,Electronic Arts,The Sims Studio,,0.34,0.29,,0.02,0.03,2008-09-22, -/games/boxart/9712535ccc.jpg,Thunderstrike: Operation Phoenix,PS2,Simulation,Eidos Interactive,Core Design Ltd.,,0.34,0.17,,0.13,0.04,2001-10-15, -/games/boxart/4148197ccc.jpg,Pirates of the Caribbean: At World's End,X360,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.34,0.29,,0.02,0.03,2007-05-22, -/games/boxart/5070472ccc.jpg,Trauma Center: Second Opinion,Wii,Simulation,Atlus,Atlus Co.,8.2,0.34,0.28,0.03,0.01,0.03,2006-11-14, -/games/boxart/full_9044608AmericaFrontccc.jpg,Monster Rancher 4,PS2,Simulation,Tecmo,Tecmo,,0.34,0.08,0.19,0.06,0.02,2003-11-13, -/games/boxart/full_tom-clancys-ghost-recon-shadow-wars-3d_382AmericaFront.jpg,Tom Clancy's Ghost Recon: Shadow Wars,3DS,Strategy,Ubisoft,Ubisoft,7.9,0.34,0.22,,0.1,0.03,2011-03-22, -/games/boxart/1410926ccc.jpg,The Eye of Judgment,PS3,Strategy,Sony Computer Entertainment,SCE Japan Studio,7.5,0.34,0.28,0.02,0,0.03,2007-10-24,2018-09-16 -/games/boxart/full_the-sims-3-town-life-stuff_693AmericaFront.jpg,The Sims 3: Town Life Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.34,0.11,,0.18,0.05,2011-07-26, -/games/boxart/full_1918640AmericaFrontccc.jpg,The Urbz: Sims in the City,XB,Simulation,Electronic Arts,Maxis,,0.34,0.22,,0.11,0.01,2004-11-09, -/games/boxart/full_6338570AmericaFrontccc.jpg,Shaun White Snowboarding,PSP,Sports,Ubisoft,Ubisoft Montreal,6.3,0.34,0.26,,0.04,0.03,2008-11-16, -/games/boxart/7778349ccc.jpg,MXRider,PS2,Racing,Infogrames,Paradigm Entertainment,,0.34,0.16,,0.13,0.04,2001-10-30, -/games/boxart/full_9239679AmericaFrontccc.jpg,Supreme Commander 2,X360,Strategy,Square Enix,Gas Powered Games,8.2,0.34,0.23,,0.09,0.03,2010-03-16, -/games/boxart/4426976ccc.jpg,Backstreet Billiards,PS,Misc,ASCII Entertainment,argent,7.2,0.34,0.19,,0.13,0.02,1998-11-30, -/games/boxart/full_6201294AmericaFrontccc.jpg,WipEout 3,PS,Racing,Sony Computer Entertainment,Psygnosis,,0.34,0.19,,0.13,0.02,1999-09-30, -/games/boxart/full_3351424AmericaFrontccc.jpg,Danganronpa: Trigger Happy Havoc,PSV,Adventure,NIS America,Spike Chunsoft,,0.34,0.09,0.15,0.06,0.05,2014-02-11,2018-01-11 -/games/boxart/full_6116323AmericaFrontccc.jpg,Leisure Suit Larry: Magna Cum Laude,PS2,Adventure,VU Games,High Voltage Software,,0.34,0.17,,0.13,0.04,2004-10-05, -/games/boxart/4189749ccc.jpg,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,PS2,Adventure,Buena Vista,Capcom,,0.34,0.17,,0.13,0.04,2005-10-10, -/games/boxart/full_the-shoot_5AmericaFront.jpg,The Shoot,PS3,Shooter,Sony Computer Entertainment,Cohort Studios,,0.34,0.13,0.01,0.15,0.05,2010-10-26, -/games/boxart/full_1881898AmericaFrontccc.jpg,Dynasty Warriors 6 Empires,PS3,Action,KOEI,Omega Force,6.4,0.34,0.14,0.15,0.03,0.02,2009-06-23, -/games/boxart/full_5101289AmericaFrontccc.jpg,Tiny Tank,PS,Action,Sony Computer Entertainment,Appaloosa Interactive,,0.34,0.19,,0.13,0.02,1999-09-01, -/games/boxart/3525111ccc.jpg,Bank Heist,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,0.34,0.32,,0.02,0,1983-01-01, -/games/boxart/full_sd-gundam-g-generation-world_705JapanFront.jpg,SD Gundam G Generation World,PSP,Strategy,Namco Bandai,Tom Create,,0.34,,0.34,,,2011-02-24, -/games/boxart/full_4292681AmericaFrontccc.jpg,Battalion Wars 2,Wii,Strategy,Nintendo,Kuju Entertainment,7.7,0.34,0.22,0.08,0.02,0.02,2007-10-29, -/games/boxart/7188446ccc.jpg,World Championship Poker 2: Featuring Howard Lederer,PS2,Misc,Crave Entertainment,Point of View,,0.34,0.16,,0.13,0.04,2005-11-08, -/games/boxart/4935711ccc.jpg,Frostbite,2600,Action,Activision,Activision,,0.34,0.32,,0.02,0,1983-08-14, -/games/boxart/full_6981996AmericaFrontccc.jpg,SpongeBob SquarePants: The Yellow Avenger,DS,Action,THQ,Tantatus Interactive,,0.34,0.31,,0,0.02,2005-11-07, -/games/boxart/8855545ccc.jpg,Freeway,2600,Action,Activision,Activision,,0.34,0.32,,0.02,0,1981-01-01, -/games/boxart/9925249ccc.jpg,Fade to Black,PS,Action,Electronic Arts,Delphine Software International,,0.34,0.19,,0.13,0.02,1996-06-24, -/games/boxart/full_3738643AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,PS2,Action,Namco Bandai,Omega Force,4.9,0.34,0.04,0.25,0.03,0.01,2009-04-21, -/games/boxart/full_6223818AmericaFrontccc.jpg,Iron Man 2,DS,Action,Sega,"Sega Studios, San Francisco",,0.34,0.14,,0.16,0.03,2010-05-04, -/games/boxart/full_6834294AmericaFrontccc.jpg,Remember Me,PS3,Action,Capcom,DONTNOD Entertainment,,0.34,0.1,,0.18,0.05,2013-06-04,2018-02-03 -/games/boxart/full_8363169AmericaFrontccc.jpg,Mini Ninjas,DS,Action,Eidos Interactive,IO Interactive,,0.34,0.16,,0.15,0.04,2009-09-08, -/games/boxart/6340698ccc.jpg,Dynasty Warriors 5 Empires,PS2,Action,KOEI,Omega Force,6.3,0.34,0.11,0.12,0.09,0.03,2006-03-28, -/games/boxart/full_8327564AmericaFrontccc.jpg,Pirates of the Caribbean: At World's End,DS,Action,Disney Interactive Studios,Amaze Entertainment,,0.34,0.3,0.01,0.01,0.03,2007-05-22, -/games/boxart/1606200ccc.jpg,Teenage Mutant Ninja Turtles,GC,Action,Konami,Konami,,0.34,0.26,,0.07,0.01,2003-10-31, -/games/boxart/full_7810399AmericaFrontccc.jpg,Tenchu Z,X360,Action,Microsoft,K2 LLC,5.7,0.34,0.27,0.02,0.02,0.03,2007-06-12, -/games/boxart/5821119ccc.jpg,Fantastic Voyage,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,0.34,0.32,,0.02,0,1982-01-01, -/games/boxart/6317616ccc.jpg,Conan,PS3,Action,THQ,Nihilistic Software,,0.34,0.13,,0.15,0.05,2007-10-23, -/games/boxart/4794668ccc.jpg,Alien's Return,2600,Action,ITT Family Games,Gem International Corporation,,0.34,0.32,,0.02,0,1983-01-01, -/games/boxart/full_656714PALFrontccc.jpg,Guitar Hero Live,X360,Music,Activision,FreeStyleGames,,0.34,0.2,,0.11,0.03,2015-10-20,2018-03-15 -/games/boxart/full_7099220AmericaFrontccc.jpg,Just Dance 2017,XOne,Music,Ubisoft,Ubisoft Paris,,0.34,0.25,,0.05,0.03,2016-10-25,2018-04-06 -/games/boxart/full_4559745AmericaFrontccc.jpg,Divinity: Original Sin,PS4,Role-Playing,Focus Home Interactive,Larian Studios,,0.34,0.13,0.04,0.13,0.05,2015-10-27, -/games/boxart/full_950245AmericaFrontccc.jpg,Star Ocean: Second Evolution,PSP,Role-Playing,Square Enix,TOSE Software,8,0.34,0.14,0.16,0.02,0.02,2009-01-20, -/games/boxart/full_8335987AmericaFrontccc.jpg,The Wild Thornberrys Movie,GBA,Platform,THQ,"Human Soft, Inc.",,0.34,0.25,,0.09,0.01,2002-11-13, -/games/boxart/5326605ccc.jpg,Classic NES Series: Ice Climber,GBA,Platform,Nintendo,Nintendo,,0.34,0.1,0.2,0.04,0.01,2004-06-02, -/games/boxart/full_2050010AmericaFrontccc.jpg,The Fairly Odd Parents: Shadow Showdown,GBA,Platform,THQ,Helixe,,0.34,0.25,,0.09,0.01,2004-09-20, -/games/boxart/full_lord-of-arcana_532AmericaFront.jpg,Lord of Arcana,PSP,Role-Playing,Square Enix,Square Enix,4.7,0.34,0.08,0.17,0.05,0.04,2011-01-25, -/games/boxart/full_spy-hunter_9AmericaFront.jpg,Spy Hunter,XB,Racing,Midway Games,Point of View,,0.34,0.25,,0.07,0.01,2002-03-10, -/games/boxart/1248620ccc.jpg,Night Warriors: Darkstalkers' Revenge,SAT,Fighting,Capcom,Capcom,,0.34,,0.34,,0,1996-02-22, -/games/boxart/full_4898456AmericaFrontccc.jpg,WWE Day of Reckoning 2,GC,Fighting,THQ,Yuke's Future Media Creators,8.3,0.34,0.26,,0.07,0.01,2005-08-29, -/games/boxart/full_785538PALFrontccc.jpg,Odin Sphere: Leifthrasir,PS4,Role-Playing,Atlus,Vanillaware,,0.34,0.14,0.09,0.07,0.04,2016-06-07, -/games/boxart/720395ccc.gif,Puzzle Quest: Challenge of the Warlords,DS,Puzzle,D3 Publisher,1st Playable Productions,,0.34,0.28,0.03,0.01,0.02,2007-03-20, -/games/boxart/full_4990495AmericaFrontccc.jpg,Tekken Tag Tournament 2,X360,Fighting,Namco Bandai Games,Bandai Namco Games,,0.34,0.19,0.01,0.11,0.03,2012-09-11,2018-04-21 -/games/boxart/9736709ccc.jpg,F.E.A.R.,X360,Shooter,Vivendi Games,Day 1 Studios,8.6,0.34,0.28,,0.03,0.03,2006-10-31, -/games/boxart/full_2387855AmericaFrontccc.png,Marvel vs. Capcom: Infinite,XOne,Fighting,Capcom,Capcom,,0.34,0.26,,0.05,0.03,2017-09-19,2018-09-22 -/games/boxart/full_wwe-all-stars_413AmericaFront.jpg,WWE All Stars,X360,Fighting,THQ,THQ,7.7,0.34,0.18,,0.14,0.03,2011-03-29, -/games/boxart/full_4895408AmericaFrontccc.jpg,Point Blank,PS,Shooter,Namco,Namco,,0.34,0.05,0.23,0.03,0.02,1998-04-30, -/games/boxart/full_1998981AmericaFrontccc.jpg,Sniper: Ghost Warrior 2,PS3,Shooter,City Interactive,City Interactive,,0.34,0.05,0.03,0.2,0.05,2013-03-12, -/games/boxart/8272467ccc.jpg,Delta Force: Black Hawk Down,XB,Shooter,NovaLogic,Climax Group,,0.34,0.25,,0.07,0.01,2005-07-26, -/games/boxart/2054263ccc.jpg,Off Road Challenge,N64,Racing,Midway Games,Avalanche Software,,0.34,0.27,,0.06,0,1998-06-01, -/games/boxart/6069382ccc.jpg,Carnival,2600,Shooter,Coleco,Coleco,,0.34,0.32,,0.02,0,1982-01-01, -/games/boxart/2131738ccc.jpg,Speed Racer: The Videogame,DS,Racing,Warner Bros. Interactive,Virtuos Games,,0.34,0.28,,0.04,0.03,2008-05-06, -/games/boxart/full_twisted-metal_20AmericaFront.jpg,Twisted Metal,PS3,Racing,Sony Computer Entertainment,Eat Sleep Play,,0.34,0.32,,,0.03,2012-02-14,2018-08-06 -/games/boxart/full_4615325AmericaFrontccc.jpg,007 Legends,PS3,Shooter,Activision,Eurocom,,0.34,0.11,,0.17,0.06,2012-10-16,2018-10-16 -/games/boxart/full_21841AmericaFrontccc.jpg,MotorStorm: Arctic Edge,PS2,Racing,Sony Computer Entertainment,Virtuos,7.4,0.34,0.07,,0.03,0.25,2009-10-20, -/games/boxart/3924172ccc.jpg,Hitman: Contracts,XB,Shooter,Eidos Interactive,IO Interactive,,0.34,0.26,,0.07,0.01,2004-04-20, -/games/boxart/full_2247046AmericaFrontccc.jpg,NBA 2K17,PS3,Sports,2K Sports,Visual Concepts,,0.34,0.16,0.02,0.11,0.05,2016-09-16,2018-03-28 -/games/boxart/1859344ccc.jpg,NHL 09,PS3,Sports,Electronic Arts,EA Canada,,0.34,0.29,,0.02,0.03,2008-09-09, -/games/boxart/6331677ccc.jpg,MVP 06 NCAA Baseball,XB,Sports,EA Sports,EA Canada,,0.34,0.25,,0.07,0.01,2006-01-18, -/games/boxart/2510784ccc.jpg,Marvel Super Heroes,PS,Fighting,Capcom,Capcom,,0.34,0.19,,0.13,0.02,1997-09-29, -/games/boxart/full_7904542AmericaFrontccc.jpg,The King of Fighters XIV,PS4,Fighting,Atlus,SNK Playmore,,0.34,0.21,0.06,0.02,0.05,2016-08-23,2018-05-30 -/games/boxart/full_5554088AmericaFrontccc.jpg,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,PS3,Sports,Sega,Eurocom Entertainment Software,,0.34,0.09,,0.19,0.07,2010-01-12, -/games/boxart/full_nba-2k12_861AmericaFront.jpg,NBA 2K12,Wii,Sports,2K Sports,Visual Concepts,,0.34,0.29,,0.03,0.02,2011-10-04, -/games/boxart/full_7291981JapanFrontccc.jpg,Dragon Ball Heroes: Ultimate Mission 2,3DS,Fighting,Namco Bandai Games,Dimps Corporation,,0.34,,0.34,,,2014-08-07,2018-01-22 -/games/boxart/full_racquet-sports_0AmericaFront.jpg,Racquet Sports,PS3,Sports,Ubisoft,Asobo Studio,4.2,0.34,0.11,,0.17,0.06,2010-09-14, -/games/boxart/full_8624525PALFrontccc.jpg,Football Manager Handheld 2008,PSP,Sports,Sega,Sports Interactive,,0.34,,,0.33,0,2007-11-30, -/games/boxart/full_5194337AmericaFrontccc.jpg,Imagine: Movie Star,DS,Simulation,Ubisoft,Powerhead Games,,0.34,0.31,,0,0.03,2008-11-18, -/games/boxart/full_1953549AmericaFrontccc.jpg,My Baby Boy,DS,Simulation,SouthPeak Interactive,Dancing Dots,,0.34,0.3,,0.02,0.03,2008-11-04, -/games/boxart/2073274ccc.jpg,Avatar: The Last Airbender - The Burning Earth,DS,Action,THQ,TOSE Software,,0.34,0.31,,0,0.03,2007-10-16, -/games/boxart/full_dancedancerevolution_183PALFront.jpg,DanceDanceRevolution,Wii,Simulation,Konami,Konami,,0.34,0.28,,0.04,0.02,2010-11-16, -/games/boxart/full_herbie-fully-loaded_645AmericaFront.jpg,Herbie: Fully Loaded,GBA,Racing,Buena Vista,Climax Group,5,0.34,0.24,,0.09,0.01,2005-07-12, -/games/boxart/full_6676128JapanFrontccc.jpg,Momotarou Dentetsu DS: Tokyo & Japan,DS,Misc,Hudson Soft,Hudson Soft,,0.34,,0.34,,,2007-04-26, -/games/boxart/full_1388987PALFrontccc.jpg,Kurushi Final: Mental Blocks,PS,Puzzle,Sony Computer Entertainment,SCEI,,0.34,,0.32,,0.02,1999-08-01, -/games/boxart/full_wwe-12_593AmericaFront.jpg,WWE '12,Wii,Fighting,THQ,"Yuke's Co., Ltd.",,0.34,0.23,,0.09,0.03,2011-11-22,2019-01-29 -/games/boxart/full_7554702AmericaFrontccc.jpg,Skylanders: Trap Team,3DS,Misc,Activision,Toys for Bob,,0.34,0.21,,0.1,0.03,2014-10-05,2018-01-23 -/games/boxart/full_3481145AmericaFrontccc.jpg,Angry Birds: Star Wars,3DS,Puzzle,Activision,Exient Entertainment,,0.34,0.15,,0.16,0.03,2013-10-29,2018-01-20 -/games/boxart/full_676401AmericaFrontccc.jpg,Super Bust-A-Move,PS2,Puzzle,Acclaim Entertainment,Taito Corporation,,0.34,0.17,,0.13,0.04,2000-11-26, -/games/boxart/3688661ccc.jpg,FIFA Street 3,X360,Sports,EA Sports BIG,EA Canada,,0.34,0.17,,0.14,0.04,2008-02-18, -/games/boxart/full_disney-fairies-tinker-bell-and-the-great-fairy-rescue_7AmericaFront.jpg,Disney Fairies: Tinker Bell and the Great Fairy Rescue,DS,Adventure,Disney Interactive Studios,Hyde,,0.33,0.17,,0.12,0.03,2010-09-21, -/games/boxart/full_5578542AmericaFrontccc.jpg,Beyond Good & Evil,PS2,Adventure,Ubisoft,Ubisoft Montpellier,8.3,0.33,0.16,,0.13,0.04,2003-11-11, -/games/boxart/full_7934630JapanFrontccc.jpg,Sakura Wars 3: Paris wa Moeteiru ka,DC,Adventure,Sega,Overworks,,0.33,,0.33,,0,2001-03-22, -/games/boxart/full_6678952AmericaFrontccc.jpg,Avatar: The Last Airbender,DS,Adventure,THQ,AWE Games,,0.33,0.3,,0.01,0.02,2006-10-10, -/games/boxart/full_6464947AmericaFrontccc.jpg,Chicken Riot,Wii,Action,City Interactive,City Interactive,,0.33,0.14,,0.16,0.03,2010-02-16, -/games/boxart/full_9330579AmericaFrontccc.jpg,Samurai Warriors 2: Xtreme Legends (JP sales),PS2,Action,KOEI,Omega Force,,0.33,,0.33,,,2008-03-18, -/games/boxart/4630017ccc.jpg,Teen Titans,GC,Action,THQ,A2M,6.3,0.33,0.25,,0.07,0.01,2006-05-24, -/games/boxart/9585018ccc.jpg,BattleTanx,N64,Action,3DO,3DO,,0.33,0.26,,0.06,0,1998-12-31, -/games/boxart/9628897ccc.gif,Tokyo Highway Battle,PS,Racing,Crave Entertainment,Genki,,0.33,0.06,0.21,0.04,0.02,1996-09-30, -/games/boxart/full_15537AmericaFrontccc.jpg,Spy Kids 3-D: Game Over,GBA,Platform,Disney Interactive Studios,Digital Eclipse,,0.33,0.24,,0.09,0.01,2003-06-30, -/games/boxart/full_8218556JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden,PS,Fighting,Tomy Corporation,Yuke's Media Creations,,0.33,,0.3,,0.02,1995-09-29, -/games/boxart/full_7740042AmericaFrontccc.jpg,Dead or Alive 5,X360,Fighting,Tecmo Koei,Team Ninja,7.6,0.33,0.2,0.03,0.08,0.03,2012-09-25,2018-01-23 -/games/boxart/3359112ccc.jpg,Street Fighter Alpha 3 MAX,PSP,Fighting,Capcom,Capcom,7.8,0.33,0.27,0.02,0.01,0.03,2006-02-07, -/games/boxart/full_the-king-of-fighters-xiii_297AmericaFront.jpg,The King of Fighters XIII,X360,Fighting,Atlus,SNK Playmore Corporation,,0.33,0.23,0.01,0.07,0.03,2011-11-22, -/games/boxart/full_2494675AmericaFrontccc.jpg,Legends of Wrestling II,PS2,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.33,0.16,,0.13,0.04,2002-11-26, -/games/boxart/9708121ccc.jpg,WWE Wrestlemania XIX,GC,Fighting,THQ,Yuke's,7.8,0.33,0.26,,0.07,0.01,2003-09-08, -/games/boxart/full_9253015JapanFrontccc.jpg,Custom Robo,N64,Fighting,Unknown,Noise Inc.,,0.33,,0.29,,0.04,, -/games/boxart/4262780ccc.jpg,Power Rangers: Ninja Storm,GBA,Platform,THQ,Natsume,,0.33,0.24,,0.09,0.01,2003-09-05, -/games/boxart/full_1348041AmericaFrontccc.jpg,Kirby: Battle Royale,3DS,Fighting,Nintendo,HAL Laboratory,6,0.33,0.07,0.2,0.05,0.01,2018-01-19,2018-01-03 -/games/boxart/full_7660913JapanFrontccc.jpg,Naruto: Gekitou Ninja Taisen! 4,GC,Fighting,Tomy Corporation,Eighting,,0.33,,0.32,,0.01,2005-11-21, -/games/boxart/3735371ccc.jpg,Call of Duty 2: Big Red One,GC,Shooter,Activision,Treyarch,7.5,0.33,0.25,,0.07,0.01,2005-11-01, -/games/boxart/full_7397589AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,XB,Shooter,Ubisoft,Ubisoft Shanghai,,0.33,0.21,,0.11,0.01,2006-03-09, -/games/boxart/7184459ccc.jpg,Fracture,X360,Shooter,LucasArts,Day 1 Studios,4,0.33,0.15,0,0.14,0.04,2008-10-07, -/games/boxart/full_2004622AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds,PS4,Shooter,Sony Interactive Entertainment,PUBG Corporation,,0.33,0.13,,0.15,0.05,2018-12-07,2018-11-18 -/games/boxart/full_4083538PALFrontccc.jpg,Parodius,PS,Shooter,Konami,Konami,,0.33,,0.31,,0.02,1996-01-01, -/games/boxart/full_3815817AmericaFrontccc.jpg,Sniper Elite III,X360,Shooter,505 Games,Rebellion Developments,,0.33,0.18,,0.12,0.03,2014-07-01,2018-09-22 -/games/boxart/4823096ccc.jpg,NeoGeo Battle Coliseum,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.33,0.16,,0.13,0.04,2007-12-17, -/games/boxart/full_mystery-case-files-the-malgrave-incident_812AmericaFront.jpg,Mystery Case Files: The Malgrave Incident,Wii,Adventure,Nintendo,Big Fish Games,6.3,0.33,0.17,,0.13,0.03,2011-06-27, -/games/boxart/full_the-adventures-of-tintin-the-game_946PALFront.jpg,The Adventures of Tintin: The Game,Wii,Adventure,Ubisoft,Ubisoft,,0.33,0.12,,0.16,0.04,2011-12-06, -/games/boxart/full_7190310AmericaFrontccc.jpg,Alien: Isolation,PS3,Adventure,Sega,Creative Assembly,,0.33,0.12,,0.16,0.05,2014-10-07,2018-01-06 -/games/boxart/full_9307873AmericaFrontccc.jpg,Scooby-Doo! First Frights,PS2,Adventure,Warner Bros. Interactive,Torus Games,,0.33,0.14,,0.03,0.16,2009-09-22, -/games/boxart/full_8926243AmericaFrontccc.jpg,Clock Tower 3,PS2,Adventure,Capcom,SunSoft,7,0.33,0.1,0.12,0.08,0.03,2003-03-18, -/games/boxart/full_6243288JapanFrontccc.jpg,Taiko Drum Master: Don and Katsu's Space-Time Great Adventure,3DS,Music,Namco Bandai Games,Namco Bandai Games,,0.33,,0.33,,,2014-06-26,2018-01-23 -/games/boxart/6636844ccc.jpg,Dr. Mario / Puzzle League,GBA,Puzzle,Nintendo,Intelligent Systems,7.5,0.33,0.12,0.16,0.04,0.01,2005-11-28, -/games/boxart/4573941ccc.jpg,MX vs. ATV Untamed,Wii,Racing,THQ,Rainbow Studios,,0.33,0.28,,0.03,0.02,2008-02-18, -/games/boxart/748182ccc.jpg,Bomberman World,PS,Puzzle,Atlus,Hudson Soft,6.5,0.33,0.06,0.22,0.04,0.02,1998-09-22, -/games/boxart/full_2353646AmericaFrontccc.jpg,BookWorm,DS,Puzzle,PopCap Games,PopCap Games,,0.33,0.3,,0.01,0.02,2009-12-08, -/games/boxart/3660502ccc.gif,Planet Puzzle League,DS,Puzzle,Nintendo,Intelligent Systems,8.6,0.33,0.14,0.16,0.01,0.01,2007-06-04, -/games/boxart/full_7901204JapanFrontccc.jpg,Kidou Senshi Gundam F91: Formula Senki 0122,SNES,Strategy,Bandai,Bandai,,0.33,,0.33,,0,1991-07-06, -/games/boxart/full_8755873AmericaFrontccc.jpg,"Warhammer 40,000: Squad Command",PSP,Strategy,THQ,RedLynx,6.6,0.33,0.11,,0.14,0.08,2007-11-12, -/games/boxart/full_9766353AmericaFrontccc.jpg,NASCAR Thunder 2002,XB,Racing,EA Sports,EA Tiburon,,0.33,0.25,,0.07,0.01,2001-11-14, -/games/boxart/full_4217974AmericaFrontccc.jpg,The Crew 2,XOne,Racing,Ubisoft,Ivory Tower,,0.33,0.2,,0.1,0.03,2018-06-29,2018-07-19 -/games/boxart/full_626746AmericaFrontccc.jpg,GT Advance Championship Racing,GBA,Racing,THQ,MTO,7.5,0.33,0.24,,0.09,0.01,2001-06-08, -/games/boxart/full_we-sing-deutsche-hits_169PALFront.jpg,We Sing Deutsche Hits,Wii,Misc,Nordic Games,Le Cortex,,0.33,,,0.29,0.04,2011-05-26, -/games/boxart/full_4398844AmericaFrontccc.jpg,Discovery Kids: Puppy Playtime,DS,Simulation,505 Games,505 Games,,0.33,0.3,,,0.02,2009-03-24, -/games/boxart/full_9406064AmericaFrontccc.jpg,Style Lab: Jewelry Design,DS,Simulation,Ubisoft,1st Playable Productions,,0.33,0.3,,,0.02,2009-11-10, -/games/boxart/1240794ccc.jpg,Mega Man ZX Advent,DS,Platform,Capcom,Inti Creates,7.6,0.33,0.22,0.09,0,0.02,2007-10-23, -/games/boxart/full_cabelas-dangerous-hunts-2011_9AmericaFront.jpg,Cabela's Dangerous Hunts 2011,PS3,Sports,Activision,Cauldron,,0.33,0.26,,0.04,0.03,2010-10-19, -/games/boxart/full_7116112AmericaFrontccc.jpg,Virtua Tennis 2009,X360,Sports,Sega,Sumo Digital,,0.33,0.12,,0.18,0.03,2009-06-09, -/games/boxart/full_9335242AmericaFrontccc.jpg,NBA 2K10,PSP,Sports,2K Sports,Visual Concepts,5.5,0.33,0.3,0,0,0.03,2009-10-06, -/games/boxart/8754235ccc.jpg,Kelly Slater's Pro Surfer,PS2,Sports,Activision,Treyarch,,0.33,0.16,,0.13,0.04,2002-09-16, -/games/boxart/full_1162507JapanFrontccc.jpg,World Stadium 3,PS,Sports,Namco,Namco,,0.33,,0.31,,0.02,1999-04-08, -/games/boxart/full_extra-bases_659AmericaFront.jpg,Extra Bases,GB,Sports,Bandai,Namco,,0.33,,0.33,,,1991-04-01, -/games/boxart/2525587ccc.jpg,Deathtrap Dungeon,PS,Action,Eidos Interactive,Unknown,,0.33,0.19,,0.13,0.02,1998-03-31, -/games/boxart/full_8846918AmericaFrontccc.jpg,SSX Blur,Wii,Sports,EA Sports BIG,EA Montreal,,0.33,0.29,,0.01,0.02,2007-02-27, -/games/boxart/full_1191471AmericaFrontccc.jpg,NCAA GameBreaker 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.33,0.18,,0.12,0.02,2000-08-21, -/games/boxart/full_1462909AmericaFrontccc.jpg,MVP Baseball 2005,GC,Sports,EA Sports,EA Canada,8.7,0.33,0.25,,0.07,0.01,2005-02-22, -/games/boxart/default.jpg,NCAA Basketball 10,PS3,Sports,Electronic Arts,EA Canada,,0.33,0.31,,,0.03,2009-11-17, -/games/boxart/full_7832431AmericaFrontccc.jpg,The Sims 2,GC,Simulation,Electronic Arts,Maxis,7.6,0.33,0.26,,0.07,0.01,2005-10-24, -/games/boxart/full_1385446JapanFrontccc.jpg,BeatMania Append GottaMix,PS,Simulation,Konami,Konami,,0.33,,0.31,,0.02,1999-05-27, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_938AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,X360,Action,Electronic Arts,EA Bright Light,4.8,0.33,0.19,,0.11,0.03,2011-07-12, -/games/boxart/full_3287913JapanFrontccc.jpg,Super Power League 2,SNES,Sports,Hudson Soft,Hudson Soft,,0.33,,0.33,,0,1994-08-03, -/games/boxart/1410356ccc.jpg,EA Playground,DS,Sports,Electronic Arts,Piranha Games,,0.33,0.29,,0.01,0.03,2007-10-23, -/games/boxart/1104790ccc.jpg,NBA Live 96,PS,Sports,Electronic Arts,EA Canada,,0.33,0.16,0.04,0.11,0.02,1996-03-01, -/games/boxart/5367683ccc.jpg,MLB 08: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.3,0.33,0.3,,,0.02,2008-03-04, -/games/boxart/full_6847132AmericaFrontccc.jpg,Call of Duty: Infinite Warfare,PC,Shooter,Activision,Infinity Ward,,0.33,0.12,,0.19,0.03,2016-11-04,2018-01-14 -/games/boxart/full_deus-ex-invisible-war_911AmericaFront.jpg,Deus Ex: Invisible War,XB,Shooter,Eidos Interactive,Ion Storm,8.5,0.33,0.25,,0.07,0.01,2003-12-02, -/games/boxart/full_8732708AmericaFrontccc.jpg,Etrian Odyssey,DS,Role-Playing,Atlus,Atlus Co. / Lancarse,7.4,0.33,0.19,0.09,0.03,0.02,2007-05-15, -/games/boxart/full_9805906AmericaFrontccc.jpg,Medal of Honor: Warfighter,PC,Shooter,Electronic Arts,Danger Close Games,,0.33,0.14,,0.16,0.03,2012-10-23,2018-01-13 -/games/boxart/3513160ccc.jpg,Fight Night Round 3,XB,Fighting,EA Sports,EA Chicago,,0.33,0.26,,0.06,0.01,2006-02-23, -/games/boxart/full_5386159AmericaFrontccc.jpg,Untold Legends: The Warriors Code,PSP,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,6.8,0.33,0.14,,0.12,0.08,2006-03-28, -/games/boxart/full_3251244AmericaFrontccc.jpg,Resonance of Fate,X360,Role-Playing,Sega,tri-Ace,7.4,0.33,0.12,0.06,0.13,0.03,2010-03-16, -/games/boxart/4342683ccc.jpg,Disgaea: Hour of Darkness,PS2,Role-Playing,Atlus,Nippon Ichi Software,8.8,0.33,0.16,,0.13,0.04,2003-08-27, -/games/boxart/full_3302971AmericaFrontccc.jpg,Tokyo Mirage Sessions #FE,WiiU,Role-Playing,Nintendo,Atlus,8,0.33,0.17,0.08,0.06,0.02,2016-06-24,2020-07-23 -/games/boxart/full_1741221AmericaFrontccc.jpg,Farming Simulator 17,XOne,Simulation,Focus Home Interactive,Giants Software,,0.33,0.19,,0.11,0.03,2016-10-25,2018-04-06 -/games/boxart/5646643ccc.jpg,Disgaea 2: Cursed Memories,PS2,Role-Playing,NIS America,Nippon Ichi Software,7.9,0.33,0.09,0.15,0.07,0.02,2006-08-29, -/games/boxart/full_fable-iii_130AmericaFront.jpg,Fable III,PC,Role-Playing,Microsoft Game Studios,Lionhead Studios,7,0.33,0.11,,0.17,0.05,2011-05-17, -/games/boxart/full_6174277AmericaFrontccc.jpg,Valkyria Chronicles Remastered,PS4,Role-Playing,Sega,Sega,,0.33,0.14,0.08,0.08,0.04,2016-05-17,2018-09-11 -/games/boxart/full_fateextra_790AmericaFront.jpg,Fate/Extra,PSP,Role-Playing,Aksys Games,imageepoch Inc.,,0.33,0.19,0.1,0.01,0.03,2011-11-01, -/games/boxart/full_4284929AmericaFrontccc.jpg,The Witcher: Enhanced Edition,PC,Role-Playing,Atari,CD Projekt Red Studio,8.3,0.33,0.32,,0.01,,2008-09-16, -/games/boxart/9952864ccc.jpg,Ape Escape Academy,PSP,Party,Sony Computer Entertainment,Shift,5.3,0.33,0.13,,0.15,0.05,2006-01-17,2018-09-18 -/games/boxart/full_minute-to-win-it_65AmericaFront.jpg,Minute to win it,X360,Misc,Zoo Games,Zoo Entertainment Inc.,,0.33,0.3,,,0.03,2011-10-18, -/games/boxart/full_the-x-factor_9PALFront.jpg,The X-Factor,Wii,Misc,Deep Silver,Deep Silver,,0.33,,,0.29,0.04,2010-10-29, -/games/boxart/full_def-jam-rapstar_0AmericaFront.jpg,Def Jam Rapstar,Wii,Misc,Konami,4mm Games / Terminal Reality,,0.33,0.29,,0.02,0.02,2010-10-05, -/games/boxart/full_6368982AmericaFrontccc.jpg,Hell's Kitchen: The Game,Wii,Simulation,Ubisoft,Ludia Inc.,,0.33,0.3,,0,0.03,2008-09-09, -/games/boxart/4193832ccc.jpg,Jeanne d'Arc,PSP,Role-Playing,Sony Computer Entertainment,Level 5,8.4,0.33,0.21,0.1,,0.02,2007-08-21, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_895AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,Wii,Action,Electronic Arts,EA Bright Light,,0.33,0.17,,0.13,0.03,2011-07-12, -/games/boxart/7242259ccc.jpg,Frogger II: Threeedeep!,2600,Action,Parker Bros.,Parker Bros,,0.33,0.31,,0.02,0,1984-01-01, -/games/boxart/full_8375080AmericaFrontccc.jpg,Iron Man 2,Wii,Action,Sega,"Sega Studios, San Francisco",,0.33,0.15,,0.15,0.03,2010-05-04, -/games/boxart/5529659ccc.jpg,Fireball,2600,Action,Unknown,Starpath Corp.,,0.33,0.3,,0.02,0,1982-01-01, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_253AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,PS3,Action,Electronic Arts,EA Bright Light,,0.33,0.14,,0.14,0.05,2011-07-12, -/games/boxart/full_2312694AmericaFrontccc.jpg,Shrek SuperSlam,GBA,Action,Activision,Amaze Entertainment / Griptonite Games,,0.33,0.24,,0.09,0.01,2005-10-25, -/games/boxart/full_6171080AmericaFrontccc.jpg,Binary Domain,PS3,Action,Sega,Amusement Vision,,0.33,0.09,0.14,0.07,0.03,2012-02-28,2018-02-16 -/games/boxart/full_135577AmericaFrontccc.jpg,Way of the Samurai 2,PS2,Action,Capcom,Acquire,,0.33,0.05,0.23,0.04,0.01,2004-07-07, -/games/boxart/2610101ccc.jpg,Capcom Classics Collection Reloaded,PSP,Misc,Capcom,Capcom,7.1,0.33,0.26,0.03,0,0.03,2006-10-24, -/games/boxart/full_deca-sports-freedom_3AmericaFront.jpg,DECA Sports Freedom,X360,Sports,Hudson Soft,Hudson Soft,3,0.33,0.27,,0.04,0.02,2010-11-18, -/games/boxart/3694039ccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,PS2,Misc,Crave Entertainment,FarSight Studios,,0.33,0.16,,0.12,0.04,2004-11-16, -/games/boxart/full_5203415JapanFrontccc.jpg,DX Game of Life 2,PS,Misc,Takara,Takara,,0.33,,0.31,,0.02,1997-07-24, -/games/boxart/full_family-party-90-great-games-party-pack_242AmericaFront.jpg,Family Party: 90 Great Games Party Pack,Wii,Misc,D3 Publisher,D3 Publisher,,0.33,0.31,,0,0.02,2010-10-26, -/games/boxart/full_buzz-the-ultimate-music-quiz_3PALFront.jpg,Buzz! The Ultimate Music Quiz,PS3,Misc,Sony Computer Entertainment,Relentless Software,,0.33,,,0.25,0.08,2010-10-15, -/games/boxart/full_5826203AmericaFrontccc.jpg,Banjo-Kazooie: Grunty's Revenge,GBA,Platform,THQ,Rare Ltd.,6.6,0.33,0.24,,0.09,0.01,2003-09-10, -/games/boxart/7750345ccc.jpg,Klonoa 2: Lunatea's Veil,PS2,Platform,Namco,Namco,9.4,0.33,0.12,0.08,0.1,0.03,2001-07-25, -/games/boxart/full_4868845AmericaFrontccc.jpg,Tak 2: The Staff of Dreams,GC,Platform,THQ,Avalanche Software,,0.33,0.26,,0.07,0.01,2004-10-11, -/games/boxart/full_8880428AmericaFrontccc.jpg,Classic NES Series: Castlevania,GBA,Platform,Nintendo,Konami,7.4,0.33,0.17,0.09,0.06,0.01,2004-10-25, -/games/boxart/1570864ccc.jpg,Pitfall 3D: Beyond the Jungle,PS,Platform,Activision,Activision,,0.33,0.18,,0.12,0.02,1998-02-28, -/games/boxart/875977ccc.jpg,Spongebob Squarepants: Creature from the Krusty Krab,GC,Platform,THQ,Blitz Games,,0.33,0.25,,0.07,0.01,2006-10-16, -/games/boxart/full_638463JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS 2 + Jouyou Kanji Jiten,DS,Misc,Rocket Company,Imagineer,,0.33,,0.33,,,2007-09-27, -/games/boxart/full_326858AmericaFrontccc.jpg,NBA Live 06,GC,Sports,EA Sports,EA Canada,,0.33,0.25,,0.07,0.01,2005-09-26, -/games/boxart/full_4757925AmericaFrontccc.jpg,Major League Baseball 2K6,XB,Sports,2K Sports,Kush Games,7.3,0.33,0.24,,0.07,0.01,2006-04-03, -/games/boxart/full_9224710AmericaFrontccc.jpg,MLB 09: The Show,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.33,0.16,,0.13,0.04,2009-03-03,2018-12-04 -/games/boxart/full_6377195AmericaFrontccc.jpg,Cool Boarders 2001,PS2,Sports,Sony Computer Entertainment,Idol Minds Digital Entertainment,,0.33,0.16,,0.13,0.04,2001-05-21, -/games/boxart/full_7833982JapanFrontccc.jpg,Battle Dodge Ball,SNES,Sports,Banpresto,Banpresto,,0.33,,0.33,,,1991-07-20, -/games/boxart/full_9353070AmericaFrontccc.jpg,Murdered: Soul Suspect,PS4,Action-Adventure,Square Enix,Airtight Games,,0.33,0.09,0.02,0.17,0.05,2014-06-03,2018-08-06 -/games/boxart/full_7745798JapanFrontccc.jpg,Sengoku Musou 3 Z,PS3,Action,Tecmo Koei,Omega Force,,0.33,,0.33,,,2011-02-10,2018-04-24 -/games/boxart/full_samurai-warriors-3z_455JapanFront.jpg,Samurai Warriors 3Z,PS3,Action,Tecmo Koei,Omega Force,,0.33,,0.33,,,2011-02-10, -/games/boxart/full_5936185AmericaFrontccc.jpg,Dishonored: Death of the Outsider,PS4,Action,Bethesda Softworks,Arkane Studios,,0.33,0.1,,0.18,0.05,2017-09-15,2018-03-03 -/games/boxart/full_7403070AmericaFrontccc.jpg,Night at the Museum: Battle of the Smithsonian,DS,Action,Majesco,"Pipeworks Software, Inc.",,0.33,0.12,,0.18,0.04,2009-05-05, -/games/boxart/full_4910275AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.33,0.21,,0.09,0.03,2017-09-22,2018-05-29 -/games/boxart/full_hulk_470AmericaFront.jpg,Hulk,XB,Action,Universal Interactive,Radical Entertainment,,0.33,0.25,,0.07,0.01,2003-05-27, -/games/boxart/full_4432655AmericaFrontccc.jpg,Ninja Blade,X360,Action,Microsoft,From Software,6.7,0.33,0.14,0.02,0.14,0.03,2009-04-07, -/games/boxart/full_2056150AmericaFrontccc.jpg,Golden Axe: Beast Rider,X360,Action,Sega,Secret Level,4,0.33,0.19,,0.11,0.03,2008-10-14, -/games/boxart/9515837ccc.jpg,Bee Movie Game,Wii,Action,Activision,Smart Bomb Interactive,,0.33,0.3,,0.01,0.03,2007-11-05, -/games/boxart/full_6153928AmericaFrontccc.jpg,Disney's Treasure Planet,PS2,Action,Sony Computer Entertainment,Bizarre Creations,,0.33,0.16,,0.13,0.04,2002-11-11, -/games/boxart/full_9738604AmericaFrontccc.jpg,LEGO Harry Potter Collection,NS,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.33,0.15,,0.16,0.03,2018-10-30,2018-10-27 -/games/boxart/4856372ccc.jpg,Naruto: Rise of a Ninja,X360,Action,Ubisoft,Ubisoft Montreal,7.8,0.33,0.29,,0.01,0.03,2007-10-30, -/games/boxart/full_977714AmericaFrontccc.jpg,Ultimate NES Remix,3DS,Action,Nintendo,Nintendo,7,0.33,0.19,,0.11,0.03,2014-12-05,2018-05-29 -/games/boxart/full_3151976AmericaFrontccc.jpg,Night at the Museum: Battle of the Smithsonian,Wii,Action,Majesco,"Pipeworks Software, Inc.",,0.33,0.17,,0.13,0.03,2009-05-05, -/games/boxart/full_3483664AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PS3,Action,Electronic Arts,Bright Light Productions,,0.33,0.15,,0.13,0.05,2009-06-30, -/games/boxart/full_3703575AmericaFrontccc.jpg,Transformers: Revenge of the Fallen -- Decepticons,DS,Action,Activision,Vicarious Visions,,0.33,0.17,,0.13,0.03,2009-06-23, -/games/boxart/full_4054778AmericaFrontccc.jpg,Folklore,PS3,Role-Playing,Sony Computer Entertainment,Game Republic,7.5,0.32,0.2,0.05,0.04,0.03,2007-10-09, -/games/boxart/full_7711532JapanFrontccc.jpg,Shin Momotarou Densetsu,SNES,Role-Playing,Hudson Soft,Hudson Soft,,0.32,,0.32,,,1993-12-24, -/games/boxart/full_9505639JapanFrontccc.jpg,Live A Live,SNES,Role-Playing,Square,SquareSoft,,0.32,,0.32,,,1994-09-02, -/games/boxart/full_9661186AmericaFrontccc.jpg,Bleach: Shattered Blade,Wii,Fighting,Sega,Polygon Magic,5.3,0.32,0.21,0.08,0.01,0.02,2007-10-09, -/games/boxart/full_shin-megami-tensei-persona-2-innocent-sin_200AmericaFront.jpg,Shin Megami Tensei: Persona 2: Innocent Sin,PSP,Role-Playing,Atlus,Atlus Co.,7,0.32,0.14,0.11,0.04,0.04,2011-09-20, -/games/boxart/full_9476369AmericaFrontccc.jpg,Street Fighter Alpha 2,SAT,Fighting,Capcom,Capcom,8.1,0.32,,0.32,,,1996-09-30, -/games/boxart/full_7564098AmericaFrontccc.jpg,Bust-A-Move '99,PS,Puzzle,Acclaim Entertainment,Taito Corporation,7.7,0.32,0.18,,0.12,0.02,1999-02-28, -/games/boxart/full_7306702AmericaFrontccc.jpg,Borderlands: The Pre-Sequel,PC,Misc,2K Games,Unknown,,0.32,0.14,,0.15,0.03,2014-10-14, -/games/boxart/full_710857AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol Encore 2,Wii,Misc,Konami,Blitz Games,,0.32,0.3,,,0.02,2008-11-18, -/games/boxart/full_3465942AmericaFrontccc.jpg,Extreme Pinball,PS,Misc,Electronic Arts,Epic Games,,0.32,0.18,,0.12,0.02,1996-03-28, -/games/boxart/full_kirby-block-ball_48AmericaFront.jpg,Kirby's Block Ball,GB,Puzzle,Nintendo,HAL Laboratory,,0.32,,0.32,,,1996-05-01, -/games/boxart/full_1347552JapanFrontccc.jpg,Tetris 2 + Bombliss,NES,Puzzle,BPS,ChunSoft,,0.32,,0.32,,,1991-12-13, -/games/boxart/full_3122757JapanFrontccc.jpg,Puzzle & Dragons X: God Chapter / Dragon Chapter,3DS,Puzzle,GungHo Online Entertainment,GungHo Online Entertainment,,0.32,,0.32,,,2016-07-28,2018-07-17 -/games/boxart/full_867634AmericaFrontccc.jpg,Battlestations: Pacific,X360,Strategy,Eidos Interactive,Eidos Studios Hungary,,0.32,0.17,0.01,0.11,0.03,2009-05-12, -/games/boxart/full_8586521JapanFrontccc.jpg,Dragon Quest Monsters: Battle Road Victory,Wii,Strategy,Square Enix,Armor Project/Bird Studio,,0.32,,0.32,,,2010-07-15, -/games/boxart/full_7555449JapanFrontccc.jpg,Momotarou Dentetsu 20-Shuunen,DS,Misc,Hudson Soft,Hudson Soft,,0.32,,0.32,,,2008-12-18, -/games/boxart/full_wipeout-2_152AmericaFront.jpg,Wipeout 2,Wii,Misc,Activision,Endemol,,0.32,0.3,,,0.02,2011-10-11, -/games/boxart/3489105ccc.jpg,Dynasty Warriors 4 Empires,PS2,Action,KOEI,Omega Force,,0.32,,0.32,,,2004-08-31,2017-12-31 -/games/boxart/full_3797957AmericaFrontccc.jpg,Final Fantasy XI: Online,PS2,MMO,Square Enix,Square Enix,8.4,0.32,0.08,0.15,0.06,0.02,2004-09-21,2018-04-22 -/games/boxart/full_6920385AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,Wii,Role-Playing,Activision,n-Space,5.6,0.32,0.25,,0.05,0.03,2009-09-15, -/games/boxart/306515ccc.jpg,Eternal Sonata,X360,Role-Playing,Namco Bandai,Tri-Crescendo,7.9,0.32,0.19,0.08,0.04,0.02,2007-09-17, -/games/boxart/full_5861233AmericaFrontccc.jpg,Chibi-Robo! Zip Lash,3DS,Platform,Nintendo,Nintendo,5.5,0.32,0.14,0.07,0.09,0.02,2015-10-09,2018-01-14 -/games/boxart/6405382ccc.jpg,Rayman 2: The Great Escape,PS,Platform,Ubisoft,Ubisoft Shanghai,8.7,0.32,0.18,,0.12,0.02,2000-09-15, -/games/boxart/1397572ccc.jpg,Frogger's Adventures: The Rescue,PS2,Platform,Konami,Konami,,0.32,0.16,,0.12,0.04,2003-10-29, -/games/boxart/full_8792320AmericaFrontccc.jpg,Final Fantasy XI: Wings of the Goddess,X360,Role-Playing,Square Enix,Square Enix,6.5,0.32,0.28,0.02,0,0.03,2007-11-20, -/games/boxart/full_5711842JapanFrontccc.jpg,One Piece: Romance Dawn,PSP,Role-Playing,Namco Bandai Games,Three Rings,,0.32,,0.32,,,2012-12-20,2018-10-17 -/games/boxart/full_6356080AmericaFrontccc.jpg,SpongeBob SquarePants: Double Pack,GBA,Platform,THQ,THQ,,0.32,0.23,,0.08,0.01,2005-03-08, -/games/boxart/full_5939708AmericaFrontccc.jpg,Heart of Darkness,PS,Platform,Interplay,Amazing Studios,,0.32,0.18,,0.12,0.02,1998-07-31, -/games/boxart/full_little-deviants_680AmericaFront.jpg,Little Deviants,PSV,Platform,Sony Computer Entertainment,Bigbig Studios,,0.32,0.14,,0.13,0.05,2012-02-15, -/games/boxart/full_3361590AmericaFrontccc.jpg,Madden NFL 2002,GBA,Sports,EA Sports,BudCat Creations,,0.32,0.23,,0.08,0.01,2001-11-20, -/games/boxart/full_6774228AmericaFrontccc.jpg,Harvest Moon: Back to Nature,PS,Simulation,Natsume,Victor Interactive Software,,0.32,0.11,0.12,0.07,0.02,2000-11-22, -/games/boxart/427155ccc.jpg,Dance Dance Revolution Universe,X360,Simulation,Konami,Bemani,,0.32,0.3,,,0.02,2007-02-27, -/games/boxart/full_503708AmericaFrontccc.jpg,Pony Friends 2,DS,Simulation,Square Enix,Tantalus Interactive,,0.32,0.21,,0.09,0.02,2010-02-23, -/games/boxart/9126957ccc.jpg,Sky Odyssey,PS2,Simulation,Activision,CAProduction,,0.32,0.16,,0.12,0.04,2000-11-15, -/games/boxart/full_3541112JapanFrontccc.jpg,Seaman: Kindan no Pet - Gaze Hakushi no Jikken Shima,PS2,Simulation,ASCII Entertainment,VIVARIUM Inc.,,0.32,,0.32,,,2001-11-15, -/games/boxart/full_9451539PALFrontccc.jpg,Farming Simulator 19,XOne,Simulation,Focus Home Interactive,Giants Software,,0.32,0.19,,0.09,0.03,2018-11-20,2018-12-19 -/games/boxart/full_8311025JapanFrontccc.jpg,The Conveni: Ano Machi wo Dokusen Seyo,PS,Simulation,Human Entertainment,Human Entertainment,,0.32,,0.3,,0.02,1997-03-28, -/games/boxart/full_2542730AmericaFrontccc.jpg,Littlest Pet Shop: City Friends,DS,Simulation,Electronic Arts,EA Salt Lake,,0.32,0.29,,0,0.02,2009-10-20, -/games/boxart/8116339ccc.jpg,"Ed, Edd n Eddy: Jawbreakers!",GBA,Adventure,BAM! Entertainment,Crawfish Interactive - Climax,5,0.32,0.23,,0.08,0.01,2002-09-15, -/games/boxart/9188250ccc.jpg,Riven: The Sequel to Myst,PS,Adventure,Acclaim Entertainment,SunSoft,,0.32,0.18,,0.12,0.02,1997-11-30, -/games/boxart/full_9329267AmericaFrontccc.jpg,Goosebumps HorrorLand,DS,Adventure,Scholastic Inc.,Gusto Games,,0.32,0.29,,0,0.02,2008-11-04, -/games/boxart/5793246ccc.jpg,Shenmue II,XB,Adventure,Microsoft,Sega-AM2,7.9,0.32,0.22,,0.08,0.01,2002-10-28, -/games/boxart/full_silent-hill-downpour_501AmericaFront.jpg,Silent Hill: Downpour,X360,Adventure,Konami,Konami,,0.32,0.22,,0.08,0.03,2012-03-13, -/games/boxart/9538294ccc.jpg,Prince of Persia: The Sands of Time,GC,Adventure,Ubisoft,Ubisoft Montreal,9,0.32,0.25,,0.06,0.01,2003-11-18, -/games/boxart/full_8574847AmericaFrontccc.jpg,Hatsune Miku: Project Diva F 2nd,PSV,Music,Sega,Sega,,0.32,0.08,0.16,0.05,0.04,2014-11-18,2018-10-24 -/games/boxart/4243448ccc.jpg,"Monsters, Inc.",PS2,Adventure,Sony Computer Entertainment,Artificial Mind and Movement,,0.32,0.15,,0.12,0.04,2002-03-19, -/games/boxart/full_1869378JapanFrontccc.jpg,Shin Super Robot Taisen Special Disk,PS,Strategy,Banpresto,Banpresto,,0.32,,0.3,,0.02,1997-03-28, -/games/boxart/200555ccc.jpg,Kingdom Under Fire: The Crusaders,XB,Strategy,Microsoft,Phantagram,,0.32,0.24,,0.07,0.01,2004-10-12, -/games/boxart/full_8006738AmericaFrontccc.jpg,Romance of the Three Kingdoms VII,PS2,Strategy,KOEI,Koei,,0.32,0.08,0.16,0.06,0.02,2002-06-25, -/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_6AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,DS,Platform,D3 Publisher,Griptonite Games,,0.32,0.22,,0.08,0.03,2010-10-05, -/games/boxart/full_3356621AmericaFrontccc.jpg,My Baby: First Steps,DS,Simulation,SouthPeak Interactive,Nobilis,,0.32,0.27,,0.03,0.02,2009-11-03, -/games/boxart/full_6482483AmericaFrontccc.jpg,Rock Band Country Track Pack,PS2,Misc,MTV Games,Harmonix Music Systems,,0.32,0.16,,0.12,0.04,2009-07-21, -/games/boxart/full_5902471AmericaFrontccc.jpg,Sega Smash Pack,GBA,Misc,THQ,CodeFire,,0.32,0.23,,0.08,0.01,2002-09-23, -/games/boxart/full_3716423AmericaFrontccc.png,Birthday Party Bash,Wii,Misc,2K Play,Cat Daddy Games,,0.32,0.29,,0,0.02,2009-07-14, -/games/boxart/full_4402750PALFrontccc.jpg,LEGO The Lord of the Rings,PSV,Misc,Warner Bros. Interactive Entertainment,TT Fusion,,0.32,0.09,,0.16,0.07,2012-10-30,2018-01-04 -/games/boxart/full_442469JapanFrontccc.jpg,Momotarou Dentetsu Happy,SNES,Misc,Hudson Soft,Hudson Soft,,0.32,,0.32,,,1996-12-06, -/games/boxart/default.jpg,NCAA Basketball 10,X360,Sports,Electronic Arts,EA Canada,,0.32,0.3,,,0.03,2009-11-17, -/games/boxart/full_6768804AmericaFrontccc.jpg,Championship Bass,PS,Sports,EA Sports,EA Seattle,7.1,0.32,0.18,,0.12,0.02,2000-03-07, -/games/boxart/4020968ccc.jpg,NHL Breakaway 98,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.32,0.3,,0.02,0,1998-02-26, -/games/boxart/full_8030198PALFrontccc.jpg,Kurushi Final: Mental Blocks,PS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,0.32,,0.32,,,1999-08-01, -/games/boxart/260706ccc.jpg,Beautiful Katamari,X360,Puzzle,Namco Bandai,Now Production,7.3,0.32,0.14,0.15,0.02,0.02,2007-10-16, -/games/boxart/2639998ccc.jpg,FIFA Street 3,PS3,Sports,EA Sports BIG,EA Canada,,0.32,0.08,0,0.18,0.06,2008-02-18, -/games/boxart/full_8680131AmericaFrontccc.jpg,Madden NFL 09,DS,Sports,EA Sports,EA Tiburon,,0.32,0.3,,0,0.02,2008-08-12, -/games/boxart/full_2641823AmericaFrontccc.jpg,Batman: Arkham Origins,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,0.32,0.19,0,0.1,0.03,2013-10-25,2018-04-13 -/games/boxart/full_407379AmericaFrontccc.jpg,MLB 07: The Show,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.32,0.29,,,0.03,2007-05-15,2018-12-04 -/games/boxart/7815457ccc.jpg,Tony Hawk's American Wasteland,X360,Sports,Activision,Neversoft Entertainment,8.2,0.32,0.28,,0.01,0.03,2005-11-16, -/games/boxart/full_4754795AmericaFrontccc.jpg,Nagano Winter Olympics 98,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.32,0.15,0.13,0.04,0,1998-01-10, -/games/boxart/full_8280367AmericaFrontccc.jpg,FIFA 2001 Major League Soccer,PS,Sports,EA Sports,EA Canada,,0.32,0.18,,0.12,0.02,2000-11-14, -/games/boxart/full_6293453AmericaFrontccc.jpg,ESPN X-Games Pro Boarder,PS,Sports,Electronic Arts,Radical Entertainment,,0.32,0.18,,0.12,0.02,1998-10-31, -/games/boxart/4506459ccc.jpg,UEFA Euro 2008 Austria-Switzerland,PS2,Sports,Electronic Arts,Unknown,,0.32,0.03,,0,0.28,2008-05-19, -/games/boxart/full_rugby-world-cup-2011_453PALFront.jpg,Rugby World Cup 2011,PS3,Sports,505 Games,HB Studios Multimedia,4.5,0.32,,,0.25,0.07,2011-08-26, -/games/boxart/full_8643279AmericaFrontccc.jpg,Virtua Striker 2,DC,Sports,Sega,Sega,,0.32,,0.32,,,2000-02-29, -/games/boxart/2482387ccc.jpg,Disney's Extreme Skate Adventure,PS2,Sports,Activision,Toys for Bob,,0.32,0.16,,0.12,0.04,2003-09-03, -/games/boxart/full_4250452JapanFrontccc.jpg,Derby Stallion DS,DS,Sports,Enterbrain,ParityBit,,0.32,,0.32,,,2008-06-26, -/games/boxart/full_cabelas-dangerous-hunts-2011_289AmericaFront.jpg,Cabela's Dangerous Hunts 2011,X360,Sports,Activision,Cauldron,,0.32,0.28,,0.01,0.02,2010-10-19, -/games/boxart/full_24595AmericaFrontccc.jpg,The Biggest Loser,DS,Sports,THQ,Webfoot Technologies,,0.32,0.18,,0.11,0.03,2009-10-06, -/games/boxart/7213102ccc.jpg,NBA 2K3,XB,Sports,Sega,Visual Concepts,,0.32,0.24,,0.07,0.01,2002-10-09, -/games/boxart/7679639ccc.jpg,All-Star Baseball 2005,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.32,0.16,,0.12,0.04,2004-04-08, -/games/boxart/3145479ccc.jpg,NFL Fever 2004,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.32,0.24,,0.07,0.01,2003-08-27, -/games/boxart/3545312ccc.jpg,NBA Street V3,XB,Sports,EA Sports BIG,EA Canada,,0.32,0.28,,0.03,0.01,2005-02-08, -/games/boxart/1583144ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,GBA,Action,Konami,Konami,,0.32,0.23,,0.09,0.01,2004-10-19, -/games/boxart/315909ccc.jpg,Elebits,Wii,Action,Konami,Konami,7.3,0.32,0.22,0.08,0.01,0.02,2006-12-12, -/games/boxart/full_7571514AmericaFrontccc.jpg,Nicktoons: Movin,PS2,Action,THQ,Unknown,,0.32,0.16,,0.12,0.04,2004-10-21, -/games/boxart/full_66977JapanFrontccc.jpg,No.1 Muscle Ranking - Kinniku Banzuke Vol. 1: Oregasaikyouno Otokoda!,PS,Sports,Konami,Konami,,0.32,,0.3,,0.02,1999-12-16, -/games/boxart/full_1153663AmericaFrontccc.jpg,"Go, Diego, Go!: Great Dinosaur Rescue",PS2,Action,2K Play,High Voltage Software,,0.32,0.16,,0.12,0.04,2008-10-27, -/games/boxart/full_9009066AmericaFrontccc.jpg,Golden Axe: Beast Rider,PS3,Action,Sega,Secret Level,4.5,0.32,0.13,,0.14,0.06,2008-10-14, -/games/boxart/full_1452352JapanFrontccc.jpg,Quiz Magic Academy DS,DS,Misc,Konami,Konami,,0.32,,0.32,,,2008-09-12, -/games/boxart/1788205ccc.jpg,Karaoke Revolution Volume 3,PS2,Misc,Konami,Harmonix Music Systems,,0.32,0.16,,0.12,0.04,2004-11-09, -/games/boxart/full_554240AmericaFrontccc.jpg,Cartoon Network Collection: Game Boy Advance Video Platinum Edition,GBA,Misc,Majesco,Majesco Games,,0.32,0.23,,0.08,0.01,2005-04-15, -/games/boxart/full_carnival-games-monkey-see-monkey-do_711AmericaFront.jpg,"Carnival Games: Monkey See, Monkey Do!",X360,Misc,2K Play,Take-Two Interactive,,0.32,0.14,,0.15,0.03,2011-04-05, -/games/boxart/full_992970AmericaFrontccc.jpg,Drakengard 3,PS3,Misc,Square Enix,Unknown,,0.32,0.11,0.19,,0.02,2014-05-20, -/games/boxart/full_the-black-eyed-peas-experience_178PALFront.jpg,The Black Eyed Peas Experience,X360,Misc,Ubisoft,Ubisoft,,0.32,0.2,,0.1,0.03,2011-11-08, -/games/boxart/full_1143079AmericaFrontccc.jpg,DJ Hero,PS2,Misc,Activision,FreeStyleGames,8.3,0.32,0.1,,0.02,0.2,2009-10-27, -/games/boxart/full_6849080AmericaFrontccc.jpg,Vin Diesel: Wheelman,PS3,Racing,Ubisoft,Tigon,6.9,0.32,0.12,,0.14,0.05,2009-03-24, -/games/boxart/full_phineas-and-ferb-across-the-2nd-dimension_361AmericaFront.jpg,Phineas and Ferb: Across the 2nd Dimension,PS3,Action,Disney Interactive Studios,High Impact Games,6.8,0.32,0.15,,0.12,0.05,2011-08-02, -/games/boxart/full_power-rangers-samurai_696PALFront.jpg,Power Rangers Samurai,Wii,Action,Namco Bandai,Namco Bandai Games,,0.32,0.27,,0.03,0.03,2011-11-22, -/games/boxart/full_dead-rising-2-off-the-record_175AmericaFront.jpg,Dead Rising 2: Off the Record,PS3,Action,Capcom,Blue Castle Games,7.1,0.32,0.11,0.1,0.08,0.03,2011-10-11, -/games/boxart/full_silent-hill-hd-collection_611AmericaFront.jpg,Silent Hill HD Collection,PS3,Action,Konami Digital Entertainment,Konami,,0.32,0.15,0.03,0.1,0.04,2012-03-20, -/games/boxart/full_6203610AmericaFrontccc.jpg,Bratz: Girlz Really Rock,DS,Action,THQ,Barking Lizards Technologies LLC,,0.32,0.18,,0.11,0.03,2008-10-13, -/games/boxart/full_4308948AmericaFrontccc.jpg,OverBlood,PS,Action,Electronic Arts,Riverhillsoft,,0.32,0.05,0.21,0.04,0.02,1997-05-22, -/games/boxart/full_4036684AmericaFrontccc.jpg,LEGO The Incredibles,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.32,0.19,,0.1,0.03,2018-06-15,2018-11-06 -/games/boxart/full_power-rangers-samurai_708PALFront.jpg,Power Rangers Samurai,DS,Action,Namco Bandai,Namco Bandai Games,,0.32,0.26,,0.04,0.03,2011-11-22, -/games/boxart/full_1615992AmericaFrontccc.jpg,Overlord II,X360,Action,Codemasters,Triumph Studios,,0.32,0.15,,0.14,0.03,2009-06-23, -/games/boxart/full_189524AmericaFrontccc.jpg,LEGO Marvel's Avengers,WiiU,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.32,0.15,0.01,0.14,0.03,2016-01-26,2018-04-06 -/games/boxart/full_7683845AmericaFrontccc.jpg,Fortress,GBA,Action,Majesco,Pipe Dream Interactive,6.6,0.32,0.23,,0.08,0.01,2001-08-13, -/games/boxart/2144143ccc.jpg,Frankenstein's Monster,2600,Action,Data Age,Data Age,,0.32,0.3,,0.02,0,1983-01-01, -/games/boxart/full_3848140AmericaFrontccc.jpg,Overlord II,PS3,Action,Codemasters,Triumph Studios,,0.32,0.11,,0.15,0.05,2009-06-23, -/games/boxart/8413583ccc.jpg,Power Rangers: Time Force,PS,Action,THQ,Climax Group,,0.32,0.18,,0.12,0.02,2001-11-02, -/games/boxart/5114642ccc.jpg,Crash of the Titans,X360,Action,Sierra Entertainment,Radical Entertainment,6.6,0.32,0.27,,0.02,0.02,2007-10-04, -/games/boxart/full_9632914AmericaFrontccc.jpg,Ultimate Fighting Championship: Throwdown,PS2,Fighting,Crave Entertainment,Opus Studio,,0.32,0.16,,0.12,0.04,2002-06-03, -/games/boxart/full_9602234AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma,PS3,Fighting,Arc System Works,Arc System Works,,0.32,0.15,0.14,,0.03,2014-03-25,2018-10-18 -/games/boxart/full_8532172AmericaFrontccc.jpg,Dragon Ball Z: Battle of Z,PS3,Fighting,Namco Bandai Games,ArtDink,,0.32,0.1,0.07,0.11,0.04,2014-01-28,2018-10-18 -/games/boxart/full_5265021JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle! 3,PS2,Fighting,Bandai,Ganbarion,,0.32,,0.32,,,2003-12-11, -/games/boxart/3695111ccc.jpg,Kinetica,PS2,Racing,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.32,0.16,,0.12,0.04,2001-10-16, -/games/boxart/full_4579056AmericaFrontccc.jpg,F1 Race Stars,PS3,Racing,Codemasters,Codemasters Birmingham,,0.32,0.07,,0.2,0.05,2012-11-13,2018-10-17 -/games/boxart/full_4063685AmericaFrontccc.jpg,Chicken Blaster,Wii,Shooter,Zoo Games,FrontLine Studios,,0.32,0.29,,0,0.02,2009-09-15, -/games/boxart/861949ccc.jpg,Naruto: Ultimate Ninja (JP sales),PS2,Fighting,Namco Bandai,CyberConnect2,,0.32,,0.32,,,2006-06-26, -/games/boxart/full_7006547AmericaFrontccc.jpg,Prey,X360,Shooter,2K Games,Venom Games / Human Head Studios,8.2,0.32,0.27,,0.03,0.02,2006-07-11, -/games/boxart/full_9826427AmericaFrontccc.jpg,The Darkness II,PS3,Shooter,2K Games,Digital Extremes,,0.32,0.14,,0.14,0.04,2012-02-07,2018-01-10 -/games/boxart/full_4290306AmericaFrontccc.jpg,Singularity,X360,Shooter,Activision,Raven Software,7.7,0.32,0.24,0,0.04,0.03,2010-06-29, -/games/boxart/full_6509876AmericaFrontccc.jpg,WipEout Pulse,PSP,Racing,Sony Computer Entertainment,Studio Liverpool,8.2,0.32,0.13,,0.12,0.06,2008-02-12, -/games/boxart/full_2813536AmericaFrontccc.jpg,Cars 3: Driven to Win,NS,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.32,0.13,0.02,0.14,0.02,2017-06-13,2018-02-25 -/games/boxart/full_7406522AmericaFrontccc.jpg,Bigfoot: Collision Course,Wii,Racing,Zoo Digital Publishing,Destination Software,,0.32,0.3,,,0.02,2008-12-05, -/games/boxart/4371476ccc.jpg,Test Drive Unlimited,X360,Racing,Atari,Eden Studios,8,0.32,0.23,0.02,0.04,0.02,2006-09-05, -/games/boxart/full_1386649AmericaFrontccc.jpg,4x4 Evolution,PS2,Racing,Gathering of Developers,Terminal Reality,,0.32,0.16,,0.12,0.04,2001-02-26, -/games/boxart/full_267678AmericaFrontccc.jpg,DiRT 2,PSP,Racing,Codemasters,Codemasters,7.4,0.32,0.09,,0.15,0.08,2009-09-08, -/games/boxart/full_operation-flashpoint-red-river_66AmericaFront.jpg,Operation Flashpoint: Red River,PS3,Shooter,Codemasters,Codemasters,6.8,0.32,0.06,0.07,0.14,0.05,2011-06-07, -/games/boxart/full_3996458AmericaFrontccc.jpg,Marvel Nemesis: Rise of the Imperfects,PSP,Fighting,Electronic Arts,Team Fusion,6.8,0.32,0.29,,0,0.02,2005-10-04, -/games/boxart/full_blazblue-continuum-shift_915AmericaFront.jpg,BlazBlue: Continuum Shift,X360,Fighting,Aksys Games,Arc System Works,8.6,0.32,0.23,0.02,0.04,0.02,2010-07-27, -/games/boxart/full_9394292JapanFrontccc.jpg,Dragon Quest Monsters 1·2,PS,Role-Playing,Enix,TOSE,,0.32,,0.3,,0.02,2002-05-30, -/games/boxart/full_5598184AmericaFrontccc.jpg,Rally Cross,PS,Racing,Sony Computer Entertainment,Sony Computer Entertainment America,,0.32,0.18,,0.12,0.02,1997-01-31, -/games/boxart/full_dead-space-2_755AmericaFront.jpg,Dead Space 2,PC,Shooter,Electronic Arts,Visceral Games,8.9,0.32,0.13,,0.15,0.04,2011-01-25, -/games/boxart/full_7244946AmericaFrontccc.jpg,Army of Two: The 40th Day,PSP,Shooter,Electronic Arts,Buzz Monkey Software,4.8,0.32,0.12,,0.13,0.08,2010-01-12, -/games/boxart/full_9295671AmericaFrontccc.jpg,Darkwatch,PS2,Shooter,Capcom,High Moon Studios,,0.32,0.16,,0.12,0.04,2005-08-16, -/games/boxart/2736827ccc.jpg,Clive Barker's Jericho,X360,Shooter,Codemasters,Mercury Steam / Alchemic Productions,5.8,0.32,0.28,,0.01,0.02,2007-10-23, -/games/boxart/full_2485917AmericaFrontccc.png,Payday 2,PS4,Shooter,505 Games,Overkill Software,6.5,0.32,0.12,,0.14,0.05,2015-06-16,2018-01-08 -/games/boxart/4307097ccc.gif,SWAT: Global Strike Team,PS2,Shooter,Sierra Entertainment,Argonaut Games,,0.32,0.16,,0.12,0.04,2003-10-29, -/games/boxart/full_3106822AmericaFrontccc.jpg,NASCAR Thunder 2003,GC,Racing,EA Sports,EA Tiburon,8.8,0.31,0.24,,0.06,0.01,2002-09-19, -/games/boxart/full_7120054AmericaFrontccc.jpg,Fuel,X360,Racing,Codemasters,Asobo Studio,6.6,0.31,0.09,0,0.18,0.04,2009-06-02,2020-08-05 -/games/boxart/full_4828271JapanFrontccc.jpg,Dragon Quest Builders: Revive Alefgard,PSV,Role-Playing,Square Enix,Square Enix,,0.31,,0.31,,,2016-10-11,2018-01-11 -/games/boxart/full_6182754JapanFrontccc.jpg,Devil Summoner: Soul Hackers,SAT,Role-Playing,Atlus,Atlus Co.,,0.31,,0.31,,,1997-11-13, -/games/boxart/full_9069462JapanFrontccc.jpg,Final Fantasy IV,PS,Role-Playing,SquareSoft,SquareSoft,,0.31,,0.29,,0.02,2001-06-29, -/games/boxart/full_3232999JapanFrontccc.jpg,RPG Tsukuru 2,SNES,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,0.31,,0.31,,0,1996-01-31, -/games/boxart/full_9759743AmericaFrontccc.jpeg,J Stars Victory Vs.,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,0.31,0.11,,0.14,0.05,2015-06-30, -/games/boxart/full_pandora-no-tou-kimi-no-moto-e-kaeru_826JapanFront.jpg,Pandora's Tower,Wii,Role-Playing,Xseed Games,Ganbarion,,0.31,0.11,0.08,0.1,0.03,2013-04-16, -/games/boxart/8211848ccc.jpg,Crash Nitro Kart,XB,Racing,VU Games,Vicarious Visions,,0.31,0.24,,0.07,0.01,2003-11-11, -/games/boxart/full_3974079AmericaFrontccc.jpg,Music Maker,PS2,Misc,Magix,Magix,,0.31,0.15,,0.12,0.04,2003-03-28, -/games/boxart/full_ultimate-marvel-vs-capcom-3_941AmericaFront.jpg,Ultimate Marvel vs. Capcom 3,PSV,Fighting,Capcom,Capcom,,0.31,0.17,,0.09,0.05,2012-02-15, -/games/boxart/full_4104485AmericaFrontccc.jpg,Bruce Lee: Quest of the Dragon,XB,Fighting,Universal Interactive,Ronin Entertainment,,0.31,0.23,,0.07,0.01,2002-07-01, -/games/boxart/full_5208068JapanFrontccc.jpg,Yuu Yuu Hakusho 2: Kakutou no Sho,SNES,Fighting,Namco,Unknown,,0.31,,0.31,,,1994-06-10, -/games/boxart/9149000ccc.jpg,Einhänder,PS,Shooter,Sony Computer Entertainment,SquareSoft,,0.31,0.1,0.13,0.07,0.02,1998-05-05, -/games/boxart/651896ccc.gif,Panzer Dragoon II Zwei,SAT,Shooter,Sega,Team Andromeda,,0.31,,0.31,,0,1996-01-01, -/games/boxart/7469019ccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,XB,Shooter,LucasArts,Vicarious Visions,,0.31,0.23,,0.07,0.01,2003-11-19, -/games/boxart/full_1621983JapanFrontccc.jpg,Super Robot Taisen Complete Box,PS,Strategy,Banpresto,Bandai,,0.31,,0.29,,0.02,1999-06-10, -/games/boxart/full_9641493JapanFrontccc.jpg,SD Gundam G Generation Wars,PS2,Strategy,Bandai,Tom Create,,0.31,,0.31,,,2009-08-06, -/games/boxart/full_peppa-pig-theme-park-fun_269PALFront.jpg,Peppa Pig: Theme Park Fun,DS,Misc,P2 Games,Strawdogs Studios Limited,,0.31,,,0.28,0.03,2011-03-25, -/games/boxart/full_7677922AmericaFrontccc.jpg,Jampack Volume 12,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.31,0.15,,0.12,0.04,2005-05-03, -/games/boxart/full_catherine_759AmericaFront.jpg,Catherine,X360,Puzzle,Atlus,Atlus,7.9,0.31,0.2,0.03,0.06,0.02,2011-07-26,2018-09-12 -/games/boxart/full_2690657AmericaFrontccc.jpg,7 Wonders II,DS,Puzzle,Mumbo Jumbo,MumboJumbo,,0.31,0.13,,0.15,0.03,2010-07-28, -/games/boxart/full_4641190PALFrontccc.jpg,KuruKuru Kururin,GBA,Puzzle,Nintendo,Eighting/Raizing,7.2,0.31,,0.3,,0.01,2001-06-22, -/games/boxart/full_425460AmericaFrontccc.png,METRO Redux,XOne,Shooter,Deep Silver,4a-games,,0.31,0.15,,0.14,0.03,2014-08-26,2018-05-31 -/games/boxart/full_9354094AmericaFrontccc.jpg,Sniper Elite III,PS3,Shooter,505 Games,Rebellion Developments,,0.31,0.12,,0.14,0.05,2014-07-01,2018-09-22 -/games/boxart/full_1717379AmericaFrontccc.jpg,XCOM 2,PC,Strategy,2K Games,Firaxis Games,,0.31,0.12,,0.16,0.02,2015-11-30,2018-05-29 -/games/boxart/full_7365777AmericaFrontccc.jpg,Orphen: Scion of Sorcery,PS2,Role-Playing,Activision,Shade,,0.31,0.15,,0.12,0.04,2000-10-23, -/games/boxart/full_monhun-nikki-poka-poka-ailu-mura-g_47JapanFront.jpg,MonHun Nikki: Poka Poka Ailu Mura G,PSP,Role-Playing,Capcom,From Software,,0.31,,0.31,,,2011-08-10, -/games/boxart/full_4731740AmericaFrontccc.jpg,Monster Lab,Wii,Role-Playing,Eidos Interactive,Backbone Entertainment,,0.31,0.27,,0.02,0.02,2008-11-04, -/games/boxart/full_2958796AmericaFrontccc.jpg,Digimon World: Dawn / Dusk,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.31,0.12,0.18,,0.01,2007-09-18, -/games/boxart/full_9857947AmericaFrontccc.jpg,Hot Wheels Turbo Racing,N64,Racing,Electronic Arts,Stormfront Studios,,0.31,0.25,,0.06,0,1999-09-22, -/games/boxart/full_8882920AmericaFrontccc.jpg,Dark Void,X360,Action,Capcom,Airtight Games,6.1,0.31,0.19,,0.09,0.03,2010-01-19, -/games/boxart/3183920ccc.jpg,Mega Man Battle Network 2,GBA,Action,Ubisoft,Capcom,,0.31,0.22,,0.08,0.01,2002-10-18, -/games/boxart/2951402ccc.jpg,Shrek the Third,PSP,Action,Activision,Amaze Entertainment,,0.31,0.08,,0.15,0.09,2007-06-05, -/games/boxart/full_1001-touch-games_530AmericaFront.jpg,1001 Touch Games,DS,Action,Unknown,Avanquest Software,,0.31,0.11,,0.17,0.03,2011-10-18, -/games/boxart/full_9790436AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,X360,Action,Electronic Arts,Bright Light Productions,,0.31,0.17,,0.11,0.03,2009-06-30, -/games/boxart/5220548ccc.gif,Dr. Seuss: How the Grinch Stole Christmas,DS,Action,CokeM Interactive,Unknown,,0.31,0.29,,,0.02,2007-11-08, -/games/boxart/full_2148432AmericaFrontccc.jpg,Foto Frenzy: Spot The Diffrence,DS,Puzzle,Storm City Games,Storm City Games,,0.31,0.29,,,0.02,2009-11-17, -/games/boxart/4922250ccc.gif,Math Play,DS,Puzzle,Natsume,Denyu-Sha,,0.31,0.28,,0,0.02,2007-09-24, -/games/boxart/full_modnation-racers-road-trip_153PALFront.jpg,Modnation Racers: Road Trip,PSV,Racing,Sony Computer Entertainment,SCEA,,0.31,0.15,,0.11,0.05,2012-02-22, -/games/boxart/full_4720343AmericaFrontccc.jpg,Monsters vs. Aliens,PS3,Platform,Activision,Beenox,,0.31,0.21,,0.06,0.04,2009-03-24, -/games/boxart/full_2686417JapanFrontccc.jpg,Ganbare Goemon 2: Kiteretsu Shougun Magginesu,SNES,Platform,Konami,Konami,,0.31,,0.31,,0,1993-12-22, -/games/boxart/7870596ccc.jpg,NBA ShootOut,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.31,0.17,,0.12,0.02,1996-01-01, -/games/boxart/full_1735591JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 14,PS2,Sports,Konami,PawaPuro Production,,0.31,,0.31,,,2007-07-19, -/games/boxart/full_7833766AmericaFrontccc.jpg,Fishing Master,Wii,Sports,Konami,Hudson Soft,,0.31,0.29,,0,0.02,2007-09-18, -/games/boxart/full_4679810JapanFrontccc.jpg,Ganbare Goemon: KiraKira Douchuu - Boku ga Dancer ni Natta Riyuu,SNES,Platform,Konami,Konami,,0.31,,0.31,,0,1995-12-22, -/games/boxart/full_40-winks_404AmericaFront.jpg,40 Winks,PS,Platform,GT Interactive,Eurocom Entertainment Software,5.5,0.31,0.17,,0.12,0.02,1999-11-14, -/games/boxart/full_9618469AmericaFrontccc.jpg,Mega Man Maverick Hunter X,PSP,Platform,Capcom,Capcom,7.9,0.31,0.27,,0.01,0.03,2006-01-31, -/games/boxart/full_4781320AmericaFrontccc.jpg,Spin Jam,PS,Puzzle,Empire Interactive,H2O Entertainment,,0.31,0.17,,0.12,0.02,2000-09-24, -/games/boxart/full_sesame-street-elmos-letter-adventure_386AmericaFront.jpg,Sesame Street: Elmo's Letter Adventure,PS,Misc,NewKidCo,Realtime Associates,,0.31,0.17,,0.12,0.02,1998-10-16, -/games/boxart/full_2596558AmericaFrontccc.jpg,Namco Museum: Virtual Arcade,X360,Misc,Namco Bandai,Namco Bandai Games,7,0.31,0.27,0.01,0.01,0.02,2008-11-04, -/games/boxart/2497730ccc.jpg,Jampack: Summer 2003 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.31,0.15,,0.12,0.04,2003-04-29, -/games/boxart/full_5632591AmericaFrontccc.jpg,Tiny Toon Adventures: The Great Beanstalk,PS,Misc,NewKidCo,Terraglyph Interactive Studios,,0.31,0.17,,0.12,0.02,1998-10-27, -/games/boxart/full_3706103PALFrontccc.jpg,SingStar Take That,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.31,,,0.28,0.03,2009-11-06, -/games/boxart/6013894ccc.jpg,Disney's The Emperor's New Groove,PS,Platform,Sony Computer Entertainment,Argonaut Software,,0.31,0.17,,0.12,0.02,2000-11-13, -/games/boxart/1334841ccc.jpg,Major League Baseball 2K8,PS3,Sports,2K Sports,Kush Games,,0.31,0.28,0,,0.03,2008-03-03, -/games/boxart/full_j-league-winning-eleven-2007-club-championship_10JapanFront.jpg,J-League Winning Eleven 2007: Club Championship,PS2,Sports,Konami,Konami,,0.31,,0.31,,,2007-08-02, -/games/boxart/7136436ccc.jpg,Tiger Woods PGA Tour 06,X360,Sports,EA Sports,EA Sports,6.9,0.31,0.28,,0,0.02,2005-11-16, -/games/boxart/full_3657001AmericaFrontccc.jpg,My Horse & Me,Wii,Sports,Atari,W!Games,,0.31,0.27,,0.02,0.02,2008-02-05, -/games/boxart/full_8125178AmericaFrontccc.jpg,Gold's Gym: Cardio Workout (Others sales),Wii,Sports,Ubisoft,Rocket Company,,0.31,,,0.3,0.02,2009-03-25, -/games/boxart/full_2317053PALFrontccc.jpg,UEFA Euro 2016,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.31,,0.05,0.22,0.04,2016-04-21,2018-05-03 -/games/boxart/4298546ccc.jpg,Bass Hunter 64,N64,Sports,Take-Two Interactive,Gear Head Entertainment,6,0.31,0.25,,0.06,0,1999-06-30, -/games/boxart/full_448641PALFrontccc.jpg,2 Games in 1: Disney's Brother Bear / The Lion King 1 1/2,GBA,Action,THQ,Vicarious Visions,,0.31,0.22,,0.08,0.01,2005-01-18, -/games/boxart/full_2483522AmericaFrontccc.jpg,DmC Devil May Cry: Definitive Edition,PS4,Action,Capcom,QLOC,,0.31,0.12,,0.13,0.05,2015-03-10,2018-05-01 -/games/boxart/full_8895760AmericaFrontccc.png,Hitman,XOne,Action,Square Enix,IO Interactive,,0.31,0.2,,0.08,0.03,2017-01-31,2018-05-01 -/games/boxart/full_1289755AmericaFrontccc.jpg,Madden NFL 2004,GBA,Sports,EA Sports,BudCat Creations,,0.31,0.22,,0.08,0.01,2003-08-12, -/games/boxart/1423625ccc.jpg,NBA Live 08,PSP,Sports,Electronic Arts,EA Canada,6.8,0.31,0.28,0,0,0.02,2007-10-01, -/games/boxart/full_1266292JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 4,N64,Sports,Konami,Diamond Head,,0.31,,0.26,,0.05,1997-03-14, -/games/boxart/full_5762896AmericaFrontccc.jpg,SimAnimals,Wii,Simulation,Electronic Arts,Electronic Arts,,0.31,0.14,,0.14,0.03,2009-01-21, -/games/boxart/full_70164JapanFrontccc.jpg,Animal Crossing,N64,Simulation,Nintendo,Nintendo EAD,,0.31,,0.26,,0.05,2001-04-14,2018-03-13 -/games/boxart/full_3637308AmericaFrontccc.jpg,NCAA Final Four 2002,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.31,0.15,,0.12,0.04,2001-11-12, -/games/boxart/full_3805213JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable 3,PSP,Sports,Konami,PawaPuro Productions,,0.31,,0.31,,,2008-05-29, -/games/boxart/full_mario-golf_7AmericaFront.jpg,Mario Golf,GB,Sports,Nintendo,Camelot Software Planning,,0.31,,0.31,,,1999-10-01, -/games/boxart/1752749ccc.jpg,Armored Core: Silent Line,PS2,Simulation,Agetec,From Software,,0.31,0.07,0.16,0.06,0.02,2003-07-17, -/games/boxart/full_979856AmericaFrontccc.jpg,Spider-Man 3,PSP,Platform,Activision,Treyarch,5.3,0.31,0.01,,0.24,0.06,2007-10-16, -/games/boxart/4079190ccc.jpg,Alone in the Dark: One-Eyed Jack's Revenge,PS,Adventure,Kokopeli Digital Studios,I*Motion,,0.31,0.17,,0.12,0.02,1996-08-01, -/games/boxart/5562900ccc.gif,Barbie as The Island Princess,DS,Adventure,Activision,Human Soft / Ivolgamus,,0.31,0.28,,0.01,0.02,2007-10-30, -/games/boxart/6992311ccc.jpg,Happy Feet,DS,Adventure,Midway Games,Artificial Mind and Movement,,0.31,0.27,,0.01,0.02,2006-11-14, -/games/boxart/full_3323409AmericaFrontccc.jpg,Silent Hill: Shattered Memories,PSP,Adventure,Konami,Climax Group,7.8,0.31,0.09,0.01,0.13,0.07,2010-01-19, -/games/boxart/full_957074AmericaFrontccc.jpg,Slot Machine,2600,Action,Atari,Atari,,0.31,0.29,,0.02,0,1979-01-01, -/games/boxart/7940495ccc.jpg,Astroblast,2600,Action,Mattel Interactive,Mattel,,0.31,0.29,,0.02,0,1982-01-01, -/games/boxart/3860973ccc.jpg,Blade II,PS2,Action,Activision,Mucky Foot Productions,,0.31,0.15,,0.12,0.04,2002-09-02, -/games/boxart/5544559ccc.jpg,Disney's Stitch: Experiment 626,PS2,Action,Disney Interactive Studios,High Voltage Software,,0.31,0.15,,0.12,0.04,2002-06-19, -/games/boxart/full_mysims-skyheroes_351AmericaFront.jpg,MySims SkyHeroes,DS,Action,Electronic Arts,The Sims Studio,,0.31,0.2,,0.08,0.03,2010-09-28, -/games/boxart/full_6228571AmericaFrontccc.jpg,Lego Batman 3: Beyond Gotham,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.31,0.05,,0.19,0.07,2014-11-11,2018-01-06 -/games/boxart/2853221ccc.jpg,Mountain King,2600,Action,CBS Electronics,CBS Electronics,,0.31,0.29,,0.02,0,1983-01-01, -/games/boxart/1150352ccc.jpg,The Incredible Hulk,Wii,Action,Sega,Edge of Reality,,0.31,0.28,,0.01,0.02,2008-06-05, -/games/boxart/full_tron-evolution_302AmericaFront.jpg,TRON: Evolution,X360,Action,Disney Interactive Studios,Propaganda Games,,0.31,0.24,,0.05,0.02,2010-12-07, -/games/boxart/8085292ccc.jpg,Manhunt 2,PSP,Action,Rockstar Games,Rockstar London,,0.31,0.04,,0.18,0.1,2007-10-29, -/games/boxart/full_3261017AmericaFrontccc.jpg,The Matrix: Path of Neo,XB,Action,Atari,Shiny Entertainment,6.7,0.31,0.23,,0.07,0.01,2005-11-07, -/games/boxart/full_5024887AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's World Championship 2010 Reverse of Arcadia,DS,Strategy,Konami,Konami,7.6,0.31,0.18,0.09,0.02,0.02,2010-02-23, -/games/boxart/full_7935096AmericaFrontccc.jpg,XCOM 2,PS4,Strategy,2K Games,Firaxis Games,,0.31,0.16,,0.1,0.05,2016-09-27,2018-05-29 -/games/boxart/full_3106021AmericaFrontccc.png,The Settlers 7: Paths to a Kingdom,PC,Strategy,Ubisoft,Blue Byte,7.8,0.31,,,0.27,0.04,2010-03-23, -/games/boxart/6086788ccc.jpg,WarCraft II: The Dark Saga,PS,Strategy,Electronic Arts,Blizzard Entertainment,7.3,0.31,0.18,,0.12,0.02,1997-08-31, -/games/boxart/full_6264166AmericaFrontccc.jpg,The Legend of Spyro: Dawn of the Dragon,X360,Platform,Vivendi Games,Etranges Libellules,,0.31,0.16,,0.13,0.03,2008-10-21, -/games/boxart/full_6760046AmericaFrontccc.jpg,Goemon's Great Adventure,N64,Platform,Konami,Konami Computer Entertainment Osaka,,0.31,0.06,0.13,0.02,0.1,1999-09-15, -/games/boxart/full_mega-man-zero-collection_3AmericaFront.jpg,Mega Man Zero Collection,DS,Platform,Capcom,Inti Creates,7.5,0.31,0.17,0.11,0.01,0.02,2010-06-08, -/games/boxart/full_8085786AmericaFrontccc.jpg,Sonic Mania,PS4,Platform,Sega,PagodaWest Games,,0.31,0.1,0.01,0.15,0.05,2017-08-15,2018-08-15 -/games/boxart/full_9264259AmericaFrontccc.jpg,Mortal Kombat: Shaolin Monks,XB,Action,Midway Games,Midway Studios Los Angeles,,0.31,0.23,,0.07,0.01,2005-09-16, -/games/boxart/full_clash-of-the-titans-the-videogame_8AmericaFront.jpg,Clash of the Titans: The Videogame,PS3,Action,Namco Bandai,Game Republic,,0.31,0.09,0.01,0.15,0.05,2010-07-27, -/games/boxart/full_9506557AmericaFrontccc.jpg,Star Wars Episode III: Revenge of the Sith,DS,Action,Ubisoft,Ubisoft Montreal,7.3,0.31,0.25,,0.03,0.02,2005-05-04, -/games/boxart/4628513ccc.jpg,KISS Pinball,PS,Action,Take-Two Interactive,Take-Two Interactive,,0.31,0.17,,0.12,0.02,2001-04-25, -/games/boxart/2403141ccc.jpg,Brothers In Arms: Earned In Blood,XB,Action,Ubisoft,Unknown,,0.31,0.23,,0.07,0.01,2005-10-07, -/games/boxart/6359945ccc.jpg,NBA Inside Drive 2003,XB,Sports,Microsoft Game Studios,High Voltage Software,,0.31,0.23,,0.07,0.01,2002-10-31, -/games/boxart/full_8180648AmericaFrontccc.jpg,FIFA Street,PS2,Sports,EA Sports BIG,EA Canada,,0.31,0.15,,0.12,0.04,2005-02-22, -/games/boxart/full_5036427AmericaFrontccc.jpeg,LEGO Ninjago: Shadow of Ronin,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.31,0.05,0.05,0.19,0.02,2015-03-24,2018-01-26 -/games/boxart/full_3451346AmericaFrontccc.jpg,Sonic Boom: Rise of Lyric,WiiU,Action-Adventure,Sega,Big Red Button,3.7,0.31,0.19,,0.09,0.03,2014-11-11,2018-03-22 -/games/boxart/full_5927939AmericaFrontccc.jpg,The LEGO Movie Videogame,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.31,0.04,,0.2,0.07,2014-02-07,2018-03-20 -/games/boxart/full_8835411AmericaFrontccc.jpg,Shrek: Forever After,DS,Platform,Activision,Griptonite Games,,0.31,0.18,,0.1,0.03,2010-05-18, -/games/boxart/full_3245546AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,Wii,Misc,Activision,Ivolgamus,,0.31,0.28,,0,0.02,2008-10-28, -/games/boxart/full_7850885AmericaFrontccc.jpg,Midway Arcade Treasures 2,XB,Misc,Midway Games,Backbone Entertainment,,0.31,0.24,,0.05,0.01,2004-10-11, -/games/boxart/full_bust-a-move-universe_228AmericaFront.jpg,Bust-A-Move Universe,3DS,Puzzle,Square Enix,Arika,5.6,0.31,0.08,0.06,0.15,0.02,2011-03-27, -/games/boxart/full_9340325AmericaFrontccc.jpg,Shaun White Snowboarding,PS2,Sports,Ubisoft,Ubisoft Montreal,6.2,0.31,0.15,,0.12,0.04,2008-11-16, -/games/boxart/full_4145665AmericaFrontccc.jpg,NHL FaceOff 2000,PS,Sports,989 Studios,SolWorks,,0.31,0.17,,0.12,0.02,1999-08-31, -/games/boxart/full_jonah-lomu-rugby-challenge_918AmericaFront.jpg,Jonah Lomu Rugby Challenge,X360,Sports,Mad Catz,Sidhe Interactive,,0.31,0.09,,0.19,0.03,2011-10-20, -/games/boxart/full_2194103AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),Wii,Sports,Activision,Activision,,0.31,0.28,,,0.02,2009-09-08, -/games/boxart/1250652ccc.gif,Yu-Gi-Oh! The Dawn of Destiny,XB,Strategy,Konami,Konami Computer Entertainment Japan,,0.31,0.23,,0.07,0.01,2004-03-23, -/games/boxart/818863ccc.jpg,Lord of the Rings: Battle for Middle-Earth,X360,Strategy,Electronic Arts,EA Los Angeles,,0.31,0.28,,,0.02,2006-07-05, -/games/boxart/full_7277914PALFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PS4,Misc,Tecmo Koei,Unknown,,0.31,0.09,0.06,0.12,0.04,2014-03-25, -/games/boxart/full_870722AmericaFrontccc.jpg,My Virtual Tutor: Reading Adventure Pre-K to Kindergarten,DS,Misc,Mentor Interactive,1st Playable Productions,,0.31,0.29,,,0.02,2009-09-11, -/games/boxart/full_3411545AmericaFrontccc.jpg,Calvin Tucker's Redneck Jamboree,Wii,Misc,Zoo Games,Humagade,,0.31,0.28,,0,0.02,2008-12-19, -/games/boxart/full_3611594AmericaFrontccc.jpg,South Park: Chef's Luv Shack,PS,Misc,Acclaim Entertainment,Acclaim Studios Austin,3.1,0.31,0.17,,0.12,0.02,1999-10-31, -/games/boxart/full_4918681AmericaFrontccc.jpg,A Collection of Intellivision Classic Games,PS,Misc,Activision,LTI,4.3,0.31,0.17,,0.12,0.02,1999-10-30, -/games/boxart/full_shin-megami-tensei-devil-survivor-2_579AmericaFront.jpg,Shin Megami Tensei: Devil Survivor 2,DS,Role-Playing,Atlus,Atlus Co.,,0.31,0.16,0.12,0.02,0.01,2012-02-28, -/games/boxart/5314419ccc.jpg,Vigilante 8,N64,Racing,Activision,"Luxoflux, Inc.",,0.31,0.25,,0.06,0,1998-06-04, -/games/boxart/full_3052897AmericaFrontccc.jpg,Demolition Racer,PS,Racing,Infogrames,Pitbull Syndicate,,0.31,0.17,,0.12,0.02,1999-08-31, -/games/boxart/5851888ccc.jpg,Star Wars Racer Revenge,PS2,Racing,LucasArts,Rainbow Studios,7.8,0.31,0.15,,0.12,0.04,2002-02-11, -/games/boxart/full_nascar-2011-the-game_172AmericaFront.jpg,NASCAR 2011: The Game,X360,Racing,Activision,Eutechnyx,6,0.31,0.29,,,0.02,2011-03-29, -/games/boxart/full_1249241AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,PS3,Racing,Activision,Sidhe Interactive,,0.3,0.19,,0.07,0.04,2009-10-27, -/games/boxart/full_4818198AmericaFrontccc.jpg,Cart World Series,PS,Racing,Sony Computer Entertainment,SCEA,7,0.3,0.17,,0.11,0.02,1997-09-16, -/games/boxart/full_5679837AmericaFrontccc.jpg,The Dukes of Hazzard II: Daisy Dukes It Out,PS,Racing,SouthPeak Interactive,Sinister Games,,0.3,0.17,,0.11,0.02,2000-11-07, -/games/boxart/9522401ccc.jpg,Monster Truck Madness 64,N64,Racing,Rockstar Games,Edge of Reality,5.5,0.3,0.24,,0.06,0,1999-06-30, -/games/boxart/4853874ccc.jpg,Stranglehold,PS3,Shooter,Midway Games,Midway Games,,0.3,0.24,0,0.03,0.03,2007-10-29, -/games/boxart/full_the-king-of-fighters-xiii_282AmericaFront.jpg,The King of Fighters XIII,PS3,Fighting,Atlus,SNK Playmore Corporation,7.8,0.3,0.17,0.04,0.07,0.03,2011-11-22, -/games/boxart/full_3307894AmericaFrontccc.jpg,Ehrgeiz,PS,Fighting,Square,DreamFactory,6.7,0.3,0.17,,0.12,0.02,1999-05-04, -/games/boxart/full_8527069AmericaFrontccc.jpg,Naruto: Ninja Destiny (US sales),DS,Fighting,D3 Publisher,Takara Tomy,,0.3,0.3,,,,2008-02-26, -/games/boxart/full_powerup-heroes_476AmericaFront.jpg,PowerUp Heroes,X360,Fighting,Ubisoft,Ubisoft,4,0.3,0.18,,0.09,0.03,2011-10-18, -/games/boxart/full_1599338AmericaFrontccc.jpg,Fossil Fighters (JP sales),DS,Role-Playing,Nintendo,RED Entertainment,,0.3,,0.3,,,2009-08-10, -/games/boxart/full_radiant-historia_767AmericaFront.jpg,Radiant Historia,DS,Role-Playing,Atlus,Atlus Co.,8.5,0.3,0.19,0.09,,0.02,2011-02-22, -/games/boxart/full_9722040AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,3DS,Racing,Sega,Sumo Digital,,0.3,0.12,,0.15,0.02,2013-02-12,2018-12-03 -/games/boxart/full_6241695AmericaFrontccc.jpg,Capcom Classics Collection Remixed,PSP,Misc,Capcom,Digital Eclipse,7.7,0.3,0.27,,0,0.02,2006-03-22, -/games/boxart/full_3418389AmericaFrontccc.png,Guitar Hero: Van Halen,X360,Misc,Activision,Neversoft Entertainment,6.2,0.3,0.16,,0.1,0.03,2009-12-22, -/games/boxart/full_def-jam-rapstar_7AmericaFront.jpg,Def Jam Rapstar,X360,Misc,Konami,4mm Games / Terminal Reality,7.4,0.3,0.26,,0.03,0.02,2010-10-05, -/games/boxart/full_gameboy-gallery_551PALFront.jpg,Gameboy Gallery,GB,Misc,Nintendo,Nintendo,,0.3,,0.3,,0,1995-04-27, -/games/boxart/full_6132569AmericaFrontccc.jpg,FIFA 13,3DS,Sports,EA Sports,EA Canada,,0.3,0.06,,0.21,0.02,2012-09-25,2018-04-06 -/games/boxart/337389ccc.jpg,AMF Bowling 2004,XB,Sports,Mud Duck Productions,Bethesda Softworks,,0.3,0.22,,0.06,0.01,2003-12-01, -/games/boxart/full_411698JapanFrontccc.jpg,Winning Post 2,SNES,Sports,KOEI,Koei,,0.3,,0.3,,,1995-03-18, -/games/boxart/full_rapala-pro-bass-fishing-2010_710AmericaFront.jpg,Rapala Pro Bass Fishing 2010,Wii,Sports,Activision,FUN Labs,,0.3,0.22,,0.05,0.03,2010-09-28, -/games/boxart/full_6333284PALFrontccc.jpg,FIFA 15,PC,Sports,EA Sports,EA Canada,7,0.3,,,0.28,0.02,2014-09-23,2018-03-23 -/games/boxart/full_4995399AmericaFrontccc.jpg,Sorcery,PS3,Action-Adventure,Sony Computer Entertainment,The Workshop,,0.3,0.14,,0.11,0.05,2012-05-22,2018-09-14 -/games/boxart/full_1897017AmericaFrontccc.jpg,Spyro: Attack of the Rhynocs,GBA,Platform,Universal Interactive,Digital Eclipse,,0.3,0.22,,0.08,0.01,2003-10-27, -/games/boxart/5015985ccc.jpg,Madagascar,DS,Platform,Activision,Vicarious Visions,6.3,0.3,0.25,,0.03,0.02,2005-05-23, -/games/boxart/full_9056895AmericaFrontccc.jpg,Jumping Flash!,PS,Platform,Sony Computer Entertainment,Exact,,0.3,0.05,0.21,0.03,0.02,1995-04-27, -/games/boxart/full_lizzie-mcguire-3-homecoming-havoc_395AmericaFront.jpg,Lizzie McGuire 3: Homecoming Havoc,GBA,Platform,Buena Vista,Climax Group Inc.,,0.3,0.22,,0.08,0.01,2005-08-21, -/games/boxart/1031276ccc.jpg,"Army Men World War: Land, Sea, Air",PS,Action,3DO,3DO,,0.3,0.17,,0.12,0.02,2000-09-20, -/games/boxart/7514218ccc.jpg,Dynasty Warriors 6,X360,Action,KOEI,Omega Force,6.2,0.3,0.15,0.06,0.06,0.02,2008-02-19, -/games/boxart/4862184ccc.jpg,Shrek the Third,DS,Action,Activision,Vicarious Visions,,0.3,0.26,,0.02,0.02,2007-05-02, -/games/boxart/full_170958AmericaFrontccc.jpg,Ultimate Spider-Man,GBA,Action,Activision,Vicarious Visions,,0.3,0.22,,0.08,0.01,2005-09-22, -/games/boxart/full_946752AmericaFrontccc.jpg,Resident Evil: Revelations 2,PS3,Action,Capcom,Capcom,,0.3,0.06,0.17,0.05,0.02,2015-02-24,2018-04-15 -/games/boxart/full_7688825AmericaFrontccc.jpg,Looney Tunes: Duck Amuck,DS,Action,Warner Bros. Interactive,WayForward Technologies,6.4,0.3,0.28,,0,0.02,2007-10-09, -/games/boxart/full_7305725AmericaFrontccc.jpg,Charlie and the Chocolate Factory,GBA,Adventure,Global Star Software,High Voltage Software / Backbone Entertainment,,0.3,0.22,,0.08,0.01,2005-07-11, -/games/boxart/5631612ccc.jpg,Neopets: The Darkest Faerie,PS2,Adventure,Sony Computer Entertainment,Idol Minds Digital Entertainment,,0.3,0.15,,0.12,0.04,2005-11-16, -/games/boxart/full_rhythm-tengoku_7JapanFront.png,Rhythm Tengoku,GBA,Music,Nintendo,Nintendo SPD Group No.1,,0.3,,0.3,,0.01,2006-08-03,2018-05-31 -/games/boxart/full_4010095PALFrontccc.jpg,Fist of the North Star: Ken's Rage 2,PS3,Action,Tecmo Koei,Koei,5,0.3,,0.3,,,2013-02-05,2019-01-03 -/games/boxart/7087487ccc.gif,The Suite Life of Zack & Cody: Circle of Spies,DS,Action,Disney Interactive Studios,Artificial Mind and Movement,,0.3,0.17,,0.09,0.03,2007-10-18, -/games/boxart/full_8766145AmericaFrontccc.jpg,Cities: Skylines,PS4,Simulation,Koch Media,Colossal Order,,0.3,0.15,0.04,0.07,0.05,2017-08-15,2018-04-22 -/games/boxart/full_4793696AmericaFrontccc.jpg,Imagine: Family Doctor,DS,Simulation,Ubisoft,WizarBox,,0.3,0.27,,0.01,0.02,2009-03-25, -/games/boxart/full_330585JapanFrontccc.jpg,Macross Digital Mission VF-X,PS,Simulation,Bandai,Unit,,0.3,,0.28,,0.02,1997-02-28, -/games/boxart/default.jpg,Dance Dance Revolution Universe 3,X360,Simulation,Konami,Bemani,,0.3,0.28,,,0.02,2008-10-21, -/games/boxart/full_7833142AmericaFrontccc.jpg,Future Cop L.A.P.D.,PS,Simulation,Electronic Arts,Electronic Arts,,0.3,0.16,,0.11,0.02,1998-09-16, -/games/boxart/full_5745307JapanFrontccc.jpg,Hamster Tarou,GB,Simulation,Jorudan,Jorudan,,0.3,,0.3,,,1999-10-29, -/games/boxart/1474199ccc.jpg,MLB SlugFest Loaded,PS2,Sports,Midway Games,Point of View,,0.3,0.14,,0.11,0.04,2004-06-23, -/games/boxart/6730177ccc.jpg,Teenage Mutant Ninja Turtles,XB,Action,Konami,Konami,,0.3,0.22,,0.06,0.01,2003-10-21, -/games/boxart/full_phineas-and-ferb-ride-again_6AmericaFront.jpg,Phineas and Ferb Ride Again,DS,Action,Disney Interactive Studios,Altron,,0.3,0.24,,0.03,0.02,2010-09-14, -/games/boxart/full_tom-clancys-splinter-cell-3d_902AmericaFront.jpg,Tom Clancy's Splinter Cell 3D,3DS,Action,Ubisoft,Gameloft,8,0.3,0.14,0.07,0.07,0.02,2011-04-10, -/games/boxart/4423588ccc.jpg,Chaos Legion,PS2,Action,Capcom,Capcom Production Studio 6,6.2,0.3,0.15,,0.12,0.04,2003-08-06, -/games/boxart/full_8299353AmericaFrontccc.jpg,LEGO Marvel's Avengers,3DS,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.3,0.08,0.03,0.17,0.02,2016-01-26,2018-04-06 -/games/boxart/full_5784968AmericaFrontccc.jpg,Resident Evil Archives: Resident Evil,Wii,Action,Capcom,Capcom Production Studio 4,7.6,0.3,0.16,0.08,0.04,0.02,2009-06-23, -/games/boxart/full_8608434AmericaFrontccc.jpg,Yu Yu Hakusho Ghost Files: Spirit Detective,GBA,Action,Atari,Atari Games,,0.3,0.21,,0.08,0.01,2003-12-02, -/games/boxart/9294734ccc.jpg,Army Men: Air Attack 2,PS,Action,3DO,3DO,,0.3,0.17,,0.11,0.02,2000-09-26, -/games/boxart/full_1194945AmericaFrontccc.jpg,NBA 2K19,NS,Sports,2K Sports,Visual Concepts,,0.3,0.24,0.01,0.02,0.03,2018-09-11,2018-06-08 -/games/boxart/full_6640708AmericaFrontccc.jpg,Pro Evolution Soccer 2013,X360,Sports,Konami Digital Entertainment,Konami,,0.3,0.08,,0.2,0.03,2012-09-25,2018-01-12 -/games/boxart/full_4022603JapanFrontccc.jpg,Famista '91,NES,Sports,Namco,Namco,,0.3,,0.3,,0,1990-12-21, -/games/boxart/full_4270095AmericaFrontccc.jpg,Decathlete,SAT,Sports,Sega,Sega,,0.3,,0.3,,0,1996-01-01, -/games/boxart/8329888ccc.jpg,Hard Hitter Tennis,PS2,Sports,Atlus,Magical Company Ltd,,0.3,0.15,,0.11,0.04,2002-10-08, -/games/boxart/7489391ccc.jpg,NBA Live 2003,GC,Sports,EA Sports,EA Canada,8.4,0.3,0.23,,0.06,0.01,2002-10-08, -/games/boxart/7021681ccc.jpg,Scooby-Doo! Night of 100 Frights,GC,Platform,THQ,Heavy Iron Studios,,0.3,0.23,,0.06,0.01,2002-09-16, -/games/boxart/6957804ccc.jpg,Finding Nemo: The Continuing Adventures,GBA,Action,THQ,Altron,8,0.3,0.21,,0.08,0.01,2004-09-08, -/games/boxart/full_3034740AmericaFrontccc.jpg,Shark Tale,GC,Action,Activision,Edge of Reality,,0.3,0.23,,0.06,0.01,2004-09-27, -/games/boxart/full_batman-the-brave-and-the-bold-the-videogame_5AmericaFront.jpg,Batman: The Brave and the Bold the Videogame,DS,Action,Warner Bros. Interactive,WayForward Technologies,7.5,0.3,0.23,,0.04,0.02,2010-09-07, -/games/boxart/full_5308408AmericaFrontccc.jpg,Contra 4,DS,Shooter,Konami,WayForward Technologies,8.1,0.3,0.28,0.01,,0.02,2007-11-13, -/games/boxart/full_6676547JapanFrontccc.jpg,Nounai Aeshe: IQ Suppli DS,DS,Misc,Spike,Art,,0.3,,0.3,,,2006-12-21, -/games/boxart/full_4808012PALFrontccc.jpg,LEGO City Undercover,XOne,Platform,Warner Bros. Interactive Entertainment,TT Fusion,,0.3,0.15,,0.12,0.03,2017-04-04,2018-05-24 -/games/boxart/full_spirit-stallion-of-the-cimarron_357AmericaFront.jpg,Spirit: Stallion of the Cimarron,GBA,Platform,THQ,Hyperspace Cowgirls,,0.3,0.21,,0.08,0.01,2002-05-29, -/games/boxart/full_2135846AmericaFrontccc.jpg,LEGO DC Super-Villains,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.3,0.2,,0.07,0.03,2018-10-16,2018-06-04 -/games/boxart/full_63981AmericaFrontccc.jpg,Angry Birds: Star Wars,PS3,Puzzle,Activision,Exient Entertainment,,0.3,0.1,,0.15,0.05,2013-10-29,2018-03-16 -/games/boxart/full_i-spy-spooky-mansion_7AmericaFront.jpg,I Spy: Spooky Mansion,Wii,Puzzle,Storm City Games,Storm City Games,,0.3,0.27,,,0.02,2010-10-19, -/games/boxart/full_8170347AmericaFrontccc.jpg,Rayman 2: Revolution,PS2,Platform,Ubisoft,Ubisoft,8.7,0.3,0.15,,0.11,0.04,2001-01-30, -/games/boxart/2541216ccc.jpg,Dragon Force,SAT,Strategy,Working Designs,Sega,9,0.3,,0.3,,0,1996-11-30, -/games/boxart/5028957ccc.jpg,Full Spectrum Warrior,PS2,Strategy,THQ,Pandemic Studios,8.5,0.3,0.15,,0.11,0.04,2005-03-21, -/games/boxart/full_4840824AmericaFrontccc.jpg,Just Dance 2018,PS4,Music,Ubisoft,Ubisoft Paris,,0.3,0.1,,0.15,0.05,2017-10-24,2018-04-06 -/games/boxart/full_8520508AmericaFrontccc.jpg,Sing Party,WiiU,Party,Nintendo,FreeStyleGames,6.8,0.3,0.15,,0.13,0.03,2012-11-18,2020-09-08 -/games/boxart/1850642ccc.jpg,N3: Ninety-Nine Nights,X360,Action,Microsoft Game Studios,Q Entertainment / Phantagram,6.3,0.3,0.2,0.05,0.03,0.02,2006-08-15, -/games/boxart/full_mysims-skyheroes_895AmericaFront.jpg,MySims SkyHeroes,Wii,Action,Electronic Arts,The Sims Studio,6.4,0.3,0.16,,0.1,0.03,2010-09-28, -/games/boxart/full_8887860AmericaFrontccc.jpg,Monopoly for Nintendo Switch,NS,Board Game,Ubisoft,Engine Software,5.3,0.3,0.06,0.01,0.22,0.02,2017-10-31,2019-01-28 -/games/boxart/full_4075012PALFrontccc.jpg,F1 2013,X360,Racing,Codemasters,Codemasters Birmingham,7.9,0.3,0.01,0,0.28,0.02,2013-10-08,2018-05-24 -/games/boxart/full_3989836JapanFrontccc.jpg,2nd Super Robot Wars Original Generation,PS3,Role-Playing,Namco Bandai Games,TOSE,,0.3,,0.3,,,2012-11-29,2018-10-18 -/games/boxart/8420869ccc.jpg,Blazing Heroes,SAT,Role-Playing,Sega,Micro Cabin,,0.3,,0.3,,0,1996-01-01, -/games/boxart/4888513ccc.jpg,The Sims 2: Pets,PS2,Simulation,Electronic Arts,Maxis,,0.3,0.02,,0.01,0.27,2006-10-17, -/games/boxart/full_3079226AmericaFrontccc.jpg,MySims Party,DS,Simulation,Electronic Arts,EA Redwood Shores,,0.3,0.15,,0.12,0.03,2009-03-10, -/games/boxart/full_1254960AmericaFrontccc.jpg,24: The Game,PS2,Adventure,2K Games,SCEE Cambridge,,0.3,0.15,,0.12,0.04,2006-02-28, -/games/boxart/full_7618969AmericaFrontccc.jpg,Jonas,DS,Adventure,Disney Interactive Studios,Altron,,0.3,0.27,,0,0.02,2009-11-10, -/games/boxart/5294218ccc.jpg,Harry Potter and the Order of the Phoenix,X360,Adventure,Electronic Arts,EA Games,,0.3,0.24,,0.03,0.02,2007-06-25, -/games/boxart/full_invizimals-shadow-zone_762AmericaFront.jpg,Invizimals: Shadow Zone,PSP,Strategy,Sony Computer Entertainment,Novarama,,0.3,0.05,,0.16,0.08,2011-10-25, -/games/boxart/full_5972367JapanFrontccc.jpg,Super Robot Taisen OG: Original Generations Gaiden,PS2,Strategy,Banpresto,Banpresto,,0.3,,0.3,,,2007-12-27, -/games/boxart/full_3314988AmericaFrontccc.jpg,Romance of the Three Kingdoms VIII,PS2,Strategy,KOEI,Koei,,0.3,0.05,0.19,0.04,0.01,2003-08-13, -/games/boxart/full_1099157JapanFrontccc.jpg,Super Robot Taisen W,DS,Strategy,Banpresto,Banpresto,,0.3,,0.3,,,2007-03-01, -/games/boxart/full_7593839AmericaFrontccc.png,Sniper Elite 4,XOne,Shooter,Rebellion Developments,Rebellion Developments,,0.3,0.18,,0.09,0.03,2017-02-14,2018-05-29 -/games/boxart/2715601ccc.jpg,Syphon Filter: Dark Mirror,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,8.5,0.3,0.26,,0.01,0.03,2006-03-14, -/games/boxart/full_4305497AmericaFrontccc.jpg,WWE 2K17,X360,Sports,2K Games,Yuke's,,0.3,0.14,,0.13,0.03,2016-10-11,2018-04-05 -/games/boxart/full_8942315JapanFrontccc.jpg,Power Pro Kun Pocket 6,GBA,Sports,Konami,Diamond Head,,0.3,,0.29,,0.01,2003-12-04, -/games/boxart/full_8946831JapanFrontccc.jpg,Power Pro Kun Pocket 10,DS,Sports,Konami,PawaPuro Production,,0.3,,0.3,,,2007-12-06, -/games/boxart/full_shaun-white-snowboarding-world-stage_6AmericaFront.jpg,Shaun White Snowboarding: World Stage,Wii,Sports,Ubisoft,Ubisoft Montreal,7.2,0.3,0.24,,0.03,0.02,2009-11-08, -/games/boxart/full_2056175JapanFrontccc.jpg,Touhoku Daigaku Mirai Kagaku Gijutsu Kyoudou Kenkyuu Center Kawashima Ryuuta Kyouju Kanshu: Nou Ryoku Trainer Portable,PSP,Misc,Sega,Sega,,0.3,,0.3,,,2005-10-20, -/games/boxart/full_5517726AmericaFrontccc.jpg,Karaoke Revolution Party,PS2,Misc,Konami,Harmonix Music Systems,,0.3,0.15,,0.12,0.04,2005-11-08, -/games/boxart/6091135ccc.gif,Lumines ll,PSP,Puzzle,Buena Vista,Q Entertainment,8,0.3,0.12,,0.12,0.07,2006-11-06, -/games/boxart/full_5666356JapanFrontccc.jpg,Super Bomberman 5,SNES,Puzzle,Hudson Soft,Hudson Soft,,0.3,,0.3,,0,1997-02-28, -/games/boxart/full_5416104AmericaFrontccc.jpg,My Hero One's Justice,PS4,Fighting,Bandai Namco Entertainment,Byking,,0.3,0.16,0.04,0.05,0.05,2018-10-26,2018-09-12 -/games/boxart/full_8144859PALFrontccc.jpg,Saint Seiya: Soldiers' Soul,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,0.3,,0.05,0.21,0.04,2015-10-06, -/games/boxart/4511658ccc.jpg,Pride FC: Fighting Championships,PS2,Fighting,THQ,Anchor,,0.3,0.15,,0.11,0.04,2003-02-11, -/games/boxart/full_3819133AmericaFrontccc.jpg,Star Gladiator Episode: I Final Crusade,PS,Fighting,Capcom,Capcom,,0.3,0.07,0.15,0.05,0.02,1996-10-31, -/games/boxart/1477055ccc.jpg,Showdown: Legends of Wrestling,PS2,Fighting,Acclaim Entertainment,Acclaim Studios Austin,,0.3,0.15,,0.11,0.04,2004-06-22, -/games/boxart/full_4672610PALFrontccc.jpg,Call of Duty: Black Ops 3,PC,Shooter,Activision,Treyarch,,0.3,,,0.28,0.02,2015-11-06,2018-01-14 -/games/boxart/full_2638682AmericaFrontccc.jpg,Starhawk,PS3,Shooter,Sony Computer Entertainment,LightBox Interactive,,0.3,0.18,0.03,0.05,0.03,2012-05-08,2018-04-02 -/games/boxart/full_4449735AmericaFrontccc.jpg,Battlefield: Hardline,X360,Shooter,Electronic Arts,EA DICE,,0.3,0.18,,0.09,0.03,2015-03-17,2018-04-11 -/games/boxart/full_8549576AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,PC,Shooter,Ubisoft,Ubisoft Montreal,,0.3,0.18,,0.09,0.03,2015-12-01,2018-01-09 -/games/boxart/full_1065977AmericaFrontccc.jpg,SoulCalibur VI,XOne,Fighting,Bandai Namco Games,Project Soul,,0.3,0.26,,0.01,0.03,2018-10-19,2018-11-07 -/games/boxart/3379620ccc.jpg,Quake II,N64,Shooter,Activision,Raster Productions,,0.3,0.24,,0.06,0,1999-06-30, -/games/boxart/full_2059307JapanFrontccc.jpg,Daikaijyuu Monogatari,SNES,Role-Playing,Hudson Soft,Birthday,,0.3,,0.3,,,1994-12-22, -/games/boxart/full_4232065AmericaFrontccc.jpg,Eternal Ring,PS2,Role-Playing,Agetec,From Software,,0.3,0.1,0.1,0.07,0.03,2000-10-24, -/games/boxart/full_7974943AmericaFrontccc.jpg,Final Fantasy Type-0 HD,XOne,Role-Playing,Square Enix,Square Enix,,0.3,0.2,,0.07,0.03,2015-03-17,2018-01-21 -/games/boxart/full_4451966AmericaFrontccc.jpg,Magna Carta 2,X360,Role-Playing,Namco Bandai,SoftMax,6.6,0.3,0.13,0.07,0.07,0.02,2009-10-13, -/games/boxart/full_shrek-swamp-kart-speedway_676AmericaFront.jpg,Shrek Swamp Kart Speedway,GBA,Racing,TDK Mediactive,Prolific,,0.3,0.22,,0.08,0.01,2002-03-19, -/games/boxart/full_8148583AmericaFrontccc.jpg,Crazy Taxi: Catch a Ride,GBA,Racing,THQ,Graphic State,4.8,0.3,0.21,,0.08,0.01,2003-04-09, -/games/boxart/6212104ccc.jpg,Wacky Races: Crash & Dash,Wii,Racing,Eidos Interactive,Farmind Ltd,,0.3,0.27,,0,0.02,2008-06-17, -/games/boxart/full_1225633AmericaFrontccc.jpg,Virtua Cop 2,SAT,Shooter,Sega,Sega-AM2,,0.3,,0.3,,,1996-11-30, -/games/boxart/full_9447433JapanFrontccc.jpg,Far East of Eden Zero,SNES,Role-Playing,Hudson Soft,Hudson Soft,,0.3,,0.3,,0,1995-12-22, -/games/boxart/full_the-smurfs-dance-party_110AmericaFront.jpg,The Smurfs: Dance Party,Wii,Misc,Ubisoft,Ubisoft,,0.3,0.23,,0.04,0.03,2011-07-19, -/games/boxart/full_squinkies_870AmericaFront.jpg,Squinkies,DS,Misc,Activision,"Human Soft, Inc.",,0.3,0.26,,0.02,0.02,2011-04-12, -/games/boxart/full_9040570AmericaFrontccc.jpg,The Walking Dead: Season Two,PS4,Misc,Telltale Games,Unknown,,0.3,0.13,0.03,0.09,0.05,2014-10-21, -/games/boxart/8309799ccc.jpg,Burnout,GC,Racing,Acclaim Entertainment,Criterion Games,7.7,0.3,0.23,,0.06,0.01,2002-04-29, -/games/boxart/full_taiko-no-tatsujin-wii-minna-de-party-3-yome_363JapanFront.jpg,Taiko no Tatsujin Wii: Minna de Party * 3-Yome!,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.3,,0.3,,,2010-12-02, -/games/boxart/full_9290325AmericaFrontccc.jpg,Yooka-Laylee,PS4,Platform,Team17 Software,Playtonic Games,,0.29,0.09,,0.16,0.05,2018-01-01,2018-05-31 -/games/boxart/full_7650643AmericaFrontccc.jpg,Shrek: Forever After,Wii,Platform,Activision,XPEC Entertainment Inc.,,0.29,0.18,,0.09,0.03,2010-05-18, -/games/boxart/3642943ccc.jpg,Ratchet & Clank: Size Matters,PS2,Platform,Sony Computer Entertainment,High Impact Games,,0.29,0.13,0.03,0.1,0.03,2008-03-11, -/games/boxart/7209932ccc.jpg,Mega Man X8,PS2,Platform,Capcom,Capcom,,0.29,0.14,,0.11,0.04,2004-12-07, -/games/boxart/full_8866605AmericaFrontccc.jpg,Sonic Boom: Shattered Crystal,3DS,Platform,Sega,Sanzaru Games,3.8,0.29,0.17,,0.09,0.03,2014-11-11,2018-10-18 -/games/boxart/full_4344419JapanFrontccc.jpg,Itadaki Street 2: Neon Sign wa Bara Iro ni,SNES,Misc,Enix,Tomcat System,,0.29,,0.29,,0,1994-02-26, -/games/boxart/full_karaoke-revolution-glee-volume-3_913AmericaFront.jpg,Karaoke Revolution Glee: Volume 3,Wii,Misc,Konami,Hijinx Studios,,0.29,0.23,,0.04,0.02,2011-11-22, -/games/boxart/full_2070531AmericaFrontccc.jpg,Namco Museum Vol.2,PS,Misc,Namco,Namco,,0.29,0.03,0.21,0.02,0.02,1996-09-30, -/games/boxart/6847819ccc.jpg,Rock Revolution,X360,Misc,Konami,Zoe Mode / HB Studios,3.6,0.29,0.26,,0,0.02,2008-10-15, -/games/boxart/full_sesame-street-elmos-a-to-zoo-adventure_3AmericaFront.jpg,Sesame Street: Elmo's A-to-Zoo Adventure,DS,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.29,0.26,,,0.02,2010-10-20, -/games/boxart/full_rabbids-alive-ampamp-kicking_663AmericaFront.jpg,Rabbids: Alive & Kicking,X360,Misc,Ubisoft,Ubisoft,,0.29,0.15,,0.11,0.03,2011-11-08, -/games/boxart/full_6022203AmericaFrontccc.jpeg,Lego Star Wars: The Force Awakens,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.29,0.12,0.02,0.13,0.02,2016-06-28,2018-03-31 -/games/boxart/full_7680411AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,WiiU,Action-Adventure,Ubisoft,Ubisoft Montreal,8.5,0.29,0.17,,0.1,0.03,2013-10-29,2018-03-14 -/games/boxart/full_120581AmericaFrontccc.jpg,One Piece Unlimited World: Red,PS3,Action-Adventure,Namco Bandai Games,Ganbarion,,0.29,0.09,0.06,0.1,0.04,2014-07-08,2018-10-19 -/games/boxart/7475502ccc.jpg,NBA Live 06,X360,Sports,EA Sports,EA Canada,6.5,0.29,0.27,,0,0.02,2005-11-16, -/games/boxart/full_2439714JapanFrontccc.jpg,J-League Victory Goal '96,SAT,Sports,Sega,Sega,,0.29,,0.29,,0,1996-03-22, -/games/boxart/full_9855653AmericaFrontccc.jpg,NHL 19,XOne,Sports,EA Sports,EA Canada,,0.29,0.26,,,0.03,2018-09-14,2018-06-23 -/games/boxart/full_8054599JapanFrontccc.jpg,Power Pro Kun Pocket 11,DS,Sports,Konami,PawaPuro Production,,0.29,,0.29,,,2008-12-18, -/games/boxart/3253966ccc.jpg,Links 2004,XB,Sports,Microsoft Game Studios,Indie Built,,0.29,0.21,,0.06,0.01,2003-11-11, -/games/boxart/full_4823551AmericaFrontccc.jpg,PGA Tour 97,PS,Sports,EA Sports,VAC,,0.29,0.16,,0.11,0.02,1996-09-30, -/games/boxart/full_245015AmericaFrontccc.jpg,Xena: Warrior Princess - The Talisman of Fate,N64,Fighting,Titus,Saffire Corporation,,0.29,0.23,,0.06,0,1999-11-30, -/games/boxart/full_6175422JapanFrontccc.jpg,Dragon Ball Heroes: Ultimate Mission,3DS,Fighting,Namco Bandai Games,Dimps Corporation,,0.29,,0.29,,,2013-02-28,2018-02-03 -/games/boxart/full_217319JapanFrontccc.jpg,Final Fantasy X-2: International + Last Mission,PS2,Role-Playing,Square Enix,Square Enix,,0.29,,0.29,,,2004-02-19, -/games/boxart/full_4283479AmericaFrontccc.jpg,Ever Oasis,3DS,Role-Playing,Nintendo,GREZZO,8.1,0.29,0.13,0.05,0.08,0.02,2017-06-23,2018-01-14 -/games/boxart/8710101ccc.jpg,Grandia II,PS2,Role-Playing,Ubisoft,Game Arts,7.4,0.29,0.14,,0.11,0.04,2002-01-28, -/games/boxart/full_6987392JapanFrontccc.jpg,From TV Animation One Piece: Treasure Battle!,GC,Fighting,Bandai,Ganbarion,,0.29,,0.28,,0.01,2002-11-01, -/games/boxart/full_8967600AmericaFrontccc.jpg,War Gods,N64,Fighting,Midway Games,Eurocom Entertainment Software,,0.29,0.23,,0.06,0,1997-05-21, -/games/boxart/4784824ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 2,Wii,Fighting,Atari,Spike,,0.29,0.24,,0.03,0.02,2006-11-15, -/games/boxart/full_9960543AmericaFrontccc.jpg,Sword Art Online: Fatal Bullet,PS4,Role-Playing,Namco Bandai Games,Dimps Corporation,,0.29,0.11,0.13,0.03,0.03,2018-02-23,2018-02-23 -/games/boxart/full_9059354AmericaFrontccc.jpg,NieR,X360,Role-Playing,Square Enix,Cavia Inc.,6.4,0.29,0.13,0.04,0.1,0.02,2010-04-27, -/games/boxart/full_3144531AmericaFrontccc.jpg,Atelier Iris 3: Grand Phantasm (US Sales),PS2,Role-Playing,NIS America,Gust,6.1,0.29,0.14,,0.11,0.04,2007-05-29, -/games/boxart/full_1895209AmericaFrontccc.jpg,The Lord of the Rings: The Third Age,GC,Role-Playing,Electronic Arts,EA Redwood Shores,7.9,0.29,0.22,,0.06,0.01,2004-11-02, -/games/boxart/full_2034069AmericaFrontccc.jpg,"Sakura Wars: So Long, My Love",PS2,Role-Playing,NIS America,RED Entertainment,8.8,0.29,0.07,0.15,0.05,0.02,2010-03-30, -/games/boxart/full_1140364AmericaFrontccc.jpg,Heroes of the Pacific,PS2,Simulation,Ubisoft,IR Gurus Interactive,,0.29,0.14,,0.11,0.04,2005-09-28, -/games/boxart/full_1201752AmericaFrontccc.jpg,Overcooked! 2,NS,Simulation,Sold Out,Ghost Town Games,8.4,0.29,0.17,0.01,0.09,0.03,2018-08-07,2018-06-14 -/games/boxart/full_906467AmericaFrontccc.jpg,The Sims 2,PC,Simulation,Electronic Arts,Maxis,8.9,0.29,0.02,,0.24,0.03,2004-09-14, -/games/boxart/full_4258576JapanFrontccc.jpg,BeatMania Append 4thMix: The beat goes on,PS,Simulation,Konami,Konami,,0.29,,0.27,,0.02,1999-09-09, -/games/boxart/full_1891505AmericaFrontccc.jpg,Fable: The Journey,X360,Role-Playing,Microsoft Studios,Lionhead Studios,,0.29,0.19,,0.08,0.03,2012-10-09,2018-08-12 -/games/boxart/full_5664805AmericaFrontccc.jpg,Guardian Heroes,SAT,Role-Playing,Sega,"Treasure Co., Ltd.",,0.29,,0.29,,,1996-01-25, -/games/boxart/full_5474033AmericaFrontccc.jpg,Glory of Heracles,DS,Role-Playing,Nintendo,Paon Corporation,6.8,0.29,0.19,0.08,,0.02,2010-01-18, -/games/boxart/full_9311825AmericaFrontccc.jpg,X-Men Legends II: Rise of Apocalypse,PSP,Role-Playing,Activision,Vicarious Visions,8.5,0.29,0.25,,0.01,0.02,2005-10-18, -/games/boxart/full_5282759AmericaFrontccc.jpg,Imagine: Makeup Artist,DS,Simulation,Ubisoft,Global A Entertainment,,0.29,0.27,,,0.02,2020-12-31, -/games/boxart/full_wwii-aces_6AmericaFront.jpg,WWII Aces,Wii,Simulation,Destineer,Arcade Moon,,0.29,0.27,,,0.02,2008-03-21, -/games/boxart/full_harvest-moon-magical-melody_3AmericaFront.jpg,Harvest Moon: Magical Melody,Wii,Simulation,Natsume,Marvelous Interactive,6.3,0.29,0.23,,0.04,0.02,2009-08-25, -/games/boxart/full_ace-combat-joint-assault_1AmericaFront.jpg,Ace Combat: Joint Assault,PSP,Simulation,Namco Bandai,Project ACES,7,0.29,0.06,0.15,0.05,0.03,2010-08-31, -/games/boxart/8111919ccc.gif,John Deere: Harvest in the Heartland,DS,Simulation,Destineer,Black Lantern Studios,,0.29,0.23,,0.04,0.02,2007-11-20, -/games/boxart/8804250ccc.jpg,Trauma Center: New Blood,Wii,Simulation,Atlus,Atlus Co.,7.5,0.29,0.22,0.01,0.04,0.02,2007-11-20, -/games/boxart/full_disgaea-3-absence-of-detention_706JapanFront.jpg,Disgaea 3: Absence of Detention,PSV,Role-Playing,NIS America,Nippon Ichi Software,,0.29,0.11,0.07,0.06,0.04,2012-04-17, -/games/boxart/full_6078646JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari: Ooinaru Isan,SNES,Role-Playing,Angel Studios,Unknown,,0.29,,0.29,,0,1991-12-21, -/games/boxart/full_2613920AmericaFrontccc.jpg,Kagero: Deception II,PS,Strategy,Tecmo,Tecmo,,0.29,0.03,0.22,0.02,0.02,1998-10-14, -/games/boxart/full_sesame-street-cookies-counting-carnival_9AmericaFront.jpg,Sesame Street: Cookie's Counting Carnival,Wii,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.29,0.27,,,0.02,2010-10-20, -/games/boxart/full_9061055AmericaFrontccc.png,NES Remix,WiiU,Misc,Nintendo,Nintendo,,0.29,0.18,0.09,,0.02,2013-12-18,2018-08-28 -/games/boxart/full_973636AmericaFrontccc.jpg,Alvin and the Chipmunks: The Squeakquel,DS,Misc,Majesco,ImaginEngine,,0.29,0.27,,0,0.02,2009-12-01, -/games/boxart/full_4909967AmericaFrontccc.jpg,Jeopardy! 2nd Edition,PS,Misc,Hasbro Interactive,Hasbro Interactive,,0.29,0.16,,0.11,0.02,2000-09-28, -/games/boxart/full_413259AmericaFrontccc.jpg,Duel Masters: Sempai Legends,GBA,Misc,Atari,Mistic Software,7.1,0.29,0.21,,0.08,0.01,2004-06-01, -/games/boxart/2447651ccc.jpg,DX Game of Life,PS,Misc,Takara,Takara,,0.29,,0.27,,0.02,1996-03-22, -/games/boxart/full_2012611AmericaFrontccc.jpg,Mass Effect Trilogy,PC,Misc,Electronic Arts,Unknown,,0.29,0.09,,0.17,0.02,2012-11-06, -/games/boxart/8672917ccc.jpg,Shrek Super Party,PS2,Misc,TDK Mediactive,Mass Media,,0.29,0.14,,0.11,0.04,2002-11-16, -/games/boxart/full_8284768PALFrontccc.jpg,Learn with Pokémon: Typing Adventure,DS,Misc,Nintendo,Genius Sonority Inc.,,0.29,,0.29,,,2011-04-21,2018-08-28 -/games/boxart/full_1644052AmericaFrontccc.jpg,Skylanders Imaginators,X360,Platform,Activision,Toys for Bob,,0.29,0.14,,0.12,0.02,2016-10-16,2018-03-30 -/games/boxart/full_2127818AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,PS4,Adventure,Focus Home Interactive,Frogwares,,0.29,0.1,,0.14,0.05,2014-09-30,2018-04-18 -/games/boxart/2762528ccc.jpg,The Golden Compass,PS3,Adventure,Sega,Shiny Entertainment,4.3,0.29,0.14,,0.1,0.05,2007-12-04, -/games/boxart/full_9714636AmericaFrontccc.jpg,Just Cause 4,XOne,Action-Adventure,Square Enix,Avalanche Studios,,0.29,0.17,,0.09,0.03,2018-12-04,2018-12-19 -/games/boxart/full_touchmaster-4-connect_0AmericaFront.jpg,TouchMaster: Connect,DS,Puzzle,Warner Bros. Interactive,DoubleTap Games,,0.29,0.1,,0.16,0.03,2010-12-07, -/games/boxart/full_3542260AmericaFrontccc.jpg,The New Tetris,N64,Puzzle,Nintendo,H2O Interactive,,0.29,0.22,0.02,0.05,0,1999-07-31, -/games/boxart/7224116ccc.jpg,Purr Pals,Wii,Simulation,Crave Entertainment,inXile,,0.29,0.26,,,0.02,2008-07-10, -/games/boxart/8547655ccc.jpg,Pirates of the Caribbean,XB,Role-Playing,Bethesda Softworks,Akella,,0.29,0.22,,0.06,0.01,2003-07-01, -/games/boxart/full_4642185AmericaFrontccc.jpg,RPG Maker,PS,Role-Playing,Agetec,Kuusou Kagaku,,0.29,,0.29,,,2000-09-19, -/games/boxart/full_8836742AmericaFrontccc.jpg,The Legend of Legacy,3DS,Role-Playing,Atlus,Cattle Call,6,0.29,0.14,0.11,0.02,0.02,2015-10-13,2018-05-29 -/games/boxart/full_5824521AmericaFrontccc.jpg,Imagine: Fashion Designer World Tour,DS,Simulation,Ubisoft,Virtual Toys,,0.29,0.27,,,0.02,2009-10-20, -/games/boxart/full_666653JapanFrontccc.jpg,Hamster Club 4: Shigessa Daidassou,GBA,Simulation,Jorudan,Jorudan,,0.29,,0.28,,0.01,2003-07-18, -/games/boxart/full_9087238AmericaFrontccc.jpg,Fisherman's Bait 2: Big Ol' Bass,PS,Sports,Konami,Konami,,0.29,0.16,,0.11,0.02,1999-11-24, -/games/boxart/4964362ccc.jpg,NBA Street V3,GC,Sports,EA Sports BIG,EA Canada,,0.29,0.23,,0.06,0.01,2005-02-08, -/games/boxart/5734105ccc.jpg,Outlaw Golf,XB,Sports,Simon & Schuster Interactive,Hypnotix,,0.29,0.22,,0.06,0.01,2002-06-10, -/games/boxart/full_exerbeat_176AmericaFront.jpg,ExerBeat,Wii,Sports,Namco Bandai,Tamsoft Corporation,,0.29,0.1,,0.16,0.03,2011-05-17, -/games/boxart/full_1416669AmericaFrontccc.jpg,Zoo Tycoon 2 DS,DS,Strategy,THQ,Altron,6.9,0.29,0.24,,0.03,0.02,2008-02-04, -/games/boxart/full_6322842JapanFrontccc.jpg,SD Gundam G Century,PS,Strategy,Bandai,Bandai,,0.29,,0.27,,0.02,1997-03-20, -/games/boxart/full_6274479JapanFrontccc.jpg,Phoenix Wright: Ace Attorney: Spirit of Justice,3DS,Adventure,Capcom,Capcom,8.1,0.29,,0.29,,,2016-09-30,2018-01-14 -/games/boxart/full_1207866AmericaFrontccc.jpg,Lupin the 3rd: Treasure of the Sorcerer King,PS2,Adventure,Bandai,Banpresto,,0.29,0.02,0.25,0.02,0.01,2004-02-11, -/games/boxart/full_4260676AmericaFrontccc.jpg,Up,X360,Adventure,THQ,THQ,6.5,0.29,0.2,,0.07,0.03,2009-05-26, -/games/boxart/full_3454208AmericaFrontccc.jpg,Alien: Isolation,X360,Adventure,Sega,Creative Assembly,,0.29,0.16,,0.11,0.03,2014-10-07,2018-01-06 -/games/boxart/full_majin-and-the-forsaken-kingdom_8AmericaFront.jpg,Majin and the Forsaken Kingdom,PS3,Adventure,Namco Bandai,Game Republic,7,0.29,0.09,0.01,0.14,0.05,2010-11-23, -/games/boxart/full_453826JapanFrontccc.jpg,"Sakura Wars 4: Koi Seyo,Otome",DC,Adventure,Sega,Overworks,,0.29,,0.29,,,2002-03-21, -/games/boxart/full_906541AmericaFrontccc.jpg,Psi-Ops: The Mindgate Conspiracy,PS2,Shooter,Midway Games,Midway Games,,0.29,0.14,,0.11,0.04,2004-06-14, -/games/boxart/full_1848893JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 8,PS2,Sports,Konami,Diamond Head,,0.29,,0.29,,,2001-08-30, -/games/boxart/full_ken-griffey-jrs-slugfest_474AmericaFront.jpg,Ken Griffey Jr.'s Slugfest,N64,Sports,Nintendo,Angel Studios,,0.29,0.23,,0.06,0,1999-05-10, -/games/boxart/full_2196615AmericaFrontccc.jpg,The BIGS 2,Wii,Sports,2K Sports,Blue Castle Games,6.3,0.29,0.26,,0.01,0.02,2009-07-07, -/games/boxart/full_9623162AmericaFrontccc.jpg,Madden NFL 08,XB,Sports,EA Sports,EA Tiburon,,0.29,0.22,,0.06,0.01,2007-08-14, -/games/boxart/2131274ccc.jpg,RealSports Boxing,2600,Sports,Atari,Atari,,0.29,0.28,,0.02,0,1987-01-01, -/games/boxart/full_815725JapanFrontccc.jpg,Power Pro Kun Pocket 4,GBA,Sports,Konami,Diamond Head,,0.29,,0.29,,0.01,2002-03-02, -/games/boxart/full_9504162AmericaFrontccc.jpg,Army of Two: The Devil's Cartel,PS3,Shooter,Electronic Arts,Visceral Games,,0.29,0.11,0.01,0.12,0.05,2013-03-26,2018-10-19 -/games/boxart/full_442530AmericaFrontccc.jpg,007 Legends,X360,Shooter,Activision,Eurocom,,0.29,0.13,,0.13,0.02,2012-10-16,2018-10-16 -/games/boxart/full_6135802AmericaFrontccc.jpg,Mah Jong Quest: Expeditions,DS,Puzzle,Activision,Game Brains,,0.29,0.02,,0.26,0.01,2007-10-16, -/games/boxart/full_9400178AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,Wii,Puzzle,D3 Publisher,Vicious Cycle,,0.29,0.26,,0,0.02,2007-11-30, -/games/boxart/3246978ccc.jpg,Feel the Magic XY/XX,DS,Puzzle,Sega,Sonic Team,7.7,0.29,0.17,0.1,0,0.02,2004-11-16, -/games/boxart/full_6449859AmericaFrontccc.jpg,Neopets Puzzle Adventure,DS,Puzzle,Capcom,Infinite Interactive,,0.29,0.26,,0,0.02,2008-11-25, -/games/boxart/full_7077727AmericaFrontccc.jpg,Dead Rising: Chop Till You Drop,Wii,Action,Capcom,Capcom Production Studio 1 / TOSE Software,6.7,0.29,0.15,0.05,0.07,0.02,2009-02-24, -/games/boxart/1542341ccc.jpg,Dolphin,2600,Action,Activision,Activision,,0.29,0.27,,0.02,0,1983-12-27, -/games/boxart/8423801ccc.jpg,The Godfather: Dons Edition,PS3,Action,Electronic Arts,Electronic Arts,,0.29,0.25,,0.02,0.03,2007-03-20, -/games/boxart/533899ccc.jpg,Prince of Persia: Rival Swords,Wii,Action,Ubisoft,Ubisoft Montreal,7,0.29,0.24,,0.03,0.02,2007-04-03, -/games/boxart/4871263ccc.jpg,Nicktoons: Battle for Volcano Island,GC,Action,THQ,Blue Tongue,,0.29,0.22,,0.06,0.01,2006-10-24, -/games/boxart/full_lego-harry-potter-years-5-7_773AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PSP,Action,Warner Bros. Interactive,Traveller's Tales,,0.29,0.11,,0.12,0.06,2011-11-11, -/games/boxart/full_sengoku-basara-samurai-heroes_0AmericaFront.jpg,Sengoku Basara: Samurai Heroes,Wii,Action,Capcom,Capcom,6,0.29,0.06,0.2,0.02,0.01,2010-10-12, -/games/boxart/full_2099292AmericaFrontccc.jpg,Warriors Orochi 2,PSP,Action,KOEI,Omega Force,5.3,0.29,0.06,0.22,0,0.01,2009-08-25, -/games/boxart/7705734ccc.jpg,Spider-Man: Friend or Foe,X360,Action,Activision,Next Level Games,5.9,0.29,0.26,,0.01,0.02,2007-10-02, -/games/boxart/full_3743334AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,PS2,Action,D3 Publisher,Papaya Studio Corporation,,0.29,0.11,,0.03,0.15,2009-10-27, -/games/boxart/185040ccc.jpg,Nicktoons: Battle for Volcano Island,DS,Action,THQ,Natsume,,0.29,0.27,,0,0.02,2006-10-24, -/games/boxart/full_4422546AmericaFrontccc.jpg,Dynasty Warriors: Strikeforce,PS3,Action,Tecmo Koei,Omega Force,6.8,0.29,0.11,0.07,0.08,0.03,2010-02-16, -/games/boxart/full_7618681AmericaFrontccc.jpg,Kenka Bancho: Badass Rumble,PSP,Action,Atlus,Spike,7,0.29,0.07,0.2,,0.01,2009-11-10, -/games/boxart/4563305ccc.jpg,Trace Memory,DS,Adventure,Nintendo,Cing,6.5,0.29,0.15,0.12,0.01,0.01,2005-09-26, -/games/boxart/full_7370075AmericaFrontccc.jpg,Marvel Super Hero Squad,PS2,Adventure,THQ,Mass Media Inc.,,0.29,0.14,,0.11,0.04,2009-10-20, -/games/boxart/full_one-piece-unlimited-cruise-episode-2-awakening-of-a-hero_8PALFront.jpg,One Piece Unlimited Cruise 2: Awakening of a Hero,Wii,Adventure,Namco Bandai,Ganbarion,,0.29,,0.17,0.1,0.01,2009-09-25, -/games/boxart/full_1283743JapanFrontccc.jpg,Penguin no Mondai: Saikyou Penguin Densetsu! A Penguin's Troubles,DS,Adventure,Konami,Konami,,0.29,,0.29,,,2008-12-11, -/games/boxart/full_3662383AmericaFrontccc.jpg,Just Dance 2017,NS,Music,Ubisoft,Ubisoft Paris,6.5,0.29,0.07,,0.2,0.02,2017-03-03,2018-04-06 -/games/boxart/full_9809854JapanFrontccc.jpg,Just Dance Wii 2,Wii,Music,Nintendo,Ubisoft,,0.29,,0.29,,,2012-07-26,2018-08-30 -/games/boxart/full_6041209AmericaFrontccc.jpg,Mini Ninjas,X360,Action,Eidos Interactive,IO Interactive,,0.29,0.12,,0.14,0.03,2009-09-08, -/games/boxart/9468700ccc.jpg,Fast Food,2600,Action,Unknown,Telesys,,0.29,0.27,,0.02,0,1982-01-01, -/games/boxart/7856555ccc.jpg,Dynasty Tactics,PS2,Strategy,KOEI,Koei,,0.29,0.06,0.16,0.05,0.02,2002-09-17, -/games/boxart/6156359ccc.jpg,Romance of the Three Kingdoms III: Dragon of Destiny,SNES,Strategy,KOEI,Koei,,0.29,,0.29,,,1993-01-01, -/games/boxart/full_2535903JapanFrontccc.jpg,Culdcept,3DS,Strategy,NIS America,OmiyaSoft,,0.29,0.04,0.23,0.01,0.01,2017-10-03,2018-04-02 -/games/boxart/9502947ccc.jpg,Rayman 3: Hoodlum Havoc,PS2,Platform,Ubisoft,Ubisoft,7.4,0.29,0.14,,0.11,0.04,2003-03-17, -/games/boxart/full_7810340AmericaFrontccc.png,Tomba! 2: The Evil Swine Return,PS,Platform,Sony Computer Entertainment,Whoopee Camp,,0.29,0.16,,0.11,0.02,1999-12-01, -/games/boxart/full_5027641AmericaFrontccc.jpg,Sonic Forces,XOne,Platform,Sega,Sonic Team,,0.29,0.15,,0.11,0.03,2017-11-07,2018-02-11 -/games/boxart/1800567ccc.jpg,Spyro: A Hero's Tail,GC,Platform,VU Games,Eurocom Entertainment Software,6.4,0.29,0.22,,0.06,0.01,2004-11-03, -/games/boxart/4541582ccc.gif,Earthworm Jim,GBA,Platform,Majesco,Game Titan,7.2,0.29,0.2,,0.08,0.01,2001-06-10, -/games/boxart/full_3025548AmericaFrontccc.jpg,Metal Gear Solid V: The Definitive Experience,PS4,Action,Konami Digital Entertainment,Kojima Productions,,0.29,0.13,0.03,0.08,0.04,2016-10-11,2018-05-29 -/games/boxart/full_3453101AmericaFrontccc.jpg,NASCAR 08,X360,Racing,EA Sports,EA Tiburon,,0.29,0.26,,0,0.02,2007-07-23, -/games/boxart/full_155797AmericaFrontccc.jpg,Cars 3: Driven to Win,PS4,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.29,0.06,0.01,0.18,0.04,2017-06-13,2018-01-14 -/games/boxart/7895663ccc.gif,The Punisher,XB,Shooter,THQ,Volition Inc.,,0.29,0.22,,0.06,0.01,2005-01-17, -/games/boxart/4688182ccc.jpg,Turning Point: Fall of Liberty,X360,Shooter,Codemasters,Spark Unlimited,4.3,0.29,0.23,,0.04,0.02,2008-02-26, -/games/boxart/5774084ccc.jpg,Looney Tunes Racing,PS,Racing,Infogrames,Circus Freak,,0.29,0.16,,0.11,0.02,2000-11-13, -/games/boxart/full_1885580AmericaFrontccc.jpg,Need for Speed Underground,GBA,Racing,Electronic Arts,Pocketeers,,0.29,0.21,,0.08,0.01,2003-12-18, -/games/boxart/full_6032227AmericaFrontccc.jpg,FlatOut: Head On,PSP,Racing,Warner Bros. Interactive,Bugbear Entertainment,7.3,0.29,0.13,,0.11,0.06,2008-04-04, -/games/boxart/4897462ccc.jpg,Ford Mustang: The Legend Lives,PS2,Racing,2K Games,Eutechnyx,,0.29,0.14,,0.11,0.04,2005-04-19, -/games/boxart/full_7502113AmericaFrontccc.jpg,Jeremy McGrath Supercross 2000,N64,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.29,0.23,,0.06,0,2000-02-29, -/games/boxart/5331053ccc.jpg,Supercross 2000,N64,Racing,Electronic Arts,MBL Research,,0.29,0.23,,0.06,0,1999-11-24, -/games/boxart/full_1139181AmericaFrontccc.jpg,Top Gear Overdrive,N64,Racing,Kemco,Snowblind Studios,,0.29,0.23,,0.06,0,1998-11-23, -/games/boxart/full_6838689AmericaFrontccc.jpg,Front Mission Evolved,PS3,Shooter,Square Enix,Double Helix Games,,0.29,0.09,0.11,0.07,0.03,2010-09-28, -/games/boxart/full_gears-of-war-triple-pack_546AmericaFront.jpg,Gears of War Triple Pack,X360,Shooter,Microsoft Game Studios,Epic Games,,0.29,0.27,,,0.02,2011-02-15, -/games/boxart/full_call-of-juarez-the-cartel_75AmericaFront.jpg,Call of Juarez: The Cartel,PS3,Shooter,Ubisoft,Techland,5.4,0.29,0.12,,0.12,0.05,2011-07-19, -/games/boxart/full_537800AmericaFrontccc.jpg,WinBack: Covert Operations,PS2,Shooter,KOEI,Omega Force,,0.29,0.14,,0.11,0.04,2001-03-27, -/games/boxart/full_7823890AmericaFrontccc.jpg,Wanted: Weapons of Fate,PS3,Shooter,Warner Bros. Interactive,GRIN,6.2,0.29,0.14,0.01,0.1,0.04,2009-03-24, -/games/boxart/37796ccc.jpg,Area 51,XB,Shooter,Midway Games,Midway Studios Austin,,0.29,0.22,,0.06,0.01,2005-04-25, -/games/boxart/full_5382480AmericaFrontccc.jpg,MLB Pennant Race,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,0.29,0.16,,0.11,0.02,1996-09-30, -/games/boxart/9634965ccc.jpg,MLB Power Pros,Wii,Sports,2K Sports,PawaPuro Production,8.5,0.29,0.23,0.04,,0.02,2007-10-03, -/games/boxart/full_4459267AmericaFrontccc.jpg,Snowboarding,PS,Sports,A1 Games,Atelier Double,,0.29,0.16,,0.11,0.02,2000-12-20, -/games/boxart/1799876ccc.jpg,Surf's Up,PS2,Sports,Ubisoft,Ubisoft Montreal,,0.29,0.14,,0.11,0.04,2007-05-30, -/games/boxart/full_479417AmericaFrontccc.jpg,The Chronicles of Riddick: Assault on Dark Athena,X360,Shooter,Atari,Starbreeze Studios AB,8.2,0.29,0.16,,0.1,0.03,2009-04-07, -/games/boxart/full_1870159AmericaFrontccc.jpg,Forsaken 64,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,8.3,0.29,0.23,,0.06,0,1998-04-30, -/games/boxart/full_tony-hawk-shred_7AmericaFront.jpg,Tony Hawk: Shred,PS3,Sports,Activision,Robomodo,,0.29,0.18,,0.06,0.04,2010-10-26, -/games/boxart/full_8839888JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2000 Kaimakuban,PS,Sports,Konami,Diamond Head,,0.29,,0.27,,0.02,2000-07-19, -/games/boxart/full_7500754JapanFrontccc.jpg,Puyo Puyo! 15th Anniversary,DS,Puzzle,Sega,Sega,,0.28,,0.28,,,2006-12-14, -/games/boxart/full_919280PALFrontccc.jpg,Siren: Blood Curse,PS3,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,8.3,0.28,,0.09,0.17,0.01,2008-07-24,2018-09-16 -/games/boxart/full_patapon-3_165AmericaFront.jpg,Patapon 3,PSP,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,7.4,0.28,0.05,0.17,0.04,0.02,2011-04-12, -/games/boxart/full_763205AmericaFrontccc.jpg,Haven: Call of the King,PS2,Platform,Midway Games,Traveller's Tales,,0.28,0.14,,0.11,0.04,2002-11-17, -/games/boxart/full_rhythm-thief-amp-the-emperors-treasure_939AmericaFront.jpg,Rhythm Thief & the Emperor's Treasure,3DS,Misc,Sega,Sega,7.5,0.28,0.07,0.12,0.07,0.01,2012-07-10, -/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_5AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,Wii,Platform,D3 Publisher,Papaya Studios,,0.28,0.17,,0.09,0.02,2010-10-05, -/games/boxart/full_8525002AmericaFrontccc.jpg,Rocket Power: Beach Bandits,GBA,Platform,THQ,Helixe,,0.28,0.2,,0.07,0.01,2002-10-19, -/games/boxart/full_4062634AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,GBA,Platform,Majesco,Pipe Dream Interactive,,0.28,0.2,,0.07,0.01,2001-06-10, -/games/boxart/full_2078948AmericaFrontccc.jpg,Skylanders Imaginators,PS3,Platform,Activision,Toys for Bob,,0.28,0.08,,0.16,0.04,2016-10-16,2018-03-30 -/games/boxart/full_2946932JapanFrontccc.jpg,F-1 Grand Prix,SNES,Racing,Video System,Video System,,0.28,,0.28,,,1992-04-28, -/games/boxart/full_9597902AmericaFrontccc.jpg,ExciteBots: Trick Racing,Wii,Racing,Nintendo,Monster Games,7.7,0.28,0.26,,,0.02,2009-04-20, -/games/boxart/675919ccc.jpg,NFL Blitz 20-02,PS2,Sports,Midway Games,Point of View,,0.28,0.14,,0.11,0.04,2002-02-06, -/games/boxart/7082912ccc.jpg,NCAA March Madness 2005,XB,Sports,EA Sports,EA Canada,,0.28,0.21,,0.06,0.01,2004-11-17, -/games/boxart/7699983ccc.jpg,NBA In The Zone,PS,Sports,Konami,Konami,,0.28,0.16,,0.11,0.02,1995-12-14, -/games/boxart/full_7782701AmericaFrontccc.jpg,F1 ROC: Race of Champions,SNES,Sports,Seta Corporation,Seta Corporation,,0.28,,0.28,,0,1992-03-01, -/games/boxart/4549036ccc.jpg,Disney's Extreme Skate Adventure,GBA,Sports,Activision,Vicarious Visions,6.6,0.28,0.2,,0.08,0.01,2003-09-03, -/games/boxart/full_7116200AmericaFrontccc.jpg,Backyard Wrestling 2: There Goes the Neighborhood,PS2,Fighting,Eidos Interactive,Paradox Development,,0.28,0.14,,0.11,0.04,2004-11-16, -/games/boxart/full_rugby-world-cup-2011_200PALFront.jpg,Rugby World Cup 2011,X360,Sports,505 Games,HB Studios Multimedia,4.8,0.28,0.03,,0.21,0.04,2011-09-06, -/games/boxart/full_6793598AmericaFrontccc.jpg,NCAA Basketball 09,PS2,Sports,EA Sports,EA Canada,,0.28,0.14,,0.11,0.04,2008-11-17, -/games/boxart/full_5727370JapanFrontccc.jpg,Power Pro Kun Pocket 3,GBA,Sports,Konami,Diamond Head,,0.28,,0.27,,0.01,2001-03-21, -/games/boxart/full_5523470AmericaFrontccc.jpg,Driver: Parallel Lines,PS2,Racing,Atari,Reflections Interactive,,0.28,0.12,0.03,0.1,0.03,2006-03-14, -/games/boxart/full_9506532AmericaFrontccc.jpg,Bass Strike,PS2,Sports,THQ,"Pai, Inc",,0.28,0.14,,0.11,0.04,2001-09-26, -/games/boxart/5071248ccc.jpg,NHL Hitz 20-03,PS2,Sports,Midway Games,EA Black Box,,0.28,0.14,,0.11,0.04,2002-09-16, -/games/boxart/full_5667483JapanFrontccc.jpg,Mobile Suit Gundam Side Story I: Senritsu no Blue,SAT,Shooter,Bandai,Bec,,0.28,,0.28,,,1996-09-20, -/games/boxart/full_1663808JapanFrontccc.jpg,Nichibutsu Arcade Classics,SNES,Misc,Nichibutsu,Nihon Bussan,,0.28,,0.28,,,1995-05-26, -/games/boxart/1756232ccc.jpg,FIFA 07 Soccer,X360,Sports,EA Sports,EA Canada,7.1,0.28,0.24,,0.01,0.02,2006-11-01, -/games/boxart/2587004ccc.jpg,ATV Quad Power Racing 2,GC,Racing,Acclaim Entertainment,Climax Entertainment,,0.28,0.22,,0.06,0.01,2003-01-22, -/games/boxart/full_9624864AmericaFrontccc.jpg,R: Racing Evolution,PS2,Racing,Namco,Namco,,0.28,0.14,,0.11,0.04,2003-12-09, -/games/boxart/8275140ccc.jpg,VMX Racing,PS,Racing,Playmates,Studio E,,0.28,0.16,,0.11,0.02,1997-06-30, -/games/boxart/8239359ccc.jpg,Monster 4x4: Masters of Metal,PS2,Racing,Ubisoft,Ubisoft Barcelona / Inland Productions,,0.28,0.14,,0.11,0.04,2003-11-25, -/games/boxart/full_7681671AmericaFrontccc.jpg,Real Pool,PS2,Sports,Infogrames,Takara,,0.28,0.14,,0.11,0.04,2000-11-06, -/games/boxart/full_5162019AmericaFrontccc.jpg,SingStar Country,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.28,0.14,,0.11,0.04,2008-10-28, -/games/boxart/full_junior-brain-trainer-2_401AmericaFront.jpg,Junior Brain Trainer 2,DS,Misc,GSP,Sanuk Games,,0.28,0.04,,0.21,0.03,2011-02-01, -/games/boxart/full_disney-channel-all-star-party_1AmericaFront.jpg,Disney Channel: All Star Party,Wii,Misc,Disney Interactive Studios,"Page 44 Studios, LLC",,0.28,0.18,,0.08,0.03,2010-10-26, -/games/boxart/full_3328496AmericaFrontccc.jpg,WarioWare Gold,3DS,Misc,Nintendo,Intelligent Systems,8.1,0.28,0.11,0.13,0.03,0.01,2018-08-03,2018-11-18 -/games/boxart/full_5340906AmericaFrontccc.png,Guitar Hero: Van Halen,Wii,Misc,Activision,Neversoft Entertainment,5,0.28,0.13,,0.12,0.03,2009-12-22, -/games/boxart/full_5168434JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Moujuu-Oh S,PS2,Misc,Sammy Corporation,Sammy Studios,,0.28,,0.28,,,2002-12-19, -/games/boxart/full_1170255AmericaFrontccc.jpg,Trivial Pursuit,PS3,Misc,Electronic Arts,Adrenalin Interactive,,0.28,0.12,,0.11,0.05,2009-03-10, -/games/boxart/full_394933AmericaFrontccc.png,Guitar Hero: Van Halen,PS3,Misc,Activision,Neversoft Entertainment,6.2,0.28,0.14,,0.09,0.04,2009-12-22, -/games/boxart/1792918ccc.jpg,Polaris,2600,Action,Tigervision,Taito,,0.28,0.26,,0.02,0,1983-01-01, -/games/boxart/8186537ccc.gif,Viewtiful Joe,PS2,Action,Capcom,Clover Studio,,0.28,0.14,,0.11,0.04,2004-08-24, -/games/boxart/full_4614296AmericaFrontccc.jpg,Darksiders,PS3,Action,THQ,Vigil Games,7.8,0.28,0.02,0.02,0.14,0.1,2010-01-05, -/games/boxart/full_medieval-moves-deadmunds-quest_289AmericaFront.jpg,Medieval Moves: Deadmund's Quest,PS3,Action,Sony Computer Entertainment,Zindagi Games,7,0.28,0.13,,0.11,0.05,2011-11-15, -/games/boxart/full_5481296AmericaFrontccc.jpg,SAW,X360,Action,Konami,Zombie Studios,6.2,0.28,0.13,,0.12,0.03,2009-10-06, -/games/boxart/8797336ccc.jpg,Shrek the Third,Wii,Action,Activision,Amaze Entertainment,,0.28,0.25,,0.01,0.02,2007-05-15, -/games/boxart/7363768ccc.gif,Harry Potter and the Sorcerer's Stone,PS2,Action,Electronic Arts,Warthog,,0.28,0.14,,0.11,0.04,2003-12-09, -/games/boxart/full_7706957AmericaFrontccc.jpg,Assassin's Creed II: Discovery,DS,Platform,Ubisoft,Griptonite Games,7.3,0.28,0.15,,0.11,0.03,2009-11-17, -/games/boxart/full_2404534AmericaFrontccc.jpg,Baby Pals,DS,Simulation,Crave Entertainment,Brain Toys,,0.28,0.26,,0.01,0.02,2007-11-19, -/games/boxart/8697403ccc.jpg,Fantastic 4: Flame On,GBA,Action,Activision,Torus Games,,0.28,0.2,,0.08,0.01,2005-11-08, -/games/boxart/full_kung-zhu_2AmericaFront.jpg,Kung Zhu,DS,Action,Activision,Black Lantern Studios,,0.28,0.26,,0,0.02,2010-11-23, -/games/boxart/full_transformers-dark-of-the-moon_359AmericaFront.jpg,Transformers: Dark of the Moon,X360,Action,Activision,High Moon Studios,6.5,0.28,0.13,,0.12,0.03,2011-06-14, -/games/boxart/full_7505880AmericaFrontccc.jpg,Tigger's Honey Hunt,PS,Platform,NewKidCo,Doki Denki,,0.28,0.16,,0.11,0.02,2000-09-29, -/games/boxart/5697303ccc.jpg,Yu-Gi-Oh! World Championship 2008,DS,Strategy,Konami,Konami,,0.28,0.13,0.12,0.02,0.01,2007-12-04, -/games/boxart/full_7599605JapanFrontccc.jpg,Kakyuusei,SAT,Strategy,Elf,Elf,,0.28,,0.28,,0,1997-04-25, -/games/boxart/full_8442093AmericaFrontccc.jpg,Civilization II,PS,Strategy,Activision,LTI Grey Matter,8.2,0.28,0.15,,0.11,0.02,1998-01-20, -/games/boxart/full_3257372JapanFrontccc.jpg,Next Hatsune Miku: Project Diva,PS3,Music,Sega,Sega,,0.28,0.08,0.19,,0.02,2013-08-27,2018-10-19 -/games/boxart/full_5272172AmericaFrontccc.jpg,Just Dance 2015,PS3,Music,Ubisoft,Ubisoft Paris,,0.28,0.15,,0.08,0.05,2014-10-21,2018-04-03 -/games/boxart/full_5301963AmericaFrontccc.jpg,Just Dance 2017,X360,Music,Ubisoft,Ubisoft Paris,,0.28,0.19,,0.07,0.03,2016-10-25,2018-04-06 -/games/boxart/full_batman-the-brave-and-the-bold-the-videogame_8AmericaFront.jpg,Batman: The Brave and the Bold the Videogame,Wii,Action,Warner Bros. Interactive,WayForward Technologies,7.5,0.28,0.2,,0.05,0.02,2010-09-07, -/games/boxart/full_2678802AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,PS2,Action,Atari,Paradigm Entertainment,,0.28,0.14,,0.11,0.04,2003-12-08, -/games/boxart/full_1386695AmericaFrontccc.jpg,Disney's Treasure Planet,GBA,Action,Disney Interactive Studios,Disney Interactive,6.3,0.28,0.2,,0.07,0.01,2002-10-31, -/games/boxart/full_941014AmericaFrontccc.jpg,Thief,X360,Action,Square Enix,Eidos Montreal,,0.28,0.14,,0.12,0.02,2014-02-25,2018-01-04 -/games/boxart/full_5572609AmericaFrontccc.jpg,True Crime: New York City,XB,Action,Activision,EXAKT Entertainment,,0.28,0.21,,0.06,0.01,2005-11-15, -/games/boxart/full_8207815PALFrontccc.jpg,The Heavy Rain and Beyond: Two Souls Collection,PS4,Action,Sony Computer Entertainment,Quantic Dream,,0.28,,,0.24,0.04,2016-03-01,2018-04-20 -/games/boxart/6961658ccc.jpg,Jackass the Game,PS2,Action,Red Mile Entertainment,Sidhe Interactive,,0.28,0.14,,0.11,0.04,2007-09-24, -/games/boxart/5877084ccc.jpg,Hannah Montana: Spotlight World Tour,PS2,Action,Disney Interactive Studios,Avalanche Software,,0.28,0.12,,0.02,0.14,2008-08-07, -/games/boxart/default.jpg,Arcade Hits: Frisky Tom,PS,Action,Hamster Corporation,Hamster,,0.28,0.16,,0.11,0.02,2002-07-25, -/games/boxart/1092983ccc.jpg,Bratz: Super Babyz,DS,Action,THQ,Creat Studios,,0.28,0.26,,0,0.02,2008-02-25, -/games/boxart/full_el-shaddai-ascension-of-the-metatron_984AmericaFront.jpg,El Shaddai: Ascension of the Metatron,PS3,Action,Ignition Entertainment,Ignition Entertainment,8,0.28,0.11,0.08,0.07,0.03,2011-08-16, -/games/boxart/7784276ccc.jpg,The Warriors,XB,Action,Rockstar Games,Rockstar Toronto,,0.28,0.21,,0.06,0.01,2005-10-17, -/games/boxart/full_8500562AmericaFrontccc.jpg,Bladestorm: The Hundred Years' War,PS3,Action,KOEI,Omega Force,5.8,0.28,0.1,0.14,0.03,0.02,2007-11-06, -/games/boxart/7655544ccc.jpg,X-Men: Reign of Apocalypse,GBA,Action,Activision,Digital Eclipse,,0.28,0.2,,0.08,0.01,2001-09-25, -/games/boxart/full_4050143AmericaFrontccc.jpg,Star Trek Bridge Crew,PS4,Action,Ubisoft,Red Storm Entertainment,6.8,0.28,0.11,,0.12,0.05,2017-05-30,2018-04-09 -/games/boxart/full_monopoly-streets_8AmericaFront.jpg,Monopoly Streets,X360,Misc,Electronic Arts,Electronic Arts,,0.28,0.16,,0.09,0.02,2010-10-26, -/games/boxart/full_9254295AmericaFrontccc.jpg,Pac-Man Fever,GC,Misc,Namco,Mass Media,5.1,0.28,0.21,,0.06,0.01,2002-09-03, -/games/boxart/4886099ccc.jpg,Syphon Filter: Dark Mirror,PS2,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.28,0.14,,0.11,0.04,2007-09-18, -/games/boxart/full_4206433AmericaFrontccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,XB,Shooter,Gotham Games,Pivotal Games,,0.28,0.21,,0.06,0.01,2003-10-04, -/games/boxart/full_6098100AmericaFrontccc.jpg,Hot Shots Golf: World Invitational,PS3,Shooter,Sony Computer Entertainment,Clap Hanz,,0.28,,0.28,,,2013-07-23,2018-11-16 -/games/boxart/full_9145394AmericaFrontccc.jpg,Unreal Championship 2: The Liandri Conflict,XB,Shooter,Midway Games,Epic Games,,0.28,0.22,,0.05,0.01,2005-04-18, -/games/boxart/full_operation-flashpoint-red-river_464AmericaFront.jpg,Operation Flashpoint: Red River,X360,Shooter,Codemasters,Codemasters,7,0.28,0.1,0.01,0.14,0.03,2011-06-07, -/games/boxart/1596994ccc.gif,Bratz Ponyz,DS,Adventure,Game Factory,Neko Entertainment,,0.28,0.26,,0,0.02,2007-07-30, -/games/boxart/1653876ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GC,Adventure,Buena Vista,Traveller's Tales,,0.28,0.22,,0.06,0.01,2005-11-14, -/games/boxart/6385932ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GC,Adventure,THQ,THQ,,0.28,0.22,,0.06,0.01,2004-09-13, -/games/boxart/full_csi-deadly-intent_875AmericaFront.jpg,CSI: Deadly Intent,Wii,Adventure,Ubisoft,Telltale Games,,0.28,0.12,,0.13,0.03,2009-10-27, -/games/boxart/9132130ccc.jpg,Avatar: The Last Airbender,Wii,Adventure,THQ,AWE Games,,0.28,0.23,,0.02,0.02,2006-11-13, -/games/boxart/full_2380252AmericaFrontccc.jpg,Myst III: Exile,PS2,Adventure,Ubisoft,Presto Studios,,0.28,0.14,,0.11,0.04,2002-09-22, -/games/boxart/1270727ccc.gif,Street Hoops,XB,Sports,Activision,Black Ops Entertainment,,0.28,0.21,,0.06,0.01,2002-08-12, -/games/boxart/full_3969433AmericaFrontccc.png,Rory McIlroy PGA Tour,XOne,Sports,Electronic Arts,EA Tiburon,,0.28,0.16,,0.09,0.02,2015-07-14,2018-05-24 -/games/boxart/1520005ccc.jpg,Deer Hunter,PS2,Sports,Atari,Coresoft,,0.28,0.14,,0.11,0.04,2003-12-22, -/games/boxart/full_7810357AmericaFrontccc.png,Dead to Rights: Retribution,PS3,Shooter,Namco Bandai,Volatile Games,6,0.28,0.1,0.02,0.12,0.05,2010-04-27, -/games/boxart/full_8459937AmericaFrontccc.png,Battleborn,XOne,Shooter,2K Games,Gearbox Software,,0.28,0.2,,0.05,0.03,2016-05-03, -/games/boxart/full_9327521AmericaFrontccc.jpg,Lord of Darkness,SNES,Strategy,KOEI,Koei,,0.28,,0.28,,0,1994-01-01, -/games/boxart/full_8831895JapanFrontccc.jpg,Famista '92,NES,Sports,Namco,Namco,,0.28,,0.28,,,1991-12-20, -/games/boxart/full_4090988AmericaFrontccc.jpg,Surf's Up,DS,Sports,Ubisoft,Ubisoft Quebec,,0.28,0.26,,0,0.02,2007-05-30, -/games/boxart/full_1607710AmericaFrontccc.jpg,MLB 07: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,8.1,0.28,0.26,,,0.02,2007-02-27, -/games/boxart/full_cabelas-big-game-hunter-2012_285AmericaFront.jpg,Cabela's Big Game Hunter 2012,X360,Sports,Activision,Activision,,0.28,0.24,,0.02,0.02,2011-09-27, -/games/boxart/full_1805201AmericaFrontccc.jpg,International Superstar Soccer,SNES,Sports,Konami,Konami,,0.28,,0.28,,0,1995-06-01, -/games/boxart/full_nba-2k12_581AmericaFront.jpg,NBA 2K12,PSP,Sports,2K Sports,Visual Concepts,,0.28,0.22,,0.03,0.03,2011-10-04, -/games/boxart/default.jpg,Wappy Dog,DS,Simulation,Activision,Activision,,0.28,0.26,,0,0.02,2011-11-08, -/games/boxart/full_6753741AmericaFrontccc.jpg,SimCity 2000,SAT,Simulation,Maxis,Maxis,,0.28,,0.28,,0,1995-01-01, -/games/boxart/2550079ccc.jpg,Dave Mirra Freestyle BMX 2,GC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.28,0.21,,0.06,0.01,2001-11-17, -/games/boxart/8385396ccc.jpg,Summer Heat Beach Volleyball,PS2,Sports,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.28,0.14,,0.11,0.04,2003-07-01, -/games/boxart/full_7354120AmericaFrontccc.jpg,Moshi Monsters: Moshlings Theme Park,3DS,Simulation,Activision,"Black Lantern Studios, Inc.",,0.28,0.13,,0.13,0.02,2012-10-30,2018-10-16 -/games/boxart/8574848ccc.jpg,The Urbz: Sims In the City (US weekly sales),DS,Simulation,Electronic Arts,Griptonite Games,,0.28,0.26,,,0.02,2004-11-17, -/games/boxart/9566746ccc.jpg,Shrek: Ogres & Dronkeys,DS,Simulation,Activision,WayForward Technologies,,0.28,0.26,,0,0.02,2007-11-05, -/games/boxart/full_1292460AmericaFrontccc.jpg,Spintires: MudRunner,PS4,Simulation,Focus Home Interactive,Saber Interactive,,0.28,0.11,,0.12,0.05,2017-10-31,2018-05-30 -/games/boxart/full_7885045AmericaFrontccc.jpg,Angry Birds: Star Wars,X360,Puzzle,Activision,Exient Entertainment,,0.28,0.16,,0.1,0.02,2013-10-29,2018-03-16 -/games/boxart/full_6311627AmericaFrontccc.jpg,How to Train Your Dragon 2,3DS,Action-Adventure,Little Orbit,Torus Games,,0.28,0.04,,0.22,0.02,2014-06-10,2018-02-03 -/games/boxart/full_428400PALFrontccc.jpg,Jewel Quest Mysteries: Curse of the Emerald Tear,DS,Puzzle,Avanquest,TBD,,0.28,,,0.25,0.04,2010-04-23, -/games/boxart/full_6196231AmericaFrontccc.jpg,Carol Vorderman's Sudoku,PS2,Puzzle,Eidos Interactive,Empire Interactive,7.4,0.28,,,0.23,0.05,2007-03-06, -/games/boxart/1334672ccc.jpg,Cake Mania 2: Jill's Next Adventure!,DS,Puzzle,Majesco,Digital Embryo,,0.28,0.26,,0,0.02,2008-06-24, -/games/boxart/full_6671380AmericaFrontccc.jpg,Onechanbara Z2: Chaos,PS4,Action,NIS America,Tamsoft,,0.28,0.16,0.05,0.03,0.04,2015-07-21,2018-05-30 -/games/boxart/full_283182JapanFrontccc.jpg,Gundam Musou Special,PS2,Action,Namco Bandai,Koei,,0.28,,0.28,,,2008-02-28, -/games/boxart/full_3266499AmericaFrontccc.jpg,The Warriors,PSP,Action,Rockstar Games,Rockstar Toronto / Leeds,8.1,0.28,0.23,,0.02,0.03,2007-02-12, -/games/boxart/full_6372246AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,PS2,Action,LucasArts,Artificial Mind and Movement,,0.28,0.11,,0.01,0.16,2009-06-09, -/games/boxart/full_3202869AmericaFrontccc.jpg,The Binding of Isaac: Afterbirth+,NS,Action,Nicalis,Nicalis,9,0.28,0.17,,0.08,0.03,2017-03-17,2018-01-18 -/games/boxart/full_6751149AmericaFrontccc.jpg,Gundam Versus,PS4,Action,Namco Bandai Games,Namco Bandai Games,7.3,0.28,0.08,0.18,,0.02,2017-09-29,2018-01-12 -/games/boxart/full_3809075JapanFrontccc.jpg,Donkey Kong GB: Dinky Kong & Dixie Kong,GB,Platform,Nintendo,Rare Ltd.,,0.28,,0.28,,0,2000-01-28, -/games/boxart/full_1757367AmericaFrontccc.jpg,Over the Hedge,DS,Platform,Activision,Vicarious Visions,7.1,0.28,0.24,,0.01,0.02,2006-05-05, -/games/boxart/6370668ccc.jpg,Pirates of the Caribbean: Dead Man's Chest,PSP,Adventure,Buena Vista,Griptonite Games,4.3,0.28,0.25,,0.01,0.02,2006-06-27, -/games/boxart/9368894ccc.jpg,Dragon Ball GT: Transformation,GBA,Action,Atari,Webfoot Technologies,7.7,0.28,0.2,,0.08,0.01,2005-08-09, -/games/boxart/full_7864922AmericaFrontccc.jpg,Tak and the Guardians of Gross,PS2,Action,THQ,Blitz Games,,0.28,0.14,,0.11,0.04,2008-10-13, -/games/boxart/full_3470887AmericaFrontccc.jpg,Silent Hill 2: Restless Dreams,XB,Action,Konami,KCET,,0.28,0.21,,0.06,0.01,2001-12-20, -/games/boxart/7949682ccc.png,SimCity 4,PC,Simulation,Electronic Arts,Maxis,8.7,0.28,0.01,,0.24,0.02,2003-01-12, -/games/boxart/full_eyepet_390PALFront.jpg,EyePet,PSP,Simulation,Sony Computer Entertainment,SCEE London Studio,4.9,0.28,0.02,,0.17,0.09,2010-11-02, -/games/boxart/8117562ccc.jpg,Armored Core: Project Phantasma,PS,Simulation,ASCII Entertainment,From Software,7.2,0.28,0.06,0.15,0.04,0.02,1998-09-30, -/games/boxart/full_9033425AmericaFrontccc.jpg,Yu-Gi-Oh! Double Pack,GBA,Role-Playing,Konami,Konami,,0.28,0.2,,0.08,0.01,2006-02-21, -/games/boxart/full_3474537JapanFrontccc.jpg,Digimon Adventure: Anode Tamer,WS,Role-Playing,Bandai,Bandai,,0.28,,0.28,,,1999-12-16, -/games/boxart/8957094ccc.jpg,Final Fantasy VI Advance,GBA,Role-Playing,Nintendo,Square Enix,9.1,0.28,,0.28,,0.01,2007-02-05, -/games/boxart/full_tales-of-the-world-radiant-mythology-3_30JapanFront.jpg,Tales of the World: Radiant Mythology 3,PSP,Role-Playing,Namco Bandai,Alfa System,,0.28,,0.28,,,2011-02-10, -/games/boxart/55090ccc.jpg,Wild ARMs 5,PS2,Role-Playing,Xseed Games,Media.Vision,7.5,0.28,0.14,,0.11,0.04,2007-08-28, -/games/boxart/full_8718470JapanFrontccc.jpg,Yu-Gi-Oh! Monster Capsule Breed & Battle,PS,Role-Playing,Konami,Konami Computer Entertainment Shinjuku,,0.28,,0.26,,0.02,1998-07-23, -/games/boxart/full_2488304AmericaFrontccc.jpg,Etrian Mystery Dungeon,3DS,Role-Playing,Atlus,Spike Chunsoft,7.6,0.28,0.11,0.14,0.01,0.01,2015-04-07,2018-07-26 -/games/boxart/full_4836660AmericaFrontccc.jpg,Mass Effect 3,WiiU,Role-Playing,Electronic Arts,BioWare,9.2,0.28,0.14,,0.12,0.02,2012-11-18,2018-01-09 -/games/boxart/2020464ccc.jpg,Shadow Hearts,PS2,Role-Playing,Midway Games,Sacnoth,7,0.28,0.09,0.1,0.07,0.02,2001-12-11, -/games/boxart/full_7371924AmericaFrontccc.jpg,Secret of Mana,PS4,Role-Playing,Square Enix,Square,,0.28,0.06,0.05,0.12,0.04,2018-02-15,2018-02-26 -/games/boxart/full_67266AmericaFrontccc.jpg,Harvest Moon DS Cute (US sales),DS,Simulation,Natsume,Marvelous Interactive,,0.28,0.28,,,,2008-03-25, -/games/boxart/8019060ccc.jpg,F/A-18F Super Hornet,GBA,Simulation,Majesco,UK Magic,,0.28,0.2,,0.08,0.01,2004-11-16, -/games/boxart/4690142ccc.jpg,Marvel Nemesis: Rise of the Imperfects,XB,Fighting,Electronic Arts,Nihilistic Software,,0.28,0.21,,0.06,0.01,2005-09-20, -/games/boxart/2292432ccc.jpg,Dead or Alive,PS,Fighting,Tecmo,Team Ninja,8.3,0.28,0.09,0.1,0.06,0.02,1998-03-31, -/games/boxart/1253171ccc.gif,Soul Nomad & the World Eaters,PS2,Role-Playing,NIS America,Nippon Ichi Software,,0.28,0.14,,0.11,0.04,2007-09-25, -/games/boxart/full_1899263PALFrontccc.jpg,Dragon Ball: Xenoverse,X360,Fighting,Namco Bandai Games,Dimps Corporation,,0.28,0.21,,0.04,0.03,2015-02-24,2018-09-11 -/games/boxart/full_981099JapanFrontccc.jpg,Super Fire ProWrestling X,SNES,Fighting,Human Entertainment,Human Club,,0.28,,0.28,,,1995-12-22, -/games/boxart/full_5086635PALFrontccc.jpg,The King of Fighters '95,SAT,Fighting,SNK,SNK Corporation,,0.28,,0.28,,,1996-01-01, -/games/boxart/full_kung-fu-chaos_503AmericaFront.jpg,Kung Fu Chaos,XB,Fighting,Microsoft Game Studios,Just Add Monsters,7,0.28,0.21,,0.06,0.01,2003-02-24, -/games/boxart/full_9146164AmericaFrontccc.png,Godzilla: Domination!,GBA,Fighting,Atari,WayForward Pocket Team,4.7,0.28,0.2,,0.07,0.01,2002-11-11, -/games/boxart/full_8298258AmericaFrontccc.jpg,Virtua Fighter 5 Online,X360,Fighting,Sega,Sega-AM2,9.2,0.28,0.2,0.03,0.02,0.02,2007-10-30, -/games/boxart/full_warpath-jurassic-park_3AmericaFront.jpg,Warpath: Jurassic Park,PS,Fighting,Electronic Arts,Black Ops Entertainment,,0.28,0.15,,0.1,0.02,1999-10-31, -/games/boxart/full_8891180JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2003,PS2,Sports,Namco,Namco,,0.28,,0.28,,,2003-04-03, -/games/boxart/full_25567AmericaFrontccc.jpg,All Star Cheer Squad,DS,Sports,THQ,Gorilla Systems,,0.28,0.26,,0,0.02,2008-11-24, -/games/boxart/full_631222AmericaFrontccc.jpg,Reel Fishing: Angler's Dream,Wii,Sports,Natsume,SIMS,,0.28,0.25,0,0.01,0.02,2009-08-25, -/games/boxart/9113374ccc.jpg,Madagascar,XB,Platform,Activision,Toys for Bob,6.8,0.28,0.21,,0.06,0.01,2005-05-24, -/games/boxart/full_6480974AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.28,0.05,0.02,0.19,0.02,2016-06-28,2018-03-31 -/games/boxart/4877467ccc.jpg,Mega Man ZX,DS,Platform,Capcom,Inti Creates,8.1,0.28,0.16,0.1,0,0.02,2006-09-12, -/games/boxart/full_148569AmericaFrontccc.jpg,Tom and Jerry Tales,DS,Platform,Warner Bros. Interactive,Sensory Sweep,,0.28,0.2,,0.06,0.02,2006-11-07, -/games/boxart/9216815ccc.jpg,Mega Man 7,SNES,Platform,Capcom,Capcom,,0.28,0.03,0.23,0.01,0.01,1995-03-23, -/games/boxart/full_1123172AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,Wii,Platform,Activision,Eurocom Entertainment Software,7.2,0.28,0.11,,0.14,0.03,2009-06-30, -/games/boxart/full_1254262AmericaFrontccc.jpg,Castlevania: Aria of Sorrow,GBA,Platform,Konami,KCET,8.8,0.28,0.2,,0.07,0,2003-05-06, -/games/boxart/1079032ccc.gif,Pokémon Box: Ruby and Sapphire,GC,Misc,Nintendo,The Pokémon Company,,0.28,,0.27,,0.01,2004-09-12, -/games/boxart/full_166522AmericaFrontccc.jpeg,Kobitodzukan: Kobito Kansatsu Set,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.28,,0.28,,,2012-07-26,2018-04-02 -/games/boxart/full_9761625AmericaFrontccc.jpg,DeathSmiles,X360,Shooter,Aksys Games,Cave,8,0.28,0.15,0.05,0.06,0.02,2010-06-29, -/games/boxart/6928440ccc.jpg,Mister Mosquito,PS2,Shooter,Eidos Interactive,Zoom Inc.,6.6,0.28,0.05,0.17,0.04,0.01,2002-03-12, -/games/boxart/full_9182190AmericaFrontccc.jpg,Triple Play 2000,N64,Sports,EA Sports,Treyarch,,0.28,0.27,,0.01,0,1999-03-22, -/games/boxart/full_need-for-speed-the-run_617AmericaFront.jpg,Need for Speed: The Run,Wii,Racing,Electronic Arts,Firebrand Games,,0.28,0.11,0.01,0.13,0.03,2011-11-15, -/games/boxart/full_world-of-tanks_316AmericaFront.jpg,World of Tanks,PC,Shooter,Wargaming.net,Wargaming.net,7.8,0.28,,,0.23,0.05,2011-04-12, -/games/boxart/606631ccc.jpg,MX SuperFly featuring Ricky Carmichael,PS2,Racing,THQ,Pacific Coast Power & Light,,0.28,0.14,,0.11,0.04,2002-06-17, -/games/boxart/full_4071464AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),WiiU,Racing,Electronic Arts,Criterion Games,8.4,0.28,0.13,,0.13,0.02,2013-03-19,2018-12-19 -/games/boxart/9136490ccc.jpg,Need for Speed: Most Wanted,PC,Racing,Electronic Arts,EA Canada,,0.28,0.02,,0.24,0.02,2005-11-15, -/games/boxart/6797905ccc.jpg,Corvette,GBA,Racing,TDK Mediactive,Visual Impact,4.9,0.28,0.2,,0.07,0.01,2003-11-11, -/games/boxart/5931981ccc.jpg,Stuntman: Ignition,PS2,Racing,THQ,Paradigm Entertainment,,0.27,0.13,,0.1,0.03,2007-08-28, -/games/boxart/1298804ccc.jpg,NASCAR 06: Total Team Control,XB,Racing,EA Sports,EA Tiburon,,0.27,0.2,,0.06,0.01,2005-08-30, -/games/boxart/full_4987141AmericaFrontccc.jpg,Driveclub VR,PS4,Racing,Sony Interactive Entertainment,Evolution Studios,,0.27,0.12,0.01,0.09,0.04,2016-10-13,2018-09-25 -/games/boxart/full_7466798AmericaFrontccc.jpg,F1 Race Stars,X360,Racing,Codemasters,Codemasters Birmingham,,0.27,0.07,,0.18,0.02,2012-11-13,2018-10-17 -/games/boxart/full_5491107AmericaFrontccc.jpg,MotoGP,PS2,Racing,Namco,Namco,,0.27,0.06,0.14,0.05,0.02,2000-10-31, -/games/boxart/full_7466591AmericaFrontccc.jpg,Littlest Pet Shop: Beach Friends,DS,Simulation,Electronic Arts,EA Salt Lake,,0.27,0.25,,,0.02,2009-10-20, -/games/boxart/9323102ccc.jpg,Jurassic Park: Operation Genesis,PS2,Simulation,VU Games,Blue Tongue,,0.27,0.13,,0.1,0.03,2003-03-25, -/games/boxart/2383527ccc.jpg,Baten Kaitos: Eternal Wings and the Lost Ocean,GC,Role-Playing,Namco,tri-Crescendo / Monolith Soft,8.2,0.27,0.21,,0.05,0.01,2004-11-16, -/games/boxart/full_976868AmericaFrontccc.jpg,Final Fantasy XI: Ultimate Collection,X360,Role-Playing,Square Enix,Square Enix,,0.27,0.25,,,0.02,2009-11-10, -/games/boxart/259552ccc.jpg,The BIGS,X360,Sports,2K Sports,Blue Castle Games,,0.27,0.18,,0.08,,2007-06-25, -/games/boxart/full_slam-dunk-yonkyo-taiketsu_10JapanFront.jpg,Slam Dunk: Yonkyo Taiketsu!!,SNES,Sports,Bandai,Bandai,,0.27,,0.27,,,1994-03-26, -/games/boxart/full_1437659AmericaFrontccc.jpg,NHL 07,X360,Sports,EA Sports,EA Canada,8,0.27,0.25,,0,0.02,2006-09-12, -/games/boxart/full_nhl-2k11_10AmericaFront.jpg,NHL 2K11,Wii,Sports,2K Sports,Visual Concepts,6.3,0.27,0.23,,0.02,0.02,2010-08-24, -/games/boxart/full_nhl-2002_922AmericaFront.jpg,NHL 2002,XB,Sports,EA Sports,EA Canada,,0.27,0.2,,0.06,0.01,2001-12-10, -/games/boxart/full_1074032JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 5,N64,Sports,Konami,Diamond Head,,0.27,,0.27,,0,1998-03-26, -/games/boxart/5943341ccc.jpg,NBA In The Zone '98,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.27,0.25,,0.02,0,1998-02-10, -/games/boxart/full_remington-super-slam-hunting-africa_7AmericaFront.jpg,Remington Super Slam Hunting: Africa,Wii,Sports,Mastiff,Mastiff,,0.27,0.25,,,0.02,2010-11-09, -/games/boxart/full_2792740AmericaFrontccc.jpg,And1 Streetball,PS2,Sports,Ubisoft,Black Ops Entertainment,,0.27,0.13,,0.1,0.03,2006-06-06, -/games/boxart/1765572ccc.jpg,NBA Jam 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.27,0.25,,0.02,0,1998-12-04, -/games/boxart/full_mat-hoffmans-pro-bmx_814AmericaFront.jpg,Mat Hoffman's Pro BMX,GBA,Sports,Activision,HotGen Studios,,0.27,0.19,,0.07,0,2001-11-19, -/games/boxart/9007202ccc.jpg,NFL Street 3,PSP,Sports,EA Sports BIG,EA Tiburon,6.7,0.27,0.24,,0,0.02,2006-11-14, -/games/boxart/full_3665460JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2,SNES,Sports,Konami,Konami,,0.27,,0.27,,,1995-02-24, -/games/boxart/full_3794932AmericaFrontccc.jpg,Summer Athletics: The Ultimate Challenge (US sales),Wii,Sports,Conspiracy Entertainment,49Games,,0.27,0.23,,0.03,,2008-08-04, -/games/boxart/full_5134005AmericaFrontccc.jpg,NBA ShootOut 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.27,0.15,,0.1,0.02,2000-10-30, -/games/boxart/full_5215960AmericaFrontccc.jpg,Cabela's Big Game Hunter 2010,X360,Sports,Activision,Cauldron,,0.27,0.25,,,0.02,2009-09-29, -/games/boxart/full_3007547AmericaFrontccc.jpg,Knockout Kings 2002,XB,Sports,EA Sports,Black Ops Entertainment,,0.27,0.2,,0.06,0.01,2002-03-04, -/games/boxart/1092540ccc.jpg,ESPN NBA Basketball,XB,Sports,Sega,Visual Concepts,,0.27,0.2,,0.06,0.01,2003-10-22, -/games/boxart/full_3730133JapanFrontccc.jpg,Gallop Racer 2: One and Only Road to Victory,PS,Sports,Tecmo,Tecmo,,0.27,,0.25,,0.02,1997-11-20, -/games/boxart/full_dragon-ball-z-tenkaichi-tag-team_1AmericaFront.jpg,Dragon Ball Z: Tenkaichi Tag Team,PSP,Fighting,Namco Bandai,Dimps Corporation,6,0.27,0.11,0.09,0.04,0.03,2010-10-19, -/games/boxart/3433584ccc.jpg,Battle Arena Toshinden 3,PS,Fighting,Playmates,Takara,,0.27,0.06,0.14,0.04,0.02,1997-03-31, -/games/boxart/7509015ccc.jpg,InuYasha: Feudal Combat,PS2,Fighting,Bandai,Eighting,,0.27,0.13,,0.1,0.03,2005-08-24, -/games/boxart/full_3975654AmericaFrontccc.jpg,Pro Evolution Soccer 2017,PS3,Sports,Konami Digital Entertainment,PES Productions,,0.27,0.04,0.08,0.12,0.03,2016-09-13,2018-04-14 -/games/boxart/full_2659278AmericaFrontccc.jpg,Q-Ball: Billiards Master,PS2,Sports,Take-Two Interactive,"ASK Co. Ltd., Ornith",,0.27,0.13,,0.1,0.04,2000-02-29, -/games/boxart/full_5552720AmericaFrontccc.jpg,NBA Live 14,PS4,Sports,EA Sports,EA Tiburon,,0.27,0.17,,0.05,0.05,2013-11-15,2018-10-19 -/games/boxart/full_5015926AmericaFrontccc.jpg,Pro Evolution Soccer 2013,PSP,Sports,Konami Digital Entertainment,Konami,,0.27,,0.18,0.08,0.02,2012-11-06,2018-01-12 -/games/boxart/2942999ccc.jpg,Athens 2004,PS2,Sports,Sony Computer Entertainment,Eurocom Entertainment Software,,0.27,0.13,,0.1,0.03,2004-07-14, -/games/boxart/full_7609156JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable 4,PSP,Sports,Konami,PawaPuro Productions,,0.27,,0.27,,,2009-09-17, -/games/boxart/full_150464AmericaFrontccc.jpg,Sydney 2000,PS,Sports,Eidos Interactive,Attention To Detail,,0.27,0.15,,0.1,0.02,2000-07-31, -/games/boxart/full_rapala-pro-bass-fishing-2010_320AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PS3,Sports,Activision,FUN Labs,,0.27,0.18,,0.06,0.03,2010-09-28, -/games/boxart/4486637ccc.jpg,Cabela's Trophy Bucks,PS2,Sports,Activision,Sand Grain Studios,,0.27,0.13,,0.11,0.04,2007-09-19, -/games/boxart/full_2989683AmericaFrontccc.jpg,Motocross Maniacs Advance,GBA,Racing,Konami,"Konami Computer Entertainment America, Inc. Honolulu Studio",,0.27,0.2,,0.07,0,2002-03-21, -/games/boxart/full_6852342AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,Wii,Misc,MTV Games,Harmonix Music Systems,,0.27,0.24,,0,0.02,2008-11-16, -/games/boxart/full_2046601AmericaFrontccc.jpg,My Japanese Coach,DS,Misc,Ubisoft,Ubisoft,,0.27,0.24,,0,0.02,2008-10-15, -/games/boxart/full_2534204AmericaFrontccc.jpg,Sonic X: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.27,0.19,,0.07,0,2004-05-14, -/games/boxart/full_pinkalicious_821AmericaFront.jpg,Pinkalicious,DS,Misc,GameMill,GameMill Entertainment,,0.27,0.25,,,0.02,2011-03-29, -/games/boxart/full_5655334JapanFrontccc.jpg,Moero! Nekketsu Rhythm Damashii: Osu! Tatakae! Ouendan! 2,DS,Misc,Nintendo,iNiS,,0.27,,0.27,,,2007-05-17, -/games/boxart/full_8611429AmericaFrontccc.jpg,Lightning Returns: Final Fantasy XIII,X360,Misc,Square Enix,Unknown,6.4,0.27,0.15,0.01,0.08,0.02,2014-02-11, -/games/boxart/106434ccc.jpg,Bridge,2600,Misc,Activision,Activision,,0.27,0.25,,0.02,0,1980-12-01, -/games/boxart/full_8142576AmericaFrontccc.jpg,LEGO The Hobbit,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.27,0.13,,0.13,0.02,2014-04-08,2018-03-15 -/games/boxart/full_3208958AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,XOne,Action-Adventure,Konami Digital Entertainment,Kojima Productions,7.7,0.27,0.13,,0.13,0.02,2014-03-18,2018-03-22 -/games/boxart/full_1785719AmericaFrontccc.jpg,Family Guy: Back to the Multiverse,PS3,Action-Adventure,Activision,Heavy Iron Studios,,0.27,0.12,,0.11,0.05,2012-11-20,2018-10-19 -/games/boxart/full_4378476AmericaFrontccc.jpg,Batman: Arkham Origins Blackgate,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,7,0.27,0.16,,0.09,0.02,2013-10-25,2018-12-10 -/games/boxart/full_1045409AmericaFrontccc.jpg,Robinson: The Journey,PS4,Action-Adventure,Sony Interactive Entertainment,Crytek,,0.27,0.14,,0.09,0.05,2016-11-08,2018-09-14 -/games/boxart/full_2130983AmericaFrontccc.jpg,Shenmue I & II,PS4,Action-Adventure,Sega,Sega,,0.27,0.09,0.05,0.1,0.04,2018-08-21,2018-12-19 -/games/boxart/full_6696455AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),PS3,Action-Adventure,Activision,Beenox,,0.27,0.06,0.02,0.14,0.04,2014-04-29,2018-03-19 -/games/boxart/full_7868316AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Game Time,Wii,Puzzle,THQ,THQ,,0.27,0.25,,,0.02,2009-10-26, -/games/boxart/2785766ccc.jpg,Ty the Tasmanian Tiger,GC,Platform,Electronic Arts,Krome Studios,7.1,0.27,0.21,,0.05,0.01,2002-09-10, -/games/boxart/full_just-dance-kids-2_419AmericaFront.jpg,Just Dance Kids 2,Wii,Misc,Ubisoft,Ubisoft,,0.27,0.25,,,0.02,2011-10-25, -/games/boxart/1980470ccc.jpg,Connect Four / Perfection / Trouble,GBA,Misc,"Destination Software, Inc",Gravity-I,,0.27,0.19,,0.07,0,2005-08-21, -/games/boxart/1415058ccc.jpg,Boogie,DS,Misc,Electronic Arts,EA Montreal,,0.27,0.24,,0,0.02,2007-11-27, -/games/boxart/full_7768751JapanFrontccc.jpg,Sengoku Basara 4,PS3,Misc,Capcom,Capcom,,0.27,,0.27,,,2014-01-23,2018-10-19 -/games/boxart/full_2618673AmericaFrontccc.jpg,Sly Cooper: Thieves in Time,PSV,Misc,Sony Computer Entertainment America,Sanzaru Games,,0.27,0.13,,0.07,0.07,2013-02-05,2018-01-05 -/games/boxart/full_1372532AmericaFrontccc.jpg,Trivial Pursuit,PS2,Misc,Electronic Arts,Adrenalin Interactive,,0.27,0.09,,0.01,0.17,2009-03-10, -/games/boxart/full_3939667PALFrontccc.jpg,GRID 2,X360,Misc,Codemasters,Unknown,,0.27,0.08,0,0.17,0.02,2013-05-28, -/games/boxart/full_create_8AmericaFront.jpg,Create,Wii,Misc,Electronic Arts,EA Bright Light,,0.27,0.23,,0.03,0.02,2010-11-16, -/games/boxart/full_wipeout-2_970AmericaFront.jpg,Wipeout 2,X360,Misc,Activision,Endemol,,0.27,0.25,,,0.02,2011-10-11, -/games/boxart/full_6316003AmericaFrontccc.jpg,Brain Age: Concentration Training,3DS,Misc,Nintendo,Nintendo,7.5,0.27,,0.27,,,2013-02-10,2018-08-30 -/games/boxart/1230147ccc.jpg,Rock Revolution,PS3,Misc,Konami,Zoe Mode / HB Studios,,0.27,0.25,,,0.02,2008-10-14, -/games/boxart/full_sesame-street-cookies-counting-carnival_8AmericaFront.jpg,Sesame Street: Cookie's Counting Carnival,DS,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.27,0.25,,,0.02,2010-10-20, -/games/boxart/full_wipeout-2_682AmericaFront.jpg,Wipeout 2,DS,Misc,Activision,Endemol,,0.27,0.25,,,0.02,2011-10-11, -/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_7AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,Wii,Action,THQ,Griptonite Games,,0.27,0.21,,0.04,0.02,2010-11-16, -/games/boxart/full_4809900PALFrontccc.jpg,One Piece: Pirate Warriors 3,PS3,Action,Tecmo Koei,Omega Force,,0.27,,0.2,0.06,0.01,2015-08-25,2018-01-12 -/games/boxart/full_4977771AmericaFrontccc.jpg,M&M's Blast!,GBA,Puzzle,Majesco,Pipe Dream Interactive,,0.27,0.2,,0.07,0,2001-12-01, -/games/boxart/full_8148489AmericaFrontccc.jpg,Angry Birds: Star Wars,Wii,Puzzle,Activision,Exient Entertainment,,0.27,0.15,,0.1,0.02,2013-10-29,2018-03-16 -/games/boxart/full_983001AmericaFrontccc.jpg,Pac-Pix,DS,Puzzle,Namco,Namco,6.8,0.27,0.16,0.1,0,0.01,2005-04-26, -/games/boxart/full_6449104AmericaFrontccc.jpg,Ratatouille: Food Frenzy,DS,Puzzle,THQ,Helixe,,0.27,0.25,,0,0.02,2007-10-29, -/games/boxart/full_5274027JapanFrontccc.jpg,Super Nazo Puyo: Ruruu no Ruu,SNES,Puzzle,Banpresto,Compile,,0.27,,0.27,,0,1995-05-26, -/games/boxart/full_7628852AmericaFrontccc.jpg,Super Collapse! 3,DS,Puzzle,Mumbo Jumbo,Mac Play,,0.27,0.25,,,0.02,2007-10-30, -/games/boxart/full_8664729AmericaFrontccc.jpg,Over the Hedge,GBA,Platform,Activision,Vicarious Visions,,0.27,0.19,,0.07,0,2006-05-05, -/games/boxart/2545376ccc.jpg,Disney's Chicken Little,GC,Platform,Buena Vista,Avalanche Software,7,0.27,0.21,,0.05,0.01,2005-10-20, -/games/boxart/full_4496148AmericaFrontccc.jpg,Skylanders SWAP Force,3DS,Platform,Activision,n-Space,7.7,0.27,0.12,,0.13,0.02,2013-10-13,2018-01-16 -/games/boxart/full_2756041AmericaFrontccc.jpg,Despicable Me: The Game,Wii,Platform,D3 Publisher,Monkey Bar Games,,0.27,0.16,,0.08,0.02,2010-07-06, -/games/boxart/full_5952120AmericaFrontccc.jpg,Skylanders Imaginators,XOne,Platform,Activision,Toys for Bob,,0.27,0.19,,0.05,0.03,2016-10-16,2018-03-26 -/games/boxart/full_956889AmericaFrontccc.jpg,Puppeteer,PS3,Platform,Sony Computer Entertainment America,SCE Japan Studio,,0.27,0.11,0.02,0.09,0.04,2013-09-10,2018-09-16 -/games/boxart/6415271ccc.jpg,Ratatouille,X360,Platform,THQ,Heavy Iron Studios,5.3,0.27,0.23,,0.02,0.02,2007-06-26, -/games/boxart/full_8099609AmericaFrontccc.jpg,Reader Rabbit Kindergarten,DS,Misc,Graffiti,Graffiti Entertainment,,0.27,0.25,,,0.02,2009-12-15, -/games/boxart/full_5061476AmericaFrontccc.png,Transformers: Cybertron Adventures,Wii,Action,Activision,High Moon Studios,3.7,0.27,0.14,,0.1,0.02,2010-06-22, -/games/boxart/full_5069461AmericaFrontccc.jpg,Fantastic 4,XB,Action,Activision,7 Studios,,0.27,0.2,,0.06,0.01,2005-06-27, -/games/boxart/9023630ccc.jpg,Mr. Do!,2600,Action,Coleco,Coleco,,0.27,0.26,,0.02,0,1983-01-01, -/games/boxart/full_2014261AmericaFrontccc.jpg,Assassin's Creed The Ezio Collection,XOne,Action,Ubisoft,Ubisoft,,0.27,0.13,,0.12,0.02,2016-11-15, -/games/boxart/3328688ccc.jpg,Tomb Raider: Legend (Weekly American and JP sales),X360,Action,Eidos Interactive,Crystal Dynamics,,0.27,0.24,0.01,0,0.02,2006-04-11, -/games/boxart/7759661ccc.jpg,Dynasty Warriors,PS,Action,KOEI,Omega Force,,0.27,0.09,0.11,0.06,0.02,1997-06-30,2017-12-31 -/games/boxart/full_551817AmericaFrontccc.jpg,Tiny Toon Adventures: Plucky's Big Adventure,PS,Action,Conspiracy Entertainment,Warthog,,0.27,0.15,,0.1,0.02,2001-10-02, -/games/boxart/full_dead-rising-2-off-the-record_868AmericaFront.jpg,Dead Rising 2: Off the Record,X360,Action,Capcom,Blue Castle Games,7.6,0.27,0.17,,0.08,0.02,2011-10-11, -/games/boxart/full_3122480AmericaFrontccc.jpg,Iron Man 2,X360,Action,Sega,"Sega Studios, San Francisco",5.1,0.27,0.15,,0.1,0.03,2010-05-04, -/games/boxart/full_315896AmericaFrontccc.jpg,Friday the 13th: The Game,XOne,Action,Gun Media,IllFonic,,0.27,0.21,,0.03,0.03,2017-10-13,2018-05-30 -/games/boxart/full_shadows-of-the-damned_501AmericaFront.jpg,Shadows of the Damned,PS3,Action,Electronic Arts,Grasshopper Manufacture,7.9,0.27,0.11,0.04,0.09,0.03,2011-06-21, -/games/boxart/4699739ccc.jpg,Rocky: Legends,PS2,Action,Ubisoft,Unknown,,0.27,0.13,,0.1,0.03,2004-09-28, -/games/boxart/341355ccc.jpg,Flag Capture,2600,Action,Atari,Atari,,0.27,0.25,,0.02,0,1978-01-01, -/games/boxart/full_1357653AmericaFrontccc.jpg,G-Force,PS2,Action,Disney Interactive Studios,Eurocom Entertainment Software,,0.27,0.12,,0.01,0.14,2009-07-21, -/games/boxart/full_757445AmericaFrontccc.jpg,Shadow of Rome,PS2,Action,Capcom,Capcom,,0.27,0.13,,0.1,0.03,2005-02-08, -/games/boxart/full_9064863AmericaFrontccc.jpg,LEGO Jurassic World,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.27,0.05,,0.16,0.06,2015-06-12,2018-04-06 -/games/boxart/full_scooby-doo-and-the-spooky-swamp_2AmericaFront.jpg,Scooby-Doo! and the Spooky Swamp,PS2,Action,Warner Bros. Interactive,Torus Games,,0.27,0.08,,0.11,0.08,2010-09-14, -/games/boxart/full_1790424AmericaFrontccc.jpg,Fate/Extella: The Umbral Star,PS4,Action,Xseed Games,Marvelous Entertainment,,0.27,0.12,0.12,,0.03,2017-01-17,2018-01-13 -/games/boxart/7107093ccc.gif,Assassin's Creed: Altair's Chronicles,DS,Action,Ubisoft,Gameloft,,0.27,0.27,,,,2008-02-05, -/games/boxart/full_monopoly_7AmericaFront.jpg,Monopoly,DS,Misc,Electronic Arts,Electronic Arts,,0.27,0.15,,0.09,0.02,2010-10-26, -/games/boxart/8149470ccc.jpg,Reign of Fire,PS2,Shooter,BAM! Entertainment,Kuju Entertainment,,0.27,0.13,,0.1,0.03,2002-10-22, -/games/boxart/full_call-of-juarez-the-cartel_744AmericaFront.jpg,Call of Juarez: The Cartel,X360,Shooter,Ubisoft,Techland,5.2,0.27,0.14,,0.1,0.03,2011-07-19, -/games/boxart/full_icarly-2-ijoin-the-click_5AmericaFront.jpg,iCarly 2: iJoin The Click!,DS,Adventure,Activision,"Human Soft, Inc.",,0.27,0.25,,0,0.02,2010-11-16, -/games/boxart/full_9682294AmericaFrontccc.jpg,Evil Dead: Hail to the King,PS,Adventure,THQ,Heavy Iron Studios,,0.27,0.15,,0.1,0.02,2000-12-04, -/games/boxart/full_7806930PALFrontccc.jpg,One Piece Unlimited Cruise 1: The Treasure Beneath the Waves,Wii,Adventure,Namco Bandai,Ganbarion,,0.27,,0.19,0.07,0.01,2009-06-19, -/games/boxart/3013254ccc.jpg,Harry Potter and the Order of the Phoenix,PS2,Adventure,Electronic Arts,EA Games,,0.27,0.13,,0.1,0.03,2007-06-25, -/games/boxart/full_megamind-the-blue-defender_5AmericaFront.jpg,Megamind: The Blue Defender,DS,Adventure,THQ,Tantalus Interactive,,0.27,0.19,,0.06,0.02,2010-11-02, -/games/boxart/full_7508201AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,XOne,Adventure,Telltale Games,Telltale Games,,0.27,0.17,,0.08,0.02,2017-09-19,2018-08-07 -/games/boxart/5281626ccc.jpg,The Dog Island,PS2,Adventure,Ubisoft,Yuke's Media Creations,,0.27,0.13,,0.1,0.03,2008-10-14, -/games/boxart/full_1947026AmericaFrontccc.jpg,Operation Armored Liberty,GBA,Action,Majesco,Majesco Games,,0.27,0.19,,0.07,0,2003-10-31, -/games/boxart/full_5420734AmericaFrontccc.jpg,Command & Conquer,N64,Strategy,Nintendo,Looking Glass Studios,,0.27,0.22,,0.05,0,1999-05-31, -/games/boxart/5776397ccc.jpg,Shadow Man,N64,Action,Acclaim Entertainment,Acclaim Studios Teesside,,0.27,0.18,,0.08,0.01,1999-08-24,2018-10-08 -/games/boxart/full_beyblade-metal-masters_743AmericaFront.jpg,Beyblade: Metal Masters,DS,Action,Konami,Hudson Soft,,0.27,0.14,,0.1,0.03,2011-11-15, -/games/boxart/full_6831892AmericaFrontccc.jpg,Battle of Giants: Mutant Insects,DS,Strategy,Ubisoft,Ubisoft Quebec,,0.27,0.09,,0.15,0.03,2010-03-02, -/games/boxart/full_fire-emblem-monshou-no-nazo-hikari-to-kage-no-eiyuu_2JapanFront.jpg,Fire Emblem: Shin Monshou no Nazo Hikari to Kage no Eiyuu,DS,Strategy,Nintendo,Intelligent Systems,,0.27,,0.27,,,2010-07-15, -/games/boxart/full_plants-vs-zombies_604AmericaFront.jpg,Plants vs. Zombies,X360,Strategy,PopCap Games,PopCap Games,8.9,0.27,0.24,,,0.02,2010-09-28, -/games/boxart/full_ruse_9AmericaFront.jpg,R.U.S.E.,X360,Strategy,Ubisoft,Eugen Systems,8,0.27,0.12,0,0.11,0.02,2010-09-07, -/games/boxart/full_67424AmericaFrontccc.jpg,Guitar Hero Live,WiiU,Music,Activision,FreeStyleGames,,0.27,0.18,,0.06,0.03,2015-10-20,2018-03-15 -/games/boxart/full_2524616AmericaFrontccc.jpg,Hatsune Miku: Project Diva F 2nd,PS3,Music,Sega,Sega,,0.27,0.1,0.1,0.03,0.03,2014-11-18,2018-10-24 -/games/boxart/full_3063529AmericaFrontccc.jpg,Bravo Team,PS4,Shooter,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.27,0.12,0.02,0.09,0.04,2018-03-06,2018-09-11 -/games/boxart/full_5056801AmericaFrontccc.jpg,Beamrider,2600,Shooter,Activision,Activision,,0.27,0.26,,0.01,0,1984-01-24, -/games/boxart/8059704ccc.jpg,The Club,X360,Shooter,Sega,Bizarre Creations,7.5,0.27,0.15,,0.1,0.02,2008-02-19, -/games/boxart/973754ccc.jpg,BloodRayne 2,PS2,Shooter,Majesco,Terminal Reality,,0.27,0.13,,0.1,0.03,2004-10-12, -/games/boxart/2387484ccc.jpg,Gun,X360,Shooter,Activision,Neversoft Entertainment,7.5,0.27,0.24,,0.01,0.02,2005-11-16, -/games/boxart/full_8056380PALFrontccc.jpg,Killing Floor 2,PS4,Shooter,Tripwire Interactive,Tripwire Interactive,,0.27,0.19,,0.03,0.05,2016-01-01,2018-05-30 -/games/boxart/full_2082381AmericaFrontccc.jpg,The Bureau: XCOM Declassified,PS3,Shooter,2K Games,2K Marin,,0.27,0.08,,0.14,0.04,2013-08-20,2018-10-24 -/games/boxart/full_8789023AmericaFrontccc.jpg,Final Doom,PS,Shooter,GT Interactive,Williams Entertainment,,0.27,0.15,,0.1,0.02,1995-10-01, -/games/boxart/full_975103AmericaFrontccc.jpg,Section 8,X360,Shooter,SouthPeak Interactive,TimeGate Studios,7.1,0.27,0.15,,0.09,0.02,2009-09-01, -/games/boxart/8015461ccc.jpg,NHL Hitz 20-02,XB,Sports,Midway Games,EA Black Box,,0.27,0.2,,0.06,0.01,2001-11-14, -/games/boxart/full_4966685AmericaFrontccc.jpg,Burstrick: Wake Boarding!!,PS,Sports,Natsume,Metro Corporation,,0.27,0.15,,0.1,0.02,2001-02-28, -/games/boxart/full_6447584AmericaFrontccc.jpg,Dave Mirra Freestyle BMX: Maximum Remix,PS,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.27,0.15,,0.1,0.02,2001-05-21, -/games/boxart/1714807ccc.jpg,NBA Live 2004,GC,Sports,EA Sports,EA Canada,8.4,0.27,0.21,,0.05,0.01,2003-10-15, -/games/boxart/full_motionsports-adrenaline_538AmericaFront.jpg,MotionSports: Adrenaline,X360,Sports,Ubisoft,Ubisoft Vancouver,,0.27,0.14,,0.1,0.03,2011-11-01, -/games/boxart/full_5581042JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '98 Ketteiban,PS,Sports,Konami,Diamond Head,,0.27,,0.25,,0.02,1998-12-23, -/games/boxart/full_gunship_590AmericaFront.jpg,Gunship,PS,Simulation,Microprose,MicroProse,,0.27,0.15,,0.1,0.02,1996-07-03, -/games/boxart/full_638062JapanFrontccc.jpg,Thoroughbred Breeder II,SNES,Simulation,Hect,Hector,,0.27,,0.27,,0,1994-06-08, -/games/boxart/3452639ccc.jpg,The Sims 2: Pets,GC,Simulation,Electronic Arts,Maxis,6.9,0.27,0.21,,0.05,0.01,2006-10-17, -/games/boxart/full_5653915AmericaFrontccc.jpg,America's Test Kitchen: Let's Get Cooking,DS,Simulation,Nintendo,Indies Zero,8.5,0.27,0.25,,,0.02,2010-03-28, -/games/boxart/full_5905940JapanFrontccc.jpg,Aikatsu! 2-nin no My Princess,3DS,Simulation,Namco Bandai Games,Bandai Namco Games,,0.27,,0.27,,,2013-11-21,2018-10-24 -/games/boxart/full_1280516AmericaFrontccc.jpg,Carnival Games,NS,Party,2K Games,Cat Daddy Games,,0.27,0.11,,0.14,0.02,2018-11-06,2018-09-22 -/games/boxart/8422965ccc.jpg,Duel Masters,PS2,Strategy,Atari,High Voltage Software,,0.27,0.13,,0.1,0.03,2004-11-02, -/games/boxart/full_3944418AmericaFrontccc.jpg,The World Ends with You: Final Remix,NS,Role-Playing,Nintendo,Square Enix,7.4,0.27,0.14,0.03,0.08,0.02,2018-10-12,2019-03-30 -/games/boxart/full_8848101JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren GB: Tsukikagemura no Kaibutsu,GB,Role-Playing,ChunSoft,Aquamarine,,0.27,,0.27,,,1996-11-22, -/games/boxart/full_8413005JapanFrontccc.jpg,The Snack World: TreJarers,3DS,Role-Playing,Level 5,Level 5,,0.27,,0.27,,,2017-08-10,2018-05-29 -/games/boxart/full_4531179AmericaFrontccc.jpg,Jade Cocoon: Story of the Tamamayu,PS,Role-Playing,Crave Entertainment,Genki,,0.27,0.15,,0.1,0.02,1999-07-29, -/games/boxart/full_9085969AmericaFrontccc.jpg,Suikoden Tierkreis,DS,Role-Playing,Konami,Konami,7.7,0.27,0.09,0.15,0.02,0.01,2009-03-17, -/games/boxart/full_4536527JapanFrontccc.jpg,Final Fantasy X International,PS2,Role-Playing,Square Enix,Square Enix,,0.27,,0.27,,,2004-02-19, -/games/boxart/full_1637033AmericaFrontccc.png,Etrian Odyssey V: Beyond the Myth,3DS,Role-Playing,Atlus,Atlus,7.9,0.27,0.11,0.14,0.01,0.01,2017-10-17,2018-01-15 -/games/boxart/full_1635469AmericaFrontccc.jpg,Yu-Gi-Oh! The Sacred Cards (JP weekly sales),GBA,Role-Playing,Konami,Konami,,0.27,,0.26,,0.01,2003-11-04, -/games/boxart/default.jpg,Medarot 3: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.27,,0.27,,0,2000-07-23, -/games/boxart/full_7407004AmericaFrontccc.jpg,Dragon Age Origins: Awakening,PS3,Role-Playing,Electronic Arts,BioWare Corp.,8.3,0.27,0.24,,,0.02,2010-03-16, -/games/boxart/full_2224203JapanFrontccc.jpg,Magical Vacation,GBA,Role-Playing,Nintendo,Brownie Brown,,0.27,,0.26,,0.01,2001-12-07, -/games/boxart/7414256ccc.jpg,Alundra 2: A New Legend Begins,PS,Role-Playing,Activision,Matrix Software,7.1,0.27,0.15,,0.1,0.02,2000-02-29, -/games/boxart/full_2008125AmericaFrontccc.jpg,Dragon Ball GT: Final Bout,PS,Fighting,Bandai,Bandai,,0.27,0.02,0.22,0.02,0.02,1997-07-31, -/games/boxart/full_144200JapanFrontccc.jpg,Bishoujo Senshi Sailormoon R,SNES,Fighting,Bandai,Angel Studios,,0.27,,0.27,,,1993-12-29, -/games/boxart/4499115ccc.jpg,Tao Feng: Fist of the Lotus,XB,Fighting,Microsoft Game Studios,Studio Gigante,,0.27,0.21,,0.06,0.01,2003-03-18, -/games/boxart/full_shin-nippon-pro-wrestling-toukon-retsuden-2_6JapanFront.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden 2,PS,Fighting,Tomy Corporation,Yuke's Media Creations,,0.27,,0.26,,0.02,1996-12-20, -/games/boxart/full_3634193AmericaFrontccc.jpg,Dragon Ball Z: Budokai 2,GC,Fighting,Atari,Pyramid,,0.27,0.21,,0.06,0.01,2004-12-15, -/games/boxart/full_wwe-road-to-wrestlemania-x8_759AmericaFront.jpg,WWE Road to WrestleMania X8,GBA,Fighting,THQ,Natsume,,0.27,0.19,,0.07,0,2002-10-23, -/games/boxart/9939047ccc.jpg,Tiger Woods PGA Tour 07,PSP,Sports,EA Sports,Team Fusion,7.6,0.27,0.2,,0.04,0.03,2006-10-10, -/games/boxart/full_2579862AmericaFrontccc.jpg,Wave Rally,PS2,Racing,Eidos Interactive,Opus Studio,,0.27,0.13,,0.1,0.03,2001-11-26, -/games/boxart/full_nascar-2011-the-game_824AmericaFront.jpg,NASCAR 2011: The Game,PS3,Racing,Activision,Eutechnyx,6,0.27,0.25,,,0.02,2011-03-29, -/games/boxart/full_2388895AmericaFrontccc.jpg,NickToons Racing,GBA,Racing,Infogrames,Crawfish Interactive,,0.27,0.19,,0.07,0,2002-06-14, -/games/boxart/full_7312034AmericaFrontccc.jpg,Pro Race Driver,PS2,Racing,Codemasters,Codemasters,,0.27,0.13,,0.1,0.03,2002-12-06, -/games/boxart/1922831ccc.jpg,Indy 500,2600,Racing,Atari,Atari,,0.27,0.26,,0.01,0,1977-10-01, -/games/boxart/full_hot-wheels-track-attack_537AmericaFront.jpg,Hot Wheels: Track Attack,DS,Racing,THQ,THQ,,0.27,0.17,,0.08,0.02,2010-11-23, -/games/boxart/full_2365684AmericaFrontccc.jpg,XGIII: Extreme G Racing,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.27,0.13,,0.1,0.03,2001-08-21, -/games/boxart/full_8853590AmericaFrontccc.jpg,NASCAR Thunder 2003,XB,Racing,EA Sports,EA Tiburon,,0.27,0.2,,0.06,0.01,2002-09-19, -/games/boxart/full_1735249AmericaFrontccc.jpg,Superbike 2000,PS,Racing,EA Sports,Milestone,,0.27,0.15,,0.1,0.02,2000-02-29, -/games/boxart/full_1499484JapanFrontccc.jpg,Initial D: Special Stage,PS2,Racing,Sega,Sega Rosso,,0.27,,0.27,,,2003-06-26, -/games/boxart/full_4353208AmericaFrontccc.jpg,Need for Speed: Most Wanted,DS,Racing,Electronic Arts,EA Canada,,0.27,0.24,,0.01,0.02,2005-11-15, -/games/boxart/full_5380493AmericaFrontccc.jpg,MLB 09: The Show,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.8,0.27,0.24,,,0.02,2009-03-03,2018-12-04 -/games/boxart/full_8668168AmericaFrontccc.jpg,NBA 07,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.27,0.24,0.01,,0.02,2006-11-14,2018-12-04 -/games/boxart/full_7003097JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2010,PS3,Sports,Konami,PawaPuro Production,,0.27,,0.27,,,2010-07-15, -/games/boxart/9561404ccc.jpg,Punch-Out!!,VC,Sports,Nintendo,Nintendo IRD,,0.27,0,0.05,0.22,,2007-04-16, -/games/boxart/full_ninja-gaiden-sigma_471AmericaFront.jpg,Ninja Gaiden Sigma Plus,PSV,Action,Tecmo Koei,Team Ninja,,0.26,0.12,0.04,0.06,0.04,2012-02-22, -/games/boxart/4582505ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,X360,Action,Ubisoft,Ubisoft Montpellier,7.9,0.26,0.2,,0.03,0.02,2005-11-21, -/games/boxart/full_4918884AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,PSP,Action,LucasArts,Amaze,7.4,0.26,0.11,,0.1,0.05,2009-06-09, -/games/boxart/full_9853269AmericaFrontccc.jpg,The Adventures of Jimmy Neutron Boy Genius vs. Jimmy Negatron,GBA,Action,THQ,Human Soft,6,0.26,0.19,,0.07,0,2002-09-25, -/games/boxart/full_8059859JapanFrontccc.jpg,Sengoku Basara 2,PS2,Action,Capcom,Capcom,,0.26,,0.26,,,2006-07-27, -/games/boxart/full_4745641AmericaFrontccc.jpg,Assassin's Creed Syndicate,PC,Action,Ubisoft,Ubisoft Quebec,,0.26,0.15,,0.09,0.02,2015-11-19,2018-01-14 -/games/boxart/full_2106906AmericaFrontccc.jpg,Spider-Man: Web of Shadows,PS3,Action,Activision,Shaba Games / Treyarch,6.9,0.26,0.2,,0.04,0.02,2008-10-21, -/games/boxart/full_7060534AmericaFrontccc.jpg,Nightmare Creatures,N64,Action,Activision,Kalisto Entertainment,7.1,0.26,0.21,,0.05,0,1997-01-01, -/games/boxart/8442201ccc.jpg,Classic NES Series: Bomberman,GBA,Action,Nintendo,Hudson Soft,,0.26,0.1,0.11,0.04,0.01,2004-06-02, -/games/boxart/full_asuras-wrath_319AmericaFront.jpg,Asura's Wrath,X360,Action,Capcom,CyberConnect2,,0.26,0.17,0.01,0.06,0.02,2012-02-21, -/games/boxart/8378535ccc.jpg,The Incredible Hulk,PS3,Action,Sega,Edge of Reality,5.6,0.26,0.22,,0.02,0.02,2008-06-05, -/games/boxart/2151093ccc.jpg,The Incredible Hulk,X360,Action,Sega,Edge of Reality,,0.26,0.22,,0.02,0.02,2008-06-05, -/games/boxart/full_6627090AmericaFrontccc.jpg,Rune: Viking Warlord,PS2,Action,Take-Two Interactive,Human Head Studios,,0.26,0.13,,0.1,0.03,2001-07-28, -/games/boxart/full_9114994AmericaFrontccc.jpg,Rugrats: I Gotta Go Party,GBA,Action,THQ,Eurocom Entertainment Software,,0.26,0.19,,0.07,0,2002-11-08, -/games/boxart/4566133ccc.jpg,ATV: Quad Power Racing,GBA,Racing,Acclaim Entertainment,Tantalus Interactive,5.5,0.26,0.18,,0.07,0,2002-08-20, -/games/boxart/full_5646038AmericaFrontccc.jpg,MTX Mototrax,PS2,Racing,Activision,Left Field Productions,,0.26,0.13,,0.1,0.03,2004-03-02, -/games/boxart/9580720ccc.jpg,Ford Racing 3,PS2,Racing,2K Games,Empire Interactive,,0.26,0.13,,0.1,0.03,2005-03-22, -/games/boxart/full_6534577AmericaFrontccc.jpg,Need for Speed: Most Wanted,GBA,Racing,Electronic Arts,EA Canada,,0.26,0.19,,0.07,0,2005-11-15, -/games/boxart/full_1461346AmericaFrontccc.jpg,Formula One 2001,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,7,0.26,0.13,,0.1,0.03,2001-09-24, -/games/boxart/full_asphalt-injection_576AmericaFront.jpg,Asphalt: Injection,PSV,Racing,Ubisoft,Ubisoft,,0.26,0.14,,0.07,0.05,2012-02-14, -/games/boxart/8804327ccc.jpg,Riding Spirits,PS2,Racing,BAM! Entertainment,Spike,,0.26,0.13,,0.1,0.03,2002-08-31, -/games/boxart/full_7619631AmericaFrontccc.jpg,McGrath Vs. Pastrana Freestyle Motocross,PS,Racing,Acclaim Entertainment,"Z-Axis, Ltd.",,0.26,0.14,,0.1,0.02,2000-11-05, -/games/boxart/7610303ccc.jpg,Crash Nitro Kart,GC,Racing,VU Games,Vicarious Visions,,0.26,0.2,,0.05,0.01,2003-11-11, -/games/boxart/full_7391803JapanFrontccc.jpg,Choro Q3,PS,Racing,Takara,Takara,,0.26,,0.24,,0.02,1998-02-19, -/games/boxart/9022219ccc.jpg,NBA ShootOut 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.26,0.13,,0.1,0.03,2003-10-29, -/games/boxart/5497590ccc.jpg,Madden NFL 2005,DS,Sports,EA Sports,Exient Entertainment,,0.26,0.24,,,0.02,2004-11-17, -/games/boxart/9680114ccc.jpg,MVP Baseball 2004,GC,Sports,EA Sports,EA Sports,8.9,0.26,0.2,,0.05,0.01,2004-03-09, -/games/boxart/157398ccc.jpg,Sega Rally Revo,PSP,Racing,Sega,BugBear,,0.26,0.03,,0.15,0.07,2007-10-09, -/games/boxart/9924462ccc.jpg,Virtua Racing,GEN,Racing,Sega,Sega-AM2,,0.26,,0.26,,,1994-03-14, -/games/boxart/full_3892197JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2018,PS4,Sports,Konami,Konami,,0.26,,0.26,,,2018-04-26,2018-05-20 -/games/boxart/3391663ccc.jpg,Backyard NFL Football,GC,Sports,Infogrames,Humongous Entertainment,,0.26,0.2,,0.05,0.01,2002-10-10, -/games/boxart/5279563ccc.jpg,All-Star Baseball 2003,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.26,0.19,,0.06,0.01,2002-02-25, -/games/boxart/full_9966485AmericaFrontccc.jpg,NHL Rock the Rink,PS,Sports,Electronic Arts,Electronic Arts,,0.26,0.14,,0.1,0.02,2000-02-29, -/games/boxart/full_9703732AmericaFrontccc.jpg,Major League Baseball 2K10,Wii,Sports,2K Sports,Visual Concepts,5,0.26,0.24,,,0.02,2010-03-02, -/games/boxart/full_inazuma-eleven-strikers_900JapanFront.jpg,Inazuma Eleven Strikers,Wii,Sports,Level 5,Level 5,,0.26,,0.25,0.01,0,2011-07-16,2018-08-31 -/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011_252JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011,PS3,Sports,Konami,PawaPuro Production,,0.26,,0.26,,,2011-07-14, -/games/boxart/full_1506300PALFrontccc.jpg,FIFA 14,3DS,Sports,EA Sports,EA Canada,,0.26,,,0.25,0.01,2013-09-24,2018-09-15 -/games/boxart/full_2221286AmericaFrontccc.jpg,Don King Boxing,Wii,Sports,2K Sports,2K Shanghai,,0.26,0.14,,0.1,0.02,2009-03-31, -/games/boxart/full_7388093AmericaFrontccc.jpg,Outlaw Volleyball,XB,Sports,Simon & Schuster Interactive,Hypnotix,,0.26,0.19,,0.06,0.01,2003-07-09, -/games/boxart/9662244ccc.jpg,RealSports Football,2600,Sports,Atari,Atari,,0.26,0.24,,0.01,0,1982-01-01, -/games/boxart/8115191ccc.jpg,All-Pro Football 2K8,X360,Sports,2K Sports,Visual Concepts,7.5,0.26,0.24,,,0.02,2007-07-16, -/games/boxart/full_8115483PALFrontccc.jpg,FIFA 18,X360,Sports,EA Sports,EA Vancouver,,0.26,0.05,,0.19,0.02,2017-09-29,2018-04-02 -/games/boxart/full_3524193JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2013,PS3,Sports,Konami Digital Entertainment,Konami,,0.26,,0.26,,,2013-10-24,2018-10-27 -/games/boxart/full_ace-attorney-investigations-2_310JapanFront.jpg,Ace Attorney Investigations 2,DS,Adventure,Capcom,Capcom,,0.26,,0.26,,,2011-02-03, -/games/boxart/full_9550626AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,PS2,Sports,EA Sports,EA Tiburon,,0.26,0.12,,0.01,0.13,2009-06-08, -/games/boxart/full_tony-hawk-shred_1AmericaFront.jpg,Tony Hawk: Shred,X360,Sports,Activision,Robomodo,,0.26,0.17,,0.06,0.02,2010-10-26, -/games/boxart/full_6587460JapanFrontccc.jpg,J-League Pro Soccer Club wo Tsukurou!,SAT,Sports,Sega,Sega,,0.26,,0.26,,,1996-02-23, -/games/boxart/full_7376476AmericaFrontccc.jpg,Madden NFL 08,DS,Sports,EA Sports,EA Tiburon,,0.26,0.24,,0,0.02,2007-08-14, -/games/boxart/full_5773852JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '99 Ketteiban,PS,Sports,Konami,Diamond Head,,0.26,,0.25,,0.02,1999-12-25, -/games/boxart/6984514ccc.jpg,NCAA Gamebreaker,PS,Sports,Sony Computer Entertainment,SCEA,6.3,0.26,0.15,,0.1,0.02,1996-08-31, -/games/boxart/6113691ccc.jpg,MLB SlugFest 2006,PS2,Sports,Midway Games,Blue Shift,,0.26,0.13,,0.1,0.03,2006-06-05, -/games/boxart/full_major-league-baseball-2k9_3AmericaFront.jpg,Major League Baseball 2K9,Wii,Sports,2K Sports,Kush Games,,0.26,0.24,,,0.02,2009-03-03, -/games/boxart/full_2800138JapanFrontccc.jpg,Power Pro Kun Pocket 5,GBA,Sports,Konami,Diamond Head,,0.26,,0.25,,0.01,2003-01-23, -/games/boxart/3877506ccc.jpg,NCAA March Madness 08,PS2,Sports,EA Sports,EA Canada,,0.26,0.13,,0.1,0.03,2007-12-11, -/games/boxart/full_332250AmericaFrontccc.jpg,Summer Sports 2: Island Sports Party,Wii,Sports,Destineer,Digital Embryo,,0.26,0.24,,0,0.02,2008-12-18, -/games/boxart/9273075ccc.jpg,Evolution Skateboarding,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.26,0.13,,0.1,0.03,2002-10-09, -/games/boxart/5652489ccc.jpg,Bratz Ponyz 2,DS,Adventure,Game Factory,Neko Entertainment,,0.26,0.24,,0,0.02,2008-09-16, -/games/boxart/full_338886AmericaFrontccc.jpg,Drakan: The Ancients' Gates,PS2,Adventure,Sony Computer Entertainment,Surreal Software,,0.26,0.13,,0.1,0.03,2002-01-28, -/games/boxart/full_3192621AmericaFrontccc.jpg,Nancy Drew: The Mystery of the Clue Bender Society,DS,Adventure,Majesco,Gorilla Games,,0.26,0.24,,0,0.02,2008-07-23, -/games/boxart/full_6210938AmericaFrontccc.jpg,Tomb Raider: Underworld (Others sales),PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.26,,0,0.21,0.04,2009-03-03, -/games/boxart/full_3324895AmericaFrontccc.jpg,Pirates of the Caribbean: Dead Man's Chest,DS,Adventure,Buena Vista,Griptonite Games,,0.26,0.23,,0.01,0.02,2006-06-27, -/games/boxart/full_the-adventures-of-tintin-the-game_14PALFront.jpg,The Adventures of Tintin: The Game,PS3,Adventure,Ubisoft,Ubisoft,,0.26,0.06,,0.15,0.05,2011-12-06, -/games/boxart/full_4644534AmericaFrontccc.jpg,Bolt,PS2,Adventure,Disney Interactive Studios,Avalanche Software,,0.26,0.09,,0.02,0.16,2008-11-18, -/games/boxart/full_6172821JapanFrontccc.jpg,Yakuza: Ishin,PS3,Adventure,Sega,Sega,,0.26,,0.26,,,2014-02-22,2018-01-02 -/games/boxart/full_8222072JapanFrontccc.jpg,Konjiki no Gashbell!! Makai no Bookmark,GBA,Adventure,Banpresto,Banpresto,,0.26,,0.25,,0.01,2004-07-16, -/games/boxart/6261858ccc.jpg,Dora the Explorer: The Search for Pirate Pig's Treasure,GBA,Adventure,NewKidCo,Cinegroupe,,0.26,0.19,,0.07,0,2002-12-13, -/games/boxart/447472ccc.jpg,Batman: Vengeance,GC,Adventure,Ubisoft,Ubisoft Montreal,7,0.26,0.2,,0.05,0.01,2001-11-17, -/games/boxart/full_2165069JapanFrontccc.jpg,Yakuza Zero: The Place of Oath,PS3,Adventure,Sega,Sega,,0.26,,0.26,,,2015-03-12,2018-01-03 -/games/boxart/5364071ccc.jpg,Bratz: The Movie,Wii,Simulation,THQ,Blitz Games,,0.26,0.23,,0.01,0.02,2007-09-24, -/games/boxart/full_9574601AmericaFrontccc.jpg,Petz: Crazy Monkeyz,Wii,Simulation,Ubisoft,Ubisoft,3.5,0.26,0.24,,0,0.02,2008-11-18, -/games/boxart/4516819ccc.jpg,Star Wars Episode I: Battle for Naboo,N64,Simulation,LucasArts,Factor 5,8.5,0.26,0.21,,0.05,0,2000-12-13, -/games/boxart/256761ccc.gif,Armored Core: Nexus,PS2,Simulation,Agetec,From Software,,0.26,0.06,0.14,0.05,0.02,2004-09-28, -/games/boxart/full_2962315AmericaFrontccc.jpg,Imagine: Fashion Party,Wii,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,0.26,0.24,,0,0.02,2009-02-03, -/games/boxart/full_8160918AmericaFrontccc.jpg,Fish Tycoon,DS,Simulation,Majesco,Big Fish Games / LDW,,0.26,0.24,,0,0.02,2007-10-16, -/games/boxart/7816901ccc.gif,Petz: Horsez 2,PS2,Simulation,Ubisoft,Ubisoft,,0.26,0.13,,0.1,0.03,2007-11-14, -/games/boxart/full_love-plus_1JapanFront.jpg,Love Plus,DS,Simulation,Konami,Konami,,0.26,,0.26,,,2009-09-03, -/games/boxart/full_8343457AmericaFrontccc.jpg,Star Trek: Invasion,PS,Simulation,Activision,Warthog,,0.26,0.15,,0.1,0.02,2000-08-23, -/games/boxart/7284529ccc.jpg,Babysitting Mania,DS,Simulation,Majesco,Gogii Games,,0.26,0.24,,0,0.02,2008-09-23, -/games/boxart/full_7792913AmericaFrontccc.jpg,Littlest Pet Shop: Friends,Wii,Simulation,Electronic Arts,EA Salt Lake,,0.26,0.21,,0.02,0.02,2009-10-20, -/games/boxart/full_8202876AmericaFrontccc.jpg,Jurassic World Evolution,XOne,Simulation,Frontier Developments,Frontier Developments,,0.26,0.15,,0.09,0.02,2018-07-03,2018-04-20 -/games/boxart/full_6978806JapanFrontccc.jpg,Kingdom Hearts II: Final Mix +,PS2,Role-Playing,Square Enix,Square Enix,,0.26,,0.26,,,2007-03-29, -/games/boxart/full_973978AmericaFrontccc.jpg,"What Did I Do to Deserve This, My Lord!? 2",PSP,Role-Playing,NIS America,Acquire,,0.26,0.06,0.18,0,0.01,2010-05-04, -/games/boxart/full_7928152JapanFrontccc.jpg,Tengai Makyou: Daishi no Mokushiroku - The Apocalypse IV,SAT,Role-Playing,Hudson Soft,RED Company,,0.26,,0.26,,,1997-01-14, -/games/boxart/1327995ccc.jpg,Dungeons & Dragons: Eye of the Beholder,GBA,Role-Playing,Atari,Pronto Games,4.8,0.26,0.19,,0.07,0,2002-10-30, -/games/boxart/full_245315AmericaFrontccc.jpg,Etrian Odyssey: Millennium Girl,3DS,Role-Playing,Atlus,Atlus,8.1,0.26,0.1,0.14,0.01,0.01,2013-10-01,2018-12-10 -/games/boxart/8459939ccc.jpg,Etrian Odyssey II: Heroes of Lagaard,DS,Role-Playing,Atlus,Atlus Co. / Lancarse,8.4,0.26,0.09,0.16,,0.01,2008-06-13, -/games/boxart/full_6186256AmericaFrontccc.jpg,King's Field II,PS,Role-Playing,ASCII Entertainment,From Software,7.3,0.26,0.08,0.11,0.06,0.02,1996-10-31, -/games/boxart/full_3937003JapanFrontccc.jpg,Inazuma Eleven GO 3: Galaxy - Big Bang / Supernova,3DS,Role-Playing,Level 5,Level 5,,0.26,,0.26,,,2013-12-05,2018-08-31 -/games/boxart/full_9973720AmericaFrontccc.jpg,Phantasy Star Universe: Ambition of the Illuminus,PS2,Role-Playing,Sega,Sonic Team,,0.26,0.1,0.05,0.08,0.03,2007-11-20, -/games/boxart/full_9116862PALFrontccc.jpg,Stella Glow,3DS,Role-Playing,Atlus,imageepoch Inc.,7.5,0.26,0.17,0.06,0.01,0.02,2015-11-17,2018-05-30 -/games/boxart/full_9659346JapanFrontccc.jpg,A.C.E.: Another Century's Episode,PS2,Simulation,Banpresto,From Software,,0.26,,0.26,,,2005-01-27, -/games/boxart/full_7976444AmericaFrontccc.jpg,We Cheer 2,Wii,Simulation,Namco Bandai,"Machatin, Inc.",,0.26,0.24,,,0.02,2009-11-03, -/games/boxart/6351588ccc.jpg,Armored Core: Master of Arena,PS,Simulation,Agetec,From Software,7.2,0.26,0.07,0.13,0.05,0.02,2000-02-29, -/games/boxart/full_zoo-resort-3d_904AmericaFront.jpg,Zoo Resort 3D,3DS,Simulation,Ubisoft,AQ Interactive,,0.26,0.11,0.03,0.1,0.02,2011-10-25, -/games/boxart/full_3376509JapanFrontccc.jpg,Doukyuusei if,SAT,Role-Playing,NEC,Elf,,0.26,,0.26,,,1996-08-09, -/games/boxart/8575230ccc.jpg,Baldur's Gate: Dark Alliance II,XB,Role-Playing,Interplay,Black Isle Studios,,0.26,0.19,,0.06,0.01,2004-01-20, -/games/boxart/9734414ccc.jpg,Final Fantasy V Advance,GBA,Role-Playing,Nintendo,Square Enix,8.2,0.26,,0.26,,0.01,2006-11-06, -/games/boxart/full_7961550PALFrontccc.jpg,Sword Art Online: Hollow Realization,PSV,Role-Playing,Namco Bandai Games,Aquria,,0.26,,0.16,0.08,0.02,2018-01-01,2019-03-22 -/games/boxart/full_7183708AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel II,PSV,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.26,0.06,0.13,0.04,0.03,2016-09-06,2018-10-29 -/games/boxart/full_3305465AmericaFrontccc.jpg,Dungeons & Dragons Heroes,XB,Role-Playing,Atari,Atari,,0.26,0.19,,0.06,0.01,2003-09-17, -/games/boxart/full_2663725AmericaFrontccc.jpg,Legaia 2: Duel Saga,PS2,Role-Playing,Eidos Interactive,Contrail,,0.26,0.13,,0.1,0.03,2002-10-01, -/games/boxart/default.jpg,Game of Thrones,X360,Role-Playing,Atlus,Cyanide Studios,,0.26,0.15,,0.08,0.02,2012-05-15, -/games/boxart/150014ccc.jpg,Battlestations: Midway,X360,Strategy,Eidos Interactive,Eidos Hungary,,0.26,0.21,0,0.02,0.02,2007-01-30, -/games/boxart/full_3392048PALFrontccc.jpg,Total War: Attila,PC,Strategy,Sega,Creative Assembly,,0.26,0.11,,0.14,0.02,2015-02-17,2018-05-29 -/games/boxart/full_tropico-4_708AmericaFront.jpg,Tropico 4,PC,Strategy,Kalypso,Haemimont Games,7.9,0.26,0.1,,0.13,0.03,2011-08-30, -/games/boxart/full_ruse_0AmericaFront.jpg,R.U.S.E.,PC,Strategy,Ubisoft,Eugen Systems,8,0.26,0.04,,0.19,0.03,2010-09-07, -/games/boxart/full_3784080JapanFrontccc.jpg,Super Robot Taisen R,GBA,Strategy,Banpresto,Banpresto,,0.26,,0.25,,0.01,2002-08-02, -/games/boxart/full_ben-10-triple-pack_0AmericaFront.jpg,Ben 10 Triple Pack,DS,Misc,D3 Publisher,D3 Publisher,,0.26,0.12,,0.12,0.02,2011-07-12, -/games/boxart/7067086ccc.jpg,Dora the Explorer: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.26,0.18,,0.07,0,2004-05-14, -/games/boxart/full_8976342AmericaFrontccc.jpg,Lowrider,PS2,Misc,Jaleco,Pacific Century Cyber Works Japan,,0.26,0.11,0.03,0.09,0.03,2003-11-20, -/games/boxart/full_8914472JapanFrontccc.jpg,Gundam Breaker,PS3,Misc,Namco Bandai Games,Bandai,,0.26,,0.26,,,2013-06-27,2018-10-27 -/games/boxart/full_family-feud-2010_6AmericaFront.jpg,Family Feud: 2010 Edition,DS,Misc,Ubisoft,Ludia Inc.,,0.26,0.24,,,0.02,2009-09-29, -/games/boxart/full_4166280JapanFrontccc.jpg,DS Bungaku Zenshuu,DS,Misc,Nintendo,Genius Sonority Inc.,,0.26,,0.26,,,2007-10-18, -/games/boxart/7886388ccc.jpg,Bust A Groove 2,PS,Misc,Enix,Metro,7,0.26,0.04,0.18,0.03,0.02,1999-03-31, -/games/boxart/full_4301084JapanFrontccc.jpg,Metroid Prime Pinball,DS,Misc,Nintendo,Fuse Games Limited,7.6,0.26,0.22,0.02,0,0.02,2005-10-24, -/games/boxart/9882112ccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",XB,Misc,THQ,THQ Australia Studios Pty Ltd.,,0.26,0.19,,0.06,0.01,2005-10-21, -/games/boxart/full_3182185AmericaFrontccc.jpg,Disney Sing It: Pop Hits,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.26,0.17,,0.06,0.03,2009-10-06, -/games/boxart/full_tv-superstars_6AmericaFront.jpg,TV Superstars,PS3,Misc,Sony Computer Entertainment,SCEE Cambridge,6.2,0.26,0.08,,0.12,0.05,2010-10-12, -/games/boxart/full_300161AmericaFrontccc.jpg,Scene It? Twilight,Wii,Misc,Konami,Artificial Mind and Movement,,0.26,0.16,,0.08,0.02,2009-11-29, -/games/boxart/full_5279963AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Crystal Kingdom,Wii,Misc,2K Play,Take-Two Interactive,,0.26,0.24,,0,0.02,2009-11-03, -/games/boxart/568941ccc.jpg,Yu-Gi-Oh! Ultimate Masters: World Championship Tournament 2006,GBA,Misc,Konami,Konami,,0.26,0.14,0.07,0.05,0.01,2006-03-14, -/games/boxart/500534ccc.jpg,Bionicle: Matoran Adventures,GBA,Platform,Electronic Arts,Argonaut Games,,0.26,0.18,,0.07,0,2002-10-29, -/games/boxart/full_5097553AmericaFrontccc.jpg,Castlevania: Harmony of Dissonance,GBA,Platform,Konami,Konami Computer Entertainment Tokyo,8.6,0.26,0.16,0.04,0.06,0,2002-09-16, -/games/boxart/full_3997048AmericaFrontccc.jpg,Monsters vs. Aliens,Wii,Platform,Activision,Beenox,,0.26,0.14,,0.09,0.03,2009-03-24, -/games/boxart/full_9428111JapanFrontccc.jpg,Mega Man Legacy Collection,3DS,Platform,Capcom,Digital Eclipse Software,,0.26,0.18,0.06,,0.02,2016-02-23,2018-05-29 -/games/boxart/1443420ccc.jpg,Rayman DS,DS,Platform,Ubisoft,Ubisoft Montreal,5.4,0.26,0.21,,0.03,0.02,2005-03-24, -/games/boxart/full_5253006AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,GC,Platform,Activision,Adrenium Games,,0.26,0.2,,0.05,0.01,2004-11-10, -/games/boxart/2765818ccc.gif,Tomba!,PS,Platform,Sony Computer Entertainment,Whoopee Camp,8.6,0.26,0.15,,0.1,0.02,1998-06-30, -/games/boxart/full_8315758AmericaFrontccc.jpg,Hey Arnold! The Movie,GBA,Platform,THQ,Altron,5.5,0.26,0.19,,0.07,0,2002-05-29, -/games/boxart/4343552ccc.jpg,Polarium,DS,Puzzle,Nintendo,Mitchell,7.6,0.26,0.13,0.11,0.01,0.01,2005-04-18, -/games/boxart/2793739ccc.jpg,Armorines: Project S.W.A.R.M.,N64,Shooter,Acclaim Entertainment,Acclaim Studios London,6.2,0.26,0.21,,0.05,0,1999-11-30, -/games/boxart/7742206ccc.jpg,Duke Nukem: Zero Hour,N64,Shooter,GT Interactive,Eurocom Entertainment Software,,0.26,0.21,,0.05,0,1999-08-01, -/games/boxart/full_2798169PALFrontccc.jpg,Army of Two: The Devil's Cartel,X360,Shooter,Electronic Arts,Visceral Games,,0.26,0.16,0,0.07,0.02,2013-03-26,2018-10-19 -/games/boxart/full_2467525AmericaFrontccc.jpg,Resident Evil: Revelations,X360,Shooter,Capcom,Capcom,7.4,0.26,0.12,0.02,0.1,0.02,2013-05-21,2018-03-16 -/games/boxart/full_7866054AmericaFrontccc.jpg,Legendary,X360,Shooter,Gamecock,Spark Unlimited,4,0.26,0.08,,0.15,0.03,2008-11-04, -/games/boxart/full_9203221AmericaFrontccc.jpg,Desert Falcon,2600,Shooter,Atari,Atari,,0.26,0.24,,0.01,0,1987-06-14, -/games/boxart/full_reload-target-down_10AmericaFront.jpg,Reload: Target Down,Wii,Shooter,Mastiff,Mastiff,,0.26,0.24,,,0.02,2010-11-02, -/games/boxart/9300146ccc.jpg,The House of the Dead 2,DC,Shooter,Sega,Wow Entertainment,7.5,0.26,,0.26,,,1999-09-09, -/games/boxart/266937ccc.jpg,Panzer Dragoon Orta,XB,Shooter,Sega,Smilebit,8.8,0.26,0.16,0.04,0.05,0.01,2003-01-12, -/games/boxart/full_8603584AmericaFrontccc.jpg,NPPL Championship Paintball 2009,PS2,Shooter,Activision,Sand Grain Studios,,0.26,0.13,,0.1,0.03,2008-11-18, -/games/boxart/3867230ccc.jpg,Star Wars: Bounty Hunter,GC,Shooter,LucasArts,LucasArts,,0.26,0.2,,0.05,0.01,2002-12-07, -/games/boxart/full_call-of-duty-modern-warfare-3_864AmericaFront.jpg,Call of Duty: Modern Warfare 3: Defiance,DS,Shooter,Activision,Infinity Ward,,0.26,0.19,,0.05,0.02,2011-11-08, -/games/boxart/full_1221385AmericaFrontccc.jpg,King of Fighters: Maximum Impact,PS2,Fighting,SNK,SNK Playmore Corporation,,0.26,0.13,,0.1,0.03,2004-10-12, -/games/boxart/full_3578190AmericaFrontccc.jpg,ReCore,XOne,Action-Adventure,Microsoft Studios,Armature Studio,,0.26,0.16,0.01,0.06,0.02,2016-09-13,2018-10-01 -/games/boxart/full_79504AmericaFrontccc.jpg,Marvel Super Heroes vs. Street Fighter,PS,Fighting,Capcom,Capcom,,0.26,0.14,,0.1,0.02,1999-02-23, -/games/boxart/full_4349170AmericaFrontccc.jpg,My Hero One's Justice,NS,Fighting,Bandai Namco Entertainment,Byking,,0.26,0.17,0.06,0.01,0.02,2018-10-26,2018-09-12 -/games/boxart/full_5942765AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,PS4,Fighting,Capcom,Capcom,,0.26,0.19,0.02,,0.04,2017-03-07, -/games/boxart/1279809ccc.jpg,Tom and Jerry in War of the Whiskers,PS2,Fighting,NewKidCo,VIS Entertainment,,0.26,0.13,,0.1,0.03,2002-11-18, -/games/boxart/full_7507459JapanFrontccc.jpg,Samurai Warriors 4,PS3,Fighting,Tecmo Koei,Omega Force,,0.26,,0.26,,,2014-10-21,2018-10-29 -/games/boxart/full_5977437JapanFrontccc.jpg,X-Men vs. Street Fighter,SAT,Fighting,Capcom,Capcom,,0.26,,0.26,,,1997-11-27, -/games/boxart/full_3320456AmericaFrontccc.jpg,Angry Birds Trilogy,X360,Puzzle,Activision,Rovio Mobile,,0.26,0.18,,0.05,0.03,2012-09-25,2018-07-12 -/games/boxart/full_5553974PALFrontccc.jpg,TouchMaster 3(Others sales),DS,Puzzle,Warner Bros. Interactive,Midway,,0.26,,,0.24,0.02,2009-10-23, -/games/boxart/9551176ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,PS3,Action,Ubisoft,Ubisoft Shanghai,8.3,0.26,0.2,,0.03,0.03,2007-03-30, -/games/boxart/full_8709652JapanFrontccc.jpg,Tokyo Jungle,PS3,Action,Sony Computer Entertainment,PlayStation C.A.M.P.!,,0.26,,0.26,,,2020-12-31,2018-05-25 -/games/boxart/full_7660779PALFrontccc.jpg,Dishonored 2,PC,Action,Bethesda Softworks,Arkane Studios,,0.26,0.08,,0.17,0.02,2016-11-10,2019-07-16 -/games/boxart/full_1872439JapanFrontccc.jpg,Sengoku Basara: Battle Heroes,PSP,Action,Capcom,Capcom,,0.26,,0.26,,,2009-04-09, -/games/boxart/full_the-penguins-of-madagascar_6AmericaFront.jpg,The Penguins of Madagascar,DS,Action,THQ,THQ,,0.26,0.12,,0.11,0.02,2010-11-02, -/games/boxart/full_9475608AmericaFrontccc.jpg,Resident Evil: Deadly Silence,DS,Action,Capcom,Capcom,6.7,0.26,0.11,0.11,0.02,0.01,2006-02-07, -/games/boxart/2246442ccc.jpg,Frogger's Journey: The Forgotten Relic,GBA,Action,Konami,Konami,5,0.26,0.18,,0.07,0,2003-10-28, -/games/boxart/full_dynasty-warriors-next_739AmericaFront.jpg,Dynasty Warriors Next,PSV,Action,Tecmo Koei,Omega Force,,0.26,0.05,0.11,0.07,0.03,2012-02-22, -/games/boxart/full_7439003AmericaFrontccc.jpg,Deadly Premonition,X360,Action,Ignition Entertainment,Access Games,6,0.26,0.18,0,0.06,0.02,2010-02-23, -/games/boxart/2035151ccc.jpg,Superman Returns,X360,Action,Electronic Arts,EA Tiburon,5,0.26,0.23,,0.01,0.02,2006-11-20, -/games/boxart/4398392ccc.jpg,The Suite Life of Zack & Cody: Tipton Trouble,DS,Action,Buena Vista,Disney Interactive,,0.25,0.23,,,0.02,2006-09-18, -/games/boxart/full_7775688AmericaFrontccc.jpg,Dynasty Warriors 6,PS2,Action,KOEI,Omega Force,,0.25,0.12,,0.09,0.03,2008-11-18, -/games/boxart/full_lego-star-wars-iii-the-clone-wars_423AmericaFront.jpg,LEGO Star Wars III: The Clone Wars,PC,Action,LucasArts,Traveller's Tales,7.6,0.25,0.1,,0.13,0.02,2011-03-22, -/games/boxart/full_5849352AmericaFrontccc.jpg,Star Wars The Clone Wars: Republic Heroes,PS2,Action,LucasArts,Krome Studios,,0.25,0.17,,0.01,0.08,2009-10-06, -/games/boxart/4602040ccc.jpg,Teen Titans,PS2,Action,THQ,A2M,6.6,0.25,0.12,,0.1,0.03,2006-05-24, -/games/boxart/full_7074249JapanFrontccc.jpg,Monster Hunter G,Wii,Role-Playing,Capcom,Capcom,,0.25,,0.25,,,2009-04-23, -/games/boxart/full_6956712AmericaFrontccc.jpg,Ice Age 2: The Meltdown,GBA,Platform,Sierra Entertainment,Amaze Entertainment,5,0.25,0.18,,0.07,0,2006-03-14, -/games/boxart/full_1568927AmericaFrontccc.jpg,Sonic Boom: Fire & Ice,3DS,Platform,Sega,Sanzaru Games,6.9,0.25,0.14,0.02,0.08,0.02,2016-09-27,2020-08-07 -/games/boxart/full_960564AmericaFrontccc.jpg,Spy Kids Challenger,GBA,Platform,Disney Interactive Studios,Game Titan,,0.25,0.18,,0.07,0,2002-08-21, -/games/boxart/23030ccc.jpg,Porky's,2600,Action,20th Century Fox Video Games,Dunhill Electronic Media Corp,,0.25,0.23,,0.01,0,1983-01-01, -/games/boxart/full_1908208AmericaFrontccc.png,Silent Hunter 5: Battle of the Atlantic,PC,Simulation,Ubisoft,Ubisoft Romania,,0.25,,,0.21,0.04,2010-03-02, -/games/boxart/full_minute-to-win-it_608AmericaFront.jpg,Minute to Win It,Wii,Misc,Zoo Games,Smackdown Productions,,0.25,0.23,,,0.02,2010-11-02, -/games/boxart/full_4514165AmericaFrontccc.jpg,Exhibition,XB,Misc,Microsoft,Various,,0.25,0.19,,0.05,0.01,2002-01-01,2018-09-25 -/games/boxart/full_3217927AmericaFrontccc.jpg,Project Runway,Wii,Simulation,Atari,Tornado Studios,,0.25,0.23,,0,0.02,2010-02-25, -/games/boxart/full_ace-combat-3d_942AmericaFront.jpg,Ace Combat: Assault Horizon Legacy,3DS,Simulation,Namco Bandai,Namco Bandai Games,7,0.25,0.1,0.08,0.06,0.01,2011-11-15, -/games/boxart/full_2839903AmericaFrontccc.jpg,Imagine: Ballet Star,DS,Simulation,Ubisoft,Spike Co.,,0.25,0.23,,0,0.02,2008-11-18,2021-02-26 -/games/boxart/3063063ccc.jpg,Atari Anthology,XB,Misc,Atari,Digital Eclipse,,0.25,0.19,,0.05,0.01,2004-11-16, -/games/boxart/full_3309755AmericaFrontccc.jpg,My Virtual Tutor: Reading Adventure Kindergarten to First,DS,Misc,Mentor Interactive,1st Playable Productions,,0.25,0.23,,,0.02,2009-09-11, -/games/boxart/8409481ccc.jpg,Spelling Challenges and more!,PSP,Misc,Crave Entertainment,Supersonic Software,4.5,0.25,0.24,,,0.02,2007-09-25, -/games/boxart/full_5645703AmericaFrontccc.jpg,Smart Girl's Playhouse,DS,Misc,UFO Interactive,Starfish Inc.,,0.25,0.24,,0,0.02,2007-09-18, -/games/boxart/3741421ccc.jpg,World Series of Poker,XB,Misc,Activision,Activision Value,,0.25,0.19,,0.05,0.01,2005-08-31, -/games/boxart/full_1149973AmericaFrontccc.jpg,The Sims 2,XB,Simulation,Electronic Arts,Maxis,,0.25,0.19,,0.05,0.01,2005-10-24, -/games/boxart/full_1796523AmericaFrontccc.jpg,Littlest Pet Shop: Country Friends,DS,Simulation,Electronic Arts,EA Salt Lake,,0.25,0.23,,0,0.02,2009-10-20, -/games/boxart/7120617ccc.jpg,Armored Core 4,X360,Simulation,Sega,From Software,6.5,0.25,0.19,0.03,0.01,0.02,2007-03-20, -/games/boxart/5475543ccc.jpg,Secret Weapons Over Normandy,XB,Simulation,LucasArts,Totally Games,,0.25,0.19,,0.05,0.01,2003-11-18, -/games/boxart/9038327ccc.jpg,Animal Paradise,DS,Simulation,Empire Interactive,Rekoo,,0.25,0.09,,0.14,0.02,2008-09-23, -/games/boxart/4742728ccc.gif,Cars: Mater-National Championship,PS2,Racing,THQ,Rainbow Studios,,0.25,0.12,,0.09,0.03,2007-10-29, -/games/boxart/3839931ccc.jpg,Juiced 2: Hot Import Nights,PS3,Racing,THQ,Juice Games,,0.25,0.18,0.01,0.04,0.02,2007-10-22, -/games/boxart/full_6342781AmericaFrontccc.jpg,WipEout XL,PS,Racing,Sony Computer Entertainment,Psygnosis,8.8,0.25,0.14,,0.1,0.02,1996-09-30, -/games/boxart/9149085ccc.jpg,NASCAR 09,X360,Racing,EA Sports,EA Tiburon,7.1,0.25,0.23,,0,0.02,2008-06-10, -/games/boxart/859861ccc.jpg,WipEout Fusion,PS2,Racing,BAM! Entertainment,Studio Liverpool,,0.25,0.12,,0.1,0.03,2002-06-17,2018-09-16 -/games/boxart/full_9405796AmericaFrontccc.jpg,F1 Pole Position 64,N64,Racing,Ubisoft,Human Entertainment,,0.25,0.11,,0.13,0.01,1997-09-30, -/games/boxart/7378756ccc.jpg,MRC: Multi-Racing Championship,N64,Racing,Ocean,Genki,,0.25,0.2,,0.05,0,1997-08-31, -/games/boxart/full_8051654AmericaFrontccc.jpg,SBK Superbike World Championship,PS3,Racing,Conspiracy Entertainment,Milestone,,0.25,0.12,,0.11,0.02,2009-03-10, -/games/boxart/9437735ccc.jpg,Tony Hawk's Proving Ground,Wii,Sports,Activision,Page 44,,0.25,0.22,,0.01,0.02,2007-10-15, -/games/boxart/full_4707626JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou!,SAT,Sports,Sega,Sega,,0.25,,0.25,,0,1998-02-19, -/games/boxart/full_5255882AmericaFrontccc.jpg,Dreamworks Madagascar Kartz,X360,Racing,Activision,Sidhe Interactive,,0.25,0.14,,0.09,0.02,2009-10-27, -/games/boxart/full_5467076AmericaFrontccc.jpg,F1 2000,PS,Racing,EA Sports,Visual Sciences,,0.25,0.14,,0.09,0.02,2000-02-29, -/games/boxart/full_530735AmericaFrontccc.jpg,WRC: World Rally Championship,PS2,Racing,BAM! Entertainment,Evolution Studios,,0.25,0.12,,0.09,0.03,2002-03-21, -/games/boxart/full_2802807PALFrontccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,PSP,Racing,Codemasters,Sumo Digital,,0.25,,,0.25,0,2005-09-01, -/games/boxart/7203779ccc.jpg,NASCAR 09,PS3,Racing,EA Sports,EA Tiburon,,0.25,0.22,,0.01,0.02,2008-06-10, -/games/boxart/full_4881201AmericaFrontccc.jpeg,Need for Speed Rivals,PC,Racing,Electronic Arts,Ghost Games,,0.25,0.04,,0.19,0.02,2013-11-19,2018-01-04 -/games/boxart/full_807922AmericaFrontccc.jpg,Pro Evolution Soccer 2014,X360,Sports,Konami Digital Entertainment,Konami,7.9,0.25,0.08,,0.16,0.02,2013-09-24,2018-03-02 -/games/boxart/1077148ccc.jpg,NBA JAM Tournament Edition,PS,Sports,Acclaim Entertainment,Iguana Entertainment,,0.25,0.14,,0.09,0.02,1995-09-04, -/games/boxart/9433505ccc.jpg,Crash Tag Team Racing,PSP,Racing,VU Games,Radical Entertainment,6.3,0.25,0.16,,0.06,0.03,2005-11-10, -/games/boxart/1750740ccc.jpg,MotoGP '07,X360,Racing,THQ,Climax Studios,7.7,0.25,0.23,,0,0.02,2007-08-27, -/games/boxart/full_7799785AmericaFrontccc.jpg,Trials Fusion,XOne,Racing,Ubisoft,RedLynx,,0.25,0.12,,0.1,0.02,2015-01-01,2018-05-25 -/games/boxart/full_845169AmericaFrontccc.jpg,Ratchet & Clank: Full Frontal Assault,PS3,Action,Sony Computer Entertainment,Insomniac Games,,0.25,0.19,,0.01,0.05,2012-11-27,2018-01-06 -/games/boxart/full_2178803AmericaFrontccc.jpg,The Powerpuff Girls: Chemical X-Traction,PS,Action,BAM! Entertainment,VIS Entertainment,,0.25,0.14,,0.1,0.02,2001-11-08, -/games/boxart/full_4856174AmericaFrontccc.jpg,Scrabble,DS,Puzzle,Electronic Arts,Stainless Games,,0.25,0.2,,0.02,0.03,2009-03-17, -/games/boxart/3280621ccc.jpg,Bomberman Tournament,GBA,Puzzle,Activision,Hudson Soft,8.8,0.25,0.1,0.1,0.04,0.01,2001-06-26, -/games/boxart/full_3042965AmericaFrontccc.jpg,Don King Presents: Prizefighter,X360,Sports,2K Games,Venom Games,4,0.25,0.14,,0.08,0.02,2008-06-10, -/games/boxart/full_9080793AmericaFrontccc.jpg,Daisy Fuentes Pilates,Wii,Sports,Sega,Collision Studios,,0.25,0.17,,0.06,0.02,2009-08-04, -/games/boxart/full_9678556AmericaFrontccc.jpg,F1 2015,XOne,Racing,Codemasters,Codemasters Birmingham,5.7,0.25,0.09,,0.15,0.02,2015-07-21,2018-05-23 -/games/boxart/full_7295441AmericaFrontccc.jpg,Fox Sports College Hoops '99,N64,Sports,Fox Interactive,"Z-Axis, Ltd.",,0.25,0.2,,0.05,0,1998-11-23, -/games/boxart/3432231ccc.jpg,NBA Courtside 2 featuring Kobe Bryant,N64,Sports,Nintendo,Left Field Productions,,0.25,0.2,,0.05,0,1999-11-08, -/games/boxart/1770913ccc.jpg,NBA Showtime: NBA on NBC,N64,Sports,Midway Games,Eurocom Entertainment Software,,0.25,0.23,,0.02,0,1999-11-17, -/games/boxart/full_5541816JapanFrontccc.jpg,Power Pro Kun Pocket 2,GB,Sports,Konami,Diamond Head,,0.25,,0.25,,,2000-03-30, -/games/boxart/9698043ccc.jpg,Triple Play 2002,XB,Sports,EA Sports,Pandemic Studios,,0.25,0.19,,0.05,0.01,2002-03-18, -/games/boxart/full_4802050AmericaFrontccc.jpg,Samurai Shodown II,NG,Fighting,SNK,SNK Corporation,,0.25,,0.25,,,1994-12-02, -/games/boxart/7689189ccc.jpg,Def Jam Vendetta,GC,Fighting,EA Sports BIG,Aki Corporation,8.8,0.25,0.19,,0.05,0.01,2003-03-31, -/games/boxart/full_2711299AmericaFrontccc.jpg,Samurai Warriors 4,PS4,Fighting,Tecmo Koei,Omega Force,,0.25,0.08,0.06,0.07,0.03,2014-10-21,2018-10-29 -/games/boxart/5679136ccc.jpg,NHL 06,XB,Sports,EA Sports,EA Canada,,0.25,0.19,,0.05,0.01,2005-09-06, -/games/boxart/1432112ccc.jpg,UEFA Euro 2008 Austria-Switzerland,PSP,Sports,Electronic Arts,Unknown,6.9,0.25,0.06,,0.13,0.06,2008-05-19, -/games/boxart/full_jonah-lomu-rugby-challenge_67PALFront.jpg,Jonah Lomu Rugby Challenge,PS3,Sports,Home Entertainment Suppliers,Sidhe Interactive,,0.25,,,0.2,0.05,, -/games/boxart/4868421ccc.jpg,Dead or Alive Xtreme 2,X360,Sports,Tecmo,Team Ninja,5.3,0.25,0.15,0.06,0.02,0.02,2006-11-13, -/games/boxart/2054159ccc.jpg,Wayne Gretzky's 3D Hockey '98,N64,Sports,Midway Games,Software Creations,,0.25,0.23,,0.02,0,1997-12-03, -/games/boxart/full_surfing-h3o_832AmericaFront.jpg,Surfing H3O,PS2,Sports,Rockstar Games,Opus Studio,,0.25,0.12,,0.1,0.03,2000-10-26, -/games/boxart/6126976ccc.jpg,NHL 08,PS3,Sports,Electronic Arts,EA Canada,,0.25,0.16,,0.06,0.03,2007-09-11,2018-02-03 -/games/boxart/7353204ccc.jpg,Cars,X360,Racing,THQ,Rainbow Studios,7,0.25,0.22,,0.01,0.02,2006-10-23, -/games/boxart/full_monster-jam-path-of-destruction_5AmericaFront.jpg,Monster Jam: Path of Destruction,PS3,Racing,Activision,Virtuos,,0.25,0.21,,0.02,0.02,2010-11-09, -/games/boxart/421488ccc.jpg,Amped 2,XB,Sports,Microsoft Game Studios,Indie Built,,0.25,0.2,,0.04,0.01,2003-10-28, -/games/boxart/full_500774AmericaFrontccc.jpg,College Hoops 2K6,PS2,Sports,2K Sports,Visual Concepts,8.3,0.25,0.12,,0.1,0.03,2005-11-30, -/games/boxart/full_4465243JapanFrontccc.jpg,Combination Pro Soccer: J-League no Kantoku ni Natte Sekai wo Mezase!!,PS,Sports,Axela,Axela,,0.25,,0.24,,0.02,1998-06-18, -/games/boxart/full_6811300AmericaFrontccc.jpg,Prison Break: The Conspiracy,PS3,Adventure,Deep Silver,ZootFly,3.3,0.25,0.05,,0.16,0.05,2010-03-30, -/games/boxart/full_8781226AmericaFrontccc.jpg,Up,PS3,Adventure,THQ,THQ,,0.25,0.15,,0.06,0.03,2009-05-26, -/games/boxart/full_9676242AmericaFrontccc.jpg,Nickelodeon Party Blast,GC,Misc,Atari,Data Design Interactive,,0.25,0.19,,0.05,0.01,2002-12-06, -/games/boxart/full_9593567PALFrontccc.jpg,Danganronpa V3: Killing Harmony,PS4,Adventure,NIS America,Spike Chunsoft,,0.25,0.09,0.07,0.05,0.03,2017-09-26,2018-01-22 -/games/boxart/full_7311465AmericaFrontccc.jpg,The Mummy: Tomb of the Dragon Emperor,PS2,Adventure,Sierra Entertainment,Eurocom Entertainment Software,,0.25,0.12,,0.1,0.03,2008-07-22, -/games/boxart/full_6777866AmericaFrontccc.jpg,The Backyardigans,DS,Adventure,Take-Two Interactive,Take 2 Interactive,,0.25,0.23,,,0.02,2009-10-26, -/games/boxart/full_6378557JapanFrontccc.jpg,Sentimental Graffiti,SAT,Adventure,NEC Interchannel,NEC Intechannel,,0.25,,0.25,,0,1998-01-22, -/games/boxart/full_7807331AmericaFrontccc.jpg,Bolt,X360,Adventure,Disney Interactive Studios,Avalanche Software,,0.25,0.18,,0.05,0.02,2008-11-18, -/games/boxart/2721686ccc.jpg,Pirates of the Caribbean: The Legend of Jack Sparrow,PS2,Adventure,Bethesda Softworks,California Seven Studios,,0.25,0.12,,0.09,0.03,2006-06-28, -/games/boxart/full_2178148AmericaFrontccc.jpg,Avatar: The Last Airbender - Into the Inferno,PS2,Adventure,THQ,Halfbrick Studios,,0.25,0.12,,0.09,0.03,2008-10-13, -/games/boxart/full_2105465AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),X360,Action-Adventure,Activision,Beenox,,0.25,0.12,,0.12,0.02,2014-04-29,2018-03-19 -/games/boxart/full_7113191AmericaFrontccc.jpg,LEGO The Hobbit,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,7,0.25,0.1,,0.13,0.02,2014-04-08,2018-03-15 -/games/boxart/full_7172459AmericaFrontccc.jpg,Spirit Camera: The Cursed Memoir,3DS,Action-Adventure,Nintendo,Tecmo Koei Games,5.7,0.25,0.15,0.06,0.02,0.02,2012-04-13,2018-08-30 -/games/boxart/full_1945378AmericaFrontccc.jpg,Super Street Fighter II: Turbo Revival,GBA,Fighting,Capcom,Capcom,,0.25,0.18,,0.07,0,2001-10-30, -/games/boxart/full_8057905AmericaFrontccc.jpg,Evil Zone,PS,Fighting,Titus,Yuke's Future Media Creators,,0.25,0.14,,0.1,0.02,1999-06-01, -/games/boxart/full_4342784AmericaFrontccc.jpg,Ultimate Fighting Championship,PS,Fighting,Crave Entertainment,Opus Studio,,0.25,0.14,,0.09,0.02,2000-11-13, -/games/boxart/full_6109412PALFrontccc.png,Freshly-Picked: Tingle's Rosy Rupeeland,DS,Role-Playing,Nintendo,Vanpool,,0.25,,0.24,0.01,0,2007-09-14, -/games/boxart/full_hunted-the-demons-forge_137AmericaFront.jpg,Hunted: The Demon's Forge,PS3,Role-Playing,Bethesda Softworks,InXile Entertainment,6.1,0.25,0.12,0.02,0.09,0.03,2011-05-31, -/games/boxart/full_4498482AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel,PSV,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.25,0.05,0.14,0.03,0.03,2015-12-22,2018-06-02 -/games/boxart/full_beyblade-metal-fusion_799AmericaFront.jpg,Beyblade: Metal Fusion,DS,Role-Playing,Hudson Soft,Hudson Soft,,0.25,0.07,0.14,0.03,0.01,2010-11-09, -/games/boxart/full_8709878AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,PSP,Role-Playing,Activision,Savage Entertainment,,0.25,0.17,,0.04,0.04,2009-09-15, -/games/boxart/full_1218640AmericaFrontccc.jpg,Disgaea 2: Dark Hero Days,PSP,Role-Playing,NIS America,Nippon Ichi Software,8.1,0.25,0.1,0.12,0.01,0.02,2009-09-08, -/games/boxart/full_740834AmericaFrontccc.jpg,Hybrid Heaven,N64,Role-Playing,Konami,KCEO,7,0.25,0.16,0.05,0.04,0,1999-09-01, -/games/boxart/314689ccc.jpg,The Elder Scrolls IV: Oblivion,PC,Role-Playing,Take-Two Interactive,Bethesda Softworks,9.2,0.25,0.01,,0.21,0.04,2009-07-07, -/games/boxart/full_5108787AmericaFrontccc.jpg,NBA Courtside 2002,GC,Sports,Nintendo,Left Field Productions,7.6,0.25,0.19,,0.05,0.01,2002-01-13, -/games/boxart/full_8626100PALFrontccc.jpg,FIFA 14,PSP,Sports,EA Sports,EA Canada,,0.25,,,0.19,0.05,2013-09-24,2018-09-15 -/games/boxart/full_9136328AmericaFrontccc.jpg,Tetris Effect,PS4,Puzzle,Sony Interactive Entertainment,Monstars Inc.,,0.25,0.19,0.01,0.01,0.05,2018-11-09,2018-12-19 -/games/boxart/full_2779893AmericaFrontccc.jpg,NBA Live 15,PS4,Sports,Electronic Arts,EA Tiburon,,0.25,0.16,,0.04,0.04,2014-10-28,2018-05-30 -/games/boxart/full_tennis-no-oji-sama-genius-boys-academy_433JapanFront.jpg,Tennis no Oji-Sama: Genius Boys Academy,GBA,Sports,Konami,Konami,,0.25,,0.24,,0.01,2002-04-25, -/games/boxart/full_5667918JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2002,PS2,Sports,Namco,Namco,,0.25,,0.25,,,2002-04-18, -/games/boxart/3269615ccc.jpg,Major League Baseball 2K7,PS3,Sports,2K Sports,Kush Games,,0.25,0.23,,,0.02,2007-02-26, -/games/boxart/8783619ccc.jpg,Happy Feet,GC,Adventure,Midway Games,Artificial Mind and Movement,,0.25,0.2,,0.05,0.01,2006-11-14, -/games/boxart/full_1474256AmericaFrontccc.jpg,Mega Man Legacy Collection 1+2,NS,Platform,Capcom,Digital Eclipse Software,8.5,0.25,0.2,0.03,,0.02,2018-05-22,2018-07-04 -/games/boxart/full_2567093AmericaFrontccc.jpg,Billy Hatcher and the Giant Egg,GC,Platform,Sega,Sonic Team,7.3,0.25,0.19,,0.05,0.01,2003-09-23, -/games/boxart/2560948ccc.jpg,Scooby-Doo! Unmasked,PS2,Platform,THQ,Artificial Mind and Movement,,0.25,0.12,,0.1,0.03,2005-09-12, -/games/boxart/full_8657732AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Danger of the Ooze,PS3,Platform,Activision,WayForward Technologies,,0.25,0.11,,0.09,0.04,2014-10-28,2018-04-14 -/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_991AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PS3,Platform,D3 Publisher,Papaya Studios,,0.25,0.12,,0.09,0.04,2010-10-05, -/games/boxart/full_6878345AmericaFrontccc.jpg,Jumping Flash! 2,PS,Platform,Sony Computer Entertainment,Exact,,0.25,0.05,0.15,0.03,0.02,1996-08-31, -/games/boxart/full_scrabble_751AmericaFront.jpg,Scrabble,PS,Misc,Hasbro Interactive,Runecraft,,0.25,0.14,,0.1,0.02,1999-10-31, -/games/boxart/full_michael-jackson-the-experience_1AmericaFront.jpg,Michael Jackson: The Experience,DS,Misc,Ubisoft,Longtail Studios,,0.25,0.21,,0.03,0.02,2010-11-23, -/games/boxart/full_8778026AmericaFrontccc.jpg,Star Trek: The Game,PS3,Action-Adventure,Namco Bandai Games,Digital Extremes,,0.25,0.1,,0.11,0.04,2013-04-23,2018-10-29 -/games/boxart/full_9351537AmericaFrontccc.jpg,Family Guy: Back to the Multiverse,X360,Action-Adventure,Activision,Heavy Iron Studios,,0.25,0.14,,0.09,0.02,2012-11-20,2018-10-19 -/games/boxart/full_4756749AmericaFrontccc.jpg,Far Cry: Primal,PC,Action-Adventure,Ubisoft,Ubisoft Montreal,8,0.25,0.07,,0.16,0.02,2016-03-01,2018-04-03 -/games/boxart/full_4016927AmericaFrontccc.jpg,Bomberman Generation,GC,Adventure,Majesco,Game Arts,8.4,0.25,0.15,0.06,0.04,0.01,2002-06-03, -/games/boxart/full_6677926AmericaFrontccc.jpg,L.A. Noire,XOne,Adventure,Rockstar Games,Team Bondi,,0.25,0.14,,0.09,0.02,2017-11-14,2018-06-19 -/games/boxart/full_karaoke-joysound-wii_823JapanFront.jpg,Karaoke Joysound Wii,Wii,Misc,Hudson Soft,Xing Inc.,,0.25,,0.25,,,2008-12-18, -/games/boxart/full_4361242PALFrontccc.jpg,U-Sing: Girls Night,Wii,Misc,Mindscape,Mindscape Inc.,,0.25,,,0.21,0.04,2010-06-18, -/games/boxart/default.jpg,Karaoke Joysound Wii,WW,Misc,Hudson Soft,Xing Inc.,,0.25,0,0.25,,,2009-07-29, -/games/boxart/full_860186AmericaFrontccc.jpg,Caesars Palace II,PS,Misc,Interplay,Flat Cat,,0.25,0.14,,0.09,0.02,1998-10-01, -/games/boxart/9771164ccc.jpg,Walt Disney's The Jungle Book: Rhythm N'Groove,PS2,Misc,Ubisoft,Ubisoft Shanghai,,0.25,0.12,,0.1,0.03,2003-02-04, -/games/boxart/full_hasbro-family-game-night-3_10AmericaFront.jpg,Hasbro Family Game Night 3,PS3,Misc,Electronic Arts,EA Bright Light,,0.25,0.18,,0.04,0.03,2010-10-26, -/games/boxart/full_3730109AmericaFrontccc.jpg,Sorry! / Aggravation / Scrabble Junior,GBA,Misc,DSI Games,Gravity-I,,0.25,0.18,,0.07,0,2005-08-21, -/games/boxart/5321181ccc.jpg,Cartoon Network Collection: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.25,0.18,,0.07,0,2004-06-24, -/games/boxart/full_barbie-jet-set-amp-style_476AmericaFront.jpg,"Barbie: Jet, Set & Style!",Wii,Misc,THQ,THQ,,0.25,0.22,,0.01,0.02,2011-09-20, -/games/boxart/119278ccc.jpg,Midway's Greatest Arcade Hits,GBA,Misc,Midway Games,Pocket Studios,,0.25,0.18,,0.07,0,2001-11-22, -/games/boxart/full_1131653AmericaFrontccc.jpg,Golden Nugget Casino,GBA,Misc,Majesco,Majesco Games,,0.25,0.18,,0.07,0,2004-11-16, -/games/boxart/full_big-beach-sports-2_5PALFront.jpg,Big Beach Sports 2,Wii,Sports,THQ,Jet Black Games,,0.25,0.11,,0.12,0.03,2010-07-06, -/games/boxart/full_3580688JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,PSV,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.25,,0.25,,,2016-04-28, -/games/boxart/6594173ccc.jpg,World Series Baseball 2K3,PS2,Sports,Sega,Blue Shift,,0.25,0.12,,0.1,0.03,2003-03-17, -/games/boxart/full_2110021AmericaFrontccc.jpg,Madden NFL 17,PS3,Sports,EA Sports,EA Tiburon,,0.25,0.15,,0.05,0.04,2016-08-23,2018-04-01 -/games/boxart/default.jpg,Medabots AX: Metabee / Rokusho Ver.,GBA,Role-Playing,Natsume,"Imagineer Co., Ltd.",,0.25,0.18,,0.07,0,2002-06-25, -/games/boxart/full_7908289AmericaFrontccc.jpg,Crusaders of Might and Magic,PS,Role-Playing,3DO,3DO,6,0.25,0.14,,0.1,0.02,2000-02-29, -/games/boxart/full_4278825AmericaFrontccc.jpg,Racquet Sports,Wii,Sports,Ubisoft,Asobo Studio,,0.25,0.13,,0.09,0.02,2010-03-09, -/games/boxart/full_5213143AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Echoes of Time,Wii,Role-Playing,Square Enix,Square Enix,6.9,0.25,0.13,0.05,0.06,0.02,2009-03-24, -/games/boxart/full_3670900AmericaFrontccc.jpg,Galactic Attack,SAT,Shooter,Acclaim Entertainment,Ving,,0.25,,0.25,,,1995-01-01, -/games/boxart/7406935ccc.jpg,Blaster Master: Blasting Again,PS,Shooter,Crave Entertainment,SunSoft,7.7,0.25,0.14,,0.1,0.02,2001-05-06, -/games/boxart/full_2878090AmericaFrontccc.jpg,Medal of Honor European Assault,GC,Shooter,Electronic Arts,EA Los Angeles,7.9,0.25,0.19,,0.05,0.01,2005-06-07, -/games/boxart/full_2394368AmericaFrontccc.jpg,XIII,XB,Shooter,Ubisoft,Southend Interactive,,0.25,0.16,,0.08,0.01,2003-11-24, -/games/boxart/4687358ccc.jpg,The Outfit,X360,Action,THQ,Unknown,7,0.25,0.21,,0.02,0.02,2006-03-13, -/games/boxart/full_doods-big-adventure_5AmericaFront.jpg,Dood's Big Adventure,Wii,Platform,THQ,THQ Digital Phoenix,,0.25,0.22,,0.01,0.02,2010-11-14, -/games/boxart/full_7051727AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",GC,Platform,Midway Games,A2M,4.6,0.25,0.19,,0.05,0.01,2005-11-03, -/games/boxart/full_4238834AmericaFrontccc.jpg,Men of Valor,XB,Shooter,VU Games,"2015, Inc.",,0.25,0.19,,0.05,0.01,2004-10-19,2018-03-22 -/games/boxart/full_9378842AmericaFrontccc.jpg,America's Army: Rise of a Soldier,XB,Shooter,Ubisoft,Secret Level,,0.25,0.19,,0.05,0.01,2005-11-17, -/games/boxart/full_8888828AmericaFrontccc.jpg,The Chronicles of Riddick: Assault on Dark Athena,PS3,Shooter,Atari,Starbreeze Studios AB,8,0.25,0.12,,0.09,0.04,2009-04-07, -/games/boxart/992922ccc.jpg,Project Overkill,PS,Shooter,Konami,Konami,,0.25,0.14,,0.09,0.02,1996-08-31, -/games/boxart/5357883ccc.jpg,Classic NES Series: Xevious,GBA,Shooter,Nintendo,Nintendo,,0.25,0.08,0.12,0.03,0.01,2004-06-02, -/games/boxart/full_8117913AmericaFrontccc.jpg,Zoo Tycoon 2: Ultimate Collection,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,0.25,0.04,,0.19,0.03,2008-12-05, -/games/boxart/full_182104AmericaFrontccc.jpg,Game & Wario,WiiU,Party,Nintendo,Intelligent Systems,6.2,0.25,0.06,0.12,0.06,0.01,2013-06-23,2018-03-15 -/games/boxart/full_6199415PALFrontccc.jpg,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PSV,Action,Square Enix,Omega Force,,0.25,,0.25,,,2016-05-27, -/games/boxart/full_spider-man-edge-of-time_742AmericaFront.jpg,Spider-Man: Edge of Time,X360,Action,Activision,Beenox,5.8,0.25,0.18,,0.05,0.02,2011-10-04, -/games/boxart/full_6406012JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou,SAT,Action,Bandai,Bandai,,0.25,,0.25,,0,1998-04-09, -/games/boxart/7716326ccc.jpg,Final Fantasy XI: Chains of Promathia,PS2,Role-Playing,Square Enix,Square Enix,7.3,0.25,0.12,,0.09,0.03,2004-09-21, -/games/boxart/full_8003431AmericaFrontccc.jpg,Transformers: War for Cybertron -- Autobots,DS,Action,Activision,Vicarious Visions,,0.25,0.22,,0.01,0.02,2010-06-22, -/games/boxart/7675351ccc.jpg,Butt Ugly Martians: B.K.M. Battles,GBA,Action,Knowledge Adventure,Runecraft,6,0.25,0.18,,0.07,0,2002-10-01, -/games/boxart/1346419ccc.jpg,Romance of the Three Kingdoms II,SNES,Strategy,KOEI,Koei,,0.25,,0.25,,,1992-05-01, -/games/boxart/full_7812817JapanFrontccc.jpg,A. IV Evolution: A Ressha de Ikou 4,PS,Strategy,ArtDink,ArtDink,,0.25,,0.24,,0.02,1994-12-03, -/games/boxart/full_1186848AmericaFrontccc.jpg,Sid Meier's Civilization VI,NS,Strategy,2K Games,Firaxis Games,9.4,0.25,0.12,0.01,0.11,0.02,2018-11-16,2018-12-19 -/games/boxart/10167ccc.jpg,Avatar: The Last Airbender - The Burning Earth,Wii,Action,THQ,THQ Australia,,0.25,0.23,,0,0.02,2007-10-16, -/games/boxart/1715027ccc.gif,Devil Kings,PS2,Action,Capcom,Capcom,,0.25,0.03,0.18,0.03,0.01,2005-10-12, -/games/boxart/full_4349351AmericaFrontccc.jpg,Darksiders III,PS4,Action,THQ Nordic,Gunfire Games,,0.25,0.13,,0.07,0.04,2018-11-27,2018-12-19 -/games/boxart/full_6473259AmericaFrontccc.jpg,Shadow Man,PS,Action,Acclaim Entertainment,Acclaim Studios Teesside,,0.25,0.14,,0.09,0.02,1999-09-30,2018-10-08 -/games/boxart/full_6878622AmericaFrontccc.jpg,Ninja Gaiden 3,X360,Action,Tecmo Koei,Team Ninja,,0.25,0.16,0.03,0.05,0.02,2012-03-20,2018-04-24 -/games/boxart/full_4283070AmericaFrontccc.jpg,Indiana Jones and the Staff of Kings,DS,Action,LucasArts,Artificial Mind and Movement,,0.25,0.16,,0.07,0.02,2009-06-09, -/games/boxart/full_306982AmericaFrontccc.jpg,X-Men Origins: Wolverine,Wii,Action,Activision,Raven Software,,0.25,0.19,,0.04,0.02,2009-05-01, -/games/boxart/full_9373632AmericaFrontccc.jpg,Spider-Man: Web of Shadows,Wii,Action,Activision,Shaba Games / Treyarch,6,0.25,0.22,,0.01,0.02,2008-10-21, -/games/boxart/full_5108244AmericaFrontccc.jpg,SpongeBob's Truth or Square (US sales),X360,Action,THQ,Heavy Iron Studios,,0.25,0.25,,0,,2009-10-26, -/games/boxart/full_3776027AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,X360,Action,Activision,Toys for Bob,,0.25,0.12,,0.1,0.03,2008-11-04, -/games/boxart/full_kung-fu-panda-2_291AmericaFront.jpg,Kung Fu Panda 2,X360,Action,THQ,THQ,,0.25,0.16,,0.07,0.02,2011-05-24, -/games/boxart/2954718ccc.jpg,Gex 64: Enter the Gecko,N64,Action,Midway Games,Realtime Associates,,0.25,0.2,,0.05,0,1998-08-31, -/games/boxart/full_8776335AmericaFrontccc.jpg,Dynasty Warriors 6 (JP sales),PS2,Action,KOEI,Omega Force,,0.25,,0.25,,,2008-11-18, -/games/boxart/8588235ccc.jpg,NHL 08,X360,Action,Electronic Arts,Unknown,,0.25,0.22,,0.01,0.02,2007-09-12, -/games/boxart/full_2570430JapanFrontccc.jpg,Choro Q2,PS,Racing,Takara,Takara,,0.25,,0.23,,0.02,1997-02-21, -/games/boxart/2713669ccc.jpg,Classic NES Series: Excitebike,GBA,Racing,Nintendo,Nintendo,,0.25,0.11,0.1,0.04,0.01,2004-06-02, -/games/boxart/full_8937827AmericaFrontccc.jpg,Grandia,PS,Role-Playing,Sony Computer Entertainment,Game Arts,8.4,0.25,0.14,,0.09,0.02,1999-09-30, -/games/boxart/full_8689580AmericaFrontccc.jpg,Ys: Memories of Celceta,PSV,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.25,0.1,0.1,0.01,0.04,2013-11-26,2018-10-29 -/games/boxart/full_2459951PALFrontccc.jpg,Penny Racers,PS,Racing,Sony Computer Entertainment,Tamsoft,,0.25,,0.23,,0.02,1996-10-01, -/games/boxart/full_2820773AmericaFrontccc.jpg,X-Men Legends II: Rise of Apocalypse,GC,Role-Playing,Activision,Raven Software,8.2,0.25,0.19,,0.05,0.01,2005-09-20, -/games/boxart/full_731678AmericaFrontccc.jpg,Valkyria Chronicles 4,PS4,Role-Playing,Sega,Sega,,0.25,0.1,0.08,0.03,0.03,2018-09-25,2018-06-19 -/games/boxart/full_5304821JapanFrontccc.jpg,Final Fantasy II,WS,Role-Playing,Square,SquareSoft,,0.25,,0.25,,0,2001-05-02, -/games/boxart/full_3691054JapanFrontccc.jpg,Marie no Atelier: Salburg no Renkinjutsushi,PS,Role-Playing,Gust,Gust,,0.25,,0.23,,0.02,1997-05-23, -/games/boxart/full_1701576AmericaFrontccc.jpg,Dune 2000,PS,Strategy,Electronic Arts,Westwood Studios,,0.25,0.14,,0.09,0.02,2000-02-11, -/games/boxart/full_5776702AmericaFrontccc.jpg,We Sing Pop!,Wii,Music,Nordic Games,Le Cortex,,0.25,0.05,,0.18,0.02,2012-12-14,2018-10-29 -/games/boxart/full_cabelas-big-game-hunter-2012_703AmericaFront.jpg,Cabela's Big Game Hunter 2012,PS3,Sports,Activision,Activision,,0.24,0.17,,0.03,0.03,2011-09-27, -/games/boxart/full_2059560AmericaFrontccc.jpg,PDC World Championship Darts 2008,Wii,Sports,O-Games,Mere Mortals,,0.24,0.02,,0.21,0.01,2009-06-16, -/games/boxart/full_6848833AmericaFrontccc.jpg,Saints Row IV: Re-Elected,XOne,Action,Deep Silver,Volition Inc.,,0.24,0.13,,0.09,0.02,2015-01-27,2018-04-26 -/games/boxart/full_4371303AmericaFrontccc.png,The Escapists 2,PS4,Action,Sold Out,Team17 Software,,0.24,0.04,,0.16,0.04,2017-08-22,2019-02-22 -/games/boxart/full_tongari-boushi-to-oshare-na-mahou-tsukai_863JapanFront.jpg,Tongari Boushi to Oshare na Mahou Tsukai,DS,Action,Konami,Konami,,0.24,,0.24,,,2011-12-10, -/games/boxart/full_2589765AmericaFrontccc.jpg,Toukiden: The Age of Demons,PSV,Action,Tecmo Koei,Omega Force,,0.24,0.03,0.18,0.02,0.02,2015-03-31,2018-10-29 -/games/boxart/full_cradle-of-rome_8AmericaFront.jpg,Cradle of Rome,DS,Puzzle,D3 Publisher,cerasus.media GmbH,,0.24,0.05,,0.16,0.03,2008-11-26, -/games/boxart/full_1016157AmericaFrontccc.jpg,Scrabble (Others sales),DS,Puzzle,Electronic Arts,Electronic Arts,,0.24,,,0.24,,2009-03-17, -/games/boxart/4480643ccc.jpg,Digimon World: Data Squad,PS2,Role-Playing,Namco Bandai,Bec,,0.24,0.12,,0.09,0.03,2007-09-18, -/games/boxart/full_4088946AmericaFrontccc.jpg,Persona 5,PS3,Role-Playing,Atlus,Atlus,,0.24,0.07,0.14,0.02,0.02,2017-04-04,2018-01-02 -/games/boxart/full_2623791AmericaFrontccc.jpg,Percy Jackson and the Olympians: The Lightning Thief,DS,Role-Playing,Activision,20th Century Fox Video Games,,0.24,0.22,,0.01,0.02,2010-02-09, -/games/boxart/full_4731444AmericaFrontccc.jpg,.hack//G.U. Last Recode,PS4,Role-Playing,Namco Bandai Games,CyberConnect2,,0.24,0.1,0.08,0.04,0.03,2017-11-03,2018-06-10 -/games/boxart/full_1098520JapanFrontccc.jpg,Summon Night 3,PS2,Role-Playing,Banpresto,Flight-Plan,,0.24,,0.24,,,2003-08-07, -/games/boxart/8730348ccc.jpg,Driver '76,PSP,Racing,Ubisoft,Sumo Digital,5.5,0.24,0.03,,0.14,0.07,2007-05-08, -/games/boxart/7871892ccc.jpg,Road Rash 64,N64,Racing,THQ,Pacific Coast Power & Light,,0.24,0.19,,0.05,0,1999-08-31, -/games/boxart/4313524ccc.gif,Juiced 2: Hot Import Nights,DS,Racing,THQ,Juice Games,,0.24,0.22,,0,0.02,2007-09-17, -/games/boxart/5011937ccc.jpg,4X4 EVO 2,XB,Racing,Gathering of Developers,Terminal Reality,,0.24,0.18,,0.05,0.01,2001-11-14, -/games/boxart/3735273ccc.jpg,XS Airboat Racing,PS,Racing,XS Games,Miracle Designs,,0.24,0.13,,0.09,0.02,2004-01-01, -/games/boxart/full_9054224AmericaFrontccc.jpg,MX vs. ATV Reflex,PSP,Racing,THQ,Rainbow Studio,5.3,0.24,0.18,,0.03,0.03,2009-12-01, -/games/boxart/8415719ccc.jpg,NHRA Championship Drag Racing,PS2,Racing,ValuSoft,Lucky Chicken,,0.24,0.12,,0.09,0.03,2005-09-14, -/games/boxart/9818302ccc.gif,Monster Jam,PS2,Racing,Activision,Torus Games,,0.24,0.12,,0.09,0.03,2007-11-13, -/games/boxart/full_4580647AmericaFrontccc.jpg,Spawn the Eternal,PS,Action,Sony Computer Entertainment,Sony Computer Entertainment,1.9,0.24,0.14,,0.09,0.02,1997-12-01, -/games/boxart/full_5384145AmericaFrontccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,GC,Action,Ubisoft,Ubisoft Montpellier,8.1,0.24,0.19,,0.05,0.01,2005-11-21, -/games/boxart/full_x-men-destiny_862AmericaFront.jpg,X-Men: Destiny,PS3,Action,Activision,Silicon Knights,5.1,0.24,0.14,,0.07,0.03,2011-09-27, -/games/boxart/full_ar-tonelico-qoga-knell-of-ar-ciel_198AmericaFront.jpg,Ar tonelico Qoga: Knell of Ar Ciel,PS3,Role-Playing,NIS America,Gust,7,0.24,0.08,0.13,0.01,0.01,2011-03-15, -/games/boxart/full_7644520AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.24,0.16,,0.06,0.02,2009-08-25, -/games/boxart/full_lumines-electronic-symphony_304AmericaFront.jpg,Lumines: Electronic Symphony,PSV,Puzzle,Ubisoft,Q Entertainment,,0.24,0.09,0.01,0.1,0.05,2012-02-14,2019-07-28 -/games/boxart/full_4714998AmericaFrontccc.jpg,Ms. Pac-Man: Maze Madness / Pac-Man World,GBA,Puzzle,Namco,Full-Fat,,0.24,0.17,,0.06,0,2005-10-01, -/games/boxart/full_6197749JapanFrontccc.jpg,Ratchet & Clank: Going Commando (JP weekly sales),PS2,Action,Sony Computer Entertainment,Unknown,,0.24,,0.24,,,2003-12-11, -/games/boxart/full_7612763AmericaFrontccc.jpg,Broken Sword: Shadow of the Templars - The Director's Cut,Wii,Adventure,Ubisoft,Revolution Software,7.5,0.24,0.11,,0.1,0.02,2009-03-24, -/games/boxart/full_8542639AmericaFrontccc.jpg,Disney's A Christmas Carol,DS,Adventure,Disney Interactive Studios,Disney Interactive Studios,,0.24,0.21,,0.01,0.02,2009-11-03, -/games/boxart/full_3002154AmericaFrontccc.jpg,A Way Out,XOne,Action,Electronic Arts,Hazelight,8.1,0.24,0.17,,0.05,0.02,2018-03-23,2018-03-24 -/games/boxart/full_4842079AmericaFrontccc.jpg,Ghost Rider,PSP,Action,2K Games,Climax Group,5,0.24,0.22,,0,0.02,2007-02-13, -/games/boxart/full_x-men-destiny_334AmericaFront.jpg,X-Men: Destiny,X360,Action,Activision,Silicon Knights,4.9,0.24,0.18,,0.04,0.02,2011-09-27, -/games/boxart/full_2799151AmericaFrontccc.jpg,Azurik: Rise of Perathia,XB,Action,Microsoft,Adrenium,,0.24,0.18,,0.05,0.01,2001-11-25, -/games/boxart/full_36133AmericaFrontccc.jpg,Bakugan: Battle Brawlers,X360,Action,Activision,MTO,,0.24,0.2,,0.02,0.02,2009-10-20, -/games/boxart/full_7861446AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,X360,Action,Electronic Arts,Double Helix Games,3.8,0.24,0.17,,0.05,0.02,2009-08-04, -/games/boxart/full_224525AmericaFrontccc.jpg,Transformers: Devastation,PS4,Action,Activision,PlatinumGames,,0.24,0.11,,0.09,0.04,2015-10-06,2018-04-14 -/games/boxart/1365125ccc.jpg,Front Line,2600,Action,Taito,Coleco,,0.24,0.22,,0.01,0,1982-01-01, -/games/boxart/full_6106695AmericaFrontccc.jpg,Polly Pocket: Super Splash Island,GBA,Action,Vivendi Games,Digital Illusions,,0.24,0.17,,0.06,0,2003-09-17, -/games/boxart/full_6369538AmericaFrontccc.jpg,God of War Collection,PSV,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.24,0.1,0.02,0.07,0.05,2014-05-06,2018-12-03 -/games/boxart/full_5287965AmericaFrontccc.jpg,The Godfather (US & Others sales),X360,Action,Electronic Arts,Headgate,,0.24,0.2,,0.02,0.02,2006-09-19, -/games/boxart/full_4133529AmericaFrontccc.jpg,Fantastic 4,GC,Action,Activision,7 Studios,,0.24,0.19,,0.05,0.01,2005-06-27, -/games/boxart/full_spider-man-shattered-dimensions_5AmericaFront.jpg,Spider-Man: Shattered Dimensions,Wii,Action,Activision,Beenox Studios,7.5,0.24,0.12,,0.09,0.02,2010-09-07, -/games/boxart/full_205063AmericaFrontccc.jpg,Afro Samurai,X360,Action,Namco Bandai,Namco Bandai Games,6.4,0.24,0.16,,0.05,0.02,2009-01-27, -/games/boxart/2214065ccc.jpg,The Incredible Hulk,DS,Action,Sega,Amaze Entertainment,,0.24,0.22,,0,0.02,2008-06-05, -/games/boxart/full_6638854AmericaFrontccc.jpg,Grand Theft Auto,GBA,Action,Rockstar Games,Digital Eclipse,7.1,0.24,0.17,,0.06,0,2004-10-26, -/games/boxart/full_3747623AmericaFrontccc.jpg,Wild 9,PS,Action,Interplay,Shiny Entertainment,,0.24,0.13,,0.09,0.02,1998-09-30, -/games/boxart/full_1999891AmericaFrontccc.jpg,Bakugan: Battle Brawlers,PS3,Action,Activision,MTO,,0.24,0.19,,0.03,0.02,2009-10-20, -/games/boxart/4930550ccc.jpg,Midway's Greatest Arcade Hits Volume 1,N64,Misc,Midway Games,Digital Eclipse,,0.24,0.19,,0.05,0,2000-11-14, -/games/boxart/868402ccc.jpg,South Park: Chef's Luv Shack,N64,Misc,Acclaim Entertainment,Acclaim Studios Austin,5.4,0.24,0.19,,0.05,0,1999-10-31, -/games/boxart/full_just-dance-kids-2_846AmericaFront.jpg,Just Dance Kids 2,PS3,Misc,Ubisoft,Ubisoft,,0.24,0.1,,0.1,0.04,2011-10-25, -/games/boxart/full_7112912AmericaFrontccc.jpg,Disney Stitch Jam,DS,Misc,Disney Interactive Studios,Cattle Call,,0.24,0.07,0.16,,0.01,2010-03-23, -/games/boxart/full_9646490AmericaFrontccc.jpg,Midway Arcade Treasures: Extended Play,PSP,Misc,Midway Games,Digital Eclipse,5.6,0.24,0.21,,0,0.02,2005-12-13, -/games/boxart/full_7028267PALFrontccc.jpg,Zumba Fitness: World Party,XOne,Misc,Majesco Entertainment,Zoe Mode,,0.24,0.17,,0.05,0.02,2013-11-22,2018-04-01 -/games/boxart/full_5748551AmericaFrontccc.jpg,Ultimate Band,Wii,Misc,Disney Interactive Studios,Fall Line Studio,,0.24,0.19,,0.03,0.02,2008-11-18, -/games/boxart/full_2143084AmericaFrontccc.jpg,Tearaway Unfolded,PS4,Platform,Sony Computer Entertainment,Media Molecule,,0.24,0.07,,0.13,0.04,2015-09-08,2018-11-27 -/games/boxart/full_1532379AmericaFrontccc.jpg,Vexx,PS2,Platform,Acclaim Entertainment,Acclaim Studios Austin,5.9,0.24,0.12,,0.09,0.03,2003-02-11, -/games/boxart/9025049ccc.jpg,DK: King of Swing,GBA,Platform,Nintendo,Paon Corporation,7.1,0.24,0.17,,0.06,0,2005-09-19, -/games/boxart/full_3855267AmericaFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,WiiU,Platform,Disney Interactive Studios,Junction Point Studios,5.9,0.24,0.13,0.01,0.08,0.02,2012-11-18,2020-09-13 -/games/boxart/full_covert-ops-nuclear-dawn_795AmericaFront.jpg,Covert Ops: Nuclear Dawn,PS,Action,Activision,Sugar & Rockets,,0.24,0.13,,0.09,0.02,2000-05-31, -/games/boxart/full_5866861AmericaFrontccc.jpg,Dynasty Warriors 6 Empires,X360,Action,KOEI,Omega Force,6.3,0.24,0.16,0.04,0.02,0.02,2009-06-23, -/games/boxart/1964735ccc.jpg,Rampage,2600,Action,Activision,Activision,,0.24,0.22,,0.01,0,1989-01-01, -/games/boxart/full_prince-of-persia-the-forgotten-sands_809AmericaFront.jpg,Prince of Persia: The Forgotten Sands,Wii,Action,Ubisoft,Quebec City,7.5,0.24,0.1,,0.11,0.02,2010-05-18, -/games/boxart/full_6574967AmericaFrontccc.jpg,Star Wars Battlefront,PC,Shooter,LucasArts,Pandemic Studios,,0.24,0.08,,0.14,0.02,2004-09-20, -/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_1AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PSP,Platform,D3 Publisher,Papaya Studios,,0.24,0.1,,0.09,0.05,2010-10-05, -/games/boxart/full_3596708JapanFrontccc.jpg,Densetsu no Stafi 3,GBA,Platform,Nintendo,TOSE,,0.24,,0.23,,0.01,2004-08-05, -/games/boxart/7944674ccc.jpg,TimeSplitters: Future Perfect,PS2,Shooter,Electronic Arts,Free Radical Design,,0.24,0.12,,0.09,0.03,2005-03-21, -/games/boxart/full_4697590AmericaFrontccc.jpg,Kill.Switch,XB,Shooter,Namco,Namco,,0.24,0.18,,0.05,0.01,2003-10-28, -/games/boxart/full_homefront_386AmericaFront.jpg,Homefront,PC,Shooter,THQ,Kaos Studios,6.6,0.24,0.11,,0.1,0.03,2011-03-15, -/games/boxart/full_4487556AmericaFrontccc.jpg,Forsaken,PS,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,0.24,0.13,,0.09,0.02,1998-04-30, -/games/boxart/6536066ccc.jpg,Dark Cavern,2600,Shooter,Mattel Interactive,Mattel,,0.24,0.22,,0.01,0,1982-01-01, -/games/boxart/full_5366225AmericaFrontccc.jpg,METRO 2033,PC,Shooter,THQ,4a-games,7.5,0.24,,,0.19,0.04,2010-03-16, -/games/boxart/5326975ccc.jpg,Far Cry Instincts Predator,X360,Shooter,Ubisoft,Ubisoft Montreal,8,0.24,0.2,,0.03,0.02,2006-03-28, -/games/boxart/1045708ccc.jpg,Turning Point: Fall of Liberty,PS3,Shooter,Codemasters,Spark Unlimited,,0.24,0.21,,0.01,0.02,2008-02-26, -/games/boxart/full_1784736AmericaFrontccc.jpg,Call of Duty: Modern Warfare Remastered,XOne,Shooter,Activision,Infinity Ward,8.2,0.24,0.16,,0.06,0.02,2017-07-27,2018-01-14 -/games/boxart/full_7519954AmericaFrontccc.jpg,theHunter: Call of the Wild,PS4,Shooter,THQ Nordic,Expansive Worlds,,0.24,0.19,,,0.04,2017-10-02,2018-06-19 -/games/boxart/2381835ccc.jpg,Galaga: Destination Earth,PS,Shooter,Hasbro Interactive,King of the Jungle,,0.24,0.13,,0.09,0.02,2000-10-22, -/games/boxart/full_singularity_2AmericaFront.jpg,Singularity,PS3,Shooter,Activision,Raven Software,7.8,0.24,0.17,0.01,0.03,0.03,2010-06-29, -/games/boxart/full_6668296AmericaFrontccc.jpg,Resident Evil Archives: Resident Evil Zero,Wii,Action,Capcom,Capcom Production Studio 4,5.8,0.24,0.13,0.06,0.04,0.01,2009-12-01, -/games/boxart/full_6127771AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,PS3,Misc,MTV Games,Harmonix Music Systems,,0.24,0.21,,0.01,0.02,2008-11-16, -/games/boxart/full_690071AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,DS,Misc,Activision,Ivolgamus,,0.24,0.22,,0,0.02,2008-10-21, -/games/boxart/full_310447AmericaFrontccc.jpg,Sesame Street: Elmo's Number Journey,PS,Misc,NewKidCo,Realtime Associates,,0.24,0.13,,0.09,0.02,1998-10-16, -/games/boxart/2443869ccc.jpg,Super Monkey Ball Deluxe,PS2,Misc,Sega,Sega,,0.24,0.12,,0.09,0.03,2005-03-15, -/games/boxart/6562147ccc.jpg,Dancing With The Stars,Wii,Misc,Activision,Zoe Mode,,0.24,0.22,,,0.02,2007-10-23, -/games/boxart/full_6703487JapanFrontccc.jpg,Dragon Ball Heroes: Ultimate Mission X,3DS,Misc,Namco Bandai Games,Namco Bandai Games,,0.24,,0.24,,,2017-04-27, -/games/boxart/3934773ccc.jpg,All Grown Up!: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.24,0.17,,0.06,0,2004-05-27, -/games/boxart/full_6849192AmericaFrontccc.jpg,The Price Is Right 2010 Edition,Wii,Misc,Ubisoft,Ludia Inc.,,0.24,0.22,,,0.02,2009-09-22, -/games/boxart/full_5766251AmericaFrontccc.jpg,Boogie SuperStar,Wii,Misc,Electronic Arts,EA Montreal,,0.24,0.2,,0.02,0.02,2008-10-14, -/games/boxart/full_8939170AmericaFrontccc.jpg,Atelier Meruru: Alchemist of Arland 3,PS3,Role-Playing,NIS America,Gust,,0.24,0.05,0.18,0,0.01,2012-05-22,2018-12-29 -/games/boxart/full_3250221AmericaFrontccc.jpg,7th Dragon III Code: VFD,3DS,Role-Playing,Sega,Sega,7.5,0.24,0.06,0.13,0.04,0.01,2016-07-12,2018-04-20 -/games/boxart/12771ccc.jpg,Disgaea: Afternoon of Darkness,PSP,Role-Playing,NIS America,Nippon Ichi Software,8.7,0.24,0.15,0.04,0.02,0.02,2007-10-30, -/games/boxart/full_3459209AmericaFrontccc.jpg,Divinity II: Ego Draconis,X360,Role-Playing,CDV Software Entertainment,Larian Studios,6,0.24,0.18,,0.04,0.02,2010-01-05, -/games/boxart/full_9599346JapanFrontccc.jpg,God Eater 2,PSP,Misc,Namco Bandai Games,Unknown,,0.24,,0.24,,,2013-11-14, -/games/boxart/900151ccc.jpg,My Street,PS2,Misc,Sony Computer Entertainment,Idol Minds,,0.24,0.12,,0.09,0.03,2003-03-09, -/games/boxart/full_pictionary-ultimate-edition_626AmericaFront.jpg,Pictionary: Ultimate Edition,X360,Misc,THQ,Page 44 Studios,,0.24,0.16,,0.05,0.02,2011-11-15, -/games/boxart/full_8718306JapanFrontccc.jpg,Sakura Wars: Atsuki Chishio Ni,PS2,Role-Playing,Sega,Sega WOW Overworks,,0.24,,0.24,,,2003-02-27, -/games/boxart/8376920ccc.jpg,Harvest Moon: Another Wonderful Life,GC,Role-Playing,Natsume,Marvelous Interactive,7.7,0.24,0.19,,0.05,0.01,2005-07-26, -/games/boxart/full_9389742AmericaFrontccc.jpg,Tony Hawk's American Sk8land,GBA,Sports,Activision,Vicarious Visions,6,0.24,0.17,,0.06,0,2005-10-18, -/games/boxart/full_2252991JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.24,,0.24,,,2016-04-28, -/games/boxart/full_nickelodeon-dance_385PALFront.jpg,Nickelodeon Dance,Wii,Sports,2K Play,High Voltage Software,,0.24,0.21,,0.01,0.02,2011-11-08, -/games/boxart/full_virtua-tennis-4_52AmericaFront.jpg,Virtua Tennis 4,X360,Sports,Sega,Sega-AM2,6.5,0.24,0.12,0.01,0.09,0.02,2011-05-10, -/games/boxart/full_2353179AmericaFrontccc.jpg,Tiger Woods PGA Tour 10,PSP,Sports,EA Sports,EA Tiburon,8.1,0.24,0.12,,0.07,0.05,2009-06-08, -/games/boxart/6634684ccc.jpg,FIFA World Cup Germany 2006,XB,Sports,EA Sports,EA Canada,7.8,0.24,0.18,,0.05,0.01,2006-04-24, -/games/boxart/9243520ccc.jpg,Mega Man X Collection,PS2,Misc,Capcom,Capcom,7.5,0.24,0.12,,0.09,0.03,2006-01-10, -/games/boxart/4463622ccc.jpg,Britney's Dance Beat,PS2,Misc,THQ,Metro Graphics,,0.24,0.12,,0.09,0.03,2002-05-08, -/games/boxart/full_the-dreamcast-collection_695AmericaFront.jpg,Dreamcast Collection,X360,Misc,Sega,Sega,5.3,0.24,0.16,,0.06,0.02,2011-02-22, -/games/boxart/full_2980956AmericaFrontccc.jpg,Just Dance 2017,PS4,Misc,Ubisoft,Ubisoft Paris,,0.24,0.08,,0.12,0.04,2016-10-25,2018-04-06 -/games/boxart/full_pictionary-ultimate-edition_448AmericaFront.jpg,Pictionary: Ultimate Edition,PS3,Misc,THQ,Page 44 Studios,,0.24,0.15,,0.06,0.04,2011-11-15, -/games/boxart/full_3858958AmericaFrontccc.jpg,Killer is Dead,PS3,Action,Xseed Games,Grasshopper Manufacture,,0.24,0.12,0.05,0.04,0.03,2013-08-27,2018-08-20 -/games/boxart/full_6828416AmericaFrontccc.jpg,Darksiders II: Deathinitive Edition,PS4,Action-Adventure,Nordic Games,Gunfire Games,7.5,0.24,0.1,,0.1,0.04,2015-10-30,2018-10-02 -/games/boxart/3474067ccc.jpg,We Love Golf!,Wii,Sports,Capcom,Camelot Software Planning,,0.24,0.19,0.03,0,0.02,2008-07-15, -/games/boxart/full_pro-yakyuu-spirits-2010_10JapanFront.jpg,Pro Yakyuu Spirits 2010,PSP,Sports,Konami,PawaPuro Production,,0.24,,0.24,,,2010-04-01, -/games/boxart/full_4829490JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 15,PS2,Sports,Konami,PawaPuro Production,,0.24,,0.24,,,2008-07-24, -/games/boxart/8096946ccc.jpg,NCAA College Basketball 2K3,PS2,Sports,Sega,Kush Games,,0.24,0.12,,0.09,0.03,2002-12-02, -/games/boxart/full_5501209AmericaFrontccc.jpg,NCAA March Madness 2004,XB,Sports,EA Sports,NuFX,,0.24,0.18,,0.05,0.01,2003-11-17, -/games/boxart/full_7633499AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),X360,Sports,Activision,Activision,,0.24,0.23,,,0.02,2009-09-08, -/games/boxart/full_8765816JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2001,PS,Sports,Konami,Diamond Head,,0.24,,0.23,,0.02,2001-06-07, -/games/boxart/full_5540278JapanFrontccc.jpg,Gallop Racer (JP),PS,Sports,Tecmo,Tecmo,,0.24,0.04,0.16,0.03,0.02,1996-09-27, -/games/boxart/1824385ccc.jpg,MLB,PSP,Sports,Sony Computer Entertainment,989 Sports,8,0.24,0.23,,,0.02,2005-04-12, -/games/boxart/full_pro-yakyuu-spirits-2011_862JapanFront.jpg,Pro Yakyuu Spirits 2011,PSP,Sports,Konami,PawaPuro Production,,0.24,,0.24,,,2011-04-14, -/games/boxart/full_1681495AmericaFrontccc.jpg,Pure Futbol,PS3,Sports,Ubisoft,Ubisoft Vancouver,4,0.24,0.06,,0.13,0.04,2010-06-01, -/games/boxart/full_8754138PALFrontccc.jpg,NBA Live 14,XOne,Sports,EA Sports,EA Tiburon,,0.24,0.19,,0.02,0.02,2013-11-22,2018-10-19 -/games/boxart/full_grand-slam-tennis-2_63AmericaFront.jpg,Grand Slam Tennis 2,PS3,Sports,EA Sports,EA Sports,,0.24,0.09,,0.1,0.04,2012-02-14, -/games/boxart/full_7428906JapanFrontccc.jpg,World Soccer Winning Eleven 7,PS2,Sports,Konami,KCET,,0.24,0.12,,0.09,0.03,2003-08-07, -/games/boxart/full_3067500PALFrontccc.jpg,Namco Tennis Smash Court,PS,Sports,Sony Computer Entertainment,Namco,,0.24,,0.23,,0.02,1996-01-01, -/games/boxart/full_5205221AmericaFrontccc.jpg,NBA Live 10,PSP,Sports,EA Sports,EA Canada,5.9,0.24,0.21,0.01,0,0.02,2009-10-06, -/games/boxart/full_4198756AmericaFrontccc.jpg,NBA Live 18,PS4,Sports,EA Sports,EA Sports,,0.24,0.2,,,0.05,2017-09-15,2018-05-30 -/games/boxart/full_loving-life-with-hello-kitty-ampamp-friends_147AmericaFront.jpg,Loving Life with Hello Kitty & Friends,DS,Misc,CokeM Interactive,Rising Star Games,,0.24,0.13,,0.08,0.03,2011-10-18, -/games/boxart/8525359ccc.jpg,Ready 2 Rumble Boxing: Round 2,N64,Fighting,Midway Games,Point of View,6.9,0.24,0.19,,0.05,0,2000-11-13, -/games/boxart/full_1577840AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,PS4,Fighting,Capcom,Capcom,,0.24,0.11,0.02,0.07,0.04,2018-05-29,2018-11-07 -/games/boxart/full_663990AmericaFrontccc.jpg,Street Fighter Alpha Anthology,PS2,Fighting,Capcom,Capcom Production Studio 2,,0.24,0.11,0.02,0.08,0.03,2006-06-13, -/games/boxart/full_7729903AmericaFrontccc.jpg,Dora the Explorer: Journey to the Purple Planet,PS2,Education,Global Star Software,Monkey Bar Games,,0.24,0.12,,0.09,0.03,2006-02-09,2022-03-11 -/games/boxart/full_the-testament-of-sherlock-holmes_171PALFront.jpg,The Testament of Sherlock Holmes,PS3,Adventure,Focus Home Interactive,Frogwares,,0.24,0.05,,0.15,0.04,2012-09-30, -/games/boxart/full_5444918AmericaFrontccc.jpg,Imagine: Teacher Class Trip,DS,Adventure,Ubisoft,Ubisoft,,0.24,0.1,,0.12,0.02,2009-08-25, -/games/boxart/full_4005097AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,X360,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.24,0.08,,0.14,0.02,2016-06-28,2018-03-31 -/games/boxart/full_4796977AmericaFrontccc.jpg,K-1 Revenge,PS,Fighting,Jaleco,Xing Entertainment,,0.24,0.04,0.16,0.03,0.02,1999-02-28, -/games/boxart/2072250ccc.jpg,Dragon Ball Z: Sagas,XB,Fighting,Atari,Avalanche Software,,0.24,0.18,,0.05,0.01,2005-03-22, -/games/boxart/4911096ccc.jpg,That's So Raven: Psychic on the Scene,DS,Adventure,Buena Vista,Handheld Games,,0.24,0.23,,,0.02,2006-11-02, -/games/boxart/full_the-adventures-of-tintin-the-game_381PALFront.jpg,The Adventures of Tintin: The Game,X360,Adventure,Ubisoft,Ubisoft,5,0.24,0.07,,0.14,0.03,2011-12-06, -/games/boxart/1492291ccc.jpg,The Hobbit,XB,Adventure,Sierra Entertainment,Midway Studios - Austin,,0.24,0.18,,0.05,0.01,2003-11-11, -/games/boxart/1969542ccc.jpg,Harry Potter and the Order of the Phoenix,PS3,Adventure,Electronic Arts,EA Games,,0.24,0.18,,0.04,0.02,2007-06-25, -/games/boxart/6640890ccc.jpg,Dora the Explorer: Super Star Adventures,GBA,Adventure,Global Star Software,ImaginEngine,,0.24,0.17,,0.06,0,2004-11-29, -/games/boxart/7079587ccc.jpg,Checkers,2600,Misc,Atari,Activision,,0.24,0.22,,0.01,0,1980-07-01, -/games/boxart/435012ccc.jpg,Corvette,XB,Racing,TDK Mediactive,Steel Monkeys,,0.24,0.18,,0.05,0.01,2003-12-10, -/games/boxart/3900137ccc.jpg,Burnout 2: Point of Impact,XB,Racing,Acclaim Entertainment,Criterion Games,,0.24,0.18,,0.05,0.01,2003-05-01, -/games/boxart/5173667ccc.jpg,The Simpsons: Road Rage,GC,Racing,Electronic Arts,Radical Entertainment,6,0.24,0.19,,0.05,0.01,2001-12-17, -/games/boxart/full_pga-tour-96_4PALFront.jpg,PGA Tour 96,PS,Sports,EA Sports,EA Sports,,0.24,0.13,,0.09,0.02,1995-09-01, -/games/boxart/full_252397AmericaFrontccc.jpg,Amazing Adventures: The Forgotten Ruins,DS,Adventure,PopCap Games,Black Lantern Studios,,0.24,0.13,,0.08,0.02,2008-11-11, -/games/boxart/9781075ccc.gif,Classic NES Series: The Legend of Zelda,GBA,Adventure,Nintendo,Nintendo EAD,8.4,0.24,,0.24,,,2004-06-02, -/games/boxart/full_dangan-ronpa_0JapanFront.jpg,Danganronpa: Trigger Happy Havoc,PSP,Adventure,Unknown,Spike,,0.24,,0.24,,,,2018-01-11 -/games/boxart/full_7046563AmericaFrontccc.jpg,Luminous Arc,DS,Role-Playing,Atlus,imageepoch Inc.,6.8,0.24,0.16,0.06,0,0.01,2007-08-14, -/games/boxart/full_4638062AmericaFrontccc.jpg,Avalon Code,DS,Role-Playing,Marvelous Interactive,Matrix Software,7.1,0.24,0.11,0.12,0,0.01,2009-03-10, -/games/boxart/full_6549575AmericaFrontccc.jpg,Digimon World: Next Order,PS4,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.24,0.13,0.02,0.05,0.04,2017-01-31,2018-04-21 -/games/boxart/full_6858848AmericaFrontccc.jpg,Shadow Hearts: Covenant,PS2,Role-Playing,Midway Games,Nautilus,8.1,0.24,0.12,,0.09,0.03,2004-09-27, -/games/boxart/full_5864697AmericaFrontccc.jpg,Lucky Luke,PS,Action,Infogrames,Ocean,,0.24,0.13,,0.09,0.02,1998-11-01, -/games/boxart/8854371ccc.jpg,NASCAR 08,PS2,Racing,EA Sports,EA Tiburon,,0.24,0.12,,0.09,0.03,2007-07-23, -/games/boxart/3352361ccc.jpg,SRS: Street Racing Syndicate,XB,Racing,Namco,Eutechnyx,,0.24,0.18,,0.05,0.01,2004-08-31, -/games/boxart/full_9792110AmericaFrontccc.jpg,Fuel,PS3,Racing,Codemasters,Asobo Studio,6.6,0.24,0.08,0,0.11,0.04,2009-06-02,2020-08-05 -/games/boxart/full_4560452AmericaFrontccc.jpg,Ride,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.24,0.04,0.03,0.13,0.03,2015-06-23,2018-04-24 -/games/boxart/8392222ccc.jpg,Catz,GBA,Simulation,Ubisoft,MTO,,0.24,0.18,,0.06,0,2006-03-22, -/games/boxart/full_401229JapanFrontccc.jpg,Guitar Freaks,PS,Simulation,Konami,Konami,,0.24,,0.23,,0.02,1999-07-29, -/games/boxart/1144653ccc.jpg,Harvest Moon: Magical Melody,GC,Simulation,Natsume,Marvelous Interactive,8,0.24,0.19,,0.05,0.01,2006-03-28, -/games/boxart/full_3732289AmericaFrontccc.jpg,Birds of Steel,PS3,Simulation,Konami Digital Entertainment,Gaijin Games,,0.24,0.1,0.02,0.09,0.03,2012-03-13,2018-10-29 -/games/boxart/full_7393897AmericaFrontccc.jpg,Imagine: Zookeeper,DS,Simulation,Ubisoft,Magic Pockets,,0.24,0.15,,0.06,0.02,2009-10-06, -/games/boxart/full_1279429PALFrontccc.jpg,Farming Simulator 2015,XOne,Simulation,Focus Home Interactive,Giants Software,,0.24,0.13,,0.09,0.02,2015-05-19,2018-04-11 -/games/boxart/full_8637827AmericaFrontccc.jpg,Paws & Claws: Pet Resort,DS,Simulation,THQ,ValuSoft,,0.24,0.22,,,0.02,2008-02-05, -/games/boxart/full_1119141AmericaFrontccc.jpg,Dance Dance Revolution: Disney Channel Edition,PS2,Simulation,Konami,Keen Games,,0.24,0.12,,0.09,0.03,2008-01-08, -/games/boxart/full_4822853AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Game Time,DS,Puzzle,THQ,THQ,,0.24,0.22,,,0.02,2009-10-26, -/games/boxart/1258217ccc.jpg,Army Men: Air Combat,N64,Action,3DO,3DO,7.6,0.24,0.19,,0.05,0,2000-07-14, -/games/boxart/9208802ccc.jpg,Paperboy,N64,Action,Midway Games,High Voltage Software,8,0.24,0.19,,0.05,0,1999-10-31, -/games/boxart/3667202ccc.jpg,Army Men: Sarge's Heroes 2,PS,Action,3DO,3DO,,0.24,0.14,,0.09,0.02,2000-11-21, -/games/boxart/full_5676418AmericaFrontccc.jpg,Hello Neighbor,NS,Action,Gearbox Software,Dynamic Pixels,,0.24,0.12,,0.1,0.02,2018-07-27,2018-11-06 -/games/boxart/full_7326820AmericaFrontccc.jpg,Genma Onimusha,XB,Action,Capcom,Capcom,,0.24,0.14,0.05,0.04,0.01,2002-01-28, -/games/boxart/full_8644600AmericaFrontccc.jpg,G-Police,PS,Action,Sony Computer Entertainment,Wheelhaus,,0.24,0.13,,0.09,0.02,1997-09-30, -/games/boxart/full_dynasty-warriors-7_713AmericaFront.jpg,Dynasty Warriors 7,X360,Action,Tecmo Koei,Omega Force,5.9,0.24,0.16,,0.06,0.02,2011-03-22, -/games/boxart/9930720ccc.jpg,Command & Conquer 3: Kane's Wrath,X360,Strategy,Electronic Arts,EA Los Angeles,7,0.24,0.16,,0.06,0.02,2008-06-23, -/games/boxart/full_870491AmericaFrontccc.jpg,Lunar: Silver Star Harmony,PSP,Role-Playing,Xseed Games,Game Arts,7.9,0.24,0.19,0.03,,0.02,2010-03-02, -/games/boxart/default.jpg,Game of Thrones,PS3,Role-Playing,Atlus,Cyanide Studios,,0.24,0.1,,0.11,0.04,2012-05-15, -/games/boxart/full_8018588AmericaFrontccc.jpg,Just Dance 2019,Wii,Music,Ubisoft,Ubisoft Paris,,0.24,0.1,,0.12,0.02,2018-10-23,2018-09-28 -/games/boxart/full_30184PALFrontccc.jpg,The Elder Scrolls Online: Morrowind,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.24,0.11,,0.09,0.04,2017-06-06,2018-09-15 -/games/boxart/full_5102380AmericaFrontccc.jpg,Valhalla Knights,PSP,Role-Playing,Xseed Games,K2 LLC,5.2,0.24,0.15,0.07,0,0.01,2007-04-17, -/games/boxart/full_7795465JapanFrontccc.jpg,Front Mission: Gun Hazard,SNES,Role-Playing,Square,Omiya Soft,,0.24,,0.24,,,1996-02-23, -/games/boxart/full_5220858JapanFrontccc.jpg,Tales of Hearts,DS,Role-Playing,Namco Bandai,Namco Tales Studio,,0.24,,0.24,,,2008-12-18, -/games/boxart/4193568ccc.jpg,Final Fantasy XI: Treasures of Aht Urhgan,PS2,Role-Playing,Square Enix,Square Enix,,0.23,0.06,0.1,0.05,0.02,2006-04-18, -/games/boxart/full_38749AmericaFrontccc.jpg,Digimon World DS (JP sales),DS,Role-Playing,Namco Bandai,Namco Bandai Games America,,0.23,,0.23,,,2006-11-07, -/games/boxart/full_9635827AmericaFrontccc.jpg,Risen 2: Dark Waters,PS3,Role-Playing,Deep Silver,Piranha Bytes,5.5,0.23,0.04,0.01,0.14,0.03,2012-07-31,2018-01-03 -/games/boxart/full_3172701JapanFrontccc.jpg,Lunar: Silver Star Story,SAT,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,0.23,,0.23,,0,1996-10-25, -/games/boxart/full_4988836JapanFrontccc.jpg,Soul Sacrifice Delta,PSV,Role-Playing,Sony Computer Entertainment,SCE Japan Studio,,0.23,0,0.12,0.08,0.02,2014-05-13,2018-09-16 -/games/boxart/default.jpg,Mega Man Battle Network 5: Team Colonel / Protoman,GBA,Role-Playing,Capcom,Capcom,,0.23,0.16,,0.06,0,2004-12-09, -/games/boxart/full_316007AmericaFrontccc.jpg,Jeremy McGrath Supercross World,PS2,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.23,0.11,,0.09,0.03,2001-11-15, -/games/boxart/full_5566021AmericaFrontccc.jpg,DiRT Showdown,X360,Racing,Codemasters,Codemasters,,0.23,0.08,,0.13,0.02,2012-06-12,2018-10-29 -/games/boxart/full_1155188AmericaFrontccc.jpg,M&M's Kart Racing,Wii,Racing,DSI Games,FrontLine Studios,,0.23,0.21,,,0.02,2007-10-25, -/games/boxart/full_1983240AmericaFrontccc.jpg,Genji: Dawn of the Samurai,PS2,Action,Sony Computer Entertainment,Game Republik,,0.23,0.11,,0.09,0.03,2005-09-20, -/games/boxart/full_5868631AmericaFrontccc.jpg,Attack on Titan 2,NS,Action,Koei Tecmo,Omega Force,7,0.23,0.12,0.08,0.02,0.02,2018-03-20,2018-03-30 -/games/boxart/full_super-robot-taisen-d_926JapanFront.jpg,Super Robot Taisen D,GBA,Strategy,Banpresto,Banpresto,,0.23,,0.23,,0.01,2003-08-08, -/games/boxart/full_5176571JapanFrontccc.jpg,Hatsune Miku: Project Mirai 2,3DS,Music,Sega,Sega,,0.23,,0.23,,,2015-05-26,2018-10-29 -/games/boxart/full_dc-universe-online_17AmericaFront.jpg,DC Universe Online,PC,MMO,Sony Online Entertainment,WBIE,7,0.23,0.16,,0.06,0.02,2011-01-11,2018-09-15 -/games/boxart/full_9374738AmericaFrontccc.jpg,.hack//G.U. Vol.2//Reminisce,PS2,Role-Playing,Namco Bandai,CyberConnect2,6.2,0.23,0.11,,0.09,0.03,2007-05-08, -/games/boxart/full_6210354AmericaFrontccc.jpg,DiRT 4,XOne,Racing,Deep Silver,Codemasters,9.2,0.23,0.11,,0.1,0.02,2017-06-06,2018-11-23 -/games/boxart/full_6244622PALFrontccc.jpg,Elex,PS4,Role-Playing,THQ Nordic,Piranha Bytes,,0.23,0.03,,0.16,0.04,2017-10-17,2018-06-30 -/games/boxart/910482ccc.jpg,Tony Hawk's Downhill Jam,Wii,Sports,Activision,Toys for Bob,,0.23,0.21,,0,0.02,2006-11-14, -/games/boxart/full_733992AmericaFrontccc.jpg,Shaun White Snowboarding,DS,Sports,Ubisoft,Ubisoft Montreal,6.2,0.23,0.21,,0,0.02,2008-11-16, -/games/boxart/full_4955335AmericaFrontccc.jpg,NHL FaceOff 2001,PS,Sports,Sony Computer Entertainment,SolWorks,7.2,0.23,0.13,,0.09,0.02,2000-09-05, -/games/boxart/full_4114141AmericaFrontccc.jpg,Mega Man & Bass,GBA,Platform,Capcom,Capcom,,0.23,0.16,,0.06,0,2003-03-10, -/games/boxart/full_shinobi_270AmericaFront.jpg,Shinobi,3DS,Platform,Sega,Griptonite Games,7,0.23,0.14,,0.07,0.02,2011-11-15, -/games/boxart/full_1641947AmericaFrontccc.jpg,Jersey Devil,PS,Platform,Sony Computer Entertainment,Behaviour Interactive Inc.,,0.23,0.13,,0.09,0.01,1998-05-31, -/games/boxart/full_2197944AmericaFrontccc.jpg,Skylanders Imaginators,NS,Platform,Activision,Toys for Bob,6.9,0.23,0.1,,0.1,0.02,2017-03-03,2018-03-26 -/games/boxart/full_2771130JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou!,DC,Sports,Sega,Smilebit,,0.23,,0.23,,0,1999-08-05, -/games/boxart/full_3909691PALFrontccc.jpg,Ashes Cricket 2009,Wii,Sports,Codemasters,Gusto Games,,0.23,,,0.23,0.01,2009-08-07, -/games/boxart/8003018ccc.jpg,World Series Baseball,XB,Sports,Sega,Blueshift,,0.23,0.17,,0.05,0.01,2002-05-19, -/games/boxart/9071155ccc.jpg,NBA ShootOut 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2002-09-25, -/games/boxart/full_9595950AmericaFrontccc.jpg,NHL FaceOff 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2002-11-05, -/games/boxart/full_1668113AmericaFrontccc.jpg,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,X360,Sports,Sega,Eurocom Entertainment Software,5,0.23,0.08,,0.13,0.02,2010-01-12, -/games/boxart/full_297548AmericaFrontccc.jpg,Family Party: 30 Great Games Winter Fun,Wii,Sports,D3 Publisher,Tamsoft Corporation,,0.23,0.21,,0,0.02,2010-02-08, -/games/boxart/full_5122461JapanFrontccc.jpg,Saka-Tsuku DS: Touch and Direct,DS,Sports,Sega,Sega,,0.23,,0.23,,,2008-11-20, -/games/boxart/full_6831998JapanFrontccc.jpg,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS3,Sports,Konami,Konami,,0.23,,0.23,,,2010-05-20, -/games/boxart/full_1609238AmericaFrontccc.jpg,NFL Blitz Pro,PS2,Sports,Midway Games,Point of View,,0.23,0.11,,0.09,0.03,2003-10-28, -/games/boxart/1842172ccc.jpg,Tiger Woods PGA Tour 2003,GC,Sports,EA Sports,EA Redwood Shores,,0.23,0.18,,0.05,0.01,2002-10-27, -/games/boxart/full_2035055JapanFrontccc.jpg,AKB1/149: Love Election,PSP,Simulation,Namco Bandai Games,ArtDink,,0.23,,0.23,,,2012-12-20,2018-10-29 -/games/boxart/full_rune-factory-tides-of-destiny_644AmericaFront.jpg,Rune Factory: Tides of Destiny,PS3,Simulation,Natsume,Neverland Company,6.5,0.23,0.14,0.07,,0.02,2011-10-11, -/games/boxart/full_1015714AmericaFrontccc.jpg,I Love Horses,DS,Simulation,Bold Games,LvivMedia,,0.23,0.21,,0,0.01,2009-04-27, -/games/boxart/full_love-plus-_7JapanFront.jpg,Love Plus +,DS,Simulation,Konami,Konami,,0.23,,0.23,,,2010-06-24, -/games/boxart/full_375261AmericaFrontccc.jpg,Hotel for Dogs,DS,Simulation,505 Games,Paramount Interactive,,0.23,0.22,,0,0.02,2009-01-06, -/games/boxart/full_273639AmericaFrontccc.jpg,Harvest Moon GB,GB,Simulation,Natsume,Victor Interactive Software,,0.23,,0.23,,0,1998-08-01, -/games/boxart/full_6093733AmericaFrontccc.jpg,Colony Wars: Vengeance,PS,Simulation,Psygnosis,Psygnosis,8.6,0.23,0.13,,0.09,0.02,1998-11-04, -/games/boxart/full_4485588JapanFrontccc.jpg,Harvest Moon: The Land of Origin,3DS,Simulation,Marvelous,Marvelous,,0.23,,0.23,,,2012-02-23,2018-10-29 -/games/boxart/full_3144961AmericaFrontccc.jpg,What's Cooking? Jamie Oliver,DS,Simulation,Atari,Keen Games,,0.23,0.2,,0.01,0.02,2008-10-21, -/games/boxart/7870632ccc.jpg,Hooked! Real Motion Fishing,Wii,Sports,Aksys Games,SIMS,,0.23,0.21,,0,0.02,2007-10-30, -/games/boxart/3204136ccc.jpg,Looney Tunes: Acme Arsenal,Wii,Action,Warner Bros. Interactive,Red Tribe,,0.23,0.21,,0.01,0.02,2007-10-09, -/games/boxart/full_3390272AmericaFrontccc.jpg,Madden NFL 06,GBA,Sports,EA Sports,Exient Entertainment,,0.23,0.17,,0.06,0,2005-08-08, -/games/boxart/full_9024458AmericaFrontccc.png,Major League Baseball 2K10,PS2,Sports,2K Sports,Visual Concepts,,0.23,0.11,,0.09,0.03,2010-03-02, -/games/boxart/full_8014573AmericaFrontccc.jpg,SSX on Tour,PSP,Sports,EA Sports BIG,EA Montreal,8.2,0.23,0.19,,0.02,0.02,2005-10-11, -/games/boxart/full_8134772AmericaFrontccc.jpg,Madden NFL 13,WiiU,Sports,EA Sports,EA Tiburon,7.2,0.23,0.21,,,0.02,2012-11-18,2018-01-04 -/games/boxart/full_3620081AmericaFrontccc.jpg,Airblade,PS2,Sports,Namco,Criterion Games,,0.23,0.11,,0.09,0.03,2002-01-28, -/games/boxart/full_2931969AmericaFrontccc.jpeg,Tony Hawk's Pro Skater 5,PS4,Sports,Activision,Robomodo,,0.23,0.11,,0.08,0.04,2015-09-29,2018-04-15 -/games/boxart/full_332462PALFrontccc.jpg,Let's Make a Soccer Team!,PS2,Sports,Sega,Smilebit,,0.23,,0.23,,,2006-08-25, -/games/boxart/full_2407968AmericaFrontccc.jpg,All-Star Baseball 2001,N64,Sports,Acclaim Entertainment,High Voltage Software,9.2,0.23,0.22,,0.01,0,2000-02-29, -/games/boxart/6503327ccc.jpg,ESPN NHL Hockey,PS2,Sports,Sega,Kush Games,,0.23,0.11,,0.09,0.03,2003-09-09, -/games/boxart/full_8100021AmericaFrontccc.jpg,NCAA GameBreaker 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2002-08-14, -/games/boxart/2623488ccc.jpg,NCAA Football 09,PSP,Sports,EA Sports,Team Fusion,6.5,0.23,0.21,,,0.02,2008-07-15, -/games/boxart/9324000ccc.gif,Tony Hawk's Proving Ground,DS,Sports,Activision,Unknown,,0.23,0.2,,0.01,0.02,2007-10-15, -/games/boxart/1538327ccc.jpg,NCAA GameBreaker 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.23,0.11,,0.09,0.03,2003-08-27, -/games/boxart/full_hot-shots-tennis-get-a-grip_1AmericaFront.jpg,Hot Shots Tennis: Get a Grip,PSP,Sports,Sony Computer Entertainment,Clap Hanz,8,0.23,0.08,0.13,0,0.02,2010-06-29, -/games/boxart/full_6513128AmericaFrontccc.jpg,WWE 2K18,NS,Sports,2K Sports,Yuke's,,0.23,0.14,,0.08,0.02,2017-12-05, -/games/boxart/full_4962452AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),PS3,Sports,Activision,Activision,,0.23,0.21,,,0.02,2009-09-08, -/games/boxart/full_madden-nfl-12_321AmericaFront.jpg,Madden NFL 12,PSP,Sports,EA Sports,EA Tiburon,,0.23,0.21,,,0.02,2011-08-30, -/games/boxart/full_lets-make-a-pro-baseball-team-2_5JapanFront.jpg,Pro Yakyuu Team o Tsukurou! 2,PS2,Sports,Sega,Smilebit,,0.23,,0.23,,,2003-02-13, -/games/boxart/full_6462789AmericaFrontccc.jpg,Bass Pro Shops: The Hunt,Wii,Sports,XS Games,Piranha Games,,0.23,0.21,,,0.02,2010-06-01, -/games/boxart/full_deca-sports-3_10AmericaFront.jpg,Deca Sports 3,Wii,Sports,Hudson Soft,Hudson Soft,,0.23,0.14,,0.07,0.02,2010-10-26, -/games/boxart/full_1221956AmericaFrontccc.jpg,Tribes: Aerial Assault,PS2,Shooter,Sierra Entertainment,Midway Studios Austin,,0.23,0.11,,0.09,0.03,2002-09-23, -/games/boxart/full_3960287AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,PS4,Shooter,Activision,Edge of Reality,,0.23,0.08,0.01,0.11,0.04,2014-06-24,2018-12-27 -/games/boxart/1955670ccc.jpg,Freedom Fighters,XB,Shooter,Electronic Arts,IO Interactive,,0.23,0.17,,0.05,0.01,2003-10-01, -/games/boxart/894169ccc.jpg,Soldier of Fortune II: Double Helix,XB,Shooter,Activision,Gratuitous Games,,0.23,0.17,,0.05,0.01,2003-06-18, -/games/boxart/full_5727085AmericaFrontccc.jpg,Harry Potter and the Goblet of Fire,DS,Adventure,Electronic Arts,Magic Pockets,,0.23,0.2,,0.01,0.02,2005-11-08, -/games/boxart/full_5409558AmericaFrontccc.jpg,Harry Potter and the Goblet of Fire,XB,Adventure,Electronic Arts,Electronic Arts,6.7,0.23,0.18,,0.05,0.01,2005-11-08, -/games/boxart/full_megamind-mega-team-unite_1AmericaFront.jpg,Megamind: Mega Team Unite,Wii,Adventure,THQ,THQ Australia Studios Pty Ltd.,,0.23,0.15,,0.06,0.02,2010-11-02, -/games/boxart/full_4904203AmericaFrontccc.jpg,Naruto: Path of the Ninja 2,DS,Role-Playing,D3 Publisher,TOSE,,0.23,0.22,,,0.02,2008-10-15, -/games/boxart/full_3887318AmericaFrontccc.jpg,Sands of Destruction,DS,Role-Playing,Sega,imageepoch Inc.,6.5,0.23,0.09,0.13,,0.01,2010-01-12, -/games/boxart/full_4037686AmericaFrontccc.jpg,Cross Edge,PS3,Role-Playing,NIS America,Compile Heart,5.4,0.23,0.14,0.05,0.02,0.02,2009-05-26, -/games/boxart/full_8642720JapanFrontccc.jpg,Monster Hunter G,PS2,Role-Playing,Capcom,Capcom,,0.23,,0.23,,,2005-01-20, -/games/boxart/full_the-lord-of-the-rings-aragorns-quest_0AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,Wii,Action,Warner Bros. Interactive,Headstrong Games,6.4,0.23,0.17,,0.05,0.02,2010-09-14, -/games/boxart/full_8696398AmericaFrontccc.jpg,Buffy the Vampire Slayer,XB,Action,Electronic Arts,Double Helix Games,,0.23,0.18,,0.05,0.01,2002-08-18, -/games/boxart/full_8272639AmericaFrontccc.jpg,Dynasty Warriors Gundam Reborn,PS3,Action,Namco Bandai Games,Omega Force,,0.23,,0.23,,,2014-07-01,2018-10-29 -/games/boxart/full_9000421PALFrontccc.jpg,The Raiden Project,PS,Shooter,Sony Computer Entertainment,Seibu Kaihatsu Inc.,,0.23,0.06,0.12,0.04,0.01,1995-01-26, -/games/boxart/full_8281120AmericaFrontccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,GC,Shooter,LucasArts,Vicarious Visions,7.1,0.23,0.18,,0.05,0.01,2002-11-20, -/games/boxart/full_tom-clancys-rainbow-six-rogue-spear_839AmericaFront.jpg,Tom Clancy's Rainbow Six: Rogue Spear,PS,Shooter,Red Storm Entertainment,Saffire Corporation,,0.23,0.13,,0.09,0.02,2001-03-28, -/games/boxart/3588280ccc.gif,Super R-Type,SNES,Shooter,Irem Software Engineering,Irem Software Engineering,,0.23,,0.23,,,1991-09-01, -/games/boxart/8908193ccc.jpg,BlowOut,PS2,Shooter,Majesco,Terminal Reality,,0.23,0.11,,0.09,0.03,2003-11-10, -/games/boxart/full_9488711AmericaFrontccc.png,Payday 2,XOne,Shooter,505 Games,Overkill Software,,0.23,0.14,,0.07,0.02,2015-06-16,2018-01-08 -/games/boxart/4090433ccc.jpg,The Club,PS3,Shooter,Sega,Bizarre Creations,,0.23,0.14,,0.07,0.03,2008-02-19, -/games/boxart/full_9495704AmericaFrontccc.jpg,Spec Ops: The Line,PC,Shooter,2K Games,Yager Development,,0.23,0.12,,0.09,0.02,2012-06-26, -/games/boxart/full_6673442AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,PS3,Action,Activision,Toys for Bob,,0.23,0.12,,0.08,0.03,2008-11-04, -/games/boxart/full_2492945AmericaFrontccc.jpg,RIGS: Mechanized Combat League,PS4,Action,Sony Interactive Entertainment,Guerrilla Cambridge,,0.23,0.11,0.02,0.06,0.04,2016-10-13,2018-11-27 -/games/boxart/9679902ccc.jpg,Wallace & Gromit in Project Zoo,PS2,Platform,BAM! Entertainment,Frontier Developments,,0.23,0.11,,0.09,0.03,2003-10-07, -/games/boxart/4870036ccc.jpg,Rocket Power: Beach Bandits,GC,Platform,THQ,Evolution Games,,0.23,0.18,,0.05,0.01,2002-09-24, -/games/boxart/full_3457227AmericaFrontccc.jpg,Skylanders: SuperChargers Racing,Wii,Action-Adventure,Activision,Beenox,,0.23,0.07,,0.15,0.02,2015-09-20,2018-04-06 -/games/boxart/full_7877751AmericaFrontccc.jpg,LEGO The Hobbit,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.23,0.09,,0.11,0.02,2014-04-08,2018-03-15 -/games/boxart/full_7682229AmericaFrontccc.jpg,Hannah Montana: The Movie,PS3,Adventure,Disney Interactive Studios,n-Space,,0.23,0.14,,0.06,0.03,2009-04-07, -/games/boxart/default.jpg,The Idolm@ster SP: Wandering Star / Perfect Sun / Missing Moon,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.23,,0.23,,,2009-02-19, -/games/boxart/full_7429084AmericaFrontccc.jpg,Disney Princess: Enchanted Journey,PS2,Adventure,Disney Interactive Studios,Papaya Studios,,0.23,0.11,,0.09,0.03,2007-10-16, -/games/boxart/4517265ccc.jpg,The Polar Express,PS2,Adventure,THQ,Blue Tongue,,0.23,0.11,,0.09,0.03,2004-11-02, -/games/boxart/full_2540939JapanFrontccc.jpg,Mobile Suit Gundam: Climax U.C.,PS2,Action,Bandai,Bandai,,0.23,,0.23,,,2006-03-02, -/games/boxart/full_sherlock-holmes-and-the-mystery-of-osborne-house_591AmericaFront.jpg,Sherlock Holmes and the Mystery of Osborne House,DS,Adventure,THQ,Frogwares,,0.23,0.07,,0.14,0.03,2011-01-04, -/games/boxart/full_8163090AmericaFrontccc.jpg,Corpse Party: Blood Drive,PSV,Adventure,Xseed Games,Team GrisGris,,0.23,0.11,0.06,0.01,0.04,2015-10-13,2018-10-29 -/games/boxart/full_hello-kitty-seasons_0AmericaFront.jpg,Hello Kitty Seasons,Wii,Adventure,Zoo Games,Sanrio Digital,,0.23,0.15,,0.06,0.02,2010-11-16, -/games/boxart/full_3500231AmericaFrontccc.jpg,Buzz! Junior: RoboJam,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,0.23,0.11,,0.09,0.03,2008-03-11, -/games/boxart/full_5368959AmericaFrontccc.jpg,Rock Band Country Track Pack,X360,Misc,MTV Games,Harmonix Music Systems,,0.23,0.22,,,0.02,2009-07-21, -/games/boxart/full_346556AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,X360,Misc,MTV Games,Harmonix Music Systems,6.7,0.23,0.21,,0,0.02,2008-11-16, -/games/boxart/4376085ccc.jpg,Karaoke Revolution Volume 2,PS2,Misc,Konami,Harmonix Music Systems,,0.23,0.11,,0.09,0.03,2004-07-13, -/games/boxart/full_874070JapanFrontccc.jpg,3rd Super Robot Wars Z Jigoku Hen,PS3,Misc,Namco Bandai Games,Unknown,,0.23,,0.23,,,2014-04-10, -/games/boxart/full_puss-in-boots_266AmericaFront.jpg,Puss in Boots,X360,Misc,THQ,THQ,,0.23,0.2,,0.02,0.02,2011-10-25, -/games/boxart/full_2166365AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,Wii,Misc,MTV Games,Harmonix Music Systems,,0.23,0.2,,0.02,0.02,2008-11-17, -/games/boxart/5917463ccc.jpg,Yu-Gi-Oh! GX: Duel Academy,GBA,Misc,Konami,Konami,,0.23,0.17,,0.06,0,2006-01-10, -/games/boxart/full_1585279AmericaFrontccc.jpg,Ultimate Band,DS,Misc,Disney Interactive Studios,Fall Line Studio,,0.23,0.19,,0.02,0.02,2008-11-18, -/games/boxart/3500429ccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,PSP,Misc,Crave Entertainment,FarSight Studios,7.2,0.23,0.2,,0.01,0.02,2005-12-06, -/games/boxart/full_new-carnival-games_8AmericaFront.jpg,New Carnival Games,DS,Misc,2K Games,Cat Daddy Games,,0.23,0.16,,0.05,0.02,2010-09-21, -/games/boxart/full_1947218AmericaFrontccc.jpg,Bicycle Casino 2005,XB,Misc,Activision,Leaping Lizard Software Inc.,,0.23,0.17,,0.05,0.01,2004-10-26, -/games/boxart/4773306ccc.jpg,Barbie as The Island Princess,GBA,Adventure,Activision,Human Soft / Ivolgamus,5.5,0.23,0.16,,0.06,0,2007-10-30, -/games/boxart/full_pitfall-the-big-adventure_10AmericaFront.jpg,Pitfall: The Big Adventure,Wii,Adventure,Activision,Edge of Reality,,0.23,0.19,,0.02,0.02,2008-09-23, -/games/boxart/full_9028570AmericaFrontccc.jpg,No Man's Sky,XOne,Action-Adventure,505 Games,Hello Games,,0.23,0.17,,0.04,0.02,2018-07-24,2018-04-04 -/games/boxart/full_viva-pinata-party-animals_542AmericaFront.jpg,Viva Pinata: Party Animals,X360,Misc,Microsoft Game Studios,Krome Studios,5.5,0.23,0.19,,0.02,0.02,2007-10-30, -/games/boxart/full_8965979PALFrontccc.jpg,Big Family Games,Wii,Misc,THQ,THQ,,0.23,,,0.22,0.02,2009-05-22, -/games/boxart/full_9049980AmericaFrontccc.jpg,Zumba Fitness: World Party,Wii,Misc,Majesco Entertainment,Zoe Mode,,0.23,0.11,,0.11,0.02,2013-11-05,2018-04-01 -/games/boxart/full_wipeout-2_714AmericaFront.jpg,Wipeout 2,3DS,Misc,Activision,Endemol,,0.23,0.22,,,0.02,2011-10-11, -/games/boxart/3452288ccc.jpg,Rock Band Track Pack Volume 1,Wii,Misc,MTV Games,Harmonix Music Systems,,0.23,0.17,,0.04,0.02,2008-07-15, -/games/boxart/full_carnival-island_907AmericaFront.jpg,Carnival Island,PS3,Misc,Sony Computer Entertainment,Magic Pixel Games,,0.23,0.13,,0.06,0.04,2011-11-15, -/games/boxart/full_8890929AmericaFrontccc.jpg,Bratz: Girlz Really Rock,PS2,Action,THQ,Blitz Games,,0.23,0.11,,0.09,0.03,2008-10-13, -/games/boxart/full_6880327AmericaFrontccc.jpg,Rampage 2: Universal Tour,PS,Action,Midway Games,Avalanche Software,,0.23,0.13,,0.09,0.01,1999-03-31, -/games/boxart/full_saint-seiya-sanctuary-battle_445JapanFront.jpg,Saint Seiya: Sanctuary Battle,PS3,Action,Namco Bandai Games,Dimps Corporation,,0.23,,0.11,0.09,0.02,2012-05-16, -/games/boxart/full_328359PALFrontccc.jpg,Dead Island Definitive Collection,PS4,Action,Deep Silver,Techland,,0.23,0.09,0.03,0.08,0.03,2016-05-31, -/games/boxart/3872321ccc.jpg,Rogue Ops,PS2,Action,Kemco,Bits Studios,,0.23,0.11,,0.09,0.03,2003-10-29, -/games/boxart/full_7412861AmericaFrontccc.jpg,Perfect Weapon,PS,Action,ASC Games,Gray Matter Inc.,,0.23,0.13,,0.09,0.02,1996-11-01, -/games/boxart/5199137ccc.jpg,NBA 2K6,X360,Action,2K Sports,Unknown,8,0.23,0.21,,0.01,0.02,2005-11-16, -/games/boxart/5637728ccc.jpg,Mafia,XB,Action,Gathering of Developers,Illusion Softworks,,0.23,0.17,,0.05,0.01,2004-03-13, -/games/boxart/full_8806512AmericaFrontccc.jpg,Dynasty Warriors: Strikeforce,X360,Action,Tecmo Koei,Omega Force,7.3,0.23,0.13,0.02,0.06,0.02,2010-02-16, -/games/boxart/full_696115AmericaFrontccc.jpg,Critical Depth,PS,Action,GT Interactive,SingleTrac,,0.23,0.13,,0.09,0.01,1997-10-31, -/games/boxart/2471925ccc.jpg,The Scorpion King: Rise of the Akkadian,PS2,Action,Universal Interactive,Point of View,,0.23,0.11,,0.09,0.03,2002-09-10, -/games/boxart/full_wwe-all-stars_23AmericaFront.jpg,WWE All Stars,3DS,Action,THQ,THQ,7,0.23,0.15,,0.06,0.02,2011-11-22, -/games/boxart/3603780ccc.jpg,Tom Clancy's Splinter Cell,GC,Action,Ubisoft,Ubisoft,,0.23,0.18,,0.05,0.01,2003-04-10, -/games/boxart/7632502ccc.jpg,The Incredible Hulk: Ultimate Destruction,XB,Action,VU Games,Radical Entertainment,,0.23,0.17,,0.05,0.01,2005-08-23, -/games/boxart/full_1292632AmericaFrontccc.jpg,Spider-Man: Edge of Time,PS3,Action,Activision,Beenox,,0.23,0.13,,0.07,0.03,2011-10-04, -/games/boxart/full_2678962AmericaFrontccc.jpg,Metal Gear Survive,PS4,Action,Konami Digital Entertainment,Konami Digital Entertainment,,0.23,0.08,0.05,0.06,0.03,2018-02-20,2018-02-25 -/games/boxart/full_234832AmericaFrontccc.jpg,Silent Hill: Book of Memories,PSV,Action,Konami Digital Entertainment,Way Forward Technologies,,0.23,0.11,0,0.06,0.05,2012-10-16,2018-10-29 -/games/boxart/full_1121491AmericaFrontccc.jpg,Family Fest presents: Movie Games,Wii,Action,Ubisoft,Phoenix Games,,0.23,0.21,,0.01,0.02,2008-11-04, -/games/boxart/full_4631094JapanFrontccc.jpg,Musou Orochi Z,PS3,Action,KOEI,Omega Force,,0.23,,0.23,,,2009-03-12, -/games/boxart/7870194ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PS2,Action,Activision,Unknown,,0.23,0.11,,0.09,0.03,2007-09-25, -/games/boxart/full_8154478AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,X360,Fighting,Namco Bandai Games,CyberConnect2,,0.23,0.14,,0.06,0.02,2014-10-01,2018-08-01 -/games/boxart/full_1770307AmericaFrontccc.jpg,Street Fighter EX2 Plus,PS,Fighting,Capcom,Arika,,0.23,0.13,,0.09,0.02,1999-12-30, -/games/boxart/full_3593057AmericaFrontccc.jpg,Gundam Battle Assault,PS,Fighting,Bandai,Bandai,,0.23,0.13,,0.09,0.02,2000-11-06, -/games/boxart/full_9796103AmericaFrontccc.jpg,Virtua Fighter Kids,SAT,Fighting,Sega,Sega-AM2,6.6,0.23,,0.23,,,1996-07-31, -/games/boxart/9578771ccc.jpg,Pocket Fighter,PS,Fighting,Capcom,Capcom,,0.23,0.06,0.12,0.04,0.01,1998-01-01, -/games/boxart/full_6997174JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden 3,PS,Fighting,Tomy Corporation,Yuke's Media Creations,,0.23,,0.21,,0.01,1998-03-26, -/games/boxart/full_1007838AmericaFrontccc.jpg,The King of Fighters '95 (CD),NG,Fighting,SNK,SNK Corporation,,0.23,,0.23,,,1995-01-01, -/games/boxart/full_8514191AmericaFrontccc.jpg,Mortal Kombat: Armageddon,Wii,Fighting,Midway Games,JGI Entertainment,6.8,0.23,0.19,,0.02,0.02,2007-05-29, -/games/boxart/full_9343522PALFrontccc.jpg,Naruto: Ninja Council 2 - European Edition,DS,Fighting,Tomy Corporation,Tomy Corporation,,0.23,,0.23,0,,2008-10-03, -/games/boxart/full_783066AmericaFrontccc.jpg,Barbie and the Three Musketeers,Wii,Adventure,Activision,Activision,,0.23,0.21,,0,0.02,2009-11-03, -/games/boxart/full_177377AmericaFrontccc.jpg,Jewels of the Tropical Lost Island,DS,Puzzle,City Interactive,TBA,,0.23,0.11,,0.1,0.02,2010-10-05, -/games/boxart/2004418ccc.jpg,Meteos,DS,Puzzle,Nintendo,Q Entertainment,8.8,0.23,0.15,0.06,0.01,0.01,2005-06-28, -/games/boxart/full_5637452AmericaFrontccc.jpg,Tetris Attack,GB,Puzzle,Nintendo,Intelligent Systems,,0.23,,0.23,,,1996-08-01, -/games/boxart/full_1745786AmericaFrontccc.jpg,Jet X20,PS2,Racing,Sony Computer Entertainment,Killer Game,,0.23,0.11,,0.09,0.03,2002-10-28, -/games/boxart/full_cars-2-the-video-game_65AmericaFront.jpg,Cars 2,3DS,Racing,Disney Interactive Studios,Firebrand Games,,0.23,0.21,,,0.02,2011-11-01, -/games/boxart/full_6084626AmericaFrontccc.jpg,The Italian Job,PS2,Racing,Eidos Interactive,Climax Group,,0.23,0.11,,0.09,0.03,2003-06-25, -/games/boxart/full_5874703AmericaFrontccc.jpg,Hot Wheels: Beat That!,DS,Racing,Activision,Eutechnyx,,0.23,0.21,,0,0.02,2007-11-06, -/games/boxart/9894902ccc.jpg,Need for Speed: Undercover,DS,Racing,Electronic Arts,Firebrand Games,,0.23,0.18,,0.03,0.02,2008-11-17, -/games/boxart/full_8817342AmericaFrontccc.jpg,F1 2014,X360,Racing,Codemasters,Codemasters Birmingham,6.5,0.23,0.08,0,0.13,0.02,2014-10-21, -/games/boxart/full_1450207AmericaFrontccc.jpg,The Crew,X360,Racing,Ubisoft,Ubisoft Reflections,,0.23,0.06,,0.15,0.02,2014-12-02,2018-01-04 -/games/boxart/8280698ccc.jpg,NASCAR Thunder 2004,XB,Racing,EA Sports,EA Tiburon,,0.23,0.18,,0.05,0.01,2003-09-16, -/games/boxart/6543036ccc.jpg,Test Drive: Eve of Destruction,PS2,Racing,Atari,Monster Games Inc.,,0.23,0.11,,0.09,0.03,2004-08-25, -/games/boxart/4679239ccc.gif,Starsky & Hutch,XB,Racing,Gotham Games,Minds-Eye Productions,6,0.23,0.17,,0.05,0.01,2003-09-09, -/games/boxart/full_8556432AmericaFrontccc.jpg,SingStar Celebration,PS4,Music,Sony Interactive Entertainment,SIE London Studio,,0.23,0.04,,0.15,0.03,2017-10-24,2018-04-07 -/games/boxart/full_9665771AmericaFrontccc.jpg,Anno 2205,PC,Strategy,Ubisoft,Blue Byte,,0.23,0.04,,0.17,0.02,2015-11-03,2018-05-30 -/games/boxart/full_3977663JapanFrontccc.jpg,Super Robot Taisen F Kanketsuhen,PS,Strategy,Banpresto,Banpresto,,0.23,,0.21,,0.01,1999-04-15, -/games/boxart/full_2646124PALFrontccc.jpg,Yu-Gi-Oh! GX: Tag Force 3,PSP,Strategy,Konami,Konami,,0.23,,0.18,0.03,0.01,2008-11-28, -/games/boxart/2779315ccc.jpg,Justice League Heroes,PSP,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,0.23,0.2,,0.01,0.02,2006-11-22, -/games/boxart/full_244145AmericaFrontccc.jpg,Valhalla Knights 2,PSP,Role-Playing,Xseed Games,K2 LLC,5,0.23,0.09,0.12,0,0.01,2008-10-01, -/games/boxart/full_7275198AmericaFrontccc.jpg,Alundra,PS,Role-Playing,Working Designs,Matrix Software,8.8,0.23,0.13,,0.09,0.01,1997-12-31, -/games/boxart/full_2057209AmericaFrontccc.jpg,Lunar Knights,DS,Role-Playing,Konami,Kojima Productions,8.2,0.23,0.17,0.04,0.01,0.01,2007-02-06, -/games/boxart/full_ys-seven_7AmericaFront.jpg,Ys Seven,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,7.6,0.23,0.14,0.08,,0.02,2010-08-17, -/games/boxart/full_4558509AmericaFrontccc.jpg,NASCAR 08,PS3,Racing,EA Sports,EA Tiburon,,0.23,0.15,,0.05,0.03,2007-07-23, -/games/boxart/full_trackmania-build-to-race_611AmericaFront.jpg,TrackMania: Build to Race,Wii,Racing,City Interactive,Firebrand Games,7,0.23,0.09,,0.11,0.02,2011-03-15, -/games/boxart/full_angry-birds_806AmericaFront.jpg,Angry Birds,PC,Puzzle,Unknown,Rovio Mobile,,0.23,,,0.19,0.05,2011-01-04, -/games/boxart/full_8332713AmericaFrontccc.jpg,Angry Birds: Star Wars,PS4,Puzzle,Activision,Exient Entertainment,,0.23,0.11,,0.09,0.04,2013-11-15,2018-03-16 -/games/boxart/42149ccc.jpg,Me & My Katamari,PSP,Puzzle,Namco,Namco,7.2,0.23,0.13,0.08,0.01,,2006-03-21, -/games/boxart/full_543766AmericaFrontccc.jpg,Tetris 2 (weekly jp sales),GB,Puzzle,Nintendo,Nintendo,,0.23,,0.23,,0,1993-01-01, -/games/boxart/full_8185610AmericaFrontccc.jpg,Neopets Puzzle Adventure,Wii,Puzzle,Capcom,Infinite Interactive,,0.23,0.19,,0.02,0.02,2008-12-18, -/games/boxart/full_9257272AmericaFrontccc.jpg,The Witch and the Hundred Knight,PS3,Role-Playing,NIS America,Nippon Ichi Software,,0.22,0.08,0.1,0.02,0.02,2014-03-25,2018-07-04 -/games/boxart/full_5033324AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel II,PS3,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.22,0.05,0.11,0.04,0.02,2016-09-06,2018-10-29 -/games/boxart/full_2679855AmericaFrontccc.png,Dragon Quest Builders: Revive Alefgard,NS,Role-Playing,Square Enix,Square Enix,8,0.22,0.07,0.07,0.07,0.01,2018-02-09,2018-02-04 -/games/boxart/full_tales-of-graces_9JapanFront.jpg,Tales of Graces,Wii,Role-Playing,Namco Bandai,Namco Tales Studio,,0.22,,0.22,,,2009-12-10, -/games/boxart/full_9274206AmericaFrontccc.jpg,ATV Quad Kings,Wii,Racing,Zoo Digital Publishing,Zoo Games,,0.22,0.2,,,0.01,2009-08-04, -/games/boxart/full_9466027JapanFrontccc.jpg,Sword Art Online: Infinity Moment,PSP,Role-Playing,Namco Bandai Games,Aquria,,0.22,,0.22,,,2013-03-14,2018-10-29 -/games/boxart/full_5922193PALFrontccc.jpg,Micro Machines: World Series,PS4,Racing,Codemasters,Codemasters,,0.22,0.03,,0.16,0.03,2017-06-30,2018-05-30 -/games/boxart/full_4470358PALFrontccc.jpg,F1 2016,XOne,Racing,Codemasters,Codemasters,8.8,0.22,0.09,,0.12,0.02,2016-08-19,2018-05-14 -/games/boxart/full_754558AmericaFrontccc.jpg,MotoGP 09/10,PS3,Racing,Capcom,Monumental Games,7,0.22,0.05,,0.13,0.04,2010-03-23, -/games/boxart/full_9196047AmericaFrontccc.jpg,Kingdom Come: Deliverance,XOne,Role-Playing,Deep Silver,Warhorse Studios,,0.22,0.14,,0.06,0.02,2018-02-13,2018-01-10 -/games/boxart/full_4562922AmericaFrontccc.jpg,Sports Car GT,PS,Racing,Electronic Arts,Point of View,,0.22,0.12,,0.08,0.01,1999-04-23, -/games/boxart/full_8989724AmericaFrontccc.jpg,MotoGP 08,PS2,Racing,Capcom,MileStone Inc.,,0.22,0.01,,0,0.21,2008-10-28, -/games/boxart/8148619ccc.jpg,Wreckless: ThE YaKuza MisSiOns,PS2,Racing,Activision,Stealth Studios,,0.22,0.11,,0.08,0.03,2002-11-13, -/games/boxart/full_3893AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky FC,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.22,0.1,0.06,0.03,0.03,2011-03-29,2018-10-29 -/games/boxart/7240844ccc.jpg,TNA iMPACT!,PS2,Fighting,Midway Games,Midway Studios Los Angeles,6.1,0.22,0.1,,0,0.12,2008-09-09, -/games/boxart/full_3240222AmericaFrontccc.jpg,FaceBreaker K.O. Party,Wii,Fighting,Electronic Arts,EA Freestyle,6.7,0.22,0.19,,0.01,0.02,2008-11-11, -/games/boxart/full_9790386AmericaFrontccc.jpg,Capcom vs. SNK,DC,Fighting,Capcom,Capcom,8.8,0.22,,0.22,,,2000-11-09, -/games/boxart/full_1916509AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),XOne,Action-Adventure,Activision,Beenox,,0.22,0.12,,0.08,0.02,2014-04-29,2018-03-19 -/games/boxart/full_498052AmericaFrontccc.jpg,Hitman 2,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,IO Interactive,,0.22,0.14,,0.06,0.02,2018-11-13,2018-11-22 -/games/boxart/full_498665AmericaFrontccc.jpg,Judgment,PS4,Action-Adventure,Sega,Sega,,0.22,,0.22,,,2019-06-25,2019-04-05 -/games/boxart/full_super-adventure-island_665AmericaFront.jpg,Super Adventure Island,SNES,Platform,Hudson Soft,Produce!,,0.22,,0.22,,0,1992-04-01, -/games/boxart/6497334ccc.jpg,Mega Man Zero 3,GBA,Platform,Capcom,Inti Creates,,0.22,0.16,,0.06,0,2004-10-05, -/games/boxart/full_1179525AmericaFrontccc.jpg,Naruto: Ninja Council,GBA,Platform,D3 Publisher,Aspect,,0.22,0.16,,0.06,0,2006-03-07, -/games/boxart/full_7320890AmericaFrontccc.jpg,NFL 2K3,GC,Sports,Sega,Visual Concepts,9,0.22,0.17,,0.04,0.01,2002-08-21, -/games/boxart/full_4627371AmericaFrontccc.jpg,Saltwater Sportfishing,PS,Sports,Take-Two Interactive,Coresoft,,0.22,0.12,,0.08,0.01,2001-11-28, -/games/boxart/1639375ccc.jpg,NBA 06,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,7.2,0.22,0.2,,,0.02,2005-10-04,2018-12-04 -/games/boxart/full_8307295JapanFrontccc.jpg,Jikkyou Powerful Major League,PS2,Sports,Konami,PawaPuro Production,,0.22,,0.22,,,2006-05-11, -/games/boxart/full_ufc-personal-trainer-the-ultimate-fitness-system_522AmericaFront.jpg,UFC Personal Trainer: The Ultimate Fitness System,PS3,Sports,THQ,THQ,4.5,0.22,0.1,,0.08,0.03,2011-06-28, -/games/boxart/full_2522756AmericaFrontccc.jpg,Petz Monkeyz House,DS,Simulation,Ubisoft,Ubisoft,5.5,0.22,0.2,,0,0.02,2008-11-18, -/games/boxart/full_7960651AmericaFrontccc.jpg,Discovery Kids: Dolphin Discovery,DS,Simulation,505 Games,Starfish,,0.22,0.2,,0,0.01,2009-03-24, -/games/boxart/full_316185AmericaFrontccc.jpg,Tony Hawk's Downhill Jam,DS,Sports,Activision,Vicarious Visions,,0.22,0.2,,0,0.02,2006-10-24, -/games/boxart/full_pro-evolution-soccer-2011_0AmericaFront.jpg,Pro Evolution Soccer 2011,Wii,Sports,Konami,Konami,,0.22,0.07,0.03,0.1,0.02,2010-11-02, -/games/boxart/full_1686871AmericaFrontccc.jpg,NCAA Basketball 09,X360,Sports,EA Sports,EA Canada,,0.22,0.2,,,0.02,2008-11-17, -/games/boxart/full_1232344AmericaFrontccc.jpg,NFL Quarterback Club 2002,PS2,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.22,0.11,,0.08,0.03,2001-09-05, -/games/boxart/9092721ccc.jpg,Rugby 2004,PS2,Sports,EA Sports,HB Studios Multimedia,5,0.22,0.11,,0.08,0.03,2003-09-16, -/games/boxart/full_4726889AmericaFrontccc.jpg,NBA Live 15,XOne,Sports,Electronic Arts,EA Tiburon,,0.22,0.18,,0.02,0.02,2014-10-28,2018-05-30 -/games/boxart/full_9436226AmericaFrontccc.jpg,Imagine: Detective,DS,Simulation,Ubisoft,Ubisoft Sao Paulo,,0.22,0.14,,0.01,0.06,2009-09-08, -/games/boxart/full_308229AmericaFrontccc.jpg,Ultimate Duck Hunting: Hunting & Retrieving Ducks,Wii,Sports,Detn8 Games,Collision Studios,,0.22,0.21,,,0.02,2007-12-03, -/games/boxart/5586602ccc.jpg,NBA Street: Showdown,PSP,Sports,Electronic Arts,EA Sports,7.5,0.22,0.2,,0,0.02,2005-04-27, -/games/boxart/9320828ccc.jpg,Whirl Tour,PS2,Sports,VU Games,Papaya Studios,,0.22,0.11,,0.09,0.03,2002-11-25, -/games/boxart/1551665ccc.jpg,Lethal Skies Elite Pilot: Team SW,PS2,Simulation,Sammy Corporation,"Asmik Ace Entertainment, Inc.",,0.22,0.11,,0.08,0.03,2002-05-31, -/games/boxart/full_432810AmericaFrontccc.jpg,Return to PopoloCrois: A Story of Seasons Fairytale,3DS,Simulation,Xseed Games,Marvelous Entertainment,7,0.22,0.09,0.11,,0.01,2016-03-01,2018-05-30 -/games/boxart/full_4376131AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,PS3,Misc,Crave Entertainment,FarSight Studios,,0.22,0.2,,,0.02,2009-09-22, -/games/boxart/full_5506786AmericaFrontccc.jpg,MySims Party,Wii,Simulation,Electronic Arts,EA Redwood Shores,,0.22,0.17,,0.03,0.02,2009-03-10, -/games/boxart/full_armored-core-v_618AmericaFront.jpg,Armored Core V,X360,Simulation,Namco Bandai,From Software,,0.22,0.13,0.04,0.03,0.01,2012-03-20, -/games/boxart/full_1711403AmericaFrontccc.jpg,Over G Fighters,X360,Simulation,Ubisoft,Taito Corporation,5.1,0.22,0.19,,0.01,0.02,2006-06-27, -/games/boxart/full_3884160AmericaFrontccc.jpg,Petz Rescue: Endangered Paradise,DS,Adventure,Ubisoft,Phoenix Interactive Entertainment,,0.22,0.21,,0,0.02,2008-11-18, -/games/boxart/full_8558017AmericaFrontccc.jpg,Life Is Strange: Before the Storm,PS4,Adventure,Square Enix,Deck Nine,7.5,0.22,0.11,0.02,0.06,0.03,2018-03-06,2018-07-09 -/games/boxart/full_last-window-the-secret-of-cape-west_0PALFront.jpg,Last Window: The Secret of Cape West,DS,Adventure,Nintendo,"Cing, Inc",7.3,0.22,,0.09,0.12,0.01,2010-09-17, -/games/boxart/full_681467AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,DS,Adventure,Ubisoft,Ubisoft Shanghai,,0.22,0.2,,0.01,0.02,2009-09-15, -/games/boxart/full_7478560JapanFrontccc.jpg,DS Nishimura Kyotaro Suspense Shin Tantei Series: Kyoto Atami Zekkai no Kotou - Satsui no Wana,DS,Adventure,Tecmo,Tecmo,,0.22,,0.22,,,2007-10-11, -/games/boxart/full_9734021AmericaFrontccc.png,Afrika,PS3,Adventure,Natsume,Rhino Studios,6,0.22,0.12,0.08,0,0.01,2009-10-06, -/games/boxart/full_7502032AmericaFrontccc.jpg,Scooby-Doo! Mystery Mayhem,GC,Adventure,THQ,Artificial Mind and Movement,,0.22,0.17,,0.04,0.01,2004-03-02, -/games/boxart/full_246433AmericaFrontccc.jpg,Herdy Gerdy,PS2,Adventure,Eidos Interactive,Core Design Ltd.,,0.22,0.11,,0.08,0.03,2002-03-04, -/games/boxart/full_1627666AmericaFrontccc.jpg,Kartia: The Word of Fate,PS,Strategy,Atlus,Atlus Co.,7.9,0.22,0.05,0.12,0.03,0.01,1998-07-31, -/games/boxart/full_3117249AmericaFrontccc.jpg,Dragon Ball: Origins (JP & incomplete US sales),DS,Adventure,Atari,Game Republik,,0.22,0.04,0.17,,0,2008-11-04, -/games/boxart/2161705ccc.jpg,Galactic Wrestling: Featuring Ultimate Muscle,PS2,Fighting,Bandai,Aki Corporation,7.3,0.22,0.03,0.17,0.02,0.01,2004-06-30, -/games/boxart/1632894ccc.jpg,ECW Hardcore Revolution,N64,Fighting,Acclaim Entertainment,Acclaim Entertainment,,0.22,0.18,,0.04,0,2000-01-31, -/games/boxart/full_6988817AmericaFrontccc.jpg,Tropico 3,X360,Strategy,Kalypso,Haemimont Games,7.7,0.22,0.15,0.03,0.02,0.01,2010-02-16, -/games/boxart/full_6818612JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen OG,PS3,Strategy,Namco Bandai Games,TOSE,,0.22,,0.22,,,2012-11-29,2018-10-29 -/games/boxart/full_3559666AmericaFrontccc.jpg,WipeOut 3 The Game,X360,Party,Activision,Behaviour Interactive,,0.22,0.2,,,0.02,2012-09-25,2018-03-16 -/games/boxart/full_9132384AmericaFrontccc.jpg,WipeOut 3 The Game,3DS,Party,Activision,Behaviour Interactive,,0.22,0.19,,,0.02,2012-09-25,2018-03-16 -/games/boxart/4822075ccc.jpg,Legion: The Legend of Excalibur,PS2,Action,Midway Games,7 Studios,,0.22,0.11,,0.09,0.03,2002-06-18, -/games/boxart/full_kung-fu-panda-2-the-video-game_404AmericaFront.jpg,Kung Fu Panda 2,DS,Action,THQ,THQ,,0.22,0.16,,0.05,0.02,2011-05-24, -/games/boxart/5284734ccc.jpg,Britney's Dance Beat,GBA,Misc,THQ,Art,6.3,0.22,0.15,,0.06,0,2002-03-25, -/games/boxart/full_4972687AmericaFrontccc.jpg,NCAA Football 2005,GC,Sports,EA Sports,EA Tiburon,,0.22,0.17,,0.04,0.01,2004-07-15, -/games/boxart/full_4009831AmericaFrontccc.jpg,Hamtaro: Ham-Ham Games,GBA,Sports,Nintendo,AlphaDream Corporation,7.5,0.22,0.16,,0.06,0,2004-07-27, -/games/boxart/full_6001710JapanFrontccc.jpg,Tamagotchi no KiraKira Omisecchi,DS,Misc,Namco Bandai,Bandai Namco Games,,0.22,,0.22,,,2008-11-27, -/games/boxart/full_8265092AmericaFrontccc.jpg,Nickelodeon Party Blast,XB,Misc,Infogrames,Data Design Interactive,,0.22,0.16,,0.05,0.01,2002-10-30, -/games/boxart/full_5709925AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,Wii,Misc,MTV Games,Harmonix Music Systems,,0.22,0.21,,,0.02,2009-05-19, -/games/boxart/full_8105142AmericaFrontccc.jpg,Rapala's Fishing Frenzy,Wii,Sports,Activision,FUN Labs,,0.22,0.2,,0,0.02,2008-09-02, -/games/boxart/1033179ccc.jpg,Barbie Super Sports,PS,Sports,Mattel Interactive,Unknown,,0.22,0.12,,0.08,0.01,1999-12-30, -/games/boxart/full_gekijouban-macross-f-sayonara-no-tsubasa-hybrid-pack_413JapanFront.jpg,Gekijouban Macross F: Sayonara no Tsubasa - Hybrid Pack,PS3,Action,Namco Bandai,Bandai Namco Games,,0.22,,0.22,,,2011-10-20, -/games/boxart/6891596ccc.jpg,Def Jam: Fight for NY,GC,Action,Electronic Arts,Unknown,,0.22,0.17,,0.05,0.01,2004-09-20, -/games/boxart/full_2186039AmericaFrontccc.jpg,NBA Live 09 All-Play,Wii,Sports,EA Sports,EA Canada,,0.22,0.19,,0.02,0.02,2008-10-07, -/games/boxart/full_4123808AmericaFrontccc.jpg,NBA Jam Extreme,PS,Sports,Acclaim Entertainment,Sculptured Software,,0.22,0.12,,0.08,0.01,1996-10-31, -/games/boxart/full_2141528AmericaFrontccc.jpg,NHL Championship 2000,PS,Sports,Fox Interactive,Fox Interactive,,0.22,0.12,,0.08,0.01,1999-10-06, -/games/boxart/4262239ccc.jpg,All-Star Baseball 2002,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,6.5,0.22,0.17,,0.04,0.01,2001-11-17, -/games/boxart/6210179ccc.jpg,Yu-Gi-Oh! GX: Spirit Caller (American Sales),DS,Misc,Konami,Konami,,0.22,0.18,,0.03,0.02,2007-01-02, -/games/boxart/full_puss-in-boots_631AmericaFront.jpg,Puss in Boots,Wii,Misc,THQ,THQ,,0.22,0.19,,0.02,0.02,2011-10-25, -/games/boxart/full_4085283AmericaFrontccc.jpg,NFL Quarterback Club 97,PS,Sports,Acclaim Entertainment,Iguana Entertaiment,,0.22,0.12,,0.08,0.01,1996-08-31, -/games/boxart/152090ccc.jpg,Super Swing Golf,Wii,Sports,Tecmo,Ntreev Soft,,0.22,0.14,0.07,0.01,0.01,2006-12-12, -/games/boxart/full_big-league-sports_582AmericaFront.jpg,Big League Sports,X360,Sports,Activision,Activision,,0.22,0.18,,0.02,0.02,2011-11-08, -/games/boxart/full_3931138JapanFrontccc.jpg,Kanzen Chuuki Pro Yakyuu Greatest Nine,SAT,Sports,Sega,Sega,,0.22,,0.22,,,1995-05-26, -/games/boxart/6231568ccc.jpg,Summer Athletics: The Ultimate Challenge (Others sales),Wii,Sports,Conspiracy Entertainment,49Games,,0.22,,,0.2,0.01,2008-08-04, -/games/boxart/full_8234911JapanFrontccc.jpg,Chou-Kuukan Night Pro Yakyuu King(higher JP sales),N64,Sports,Imagineer,Genki,,0.22,,0.22,,0,1996-12-20, -/games/boxart/full_child-of-eden_702AmericaFront.jpg,Child of Eden,PS3,Shooter,Ubisoft,Q Entertainment,7.7,0.22,0.09,,0.1,0.04,2011-09-27, -/games/boxart/686065ccc.jpg,ShellShock: Nam '67,XB,Shooter,Eidos Interactive,Guerrilla Games,,0.22,0.16,,0.05,0.01,2004-09-14,2018-02-03 -/games/boxart/full_1671071AmericaFrontccc.jpg,The Bureau: XCOM Declassified,X360,Shooter,2K Games,2K Marin,,0.22,0.1,,0.1,0.02,2013-08-20,2018-10-24 -/games/boxart/full_4171192AmericaFrontccc.jpg,Zombie Army Trilogy,PS4,Shooter,Rebellion Developments,Rebellion Developments,,0.22,0.06,,0.13,0.03,2015-03-06,2018-05-30 -/games/boxart/full_4215978AmericaFrontccc.jpg,Danganronpa Another Episode: Ultra Despair Girls,PSV,Shooter,NIS America,Spike Chunsoft,,0.22,0.06,0.12,0.01,0.02,2015-09-01,2018-01-03 -/games/boxart/full_5577168AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,X360,Action,D3 Publisher,Papaya Studio Corporation,,0.22,0.11,,0.09,0.02,2009-10-27, -/games/boxart/4608562ccc.jpg,Conflict: Vietnam,XB,Shooter,Global Star Software,Pivotal Games,,0.22,0.17,,0.05,0.01,2004-10-05, -/games/boxart/60926ccc.jpg,Time Crisis: Crisis Zone,PS2,Shooter,Namco,Namco,,0.22,0.11,,0.09,0.03,2004-10-19, -/games/boxart/full_2373582PALFrontccc.jpg,Sailor Moon,SNES,Action,Bandai,Angel Studios,,0.22,,0.22,,0,1994-01-01, -/games/boxart/full_3541204AmericaFrontccc.jpg,Dino Stalker,PS2,Shooter,Capcom,Capcom,,0.22,0.07,0.08,0.06,0.02,2002-09-09, -/games/boxart/full_9137764AmericaFrontccc.jpg,Resident Evil: Revelations,WiiU,Shooter,Capcom,Capcom,7.5,0.22,0.09,0.03,0.08,0.02,2013-05-21,2018-03-16 -/games/boxart/6683403ccc.jpg,Touch the Dead,DS,Shooter,Eidos Interactive,Dream On Studio,,0.22,0.2,,0,0.02,2007-05-16, -/games/boxart/full_3309449AmericaFrontccc.png,The Wolf Among Us,PS4,Adventure,Telltale Games,Telltale Games,,0.22,0.11,,0.07,0.04,2014-11-04, -/games/boxart/full_csi-fatal-conspiracy_2AmericaFront.jpg,CSI: Fatal Conspiracy,Wii,Adventure,Ubisoft,Telltale Games,,0.22,0.12,,0.08,0.02,2010-10-26, -/games/boxart/1270026ccc.jpg,Disney's Magical Quest Starring Mickey and Minnie,GBA,Action,Nintendo,Capcom,6.1,0.22,0.16,,0.06,0,2002-08-13, -/games/boxart/full_2411176AmericaFrontccc.jpg,Warriors Orochi 4,PS4,Action,Koei Tecmo,Omega Force,,0.22,0.05,0.16,,0.01,2018-10-16,2018-11-11 -/games/boxart/full_6365561AmericaFrontccc.jpg,Shrek Superslam,GC,Action,Activision,Shaba Games,,0.22,0.17,,0.04,0.01,2005-10-25, -/games/boxart/3979462ccc.jpg,Jackass the Game,PSP,Action,Red Mile Entertainment,Sidhe Interactive,5.6,0.22,0.09,,0.08,0.05,2007-09-27, -/games/boxart/full_2048265AmericaFrontccc.jpg,Naruto Shippuuden: Ninja Council 4,DS,Action,Tomy Corporation,Takara Tomy,,0.22,0.08,0.13,,0.01,2009-06-02, -/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_6AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,DS,Action,THQ,Griptonite Games,,0.22,0.17,,0.03,0.02,2010-11-16, -/games/boxart/full_390030AmericaFrontccc.jpg,Bladestorm: Nightmare,PS4,Action,Tecmo Koei,Omega Force,,0.22,0.11,0.03,0.04,0.03,2015-03-03,2018-05-30 -/games/boxart/6006981ccc.jpg,Aliens vs Predator: Requiem,PSP,Action,Sierra Entertainment,Rebellion Developments,,0.22,0.03,,0.12,0.07,2007-11-13, -/games/boxart/default.jpg,Transformers: Dark of the Moon,3DS,Action,Activision,Behaviour Interactive Inc.,3,0.22,0.16,,0.04,0.02,2011-06-14, -/games/boxart/full_8893331AmericaFrontccc.jpg,From Russia With Love,GC,Action,Electronic Arts,EA Redwood Shores,7.3,0.22,0.17,,0.04,0.01,2005-11-15, -/games/boxart/full_6654991AmericaFrontccc.jpg,LEGO Harry Potter Collection,XOne,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.22,0.14,,0.06,0.02,2018-10-30,2018-10-27 -/games/boxart/5040159ccc.jpg,Crazy Climber,2600,Action,Atari,Atari,,0.22,0.21,,0.01,0,1982-01-01, -/games/boxart/full_5688295AmericaFrontccc.jpg,Deadpool,XOne,Action,Activision,High Moon Studios,,0.22,0.17,,0.03,0.02,2015-11-18,2018-01-22 -/games/boxart/full_7181265AmericaFrontccc.jpg,The Suffering,XB,Action,Midway Games,Surreal Software,,0.22,0.16,,0.05,0.01,2004-03-09, -/games/boxart/full_5547967AmericaFrontccc.jpg,Mega Man 64,N64,Action,Capcom,Capcom,,0.22,0.14,0.05,0.03,0,2001-01-10, -/games/boxart/6258636ccc.jpg,Rampage 2: Universal Tour,N64,Action,Midway Games,Avalanche Software,,0.22,0.18,,0.04,0,1999-03-01, -/games/boxart/full_jackie-chan-stuntmaster_6AmericaFront.jpg,Jackie Chan: Stuntmaster,PS,Action,Midway Games,Radical Entertainment,,0.22,0.12,,0.08,0.01,2000-01-31, -/games/boxart/full_326151JapanFrontccc.jpg,Gundam Battle Chronicle,PSP,Action,Namco Bandai,ArtDink,,0.22,,0.22,,,2007-10-04, -/games/boxart/full_danball-senki-boost_535JapanFront.jpg,Danball Senki Boost,PSP,Action,Level 5,Level 5,,0.22,,0.22,,,2011-11-23, -/games/boxart/full_2291186AmericaFrontccc.jpg,G-Force,PS3,Action,Disney Interactive Studios,Eurocom Entertainment Software,7.4,0.22,0.13,,0.06,0.03,2009-07-21, -/games/boxart/full_sengoku-basara-3-utage_64JapanFront.jpg,Sengoku Basara 3 Utage,PS3,Action,Capcom,Capcom,,0.22,,0.22,,,2011-11-10, -/games/boxart/full_3749200AmericaFrontccc.jpg,Dead by Daylight,PS4,Action,505 Games,Behaviour Interactive Inc.,,0.22,0.11,0.02,0.06,0.04,2017-06-20,2019-02-13 -/games/boxart/full_lego-harry-potter-years-5-7_661AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PC,Action,Warner Bros. Interactive,Traveller's Tales,,0.22,0.05,,0.15,0.03,2011-11-11, -/games/boxart/7140730ccc.jpg,Deadly Duck,2600,Shooter,20th Century Fox Video Games,20th Century Fox Video Games,,0.22,0.21,,0.01,0,1982-01-01, -/games/boxart/2323974ccc.jpg,The Lord of the Rings: The Third Age,GBA,Strategy,Electronic Arts,Griptonite Games,,0.22,0.16,,0.06,0,2004-11-02, -/games/boxart/full_8123863AmericaFrontccc.jpg,Just Dance 2016,PS3,Music,Ubisoft,Ubisoft Paris,,0.22,0.12,,0.06,0.04,2015-10-20,2018-04-05 -/games/boxart/full_9024933JapanFrontccc.jpg,Momotarou Dentetsu 15,PS2,Misc,Hudson Soft,Hudson Soft,,0.22,,0.22,,,2005-12-08, -/games/boxart/5410365ccc.jpg,Duel Masters: Kaijudo Showdown,GBA,Misc,Atari,Mistic Software,5.8,0.22,0.16,,0.06,0,2004-11-16, -/games/boxart/4901759ccc.jpg,Danny Phantom: The Ultimate Enemy,GBA,Action,THQ,Altron,7.5,0.22,0.16,,0.06,0,2005-09-08, -/games/boxart/full_9014442AmericaFrontccc.jpg,Nicktoons Collection: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.22,0.16,,0.06,0,2004-09-20, -/games/boxart/3998168ccc.jpg,Pass the Pigs,DS,Misc,THQ,Universomo,,0.22,0.2,,,0.02,2008-10-21, -/games/boxart/full_842322AmericaFrontccc.jpg,Evolve,PC,Misc,2K Games,Unknown,,0.22,0.1,,0.1,0.02,2015-02-10, -/games/boxart/full_856484AmericaFrontccc.jpg,Guitar Hero: Smash Hits,PS2,Misc,Activision,Vicarious Visions,6.9,0.22,0.11,,0.01,0.1,2009-06-16, -/games/boxart/full_2387234AmericaFrontccc.jpg,Hasbro Family Game Night,DS,Misc,Electronic Arts,EA Bright Light,,0.22,0.01,,0.19,0.02,2009-10-26, -/games/boxart/full_9936602AmericaFrontccc.jpg,KORG DS-10 Synthesizer,DS,Misc,Xseed Games,AQ Interactive,,0.22,0.19,,0.01,0.02,2008-11-04, -/games/boxart/full_2250113AmericaFrontccc.jpg,Disgaea D2,PS3,Misc,NIS America,Unknown,,0.22,0.09,0.1,0,0.02,2013-10-08, -/games/boxart/296884ccc.jpg,Spartan: Total Warrior,PS2,Action,Sega,The Creative Assembly,7.2,0.22,0.11,,0.09,0.03,2005-10-25, -/games/boxart/full_2926518AmericaFrontccc.jpg,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,GC,Misc,Acclaim Entertainment,n-Space,,0.22,0.17,,0.04,0.01,2003-02-14, -/games/boxart/full_dancedancerevolution-ii_78AmericaFront.jpg,DanceDanceRevolution II,Wii,Misc,Konami,Konami,,0.22,0.21,,,0.02,2011-10-11, -/games/boxart/1220529ccc.jpg,American Idol,GBA,Misc,Codemasters,Mobius Entertainment,,0.22,0.15,,0.06,0,2003-11-18, -/games/boxart/full_66613JapanFrontccc.jpeg,Sumikko Gurashi: Mura o Tsukurundesu,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.22,,0.22,,,2016-07-21,2018-04-21 -/games/boxart/full_kidz-bop-dance-party-the-video-game_10AmericaFront.jpg,Kidz Bop Dance Party! The Video Game,Wii,Misc,D3 Publisher,Art Corporation,,0.22,0.2,,,0.02,2010-09-21, -/games/boxart/full_karaoke-revolution-glee-2-road-to-regionals_70AmericaFront.jpg,Karaoke Revolution Glee 2: Road to Regionals,Wii,Misc,Konami,Blitz Games,,0.22,0.14,,0.06,0.02,2011-04-05, -/games/boxart/9557316ccc.gif,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,PS2,Misc,Acclaim Entertainment,n-Space,,0.22,0.11,,0.08,0.03,2002-11-20, -/games/boxart/full_620272JapanFrontccc.jpg,J-League Winning Eleven 2008: Club Championship,PS2,Sports,Konami,Konami,,0.22,,0.22,,,2008-08-21, -/games/boxart/full_793493JapanFrontccc.jpg,EX Monopoly,GBA,Misc,Takara,Takara,,0.22,0.16,,0.06,0,2001-07-13, -/games/boxart/full_5893803JapanFrontccc.jpg,64 de Hakken! Tamagotchi Minna de Tamagotchi World,N64,Misc,Bandai,AI,,0.22,,0.22,,0,1997-12-19, -/games/boxart/full_9784602AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,Wii,Action,Electronic Arts,Double Helix Games,4.8,0.22,0.17,,0.03,0.02,2009-08-04, -/games/boxart/full_3262947AmericaFrontccc.jpg,Code Name: S.T.E.A.M.,3DS,Strategy,Nintendo,Intelligent Systems,8,0.22,0.14,0.02,0.05,0.02,2015-03-13,2019-01-04 -/games/boxart/full_7683191AmericaFrontccc.jpg,Age of Empires: The Age of Kings,DS,Strategy,Majesco,Backbone Entertainment,,0.22,0.18,,0.02,0.02,2006-02-14, -/games/boxart/full_worms-battle-islands_6AmericaFront.jpg,Worms: Battle Islands,Wii,Strategy,THQ,Team17 Software,,0.22,0.1,,0.1,0.02,2010-11-23, -/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_9AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PS2,Platform,D3 Publisher,Papaya Studios,,0.22,0.13,,0.06,0.04,2010-10-05, -/games/boxart/4670677ccc.jpg,Yoshi Touch & Go (JP sales),DS,Platform,Nintendo,Nintendo EAD,,0.22,,0.22,,,2005-03-14, -/games/boxart/full_6626370AmericaFrontccc.jpg,All Star Karate,Wii,Action,THQ,THQ,,0.22,0.13,,0.07,0.02,2010-04-20, -/games/boxart/6441507ccc.jpg,Viewtiful Joe 2,GC,Action,Capcom,Clover Studio,,0.22,0.17,,0.04,0.01,2004-11-18, -/games/boxart/9813281ccc.jpg,Reactor,2600,Action,Parker Bros.,Parker Bros.,,0.22,0.21,,0.01,0,1982-01-01, -/games/boxart/full_5050917AmericaFrontccc.jpg,Attack on Titan 2,PS4,Action,Koei Tecmo,Omega Force,7.8,0.22,0.09,0.06,0.04,0.03,2018-03-20,2018-03-30 -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_276AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,DS,Action,Electronic Arts,EA Bright Light,,0.22,0.1,,0.09,0.02,2011-07-12, -/games/boxart/full_6116475AmericaFrontccc.jpg,Outlast Trinity,PS4,Action,Warner Bros. Interactive Entertainment,Red Barrels,,0.22,0.09,,0.09,0.04,2017-04-25, -/games/boxart/full_1186544AmericaFrontccc.jpg,Deadly Creatures,Wii,Action,THQ,Rainbow Studios,6.9,0.22,0.08,,0.12,0.02,2009-02-09, -/games/boxart/1406621ccc.jpg,Samurai Jack: The Amulet of Time,GBA,Platform,BAM! Entertainment,Virtucraft,,0.22,0.16,,0.06,0,2003-03-30, -/games/boxart/full_2422556AmericaFrontccc.jpg,Super Lucky's Tale,XOne,Platform,Microsoft Studios,Playful Corp.,6.5,0.22,0.13,,0.07,0.02,2017-11-07,2018-01-18 -/games/boxart/full_4785922AmericaFrontccc.jpg,Assault,2600,Action,Bomb,Bomb,,0.22,0.21,,0.01,0,1983-01-01, -/games/boxart/5751476ccc.jpg,Ford vs. Chevy,PS2,Racing,Global Star Software,2K Games,,0.22,0.11,,0.09,0.03,2005-11-09, -/games/boxart/227959ccc.jpg,Bust-A-Move 4,PS,Puzzle,Natsume,Taito Corporation,7.8,0.22,0.12,,0.08,0.01,1998-10-31, -/games/boxart/7343892ccc.jpg,Tetris Worlds,GC,Puzzle,THQ,Radical Entertainment,4.6,0.22,0.17,,0.04,0.01,2002-06-23, -/games/boxart/657118ccc.jpg,Ms. Pac-Man: Maze Madness,N64,Puzzle,Namco,Mass Media,,0.22,0.18,,0.04,0,2000-11-12, -/games/boxart/full_nascar-2011-the-game_653AmericaFront.jpg,NASCAR 2011: The Game,Wii,Racing,Activision,Eutechnyx,4.3,0.22,0.21,,,0.01,2011-05-24, -/games/boxart/full_1639910AmericaFrontccc.jpg,Kirby's Star Stacker,GB,Puzzle,Nintendo,HAL Laboratory,,0.22,,0.22,,,1997-01-24, -/games/boxart/full_4902411AmericaFrontccc.jpg,Hidden Mysteries: Buckingham Palace,DS,Puzzle,GameMill,Gunnar Games,,0.22,0.13,,0.07,0.02,2010-03-16, -/games/boxart/full_2841332AmericaFrontccc.jpg,Jewel Quest: Expeditions,DS,Puzzle,Activision,"iWin, Inc.",,0.22,0.03,,0.17,0.01,2007-09-18, -/games/boxart/full_star-wars-the-force-unleashed-ii_5AmericaFront.jpg,Star Wars: The Force Unleashed II,DS,Action,LucasArts,LucasArts,4,0.22,0.17,,0.03,0.02,2010-10-26, -/games/boxart/full_6624077AmericaFrontccc.jpg,Magna Carta: Tears of Blood,PS2,Role-Playing,Atlus,SoftMax,6.1,0.22,0.11,,0.08,0.03,2005-11-16, -/games/boxart/full_5661211PALFrontccc.jpg,Pokémon Gold/Pokémon Silver,3DS,Role-Playing,Nintendo,Game Freak,,0.22,,,0.21,0.01,2017-09-22,2018-08-03 -/games/boxart/full_5099061AmericaFrontccc.png,Luminous Arc 2,DS,Role-Playing,Atlus,imageepoch Inc.,7.5,0.22,0.2,,0,0.02,2008-11-18, -/games/boxart/full_2493637AmericaFrontccc.jpg,Ragnarok DS,DS,Role-Playing,Xseed Games,GungHo Works,7,0.22,0.1,0.11,,0.01,2010-02-16, -/games/boxart/6865319ccc.jpg,Breath of Fire,GBA,Role-Playing,Capcom,Capcom,7.8,0.22,0.11,0.06,0.04,0,2001-12-13, -/games/boxart/full_5774437AmericaFrontccc.jpg,Lords of the Fallen,XOne,Role-Playing,Namco Bandai Games,DECK13 Interactive,,0.22,0.1,,0.1,0.02,2014-10-28,2018-05-10 -/games/boxart/full_4173875AmericaFrontccc.jpg,Growlanser: Heritage of War,PS2,Role-Playing,Atlus,Career Soft,,0.22,0.11,,0.08,0.03,2007-09-18, -/games/boxart/full_hunted-the-demons-forge_236AmericaFront.jpg,Hunted: The Demon's Forge,X360,Role-Playing,Bethesda Softworks,InXile Entertainment,6,0.22,0.13,0,0.07,0.02,2011-05-31, -/games/boxart/full_8522489JapanFrontccc.jpg,Digimon World Re:Digitize,PSP,Role-Playing,Namco Bandai Games,Tri-Crescendo,,0.22,,0.22,,,2012-07-19,2018-10-31 -/games/boxart/full_7551368AmericaFrontccc.jpg,Skies of Arcadia Legends,GC,Role-Playing,Sega,Overworks,8.6,0.22,0.17,,0.04,0.01,2003-01-27, -/games/boxart/8051336ccc.jpg,The Fairly OddParents: Breakin' Da Rules,GC,Platform,THQ,Blitz Games,,0.21,0.16,,0.04,0.01,2003-11-03, -/games/boxart/default.jpg,Lunar: Silver Star Story Complete,SAT,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,0.21,,0.21,,0,1997-07-04, -/games/boxart/3819481ccc.jpg,NHL Hitz 20-02,GC,Sports,Midway Games,EA Black Box,,0.21,0.16,,0.04,0.01,2001-11-17, -/games/boxart/full_5997214AmericaFrontccc.jpg,NCAA Football 2003,GC,Sports,EA Sports,EA Tiburon,9.2,0.21,0.16,,0.04,0.01,2002-07-20, -/games/boxart/full_8689035PALFrontccc.jpg,Ys VIII: Lacrimosa of Dana,PS4,Role-Playing,NIS America,Falcom,,0.21,0.08,0.08,0.04,0.02,2017-09-12,2018-01-10 -/games/boxart/full_7511702AmericaFrontccc.jpg,Radiant Historia: Perfect Chronology,3DS,Role-Playing,Atlus,Atlus,8.1,0.21,0.11,0.06,0.03,0.01,2018-02-13,2018-03-01 -/games/boxart/full_2062457JapanFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel,PS3,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.21,0.06,0.12,0.02,0.02,2015-12-22,2018-10-31 -/games/boxart/full_sbk-x-superbike-world-championship_795AmericaFront.jpg,SBK X: Superbike World Championship,PS3,Racing,Deep Silver,Milestone S.r.l,,0.21,0.05,,0.13,0.04,2010-12-07, -/games/boxart/110776ccc.jpg,Cruis'n Exotica,N64,Racing,Midway Games,Gratuitous Games,5.8,0.21,0.17,,0.04,0,2000-10-16, -/games/boxart/full_8413078AmericaFrontccc.jpg,SBK Superbike World Championship,X360,Racing,Conspiracy Entertainment,Milestone,,0.21,0.06,,0.14,0.01,2009-03-03, -/games/boxart/full_4778977AmericaFrontccc.jpg,Rumble Racing,PS2,Racing,Electronic Arts,Electronic Arts,,0.21,0.1,,0.08,0.03,2001-04-23, -/games/boxart/488254ccc.jpg,Rollcage,PS,Racing,Psygnosis,Attention To Detail,,0.21,0.12,,0.08,0.01,1999-03-24, -/games/boxart/223488ccc.jpg,Tiger Woods PGA Tour,PSP,Sports,EA Sports,EA Canada,8,0.21,0.19,,,0.02,2005-03-23, -/games/boxart/9284654ccc.jpg,NHL 2K3,PS2,Sports,Sega,Treyarch,,0.21,0.1,,0.08,0.03,2002-11-10, -/games/boxart/full_8697022JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2012,PS3,Sports,Konami Digital Entertainment,Konami,,0.21,,0.21,,,2012-07-19,2018-11-02 -/games/boxart/full_champion-jockey-g1-jockey-ampamp-gallop-racer_921AmericaFront.jpg,Champion Jockey: G1 Jockey & Gallop Racer,PS3,Sports,Tecmo Koei,Tecmo Koei Games,,0.21,0.06,0.08,0.05,0.02,2011-11-08,2018-07-30 -/games/boxart/full_9244382AmericaFrontccc.jpg,Way of the Samurai 3,X360,Action,UFO Interactive,Acquire,,0.21,0.12,0.02,0.05,0.02,2009-10-13, -/games/boxart/full_barbie-groom-and-glam-pups_0AmericaFront.jpg,Barbie: Groom and Glam Pups,Wii,Action,THQ,THQ,,0.21,0.18,,0.02,0.02,2010-11-16, -/games/boxart/2530216ccc.jpg,JSRF: Jet Set Radio Future,XB,Action,Sega,Smilebit,,0.21,0.13,0.03,0.04,0.01,2002-02-28, -/games/boxart/full_2739405AmericaFrontccc.jpg,The Last Airbender,Wii,Action,THQ,THQ,,0.21,0.12,,0.07,0.02,2010-06-29, -/games/boxart/full_3664066AmericaFrontccc.jpg,7 Days to Die,PS4,Action,Telltale Games,The Fun Pimps,,0.21,0.09,,0.08,0.03,2016-06-28,2018-05-31 -/games/boxart/full_3554814AmericaFrontccc.jpg,The Dukes of Hazzard: Return of the General Lee,PS2,Racing,Ubisoft,Ratbag,,0.21,0.11,,0.08,0.03,2004-09-28, -/games/boxart/5338145ccc.jpg,Crash 'N' Burn,PS2,Racing,Eidos Interactive,Climax Group,,0.21,0.11,,0.08,0.03,2004-11-15, -/games/boxart/full_9538385AmericaFrontccc.jpg,Mortal Kombat: Special Forces,PS,Fighting,Midway Games,Midway Games,,0.21,0.12,,0.08,0.01,2000-06-30, -/games/boxart/full_5118543AmericaFrontccc.jpg,Street Fighter x Tekken,PSV,Fighting,Capcom,Capcom,,0.21,0.1,0.01,0.05,0.04,2012-10-23,2018-11-04 -/games/boxart/7439425ccc.jpg,The Legend of Spyro: The Eternal Night,Wii,Platform,Sierra Entertainment,Krome Studios,,0.21,0.18,,0.02,0.02,2007-10-18, -/games/boxart/full_the-land-before-time-big-water-adventure_556AmericaFront.jpg,The Land Before Time: Big Water Adventure,PS,Platform,TDK Mediactive,Digital Illusions,,0.21,0.12,,0.08,0.01,2002-11-27, -/games/boxart/6433242ccc.jpg,Gex 3: Deep Cover Gecko,N64,Platform,Crave Entertainment,Gratuitous Games,,0.21,0.17,,0.04,0,1999-08-31, -/games/boxart/8235734ccc.jpg,Bionicle,GC,Platform,Electronic Arts,Argonaut Games,4.8,0.21,0.16,,0.04,0.01,2003-10-20, -/games/boxart/full_2879385AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Smash-Up,PS2,Fighting,Ubisoft,Game Arts,7.2,0.21,0.11,,0.08,0.03,2009-09-22, -/games/boxart/537505ccc.jpg,The Con,PSP,Fighting,Sony Computer Entertainment,Think and Feel,6.8,0.21,0.19,,0,0.02,2005-10-18, -/games/boxart/7117507ccc.jpg,Dragon Ball Z: Sagas,GC,Fighting,Atari,Avalanche Software,5.7,0.21,0.16,,0.04,0.01,2005-03-22, -/games/boxart/1879264ccc.jpg,ClayFighter 63 1/3,N64,Fighting,Interplay,Danger Productions,3.1,0.21,0.17,,0.04,0,1997-09-30, -/games/boxart/8078642ccc.jpg,WCW Nitro,N64,Fighting,THQ,Inland Productions,,0.21,0.17,,0.04,0,1998-02-10, -/games/boxart/full_809265JapanFrontccc.jpg,The King of Fighters '96,SAT,Fighting,SNK,SNK Corporation,,0.21,,0.21,,0,1996-12-31, -/games/boxart/full_7696265AmericaFrontccc.jpg,Guilty Gear Xrd: Sign,PS3,Fighting,Aksys Games,Arc System Works,,0.21,0.11,0.07,,0.03,2014-12-16,2018-11-01 -/games/boxart/full_6116084PALFrontccc.jpg,Nintendo Presents: Crossword Collection,DS,Puzzle,Nintendo,Nintendo,,0.21,,,0.19,0.02,2009-12-18, -/games/boxart/111068ccc.jpg,Breakaway IV,2600,Puzzle,Sears,Atari,,0.21,0.2,,0.01,0,1978-01-01, -/games/boxart/6764220ccc.jpg,Tenchu: Return From Darkness,XB,Action,Activision,K2 LLC,,0.21,0.16,,0.05,0.01,2004-03-10, -/games/boxart/1659029ccc.jpg,The Chronicles of Narnia: Prince Caspian,DS,Role-Playing,Disney Interactive Studios,Fall Line Studio,,0.21,0.19,,0.01,0.02,2008-05-15, -/games/boxart/4496765ccc.jpg,Summoner 2,PS2,Role-Playing,THQ,Volition Inc.,,0.21,0.1,,0.08,0.03,2002-09-23, -/games/boxart/full_valkyria-chronicles-iii-unrecorded-chronicles_176JapanFront.jpg,Valkyria Chronicles III: Unrecorded Chronicles,PSP,Role-Playing,Unknown,Sega WOW Overworks,,0.21,,0.21,,,, -/games/boxart/full_3906243AmericaFrontccc.jpg,Fallout 76,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,3.7,0.21,0.12,,0.07,0.02,2018-11-14,2018-12-02 -/games/boxart/full_760464JapanFrontccc.jpg,Bastard!! Utsuro Naru Kamigami no Utsuwa,PS,Role-Playing,Seta Corporation,Seta Corporation,,0.21,,0.2,,0.01,1996-12-28, -/games/boxart/full_7712211JapanFrontccc.jpg,Famicom Mini: Ganbare Goemon! Karakuri Douchuu,GBA,Platform,Konami,Konami,,0.21,,0.2,,0.01,2004-05-21, -/games/boxart/full_2832854AmericaFrontccc.jpg,Pandemonium!,PS,Platform,Crystal Dynamics,Toys for Bob,,0.21,0.12,,0.08,0.01,1996-10-31, -/games/boxart/6448549ccc.jpg,Pac-Man World 3,PS2,Platform,Namco,Blitz Games,,0.21,0.1,,0.08,0.03,2005-11-15, -/games/boxart/full_4685965AmericaFrontccc.jpg,Vampire Rain,X360,Action,AQ Interactive,Artoon,3.9,0.21,0.18,0.01,0,0.02,2007-07-03, -/games/boxart/full_anarchy-reigns_809PALFront.jpg,Anarchy Reigns,PS3,Action,Sega,PlatinumGames,,0.21,0.1,0.06,0.03,0.03,2013-01-08, -/games/boxart/9456436ccc.jpg,Rampage: Total Destruction,Wii,Action,Midway Games,"Pipeworks Software, Inc.",,0.21,0.19,,0.01,0.02,2006-11-14, -/games/boxart/2261442ccc.jpg,Disaster Report,PS2,Action,Agetec,Irem Software Engineering,,0.21,0.03,0.15,0.02,0.01,2003-02-15, -/games/boxart/4681599ccc.jpg,Bratz: Forever Diamondz,GC,Action,THQ,Blitz Games,,0.21,0.17,,0.04,0.01,2006-09-18, -/games/boxart/full_gekijouban-macross-f-itsuwarino-utahime-hybrid-pack_8JapanFront.jpg,Gekijouban Macross F: Itsuwarino Utahime - Hybrid Pack,PS3,Action,Namco Bandai,Bandai Namco Games,,0.21,,0.21,,,2010-10-07, -/games/boxart/full_9202392AmericaFrontccc.jpg,Devil May Cry HD Collection,PS4,Action,Capcom,Capcom,,0.21,0.1,0.02,0.06,0.03,2018-03-13,2018-01-29 -/games/boxart/full_8447721AmericaFrontccc.jpg,Bound By Flame,PS4,Action,Focus Home Interactive,Spiders,,0.21,0.08,,0.09,0.04,2014-05-07,2018-10-31 -/games/boxart/full_1251633PALFrontccc.jpg,Ghostbusters II,2600,Action,Unknown,Salu Ltd.,,0.21,0.2,,0.01,0,, -/games/boxart/full_2814932AmericaFrontccc.jpg,Fate/Extella: The Umbral Star,NS,Action,Xseed Games,Marvelous Entertainment,8,0.21,0.1,0.04,0.06,0.02,2017-07-25,2018-01-02 -/games/boxart/full_frogger-3d_119AmericaFront.jpg,Frogger 3D,3DS,Action,Konami,Alpha Unit,7,0.21,0.16,,0.04,0.02,2011-09-20, -/games/boxart/full_7671848JapanFrontccc.jpg,Project Versus J,PSV,Misc,Namco Bandai Games,Unknown,,0.21,,0.17,0.03,0.01,2015-06-30, -/games/boxart/full_1647919AmericaFrontccc.jpg,Just Dance 2018,XOne,Music,Ubisoft,Ubisoft Paris,,0.21,0.15,,0.04,0.02,2017-10-24,2018-04-06 -/games/boxart/7876899ccc.jpg,Viewtiful Joe 2,PS2,Action,Capcom,Clover Studio,,0.21,0.1,,0.08,0.03,2004-12-07, -/games/boxart/full_9616692AmericaFrontccc.jpg,Bratz: Girlz Really Rock,Wii,Action,THQ,Blitz Games,,0.21,0.19,,0,0.02,2008-10-13, -/games/boxart/full_4631325AmericaFrontccc.jpg,Petz: Horse Club,Wii,Misc,Ubisoft,Phoenix,,0.21,0.2,,,0.02,2008-11-11, -/games/boxart/full_you-dont-know-jack_4AmericaFront.jpg,You Don't Know Jack,Wii,Misc,THQ,"Jellyvision, Inc.",8,0.21,0.19,,,0.02,2011-02-08, -/games/boxart/3703449ccc.jpg,World Poker Tour,PS2,Misc,2K Sports,2K Sports,,0.21,0.1,,0.08,0.03,2005-10-18, -/games/boxart/full_hasbro-family-game-night-3_2AmericaFront.jpg,Hasbro Family Game Night 3,X360,Misc,Electronic Arts,EA Bright Light,,0.21,0.17,,0.03,0.02,2010-10-26, -/games/boxart/full_9601028AmericaFrontccc.jpg,Order Up!,Wii,Misc,Zoo Games,SuperVillain Studios,,0.21,0.19,,0.01,0.02,2008-07-22, -/games/boxart/6148087ccc.jpg,Rayman Raving Rabbids,X360,Misc,Ubisoft,Ubisoft Montpellier,6.4,0.21,0.18,,0.01,0.02,2007-04-24, -/games/boxart/full_816348AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,PS4,Misc,Tecmo Koei,Unknown,,0.21,0.07,0.04,0.07,0.03,2015-01-24, -/games/boxart/full_you-dont-know-jack_797AmericaFront.jpg,You Don't Know Jack,X360,Misc,THQ,"Jellyvision, Inc.",7.7,0.21,0.19,,,0.02,2011-02-08, -/games/boxart/full_335476JapanFrontccc.jpg,Momotarou Dentetsu 16,PS2,Misc,Hudson Soft,Hudson Soft,,0.21,,0.21,,,2006-12-07, -/games/boxart/full_1134830JapanFrontccc.jpg,Magician's Quest: Town of Magic,3DS,Misc,Konami Digital Entertainment,Konami,,0.21,,0.21,,,2012-12-20,2018-10-31 -/games/boxart/full_406981AmericaFrontccc.jpg,A Boy and His Blob,Wii,Platform,Majesco,WayForward Technologies,7.9,0.21,0.18,,0.01,0.02,2009-10-13, -/games/boxart/full_302055JapanFrontccc.jpg,Heisei Kyouiku linkai DS,DS,Misc,Namco Bandai,Bandai Namco Games,,0.21,,0.21,,,2006-12-21, -/games/boxart/full_3690982AmericaFrontccc.jpg,Conflict Zone,PS2,Strategy,Ubisoft,MASA Group,,0.21,0.1,,0.08,0.03,2002-10-19, -/games/boxart/full_6310762AmericaFrontccc.jpg,Age of Empires: Mythologies,DS,Strategy,THQ,Griptonite,8.2,0.21,0.16,,0.03,0.02,2008-11-24, -/games/boxart/full_yu-gi-oh-5ds-world-championship-2011-over-the-nexus_22AmericaFront.jpg,Yu-Gi-Oh! 5D's World Championship 2011: Over the Nexus,DS,Strategy,Konami,Konami,,0.21,0.1,0.07,0.03,0.01,2011-05-10, -/games/boxart/full_super-robot-taisen-k_7JapanFront.jpg,Super Robot Taisen K,DS,Strategy,Namco Bandai,Banpresto,,0.21,,0.21,,,2009-03-20, -/games/boxart/full_plants-vs-zombies_181AmericaFront.jpg,Plants vs. Zombies,PS3,Strategy,PopCap Games,PopCap,,0.21,0.18,,,0.03,2011-11-15, -/games/boxart/full_8453956AmericaFrontccc.jpg,The Naked Brothers Band: The Video Game,Wii,Misc,THQ,Barking Lizards Technologies,,0.21,0.19,,,0.01,2008-10-20, -/games/boxart/5438266ccc.jpg,Maximo vs Army of Zin,PS2,Platform,Capcom,Capcom,,0.21,0.1,,0.08,0.03,2004-01-20, -/games/boxart/full_4391896AmericaFrontccc.jpg,Shadow of Destiny,PS2,Adventure,Konami,Konami,,0.21,0.09,0.03,0.07,0.02,2001-03-05, -/games/boxart/full_1880594AmericaFrontccc.jpg,Prison Break: The Conspiracy,X360,Adventure,Deep Silver,ZootFly,3.3,0.21,0.07,,0.11,0.02,2010-03-30, -/games/boxart/full_1654960AmericaFrontccc.jpg,Disney's Planes,WiiU,Adventure,Disney Interactive Studios,Behaviour Interactive,,0.21,0.14,,0.04,0.02,2013-08-06,2018-03-15 -/games/boxart/full_9824393JapanFrontccc.jpg,NOëL: NOT DiGITAL,PS,Adventure,Pioneer LDC,Pioneer LDC,,0.21,,0.2,,0.01,1996-07-26, -/games/boxart/full_1572559AmericaFrontccc.jpg,SpongeBob SquarePants: Game Boy Advance Video Volume 3,GBA,Misc,Majesco,Majesco Games,,0.21,0.15,,0.05,0,2004-11-01, -/games/boxart/full_3979137AmericaFrontccc.jpg,Cursed Mountain,Wii,Adventure,Deep Silver,Sproing Interactive Media / Deep Silver Vienna,6.3,0.21,0.09,,0.1,0.02,2009-08-25, -/games/boxart/full_4810774JapanFrontccc.jpg,Yarudora Series Vol. 2: Kisetsu wo Dakishimete,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,0.21,,0.19,,0.01,1998-07-23, -/games/boxart/full_55185AmericaFrontccc.jpg,Bugs Bunny & Taz: Time Busters,PS,Adventure,Infogrames,Artificial Mind and Movement,8,0.21,0.11,,0.08,0.01,2000-11-24, -/games/boxart/3248836ccc.jpg,Robotech: Battlecry,XB,Shooter,TDK Mediactive,Vicious Cycle,,0.21,0.16,,0.05,0.01,2002-09-25, -/games/boxart/full_5945492AmericaFrontccc.jpg,Darkwatch,XB,Shooter,Capcom,High Moon Studios,,0.21,0.16,,0.05,0.01,2005-08-16, -/games/boxart/full_greg-hastings-paintball-2_3AmericaFront.jpg,Greg Hastings Paintball 2,X360,Shooter,Majesco,Super X Studios,,0.21,0.19,,,0.01,2010-09-28, -/games/boxart/full_5053685AmericaFrontccc.jpg,theHunter: Call of the Wild,XOne,Shooter,THQ Nordic,Expansive Worlds,,0.21,0.18,,,0.02,2017-10-02,2018-06-19 -/games/boxart/full_7778921AmericaFrontccc.jpg,Dead to Rights: Retribution,X360,Shooter,Namco Bandai,Volatile Games,5.7,0.21,0.11,0,0.08,0.02,2010-04-27, -/games/boxart/full_6550275AmericaFrontccc.jpg,Unreal II: The Awakening,XB,Shooter,Atari,Tantalus Interactive,,0.21,0.17,,0.04,0.01,2004-02-10, -/games/boxart/full_de-blob-2_131AmericaFront.jpg,de Blob 2,PS3,Platform,THQ,Blue Tongue,7.5,0.21,0.11,,0.07,0.03,2011-02-22, -/games/boxart/full_7628437AmericaFrontccc.jpg,Hitman: HD Trilogy,PS3,Misc,Square Enix,Unknown,,0.21,0.07,,0.1,0.03,2013-01-29, -/games/boxart/full_9010365AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,X360,Misc,Disney Interactive Studios,Page 44 Studios,,0.21,0.19,,0,0.02,2008-10-28, -/games/boxart/full_yoostar2_296AmericaFront.jpg,Yoostar2,X360,Misc,Unknown,Blitz Game Studios,,0.21,0.11,,0.09,0.02,2011-03-08, -/games/boxart/full_4158518AmericaFrontccc.jpg,Monopoly,N64,Misc,Hasbro Interactive,Minds-Eye Productions,,0.21,0.17,,0.04,0,1999-12-17, -/games/boxart/full_2354365AmericaFrontccc.jpg,Disney's Planes,DS,Misc,Disney Interactive Studios,TOSE,,0.21,0.11,,0.09,0.02,2013-08-06,2018-03-15 -/games/boxart/5640884ccc.jpg,World Series of Poker,PSP,Misc,Activision Value,Activision Value,3.3,0.21,0.19,,0,0.02,2005-09-14, -/games/boxart/7076524ccc.jpg,Namco Museum: 50th Anniversary,GC,Misc,Namco,Digital Eclipse,,0.21,0.17,,0.04,0.01,2005-08-30, -/games/boxart/full_now-thats-what-i-call-music-dance-ampamp-sing_252PALFront.jpg,Now! That's What I Call Music: Dance & Sing,Wii,Misc,Unknown,Tubby Games,,0.21,,,0.18,0.03,2011-11-25, -/games/boxart/full_5608516AmericaFrontccc.jpg,50 Cent: Blood on the Sand,X360,Shooter,THQ,Swordfish Studios,7.3,0.21,0.12,0,0.07,0.02,2009-02-24, -/games/boxart/full_3899261AmericaFrontccc.jpg,Quake III: Revolution,PS2,Shooter,Electronic Arts,Bullfrog Productions,,0.21,0.1,,0.08,0.03,2001-03-26, -/games/boxart/full_3905730AmericaFrontccc.jpg,WinBack: Covert Operations,N64,Shooter,KOEI,Omega Force,,0.21,0.17,,0.04,0,1999-09-30, -/games/boxart/full_8746836JapanFrontccc.jpg,EVE: burst error,SAT,Adventure,Imagineer,C's Ware,,0.21,,0.21,,,1997-01-24, -/games/boxart/full_the-magic-school-bus-oceans_949AmericaFront.jpg,The Magic School Bus: Oceans,DS,Adventure,Scholastic Inc.,Scholastic Media,,0.21,0.2,,,0.02,2011-10-25, -/games/boxart/full_3451286AmericaFrontccc.jpg,Hannah Montana: The Movie,X360,Adventure,Disney Interactive Studios,n-Space,,0.21,0.14,,0.05,0.02,2009-04-07, -/games/boxart/full_6531615AmericaFrontccc.jpg,EVE: Valkyrie,PS4,Shooter,Sony Interactive Entertainment,CCP,,0.21,0.11,,0.06,0.04,2016-10-13,2018-06-15 -/games/boxart/full_943266AmericaFrontccc.jpg,Robotech: The Macross Saga,GBA,Shooter,TDK Mediactive,Lucky Chicken,,0.21,0.15,,0.06,0,2002-10-27, -/games/boxart/full_7615083AmericaFrontccc.png,Homefront: The Revolution,XOne,Shooter,Deep Silver,Dambuster Studios,,0.21,0.1,,0.09,0.02,2016-05-17,2018-05-24 -/games/boxart/full_7811566AmericaFrontccc.jpg,Neo Contra,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,6.9,0.21,0.1,,0.08,0.03,2004-10-19, -/games/boxart/full_7796635AmericaFrontccc.jpg,Lost Planet 3,PS3,Shooter,Capcom,Spark Unlimited,,0.21,0.07,0.06,0.05,0.03,2013-08-27,2018-10-31 -/games/boxart/1004885ccc.jpg,BloodRayne,XB,Shooter,Majesco,Terminal Reality,7.3,0.21,0.16,,0.05,0.01,2002-10-15, -/games/boxart/8378757ccc.jpg,MTV Celebrity Deathmatch,XB,Fighting,Gotham Games,Big Ape Productions,,0.21,0.16,,0.05,0.01,2003-10-14, -/games/boxart/full_1228569AmericaFrontccc.jpg,Where's Waldo? The Fantastic Journey,DS,Adventure,Ubisoft,Classic Media Distribution Limited,,0.21,0.2,,,0.02,2009-09-22, -/games/boxart/full_9942184AmericaFrontccc.jpg,Marvel Super Hero Squad,PSP,Adventure,THQ,Mass Media Inc.,,0.21,0.17,,0.02,0.02,2009-10-20, -/games/boxart/19738ccc.jpg,Prince of Persia: Revelations,PSP,Adventure,Ubisoft,"Pipeworks Software, Inc.",6.3,0.21,0.18,,0.01,0.02,2005-12-06, -/games/boxart/full_7021535PALFrontccc.jpg,SingStar Pop Edition,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.21,,,0.19,0.03,2009-05-01, -/games/boxart/full_7409576AmericaFrontccc.jpg,Petz Rescue: Wildlife Vet,Wii,Simulation,Ubisoft,Virtual Toys / Lexis Numerique,,0.21,0.2,,0,0.02,2008-10-21, -/games/boxart/full_2799783AmericaFrontccc.jpg,Imagine: Boutique Owner,DS,Simulation,Ubisoft,Creative Patterns,,0.21,0.2,,0,0.01,2009-06-02, -/games/boxart/full_4943783AmericaFrontccc.jpg,College Hoops 2K7,X360,Sports,2K Sports,Visual Concepts,7.9,0.21,0.2,,,0.02,2006-11-20, -/games/boxart/7844044ccc.jpg,NCAA March Madness 08,X360,Sports,EA Sports,EA Canada,,0.21,0.2,,,0.02,2007-12-11, -/games/boxart/full_3310194AmericaFrontccc.jpg,Madden NFL 07,DS,Sports,EA Sports,Exient Entertainment,6.9,0.21,0.2,,0,0.02,2006-08-22, -/games/boxart/7145594ccc.jpg,Deus Ex: The Conspiracy,PS2,Action,Eidos Interactive,Ion Storm,8,0.21,0.1,,0.08,0.03,2002-03-25, -/games/boxart/full_3272942AmericaFrontccc.jpg,Spider-Man: Web of Shadows,PS2,Action,Activision,Shaba Games / Treyarch,6.9,0.21,0.1,,0.08,0.03,2008-10-21, -/games/boxart/8080931ccc.jpg,Batman Begins,XB,Action,Electronic Arts,Eurocom Entertainment Software,,0.21,0.16,,0.04,0.01,2005-06-14, -/games/boxart/default.jpg,DEFIANCE,PC,Action,Trion Worlds,Trion Worlds,,0.21,0.14,,0.04,0.02,2013-04-02, -/games/boxart/full_5185832AmericaFrontccc.jpg,Wedding Dash,DS,Simulation,Zoo Games,PlayFirst,,0.21,0.19,,,0.01,2009-11-09, -/games/boxart/full_pro-evolution-soccer-2012_623AmericaFront.jpg,Pro Evolution Soccer 2012,Wii,Sports,Konami,Konami,,0.21,0.08,0.03,0.08,0.02,2011-11-15, -/games/boxart/full_3431727PALFrontccc.jpg,Move Fitness,PS3,Sports,Sony Computer Entertainment,Sony Computer Entertainment,5,0.21,,,0.17,0.04,2013-03-26, -/games/boxart/full_9413046AmericaFrontccc.jpg,StokEd,X360,Sports,Destineer,Bongfish,,0.21,0.18,,0.01,0.02,2009-02-26, -/games/boxart/full_5446264AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,PS3,Action,Electronic Arts,Double Helix Games,4.3,0.21,0.11,,0.07,0.03,2009-08-04, -/games/boxart/3103181ccc.jpg,BeyBlade VForce: Super Tournament Battle,GC,Action,Atari,Takara,2.5,0.21,0.16,,0.04,0.01,2003-09-23, -/games/boxart/full_6576642AmericaFrontccc.jpg,Bass Pro Shops: The Strike,X360,Sports,XS Games,Griffin International,,0.21,0.2,,,0.02,2009-09-29, -/games/boxart/full_2582165AmericaFrontccc.jpg,FIFA 16,PC,Sports,EA Sports,EA Canada,8.5,0.21,0.07,,0.13,0.02,2015-09-22,2018-04-01 -/games/boxart/full_1293544JapanFrontccc.jpg,Kan Colle Kai,PSV,Action,Kadokawa Games,Kadokawa Games,,0.21,,0.21,,,2016-02-18,2018-05-31 -/games/boxart/2501444ccc.jpg,Evil Dead: Regeneration,PS2,Action,THQ,Cranky Pants Games,,0.21,0.1,,0.08,0.03,2005-09-13, -/games/boxart/full_4713636AmericaFrontccc.jpg,Tenchu: Shadow Assassins,Wii,Action,Ubisoft,Acquire,7,0.21,0.15,0.03,0.01,0.01,2009-02-05, -/games/boxart/full_3271447AmericaFrontccc.jpg,LBX: Little Battlers eXperience,3DS,Action,Nintendo,Level 5,7,0.21,,0.21,,,2015-08-21,2018-08-31 -/games/boxart/2045857ccc.gif,X2: Wolverine's Revenge,XB,Action,Activision,GenePool,5.8,0.21,0.15,,0.04,0.01,2003-04-15, -/games/boxart/5461812ccc.jpg,Power Rangers: Wild Force,GBA,Action,THQ,Natsume,,0.21,0.15,,0.05,0,2002-08-19, -/games/boxart/full_9601421AmericaFrontccc.jpg,Tony Hawk's American Sk8land,DS,Sports,Activision,Vicarious Visions,8.7,0.21,0.19,,0.01,0.02,2005-11-16, -/games/boxart/7573401ccc.jpg,MVP Baseball,PSP,Sports,Electronic Arts,EA Canada,6.6,0.21,0.2,,,0.02,2005-05-18, -/games/boxart/61542ccc.jpg,RealSports Baseball,2600,Sports,Atari,Atari,,0.21,0.2,,0.01,0,1982-01-01, -/games/boxart/full_1983075AmericaFrontccc.jpg,NBA,PSP,Sports,Sony Computer Entertainment,989 Sports,6.4,0.21,0.2,,,0.02,2005-03-16, -/games/boxart/full_8671099JapanFrontccc.jpg,Pro Yakyuu Greatest Nine '97,SAT,Sports,Sega,Sega,,0.21,,0.21,,,1997-03-28, -/games/boxart/full_9298260JapanFrontccc.jpg,Dorabase DS: Dramatic Stadium,DS,Sports,Namco Bandai,Bandai Namco Games,,0.21,,0.21,,,2007-12-20, -/games/boxart/full_3276050AmericaFrontccc.png,MLB 10: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,7,0.21,0.19,,,0.02,2010-03-02, -/games/boxart/3071745ccc.jpg,Brunswick Pro Bowling,PSP,Sports,Crave Entertainment,Point of View,6.5,0.21,0.19,,,0.02,2007-08-28, -/games/boxart/7406331ccc.jpg,Cabela's Deer Hunt: 2004 Season,XB,Sports,Activision,FUN Labs,,0.21,0.16,,0.05,0.01,2003-08-27, -/games/boxart/full_7738697AmericaFrontccc.jpg,NBA Live 16,PS4,Sports,EA Sports,EA Tiburon,,0.21,0.13,,0.05,0.04,2015-09-29,2018-05-30 -/games/boxart/full_9012047AmericaFrontccc.jpg,Backyard NFL Football '09,Wii,Sports,Atari,Humongous Entertainment,,0.21,0.2,,,0.02,2008-10-21, -/games/boxart/4277775ccc.jpg,NHL 2K6,XB,Sports,2K Sports,Kush Games,,0.21,0.16,,0.05,0.01,2005-09-06, -/games/boxart/full_2823155AmericaFrontccc.jpg,ESPN Winter X Games: Snowboarding 2002,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.21,0.1,,0.08,0.03,2000-10-24, -/games/boxart/full_2375663AmericaFrontccc.jpg,Tony Hawk's Motion,DS,Sports,Activision,Creat Studios,,0.21,0.19,,0,0.02,2008-11-18, -/games/boxart/2564940ccc.jpg,NCAA March Madness 07,X360,Sports,EA Sports,EA Canada,,0.21,0.19,,,0.02,2007-01-17, -/games/boxart/full_9747326AmericaFrontccc.jpg,The BIGS 2,X360,Sports,2K Sports,Blue Castle Games,,0.21,0.19,,0.01,0.02,2009-07-07, -/games/boxart/full_7305720AmericaFrontccc.jpg,NBA In The Zone 2000,PS,Sports,Konami,KCEO,,0.21,0.12,,0.08,0.01,2000-02-02, -/games/boxart/full_9047056AmericaFrontccc.jpg,Zone of the Enders HD Collection,X360,Action,Konami Digital Entertainment,Kojima Productions,,0.21,0.15,0.01,0.03,0.02,2012-10-30,2018-01-28 -/games/boxart/7874253ccc.jpg,Project: Snowblind,PS2,Action,Eidos Interactive,Unknown,,0.21,0.1,,0.08,0.03,2005-02-23, -/games/boxart/full_9329232AmericaFrontccc.jpg,The Amazing Spider-Man (2012),3DS,Action-Adventure,Activision,Beenox,7,0.21,0.16,,0.03,0.02,2012-06-26,2018-03-15 -/games/boxart/full_4192520AmericaFrontccc.jpg,State of Decay: Year One Survival Edition,XOne,Action-Adventure,Microsoft Studios,Undead Labs,,0.21,0.14,,0.05,0.02,2015-04-28,2018-09-25 -/games/boxart/2978604ccc.jpg,WCW Backstage Assault,PS,Fighting,Electronic Arts,Electronic Arts,,0.21,0.12,,0.08,0.01,2000-01-01, -/games/boxart/full_382424AmericaFrontccc.jpg,X-Men: Children of the Atom,SAT,Fighting,Capcom,Rutubo Games,,0.21,,0.21,,,1996-01-01, -/games/boxart/8452672ccc.jpg,Final Fight One,GBA,Fighting,Capcom,Capcom,8.2,0.21,0.09,0.08,0.03,0,2001-09-26, -/games/boxart/full_4289534AmericaFrontccc.jpg,Star Trek: The Game,X360,Action-Adventure,Namco Bandai Games,Digital Extremes,5.2,0.21,0.12,,0.08,0.02,2013-04-23,2018-10-29 -/games/boxart/full_3255962AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,PC,Action-Adventure,Ubisoft,Ubisoft Toronto,8.9,0.21,0.06,,0.14,0.02,2013-08-20,2018-03-08 -/games/boxart/full_4213087JapanFrontccc.jpg,Angel Blade: Neo Tokyo Guardians,PS,Role-Playing,On Demand,Nippon Ichi Software,,0.21,0.12,,0.08,0.01,1997-07-03, -/games/boxart/default.jpg,Yu Yu Hakusho: Dark Tournament,PS2,Fighting,Unknown,Digital Fiction,,0.21,0.1,,0.08,0.03,, -/games/boxart/full_4379029AmericaFrontccc.jpg,Conan Exiles,PS4,Action-Adventure,Maximum Games,Funcom Oslo A/S,,0.21,0.05,0.09,0.05,0.02,2018-05-08,2018-09-26 -/games/boxart/full_ufc-undisputed-2010_9AmericaFront.jpg,UFC Undisputed 2010,PSP,Fighting,THQ,Yuke's Future Media Creators,7.7,0.21,0.11,,0.07,0.04,2010-09-07, -/games/boxart/full_4124868AmericaFrontccc.jpg,Threads of Fate,PS,Role-Playing,Square EA,SquareSoft,7.8,0.21,0.12,,0.08,0.01,2000-07-14, -/games/boxart/full_3935346JapanFrontccc.jpg,PoPoLoCrois Monogatari II,PS,Role-Playing,Sony Computer Entertainment,G-Artists,,0.21,,0.2,,0.01,2000-01-27, -/games/boxart/full_tales-of-phantasia-narikiri-dungeon-x_2JapanFront.jpg,Tales of Phantasia: Narikiri Dungeon X,PSP,Role-Playing,Namco Bandai,Alfa System,,0.21,,0.21,,,2010-08-05, -/games/boxart/full_8198127AmericaFrontccc.jpg,Blue Dragon Plus,DS,Role-Playing,Ignition Entertainment,Mistwalker Corporation / Brownie Brown Inc. / Feelplus Inc.,6.5,0.21,0.12,0.05,0.03,0.01,2009-02-19, -/games/boxart/full_3120911AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,PS4,Role-Playing,Capcom,Capcom,,0.21,0.07,0.03,0.07,0.03,2017-10-03,2019-03-22 -/games/boxart/full_9217793AmericaFrontccc.jpg,Shin Megami Tensei: Persona 3 (jp sales),PS2,Role-Playing,Atlus,Atlus Co.,,0.21,,0.21,,,2007-08-14, -/games/boxart/full_6267404AmericaFrontccc.jpg,Naruto: Clash of Ninja (JP sales),GC,Fighting,D3 Publisher,Tomy Corporation,,0.21,,0.21,,0.01,2006-03-07, -/games/boxart/full_9406781JapanFrontccc.jpg,Dragon Ball Z Hyper Dimension,SNES,Fighting,Bandai,TOSE,,0.21,,0.21,,,1996-01-01, -/games/boxart/full_1493660AmericaFrontccc.jpg,HBO Boxing,PS,Fighting,Acclaim Entertainment,Osiris Studios,,0.21,0.12,,0.08,0.01,2000-11-20, -/games/boxart/full_5826679AmericaFrontccc.jpg,Tekken 3D: Prime Edition,3DS,Fighting,Namco Bandai,Namco Bandai Games,6.5,0.21,0.06,0.05,0.08,0.01,2012-02-14, -/games/boxart/683243ccc.jpg,Dark Summit,PS2,Sports,THQ,Radical Entertainment,,0.21,0.11,,0.08,0.03,2001-11-26, -/games/boxart/full_5095240AmericaFrontccc.jpg,Cabela's Big Game Hunter: Ultimate Challenge,PS,Sports,Activision Value,Coresoft,,0.21,0.12,,0.08,0.01,2001-12-04, -/games/boxart/full_the-lord-of-the-rings-war-in-the-north_4AmericaFront.jpg,The Lord of the Rings: War in the North,PC,Role-Playing,Warner Bros. Interactive,Snowblind Studios,6.5,0.21,0.07,,0.11,0.03,2011-11-01, -/games/boxart/1506727ccc.jpg,The Bard's Tale,PS2,Role-Playing,inXile Entertainment,InXile Entertainment,,0.21,0.1,,0.08,0.03,2004-10-26, -/games/boxart/full_754098AmericaFrontccc.jpg,Wacky Races: Crash & Dash,DS,Racing,Warner Bros. Interactive,Farmind Ltd,,0.21,0.19,,0,0.01,2008-06-17, -/games/boxart/full_4860319AmericaFrontccc.jpg,Speed Racer: The Videogame,PS2,Racing,Warner Bros. Interactive,Sidhe Interactive,,0.21,0.1,,0.08,0.03,2008-09-16, -/games/boxart/full_2448917AmericaFrontccc.jpg,Wild Wild Racing,PS2,Racing,Interplay,Rage Software,,0.21,0.1,,0.08,0.03,2000-10-25, -/games/boxart/7388723ccc.jpg,Baja: Edge of Control,PS3,Racing,THQ,2XL Games,5,0.21,0.1,,0.08,0.03,2008-09-22, -/games/boxart/full_7730349PALFrontccc.jpg,DiRT Rally,XOne,Racing,Codemasters,Codemasters,,0.21,0.12,,0.08,0.02,2016-04-05, -/games/boxart/full_tron-evolution-battle-grids_8AmericaFront.jpg,TRON: Evolution - Battle Grids,Wii,Racing,Disney Interactive Studios,n-Space,,0.21,0.17,,0.03,0.01,2010-12-07, -/games/boxart/full_shrek-reekin-havoc_569AmericaFront.jpg,Shrek: Reekin' Havoc,GBA,Platform,TDK Mediactive,TOSE Software,,0.21,0.15,,0.06,0,2003-07-30, -/games/boxart/full_7163829AmericaFrontccc.jpg,NBA Live 18,XOne,Sports,EA Sports,EA Sports,,0.21,0.18,,,0.02,2017-09-15,2018-05-30 -/games/boxart/full_3931859JapanFrontccc.jpg,Pro Yakyuu Spirits 2010,PS3,Sports,Konami,PawaPuro Production,,0.21,,0.21,,,2010-04-01, -/games/boxart/full_3114885AmericaFrontccc.jpg,Gallop Racer 2003: A New Breed,PS2,Sports,Tecmo,Tecmo,,0.21,0.04,0.12,0.03,0.01,2003-03-31, -/games/boxart/full_1944387AmericaFrontccc.jpg,Outlaw Golf 2,XB,Sports,Global Star Software,Hypnotix,,0.21,0.15,,0.04,0.01,2004-10-21, -/games/boxart/full_4828933JapanFrontccc.jpg,J-League Winning Eleven 10 + Europa League 06-07,PS2,Sports,Konami,Konami,,0.21,,0.21,,,2006-11-22, -/games/boxart/full_2824942PALFrontccc.jpg,The Sims 4: Cats & Dogs,PC,Simulation,Electronic Arts,Maxis,,0.21,,,0.2,0.01,2017-11-10,2018-06-30 -/games/boxart/full_3449044AmericaFrontccc.jpg,Discovery Kids: Pony Paradise,DS,Simulation,505 Games,505 Games,,0.21,0.19,,,0.01,2009-03-26, -/games/boxart/full_1202651AmericaFrontccc.jpg,NCAA Football 10,PSP,Sports,EA Sports,EA Tiburon,7,0.21,0.19,,,0.02,2009-07-14, -/games/boxart/5301343ccc.jpg,NHL 2003,XB,Sports,EA Sports,EA Canada,,0.21,0.15,,0.04,0.01,2002-10-09, -/games/boxart/full_1070681AmericaFrontccc.jpg,The Naked Brothers Band: The Video Game,DS,Misc,THQ,1st Playable Productions,,0.2,0.18,,,0.01,2008-10-20, -/games/boxart/full_4517455JapanFrontccc.jpg,Treasure Hunter G,SNES,Role-Playing,Square,Sting,,0.2,,0.2,,,1996-05-24, -/games/boxart/881386ccc.jpg,Magical Tetris Challenge,N64,Puzzle,Capcom,Capcom,,0.2,0.13,0.05,0.02,0,1998-01-01, -/games/boxart/full_9827174AmericaFrontccc.jpg,Bust-A-Move 2 Arcade Edition,PS,Puzzle,Acclaim Entertainment,Taito Corporation,6.9,0.2,0.11,,0.07,0.01,1996-03-29, -/games/boxart/full_9981640AmericaFrontccc.jpg,Batman: Return to Arkham,XOne,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,0.2,0.12,,0.06,0.02,2016-10-18,2018-06-10 -/games/boxart/full_way-of-the-samurai-4_706JapanFront.jpg,Way of the Samurai 4,PS3,Action,Acquire,Acquire,,0.2,,0.16,0.03,0.01,2011-03-03, -/games/boxart/467096ccc.jpg,Predator: Concrete Jungle,PS2,Action,VU Games,Eurocom Entertainment Software,,0.2,0.1,,0.07,0.03,2005-04-26, -/games/boxart/7180093ccc.jpg,Tigger's Honey Hunt,N64,Platform,NewKidCo,Rivage Games,7.3,0.2,0.16,,0.04,0,2000-11-01, -/games/boxart/6584133ccc.jpg,Classic NES Series: Ice Climber,GBA,Platform,Nintendo,Nintendo,6.1,0.2,,0.2,,,2004-06-02, -/games/boxart/full_8034305AmericaFrontccc.jpg,Record of Agarest War,X360,Role-Playing,Aksys Games,Compile Heart,7,0.2,0.18,0.01,,0.01,2010-04-27, -/games/boxart/full_3136776JapanFrontccc.jpg,Dragon Quest Monsters: Joker 3 - Professional,3DS,Role-Playing,Square Enix,Square Enix,,0.2,,0.2,,,2017-02-09, -/games/boxart/1520949ccc.jpg,Puzzle Challenge: Crosswords and More!,PSP,Puzzle,Crave Entertainment,Supersonic Software,6.4,0.2,0.18,,,0.01,2006-06-09, -/games/boxart/full_mahjongg-mysteries-ancient-egypt_0AmericaFront.jpg,Mahjongg Mysteries: Ancient Egypt,DS,Puzzle,Destineer,LvivMedia,,0.2,0.07,,0.11,0.02,2010-06-24, -/games/boxart/full_500362AmericaFrontccc.jpg,Enchanted Arms,PS3,Role-Playing,Ubisoft,From Software,5.9,0.2,0.17,,0.01,0.02,2007-04-03, -/games/boxart/full_dragon-ball-z-harukanaru-densetsu_242AmericaFront.jpg,Dragon Ball Z: Harukanaru Densetsu,DS,Role-Playing,Atari,Bec,,0.2,0.19,,,0.02,2007-06-05, -/games/boxart/full_9681820AmericaFrontccc.jpg,Mana Khemia 2: Fall of Alchemy,PS2,Role-Playing,NIS America,Gust,8.2,0.2,0.07,0.05,0.05,0.02,2009-08-25, -/games/boxart/full_2811141AmericaFrontccc.jpg,Le Mans 24 Hours,PS2,Racing,Infogrames,Melbourne House Pty Ltd.,,0.2,0.09,0.02,0.07,0.02,2001-08-13, -/games/boxart/4078166ccc.jpg,Pitfall: The Lost Expedition,PS2,Platform,Activision,Edge of Reality,,0.2,0.1,,0.08,0.03,2004-02-18, -/games/boxart/4647264ccc.jpg,Disney's Tarzan,N64,Platform,Activision,Eurocom Entertainment Software,,0.2,0.16,,0.04,0,2000-02-14, -/games/boxart/6993312ccc.jpg,Capcom Fighting Evolution,PS2,Fighting,Capcom,Capcom Production Studio 2,,0.2,0.1,,0.08,0.03,2004-11-16, -/games/boxart/full_6939312AmericaFrontccc.jpg,Kingdom Hearts: The Story So Far,PS4,Role-Playing,Square Enix,Square Enix,,0.2,0.17,,,0.04,2018-10-30,2018-10-07 -/games/boxart/full_1744414AmericaFrontccc.jpg,EVE Online,PC,Role-Playing,Simon & Schuster Interactive,CCP,,0.2,,,0.19,0.01,2003-05-06, -/games/boxart/full_3124621AmericaFrontccc.jpg,Phantasy Star Online,DC,Role-Playing,Sega,Sonic Team,8.9,0.2,,0.2,,,2001-01-29, -/games/boxart/full_533365JapanFrontccc.jpg,Shining Blade,PSP,Role-Playing,Sega,Media.Vision,,0.2,,0.2,,,2012-03-15,2018-11-02 -/games/boxart/359100ccc.jpg,Super Baseball Simulator 1.000,SNES,Sports,Culture Brain,Culture Brain,,0.2,,0.2,,0,1991-12-01, -/games/boxart/7534066ccc.jpg,Backyard Hockey,GBA,Sports,Atari,Mistic Software,6,0.2,0.14,,0.05,0,2003-10-09, -/games/boxart/full_6818495AmericaFrontccc.jpg,Yoga: The first 100% Experience,Wii,Sports,DreamCatcher Interactive,Trine Games,,0.2,0.14,,0.04,0.02,2009-12-07,2018-01-04 -/games/boxart/full_5329910JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2010,PSP,Sports,Konami,PawaPuro Production,,0.2,,0.2,,,2010-07-15, -/games/boxart/full_7182311AmericaFrontccc.jpg,Twisted Edge Extreme Snowboarding,N64,Sports,Midway Games,Boss Game Studios,,0.2,0.16,,0.04,0,1998-11-10, -/games/boxart/full_cabelas-north-american-adventures_1AmericaFront.jpg,Cabela's North American Adventures,Wii,Sports,Activision,Activision,,0.2,0.19,,,0.01,2010-09-14, -/games/boxart/full_6091001PALFrontccc.jpg,Ashes Cricket 2009,X360,Sports,Codemasters,Transmission Games,,0.2,,,0.19,0.01,2009-08-07, -/games/boxart/2022711ccc.jpg,MLB SlugFest 20-03,XB,Sports,Midway Games,Gratuitous Games,,0.2,0.15,,0.04,0.01,2002-08-26, -/games/boxart/full_4361008JapanFrontccc.jpg,Pro Yakyuu Spirits 2012,PSP,Sports,Konami Digital Entertainment,Konami,,0.2,,0.2,,,2012-03-29,2018-11-03 -/games/boxart/full_5532036AmericaFrontccc.jpg,Dead or Alive Paradise,PSP,Misc,Tecmo,Team Ninja,4.5,0.2,0.08,0.07,0.02,0.02,2010-03-30, -/games/boxart/4332616ccc.jpg,San Francisco Rush 2049,N64,Racing,Midway Games,Midway Games,,0.2,0.16,,0.04,0,2000-09-07, -/games/boxart/520626ccc.jpg,IHRA Drag Racing 2004,XB,Racing,Bethesda Softworks,Bethesda Softworks,,0.2,0.15,,0.04,0.01,2003-12-01, -/games/boxart/7590473ccc.jpg,Ford Racing Off Road,PS2,Racing,Strategy First,Razorworks Studios,,0.2,0.1,,0.08,0.03,2008-09-23, -/games/boxart/full_385183AmericaFrontccc.jpg,Project CARS 2,XOne,Racing,Namco Bandai Games,Slightly Mad Studios,9.2,0.2,0.01,,0.18,0.01,2017-09-22, -/games/boxart/full_7837742JapanFrontccc.jpg,The King of Fighters '95,NG,Fighting,SNK,SNK Corporation,,0.2,,0.2,,,1995-09-01, -/games/boxart/5956956ccc.jpg,Big Mutha Truckers 2,PS2,Racing,THQ,Eutechnyx,,0.2,0.1,,0.07,0.03,2005-08-23, -/games/boxart/full_6557159AmericaFrontccc.jpg,Speed Punks,PS,Racing,Sony Computer Entertainment,Fucom,,0.2,0.11,,0.08,0.01,2000-03-31, -/games/boxart/7081134ccc.jpg,Roadsters 99,N64,Racing,Titus,Unknown,6.4,0.2,0.06,,0.13,0.01,1999-11-30, -/games/boxart/full_5599518AmericaFrontccc.jpg,Crazy Taxi 3: High Roller,XB,Racing,Sega,Hitmaker,,0.2,0.14,0.02,0.04,0.01,2002-07-24, -/games/boxart/1579237ccc.jpg,Midnight Club 3: DUB Edition Remix,XB,Racing,Rockstar Games,Rockstar San Diego,,0.2,0.15,,0.04,0.01,2006-03-13, -/games/boxart/5944251ccc.jpg,Baja: Edge of Control,X360,Racing,THQ,2XL Games,5,0.2,0.12,,0.06,0.02,2008-09-22, -/games/boxart/full_6934668AmericaFrontccc.jpg,MotoGP 14,PS4,Racing,Namco Bandai Games,Milestone S.r.l.,,0.2,0.05,,0.11,0.03,2014-11-04,2018-11-03 -/games/boxart/full_1654039AmericaFrontccc.jpg,Spy Hunter,GC,Racing,Midway Games,Point of View,7.9,0.2,0.16,,0.04,0.01,2002-03-11, -/games/boxart/9727717ccc.jpg,Monster Jam,X360,Racing,Activision,Torus Games,,0.2,0.18,,0,0.02,2007-11-13, -/games/boxart/full_3671475AmericaFrontccc.jpg,NBA 07,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,6.9,0.2,0.18,,,0.02,2006-09-25,2018-12-04 -/games/boxart/full_2469463JapanFrontccc.jpg,Famista 64,N64,Sports,Unknown,Namco,,0.2,,0.17,,0.03,, -/games/boxart/3629846ccc.jpg,Tiger Woods PGA Tour 06,PSP,Sports,EA Sports,EA Sports,8,0.2,0.18,,,0.01,2005-09-26, -/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011_298JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011,PSP,Sports,Konami,PawaPuro Production,,0.2,,0.2,,,2011-07-14, -/games/boxart/full_2295518JapanFrontccc.jpg,God Eater Resurrection,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.2,,0.2,,,2016-10-01,2018-06-10 -/games/boxart/full_lego-harry-potter-years-5-7_171AmericaFront.jpg,LEGO Harry Potter: Years 5-7,PSV,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.2,0.07,,0.09,0.04,2012-03-06, -/games/boxart/full_shaun-white-skateboarding_10AmericaFront.jpg,Shaun White Skateboarding,PS3,Sports,Ubisoft,Ubisoft Montreal,6.6,0.2,0.12,,0.05,0.03,2010-10-24, -/games/boxart/5919786ccc.jpg,NBA 2K2,XB,Sports,Sega,Visual Concepts,,0.2,0.15,,0.04,0.01,2002-02-27, -/games/boxart/3305967ccc.jpg,Snowboard Kids,N64,Sports,Atlus,Racdym,8,0.2,0.16,,0.04,0,1997-01-01, -/games/boxart/full_8855296JapanFrontccc.jpg,Pro Yakyuu Spirits 2013,PSP,Sports,Konami Digital Entertainment,Konami,,0.2,,0.2,,,2013-03-20,2018-11-03 -/games/boxart/1262425ccc.jpg,Dave Mirra Freestyle BMX 2,XB,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.2,0.15,,0.04,0.01,2001-11-28, -/games/boxart/2033367ccc.jpg,MVP Baseball 2003,XB,Sports,EA Sports,EA Sports,,0.2,0.15,,0.04,0.01,2003-03-10, -/games/boxart/716224ccc.jpg,NCAA Final Four 2004,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.2,0.1,,0.08,0.03,2003-11-11, -/games/boxart/full_4910881AmericaFrontccc.jpg,Treasure World,DS,Simulation,Aspyr,Aspyr,,0.2,0.18,,,0.02,2009-06-30, -/games/boxart/full_nhl-faceoff-2001_499AmericaFront.jpg,NHL FaceOff 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,4.6,0.2,0.1,,0.07,0.02,2001-02-05, -/games/boxart/full_8478008AmericaFrontccc.jpg,The BIGS 2,PS2,Sports,2K Sports,Blue Castle Games,,0.2,0.1,,0.08,0.03,2009-07-07, -/games/boxart/full_rocket-power-zero-gravity-zone_248AmericaFront.jpg,Rocket Power: Zero Gravity Zone,GBA,Sports,THQ,Altron,,0.2,0.14,,0.05,0,2003-09-04, -/games/boxart/full_422166AmericaFrontccc.jpg,ESPN MLB Baseball,PS2,Sports,Sega,Blue Shift,,0.2,0.1,,0.08,0.03,2004-05-04, -/games/boxart/3831472ccc.jpg,Mat Hoffman's Pro BMX 2,XB,Sports,Activision,Rainbow Studios,,0.2,0.15,,0.04,0.01,2002-08-12, -/games/boxart/full_9060151JapanFrontccc.jpg,Pro Yakyuu Spirits 2013,PS3,Sports,Konami Digital Entertainment,Konami,,0.2,,0.2,,,2013-03-20,2018-11-03 -/games/boxart/9443091ccc.gif,Cabela's Big Game Hunter (2008),PS2,Sports,Activision,Sand Grain Studios,,0.2,0.1,,0.08,0.03,2007-11-06, -/games/boxart/full_ufc-personal-trainer-the-ultimate-fitness-system_437AmericaFront.jpg,UFC Personal Trainer: The Ultimate Fitness System,Wii,Sports,THQ,THQ,,0.2,0.12,,0.06,0.02,2011-07-12, -/games/boxart/full_8753450AmericaFrontccc.jpg,Mobile Suit Gundam: Crossfire,PS3,Simulation,Namco Bandai,Namco Bandai Games America,,0.2,0.06,0.14,0,0.01,2006-11-13, -/games/boxart/full_7388245AmericaFrontccc.jpg,Harvest Moon: More Friends of Mineral Town,GBA,Simulation,Natsume,TOSE Software,8,0.2,0.14,,0.05,0,2005-07-26, -/games/boxart/full_478704AmericaFrontccc.jpg,DarkStar One: Broken Alliance,X360,Simulation,Kalypso,Gaming Minds Studios,6.4,0.2,0.11,,0.07,0.02,2010-07-20, -/games/boxart/full_apache-air-assault_5AmericaFront.jpg,Apache: Air Assault,PS3,Simulation,Activision,Gaijin Entertainment,,0.2,0.11,,0.06,0.02,2010-11-16, -/games/boxart/318626ccc.jpg,Beyblade G-Revolution,GBA,Action,Atari,Full Fat,2.4,0.2,0.15,,0.05,0,2004-11-18, -/games/boxart/full_1362133AmericaFrontccc.jpg,Godzilla (2015),PS4,Action,Namco Bandai Games,Natsume,,0.2,0.11,0.03,0.03,0.03,2015-07-14,2018-04-20 -/games/boxart/full_1535241JapanFrontccc.jpg,Sengoku Basara 2 Heroes,PS2,Action,Capcom,Capcom,,0.2,,0.2,,,2007-11-29, -/games/boxart/full_8530086AmericaFrontccc.jpg,NFL Street 2,GC,Sports,EA Sports BIG,EA Tiburon,8.2,0.2,0.15,,0.04,0.01,2004-12-22, -/games/boxart/7047068ccc.jpg,UFC: Tapout,XB,Fighting,Crave Entertainment,DreamFactory,,0.2,0.14,,0.05,0.01,2002-02-17, -/games/boxart/full_4983896AmericaFrontccc.jpg,Injustice: Gods Among Us,WiiU,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.2,0.09,0,0.09,0.02,2013-04-16,2018-04-22 -/games/boxart/full_4842737AmericaFrontccc.jpg,Shrek: Forever After,PS3,Platform,Activision,XPEC Entertainment Inc.,,0.2,0.16,,0.02,0.03,2010-05-18, -/games/boxart/1802665ccc.jpg,The Fairly Odd Parents: Shadow Showdown,GC,Platform,THQ,Blitz Games,,0.2,0.16,,0.04,0.01,2004-09-08, -/games/boxart/8927162ccc.jpg,X2: Wolverine's Revenge,GBA,Platform,Activision,Vicarious Visions,7.7,0.2,0.14,,0.05,0,2003-04-15, -/games/boxart/full_7857201AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Danger of the Ooze,X360,Platform,Activision,WayForward Technologies,,0.2,0.11,,0.07,0.02,2014-10-28,2018-04-14 -/games/boxart/full_9328387JapanFrontccc.jpg,All Star Pro-Wrestling,PS2,Fighting,Square,SquareSoft,,0.2,,0.2,,,2000-06-08, -/games/boxart/full_arcana-heart-3_282PALFront.jpg,Arcana Heart 3,PS3,Fighting,Aksys Games,Examu Inc.,7,0.2,0.04,0.1,0.05,0.02,2014-09-23, -/games/boxart/full_9223309AmericaFrontccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,GC,Platform,Electronic Arts,Krome Studios,7.4,0.2,0.15,,0.04,0.01,2004-10-12, -/games/boxart/full_8409560AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.2,0.1,,0.08,0.03,2008-10-28, -/games/boxart/full_5903967JapanFrontccc.jpg,Samurai Spirits (CD),NG,Fighting,SNK,SNK Corporation,,0.2,,0.2,,0,1994-09-09, -/games/boxart/full_9931301JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle! 3,GC,Fighting,Bandai,Ganbarion,,0.2,,0.2,,0.01,2003-12-11, -/games/boxart/9981427ccc.jpg,SpongeBob SquarePants: Revenge of the Flying Dutchman,GC,Platform,THQ,Big Sky Software,,0.2,0.15,,0.04,0.01,2002-12-18, -/games/boxart/427600ccc.jpg,Ratatouille,GBA,Platform,THQ,Helixe,6.8,0.2,0.14,,0.05,0,2007-06-26, -/games/boxart/8280221ccc.jpg,The Fairly Odd Parents: Enter the Cleft,GBA,Platform,THQ,Altron,,0.2,0.14,,0.05,0,2002-11-04, -/games/boxart/full_kung-fu-rider_6AmericaFront.jpg,Kung Fu Rider,PS3,Action,Sony Computer Entertainment,SCE Japan Studio,4.3,0.2,0.06,0.01,0.1,0.04,2010-09-17,2018-09-16 -/games/boxart/full_7742814AmericaFrontccc.jpg,Code of Princess,3DS,Action-Adventure,Atlus,Studio Saizensen,7.2,0.2,0.16,0.03,,0.02,2012-10-09,2019-01-05 -/games/boxart/full_9849809AmericaFrontccc.jpg,The Amazing Spider-Man (2012),DS,Action-Adventure,Activision,Other Ocean Interactive,,0.2,0.15,,0.03,0.02,2012-06-26,2018-03-15 -/games/boxart/full_2690362AmericaFrontccc.jpg,Castlevania: Lords of Shadow 2,PS3,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,0.2,0.03,0.02,0.13,0.03,2014-02-25,2018-11-02 -/games/boxart/full_csi-crime-scene-investigation-unsolved_0AmericaFront.jpg,CSI: Unsolved!,DS,Adventure,Ubisoft,Other Ocean Interactive,,0.2,0.13,,0.05,0.02,2010-11-23, -/games/boxart/full_7379737AmericaFrontccc.jpg,Sleeping Dogs: Definitive Edition,XOne,Action-Adventure,Square Enix,United Front Games,7.5,0.2,0.1,,0.09,0.02,2014-10-14,2018-05-01 -/games/boxart/full_31320AmericaFrontccc.jpg,Skylanders: SuperChargers Racing,3DS,Action-Adventure,Activision,Beenox,,0.2,0.11,,0.07,0.02,2015-09-20,2018-04-06 -/games/boxart/8697916ccc.jpg,Grandia II,DC,Role-Playing,Ubisoft,Game Arts,8.6,0.2,,0.2,,0,2000-12-06, -/games/boxart/6347232ccc.jpg,Untold Legends: Dark Kingdom,PS3,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.2,0.14,0.02,0.02,0.02,2006-11-13,2018-09-16 -/games/boxart/full_3830387AmericaFrontccc.jpg,Sid Meier's Pirates!,PSP,Strategy,2K Games,Full Fat,8.5,0.2,0.16,,0.01,0.02,2007-01-22, -/games/boxart/full_7221661JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden,PS,Strategy,KOEI,Koei/Inis,,0.2,,0.19,,0.01,1999-09-09, -/games/boxart/full_1208875AmericaFrontccc.jpg,Bleach: The 3rd Phantom,DS,Role-Playing,Sega,Sega,,0.2,0.1,0.07,0.02,0.01,2009-09-15, -/games/boxart/557486ccc.jpg,CandyLand / Chutes & Ladders / Memory,GBA,Misc,DSI Games,Black Lantern Studios,,0.2,0.15,,0.05,0,2005-11-07, -/games/boxart/6415553ccc.gif,The Bible Game,PS2,Misc,Crave Entertainment,Crave Entertainment,,0.2,0.1,,0.08,0.03,2005-10-23, -/games/boxart/546394ccc.jpg,Neighborhood Games,Wii,Misc,THQ,Jet Black Games,,0.2,0.17,,0.02,0.01,2009-01-12, -/games/boxart/4833593ccc.jpg,My Secret World by Imagine,DS,Misc,Ubisoft,Ubisoft,,0.2,,,0.2,,2008-09-16, -/games/boxart/full_9455769JapanFrontccc.jpg,Taiko no Tatsujin: Waku Waku Anime Matsuri,PS2,Misc,Namco,Namco,,0.2,,0.2,,,2003-12-18, -/games/boxart/full_8281053AmericaFrontccc.jpg,"Ni Hao, Kai-lan: New Year's Celebration",DS,Misc,2K Play,Black Lantern Studios,,0.2,0.19,,0,0.01,2009-11-03, -/games/boxart/595910ccc.jpg,The Cheetah Girls: Passport to Stardom,DS,Misc,Disney Interactive Studios,Handheld Games,,0.2,0.18,,,0.01,2008-08-13, -/games/boxart/full_singstar-back-to-the-80s_298PALFront.jpg,SingStar: Back to the 80s,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.2,,,0.16,0.04,2011-10-28, -/games/boxart/full_7783014JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Aladdin A,PS2,Misc,Sammy Corporation,Sammy Studios,,0.2,,0.2,,,2002-07-18, -/games/boxart/full_1898193AmericaFrontccc.jpg,Namco Museum: 50th Anniversary,GBA,Misc,Namco,Digital Eclipse,,0.2,0.14,,0.05,0,2005-08-30, -/games/boxart/full_4825685AmericaFrontccc.jpg,Press Your Luck 2010 Edition,DS,Misc,Ubisoft,Ludia Inc.,,0.2,0.19,,,0.01,2009-10-27, -/games/boxart/full_3218034JapanFrontccc.jpg,Taiko no Tatsujin: Go! Go! Godaime,PS2,Misc,Namco,Namco,,0.2,,0.2,,,2004-12-09, -/games/boxart/full_6243526AmericaFrontccc.jpg,Taiko Drum Master,PS2,Misc,Namco,Namco,8.1,0.2,0.1,,0.08,0.03,2004-10-26, -/games/boxart/full_just-dance-2-extra-songs_935PALFront.jpg,Just Dance 2: Extra Songs,Wii,Misc,Ubisoft,Ubisoft Paris,,0.2,,,0.17,0.03,2011-07-15, -/games/boxart/full_667304AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,X360,Misc,MTV Games,Harmonix Music Systems,,0.2,0.18,,0.01,0.02,2008-11-17, -/games/boxart/full_3489472JapanFrontccc.jpg,Langrisser III,SAT,Strategy,NCS,NCS,,0.2,,0.2,,,1996-10-18, -/games/boxart/full_439362JapanFrontccc.jpg,Super Robot Taisen 64,N64,Strategy,Banpresto,Banpresto,,0.2,,0.2,,0,1999-10-29, -/games/boxart/full_8692401AmericaFrontccc.jpg,Namco Museum Vol.4,PS,Misc,Namco,Namco,,0.2,0.02,0.16,0.01,0.01,1997-06-30, -/games/boxart/full_5088943JapanFrontccc.jpg,Trade & Battle: Card Hero,GB,Strategy,Nintendo,Intelligent Systems,,0.2,,0.2,,0,2000-02-21, -/games/boxart/full_5862482JapanFrontccc.jpg,SD Gundam GNext,SNES,Strategy,Bandai,Bandai,,0.2,,0.2,,,1995-12-22, -/games/boxart/6667752ccc.jpg,Thrillville,PSP,Strategy,LucasArts,Frontier Developments,7.4,0.2,0.18,,0,0.02,2006-11-21, -/games/boxart/full_6207329AmericaFrontccc.jpg,Suikoden Tactics,PS2,Strategy,Konami,Konami,,0.2,0.06,0.07,0.05,0.02,2005-11-08, -/games/boxart/full_3976793AmericaFrontccc.jpg,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,Wii,Adventure,Activision,Gunnar Games,,0.2,0.11,,0.07,0.02,2009-11-03, -/games/boxart/4376798ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",XB,Adventure,Buena Vista,Traveller's Tales,,0.2,0.15,,0.04,0.01,2005-11-14, -/games/boxart/full_4320304AmericaFrontccc.jpg,Disney Art Academy,3DS,Misc,Nintendo,Headstrong Games,,0.2,0.04,0.1,0.06,0.01,2016-05-13,2019-01-04 -/games/boxart/full_3787121AmericaFrontccc.jpg,World Championship Cards,PSP,Misc,Crave Entertainment,Crave Entertainment,3.9,0.2,0.19,,,0.02,2008-05-27, -/games/boxart/full_7797636PALFrontccc.jpg,Buzz! The Schools Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,0.2,,,0.02,0.19,2008-01-11, -/games/boxart/full_earth-defense-force-insect-armageddon_665AmericaFront.jpg,Earth Defense Force: Insect Armageddon,PS3,Shooter,D3 Publisher,Vicious Cycle,6.6,0.2,0.06,0.08,0.04,0.02,2011-07-05, -/games/boxart/full_5491093AmericaFrontccc.jpg,Body Harvest,N64,Shooter,Midway Games,DMA Design,,0.2,0.16,,0.04,0,1998-10-20, -/games/boxart/full_869662AmericaFrontccc.jpg,Front Mission Evolved,X360,Shooter,Square Enix,Double Helix Games,,0.2,0.1,0.02,0.07,0.02,2010-09-28, -/games/boxart/full_2460623AmericaFrontccc.jpg,Wing Arms,SAT,Shooter,Sega,Sega,,0.2,,0.2,,,1995-01-01, -/games/boxart/full_we-sing-robbie-williams_5PALFront.jpg,We Sing Robbie Williams,Wii,Misc,Nordic Games,Le Cortex,,0.2,,,0.18,0.02,2010-11-12, -/games/boxart/8159199ccc.jpg,Bratz: Rock Angelz,GC,Misc,THQ,Blitz Games,,0.2,0.16,,0.04,0.01,2005-10-05, -/games/boxart/full_6984266PALFrontccc.jpg,Deal or No Deal: The Banker is Back!,DS,Misc,Mindscape,Mindscape,,0.2,,,0.2,0,2008-11-14, -/games/boxart/full_wizards-of-waverly-place-spellbound_4AmericaFront.jpg,Wizards of Waverly Place: Spellbound,DS,Misc,Disney Interactive Studios,Sarbakan Inc.,,0.2,0.16,,0.03,0.01,2010-11-16,2018-08-04 -/games/boxart/full_csi-deadly-intent_141AmericaFront.jpg,CSI: Deadly Intent,X360,Adventure,Ubisoft,Telltale Games,,0.2,0.1,,0.08,0.02,2009-10-27, -/games/boxart/full_9728922AmericaFrontccc.jpg,Eagle Flight,PS4,Adventure,Ubisoft,Ubisoft,,0.2,0.09,,0.08,0.03,2016-11-08,2018-06-29 -/games/boxart/full_6065855JapanFrontccc.jpg,Black Panther 2: Yakuza Ashura Chapter,PSP,Adventure,Sega,Sega,,0.2,,0.2,,,2012-03-22,2018-01-03 -/games/boxart/full_7903993AmericaFrontccc.jpg,Just Dance: Greatest Hits,Wii,Music,Ubisoft,Ubisoft Paris,,0.2,0.14,,0.04,0.02,2012-07-26,2018-11-03 -/games/boxart/full_the-ultimate-red-ball-challenge_215PALFront.jpg,The Ultimate Red Ball Challenge,Wii,Misc,Mindscape,Mindscape Inc.,,0.2,,,0.19,0.01,2009-11-06, -/games/boxart/2905003ccc.jpg,Prince of Persia: Warrior Within,GC,Adventure,Ubisoft,Ubisoft Montreal,8.2,0.2,0.15,,0.04,0.01,2004-11-30, -/games/boxart/full_shutter-island_10AmericaFront.jpg,Shutter Island,PC,Adventure,Merscom LLC,Merscom LLC,,0.2,,,0.17,0.03,2009-10-02, -/games/boxart/full_dance-masters_8AmericaFront.jpg,DanceMasters,X360,Misc,Konami,GCP1,6.2,0.2,0.15,0.02,0.02,0.01,2010-11-04, -/games/boxart/full_body-and-brain-connection_110AmericaFront.jpg,Body and Brain Connection,X360,Misc,Namco Bandai,Namco Bandai Games,6,0.2,0.1,,0.08,0.02,2011-02-08, -/games/boxart/full_5631057AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,PS2,Misc,MTV Games,Harmonix Music Systems,,0.2,0.1,,0.08,0.03,2009-05-19, -/games/boxart/2840297ccc.gif,The Thing,XB,Adventure,VU Games,Computer Artworks,,0.2,0.15,,0.04,0.01,2002-09-09, -/games/boxart/full_8965519AmericaFrontccc.jpg,Chronicles of Mystery: Curse of the Ancient Temple,DS,Adventure,City Interactive,City Interactive,,0.2,0.07,,0.1,0.02,2009-10-27, -/games/boxart/full_4731863AmericaFrontccc.jpg,Mary-Kate and Ashley: Girls Night Out,GBA,Misc,Acclaim Entertainment,Powerhead Games,,0.2,0.15,,0.05,0,2002-03-19, -/games/boxart/full_jillian-michaels-fitness-adventure_177PALFront.jpg,Jillian Michaels' Fitness Adventure,X360,Misc,Majesco,n-Space,,0.2,0.17,,0.02,0.02,2011-11-08, -/games/boxart/full_8442658AmericaFrontccc.png,Battleborn,PC,Shooter,2K Games,Gearbox Software,,0.2,0.12,,0.06,0.02,2016-05-03, -/games/boxart/3271353ccc.jpg,Tom Clancy's Splinter Cell: Essentials,PSP,Shooter,Ubisoft,Ubisoft Montreal,5.6,0.2,0.17,,0.01,0.02,2006-03-21, -/games/boxart/full_2430031JapanFrontccc.jpg,Mobile Suit Gundam Side Story II: Aoi o Uketsugu Mono,SAT,Shooter,Bandai,Bec,,0.2,,0.2,,,1996-12-06, -/games/boxart/full_8035353AmericaFrontccc.jpg,Sniper: Ghost Warrior 2,X360,Shooter,City Interactive,City Interactive,,0.2,0.06,0,0.12,0.01,2013-03-12, -/games/boxart/9935311ccc.jpg,Gladius,PS2,Strategy,LucasArts,LucasArts,,0.2,0.1,,0.08,0.03,2003-10-28, -/games/boxart/full_6773773AmericaFrontccc.jpg,Total War: Shogun 2 - Fall of the Samurai,PC,Strategy,Sega,The Creative Assembly,,0.2,0.07,,0.1,0.02,2012-03-23,2018-11-03 -/games/boxart/1236474ccc.jpg,Dead to Rights II,PS2,Shooter,Namco,WideScreen Games,,0.2,0.1,,0.08,0.03,2005-04-12, -/games/boxart/full_3797467AmericaFrontccc.jpg,MDK,PS,Shooter,Playmates,Shiny Entertainment,,0.2,0.11,,0.08,0.01,1998-11-30, -/games/boxart/full_4722031AmericaFrontccc.jpg,Titanfall 2,PC,Shooter,Electronic Arts,Respawn Entertainment,,0.2,0.06,,0.12,0.01,2016-10-28,2018-06-29 -/games/boxart/5272542ccc.jpg,Soldier of Fortune: Payback,X360,Shooter,Activision,Cauldron Ltd.,,0.2,0.18,,0,0.02,2007-11-13, -/games/boxart/full_899754AmericaFrontccc.jpg,Clive Barker's Jericho,PS3,Shooter,Codemasters,Mercury Steam / Alchemic Productions,5.8,0.2,0.17,,0.01,0.02,2007-10-23, -/games/boxart/full_3388847AmericaFrontccc.jpg,MC Groovz Dance Craze,GC,Misc,Mad Catz,Mad Catz,2.5,0.2,0.15,,0.04,0.01,2004-11-22, -/games/boxart/full_1721918JapanFrontccc.jpg,DS Kageyama Method: Dennou Hanpuku - Masu x Masu Hyaku Masu Keisan,DS,Misc,Shogakukan,Jupiter Corporation,,0.2,,0.2,,,2006-12-07, -/games/boxart/full_shining-hearts_122JapanFront.jpg,Shining Hearts,PSP,Role-Playing,Sega,Sega,,0.2,,0.2,,,2010-12-16, -/games/boxart/full_solatorobo-red-the-hunter_397AmericaFront.jpg,Solatorobo: Red the Hunter,DS,Role-Playing,Xseed Games,CyberConnect2,7.6,0.2,0.08,0.07,0.04,0.01,2011-09-27, -/games/boxart/full_ore-no-shikabane-o-koete-yuke_184JapanFront.jpg,Ore no Shikabane o Koete Yuke,PSP,Role-Playing,Sony Computer Entertainment,TBA,,0.2,,0.2,,,2011-11-10, -/games/boxart/full_8464165AmericaFrontccc.jpg,Shin Megami Tensei: Strange Journey Redux,3DS,Role-Playing,Atlus,Atlus,,0.2,0.08,0.1,0.01,0.01,2018-05-15,2018-06-22 -/games/boxart/full_wrc-fia-world-rally-championship_10PALFront.jpg,WRC: FIA World Rally Championship,PS3,Racing,Unknown,Milestone S.r.l,,0.2,0,0.01,0.14,0.04,, -/games/boxart/2757847ccc.jpg,Cars,XB,Racing,THQ,Rainbow Studios,,0.2,0.15,,0.04,0.01,2006-06-06, -/games/boxart/full_80453AmericaFrontccc.jpg,Marvel: Ultimate Alliance 2,DS,Role-Playing,Activision,n-Space,,0.2,0.16,,0.03,0.02,2009-09-15, -/games/boxart/full_3203278AmericaFrontccc.jpg,Dark Messiah of Might and Magic Elements,X360,Role-Playing,Ubisoft,Arkane Studios / Floodgate Entertainment / Kuju Entertainment,5,0.2,0.16,0.01,0.02,0.02,2008-02-12, -/games/boxart/full_3714125AmericaFrontccc.jpg,PBR: Out of the Chute,PS2,Sports,Crave Entertainment,D2C Games,,0.2,0.1,,0.08,0.03,2008-10-28, -/games/boxart/full_40476JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban: 2003 Memorial,PS2,Sports,Konami,Diamond Head,,0.2,,0.2,,,2003-12-18, -/games/boxart/full_2366786AmericaFrontccc.jpg,Infinite Space,DS,Role-Playing,Sega,PlatinumGames / Nude Maker,7.2,0.2,0.06,0.07,0.05,0.01,2010-03-16, -/games/boxart/full_7th-dragon-2020_26JapanFront.jpg,7th Dragon 2020,PSP,Role-Playing,Sega,imageepoch Inc.,,0.2,,0.2,,,2011-11-23, -/games/boxart/2764303ccc.jpg,Ogre Battle Saga Episode Five: The March of the Black Queen,PS,Role-Playing,Atlus,Quest Corporation,7.6,0.2,0.06,0.09,0.04,0.01,1997-07-31, -/games/boxart/full_eiyuu-densetsu-ao-no-kiseki_923JapanFront.jpg,The Legend of Heroes: Ao no Kiseki,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.2,,0.2,,,2011-09-29, -/games/boxart/full_3888180AmericaFrontccc.jpg,Backyard NFL Football 2006,PS2,Sports,Atari,Humongous Entertainment,,0.2,0.1,,0.08,0.03,2005-10-04, -/games/boxart/full_1040658AmericaFrontccc.jpg,NCAA March Madness 06,XB,Sports,EA Sports,EA Canada,,0.2,0.15,,0.04,0.01,2005-10-11, -/games/boxart/full_2773195PALFrontccc.jpg,International Superstar Soccer 2000,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.2,,0.2,,,2000-08-03, -/games/boxart/full_major-league-baseball-2k11_494AmericaFront.jpg,Major League Baseball 2K11,PS3,Sports,2K Sports,Visual Concepts,,0.2,0.15,,0.03,0.02,2011-03-08, -/games/boxart/8941487ccc.jpg,Baldur's Gate: Dark Alliance,XB,Role-Playing,Interplay,Snowblind Studios,,0.2,0.15,,0.04,0.01,2002-10-22, -/games/boxart/9609956ccc.jpg,Playboy: The Mansion,PS2,Simulation,ARUSH Entertainment,Cyberlore Studios,,0.2,0.1,,0.08,0.03,2005-01-25, -/games/boxart/577148ccc.jpg,Armored Core 4,PS3,Simulation,Sega,From Software,6.6,0.2,0.09,0.09,0,0.01,2007-03-20, -/games/boxart/full_2453471JapanFrontccc.jpg,Aikatsu! Cinderella Lesson,3DS,Simulation,Namco Bandai Games,Sunrise Games Ltd.,,0.2,,0.2,,,2012-11-15,2018-11-03 -/games/boxart/8048363ccc.jpg,The Great Escape,PS2,Action,Gotham Games,Pivotal Games,,0.2,0.1,,0.07,0.02,2003-07-23, -/games/boxart/full_5674481JapanFrontccc.jpg,Sloane to MacHale no Nazo no Monogatari,DS,Puzzle,Level 5,Level 5,,0.2,,0.2,,,2009-05-21, -/games/boxart/6678627ccc.jpg,Tetris Worlds (Online Edition),XB,Puzzle,THQ,Radical Entertainment,,0.2,0.15,,0.04,0.01,2003-06-13, -/games/boxart/full_9206204AmericaFrontccc.jpg,Major League Baseball 2K12,PS3,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.2,0.18,,,0.02,2012-03-06,2018-11-03 -/games/boxart/full_2359574AmericaFrontccc.jpg,Super Dodge Ball Advance,GBA,Sports,Atlus,Atlus Co.,,0.2,0.14,,0.05,0,2001-06-10, -/games/boxart/full_879422AmericaFrontccc.jpg,MLB 12: The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.2,0.17,,,0.03,2012-03-06, -/games/boxart/full_cabelas-survival-shadows-of-katmai_372AmericaFront.jpg,Cabela's Survival: Shadows of Katmai,Wii,Sports,Activision,Activision,,0.2,0.14,,0.04,0.01,2011-11-01, -/games/boxart/full_shaman-king-spirit-of-shaman_9JapanFront.jpg,Shaman King: Spirit of Shamans,PS,Action,Bandai,Bandai,,0.2,,0.18,,0.01,2002-06-06, -/games/boxart/full_2512609AmericaFrontccc.jpg,Planet 51,Wii,Action,Sega,Pyro Studios,,0.2,0.17,,0.02,0.02,2009-11-17, -/games/boxart/full_7534643AmericaFrontccc.jpg,Dragon Ball: Revenge of King Piccolo,Wii,Action,Namco Bandai,Bandai Namco Games,6.1,0.2,0.12,0.03,0.03,0.02,2009-10-20, -/games/boxart/full_8060871JapanFrontccc.jpg,3rd Super Robot Wars Z: Tengoku-Hen,PSV,Action,Namco Bandai Games,Banpresto,,0.2,,0.2,,,2015-04-02,2018-04-21 -/games/boxart/289961ccc.jpg,Ridge Racer 6,X360,Racing,Namco,Namco,7.9,0.2,0.1,0.07,0.02,0.01,2005-11-17, -/games/boxart/full_721180AmericaFrontccc.jpg,Looney Tunes: Space Race,PS2,Racing,Infogrames,Infogrames Melbourne,,0.2,0.1,,0.08,0.03,2002-05-27, -/games/boxart/full_8123150AmericaFrontccc.jpg,X-Men Origins: Wolverine,PSP,Action,Activision,Amaze Entertainment,5.4,0.2,0.13,,0.04,0.03,2009-05-01, -/games/boxart/full_1197389AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,PS2,Action,Konami,Konami,,0.2,0.1,,0.08,0.03,2005-11-01, -/games/boxart/full_3687857AmericaFrontccc.jpg,Dante's Inferno,PSP,Action,Electronic Arts,Visceral Games,6.6,0.2,0.12,0.01,0.04,0.02,2010-03-02, -/games/boxart/full_368807AmericaFrontccc.jpg,Afro Samurai,PS3,Action,Namco Bandai,Namco Bandai Games,6.5,0.2,0.12,,0.05,0.03,2009-01-27, -/games/boxart/9495705ccc.jpg,Dexter's Lab Chess Challenge,GBA,Misc,BAM! Entertainment,Virtucraft,,0.2,0.14,,0.05,0,2002-10-15, -/games/boxart/full_no-more-heroes-heroes-paradise_933AmericaFront.jpg,No More Heroes: Heroes' Paradise,PS3,Action,Konami,FeelPlus,7.4,0.2,0.1,0.04,0.04,0.02,2011-08-16, -/games/boxart/full_2891115AmericaFrontccc.jpg,Tom and Jerry in House Trap,PS,Action,Mattel Interactive,Warthog,,0.2,0.11,,0.07,0.01,2000-11-24, -/games/boxart/398878ccc.jpg,Power Rangers: Time Force,GBA,Action,THQ,Vicarious Visions,,0.2,0.14,,0.05,0,2001-09-15, -/games/boxart/6707768ccc.jpg,Warriors Orochi,X360,Action,KOEI,Omega Force,,0.2,0.17,,0.01,0.02,2007-09-18, -/games/boxart/full_8418475AmericaFrontccc.jpg,Warriors Orochi,PSP,Action,KOEI,Omega Force / Koei Canada,6.4,0.2,0.02,0.18,0,0,2008-03-25, -/games/boxart/full_2955481AmericaFrontccc.jpg,From Russia With Love,XB,Action,Electronic Arts,EA Redwood Shores,,0.2,0.15,,0.04,0.01,2005-11-01, -/games/boxart/full_marvel-super-hero-squad-comic-combat_964AmericaFront.jpg,Marvel Super Hero Squad: Comic Combat,PS3,Action,THQ,THQ,,0.2,0.11,,0.05,0.03,2011-11-15, -/games/boxart/6892770ccc.jpg,Shark Tale,XB,Action,Activision,Edge of Reality,,0.2,0.15,,0.04,0.01,2004-09-27, -/games/boxart/1967253ccc.jpg,NASCAR Heat 2002,XB,Racing,Infogrames,Monster Games Inc.,,0.2,0.15,,0.04,0.01,2001-11-14, -/games/boxart/full_9129756JapanFrontccc.jpg,Drift King Shutokou Battle '94,SNES,Racing,BPS,Genki,,0.2,,0.2,,,1994-05-27, -/games/boxart/9188746ccc.jpg,Need for Speed Carbon: Own the City,DS,Racing,Electronic Arts,EA Black Box,,0.2,0.17,,0.01,0.02,2006-10-31, -/games/boxart/full_9730003AmericaFrontccc.jpg,Saturday Night Speedway,PS2,Racing,Atari,Ratbag,,0.2,0.1,,0.08,0.03,2004-03-11, -/games/boxart/7723829ccc.jpg,Forgotten Realms: Demon Stone,PS2,Action,Atari,Stormfront Studios,,0.2,0.1,,0.08,0.03,2004-09-14, -/games/boxart/full_7759335AmericaFrontccc.jpg,X-Men Origins: Wolverine,DS,Action,Activision,Griptonite Games,,0.2,0.15,,0.03,0.02,2009-05-01, -/games/boxart/full_1502404AmericaFrontccc.jpg,Agents of Mayhem,PS4,Action,Deep Silver,Volition Inc.,,0.2,0.08,,0.08,0.03,2017-08-15,2018-06-24 -/games/boxart/full_captain-america-super-soldier_784AmericaFront.jpg,Captain America: Super Soldier,PS3,Action,Sega,Next Level Games,6.2,0.2,0.1,,0.07,0.03,2011-07-19, -/games/boxart/full_steinsgate_865JapanFront.jpg,Steins;Gate,PSP,Visual Novel,Kadokawa Shoten,Nitro+,,0.19,,0.19,,,2011-06-23,2018-07-04 -/games/boxart/8438471ccc.jpg,ESA Foundation Compilation,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.19,0.1,,0.07,0.02,2005-11-10, -/games/boxart/full_3147118JapanFrontccc.jpg,Parlor! Mini 4,SNES,Misc,Nippon Telenet,Nippon Telenet,,0.19,,0.19,,,1996-11-29, -/games/boxart/full_7318259AmericaFrontccc.jpg,Rock Band Country Track Pack,PS3,Misc,MTV Games,Harmonix Music Systems,,0.19,0.18,,,0.02,2009-07-21, -/games/boxart/full_need-for-speed-shift-2-unleashed_166AmericaFront.jpg,Need for Speed: Shift 2 Unleashed,PC,Racing,Electronic Arts,Slightly Mad Studios,8.6,0.19,0.05,,0.11,0.03,2011-03-29, -/games/boxart/full_9548618AmericaFrontccc.jpg,Hot Wheels: Battle Force 5,Wii,Racing,Activision,Sidhe Interactive,,0.19,0.17,,0,0.01,2009-11-17, -/games/boxart/full_pac-man-ampamp-galaga-dimensions_81AmericaFront.jpg,Pac-Man & Galaga Dimensions,3DS,Action,Namco Bandai,Namco Bandai Games,5.7,0.19,0.1,0.04,0.04,0.01,2011-07-26,2019-01-05 -/games/boxart/8373335ccc.jpg,Sega GT 2002,XB,Racing,Sega,Wow Entertainment,,0.19,0.12,0.03,0.03,0.01,2002-09-02, -/games/boxart/full_7011598JapanFrontccc.jpg,Fire ProWrestling G,PS,Fighting,Human Entertainment,S-Neo,8,0.19,,0.18,,0.01,1999-06-24, -/games/boxart/full_8214521AmericaFrontccc.jpg,Naruto: Ninja Destiny,DS,Fighting,D3Publisher,Takara Tomy,,0.19,0.02,0.16,0.01,0,2008-03-20, -/games/boxart/full_wwe-all-stars_816AmericaFront.jpg,WWE All Stars,Wii,Fighting,THQ,THQ,,0.19,0.1,,0.07,0.02,2011-03-29, -/games/boxart/full_2792454AmericaFrontccc.jpg,F1 2017,XOne,Racing,Deep Silver,Codemasters,9,0.19,0.04,,0.13,0.01,2017-08-25,2018-05-23 -/games/boxart/full_hot-wheels-track-attack_73AmericaFront.jpg,Hot Wheels: Track Attack,Wii,Racing,THQ,THQ,,0.19,0.14,,0.04,0.01,2010-11-23, -/games/boxart/full_9498215AmericaFrontccc.jpg,Re-Volt,PS,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.19,0.11,,0.07,0.01,1999-07-31, -/games/boxart/full_5562269AmericaFrontccc.jpg,Iron Chef America: Supreme Cuisine,DS,Simulation,Destineer,Black Lantern Studios,,0.19,0.18,,,0.01,2008-11-18, -/games/boxart/full_driver-san-francisco_548AmericaFront.jpg,Driver: San Francisco,PC,Racing,Ubisoft,Ubisoft Reflections,8.3,0.19,0.06,,0.1,0.03,2011-09-27, -/games/boxart/2402569ccc.jpg,Jeep Thrills,Wii,Racing,DSI Games,Game Sauce,,0.19,0.17,,0,0.01,2008-10-14, -/games/boxart/full_sbk-x-superbike-world-championship_677AmericaFront.jpg,SBK X: Superbike World Championship,X360,Racing,Deep Silver,Milestone S.r.l,,0.19,0.1,,0.07,0.02,2010-12-07, -/games/boxart/full_nascar-unleashed_4AmericaFront.jpg,Nascar Unleashed,Wii,Racing,Activision,Activision,,0.19,0.17,,,0.02,2011-11-01, -/games/boxart/8608618ccc.jpg,Big Mutha Truckers,XB,Racing,THQ,Eutechnyx,,0.19,0.15,,0.04,0.01,2003-06-20, -/games/boxart/full_nascar-unleashed_888AmericaFront.jpg,Nascar Unleashed,3DS,Racing,Activision,Activision,,0.19,0.18,,,0.02,2011-11-01, -/games/boxart/full_need-for-speed-the-run_418AmericaFront.jpg,Need for Speed: The Run,3DS,Racing,Electronic Arts,Firebrand Games,,0.19,0.09,,0.09,0.02,2011-11-15, -/games/boxart/full_857223AmericaFrontccc.jpg,Tekken Tag Tournament 2,WiiU,Fighting,Namco Bandai Games,Bandai Namco Games,8.1,0.19,0.09,0.01,0.07,0.01,2012-11-18,2018-04-21 -/games/boxart/full_air-conflicts-secret-wars_601AmericaFront.jpg,Air Conflicts: Secret Wars,PS3,Simulation,Kalypso,Games Farm,,0.19,0.1,,0.06,0.03,2011-11-01, -/games/boxart/default.jpg,DanceDanceRevolution,PS3,Simulation,Konami,Konami,,0.19,0.12,,0.05,0.02,2010-11-16, -/games/boxart/full_7428182AmericaFrontccc.jpg,Final Fantasy XI: Online,X360,Role-Playing,Square Enix,Square Enix,6.7,0.19,0.17,,0.01,0.01,2006-04-18, -/games/boxart/full_5562911AmericaFrontccc.jpg,Project X Zone 2,3DS,Role-Playing,Namco Bandai Games,Monolith Soft,6.6,0.19,0.06,0.09,0.04,0.01,2016-02-16,2018-06-14 -/games/boxart/973979ccc.jpg,Sudeki,XB,Role-Playing,Microsoft Game Studios,Climax Group,,0.19,0.14,,0.04,0.01,2004-07-20,2018-09-25 -/games/boxart/full_2102705AmericaFrontccc.jpg,Nostalgia,DS,Role-Playing,Ignition Entertainment,Matrix Software / RED Entertainment,7.2,0.19,0.16,0.02,,0.01,2009-10-27, -/games/boxart/full_test-drive-unlimited-2_108AmericaFront.jpg,Test Drive Unlimited 2,PC,Racing,Atari,Eden Studios,6.7,0.19,0.05,,0.11,0.03,2011-02-08, -/games/boxart/full_5233466AmericaFrontccc.jpg,IHRA Professional Drag Racing 2005,PS2,Racing,Bethesda Softworks,Bethesda Softworks,,0.19,0.09,,0.07,0.02,2004-11-09, -/games/boxart/full_happy-cooking_790AmericaFront.jpg,Happy Cooking,DS,Simulation,Ubisoft,MTO,,0.19,0.17,,0,0.01,2008-12-02, -/games/boxart/full_2639556AmericaFrontccc.jpg,Imagine: Babyz Fashion,DS,Simulation,Ubisoft,Visual Impact,,0.19,0.17,,,0.01,2009-11-03, -/games/boxart/full_148462AmericaFrontccc.jpg,Spore Hero Arena,DS,Simulation,Electronic Arts,Maxis,4.9,0.19,0.18,,0,0.01,2009-10-06, -/games/boxart/full_8891168AmericaFrontccc.jpg,Dawn of Discovery,Wii,Simulation,Ubisoft,Sunflowers Interactive,7.9,0.19,0.12,,0.06,0.01,2009-06-23, -/games/boxart/full_5210762JapanFrontccc.jpg,Thoroughbred Breeder,SNES,Simulation,Hect,Hector,,0.19,,0.19,,,1993-08-27, -/games/boxart/full_2833944AmericaFrontccc.jpg,ThunderStrike 2,PS,Simulation,Core Design Ltd.,Core Design Ltd.,,0.19,0.1,,0.07,0.01,1995-01-01, -/games/boxart/full_camping-mama-outdoor-adventures_275AmericaFront.jpg,Camping Mama: Outdoor Adventures,DS,Simulation,Majesco,Office Create,,0.19,0.12,,0.05,0.02,2011-09-13, -/games/boxart/full_lets-make-a-j-league-pro-soccer-club-5_2JapanFront.jpg,J-League Pro Soccer Club o Tsukurou! 5,PS2,Sports,Sega,Sega,,0.19,,0.19,,,2007-02-01, -/games/boxart/full_188009AmericaFrontccc.jpg,Family Guy,PSP,Adventure,2K Games,High Voltage Software,5.5,0.19,0.18,,0,0.02,2006-10-16, -/games/boxart/full_2462986JapanFrontccc.jpg,Danganronpa 2: Goodbye Despair,PSP,Adventure,Spike,Spike Chunsoft,,0.19,,0.19,,,2012-07-26,2018-01-11 -/games/boxart/full_7734495JapanFrontccc.png,The Great Ace Attorney - The Adventures of Ryuunosuke Naruhodou,3DS,Adventure,Capcom,Capcom,,0.19,,0.19,,,2015-07-09,2018-08-03 -/games/boxart/full_373534AmericaFrontccc.jpg,Avatar: The Last Airbender - Into the Inferno,Wii,Adventure,THQ,Halfbrick Studios,,0.19,0.17,,0.01,0.01,2008-10-13, -/games/boxart/full_6942531JapanFrontccc.jpg,Daigasso! Band Brothers P,3DS,Music,Nintendo,Nintendo,,0.19,,0.19,,,2013-11-15,2018-08-30 -/games/boxart/full_2510286JapanFrontccc.jpg,Taiko no Tatsujin: Wii U Version!,WiiU,Music,Namco Bandai Games,Bandai Namco Games,,0.19,,0.19,,,2013-11-21,2018-09-18 -/games/boxart/full_1292492AmericaFrontccc.jpg,Warhammer: Shadow of the Horned Rat,PS,Strategy,SSI,Games Workshop,,0.19,0.11,,0.07,0.01,1996-11-01, -/games/boxart/full_2204868JapanFrontccc.jpg,Princess Maker: Yumemiru Yosei,PS,Strategy,Sony Computer Entertainment,Unknown,,0.19,,0.18,,0.01,1997-01-24, -/games/boxart/full_schlag-den-raab_5PALFront.jpg,Schlag den Raab,Wii,Misc,Namco Bandai,Namco Bandai Games,,0.19,,,0.17,0.02,2010-09-10, -/games/boxart/8631236ccc.jpg,SingStar Pop Vol.2,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.19,0.09,,0.07,0.02,2008-09-23, -/games/boxart/full_3374990AmericaFrontccc.jpg,NCAA Final Four 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.19,0.09,,0.07,0.02,2000-12-18, -/games/boxart/4773450ccc.gif,Harry Potter: Quidditch World Cup,XB,Sports,Electronic Arts,Electronic Arts,,0.19,0.14,,0.04,0.01,2003-10-28, -/games/boxart/full_165811AmericaFrontccc.jpg,Tomb Raider: Underworld,DS,Adventure,Eidos Interactive,Santa Cruz Games,,0.19,0.15,,0.02,0.01,2008-11-18, -/games/boxart/full_2608080AmericaFrontccc.jpg,The Polar Express,GBA,Adventure,THQ,Tantalus Interactive,,0.19,0.14,,0.05,0,2004-11-02, -/games/boxart/2734945ccc.jpg,Harry Potter and the Goblet of Fire,PSP,Adventure,Electronic Arts,Electronic Arts,7.2,0.19,0.17,,0,0.02,2005-11-15, -/games/boxart/3124017ccc.jpg,Disney's Magical Mirror Starring Mickey Mouse,GC,Adventure,Nintendo,Capcom,4,0.19,0.15,,0.04,0.01,2002-08-13, -/games/boxart/7487007ccc.jpg,Blood Omen 2,XB,Action,Eidos Interactive,Crystal Dynamics,,0.19,0.14,,0.04,0.01,2002-03-21, -/games/boxart/full_1873273AmericaFrontccc.jpg,Treasures of the Deep,PS,Action,Namco,Black Ops Entertainment,,0.19,0.1,,0.07,0.01,1997-08-31, -/games/boxart/full_7515439AmericaFrontccc.jpg,Valkyria Chronicles 4,NS,Strategy,Sega,Sega,8.6,0.19,0.12,0.02,0.04,0.02,2018-09-25,2018-09-11 -/games/boxart/full_4783541JapanFrontccc.jpg,Nobunaga no Yabou: Souzou,PS3,Strategy,Tecmo Koei,Koei Tecmo Games,,0.19,,0.19,,,2013-12-12,2018-11-03 -/games/boxart/full_5904953JapanFrontccc.jpg,Super Robot Taisen: Scramble Commander,PS2,Strategy,Banpresto,Banpresto,,0.19,,0.19,,,2003-11-06, -/games/boxart/full_5214815AmericaFrontccc.jpg,Arcade Shooting Gallery,Wii,Shooter,Zoo Games,CyberPlanet Interactive,,0.19,0.18,,,0.01,2008-11-09, -/games/boxart/5822232ccc.jpg,Hexen,N64,Shooter,GT Interactive,Software Creations,4.4,0.19,0.15,,0.04,0,1997-05-31, -/games/boxart/3079126ccc.jpg,Quake,N64,Shooter,Midway Games,Midway Studios San Diego,,0.19,0.15,,0.04,0,1998-03-24, -/games/boxart/full_1484234JapanFrontccc.jpg,"Boku no Natsuyasumi 4: Seitouchi Shounen Tanteidan, Boku to Himitsu no Chizu",PSP,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.19,,0.19,,,2009-07-02, -/games/boxart/full_1998681JapanFrontccc.jpg,Tottadoo! Yoiko no Mujintou Seikatsu,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.19,,0.19,,,2008-04-03, -/games/boxart/1798053ccc.jpg,Conflict: Global Terror,PS2,Shooter,2K Games,Pivotal Games,,0.19,0.09,,0.07,0.02,2005-10-04, -/games/boxart/564426ccc.jpg,Jackie Chan Adventures: Legend of the Dark Hand,GBA,Action,Activision,Torus Games,7.8,0.19,0.13,,0.05,0,2001-11-06, -/games/boxart/full_shadows-of-the-damned_783AmericaFront.jpg,Shadows of the Damned,X360,Action,Electronic Arts,Grasshopper Manufacture,7.6,0.19,0.1,0.01,0.06,0.02,2011-06-21, -/games/boxart/8705351ccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,PS2,Action,Activision,Krome Studios,6.3,0.19,0.09,,0.07,0.02,2005-10-12, -/games/boxart/6467424ccc.jpg,Disney's Meet the Robinsons,Wii,Action,Disney Interactive Studios,Avalanche Software,,0.19,0.17,,0,0.01,2007-03-27, -/games/boxart/full_2453923AmericaFrontccc.jpg,Samurai Warriors 2: Empires,PS2,Action,KOEI,Omega Force,,0.19,,0.19,,,2007-02-27, -/games/boxart/full_earth-defense-force-insect-armageddon_265AmericaFront.jpg,Earth Defense Force: Insect Armageddon,X360,Shooter,D3 Publisher,Vicious Cycle,6.7,0.19,0.1,0.03,0.04,0.01,2011-07-05, -/games/boxart/9761461ccc.jpg,R-Type Final,PS2,Shooter,Eidos Interactive,Irem Software Engineering,8.1,0.19,0.09,,0.07,0.02,2004-02-03, -/games/boxart/full_hidden-mysteries-vampire-secrets_427AmericaFront.jpg,Hidden Mysteries: Vampire Secrets,DS,Adventure,GameMill,Gunnar Games,,0.19,0.06,,0.11,0.02,2010-08-20, -/games/boxart/full_8154054AmericaFrontccc.jpg,The Bee Game,DS,Adventure,Midway Games,Midway,,0.19,0.17,,,0.01,2007-10-15, -/games/boxart/full_csi-fatal-conspiracy_4AmericaFront.jpg,CSI: Fatal Conspiracy,PS3,Adventure,Ubisoft,Telltale Games,,0.19,0.11,,0.05,0.02,2010-10-26, -/games/boxart/full_9777855AmericaFrontccc.jpg,Aliens versus Predator: Extinction,PS2,Strategy,Electronic Arts,Zono Incorporated,,0.19,0.09,,0.07,0.02,2003-07-30, -/games/boxart/5535136ccc.jpg,Harry Potter and the Prisoner of Azkaban,XB,Adventure,Electronic Arts,Electronic Arts,,0.19,0.14,,0.04,0.01,2004-06-02, -/games/boxart/full_2509324AmericaFrontccc.jpg,Creed: Rise to Glory,PS4,Sports,Sony Interactive Entertainment,Survios,,0.19,0.15,,,0.04,2018-09-25,2018-08-24 -/games/boxart/full_2308968AmericaFrontccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,PSP,Action,Ubisoft,Phoenix Games Studio,6,0.19,0.16,,0.01,0.02,2005-12-20, -/games/boxart/full_saw-ii-flesh-ampamp-blood_1AmericaFront.jpg,Saw II: Flesh & Blood,PS3,Action,Konami,Zombie Studios,4.2,0.19,0.1,,0.06,0.02,2010-10-19, -/games/boxart/full_221154AmericaFrontccc.jpg,Elite: Dangerous,PS4,Simulation,Frontier Developments,Frontier Developments,,0.19,0.06,,0.1,0.03,2017-06-27,2018-06-15 -/games/boxart/full_zhuzhu-princess-carriages-and-castles_644AmericaFront.jpg,Magical ZhuZhu Princess: Carriages & Castles,DS,Simulation,Activision,Black Lantern Studios,,0.19,0.13,,0.04,0.02,2011-02-08, -/games/boxart/full_9267091AmericaFrontccc.jpg,Armored Core: For Answer,PS3,Simulation,Ubisoft,From Software,6.1,0.19,0.06,0.1,0.02,0.01,2008-09-16, -/games/boxart/full_1178876AmericaFrontccc.jpg,Farmtopia,DS,Simulation,505 Games,505 Games,,0.19,0.18,,,0.01,2010-08-31, -/games/boxart/full_1871563AmericaFrontccc.png,Jurassic: The Hunted,PS3,Shooter,Activision,Activision,,0.19,0.17,,,0.02,2009-11-03, -/games/boxart/7586390ccc.jpg,Conflict: Denied Ops,PS3,Shooter,Eidos Interactive,Pivotal Games,5.2,0.19,0.05,,0.1,0.03,2008-02-12, -/games/boxart/full_9084230AmericaFrontccc.jpg,Barbie Fashion Show: An Eye for Style,DS,Misc,Activision,Activision,,0.19,0.18,,0,0.01,2008-09-23, -/games/boxart/2169392ccc.jpg,Conflict: Denied Ops,X360,Shooter,Eidos Interactive,Pivotal Games,5.3,0.19,0.08,,0.09,0.02,2008-02-12, -/games/boxart/full_3775020AmericaFrontccc.jpg,Mace Griffin: Bounty Hunter,PS2,Shooter,VU Games,Warthog,,0.19,0.09,,0.07,0.02,2003-06-20, -/games/boxart/full_8180247AmericaFrontccc.jpg,Silent Scope 2: Dark Silhouette,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.19,0.09,,0.07,0.02,2001-09-18, -/games/boxart/full_9718912AmericaFrontccc.jpg,Call of Duty: WWII,PC,Shooter,Activision,Sledgehammer Games,,0.19,0.07,,0.11,0.01,2017-11-03,2017-12-30 -/games/boxart/full_7992096AmericaFrontccc.jpg,XCOM 2,XOne,Strategy,2K Games,Firaxis Games,,0.19,0.15,,0.02,0.02,2016-09-27,2018-05-29 -/games/boxart/full_9197737AmericaFrontccc.jpg,Ninja Gaiden 3: Razor's Edge,WiiU,Action,Nintendo,Team Ninja,6.5,0.19,0.14,,0.03,0.02,2012-11-18,2020-08-25 -/games/boxart/7828907ccc.jpg,Samurai Warriors: State of War,PSP,Action,KOEI,Omega Force,6.5,0.19,0.07,0.11,0,0.01,2006-03-07, -/games/boxart/3903946ccc.jpg,Shining Force II,GEN,Strategy,Sega,Camelot Software Planning,9,0.19,,0.19,,,1994-10-19, -/games/boxart/1476385ccc.jpg,Robin Hood: Defender of the Crown,PS2,Strategy,Capcom,Cinemaware,,0.19,0.09,,0.07,0.02,2003-09-30, -/games/boxart/full_9853688JapanFrontccc.jpg,The Walking Dead: Season Two,PS3,Misc,Telltale Games,Unknown,,0.19,0.09,,0.06,0.03,2014-10-14, -/games/boxart/full_1277774AmericaFrontccc.jpg,Dead Space 3,PC,Shooter,Electronic Arts,Visceral Games,,0.19,0.02,,0.16,0.01,2013-02-05, -/games/boxart/full_8565851AmericaFrontccc.jpg,50 Cent: Blood on the Sand,PS3,Shooter,THQ,Swordfish Studios,7.2,0.19,0.1,0.01,0.06,0.03,2009-02-24, -/games/boxart/full_2095565AmericaFrontccc.jpg,Scene It? Twilight,DS,Misc,Konami,Screenlife Games,,0.19,0.11,,0.07,0.02,2010-02-09, -/games/boxart/full_7953921AmericaFrontccc.jpg,101-in-1 Explosive Megamix,DS,Misc,Atlus,Nordcurrent,,0.19,0.05,,0.13,0.02,2009-04-21, -/games/boxart/full_spongebob-squigglepants_50AmericaFront.jpg,SpongeBob SquigglePants 3D,3DS,Misc,THQ,WayForward Technologies,6.1,0.19,0.13,,0.05,0.02,2011-05-17, -/games/boxart/7775081ccc.jpg,Ice Age 2: The Meltdown,GC,Platform,Vivendi Games,Eurocom Entertainment Software,7.4,0.19,0.15,,0.04,0.01,2006-03-14, -/games/boxart/5307911ccc.jpg,Hulk,GC,Action,Universal Interactive,Radical Entertainment,7.3,0.19,0.15,,0.04,0.01,2003-05-27, -/games/boxart/full_6163323AmericaFrontccc.jpg,Tenchu: Fatal Shadows,PS2,Action,Sega,K2 LLC,,0.19,0.09,,0.07,0.02,2005-02-15, -/games/boxart/full_1952849AmericaFrontccc.jpg,Remember Me,X360,Action,Capcom,DONTNOD Entertainment,,0.19,0.11,,0.06,0.02,2013-06-04,2018-02-03 -/games/boxart/full_3200945AmericaFrontccc.jpg,Rise of the Kasai,PS2,Action,Sony Computer Entertainment,BottleRocket Entertainment,,0.19,0.09,,0.07,0.02,2005-04-05, -/games/boxart/246387ccc.jpg,Dynasty Warriors Gundam,X360,Action,Namco Bandai,Omega Force,6,0.19,0.15,0.02,0.01,0.01,2007-08-28, -/games/boxart/full_rango-the-video-game_389AmericaFront.jpg,Rango: The Video Game,PS3,Action,Paramount Digital Entertainment,Behaviour Studios,,0.19,0.07,,0.09,0.03,2011-03-01, -/games/boxart/full_8528418AmericaFrontccc.jpg,Binary Domain,X360,Action,Sega,Amusement Vision,,0.19,0.09,0.02,0.07,0.02,2012-02-28,2018-08-06 -/games/boxart/63251ccc.jpg,Breath of Fire: Dragon Quarter,PS2,Role-Playing,Capcom,Capcom,7.6,0.19,0.09,,0.07,0.02,2003-02-16, -/games/boxart/4969272ccc.jpg,Enchanted Arms,X360,Role-Playing,Ubisoft,From Software,6.9,0.19,0.16,,0.02,0.01,2006-08-29, -/games/boxart/full_9888665AmericaFrontccc.jpg,The Smurfs 2,DS,Platform,Ubisoft,Way Forward,,0.19,,,0.18,0.01,2013-07-23,2018-03-17 -/games/boxart/full_5124866AmericaFrontccc.jpg,Monsters vs. Aliens,PS2,Platform,Activision,Beenox,,0.19,0.11,,0,0.08,2009-03-24, -/games/boxart/116445ccc.jpg,Crash & Spyro Superpack,GBA,Platform,Vivendi Games,VU Games,,0.19,0.13,,0.05,0,2005-12-20, -/games/boxart/full_6885442AmericaFrontccc.jpg,Mirror's Edge Catalyst,XOne,Platform,Electronic Arts,EA DICE,,0.19,0.11,,0.06,0.02,2016-06-07,2018-09-04 -/games/boxart/full_8491741AmericaFrontccc.jpg,Bubsy 3D,PS,Platform,Accolade,Eidetic,5.8,0.19,0.1,,0.07,0.01,1996-11-26, -/games/boxart/full_1591233AmericaFrontccc.jpg,How to Train Your Dragon 2,Wii,Action-Adventure,Little Orbit,Torus Games,,0.19,0.04,,0.14,0.01,2014-06-10,2018-03-17 -/games/boxart/full_4400839AmericaFrontccc.jpg,Risen,X360,Role-Playing,Deep Silver,Piranha Bytes,5.9,0.19,0.07,,0.11,0.01,2010-02-23, -/games/boxart/full_3079755AmericaFrontccc.jpg,The Hobbit,GBA,Role-Playing,Sierra Entertainment,Saffire Corporation,6.5,0.19,0.14,,0.05,0,2003-11-11, -/games/boxart/full_7593754AmericaFrontccc.jpg,Odin Sphere: Leifthrasir,PSV,Role-Playing,Atlus,Vanillaware,,0.19,0.05,0.1,0.02,0.02,2016-06-07, -/games/boxart/full_rune-factory-tides-of-destiny_335AmericaFront.jpg,Rune Factory: Tides of Destiny,Wii,Role-Playing,Natsume,Neverland Company,,0.19,0.13,0.06,,0.01,2011-10-11, -/games/boxart/full_4327879AmericaFrontccc.jpg,Darkstalkers 3,PS,Fighting,Capcom,Capcom,,0.19,0.11,,0.07,0.01,1998-11-30, -/games/boxart/full_5694257AmericaFrontccc.jpg,Dengeki Bunko Fighting Climax,PS3,Fighting,Sega,Sega,,0.19,0.07,0.1,0,0.02,2015-10-06, -/games/boxart/full_7865151AmericaFrontccc.jpg,Breath of Fire II,GBA,Role-Playing,Capcom,Capcom,8.6,0.19,0.14,,0.05,0,2002-04-16, -/games/boxart/full_9512090AmericaFrontccc.jpg,Shiren the Wanderer,Wii,Role-Playing,Atlus,ChunSoft,7.4,0.19,0.08,0.11,,0.01,2010-02-09, -/games/boxart/full_4171581JapanFrontccc.jpg,Pro Evolution Soccer 2014,3DS,Sports,Konami Digital Entertainment,Konami,,0.19,,0.19,,,2013-11-14,2018-03-02 -/games/boxart/full_7791405AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,Wii,Sports,Activision,Pixel Tales,,0.19,0.17,,0,0.01,2008-10-21, -/games/boxart/full_mathews-bowhunting_10AmericaFront.jpg,Mathews Bowhunting,Wii,Sports,Zoo Games,Zoo Games,,0.19,0.18,,,0.01,2010-11-23, -/games/boxart/full_allied-general_24AmericaFront.jpg,Allied General,PS,Strategy,SSI,SSI,6.3,0.19,0.11,,0.07,0.01,1996-09-30, -/games/boxart/default.jpg,Stronghold 3,PC,Strategy,SouthPeak Interactive,FireFly Studios,4.1,0.19,0.06,,0.13,,2011-10-25, -/games/boxart/full_7573668AmericaFrontccc.jpg,Lunar Legend,GBA,Role-Playing,Ubisoft,Magic Rings,7.7,0.19,0.14,,0.05,0,2002-12-08, -/games/boxart/full_1592574AmericaFrontccc.jpg,Fairy Fencer F,PS3,Role-Playing,NIS America,Compile Heart,,0.19,0.05,0.09,0.03,0.02,2014-09-16,2018-11-04 -/games/boxart/full_3162842AmericaFrontccc.jpg,God Eater 3,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,0.19,,0.19,,,2019-02-08,2018-12-19 -/games/boxart/full_5610049JapanFrontccc.jpg,Dragon Ball Z: Idainaru Dragon Ball Densetsu,PS,Fighting,Bandai,TOSE,,0.19,,0.18,,0.01,1996-05-31, -/games/boxart/full_571491AmericaFrontccc.jpg,One Piece: Burning Blood,XOne,Fighting,Namco Bandai Games,Spike Chunsoft,,0.19,0.11,,0.07,0.02,2016-05-31,2018-05-23 -/games/boxart/full_4218806AmericaFrontccc.jpg,GRID: Autosport,PS3,Racing,Codemasters,Codemasters,,0.19,0.05,0.01,0.1,0.03,2014-06-24,2018-11-04 -/games/boxart/full_4244448AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,PS3,Platform,Activision,Eurocom Entertainment Software,6.6,0.19,0.13,,0.04,0.02,2009-06-30, -/games/boxart/6919536ccc.jpg,Death Jr.,PSP,Platform,Konami,Backbone Entertainment,5.9,0.19,0.17,,0,0.01,2005-08-16, -/games/boxart/full_the-legend-of-spyro-a-new-beginning_575AmericaFront.jpg,The Legend of Spyro: A New Beginning,GC,Platform,Sierra Entertainment,Krome Studios,6.5,0.19,0.15,,0.04,0.01,2006-10-10, -/games/boxart/full_1287234AmericaFrontccc.jpg,Tokyo Xanadu,PSV,Role-Playing,Aksys Games,Nihon Falcom Corporation,,0.19,0.02,0.16,,0.01,2017-06-30,2018-06-25 -/games/boxart/full_9680738JapanFrontccc.jpg,Little Battlers eXperience W,PSP,Role-Playing,Level 5,Level 5,,0.19,,0.19,,,2012-10-18,2018-08-31 -/games/boxart/full_6153364AmericaFrontccc.jpg,Spectrobes: Origins,Wii,Role-Playing,Disney Interactive Studios,Genki,7.4,0.19,0.16,,0.02,0.01,2009-08-18, -/games/boxart/1059114ccc.jpg,EverQuest Online Adventures: Frontiers,PS2,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.19,0.09,,0.07,0.02,2003-11-17, -/games/boxart/9759589ccc.jpg,Phantasy Star Online Ver. 2,DC,Role-Playing,Sega,Sonic Team,8.3,0.19,,0.19,,0,2001-09-24, -/games/boxart/full_363408AmericaFrontccc.jpeg,South Park: The Stick of Truth,PC,Role-Playing,Ubisoft,Obsidian Entertainment,,0.19,0.07,,0.1,0.02,2014-03-04,2018-01-26 -/games/boxart/full_8490001JapanFrontccc.jpg,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS,DS,Action,Sega,Sega,,0.19,,0.19,,,2005-12-08, -/games/boxart/3938537ccc.jpg,Conan,X360,Action,THQ,Nihilistic Software,7.1,0.19,0.16,,0.02,0.01,2007-10-23, -/games/boxart/4090335ccc.jpg,Dinotopia: The Timestone Pirates,GBA,Action,TDK Core,TDK Mediactive,6.1,0.19,0.14,,0.05,0,2002-04-30, -/games/boxart/full_6965179AmericaFrontccc.jpg,Dishonored: Definitive Edition,XOne,Action,Bethesda Softworks,Arkane Studios,,0.19,0.13,,0.05,0.02,2015-08-25,2018-04-04 -/games/boxart/6374551ccc.jpg,Rise of the Argonauts,PS3,Action,Codemasters,Codemasters,5.3,0.19,0.05,,0.12,0.03,2008-12-16, -/games/boxart/full_face-training_2PALFront.jpg,Face Training,DS,Misc,Nintendo,Intelligent Systems,,0.19,,0.19,0,0,2010-09-24, -/games/boxart/6333921ccc.jpg,Star Wars: The Clone Wars & Tetris Worlds,XB,Misc,Microsoft,Various,,0.19,0.14,,0.04,0.01,2003-01-01,2018-09-25 -/games/boxart/full_beyblade-metal-fusion-battle-fortress_5PALFront.jpg,Beyblade: Metal Fusion - Battle Fortress,Wii,Action,Konami,Konami,,0.19,0.15,0.03,,0.01,2010-11-02, -/games/boxart/full_9840226AmericaFrontccc.jpg,We Wish You A Merry Christmas,Wii,Action,Destineer,Destineer,,0.19,0.13,,0.04,0.02,2009-10-27, -/games/boxart/full_4184164AmericaFrontccc.jpg,Manhunt,XB,Action,Rockstar Games,Rockstar North,7.7,0.19,0.14,,0.04,0.01,2004-04-20, -/games/boxart/full_4728046AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,X360,Action,Namco Bandai,Omega Force,5.6,0.19,0.07,0.08,0.03,0.01,2009-04-21, -/games/boxart/full_spongebobs-surf-amp-skate-roadtrip_568AmericaFront.jpg,SpongeBob's Surf & Skate Roadtrip,X360,Action,THQ,THQ,,0.19,0.15,,0.03,0.02,2011-11-08, -/games/boxart/full_spider-man-shattered-dimensions_8AmericaFront.jpg,Spider-Man: Shattered Dimensions,DS,Action,Activision,Beenox Studios,,0.19,0.17,,0.01,0.01,2010-09-07, -/games/boxart/full_609414AmericaFrontccc.jpg,Chaotic: Shadow Warriors,Wii,Action,Activision,Activision,,0.19,0.18,,,0.01,2009-11-17, -/games/boxart/full_silent-hill-hd-collection_422AmericaFront.jpg,Silent Hill HD Collection,X360,Action,Konami Digital Entertainment,Konami,,0.19,0.11,0.01,0.06,0.02,2012-03-20, -/games/boxart/full_5237486AmericaFrontccc.jpg,The Surge,PS4,Action,Focus Home Interactive,DECK13 Interactive,,0.19,0.07,0.01,0.08,0.03,2017-05-16,2018-01-06 -/games/boxart/7152169ccc.jpg,AeroFighters Assault,N64,Action,Victory Lap Games,Paradigm Entertainment,5.4,0.19,0.15,,0.04,0,1997-10-30, -/games/boxart/full_3196114AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,GC,Action,Konami,Konami,5,0.19,0.15,,0.04,0.01,2004-10-19, -/games/boxart/full_4098885JapanFrontccc.jpg,Kenka Banchou 4: Ichinen Sensou,PSP,Action,Spike,Spike,,0.19,,0.19,,,2010-02-25, -/games/boxart/full_379944PALFrontccc.jpg,Toukiden Kiwami,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0.19,0.06,0.03,0.07,0.03,2015-04-28,2018-07-31 -/games/boxart/full_790055AmericaFrontccc.jpg,Chibi-Robo! Park Patrol,DS,Adventure,Nintendo,skip Ltd.,,0.19,,0.19,,,2007-10-02, -/games/boxart/full_4675273AmericaFrontccc.jpg,Batman: A Telltale Game Series,PS4,Adventure,Telltale Games,Telltale Games,,0.19,0.09,,0.07,0.03,2016-09-13,2018-04-16 -/games/boxart/full_4128076AmericaFrontccc.jpg,Bolt,PS3,Adventure,Disney Interactive Studios,Avalanche Software,,0.19,0.12,,0.05,0.02,2008-11-18, -/games/boxart/full_7857713AmericaFrontccc.jpg,Where's Waldo? The Fantastic Journey,Wii,Adventure,Ubisoft,Classic Media Distribution Limited,,0.19,0.17,,,0.01,2009-09-22, -/games/boxart/7486507ccc.jpg,Transworld Surf,PS2,Sports,Atari,Angel Studios,,0.19,0.09,,0.07,0.02,2002-04-30, -/games/boxart/full_reel-fishing-paradise-3d_548AmericaFront.jpg,Reel Fishing Paradise 3D,3DS,Sports,Natsume,Natsume,,0.19,0.12,0.06,,0.01,2011-06-28, -/games/boxart/8035723ccc.jpg,International Soccer,2600,Sports,Mattel Interactive,Mattel,,0.19,0.18,,0.01,0,1982-01-01, -/games/boxart/full_9102220PALFrontccc.jpg,International Cricket 2010,PS3,Sports,Codemasters,Trickstar Games,,0.19,,,0.15,0.04,2010-06-18, -/games/boxart/full_6935745JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '96 Kaimakuban,SNES,Sports,Konami,Diamond Head,,0.19,,0.19,,0,1996-07-19, -/games/boxart/3187742ccc.jpg,NHL Hitz Pro,PS2,Sports,Midway Games,Next Level Games,,0.19,0.09,,0.07,0.02,2003-09-25, -/games/boxart/full_inazuma-eleven-strikers-2012-xtreme_839JapanFront.jpg,Inazuma Eleven Strikers 2012 Xtreme,Wii,Sports,Level 5,Level 5,,0.19,,0.19,,,2011-12-22, -/games/boxart/full_2185795JapanFrontccc.jpg,Pro Yakyuu Spirits 4,PS2,Sports,Konami,PawaPuro Production,,0.19,,0.19,,,2007-04-01, -/games/boxart/full_9233870AmericaFrontccc.png,Major League Baseball 2K10,PS3,Sports,2K Sports,Visual Concepts,7.2,0.19,0.17,,,0.02,2010-03-02, -/games/boxart/full_9778916JapanFrontccc.jpg,Pro Yakyuu Spirits 2012,PS3,Sports,Konami Digital Entertainment,Konami,,0.19,,0.19,,,2012-03-29,2018-11-03 -/games/boxart/full_2094468AmericaFrontccc.jpg,SSX Tricky,GBA,Sports,EA Sports BIG,Visual Impact,,0.19,0.14,,0.05,0,2002-10-31, -/games/boxart/full_nba-2k11_3AmericaFront.jpg,NBA 2K11,PC,Sports,2K Sports,Visual Concepts,,0.19,0.18,,,0.01,2010-10-05, -/games/boxart/full_7842831JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou!,DS,Sports,Sega,Sega,,0.19,,0.19,,,2008-05-22, -/games/boxart/full_910479AmericaFrontccc.jpg,ESPN International Track & Field,PS2,Sports,Konami,Konami,,0.19,0.09,,0.07,0.02,2000-10-25, -/games/boxart/full_cabelas-survival-shadows-of-katmai_610AmericaFront.jpg,Cabela's Survival: Shadows of Katmai,PS3,Sports,Activision,Activision,,0.19,0.11,,0.05,0.03,2011-11-01, -/games/boxart/full_cabelas-survival-shadows-of-katmai_612AmericaFront.jpg,Cabela's Survival: Shadows of Katmai,X360,Sports,Activision,Activision,,0.19,0.14,,0.03,0.01,2011-11-01, -/games/boxart/1016044ccc.gif,Tiger Woods PGA Tour 07,XB,Sports,EA Sports,EA Redwood Shores,7.9,0.19,0.13,,0.05,0.01,2006-10-10, -/games/boxart/full_1303778AmericaFrontccc.jpg,Big Air,PS,Sports,Accolade,Pitbull Syndicate,,0.19,0.1,,0.07,0.01,1999-03-30, -/games/boxart/full_8116520AmericaFrontccc.jpg,Gallop Racer,PS,Sports,Tecmo,Tecmo,,0.19,,0.18,,0.01,1999-03-17, -/games/boxart/7504671ccc.jpg,College Slam,PS,Sports,Acclaim Entertainment,Iguana Entertainment,,0.19,0.1,,0.07,0.01,1996-01-01, -/games/boxart/full_1397779AmericaFrontccc.jpg,La Pucelle: Tactics,PS2,Role-Playing,Mastiff,Nippon Ichi Software,,0.19,0.09,,0.07,0.02,2004-05-04, -/games/boxart/full_wwe-all-stars_880AmericaFront.jpg,WWE All Stars,PSP,Fighting,THQ,THQ,,0.19,0.12,,0.04,0.03,2011-03-29, -/games/boxart/8574235ccc.jpg,The King of Fighters XI,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.19,0.07,0.04,0.06,0.02,2007-11-13, -/games/boxart/full_1389746AmericaFrontccc.jpg,Mace: The Dark Age,N64,Fighting,Midway Games,Atari,7.1,0.19,0.15,,0.04,0,1997-10-01, -/games/boxart/full_warriors-legends-of-troy_792AmericaFront.jpg,Warriors: Legends of Troy,PS3,Action,Tecmo Koei,Tecmo Koei Canada,,0.19,0.06,0.07,0.05,0.02,2011-03-08, -/games/boxart/full_8763032JapanFrontccc.jpg,Penguin no Mondai X: Tenkuu no 7 Senshi,DS,Action,Konami,Konami,,0.19,,0.19,,,2009-07-23, -/games/boxart/2433657ccc.jpg,The Scorpion King: Sword of Osiris,GBA,Action,Vivendi Games,WayForward,,0.19,0.13,,0.05,0,2002-03-31, -/games/boxart/full_4761871AmericaFrontccc.jpg,Saints Row IV,PC,Action,Deep Silver,Volition Inc.,,0.19,0.11,,0.06,0.02,2013-08-20,2018-04-02 -/games/boxart/full_3344272AmericaFrontccc.jpg,Captain Toad: Treasure Tracker,3DS,Puzzle,Nintendo,Nintendo EPD,8.5,0.19,0.06,0.08,0.04,0.01,2018-07-13,2018-11-18 -/games/boxart/full_mystery-tales-of-time-travel_9AmericaFront.jpg,Mystery Tales of Time Travel,DS,Puzzle,O-Games,Most Wanted Entertainment,,0.19,0.01,,0.15,0.02,2010-12-10, -/games/boxart/full_9572804AmericaFrontccc.jpg,Sudoku Gridmaster (JP sales),DS,Puzzle,Nintendo,Hudson Soft,,0.19,,0.19,,,2006-06-26, -/games/boxart/full_4352147AmericaFrontccc.jpg,LEGO Marvel's Avengers,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.19,0.03,,0.12,0.04,2016-01-26,2018-04-06 -/games/boxart/full_7015172JapanFrontccc.jpg,3rd Super Robot Wars Z Jigoku Hen,PSV,Misc,Namco Bandai Games,Unknown,,0.19,,0.19,,,2014-04-10, -/games/boxart/full_9444554JapanFrontccc.jpg,Super Real Mahjong P V,SAT,Misc,Seta Corporation,Seta Corporation,,0.19,,0.19,,,1995-05-26, -/games/boxart/5594476ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.19,0.13,,0.05,0,2004-06-10, -/games/boxart/full_6452430AmericaFrontccc.jpg,Go Play: Lumberjacks,Wii,Simulation,Majesco,Panic Button,,0.19,0.17,,,0.01,2009-06-09, -/games/boxart/full_6678540PALFrontccc.jpg,FIFA 17,PC,Sports,Electronic Arts,EA Canada,,0.19,,,0.18,0.01,2016-09-27,2018-03-28 -/games/boxart/4331479ccc.jpg,Dave Mirra Freestyle BMX 2,GBA,Sports,Acclaim Entertainment,Full Fat,8,0.19,0.14,,0.05,0,2001-11-25, -/games/boxart/full_3265243AmericaFrontccc.jpg,Transformers: Prime,3DS,Fighting,Activision,Now Production,,0.19,0.14,,0.03,0.02,2012-10-30,2019-01-06 -/games/boxart/5794258ccc.jpg,FaceBreaker,X360,Fighting,EA Sports,EA Canada,,0.19,0.15,,0.02,0.01,2008-09-03, -/games/boxart/full_3440880AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,NS,Fighting,Capcom,Capcom,8.5,0.19,0.12,0.01,0.04,0.02,2018-05-29,2018-11-07 -/games/boxart/full_5128994JapanFrontccc.jpg,Puyo Puyo Sun 64,N64,Puzzle,Compile,Compile,,0.19,,0.16,,0.03,1997-10-31, -/games/boxart/full_3531665AmericaFrontccc.jpg,Squeeballs Party,Wii,Puzzle,Aksys Games,Eiconic Games,,0.19,0.17,,0,0.01,2009-10-12, -/games/boxart/full_i-spy-castle_497AmericaFront.jpg,I SPY castle,DS,Puzzle,Scholastic Inc.,Scholastic Media,,0.19,0.17,,,0.02,2011-10-25, -/games/boxart/full_264249JapanFrontccc.jpg,Chou-Kuukan Night Pro Yakyuu King (weekly JP sales),N64,Sports,Imagineer,Genki,,0.19,,0.19,,0,1996-12-20, -/games/boxart/full_4615197AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,PS2,Sports,Activision,Pixel Tales,,0.19,0.09,,0.07,0.02,2008-10-21, -/games/boxart/full_7518511AmericaFrontccc.jpg,NBA Ballers: Chosen One,X360,Sports,Midway Games,Midway Games,,0.19,0.18,,0,0.02,2008-04-21, -/games/boxart/full_9208280JapanFrontccc.jpg,Power Pro Kun Pocket 12,DS,Sports,Konami,PawaPuro Production,,0.19,,0.19,,,2009-12-03, -/games/boxart/full_3248022JapanFrontccc.jpg,J-League Jikkyou Winning Eleven 3,PS,Sports,Konami,Konami,,0.19,,0.18,,0.01,1997-12-11, -/games/boxart/full_7146211AmericaFrontccc.jpg,NCAA Final Four 2003,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.19,0.09,,0.07,0.02,2002-11-27, -/games/boxart/full_909670JapanFrontccc.jpg,J-League Excite Stage '96,SNES,Sports,Epoch,A-Max,,0.19,,0.19,,0,1996-04-26, -/games/boxart/full_1481578JapanFrontccc.jpg,Jikkyou J-League Perfect Striker,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.19,,0.19,,0,1996-12-20, -/games/boxart/full_petz-pony-beauty-pageant_439AmericaFront.jpg,Petz Pony: Beauty Pageant,DS,Simulation,Ubisoft,HotGen Studios,,0.19,0.18,,,0.01,2009-10-13, -/games/boxart/default.jpg,New Love Plus,3DS,Simulation,Konami,Konami,,0.19,,0.19,,,2012-02-24, -/games/boxart/full_pet-zombies-in-3d_342AmericaFront.jpg,Pet Zombies,3DS,Simulation,Majesco,1st Playable Productions,,0.19,0.18,,,0.02,2011-10-18, -/games/boxart/full_273704AmericaFrontccc.jpg,Dream Salon,DS,Simulation,Zoo Digital Publishing,Zoo Games,,0.19,0.18,,,0.01,2009-11-03, -/games/boxart/full_6031947AmericaFrontccc.jpg,GunGriffon,SAT,Simulation,Sega,Game Arts,,0.19,,0.19,,0,1996-01-01, -/games/boxart/full_4040898JapanFrontccc.jpg,Kuma-Tomo,3DS,Simulation,Namco Bandai Games,Namco Bandai Games,,0.19,,0.19,,,2013-06-20,2018-11-03 -/games/boxart/full_7863270AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,PSP,Simulation,505 Games,SME Dynamic Systems Limited,6.4,0.19,0.08,,0.07,0.04,2009-09-08, -/games/boxart/9708806ccc.jpg,2002 FIFA World Cup,XB,Sports,EA Sports,EA Canada,,0.19,0.14,,0.04,0.01,2002-04-22, -/games/boxart/full_heavy-fire-afghanistan_524AmericaFront.jpg,Heavy Fire: Afghanistan,PS3,Shooter,Mastiff,Teyon Entertainment,,0.19,0.17,,,0.03,2011-11-18, -/games/boxart/full_5418468AmericaFrontccc.jpg,Trivial Pursuit unhinged,PS2,Misc,Atari,Artech Studios,,0.19,0.09,,0.07,0.02,2004-03-24, -/games/boxart/full_namco-museum-megamix_623AmericaFront.jpg,Namco Museum Megamix,Wii,Misc,Namco Bandai,Namco Bandai Games America,,0.19,0.17,,,0.02,2010-11-16, -/games/boxart/5301985ccc.jpg,The Spiderwick Chronicles,Wii,Adventure,Sierra Entertainment,Stormfront Studios,,0.19,0.17,,0.01,0.01,2008-02-05, -/games/boxart/771798ccc.jpg,Legacy of Kain: Defiance,XB,Adventure,Eidos Interactive,Crystal Dynamics,,0.19,0.14,,0.04,0.01,2003-11-11, -/games/boxart/full_majin-and-the-forsaken-kingdom_0AmericaFront.jpg,Majin and the Forsaken Kingdom,X360,Adventure,Namco Bandai,Game Republic,7,0.19,0.14,0,0.03,0.01,2010-11-30, -/games/boxart/full_7561844JapanFrontccc.jpg,Tokimeki Memorial Girl's Side 3rd Story,DS,Adventure,Konami,Konami,,0.19,,0.19,,,2010-06-24, -/games/boxart/full_5235413AmericaFrontccc.jpg,Frogger's Adventures 2: The Lost Wand,GBA,Adventure,Konami,Konami,8,0.19,0.14,,0.05,0,2002-11-05, -/games/boxart/full_2044839AmericaFrontccc.jpg,Jampack: Summer 2003 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.19,0.09,,0.07,0.02,2003-04-29, -/games/boxart/7443609ccc.jpg,Sesame Street: Elmo's Number Journey,N64,Misc,NewKidCo,Realtime Associates,,0.19,0.15,,0.04,0,1999-11-30, -/games/boxart/full_pachislot-series-vol-5-evangelion_3JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 5: CR Shinseiki Evangelion * Pachi-Slot Shinseiki Evangelion,PS2,Misc,D3 Publisher,Bisty,,0.19,,0.19,,,2006-06-08, -/games/boxart/3895409ccc.jpg,Gungrave,PS2,Shooter,Sega,"Ikusabune Inc. / Positron Co., Ltd",,0.19,0.09,,0.07,0.02,2002-09-16, -/games/boxart/8551142ccc.jpg,Sniper Elite,PS2,Shooter,Namco,Rebellion Developments,,0.19,0.1,,0.07,0.02,2005-10-18, -/games/boxart/full_2930799AmericaFrontccc.jpg,Quantum Theory,PS3,Shooter,Tecmo Koei,Team Tachyon,,0.19,0.05,0.02,0.09,0.03,2010-09-28, -/games/boxart/full_space-invaders-extreme-2_7AmericaFront.jpg,Space Invaders Extreme 2,DS,Shooter,Taito,Taito Corporation,8.1,0.19,0.17,0,0.01,0.01,2009-10-20, -/games/boxart/full_9502774AmericaFrontccc.jpg,Descent,PS,Shooter,Interplay,Parallax Software,,0.19,0.11,,0.07,0.01,1996-03-12, -/games/boxart/full_1289116AmericaFrontccc.jpg,Tamagotchi Party On!,Wii,Misc,Namco Bandai,High Horse Entertainment,,0.19,0.12,0.06,0,0.01,2007-05-29, -/games/boxart/full_5871156JapanFrontccc.jpg,Daigasso! Band Brothers,DS,Misc,Nintendo,Nintendo R&D2,8,0.19,,0.19,,,2004-12-02, -/games/boxart/full_family-feud-2012-edition_748AmericaFront.jpg,Family Feud: 2012 Edition,Wii,Misc,Ubisoft,Ubisoft,,0.19,0.17,,,0.01,2011-10-18, -/games/boxart/full_momotarou-dentetsu-world_572JapanFront.jpg,Momotarou Dentetsu World,DS,Misc,Hudson Soft,Hudson Soft,,0.19,,0.19,,,2010-12-02, -/games/boxart/full_7558282AmericaFrontccc.jpg,"Ni Hao, Kai-lan: Super Game Day",Wii,Misc,2K Play,High Voltage Software,,0.19,0.17,,0,0.01,2009-10-26, -/games/boxart/3057287ccc.jpg,SNK Arcade Classics Vol. 1,PS2,Misc,SNK Playmore,Terminal Reality,,0.19,0.09,,0.07,0.02,2008-04-29, -/games/boxart/full_8857228JapanFrontccc.jpg,Phantasy Star Nova,PSV,Misc,Sega,Unknown,,0.19,,0.19,,,2014-11-27, -/games/boxart/5186370ccc.jpg,Frequency,PS2,Misc,Sony Computer Entertainment,Harmonix Music Systems,,0.19,0.09,,0.07,0.02,2001-11-19, -/games/boxart/full_4302396AmericaFrontccc.jpg,NBA Live 19,PS4,Sports,Electronic Arts,EA Tiburon,,0.19,0.15,,,0.04,2018-09-07,2018-06-13 -/games/boxart/full_7062511JapanFrontccc.jpg,SD Gundam GX,SNES,Strategy,Bandai,Bec,,0.19,,0.19,,,1994-05-27, -/games/boxart/full_battle-of-giants-dinosaur-strike_2AmericaFront.jpg,Battle of Giants: Dinosaurs Strike,Wii,Strategy,Ubisoft,Ubisoft Quebec City,,0.19,0.14,,0.03,0.01,2010-11-09, -/games/boxart/full_3911786PALFrontccc.jpg,Singstar: Ultimate Party,PS4,Music,Sony Computer Entertainment,London Studios,,0.19,,,0.16,0.03,2014-10-24,2018-09-24 -/games/boxart/full_9297606AmericaFrontccc.jpg,Fantasia: Music Evolved,XOne,Music,Disney Interactive Studios,Harmonix Music Systems,,0.19,0.14,,0.03,0.02,2014-10-21,2018-11-24 -/games/boxart/full_are-you-smarter-than-a-5th-grader-back-to-school_5AmericaFront.jpg,Are You Smarter Than a 5th Grader? Back to School,Wii,Misc,Nintendo,ImaginEngine,,0.19,0.18,,,0.02,2010-11-02, -/games/boxart/full_3380069JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou,SNES,Misc,Sammy Corporation,Sammy Corporation,,0.19,,0.19,,,1993-11-26, -/games/boxart/3872928ccc.jpg,Boogie,PS2,Misc,Electronic Arts,"Pipeworks Software, Inc.",,0.19,0.09,,0.07,0.02,2007-11-12, -/games/boxart/full_arcania-a-gothic-tale_0AmericaFront.jpg,Arcania: Gothic 4,PC,Role-Playing,JoWood Productions,Spellbound Entertainment AG,5.8,0.18,0.09,,0.08,0.02,2010-10-19, -/games/boxart/4988422ccc.jpg,.hack//Quarantine Part 4: The Final Chapter,PS2,Role-Playing,Bandai,CyberConnect2,6.8,0.18,0.09,,0.07,0.02,2004-01-14, -/games/boxart/full_3010230AmericaFrontccc.jpg,Monster 4x4: Stunt Racer,Wii,Racing,Ubisoft,Ubisoft Reflections,,0.18,0.16,,0,0.01,2009-10-27, -/games/boxart/full_1035142AmericaFrontccc.jpg,Shadow Madness,PS,Role-Playing,Crave Entertainment,Crave Entertainment,,0.18,0.1,,0.07,0.01,1999-04-30, -/games/boxart/6226355ccc.jpg,Disgaea DS,DS,Role-Playing,NIS America,Nippon Ichi Software,8,0.18,0.11,0.05,0.01,0.01,2008-09-23, -/games/boxart/full_4605062AmericaFrontccc.jpg,Ar tonelico 2: Melody of Metafalica,PS2,Role-Playing,NIS America,Gust,7.2,0.18,0.04,0.11,0.03,0.01,2009-01-20, -/games/boxart/full_319421AmericaFrontccc.jpg,Gauntlet: Seven Sorrows,XB,Role-Playing,Midway Games,Midway Studios San Diego,,0.18,0.14,,0.04,0.01,2005-12-12, -/games/boxart/full_6561562JapanFrontccc.jpg,Super Robot Wars UX,3DS,Role-Playing,Namco Bandai Games,Banpresto,,0.18,,0.18,,,2013-03-14,2018-11-04 -/games/boxart/6420772ccc.jpg,Mega Man X: Command Mission,PS2,Role-Playing,Capcom,Capcom,,0.18,0.09,,0.07,0.02,2004-09-21, -/games/boxart/full_6478131JapanFrontccc.jpg,Moon,PS,Role-Playing,ASCII Entertainment,Lovedelic,,0.18,,0.17,,0.01,1997-10-16, -/games/boxart/full_trinity-universe_2AmericaFront.jpg,Trinity Universe,PS3,Role-Playing,NIS America,Nippon Ichi Software / Gust,6.2,0.18,0.07,0.03,0.06,0.02,2010-06-29, -/games/boxart/1477564ccc.jpg,Re-Volt,N64,Racing,Acclaim Entertainment,Probe Entertainment Limited,,0.18,0.14,,0.04,0,1999-07-31, -/games/boxart/full_5530607AmericaFrontccc.jpg,World of Outlaws: Sprint Cars,X360,Racing,THQ,Big Ant Studios,,0.18,0.17,,,0.01,2010-02-09, -/games/boxart/full_808675AmericaFrontccc.jpg,F1 Challenge,SAT,Racing,Virgin Interactive,Bell Corporation,,0.18,,0.18,,0,1996-01-01, -/games/boxart/full_5018451AmericaFrontccc.jpg,Juiced,XB,Racing,THQ,Juice Games,,0.18,0.13,,0.04,0.01,2005-06-13, -/games/boxart/5458860ccc.jpg,Sonic Riders: Zero Gravity,PS2,Racing,Sega,Sonic Team,,0.18,0.09,,0.07,0.02,2008-01-08, -/games/boxart/full_ridge-racer_825PALFront.jpg,Ridge Racer,PSV,Racing,Namco Bandai Games,Namco Bandai Games / Celius,,0.18,0.03,0.05,0.08,0.02,2012-03-13, -/games/boxart/full_8706852PALFrontccc.jpg,MotoGP 15,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.18,,0.04,0.13,0.02,2015-06-24,2018-04-24 -/games/boxart/full_4648502AmericaFrontccc.jpg,MotoGP,Wii,Racing,Capcom,MileStone Inc.,,0.18,0.05,,0.11,0.02,2009-03-24, -/games/boxart/full_6681503AmericaFrontccc.jpg,Test Drive Off-Road Wide Open,XB,Racing,Infogrames,Rockstar San Diego,,0.18,0.15,,0.03,0.01,2001-11-14, -/games/boxart/5657899ccc.jpg,Tokyo Xtreme Racer DRIFT,PS2,Racing,Crave Entertainment,Genki,,0.18,0.09,,0.07,0.02,2006-04-18, -/games/boxart/full_7931341AmericaFrontccc.jpg,Mahjong: Journey Quest for Tikal,DS,Puzzle,Mumbo Jumbo,Cerasus Media,,0.18,0.15,,0.02,0.01,2010-07-20, -/games/boxart/full_8163133AmericaFrontccc.jpg,Bendy and the Ink Machine,PS4,Puzzle,Rooster Teeth Games,TheMeatly Games,,0.18,0.15,,,0.03,2018-11-20,2018-12-19 -/games/boxart/full_jewel-master-cradle-of-athena_9AmericaFront.jpg,Jewel Master: Cradle of Athena,DS,Puzzle,Storm City Games,TBD,,0.18,0.17,,,0.01,2010-10-26, -/games/boxart/full_squeeballs-party_4AmericaFront.jpg,Squeeballs Party,DS,Puzzle,Aksys Games,Eiconic Games,,0.18,0.17,,0,0.01,2009-10-12, -/games/boxart/4817901ccc.jpg,The Adventures of Cookie & Cream,PS2,Puzzle,Agetec,From Software,,0.18,0.09,,0.07,0.02,2001-04-30, -/games/boxart/3990580ccc.jpg,Shadow The Hedgehog,XB,Platform,Sega,Sonic Team,5,0.18,0.13,,0.04,0.01,2005-11-15, -/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_4AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,X360,Platform,D3 Publisher,Papaya Studios,,0.18,0.1,,0.06,0.02,2010-10-05, -/games/boxart/full_despicable-me-the-game_7AmericaFront.jpg,Despicable Me: The Game,PSP,Platform,D3 Publisher,Monkey Bar Games,,0.18,0.05,,0.09,0.04,2010-07-06, -/games/boxart/9008268ccc.jpg,Mega Man III,GB,Platform,Capcom,Capcom,,0.18,,0.18,,,1992-01-01, -/games/boxart/full_5971988AmericaFrontccc.jpg,Disney's Tarzan Untamed,GC,Platform,Ubisoft,Ubisoft Montreal,,0.18,0.14,,0.04,0,2001-11-17, -/games/boxart/1356306ccc.jpg,Looney Tunes: Back in Action,GBA,Platform,Electronic Arts,Warthog,,0.18,0.13,,0.05,0,2003-11-11, -/games/boxart/full_8324918AmericaFrontccc.jpg,Scooby-Doo! Unmasked,GBA,Platform,THQ,Artificial Mind and Movement,,0.18,0.13,,0.05,0,2005-09-12, -/games/boxart/full_doctor-who-return-to-earth_0PALFront.jpg,Doctor Who: Return to Earth,Wii,Adventure,Asylum Entertainment,Asylum Entertainment,,0.18,,,0.16,0.02,2010-11-12, -/games/boxart/5819602ccc.jpg,Alone In The Dark,Wii,Adventure,Atari,Hydravision Entertainment,3.1,0.18,0.09,,0.08,0.02,2008-06-23, -/games/boxart/7059363ccc.jpg,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",DS,Adventure,Buena Vista,Griptonite Games,,0.18,0.15,,0.01,0.01,2005-11-14, -/games/boxart/full_9789731JapanFrontccc.jpg,Vampire Savior: The Lord of Vampire,SAT,Fighting,Capcom,Capcom,,0.18,,0.18,,0,1998-04-16, -/games/boxart/full_4159942AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,DS,Fighting,THQ,TOSE,,0.18,0.14,,0.02,0.01,2008-11-09, -/games/boxart/full_7667339AmericaFrontccc.jpg,UFC: Sudden Impact,PS2,Fighting,Global Star Software,Opus Studio,,0.18,0.09,,0.07,0.02,2004-04-21, -/games/boxart/full_3659219AmericaFrontccc.jpg,Lego Star Wars: The Force Awakens,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.18,0.02,0.02,0.1,0.03,2016-06-28,2018-03-31 -/games/boxart/full_4658800PALFrontccc.jpg,How to Train Your Dragon 2,X360,Action-Adventure,Little Orbit,Torus Games,,0.18,0.06,,0.1,0.01,2014-06-10,2018-03-17 -/games/boxart/full_1298001AmericaFrontccc.jpg,Klonoa: Door to Phantomile,PS,Platform,Namco,Namco,,0.18,,0.17,,0.01,1998-06-01, -/games/boxart/full_de-blob-2_80AmericaFront.jpg,de Blob 2,Wii,Platform,THQ,Blue Tongue,8.1,0.18,0.11,,0.06,0.02,2011-02-22, -/games/boxart/full_9174418AmericaFrontccc.jpg,Call of Juarez,X360,Shooter,Ubisoft,Techland,6.9,0.18,0.14,0,0.02,0.01,2007-06-07, -/games/boxart/full_2551047AmericaFrontccc.jpg,Call of Duty: World at War,PC,Shooter,Activision,Treyarch,8.6,0.18,0.02,,0.14,0.02,2008-11-10, -/games/boxart/9388239ccc.jpg,Bad Boys: Miami Takedown,XB,Shooter,Crave Entertainment,Blitz Games,,0.18,0.14,,0.04,0.01,2004-09-14, -/games/boxart/full_2203463AmericaFrontccc.jpg,Call of Duty: Modern Warfare Trilogy,X360,Shooter,Activision,Infinity Ward,,0.18,0.13,,0.04,0.02,2016-05-17,2018-01-14 -/games/boxart/default.jpg,Syndicate,X360,Shooter,Electronic Arts,Electronic Arts,,0.18,0.1,,0.06,0.02,2012-02-21, -/games/boxart/870756ccc.gif,Vietcong: Purple Haze,PS2,Shooter,Gathering of Developers,Coyote Developments,,0.18,0.09,,0.07,0.02,2004-09-15, -/games/boxart/full_playstation-move-heroes_698AmericaFront.jpg,PlayStation Move Heroes,PS3,Platform,Sony Computer Entertainment,Nihilistic Software,4.8,0.18,0.09,,0.06,0.03,2011-03-22, -/games/boxart/2875181ccc.jpg,Ty the Tasmanian Tiger,XB,Platform,Electronic Arts,Krome Studios,7,0.18,0.14,,0.04,0.01,2002-09-10, -/games/boxart/full_otomedius-excellent_155AmericaFront.jpg,Otomedius Excellent,X360,Shooter,Konami,Konami,7,0.18,0.13,0.04,,0.01,2011-11-01, -/games/boxart/full_mindjack_352AmericaFront.jpg,MindJack,PS3,Shooter,Square Enix,FeelPlus,4.6,0.18,0.07,,0.08,0.03,2011-01-18, -/games/boxart/full_1340192AmericaFrontccc.png,How to Train Your Dragon,PS3,Action,Activision,Etranges Libellules,4.6,0.18,0.12,,0.03,0.02,2010-03-23, -/games/boxart/full_1777965JapanFrontccc.jpg,GameBoy Wars,GB,Strategy,Nintendo,Intelligent Systems,,0.18,,0.18,,0,1991-05-21, -/games/boxart/full_6616236JapanFrontccc.jpg,Battle Commander: Hachibushu Shura no Heihou,SNES,Strategy,Banpresto,Banpresto,,0.18,,0.18,,,1991-12-29, -/games/boxart/4703067ccc.jpg,Metal Gear Ac!d 2,PSP,Strategy,Konami,Kojima Productions,8.3,0.18,0.11,0.05,0.01,0.01,2006-03-21, -/games/boxart/3869065ccc.jpg,Summer Athletics: The Ultimate Challenge,PS2,Sports,Conspiracy Entertainment,49Games,,0.18,,,0,0.18,2008-07-29, -/games/boxart/full_1026585AmericaFrontccc.jpg,Mega Man Soccer,SNES,Sports,Capcom,Capcom,,0.18,0.04,0.13,0.01,,1994-01-01, -/games/boxart/full_backbreaker_455AmericaFront.jpg,Backbreaker,X360,Sports,505 Games,NaturalMotion Games,5.2,0.18,0.17,,,0.01,2010-06-01, -/games/boxart/9143181ccc.jpg,FIFA 07 Soccer,GC,Sports,EA Sports,EA Canada,8.3,0.18,0.14,,0.04,0,2006-10-03, -/games/boxart/full_grand-slam-tennis-2_490AmericaFront.jpg,Grand Slam Tennis 2,X360,Sports,EA Sports,EA Sports,,0.18,0.1,,0.06,0.02,2012-02-14, -/games/boxart/full_pro-yakyuu-spirits-2011_529JapanFront.jpg,Pro Yakyuu Spirits 2011,PS3,Sports,Konami,PawaPuro Production,,0.18,,0.18,,,2011-04-14, -/games/boxart/full_4082620AmericaFrontccc.jpg,Pure Futbol,X360,Sports,Ubisoft,Ubisoft Vancouver,3.8,0.18,0.08,,0.08,0.02,2010-06-01, -/games/boxart/full_5155166AmericaFrontccc.jpg,Pro Evolution Soccer 2013,3DS,Sports,Konami Digital Entertainment,Konami,,0.18,0.05,0.1,0.02,0.01,2013-02-12,2018-01-12 -/games/boxart/full_shaun-white-skateboarding_6AmericaFront.jpg,Shaun White Skateboarding,Wii,Sports,Ubisoft,Ubisoft Montreal,,0.18,0.13,,0.03,0.01,2010-10-24, -/games/boxart/full_mlb-11-the-show_20AmericaFront.jpg,MLB 11: The Show,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.18,0.16,,,0.02,2011-03-08, -/games/boxart/full_13201JapanFrontccc.jpg,Soccer Tsuku Tokudai Gou: J-League Pro Soccer Club o Tsukurou,DC,Sports,Sega,Smilebit,,0.18,,0.18,,0,2000-12-21, -/games/boxart/7890698ccc.jpg,Tiger Woods PGA Tour 2004,GBA,Sports,EA Sports,Digital Eclipse,,0.18,0.13,,0.05,0,2003-11-04, -/games/boxart/full_4174288AmericaFrontccc.jpg,FIFA Soccer 2002,GC,Sports,EA Sports,EA Canada,,0.18,0.14,,0.04,0,2001-11-21, -/games/boxart/full_cabelas-big-game-hunter-hunting-party_918AmericaFront.jpg,Cabela's Big Game Hunter: Hunting Party,X360,Sports,Activision,Activision,,0.18,0.16,,,0.02,2011-11-01, -/games/boxart/full_502076AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling,PS,Sports,THQ,Adrenalin Entertainment,8.2,0.18,0.1,,0.07,0.01,1998-09-30, -/games/boxart/full_9854773AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,PS2,Sports,Activision,Activision,,0.18,0.09,,0.07,0.02,2008-09-23, -/games/boxart/3430765ccc.jpg,Backyard Basketball,GBA,Sports,Atari,Mistic Software,6,0.18,0.13,,0.05,0,2004-09-22, -/games/boxart/full_2281080AmericaFrontccc.jpg,Madden NFL 09,XB,Sports,EA Sports,EA Tiburon,,0.18,0.13,,0.04,0.01,2008-08-12, -/games/boxart/full_backbreaker_933AmericaFront.jpg,Backbreaker,PS3,Sports,505 Games,NaturalMotion Games,,0.18,0.16,,,0.02,2010-06-01, -/games/boxart/5597659ccc.jpg,NHL 2004,XB,Sports,EA Sports,EA Black Box,,0.18,0.13,,0.04,0.01,2003-09-22, -/games/boxart/full_4345430AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,XOne,Shooter,City Interactive,City Interactive,,0.18,0.11,,0.05,0.02,2017-04-25,2018-05-29 -/games/boxart/full_9754156AmericaFrontccc.jpg,Velvet Assassin,X360,Shooter,SouthPeak Interactive,Replay Studios,5.3,0.18,0.14,0.01,0.02,0.01,2009-04-30, -/games/boxart/8226694ccc.jpg,Charlie and the Chocolate Factory,GC,Adventure,Global Star Software,High Voltage Software,3.9,0.18,0.14,,0.04,0,2005-07-11, -/games/boxart/4859273ccc.jpg,Siren,PS2,Adventure,Sony Computer Entertainment,SCE Japan Studio,,0.18,0.09,,0.07,0.02,2003-11-06,2018-09-16 -/games/boxart/full_1634212AmericaFrontccc.jpg,Jurassic Park III: Island Attack,GBA,Adventure,Konami,Konami,4.9,0.18,0.13,,0.05,0,2001-11-26, -/games/boxart/1468341ccc.jpg,The Chronicles of Narnia: Prince Caspian,X360,Adventure,Disney Interactive Studios,Traveller's Tales,6.3,0.18,0.16,,0.01,0.01,2008-05-15, -/games/boxart/full_8774242AmericaFrontccc.jpg,Back to the Future: The Game,PS4,Adventure,Telltale Games,Telltale Games,,0.18,0.1,,0.05,0.03,2015-10-13,2018-04-23 -/games/boxart/1457480ccc.jpg,Silent Hill 4: The Room,XB,Adventure,Konami,KCET,,0.18,0.14,,0.04,0.01,2004-09-07, -/games/boxart/full_1340511AmericaFrontccc.jpg,Pirates: Hunt For Blackbeard's Booty,Wii,Adventure,Activision,Activision,,0.18,0.08,,0.08,0.02,2008-10-28, -/games/boxart/full_5693025AmericaFrontccc.jpg,Escape the Museum,DS,Adventure,GameMill,Gogii Games,,0.18,0.04,,0.12,0.02,2010-01-12, -/games/boxart/full_7658660AmericaFrontccc.jpg,Danganronpa V3: Killing Harmony,PSV,Adventure,NIS America,Spike Chunsoft,,0.18,0.02,0.13,0.01,0.01,2017-09-26,2018-01-03 -/games/boxart/full_8331758AmericaFrontccc.jpg,Hello Kitty: Birthday Adventures,DS,Adventure,Zoo Games,OneNine Studios,,0.18,0.06,,0.1,0.02,2010-02-23, -/games/boxart/full_7097343AmericaFrontccc.jpg,Tomb Raider: Underworld,PS2,Adventure,Eidos Interactive,Crystal Dynamics,,0.18,0.09,,0.04,0.05,2009-03-03, -/games/boxart/full_1330801AmericaFrontccc.jpg,Danganronpa 2: Goodbye Despair,PSV,Adventure,NIS America,Spike Chunsoft,,0.18,0.08,,0.05,0.04,2014-09-02,2018-01-11 -/games/boxart/1944097ccc.jpg,Nancy Drew: The Hidden Staircase,DS,Adventure,THQ,Gorilla Systems,,0.18,0.16,,,0.01,2008-09-22, -/games/boxart/full_8477518AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,PS,Adventure,LEGO Media,Silicon Dreams,,0.18,0.1,,0.07,0.01,2001-03-01, -/games/boxart/full_fancy-nancy-tea-party-time_10AmericaFront.jpg,Fancy Nancy: Tea Party Time!,DS,Adventure,THQ,Webfoot Technologies,,0.18,0.16,,,0.01,2010-09-14, -/games/boxart/full_3513185AmericaFrontccc.jpg,Ringling Bros. and Barnum & Bailey: Circus Friends,DS,Action,2K Play,2K Games,,0.18,0.16,,0,0.01,2009-11-10, -/games/boxart/full_725166JapanFrontccc.jpg,Mobile Suit Gundam Seed Destiny: Generation of C.E.,PS2,Action,Bandai,Bandai,,0.18,,0.18,,,2005-08-25, -/games/boxart/full_4397458AmericaFrontccc.jpg,Twisted Metal: Small Brawl,PS,Action,Sony Computer Entertainment,Incognito Inc.,,0.18,0.1,,0.07,0.01,2001-11-26, -/games/boxart/full_4655071PALFrontccc.jpg,Active Health with Carol Vorderman,DS,Sports,Nintendo,Fuse Games Limited,,0.18,,,0.18,0.01,2009-08-07, -/games/boxart/full_2646552AmericaFrontccc.jpg,Sports Illustrated for Kids: Football,GBA,Sports,BAM! Entertainment,Sennari Interactive,,0.18,0.13,,0.05,0,2003-08-31, -/games/boxart/full_9398209AmericaFrontccc.jpg,Shape Up,XOne,Sports,Ubisoft,Ubisoft Montreal,,0.18,0.08,,0.09,0.01,2014-11-11,2018-06-19 -/games/boxart/full_5052052AmericaFrontccc.jpg,Reel Fishing II,PS,Sports,Natsume,Open Sesame,,0.18,0.1,,0.07,0.01,2000-06-14, -/games/boxart/full_4579846JapanFrontccc.jpg,Gokujou Parodius,SNES,Shooter,Konami,Konami,,0.18,,0.18,,,1994-11-25, -/games/boxart/5613471ccc.jpg,Gun,GC,Shooter,Activision,Neversoft Entertainment,7.9,0.18,0.14,,0.04,0,2005-11-08, -/games/boxart/full_3666225AmericaFrontccc.jpg,Star Wars Battlefront II,PC,Shooter,LucasArts,Pandemic Studios,,0.18,0.03,,0.14,0.02,2005-11-01, -/games/boxart/full_brink_314AmericaFront.jpg,Brink,PC,Shooter,Bethesda Softworks,Splash Damage,7,0.18,0.06,,0.09,0.03,2011-05-10, -/games/boxart/1775394ccc.jpg,Close Combat: First to Fight,XB,Shooter,2K Games,Destineer,,0.18,0.14,,0.04,0.01,2005-04-06, -/games/boxart/4233203ccc.jpg,NARC,XB,Shooter,Midway Games,Point of View,5.5,0.18,0.14,,0.04,0.01,2005-03-22, -/games/boxart/full_9356160JapanFrontccc.jpg,Hatsune Miku and Future Stars: Project Mirai,3DS,Misc,Sega,Unknown,,0.18,,0.18,,,2012-03-08, -/games/boxart/full_jeopardy_386AmericaFront.jpg,Jeopardy!,DS,Misc,THQ,Griptonite Games,,0.18,0.17,,,0.01,2010-11-02, -/games/boxart/full_6561962JapanFrontccc.jpg,TalkMan (Japan),PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.18,,0.18,,,2005-11-17, -/games/boxart/full_you-dont-know-jack_721AmericaFront.jpg,You Don't Know Jack,PS3,Misc,THQ,"Jellyvision, Inc.",8.2,0.18,0.16,,,0.02,2011-02-08, -/games/boxart/full_rio_1AmericaFront.jpg,Rio,Wii,Misc,THQ,TBA,,0.18,0.13,,0.04,0.01,2011-04-12, -/games/boxart/full_2614660PALFrontccc.jpg,Rabbids Party Collection,Wii,Misc,Ubisoft,Ubisoft Montpellier,,0.18,,,0.16,0.02,2010-08-27, -/games/boxart/full_4612737AmericaFrontccc.jpg,Pokémon I Choose You / Squirtle Squad Game Boy Advance Video,GBA,Misc,Nintendo,Nintendo,,0.18,0.13,,0.05,0,2004-09-27, -/games/boxart/full_6355238AmericaFrontccc.jpg,NBA Hoopz,PS2,Sports,Midway Games,Eurocom Entertainment Software,,0.18,0.09,,0.07,0.02,2001-02-26, -/games/boxart/full_9195347AmericaFrontccc.jpg,ESPN X Games Skateboarding,GBA,Sports,Konami,Konami Computer Entertainment Hawaii,5.7,0.18,0.13,,0.05,0,2001-09-12, -/games/boxart/full_1329422AmericaFrontccc.jpg,College Hoops 2K8,X360,Sports,2K Sports,Visual Concepts,,0.18,0.16,,,0.01,2007-11-19, -/games/boxart/full_1247844AmericaFrontccc.jpg,Speedball 2100,PS,Sports,Take-Two Interactive,Bitmap Brothers,,0.18,0.1,,0.07,0.01,2000-10-24, -/games/boxart/full_my-fitness-coach-2-exercise-and-nutrition_0AmericaFront.jpg,My Fitness Coach 2: Exercise and Nutrition,Wii,Sports,Ubisoft,Lightning Fish,,0.18,0.13,,0.04,0.01,2010-01-05, -/games/boxart/full_brunswick-pro-bowling_1AmericaFront.jpg,Brunswick Pro Bowling,PS3,Sports,Crave Entertainment,FarSight Studios,,0.18,0.1,,0.05,0.02,2010-09-21, -/games/boxart/full_1671115AmericaFrontccc.jpg,International Superstar Soccer 2000 (JP weekly sales),N64,Sports,Konami,KCEO,,0.18,,0.18,,,2000-08-03, -/games/boxart/full_remington-super-slam-hunting-north-america_7AmericaFront.jpg,Remington Super Slam Hunting: North America,Wii,Sports,Mastiff,Mastiff,,0.18,0.17,,,0.01,2010-11-09, -/games/boxart/full_8893855JapanFrontccc.jpg,Pro Yakyuu Spirits 5,PS2,Sports,Konami,PawaPuro Production,,0.18,,0.18,,,2008-04-01, -/games/boxart/3597053ccc.jpg,NFL 2K2,XB,Sports,Sega,Visual Concepts,,0.18,0.13,,0.04,0.01,2002-01-09, -/games/boxart/9257046ccc.jpg,NBA Starting Five,PS2,Sports,Konami,Konami,,0.18,0.09,,0.07,0.02,2002-10-27, -/games/boxart/9651356ccc.jpg,Star Trek: Legacy,X360,Simulation,Bethesda Softworks,Mad Doc Software,6.4,0.18,0.14,,0.02,0.01,2006-12-14, -/games/boxart/9090017ccc.jpg,AirForce Delta Storm,XB,Simulation,Konami,KCE Studios,,0.18,0.14,,0.04,0.01,2001-11-14, -/games/boxart/full_4475653JapanFrontccc.jpg,A.C.E.: Another Century's Episode 2,PS2,Simulation,Banpresto,From Software,,0.18,,0.18,,,2006-03-30, -/games/boxart/full_2086826AmericaFrontccc.jpg,Fireblade,PS2,Simulation,Midway Games,Kuju Entertainment,,0.18,0.09,,0.07,0.02,2002-06-16, -/games/boxart/full_4014988AmericaFrontccc.jpg,Cities: Skylines,XOne,Simulation,Koch Media,Colossal Order,,0.18,0.13,,0.03,0.02,2017-04-21,2018-01-14 -/games/boxart/full_8192800AmericaFrontccc.jpg,Senran Kagura: Estival Versus,PS4,Action,Xseed Games,Marvelous Entertainment,,0.18,0.08,0.09,,0.02,2016-03-15,2018-06-29 -/games/boxart/full_marvel-super-hero-squad-comic-combat_474AmericaFront.jpg,Marvel Super Hero Squad: Comic Combat,X360,Action,THQ,THQ,,0.18,0.13,,0.04,0.02,2011-11-15, -/games/boxart/full_splatterhouse_7AmericaFront.jpg,Splatterhouse,X360,Action,Namco Bandai,BottleRocket,,0.18,0.14,,0.03,0.01,2010-11-23, -/games/boxart/full_303843JapanFrontccc.jpg,Toukiden,PSP,Action,Tecmo Koei,Omega Force,,0.18,,0.18,,,2013-06-27,2018-11-04 -/games/boxart/full_naruto-shippuden-dragon-blade-chronicles_5AmericaFront.jpg,Naruto Shippuden: Dragon Blade Chronicles,Wii,Action,Atlus,8ing/Raizing,4.3,0.18,0.11,0.05,0.02,0.01,2010-11-16, -/games/boxart/2645855ccc.jpg,Ball Breakers,PS,Action,Take-Two Interactive,Lost Toys,,0.18,0.1,,0.07,0.01,2000-07-26, -/games/boxart/full_917763JapanFrontccc.jpg,Sumikko Gurashi: Koko ga Ochitsukundesu,3DS,Action,Nippon Columbia,Nippon Columbia,,0.18,,0.18,,,2014-11-20, -/games/boxart/554854ccc.jpg,Gauntlet: Dark Legacy,GC,Action,Midway Games,Midway Games West,,0.18,0.14,,0.04,0,2002-03-06, -/games/boxart/full_biohazard-revival-selection_700JapanFront.jpg,Biohazard: Revival Selection,PS3,Action,Capcom,Capcom,,0.18,,0.18,,,2011-09-08, -/games/boxart/full_dynasty-warriors-gundam-3_904AmericaFront.jpg,Dynasty Warriors: Gundam 3,X360,Action,Tecmo Koei,Omega Force,6.5,0.18,0.11,0.02,0.03,0.01,2011-06-28, -/games/boxart/full_6691596AmericaFrontccc.jpg,One Piece: Pirate Warriors 3,PSV,Action,Tecmo Koei,Omega Force,,0.18,,0.14,0.03,0.01,2015-08-25,2018-01-12 -/games/boxart/full_6116937AmericaFrontccc.jpg,Six Flags Fun Park,DS,Misc,Brash Entertainment,7 Studios,,0.18,0.17,,,0.01,2008-11-11, -/games/boxart/full_sing4-the-hits-edition_70AmericaFront.jpg,Sing4: The Hits Edition,Wii,Misc,Crave Entertainment,Crave,,0.18,0.17,,,0.01,2011-08-30, -/games/boxart/full_915062AmericaFrontccc.jpg,Jampack Vol. 1,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.18,0.1,,0.07,0.01,1997-01-01, -/games/boxart/full_sesame-street-elmos-letter-adventure_169AmericaFront.jpg,Sesame Street: Elmo's Letter Adventure,N64,Misc,NewKidCo,Realtime Associates,,0.18,0.14,,0.04,0,1999-11-15, -/games/boxart/full_7283828AmericaFrontccc.jpg,The Game of Life / Yahtzee / Payday,GBA,Misc,DSI Games,Black Lantern Studios,,0.18,0.13,,0.05,0,2005-11-07, -/games/boxart/full_6938092AmericaFrontccc.jpg,Atari Anniversary Edition Redux,PS,Misc,Infogrames,Digital Eclipse,,0.18,0.1,,0.07,0.01,2001-01-01, -/games/boxart/full_2897181AmericaFrontccc.jpg,Sega Genesis Classics,NS,Misc,Sega,Sega,,0.18,0.1,,0.06,0.02,2018-12-07,2018-09-22 -/games/boxart/full_6195383AmericaFrontccc.jpg,Chuck E. Cheese's Party Games,DS,Misc,UFO Interactive,"Black Lantern Studios, Inc.",,0.18,0.17,,,0.01,2010-07-13, -/games/boxart/full_4379436AmericaFrontccc.jpg,EyeToy: Groove,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.18,0.09,,0.07,0.02,2004-04-20, -/games/boxart/full_729070AmericaFrontccc.jpg,Lips: Party Classics,X360,Misc,Microsoft Game Studios,iNiS,,0.18,0.05,,0.11,0.02,2010-03-02, -/games/boxart/full_7834744AmericaFrontccc.jpg,All Grown Up! Express Yourself,GBA,Misc,THQ,Altron,3.7,0.18,0.13,,0.05,0,2004-10-19, -/games/boxart/full_cabelas-adventure-camp_522AmericaFront.jpg,Cabela's Adventure Camp,Wii,Misc,Activision,Activision,,0.18,0.14,,0.02,0.02,2011-11-01, -/games/boxart/full_1010314PALFrontccc.jpg,Yu-Gi-Oh! Zexal Clash! Duel Carnival!,3DS,Misc,Konami Digital Entertainment,Konami,,0.18,,0.08,0.09,0.01,2014-09-30,2018-11-04 -/games/boxart/3767532ccc.jpg,Namco Museum: 50th Anniversary,XB,Misc,Namco,Digital Eclipse,,0.18,0.13,,0.04,0.01,2005-08-30, -/games/boxart/full_5557093AmericaFrontccc.jpg,Ringling Bros. and Barnum & Bailey Circus,Wii,Action,2K Play,2K Games,,0.18,0.17,,0,0.01,2009-11-10, -/games/boxart/9339332ccc.jpg,Fear Effect 2: Retro Helix,PS,Action,Eidos Interactive,Kronos Digital Entertainment,,0.18,0.1,,0.07,0.01,2001-02-21, -/games/boxart/full_3748644AmericaFrontccc.jpg,Mushroom Men: The Spore Wars,Wii,Action,SouthPeak Interactive,Red Fly Studio,7.3,0.18,0.16,,0.01,0.01,2008-12-02, -/games/boxart/full_marvel-super-hero-squad-comic-combat_396AmericaFront.jpg,Marvel Super Hero Squad: Comic Combat,Wii,Action,THQ,THQ,,0.18,0.14,,0.03,0.02,2011-11-15, -/games/boxart/full_5487843AmericaFrontccc.jpg,The Last Airbender,DS,Action,THQ,THQ,,0.18,0.13,,0.04,0.02,2010-06-29, -/games/boxart/6284669ccc.jpg,Dragon Blade: Wrath of Fire,Wii,Action,D3 Publisher,D3 Publisher,,0.18,0.17,,0,0.01,2007-09-25, -/games/boxart/full_ghostbusters-the-video-game_6AmericaFront.jpg,Ghostbusters: The Video Game,PSP,Action,Atari,Red Fly Studio,,0.18,0.16,,0.01,0.02,2009-10-30, -/games/boxart/full_8789376AmericaFrontccc.jpg,The Munchables,Wii,Action,Namco Bandai,Namco Bandai Games,8,0.18,0.17,0,0,0.01,2009-05-26, -/games/boxart/full_585428AmericaFrontccc.jpg,Resident Evil: Revelations,PS4,Action,Capcom,Capcom,7.2,0.18,0.06,0.04,0.06,0.02,2017-08-29,2018-03-16 -/games/boxart/full_8880874AmericaFrontccc.jpg,Shrek SuperSlam,DS,Action,Activision,Amaze Entertainment / Griptonite Games,,0.18,0.17,,0,0.01,2005-10-25, -/games/boxart/full_1499135AmericaFrontccc.jpg,Senran Kagura 2: Deep Crimson,3DS,Action,Marvelous Entertainment,Tamsoft,,0.18,0.06,0.08,0.02,0.01,2015-09-15,2018-10-14 -/games/boxart/full_7123050JapanFrontccc.jpg,Mobile Suit Gundam: Extreme VS Force,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.18,,0.18,,,2017-01-01,2018-06-30 -/games/boxart/7874461ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,XB,Action,Activision,FUN Labs,,0.18,0.13,,0.04,0.01,2004-11-23, -/games/boxart/full_5109083AmericaFrontccc.jpg,Indiana Jones and the Emperor's Tomb,XB,Action,LucasArts,The Collective,,0.18,0.14,,0.04,0.01,2003-02-24, -/games/boxart/5475702ccc.png,Buffy the Vampire Slayer: Chaos Bleeds,PS2,Action,VU Games,Eurocom Entertainment Software,,0.18,0.09,,0.07,0.02,2003-08-27, -/games/boxart/full_3884332AmericaFrontccc.jpg,Casper: Friends Around the World,PS,Action,Sound Source Interactive,"Sound Source Interactive, Inc.",,0.18,0.1,,0.07,0.01,2000-11-06, -/games/boxart/9739857ccc.gif,SoulCalibur Legends,Wii,Action,Namco Bandai,Project Soul,4.8,0.18,0.16,,0.01,0.01,2007-11-20, -/games/boxart/9105722ccc.jpg,Batman: Vengeance,GBA,Action,Ubisoft,Ubisoft,6.2,0.18,0.13,,0.05,0,2001-10-30, -/games/boxart/8764186ccc.jpg,Spider-Man: Friend or Foe,PSP,Action,Activision,Artificial Mind and Movement,5,0.18,0.16,,0,0.01,2007-10-02, -/games/boxart/full_van-helsing_665AmericaFront.jpg,Van Helsing,XB,Action,VU Games,Saffire Corporation,,0.18,0.13,,0.04,0.01,2007-05-06, -/games/boxart/466317ccc.jpg,Hellboy: The Science of Evil,PS3,Action,Konami,Krome Studios,,0.18,0.14,,0.02,0.02,2008-06-24, -/games/boxart/full_1721720AmericaFrontccc.jpg,X-Men Origins: Wolverine,PS2,Action,Activision,Amaze Entertainment,,0.18,0.13,,0,0.05,2009-05-01, -/games/boxart/full_1043620PALFrontccc.jpg,Big Hero 6: Battle in the Bay,3DS,Action,GameMill,GameMill,,0.18,,,0.17,0.01,2014-10-28,2018-06-30 -/games/boxart/full_anarchy-reigns_884PALFront.jpg,Anarchy Reigns,X360,Action,Sega,PlatinumGames,,0.18,0.12,0.02,0.02,0.02,2013-01-08, -/games/boxart/5671453ccc.jpg,College Hoops 2K7,PS3,Sports,2K Sports,Visual Concepts,8.2,0.18,0.16,,,0.01,2007-03-13, -/games/boxart/full_4333545AmericaFrontccc.jpg,K-1 World Grand Prix,PS2,Sports,Konami,Konami,,0.18,0.04,0.1,0.03,0.01,2003-07-09, -/games/boxart/full_fifa-soccer-11_9PALFront.jpg,FIFA Soccer 11,PC,Sports,EA Sports,HB Studios,8.4,0.18,,,0.15,0.03,2010-09-28, -/games/boxart/full_7233259AmericaFrontccc.jpg,Virtua Tennis,GBA,Sports,THQ,Altron,,0.18,0.13,,0.05,0,2002-10-08, -/games/boxart/full_7459915AmericaFrontccc.jpg,Dance Dance Revolution: Disney Grooves,Wii,Simulation,Konami,Bemani,,0.18,0.17,,,0.01,2009-04-02, -/games/boxart/9628366ccc.jpg,Armored Core: Last Raven,PS2,Simulation,Agetec,From Software,,0.18,0.05,0.08,0.04,0.01,2006-06-13, -/games/boxart/full_8816160JapanFrontccc.jpg,SimCity Creator (JP sales),DS,Simulation,Electronic Arts,The Sims Studio,,0.18,,0.18,,,2008-03-19, -/games/boxart/full_5986026AmericaFrontccc.jpg,EyePet & Friends,PS3,Simulation,Sony Computer Entertainment,SCEE London Studio,,0.18,0.06,,0.09,0.03,2011-11-15, -/games/boxart/full_6785492AmericaFrontccc.jpg,Chaotic: Shadow Warriors,DS,Action,Activision,Activision,,0.18,0.17,,,0.01,2009-11-17, -/games/boxart/full_853293AmericaFrontccc.jpg,Valhalla Knights 3,PSV,Misc,Xseed Games,Unknown,,0.18,0.04,0.12,0.01,0.02,2013-10-15, -/games/boxart/9668915ccc.jpg,Amplitude,PS2,Misc,Sony Computer Entertainment,Harmonix Music Systems,,0.18,0.09,,0.07,0.02,2003-03-24, -/games/boxart/42014ccc.jpg,Monopoly Party,XB,Misc,Infogrames,Runecraft,,0.18,0.14,,0.04,0.01,2002-10-29, -/games/boxart/1125522ccc.jpg,Atari Anniversary Advance,GBA,Misc,Atari,Digital Eclipse,7.7,0.18,0.13,,0.05,0,2002-03-25, -/games/boxart/full_1702311JapanFrontccc.jpg,Nep League DS,DS,Sports,Jaleco,Jaleco Entertainment,,0.18,,0.18,,,2007-12-06, -/games/boxart/full_9636925AmericaFrontccc.jpg,Harvest Moon: A Wonderful Life Special Edition,PS2,Simulation,Natsume,Marvelous Interactive,,0.18,0.09,,0.07,0.02,2005-10-28, -/games/boxart/full_3248558AmericaFrontccc.jpg,Senran Kagura: Estival Versus,PSV,Action,Xseed Games,Marvelous Entertainment,,0.18,0.04,0.1,0.03,0.02,2016-03-15,2018-06-29 -/games/boxart/full_1018760AmericaFrontccc.jpg,Conception II: Children of the Seven Stars,PSV,Role-Playing,Atlus,Spike Chunsoft,,0.18,0.11,0.04,,0.04,2014-04-15,2019-01-14 -/games/boxart/full_8584887AmericaFrontccc.jpg,Cars: Race-O-Rama,PS3,Racing,THQ,Rainbow Studios,,0.18,0.14,,0.03,0.02,2009-10-13, -/games/boxart/full_f1-2011_231AmericaFront.jpg,F1 2011,PC,Racing,Codemasters,Codemasters Birmingham,8.1,0.18,,,0.15,0.04,2011-09-19, -/games/boxart/5388196ccc.jpg,Driving Emotion Type-S,PS2,Racing,Square,Escape,,0.18,0.04,0.11,0.03,0.01,2001-01-29, -/games/boxart/full_7655140AmericaFrontccc.jpg,DiRT Showdown,PS3,Racing,Codemasters,Codemasters,,0.18,0.02,,0.12,0.03,2012-06-12,2018-10-29 -/games/boxart/3519943ccc.jpg,American Chopper 2: Full Throttle,PS2,Racing,Activision,Creat Studio,,0.18,0.09,,0.07,0.02,2005-11-20, -/games/boxart/6263070ccc.jpg,Burnout Legends,DS,Racing,Electronic Arts,Visual Impact,3.8,0.18,0.15,,0.02,0.01,2005-11-29, -/games/boxart/3433780ccc.jpg,Full Auto 2: Battlelines,PS3,Racing,Sega,Pseudo Interactive,6.7,0.18,0.14,,0.02,0.02,2006-12-07, -/games/boxart/6568916ccc.jpg,Fight Club,PS2,Fighting,VU Games,Genuine Games,,0.18,0.09,,0.07,0.02,2004-11-16, -/games/boxart/full_6677764JapanFrontccc.jpg,Dead or Alive,SAT,Fighting,Tecmo,Team Ninja,7.9,0.18,,0.18,,0,1997-10-09, -/games/boxart/5402832ccc.jpg,Bloody Roar: Primal Fury,GC,Fighting,Activision,Eighting / Raizing,7.9,0.18,0.14,,0.04,0,2002-03-18, -/games/boxart/4126370ccc.jpg,Commandos 2: Men of Courage,PS2,Strategy,Eidos Interactive,Pyro Studios,,0.18,0.09,,0.07,0.02,2002-08-28, -/games/boxart/full_745707JapanFrontccc.jpg,Kidou Senshi Gundam: Senjou no Kizuna Portable,PSP,Strategy,Namco Bandai,Access Games,,0.18,,0.18,,,2009-03-26, -/games/boxart/full_4312922JapanFrontccc.jpg,Super Robot Taisen A Portable,PSP,Strategy,Namco Bandai,Banpresto,,0.18,,0.18,,,2008-06-19, -/games/boxart/full_super-robot-taisen-j_292JapanFront.jpg,Super Robot Taisen J,GBA,Strategy,Banpresto,Al,,0.18,,0.18,,0,2005-09-15, -/games/boxart/full_4559994AmericaFrontccc.jpg,Hatsune Miku: Project Diva X,PSV,Music,Sega,Sega,,0.18,0.05,0.12,,0.02,2016-08-30,2018-06-30 -/games/boxart/full_8823897AmericaFrontccc.jpg,Zumba Fitness Rush,X360,Music,Majesco Entertainment,Majesco Entertainment,,0.18,0,,0.16,0.02,2012-02-14,2018-11-04 -/games/boxart/full_2973724AmericaFrontccc.jpg,Country Dance: All Stars,X360,Music,GameMill Entertainment,GameMill Entertainment,,0.18,0.16,,,0.02,2012-03-27,2018-11-04 -/games/boxart/full_4839572JapanFrontccc.jpg,Chocobo no Fushigi Dungeon for WonderSwan,WS,Role-Playing,Bandai,SquareSoft,,0.18,,0.18,,0,1999-03-04, -/games/boxart/full_6403342JapanFrontccc.jpg,Digimon Story: Cyber Sleuth,PSV,Role-Playing,Namco Bandai Games,Media.Vision,,0.18,0,0.18,,0,2016-02-02,2018-01-22 -/games/boxart/9249096ccc.jpg,The Elder Scrolls IV: Shivering Isles,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.9,0.18,0.17,,,0.01,2007-10-16, -/games/boxart/full_might-ampamp-magic-clash-of-heroes_3AmericaFront.jpg,Might & Magic: Clash of Heroes,DS,Role-Playing,Ubisoft,Capybara Games,8.6,0.18,0.15,,0.02,0.01,2009-12-01, -/games/boxart/5645503ccc.jpg,.hack//G.U. Vol.3//Redemption,PS2,Role-Playing,Namco Bandai,CyberConnect2,5.7,0.17,,0.17,,,2007-09-10, -/games/boxart/full_3776833JapanFrontccc.jpg,The Idolm@ster: Shiny Festa - Honey Sound / Funky Note / Groovy Tune,PSP,Music,Namco Bandai Games,Bandai Namco Games,,0.17,,0.17,,,2012-10-25,2018-11-04 -/games/boxart/full_957387AmericaFrontccc.jpg,Final Fantasy XIV: Heavensward,PS4,MMO,Square Enix,Square Enix,,0.17,,0.06,0.09,0.02,2015-06-23,2018-04-22 -/games/boxart/full_4065255AmericaFrontccc.jpg,Final Fantasy XIV: Stormblood,PS4,MMO,Square Enix,Square Enix,,0.17,0.05,0.04,0.06,0.02,2017-06-20,2018-06-30 -/games/boxart/full_1540081AmericaFrontccc.jpg,Stormrise,PS3,Strategy,Sega,The Creative Assembly,,0.17,0.13,,0.02,0.02,2009-03-24, -/games/boxart/full_super-robot-taisen-l_8JapanFront.jpg,Super Robot Taisen L,DS,Strategy,Namco Bandai,Banpresto,,0.17,,0.17,,,2010-11-25, -/games/boxart/full_6595770AmericaFrontccc.jpg,Just Dance 2019,PS4,Music,Ubisoft,Ubisoft Paris,,0.17,0.11,,0.03,0.03,2018-10-23,2018-09-28 -/games/boxart/full_6452580JapanFrontccc.jpg,Densetsu no Stafi 4,DS,Platform,Nintendo,TOSE,,0.17,,0.17,,,2006-04-13, -/games/boxart/full_3380200AmericaFrontccc.jpg,Pac-Man World 3,DS,Platform,Namco,Blitz Games,,0.17,0.15,,0,0.01,2005-12-07, -/games/boxart/3404899ccc.jpg,Classic NES Series: Donkey Kong,GBA,Platform,Nintendo,Nintendo,6.5,0.17,,0.17,,,2004-06-02, -/games/boxart/9415139ccc.jpg,Street Fighter: The Movie,PS,Fighting,Acclaim Entertainment,Incredible Technologies,,0.17,0.1,,0.07,0.01,1995-08-10, -/games/boxart/full_csi-fatal-conspiracy_3AmericaFront.jpg,CSI: Fatal Conspiracy,X360,Adventure,Ubisoft,Telltale Games,,0.17,0.11,,0.04,0.01,2010-10-26, -/games/boxart/full_3205207AmericaFrontccc.jpg,Clock Tower II: The Struggle Within,PS,Adventure,Agetec,Human Entertainment,4.4,0.17,0.02,0.12,0.01,0.01,1999-10-31, -/games/boxart/full_7495098AmericaFrontccc.jpeg,Journey,PSN,Adventure,Sony Computer Entertainment America,thatgamecompany,,0.17,0.04,,0.11,0.01,2012-08-28,2018-09-23 -/games/boxart/full_1843833AmericaFrontccc.jpg,The Walking Dead - The Telltale Series: A New Frontier,PS4,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.17,0.11,,0.04,0.03,2017-02-28, -/games/boxart/full_3873682AmericaFrontccc.jpg,Fairytale Fights,X360,Action,Playlogic Game Factory,Playlogic Game Factory,4.9,0.17,0.14,,0.02,0.01,2009-10-27, -/games/boxart/full_4475498AmericaFrontccc.jpg,Beat Down: Fists of Vengeance,PS2,Action,Capcom,Cavia Inc.,,0.17,0.04,0.09,0.03,0.01,2005-08-23, -/games/boxart/3595470ccc.jpg,World Destruction League: Thunder Tanks,PS,Action,3DO,3DO,,0.17,0.09,,0.06,0.01,2000-09-09, -/games/boxart/full_green-lantern-rise-of-the-manhunters_449AmericaFront.jpg,Green Lantern: Rise of the Manhunters,PS3,Action,Warner Bros. Interactive,Griptonite Games,6.5,0.17,0.09,,0.05,0.02,2011-06-07, -/games/boxart/full_1627866AmericaFrontccc.jpg,James Cameron's Dark Angel,PS2,Action,Sierra Entertainment,Radical Entertainment,,0.17,0.08,,0.07,0.02,2002-11-18, -/games/boxart/full_4406868JapanFrontccc.jpg,The King of Fighters '97,PS,Fighting,Trigger Apps,SNK Corporation,,0.17,,0.16,,0.01,1998-05-28, -/games/boxart/full_2011705AmericaFrontccc.jpg,Murdered: Soul Suspect,XOne,Action-Adventure,Square Enix,Airtight Games,,0.17,0.08,,0.07,0.01,2014-06-03,2018-08-06 -/games/boxart/2145910ccc.jpg,Mega Man Network Transmission,GC,Platform,Capcom,Arika,,0.17,0.13,,0.03,0,2003-06-17, -/games/boxart/full_6734918AmericaFrontccc.jpg,Batman Beyond: Return of the Joker,PS,Action,Kemco,Kemco,,0.17,0.09,,0.06,0.01,2000-11-20, -/games/boxart/full_tron-evolution_738AmericaFront.jpg,TRON: Evolution,DS,Action,Disney Interactive Studios,n-Space,,0.17,0.11,,0.04,0.01,2010-12-07, -/games/boxart/full_3567213AmericaFrontccc.jpg,Axiom Verge,NS,Action,Thomas Happ Games,Thomas Happ Games,7.5,0.17,0.12,,0.03,0.02,2017-11-21,2018-01-12 -/games/boxart/full_8967578AmericaFrontccc.jpg,Chaotic: Shadow Warriors,PS3,Action,Activision,Activision,,0.17,0.15,,,0.02,2009-11-17, -/games/boxart/full_9743213AmericaFrontccc.jpg,Prototype: Biohazard Bundle,PS4,Action,Activision,Activision,,0.17,0.14,,,0.03,2016-10-11, -/games/boxart/full_7778488AmericaFrontccc.jpg,Nightmare Creatures II,PS,Action,Konami,Kalisto Entertainment,,0.17,0.09,,0.06,0.01,2000-04-29, -/games/boxart/9474109ccc.jpg,Catwoman,PS2,Action,Electronic Arts,Argonaut Games,4.6,0.17,0.08,,0.06,0.02,2004-07-20, -/games/boxart/558150ccc.jpg,Garfield: Lasagna World Tour,PS2,Action,Conspiracy Entertainment,EKO Software,,0.17,0.08,,0.06,0.02,2008-06-27, -/games/boxart/full_5524106AmericaFrontccc.jpg,TransFormers Animated: The Game,DS,Action,Activision,Artificial Mind and Movement,,0.17,0.15,,0.01,0.01,2008-10-21, -/games/boxart/8844859ccc.jpg,Armor Ambush,2600,Action,Mattel Interactive,Mattel,,0.17,0.15,,0.01,0,1982-01-01, -/games/boxart/3586431ccc.jpg,Death Trap,2600,Action,Avalon Interactive,Avalon Hill,,0.17,0.15,,0.01,0,1983-01-01, -/games/boxart/297893ccc.jpg,Mr. Do!'s Castle,2600,Action,Parker Bros.,Parker Bros,,0.17,0.15,,0.01,0,1984-01-01, -/games/boxart/full_reloaded_956AmericaFront.jpg,Reloaded,PS,Action,Interplay,Gremlin Interactive,,0.17,0.09,,0.06,0.01,1996-11-30, -/games/boxart/8558802ccc.gif,State of Emergency,XB,Action,Rockstar Games,VIS Entertainment,,0.17,0.13,,0.04,0.01,2003-03-26, -/games/boxart/full_9587208AmericaFrontccc.jpg,Valkyrie Drive: Bhikkhuni,PSV,Action,PQube,Marvelous Entertainment,,0.17,,0.11,0.05,0.01,2016-10-11,2018-06-30 -/games/boxart/full_5729608AmericaFrontccc.jpg,G-Force,X360,Action,Disney Interactive Studios,Eurocom Entertainment Software,7.4,0.17,0.11,,0.05,0.02,2009-07-21, -/games/boxart/full_7049580AmericaFrontccc.jpg,Hitman: HD Trilogy,X360,Misc,Square Enix,Unknown,,0.17,0.07,,0.09,0.01,2013-01-29, -/games/boxart/full_1537606AmericaFrontccc.jpg,Hello Kitty: Happy Party Pals,GBA,Misc,THQ,ValuSoft,,0.17,0.12,,0.05,0,2005-10-11, -/games/boxart/full_we-sing-uk-hits_172PALFront.jpg,We Sing UK Hits,Wii,Misc,Nordic Games,Le Cortex,,0.17,,,0.15,0.02,2011-09-30, -/games/boxart/default.jpg,Michael Jackson: The Experience 3D,3DS,Misc,Ubisoft,Longtail Studios,,0.17,0.13,,0.03,0.02,2011-11-08, -/games/boxart/full_3195272AmericaFrontccc.jpg,Fuzion Frenzy 2,X360,Misc,Microsoft,Hudson Soft,,0.17,0.14,,0.01,0.01,2007-01-30, -/games/boxart/full_6775958AmericaFrontccc.jpg,The Naked Brothers Band: The Video Game,PS2,Misc,THQ,Barking Lizards Technologies,,0.17,0.08,,0.06,0.02,2008-10-20, -/games/boxart/full_1323101PALFrontccc.jpg,Buzz! Brain of the UK,PS3,Misc,Sony Computer Entertainment,Relentless Software,,0.17,,,0.15,0.01,2009-03-27, -/games/boxart/9186525ccc.jpg,Bomberman Land,Wii,Misc,Hudson Soft,Hudson Soft,6,0.17,0.11,0.03,0.02,0.01,2008-01-29, -/games/boxart/4301328ccc.jpg,Sega Superstars,PS2,Misc,Sega,Sonic Team,,0.17,0.08,,0.06,0.02,2004-11-03, -/games/boxart/2382341ccc.jpg,Midway Arcade Treasures,GC,Misc,Midway Games,Digital Eclipse,6.8,0.17,0.13,,0.03,0,2003-12-18, -/games/boxart/full_4129318AmericaFrontccc.jpg,Mousetrap / Operation / Simon,GBA,Misc,DSI Games,Gravity-I,,0.17,0.12,,0.04,0,2005-11-07, -/games/boxart/full_4154844JapanFrontccc.jpg,TOEIC Test Training DS,DS,Misc,IE Institute,IE Institute,,0.17,,0.17,,,2007-03-29, -/games/boxart/full_8206736AmericaFrontccc.jpg,Easy Piano,DS,Misc,Valcon Games,Game Life,,0.17,0.04,,0.11,0.02,2010-04-13, -/games/boxart/full_9887712AmericaFrontccc.jpg,Bratz Kidz,Wii,Misc,Game Factory,Neko Entertainment,,0.17,0.16,,,0.01,2008-11-11, -/games/boxart/full_2245382AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.17,0.12,,0.04,0,2004-07-05, -/games/boxart/full_300013PALFrontccc.jpg,SingStar Motown,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.17,,,0.16,0.02,2009-11-10, -/games/boxart/full_7101971AmericaFrontccc.jpg,Iron Chef America: Supreme Cuisine,Wii,Simulation,Destineer,Black Lantern Studios,2,0.17,0.16,,,0.01,2008-11-25, -/games/boxart/full_4882528AmericaFrontccc.jpg,Learning to Spell,DS,Misc,505 Games,505 Games,,0.17,0.16,,,0.01,2010-04-20, -/games/boxart/full_1350199JapanFrontccc.jpg,Phantasy Star Online 2,PSV,Misc,Sega,Unknown,,0.17,,0.17,,,2013-02-28, -/games/boxart/full_3837905JapanFrontccc.jpg,Gundam Assault Survive,PSP,Simulation,Namco Bandai,Bandai Namco Games,,0.17,,0.17,,,2010-03-18, -/games/boxart/full_3118898AmericaFrontccc.jpg,Harvest Moon: The Lost Valley,3DS,Simulation,Natsume,Natsume,,0.17,0.13,,0.02,0.02,2014-11-04,2019-01-13 -/games/boxart/full_zhuzhu-puppies_625AmericaFront.jpg,ZhuZhu Puppies,DS,Simulation,Activision,Black Lantern Studios,,0.17,0.12,,0.03,0.01,2011-03-29, -/games/boxart/full_4056110AmericaFrontccc.jpg,Trauma Team,Wii,Simulation,Atlus,Atlus Co.,8.1,0.17,0.14,0.02,,0.01,2010-05-18, -/games/boxart/full_7301106JapanFrontccc.jpg,Mahjong Fight Club,PSP,Misc,Konami,Konami,,0.17,,0.17,,0,2004-12-12, -/games/boxart/full_6069577AmericaFrontccc.jpg,Pursuit Force,PSP,Racing,Sony Computer Entertainment,Bigbig Studios,7.4,0.17,0.14,,0.01,0.02,2006-03-07, -/games/boxart/full_6748862AmericaFrontccc.jpg,TT Isle of Man: Ride on the Edge,PS4,Racing,Big Ben Interactive,Kylotonn,,0.17,0.05,,0.09,0.03,2018-03-06,2018-03-07 -/games/boxart/full_3572030AmericaFrontccc.jpg,RC Revenge Pro,PS2,Racing,Acclaim Entertainment,Acclaim Entertainment,,0.17,0.08,,0.06,0.02,2001-01-16,2018-05-09 -/games/boxart/full_6394238AmericaFrontccc.jpg,Naval Assault: The Killing Tide,X360,Simulation,505 Games,Artech Studios,,0.17,0.08,,0.07,0.02,2010-06-15, -/games/boxart/6155901ccc.jpg,Disney Friends,DS,Simulation,Disney Interactive Studios,Amaze Entertainment,,0.17,0.12,,0.03,0.01,2008-02-26, -/games/boxart/full_2312877AmericaFrontccc.jpg,Harvest Moon: Light of Hope,NS,Simulation,Natsume,Natsume,,0.17,0.12,,0.03,0.02,2018-05-29,2018-06-14 -/games/boxart/full_9989350AmericaFrontccc.jpg,Exhibition Volume 02,XB,Misc,Microsoft,Various,,0.17,0.13,,0.04,0.01,2003-03-05,2018-09-25 -/games/boxart/full_4184198AmericaFrontccc.jpg,Let's TAP,Wii,Misc,Sega,PROPE,7,0.17,0.08,0.01,0.06,0.02,2009-06-16, -/games/boxart/3112866ccc.jpg,Turok 3: Shadow of Oblivion,N64,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,0.17,0.12,,0.05,0,2000-08-30, -/games/boxart/full_5176184JapanFrontccc.jpg,Bomberman B-Daman,SNES,Shooter,Hudson Soft,Hudson Soft,,0.17,,0.17,,,1996-12-20, -/games/boxart/2444203ccc.jpg,Terminator 3: The Redemption,PS2,Shooter,Atari,Paradigm Entertainment,,0.17,0.08,,0.06,0.02,2004-09-02, -/games/boxart/7131055ccc.jpg,James Bond 007: Everything or Nothing,GBA,Shooter,Electronic Arts,Griptonite Games,7.1,0.17,0.12,,0.04,0,2003-11-17, -/games/boxart/full_1276315PALFrontccc.jpg,Parodius,SAT,Shooter,Konami,Konami,,0.17,,0.16,,0,1996-01-01, -/games/boxart/full_2071849JapanFrontccc.jpg,Fate/stay night [Réalta Nua],PS2,Adventure,Kadokawa Shoten,Type-Moon,,0.17,,0.17,,,2007-04-19, -/games/boxart/full_8057993JapanFrontccc.jpg,Gyakuten Saiban 3,GBA,Adventure,Capcom,Capcom,,0.17,,0.16,,0,2004-01-23, -/games/boxart/full_monkey-island-special-edition-collection_561PALFront.jpg,Monkey Island: Special Edition Collection,PC,Adventure,LucasArts,LucasArts,,0.17,,,0.14,0.03,2011-09-09, -/games/boxart/3568946ccc.jpg,The Grim Adventures of Billy & Mandy,GC,Action,Midway Games,High Voltage Software,7.2,0.17,0.13,,0.03,0,2006-09-25, -/games/boxart/full_4413566AmericaFrontccc.jpg,EyeToy: Kinetic,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.17,0.09,,0.07,0.02,2005-11-22, -/games/boxart/8515116ccc.jpg,25 To Life,XB,Shooter,Eidos Interactive,Avalanche Software / Ritual Entertainment,,0.17,0.12,,0.04,0.01,2006-01-17, -/games/boxart/full_7760364AmericaFrontccc.jpg,Gunvalkyrie,XB,Shooter,Sega,Smilebit,6.1,0.17,0.13,,0.04,0.01,2002-03-18, -/games/boxart/7175171ccc.jpg,Dementium: The Ward,DS,Shooter,Gamecock,Renegade Kid,7.5,0.17,0.15,,0.01,0.01,2007-10-26, -/games/boxart/full_4045854AmericaFrontccc.jpg,Wolfenstein 3D,GBA,Shooter,BAM! Entertainment,Stalker Entertainment,,0.17,0.12,,0.04,0,2002-03-31, -/games/boxart/full_413172AmericaFrontccc.jpg,Resident Evil 6,PS4,Shooter,Capcom,Capcom,,0.17,0.1,0.05,,0.02,2016-03-29,2018-03-30 -/games/boxart/full_1257744AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Future Soldier,PC,Shooter,Ubisoft,Ubisoft Paris,,0.17,0.05,,0.1,0.02,2012-05-22, -/games/boxart/full_disney-sing-it-family-hits_1AmericaFront.jpg,Disney Sing It: Family Hits,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.17,0.11,,0.04,0.02,2010-08-03, -/games/boxart/full_camp-rock-the-final-jam_3AmericaFront.jpg,Camp Rock: The Final Jam,DS,Misc,Disney Interactive Studios,Disney Interactive Studios,,0.17,0.14,,0.02,0.01,2010-08-31, -/games/boxart/full_2106119AmericaFrontccc.png,uDraw Studio: Instant Artist,Wii,Misc,THQ,THQ,,0.17,0.06,,0.09,0.02,2011-11-15, -/games/boxart/full_2358176AmericaFrontccc.jpg,Project Spark,XOne,Misc,Microsoft Studios,Team Dakota,,0.17,0.11,,0.05,0.02,2014-10-07,2018-08-09 -/games/boxart/full_5155806PALFrontccc.jpg,Demon Gaze,PSV,Misc,NIS America,Unknown,,0.17,0.04,0.09,0.03,0.02,2014-04-22, -/games/boxart/8163595ccc.gif,The Suffering: Ties That Bind,PS2,Action,Midway Games,Surreal Software,,0.17,0.09,,0.07,0.02,2005-09-26, -/games/boxart/3569847ccc.jpg,Teen Titans,GBA,Action,THQ,A2M,,0.17,0.13,,0.05,0,2005-10-16, -/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_4AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,PS3,Action,THQ,THQ,,0.17,0.12,,0.03,0.02,2010-11-16, -/games/boxart/full_5805748JapanFrontccc.jpg,Tokimeki Memorial: Private Collection,PS,Misc,Konami,Konami,,0.17,,0.16,,0.01,1996-04-26, -/games/boxart/full_1985423PALFrontccc.jpg,I'm A Celebrity: Get Me Out of Here!,Wii,Misc,Mindscape,Mindscape,,0.17,,,0.16,0.01,2009-11-06, -/games/boxart/6183755ccc.jpg,Dragon Ball GT: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.17,0.12,,0.05,0,2004-09-09, -/games/boxart/full_3759633AmericaFrontccc.jpg,World Championship Poker,GBA,Misc,Crave Entertainment,Sensory Sweep Studios,,0.17,0.12,,0.05,0,2004-11-03, -/games/boxart/9008492ccc.jpg,Codename: Kids Next Door: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.17,0.12,,0.05,0,2004-06-29, -/games/boxart/full_642686AmericaFrontccc.jpg,Pokémon Beach Blank-out Blastoise / Go West Young Meowth Game Boy Advance Video,GBA,Misc,Nintendo,Nintendo,,0.17,0.12,,0.05,0,2004-09-27, -/games/boxart/full_2432603AmericaFrontccc.jpg,My French Coach,DS,Misc,Ubisoft,Sensory Sweep Studios,,0.17,0.14,,0.01,0.01,2007-11-06, -/games/boxart/full_6250774AmericaFrontccc.jpg,Disney TH!NK Fast: The Ultimate Trivia Showdown,PS2,Misc,Disney Interactive Studios,Magenta Software,,0.17,0.08,,0.06,0.02,2008-11-07, -/games/boxart/3359320ccc.jpg,X-Men: The Official Game,X360,Action,Activision,"Z-Axis, Ltd.",4.9,0.17,0.16,,0,0.01,2006-05-16, -/games/boxart/full_the-lord-of-the-rings-aragorns-quest_9AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PS3,Action,Warner Bros. Interactive,TT Fusion,,0.17,0.1,,0.04,0.02,2010-09-14, -/games/boxart/full_7600898AmericaFrontccc.jpg,Katamari Damacy Reroll,NS,Action,Bandai Namco Entertainment,Bandai Namco Games,8.8,0.17,0.14,0.02,,0.02,2018-12-07,2018-09-13 -/games/boxart/full_tamagotchi-no-narikiri-challenge_10JapanFront.jpg,Tamagotchi no Narikiri Challenge,DS,Action,Namco Bandai,Bandai Namco Games,,0.17,,0.17,,,2010-11-11, -/games/boxart/576315ccc.jpg,World Destruction League: Thunder Tanks,PS2,Action,3DO,3DO,,0.17,0.08,,0.07,0.02,2000-12-20, -/games/boxart/default.jpg,Transformers: Dark of the Moon,Wii,Action,Activision,Behaviour Interactive Inc.,3,0.17,0.09,,0.06,0.02,2011-06-14, -/games/boxart/full_9307626AmericaFrontccc.jpg,Petz: Horseshoe Ranch,DS,Adventure,Ubisoft,Ubisoft,,0.17,0.16,,,0.01,2009-02-03, -/games/boxart/full_9798112JapanFrontccc.jpg,Sound Novel Evolution 1: Otogirisou Sosei-Hen,PS,Adventure,ChunSoft,ChunSoft,,0.17,,0.16,,0.01,1999-03-25, -/games/boxart/full_2725888JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2014,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.17,,0.17,,,2014-10-23,2018-05-01 -/games/boxart/full_captain-america-super-soldier_353AmericaFront.jpg,Captain America: Super Soldier,X360,Action,Sega,Next Level Games,5.9,0.17,0.11,,0.05,0.01,2011-07-19, -/games/boxart/full_3502851JapanFrontccc.jpg,Macross Ultimate Frontier,PSP,Action,Namco Bandai,ArtDink,,0.17,,0.17,,,2009-10-01, -/games/boxart/full_7496818AmericaFrontccc.jpg,Mercury Meltdown Revolution,Wii,Action,Ignition Entertainment,Unknown,8,0.17,0.16,,0,0.01,2007-08-14, -/games/boxart/full_8861651AmericaFrontccc.jpg,Hunter: The Reckoning Redeemer,XB,Action,VU Games,High Voltage Software,,0.17,0.13,,0.04,0.01,2003-10-28, -/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_0AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,PS3,Action,Activision,Now Production,,0.17,0.14,,0.01,0.02,2010-11-02, -/games/boxart/2369974ccc.gif,Thief: Deadly Shadows,XB,Action,Eidos Interactive,Unknown,,0.17,0.13,,0.04,0.01,2004-05-25, -/games/boxart/full_874045AmericaFrontccc.jpg,Time Commando,PS,Action,Activision,Adeline Software,,0.17,0.1,,0.07,0.01,1996-09-30, -/games/boxart/full_8967884AmericaFrontccc.jpg,SSX On Tour,GC,Sports,EA Sports BIG,EA Canada,,0.17,0.13,,0.03,0,2005-10-11, -/games/boxart/full_8667345AmericaFrontccc.jpg,True Crime: New York City,GC,Action,Activision,EXAKT Entertainment,6.4,0.17,0.13,,0.03,0,2005-11-15, -/games/boxart/718672ccc.jpg,ESPN Final Round Golf 2002,GBA,Sports,Konami,Konami Computer Entertainment Nagoya,6,0.17,0.12,,0.05,0,2001-08-28, -/games/boxart/full_4939758PALFrontccc.jpg,NHL 2K9,X360,Sports,2K Sports,Visual Concepts,,0.17,0.15,,0.01,0.01,2008-09-08, -/games/boxart/full_8692600JapanFrontccc.jpg,Power Pro Kun Pocket,GB,Sports,Konami,Diamond Head,,0.17,,0.17,,0,1999-04-01, -/games/boxart/full_6167871AmericaFrontccc.jpg,Backyard NFL Football '09,PS2,Sports,Atari,Humongous Entertainment,,0.17,0.08,,0.07,0.02,2008-10-21, -/games/boxart/full_8429268AmericaFrontccc.jpg,Backyard Baseball '10,PS2,Sports,Atari,Atari,,0.17,0.08,,0.07,0.02,2009-04-28, -/games/boxart/full_8602245JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2013,PSP,Sports,Konami Digital Entertainment,Konami,,0.17,,0.17,,,2013-10-24,2018-10-27 -/games/boxart/6088772ccc.jpg,Leisure Suit Larry: Magna Cum Laude,XB,Adventure,VU Games,High Voltage Software,,0.17,0.12,,0.04,0.01,2004-10-05, -/games/boxart/full_4060505AmericaFrontccc.jpg,Cubivore: Survival of the Fittest,GC,Adventure,Atlus,Saru Brunei / Intelligent Systems,7.1,0.17,0.01,0.15,0,0,2002-11-05, -/games/boxart/full_doctor-lautrec-and-the-forgotten-knights_837AmericaFront.jpg,Doctor Lautrec and the Forgotten Knights,3DS,Adventure,Konami,Konami,,0.17,0.07,0.03,0.05,0.01,2011-12-13, -/games/boxart/full_751350AmericaFrontccc.jpg,Psi-Ops: The Mindgate Conspiracy,XB,Shooter,Midway Games,Midway Games,,0.17,0.13,,0.04,0.01,2004-06-14, -/games/boxart/9560897ccc.gif,SWAT: Global Strike Team,XB,Shooter,Sierra Entertainment,Argonaut Games,,0.17,0.13,,0.04,0.01,2003-10-29, -/games/boxart/7747429ccc.jpg,Top Spin 2,X360,Sports,2K Sports,Indie Built,7.7,0.17,0.15,,0,0.01,2006-03-29, -/games/boxart/full_9613037AmericaFrontccc.jpg,Gallop Racer 2001,PS2,Sports,Tecmo,Tecmo,,0.17,0.05,0.06,0.04,0.01,2001-08-20, -/games/boxart/full_jillian-michaels-fitness-ultimatum-2011_6AmericaFront.jpg,Jillian Michaels Fitness Ultimatum 2011,Wii,Sports,D3 Publisher,Collision Studios,,0.17,0.16,,,0.01,2010-11-16, -/games/boxart/full_brunswick-cosmic-bowling_9AmericaFront.jpg,Brunswick Cosmic Bowling,Wii,Sports,GameMill,CokeM Interactive,,0.17,0.16,,,0.01,2010-09-14, -/games/boxart/2578713ccc.jpg,Bee Movie Game,X360,Action,Activision,Beenox,6.8,0.17,0.16,,0,0.01,2007-10-30, -/games/boxart/431483ccc.jpg,Spawn: Armageddon,XB,Action,Namco,Point of View,,0.17,0.13,,0.04,0.01,2003-11-21, -/games/boxart/9636896ccc.jpg,Rise of the Argonauts,X360,Action,Codemasters,Codemasters,5.2,0.17,0.03,,0.12,0.01,2008-12-16, -/games/boxart/full_3714397AmericaFrontccc.jpg,Disney's Home on the Range,GBA,Action,Disney Interactive Studios,Artificial Mind and Movement,5,0.17,0.12,,0.04,0,2004-03-31, -/games/boxart/full_5591366AmericaFrontccc.jpg,N3 II: Ninety-Nine Nights,X360,Action,Konami,Q Entertainment / Phantagram / FeelPlus,,0.17,0.06,0.04,0.06,0.01,2010-06-29, -/games/boxart/full_2078772AmericaFrontccc.jpg,Fairytale Fights,PS3,Action,Playlogic Game Factory,Playlogic Game Factory,4.8,0.17,0.11,,0.04,0.02,2009-10-27, -/games/boxart/full_the-cursed-crusade_284AmericaFront.jpg,The Cursed Crusade,PS3,Action,Atlus,Kylotonn Entertainment,4,0.17,0.07,0.01,0.07,0.02,2011-10-25, -/games/boxart/8282664ccc.jpg,Skate it,DS,Sports,Electronic Arts,Exient Entertainment,,0.17,0.14,,0.02,0.01,2008-11-19, -/games/boxart/full_6225528AmericaFrontccc.jpg,Major League Baseball 2K6,GC,Sports,2K Sports,Kush Games,6.2,0.17,0.13,,0.03,0,2006-06-12, -/games/boxart/1869721ccc.jpg,Smash Court Tennis Pro Tournament,PS2,Sports,Namco,Namco,,0.17,0.08,,0.07,0.02,2002-03-20, -/games/boxart/full_5849941AmericaFrontccc.jpg,NBA Inside Drive 2004,XB,Sports,Microsoft Game Studios,High Voltage Software,,0.17,0.13,,0.04,0.01,2003-11-18, -/games/boxart/full_6859863AmericaFrontccc.jpg,Professional Fisherman's Tour: Northern Hemisphere,DS,Sports,UFO Interactive,Starfish,,0.17,0.16,,,0.01,2007-08-29, -/games/boxart/full_1034190AmericaFrontccc.jpg,Rapala Fishing Frenzy 2009,PS3,Sports,Activision,FUN Labs,,0.17,0.16,,,0.01,2008-09-02, -/games/boxart/full_863291AmericaFrontccc.jpg,SEGA Bass Fishing Duel,PS2,Sports,Sega,Wow Entertainment,,0.17,0.09,,0.07,0.02,2002-09-23, -/games/boxart/full_sports-illustrated-for-kids-baseball_135AmericaFront.jpg,Sports Illustrated for Kids: Baseball,GBA,Sports,BAM! Entertainment,Sennari Interactive,,0.17,0.12,,0.05,0,2001-09-02, -/games/boxart/full_9547613AmericaFrontccc.jpg,Warriors of Might and Magic,PS2,Adventure,3DO,3DO,,0.17,0.09,,0.07,0.02,2001-03-17, -/games/boxart/full_307650AmericaFrontccc.jpg,Army Men: Sarge's Heroes 2,PS2,Shooter,3DO,3DO,,0.17,0.09,,0.07,0.02,2001-03-20, -/games/boxart/full_2344851AmericaFrontccc.jpg,Borderlands,PC,Shooter,2K Games,Gearbox Software,8.3,0.17,0.01,,0.14,0.03,2009-10-20, -/games/boxart/5745703ccc.jpg,Metal Arms: Glitch in the System,XB,Shooter,VU Games,Swingin' Ape Studios,,0.17,0.13,,0.04,0.01,2003-11-18, -/games/boxart/full_2854153AmericaFrontccc.jpg,MDK2 Armageddon,PS2,Shooter,Interplay,BioWare Corp.,,0.17,0.08,,0.07,0.02,2001-03-26, -/games/boxart/3908388ccc.jpg,Mark Davis Pro Bass Challenge,PS2,Sports,Natsume,SIMS,,0.17,0.09,,0.07,0.02,2003-08-27, -/games/boxart/full_1049855AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,DS,Sports,Konami,Konami Computer Entertainment Tokyo,,0.17,,0.17,0,0,2007-02-06, -/games/boxart/full_658804AmericaFrontccc.jpg,Major League Baseball 2K9,PS3,Sports,2K Sports,Visual Concepts,,0.17,0.16,0,,0.01,2009-03-03, -/games/boxart/9545945ccc.jpg,The Hobbit,GC,Adventure,Sierra Entertainment,Midway Studios - Austin,5,0.17,0.13,,0.03,0,2003-11-11, -/games/boxart/full_9064810AmericaFrontccc.jpg,Lost in Blue 3,DS,Adventure,Konami,Konami,,0.17,0.09,0.06,0.02,0.01,2008-03-18, -/games/boxart/full_5761472AmericaFrontccc.jpg,Rush: A Disney Pixar Adventure,XOne,Adventure,Microsoft Studios,Asobo Studio,,0.17,0.15,,,0.02,2017-10-31,2018-09-25 -/games/boxart/full_4316128AmericaFrontccc.jpg,Disney's Atlantis: The Lost Empire,PS,Adventure,Sony Computer Entertainment,Eurocom Entertainment Software,,0.17,0.1,,0.07,0.01,2001-06-14, -/games/boxart/full_3375090AmericaFrontccc.jpg,Broken Sword: Shadows of the Templars - The Director's Cut,DS,Adventure,Ubisoft,Revolution Software,,0.17,0.07,,0.08,0.02,2009-03-24, -/games/boxart/full_9112469AmericaFrontccc.jpg,Bomberman 64: The Second Attack!,N64,Adventure,Vatical Entertainment,Hudson Soft,,0.17,0.05,0.11,0.01,0,2000-05-28, -/games/boxart/5832041ccc.jpg,The Chronicles of Narnia: Prince Caspian,PS3,Adventure,Disney Interactive Studios,Traveller's Tales,,0.17,0.14,,0.02,0.02,2008-05-15, -/games/boxart/full_4278823AmericaFrontccc.jpg,The Wild Thornberrys: Animal Adventures,PS,Adventure,Mattel Interactive,Mattel Interactive,,0.17,0.1,,0.07,0.01,2000-11-08, -/games/boxart/7115863ccc.jpg,NHL 07,PSP,Sports,EA Sports,EA Montreal,7.6,0.17,0.13,,0.02,0.02,2006-09-12, -/games/boxart/full_290136JapanFrontccc.jpg,Dragon Quest X,3DS,MMO,Square Enix,Square Enix,,0.17,,0.17,,,2014-09-04,2018-04-22 -/games/boxart/2689969ccc.jpg,Gauntlet: Dark Legacy,XB,Action,Midway Games,Midway Games West,,0.17,0.13,,0.04,0.01,2002-04-15, -/games/boxart/2110960ccc.jpg,Batman Begins,GBA,Action,Electronic Arts,Vicarious Visions,6.3,0.17,0.12,,0.05,0,2005-06-14, -/games/boxart/full_1784596JapanFrontccc.jpg,Sumikko Gurashi: Omise Hajimerundesu,3DS,Action,Nippon Columbia,Nippon Columbia,,0.17,,0.17,,,2015-11-19,2018-04-21 -/games/boxart/full_3171654PALFrontccc.jpg,Company of Heroes: Anthology,PC,Strategy,THQ,Relic,,0.17,,,0.15,0.03,2009-04-24, -/games/boxart/7223077ccc.jpg,Resident Evil,SAT,Action,Capcom,Nextech,7.3,0.17,,0.17,,,1997-08-31, -/games/boxart/full_aliens-infestation_670AmericaFront.jpg,Aliens: Infestation,DS,Action,Sega,Way Forward,8.5,0.17,0.09,,0.05,0.02,2011-10-11, -/games/boxart/8047208ccc.jpg,NBA Street Homecourt,PS3,Sports,Electronic Arts,EA Canada,,0.17,0.13,0,0.01,0.02,2007-03-06, -/games/boxart/full_backyard-sports-football-rookie-rush_7AmericaFront.jpg,Backyard Sports Football: Rookie Rush,DS,Sports,Atari,HB Studios,,0.17,0.16,,,0.01,2010-10-26, -/games/boxart/8981870ccc.jpg,Gretzky NHL 2005,PS2,Sports,Sony Computer Entertainment,Page 44 Studios,,0.17,0.08,,0.07,0.02,2004-11-09, -/games/boxart/full_6053369AmericaFrontccc.jpg,Cabela's Legendary Adventures,PSP,Sports,Activision,Sand Grain Studios,,0.17,0.16,,,0.02,2008-09-09, -/games/boxart/full_415942AmericaFrontccc.jpg,Cabela's Legendary Adventures,Wii,Sports,Activision,Magic Wand Productions,,0.17,0.16,,,0.01,2008-09-17, -/games/boxart/full_6539578AmericaFrontccc.jpg,Pro Evolution Soccer 2014,PSP,Sports,Konami Digital Entertainment,Konami,,0.17,,0.14,0.02,0.01,2013-11-14,2018-03-02 -/games/boxart/full_1385667AmericaFrontccc.jpg,NBA 09: The Inside,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,8.2,0.17,0.16,,,0.01,2008-10-07,2018-12-04 -/games/boxart/full_66600PALFrontccc.jpg,Ashes Cricket 2009,PS3,Sports,Codemasters,Transmission Games,6.8,0.17,,,0.16,0.01,2009-08-07, -/games/boxart/full_1601864AmericaFrontccc.jpg,Blood Bowl,X360,Sports,SouthPeak Interactive,Cyanide Studio,6.4,0.17,0.13,,0.02,0.01,2010-01-26, -/games/boxart/full_7298649AmericaFrontccc.jpg,Major League Baseball 2K9,PS2,Sports,2K Sports,Visual Concepts,,0.17,0.08,,0.06,0.02,2009-03-03, -/games/boxart/full_8410196AmericaFrontccc.jpg,World Tour Soccer 2006,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.17,0.08,,0.06,0.02,2005-03-22,2018-12-03 -/games/boxart/full_5146663AmericaFrontccc.jpg,VR Golf '97,PS,Sports,VR Sports,Gremlin Interactive,,0.17,0.09,,0.06,0.01,1996-10-31, -/games/boxart/full_3446170AmericaFrontccc.jpg,Disney Golf,PS2,Sports,Electronic Arts,Tikipod,,0.17,0.07,0.02,0.06,0.02,2002-10-16, -/games/boxart/full_2536804AmericaFrontccc.jpg,Major League Baseball 2K13,PS3,Sports,2K Sports,"Visual Concepts, Ltd.",,0.17,0.14,,,0.03,2013-03-05,2018-09-29 -/games/boxart/full_8412819AmericaFrontccc.jpg,Backyard NFL Football '10,Wii,Sports,Atari,Humongous Entertainment,,0.17,0.16,,,0.01,2009-10-20, -/games/boxart/3475088ccc.jpg,Surf's Up,Wii,Sports,Ubisoft,Ubisoft Montreal,,0.17,0.15,,0,0.01,2007-05-30, -/games/boxart/8520143ccc.jpg,RoadKill,PS2,Action,Midway Games,Terminal Reality,,0.17,0.08,,0.07,0.02,2003-10-13, -/games/boxart/full_9688663AmericaFrontccc.jpg,NCAA Basketball 09,PS3,Sports,EA Sports,EA Canada,,0.17,0.15,,,0.01,2008-11-17, -/games/boxart/full_shawn-johnson-gymnastics_10AmericaFront.jpg,Shawn Johnson Gymnastics,Wii,Sports,Zoo Games,Artefacts Studio,,0.17,0.16,,,0.01,2010-11-16, -/games/boxart/full_6454644JapanFrontccc.jpg,Super Power League,SNES,Sports,Hudson Soft,Hudson Soft,,0.17,,0.17,,,1993-08-06, -/games/boxart/full_2654747AmericaFrontccc.jpg,NASCAR '15,X360,Sports,Deep Silver,Eutechnyx,,0.17,0.15,,,0.02,2015-05-22,2018-04-14 -/games/boxart/full_4434495AmericaFrontccc.jpg,NBA 09: The Inside,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.17,0.08,,0.06,0.02,2008-10-07,2018-12-04 -/games/boxart/full_9671191AmericaFrontccc.jpg,Sports Party,NS,Sports,Ubisoft,Magic Pockets,,0.17,0.06,,0.1,0.01,2018-10-30,2018-11-02 -/games/boxart/full_4748598JapanFrontccc.jpg,Itoi Shigesato no Bass Tsuri No. 1,SNES,Sports,Nintendo,HAL Laboratory,,0.17,,0.17,,,1997-02-21, -/games/boxart/2930565ccc.jpg,Magical Starsign (US sales),DS,Role-Playing,Nintendo,Brownie Brown,,0.17,0.14,,0.02,,2006-10-23, -/games/boxart/full_5968029JapanFrontccc.jpg,Final Fantasy V,PS,Role-Playing,SquareSoft,SquareSoft,,0.17,,0.16,,0.01,1999-09-30, -/games/boxart/full_2961189AmericaFrontccc.jpg,Hyperdimension Neptunia Victory,PS3,Role-Playing,Compile Heart,Idea Factory,,0.17,0.05,0.06,0.04,0.02,2013-03-21,2018-11-04 -/games/boxart/full_6206451JapanFrontccc.jpg,Far East of Eden II: Manji Maru,PS2,Role-Playing,Hudson Soft,Hudson Soft,,0.17,,0.17,,,2003-10-02, -/games/boxart/full_624525AmericaFrontccc.jpg,Lost Kingdoms,GC,Role-Playing,Activision,From Software,7.3,0.17,0.1,0.04,0.02,0,2002-05-27, -/games/boxart/full_6117252AmericaFrontccc.jpg,Time and Eternity,PS3,Role-Playing,NIS America,imageepoch Inc.,,0.17,0.06,0.06,0.03,0.02,2013-07-16,2018-01-28 -/games/boxart/full_saga-2-hihou-densetsu-goddess-of-destiny_6JapanFront.jpg,SaGa 2: Hihou Densetsu - Goddess of Destiny,DS,Role-Playing,Square Enix,Square Enix,,0.17,,0.17,,,2009-09-17, -/games/boxart/full_341232AmericaFrontccc.jpg,Just Dance 2018,WiiU,Music,Ubisoft,Ubisoft Paris,,0.17,0.07,,0.09,0.01,2017-10-24,2018-04-06 -/games/boxart/full_6324329PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja 5,PS2,Fighting,Namco Bandai,CyberConnect2,,0.17,,0.17,,,2009-11-27, -/games/boxart/5977536ccc.jpg,Backyard Wrestling: Don't Try This at Home,XB,Fighting,Eidos Interactive,Paradox Development,6,0.17,0.13,,0.04,0.01,2003-10-09, -/games/boxart/full_822173AmericaFrontccc.jpg,MXGP 3: The Official Motocross Videogame,PS4,Racing,Milestone,Milestone,,0.17,0.06,,0.08,0.03,2017-06-20,2018-06-25 -/games/boxart/full_514026AmericaFrontccc.jpg,NickToons Racing,PS,Racing,Hasbro Interactive,Software Creations,,0.17,0.09,,0.06,0.01,2001-09-07, -/games/boxart/full_627609AmericaFrontccc.jpg,NASCAR '14,X360,Racing,Deep Silver,Eutechnyx,,0.17,0.15,,,0.02,2014-02-18,2018-11-04 -/games/boxart/full_7442465AmericaFrontccc.jpg,Race Pro,X360,Racing,Atari,SimBin,,0.17,0.06,,0.09,0.02,2009-02-17, -/games/boxart/full_7516113AmericaFrontccc.jpg,Ar nosurge: Ode to an Unborn Star,PS3,Role-Playing,Tecmo Koei,Gust,,0.17,0.05,0.06,0.04,0.02,2014-09-23,2018-11-04 -/games/boxart/full_474611AmericaFrontccc.jpg,Space Griffon VF-9,PS,Role-Playing,Atlus,Panther Software,,0.17,0.02,0.12,0.02,0.01,1995-11-25, -/games/boxart/full_1549984AmericaFrontccc.jpg,Shrek Extra Large,GC,Platform,TDK Mediactive,Digital Illusions,3,0.17,0.13,,0.03,0,2002-10-31, -/games/boxart/2352968ccc.jpg,Rugrats: Royal Ransom,GC,Platform,THQ,Avalanche Software,,0.17,0.13,,0.03,0,2002-11-27, -/games/boxart/full_driver-san-francisco_673AmericaFront.jpg,Driver: San Francisco,Wii,Racing,Ubisoft,Ubisoft Reflections,7,0.17,0.06,,0.09,0.02,2011-09-06, -/games/boxart/full_f1-2011_91AmericaFront.jpg,F1 2011,3DS,Racing,Codemasters,Codemasters,5.5,0.17,0.07,,0.09,0.01,2011-12-06, -/games/boxart/3427381ccc.jpg,FlatOut,XB,Racing,Empire Interactive,Bugbear Entertainment,,0.17,0.12,,0.04,0.01,2005-07-12, -/games/boxart/full_5287821JapanFrontccc.jpg,The King of Fighters '97,SAT,Fighting,SNK,SNK Corporation,,0.17,,0.17,,0,1998-03-26, -/games/boxart/full_6287084AmericaFrontccc.jpg,The King of Fighters '95,PS,Fighting,Sony Computer Entertainment,SNK Corporation,,0.17,,0.16,,0.01,1996-08-31, -/games/boxart/full_7655295PALFrontccc.jpg,Sword of the Samurai,PS2,Fighting,Unknown,LightWeight,,0.17,,0.17,,,, -/games/boxart/full_8469848PALFrontccc.jpg,Horrid Henry: Missions of Mischief,DS,Adventure,SouthPeak Interactive,Asylum Entertainment,,0.17,0.01,,0.14,0.02,2010-08-31, -/games/boxart/full_5999165AmericaFrontccc.jpg,Open Season,GC,Platform,Ubisoft,Ubisoft Montreal,6.4,0.17,0.13,,0.03,0,2006-09-19, -/games/boxart/full_2844014AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,PS2,Platform,Activision,Eurocom Entertainment Software,,0.17,0.08,,0.07,0.02,2009-06-30, -/games/boxart/full_4677692AmericaFrontccc.jpg,Mega Man 11,PS4,Platform,Capcom,Capcom,,0.17,0.09,0.03,0.03,0.03,2018-10-02,2018-06-04 -/games/boxart/7487844ccc.jpg,Looney Tunes: Back in Action,GC,Platform,Warner Bros. Interactive,Warthog,,0.17,0.13,,0.03,0,2003-11-24, -/games/boxart/full_7707148AmericaFrontccc.jpg,Tak: The Great Juju Challenge,GBA,Platform,THQ,WayForward,,0.17,0.12,,0.05,0,2005-09-19, -/games/boxart/full_4890530AmericaFrontccc.jpg,Glover,PS,Platform,Atari,Interactive Studios Ltd.,,0.17,0.09,,0.06,0.01,1999-11-30, -/games/boxart/full_5878882AmericaFrontccc.jpg,Monsters vs. Aliens,X360,Platform,Activision,Beenox,6.5,0.17,0.12,,0.03,0.02,2009-03-24, -/games/boxart/full_5431890AmericaFrontccc.jpg,Matchbox Cross Town Heroes,GBA,Racing,THQ,Magellan Interactive,,0.17,0.12,,0.04,0,2002-07-14, -/games/boxart/6166686ccc.jpg,MX World Tour Featuring Jamie Little,PS2,Racing,Crave Entertainment,Impulse Games,,0.17,0.08,,0.07,0.02,2005-04-06, -/games/boxart/full_pursuit-force-extreme-justice_35AmericaFront.jpg,Pursuit Force: Extreme Justice,PSP,Racing,Sony Computer Entertainment,Bigbig Studios,7.4,0.17,0.07,,0.07,0.03,2008-01-29, -/games/boxart/full_7029423AmericaFrontccc.jpg,Ridge Racer Unbounded,PS3,Racing,Namco Bandai Games,Bugbear Entertainment,,0.17,0.05,,0.09,0.03,2012-03-27, -/games/boxart/full_motogp-1011_388AmericaFront.jpg,MotoGP 10/11,PS3,Racing,Capcom,Monumental Games,6,0.17,0.04,,0.1,0.03,2011-03-15, -/games/boxart/full_9983741AmericaFrontccc.jpg,Tokyo Xtreme Racer,DC,Racing,Crave Entertainment,Genki,,0.17,,0.17,,0,1999-08-31, -/games/boxart/7016801ccc.jpg,World Driver Championship,N64,Racing,Midway Games,Boss Game Studios,,0.17,0.14,,0.03,0,1999-05-31, -/games/boxart/full_1954254AmericaFrontccc.jpg,Off-World Interceptor Extreme,PS,Racing,Crystal Dynamics,Crystal Dynamics,,0.17,0.09,,0.06,0.01,1995-09-29, -/games/boxart/full_2514942AmericaFrontccc.jpg,Fighter Within,XOne,Fighting,Ubisoft,Daoka,,0.17,0.08,,0.07,0.01,2013-11-19,2018-11-04 -/games/boxart/1819223ccc.jpg,Street Fighter Alpha 2,SNES,Fighting,Capcom,Capcom,8,0.17,,0.17,,,1996-12-19, -/games/boxart/full_5638624AmericaFrontccc.jpg,Fight Night Round 2,GC,Fighting,EA Sports,EA Sports,,0.17,0.13,,0.03,0,2005-02-28, -/games/boxart/full_8982820AmericaFrontccc.jpg,MotoGP 09/10,X360,Racing,Capcom,Monumental Games,7,0.17,0.07,,0.09,0.02,2010-03-23, -/games/boxart/6798826ccc.jpg,Hot Wheels: Beat That!,X360,Racing,Activision,Eutechnyx,,0.17,0.15,,0,0.01,2007-09-26, -/games/boxart/5746090ccc.jpg,FaceBreaker,PS3,Fighting,EA Sports,EA Canada,,0.17,0.13,,0.03,0.02,2008-09-03, -/games/boxart/full_2365110AmericaFrontccc.jpg,Fighter Maker,PS,Fighting,Agetec,ASCII Entertainment,,0.17,0.05,0.07,0.04,0.01,1999-06-16, -/games/boxart/full_5196140AmericaFrontccc.jpg,F1 2018,XOne,Racing,Codemasters,Codemasters Birmingham,8.5,0.17,0.05,,0.1,0.01,2018-08-24,2018-09-26 -/games/boxart/full_5586194JapanFrontccc.jpg,Super Robot Taisen Compact 2 Dai-1-Bu,WS,Strategy,Bandai,Bandai,,0.17,,0.17,,,2000-03-30, -/games/boxart/full_age-of-empires-iii-complete-collection_175AmericaFront.jpg,Age of Empires III: Complete Collection,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0.17,0.01,,0.13,0.03,2009-09-15, -/games/boxart/full_6317864JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki,SNES,Strategy,KOEI,Koei,,0.17,,0.17,,0,1996-01-26, -/games/boxart/full_3829487AmericaFrontccc.jpg,Professor Heinz Wolff's Gravity,Wii,Puzzle,Deep Silver,EM Studios,,0.17,0.04,,0.12,0.02,2009-04-06, -/games/boxart/full_6484876AmericaFrontccc.jpg,Luxor 3,Wii,Puzzle,Mumbo Jumbo,MumboJumbo,,0.17,0.16,,,0.01,2008-11-14, -/games/boxart/full_6764942AmericaFrontccc.jpg,Sudoku Gridmaster,DS,Puzzle,Nintendo,Hudson Soft,,0.17,0.13,,0.02,0.01,2006-06-26, -/games/boxart/full_8328313AmericaFrontccc.png,Guilty Gear Xrd: Sign,PS4,Fighting,Aksys Games,Arc System Works,,0.17,0.11,0.04,,0.02,2014-12-16,2018-11-01 -/games/boxart/full_8062272AmericaFrontccc.jpeg,BlazBlue: Central Fiction,PS4,Fighting,Aksys Games,Arc System Works,,0.17,0.1,0.05,,0.02,2016-11-01,2019-01-25 -/games/boxart/full_4777910AmericaFrontccc.jpg,Angry Birds Trilogy,PS3,Puzzle,Activision,Rovio Mobile,,0.17,0.12,,0.02,0.03,2012-09-25,2018-07-12 -/games/boxart/full_pictionary_10AmericaFront.jpg,Pictionary,DS,Puzzle,THQ,ImaginEngine,,0.17,0.09,,0.06,0.02,2010-11-21, -/games/boxart/full_jewel-match_833AmericaFront.jpg,Jewel Match,DS,Puzzle,Atari,PlayV,,0.17,0.05,,0.11,0.02,2011-06-28, -/games/boxart/full_9254911AmericaFrontccc.jpg,WordJong Party,Wii,Puzzle,Destineer,Magellan Interactive,,0.17,0.16,,,0.01,2008-12-18, -/games/boxart/full_3089000AmericaFrontccc.jpg,Bendy and the Ink Machine,NS,Puzzle,Rooster Teeth Games,TheMeatly Games,,0.17,0.15,,,0.02,2018-11-20,2018-12-19 -/games/boxart/3956625ccc.jpg,Zoo Keeper,DS,Puzzle,Ignition Entertainment,"Buddiez, Inc.",7.2,0.17,0.1,0.05,0.01,0.01,2005-01-18, -/games/boxart/full_1367525JapanFrontccc.jpg,Space Battleship Yamato: Harukanaru Hoshi Iscandar,PS,Strategy,Bandai,Bandai,,0.17,,0.16,,0.01,1999-02-04, -/games/boxart/7704096ccc.jpg,Goblin Commander: Unleash the Horde,PS2,Strategy,Jaleco,Jaleco Entertainment,7.4,0.17,0.08,,0.07,0.02,2003-11-11, -/games/boxart/full_8966602AmericaFrontccc.jpg,Xenoblade Chronicles 2: Torna ~ The Golden Country,NS,Role-Playing,Nintendo,Monolith Soft,7.5,0.16,0.08,0.02,0.05,0.01,2018-09-21,2018-09-26 -/games/boxart/full_7204212JapanFrontccc.jpg,PoPoLoCrois: Hajimari no Bouken,PS2,Role-Playing,Sony Computer Entertainment,SCEA,,0.16,,0.16,,,2002-06-20, -/games/boxart/9123002ccc.jpg,.hack//G.U. Vol.2//Reminisce (jp sales),PS2,Role-Playing,Namco Bandai,CyberConnect2,,0.16,,0.16,,,2007-05-08, -/games/boxart/full_chuck-e-cheeses-party-games_5AmericaFront.jpg,Chuck E. Cheese's Party Games,Wii,Misc,UFO Interactive,Tommo,,0.16,0.15,,,0.01,2010-07-27, -/games/boxart/full_solitaire-overload-plus_7AmericaFront.jpg,Solitaire Overload Plus,DS,Misc,Telegames,Cosmigo,,0.16,0.15,,,0.01,2010-10-05, -/games/boxart/full_just-sing_0AmericaFront.jpg,Just Sing!,DS,Misc,Conspiracy Entertainment,Engine Software,,0.16,0.14,,0,0.01,2010-06-22, -/games/boxart/full_family-feud-decades_10AmericaFront.jpg,Family Feud Decades,Wii,Misc,Ubisoft,Ludia Inc.,,0.16,0.15,,,0.01,2010-11-09, -/games/boxart/full_8667551AmericaFrontccc.jpg,Skylanders Giants,3DS,Misc,Activision,n-Space,,0.16,0.13,,0.01,0.02,2012-10-21,2018-01-16 -/games/boxart/full_the-idolmster-2_81JapanFront.jpg,The Idolm@ster 2,PS3,Misc,Bandai,Bandai Namco Games,,0.16,,0.16,,,2011-10-27, -/games/boxart/full_3272920AmericaFrontccc.jpg,AC/DC LIVE: Rock Band Track Pack,PS2,Misc,MTV Games,Harmonix Music Systems,,0.16,0.08,,0.06,0.02,2008-11-16, -/games/boxart/full_3697041JapanFrontccc.jpg,Minna no DS Seminar: Kanpeki Kanji Ryoku,DS,Misc,TDK Core,TDK Core,,0.16,,0.16,,,2006-07-20, -/games/boxart/full_4232482AmericaFrontccc.jpg,Hannah Montana: Rock Out the Show,PSP,Misc,Disney Interactive Studios,"Page 44 Studios, LLC",,0.16,0.13,,0.02,0.02,2009-08-04, -/games/boxart/full_7661264AmericaFrontccc.jpg,Vegas Party,Wii,Misc,Storm City Games,Game Life,,0.16,0.15,,,0.01,2009-10-27, -/games/boxart/full_3473862AmericaFrontccc.jpg,Disgaea 4: A Promise Unforgotten,PSV,Misc,NIS America,Unknown,,0.16,0.03,0.08,0.03,0.02,2020-12-31, -/games/boxart/9691809ccc.jpg,Left Brain Right Brain: Use Both Hands Train Both Sides,DS,Misc,Majesco,Japan Art Media,,0.16,0.15,,0,0.01,2007-12-04, -/games/boxart/full_family-party-30-great-games-outdoor-fun_4AmericaFront.jpg,Family Party: 30 Great Games Outdoor Fun,Wii,Misc,D3 Publisher,Tamsoft Corporation,,0.16,0.14,,0.01,0.01,2009-09-29, -/games/boxart/full_9204711AmericaFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PS3,Misc,Tecmo Koei,Unknown,,0.16,0.02,0.11,0.02,0.01,2014-03-25, -/games/boxart/full_56060JapanFrontccc.jpg,Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3,PS,Misc,Syscom,Unknown,,0.16,,0.15,,0.01,1998-08-06, -/games/boxart/2430265ccc.jpg,Fighters Destiny,N64,Fighting,Ocean,Opus Studio,,0.16,0.13,,0.03,0,1998-01-31, -/games/boxart/full_3275558AmericaFrontccc.jpg,Tom and Jerry in Fists of Furry,N64,Fighting,NewKidCo,VIS Entertainment,,0.16,0.13,,0.03,0,2000-11-12, -/games/boxart/1990342ccc.jpg,Black & Bruised,PS2,Fighting,Majesco,Digital Fiction,,0.16,0.08,,0.06,0.02,2003-01-26, -/games/boxart/8279318ccc.jpg,Naruto: Ultimate Ninja Heroes 2 - The Phantom Fortress,PSP,Fighting,Namco Bandai,CyberConnect2,6.2,0.16,0.14,,0,0.01,2008-06-24, -/games/boxart/8368624ccc.jpg,TNA iMPACT!,Wii,Fighting,Midway Games,Midway Studios Los Angeles,5.3,0.16,0.14,,0.01,0.01,2008-09-16, -/games/boxart/full_946154AmericaFrontccc.jpg,Castlevania Judgment,Wii,Fighting,Konami,Konami / Eighting,4.6,0.16,0.12,0.01,0.02,0.01,2008-11-18, -/games/boxart/full_9788663JapanFrontccc.jpg,Pen 1 Grand Prix: Penguin no Mondai Special,DS,Fighting,Konami,Konami,,0.16,,0.16,,,2009-12-17, -/games/boxart/9458099ccc.jpg,Guilty Gear Judgment,PSP,Fighting,Majesco,Arc System Works,7.5,0.16,0.13,0.02,0,0.01,2006-09-05, -/games/boxart/full_9466804PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Legacy,PS4,Fighting,Namco Bandai Games,CyberConnect2,,0.16,0.07,0.03,0.04,0.02,2017-08-25, -/games/boxart/full_1875392AmericaFrontccc.jpg,Custom Robo Arena,DS,Fighting,Nintendo,Noise Inc.,7.4,0.16,0.01,0.12,0.02,0,2007-03-19, -/games/boxart/full_9624176AmericaFrontccc.jpg,Saturday Night Slam Masters,SNES,Fighting,Capcom,Capcom,,0.16,,0.16,,0,1994-06-01, -/games/boxart/2674001ccc.jpg,Psychic Force,PS,Fighting,Acclaim Entertainment,Taito Corporation,,0.16,0.01,0.13,0.01,0.01,1996-10-03, -/games/boxart/full_we-dance_457PALFront.jpg,We Dance,Wii,Misc,Nordic Games,Nordic Games,3.5,0.16,,,0.14,0.02,2011-09-02, -/games/boxart/full_create_2AmericaFront.jpg,Create,PS3,Misc,Electronic Arts,EA Bright Light,6.4,0.16,0.11,,0.03,0.02,2010-11-16, -/games/boxart/full_michael-jackson-the-experience_937AmericaFront.jpg,Michael Jackson: The Experience,PSP,Misc,Ubisoft,Ubisoft Montreal,,0.16,0.11,,0.03,0.03,2010-11-23, -/games/boxart/full_9077908AmericaFrontccc.jpg,Midway Arcade Treasures 3,PS2,Misc,Midway Games,Digital Eclipse,,0.16,0.08,,0.06,0.02,2005-09-27, -/games/boxart/full_4027045JapanFrontccc.jpg,DS Rakubiki Jiten,DS,Misc,Nintendo,Nintendo,,0.16,,0.16,,,2005-06-16, -/games/boxart/full_grease-dance_286AmericaFront.jpg,Grease Dance,X360,Misc,505 Games,505 Games,,0.16,0.11,,0.03,0.01,2011-10-18, -/games/boxart/1489358ccc.jpg,Intellivision Lives!,PS2,Misc,Crave Entertainment,Realtime Associates,,0.16,0.08,,0.06,0.02,2003-11-20, -/games/boxart/510418ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,X360,Misc,Activision,Left Field Productions,6.9,0.16,0.15,,0,0.01,2006-09-21, -/games/boxart/full_my-baby-3-ampamp-friends_5AmericaFront.jpg,My Baby 3 & Friends,DS,Simulation,Majesco,Nobilis,,0.16,0.12,,0.02,0.01,2010-10-12, -/games/boxart/4183307ccc.jpg,Battlestar Galactica,PS2,Simulation,VU Games,Warthog,,0.16,0.08,,0.06,0.02,2003-11-19, -/games/boxart/full_motionsports-adrenaline_407AmericaFront.jpg,MotionSports: Adrenaline,PS3,Sports,Ubisoft,Ubisoft Vancouver,,0.16,0.08,,0.05,0.03,2011-11-01, -/games/boxart/6282579ccc.jpg,NBA 2K3,GC,Sports,Sega,Visual Concepts,,0.16,0.12,,0.03,0,2002-10-07, -/games/boxart/4650271ccc.jpg,SimEarth: The Living Planet,SNES,Simulation,FCI,Tomcat System,,0.16,,0.16,,0,1993-02-01, -/games/boxart/6562030ccc.jpg,Innocent Life: A Futuristic Harvest Moon,PSP,Simulation,Natsume,ArtePiazza,6.5,0.16,0.08,0.03,0.03,0.02,2007-05-15, -/games/boxart/full_3408086JapanFrontccc.jpg,Wonder Project J2: Koruro no Mori no Josette,N64,Simulation,Enix,Givro Corporation,,0.16,,0.12,,0.04,1996-11-22, -/games/boxart/full_7314259JapanFrontccc.png,Macross Ace Frontier,PSP,Simulation,Namco Bandai,ArtDink,,0.16,,0.16,,,2008-10-09, -/games/boxart/full_5523548AmericaFrontccc.jpg,Burger Island,DS,Simulation,Destineer,TechFront,,0.16,0.15,,,0.01,2008-12-17, -/games/boxart/full_5017713AmericaFrontccc.jpg,Overcooked! 2,PS4,Simulation,Sold Out,Ghost Town Games,,0.16,0.07,,0.06,0.03,2018-08-07,2018-06-14 -/games/boxart/full_bleach-dark-souls_460AmericaFront.jpg,Bleach: Dark Souls,DS,Fighting,Sega,"Treasure Co., Ltd.",,0.16,0.12,,0.02,0.01,2008-10-07, -/games/boxart/full_8781382AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PS4,Fighting,Aksys Games,Arc System Works,,0.16,0.08,0.02,0.04,0.02,2015-06-30,2018-07-09 -/games/boxart/full_4208253AmericaFrontccc.jpg,Hydro Thunder,N64,Racing,Midway Games,Eurocom Entertainment Software,,0.16,0.13,,0.03,0,2000-02-29, -/games/boxart/full_9169084AmericaFrontccc.jpg,Ride 2,PS4,Racing,Milestone S.r.l,Milestone S.r.l.,,0.16,0.07,0.01,0.06,0.03,2017-02-14,2018-06-25 -/games/boxart/full_9187157AmericaFrontccc.jpg,Vehicular Combat League presents Motor Mayhem,PS2,Racing,Atari,Beyond Games,,0.16,0.08,,0.06,0.02,2001-06-20, -/games/boxart/full_6257276AmericaFrontccc.jpg,Star Wars: Super Bombad Racing,PS2,Racing,LucasArts,Lucas Learning,,0.16,0.08,,0.06,0.02,2001-04-23, -/games/boxart/full_3134006AmericaFrontccc.jpg,Hot Wheels Velocity X,GBA,Racing,THQ,Saffire Corporation,5.2,0.16,0.12,,0.04,0,2002-10-31, -/games/boxart/full_204279AmericaFrontccc.jpg,Arcana Heart,PS2,Fighting,Atlus,Examu Inc.,8.1,0.16,0.06,0.04,0.05,0.02,2008-04-10, -/games/boxart/295434ccc.jpg,Godzilla Unleashed,Wii,Fighting,Atari,"Pipeworks Software, Inc.",4.5,0.16,0.14,,0,0.01,2007-12-05, -/games/boxart/full_5274114AmericaFrontccc.jpg,WildStar,PC,MMO,Carbine Studios,Carbine Studios,,0.16,0.08,,0.07,0.01,2014-06-03,2018-11-04 -/games/boxart/full_987550JapanFrontccc.jpg,Power Stakes,PS,Sports,Aques,TOSE,,0.16,,0.15,,0.01,1997-04-11, -/games/boxart/full_jikkyou-powerful-pro-yakyuu-basic-han-2001_4JapanFront.jpg,Jikkyou Powerful Pro Yakyuu Basic-han 2001,N64,Sports,Konami,Diamond Head,,0.16,,0.12,,0.04,2001-03-29, -/games/boxart/1050898ccc.jpg,NBA Live 08,Wii,Sports,Electronic Arts,EA Canada,,0.16,0.15,,0,0.01,2007-10-02, -/games/boxart/full_7637980AmericaFrontccc.jpg,Amped 3,X360,Sports,2K Sports,2K Sports,7.2,0.16,0.13,,0.02,0.01,2005-11-16, -/games/boxart/full_8964902JapanFrontccc.jpg,Kawa no Nushi Tsuri,PS,Sports,Victor Interactive,Victor Interactive Software,,0.16,,0.15,,0.01,1998-08-20, -/games/boxart/3425675ccc.jpg,True Swing Golf,DS,Sports,Nintendo,Tikipod,,0.16,0.11,0.04,0,0.01,2006-01-23, -/games/boxart/full_4014511AmericaFrontccc.jpg,NHL 2005,XB,Sports,EA Sports,EA Canada,,0.16,0.12,,0.03,0.01,2004-09-20, -/games/boxart/full_5900749JapanFrontccc.jpg,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PSP,Sports,Konami,Konami,,0.16,,0.16,,,2010-05-20, -/games/boxart/full_9989531AmericaFrontccc.jpg,Mat Hoffman's Pro BMX 2,GBA,Sports,Activision,HotGen Studios,,0.16,0.11,,0.04,0,2002-08-13, -/games/boxart/full_8268382AmericaFrontccc.jpg,Ready 2 Rumble Revolution,Wii,Sports,Atari,10tacle Studios AG,3.1,0.16,0.15,,0,0.01,2009-03-17, -/games/boxart/4376152ccc.jpg,Blitz: The League,X360,Sports,Midway Games,Midway Games,6.5,0.16,0.15,,0,0.01,2006-11-13, -/games/boxart/full_1323097AmericaFrontccc.jpg,World Tour Soccer 2005,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.16,0.08,,0.06,0.02,2004-04-14,2018-12-03 -/games/boxart/7376748ccc.jpg,ESPN College Hoops,PS2,Sports,Sega,Visual Concepts,,0.16,0.08,,0.06,0.02,2003-11-13, -/games/boxart/1526095ccc.jpg,NCAA Football 09 All-Play,Wii,Sports,EA Sports,Team Fusion,5.3,0.16,0.15,,,0.01,2008-07-15, -/games/boxart/full_5981716AmericaFrontccc.jpg,Let's Ride: Sunshine Stables,GBA,Sports,THQ,Independent Arts Software GmbH,,0.16,0.12,,0.04,0,2005-10-04, -/games/boxart/full_7442246JapanFrontccc.jpg,World Stadium 4,PS,Sports,Namco,Namco,,0.16,,0.15,,0.01,2000-03-23, -/games/boxart/full_nba-2k12_266AmericaFront.jpg,NBA 2K12,PC,Sports,2K Sports,Visual Concepts,8.5,0.16,0.09,,0.05,0.02,2011-10-04, -/games/boxart/full_1304643AmericaFrontccc.jpg,Imagine: Ice Champions,DS,Sports,Ubisoft,Spike Co.,,0.16,0.15,,,0.01,2009-02-25, -/games/boxart/full_708989JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou! 6: Pride of J,PSP,Sports,Sega,Sega,,0.16,,0.16,,,2009-11-12, -/games/boxart/full_9375886AmericaFrontccc.jpg,Ener-G Horse Riders,DS,Sports,Ubisoft,Lexis Numerique,,0.16,0.14,,0.01,0.01,2008-10-21, -/games/boxart/full_1883863AmericaFrontccc.jpg,"BCFX: The Black College Football Xperience, The Doug Williams Edition",X360,Sports,Aspyr,Nerjyzed Entertainment,,0.16,0.15,,,0.01,2009-09-29, -/games/boxart/full_9909150AmericaFrontccc.jpg,FIFA Soccer 97,PS,Sports,EA Sports,EA Canada,,0.16,0.09,,0.06,0.01,1996-11-30, -/games/boxart/895603ccc.jpg,Tiger Woods PGA Tour 2004,GC,Sports,EA Sports,EA Redwood Shores,,0.16,0.12,,0.03,0,2003-09-22, -/games/boxart/full_1845655AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,PS2,Sports,Activision,Shaba Games,,0.16,0.08,,0.06,0.02,2003-06-10, -/games/boxart/full_2328258AmericaFrontccc.jpg,Rayman Legends,PSV,Platform,Ubisoft,Ubisoft Montpellier,,0.16,0.01,,0.12,0.03,2013-09-03,2019-01-02 -/games/boxart/2983041ccc.jpg,Taz Wanted,PS2,Platform,Atari,Blitz Games,5.5,0.16,0.08,,0.06,0.02,2002-09-17, -/games/boxart/full_9634902AmericaFrontccc.jpg,Putty Squad,PS4,Platform,System 3,System 3,,0.16,0.06,,0.07,0.03,2013-11-29,2018-09-17 -/games/boxart/full_8809322JapanFrontccc.jpg,Theatrhythm Dragon Quest,3DS,Music,Square Enix,Square Enix,,0.16,,0.16,,,2015-03-26,2018-06-30 -/games/boxart/full_5771915AmericaFrontccc.jpg,Just Dance: Disney Party,X360,Music,Ubisoft,Land Ho!,,0.16,0.13,,0.02,0.02,2012-10-23,2018-11-04 -/games/boxart/full_7012921JapanFrontccc.jpg,Pro Baseball Spirits 2015,PS3,Sports,Konami Digital Entertainment,"Konami Digital Entertainment, Inc.",,0.16,,0.16,,,2015-03-26,2018-05-01 -/games/boxart/full_9368072AmericaFrontccc.jpg,Ener-G: Dance Squad,DS,Sports,Ubisoft,Lexis Numerique,,0.16,0.15,,0,0.01,2008-10-21, -/games/boxart/full_3379753JapanFrontccc.jpg,Battle Soccer: Field no Hasha,SNES,Sports,Banpresto,Banpresto,,0.16,,0.16,,,1992-12-11, -/games/boxart/full_fifa-soccer-96_6AmericaFront.jpg,FIFA Soccer 96,PS,Sports,EA Sports,Extended Play Productions,,0.16,0.09,,0.06,0.01,1995-11-01, -/games/boxart/full_7259276JapanFrontccc.jpg,Pro Yakyuu Famista Returns,3DS,Sports,Namco Bandai Games,Bandai Namco Games,,0.16,,0.16,,,2015-10-08,2018-06-30 -/games/boxart/full_1177106AmericaFrontccc.jpg,NCAA Final Four 2001,PS,Sports,Sony Computer Entertainment,989 Sports,,0.16,0.09,,0.06,0.01,2000-11-13, -/games/boxart/full_1240082JapanFrontccc.jpg,J-League Jikkyou Winning Eleven 2000,PS,Sports,Konami,Konami,,0.16,,0.15,,0.01,2000-06-29, -/games/boxart/full_shaun-white-skateboarding_7AmericaFront.jpg,Shaun White Skateboarding,X360,Sports,Ubisoft,Ubisoft Montreal,6.1,0.16,0.1,,0.05,0.01,2010-10-24, -/games/boxart/607348ccc.jpg,The BIGS,PS3,Sports,2K Sports,Blue Castle Games,,0.16,0.15,,,0.01,2007-06-25, -/games/boxart/full_2659291JapanFrontccc.jpg,Pro Yakyuu Spirits 3,PS2,Sports,Konami,PawaPuro Production,,0.16,,0.16,,,2006-04-06, -/games/boxart/full_8191062AmericaFrontccc.jpg,International Superstar Soccer Deluxe,SNES,Sports,Konami,Konami,,0.16,,0.16,,0,1995-11-01, -/games/boxart/9996292ccc.jpg,Rapala Pro Fishing,XB,Sports,Activision,FUN Labs,,0.16,0.12,,0.03,0.01,2004-08-31, -/games/boxart/full_1010359JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 3 '97 Haru,SNES,Sports,Konami,Diamond Head,,0.16,,0.16,,0,1997-03-20, -/games/boxart/full_5336951AmericaFrontccc.jpg,Imagine: Music Fest,DS,Simulation,Ubisoft,Handheld Games,,0.16,0.14,,,0.01,2009-05-12, -/games/boxart/full_9156778PALFrontccc.jpg,Take A Break's: Puzzle Master,DS,Puzzle,Ubisoft,Ubisoft,,0.16,,,0.15,0.01,2009-11-13, -/games/boxart/full_9890250AmericaFrontccc.jpg,Bendy and the Ink Machine,XOne,Puzzle,Rooster Teeth Games,TheMeatly Games,,0.16,0.14,,,0.02,2018-11-20,2018-12-19 -/games/boxart/full_4635067AmericaFrontccc.jpg,Bomberman Land Touch! 2,DS,Puzzle,Hudson Entertainment,Hudson Soft,,0.16,0.13,0.01,0,0.01,2008-01-29, -/games/boxart/full_4052463PALFrontccc.jpg,Hamster Heroes,Wii,Puzzle,Unknown,Data Design Interactive,,0.16,0.16,,,,2020-12-31, -/games/boxart/full_9788986AmericaFrontccc.jpg,Puzzle Quest: Galactrix,DS,Puzzle,D3 Publisher,Infinite Interactive,,0.16,0.15,,0,0.01,2009-02-24, -/games/boxart/full_7546358AmericaFrontccc.jpg,Angry Birds: Star Wars,XOne,Puzzle,Activision,Exient Entertainment,,0.16,0.11,,0.04,0.02,2013-11-22,2018-03-16 -/games/boxart/full_1553865AmericaFrontccc.jpg,Marble Saga: Kororinpa,Wii,Puzzle,Konami,Hudson Soft,7.4,0.16,0.09,0,0.05,0.01,2009-03-17, -/games/boxart/full_8101405PALFrontccc.jpg,Around The World in 80 Days,DS,Puzzle,PlayV,PlayV,,0.16,,,0.14,0.02,2010-03-05, -/games/boxart/1316040ccc.gif,Thrillville: Off the Rails,X360,Strategy,LucasArts,Frontier Developments,,0.16,0.13,,0.02,0.01,2007-10-09, -/games/boxart/full_yu-gi-oh-5ds-tag-force-6_710JapanFront.jpg,Yu-Gi-Oh! 5D's Tag Force 6,PSP,Strategy,Konami,Konami,,0.16,,0.16,,,2011-09-22, -/games/boxart/5238091ccc.jpg,Mr. Driller 2,GBA,Puzzle,Namco,Namco,,0.16,0,0.15,0,0,2005-04-10, -/games/boxart/full_4712170JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui,PSP,Strategy,Namco Bandai,Bandai Namco Games,,0.16,,0.16,,,2008-02-07, -/games/boxart/3266602ccc.jpg,Zapper: One Wicked Cricket!,PS2,Platform,Infogrames,Blitz Games,5.7,0.16,0.08,,0.06,0.02,2002-11-03, -/games/boxart/full_7172124AmericaFrontccc.jpg,Little Nightmares,XOne,Platform,Namco Bandai Games,Tarsier Studios,,0.16,0.12,,0.03,0.02,2017-04-28,2019-02-20 -/games/boxart/full_85254AmericaFrontccc.jpg,The King of Fighters XII,PS3,Fighting,Ignition Entertainment,SNK Playmore Corporation,6,0.16,0.11,0.03,0.01,0.01,2009-07-28, -/games/boxart/7184998ccc.jpg,Namco Classic Fighter Collection,PS2,Fighting,Namco Bandai,Namco Bandai Games,,0.16,0.08,,0.06,0.02,2008-09-19, -/games/boxart/7590868ccc.gif,Dr. Muto,PS2,Platform,Midway Games,Midway,,0.16,0.08,,0.06,0.02,2002-11-19, -/games/boxart/3957327ccc.jpg,Dewy's Adventure,Wii,Platform,Konami,Konami,,0.16,0.14,0.01,0,0.01,2007-09-25, -/games/boxart/full_7858188AmericaFrontccc.jpg,Flushed Away,GC,Platform,D3 Publisher,Monkey Bar Games,,0.16,0.12,,0.03,0,2006-10-24, -/games/boxart/full_9971572AmericaFrontccc.jpg,Klonoa,Wii,Platform,Namco Bandai,Paon Corporation,7.6,0.16,0.1,0.03,0.02,0.01,2009-05-05, -/games/boxart/full_1875218AmericaFrontccc.jpg,Robotech: Battlecry,GC,Shooter,TDK Mediactive,Vicious Cycle,7.2,0.16,0.13,,0.03,0,2002-10-11, -/games/boxart/9941629ccc.jpg,Asteroids Hyper 64,N64,Shooter,Crave Entertainment,Syrox Developments,5.6,0.16,0.13,,0.03,0,1999-12-14, -/games/boxart/5071540ccc.jpg,Space Invaders,N64,Shooter,Activision,"Z-Axis, Ltd.",,0.16,0.13,,0.03,0,1999-11-30, -/games/boxart/full_2791904AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,X360,Shooter,Activision,Edge of Reality,,0.16,0.09,,0.06,0.01,2014-06-24,2018-12-27 -/games/boxart/full_8159742AmericaFrontccc.jpg,Trigger Man,PS2,Shooter,Crave Entertainment,Point of View,,0.16,0.08,,0.06,0.02,2004-10-05, -/games/boxart/6267187ccc.jpg,Disney's American Dragon Jake Long: Attack of the Dark Dragon,DS,Action,Buena Vista,WayForward Technologies,,0.16,0.15,,,0.01,2006-10-12, -/games/boxart/full_8701372AmericaFrontccc.jpg,Tak and the Guardians of Gross,Wii,Action,THQ,Blitz Games,,0.16,0.14,,0,0.01,2008-10-13, -/games/boxart/full_7557810AmericaFrontccc.jpg,The Wild Thornberrys: Chimp Chase,GBA,Action,THQ,Helixe,,0.16,0.11,,0.04,0,2001-10-05, -/games/boxart/4926831ccc.jpg,Buck Bumble,N64,Action,Ubisoft,Argonaut Games,6.8,0.16,0.13,,0.03,0,1998-09-30, -/games/boxart/full_6851002AmericaFrontccc.jpg,The Powerpuff Girls: Chemical X-Traction,N64,Action,BAM! Entertainment,VIS Entertainment,,0.16,0.13,,0.03,0,2001-10-14, -/games/boxart/5169633ccc.jpg,Finding Nemo: Escape to the Big Blue,DS,Action,THQ,Altron,,0.16,0.12,,0.03,0.01,2006-02-09, -/games/boxart/full_4412815AmericaFrontccc.jpg,Spyro: Shadow Legacy,DS,Action,Vivendi Games,Amaze Entertainment,,0.16,0.14,,0.01,0.01,2005-10-18, -/games/boxart/full_rudolph-the-red-nosed-reindeer_9AmericaFront.jpg,Rudolph the Red-Nosed Reindeer,DS,Action,Crave Entertainment,Glyphic Entertainment,,0.16,0.15,,,0.01,2010-10-26, -/games/boxart/3337529ccc.jpg,Dynasty Warriors 4,XB,Action,KOEI,Omega Force,,0.16,0.12,,0.03,0.01,2003-09-05, -/games/boxart/full_rudolph-the-red-nosed-reindeer_8AmericaFront.jpg,Rudolph the Red-Nosed Reindeer,Wii,Action,Crave Entertainment,High Voltage Software,,0.16,0.15,,,0.01,2010-10-26, -/games/boxart/full_8070763AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,GC,Action,THQ,Heavy Iron Studios,6.7,0.16,0.12,,0.03,0,2005-11-01, -/games/boxart/full_1908089AmericaFrontccc.jpg,Tak: Mojo Mistake,DS,Action,THQ,THQ,,0.16,0.15,,,0.01,2008-10-13, -/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_5AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,Wii,Action,Activision,Now Production,,0.16,0.14,,0,0.01,2010-11-02, -/games/boxart/5205883ccc.jpg,Robots,GC,Action,VU Games,Eurocom Entertainment Software,,0.16,0.12,,0.03,0,2005-02-24, -/games/boxart/full_195101AmericaFrontccc.jpg,Watchmen: The End is Nigh - The Complete Experience,PS3,Action,Warner Bros. Interactive,Deadline Games,,0.16,0.08,,0.06,0.02,2009-07-21, -/games/boxart/full_9251532AmericaFrontccc.jpg,Jurassic Park: The Game,X360,Action,Telltale Games,Telltale Games,,0.16,0.15,,,0.01,2011-11-15,2019-04-20 -/games/boxart/full_el-shaddai-ascension-of-the-metatron_936AmericaFront.jpg,El Shaddai: Ascension of the Metatron,X360,Action,Ignition Entertainment,Ignition Entertainment,8,0.16,0.07,0.03,0.05,0.01,2011-08-16, -/games/boxart/full_8517497AmericaFrontccc.jpg,Spider-Man: Web of Shadows - Amazing Allies Edition,PSP,Action,Activision,Shaba Games,7.7,0.16,0.12,,0.02,0.02,2008-10-21, -/games/boxart/full_9002393AmericaFrontccc.jpg,Battlezone,PS4,Action,Sony Interactive Entertainment,Rebellion Developments,,0.16,0.09,,0.04,0.03,2016-10-13,2018-06-30 -/games/boxart/full_sd-gundam-g-generation-3d_642JapanFront.jpg,SD Gundam G Generation 3D,3DS,Action,Namco Bandai,Unknown,,0.16,,0.16,,,2011-12-22, -/games/boxart/265978ccc.jpg,Beowulf: The Game,PS3,Action,Ubisoft,Ubisoft,,0.16,0.14,,0.01,0.01,2007-11-13, -/games/boxart/full_6178027PALFrontccc.jpg,Warriors Orochi 3,X360,Action,Tecmo Koei,Omega Force,,0.16,0.09,0.03,0.03,0.01,2012-03-27,2018-06-30 -/games/boxart/8973926ccc.jpg,Fatal Frame II: Crimson Butterfly,PS2,Action,Tecmo,Tecmo,7.8,0.16,0.08,,0.06,0.02,2003-12-10, -/games/boxart/full_1744412AmericaFrontccc.jpg,Deadly Premonition: The Director's Cut,PS3,Action,Rising Star Games,Access Games,,0.16,0.08,0,0.05,0.03,2013-04-30,2018-08-20 -/games/boxart/8543826ccc.jpg,Scarface: Money. Power. Respect.,PSP,Strategy,Sierra Entertainment,Radical Entertainment,6.4,0.16,0.15,,0,0.01,2006-10-08, -/games/boxart/full_2857207AmericaFrontccc.jpg,Field Commander,PSP,Strategy,Sony Online Entertainment,Sony Online Entertainment,7.7,0.16,0.14,,0,0.01,2006-05-23, -/games/boxart/full_yu-gi-oh-5ds-duel-transer_2AmericaFront.jpg,Yu-Gi-Oh! 5D's: Duel Transer,Wii,Strategy,Konami,Konami,,0.16,0.11,0.02,0.02,0.01,2010-12-07, -/games/boxart/full_3823077JapanFrontccc.jpg,San Goku Shi Taisen DS,DS,Strategy,Sega,Sega,,0.16,,0.16,,,2007-01-25, -/games/boxart/full_3117974AmericaFrontccc.jpg,Magic: The Gathering - Battlegrounds,XB,Strategy,Atari,Secret Level,,0.16,0.12,,0.03,0.01,2003-11-18, -/games/boxart/full_1120916AmericaFrontccc.jpg,Midway Arcade Treasures 2,GC,Misc,Midway Games,Backbone Entertainment,7.2,0.16,0.13,,0.03,0,2004-10-11, -/games/boxart/7942172ccc.gif,Dancing with the Stars,PS2,Misc,Activision,Zoe Mode,,0.16,0.08,,0.06,0.02,2007-10-23, -/games/boxart/full_rio_910AmericaFront.jpg,Rio,DS,Misc,THQ,TBA,,0.16,0.12,,0.03,0.01,2011-04-12, -/games/boxart/full_sid-meiers-pirates_2AmericaFront.jpg,Sid Meier's Pirates!,Wii,Strategy,2K Games,Firaxis Games,6.5,0.16,0.13,,0.02,0.01,2010-10-05, -/games/boxart/full_9217567AmericaFrontccc.jpg,Our House,DS,Strategy,Majesco,Majesco,,0.16,0.15,,,0.01,2009-09-22, -/games/boxart/1922395ccc.jpg,Starcraft 64,N64,Strategy,Nintendo,Mass Media,8,0.16,0.13,,0.03,0,2000-06-13, -/games/boxart/full_trivial-pursuit-bet-you-know-it_379PALFront.jpg,Trivial Pursuit: Bet You Know It,Wii,Misc,Electronic Arts,EA Salt Lake,,0.16,0.1,,0.04,0.02,2011-11-01, -/games/boxart/full_family-game-night-4-the-game-show_168AmericaFront.jpg,Family Game Night 4: The Game Show,Wii,Misc,Electronic Arts,Electronic Arts,,0.16,0.12,,0.03,0.01,2011-11-01, -/games/boxart/full_732820JapanFrontccc.jpg,Bomberman Land,PS,Misc,Hudson Soft,Hudson Soft,,0.16,,0.15,,0.01,2000-12-21, -/games/boxart/full_james-noirs-hollywood-crimes-3d_19AmericaFront.jpg,James Noir's Hollywood Crimes,3DS,Adventure,Ubisoft,Ubisoft,7,0.16,0.07,,0.07,0.01,2011-11-01, -/games/boxart/full_9666673AmericaFrontccc.jpg,Time Hollow,DS,Adventure,Konami,Tenky,,0.16,0.03,0.11,0.01,0,2008-09-23, -/games/boxart/full_6372226AmericaFrontccc.jpg,Sherlock Holmes vs. Jack the Ripper,X360,Adventure,DreamCatcher Interactive,Frogwares,,0.16,0.11,,0.04,0.01,2010-04-20, -/games/boxart/9953952ccc.jpg,Monster House,DS,Adventure,THQ,Artificial Mind and Movement,,0.16,0.14,,0.01,0.01,2006-07-18, -/games/boxart/full_8424465AmericaFrontccc.jpg,LEGO The Hobbit,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.16,0.02,,0.1,0.03,2014-04-08,2018-03-15 -/games/boxart/full_929522AmericaFrontccc.jpg,The Amazing Spider-Man (2012),Wii,Action-Adventure,Activision,Beenox,,0.16,0.1,,0.04,0.01,2012-06-26,2018-03-15 -/games/boxart/full_5695509AmericaFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,X360,Action-Adventure,Konami Digital Entertainment,Kojima Productions,,0.16,0.1,,0.05,0.01,2015-09-01,2018-09-12 -/games/boxart/5928441ccc.jpg,Shadow Man: 2econd Coming,PS2,Adventure,Acclaim Entertainment,Acclaim Studios Teesside,,0.16,0.08,,0.06,0.02,2002-03-02, -/games/boxart/763828ccc.jpg,Alone in the Dark: The New Nightmare,PS,Adventure,Infogrames,Darkworks,7.2,0.16,0.09,,0.06,0.01,2001-06-18, -/games/boxart/5823122ccc.jpg,Ghost in the Shell: Stand Alone Complex,PS2,Adventure,Bandai,Cavia Inc.,6.6,0.16,0.08,,0.06,0.02,2004-11-08, -/games/boxart/full_3471981JapanFrontccc.jpg,Eve: The Lost One,SAT,Adventure,Imagineer,C's Ware,,0.16,,0.16,,,1998-03-12, -/games/boxart/full_7079689AmericaFrontccc.jpg,The Walking Dead: Season One,XOne,Adventure,Telltale Games,Telltale Games,,0.16,0.08,,0.06,0.01,2014-10-14, -/games/boxart/full_4006314AmericaFrontccc.jpg,Gravity Rush Remastered,PS4,Action-Adventure,Sony Computer Entertainment,Bluepoint Games,7.9,0.16,0.02,0.05,0.06,0.02,2016-02-02,2018-09-23 -/games/boxart/full_7555135AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,3DS,Action-Adventure,D3Publisher,Way Forward,,0.16,0.1,,0.04,0.01,2013-11-19,2018-03-19 -/games/boxart/full_1969364AmericaFrontccc.jpg,Legends of Chima: Laval's Journey,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.16,0.01,,0.11,0.04,2013-06-25,2018-12-03 -/games/boxart/full_2872372AmericaFrontccc.jpg,Naruto Powerful Shippuden,3DS,Action-Adventure,Namco Bandai Games,Namco Bandai Games,8,0.16,0.08,0.04,0.02,0.01,2013-03-05,2018-11-06 -/games/boxart/full_397176AmericaFrontccc.jpg,Darksiders II,WiiU,Action-Adventure,THQ,Vigil Games,8.2,0.16,0.07,,0.07,0.01,2012-11-18,2018-03-14 -/games/boxart/full_8808791AmericaFrontccc.jpg,Castlevania: Lords of Shadow - Mirror of Fate,3DS,Action-Adventure,Konami Digital Entertainment,Mercury Steam,7.2,0.16,0.04,0.03,0.08,0.01,2013-03-05,2018-11-06 -/games/boxart/full_711972AmericaFrontccc.jpg,Dead Rising 4: Frank's Big Package,PS4,Action-Adventure,Capcom,Capcom,,0.16,0.08,,0.05,0.03,2017-12-05,2018-09-25 -/games/boxart/full_8977042PALFrontccc.jpg,Just Cause 3,PC,Action-Adventure,Square Enix,Avalanche Studios,7.6,0.16,0.03,,0.12,0.01,2015-12-01,2018-04-04 -/games/boxart/full_5702082AmericaFrontccc.jpeg,Pac-Man Championship Edition 2 + Arcade Game Series,XOne,Action,Namco Bandai Games,Namco Bandai Games,,0.16,0.15,,,0.02,2016-11-01,2018-06-19 -/games/boxart/full_9994864AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PSV,Action,Xseed Games,Acquire,,0.16,0.04,0.08,0.02,0.02,2014-08-12,2018-11-12 -/games/boxart/full_splatterhouse_5AmericaFront.jpg,Splatterhouse,PS3,Action,Namco Bandai,BottleRocket,,0.16,0.13,,0.02,0.02,2010-11-23, -/games/boxart/full_clash-of-the-titans-the-videogame_4AmericaFront.jpg,Clash of the Titans: The Videogame,X360,Action,Namco Bandai,Game Republic,3.8,0.16,0.08,0,0.06,0.02,2010-07-27, -/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_4AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,PSP,Action,Activision,Now Production,,0.16,0.09,,0.04,0.03,2010-11-02, -/games/boxart/6526670ccc.jpg,Curious George,GBA,Action,Namco,Torus Games,6.6,0.16,0.12,,0.04,0,2006-02-01, -/games/boxart/4062943ccc.jpg,Tom and Jerry: Infurnal Escape,GBA,Action,NewKidCo,Cinegroupe,,0.16,0.12,,0.04,0,2003-03-14, -/games/boxart/full_sengoku-basara-chronicle-heroes_80JapanFront.jpg,Sengoku Basara: Chronicle Heroes,PSP,Action,Capcom,Access Games,,0.16,,0.16,,,2011-07-21, -/games/boxart/full_2839851AmericaFrontccc.jpg,Berserk and the Band of the Hawk,PS4,Action,Tecmo Koei,Omega Force,,0.16,0.07,0.05,0.02,0.02,2017-02-21,2018-04-21 -/games/boxart/full_417523AmericaFrontccc.jpg,The Incredible Hulk: The Pantheon Saga,PS,Action,Eidos Interactive,Attention To Detail,,0.16,0.09,,0.06,0.01,1997-02-28, -/games/boxart/full_senran-kagura-shoujotachi-no-shinei_61JapanFront.jpg,Senran Kagura: Shoujotachi no Shinei,3DS,Action,Marvelous Interactive,Marvelous Interactive,,0.16,,0.16,,,2011-09-22, -/games/boxart/full_3331612AmericaFrontccc.jpg,He-Man: Power of Grayskull,GBA,Action,TDK Mediactive,Taniko,,0.16,0.11,,0.04,0,2002-10-29, -/games/boxart/9944134ccc.jpg,Wing Commander III: Heart of the Tiger,PS,Action,Electronic Arts,Origin Systems,,0.16,0.09,,0.06,0.01,1996-03-28, -/games/boxart/full_fist-of-the-north-star-kens-rage_8AmericaFront.jpg,Fist of the North Star: Ken's Rage,X360,Action,Tecmo Koei,Tecmo Koei Games,5.4,0.16,0.07,0.06,0.02,0.01,2010-11-02,2018-07-30 -/games/boxart/full_5175848AmericaFrontccc.jpg,NPPL Championship Paintball 2009,PS3,Shooter,Activision,Sand Grain Studios,,0.16,0.15,,0,0.02,2008-11-18, -/games/boxart/7175980ccc.jpg,Fracture,PS3,Shooter,LucasArts,Day 1 Studios,4,0.16,0.11,,0.04,0.02,2008-10-07, -/games/boxart/full_the-adventures-of-tintin-the-game_966PALFront.jpg,The Adventures of Tintin: The Game,3DS,Adventure,Ubisoft,Ubisoft Montpellier,,0.16,0.05,,0.09,0.02,2011-12-06, -/games/boxart/full_292498JapanFrontccc.jpg,Gyakuten Saiban 3,GBA,Adventure,Capcom,Capcom,,0.16,,0.16,,,2004-01-23, -/games/boxart/full_1520524PALFrontccc.jpg,StarBlade α,PS,Shooter,Sony Computer Entertainment,Namco,,0.16,,0.15,,0.01,1996-02-01, -/games/boxart/5767626ccc.gif,Halo Triple Pack,XB,Shooter,Microsoft Game Studios,Bungie Studios,,0.16,0.12,,0.03,0.01,2005-10-06,2018-10-11 -/games/boxart/full_6098868AmericaFrontccc.jpg,Destiny 2,PC,Shooter,Activision,Bungie,,0.16,0.09,,0.05,0.01,2017-10-23,2018-04-20 -/games/boxart/full_578218AmericaFrontccc.jpg,Leisure Suit Larry: Box Office Bust,X360,Adventure,Codemasters,Team17 Software,,0.16,0.14,,0.01,0.01,2009-03-31, -/games/boxart/full_4655383AmericaFrontccc.jpg,Kya: Dark Lineage,PS2,Adventure,Atari,Eden Games,,0.16,0.08,,0.06,0.02,2003-11-18, -/games/boxart/full_6350844AmericaFrontccc.jpg,Goosebumps HorrorLand,Wii,Adventure,Scholastic Inc.,Gusto Games,,0.16,0.15,,0,0.01,2008-10-28, -/games/boxart/full_8273304JapanFrontccc.jpg,Otogirisou,SNES,Adventure,ChunSoft,ChunSoft,,0.16,,0.16,,,1992-03-07, -/games/boxart/5692495ccc.jpg,TimeSplitters: Future Perfect,XB,Shooter,Electronic Arts,Free Radical Design,,0.16,0.12,,0.03,0.01,2005-03-21, -/games/boxart/full_bulletstorm_769AmericaFront.jpg,Bulletstorm,PC,Shooter,Electronic Arts,People Can Fly,8.7,0.16,0.07,,0.08,0.02,2011-02-22, -/games/boxart/7516542ccc.jpg,TimeShift,PS3,Shooter,Sierra Entertainment,Saber Interactive,,0.16,0.14,,0,0.02,2007-11-19, -/games/boxart/full_9119522AmericaFrontccc.jpg,Silent Scope 3,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.16,0.08,,0.06,0.02,2002-10-15, -/games/boxart/3343692ccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,PS2,Adventure,Activision,Sand Grain Studios,,0.16,0.08,,0.06,0.02,2005-11-01, -/games/boxart/full_dragon-ball-origins-2_4AmericaFront.jpg,Dragon Ball: Origins 2,DS,Action,Namco Bandai,Game Republic,6.9,0.16,0.05,0.08,0.02,0.01,2010-06-22, -/games/boxart/full_4261165AmericaFrontccc.jpg,Power Rangers Double Pack,GBA,Action,THQ,THQ,,0.16,0.11,,0.04,0,2005-03-22, -/games/boxart/full_shinobido-2-revenge-of-zen_259PALFront.jpg,Shinobido 2: Revenge of Zen,PSV,Action,Namco Bandai,Acquire,,0.16,0.05,0.02,0.06,0.03,2012-02-21, -/games/boxart/full_3331143AmericaFrontccc.jpg,Medieval Games,Wii,Action,Vir2L Studios,N-Fusion Interactive,,0.16,0.14,,0.01,0.01,2009-10-20, -/games/boxart/full_1358792JapanFrontccc.jpg,Gundam Breaker 2,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.16,,0.16,,,2014-12-18,2018-02-11 -/games/boxart/full_9012551AmericaFrontccc.jpg,Chaotic: Shadow Warriors,X360,Action,Activision,Activision,6.2,0.16,0.14,,,0.01,2009-11-17, -/games/boxart/full_965170JapanFrontccc.jpg,3rd Super Robot Wars Z: Tengoku-Hen,PS3,Action,Namco Bandai Games,Banpresto,,0.16,,0.16,,,2015-04-02,2018-04-21 -/games/boxart/full_8230846AmericaFrontccc.jpg,Pillars of Eternity,PS4,Role-Playing,Paradox Interactive,Obsidian Entertainment,8.3,0.16,0.11,,0.02,0.03,2017-08-29,2018-04-15 -/games/boxart/full_1988142AmericaFrontccc.jpg,Valkyria Revolution,PS4,Role-Playing,Sega,Media.Vision,,0.16,0.04,0.07,0.03,0.02,2017-06-27,2018-01-21 -/games/boxart/full_8626825AmericaFrontccc.jpg,Mugen Souls,PS3,Role-Playing,NIS America,Compile Heart,,0.16,0.04,0.08,0.03,0.01,2012-09-30,2018-11-06 -/games/boxart/full_kingdom-hearts-birth-by-sleep-final-mix_71JapanFront.jpg,Kingdom Hearts: Birth by Sleep - Final Mix,PSP,Role-Playing,Square Enix,Square Enix,,0.16,,0.16,,,2011-01-20, -/games/boxart/full_5897698JapanFrontccc.jpg,Toriko: Gourmet Monsters!,3DS,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.16,,0.16,,,2012-12-13,2018-11-06 -/games/boxart/full_9988500AmericaFrontccc.jpg,Dungeon Siege: Throne of Agony,PSP,Role-Playing,2K Games,SuperVillain Studios,,0.16,0.13,,0.02,0.02,2006-10-30, -/games/boxart/full_eiyuu-densetsu-zero-no-kiseki_7JapanFront.jpg,Eiyuu Densetsu: Zero no Kiseki,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.16,,0.16,,,2010-09-30, -/games/boxart/full_2996705AmericaFrontccc.jpg,King's Field,PS,Role-Playing,ASCII Entertainment,From Software,7.1,0.16,0.09,,0.06,0.01,1995-12-31, -/games/boxart/full_224345AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth - Hacker's Memory,PS4,Role-Playing,Namco Bandai Games,Media.Vision,,0.16,0.05,0.04,0.05,0.02,2018-01-19,2018-01-07 -/games/boxart/full_1739579AmericaFrontccc.jpg,Culdcept SAGA,X360,Role-Playing,Namco Bandai,OmiyaSoft,7.7,0.16,0.12,0.03,,0.01,2008-02-05, -/games/boxart/3151375ccc.jpg,Lethal Skies II,PS2,Simulation,Sammy Corporation,"Asmik Ace Entertainment, Inc.",,0.16,0.08,,0.06,0.02,2003-09-09, -/games/boxart/full_apache-air-assault_8AmericaFront.jpg,Apache: Air Assault,X360,Simulation,Activision,Gaijin Entertainment,6.8,0.16,0.12,,0.03,0.01,2010-11-16, -/games/boxart/4322425ccc.jpg,Zoo Hospital,Wii,Simulation,Majesco,Torus Games,,0.16,0.14,,0.01,0.01,2008-09-22, -/games/boxart/full_3429239AmericaFrontccc.jpg,Heroes Over Europe,PS3,Simulation,Ubisoft,Transmission Games,,0.16,0.12,,0.02,0.02,2009-09-15, -/games/boxart/full_7952941AmericaFrontccc.jpg,Paws & Claws: Pet Resort,GBA,Simulation,THQ,ValuSoft,,0.16,0.12,,0.04,0,2006-02-13, -/games/boxart/full_6588477AmericaFrontccc.jpg,Rondo of Swords (US sales),DS,Role-Playing,Atlus,Success,,0.16,0.16,,,,2008-04-15, -/games/boxart/full_lufia-curse-of-the-sinistrals_10AmericaFront.jpg,Lufia: Curse of the Sinistrals,DS,Role-Playing,Natsume,Neverland Company,7.8,0.16,0.11,0.03,,0.01,2010-10-12, -/games/boxart/full_927390AmericaFrontccc.jpg,NASCAR Heat 2002,GBA,Racing,Infogrames,Crawfish Interactive,,0.16,0.12,,0.04,0,2002-05-06, -/games/boxart/4689510ccc.jpg,California Speed,N64,Racing,Midway Games,Atari Games,,0.16,0.13,,0.03,0,1999-02-28, -/games/boxart/full_5108401AmericaFrontccc.jpg,Destruction Derby 64,N64,Racing,THQ,Looking Glass Studios,,0.16,0.13,,0.03,0,1999-09-30, -/games/boxart/full_5317126JapanFrontccc.jpg,Summon Night EX-Thesis: Yoake no Tsubasa,PS2,Role-Playing,Banpresto,Flight-Plan,,0.16,,0.16,,,2005-08-04, -/games/boxart/3545894ccc.jpg,Eragon,DS,Role-Playing,Sierra Entertainment,Amaze Entertainment,6.8,0.16,0.13,,0.02,0.01,2006-11-14, -/games/boxart/full_7161557JapanFrontccc.jpg,Racing Lagoon - High Speed Driving RPG,PS,Racing,Square,SquareSoft,,0.16,,0.15,,0.01,1999-06-10, -/games/boxart/full_549410AmericaFrontccc.jpg,MX 2002 Featuring Ricky Carmichael,GBA,Racing,THQ,Tiertex Design Studios,,0.16,0.11,,0.04,0,2001-09-15, -/games/boxart/full_6234746AmericaFrontccc.png,Street Racer,PS,Racing,Ubisoft,Vivid Image,,0.16,0.09,,0.06,0.01,1996-10-31, -/games/boxart/full_816505AmericaFrontccc.jpg,Polaris SnoCross,PS,Racing,Vatical Entertainment,Vicarious Visions,,0.16,0.09,,0.06,0.01,2000-08-29, -/games/boxart/1416216ccc.jpg,F1 Championship Season 2000,PS2,Racing,Electronic Arts,EA Sports,,0.16,0.06,0.03,0.05,0.02,2000-12-19, -/games/boxart/full_4305418AmericaFrontccc.jpg,Monster Jam,Wii,Racing,Activision,Torus Games,,0.16,0.15,,0,0.01,2007-11-19, -/games/boxart/8520986ccc.jpg,Hot Wheels World Race,GC,Racing,THQ,Climax Group,,0.16,0.13,,0.03,0,2003-10-31, -/games/boxart/full_8407210AmericaFrontccc.jpg,Crash Tag Team Racing,GC,Racing,VU Games,Radical Entertainment,,0.16,0.12,,0.03,0,2005-10-19, -/games/boxart/full_world-rally-championship-2011_411PALFront.jpg,WRC 2: FIA World Rally Championship,PS3,Racing,Ubisoft,Milestone S.r.l,,0.16,,,0.13,0.03,2011-10-14, -/games/boxart/4359083ccc.jpg,FlatOut 2,PS2,Racing,Vivendi Games,Bugbear Entertainment,,0.16,0.08,,0.06,0.02,2006-08-01, -/games/boxart/full_13658AmericaFrontccc.jpg,Konami Krazy Racers,GBA,Racing,Konami,KCEK,7.7,0.16,0.09,0.04,0.03,0,2001-06-10, -/games/boxart/5689003ccc.jpg,F-Zero: GP Legend,GBA,Racing,Nintendo,Suzak,7.1,0.16,0.11,,0.04,0,2004-09-20, -/games/boxart/5682462ccc.jpg,All-Star Baseball 2003,GBA,Sports,Acclaim Entertainment,Software Creations,7.7,0.15,0.11,,0.04,0,2002-05-31, -/games/boxart/full_8954754AmericaFrontccc.jpg,Burnout 2: Point of Impact,GC,Racing,Acclaim Entertainment,Criterion Games,,0.15,0.12,,0.03,0,2003-04-09, -/games/boxart/full_218865AmericaFrontccc.jpg,Paris-Dakar Rally,PS2,Racing,Acclaim Entertainment,Broadsword Interactive,,0.15,0.08,,0.06,0.02,2001-10-09, -/games/boxart/full_5029836AmericaFrontccc.jpg,XGIII: Extreme G Racing,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,8.6,0.15,0.12,,0.03,0,2001-11-27, -/games/boxart/full_9888353AmericaFrontccc.jpg,American Chopper,XB,Racing,Activision,Creat Studio,,0.15,0.11,,0.03,0.01,2004-12-03, -/games/boxart/full_8007878JapanFrontccc.jpg,Devil Summoner: Soul Hackers,PS,Role-Playing,Atlus,Atlus Co.,,0.15,,0.14,,0.01,1999-04-08, -/games/boxart/full_2984555AmericaFrontccc.jpg,Black * Rock Shooter: The Game,PSP,Role-Playing,Unknown,imageepoch Inc.,,0.15,,0.15,,,2020-12-31, -/games/boxart/full_7209714AmericaFrontccc.jpg,Boktai: The Sun is in Your Hand,GBA,Role-Playing,Konami,Kojima Productions,7.8,0.15,0.1,,0.04,0,2003-09-16, -/games/boxart/full_1902375JapanFrontccc.jpg,Super Robot Wars V,PS4,Role-Playing,Namco Bandai Games,B.B. Studio,,0.15,,0.15,,,2017-02-23,2018-06-30 -/games/boxart/full_4993694JapanFrontccc.jpg,Wizardry VII: Gadeia no Houshu,PS,Role-Playing,Sony Computer Entertainment,Locus,,0.15,,0.14,,0.01,1995-10-13, -/games/boxart/full_5254162PALFrontccc.jpg,Chou Megami Shinkou Noire Gekishin Black Heart,PSV,Misc,Idea Factory,Unknown,,0.15,0.06,0.06,0.01,0.02,2015-02-24, -/games/boxart/full_disneys-story-studio-disneys-mulan_2AmericaFront.jpg,Disney's Story Studio: Disney's Mulan,PS,Misc,NewKidCo,Disney Interactive Studios,,0.15,0.09,,0.06,0.01,1999-12-15, -/games/boxart/full_8672453AmericaFrontccc.jpg,Cartoon Network Collection: Game Boy Advance Video Special Edition,GBA,Misc,Majesco,Majesco Games,,0.15,0.11,,0.04,0,2005-03-01, -/games/boxart/full_4400789AmericaFrontccc.jpg,Block Party,Wii,Misc,Activision,Activision,,0.15,0.14,,0,0.01,2008-11-11, -/games/boxart/full_9934954AmericaFrontccc.jpg,Get On Da Mic,PS2,Misc,Eidos Interactive,Artificial Mind and Movement,,0.15,0.07,,0.06,0.02,2004-10-05, -/games/boxart/default.jpg,Build-A-Bear Workshop: Welcome to Hugsville,DS,Misc,Game Factory,Game Factory,,0.15,0.14,,0,0.01,2010-03-23, -/games/boxart/full_8025940AmericaFrontccc.jpg,Super Street Fighter II,GEN,Fighting,Capcom,Capcom,,0.15,,0.15,,,1994-01-01, -/games/boxart/full_3158332JapanFrontccc.jpg,Battle Stadium D.O.N,PS2,Fighting,Bandai,Eighting,,0.15,,0.15,,,2006-07-20, -/games/boxart/2029506ccc.jpg,Darkstalkers Chronicle: The Chaos Tower,PSP,Fighting,Capcom,Capcom,7.5,0.15,0.13,,0,0.01,2005-03-24, -/games/boxart/full_2262553PALFrontccc.jpg,Dragon Ball Z: Idainaru Dragon Ball Densetsu,SAT,Fighting,Bandai,TOSE,,0.15,,0.15,,,1996-01-01, -/games/boxart/full_kamen-rider-climax-heroes-ooo_4JapanFront.jpg,Kamen Rider: Climax Heroes OOO,Wii,Fighting,Namco Bandai,Eighting,,0.15,,0.15,,,2010-12-02, -/games/boxart/3425091ccc.jpg,187: Ride or Die,PS2,Racing,Ubisoft,Ubisoft Paris,,0.15,0.07,,0.06,0.02,2005-08-23, -/games/boxart/9416364ccc.jpg,Ridge Racer DS,DS,Racing,Namco,Nintendo Software Technology Corporation,6.3,0.15,0.14,,0,0.01,2004-12-07, -/games/boxart/full_dirt-3_534AmericaFront.jpg,DiRT 3,PC,Racing,Codemasters,Codemasters,9,0.15,,,0.13,0.02,2011-05-24, -/games/boxart/full_cardinal-syn_777AmericaFront.jpg,Cardinal Syn,PS,Fighting,989 Studios,Kronos Digital Entertainment,5.2,0.15,0.08,,0.06,0.01,1998-06-30, -/games/boxart/5116458ccc.gif,Street Fighter Alpha 3,GBA,Fighting,Capcom,Crawfish Interactive,,0.15,0.11,,0.04,0,2002-12-01, -/games/boxart/full_3961725AmericaFrontccc.jpg,Guilty Gear X2 #Reload,XB,Fighting,Majesco,Arc System Works,,0.15,0.11,,0.03,0.01,2004-09-14,2018-09-25 -/games/boxart/full_3543974JapanFrontccc.jpg,All Japan Pro Wrestling featuring Virtua,SAT,Fighting,Sega,Sega,,0.15,,0.15,,,1997-10-23, -/games/boxart/full_3867828JapanFrontccc.jpg,Dengeki Bunko Fighting Climax,PSV,Fighting,Sega,Sega,,0.15,0.05,0.08,0,0.02,2015-10-06, -/games/boxart/8937954ccc.jpg,Street Fighter Anniversary Collection,XB,Fighting,Capcom,Capcom,,0.15,0.11,,0.03,0.01,2005-02-22, -/games/boxart/full_samurai-shodown-anthology_629AmericaFront.jpg,Samurai Shodown Anthology,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.15,0.07,,0.06,0.02,2009-03-24, -/games/boxart/full_8291424AmericaFrontccc.jpg,Dark Rift,N64,Fighting,Victory Lap Games,Kronos Digital Entertainment,,0.15,0.12,,0.03,0,1997-06-30, -/games/boxart/full_9830741AmericaFrontccc.jpg,Petz: Dogz Talent Show,DS,Simulation,Ubisoft,Ubisoft,,0.15,0.14,,,0.01,2009-11-17, -/games/boxart/full_imagine-fashion-designer_113AmericaFront.jpg,Imagine: Fashion Designer,3DS,Simulation,Ubisoft,Ubisoft Sofia,,0.15,0.11,,0.02,0.01,2011-10-11, -/games/boxart/full_3900669AmericaFrontccc.jpg,Dance Dance Revolution (North America),PS,Simulation,Konami,Konami,,0.15,0.08,,0.06,0.01,2001-05-09, -/games/boxart/full_3162275JapanFrontccc.jpg,Mobile Suit Gundam Side Story III: Sabakareshi Mono,SAT,Shooter,Bandai,Bec,,0.15,,0.15,,,1997-03-07, -/games/boxart/3163948ccc.jpg,Fugitive Hunter: War on Terror,PS2,Shooter,Encore,Black Ops Entertainment,,0.15,0.07,,0.06,0.02,2003-11-18, -/games/boxart/full_3475007AmericaFrontccc.jpg,Medal of Honor: Infiltrator,GBA,Shooter,Electronic Arts,Netherock Ltd.,,0.15,0.11,,0.04,0,2003-11-17, -/games/boxart/full_1728020AmericaFrontccc.jpg,Jurassic: The Hunted,Wii,Shooter,Activision,Activision,,0.15,0.14,,,0.01,2009-11-03, -/games/boxart/8292010ccc.jpg,Rocky,XB,Fighting,Ubisoft,Rage Software,,0.15,0.11,,0.03,0.01,2002-11-17, -/games/boxart/5952640ccc.jpg,Brain Boost: Gamma Wave,DS,Puzzle,Majesco,Interchannel,,0.15,0.14,,,0.01,2006-11-17, -/games/boxart/full_the-sims-medieval-pirates-and-nobles_963AmericaFront.jpg,The Sims Medieval: Pirates and Nobles,PC,Simulation,Electronic Arts,The Sims Studio,5.5,0.15,0.05,,0.08,0.01,2011-08-30, -/games/boxart/full_8044801AmericaFrontccc.jpg,The Sims 3: Seasons,PC,Simulation,Electronic Arts,Maxis,,0.15,,,0.14,0.01,2012-11-13,2018-11-06 -/games/boxart/full_scripps-spelling-bee_2AmericaFront.jpg,Scripps Spelling Bee,DS,Simulation,THQ,"Webfoot Technologies, Inc.",,0.15,0.14,,,0.01,2010-09-28, -/games/boxart/full_8078081AmericaFrontccc.jpg,Farm Frenzy: Animal Country,DS,Simulation,City Interactive,City Interactive,,0.15,0.13,,0.01,0.01,2010-09-28, -/games/boxart/full_2272613AmericaFrontccc.jpg,Top Gun: Combat Zones,GC,Simulation,Titus,Digital Integration,,0.15,0.12,,0.03,0,2002-10-24, -/games/boxart/full_8150999AmericaFrontccc.jpg,Burger Island,Wii,Simulation,Destineer,TechFront,,0.15,0.14,,,0.01,2009-05-01, -/games/boxart/full_6813624AmericaFrontccc.jpg,Farming Simulator 2013,PS3,Simulation,Focus Home Interactive,Giants Software,,0.15,0,0.02,0.1,0.02,2013-11-19,2018-01-06 -/games/boxart/full_1456840AmericaFrontccc.jpg,Space Camp,DS,Action,Activision,7 Studios,,0.15,0.14,,,0.01,2009-05-26, -/games/boxart/full_3281109AmericaFrontccc.jpg,Toukiden 2,PSV,Action,Tecmo Koei,Omega Force,,0.15,0.02,0.13,0,0.01,2017-03-21,2018-06-03 -/games/boxart/full_7146889AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,PS3,Action,2K Games,Visual Concepts,,0.15,0.12,,0.02,0.02,2007-06-15, -/games/boxart/full_9499880AmericaFrontccc.jpg,Ultimate Spider-Man,DS,Action,Activision,Vicarious Visions,,0.15,0.14,,0,0.01,2005-09-19, -/games/boxart/3109222ccc.jpg,Pressure Cooker,2600,Action,Activision,Activision,,0.15,0.14,,0.01,0,1983-01-01, -/games/boxart/3827856ccc.jpg,The Terminator: Dawn of Fate,XB,Action,Atari,Paradigm Entertainment,,0.15,0.11,,0.03,0.01,2002-09-18, -/games/boxart/full_prince-of-persia-the-forgotten-sands_1AmericaFront.jpg,Prince of Persia: The Forgotten Sands,DS,Action,Ubisoft,Ubisoft Montreal,,0.15,0.14,,0.01,0.01,2010-05-18, -/games/boxart/full_3175461AmericaFrontccc.jpg,Fire Emblem Warriors,3DS,Action,Nintendo,Omega Force,,0.15,0.07,0.04,0.03,0.01,2017-10-20,2020-08-03 -/games/boxart/full_2720139AmericaFrontccc.jpg,Earth Defense Force 2025,X360,Shooter,D3Publisher,Sandlot,,0.15,0.07,0.05,0.03,0.01,2014-02-18,2018-10-16 -/games/boxart/full_7255916AmericaFrontccc.jpg,Infected,PSP,Shooter,Majesco,Planet Moon Studios,7.3,0.15,0.14,,0,0.01,2005-11-15, -/games/boxart/full_western-heroes_977AmericaFront.jpg,Gunslingers,Wii,Shooter,Valcon Games,Neko Entertainment,,0.15,0.07,,0.06,0.02,2011-06-28, -/games/boxart/full_metal-gear-solid-peace-walker-hd-edition_288JapanFront.jpg,Metal Gear Solid: Peace Walker HD Edition,PS3,Action,Unknown,Kojima Productions,,0.15,,0.15,,,, -/games/boxart/full_3291870AmericaFrontccc.jpg,LEGO Ninjago: Shadow of Ronin,PSV,Action,Warner Bros. Interactive Entertainment,TT Fusion,,0.15,0.01,,0.11,0.03,2015-03-24, -/games/boxart/full_9728372JapanFrontccc.jpg,Gundam Breaker 2,PS3,Action,Namco Bandai Games,Namco Bandai Games,,0.15,,0.15,,,2014-12-18,2018-02-11 -/games/boxart/full_5667139AmericaFrontccc.jpg,Spongebob Squarepants / Fairly Odd Parents Double Pack,GBA,Action,THQ,THQ,,0.15,0.11,,0.04,0,2005-06-01, -/games/boxart/full_6072979AmericaFrontccc.jpg,SpongeBob's Truth or Square,DS,Action,THQ,Heavy Iron Studios,,0.15,0.07,,0.07,0.01,2009-10-26, -/games/boxart/full_4973708PALFrontccc.jpg,Shenmue II,DC,Adventure,Sega,Sega-AM2,8.7,0.15,,0.15,,0,2001-11-23, -/games/boxart/full_5174837JapanFrontccc.jpg,Dragon Quest Builders 2,PS4,Adventure,Square Enix,Square Enix,,0.15,,0.15,,,2019-07-12,2019-04-06 -/games/boxart/8686198ccc.jpg,Prince of Persia: The Two Thrones,GC,Adventure,Ubisoft,Ubisoft Montreal,8.7,0.15,0.11,,0.03,0,2005-12-01, -/games/boxart/full_ore-no-imouto-ga-konna-ni-kawaii-wake-ga-nai-portable_713JapanFront.jpg,Ore no Imouto ga Konna ni Kawaii wake ga Nai Portable,PSP,Adventure,Banpresto,Namco Bandai Games,,0.15,,0.15,,,2011-01-27, -/games/boxart/full_5104948AmericaFrontccc.jpg,Nancy Drew: The White Wolf of Icicle Creek,Wii,Adventure,Sega,Her Interactive,,0.15,0.14,,,0.01,2008-12-02, -/games/boxart/2495964ccc.png,Galerians,PS,Adventure,Crave Entertainment,Polygon Magic,,0.15,0.08,,0.06,0.01,2000-03-29, -/games/boxart/9415857ccc.jpg,"Warhammer 40,000: Fire Warrior",PS2,Shooter,THQ,Kuju Entertainment,,0.15,0.08,,0.06,0.02,2003-11-17, -/games/boxart/full_3573931AmericaFrontccc.jpg,Wolfenstein: The Old Blood,XOne,Shooter,Bethesda Softworks,MachineGames,8,0.15,0.07,,0.07,0.01,2015-05-05,2018-04-21 -/games/boxart/full_5267078AmericaFrontccc.jpg,Yu-Gi-Oh! Nightmare Troubadour (US sales),DS,Action,Konami,Konami,,0.15,0.15,,,,2005-08-30, -/games/boxart/full_187919AmericaFrontccc.jpg,Metroid Prime: Federation Force,3DS,Action,Nintendo,Next Level Games,6.3,0.15,0.08,0.03,0.02,0.01,2016-08-19,2018-07-02 -/games/boxart/full_thor-god-of-thunder_330AmericaFront.jpg,Thor: God of Thunder,PS3,Action,Sega,Liquid Entertainment,3.7,0.15,0.07,,0.06,0.02,2011-05-03, -/games/boxart/7439970ccc.jpg,Elf: The Movie,GBA,Action,Crave Entertainment,Humansoft,,0.15,0.1,,0.04,0,2004-11-04, -/games/boxart/full_saw-ii-flesh-ampamp-blood_8AmericaFront.jpg,Saw II: Flesh & Blood,X360,Action,Konami,Zombie Studios,4.9,0.15,0.1,,0.04,0.01,2010-10-19, -/games/boxart/full_8249559AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,X360,Action,Tecmo Koei,Omega Force,,0.15,0.09,,0.05,0.01,2013-07-16,2018-02-09 -/games/boxart/full_7504651AmericaFrontccc.jpg,Sonny with a Chance,DS,Action,Disney Interactive Studios,Altron,,0.15,0.12,,0.02,0.01,2010-03-16, -/games/boxart/2191062ccc.jpg,Killer7,GC,Action,Capcom,Grasshopper Manufacture,7.2,0.15,0.12,,0.03,0,2005-07-07, -/games/boxart/full_1945049AmericaFrontccc.jpg,SpongeBob's Boating Bash,DS,Misc,THQ,Impulse Games,,0.15,0.13,,0,0.01,2010-03-02, -/games/boxart/full_7385320AmericaFrontccc.jpg,Charm Girls Club: Pajama Party,Wii,Misc,Electronic Arts,Electronic Arts,,0.15,0.14,,,0.01,2009-10-20, -/games/boxart/706129ccc.jpg,Super Monkey Ball Deluxe,XB,Misc,Sega,Sega,,0.15,0.11,,0.03,0.01,2005-03-15, -/games/boxart/full_tamagotchi-collection_256JapanFront.jpg,Tamagotchi Collection,DS,Misc,Namco Bandai,Bandai Namco Games,,0.15,,0.15,,,2011-11-10, -/games/boxart/full_2170539AmericaFrontccc.jpg,Travel Games For Dummies,DS,Misc,Electronic Arts,Electronic Arts,,0.15,0.14,,0,0.01,2008-10-28, -/games/boxart/full_8929022AmericaFrontccc.jpg,Major League Baseball 2K12,Wii,Misc,Take-Two Interactive,"Visual Concepts, Ltd.",,0.15,0.14,,,0.01,2012-03-06,2018-11-03 -/games/boxart/2916881ccc.jpg,Rayman Raving Rabbids,DS,Misc,Ubisoft,Ubisoft Bulgaria,,0.15,0.13,,0.01,0.01,2007-03-06, -/games/boxart/1120961ccc.jpg,Ultimate Board Game Collection,Wii,Misc,Valcon Games,Jack of All Games,,0.15,0.13,,0,0.01,2007-08-14, -/games/boxart/full_9673700AmericaFrontccc.jpg,One Piece Unlimited World: Red,PSV,Action-Adventure,Namco Bandai Games,Ganbarion,,0.15,0.04,0.04,0.04,0.03,2014-07-08,2018-10-19 -/games/boxart/full_8132685AmericaFrontccc.jpg,Blazing Dragons,PS,Adventure,Mindscape,Illusions Game Company,6.6,0.15,0.08,,0.06,0.01,1996-10-31, -/games/boxart/full_9374370AmericaFrontccc.jpg,Steins;Gate 0,PSV,Adventure,PQube,5pb. Inc.,,0.15,,0.07,0.07,0.02,2016-11-29,2018-06-10 -/games/boxart/full_6000440JapanFrontccc.jpg,Kowloon's Gate,PS,Adventure,Sony Computer Entertainment,ArtDink,,0.15,,0.14,,0.01,1997-02-28, -/games/boxart/full_305265JapanFrontccc.jpg,Suzumiya Haruhi no Yakusoku,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.15,,0.15,,,2007-12-27, -/games/boxart/full_4658260AmericaFrontccc.jpg,KLAX,2600,Puzzle,Atari,Atari,,0.15,0.14,,0.01,0,1990-01-01, -/games/boxart/9886759ccc.png,Capcom Classics Collection,XB,Misc,Capcom,Digital Eclipse,,0.15,0.11,,0.03,0.01,2005-09-27, -/games/boxart/4178302ccc.jpg,SNK Arcade Classics Vol. 1,PSP,Misc,SNK Playmore,Terminal Reality,6.7,0.15,0.13,0.01,,0.01,2008-05-05, -/games/boxart/4855735ccc.jpg,Zoids: Battle Legends,GC,Action,Atari,Tomy Corporation,5,0.15,0.12,,0.03,0,2004-09-04, -/games/boxart/full_2852100AmericaFrontccc.jpg,Pokémon: Johto Photo Finish: Game Boy Advance Video,GBA,Misc,Majesco,Nintendo,,0.15,0.11,,0.04,0,2004-06-21, -/games/boxart/full_8397361AmericaFrontccc.jpg,Rock Band: Metal Track Pack,X360,Misc,MTV Games,Harmonix Music Systems,,0.15,0.14,,,0.01,2009-09-22, -/games/boxart/full_5685519AmericaFrontccc.jpg,WWE '13,Wii,Misc,THQ,Unknown,,0.15,0.11,,0.02,0.01,2012-10-30, -/games/boxart/full_5922541AmericaFrontccc.jpg,Strawberry Shortcake: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.15,0.11,,0.04,0,2004-05-14, -/games/boxart/full_karaoke-revolution-glee-volume-3_738AmericaFront.jpg,Karaoke Revolution Glee: Volume 3,X360,Misc,Konami,Hijinx Studios,,0.15,0.14,,,0.01,2011-11-22, -/games/boxart/full_7756467AmericaFrontccc.jpg,Arcade Zone,Wii,Misc,Activision,Ivolgamus UAB,,0.15,0.14,,0,0.01,2009-09-08, -/games/boxart/full_9656046PALFrontccc.jpg,Assassin's Creed Rogue Remastered,PS4,Action-Adventure,Ubisoft,Ubisoft,,0.15,,0.01,0.13,0.02,2018-03-20,2018-01-29 -/games/boxart/full_thor-god-of-thunder_530AmericaFront.jpg,Thor: God of Thunder,Wii,Action,Sega,Red Fly Studio,6.4,0.15,0.1,,0.04,0.01,2011-05-03, -/games/boxart/full_2042011AmericaFrontccc.jpg,Jaws Unleashed,XB,Action,Majesco,Appaloosa Interactive,,0.15,0.11,,0.03,0.01,2006-05-23, -/games/boxart/8827259ccc.jpg,X-Men: The Official Game,GC,Action,Activision,Hypnos,,0.15,0.12,,0.03,0,2006-05-16, -/games/boxart/full_darksiders_806AmericaFront.jpg,Darksiders,PC,Action,THQ,Vigil Games,8,0.15,0.07,,0.06,0.01,2010-09-23, -/games/boxart/full_8720699AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,PS2,Action,D3 Publisher,High Voltage Software,,0.15,0.05,,0.02,0.08,2009-10-20, -/games/boxart/full_9610142AmericaFrontccc.jpg,Samurai Warriors: Katana,Wii,Action,KOEI,Omega Force,,0.15,0.11,0.04,0,0.01,2008-01-16, -/games/boxart/full_655844PALFrontccc.jpg,Warriors Orochi 3,PS4,Action,Tecmo Koei,Omega Force,,0.15,0.04,0.04,0.05,0.02,2014-09-02,2018-06-30 -/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_8AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,X360,Action,THQ,THQ,,0.15,0.12,,0.02,0.01,2010-11-16, -/games/boxart/8932635ccc.jpg,FIFA 06: Road to FIFA World Cup,X360,Sports,EA Sports,EA Canada,6.1,0.15,0.11,0.01,0.02,0.01,2005-11-16, -/games/boxart/full_8273314AmericaFrontccc.jpg,World League Soccer,SNES,Sports,Mindscape,Anco,,0.15,,0.15,,0,1992-04-01, -/games/boxart/full_4206382AmericaFrontccc.jpg,NBA ShootOut 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.15,0.07,,0.06,0.02,2001-02-19, -/games/boxart/full_8543253AmericaFrontccc.jpg,Soldier of Fortune: Payback,PS3,Shooter,Activision,Cauldron Ltd.,,0.15,0.12,,0.02,0.02,2007-11-14, -/games/boxart/full_4384647AmericaFrontccc.jpg,Project Sylpheed: Arc of Deception,X360,Shooter,Microsoft,Game Arts / Seta Corporation,6.7,0.15,0.12,0.02,0.01,0.01,2007-07-10, -/games/boxart/3025977ccc.jpg,Army Men: Sarge's War,GC,Shooter,Global Star Software,Tactical Development,,0.15,0.12,,0.03,0,2004-08-21, -/games/boxart/full_990952AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,XOne,Shooter,Activision,Edge of Reality,,0.15,0.1,,0.03,0.01,2014-06-24,2018-12-27 -/games/boxart/3207659ccc.jpg,Serious Sam,XB,Shooter,Gotham Games,Croteam,,0.15,0.11,,0.03,0.01,2002-11-10, -/games/boxart/full_2346711JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2009,PS2,Sports,Konami,Konami,,0.15,,0.15,,,2009-03-19, -/games/boxart/full_3247346AmericaFrontccc.jpg,Little League World Series Baseball 2009,Wii,Sports,Activision,Now Production,,0.15,0.14,,,0.01,2009-06-23, -/games/boxart/full_554728AmericaFrontccc.jpg,Major League Baseball 2K10,DS,Sports,2K Sports,Visual Concepts,2.8,0.15,0.14,,,0.01,2010-03-02, -/games/boxart/full_6839823AmericaFrontccc.jpg,MLB Power Pros 2008,PS2,Sports,2K Sports,PawaPuro Production,,0.15,0.05,0.05,0.04,0.01,2008-07-29, -/games/boxart/full_8861055JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2012,PSP,Sports,Konami Digital Entertainment,Konami,,0.15,,0.15,,,2012-07-19,2018-11-02 -/games/boxart/full_9882125AmericaFrontccc.jpg,World Series Baseball 2K3,XB,Sports,Sega,Blue Shift,,0.15,0.11,,0.03,0.01,2003-03-10, -/games/boxart/full_high-velocity-bowling_0AmericaFront.jpg,High Velocity Bowling,PS3,Sports,Sony Computer Entertainment,Team Ramrod,,0.15,0.13,,,0.02,2010-09-21, -/games/boxart/full_5677412AmericaFrontccc.jpg,FIFA Soccer 2002,PS,Sports,EA Sports,EA Canada,,0.15,0.08,,0.06,0.01,2001-11-01, -/games/boxart/9077794ccc.jpg,All-Pro Football 2K8,PS3,Sports,2K Sports,Visual Concepts,,0.15,0.14,,,0.01,2007-07-16, -/games/boxart/full_active-life-explorer_0JapanFront.jpg,Active Life Explorer,Wii,Sports,Namco Bandai,Namco Bandai Games,,0.15,0.14,,,0.01,2010-10-19, -/games/boxart/full_family-party-fitness-fun_7AmericaFront.jpg,Family Party: Fitness Fun,Wii,Sports,D3 Publisher,Tamsoft Corporation,,0.15,0.14,,,0.01,2010-09-21, -/games/boxart/full_major-league-baseball-2k11_836AmericaFront.jpg,Major League Baseball 2K11,Wii,Sports,2K Sports,Visual Concepts,,0.15,0.14,,,0.01,2011-03-08, -/games/boxart/full_1465784AmericaFrontccc.jpg,NBA Live 19,XOne,Sports,Electronic Arts,EA Tiburon,,0.15,0.13,,,0.02,2018-09-07,2018-06-13 -/games/boxart/full_1800926AmericaFrontccc.jpg,NHL 2K10,PS3,Sports,2K Sports,Visual Concepts,6.5,0.15,0.13,,0.01,0.01,2009-09-15, -/games/boxart/full_8758105AmericaFrontccc.jpg,NBA 09: The Inside,PS3,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.15,0.14,,,0.01,2008-10-07,2018-12-04 -/games/boxart/7058744ccc.jpg,NCAA GameBreaker 2001,PS2,Sports,Sony Computer Entertainment,989 Sports,,0.15,0.07,,0.06,0.02,2000-12-18, -/games/boxart/2655002ccc.jpg,eJay Clubworld,PS2,Misc,Crave Entertainment,Unique Development Studios,,0.15,0.07,,0.06,0.02,2003-07-30, -/games/boxart/full_victorious-hollywood-arts-debut_153AmericaFront.jpg,Victorious: Hollywood Arts Debut,DS,Misc,D3 Publisher,Namco Bandai Games,,0.15,0.13,,0.01,0.01,2011-11-15, -/games/boxart/full_1208676AmericaFrontccc.jpg,Barbie Superpack: Secret Agent / Groovy Games,GBA,Misc,VU Games,Digital Illusions,,0.15,0.1,,0.04,0,2005-09-14, -/games/boxart/full_4253551AmericaFrontccc.jpg,Sonic Advance & Sonic Pinball Party Combo Pack,GBA,Misc,Sega,Sonic Team,,0.15,0.1,,0.04,0,2005-11-16, -/games/boxart/full_pac-man-party-3d_483AmericaFront.jpg,Pac-Man Party 3D,3DS,Party,Namco Bandai,Namco Bandai Games,,0.15,0.09,,0.04,0.01,2011-11-08,2019-01-14 -/games/boxart/full_kids-learn-math-a-edition_693AmericaFront.jpg,Kids Learn Math: A+ Edition,DS,Misc,Unknown,Talking Stick Games,,0.15,0.14,,,0.01,2011-10-04, -/games/boxart/full_the-oregon-trail_378AmericaFront.jpg,The Oregon Trail,Wii,Misc,Crave Entertainment,SVG Distribution,,0.15,0.14,,,0.01,2011-12-09, -/games/boxart/full_5218166AmericaFrontccc.jpg,Pro Evolution Soccer 2015,XOne,Sports,Konami Digital Entertainment,PES Productions,,0.15,0.04,,0.1,0.01,2014-11-11,2018-04-14 -/games/boxart/full_6152273AmericaFrontccc.jpg,Armored Core: For Answer,X360,Simulation,Ubisoft,From Software,6.5,0.15,0.06,0.07,0.01,0.01,2008-09-16, -/games/boxart/default.jpg,DrumMania,PS2,Simulation,Konami,Konami,,0.15,,0.15,,,2000-03-04, -/games/boxart/full_1865434AmericaFrontccc.jpg,Birds of Steel,X360,Simulation,Konami Digital Entertainment,Gaijin Games,,0.15,0.11,,0.03,0.01,2012-03-13,2018-10-29 -/games/boxart/full_dragons-lair-trilogy_5AmericaFront.jpg,Dragon's Lair Trilogy,Wii,Adventure,Destineer,Digital Leisure Inc.,,0.15,0.14,,,0.01,2010-10-08, -/games/boxart/full_3841390JapanFrontccc.jpg,Derby Stallion Gold,3DS,Sports,Kadokawa Shoten,Enterbrain,,0.15,,0.15,,,2014-12-04,2018-01-25 -/games/boxart/4460422ccc.jpg,NBA Ballers: Chosen One,PS3,Sports,Midway Games,Midway Games,,0.15,0.13,,,0.02,2008-04-21, -/games/boxart/full_7608032JapanFrontccc.jpg,J-League Victory Goal,SAT,Sports,Sega,Sega,,0.15,,0.15,,,1995-01-20, -/games/boxart/1448109ccc.jpg,NHL 09,PS2,Sports,Electronic Arts,EA Canada,,0.15,0.07,,0.06,0.02,2008-11-04, -/games/boxart/full_4704154AmericaFrontccc.jpg,Bomberman,DS,Puzzle,Ubisoft,Hudson Soft,,0.15,0.1,0.03,0.01,0.01,2005-06-21, -/games/boxart/6188796ccc.jpg,Brain Boost: Beta Wave,DS,Puzzle,Majesco,Interchannel,,0.15,0.14,,0,0.01,2006-11-17, -/games/boxart/full_7995367PALFrontccc.jpg,Jewel Quest Solitaire,DS,Puzzle,GSP,Avanquest Software,,0.15,,,0.13,0.01,2011-02-11, -/games/boxart/222241ccc.jpg,Bust-A-Move Bash!,Wii,Puzzle,Majesco,Happy Happening,,0.15,0.13,,0.01,0.01,2007-04-17, -/games/boxart/1776867ccc.gif,WordJong,DS,Puzzle,Destineer,Magellan Interactive,7.5,0.15,0.13,,0.01,0.01,2007-11-16, -/games/boxart/1500304ccc.jpg,Bomberman,PSP,Puzzle,Konami,Hudson Soft,7.3,0.15,0.14,,0,0.01,2006-09-12, -/games/boxart/full_8923123AmericaFrontccc.jpg,Spintires: MudRunner,XOne,Simulation,Focus Home Interactive,Saber Interactive,,0.15,0.11,,0.02,0.01,2017-10-31,2018-05-30 -/games/boxart/full_harvest-moon-hero-of-leaf-valley_3AmericaFront.jpg,Harvest Moon: Hero of Leaf Valley,PSP,Simulation,Natsume,Marvelous Interactive,,0.15,0.07,0.05,0.02,0.02,2010-04-20, -/games/boxart/full_amagami_797JapanFront.jpg,Amagami,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.15,,0.15,,,2011-03-31, -/games/boxart/7001562ccc.jpg,Blazing Angels 2: Secret Missions of WWII,PS3,Simulation,Ubisoft,Ubisoft Romania,7.2,0.15,0.1,,0.03,0.02,2007-11-06, -/games/boxart/full_5658127AmericaFrontccc.jpg,Kingdom Under Fire: Heroes,XB,Strategy,Microsoft,Phantagram,,0.15,0.11,,0.03,0.01,2005-09-20, -/games/boxart/full_8118392JapanFrontccc.jpg,Kidou Senkan Nadesico,SAT,Strategy,Unknown,fupac,,0.15,,0.15,,,2020-12-31, -/games/boxart/full_3856428AmericaFrontccc.jpg,Chessmaster II,PS,Strategy,Mindscape,Starsphere Interactive,7.5,0.15,0.08,,0.06,0.01,1999-05-31, -/games/boxart/full_9633670JapanFrontccc.jpg,Mobile Suit Gundam: Perfect One Year War,PS,Strategy,Bandai,Bandai,,0.15,,0.14,,0.01,1997-07-31, -/games/boxart/full_4133437AmericaFrontccc.jpg,Stormrise,X360,Strategy,Sega,The Creative Assembly,4.4,0.15,0.11,,0.03,0.01,2009-03-24, -/games/boxart/2864929ccc.jpg,Saturn Bomberman,SAT,Puzzle,Sega,Hudson Soft,,0.15,,0.15,,0,1997-01-01, -/games/boxart/full_7743268AmericaFrontccc.jpg,Space Invaders Extreme,DS,Shooter,Square Enix,Taito Corporation,8.3,0.15,0.12,0.01,0.01,0.01,2008-06-17, -/games/boxart/6935209ccc.jpg,Shadow Ops: Red Mercury,XB,Shooter,Atari,Zombie Studios,,0.15,0.11,,0.03,0.01,2004-06-15, -/games/boxart/full_1738026AmericaFrontccc.jpg,History Civil War: Secret Missions,PS2,Shooter,Activision,Cauldron Ltd.,,0.15,0.07,,0.06,0.02,2008-11-04, -/games/boxart/default.jpg,Syndicate,PS3,Shooter,Electronic Arts,Electronic Arts,,0.15,0.07,,0.06,0.02,2012-02-21, -/games/boxart/full_4141101AmericaFrontccc.jpg,Tom Clancy's Ghost Recon,GC,Shooter,Ubisoft,Red Storm Entertainment,,0.15,0.11,,0.03,0,2003-02-09, -/games/boxart/full_doctor-who-evacuation-earth_7PALFront.jpg,Doctor Who: Evacuation Earth,DS,Adventure,Unknown,Asylum Entertainment,,0.15,,,0.13,0.02,2010-11-12, -/games/boxart/3239083ccc.gif,"Go, Diego, Go! Safari Rescue",DS,Adventure,2K Play,Black Lantern Studios,,0.15,0.14,,0.01,0.01,2007-11-05, -/games/boxart/full_1220981AmericaFrontccc.jpg,The Godfather: Blackhand Edition,Wii,Adventure,Electronic Arts,EA Redwood Shores,7.4,0.15,0.14,,0,0.01,2007-03-20, -/games/boxart/full_6545485AmericaFrontccc.jpg,Turbo Prop Racing,PS,Racing,Sony Computer Entertainment,SCEE London Studio,,0.15,0.08,,0.06,0.01,1998-06-30, -/games/boxart/full_6679829AmericaFrontccc.jpg,Cars: Race-O-Rama,X360,Racing,THQ,Rainbow Studios,,0.15,0.14,,0.01,0.01,2009-10-13, -/games/boxart/full_streak-hoverboard-racing_734AmericaFront.jpg,Streak: Hoverboard Racing,PS,Racing,GT Interactive,SingleTrac,,0.15,0.09,,0.06,0.01,1998-10-31, -/games/boxart/full_9080736AmericaFrontccc.jpg,Enthusia Professional Racing,PS2,Racing,Konami,Konami,,0.15,0.07,,0.06,0.02,2005-05-03, -/games/boxart/full_6240633AmericaFrontccc.jpg,Bigfoot: Collision Course,DS,Racing,Zoo Digital Publishing,Destination Software,,0.15,0.14,,,0.01,2009-01-09, -/games/boxart/full_8055616AmericaFrontccc.jpg,Felony 11-79,PS,Racing,ASCII Entertainment,Climax Entertainment,,0.15,,0.15,,,1997-08-31, -/games/boxart/755877ccc.jpg,F1 2001,PS2,Racing,EA Sports,Electronic Arts UK,,0.15,0.07,,0.06,0.02,2001-10-01, -/games/boxart/full_ben-10-galactic-racing_315AmericaFront.jpg,Ben 10 Galactic Racing,3DS,Racing,D3 Publisher,Monkey Bar Games,,0.15,0.07,,0.07,0.01,2011-10-25, -/games/boxart/8016882ccc.jpg,Pac-Man World 3,XB,Platform,Namco,Blitz Games,,0.15,0.11,,0.04,0.01,2005-11-17, -/games/boxart/full_disneys-donald-duck-goin-quackers_10AmericaFront.jpg,Disney's Donald Duck: Goin' Quackers,PS,Platform,Ubisoft,Disney Interactive Studios,,0.15,0.08,,0.06,0.01,2000-11-14, -/games/boxart/6250892ccc.jpg,Crash: Twinsanity,XB,Platform,VU Games,Traveller's Tales,,0.15,0.11,,0.03,0.01,2004-09-28, -/games/boxart/full_6312155PALFrontccc.jpg,Shin Chan: ¡Aventuras de Cine!,DS,Platform,505 Games,Inti Creates,,0.15,,0.15,,,2008-11-28, -/games/boxart/full_cave-story-3d_30AmericaFront.jpg,Cave Story 3D,3DS,Platform,NIS America,Nicalis,8.2,0.15,0.09,0.01,0.03,0.01,2011-11-08, -/games/boxart/full_4831996AmericaFrontccc.jpg,The Crew,PC,Racing,Ubisoft,Ubisoft Reflections,,0.15,,,0.14,0.01,2014-12-02,2018-01-04 -/games/boxart/full_8477646AmericaFrontccc.jpg,Muppet RaceMania,PS,Racing,Midway Games,Traveller's Tales,,0.15,0.09,,0.06,0.01,2000-10-03, -/games/boxart/full_6220613AmericaFrontccc.jpg,Courier Crisis,PS,Racing,GT Interactive,New Level Software,,0.15,0.09,,0.06,0.01,1997-11-30, -/games/boxart/full_8725907AmericaFrontccc.jpg,The Quest Trio,DS,Puzzle,Activision,Mistic Software,,0.15,0.13,,0,0.01,2008-08-26, -/games/boxart/full_9524308AmericaFrontccc.jpg,Rubik's World,Wii,Puzzle,Game Factory,Two Tribes,,0.15,0.12,,0.01,0.01,2008-11-04, -/games/boxart/full_1040009AmericaFrontccc.jpg,Just Dance 2019,XOne,Music,Ubisoft,Ubisoft Paris,,0.15,0.13,,0.01,0.02,2018-10-23,2018-09-28 -/games/boxart/full_5198680AmericaFrontccc.jpg,MLB 13: The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,7.6,0.15,0.11,,,0.04,2013-03-05,2018-03-14 -/games/boxart/3465228ccc.jpg,BMX XXX,PS2,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.15,0.07,,0.06,0.02,2002-11-16, -/games/boxart/full_4102007JapanFrontccc.jpg,Doraemon 3: Nobi Dai no Machi SOS!,N64,Platform,Epoch,Epoch,,0.15,,0.09,,0.06,2000-07-28, -/games/boxart/full_5012144AmericaFrontccc.jpg,Where the Wild Things Are,DS,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.15,0.14,,0,0.01,2009-10-13, -/games/boxart/full_5980668AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,DS,Platform,THQ,Helixe,,0.15,0.13,,0.01,0.01,2005-11-01, -/games/boxart/full_7257592JapanFrontccc.jpg,Derby Stallion 64,N64,Sports,Media Factory,ParityBit,,0.15,,0.15,,0,2001-08-10, -/games/boxart/5994822ccc.jpg,All-Star Baseball 2003,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,8.7,0.15,0.12,,0.03,0,2002-02-25, -/games/boxart/full_8820017AmericaFrontccc.jpg,Your Shape Fitness Evolved 2013,WiiU,Sports,Ubisoft,Blue Byte,,0.15,0.07,,0.07,0.01,2012-11-18,2020-09-13 -/games/boxart/full_nicktoons-mlb_432AmericaFront.jpg,Nicktoons MLB,X360,Sports,2K Sports,2K Sports,,0.15,0.14,,,0.01,2011-09-13, -/games/boxart/full_3314013JapanFrontccc.jpg,No.1 Muscle Ranking - Kinniku Banzuke Vol. 2: Aratanarugenkai Enochousen!,PS,Sports,Konami,Konami,,0.15,,0.14,,0.01,2000-03-23, -/games/boxart/full_8125880JapanFrontccc.jpg,Power Pro Kun Pocket 9,DS,Sports,Konami,PawaPuro Production,,0.15,,0.15,,,2006-12-07, -/games/boxart/3435142ccc.jpg,Major League Baseball 2K8,PS2,Sports,2K Sports,Kush Games,,0.15,0.07,,0.06,0.02,2008-03-03, -/games/boxart/3154936ccc.jpg,All-Star Baseball 2005,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.15,0.11,,0.03,0.01,2004-03-23, -/games/boxart/full_155825AmericaFrontccc.jpg,Disney's The Lion King: Simba's Mighty Adventure,PS,Platform,Activision,Paradox Development,,0.15,0.08,,0.06,0.01,2000-12-22, -/games/boxart/full_6234649AmericaFrontccc.jpg,Ice Age 2: The Meltdown,DS,Platform,Sierra Entertainment,Amaze Entertainment,5.5,0.15,0.13,,0.01,0.01,2006-03-14, -/games/boxart/full_rayman-origins_253AmericaFront.jpg,Rayman Origins,3DS,Platform,Ubisoft,Ubisoft,,0.15,0.06,,0.08,0.01,2012-12-06, -/games/boxart/9145844ccc.jpg,Super Monkey Ball Adventure,GC,Platform,Sega,Traveller's Tales,,0.15,0.12,,0.03,0,2006-08-01, -/games/boxart/full_3317013AmericaFrontccc.jpg,Cake Mania: In The Mix!,Wii,Puzzle,Majesco,Gorilla Systems,,0.15,0.14,,0,0.01,2008-11-24, -/games/boxart/full_9153447PALFrontccc.jpg,Countdown: The Game,DS,Puzzle,Mindscape,Mindscape,,0.15,,,0.14,0.01,2009-11-06, -/games/boxart/full_7996323AmericaFrontccc.jpg,Tetris Attack,SNES,Puzzle,Nintendo,Intelligent Systems,,0.15,,0.15,,0,1996-08-04, -/games/boxart/full_bejeweled-3_321AmericaFront.jpg,Bejeweled 3,PS3,Puzzle,PopCap Games,PopCap Games,,0.15,0.13,,,0.02,2011-11-15, -/games/boxart/full_814213AmericaFrontccc.jpg,Mad Dash Racing,XB,Racing,Eidos Interactive,Crystal Dynamics,,0.15,0.11,,0.03,0.01,2001-11-14, -/games/boxart/9236189ccc.jpg,MotoGP 2: Ultimate Racing Technology,PS2,Racing,Namco,Namco,,0.15,0.07,,0.06,0.02,2002-01-22, -/games/boxart/9919052ccc.jpg,Digimon Battle Spirit 2,GBA,Fighting,Bandai,Dimps Corporation,7,0.15,0.11,,0.04,0,2003-09-24, -/games/boxart/full_8990690AmericaFrontccc.jpg,Naruto Shippuden: Legends: Akatsuki Rising,PSP,Fighting,Namco Bandai,CyberConnect2,5.8,0.15,0.14,,0,0.01,2009-10-06, -/games/boxart/full_1222752AmericaFrontccc.jpg,Cave Story+,NS,Platform,Nicalis,Studio Pixel,,0.15,0.11,0.01,0.03,0.01,2017-06-20, -/games/boxart/5718650ccc.jpg,Scooby-Doo! Unmasked,GC,Platform,THQ,Artificial Mind and Movement,,0.15,0.12,,0.03,0,2005-09-12, -/games/boxart/full_de-blob-2_468AmericaFront.jpg,de Blob 2,X360,Platform,THQ,Blue Tongue,7.8,0.15,0.1,,0.04,0.01,2011-02-22, -/games/boxart/5531418ccc.jpg,Frogger's Adventures: The Rescue,GC,Platform,Konami,Konami,,0.15,0.12,,0.03,0,2003-10-31, -/games/boxart/2784548ccc.jpg,NCAA Football 2004,GC,Sports,EA Sports,EA Tiburon,8.7,0.15,0.12,,0.03,0,2003-07-16, -/games/boxart/752510ccc.jpg,Home Run,2600,Sports,Atari,Atari,,0.15,0.14,,0.01,0,1978-01-01, -/games/boxart/full_7136463JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable,PSP,Sports,Konami,PawaPuro Productions,,0.15,,0.15,,,2006-04-01, -/games/boxart/full_2460529AmericaFrontccc.jpg,NASCAR Heat Evolution,PS4,Racing,Dusenberry Martin Racing,Monster Games,,0.15,0.12,,,0.03,2016-09-13, -/games/boxart/full_6614319AmericaFrontccc.jpg,NHL 2K10,X360,Sports,2K Sports,Visual Concepts,6.6,0.15,0.11,,0.02,0.01,2009-09-15, -/games/boxart/3324355ccc.jpg,Arena Football,XB,Sports,EA Sports,EA Tiburon,,0.15,0.11,,0.03,0.01,2006-02-07, -/games/boxart/full_2967334JapanFrontccc.jpg,Power Pro Kun Pocket 1+2,GBA,Sports,Konami,Diamond Head,,0.15,,0.14,,0,2004-07-29, -/games/boxart/full_166194AmericaFrontccc.jpg,Baseball Blast!,Wii,Sports,2K Sports,Take-Two Interactive,,0.15,0.14,,,0.01,2009-09-28, -/games/boxart/5780341ccc.jpg,Blinx 2: Masters of Time & Space,XB,Platform,Microsoft Game Studios,Artoon,6.8,0.15,0.12,,0.03,0.01,2004-11-16, -/games/boxart/full_1515990AmericaFrontccc.jpg,Tak: The Great Juju Challenge,GC,Platform,THQ,Avalanche Software,,0.15,0.12,,0.03,0,2005-09-19, -/games/boxart/full_crush3d_707AmericaFront.jpg,Crush3D,3DS,Platform,Sega,Zoë Mode,6.5,0.15,0.1,,0.04,0.01,2012-03-06, -/games/boxart/8925860ccc.jpg,BloodRayne 2,XB,Shooter,Majesco,Terminal Reality,,0.15,0.11,,0.03,0.01,2004-10-12, -/games/boxart/3011809ccc.jpg,Star Trek: Voyager Elite Force,PS2,Shooter,Majesco,Pipe Dream Interactive,,0.15,0.07,,0.06,0.02,2001-12-06, -/games/boxart/full_5516159JapanFrontccc.jpg,Winning Post 3,PS,Sports,KOEI,Koei,,0.15,,0.14,,0.01,1998-02-26,2018-04-24 -/games/boxart/full_6287646AmericaFrontccc.jpg,Blitz: The League II,PS3,Sports,Midway Games,Midway Games,6.3,0.15,0.11,,0.03,0.02,2008-10-13, -/games/boxart/9050864ccc.jpg,Knockout Kings 2003,GC,Sports,EA Sports,NEW Corporation,,0.15,0.12,,0.03,0,2002-10-09, -/games/boxart/full_backyard-sports-sandlot-sluggers_7AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,Wii,Sports,Atari,HB Studios Multimedia Limited,,0.15,0.14,,,0.01,2010-05-25, -/games/boxart/full_3499209AmericaFrontccc.jpg,Hot Wheels: Battle Force 5,DS,Racing,Activision,Sidhe Interactive,,0.15,0.12,,0.02,0.01,2009-11-17, -/games/boxart/255098ccc.jpg,Driven,PS2,Racing,BAM! Entertainment,BAM! Entertainment,,0.15,0.08,,0.06,0.02,2001-11-06, -/games/boxart/full_5115721AmericaFrontccc.jpg,Psycho-Pass: Mandatory Happiness,PS4,Visual Novel,NIS America,5pb. Inc.,,0.15,0.1,,0.02,0.03,2016-09-13,2018-07-03 -/games/boxart/4312851ccc.jpg,Tiger Woods PGA Tour,DS,Sports,EA Sports,EA Canada,,0.15,0.13,,0,0.01,2004-12-14, -/games/boxart/2264845ccc.jpg,MLB SlugFest 20-03,GC,Sports,Midway Games,Gratuitous Games,,0.15,0.11,,0.03,0,2002-09-03, -/games/boxart/full_2569043JapanFrontccc.jpg,Pro Yakyuu Spirits 6,PS3,Sports,Konami,Konami,,0.15,,0.15,,,2009-07-16, -/games/boxart/473838ccc.jpg,Geist,GC,Adventure,Nintendo,n-Space,6.6,0.15,0.11,,0.03,0,2005-08-15, -/games/boxart/2554030ccc.jpg,Space Station Silicon Valley,N64,Adventure,Take-Two Interactive,DMA Design,8.3,0.15,0.12,,0.03,0,1998-01-01, -/games/boxart/full_8618692AmericaFrontccc.jpg,RiME,NS,Adventure,Grey Box,Tequila Works,4.5,0.15,0.11,,0.03,0.01,2017-11-21,2018-08-11 -/games/boxart/full_6953896AmericaFrontccc.jpg,Disney's Planes,Wii,Adventure,Disney Interactive Studios,Behaviour Interactive,,0.15,0.07,,0.07,0.01,2013-08-06,2018-03-15 -/games/boxart/9706061ccc.jpg,Scooby-Doo! Mystery Mayhem,XB,Adventure,THQ,Artificial Mind and Movement,,0.15,0.11,,0.03,0.01,2004-03-02, -/games/boxart/full_ys-the-oath-in-felghana_7AmericaFront.jpg,Ys: The Oath in Felghana,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.2,0.15,0.09,0.04,,0.01,2010-11-02, -/games/boxart/3025094ccc.jpg,Phantasy Star Online Episode I & II,XB,Role-Playing,Sega,Sonic Team,8.2,0.15,0.11,,0.03,0.01,2003-04-15, -/games/boxart/full_record-of-agarest-war-2_9JapanFront.jpg,Record of Agarest War 2,PS3,Role-Playing,Aksys Games,Compile Heart,,0.15,0.09,0.04,,0.01,2012-06-26, -/games/boxart/full_4658071JapanFrontccc.jpg,Winning Post 4,PS,Sports,KOEI,Koei/Inis,,0.15,,0.14,,0.01,1999-09-18, -/games/boxart/full_5884711JapanFrontccc.jpg,Yakuza: Ishin,PS4,Adventure,Sega,Sega,,0.15,,0.15,,,2014-02-22,2018-01-02 -/games/boxart/full_8255611AmericaFrontccc.jpg,Brothers: A Tale of Two Sons,PS4,Adventure,505 Games,Starbreeze Studios,,0.15,0.04,,0.09,0.02,2015-08-12,2018-06-27 -/games/boxart/5565850ccc.jpg,The Fairly Odd Parents: Clash with the Anti-World,GBA,Adventure,THQ,THQ,3.5,0.15,0.11,,0.04,0,2005-10-18, -/games/boxart/full_megamind-ultimate-showdown_5AmericaFront.jpg,Megamind: Ultimate Showdown,PS3,Adventure,THQ,THQ Australia Studios Pty Ltd.,,0.15,0.07,,0.06,0.02,2010-11-02, -/games/boxart/full_9949772AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PSV,Adventure,Telltale Games,Telltale Games,,0.15,0.1,0.01,,0.04,2013-08-01,2018-05-10 -/games/boxart/full_7017356AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,GBA,Adventure,Ubisoft,Ubisoft Montreal,,0.15,0.11,,0.04,0,2003-10-30, -/games/boxart/full_890464JapanFrontccc.jpg,Hoppechan: Tsukutte! Asonde! Punipuni Town!!,3DS,Simulation,Nippon Columbia,Nippon Columbia,,0.15,,0.15,,,2013-07-25,2018-11-08 -/games/boxart/5552527ccc.jpg,Indigo Prophecy,PS2,Adventure,Atari,Quantic Dream,,0.15,0.07,,0.06,0.02,2005-09-26, -/games/boxart/full_9900131AmericaFrontccc.jpg,Gear.Club Unlimited,NS,Racing,Microids,Eden Games,6.1,0.15,0.1,0.01,0.03,0.01,2017-11-21,2018-01-07 -/games/boxart/full_1093285AmericaFrontccc.jpg,Toy Story Racer,PS,Racing,Activision,Traveller's Tales,,0.15,0.08,,0.06,0.01,2001-03-05, -/games/boxart/304889ccc.jpg,Ford Racing 2,XB,Racing,Gotham Games,Razorworks Studios,,0.15,0.11,,0.03,0.01,2003-11-03, -/games/boxart/full_6650683AmericaFrontccc.jpg,Namco Museum Vol.5,PS,Misc,Namco,Namco,,0.15,0.02,0.12,0.01,0.01,1997-01-01, -/games/boxart/1515621ccc.gif,Chessmaster: The Art of Learning,DS,Misc,Ubisoft,Ubisoft,,0.15,0.12,,0.03,0.01,2007-10-23, -/games/boxart/full_7380485AmericaFrontccc.jpg,MTV Music Generator 2,PS2,Misc,Codemasters,Jester Interactive,,0.15,0.08,,0.06,0.02,2001-05-19, -/games/boxart/3692140ccc.jpg,PaRappa The Rapper,PSP,Misc,Sony Computer Entertainment,epics,,0.15,0.11,0.02,0,0.02,2007-07-17, -/games/boxart/full_5867814AmericaFrontccc.jpg,Sam & Max: Season One,Wii,Adventure,The Adventure Company,Telltale Games,7.1,0.15,0.13,,0.01,0.01,2008-10-15, -/games/boxart/full_6523803JapanFrontccc.jpg,Attack on Titan,PSV,Action,Tecmo Koei,Omega Force,,0.15,,0.15,,,2017-01-01,2018-09-11 -/games/boxart/full_2660263AmericaFrontccc.jpg,Candace Kane's Candy Factory,Wii,Action,Destineer,Destineer,,0.15,0.14,,,0.01,2008-11-13, -/games/boxart/full_tron-evolution_972AmericaFront.jpg,TRON: Evolution,PSP,Action,Disney Interactive Studios,Propaganda Games,,0.15,0.1,,0.02,0.02,2010-12-07, -/games/boxart/5615755ccc.jpg,The Incredible Hulk: Ultimate Destruction,GC,Action,VU Games,Radical Entertainment,8.7,0.15,0.11,,0.03,0,2005-08-23, -/games/boxart/full_4588140AmericaFrontccc.jpg,Toukiden 2,PS4,Action,Tecmo Koei,Omega Force,,0.15,0.04,0.1,,0.01,2017-03-21,2018-06-03 -/games/boxart/6552352ccc.jpg,Batman Begins,GC,Action,Electronic Arts,Eurocom Entertainment Software,,0.15,0.11,,0.03,0,2005-06-14, -/games/boxart/full_the-cursed-crusade_444AmericaFront.jpg,The Cursed Crusade,X360,Action,Atlus,Kylotonn Entertainment,,0.15,0.08,,0.05,0.01,2011-10-25, -/games/boxart/full_4533565AmericaFrontccc.jpg,Attack on Titan,XOne,Action,Tecmo Koei,Omega Force,,0.15,0.06,,0.07,0.01,2016-08-30,2018-09-11 -/games/boxart/full_8878364AmericaFrontccc.png,The Escapists 2,XOne,Action,Sold Out,Team17 Software,,0.15,0.05,,0.08,0.01,2017-08-22,2019-02-22 -/games/boxart/full_9884155AmericaFrontccc.jpg,Transformers: Devastation,XOne,Action,Activision,PlatinumGames,,0.15,0.1,,0.04,0.01,2015-10-06,2018-04-14 -/games/boxart/full_2505182AmericaFrontccc.jpg,Song of the Deep,PS4,Action,Insomniac Games,Insomniac Games,,0.15,0.12,,,0.03,2016-07-12, -/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_9AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,X360,Action,Activision,Now Production,,0.15,0.11,,0.02,0.01,2010-11-02, -/games/boxart/full_7435562AmericaFrontccc.jpg,DmC Devil May Cry: Definitive Edition,XOne,Action,Capcom,QLOC,,0.15,0.09,,0.04,0.01,2015-03-10,2018-05-01 -/games/boxart/full_5054005AmericaFrontccc.jpg,Fate/Extella: The Umbral Star,PSV,Action,Xseed Games,Marvelous Entertainment,,0.15,0.03,0.1,0,0.01,2017-01-17,2018-01-13 -/games/boxart/full_2925658PALFrontccc.jpg,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS3,Action,Square Enix,Omega Force,,0.15,,0.15,,,2016-05-27, -/games/boxart/3601597ccc.jpg,Curious George,GC,Action,Namco,Monkey Bar Games,,0.15,0.11,,0.03,0,2006-02-01, -/games/boxart/7423682ccc.jpg,Digimon World 4,PS2,Role-Playing,Bandai,Bandai,,0.15,0.08,,0.06,0.02,2005-06-02, -/games/boxart/full_6665512JapanFrontccc.jpg,Oreshika: Tainted Bloodlines,PSV,Role-Playing,Sony Computer Entertainment,Alfa System,,0.15,,0.15,,,2015-03-03,2018-09-16 -/games/boxart/full_3149485AmericaFrontccc.jpg,Kingdom of Paradise,PSP,Role-Playing,Sony Computer Entertainment,Climax Entertainment,7,0.15,0.14,,0,0.02,2005-11-15, -/games/boxart/full_4358416AmericaFrontccc.jpg,Wasteland 2,PS4,Role-Playing,Deep Silver,InXile Entertainment,,0.15,0.1,0.03,,0.02,2015-10-13, -/games/boxart/full_527634AmericaFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PS4,Role-Playing,Tecmo Koei,Gust,,0.15,0.04,0.07,0.03,0.01,2016-06-07,2018-01-01 -/games/boxart/full_white-knight-chronicles-origins_172PALFront.jpg,White Knight Chronicles: Origins,PSP,Role-Playing,Sony Computer Entertainment,SCE Japan Studio,,0.15,,0.09,0.04,0.02,2011-06-10,2018-09-17 -/games/boxart/6468981ccc.jpg,T'ai Fu: Wrath of the Tiger,PS,Action,Activision,DreamWorks Interactive,,0.15,0.08,,0.06,0.01,1999-02-28, -/games/boxart/full_6287685JapanFrontccc.jpg,Monster Hunter Diary: Poka Poka Airou Village DX,3DS,Action,Capcom,From Software,,0.15,,0.15,,,2015-09-10,2018-06-30 -/games/boxart/full_3731598AmericaFrontccc.jpg,Tears to Tiara II: Heir of the Overlord,PS3,Visual Novel,NIS America,Sting,,0.15,0.07,0.06,0.01,0.02,2014-10-14,2018-11-06 -/games/boxart/full_6683531JapanFrontccc.jpg,Rudra no Hihou,SNES,Role-Playing,Square,SquareSoft,,0.15,,0.15,,,1996-04-05, -/games/boxart/4348226ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,X360,Role-Playing,Square Enix,Square Enix,,0.15,0.13,0.01,0,0.01,2007-11-20, -/games/boxart/full_2108728JapanFrontccc.jpg,Tamagotchi no Narikiri Channel,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.15,,0.15,,,2009-11-05, -/games/boxart/full_2632567AmericaFrontccc.jpg,The Wizard of Oz: Beyond The Yellow Brick Road,DS,Role-Playing,Xseed Games,Media.Vision,6.4,0.15,0.13,0,,0.01,2009-09-29, -/games/boxart/1980474ccc.jpg,Atelier Iris: Eternal Mana,PS2,Role-Playing,NIS America,Gust,7.2,0.15,0.08,,0.06,0.02,2005-06-28, -/games/boxart/full_dragon-ball-z-harukanaru-densetsu-jp-sales_597AmericaFront.jpg,Dragon Ball Z: Harukanaru Densetsu (JP sales),DS,Role-Playing,Atari,Bec,,0.15,,0.15,0,,2007-06-05, -/games/boxart/full_zhp-unlosing-ranger-vs-darkdeath-evilman_9AmericaFront.jpg,Z.H.P. Unlosing Ranger vs Darkdeath Evilman,PSP,Role-Playing,NIS America,Nippon Ichi Software,8,0.15,0.08,0.06,,0.01,2010-10-26, -/games/boxart/full_8496768JapanFrontccc.jpg,Tamagotchi no Appare! Niji Venture,DS,Role-Playing,Namco Bandai,Jupiter Corporation,,0.14,,0.14,,,2007-03-29, -/games/boxart/full_8084179AmericaFrontccc.jpg,Cyberdimension Neptunia: 4 Goddesses Online,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.14,0.06,0.07,,0.01,2017-10-10,2018-07-04 -/games/boxart/3522048ccc.jpg,ESPN MLB Baseball,XB,Sports,Sega,Blue Shift,,0.14,0.1,,0.03,0,2004-04-06, -/games/boxart/full_5374460AmericaFrontccc.jpg,NBA 2K Playgrounds 2,NS,Sports,2K Games,Saber Interactive,,0.14,0.07,,0.05,0.01,2018-11-09,2018-09-11 -/games/boxart/full_4231405AmericaFrontccc.jpg,Top Spin 3,DS,Sports,2K Sports,Pam Development,,0.14,0.11,,0.02,0.01,2008-06-23, -/games/boxart/full_9829812AmericaFrontccc.jpg,UEFA Euro 2004: Portugal,PS2,Sports,EA Sports,EA Canada,,0.14,0.07,,0.05,0.02,2004-05-04, -/games/boxart/full_5473938JapanFrontccc.jpg,World Soccer Winning Eleven 9 Bonus Pack,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,0.14,,0.14,,,2006-01-26, -/games/boxart/8048080ccc.jpg,Major League Baseball 2K8,Wii,Sports,2K Sports,Kush Games,,0.14,0.13,,,0.01,2008-03-03, -/games/boxart/full_690044AmericaFrontccc.jpg,NBA Jam,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.14,0.1,,0.03,0,2003-09-23, -/games/boxart/full_interactive-sample-disc-6_769AmericaFront.jpg,Interactive Sampler Disc 6,PS,Misc,Sony Computer Entertainment,Various,,0.14,0.08,,0.05,0.01,1998-01-01, -/games/boxart/full_2613495AmericaFrontccc.jpg,Fashion Studio: Paris Collection,DS,Misc,Ubisoft,Ubisoft,,0.14,0.13,,,0.01,2009-03-31, -/games/boxart/full_1921609AmericaFrontccc.jpg,World Championship Poker 2: Featuring Howard Lederer,PSP,Misc,Crave Entertainment,Point of View,7,0.14,0.12,,0,0.01,2005-12-11, -/games/boxart/21030ccc.jpg,Gourmet Chef: Cook Your Way to Fame,DS,Misc,Ubisoft,,,0.14,0.13,,,0.01,2008-06-24, -/games/boxart/full_446003PALFrontccc.jpg,LEGO The Lord of the Rings,DS,Misc,Warner Bros. Interactive Entertainment,Unknown,,0.14,,,0.13,0.01,2012-10-30, -/games/boxart/full_mysims-collection_3AmericaFront.jpg,MySims Collection,Wii,Misc,Electronic Arts,The Sims Studio,,0.14,0.13,,,0.01,2010-11-09, -/games/boxart/full_8566474AmericaFrontccc.jpg,Scene It? Bright Lights! Big Screen!,Wii,Misc,Warner Bros. Interactive,Screenlife Games,,0.14,0.13,,0,0.01,2009-11-17, -/games/boxart/full_6368047JapanFrontccc.jpg,Space Venus starring Morning Musume,PS2,Misc,Sony Music Entertainment,Sony Music Entertainment Inc.,,0.14,,0.14,,,2001-01-11, -/games/boxart/full_6749168JapanFrontccc.jpg,Pro Yakyuu Spirits 2014,PS3,Sports,Konami Digital Entertainment,Konami,,0.14,,0.14,,,2014-03-20,2018-11-09 -/games/boxart/9085247ccc.jpg,NFL Blitz 20-03,XB,Sports,Midway Games,Point of View,,0.14,0.11,,0.03,0.01,2002-08-12, -/games/boxart/full_5992909AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),PS2,Sports,Activision,Activision,,0.14,0.07,,0.05,0.02,2009-09-08, -/games/boxart/full_nicktoons-mlb_99AmericaFront.jpg,Nicktoons MLB,Wii,Sports,2K Sports,2K Sports,,0.14,0.13,,,0.01,2011-09-13, -/games/boxart/5739872ccc.jpg,Sega Genesis Collection,PS2,Misc,Sega,Digital Eclipse,,0.14,,,0.02,0.12,2006-11-07, -/games/boxart/full_8427678AmericaFrontccc.jpg,Hard Rock Casino,PSP,Misc,Crave Entertainment,Crave Entertainment,3.8,0.14,0.12,,0,0.01,2007-04-24, -/games/boxart/full_7326246AmericaFrontccc.jpg,Alvin and the Chipmunks,DS,Misc,Brash Entertainment,Sensory Sweep Studios,,0.14,0.12,,0,0.01,2007-12-04, -/games/boxart/full_9254028AmericaFrontccc.jpg,Scene It? Bright Lights! Big Screen!,X360,Misc,Warner Bros. Interactive,Screenlife Games,6.2,0.14,0.12,,0,0.01,2009-11-17, -/games/boxart/full_1053944AmericaFrontccc.jpg,Wild ARMs XF,PSP,Role-Playing,Xseed Games,Media.Vision,,0.14,0.07,0.06,,0.01,2008-03-11, -/games/boxart/8638474ccc.jpg,Star Wars: Knights of the Old Republic,PC,Role-Playing,LucasArts,BioWare Corp.,,0.14,0.01,,0.11,0.02,2003-11-18, -/games/boxart/full_dragon-age-origins-ultimate-edition_1AmericaFront.jpg,Dragon Age: Origins - Ultimate Edition,PC,Role-Playing,Electronic Arts,BioWare Corp.,,0.14,,,0.12,0.01,2010-10-12, -/games/boxart/full_7678194AmericaFrontccc.jpg,Gallop & Ride!,Wii,Sports,THQ,THQ,,0.14,0.13,,,0.01,2008-11-20, -/games/boxart/full_7075806AmericaFrontccc.jpg,Buck Fever,Wii,Sports,Destineer,Cokem International,,0.14,0.13,,,0.01,2009-11-17, -/games/boxart/1539871ccc.jpg,Cabela's African Safari,X360,Sports,Activision,Activision Value,,0.14,0.13,,0,0.01,2006-11-21, -/games/boxart/full_8630241AmericaFrontccc.jpg,NCAA Basketball Final Four 97,PS,Sports,Mindscape,High Voltage Software,,0.14,0.08,,0.05,0.01,1997-03-31, -/games/boxart/full_9430162AmericaFrontccc.jpg,College Hoops 2K8,PS3,Sports,2K Sports,Visual Concepts,,0.14,0.13,,,0.01,2007-11-19, -/games/boxart/full_2903418AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Legacy,XOne,Fighting,Namco Bandai Games,CyberConnect2,,0.14,0.11,,0.02,0.01,2017-08-25, -/games/boxart/full_1032938AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth1,PSV,Role-Playing,Idea Factory,Idea Factory,,0.14,0.05,0.07,,0.02,2014-08-26,2018-12-03 -/games/boxart/full_9111537AmericaFrontccc.jpg,Fairy Fencer F: Advent Dark Force,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.14,0.06,0.06,,0.01,2016-07-26,2018-07-03 -/games/boxart/full_2023297AmericaFrontccc.jpg,Risen,PC,Role-Playing,Deep Silver,Piranha Bytes,7.8,0.14,,,0.12,0.02,2009-10-02, -/games/boxart/full_queens-gate-spiral-chaos_360JapanFront.jpg,Queen's Gate: Spiral Chaos,PSP,Role-Playing,Namco Bandai,Bandai Namco Games,,0.14,,0.14,,,2011-07-28, -/games/boxart/5250633ccc.jpg,Baldur's Gate: Dark Alliance,GC,Role-Playing,Interplay,Snowblind Studios,7.7,0.14,0.11,,0.03,0,2002-11-18, -/games/boxart/full_1073894AmericaFrontccc.jpg,"Holy Invasion of Privacy, Badman! What Did I Do to Deserve This?",PSP,Role-Playing,NIS America,Acquire,6.9,0.14,,0.13,0,0,2009-07-16, -/games/boxart/full_4939438AmericaFrontccc.jpg,Eternal Eyes,PS,Role-Playing,Crave Entertainment,SunSoft,,0.14,0.08,,0.05,0.01,2000-10-31, -/games/boxart/189231ccc.jpg,Metal Slug 7,DS,Shooter,Ignition Entertainment,SNK Playmore Corporation,6.9,0.14,0.12,0.01,0,0.01,2008-11-18, -/games/boxart/full_8009406AmericaFrontccc.jpg,Gungrave: Overdose,PS2,Shooter,Mastiff,"Ikusabune Co., Ltd.",,0.14,0.07,,0.05,0.02,2004-09-15, -/games/boxart/4734439ccc.jpg,The Operative: No One Lives Forever,PS2,Shooter,Sierra Entertainment,Monolith Productions,6.8,0.14,0.07,,0.05,0.02,2002-04-16, -/games/boxart/full_9486606AmericaFrontccc.jpg,Epidemic,PS,Shooter,Sony Computer Entertainment,Genki,,0.14,0.02,0.1,0.01,0.01,1996-10-31, -/games/boxart/full_4471563AmericaFrontccc.jpg,The Darkness II,PC,Shooter,2K Games,Digital Extremes,,0.14,0.1,,0.03,0.01,2012-02-07, -/games/boxart/4802197ccc.jpg,The Orange Box,PC,Shooter,Electronic Arts,Valve Software,9.7,0.14,,,0.11,0.02,2007-10-10, -/games/boxart/2498788ccc.jpg,History Channel: Civil War - A Nation Divided,X360,Shooter,Activision,Cauldron Ltd.,,0.14,0.13,,,0.01,2006-11-14, -/games/boxart/default.jpg,Overstrike,X360,Shooter,Electronic Arts,Insomniac Games,,0.14,0.09,,0.03,0.01,2013-05-28, -/games/boxart/2163942ccc.jpg,Chicken Shoot,DS,Shooter,"Destination Software, Inc",FrontLine Studios,,0.14,0.13,,,0.01,2007-07-10, -/games/boxart/full_9159810AmericaFrontccc.jpg,Dead to Rights,GC,Shooter,Namco,Namco,,0.14,0.11,,0.03,0,2002-11-25, -/games/boxart/full_1605206JapanFrontccc.jpg,Gyakuten Saiban 2,GBA,Adventure,Capcom,Capcom,,0.14,,0.14,,,2002-10-18, -/games/boxart/1989601ccc.jpg,Detective Barbie: The Mystery Cruise,PS,Adventure,Mattel Interactive,Runecraft,,0.14,0.08,,0.05,0.01,2000-01-01, -/games/boxart/full_2845370JapanFrontccc.jpg,Desire,SAT,Adventure,Imadio,Imadio,,0.14,,0.14,,,1997-09-11, -/games/boxart/full_3017781AmericaFrontccc.jpg,Enclave,XB,Adventure,Conspiracy Entertainment,Starbreeze Studios,,0.14,0.11,,0.03,0.01,2002-07-29, -/games/boxart/full_1936350JapanFrontccc.jpg,To Heart,PS,Adventure,Aquaplus,Aquaplus,,0.14,,0.13,,0.01,1999-03-25, -/games/boxart/2693218ccc.gif,Vampire Night,PS2,Shooter,Namco,Wow Entertainment,6.4,0.14,0.07,,0.05,0.02,2001-11-14, -/games/boxart/full_2168824PALFrontccc.jpg,Doshin the Giant,GC,Simulation,Nintendo,Param,6.8,0.14,,0.14,,0,2002-09-20, -/games/boxart/full_7496623AmericaFrontccc.jpg,Cake Mania 3,DS,Simulation,Majesco,Sandlot Games / Digital Embryo,,0.14,0.13,,,0.01,2009-10-13, -/games/boxart/full_1340127AmericaFrontccc.jpg,Fast Food Panic,DS,Simulation,SouthPeak Interactive,Dorasu,,0.14,0.13,,0,0.01,2010-01-05, -/games/boxart/full_5309398AmericaFrontccc.jpg,Our House Party!,Wii,Simulation,Majesco,BudCat Creations,,0.14,0.13,,,0.01,2009-09-22, -/games/boxart/full_horse-life-adventures_10AmericaFront.jpg,Horse Life Adventures,Wii,Simulation,Valcon Games,NEKO Entertainment Yullaby,,0.14,0.12,,0.01,0.01,2009-10-27, -/games/boxart/full_7592980AmericaFrontccc.jpg,Xevious 3D/G+,PS,Shooter,Namco,Namco,,0.14,0.01,0.11,0.01,0.01,1997-06-30, -/games/boxart/full_5770733AmericaFrontccc.jpg,Battlefield: Hardline,PC,Shooter,Electronic Arts,EA DICE,,0.14,,,0.13,0.01,2015-03-17,2018-04-11 -/games/boxart/full_8663418AmericaFrontccc.jpg,Metal Slug Anthology,Wii,Shooter,SNK Playmore,Terminal Reality,,0.14,0.12,0,0.01,0.01,2006-12-14, -/games/boxart/2482992ccc.jpg,Tomb Raider: The Prophecy,GBA,Adventure,Ubisoft,Ubisoft Milan,,0.14,0.1,,0.04,0,2002-11-12, -/games/boxart/full_7693631JapanFrontccc.jpg,Dragon Quest Builders 2,NS,Adventure,Square Enix,Square Enix,,0.14,,0.14,,,2019-07-12,2019-04-06 -/games/boxart/6441670ccc.jpg,Pirates: The Legend of Black Kat,PS2,Adventure,Electronic Arts,Westwood Studios,,0.14,0.07,,0.05,0.02,2002-02-17, -/games/boxart/full_5056155AmericaFrontccc.jpg,Arctic Tale,DS,Adventure,DSI Games,Atomic Planet Entertainment,,0.14,0.13,,0,0.01,2007-10-08, -/games/boxart/full_6457960AmericaFrontccc.jpg,Heroes over Europe,X360,Simulation,Ubisoft,Transmission Games,,0.14,0.1,,0.02,0.01,2009-09-15, -/games/boxart/full_4673488AmericaFrontccc.jpg,Pet Pals: Animal Doctor,Wii,Simulation,Legacy Interactive,Legacy Interactive,,0.14,0.13,,,0.01,2008-11-11, -/games/boxart/full_6167429AmericaFrontccc.jpg,Tropico 5,PC,Simulation,Kalypso Media,Haemimont Games,,0.14,0.04,,0.09,0.01,2015-01-01,2018-08-20 -/games/boxart/full_6221934PALFrontccc.jpg,Farming Simulator 2012,3DS,Simulation,Excalibur Publishing Limited,Astragon,,0.14,,,0.13,0.01,2012-03-30,2018-11-09 -/games/boxart/full_7632335AmericaFrontccc.jpg,Fur Fighters: Viggo's Revenge,PS2,Action,Acclaim Entertainment,Bizarre Creations,,0.14,0.07,,0.05,0.02,2001-06-03, -/games/boxart/2633007ccc.jpg,Krull,2600,Action,Atari,Atari,,0.14,0.13,,0.01,0,1983-01-01, -/games/boxart/1628167ccc.jpg,The Da Vinci Code,PS2,Action,2K Games,Double Helix Games,,0.14,0.07,,0.05,0.02,2006-05-15, -/games/boxart/full_the-lord-of-the-rings-aragorns-quest_10AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PSP,Action,Warner Bros. Interactive,TT Fusion,,0.14,0.09,,0.03,0.03,2010-09-14, -/games/boxart/full_2196452AmericaFrontccc.jpeg,Adventure Time: Finn & Jake Investigations,PS4,Action,Little Orbit,Vicious Cycle,,0.14,0.07,,0.05,0.02,2015-10-20,2018-03-17 -/games/boxart/full_6366871AmericaFrontccc.jpg,Onimusha Essentials,PS2,Action,Capcom,Capcom,,0.14,0.07,,0.05,0.02,2008-11-13, -/games/boxart/full_9535526JapanFrontccc.jpg,Assassination Classroom: Grand Siege on Korosensei,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.14,,0.14,,,2015-03-12,2018-07-03 -/games/boxart/full_3523039AmericaFrontccc.jpg,Arslan: The Warriors of Legend,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0.14,0.03,0.06,0.04,0.01,2016-02-09,2018-07-31 -/games/boxart/5381037ccc.jpg,Just Cause,X360,Action,Eidos Interactive,Avalanche Studios,7.3,0.14,0.1,0.01,0.03,0.01,2006-09-27, -/games/boxart/full_chikyuu-boueigun-2-portable_599JapanFront.jpg,Chikyuu Boueigun 2 Portable,PSP,Action,D3 Publisher,Sandlot,,0.14,,0.14,,,2011-04-07, -/games/boxart/full_5044374JapanFrontccc.jpg,Gyakuten Saiban 2,GBA,Action,Capcom,Capcom,,0.14,,0.14,,0,2002-10-18, -/games/boxart/full_2936854AmericaFrontccc.jpg,Jim Henson's the Muppets: On With the Show!,GBA,Action,TDK Mediactive,Vicarious Visions,6.3,0.14,0.1,,0.04,0,2003-03-18, -/games/boxart/full_6620369JapanFrontccc.jpg,Front Mission Alternative,PS,Strategy,Square,SquareSoft,,0.14,,0.13,,0.01,1997-12-18, -/games/boxart/full_2026263JapanFrontccc.jpg,Project V6,PS,Strategy,General Entertainment,General Entertainment,,0.14,,0.13,,0.01,1998-02-26, -/games/boxart/full_kidou-senshi-gundam-shin-gihren-no-yabou_32JapanFront.jpg,Kidou Senshi Gundam: Shin Gihren no Yabou,PSP,Strategy,Namco Bandai,Namco Bandai Games,,0.14,,0.14,,,2011-08-25, -/games/boxart/full_3119701AmericaFrontccc.jpg,Hitman: Blood Money,XB,Action,Eidos Interactive,IO Interactive,8.1,0.14,0.11,,0.03,0.01,2006-05-30, -/games/boxart/full_hidden-mysteries-salem-witch-trials_335AmericaFront.jpg,Hidden Mysteries: Salem Secrets - Witch Trials of 1692,DS,Adventure,GameMill,Gunnar Games,,0.14,0.09,,0.04,0.01,2010-11-10, -/games/boxart/2919999ccc.jpg,Second Sight,PS2,Adventure,Codemasters,Free Radical Design,7.9,0.14,0.07,,0.05,0.02,2004-09-21, -/games/boxart/3788229ccc.jpg,Scarface: The World is Yours,Wii,Adventure,Sierra Entertainment,Radical Entertainment,,0.14,0.12,,0.01,0.01,2007-06-12, -/games/boxart/6011927ccc.jpg,Monster House,PS2,Adventure,THQ,Artificial Mind and Movement,,0.14,0.07,,0.05,0.02,2006-07-18, -/games/boxart/full_uta-no-prince-sama-repeat_784JapanFront.jpg,Uta no * Prince-Sama: Repeat,PSP,Adventure,Broccoli,Broccoli,,0.14,,0.14,,,2011-08-11, -/games/boxart/2166327ccc.jpg,WCW Backstage Assault,N64,Action,Electronic Arts,Unknown,,0.14,0.11,,0.03,0,2000-12-12, -/games/boxart/full_yogi-bear-the-video-game_8AmericaFront.jpg,Yogi Bear: The Video Game,DS,Action,D3 Publisher,Monkey Bar Games,,0.14,0.1,,0.03,0.01,2010-12-07, -/games/boxart/full_4553728AmericaFrontccc.jpg,X-Blades,X360,Action,SouthPeak Interactive,Gaijin Entertainment,6,0.14,0.1,0.02,0.02,0.01,2009-02-10, -/games/boxart/full_808203AmericaFrontccc.jpg,In the Hunt,PS,Shooter,THQ,Xing Entertainment,,0.14,0.03,0.07,0.02,0.01,1996-03-01, -/games/boxart/full_4278753AmericaFrontccc.png,Jurassic: The Hunted,PS2,Shooter,Activision,Activision,,0.14,0.07,,0.06,0.02,2009-11-03, -/games/boxart/9001168ccc.jpg,The Fifth Element,PS,Action,Activision,Kalisto,3.7,0.14,0.08,,0.05,0.01,1998-09-30, -/games/boxart/full_6208434AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,PS2,Action,Electronic Arts,Double Helix Games,5.2,0.14,0.11,,0,0.03,2009-08-04, -/games/boxart/full_sengoku-musou-3-empires_136JapanFront.jpg,Sengoku Musou 3 Empires,PS3,Action,Tecmo Koei,Omega Force,,0.14,,0.14,,,2011-08-25, -/games/boxart/full_grabbed-by-the-ghoulies_526AmericaFront.jpg,Grabbed by the Ghoulies,XB,Action,Microsoft Game Studios,Rare Ltd.,,0.14,0.11,,0.03,0.01,2003-10-21, -/games/boxart/full_9977403AmericaFrontccc.jpg,Kid Adventures: Sky Captain,Wii,Action,D3 Publisher,Torus Games,,0.14,0.09,,0.04,0.01,2010-05-25, -/games/boxart/full_1112423JapanFrontccc.jpg,Okaeri! Chibi-Robo! Happy Richie Oosouji,DS,Adventure,Nintendo,skip Ltd.,,0.14,,0.14,,,2009-07-23, -/games/boxart/full_6203498AmericaFrontccc.jpg,Cyber Sled,PS,Action,Namco,Namco,,0.14,,0.13,,0.01,1995-10-18, -/games/boxart/2622141ccc.jpg,Fear Factor: Unleashed,GBA,Action,Hip Interactive,Arush Entertainment,3,0.14,0.1,,0.04,0,2004-11-17, -/games/boxart/full_7422982AmericaFrontccc.jpg,Robots,DS,Action,VU Games,Amaze Entertainment,4.5,0.14,0.12,,0,0.01,2005-02-24, -/games/boxart/full_9344079AmericaFrontccc.jpg,Deception IV: Blood Ties,PSV,Action,Tecmo Koei,Tecmo Koei Games,,0.14,0.02,0.07,0.03,0.02,2014-03-25,2018-11-09 -/games/boxart/full_3813984JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball Heroes,3DS,Action,Konami Digital Entertainment,Konami,,0.14,,0.14,,,2016-12-15,2018-07-03 -/games/boxart/full_3756409AmericaFrontccc.jpg,Go Play: Circus Star,Wii,Action,Majesco,N-Fusion Interactive Entertainment Corp.,,0.14,0.13,,,0.01,2009-06-09, -/games/boxart/full_1598102AmericaFrontccc.jpg,Mary-Kate and Ashley: Crush Course,PS,Action,Acclaim Entertainment,n-Space,,0.14,0.08,,0.05,0.01,2001-08-31, -/games/boxart/full_6426967AmericaFrontccc.jpg,Resident Evil: Revelations 2,XOne,Action,Capcom,Capcom,,0.14,0.1,,0.02,0.01,2015-03-20,2018-04-15 -/games/boxart/full_4596046AmericaFrontccc.jpg,We Happy Few,PS4,Action-Adventure,Gearbox Software,Compulsion Games,,0.14,0.08,,0.04,0.02,2018-08-10,2018-09-17 -/games/boxart/8209739ccc.jpg,Ape Escape Academy (jp sales),PSP,Party,Sony Computer Entertainment,Shift,,0.14,,0.13,0,,2006-01-17,2018-09-18 -/games/boxart/full_856853AmericaFrontccc.jpg,Has-Been Heroes,NS,Action,GameTrust,Frozenbyte,4.8,0.14,0.13,,,0.02,2017-03-28, -/games/boxart/full_9458618AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,DS,Action,Electronic Arts,Fall Line Studio,5.6,0.14,0.11,,0.01,0.01,2009-08-04, -/games/boxart/full_naruto-shippuden-kizuna-drive_342AmericaFront.jpg,Naruto Shippuden: Kizuna Drive,PSP,Action,Namco Bandai,Bandai Namco Games,7,0.14,0.04,0.05,0.03,0.02,2011-03-22, -/games/boxart/full_9552426AmericaFrontccc.jpg,X-Blades,PS3,Action,SouthPeak Interactive,Gaijin Entertainment,5.9,0.14,0.07,0.02,0.03,0.01,2009-02-10, -/games/boxart/full_9391343JapanFrontccc.jpg,Nayuta no Kiseki,PSP,Action,Nihon Falcom Corp,Nihon Falcom Corporation,,0.14,,0.14,,,2012-07-26,2018-11-09 -/games/boxart/full_8659486JapanFrontccc.jpg,Gundam Breaker 3,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.14,,0.14,,,2016-03-03,2018-07-03 -/games/boxart/full_1367456AmericaFrontccc.jpg,G.I. Joe: The Rise of Cobra,PSP,Action,Electronic Arts,Double Helix Games,5.2,0.14,0.11,,0.02,0.02,2009-08-04, -/games/boxart/full_thor-god-of-thunder_678AmericaFront.jpg,Thor: God of Thunder,X360,Action,Sega,Liquid Entertainment,3.8,0.14,0.09,,0.04,0.01,2011-05-03, -/games/boxart/full_8506419PALFrontccc.jpg,Power Rangers: Super Legends,PS2,Action,Disney Interactive Studios,Artificial Mind and Movement,,0.14,0.07,,0.06,0.02,2007-11-06, -/games/boxart/770391ccc.jpg,Fatal Frame,PS2,Action,Tecmo,Tecmo,7.6,0.14,0.07,,0.06,0.02,2002-03-04, -/games/boxart/full_169570AmericaFrontccc.jpg,Rodea the Sky Soldier,WiiU,Action-Adventure,NIS America,Kadokawa Games,7,0.14,0.1,0.01,0.02,0.01,2015-11-10,2018-04-06 -/games/boxart/full_178206AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,X360,Action-Adventure,Konami Digital Entertainment,Kojima Productions,8.3,0.14,0.06,0.01,0.05,0.01,2014-03-18,2018-03-22 -/games/boxart/full_7335711AmericaFrontccc.jpg,Okami HD,PS3,Action-Adventure,Capcom,HexaDrive,,0.14,,0.14,,,2012-10-30,2018-04-21 -/games/boxart/full_1717545AmericaFrontccc.jpg,Murdered: Soul Suspect,PS3,Action-Adventure,Square Enix,Airtight Games,,0.14,0.05,0.02,0.05,0.02,2014-06-03,2018-08-06 -/games/boxart/full_kenka-banchou-5-otoko-no-housoku_583JapanFront.jpg,Kenka Banchou 5: Otoko no Housoku,PSP,Action,Spike,Spike,,0.14,,0.14,,,2011-01-27, -/games/boxart/full_6435614AmericaFrontccc.jpg,Naruto: Ninja Council 3 (JP sales),DS,Action,D3 Publisher,Aspect,,0.14,,0.13,0.01,,2007-05-22, -/games/boxart/full_1372010JapanFrontccc.jpg,Kamen Rider Ryuki,PS,Action,Bandai,Bandai,,0.14,,0.13,,0.01,2002-11-28, -/games/boxart/full_3609486PALFrontccc.jpg,Senran Kagura Burst,3DS,Action,Xseed Games,Tamsoft,,0.14,,0.14,,,2013-11-14,2018-10-14 -/games/boxart/5683597ccc.jpg,Terminator 3: Rise of the Machines,XB,Action,Atari,Black Ops Entertainment,,0.14,0.11,,0.03,0.01,2003-11-11, -/games/boxart/full_7245733JapanFrontccc.jpg,Run for Money CHO Tousouchuu,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.14,,0.14,,,2015-07-09,2018-07-02 -/games/boxart/full_2008420AmericaFrontccc.jpg,Mary-Kate and Ashley: Winners Circle,PS,Action,Acclaim Entertainment,Tantalus Interactive,,0.14,0.08,,0.05,0.01,2001-03-05, -/games/boxart/7123056ccc.jpg,Spider-Man: Friend or Foe,Wii,Action,Activision,Next Level Games,5.6,0.14,0.13,,0,0.01,2007-10-02, -/games/boxart/full_8965087AmericaFrontccc.jpg,Micro Machines,PS2,Racing,Infogrames,Atari,,0.14,0.07,,0.05,0.02,2003-03-19, -/games/boxart/full_8126603AmericaFrontccc.png,The Crew: Wild Run,PS4,Racing,Ubisoft,Ivory Tower,,0.14,,,0.12,0.02,2015-11-17,2018-01-04 -/games/boxart/full_1543451AmericaFrontccc.jpg,MXGP 2,PS4,Racing,Milestone S.r.l,Milestone S.r.l.,,0.14,0.05,,0.06,0.02,2016-06-21,2018-06-19 -/games/boxart/7170435ccc.jpg,Rayman Arena,GC,Racing,Ubisoft,Ubisoft,6.2,0.14,0.11,,0.03,0,2002-09-24, -/games/boxart/6083195ccc.jpg,4X4 EVO 2,GC,Racing,VU Games,Terminal Reality,5.1,0.14,0.11,,0.03,0,2002-09-09, -/games/boxart/2618730ccc.jpg,Daytona USA Championship Circuit Edition,SAT,Racing,Sega,Sega-AM3,,0.14,,0.14,,,1996-11-25, -/games/boxart/full_7580662AmericaFrontccc.jpg,LEGO Island Xtreme Stunts,GBA,Racing,LEGO Media,Silicon Dreams,,0.14,0.1,,0.04,0,2002-11-15, -/games/boxart/full_8605073AmericaFrontccc.jpg,MotoGP 17,PS4,Racing,Koch Media,Milestone S.r.l.,,0.14,0.04,,0.07,0.02,2017-07-11,2018-06-25 -/games/boxart/6230725ccc.jpg,Gladius,XB,Strategy,LucasArts,LucasArts,,0.14,0.1,,0.03,0,2003-10-28, -/games/boxart/full_2854526AmericaFrontccc.jpg,Shining Force CD,SCD,Strategy,Sega,Camelot Software Planning,,0.14,,0.14,,,1994-07-21, -/games/boxart/full_9163443AmericaFrontccc.jpg,Mytran Wars,PSP,Strategy,Deep Silver,Stormregion,,0.14,0.09,,0.02,0.03,2009-10-20, -/games/boxart/6072343ccc.jpg,Power Stone,DC,Fighting,Capcom,Capcom,8.6,0.14,,0.14,,0,1999-08-31, -/games/boxart/4878534ccc.jpg,Victorious Boxers: Revolution,Wii,Fighting,Xseed Games,Cavia Inc.,5.8,0.14,0.07,0.06,0,0.01,2007-10-23, -/games/boxart/full_3086528AmericaFrontccc.jpg,Hot Wheels: World Race,GBA,Racing,THQ,Climax Group,,0.14,0.1,,0.04,0,2003-11-14, -/games/boxart/8329213ccc.jpg,Apex,XB,Racing,Atari,Milestone,,0.14,0.1,,0.03,0,2003-02-17, -/games/boxart/8971387ccc.jpg,MotoGP '06,X360,Racing,THQ,Climax Studios,8.3,0.14,0.11,,0.01,0.01,2006-06-12, -/games/boxart/full_7882192AmericaFrontccc.jpg,QuickSpot,DS,Misc,Namco Bandai,Namco Bandai Games America,,0.14,0.01,0.13,,0,2007-03-19, -/games/boxart/full_4217853AmericaFrontccc.jpg,Shrek 2 and Shark Tale 2-in-1 Pack,GBA,Misc,Activision,Vicarious Visions,,0.14,0.1,,0.04,0,2005-08-25, -/games/boxart/1201444ccc.jpg,World Championship Poker: Howard Lederer - All In,PSP,Misc,Crave Entertainment,Point of View,5.1,0.14,0.13,,,0.01,2006-09-05, -/games/boxart/4509787ccc.jpg,MTV Music Generator 3: This Is the Remix,PS2,Misc,Codemasters,Mix Max,,0.14,0.07,,0.05,0.02,2004-06-22, -/games/boxart/full_7260840AmericaFrontccc.jpg,Sid Meier's Pirates!,XB,Strategy,2K Games,Firaxis Games,,0.14,0.11,,0.03,0.01,2005-07-11, -/games/boxart/full_4917509JapanFrontccc.jpg,Houshinengi,PS,Strategy,KOEI,Koei / Inis,,0.14,,0.13,,0.01,1998-09-10, -/games/boxart/full_6511139JapanFrontccc.jpg,Kamen Rider Battle: Ganbaride Card Battle Taisen,DS,Strategy,Namco Bandai,Bandai Namco Games,,0.14,,0.14,,,2010-07-29, -/games/boxart/full_1666254AmericaFrontccc.jpg,Age of Empires: Collector's Edition,PC,Strategy,Microsoft,Ensemble Studios,,0.14,0.02,,0.1,0.01,2000-11-02, -/games/boxart/full_6883413PALFrontccc.jpg,Dishonored: Death of the Outsider,XOne,Action,Bethesda Softworks,Arkane Studios,,0.14,0.07,,0.06,0.01,2017-09-15,2018-03-03 -/games/boxart/full_7084709AmericaFrontccc.jpg,Dino Crisis 3,XB,Action,Capcom,Capcom Production Studio 4,,0.14,0.08,0.03,0.03,0,2003-09-16, -/games/boxart/1886784ccc.jpg,Eragon,X360,Action,Sierra Entertainment,Stormfront Studios,4.2,0.14,0.12,,0.01,0.01,2006-11-14, -/games/boxart/full_1239156PALFrontccc.jpg,Dynasty Warriors 7: Empires,PS3,Action,Tecmo Koei,Omega Force,,0.14,,0.14,0,0,2012-11-08,2017-12-31 -/games/boxart/full_5862421AmericaFrontccc.jpg,How to Train Your Dragon,X360,Action,Activision,Etranges Libellules,4.6,0.14,0.11,,0.02,0.01,2010-03-23, -/games/boxart/full_spider-man-edge-of-time_573AmericaFront.jpg,Spider-Man: Edge of Time,DS,Action,Activision,Beenox,,0.14,0.12,,0.01,0.01,2011-10-04, -/games/boxart/full_star-wars-jedi-power-battles_693AmericaFront.jpg,Star Wars: Jedi Power Battles,GBA,Action,THQ,HotGen Studios,,0.14,0.1,,0.04,0,2002-11-21, -/games/boxart/4602462ccc.jpg,Bio FREAKS,N64,Action,Midway Games,Saffire Corporation,6.2,0.14,0.11,,0.03,0,1998-05-31, -/games/boxart/full_7966942AmericaFrontccc.jpg,Just Dance: Disney Party,Wii,Music,Ubisoft,Land Ho!,,0.14,0.03,,0.11,0.01,2012-10-23,2018-11-04 -/games/boxart/9124362ccc.jpg,Mr. Driller: Drill Spirits,DS,Puzzle,Namco,Namco,,0.14,0.08,0.05,0,0.01,2004-11-30, -/games/boxart/5504675ccc.jpg,Super Puzzle Fighter II Turbo,PS,Puzzle,Capcom,Capcom,,0.14,0.08,,0.05,0.01,1996-11-30, -/games/boxart/full_puyo-puyo-20th-anniversary_334JapanFront.jpg,Puyo Puyo!! 20th Anniversary,DS,Puzzle,Sega,Sega,,0.14,,0.14,,,2011-07-14, -/games/boxart/full_6349769AmericaFrontccc.jpg,Bust-A-Move Deluxe,PSP,Puzzle,Majesco,Dreams,7.1,0.14,0.13,,0,0.01,2006-04-04, -/games/boxart/full_5347346AmericaFrontccc.jpg,Touch My Katamari,PSV,Puzzle,Namco Bandai Games,Namco Bandai Games,,0.14,0.07,,0.04,0.03,2012-02-21,2018-11-09 -/games/boxart/2537096ccc.jpg,Magnetica,DS,Puzzle,Nintendo,Mitchell,,0.14,0.08,0.03,0.01,0.01,2006-06-05, -/games/boxart/full_177789AmericaFrontccc.jpg,Pipe Dreams 3D,PS,Puzzle,Take-Two Interactive,Sick Puppies,,0.14,0.08,,0.05,0.01,2001-10-23, -/games/boxart/1118881ccc.jpg,Scooby-Doo! Night of 100 Frights,XB,Platform,THQ,Heavy Iron Studios,,0.14,0.11,,0.03,0.01,2003-08-27, -/games/boxart/7587602ccc.jpg,Spyro: A Hero's Tail,XB,Platform,VU Games,Eurocom Entertainment Software,,0.14,0.11,,0.03,0.01,2004-11-03, -/games/boxart/full_1619518AmericaFrontccc.jpg,The Walking Dead: Season Two,XOne,Misc,Telltale Games,Unknown,,0.14,0.08,,0.05,0.01,2014-10-21, -/games/boxart/full_ataris-greatest-hits-volume-1_1AmericaFront.jpg,Atari's Greatest Hits: Volume 1,DS,Misc,Atari,Atari,,0.14,0.13,,0,0.01,2010-11-02, -/games/boxart/full_lets-cheer_234AmericaFront.jpg,Let's Cheer,X360,Misc,2K Play,Cat Daddy Games,,0.14,0.12,,0,0.01,2011-11-07, -/games/boxart/full_132829JapanFrontccc.jpg,Taiko no Tatsujin: Don Don! Mystery Adventure,3DS,Music,Namco Bandai Games,Namco Bandai Games,,0.14,,0.14,,,2016-06-16,2018-07-02 -/games/boxart/full_6219590AmericaFrontccc.jpg,Rocksmith 2014 Edition Remastered,PS4,Music,Ubisoft,Ubisoft,,0.14,0.11,,,0.03,2016-10-04,2018-06-19 -/games/boxart/full_2872321PALFrontccc.jpg,Lips: I Love The 80s,X360,Music,Microsoft Game Studios,iNiS,,0.14,,,0.12,0.02,2010-04-02,2018-11-02 -/games/boxart/full_2360309AmericaFrontccc.jpg,Disney's Chicken Little,XB,Platform,Buena Vista,Avalanche Software,7,0.14,0.1,,0.03,0,2005-10-18, -/games/boxart/full_2973227AmericaFrontccc.jpg,Secret Agent Clank,PSP,Platform,Sony Computer Entertainment,High Impact Games,7,0.14,0.04,0.04,0.04,0.02,2008-06-17, -/games/boxart/full_301408AmericaFrontccc.jpg,Mega Man Powered Up,PSP,Platform,Capcom,Capcom,8.7,0.14,0.12,,0.01,0.02,2006-03-14, -/games/boxart/1230083ccc.jpg,Rayman 3,GBA,Platform,Ubisoft,Ubisoft,7.9,0.14,0.1,,0.04,0,2003-03-02, -/games/boxart/full_5257900AmericaFrontccc.jpg,Ratatouille,GC,Platform,THQ,Asobo Studio,6.1,0.14,0.11,,0.03,0,2007-06-26, -/games/boxart/full_6850455AmericaFrontccc.jpg,Casper: Spirit Dimensions,PS2,Platform,TDK Mediactive,Lucky Chicken Games,,0.14,0.07,,0.05,0.02,2001-09-30, -/games/boxart/1751824ccc.jpg,Klonoa: Empire of Dreams,GBA,Platform,Namco,Namco,8.6,0.14,0.1,,0.04,0,2001-09-11, -/games/boxart/full_6808699AmericaFrontccc.jpg,Zapper: One Wicked Cricket!,GBA,Platform,Infogrames,Blitz Games,,0.14,0.1,,0.04,0,2002-11-05, -/games/boxart/full_314213AmericaFrontccc.jpg,OutRun 2,XB,Racing,Microsoft,Sumo Digital,,0.14,0.11,,0.03,0.01,2004-10-25, -/games/boxart/full_3686933AmericaFrontccc.jpg,Mx vs. ATV Reflex,DS,Racing,THQ,Rainbow Studios,,0.14,0.13,,0,0.01,2009-12-01, -/games/boxart/full_5338332PALFrontccc.jpg,¡Shin Chan Flipa en colores!,DS,Platform,505 Games,Inti Creates,,0.14,,0.14,,,2007-11-16, -/games/boxart/full_3721919AmericaFrontccc.jpg,The Bombing Islands,PS,Platform,Kemco,Kemco,,0.14,0.08,,0.05,0.01,2001-04-26, -/games/boxart/full_1852841AmericaFrontccc.jpg,Moshi Monsters: Katsuma Unleashed,DS,Platform,Activision,"Black Lantern Studios, Inc.",,0.14,,,0.13,0.01,2013-11-05,2018-11-09 -/games/boxart/full_3781421AmericaFrontccc.jpg,Mega Man X Legacy Collection 1+2,PS4,Platform,Capcom Entertainment,Digital Eclipse Software,,0.14,0.07,0.05,,0.02,2018-07-24,2018-08-18 -/games/boxart/full_6164304AmericaFrontccc.jpg,Tim Burton's The Nightmare Before Christmas: The Pumpkin King,GBA,Platform,Buena Vista,TOSE Software,,0.14,0.1,,0.04,0,2005-10-10, -/games/boxart/7651561ccc.jpg,Barbie Explorer,PS,Platform,Unknown,Runecraft,,0.14,0.08,,0.05,0.01,2001-09-04, -/games/boxart/full_6554253AmericaFrontccc.jpg,World Tour Soccer 2003,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.14,0.07,,0.05,0.02,2003-02-10,2018-12-03 -/games/boxart/full_virtua-tennis-4_483AmericaFront.jpg,Virtua Tennis 4,Wii,Sports,Sega,Sega-AM2,5.2,0.14,0.05,,0.08,0.01,2011-05-10, -/games/boxart/full_6656760AmericaFrontccc.jpg,Pro Evolution Soccer 2015,X360,Sports,Konami Digital Entertainment,PES Productions,,0.14,0.05,,0.08,0.01,2014-11-11,2018-04-14 -/games/boxart/full_backyard-sports-sandlot-sluggers_10AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,DS,Sports,Atari,"Powerhead, LLC",,0.14,0.13,,,0.01,2010-05-25, -/games/boxart/5194102ccc.jpg,Jonny Moseley Mad Trix,PS2,Sports,3DO,3DO,,0.14,0.07,,0.05,0.02,2001-12-26, -/games/boxart/full_top-spin-4_239AmericaFront.jpg,Top Spin 4,Wii,Sports,2K Sports,2K Czech,4,0.14,0.04,,0.08,0.02,2011-03-15, -/games/boxart/7544958ccc.jpg,SSX On Tour,XB,Sports,EA Sports BIG,EA Canada,,0.14,0.11,,0.03,0.01,2005-10-11, -/games/boxart/8947313ccc.jpg,NCAA College Basketball 2K3,XB,Sports,Sega,Kush Games,,0.14,0.11,,0.03,0.01,2002-12-02, -/games/boxart/5371379ccc.jpg,Hot Wheels: Beat That!,Wii,Racing,Activision,Eutechnyx,,0.14,0.13,,0,0.01,2007-09-30, -/games/boxart/2669287ccc.jpg,PaRappa The Rapper 2,PS2,Misc,Sony Computer Entertainment,NanaOn-Sha,,0.14,0.07,,0.05,0.02,2002-01-23, -/games/boxart/full_drawn-to-life-collection_0AmericaFront.jpg,Drawn to Life Collection,DS,Misc,THQ,5TH Cell,,0.14,0.13,,,0.01,2010-11-23, -/games/boxart/3102602ccc.jpg,Dream Pinball 3D,Wii,Misc,SouthPeak Interactive,A.S.K. Homework,,0.14,0.1,,0.03,0.01,2008-04-22, -/games/boxart/5265841ccc.jpg,Cranium Kabookii,Wii,Misc,Ubisoft,Ubisoft Quebec,,0.14,0.13,,0,0.01,2007-12-04, -/games/boxart/3507850ccc.gif,Geometry Wars: Galaxies,DS,Shooter,Sierra Entertainment,Kuju Entertainment,,0.14,0.13,,0,0.01,2007-11-27, -/games/boxart/5194201ccc.gif,Doom,GBA,Shooter,Activision,David A. Palmer Productions,8.3,0.14,0.1,,0.04,0,2001-10-28, -/games/boxart/full_4258943PALFrontccc.jpg,The Elder Scrolls Online: Morrowind,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.14,0.09,,0.03,0.01,2017-06-06,2018-09-15 -/games/boxart/full_134231AmericaFrontccc.jpg,Disney's Cinderella: Magical Dreams,GBA,Platform,Buena Vista,Culture Brain,6,0.14,0.1,,0.04,0,2005-09-20, -/games/boxart/1566614ccc.jpg,Legends of Wrestling,XB,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.14,0.1,,0.03,0,2002-05-27, -/games/boxart/full_3290166AmericaFrontccc.jpg,Godzilla: Save the Earth,XB,Fighting,Atari,"Pipeworks Software, Inc.",,0.14,0.1,,0.03,0,2004-11-16, -/games/boxart/6030413ccc.jpg,Ford Racing Off Road,PSP,Racing,Empire Interactive,Razorworks Studios,,0.14,0.05,,0.08,0.02,2008-09-23, -/games/boxart/full_6812100AmericaFrontccc.jpg,Destruction Derby Raw,PS,Racing,Midway Games,Studio 33,,0.14,0.08,,0.05,0.01,2000-09-26, -/games/boxart/full_1477762AmericaFrontccc.jpg,Bravo Air Race,PS,Racing,THQ,Xing Entertainment,5.3,0.14,0.08,,0.05,0.01,1997-09-30, -/games/boxart/7847003ccc.jpg,Micro Machines 64 Turbo,N64,Racing,Midway Games,Codemasters,,0.14,0.11,,0.03,0,1999-03-24, -/games/boxart/1178595ccc.jpg,Asphalt: Urban GT 2,DS,Racing,Ubisoft,Virtuos / Game Source,,0.14,0.09,,0.04,0.01,2006-11-14, -/games/boxart/full_9045855AmericaFrontccc.jpg,SafeCracker: The Ultimate Puzzle Adventure,DS,Puzzle,DreamCatcher Interactive,JoWood Productions,,0.14,0.07,,0.06,0.01,2009-12-07, -/games/boxart/full_198591AmericaFrontccc.jpg,Balloon Pop,DS,Puzzle,UFO Interactive,Tommo,,0.14,0.13,,,0.01,2009-10-23, -/games/boxart/full_9036248AmericaFrontccc.jpg,Diner Dash: Flo on the Go,DS,Puzzle,Zoo Games,Zoo Games,,0.14,0.13,,0,0.01,2009-10-20, -/games/boxart/9977248ccc.jpg,Mojo!,PS2,Puzzle,Crave Entertainment,Crave Entertainment,,0.14,0.07,,0.05,0.02,2003-08-26, -/games/boxart/1672432ccc.jpg,Pipe Mania,PS2,Puzzle,Empire Interactive,Razorworks Studios,,0.14,0.07,,0.05,0.02,2008-09-26, -/games/boxart/full_bejeweled-3_248AmericaFront.jpg,Bejeweled 3,X360,Puzzle,PopCap Games,PopCap Games,,0.14,0.13,,,0.01,2011-11-15, -/games/boxart/full_bittrip-saga_888AmericaFront.jpg,BIT.TRIP SAGA,3DS,Platform,Aksys Games,Gaijin Games Inc.,7.5,0.14,0.09,,0.04,0.01,2011-09-13,2019-01-14 -/games/boxart/full_6070716JapanFrontccc.jpg,RockMan & Forte,SNES,Platform,Capcom,Capcom,,0.14,,0.14,,0,1998-04-24, -/games/boxart/8271452ccc.jpg,Guilty Gear,PS,Fighting,Atlus,Arc System Works,,0.14,0.03,0.07,0.02,0.01,1998-10-31, -/games/boxart/5417619ccc.jpg,Marvel vs. Capcom 2,DC,Fighting,Capcom,Capcom,9,0.14,,0.14,,,2000-06-29, -/games/boxart/full_2490767AmericaFrontccc.jpg,Under Night In-Birth,PS3,Fighting,Aksys Games,Ecole Software,,0.14,0.07,0.05,0.01,0.02,2015-02-24,2018-11-09 -/games/boxart/full_7024683JapanFrontccc.jpg,Gundam: The Battle Master,PS,Fighting,Bandai,Bandai,,0.14,,0.13,,0.01,1997-06-20, -/games/boxart/full_5791780AmericaFrontccc.jpg,Guilty Gear Xrd -Revelator-,PS4,Fighting,Aksys Games,Arc System Works,,0.14,0.06,0.07,,0.01,2016-06-07,2018-04-25 -/games/boxart/full_fateunlimited-codes_8JapanFront.jpg,Fate/Unlimited Codes,PS2,Fighting,Capcom,Eighting,,0.14,,0.14,,,2008-12-18, -/games/boxart/3942493ccc.jpg,Dead or Alive 2,DC,Fighting,Tecmo,Team Ninja,9,0.14,,0.14,,,2000-02-29, -/games/boxart/7445884ccc.jpg,Barbarian,PS2,Fighting,Titus,Saffire Corporation,,0.14,0.07,,0.06,0.02,2002-06-27, -/games/boxart/full_7671822AmericaFrontccc.jpg,Championship Motocross 2001 featuring Ricky Carmichael,PS,Racing,THQ,Funcom,6.8,0.14,0.08,,0.05,0.01,2001-01-30, -/games/boxart/full_f1-2011_229AmericaFront.jpg,F1 2011,PSV,Racing,Codemasters,Codemasters,,0.14,0.03,0.01,0.08,0.02,2012-02-14, -/games/boxart/full_7562598AmericaFrontccc.jpg,The King of Fighters '94 (CD),NG,Fighting,SNK,SNK Corporation,,0.14,,0.14,,0,1994-01-01, -/games/boxart/full_1822274AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,XOne,Fighting,Capcom,Capcom,,0.14,0.12,,,0.01,2017-03-07, -/games/boxart/full_5166016AmericaFrontccc.jpg,Ultimate Muscle - The Kinnikuman Legacy: Legends vs New Generation,GC,Fighting,Bandai,Aki Corporation,8,0.14,0.04,0.08,0.01,0,2003-06-05, -/games/boxart/full_1811543AmericaFrontccc.jpg,My Hero One's Justice,XOne,Fighting,Bandai Namco Entertainment,Byking,,0.14,0.12,,,0.01,2018-10-26,2018-09-12 -/games/boxart/full_5036905AmericaFrontccc.jpg,Persona 4 Arena Ultimax,PS3,Fighting,Atlus,Arc System Works,,0.14,,0.13,0,0,2014-09-30,2018-01-11 -/games/boxart/6550505ccc.jpg,Marvel vs. Capcom 2,XB,Fighting,Capcom,Capcom,,0.14,0.09,0.01,0.03,0,2003-03-27, -/games/boxart/561154ccc.jpg,NFL Head Coach 09,PS3,Sports,EA Sports,EA Tiburon,,0.14,0.13,,,0.01,2008-09-03, -/games/boxart/full_7409326JapanFrontccc.jpg,Pro Baseball Spirits 2015,PSV,Sports,Konami Digital Entertainment,"Konami Digital Entertainment, Inc.",,0.14,,0.14,,,2015-03-26,2018-05-01 -/games/boxart/8779977ccc.jpg,FIFA Soccer 2005,GC,Sports,EA Sports,EA Canada,,0.14,0.11,,0.03,0,2004-10-09, -/games/boxart/full_newu-fitness-first-mind-body-yoga-ampamp-pilates-workout_124AmericaFront.jpg,"NewU Fitness First Mind Body, Yoga & Pilates Workout",Wii,Sports,SouthPeak Interactive,Lightning Fish,,0.14,0.12,,0.02,0.01,2010-12-13, -/games/boxart/9755491ccc.jpg,Cars: Mater-National Championship,X360,Racing,THQ,Rainbow Studios,,0.14,0.13,,0,0.01,2007-10-29, -/games/boxart/6115738ccc.jpg,L.A. Rush,XB,Racing,Midway Games,The Pitbull Syndicate Limited,,0.14,0.11,,0.03,0.01,2005-10-11, -/games/boxart/full_adrenalin-misfits_3AmericaFront.jpg,Adrenalin Misfits,X360,Racing,Konami,Konami,4.7,0.14,0.12,,0.02,0.01,2010-11-04, -/games/boxart/full_2226882AmericaFrontccc.jpg,Thunder Truck Rally,PS,Racing,Psygnosis,Reflections Interactive,,0.14,0.08,,0.05,0.01,1997-05-31, -/games/boxart/full_1082914PALFrontccc.jpg,Pro Cycling Manager 2016,PS4,Sports,Focus Home Interactive,Cyanide Studio,,0.14,,,0.12,0.02,2016-06-16, -/games/boxart/full_916088AmericaFrontccc.jpg,Super Dodgeball Brawlers,DS,Sports,Aksys Games,Million,,0.14,0.13,,,0.01,2008-05-27, -/games/boxart/full_7939460AmericaFrontccc.jpg,PANGYA: Fantasy Golf,PSP,Sports,Tommo,Ntreev Soft,,0.14,0.09,0.04,,0.01,2009-06-23, -/games/boxart/3119252ccc.jpg,Gretzky NHL 06,PSP,Sports,Sony Computer Entertainment,Page 44 Studios,5.8,0.14,0.13,,,0.01,2005-10-04, -/games/boxart/full_tennis-no-oji-sama-aim-at-the-victory_530JapanFront.jpg,Tennis no Oji-Sama: Aim at The Victory!,GBA,Sports,Konami,Konami,,0.14,,0.14,,0,2002-12-12, -/games/boxart/full_6437180AmericaFrontccc.jpg,Fox Sports Golf '99,PS,Sports,Fox Interactive,Gremlin Interactive,,0.14,0.08,,0.05,0.01,1998-06-30, -/games/boxart/full_2301260AmericaFrontccc.jpeg,Tony Hawk's Pro Skater 5,XOne,Sports,Activision,Robomodo,,0.14,0.11,,0.02,0.01,2015-09-29,2018-04-15 -/games/boxart/4809744ccc.jpg,FIFA Street 2,PSP,Sports,EA Sports BIG,EA Canada,4.9,0.14,0.07,,0.06,0.02,2006-02-28, -/games/boxart/full_1903577AmericaFrontccc.jpg,Blue Reflection: Maboroshi ni Mau - Shoujo no Ken,PS4,Role-Playing,Tecmo Koei,Gust,,0.14,0.07,0.06,,0.02,2017-09-26,2018-07-02 -/games/boxart/full_2944292AmericaFrontccc.jpg,Class of Heroes,PSP,Role-Playing,Atlus,ZeroDiv,5.4,0.14,0.06,0.08,,0.01,2009-06-09, -/games/boxart/full_5176631AmericaFrontccc.jpg,Ys VIII: Lacrimosa of Dana,PSV,Role-Playing,NIS America,Falcom,,0.14,0.01,0.11,0.01,0.01,2017-09-12,2018-01-10 -/games/boxart/full_5352430AmericaFrontccc.jpg,Gungnir,PSP,Role-Playing,Atlus,Sting,7.4,0.14,0.08,0.04,,0.02,2012-06-12,2018-01-17 -/games/boxart/3140399ccc.jpg,Wild ARMs 4,PS2,Role-Playing,Xseed Games,Media.Vision,6.6,0.14,0.07,,0.06,0.02,2006-01-10, -/games/boxart/full_307523AmericaFrontccc.jpg,Grand Kingdom,PS4,Role-Playing,NIS America,Monochrome Corporation,,0.14,0.08,0.04,,0.02,2016-06-28,2018-07-03 -/games/boxart/full_8939059AmericaFrontccc.jpg,Super Robot Taisen OG Saga: Endless Frontier (JP sales),DS,Role-Playing,Atlus,Monolith Soft,,0.14,,0.14,,,2009-04-28, -/games/boxart/full_4067429AmericaFrontccc.jpg,World Tour Soccer 2002,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,0.14,0.07,,0.05,0.02,2002-02-17,2018-12-03 -/games/boxart/8327052ccc.jpg,Phantom Brave,PS2,Role-Playing,NIS America,Nippon Ichi Software,,0.14,0.07,,0.05,0.02,2004-08-31, -/games/boxart/full_4489715AmericaFrontccc.jpg,Etrian Odyssey 2 Untold: Knight of Fafnir,3DS,Role-Playing,Atlus,Atlus,8,0.14,0.09,,0.02,0.03,2015-08-04,2018-01-30 -/games/boxart/full_688857JapanFrontccc.jpg,.hack//Link,PSP,Role-Playing,Namco Bandai,CyberConnect2,,0.14,,0.14,,,2010-03-04, -/games/boxart/full_6577361AmericaFrontccc.jpg,The Legend of Heroes II: Prophecy of the Moonlight Witch,PSP,Role-Playing,Namco Bandai,MiCROViSion Inc. / Falcom Corporation,,0.14,0.03,0.11,,,2006-06-20, -/games/boxart/full_4058224JapanFrontccc.jpg,Shining Resonance,PS3,Role-Playing,Sega,Media.Vision,,0.14,,0.14,,,2014-12-11,2018-09-15 -/games/boxart/full_9318319JapanFrontccc.jpg,Soukaigi,PS,Role-Playing,Square,Yuke's,,0.14,,0.13,,0.01,1998-05-28, -/games/boxart/full_8380890AmericaFrontccc.jpg,Shonen Jump's Shaman King: Master of Spirits,GBA,Role-Playing,Konami,Konami,,0.14,0.1,,0.04,0,2004-11-09, -/games/boxart/2762888ccc.jpg,"Lunar 2: Eternal Blue(sales, but wrong system)",GEN,Role-Playing,Game Arts,Game Arts,,0.14,,0.14,,0,1994-12-22, -/games/boxart/full_4828854AmericaFrontccc.jpg,Hero's Saga Laevatein Tactics,DS,Role-Playing,Aksys Games,GungHo,,0.14,0.13,0,,0.01,2009-10-13, -/games/boxart/full_2197117AmericaFrontccc.jpg,South Park: The Fractured But Whole,NS,Role-Playing,Ubisoft,Ubisoft San Francisco,9.5,0.14,0.08,,0.05,0.01,2018-04-24,2018-04-06 -/games/boxart/full_2164091AmericaFrontccc.jpg,Risen 2: Dark Waters,X360,Role-Playing,Deep Silver,Piranha Bytes,5.5,0.14,0.05,,0.08,0.01,2012-07-31,2018-01-03 -/games/boxart/full_2270226JapanFrontccc.jpg,Naruto RPG 2: Chidori vs Rasengan,DS,Role-Playing,Tomy Corporation,Tomy Corporation,,0.14,,0.14,,,2005-07-14, -/games/boxart/full_trinity-souls-of-zill-oll_665PALFront.jpg,TRINITY: Souls of Zill O'll,PS3,Role-Playing,Tecmo Koei,Omega Force,5.5,0.14,0.06,0.03,0.03,0.01,2011-02-08, -/games/boxart/full_2964365AmericaFrontccc.jpg,Eternal Poison,PS2,Role-Playing,Atlus,Flight-Plan,,0.14,0.07,,0.05,0.02,2008-11-11, -/games/boxart/full_2393173AmericaFrontccc.jpg,The Granstream Saga,PS,Role-Playing,THQ,Shade,7.6,0.14,0.08,,0.05,0.01,1998-06-30, -/games/boxart/full_5363906AmericaFrontccc.jpg,Hexyz Force,PSP,Role-Playing,Atlus,Sting,6.7,0.14,0.07,0.06,,0.01,2010-05-25, -/games/boxart/full_3650726AmericaFrontccc.jpg,The Walking Dead: Season Two,PSV,Misc,Telltale Games,Unknown,,0.14,0.08,0.02,0.01,0.03,2014-01-01, -/games/boxart/4345858ccc.jpg,Master Jin Jin's IQ Challenge,DS,Misc,Valcon Games,ASK,,0.14,0.13,,0,0.01,2007-10-08, -/games/boxart/full_rio_553AmericaFront.jpg,Rio,PS3,Misc,THQ,TBA,,0.14,0.04,,0.07,0.02,2011-04-12, -/games/boxart/full_create_5AmericaFront.jpg,Create,X360,Misc,Electronic Arts,EA Bright Light,6.3,0.14,0.1,,0.03,0.01,2010-11-16, -/games/boxart/full_power-gig-rise-of-the-sixstring_8AmericaFront.jpg,Power Gig: Rise of the SixString,PS3,Misc,Unknown,Seven45 Studios,3.9,0.14,0.13,,,0.01,2010-10-19, -/games/boxart/full_7982137AmericaFrontccc.jpg,Monster Lab,DS,Role-Playing,Eidos Interactive,Backbone Entertainment,,0.14,0.12,,0.01,0.01,2008-11-04, -/games/boxart/full_6248099AmericaFrontccc.jpg,Shining Soul,GBA,Role-Playing,Atlus,Next Entertainment,,0.14,0.03,0.09,0.01,0,2003-09-23, -/games/boxart/full_6604335JapanFrontccc.jpg,Yu-Gi-Oh! Monster Capture GB,GB,Role-Playing,Konami,Konami,,0.14,,0.14,,,2000-04-13, -/games/boxart/6062091ccc.jpg,Agile Warrior F-111X,PS,Simulation,Virgin Interactive,Black Ops Entertainment,,0.14,0.08,,0.05,0.01,1995-11-21, -/games/boxart/689689ccc.jpg,Blazing Angels 2: Secret Missions of WWII,X360,Simulation,Ubisoft,Ubisoft Romania,7.6,0.14,0.11,,0.02,0.01,2007-09-18, -/games/boxart/full_3032369AmericaFrontccc.jpg,Paws & Claws: Pet Vet 2,DS,Simulation,THQ,ValuSoft,,0.14,0.13,,,0.01,2007-08-07, -/games/boxart/full_imagine-fashion-stylist_10AmericaFront.jpg,Imagine: Fashion Stylist,DS,Simulation,Ubisoft,Magic Pockets,,0.14,0.13,,,0.01,2010-11-02, -/games/boxart/2349709ccc.jpg,CSI: 3 Dimensions of Murder,PS2,Adventure,Ubisoft,Ubisoft Bulgaria,,0.14,0.07,,0.06,0.02,2007-09-25, -/games/boxart/full_classmate_4JapanFront.jpg,Doukyuusei,PCE,Adventure,NEC,Flight Plan,,0.14,,0.14,,,1995-11-23, -/games/boxart/full_ncis_46AmericaFront.jpg,NCIS,X360,Adventure,Ubisoft,Ubisoft,,0.14,0.1,,0.02,0.01,2011-11-01, -/games/boxart/9112796ccc.jpg,Happy Feet,Wii,Adventure,Midway Games,Artificial Mind and Movement,,0.14,0.12,,0,0.01,2006-11-13, -/games/boxart/full_8095087JapanFrontccc.jpg,7th Dragon,DS,Role-Playing,Sega,imageepoch Inc.,,0.14,,0.14,,,2009-03-05, -/games/boxart/7925920ccc.jpg,Sphinx and the Cursed Mummy,GC,Adventure,THQ,Eurocom Entertainment Software,8.4,0.14,0.11,,0.03,0,2003-11-10, -/games/boxart/full_9818821AmericaFrontccc.jpg,T.R.A.G. - Tactical Rescue Assault Group: Mission of Mercy,PS,Adventure,Sunsoft,SunSoft,,0.14,0.08,,0.05,0.01,1999-03-31, -/games/boxart/full_akibas-trip_719JapanFront.jpg,Akiba's Trip,PSP,Adventure,Acquire,PROPE,,0.14,,0.14,,,2011-05-19, -/games/boxart/2841287ccc.jpg,Monster House,GC,Adventure,THQ,Artificial Mind and Movement,,0.14,0.11,,0.03,0,2006-07-18, -/games/boxart/8094512ccc.jpg,Ecco the Dolphin: Defender of the Future,PS2,Adventure,Acclaim Entertainment,Appaloosa Interactive,7.8,0.14,0.07,,0.05,0.02,2002-03-03, -/games/boxart/full_3657297PALFrontccc.jpg,Alien: Isolation,PC,Adventure,Sega,Creative Assembly,,0.14,,,0.14,0.01,2014-10-07,2018-01-05 -/games/boxart/full_4775100JapanFrontccc.jpg,Sakura Wars GB,GB,Adventure,Media Factory,Media Factory,,0.14,,0.14,,0,2000-07-28, -/games/boxart/4505952ccc.jpg,FIFA 06 Soccer,GC,Sports,EA Sports,EA Canada,,0.14,0.11,,0.03,0,2005-10-04, -/games/boxart/full_6267296JapanFrontccc.jpg,Pro Yakyuu Netsu Star 2006,PS2,Sports,Namco,Namco,,0.14,,0.14,,,2006-04-06, -/games/boxart/full_6865706AmericaFrontccc.jpg,NBA 2K13,WiiU,Sports,2K Sports,Visual Concepts,7.6,0.14,0.08,,0.04,0.01,2012-11-18,2018-01-04 -/games/boxart/full_73234AmericaFrontccc.jpg,Gretzky NHL 06,PS2,Sports,Sony Computer Entertainment,Page 44 Studios,,0.14,0.07,,0.05,0.02,2005-09-20, -/games/boxart/full_8104716AmericaFrontccc.jpg,NBA ShootOut 2002,PS,Sports,Sony Computer Entertainment,989 Sports,,0.14,0.08,,0.05,0.01,2001-09-01, -/games/boxart/full_3841282AmericaFrontccc.jpg,Bassmasters 2000,N64,Sports,THQ,Mass Media,,0.14,0.11,,0.03,0,1999-12-16, -/games/boxart/full_5147047AmericaFrontccc.jpg,Adventures to Go!,PSP,Role-Playing,Natsume,Global A Entertainment,,0.14,0.11,0.01,,0.02,2009-10-27, -/games/boxart/full_4894209AmericaFrontccc.jpg,Shadow Hearts: From The New World,PS2,Role-Playing,Xseed Games,Nautilus,7.6,0.14,0.07,,0.06,0.02,2006-03-07, -/games/boxart/full_4793513AmericaFrontccc.jpg,NHL Breakaway 98,PS,Sports,Acclaim Entertainment,Sculptured Software,,0.14,0.08,,0.05,0.01,1997-09-30, -/games/boxart/4194800ccc.jpg,Tiger Woods PGA Tour 2005,GC,Sports,EA Sports,EA Redwood Shores,,0.14,0.1,,0.03,0,2004-09-20, -/games/boxart/full_9745523AmericaFrontccc.jpg,Salt Lake 2002,PS2,Sports,Eidos Interactive,Attention To Detail,,0.14,0.07,,0.05,0.02,2002-01-29, -/games/boxart/full_3250807AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,PS,Sports,Acclaim Entertainment,Iguana Entertainment,,0.14,0.08,,0.05,0.01,1996-06-05, -/games/boxart/full_9202011JapanFrontccc.jpg,Power Pro Kun Pocket 8,DS,Sports,Konami,PawaPuro Production,,0.14,,0.14,,,2005-12-01, -/games/boxart/full_7534956AmericaFrontccc.jpg,Bottom of the 9th,PS,Sports,Konami,Konami,8,0.14,0.08,,0.05,0.01,1996-04-04, -/games/boxart/full_4380525AmericaFrontccc.jpg,NFL Blitz 20-03,GC,Sports,Midway Games,Point of View,7.8,0.14,0.11,,0.03,0,2002-08-12, -/games/boxart/full_6944978JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Wii,Wii,Sports,Konami,PawaPuro Production,,0.14,,0.14,,,2007-07-19, -/games/boxart/full_2982976AmericaFrontccc.jpg,R.B.I. Baseball 18,NS,Sports,MLB Advanced Media,MLB.com,,0.13,0.12,,,0.01,2018-03-20,2018-01-20 -/games/boxart/full_7914139PALFrontccc.jpg,International Cricket 2010,X360,Sports,Codemasters,Trickstar Games,,0.13,,,0.12,0.02,2010-06-18, -/games/boxart/6355384ccc.jpg,The Flintstones: Bedrock Bowling,PS,Sports,SouthPeak Interactive,Adrenalin Interactive,,0.13,0.07,,0.05,0.01,2000-09-19, -/games/boxart/full_5389442AmericaFrontccc.jpg,R.B.I. Baseball 18,XOne,Sports,MLB Advanced Media,MLB Advanced Media,,0.13,0.12,,,0.01,2018-03-20,2018-02-27 -/games/boxart/full_mlb-11-the-show_117AmericaFront.jpg,MLB 11: The Show,PS2,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,0.13,0.06,,0.05,0.02,2011-03-08, -/games/boxart/5091834ccc.jpg,Transworld Surf,XB,Sports,Atari,Angel Studios,,0.13,0.1,,0.03,0,2001-11-14, -/games/boxart/full_3435181PALFrontccc.jpg,Namco Soccer Prime Goal,PS,Sports,Sony Computer Entertainment,Namco,,0.13,,0.12,,0.01,1996-11-01, -/games/boxart/full_2277621AmericaFrontccc.jpg,NBA 08,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.13,0.06,,0.05,0.02,2007-09-26, -/games/boxart/full_6164039AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,PS3,Sports,Activision,Activision,,0.13,0.12,,,0.01,2008-09-23, -/games/boxart/full_7369566AmericaFrontccc.jpg,Rugby 15,PS4,Sports,Maximum Games,HB Studios,,0.13,0.05,,0.06,0.02,2015-02-24,2018-09-17 -/games/boxart/full_664671PALFrontccc.jpg,Don Bradman Cricket 14,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,0.13,0.01,,0.09,0.02,2015-04-01, -/games/boxart/full_7104593AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2009,X360,Sports,Activision,Activision,,0.13,0.12,,0,0.01,2008-09-23, -/games/boxart/full_5205497JapanFrontccc.jpg,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PS3,Sports,Sega,Sega,,0.13,,0.13,,,2013-10-10,2018-11-14 -/games/boxart/full_surf-riders_432AmericaFront.jpg,Surf Riders,PS,Sports,Ubisoft,ACOT,,0.13,0.07,,0.05,0.01,2000-08-01, -/games/boxart/full_9861333AmericaFrontccc.jpg,NBA Hoopz,PS,Sports,Midway Games,Eurocom Entertainment Software,,0.13,0.07,,0.05,0.01,2001-02-12, -/games/boxart/full_4926620AmericaFrontccc.jpg,Let's Play Ballerina,DS,Sports,Deep Silver,ZigZagIsland,,0.13,0.13,,,0.01,2010-06-08, -/games/boxart/2702464ccc.jpg,Backyard Soccer,PS,Sports,Infogrames,Humongous Entertainment,,0.13,0.07,,0.05,0.01,2001-09-28, -/games/boxart/full_400543AmericaFrontccc.jpg,Back At The Barnyard: Slop Bucket Games,DS,Sports,THQ,Firemint,,0.13,0.12,,0,0.01,2008-10-20, -/games/boxart/6959869ccc.jpg,NHL 2003,GC,Sports,EA Sports,EA Canada,,0.13,0.1,,0.03,0,2002-09-30, -/games/boxart/full_fit-in-six_865AmericaFront.jpg,Fit in Six,PS3,Sports,Ubisoft,Blue Byte Studio,,0.13,0.12,,,0.01,2011-03-15, -/games/boxart/2607713ccc.jpg,NTRA Breeders' Cup World Thoroughbred Championships,PS2,Sports,Bethesda Softworks,4J Studios,,0.13,0.07,,0.05,0.02,2005-09-29, -/games/boxart/full_5973934AmericaFrontccc.jpg,The Golf Club,PS4,Sports,Maximum Games,HB Studios,,0.13,0.09,,0.02,0.02,2015-04-28,2018-11-10 -/games/boxart/full_505848AmericaFrontccc.jpg,Kelly Slater's Pro Surfer,GBA,Sports,Activision,HotGen Studios,8,0.13,0.09,,0.03,0,2002-08-21, -/games/boxart/full_6501922AmericaFrontccc.jpg,Little League World Series Baseball 2009,DS,Sports,Activision,Black Lantern Studios,,0.13,0.12,,,0.01,2009-06-23, -/games/boxart/full_5367120AmericaFrontccc.jpg,All Star Cheer Squad 2,Wii,Sports,THQ,Gorilla Games,,0.13,0.12,,0,0.01,2009-10-27, -/games/boxart/526272ccc.jpg,Baseball Advance,GBA,Sports,THQ,Smilebit,8.3,0.13,0.1,,0.04,0,2002-03-20, -/games/boxart/full_8123108JapanFrontccc.jpg,Pro Yakyuu Spirits 6,PS2,Sports,Konami,Konami,,0.13,,0.13,,,2009-07-16, -/games/boxart/2459327ccc.jpg,Kurt Warner's Arena Football Unleashed,PS,Sports,Midway Games,Midway,,0.13,0.07,,0.05,0.01,2000-05-18, -/games/boxart/full_1468830PALFrontccc.jpg,NHL 2K9,PS2,Sports,2K Sports,Visual Concepts,,0.13,0.07,,0.05,0.02,2008-09-08, -/games/boxart/full_3955529AmericaFrontccc.jpg,NHL 2K9,PS3,Sports,2K Sports,Visual Concepts,,0.13,0.11,,0.01,0.01,2008-09-08, -/games/boxart/full_4770219AmericaFrontccc.jpg,Alone in the Dark: Inferno,PS3,Adventure,Atari,Eden Studios,,0.13,0.09,,0.03,0.01,2008-11-18, -/games/boxart/full_6457586AmericaFrontccc.jpg,Chicken Run,PS,Adventure,Eidos Interactive,Blitz Games,6.3,0.13,0.07,,0.05,0.01,2000-11-15, -/games/boxart/full_ncis_790AmericaFront.jpg,NCIS,Wii,Adventure,Ubisoft,Ubisoft,,0.13,0.08,,0.04,0.01,2011-11-01, -/games/boxart/full_7459448AmericaFrontccc.jpg,Torino 2006,PS2,Sports,2K Sports,49Games,,0.13,0.06,,0.05,0.02,2006-01-24, -/games/boxart/full_7235956JapanFrontccc.jpg,Derby Stallion Advance,GBA,Sports,Enterbrain,ParityBit,,0.13,,0.12,,0,2002-12-06, -/games/boxart/full_world-cup-golf-professional-edition_9PALFront.jpg,World Cup Golf: Professional Edition,PS,Sports,U.S. Gold,Arc Developments,,0.13,0.07,,0.05,0.01,1996-01-01, -/games/boxart/8938575ccc.jpg,The Guy Game,PS2,Misc,Gathering of Developers,Top Heavy Studios,,0.13,0.07,,0.05,0.02,2004-08-31, -/games/boxart/7582442ccc.jpg,Retro Atari Classics,DS,Misc,Atari,Taniko,,0.13,0.12,,0,0.01,2005-03-16, -/games/boxart/full_7948205AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,PS3,Misc,MTV Games,Harmonix Music Systems,,0.13,0.11,,0,0.01,2008-11-17, -/games/boxart/full_1594114JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Aladdin II Evolution,PS2,Misc,Sega,Sammy Studios,,0.13,,0.13,,,2005-12-15, -/games/boxart/full_5674766AmericaFrontccc.jpg,Pokémon: For Ho-Oh the Bells Toll!: Game Boy Advance Video,GBA,Misc,Nintendo,Nintendo,,0.13,0.09,,0.03,0,2004-06-21, -/games/boxart/full_the-x-factor_6PALFront.jpg,The X-Factor,PS3,Misc,Deep Silver,Deep Silver,,0.13,,,0.1,0.03,2010-10-29, -/games/boxart/full_deepak-chopras-leela_11AmericaFront.jpg,Deepak Chopra's Leela,X360,Misc,THQ,Curious Pictures,,0.13,0.07,,0.05,0.01,2011-11-08, -/games/boxart/6891930ccc.jpg,Rock Band Track Pack Volume 1,PS2,Misc,MTV Games,Harmonix Music Systems,,0.13,0.06,,0.05,0.02,2008-07-15, -/games/boxart/full_3865374AmericaFrontccc.jpg,The Price Is Right 2010 Edition,DS,Misc,Ubisoft,Ludia Inc.,,0.13,0.12,,,0.01,2009-09-22, -/games/boxart/full_8586350AmericaFrontccc.jpg,Left Brain Right Brain 2,DS,Misc,Majesco,Kokolo Corporation,,0.13,0.12,,0,0.01,2008-12-09, -/games/boxart/full_deepak-chopras-leela_348AmericaFront.jpg,Deepak Chopra's Leela,Wii,Misc,THQ,Curious Pictures,,0.13,0.1,,0.01,0.01,2011-11-08, -/games/boxart/6120372ccc.jpg,Mega Man X Collection,GC,Misc,Capcom,Capcom,7.5,0.13,0.1,,0.03,0,2006-01-10, -/games/boxart/full_8591613JapanFrontccc.jpg,Wantame Music Channel: Doko Demo Style,DS,Misc,Capcom,Capcom,,0.13,,0.13,,,2007-11-22, -/games/boxart/full_7583297AmericaFrontccc.png,Scene It? Bright Lights! Big Screen!,PS3,Misc,Warner Bros. Interactive,Screenlife Games,,0.13,0.1,,0.01,0.01,2009-11-17, -/games/boxart/full_dreamworks-2-in-1-party-pack_8AmericaFront.jpg,Dreamworks 2-in-1 Party Pack,DS,Misc,Activision,Activision,,0.13,0.12,,,0.01,2010-08-24, -/games/boxart/full_1648486AmericaFrontccc.jpg,DJ Max Fever,PSP,Misc,PM Studios,Pentavision Entertainment,7.7,0.13,0.11,,,0.02,2009-01-27, -/games/boxart/full_puppies-3d_264AmericaFront.jpg,Puppies 3D,3DS,Misc,Ubisoft,Ubisoft,,0.13,0.08,,0.04,0.01,2011-11-08, -/games/boxart/full_4167561JapanFrontccc.jpg,Pop'n Music Portable,PSP,Misc,Konami,Konami,,0.13,,0.13,,,2010-02-04, -/games/boxart/full_9147591AmericaFrontccc.jpg,Science Papa,Wii,Misc,Activision,Activision,,0.13,0.11,,0.01,0.01,2009-07-14, -/games/boxart/full_8095301PALFrontccc.jpg,Wasteland 2,PC,Misc,inXile Entertainment,Unknown,,0.13,0.06,,0.06,0.01,2020-12-31, -/games/boxart/1275665ccc.jpg,Shrek Super Party,XB,Misc,TDK Mediactive,Mass Media,,0.13,0.1,,0.03,0,2002-11-29, -/games/boxart/full_5843831PALFrontccc.jpg,Family Fortunes,Wii,Misc,Mindscape,Mindscape,,0.13,,,0.12,0.01,2009-10-23, -/games/boxart/full_9426922JapanFrontccc.jpg,Momotaro Douchuuki,SAT,Misc,Hudson Soft,SIMS,,0.13,,0.13,,,1997-09-25, -/games/boxart/4017433ccc.jpg,Chessmaster,XB,Misc,Ubisoft,Ubisoft,,0.13,0.1,,0.03,0,2004-10-26, -/games/boxart/full_zoobles-spring-to-life_3AmericaFront.jpg,Zoobles! Spring to Life!,DS,Misc,Activision,Activision,,0.13,0.1,,0.02,0.01,2011-11-01, -/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011-ketteiban_73JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PSP,Misc,Konami,Unknown,,0.13,,0.13,,,2011-12-22, -/games/boxart/default.jpg,Twister Mania,X360,Misc,Majesco,Naked Sky,,0.13,0.1,,0.01,0.01,2011-11-01, -/games/boxart/full_3764987JapanFrontccc.jpg,Tales of Berseria,PS3,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.13,,0.13,,,2016-08-18, -/games/boxart/2463963ccc.jpg,Ys: The Ark of Napishtim,PS2,Role-Playing,Konami,Konami Software Shanghai,7.4,0.13,0.07,,0.05,0.02,2005-02-22, -/games/boxart/full_3466768AmericaFrontccc.jpg,Azure Dreams,PS,Role-Playing,Konami,Konami Computer Entertainment Tokyo,7.4,0.13,0.07,,0.05,0.01,1998-07-12, -/games/boxart/full_382589AmericaFrontccc.jpg,Monster Rancher DS,DS,Role-Playing,Tecmo,Cing,,0.13,0.08,0.05,,0.01,2010-08-03, -/games/boxart/full_suite-precure-melody-collection_188JapanFront.jpg,Suite PreCure: Melody Collection,DS,Misc,Namco Bandai,Namco Bandai Games,,0.13,,0.13,,,2011-08-25, -/games/boxart/full_1432437AmericaFrontccc.jpg,Divinity: Original Sin II,PS4,Role-Playing,Bandai Namco Entertainment,Larian Studios,,0.13,0.04,,0.08,0.02,2018-08-31,2018-06-04 -/games/boxart/full_7063316JapanFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel IV,PS4,Role-Playing,NIS America,Falcom,,0.13,,0.13,,,2020-10-27,2018-08-18 -/games/boxart/full_freddi-fish-abc-under-the-sea_8AmericaFront.jpg,Freddi Fish: ABC under the sea,DS,Misc,Atari,Humongous Entertainment,,0.13,0.12,,,0.01,2010-10-05, -/games/boxart/full_hisshou-pachinko-kouryoku-series-vol-1-cr-shinseiki-evangelion_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 1: CR Shinseiki Evangelion,PS2,Misc,D3 Publisher,Bisty,,0.13,,0.13,,,2005-10-20, -/games/boxart/5271ccc.jpg,High Rollers Casino,XB,Misc,Mud Duck Productions,Bethesda Softworks,,0.13,0.1,,0.03,0,2004-11-07, -/games/boxart/full_3151041AmericaFrontccc.jpg,Smart Boy's Gameroom,DS,Misc,UFO Interactive,Starfish Inc.,,0.13,0.12,,0,0.01,2007-09-18, -/games/boxart/full_3510504AmericaFrontccc.jpg,Paperboy / Rampage,GBA,Misc,DSI Games,DSI Games,,0.13,0.1,,0.04,0,2005-08-21, -/games/boxart/full_3486487AmericaFrontccc.jpg,SingStar Latino,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,0.13,0.07,,0.05,0.02,2009-11-17, -/games/boxart/4071731ccc.jpg,Monopoly Party,GC,Misc,Infogrames,Runecraft,7.3,0.13,0.1,,0.03,0,2002-11-20, -/games/boxart/full_4146529AmericaFrontccc.jpg,Brain Assist,DS,Misc,Sega,Sega,,0.13,0.12,,0,0.01,2008-02-26, -/games/boxart/full_9888086AmericaFrontccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,Wii,Misc,Crave Entertainment,FarSight Studios,,0.13,0.12,,0,0.01,2010-01-19, -/games/boxart/9590912ccc.jpg,Quick Yoga Training,DS,Misc,Ubisoft,Ubisoft,,0.13,0.12,,,0.01,2008-08-06, -/games/boxart/527684ccc.jpg,My Spanish Coach,PSP,Misc,Ubisoft,Sensory Sweep Studios,7,0.13,0.12,,,0.01,2008-10-07, -/games/boxart/full_2613460AmericaFrontccc.jpg,Summon Night: Twin Age,DS,Role-Playing,Atlus,Flight-Plan,7.3,0.13,0.07,0.05,,0.01,2008-06-03, -/games/boxart/full_metal-max-3_3JapanFront.jpg,Metal Max 3,DS,Role-Playing,Enterbrain,Crea-Tech,,0.13,,0.13,,,2010-07-29, -/games/boxart/full_3876469AmericaFrontccc.jpg,Shin Megami Tensei: Devil Survivor 2 Record Breaker,3DS,Role-Playing,Atlus,Atlus,8.4,0.13,,0.1,0.02,0,2015-05-05,2018-01-31 -/games/boxart/full_51567AmericaFrontccc.jpg,Phantom Brave: We Meet Again,Wii,Role-Playing,NIS America,Nippon Ichi Software,7.6,0.13,0.12,0.01,,0.01,2009-08-11, -/games/boxart/full_1543369AmericaFrontccc.jpg,Trillion: God of Destruction,PSV,Role-Playing,Idea Factory,Compile Heart,,0.13,0.04,0.07,0.01,0.02,2016-03-29,2018-11-12 -/games/boxart/9331639ccc.gif,RPG Maker II,PS2,Role-Playing,Agetec,Kuusou Kagaku,,0.13,0.06,,0.05,0.02,2003-10-24, -/games/boxart/full_2694113JapanFrontccc.jpg,Last Ranker,PSP,Role-Playing,Capcom,imageepoch Inc.,,0.13,,0.13,,,2010-07-15, -/games/boxart/full_7051775AmericaFrontccc.jpg,Illusion of Gaia,SNES,Role-Playing,Nintendo,Quintet,,0.13,,0.13,,,1994-09-01, -/games/boxart/full_1245373JapanFrontccc.jpg,Gens? Suikoden: The Woven Web of a Century,PSP,Role-Playing,Konami Digital Entertainment,Konami,,0.13,,0.13,,,2012-02-09,2018-11-09 -/games/boxart/full_3585727JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren 4 - Kami no Hitomi to Akuma no Heso,DS,Role-Playing,Spike,ChunSoft,,0.13,,0.13,,,2010-02-25, -/games/boxart/full_divinity-ii-the-dragon-knight-saga_63AmericaFront.jpg,Divinity II: The Dragon Knight Saga,X360,Role-Playing,Atlus,Larian Studios,7.5,0.13,0.11,,0.02,0.01,2011-04-12, -/games/boxart/6878810ccc.jpg,Shin Megami Tensei: Digital Devil Saga,PS2,Role-Playing,Atlus,Atlus Co.,7.6,0.13,0.06,,0.05,0.02,2005-04-05, -/games/boxart/full_8227294JapanFrontccc.jpg,Mystic Ark,SNES,Role-Playing,Enix,Produce!,,0.13,,0.13,,,1995-07-14, -/games/boxart/6323802ccc.jpg,Dokapon Kingdom,Wii,Role-Playing,Atlus,Sting,7.2,0.13,0.12,,,0.01,2008-10-14, -/games/boxart/full_3398006AmericaFrontccc.jpg,Mass Effect: Andromeda,PC,Role-Playing,Electronic Arts,BioWare Corp.,,0.13,0.04,,0.08,0.01,2017-03-21,2018-07-03 -/games/boxart/full_ken-to-mahou-to-gakuen-mono-3_8JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3,PSP,Role-Playing,Acquire,ZeroDiv,,0.13,,0.13,,,2010-10-07, -/games/boxart/full_5302695JapanFrontccc.jpg,Final Fantasy XI: Rise of the Zilart,PS2,Role-Playing,Square Enix,Square Enix,,0.13,,0.13,,,2003-04-17, -/games/boxart/full_5425768JapanFrontccc.jpg,Medalot 7,3DS,Role-Playing,Rocket Company,Delta Factory,,0.13,,0.13,,,2012-09-13,2018-11-09 -/games/boxart/full_9604154JapanFrontccc.jpg,Dragon Quest Builders: Revive Alefgard,PS3,Role-Playing,Square Enix,Square Enix,,0.13,,0.13,,,2016-01-28,2018-01-11 -/games/boxart/full_4935578AmericaFrontccc.jpg,Dragon Age Origins: Awakening,PC,Role-Playing,Electronic Arts,BioWare Corp.,8.3,0.13,0.01,,0.1,0.02,2010-03-16, -/games/boxart/full_slime-morimori-dragon-quest-3-taikaizoku-to-shippo-dan_395JapanFront.jpg,Slime MoriMori Dragon Quest 3: Taikaizoku to Shippo Dan,3DS,Role-Playing,Square Enix,Square Enix,,0.13,,0.13,,,2011-11-02, -/games/boxart/full_venetica_978AmericaFront.jpg,Venetica,X360,Role-Playing,Atari,DECK13 Interactive,5.2,0.13,0.09,,0.03,0.01,2011-01-11,2018-05-10 -/games/boxart/full_1931604AmericaFrontccc.jpg,Eternal Poison (JP sales),PS2,Role-Playing,Atlus,Flight-Plan,,0.13,,0.13,,,2008-11-11, -/games/boxart/full_vampire-moon-the-mystery-of-the-hidden-sun_8AmericaFront.jpg,Vampire Moon: The Mystery of the Hidden Sun,DS,Adventure,City Interactive,City Interactive,,0.13,0.12,,0.01,0.01,2010-10-05, -/games/boxart/full_6624666JapanFrontccc.jpg,Suzumiya Haruhi no Tomadoi,PS2,Adventure,Banpresto,Banpresto,,0.13,,0.13,,,2008-01-31, -/games/boxart/9019994ccc.jpg,King Arthur,PS2,Adventure,Konami,Krome Studios,6.7,0.13,0.07,,0.05,0.02,2004-11-17, -/games/boxart/full_2645740JapanFrontccc.jpg,Resident Evil: Revelations 2,PSV,Action,Sony Computer Entertainment,Capcom,,0.13,0,0.08,0.04,0.01,2015-08-15,2018-04-15 -/games/boxart/full_3053553AmericaFrontccc.jpg,Avatar: The Last Airbender - The Burning Earth,X360,Action,THQ,THQ Australia,,0.13,0.11,,0.01,0.01,2007-11-19, -/games/boxart/full_kung-fu-panda-2_539AmericaFront.jpg,Kung Fu Panda 2,Wii,Action,THQ,THQ,3,0.13,0.07,,0.05,0.01,2011-05-24, -/games/boxart/full_7641386AmericaFrontccc.jpg,Bio FREAKS,PS,Action,Midway Games,Saffire Corporation,,0.13,0.07,,0.05,0.01,1998-04-30, -/games/boxart/full_5440000AmericaFrontccc.jpg,Utawarerumono: Mask of Truth,PS4,Visual Novel,Atlus,Aqua Plus,,0.13,0.05,0.07,,0.01,2017-09-05,2018-06-03 -/games/boxart/full_7603360AmericaFrontccc.jpg,Warriors of Might and Magic,PS,Adventure,3DO,3DO,,0.13,0.07,,0.05,0.01,2001-02-07, -/games/boxart/full_1530855AmericaFrontccc.jpg,Corpse Party: Back to School Edition,3DS,Adventure,Xseed Games,Xseed Games,,0.13,0.11,,,0.01,2016-10-25,2018-01-14 -/games/boxart/full_3760794JapanFrontccc.jpg,428: Fuusa Sareta Shibuya de,Wii,Adventure,Sega,ChunSoft,,0.13,,0.13,,,2008-12-04, -/games/boxart/8596974ccc.jpg,Shaman King: Power of Spirit,PS2,Adventure,Konami,WinkySoft,,0.13,0.06,,0.05,0.02,2004-11-09, -/games/boxart/full_1852064AmericaFrontccc.jpg,Rocksmith 2014 Edition Remastered,XOne,Music,Ubisoft,Ubisoft,,0.13,0.12,,,0.01,2016-10-04,2018-06-19 -/games/boxart/full_1623039JapanFrontccc.jpg,Persona Dancing: Endless Night Collection,PS4,Music,Atlus,Atlus,,0.13,0.07,0.04,,0.02,2018-12-04,2018-08-12 -/games/boxart/full_1693355AmericaFrontccc.jpg,Everybody Dance,PS3,Music,Sony Computer Entertainment,SCEE London Studio,6.5,0.13,0.11,,,0.02,2011-10-18,2018-09-14 -/games/boxart/full_785196AmericaFrontccc.jpg,Hatsune Miku: Project Diva X,PS4,Music,Sega,Sega,,0.13,0.08,0.04,,0.02,2016-08-30,2018-06-30 -/games/boxart/full_1529261AmericaFrontccc.jpg,Just Dance 2017,PS3,Music,Ubisoft,Ubisoft Paris,,0.13,0.05,,0.06,0.02,2016-10-25,2018-04-06 -/games/boxart/full_1474461JapanFrontccc.jpg,PriPara Mezase! Idol Grand Prix No.1!,3DS,Music,Takara Tomy,Takara Tomy,,0.13,,0.13,,,2015-10-22,2018-07-03 -/games/boxart/full_6028615JapanFrontccc.jpg,Doukyuusei 2,SAT,Role-Playing,NEC Interchannel,Elf,,0.13,,0.13,,,1997-07-11, -/games/boxart/2525130ccc.jpg,Baroque,PS2,Role-Playing,Atlus,Sting,,0.13,0.05,0.02,0.04,0.01,2008-04-08, -/games/boxart/full_6430800AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel III,PS4,Role-Playing,NIS America,Nihon Falcom Corporation,7,0.13,,0.13,,,2019-09-24,2018-07-03 -/games/boxart/full_8596959AmericaFrontccc.jpg,Watch Dogs,WiiU,Action-Adventure,Ubisoft,Ubisoft Montreal,,0.13,0.07,,0.05,0.01,2014-11-18,2018-03-15 -/games/boxart/full_6562500AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Blacklist,WiiU,Action-Adventure,Ubisoft,Ubisoft Shanghai,9.2,0.13,0.04,,0.07,0.01,2013-08-20,2018-03-08 -/games/boxart/full_4336788JapanFrontccc.jpg,Utawarerumono: Mask of Deception,PS4,Adventure,Atlus,Aqua Plus,,0.13,0.05,0.07,,0.01,2017-05-23,2019-03-23 -/games/boxart/full_657087AmericaFrontccc.jpg,Avatar: The Last Airbender - Into the Inferno,DS,Adventure,THQ,Halfbrick Studios,,0.13,0.11,,0.01,0.01,2008-11-12, -/games/boxart/full_4808314JapanFrontccc.jpg,Amagami,PS2,Adventure,Enterbrain,Enterbrain,,0.13,,0.13,,,2009-03-19, -/games/boxart/full_grand-knights-history_752JapanFront.jpg,Grand Knights History,PSP,Adventure,Xseed Games,Vanillaware,,0.13,,0.13,,,2012-12-31, -/games/boxart/full_5687119AmericaFrontccc.jpg,Barbie and The Three Musketeers,DS,Adventure,Activision,Activision,,0.13,0.12,,0,0.01,2009-11-03, -/games/boxart/6020786ccc.jpg,Star Wars: Lethal Alliance,PSP,Adventure,Ubisoft,Ubisoft Montreal,6.3,0.13,0.11,,0.01,0.01,2006-12-07, -/games/boxart/full_2484712AmericaFrontccc.jpg,Goosebumps: The Game,NS,Adventure,GameMill Entertainment,WayForward,,0.13,0.09,,0.02,0.01,2018-10-09,2018-06-14 -/games/boxart/full_haunted-house_2AmericaFront.jpg,Haunted House,Wii,Adventure,Atari,ImaginEngine,,0.13,0.12,,0,0.01,2010-09-28, -/games/boxart/full_the-oregon-trail_979AmericaFront.jpg,The Oregon Trail,3DS,Adventure,Crave Entertainment,Gameloft,,0.13,0.12,,,0.01,2011-12-09, -/games/boxart/full_4359963AmericaFrontccc.jpg,Syberia,DS,Adventure,The Adventure Company,TetraEdge Games,,0.13,0.1,,0.02,0.01,2008-11-25, -/games/boxart/full_9318452JapanFrontccc.jpg,Yakuza Kiwami,PS3,Adventure,Sega,Sega,,0.13,,0.13,,,2016-01-21,2018-01-02 -/games/boxart/full_megamind-the-blue-defender_2AmericaFront.jpg,Megamind: The Blue Defender,PSP,Adventure,THQ,Tantalus Interactive,,0.13,0.08,,0.03,0.02,2010-11-02, -/games/boxart/full_5508319JapanFrontccc.jpg,Aikatsu! 365 Idol Days,3DS,Adventure,Bandai Namco Games,Bandai Namco Games,,0.13,,0.13,,,2014-12-04,2018-08-06 -/games/boxart/full_the-stronghold-collection_617AmericaFront.jpg,The Stronghold Collection,PC,Strategy,2K Games,FireFly Studios,,0.13,0.04,,0.08,0.01,2009-10-27, -/games/boxart/full_6236571JapanFrontccc.jpg,Super Robot Wars X,PS4,Strategy,Bandai Namco Games,Bandai Namco,,0.13,,0.13,,,2018-03-29,2018-04-07 -/games/boxart/full_5176378AmericaFrontccc.jpg,The Unholy War,PS,Strategy,Eidos Interactive,Toys for Bob,,0.13,0.07,,0.05,0.01,1998-09-30, -/games/boxart/full_6008431JapanFrontccc.jpg,Nobunaga no Yabou: Ranseiki,PS2,Strategy,KOEI,Koei / Inis,,0.13,,0.13,,,2002-04-04, -/games/boxart/default.jpg,Victorious: Time to Shine,X360,Action,D3 Publisher,High Voltage Software,,0.13,0.12,,,0.01,2011-11-15, -/games/boxart/full_1427862AmericaFrontccc.jpg,Ninjatown,DS,Strategy,SouthPeak Interactive,Venan Entertainment / Cashmere Productions,,0.13,0.12,,0,0.01,2008-10-28, -/games/boxart/full_1129662AmericaFrontccc.jpg,Yu-Gi-Oh! GX: Tag Force,PSP,Strategy,Konami,Konami,6,0.13,0.09,,0.03,0.02,2006-11-14, -/games/boxart/full_927802AmericaFrontccc.png,Romance of the Three Kingdoms IV: Wall of Fire,PS,Strategy,KOEI,Koei/Inis,,0.13,0.05,0.04,0.03,0.01,1996-01-01, -/games/boxart/full_8023442AmericaFrontccc.jpg,RollerCoaster Tycoon,XB,Strategy,Atari,Atari,5.5,0.13,0.1,,0.03,0,2003-03-25, -/games/boxart/full_3951922AmericaFrontccc.jpg,Deception IV: Blood Ties,PS3,Action,Tecmo Koei,Tecmo Koei Games,,0.13,0.03,0.07,0.02,0.01,2014-03-25,2018-11-09 -/games/boxart/full_6824871AmericaFrontccc.jpg,Fat Princess: Fistful of Cake,PSP,Action,Sony Computer Entertainment,SuperVillain Studios,7,0.13,0.08,,0.02,0.02,2010-05-04, -/games/boxart/4308905ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,Wii,Action,Ubisoft,Ubisoft Montreal,,0.13,0.1,,0.01,0.01,2006-11-28, -/games/boxart/7219676ccc.jpg,Crash Tag Team Racing,XB,Racing,VU Games,Radical Entertainment,,0.13,0.09,,0.03,0,2005-10-20, -/games/boxart/full_2669837AmericaFrontccc.jpg,MX 2002 Featuring Ricky Carmichael,XB,Racing,THQ,Pacific Coast Power & Light,,0.13,0.1,,0.03,0,2001-12-06, -/games/boxart/full_602397AmericaFrontccc.jpg,Castrol Honda Superbike Racing,PS,Racing,Electronic Arts,Midas Interactive Entertainment,3.9,0.13,0.07,,0.05,0.01,1999-05-25, -/games/boxart/2004897ccc.jpg,Fatal Inertia,X360,Racing,KOEI,Koei Canada,,0.13,0.12,,0,0.01,2007-09-11, -/games/boxart/5167610ccc.jpg,Quantum Redshift,XB,Racing,Microsoft Game Studios,Curly Monsters,,0.13,0.09,,0.03,0,2002-09-16, -/games/boxart/full_ben-10-galactic-racing_26AmericaFront.jpg,Ben 10 Galactic Racing,DS,Racing,D3 Publisher,Monkey Bar Games,,0.13,0.09,,0.03,0.01,2011-10-18, -/games/boxart/2258993ccc.jpg,Need for Speed: ProStreet,DS,Racing,Electronic Arts,EA Black Box,,0.13,0.11,,0.01,0.01,2007-11-13, -/games/boxart/7064302ccc.jpg,Every Extend Extra,PSP,Shooter,Buena Vista,Q Entertainment,,0.13,0.11,,0,0.02,2006-11-07, -/games/boxart/full_7388386JapanFrontccc.jpg,Detana TwinBee Yahho! Deluxe Pack,SAT,Shooter,Konami,Konami,,0.13,,0.13,,,1995-09-29, -/games/boxart/full_6462357AmericaFrontccc.jpg,Armed and Dangerous,XB,Shooter,LucasArts,Planet Moon Studios,,0.13,0.09,,0.03,0,2003-12-02, -/games/boxart/full_2293779AmericaFrontccc.jpg,Eat Lead: The Return of Matt Hazard,PS3,Shooter,D3 Publisher,Vicious Cycle,5.3,0.13,0.09,0,0.02,0.01,2009-02-26, -/games/boxart/full_6434803AmericaFrontccc.jpg,Iridion II,GBA,Shooter,Majesco,Shin'en GmbH,7.9,0.13,0.09,,0.03,0,2003-05-29, -/games/boxart/full_222097AmericaFrontccc.jpg,Borderlands: Double Game Add-On Pack,X360,Shooter,2K Games,Gearbox Software,,0.13,0.1,,0.02,0.01,2010-04-06, -/games/boxart/9600124ccc.jpg,Army Men: Soldiers of Misfortune,Wii,Shooter,Zoo Games,"Big Blue Bubble, Inc.",,0.13,0.12,,,0.01,2008-10-10, -/games/boxart/full_top-shot-arcade_906AmericaFront.jpg,Top Shot Arcade,Wii,Shooter,Activision,Activision,,0.13,0.12,,,0.01,2011-03-07, -/games/boxart/1910543ccc.jpg,Gunstar Heroes,GEN,Shooter,Sega,"Treasure Co., Ltd.",,0.13,,0.13,,0,1993-09-09, -/games/boxart/full_3838154AmericaFrontccc.jpg,Destiny 2: Forsaken,XOne,Shooter,Activision,Bungie,,0.13,0.08,,0.04,0.01,2018-09-04,2018-08-07 -/games/boxart/full_2440510AmericaFrontccc.jpg,Call of Duty: Black Ops IIII,PC,Shooter,Activision,Treyarch,,0.13,0.05,,0.07,0.01,2018-10-12,2018-11-07 -/games/boxart/8367302ccc.jpg,Contra III: The Alien Wars,SNES,Shooter,Konami,Konami,,0.13,,0.13,,0,1992-04-01, -/games/boxart/9841211ccc.jpg,Dead to Rights: Reckoning,PSP,Shooter,Namco,Rebellion Developments,5.2,0.13,0.12,,,0.01,2005-06-28, -/games/boxart/full_6575AmericaFrontccc.jpg,Brothers in Arms: Double Time,Wii,Shooter,Ubisoft,Gearbox Software,4.6,0.13,0.11,,0,0.01,2008-09-23, -/games/boxart/full_6593399JapanFrontccc.jpg,Sin and Punishment,N64,Shooter,Nintendo,"Treasure Co., Ltd.",,0.13,,0.13,,0,2000-11-21, -/games/boxart/1878126ccc.jpg,The House of the Dead,SAT,Shooter,Sega,Tantalus Interactive,7.5,0.13,,0.13,,0,1998-03-31, -/games/boxart/full_5511775AmericaFrontccc.jpg,Rogue Warrior,PS3,Shooter,Bethesda Softworks,Rebellion Developments,2.5,0.13,0.11,,0.02,0.01,2009-12-01, -/games/boxart/full_6290323AmericaFrontccc.jpg,James Bond 007: Nightfire,GBA,Shooter,Electronic Arts,JV Games,7.2,0.13,0.1,,0.04,0,2003-03-17, -/games/boxart/full_red-orchestra-2-heroes-of-stalingrad_541AmericaFront.jpg,Red Orchestra 2: Heroes of Stalingrad,PC,Shooter,Tripwire Interactive,Tripwire Interactive,7.7,0.13,0.04,,0.07,0.02,2011-09-13, -/games/boxart/full_2716448AmericaFrontccc.jpg,ArmA II,PC,Shooter,Got Game Entertainment,Bohemia Interactive,,0.13,,,0.12,0.02,2009-07-07, -/games/boxart/7111476ccc.jpg,Alter Echo,PS2,Shooter,THQ,Outrage Games,,0.13,0.06,,0.05,0.02,2003-08-19, -/games/boxart/full_1819592AmericaFrontccc.jpg,Bulletstorm: Full Clip Edition,PS4,Shooter,Gearbox Software,People Can Fly,,0.13,0.05,,0.06,0.02,2017-04-07,2018-06-25 -/games/boxart/2289095ccc.jpg,Freedom Fighters,GC,Shooter,Electronic Arts,IO Interactive,8.8,0.13,0.1,,0.03,0,2003-10-01, -/games/boxart/full_589771AmericaFrontccc.jpg,Legendary,PS3,Shooter,Gamecock,Spark Unlimited,4,0.13,0.08,,0.03,0.02,2008-10-31, -/games/boxart/full_8490978AmericaFrontccc.jpg,007 Legends,WiiU,Shooter,Activision,Eurocom,4.2,0.13,0.06,,0.06,0.01,2012-12-11,2018-03-16 -/games/boxart/full_3720698AmericaFrontccc.jpg,Shrek Smash n' Crash Racing,GC,Racing,Activision,Torus Games,,0.13,0.1,,0.03,0,2006-11-21, -/games/boxart/121612ccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,XB,Racing,Codemasters,Codemasters,,0.13,0.09,,0.03,0,2004-04-13, -/games/boxart/full_578952AmericaFrontccc.jpg,Monster Jam: Urban Assault,PS2,Racing,Activision,Torus Games,,0.13,0.06,,0.05,0.02,2008-10-28, -/games/boxart/full_5656331AmericaFrontccc.jpg,DT Racer,PS2,Racing,XS Games,Axis Entertainment,,0.13,0.06,,0.05,0.02,2005-09-26, -/games/boxart/4660479ccc.jpg,Drome Racers,PS2,Racing,Electronic Arts,Attention To Detail,,0.13,0.06,,0.05,0.02,2002-11-20, -/games/boxart/3941047ccc.jpg,Burnout,XB,Racing,Acclaim Entertainment,Criterion Games,,0.13,0.09,,0.03,0,2002-04-29, -/games/boxart/2757882ccc.jpg,Sega GT,DC,Racing,Sega,TOSE Software,7.8,0.13,,0.13,,0,2000-08-29, -/games/boxart/full_1555104AmericaFrontccc.jpg,Heroes of the Pacific,XB,Simulation,Ubisoft,IR Gurus Interactive,,0.13,0.1,,0.03,0,2005-09-28, -/games/boxart/2666714ccc.gif,Monster Jam,DS,Racing,Activision,Torus Games,,0.13,0.12,,0,0.01,2007-11-13, -/games/boxart/full_6142019AmericaFrontccc.jpg,Sonic Riders,XB,Racing,Sega,Sonic Team,,0.13,0.1,,0.03,0,2006-02-21, -/games/boxart/7685611ccc.jpg,Rally Fusion: Race of Champions,PS2,Racing,Activision,Climax Group,,0.13,0.06,,0.05,0.02,2002-11-11, -/games/boxart/4249201ccc.jpg,Digimon Racing,GBA,Racing,Bandai,Griptonite Games,6,0.13,0.09,,0.03,0,2004-09-13, -/games/boxart/full_dreamworks-super-star-kartz_798AmericaFront.jpg,DreamWorks Super Star Kartz,DS,Racing,Activision,Activision,,0.13,0.08,,0.03,0.01,2011-11-15, -/games/boxart/full_1848441AmericaFrontccc.jpg,NASCAR Heat 3,PS4,Racing,704Games,Monster Games,,0.13,0.1,,,0.02,2018-09-07,2018-07-09 -/games/boxart/full_sbk-2011_869PALFront.jpg,SBK 2011: FIM Superbike World Championship,PS3,Racing,Black Bean Games,Milestone S.r.l,,0.13,0.01,,0.09,0.02,2011-05-11, -/games/boxart/full_9387625PALFrontccc.jpg,Valentino Rossi: The Game,PS4,Racing,Namco Bandai Games,Milestone S.r.l.,,0.13,0.05,,0.05,0.02,2016-07-26,2018-06-25 -/games/boxart/full_8986796AmericaFrontccc.jpg,Nickelodeon Kart Racers,NS,Racing,GameMill Entertainment,Bamtang,2,0.13,0.08,,0.04,0.01,2018-10-23,2020-09-21 -/games/boxart/full_cars-2_959AmericaFront.jpg,Cars 2,PSP,Racing,Disney Interactive Studios,Disney Interactive,,0.13,0.1,,0.01,0.02,2011-11-08, -/games/boxart/5127451ccc.gif,Destruction Derby Arenas,PS2,Racing,Gathering of Developers,Studio 33,,0.13,0.06,,0.05,0.02,2004-04-01, -/games/boxart/full_5220018PALFrontccc.jpg,Project CARS,PC,Racing,Bandai Namco Games,Slightly Mad Studios,,0.13,,,0.12,0.01,2015-05-12,2018-01-05 -/games/boxart/full_1053466AmericaFrontccc.jpg,NASCAR Heat 2,PS4,Racing,704Games,Monster Games,,0.13,0.11,,,0.02,2017-09-12,2018-06-25 -/games/boxart/full_8084494AmericaFrontccc.jpg,Indianapolis 500 Legends,Wii,Racing,Destineer,Torus Games,,0.13,0.12,,,0.01,2007-12-14, -/games/boxart/7361330ccc.jpg,Spy Hunter 2,XB,Racing,Midway Games,Angel Studios,,0.13,0.1,,0.03,0,2003-11-24, -/games/boxart/1584940ccc.jpg,Need for Speed Underground 2,DS,Racing,Electronic Arts,Pocketeers,,0.13,0.11,,0.02,0.01,2005-05-10, -/games/boxart/8605814ccc.jpg,Nitrobike,Wii,Racing,Ubisoft,Left Field Productions,,0.13,0.11,,0.01,0.01,2008-01-15, -/games/boxart/full_dreamworks-super-star-kartz_480AmericaFront.jpg,DreamWorks Super Star Kartz,Wii,Racing,Activision,Activision,,0.13,0.08,,0.04,0.01,2011-11-15, -/games/boxart/full_splitsecond_620AmericaFront.jpg,Split/Second,PSP,Racing,Disney Interactive Studios,Black Rock Studio,,0.13,0.09,,0.02,0.02,2010-11-16, -/games/boxart/full_18-wheels-of-steel-extreme-trucker-2_522AmericaFront.jpg,18 Wheels of Steel: Extreme Trucker 2,PC,Racing,THQ,SCS Software,,0.13,0.1,,0.02,0.01,2011-01-06, -/games/boxart/full_3545990AmericaFrontccc.jpg,LEGO Racers 2,PS2,Racing,LEGO Media,Attention To Detail,,0.13,0.06,,0.05,0.02,2001-09-27, -/games/boxart/full_5719259AmericaFrontccc.jpg,Little Dragons Café,NS,Simulation,Aksys Games,Aksys Games,7,0.13,0.09,0.02,,0.01,2018-08-24,2018-09-26 -/games/boxart/3744037ccc.gif,Anno 1701: Dawn of Discovery,DS,Simulation,Ubisoft,Sunflower Studios,8,0.13,0.07,,0.05,0.01,2008-03-04, -/games/boxart/full_1494769JapanFrontccc.jpg,The IdolM@ster: One for All,PS3,Simulation,Namco Bandai Games,Bandai Namco Games,,0.13,,0.13,,,2014-05-15,2018-11-10 -/games/boxart/full_7883749AmericaFrontccc.jpg,Wild Earth: African Safari,Wii,Simulation,Majesco,Super X Studios,,0.13,0.1,,0.02,0.01,2008-04-22, -/games/boxart/full_4305058AmericaFrontccc.jpg,Farming Simulator 17,NS,Simulation,Focus Home Interactive,Giants Software,,0.13,0.04,,0.08,0.01,2017-11-07,2018-01-06 -/games/boxart/full_5262222AmericaFrontccc.jpg,Sally's Salon,DS,Simulation,Capcom,Capcom,,0.13,0.12,,,0.01,2008-11-11, -/games/boxart/full_5821479AmericaFrontccc.jpg,Harvest Moon DS (jp sales),DS,Simulation,Natsume,TOSE,,0.13,,0.13,,,2006-09-12, -/games/boxart/full_53622AmericaFrontccc.jpg,Lovely Lisa and Friends,DS,Simulation,Tomy Corporation,Tomy,,0.13,0.12,,,0.01,2010-02-23, -/games/boxart/full_5765269AmericaFrontccc.jpg,Black Dawn,PS,Simulation,Virgin Interactive,Black Ops Entertainment,,0.13,0.07,,0.05,0.01,1996-09-30, -/games/boxart/full_3016220AmericaFrontccc.jpg,My Baby: First Steps,Wii,Simulation,SouthPeak Interactive,Nobilis,,0.13,0.12,,0,0.01,2009-11-03, -/games/boxart/full_steel-battalion-heavy-armor_5JapanFront.jpg,Steel Battalion: Heavy Armor,X360,Simulation,Capcom,From Software,,0.13,0.08,0.02,0.02,0.01,2012-06-19, -/games/boxart/7234221ccc.jpg,City Crisis,PS2,Simulation,Take-Two Interactive,Syscom Entertainment,,0.13,0.06,,0.05,0.02,2001-07-17, -/games/boxart/full_126758AmericaFrontccc.jpg,Littlest Pet Shop: Spring,DS,Simulation,Electronic Arts,EA Salt Lake,,0.13,0.12,,0,0.01,2009-03-03, -/games/boxart/full_6422891AmericaFrontccc.jpg,History Civil War: Secret Missions,X360,Shooter,Activision,Cauldron Ltd.,,0.13,0.12,,,0.01,2008-11-04, -/games/boxart/full_4847074AmericaFrontccc.jpg,Hour of Victory,X360,Shooter,Midway Games,Nfusion,,0.13,0.1,,0.01,0.01,2007-06-25, -/games/boxart/full_4610952AmericaFrontccc.jpg,Jurassic: The Hunted,X360,Shooter,Activision,Activision,,0.13,0.12,,,0.01,2009-11-03, -/games/boxart/696515ccc.jpg,007: Quantum of Solace,DS,Action,Activision,Vicarious Visions,6.3,0.13,0.11,,0.01,0.01,2008-11-04, -/games/boxart/full_55852AmericaFrontccc.jpg,New Gundam Breaker,PS4,Action,Namco Bandai Games,Bandai Namco Games,2.8,0.13,0.03,0.1,,0.01,2018-06-22,2018-04-21 -/games/boxart/full_1196045AmericaFrontccc.jpg,Star Wars: Clone Wars,XB,Shooter,LucasArts,Pandemic Studios,,0.13,0.1,,0.03,0,2003-04-22, -/games/boxart/full_neverdead_381AmericaFront.jpg,NeverDead,PS3,Shooter,Konami,Rebellion Developments,,0.13,0.06,0.01,0.04,0.02,2012-01-31, -/games/boxart/1383544ccc.jpg,Rogue Ops,XB,Action,Kemco,Bits Studios,,0.13,0.1,,0.03,0,2003-10-28, -/games/boxart/full_5687203AmericaFrontccc.jpg,Bakugan: Battle Trainer,DS,Action,Activision,Magic Pockets,,0.13,0.12,,,0.01,2010-03-23, -/games/boxart/3703405ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,DS,Action,Ubisoft,Ubisoft Casablanca,,0.13,0.12,,0,0.01,2005-11-21, -/games/boxart/7755432ccc.jpg,"Crouching Tiger, Hidden Dragon",PS2,Action,Ubisoft,Light Weight,,0.13,0.06,,0.05,0.02,2003-10-09, -/games/boxart/full_rango-the-video-game_754AmericaFront.jpg,Rango: The Video Game,X360,Action,Paramount Digital Entertainment,Behaviour Studios,,0.13,0.06,,0.06,0.01,2011-03-01, -/games/boxart/full_6599531AmericaFrontccc.jpg,Destroy All Humans! Path of the Furon,X360,Action,THQ,Sandblast Games,4.1,0.13,0.08,,0.04,0.01,2008-12-02, -/games/boxart/full_2111294JapanFrontccc.jpg,Super Robot Wars BX,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.13,,0.13,,,2015-08-20,2018-07-03 -/games/boxart/6098364ccc.jpg,Last Bronx,SAT,Fighting,Sega,Sega,,0.13,,0.13,,0,1997-09-30, -/games/boxart/full_6486266AmericaFrontccc.jpg,Street Fighter IV,PC,Fighting,Capcom,Capcom / Dimps Corporation,9.1,0.13,0.07,,0.05,0.02,2009-07-07, -/games/boxart/6457711ccc.jpg,SoulCalibur II (JP weekly data),PS2,Fighting,Namco,Namco,,0.13,,0.13,,,2003-08-27, -/games/boxart/full_2961471AmericaFrontccc.jpg,Legends of Wrestling,GC,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.13,0.1,,0.03,0,2002-05-27, -/games/boxart/7864368ccc.jpg,Legends of Wrestling II,XB,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.13,0.09,,0.03,0,2002-12-05, -/games/boxart/full_6286170AmericaFrontccc.jpg,X-Men: Next Dimension,GC,Fighting,Activision,EXAKT Entertainment,7,0.13,0.1,,0.03,0,2002-10-15, -/games/boxart/7372339ccc.jpg,Fire ProWrestling,GBA,Fighting,BAM! Entertainment,Spike,8,0.13,0.09,,0.03,0,2001-06-10, -/games/boxart/full_8166232AmericaFrontccc.jpg,Open Season,DS,Platform,Ubisoft,Ubisoft Montreal,7.4,0.13,0.12,,0,0.01,2006-09-19, -/games/boxart/full_3315417JapanFrontccc.jpg,Little Battlers eXperience: Wars,3DS,Strategy,Level 5,Level 5,,0.13,,0.13,,,2013-10-31,2018-08-31 -/games/boxart/full_829228AmericaFrontccc.jpg,MegaTagmension Blanc + Neptune VS Zombies,PSV,Action,Idea Factory International,Compile Heart,,0.13,0.04,0.06,0.01,0.02,2016-05-10,2018-07-03 -/games/boxart/full_4734656AmericaFrontccc.jpg,Song of the Deep,XOne,Action,Insomniac Games,Insomniac Games,,0.13,0.12,,,0.01,2016-07-12, -/games/boxart/full_2470955AmericaFrontccc.jpg,Space Camp,Wii,Action,Activision,7 Studios,,0.13,0.12,,0,0.01,2009-05-26, -/games/boxart/full_2138333AmericaFrontccc.jpg,Superman: The Man of Steel,XB,Action,Atari,Circus Freak,,0.13,0.1,,0.03,0,2002-11-19, -/games/boxart/full_1456816JapanFrontccc.jpg,Tales of the Heroes: Twin Brave,PSP,Action,Namco Bandai Games,Bandai Namco Games,,0.13,,0.13,,,2012-02-23,2018-11-12 -/games/boxart/full_kung-fu-high-impact_848AmericaFront.jpg,Kung-Fu: High Impact,X360,Action,Unknown,Virtual Air Guitar Company,,0.13,0.08,,0.05,0.01,2011-11-15, -/games/boxart/full_the-history-channel-great-battles-medieval_542PALFront.jpg,The History Channel: Great Battles - Medieval,X360,Strategy,Slitherine Software,Slitherine Software,,0.13,0.08,,0.04,0.01,2011-05-09, -/games/boxart/full_record-of-agarest-war-zero_376AmericaFront.jpg,Record of Agarest War Zero,PS3,Strategy,Aksys Games,Compile Heart,6.2,0.13,0.09,0.03,,0.01,2011-06-14, -/games/boxart/full_7647298AmericaFrontccc.jpg,Grand Theft Auto: San Andreas,XBL,Action,Rockstar Games,Rockstar North,,0.13,0.09,,0.02,0.01,2008-10-20, -/games/boxart/full_5605920AmericaFrontccc.jpg,Outlast Trinity,XOne,Action,Warner Bros. Interactive Entertainment,Red Barrels,,0.13,0.1,,0.02,0.01,2017-04-25, -/games/boxart/8800588ccc.gif,Army Men: Green Rogue,PS2,Shooter,3DO,3DO,,0.13,0.06,,0.05,0.02,2001-03-25, -/games/boxart/full_3555125AmericaFrontccc.jpg,Yu-Gi-Oh! Nightmare Troubadour (JP sales),DS,Action,Konami,Konami,,0.13,,0.1,0.03,,2005-08-30, -/games/boxart/full_832880JapanFrontccc.jpg,Tamagotchi no Pichi Pichi Omisecchi,DS,Action,Namco Bandai,Bandai Namco Games,,0.13,,0.13,,,2010-06-17, -/games/boxart/7876195ccc.jpg,Warriors Orochi 2,PS2,Action,KOEI,Omega Force,4.3,0.13,0.06,,0.05,0.02,2008-09-23, -/games/boxart/9590207ccc.jpg,Assault: Retribution,PS,Action,Midway Games,Candle Light Studios,,0.13,0.07,,0.05,0.01,1998-10-31, -/games/boxart/8289595ccc.gif,Chessmaster: The Art of Learning,PSP,Action,Ubisoft,Unknown,,0.13,0.11,,0,0.02,2008-02-12, -/games/boxart/6052034ccc.jpg,Tomb Raider: Legend,XB,Action,Eidos Interactive,Crystal Dynamics,8.3,0.13,0.1,,0.03,0,2006-04-11, -/games/boxart/full_kentoushi-gladiator-begins_0AmericaFront.jpg,Gladiator Begins,PSP,Action,Aksys Games,Acquire,,0.13,0.05,0.05,0.01,0.01,2010-09-14, -/games/boxart/full_4821818AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,X360,Action,Little Orbit,Vicious Cycle,,0.13,0.05,,0.07,0.01,2015-10-20,2018-03-17 -/games/boxart/full_4307707AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Arcade Attack,DS,Action,Ubisoft,Ubisoft,4.3,0.13,0.12,,0,0.01,2009-11-10, -/games/boxart/full_7139207AmericaFrontccc.jpg,Shining Force III,SAT,Strategy,Sega,Camelot Software Planning,,0.13,,0.13,,,1998-05-31, -/games/boxart/full_1597426AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PS3,Action,Xseed Games,Acquire,,0.13,0.06,0.04,0.01,0.02,2014-08-12,2018-11-12 -/games/boxart/8974858ccc.jpg,NightCaster,XB,Action,Microsoft,Jaleco Entertainment,,0.13,0.1,,0.03,0,2002-01-21, -/games/boxart/4688490ccc.jpg,Hitman 2: Silent Assassin,GC,Action,Eidos Interactive,IO Interactive,8.3,0.13,0.1,,0.03,0,2003-06-19, -/games/boxart/full_sengoku-basara-3-utage_463JapanFront.jpg,Sengoku Basara 3 Utage,Wii,Action,Capcom,Capcom,,0.13,,0.13,,,2011-11-10, -/games/boxart/full_spartan-total-warrior_386AmericaFront.jpg,Spartan: Total Warrior,XB,Action,Sega,The Creative Assembly,7,0.13,0.1,,0.03,0,2005-10-25, -/games/boxart/full_748171AmericaFrontccc.jpg,Advent Rising,XB,Action,Majesco,GlyphX Games,,0.13,0.1,,0.03,0,2005-05-31, -/games/boxart/5587215ccc.jpg,Otogi: Myth of Demons,XB,Action,Sega,From Software,,0.13,0.08,0.03,0.02,0,2003-08-27, -/games/boxart/full_green-lantern-rise-of-the-manhunters_907AmericaFront.jpg,Green Lantern: Rise of the Manhunters,3DS,Action,Warner Bros. Interactive,Griptonite Games,,0.13,0.09,,0.03,0.01,2011-06-07, -/games/boxart/full_4804115AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,XB,Action,Atari,Paradigm Entertainment,,0.13,0.1,,0.03,0,2003-12-02, -/games/boxart/full_1429165AmericaFrontccc.jpg,Hyperdimension Neptunia U: Action Unleashed,PSV,Action,Idea Factory International,Compile Heart,,0.13,0.04,0.06,0.01,0.02,2015-05-19,2018-07-03 -/games/boxart/full_3352475JapanFrontccc.jpg,Nobunaga no Yabou: Tendou,PS3,Strategy,KOEI,Koei,,0.13,,0.13,,,2010-03-04, -/games/boxart/full_115139JapanFrontccc.jpg,Sentou Kokka Air Land Battle,PS,Strategy,Sony Computer Entertainment,Marionette,,0.13,,0.13,,0.01,1995-12-01, -/games/boxart/6431428ccc.jpg,Lord of the Rings: Tactics,PSP,Strategy,Electronic Arts,Amaze Entertainment,6.9,0.13,0.11,,0.02,0.01,2005-11-08, -/games/boxart/full_8538270AmericaFrontccc.jpg,Destroy All Humans! Big Willy Unleashed,Wii,Action,THQ,Locomotive Games,5.3,0.13,0.12,,0,0.01,2008-02-25, -/games/boxart/full_9796512AmericaFrontccc.png,The Inpatient,PS4,Action,Sony Interactive Entertainment,Supermassive Games Ltd.,,0.13,0.06,,0.05,0.02,2018-01-23,2018-09-24 -/games/boxart/3631013ccc.gif,Over the Hedge: Hammy Goes Nuts!,DS,Platform,Activision,Amaze Entertainment,,0.13,0.12,,0,0.01,2006-10-24, -/games/boxart/9289108ccc.jpg,Frogger Beyond,GC,Platform,Konami,Konami,,0.13,0.1,,0.03,0,2002-12-06, -/games/boxart/7321185ccc.jpg,Mega Man Anniversary Collection,XB,Platform,Capcom,Atomic Planet Entertainment,,0.13,0.1,,0.03,0,2005-03-15, -/games/boxart/1500067ccc.jpg,Castlevania: Legacy of Darkness,N64,Platform,Konami,KCEK,,0.13,0.06,0.05,0.02,0,1999-11-30, -/games/boxart/full_753117AmericaFrontccc.jpg,Mega Man IV,GB,Platform,Capcom,Capcom,,0.13,,0.13,,,1993-01-01, -/games/boxart/full_4367787AmericaFrontccc.jpg,Whiplash,PS2,Platform,Eidos Interactive,Crystal Dynamics,,0.13,0.06,,0.05,0.02,2003-11-18, -/games/boxart/3936503ccc.gif,Spider-Man: Battle for New York,DS,Platform,Activision,Torus Games,,0.13,0.12,,,0.01,2006-11-14, -/games/boxart/full_6028091PALFrontccc.jpg,Paw Patrol on a Roll,NS,Platform,Outright Games,Outright Games,,0.13,,,0.12,0.01,2018-10-23,2018-08-07 -/games/boxart/full_2601050AmericaFrontccc.jpg,Ape Escape 3,PS2,Platform,Sony Computer Entertainment,SCE Japan Studio,7.8,0.13,0.06,,0.05,0.02,2006-01-17,2018-09-16 -/games/boxart/full_walt-disney-pictures-presents-the-wild_461AmericaFront.jpg,Walt Disney Pictures Presents: The Wild,GBA,Platform,Buena Vista,Climax Group,,0.13,0.09,,0.03,0,2006-09-08, -/games/boxart/full_4927523AmericaFrontccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,GBA,Platform,Electronic Arts,Krome Studios,,0.13,0.09,,0.03,0,2004-10-12, -/games/boxart/8144984ccc.jpg,Castlevania Chronicles,PS,Platform,Konami,Konami Computer Entertainment Tokyo,7.2,0.13,0.07,,0.05,0.01,2001-10-08, -/games/boxart/3474731ccc.jpg,Bratz,GBA,Platform,Ubisoft,DC Studios,,0.13,0.1,,0.04,0,2003-03-12, -/games/boxart/4961699ccc.jpg,Tak 2: The Staff of Dreams,XB,Platform,THQ,Avalanche Software,,0.13,0.1,,0.03,0,2004-10-11, -/games/boxart/9918433ccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,PS2,Platform,Ubisoft,Phoenix Games Studio,,0.13,0.06,,0.05,0.02,2005-02-08, -/games/boxart/full_blazblue-continuum-shift-ii_578AmericaFront.jpg,BlazBlue: Continuum Shift II,PSP,Fighting,Aksys Games,Arc System Works,7.5,0.13,0.03,0.07,0.02,0.01,2011-05-31, -/games/boxart/full_8696970JapanFrontccc.jpg,Dynasty Warriors Gundam Reborn,PSV,Action,Namco Bandai Games,Omega Force,,0.13,,0.13,,,2013-12-19,2018-10-29 -/games/boxart/2761001ccc.jpg,Dynasty Warriors 5 Empires,X360,Action,KOEI,Omega Force,6.4,0.13,0.11,,0.01,0.01,2006-03-28, -/games/boxart/full_thor-god-of-thunder_913AmericaFront.jpg,Thor: God of Thunder,DS,Action,Sega,WayForward Technologies,6.4,0.13,0.08,,0.03,0.01,2011-05-03, -/games/boxart/full_3182207JapanFrontccc.jpg,Rurouni Kenshin: Enjou! Kyoto Rinne,PS2,Action,Banpresto,Eighting,,0.13,,0.13,,,2006-09-14, -/games/boxart/1820315ccc.jpg,Blade II,XB,Action,Activision,Mucky Foot Productions,,0.13,0.1,,0.03,0,2002-09-02, -/games/boxart/full_2409312AmericaFrontccc.jpg,Samurai Warriors 4-II,PS4,Action,Tecmo Koei,Omega Force,,0.13,0.04,0.07,0.02,0.01,2015-09-29,2018-05-02 -/games/boxart/full_1539592AmericaFrontccc.png,Killer is Dead,X360,Action,Xseed Games,Grasshopper Manufacture,,0.13,0.09,0.01,0.02,0.01,2013-08-27,2018-08-20 -/games/boxart/full_7308765AmericaFrontccc.jpg,Onechanbara: Bikini Samurai Squad,X360,Action,D3 Publisher,Tamsoft Corporation,,0.13,0.11,,0.01,0.01,2009-02-10, -/games/boxart/full_assassins-creed-ii-deluxe-edition_14AmericaFront.jpg,Assassin's Creed II: Deluxe Edition,PC,Action,Ubisoft,Ubisoft Montreal,,0.13,,,0.1,0.03,2010-03-09, -/games/boxart/full_2697468AmericaFrontccc.jpg,Cruise Ship Vacation Games,Wii,Puzzle,GameMill,Frozen Codebase,,0.13,0.12,,0,0.01,2009-09-08, -/games/boxart/220214ccc.jpg,Classic NES Series: Dr. Mario,GBA,Puzzle,Nintendo,Nintendo EAD,6.1,0.13,,0.13,,,2004-10-25, -/games/boxart/full_6258657AmericaFrontccc.jpg,Margot's Word Brain,Wii,Puzzle,Zoo Digital Publishing,Slam Games,,0.13,0.12,,0,0.01,2008-09-23, -/games/boxart/full_5742630AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Danger of the Ooze,3DS,Platform,Activision,WayForward Technologies,,0.13,0.08,,0.04,0.01,2014-10-28,2018-04-14 -/games/boxart/full_2029097AmericaFrontccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GBA,Platform,Ubisoft,Phoenix Games Studio,,0.13,0.09,,0.03,0,2005-02-08, -/games/boxart/full_7737122AmericaFrontccc.jpg,Disney's Kim Possible: Kimmunicator,DS,Platform,Buena Vista,Artificial Mind and Movement,,0.13,0.11,,0.01,0.01,2005-11-09, -/games/boxart/full_reality-fighters_355PALFront.jpg,Reality Fighters,PSV,Fighting,Sony Computer Entertainment,Sony Computer Entertainment,,0.13,0.05,,0.06,0.03,2012-03-13, -/games/boxart/862035ccc.jpg,Shonen Jump's One Piece: Grand Battle,PS2,Fighting,Bandai,Ganbarion,,0.13,0.07,,0.05,0.02,2005-09-07, -/games/boxart/full_hulk-hogans-main-event_380AmericaFront.jpg,Hulk Hogan's Main Event,X360,Fighting,Majesco,Panic Button LLC,,0.13,0.1,,0.02,0.01,2011-10-11, -/games/boxart/full_supremacy-mma_569AmericaFront.jpg,Supremacy MMA,PS3,Fighting,505 Games,Kung Fu Factory,5,0.13,0.08,,0.04,0.02,2011-09-20, -/games/boxart/full_8459479AmericaFrontccc.jpg,WipeOut 3 The Game,WiiU,Party,Activision,Behaviour Interactive,,0.13,0.11,,,0.01,2012-11-18,2018-03-16 -/games/boxart/default.jpg,Learn Math,DS,Puzzle,DreamCatcher Interactive,DreamCatcher Interactive,,0.13,0.12,,,0.01,2009-12-22, -/games/boxart/5937469ccc.jpg,Kororinpa: Marble Mania,Wii,Puzzle,Konami,Hudson Soft,,0.13,0.08,0.03,0.02,0.01,2007-03-20, -/games/boxart/full_7794620AmericaFrontccc.jpg,Zenses: Ocean,DS,Puzzle,Game Factory,Shin'en,,0.13,0.11,,0.01,0.01,2008-10-28, -/games/boxart/default.jpg,Puyo Puyo!! 20th Anniversary,3DS,Puzzle,Sega,Sonic Team,,0.13,,0.13,,,2011-12-15, -/games/boxart/full_i-spy-universe_9AmericaFront.jpg,I Spy: Universe,DS,Puzzle,Scholastic Inc.,Big Blue Bubble Inc.,,0.13,0.12,,,0.01,2010-06-18, -/games/boxart/full_7864279JapanFrontccc.jpg,Gotouchi Tetsudou: Gotouchi Kyara to Nihon Zenkoku no Tabi,3DS,Puzzle,Namco Bandai Games,Namco Bandai Games,,0.13,,0.13,,,2014-11-27,2018-01-27 -/games/boxart/9748509ccc.jpg,Zapper: One Wicked Cricket!,GC,Platform,Infogrames,Blitz Games,6.6,0.13,0.1,,0.03,0,2002-11-06, -/games/boxart/full_5526897AmericaFrontccc.jpg,SkullMonkeys,PS,Platform,Electronic Arts,"The Neverhood, Inc.",,0.13,0.07,,0.05,0.01,1998-01-31, -/games/boxart/full_5573181AmericaFrontccc.jpg,Game Party Champions,WiiU,Party,Warner Bros. Interactive Entertainment,Phosphor Studios,,0.13,0.09,,0.03,0.01,2012-11-18,2020-09-08 -/games/boxart/full_2336567AmericaFrontccc.png,Portal Runner,PS2,Platform,3DO,3DO,6.7,0.13,0.06,,0.05,0.02,2001-09-10, -/games/boxart/full_8374688AmericaFrontccc.jpg,Sonic Mania,XOne,Platform,Sega,PagodaWest Games,,0.13,0.09,,0.03,0.01,2017-08-15,2018-08-15 -/games/boxart/full_2196881AmericaFrontccc.png,Puzzle Kingdoms,DS,Puzzle,Zoo Digital Publishing,Infinite Interactive,,0.13,0.12,,0,0.01,2009-05-04, -/games/boxart/full_616656AmericaFrontccc.jpg,Puzzle de Harvest Moon,DS,Puzzle,Natsume,Platinum Egg,,0.13,0.12,,,0.01,2007-11-06, -/games/boxart/full_7772878AmericaFrontccc.jpg,Space Bust-A-Move,DS,Puzzle,Square Enix,Lancarse,,0.13,0.1,,0.02,0.01,2009-07-28, -/games/boxart/1856797ccc.jpg,7 Wonders of the Ancient World,DS,Puzzle,Mumbo Jumbo,Hot Lava Games,,0.13,0.1,,0.01,0.01,2007-09-17, -/games/boxart/full_5851158AmericaFrontccc.jpg,Snood,GBA,Puzzle,"Destination Software, Inc",Rebellion Developments,,0.13,0.09,,0.03,0,2001-09-28, -/games/boxart/full_8101586AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PS4,Action,Xseed Games,Acquire,,0.13,0.09,0.02,,0.02,2014-11-25,2018-11-12 -/games/boxart/full_green-lantern-rise-of-the-manhunters_513AmericaFront.jpg,Green Lantern: Rise of the Manhunters,X360,Action,Warner Bros. Interactive,Griptonite Games,6,0.13,0.07,,0.04,0.01,2011-06-07, -/games/boxart/6023719ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,XB,Action,Konami,Konami,,0.13,0.1,,0.03,0,2004-10-19, -/games/boxart/full_8592412JapanFrontccc.jpg,Nintendo Puzzle Collection,GC,Puzzle,Unknown,Intelligent Systems,,0.13,,0.13,,0,, -/games/boxart/full_3984645AmericaFrontccc.jpg,Transformers: Prime,WiiU,Fighting,Activision,Now Production,,0.13,0.09,,0.03,0.01,2012-11-18,2019-01-06 -/games/boxart/full_2404872AmericaFrontccc.jpg,Injustice: Gods Among Us Ultimate Edition,PSV,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.13,0.09,,0,0.03,2013-11-12,2018-04-22 -/games/boxart/8795948ccc.jpg,WWE Survivor Series,GBA,Fighting,THQ,Natsume,,0.13,0.09,,0.04,0,2004-10-12, -/games/boxart/2530339ccc.jpg,Rumble Roses XX,X360,Fighting,Konami,Yuke's Future Media Creators,6.5,0.13,0.07,0.04,0.01,0.01,2006-03-28, -/games/boxart/full_6072420AmericaFrontccc.jpg,Persona 4 Arena,X360,Fighting,Atlus,Arc System Works,,0.13,0.08,0.03,0.01,0.01,2012-08-07,2018-01-11 -/games/boxart/9613681ccc.jpg,RealSports Volleyball,2600,Sports,Atari,Atari,,0.13,0.12,,0.01,0,1982-01-01, -/games/boxart/full_7866173AmericaFrontccc.jpg,Shimano Xtreme Fishing,Wii,Sports,Mastiff,eV Interactive,,0.13,0.12,,,0.01,2009-10-20, -/games/boxart/full_7224274AmericaFrontccc.jpg,NBA Ballers: Phenom,XB,Sports,Midway Games,Midway,,0.13,0.09,,0.03,0,2006-03-29, -/games/boxart/full_5467577AmericaFrontccc.jpg,Golf Club 2,PS4,Sports,Maximum Games,HB Studios,,0.13,0.05,,0.06,0.02,2017-06-27,2018-07-03 -/games/boxart/full_3097029AmericaFrontccc.jpg,NBA Live 16,XOne,Sports,EA Sports,EA Tiburon,,0.13,0.11,,0.01,0.01,2015-09-29,2018-05-30 -/games/boxart/full_winning-post-5_2JapanFront.jpg,Winning Post 5,PS2,Sports,KOEI,Koei/Inis,,0.13,,0.13,,,2001-12-22, -/games/boxart/3580194ccc.jpg,NBA Jam 2000,N64,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.13,0.12,,0.01,0,1999-10-31, -/games/boxart/full_power-pro-kun-pocket-13_345JapanFront.jpg,Power Pro Kun Pocket 13,DS,Sports,Konami,PawaPuro Production,,0.13,,0.13,,,2010-11-25, -/games/boxart/4722423ccc.jpg,MLB Power Pros 2008,Wii,Sports,2K Sports,PawaPuro Production,,0.13,0.11,0.01,,0.01,2008-07-29, -/games/boxart/8060289ccc.jpg,Backyard Baseball,GC,Sports,Infogrames,Humongous Entertainment,,0.13,0.1,,0.03,0,2003-03-31, -/games/boxart/2819566ccc.jpg,All-Star Baseball 2004,XB,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.13,0.1,,0.03,0,2003-02-23, -/games/boxart/full_7667345AmericaFrontccc.jpg,No Fear Downhill Mountain Biking,PS,Sports,Codemasters,Sting,,0.13,0.07,,0.05,0.01,1999-11-30, -/games/boxart/full_5946060AmericaFrontccc.jpeg,Pro Evolution Soccer 2016,X360,Sports,Konami Digital Entertainment,PES Productions,,0.13,0.07,,0.05,0.01,2015-09-15,2018-04-14 -/games/boxart/9192036ccc.jpg,Cabela's Alaskan Adventure,X360,Sports,Activision,Activision,,0.13,0.12,,0,0.01,2006-09-19, -/games/boxart/8555429ccc.jpg,FIFA World Cup Germany 2006,GC,Sports,EA Sports,EA Canada,7.7,0.13,0.1,,0.03,0,2006-04-24, -/games/boxart/full_3300623JapanFrontccc.jpg,Pro Baseball Famista Climax,3DS,Sports,Namco Bandai Games,Namco Bandai Games,,0.13,,0.13,,,2017-04-20,2018-07-03 -/games/boxart/full_8278753AmericaFrontccc.jpg,Nagano Winter Olympics '98,PS,Sports,Konami,Konami,,0.13,0.07,,0.05,0.01,1997-12-31, -/games/boxart/full_my-fitness-coach-club_14PALFront.jpg,My Fitness Coach: Club,PS3,Sports,Ubisoft,Ubisoft,,0.13,,,0.11,0.02,2011-03-18, -/games/boxart/full_3190520AmericaFrontccc.jpg,Smash Court Tennis Pro Tournament 2,PS2,Sports,Namco,Namco,,0.13,0.06,,0.05,0.02,2004-06-08, -/games/boxart/1620148ccc.jpg,NHL 2K8,X360,Sports,2K Sports,Kush Games,,0.13,0.11,,0.01,0.01,2007-09-10, -/games/boxart/full_9080250JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.13,,0.13,,,2016-04-28, -/games/boxart/full_1293697AmericaFrontccc.jpg,The BIGS 2,PS3,Sports,2K Sports,Blue Castle Games,,0.13,0.12,,,0.01,2009-07-07, -/games/boxart/full_8348409JapanFrontccc.jpg,Soccer Tsuku DS: World Challenge 2010,DS,Sports,Sega,Sega,,0.13,,0.13,,,2010-05-27, -/games/boxart/full_1887608JapanFrontccc.jpg,World Soccer Winning Eleven 2002,PS,Sports,Konami,Konami,,0.13,,0.12,,0.01,2002-04-25, -/games/boxart/full_677038PALFrontccc.jpg,Actua Tennis,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,0.13,0.07,,0.05,0.01,1998-01-01, -/games/boxart/8993843ccc.jpg,NHL 2K7,PS3,Sports,2K Sports,2K Sports,8.2,0.13,0.11,,0,0.01,2006-11-13, -/games/boxart/full_peppa-pig-fun-and-games_10PALFront.jpg,Peppa Pig: Fun and Games,Wii,Misc,Ubisoft,Ubisoft,,0.13,,,0.12,0.02,2010-10-22, -/games/boxart/full_the-amazing-race_5AmericaFront.jpg,The Amazing Race,Wii,Misc,Ubisoft,Ludia Inc.,,0.13,0.12,,,0.01,2010-10-26, -/games/boxart/full_chuck-e-cheeses-game-room_3AmericaFront.jpg,Chuck E. Cheese's Game Room,DS,Misc,UFO Interactive,Starfish,,0.13,0.12,,,0.01,2010-09-28, -/games/boxart/full_7492277AmericaFrontccc.jpeg,Hasbro Family Fun Pack,XOne,Misc,Ubisoft,Ubisoft,,0.13,0.1,,0.02,0.01,2015-10-20,2018-06-19 -/games/boxart/full_football-manager-2012_17PALFront.jpg,Football Manager Handheld 2012,PSP,Sports,Sega,Sports Interactive,,0.13,,,0.09,0.04,2011-10-28,2018-01-05 -/games/boxart/full_418473AmericaFrontccc.jpg,Peter Jacobsen's Golden Tee Golf,PS,Sports,Infogrames,Incredible Technologies,,0.12,0.07,,0.05,0.01,2000-09-20, -/games/boxart/default.jpg,Karaoke Revolution Presents American Idol Encore 2,PS3,Misc,Konami,Blitz Games,,0.12,0.11,,,0.01,2008-11-18, -/games/boxart/full_3695795AmericaFrontccc.jpg,Vacation Isle: Beach Party,Wii,Misc,Warner Bros. Interactive,FarSight Studios,,0.12,0.08,,0.02,0.01,2010-06-08, -/games/boxart/full_5366420AmericaFrontccc.png,Party Planet,NS,Misc,Mastiff,Mastiff,,0.12,0.1,,,0.01,2017-12-12,2019-02-09 -/games/boxart/full_3176272AmericaFrontccc.jpg,SingStar Latino,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.12,0.11,,,0.01,2009-11-17, -/games/boxart/696516ccc.jpg,Madden NFL 06,DS,Sports,EA Sports,Exient Entertainment,,0.12,0.11,,,0.01,2005-08-08, -/games/boxart/full_8578835PALFrontccc.jpg,Football Manager Classic 2014,PSV,Sports,Sega,Sports Interactive,5.8,0.12,,,0.1,0.03,2014-04-11,2018-03-21 -/games/boxart/full_5770263AmericaFrontccc.jpg,Reader Rabbit Kindergarten,Wii,Misc,Graffiti,Graffiti Entertainment,,0.12,0.12,,,0.01,2010-05-04, -/games/boxart/full_disney-sing-it-party-hits_6AmericaFront.jpg,Disney Sing It: Party Hits,PS3,Misc,Disney Interactive Studios,Zoe Mode,,0.12,0.1,,0.01,0.01,2010-09-28, -/games/boxart/full_9690133JapanFrontccc.jpg,Taiko Drum Master: Tokumori!,WiiU,Misc,Namco Bandai Games,Namco Bandai Games,,0.12,,0.12,,,2014-11-20, -/games/boxart/full_6703255JapanFrontccc.jpg,Super Robot Wars OG Saga: Masou Kishin II - Revelation of Evil God,PSP,Misc,Namco Bandai Games,Unknown,,0.12,,0.12,,,2012-01-12, -/games/boxart/full_2427347PALFrontccc.png,Marvel Avengers: Battle for Earth,WiiU,Misc,Ubisoft,Ubisoft Quebec,,0.12,0.06,,0.05,0.01,2012-12-04,2018-01-01 -/games/boxart/full_770135JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Nihonshi B,DS,Misc,Namco Bandai,Bandai Namco Games,,0.12,,0.12,,,2007-06-07, -/games/boxart/full_5342695PALFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PSV,Misc,Tecmo Koei,Unknown,,0.12,0.03,0.05,0.03,0.02,2014-03-25, -/games/boxart/full_4383531AmericaFrontccc.jpg,4 Game Fun Pack: Monopoly / Boggle / Yahtzee / Battleship,DS,Misc,Atari,Sensory Sweep,,0.12,0.11,,0,0.01,2005-12-13, -/games/boxart/full_85636JapanFrontccc.jpg,Fatal Frame: Maiden of Black Water,WiiU,Misc,Nintendo,Koei Tecmo Games,,0.12,,0.09,0.03,0,2015-10-22,2018-01-01 -/games/boxart/full_942044AmericaFrontccc.jpg,Rock Band Track Pack Volume 2,PS2,Misc,MTV Games,Harmonix Music Systems,,0.12,0.06,,0.05,0.02,2008-11-17, -/games/boxart/full_6393814JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.4: Pai Chan,SAT,Misc,Sega,Sega-AM2,,0.12,,0.12,,0,1995-11-17, -/games/boxart/full_dance-paradise_353AmericaFront.jpg,Dance Paradise,X360,Misc,THQ,Smackdown Productions,7,0.12,0.1,,0.01,0.01,2011-02-15, -/games/boxart/full_1900421AmericaFrontccc.jpg,Barnyard,GC,Action,THQ,Blue Tongue,,0.12,0.09,,0.02,0,2006-08-01, -/games/boxart/full_8755831JapanFrontccc.jpg,Yattaman DS: BikkuriDokkiri Daisakusen da Koron,DS,Action,Takara Tomy,Takara Tomy,,0.12,,0.12,,,2008-04-24, -/games/boxart/full_9664956AmericaFrontccc.jpg,Crash Superpack: Crash Bandicoot 2: N-Tranced / Crash Nitro Kart,GBA,Misc,Sierra Entertainment,Vicarious Visions,,0.12,0.09,,0.03,0,2005-10-19, -/games/boxart/full_3818696AmericaFrontccc.jpg,Life is Strange,XOne,Adventure,Square Enix,DONTNOD Entertainment,,0.12,0.08,,0.03,0.01,2016-01-19,2018-01-07 -/games/boxart/full_7927920JapanFrontccc.jpg,Puella Magi Madoka Magica Portable,PSP,Role-Playing,Namco Bandai Games,Banpresto,,0.12,,0.12,,,2012-03-15,2018-11-14 -/games/boxart/full_7803352PALFrontccc.jpg,Sword Art Online: Hollow Fragment,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.12,,,0.11,0.02,2015-07-28,2018-07-03 -/games/boxart/full_2357469AmericaFrontccc.jpg,Mega Man X: Command Mission,GC,Role-Playing,Capcom,Capcom,7.2,0.12,0.1,,0.02,0,2004-09-21, -/games/boxart/full_3048608AmericaFrontccc.jpg,Dragon's Crown Pro,PS4,Role-Playing,Atlus,Vanillaware,,0.12,0.1,,,0.02,2018-04-24,2018-01-29 -/games/boxart/full_3958177AmericaFrontccc.jpg,Wild ARMs 5 (jp sales),PS2,Role-Playing,Xseed Games,Media.Vision,,0.12,,0.12,,,2007-08-28, -/games/boxart/full_4529686AmericaFrontccc.jpg,Guardian's Crusade,PS,Role-Playing,Activision,Tamsoft,,0.12,0.07,,0.05,0.01,1999-01-31, -/games/boxart/full_6083031AmericaFrontccc.jpg,Makai Kingdom: Chronicles of the Sacred Tome,PS2,Role-Playing,NIS America,Nippon Ichi Software,7.9,0.12,0.06,,0.05,0.02,2005-07-26, -/games/boxart/1773529ccc.jpg,Echo Night,PS,Adventure,Agetec,From Software,6.3,0.12,0.03,0.07,0.02,0.01,1999-07-31, -/games/boxart/full_ncis_437AmericaFront.jpg,NCIS,PS3,Adventure,Ubisoft,Ubisoft,,0.12,0.07,,0.04,0.02,2011-11-01, -/games/boxart/full_9725460AmericaFrontccc.jpg,O.D.T.: Escape... Or Die Trying,PS,Adventure,Psygnosis,FDI,,0.12,0.07,,0.05,0.01,1998-10-28, -/games/boxart/full_megamind-ultimate-showdown_6AmericaFront.jpg,Megamind: Ultimate Showdown,X360,Adventure,THQ,THQ Australia Studios Pty Ltd.,,0.12,0.07,,0.04,0.01,2010-11-02, -/games/boxart/743077ccc.jpg,The X Files: Resist or Serve,PS2,Adventure,VU Games,Black Ops Entertainment,,0.12,0.06,,0.05,0.02,2004-03-16, -/games/boxart/1255454ccc.jpg,Zathura,PS2,Adventure,2K Games,High Voltage Software,,0.12,0.06,,0.05,0.02,2005-11-02, -/games/boxart/full_6575804AmericaFrontccc.jpg,Batman: A Telltale Game Series,NS,Adventure,Telltale Games,Telltale Games,,0.12,0.09,,0.02,0.01,2017-11-14,2018-01-05 -/games/boxart/full_5110479AmericaFrontccc.jpg,Overlord: Raising Hell,PS3,Adventure,Codemasters,4J Studios,,0.12,0.07,,0.04,0.02,2008-06-24, -/games/boxart/full_8574556AmericaFrontccc.jpg,F1 2002,PS2,Racing,EA Sports,Visual Sciences Ltd.,,0.12,0.05,0.02,0.04,0.01,2002-06-17, -/games/boxart/full_2343211AmericaFrontccc.jpg,NASCAR 2005: Chase for the Cup,GC,Racing,EA Sports,EA Tiburon,,0.12,0.1,,0.02,0,2004-09-04, -/games/boxart/3056507ccc.jpg,Arctic Thunder,XB,Racing,Midway Games,Inland Productions,,0.12,0.09,,0.02,0,2001-11-15, -/games/boxart/full_987133AmericaFrontccc.jpg,The Voice,WiiU,Music,Activision,Zoe Mode,,0.12,0.11,,0,0.01,2014-10-21,2018-03-16 -/games/boxart/full_9135993JapanFrontccc.jpg,Uta no * Prince-Sama: All Star,PSP,Music,Broccoli,Nippon Ichi Software,,0.12,,0.12,,,2013-03-07,2018-11-15 -/games/boxart/9149091ccc.jpg,Sphinx and the Cursed Mummy,XB,Adventure,THQ,Eurocom Entertainment Software,,0.12,0.09,,0.02,0,2003-11-10, -/games/boxart/full_4832628AmericaFrontccc.jpg,Pryzm Chapter One: The Dark Unicorn,PS2,Adventure,TDK Mediactive,Digital Illusions,6.3,0.12,0.06,,0.05,0.02,2002-06-10, -/games/boxart/611632ccc.jpg,Obscure: The Aftermath,Wii,Adventure,Ignition Entertainment,Hydravision Entertainment,,0.12,0.11,,,0.01,2008-03-25, -/games/boxart/full_3040514JapanFrontccc.jpg,ASH: Archaic Sealed Heat,DS,Role-Playing,Nintendo,Mistwalker Corporation / Racjin,,0.12,,0.12,,,2007-10-04, -/games/boxart/full_8621875AmericaFrontccc.jpg,Dungeon Travelers 2: The Royal Library & The Monster Seal,PSV,Role-Playing,Atlus,Aqua Plus,,0.12,0.03,0.05,0.02,0.02,2015-08-18, -/games/boxart/full_1025614AmericaFrontccc.png,The Snack World: Trejarers Gold,NS,Role-Playing,Level 5,Level 5,,0.12,,0.12,,,2020-02-14,2019-12-09 -/games/boxart/3825713ccc.jpg,Lost Magic,DS,Role-Playing,Ubisoft,Taito Corporation,,0.12,0.09,0.02,0,0.01,2006-04-25, -/games/boxart/full_5194066AmericaFrontccc.jpg,Phantasy Star Universe,X360,Role-Playing,Sega,Sonic Team,6.6,0.12,0.09,,0.01,0.01,2006-10-25, -/games/boxart/full_92938AmericaFrontccc.jpg,MIND?0,PSV,Role-Playing,Aksys Games,Acquire,,0.12,0.05,0.04,,0.02,2014-05-27,2018-11-16 -/games/boxart/full_ben-10-galactic-racing_556AmericaFront.jpg,Ben 10 Galactic Racing,Wii,Racing,D3 Publisher,Monkey Bar Games,,0.12,0.08,,0.03,0.01,2011-10-18, -/games/boxart/full_blood-drive_7AmericaFront.jpg,Blood Drive,X360,Racing,Activision,Activision,,0.12,0.09,,0.01,0.01,2010-10-26, -/games/boxart/full_6473886AmericaFrontccc.jpg,Dead by Daylight,XOne,Action,505 Games,Behaviour Interactive Inc.,,0.12,0.08,,0.03,0.01,2017-06-20,2019-02-13 -/games/boxart/full_9526607AmericaFrontccc.jpg,Darksiders III,XOne,Action,THQ Nordic,Gunfire Games,,0.12,0.11,,,0.01,2018-11-27,2018-12-19 -/games/boxart/full_4748185AmericaFrontccc.jpg,Terraria,3DS,Action,505 Games,Re-Logic,,0.12,,0.06,0.06,0,2015-12-10,2018-03-19 -/games/boxart/full_563898AmericaFrontccc.jpg,X2: Wolverine's Revenge,GC,Action,Activision,GenePool,6,0.12,0.09,,0.02,0,2003-04-14, -/games/boxart/6532345ccc.gif,Godzilla Unleashed: Double Smash,DS,Action,Atari,Santa Cruz Games,,0.12,0.11,,0,0.01,2007-11-20, -/games/boxart/full_macross-triangle-frontier_846JapanFront.jpg,Macross Triangle Frontier,PSP,Action,Namco Bandai,ArtDink,,0.12,,0.12,,,2011-02-03, -/games/boxart/full_3059191AmericaFrontccc.jpg,Criticom,PS,Fighting,Victory Lap Games,Kronos Digital Entertainment,,0.12,0.07,,0.05,0.01,1996-03-01, -/games/boxart/full_8580484JapanFrontccc.jpg,Fire ProWrestling S: 6Men Scramble,SAT,Fighting,Human Entertainment,Human Entertainment,,0.12,,0.12,,0,1996-12-27, -/games/boxart/full_5690612AmericaFrontccc.jpg,Tenchu: Shadow Assassins,PSP,Action,Ubisoft,From Software,7.5,0.12,0.03,0.05,0.03,0.01,2009-03-24, -/games/boxart/full_jaws-ultimate-predator_55AmericaFront.jpg,Jaws: Ultimate Predator,3DS,Action,Majesco,n-Space,4,0.12,0.11,,,0.01,2011-12-01, -/games/boxart/full_1876955AmericaFrontccc.jpg,Castlevania: Curse of Darkness,XB,Action,Konami,Konami,7.2,0.12,0.09,,0.03,0,2005-11-01, -/games/boxart/7314967ccc.jpg,Curious George,PS2,Action,Namco,Monkey Bar Games,,0.12,0.06,,0.05,0.02,2006-02-01, -/games/boxart/full_9545436AmericaFrontccc.jpg,The Surge,XOne,Action,Focus Home Interactive,DECK13 Interactive,,0.12,0.07,,0.04,0.01,2017-05-16,2018-01-06 -/games/boxart/full_mysims-skyheroes_45AmericaFront.jpg,MySims SkyHeroes,PS3,Action,Electronic Arts,The Sims Studio,,0.12,0.09,,0.02,0.02,2010-09-28, -/games/boxart/full_7628905AmericaFrontccc.jpg,Assassin's Creed Chronicles,PSV,Action,Ubisoft,Climax Studios,,0.12,0.01,0.02,0.07,0.02,2016-04-05,2018-07-03 -/games/boxart/1358919ccc.jpg,EA Replay,PSP,Action,Electronic Arts,Unknown,5,0.12,0.1,,0,0.02,2006-11-14, -/games/boxart/full_2000279AmericaFrontccc.jpg,Solitaire & Mahjong,Wii,Puzzle,Crave Entertainment,Crave Entertainment,,0.12,0.11,,,0.01,2009-02-17, -/games/boxart/full_5437417AmericaFrontccc.jpg,Peggle: Dual Shot,DS,Puzzle,PopCap Games,Q Entertainment,,0.12,0.11,,,0.01,2009-02-27, -/games/boxart/full_7042009AmericaFrontccc.jpg,Disney's PK: Out of the Shadows,PS2,Platform,Ubisoft,Ubisoft,,0.12,0.06,,0.05,0.02,2002-11-01, -/games/boxart/full_5921075AmericaFrontccc.jpg,Shantae: Half-Genie Hero,NS,Platform,Xseed Games,WayForward Technologies,,0.12,0.09,0.01,0.01,0.01,2018-05-08,2018-12-30 -/games/boxart/full_5483346AmericaFrontccc.jpg,Puzzle Quest 2,DS,Puzzle,D3 Publisher,Infinite Interactive,,0.12,0.11,,0,0.01,2010-06-22, -/games/boxart/1184843ccc.jpg,Diner Dash: Sizzle & Serve,PSP,Puzzle,Eidos Interactive,Game Lab / Play First,5.9,0.12,0.11,,0,0.01,2007-05-22, -/games/boxart/full_hanagumi-taisen-columns_4JapanFront.jpg,Hanagumi Taisen Columns,SAT,Puzzle,Sega,Sega,,0.12,,0.12,,,1997-03-28, -/games/boxart/full_6377144AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,PS3,Action,Little Orbit,Vicious Cycle,,0.12,0.04,,0.06,0.02,2015-10-20,2018-03-17 -/games/boxart/full_7986023JapanFrontccc.jpg,Saru! Get You! Million Monkeys,PS2,Platform,Sony Computer Entertainment,SCEI,,0.12,,0.12,,,2016-12-30,2018-09-18 -/games/boxart/6788570ccc.jpg,Earthworm Jim 3D,N64,Platform,Rockstar Games,VIS Entertainment,,0.12,0.1,,0.02,0,1999-10-31, -/games/boxart/1801298ccc.jpg,Rocket: Robot on Wheels,N64,Platform,Ubisoft,Sucker Punch,8.3,0.12,0.1,,0.02,0,1999-11-17, -/games/boxart/5796451ccc.jpg,Sonic Jam,SAT,Platform,Sega,Sonic Team,,0.12,,0.12,,,1997-07-31, -/games/boxart/full_disneys-atlantis-the-lost-empire_816AmericaFront.jpg,Disney's Atlantis: The Lost Empire,GBA,Platform,THQ,3d6 Games,6,0.12,0.09,,0.03,0,2001-09-19, -/games/boxart/6845874ccc.gif,Impossible Mission,DS,Platform,Codemasters,System 3 Software,,0.12,0.11,,0,0.01,2007-11-15, -/games/boxart/2925739ccc.jpg,Break 'Em All,DS,Puzzle,D3 Publisher,Warashi,,0.12,0.11,,,0.01,2006-06-20, -/games/boxart/full_2953901AmericaFrontccc.jpg,"Snipperclips Plus: Cut It Out, Together!",NS,Puzzle,Nintendo,SFB Games,8.2,0.12,,0.1,0.02,0,2017-03-03,2018-03-31 -/games/boxart/full_puss-in-boots_239AmericaFront.jpg,Puss in Boots,DS,Action,THQ,THQ,,0.12,0.09,,0.01,0.01,2011-10-25, -/games/boxart/2336228ccc.jpg,Buffy the Vampire Slayer: Chaos Bleeds,XB,Action,VU Games,Eurocom Entertainment Software,,0.12,0.09,,0.03,0,2003-08-27, -/games/boxart/default.jpg,Prototype 2,PC,Action,Activision,Radical Entertainment,,0.12,0.09,,0.03,0.01,2012-04-24, -/games/boxart/full_4005472JapanFrontccc.jpg,Samurai Warriors 4-II,PS3,Action,Tecmo Koei,Omega Force,,0.12,,0.12,,,2015-09-29,2018-05-02 -/games/boxart/full_6230146JapanFrontccc.jpg,Mobile Suit GUNDAM SEED BATTLE DESTINY,PSV,Action,Bandai Namco Games,Bandai Namco Games,,0.12,,0.12,,,2012-06-07,2018-11-14 -/games/boxart/full_6911452AmericaFrontccc.jpg,Onechanbara: Bikini Zombie Slayers,Wii,Action,D3 Publisher,Tamsoft Corporation,,0.12,0.11,,0,0.01,2009-02-10, -/games/boxart/full_pixeljunk-monsters-deluxe_671AmericaFront.jpg,PixelJunk Monsters Deluxe,PSP,Strategy,Sony Computer Entertainment,Q-Games,8.7,0.12,0.11,,,0.02,2010-04-27, -/games/boxart/full_2487931AmericaFrontccc.jpg,Armored Core: Verdict Day,PS3,Shooter,Bandai Namco Games,From Software,,0.12,,0.12,,,2013-09-24,2018-11-16 -/games/boxart/full_3673990JapanFrontccc.jpg,Kaijuu Busters,DS,Action,Namco Bandai,Bandai Namco Games,,0.12,,0.12,,,2009-12-03, -/games/boxart/full_4679736AmericaFrontccc.jpg,Gladiator: Sword of Vengeance,PS2,Action,Acclaim Entertainment,Acclaim Entertainment,,0.12,0.06,,0.05,0.02,2003-11-05, -/games/boxart/full_9563805AmericaFrontccc.jpeg,7 Days to Die,XOne,Action,Telltale Games,The Fun Pimps,,0.12,0.09,,0.02,0.01,2016-06-28,2018-05-31 -/games/boxart/5548362ccc.jpg,Prince of Persia: Rival Swords,PSP,Action,Ubisoft,"Pipeworks Software, Inc.",,0.12,0.08,,0.02,0.01,2007-04-03, -/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_2AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,DS,Action,Warner Bros. Interactive,Tantalus Interactive,,0.12,0.11,,0.01,0.01,2010-09-14, -/games/boxart/full_2882314AmericaFrontccc.jpg,Samurai Warriors 4: Empires,PS4,Action,Tecmo Koei,Omega Force,,0.12,0.03,0.07,0.01,0.01,2016-03-15, -/games/boxart/1656472ccc.jpg,Ninja Reflex,Wii,Action,Electronic Arts,Sanzaru Games,,0.12,0.11,,0,0.01,2008-03-04, -/games/boxart/full_3492762AmericaFrontccc.jpg,Nightshade,PS2,Action,Sega,Wow Entertainment,,0.12,0.06,,0.04,0.01,2004-02-10, -/games/boxart/full_4028908JapanFrontccc.jpg,Bishoujo Senshi Sailormoon S: Juugai Rantou!? Shuyaku Soudatsusen,SNES,Fighting,Angel Studios,Angel Studios,,0.12,,0.12,,,1994-12-16, -/games/boxart/full_1797591AmericaFrontccc.jpg,Fire Pro Wrestling World,PS4,Fighting,Spike Chunsoft,Spike Chunsoft,,0.12,0.06,0.03,0.02,0.02,2018-08-28,2018-09-12 -/games/boxart/full_kamen-rider-climax-heroes-ooo_0JapanFront.jpg,Kamen Rider: Climax Heroes OOO,PSP,Fighting,Namco Bandai,Eighting,,0.12,,0.12,,,2010-12-02, -/games/boxart/4776392ccc.jpg,Showdown: Legends of Wrestling,XB,Fighting,Acclaim Entertainment,Acclaim Studios Austin,,0.12,0.09,,0.03,0,2004-06-22, -/games/boxart/full_9630287AmericaFrontccc.jpg,WWE SmackDown vs Raw 2008,DS,Fighting,THQ,Amaze Entertainment,,0.12,0.11,,0,0.01,2007-11-13, -/games/boxart/full_3393138AmericaFrontccc.jpg,Dora the Explorer: Journey to the Purple Planet,GC,Education,Global Star Software,Monkey Bar Games,,0.12,0.09,,0.02,0,2005-10-13,2022-03-11 -/games/boxart/full_spongebobs-surf-ampamp-skate-roadtrip_959AmericaFront.jpg,SpongeBob's Surf & Skate Roadtrip,DS,Action,THQ,THQ,,0.12,0.1,,0.01,0.01,2011-11-08, -/games/boxart/full_gundam-memories-tatakai-no-kioku_916JapanFront.jpg,Gundam Memories: Tatakai no Kioku,PSP,Action,Namco Bandai,Namco Bandai Games,,0.12,,0.12,,,2011-06-23, -/games/boxart/full_kamen-rider-climax-heroes-fourze_169JapanFront.jpg,Kamen Rider: Climax Heroes Fourze,Wii,Fighting,Bandai,Eighting,,0.12,,0.12,,,2011-12-01, -/games/boxart/full_5977797JapanFrontccc.jpg,Zen-Nippon Pro Wrestling: Ouja no Kon,PS,Fighting,Human Entertainment,Human Club,,0.12,,0.12,,0.01,1999-04-08, -/games/boxart/full_5952207AmericaFrontccc.jpg,Guilty Gear X,PS2,Fighting,Sammy Corporation,Arc System Works,,0.12,0.06,,0.05,0.02,2001-09-30, -/games/boxart/3756890ccc.jpg,Godzilla: Destroy All Monsters Melee,XB,Fighting,Atari,"Pipeworks Software, Inc.",,0.12,0.09,,0.03,0,2003-04-16, -/games/boxart/full_mahou-shoujo-lyrical-nanoha-as-portable-the-gears-of-destiny_588JapanFront.jpg,Mahou Shoujo Nanoha A's Portable: The Gears of Destiny,PSP,Fighting,Namco Bandai,Namco Bandai Games,,0.12,,0.12,,,2011-12-22, -/games/boxart/full_9448021PALFrontccc.jpg,Dragon Ball Z: Battle of Z,PSV,Fighting,Namco Bandai Games,ArtDink,,0.12,,0.06,0.05,0.01,2014-01-28,2018-10-18 -/games/boxart/full_blazblue-continuum-shift-extend_465AmericaFront.jpg,BlazBlue: Continuum Shift EXTEND,PSV,Fighting,Aksys Games,Arc System Works,,0.12,0.03,0.02,0.05,0.02,2012-02-14, -/games/boxart/full_7366970AmericaFrontccc.jpg,Backyard Wrestling 2: There Goes the Neighborhood,XB,Fighting,Eidos Interactive,Paradox Development,,0.12,0.09,,0.03,0,2004-11-16, -/games/boxart/full_1497023AmericaFrontccc.jpg,Where the Wild Things Are,Wii,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.12,0.11,,0,0.01,2009-10-13, -/games/boxart/6240925ccc.jpg,Battle Arena Toshinden Remix,SAT,Fighting,Sega,Nextech,,0.12,,0.12,,,1995-01-01, -/games/boxart/full_4510793AmericaFrontccc.jpg,Legends of Wrestling II,GC,Fighting,Acclaim Entertainment,Acclaim Studios Salt Lake City,,0.12,0.09,,0.02,0,2002-11-26, -/games/boxart/full_6478504JapanFrontccc.jpg,King of Colosseum (Red): Shin Nippon x Zen Nippon x Pancrase Disc,PS2,Fighting,Spike,Spike,,0.12,,0.12,,,2002-12-19, -/games/boxart/full_4064642PALFrontccc.jpg,One Piece: Burning Blood,PSV,Fighting,Namco Bandai Games,Spike Chunsoft,,0.12,,0.09,0.02,0.01,2016-05-31,2018-05-23 -/games/boxart/full_9690808JapanFrontccc.jpg,One Piece: Super Grand Battle! X,3DS,Fighting,Namco Bandai Games,Namco Bandai Games,,0.12,,0.12,,,2014-11-13,2018-07-03 -/games/boxart/full_6475183JapanFrontccc.jpg,Capcom vs. SNK 2: Millionaire Fighting 2001,DC,Fighting,Capcom,Capcom,,0.12,,0.12,,,2001-09-13, -/games/boxart/full_8628248AmericaFrontccc.jpg,The King of Fighters '94,NG,Fighting,SNK,SNK Corporation,,0.12,,0.12,,0,1994-10-01, -/games/boxart/full_lost-in-shadow_6AmericaFront.jpg,Lost in Shadow,Wii,Platform,Hudson Soft,Hudson Soft,6.7,0.12,0.09,0.01,0,0.01,2011-01-04, -/games/boxart/full_1580998AmericaFrontccc.jpg,Turok: Evolution,GBA,Platform,Acclaim Entertainment,RFX Interactive,,0.12,0.08,,0.03,0,2002-08-26, -/games/boxart/9604034ccc.jpg,The Ant Bully,GC,Platform,Midway Games,Artificial Mind and Movement,,0.12,0.09,,0.02,0,2006-07-24, -/games/boxart/full_1294318AmericaFrontccc.jpg,Shrek: Forever After,X360,Platform,Activision,XPEC Entertainment Inc.,,0.12,0.11,,0,0.01,2010-05-18, -/games/boxart/full_3573134AmericaFrontccc.jpg,Looney Tunes: Sheep Raider,PS,Platform,Infogrames,Infogrames,,0.12,0.07,,0.05,0.01,2001-09-27, -/games/boxart/6434940ccc.jpg,Dora the Explorer: Dora Saves the Mermaids,PS2,Platform,2K Play,High Voltage Software,,0.12,0.06,,0.05,0.02,2008-02-11, -/games/boxart/full_4132301AmericaFrontccc.jpg,Akuji the Heartless,PS,Platform,Eidos Interactive,Crystal Dynamics,6.7,0.12,0.07,,0.04,0.01,1998-12-31, -/games/boxart/9583907ccc.jpg,Psychonauts,XB,Platform,Majesco,Double Fine Productions,8.8,0.12,0.09,,0.03,0,2005-04-19, -/games/boxart/full_2021493JapanFrontccc.jpg,Super Robot Wars OG Saga: Masou Kishin - The Lord of Elemental,DS,Strategy,Namco Bandai,Monolith Soft,,0.12,,0.12,,,2010-05-27, -/games/boxart/full_4949601AmericaFrontccc.jpg,BlazBlue: Central Fiction,PS3,Fighting,Aksys Games,Arc System Works,,0.12,0.04,0.03,0.03,0.01,2016-11-01,2019-01-25 -/games/boxart/full_1901853AmericaFrontccc.jpg,Center Ring Boxing,SAT,Fighting,JVC,Victor Interactive Software,,0.12,,0.12,,,1995-01-01, -/games/boxart/full_843142AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,XOne,Fighting,Namco Bandai Games,CyberConnect2,,0.12,0.11,,,0.01,2017-02-03,2018-06-25 -/games/boxart/1723933ccc.jpg,Onimusha: Blade Warriors,PS2,Fighting,Capcom,Capcom,,0.12,0.06,,0.05,0.02,2004-03-24, -/games/boxart/8754401ccc.png,Sonic Adventure 2,DC,Platform,Sega,Sonic Team,8.9,0.12,,0.12,,,2001-06-18, -/games/boxart/7917650ccc.jpg,Space Chimps,PS2,Platform,Brash Entertainment,Red Tribe,,0.12,0.06,,0.05,0.02,2008-07-15, -/games/boxart/5527929ccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",GBA,Platform,Midway Games,A2M,,0.12,0.08,,0.03,0,2005-11-03, -/games/boxart/full_3713261AmericaFrontccc.jpg,Die Hard: Vendetta,GC,Shooter,Sierra Entertainment,Bits Studios,,0.12,0.09,,0.02,0,2002-11-19, -/games/boxart/full_4920258JapanFrontccc.jpg,Mobile Suit Gundam Seed: Rengou vs. Z.A.F.T. Portable,PSP,Shooter,Namco Bandai,Capcom,,0.12,,0.12,,,2007-04-05, -/games/boxart/8589262ccc.jpg,Battles of Prince of Persia,DS,Strategy,Ubisoft,Ubisoft Montreal,5.6,0.12,0.1,,0.01,0.01,2005-12-06, -/games/boxart/full_7433147JapanFrontccc.jpg,SD Gundam G Generation-F.I.F,PS,Strategy,Bandai,Bandai,,0.12,,0.11,,0.01,2001-05-02, -/games/boxart/full_6981758JapanFrontccc.gif,Sengoku Cyber: Fujimaru Jigokuhen,PS,Strategy,Sony Computer Entertainment,Sony Computer Entertainment,,0.12,,0.11,,0.01,1995-10-27, -/games/boxart/full_5240925JapanFrontccc.jpg,Gundam Battle Royale,PSP,Action,Namco Bandai,ArtDink,,0.12,,0.12,,,2006-10-05, -/games/boxart/full_rango-the-video-game_345AmericaFront.jpg,Rango: The Video Game,Wii,Action,Paramount Digital Entertainment,Behaviour Studios,,0.12,0.07,,0.04,0.01,2011-03-01, -/games/boxart/full_4780242JapanFrontccc.jpg,Mobile Suit Gundam Side Story: Missing Link,PS3,Action,Namco Bandai Games,B.B. Studio,,0.12,,0.12,,,2014-05-29,2018-11-14 -/games/boxart/full_234085JapanFrontccc.jpg,Densha De Go! 64,N64,Simulation,Taito,Al,,0.12,,0.05,,0.07,1999-07-30, -/games/boxart/full_9181567AmericaFrontccc.png,The Sky Crawlers: Innocent Aces,Wii,Simulation,Xseed Games,Project ACES,7.3,0.12,0.08,0.01,0.02,0.01,2010-01-12, -/games/boxart/full_4559194AmericaFrontccc.jpg,SimAnimals Africa,Wii,Simulation,Electronic Arts,The Sims Studio,5.5,0.12,0.1,,0.01,0.01,2009-10-27, -/games/boxart/full_4045904AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,XB,Platform,Activision,Adrenium Games,,0.12,0.09,,0.03,0,2004-11-10, -/games/boxart/6172866ccc.gif,Red Faction II,XB,Shooter,THQ,Outrage Games,7.9,0.12,0.09,,0.03,0,2003-03-31, -/games/boxart/full_6516420AmericaFrontccc.jpg,Farming Simulator 18,3DS,Simulation,Focus Home Interactive,Giants Software,,0.12,0.06,,0.06,0.01,2017-06-06,2018-07-03 -/games/boxart/full_9302152AmericaFrontccc.jpg,Job Simulator,PS4,Simulation,Sony Interactive Entertainment,Owlchemy Labs,,0.12,0.1,,,0.02,2017-04-17,2018-05-04 -/games/boxart/full_petz-fantasy-moonlight-magic_10AmericaFront.jpg,Petz Fantasy: Moonlight Magic,DS,Simulation,Ubisoft,Ubisoft,,0.12,0.11,,,0.01,2010-09-28, -/games/boxart/4608305ccc.jpg,Geometry Wars: Galaxies,Wii,Shooter,Sierra Entertainment,Kuju Entertainment,8,0.12,0.11,,0,0.01,2007-11-20, -/games/boxart/full_3448275AmericaFrontccc.jpg,NPPL Championship Paintball 2009,X360,Shooter,Activision,FUN Labs,4.9,0.12,0.1,,0.01,0.01,2008-11-18, -/games/boxart/full_greg-hastings-paintball-2_4AmericaFront.jpg,Greg Hastings Paintball 2,Wii,Shooter,Majesco,Super X Studios,,0.12,0.11,,,0.01,2010-09-28, -/games/boxart/full_4079397AmericaFrontccc.jpg,Charm Girls Club: My Fashion Mall,DS,Simulation,Electronic Arts,Electronic Arts Casual Studios,,0.12,0.12,,,0.01,2009-10-20, -/games/boxart/full_8861104PALFrontccc.jpg,"Kilari: Na-san, Mon Meilleur Ami",DS,Simulation,Konami,Konami,,0.12,,0.12,,,2010-04-29, -/games/boxart/full_9861246JapanFrontccc.jpg,Ochaken no Heya DS,DS,Simulation,MTO,MTO,,0.12,,0.12,,,2006-04-27, -/games/boxart/full_7909056AmericaFrontccc.jpg,Colony Wars III: Red Sun,PS,Simulation,Midway Games,Psygnosis,8.1,0.12,0.07,,0.05,0.01,2000-06-02, -/games/boxart/full_8630745AmericaFrontccc.jpg,Harvest Moon 2 GBC,GB,Simulation,Natsume,Victor Interactive Software,,0.12,,0.12,,0,2000-09-11, -/games/boxart/full_7328455AmericaFrontccc.jpg,Eat Lead: The Return of Matt Hazard,X360,Shooter,D3 Publisher,Vicious Cycle,5.5,0.12,0.1,0,0.01,0.01,2009-02-26, -/games/boxart/full_4756637AmericaFrontccc.jpg,Strikers 1945,PS,Shooter,Agetec,Psikyo,,0.12,0.07,,0.05,0.01,2001-03-27, -/games/boxart/7041521ccc.jpg,Classic NES Series: Xevious,GBA,Shooter,Nintendo,Nintendo,6.4,0.12,,0.12,,,2004-06-02, -/games/boxart/full_overstrike_226PALFront.jpg,Overstrike,PS3,Shooter,Electronic Arts,Insomniac Games,,0.12,0.06,,0.04,0.02,2013-05-28, -/games/boxart/full_tom-clancys-ghost-recon_9AmericaFront.jpg,Tom Clancy's Ghost Recon,Wii,Shooter,Ubisoft,Ubisoft Paris,,0.12,0.1,,0.01,0.01,2010-11-16, -/games/boxart/full_6636208AmericaFrontccc.jpg,Zombie Army Trilogy,XOne,Shooter,Rebellion Developments,Rebellion Developments,,0.12,0.05,,0.05,0.01,2015-03-06,2018-05-30 -/games/boxart/6257534ccc.jpg,UN Squadron,SNES,Shooter,Capcom,Capcom,,0.12,,0.12,,,1991-09-01, -/games/boxart/full_conduit-2_211PALFront.jpg,Conduit 2,Wii,Shooter,Sega,High Voltage Software,6.3,0.12,0.07,,0.04,0.01,2011-04-19, -/games/boxart/full_3733241AmericaFrontccc.jpg,The King of Fighters '98 Ultimate Match,PS2,Fighting,Ignition Entertainment,SNK Playmore Corporation,,0.12,0.04,0.03,0.03,0.01,2009-03-03, -/games/boxart/9292665ccc.jpg,Galidor: Defenders of the Outer Dimension,GBA,Action,Electronic Arts,Tiertex Design Studios,5.9,0.12,0.09,,0.03,0,2002-10-29, -/games/boxart/default.jpg,Blackwater,X360,Shooter,505 Games,505 Games,,0.12,0.09,,0.02,0.01,2011-10-25, -/games/boxart/full_call-of-juarez-the-cartel_729AmericaFront.jpg,Call of Juarez: The Cartel,PC,Shooter,Ubisoft,Techland,4.5,0.12,0.05,,0.05,0.01,2011-09-13, -/games/boxart/full_703921JapanFrontccc.jpg,Pro Yakyuu Famista Evolution,NS,Sports,Bandai Namco Games,Bandai Namco Games,,0.12,,0.12,,,2018-08-02,2018-08-26 -/games/boxart/full_6109265JapanFrontccc.jpg,Gallop Racer 2000,PS,Sports,Tecmo,Tecmo,,0.12,,0.11,,0.01,2000-02-17, -/games/boxart/full_9527023AmericaFrontccc.jpg,Lost Planet 3,X360,Shooter,Capcom,Spark Unlimited,,0.12,0.07,0.01,0.04,0.01,2013-08-27,2018-10-31 -/games/boxart/full_mahou-shoujo-lyrical-nanoha-as-portable-the-battle-of-aces_1JapanFront.jpg,Mahou Shoujo Lyrical Nanoha A's Portable: The Battle of Aces,PSP,Shooter,Namco Bandai,WitchCraft,,0.12,,0.12,,,2010-01-21, -/games/boxart/full_7571736JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 8 Ketteiban,PS2,Sports,Konami,Diamond Head,,0.12,,0.12,,,2001-12-20, -/games/boxart/1020950ccc.jpg,NFL QB Club 2001,N64,Sports,Acclaim Entertainment,High Voltage Software,,0.12,0.11,,0.01,0,2000-08-23, -/games/boxart/full_5305167AmericaFrontccc.jpg,HardBall 5,PS,Sports,Accolade,MindSpan,,0.12,0.07,,0.04,0.01,1996-03-01, -/games/boxart/full_deca-sports-extreme_604AmericaFront.jpg,Deca Sports Extreme,3DS,Sports,Konami,Hudson Soft,,0.12,0.08,0.03,0,0.01,2011-09-13, -/games/boxart/4198526ccc.jpg,College Hoops 2K6,X360,Sports,2K Sports,Visual Concepts,6.5,0.12,0.11,,,0.01,2006-03-07, -/games/boxart/full_9247868AmericaFrontccc.jpg,SSX 3,GBA,Sports,EA Sports BIG,Visual Impact,,0.12,0.09,,0.03,0,2003-11-11, -/games/boxart/full_deadliest-catch-sea-of-chaos_895AmericaFront.jpg,Deadliest Catch: Sea of Chaos,Wii,Sports,Crave Entertainment,Double Tap,,0.12,0.11,,,0.01,2010-11-29, -/games/boxart/full_cabelas-dangerous-hunts-2011_8AmericaFront.jpg,Cabela's Dangerous Hunts 2011,DS,Sports,Activision,Sproing Interactive Media GMBH,,0.12,0.11,,,0.01,2010-10-19, -/games/boxart/full_8999393AmericaFrontccc.jpg,NFL Tour,PS3,Sports,EA Sports BIG,EA Tiburon,,0.12,0.1,,0.01,0.01,2008-01-08, -/games/boxart/full_5313234AmericaFrontccc.jpg,Pro Evolution Soccer 2016,XOne,Sports,Konami Digital Entertainment,PES Productions,,0.12,0.05,,0.06,0.01,2015-09-15,2018-04-14 -/games/boxart/1234003ccc.jpg,Major League Baseball 2K6,PSP,Sports,2K Sports,Visual Concepts,7.4,0.12,0.11,,,0.01,2006-04-13, -/games/boxart/full_8629656AmericaFrontccc.jpg,Skate City Heroes,Wii,Sports,Zoo Digital Publishing,Zeroscale,,0.12,0.11,,0,0.01,2008-11-24, -/games/boxart/full_2169490AmericaFrontccc.jpg,Disney's Extreme Skate Adventure,GC,Sports,Activision,Toys for Bob,7.4,0.12,0.09,,0.02,0,2003-09-04, -/games/boxart/full_backyard-sports-football-rookie-rush_2AmericaFront.jpg,Backyard Sports Football: Rookie Rush,X360,Sports,Atari,HB Studios,,0.12,0.11,,,0.01,2010-10-26, -/games/boxart/full_3620784JapanFrontccc.jpg,Famicom Mini: TwinBee,GBA,Shooter,Konami,Konami,,0.12,,0.12,,0,2004-05-21, -/games/boxart/full_backyard-sports-football-rookie-rush_1AmericaFront.jpg,Backyard Sports Football: Rookie Rush,Wii,Sports,Atari,HB Studios,,0.12,0.11,,,0.01,2010-10-26, -/games/boxart/full_9552450AmericaFrontccc.jpg,IndyCar Series,PS2,Racing,Codemasters,Brain in a Jar,,0.12,0.06,,0.05,0.02,2003-05-21, -/games/boxart/full_4957780AmericaFrontccc.jpg,Wolfenstein The Two Pack,XOne,Shooter,Bethesda Softworks,MachineGames,,0.12,0.11,,,0.01,2017-08-22,2018-07-04 -/games/boxart/55571ccc.jpg,Airborne Troops: Countdown to D-Day,PS2,Shooter,Mud Duck Productions,WideScreen Games,,0.12,0.06,,0.05,0.02,2005-01-07, -/games/boxart/full_raiden-iv_84AmericaFront.jpg,Raiden IV,X360,Shooter,UFO Interactive,Moss,7,0.12,0.1,0.01,,0.01,2009-09-08, -/games/boxart/full_1969050AmericaFrontccc.png,Payday 2,NS,Shooter,505 Games,Overkill Software,5,0.12,0.08,,0.02,0.01,2018-02-27,2018-01-08 -/games/boxart/full_4141699AmericaFrontccc.jpg,NPPL Championship Paintball 2009,Wii,Shooter,Activision,Magic Wand Productions,,0.12,0.11,,0,0.01,2008-11-18, -/games/boxart/full_5414765JapanFrontccc.jpg,The Walking Dead: Survival Instinct,WiiU,Shooter,Activision,Terminal Reality,,0.12,0.08,,0.03,0.01,2013-03-19,2018-01-16 -/games/boxart/default.jpg,Self-Defense Training Camp,X360,Sports,Ubisoft,Ubisoft,,0.12,0.08,,0.03,0.01,2011-11-08, -/games/boxart/full_6145463AmericaFrontccc.jpg,Charm Girls Club: My Perfect Prom,DS,Simulation,Electronic Arts,Electronic Arts,,0.12,0.11,,,0.01,2009-10-20, -/games/boxart/full_1317268AmericaFrontccc.jpg,Funky Barn,3DS,Simulation,Ubisoft,Tantalus Interactive,,0.12,0.07,,0.04,0.01,2012-04-03,2018-11-16 -/games/boxart/7954232ccc.jpg,Horse Life,DS,Simulation,D3 Publisher,Neko Entertainment,,0.12,0.09,,0.02,0.01,2007-11-06, -/games/boxart/3995366ccc.jpg,Lovely Lisa,DS,Simulation,Tomy Corporation,Takara Tomy,,0.12,0.11,,0,0.01,2008-10-20, -/games/boxart/full_1736836AmericaFrontccc.jpg,My Farm Around the World,DS,Simulation,THQ,BIP Games,,0.12,0.11,,,0.01,2009-05-11, -/games/boxart/full_ace-another-centurys-episode-portable_963JapanFront.jpg,A.C.E.: Another Century's Episode Portable,PSP,Simulation,Namco Bandai,From Software,,0.12,,0.12,,,2011-01-13, -/games/boxart/full_6954804AmericaFrontccc.jpg,Rush,PSP,Racing,Midway Games,Midway Studios Newcastle,,0.12,0.11,,,0.01,2006-10-30, -/games/boxart/full_naild_9AmericaFront.jpg,nail'd,PS3,Racing,Deep Silver,Techland,,0.12,0.08,,0.02,0.02,2010-11-30, -/games/boxart/full_3106817AmericaFrontccc.jpg,Ferrari Challenge Trofeo Pirelli,PS2,Racing,Activision,Eutechnyx,,0.12,0.06,,0.05,0.02,2008-08-26, -/games/boxart/9139208ccc.jpg,Chase: Hollywood Stunt Driver,XB,Racing,BAM! Entertainment,I-Imagine,,0.12,0.09,,0.03,0,2002-09-25, -/games/boxart/full_7071719AmericaFrontccc.jpg,NASCAR Heat 2,XOne,Racing,704Games,Monster Games,,0.12,0.11,,,0.01,2017-09-12,2018-06-25 -/games/boxart/full_nascar-unleashed_979AmericaFront.jpg,Nascar Unleashed,X360,Racing,Activision,Activision,,0.12,0.11,,,0.01,2011-11-01, -/games/boxart/full_dirt-2_72AmericaFront.jpg,DiRT 2,DS,Racing,Codemasters,Codemasters,,0.12,0.06,,0.05,0.01,2009-09-08, -/games/boxart/full_dreamworks-super-star-kartz_277AmericaFront.jpg,DreamWorks Super Star Kartz,3DS,Racing,Activision,Activision,,0.12,0.08,,0.03,0.01,2011-11-15, -/games/boxart/full_wrc-fia-world-rally-championship_5PALFront.jpg,WRC: FIA World Rally Championship,X360,Racing,Unknown,Milestone S.r.l,,0.12,0,0,0.1,0.01,, -/games/boxart/full_5339776AmericaFrontccc.jpg,2 Games in 1 Double Pack: Hot Wheels Velocity X / Hot Wheels World Race,GBA,Racing,THQ,Saffire Corporation,,0.12,0.09,,0.03,0,2005-09-22, -/games/boxart/full_8329806AmericaFrontccc.jpg,Mobil 1 Rally Championship,PS,Racing,Electronic Arts,HotGen Studios,,0.12,0.07,,0.04,0.01,2000-03-08, -/games/boxart/full_4289027AmericaFrontccc.jpg,Monster Truck Madness,GBA,Racing,THQ,Tantalus Interactive,,0.12,0.09,,0.03,0,2003-08-11, -/games/boxart/full_9002756AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,X360,Racing,Activision,Left Field Productions,,0.12,0.11,,0.01,0.01,2008-10-28, -/games/boxart/full_6659839AmericaFrontccc.jpg,High Velocity: Mountain Racing Challenge,SAT,Racing,Atlus,Cave,,0.12,,0.12,,0,1996-01-01, -/games/boxart/full_3942439AmericaFrontccc.jpg,MX vs ATV All Out,PS4,Racing,THQ Nordic,Rainbow Studios,,0.12,0.09,,0.01,0.02,2018-03-27,2018-03-23 -/games/boxart/full_2071430PALFrontccc.jpg,MotoGP 14,PS3,Racing,Namco Bandai Games,Milestone S.r.l.,,0.12,0.05,,0.05,0.02,2014-11-04,2018-11-03 -/games/boxart/full_2722034AmericaFrontccc.jpg,MotoGP 3 - Official Game of MotoGP,PS2,Racing,Namco,Namco,,0.12,0.06,,0.05,0.02,2003-03-17, -/games/boxart/full_5003467AmericaFrontccc.jpg,M&M's Kart Racing,DS,Racing,DSI Games,FrontLine Studios,,0.12,0.11,,,0.01,2008-03-24, -/games/boxart/full_cabelas-north-american-adventures_4AmericaFront.jpg,Cabela's North American Adventures,PSP,Sports,Activision,Activision,,0.12,0.1,,,0.02,2010-09-14, -/games/boxart/full_4808642AmericaFrontccc.jpg,NBA 2K2,GC,Sports,Sega,Visual Concepts,8.8,0.12,0.09,,0.02,0,2002-03-20, -/games/boxart/341016ccc.jpg,MLB Inside Pitch 2003,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.12,0.09,,0.03,0,2003-05-20, -/games/boxart/full_1465976PALFrontccc.jpg,Pro Evolution Soccer 2018,XOne,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.12,0.06,,0.05,0.01,2017-09-12,2018-04-24 -/games/boxart/1729574ccc.jpg,Sega Soccer Slam,PS2,Sports,Sega,Black Box Games,,0.12,0.06,,0.05,0.02,2002-09-02, -/games/boxart/full_7396793AmericaFrontccc.jpg,Academy of Champions: Soccer,Wii,Sports,Ubisoft,Ubisoft Vancouver,7.1,0.12,0.09,,0.02,0.01,2009-11-03, -/games/boxart/5965518ccc.jpg,MTV Sports: Pure Ride,PS,Sports,THQ,Radical Entertainment,,0.12,0.07,,0.05,0.01,2000-09-30, -/games/boxart/full_7825871AmericaFrontccc.jpg,Mountain Sports,Wii,Sports,Activision,Sproing Interactive Media GMBH,,0.12,0.11,,0,0.01,2009-10-27, -/games/boxart/full_791034AmericaFrontccc.jpg,Backyard Baseball '10,DS,Sports,Atari,Atari,,0.12,0.11,,,0.01,2009-03-31, -/games/boxart/full_kidz-sports-crazy-golf_7AmericaFront.jpg,Kidz Sports: Crazy Golf,Wii,Sports,Destineer,Data Design Interactive,,0.12,0.11,,0,0.01,2008-09-16, -/games/boxart/full_power-pro-kun-pocket-14_666JapanFront.jpg,Power Pro Kun Pocket 14,DS,Sports,Konami,Konami,,0.12,,0.12,,,2011-12-01, -/games/boxart/full_brunswick-pro-bowling_649AmericaFront.jpg,Brunswick Pro Bowling,3DS,Sports,Crave Entertainment,Crave Entertainment,,0.12,0.11,,,0.01,2011-09-20, -/games/boxart/full_5350309AmericaFrontccc.jpg,NFL Head Coach,XB,Sports,EA Sports,EA Tiburon,,0.12,0.09,,0.03,0,2006-06-20, -/games/boxart/full_5162799AmericaFrontccc.jpg,PBR: Out of the Chute,Wii,Sports,Crave Entertainment,D2C Games,,0.12,0.11,,,0.01,2008-10-28, -/games/boxart/8744463ccc.jpg,Street Hoops,GC,Sports,Activision,Black Ops Entertainment,,0.12,0.09,,0.02,0,2002-11-28, -/games/boxart/full_5011327AmericaFrontccc.jpg,NBA 2K16,PC,Sports,2K Sports,Visual Concepts,,0.12,0.05,,0.07,0.01,2015-09-29,2018-03-28 -/games/boxart/full_6632282AmericaFrontccc.png,Danganronpa 1-2 Reload,PS4,Adventure,NIS America,Spike Chunsoft,,0.12,0.08,0.02,,0.02,2017-03-14,2018-01-10 -/games/boxart/7965172ccc.jpg,Wallace & Gromit: Curse of the Were-Rabbit,PS2,Adventure,Konami,Frontier Developments,,0.12,0.06,,0.05,0.02,2005-09-29, -/games/boxart/full_7914183AmericaFrontccc.jpg,Code: Realize - Guardian of Rebirth,PSV,Adventure,Aksys Games,Idea Factory,,0.12,0.06,0.03,,0.02,2015-10-20,2018-01-15 -/games/boxart/full_9942993AmericaFrontccc.jpg,Subnautica,PS4,Adventure,Gearbox Software,Unknown Worlds Entertainment,,0.12,0.07,,0.03,0.02,2018-12-04,2018-07-16 -/games/boxart/full_midnight-mysteries-the-edgar-allan-poe-conspiracy_10AmericaFront.jpg,Midnight Mysteries: The Edgar Allan Poe Conspiracy,DS,Adventure,Mumbo Jumbo,MumboJumbo,,0.12,0.08,,0.03,0.01,2010-09-21, -/games/boxart/full_8307495JapanFrontccc.jpg,Dorabase 2: Nettou Ultra Stadium,DS,Sports,Namco Bandai,Bandai Namco Games,,0.12,,0.12,,,2009-11-19, -/games/boxart/full_8516455AmericaFrontccc.png,The Walking Dead - The Telltale Series: A New Frontier,XOne,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.12,0.1,,0.01,0.01,2017-02-28, -/games/boxart/full_1858555AmericaFrontccc.jpg,The Clique: Diss and Make Up,DS,Adventure,Warner Bros. Interactive,Gorilla Systems,,0.12,0.11,,0,0.01,2009-08-25, -/games/boxart/full_9501004PALFrontccc.jpg,Nintendo Pocket Football Club,3DS,Sports,Nintendo,ParityBit,7,0.12,,0.12,,,2012-07-12,2018-08-30 -/games/boxart/full_3730786JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2018,PSV,Sports,Konami,Konami,,0.12,,0.12,,,2018-04-26,2018-05-20 -/games/boxart/full_9169745AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,3DS,Adventure,Aksys Games,Chime,7.7,0.12,0.08,0.03,,0.01,2016-06-28,2018-07-03 -/games/boxart/full_4540539JapanFrontccc.jpg,Clock Tower: The First Fear,PS,Adventure,Human Entertainment,Human Entertainment,,0.12,,0.12,,0.01,1997-07-17, -/games/boxart/full_3235644AmericaFrontccc.jpg,Batman: A Telltale Game Series,PS3,Adventure,Telltale Games,Telltale Games,,0.12,0.02,,0.09,0.02,2016-09-13,2018-04-16 -/games/boxart/full_4329091JapanFrontccc.jpg,The Great Ace Attorney 2 - The Resolve of Ryuunosuke Naruhodou,3DS,Adventure,Capcom,Capcom,,0.12,,0.12,,,2017-08-03,2018-08-03 -/games/boxart/full_spider-man-edge-of-time_795AmericaFront.jpg,Spider-Man: Edge of Time,3DS,Adventure,Activision,Beenox,5.5,0.12,0.08,,0.03,0.01,2011-10-04, -/games/boxart/681722ccc.jpg,Neopets Petpet Adventures: The Wand of Wishing,PSP,Adventure,Sony Computer Entertainment,Sony Computer Entertainment America,,0.12,0.11,,,0.01,2006-03-14, -/games/boxart/2806939ccc.jpg,Cel Damage,XB,Racing,Electronic Arts,Pseudo Interactive,5.7,0.12,0.09,,0.03,0,2001-11-14, -/games/boxart/full_7486266AmericaFrontccc.jpg,Magic: The Gathering - Battlemage,PS,Strategy,Acclaim Entertainment,Realtime Associates,,0.12,0.07,,0.05,0.01,1997-08-01, -/games/boxart/full_6940138AmericaFrontccc.jpg,Star Trek: Conquest,Wii,Strategy,Bethesda Softworks,Bethesda Softworks,,0.12,0.11,,0.01,0.01,2007-11-20, -/games/boxart/full_7960536JapanFrontccc.jpg,San Goku Shi V,SAT,Strategy,KOEI,Koei,,0.12,,0.12,,,1996-09-27, -/games/boxart/full_2057625JapanFrontccc.jpg,SD Gundam G Generation Genesis,PSV,Strategy,Namco Bandai Games,Bandai Namco,,0.12,,0.12,,,2016-11-22,2018-01-16 -/games/boxart/full_tecmo-super-bowl_6AmericaFront.jpg,Tecmo Super Bowl,PS,Sports,Tecmo,Tecmo,,0.12,0.06,,0.04,0.01,1996-08-01, -/games/boxart/full_9163471AmericaFrontccc.jpg,MLB 14 The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,7.1,0.12,0.09,,,0.03,2014-04-01,2018-03-16 -/games/boxart/full_3869870AmericaFrontccc.jpg,NHL Powerplay '96,PS,Sports,Virgin Interactive,Radical Entertainment,,0.12,0.06,,0.04,0.01,1996-09-30, -/games/boxart/full_351428AmericaFrontccc.jpg,Dodge Racing: Charger vs Challenger,Wii,Racing,Zoo Games,EM Studios,,0.12,0.11,,,0.01,2009-09-24, -/games/boxart/full_2028569AmericaFrontccc.jpg,Burning Road,PS,Racing,Playmates,Toka,6,0.12,0.07,,0.05,0.01,1996-11-12, -/games/boxart/full_monster-jam-2011_3AmericaFront.jpg,Monster Jam: Path of Destruction,X360,Racing,Activision,Virtuos,,0.12,0.11,,,0.01,2010-11-09, -/games/boxart/8909595ccc.jpg,Jeremy McGrath Supercross World,GC,Racing,Acclaim Entertainment,Acclaim Entertainment,2.7,0.12,0.09,,0.02,0,2002-02-27, -/games/boxart/41233ccc.jpg,Cruis'n,Wii,Racing,Midway Games,Midway Studios San Diego,,0.12,0.1,,0.01,0.01,2007-11-27, -/games/boxart/3726722ccc.jpg,MX vs. ATV Untamed,DS,Racing,THQ,Rainbow Studios,,0.12,0.11,,0,0.01,2007-12-17, -/games/boxart/5487761ccc.jpg,Crime Killer,PS,Racing,Interplay,Pixelogic,,0.12,0.07,,0.04,0.01,1998-06-30, -/games/boxart/full_dreamworks-super-star-kartz_42AmericaFront.jpg,DreamWorks Super Star Kartz,PS3,Racing,Activision,Activision,,0.12,0.06,,0.03,0.02,2011-11-15, -/games/boxart/full_3528101JapanFrontccc.jpg,Slayers,SNES,Role-Playing,Banpresto,Bec,,0.12,,0.12,,,1994-06-24, -/games/boxart/default.jpg,Medarot 4: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,0.12,,0.12,,,2001-03-23, -/games/boxart/full_9935743AmericaFrontccc.jpg,God Eater 2: Rage Burst,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.12,,0.11,0.01,0,2015-02-26,2018-07-04 -/games/boxart/full_8749818JapanFrontccc.jpg,Summon Night 3,PSP,Role-Playing,Namco Bandai Games,Felistella,,0.12,,0.12,,,2012-10-04,2018-11-14 -/games/boxart/full_5343308JapanFrontccc.jpg,Daikaijyuu Monogatari II,SNES,Role-Playing,Hudson Soft,Birthday,,0.12,,0.12,,0,1996-08-02, -/games/boxart/full_2735672AmericaFrontccc.jpg,Portal Knights,PS4,Role-Playing,505 Games,Keen Games,,0.12,0.02,0.03,0.05,0.01,2017-05-23,2018-07-03 -/games/boxart/full_2397767JapanFrontccc.jpg,Lunar 2: Eternal Blue,SAT,Role-Playing,Kadokawa Shoten,Game Arts,,0.12,,0.12,,,1998-07-23, -/games/boxart/9275315ccc.jpg,Thousand Arms,PS,Role-Playing,Atlus,RED Company,,0.12,0.06,,0.04,0.01,1999-10-13, -/games/boxart/full_3182187AmericaFrontccc.jpg,Tokyo New World Record: Operation Abyss,PSV,Role-Playing,NIS America,Experience Inc.,,0.12,0.04,0.06,0.01,0.01,2015-06-09,2018-11-15 -/games/boxart/full_6629953AmericaFrontccc.jpg,Lunar: Dragon Song,DS,Role-Playing,Ubisoft,Game Arts / Japan Art Media (JAM),5.9,0.12,0.11,,0,0.01,2005-09-27, -/games/boxart/full_9766924AmericaFrontccc.jpg,Pokémon Crystal Version,3DS,Role-Playing,Nintendo,Game Freak,,0.12,,,0.11,0.01,2018-01-26,2018-08-03 -/games/boxart/full_venetica_235AmericaFront.jpg,Venetica,PS3,Role-Playing,Atari,DECK13 Interactive,5,0.12,0.07,,0.03,0.01,2011-01-11,2018-05-10 -/games/boxart/full_9813545JapanFrontccc.jpg,Conception II: Children of the Seven Stars,3DS,Role-Playing,Atlus,Spike Chunsoft,,0.12,0.09,0.03,,0.01,2014-04-15,2019-01-14 -/games/boxart/full_6167993JapanFrontccc.jpg,Mugen no Frontier: Super Robot Taisen OG Saga EXCEED,DS,Role-Playing,Namco Bandai,Monolith Soft,,0.12,,0.12,,,2010-02-25, -/games/boxart/full_5016636JapanFrontccc.jpg,Fate/Extra CCC,PSP,Role-Playing,Marvelous Entertainment,Marvelous / Imageepoch,,0.12,,0.12,,,2013-03-28,2018-11-15 -/games/boxart/full_2321678AmericaFrontccc.jpg,Call of Cthulhu,PS4,Role-Playing,Focus Home Interactive,Cyanide,,0.12,0.07,,0.03,0.02,2018-10-30,2019-03-23 -/games/boxart/full_9135696JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9,GC,Sports,Konami,Diamond Head,,0.12,,0.11,,0,2002-07-18, -/games/boxart/full_1575467AmericaFrontccc.jpg,FIFA Football,PSV,Sports,EA Sports,EA Canada,,0.12,0.02,,0.09,0.02,2011-09-27,2018-11-16 -/games/boxart/full_after-hours-athletes_965PALFront.jpg,After Hours Athletes,PS3,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,0.12,,,0.1,0.02,2011-11-18, -/games/boxart/full_6288184JapanFrontccc.jpg,Harukanaru Augusta 2: Masters,SNES,Sports,T&E Soft,Tikipod,,0.12,,0.12,,,1993-09-19, -/games/boxart/full_1196157AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.12,0.04,,0.07,0.01,2013-05-21,2018-03-15 -/games/boxart/full_5606013JapanFrontccc.jpg,Love Live! School Idol Paradise,PSV,Music,Kadokawa Games,Dingo Inc.,,0.12,,0.12,,,2014-08-28,2018-11-15 -/games/boxart/default.jpg,Medarot DS: Kabuto / Kuwagata Ver.,DS,Role-Playing,Rocket Company,Rocket Company,,0.12,,0.12,,,2010-05-27, -/games/boxart/full_8997670AmericaFrontccc.jpg,Vampyr,XOne,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,0.12,0.07,,0.04,0.01,2018-06-05,2018-02-08 -/games/boxart/full_1606382AmericaFrontccc.jpg,Rugrats: Totally Angelica,PS,Adventure,THQ,ART Co.,,0.12,0.06,,0.04,0.01,2001-04-13, -/games/boxart/1912853ccc.jpg,CSI: Crime Scene Investigation,XB,Adventure,Ubisoft,369 Interactive,,0.12,0.09,,0.03,0,2004-12-14, -/games/boxart/full_alice-madness-returns_416AmericaFront.jpg,Alice: Madness Returns,PC,Adventure,Electronic Arts,Spicy Horse,6.7,0.12,,,0.1,0.01,2011-06-14, -/games/boxart/full_3344015JapanFrontccc.jpg,Stolen Song,PS,Adventure,Sony Computer Entertainment,Unknown,,0.12,,0.11,,0.01,1998-05-21, -/games/boxart/full_cabelas-north-american-adventures_3AmericaFront.jpg,Cabela's North American Adventures,PS3,Sports,Activision,Activision,,0.12,0.11,,,0.01,2010-09-14, -/games/boxart/full_3869582AmericaFrontccc.jpg,Major League Baseball 2K12,PSP,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.12,0.09,,,0.02,2012-03-06,2018-11-03 -/games/boxart/1295016ccc.jpg,NHL 2K3,XB,Sports,Sega,Treyarch,,0.12,0.09,,0.02,0,2002-11-19, -/games/boxart/5316139ccc.jpg,FIFA Soccer,PSP,Sports,Electronic Arts,EA Canada,7.8,0.12,0.11,,,0.01,2005-04-25, -/games/boxart/full_6655505AmericaFrontccc.jpg,Dragon Ball: Origins,DS,Adventure,Atari,Game Republic,,0.12,0.08,,0.03,0.01,2008-11-04,2018-04-27 -/games/boxart/5126383ccc.gif,Barbie as The Island Princess,PS2,Adventure,Activision,Human Soft / Ivolgamus,,0.12,0.06,,0.04,0.02,2007-10-30, -/games/boxart/9588813ccc.jpg,Breakdown,XB,Adventure,Namco,Namco,,0.12,0.09,,0.03,0,2004-03-16, -/games/boxart/full_5273025AmericaFrontccc.jpg,Harvey Birdman: Attorney at Law,PS2,Adventure,Capcom,High Voltage Software,,0.12,0.06,,0.04,0.01,2008-01-08, -/games/boxart/full_135555JapanFrontccc.jpg,DEATH NOTE: Kira Game,DS,Adventure,Konami,Konami,,0.12,,0.12,,,2007-02-15, -/games/boxart/full_2363124AmericaFrontccc.jpg,The Daring Game for Girls,DS,Adventure,Majesco,WXP,,0.12,0.11,,,0.01,2010-03-09, -/games/boxart/full_60791AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy: The Telltale Series,PS4,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.12,0.06,,0.04,0.02,2017-05-02,2018-06-27 -/games/boxart/full_5074714AmericaFrontccc.jpg,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,X360,Misc,Ubisoft,Unknown,,0.12,0.09,,0.01,0.01,2013-10-22, -/games/boxart/full_2665981AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,GC,Action,Konami,Konami,,0.12,0.09,,0.02,0,2005-11-01, -/games/boxart/full_4315042PALFrontccc.jpg,SingStar Vol. 3,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.12,,,0.1,0.02,2008-11-14, -/games/boxart/full_4271210AmericaFrontccc.jpg,Karaoke Revolution,X360,Misc,Konami,Blitz Games,,0.12,0.12,,,0.01,2009-11-24, -/games/boxart/full_pachislot-series-vol-12-cr-neon-geneses-evangelion_4JapanFront.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 12: CR Shinseiki Evangelion - Shito, Futatabi",PS2,Misc,D3 Publisher,Bisty,,0.12,,0.12,,,2008-06-26, -/games/boxart/8414770ccc.jpg,The Bible Game,GBA,Misc,Crave Entertainment,Crave Entertainment,3.5,0.12,0.09,,0.03,0,2005-10-30, -/games/boxart/full_9461505JapanFrontccc.jpg,Fate/hollow ataraxia,PSV,Visual Novel,Type-Moon,Type-Moon,,0.12,,0.12,,,2014-11-27,2018-11-15 -/games/boxart/4737702ccc.jpg,Ecco the Dolphin,GEN,Adventure,Sega,Novotrade International,,0.12,,0.12,,0,1993-07-29, -/games/boxart/full_happy-feet-two-the-videogame_635AmericaFront.jpg,Happy Feet Two,PS3,Adventure,Warner Bros. Interactive,KMM Games,,0.12,0.1,,0,0.02,2011-11-08, -/games/boxart/full_8916340AmericaFrontccc.jpg,America's Greatest Game Shows: Wheel of Fortune & Jeopardy!,PS4,Misc,Ubisoft,Ubisoft,,0.12,0.1,,,0.02,2017-11-07,2018-08-02 -/games/boxart/default.jpg,Rocksmith,PC,Misc,Ubisoft,Ubisoft,,0.12,0.07,,0.03,0.01,2012-05-13, -/games/boxart/3845335ccc.jpg,Marvel Trading Card Game,DS,Misc,Konami,Vicious Cycle,,0.12,0.11,,0,0.01,2007-05-22, -/games/boxart/full_3807933AmericaFrontccc.jpg,Atelier Annie: Alchemists of Sera Island,DS,Role-Playing,NIS America,Gust,,0.12,0.08,0.03,,0.01,2009-10-27, -/games/boxart/full_minute-to-win-it_860AmericaFront.jpg,Minute to Win It,DS,Misc,Zoo Games,TBA,,0.12,0.11,,,0.01,2010-11-02, -/games/boxart/full_1939002JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol.10: CR Shinseiki Evangelion: Kiseki no Kachi,PS2,Misc,D3 Publisher,Bisty,,0.12,,0.12,,,2007-06-07, -/games/boxart/full_family-game-night-4-the-game-show_289AmericaFront.jpg,Family Game Night 4: The Game Show,PS3,Misc,Electronic Arts,Electronic Arts,,0.12,0.08,,0.02,0.02,2011-11-01, -/games/boxart/full_rango-the-video-game_273AmericaFront.jpg,Rango: The Video Game,DS,Action,Paramount Digital Entertainment,Behaviour Studios,,0.12,0.07,,0.03,0.01,2011-03-01, -/games/boxart/full_9828236JapanFrontccc.jpg,Super Robot Wars V,PSV,Role-Playing,Namco Bandai Games,B.B. Studio,,0.12,,0.12,,,2017-02-23,2018-06-30 -/games/boxart/full_4604979JapanFrontccc.jpg,Eyeshield 21: Max Devil Power,DS,Role-Playing,Nintendo,Eighting,,0.12,,0.12,,,2006-02-02, -/games/boxart/full_9920008AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,X360,Misc,Crave Entertainment,FarSight Studios,,0.12,0.11,,,0.01,2009-09-22, -/games/boxart/full_235494AmericaFrontccc.jpg,Ultimate Card Games,GBA,Misc,Telegames,Cosmigo,,0.12,0.09,,0.03,0,2004-01-01, -/games/boxart/full_esa-game-pack_641AmericaFront.jpg,ESA Game Pack,PS3,Misc,Sony Computer Entertainment,Various,,0.12,0.11,,,0.01,2010-11-10, -/games/boxart/full_5743572AmericaFrontccc.jpg,Rock Band: Metal Track Pack,PS3,Misc,MTV Games,Harmonix Music Systems,,0.12,0.11,,,0.01,2009-09-22, -/games/boxart/full_disney-princess-enchanting-storybooks_69AmericaFront.jpg,Disney Princess: Enchanting Storybooks,DS,Misc,THQ,THQ,,0.12,0.07,,0.03,0.01,2011-11-01, -/games/boxart/full_the-price-is-right-decades_729AmericaFront.jpg,The Price is Right: Decades,Wii,Misc,Ubisoft,Ludia Inc.,,0.12,0.11,,,0.01,2011-10-18, -/games/boxart/full_8570150AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PS2,Puzzle,D3 Publisher,Infinite Interactive,,0.12,0.06,,0.05,0.02,2007-11-13, -/games/boxart/1112495ccc.jpg,Bomberman Party Edition,PS,Puzzle,Vatical Entertainment,Metro,7.9,0.12,0.07,,0.05,0.01,2000-09-19, -/games/boxart/full_7039719JapanFrontccc.jpg,"Sumikko Gurashi: Koko, Dokonan Desu?",3DS,Puzzle,Nippon Columbia,Nippon Columbia,,0.12,,0.12,,,2017-07-20,2018-07-03 -/games/boxart/full_8368216PALFrontccc.jpg,Picross 3D Round 2,3DS,Puzzle,Nintendo,HAL Laboratory,8.6,0.12,,0.12,0,0,2016-09-01,2018-04-23 -/games/boxart/full_6585270AmericaFrontccc.jpg,Puzzle Kingdoms,Wii,Puzzle,Zoo Digital Publishing,Infinite Interactive,,0.12,0.11,,0,0.01,2009-05-12, -/games/boxart/full_2444782AmericaFrontccc.jpg,Rubik's World,DS,Puzzle,Game Factory,Two Tribes,,0.12,0.1,,0.01,0.01,2008-10-28, -/games/boxart/6860961ccc.gif,Voodoo Vince,XB,Platform,Microsoft Game Studios,Beep Industries,,0.12,0.09,,0.03,0,2003-09-23, -/games/boxart/full_9526834AmericaFrontccc.jpg,The Smurfs 2,X360,Platform,Ubisoft,Way Forward,,0.12,0.03,,0.08,0.01,2013-07-23,2018-03-17 -/games/boxart/full_4458194PALFrontccc.jpg,The God of War Trilogy,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,0.12,,0.03,0.07,0.02,2010-04-16, -/games/boxart/full_3891802AmericaFrontccc.jpg,Transformers: War for Cybertron -- Decepticons,DS,Action,Activision,Vicarious Visions,,0.12,0.11,,0.01,0.01,2010-06-22, -/games/boxart/full_3081684AmericaFrontccc.jpg,USA Today Crossword Challenge,DS,Puzzle,Destineer,Destineer,,0.12,0.11,,,0.01,2008-05-30, -/games/boxart/full_6177383AmericaFrontccc.jpg,Ultimate Puzzle Games: Sudoku Edition,DS,Puzzle,Telegames,"Telegames, Inc.",,0.12,0.11,,,0.01,2007-07-24, -/games/boxart/full_1403827AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,X360,Platform,Activision,Eurocom Entertainment Software,6.7,0.12,0.09,,0.03,0.01,2009-06-30, -/games/boxart/full_56204AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Game Time,X360,Puzzle,THQ,THQ,4,0.12,0.12,,,0.01,2009-10-26, -/games/boxart/full_1165859AmericaFrontccc.jpg,Zenses: Rainforest,DS,Puzzle,Game Factory,Shin'en,,0.12,0.1,,0.01,0.01,2008-10-28, -/games/boxart/full_3763355AmericaFrontccc.jpg,Go! Sudoku,PSP,Puzzle,Ubisoft,Sumo Digital,6.8,0.12,0.11,,0,0.01,2006-03-21, -/games/boxart/full_6378913JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2014,PSV,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.12,,0.12,,,2014-10-23,2018-05-01 -/games/boxart/1400125ccc.jpg,NHL 2002,GBA,Sports,EA Sports,BudCat Creations,,0.12,0.09,,0.03,0,2002-03-07, -/games/boxart/full_8356005AmericaFrontccc.jpg,Backyard Baseball '09,DS,Sports,Atari,Humongous Entertainment,,0.12,0.11,,,0.01,2008-03-25, -/games/boxart/full_8833705JapanFrontccc.jpg,One Piece: Pirate Warriors 2,PSV,Action,Namco Bandai Games,Omega Force,,0.12,,0.12,,,2013-03-20,2018-01-12 -/games/boxart/full_4274282AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS4,Action,Activision,PlatinumGames,,0.12,0.07,,0.03,0.02,2016-05-24,2018-04-15 -/games/boxart/full_all-kamen-rider-rider-generation_963JapanFront.jpg,All Kamen Rider: Rider Generation,DS,Action,Namco Bandai,Namco Bandai Games,,0.12,,0.12,,,2011-08-04, -/games/boxart/full_4063485AmericaFrontccc.jpg,Undead Knights,PSP,Action,Tecmo,Team Tachyon,6.6,0.12,0.05,0.06,0.01,0.01,2009-09-29, -/games/boxart/full_6596722AmericaFrontccc.jpg,Fate/Extella Link,PS4,Action,Xseed Games,Marvelous,,0.12,,0.12,,,2019-02-19,2018-12-30 -/games/boxart/9837541ccc.jpg,My Chinese Coach,DS,Misc,Ubisoft,Ubisoft,,0.12,0.1,,0.01,0.01,2008-08-26, -/games/boxart/full_wipeout-2_959AmericaFront.jpg,Wipeout 2,PS3,Misc,Activision,Endemol,,0.12,0.11,,,0.01,2011-10-11, -/games/boxart/full_petz-puppyz-amp-kittenz_947AmericaFront.jpg,Petz Puppyz & Kittenz,DS,Misc,Ubisoft,Ubisoft,,0.12,0.11,,,0.01,2011-10-18, -/games/boxart/full_power-gig-rise-of-the-sixstring_10AmericaFront.jpg,Power Gig: Rise of the SixString,X360,Misc,Unknown,Seven45 Studios,3,0.12,0.11,,,0.01,2010-10-19, -/games/boxart/full_the-price-is-right-decades_420AmericaFront.jpg,The Price is Right: Decades,X360,Misc,Ubisoft,Ludia Inc.,,0.12,0.11,,,0.01,2011-11-15, -/games/boxart/full_6479416JapanFrontccc.jpg,Nippon Daihyou Team no Kantoku ni Narou! Sekaihatsu Soccer RPG,SAT,Sports,Sega,Enix,,0.12,,0.12,,,1998-06-25, -/games/boxart/full_5487260AmericaFrontccc.jpg,Rocket League,PC,Sports,Psyonix Studios,Psyonix Studios,9.2,0.12,0.03,,0.08,0.01,2015-07-07,2018-04-04 -/games/boxart/full_7678013AmericaFrontccc.jpg,Major League Baseball 2K8 Fantasy All-Stars,DS,Sports,Take-Two Interactive,Deep Fried Entertainment,,0.12,0.11,,,0.01,2008-04-14, -/games/boxart/full_9202250JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend,SAT,Adventure,Sega,Sega,,0.11,,0.11,,0,1998-03-26, -/games/boxart/full_happy-feet-two-the-videogame_804AmericaFront.jpg,Happy Feet Two,3DS,Adventure,Warner Bros. Interactive,WayForward,,0.11,0.08,,0.02,0.01,2011-11-08, -/games/boxart/full_4817628AmericaFrontccc.jpg,The Hardy Boys: Treasure on the Tracks,DS,Adventure,Sega,Her Interactive,,0.11,0.1,,,0.01,2009-09-01, -/games/boxart/full_2462232AmericaFrontccc.jpg,Paws & Claws Pet Vet: Australian Adventures,DS,Simulation,THQ,ValuSoft,,0.11,0.1,,,0.01,2009-08-18, -/games/boxart/full_947109AmericaFrontccc.jpg,Animal Planet: Vet Life,DS,Simulation,Activision,Activision,,0.11,0.1,,0,0.01,2009-09-22, -/games/boxart/full_2640858PALFrontccc.jpg,Football Manager 2019,PC,Simulation,Sega,Sports Interactive,,0.11,,,0.1,0.01,2018-11-02,2018-09-11 -/games/boxart/full_5930186AmericaFrontccc.jpg,Dawn of Discovery,DS,Simulation,Ubisoft,Sunflowers Interactive,7.9,0.11,0.07,,0.03,0.01,2009-06-23, -/games/boxart/full_9990865AmericaFrontccc.jpg,SimCity 2000,GBA,Simulation,"Destination Software, Inc",Full-Fat,,0.11,0.08,,0.03,0,2003-11-13, -/games/boxart/1123754ccc.jpg,AirForce Delta Strike,PS2,Simulation,Konami,KCE Studios,,0.11,0.05,,0.04,0.01,2004-02-03, -/games/boxart/full_3546480JapanFrontccc.jpg,Mobile Suit Gundam: MS Sensen 0079,Wii,Simulation,Namco Bandai,Bec,,0.11,,0.11,,,2007-07-26, -/games/boxart/full_1672402AmericaFrontccc.jpg,Paws & Claws: Pet Resort,Wii,Simulation,THQ,ValuSoft,,0.11,0.1,,,0.01,2009-01-05, -/games/boxart/full_1325549AmericaFrontccc.jpg,Petz Fashion: Dogz & Catz,DS,Simulation,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2009-06-09, -/games/boxart/full_5322237AmericaFrontccc.jpg,Trauma Center: Under the Knife 2,DS,Simulation,Atlus,Atlus Co.,8.2,0.11,0.1,,,0.01,2008-07-02, -/games/boxart/full_4965029AmericaFrontccc.jpg,Let's Play Garden,DS,Simulation,Deep Silver,Deep Silver,,0.11,0.1,,,0.01,2010-06-08, -/games/boxart/8544406ccc.jpg,Naval Ops: Warship Gunner,PS2,Simulation,KOEI,Micro Cabin,,0.11,0.05,,0.04,0.01,2003-06-25, -/games/boxart/3621161ccc.jpg,Nuclear Strike 64,N64,Simulation,THQ,Pacific Coast Power & Light,,0.11,0.09,,0.02,0,1999-11-30, -/games/boxart/2936083ccc.jpg,GunGriffon Blaze,PS2,Simulation,Working Designs,Game Arts,,0.11,0.05,,0.04,0.01,2000-10-24, -/games/boxart/full_1078014AmericaFrontccc.jpg,Overcooked Special Edition,NS,Simulation,Team 17,Ghost Town Games,8.4,0.11,0.08,,0.01,0.01,2018-02-13,2018-01-08 -/games/boxart/full_1945022JapanFrontccc.jpg,Kirarin * Revolution: Kira Kira Idol Audition,DS,Simulation,Konami,Konami,,0.11,,0.11,,,2006-08-10, -/games/boxart/full_1988291AmericaFrontccc.jpg,Pro Evolution Soccer 2017,X360,Sports,Konami Digital Entertainment,PES Productions,,0.11,0.05,,0.05,0.01,2016-09-13,2018-04-14 -/games/boxart/full_1212410JapanFrontccc.gif,Pro Yakyuu Team o Tsukurou! 2,DS,Sports,Sega,Sega,,0.11,,0.11,,,2009-05-21, -/games/boxart/full_vacation-sports_0AmericaFront.jpg,Vacation Sports,Wii,Sports,Ubisoft,Mere Mortals,,0.11,0.09,,0.01,0.01,2009-03-10, -/games/boxart/376819ccc.jpg,Real World Golf,PS2,Sports,Mad Catz,In2Games / Aqua Pacific,,0.11,0.05,,0.04,0.01,2006-04-11, -/games/boxart/5485100ccc.jpg,Winter Heat,SAT,Sports,Sega,Sega,,0.11,,0.11,,,1997-11-30, -/games/boxart/6404912ccc.jpg,BMX XXX,XB,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.11,0.08,,0.02,0,2002-11-10, -/games/boxart/full_champion-jockey-g1-jockey-ampamp-gallop-racer_846AmericaFront.jpg,Champion Jockey: G1 Jockey & Gallop Racer,Wii,Sports,Tecmo Koei,Tecmo Koei Games,,0.11,0.06,0.01,0.03,0.01,2011-11-08,2018-07-31 -/games/boxart/5149423ccc.jpg,Cabela's Dangerous Hunts 2,XB,Sports,Activision,FUN Labs,,0.11,0.08,,0.02,0,2005-11-16, -/games/boxart/9551527ccc.jpg,The BIGS,PSP,Sports,2K Sports,Blue Castle Games,7.6,0.11,0.1,,,0.01,2007-06-25, -/games/boxart/full_fit-in-six_783AmericaFront.jpg,Fit in Six,Wii,Sports,Ubisoft,Blue Byte Studio,,0.11,0.1,,,0.01,2011-03-15, -/games/boxart/full_michael-phelps-push-the-limit_195AmericaFront.jpg,Michael Phelps: Push the Limit,X360,Sports,505 Games,Blitz Games,,0.11,0.09,,0.01,0.01,2011-10-11, -/games/boxart/full_pdc-world-championship-darts-pro-tour_249PALFront.jpg,PDC World Championship Darts: Pro Tour,Wii,Sports,O-Games,O-Games,,0.11,,,0.1,0.01,2010-11-26, -/games/boxart/full_2013676AmericaFrontccc.jpg,Smash Court Tennis 3,X360,Sports,Atari,Namco Bandai Games America,,0.11,0.08,,0.02,0.01,2008-08-19, -/games/boxart/8715447ccc.jpg,Outlaw Golf: Nine Holes of Christmas,XB,Sports,Simon & Schuster Interactive,Hypnotix,,0.11,0.08,,0.02,0,2003-01-01, -/games/boxart/full_1965173AmericaFrontccc.jpg,NHL Rivals 2004,XB,Sports,Microsoft Game Studios,Microsoft Game Studios,,0.11,0.08,,0.02,0,2003-11-18, -/games/boxart/5883727ccc.jpg,FIFA World Cup Germany 2006,PSP,Sports,EA Sports,EA Canada,6.5,0.11,0.1,,,0.01,2006-05-22, -/games/boxart/full_1379392AmericaFrontccc.jpg,NBA 2K18,X360,Sports,2K Sports,Visual Concepts,7,0.11,0.09,,0,0.01,2017-09-19,2018-04-02 -/games/boxart/full_153648AmericaFrontccc.jpg,Backyard NFL Football '10,X360,Sports,Atari,Humongous Entertainment,,0.11,0.1,,,0.01,2009-10-20, -/games/boxart/full_6737299JapanFrontccc.jpg,J-League Winning Eleven 9: Asia Championship,PS2,Sports,Konami,Konami,,0.11,,0.11,,,2005-11-17, -/games/boxart/full_2842890AmericaFrontccc.jpg,Home Run King,GC,Sports,Sega,Wow Entertainment,,0.11,0.09,,0.02,0,2002-03-18, -/games/boxart/5645903ccc.jpg,MLB Power Pros,PS2,Sports,2K Sports,PawaPuro Production,,0.11,,0.11,,,2007-10-03, -/games/boxart/9084411ccc.jpg,Surf's Up,PSP,Sports,Ubisoft,Ubisoft Montreal,,0.11,0.02,,0.06,0.03,2007-05-30, -/games/boxart/8059402ccc.jpg,ESPN NHL Hockey,XB,Sports,Sega,Kush Games,,0.11,0.08,,0.02,0,2003-09-09, -/games/boxart/full_cabelas-north-american-adventures_6AmericaFront.jpg,Cabela's North American Adventures,X360,Sports,Activision,Activision,,0.11,0.1,,,0.01,2010-09-14, -/games/boxart/full_17543AmericaFrontccc.jpg,Totally Spies! Totally Party,Wii,Misc,Valcon Games,OUAT Entertainment,,0.11,0.09,,0.01,0.01,2009-03-10, -/games/boxart/full_2401295AmericaFrontccc.jpg,Rock Band: Metal Track Pack,PS2,Misc,MTV Games,Harmonix Music Systems,,0.11,0.05,,0.04,0.01,2009-09-22, -/games/boxart/full_347030AmericaFrontccc.jpg,Rock Band: Metal Track Pack,Wii,Misc,MTV Games,Harmonix Music Systems,,0.11,0.1,,,0.01,2009-09-22, -/games/boxart/full_5791947JapanFrontccc.jpg,Classic Road,SNES,Sports,Victor Interactive,Opera House,,0.11,,0.11,,0,1993-10-29, -/games/boxart/full_5175653AmericaFrontccc.jpg,"Grand Theft Auto: Mission Pack #1, London 1969",PS,Adventure,Rockstar Games,DMA Design,6.7,0.11,0.06,,0.04,0.01,1999-04-30, -/games/boxart/full_9365657AmericaFrontccc.jpg,D,PS,Adventure,Acclaim Entertainment,Warp,,0.11,,0.1,,0.01,1996-01-01, -/games/boxart/full_9249589AmericaFrontccc.jpg,Girl Time,DS,Simulation,THQ,THQ,,0.11,0.11,,,0.01,2009-05-11, -/games/boxart/full_jasf-janes-advanced-strike-fighters_338AmericaFront.jpg,JASF: Jane's Advanced Strike Fighters,PS3,Simulation,Unknown,Trickstar Games,,0.11,0.07,,0.03,0.01,2011-10-31, -/games/boxart/full_9608581JapanFrontccc.jpg,The Idolmaster: Platinum Stars,PS4,Simulation,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2016-07-28,2018-07-04 -/games/boxart/full_7735439AmericaFrontccc.jpg,Pocket Pets,DS,Simulation,O3 Entertainment,O3 Entertainment,,0.11,0.1,,,0.01,2007-12-04, -/games/boxart/full_3665760AmericaFrontccc.jpg,Jupiter Strike,PS,Shooter,Acclaim Entertainment,Taito Corporation,,0.11,0.06,,0.04,0.01,1995-01-01, -/games/boxart/full_545189AmericaFrontccc.jpg,Shadow Warrior (2013),PS4,Shooter,Devolver Digital,Flying Wild Hog,,0.11,,,0.09,0.02,2014-10-21,2018-11-16 -/games/boxart/3567655ccc.jpg,Reign of Fire,GC,Shooter,BAM! Entertainment,Kuju Entertainment,,0.11,0.08,,0.02,0,2002-11-26, -/games/boxart/full_rogue-warrior_410AmericaFront.jpg,Rogue Warrior,X360,Shooter,Bethesda Softworks,Rebellion Developments,3,0.11,0.09,,0.01,0.01,2009-12-01, -/games/boxart/full_8916673AmericaFrontccc.jpg,Mace Griffin: Bounty Hunter,XB,Shooter,VU Games,Warthog,,0.11,0.08,,0.02,0,2003-06-20, -/games/boxart/full_5311091AmericaFrontccc.jpg,Space Invaders,GBA,Shooter,Activision,Torus Games,,0.11,0.08,,0.03,0,2002-03-19, -/games/boxart/full_6900526AmericaFrontccc.png,Burnout Paradise Remastered,XOne,Racing,Electronic Arts,Stellar Entertainment,8,0.11,0.06,,0.04,0.01,2018-03-16,2018-02-24 -/games/boxart/full_8084581AmericaFrontccc.jpg,Metal Slug 4 & 5,PS2,Shooter,SNK Playmore,BrezzaSoft,,0.11,0.05,,0.04,0.01,2005-05-25, -/games/boxart/full_4602664JapanFrontccc.jpg,Kamen Rider: Climax Heroes,PS2,Fighting,Namco Bandai,Eighting,,0.11,,0.11,,,2009-08-06, -/games/boxart/8349321ccc.jpg,GoldenEye: Rogue Agent,DS,Shooter,Electronic Arts,EA Tiburon,,0.11,0.1,,0,0.01,2005-06-13, -/games/boxart/full_6821106PALFrontccc.jpg,Guilty Gear Xrd -Revelator-,PS3,Fighting,Aksys Games,Arc System Works,,0.11,0.03,0.04,0.02,0.01,2016-06-07,2018-07-09 -/games/boxart/3937637ccc.jpg,Fight Club,XB,Fighting,VU Games,Genuine Games,,0.11,0.08,,0.02,0,2004-11-16, -/games/boxart/full_4373195AmericaFrontccc.jpg,Primal Rage,PS,Fighting,Time Warner Interactive,Probe Entertainment Limited,,0.11,0.06,,0.04,0.01,1995-01-01, -/games/boxart/full_2905619AmericaFrontccc.jpg,BoomBots,PS,Fighting,SouthPeak Interactive,The Neverhood,4.5,0.11,0.06,,0.04,0.01,1999-12-02, -/games/boxart/full_7464347AmericaFrontccc.jpg,The King of Fighters XII,X360,Fighting,Ignition Entertainment,SNK Playmore Corporation,6.4,0.11,0.09,0.01,0,0.01,2009-07-28, -/games/boxart/full_612587AmericaFrontccc.jpg,Starsky & Hutch,GC,Racing,BAM! Entertainment,Minds-Eye Productions,6,0.11,0.08,,0.02,0,2004-08-24, -/games/boxart/194311ccc.jpg,Top Gear Rally 2,N64,Racing,Kemco,Saffire Corporation,,0.11,0.09,,0.02,0,1999-12-03, -/games/boxart/full_2718858JapanFrontccc.jpg,Fairy Tail: Portable Guild,PSP,Fighting,Konami,Konami,,0.11,,0.11,,,2010-06-03, -/games/boxart/full_211015AmericaFrontccc.jpg,FoxKids.com Micro Maniacs Racing,PS,Racing,Codemasters,Codemasters,,0.11,0.06,,0.04,0.01,2000-10-05, -/games/boxart/full_4672533AmericaFrontccc.jpg,Yamaha Supercross,DS,Racing,DSI Games,Coyote Console,,0.11,0.1,,,0.01,2009-04-07, -/games/boxart/full_monster-jam-2011_6AmericaFront.jpg,Monster Jam: Path of Destruction,PSP,Racing,Activision,Virtuos,,0.11,0.09,,,0.02,2010-11-09, -/games/boxart/full_5761063AmericaFrontccc.jpg,NASCAR '14,PS3,Racing,Deep Silver,Eutechnyx,7,0.11,0.09,,,0.02,2014-02-18,2018-11-04 -/games/boxart/full_woody-woodpecker-racing_604AmericaFront.jpg,Woody Woodpecker Racing,PS,Racing,Konami,Syrox Developments,,0.11,0.06,,0.04,0.01,2000-01-01, -/games/boxart/2430566ccc.gif,Total Immersion Racing,PS2,Racing,Empire Interactive,Razorworks Studios,,0.11,0.05,,0.04,0.01,2002-11-20, -/games/boxart/full_6003918AmericaFrontccc.jpg,Felony 11-79,PS,Racing,ASCII Entertainment,Climax Entertainment,,0.11,0.06,,0.04,0.01,1997-08-31, -/games/boxart/full_2267012AmericaFrontccc.jpg,Prinny: Can I Really Be the Hero?,PSP,Platform,NIS America,Nippon Ichi Software,7.2,0.11,0.04,0.05,0.01,0.01,2009-02-17, -/games/boxart/6577990ccc.jpg,Disney Channel Collection Vol. 1,GBA,Misc,Majesco,Disney Interactive,,0.11,0.08,,0.03,0,2004-12-24, -/games/boxart/full_alvin-and-the-chipmunks-chipwrecked_806AmericaFront.jpg,Alvin and the Chipmunks: Chipwrecked,X360,Misc,Majesco,Behaviour Interactive,,0.11,0.09,,0.01,0.01,2011-11-15, -/games/boxart/full_9985256AmericaFrontccc.jpg,AquaPazza: AquaPlus Dream Match,PS3,Misc,Atlus,Unknown,,0.11,0.05,0.05,,0.01,2013-11-19, -/games/boxart/full_2305790AmericaFrontccc.jpg,Namco Museum Arcade Pac,NS,Misc,Bandai Namco Entertainment,Bandai Namco,7.8,0.11,0.08,,0.02,0.01,2018-09-28,2019-02-11 -/games/boxart/7312208ccc.jpg,Ping Pals,DS,Misc,THQ,WayForward Technologies,,0.11,0.1,,0,0.01,2004-12-08, -/games/boxart/full_get-up-and-dance_100AmericaFront.jpg,Get Up and Dance,Wii,Misc,Crave Entertainment,O Games,,0.11,0.06,,0.04,0.01,2011-11-22, -/games/boxart/full_family-feud-2012-edition_814AmericaFront.jpg,Family Feud: 2012 Edition,X360,Misc,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2011-10-18, -/games/boxart/full_6138540AmericaFrontccc.jpg,Arcade Party Pak,PS,Misc,Midway Games,Digital Eclipse,7.6,0.11,0.06,,0.04,0.01,1999-09-30, -/games/boxart/full_1587967JapanFrontccc.jpg,Dragon Quest & Final Fantasy in Itadaki Street Portable,PSP,Misc,Square Enix,Square Enix,,0.11,,0.11,,,2006-05-25, -/games/boxart/full_1458341AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,PS3,Misc,MTV Games,Harmonix Music Systems,,0.11,0.1,,,0.01,2009-05-19, -/games/boxart/full_cabelas-adventure-camp_206AmericaFront.jpg,Cabela's Adventure Camp,PS3,Misc,Activision,Activision,,0.11,0.06,,0.03,0.02,2011-11-01, -/games/boxart/full_4718965JapanFrontccc.jpg,Victory Zone,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment Japan,,0.11,,0.1,,0.01,1995-03-31, -/games/boxart/full_6155164JapanFrontccc.jpg,Pachi-Slot Aruze Oukoku 3,PS,Misc,Aruze Corp,Aruze Corp,,0.11,,0.1,,0.01,2000-07-19, -/games/boxart/full_2395035JapanFrontccc.jpg,Kamen Rider: Battride War II,PS3,Misc,Namco Bandai Games,Unknown,,0.11,,0.11,,,2014-06-26, -/games/boxart/full_9197249AmericaFrontccc.jpg,Jampack Volume 14 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,0.11,0.05,,0.04,0.01,2006-04-19, -/games/boxart/full_3882512AmericaFrontccc.jpg,The Cheetah Girls: Pop Star Sensations,DS,Misc,Disney Interactive Studios,Handheld Games,,0.11,0.1,,,0.01,2007-10-09, -/games/boxart/full_1847204AmericaFrontccc.jpg,ATV Quad Kings,DS,Racing,Storm City Games,Enjoy Gaming ltd.,,0.11,0.1,,,0.01,2010-03-02, -/games/boxart/full_2835864AmericaFrontccc.jpg,Pimp My Ride,X360,Racing,Activision,Eutechnyx,3.8,0.11,0.1,,0.01,0.01,2006-12-06, -/games/boxart/full_1230819AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,PS3,Racing,Bigben Interactive,Kylotonn Entertainment,,0.11,0.04,,0.05,0.02,2015-11-24,2018-04-24 -/games/boxart/1590420ccc.jpg,ATV: Quad Frenzy,DS,Racing,Majesco,Skyworks Technologies,,0.11,0.1,,,0.01,2005-11-14, -/games/boxart/full_365917AmericaFrontccc.jpg,Ridge Racer Unbounded,X360,Racing,Namco Bandai Games,Bugbear Entertainment,,0.11,0.05,,0.05,0.01,2012-03-27, -/games/boxart/8147134ccc.jpg,Vigilante 8: 2nd Offense,N64,Racing,Activision,"Luxoflux, Inc.",,0.11,0.09,,0.02,0,2000-02-02, -/games/boxart/full_3702860AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga,Wii,Fighting,SNK Playmore,SNK Playmore Corporation,,0.11,0.1,,,0.01,2008-12-02, -/games/boxart/3847354ccc.jpg,The King of Fighters 2000/2001,PS2,Fighting,SNK,SNK Playmore Corporation,,0.11,0.05,,0.04,0.01,2003-12-09, -/games/boxart/377668ccc.jpg,Street Fighter Collection,SAT,Fighting,Capcom,Capcom,,0.11,,0.11,,0,1997-11-30, -/games/boxart/5343801ccc.jpg,DOA 2: Dead or Alive 2 Hardcore,PS2,Fighting,Tecmo,Team Ninja,,0.11,,0.11,,,2000-10-25, -/games/boxart/full_1918030JapanFrontccc.jpg,Melty Blood: Act Cadenza,PS2,Fighting,Sega,Ecole,,0.11,,0.11,,,2006-08-10, -/games/boxart/full_blazblue-continuum-shift-ii_765AmericaFront.jpg,BlazBlue: Continuum Shift II,3DS,Fighting,Aksys Games,Arc System Works,6,0.11,0.05,0.04,0.02,0.01,2011-05-31, -/games/boxart/full_7611430AmericaFrontccc.jpg,Tyco RC: Assault with a Battery,PS,Racing,Mattel Interactive,Lucky Chicken Games,,0.11,0.06,,0.04,0.01,2000-01-01, -/games/boxart/full_sonic-generations_138PALFront.jpg,Sonic Generations,PC,Platform,Sega,Sega,8.3,0.11,0.02,,0.07,0.02,2011-11-03, -/games/boxart/full_hop_231AmericaFront.jpg,HOP,DS,Platform,505 Games,505 Games,,0.11,0.09,,0.01,0.01,2011-03-29, -/games/boxart/full_3597531AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,PS3,Platform,Namco Bandai Games,Monkey Bar Games,,0.11,0.06,,0.03,0.02,2014-10-14,2018-11-16 -/games/boxart/full_lucha-libre-aaa-heroes-of-the-ring_8AmericaFront.jpg,Lucha Libre AAA: Heroes del Ring,PS3,Fighting,Konami,Immersion Software & Graphics,,0.11,0.1,,,0.01,2010-10-12, -/games/boxart/full_257651AmericaFrontccc.jpg,Killer Instinct (2013),XOne,Fighting,Microsoft Studios,Iron Galaxy,,0.11,0.07,,0.03,0.01,2014-09-23,2018-08-09 -/games/boxart/full_2062154AmericaFrontccc.jpg,Mortal Kombat: Deception,GC,Fighting,Midway Games,Midway Games,7.2,0.11,0.09,,0.02,0,2005-03-01, -/games/boxart/full_1346510AmericaFrontccc.jpg,BlazBlue: Calamity Trigger Portable,PSP,Fighting,Aksys Games,Arc System Works,7.9,0.11,0.07,0.03,0.01,0.01,2010-03-09, -/games/boxart/full_prinny-2-dawn-of-operation-panties-dood_2AmericaFront.jpg,"Prinny 2: Dawn of Operation Panties, Dood!",PSP,Platform,NIS America,Nippon Ichi Software,6.3,0.11,0.06,0.03,,0.01,2011-01-11, -/games/boxart/full_6306406AmericaFrontccc.jpg,Pac 'n Roll,DS,Platform,Namco,Namco,,0.11,0.09,0.02,0,0.01,2005-08-23, -/games/boxart/full_396734AmericaFrontccc.jpg,Garfield's Fun Fest,DS,Platform,DSI Games,Black Lantern Studios,,0.11,0.07,,0.03,0.01,2008-08-29, -/games/boxart/full_de-blob-2_160AmericaFront.jpg,de Blob 2,DS,Platform,THQ,Blue Tongue,7.5,0.11,0.08,,0.02,0.01,2011-02-22, -/games/boxart/1220621ccc.jpg,Ty the Tasmanian Tiger 2: Bush Rescue,XB,Platform,Electronic Arts,Krome Studios,6.9,0.11,0.08,,0.02,0,2004-10-12, -/games/boxart/full_1629166AmericaFrontccc.jpg,Lady Sia,GBA,Platform,TDK Mediactive,RFX Interactive,,0.11,0.08,,0.03,0,2001-10-15, -/games/boxart/5954293ccc.jpg,Naruto Ultimate Collection,PS2,Misc,Namco Bandai,CyberConnect2 / Cavia Inc.,,0.11,0.06,,0.04,0.01,2008-09-17, -/games/boxart/649760ccc.jpg,My SAT Coach with The Princeton Review,DS,Misc,Ubisoft,Ubisoft Montreal,,0.11,0.1,,,0.01,2008-09-23, -/games/boxart/full_8509547JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden,PS2,Misc,Daito,Daito,,0.11,,0.11,,,2006-08-17, -/games/boxart/full_truth-or-lies_9AmericaFront.jpg,Truth or Lies,X360,Misc,THQ,Big Ant Studios,,0.11,0.07,,0.03,0.01,2010-09-14, -/games/boxart/full_hollywood-squares_3AmericaFront.jpg,Hollywood Squares,Wii,Misc,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2010-10-05, -/games/boxart/default.jpg,Hole in the Wall: Deluxe Edition,X360,Misc,Ubisoft,Ubisoft,,0.11,0.1,,,0.01,2011-11-20, -/games/boxart/full_7429273JapanFrontccc.jpg,Shining Ark,PSP,Misc,Sega,Media.Vision,,0.11,,0.11,,,2013-02-28,2018-11-16 -/games/boxart/4908711ccc.jpg,Zubo,DS,Misc,Electronic Arts,EA Bright Light,7.5,0.11,0.08,,0.02,0.01,2009-03-10, -/games/boxart/5867445ccc.jpg,Taito Legends,PS2,Misc,Sega,Empire Oxford,,0.11,0.06,,0.04,0.01,2005-10-25, -/games/boxart/full_9178347AmericaFrontccc.jpg,Just In Time Translations,DS,Misc,THQ,THQ,,0.11,0.1,,,0.01,2009-09-21, -/games/boxart/full_pinball-hall-of-fame-the-williams-collection_557AmericaFront.jpg,Pinball Hall of Fame: The Williams Collection,3DS,Misc,Crave Entertainment,Crave Entertainment,,0.11,0.1,,,0.01,2011-09-20, -/games/boxart/2538279ccc.jpg,Mega Man Battle Chip Challenge,GBA,Misc,Capcom,Capcom Production Studio 2,,0.11,0.08,,0.03,0,2004-03-03, -/games/boxart/full_8690452JapanFrontccc.jpg,Super Robot Wars OG: The Moon Dwellers,PS4,Misc,Namco Bandai Games,Unknown,,0.11,,0.11,,,2016-06-30, -/games/boxart/full_7521848JapanFrontccc.jpg,AKB48+Me,3DS,Misc,Kadokawa Shoten,Jupiter Corporation,,0.11,,0.11,,,2012-10-25,2018-11-16 -/games/boxart/full_575143JapanFrontccc.jpg,Higurashi no Naku Koro ni Matsuri,PS2,Adventure,Alchemist,07th Expansion,,0.11,,0.11,,,2007-02-22, -/games/boxart/full_8192286JapanFrontccc.jpg,Famicom Mini: Famicom Tantei Club - Kieta Koukeisha Zenkouhen,GBA,Adventure,Nintendo,Nintendo,,0.11,,0.11,,0,2004-08-10, -/games/boxart/full_6796720AmericaFrontccc.jpg,Rocky Balboa,PSP,Sports,Sony Computer Entertainment,Ubisoft,,0.11,0.01,,0.09,0.01,2007-03-13, -/games/boxart/full_3289752JapanFrontccc.jpg,Kuroko no Basuke: Game of Miracles,PSP,Sports,Bandai Namco Games,Bandai Namco Games,,0.11,,0.11,,,2012-08-09,2018-11-23 -/games/boxart/full_6139708JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 13 Ketteiban,PS2,Sports,Konami,PawaPuro Production,,0.11,,0.11,,,2006-12-14, -/games/boxart/full_3918419PALFrontccc.jpg,Pro Evolution Soccer 2014,PC,Sports,Konami Digital Entertainment,Konami,8.3,0.11,,,0.1,0.01,2013-09-20,2018-03-02 -/games/boxart/full_4005633AmericaFrontccc.jpg,Big League Sports: Summer,DS,Sports,Activision,Koolhaus Games,,0.11,0.09,,0,0.01,2009-06-16, -/games/boxart/full_8432956JapanFrontccc.jpg,Sakura Taisen Hanagumi Tsuushin,SAT,Misc,Sega,Sega,,0.11,,0.11,,,1997-02-14, -/games/boxart/full_2340735JapanFrontccc.jpg,Utawarerumono: Mask of Deception,PSV,Adventure,Atlus,Aqua Plus,,0.11,0.02,0.08,,0.01,2017-05-23,2019-03-23 -/games/boxart/1199441ccc.jpg,Lost in Blue,DS,Adventure,Konami,Konami Computer Entertainment Hawaii,,0.11,0.07,0.02,0.02,0.01,2005-09-27, -/games/boxart/full_3107106AmericaFrontccc.jpg,Lunacy,SAT,Adventure,Atlus,Sega,,0.11,,0.11,,0,1997-05-31, -/games/boxart/full_6145513AmericaFrontccc.png,RiME,PS4,Adventure,Grey Box,Tequila Works,7.1,0.11,0.02,,0.07,0.02,2017-05-26,2018-04-08 -/games/boxart/full_2146394AmericaFrontccc.jpg,Tonic Trouble,N64,Platform,Ubisoft,Ubisoft Montpellier,,0.11,0.09,,0.02,0,1999-08-31, -/games/boxart/9236416ccc.jpg,Death Jr.: Root of Evil,Wii,Platform,Eidos Interactive,Backbone Entertainment,7.3,0.11,0.1,,0,0.01,2008-05-27, -/games/boxart/full_disneys-peter-pan-return-to-never-land_473AmericaFront.jpg,Disney's Peter Pan: Return to Never Land,GBA,Platform,Disney Interactive Studios,Crawfish Interactive,4,0.11,0.08,,0.03,0,2002-02-22, -/games/boxart/3379517ccc.jpg,The Fairly Odd Parents: Breakin Da Rules,XB,Platform,THQ,Blitz Games,,0.11,0.08,,0.02,0,2003-11-03, -/games/boxart/full_6881523AmericaFrontccc.jpg,Open Season,X360,Platform,Ubisoft,Ubisoft Montreal,5.7,0.11,0.1,,0,0.01,2006-09-19, -/games/boxart/full_3084320AmericaFrontccc.jpg,InuYasha: A Feudal Fairy Tale,PS,Fighting,Bandai,Dimps Corporation,,0.11,,0.1,,0.01,2003-04-10, -/games/boxart/full_9997845JapanFrontccc.jpg,Samurai Warriors 4,PSV,Fighting,Tecmo Koei,Omega Force,,0.11,,0.11,,,2014-10-21,2018-10-29 -/games/boxart/6745723ccc.jpg,X-Men: Next Dimension,XB,Fighting,Activision,Paradox Development,,0.11,0.08,,0.02,0,2002-10-15, -/games/boxart/full_1548664AmericaFrontccc.jpg,Transformers: Beast Wars Transmetals,PS,Fighting,BAM! Entertainment,Takara,,0.11,0.06,,0.04,0.01,2000-03-15, -/games/boxart/8535667ccc.jpg,The King of Fighters '99,PS,Fighting,Agetec,SNK Corporation,7,0.11,,0.11,,0.01,2001-04-22, -/games/boxart/full_4052869AmericaFrontccc.jpg,ECW Anarchy Rulz,PS,Fighting,Acclaim Entertainment,Acclaim Entertainment,,0.11,0.06,,0.04,0.01,2000-08-18, -/games/boxart/4607864ccc.gif,Bust-A-Move DS,DS,Puzzle,Majesco,Happy Happening,,0.11,0.08,,0.02,0.01,2005-12-06, -/games/boxart/full_1867188JapanFrontccc.jpg,Puyo Puyo Tetris,3DS,Puzzle,Sega,Sonic Team,,0.11,,0.11,,,2014-02-06,2018-07-04 -/games/boxart/full_654176AmericaFrontccc.jpg,Merv Griffin's Crosswords,Wii,Puzzle,THQ,Pipeworks Software Inc.,,0.11,0.11,,,0.01,2008-11-17, -/games/boxart/9337715ccc.jpg,Animal Genius,DS,Puzzle,Scholastic Inc.,Big Blue Bubble Inc.,,0.11,0.1,,0,0.01,2007-09-25, -/games/boxart/8910211ccc.jpg,Classic NES Series: Bomberman,GBA,Puzzle,Nintendo,Hudson Soft,5.4,0.11,,0.11,,,2004-06-02, -/games/boxart/full_8125215AmericaFrontccc.jpg,Mechanic Master,DS,Puzzle,Midway Games,Most Wanted Entertainment,,0.11,0.1,,0,0.01,2008-10-21, -/games/boxart/full_3857536AmericaFrontccc.jpg,Jake Hunter Detective Story: Memories of the Past,DS,Adventure,Aksys Games,WorkJam,,0.11,0.06,0.05,0,0,2009-05-26, -/games/boxart/659225ccc.jpg,Harvey Birdman: Attorney at Law,PSP,Adventure,Capcom,High Voltage Software,,0.11,0.09,,,0.02,2008-01-08, -/games/boxart/full_3505183AmericaFrontccc.jpg,Escape The Museum,Wii,Adventure,Majesco,Gogii Games,,0.11,0.1,,0.01,0.01,2009-04-14, -/games/boxart/full_to-heart-2-dungeon-travelers_325JapanFront.jpg,To Heart 2: Dungeon Travelers,PSP,Adventure,Aquaplus,Aquaplus,,0.11,,0.11,,,2011-06-30, -/games/boxart/full_937268AmericaFrontccc.jpg,Calling,Wii,Adventure,Hudson Soft,Hudson Soft,4.8,0.11,0.06,0,0.04,0.01,2010-03-09, -/games/boxart/full_lost-horizon_8PALFront.jpg,Lost Horizon,PC,Adventure,Deep Silver,Animation Arts,,0.11,,,0.1,0.02,2010-08-20, -/games/boxart/full_2485046JapanFrontccc.jpg,Tokimeki Memorial: Girl's Side 2nd Season,DS,Adventure,Konami,Konami,,0.11,,0.11,,,2008-02-14, -/games/boxart/full_6426189AmericaFrontccc.jpg,The Voice,X360,Music,Activision,Zoe Mode,,0.11,0.1,,,0.01,2014-10-21,2018-03-16 -/games/boxart/full_1803783AmericaFrontccc.jpg,The Elder Scrolls Online: Summerset,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.11,0.09,,0.01,0.01,2018-05-21,2018-09-15 -/games/boxart/full_7154010JapanFrontccc.jpg,Taiko no Tatsujin: V Version,PSV,Music,Namco Bandai Games,Bandai Namco Games,,0.11,,0.11,,,2015-07-09,2018-07-04 -/games/boxart/full_3998893AmericaFrontccc.jpg,Fabulous Finds,DS,Puzzle,ValuSoft,Webfoot Technologies,,0.11,0.1,,,0.01,2009-09-21, -/games/boxart/full_puzzler-world-2_125AmericaFront.jpg,Puzzler World 2,DS,Puzzle,UFO Interactive,Ubisoft,,0.11,0.02,,0.07,0.02,2011-08-16, -/games/boxart/full_7334504AmericaFrontccc.jpg,Cake Mania,DS,Puzzle,Majesco,Digital Embryo,,0.11,0.09,,0.01,0.01,2007-04-09, -/games/boxart/full_1399689JapanFrontccc.jpg,Zangeki no Reginleiv,Wii,Action,Nintendo,Sandlot,,0.11,,0.11,,,2010-02-11,2018-04-26 -/games/boxart/full_4719479JapanFrontccc.jpg,Shin Sangoku Musou: Multi Raid 2,PSP,Action,KOEI,Omega Force,,0.11,,0.11,,,2010-03-11, -/games/boxart/full_2700516AmericaFrontccc.png,Mighty No. 9,PS4,Platform,Deep Silver,Comcept,,0.11,0.09,,,0.02,2016-06-21,2018-07-04 -/games/boxart/full_2191563AmericaFrontccc.jpg,Where the Wild Things Are,X360,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.11,0.1,,0,0.01,2009-10-13, -/games/boxart/2839532ccc.jpg,Space Chimps,X360,Platform,Brash Entertainment,Red Tribe,,0.11,0.1,,0,0.01,2008-07-15, -/games/boxart/full_6880806AmericaFrontccc.jpg,Pac-Man World 2,GBA,Platform,Namco,Full Fat,,0.11,0.08,,0.03,0,2005-10-09, -/games/boxart/9232213ccc.jpg,Chameleon Twist,N64,Platform,Sunsoft,Japan Supply System,,0.11,0.09,,0.02,0,1997-11-30, -/games/boxart/9851303ccc.jpg,Spy vs Spy,XB,Action,Global Star Software,Vicious Cycle,,0.11,0.08,,0.02,0,2005-04-06, -/games/boxart/157244ccc.jpg,Cory in the House,DS,Action,Disney Interactive Studios,Handheld Games,,0.11,0.1,,0,0.01,2008-04-15, -/games/boxart/4030325ccc.jpg,Cold Fear,PS2,Action,Ubisoft,Darkworks,,0.11,0.06,,0.04,0.01,2005-03-15, -/games/boxart/full_the-lord-of-the-rings-aragorns-quest_4AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,DS,Action,Warner Bros. Interactive,Headstrong Games,,0.11,0.09,,0.02,0.01,2010-09-14, -/games/boxart/full_yogi-bear-the-video-game_2AmericaFront.jpg,Yogi Bear: The Video Game,Wii,Action,D3 Publisher,Monkey Bar Games,,0.11,0.06,,0.05,0.01,2010-12-07, -/games/boxart/full_6598706AmericaFrontccc.jpg,LEGO Knights' Kingdom,GBA,Action,THQ,Razorback Developments,,0.11,0.08,,0.03,0,2004-10-04, -/games/boxart/full_9596376AmericaFrontccc.jpg,Dead Cells,NS,Action,Merge Games,Motion Twin,9.3,0.11,0.08,,0.02,0.01,2018-08-15,2018-08-06 -/games/boxart/full_1394845AmericaFrontccc.jpg,Retro Game Challenge,DS,Action,Xseed Games,Bandai Namco Games,8.1,0.11,,0.11,,,2009-02-10, -/games/boxart/full_wwe-all-stars_879AmericaFront.jpg,WWE All Stars,PS2,Fighting,THQ,THQ,,0.11,0.05,,0.04,0.01,2011-03-29, -/games/boxart/7205715ccc.jpg,Capcom vs. SNK 2 EO,GC,Fighting,Capcom,Capcom,,0.11,0.09,,0.02,0,2002-09-23, -/games/boxart/4574950ccc.gif,Tetris Evolution,X360,Puzzle,THQ,THQ,,0.11,0.08,,0.02,0.01,2007-03-19, -/games/boxart/full_gem-quest-4-elements_846AmericaFront.jpg,Gem Quest: 4 Elements,DS,Puzzle,Storm City Games,Mastertronic,,0.11,0.05,,0.05,0.01,2011-04-19, -/games/boxart/2697164ccc.jpg,Batman: Rise of Sin Tzu,XB,Action,Ubisoft,Ubisoft Montreal,,0.11,0.08,,0.02,0,2003-10-16, -/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_5AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,Wii,Action,Warner Bros. Interactive,Krome Studios,,0.11,0.1,,0.01,0.01,2010-09-14, -/games/boxart/full_8736939AmericaFrontccc.jpg,Yard Sale Hidden Treasures: Sunnyville,DS,Puzzle,Konami,The Method,,0.11,0.1,,,0.01,2010-05-25, -/games/boxart/full_8490044AmericaFrontccc.jpg,Go! Sudoku (JP sales),PSP,Puzzle,Ubisoft,Sumo Digital,,0.11,,0.11,,,2006-03-21, -/games/boxart/full_54039AmericaFrontccc.jpg,Breakout,PS,Puzzle,Hasbro Interactive,Supersonic Software,4.9,0.11,0.06,,0.04,0.01,2000-09-22, -/games/boxart/full_silly-bandz-play-the-craze_957AmericaFront.jpg,Silly Bandz: Play The Craze,DS,Puzzle,Zoo Games,Artefacts Studio,,0.11,0.1,,0,0.01,2010-11-23, -/games/boxart/full_5840930AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.11,0.08,,0.01,0.02,2018-02-13,2018-02-27 -/games/boxart/full_pimp-my-ride_10AmericaFront.jpg,Pimp My Ride,Wii,Racing,Activision,Eutechnyx,,0.11,0.1,,0,0.01,2008-02-19, -/games/boxart/2422030ccc.jpg,Hot Wheels Velocity X,GC,Racing,THQ,Beyond Games,,0.11,0.09,,0.02,0,2002-11-12, -/games/boxart/full_2118405AmericaFrontccc.jpg,Ride,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.11,0.05,,0.05,0.01,2015-06-23,2018-04-24 -/games/boxart/full_3311444AmericaFrontccc.jpg,GT Advance 2: Rally Racing,GBA,Racing,THQ,MTO,7.6,0.11,0.08,,0.03,0,2002-06-30, -/games/boxart/full_3925285AmericaFrontccc.jpg,F1 Racing Championship,PS,Racing,Video System,Ubisoft Shanghai,,0.11,0.06,,0.04,0.01,2000-10-11, -/games/boxart/7462925ccc.jpg,Smash Cars,PS2,Racing,Metro 3D,Creat Studio,,0.11,0.06,,0.04,0.01,2003-08-13, -/games/boxart/full_2135647AmericaFrontccc.jpg,Sega Touring Car Championship,SAT,Racing,Sega,Sega,,0.11,,0.11,,,1997-11-30, -/games/boxart/3247630ccc.jpg,FlatOut: Ultimate Carnage,X360,Racing,Empire Interactive,Bugbear Entertainment,,0.11,0.07,,0.03,0.01,2007-10-02, -/games/boxart/full_8948374AmericaFrontccc.jpg,NASCAR The Game: Inside Line,X360,Racing,Activision,Eutechnyx,,0.11,0.09,,,0.01,2012-11-06,2018-11-23 -/games/boxart/3245781ccc.gif,SplashDown,XB,Racing,Atari,Rainbow Studios,,0.11,0.09,,0.02,0,2002-06-25, -/games/boxart/full_7338951AmericaFrontccc.jpg,NASCAR 07,PS2,Racing,EA Sports,EA Tiburon,,0.11,0.06,,0.04,0.01,2006-09-06, -/games/boxart/1734083ccc.jpg,18 Wheeler: American Pro Trucker,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,5,0.11,0.09,,0.02,0,2002-02-18, -/games/boxart/9740217ccc.jpg,Project: Snowblind,XB,Action,Eidos Interactive,Unknown,,0.11,0.08,,0.02,0,2005-02-23, -/games/boxart/full_7952300AmericaFrontccc.jpg,Astro Boy: The Video Game,PS2,Action,D3 Publisher,High Voltage Software,5,0.11,0.05,,0.04,0.01,2009-10-20, -/games/boxart/2819029ccc.jpg,ToeJam & Earl III: Mission to Earth,XB,Action,Sega,ToeJam & Earl Productions,,0.11,0.09,,0.02,0,2002-10-23, -/games/boxart/full_5116249AmericaFrontccc.jpg,Sabrina The Teenage Witch: Potion Commotion,GBA,Action,Ubisoft,Ubisoft,,0.11,0.08,,0.03,0,2002-09-06, -/games/boxart/full_7490932AmericaFrontccc.png,Planet 51,PS3,Action,Sega,Pyro Studios,,0.11,0.07,,0.03,0.01,2009-11-17, -/games/boxart/full_green-lantern-rise-of-the-manhunters_468AmericaFront.jpg,Green Lantern: Rise of the Manhunters,DS,Action,Warner Bros. Interactive,Griptonite Games,5.5,0.11,0.07,,0.03,0.01,2011-06-07, -/games/boxart/full_heart-catch-precure-oshare-collection_4JapanFront.jpg,Heart Catch PreCure! Oshare Collection,DS,Action,Namco Bandai,Bandai Namco Games,,0.11,,0.11,,,2010-08-05, -/games/boxart/9552444ccc.jpg,Phantom Dust,XB,Action,Majesco,Microsoft Game Studios,8.2,0.11,0.08,,0.02,0,2005-03-15,2018-10-02 -/games/boxart/full_tom-clancys-splinter-cell-classic-trilogy-hd_0AmericaFront.jpg,Tom Clancy's Splinter Cell Trilogy,PS3,Action,Ubisoft,Ubisoft,6.5,0.11,,,0.09,0.02,2011-09-27, -/games/boxart/367297ccc.jpg,TMNT,PSP,Action,Ubisoft,Ubisoft Montreal,3.6,0.11,0.1,,0,0.01,2007-03-20, -/games/boxart/full_670701AmericaFrontccc.jpg,Stubbs the Zombie in Rebel Without a Pulse,XB,Action,Aspyr,Wideload Games,,0.11,0.08,,0.02,0,2005-10-18, -/games/boxart/4644564ccc.jpg,Batman: Dark Tomorrow,XB,Action,Kemco,"HotGen, Ltd.",,0.11,0.08,,0.02,0,2003-03-18, -/games/boxart/full_2563467AmericaFrontccc.jpg,Prototype: Biohazard Bundle,XOne,Action,Activision,Activision,,0.11,0.1,,,0.01,2016-10-11, -/games/boxart/full_invizimals-the-lost-tribes_302PALFront.jpg,Invizimals: The Lost Tribes,PSP,Action,Sony Computer Entertainment,Novarama,,0.11,,,0.08,0.03,2011-11-04, -/games/boxart/full_busou-shinki-battle-masters-mk-2_586JapanFront.jpg,Busou Shinki: Battle Masters Mk. 2,PSP,Action,Konami,Konami,,0.11,,0.11,,,2011-09-22, -/games/boxart/full_2728125AmericaFrontccc.jpg,Rengoku: The Tower of Purgatory,PSP,Action,Konami,Neverland,4.7,0.11,0.1,,0,0.01,2005-04-26, -/games/boxart/full_6502560AmericaFrontccc.jpg,Mushroom Men: Rise of the Fungi,DS,Action,Gamecock,Red Fly Studio,,0.11,0.1,,0,0.01,2008-12-02, -/games/boxart/full_3631330JapanFrontccc.jpg,Warriors Orochi 3,PSP,Action,Tecmo Koei,Omega Force,,0.11,,0.11,,,2012-07-19,2018-06-30 -/games/boxart/full_4052485AmericaFrontccc.png,Hysteria Hospital: Emergency Ward,DS,Action,O-Games,Gameinvest,,0.11,0.1,,0,0.01,2009-06-16, -/games/boxart/full_4326191AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,PSP,Action,D3 Publisher,High Voltage Software,,0.11,0.09,,,0.02,2009-10-20, -/games/boxart/5381209ccc.jpg,Dynasty Warriors Advance,GBA,Action,Nintendo,Koei,5.2,0.11,0.08,,0.03,0,2005-08-29, -/games/boxart/full_4369266AmericaFrontccc.jpeg,Transformers: Devastation,X360,Action,Activision,PlatinumGames,,0.11,0.08,,0.01,0.01,2015-10-06,2018-04-14 -/games/boxart/full_9859375AmericaFrontccc.jpg,The Scorpion King: Rise of the Akkadian,GC,Action,Universal Interactive,Point of View,5.2,0.11,0.08,,0.02,0,2002-09-11, -/games/boxart/4131047ccc.jpg,XXX,GBA,Action,Activision,Digital Eclipse,,0.11,0.08,,0.03,0,2002-07-31, -/games/boxart/full_7012967AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,X360,Action,2K Games,Visual Concepts,,0.11,0.1,,0.01,0.01,2007-06-15, -/games/boxart/6642748ccc.jpg,Cold Winter,PS2,Shooter,VU Games,Swordfish Studios,,0.11,0.06,,0.04,0.01,2005-05-11, -/games/boxart/full_1214092AmericaFrontccc.jpg,Mass Destruction,PS,Shooter,ASC Games,NMS Software,,0.11,0.06,,0.04,0.01,1997-09-30, -/games/boxart/6943281ccc.jpg,Murakumo: Renegade Mech Pursuit,XB,Shooter,Ubisoft,From Software,,0.11,0.04,0.06,0.01,0,2003-03-05, -/games/boxart/full_7678770AmericaFrontccc.jpg,Deus Ex: Human Revolution,WiiU,Shooter,Square Enix,Eidos Interactive,8.6,0.11,0.05,,0.05,0.01,2013-10-22,2018-03-16 -/games/boxart/3894909ccc.jpg,Gun Metal,XB,Shooter,Majesco,Rage Software,,0.11,0.08,,0.02,0,2002-07-30, -/games/boxart/full_7846905AmericaFrontccc.jpg,Dead Man's Hand,XB,Shooter,Atari,Human Head Studios,,0.11,0.09,,0.02,0,2004-03-03, -/games/boxart/170139ccc.jpg,Monster Madness: Battle for Suburbia,X360,Shooter,SouthPeak Interactive,Artificial Studios,,0.11,0.1,,0,0.01,2007-06-12, -/games/boxart/full_9837856JapanFrontccc.jpg,Kousoku Card Battle: Card Hero,DS,Strategy,Nintendo,Intelligent Systems,,0.11,,0.11,,,2007-12-20, -/games/boxart/full_4301714JapanFrontccc.jpg,SD Gundam G Generation Genesis,PS4,Strategy,Namco Bandai Games,Bandai Namco,,0.11,,0.11,,,2016-11-22,2018-01-16 -/games/boxart/5900089ccc.gif,The Settlers,DS,Strategy,Ubisoft,Ubisoft Paris,,0.11,0.1,,0,0.01,2007-08-21, -/games/boxart/9879964ccc.jpg,Bionicle Heroes,GC,Shooter,Eidos Interactive,Traveller's Tales,5.4,0.11,0.08,,0.02,0,2006-11-14, -/games/boxart/884366ccc.jpg,Dead to Rights II,XB,Shooter,Namco,WideScreen Games,,0.11,0.08,,0.02,0,2005-04-12, -/games/boxart/full_3071469AmericaFrontccc.jpg,Ninja Assault,PS2,Shooter,Namco,Namco,,0.11,0.05,,0.04,0.01,2002-11-18, -/games/boxart/full_2871848AmericaFrontccc.jpg,Dementium II,DS,Shooter,SouthPeak Interactive,Renegade Kid,7.5,0.11,0.09,,0.02,0.01,2010-05-04, -/games/boxart/full_kotoba-no-puzzle-mojipittan-daijiten_3JapanFront.jpg,Kotoba no Puzzle: Mojipittan Daijiten,PSP,Puzzle,Namco,Namco,,0.11,,0.11,,,2004-12-16, -/games/boxart/6973965ccc.jpg,Aqua Aqua,PS2,Puzzle,3DO,Zed Two Limited,,0.11,0.05,,0.04,0.01,2001-01-09, -/games/boxart/3699575ccc.gif,Sudokuro,DS,Puzzle,Crave Entertainment,FrontLine Studios,,0.11,0.1,,,0.01,2007-05-16, -/games/boxart/919994ccc.jpg,BloodRayne,GC,Shooter,Majesco,Terminal Reality,7.9,0.11,0.09,,0.02,0,2002-10-15, -/games/boxart/full_9024600AmericaFrontccc.jpg,Call of Duty: Modern Warfare Trilogy,PS3,Shooter,Activision,Infinity Ward,,0.11,0.07,,0.02,0.02,2016-05-17,2018-01-14 -/games/boxart/full_8223833AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,PS3,Shooter,Activision,Edge of Reality,,0.11,0.04,0.01,0.04,0.02,2014-06-24,2018-12-27 -/games/boxart/full_shin-sangoku-musou-6-special_629JapanFront.jpg,Shin Sangoku Musou 6 Special,PSP,Action,Tecmo Koei,Omega Force,,0.11,,0.11,,,2011-08-25, -/games/boxart/5077201ccc.jpg,Eragon,PSP,Action,Sierra Entertainment,Amaze Entertainment,6.2,0.11,0.1,,0,0.01,2006-11-14, -/games/boxart/full_2357174AmericaFrontccc.jpg,Batman & Robin,PS,Action,Acclaim Entertainment,Probe,5.4,0.11,0.06,,0.04,0.01,1998-07-31, -/games/boxart/full_8556633AmericaFrontccc.jpg,Spyborgs,Wii,Action,Capcom,Bionic Games,6.3,0.11,0.09,,0.01,0.01,2009-09-22, -/games/boxart/full_naruto-shippuden-3d-the-new-era_914PALFront.jpg,Naruto Shippuden 3D: The New Era,3DS,Action,505 Games,Takara Tomy,,0.11,,0.06,0.04,0,2011-06-17, -/games/boxart/full_9351409AmericaFrontccc.jpg,Night at the Museum: Battle of the Smithsonian,X360,Action,Majesco,"Pipeworks Software, Inc.",5.4,0.11,0.07,,0.03,0.01,2009-05-05, -/games/boxart/1955023ccc.jpg,Hitman Trilogy,PS2,Action,Eidos Interactive,IO Interactive,,0.11,0.05,,0.04,0.01,2007-06-30, -/games/boxart/full_naruto-shippuuden-naruto-vs-sasuke_10AmericaFront.jpg,Naruto Shippuden: Naruto vs. Sasuke,DS,Action,Atlus,Takara Tomy,,0.11,0.07,0.03,,0.01,2010-11-16, -/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_411AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,DS,Action,THQ,THQ,,0.11,0.06,,0.03,0.01,2011-09-13, -/games/boxart/full_2660459AmericaFrontccc.jpg,Pokémon Rumble World,3DS,Action,Nintendo,Ambrella,7,0.11,,0.09,0.02,0,2015-04-08,2018-08-03 -/games/boxart/322265ccc.jpg,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GC,Action,THQ,Krome Studios,,0.11,0.09,,0.02,0,2003-09-16, -/games/boxart/5902631ccc.jpg,X-Men: The Official Game,DS,Action,Activision,Amaze Entertainment,,0.11,0.1,,0,0.01,2006-05-16, -/games/boxart/full_4038673AmericaFrontccc.jpg,Agents of Mayhem,XOne,Action,Deep Silver,Volition Inc.,,0.11,0.07,,0.03,0.01,2017-08-15,2018-06-24 -/games/boxart/full_3222379AmericaFrontccc.jpg,Planet 51,X360,Action,Sega,Pyro Studios,5.7,0.11,0.07,,0.03,0.01,2009-11-17, -/games/boxart/8567373ccc.jpg,Viewtiful Joe: Double Trouble!,DS,Action,Capcom,Clover Studio,,0.11,0.08,0.01,0,0.01,2005-11-18, -/games/boxart/3884764ccc.jpg,Army Men: RTS,PS2,Strategy,3DO,Pandemic Studios,6.1,0.11,0.05,,0.04,0.01,2002-03-27, -/games/boxart/full_5336606AmericaFrontccc.jpg,Top Angler: Real Bass Fishing,PS2,Sports,Xicat Interactive,SIMS,,0.11,0.05,,0.04,0.01,2002-03-28, -/games/boxart/full_6048084AmericaFrontccc.jpg,International Track & Field 2000,PS,Sports,Konami,KCET,,0.11,0.06,,0.04,0.01,1999-10-31, -/games/boxart/full_winter-stars_458AmericaFront.jpg,Winter Stars,Wii,Sports,Deep Silver,Deep Silver,,0.11,0.05,,0.06,0.01,2011-11-10, -/games/boxart/full_4133725AmericaFrontccc.jpg,Super Swing Golf Season 2,Wii,Sports,Tecmo,Ntreev Soft,,0.11,0.08,0.03,0,0.01,2007-12-11, -/games/boxart/full_8770125JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '95,PS,Sports,Konami,Konami,,0.11,,0.11,,0.01,1994-12-22, -/games/boxart/150939ccc.jpg,Army Men: Sarge's War,XB,Shooter,Global Star Software,Tactical Development,,0.11,0.09,,0.02,0,2004-08-02, -/games/boxart/full_7812889AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,NS,Shooter,Bethesda Softworks,MachineGames,8.3,0.11,0.05,,0.05,0.01,2018-06-29,2018-07-28 -/games/boxart/full_7610908AmericaFrontccc.jpg,Army Men: Soldiers of Misfortune,DS,Shooter,Zoo Games,"Big Blue Bubble, Inc.",,0.11,0.1,,0,0.01,2008-11-04, -/games/boxart/full_bodycount_38AmericaFront.jpg,Bodycount,X360,Shooter,Codemasters,Guildford Studio,4.8,0.11,0.07,,0.03,0.01,2011-08-30, -/games/boxart/full_733249AmericaFrontccc.jpg,Earth Defense Force 4.1: The Shadow of New Despair,PS4,Shooter,Xseed Games,Sandlot,,0.11,,0.11,,,2015-12-08,2018-04-26 -/games/boxart/6360623ccc.jpg,Defender,GC,Shooter,Midway Games,Inevitable Entertainment,,0.11,0.08,,0.02,0,2002-11-03, -/games/boxart/full_3282655AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear,GBA,Shooter,Ubisoft,Ubisoft Milan,,0.11,0.08,,0.03,0,2002-03-18, -/games/boxart/full_1634629AmericaFrontccc.jpg,Hexen: Beyond Heretic,PS,Shooter,GT Interactive,Raven Software,,0.11,0.06,,0.04,0.01,1997-06-30, -/games/boxart/full_bodycount_171AmericaFront.jpg,Bodycount,PS3,Shooter,Codemasters,Guildford Studio,4.9,0.11,0.05,,0.05,0.02,2011-08-30, -/games/boxart/1030044ccc.jpg,Contra Advance: The Alien Wars EX,GBA,Shooter,Konami,Konami,6.7,0.11,0.08,,0.03,0,2002-11-03, -/games/boxart/3129092ccc.jpg,History Channel: Battle for the Pacific,Wii,Shooter,Activision,Sand Grain Studios,,0.11,0.1,,,0.01,2007-12-04, -/games/boxart/full_3282265AmericaFrontccc.jpg,Maximum Force,PS,Shooter,Midway Games,Tantalus Interactive,,0.11,0.06,,0.04,0.01,1997-09-30, -/games/boxart/7384508ccc.jpg,Mobile Light Force 2,PS2,Shooter,XS Games,Alfa System,,0.11,0.05,,0.04,0.01,2003-03-19, -/games/boxart/full_1467043AmericaFrontccc.jpg,Star Trek: Conquest,PS2,Strategy,Bethesda Softworks,Bethesda Softworks,6.3,0.11,0.06,,0.04,0.01,2007-11-20, -/games/boxart/3654851ccc.jpg,Project: Horned Owl,PS,Shooter,Sony Computer Entertainment,Alfa System,,0.11,0.03,0.05,0.02,0.01,1996-08-31, -/games/boxart/full_3494838JapanFrontccc.jpg,Hyper Formation Soccer,PS,Sports,Human Entertainment,Human Entertainment,,0.11,,0.1,,0.01,1995-10-13, -/games/boxart/8706814ccc.jpg,Tiger Woods PGA Tour 06,GC,Sports,EA Sports,EA Sports,,0.11,0.08,,0.02,0,2005-09-20, -/games/boxart/full_1153487AmericaFrontccc.jpg,FIFA Soccer 06,PSP,Sports,EA Sports,EA Canada,7.6,0.11,0.1,,0.01,0.01,2005-10-11, -/games/boxart/full_dualpensports_972AmericaFront.jpg,DualPenSports,3DS,Sports,Namco Bandai,Indies Zero,,0.11,0.05,,0.05,0.01,2011-06-21, -/games/boxart/full_8649802JapanFrontccc.jpg,Pro Yakyuu Spirits 5,PS3,Sports,Konami,PawaPuro Production,,0.11,,0.11,,,2008-04-01, -/games/boxart/8961832ccc.jpg,Cabela's Deer Hunt 2005 Season,XB,Sports,Activision,Sand Grain Studios,,0.11,0.09,,0.02,0,2004-08-26, -/games/boxart/full_4239967AmericaFrontccc.jpg,Robotech: Invasion,PS2,Shooter,Global Star Software,Vicious Cycle,,0.11,0.05,,0.04,0.01,2004-10-05, -/games/boxart/full_sniper-elite_1AmericaFront.jpg,Sniper Elite,Wii,Shooter,Reef Entertainment,Reef Entertainment,,0.11,0.07,,0.02,0.01,2010-12-14, -/games/boxart/full_nickelodeon-dance_450AmericaFront.jpg,Nickelodeon Dance,X360,Misc,2K Play,High Voltage Software,,0.11,0.08,,0.02,0.01,2011-11-08, -/games/boxart/full_grease_8AmericaFront.jpg,Grease,DS,Misc,505 Games,Big Head Games,,0.11,0.1,,0,0.01,2010-08-24, -/games/boxart/full_apples-to-apples_993AmericaFront.jpg,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PS3,Misc,THQ,Unknown,,0.11,,0.11,,,2011-12-07, -/games/boxart/full_7715594AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,3DS,Action,Little Orbit,Vicious Cycle,,0.11,0.03,,0.06,0.01,2015-10-20,2018-03-17 -/games/boxart/full_8110137AmericaFrontccc.jpg,Assassin's Creed Chronicles,PS4,Action,Ubisoft,Climax Studios,,0.11,0.02,0.02,0.05,0.01,2016-02-09,2018-07-03 -/games/boxart/full_6048242AmericaFrontccc.jpg,Beaterator,PSP,Misc,Rockstar Games,Rockstar Leeds,7.9,0.11,0.07,,0.02,0.02,2009-10-01, -/games/boxart/full_4518475AmericaFrontccc.jpg,Guitar Rock Tour,DS,Misc,Gameloft,Gameloft,,0.11,0.1,,0,0.01,2008-11-04, -/games/boxart/7903911ccc.jpg,Rock Revolution,DS,Misc,Konami,Zoe Mode / HB Studios,,0.11,0.1,,,0.01,2008-10-15, -/games/boxart/full_3943342AmericaFrontccc.jpg,Science Papa,DS,Misc,Activision,Activision,,0.11,0.09,,0.01,0.01,2009-07-14, -/games/boxart/full_alvin-and-the-chipmunks-chipwrecked_568AmericaFront.jpg,Alvin and the Chipmunks: Chipwrecked,DS,Misc,Majesco,Behaviour Interactive,,0.11,0.06,,0.04,0.01,2011-11-15, -/games/boxart/default.jpg,Hasbro Family Game Night Fun Pack,Wii,Misc,Electronic Arts,Electronic Arts,,0.11,0.1,,,0.01,2011-11-01, -/games/boxart/full_4147335JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.1: Sarah Bryant,SAT,Misc,Sega,Sega-AM2,,0.11,,0.11,,0,1995-10-13, -/games/boxart/full_341124AmericaFrontccc.jpg,Metal Gear Solid V: The Definitive Experience,XOne,Action,Konami Digital Entertainment,Kojima Productions,,0.11,0.1,,,0.01,2016-10-11,2018-05-29 -/games/boxart/full_cats-ampamp-dogs-the-revenge-of-kitty-galore_5AmericaFront.jpg,Cats & Dogs: The Revenge of Kitty Galore,DS,Action,505 Games,Warner Bros. Interactive Entertainment,,0.11,0.1,,0,0.01,2010-07-20, -/games/boxart/full_6145399AmericaFrontccc.jpg,Astro Boy: The Video Game,Wii,Action,D3 Publisher,High Voltage Software,5.3,0.11,0.1,,0,0.01,2009-10-20, -/games/boxart/7606118ccc.jpg,Chopper Attack,N64,Action,Midway Games,Seta Corporation,,0.11,0.09,,0.02,0,1998-06-17, -/games/boxart/full_9506937AmericaFrontccc.jpg,Fighting Force 64,N64,Action,Crave Entertainment,Core Design Ltd.,5.2,0.11,0.09,,0.02,0,1999-04-30, -/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_173AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,X360,Action,THQ,THQ,,0.11,0.07,,0.03,0.01,2011-09-13, -/games/boxart/3874408ccc.jpg,Alias,PS2,Action,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.11,0.05,,0.04,0.01,2004-04-05, -/games/boxart/full_1654476JapanFrontccc.jpg,Gundam Breaker 3,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2016-03-03,2018-07-03 -/games/boxart/full_4867902AmericaFrontccc.jpg,Transformers: Devastation,PS3,Action,Activision,PlatinumGames,,0.11,0.05,,0.04,0.02,2015-10-06,2018-04-14 -/games/boxart/4563505ccc.jpg,Constantine,PS2,Action,THQ,Bits Studios,,0.11,0.05,,0.04,0.01,2005-02-14, -/games/boxart/full_6379472AmericaFrontccc.jpg,My First Dollhouse,DS,Misc,505 Games,505 Games,,0.11,0.1,,,0.01,2010-08-31, -/games/boxart/6519053ccc.jpg,Hellboy: The Science of Evil,X360,Action,Konami,Krome Studios,,0.11,0.1,,0,0.01,2008-06-24, -/games/boxart/full_2945036AmericaFrontccc.jpg,Sacred 3,PS3,Role-Playing,Deep Silver,Keen Games,,0.11,0.03,0.03,0.04,0.01,2014-07-29,2018-11-16 -/games/boxart/5693779ccc.jpg,Panzer Dragoon Saga,SAT,Role-Playing,Sega,Team Andromeda,9.1,0.11,,0.11,,,1998-04-30, -/games/boxart/full_89733JapanFrontccc.jpg,GiFTPiA,GC,Role-Playing,Unknown,skip Ltd.,,0.11,,0.11,,0,, -/games/boxart/full_7513537PALFrontccc.png,Ys VIII: Lacrimosa of Dana,NS,Role-Playing,NIS America,Nihon Falcom Corporation,8.5,0.11,0.03,0.03,0.03,0.01,2018-06-26,2018-01-11 -/games/boxart/full_3180230JapanFrontccc.jpg,Sword Art Online: Lost Song,PS3,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2015-03-26, -/games/boxart/full_8204198JapanFrontccc.jpg,Final Fantasy I & II,NES,Role-Playing,Square,SquareSoft,,0.11,,0.11,,,1994-02-27, -/games/boxart/7855676ccc.jpg,The Legend of Heroes II: Prophecy of the Moonlight Witch (JP sales),PSP,Role-Playing,Namco Bandai,MiCROViSion Inc. / Falcom Corporation,,0.11,,0.11,,,2006-06-20, -/games/boxart/full_queens-blade-spiral-chaos_558JapanFront.jpg,Queen's Blade: Spiral Chaos,PSP,Role-Playing,Namco Bandai,Bandai Namco Games,,0.11,,0.11,,,2009-12-17, -/games/boxart/full_8511554AmericaFrontccc.jpg,The Witch and the Hundred Knight,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.11,0.03,0.06,0.01,0.01,2016-03-01,2018-07-04 -/games/boxart/2217024ccc.jpg,Master of the Monster Lair,DS,Role-Playing,Atlus,Global A Entertainment,6.9,0.11,0.1,,0,0.01,2008-10-31, -/games/boxart/full_5262659PALFrontccc.jpg,Digimon World: Next Order,PSV,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.11,,0.11,,,2016-03-17,2018-04-21 -/games/boxart/full_5839111AmericaFrontccc.jpg,Monster Lab,PS2,Role-Playing,Eidos Interactive,Backbone Entertainment,,0.11,0.05,,0.04,0.01,2008-11-04, -/games/boxart/full_2956157JapanFrontccc.jpg,Tales of the World: Tactics Union,3DS,Role-Playing,Namco Bandai Games,Jupiter Corporation,,0.11,,0.11,,,2014-10-23,2018-11-16 -/games/boxart/2316365ccc.jpg,Brave Story: New Traveler (US sales),PSP,Role-Playing,Xseed Games,Game Republic,7.5,0.11,0.11,,,,2007-07-31, -/games/boxart/full_soma-bringer_10JapanFront.jpg,Soma Bringer,DS,Role-Playing,Nintendo,Monolith Soft,,0.11,,0.11,,,2008-02-28, -/games/boxart/full_705716AmericaFrontccc.jpg,Dokapon Kingdom,PS2,Role-Playing,Atlus,Sting,,0.11,0.05,0.02,0.04,0.01,2008-10-14, -/games/boxart/full_9866108AmericaFrontccc.jpg,A Witch's Tale,DS,Role-Playing,NIS America,Hit Maker,5,0.11,0.08,0.03,,0.01,2009-10-06, -/games/boxart/full_6923417AmericaFrontccc.jpg,The Alliance Alive,3DS,Role-Playing,Atlus,Cattle Call,7.3,0.11,0.04,0.06,,0.01,2018-03-27,2019-03-16 -/games/boxart/4649401ccc.jpg,Phantasy Star Collection,GBA,Role-Playing,THQ,Digital Eclipse,7.9,0.11,0.08,,0.03,0,2002-11-24, -/games/boxart/full_shining-force-neo_0AmericaFront.png,Shining Force NEO,PS2,Role-Playing,Sega,Neverland,,0.11,0.06,,0.04,0.01,2005-10-20, -/games/boxart/full_3001016JapanFrontccc.jpg,SaGa: Scarlet Grace,PSV,Role-Playing,Square Enix,Square Enix,,0.11,,0.11,,,2016-12-15,2018-08-26 -/games/boxart/full_4731348AmericaFrontccc.jpg,Growlanser Generations,PS2,Role-Playing,Working Designs,Career Soft,,0.11,0.06,,0.04,0.01,2004-12-07, -/games/boxart/full_9031872AmericaFrontccc.jpg,Mana Khemia: Student Alliance,PSP,Role-Playing,Nippon Ichi Software,Gust,3.2,0.11,0.06,0.03,0,0.01,2009-03-10, -/games/boxart/full_darkspore_655AmericaFront.jpg,Darkspore,PC,Role-Playing,Electronic Arts,Maxis,6.6,0.11,0.07,,0.03,0.01,2011-04-26, -/games/boxart/full_562651AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol Encore,X360,Misc,Konami,Blitz Games,,0.11,0.1,,,0.01,2008-02-05, -/games/boxart/6380452ccc.jpg,Odama,GC,Misc,Nintendo,VIVARIUM Inc.,6.5,0.11,0.07,0.02,0.02,0,2006-04-10, -/games/boxart/full_1487341AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,PSP,Misc,Crave Entertainment,FarSight Studios,8,0.11,0.09,,0.01,0.01,2008-02-26, -/games/boxart/full_frontier-gate_217JapanFront.jpg,Frontier Gate,PSP,Role-Playing,Konami,tri-Ace,,0.11,,0.11,,,2011-12-22, -/games/boxart/full_4893788AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth,PS4,Role-Playing,Namco Bandai Games,Media.Vision,,0.11,,,0.1,0.02,2016-02-02, -/games/boxart/full_5719774JapanFrontccc.jpg,Dragon Ball Z Super Gokuden: Kakusei-Hen,SNES,Role-Playing,Bandai,TOSE,,0.11,,0.11,,0,1995-09-22, -/games/boxart/full_6403138PALFrontccc.jpg,Fatal Frame 2: Wii Edition,Wii,Action-Adventure,Nintendo,Koei Tecmo Games,,0.11,,0.1,0,0,2012-06-28,2018-08-30 -/games/boxart/full_3201439JapanFrontccc.jpg,Ranma 1/2: Akanekodan Teki Hihou,SNES,Role-Playing,TOHO,Rumic Soft,,0.11,,0.11,,,1993-10-22, -/games/boxart/full_4836011AmericaFrontccc.jpg,Mega Man Battle Network 5: Double Team DS (JP sales),DS,Role-Playing,Capcom,Capcom,,0.11,,0.11,,,2005-11-01, -/games/boxart/full_saigo-no-yakusoku-no-monogatari_632JapanFront.jpg,Saigo no Yakusoku no Monogatari,PSP,Role-Playing,Unknown,imageepoch Inc.,,0.11,,0.11,,,2011-04-28, -/games/boxart/full_sakura-wars-so-long-my-love_8AmericaFront.jpg,"Sakura Wars: So Long, My Love",Wii,Role-Playing,NIS America,RED Entertainment,7.4,0.11,0.05,,0.04,0.01,2010-03-30, -/games/boxart/full_9774835JapanFrontccc.jpg,Final Fantasy XII International Zodiac Job System,PS2,Role-Playing,Square Enix,Square Enix,,0.11,,0.11,,,2007-08-09, -/games/boxart/7670894ccc.jpg,Virtual Hydlide,SAT,Role-Playing,Atlus,Tikipod,,0.11,,0.11,,0,1995-04-27, -/games/boxart/full_8881652AmericaFrontccc.jpg,Dark Souls: Remastered,XOne,Role-Playing,Bandai Namco Entertainment,From Software,8,0.11,0.07,,0.03,0.01,2018-05-25,2018-06-05 -/games/boxart/full_2838132JapanFrontccc.jpg,Mobile Suit Gundam Age: Universe Accel / Cosmic Drive,PSP,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.11,,0.11,,,2012-08-30,2018-11-23 -/games/boxart/full_1629000AmericaFrontccc.jpg,Etrian Odyssey Nexus,3DS,Role-Playing,Atlus,Atlus,,0.11,,0.11,,,2019-02-05,2019-01-25 -/games/boxart/full_1657173JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,PS2,Sports,Konami,PawaPuro Production,,0.11,,0.11,,,2005-12-15, -/games/boxart/full_nba-jam-2002_882AmericaFront.jpg,NBA Jam 2002,GBA,Sports,Acclaim Entertainment,Digitial Creations,,0.11,0.08,,0.03,0,2002-02-17, -/games/boxart/2987188ccc.jpg,FIFA Street 2,GC,Sports,EA Sports BIG,EA Canada,,0.11,0.09,,0.02,0,2006-02-28, -/games/boxart/9189365ccc.jpg,Disney's Extreme Skate Adventure,XB,Sports,Activision,Toys for Bob,,0.11,0.08,,0.02,0,2003-09-03, -/games/boxart/full_john-dalys-prostroke-golf_9AmericaFront.jpg,John Daly's ProStroke Golf,PS3,Sports,O-Games,Gusto Games,,0.11,0.09,,0.02,0.01,2010-10-05, -/games/boxart/full_610346PALFrontccc.jpg,World Championship Rugby,PS2,Sports,Acclaim Entertainment,Swordfish Studios,,0.11,0.06,,0.04,0.01,2004-09-01, -/games/boxart/full_8147965AmericaFrontccc.jpg,Tournament Pool,Wii,Sports,Destineer,Blade Interactive,,0.11,0.1,,,0.01,2009-05-21, -/games/boxart/6422239ccc.jpg,Black Bass with Blue Marlin,PS,Sports,Hot-B,Unknown,,0.11,0.06,,0.04,0.01,1999-12-08, -/games/boxart/5570056ccc.jpg,Snowboard Kids 2,N64,Sports,Atlus,Racdym,,0.11,0.09,,0.02,0,1999-03-02, -/games/boxart/full_9484097AmericaFrontccc.jpg,Tom Clancy's EndWar,PSP,Strategy,Ubisoft,Funatics Software,6.7,0.11,0.1,,0.01,0.01,2008-11-04, -/games/boxart/full_9826284JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki,SAT,Strategy,KOEI,Koei,,0.11,,0.11,,0,1995-09-29, -/games/boxart/full_9368463PALFrontccc.jpg,Constructor HD,PS4,Strategy,Deep Silver,System 3,,0.11,0.09,,,0.02,2017-07-11,2018-08-11 -/games/boxart/full_8583796AmericaFrontccc.jpg,Tecmo Bowl: Kickoff,DS,Sports,Tecmo,Polygon Magic,,0.11,0.11,,,0.01,2008-11-18, -/games/boxart/2985387ccc.jpg,Worms Forts: Under Siege,PS2,Strategy,Sega,Team17 Software,,0.11,0.05,,0.04,0.01,2005-03-15, -/games/boxart/4045672ccc.jpg,Dynasty Tactics 2,PS2,Strategy,KOEI,Koei,,0.11,0.05,,0.04,0.01,2003-09-23, -/games/boxart/full_7737024JapanFrontccc.jpg,Langrisser IV,SAT,Strategy,NCS,Career Soft,,0.11,,0.11,,,1997-08-01, -/games/boxart/full_4356179AmericaFrontccc.jpg,Railroad Tycoon II,PS,Strategy,Take-Two Interactive,Take-Two Interactive,6.6,0.11,0.06,,0.04,0.01,2000-01-31, -/games/boxart/6366216ccc.jpg,Rome: Total War,PC,Strategy,Activision,The Creative Assembly,9,0.11,,,0.09,0.01,2004-09-22, -/games/boxart/4017406ccc.jpg,Carnage Heart,PS,Strategy,Sony Computer Entertainment,ArtDink,7.1,0.11,0.01,0.09,0.01,0.01,1997-01-31, -/games/boxart/full_7107423JapanFrontccc.jpg,Yuusha no Kuse ni Namaikida Or 3D,PSP,Strategy,Sony Computer Entertainment,Acquire,,0.11,,0.11,,,2010-03-11, -/games/boxart/4754637ccc.jpg,Ring of Red,PS2,Strategy,Konami,Konami,8,0.11,0.06,,0.04,0.01,2001-03-12, -/games/boxart/full_9753555AmericaFrontccc.jpg,Warhammer: Battle March,X360,Strategy,Namco Bandai,Namco Bandai Games,,0.11,0.09,,0.02,0.01,2008-09-02, -/games/boxart/full_7867892AmericaFrontccc.jpg,Desktop Tower Defense,DS,Strategy,THQ,THQ,,0.11,0.1,,,0.01,2009-05-11, -/games/boxart/full_yu-yu-hakusho-tournament-tactics_766AmericaFront.jpg,Yu Yu Hakusho: Tournament Tactics,GBA,Strategy,Atari,Sensory Sweep,,0.11,0.08,,0.03,0,2004-11-18, -/games/boxart/full_5188430AmericaFrontccc.jpg,Darksiders: Warmastered Edition,PS4,Action-Adventure,THQ Nordic,Kaiko,,0.11,0.07,,0.02,0.02,2016-11-22,2018-03-31 -/games/boxart/full_2353847AmericaFrontccc.jpg,Digimon Digital Card Battle,PS,Strategy,Bandai,Bandai,,0.11,0.06,,0.04,0.01,2001-06-28, -/games/boxart/4275123ccc.jpg,NHL Hitz 20-03,XB,Sports,Midway Games,EA Black Box,,0.11,0.08,,0.02,0,2002-09-16, -/games/boxart/3782060ccc.jpg,NFL Head Coach 09,X360,Sports,EA Sports,EA Tiburon,,0.11,0.11,,,0.01,2008-09-03, -/games/boxart/full_411863AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling 2,PS,Sports,THQ,Adrenalin Entertainment,7,0.11,0.06,,0.04,0.01,2000-01-31, -/games/boxart/full_1617426AmericaFrontccc.jpg,Goal Storm '97,PS,Sports,Konami,Konami,,0.11,0.01,0.09,0,0.01,1997-01-01, -/games/boxart/full_9829984JapanFrontccc.jpg,Doukoku Shoshite...,SAT,Adventure,Data East,Data East,,0.11,,0.11,,0,1998-02-26, -/games/boxart/full_ncis_259AmericaFront.jpg,NCIS 3D,3DS,Adventure,Ubisoft,Ubisoft,,0.11,0.06,,0.04,0.01,2012-08-14, -/games/boxart/full_6583082JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend,PS,Adventure,Gainax Network Systems,Gainax,,0.11,,0.11,,0.01,1998-04-16, -/games/boxart/full_4514683AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,PS4,Adventure,Telltale Games,Telltale Games,,0.11,0.09,0,,0.02,2017-09-19,2018-08-07 -/games/boxart/full_6616279AmericaFrontccc.jpg,Cloudy With A Chance of Meatballs,Wii,Adventure,Ubisoft,Ubisoft Shanghai,6.7,0.11,0.1,,0,0.01,2009-09-15, -/games/boxart/full_8143183AmericaFrontccc.png,Shadow of Destiny,PSP,Adventure,Konami,Konami,6.8,0.11,0.09,0,,0.02,2010-01-26, -/games/boxart/3909894ccc.jpg,The Spiderwick Chronicles,X360,Adventure,Sierra Entertainment,Stormfront Studios,,0.11,0.09,,0.01,0.01,2008-02-05, -/games/boxart/full_mystery-pi-portrait-of-a-thief_466AmericaFront.jpg,Mystery P.I. - Portrait of a Thief,DS,Adventure,PopCap Games,Black Lantern Studios,,0.11,0.1,,0,0.01,2008-12-23, -/games/boxart/full_9519831AmericaFrontccc.jpg,Martian Gothic: Unification,PS,Adventure,Take-Two Interactive,Creative Reality,,0.11,0.06,,0.04,0.01,2001-11-04, -/games/boxart/4424144ccc.jpg,Charlie and the Chocolate Factory,XB,Adventure,Global Star Software,High Voltage Software,,0.11,0.08,,0.02,0,2005-07-11, -/games/boxart/5428838ccc.gif,Touch Detective 2 1/2,DS,Adventure,Atlus,"BeeWorks Co., Ltd.",,0.11,0.09,0.01,,0.01,2007-10-09, -/games/boxart/full_1214561AmericaFrontccc.jpg,The Polar Express,GC,Adventure,THQ,Blue Tongue,3.3,0.11,0.08,,0.02,0,2004-11-02, -/games/boxart/8030202ccc.jpg,Dr. Seuss' The Cat in the Hat,XB,Adventure,VU Games,Magenta Software,,0.11,0.08,,0.02,0,2003-11-05, -/games/boxart/full_5886446JapanFrontccc.jpg,Irozuki Tingle no Koi no Balloon Trip,DS,Adventure,Nintendo,Vanpool,,0.11,,0.11,,,2009-08-06, -/games/boxart/full_gabrielles-ghostly-groove-3d_728AmericaFront.jpg,Gabrielle's Ghostly Groove 3D,3DS,Adventure,Natsume,Natsume,7.5,0.11,0.08,,0.02,0.01,2011-10-04, -/games/boxart/full_5213971JapanFrontccc.jpg,Yakuza 1&2 HD EDITION,PS3,Adventure,Sega,Sega,,0.11,,0.11,,,2012-11-01,2018-01-03 -/games/boxart/full_4348387AmericaFrontccc.jpg,Frogger: Helmet Chaos,PSP,Platform,Konami,Konami Computer Entertainment Hawaii,7,0.11,0.1,,0,0.01,2005-09-29, -/games/boxart/full_8516235AmericaFrontccc.jpg,Where the Wild Things Are,PS3,Platform,Warner Bros. Interactive,Amaze Entertainment,,0.11,0.09,,0.01,0.01,2009-10-13, -/games/boxart/8549502ccc.jpg,Mega Man Zero 4,GBA,Platform,Capcom,Inti Creates,,0.11,0.08,,0.03,0,2005-10-04, -/games/boxart/full_9297061JapanFrontccc.jpg,Sakura Wars,DC,Adventure,Sega,Overworks,7.6,0.11,,0.11,,,2000-05-25, -/games/boxart/full_4829018AmericaFrontccc.jpg,My Boyfriend,DS,Simulation,THQ,exozet games,,0.11,0.1,,,0.01,2009-09-14, -/games/boxart/full_4917870AmericaFrontccc.jpg,Patapon 2,PSP,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.2,0.11,,0.06,0.03,0.01,2009-05-05, -/games/boxart/full_happy-feet-two-the-videogame_657AmericaFront.jpg,Happy Feet Two,DS,Adventure,Warner Bros. Interactive,WayForward,,0.11,0.09,,0.01,0.01,2011-11-08, -/games/boxart/7702729ccc.jpg,Avatar: The Last Airbender,PSP,Adventure,THQ,AWE Games,6,0.11,0.1,,0,0.01,2006-10-10, -/games/boxart/full_3163760JapanFrontccc.jpg,Robotics;Notes,PS3,Visual Novel,5pb,5pb. Games,,0.11,,0.11,,,2012-06-28,2018-11-21 -/games/boxart/full_1677706AmericaFrontccc.jpg,The Hardy Boys: The Hidden Theft,Wii,Adventure,DreamCatcher Interactive,XPEC Entertainment Inc.,,0.11,0.07,,0.03,0.01,2009-09-22, -/games/boxart/full_9954828JapanFrontccc.jpg,Utawarerumono: Chiriyukusha e no Komoriuta,PS2,Adventure,Aquaplus,Flight-Plan,,0.11,,0.11,,,2006-10-26, -/games/boxart/full_3238588AmericaFrontccc.jpg,Coraline,PS2,Adventure,D3 Publisher,Papaya Studios,,0.11,0.06,,0.04,0.01,2009-01-27, -/games/boxart/full_1558729AmericaFrontccc.jpg,The Invisible Hours,PS4,Adventure,GameTrust,Tequila Works,,0.11,0.09,,,0.02,2017-10-10,2018-09-17 -/games/boxart/full_1410256AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,PSV,Adventure,Aksys Games,Chime,,0.11,0.06,0.04,,0.02,2016-06-28,2018-07-03 -/games/boxart/8708779ccc.jpg,Nicktoons: Unite!,DS,Adventure,THQ,Climax Group,,0.11,0.1,,0,0.01,2006-01-10, -/games/boxart/full_1030166JapanFrontccc.jpg,Ore no Imouto ga Konnani Kawaii Wake ga Nai Portable,PSP,Adventure,Namco Bandai Games,Namco Bandai Games,,0.11,,0.11,,,2012-05-17,2018-10-08 -/games/boxart/full_8530531AmericaFrontccc.jpg,thinkSMART,DS,Misc,Conspiracy Entertainment,Conspiracy Entertainment,,0.1,0.09,,,0.01,2010-06-15, -/games/boxart/full_9729800JapanFrontccc.jpg,Hakuouki Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.1,,0.1,,,2009-08-27, -/games/boxart/full_586588AmericaFrontccc.jpg,Steins;Gate,PSV,Adventure,5pb,5pb. Inc.,,0.1,0.04,,0.04,0.02,2015-09-18,2018-07-04 -/games/boxart/full_1246263AmericaFrontccc.jpg,Leisure Suit Larry: Box Office Bust,PS3,Adventure,Codemasters,Team17 Software,,0.1,0.06,,0.03,0.01,2009-05-05, -/games/boxart/3571031ccc.jpg,Escape From Monkey Island,PS2,Adventure,LucasArts,LucasArts,,0.1,0.05,,0.04,0.01,2001-06-18, -/games/boxart/full_2599809AmericaFrontccc.jpg,JU-ON: The Grudge,Wii,Adventure,Xseed Games,FeelPlus,4,0.1,0.07,0.01,0.01,0.01,2009-10-13, -/games/boxart/full_1045193JapanFrontccc.jpg,Boku no Natsuyasumi Portable: Mushi Mushi Hakase to Teppen-yama no Himitsu!!,PSP,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.1,,0.1,,,2006-06-29, -/games/boxart/2847801ccc.gif,Syberia,XB,Adventure,XS Games,Microids,,0.1,0.08,,0.02,0,2003-07-23, -/games/boxart/full_9367694AmericaFrontccc.jpg,Disgaea Infinite,PSP,Adventure,NIS America,Nippon Ichi Software,6.8,0.1,0.08,0.01,,0.02,2010-06-08, -/games/boxart/full_7752309PALFrontccc.jpg,The Book of Unwritten Tales,PC,Adventure,DreamCatcher Interactive,KING Art Games,7.9,0.1,0,,0.08,0.02,2011-10-28, -/games/boxart/full_50290AmericaFrontccc.jpg,Miami Law,DS,Adventure,Hudson Entertainment,Gaijinworks,5.5,0.1,0.09,,0,0.01,2009-06-09, -/games/boxart/full_1182255AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,DS,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,6,0.1,0.08,,0.01,0.01,2009-11-04, -/games/boxart/3009984ccc.jpg,Blue Stinger,DC,Adventure,Activision,Climax Entertainment,6.7,0.1,,0.1,,,1999-08-31, -/games/boxart/full_monkey-island-special-edition-collection_890PALFront.jpg,Monkey Island: Special Edition Collection,PS3,Adventure,Activision,LucasArts,,0.1,,,0.08,0.02,2011-09-09, -/games/boxart/full_penguin-no-mondai-the-world_5JapanFront.jpg,Penguin no Mondai: The World,DS,Adventure,Konami,Konami,,0.1,,0.1,,,2010-12-02, -/games/boxart/full_1462695AmericaFrontccc.jpg,Utawarerumono: Mask of Truth,PSV,Visual Novel,Atlus,Aqua Plus,,0.1,0.01,0.08,,0,2017-09-05,2018-06-03 -/games/boxart/full_the-first-templar_744AmericaFront.jpg,The First Templar,X360,Adventure,Kalypso,Haemimont Games,7,0.1,0.06,,0.04,0.01,2011-05-10, -/games/boxart/full_7846553AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,PS3,Adventure,Ubisoft,Ubisoft Shanghai,6.7,0.1,0.09,,0.01,0.01,2009-09-15, -/games/boxart/1415466ccc.jpg,Barbie in The 12 Dancing Princesses,DS,Adventure,Activision,WayForward Technologies,,0.1,0.09,,0.01,0.01,2007-01-14, -/games/boxart/7935370ccc.gif,UNO / Skip-Bo / UNO Freefall,DS,Misc,DSI Games,Black Lantern Studios,,0.1,0.1,,,0.01,2006-11-16, -/games/boxart/full_uta-no-prince-sama-music_288JapanFront.jpg,Uta no Prince-Sama: Music,PSP,Misc,Broccoli,Broccoli,,0.1,,0.1,,,2011-11-24, -/games/boxart/full_6069072AmericaFrontccc.jpg,Math Blaster in the Prime Adventure,DS,Misc,Majesco,Knowledge Adventure Inc.,,0.1,0.09,,,0.01,2009-05-19, -/games/boxart/full_9114785JapanFrontccc.jpg,Metal Gear Solid HD Edition,PS3,Misc,Konami Digital Entertainment,Unknown,,0.1,,0.1,,,2011-11-23, -/games/boxart/full_1190844AmericaFrontccc.jpg,Frogger: Ancient Shadow,PS2,Platform,Konami,Hudson Soft,,0.1,0.05,,0.04,0.01,2005-09-27, -/games/boxart/full_1596363AmericaFrontccc.jpg,You Don't Know Jack: Mock 2,PS,Misc,Sierra Entertainment,"Jellyvision, Inc.",,0.1,0.06,,0.04,0.01,2000-11-06, -/games/boxart/full_2383656AmericaFrontccc.jpg,Jeopardy!,N64,Misc,GameTek,GameTek,,0.1,0.08,,0.02,0,1998-02-25, -/games/boxart/1051099ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PS3,Misc,Activision,Left Field Productions,,0.1,0.08,,0.01,0.01,2007-09-25, -/games/boxart/full_1673930JapanFrontccc.jpg,Kiku! Kaku! Kotoba o Fuyasu! Hajimete no Eigo Training,DS,Misc,Benesse,Benesse,,0.1,,0.1,,,2007-06-28, -/games/boxart/full_469267JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Ossu! Banchou - Yoshimune DS,DS,Misc,Paon,Paon Corporation,,0.1,,0.1,,,2007-04-26, -/games/boxart/full_4099708JapanFrontccc.jpg,DS Kageyama Method: Dennou Hanpuku - Tadashii Kanji Kakitori-Kun,DS,Misc,Shogakukan,Jupiter Corporation,,0.1,,0.1,,,2007-04-05, -/games/boxart/full_cabelas-adventure-camp_967AmericaFront.jpg,Cabela's Adventure Camp,X360,Misc,Activision,Activision,,0.1,0.07,,0.02,0.01,2011-11-01, -/games/boxart/full_7352761AmericaFrontccc.jpg,Sega Genesis Classics,XOne,Misc,Sega,Sega,,0.1,0.06,,0.03,0.01,2018-05-29,2018-09-22 -/games/boxart/full_4616134AmericaFrontccc.jpg,Rugby 15,PS3,Sports,Maximum Games,HB Studios,,0.1,0.03,,0.05,0.02,2015-02-24,2018-09-17 -/games/boxart/9981976ccc.jpg,Atsumare! Power Pro Kun no DS Koushien,DS,Sports,Unknown,Konami,,0.1,,0.1,,,, -/games/boxart/full_4559033PALFrontccc.jpg,UEFA Euro 2016,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.1,,0.05,0.05,0.01,2016-04-21,2018-05-03 -/games/boxart/9556427ccc.jpg,FIFA Street,XB,Sports,EA Sports BIG,EA Canada,,0.1,0.08,,0.02,0,2005-02-22, -/games/boxart/full_2788442AmericaFrontccc.jpg,Blitz: The League II,X360,Sports,Midway Games,Midway Games,6.6,0.1,0.08,,0.01,0.01,2008-10-13, -/games/boxart/full_2844228JapanFrontccc.jpg,Inazuma Eleven GO Strikers 2013,Wii,Sports,Level 5,Level 5,,0.1,,0.1,,,2012-12-20,2018-08-31 -/games/boxart/full_4520474AmericaFrontccc.jpg,KORG DS-10 Synthesizer Plus,DS,Misc,Xseed Games,AQ Interactive,,0.1,0.07,0.02,,0.01,2010-02-16, -/games/boxart/full_6465245AmericaFrontccc.png,Guitar Hero: Van Halen,PS2,Misc,Activision,Neversoft Entertainment,4.9,0.1,0.05,,0.04,0.01,2009-12-22, -/games/boxart/full_4151066JapanFrontccc.jpg,Surge Concerto: Ciel nosurge,PSV,Simulation,Gust,Gust,,0.1,,0.1,,,2012-04-26,2018-11-24 -/games/boxart/2057041ccc.jpg,Ghost in the Shell,PS,Simulation,THQ,Exact,,0.1,0.06,,0.04,0.01,1997-10-31, -/games/boxart/full_3036978AmericaFrontccc.jpg,Harvest Moon DS Cute (jp sales),DS,Simulation,Natsume,Marvelous Interactive,,0.1,,0.1,,,2008-03-25, -/games/boxart/589535ccc.jpg,CSI: Hard Evidence,X360,Adventure,Ubisoft,Telltale Games,,0.1,0.07,,0.02,0.01,2007-09-26, -/games/boxart/7668689ccc.jpg,Igor: The Game,Wii,Adventure,SouthPeak Interactive,Legacy Interactive,,0.1,0.09,,0,0.01,2008-09-16, -/games/boxart/full_8562214JapanFrontccc.jpg,Famicom Mini: Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo Zenkouhen,GBA,Adventure,Nintendo,Nintendo,,0.1,,0.1,,0,2004-08-10, -/games/boxart/full_436253AmericaFrontccc.jpg,American Girl: Julie Finds a Way,DS,Adventure,THQ,"Webfoot Technologies, Inc.",,0.1,0.1,,,0.01,2007-12-03, -/games/boxart/1622934ccc.jpg,Shadow Master,PS,Adventure,Sony Computer Entertainment,Hammerhead,,0.1,0.05,,0.04,0.01,1997-12-31, -/games/boxart/full_8955948AmericaFrontccc.jpg,Castlevania Double Pack,GBA,Platform,Konami,KCET,9,0.1,0.07,,0.03,0,2006-01-11, -/games/boxart/full_2035676AmericaFrontccc.jpg,Disney's The Haunted Mansion,GC,Platform,TDK Mediactive,High Voltage Software,,0.1,0.08,,0.02,0,2003-10-14, -/games/boxart/2189938ccc.jpg,Metal Arms: Glitch in the System,GC,Shooter,VU Games,Swingin' Ape Studios,,0.1,0.08,,0.02,0,2003-11-18, -/games/boxart/full_6189488AmericaFrontccc.jpg,Revolution X,PS,Shooter,Acclaim Entertainment,Rage Software,,0.1,0.06,,0.04,0.01,1996-01-01, -/games/boxart/full_tom-clancys-ghost-recon-predator_2AmericaFront.jpg,Tom Clancy's Ghost Recon: Predator,PSP,Shooter,Ubisoft,Ubisoft,,0.1,0.07,,0.02,0.02,2010-11-16, -/games/boxart/full_heavy-fire-afghanistan_866AmericaFront.jpg,Heavy Fire: Afghanistan,Wii,Shooter,Mastiff,Teyon Entertainment,,0.1,0.09,,,0.01,2011-11-18, -/games/boxart/full_descent-maximum_557AmericaFront.jpg,Descent Maximum,PS,Shooter,Interplay,Parallax Software,,0.1,0.05,,0.04,0.01,1997-04-30, -/games/boxart/full_177978AmericaFrontccc.jpg,Slime Rancher,XOne,Simulation,Skybound Games,Monomi Park,,0.1,0.08,,,0.01,2018-09-04,2018-08-07 -/games/boxart/full_2752332AmericaFrontccc.jpg,Terraria,PSV,Action-Adventure,505 Games,Engine Software,,0.1,,0.09,0.01,0,2013-12-04,2018-03-19 -/games/boxart/full_3834985AmericaFrontccc.jpg,Starlink: Battle for Atlas,PS4,Action-Adventure,Ubisoft,Ubisoft Toronto,,0.1,0.08,,,0.02,2018-10-16,2019-03-22 -/games/boxart/full_2500209AmericaFrontccc.jpg,Starlink: Battle for Atlas,XOne,Action-Adventure,Ubisoft,Ubisoft Toronto,,0.1,0.09,,,0.01,2018-10-16,2019-03-22 -/games/boxart/full_2749276AmericaFrontccc.jpg,Murdered: Soul Suspect,X360,Action-Adventure,Square Enix,Airtight Games,,0.1,0.06,,0.03,0.01,2014-06-03,2018-08-06 -/games/boxart/full_5980138AmericaFrontccc.jpg,SpongeBob: HeroPants,X360,Action-Adventure,Activision,Behaviour Interactive,,0.1,0.09,,0,0.01,2015-02-03,2018-04-15 -/games/boxart/full_2648805AmericaFrontccc.jpg,Resident Evil 4,PS4,Action-Adventure,Capcom,Capcom,,0.1,0.07,0.01,,0.02,2016-08-30,2018-09-04 -/games/boxart/full_4880577AmericaFrontccc.jpg,Resident Evil: Origins Collection,XOne,Action-Adventure,Capcom,Capcom,,0.1,0.07,,0.02,0.01,2016-01-19,2018-09-04 -/games/boxart/6608664ccc.gif,RLH: Run Like Hell,PS2,Shooter,Interplay,Digital Mayhem,,0.1,0.05,,0.04,0.01,2002-09-27, -/games/boxart/2604212ccc.jpg,Baten Kaitos Origins,GC,Role-Playing,Nintendo,tri-Crescendo / Monolith Soft,7.5,0.1,0.06,0.02,0.02,0,2006-09-25, -/games/boxart/full_312071JapanFrontccc.jpg,Digimon Adventure,PSP,Role-Playing,Namco Bandai Games,PROPE,,0.1,,0.1,,,2013-01-17,2018-11-23 -/games/boxart/full_7961827AmericaFrontccc.jpg,Monster Rancher EVO,PS2,Role-Playing,Tecmo,Tecmo,,0.1,0.02,0.05,0.02,0.01,2006-04-13, -/games/boxart/full_6699403AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: The Pitt and Operation: Anchorage,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.1,0.09,,0.01,0.01,2009-05-26, -/games/boxart/7193567ccc.jpg,Jade Cocoon 2,PS2,Role-Playing,Ubisoft,Genki,,0.1,0.05,,0.04,0.01,2001-12-17, -/games/boxart/full_lord-of-apocalypse_47JapanFront.jpg,Lord of Apocalypse,PSV,Role-Playing,Square Enix,Access Games,,0.1,,0.1,,,2011-12-17, -/games/boxart/full_6365342JapanFrontccc.jpg,Sword & Sorcery,SAT,Role-Playing,Micro Cabin,Micro Cabin,,0.1,,0.1,,,1996-05-31, -/games/boxart/full_4854966AmericaFrontccc.jpg,How to Train Your Dragon 2,PS3,Action-Adventure,Little Orbit,Torus Games,,0.1,0.03,,0.06,0.02,2014-06-10,2018-03-17 -/games/boxart/5201139ccc.jpg,LEGO Rock Raiders,PS,Strategy,LEGO Media,Data Design Interactive,,0.1,0.06,,0.04,0.01,2000-08-17, -/games/boxart/default.jpg,Stronghold Kingdoms,PC,Strategy,DTP Entertainment,FireFly Studios,,0.1,,,0.1,0.01,2011-02-23, -/games/boxart/full_wizardry-iv-bane-of-the-cosmic-forge_139JapanFront.jpg,Wizardry VI: Bane of the Cosmic Forge,SNES,Role-Playing,ASCII Entertainment,Game Studio,,0.1,,0.1,,0,1995-09-29, -/games/boxart/full_digimon-story-lost-evolution_692JapanFront.jpg,Digimon Story: Lost Evolution,DS,Role-Playing,Namco Bandai,Namco Bandai Games,,0.1,,0.1,,,2010-07-01, -/games/boxart/full_5242795AmericaFrontccc.jpg,Yggdra Union: We'll Never Fight Alone,PSP,Role-Playing,Atlus,Sting,,0.1,0.05,0.04,,0.01,2008-09-16, -/games/boxart/full_1178061AmericaFrontccc.jpg,Tokyo Xanadu eX+,PS4,Role-Playing,Aksys Games,Nihon Falcom Corporation,,0.1,0.05,0.05,,0.01,2017-12-08, -/games/boxart/full_phantom-brave-the-hermuda-triangle_810AmericaFront.jpg,Phantom Brave: The Hermuda Triangle,PSP,Role-Playing,NIS America,Nippon Ichi Software,7.2,0.1,0.06,0.03,,0.01,2011-03-08, -/games/boxart/full_5679472JapanFrontccc.jpg,Little Battlers eXperience W Super Custom,3DS,Role-Playing,Level 5,Level 5,,0.1,,0.1,,,2013-07-18,2018-08-31 -/games/boxart/full_229380JapanFrontccc.jpg,Sol Trigger,PSP,Role-Playing,Image Epoch,Image Epoch,,0.1,,0.1,,,2012-10-04,2018-11-24 -/games/boxart/default.jpg,Digimon Story: Super Xros Wars Blue/Red,DS,Role-Playing,Namco Bandai,Namco Bandai Games,,0.1,,0.1,,,2011-03-03, -/games/boxart/full_6479023AmericaFrontccc.jpg,Lost Dimension,PSV,Role-Playing,Atlus,Lancarse,,0.1,0.04,0.02,0.02,0.02,2015-07-28,2018-11-24 -/games/boxart/full_tales-of-innocence-r_674JapanFront.jpg,Tales of Innocence R,PSV,Role-Playing,Namco Bandai,Alfa System,,0.1,,0.1,,,2012-01-26, -/games/boxart/full_6822388AmericaFrontccc.jpg,Sword Art Online: Fatal Bullet,XOne,Role-Playing,Namco Bandai Games,Dimps Corporation,,0.1,0.09,,,0.01,2018-02-23,2018-02-23 -/games/boxart/full_4867078AmericaFrontccc.jpg,Sudden Strike 4,PS4,Strategy,Kalypso Media,Kite Games,,0.1,0.05,0.01,0.03,0.02,2017-08-15,2018-03-24 -/games/boxart/full_dora-ampamp-kai-lans-pet-shelter_907AmericaFront.jpg,Dora & Kai-Lan's Pet Shelter,DS,Strategy,2K Play,Black Lantern Studios,,0.1,0.08,,0.01,0.01,2011-11-01, -/games/boxart/full_4759302PALFrontccc.jpg,L'Aigle de Guerre,GBA,Strategy,Nintendo,Genki,,0.1,,0.1,,0,2001-11-21, -/games/boxart/full_8288051AmericaFrontccc.jpg,Troll and I,NS,Action,Maximum Games,Spiral House,,0.1,0.05,,0.04,0.01,2017-08-15,2018-08-20 -/games/boxart/full_generator-rex-agent-of-providence_739AmericaFront.jpg,Generator Rex: Agent of Providence,3DS,Action,Activision,Virtuos,,0.1,0.07,,0.02,0.01,2011-11-01,2019-01-15 -/games/boxart/full_4139020AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth 3: V Generation,PSV,Action,Idea Factory International,Compile Heart,,0.1,0.05,,0.02,0.02,2015-06-30,2018-07-04 -/games/boxart/full_5464220JapanFrontccc.jpg,Macross 30: Voices across the Galaxy,PS3,Action,Namco Bandai Games,ArtDink,,0.1,,0.1,,,2013-02-28,2018-11-23 -/games/boxart/full_851687AmericaFrontccc.jpg,Astro Boy: The Video Game,DS,Action,D3 Publisher,Art Corporation,4.4,0.1,0.09,,0,0.01,2009-10-20, -/games/boxart/full_9126807AmericaFrontccc.jpg,Romance of the Three Kingdoms XIII,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0.1,0.03,0.06,,0.01,2016-07-05,2018-07-30 -/games/boxart/full_2305082AmericaFrontccc.jpg,Bejeweled Twist,DS,Puzzle,PopCap Games,Griptonite Games,,0.1,,,0.08,0.01,2010-01-19, -/games/boxart/1233063ccc.jpg,Star Trek: Shattered Universe,PS2,Simulation,TDK Mediactive,Starsphere Interactive,,0.1,0.05,,0.04,0.01,2004-01-13, -/games/boxart/3048507ccc.gif,Tom Clancy's Splinter Cell: Chaos Theory,GC,Action,Ubisoft,Ubisoft Montreal,7.8,0.1,0.08,,0.02,0,2005-03-29, -/games/boxart/full_7819783AmericaFrontccc.jpg,Blades of Time,X360,Action,Konami Digital Entertainment,Gaijin Games Inc.,,0.1,0.07,0,0.02,0.01,2012-03-06, -/games/boxart/full_5972930JapanFrontccc.jpg,Mobile Suit Gundam Unicorn,PS3,Action,Namco Bandai Games,From Software,,0.1,,0.1,,,2012-03-08,2018-11-23 -/games/boxart/full_3532597AmericaFrontccc.jpg,Death By Degrees,PS2,Action,Namco,Namco,,0.1,0.05,,0.04,0.01,2005-02-08, -/games/boxart/full_6550294JapanFrontccc.jpg,Samurai Warriors Chronicles 2nd,3DS,Action,Tecmo Koei,Omega Force,,0.1,,0.1,,,2012-09-13,2018-08-04 -/games/boxart/5852076ccc.jpg,The Godfather: Mob Wars,PSP,Action,Electronic Arts,Page 44,6.2,0.1,0.09,,0,0.01,2006-09-19, -/games/boxart/full_marvel-super-hero-squad-the-infinity-gauntlet_299AmericaFront.jpg,Marvel Super Hero Squad: The Infinity Gauntlet,3DS,Action,THQ,THQ,4.8,0.1,0.07,,0.03,0.01,2011-10-11, -/games/boxart/6998207ccc.jpg,Colin McRae Rally 04,XB,Action,Codemasters,Unknown,,0.1,0.08,,0.02,0,2004-03-04, -/games/boxart/full_doras-big-birthday-adventure_2AmericaFront.jpg,Dora's Big Birthday Adventure,Wii,Misc,2K Play,TBA,,0.1,0.09,,0.01,0.01,2010-10-26, -/games/boxart/full_the-bachelor-the-videogame_9AmericaFront.jpg,The Bachelor: The Videogame,Wii,Misc,Warner Bros. Interactive,Warner Bros. Interactive Entertainment,,0.1,0.1,,,0.01,2010-08-25, -/games/boxart/9066650ccc.jpg,Thrillville: Off the Rails,PSP,Strategy,LucasArts,Frontier Developments,,0.1,0.09,,0,0.01,2007-10-09, -/games/boxart/8837782ccc.jpg,Universe at War: Earth Assault,X360,Strategy,Sega,Petroglyph Games,,0.1,0.09,,0.01,0.01,2008-03-25, -/games/boxart/full_3840368AmericaFrontccc.jpg,Vandal Hearts II,PS,Strategy,Konami,Konami,7.2,0.1,0.06,,0.04,0.01,1999-11-30,2018-04-10 -/games/boxart/full_9474909AmericaFrontccc.jpg,Pariah,XB,Action,Groove Games,Unknown,,0.1,0.08,,0.02,0,2005-05-03, -/games/boxart/default.jpg,Tornado Outbreak,Wii,Action,Konami,Loose Cannon Studios,,0.1,0.09,,0,0.01,2009-09-29, -/games/boxart/full_4901923AmericaFrontccc.jpg,Watchmen: The End is Nigh Part 1 & 2,X360,Action,Warner Bros. Interactive,Deadline Games,,0.1,0.09,,0,0.01,2009-07-21, -/games/boxart/full_9886901AmericaFrontccc.jpg,NAtURAL DOCtRINE,PS4,Role-Playing,NIS America,Kadokawa Games,,0.1,0.05,0.02,0.02,0.01,2014-09-30,2018-11-23 -/games/boxart/6078563ccc.jpg,Conflict: Global Terror,XB,Shooter,2K Games,Pivotal Games,,0.1,0.08,,0.02,0,2005-10-04, -/games/boxart/full_4567858AmericaFrontccc.jpg,Urban Chaos,PS,Action,Eidos Interactive,Mucky Foot Productions,,0.1,0.06,,0.04,0.01,2000-03-31, -/games/boxart/full_3293555AmericaFrontccc.jpg,Mega Man Legacy Collection 2,PS4,Action,Capcom,Capcom,,0.1,0.06,0.02,,0.01,2017-08-08,2018-08-20 -/games/boxart/full_yoostar2_10AmericaFront.jpg,Yoostar2,PS3,Misc,Unknown,Blitz Game Studios,,0.1,0.04,,0.05,0.02,2011-03-08, -/games/boxart/full_world-series-of-poker-tournament-of-champions_6AmericaFront.jpg,World Series of Poker: Tournament of Champions 2007 Edition,PSP,Misc,Activision,Left Field Productions,6.4,0.1,0.1,,0,0.01,2006-09-21, -/games/boxart/full_2316653AmericaFrontccc.jpg,Princess Debut,DS,Misc,Natsume,Cave,,0.1,0.1,,,0.01,2008-09-30, -/games/boxart/full_sesame-street-ready-set-grover_539AmericaFront.jpg,"Sesame Street: Ready, Set, Grover!",Wii,Misc,Warner Bros. Interactive,Griptonite Games,,0.1,0.1,,,0.01,2011-08-02, -/games/boxart/full_tennis-no-oji-sama-motto-gakuensai-no-ouji-sama-more-sweet-edition_690JapanFront.jpg,Tennis no Oji-Sama: Motto Gakuensai no Ouji-Sama - More Sweet Edition,DS,Sports,Konami,Silicon Studio,,0.1,,0.1,,,2010-02-11, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-2_465AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 2,PC,Action,Electronic Arts,EA Bright Light,4.3,0.1,0.05,,0.04,0.01,2011-07-12, -/games/boxart/7346681ccc.jpg,Predator: Concrete Jungle,XB,Action,VU Games,Eurocom Entertainment Software,,0.1,0.07,,0.02,0,2005-04-26, -/games/boxart/full_5092107JapanFrontccc.jpg,Girls und Panzer: I Will Master Tankery,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.1,,0.1,,,2014-06-26,2018-11-23 -/games/boxart/full_704463AmericaFrontccc.jpg,Power Rangers: Super Legends,DS,Action,Disney Interactive Studios,Handheld Games,,0.1,0.08,,0.02,0.01,2007-10-23, -/games/boxart/full_8671871JapanFrontccc.jpg,Kenka Bancho Bros: Tokyo Battle Royale,PSP,Action,Spike,Spike,,0.1,,0.1,,,2012-06-21,2018-11-23 -/games/boxart/full_8697972AmericaFrontccc.jpg,Pac-Man Championship Edition 2 + Arcade Game Series,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.1,0.08,,,0.02,2017-02-28,2018-06-19 -/games/boxart/full_4841365AmericaFrontccc.jpg,Global Touring Challenge: Africa,PS2,Racing,Majesco,Rage Software,,0.1,0.05,,0.04,0.01,2002-06-14, -/games/boxart/full_7116474AmericaFrontccc.jpg,The Destiny of Zorro,Wii,Action,505 Games,Pronto Games,,0.1,0.09,,,0.01,2009-05-05, -/games/boxart/full_mysims-skyheroes_436AmericaFront.jpg,MySims SkyHeroes,X360,Action,Electronic Arts,The Sims Studio,,0.1,0.09,,0,0.01,2010-09-28, -/games/boxart/full_1683318AmericaFrontccc.jpg,EyeToy: Operation Spy,PS2,Action,Sony Computer Entertainment,SCEE London Studio,,0.1,0.05,,0.04,0.01,2005-11-15, -/games/boxart/full_290630AmericaFrontccc.jpg,Van Helsing,GBA,Action,VU Games,Saffire Corporation,,0.1,0.07,,0.03,0,2004-05-06, -/games/boxart/full_3381818AmericaFrontccc.jpg,Young Justice: Legacy,PS3,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.1,0.06,,0.01,0.02,2013-11-19,2018-11-24 -/games/boxart/full_695578AmericaFrontccc.jpg,Power Stone Collection,PSP,Action,Capcom,Capcom,,0.1,0.08,,0,0.01,2006-10-31, -/games/boxart/full_tom-clancys-hawx-2_3AmericaFront.jpg,Tom Clancy's HAWX 2,Wii,Action,Ubisoft,Ubisoft Bucharest,,0.1,0.06,,0.03,0.01,2010-11-09, -/games/boxart/full_4089510JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11,GC,Sports,Konami,Diamond Head,,0.1,,0.09,,0,2004-07-15, -/games/boxart/6932842ccc.jpg,X-Men: The Official Game,XB,Action,Activision,"Z-Axis, Ltd.",4.8,0.1,0.08,,0.02,0,2006-05-16, -/games/boxart/7791640ccc.jpg,Minority Report: Everybody Runs,GC,Action,Activision,Treyarch,,0.1,0.08,,0.02,0,2002-11-19, -/games/boxart/full_1268117AmericaFrontccc.jpg,Spider-Man: Web of Shadows,DS,Action,Activision,Griptonite Games,7.9,0.1,0.09,,0,0.01,2008-10-21, -/games/boxart/3572629ccc.jpg,Army Men World War: Team Assault,PS,Action,3DO,3DO,,0.1,0.06,,0.04,0.01,2001-11-28, -/games/boxart/default.jpg,Blades of Time,PS3,Action,Konami Digital Entertainment,Gaijin Games Inc.,,0.1,0.04,0.01,0.03,0.01,2012-03-06, -/games/boxart/5041586ccc.jpg,Evil Dead: Fistfull of Boomstick,XB,Action,THQ,VIS Entertainment,,0.1,0.07,,0.02,0,2003-06-17, -/games/boxart/full_thor-god-of-thunder_334AmericaFront.jpg,Thor: God of Thunder,3DS,Action,Sega,WayForward Technologies,6,0.1,0.06,,0.03,0.01,2011-09-13, -/games/boxart/full_x-men-destiny_407AmericaFront.jpg,X-Men: Destiny,Wii,Action,Activision,Silicon Knights,3.3,0.1,0.07,,0.02,0.01,2011-09-27, -/games/boxart/2837417ccc.gif,Championship Pony,DS,Simulation,"Destination Software, Inc",Unknown,,0.1,0.09,,,0.01,2008-03-21, -/games/boxart/full_6484632AmericaFrontccc.jpg,Petz Hamsterz Superstarz,DS,Simulation,Ubisoft,Ubisoft,,0.1,0.09,,,0.01,2009-11-17, -/games/boxart/full_6820723AmericaFrontccc.jpg,Horse Life Adventures,DS,Simulation,Valcon Games,NEKO Entertainment Yullaby,,0.1,0.08,,0.01,0.01,2009-11-03, -/games/boxart/full_359536AmericaFrontccc.jpg,Road Rash: Jailbreak,GBA,Racing,DSI Games,Magic Pockets,,0.1,0.07,,0.03,0,2003-09-17, -/games/boxart/full_8495200AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Wheelie Breakers,Wii,Racing,Konami,Konami,7.5,0.1,0.09,,0.01,0.01,2009-05-19, -/games/boxart/4082972ccc.jpg,MotoGP 2,XB,Racing,THQ,Climax Group,,0.1,0.07,,0.02,0,2003-05-21, -/games/boxart/7333492ccc.jpg,NASCAR,PSP,Racing,EA Sports,EA Tiburon,7.2,0.1,0.09,,,0.01,2006-09-06, -/games/boxart/full_889374AmericaFrontccc.jpg,MX SuperFly featuring Ricky Carmichael,XB,Racing,THQ,Pacific Coast Power & Light,,0.1,0.07,,0.02,0,2002-11-20, -/games/boxart/full_3375742JapanFrontccc.jpg,Option Tuning Car Battle,PS,Racing,MTO,Unknown,,0.1,,0.09,,0.01,1998-01-15, -/games/boxart/full_823491AmericaFrontccc.jpg,Vanishing Point,PS,Racing,Acclaim Entertainment,Clockwork Games,,0.1,0.06,,0.04,0.01,2001-02-05, -/games/boxart/8707256ccc.jpg,GT64 Championship Edition,N64,Racing,Ocean,Imagineer,,0.1,0.08,,0.02,0,1998-09-09, -/games/boxart/356383ccc.jpg,Chameleon,PSP,Puzzle,UFO Interactive,Starfish,,0.1,0.09,,0,0.02,2008-05-05, -/games/boxart/3815670ccc.gif,Sudoku Mania,DS,Puzzle,UFO Interactive,FrontLine Studios,,0.1,0.09,,0,0.01,2006-06-30, -/games/boxart/full_9672706AmericaFrontccc.jpg,USA Today Puzzle Craze,DS,Puzzle,Destineer,Magellan Interactive,,0.1,0.09,,,0.01,2009-02-24, -/games/boxart/full_1306865AmericaFrontccc.jpg,Angry Birds: Star Wars,WiiU,Puzzle,Activision,Exient Entertainment,,0.1,0.05,,0.04,0.01,2013-10-29,2018-03-16 -/games/boxart/5168827ccc.jpg,Sneakers,XB,Puzzle,Microsoft Game Studios,Media.Vision,,0.1,0.07,,0.02,0,2002-10-22, -/games/boxart/full_nascar-unleashed_697AmericaFront.jpg,Nascar Unleashed,PS3,Racing,Activision,Activision,,0.1,0.09,,,0.01,2011-11-01, -/games/boxart/full_naild_3AmericaFront.jpg,nail'd,X360,Racing,Deep Silver,Techland,,0.1,0.08,,0.02,0.01,2010-11-30, -/games/boxart/full_2545159AmericaFrontccc.jpg,TrackMania Turbo,XOne,Racing,Ubisoft,Nadeo,,0.1,0.05,,0.04,0.01,2016-03-22,2018-05-29 -/games/boxart/full_2693014AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,Wii,Racing,Activision,Left Field Productions,,0.1,0.09,,,0.01,2008-10-28, -/games/boxart/full_ben-10-galactic-racing_601AmericaFront.jpg,Ben 10 Galactic Racing,X360,Racing,D3 Publisher,Monkey Bar Games,,0.1,0.07,,0.02,0.01,2011-10-18, -/games/boxart/full_the-land-before-time-great-valley-racing-adventure_315AmericaFront.jpg,The Land Before Time: Great Valley Racing Adventure,PS,Racing,TDK Mediactive,Vision Scape,,0.1,0.05,,0.04,0.01,2001-05-04, -/games/boxart/full_4280597AmericaFrontccc.jpg,MTX Mototrax,XB,Racing,Activision,Left Field Productions,,0.1,0.07,,0.02,0,2004-03-02, -/games/boxart/full_5798667AmericaFrontccc.jpg,MotoGP 07,PS2,Racing,Capcom,Milestone S.r.l.,,0.1,0.05,,0.04,0.01,2007-10-23, -/games/boxart/full_5051849AmericaFrontccc.jpg,Micro Machines V3,PS,Racing,Midway Games,Codemasters,,0.1,0.06,,0.04,0.01,1997-11-30, -/games/boxart/2675616ccc.jpg,Monster Jam: Maximum Destruction,GBA,Racing,Ubisoft,UDS,,0.1,0.07,,0.03,0,2002-03-27, -/games/boxart/full_2479908AmericaFrontccc.jpg,MXGP 2,XOne,Racing,Milestone S.r.l,Milestone S.r.l.,,0.1,0.07,,0.02,0.01,2016-06-21,2018-06-19 -/games/boxart/3675867ccc.jpg,Hot Wheels: Stunt Track Challenge,XB,Racing,THQ,Climax Group,,0.1,0.08,,0.02,0,2004-11-10, -/games/boxart/1581624ccc.jpg,Freaky Flyers,PS2,Racing,Midway Games,Midway Games,,0.1,0.05,,0.04,0.01,2003-08-05, -/games/boxart/full_5060333AmericaFrontccc.jpg,NASCAR Heat 3,XOne,Racing,704Games,Monster Games,,0.1,0.09,,,0.01,2018-09-07,2018-07-09 -/games/boxart/full_8033918AmericaFrontccc.jpg,Ford Racing 3,DS,Racing,Empire Interactive,Visual Impact,,0.1,0.09,,,0.01,2005-12-07, -/games/boxart/full_5854664AmericaFrontccc.jpg,Indy Racing 2000,N64,Racing,Infogrames,Paradigm Entertainment,,0.1,0.08,,0.02,0,2000-05-30, -/games/boxart/6271270ccc.jpg,Classic NES Series: Excitebike,GBA,Racing,Nintendo,Nintendo,6.4,0.1,,0.1,,,2004-06-02, -/games/boxart/full_2232170AmericaFrontccc.jpg,Corvette Evolution GT,DS,Racing,Valcon Games,Firebrand Games,,0.1,0.1,,,0.01,2008-01-15, -/games/boxart/full_5806841AmericaFrontccc.jpg,NASCAR Heat Evolution,XOne,Racing,Dusenberry Martin Racing,Monster Games,,0.1,0.09,,,0.01,2016-09-13, -/games/boxart/full_5317527AmericaFrontccc.jpg,Ski-Doo Snowmobile Challenge,PS3,Racing,Valcon Games,ColdWood Interactive,,0.1,0.1,,0,0.01,2009-03-06, -/games/boxart/8928998ccc.jpg,F1 Career Challenge,PS2,Racing,EA Sports,Visual Science,,0.1,0.05,,0.04,0.01,2003-06-24, -/games/boxart/8058570ccc.jpg,Motocross Mania 3,PS2,Racing,2K Games,Deibus Studios,,0.1,0.05,,0.04,0.01,2005-01-01, -/games/boxart/full_6536569AmericaFrontccc.jpg,Banjo-Pilot,GBA,Racing,THQ,Rare Ltd.,6.2,0.1,0.07,,0.03,0,2005-01-12, -/games/boxart/full_4310156PALFrontccc.jpg,Ridge Racer 2,PSP,Racing,Unknown,Namco Bandai Games,7.5,0.1,,0.07,0.03,0.01,2020-12-31, -/games/boxart/full_1126849PALFrontccc.jpg,World Snooker Championship 2007,PS3,Sports,Sega,Blade Interactive,,0.1,,,0.1,0,2007-03-23, -/games/boxart/44240ccc.jpg,International Superstar Soccer 64 (weekly JP sales),N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.1,,0.05,,0.05,1997-07-31, -/games/boxart/full_harry-potter-and-the-deathly-hallows-part-1_923AmericaFront.jpg,Harry Potter and the Deathly Hallows - Part 1,PC,Action,Electronic Arts,EA Bright Light,,0.1,0.08,,0.02,0.01,2010-11-16, -/games/boxart/full_3637443JapanFrontccc.jpg,Devil May Cry 4 Special Edition,PS4,Action,Capcom,Capcom,,0.1,0.01,0.09,,0,2015-06-23,2018-09-11 -/games/boxart/full_93480AmericaFrontccc.jpg,Shellshock,PS,Action,U.S. Gold,Core Design Ltd.,,0.1,0.06,,0.04,0.01,1998-01-01, -/games/boxart/8126541ccc.jpg,Bee Movie Game,PS2,Action,Activision,Beenox,,0.1,0.05,,0.04,0.01,2007-10-30, -/games/boxart/full_881826AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS3,Action,Activision,PlatinumGames,,0.1,0.04,,0.04,0.02,2016-05-24,2018-04-15 -/games/boxart/6417937ccc.jpg,Dragonseeds,PS,Action,Jaleco,Unknown,,0.1,0.03,0.04,0.02,0.01,1998-09-30, -/games/boxart/full_8225192AmericaFrontccc.jpg,Backyard Baseball '10,Wii,Sports,Atari,Atari,,0.1,0.09,,,0.01,2009-03-31, -/games/boxart/full_7617814AmericaFrontccc.jpg,Water Sports,Wii,Sports,GameMill,FrontLine Studios,,0.1,0.05,,0.04,0.01,2009-10-27, -/games/boxart/full_2571233PALFrontccc.jpg,Football Director DS,DS,Sports,Pinnacle,Sports Director Limited,,0.1,,,0.1,0,2008-11-28, -/games/boxart/full_rapala-pro-bass-fishing-2010_8AmericaFront.jpg,Rapala Pro Bass Fishing 2010,DS,Sports,Activision,Activision,,0.1,0.09,,,0.01,2010-09-28, -/games/boxart/full_6807189AmericaFrontccc.jpg,The BIGS 2,PSP,Sports,2K Sports,Blue Castle Games,6.8,0.1,0.09,,,0.01,2009-07-07, -/games/boxart/4870434ccc.jpg,Rocky: Legends,XB,Sports,Ubisoft,Venom Games,,0.1,0.07,,0.02,0,2004-09-28,2018-09-25 -/games/boxart/7414190ccc.jpg,Kelly Slater's Pro Surfer,XB,Sports,Activision,Treyarch,,0.1,0.08,,0.02,0,2002-09-16, -/games/boxart/6991365ccc.jpg,NFL Tour,X360,Sports,EA Sports BIG,EA Tiburon,,0.1,0.09,,0,0.01,2008-01-08, -/games/boxart/2260824ccc.jpg,Virtual Pool 64,N64,Sports,Crave Entertainment,Celeris,,0.1,0.08,,0.02,0,1998-12-17, -/games/boxart/full_8820161AmericaFrontccc.jpg,Deca Sports DS,DS,Sports,Hudson Soft,Hudson Soft,,0.1,0.07,,0.02,0.01,2010-03-02, -/games/boxart/full_518771JapanFrontccc.jpg,Project FIFA World Cup,PS2,Sports,EA Sports,Electronic Arts,,0.1,,0.1,,,2002-05-30, -/games/boxart/full_9055283AmericaFrontccc.jpg,Milo's Astro Lanes,N64,Sports,Crave Entertainment,Player 1,,0.1,0.08,,0.02,0,1998-11-24, -/games/boxart/full_3547992AmericaFrontccc.jpg,Pro Evolution Soccer 2013,Wii,Sports,Konami Digital Entertainment,Konami,,0.1,,0.06,0.03,0,2012-11-06,2018-01-12 -/games/boxart/full_little-league-world-series-baseball-2010_10AmericaFront.jpg,Little League World Series Baseball 2010,X360,Sports,Activision,Now Production,,0.1,0.09,,,0.01,2010-07-20, -/games/boxart/4069089ccc.jpg,NBA Ballers: Rebound,PSP,Sports,Midway Games,Backbone Entertainment,7.3,0.1,0.09,,,0.01,2006-05-09, -/games/boxart/781888ccc.jpg,NHL 2004,GC,Sports,EA Sports,EA Black Box,,0.1,0.08,,0.02,0,2003-09-22, -/games/boxart/full_496632AmericaFrontccc.jpg,Escape Dead Island,PS3,Action,Deep Silver,Fatshark,,0.1,0.05,,0.03,0.02,2014-11-18,2018-04-16 -/games/boxart/full_8520646AmericaFrontccc.png,Warriors All-Stars,PS4,Action,Tecmo Koei,Omega Force,,0.1,0.03,0.06,,0.01,2017-08-29,2018-09-22 -/games/boxart/9195176ccc.jpg,Hot Wheels Ultimate Racing,PSP,Action,Activision,Unknown,,0.1,0.09,,,0.01,2007-07-02, -/games/boxart/4675266ccc.jpg,Hunter: The Reckoning,GC,Action,Interplay,High Voltage Software,7.1,0.1,0.08,,0.02,0,2002-11-18, -/games/boxart/full_2091052AmericaFrontccc.jpg,The Lord of the Rings: Conquest,DS,Action,Electronic Arts,Artificial Mind and Movement,5.9,0.1,0.09,,0.01,0.01,2009-01-13, -/games/boxart/full_8691360AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Conviction,PC,Action,Ubisoft,Ubisoft Montreal,8,0.1,,,0.08,0.02,2010-04-27, -/games/boxart/full_3122171AmericaFrontccc.jpg,Assassin's Creed: Rogue,PC,Action,Ubisoft,Ubisoft Sofia,,0.1,0.07,,0.02,0.01,2015-03-10,2018-07-04 -/games/boxart/full_852274JapanFrontccc.jpg,Project Hacker: Kakusei,DS,Action,Nintendo,RED Entertainment,,0.1,,0.1,,,2006-07-13, -/games/boxart/9211482ccc.jpg,Ninja Reflex,DS,Action,Electronic Arts,Sanzaru Games,,0.1,0.09,,,0.01,2008-03-04, -/games/boxart/default.jpg,Skylanders: Spyro's Adventure,PC,Action,Activision,Toys for Bob,,0.1,0.05,,0.03,0.01,2011-10-16, -/games/boxart/full_6468403AmericaFrontccc.jpg,Code Lyoko: Quest for Infinity,Wii,Action,Game Factory,Neko Entertainment,,0.1,0.07,,0.02,0.01,2007-11-16, -/games/boxart/148311ccc.jpg,Minority Report: Everybody Runs,XB,Action,Activision,Treyarch,,0.1,0.07,,0.02,0,2002-11-18, -/games/boxart/full_112484AmericaFrontccc.jpeg,Disney Planes Fire & Rescue,3DS,Action,Disney Interactive Studios,Little Orbit,,0.1,0.01,,0.08,0.01,2014-11-04,2018-03-31 -/games/boxart/full_kung-fu-panda-2_514AmericaFront.jpg,Kung Fu Panda 2,PS3,Action,THQ,THQ,,0.1,0.04,,0.04,0.01,2011-05-24, -/games/boxart/full_6930156AmericaFrontccc.jpg,Nancy Drew: The Model Mysteries,DS,Puzzle,THQ,THQ,,0.1,0.09,,0,0.01,2010-02-10, -/games/boxart/full_mays-mystery-forbidden-memories_56AmericaFront.jpg,May's Mystery: Forbidden Memories,DS,Puzzle,Unknown,Mastertronic,,0.1,0.05,,0.04,0.01,2011-09-28, -/games/boxart/full_8413792AmericaFrontccc.jpg,Just Dance 2018,X360,Music,Ubisoft,Ubisoft Paris,,0.1,0.06,,0.03,0.01,2017-10-24,2018-04-06 -/games/boxart/full_5589181JapanFrontccc.jpg,Kuroko no Basuke: Miracles to Victory,3DS,Sports,Namco Bandai Games,Bandai Namco Games,,0.1,,0.1,,,2014-02-20,2018-11-23 -/games/boxart/full_2380606JapanFrontccc.jpg,Derby Jockey 2,SNES,Sports,Asmik Corp,Muse Soft,,0.1,,0.1,,0,1995-09-29, -/games/boxart/full_6702508AmericaFrontccc.jpg,Pro Evolution Soccer 2017,XOne,Sports,Konami Digital Entertainment,PES Productions,,0.1,0.05,,0.03,0.01,2016-09-13,2018-04-14 -/games/boxart/2022110ccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,X360,Sports,Konami,Konami Computer Entertainment Tokyo,,0.1,0.09,,0,0.01,2007-02-06, -/games/boxart/full_1293548AmericaFrontccc.jpg,The Elder Scrolls Online: Summerset,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,7.5,0.1,0.08,,,0.02,2018-05-21,2018-09-15 -/games/boxart/full_7110891AmericaFrontccc.jpg,Final Fantasy XIV Online Complete Edition,PS4,MMO,Square Enix,Square Enix,,0.1,0.07,0.02,,0.02,2017-06-20,2018-07-10 -/games/boxart/9633828ccc.jpg,King of Clubs: Mini Golf,Wii,Sports,Crave Entertainment,Oxygen Interactive,,0.1,0.09,,0,0.01,2008-08-04, -/games/boxart/2901050ccc.jpg,G1 Jockey 3,PS2,Sports,KOEI,Koei/Inis,,0.1,0.02,0.07,0.01,0,2003-05-28, -/games/boxart/full_5607896JapanFrontccc.jpg,Kuroko's Basketball: Ties to Future,3DS,Sports,Namco Bandai Games,Bandai Namco Games,,0.1,,0.1,,,2015-03-26,2018-07-04 -/games/boxart/full_8828722JapanFrontccc.jpg,Pro Yakyuu Famista DS,DS,Sports,Namco Bandai,Bandai Namco Games,,0.1,,0.1,,,2007-11-15, -/games/boxart/full_nicktoons-mlb_387AmericaFront.jpg,Nicktoons MLB,DS,Sports,2K Sports,2K Sports,,0.1,0.09,,,0.01,2011-09-13, -/games/boxart/3454822ccc.jpg,NHL 2K6,X360,Sports,2K Sports,Kush Games,7.3,0.1,0.09,,0,0.01,2005-11-16, -/games/boxart/2141055ccc.jpg,College Hoops 2K6,XB,Sports,2K Sports,Visual Concepts,8.3,0.1,0.07,,0.02,0,2005-11-21, -/games/boxart/full_9837538AmericaFrontccc.jpg,Big League Sports,Wii,Sports,Activision,Koolhaus Games,,0.1,0.09,,0.01,0.01,2008-11-11, -/games/boxart/full_3408801AmericaFrontccc.jpg,Just Dance 2019,WiiU,Music,Ubisoft,Ubisoft Paris,,0.1,0.06,,0.03,0.01,2018-10-23,2018-09-28 -/games/boxart/full_7200856AmericaFrontccc.jpg,Puzzle Chronicles,PSP,Puzzle,Konami,Infinite Interactive,6.5,0.1,0.08,,0,0.02,2010-02-02, -/games/boxart/full_6075705AmericaFrontccc.jpg,Exit DS,DS,Puzzle,Taito,Taito Corporation,,0.1,0.09,0.01,0,0.01,2008-11-05, -/games/boxart/full_2387510JapanFrontccc.jpg,Tokimeki Memorial: Taisen Pazurudama,PS,Puzzle,Konami,Konami,,0.1,,0.09,,0.01,1996-09-27, -/games/boxart/full_5692946AmericaFrontccc.jpg,Puyo Puyo Tetris,PS4,Puzzle,Sega,Sonic Team,,0.1,0.05,,0.03,0.02,2017-04-25,2018-07-04 -/games/boxart/full_7760085AmericaFrontccc.jpg,Harvest Moon: Frantic Farming,DS,Puzzle,Natsume,Natsume,7,0.1,0.08,,0.01,0.01,2009-08-25, -/games/boxart/5824075ccc.jpg,PictoImage,DS,Puzzle,Sega,Sega,,0.1,0.09,,0,0.01,2008-09-02, -/games/boxart/full_5987934AmericaFrontccc.jpg,Scribblenauts Unmasked: A DC Comics Adventure,WiiU,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,0.1,0.09,,,0.01,2013-09-24,2018-04-03 -/games/boxart/full_9077832AmericaFrontccc.jpg,Scribblenauts Unmasked: A DC Comics Adventure,3DS,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,0.1,0.09,,,0.01,2013-09-24,2018-04-03 -/games/boxart/full_8006413PALFrontccc.jpg,Dancing on Ice,Wii,Sports,Ghostlight,Infusion Games Ltd,,0.1,,,0.09,0.01,2010-03-12, -/games/boxart/9250928ccc.jpg,Cabela's Outdoor Adventures,XB,Sports,Activision,FUN Labs,,0.1,0.08,,0.02,0,2005-09-14, -/games/boxart/8635308ccc.jpg,Dark Summit,XB,Sports,THQ,Radical Entertainment,,0.1,0.08,,0.02,0,2001-11-12, -/games/boxart/full_9269868AmericaFrontccc.jpg,NHL-Legacy Edition,X360,Sports,EA Sports,EA Canada,,0.1,0.09,,,0.01,2015-09-09,2018-11-23 -/games/boxart/full_4831619AmericaFrontccc.jpg,Gallop Racer 2006,PS2,Sports,Tecmo,Tecmo,,0.1,0.02,0.06,0.02,0.01,2006-05-02, -/games/boxart/full_3237030AmericaFrontccc.jpg,Imagine: Soccer Captain,DS,Sports,Ubisoft,Ubisoft,,0.1,0.1,,,0.01,2009-08-11, -/games/boxart/full_pdc-world-championship-darts-pro-tour_849PALFront.jpg,PDC World Championship Darts: Pro Tour,PS3,Sports,O-Games,O-Games,,0.1,,,0.08,0.02,2010-11-26, -/games/boxart/full_family-fun-football_10AmericaFront.jpg,Family Fun Football,Wii,Sports,Tecmo,"Seamless Entertainment, Inc.",,0.1,0.1,,,0.01,2009-09-29, -/games/boxart/full_7731627JapanFrontccc.jpg,Pro Yakyuu Famista DS 2009,DS,Sports,Namco Bandai,Bandai Namco Games,,0.1,,0.1,,,2009-04-02, -/games/boxart/632577ccc.jpg,Gretzky NHL,PSP,Sports,Sony Computer Entertainment,989 Sports,6,0.1,0.1,,,0.01,2005-03-14, -/games/boxart/full_9966693JapanFrontccc.jpg,Atsumare! Power Pro Kun no DS Koushien,DS,Sports,Konami,PawaPuro Production,,0.1,,0.1,,,2006-08-03, -/games/boxart/full_4354520AmericaFrontccc.jpg,Gravity Games Bike: Street Vert Dirt,PS2,Sports,Midway Games,Midway Games,,0.1,0.05,,0.04,0.01,2002-06-27, -/games/boxart/full_145690JapanFrontccc.jpg,Pro Yakyuu Spirits 2010,PS2,Sports,Konami,PawaPuro Production,,0.1,,0.1,,,2010-04-01, -/games/boxart/8135285ccc.jpg,Top Spin,PS2,Sports,2K Sports,Pam Development,,0.1,0.05,,0.04,0.01,2005-09-26, -/games/boxart/full_3288612JapanFrontccc.jpg,Derby Stallion P,PSP,Sports,Enterbrain,ParityBit,,0.1,,0.1,,,2006-07-27, -/games/boxart/full_284481JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10,GC,Sports,Konami,Diamond Head,,0.1,,0.1,,0,2003-07-17, -/games/boxart/full_6967002JapanFrontccc.jpg,Famicom Mini: Mappy,GBA,Platform,Nintendo,Namco,,0.1,,0.09,,0,2004-02-14, -/games/boxart/full_1768836AmericaFrontccc.jpg,Ice Age 2: The Meltdown,XB,Platform,Vivendi Games,Eurocom Entertainment Software,6.8,0.1,0.07,,0.02,0,2006-03-14, -/games/boxart/full_6998329AmericaFrontccc.jpg,Shantae and the Pirate's Curse,3DS,Platform,WayForward Technologies,WayForward Technologies,7.7,0.1,0.05,0.04,,0.01,2016-10-18,2018-01-31 -/games/boxart/full_cubic-ninja_874AmericaFront.jpg,Cubic Ninja,3DS,Platform,Ubisoft,AQ Interactive,5.5,0.1,0.05,,0.04,0.01,2011-06-14, -/games/boxart/1516415ccc.jpg,Piglet's Big Game,PS2,Platform,Gotham Games,Doki Denki,,0.1,0.05,,0.04,0.01,2003-03-19, -/games/boxart/full_1068241AmericaFrontccc.jpg,Lode Runner 3-D,N64,Action,Infogrames,Big Bang,7,0.1,0.08,,0.02,0,1999-01-01, -/games/boxart/full_2611676PALFrontccc.jpg,Accel World vs. Sword Art Online: Millennium Twilight,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.1,,0.06,0.03,0.01,2017-07-07,2018-07-04 -/games/boxart/full_1396716JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2013,PSV,Sports,Konami Digital Entertainment,Konami,,0.1,,0.1,,,2013-10-24,2018-10-27 -/games/boxart/6556092ccc.jpg,Flying Dragon,N64,Fighting,Natsume,Culture Brain,,0.1,0.08,,0.02,0,1998-07-31, -/games/boxart/full_6511716AmericaFrontccc.jpg,Gekido,PS,Fighting,Interplay,NA.P.S. Team SNC,,0.1,0.06,,0.04,0.01,2000-05-18, -/games/boxart/full_3200901AmericaFrontccc.jpg,Guilty Gear Xrd REV 2,PS4,Fighting,Aksys Games,Arc System Works,,0.1,0.04,0.03,0.01,0.01,2017-05-26,2018-08-04 -/games/boxart/full_2161659AmericaFrontccc.jpg,The Seven Deadly Sins: Knights of Britannia,PS4,Fighting,Bandai Namco Entertainment,Natsume Atari,,0.1,0.05,0.02,0.02,0.01,2018-02-09,2018-01-11 -/games/boxart/7770157ccc.jpg,Marvel vs. Capcom: Clash of Super Heroes,DC,Fighting,Capcom,Capcom,8.5,0.1,,0.1,,,1999-10-07, -/games/boxart/full_9693517AmericaFrontccc.jpg,Bleach: Dark Souls (JP sales),DS,Fighting,Sega,"Treasure Co., Ltd.",,0.1,,0.1,,,2008-10-07, -/games/boxart/8596158ccc.jpg,SVC Chaos: SNK vs. Capcom,XB,Fighting,SNK,SNK Corporation,,0.1,0.08,,0.02,0,2004-09-28, -/games/boxart/full_3390303AmericaFrontccc.jpg,The Smurfs 2,WiiU,Platform,Ubisoft,Way Forward,,0.1,0.05,,0.04,0.01,2013-07-23,2018-03-17 -/games/boxart/full_9883755JapanFrontccc.jpg,Initial D: Street Stage,PSP,Racing,Sega,Sega Rosso,,0.1,,0.1,,,2006-02-23, -/games/boxart/full_8889210AmericaFrontccc.jpg,The Walking Dead: Season Two,X360,Adventure,Telltale Games,Telltale Games,,0.1,0.04,,0.05,0.01,2014-10-14,2018-01-06 -/games/boxart/full_happy-feet-two-the-videogame_559AmericaFront.jpg,Happy Feet Two,X360,Adventure,Warner Bros. Interactive,KMM Games,,0.1,0.08,,0.01,0.01,2011-11-08, -/games/boxart/full_icarly-2-ijoin-the-click_0AmericaFront.jpg,iCarly 2: iJoin The Click!,Wii,Adventure,Activision,Blitz Games,,0.1,0.08,,0.01,0.01,2010-11-16, -/games/boxart/full_man-vs-wild_973AmericaFront.jpg,Man vs. Wild,X360,Adventure,Crave Entertainment,Scientifically Proven,,0.1,0.09,,,0.01,2011-04-26, -/games/boxart/full_1178937AmericaFrontccc.jpg,Déraciné,PS4,Adventure,Sony Interactive Entertainment,From Software,,0.1,0.07,0.01,,0.02,2018-11-06,2018-09-11 -/games/boxart/full_9204282JapanFrontccc.jpg,Kiniro no Corda 3,PSP,Adventure,KOEI,Koei,,0.1,,0.1,,,2010-02-25, -/games/boxart/full_7601558AmericaFrontccc.jpg,Touch Detective,DS,Adventure,Atlus,"BeeWorks Co., Ltd.",,0.1,0.06,,0.03,0.01,2006-10-24, -/games/boxart/full_3863658AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,Wii,Action,D3 Publisher,High Voltage Software,,0.1,0.09,,0,0.01,2009-10-20, -/games/boxart/full_3281128AmericaFrontccc.jpg,Resident Evil: Revelations 2,X360,Action,Capcom,Capcom,,0.1,0.07,,0.02,0.01,2015-02-25,2018-04-15 -/games/boxart/full_5061130AmericaFrontccc.jpg,Star Wars: Lethal Alliance,DS,Action,Ubisoft,Ubisoft Casablanca,,0.1,0.08,,0.01,0.01,2006-12-14, -/games/boxart/3606284ccc.jpg,Disney's The Jungle Book,GBA,Platform,Ubisoft,Visual Impact,5,0.1,0.07,,0.03,0,2003-02-11, -/games/boxart/full_7333062AmericaFrontccc.jpg,Over the Hedge,XB,Platform,Activision,Edge of Reality,6.6,0.1,0.07,,0.02,0,2006-05-09, -/games/boxart/full_1069725AmericaFrontccc.jpg,Bujingai: The Forsaken City,PS2,Fighting,BAM! Entertainment,RED Entertainment,,0.1,0.05,,0.04,0.01,2004-07-25, -/games/boxart/full_6816317JapanFrontccc.jpg,Gouketuji Ichizoku 2: Chottodake Saikyou Densetsu,PS,Fighting,Atlus,AI,,0.1,,0.1,,0.01,1995-10-20, -/games/boxart/full_8150295JapanFrontccc.jpg,Zero4 Champ RR-Z,SNES,Racing,Media Rings,Media Rings,,0.1,,0.1,,0,1995-11-25, -/games/boxart/full_8909307JapanFrontccc.png,Sumikko Gurashi: Sumikko Park e Youkoso,NS,Misc,Nippon Columbia,Nippon Columbia,,0.1,,0.1,,,2017-12-07,2018-01-07 -/games/boxart/full_3088634AmericaFrontccc.jpg,Disney Sing It! High School Musical 3: Senior Year,X360,Misc,Disney Interactive Studios,Zoe Mode,,0.1,0.09,,,0.01,2009-02-17, -/games/boxart/full_start-the-party-save-the-world_983PALFront.jpg,Start the Party! Save the World,PS3,Misc,Sony Computer Entertainment,Supermassive Games Ltd.,,0.1,,,0.08,0.02,2011-11-25, -/games/boxart/full_natgeo-challenge-wild-life_2PALFront.jpg,NatGeo Challenge! Wild Life,PS3,Misc,D3 Publisher,Gusto Games,,0.1,0.05,,0.03,0.01,2010-11-09, -/games/boxart/5349800ccc.jpg,Universal Studios Theme Parks Adventure,GC,Misc,Kemco,Kemco,5.1,0.1,0.08,,0.02,0,2001-12-18, -/games/boxart/full_1941889JapanFrontccc.jpg,Nihon Keizai Shinbunsha Kanshuu: Shiranai Mamade wa Son o Suru Mono ya Okane no Shikumi DS,DS,Misc,Nintendo,Nintendo,,0.1,,0.1,,,2009-08-27, -/games/boxart/full_5694372PALFrontccc.jpg,Fifi and the Flowertots,DS,Misc,Avanquest,Avanquest Software,,0.1,,,0.09,0.01,2009-07-17, -/games/boxart/full_who-wants-to-be-a-millionaire_524AmericaFront.jpg,Who Wants to Be A Millionaire?,X360,Misc,Ubisoft,Ubisoft,,0.1,0.09,,,0.01,2011-11-01, -/games/boxart/9240337ccc.jpg,Olympic Summer Games: Atlanta 1996,PS,Sports,Eidos Interactive,Silicon Dreams,,0.1,0.06,,0.04,0.01,1996-07-23, -/games/boxart/full_8233220JapanFrontccc.jpg,Doko Demo Issho,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.1,,0.1,,,2004-12-16, -/games/boxart/full_4072419AmericaFrontccc.png,Karaoke Revolution,PS3,Misc,Konami,Blitz Games,,0.1,0.07,,0.03,0.01,2009-11-24, -/games/boxart/8335049ccc.jpg,Surf's Up,X360,Sports,Ubisoft,Ubisoft Montreal,6.2,0.1,0.09,,0,0.01,2007-05-30, -/games/boxart/full_5220666AmericaFrontccc.jpg,Fantasia: Music Evolved,X360,Music,Disney Interactive Studios,Harmonix Music Systems,,0.1,0.08,,0.01,0.01,2014-10-21,2018-11-24 -/games/boxart/full_6598635AmericaFrontccc.jpg,Let's Sing 2016,PS4,Music,Ravenscourt,Voxler,,0.1,0.08,,,0.02,2015-10-23,2018-04-07 -/games/boxart/full_3367150JapanFrontccc.jpg,Idol Janshi Suchie-Pai Remix,SAT,Misc,Jaleco,Jaleco,,0.1,,0.1,,,1995-09-29, -/games/boxart/full_1367868AmericaFrontccc.jpg,Exhibition Volume 03,XB,Misc,Microsoft,Various,,0.1,0.07,,0.02,0,2003-07-17,2018-09-25 -/games/boxart/full_squinkies-2-adventure-mall-surprize_666AmericaFront.jpg,Squinkies 2: Adventure Mall Surprize!,DS,Platform,Activision,Activision,,0.1,0.09,,,0.01,2011-10-25, -/games/boxart/full_cartoon-network-punch-time-explosion_337AmericaFront.jpg,Cartoon Network: Punch Time Explosion,3DS,Fighting,Crave Entertainment,Papaya Studios,5.6,0.1,0.07,,0.02,0.01,2011-06-02, -/games/boxart/full_2341534AmericaFrontccc.jpg,Dead or Alive 5 Plus,PSV,Fighting,Tecmo Koei,Team Ninja,8,0.1,,0.03,0.06,0.02,2013-03-19,2018-11-20 -/games/boxart/full_2643391AmericaFrontccc.jpg,Street Fighter Collection,PS,Fighting,Capcom,Capcom,,0.1,,0.09,,0.01,1997-11-30, -/games/boxart/full_ultimate-marvel-vs-capcom-3_637AmericaFront.jpg,Ultimate Marvel vs. Capcom 3,PS3,Fighting,Capcom,Capcom,,0.1,,0.04,0.04,0.01,2011-11-15, -/games/boxart/full_4954486AmericaFrontccc.jpg,Supremacy MMA,PSV,Fighting,505 Games,Kung Fu Factory,,0.1,0.02,,0.05,0.02,2012-03-27,2018-11-24 -/games/boxart/full_4394865JapanFrontccc.jpg,Tatsunoko vs. Capcom: Cross Generation of Heroes,Wii,Fighting,Capcom,Eighting,,0.1,,0.1,,,2008-12-11, -/games/boxart/full_1498971AmericaFrontccc.jpg,Draglade,DS,Fighting,Atlus,Dimps Corporation,,0.1,0.09,,0,0.01,2007-12-04, -/games/boxart/534792ccc.jpg,E·O·E: Eve Of Extinction,PS2,Fighting,Eidos Interactive,Yuke's Future Media Creators,,0.1,0.04,0.02,0.03,0.01,2002-02-26, -/games/boxart/full_7310791JapanFrontccc.jpg,Virtual Pro Wrestling,PS,Fighting,Asmik Ace Entertainment,Aki Corporation,,0.1,,0.09,,0.01,1996-09-13, -/games/boxart/full_7746533AmericaFrontccc.jpg,Guilty Gear Isuka,PS2,Fighting,Sammy Corporation,Arc System Works,,0.1,0.05,,0.04,0.01,2004-11-02, -/games/boxart/full_5585426AmericaFrontccc.jpg,Ultimate Muscle - The Kinnikuman Legacy: The Path of the Superhero,GBA,Fighting,Bandai,Banpresto,,0.1,0.05,0.03,0.02,0,2003-06-05, -/games/boxart/default.jpg,Real Bout Garou Densetsu,SAT,Fighting,SNK,SNK Corporation,,0.1,,0.1,,0,1996-09-20, -/games/boxart/full_4568210AmericaFrontccc.jpg,Ultra Street Fighter IV,PS4,Fighting,Sony Computer Entertainment,Capcom,,0.1,,,0.08,0.01,2015-05-26, -/games/boxart/full_4315490AmericaFrontccc.jpg,Dead or Alive 5 Last Round,XOne,Fighting,Tecmo Koei,Team Ninja,7.5,0.1,0.05,0.01,0.03,0.01,2015-02-17,2018-11-20 -/games/boxart/full_7259397AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,3DS,Platform,Namco Bandai Games,Inti Creates,,0.1,0.05,,0.04,0.01,2013-11-05,2018-12-02 -/games/boxart/full_3231178JapanFrontccc.jpg,Momotarou Dentetsu 16,Wii,Misc,Hudson Soft,Hudson Soft,,0.1,,0.1,,,2007-07-19, -/games/boxart/5073712ccc.jpg,UFC: Tapout 2,XB,Fighting,TDK Mediactive,DreamFactory,,0.1,0.08,,0.02,0,2003-03-20, -/games/boxart/full_8417633AmericaFrontccc.jpg,Dragon Ball: Evolution,PSP,Fighting,Namco Bandai,Dimps Corporation,3.4,0.1,0.09,,,0.01,2009-04-08, -/games/boxart/full_5986361JapanFrontccc.jpg,Naruto Shippuuden: Gekitou Ninja Taisen! EX,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.1,,0.1,,,2007-02-22, -/games/boxart/full_2466577AmericaFrontccc.jpg,The King of Fighters: Dream Match 1999,DC,Fighting,SNK,SNK Corporation,7.2,0.1,,0.1,,0,1999-09-30, -/games/boxart/full_2301179AmericaFrontccc.jpg,X-Men: Children of the Atom,PS,Fighting,Capcom,Probe Entertainment Limited,,0.1,0.06,,0.04,0.01,1998-03-03, -/games/boxart/3502045ccc.jpg,Capcom vs. SNK 2 EO,XB,Fighting,Capcom,Capcom,,0.1,0.08,,0.02,0,2003-02-11, -/games/boxart/full_8487144JapanFrontccc.jpg,Kamen Rider: Climax Heroes W,Wii,Fighting,Namco Bandai,Eighting,,0.1,,0.1,,,2009-12-03, -/games/boxart/full_mystery-stories-curse-of-the-ancient-spirits_83AmericaFront.jpg,Mystery Stories: Curse of the Ancient Spirits,DS,Adventure,Unknown,Avanquest Software,,0.1,0.05,,0.04,0.01,2011-06-28, -/games/boxart/full_2177197AmericaFrontccc.jpg,Cate West: The Vanishing Files,DS,Adventure,Destineer,Magellan Interactive,,0.1,0.08,,0.01,0.01,2008-12-15, -/games/boxart/full_national-geographic-challenge_784AmericaFront.jpg,National Geographic Challenge!,Wii,Misc,Ignition Entertainment,Gusto Games,,0.1,0.07,,0.02,0.01,2011-11-23, -/games/boxart/full_9929984JapanFrontccc.jpg,Gundam Breaker,PSV,Misc,Namco Bandai Games,Bandai,,0.1,,0.1,,,2013-10-31,2018-10-27 -/games/boxart/full_3384458AmericaFrontccc.jpg,Alvin and the Chipmunks: The Squeakquel,Wii,Misc,Majesco,ImaginEngine,,0.1,0.09,,0,0.01,2009-12-01, -/games/boxart/1534985ccc.jpg,Brain Quest: Grades 5 & 6,DS,Misc,Electronic Arts,Planet Moon Studios,,0.1,0.1,,,0.01,2008-09-22, -/games/boxart/full_who-wants-to-be-a-millionaire-3rd-edition_7AmericaFront.jpg,Who Wants to Be a Millionaire: 3rd Edition,Wii,Misc,Ubisoft,Ubisoft,,0.1,0.1,,,0.01,2010-10-05, -/games/boxart/full_truth-or-lies_10AmericaFront.jpg,Truth or Lies,Wii,Misc,THQ,Big Ant Studios,,0.1,0.04,,0.05,0.01,2010-09-14, -/games/boxart/full_4272943JapanFrontccc.jpg,Gokuhou!! Mecha Mote Iinchou: MM Town de Miracle Change!,DS,Simulation,Konami,Konami,,0.1,,0.1,,,2009-12-10, -/games/boxart/full_4557954AmericaFrontccc.jpg,Real Farm,XOne,Simulation,Soedesco,Triangle Studios,,0.1,0.08,,,0.01,2017-10-27,2018-08-07 -/games/boxart/full_713058AmericaFrontccc.jpg,Imagine: Reporter,DS,Simulation,Ubisoft,Visual Impact,,0.1,0.08,,0.01,0.01,2010-02-02, -/games/boxart/full_7327132JapanFrontccc.jpg,Machi-Ing Maker 3 x Tousouchuu,PSP,Simulation,D3 Publisher,"Indi Software Co., Ltd.",,0.1,,0.1,,,2010-01-28, -/games/boxart/full_heatseeker_4AmericaFront.jpg,Heatseeker,Wii,Simulation,Codemasters,IR Gurus,5.5,0.1,0.08,,0,0.01,2007-05-01, -/games/boxart/full_1199757AmericaFrontccc.jpg,Tom Clancy's Splinter Cell,GBA,Shooter,Ubisoft,Ubisoft,,0.1,0.07,,0.03,0,2003-04-27, -/games/boxart/full_despicable-me-the-game_0AmericaFront.jpg,Despicable Me: The Game,PS2,Platform,D3 Publisher,Monkey Bar Games,,0.1,0.05,,0.04,0.01,2010-07-06, -/games/boxart/full_4703160AmericaFrontccc.jpg,WireWay,DS,Platform,Konami,Konami,,0.1,0.1,,,0.01,2009-11-03, -/games/boxart/full_6982550AmericaFrontccc.jpg,Attack of the Movies 3D,Wii,Shooter,Majesco,Panic Button Games Inc.,,0.1,0.09,,,0.01,2010-05-18, -/games/boxart/4697815ccc.jpg,Alien Hominid,PS2,Shooter,O~3 Entertainment,The Behemoth,,0.1,0.05,,0.04,0.01,2004-11-21, -/games/boxart/2953896ccc.jpg,Silent Scope Complete,XB,Shooter,Konami,Konami,,0.1,0.07,,0.02,0,2004-02-10, -/games/boxart/5599385ccc.jpg,Tom Clancy's Classic Trilogy,XB,Shooter,Ubisoft,Unknown,,0.1,0.07,,0.02,0,2004-11-16, -/games/boxart/full_3850117AmericaFrontccc.jpg,System Flaw,DS,Shooter,Storm City Games,Visual Impact,,0.1,0.09,,,0.01,2009-10-27, -/games/boxart/full_neverdead_153AmericaFront.jpg,NeverDead,X360,Shooter,Konami,Rebellion Developments,,0.1,0.06,0,0.03,0.01,2012-01-31, -/games/boxart/5493336ccc.jpg,Blast Chamber,PS,Shooter,Activision,Attention To Detail,,0.1,0.05,,0.04,0.01,1996-09-30, -/games/boxart/full_9578244AmericaFrontccc.jpg,Steel Battalion,XB,Simulation,Capcom,"Capcom Production Studio 4 / Nude Maker Co., Ltd.",7.7,0.1,0.05,0.02,0.02,0,2002-11-21, -/games/boxart/full_359978AmericaFrontccc.jpg,Wolfenstein The Two Pack,PS4,Shooter,Bethesda Softworks,MachineGames,,0.1,0.08,,,0.02,2017-08-22,2018-07-04 -/games/boxart/6043701ccc.jpg,Disney's Chicken Little: Ace In Action,Wii,Shooter,Buena Vista,Avalanche Software,7.6,0.1,0.09,,0,0.01,2006-12-11, -/games/boxart/4267396ccc.jpg,Metal Slug 3,XB,Shooter,SNK,SNK Corporation,,0.1,0.08,,0.02,0,2004-05-26, -/games/boxart/8421577ccc.jpg,Reign of Fire,XB,Shooter,BAM! Entertainment,Kuju Entertainment,,0.1,0.07,,0.02,0,2002-10-22, -/games/boxart/full_218869AmericaFrontccc.jpg,Darkest of Days,X360,Shooter,Phantom EFX,8MonkeyLabs,4.6,0.1,0.09,,,0.01,2009-09-08, -/games/boxart/5282812ccc.jpg,Darius Gaiden,SAT,Shooter,Acclaim Entertainment,Aisystem Tokyo,,0.1,,0.1,,,1996-01-01, -/games/boxart/full_7595949JapanFrontccc.jpg,Choujikuu Yousai Macross: Ai Oboete Imasu ka,SAT,Shooter,Bandai,Emotion,,0.1,,0.1,,,1997-06-06, -/games/boxart/full_565792AmericaFrontccc.jpg,The History Channel: Civil War - Secret Missions,PS3,Shooter,Activision,Cauldron Ltd.,,0.1,0.09,,,0.01,2008-11-04, -/games/boxart/full_4756941JapanFrontccc.jpg,All Kamen Rider: Rider Generation 2,DS,Fighting,Namco Bandai Games,Bandai Namco Games,,0.1,,0.1,,,2012-08-02,2018-11-23 -/games/boxart/full_mindjack_764AmericaFront.jpg,MindJack,X360,Shooter,Square Enix,FeelPlus,4.5,0.1,0.07,,0.02,0.01,2011-01-18, -/games/boxart/full_3314309AmericaFrontccc.jpg,Yooka-Laylee,XOne,Platform,Sold Out,Playtonic Games,,0.1,0.05,,0.04,0.01,2017-04-11,2018-05-31 -/games/boxart/9906673ccc.jpg,Ballistic: Ecks vs. Sever,GBA,Shooter,BAM! Entertainment,Crawfish Interactive,7.3,0.1,0.07,,0.03,0,2002-09-14, -/games/boxart/5391661ccc.jpg,"Blast Works: Build, Trade, Destroy",Wii,Shooter,Majesco,BudCat Creations,8.2,0.1,0.09,,0,0.01,2008-06-11, -/games/boxart/full_2412514AmericaFrontccc.jpg,Battlefield V,PC,Shooter,Electronic Arts,EA DICE,,0.1,,,0.09,0.01,2018-11-20,2018-12-19 -/games/boxart/9016985ccc.gif,Medal of Honor: Vanguard,Wii,Shooter,Electronic Arts,EA Los Angeles,,0.1,0.06,,0.03,0.01,2007-03-26, -/games/boxart/7784606ccc.jpg,Bullet Witch,X360,Shooter,Atari,Cavia Inc.,6.6,0.1,0.07,0.02,0.01,0.01,2007-02-27, -/games/boxart/full_1429775AmericaFrontccc.jpg,Zone of the Enders: The 2nd Runner MARS,PS4,Simulation,Konami,Cygames,,0.1,0.05,0.03,0.01,0.01,2018-09-04,2018-09-26 -/games/boxart/full_8305281AmericaFrontccc.jpg,Dreamer Series: Top Model,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.1,0.1,,,0.01,2009-09-28, -/games/boxart/full_9311462AmericaFrontccc.jpg,Slime Rancher,PS4,Simulation,Skybound Games,Monomi Park,,0.1,0.08,,,0.02,2018-09-04,2018-08-07 -/games/boxart/full_1020143JapanFrontccc.jpg,Kirarin * Revolution: Tsukutte Misechao! Kime * Kira Stage,DS,Simulation,Konami,Konami,,0.1,,0.1,,,2007-12-13, -/games/boxart/full_americas-next-top-model_3AmericaFront.jpg,America's Next Top Model,DS,Simulation,Conspiracy Entertainment,Independent Arts Software,,0.1,0.1,,0,0.01,2010-06-01, -/games/boxart/1823795ccc.jpg,Pajama Sam: Don't Fear the Dark,Wii,Adventure,Majesco,Mistic Studios,,0.1,0.09,,,0.01,2008-08-26, -/games/boxart/full_8990414JapanFrontccc.jpg,Higurashi no Nakukoru ni Kizuna: Dai-Ni-Kan - Sou,DS,Adventure,Alchemist,Alchemist,,0.1,,0.1,,,2008-11-27, -/games/boxart/full_6970173AmericaFrontccc.jpg,Flushed Away,DS,Platform,D3 Publisher,Art,,0.1,0.09,,0,0.01,2006-10-24, -/games/boxart/full_9906330AmericaFrontccc.jpg,Stardew Valley,PS4,Simulation,505 Games,ConcernedApe,8.8,0.1,0.04,,0.04,0.02,2017-04-11,2019-02-11 -/games/boxart/9475659ccc.jpg,Dropship: United Peace Force,PS2,Simulation,BAM! Entertainment,Psygnosis Camden Studio,,0.1,0.05,,0.04,0.01,2002-05-29, -/games/boxart/8903267ccc.jpg,Brooktown High: Senior Year,PSP,Simulation,Konami,Backbone Entertainment,,0.1,0.09,,,0.01,2007-05-22, -/games/boxart/full_8347592AmericaFrontccc.jpg,Top Gun: Combat Zones,GBA,Simulation,Mastiff,Titus Software,,0.1,0.07,,0.03,0,2004-12-01, -/games/boxart/full_2212799AmericaFrontccc.jpg,Help Wanted: 50 Wacky Jobs,Wii,Simulation,Hudson Soft,Hudson Soft,,0.1,0.06,,0.03,0.01,2009-05-12, -/games/boxart/full_8772288AmericaFrontccc.jpg,My Healthy Cooking Coach,DS,Simulation,Ubisoft,Ubisoft,,0.1,0.09,,,0.01,2009-06-23, -/games/boxart/full_8077135AmericaFrontccc.jpg,3D Tank Warfare Simulator Panzer Front,PS,Simulation,Agetec,Enterbrain,,0.1,0.06,,0.04,0.01,2001-09-10, -/games/boxart/full_5222804JapanFrontccc.jpg,Kabushiki Baibai Trainer: Kabutore!,DS,Simulation,Konami,Kojima Productions,,0.1,,0.1,,,2006-12-14, -/games/boxart/full_6784258JapanFrontccc.jpg,"Sakura Wars 2: Kimi, Shinitamou koto Nakare",DC,Adventure,Sega,Overworks,,0.1,,0.1,,0,2000-09-21, -/games/boxart/full_4682250JapanFrontccc.jpg,Lucky * Star: Ryouou Gakuen Outousai,PS2,Adventure,Kadokawa Shoten,Type-Moon,,0.1,,0.1,,,2008-01-24, -/games/boxart/7372675ccc.jpg,Beyond Good & Evil,XB,Adventure,Ubisoft,Ubisoft Montpellier,,0.1,0.08,,0.02,0,2003-12-02, -/games/boxart/full_toaru-majutsu-no-kinsho-mokuroku_634JapanFront.jpg,Toaru Majutsu no Index,PSP,Adventure,Kadokawa Shoten,ASCII Media Works,,0.1,,0.1,,,2011-01-27, -/games/boxart/full_hakuoki-demon-of-the-fleeting-blossom_77AmericaFront.png,Hakuoki: Demon of the Fleeting Blossom,PSP,Adventure,Aksys Games,Idea Factory,,0.1,0.08,,,0.01,2012-02-14, -/games/boxart/full_emergency-2012_241AmericaFront.jpg,Emergency 2012,PC,Simulation,THQ,Quadriga Games,,0.1,0.04,,0.05,0.01,2011-01-05, -/games/boxart/full_3983627AmericaFrontccc.jpg,Paws & Claws: Pet Vet,Wii,Simulation,THQ,ValuSoft,,0.1,0.09,,,0.01,2009-08-18, -/games/boxart/full_9432783AmericaFrontccc.jpg,Hyperdimension Idol Neptunia PP,PSV,Simulation,Namco Bandai Games,Idea Factory,,0.1,0.02,0.04,0.02,0.01,2014-06-03,2018-06-22 -/games/boxart/full_doras-cooking-club_555AmericaFront.jpg,Dora's Cooking Club,DS,Misc,2K Play,2K Play,,0.1,0.08,,0.01,0.01,2010-10-26, -/games/boxart/full_michael-jackson-the-experience_687AmericaFront.jpg,Michael Jackson The Experience HD,PSV,Misc,Ubisoft,Longtail Studios,,0.1,0.04,,0.04,0.02,2012-02-14, -/games/boxart/full_8235803AmericaFrontccc.jpg,Monkey Mischief! Party Time,Wii,Misc,Activision,Activision,,0.1,0.09,,0,0.01,2008-11-18, -/games/boxart/full_7150823AmericaFrontccc.jpg,Rolling Stone: Drum King,Wii,Misc,505 Games,Del,,0.1,0.09,,0,0.01,2009-05-26, -/games/boxart/full_rio_223AmericaFront.jpg,Rio,X360,Misc,THQ,TBA,,0.1,0.05,,0.03,0.01,2011-04-12, -/games/boxart/full_9409853AmericaFrontccc.jpg,Beach Spikers: Virtua Beach Volleyball,GC,Sports,Sega,Sega-AM2,7.1,0.1,0.08,,0.02,0,2002-08-12, -/games/boxart/full_5549268AmericaFrontccc.jpg,Myst,DS,Adventure,Empire Interactive,Hopelite Research,,0.1,0.09,,0,0.01,2008-05-13, -/games/boxart/9406018ccc.jpg,Indigo Prophecy,XB,Adventure,Atari,Quantic Dream,,0.1,0.07,,0.03,0,2005-09-26, -/games/boxart/full_lord-of-apocalypse_200JapanFront.jpg,Lord of Apocalypse,PSP,Role-Playing,Square Enix,Access Games,,0.1,,0.1,,,2011-12-17, -/games/boxart/full_468852AmericaFrontccc.jpg,Blue Dragon: Awakened Shadow,DS,Role-Playing,D3 Publisher,Mistwalker Corporation / tri-Crescendo / Bird Studio,5.7,0.1,0.06,0.03,0,0,2010-05-18, -/games/boxart/243901ccc.jpg,Shining Force EXA,PS2,Role-Playing,Sega,Neverland,,0.1,,0.1,,,2007-03-20, -/games/boxart/full_4909982AmericaFrontccc.jpg,Shadow Tower,PS,Role-Playing,Agetec,From Software,5.7,0.1,0.01,0.07,0.01,0.01,1999-10-31, -/games/boxart/full_7956627AmericaFrontccc.jpg,Luminous Arc 2 (JP sales),DS,Role-Playing,Atlus,imageepoch Inc.,,0.1,,0.1,,,2008-11-18, -/games/boxart/full_1032715AmericaFrontccc.jpg,Persona Q2: New Cinema Labyrinth,3DS,Role-Playing,Atlus,Atlus,,0.1,,0.1,,,2019-06-04,2019-02-07 -/games/boxart/full_the-legend-of-heroes-trails-in-the-sky_967AmericaFront.jpg,The Legend of Heroes: Trails in the Sky,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.1,0.1,0.06,0.03,0,,2011-03-29, -/games/boxart/7418721ccc.jpg,Ar tonelico: Melody of Elemia,PS2,Role-Playing,Nippon Ichi Software,Gust,7,0.1,,0.1,,,2007-02-06, -/games/boxart/3973450ccc.jpg,Aidyn Chronicles: The First Mage,N64,Role-Playing,THQ,H2O Interactive,6,0.1,0.08,,0.02,0,2001-03-14, -/games/boxart/full_5802881AmericaFrontccc.jpg,King's Field: The Ancient City,PS2,Role-Playing,Agetec,From Software,,0.1,0.05,,0.04,0.01,2002-03-25, -/games/boxart/full_6362785AmericaFrontccc.jpg,Odin Sphere: Leifthrasir,PS3,Role-Playing,Atlus,Vanillaware,,0.1,0.03,0.04,0.02,0.01,2016-06-07, -/games/boxart/full_8576053AmericaFrontccc.jpg,Divinity: Original Sin,XOne,Role-Playing,Focus Home Interactive,Larian Studios,,0.1,0.06,,0.03,0.01,2015-10-27, -/games/boxart/full_1738874JapanFrontccc.jpg,Crime Crackers,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,,0.1,,0.09,,0.01,1994-12-03, -/games/boxart/3810451ccc.jpg,Contact,DS,Role-Playing,Atlus,Grasshopper Manufacture,,0.1,0.07,0.03,0,0.01,2006-10-19, -/games/boxart/full_4581997AmericaFrontccc.jpg,Riviera: The Promised Land,GBA,Role-Playing,Atlus,Sting,8.7,0.1,0.07,,0.03,0,2005-06-28, -/games/boxart/full_5489243AmericaFrontccc.jpg,Opoona,Wii,Role-Playing,KOEI,ArtePiazza,6.4,0.1,0.08,0.01,0,0.01,2008-03-25, -/games/boxart/full_7541216JapanFrontccc.jpg,Power Pocket Koushien,DS,Sports,Konami,PawaPuro Production,,0.1,,0.1,,,2005-08-04, -/games/boxart/full_1005696AmericaFrontccc.jpg,Dungeons & Dragons Tactics,PSP,Strategy,Atari,Kuju Entertainment,5.2,0.1,0.09,,0,0.01,2007-08-14, -/games/boxart/full_1523770JapanFrontccc.jpg,Culdcept DS,DS,Strategy,Sega,OmiyaSoft,,0.1,,0.1,,,2008-10-16, -/games/boxart/full_weiss-schwarz-portable_181JapanFront.jpg,Weiss Schwarz Portable,PSP,Strategy,Namco Bandai,Namco Bandai Games,,0.1,,0.1,,,2011-11-23, -/games/boxart/full_record-of-agarest-war-zero_91AmericaFront.jpg,Record of Agarest War Zero,X360,Strategy,Aksys Games,Compile Heart,6.5,0.1,0.09,,,0.01,2011-06-14, -/games/boxart/full_2328053AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War II - Chaos Rising",PC,Strategy,THQ,Relic,8.6,0.1,0.08,,0.01,0.01,2010-03-11, -/games/boxart/full_8085486AmericaFrontccc.jpg,SNK vs. Capcom Card Fighters DS,DS,Strategy,SNK Playmore,SNK Playmore Corporation,,0.1,0.09,,,0.01,2007-04-24, -/games/boxart/819873ccc.jpg,The Bard's Tale,XB,Role-Playing,inXile Entertainment,InXile Entertainment,,0.1,0.08,,0.02,0,2004-10-26, -/games/boxart/full_4897186AmericaFrontccc.jpg,The Ant Bully,PS2,Platform,Midway Games,Artificial Mind and Movement,,0.1,0.05,,0.04,0.01,2006-07-24, -/games/boxart/full_5083712JapanFrontccc.jpg,Kirarin * Revolution: Mezase! Idol Queen,DS,Simulation,Konami,Konami,,0.1,,0.1,,,2007-07-12, -/games/boxart/full_8221555AmericaFrontccc.jpg,SimAnimals Africa,DS,Simulation,Electronic Arts,The Sims Studio,,0.1,0.08,,0.02,0.01,2009-10-27, -/games/boxart/full_4248967AmericaFrontccc.jpg,The Smurfs 2,Wii,Platform,Ubisoft,Way Forward,,0.1,,,0.1,0.01,2013-07-23,2018-03-17 -/games/boxart/7866850ccc.jpg,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,PS2,Platform,Global Star Software,High Voltage Software,,0.1,0.05,,0.04,0.01,2005-10-11, -/games/boxart/5876108ccc.jpg,Disney's Donald Duck: Goin' Quackers,N64,Platform,Ubisoft,Disney Interactive Studios,,0.1,0.08,,0.02,0,2000-12-20, -/games/boxart/full_7619286AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,X360,Platform,Namco Bandai Games,Monkey Bar Games,,0.1,0.05,,0.04,0.01,2014-10-14,2018-11-16 -/games/boxart/full_6378259AmericaFrontccc.jpg,Vexx,XB,Platform,Acclaim Entertainment,Acclaim Studios Austin,6.8,0.1,0.08,,0.02,0,2003-02-10, -/games/boxart/full_9294151JapanFrontccc.jpg,Uta no Prince-Sama: Debut,PSP,Visual Novel,Broccoli,Nippon Ichi Software,,0.09,,0.09,,,2012-05-24,2018-11-29 -/games/boxart/full_4401309AmericaFrontccc.jpg,Trivial Pursuit unhinged,XB,Misc,Atari,Artech Studios,,0.09,0.07,,0.02,0,2004-03-24, -/games/boxart/full_9201675AmericaFrontccc.jpg,Attack on Titan 2,XOne,Action,Koei Tecmo,Omega Force,7,0.09,0.08,,,0.01,2018-03-20,2018-03-30 -/games/boxart/full_1760526AmericaFrontccc.jpg,Mystic Heroes,GC,Action,KOEI,Koei,6.8,0.09,0.03,0.04,0.01,0,2002-09-30, -/games/boxart/full_9046897AmericaFrontccc.jpg,Viewtiful Joe: Red Hot Rumble,PSP,Action,Capcom,Clover Studio,,0.09,0.08,,0,0.01,2006-03-22, -/games/boxart/full_7012024JapanFrontccc.jpg,Kenka Banchou 2: Full Throttle,PS2,Action,Spike,YSK,,0.09,,0.09,,,2007-03-08, -/games/boxart/8242653ccc.jpg,World Championship Poker 2: Featuring Howard Lederer,XB,Misc,Crave Entertainment,Point of View,,0.09,0.07,,0.02,0,2005-11-03, -/games/boxart/default.jpg,Learn Chess,DS,Misc,DreamCatcher Interactive,Dreamcatcher,,0.09,0.09,,,0.01,2009-12-27, -/games/boxart/full_9097838JapanFrontccc.jpg,Uta no Prince-Sama: All Star After Secret,PSP,Action,Broccoli,Unknown,,0.09,,0.09,,,2015-03-12, -/games/boxart/full_14229JapanFrontccc.jpg,Sengoku Basara 4: Sumeragi,PS3,Action,Capcom,Unknown,,0.09,,0.09,,,2015-07-23, -/games/boxart/full_2247231AmericaFrontccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,GC,Action,Activision,Krome Studios,6.2,0.09,0.07,,0.02,0,2005-10-12, -/games/boxart/full_6338419AmericaFrontccc.jpg,Bionicle,GBA,Action,THQ,Mobius Entertainment,,0.09,0.06,,0.02,0,2003-09-10, -/games/boxart/full_6304412AmericaFrontccc.jpg,Jumper: Griffin's Story,Wii,Action,Brash Entertainment,Collision Studios,,0.09,0.08,,0,0.01,2008-02-12, -/games/boxart/full_4894590AmericaFrontccc.jpg,Lara Croft and the Temple of Osiris,PS4,Action,Square Enix,Crystal Dynamics,,0.09,,,0.07,0.01,2014-12-09,2018-07-30 -/games/boxart/full_3465458AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,GBA,Action,LucasArts,Amaze Entertainment,6,0.09,0.06,,0.02,0,2006-09-12, -/games/boxart/full_dance-on-broadway_659AmericaFront.jpg,Dance on Broadway,PS3,Misc,Ubisoft,Longtail Studios,,0.09,0.05,,0.03,0.01,2011-03-15, -/games/boxart/full_8779169AmericaFrontccc.jpg,Dora the Explorer: Dora Saves the Crystal Kingdom,PS2,Misc,2K Play,Take-Two Interactive,,0.09,0.05,,0.04,0.01,2009-11-09, -/games/boxart/full_jasf-janes-advanced-strike-fighters_917AmericaFront.jpg,JASF: Jane's Advanced Strike Fighters,X360,Simulation,Unknown,Trickstar Games,,0.09,0.06,,0.02,0.01,2011-10-21, -/games/boxart/full_9805993JapanFrontccc.jpg,Ochaken no Heya DS 2,DS,Simulation,MTO,MTO,,0.09,,0.09,,,2007-01-18, -/games/boxart/full_3913919AmericaFrontccc.jpg,Train Sim World,PS4,Simulation,Maximum Games,Dovetail Games,,0.09,0.05,,0.03,0.02,2018-07-24,2018-06-08 -/games/boxart/full_2334954AmericaFrontccc.jpg,The Wolf Among Us,PS3,Adventure,Telltale Games,Telltale Games,,0.09,0.05,,0.02,0.02,2014-11-04,2018-05-20 -/games/boxart/full_back-to-the-future-the-game_704AmericaFront.jpg,Back to the Future: The Game,PS3,Adventure,Telltale Games,Telltale Games,,0.09,0.07,,0.01,0.01,2011-10-25,2018-04-23 -/games/boxart/full_3683137AmericaFrontccc.jpg,Obscure: The Aftermath,PSP,Adventure,Playlogic Game Factory,Hydravision Entertainment,6.5,0.09,0.05,,0.03,0.01,2009-09-29, -/games/boxart/full_4441286PALFrontccc.jpg,The Wolf Among Us,XOne,Adventure,Telltale Games,Telltale Games,,0.09,0.06,,0.02,0.01,2014-11-04, -/games/boxart/full_3901610AmericaFrontccc.jpg,The Mummy: Tomb of the Dragon Emperor,DS,Adventure,Sierra Entertainment,Artificial Mind and Movement,,0.09,0.08,,0,0.01,2008-07-22, -/games/boxart/full_2024072AmericaFrontccc.jpg,The Mummy: Tomb of the Dragon Emperor,Wii,Adventure,Sierra Entertainment,Eurocom Entertainment Software,,0.09,0.08,,0,0.01,2008-07-22, -/games/boxart/5985824ccc.jpg,Agatha Christie: Evil Under the Sun,Wii,Adventure,The Adventure Company,AWE Games,,0.09,0.06,,0.02,0.01,2008-11-19, -/games/boxart/full_photokano_62JapanFront.jpg,PhotoKano,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.09,,0.09,,,2012-02-02, -/games/boxart/8854167ccc.gif,Scooby-Doo! Who's Watching Who?,DS,Adventure,THQ,THQ,,0.09,0.08,,0.01,0.01,2006-10-16, -/games/boxart/full_2658320JapanFrontccc.jpg,Sound Novel Machi,SAT,Adventure,ChunSoft,ChunSoft,,0.09,,0.09,,0,1998-01-22, -/games/boxart/full_8615140AmericaFrontccc.jpg,The Daring Game for Girls,Wii,Adventure,Majesco,WXP,,0.09,0.09,,,0.01,2010-03-09, -/games/boxart/full_2466594AmericaFrontccc.jpg,The Revenge of Shinobi,GBA,Platform,THQ,3d6 Games,,0.09,0.07,,0.02,0,2002-11-19, -/games/boxart/9323608ccc.gif,Tak: The Great Juju Challenge,DS,Platform,THQ,Avalanche Software,,0.09,0.09,,,0.01,2005-09-19, -/games/boxart/4030241ccc.jpg,Disney's The Haunted Mansion,XB,Platform,TDK Mediactive,High Voltage Software,,0.09,0.07,,0.02,0,2003-10-14, -/games/boxart/full_4832141JapanFrontccc.jpg,Doraemon: Nobita to Midori no Kyojinden DS,DS,Platform,Sega,Inti Creates,,0.09,,0.09,,,2008-03-06, -/games/boxart/full_9651672AmericaFrontccc.jpg,Castlevania Dracula X,SNES,Platform,Konami,Konami,,0.09,0.03,0.05,0.01,,1995-09-01, -/games/boxart/full_3134763AmericaFrontccc.jpg,Shockwave Assault,PS,Simulation,Crystal Dynamics,Paradox Development,,0.09,0.05,,0.04,0.01,1995-12-05, -/games/boxart/full_9590806AmericaFrontccc.jpg,Bogey: Dead 6,PS,Simulation,Sony Computer Entertainment,Pegasus Japan,,0.09,0.05,,0.04,0.01,1996-08-06, -/games/boxart/full_i-love-puppies_9AmericaFront.jpg,I Love Puppies,DS,Simulation,Destineer,LvivMedia,,0.09,0.09,,,0.01,2010-10-18, -/games/boxart/full_1272246AmericaFrontccc.jpg,American Truck Simulator,PC,Simulation,SCS Software,SCS Software,,0.09,,,0.09,0.01,2016-02-02,2018-11-29 -/games/boxart/1804765ccc.jpg,Karaoke Revolution Presents American Idol Encore,PS3,Misc,Konami,Blitz Games,,0.09,0.08,,,0.01,2008-03-18, -/games/boxart/full_5265744AmericaFrontccc.jpg,The Suffering: Ties That Bind,XB,Action,Midway Games,Surreal Software,,0.09,0.07,,0.02,0,2005-09-26, -/games/boxart/full_rock-band-3_2AmericaFront.jpg,Rock Band 3,DS,Misc,MTV Games,Harmonix Music Systems,8.5,0.09,0.07,,0.01,0.01,2010-10-26, -/games/boxart/full_2356453AmericaFrontccc.jpg,Family GameShow,Wii,Misc,Storm City Games,Zushi Games Ltd,,0.09,0.08,,0,0.01,2010-05-04, -/games/boxart/full_rock-band-country-track-pack-2_285AmericaFront.jpg,Rock Band Country Track Pack 2,Wii,Misc,MTV Games,Harmonix Music Systems,,0.09,0.08,,,0.01,2011-02-01, -/games/boxart/3131320ccc.jpg,Red Bull BC One,DS,Misc,Ignition Entertainment,Playlogic Game Factory,,0.09,0.08,,,0.01,2008-09-16, -/games/boxart/full_doras-big-birthday-adventure_7AmericaFront.jpg,Dora's Big Birthday Adventure,DS,Misc,2K Play,"Black Lantern Studios, Inc.",,0.09,0.08,,0.01,0.01,2010-08-03, -/games/boxart/full_4889336AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol Encore 2,X360,Misc,Konami,Blitz Games,,0.09,0.08,,,0.01,2008-11-18, -/games/boxart/full_hakuouki-zuisouroku-portable_2JapanFront.jpg,Hakuouki: Zuisouroku Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.09,,0.09,,,2010-08-26, -/games/boxart/full_6435485JapanFrontccc.jpg,L: the proLogue to DEATH NOTE - Rasen no Wana,DS,Adventure,Konami,Konami,,0.09,,0.09,,,2008-02-07, -/games/boxart/full_1502686AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,X360,Adventure,Ubisoft,Ubisoft Shanghai,6.7,0.09,0.07,,0,0.01,2009-09-15, -/games/boxart/full_1310963JapanFrontccc.png,The Seven Deadly Sins: Unjust Sin,3DS,Adventure,Namco Bandai Games,Namco Bandai Games,,0.09,,0.09,,,2015-02-11,2018-07-26 -/games/boxart/full_3321968JapanFrontccc.jpg,Blood: The Last Vampire (Joukan),PS2,Adventure,Sony Computer Entertainment,Sugar & Rockets,,0.09,,0.09,,,2000-12-21, -/games/boxart/full_8488396AmericaFrontccc.png,Life Is Strange: Before the Storm,XOne,Adventure,Square Enix,Deck Nine,,0.09,0.07,,0,0.01,2018-03-06,2018-07-09 -/games/boxart/full_8518714JapanFrontccc.jpg,Million God,PS2,Misc,Nippon Amuse,Nippon Amuse,,0.09,,0.09,,,2002-12-26, -/games/boxart/4946421ccc.jpg,1 vs. 100,DS,Misc,DSI Games,ECI,,0.09,0.08,,,0.01,2008-06-30, -/games/boxart/full_7398837AmericaFrontccc.jpg,Thomas & Friends: Hero of the Rails,DS,Misc,Majesco,Barnstorm Games,,0.09,0,,0.07,0.01,2010-06-29, -/games/boxart/full_4778401PALFrontccc.jpg,Great Party Games,Wii,Misc,O-Games,TBD,,0.09,,,0.08,0.01,2010-06-11, -/games/boxart/full_1176670JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 4 America,DS,Misc,Nintendo,TOSE,,0.09,,0.09,,,2006-04-27, -/games/boxart/full_6240907AmericaFrontccc.jpg,Crash Boom Bang!,DS,Misc,Sierra Entertainment,Dimps Corporation,,0.09,0.07,,0.01,0.01,2006-10-10, -/games/boxart/full_8751096JapanFrontccc.jpg,Mahjong Master,N64,Misc,Konami,Konami Computer Entertainment Osaka,,0.09,,0.09,,,1996-12-20, -/games/boxart/full_pachitte-chonmage-tatsujin-10-pachinko-fuyu-no-sonata_1JapanFront.jpg,Pachitte Chonmage Tatsujin 10: Pachinko Fuyu no Sonata,PS2,Misc,Hackberry,Hack Berry,,0.09,,0.09,,,2007-01-25, -/games/boxart/full_pillow-pets_275AmericaFront.jpg,Pillow Pets,DS,Adventure,GameMill,GameMill Publishing,,0.09,0.08,,,0.01,2011-10-11, -/games/boxart/full_9353805AmericaFrontccc.jpg,Data East Arcade Classics,Wii,Misc,Majesco,G1M2,5,0.09,0.08,,,0.01,2010-02-16, -/games/boxart/full_372459AmericaFrontccc.jpg,My Make-Up,DS,Misc,O-Games,Oxygen Interactive,,0.09,0.08,,0,0.01,2009-08-18, -/games/boxart/full_5372126AmericaFrontccc.jpg,Walt Disney's The Jungle Book: Rhythm N'Groove,PS,Misc,Ubisoft,Ubisoft,,0.09,0.05,,0.03,0.01,2000-12-08, -/games/boxart/full_5292402AmericaFrontccc.jpg,LEGO Batman: The Videogame,PC,Adventure,Warner Bros. Interactive,Traveller's Tales,7.4,0.09,0.04,,0.03,0.01,2008-09-23, -/games/boxart/full_3169397AmericaFrontccc.jpg,Super Street Fighter II Turbo,3DO,Fighting,Panasonic Interactive Media,Capcom,,0.09,,0.09,,,1994-01-01, -/games/boxart/full_633490AmericaFrontccc.jpg,Persona 4 Arena Ultimax,X360,Fighting,Atlus,Arc System Works,,0.09,0.07,,0.01,0.01,2014-09-30,2018-01-11 -/games/boxart/full_1433670AmericaFrontccc.jpg,Tunnel B1,PS,Shooter,Acclaim Entertainment,Neon,,0.09,0.05,,0.03,0.01,1996-10-31, -/games/boxart/full_3728472AmericaFrontccc.jpg,Raven Squad: Operation Hidden Dagger,X360,Shooter,Evolved Games,Atomic Motion,,0.09,0.08,,0.01,0.01,2009-08-25, -/games/boxart/full_5944145AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,XOne,Shooter,Gearbox Software,Gearbox Software,,0.09,0.08,,,0.01,2016-10-18,2018-11-23 -/games/boxart/full_5813557AmericaFrontccc.jpg,Space Invaders Extreme,PSP,Shooter,Square Enix,"GULTI co.,ltd.",8.2,0.09,0.06,0.01,0.02,0.01,2008-06-17, -/games/boxart/7874078ccc.jpg,Alien Hominid,GC,Shooter,O3 Entertainment,The Behemoth,8.3,0.09,0.07,,0.02,0,2004-11-23, -/games/boxart/1173839ccc.gif,Halo 2,PC,Shooter,Microsoft Game Studios,Hired Gun,6.9,0.09,0.01,,0.06,0.01,2007-05-31, -/games/boxart/full_1974341JapanFrontccc.jpg,Resident Evil Chronicles HD,PS3,Shooter,Capcom,Capcom,,0.09,,0.09,,,2012-06-28,2018-11-29 -/games/boxart/full_9156218AmericaFrontccc.jpg,Ikaruga,GC,Shooter,Atari,"Treasure Co., Ltd.",8,0.09,0.07,,0.02,0,2003-04-15, -/games/boxart/full_556780AmericaFrontccc.jpg,F.E.A.R. 2: Project Origin,PC,Shooter,Warner Bros. Interactive,Monolith Productions,8.2,0.09,0.04,,0.05,0.01,2009-02-10, -/games/boxart/2853153ccc.jpg,Space Chimps,Wii,Platform,Brash Entertainment,Red Tribe,,0.09,0.08,,0,0.01,2008-07-15, -/games/boxart/4487937ccc.jpg,Clockwork Knight,SAT,Platform,Sega,Sega-AM7,,0.09,,0.09,,0,1995-05-11, -/games/boxart/9724596ccc.jpg,Pac-Man World 3,GC,Platform,Namco,Blitz Games,,0.09,0.07,,0.02,0,2005-11-17, -/games/boxart/full_2803916AmericaFrontccc.jpg,Galactic Taz Ball,DS,Platform,Warner Bros. Interactive,WayForward Technologies,,0.09,0.09,,0,0.01,2010-08-10, -/games/boxart/full_231855AmericaFrontccc.jpg,The Smurfs 2,PS3,Platform,Ubisoft,Way Forward,,0.09,0.02,,0.06,0.01,2013-07-23,2018-03-17 -/games/boxart/6074498ccc.jpg,Scaler,PS2,Platform,Global Star Software,Artificial Mind & Movement,,0.09,0.05,,0.04,0.01,2004-10-21, -/games/boxart/5659200ccc.jpg,I-Ninja,GC,Platform,Namco,Argonaut Games,7.2,0.09,0.07,,0.02,0,2003-12-04, -/games/boxart/full_4218866AmericaFrontccc.jpg,Dragon Tales: Dragon Seek,PS,Platform,NewKidCo,Zed Two Limited,,0.09,0.05,,0.03,0.01,2000-11-29, -/games/boxart/full_3819665AmericaFrontccc.jpg,2-in-1 Game Pack: Spider-Man & Spider-Man 2,GBA,Platform,Activision,Digital Eclipse,,0.09,0.06,,0.02,0,2005-08-01, -/games/boxart/1361435ccc.gif,Scooby-Doo! Unmasked,DS,Platform,THQ,Artificial Mind and Movement,,0.09,0.07,,0.01,0.01,2005-10-18, -/games/boxart/6164267ccc.jpg,El Tigre: The Adventures of Manny Rivera,DS,Platform,THQ,Blue Tongue Entertainment,,0.09,0.08,,,0.01,2007-10-29, -/games/boxart/3961687ccc.jpg,The Ant Bully,Wii,Platform,Midway Games,Artificial Mind and Movement,,0.09,0.08,,0,0.01,2006-12-05, -/games/boxart/6112851ccc.gif,Ultimate Mortal Kombat,DS,Fighting,Midway Games,Other Ocean Interactive,7.3,0.09,0.07,,0.01,0.01,2007-11-12, -/games/boxart/full_dragon-ball-kai-ultimate-butouden_210JapanFront.jpg,Dragon Ball Kai: Ultimate Butouden,DS,Fighting,Namco Bandai,Namco Bandai Games,,0.09,,0.09,,,2011-02-03, -/games/boxart/full_8803183JapanFrontccc.jpg,Dragon Ball Z: Shin Butouden,SAT,Fighting,Bandai,Bandai,,0.09,,0.09,,0,1995-11-17, -/games/boxart/full_8520585JapanFrontccc.jpg,Bleach: Heat the Soul 6,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.09,,0.09,,,2009-05-14, -/games/boxart/full_blazblue-continuum-shift-extend_457AmericaFront.jpg,BlazBlue: Continuum Shift EXTEND,PS3,Fighting,Aksys Games,Arc System Works,,0.09,,0.09,0,0,2012-02-14,2019-04-08 -/games/boxart/full_777844AmericaFrontccc.jpg,Digimon Rumble Arena 2,PS2,Fighting,Bandai,Black Ship Games,,0.09,0.05,,0.04,0.01,2004-09-03, -/games/boxart/5650309ccc.jpg,Rocky,GC,Fighting,Ubisoft,Steel Monkeys,7,0.09,0.07,,0.02,0,2002-11-17, -/games/boxart/full_1661357JapanFrontccc.jpg,Bleach: Heat the Soul,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.09,,0.09,,,2005-03-24, -/games/boxart/full_4050893AmericaFrontccc.jpg,Samurai Shodown Anthology,PSP,Fighting,SNK Playmore,SNK Playmore Corporation,,0.09,0.08,,0,0.01,2009-03-24, -/games/boxart/1946120ccc.jpg,Bloody Roar 4,PS2,Fighting,Hudson Soft,Eighting/Raizing,,0.09,0.05,,0.04,0.01,2003-11-11, -/games/boxart/full_7931775PALFrontccc.jpg,Digimon All-Star Rumble,PS3,Fighting,Namco Bandai Games,PROPE,,0.09,0.06,,0.02,0.02,2014-11-11, -/games/boxart/full_4290053JapanFrontccc.jpg,Saikyou Habu Shogi,N64,Misc,Seta Corporation,Seta Corporation,,0.09,,0.06,,0.03,1996-06-23, -/games/boxart/full_the-x-factor_7PALFront.jpg,The X-Factor,X360,Misc,Deep Silver,Deep Silver,,0.09,,,0.08,0.01,2010-10-29, -/games/boxart/full_u-sing-volume-2_5PALFront.jpg,U-Sing 2,Wii,Misc,Mindscape,Mindscape Inc.,,0.09,,,0.08,0.01,2010-12-03, -/games/boxart/full_1616574JapanFrontccc.jpg,Just Dance Wii U,WiiU,Misc,Nintendo,Unknown,,0.09,,0.09,,,2014-04-03, -/games/boxart/full_4572027JapanFrontccc.jpg,Quiz Magic Academy DS: Futatsu no Jikuu Koku,DS,Misc,Konami,Konami,,0.09,,0.09,,,2010-02-11, -/games/boxart/full_1031754AmericaFrontccc.jpg,Wonder World Amusement Park,DS,Misc,Majesco,Coyote Console,,0.09,0.08,,0,0.01,2009-01-23, -/games/boxart/full_4107211AmericaFrontccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GC,Adventure,Activision,MagicWand,,0.09,0.07,,0.02,0,2005-11-08, -/games/boxart/full_741070AmericaFrontccc.jpg,Paragon,PS4,Action,Sony Interactive Entertainment,Epic Games,,0.09,0.07,,,0.02,2016-06-07,2018-04-22 -/games/boxart/full_7966259AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,PS3,Misc,Tecmo Koei,Unknown,,0.09,,0.09,,,2015-04-01, -/games/boxart/full_karaoke-joysound-wii-super-dx-hitori-de-minna-de-utai-houdai_409JapanFront.jpg,Karaoke Joysound Wii Super DX: Hitori de Minna de Utai Houdai!,Wii,Misc,Hudson Soft,Xing Inc.,,0.09,,0.09,,,2010-12-09, -/games/boxart/full_9269212JapanFrontccc.jpg,Kawashima Ryuuta Kyouju Kanshuu Nouryoku Trainer Portable 2,PSP,Misc,Sega,Sega,,0.09,,0.09,,,2006-05-25, -/games/boxart/full_9220829AmericaFrontccc.jpg,Golden Nugget 64,N64,Misc,Electronic Arts,Westwood Studios,,0.09,0.07,,0.02,0,1998-12-08, -/games/boxart/full_spider-man-edge-of-time_861AmericaFront.jpg,Spider-Man: Edge of Time,Wii,Action,Activision,Beenox,,0.09,0.06,,0.02,0.01,2011-10-04, -/games/boxart/full_8863211AmericaFrontccc.jpg,Playmobil Circus,Wii,Action,DreamCatcher Interactive,Morgen Studios,,0.09,0.06,,0.02,0.01,2009-12-22, -/games/boxart/173586ccc.gif,Snood 2: On Vacation,DS,Puzzle,DSI Games,Gravity-I,,0.09,0.09,,,0.01,2005-11-16, -/games/boxart/167135ccc.gif,Puyo Pop Fever (JP sales),DS,Puzzle,Atlus,Sega,,0.09,,0.09,,,2005-05-03, -/games/boxart/full_5754706PALFrontccc.jpg,Angry Birds: Star Wars,PSV,Puzzle,Activision,Exient Entertainment,,0.09,0.03,,0.04,0.02,2013-10-29,2018-03-16 -/games/boxart/full_2176249AmericaFrontccc.jpg,Brain Age: Concentration Training,3DS,Education,Nintendo,Nintendo,7.5,0.09,0.08,,,0.01,2013-02-10,2019-01-15 -/games/boxart/full_4911283JapanFrontccc.jpg,Bleach GC: Tasogare Ni Mamieru Shinigami,GC,Fighting,Sega,Polygon Magic,,0.09,,0.08,,0,2005-12-08, -/games/boxart/full_841169AmericaFrontccc.jpg,Fire Pro Wrestling Returns,PS2,Fighting,Agetec,S-Neo,,0.09,0.04,,0.03,0.01,2007-11-13, -/games/boxart/633234ccc.jpg,Whacked!,XB,Party,Microsoft Game Studios,Presto Studios,,0.09,0.07,,0.02,0,2002-10-08,2018-09-25 -/games/boxart/full_carnival-games-wild-west-3d_263AmericaFront.jpg,Carnival Games: Wild West 3D,3DS,Party,2K Play,Cat Daddy Games,,0.09,0.06,,0.03,0.01,2011-11-21,2019-01-15 -/games/boxart/full_6821864AmericaFrontccc.jpg,Jimmy Neutron: Boy Genius,GC,Platform,THQ,Big Sky Software,,0.09,0.07,,0.02,0,2002-12-17, -/games/boxart/full_847586JapanFrontccc.jpg,Famicom Mini: Makaimura,GBA,Platform,Capcom,Capcom,,0.09,,0.08,,0,2004-05-21, -/games/boxart/9570598ccc.jpg,Psychonauts,PS2,Platform,Majesco,Double Fine Productions,8.6,0.09,0.05,,0.04,0.01,2005-06-21, -/games/boxart/full_8657538JapanFrontccc.jpg,Battle Stadium D.O.N,GC,Fighting,Namco Bandai,Eighting,,0.09,,0.09,,0,2006-07-20, -/games/boxart/full_1362166JapanFrontccc.jpg,Naruto Shippuuden: Gekitou Ninja Taisen! EX 2,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.09,,0.09,,,2007-11-29, -/games/boxart/full_1533995AmericaFrontccc.jpg,Battle Fantasia,X360,Fighting,Aksys Games,Arc System Works,7,0.09,0.07,0.01,0,0.01,2008-09-16, -/games/boxart/269348ccc.jpg,Forgotten Realms: Demon Stone,XB,Action,Atari,Stormfront Studios,,0.09,0.06,,0.02,0,2004-11-17, -/games/boxart/full_3003224JapanFrontccc.jpg,God Eater Resurrection,PS4,Action,Namco Bandai Games,Namco Bandai Games,,0.09,,0.09,,,2016-10-01,2018-06-10 -/games/boxart/full_3506166PALFrontccc.jpg,Demon Chaos,PS2,Action,Unknown,Genki,,0.09,,0.09,,,, -/games/boxart/full_8952059AmericaFrontccc.jpg,Project Eden,PS2,Action,Eidos Interactive,Core Design Ltd.,,0.09,0.04,,0.03,0.01,2001-10-22, -/games/boxart/5480371ccc.jpg,Crimson Sea,XB,Action,KOEI,Koei,,0.09,0.04,0.04,0.01,0,2002-12-16, -/games/boxart/full_8404846AmericaFrontccc.jpg,Grand Theft Auto: Episodes from Liberty City,PC,Action,Rockstar Games,Rockstar North,,0.09,,,0.08,0.01,2010-04-13, -/games/boxart/full_4276738JapanFrontccc.jpg,Seven: Molmorth no Kiheitai,PS2,Action,Namco,Namco,,0.09,,0.09,,,2000-12-21, -/games/boxart/full_9979546AmericaFrontccc.jpg,Beyblade Evolution,3DS,Action,D3 Publisher,Rising Star Games,,0.09,0.06,,0.02,0.01,2013-10-29,2018-12-01 -/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_0AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,PS3,Action,Warner Bros. Interactive,Krome Studios,,0.09,0.07,,0.01,0.01,2010-09-14, -/games/boxart/2322685ccc.jpg,Astro Boy: Omega Factor,GBA,Action,Sega,Hitmaker,8.8,0.09,0.06,,0.02,0,2004-08-18, -/games/boxart/full_8931339AmericaFrontccc.jpg,Tornado Outbreak,PS3,Action,Konami,Loose Cannon Studios,,0.09,0.08,,0,0.01,2009-09-29, -/games/boxart/9443821ccc.jpg,Batman Beyond: Return of the Joker,N64,Action,Ubisoft,Kemco,2,0.09,0.07,,0.02,0,2000-12-13, -/games/boxart/3208685ccc.jpg,Samurai Warriors 2: Xtreme Legends,PS2,Action,KOEI,Omega Force,,0.09,0.04,,0.03,0.01,2008-03-18, -/games/boxart/full_5260200JapanFrontccc.jpg,Taiko no Tatsujin: Drum Session!,PS4,Music,Namco Bandai Games,Namco Bandai Games,,0.09,,0.09,,,2017-10-26,2018-09-13 -/games/boxart/full_8291571PALFrontccc.jpg,Singstar: Ultimate Party,PS3,Music,Sony Computer Entertainment Europe,London Studios,,0.09,,,0.08,0.01,2014-10-24,2018-09-24 -/games/boxart/full_11183JapanFrontccc.jpg,Uta no?Prince-sama? MUSIC 2,PSP,Music,Broccoli,Nippon Ichi Software,,0.09,,0.09,,,2013-09-05,2018-12-01 -/games/boxart/full_no-more-heroes-red-zone-edition_250JapanFront.jpg,No More Heroes: Red Zone,PS3,Action,Marvelous Interactive,FeelPlus,,0.09,,0.09,,,2011-07-21, -/games/boxart/full_crayon-shin-chan-shokkugan-densetsu-o-yobu-omake-daiketsusen_2JapanFront.jpg,Crayon Shin-Chan Shokkugan! Densetsu o Yobu Omake Daiketsusen!!,DS,Action,Namco Bandai,Bandai Namco Games,,0.09,,0.09,,,2010-12-02, -/games/boxart/full_272667AmericaFrontccc.jpg,Burnout Paradise: The Ultimate Box,PC,Racing,Electronic Arts,Criterion Games,,0.09,,,0.09,0.01,2009-02-05, -/games/boxart/full_jimmie-johnsons-anything-with-an-engine_997AmericaFront.jpg,Jimmie Johnson's Anything With an Engine,X360,Racing,Konami,Isopod Labs,7.3,0.09,0.08,,,0.01,2011-11-01, -/games/boxart/full_2020556AmericaFrontccc.jpg,ChuChu Rocket!,GBA,Puzzle,Sega,Sonic Team,8.1,0.09,0.06,,0.02,0,2001-06-10, -/games/boxart/full_nikolis-pencil-puzzle_301AmericaFront.jpg,Nikoli's Pencil Puzzle,3DS,Puzzle,Konami,Hudson Soft,,0.09,0.05,,0.03,0.01,2011-10-25, -/games/boxart/full_1858985AmericaFrontccc.jpg,Bomberman Land Touch!,DS,Puzzle,Atlus,Hudson Soft,,0.09,0.04,0.04,0,0,2006-11-07, -/games/boxart/full_7664203AmericaFrontccc.jpg,NASCAR: Dirt to Daytona,GC,Racing,Infogrames,Monster Games Inc.,,0.09,0.07,,0.02,0,2002-11-27, -/games/boxart/1283631ccc.jpg,Road Trip,PS2,Racing,Conspiracy Entertainment,E-game,,0.09,0.04,,0.03,0.01,2002-10-26, -/games/boxart/5216762ccc.jpg,Import Tuner Challenge (American sales),X360,Racing,Ubisoft,Genki,6.4,0.09,0.07,,0.01,0.01,2006-09-26, -/games/boxart/1217334ccc.jpg,Ford Mustang: The Legend Lives,XB,Racing,2K Games,Eutechnyx,,0.09,0.07,,0.02,0,2005-04-20, -/games/boxart/4641819ccc.jpg,Freekstyle,GC,Racing,EA Sports BIG,Page 44 Studios,,0.09,0.07,,0.02,0,2002-09-05, -/games/boxart/full_driver-renegade-3d_634AmericaFront.jpg,Driver: Renegade,3DS,Racing,Ubisoft,Ubisoft,3.5,0.09,0.05,,0.04,0.01,2011-09-06, -/games/boxart/full_2867468AmericaFrontccc.jpg,GRID: Autosport,X360,Racing,Codemasters,Codemasters,,0.09,0.03,,0.05,0.01,2014-06-24,2018-11-04 -/games/boxart/full_4366611AmericaFrontccc.jpg,Freestyle Metal X,PS2,Racing,Midway Games,Deibus Studios,,0.09,0.04,,0.03,0.01,2003-06-27, -/games/boxart/7745691ccc.jpg,Test Drive: Eve of Destruction,XB,Racing,Atari,Monster Games Inc.,,0.09,0.07,,0.02,0,2004-08-25, -/games/boxart/full_1370334AmericaFrontccc.jpg,ATV Drift & Tricks,PS4,Racing,Maximum Games,Artefacts Studio,,0.09,0.07,,,0.02,2017-11-07,2018-09-17 -/games/boxart/5012831ccc.jpg,Shrek Smash n' Crash Racing,PSP,Racing,Activision,Torus Games,,0.09,0.08,,0,0.01,2006-12-12, -/games/boxart/full_3895380AmericaFrontccc.jpg,GripShift,PSP,Racing,Sony Computer Entertainment,Sidhe Interactive,7.1,0.09,0.08,,0,0.01,2005-09-12, -/games/boxart/full_9903300AmericaFrontccc.jpg,Running Wild,PS,Racing,Sony Computer Entertainment,Blue Shift,,0.09,0.05,,0.03,0.01,1998-09-30, -/games/boxart/3985928ccc.jpg,MX SuperFly featuring Ricky Carmichael,GC,Racing,THQ,Pacific Coast Power & Light,,0.09,0.07,,0.02,0,2002-06-25, -/games/boxart/full_5669005PALFrontccc.jpg,echochrome,PSP,Puzzle,Sony Computer Entertainment,SCE Japan Studio,7.6,0.09,,0.08,0.01,0,2008-05-01,2018-09-17 -/games/boxart/1974199ccc.jpg,Bomberman Max 2: Blue Advance,GBA,Puzzle,Majesco,Hudson Soft,7.3,0.09,0.07,,0.02,0,2002-05-30, -/games/boxart/full_angry-birds-rio_801PALFront.jpg,Angry Birds: Rio,PC,Puzzle,Focus Home Interactive,Rovio Mobile,,0.09,,,0.07,0.02,2011-11-25, -/games/boxart/full_940644AmericaFrontccc.jpg,V-Rally Edition 99,N64,Racing,Infogrames,Eden Studios,,0.09,0.07,,0.02,0,1999-08-31, -/games/boxart/full_7036202AmericaFrontccc.jpg,NASCAR The Game: Inside Line,PS3,Racing,Activision,Eutechnyx,,0.09,0.07,,,0.02,2012-11-06,2018-11-23 -/games/boxart/full_2300517AmericaFrontccc.jpg,Kawasaki Quad Bikes,Wii,Racing,Destineer,Data Design Interactive,,0.09,0.07,,0.01,0.01,2007-12-31, -/games/boxart/full_ben-10-galactic-racing_560AmericaFront.jpg,Ben 10 Galactic Racing,PS3,Racing,D3 Publisher,Monkey Bar Games,,0.09,0.06,,0.02,0.01,2011-10-18, -/games/boxart/full_5664124AmericaFrontccc.jpg,Porsche Challenge,PS,Racing,Sony Computer Entertainment,SCEE London Studio,,0.09,0.05,,0.03,0.01,1997-06-30, -/games/boxart/full_2458054AmericaFrontccc.jpg,Cyberia,PS,Adventure,Interplay,"Xatrix Entertainment, Inc.",,0.09,0.05,,0.03,0.01,1996-01-01, -/games/boxart/full_9497390AmericaFrontccc.jpg,Monster House,GBA,Adventure,THQ,Artificial Mind and Movement,,0.09,0.06,,0.02,0,2006-07-18, -/games/boxart/full_4976370AmericaFrontccc.jpg,Disney's Aladdin in Nasira's Revenge,PS,Action,Sony Computer Entertainment,Argonaut Games,,0.09,0.05,,0.04,0.01,2001-03-15, -/games/boxart/8406326ccc.jpg,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,XB,Adventure,Buena Vista,Capcom,,0.09,0.06,,0.02,0,2005-10-10, -/games/boxart/7777498ccc.gif,Grand Theft Auto: The Trilogy,XB,Adventure,Rockstar Games,Rockstar North,,0.09,0.06,,0.02,0,2005-10-19, -/games/boxart/full_winter-stars_316AmericaFront.jpg,Winter Stars,X360,Sports,Deep Silver,49Games,,0.09,0.05,,0.04,0.01,2011-11-10, -/games/boxart/1804964ccc.jpg,Blitz: Overtime,PSP,Sports,Midway Games,Midway Games,,0.09,0.09,,,0.01,2006-12-12, -/games/boxart/full_8540475AmericaFrontccc.jpg,Nights of Azure 2,PS4,Action,Tecmo Koei,Gust,,0.09,0.04,0.04,,0.01,2017-10-24,2018-09-06 -/games/boxart/full_9167810AmericaFrontccc.jpg,Johnny Bravo in The Hukka-Mega-Mighty-Ultra-Extreme Date-O-Rama,DS,Action,Mumbo Jumbo,EM Studios Limited,,0.09,0.09,,0,0.01,2009-06-02, -/games/boxart/full_6716895JapanFrontccc.jpg,Metal Fight Beyblade,DS,Action,Hudson Soft,Hudson Soft,,0.09,,0.09,,,2009-03-26, -/games/boxart/9999075ccc.jpg,Robots,XB,Action,VU Games,Eurocom Entertainment Software,,0.09,0.07,,0.02,0,2005-02-24, -/games/boxart/full_the-story-of-noahs-ark_5AmericaFront.jpg,The Story of Noah's Ark,DS,Action,SouthPeak Interactive,Razorback Developments,,0.09,0.09,,,0.01,2010-11-02, -/games/boxart/full_fresh-precure-asobi-collection_3JapanFront.jpg,Fresh PreCure! Asobi Collection,DS,Action,Namco Bandai,Bandai Namco Games,,0.09,,0.09,,,2009-10-29, -/games/boxart/full_6143876AmericaFrontccc.jpg,Rosco McQueen: Firefighter Extreme,PS,Action,Psygnosis,Slippery Snake Studios,,0.09,0.05,,0.04,0.01,1998-08-31, -/games/boxart/full_81193AmericaFrontccc.jpg,Just Dance: Disney Party 2,WiiU,Music,Ubisoft,Ubisoft San Francisco,,0.09,0.07,,0.01,0.01,2015-10-20,2018-04-07 -/games/boxart/full_8981261AmericaFrontccc.jpg,Nickelodeon Kart Racers,PS4,Racing,GameMill Entertainment,Bamtang,,0.09,0.07,,,0.02,2018-10-23,2020-09-21 -/games/boxart/2691518ccc.jpg,Ford Racing 3,XB,Racing,2K Games,Razorworks Studios,,0.09,0.07,,0.02,0,2005-03-22, -/games/boxart/full_mahjong-cub3d_249AmericaFront.jpg,Mahjong Cub3D,3DS,Puzzle,Atlus,SunSoft,6.9,0.09,0.07,0.02,,0.01,2011-10-11, -/games/boxart/full_4541707AmericaFrontccc.jpg,Super Puzzle Fighter II,GBA,Puzzle,Capcom,Atomic Planet Entertainment,,0.09,0.06,,0.02,0,2003-03-31, -/games/boxart/full_806514PALFrontccc.jpg,MotoGP 14,X360,Racing,Namco Bandai Games,Milestone S.r.l.,,0.09,0.05,,0.03,0.01,2014-11-04,2018-11-03 -/games/boxart/341394ccc.jpg,Shox,PS2,Racing,Electronic Arts,Electronic Arts,,0.09,0.05,,0.04,0.01,2002-11-19, -/games/boxart/full_9933463AmericaFrontccc.jpg,Nickelodeon Kart Racers,XOne,Racing,GameMill Entertainment,Bamtang,,0.09,0.08,,,0.01,2018-10-23,2020-09-21 -/games/boxart/503424ccc.jpg,Crash 'N' Burn,XB,Racing,Eidos Interactive,Climax Group,,0.09,0.07,,0.02,0,2004-11-16, -/games/boxart/full_junior-mystery-stories_909AmericaFront.jpg,Junior Mystery Quest,DS,Puzzle,Unknown,Navarre Corp,,0.09,0.07,,0.01,0.01,2011-08-30, -/games/boxart/full_challenge-me-brain-puzzles-2_0AmericaFront.jpg,Challenge Me: Brain Puzzles 2,DS,Puzzle,O-Games,O Games,,0.09,0.05,,0.04,0.01,2010-11-23, -/games/boxart/5367229ccc.jpg,Puchi Puchi Virus,DS,Puzzle,NIS America,Keys Factory,7.4,0.09,0.08,,,0.01,2009-05-20, -/games/boxart/full_hello-kittys-cube-frenzy_10AmericaFront.jpg,Hello Kitty's Cube Frenzy,PS,Puzzle,NewKidCo,Culture Publishers,,0.09,0.05,,0.03,0.01,1999-03-31, -/games/boxart/full_7903533AmericaFrontccc.jpg,Pipe Mania,DS,Puzzle,Empire Interactive,Razorworks Studios,,0.09,0.08,,0.01,0.01,2008-09-26, -/games/boxart/full_8004974AmericaFrontccc.jpg,Nights of Azure,PS4,Action,Tecmo Koei,Gust,,0.09,0.04,,0.04,0.02,2016-03-29,2018-01-21 -/games/boxart/full_8280132AmericaFrontccc.jpg,Barbie and the Magic of Pegasus,GBA,Action,Vivendi Games,VU Games,,0.09,0.07,,0.02,0,2005-09-06, -/games/boxart/full_1152581AmericaFrontccc.jpg,Rygar: The Battle of Argus,Wii,Action,Tecmo,Tecmo,,0.09,0.09,,0,0.01,2009-01-28, -/games/boxart/full_7097870AmericaFrontccc.jpg,Retro Game Challenge (US sales),DS,Action,Xseed Games,Bandai Namco Games,,0.09,0.09,,,,2009-02-10, -/games/boxart/725006ccc.jpg,Ninja Gaiden Black,XB,Action,Tecmo,Team Ninja,9.5,0.09,0.07,,0.02,0,2005-09-20, -/games/boxart/6407883ccc.jpg,Beowulf: The Game,PSP,Action,Ubisoft,Ubisoft,,0.09,0.08,,0,0.01,2007-12-04, -/games/boxart/8577559ccc.jpg,Barnyard,PS2,Action,THQ,Blue Tongue,,0.09,0.05,,0.04,0.01,2006-08-01, -/games/boxart/full_1079322AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,X360,Action,Activision,PlatinumGames,,0.09,0.03,,0.06,0.01,2016-05-24,2018-04-15 -/games/boxart/full_rapala-pro-bass-fishing-2010_6AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PSP,Sports,Activision,FUN Labs,,0.09,0.08,,,0.02,2010-09-28, -/games/boxart/full_9098729JapanFrontccc.jpg,Pro Yakyuu Greatest Nine 98,SAT,Sports,Sega,Nextech,,0.09,,0.09,,,1998-03-26, -/games/boxart/3693755ccc.jpg,NCAA March Madness 08,PS3,Sports,EA Sports,EA Canada,,0.09,0.08,,,0.01,2007-12-11, -/games/boxart/1281478ccc.jpg,Let's Ride! Silver Buckle Stables,PS2,Sports,THQ,Coresoft,,0.09,0.05,,0.04,0.01,2006-03-14, -/games/boxart/full_6364107AmericaFrontccc.jpg,Island Xtreme Stunts,PS2,Action,Electronic Arts,Silicon Dreams,,0.09,0.04,,0.03,0.01,2002-09-22, -/games/boxart/full_2081859AmericaFrontccc.jpg,Toy Soldiers: War Chest,PS4,Action,Ubisoft,Signal Studios,,0.09,0.07,,,0.02,2015-08-11,2018-06-25 -/games/boxart/3498964ccc.jpg,Bladestorm: The Hundred Years' War,X360,Action,KOEI,Omega Force,6.9,0.09,0.08,,0.01,0.01,2007-11-06, -/games/boxart/7445218ccc.jpg,Altered Beast: Guardian of the Realms,GBA,Action,THQ,3d6 Games,6.5,0.09,0.07,,0.02,0,2002-11-23, -/games/boxart/full_deadliest-catch-sea-of-chaos_896AmericaFront.jpg,Deadliest Catch: Sea of Chaos,X360,Sports,Crave Entertainment,Double Tap,,0.09,0.08,,,0.01,2010-11-29, -/games/boxart/full_8009650AmericaFrontccc.jpg,Alien Monster Bowling League,Wii,Sports,Destineer,Perpetual FX Creative,,0.09,0.09,,,0.01,2009-10-27, -/games/boxart/full_3146024PALFrontccc.jpg,Rugby League Live 4,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,0.09,,,0.08,0.01,2017-07-28,2018-08-13 -/games/boxart/full_5540455AmericaFrontccc.jpg,Agassi Tennis Generation,PS2,Sports,DreamCatcher Interactive,Aqua Pacific,,0.09,0.04,,0.03,0.01,2003-08-25, -/games/boxart/full_2796175AmericaFrontccc.jpg,Bass Pro Shops: The Hunt,X360,Sports,Griffin International,Piranha Games,,0.09,0.08,,,0.01,2010-06-01, -/games/boxart/full_6207742AmericaFrontccc.jpg,Go Play: City Sports,Wii,Sports,Majesco,Digital Embryo,,0.09,0.08,,,0.01,2009-09-08, -/games/boxart/full_9059793JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 14 Ketteiban,PS2,Sports,Konami,PawaPuro Production,,0.09,,0.09,,,2007-12-20, -/games/boxart/full_major-league-baseball-2k11_416AmericaFront.jpg,Major League Baseball 2K11,DS,Sports,2K Sports,Visual Concepts,,0.09,0.08,,,0.01,2011-03-08, -/games/boxart/full_green-lantern-rise-of-the-manhunters_385AmericaFront.jpg,Green Lantern: Rise of the Manhunters,Wii,Action,Warner Bros. Interactive,Griptonite Games,5.5,0.09,0.05,,0.03,0.01,2011-06-07, -/games/boxart/3349728ccc.jpg,Mind Quiz,PSP,Action,Ubisoft,Sega,,0.09,0.08,,0.01,0.01,2006-10-31, -/games/boxart/full_7611599AmericaFrontccc.jpg,Earth Defense Force 2: Invaders from Planet Space,PSV,Action,Xseed Games,Sandlot,,0.09,0.04,0.04,0,0.01,2015-12-08,2018-09-13 -/games/boxart/full_generator-rex-agent-of-providence_383AmericaFront.jpg,Generator Rex: Agent of Providence,Wii,Action,Activision,Virtuos,,0.09,0.07,,0.01,0.01,2011-11-01,2019-01-15 -/games/boxart/1711279ccc.jpg,Shrek SuperSlam,XB,Action,Activision,Shaba Games,,0.09,0.07,,0.02,0,2005-10-25, -/games/boxart/9366935ccc.jpg,New Legends,XB,Action,THQ,Infinite Machine,,0.09,0.07,,0.02,0,2002-02-17, -/games/boxart/3998078ccc.jpg,Little League World Series Baseball 2008,Wii,Sports,Activision,Now Production,,0.09,0.09,,0,0.01,2008-08-05, -/games/boxart/full_6761118AmericaFrontccc.jpg,Fishing Master World Tour,Wii,Sports,Hudson Entertainment,Hudson Soft,,0.09,0.08,,,0.01,2009-01-06, -/games/boxart/full_7323814AmericaFrontccc.jpg,Dreamer Series: Teacher,DS,Simulation,DreamCatcher Interactive,ZigZag Island,,0.09,0.08,,0,0.01,2009-06-09, -/games/boxart/full_1108388AmericaFrontccc.jpg,Harvest Moon: Boy & Girl,PSP,Simulation,Natsume,Marvelous Interactive,6.1,0.09,0.08,,,0.01,2007-07-31, -/games/boxart/full_4837492JapanFrontccc.jpg,Sotsugyou Crossworld,PS,Simulation,Hearty Robin,Hearty Robin,,0.09,,0.08,,0.01,1996-06-28, -/games/boxart/full_9198835AmericaFrontccc.jpg,MXGP 3: The Official Motocross Videogame,XOne,Racing,Milestone,Milestone,,0.09,0.06,,0.02,0.01,2017-06-20,2018-06-25 -/games/boxart/full_2561273AmericaFrontccc.jpg,Indianapolis 500 Legends,DS,Racing,Destineer,Torus Games,,0.09,0.08,,,0.01,2007-12-19, -/games/boxart/full_8082193AmericaFrontccc.jpg,Monster Jam: Urban Assault,PSP,Racing,Activision,Torus Games,,0.09,0.08,,0,0.01,2008-10-28, -/games/boxart/5467177ccc.jpg,Speed Kings,PS2,Racing,Acclaim Entertainment,Climax Entertainment,,0.09,0.05,,0.04,0.01,2003-05-28, -/games/boxart/3571222ccc.jpg,MotoGP,XB,Racing,THQ,Climax Group,,0.09,0.07,,0.02,0,2002-05-19, -/games/boxart/full_9851756AmericaFrontccc.jpg,R: Racing Evolution,XB,Racing,Namco,Namco,,0.09,0.06,,0.02,0,2003-12-09, -/games/boxart/full_2348221AmericaFrontccc.jpg,Rollcage Stage II,PS,Racing,Midway Games,Attention To Detail,,0.09,0.05,,0.03,0.01,2000-10-10, -/games/boxart/5557236ccc.jpg,Top Gear Rally,GBA,Racing,Nintendo,Tantalus Interactive,,0.09,0.06,,0.02,0,2003-10-28, -/games/boxart/full_busy-scissors_6AmericaFront.jpg,Busy Scissors,Wii,Simulation,Little Orbit,Little Orbit,,0.09,0.08,,0,0.01,2010-10-26, -/games/boxart/full_7992902AmericaFrontccc.jpg,Wing Commander IV: The Price of Freedom,PS,Simulation,Origin Systems,"Origin Systems, Inc.",,0.09,0.05,,0.03,0.01,1997-05-14, -/games/boxart/full_1537252JapanFrontccc.jpg,Reading Training,DS,Simulation,Benesse,Intelligent Systems,,0.09,0,0.08,,0,2007-06-28,2018-12-01 -/games/boxart/3554973ccc.jpg,Sega Bass Fishing,DC,Sports,Sega,Sega-AM1,,0.09,,0.09,,0,1999-09-30, -/games/boxart/full_3187729JapanFrontccc.jpg,World Stadium 5,PS,Sports,Namco,Namco,,0.09,,0.09,,0.01,2001-05-10, -/games/boxart/full_9478260AmericaFrontccc.jpg,MLB Superstars,Wii,Sports,2K Sports,Deep Fried Entertainment,,0.09,0.08,,,0.01,2008-11-10, -/games/boxart/full_2198782JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2012,PSV,Sports,Konami Digital Entertainment,Konami,,0.09,,0.09,,,2012-07-19,2018-11-02 -/games/boxart/full_2338312AmericaFrontccc.jpg,MLB 2K9 Fantasy All-Stars,DS,Sports,2K Sports,Take-Two Interactive,,0.09,0.08,,,0.01,2009-03-03, -/games/boxart/full_8397970AmericaFrontccc.jpg,MLB SlugFest Loaded,XB,Sports,Midway Games,Point of View,,0.09,0.07,,0.02,0,2004-06-23, -/games/boxart/170902ccc.jpg,NFL Blitz 20-02,XB,Sports,Midway Games,Point of View,,0.09,0.07,,0.02,0,2002-03-18, -/games/boxart/full_7134755JapanFrontccc.jpg,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS2,Sports,Konami,Konami,,0.09,,0.09,,,2010-05-20, -/games/boxart/full_4874050AmericaFrontccc.jpg,Mutant Football League: Dynasty Edition,NS,Sports,Nighthawk Interactive,Digital Dreams,,0.09,0.08,,,0.01,2018-10-30,2018-11-08 -/games/boxart/2919825ccc.jpg,Major League Baseball 2K7,PSP,Sports,2K Sports,Visual Concepts,6.3,0.09,0.08,,,0.01,2007-02-26, -/games/boxart/full_5616935AmericaFrontccc.jpg,Wacky World of Sports,Wii,Sports,Sega,Sega,,0.09,0.08,,0,0.01,2009-09-22, -/games/boxart/full_fifa-soccer-12_193AmericaFront.jpg,FIFA Soccer 12,PS2,Sports,EA Sports,EA Canada,,0.09,,,0.02,0.06,2011-09-27, -/games/boxart/full_3036646JapanFrontccc.jpg,World Cup '98 France: Road to Win,SAT,Sports,Sega,Sega,,0.09,,0.09,,,1998-06-11, -/games/boxart/582449ccc.jpg,MLB SlugFest 20-04,XB,Sports,Midway Games,Criterion Games,,0.09,0.07,,0.02,0,2003-03-16, -/games/boxart/full_backyard-sports-sandlot-sluggers_4AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,X360,Sports,Atari,Atari Games,,0.09,0.09,,,0.01,2010-05-25, -/games/boxart/5503278ccc.jpg,FIFA 2001: Major League Soccer,PS2,Sports,EA Sports,EA Canada,,0.09,,0.09,,,2000-11-24, -/games/boxart/8953092ccc.jpg,ESPN NBA 2Night,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.09,0.05,,0.04,0.01,2001-02-13, -/games/boxart/1857903ccc.jpg,Ribbit King,PS2,Sports,Bandai,Bandai,,0.09,0.05,,0.04,0.01,2004-06-15, -/games/boxart/full_winning-post-6_5JapanFront.jpg,Winning Post 6,PS2,Sports,KOEI,Koei/Inis,,0.09,,0.09,,,2003-08-28, -/games/boxart/full_field-ampamp-stream-total-outdoorsman-challenge_0AmericaFront.jpg,Field & Stream: Total Outdoorsman Challenge,X360,Sports,505 Games,Beast Studios S.r.l.,,0.09,0.09,,,0.01,2010-06-22, -/games/boxart/3746058ccc.jpg,Cabela's Big Game Hunter,GBA,Sports,10TACLE Studios,ImageBuilder Software,,0.09,0.07,,0.02,0,2002-12-11, -/games/boxart/full_9718911AmericaFrontccc.jpg,World Championship Games: A Track & Field Event,DS,Sports,Game Factory,Code Monkeys,,0.09,0.08,,,0.01,2009-03-10, -/games/boxart/6677733ccc.jpg,Yourself Fitness,XB,Sports,responDESIGN,"responDESIGN, Inc.",,0.09,0.07,,0.02,0,2004-10-08, -/games/boxart/5871365ccc.jpg,NHL 2K8,PS3,Sports,2K Sports,Kush Games,,0.09,0.08,,0.01,0.01,2007-09-10, -/games/boxart/full_6671762AmericaFrontccc.jpg,Big League Sports: Summer,Wii,Sports,Activision,Koolhaus Games,,0.09,0.09,,,0.01,2009-06-16, -/games/boxart/full_5262708AmericaFrontccc.jpg,Championship Foosball,Wii,Sports,505 Games,Del,,0.09,0.09,,,0.01,2008-11-18, -/games/boxart/224627ccc.jpg,NFL Blitz 20-02,GC,Sports,Midway Games,Point of View,,0.09,0.07,,0.02,0,2002-03-18, -/games/boxart/full_2538786JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Portable 2,PSP,Sports,Konami,PawaPuro Productions,,0.09,,0.09,,,2007-04-05, -/games/boxart/1528743ccc.jpg,Rugby 2005,PS2,Sports,EA Sports,HB Studios Multimedia,,0.09,0.04,,0.03,0.01,2005-03-08, -/games/boxart/full_pro-evolution-soccer-2012_851PALFront.jpg,Pro Evolution Soccer 2012,PC,Sports,Konami,Konami,7,0.09,,,0.07,0.02,2011-10-14, -/games/boxart/full_244204JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2000 Ketteiban,PS,Sports,Konami,Diamond Head,,0.09,,0.08,,0.01,2000-12-21, -/games/boxart/full_4150558AmericaFrontccc.jpg,Pro Evolution Soccer 2018,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.09,0.01,0.03,0.04,0.01,2017-09-12,2018-04-24 -/games/boxart/full_remington-super-slam-hunting-alaska_137AmericaFront.jpg,Remington Super Slam Hunting: Alaska,Wii,Sports,Mastiff,Mastiff,,0.09,0.08,,,0.01,2011-04-26, -/games/boxart/1656743ccc.jpg,Transworld Snowboarding,XB,Sports,Atari,Housemarque,,0.09,0.07,,0.02,0,2002-10-29, -/games/boxart/full_8929420AmericaFrontccc.jpg,Major League Baseball 2K9,PSP,Sports,2K Sports,Visual Concepts,6,0.09,0.08,0,,0.01,2009-03-23, -/games/boxart/5445450ccc.jpg,World Soccer Winning Eleven 8 International,XB,Sports,Konami,Konami Computer Entertainment Tokyo,,0.09,0.07,,0.02,0,2005-02-02, -/games/boxart/full_338170AmericaFrontccc.jpg,Ski and Shoot,Wii,Sports,Conspiracy Entertainment,49Games,,0.09,0.04,,0.04,0.01,2008-12-09, -/games/boxart/full_2197255JapanFrontccc.jpg,Pro Yakyuu Spirits 2014,PSP,Sports,Konami Digital Entertainment,Konami,,0.09,,0.09,,,2014-03-20,2018-11-09 -/games/boxart/full_3049998JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9 Ketteiban,PS2,Sports,Konami,Diamond Head,,0.09,,0.09,,,2002-12-19, -/games/boxart/full_1913603AmericaFrontccc.jpg,Rugby 15,XOne,Sports,Maximum Games,HB Studios,,0.09,0.03,,0.05,0.01,2015-02-24,2018-09-17 -/games/boxart/full_957132JapanFrontccc.jpg,Derby Stallion,SAT,Sports,ASCII Entertainment,ParityBit,,0.09,,0.09,,,1999-03-25, -/games/boxart/full_5263151AmericaFrontccc.jpg,NBA 2K18,PS3,Sports,2K Sports,Visual Concepts,7,0.09,0.06,0.01,0.01,0.01,2017-09-19,2018-04-02 -/games/boxart/768614ccc.jpg,FIFA Street 3,DS,Sports,EA Sports BIG,EA Canada,,0.09,0.06,,0.02,0.01,2008-02-18, -/games/boxart/full_7402658JapanFrontccc.jpg,Captain Tsubasa: Aratanaru Densetsu Joshou,PS,Sports,Konami,Konami,,0.09,,0.08,,0.01,2002-05-16, -/games/boxart/8083742ccc.jpg,The Incredibles: Rise of the Underminer,XB,Action,THQ,Heavy Iron Studios,6.5,0.09,0.06,,0.02,0,2005-11-01, -/games/boxart/full_captain-america-super-soldier_970AmericaFront.jpg,Captain America: Super Soldier,3DS,Action,Sega,Sega,5,0.09,0.05,,0.03,0.01,2011-10-25, -/games/boxart/full_destroy-all-humans-path-of-the-furon_523PALFront.jpg,Destroy All Humans! Path of the Furon,PS3,Action,Unknown,Sandblast Games,5,0.09,,,0.08,0.01,2020-12-31, -/games/boxart/full_971433JapanFrontccc.jpg,Romance of the Three Kingdoms XII,PS3,Strategy,Tecmo Koei,Tecmo Koei Games,,0.09,,0.09,,,2012-12-13,2018-12-01 -/games/boxart/full_7415715AmericaFrontccc.jpg,Yu-Gi-Oh! GX: The Beginning of Destiny (US sales),PS2,Strategy,Konami,Konami,,0.09,0.05,,0.04,0.01,2008-01-08, -/games/boxart/full_6147181AmericaFrontccc.jpg,Grand Ages: Medieval,PS4,Strategy,Kalypso Media,Gaming Minds Studios,,0.09,,0.03,0.05,0.01,2015-09-29,2018-09-22 -/games/boxart/full_3079470AmericaFrontccc.jpg,Return Fire,PS,Strategy,Time Warner Interactive,Silent Software Inc.,,0.09,0.05,,0.03,0.01,1996-04-12, -/games/boxart/full_hearts-of-iron-iii_859AmericaFront.jpg,Hearts of Iron III,PC,Strategy,Paradox Interactive,Paradox Interactive,7.9,0.09,0.04,,0.04,0.01,2009-08-11, -/games/boxart/5455106ccc.jpg,Astro Boy,PS2,Action,Sega,Sonic Team,,0.09,0.04,,0.03,0.01,2004-08-18, -/games/boxart/135487ccc.jpg,Def Jam Fight For NY: The Takeover,PSP,Action,Electronic Arts,Aki Corp,8,0.09,0.08,,0,0.01,2006-08-29, -/games/boxart/full_7844209AmericaFrontccc.jpg,Ghosthunter,PS2,Action,Namco,SCEE Cambridge,,0.09,0.04,,0.03,0.01,2004-08-17, -/games/boxart/full_4048301AmericaFrontccc.jpg,Charlotte's Web,DS,Action,Sega,Backbone Entertainment,,0.09,0.08,,0,0.01,2006-11-14, -/games/boxart/full_2160404AmericaFrontccc.jpg,Killer7,PS2,Action,Capcom,Grasshopper Manufacture,6.5,0.09,0.04,0,0.03,0.01,2005-07-07, -/games/boxart/7678613ccc.jpg,50 Cent: Bulletproof,PSP,Action,Vivendi Games,High Voltage Software,5.5,0.09,0.08,,0,0.01,2006-08-29, -/games/boxart/full_612579JapanFrontccc.jpg,Dragon's Dogma Online,PS4,Role-Playing,Capcom,Capcom,,0.09,,0.09,,,2015-08-27, -/games/boxart/full_4057139AmericaFrontccc.jpg,Shining Resonance Refrain,NS,Role-Playing,Sega,Media.Vision,,0.09,0.05,0.01,0.01,0.01,2018-07-10,2018-09-15 -/games/boxart/full_538799AmericaFrontccc.jpg,Wizardry: Tale of the Forsaken Land,PS2,Role-Playing,Atlus,Racjin,,0.09,0.04,,0.03,0.01,2001-12-19, -/games/boxart/full_1763115JapanFrontccc.jpg,Lost Heroes,3DS,Role-Playing,Namco Bandai Games,Banpresto,,0.09,,0.09,,,2012-09-06,2018-12-01 -/games/boxart/5486388ccc.jpg,Shin Megami Tensei: Devil Summoner - Raidou Kuzunoha vs the Soulless Army,PS2,Role-Playing,Atlus,Atlus Co.,7.4,0.09,,0.09,,,2006-10-10, -/games/boxart/full_9198891PALFrontccc.jpg,Rapid Reload,PS,Shooter,Sony Computer Entertainment,Media.Vision,,0.09,,0.09,,0.01,1995-09-01, -/games/boxart/9057826ccc.gif,Gradius V,PS2,Shooter,Konami,"Treasure Co., Ltd.",,0.09,0.05,,0.04,0.01,2004-09-14, -/games/boxart/full_5877719AmericaFrontccc.jpg,Red Faction: Guerrilla Re-Mars-tered,PS4,Shooter,THQ Nordic,Volition,,0.09,0.04,,0.04,0.02,2018-07-03,2018-04-20 -/games/boxart/full_349778AmericaFrontccc.jpg,Raiden Fighters Aces,X360,Shooter,Valcon Games,Gulti,,0.09,0.06,,0.03,0.01,2009-05-07, -/games/boxart/full_5877811AmericaFrontccc.jpg,Total Overdose: A Gunslinger's Tale in Mexico,PS2,Shooter,Eidos Interactive,Deadline Games,,0.09,0.04,,0.04,0.01,2005-09-27, -/games/boxart/full_8829346AmericaFrontccc.jpg,Metal Slug X,PS,Shooter,Agetec,ProSoft,,0.09,0.05,,0.03,0.01,2001-04-14, -/games/boxart/full_8164518AmericaFrontccc.jpg,Top Gun: Firestorm Advance,GBA,Shooter,Titus,Titus Software,,0.09,0.07,,0.02,0,2002-11-26, -/games/boxart/full_nerf-n-strike-double-blast-bundle_283AmericaFront.jpg,NERF N-Strike: Double Blast Bundle,Wii,Shooter,Electronic Arts,EA Salt Lake,,0.09,0.09,,,0.01,2010-10-26, -/games/boxart/full_1310974AmericaFrontccc.jpg,Robotron 64,N64,Shooter,Crave Entertainment,Player 1,,0.09,0.07,,0.02,0,1998-01-06, -/games/boxart/full_9136599AmericaFrontccc.jpg,Quantum Theory,X360,Shooter,Tecmo Koei,Team Tachyon,,0.09,0.06,0,0.02,0.01,2010-09-28, -/games/boxart/154104ccc.jpg,Savage Skies,PS2,Shooter,BAM! Entertainment,iRock Interactive,,0.09,0.04,,0.03,0.01,2002-03-31, -/games/boxart/full_7994742JapanFrontccc.jpg,Detana TwinBee Yahho! Deluxe Pack,PS,Shooter,Konami,Konami,,0.09,,0.08,,0.01,1995-09-29, -/games/boxart/full_6126220AmericaFrontccc.jpg,Damnation,PS3,Shooter,Codemasters,Blue Omega Entertainment,3.6,0.09,0.07,,0.01,0.01,2009-05-26, -/games/boxart/full_2361341AmericaFrontccc.jpg,Borderlands 2 VR,PS4,Shooter,2K Games,Gearbox Software,,0.09,0.07,,,0.02,2018-12-14,2019-03-28 -/games/boxart/8291861ccc.jpg,Defender,XB,Shooter,Midway Games,7 Studios,,0.09,0.07,,0.02,0,2002-10-22, -/games/boxart/8748701ccc.gif,Sniper Elite,XB,Shooter,Namco,Rebellion Developments,,0.09,0.07,,0.02,0,2005-10-18, -/games/boxart/full_2726453AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,PS4,Shooter,Gearbox Software,Gearbox Software,,0.09,0.07,,,0.02,2016-10-18,2018-11-23 -/games/boxart/full_7543138AmericaFrontccc.jpg,Lethal Enforcers,SNES,Shooter,Konami,Konami,,0.09,,0.09,,,1994-01-01, -/games/boxart/full_1998487AmericaFrontccc.jpg,Strange Brigade,PS4,Shooter,Rebellion Developments,Rebellion Developments,,0.09,0.05,,0.03,0.02,2018-08-28,2018-04-26 -/games/boxart/full_9576312AmericaFrontccc.jpg,Crysis: Maximum Edition,PC,Shooter,Electronic Arts,Crytek,,0.09,0,,0.07,0.02,2009-05-05, -/games/boxart/558087ccc.jpg,Invasion From Beyond,PS,Shooter,GT Interactive,King of the Jungle,,0.09,0.05,,0.03,0.01,1998-11-30, -/games/boxart/full_4564320AmericaFrontccc.jpg,ShellShock 2: Blood Trails,X360,Shooter,Eidos Interactive,Rebellion Developments,3.2,0.09,0.05,,0.03,0.01,2009-02-24, -/games/boxart/2109696ccc.jpg,XIII,GC,Shooter,Ubisoft,Ubisoft Paris,,0.09,0.07,,0.02,0,2003-11-24, -/games/boxart/full_fear-files_925AmericaFront.jpg,F.E.A.R. Files,X360,Shooter,Sierra Entertainment,TimeGate Studios/Day 1 Studios,6.9,0.09,0.07,,0.01,0.01,2007-11-06, -/games/boxart/full_1312914AmericaFrontccc.jpg,Codename Tenka,PS,Shooter,Sony Computer Entertainment,Psygnosis,7,0.09,0.05,,0.03,0.01,1997-05-31, -/games/boxart/full_2104655JapanFrontccc.jpg,Shin Megami Tensei,PS,Role-Playing,Atlus,Atlus Co.,,0.09,,0.09,,0.01,2001-05-31, -/games/boxart/6874994ccc.jpg,Romance of the Three Kingdoms X,PS2,Strategy,KOEI,Koei,,0.09,0.04,,0.03,0.01,2005-06-21, -/games/boxart/9798903ccc.jpg,Brigandine: The Legend of Forsena,PS,Strategy,Atlus,Hearty Robin,,0.09,0.05,,0.03,0.01,1998-10-31, -/games/boxart/1422543ccc.jpg,Tom Clancy's EndWar,DS,Strategy,Ubisoft,Funatics Software,,0.09,0.08,,0.01,0.01,2008-11-04, -/games/boxart/full_1348120AmericaFrontccc.jpg,Castlevania: Lords of Shadow 2,X360,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,0.09,0.02,,0.06,0.01,2014-02-25,2018-11-02 -/games/boxart/full_8464848PALFrontccc.jpg,Invizimals: The Alliance,PSV,Action-Adventure,Sony Computer Entertainment,Novarama,,0.09,0,,0.07,0.02,2014-09-30,2018-04-09 -/games/boxart/full_6636296PALFrontccc.jpg,The Amazing Spider-Man (2012),WiiU,Action-Adventure,Activision,Beenox,6,0.09,0.05,,0.04,0.01,2013-03-05,2018-03-15 -/games/boxart/8320897ccc.jpg,Lock's Quest,DS,Strategy,THQ,5TH Cell,,0.09,0.08,0,0,0.01,2008-09-08, -/games/boxart/full_4872092AmericaFrontccc.jpg,Populous DS,DS,Strategy,Xseed Games,Genki,,0.09,0.07,0.02,0,0.01,2008-11-10, -/games/boxart/full_8019451JapanFrontccc.jpg,Langrisser V: The End of Legend,SAT,Strategy,NCS,Career Soft,,0.09,,0.09,,,1998-06-18, -/games/boxart/5537807ccc.jpg,Populous: The Beginning,PS,Strategy,Electronic Arts,Bullfrog Productions,,0.09,0.05,,0.04,0.01,1999-03-31, -/games/boxart/full_dungeons_5AmericaFront.jpg,Dungeons,PC,Strategy,Kalypso,Kalypso Media,6.5,0.09,0.07,,0.02,0.01,2011-02-10, -/games/boxart/8764997ccc.jpg,Supreme Commander,X360,Strategy,Aspyr,Gas Powered Games,5.7,0.09,0.07,,0.01,0.01,2008-06-23, -/games/boxart/full_7687438AmericaFrontccc.jpg,R-Type Command,PSP,Strategy,Atlus,Irem Software Engineering,,0.09,0.07,0.01,0,0.02,2008-05-06, -/games/boxart/1203862ccc.jpg,Black & White 2,PC,Strategy,Electronic Arts,Lionhead Studios,,0.09,0.01,,0.07,0.01,2005-10-04, -/games/boxart/4619334ccc.jpg,Theme Hospital,PS,Strategy,Electronic Arts,Krisalis Software,7.2,0.09,0.03,0.03,0.02,0.01,1998-03-31, -/games/boxart/6642201ccc.jpg,MetropolisMania,PS2,Strategy,Natsume,Indi Software,6.8,0.09,0.04,,0.03,0.01,2002-10-03, -/games/boxart/full_8420791JapanFrontccc.jpg,Cardfight!! Vanguard: Ride to Victory!!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.09,,0.09,,,2013-04-11,2018-08-04 -/games/boxart/5352836ccc.jpg,InuYasha: Secret of the Divine Jewel,DS,Role-Playing,Namco Bandai,Art,,0.09,0.09,,,0.01,2007-01-23, -/games/boxart/full_1948794AmericaFrontccc.jpg,The Technomancer,PS4,Role-Playing,Focus Home Interactive,Spiders,,0.09,0.04,,0.04,0.02,2016-06-28,2018-06-27 -/games/boxart/full_3950474AmericaFrontccc.jpg,Summon Night 6: Lost Borders,PSV,Role-Playing,Gaijinworks,Media.Vision,,0.09,0.02,0.07,,0.01,2017-10-31,2018-04-26 -/games/boxart/full_chou-jigen-game-neptune-mk-ii_95JapanFront.jpg,Chou Jigen Game Neptune Mk-II,PS3,Role-Playing,Compile Heart,Compile Heart,,0.09,,0.09,,,2011-08-18, -/games/boxart/full_5651077AmericaFrontccc.jpg,We Happy Few,XOne,Action-Adventure,Gearbox Software,Compulsion Games,,0.09,0.07,,0.01,0.01,2018-08-10,2018-09-17 -/games/boxart/full_glory-days-2_502AmericaFront.jpg,Glory Days 2,DS,Strategy,Secret Stash Games,Odenis Studio,,0.09,0.08,,0,0.01,2007-08-06, -/games/boxart/full_6471739AmericaFrontccc.jpg,Nobunaga's Ambition: Iron Triangle,PS2,Strategy,KOEI,Koei,,0.09,0.04,,0.03,0.01,2009-01-27, -/games/boxart/8659220ccc.jpg,Wild ARMs: Alter Code F,PS2,Role-Playing,Agetec,Media.Vision,7.2,0.09,0.05,,0.04,0.01,2005-11-15, -/games/boxart/full_414437AmericaFrontccc.jpg,Mimana Iyar Chronicle,PSP,Role-Playing,Aksys Games,"Kogado Studio, Inc.",,0.09,0.07,0.01,,0.01,2010-03-30, -/games/boxart/full_8790938AmericaFrontccc.jpg,Fighting Fantasy: The Warlock of Firetop Mountain,DS,Role-Playing,Aspyr,Big Blue Bubble,,0.09,0.08,,,0.01,2009-10-27, -/games/boxart/full_8035365AmericaFrontccc.jpg,Riviera: The Promised Land,PSP,Role-Playing,Atlus,Sting,,0.09,0.07,0.02,0,0.01,2007-07-11, -/games/boxart/full_9582923AmericaFrontccc.jpg,Skies of Arcadia,DC,Role-Playing,Sega,Overworks,9.2,0.09,,0.09,,,2000-11-13, -/games/boxart/full_blood-of-bahamut_2JapanFront.jpg,Blood of Bahamut,DS,Role-Playing,Square Enix,Square Enix,,0.09,,0.09,,,2009-08-06, -/games/boxart/full_1204304JapanFrontccc.jpg,Lilie no Atelier: Salburg no Renkinjutsushi 3,PS2,Role-Playing,Gust,Gust,,0.09,,0.09,,,2001-06-21, -/games/boxart/full_7938384AmericaFrontccc.jpg,Dark Souls Trilogy,PS4,Role-Playing,Bandai Namco Entertainment,From Software,,0.09,0.07,0.01,,0.02,2018-10-19,2018-08-24 -/games/boxart/full_2224060AmericaFrontccc.jpg,Last Rebellion,PS3,Role-Playing,NIS America,Hit Maker,4.8,0.09,0.06,0.01,0.01,0.01,2010-02-23, -/games/boxart/full_5210372AmericaFrontccc.jpg,Spectral Force Genesis,DS,Role-Playing,Ignition Entertainment,Neverland Company,,0.09,0.08,0.01,,0.01,2010-03-16, -/games/boxart/3489711ccc.jpg,Fullmetal Alchemist: Dual Sympathy,DS,Role-Playing,Destineer,Bandai,,0.09,0.05,0.04,0,0,2006-12-12, -/games/boxart/full_2109223JapanFrontccc.jpg,Naruto RPG 3: Rejiuu vs Konoha Shoutai,DS,Role-Playing,Takara Tomy,Takara Tomy,,0.09,,0.09,,,2006-07-13, -/games/boxart/full_3128319JapanFrontccc.jpg,Beyblade Burst,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0.09,,0.09,,,2016-11-10,2018-07-25 -/games/boxart/full_8844348JapanFrontccc.jpg,New Class of Heroes Mono: Toki no Gakuen,PSP,Role-Playing,Acquire,ZeroDiv,,0.09,,0.09,,,2012-07-19,2018-11-30 -/games/boxart/full_4461349JapanFrontccc.jpg,"Saiyuuki: Kinkaku, Ginkaku no Inbou",DS,Role-Playing,D3 Publisher,D3 Publisher,,0.09,,0.09,,,2007-07-12, -/games/boxart/4197249ccc.jpg,Justice League Heroes,DS,Role-Playing,Warner Bros. Interactive,Sensory Sweep,,0.09,0.08,,0,0.01,2006-10-17, -/games/boxart/full_soul-nomad-ampamp-the-world-eaters-jp-sales_2AmericaFront.jpg,Soul Nomad & the World Eaters (JP sales),PS2,Role-Playing,NIS America,Nippon Ichi Software,,0.09,,0.09,,,2007-09-25, -/games/boxart/full_1095635JapanFrontccc.jpg,Dragon Quest Heroes I & II for Nintendo Switch,NS,Role-Playing,Square Enix,Omega Force,,0.09,,0.09,,,2017-03-03,2018-01-13 -/games/boxart/full_7731134AmericaFrontccc.jpg,Summon Night 6: Lost Borders,PS4,Role-Playing,Gaijinworks,Media.Vision,,0.09,0.03,0.05,,0.01,2017-10-31,2018-04-26 -/games/boxart/full_8689016AmericaFrontccc.jpg,Dark Angel: Vampire Apocalypse,PS2,Role-Playing,Metro 3D,Metro3D,4.6,0.09,0.04,,0.03,0.01,2001-07-08, -/games/boxart/full_7211444AmericaFrontccc.jpg,Dark Rose Valkyrie,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.09,0.04,0.04,,0.01,2017-06-06,2018-09-17 -/games/boxart/full_723792JapanFrontccc.jpg,Atelier Totori: The Adventurer of Arland,PSV,Role-Playing,Gust,Gust,,0.09,,0.09,,,2012-11-29,2018-12-01 -/games/boxart/full_knights-in-the-nightmare_2AmericaFront.jpg,Knights in the Nightmare,PSP,Role-Playing,Atlus,Sting,8,0.09,0.06,0.02,,0.01,2010-11-09, -/games/boxart/full_6942582JapanFrontccc.jpg,Kurikin: Nano Island Story,DS,Role-Playing,Nintendo,Media Kite,,0.09,,0.09,,,2007-05-24, -/games/boxart/full_ys-i-ampamp-ii-chronicles_548AmericaFront.jpg,Ys I & II Chronicles,PSP,Role-Playing,Xseed Games,Nihon Falcom Corporation,6.4,0.09,0.05,0.03,,0.01,2011-02-22, -/games/boxart/full_8096089AmericaFrontccc.jpg,Exist Archive: The Other Side of the Sky,PSV,Role-Playing,Aksys Games,tri-Ace,,0.09,0.02,0.06,,0.01,2016-10-18,2018-01-31 -/games/boxart/3239490ccc.jpg,Spectral Force 3,X360,Role-Playing,Atlus,XPEC Entertainment,5.9,0.09,0.08,,,0.01,2008-07-29, -/games/boxart/full_613248JapanFrontccc.jpg,Digimon World Re:Digitize Decode,3DS,Role-Playing,Namco Bandai Games,Tri-Crescendo,,0.09,,0.09,,,2013-06-27,2018-12-01 -/games/boxart/6241010ccc.jpg,Digimon World 4,GC,Role-Playing,Bandai,Bandai,5.2,0.09,0.07,,0.02,0,2005-06-01, -/games/boxart/full_5253042AmericaFrontccc.jpg,Grand Kingdom,PSV,Role-Playing,NIS America,Monochrome Corporation,,0.09,0.02,0.05,0.01,0.01,2016-06-28,2018-07-03 -/games/boxart/full_3846120AmericaFrontccc.jpg,Nights of Azure,PS4,Role-Playing,Tecmo Koei,Gust,,0.09,,0.09,,,2016-03-29,2018-06-01 -/games/boxart/full_8043796AmericaFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence - Ascension,PS4,Strategy,Tecmo Koei,Koei Tecmo Games,,0.09,0.03,0.06,,0.01,2016-10-25,2018-09-11 -/games/boxart/full_619237JapanFrontccc.jpg,Neo Atlas,PS,Strategy,ArtDink,Flip Flop Production,,0.09,,0.09,,0.01,1998-02-26, -/games/boxart/full_terranigma_7PALFront.jpg,Terranigma,SNES,Role-Playing,Nintendo,Quintet,,0.09,,0.09,,,1996-12-19, -/games/boxart/full_arcania-gothic-4_4AmericaFront.jpg,Arcania: Gothic 4,X360,Role-Playing,JoWood Productions,Spellbound Entertainment AG,6.2,0.09,0.04,0.01,0.04,0.01,2010-10-19, -/games/boxart/full_3628162AmericaFrontccc.jpg,Forever Kingdom,PS2,Role-Playing,Agetec,From Software,,0.09,0.02,0.04,0.02,0.01,2002-01-21, -/games/boxart/full_5333168AmericaFrontccc.jpg,Shining Tears,PS2,Role-Playing,Sega,Amusement Vision,,0.09,0.05,,0.04,0.01,2005-03-22, -/games/boxart/full_7009267PALFrontccc.jpg,Inazuma Eleven 3: Lighting Bolt / Bomb Blast,3DS,Role-Playing,Nintendo,Level 5,,0.09,,,0.09,0.01,2013-09-27,2018-08-31 -/games/boxart/full_9746938JapanFrontccc.gif,SD Gundam G Generation DS,DS,Role-Playing,Bandai,Vanguard,,0.09,,0.09,,,2005-05-26, -/games/boxart/full_5922039AmericaFrontccc.jpg,Brain Voyage,DS,Puzzle,Eidos Interactive,Razorback Developments,,0.09,0.06,,0.02,0.01,2008-05-05, -/games/boxart/full_1175034JapanFrontccc.jpg,Super Robot Taisen MX Portable,PSP,Strategy,Banpresto,Banpresto,,0.09,,0.09,,,2005-12-29, -/games/boxart/full_zoids-assault_10AmericaFront.jpg,Zoids Assault,X360,Strategy,Atlus,Atlus Co.,5.2,0.09,0.08,,,0.01,2008-09-09, -/games/boxart/full_star-wars-empire-at-war-gold-pack_0AmericaFront.jpg,Star Wars: Empire at War - Gold Pack,PC,Strategy,LucasArts,Petroglyph Games,,0.09,0.01,,0.07,0.01,2007-08-15, -/games/boxart/full_2799730AmericaFrontccc.jpg,Henry Hatsworth in the Puzzling Adventure,DS,Puzzle,Electronic Arts,EA Tiburon,9.1,0.09,0.08,,0,0.01,2009-03-17, -/games/boxart/full_3105909JapanFrontccc.jpg,Sloane to MacHale no Nazo no Monogatari 2,DS,Puzzle,Level 5,Level 5,,0.09,,0.09,,,2009-09-03, -/games/boxart/full_6050258AmericaFrontccc.jpg,Chess,PS,Strategy,Agetec,Success,,0.09,0.05,,0.04,0.01,2001-12-04, -/games/boxart/full_9694928AmericaFrontccc.jpg,X-COM: UFO Defense,PS,Strategy,Microprose,MicroProse,,0.09,0.05,,0.04,0.01,1995-10-25, -/games/boxart/2426879ccc.jpg,Wordmaster,DS,Strategy,"Destination Software, Inc",,,0.09,0.09,,0,0.01,2008-08-12, -/games/boxart/full_7903283AmericaFrontccc.jpg,The Legend of Heroes: A Tear of Vermillion,PSP,Role-Playing,Bandai,Microvision,6.9,0.09,0.08,,,0.01,2005-11-15, -/games/boxart/9035642ccc.gif,Jenga World Tour,DS,Misc,Atari,Atomic Planet Entertainment,,0.09,0.08,,0,0.01,2007-11-13, -/games/boxart/full_7265061AmericaFrontccc.jpg,Atari Classics Evolved,PSP,Misc,Atari,Stainless Games,,0.09,0.08,,,0.01,2007-12-19, -/games/boxart/full_monopoly-collection_722AmericaFront.jpg,Monopoly Collection,Wii,Misc,Electronic Arts,Electronic Arts,,0.09,0.02,,0.07,0.01,2011-11-01, -/games/boxart/full_8904433JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.3: Akira Yuki,SAT,Misc,Sega,Sega-AM2,,0.09,,0.09,,0,1995-11-17, -/games/boxart/full_4687362AmericaFrontccc.jpg,Sega Casino,DS,Misc,Sega,TOSE,,0.09,0.08,,0,0.01,2005-11-15, -/games/boxart/full_2491886AmericaFrontccc.jpg,Scrabble,PSP,Misc,Electronic Arts,Stainless Games,,0.09,0.08,,,0.01,2009-03-17, -/games/boxart/full_truth-or-lies_0AmericaFront.jpg,Truth or Lies,PS3,Misc,THQ,Big Ant Studios,,0.09,0.06,,0.02,0.01,2010-09-14, -/games/boxart/full_alvin-and-the-chipmunks-chipwrecked_899AmericaFront.jpg,Alvin and the Chipmunks: Chipwrecked,Wii,Misc,Majesco,Behaviour Interactive,,0.09,0.07,,0.01,0.01,2011-11-15, -/games/boxart/full_2160389AmericaFrontccc.png,Yaiba: Ninja Gaiden Z,PS3,Misc,Tecmo Koei,Unknown,,0.09,0.05,,0.03,0.02,2014-03-04, -/games/boxart/full_momu-chan-diet-wii-figurobics-by-chon-dayon_774JapanFront.jpg,Momu-chan Diet Wii: Figurobics by Chon Dayon,Wii,Misc,Hudson Soft,IE Institute,,0.09,,0.09,,,2010-12-23, -/games/boxart/5790461ccc.jpg,Playboy: The Mansion,XB,Simulation,ARUSH Entertainment,Cyberlore Studios,,0.09,0.07,,0.02,0,2005-01-25, -/games/boxart/full_1461319JapanFrontccc.jpg,Everyday House Tamagotchi,3DS,Simulation,Namco Bandai Games,Bandai Namco Games,,0.09,,0.09,,,2012-11-22,2018-11-29 -/games/boxart/full_804269AmericaFrontccc.png,Harvest Moon: Skytree Village,3DS,Simulation,Natsume,Natsume,5,0.09,0.06,,0.02,0.01,2016-11-08, -/games/boxart/full_6073598AmericaFrontccc.jpg,Animal Planet: Vet Life,Wii,Simulation,Activision,Activision,,0.09,0.08,,0,0.01,2009-09-22, -/games/boxart/full_cake-mania-main-street_353AmericaFront.jpg,Cake Mania: Main Street,DS,Simulation,Majesco,Sandlot Games,,0.09,0.08,,,0.01,2011-05-17, -/games/boxart/full_3834825JapanFrontccc.jpg,Sidewinder Max,PS2,Simulation,Asmik Ace Entertainment,Asmik Ace Entertainment,,0.09,,0.09,,,2000-12-07, -/games/boxart/full_6696195AmericaFrontccc.jpg,Petz: Saddle Club,PSP,Simulation,Ubisoft,Digital Kids,,0.09,0.08,,,0.01,2009-10-27, -/games/boxart/full_2012003AmericaFrontccc.jpg,Jambo! Safari Animal Rescue,Wii,Simulation,Sega,Full Fat,,0.09,0.07,,0.01,0.01,2009-11-17, -/games/boxart/full_bittrip-complete_143AmericaFront.jpg,BIT.TRIP COMPLETE,Wii,Misc,Aksys Games,Gaijin Games Inc.,8.1,0.09,0.06,,0.02,0.01,2011-09-13, -/games/boxart/4462818ccc.jpg,The Weakest Link,PS,Misc,Activision,Traveller's Tales,,0.09,0.05,,0.03,0.01,2001-09-24, -/games/boxart/full_game-hits_1AmericaFront.jpg,Game Hits!,DS,Misc,Destineer,Foreign Media Games,,0.09,0.07,,0.01,0.01,2010-05-04, -/games/boxart/full_3373811PALFrontccc.jpg,Roary the Racing Car,DS,Misc,Avanquest,Uacari,,0.09,,,0.08,0.01,2009-08-07, -/games/boxart/full_the-bachelor-the-videogame_1AmericaFront.jpg,The Bachelor: The Videogame,DS,Misc,Warner Bros. Interactive,Warner Bros. Interactive Entertainment,,0.09,0.08,,,0.01,2010-08-25, -/games/boxart/default.jpg,Yoostar on MTV,X360,Misc,Unknown,Yoostar Entertainment Group,,0.09,0.08,,,0.01,2011-11-15, -/games/boxart/full_1390050JapanFrontccc.jpg,Aikatsu! My No.1 Stage!,3DS,Misc,Bandai Namco Games,Bandai Namco Games,,0.09,,0.09,,,2015-11-26,2018-08-06 -/games/boxart/full_1799785AmericaFrontccc.jpg,Karaoke Revolution,XB,Misc,Konami,Secret Level,,0.09,0.06,,0.02,0,2004-11-10, -/games/boxart/full_8720535AmericaFrontccc.jpg,My Stop Smoking Coach: Allen Carr's EasyWay,DS,Misc,Ubisoft,Ubisoft Quebec,,0.09,0.07,,0.01,0.01,2008-11-11, -/games/boxart/full_puss-in-boots_304AmericaFront.jpg,Puss in Boots,PS3,Misc,THQ,THQ,,0.09,0.07,,0.01,0.01,2011-10-25, -/games/boxart/full_karaoke-joysound-wii-dx_172JapanFront.jpg,Karaoke Joysound Wii DX,Wii,Misc,Hudson Soft,Xing Inc.,,0.09,,0.09,,,2009-11-26, -/games/boxart/full_6785370JapanFrontccc.jpg,Unou no Tatsujin: Soukai! Machigai Museum 2,DS,Misc,Namco Bandai,Bandai Namco Games,,0.09,,0.09,,,2007-03-01, -/games/boxart/full_singstar-guitar_1PALFront.jpg,SingStar Guitar,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.09,,,0.08,0.02,2010-10-08, -/games/boxart/full_8104895AmericaFrontccc.jpg,Family Party: 30 Great Games,Wii,Misc,D3 Publisher,Tamsoft Corporation,,0.09,0.08,,0.01,0.01,2008-12-02, -/games/boxart/full_8617247AmericaFrontccc.jpg,Konami Classics Vol. 1,X360,Misc,Konami,Konami,,0.08,0.08,,,0.01,2009-12-15, -/games/boxart/full_singstar-apres-ski-party-2_928PALFront.jpg,SingStar Apres-Ski Party 2,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.08,,,0.07,0.01,2010-12-03, -/games/boxart/full_6608169JapanFrontccc.jpg,Bleach: Heat the Soul 4,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.08,,0.08,,,2007-05-24, -/games/boxart/full_2894155AmericaFrontccc.jpg,BlazBlue: Cross Tag Battle,PS4,Fighting,Arc System Works,Arc System Works,,0.08,0.04,0.03,,0.01,2018-06-05,2018-06-06 -/games/boxart/full_5128509AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,XOne,Fighting,Arc System Works,Arc System Works,,0.08,0.06,,0.01,0.01,2015-06-30,2018-06-03 -/games/boxart/full_2294782JapanFrontccc.jpg,Guilty Gear XX Slash,PS2,Fighting,Sammy Corporation,Arc System Works,,0.08,,0.08,,,2006-04-13, -/games/boxart/full_8476989JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Flame Rumble Kaien Ring Soudatsuen!,DS,Fighting,Takara Tomy,Takara Tomy,,0.08,,0.08,,,2007-09-20, -/games/boxart/full_supremacy-mma_567AmericaFront.jpg,Supremacy MMA,X360,Fighting,505 Games,Kung Fu Factory,5,0.08,0.05,,0.02,0.01,2011-09-20, -/games/boxart/full_7701847JapanFrontccc.jpg,Kamen Rider: Super Climax Heroes,Wii,Fighting,Namco Bandai Games,Eighting,,0.08,,0.08,,,2012-11-29,2018-12-02 -/games/boxart/full_6002332AmericaFrontccc.jpg,The King of Fighters 2006,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.08,0.01,0.05,0.01,0,2006-09-19, -/games/boxart/full_8462919JapanFrontccc.jpg,Famicom Mini: Famicom Mukashi Banashi - Shin Oniga Shima Zenkouhen,GBA,Adventure,Nintendo,Pax Softonica,,0.08,,0.08,,0,2004-08-10, -/games/boxart/full_princess-isabella-a-witchs-curse_3AmericaFront.jpg,Princess Isabella: A Witch's Curse,DS,Adventure,GSP,Gogii Games,,0.08,0.05,,0.03,0.01,2010-09-03, -/games/boxart/full_9882011JapanFrontccc.jpg,Super Robot Wars OG: The Moon Dwellers,PS3,Misc,Namco Bandai Games,Unknown,,0.08,,0.08,,,2016-06-30, -/games/boxart/full_motto-stitch-ds-rhythm-de-rakugaki-daisakusen_4JapanFront.jpg,Motto! Stitch! DS Rhythm de Rakugaki Daisakusen,DS,Misc,Disney Interactive Studios,Cattle Call,,0.08,,0.08,,,2010-11-18, -/games/boxart/full_grease-dance_723AmericaFront.jpg,Grease Dance,PS3,Misc,505 Games,505 Games,,0.08,0.05,,0.02,0.01,2011-10-18, -/games/boxart/full_7963889AmericaFrontccc.jpg,My Friends,DS,Misc,O-Games,Oxygen Games,,0.08,0.07,,0,0.01,2009-07-28, -/games/boxart/full_4879829AmericaFrontccc.jpg,Storybook Workshop,Wii,Misc,Konami,Konami,,0.08,0.07,,,0.01,2009-12-01, -/games/boxart/full_4770319JapanFrontccc.jpg,Yuu Yuu Hakusho: Makyo Toitsusen,GEN,Fighting,Sega,"Treasure Co., Ltd.",,0.08,,0.08,,,1994-09-30, -/games/boxart/full_2357766JapanFrontccc.jpg,Sentimental Graffiti 2,DC,Adventure,NEC Interchannel,NEC Interchannel,,0.08,,0.08,,,2000-07-27, -/games/boxart/2076000ccc.jpg,Harvey Birdman: Attorney at Law,Wii,Adventure,Capcom,High Voltage Software,,0.08,0.08,,,0.01,2008-01-08, -/games/boxart/full_martian-panic_3AmericaFront.jpg,Martian Panic,Wii,Adventure,Zoo Games,Norbert Palacz,,0.08,0.08,,0,0.01,2010-08-24, -/games/boxart/full_2777432AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,3DS,Adventure,Little Orbit,WayForward Technologies,,0.08,0,,0.08,0,2014-10-18,2018-04-17 -/games/boxart/full_the-hidden_379AmericaFront.jpg,The Hidden,3DS,Adventure,Majesco,1st Playable Productions,,0.08,0.08,,,0.01,2011-10-04, -/games/boxart/4535887ccc.jpg,The Spiderwick Chronicles,DS,Adventure,Sierra Entertainment,Stormfront Studios,,0.08,0.07,,0,0.01,2008-02-05, -/games/boxart/full_6076403JapanFrontccc.jpg,Meitantei Conan & Kindaichi Shounen no Jikenbou: Meguri au Futari no Meitantei,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2009-02-05, -/games/boxart/full_5598812AmericaFrontccc.jpg,The Sexy Brutale,PS4,Adventure,Badland Games,Tequila Works,,0.08,0.05,,0.02,0.01,2017-08-29,2018-09-12 -/games/boxart/full_4178527JapanFrontccc.jpg,Samurai Shodown III,NG,Fighting,SNK,SNK Corporation,,0.08,,0.08,,0,1995-12-01, -/games/boxart/7551242ccc.jpg,The King of Fighters EX2: Howling Blood,GBA,Fighting,Atlus,Marvelous Interactive,7.9,0.08,0.06,,0.02,0,2003-12-11, -/games/boxart/full_6737387JapanFrontccc.jpg,The King of Fighters '98: Dream Match Never Ends,PS,Fighting,SNK,SNK Corporation,,0.08,0.05,,0.03,0.01,1999-03-25, -/games/boxart/2165125ccc.jpg,Gundam Seed: Battle Assault,GBA,Fighting,Bandai,Bandai,6.5,0.08,0.06,,0.02,0,2004-08-10, -/games/boxart/full_9796820AmericaFrontccc.jpg,Mortal Kombat Kollection,PS2,Fighting,Midway Games,Midway,,0.08,0.04,,0.03,0.01,2008-09-29, -/games/boxart/8173894ccc.jpg,Zatch Bell! Mamodo Battles,PS2,Fighting,Bandai,Eighting,,0.08,0.04,,0.03,0.01,2005-10-19, -/games/boxart/full_naruto-shippuden-shinobi-rumble_963AmericaFront.jpg,Naruto Shippuden: Shinobi Rumble!!,DS,Fighting,Takara Tomy,Takara Tomy,,0.08,0.03,0.05,,0,2011-02-08, -/games/boxart/full_970485AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,X360,Adventure,Telltale Games,Telltale Games,,0.08,0.05,,0.02,0.01,2017-10-03,2018-08-07 -/games/boxart/full_9190881AmericaFrontccc.jpg,Armorines: Project S.W.A.R.M.,PS,Shooter,Acclaim Entertainment,Probe Entertainment,3.2,0.08,0.05,,0.03,0.01,2000-05-03, -/games/boxart/full_5022101AmericaFrontccc.jpg,RTX Red Rock,PS2,Shooter,LucasArts,LucasArts,,0.08,0.04,,0.03,0.01,2003-06-17, -/games/boxart/4159840ccc.jpg,Metal Slug Advance,GBA,Shooter,SNK,Noise Factory,,0.08,0.06,,0.02,0,2004-12-02, -/games/boxart/626256ccc.jpg,Far Cry Vengeance,Wii,Shooter,Ubisoft,Ubisoft Montreal,,0.08,0.06,,0.01,0.01,2006-12-12, -/games/boxart/full_520668JapanFrontccc.jpg,Sega Ages: After Burner II,SAT,Shooter,Sega,Sega,,0.08,,0.08,,0,1996-09-27, -/games/boxart/full_5429878AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,X360,Platform,Namco Bandai Games,Monkey Bar Games,,0.08,0.04,,0.03,0.01,2013-10-29,2018-12-02 -/games/boxart/full_nano-assault_669AmericaFront.jpg,Nano Assault,3DS,Shooter,Majesco,Shin'en Multimedia,6,0.08,0.08,,,0.01,2011-12-01, -/games/boxart/full_8175467AmericaFrontccc.jpg,Earth Defense Force 4.1: The Shadow of New Despair,PS4,Shooter,Xseed Games,Sandlot,,0.08,0.05,,0.02,0.01,2015-12-08,2018-04-26 -/games/boxart/full_7153670AmericaFrontccc.jpg,Aliens versus Predator: Extinction,XB,Strategy,Electronic Arts,Zono Incorporated,,0.08,0.06,,0.02,0,2003-07-30, -/games/boxart/5174918ccc.jpg,Star Wars: Empire at War,PC,Strategy,LucasArts,Petroglyph Games,,0.08,0.01,,0.07,0.01,2006-02-15, -/games/boxart/full_4874974AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Platinum,PC,Strategy,Atari,Frontier Developments,,0.08,0.01,,0.06,0.01,2006-11-08, -/games/boxart/full_5843255JapanFrontccc.jpg,Tears to Tiara: Kakan no Daichi,PS3,Strategy,Aquaplus,Aquaplus,,0.08,,0.08,,,2008-07-17, -/games/boxart/full_307063AmericaFrontccc.jpg,ARK: Survival Evolved,NS,Action-Adventure,Studio Wildcard,Studio Wildcard,4,0.08,0.07,,,0.01,2018-11-30,2018-09-22 -/games/boxart/full_6999777AmericaFrontccc.jpg,How to Train Your Dragon 2,WiiU,Action-Adventure,Little Orbit,Torus Games,,0.08,0.03,,0.05,0.01,2014-06-10,2018-03-17 -/games/boxart/full_526272AmericaFrontccc.jpg,Darksiders II: Deathinitive Edition,XOne,Action-Adventure,Nordic Games,Gunfire Games,7.5,0.08,0.05,,0.03,0.01,2015-10-30,2018-10-02 -/games/boxart/full_444331AmericaFrontccc.jpg,Disney Infinity 2.0: Marvel Super Heroes,PSV,Action-Adventure,Disney Interactive Studios,Avalanche Software,,0.08,,,0.06,0.02,2015-05-09,2018-02-06 -/games/boxart/6089260ccc.jpg,Carol Vorderman's Sudoku,PSP,Puzzle,Eidos Interactive,Empire Interactive,7.4,0.08,0.06,,0,0.01,2007-03-06, -/games/boxart/full_warhammer-40000-dawn-of-war-ii-retribution_467AmericaFront.jpg,"Warhammer 40,000: Dawn of War II - Retribution",PC,Strategy,THQ,Relic Entertainment,7.9,0.08,,,0.06,0.02,2011-03-01, -/games/boxart/full_9458701JapanFrontccc.jpg,Famicom Mini: SD Gundam World Gachapon Senshi - Scramble Wars,GBA,Strategy,Nintendo,Bandai,,0.08,,0.08,,0,2004-08-10, -/games/boxart/8414538ccc.jpg,Goblin Commander: Unleash the Horde,XB,Strategy,Jaleco,Jaleco Entertainment,,0.08,0.06,,0.02,0,2003-11-11, -/games/boxart/full_4823706AmericaFrontccc.jpg,Evolution Worlds,GC,Role-Playing,Ubisoft,Sting,6.5,0.08,0.06,,0.02,0,2002-12-02, -/games/boxart/full_4477582AmericaFrontccc.jpg,A-Train,PS,Strategy,Maxis,ArtDink,6,0.08,0.02,0.04,0.01,0.01,1996-01-01, -/games/boxart/full_6248588AmericaFrontccc.jpg,Onimusha Tactics,GBA,Strategy,Capcom,Capcom,,0.08,0.06,,0.02,0,2003-11-11, -/games/boxart/full_4697964AmericaFrontccc.jpg,Nobunaga's Ambition: Rise to Power,PS2,Strategy,KOEI,Koei,,0.08,,0.08,,,2008-02-05, -/games/boxart/1967822ccc.jpg,7 Wonders of the Ancient World,PSP,Puzzle,Mumbo Jumbo,Hot Lava Games,5.4,0.08,0.07,,,0.01,2007-04-23, -/games/boxart/full_8300985AmericaFrontccc.jpg,Wordfish,DS,Puzzle,Ubisoft,Ubisoft,,0.08,0.07,,0,0.01,2008-12-02, -/games/boxart/9603289ccc.jpg,Soul Bubbles,DS,Puzzle,Eidos Interactive,Mekensleep,7,0.08,0.05,,0.02,0.01,2008-06-10, -/games/boxart/5744809ccc.jpg,Smart Bomb,PSP,Puzzle,Eidos Interactive,Core Design Ltd.,,0.08,0.07,,,0.01,2005-05-10, -/games/boxart/2380483ccc.jpg,Bomberman Jetters,GC,Puzzle,Majesco,Hudson Soft,7.2,0.08,0.06,,0.02,0,2004-03-10, -/games/boxart/full_6061743AmericaFrontccc.jpg,Me & My Katamari (JP sales),PSP,Puzzle,Namco,Namco,,0.08,,0.08,,,2006-03-21, -/games/boxart/full_puzzler-mind-gym-3d_641AmericaFront.jpg,Puzzler Mind Gym 3D,3DS,Puzzle,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2011-09-13, -/games/boxart/1699263ccc.jpg,SafeCracker: The Ultimate Puzzle Adventure,Wii,Puzzle,The Adventure Company,Kheops Studio,,0.08,0.07,,0.01,0.01,2008-12-02, -/games/boxart/full_4879261AmericaFrontccc.jpg,Duke Nukem: Land of the Babes,PS,Shooter,Atari,n-Space,,0.08,0.04,,0.03,0,2000-09-19, -/games/boxart/full_563717AmericaFrontccc.jpg,TimeSplitters: Future Perfect,GC,Shooter,Electronic Arts,Free Radical Design,8.4,0.08,0.06,,0.02,0,2005-03-21, -/games/boxart/3506537ccc.jpg,America's Army: True Soldiers,X360,Shooter,Ubisoft,Red Storm Entertainment,4.5,0.08,0.08,,,0.01,2007-11-15, -/games/boxart/full_dragon-slayer_7JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu,GEN,Role-Playing,Sega,Sega Falcom,,0.08,,0.08,,0,1994-09-16, -/games/boxart/full_6029583JapanFrontccc.jpg,Slayers Royal,PS,Role-Playing,Kadokawa Shoten,ESP Software,,0.08,,0.08,,0.01,1998-06-25, -/games/boxart/full_5946606AmericaFrontccc.jpg,Shining Resonance Refrain,PS4,Role-Playing,Sega,Media.Vision,,0.08,0.03,0.04,0.01,0.01,2018-07-10,2018-09-15 -/games/boxart/full_2544229PALFrontccc.jpg,Final Fantasy VI,PS,Role-Playing,SquareSoft,TOSE Software,,0.08,,0.08,,0.01,1999-09-30, -/games/boxart/9214459ccc.jpg,The Legend of Alon D'ar,PS2,Role-Playing,Ubisoft,Stormfront Studios,,0.08,0.04,,0.03,0.01,2001-12-04, -/games/boxart/full_1916730AmericaFrontccc.jpg,Earth Defense Force 2017,X360,Shooter,D3 Publisher,Sandlot,7.4,0.08,0.04,0.03,0.01,0,2007-03-20, -/games/boxart/full_2197126JapanFrontccc.jpg,Real Robots Final Attack,PS,Shooter,Banpresto,Banpresto,,0.08,,0.07,,0.01,1998-01-08, -/games/boxart/full_shellshock-2-blood-trails_445AmericaFront.jpg,ShellShock 2: Blood Trails,PS3,Shooter,Eidos Interactive,Rebellion Developments,,0.08,0.04,,0.03,0.01,2009-02-24, -/games/boxart/full_5938685AmericaFrontccc.jpg,Robotron X,PS,Shooter,Midway Games,Player 1,,0.08,0.05,,0.03,0.01,1996-11-30, -/games/boxart/full_6325949AmericaFrontccc.jpg,Bulletstorm: Full Clip Edition,XOne,Shooter,Gearbox Software,People Can Fly,,0.08,0.06,,0.01,0.01,2017-04-07,2018-06-25 -/games/boxart/4128405ccc.gif,State of Emergency 2,PS2,Shooter,SouthPeak Interactive,DC Studios,,0.08,0.04,,0.03,0.01,2006-02-14, -/games/boxart/full_goldeneye-007_0AmericaFront.jpg,GoldenEye 007,DS,Shooter,Activision,n-Space,5.5,0.08,0.08,,0,,2010-11-02, -/games/boxart/8023476ccc.jpg,Knife Edge: NoseGunner,N64,Shooter,Kemco,Kemco,,0.08,0.06,,0.02,0,1998-11-10, -/games/boxart/full_ultimate-shooting-collection_860AmericaFront.jpg,Ultimate Shooting Collection,Wii,Shooter,UFO Interactive,MileStone Inc.,,0.08,0.07,,,0,2009-02-02, -/games/boxart/full_5507511AmericaFrontccc.jpg,Infernal: Hell's Vengeance,X360,Shooter,Playlogic Game Factory,Metropolis Software,4.4,0.08,0.06,,0.01,0.01,2009-06-30, -/games/boxart/8271994ccc.gif,Vietcong: Purple Haze,XB,Shooter,Gathering of Developers,Coyote Developments,,0.08,0.06,,0.02,0,2004-09-15, -/games/boxart/8762478ccc.jpg,Gradius III and IV,PS2,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.08,0.04,,0.03,0.01,2000-11-13, -/games/boxart/full_3299191JapanFrontccc.jpg,Famicom Mini: Star Soldier,GBA,Shooter,Nintendo,Hudson Soft,,0.08,,0.08,,0,2004-02-14, -/games/boxart/2607263ccc.jpg,From Russia With Love,PSP,Shooter,Electronic Arts,Rebellion Developments,,0.08,0.07,,0,0.01,2006-04-03, -/games/boxart/full_4741889AmericaFrontccc.jpg,Tempest 3X,PS,Shooter,Interplay,High Voltage Software,,0.08,0.04,,0.03,0.01,1996-01-01, -/games/boxart/full_4135093AmericaFrontccc.jpg,Hidden Invasion,PS2,Shooter,Conspiracy Entertainment,Toka,,0.08,0.04,,0.03,0.01,2002-07-29, -/games/boxart/9629022ccc.gif,Gradius Galaxies,GBA,Shooter,Konami,Mobile 21,7.8,0.08,0.06,,0.02,0,2001-11-12, -/games/boxart/full_2576352AmericaFrontccc.jpg,Conflict: Desert Storm,GC,Shooter,Gotham Games,Pivotal Games,6.3,0.08,0.06,,0.02,0,2003-04-22, -/games/boxart/full_2217659AmericaFrontccc.jpg,Far Cry Instincts Evolution,XB,Shooter,Ubisoft,Ubisoft Montreal,,0.08,0.06,,0.02,0,2006-03-28, -/games/boxart/full_1948900AmericaFrontccc.jpg,Medal of Honor: Underground,GBA,Shooter,"Destination Software, Inc",Rebellion Developments,,0.08,0.05,,0.02,0,2002-12-02, -/games/boxart/9372957ccc.jpg,P.N.03 - Product Number Three,GC,Shooter,Capcom,Capcom Production Studio 4,6.3,0.08,0.06,,0.02,0,2003-09-09, -/games/boxart/full_6627070AmericaFrontccc.jpg,Homefront: The Revolution,PC,Shooter,Deep Silver,Dambuster Studios,,0.08,0.04,,0.03,0.01,2016-05-17,2018-05-24 -/games/boxart/9260083ccc.jpg,Endgame,PS2,Shooter,Empire Interactive,Cunning Developments,,0.08,0.04,,0.03,0.01,2002-06-04, -/games/boxart/4700004ccc.jpg,Bangai-O Spirits,DS,Shooter,D3 Publisher,"Treasure Co., Ltd.",8.4,0.08,0.07,,0,0.01,2008-08-12, -/games/boxart/9811811ccc.jpg,Warhammer: Battle For Atluma,PSP,Action,Namco Bandai,JV Games,,0.08,0.07,,,0.01,2006-11-14, -/games/boxart/full_9940444AmericaFrontccc.jpg,Superman: Shadow of Apokolips,GC,Action,Atari,Infogrames,,0.08,0.06,,0.02,0,2003-03-25, -/games/boxart/full_876553JapanFrontccc.jpg,Sengoku Musou 3: Moushouden,Wii,Action,Tecmo Koei,Omega Force,,0.08,,0.08,,,2011-02-10,2018-12-03 -/games/boxart/full_9423657JapanFrontccc.jpg,Puella Magi Madoka Magica: The Battle Pentagram,PSV,Action,Namco Bandai Games,ArtDink,,0.08,,0.08,,,2013-12-19,2018-12-03 -/games/boxart/7806817ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,GC,Action,Ubisoft,Ubisoft,6.7,0.08,0.06,,0.02,0,2004-07-20, -/games/boxart/full_knights-contract_222AmericaFront.jpg,Knights Contract,X360,Action,Namco Bandai,Game Republic,5,0.08,0.05,,0.03,0.01,2011-02-22, -/games/boxart/full_8365572AmericaFrontccc.jpg,Dynasty Warriors 9,XOne,Action,Tecmo Koei,Omega Force,,0.08,0.06,,0.01,0.01,2018-02-13,2017-12-31 -/games/boxart/full_order-up_563AmericaFront.jpg,Order Up!!,PS3,Action,Ignition Entertainment,SuperVillain Studios,,0.08,0.06,,0.01,0.01,2012-02-28, -/games/boxart/full_2172301AmericaFrontccc.jpg,Knights in the Nightmare,DS,Role-Playing,Atlus,Sting,7.5,0.08,0.06,0.02,,0,2009-06-03, -/games/boxart/full_1380497JapanFrontccc.jpg,Nights of Azure,PSV,Role-Playing,Tecmo Koei,Gust,,0.08,,0.08,,,2016-03-29,2018-06-01 -/games/boxart/3021184ccc.jpg,Zoids: Legacy,GBA,Role-Playing,Atari,Amedio,,0.08,0.06,,0.02,0,2004-09-15, -/games/boxart/full_5998300JapanFrontccc.jpg,Kamen Rider Travelers Record,3DS,Role-Playing,Bandai Namco Games,7thChord,,0.08,,0.08,,,2013-11-28,2018-12-01 -/games/boxart/full_6616958AmericaFrontccc.jpg,Dungeon Maker II: The Hidden War,PSP,Role-Playing,UFO Interactive,Global A Entertainment,,0.08,0.07,,,0.01,2008-12-09, -/games/boxart/full_3642834AmericaFrontccc.jpg,Risen 3: Titan Lords,PS3,Role-Playing,Deep Silver,Piranha Bytes,,0.08,0.02,,0.05,0.01,2014-08-12,2018-01-03 -/games/boxart/full_7864900AmericaFrontccc.jpg,Blacksite: Area 51,PS3,Shooter,Midway Games,Midway Studios Austin,,0.08,0.07,,0.01,0.01,2007-12-10, -/games/boxart/full_mad-dog-mccree-gunslinger-pack_1AmericaFront.jpg,Mad Dog McCree: Gunslinger Pack,Wii,Shooter,Majesco,Digital Leisure,,0.08,0.07,,0,0.01,2009-06-16, -/games/boxart/full_3257976JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky First Chapter,PSV,Role-Playing,Kadokawa Shoten,Nihon Falcom Corporation,,0.08,,0.08,,,2015-06-11, -/games/boxart/full_1320531AmericaFrontccc.jpg,PoPoLoCrois (JP sales),PSP,Role-Playing,Agetec,G-Artists,,0.08,,0.08,,,2005-11-29, -/games/boxart/full_8734431JapanFrontccc.jpg,Ken to Mahou to Gakuen Mono. 2,PSP,Role-Playing,Acquire,ZeroDiv,,0.08,,0.08,,,2009-06-25, -/games/boxart/full_gintama-gin-oh-quest-gin-san-ga-tenshoku-shitari-sekai-wo-sukuttari_4JapanFront.jpg,Gintama Gin-Oh Quest: Gin-San ga Tenshoku Shitari Sekai wo Sukuttari,DS,Role-Playing,Banpresto,Banpresto,,0.08,,0.08,,,2007-12-06, -/games/boxart/91926ccc.jpg,Ephemeral Fantasia,PS2,Role-Playing,Konami,Konami,5.7,0.08,0.04,,0.03,0.01,2001-07-09, -/games/boxart/full_3084988AmericaFrontccc.jpg,Koudelka,PS,Role-Playing,SNK,Sacnoth,6.5,0.08,0.05,,0.03,0.01,1999-11-30, -/games/boxart/full_9087722AmericaFrontccc.jpg,Lost Dimension,PS3,Role-Playing,Atlus,Lancarse,,0.08,0.06,0,0.01,0.01,2015-07-28,2018-11-24 -/games/boxart/full_7479976JapanFrontccc.jpg,RockMan EXE 4.5 Real Operation,GBA,Role-Playing,Capcom,Capcom,,0.08,,0.08,,0,2004-08-06, -/games/boxart/full_2172426AmericaFrontccc.jpg,Super Robot Taisen OG Saga: Endless Frontier,DS,Role-Playing,Atlus,Monolith Soft,,0.08,0.07,,,0.01,2009-04-29, -/games/boxart/full_542452AmericaFrontccc.jpg,Ogre Battle Series: Tactics Ogre,PS,Role-Playing,Atlus,Quest Corporation,7.9,0.08,0.04,,0.03,0.01,1998-05-01, -/games/boxart/full_8985893AmericaFrontccc.jpg,Atelier Firis: The Alchemist and the Mysterious Journey,PS4,Role-Playing,Tecmo Koei,Gust,,0.08,0.02,0.05,,0.01,2017-03-07,2018-07-04 -/games/boxart/3158497ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,PS2,Role-Playing,Square Enix,Square Enix,,0.08,0.03,0.01,0.03,0.01,2007-11-20, -/games/boxart/full_saga-3-jikuu-no-hasha-shadow-or-light_361JapanFront.jpg,SaGa 3: Jikuu no Hasha - Shadow or Light,DS,Role-Playing,Square Enix,Square Enix,,0.08,,0.08,,,2011-01-06, -/games/boxart/9519959ccc.jpg,Shining Force: Resurrection of the Dark Dragon,GBA,Role-Playing,Atlus,Amusement Vision,7.8,0.08,0.06,,0.02,0,2004-06-08, -/games/boxart/5834499ccc.jpg,Shining Soul II,GBA,Role-Playing,Atlus,Grasshopper Manufacture,,0.08,0.06,,0.02,0,2004-04-20, -/games/boxart/6724163ccc.jpg,Shin Megami Tensei: Digital Devil Saga 2,PS2,Role-Playing,Atlus,Atlus Co.,8.1,0.08,0.04,,0.03,0.01,2005-10-03, -/games/boxart/full_6468126JapanFrontccc.jpg,Samurai Warriors Chronicles 3,3DS,Action,Tecmo Koei,Omega Force,,0.08,,0.08,,,2015-06-30,2018-08-04 -/games/boxart/full_7402708AmericaFrontccc.jpg,Bladestorm: Nightmare,XOne,Action,Tecmo Koei,Omega Force,,0.08,0.06,,0.02,0.01,2015-03-03,2018-05-30 -/games/boxart/full_jaws-ultimate-predator_14AmericaFront.jpg,Jaws: Ultimate Predator,Wii,Action,Majesco,Tectonic Studios,,0.08,0.08,,,0.01,2011-12-01, -/games/boxart/full_4359019AmericaFrontccc.jpg,Ghostbusters (2016),PS4,Action,Activision,FireForge Games,,0.08,0.07,,,0.02,2016-07-12,2018-09-17 -/games/boxart/full_4759825AmericaFrontccc.jpg,Rescue Heroes: Billy Blazes,GBA,Action,Vivendi Games,WayForward Technologies,,0.08,0.06,,0.02,0,2003-08-27, -/games/boxart/full_4187799AmericaFrontccc.jpg,Sushi Academy,DS,Action,City Interactive,DTP Entertainment,,0.08,0.08,,,0.01,2009-11-02, -/games/boxart/default.jpg,DaGeDar,DS,Action,GameMill,GameMill Entertainment,,0.08,0.08,,,0.01,2011-11-08, -/games/boxart/7319958ccc.jpg,Ultimate Card Games DS,DS,Strategy,Telegames,Unknown,,0.08,0.07,,,0.01,2008-10-17, -/games/boxart/full_the-idolmaster-gravure-for-you-vol-3_154JapanFront.jpg,The Idolmaster: Gravure For You! Vol. 3,PS3,Action,Namco Bandai,Unknown,,0.08,,0.08,,,2011-12-29, -/games/boxart/full_3581703AmericaFrontccc.jpg,Metal Gear Survive,XOne,Action,Konami Digital Entertainment,Konami Digital Entertainment,,0.08,0.05,,0.01,0.01,2018-02-20,2018-02-25 -/games/boxart/full_8377258AmericaFrontccc.jpg,Dynasty Warriors 3,XB,Action,KOEI,Omega Force,,0.08,0.06,,0.02,0,2002-09-24, -/games/boxart/2472739ccc.jpg,Auto Destruct,PS,Action,Electronic Arts,Neurostone,,0.08,0.04,,0.03,0.01,1998-02-28, -/games/boxart/full_3502687AmericaFrontccc.jpg,Resident Evil 3: Nemesis,GC,Action,Capcom,Capcom,5.7,0.08,0.06,,0.02,0,2003-01-15, -/games/boxart/full_7526599AmericaFrontccc.jpg,Aliens in the Attic,Wii,Action,Playlogic Game Factory,Playlogic Game Factory,,0.08,0.07,,0,0.01,2009-07-28, -/games/boxart/full_9177743PALFrontccc.jpg,Dead Island Definitive Collection,XOne,Action,Deep Silver,Techland,,0.08,0.05,,0.03,0.01,2016-05-31, -/games/boxart/full_9128552AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,NS,Action,GameMill Entertainment,Magic Pockets,,0.08,0.04,,0.04,0.01,2017-10-31,2020-09-25 -/games/boxart/full_285867AmericaFrontccc.jpg,Looney Tunes: Acme Arsenal,X360,Action,Warner Bros. Interactive,Red Tribe,,0.08,0.06,,0.01,0.01,2007-10-09, -/games/boxart/6684137ccc.jpg,Batman: Dark Tomorrow,GC,Action,Kemco,"HotGen, Ltd.",2.3,0.08,0.06,,0.02,0,2003-03-25, -/games/boxart/4232404ccc.jpg,Tomb Raider: Legend,GC,Action,Eidos Interactive,Crystal Dynamics,7.9,0.08,0.06,,0.02,0,2006-11-14, -/games/boxart/5498101ccc.jpg,Seven Samurai 20XX,PS2,Action,Sammy Corporation,Dimps Corporation,,0.08,0.04,,0.03,0.01,2004-03-12, -/games/boxart/full_8986198AmericaFrontccc.jpg,The Croods: Prehistoric Party!,DS,Action,D3Publisher,Torus Games Pty. Ltd.,,0.08,0.03,,0.04,0.01,2013-03-19,2018-12-14 -/games/boxart/full_monkey-hero_984AmericaFront.jpg,Monkey Hero,PS,Action,Take-Two Interactive,Blam!,,0.08,0.04,,0.03,0,1999-02-28, -/games/boxart/full_2926897AmericaFrontccc.jpg,Akiba's Beat,PS4,Action,Xseed Games,Acquire,,0.08,0.05,0.01,,0.01,2017-05-16,2018-08-01 -/games/boxart/full_3881067AmericaFrontccc.jpg,The Legend of Kage 2,DS,Action,Taito,Taito Corporation,,0.08,0.07,0,0,0.01,2008-10-08, -/games/boxart/full_2330897AmericaFrontccc.jpg,Samurai Western,PS2,Action,Atlus,Acquire,,0.08,0.04,,0.03,0.01,2005-06-07, -/games/boxart/full_4861957AmericaFrontccc.jpg,Evil Dead: Regeneration,XB,Action,THQ,Cranky Pants Games,,0.08,0.06,,0.02,0,2005-09-13, -/games/boxart/full_9785935AmericaFrontccc.jpg,Toy Soldiers: War Chest,XOne,Action,Ubisoft,Signal Studios,,0.08,0.07,,,0.01,2015-08-11,2018-06-25 -/games/boxart/3826950ccc.jpg,Fatal Frame III: The Tormented,PS2,Action,Tecmo,Tecmo,7.7,0.08,0.04,,0.03,0.01,2005-11-08, -/games/boxart/full_8235791JapanFrontccc.jpg,Zero: Tsukihami no Kamen,Wii,Action,Unknown,Grasshopper Manufacture,7.5,0.08,,0.08,,,, -/games/boxart/full_4812134PALFrontccc.jpg,Legend of Kay Anniversary,PS4,Action,Nordic Games,Neon Studios,,0.08,0.03,,0.03,0.01,2015-05-29,2018-09-11 -/games/boxart/3675509ccc.jpg,Ninjabread Man,Wii,Action,Conspiracy Entertainment,Data Design Interactive,,0.08,0.07,,0,0.01,2007-10-01, -/games/boxart/3058771ccc.jpg,Harry Potter and the Sorcerer's Stone,GC,Action,Electronic Arts,Warthog,,0.08,0.06,,0.02,0,2003-12-09, -/games/boxart/full_6148476JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Next,Wii,Sports,Konami,PawaPuro Production,,0.08,,0.08,,,2009-03-19, -/games/boxart/full_2977765AmericaFrontccc.jpg,Pro Evolution Soccer 2013,PC,Sports,Konami Digital Entertainment,Konami,,0.08,,,0.07,0.01,2012-09-25,2018-01-12 -/games/boxart/full_8744423JapanFrontccc.jpg,Ansatsu Kyoushitsu: Assassin Ikusei Keikaku!!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.08,,0.08,,,2016-03-24,2018-08-06 -/games/boxart/full_4400042AmericaFrontccc.jpg,C.O.P.: The Recruit,DS,Action,Ubisoft,Ubisoft,5.7,0.08,0.05,,0.02,0.01,2009-11-03, -/games/boxart/full_5289736AmericaFrontccc.jpg,Dead Rising,PS4,Action,Capcom,Capcom Production Studio 1,,0.08,0.04,0.02,,0.01,2016-09-13, -/games/boxart/full_3552424AmericaFrontccc.jpg,The Secret Saturdays: Beasts of the 5th Sun,DS,Action,D3 Publisher,OneNine Studios,,0.08,0.08,,0,0.01,2009-10-20, -/games/boxart/full_5161193JapanFrontccc.jpg,Famicom Mini: Adventure Island,GBA,Action,Hudson Soft,Hudson,,0.08,,0.08,,0,2004-05-21, -/games/boxart/7951294ccc.jpg,RoadKill,XB,Action,Midway Games,Terminal Reality,,0.08,0.06,,0.02,0,2003-10-13, -/games/boxart/full_tennis-no-oji-sama-gyutto-dokidoki-survival-umi-to-yama-no-love-passion_22JapanFront.jpg,Tennis no Oji-Sama Gyutto! DokiDoki Survival - Umi to Yama no Love Passion,DS,Sports,Konami,Konami,,0.08,,0.08,,,2011-06-23, -/games/boxart/full_rapala-pro-bass-fishing-2010_509AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PS2,Sports,Activision,FUN Labs,,0.08,0.04,,0.03,0.01,2010-09-28, -/games/boxart/full_3129343AmericaFrontccc.jpg,Striker 96,PS,Sports,Acclaim Entertainment,Rage Software,,0.08,0.04,,0.03,0.01,1996-01-01, -/games/boxart/full_984949AmericaFrontccc.jpg,NHL Breakaway 99,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,0.08,0.07,,0.01,0,1998-11-27, -/games/boxart/7791341ccc.jpg,Tony Hawk's Pro Skater 3,N64,Sports,Activision,Edge of Reality,8.1,0.08,0.06,,0.02,0,2002-08-20, -/games/boxart/full_little-league-world-series-double-play_2AmericaFront.jpg,Little League World Series Baseball: Double Play,Wii,Sports,Activision,Now Production,,0.08,0.07,,,0.01,2010-07-20, -/games/boxart/367727ccc.jpg,High Heat Major League Baseball 2004,XB,Sports,3DO,3DO,,0.08,0.06,,0.02,0,2003-03-05, -/games/boxart/full_6064724AmericaFrontccc.jpg,Jillian Michaels Fitness Ultimatum 2010,DS,Sports,Majesco,Mistic Software,,0.08,0.07,,,0.01,2009-10-20, -/games/boxart/full_1663379AmericaFrontccc.jpg,Ultimate Duck Hunting,Wii,Sports,Zoo Digital Publishing,Collision Studios,,0.08,0.07,,,0.01,2009-08-25, -/games/boxart/4728027ccc.jpg,NHL Hitz 20-03,GC,Sports,Midway Games,EA Black Box,,0.08,0.06,,0.02,0,2002-09-15, -/games/boxart/3607822ccc.jpg,All-Star Baseball 2004,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.08,0.06,,0.02,0,2003-02-23, -/games/boxart/262657ccc.jpg,Boxing Fever,GBA,Sports,Majesco,Digital Fiction,7.2,0.08,0.06,,0.02,0,2001-10-11, -/games/boxart/full_2825317AmericaFrontccc.jpg,Major League Baseball 2K12,DS,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.08,0.07,,,0.01,2012-03-06,2018-11-03 -/games/boxart/full_6264473AmericaFrontccc.jpg,MLB Front Office Manager,PS3,Sports,2K Sports,Blue Castle Games,,0.08,0.07,,,0.01,2009-01-26, -/games/boxart/full_6442924AmericaFrontccc.jpg,Skydiving Extreme,PS,Sports,Natsume,Banpresto,,0.08,0.04,,0.03,0.01,2001-08-09, -/games/boxart/full_4536711AmericaFrontccc.jpg,New International Track & Field,DS,Sports,Konami,Sumo Digital,7.4,0.08,0.07,0,0,0.01,2008-07-22, -/games/boxart/full_6629608JapanFrontccc.jpg,Dragon Force II: Kamisarishi Daichi ni,SAT,Strategy,Sega,Chime,,0.08,,0.08,,0,1998-04-02, -/games/boxart/full_2268038JapanFrontccc.jpg,Quo Vadis,SAT,Strategy,Glams,The EDGE Interactive,,0.08,,0.08,,0,1995-12-21, -/games/boxart/full_5713110AmericaFrontccc.jpg,Stella Deus: The Gate of Eternity,PS2,Strategy,Atlus,Pinegrow,7.3,0.08,0.04,,0.03,0.01,2005-04-26, -/games/boxart/full_little-league-world-series-double-play_8AmericaFront.jpg,Little League World Series Baseball: Double Play,DS,Sports,Activision,Black Lantern Studios,,0.08,0.07,,,0.01,2010-07-20, -/games/boxart/full_10-minute-solution_3AmericaFront.jpg,10 Minute Solution,Wii,Sports,Activision,Anchor Bay Entertainment,,0.08,0.06,,0.01,0.01,2010-06-29, -/games/boxart/3934287ccc.jpg,Outlaw Tennis,PS2,Sports,Global Star Software,Hypnotix,,0.08,0.04,,0.03,0.01,2005-07-26, -/games/boxart/full_405354AmericaFrontccc.jpg,Tony Hawk's Pro Skater 5,X360,Sports,Activision,Robomodo,,0.08,0.07,,,0.01,2015-12-15,2018-04-15 -/games/boxart/full_4092022AmericaFrontccc.jpg,LEGO Soccer Mania,GBA,Sports,LEGO Media,Tiertex Design Studios,,0.08,0.06,,0.02,0,2002-06-17, -/games/boxart/full_6334107JapanFrontccc.jpg,Derby Tsuku: Derby Uma o Tsukurou!,DC,Sports,Sega,Sega,,0.08,,0.08,,0,2000-07-27, -/games/boxart/full_deadliest-catch-sea-of-chaos_655AmericaFront.jpg,Deadliest Catch: Sea of Chaos,PS3,Sports,Crave Entertainment,Double Tap,,0.08,0.08,,,0.01,2010-11-29, -/games/boxart/4695245ccc.jpg,ESPN NFL PrimeTime 2002,PS2,Sports,Konami,Farsight Technologies,,0.08,0.04,,0.03,0.01,2001-12-02, -/games/boxart/9067082ccc.jpg,Swingerz Golf,GC,Sports,Eidos Interactive,Telenet,,0.08,0.06,,0.02,0,2002-10-23, -/games/boxart/full_6349672AmericaFrontccc.jpg,Madden NFL 08,GC,Sports,EA Sports,EA Tiburon,7.6,0.08,0.06,,0.02,0,2007-08-14, -/games/boxart/full_8534815JapanFrontccc.jpg,Pro Yakyuu Famista DS 2010,DS,Sports,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2010-03-25, -/games/boxart/full_311818JapanFrontccc.jpg,Captain Tsubasa,PS2,Sports,Bandai,Bandai Namco Games,,0.08,,0.08,,,2006-10-19, -/games/boxart/full_8282013AmericaFrontccc.jpg,NBA 2K Playgrounds 2,PS4,Sports,2K Games,Saber Interactive,,0.08,0.06,,,0.01,2018-10-16,2018-09-11 -/games/boxart/full_5897470JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12,GC,Sports,Konami,PawaPuro Production,,0.08,,0.08,,0,2005-07-14, -/games/boxart/484133ccc.jpg,LEGO Soccer Mania,PS2,Sports,LEGO Media,Silicon Dreams,,0.08,0.04,,0.03,0.01,2002-06-17, -/games/boxart/full_5331336AmericaFrontccc.jpg,NHL 2K7,X360,Sports,2K Sports,2K Sports,8,0.08,0.07,,0,0.01,2006-09-12, -/games/boxart/full_446613JapanFrontccc.jpg,Jikkyou Powerful Major League 2009,PS2,Sports,Konami,PawaPuro Production,,0.08,,0.08,,,2009-04-29, -/games/boxart/full_j-league-winning-eleven-2009-club-championship_2JapanFront.jpg,J-League Winning Eleven 2009: Club Championship,PS2,Sports,Konami,Konami,,0.08,,0.08,,,2009-08-06, -/games/boxart/full_339467AmericaFrontccc.jpg,FIFA Soccer 2005,GBA,Sports,EA Sports,EA Canada,8.1,0.08,0.06,,0.02,0,2004-10-12, -/games/boxart/full_1920942AmericaFrontccc.jpg,FIFA 18,PC,Sports,EA Sports,EA Vancouver,8,0.08,,,0.08,0,2017-09-29,2018-04-02 -/games/boxart/full_4562969AmericaFrontccc.jpg,Don King Boxing,DS,Sports,2K Sports,Venom Games,,0.08,0.06,,0.02,0.01,2009-03-31, -/games/boxart/754476ccc.jpg,Disney's Meet the Robinsons,X360,Action,Disney Interactive Studios,Avalanche Software,,0.08,0.07,,0,0.01,2007-03-27, -/games/boxart/full_2723718AmericaFrontccc.jpg,Incredible Crisis,PS,Action,Titus,Polygon Magic,,0.08,0.04,,0.03,0.01,2000-11-06, -/games/boxart/full_7109867JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 15,Wii,Sports,Konami,PawaPuro Production,,0.08,,0.08,,,2008-07-24, -/games/boxart/full_cabelas-north-american-adventures_7AmericaFront.jpg,Cabela's North American Adventures,PS2,Sports,Activision,Activision,,0.08,0.04,,0.03,0.01,2010-09-14, -/games/boxart/full_2314790AmericaFrontccc.jpg,Pro Evolution Soccer 2008 (JP sales),DS,Sports,Konami,Konami,,0.08,,0.08,,,2008-03-11, -/games/boxart/full_8051143AmericaFrontccc.jpg,Diva Girls: Divas on Ice,Wii,Sports,505 Games,505 Games,,0.08,0.07,,0,0.01,2009-06-16, -/games/boxart/5224980ccc.jpg,FIFA Street 2,XB,Sports,EA Sports BIG,EA Canada,,0.08,0.06,,0.02,0,2006-02-28, -/games/boxart/full_4273126JapanFrontccc.jpg,Orega Kantoku Da! Gekitou Pennant Race,PS2,Sports,Enix,Enix Corporation,,0.08,,0.08,,,2000-11-22, -/games/boxart/full_go-diego-go-mega-bloks-build-amp-rescue_2AmericaFront.jpg,Diego's Build & Rescue,DS,Action,2K Play,2K Play,,0.08,0.07,,0,0.01,2010-10-26, -/games/boxart/full_543703JapanFrontccc.jpg,Gintama: Gin-San to Issho! Boku no Kabuki Machi Nikki,PS2,Action,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2007-08-30, -/games/boxart/4023333ccc.jpg,Indycar Series 2005,XB,Action,Codemasters,Unknown,,0.08,0.06,,0.02,0,2004-06-22, -/games/boxart/full_9163298JapanFrontccc.jpg,Medabots Dual: Kabuto / Kuwagata,3DS,Action,Rocket Company,Jupiter Corporation,,0.08,,0.08,,,2013-11-14,2018-12-03 -/games/boxart/9409994ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,X360,Action,Activision,Unknown,,0.08,0.06,,0.01,0.01,2007-09-26, -/games/boxart/full_knights-contract_802AmericaFront.jpg,Knights Contract,PS3,Action,Namco Bandai,Game Republic,5.8,0.08,0.04,,0.03,0.01,2011-02-22, -/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_968AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,PS3,Action,THQ,THQ,,0.08,0.04,,0.04,0.01,2011-09-13, -/games/boxart/full_super-sentai-battle-ranger-cross_264JapanFront.jpg,Super Sentai Battle: Ranger Cross,Wii,Action,Namco Bandai,Namco Bandai Games,,0.08,,0.08,,,2011-09-08, -/games/boxart/full_336260AmericaFrontccc.jpg,Salon Superstar,DS,Simulation,505 Games,505 Games,,0.08,0.07,,,0,2009-12-08, -/games/boxart/full_the-sims-3-fast-lane-stuff_157AmericaFront.jpg,The Sims 3: Fast Lane Stuff,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.08,0.01,,0.05,0.01,2010-09-07, -/games/boxart/full_armored-core-3-portable_10JapanFront.jpg,Armored Core 3 Portable,PSP,Simulation,From Software,From Software,,0.08,,0.08,,,2009-07-30, -/games/boxart/full_5805293AmericaFrontccc.jpg,Overcooked! 2,XOne,Simulation,Sold Out,Ghost Town Games,,0.08,0.07,,0,0.01,2018-08-07,2018-06-14 -/games/boxart/full_668885AmericaFrontccc.jpg,The Sims 2: Ikea Home Stuff,PC,Simulation,Electronic Arts,Maxis,,0.08,,,0.07,0.01,2008-06-23, -/games/boxart/full_9501178AmericaFrontccc.jpg,Dreamer Series: Shop Owner,DS,Simulation,DreamCatcher Interactive,ZigZag Island,,0.08,0.07,,0,0.01,2009-05-12, -/games/boxart/full_9579466PALFrontccc.jpg,Imagine: My Restaurant,DS,Simulation,Ubisoft,Vicarious Visions,,0.08,,,0.07,0.01,2009-03-27, -/games/boxart/full_5980789JapanFrontccc.jpg,The Idolm@ster,X360,Simulation,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2007-01-25, -/games/boxart/full_major-league-baseball-2k11_62AmericaFront.jpg,Major League Baseball 2K11,PC,Sports,2K Sports,Visual Concepts,,0.08,0.06,,0.02,0.01,2011-03-08, -/games/boxart/full_4198924AmericaFrontccc.jpg,Slam 'n Jam '96 featuring Magic & Kareem,PS,Sports,Crystal Dynamics,Left Field Productions,,0.08,0.04,,0.03,0.01,1996-01-01, -/games/boxart/full_696050AmericaFrontccc.jpg,R.B.I. Baseball 2017,NS,Sports,MLB.com,MLB.com,,0.08,0.07,,,0.01,2017-09-05, -/games/boxart/full_captain-tsubasa-new-kick-off_4PALFront.jpg,Captain Tsubasa: New Kick Off,DS,Sports,Konami,Konami,,0.08,,0.06,0.02,0,2010-11-04, -/games/boxart/full_8164069AmericaFrontccc.jpg,NHL 06,GC,Sports,EA Sports,EA Canada,,0.08,0.06,,0.02,0,2005-09-06, -/games/boxart/full_sports-collection_10AmericaFront.jpg,Sports Collection,DS,Sports,Ubisoft,Ubisoft Pune,,0.08,0.06,,0.01,0.01,2010-10-05, -/games/boxart/9388220ccc.jpg,Sub Rebellion,PS2,Simulation,Metro 3D,Irem Software Engineering,,0.08,0.04,,0.03,0.01,2002-10-12, -/games/boxart/full_3432198AmericaFrontccc.jpg,Port Royale 3,PS3,Simulation,Kalypso Media,Gaming Minds Studios,,0.08,0.06,,,0.01,2012-10-02,2018-12-04 -/games/boxart/full_511306JapanFrontccc.jpg,Black/Matrix,SAT,Strategy,NEC Interchannel,Flight-Plan,,0.08,,0.08,,0,1998-08-27, -/games/boxart/full_class-of-heroes-final_139JapanFront.jpg,Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama,PSP,Strategy,Acquire,ZeroDiv,,0.08,,0.08,,,2011-10-13, -/games/boxart/full_get-fit-with-mel-b_938AmericaFront.jpg,Get Fit with Mel B,Wii,Sports,Deep Silver,Lightning Fish,,0.08,0.03,,0.05,0.01,2011-09-14, -/games/boxart/full_get-fit-with-mel-b_254PALFront.jpg,Get Fit with Mel B,X360,Sports,Unknown,Lightning Fish,,0.08,0,,0.06,0.01,, -/games/boxart/full_winter-stars_509AmericaFront.jpg,Winter Stars,PS3,Sports,Deep Silver,49Games,,0.08,0.01,,0.05,0.01,2011-11-10, -/games/boxart/9848556ccc.jpg,FIFA Soccer 2003,GC,Sports,EA Sports,EA Canada,,0.08,0.06,,0.02,0,2002-11-14, -/games/boxart/4283300ccc.jpg,Backyard NBA Basketball,DS,Sports,Atari,Mistic Software,,0.08,0.07,,,0.01,2007-09-25, -/games/boxart/5267100ccc.jpg,Outlaw Golf,GC,Sports,Simon & Schuster Interactive,Hypnotix,,0.08,0.06,,0.02,0,2002-10-30, -/games/boxart/4330001ccc.jpg,Super Football,2600,Sports,Atari,Atari,,0.08,0.07,,0,0,1988-01-01, -/games/boxart/default.jpg,Derby Stallion 98,SNES,Sports,ASCII Entertainment,ASCII Entertainment,,0.08,,0.08,,,1998-08-25, -/games/boxart/9021697ccc.jpg,Worms: A Space Oddity,Wii,Strategy,THQ,Team17 Software,,0.08,0.06,,0.02,0.01,2008-03-18, -/games/boxart/full_4857008JapanFrontccc.jpg,Future Card Buddyfight: Yuujou no Bakunetsu Fight!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.08,,0.08,,,2015-04-16,2018-08-04 -/games/boxart/full_fabstyle_328JapanFront.jpg,FabStyle,DS,Strategy,Tecmo Koei,Tecmo Koei Games,,0.08,,0.08,,,2011-11-24,2018-07-30 -/games/boxart/full_6956585JapanFrontccc.jpg,GOTHA: Ismailia Seneki,SAT,Strategy,Sega,Micronet,,0.08,,0.08,,0,1995-01-27, -/games/boxart/3086531ccc.jpg,P.T.O. IV: Pacific Theater of Operations,PS2,Strategy,KOEI,Koei,,0.08,0.04,,0.03,0.01,2003-02-03, -/games/boxart/full_bakugan-rise-of-the-resistance_612AmericaFront.jpg,Bakugan: Rise of the Resistance,DS,Strategy,Activision,Activision,,0.08,0.05,,0.02,0.01,2011-11-08, -/games/boxart/full_wsc-real-11-world-snooker-championship_304PALFront.jpg,WSC Real 11: World Snooker Championship,PS3,Sports,Koch Media,Dark Energy Digital,,0.08,,,0.07,0.02,2011-04-15, -/games/boxart/full_101-in-1-sports-megamix_0AmericaFront.jpg,101-in-1 Sports Megamix,DS,Sports,Atlus,Nordcurrent,,0.08,0.08,,0,0.01,2010-09-07, -/games/boxart/full_9873866AmericaFrontccc.jpg,NCAA Football 08,XB,Sports,EA Sports,EA Tiburon,,0.08,0.06,,0.02,0,2007-07-17, -/games/boxart/full_1782258AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,PS2,Sports,Conspiracy Entertainment,49Games,,0.08,0.04,,0.03,0.01,2008-11-18, -/games/boxart/full_the-sims-3-barnacle-bay_732AmericaFront.jpg,The Sims 3: Barnacle Bay,PC,Simulation,Electronic Arts,Maxis,,0.08,0.08,,,0.01,2011-03-08, -/games/boxart/full_9277624AmericaFrontccc.jpg,Charm Girls Club: My Fashion Show,DS,Simulation,Electronic Arts,Electronic Arts Casual Studios,,0.08,0.08,,,0.01,2009-10-20, -/games/boxart/full_8237214AmericaFrontccc.jpg,Elite: Dangerous,XOne,Simulation,Frontier Developments,Frontier Developments,,0.08,0.07,,,0.01,2017-06-27,2018-06-15 -/games/boxart/5693298ccc.jpg,Blazing Angels: Squadrons of WWII,XB,Simulation,Ubisoft,Ubisoft Romania,7,0.08,0.06,,0.02,0,2006-03-23, -/games/boxart/full_9612453JapanFrontccc.jpg,Dungeon Travelers 2: The Royal Library & the Monster Seal,PSP,Role-Playing,Aqua Plus,Sting,,0.08,,0.08,,,2013-03-28,2018-12-03 -/games/boxart/7473971ccc.jpg,Alien Syndrome,PSP,Role-Playing,Sega,Totally Games,4.9,0.08,0.07,,0,0.01,2007-07-24, -/games/boxart/8338764ccc.jpg,Phantasy Star Online Episode III: C.A.R.D. Revolution,GC,Role-Playing,Sega,Sonic Team,7.4,0.08,0.06,,0.02,0,2004-03-02, -/games/boxart/full_2428673JapanFrontccc.jpg,Moe Chronicle,PSV,Role-Playing,Compile Heart,Compile Heart,,0.08,,0.08,,,2014-05-15,2018-12-12 -/games/boxart/full_criminal-girls_0JapanFront.jpg,Criminal Girls,PSP,Role-Playing,Nippon Ichi Software,imageepoch Inc.,,0.08,,0.08,,,2010-11-18, -/games/boxart/full_1541157JapanFrontccc.jpg,Dragon Shadow Spell,PS2,Role-Playing,Flight-Plan,Flight-Plan,,0.08,,0.08,,,2007-01-18, -/games/boxart/full_little-league-world-series-baseball-2010_0AmericaFront.jpg,Little League World Series Baseball 2010,PS3,Sports,Activision,Now Production,,0.08,0.07,,,0.01,2010-07-20, -/games/boxart/full_2481280AmericaFrontccc.png,NBA 10 The Inside,PSP,Sports,Sony Computer Entertainment,SCEA San Diego Studios,6.5,0.08,0.07,,,0.01,2009-10-06, -/games/boxart/full_2522935JapanFrontccc.jpg,Dragon Slayer: The Legend of Heroes,GEN,Role-Playing,Sega,Nihon Falcom Corporation,,0.08,,0.08,,0,1994-09-16,2018-12-14 -/games/boxart/full_871168AmericaFrontccc.jpg,Child of Light,PSV,Role-Playing,Ubisoft,Ubisoft Montreal,,0.08,,0.02,0.05,0.01,2014-07-01,2018-12-30 -/games/boxart/full_3161598JapanFrontccc.jpg,Slayers Royal 2,SAT,Role-Playing,Kadokawa Shoten,Onion Egg,,0.08,,0.08,,0,1998-09-03, -/games/boxart/full_2781324AmericaFrontccc.jpg,Dawn of Heroes,DS,Role-Playing,Majesco,Wicked Studios,,0.08,0.07,,,0.01,2010-08-17, -/games/boxart/full_1561363JapanFrontccc.jpg,Lost Heroes 2,3DS,Role-Playing,Bandai Namco Games,M2,,0.08,,0.08,,,2015-01-29,2018-08-06 -/games/boxart/full_8513883JapanFrontccc.jpg,Majin Tensei,SNES,Role-Playing,Atlus,Atlus Co.,,0.08,,0.08,,,1994-01-28, -/games/boxart/full_4645315AmericaFrontccc.jpg,Dragon Ball Z: The Legacy of Goku I & II,GBA,Role-Playing,Atari,Webfoot Technologies,,0.08,0.05,,0.02,0,2005-12-08, -/games/boxart/full_3641904JapanFrontccc.jpg,Hero Bank,3DS,Role-Playing,Sega,Sega,,0.08,,0.08,,,2014-03-20,2018-12-14 -/games/boxart/full_5349843AmericaFrontccc.jpg,Rick & Morty Virtual Rick-Ality,PS4,Simulation,Nighthawk Interactive,Owlchemy Labs,,0.08,0.06,,,0.01,2018-04-24,2018-02-27 -/games/boxart/full_petz-fantasy-sunshine-magic_9AmericaFront.jpg,Petz Fantasy: Sunshine Magic,DS,Simulation,Ubisoft,Ubisoft,,0.08,0.07,,0,0.01,2010-10-05, -/games/boxart/full_7899403AmericaFrontccc.jpg,Mission Runway,DS,Simulation,THQ,Arts Software,,0.08,0.07,,0.01,0.01,2009-05-11, -/games/boxart/4802686ccc.jpg,Battlestar Galactica,XB,Simulation,VU Games,Warthog,,0.08,0.06,,0.02,0,2003-11-19, -/games/boxart/5627222ccc.jpg,Fireblade,XB,Simulation,Midway Games,Kuju Entertainment,,0.08,0.06,,0.02,0,2002-11-17, -/games/boxart/full_zhuzhu-babies_272AmericaFront.jpg,ZhuZhu Babies,DS,Simulation,Activision,Black Lantern Studios,,0.08,0.06,,0.01,0.01,2011-11-01, -/games/boxart/6096591ccc.jpg,Baroque,Wii,Role-Playing,Atlus,Sting,5.2,0.08,0.07,0,0,0.01,2008-04-08, -/games/boxart/full_884632JapanFrontccc.jpg,Conception: Please Give Birth to My Child!,PSP,Role-Playing,Spike,Spike,,0.08,,0.08,,,2012-04-26,2018-12-14 -/games/boxart/full_4212945AmericaFrontccc.jpg,Zoo Tycoon (2013),X360,Simulation,Microsoft Studios,Frontier Developments,,0.08,0.02,,0.06,0.01,2013-11-22,2018-09-29 -/games/boxart/full_131677AmericaFrontccc.jpg,Ski-Doo Snowmobile Challenge,Wii,Racing,Valcon Games,ColdWood Interactive,,0.08,0.08,,,0.01,2009-10-13, -/games/boxart/full_6472254AmericaFrontccc.jpg,Wreckin Crew,PS,Racing,Telstar,Quickdraw Developments Ltd.,,0.08,0.05,,0.03,0.01,1998-01-18, -/games/boxart/full_1510209AmericaFrontccc.jpg,Sega GT Online,XB,Racing,Sega,Wow Entertainment,,0.08,0.06,,0.02,0,2004-01-27, -/games/boxart/full_8730616AmericaFrontccc.jpg,TT Isle of Man: Ride on the Edge,XOne,Racing,Big Ben Interactive,Kylotonn,,0.08,0.05,,0.03,0.01,2018-03-06,2018-03-07 -/games/boxart/5323355ccc.jpg,Driven,GC,Racing,BAM! Entertainment,BAM! Entertainment,,0.08,0.06,,0.02,0,2002-03-30, -/games/boxart/full_6718371PALFrontccc.jpg,Petz: Dogz Family,PSP,Simulation,Ubisoft,Ubisoft,,0.08,0.05,,0.02,0.01,2009-10-27, -/games/boxart/full_the-sims-2-apartment-life_7AmericaFront.jpg,The Sims 2: Apartment Life,PC,Simulation,Electronic Arts,Maxis,,0.08,,,0.08,0.01,2008-08-26, -/games/boxart/full_1808207AmericaFrontccc.jpg,MXGP 3: The Official Motocross Videogame,NS,Racing,Milestone S.r.l.,Milestone,,0.08,0.06,,0.02,0.01,2017-11-17,2018-06-25 -/games/boxart/full_4684355AmericaFrontccc.jpg,WWE Crush Hour,GC,Racing,THQ,Pacific Coast Power & Light,,0.08,0.06,,0.02,0,2003-03-17, -/games/boxart/full_9585667AmericaFrontccc.jpg,Assetto Corsa,PS4,Racing,505 Games,Kunos Simulazioni,,0.08,,0.01,0.06,0.01,2016-08-30,2018-09-17 -/games/boxart/full_1860936AmericaFrontccc.jpg,Krazy Ivan,PS,Simulation,Sony Computer Entertainment,Psygnosis,,0.08,0.04,,0.03,0,1996-01-01, -/games/boxart/3643190ccc.jpg,Silent Hunter III,PC,Simulation,Ubisoft,Ubisoft Romania,,0.08,,,0.07,0.01,2005-03-18, -/games/boxart/full_4126467JapanFrontccc.jpg,Nicola Kanshuu: Model Oshare * Audition Platinum,3DS,Simulation,Alchemist,Alchemist,,0.08,,0.08,,,2012-11-08,2018-12-14 -/games/boxart/full_3889800JapanFrontccc.jpg,Princess Maker 2,SAT,Simulation,Micro Cabin,Gainax,,0.08,,0.08,,0,1995-10-27, -/games/boxart/full_3833820AmericaFrontccc.jpg,Animal Planet: Emergency Vets,DS,Simulation,Activision,SilverBirch Studios,,0.08,0.08,,0,0.01,2009-03-13, -/games/boxart/full_3233414AmericaFrontccc.jpg,WRC 6,PS4,Racing,Namco Bandai Games,Bigben Interactive,,0.08,0.03,0.01,0.02,0.01,2017-03-03,2018-08-12 -/games/boxart/full_171587AmericaFrontccc.jpg,MX vs ATV All Out,XOne,Racing,THQ Nordic,Rainbow Studios,,0.08,0.07,,,0.01,2018-03-27,2018-03-23 -/games/boxart/full_6693005AmericaFrontccc.jpg,Monster Trucks DS,DS,Racing,Majesco,Skyworks Technologies,,0.08,0.07,,0,0.01,2005-11-23, -/games/boxart/full_5445519AmericaFrontccc.jpg,Gadget Racers,PS2,Racing,Conspiracy Entertainment,Barnhouse Effect,,0.08,0.04,,0.03,0.01,2001-08-21, -/games/boxart/full_jimmie-johnsons-anything-with-an-engine_748AmericaFront.jpg,Jimmie Johnson's Anything With an Engine,PS3,Racing,Konami,Isopod Labs,,0.08,0.07,,,0.01,2011-11-01, -/games/boxart/5281755ccc.jpg,Ford vs. Chevy,XB,Racing,Global Star Software,2K Games,,0.08,0.06,,0.02,0,2005-11-09, -/games/boxart/full_9363173AmericaFrontccc.jpg,The Dukes of Hazzard: Return of the General Lee,XB,Racing,Ubisoft,Ratbag,,0.08,0.06,,0.02,0,2004-09-28, -/games/boxart/7816378ccc.jpg,SRS: Street Racing Syndicate,GC,Racing,Namco,Eutechnyx,,0.08,0.07,,0.02,0,2004-08-31, -/games/boxart/full_6845911JapanFrontccc.jpg,Pretty Rhythm Rainbow Live: Kira Kira My * Design,3DS,Simulation,Takara Tomy,Takara Tomy ARTS,,0.08,,0.08,,,2013-11-28,2018-12-02 -/games/boxart/full_3669634AmericaFrontccc.jpg,TrackMania DS,DS,Racing,Atlus,Firebrand Games,7.5,0.08,0.06,,0.01,0.01,2009-03-17, -/games/boxart/full_6253315AmericaFrontccc.jpg,Gravel,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.08,0.06,,,0.01,2018-02-27,2018-01-13 -/games/boxart/full_2488695AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,PS3,Racing,Activision,Left Field Productions,,0.08,0.07,,0,0.01,2008-10-28, -/games/boxart/full_blood-drive_4AmericaFront.jpg,Blood Drive,PS3,Racing,Activision,Activision,,0.08,0.07,,,0.01,2010-10-26, -/games/boxart/full_3270846AmericaFrontccc.png,Monster Jam: Crush It,NS,Racing,GameMill,GameMill,,0.08,0.04,,0.03,0.01,2017-10-31, -/games/boxart/full_4900982AmericaFrontccc.jpg,GT Advance 3: Pro Concept Racing,GBA,Racing,THQ,MTO,7.7,0.08,0.05,,0.02,0,2002-04-26, -/games/boxart/full_4673680AmericaFrontccc.jpg,R: Racing Evolution,GC,Racing,Namco,Namco,6.1,0.08,0.06,,0.02,0,2003-12-09, -/games/boxart/2746137ccc.jpg,Penny Racers Party: Turbo-Q Speedway,Wii,Racing,Takara Tomy,Takara Tomy,,0.08,0.07,0,,0.01,2008-10-20, -/games/boxart/full_1254714AmericaFrontccc.jpg,Ride 2,XOne,Racing,Milestone S.r.l,Milestone S.r.l.,,0.08,0.06,,0.01,0.01,2017-02-14,2018-06-25 -/games/boxart/8245083ccc.jpg,TOCA Race Driver 3: The Ultimate Racing Simulator,PS2,Racing,Codemasters,Codemasters,,0.08,0.04,,0.03,0.01,2006-02-22, -/games/boxart/1164864ccc.jpg,Pac-Man World Rally,GC,Racing,Namco Bandai,Smart Bomb Interactive,,0.08,0.06,,0.02,0,2006-08-22, -/games/boxart/full_3966838AmericaFrontccc.jpg,Build 'n Race,Wii,Racing,Zoo Games,Icon Games,,0.08,0.08,,,0.01,2009-08-04, -/games/boxart/full_3480593AmericaFrontccc.jpg,Spintires: MudRunner - American Wilds,PS4,Racing,Focus Home Interactive,Saber Interactive,,0.08,0.07,,,0.02,2018-10-23,2019-02-19 -/games/boxart/full_8505537AmericaFrontccc.jpg,Pimp My Ride: Street Racing,PS2,Racing,Activision,Virtuos,,0.08,0.04,,0.03,0.01,2009-03-16, -/games/boxart/full_4183676AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.08,0.08,,,0.01,2018-02-13,2018-03-23 -/games/boxart/full_wetrix_158AmericaFront.jpg,Wetrix,N64,Puzzle,Ocean,Zed Two Limited,8.6,0.08,0.06,,0.02,0,1998-06-12, -/games/boxart/full_9208183AmericaFrontccc.jpg,S.C.A.R.S,PS,Racing,Ubisoft,Vivid Image,,0.08,0.05,,0.03,0.01,1998-08-31, -/games/boxart/full_face-racers-photo-finish_654AmericaFront.jpg,Face Racers: Photo Finish,3DS,Racing,Majesco,Renegade Kid,,0.08,0.08,,,0.01,2011-11-12, -/games/boxart/full_5878734JapanFrontccc.jpg,Initial D: Extreme Stage,PS3,Racing,Sega,Sega,,0.08,,0.08,,,2008-07-03, -/games/boxart/2999728ccc.gif,The Italian Job,XB,Racing,Eidos Interactive,Climax Group,,0.08,0.06,,0.02,0,2003-06-25, -/games/boxart/4918004ccc.jpg,Big Mutha Truckers,GC,Racing,THQ,Eutechnyx,,0.08,0.06,,0.02,0,2003-08-16, -/games/boxart/full_1334704PALFrontccc.jpg,Micro Machines: World Series,XOne,Racing,Codemasters,Codemasters,,0.08,0.02,,0.05,0.01,2017-06-30,2018-05-30 -/games/boxart/2677888ccc.jpg,Iggy's Reckin' Balls,N64,Racing,Acclaim Entertainment,Iguana Entertainment,6.8,0.08,0.06,,0.02,0,1998-08-24, -/games/boxart/full_7647061AmericaFrontccc.jpg,Rapala Fishing Pro Series,PS4,Simulation,GameMill,"Concrete Software, Inc.",,0.08,0.06,,,0.02,2017-10-24,2018-08-07 -/games/boxart/full_11421AmericaFrontccc.jpg,Miami Nights: Singles in the City,DS,Simulation,Ubisoft,Gameloft,,0.08,0.08,,0,0.01,2008-01-15, -/games/boxart/full_4333518JapanFrontccc.jpg,Pretty Rhythm: My Deco Rainbow Wedding,3DS,Simulation,Takara Tomy,Takara Tomy ARTS,,0.08,,0.08,,,2013-03-20,2018-12-02 -/games/boxart/full_6093088AmericaFrontccc.jpg,Touch Mechanic,DS,Simulation,Aspyr,Kando Games,,0.08,0.08,,,0.01,2009-03-23, -/games/boxart/full_dancedancerevolution_463AmericaFront.jpg,DanceDanceRevolution,X360,Simulation,Konami,Konami,,0.08,0.08,,,0.01,2011-04-12, -/games/boxart/full_3202077JapanFrontccc.jpg,Kobitodzukan: Kobito no Fushigi - Jikken Set,3DS,Simulation,Nippon Columbia,Racjin,,0.08,,0.08,,,2013-12-12,2018-12-03 -/games/boxart/full_4339401AmericaFrontccc.jpg,Qubed,X360,Puzzle,Atari,Various,,0.08,0.07,,,0.01,2009-09-08, -/games/boxart/8794463ccc.jpg,Bust-A-Move 2 Arcade Edition,N64,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,0.08,0.06,,0.02,0,1998-04-30, -/games/boxart/full_6277673AmericaFrontccc.jpg,Dream Day: Wedding Destinations,DS,Simulation,THQ,THQ,,0.08,0.08,,,0.01,2009-03-09, -/games/boxart/full_8655AmericaFrontccc.jpg,Pony Friends 2,Wii,Simulation,Square Enix,Tantalus Interactive,,0.08,0.03,,0.04,0.01,2010-02-23, -/games/boxart/8484903ccc.jpg,Theme Park,SAT,Simulation,Electronic Arts,Bullfrog Production,,0.08,,0.08,,,1995-01-01, -/games/boxart/full_379595AmericaFrontccc.jpg,X Rebirth,PC,Simulation,Egosoft,Egosoft,,0.08,,,0.08,0,2013-11-15,2018-12-01 -/games/boxart/full_air-conflicts-secret-wars_442PALFront.jpg,Air Conflicts: Secret Wars,X360,Simulation,Kalypso,Games Farm,6,0.08,0.06,,0.02,0.01,2011-09-28, -/games/boxart/full_8078323AmericaFrontccc.jpg,R/C Stunt Copter,PS,Simulation,Titus,"Big Grub / Shiny Entertainment, Inc.",,0.08,0.04,,0.03,0.01,1999-10-05, -/games/boxart/full_4176549JapanFrontccc.jpg,Kenshuui Tendo Dokuta,DS,Simulation,Spike,Spike,,0.08,,0.08,,,2004-12-02, -/games/boxart/full_5613187JapanFrontccc.jpg,Pilot ni Narou! 2,PS2,Simulation,Victor Interactive,BELUGA Computer Inc.,,0.08,,0.08,,,2001-03-08, -/games/boxart/full_6342943JapanFrontccc.jpg,12-Sai. Koisuru Diary,3DS,Adventure,Happinet,Unknown,,0.08,,0.08,,,2016-08-04, -/games/boxart/full_2834081AmericaFrontccc.jpg,Tomb Raider: Underworld,PC,Adventure,Eidos Interactive,Crystal Dynamics,8,0.08,,,0.07,0.01,2008-11-18, -/games/boxart/full_7240802AmericaFrontccc.jpg,Loading Human,PS4,Adventure,Maximum Games,Untold Games,,0.08,0.05,,0.02,0.01,2016-10-13,2018-09-17 -/games/boxart/full_4504439PALFrontccc.jpg,Deep Fear,SAT,Adventure,Sega,ISCO,,0.08,,0.08,,,1998-11-01, -/games/boxart/full_horrid-henrys-horrid-adventure_1PALFront.jpg,Horrid Henry's Horrid Adventure,DS,Adventure,Asylum Entertainment,TBA,,0.08,,,0.07,0.01,2010-11-05, -/games/boxart/full_8428533JapanFrontccc.jpg,Virus,SAT,Adventure,Hudson Soft,Hudson Soft,,0.08,,0.08,,0,1997-08-22, -/games/boxart/full_7152517AmericaFrontccc.jpg,Cate West: The Vanishing Files,Wii,Adventure,Destineer,Destineer,,0.08,0.07,,0,0.01,2009-03-23, -/games/boxart/full_7382108AmericaFrontccc.jpg,Lost in Blue: Shipwrecked,Wii,Adventure,Konami,Hudson Soft,,0.08,0.07,,0,0.01,2008-09-23, -/games/boxart/336888ccc.gif,Scooby-Doo! Who's Watching Who?,PSP,Adventure,THQ,THQ,,0.08,0.07,,0.01,0.01,2006-10-16, -/games/boxart/full_7438916JapanFrontccc.jpg,Sentimental Graffiti: First Window,SAT,Adventure,NEC Interchannel,NEC Interchannel,,0.08,,0.08,,0,1997-04-11, -/games/boxart/1026583ccc.jpg,Grand Prix Challenge,PS2,Racing,Atari,Atari,,0.08,0.04,,0.03,0.01,2003-03-03, -/games/boxart/full_jimmie-johnsons-anything-with-an-engine_508AmericaFront.jpg,Jimmie Johnson's Anything With an Engine,Wii,Racing,Konami,Isopod Labs,,0.08,0.08,,,0.01,2011-11-22, -/games/boxart/1081970ccc.gif,Whac-A-Mole,DS,Puzzle,Activision,DC Studios,,0.08,0.07,,,0.01,2005-09-21, -/games/boxart/full_173516PALFrontccc.jpg,Mario vs. Donkey Kong: Tipping Stars,3DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,6.5,0.08,,0.08,,,2015-03-05,2019-01-15 -/games/boxart/4394818ccc.jpg,PQ: Practical Intelligence Quotient,PSP,Puzzle,D3 Publisher,Now Production,,0.08,0.07,,0,0.01,2006-01-10, -/games/boxart/full_5051862AmericaFrontccc.jpg,Disney's Planes,3DS,Adventure,Disney Interactive Studios,TOSE,,0.08,0.04,,0.03,0.01,2013-08-06,2018-03-15 -/games/boxart/1695401ccc.jpg,Prisoner of War,XB,Adventure,Codemasters,Wide Games,,0.08,0.06,,0.02,0,2002-08-26, -/games/boxart/full_murder-in-venice_443AmericaFront.jpg,Murder in Venice,DS,Adventure,City Interactive,City Interactive,,0.08,0.05,,0.03,0.01,2011-05-16, -/games/boxart/full_1551465AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,PSP,Adventure,Ubisoft,Ubisoft Shanghai,6,0.08,0.07,,0,0.01,2009-09-15, -/games/boxart/full_gray-matter_156AmericaFront.jpg,Gray Matter,PC,Adventure,Viva Media,Wizarbox Studios,7.3,0.08,0.02,,0.05,0.01,2011-02-22, -/games/boxart/full_man-vs-wild_341AmericaFront.jpg,Man vs. Wild,Wii,Adventure,Crave Entertainment,Scientifically Proven,,0.08,0.07,,,0,2011-04-26, -/games/boxart/full_ro-kyu-bu_518JapanFront.jpg,Ro-Kyu-Bu!,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.08,,0.08,,,2011-10-27, -/games/boxart/full_607438AmericaFrontccc.jpg,Elebits: The Adventures of Kai and Zero,DS,Adventure,Konami,Konami,7.5,0.08,0.07,0,0,0.01,2009-01-06, -/games/boxart/full_6694420JapanFrontccc.jpg,Aibou DS,DS,Adventure,Tecmo,Tecmo,,0.08,,0.08,,,2009-03-05, -/games/boxart/full_6657419AmericaFrontccc.jpg,IHRA Drag Racing: Sportsman Edition,PS2,Racing,Bethesda Softworks,Bethesda Softworks,,0.08,0.04,,0.03,0.01,2006-06-13, -/games/boxart/full_7550150JapanFrontccc.jpg,Taiko no Tatsujin: Atsumete Tomodachi Daisakusen!,WiiU,Music,Namco Bandai Games,Bandai Namco Games,,0.08,,0.08,,,2015-11-26,2018-04-08 -/games/boxart/full_2973918AmericaFrontccc.jpg,Just Dance: Disney Party 2,XOne,Music,Ubisoft,Ubisoft San Francisco,,0.08,0.06,,0.01,0.01,2015-10-20,2018-04-07 -/games/boxart/full_4283284JapanFrontccc.jpg,IA/VT Colorful,PSV,Music,Marvelous Entertainment,Marvelous,,0.08,,0.08,,,2015-07-30,2018-12-03 -/games/boxart/full_1464574JapanFrontccc.jpg,Tokimeki Memorial 4,PSP,Adventure,Konami,Konami,,0.08,,0.08,,,2009-12-03, -/games/boxart/full_boku-no-natsuyasumi-3-summer-holiday-20th-century_5JapanFront.jpg,Boku no Natsuyasumi 3: Hokkoku Hen: Chiisana Boku no Dai Sougen​,PS3,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.08,,0.08,,,2007-07-05, -/games/boxart/3302681ccc.jpg,Code Lyoko: Fall of X.A.N.A.,DS,Adventure,Game Factory,Game Factory,,0.08,0.07,,,0.01,2008-06-20, -/games/boxart/745512ccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GBA,Adventure,Activision,Humagade,,0.08,0.06,,0.02,0,2005-11-08, -/games/boxart/full_gundam-the-3d-battle_883JapanFront.jpg,Gundam the 3D Battle,3DS,Action,Namco Bandai,Namco Bandai Games,,0.08,,0.08,,,2011-03-24, -/games/boxart/full_2978708AmericaFrontccc.jpg,Playmobil Pirates,DS,Action,DreamCatcher Interactive,Morgen Studios,,0.08,0.07,,0,0.01,2009-12-22, -/games/boxart/full_2203192JapanFrontccc.jpg,Godzilla Generations,DC,Action,Sega,General Entertainment,3.2,0.08,,0.08,,0,1998-11-27, -/games/boxart/full_7188614PALFrontccc.jpg,Forbidden Siren 2,PS2,Action,Sony Computer Entertainment,SCE Japan Studio,,0.08,,0.08,,,2006-08-04,2018-09-16 -/games/boxart/full_6043569AmericaFrontccc.jpg,Ben 10 (2017),NS,Action,Outright Games,Torus Games,,0.08,0.04,,0.03,0.01,2017-11-14,2019-01-21 -/games/boxart/full_8644381AmericaFrontccc.jpg,Hammerin' Hero,PSP,Action,Atlus,Irem Software Engineering,7,0.08,0.07,,,0.01,2009-04-07, -/games/boxart/full_3532114AmericaFrontccc.jpg,Warriors Orochi 3 Hyper,WiiU,Action,Tecmo Koei,Koei,,0.08,0.04,0.02,0.03,0.01,2012-11-18,2020-09-13 -/games/boxart/full_5192002JapanFrontccc.jpg,Kidou Senshi Gundam 00,DS,Action,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2008-03-27, -/games/boxart/579795ccc.jpg,Samurai Warriors 2,X360,Action,KOEI,Omega Force,5.4,0.08,0.07,,0.01,0.01,2006-09-19, -/games/boxart/full_6023695JapanFrontccc.jpg,Dangerous Ji-San to 1000-nin no Otomodachi Yokoshima,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.08,,0.08,,,2012-11-22,2018-12-12 -/games/boxart/full_penguins-of-madagascar-dr-blowhole-returns_822AmericaFront.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,Wii,Action,THQ,THQ,,0.08,0.04,,0.03,0.01,2011-09-13, -/games/boxart/9080981ccc.jpg,Urban Reign,PS2,Action,Namco,Namco,7.5,0.08,0.04,,0.03,0.01,2005-09-13, -/games/boxart/full_1393833JapanFrontccc.jpg,Tokimeki Memorial: Taisen Pazurudama,SAT,Puzzle,Konami,Konami,,0.08,,0.08,,0,1996-09-27, -/games/boxart/7162190ccc.gif,Exit,PSP,Puzzle,Ubisoft,Taito Corporation,7.9,0.08,0.07,,0,0.01,2006-02-14, -/games/boxart/full_8580858AmericaFrontccc.jpg,Frantix,PSP,Puzzle,Sony Online Entertainment,Killer Game,5.4,0.08,0.08,,0,0.01,2005-09-19, -/games/boxart/full_866662AmericaFrontccc.jpg,Hello Kitty: Roller Rescue,GC,Action,Namco,XPEC,,0.08,0.06,,0.02,0,2005-08-16, -/games/boxart/full_1215445AmericaFrontccc.jpg,Death Jr. and the Science Fair of Doom,DS,Platform,Konami,Foundation 9 Entertainment,,0.08,0.08,,,0.01,2007-05-22, -/games/boxart/3575188ccc.jpg,Strider 2,PS,Platform,Capcom,Capcom,,0.08,0.05,,0.03,0.01,2000-07-29, -/games/boxart/full_7812236AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,PS,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,0.08,0.05,,0.03,0.01,1996-10-31, -/games/boxart/5255295ccc.jpg,Pinobee: Wings of Adventure,GBA,Platform,Activision,Artoon,,0.08,0.06,,0.02,0,2001-05-30, -/games/boxart/full_5950953AmericaFrontccc.jpg,Disney's Donald Duck: Goin' Quackers,PS2,Platform,Ubisoft,Disney Interactive Studios,,0.08,0.04,,0.03,0.01,2000-12-13, -/games/boxart/full_6087500AmericaFrontccc.jpg,Ape Escape: Pumped & Primed,PS2,Party,Ubisoft,SCE Japan Studio,,0.08,0.04,,0.03,0.01,2004-10-20,2018-09-18 -/games/boxart/full_9272186JapanFrontccc.jpg,Akiba's Trip Plus,PSP,Action-Adventure,Acquire,Acquire,,0.08,,0.08,,,2012-06-14,2018-12-03 -/games/boxart/full_5918936AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,X360,Action-Adventure,D3Publisher,Way Forward,,0.08,0.03,,0.04,0.01,2013-11-19,2018-03-19 -/games/boxart/full_witches-ampamp-vampires-the-secrets-of-ashburry_0AmericaFront.jpg,Witches & Vampires: The Secrets of Ashburry,DS,Adventure,Conspiracy Entertainment,Smack Down Productions,,0.08,0.05,,0.02,0.01,2010-11-02, -/games/boxart/full_3096156JapanFrontccc.jpg,Doraemon: Nobita and the Island of Miracles,3DS,Adventure,FuRyu Corporation,FuRyu,,0.08,,0.08,,,2012-03-01,2018-12-03 -/games/boxart/full_kaijuu-busters-powered_940JapanFront.jpg,Kaijuu Busters Powered,DS,Action,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2011-01-20, -/games/boxart/full_3829169AmericaFrontccc.jpg,Tornado Outbreak,X360,Action,Konami,Loose Cannon Studios,,0.08,0.07,,,0.01,2009-09-29, -/games/boxart/8254435ccc.jpg,Prey the Stars,DS,Action,KOEI,Koei Canada,,0.08,0.07,,,0.01,2008-10-07, -/games/boxart/full_9062714AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus,PSP,Fighting,Aksys Games,Arc System Works,,0.08,0.03,0.04,0.01,0.01,2009-04-07, -/games/boxart/full_645310JapanFrontccc.jpg,Famicom Mini: Mario Bros.,GBA,Platform,Nintendo,Nintendo EAD,,0.08,,0.08,,0,2004-05-21, -/games/boxart/full_1549823AmericaFrontccc.jpg,Shantae: Half-Genie Hero,PS4,Platform,Xseed Games,Way Forward Technologies,,0.08,0.06,0.01,,0.01,2016-12-20,2018-12-30 -/games/boxart/3437040ccc.jpg,Codename: Kids Next Door: Operation S.O.D.A.,GBA,Platform,Global Star Software,Vicarious Visions,,0.08,0.05,,0.02,0,2004-11-02, -/games/boxart/3864208ccc.jpg,Ice Age 2: The Meltdown,Wii,Platform,Vivendi Games,Eurocom Entertainment Software,6.5,0.08,0.06,,0.01,0.01,2006-12-06, -/games/boxart/5801087ccc.jpg,Frogger Beyond,XB,Platform,Konami,Konami,,0.08,0.06,,0.02,0,2002-12-11, -/games/boxart/full_2086656AmericaFrontccc.jpg,Stuart Little 3: Big Photo Adventure,PS2,Platform,Sega,Magenta Software,,0.08,0.04,,0.03,0.01,2005-11-14, -/games/boxart/6815288ccc.jpg,Scooby-Doo! Unmasked,XB,Platform,THQ,Artificial Mind and Movement,,0.08,0.06,,0.02,0,2005-09-12, -/games/boxart/full_636058AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,3DS,Platform,Namco Bandai Games,Monkey Bar Games,,0.08,0.03,,0.05,0.01,2014-10-14,2018-11-16 -/games/boxart/full_3891605JapanFrontccc.jpg,BlazBlue: Chrono Phantasma,PSV,Fighting,Arc System Works,Arc System Works,,0.08,0.04,0.03,,0.01,2014-06-24,2018-10-18 -/games/boxart/full_the-king-of-fighters-96_20JapanFront.jpg,The King of Fighters '96,PS,Fighting,SNK,SNK Corporation,,0.08,,0.07,,0.01,1997-07-04, -/games/boxart/full_4737392JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Flame Rumble Hyper - Moeyo Mirai,DS,Fighting,Takara Tomy,Takara Tomy,,0.08,,0.08,,,2008-07-24, -/games/boxart/full_fatetiger-colosseum_300JapanFront.jpg,Fate/Tiger Colosseum,PSP,Fighting,Capcom,Cavia Inc.,,0.08,,0.08,,,2007-09-13, -/games/boxart/full_9721663JapanFrontccc.jpg,One Piece: Gear Spirit,DS,Fighting,Namco Bandai,Matrix Software,,0.08,,0.08,,,2007-08-30, -/games/boxart/8969567ccc.jpg,Blades of Blood: Samurai Shodown III,PS,Fighting,Sony Computer Entertainment,Ukiyotei,,0.08,0.05,,0.03,0.01,1996-11-30, -/games/boxart/full_4960330AmericaFrontccc.jpg,Taz Wanted,GC,Platform,Atari,Blitz Games,5.7,0.08,0.06,,0.02,0,2002-10-10, -/games/boxart/7916570ccc.gif,Ultimate Ghosts 'n Goblins,PSP,Platform,Capcom,Capcom,7.3,0.08,0.07,,0,0.01,2006-08-29, -/games/boxart/full_3804264AmericaFrontccc.jpg,Skeleton Warriors,PS,Platform,Playmates,Neversoft Entertainment,,0.08,0.04,,0.03,0.01,1996-05-22, -/games/boxart/3433711ccc.jpg,Pitfall: The Lost Expedition,GC,Platform,Activision,Edge of Reality,,0.08,0.06,,0.02,0,2004-02-18, -/games/boxart/full_4071566AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,XOne,Adventure,Focus Home Interactive,Frogwares,,0.08,0.03,,0.04,0.01,2014-09-30,2018-04-18 -/games/boxart/full_9966279JapanFrontccc.png,Kenka Banchou 6: Soul & Blood,3DS,Fighting,Spike Chunsoft,Spike Chunsoft,,0.08,,0.08,,,2015-01-15,2018-07-26 -/games/boxart/full_3176987JapanFrontccc.jpg,Bleach: Heat the Soul 5,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.08,,0.08,,,2008-05-15, -/games/boxart/5005842ccc.gif,Marvel Nemesis: Rise of the Imperfects,DS,Fighting,Electronic Arts,Sensory Sweep Studios,,0.08,0.08,,0,0.01,2005-10-11, -/games/boxart/full_bleach-heat-the-soul-7_7JapanFront.jpg,Bleach: Heat the Soul 7,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.08,,0.08,,,2010-09-02, -/games/boxart/full_9339748AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,PS3,Platform,Namco Bandai Games,Monkey Bar Games,,0.08,0.03,,0.04,0.01,2013-10-29,2018-12-02 -/games/boxart/full_super-street-fighter-iv-arcade-edition_898AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,PC,Fighting,Capcom,Capcom / Dimps Corporation,8.5,0.08,0.04,,0.02,0.01,2011-07-05, -/games/boxart/full_fairy-tail-portable-guild-2_916JapanFront.jpg,Fairy Tail: Portable Guild 2,PSP,Fighting,Konami,Konami,,0.08,,0.08,,,2011-03-10, -/games/boxart/full_672750JapanFrontccc.jpg,Tokimeki Memorial: Girl's Side,PS2,Adventure,Konami,Tenky,,0.08,,0.08,,,2002-06-20, -/games/boxart/full_the-first-templar_121AmericaFront.jpg,The First Templar,PC,Adventure,Kalypso,Haemimont Games,,0.08,0.06,,0.01,0.01,2011-05-10, -/games/boxart/full_7395632JapanFrontccc.jpg,Bleach: Erabareshi Tamashii,PS2,Adventure,Sony Computer Entertainment,SCEI,,0.08,,0.08,,,2005-08-04, -/games/boxart/full_man-vs-wild_222AmericaFront.jpg,Man vs. Wild,PS3,Adventure,Crave Entertainment,Scientifically Proven,,0.08,0.07,,,0.01,2011-04-26, -/games/boxart/full_happy-feet-two-the-videogame_371AmericaFront.jpg,Happy Feet Two,Wii,Adventure,Warner Bros. Interactive,KMM Games,,0.08,0.06,,0.01,0.01,2011-11-08, -/games/boxart/full_2374032AmericaFrontccc.jpg,Agatha Christie's The ABC Murders,PS4,Adventure,Unfinished Pixel,Artefacts Studio,,0.08,0.05,,0.02,0.02,2016-02-23,2018-06-27 -/games/boxart/full_4951292JapanFrontccc.jpg,ToraDora Portable!,PSP,Adventure,Namco Bandai,Silicon Studio,,0.08,,0.08,,,2009-04-30, -/games/boxart/full_5008136AmericaFrontccc.jpg,Root Letter,PSV,Adventure,PQube,Kadokawa Games,,0.08,,0.03,0.04,0.01,2016-11-10,2018-09-20 -/games/boxart/full_my-first-songs_9PALFront.jpg,My First Songs,Wii,Misc,Mindscape,Mindscape Inc.,,0.08,,,0.07,0.01,2010-10-22, -/games/boxart/3003391ccc.jpg,Cosmic Family,Wii,Misc,Ubisoft,Ubisoft Barcelona,,0.08,0.07,,0,0.01,2007-09-18, -/games/boxart/full_1701711AmericaFrontccc.jpg,America's Greatest Game Shows: Wheel of Fortune & Jeopardy!,XOne,Misc,Ubisoft,Ubisoft,,0.08,0.08,,,0.01,2017-11-07,2018-08-02 -/games/boxart/full_9052068JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.2: Jacky Bryant,SAT,Misc,Sega,Sega-AM2,,0.08,,0.08,,,1995-10-13, -/games/boxart/full_4009050JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 13: Pachinko Hissatsu Shigotojin III,PS2,Misc,Hackberry,Hack Berry,,0.08,,0.08,,,2007-11-22, -/games/boxart/full_6100177JapanFrontccc.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 2: Shinseiki Evangelion - Shito, Futatabi",DS,Misc,D3 Publisher,Bisty,,0.08,,0.08,,,2008-06-12, -/games/boxart/full_steinsgate-hiyoku-renri-no-darling_956JapanFront.jpg,Steins;Gate: Darling of Loving Vows,X360,Visual Novel,5pb,Nitro+,,0.08,,0.08,,,2011-06-16,2019-01-03 -/games/boxart/full_9492163AmericaFrontccc.jpg,EyeCreate,PS3,Misc,Sony Computer Entertainment,London Studios,,0.08,,,0.07,0.01,2007-10-23,2018-09-24 -/games/boxart/full_2832503JapanFrontccc.jpg,Chibi Maruko-Chan: Harikiri 365-Nichi no Maki,SNES,Misc,Epoch,SAS Sakata,,0.08,,0.08,,0,1991-12-13, -/games/boxart/full_8467858AmericaFrontccc.jpg,No One Can Stop Mr. Domino!,PS,Misc,Acclaim Entertainment,ArtDink,,0.08,0.04,,0.03,0,1998-10-31, -/games/boxart/full_7898437JapanFrontccc.jpg,Minna no Joushiki Ryoku TV,Wii,Misc,Nintendo,HAL Laboratory,,0.08,,0.08,,,2008-03-06, -/games/boxart/full_1591391AmericaFrontccc.jpg,Mirror's Edge Catalyst,PC,Platform,Electronic Arts,EA DICE,,0.08,0.01,,0.06,0.01,2016-06-07,2019-03-25 -/games/boxart/541043ccc.jpg,Super Monkey Ball Adventure,PSP,Platform,Sega,Traveller's Tales,,0.08,0.05,,0.02,0.01,2006-08-29, -/games/boxart/full_2684062AmericaFrontccc.jpg,Pop'n Music,Wii,Misc,Konami,Konami,,0.08,0.07,0,,0.01,2009-11-13, -/games/boxart/full_3907674JapanFrontccc.jpg,Medabots 8,3DS,Misc,Rocket Company,Unknown,,0.08,,0.08,,,2014-08-28, -/games/boxart/full_657819AmericaFrontccc.jpg,Drama Queens,DS,Misc,Majesco,Sensory Sweep,,0.08,0.07,,0,0.01,2009-05-12, -/games/boxart/3131426ccc.jpg,Board Game Classics,GBA,Misc,"Destination Software, Inc",DSI Games,,0.08,0.06,,0.02,0,2005-11-03, -/games/boxart/full_8811148AmericaFrontccc.jpg,One Piece: Romance Dawn,3DS,Misc,Namco Bandai Games,Three Rings,,0.08,,0.08,,,2014-02-11,2018-10-17 -/games/boxart/full_5398708AmericaFrontccc.jpg,Pocket Dogs,GBA,Misc,O~3 Entertainment,Agatsuma Entertainment,,0.08,0.06,,0.02,0,2005-12-22, -/games/boxart/full_5208136AmericaFrontccc.jpg,My English Coach: Para Hispanoparlantes,DS,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2009-03-10, -/games/boxart/full_5633041AmericaFrontccc.jpg,Hasbro Family Fun Pack Conquest Edition,PS4,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.02,2016-11-15, -/games/boxart/1277153ccc.jpg,Pac-Man Power Pack,PS2,Misc,Namco Bandai,Namco Bandai Games America,,0.08,0.04,,0.03,0.01,2008-09-17, -/games/boxart/full_6426868PALFrontccc.jpg,SingStar: Made In Germany,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.08,,,0.07,0.02,2009-11-06, -/games/boxart/full_4524067AmericaFrontccc.jpg,Ultimate Brain Games,GBA,Misc,Telegames,Cosmigo,,0.08,0.06,,0.02,0,2003-03-18, -/games/boxart/full_wildlife-park-3_565PALFront.jpg,Wildlife Park 3,PC,Simulation,bitComposer Games,B.Alive,,0.08,,,0.07,0.01,2011-04-08, -/games/boxart/full_2353942JapanFrontccc.jpg,AKB1/149: Love Election,PS3,Simulation,Namco Bandai Games,ArtDink,,0.08,,0.08,,,2013-09-12,2018-10-29 -/games/boxart/full_5797451AmericaFrontccc.jpg,Princess in Love,DS,Simulation,THQ,Engine Software BV,,0.08,0.07,,,0.01,2009-09-14, -/games/boxart/9217889ccc.jpg,Bella Sara,DS,Misc,Codemasters,Hidden City Games,,0.08,0.04,,0.03,0.01,2008-10-28, -/games/boxart/full_ultimate-party-challenge_1AmericaFront.jpg,Ultimate Party Challenge,Wii,Misc,Konami,Groove Box,,0.08,0.07,,,0.01,2009-11-03, -/games/boxart/full_we-sing-rock_850PALFront.jpg,We Sing Rock!,Wii,Misc,Nordic Games,Le Cortex,,0.08,,,0.07,0.01,2011-11-04, -/games/boxart/full_sesame-street-ready-set-grover_121AmericaFront.jpg,"Sesame Street: Ready, Set, Grover!",DS,Misc,Warner Bros. Interactive,Warner Bros. Interactive Entertainment,,0.08,0.08,,,0.01,2011-08-02, -/games/boxart/3007196ccc.jpg,Midnight Play! Pack,DS,Misc,Ubisoft,Gameloft,,0.08,0.08,,0,0.01,2008-06-24, -/games/boxart/full_3-in-1-solitaire-mahjong-amp-tangram_4PALFront.jpg,"3 in 1: Solitaire, Mahjong & Tangram",DS,Misc,Deep Silver,Deep Silver,,0.08,,,0.07,0.01,2010-11-26, -/games/boxart/full_7558046AmericaFrontccc.jpg,Rock Revolution,Wii,Misc,Konami,Zoe Mode / HB Studios,,0.08,0.07,,,0.01,2008-11-11, -/games/boxart/full_kaidan-restaurant-ura-menu-100-sen_267JapanFront.jpg,Kaidan Restaurant: Ura Menu 100-Sen,DS,Misc,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2010-06-03, -/games/boxart/full_9019553JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Sekaishi B,DS,Misc,Namco Bandai,Bandai Namco Games,,0.08,,0.08,,,2007-06-07, -/games/boxart/full_6343983AmericaFrontccc.jpg,Space Channel 5 Special Edition,PS2,Misc,Agetec,United Game Artists,,0.08,0.04,,0.03,0.01,2003-11-18, -/games/boxart/full_4357698AmericaFrontccc.jpg,Midway Arcade Treasures 3,XB,Misc,Midway Games,Digital Eclipse,,0.08,0.06,,0.02,0,2005-09-27, -/games/boxart/1049512ccc.jpg,Line Rider 2: Unbound,DS,Puzzle,"Genius Products, Inc.",InXile Entertainment,5,0.08,0.07,,0,0.01,2008-09-16, -/games/boxart/1425492ccc.jpg,Crush,PSP,Puzzle,Sega,Zoe Mode,8.5,0.08,0.07,,0,0.01,2007-05-29, -/games/boxart/full_7853428AmericaFrontccc.jpg,Ultimate Fighting Championship: Throwdown,GC,Fighting,Crave Entertainment,Opus Studio,6.7,0.08,0.06,,0.02,0,2002-07-29, -/games/boxart/full_cartoon-network-punch-time-explosion_657AmericaFront.jpg,Cartoon Network: Punch Time Explosion XL,Wii,Fighting,Crave Entertainment,Papaya Studios,,0.08,0.07,,0.01,0.01,2011-11-08, -/games/boxart/full_8331916AmericaFrontccc.jpg,Samurai Shodown Sen,X360,Fighting,Xseed Games,K2 LLC,4.8,0.08,0.07,,0.01,0.01,2010-03-30, -/games/boxart/full_7606720AmericaFrontccc.jpg,Tokyo Twilight Ghost Hunters,PSV,Visual Novel,Aksys Games,Toybox Games,,0.08,0.04,0.02,0.01,0.01,2015-03-10,2018-12-02 -/games/boxart/2776227ccc.jpg,Shonen Jump's One Piece: Pirates Carnival,GC,Misc,Namco Bandai,High Horse Entertainment,4.6,0.08,0.06,,0.02,0,2006-09-12, -/games/boxart/2728146ccc.jpg,Cartoon Network Collection: Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,0.08,0.06,,0.02,0,2004-10-15, -/games/boxart/full_2551861AmericaFrontccc.jpg,Discovery Kids: Spider Quest,DS,Misc,505 Games,505 Games,,0.08,0.07,,,0.01,2009-11-17, -/games/boxart/full_the-1000000-pyramid_13AmericaFront.jpg,"The $1,000,000 Pyramid",Wii,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2011-03-08, -/games/boxart/full_647289AmericaFrontccc.jpg,"Ni Hao, Kai-lan: Super Game Day",PS2,Misc,2K Play,High Voltage Software,,0.08,0.04,,0.03,0.01,2009-10-26, -/games/boxart/3775868ccc.jpg,MTV Music Generator 3: This Is the Remix,XB,Misc,Codemasters,Mix Max,,0.08,0.06,,0.02,0,2004-06-22, -/games/boxart/full_are-you-smarter-than-a-5th-grader-back-to-school_4AmericaFront.jpg,Are You Smarter Than a 5th Grader? Back to School,DS,Misc,THQ,THQ,,0.08,0.08,,,0.01,2010-11-02, -/games/boxart/full_beat-sketch_772JapanFront.jpg,Beat Sketch!,PS3,Misc,Sony Computer Entertainment,"Will Co., Ltd. Noisycroak",,0.08,,0.08,,,2010-10-21, -/games/boxart/full_4566383AmericaFrontccc.jpg,Mind Quiz: Your Brain Coach,DS,Misc,Ubisoft,Sega,,0.08,,0.08,,,2007-03-13, -/games/boxart/full_5016863AmericaFrontccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,XB,Misc,Crave Entertainment,FarSight Studios,,0.08,0.06,,0.02,0,2004-11-18, -/games/boxart/full_7069276AmericaFrontccc.jpg,Party Pigs: Farmyard Games,Wii,Misc,Destineer,Data Design Interactive,,0.08,0.07,,,0,2009-05-19, -/games/boxart/full_junior-classic-books-ampamp-fairytales_0AmericaFront.jpg,Junior Classic Books & Fairytales,DS,Misc,Virtual Play Games,Navarre Corp,,0.08,0.06,,0.01,0.01,2010-08-03, -/games/boxart/8411733ccc.jpg,Smuggler's Run: Warzones,GC,Misc,Rockstar Games,Rockstar San Diego,,0.08,0.06,,0.02,0,2002-08-07, -/games/boxart/full_6284179AmericaFrontccc.jpg,Team Elimination Games,Wii,Misc,Ubisoft,Ubisoft,,0.08,0.07,,,0.01,2009-11-10, -/games/boxart/full_novel-school_701JapanFront.jpg,Sound Novel Tsukuru,SNES,Misc,ASCII Entertainment,Success,,0.08,,0.08,,,1996-05-31, -/games/boxart/full_3733724JapanFrontccc.jpg,Momotarou Dentetsu 11,GC,Misc,Hudson Soft,Hudson Soft,,0.08,,0.07,,0,2002-12-05, -/games/boxart/full_4211109JapanFrontccc.jpg,Super Robot Taisen Z Special Disc,PS2,Misc,Namco Bandai,Banpresto,,0.08,,0.08,,,2009-03-05, -/games/boxart/full_family-game-night-4-the-game-show_715AmericaFront.jpg,Family Game Night 4: The Game Show,X360,Misc,Electronic Arts,Electronic Arts,,0.08,0.07,,0,0.01,2011-11-01, -/games/boxart/4925900ccc.jpg,World Championship Poker: Deluxe Series,DS,Misc,Crave Entertainment,Sensory Sweep Studios,,0.08,0.07,,0,0.01,2005-04-17, -/games/boxart/full_2066747AmericaFrontccc.jpg,Beat City,DS,Misc,THQ,Universomo,,0.08,0.07,,0,0.01,2010-04-20, -/games/boxart/full_destrega_325AmericaFront.jpg,Destrega,PS,Fighting,KOEI,Omega Force,,0.07,0.04,,0.03,0,1999-01-31, -/games/boxart/full_9288721AmericaFrontccc.jpg,Godai: Elemental Force,PS2,Action,3DO,3DO,,0.07,0.04,,0.03,0.01,2002-01-21, -/games/boxart/full_4550015JapanFrontccc.jpg,Attack on Titan,PS3,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2017-01-01,2018-09-11 -/games/boxart/full_2312780AmericaFrontccc.jpg,SpongeBob's Truth or Square,X360,Action,THQ,Heavy Iron Studios,,0.07,0.03,,0.04,0,2009-10-26, -/games/boxart/644719ccc.gif,Superman Returns,DS,Action,Electronic Arts,EA Tiburon,3.8,0.07,0.07,,0,0.01,2006-11-20, -/games/boxart/full_9567659JapanFrontccc.jpg,Gundam Battle Tactics,PSP,Action,Bandai,ArtDink,,0.07,,0.07,,,2005-09-22, -/games/boxart/full_generator-rex-agent-of-providence_528AmericaFront.jpg,Generator Rex: Agent of Providence,PS3,Action,Activision,Virtuos,,0.07,0.05,,0.01,0.01,2011-11-01,2019-01-15 -/games/boxart/full_8222887AmericaFrontccc.jpg,Samurai Warriors: Spirit of Sanada,PS4,Action,Tecmo Koei,Omega Force,,0.07,0.02,0.05,,0.01,2017-05-23,2018-07-09 -/games/boxart/full_7116457AmericaFrontccc.jpg,Sky Gunner,PS2,Action,Atlus,Pixel Arts,,0.07,0.04,,0.03,0.01,2002-06-24, -/games/boxart/8391048ccc.jpg,And1 Streetball,XB,Action,Ubisoft,Unknown,,0.07,0.06,,0.02,0,2006-06-06, -/games/boxart/full_2538451JapanFrontccc.jpg,Warriors Orochi 3,PSV,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2014-09-02,2018-06-30 -/games/boxart/full_6902342AmericaFrontccc.jpg,Far Cry 5,PC,Action,Ubisoft,Ubisoft,6.3,0.07,,,0.07,0,2018-02-27,2018-07-19 -/games/boxart/3850378ccc.jpg,Mucha Lucha! Mascaritas of the Lost Code,GBA,Fighting,Ubisoft,Digital Eclipse,,0.07,0.05,,0.02,0,2003-11-18, -/games/boxart/full_7239913AmericaFrontccc.jpg,The King of Fighters: Evolution,DC,Fighting,Agetec,SNK Corporation,7.6,0.07,,0.07,,0,2001-05-10, -/games/boxart/full_4843846PALFrontccc.jpg,Saint Seiya: Brave Soldiers,PS3,Fighting,Namco Bandai Games,Dimps Corporation,,0.07,,0.06,0.01,0,2013-11-26,2018-12-27 -/games/boxart/full_4737081JapanFrontccc.jpg,Bleach: Heat the Soul 3,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.07,,0.07,,,2006-07-20, -/games/boxart/full_6788211PALFrontccc.jpg,Digimon All-Star Rumble,X360,Fighting,Namco Bandai Games,PROPE,,0.07,0.05,,0.01,0.01,2014-11-11, -/games/boxart/6205032ccc.jpg,Samurai Shodown,NG,Fighting,SNK,SNK Corporation,,0.07,,0.07,,,1993-08-11, -/games/boxart/full_9552210AmericaFrontccc.jpg,Fighter Maker 2,PS2,Fighting,Agetec,Enterbrain,,0.07,0.03,,0.03,0.01,2002-11-12, -/games/boxart/full_cartoon-network-punch-time-explosion_819AmericaFront.jpg,Cartoon Network: Punch Time Explosion XL,X360,Fighting,Crave Entertainment,Papaya Studios,,0.07,0.07,,0,0.01,2011-11-08, -/games/boxart/full_9985243AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga,PSP,Fighting,SNK Playmore,SNK Playmore Corporation,,0.07,0.07,,,0,2008-10-28, -/games/boxart/full_steambot-chronicles-battle-tournament_361AmericaFront.jpg,Steambot Chronicles: Battle Tournament,PSP,Fighting,Atlus,Irem Software Engineering,,0.07,0.05,0.01,,0.01,2009-06-30, -/games/boxart/full_5957511AmericaFrontccc.jpg,Tournament of Legends,Wii,Fighting,Sega,High Voltage Software,,0.07,0.04,,0.02,0.01,2010-07-06, -/games/boxart/2663046ccc.jpg,Kengo: Legend of The 9,X360,Fighting,Majesco,Genki,4.8,0.07,0.06,,0.01,0.01,2007-09-11, -/games/boxart/full_6768977AmericaFrontccc.jpg,TMNT: Mutant Melee,GC,Fighting,Konami,Konami Computer Entertainment Hawaii,4.2,0.07,0.06,,0.01,0,2005-03-16, -/games/boxart/full_7924465JapanFrontccc.jpg,Kinnikuman Muscle Grand Prix Max 2: Tokumori,PS2,Fighting,Bandai,syn Sophia,,0.07,,0.07,,,2008-09-25, -/games/boxart/full_5653465AmericaFrontccc.jpg,The King of Fighters 02/03,PS2,Fighting,SNK,SNK Corporation,,0.07,0.03,,0.03,0.01,2005-02-08, -/games/boxart/full_sesame-street-cookies-counting-carnival_4AmericaFront.jpg,Sesame Street: Cookie's Counting Carnival,PC,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.07,0.06,,,0.01,2010-10-20, -/games/boxart/default.jpg,Mega Minis Volume 3,PSP,Misc,Sony Computer Entertainment,Various,,0.07,,,0.05,0.01,2011-04-29, -/games/boxart/full_4101634AmericaFrontccc.jpg,Dreamer Series: Pop Star,DS,Misc,DreamCatcher Interactive,Overplay,,0.07,0.04,,0.02,0.01,2009-03-10, -/games/boxart/full_7445564AmericaFrontccc.jpg,Classic Action: Devilish,DS,Misc,UFO Interactive,Starfish,,0.07,0.06,,,0.01,2007-05-09, -/games/boxart/1094496ccc.jpg,Xbox Live Arcade Unplugged Volume 1,X360,Misc,Microsoft,Various,7.4,0.07,0.05,,0.01,0.01,2006-09-05, -/games/boxart/full_99115JapanFrontccc.jpg,Super Real Mahjong Graffiti,SAT,Misc,Seta Corporation,Seta Corporation,,0.07,,0.07,,,1995-11-24, -/games/boxart/full_zhuzhu-pets-quest-for-zhu_304AmericaFront.jpg,ZhuZhu Pets: Quest for Zhu,DS,Misc,Activision,Activision,,0.07,0.06,,,0.01,2011-09-27, -/games/boxart/5789257ccc.jpg,Caesars Palace Advance: Millennium Gold Edition,GBA,Misc,Majesco,Majesco Games,,0.07,0.05,,0.02,0,2001-09-19, -/games/boxart/full_13494AmericaFrontccc.jpg,futureU: The Prep Game for SAT,DS,Misc,Aspyr,Aspyr Media,,0.07,0.06,,,0.01,2008-11-14, -/games/boxart/full_trick-ds-han-kakushi-kami-no-sumukan_6JapanFront.jpg,Trick DS-han: Kakushi Kami no Sumukan,DS,Misc,Konami,Konami,,0.07,,0.07,,,2010-05-13, -/games/boxart/full_8573941AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,PS2,Misc,Activision,Ivolgamus,,0.07,0.03,,0.03,0.01,2008-10-28, -/games/boxart/full_1590347AmericaFrontccc.jpg,Dream Dance & Cheer,Wii,Misc,Zoo Games,Zoo Games,,0.07,0.06,,,0,2009-10-27, -/games/boxart/full_3658527AmericaFrontccc.jpg,My Dress-Up,DS,Misc,O-Games,Oxygen Interactive,,0.07,0.06,,0.01,0.01,2008-10-23, -/games/boxart/default.jpg,Hasbro Family Game Night Fun Pack,X360,Misc,Electronic Arts,Electronic Arts,,0.07,0.06,,,0,2011-11-01, -/games/boxart/full_622698JapanFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,3DS,Misc,Capcom,Capcom,,0.07,,0.07,,,2014-12-09,2018-01-03 -/games/boxart/full_9949084AmericaFrontccc.jpg,Jam Sessions 2,DS,Misc,Ubisoft,Ubisoft,,0.07,0.06,,,0,2009-10-20, -/games/boxart/8394746ccc.jpg,Interactive Storybook DS Series 1,DS,Misc,Tommo,Tommo,,0.07,0.06,,,0,2007-09-18, -/games/boxart/default.jpg,Motion Explosion!,X360,Misc,Majesco,Artech Studios,,0.07,0.05,,0.01,0.01,2011-11-01, -/games/boxart/full_cosmos-chaos_6AmericaFront.jpg,Cosmos Chaos!,DS,Misc,Mentor Interactive,Mentor Interactive,,0.07,0.06,,,0.01,2010-10-19, -/games/boxart/7542798ccc.jpg,Stacked with Daniel Negreanu,PS2,Misc,Myelin Media,5000ft,,0.07,0.04,,0.03,0.01,2006-05-31, -/games/boxart/full_8233293JapanFrontccc.jpg,Eiken DS,DS,Misc,Rocket Company,Imagineer,,0.07,,0.07,,,2007-09-27, -/games/boxart/full_5527964AmericaFrontccc.jpg,Atari Flashback Classics: Volume 1,PS4,Misc,Atari,Atari,,0.07,0.05,,,0.01,2016-10-12, -/games/boxart/full_2849248JapanFrontccc.jpg,Cardfight!! Vanguard: Lock On Victory!!,3DS,Misc,FuRyu Corporation,FuRyu,,0.07,,0.07,,,2014-06-05,2018-07-26 -/games/boxart/full_3455744AmericaFrontccc.jpg,Karaoke Revolution Party,XB,Misc,Konami,Harmonix Music Systems,,0.07,0.05,,0.01,0,2005-11-08, -/games/boxart/9365716ccc.jpg,In The Groove,PS2,Misc,RedOctane,Roxor Games,,0.07,0.04,,0.03,0.01,2005-06-08, -/games/boxart/full_6485226JapanFrontccc.jpg,Sony Computer Science Kenkyuujo Mogi Kenichirou Hakase Kanshuu: Nou ni Kaikan Aha Taiken!,PSP,Misc,Sega,Sega,,0.07,,0.07,,,2006-06-22, -/games/boxart/full_7036392JapanFrontccc.jpg,Fortune Street: Dragon Quest & Final Fantasy 30th Anniversary,PS4,Misc,Square Enix,Square Enix,,0.07,,0.07,,,2017-10-19,2018-09-17 -/games/boxart/321797ccc.jpg,Alvin and the Chipmunks,PS2,Misc,Brash Entertainment,Sensory Sweep Studios,,0.07,0.04,,0.03,0.01,2007-12-04, -/games/boxart/3698486ccc.jpg,Archer Maclean's 3D Pool,GBA,Misc,Crave Entertainment,Awesome Productions,,0.07,0.05,,0.02,0,2004-11-03, -/games/boxart/full_4537436AmericaFrontccc.jpg,Exhibition Volume 4,XB,Misc,Microsoft,Various,,0.07,0.05,,0.02,0,2003-11-26,2018-09-25 -/games/boxart/full_2478885JapanFrontccc.jpg,DS Uranai Seikatsu,DS,Misc,Nintendo,Nintendo,,0.07,,0.07,,,2009-01-15, -/games/boxart/full_6050850JapanFrontccc.jpg,Cho~ricchi! Tamagotchi no Puchi Puchi Omisecchi,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2012-04-19,2018-12-23 -/games/boxart/full_6390002AmericaFrontccc.jpg,Crayola: Colorful Journey,Wii,Misc,Crave Entertainment,Crave Entertainment,,0.07,0.07,,,0,2009-03-17, -/games/boxart/full_4465122AmericaFrontccc.jpg,Karaoke Revolution Party,GC,Misc,Konami,Harmonix Music Systems,,0.07,0.05,,0.01,0,2005-11-08, -/games/boxart/default.jpg,Rec Room Games,DS,Misc,Destineer,Destineer,,0.07,0.07,,,0.01,2011-02-11, -/games/boxart/3328822ccc.jpg,"Hi! Hamtaro - Little Hamsters,big Adventures: Ham-Ham Challenge",DS,Misc,Natsume,AlphaDream Corporation,,0.07,0.07,,,0.01,2008-09-26, -/games/boxart/full_5239818AmericaFrontccc.jpg,SNK Arcade Classics Vol. 1,Wii,Misc,SNK Playmore,Terminal Reality,,0.07,0.06,,0,0.01,2008-07-22, -/games/boxart/full_5385218AmericaFrontccc.jpg,Tank! Tank! Tank!,WiiU,Misc,Namco Bandai Games,Namco Bandai Games,4.7,0.07,0.02,0.05,0.01,0,2012-11-18,2018-01-18 -/games/boxart/8436834ccc.jpg,The Guy Game,XB,Misc,Gathering of Developers,Top Heavy Studios,,0.07,0.05,,0.02,0,2004-08-30, -/games/boxart/full_1132642JapanFrontccc.jpg,Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!,PSP,Misc,Hudson Soft,Hudson Soft,,0.07,,0.07,,,2010-07-15, -/games/boxart/full_7480177AmericaFrontccc.png,World Party Games,Wii,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.07,0.07,,,0.01,2009-12-27, -/games/boxart/full_you-dont-know-jack_168AmericaFront.jpg,You Don't Know Jack,DS,Misc,THQ,"Jellyvision, Inc.",6,0.07,0.07,,,0.01,2011-02-08, -/games/boxart/full_4975168AmericaFrontccc.jpg,everGirl,GBA,Adventure,THQ,THQ,,0.07,0.05,,0.02,0,2005-10-09, -/games/boxart/full_7066221JapanFrontccc.jpg,Mahouka Koukou no Rettousei: Out of Order,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.07,,0.07,,,2014-12-25,2018-09-22 -/games/boxart/full_9287799AmericaFrontccc.jpg,Batman: The Enemy Within,PS4,Adventure,Telltale Games,Telltale Games,,0.07,0.05,,,0.01,2017-10-03,2018-06-29 -/games/boxart/6703081ccc.jpg,Metal Gear Solid,GB,Action,Konami,TOSE Software,,0.07,,0.07,,,2000-04-24, -/games/boxart/3870361ccc.jpg,Tornado,DS,Action,Ignition Entertainment,SKONEC Entertainment,,0.07,0.07,,,0.01,2008-10-27, -/games/boxart/full_9140598AmericaFrontccc.jpg,SpongeBob's Truth or Square,PSP,Action,THQ,Heavy Iron Studios,,0.07,0.02,,0.04,0.01,2009-10-26, -/games/boxart/full_7647941JapanFrontccc.jpg,Game Center CX: Arino no Chousenjou 2,DS,Action,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2009-02-26, -/games/boxart/full_2480404JapanFrontccc.jpg,E.X. Troopers,3DS,Action,Capcom,Capcom,,0.07,,0.07,,,2012-11-22,2018-12-23 -/games/boxart/full_7934219PALFrontccc.jpg,Disaster: Day of Crisis,Wii,Action,Nintendo,Monolith Soft,6.4,0.07,,0.04,0.03,0,2008-10-24, -/games/boxart/full_1822423JapanFrontccc.jpg,Famicom Mini: Nazo no Murasame-Jou,GBA,Action,Nintendo,Nintendo,,0.07,,0.07,,0,2004-08-10, -/games/boxart/full_4515592AmericaFrontccc.jpg,Escape Dead Island,X360,Action,Deep Silver,Fatshark,,0.07,0.03,,0.04,0.01,2014-11-18,2018-04-16 -/games/boxart/full_sly-2-band-of-thieves_479AmericaFront.jpg,Sly 2: Band of Thieves,PSN,Platform,Sony Computer Entertainment,Sucker Punch Productions,,0.07,,,0.05,0.02,2011-11-29, -/games/boxart/full_534887AmericaFrontccc.jpg,Blast Radius,PS,Action,Psygnosis,Pitbull Syndicate,6.6,0.07,0.04,,0.03,0,1999-02-24, -/games/boxart/5307160ccc.jpg,Harry Potter and the Sorcerer's Stone,XB,Action,Electronic Arts,Warthog,,0.07,0.05,,0.02,0,2003-12-09, -/games/boxart/full_7548924AmericaFrontccc.jpg,Centipede / Breakout / Warlords,GBA,Misc,"Destination Software, Inc",Epicenter Interactive,5.6,0.07,0.05,,0.02,0,2005-08-21, -/games/boxart/full_2860880JapanFrontccc.jpg,Kanji Sonomama DS Rakubiki Jiten,DS,Misc,Nintendo,Nintendo,,0.07,,0.07,,,2006-04-13, -/games/boxart/full_build-a-bear-workshop-friendship-valley_2AmericaFront.jpg,Build-A-Bear Workshop: Friendship Valley,Wii,Misc,Game Factory,Game Factory,,0.07,0.06,,,0,2010-03-23, -/games/boxart/full_535353AmericaFrontccc.jpg,Reader Rabbit 1st Grade,Wii,Misc,Graffiti,Graffiti Entertainment,,0.07,0.06,,,0,2010-05-04, -/games/boxart/full_7995256JapanFrontccc.jpg,Chuugaku Eitango Target 1800 DS,DS,Misc,IE Institute,IE Institute,,0.07,,0.07,,,2006-08-10, -/games/boxart/3185133ccc.jpg,Disney's Party,GBA,Misc,Hudson Entertainment,Jupiter Corporation,4,0.07,0.05,,0.02,0,2003-09-16, -/games/boxart/full_6547706AmericaFrontccc.jpg,Card Games,PS,Misc,Agetec,Amedio,,0.07,0.04,,0.03,0,2001-08-28, -/games/boxart/full_national-geographic-challenge_357AmericaFront.jpg,National Geographic Challenge!,X360,Misc,Ignition Entertainment,Gusto Games,,0.07,0.06,,,0,2011-11-23, -/games/boxart/full_4320738JapanFrontccc.jpg,MAPLUS: Portable Navi,PSP,Misc,Edia,Edia Corporation,,0.07,,0.07,,,2006-12-14, -/games/boxart/full_1874104JapanFrontccc.jpg,Doraemon: Nobita no Uchuu Eiyuuki,3DS,Action,FuRyu Corporation,FuRyu,,0.07,,0.07,,,2015-03-05, -/games/boxart/full_6544648JapanFrontccc.jpg,Attack on Titan 2: Future Coordinates,3DS,Action,Spike Chunsoft,Spike Chunsoft,,0.07,,0.07,,,2017-11-30,2019-01-29 -/games/boxart/full_1423647AmericaFrontccc.jpg,Haunting Ground,PS2,Action,Capcom,Capcom Production Studio 1,6.6,0.07,0.03,,0.03,0.01,2005-05-10, -/games/boxart/5807118ccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,DS,Action,Ubisoft,Ubisoft,,0.07,0.06,,0,0.01,2005-06-28, -/games/boxart/full_3526475AmericaFrontccc.jpg,Song of the Deep,PC,Action,Insomniac Games,Insomniac Games,,0.07,0.06,,,0.01,2016-07-12, -/games/boxart/full_1845217AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,WiiU,Action,Little Orbit,Vicious Cycle,,0.07,0.04,,0.02,0.01,2015-10-20,2018-03-17 -/games/boxart/full_4271747AmericaFrontccc.jpg,Styx: Shards of Darkness,PS4,Action,Focus Home Interactive,Cyanide Studio,,0.07,0.06,,,0.01,2017-03-14,2018-01-06 -/games/boxart/full_5576620JapanFrontccc.jpg,Dead Rising 2,PS4,Action,Capcom,Capcom,,0.07,0.04,0.02,,0.01,2016-09-27, -/games/boxart/full_545666PALFrontccc.jpg,One Piece: Unlimited World Red Deluxe Edition,NS,Action,Namco Bandai Games,Ganbarion,,0.07,,0.03,0.04,0,2017-09-29,2018-01-08 -/games/boxart/full_3164114JapanFrontccc.jpg,Samurai Warriors Chronicles 3,PSV,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2015-06-30,2018-08-04 -/games/boxart/full_1676755AmericaFrontccc.jpg,Silent Hill: Origins,PS2,Action,Konami,Climax Group,,0.07,0.03,,0.03,0.01,2008-03-04, -/games/boxart/full_6508360AmericaFrontccc.jpg,Pitfall: The Lost Expedition,GBA,Action,Activision,Torus Games,,0.07,0.05,,0.02,0,2004-02-18, -/games/boxart/1485831ccc.jpg,James Cameron's Dark Angel,XB,Action,Sierra Entertainment,Sierra Entertainment,,0.07,0.05,,0.02,0,2002-11-20, -/games/boxart/full_5237127AmericaFrontccc.jpg,Monster Rancher Battle Card: Episode II,PS,Action,Tecmo,Tecmo,,0.07,0.04,,0.03,0,2000-07-31, -/games/boxart/2848881ccc.gif,Jumper: Griffin's Story,PS2,Action,Brash Entertainment,Collision Studios,,0.07,0.03,,0.03,0.01,2008-02-12, -/games/boxart/full_7295358AmericaFrontccc.jpg,Goosebumps HorrorLand,PS2,Adventure,Scholastic Inc.,Gusto Games,,0.07,0.04,,0.03,0.01,2008-10-28, -/games/boxart/6654579ccc.jpg,Loons: The Fight For Fame,XB,Action,Atari,Warthog,,0.07,0.05,,0.02,0,2002-09-15, -/games/boxart/full_477651AmericaFrontccc.jpg,Let's Ride! Friends Forever,DS,Adventure,THQ,THQ,,0.07,0.07,,,0.01,2008-03-03, -/games/boxart/full_411226JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch - Lost Colors,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2008-03-27, -/games/boxart/full_2395412AmericaFrontccc.jpg,Penguins of Madagascar,3DS,Action-Adventure,Little Orbit,Little Orbit,,0.07,,,0.06,0,2014-11-25,2018-04-07 -/games/boxart/full_1675963AmericaFrontccc.jpg,Disneyland Adventures,XOne,Action-Adventure,Microsoft Studios,Asobo Studio,,0.07,0.05,,0.01,0.01,2017-10-31,2018-09-25 -/games/boxart/full_8754607AmericaFrontccc.jpg,Shenmue I & II,XOne,Action-Adventure,Sega,Sega,,0.07,0.05,,0.01,0.01,2018-08-21,2018-07-28 -/games/boxart/full_5590716JapanFrontccc.png,City Shrouded in Shadow,PS4,Action-Adventure,Namco Bandai Games,Granzella,,0.07,,0.07,,,2017-10-19,2018-01-10 -/games/boxart/full_2925646PALFrontccc.jpg,One Piece Unlimited World: Red,WiiU,Action-Adventure,Namco Bandai Games,Ganbarion,,0.07,,0.03,0.04,0,2014-07-31,2018-10-19 -/games/boxart/9859864ccc.jpg,World Racing,XB,Racing,TDK Mediactive,Synetic,,0.07,0.05,,0.01,0,2003-03-20, -/games/boxart/full_6482781AmericaFrontccc.jpg,Need for Speed: Undercover,PC,Racing,Electronic Arts,EA Vancouver,,0.07,,,0.07,0.01,2008-11-17, -/games/boxart/1578699ccc.jpg,Formula One World Championship: Beyond the Limit,SCD,Racing,Sega,Sega,,0.07,,0.07,,,1994-04-06, -/games/boxart/full_driving-simulator-2011_625PALFront.jpg,Driving Simulator 2011,PC,Racing,Excalibur Publishing,Excalibur Publishing Limited,,0.07,,,0.07,,2011-04-08, -/games/boxart/full_6393466AmericaFrontccc.jpg,Ride 3,PS4,Racing,Bandai Namco Entertainment,Milestone S.r.l.,7.3,0.07,0.03,,0.03,0.01,2018-11-30,2019-03-21 -/games/boxart/1761509ccc.jpg,Smashing Drive,GC,Racing,Namco,Point of View,4.7,0.07,0.06,,0.01,0,2002-02-18, -/games/boxart/6307172ccc.jpg,Big Mutha Truckers 2,XB,Racing,THQ,Eutechnyx,,0.07,0.05,,0.02,0,2005-08-23, -/games/boxart/full_2080066AmericaFrontccc.jpg,Aero Elite: Combat Academy,PS2,Simulation,Sega,Sega-AM2,,0.07,0.04,,0.03,0.01,2003-03-10, -/games/boxart/full_407643AmericaFrontccc.jpg,Picture Perfect Hair Salon,DS,Simulation,505 Games,Sonic Powered,,0.07,0.07,,0,0.01,2009-12-01, -/games/boxart/full_petz-fantasy-3d_404AmericaFront.jpg,Petz Fantasy 3D,3DS,Simulation,Ubisoft,Ubisoft,,0.07,0.07,,,0,2011-06-21,2019-01-15 -/games/boxart/648253ccc.jpg,Maximum Chase,XB,Racing,Majesco,Genki,,0.07,0.05,,0.02,0,2003-11-06, -/games/boxart/full_9483189AmericaFrontccc.jpg,Speed Zone,Wii,Racing,Detn8 Games,Awesome Play Ltd.,,0.07,0.01,,0.05,0.01,2009-08-18, -/games/boxart/1769956ccc.jpg,Circus Maximus: Chariot Wars,XB,Racing,Encore,Kodiak Interactive,,0.07,0.05,,0.02,0,2002-02-24, -/games/boxart/full_3098858AmericaFrontccc.jpg,Need for Speed Underground 2,PC,Racing,Electronic Arts,EA Black Box,,0.07,,,0.06,0.01,2004-11-09, -/games/boxart/2469476ccc.gif,Homie Rollerz,DS,Racing,Destineer,Webfoot Technologies,,0.07,0.07,,,0.01,2008-03-05, -/games/boxart/full_9158174AmericaFrontccc.jpg,Yamaha Supercross,Wii,Racing,DSI Games,Coyote Console,,0.07,0.05,,0.02,0.01,2009-02-24, -/games/boxart/full_4796051AmericaFrontccc.jpg,Totaled!,XB,Racing,Majesco,Rage Software,,0.07,0.05,,0.02,0,2002-07-29, -/games/boxart/full_world-rally-championship-2011_404AmericaFront.jpg,WRC 2: FIA World Rally Championship,X360,Racing,Ubisoft,Milestone S.r.l,5.8,0.07,,,0.06,0.01,2011-10-14, -/games/boxart/full_4487724AmericaFrontccc.jpg,Monster Racers,DS,Racing,KOEI,Koei,,0.07,0.05,0.02,,0,2010-05-04, -/games/boxart/full_3248548JapanFrontccc.jpg,Gale Racer,SAT,Racing,Sega,Sega,,0.07,,0.07,,0,1994-12-02, -/games/boxart/763769ccc.jpg,Hang On GP,SAT,Racing,Sega,Genki,,0.07,,0.07,,,1996-01-01, -/games/boxart/full_4858227AmericaFrontccc.jpg,Need for Speed: Most Wanted (2012),PC,Racing,Electronic Arts,Criterion Games,8.5,0.07,,,0.06,0.01,2012-10-30,2018-12-19 -/games/boxart/5664311ccc.jpg,Crazy Taxi 2,DC,Racing,Sega,Hitmaker,8.3,0.07,,0.07,,,2001-05-28, -/games/boxart/full_3077401JapanFrontccc.jpg,Motor Toon Grand Prix (Japan),PS,Racing,Sony Computer Entertainment,Sony Computer Entertainment Japan,,0.07,,0.06,,0,1994-12-16, -/games/boxart/full_1474082PALFrontccc.jpg,WipEout HD Fury,PS3,Racing,Sony Computer Entertainment,Studio Liverpool,9.1,0.07,,,0.06,0.01,2009-10-14, -/games/boxart/full_7958169AmericaFrontccc.jpg,Hannspree Ten Kate Honda: SBK Superbike World Championship,PS2,Racing,Valcon Games,Milestone S.r.l,,0.07,0.03,,0.03,0.01,2007-10-29, -/games/boxart/full_3944867PALFrontccc.jpg,Valentino Rossi: The Game,XOne,Racing,Namco Bandai Games,Milestone S.r.l.,,0.07,0.05,,0.02,0.01,2016-07-26,2018-06-25 -/games/boxart/full_9097524JapanFrontccc.jpg,Bullet Girls,PSV,Shooter,D3Publisher,Shade,,0.07,,0.07,,,2014-08-21,2018-12-29 -/games/boxart/full_1880234AmericaFrontccc.jpg,Gunstar Super Heroes,GBA,Shooter,Sega,"Treasure Co., Ltd.",8,0.07,0.05,,0.02,0,2005-10-25, -/games/boxart/full_7654115AmericaFrontccc.jpg,C: The Contra Adventure,PS,Shooter,Konami,Appaloosa Interactive,4.2,0.07,0.04,,0.02,0,1998-09-01, -/games/boxart/full_1756096AmericaFrontccc.jpg,Pocky & Rocky with Becky,GBA,Shooter,Natsume,Altron,,0.07,0.05,,0.02,0,2002-10-18, -/games/boxart/full_9423798AmericaFrontccc.jpg,Brothers in Arms: Furious 4,PS3,Shooter,Ubisoft,Gearbox Software,,0.07,0.01,,0.05,0.01,2012-09-30,2018-07-05 -/games/boxart/full_7718870AmericaFrontccc.jpg,Winx Club,GBA,Shooter,Konami,Rainbow Studios,,0.07,0.05,,0.02,0,2005-11-16, -/games/boxart/full_5616779AmericaFrontccc.jpg,Spintires: MudRunner - American Wilds,XOne,Racing,Focus Home Interactive,Saber Interactive,,0.07,0.06,,,0.01,2018-10-23,2019-02-19 -/games/boxart/full_3306093AmericaFrontccc.jpg,Speed Racer,PS,Racing,Jaleco,Amanodai,,0.07,0.04,,0.02,0,1998-02-28, -/games/boxart/3433258ccc.jpg,Aero Gauge,N64,Racing,ASCII Entertainment,Locomotive Games,4.5,0.07,0.06,,0.01,0,1998-05-21, -/games/boxart/full_259447AmericaFrontccc.jpg,Circuit Breakers,PS,Racing,Mindscape,Supersonic Software,5.9,0.07,0.04,,0.03,0,1998-09-02, -/games/boxart/914815ccc.jpg,Sprint Cars: Road to Knoxville,PS2,Racing,THQ,Big Ant Studios,,0.07,0.03,,0.03,0.01,2006-07-26, -/games/boxart/full_mayhem-3d_289AmericaFront.jpg,Mayhem 3D,X360,Racing,Evolved Games,Zoo Games,,0.07,0.06,,,0.01,2011-03-22, -/games/boxart/full_9186049AmericaFrontccc.jpg,Driver: Parallel Lines,XB,Racing,Atari,Reflections Interactive,,0.07,0.05,,0.01,0,2006-03-14, -/games/boxart/full_4724064PALFrontccc.jpg,Burnout Paradise: The Ultimate Box,PS3,Racing,Electronic Arts,Criterion Games,9,0.07,,0.01,0.05,0.01,2009-02-06, -/games/boxart/full_9210741AmericaFrontccc.jpg,Aqua Teen Hunger Force: Zombie Ninja Pro-Am,PS2,Racing,Midway Games,Creat Studios,,0.07,0.03,,0.03,0.01,2007-11-05, -/games/boxart/full_4548730PALFrontccc.jpg,Mega Man: Battle & Chase,PS,Racing,Capcom,Capcom,,0.07,,0.06,,0,1998-11-30, -/games/boxart/2389422ccc.jpg,Rayman Arena,XB,Racing,Ubisoft,Ubisoft,5,0.07,0.05,,0.01,0,2002-09-24, -/games/boxart/full_6872141AmericaFrontccc.jpg,Discovery Kids: Parrot Pals,DS,Simulation,505 Games,505 Games,,0.07,0.07,,,0.01,2009-06-16, -/games/boxart/full_9311420AmericaFrontccc.png,Harvest Moon: Light of Hope,PS4,Simulation,Natsume,Natsume,,0.07,0.06,,,0.01,2018-05-29,2018-02-27 -/games/boxart/full_2338361JapanFrontccc.jpg,AKB1/149: Love Election,PSV,Simulation,Namco Bandai Games,ArtDink,,0.07,,0.07,,,2012-12-20,2018-10-29 -/games/boxart/full_2824441AmericaFrontccc.jpg,Damage Inc.: Pacific Squadron WWII,X360,Simulation,Mad Catz,Mad Catz,,0.07,0.07,,,0.01,2012-08-28,2018-12-15 -/games/boxart/full_1401156JapanFrontccc.jpg,Photo Kano Kiss,PSV,Simulation,Kadokawa Shoten,Enterbrain,,0.07,,0.07,,,2013-04-25,2018-12-19 -/games/boxart/full_3347560AmericaFrontccc.jpg,America's Next Top Model,Wii,Simulation,Crave Entertainment,DTP Young Entertainment,,0.07,0.07,,,0,2010-06-01, -/games/boxart/full_4746180AmericaFrontccc.jpg,Bass Pro Shops: The Strike - Championship Edition,NS,Simulation,Planet Entertainment,XS Games,,0.07,0.06,,,0.01,2018-11-09,2018-09-11 -/games/boxart/full_890810AmericaFrontccc.jpg,Let's Paint,Wii,Simulation,Zoo Games,Zoo Games,,0.07,0.07,,,0,2010-05-25, -/games/boxart/full_9027269JapanFrontccc.jpg,Model * Oshare Audition: Dream Girl,3DS,Simulation,Alchemist,Alchemist,,0.07,,0.07,,,2013-11-14,2018-12-19 -/games/boxart/full_4343662AmericaFrontccc.jpg,Basketball Hall of Fame Ultimate Hoops Challenge,Wii,Sports,Zoo Games,Collision Studios,,0.07,0.06,,,0,2010-03-16, -/games/boxart/full_5431476AmericaFrontccc.jpeg,Tony Hawk's Pro Skater 5,PS3,Sports,Activision,Robomodo,,0.07,0.05,,,0.01,2015-12-15,2018-04-15 -/games/boxart/full_4795176AmericaFrontccc.jpg,R.B.I. Baseball 2017,XOne,Sports,MLB.com,MLB.com,,0.07,0.06,,,0.01,2017-03-28,2018-06-25 -/games/boxart/full_7227953JapanFrontccc.jpg,Pro Yakyuu Spirits 4,PS3,Sports,Konami,PawaPuro Production,,0.07,,0.07,,,2007-04-01, -/games/boxart/3392032ccc.jpg,RayStorm,PS,Shooter,Working Designs,Taito Corporation,,0.07,0.04,,0.03,0,1997-06-30, -/games/boxart/full_8697582AmericaFrontccc.jpg,Drake of the 99 Dragons,XB,Shooter,Majesco,Idol FX,,0.07,0.05,,0.01,0,2003-11-03, -/games/boxart/full_dream-trigger-3d_232AmericaFront.jpg,Dream Trigger 3D,3DS,Shooter,D3 Publisher,Art Corporation,5.7,0.07,0.04,,0.02,0.01,2011-05-10, -/games/boxart/4504389ccc.jpg,G Darius,PS,Shooter,THQ,Aisystem Tokyo,,0.07,0.04,,0.03,0,1998-03-31, -/games/boxart/full_1694836AmericaFrontccc.jpg,Combat: Task Force 121,XB,Shooter,Groove Games,Direct Action Games,,0.07,0.05,,0.02,0,2005-03-27, -/games/boxart/3611554ccc.jpg,Viewpoint,PS,Shooter,Electronic Arts,Visual Concepts,,0.07,0.04,,0.03,0,1995-11-28, -/games/boxart/5572048ccc.jpg,Serious Sam: Next Encounter,PS2,Shooter,Global Star Software,Climax Group,,0.07,0.04,,0.03,0.01,2004-04-22, -/games/boxart/3117853ccc.jpg,Tom Clancy's Ghost Recon 2,GC,Shooter,Ubisoft,Red Storm Entertainment,5.7,0.07,0.06,,0.01,0,2005-03-15, -/games/boxart/full_1292541AmericaFrontccc.jpg,Fantastic Four,PS,Action,Acclaim Entertainment,Probe Entertainment Limited,,0.07,0.04,,0.03,0,1997-09-30, -/games/boxart/full_1655637AmericaFrontccc.jpg,Resident Evil 6,XOne,Shooter,Capcom,Capcom,,0.07,0.06,,,0.01,2016-03-29,2018-03-30 -/games/boxart/full_1227975AmericaFrontccc.jpg,Operation Flashpoint: Dragon Rising,PC,Shooter,Codemasters,Codemasters,7.6,0.07,0.03,,0.03,0.01,2009-10-06, -/games/boxart/full_9457717AmericaFrontccc.jpg,Machine Head,PS,Shooter,Eidos Interactive,Core Design Ltd.,,0.07,0.04,,0.03,0,1996-11-30, -/games/boxart/full_2248293AmericaFrontccc.jpg,Damnation,X360,Shooter,Codemasters,Blue Omega Entertainment,3.1,0.07,0.06,,0.01,0.01,2009-05-26, -/games/boxart/full_544015AmericaFrontccc.jpg,Wild Guns Reloaded,NS,Shooter,Natsume,Natsume Atari,,0.07,0.06,,,0.01,2018-04-17,2019-02-16 -/games/boxart/full_1319238AmericaFrontccc.jpg,Hunting Simulator,PS4,Shooter,Bigben Interactive,Maximum Games,,0.07,0.06,,,0.01,2017-07-11,2018-06-28 -/games/boxart/full_operation-flashpoint-red-river_396AmericaFront.jpg,Operation Flashpoint: Red River,PC,Shooter,Codemasters,Codemasters,7,0.07,0.01,,0.04,0.01,2011-06-07, -/games/boxart/full_6502171AmericaFrontccc.jpg,DefCon 5,PS,Shooter,Data East,Millennium Interactive,,0.07,0.04,,0.03,0,1995-11-23, -/games/boxart/full_6974261PALFrontccc.jpg,OverBlood 2,PS,Action,Evolution Games,Riverhillsoft,,0.07,,0.06,,0,2001-04-13, -/games/boxart/full_5699103AmericaFrontccc.jpg,Bad Apple Wars,PSV,Action,Aksys Games,Aksys Games,,0.07,0.02,0.04,,0.01,2017-10-13,2018-09-21 -/games/boxart/full_alpha-and-omega_10AmericaFront.jpg,Alpha and Omega,DS,Action,Storm City Games,Sparkworkz,,0.07,0.06,,0,0,2010-09-14, -/games/boxart/full_1491554AmericaFrontccc.jpg,SG/ZH: School Girl/Zombie Hunter,PS4,Action,Aksys Games,Tamsoft,,0.07,0.04,0.02,,0.01,2017-11-17,2018-09-17 -/games/boxart/full_spartan-total-warrior_263AmericaFront.jpg,Spartan: Total Warrior,GC,Action,Sega,The Creative Assembly,7.1,0.07,0.05,,0.01,0,2005-10-27, -/games/boxart/168833ccc.jpg,Pitfall: The Lost Expedition,XB,Action,Activision,Edge of Reality,,0.07,0.05,,0.01,0,2004-02-18, -/games/boxart/1443807ccc.jpg,Bionicle Heroes,X360,Shooter,Eidos Interactive,Traveller's Tales,6.1,0.07,0.05,,0.01,0.01,2006-11-15, -/games/boxart/9496333ccc.jpg,Target: Terror,Wii,Shooter,Konami,Leviathan Games,,0.07,0.06,,,0.01,2008-04-22, -/games/boxart/full_4179342AmericaFrontccc.jpg,Silpheed: The Lost Planet,PS2,Shooter,Working Designs,"Treasure Co., Ltd.",,0.07,0.03,,0.03,0.01,2001-04-23, -/games/boxart/full_6321895AmericaFrontccc.jpg,Heavenly Guardian,Wii,Shooter,UFO Interactive,Starfish,,0.07,0.06,,,0.01,2008-04-22, -/games/boxart/full_1901221AmericaFrontccc.jpg,Space Hulk: Vengeance of the Blood Angels,PS,Shooter,Electronic Arts,Key Game,,0.07,0.04,,0.03,0,1996-01-01, -/games/boxart/full_winning-post-7-2010_1JapanFront.jpg,Winning Post 7 2010,PS3,Sports,Tecmo Koei,Tecmo Koei Games,,0.07,,0.07,,,2010-09-22,2018-07-30 -/games/boxart/full_billys-boot-camp-wii-de-enjoy-diet_798JapanFront.jpg,Billy's Boot Camp: Wii de Enjoy Diet!,Wii,Sports,Rocket Company,Rocket Company,,0.07,,0.07,,,2011-04-21, -/games/boxart/full_623454AmericaFrontccc.jpg,R.B.I. Baseball 18,PS4,Sports,MLB Advanced Media,MLB Advanced Media,,0.07,0.06,,,0.01,2018-03-20,2018-02-27 -/games/boxart/full_4284471AmericaFrontccc.jpg,Football Manager 2010,PC,Sports,Sega,Sports Interactive,8.7,0.07,,,0.06,0.01,2009-11-03, -/games/boxart/full_3640846AmericaFrontccc.png,Major League Baseball 2K10,PSP,Sports,2K Sports,Visual Concepts,,0.07,0.06,,,0.01,2010-03-02, -/games/boxart/full_2013137AmericaFrontccc.jpg,NHL 2005,GC,Sports,EA Sports,EA Canada,,0.07,0.05,,0.01,0,2004-09-20, -/games/boxart/8854683ccc.jpg,NHL Hitz Pro,XB,Sports,Midway Games,Next Level Games,,0.07,0.05,,0.01,0,2003-09-25, -/games/boxart/405863ccc.jpg,Sega Soccer Slam,GC,Sports,Sega,Black Box Games,,0.07,0.05,,0.01,0,2002-03-18, -/games/boxart/full_mario-tennis_4AmericaFront.jpg,Mario Tennis,VC,Sports,Nintendo,Camelot Software Planning,,0.07,,0,0.06,0.01,2010-06-28, -/games/boxart/full_1964080JapanFrontccc.jpg,Nichibeikan Pro Yakyuu: Final League,PS2,Sports,Square,SquareSoft,,0.07,,0.07,,,2002-04-25, -/games/boxart/full_7750556AmericaFrontccc.jpg,FIFA Soccer 06,GBA,Sports,EA Sports,Exient Entertainment,,0.07,0.05,,0.02,0,2005-10-11, -/games/boxart/9566098ccc.jpg,RedCard 20-03,PS2,Sports,Midway Games,Point of View,,0.07,0.03,,0.03,0.01,2002-04-16, -/games/boxart/5201052ccc.jpg,All-Star Baseball 2004,GBA,Sports,Acclaim Entertainment,Acclaim Entertainment,7.4,0.07,0.05,,0.02,0,2003-02-23, -/games/boxart/1733452ccc.jpg,Alexi Lalas International Soccer,PS,Sports,Take-Two Interactive,Z-Axis,4.4,0.07,0.04,,0.03,0,1999-04-30, -/games/boxart/full_7849535AmericaFrontccc.jpg,The Final Round,PS,Sports,Konami,Konami,,0.07,0.04,,0.03,0,1996-08-31, -/games/boxart/4241896ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,GC,Sports,Activision,MagicWand,,0.07,0.05,,0.01,0,2004-12-09, -/games/boxart/full_8135255AmericaFrontccc.jpg,My Horse & Me: Riding for Gold,DS,Sports,Atari,Mistic Software,,0.07,0.05,,0.01,0,2009-03-26, -/games/boxart/full_1388443AmericaFrontccc.jpg,Mutant Football League: Dynasty Edition,PS4,Sports,Nighthawk Interactive,Digital Dreams,,0.07,0.05,,,0.01,2018-10-30,2018-11-08 -/games/boxart/full_family-trainer-treasure-adventure_4PALFront.jpg,Family Trainer: Treasure Adventure,Wii,Sports,Namco Bandai,High Horse Entertainment,,0.07,,,0.06,0.01,2010-10-29, -/games/boxart/5868036ccc.jpg,ESPN National Hockey Night,PS2,Sports,Konami,Kush Games,,0.07,0.03,,0.03,0.01,2001-03-25, -/games/boxart/full_pro-yakyuu-spirits-2011_649JapanFront.jpg,Pro Yakyuu Spirits 2011,3DS,Sports,Konami,PawaPuro Production,,0.07,,0.07,,,2011-04-14, -/games/boxart/full_5861466AmericaFrontccc.jpg,MLB Power Pros 2008,DS,Sports,2K Sports,PawaPuro Production,,0.07,0.06,,,0.01,2008-08-25, -/games/boxart/4028542ccc.jpg,Jackass the Game DS,DS,Action,Red Mile Entertainment,Sensory Sweep Studios,,0.07,0.06,,0,0.01,2008-01-08, -/games/boxart/full_8459699AmericaFrontccc.jpg,Uprising X,PS,Action,3DO,Cyclone Studios,,0.07,0.04,,0.03,0,1998-11-30, -/games/boxart/full_6572280AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,XOne,Action,Activision,PlatinumGames,,0.07,0.05,,0.01,0.01,2016-05-24,2018-04-15 -/games/boxart/full_7380918JapanFrontccc.jpg,Busou Shinki: Battle Masters,PSP,Action,Konami,Konami,,0.07,,0.07,,,2010-07-15, -/games/boxart/4033315ccc.jpg,River City Ransom EX,GBA,Action,Atlus,Million,,0.07,0.05,,0.02,0,2004-05-25, -/games/boxart/full_7061312PALFrontccc.jpg,Legend of Kay Anniversary,WiiU,Action,Nordic Games,Neon Studios,,0.07,0.05,,0.02,0.01,2015-05-29,2018-09-11 -/games/boxart/full_8470972AmericaFrontccc.png,Has-Been Heroes,PS4,Action,GameTrust,Frozenbyte,,0.07,0.06,,,0.01,2017-03-28, -/games/boxart/6097223ccc.gif,Street Fighter II': Special Champion Edition (JP weekly sales),GEN,Action,Capcom,Unknown,,0.07,,0.07,,,1993-09-27, -/games/boxart/full_7884938JapanFrontccc.jpg,Chou Sentouchuu: Kyuukyoku no Shinobu to Battle Player Choujou Kessen!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.07,,0.07,,,2016-09-15,2018-08-06 -/games/boxart/full_9144156JapanFrontccc.jpg,Samurai Warriors 4: Empires,PS3,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2016-03-15, -/games/boxart/full_tron-evolution_790AmericaFront.jpg,TRON: Evolution,PC,Action,Disney Interactive Studios,Propaganda Games,,0.07,0.06,,0,0,2010-12-07, -/games/boxart/full_5364738AmericaFrontccc.jpg,Army Men: Green Rogue,PS,Action,3DO,3DO,,0.07,0.04,,0.02,0,2001-04-13, -/games/boxart/full_7901261JapanFrontccc.jpg,G-Saviour,PS2,Action,Sunrise Interactive,Atelier-Sai,,0.07,,0.07,,,2000-09-14, -/games/boxart/full_7629821JapanFrontccc.jpg,Accel World vs. Sword Art Online: Millennium Twilight,PSV,Action,Namco Bandai Games,Namco Bandai Games,,0.07,,0.07,,,2017-07-07,2018-07-04 -/games/boxart/7643877ccc.jpg,Firefighter F.D.18,PS2,Action,Konami,Konami Computer Entertainment Tokyo,5.9,0.07,0.03,,0.03,0.01,2004-03-09, -/games/boxart/full_6438971AmericaFrontccc.jpg,Warhammer: The End Times - Vermintide,PS4,Action,Games Workshop,Fatshark,,0.07,0.03,,0.03,0.01,2016-10-04,2018-08-11 -/games/boxart/full_6077031JapanFrontccc.jpg,Gintama DS: Yorozuya Daisoudou,DS,Action,Namco Bandai,Banpresto,,0.07,,0.07,,,2006-09-21, -/games/boxart/full_1066233PALFrontccc.jpg,Zombi,PS4,Action,Ubisoft,Ubisoft Montpellier,7.5,0.07,,0.01,0.04,0.01,2015-08-18,2018-01-17 -/games/boxart/full_1496097AmericaFrontccc.jpg,Prince of Persia: The Fallen King,DS,Action,Ubisoft,Ubisoft Casablanca,,0.07,0.06,,0,0,2008-12-02, -/games/boxart/3570105ccc.jpg,Frogger Advance: The Great Quest,GBA,Action,Konami,KCEA,5.5,0.07,0.05,,0.02,0,2002-05-26, -/games/boxart/1426012ccc.jpg,Streets of Rage 3,GEN,Action,Sega,Sega,,0.07,,0.07,,0,1994-03-17, -/games/boxart/4549130ccc.jpg,Catwoman,GC,Action,Electronic Arts,Argonaut Games,5.3,0.07,0.05,,0.01,0,2004-07-20, -/games/boxart/1243361ccc.gif,Operation: Vietnam,DS,Shooter,Majesco,Coyote Console,,0.07,0.06,,0,0,2007-08-20, -/games/boxart/full_7155617AmericaFrontccc.jpg,Touhou Genso Rondo: Bullet Ballet,PS4,Shooter,NIS America,CUBETYPE,,0.07,0.06,,,0.01,2016-09-06,2018-09-17 -/games/boxart/full_inversion_773PALFront.jpg,Inversion,PS3,Shooter,Namco Bandai Games,Saber Interactive,,0.07,0.03,,0.03,0.01,2012-06-05, -/games/boxart/full_9047584AmericaFrontccc.jpg,Gunblade NY & L.A. Machineguns Arcade Hits Pack,Wii,Shooter,Sega,Sega,,0.07,0.06,,0.01,0.01,2010-08-24, -/games/boxart/3893940ccc.jpg,The History Channel: Battle for the Pacific,PS3,Shooter,Activision,Cauldron Ltd.,,0.07,0.07,,0,0.01,2008-02-19, -/games/boxart/full_9044485AmericaFrontccc.jpg,Rogue Trooper: Quartz Zone Massacre,Wii,Shooter,Graffiti,Rebellion Developments,8,0.07,0.06,,0,0.01,2009-11-24, -/games/boxart/full_5814425AmericaFrontccc.jpg,Point Blank DS (JP sales),DS,Shooter,Namco Bandai,Namco Bandai Games,,0.07,,0.07,,,2006-06-13, -/games/boxart/7887111ccc.jpg,Rayman 3: Hoodlum Havoc,XB,Platform,Ubisoft,Ubisoft,7.3,0.07,0.06,,0.02,0,2003-03-18, -/games/boxart/full_5619419JapanFrontccc.jpg,Zettai Zetsumei Toshi 3: Kowareyuku Machi to Kanojyo no Uta,PSP,Action,Irem Software Engineering,Irem Software Engineering,,0.07,,0.07,,,2009-04-23, -/games/boxart/full_4096201AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,XOne,Action,Tecmo Koei,Omega Force,,0.07,0.04,,0.02,0.01,2015-01-24, -/games/boxart/full_top-gun_876AmericaFront.jpg,Top Gun,PS3,Action,505 Games,Doublesix,,0.07,0.06,,,0.01,2011-06-14, -/games/boxart/8208117ccc.jpg,Crimson Sea 2,PS2,Action,KOEI,Koei,,0.07,0.03,,0.03,0.01,2004-03-30, -/games/boxart/full_9457548JapanFrontccc.jpg,Doraemon: Nobita to Himitsu Dougu Hakubutsukan,3DS,Action,FuRyu Corporation,FuRyu Corporation,,0.07,,0.07,,,2013-03-07,2018-12-28 -/games/boxart/full_7687731PALFrontccc.jpeg,Middle-Earth: Shadow of War,PC,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,0.07,0.03,,0.04,0.01,2017-10-10,2018-01-10 -/games/boxart/full_1453316JapanFrontccc.jpg,Crayon Shin-Chan: Densetsu o Yobu Omake no To Shukkugaan!,GBA,Action,Banpresto,Inti Creates,,0.07,,0.07,,0,2006-03-23, -/games/boxart/1283933ccc.jpg,Samurai Warriors,XB,Action,KOEI,Omega Force,,0.07,0.05,,0.02,0,2004-07-13, -/games/boxart/full_514262JapanFrontccc.jpg,PriPara Mezameyo! Megami no Dress Design,3DS,Action,Takara Tomy,Takara Tomy,,0.07,,0.07,,,2016-11-10,2018-07-28 -/games/boxart/full_2470874AmericaFrontccc.jpg,Terraria,PS4,Action,505 Games,Re-Logic,,0.07,,0.01,0.05,0.01,2014-12-02,2018-03-19 -/games/boxart/3805231ccc.jpg,Robot Alchemic Drive,PS2,Action,Enix,Sandlot,,0.07,0.03,,0.03,0.01,2002-11-04, -/games/boxart/full_2345155AmericaFrontccc.jpg,Tokyo Beat Down,DS,Action,Atlus,Success,,0.07,0.06,,,0.01,2009-03-31, -/games/boxart/4505128ccc.gif,Dynasty Warriors DS: Fighter's Battle,DS,Action,KOEI,Omega Force,,0.07,0.04,0.03,0,0,2007-07-25, -/games/boxart/full_945661JapanFrontccc.jpg,Kamen Rider: Battride War Genesis,PS4,Action,Namco Bandai Games,Unknown,,0.07,,0.07,,,2016-02-25, -/games/boxart/full_3537787JapanFrontccc.jpg,Godzilla (2014),PS3,Action,Namco Bandai Games,Namco Bandai Games,,0.07,,0.06,0.01,0,2015-07-14, -/games/boxart/full_7748771JapanFrontccc.jpg,Crayon Shin-Chan: Obaka Daininden - Susume! Kasukabe Ninja Tai!,DS,Action,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2010-03-18, -/games/boxart/full_3751820AmericaFrontccc.jpg,Pac-Man World 3,PSP,Platform,Namco,Blitz Games,,0.07,0.07,,0,0.01,2005-12-06, -/games/boxart/2914813ccc.jpg,Taz Wanted,XB,Platform,Atari,Blitz Games,5.8,0.07,0.05,,0.02,0,2002-09-18, -/games/boxart/full_1901470JapanFrontccc.jpg,Famicom Mini: Hikari Shinwa: Palutena no Kagami,GBA,Platform,Nintendo,Nintendo R&D1,,0.07,,0.07,,0,2004-08-10, -/games/boxart/full_4934102AmericaFrontccc.jpg,Mega Man Xtreme,GB,Platform,Capcom,Capcom,,0.07,,0.07,,,2001-01-11, -/games/boxart/full_1990496AmericaFrontccc.jpg,Open Season,PSP,Platform,Ubisoft,Ubisoft Montreal,6.7,0.07,0.07,,0,0.01,2006-09-19, -/games/boxart/full_7745960AmericaFrontccc.jpg,Mega Man Xtreme 2,GB,Platform,Capcom,Capcom,,0.07,,0.07,,,2001-10-30, -/games/boxart/2059454ccc.jpg,I-Ninja,XB,Platform,Namco,Argonaut Games,7.8,0.07,0.05,,0.02,0,2003-12-04, -/games/boxart/5957610ccc.jpg,Spot Goes to Hollywood,PS,Platform,Virgin Interactive,Eurocom Entertainment Software,4.4,0.07,0.04,,0.03,0,1996-11-30, -/games/boxart/default.jpg,"Horrid Henry: The Good, The Bad and The Bugly",3DS,Platform,Asylum Entertainment,Asylum Entertainment,,0.07,,,0.06,0.01,2011-11-25, -/games/boxart/full_9215832AmericaFrontccc.jpg,Anubis II,Wii,Platform,UFO Interactive,Data Design Interactive,1.5,0.07,0.06,,0,0.01,2007-09-18, -/games/boxart/2590291ccc.jpg,Mega Man X4,SAT,Platform,Capcom,Capcom,,0.07,,0.07,,,1997-07-31, -/games/boxart/3768627ccc.jpg,N+,DS,Platform,Atari,SilverBirch Studios,,0.07,0.06,,,0,2008-08-26, -/games/boxart/full_6287098AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures 2,WiiU,Platform,Namco Bandai Games,Monkey Bar Games,,0.07,0.04,,0.02,0.01,2014-10-14,2018-11-16 -/games/boxart/full_4892965AmericaFrontccc.jpg,Futurama,PS2,Platform,VU Games,Unique Development Studios Sweden,,0.07,0.04,,0.03,0.01,2003-08-14, -/games/boxart/4380270ccc.jpg,Super Ghouls 'n Ghosts,GBA,Platform,Capcom,Capcom,,0.07,0.05,,0.02,0,2002-09-23, -/games/boxart/full_8515133AmericaFrontccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GC,Platform,Ubisoft,Phoenix Games Studio,,0.07,0.05,,0.01,0,2005-02-08, -/games/boxart/full_4293862AmericaFrontccc.jpg,Pandemonium 2,PS,Platform,Midway Games,Toys for Bob,,0.07,0.04,,0.02,0,1997-09-30, -/games/boxart/full_8927022AmericaFrontccc.jpg,Scribblenauts: Showdown,NS,Platform,Warner Bros. Interactive,Shiver Games,,0.07,0.03,,0.03,0.01,2018-03-06,2018-04-03 -/games/boxart/full_1526797AmericaFrontccc.jpg,The Tale of Despereaux,DS,Platform,Brash Entertainment,Amaze Entertainment,,0.07,0.06,,0,0,2008-12-02, -/games/boxart/full_4354574PALFrontccc.jpg,Rayman Origins,PC,Platform,Ubisoft,UBIart Montpellier,,0.07,0,,0.06,0.01,2012-03-29,2018-05-25 -/games/boxart/2782940ccc.jpg,Dave Mirra BMX Challenge,Wii,Sports,Crave Entertainment,Left Field Productions,,0.07,0.06,,0,0.01,2007-10-02, -/games/boxart/full_2621337JapanFrontccc.jpg,Pro Yakyuu Spirits 2014,PSV,Sports,Konami Digital Entertainment,Konami,,0.07,,0.07,,,2014-03-20,2018-11-09 -/games/boxart/full_3671480AmericaFrontccc.jpg,NCAA College Football 2K3,GC,Sports,Sega,Visual Concepts,,0.07,0.05,,0.01,0,2002-09-09, -/games/boxart/full_7551749AmericaFrontccc.jpg,NHL-Legacy Edition,PS3,Sports,EA Sports,EA Canada,,0.07,0.06,,,0.01,2015-09-09,2018-11-23 -/games/boxart/9366134ccc.jpg,Super Baseball,2600,Sports,Atari,Atari,,0.07,0.07,,0,0,1988-01-01, -/games/boxart/full_2776146AmericaFrontccc.jpg,The Golf Club,XOne,Sports,Maximum Games,HB Studios,,0.07,0.07,,,0.01,2015-04-28,2018-11-10 -/games/boxart/full_7166706AmericaFrontccc.jpg,NHL Open Ice,PS,Sports,Midway Games,Avalanche Software,,0.07,0.04,,0.03,0,1996-11-30, -/games/boxart/8884099ccc.jpg,The Hustle: Detroit Streets,PSP,Sports,Activision,Blade Interactive,,0.07,0.07,,0,0.01,2005-10-25, -/games/boxart/full_9632021JapanFrontccc.jpg,Power Pro GB,GB,Sports,Konami,Konami,,0.07,,0.07,,,1998-03-26, -/games/boxart/2154988ccc.jpg,Romance of the Three Kingdoms IX,PS2,Strategy,KOEI,Koei,,0.07,0.03,,0.03,0.01,2004-02-24, -/games/boxart/full_3476526JapanFrontccc.jpg,Shounen Sunday x Shounen Magazine: Nettou! Dream Nine,DS,Sports,Konami,PawaPuro Production,,0.07,,0.07,,,2009-02-26, -/games/boxart/full_7189005AmericaFrontccc.jpg,Harlem Globetrotters: World Tour,DS,Sports,DSI Games,Full Fat,,0.07,0.07,,0,0.01,2007-03-07, -/games/boxart/full_6232109JapanFrontccc.jpg,Derby Jockey: Kishou e no Michi,SNES,Sports,Asmik Corp,GRC,,0.07,,0.07,,,1994-03-18, -/games/boxart/full_4880742JapanFrontccc.jpg,Winning Post 7 2012,PS3,Sports,Tecmo Koei,Koei Tecmo Games,,0.07,,0.07,,,2012-03-15,2018-12-21 -/games/boxart/full_8804108AmericaFrontccc.jpg,River King: Mystic Valley (US sales),DS,Sports,Natsume,Marvelous Interactive,,0.07,0.07,,,,2008-04-29, -/games/boxart/full_8374956JapanFrontccc.jpg,Winning Eleven Playmaker 2010: Aoki Samurai no Chousen,Wii,Sports,Konami,Konami,,0.07,,0.07,,,2010-05-20, -/games/boxart/5893353ccc.jpg,Dino Master: Dig Discover Duel,DS,Strategy,Majesco,Creative Office,2.5,0.07,0.06,,0,0,2006-05-25, -/games/boxart/4111748ccc.jpg,Commandos 2: Men of Courage,XB,Strategy,Eidos Interactive,Pyro Studios,,0.07,0.05,,0.02,0,2002-09-18, -/games/boxart/full_4308219AmericaFrontccc.jpg,AMF Bowling Pinbusters!,DS,Sports,Vir2L Studios,4J Studios,,0.07,0.06,,0,0,2008-07-07, -/games/boxart/3529810ccc.jpg,Itoi Shigesato no Bass Tsuri No. 1 Ketteihan!,N64,Sports,Nintendo,HAL Laboratory,,0.07,,0.07,,,2000-03-31,2018-08-30 -/games/boxart/full_5092068JapanFrontccc.jpg,Itoi Shigesato no Bass Tsuri No. 1 Ketteihan!,N64,Sports,Nintendo,HAL Laboratory,,0.07,,0.07,,,2000-03-31,2018-08-30 -/games/boxart/full_7168498PALFrontccc.jpg,Rugby League 3,Wii,Sports,Alternative Software,Sidhe Interactive,,0.07,,,0.06,0.01,2010-04-09, -/games/boxart/2649245ccc.jpg,Disney Sports Skateboarding,GBA,Sports,Konami,Konami,3.6,0.07,0.05,,0.02,0,2002-11-15, -/games/boxart/full_2669432AmericaFrontccc.jpg,MLB Front Office Manager,X360,Sports,2K Sports,Blue Castle Games,,0.07,0.06,,,0.01,2009-01-26, -/games/boxart/2360365ccc.jpg,Mia Hamm Soccer 64,N64,Sports,SouthPeak Interactive,Silicon Dreams,,0.07,0.06,,0.01,0,2000-11-09, -/games/boxart/full_winter-sports-2011_932PALFront.jpg,Winter Sports 2011,Wii,Sports,DTP Entertainment,49Games,,0.07,,,0.06,0.01,2011-02-25, -/games/boxart/full_481232AmericaFrontccc.jpg,Culdcept Revolt,3DS,Strategy,NIS America,OmiyaSoft,7.3,0.07,,0.07,,,2017-10-03,2018-04-02 -/games/boxart/full_3241702AmericaFrontccc.jpg,The Banner Saga Trilogy - Bonus Edition,PS4,Strategy,505 Games,Stoic Studio,,0.07,0.06,,,0.01,2018-07-27,2018-04-20 -/games/boxart/6292993ccc.jpg,Gladius,GC,Strategy,LucasArts,LucasArts,8.3,0.07,0.06,,0.01,0,2003-11-03, -/games/boxart/full_2838268JapanFrontccc.jpg,Mobile Suit Gundam: Try Age SP,3DS,Strategy,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2014-07-17,2018-12-28 -/games/boxart/8242889ccc.gif,Real Time Conflict: Shogun Empires,DS,Strategy,Namco,Box Clever Interactive,,0.07,0.06,,,0.01,2005-11-21, -/games/boxart/full_3991927JapanFrontccc.jpg,San Goku Shi Taisen Ten,DS,Strategy,Sega,Sega,,0.07,,0.07,,,2008-08-07, -/games/boxart/full_875051AmericaFrontccc.jpg,The Sims 2: Seasons,PC,Simulation,Electronic Arts,Maxis,,0.07,0.01,,0.04,0.01,2007-02-27, -/games/boxart/full_3024781AmericaFrontccc.jpg,Microsoft Flight Simulator 2004: A Century of Flight,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,0.07,,,0.06,0.01,2003-07-29, -/games/boxart/6010805ccc.jpg,Jurassic Park: Operation Genesis,XB,Simulation,VU Games,Blue Tongue,,0.07,0.05,,0.01,0,2003-03-26, -/games/boxart/6828627ccc.jpg,Fantasy Aquarium by DS,DS,Simulation,Destineer,Destineer,,0.07,0.07,,,0.01,2008-03-17, -/games/boxart/full_6797703AmericaFrontccc.jpg,Petz: Hamsterz Bunch,PSP,Simulation,Ubisoft,Ubisoft,,0.07,0.06,,0,0.01,2009-10-27, -/games/boxart/full_pro-farm-1_843PALFront.jpg,Pro Farm 1,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,0.07,,,0.06,0.01,2011-08-19, -/games/boxart/full_5564174AmericaFrontccc.jpg,Poi,NS,Platform,Polykid,Polykid,5,0.07,0.05,,0.01,0.01,2017-02-01,2019-02-15 -/games/boxart/full_794358PALFrontccc.jpg,Shin Chan Contra ¡Los Plastas!,DS,Platform,505 Games,Inti Creates,,0.07,,0.07,,,2009-12-03, -/games/boxart/full_3574568AmericaFrontccc.jpg,DuckTales: Remastered,WiiU,Platform,Capcom,WayForward,,0.07,0.06,,,0.01,2013-11-12,2019-02-17 -/games/boxart/371370ccc.jpg,Wallace & Gromit in Project Zoo,GC,Platform,BAM! Entertainment,Frontier Developments,6.6,0.07,0.05,,0.01,0,2003-10-14, -/games/boxart/4238071ccc.jpg,Rayman 3: Hoodlum Havoc,GC,Platform,Ubisoft,Ubisoft,7.4,0.07,0.05,,0.01,0,2003-03-02, -/games/boxart/878511ccc.jpg,Tak: The Great Juju Challenge,XB,Platform,THQ,Avalanche Software,,0.07,0.05,,0.02,0,2005-09-19, -/games/boxart/4489099ccc.jpg,Disney's Donald Duck Advance,GBA,Platform,Ubisoft,Ubisoft,6.5,0.07,0.05,,0.02,0,2001-11-15, -/games/boxart/full_3745112AmericaFrontccc.jpg,Paw Patrol on a Roll,PS4,Platform,Outright Games,Outright Games,,0.07,0.06,,,0.01,2018-10-23,2018-08-07 -/games/boxart/4172151ccc.jpg,Open Season,Wii,Platform,Ubisoft,Ubisoft Montreal,5,0.07,0.06,,0,0.01,2006-11-30, -/games/boxart/full_7292972AmericaFrontccc.jpg,Cut the Rope: Triple Treat,3DS,Puzzle,Activision,ZeptoLab,,0.07,0.06,,,0.01,2014-03-25,2018-12-28 -/games/boxart/full_2326308AmericaFrontccc.jpg,Sushi Striker: The Way of Sushido,NS,Puzzle,Nintendo,Indies Zero,7.9,0.07,0.02,0.03,0.01,0,2018-06-08,2020-07-23 -/games/boxart/full_titanic-mystery_4AmericaFront.jpg,Titanic Mystery,DS,Puzzle,O-Games,PlayV,,0.07,0.05,,0.01,0.01,2012-04-03, -/games/boxart/full_318084AmericaFrontccc.jpg,Sudoku Fever,GBA,Puzzle,Take-Two Interactive,Global Star Software,,0.07,0.05,,0.02,0,2006-02-09, -/games/boxart/full_4149686AmericaFrontccc.jpg,Jewel Quest 5: The Sleepless Star,PC,Puzzle,ValuSoft,iWin,,0.07,0.04,,0.02,0.01,2011-02-15,2018-12-28 -/games/boxart/2260342ccc.jpg,Pipe Mania,PSP,Puzzle,Empire Interactive,Razorworks Studios,,0.07,0.06,,0,0.01,2008-09-26, -/games/boxart/full_7551450AmericaFrontccc.jpg,Tropix,DS,Puzzle,Capcom,Capcom,,0.07,0.06,,,0,2008-11-10, -/games/boxart/full_tigershark_219AmericaFront.jpg,TigerShark,PS,Simulation,GT Interactive,n-Space,,0.07,0.04,,0.03,0,1997-03-31, -/games/boxart/full_6369306AmericaFrontccc.jpg,Cooking Mama: Sweet Shop,3DS,Simulation,Rising Star Games,Office Create,6,0.07,0.03,0.04,,0,2017-05-16,2018-01-16 -/games/boxart/full_8209916AmericaFrontccc.jpg,Cabela's The Hunt: Championship Edition Bundle,NS,Simulation,Planet Entertainment,Planet Entertainment,,0.07,0.06,,,0.01,2018-11-09,2018-09-11 -/games/boxart/full_7943610PALFrontccc.jpg,Le Tour de France 2017,PS4,Simulation,Focus Home Interactive,Cyanide Studio,,0.07,,,0.06,0.01,2017-06-15,2018-08-12 -/games/boxart/full_2874235AmericaFrontccc.jpg,Ant Nation,DS,Simulation,Konami,Konami,,0.07,0.06,,0.01,0.01,2009-09-08, -/games/boxart/1276816ccc.jpg,BeatMania,PS2,Simulation,Konami,Konami,,0.07,0.03,,0.03,0.01,2006-03-28, -/games/boxart/full_8351475JapanFrontccc.jpg,SD Gundam: Gashapon Wars,GC,Strategy,Bandai,Bec,,0.07,,0.07,,0,2005-12-01, -/games/boxart/full_romance-of-the-three-kingdoms-xi_0AmericaFront.jpg,Romance of the Three Kingdoms XI,PS2,Strategy,KOEI,Koei,,0.07,,0.07,,,2007-02-06, -/games/boxart/329879ccc.gif,Elements of Destruction,DS,Strategy,THQ,Black Lantern Studios,,0.07,0.07,,,0.01,2007-12-17, -/games/boxart/2629544ccc.jpg,The Putter Golf,PS,Sports,Agetec,Amedio,,0.07,0.04,,0.03,0,2001-09-26, -/games/boxart/full_2647964AmericaFrontccc.jpg,Backyard NFL Football '09,DS,Sports,Atari,Humongous Entertainment,,0.07,0.06,,,0.01,2008-10-21, -/games/boxart/4580521ccc.jpg,John Madden Football,SNES,Sports,Electronic Arts,Park Place Productions,,0.07,,0.07,,0,1991-11-01, -/games/boxart/6392912ccc.jpg,FIFA Soccer 2004,GC,Sports,EA Sports,EA Canada,8.2,0.07,0.05,,0.01,0,2003-11-04, -/games/boxart/4881143ccc.jpg,Dave Mirra BMX Challenge,PSP,Sports,Crave Entertainment,Left Field Productions,3.5,0.07,0.06,,0,0.01,2006-11-02, -/games/boxart/3603623ccc.jpg,World Tour Soccer 06,PSP,Sports,Sony Computer Entertainment,SCEE London Studio,,0.07,0.07,,0,0.01,2006-06-27, -/games/boxart/full_6603103JapanFrontccc.jpg,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PSV,Sports,Sega,Sega,,0.07,,0.07,,,2013-10-10,2018-11-14 -/games/boxart/full_2539808JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PSP,Strategy,Namco Bandai,Bec,,0.07,,0.07,,,2009-02-12, -/games/boxart/full_2169227AmericaFrontccc.jpg,Robocalypse,DS,Strategy,Tecmo,Vogster Entertainment,,0.07,0.07,,,0.01,2008-11-17, -/games/boxart/full_9860585JapanFrontccc.jpg,Classic Road,PS,Sports,Victor Interactive,Victor Interactive,,0.07,,0.07,,0,1995-12-15, -/games/boxart/full_1253654AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,X360,Sports,Conspiracy Entertainment,49Games,,0.07,0.06,,0.01,0.01,2008-11-18, -/games/boxart/full_8610775PALFrontccc.jpg,Constructor HD,XOne,Strategy,Deep Silver,System 3,,0.07,0.07,,,0.01,2017-07-11,2018-08-11 -/games/boxart/4628864ccc.jpg,Kessen III,PS2,Strategy,KOEI,Koei,,0.07,0.04,,0.03,0.01,2005-02-22, -/games/boxart/full_3123841JapanFrontccc.jpg,Super Robot Wars X,PSV,Strategy,Bandai Namco Games,Bandai Namco,,0.07,,0.07,,,2018-03-29,2018-04-07 -/games/boxart/3037163ccc.jpg,Wrath Unleashed,PS2,Strategy,LucasArts,Double Helix Games,,0.07,0.04,,0.03,0.01,2004-02-10, -/games/boxart/full_1626479JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PS2,Strategy,Namco Bandai,Bec,,0.07,,0.07,,,2009-02-12, -/games/boxart/full_9302614AmericaFrontccc.jpg,Norse by Norsewest: The Return of the Lost Vikings,PS,Action,Interplay,Beam Software,,0.07,0.04,,0.03,0,1997-11-17, -/games/boxart/full_3324648AmericaFrontccc.jpg,Fantasy Aquarium World,Wii,Simulation,Destineer,Ertain,,0.07,0.06,,,0,2009-05-13, -/games/boxart/1672458ccc.jpg,Armored Core: Nine Breaker,PS2,Simulation,Agetec,From Software,,0.07,0.03,,0.03,0.01,2005-09-13, -/games/boxart/full_8695880AmericaFrontccc.jpg,Squishy Tank,DS,Puzzle,Natsume,Natsume,,0.07,0.07,,,0.01,2010-03-23, -/games/boxart/full_4859550AmericaFrontccc.jpg,Ghostbusters (2016),XOne,Action,Activision,FireForge Games,,0.07,0.06,,,0.01,2016-07-12,2018-09-17 -/games/boxart/full_5644097JapanFrontccc.jpg,Famicom Mini: Wrecking Crew,GBA,Puzzle,Nintendo,Nintendo,,0.07,,0.07,,0,2004-05-21, -/games/boxart/full_9109289AmericaFrontccc.jpg,Buster Bros. Collection,PS,Puzzle,Capcom,Mitchell,6.9,0.07,0.04,,0.03,0,1997-04-18, -/games/boxart/full_2535742JapanFrontccc.jpg,Touch Detective: Nameko Shigeru,3DS,Puzzle,Success,Success,,0.07,,0.07,,,2013-02-28,2018-12-15 -/games/boxart/full_2321527AmericaFrontccc.jpg,Margot's Word Brain,DS,Puzzle,Zoo Games,Slam Games,,0.07,0.07,,0,0.01,2008-09-30, -/games/boxart/3585876ccc.jpg,Bomberman Max 2: Red Advance,GBA,Puzzle,Majesco,Hudson Soft,7.5,0.07,0.05,,0.02,0,2002-05-30, -/games/boxart/4299714ccc.gif,The Rub Rabbits!,DS,Puzzle,Sega,Sonic Team,7.3,0.07,0.03,0.04,0,0,2006-02-13, -/games/boxart/full_jewel-time-deluxe_536AmericaFront.jpg,Jewel Time Deluxe,DS,Puzzle,O-Games,O-Games,,0.07,0.04,,0.03,0.01,2011-10-18, -/games/boxart/full_jewel-link-chronicles-legend-of-athena_634PALFront.jpg,Jewel Link Chronicles: Legend of Athena,DS,Puzzle,GSP,Avanquest Software,,0.07,,,0.06,0.01,2011-02-25, -/games/boxart/full_2162800PALFrontccc.jpg,Make 10: A Journey of Numbers,DS,Puzzle,Nintendo,MuuMuu,,0.07,,0.07,0,0,2008-09-26, -/games/boxart/full_9562996PALFrontccc.jpg,Risen 3: Titan Lords Enhanced Edition,PS4,Role-Playing,Deep Silver,Piranha Bytes,1,0.07,,,0.06,0.01,2015-08-21,2018-01-03 -/games/boxart/full_2197492JapanFrontccc.jpg,Judie no Atelier: Guramnat no Renkinjutsushi,PS2,Role-Playing,Gust,Gust,,0.07,,0.07,,,2002-06-27, -/games/boxart/full_6490302AmericaFrontccc.jpg,Mugen Souls Z,PS3,Role-Playing,NIS America,Compile Heart,,0.07,0.02,0.04,0.01,0.01,2014-05-20,2018-12-27 -/games/boxart/full_8158191JapanFrontccc.jpg,Lost Heroes,PSP,Role-Playing,Namco Bandai Games,Banpresto,,0.07,,0.07,,,2012-09-06,2018-12-01 -/games/boxart/full_9115980JapanFrontccc.jpg,Summon Night 4,PSP,Role-Playing,Namco Bandai Games,Flight-Plan,,0.07,,0.07,,,2012-11-15,2018-12-19 -/games/boxart/full_5110175JapanFrontccc.jpg,Tales of Rebirth,PSP,Role-Playing,Namco Bandai,Team Destiny,,0.07,,0.07,,,2008-03-19, -/games/boxart/full_6511849AmericaFrontccc.jpg,Tecmo's Deception,PS,Role-Playing,Tecmo,Tecmo,,0.07,0.04,,0.03,0,1996-07-25, -/games/boxart/full_5278340AmericaFrontccc.jpg,Ghost in the Shell: Stand Alone Complex,PSP,Role-Playing,Bandai,G-Artists,5.7,0.07,0.06,,,0.01,2005-10-26, -/games/boxart/full_3705808AmericaFrontccc.jpg,Neverland Card Battles,PSP,Role-Playing,Yuke's,Idea Factory,,0.07,0.05,,,0.02,2008-10-27, -/games/boxart/full_2592376JapanFrontccc.jpg,Genkai Tokki: Moero Crystal,PSV,Role-Playing,Compile Heart,Compile Heart,,0.07,,0.07,,,2015-09-25,2018-09-21 -/games/boxart/1281601ccc.jpg,Digimon World Championship,DS,Role-Playing,Namco Bandai,epics,,0.07,0,0.07,,0,2008-08-26, -/games/boxart/1716921ccc.jpg,Colosseum: Road to Freedom,PS2,Role-Playing,KOEI,Goshow,,0.07,0.03,,0.03,0.01,2005-07-20, -/games/boxart/full_8932867JapanFrontccc.jpg,Dragon Slayer: Eiyuu Densetsu,SNES,Role-Playing,Epoch,Nihon Falcom Corporation,,0.07,,0.07,,,1992-02-14, -/games/boxart/full_4518108JapanFrontccc.jpg,Dragon Slayer: The Legend of Heroes,SNES,Role-Playing,Epoch,Nihon Falcom Corporation,,0.07,,0.07,,,1992-02-14,2018-12-14 -/games/boxart/full_5567912JapanFrontccc.jpg,Keroro RPG: Kishi to Musha to Densetsu no Kaizoku,DS,Role-Playing,Namco Bandai,Namco Tales Studio,,0.07,,0.07,,,2010-03-04, -/games/boxart/full_6247201AmericaFrontccc.jpg,NAtURAL DOCtRINE,PSV,Role-Playing,NIS America,Kadokawa Games,,0.07,0.02,0.03,0.01,0.01,2014-09-30,2018-11-23 -/games/boxart/full_ken-to-mahou-to-gakuen-mono-3_9JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3,PS3,Role-Playing,Acquire,ZeroDiv,,0.07,,0.07,,,2010-10-07, -/games/boxart/full_568303AmericaFrontccc.jpg,Fable: The Lost Chapters,PC,Role-Playing,Microsoft Game Studios,Lionhead Studios,8.3,0.07,0.01,,0.05,0.01,2005-09-20, -/games/boxart/307777ccc.jpg,Dragon Valor,PS,Role-Playing,Namco,Namco,6.1,0.07,0.04,,0.03,0,2000-10-16, -/games/boxart/full_5621359JapanFrontccc.jpg,Eiyuu Densetsu: Zero no Kiseki: Evolution,PSV,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.07,,0.07,,,2012-10-18,2018-12-28 -/games/boxart/full_3312812AmericaFrontccc.jpg,Disgaea 1 Complete,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.07,0.04,0.01,,0.01,2018-10-09,2019-02-19 -/games/boxart/full_4990333JapanFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PSV,Role-Playing,Tecmo Koei,Gust,,0.07,,0.07,,,2016-06-07,2018-01-07 -/games/boxart/full_35168JapanFrontccc.jpg,Zettai Onkan Otoda Master,DS,Role-Playing,Hudson Soft,Hudson Soft,,0.07,,0.07,,,2007-08-02, -/games/boxart/full_6993996AmericaFrontccc.jpg,Dragoneer's Aria,PSP,Role-Playing,NIS America,Hit Maker,5.2,0.07,0.02,0.05,0,0,2007-08-21, -/games/boxart/full_2202986AmericaFrontccc.png,Dragon's Crown Pro,PS4,Role-Playing,Atlus,Vanillaware,,0.07,,0.03,0.03,0,2018-05-15,2018-02-23 -/games/boxart/full_9207054JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Fate of Heat - Hono no Unmei,DS,Role-Playing,Takara Tomy,Takara Tomy,,0.07,,0.07,,,2008-05-01, -/games/boxart/full_heroes-phantasia_918JapanFront.jpg,Heroes Phantasia,PSP,Role-Playing,Namco Bandai,Witch Craft,,0.07,,0.07,,,2012-01-19, -/games/boxart/full_9136432JapanFrontccc.jpg,I am Setsuna,PSV,Role-Playing,Square Enix,Tokyo RPG Factory,,0.07,,0.07,,,2016-02-18,2019-02-22 -/games/boxart/full_7711456JapanFrontccc.jpg,Doraemon: Nobita no Shin Makai Daibouken DS,DS,Role-Playing,Sega,Sega,,0.07,,0.07,,,2007-03-08, -/games/boxart/full_3522371AmericaFrontccc.jpg,The Guided Fate Paradox,PS3,Role-Playing,NIS America,Nippon Ichi Software,,0.07,,0.06,0,0,2013-11-05,2019-01-03 -/games/boxart/full_6975995JapanFrontccc.jpg,Bleach: Hanatareshi Yabou,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,0.07,,0.07,,,2006-02-16, -/games/boxart/2368108ccc.jpg,Fallout: Brotherhood of Steel,PS2,Role-Playing,Interplay,Interplay,,0.07,0.03,,0.03,0.01,2004-01-14, -/games/boxart/full_2874583AmericaFrontccc.jpg,RPG Maker: Fes,3DS,Role-Playing,NIS America,Kadokawa Games,7,0.07,0.03,0.02,0,0,2017-06-27,2018-04-22 -/games/boxart/full_2111877JapanFrontccc.jpg,Shin Lucky * Star: Moe Drill ~Tabidachi~,DS,Action,Kadokawa Shoten,Type-Moon,,0.07,,0.07,,,2007-05-24, -/games/boxart/673366ccc.jpg,Deep Labyrinth,DS,Action,Atlus,Unknown,,0.07,0.06,,,0,2006-08-15, -/games/boxart/full_4883635JapanFrontccc.jpg,Samurai Warriors 4: Empires,PSV,Action,Tecmo Koei,Omega Force,,0.07,,0.07,,,2016-03-15, -/games/boxart/full_1109102AmericaFrontccc.jpg,Daniel X: The Ultimate Power,DS,Action,THQ,Griptonite Games,,0.07,0.06,,,0,2010-01-12, -/games/boxart/9489751ccc.jpg,Batman: Rise of Sin Tzu,GBA,Action,Ubisoft,Ubisoft Montreal,5.5,0.07,0.05,,0.02,0,2003-10-27, -/games/boxart/5194873ccc.jpg,X-Men: The Official Game,GBA,Action,Activision,WayForward Technologies,,0.07,0.05,,0.02,0,2006-05-16, -/games/boxart/full_generator-rex-agent-of-providence_866AmericaFront.jpg,Generator Rex: Agent of Providence,DS,Action,Activision,Virtuos,,0.07,0.05,,0.01,0.01,2011-11-01,2019-01-15 -/games/boxart/2288489ccc.jpg,The Powerpuff Girls: Relish Rampage,GC,Action,BAM! Entertainment,VIS Entertainment,,0.07,0.05,,0.01,0,2003-12-15, -/games/boxart/full_1833309AmericaFrontccc.jpg,Ninja Warriors,SNES,Action,Taito,Natsume,,0.07,,0.07,,,1994-01-01, -/games/boxart/full_9212248AmericaFrontccc.jpg,Legend of Kay Anniversary,PS4,Action,Nordic Games,Nordic Games,,0.07,,,0.06,0.01,2015-07-28,2018-04-09 -/games/boxart/full_9242455AmericaFrontccc.jpg,Alex Rider: Stormbreaker,DS,Action,THQ,Altron,4,0.07,0.06,,0,0,2006-10-02, -/games/boxart/full_5948669AmericaFrontccc.jpg,Port Royale 3,X360,Simulation,Kalypso Media,Gaming Minds Studios,,0.07,0.06,,,0.01,2012-10-02,2018-12-04 -/games/boxart/full_1399041AmericaFrontccc.jpg,Secret Service: Ultimate Sacrifice,PS2,Action,Activision,Tigon,,0.07,0.03,,0.03,0.01,2008-11-04, -/games/boxart/full_9466174AmericaFrontccc.jpg,Spawn: Armageddon,GC,Action,Namco,Point of View,,0.07,0.05,,0.01,0,2003-11-21, -/games/boxart/full_6790459PALFrontccc.jpg,Shin Chan: Las Nuevas Aventuras Para Wii!,Wii,Action,505 Games,Matrix Software,,0.07,,0.07,,,2008-04-22, -/games/boxart/full_2534257JapanFrontccc.jpg,Nazotoki Battle Tore! Densetsu no Makyuu o Fukkatsu Saseyo!,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.07,,0.07,,,2014-10-02,2018-07-28 -/games/boxart/full_5892566JapanFrontccc.jpg,Dream C Club,X360,Simulation,D3 Publisher,DreamXCreate,,0.07,,0.07,,,2009-08-27, -/games/boxart/full_608369AmericaFrontccc.jpg,Pizza Delivery Boy,Wii,Simulation,Majesco,Attractive Games,,0.07,0.06,,,0,2010-03-23, -/games/boxart/full_2189649AmericaFrontccc.jpg,SimCity 4: Deluxe Edition,PC,Simulation,Electronic Arts,Maxis,,0.07,,,0.06,0.01,2003-09-22, -/games/boxart/full_strike-point_663AmericaFront.jpg,Strike Point,PS,Simulation,American Technos,"MotiveTime, Ltd.",,0.07,0.04,,0.03,0,1996-09-01, -/games/boxart/full_2272436AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth 3: V Generation,PSV,Role-Playing,Idea Factory International,Compile Heart,,0.07,,0.07,,,2015-06-30,2018-09-21 -/games/boxart/8786992ccc.jpg,The Elder Scrolls IV: Shivering Isles,PS3,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.07,0.07,,,0.01,2007-12-08, -/games/boxart/full_678730JapanFrontccc.jpg,The Caligula Effect,PSV,Role-Playing,Atlus,FuRyu,,0.07,,0.07,,,2017-05-02,2018-01-15 -/games/boxart/full_9821801PALFrontccc.jpg,Record of Agarest War,PS3,Role-Playing,Ghostlight,Compile Heart,,0.07,,0.03,0.03,0.01,2009-10-30, -/games/boxart/full_1811032JapanFrontccc.jpg,Summon Night,DS,Role-Playing,Banpresto,Flight-Plan,,0.07,,0.07,,,2008-04-24, -/games/boxart/full_8823873JapanFrontccc.jpg,Seiken Densetsu Collection,NS,Role-Playing,Square Enix,Square Enix,,0.07,,0.07,,,2017-06-01, -/games/boxart/4956971ccc.jpg,Worms Forts: Under Siege,XB,Strategy,Sega,Team17 Software,,0.07,0.05,,0.01,0,2005-03-15, -/games/boxart/full_8781654AmericaFrontccc.jpg,Divinity II: Ego Draconis,PC,Role-Playing,CDV Software Entertainment,Larian Studios,6.8,0.07,0.01,,0.05,0.01,2010-01-05, -/games/boxart/full_torchlight_4AmericaFront.jpg,Torchlight,PC,Role-Playing,Perfect World Entertainment,Runic Games,8.4,0.07,,,0.06,0.01,2009-10-27, -/games/boxart/full_3418167JapanFrontccc.jpg,Kenyuu Densetsu Yaiba,SNES,Role-Playing,Banpresto,Atelier Double,,0.07,,0.07,,0,1994-03-25, -/games/boxart/full_7347199JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky the 3rd,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.07,,0.07,,,2008-07-24,2018-12-25 -/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-the-3rd_483JapanFront.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.07,,0.07,,,2008-07-24, -/games/boxart/full_ragnarok-hikari-to-yami-no-koujo_626JapanFront.jpg,Ragnarok: Hikari to Yami no Koujo,PSP,Role-Playing,GungHo,GungHo,,0.07,0.02,0.05,,0.01,2012-11-06, -/games/boxart/9921773ccc.jpg,Full Spectrum Warrior: Ten Hammers,PS2,Strategy,THQ,Pandemic Studios,5.5,0.07,0.03,,0.02,0.01,2006-03-28, -/games/boxart/full_6114462AmericaFrontccc.jpg,Command & Conquer 3: Tiberium Wars,PC,Strategy,Electronic Arts,EA Los Angeles,,0.07,,,0.06,0.01,2007-03-26, -/games/boxart/full_9671203AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,3DS,Strategy,Activision,Way Forward Technologies,,0.07,0.05,,0.02,0.01,2014-06-24,2018-12-27 -/games/boxart/full_8881951AmericaFrontccc.jpg,Vanguard Bandits,PS,Strategy,Working Designs,S-Neo,6.4,0.07,0.04,,0.03,0,2000-04-29, -/games/boxart/232836ccc.jpg,Battlezone: Rise of the Black Dogs,N64,Strategy,Crave Entertainment,Climax Group,7.3,0.07,0.06,,0.01,0,2000-03-30, -/games/boxart/full_2448788JapanFrontccc.jpg,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PS3,Strategy,Namco Bandai Games,Banpresto,,0.07,,0.07,,,2013-08-22,2018-12-28 -/games/boxart/1783450ccc.jpg,Army Men: RTS,GC,Strategy,Global Star Software,Pandemic Studios,6.9,0.07,0.05,,0.01,0,2004-11-02, -/games/boxart/2099407ccc.jpg,Future Tactics: The Uprising,PS2,Strategy,Crave Entertainment,Zed Two Limited,,0.07,0.03,,0.03,0.01,2004-05-10, -/games/boxart/full_nobunaga-no-yabou-tendou-with-power-up-kit_76JapanFront.jpg,Nobunaga no Yabou: Tendou with Power-Up Kit,PS3,Strategy,Tecmo Koei,Tecmo Koei Games,,0.07,,0.07,,,2011-05-26, -/games/boxart/3497098ccc.jpg,Worms 3D,GC,Strategy,Acclaim Entertainment,Team17 Software,7.5,0.07,0.05,,0.01,0,2004-03-11, -/games/boxart/full_5688299AmericaFrontccc.png,MotorStorm RC,PSV,Racing,Sony Computer Entertainment,Evolution Studios,8.1,0.07,,,0.05,0.01,2012-03-06,2019-07-17 -/games/boxart/full_269931AmericaFrontccc.jpg,Operation Darkness,X360,Role-Playing,Atlus,Success,,0.07,0.07,,,0.01,2008-06-24, -/games/boxart/full_3307473AmericaFrontccc.jpg,Criminal Girls: Invite Only,PSV,Role-Playing,NIS America,Nippon Ichi Software,,0.07,0.01,0.04,0.01,0.01,2015-02-03,2018-12-29 -/games/boxart/full_8598630JapanFrontccc.jpg,Wizardry: Llylgamyn Saga,PS,Role-Playing,Locus,Soliton,,0.07,,0.07,,0,1998-02-26, -/games/boxart/full_9693825AmericaFrontccc.jpg,God Wars: Future Past,PS4,Role-Playing,NIS America,Kadokawa Games,,0.07,0.03,0.02,0.01,0.01,2017-06-20,2018-09-17 -/games/boxart/full_3723368AmericaFrontccc.png,Magic Pengel: The Quest for Color,PS2,Role-Playing,Agetec,Garakuda Studio,,0.07,0.04,,0.03,0.01,2003-06-26, -/games/boxart/full_1257562JapanFrontccc.jpg,Mega Man Battle Network: Operation Shooting Star,DS,Role-Playing,Unknown,Capcom,,0.07,,0.07,,,, -/games/boxart/full_8781604AmericaFrontccc.jpg,The Witch and the Hundred Knight 2,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.07,0.03,0.03,,0.01,2018-03-27,2018-04-28 -/games/boxart/full_4443236JapanFrontccc.jpg,I am Setsuna,PS4,Role-Playing,Square Enix,Tokyo RPG Factory,,0.07,,0.07,,,2016-10-01,2018-07-04 -/games/boxart/full_3662996JapanFrontccc.jpg,WRC 7,PS4,Racing,Bigben Interactive,Kylotonn Entertainment,,0.07,0.06,,,0.01,2017-10-03,2018-01-06 -/games/boxart/full_4097237AmericaFrontccc.jpg,Roogoo Attack!,DS,Puzzle,SouthPeak Interactive,SpiderMonk,,0.07,0.07,,,0.01,2009-06-30, -/games/boxart/full_3449191AmericaFrontccc.jpg,Overlord: Minions,DS,Puzzle,Codemasters,Triumph Studios,,0.07,0.07,,0,0.01,2009-06-23, -/games/boxart/full_2507855AmericaFrontccc.jpg,Roll Away,PS,Puzzle,Psygnosis,Game Design Sweden AB,,0.07,0.04,,0.03,0,1998-11-30, -/games/boxart/full_1613620JapanFrontccc.jpg,Gambler Densetsu Tetsuya,PS2,Adventure,Athena,Athena,,0.07,,0.07,,,2001-06-21, -/games/boxart/full_6452461AmericaFrontccc.jpg,"Flower, Sun, and Rain",DS,Adventure,Marvelous Interactive,High Horse Entertainment,5.7,0.07,0.06,,0,0.01,2009-06-15, -/games/boxart/7230318ccc.jpg,Lost in Blue 2,DS,Adventure,Konami,Konami Computer Entertainment Hawaii,,0.07,0.01,0.05,0.01,0,2007-03-20, -/games/boxart/2677386ccc.jpg,Obscure,PS2,Adventure,DreamCatcher Interactive,Hydravision Entertainment,6.8,0.07,0.03,,0.03,0.01,2005-04-06, -/games/boxart/full_2062117AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,PS3,Adventure,Focus Home Interactive,Frogwares,,0.07,0.03,,0.03,0.01,2014-09-30,2018-04-18 -/games/boxart/full_6234187AmericaFrontccc.jpg,Hello Neighbor: Hide & Seek,NS,Adventure,Gearbox Software,Dynamic Pixels,,0.07,0.06,,,0.01,2018-12-07,2018-09-22 -/games/boxart/full_1628390AmericaFrontccc.jpg,Hello Neighbor: Hide & Seek,PS4,Adventure,Gearbox Software,Dynamic Pixels,,0.07,0.05,,,0.01,2018-12-07,2018-09-22 -/games/boxart/full_943588AmericaFrontccc.jpg,Hello Neighbor: Hide & Seek,XOne,Adventure,Gearbox Software,Dynamic Pixels,,0.07,0.06,,,0.01,2018-12-07,2018-09-22 -/games/boxart/full_1005125AmericaFrontccc.jpg,Classic NES Series: Metroid,GBA,Adventure,Nintendo,Nintendo R&D1,5.2,0.07,,0.07,,,2004-10-25, -/games/boxart/382588ccc.jpg,Shadowgate 64: Trials of the Four Towers,N64,Adventure,Kemco,Infinite Ventures,5.4,0.07,0.06,,0.01,0,1999-05-31, -/games/boxart/full_9201952AmericaFrontccc.jpg,Freddi Fish: Kelp Seed Mystery,Wii,Adventure,Majesco,Mistic Studios,,0.07,0.06,,,0,2008-08-29, -/games/boxart/full_3261979AmericaFrontccc.jpeg,Minecraft: Story Mode,WiiU,Adventure,Mojang,Telltale Games,,0.07,0.04,,0.03,0.01,2016-12-13,2018-03-22 -/games/boxart/full_8779801JapanFrontccc.jpg,Yoake Yori Ruriiro na: Brighter than Dawning Blue,PS2,Adventure,Aria,ARIA,,0.07,,0.07,,,2006-12-07, -/games/boxart/full_crime-lab-body-of-evidence_0AmericaFront.jpg,Crime Lab: Body of Evidence,DS,Adventure,City Interactive,City Interactive,,0.07,0.05,,0.01,0,2010-10-05, -/games/boxart/full_1671887JapanFrontccc.jpg,Miracle Girls Festival,PSV,Music,Sega,Sega,,0.07,,0.07,,,2015-12-17,2018-09-21 -/games/boxart/full_hikaru-no-go-heian-gensou-ibunroku_10JapanFront.jpg,Hikaru no Go: Heian Gensou Ibunroku,PS,Adventure,Konami,Tenky,,0.07,,0.06,,0,2002-05-30, -/games/boxart/709277ccc.jpg,Lifeline,PS2,Adventure,Konami,Sony Computer Entertainment,,0.07,0.03,,0.03,0.01,2004-03-02, -/games/boxart/full_1614787AmericaFrontccc.jpg,Jake Power: Handyman,DS,Adventure,Ubisoft,Magic Pockets,,0.07,0.06,,0,0.01,2009-03-11, -/games/boxart/full_hakuouki-junsouroku_2JapanFront.jpg,Hakuouki: Junsouroku,PS3,Adventure,Aksys Games,Idea Factory,,0.07,0.03,0.03,,0.01,2014-05-06, -/games/boxart/4518725ccc.jpg,Ecco: The Tides of Time,GEN,Adventure,Sega,Novotrade International,,0.07,,0.07,,,1994-08-25, -/games/boxart/full_5508040JapanFrontccc.jpg,12-Sai. Honto no Kimochi,3DS,Adventure,Happinet,Happinet,,0.07,,0.07,,,2014-12-18,2018-07-28 -/games/boxart/full_226424AmericaFrontccc.jpg,Just Dance: Disney Party 2,X360,Music,Ubisoft,Ubisoft San Francisco,,0.07,0.06,,0.01,0.01,2015-10-20,2018-04-07 -/games/boxart/full_3745843AmericaFrontccc.jpg,Home Sweet Home (2017),PS4,Adventure,Mastiff,"YGGDRAZIL GROUP CO.,LTD",,0.07,0.05,,,0.01,2018-10-16,2019-01-03 -/games/boxart/full_1690879PALFrontccc.jpg,Broken Sword 5: The Serpent's Curse,PS4,Adventure,Unbalance,Revolution Software,,0.07,,,0.06,0.01,2019-04-26,2018-08-13 -/games/boxart/full_5298840JapanFrontccc.jpg,Higurashi no Naku Koro ni Matsuri: Kakera Asobi,PS2,Adventure,Alchemist,07th Expansion,,0.07,,0.07,,,2007-12-20, -/games/boxart/full_2940522JapanFrontccc.jpg,Suzumiya Haruhi no Gekidou,Wii,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.07,,0.07,,,2009-01-22, -/games/boxart/full_6319520AmericaFrontccc.jpeg,Steins;Gate 0,PS4,Adventure,PQube,5pb. Inc.,,0.07,,0.07,,,2016-11-29,2018-06-10 -/games/boxart/full_9599647AmericaFrontccc.jpg,Batman: A Telltale Game Series,X360,Adventure,Telltale Games,Telltale Games,,0.07,0.02,,0.05,0.01,2016-09-13,2018-04-16 -/games/boxart/full_4112984JapanFrontccc.jpg,Harukanaru Toki no Naka de 4,PS2,Adventure,KOEI,Koei,,0.07,,0.07,,,2008-06-19, -/games/boxart/full_1183257JapanFrontccc.jpg,GunParade Orchestra: Shiro no Shou,PS2,Adventure,Sony Computer Entertainment,Alfa System,,0.07,,0.07,,,2006-01-12, -/games/boxart/full_9215311AmericaFrontccc.jpg,Let's Ride! Dreamer,GBA,Adventure,THQ,Independent Arts,,0.07,0.05,,0.02,0,2006-03-10, -/games/boxart/full_chronicles-of-mystery-the-tree-of-life_958AmericaFront.jpg,Chronicles of Mystery: The Secret Tree of Life,DS,Adventure,City Interactive,City Interactive,,0.07,0.03,,0.04,0.01,2011-02-15, -/games/boxart/full_8921904JapanFrontccc.jpg,Hakuouki DS,DS,Adventure,Idea Factory,Idea Factory,,0.07,,0.07,,,2010-03-18, -/games/boxart/full_873478AmericaFrontccc.jpg,Again,DS,Adventure,KOEI,Cing,6,0.07,0.07,0,,0.01,2010-03-30, -/games/boxart/4246478ccc.jpg,Galerians: Ash,PS2,Adventure,Sammy Corporation,Polygon Magic,,0.07,0.03,,0.03,0.01,2003-02-03, -/games/boxart/full_8233924AmericaFrontccc.jpg,The Book of Unwritten Tales 2,PS4,Adventure,Nordic Games,KING Art Games,,0.07,,,0.06,0.01,2015-09-18,2018-12-17 -/games/boxart/full_1875986AmericaFrontccc.jpg,The Walking Dead: A Telltale Series Collection,PS4,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.07,0.06,,,0.01,2017-12-05, -/games/boxart/full_7407598AmericaFrontccc.jpg,Zumba Fitness Core,Wii,Music,Majesco Entertainment,Zoe Mode,,0.07,,,0.06,0,2012-10-16,2018-12-28 -/games/boxart/full_3329088AmericaFrontccc.jpg,The Voice,PS3,Music,Activision,Zoe Mode,,0.07,0.06,,,0.01,2014-10-21,2018-03-16 -/games/boxart/full_vampire-knight-ds_3JapanFront.jpg,Vampire Knight DS,DS,Adventure,D3 Publisher,D3 Publisher,,0.07,,0.07,,,2009-01-29, -/games/boxart/full_8060726AmericaFrontccc.jpg,Vampire Legends: Power of Three,DS,Adventure,THQ,Smack Down Productions SARL,,0.07,0.07,,,0.01,2010-06-29, -/games/boxart/8940263ccc.jpg,Second Sight,XB,Adventure,Codemasters,Free Radical Design,7.8,0.07,0.05,,0.02,0,2004-09-21, -/games/boxart/full_8501714JapanFrontccc.jpg,NOëL: La Neige,PS,Adventure,Pioneer LDC,Pioneer LDC,,0.07,,0.07,,0,1998-02-26, -/games/boxart/full_6089919AmericaFrontccc.jpg,Just Dance 2019,X360,Music,Ubisoft,Ubisoft Paris,,0.07,0.05,,0.01,0.01,2018-10-23,2018-09-28 -/games/boxart/full_8915209AmericaFrontccc.jpg,Just Dance 2018,PS3,Music,Ubisoft,Ubisoft Paris,,0.07,0.02,,0.03,0.01,2017-10-24,2018-04-06 -/games/boxart/full_4523742AmericaFrontccc.jpg,Tomb Raider: Legend,DS,Adventure,Eidos Interactive,Crystal Dynamics,6.5,0.07,0.04,,0.02,0.01,2006-11-14, -/games/boxart/full_4335881JapanFrontccc.jpg,Higurashi no Nakukoru ni Kizuna: Dai-Ichi-Kan - Tatari,DS,Adventure,Alchemist,Alchemist,,0.07,,0.07,,,2008-06-26, -/games/boxart/full_8525080AmericaFrontccc.jpg,Subnautica,XOne,Adventure,Gearbox Software,Unknown Worlds Entertainment,,0.07,0.06,,,0.01,2018-12-04,2018-07-16 -/games/boxart/full_7226489JapanFrontccc.jpg,Hakuouki: Yuugi Roku,PSP,Adventure,Idea Factory,Idea Factory,,0.07,,0.07,,,2010-05-13, -/games/boxart/7203635ccc.jpg,Agatha Christie: And Then There Were None,Wii,Adventure,The Adventure Company,AWE Games,,0.07,0.06,,0.01,0.01,2008-02-25, -/games/boxart/7670966ccc.jpg,Myst,PS,Adventure,Psygnosis,Alfa System,,0.07,,0.07,,0,1996-09-30, -/games/boxart/full_boku-no-natsuyasumi-portable-2-nazo-nazo-shimai-to-chinbotsusen-no-himitsu_1JapanFront.jpg,Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu,PSP,Adventure,Sony Computer Entertainment,Millennium Kitchen,,0.07,,0.07,,,2010-06-24, -/games/boxart/full_8874081AmericaFrontccc.jpg,Animal Kingdom: Wildlife Expedition,Wii,Adventure,Natsume,Natsume,,0.07,0.07,,,0.01,2009-09-22, -/games/boxart/full_5178313JapanFrontccc.jpg,Real Sound: Kaze no Riguretto,SAT,Adventure,Warp,Warp,,0.07,,0.07,,0,1997-07-18, -/games/boxart/full_8342191AmericaFrontccc.jpg,Batman: A Telltale Game Series,XOne,Adventure,Telltale Games,Telltale Games,,0.07,0.06,,0.01,0.01,2016-09-13,2018-04-16 -/games/boxart/8343599ccc.gif,Still Life,XB,Adventure,The Adventure Company,Microids,,0.07,0.05,,0.02,0,2005-06-06, -/games/boxart/full_435934JapanFrontccc.jpg,Haikyuu!! Tsunage! Itadaki no Keshiki!!,3DS,Adventure,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2014-09-25,2018-12-20 -/games/boxart/1567347ccc.jpg,Beyond Good & Evil,GC,Adventure,Ubisoft,Ubisoft Montpellier,,0.07,0.06,,0.01,0,2003-12-11, -/games/boxart/7275165ccc.gif,CSI: Dark Motives,DS,Adventure,Ubisoft,Powerhead Games,,0.07,0.05,,0.01,0.01,2007-11-20, -/games/boxart/full_6998738JapanFrontccc.jpg,Lupin Sansei: Shijou Saidai no Zunousen,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2010-02-11, -/games/boxart/full_7272605AmericaFrontccc.jpg,Chaos;Child,PSV,Visual Novel,PQube,5pb. Inc.,,0.07,,0.07,0,0,2017-10-24,2019-03-24 -/games/boxart/full_79286AmericaFrontccc.png,The Silver Case,PS4,Visual Novel,NIS America,Grasshopper Manufacture,,0.07,0.05,0.01,,0.01,2017-04-18,2018-09-11 -/games/boxart/full_8342408JapanFrontccc.jpg,I Don't Have Many Friends Portable,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.07,,0.07,,,2012-02-23,2018-12-27 -/games/boxart/full_3349755JapanFrontccc.jpg,Tokimeki Memorial Girl's Side Premium: 3rd Story,PSP,Visual Novel,Konami Digital Entertainment,Konami,,0.07,,0.07,,,2012-03-15,2018-12-19 -/games/boxart/full_3489189JapanFrontccc.jpg,Lucian Bee's: Justice Yellow / Evil Violet,PS2,Visual Novel,5pb,HuneX,,0.07,,0.07,,,2010-05-20,2018-12-19 -/games/boxart/full_5577289AmericaFrontccc.jpg,Tokyo Twilight Ghost Hunters,PS3,Visual Novel,Aksys Games,Toybox Games,,0.07,0.03,0.02,0,0.01,2015-03-10,2018-12-02 -/games/boxart/full_6421319JapanFrontccc.jpg,Fairy Tail: Zelef Kakusei,PSP,Fighting,Konami,Konami,,0.07,,0.07,,,2012-03-22,2018-12-28 -/games/boxart/7903172ccc.jpg,Tom and Jerry in War of the Whiskers,GC,Fighting,NewKidCo,VIS Entertainment,,0.07,0.05,,0.01,0,2003-01-04, -/games/boxart/full_2703883AmericaFrontccc.jpg,Street Fighter V,PC,Fighting,Capcom,Capcom,,0.07,0,,0.06,0,2016-02-16, -/games/boxart/full_4489495AmericaFrontccc.jpg,BlazBlue: Cross Tag Battle,NS,Fighting,Arc System Works,Arc System Works,8,0.07,0.04,0.01,0.01,0.01,2018-06-05,2018-06-06 -/games/boxart/full_6466098AmericaFrontccc.jpg,McFarlane's Evil Prophecy,PS2,Action,Konami,Konami,,0.07,0.03,,0.03,0.01,2004-06-15, -/games/boxart/full_8278773AmericaFrontccc.jpg,Legends of Wrestling II,GBA,Fighting,Acclaim Entertainment,Powerhead Games,,0.07,0.05,,0.02,0,2002-11-25, -/games/boxart/745968ccc.jpg,Fatal Fury: Battle Archives Volume 2,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.07,0.03,,0.03,0.01,2008-04-08, -/games/boxart/full_2513213JapanFrontccc.jpg,Super Robot Spirits,N64,Fighting,Banpresto,Vertex,,0.07,,0.04,,0.03,1998-07-17, -/games/boxart/2822291ccc.jpg,Teenage Mutant Ninja Turtles: Tournament Fighters,NES,Fighting,Konami,Konami,,0.07,0.04,0.02,0.01,,1994-02-01, -/games/boxart/full_cartoon-network-punch-time-explosion_254AmericaFront.jpg,Cartoon Network: Punch Time Explosion XL,PS3,Fighting,Crave Entertainment,Papaya Studios,,0.07,0.06,,,0.01,2011-11-08, -/games/boxart/full_2307700AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,XOne,Fighting,Capcom,Capcom,,0.07,0.05,,0.01,0.01,2018-05-29,2018-11-07 -/games/boxart/full_4447644AmericaFrontccc.jpg,Dragon Ball Z: Battle of Z,X360,Fighting,Namco Bandai Games,ArtDink,,0.07,0.01,0,0.05,0,2014-01-28,2018-10-18 -/games/boxart/full_ultimate-marvel-vs-capcom-3_212AmericaFront.jpg,Ultimate Marvel vs. Capcom 3,X360,Fighting,Capcom,Capcom,8.3,0.07,,0.04,0.03,0,2011-11-15, -/games/boxart/full_2112595JapanFrontccc.jpg,Naruto Shippuuden: Gekitou Ninja Taisen! EX 3,Wii,Fighting,Takara Tomy,8ing/Raizing,,0.07,,0.07,,,2008-11-27, -/games/boxart/full_296437AmericaFrontccc.jpg,Boxing,PS,Fighting,Agetec,A1 Games,5.9,0.07,0.04,,0.03,0,2001-05-14, -/games/boxart/full_1532943AmericaFrontccc.jpg,My Fun Facts Coach,DS,Misc,Ubisoft,Ubisoft,,0.07,0.07,,,0.01,2008-12-02, -/games/boxart/full_8470930JapanFrontccc.jpg,The Idolm@ster: Live for You!,X360,Misc,Namco Bandai,Bandai Namco Games,,0.07,,0.07,,,2008-02-28, -/games/boxart/full_4796951AmericaFrontccc.jpg,Learn Geography,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.07,0.07,,,0.01,2009-12-27, -/games/boxart/full_3722363JapanFrontccc.jpg,J Legend Retsuden,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2013-11-07,2018-12-19 -/games/boxart/full_1524483AmericaFrontccc.jpg,Pong / Asteroids / Yars' Revenge,GBA,Misc,DSI Games,DSI Games,,0.07,0.05,,0.02,0,2005-08-21, -/games/boxart/full_rock-band-country-track-pack-2_75AmericaFront.jpg,Rock Band Country Track Pack 2,PS3,Misc,MTV Games,Harmonix Music Systems,,0.07,0.07,,,0.01,2011-02-01, -/games/boxart/full_1788492JapanFrontccc.jpg,Parlor! Mini 2,SNES,Misc,Nippon Telenet,Nippon Telenet,,0.07,,0.07,,,1996-06-28, -/games/boxart/full_moxie-girlz_356AmericaFront.jpg,Moxie Girlz,DS,Misc,GameMill,1st Playable,,0.07,0.07,,,0.01,2011-10-11, -/games/boxart/full_5704725JapanFrontccc.jpg,Magi: The Labyrinth of Beginning,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.07,,0.07,,,2013-02-21,2018-12-27 -/games/boxart/full_1619384AmericaFrontccc.jpg,Rock Band Track Pack: Classic Rock,X360,Misc,MTV Games,Harmonix Music Systems,,0.07,0.07,,,0.01,2009-05-19, -/games/boxart/full_9156699AmericaFrontccc.jpg,Midway Arcade Treasures 3,GC,Misc,Midway Games,Digital Eclipse,6.1,0.07,0.05,,0.01,0,2005-10-26, -/games/boxart/2478865ccc.jpg,Ultimate Board Game Collection,PSP,Misc,Valcon Games,Jack of All Games,,0.07,0.06,,0,0.01,2007-05-01, -/games/boxart/full_579081JapanFrontccc.jpg,Mahjong Fight Club DS: Wi-Fi Taiou,DS,Misc,Konami,Konami,,0.07,,0.07,,,2006-12-07, -/games/boxart/full_emily-the-strange-strangerous_286AmericaFront.jpg,Emily the Strange: Strangerous,DS,Action,Conspiracy Entertainment,Tri Synergy,,0.07,0.04,,0.03,0.01,2011-05-24, -/games/boxart/full_3610133JapanFrontccc.jpg,Hoppechan: Minna de Odekake! Waku Waku Hoppe Land!!,3DS,Action,Nippon Columbia,Nippon Columbia,,0.07,,0.07,,,2014-07-17,2018-08-03 -/games/boxart/full_6011171AmericaFrontccc.jpg,Kung Fu Panda: Legendary Warriors,Wii,Action,Activision,Artificial Mind and Movement,,0.07,0.07,,0,0.01,2008-11-05, -/games/boxart/full_3047403AmericaFrontccc.jpg,The Croods: Prehistoric Party!,Wii,Action,D3Publisher,Torus Games Pty. Ltd.,,0.07,0.01,,0.06,0,2013-03-19,2018-12-14 -/games/boxart/full_jikkyou-powerful-pro-yakyuu-2011-ketteiban_572JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PS3,Action,Konami,Unknown,,0.07,,0.07,,,2011-12-22, -/games/boxart/full_legend-of-the-guardians-the-owls-of-gahoole_3AmericaFront.jpg,Legend of the Guardians: The Owls of Ga'Hoole,X360,Action,Warner Bros. Interactive,Krome Studios,,0.07,0.06,,0.01,0.01,2010-09-14, -/games/boxart/full_4601006AmericaFrontccc.jpg,Resident Evil 5,PS4,Action,Capcom,Capcom,,0.07,0.05,0.01,,0.01,2016-07-12,2018-09-04 -/games/boxart/full_774563JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Flame Rumble Mukuro Kyoushuu,DS,Fighting,Takara Tomy,Takara Tomy,,0.06,,0.06,,,2007-06-28, -/games/boxart/4239481ccc.jpg,Flipnic: Ultimate Pinball,PS2,Misc,Capcom,Sony Computer Entertainment,,0.06,0.03,,0.02,0.01,2005-07-13, -/games/boxart/full_eigo-de-tabisuru-little-charo_217JapanFront.jpg,Eigo de Tabisuru: Little Charo,DS,Misc,Nintendo,Nintendo,,0.06,,0.06,,,2011-01-20, -/games/boxart/9087201ccc.jpg,Virtual Chess 64,N64,Misc,Titus,Titus Software,,0.06,0.05,,0.01,0,1998-06-10, -/games/boxart/full_5870552JapanFrontccc.jpg,Smile PreCure! Let's Go! Marchen World,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2012-08-02,2019-01-03 -/games/boxart/full_5750417AmericaFrontccc.jpg,I Love Beauty: Hollywood Makeover,DS,Misc,City Interactive,City Interactive,,0.06,0.06,,,0,2009-05-20, -/games/boxart/full_604503JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS3 Deluxe,DS,Misc,Rocket Company,Rocket Company,,0.06,,0.06,,,2009-04-09, -/games/boxart/full_6640290JapanFrontccc.jpg,Minna no DS Seminar: Kanpeki Eitango Ryoku,DS,Misc,TDK Core,TDK Core,,0.06,,0.06,,,2006-07-20, -/games/boxart/full_create_0AmericaFront.jpg,Create,PC,Misc,Electronic Arts,EA Bright Light,6,0.06,0.04,,0.01,0,2010-11-16, -/games/boxart/full_6636965AmericaFrontccc.jpg,Hasbro Family Fun Pack Conquest Edition,XOne,Misc,Ubisoft,Ubisoft,,0.06,0.05,,,0.01,2016-11-15, -/games/boxart/7382566ccc.gif,World Series of Poker 2008: Battle for the Bracelets,DS,Misc,Activision,Farmind Ltd,,0.06,0.05,,0,0,2007-11-06, -/games/boxart/full_15564AmericaFrontccc.jpg,Smart Boy's Toys Club,DS,Misc,UFO Interactive,Starfish Inc.,,0.06,0.06,,0,0,2008-10-15, -/games/boxart/full_2683023AmericaFrontccc.jpg,Cold Stone Creamery: Scoop It Up,Wii,Misc,Zoo Games,Zoo Games,,0.06,0.06,,,0,2009-12-22, -/games/boxart/full_7511553JapanFrontccc.jpg,Melty Blood: Actress Again,PS2,Fighting,Ecole,Ecole Software,,0.06,,0.06,,,2009-08-20, -/games/boxart/full_4592573JapanFrontccc.jpg,Kamen Rider: Super Climax Heroes,PSP,Fighting,Namco Bandai Games,Eighting,,0.06,,0.06,,,2012-11-29,2018-12-02 -/games/boxart/full_3464231JapanFrontccc.jpg,All Kamen Rider: Rider Generation 2,PSP,Fighting,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2012-08-02,2018-11-23 -/games/boxart/3437676ccc.jpg,Showtime Championship Boxing,Wii,Fighting,DSI Games,Nikitova Games,,0.06,0.06,,0,0,2007-12-13, -/games/boxart/full_7969813AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus,PS2,Fighting,Aksys Games,Arc System Works,,0.06,0.03,,0.02,0.01,2009-04-07, -/games/boxart/full_9992372AmericaFrontccc.jpg,Shonen Jump's One Piece: Grand Battle,GC,Fighting,Namco Bandai,Ganbarion,,0.06,0.05,,0.01,0,2005-09-07, -/games/boxart/full_naruto-shippuden-gekitou-ninja-taisen-special_440JapanFront.jpg,Naruto Shippuden: Gekitou Ninja Taisen Special,Wii,Fighting,Takara Tomy,Eighting,,0.06,,0.06,,,2010-12-02, -/games/boxart/full_2836533JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken F - Seikimatsu Kyuuseishu Densetsu,PS3,Fighting,Sega,Sammy Studios,,0.06,,0.06,,,2012-05-31,2019-01-03 -/games/boxart/full_2927592AmericaFrontccc.jpg,Zero Divide,PS,Fighting,Time Warner Interactive,Zoom Inc.,,0.06,0.03,,0.02,0,1995-08-24, -/games/boxart/2090593ccc.jpg,Marvel Super Heroes,SAT,Fighting,Capcom,Capcom,,0.06,,0.06,,0,1997-09-29, -/games/boxart/full_2724630JapanFrontccc.jpg,Gintama no Sugoroku,PSP,Misc,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2013-01-24,2019-01-03 -/games/boxart/full_7812876JapanFrontccc.jpg,Meitantei Conan: Tantei Ryoku Trainer,DS,Misc,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2007-04-05, -/games/boxart/full_8351740AmericaFrontccc.jpg,Atari Flashback Classics: Volume 2,XOne,Misc,Atari,Atari,,0.06,0.05,,,0.01,2016-10-12,2018-06-27 -/games/boxart/full_31038JapanFrontccc.jpg,Genkai Tokki Monster Monpiece,PSV,Misc,Idea Factory,Compile Heart,,0.06,,0.06,,,2014-05-27,2018-12-29 -/games/boxart/full_465399JapanFrontccc.jpg,Game Center CX: 3-Choume no Arino,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2014-03-20,2019-01-03 -/games/boxart/5150144ccc.gif,World Poker Tour,XB,Misc,2K Sports,2K Sports,,0.06,0.05,,0.01,0,2005-10-18, -/games/boxart/full_super-mah-jong-2_733JapanFront.jpg,Super Mahjong 2: Honkaku 4Jin Uchi,SNES,Misc,Imax,I'Max,,0.06,,0.06,,0,1993-12-02, -/games/boxart/full_popn-music-portable-2_323JapanFront.jpg,Pop'n Music Portable 2,PSP,Misc,Konami,Konami,,0.06,,0.06,,,2011-11-23, -/games/boxart/full_ico_581JapanFront.jpg,ICO,PS3,Adventure,Sony Computer Entertainment,Bluepoint Games,,0.06,,0.06,,,2011-09-22, -/games/boxart/full_3179985JapanFrontccc.jpg,D.C. II P.S.: Da Capo II Plus Situation,PS2,Adventure,Kadokawa Shoten,Circus,,0.06,,0.06,,,2008-05-29, -/games/boxart/full_5185061JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Banchou Portable,PSP,Misc,Daito,Daito,,0.06,,0.06,,,2006-03-02, -/games/boxart/2157442ccc.jpg,Muppets Party Cruise,PS2,Misc,TDK Mediactive,Mass Media,,0.06,0.03,,0.02,0.01,2003-11-13, -/games/boxart/full_1836281JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Portable Vol. 1: Shinseiki Evangelion - Tamashii no Kiseki,PSP,Misc,D3 Publisher,Bisty,,0.06,,0.06,,,2010-06-03, -/games/boxart/full_1325439AmericaFrontccc.jpg,The Document of Metal Gear Solid 2,PS2,Misc,Konami,Konami Computer Entertainment Japan,,0.06,0.03,,0.02,0.01,2002-09-24, -/games/boxart/full_2362817AmericaFrontccc.jpg,Birthdays the Beginning,PS4,Misc,NIS America,Arc System Works,,0.06,0.05,0,,0.01,2017-05-09,2018-03-04 -/games/boxart/full_4561814AmericaFrontccc.jpg,Atari Flashback Classics: Volume 1,XOne,Misc,Atari,Atari,,0.06,0.06,,,0.01,2016-10-12, -/games/boxart/full_6186689JapanFrontccc.jpg,Policenauts,3DO,Adventure,Konami,Konami,,0.06,,0.06,,,1995-09-29, -/games/boxart/full_360340AmericaFrontccc.jpg,Outcast: Second Contact,PS4,Adventure,Maximum Games,Bigben Interactive,,0.06,0.05,,,0.01,2017-11-14,2018-09-12 -/games/boxart/full_7645884AmericaFrontccc.jpg,Rooms: The Main Building,Wii,Adventure,Hudson Soft,Hudson Soft,7,0.06,0.05,,,0,2010-03-23, -/games/boxart/6777753ccc.jpg,Myst III: Exile,XB,Adventure,Ubisoft,Presto Studios,,0.06,0.04,,0.01,0,2002-09-22, -/games/boxart/full_vitamin-x-to-z_729JapanFront.jpg,Vitamin X to Z,PSP,Adventure,D3 Publisher,HuneX,,0.06,,0.06,,,2011-02-24, -/games/boxart/full_gormiti-the-lords-of-nature_9AmericaFront.jpg,Gormiti: The Lords of Nature!,DS,Adventure,Konami,Climax Group,,0.06,0.05,,0,0,2010-09-21, -/games/boxart/3713017ccc.jpg,Winx Club: Mission Enchantix,DS,Adventure,Konami,Konami,,0.06,0.03,,0.02,0,2008-11-25, -/games/boxart/full_3290772AmericaFrontccc.jpg,Foster's Home for Imaginary Friends: Imagination Invaders,DS,Adventure,Midway Games,Sensory Sweep,,0.06,0.06,,,0,2007-11-12, -/games/boxart/full_monkey-island-special-edition-collection_790PALFront.jpg,Monkey Island: Special Edition Collection,X360,Adventure,Activision,LucasArts,,0.06,,,0.05,0.01,2011-09-09, -/games/boxart/full_4993554AmericaFrontccc.jpg,King's Quest: The Complete Collection,PS4,Adventure,Activision,The Odd Gentlemen,,0.06,0.05,,,0.01,2016-10-24,2018-12-18 -/games/boxart/full_4148458AmericaFrontccc.jpg,Broken Sword II: The Smoking Mirror,PS,Adventure,Crave Entertainment,Revolution Software,7.3,0.06,0.03,,0.02,0,1999-11-14, -/games/boxart/5932706ccc.jpg,Myst,SAT,Adventure,Acclaim Entertainment,SunSoft,,0.06,,0.06,,0,1995-01-01, -/games/boxart/default.jpg,Toaru Kagaku no Chou Denjihou,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.06,,0.06,,,2011-12-08, -/games/boxart/full_3307193JapanFrontccc.jpg,Angelique Trois,PS2,Adventure,KOEI,Koei/Inis,,0.06,,0.06,,,2000-11-22, -/games/boxart/full_6657484JapanFrontccc.jpg,KimiKiss (ebKore+),PS2,Adventure,Enterbrain,Enterbrain,,0.06,,0.06,,,2008-02-14, -/games/boxart/full_4285428AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,PS4,Adventure,Telltale Games,Telltale Games,,0.06,0.05,,,0.01,2015-11-17,2018-03-12 -/games/boxart/3138394ccc.jpg,Sprung - A Game Where Everyone Scores,DS,Adventure,Ubisoft,Guillemot Inc,,0.06,0.06,,0,0,2004-12-08, -/games/boxart/full_meitantei-conan-aoki-houseki-no-rinbukyoku_523JapanFront.jpg,Meitantei Conan: Aoki Houseki no Rinbukyoku,DS,Adventure,Namco Bandai,Namco Bandai Games,,0.06,,0.06,,,2011-04-21, -/games/boxart/5184726ccc.jpg,Insecticide,DS,Adventure,Gamecock,"Crackpot Entertainment / Creat Studios, Inc.",,0.06,0.06,,,0.01,2008-03-11, -/games/boxart/full_6677906AmericaFrontccc.jpg,Aven Colony,PS4,Strategy,Sold Out,Mothership Entertainment,,0.06,0.04,,0.01,0.01,2017-08-01,2018-06-25 -/games/boxart/full_2416163JapanFrontccc.jpg,Nobunaga?s Ambition: Sphere of Influence ? Ascension,PSV,Strategy,Tecmo Koei,Koei Tecmo Games,,0.06,,0.06,,,2016-03-24,2018-07-30 -/games/boxart/full_9591326PALFrontccc.jpg,A-Train 6,PS2,Strategy,Midas Interactive Entertainment,ArtDink,,0.06,,0.06,,,2004-03-19, -/games/boxart/full_7563554AmericaFrontccc.jpg,Grand Ages: Medieval,PC,Strategy,Kalypso Media,Gaming Minds Studios,,0.06,,,0.05,0,2015-09-29,2018-09-22 -/games/boxart/5382144ccc.jpg,Amazing Island,GC,Strategy,Sega,Hitmaker,7.1,0.06,0.04,,0.01,0,2004-08-25, -/games/boxart/full_6821013AmericaFrontccc.jpg,Impact Racing,PS,Racing,Acclaim Entertainment,Funcom,,0.06,0.03,,0.02,0,1996-09-30, -/games/boxart/full_5762907PALFrontccc.jpg,Ride,PS3,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.06,,0.01,0.03,0.01,2015-06-23,2018-04-24 -/games/boxart/full_6030739AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,PS4,Racing,Bigben Interactive,Kylotonn Entertainment,,0.06,,,0.05,0.01,2015-11-24,2018-04-24 -/games/boxart/full_8636348AmericaFrontccc.jpg,V-Rally 3,PS2,Racing,Atari,Eden Studios,,0.06,0.03,,0.02,0.01,2002-10-22, -/games/boxart/full_6680509AmericaFrontccc.jpg,PenPen TriIceLon,DC,Racing,Infogrames,Team Land Ho!,5.8,0.06,,0.06,,0,1999-09-09, -/games/boxart/full_sbk-2011-fim-superbike-world-championship_883PALFront.jpg,SBK 2011: FIM Superbike World Championship,X360,Racing,Black Bean Games,Milestone S.r.l,,0.06,,,0.05,0.01,2011-05-11, -/games/boxart/full_6104117JapanFrontccc.jpg,Kanon,DC,Adventure,NEC Interchannel,Key,,0.06,,0.06,,,2000-09-14, -/games/boxart/full_6924977JapanFrontccc.jpg,Akagawa Jirou Mystery: Yasoukyoku - Hon ni Manekareta Satsujin,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.06,,0.06,,,2008-02-28, -/games/boxart/full_6772228JapanFrontccc.jpg,Gintama Ranbu,PS4,Action,Bandai Namco Games,Bandai Namco Games,,0.06,,0.06,,,2018-01-18,2018-01-24 -/games/boxart/1087072ccc.jpg,Samurai Jack: The Shadow of Aku,PS2,Action,Sega,Adrenium,,0.06,0.03,,0.02,0.01,2004-03-24, -/games/boxart/7153336ccc.jpg,Constantine,XB,Action,THQ,Bits Studios,,0.06,0.04,,0.01,0,2005-02-14, -/games/boxart/full_4714416AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,PS4,Action,GameMill Entertainment,Magic Pockets,1.5,0.06,0.05,,,0.01,2016-11-08,2020-09-25 -/games/boxart/9783858ccc.jpg,Tom Clancy's Splinter Cell: Double Agent,GC,Action,Ubisoft,Ubisoft Montreal,5.6,0.06,0.04,,0.01,0,2006-10-26, -/games/boxart/full_6325860AmericaFrontccc.jpg,Monster High: New Ghoul in School,3DS,Action,Little Orbit,Torus Games,,0.06,,,0.05,0,2015-10-27,2019-01-19 -/games/boxart/7747570ccc.jpg,Worms Blast,GC,Puzzle,Ubisoft,Team17 Software,,0.06,0.05,,0.01,0,2002-10-24, -/games/boxart/full_8073159AmericaFrontccc.jpg,Final Fantasy XIV: Stormblood,PC,MMO,Square Enix,Square Enix,,0.06,0.04,,0.02,0.01,2017-06-20,2018-06-30 -/games/boxart/full_7690107AmericaFrontccc.jpg,Prinny: Can I Really Be The Hero? (US sales),PSP,Action,NIS America,Nippon Ichi Software,,0.06,0.06,,,,2009-02-17,2019-01-03 -/games/boxart/full_8055876JapanFrontccc.jpg,Samurai Warriors 4-II,PSV,Action,Tecmo Koei,Omega Force,,0.06,,0.06,,,2015-09-29,2018-05-02 -/games/boxart/full_9776867AmericaFrontccc.jpg,Playmobil Knights,DS,Action,DreamCatcher Interactive,Morgen Studios,,0.06,0.04,,0.01,0,2010-01-25, -/games/boxart/4645441ccc.jpg,Xiaolin Showdown,PSP,Action,Konami,BottleRocket Entertainment,,0.06,0.05,,0,0,2006-11-14, -/games/boxart/full_5689804AmericaFrontccc.jpg,Hi Hi Puffy AmiYumi: Kaznapped,GBA,Action,D3 Publisher,Altron,,0.06,0.04,,0.02,0,2005-11-20, -/games/boxart/9000947ccc.gif,Mercury Meltdown,PSP,Action,Ignition Entertainment,Ignition Banbury,,0.06,0.05,,0,0.01,2006-10-03, -/games/boxart/full_2594030PALFrontccc.jpg,Styx: Shards of Darkness,XOne,Action,Focus Home Interactive,Cyanide Studio,,0.06,0.05,,,0.01,2017-03-14,2018-01-06 -/games/boxart/full_warriors-legends-of-troy_904AmericaFront.jpg,Warriors: Legends of Troy,X360,Action,Tecmo Koei,Tecmo Koei Canada,,0.06,,0.01,0.04,0,2011-12-30, -/games/boxart/full_challenge-me-brain-puzzles-2_8AmericaFront.jpg,Challenge Me: Brain Puzzles 2,Wii,Puzzle,O-Games,O Games,,0.06,0,,0.05,0,2010-10-26, -/games/boxart/1022843ccc.gif,Zendoku,DS,Puzzle,Eidos Interactive,Zoonami Ltd.,,0.06,0.05,,0,0,2007-06-26, -/games/boxart/full_mighty-beanz-pocket-puzzles_986AmericaFront.jpg,Mighty Beanz: Pocket Puzzles,GBA,Puzzle,Majesco,Radius9,,0.06,0.04,,0.01,0,2004-06-07, -/games/boxart/full_2175235AmericaFrontccc.jpg,Roogoo Twisted Towers,Wii,Puzzle,SouthPeak Interactive,SpiderMonk,,0.06,0.05,,,0,2009-06-30, -/games/boxart/full_jewel-link-chronicles-mountains-of-madness_263PALFront.jpg,Jewel Link Chronicles: Mountains of Madness,DS,Puzzle,Unknown,Avanquest Software,,0.06,,,0.05,0.01,2012-02-08, -/games/boxart/7444071ccc.jpg,3D Lemmings,PS,Puzzle,Psygnosis,Clockwork Games,7,0.06,0.03,,0.02,0,1995-11-01, -/games/boxart/full_ivy-the-kiwi_9AmericaFront.jpg,Ivy the Kiwi?,Wii,Puzzle,Xseed Games,PROPE,7.5,0.06,0.04,,0.02,0,2010-08-24, -/games/boxart/full_421565AmericaFrontccc.jpg,Dig Dug: Digging Strike,DS,Puzzle,Namco,Namco,,0.06,0.05,,0,0,2005-10-18, -/games/boxart/3994009ccc.gif,Kurupoto Cool Cool Stars,DS,Action,UFO Interactive,Starfish SD,,0.06,0.06,,,0,2007-10-07, -/games/boxart/full_1876405JapanFrontccc.jpg,Luminous Arc Infinity,PSV,Action,Marvel Entertainment,Xseed Games,,0.06,,0.06,,,2015-08-06,2018-09-22 -/games/boxart/full_2839176AmericaFrontccc.jpg,Ittle Dew 2+,NS,Action,Nicalis,Ludosity AB,,0.06,0.06,,,0.01,2017-11-14,2019-02-16 -/games/boxart/default.jpg,Dynasty Warriors Vs,3DS,Action,KOEI,Koei,,0.06,,0.06,,,2012-03-15, -/games/boxart/full_4976499JapanFrontccc.jpg,Girls und Panzer: Dream Tank Match,PS4,Action,Bandai Namco Games,Bandai Namco Games,,0.06,,0.06,,,2018-02-22,2018-01-16 -/games/boxart/full_2200805AmericaFrontccc.jpg,Tonka Rescue Patrol,GC,Action,TDK Mediactive,TDK Mediactive,,0.06,0.05,,0.01,0,2003-11-18, -/games/boxart/full_generator-rex-agent-of-providence_76AmericaFront.jpg,Generator Rex: Agent of Providence,X360,Action,Activision,Virtuos,,0.06,0.05,,0.01,0.01,2011-11-01,2019-01-15 -/games/boxart/full_6861944JapanFrontccc.jpg,Kamen Rider: Battride War Genesis,PSV,Action,Namco Bandai Games,Unknown,,0.06,,0.06,,,2016-02-25, -/games/boxart/1191961ccc.gif,The Great Escape,XB,Action,Gotham Games,Pivotal Games,,0.06,0.05,,0.01,0,2008-07-23, -/games/boxart/full_8178642AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,XOne,Action,GameMill Entertainment,Magic Pockets,,0.06,0.05,,0.01,0.01,2016-11-08,2020-09-25 -/games/boxart/9699543ccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,GBA,Action,Ubisoft,Ubisoft,,0.06,0.05,,0.02,0,2004-03-24, -/games/boxart/full_2398631AmericaFrontccc.jpg,Mystic Heroes,PS2,Action,KOEI,Koei,,0.06,0.03,,0.02,0.01,2002-11-24, -/games/boxart/full_7932345JapanFrontccc.jpg,Kamen Rider Kabuto,PS2,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2006-11-30, -/games/boxart/full_6609360JapanFrontccc.png,One Piece: Pirate Warriors 3 - Deluxe Edition,NS,Action,Bandai Namco Entertainment,Omega Force,8.5,0.06,,0.05,0.01,0,2018-05-11,2019-02-20 -/games/boxart/7648354ccc.gif,Viewtiful Joe: Red Hot Rumble,GC,Action,Capcom,Clover Studio,6.2,0.06,0.04,,0.01,0,2005-11-08, -/games/boxart/full_8434540AmericaFrontccc.png,Sine Mora EX,PS4,Action,THQ Nordic,Digital Reality,,0.06,0.03,,0.01,0.01,2017-08-08,2018-08-15 -/games/boxart/full_5975244JapanFrontccc.jpg,Cardfight!! Vanguard G: Stride to Victory!!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.06,,0.06,,,2016-01-14,2018-08-04 -/games/boxart/full_7950614AmericaFrontccc.jpg,Zoo Tycoon: Complete Collection,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,0.06,0.03,,0.02,0.01,2003-08-11, -/games/boxart/full_men-of-war-assault-squad_587AmericaFront.jpg,Men of War: Assault Squad,PC,Strategy,1C Company,Digitalmindsoft,8,0.06,0.01,,0.04,0.01,2011-02-25,2019-03-29 -/games/boxart/full_6442766AmericaFrontccc.jpg,Syndicate,PC,Strategy,Electronic Arts,Bullfrog Productions,,0.06,0,,0.05,0.01,1993-01-01, -/games/boxart/full_the-lord-of-the-rings-aragorns-quest_2AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PS2,Action,Warner Bros. Interactive,TT Fusion,,0.06,0.03,,0.02,0.01,2010-09-14, -/games/boxart/1877100ccc.jpg,BattleBots: Beyond the BattleBox,GBA,Action,Majesco,Cave Barn Studios,5.8,0.06,0.04,,0.01,0,2002-12-10, -/games/boxart/3266664ccc.jpg,Harry Potter and the Sorcerer's Stone,PC,Action,Electronic Arts,KnowWonder,,0.06,0.01,,0.04,0.01,2001-11-15, -/games/boxart/full_2175340AmericaFrontccc.jpg,Tiny Barbarian DX,NS,Action,Nicalis,Unknown,,0.06,0.05,,,0.01,2017-10-10,2019-02-20 -/games/boxart/full_7771247AmericaFrontccc.jpg,IHRA Professional Drag Racing 2005,XB,Racing,Bethesda Softworks,Bethesda Softworks,,0.06,0.04,,0.01,0,2004-11-08, -/games/boxart/full_6318163AmericaFrontccc.jpg,Tokyo Xtreme Racer Advance,GBA,Racing,Crave Entertainment,David A. Palmer Productions,,0.06,0.04,,0.02,0,2005-04-20, -/games/boxart/full_dreamworks-super-star-kartz_513AmericaFront.jpg,DreamWorks Super Star Kartz,X360,Racing,Activision,Activision,,0.06,0.05,,0.01,0.01,2011-11-15, -/games/boxart/full_6072673AmericaFrontccc.jpg,MX vs ATV Supercross Encore 2017 Track Edition,XOne,Racing,THQ Nordic,Rainbow Studios,,0.06,0.05,,,0.01,2017-01-04,2018-06-27 -/games/boxart/6032445ccc.jpg,Highway 2000,SAT,Racing,Natsume,Genki,,0.06,,0.06,,,1996-01-01, -/games/boxart/8894934ccc.jpg,Cocoto Kart Racer,Wii,Racing,Conspiracy Entertainment,Neko Entertainment,,0.06,0.06,,,0,2008-06-24, -/games/boxart/full_chevrolet-camaro-wild-ride_987AmericaFront.jpg,Chevrolet Camaro: Wild Ride,Wii,Racing,Storm City Games,Storm City Games,,0.06,0.06,,,0,2010-10-30, -/games/boxart/full_1839476AmericaFrontccc.jpg,MX vs ATV Supercross Encore 2017 Track Edition,PS4,Racing,THQ Nordic,Rainbow Studios,,0.06,0.05,,,0.01,2017-01-04,2018-06-27 -/games/boxart/full_mayhem-3d_839AmericaFront.jpg,Mayhem 3D,PS3,Racing,Evolved Games,Zoo Games,,0.06,0.05,,,0.01,2011-03-22, -/games/boxart/full_4069939PALFrontccc.jpg,F1 2015,PC,Racing,Codemasters,Codemasters Birmingham,,0.06,,,0.06,0,2015-07-21,2018-05-23 -/games/boxart/full_motogp-1011_703AmericaFront.jpg,MotoGP 10/11,X360,Racing,Capcom,Monumental Games,6,0.06,,,0.05,0.01,2011-03-15, -/games/boxart/full_1254467AmericaFrontccc.jpg,Penny Racers,N64,Racing,THQ,Locomotive Games,,0.06,0.05,,0.01,0,1999-02-10, -/games/boxart/full_4225662AmericaFrontccc.jpg,Polaris SnoCross,N64,Racing,Vatical Entertainment,Vicarious Visions,,0.06,0.05,,0.01,0,2000-12-27, -/games/boxart/9043732ccc.jpg,S.C.A.R.S,N64,Racing,Ubisoft,Vivid Image,,0.06,0.05,,0.01,0,1998-12-04, -/games/boxart/full_2458181AmericaFrontccc.jpg,Monster Garage,XB,Racing,Activision,Invictus Games Ltd,,0.06,0.05,,0.01,0,2004-11-03, -/games/boxart/full_5644324AmericaFrontccc.jpg,Speed,Wii,Racing,Zoo Games,Team6 Game Studio,,0.06,0.04,,0.02,0,2010-04-20, -/games/boxart/full_919834AmericaFrontccc.jpg,Age of Empires III: The Asian Dynasties,PC,Strategy,Microsoft Game Studios,Big Huge Games,,0.06,0,,0.05,0.01,2007-10-23, -/games/boxart/default.jpg,Cities XL 2012,PC,Strategy,Focus Home Interactive,Monte Cristo Multimedia,6,0.06,0.01,,0.05,0.01,2011-10-20, -/games/boxart/9488353ccc.gif,Panzer Tactics DS,DS,Strategy,Conspiracy Entertainment,Sproing,,0.06,0.06,,,0,2007-11-07, -/games/boxart/full_2480189JapanFrontccc.jpg,Nobunaga no Yabou: Souzou,PS4,Strategy,Tecmo Koei,Koei Tecmo Games,,0.06,,0.06,,,2014-02-22,2018-11-03 -/games/boxart/1253645ccc.gif,"Warhammer 40,000: Squad Command",DS,Strategy,THQ,RedLynx,,0.06,0.05,,0.01,0.01,2007-12-17, -/games/boxart/full_3455500AmericaFrontccc.jpg,Aven Colony,XOne,Strategy,Sold Out,Mothership Entertainment,,0.06,0.06,,,0.01,2017-08-01,2018-06-25 -/games/boxart/full_8273392AmericaFrontccc.jpg,Killer Loop,PS,Racing,Crave Entertainment,VCC Entertainment,,0.06,0.03,,0.02,0,1999-10-31, -/games/boxart/full_4470923AmericaFrontccc.jpg,Ford Racing 3,GBA,Racing,"Destination Software, Inc",Visual Impact,,0.06,0.04,,0.02,0,2005-11-03, -/games/boxart/9475311ccc.jpg,Adventures of Lolo,NES,Puzzle,HAL Laboratory,HAL Laboratory,,0.06,0.06,,,,1989-04-01, -/games/boxart/full_yuugen-gaisha-brave-company_957JapanFront.jpg,Yuugen Gaisha Brave Company,3DS,Strategy,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2011-10-27, -/games/boxart/full_8265251AmericaFrontccc.jpg,MX vs. ATV Supercross,X360,Racing,Nordic Games,Rainbow Studios,,0.06,0.03,,0.02,0.01,2014-10-28,2018-04-17 -/games/boxart/4276518ccc.jpg,Biker Mice From Mars,PS2,Racing,Game Factory,Creat Studio,,0.06,0.03,,0.02,0.01,2007-06-05, -/games/boxart/full_8529352AmericaFrontccc.jpg,MotoGP,GBA,Racing,THQ,Visual Impact,,0.06,0.04,,0.01,0,2002-03-08, -/games/boxart/full_8691753JapanFrontccc.jpg,Choro Q Marine: Q Boat,PS,Racing,Takara,Takara,,0.06,,0.05,,0,1998-06-25, -/games/boxart/full_imagine-resort-owner_355AmericaFront.jpg,Imagine: Resort Owner,DS,Strategy,Ubisoft,Ubisoft,,0.06,0.05,,0,0,2010-10-26, -/games/boxart/full_3764670AmericaFrontccc.jpg,Worms 3D,XB,Strategy,Sega,Team17 Software,,0.06,0.04,,0.01,0,2005-03-01, -/games/boxart/full_7136569JapanFrontccc.jpg,Arslan: The Warriors of Legend,PS3,Action,Tecmo Koei,Koei Tecmo Games,,0.06,,0.06,,,2016-02-09,2018-07-31 -/games/boxart/full_3140473PALFrontccc.jpg,Deformers,PS4,Action,Ready at Dawn,Ready at Dawn,,0.06,0.05,,,0.01,2017-04-21, -/games/boxart/full_tsumiki-block-drop-mania_74AmericaFront.jpg,Tsumiki: Block Drop Mania,DS,Action,SouthPeak Interactive,RED Entertainment,,0.06,0.05,,,0.01,2011-11-18, -/games/boxart/full_7904832JapanFrontccc.jpg,Magi: Aratanaru Sekai,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2014-02-14,2019-01-03 -/games/boxart/full_7251184AmericaFrontccc.png,Shiren The Wanderer: The Tower of Fortune and the Dice of Fate,PSV,Action,Aksys Games,"Chunsoft Co., Ltd.",,0.06,0.01,0.04,,0.01,2016-07-26,2018-09-22 -/games/boxart/full_3877522JapanFrontccc.jpg,Neon Genesis Evangelion,N64,Action,Bandai,Bandai,5.6,0.06,,0.06,,0,1999-06-25, -/games/boxart/full_6902429AmericaFrontccc.jpg,The Saboteur,PC,Action,Electronic Arts,Pandemic Studios,7.1,0.06,,,0.05,0.01,2009-12-08, -/games/boxart/full_6723169AmericaFrontccc.jpg,Gal Gun: Double Peace,PSV,Action,PQube,Inti Creates,,0.06,,0.01,0.03,0.01,2016-08-02,2018-03-04 -/games/boxart/8016391ccc.jpg,Brave: A Warrior's Tale,Wii,Action,SouthPeak Interactive,Collision Studios,4.7,0.06,0.05,,0,0,2009-08-04, -/games/boxart/full_2075663AmericaFrontccc.jpg,Broken Helix,PS,Action,Konami,Konami,,0.06,0.03,,0.02,0,1997-05-29, -/games/boxart/full_550192AmericaFrontccc.jpg,Okami HD,XOne,Action,Capcom,Clover Studio,,0.06,0.05,,,0.01,2017-12-12,2018-02-07 -/games/boxart/full_8245799AmericaFrontccc.jpg,Vampire Rain: Altered Species,PS3,Action,Ignition Entertainment,Artoon,3.5,0.06,0.05,0,0,0.01,2008-09-02, -/games/boxart/full_3894538AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,DS,Action,Konami,Konami,,0.06,0.05,,0,0,2005-11-01, -/games/boxart/full_2535210AmericaFrontccc.jpg,Jumper: Griffin's Story,X360,Action,Brash Entertainment,RedTribe Studios,,0.06,0.05,,0,0,2008-02-12, -/games/boxart/609301ccc.gif,Resident Evil - Code: Veronica X,GC,Action,Capcom,Capcom,5.6,0.06,0.05,,0.01,0,2003-12-03, -/games/boxart/6398091ccc.jpg,Trapt,PS2,Action,Tecmo,Paon Corporation,,0.06,0.03,,0.02,0.01,2005-11-01, -/games/boxart/7413595ccc.jpg,Disney's Magical Quest 2 Starring Mickey and Minnie,GBA,Action,Capcom,Capcom,5.6,0.06,0.05,,0.02,0,2003-11-12, -/games/boxart/full_2824693JapanFrontccc.jpg,Ikki Tousen: Xross Impact,PSP,Action,Marvelous Interactive,Marvelous Interactive,,0.06,,0.06,,,2010-04-28, -/games/boxart/full_6915272JapanFrontccc.jpg,Mitsukete! Keroro Gunsou: Machigai Sagashi Daisakusen de Arimasu!,DS,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2007-09-27, -/games/boxart/full_3170987JapanFrontccc.jpg,Ys vs. Sora no Kiseki: Alternative Saga,PSP,Action,Falcom Corporation,Nihon Falcom Corporation,,0.06,,0.06,,,2010-07-29, -/games/boxart/full_5992675AmericaFrontccc.jpg,Brave: A Warrior's Tale,X360,Action,SouthPeak Interactive,Collision Studios,4.4,0.06,0.05,,0.01,0,2009-08-04, -/games/boxart/full_2150021JapanFrontccc.jpg,Gegege no Kitarou: Youkai Daigekisen,DS,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-07-10, -/games/boxart/full_9610046AmericaFrontccc.jpg,G-Police: Weapons of Justice,PS,Action,Sony Computer Entertainment,Psygnosis,,0.06,0.03,,0.02,0,1999-09-24, -/games/boxart/full_2669690AmericaFrontccc.jpg,Azure Striker Gunvolt: Striker Pack,NS,Action,Nighthawk Interactive,Inti Creates,,0.06,0.03,0.01,0.01,0,2017-11-21,2018-01-11 -/games/boxart/full_6532044AmericaFrontccc.jpg,Crazy Chicken Tales,Wii,Action,Conspiracy Entertainment,Conspiracy Entertainment Corporation,,0.06,0.06,,,0,2009-12-01, -/games/boxart/full_2905424JapanFrontccc.jpg,Hagane no Renkinjutsushi - Fullmetal Alchemist: Yakusoku no Hi e,PSP,Action,Namco Bandai,Bec,,0.06,,0.06,,,2010-05-20, -/games/boxart/full_9610425JapanFrontccc.jpg,Famicom Mini: Balloon Fight,GBA,Action,Nintendo,Nintendo,,0.06,,0.06,,0,2004-05-21, -/games/boxart/full_5179112JapanFrontccc.jpg,Chou Gekijouban Keroro Gunsou 3: Tenkuu Daibouken de Arimasu!,DS,Action,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-02-28,2018-04-21 -/games/boxart/6981065ccc.jpg,Fatal Frame,XB,Action,Tecmo,Tecmo,7.9,0.06,0.04,,0.01,0,2002-11-22, -/games/boxart/full_5940638AmericaFrontccc.png,Teenage Mutant Ninja Turtles II: Back from the Sewers,GB,Action,Konami,Konami,,0.06,,0.06,,,1991-12-01, -/games/boxart/full_x-men-destiny_421AmericaFront.jpg,X-Men: Destiny,DS,Action,Activision,Other Ocean Interactive,2,0.06,0.05,,0.01,0,2011-09-27, -/games/boxart/full_9174690AmericaFrontccc.jpg,Nights of Azure 2: Bride of the New Moon,NS,Action,Tecmo Koei,Gust,,0.06,0.02,0.01,0.02,0,2017-10-24,2018-09-06 -/games/boxart/full_2587424AmericaFrontccc.jpg,Di-Gata Defenders,DS,Role-Playing,Game Factory,Mystic Software,,0.06,0.06,,,0,2008-09-22, -/games/boxart/172801ccc.jpg,Atelier Iris 2: The Azoth Of Destiny,PS2,Role-Playing,NIS America,Gust,6.8,0.06,0.03,,0.02,0.01,2006-04-25, -/games/boxart/9431886ccc.jpg,From The Abyss,DS,Role-Playing,Aksys Games,Sonic Powered,7.3,0.06,0.06,,,0,2008-08-26, -/games/boxart/full_3837163AmericaFrontccc.jpeg,Wasteland 2,XOne,Role-Playing,Deep Silver,InXile Entertainment,,0.06,0.05,,0.01,0.01,2015-10-13, -/games/boxart/full_3991252JapanFrontccc.jpg,MeiQ no Chika Ni Shisu: A Maze to Eradicate Them All,PSV,Role-Playing,Idea Factory,Compile Heart,,0.06,0.02,0.02,0.01,0.01,2016-09-13,2018-09-22 -/games/boxart/full_6788076JapanFrontccc.jpg,Crayon Shin-chan: Arashi o Yobu Kasukabe Eiga Stars!,3DS,Role-Playing,Namco Bandai Games,Inti Creates,,0.06,,0.06,,,2014-04-10,2019-01-03 -/games/boxart/full_1630147JapanFrontccc.jpg,Zill O'll Infinite Plus,PSP,Role-Playing,KOEI,Koei,,0.06,,0.06,,,2009-01-22, -/games/boxart/full_539430AmericaFrontccc.jpg,Battle Chasers: Nightwar,PS4,Role-Playing,THQ Nordic,Airship Syndicate,,0.06,0.03,,0.02,0.01,2017-10-03,2018-09-22 -/games/boxart/full_4881349AmericaFrontccc.jpg,Stranger of Sword City,PSV,Role-Playing,NIS America,Experience Inc.,,0.06,0.04,,0.01,0.02,2016-04-26,2018-01-06 -/games/boxart/3522417ccc.jpg,Mega Man Battle Network 5: Double Team DS (US sales),DS,Role-Playing,Capcom,Capcom,,0.06,0.06,,,,2005-11-01, -/games/boxart/full_384345JapanFrontccc.jpg,Sword Art Online: Game Director's Edition,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.06,,0.06,,,2015-11-19,2018-09-17 -/games/boxart/full_7156130JapanFrontccc.jpg,Summon Night 2,DS,Role-Playing,Bandai,Flight-Plan,,0.06,,0.06,,,2008-08-07, -/games/boxart/5277404ccc.jpg,Warriors of the Lost Empire,PSP,Role-Playing,UFO Interactive,Goshow,,0.06,0.05,,0,0,2007-12-13, -/games/boxart/full_7349665JapanFrontccc.jpg,Omega Labyrinth,PSV,Role-Playing,D3Publisher,Matrix Software,,0.06,,0.06,,,2015-11-19,2018-09-22 -/games/boxart/full_8660832AmericaFrontccc.jpg,Lord of Magna: Maiden Heaven,3DS,Role-Playing,Xseed Games,Marvelous,7,0.06,,0.06,,,2015-06-02,2019-01-03 -/games/boxart/full_697070JapanFrontccc.jpg,Atelier Meruru Plus: The Apprentice of Arland,PSV,Role-Playing,Gust,Gust,,0.06,,0.06,,,2013-03-20,2018-12-29 -/games/boxart/full_nicola-kanshuu-model-oshare-audition-2_233JapanFront.jpg,Nicola Kanshuu: Model * Oshare Audition 2,3DS,Action,Alchemist,Alchemist,,0.06,,0.06,,,2011-11-03, -/games/boxart/1509516ccc.jpg,Cold Fear,XB,Action,Ubisoft,Darkworks,,0.06,0.05,,0.01,0,2005-03-15, -/games/boxart/full_3505870AmericaFrontccc.jpg,Cartoon Network: Battle Crashers,3DS,Action,GameMill Entertainment,Magic Pockets,3.5,0.06,0.04,,0.01,0.01,2016-11-08,2020-09-25 -/games/boxart/full_7340527JapanFrontccc.jpg,Mobile Suit Gundam 00: Gundam Meisters,PS2,Action,Namco Bandai,Yuke's Future Media Creators,,0.06,,0.06,,,2008-10-16, -/games/boxart/full_3519144AmericaFrontccc.jpg,Alien Syndrome,Wii,Role-Playing,Sega,Totally Games,5.2,0.06,0.05,,0,0,2007-07-24, -/games/boxart/full_everquest-ii-destiny-of-velious_569AmericaFront.jpg,EverQuest II: Destiny of Velious,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,0.06,0.06,,,0.01,2011-02-22, -/games/boxart/full_7453090JapanFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,PS4,Role-Playing,Tecmo Koei,Gust,,0.06,0.03,0.03,,0.01,2018-03-27,2018-02-10 -/games/boxart/full_9716875AmericaFrontccc.jpg,Crimson Gem Saga,PSP,Role-Playing,Atlus,"IronNos Co., Ltd.",7.3,0.06,0.06,,,0,2009-05-26, -/games/boxart/full_7700199AmericaFrontccc.jpg,IL-2 Sturmovik: Birds of Prey,DS,Simulation,505 Games,Gaijin Entertainment,5,0.06,0.06,,0,0,2009-09-08, -/games/boxart/6512521ccc.jpg,Desert Strike Advance,GBA,Simulation,Electronic Arts,BudCat Creations,6.8,0.06,0.05,,0.02,0,2002-05-08, -/games/boxart/9369436ccc.jpg,Guitar Freaks 3rdMIX & DrumMania 2ndMIX,PS2,Simulation,Konami,Konami,,0.06,,0.06,,,2000-12-07, -/games/boxart/full_6965078AmericaFrontccc.jpg,My Pet Shop,DS,Simulation,Taito,Taito Corporation,,0.06,0.06,,0,0,2009-03-09, -/games/boxart/full_7298182AmericaFrontccc.jpg,The Sims 4: Get Famous,PC,Simulation,Electronic Arts,Maxis,,0.06,,,0.06,0,2018-11-16,2018-10-31 -/games/boxart/2954951ccc.jpg,Kabuki Warriors,XB,Action,Crave Entertainment,Light Weight,1,0.06,0.05,,0.01,0,2001-11-19, -/games/boxart/full_6721758AmericaFrontccc.jpg,Fist of the North Star: Ken's Rage 2,X360,Action,Tecmo Koei,Koei,,0.06,0.03,0.02,0.01,0,2013-02-05,2019-01-03 -/games/boxart/2361547ccc.jpg,Batman: Rise of Sin Tzu,GC,Action,Ubisoft,Ubisoft Montreal,,0.06,0.05,,0.01,0,2003-11-11, -/games/boxart/5071510ccc.jpg,Lost Kingdoms II,GC,Role-Playing,Activision,From Software,6.6,0.06,0.04,,0.01,0,2003-05-21, -/games/boxart/8376467ccc.jpg,Blade Dancer: Lineage of Light,PSP,Role-Playing,Nippon Ichi Software,Hit Maker,,0.06,0.05,,0,0,2006-07-18, -/games/boxart/full_6148148JapanFrontccc.jpg,Kaite Shabette Hajimeyou! Monster Farm DS,DS,Role-Playing,Tecmo,Tecmo,,0.06,,0.06,,,2007-07-12, -/games/boxart/full_1728203JapanFrontccc.jpg,Tokyo Ghoul: Jail,PSV,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2015-10-01,2018-09-22 -/games/boxart/full_9179360JapanFrontccc.jpg,Nendoroid Generation,PSP,Role-Playing,Namco Bandai Games,Namco Bandai Games,,0.06,,0.06,,,2012-02-23,2019-01-03 -/games/boxart/full_9203527JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS Fate of Heat III - Yuki no Shugosha Raishuu!,DS,Role-Playing,Marvelous Interactive,Marvelous Interactive,,0.06,,0.06,,,2010-04-29, -/games/boxart/full_2004581JapanFrontccc.jpg,Cid to Chocobo no Fushigi na Dungeon: Toki Wasure no Meikyuu DS+,DS,Role-Playing,Square Enix,High Horse Entertainment,,0.06,,0.06,,,2008-10-30, -/games/boxart/full_5087570AmericaFrontccc.jpg,Sacred 2: Fallen Angel,PC,Role-Playing,CDV Software Entertainment,Ascaron Entertainment,,0.06,,,0.05,0.01,2008-11-11, -/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-sc_951JapanFront.jpg,The Legend of Heroes: Trails in the Sky Second Chapter,PSP,Role-Playing,Activision,Nihon Falcom Corporation,,0.06,,0.06,,,2007-06-19, -/games/boxart/full_4486617AmericaFrontccc.jpg,Izuna 2: The Unemployed Ninja Returns,DS,Role-Playing,Atlus,Ninja Studio,6.9,0.06,0.05,,,0,2008-07-22, -/games/boxart/full_6806541JapanFrontccc.jpg,Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan,PSP,Role-Playing,Atlus,Atlus Co.,,0.06,,0.06,,,2010-04-22, -/games/boxart/6174656ccc.jpg,Zone of the Enders: The Fist of Mars,GBA,Role-Playing,Konami,WinkySoft,,0.06,0.04,,0.02,0,2002-03-03, -/games/boxart/full_senritsu-no-stratus_723JapanFront.jpg,Senritsu no Stratus,PSP,Role-Playing,Konami,Nude Maker,,0.06,,0.06,,,2011-10-27, -/games/boxart/full_6651991JapanFrontccc.jpg,Record of Lodoss War: Eiyuu Sensou,SCD,Role-Playing,Sega,Sega,,0.06,,0.06,,0,1994-05-20, -/games/boxart/full_8748890JapanFrontccc.jpg,Etrian Mystery Dungeon 2,3DS,Role-Playing,Atlus,Atlus,,0.06,,0.06,,,2017-08-31,2018-01-14 -/games/boxart/7597251ccc.jpg,Tsugunai: Atonement,PS2,Role-Playing,Atlus,Cattle Call,,0.06,0.02,0.02,0.01,0,2001-11-29, -/games/boxart/full_7168575JapanFrontccc.jpg,The Legend of Heroes: Ao no Kiseki,PSV,Role-Playing,Nihon Falcom Corporation,Nihon Falcom Corporation,,0.06,,0.06,,,2014-06-12,2018-12-29 -/games/boxart/full_5926135JapanFrontccc.jpg,Kiniro no Corda 2,PS2,Role-Playing,KOEI,Koei,,0.06,,0.06,,,2007-03-15, -/games/boxart/full_sunrise-eiyuutan-r_10JapanFront.jpg,Sunrise Eiyuutan R,PS2,Role-Playing,Sunrise Interactive,Atelier-Sai,,0.06,,0.06,,,2000-11-22, -/games/boxart/full_126580AmericaFrontccc.jpg,Exist Archive: The Other Side of the Sky,PS4,Role-Playing,Aksys Games,tri-Ace,,0.06,0.02,0.03,,0,2016-10-18,2018-01-31 -/games/boxart/8344983ccc.jpg,Generation of Chaos,PSP,Role-Playing,NIS America,Neverland,5.9,0.06,0.05,,0,0,2006-02-28, -/games/boxart/full_701529AmericaFrontccc.jpg,Portal Knights,NS,Role-Playing,505 Games,Keen Games,,0.06,0.02,0.01,0.02,0,2018-02-13,2018-07-03 -/games/boxart/full_ken-to-mahou-to-gakuen-mono-3d_949JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3D,3DS,Role-Playing,Acquire,ZeroDiv,,0.06,,0.06,,,2011-07-07, -/games/boxart/full_7438142AmericaFrontccc.jpg,Dungeon Explorer: Warriors of Ancient Arts,DS,Role-Playing,Hudson Entertainment,Hudson Soft,,0.06,0.05,,0,0,2008-02-19, -/games/boxart/full_9826135AmericaFrontccc.jpg,Growlanser: Wayfarer of Time,PSP,Role-Playing,Atlus,Career Soft,,0.06,,0.06,,,2012-07-24,2018-01-09 -/games/boxart/3364318ccc.jpg,Arc the Lad: End of Darkness,PS2,Role-Playing,Namco,Cattle Call,,0.06,0.03,,0.02,0.01,2005-06-14, -/games/boxart/full_9729027AmericaFrontccc.jpg,Victor Vran: Overkill Edition,NS,Role-Playing,Wired Productions,Haemimont Games,,0.06,0.06,,,0.01,2018-08-28,2019-02-24 -/games/boxart/full_2952158AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.06,,0.06,,,2007-12-20,2019-01-03 -/games/boxart/full_2286405JapanFrontccc.jpg,Chaos Rings III,PSV,Role-Playing,Square Enix,Media.Vision,,0.06,,0.06,,,2014-10-16, -/games/boxart/full_9711951AmericaFrontccc.jpg,Mary Skelter: Nightmares,PSV,Role-Playing,Idea Factory,Compile Heart,,0.06,0.01,0.04,0,0.01,2017-09-19,2018-09-22 -/games/boxart/full_500520AmericaFrontccc.jpg,RPG Maker 3,PS2,Role-Playing,Agetec,Runtime,7,0.06,0.03,,0.02,0.01,2005-09-21, -/games/boxart/full_307002AmericaFrontccc.jpg,Risen 3: Titan Lords,X360,Role-Playing,Deep Silver,Piranha Bytes,,0.06,0.02,,0.04,0,2014-08-12,2018-01-03 -/games/boxart/full_4371753JapanFrontccc.jpg,Kikou Heidan J-Phoenix,PS2,Action,Takara,Shoeisha,,0.06,,0.06,,,2001-06-28, -/games/boxart/default.jpg,Shonen Jump's Shaman King: Legacy of the Spirits - Soaring Hawk/Sprinting Wolf,GBA,Action,Konami,Konami,,0.06,0.04,,0.02,0,2005-02-08, -/games/boxart/full_western-riding-academy_6AmericaFront.jpg,Western Riding Academy,DS,Simulation,Destineer,TBA,,0.06,0.06,,,0,2010-06-23, -/games/boxart/full_8168082JapanFrontccc.jpg,Seaman 2: Peking Genjin Ikusei Kit,PS2,Simulation,Sega,VIVARIUM Inc.,,0.06,,0.06,,,2007-10-18, -/games/boxart/full_7249753PALFrontccc.jpg,X-Plane 11,PC,Simulation,Aerosoft,Laminar Research,,0.06,,,0.06,0,2017-04-06,2018-09-22 -/games/boxart/1648687ccc.jpg,Star Trek: Tactical Assault,DS,Strategy,Bethesda Softworks,"Quicksilver Software, Inc.",,0.06,0.05,,0.01,0,2006-10-26, -/games/boxart/full_5578061AmericaFrontccc.jpg,Elite Forces: Unit 77,DS,Strategy,Deep Silver,Gammick Entertainment,,0.06,0.06,,,0,2009-04-28, -/games/boxart/full_7648148JapanFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PSV,Strategy,Tecmo Koei,Koei,,0.06,,0.06,,,2014-05-29,2018-12-29 -/games/boxart/full_710025PALFrontccc.jpg,OK! Puzzle Stars,DS,Puzzle,Ubisoft,TBD,,0.06,,,0.05,0.01,2010-04-23, -/games/boxart/full_2069050AmericaFrontccc.jpg,Super Bomberman R,PS4,Puzzle,Konami Digital Entertainment,HexaDrive,,0.06,0.03,0.03,,0.01,2018-06-12,2018-09-24 -/games/boxart/full_jewels-of-the-ages_392AmericaFront.jpg,Jewels of the Ages,DS,Puzzle,City Interactive,City Interactive,,0.06,0.03,,0.02,0.01,2011-06-28, -/games/boxart/full_kururin-paradise_948JapanFront.jpg,Kururin Paradise,GBA,Puzzle,Unknown,Eighting,,0.06,,0.06,,0,, -/games/boxart/full_6906709AmericaFrontccc.jpg,Tron 2.0: Killer App,GBA,Action,Buena Vista,Digital Eclipse Software,,0.06,0.04,,0.02,0,2004-10-20, -/games/boxart/full_3252146AmericaFrontccc.jpg,Power Shovel,PS,Action,Acclaim Entertainment,Taito Corporation,,0.06,0.03,,0.02,0,2001-07-19, -/games/boxart/full_9084921JapanFrontccc.jpg,Fate/Extella Link,PSV,Action,Marvelous,Marvelous,,0.06,,0.06,,,2018-06-07,2018-12-30 -/games/boxart/full_legend-of-kay_10AmericaFront.jpg,Legend of Kay,DS,Action,DreamCatcher Interactive,Firehazard Studio,,0.06,0.06,,0,0,2010-06-15, -/games/boxart/full_2731685AmericaFrontccc.jpg,PoPoLoCrois,PSP,Role-Playing,Agetec,G-Artists,,0.06,0.05,,0,0,2005-11-29, -/games/boxart/full_5524695AmericaFrontccc.jpg,Disgaea 1 Complete,NS,Role-Playing,NIS America,Nippon Ichi Software,8,0.06,0.03,0.01,0.01,0,2018-10-09,2019-02-19 -/games/boxart/full_7608424JapanFrontccc.jpg,Refrain no Chika Meikyuu to Majo no Ryodan,PSV,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.06,,0.06,,,2016-06-23,2018-09-22 -/games/boxart/full_3195760AmericaFrontccc.jpg,Bubble Bobble also featuring Rainbow Islands,PS,Puzzle,Acclaim Entertainment,Probe Entertainment Ltd.,,0.06,0.04,,0.02,0,1996-09-06, -/games/boxart/full_jewel-quest-4-heritage_594PALFront.jpg,Jewel Quest IV: Heritage,DS,Puzzle,iWin,iWin,,0.06,,,0.05,0.01,2011-08-26, -/games/boxart/full_2761161AmericaFrontccc.jpg,Octomania,Wii,Puzzle,Conspiracy Entertainment,Compile Heart,6.7,0.06,0.06,,0,0,2008-03-31, -/games/boxart/8720358ccc.jpg,Bubble Bobble: Old & New,GBA,Puzzle,Empire Interactive,Taito Corporation,5.5,0.06,0.04,,0.02,0,2004-09-28, -/games/boxart/full_433095AmericaFrontccc.jpg,Challenge Me: Brain Puzzles,DS,Puzzle,O-Games,Oxygen Interactive,,0.06,0.06,,0,0,2009-05-26, -/games/boxart/full_6736854JapanFrontccc.jpg,Star Ocean 5: Integrity and Faithlessness,PS3,Role-Playing,Square Enix,tri-Ace,,0.06,,0.06,,,2016-04-28, -/games/boxart/full_mana-khemia-alchemists-of-al-revis_240AmericaFront.jpg,Mana Khemia: Alchemists of Al-Revis,PS2,Role-Playing,NIS America,Gust,6.6,0.06,0.03,,0.02,0.01,2008-04-01, -/games/boxart/full_4729695JapanFrontccc.jpg,Toriko: Gourmet Battle!,3DS,Role-Playing,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2013-07-04,2019-01-03 -/games/boxart/full_8474368JapanFrontccc.jpg,Dragon Quest X: All in One Package,PS4,Role-Playing,Square Enix,Square Enix,,0.06,,0.06,,,2017-08-17,2018-01-13 -/games/boxart/full_unchainblades-rexx_406JapanFront.jpg,UnchainBlades ReXX,PSP,Role-Playing,Atlus,FuRyu Corporation,,0.06,,0.06,,,2012-12-31, -/games/boxart/full_5939875JapanFrontccc.jpg,Dungeon Travelers 2-2: The Maiden Who Fell into Darkness and the Book of Beginnings,PSV,Role-Playing,Aquaplus,Aqua Plus,,0.06,,0.06,,,2017-04-20,2019-03-23 -/games/boxart/full_4334387AmericaFrontccc.jpg,Shadows Awakening,PS4,Role-Playing,Kalypso Media,Games Farm,,0.06,0.05,,,0.01,2018-09-04,2018-06-08 -/games/boxart/full_3603075JapanFrontccc.jpg,Metal Max 4: Gekkou no Diva,3DS,Role-Playing,Kadokawa Shoten,Cattle Call,,0.06,,0.06,,,2013-11-07,2018-03-24 -/games/boxart/full_9389719AmericaFrontccc.jpg,Sudoku Ball Detective,DS,Puzzle,Playlogic Game Factory,WhiteBear Studios,5,0.06,0.06,,0,0,2009-09-22, -/games/boxart/full_4649327AmericaFrontccc.jpg,Honeycomb Beat,DS,Puzzle,Konami,Hudson Soft,,0.06,0.05,,0,0,2007-04-02, -/games/boxart/full_4882653AmericaFrontccc.jpg,Crazy Chicken: Pharaoh's Treasure,DS,Puzzle,Mumbo Jumbo,Phenomedia,,0.06,0.05,,,0,2009-06-11, -/games/boxart/full_5069172AmericaFrontccc.jpg,Jumble Madness,DS,Puzzle,Destineer,Anino Entertainment,,0.06,0.06,,,0,2009-01-20, -/games/boxart/full_santa-claus-is-comin-to-town_974AmericaFront.jpg,Santa Claus is Comin' to Town!,DS,Puzzle,Crave Entertainment,Crave Entertainment,,0.06,0.06,,,0.01,2011-11-08, -/games/boxart/full_7154916AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,WiiU,Platform,Activision,Behaviour Interactive,,0.06,,,0.05,0,2013-10-22,2020-12-17 -/games/boxart/full_9533127AmericaFrontccc.jpg,America's Greatest Game Shows: Wheel of Fortune and Jeopardy!,NS,Party,Ubisoft,Ubisoft,,0.06,0.06,,,0.01,2018-10-30,2019-02-16 -/games/boxart/full_9550204AmericaFrontccc.jpg,Party Arcade,NS,Party,Planet Entertainment,Solutions 2 Go,,0.06,0.05,,,0.01,2018-11-09,2018-08-15 -/games/boxart/full_1110336AmericaFrontccc.jpg,Aquarium by DS,DS,Simulation,Bold Games,Ertain,,0.06,0.05,,,0,2008-03-14, -/games/boxart/full_2860941JapanFrontccc.jpg,Mobile Ops: The One Year War,X360,Simulation,Unknown,Dimps Corporation / Dream Execution,,0.06,,0.06,,,, -/games/boxart/full_7995279AmericaFrontccc.jpg,Dance Dance Revolution: Mario Mix (JP sales),GC,Simulation,Nintendo,Konami,7.5,0.06,,0.05,,0,2005-10-24, -/games/boxart/full_3771964AmericaFrontccc.jpg,Dino Pets,DS,Simulation,Destineer,Teyon,,0.06,0.05,,0,0,2009-07-21, -/games/boxart/full_5148018JapanFrontccc.jpg,Kirarin * Revolution: Minna de Odorou Furi Furi Debut!,DS,Simulation,Konami,Konami,,0.06,,0.06,,,2008-07-24, -/games/boxart/full_2236789AmericaFrontccc.jpg,Dreamer Series: Zoo Keeper,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.06,0.06,,,0,2010-01-04, -/games/boxart/2801373ccc.gif,Chou Soujuu Mecha MG,DS,Simulation,Unknown,Sandlot,,0.06,,0.06,,,, -/games/boxart/full_455360JapanFrontccc.jpg,Chou Soujuu Mecha MG,DS,Simulation,Nintendo,Sandlot,,0.06,,0.06,,,2006-09-02, -/games/boxart/full_8107925JapanFrontccc.png,Nobunaga's Ambition: Taishi,PS4,Strategy,Koei Tecmo,Koei Tecmo Games,,0.06,0.01,0.05,,0,2018-06-05,2018-07-30 -/games/boxart/full_2946908JapanFrontccc.jpg,Super Robot Wars OG Saga Masou Kishin F: Coffin of the End,PS3,Strategy,Namco Bandai Games,WinkySoft,,0.06,,0.06,,,2014-08-28,2019-01-03 -/games/boxart/897876ccc.jpg,Wings of War,XB,Simulation,Gathering of Developers,Silver Wish Games,,0.06,0.05,,0.01,0,2004-08-30, -/games/boxart/full_9342723AmericaFrontccc.jpg,Dreamer Series: Babysitter,DS,Simulation,DreamCatcher Interactive,ZigZag Island,,0.06,0.05,,0,0,2009-05-12, -/games/boxart/full_5399980JapanFrontccc.jpg,Mame Goma 2: Uchi no Ko ga Ichiban!,DS,Simulation,Creative Core,Creative Core,,0.06,,0.06,,,2008-07-31, -/games/boxart/full_dream-c-club-portable_5JapanFront.jpg,Dream C Club Portable,PSP,Simulation,D3 Publisher,DreamXCreate,,0.06,,0.06,,,2010-10-28, -/games/boxart/full_5636738JapanFrontccc.jpg,Tanjou S Debut,SAT,Simulation,NEC Interchannel,NEC Interchannel,,0.06,,0.06,,,1996-06-28, -/games/boxart/full_2503972AmericaFrontccc.jpg,Rapala Fishing Pro Series,XOne,Simulation,GameMill,"Concrete Software, Inc.",,0.06,0.05,,,0.01,2017-10-24,2018-08-07 -/games/boxart/full_7550218JapanFrontccc.jpg,SD Gundam G Generation Wars,Wii,Strategy,Bandai,Tom Create,,0.06,,0.06,,,2009-08-06, -/games/boxart/full_7627732AmericaFrontccc.jpg,Zoo Tycoon 2,PC,Strategy,Microsoft Game Studios,Blue Fang Games,7.2,0.06,,,0.05,0.01,2004-11-11, -/games/boxart/full_age-of-mythology-the-titans_717AmericaFront.jpg,Age of Mythology: The Titans,PC,Strategy,Microsoft Game Studios,Ensemble Studios,8.2,0.06,0.03,,0.02,0.01,2003-09-30, -/games/boxart/full_3909053PALFrontccc.jpg,Hogs of War / Worms,PS,Strategy,Infogrames,Infogrames Sheffield / Team17 Software,,0.06,0.03,,0.02,0,2002-11-22, -/games/boxart/full_age-of-empires-online_573AmericaFront.jpg,Age of Empires Online,PC,Strategy,Microsoft Game Studios,Microsoft Game Studios,7,0.06,0.01,,0.04,0.01,2011-08-16, -/games/boxart/full_1183155JapanFrontccc.jpg,Shining Force Feather,DS,Strategy,Sega,Flight-Plan,,0.06,,0.06,,,2009-02-19, -/games/boxart/full_5047371JapanFrontccc.jpg,Emblem of Gundam,DS,Strategy,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-05-01, -/games/boxart/full_1828786JapanFrontccc.jpg,Ojyousama Express,PS,Strategy,Media Works,MediaWorks,,0.06,,0.06,,0,1998-07-30, -/games/boxart/full_2062907AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,3DS,Platform,Activision,Behaviour Interactive,,0.06,,,0.06,0,2013-10-22,2020-12-17 -/games/boxart/full_3892249AmericaFrontccc.jpg,Oddworld: Munch's Oddysee,GBA,Platform,THQ,ART Co.,,0.06,0.04,,0.02,0,2003-09-24, -/games/boxart/5433711ccc.jpg,NanoBreaker,PS2,Action,Konami,Konami Computer Entertainment Tokyo,,0.06,0.03,,0.02,0.01,2005-02-15, -/games/boxart/7826044ccc.jpg,Escape from Bug Island,Wii,Action,Eidos Interactive,Spike,,0.06,0.04,0.01,0.01,0,2007-07-25, -/games/boxart/full_8075055PALFrontccc.jpg,Adventure Time: Finn & Jake Investigations,XOne,Action,Little Orbit,Vicious Cycle,,0.06,0.04,,0.02,0.01,2015-10-20,2018-03-17 -/games/boxart/full_7991225AmericaFrontccc.jpg,Vexx,GC,Platform,Acclaim Entertainment,Acclaim Studios Austin,6.4,0.06,0.05,,0.01,0,2003-02-10, -/games/boxart/453956ccc.jpg,Mega Man 8 Anniversary Collector's Edition,SAT,Platform,Capcom,Capcom,,0.06,,0.06,,,1997-02-28, -/games/boxart/3287228ccc.jpg,Whiplash,XB,Platform,Eidos Interactive,Crystal Dynamics,,0.06,0.04,,0.01,0,2003-11-18, -/games/boxart/full_monster-tale_544AmericaFront.jpg,Monster Tale,DS,Platform,Majesco,DreamRift,7.7,0.06,0.06,,,0,2011-03-22, -/games/boxart/full_7630945AmericaFrontccc.jpg,Shantae: Half-Genie Hero,WiiU,Platform,WayForward Technologies,Way Forward Technologies,,0.06,0.05,,,0.01,2016-04-01,2018-01-21 -/games/boxart/full_4651442JapanFrontccc.jpg,Doraemon 4: Nobita to Toki no Okoku,SNES,Platform,Epoch,Agenda,,0.06,,0.06,,0,1995-12-15, -/games/boxart/full_impossible-mission_9PALFront.jpg,Impossible Mission,PSP,Platform,System 3 Arcade Software,System 3 Software,,0.06,,,0.04,0.01,2007-08-31, -/games/boxart/full_7743394PALFrontccc.jpg,Pop'n TwinBee: Rainbow Bell Adventure,SNES,Platform,Konami,Konami,,0.06,,0.06,,0,1994-01-01, -/games/boxart/full_flips-twisted-world_10AmericaFront.jpg,Flip's Twisted World,Wii,Platform,Majesco,Frozen North Productions,,0.06,0.05,,,0,2010-10-25, -/games/boxart/1623581ccc.jpg,Burning Rangers,SAT,Platform,Sega,Sonic Team,,0.06,,0.06,,0,1998-05-31, -/games/boxart/1915847ccc.jpg,Dr. Muto,XB,Platform,Midway Games,Midway,,0.06,0.04,,0.01,0,2002-11-19, -/games/boxart/full_4027506AmericaFrontccc.jpg,Imagine: Cheerleader,DS,Simulation,Ubisoft,1st Playable Productions,,0.06,0.06,,,0,2009-01-27, -/games/boxart/full_5890897AmericaFrontccc.jpg,LEGO Friends,3DS,Simulation,Warner Bros. Interactive Entertainment,Hellbent Games,,0.06,,,0.06,0,2013-11-12,2019-01-03 -/games/boxart/full_busy-scissors_5AmericaFront.jpg,Busy Scissors,DS,Simulation,Little Orbit,Little Orbit,,0.06,0.06,,0,0,2010-10-26, -/games/boxart/5581457ccc.jpg,Pop Cutie! Street Fashion Simulation,DS,Simulation,KOEI,Koei,,0.06,0.06,,,0,2008-10-06, -/games/boxart/full_4712257AmericaFrontccc.jpg,Theme Park,DS,Simulation,Electronic Arts,EA Japan Studio,,0.06,0,0.03,0.03,0,2007-03-20, -/games/boxart/full_3024681JapanFrontccc.jpg,Densha De Go! 3 Tsuukinhen,PS2,Simulation,Taito,Taito Corporation,,0.06,,0.06,,,2001-03-15, -/games/boxart/full_6318756AmericaFrontccc.jpg,Moshi Monsters: Katsuma Unleashed,3DS,Platform,Activision,"Black Lantern Studios, Inc.",,0.06,0.03,,0.03,0.01,2013-11-05,2018-11-09 -/games/boxart/6974181ccc.jpg,Bionicle,XB,Platform,Electronic Arts,Argonaut Games,,0.06,0.05,,0.01,0,2003-10-20, -/games/boxart/full_paws-amp-claws-pampered-pets-2_629AmericaFront.jpg,Paws & Claws: Pampered Pets 2,DS,Simulation,THQ,Radon Labs GmbH,,0.06,0.05,,,0,2011-05-24, -/games/boxart/9489129ccc.jpg,NTRA Breeders' Cup World Thoroughbred Championships,XB,Simulation,Bethesda Softworks,4J Studios,,0.06,0.04,,0.01,0,2005-09-29, -/games/boxart/full_4720776AmericaFrontccc.jpg,Fast Food Panic,Wii,Simulation,SouthPeak Interactive,Dorasu,,0.06,0.06,,,0,2010-01-27, -/games/boxart/full_1819721AmericaFrontccc.jpg,My Pet Chimp,DS,Simulation,505 Games,505 Games,,0.06,0.06,,,0,2010-03-30, -/games/boxart/2874339ccc.png,Jurassic Park III: Park Builder,GBA,Simulation,Konami,Konami,,0.06,0.04,,0.02,0,2001-09-10, -/games/boxart/full_2937303JapanFrontccc.jpg,A llI S.V.: A Ressha de Gyoukou 3 Super Version,SNES,Simulation,Pack-In-Video,ArtDink,,0.06,,0.06,,,1995-09-29, -/games/boxart/full_5646284AmericaFrontccc.jpg,Tropico 5,X360,Simulation,Kalypso Media,Haemimont Games,,0.06,0.03,,0.02,0,2014-11-11,2018-08-20 -/games/boxart/full_3213373JapanFrontccc.jpg,Girls RPG: Cinderellife,3DS,Simulation,Level 5,h.a.n.d. Inc.,,0.06,,0.06,,,2012-03-08,2019-01-03 -/games/boxart/full_starfighter_8AmericaFront.jpg,Star Fighter,PS,Shooter,Acclaim Entertainment,Krisalis Software,,0.06,0.04,,0.02,0,1996-01-01, -/games/boxart/full_4420771AmericaFrontccc.jpg,Akai Katana,X360,Shooter,Cave,Cave,,0.06,0.04,0.01,,0.01,2012-05-15,2018-04-19 -/games/boxart/full_3512308AmericaFrontccc.jpg,Kelly Slater's Pro Surfer,GC,Sports,Activision,Treyarch,8,0.06,0.05,,0.01,0,2002-09-16, -/games/boxart/full_9707849AmericaFrontccc.jpg,World Cup of Pool,DS,Sports,Aksys Games,Midas Interactive Entertainment,,0.06,0.06,,0,0,2010-02-09, -/games/boxart/full_8989990AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling,N64,Sports,THQ,Point of View,,0.06,0.05,,0.01,0,1999-12-23, -/games/boxart/890496ccc.jpg,CyberTiger,N64,Sports,Electronic Arts,Saffire Corporation,,0.06,0.05,,0.01,0,2000-02-29, -/games/boxart/6800203ccc.jpg,Mike Piazza's Strike Zone,N64,Sports,GT Interactive,Devil's Thumb Entertainment,,0.06,0.05,,0.01,0,1998-06-16, -/games/boxart/4396064ccc.jpg,Olympic Hockey 98,N64,Sports,Midway Games,Treyarch,,0.06,0.05,,0.01,0,1998-02-23, -/games/boxart/895235ccc.jpg,BMX XXX,GC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,0.06,0.05,,0.01,0,2002-11-24, -/games/boxart/full_9158710PALFrontccc.jpg,Pro Evolution Soccer 2015,PC,Sports,Konami Digital Entertainment,PES Productions,,0.06,,,0.06,0,2014-11-13,2018-04-14 -/games/boxart/full_1933688AmericaFrontccc.jpg,Rugby 18,PS4,Sports,Koch Media,EKO Software,,0.06,0.05,,,0.01,2017-10-24,2018-08-07 -/games/boxart/full_2561283JapanFrontccc.jpg,Pro Yakyuu Spirits 2013,PSV,Sports,Konami Digital Entertainment,Konami,,0.06,,0.06,,,2013-03-20,2018-11-03 -/games/boxart/8231252ccc.jpg,Aggressive Inline,XB,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",9,0.06,0.05,,0.01,0,2002-07-29, -/games/boxart/full_8007508JapanFrontccc.jpg,Dead or Alive Xtreme 3: Fortune,PS4,Sports,Tecmo Koei,Team Ninja,,0.06,,0.06,,,2016-03-24, -/games/boxart/full_7060537AmericaFrontccc.jpg,Call of Duty 2,PC,Shooter,Activision,Infinity Ward,7,0.06,0,,0.05,0.01,2005-10-25, -/games/boxart/full_7367167AmericaFrontccc.jpg,Gradius Collection,PSP,Shooter,Konami,Konami,,0.06,0.04,0.02,0,0,2006-06-06, -/games/boxart/full_8744497AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,WiiU,Platform,Namco Bandai Games,Monkey Bar Games,,0.06,0.03,,0.02,0.01,2013-10-29,2018-12-02 -/games/boxart/full_3735033AmericaFrontccc.png,The End is Nigh,NS,Platform,Nicalis,Edmund McMillen,,0.06,0.05,,,0.01,2017-12-12,2018-01-28 -/games/boxart/full_1941281JapanFrontccc.jpg,Downtown no Gaki no Tsukai Yaarahen de!! Zettai ni Tsukamatte Haikenai Gasu Kurobikari Land,3DS,Action,Alchemist,Alchemist,,0.06,,0.06,,,2015-12-17, -/games/boxart/full_james-bond-007-blood-stone_10AmericaFront.jpg,James Bond 007: Blood Stone,DS,Action,Activision,n-Space,7,0.06,0.05,,0.01,0,2010-11-02, -/games/boxart/full_3711991AmericaFrontccc.jpg,Deathrow: Underground Team Combat,XB,Sports,Ubisoft,Southend Interactive,,0.06,0.05,,0.01,0,2002-10-22, -/games/boxart/full_cabelas-trophy-bucks_5AmericaFront.jpg,Cabela's Trophy Bucks,Wii,Sports,Activision,Magic Wand Productions,,0.06,0.06,,,0,2008-06-03, -/games/boxart/1235810ccc.jpg,ESPN Winter X-Games: Snowboarding 2002,GBA,Sports,Konami,KCEO,,0.06,0.05,,0.02,0,2001-01-01, -/games/boxart/full_88187AmericaFrontccc.jpg,Mark McMorris Infinite Air,PS4,Sports,Maximum Games,HB Studios,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 -/games/boxart/full_pucca-power-up_947AmericaFront.jpg,Pucca Power Up,DS,Platform,UFO Interactive,Rising Star Games,,0.06,0.04,,0.02,0,2011-09-13, -/games/boxart/5163014ccc.jpg,Space Chimps,DS,Platform,Brash Entertainment,Red Tribe,,0.06,0.05,,0,0,2008-07-15, -/games/boxart/5956703ccc.jpg,Frogger: Helmet Chaos,DS,Platform,Konami,Konami Computer Entertainment Hawaii,,0.06,0.06,,0,0,2005-09-27, -/games/boxart/1275330ccc.jpg,Rayman: Hoodlum's Revenge,GBA,Platform,Ubisoft,Ubisoft,6.2,0.06,0.05,,0.02,0,2005-03-15, -/games/boxart/full_3682237AmericaFrontccc.jpg,Tokobot,PSP,Platform,Tecmo,Tecmo,,0.06,0.06,,0,0,2005-12-05, -/games/boxart/full_johnny-test_856AmericaFront.jpg,Johnny Test,DS,Platform,505 Games,Sarbakan,,0.06,0.06,,0,0,2011-03-29, -/games/boxart/full_313363AmericaFrontccc.jpg,Mega Man 11,XOne,Platform,Capcom,Capcom,,0.06,0.06,,,0.01,2018-10-02,2018-06-04 -/games/boxart/full_2949926AmericaFrontccc.jpg,LEGO Bionicle,GBA,Platform,LEGO Media,Saffire Corporation,6.4,0.06,0.04,,0.02,0,2001-10-03, -/games/boxart/full_1235881JapanFrontccc.jpg,A-Train 3D: City Simulator,3DS,Simulation,Natsume,ArtDink,,0.06,,0.06,,,2015-04-14,2018-08-06 -/games/boxart/full_9424378AmericaFrontccc.jpg,Nicktoons MLB 3D,3DS,Sports,2K Games,"Black Lantern Studios, Inc.",,0.06,0.06,,,0.01,2012-03-06,2018-05-24 -/games/boxart/full_7160490AmericaFrontccc.jpg,Blood Bowl,PC,Sports,SouthPeak Interactive,Cyanide Studio,6.5,0.06,0.04,,0.02,0.01,2010-01-26, -/games/boxart/full_3344242PALFrontccc.jpg,FIFA 19,X360,Sports,Electronic Arts,EA Sports,,0.06,,,0.06,0,2018-09-28,2018-09-12 -/games/boxart/5606607ccc.jpg,Gallop Racer 2004,PS2,Sports,Tecmo,Tecmo,,0.06,0.03,,0.02,0.01,2004-08-31, -/games/boxart/2163247ccc.jpg,Backyard Hockey,DS,Sports,Atari,Mistic Software,,0.06,0.06,,,0,2007-10-02, -/games/boxart/full_1190648AmericaFrontccc.jpg,Fishing Master (jp sales),Wii,Sports,Konami,Hudson Soft,,0.06,,0.06,,,2007-09-18, -/games/boxart/1724398ccc.jpg,Cabela's Big Game Hunter (2008),X360,Sports,Activision,FUN Labs,,0.06,0.06,,,0,2007-11-07, -/games/boxart/full_638233AmericaFrontccc.jpg,Racing Gears Advance,GBA,Racing,"Orbital Media, Inc.","Orbital Media, Inc.",,0.06,0.04,,0.02,0,2005-02-08, -/games/boxart/full_7912217AmericaFrontccc.jpg,Need for Speed: Shift,PC,Racing,Electronic Arts,Slightly Mad Studios,8.3,0.06,,,0.05,0.01,2009-09-15, -/games/boxart/full_4849747AmericaFrontccc.jpg,Wreckless: ThE YaKuza MisSiOns,GC,Racing,Activision,Stealth Studios,6.4,0.06,0.04,,0.01,0,2002-11-13, -/games/boxart/2379473ccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,PS2,Racing,Codemasters,Codemasters,,0.06,0.03,,0.02,0.01,2004-10-05, -/games/boxart/default.jpg,Ride to Hell,X360,Racing,Deep Silver,Deep Silver,,0.06,0.04,,0.01,0.01,2013-06-25, -/games/boxart/full_paws-amp-claws-marine-rescue_874AmericaFront.jpg,Paws & Claws: Marine Rescue,DS,Simulation,THQ,THQ,,0.06,0.06,,,0,2011-01-25, -/games/boxart/full_7806237JapanFrontccc.jpg,GunGriffon II,SAT,Simulation,ESP,Game Arts,,0.06,,0.06,,,1998-04-23, -/games/boxart/full_imagine-gymnast_10AmericaFront.jpg,Imagine: Gymnast,DS,Simulation,Ubisoft,1st Playable Productions,,0.06,0.05,,0.01,0,2010-03-23, -/games/boxart/full_1376577AmericaFrontccc.jpg,MX vs. ATV Supercross Encore,XOne,Sports,Nordic Games,Rainbow Studios,,0.06,0.05,,,0.01,2015-10-27,2018-06-27 -/games/boxart/full_8157629AmericaFrontccc.jpg,Golf Club 2019,PS4,Sports,2K Games,HB Studios,,0.06,0.05,,,0.01,2018-11-13,2018-09-11 -/games/boxart/full_6498033AmericaFrontccc.jpg,NHL 2K9,Wii,Sports,2K Sports,Visual Concepts,,0.06,0.06,,0,0,2008-09-08, -/games/boxart/full_5418751AmericaFrontccc.jpg,Strike Force Bowling,GC,Sports,Crave Entertainment,Lab Rats Games,,0.06,0.05,,0.01,0,2005-03-20, -/games/boxart/full_6324525AmericaFrontccc.jpg,Championship Surfer,PS,Sports,Mattel Interactive,Krome Studios,7.2,0.06,0.03,,0.02,0,2000-12-04, -/games/boxart/full_6908746AmericaFrontccc.jpg,Barbie Horse Adventures: Wild Horse Rescue,XB,Sports,VU Games,Blitz Games,,0.06,0.05,,0.01,0,2003-11-04, -/games/boxart/full_8787859AmericaFrontccc.jpg,Little League World Series Baseball 2008,DS,Sports,Activision,Black Lantern Studios,,0.06,0.06,,,0,2008-08-05, -/games/boxart/full_7410143JapanFrontccc.jpg,Power Pro Success Legends,PSP,Sports,Konami,PawaPuro Production,,0.06,,0.06,,,2010-02-25, -/games/boxart/3294069ccc.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,PSP,Sports,Activision,FUN Labs,,0.06,0.06,,,0,2006-04-04, -/games/boxart/full_118857AmericaFrontccc.jpg,NBA 2K Playgrounds 2,XOne,Sports,2K Games,Saber Interactive,,0.06,0.05,,,0.01,2018-10-16,2018-09-11 -/games/boxart/full_3165704AmericaFrontccc.jpg,Salt Lake 2002,GBA,Sports,Ubisoft,DC Studios,,0.06,0.04,,0.02,0,2002-01-19, -/games/boxart/full_7273509AmericaFrontccc.jpg,MX vs. ATV Supercross Encore,PS4,Sports,Nordic Games,Rainbow Studios,,0.06,,,0.05,0.01,2015-10-27,2018-06-27 -/games/boxart/full_8351080AmericaFrontccc.jpg,Disney Sports Skateboarding,GC,Sports,Konami,KCEO,2.6,0.06,0.05,,0.01,0,2002-11-17, -/games/boxart/full_pro-evolution-soccer-2012_985AmericaFront.jpg,Pro Evolution Soccer 2012,PS2,Sports,Konami,Konami,,0.06,,0.06,,,2011-11-08, -/games/boxart/full_2042393JapanFrontccc.jpg,Pro Yakyuu Netsu Star 2007,PS2,Sports,Bandai,Bandai Namco Games,,0.06,,0.06,,,2007-04-05, -/games/boxart/full_7367249PALFrontccc.jpg,Klonoa Beach Volleyball,PS,Sports,Namco,Namco,,0.06,0.03,,0.02,0,2002-09-20, -/games/boxart/8350619ccc.jpg,187: Ride or Die,XB,Racing,Ubisoft,Ubisoft Paris,,0.06,0.05,,0.01,0,2005-08-24, -/games/boxart/full_ray-tracers_0AmericaFront.jpg,Ray Tracers,PS,Racing,THQ,Taito Corporation,,0.06,0.04,,0.02,0,1997-12-31, -/games/boxart/full_4645397AmericaFrontccc.jpg,F1 2001,XB,Racing,EA Sports,Electronic Arts UK,,0.06,0.05,,0.01,0,2001-11-18, -/games/boxart/7411793ccc.jpg,Cel Damage,GC,Racing,Electronic Arts,Pseudo Interactive,6,0.06,0.05,,0.01,0,2002-01-07, -/games/boxart/full_3191256PALFrontccc.jpg,MotoGP 17,XOne,Racing,Koch Media,Milestone S.r.l.,,0.06,0.04,,0.02,0.01,2017-07-11,2018-06-25 -/games/boxart/full_1292685AmericaFrontccc.jpg,The King of Route 66,PS2,Racing,Sega,Sega-AM2,,0.06,0.03,,0.02,0.01,2003-03-18, -/games/boxart/full_1628756AmericaFrontccc.jpg,Chrysler Classic Racing,Wii,Racing,Zoo Games,EM Studios,,0.06,0.06,,,0,2008-11-25, -/games/boxart/full_6583943AmericaFrontccc.jpg,Hot Wheels: Burnin' Rubber,GBA,Racing,THQ,Altron,8,0.06,0.05,,0.02,0,2001-11-21, -/games/boxart/full_3956363AmericaFrontccc.jpg,Real Soccer 2009,DS,Sports,Ubisoft,Gameloft,,0.06,0.05,,0,0,2008-11-04, -/games/boxart/7349098ccc.jpg,Splat Renegade Paintball,XB,Sports,Take-Two Interactive,Cat Daddy Games,,0.06,0.04,,0.01,0,2005-10-11, -/games/boxart/full_5116994AmericaFrontccc.jpg,Winter Sports 2: The Next Challenge,DS,Sports,Conspiracy Entertainment,49Games,,0.06,0.04,,0.02,0,2008-11-18, -/games/boxart/full_9786343AmericaFrontccc.jpg,FIFA 07 Soccer,DS,Sports,EA Sports,EA Canada,7.5,0.06,0.05,,0.01,0,2006-10-03, -/games/boxart/2096443ccc.jpg,Archer Maclean Presents: Pool Paradise,PS2,Sports,Ignition Entertainment,Awesome Developments,,0.06,0.03,,0.02,0.01,2004-07-13, -/games/boxart/full_pro-evolution-soccer-2011_4PALFront.jpg,Pro Evolution Soccer 2011,PC,Sports,Konami,Konami,6,0.06,,,0.05,0.01,2010-10-05, -/games/boxart/9982308ccc.jpg,ESPN International Winter Sports 2002,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.06,0.03,,0.02,0.01,2002-01-28, -/games/boxart/full_7017286JapanFrontccc.jpg,"Tennis no Oji-Sama: Doubles no Oji-Sama - Girls, Be Gracious!",DS,Sports,Konami,Konami,,0.06,,0.06,,,2009-03-05, -/games/boxart/full_6071008AmericaFrontccc.jpg,NBA Live 07,XB,Sports,EA Sports,EA Canada,6.4,0.06,0.04,,0.01,0,2006-09-25, -/games/boxart/full_614051AmericaFrontccc.jpg,Golf Club 2,XOne,Sports,Maximum Games,HB Studios,,0.06,0.05,,,0.01,2017-06-27,2018-07-03 -/games/boxart/full_1648699JapanFrontccc.jpg,Eikan wa Kimini 2002: Koshien no Kodou,PS2,Sports,DigiCube,ArtDink,,0.06,,0.06,,,2002-07-18, -/games/boxart/full_1166937AmericaFrontccc.jpg,Mark McMorris Infinite Air,XOne,Sports,Maximum Games,HB Studios,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 -/games/boxart/full_9288412JapanFrontccc.jpg,G1 Jockey 2,PS2,Sports,KOEI,Koei/Inis,,0.06,,0.06,,,2000-11-02, -/games/boxart/1997611ccc.jpg,Tiger Woods PGA Tour 08,DS,Sports,EA Sports,Exient Ltd.,,0.06,0.05,,0,0,2007-08-28, -/games/boxart/full_major-league-baseball-2k11_994AmericaFront.jpg,Major League Baseball 2K11,PSP,Sports,2K Sports,Visual Concepts,,0.06,0.05,,,0.01,2011-03-08, -/games/boxart/full_8914435JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu DreamCast Edition,DC,Sports,Konami,Diamond Head,,0.06,,0.06,,,2000-03-30, -/games/boxart/full_4288556AmericaFrontccc.jpg,NBA Hangtime,PS,Sports,Midway Games,Midway Games,,0.06,0.03,,0.02,0,1997-01-01, -/games/boxart/4969382ccc.jpg,FIFA Street,GC,Sports,EA Sports BIG,EA Canada,,0.06,0.04,,0.01,0,2005-02-22, -/games/boxart/full_5778385PALFrontccc.jpg,Rugby World Cup 2015,PS4,Sports,Big Ben Interactive,HB Studios,,0.06,,,0.05,0.01,2015-09-04,2018-04-19 -/games/boxart/4425075ccc.jpg,Aggressive Inline,GC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",8.9,0.06,0.04,,0.01,0,2002-07-31, -/games/boxart/full_9996484PALFrontccc.jpg,Rugby World Cup 2015,PS3,Sports,Big Ben Interactive,HB Studios,,0.06,,,0.05,0.01,2015-09-04,2018-04-19 -/games/boxart/full_1932501AmericaFrontccc.jpg,FIFA Soccer 06,DS,Sports,EA Sports,Exient Entertainment,,0.06,0.05,,0,0,2005-10-04, -/games/boxart/full_1961547AmericaFrontccc.jpg,Blast Lacrosse,PS,Sports,Acclaim Entertainment,Sandbox,,0.06,0.03,,0.02,0,2001-05-23, -/games/boxart/full_4749456AmericaFrontccc.jpg,Backyard NFL Football '10,PS2,Sports,Atari,Humongous Entertainment,,0.06,0.03,,0.02,0.01,2009-10-20, -/games/boxart/full_7599054AmericaFrontccc.jpg,Unreal Tournament III,PC,Shooter,Midway Games,Epic Games,8.4,0.06,,,0.05,0.01,2007-11-19, -/games/boxart/1902105ccc.jpg,Bionicle Heroes,DS,Shooter,Eidos Interactive,Amaze Entertainment,7.8,0.06,0.06,,0,0,2006-11-14, -/games/boxart/7478836ccc.jpg,Disney's Chicken Little: Ace In Action,DS,Shooter,Buena Vista,Avalanche Software,6,0.06,0.06,,0,0,2006-11-09, -/games/boxart/4398109ccc.jpg,Terminator 3: The Redemption,XB,Shooter,Atari,Paradigm Entertainment,,0.06,0.05,,0.01,0,2004-09-02, -/games/boxart/full_5003911AmericaFrontccc.jpg,Starwinder: The Ultimate Space Race,PS,Racing,Mindscape,Mindscape,,0.06,0.03,,0.02,0,1996-10-31, -/games/boxart/1525376ccc.jpg,Top Gear Hyper-Bike,N64,Racing,Kemco,Snowblind Studios,,0.06,0.05,,0.01,0,2000-03-21, -/games/boxart/full_blur_6AmericaFront.jpg,Blur,PC,Racing,Activision,Bizarre Creations,8.1,0.06,0.01,,0.04,0.01,2010-05-25, -/games/boxart/full_7200945PALFrontccc.jpg,MotoGP 15,PS3,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.06,,0.04,0.02,0,2015-06-24,2018-04-24 -/games/boxart/full_4025078AmericaFrontccc.jpg,Big Bang Mini,DS,Shooter,SouthPeak Interactive,Arkedo Studio,8,0.06,0.05,,0,0,2009-01-21, -/games/boxart/full_5339768AmericaFrontccc.jpg,Coded Arms: Contagion,PSP,Shooter,Konami,Creat Studio,,0.06,0.05,,0,0.01,2007-09-18, -/games/boxart/full_6233565AmericaFrontccc.jpg,Mobile Suit Gundam Seed: Never Ending Tomorrow,PS2,Shooter,Bandai,Bec,,0.06,0.03,,0.02,0.01,2005-09-29, -/games/boxart/full_9773837AmericaFrontccc.jpg,Robotica,SAT,Shooter,Acclaim Entertainment,Genki,,0.06,,0.06,,,1995-01-01, -/games/boxart/7323313ccc.jpg,Land of the Dead: Road to Fiddler's Green,XB,Shooter,Groove Games,Brainbox Games,,0.06,0.05,,0.01,0,2005-10-26, -/games/boxart/full_4842375AmericaFrontccc.jpg,Touhou Kobuto V: Burst Battle,NS,Shooter,NIS America,CUBETYPE,,0.06,0.04,,0.02,0.01,2017-10-10,2018-01-04 -/games/boxart/full_3541477AmericaFrontccc.jpg,R-Types,PS,Shooter,ASCII Entertainment,Racdym,,0.06,0.04,,0.02,0,1999-02-28, -/games/boxart/full_8451082AmericaFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Zeta Gundam,PS2,Shooter,Bandai,Capcom,,0.06,0.03,,0.02,0.01,2005-06-28, -/games/boxart/full_5425238JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken Portable SE,PSP,Misc,Sega,Sammy Studios,,0.06,,0.06,,,2006-08-10, -/games/boxart/full_8680791JapanFrontccc.jpg,Wantame Fortune Channel,DS,Misc,Capcom,Capcom,,0.06,,0.06,,,2007-08-09, -/games/boxart/full_7707652AmericaFrontccc.jpg,Pump It Up: Exceed,PS2,Misc,Mastiff,Andamiro U.S.A. Corp.,,0.06,0.03,,0.02,0.01,2005-08-29, -/games/boxart/full_quiz-hexagon-ii_8JapanFront.jpg,Quiz! Hexagon II,DS,Misc,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2010-07-22, -/games/boxart/full_1875243AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,WiiU,Shooter,Activision,Edge of Reality,,0.06,0.04,,0.02,0.01,2014-06-24,2018-12-27 -/games/boxart/6536152ccc.jpg,Spy Games: Elevator Mission,Wii,Shooter,Tommo,Tommo,2,0.06,0.06,,,0,2007-11-16, -/games/boxart/full_9415971PALFrontccc.jpg,Earth Defense Force 2017 Portable,PSV,Shooter,D3Publisher,Sandlot,,0.06,,0.06,,,2013-02-05,2018-12-29 -/games/boxart/7001692ccc.jpg,Giants: Citizen Kabuto,PS2,Shooter,Interplay,Digital Mayhem,,0.06,0.03,,0.02,0.01,2001-12-20, -/games/boxart/5219498ccc.gif,The Fast and the Furious,PS2,Racing,Namco Bandai,Eutechnyx,,0.06,0.03,,0.02,0.01,2006-09-26, -/games/boxart/full_7194843AmericaFrontccc.jpg,Spintires: MudRunner - American Wilds,NS,Racing,Maximum Games,Saber Interactive,,0.06,0.05,,,0.01,2018-10-23,2019-02-19 -/games/boxart/full_5120437AmericaFrontccc.jpg,Scrabble Blast!,GBA,Misc,DSI Games,Visual Impact,,0.06,0.04,,0.01,0,2005-05-02, -/games/boxart/full_daito-giken-official-slot-simulator-shin-yoshimune_4JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Shin Yoshimune,PS2,Misc,Paon,Paon Corporation,,0.06,,0.06,,,2008-03-13, -/games/boxart/3708029ccc.jpg,Brain Quest: Grades 3 & 4,DS,Misc,Electronic Arts,Planet Moon Studios,,0.06,0.05,,,0,2008-09-22, -/games/boxart/full_8327166AmericaFrontccc.jpg,CMT Presents: Karaoke Revolution Country,PS2,Misc,Konami,Harmonix Music Systems,,0.06,0.03,,0.02,0.01,2006-03-21, -/games/boxart/full_9945258PALFrontccc.gif,Jacqueline Wilson's Tracy Beaker: The Game,DS,Misc,P2 Games,P2 Games,,0.06,,,0.05,0,2009-10-16, -/games/boxart/full_ataris-greatest-hits-volume-2_678AmericaFront.jpg,Atari's Greatest Hits: Volume 2,DS,Misc,Atari,Atari,,0.06,0.05,,,0,2011-03-08, -/games/boxart/full_2390826JapanFrontccc.jpg,To Heart 2: Dungeon Travelers,PSV,Adventure,Aqua Plus,Aqua Plus,,0.06,,0.06,,,2015-04-30,2018-09-22 -/games/boxart/full_2663707JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch - Lost Colors,PS2,Adventure,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2008-03-27, -/games/boxart/full_5217165JapanFrontccc.jpg,Tokimeki no Houkago,PS,Misc,Konami,KCET,,0.06,,0.06,,0,1998-07-16, -/games/boxart/4155163ccc.jpg,The Pinball of the Dead,GBA,Misc,THQ,Wow Entertainment,,0.06,0.05,,0.02,0,2002-06-16, -/games/boxart/full_4823721JapanFrontccc.jpg,Gunbird,SAT,Shooter,Atlus,Psikyo,,0.06,,0.06,,,1995-12-15, -/games/boxart/full_8525042AmericaFrontccc.jpg,Hunting Simulator,XOne,Shooter,Bigben Interactive,Maximum Games,,0.06,0.05,,,0.01,2017-07-11,2018-06-28 -/games/boxart/full_3097207AmericaFrontccc.jpg,Elemental Gearbolt,PS,Shooter,Working Designs,Alfa System,,0.06,0.03,,0.02,0,1998-06-30, -/games/boxart/42707ccc.jpg,Tom Clancy's Rainbow Six 3,GC,Shooter,Ubisoft,Ubisoft Montreal / Red Storm Entertainment,6.5,0.06,0.04,,0.01,0,2004-06-17, -/games/boxart/8270829ccc.jpg,Backyard NFL Football '08,PS2,Sports,Atari,Humongous Entertainment,,0.06,0.03,,0.02,0.01,2007-10-23, -/games/boxart/6420261ccc.jpg,Cabela's Big Game Hunter 2005 Adventures,GBA,Sports,Activision,Torus Games,,0.06,0.04,,0.01,0,2004-11-10, -/games/boxart/full_pro-yakyuu-famista-2011_172JapanFront.jpg,Pro Yakyuu Famista 2011,3DS,Sports,Namco Bandai,Bandai Namco Games,,0.06,,0.06,,,2011-03-31, -/games/boxart/full_6093689AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),3DS,Action-Adventure,Activision,High Voltage Software,,0.06,0.03,,0.03,0.01,2014-04-29,2018-03-19 -/games/boxart/full_252024JapanFrontccc.jpg,Tenchi Muyou! Ryoukouki Gokuraku,SAT,Adventure,Yumedia,Yumedia,,0.06,,0.06,,0,1995-09-29, -/games/boxart/full_6108784AmericaFrontccc.jpg,Theresia...,DS,Adventure,Aksys Games,WorkJam,,0.06,0.05,,,0,2008-10-30, -/games/boxart/full_5337109JapanFrontccc.jpg,Kekkon: Marriage,SAT,Adventure,Shogakukan,Shogakukan Production,,0.06,,0.06,,0,1995-12-15, -/games/boxart/full_9424962JapanFrontccc.jpg,KimiKiss,PS2,Adventure,Enterbrain,Enterbrain,,0.06,,0.06,,,2006-05-25, -/games/boxart/full_6434790PALFrontccc.jpg,Handball 16,PS4,Sports,Bigben Interactive,EKO Software,,0.06,,,0.05,0.01,2015-11-27,2018-04-24 -/games/boxart/full_3593304AmericaFrontccc.png,Assassin's Creed Odyssey,PC,Action-Adventure,Ubisoft,Ubisoft Quebec,,0.06,,,0.06,0,2018-10-05,2018-06-13 -/games/boxart/8202047ccc.jpg,Backyard Skateboarding 2006,GBA,Sports,Atari,Humongous Entertainment,,0.06,0.04,,0.02,0,2004-10-04, -/games/boxart/full_2860897JapanFrontccc.jpg,Minna no Sukkiri,PSP,Sports,Sony Computer Entertainment,SCEI,,0.06,,0.06,,,2009-10-01, -/games/boxart/full_9521831PALFrontccc.jpg,Asterix and Obelix XXL2,NS,Action-Adventure,Microids,Microids,6.5,0.06,,,0.06,0,2018-11-29,2019-02-19 -/games/boxart/full_582231AmericaFrontccc.jpg,Conan Exiles,XOne,Action-Adventure,Maximum Games,Funcom Oslo A/S,,0.06,0.05,,0.01,0.01,2018-05-08,2018-03-18 -/games/boxart/full_4264014AmericaFrontccc.jpg,Diva Girls: Divas on Ice,DS,Sports,505 Games,Arc System Works,,0.06,0.05,,0,0,2009-06-16, -/games/boxart/full_champion-jockey-g1-jockey-amp-gallop-racer_270PALFront.jpg,Champion Jockey: G1 Jockey & Gallop Racer,X360,Sports,Tecmo Koei,Tecmo Koei Games,,0.06,,0,0.05,0.01,2011-09-02,2018-07-30 -/games/boxart/full_7709037AmericaFrontccc.jpg,XGRA: Extreme G Racing Association,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.06,0.03,,0.02,0.01,2003-09-11, -/games/boxart/full_interplay-sports-baseball-2000_7AmericaFront.jpg,Interplay Sports Baseball 2000,PS,Sports,Interplay,Interplay,,0.06,0.03,,0.02,0,1999-03-31, -/games/boxart/full_6321761AmericaFrontccc.jpg,Worldwide Soccer,SAT,Sports,Sega,Sega,,0.06,,0.06,,,1995-01-01, -/games/boxart/full_5959636AmericaFrontccc.jpg,Rapala Pro Fishing,GBA,Sports,Activision,Torus Games,,0.06,0.04,,0.02,0,2004-08-31, -/games/boxart/full_5829470AmericaFrontccc.jpg,R.B.I. Baseball 2016,XOne,Sports,MLB.com,MLB.com,,0.06,0.05,,,0.01,2016-04-05,2018-06-27 -/games/boxart/3986229ccc.jpg,World Soccer Winning Eleven 9 (US sales),PSP,Sports,Konami,Konami Computer Entertainment Tokyo,,0.06,0.05,,,0,2006-02-07, -/games/boxart/full_winning-post-4-maximum_4JapanFront.jpg,Winning Post 4 Maximum,PS2,Sports,KOEI,Koei/Inis,,0.06,,0.06,,,2000-09-28, -/games/boxart/full_4016487AmericaFrontccc.jpg,World Championship Athletics,Wii,Sports,Conspiracy Entertainment,Crave Entertainment,,0.06,0.04,,0.01,0,2009-08-04, -/games/boxart/full_7725730JapanFrontccc.jpg,Hakuouki: Yuugi Roku Ni - Matsuri Hayashi to Taishitachi,PSP,Misc,Idea Factory,Idea Factory,,0.06,,0.06,,,2012-10-18,2019-01-03 -/games/boxart/full_pachislot-series-vol-11-cr-neon-geneses-evangelion_3JapanFront.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 11: Shinseiki Evangelion - Magokoro o, Kimi ni",PS2,Misc,D3 Publisher,Bisty,,0.06,,0.06,,,2007-09-27, -/games/boxart/2581555ccc.jpg,Spy Fox in Dry Cereal,Wii,Adventure,Majesco,Mistic Studios,,0.06,0.06,,,0,2008-08-26, -/games/boxart/full_starry-sky-in-summer-psp-edition_6JapanFront.jpg,Starry * Sky: In Summer - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.06,,0.06,,,2010-09-30, -/games/boxart/full_20957AmericaFrontccc.jpg,Broken Sword: The Shadow of the Templars,GBA,Adventure,BAM! Entertainment,Revolution Software Ltd.,8.1,0.06,0.04,,0.02,0,2002-03-17, -/games/boxart/full_4008801AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,X360,Adventure,Little Orbit,WayForward Technologies,,0.06,0,,0.05,0,2014-10-18,2018-04-17 -/games/boxart/full_5979868AmericaFrontccc.jpg,Sherlock Holmes: The Devil's Daughter,PS4,Adventure,Bigben Interactive,Bigben Interactive,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 -/games/boxart/full_another-code-r-a-journey-into-lost-memories_0PALFront.jpg,Another Code R: A Journey into Lost Memories,Wii,Adventure,Nintendo,Cing,5.9,0.06,,0.03,0.03,0,2009-06-26, -/games/boxart/full_833474AmericaFrontccc.jpg,Serious Sam II,XB,Shooter,2K Games,Croteam,,0.06,0.05,,0.01,0,2005-10-11, -/games/boxart/3828245ccc.jpg,Star Soldier: Vanishing Earth,N64,Shooter,Electro Brain,Hudson Soft,,0.06,0.05,,0.01,0,1998-12-15, -/games/boxart/full_1815063PALFrontccc.jpg,Killing Floor 2,XOne,Shooter,Tripwire Interactive,Tripwire Interactive,,0.06,0.05,,,0.01,2017-08-29,2018-05-30 -/games/boxart/7115727ccc.jpg,Combat Elite: WWII Paratroopers,PS2,Shooter,SouthPeak Interactive,BattleBorne,,0.06,0.03,,0.02,0.01,2005-11-21, -/games/boxart/403806ccc.jpg,Commandos: Strike Force,PS2,Shooter,Eidos Interactive,Pyro Studios,,0.06,0.03,,0.02,0.01,2006-04-04, -/games/boxart/full_1101668AmericaFrontccc.jpg,Enemy Front,PS3,Shooter,City Interactive,City Interactive,,0.06,0.01,,0.04,0.01,2014-06-10,2019-01-03 -/games/boxart/full_6385312AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Critical Hour,XB,Shooter,Ubisoft,Ubisoft Quebec,,0.06,0.04,,0.01,0,2006-03-14, -/games/boxart/full_9824036AmericaFrontccc.jpg,S.T.A.L.K.E.R.: Call of Pripyat,PC,Shooter,Viva Media,GSC Game World,8,0.06,0,,0.05,0.01,2010-02-02, -/games/boxart/full_7532861JapanFrontccc.png,Bullet Girls 2,PSV,Shooter,D3Publisher,Shade,,0.06,,0.06,,,2016-04-21,2018-09-22 -/games/boxart/full_pheasants-forever_48AmericaFront.jpg,Pheasants Forever Wingshooter,Wii,Shooter,GameMill,High Voltage Software,,0.06,0.03,,0.02,0,2010-10-06, -/games/boxart/full_inversion_418PALFront.jpg,Inversion,X360,Shooter,Namco Bandai Games,Saber Interactive,,0.06,0.03,,0.02,0.01,2012-06-05, -/games/boxart/488402ccc.jpg,Dragon Rage,PS2,Shooter,3DO,3DO,,0.06,0.03,,0.02,0.01,2001-11-27, -/games/boxart/full_call-of-duty-the-war-collection_8AmericaFront.jpg,Call of Duty: The War Collection,X360,Shooter,Activision,Infinity Ward,,0.06,0.05,,,0,2010-06-08, -/games/boxart/1719818ccc.gif,Tron 2.0: Killer App,XB,Shooter,Buena Vista,Climax Group,,0.06,0.04,,0.01,0,2004-11-02, -/games/boxart/5644774ccc.gif,Point Blank DS (US sales),DS,Shooter,Namco Bandai,Namco Bandai Games,,0.06,0.05,,0,,2006-06-13, -/games/boxart/full_1181259AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Advanced Warfighter,PS2,Shooter,Ubisoft,Ubisoft Shanghai,,0.06,0.03,,0.02,0.01,2006-03-28, -/games/boxart/748895ccc.jpg,SeaBlade,XB,Shooter,Simon & Schuster Interactive,"Vision Scape Interactive, Inc.",,0.06,0.04,,0.01,0,2002-11-20, -/games/boxart/full_monster-madness-grave-danger_373AmericaFront.jpg,Monster Madness: Grave Danger,PS3,Shooter,SouthPeak Interactive,Psyonix Studios,,0.06,0.05,,0.01,0.01,2008-08-05, -/games/boxart/8134310ccc.jpg,Miami Vice: The Game,PSP,Shooter,Vivendi Games,Rebellion Developments,,0.06,0.06,,0,0,2006-07-18, -/games/boxart/2019984ccc.gif,Urban Chaos: Riot Response,PS2,Shooter,Eidos Interactive,Rocksteady Studios,,0.06,0.03,,0.02,0.01,2006-06-13, -/games/boxart/full_1157458AmericaFrontccc.jpg,Terminator 3: Rise of the Machines,GBA,Shooter,Atari,Taniko,,0.06,0.04,,0.02,0,2003-11-18, -/games/boxart/full_3031290AmericaFrontccc.jpg,Nanostray,DS,Shooter,Majesco,Shin'en GmbH,,0.06,0.05,,0,0,2005-07-19, -/games/boxart/full_2320437AmericaFrontccc.jpg,Men in Black The Series: Crashdown,PS,Shooter,Infogrames,Runecraft,,0.06,0.03,,0.02,0,2001-11-01, -/games/boxart/full_3473168JapanFrontccc.jpg,Pro Yakyuu Spirits 2012,PSV,Shooter,Konami Digital Entertainment,Konami,,0.06,,0.06,,,2012-03-29,2018-11-03 -/games/boxart/full_2128730JapanFrontccc.jpg,Kuukan * Zukei: Hirameki Training - KuuTore,DS,Misc,Benesse,Benesse,,0.06,,0.06,,,2008-05-29, -/games/boxart/full_2516587JapanFrontccc.jpg,Osu! Tatakae! Ouendan,DS,Misc,Nintendo,iNiS,,0.06,,0.06,,,2005-07-28, -/games/boxart/3578260ccc.jpg,Bomberman Land,PSP,Misc,Hudson Entertainment,Hudson Soft,6.5,0.06,0.06,,0,0,2008-01-29, -/games/boxart/full_5249188PALFrontccc.jpg,Stern Pinball Arcade,NS,Misc,Alliance Digital Media,System 3 Software,,0.06,0.05,,0.01,0.01,2017-12-12,2019-02-19 -/games/boxart/full_7894324PALFrontccc.jpg,GRID 2,PC,Misc,Codemasters,Unknown,,0.06,,,0.06,0,2013-05-28, -/games/boxart/full_gold-and-glory-the-road-to-el-dorado_256AmericaFront.jpg,Gold and Glory: The Road to El Dorado,PS,Adventure,Ubisoft,Revolution Software,,0.06,0.03,,0.02,0,2000-12-19, -/games/boxart/full_5872646AmericaFrontccc.jpg,Goosebumps: The Game,3DS,Adventure,GameMill Entertainment,WayForward Technologies,,0.06,0.05,,0,0.01,2015-10-13, -/games/boxart/full_2003847JapanFrontccc.jpg,Utawarerumono: Mask of Deception,PS3,Adventure,Aqua Plus,Aqua Plus,,0.06,,0.06,,,2015-09-24,2019-03-23 -/games/boxart/1857378ccc.jpg,Disney's Kim Possible: Global Gemini,DS,Platform,Disney Interactive Studios,Artificial Mind and Movement,,0.06,0.05,,0.01,0,2007-02-13, -/games/boxart/full_89215AmericaFrontccc.jpg,History Channel: Battle for the Pacific,X360,Shooter,Activision,Cauldron Ltd.,,0.06,0.05,,0,0,2007-12-04, -/games/boxart/full_6898600AmericaFrontccc.jpg,Syphon Filter: Logan's Shadow,PS2,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,0.06,0.03,,0.02,0.01,2010-06-01, -/games/boxart/7361406ccc.jpg,Tecmo Classic Arcade,XB,Misc,Tecmo,Tecmo,,0.06,0.05,,0.01,0,2005-09-14, -/games/boxart/full_4135474PALFrontccc.jpg,2 Games in 1: Sonic Pinball Party & Columns Crown,GBA,Misc,Sega,Various,,0.06,0.04,,0.02,0,2005-11-16, -/games/boxart/full_3036288AmericaFrontccc.jpg,Mad Maestro!,PS2,Misc,Eidos Interactive,Desert Productions,,0.06,0.03,,0.02,0.01,2002-03-12, -/games/boxart/full_9697199AmericaFrontccc.jpg,Intellivision Lives!,GC,Misc,Crave Entertainment,Realtime Associates,6.4,0.06,0.05,,0.01,0,2004-11-04, -/games/boxart/full_1723277JapanFrontccc.jpg,Saki: Zenkoku-hen,PSV,Misc,Kaga Create,Unknown,,0.06,,0.06,,,2015-09-17,2018-09-22 -/games/boxart/full_9505499AmericaFrontccc.jpg,The Amazing Spider-Man 2 (2014),WiiU,Action-Adventure,Activision,Beenox,,0.06,0.03,,0.03,0,2014-04-29,2018-03-19 -/games/boxart/5422814ccc.jpg,Hail to the Chimp,X360,Misc,Gamecock,Wideload Games,7,0.06,0.05,,,0,2008-06-24, -/games/boxart/full_pachinko-paradise-13_1JapanFront.jpg,PachiPara 13: Super Umi no Pachi-Pro Fuuunroku,PS2,Misc,Irem Software Engineering,Irem Software Engineering,,0.06,,0.06,,,2006-10-26, -/games/boxart/full_3828363AmericaFrontccc.jpg,Exhibition Volume 5,XB,Misc,Microsoft,Various,,0.06,0.04,,0.01,0,2004-05-27,2018-09-25 -/games/boxart/full_2536541AmericaFrontccc.jpg,Satisfashion,DS,Misc,Destineer,"eGames, Inc.",,0.06,0.05,,,0,2010-06-08, -/games/boxart/full_4772657AmericaFrontccc.jpg,Dance Sensation!,Wii,Misc,Majesco,Alpine Studios,,0.06,0.06,,,0,2010-05-04, -/games/boxart/full_194351AmericaFrontccc.jpg,Atari Flashback Classics: Volume 2,PS4,Misc,Atari,Atari,,0.06,0.05,,,0.01,2016-10-12,2018-06-27 -/games/boxart/full_9361176JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 3 Kankoku,DS,Misc,Nintendo,TOSE,,0.06,,0.06,,,2006-04-20, -/games/boxart/736907ccc.jpg,Discworld,PS,Adventure,Psygnosis,Teeny Weeny Games,,0.06,0.04,,0.02,0,1995-01-01, -/games/boxart/5623570ccc.jpg,Pirates: The Legend of Black Kat,XB,Adventure,Electronic Arts,Westwood Studios,,0.06,0.05,,0.01,0,2002-03-24, -/games/boxart/full_9080126JapanFrontccc.jpg,July,DC,Adventure,Fortyfive,Fortyfive,4.8,0.06,,0.06,,0,1998-11-27, -/games/boxart/3976232ccc.jpg,Call of Cthulhu: Dark Corners of the Earth,XB,Adventure,2K Games,Headfirst Productions,,0.06,0.05,,0.01,0,2005-10-24, -/games/boxart/full_5447170AmericaFrontccc.jpg,Grey's Anatomy: The Video Game,Wii,Adventure,Ubisoft,Longtail Studios,,0.06,0.05,,0.01,0,2009-03-04, -/games/boxart/full_1633132AmericaFrontccc.jpg,Secret Files: Tunguska,Wii,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.06,0.04,,0.01,0,2010-03-30, -/games/boxart/full_1414269AmericaFrontccc.jpg,Alone in the Dark,PS2,Adventure,Atari,Hydravision Entertainment,,0.06,0.03,,0.02,0.01,2008-06-23, -/games/boxart/full_6507905JapanFrontccc.jpg,Higurashi Daybreak Portable,PSP,Adventure,Alchemist,Alchemist,,0.06,,0.06,,,2008-11-27, -/games/boxart/full_fatetiger-colosseum-upper_191JapanFront.jpg,Fate/Tiger Colosseum Upper,PSP,Fighting,Capcom,Cavia Inc.,,0.06,,0.06,,,2008-08-28, -/games/boxart/full_961138JapanFrontccc.jpg,Real Bout Garou Densetsu Special: Dominated Mind,PS,Fighting,SNK,SNK Corporation,,0.06,,0.05,,0,1998-06-25, -/games/boxart/full_4713538AmericaFrontccc.jpg,Samurai Shodown Anthology,Wii,Fighting,SNK Playmore,SNK Playmore Corporation,,0.06,0.05,0,,0,2009-04-14, -/games/boxart/full_2986919AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Tournament Fighters,SNES,Fighting,Konami,Konami,,0.06,,0.06,,0,1993-12-01, -/games/boxart/full_9345995JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS Flame Rumble X - Mirai Chou-Bakuhatsu!!,DS,Fighting,Takara Tomy,Takara Tomy,,0.06,,0.06,,,2009-07-23, -/games/boxart/full_9357100JapanFrontccc.jpg,Bleach: Blade Battlers 2nd,PS2,Fighting,Sony Computer Entertainment,Racjin,,0.06,,0.06,,,2007-09-27, -/games/boxart/full_6966775JapanFrontccc.jpg,Hajime no Ippo Portable: Victorious Spirits,PSP,Fighting,Grand Prix Games,ESP Software,,0.06,,0.06,,,2007-12-20, -/games/boxart/full_6661936AmericaFrontccc.jpg,Showtime Championship Boxing,DS,Fighting,DSI Games,Nikitova Games,,0.06,0.06,,,0,2007-11-10, -/games/boxart/full_5474AmericaFrontccc.jpg,Arslan: The Warriors of Legend,XOne,Action,Tecmo Koei,Koei Tecmo Games,,0.06,0.05,,0,0.01,2016-02-09,2018-07-31 -/games/boxart/4526953ccc.jpg,Gun Showdown,PSP,Action,Activision,Neversoft Entertainment / Rebellion,,0.06,0.05,,0,0.01,2006-10-10, -/games/boxart/6549288ccc.jpg,Catwoman,XB,Action,Electronic Arts,Argonaut Games,4.7,0.06,0.04,,0.01,0,2004-07-20, -/games/boxart/3319478ccc.jpg,Warriors Orochi 2,X360,Action,KOEI,Omega Force,4.6,0.06,0.04,0.01,0,0,2008-09-23, -/games/boxart/6457909ccc.jpg,Resident Evil 2,GC,Action,Capcom,Capcom,5.9,0.06,0.04,,0.01,0,2003-01-16, -/games/boxart/full_2518611AmericaFrontccc.jpg,The King of Fighters '96,NG,Fighting,SNK,SNK Corporation,,0.06,,0.06,,0,1996-09-27, -/games/boxart/290269ccc.jpg,WWF Wrestlemania: The Arcade Game,PS,Fighting,Acclaim Entertainment,Sculptured Software,,0.06,0.03,,0.02,0,1995-10-18, -/games/boxart/8232301ccc.gif,Guilty Gear X: Advance Edition,GBA,Fighting,Sammy Corporation,Arc System Works,7.3,0.06,0.04,,0.02,0,2002-08-29, -/games/boxart/full_the-book-of-unwritten-tales-the-critter-chronicles_646PALFront.jpg,The Book of Unwritten Tales: The Critter Chronicles,PC,Adventure,Crimson Cow,KING Art Games,,0.06,,,0.05,0.01,2011-10-06, -/games/boxart/full_the-next-big-thing_586AmericaFront.jpg,The Next BIG Thing,PC,Adventure,Focus Home Interactive,Pendulo Studio,6.8,0.06,,,0.05,0.01,2011-04-21, -/games/boxart/full_6697919JapanFrontccc.jpg,New Prince of Tennis: Go to the Top,3DS,Adventure,FuRyu Corporation,FuRyu,,0.06,,0.06,,,2015-03-05,2018-08-06 -/games/boxart/full_3884583AmericaFrontccc.jpg,Sherlock Holmes: The Devil's Daughter,XOne,Adventure,Bigben Interactive,Bigben Interactive,,0.06,0.05,,,0.01,2016-10-25,2018-06-27 -/games/boxart/7844123ccc.jpg,Carmen Sandiego: The Secret of the Stolen Drums,PS2,Adventure,BAM! Entertainment,Artificial Mind and Movement,,0.06,0.03,,0.02,0.01,2004-09-08, -/games/boxart/full_1052342AmericaFrontccc.jpg,Kamen Rider: Dragon Knight,Wii,Fighting,D3 Publisher,Eighting,,0.06,0.06,,,0,2009-11-17, -/games/boxart/full_zatch-bell-mamodo-battles_128AmericaFront.jpg,Zatch Bell! Mamodo Battles,GC,Fighting,Bandai,Eighting,7,0.06,0.05,,0.01,0,2005-10-19, -/games/boxart/full_4806277JapanFrontccc.jpg,Bleach: Versus Crusade,Wii,Fighting,Sega,"Treasure Co., Ltd.",,0.06,,0.06,,,2008-12-18,2018-11-27 -/games/boxart/full_8024412JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 14: CR Shinseiki Evangelion: Saigo no Mono,PS2,Misc,D3 Publisher,Bisty,,0.06,,0.06,,,2009-07-30, -/games/boxart/full_6465488JapanFrontccc.jpg,Nicola Kanshuu: Model * Oshare Audition,DS,Misc,Alchemist,Alchemist,,0.06,,0.06,,,2010-04-01, -/games/boxart/full_212579PALFrontccc.jpg,Atari Flashback Classics: Volume 3,PS4,Misc,Funbox Media,Atari,,0.06,0.05,,,0.01,2018-09-28,2018-10-27 -/games/boxart/585435ccc.jpg,Friends: The One with All the Trivia,PS2,Misc,Warner Bros. Interactive,Artech Studios,,0.06,0.03,,0.02,0.01,2005-11-15, -/games/boxart/full_76999AmericaFrontccc.jpg,PopStar Guitar,Wii,Misc,XS Games,Broadsword Interactive,,0.06,0.03,,0.03,0,2008-10-28, -/games/boxart/full_chuck-e-cheeses-playhouse_0AmericaFront.jpg,Chuck E. Cheese's Playhouse,DS,Misc,UFO Interactive,UFO Interactive,,0.06,0.05,,,0,2010-09-28, -/games/boxart/full_my-amusement-park_3AmericaFront.jpg,My Amusement Park,DS,Misc,Scholastic Inc.,Scholastic Inc.,,0.06,0.05,,,0,2010-10-26, -/games/boxart/full_casino-chaos-with-las-vegas-players-collection_172AmericaFront.jpg,Casino Chaos With Las Vegas Players Collection,PC,Misc,THQ,ValuSoft,,0.06,0.05,,,0.01,2011-09-13, -/games/boxart/full_4448628AmericaFrontccc.jpg,Extinction,PS4,Action,Maximum Games,Iron Galaxy,,0.06,0.05,,,0.01,2018-04-10,2018-02-01 -/games/boxart/full_5328906JapanFrontccc.jpg,Evangelion: Jo,PSP,Action,Namco Bandai,Bec,,0.06,,0.06,,,2009-06-04, -/games/boxart/full_485257AmericaFrontccc.jpg,Top Gun: Hard Lock,X360,Action,505 Games,Headstrong Games,,0.06,0.03,,0.02,0,2012-03-06,2019-01-03 -/games/boxart/6578237ccc.gif,Winx Club: Quest for the Codex,DS,Action,Konami,Powerhead Games,,0.06,0.03,,0.02,0,2006-11-13, -/games/boxart/full_8634784AmericaFrontccc.jpg,Yomawari: Midnight Shadows,PS4,Action,NIS America,Nippon Ichi Software,,0.06,0.02,0.04,,0,2017-10-24,2018-06-30 -/games/boxart/full_6324582AmericaFrontccc.png,Resident Evil Director's Cut,PSN,Action,Sony Computer Entertainment,Capcom,,0.06,,0.06,,,2009-05-28, -/games/boxart/full_8794216AmericaFrontccc.jpg,Raw Danger! (JP sales),PS2,Action,Agetec,Irem Software Engineering,,0.06,,0.06,,,2007-06-19, -/games/boxart/full_9683008JapanFrontccc.jpg,Kamen Rider: Battride War Genesis,PS3,Action,Namco Bandai Games,Unknown,,0.06,,0.06,,,2016-02-25, -/games/boxart/full_8134366AmericaFrontccc.jpg,Arkanoid DS,DS,Puzzle,Square Enix,Taito Corporation,,0.06,0.06,,0,0,2008-06-17, -/games/boxart/full_santa-claus-is-comin-to-town_42AmericaFront.jpg,Santa Claus Is Comin' to Town!,Wii,Puzzle,Crave Entertainment,Crave Entertainment,,0.06,0.06,,,0,2011-11-08, -/games/boxart/full_1869977JapanFrontccc.jpg,Puyo Puyo Tetris,PSV,Puzzle,Sega,Sonic Team,,0.06,,0.06,,,2014-02-06,2018-07-04 -/games/boxart/full_5092439AmericaFrontccc.jpg,Bust-A-Move '99,N64,Puzzle,Acclaim Entertainment,Distinctive Developments Ltd,,0.06,0.05,,0.01,0,1999-04-30, -/games/boxart/3791859ccc.gif,Scurge: Hive,DS,Action,SouthPeak Interactive,Unknown,,0.06,0.05,,0,0,2006-11-01, -/games/boxart/full_9387446JapanFrontccc.jpg,All Kamen Rider: Rider Revolution,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.06,,0.06,,,2016-12-01,2018-08-06 -/games/boxart/full_2201084JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS Flame Rumble XX - Kessen! Shin 6 Chouka,DS,Action,Takara Tomy,Takara Tomy,,0.06,,0.06,,,2010-07-22, -/games/boxart/2479842ccc.jpg,Animorphs: Shattered Reality,PS,Action,Infogrames,Single Trac,3.5,0.06,0.03,,0.02,0,2000-09-06, -/games/boxart/full_3795660AmericaFrontccc.jpg,Steins;Gate,PS3,Visual Novel,5pb,5pb. Inc.,,0.06,0.01,0.02,0.02,0.01,2015-09-18,2018-07-04 -/games/boxart/full_6561635JapanFrontccc.jpg,Steins;Gate,X360,Visual Novel,5pb,Nitro+,,0.06,,0.06,,,2009-10-15,2018-07-04 -/games/boxart/full_6332750JapanFrontccc.jpg,Steins;Gate: Senkei Kousoku no Phonogram,PS3,Visual Novel,5pb,5pb. Games,,0.06,,0.06,,,2013-04-25,2019-01-03 -/games/boxart/full_79170JapanFrontccc.jpg,Steins;Gate: Darling of Loving Vows,PSP,Visual Novel,5pb,5pb. Inc.,,0.06,,0.06,,,2012-04-26,2019-01-03 -/games/boxart/full_4966331JapanFrontccc.jpg,Fate/stay night [Réalta Nua],PSV,Visual Novel,Kadokawa Shoten,Type-Moon,,0.06,,0.06,,,2012-11-29,2019-01-03 -/games/boxart/full_2477393AmericaFrontccc.jpg,Persona 5: Dancing in Starlight,PS4,Music,Atlus,Atlus,,0.06,0.03,0.03,,0.01,2018-12-04,2018-08-13 -/games/boxart/full_2746448JapanFrontccc.jpg,Uta no Prince-Sama: Music 3,PSV,Music,Broccoli,Nippon Ichi Software,,0.06,,0.06,,,2016-01-28,2018-09-22 -/games/boxart/7368379ccc.jpg,DropCast,DS,Puzzle,THQ,Mikoishi,,0.06,0.06,,,0,2008-09-22, -/games/boxart/full_4765035JapanFrontccc.jpg,Killing Zone,PS,Fighting,Acclaim Entertainment,Naxat Soft,,0.06,0.03,,0.02,0,1996-07-01, -/games/boxart/full_437974JapanFrontccc.jpg,Dissidia: Final Fantasy Universal Tuning,PSP,Fighting,Square Enix,Square Enix,,0.06,,0.06,,,2009-11-01, -/games/boxart/full_rurouni-kenshin-meiji-kenkaku-romantan-saisen_498JapanFront.jpg,Rurouni Kenshin: Meiji Kenkaku Romantan Saisen,PSP,Fighting,Namco Bandai,Namco Bandai Games,,0.06,,0.06,,,2011-03-10, -/games/boxart/full_1556033JapanFrontccc.jpg,Rurouni Kenshin: Meiji Kenyaku Romantan - Kansen,PSP,Fighting,Namco Bandai Games,Bandai Namco Games,,0.06,,0.06,,,2012-08-30,2019-01-03 -/games/boxart/full_5515086AmericaFrontccc.jpg,Naruto: Ultimate Ninja Heroes (JP sales),PSP,Fighting,Namco Bandai,CyberConnect2,,0.06,,0.06,,,2007-08-28, -/games/boxart/6457918ccc.jpg,Legend of the Dragon,Wii,Fighting,Game Factory,Neko Entertainment,,0.06,0.06,,0,0,2007-05-01, -/games/boxart/299578ccc.jpg,Rock Blast,DS,Puzzle,UFO Interactive,UFO Interactive,,0.06,0.06,,,0,2008-08-05, -/games/boxart/1778945ccc.jpg,Puzzler Collection,Wii,Puzzle,Zoo Digital Publishing,Route 1 Games,,0.06,0.05,,0,0,2008-07-29, -/games/boxart/full_4043104AmericaFrontccc.jpg,Naruto: Uzumaki Chronicles 2 (JP sales),PS2,Action,Namco Bandai,Cavia Inc.,,0.05,,0.05,,,2007-09-04, -/games/boxart/full_5446154AmericaFrontccc.jpg,Secret Service,X360,Action,Activision,Tigon,,0.05,0.04,,0,0,2008-11-04, -/games/boxart/full_3391224AmericaFrontccc.jpg,Ultimate Ghosts 'n Goblins (JP sales),PSP,Platform,Capcom,Capcom,,0.05,,0.05,,,2006-08-29, -/games/boxart/full_7933968AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),NS,Platform,DotEmu,Lizardcube,7.4,0.05,0.04,,,0.01,2017-04-18,2018-08-10 -/games/boxart/default.jpg,Gem Smashers,Wii,Platform,Crave Entertainment,Frame Studios Interactive,,0.05,0.04,,,0,2011-11-08, -/games/boxart/full_5050AmericaFrontccc.jpg,Mighty No. 9,XOne,Platform,Eidos Interactive Ltd,Comcept,,0.05,0.04,,,0.01,2015-07-01,2018-07-04 -/games/boxart/1431228ccc.jpg,Frogger: Ancient Shadow,GC,Platform,Konami,Hudson Soft,,0.05,0.04,,0.01,0,2005-09-27, -/games/boxart/full_390129AmericaFrontccc.jpeg,Owlboy,PS4,Platform,Soedesco,D-Pad Studios,,0.05,0.04,,,0.01,2018-05-29,2018-01-06 -/games/boxart/full_4679207AmericaFrontccc.jpg,The Berenstain Bears and the Spooky Old Tree,GBA,Platform,Namco,Program-Ace,,0.05,0.03,,0.01,0,2005-09-20, -/games/boxart/full_9645997AmericaFrontccc.jpg,Futurama,XB,Platform,VU Games,Unique Development Studios Sweden,,0.05,0.03,,0.01,0,2003-08-14, -/games/boxart/full_6522694AmericaFrontccc.jpg,Collar x Malice,PSV,Action,Aksys Games,Idea Factory,,0.05,0.01,0.03,,0.01,2017-07-28,2018-01-19 -/games/boxart/full_1980718AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,Wii,Action,2K Games,7 Studios,,0.05,0.04,,0.01,0,2007-06-15, -/games/boxart/full_8926512AmericaFrontccc.jpg,Devil's Third,WiiU,Action,Nintendo,Valhalla Game Studios,3.8,0.05,0.03,,0.02,0,2015-12-11,2018-01-22 -/games/boxart/full_8486225JapanFrontccc.jpg,Warriors All-Stars,PSV,Action,Tecmo Koei,Omega Force,,0.05,,0.05,,,2017-03-30,2018-09-22 -/games/boxart/full_tom-clancys-hawx-2_277PALFront.jpg,Tom Clancy's HAWX 2,PC,Action,Ubisoft,Ubisoft Bucharest,,0.05,,,0.04,0.01,2010-11-11, -/games/boxart/full_7100918JapanFrontccc.jpg,Yuki Yuna is a Hero: Memory of the Forest,PSV,Action,FuRyu Corporation,FuRyu,,0.05,,0.05,,,2015-02-26,2018-09-22 -/games/boxart/3696948ccc.jpg,Dr. Seuss: Green Eggs and Ham,GBA,Action,NewKidCo,Handheld Games,,0.05,0.04,,0.01,0,2003-11-17, -/games/boxart/full_9135901AmericaFrontccc.jpg,Expendable,PS,Action,Infogrames,Rage Software,,0.05,0.03,,0.02,0,2000-04-22, -/games/boxart/full_5054904AmericaFrontccc.jpg,Tenchu: Dark Secret,DS,Action,Nintendo,From Software,,0.05,0.03,0.01,0,0,2006-08-21,2018-04-22 -/games/boxart/full_2699895JapanFrontccc.jpg,Macross ? Scramble,PSV,Action,Namco Bandai Games,ArtDink,,0.05,,0.05,,,2016-10-20,2018-09-22 -/games/boxart/full_around-the-world-in-80-days_698AmericaFront.jpg,Around the World in 80 Days,GBA,Action,Hip Interactive,Saffire Corporation,3.5,0.05,0.03,,0.01,0,2004-07-05, -/games/boxart/full_9586269AmericaFrontccc.jpg,Activision Anthology,GBA,Misc,Activision,Aspyr,8,0.05,0.03,,0.01,0,2003-12-08, -/games/boxart/full_1758135JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.5: Wolf Hawkfield,SAT,Misc,Sega,Sega-AM2,,0.05,,0.05,,,1995-12-08, -/games/boxart/full_hisshou-777-fighter-pachi-slot-eiyu-densetsu_823JapanFront.jpg,Hisshou 777 Fighter: Pachi Slot Eiyu Densetsu,SNES,Misc,Vap,Jorudan,,0.05,,0.05,,,1994-01-14, -/games/boxart/full_1013332JapanFrontccc.jpg,Guild 01,3DS,Misc,Level 5,Level 5,,0.05,,0.05,,,2012-05-31,2018-04-14 -/games/boxart/full_sesame-street-elmos-a-to-zoo-adventure_8AmericaFront.jpg,Sesame Street: Elmo's A-to-Zoo Adventure,PC,Misc,Warner Bros. Interactive,Black Lantern Studios,,0.05,0.04,,,0,2010-10-20, -/games/boxart/full_5264963JapanFrontccc.jpg,Black Jack vs. Matsudajun,PS,Misc,Pony Canyon,Pony Canyon,,0.05,0.03,,0.02,0,2000-08-10, -/games/boxart/2153370ccc.gif,The Bible Game,XB,Misc,Crave Entertainment,Crave Entertainment,,0.05,0.03,,0.01,0,2005-10-23, -/games/boxart/full_7379065JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 1 Thai,DS,Misc,Nintendo,TOSE,,0.05,,0.05,,,2006-04-20, -/games/boxart/full_8525246PALFrontccc.jpg,Lips: Deutsche Partyknaller,X360,Misc,Microsoft Game Studios,iNiS,,0.05,,,0.04,0.01,2009-11-13, -/games/boxart/full_nazo-waku-yakata-oto-no-aida-ni-aida-ni_747JapanFront.jpg,Nazo Waku Yakata: Oto no Ma ni Ma ni,3DS,Misc,Capcom,Capcom,,0.05,,0.05,,,2011-08-04, -/games/boxart/full_1477574AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,3DS,Action,Little Orbit,Little Orbit,,0.05,,,0.04,0,2015-12-01,2018-04-09 -/games/boxart/6710060ccc.jpg,NightCaster II: Equinox,XB,Action,Jaleco,Jaleco Entertainment,,0.05,0.03,,0.01,0,2002-12-11, -/games/boxart/full_noddy-in-toyland_161PALFront.jpg,Noddy in Toyland,DS,Misc,GSP,Avanquest Software,,0.05,,,0.05,0,2011-02-18, -/games/boxart/full_kids-learn-music-a-edition_742AmericaFront.jpg,Kids Learn Music A+ Edition,DS,Misc,Unknown,Talking Stick Games,,0.05,0.05,,,0,2011-10-04, -/games/boxart/full_9647882JapanFrontccc.jpg,Nounai Aeshe: IQ Suppli DS 2 - Sukkiri King Ketteisen,DS,Misc,Spike,Art,,0.05,,0.05,,,2007-11-29, -/games/boxart/default.jpg,Mahjong 3D: Warriors of the Emperor,3DS,Misc,Unknown,Engine Software,,0.05,,,0.05,0,2020-12-31, -/games/boxart/full_pachipara-14-fuu-to-kumo-to-super-umi-in-okinawa_856JapanFront.jpg,PachiPara 14: Fuu to Kumo to Super Umi in Okinawa,PS2,Misc,Irem Software Engineering,Irem Software Engineering,,0.05,,0.05,,,2007-07-26, -/games/boxart/full_1090867JapanFrontccc.jpg,Atelier Rorona: Alchemist of Arland,PSV,Misc,NIS America,Unknown,,0.05,,0.05,,,2014-06-24, -/games/boxart/full_5399933AmericaFrontccc.jpg,Overcooked,PS4,Action,Sold Out,Ghost Town Games,,0.05,0.04,,,0.01,2016-11-15,2018-06-28 -/games/boxart/full_7366133AmericaFrontccc.jpg,Ben 10 (2017),PS4,Action,Outright Games,Torus Games,,0.05,0.04,,,0.01,2017-11-14,2019-01-21 -/games/boxart/8893737ccc.jpg,Alvin and the Chipmunks,Wii,Misc,Brash Entertainment,Sensory Sweep Studios,,0.05,0.05,,0,0,2007-12-04, -/games/boxart/full_minna-to-kimi-no-piramekino_0JapanFront.jpg,Minna to Kimi no Piramekino!,DS,Misc,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2010-11-25, -/games/boxart/full_6883392AmericaFrontccc.jpg,Drivers Ed Portable,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.05,0.05,,,0,2008-12-22, -/games/boxart/full_lernerfolg-vorschule-captn-sharky_4PALFront.jpg,Lernerfolg Vorschule: Capt'n Sharky,DS,Misc,Tivola,Tivola,,0.05,,,0.05,0.01,2009-11-23, -/games/boxart/3124399ccc.jpg,Code Lyoko,DS,Action,Game Factory,DC Studios,,0.05,0.03,,0.01,0,2007-05-15, -/games/boxart/full_898337JapanFrontccc.jpg,To Love-Ru Trouble Darkness: Battle Ecstasy,PSV,Action,FuRyu Corporation,FuRyu,,0.05,,0.05,,,2014-05-22,2019-04-02 -/games/boxart/full_4190048JapanFrontccc.jpg,Gaist Crusher,3DS,Action,Capcom,"Treasure Co., Ltd.",,0.05,,0.05,,,2013-12-05,2019-01-30 -/games/boxart/full_848756AmericaFrontccc.jpg,Has-Been Heroes,XOne,Action,GameTrust,Frozenbyte,,0.05,0.04,,,0.01,2017-03-28, -/games/boxart/full_ore-sama-kingdom-koi-no-manga-mo-debut-o-mokushise-doki-doki-love-lesson_687JapanFront.jpg,Ore-Sama Kingdom: Koi no Manga mo Debut o Mokushise! Doki Doki Love Lesson,DS,Action,Bandai,Bandai Namco Games,,0.05,,0.05,,,2011-11-23, -/games/boxart/full_5349324JapanFrontccc.jpg,Rimo-Cocoron,PS2,Action,Sony Computer Entertainment,Sony Computer Entertainment,,0.05,,0.05,,,2001-06-28, -/games/boxart/full_9602363AmericaFrontccc.jpg,The Escapists 2,NS,Action,Sold Out,Team17 Software,,0.05,0.04,,,0,2018-10-30,2019-02-22 -/games/boxart/full_7045440PALFrontccc.jpg,Clever Kids: Creepy Crawlies,DS,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,0.05,,,0.04,0,2009-10-23, -/games/boxart/full_1447142AmericaFrontccc.jpg,Double Dragon Advance,GBA,Action,Atlus,Million,7.9,0.05,0.03,,0.01,0,2003-11-14, -/games/boxart/full_2472404AmericaFrontccc.jpg,Nicktoons: Attack of the Toybots,DS,Platform,THQ,Natsume,,0.05,0.04,,0,0,2007-10-23, -/games/boxart/full_8310902AmericaFrontccc.jpg,Disney's PK: Out of the Shadows,GC,Platform,Ubisoft,Ubisoft,4,0.05,0.04,,0.01,0,2002-12-03, -/games/boxart/full_8250885JapanFrontccc.jpg,Kamiwaza,PS2,Action,Acquire,Acquire,,0.05,,0.05,,,2006-08-31, -/games/boxart/full_2482281AmericaFrontccc.jpg,Jim Henson's Muppets in Spy Muppets: License to Croak,GBA,Action,TDK Mediactive,TDK Mediactive,,0.05,0.04,,0.01,0,2003-11-18, -/games/boxart/3543180ccc.jpg,Alias,XB,Action,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.05,0.04,,0.01,0,2004-04-05, -/games/boxart/full_6027052JapanFrontccc.jpg,Sengoku BASARA Sanada Yukimura-den,PS4,Action,Capcom,Capcom,,0.05,,0.05,,,2016-08-25,2018-06-03 -/games/boxart/9530772ccc.jpg,Hercules: The Legendary Journeys,N64,Action,Titus,Player 1,,0.05,0.04,,0.01,0,2000-11-16, -/games/boxart/full_4884328AmericaFrontccc.jpg,Dead in the Water,PS,Action,ASC Games,Player 1,,0.05,0.03,,0.02,0,1999-02-28, -/games/boxart/9594314ccc.jpg,Cabela's Trophy Bucks,X360,Sports,Activision,Sand Grain Studios,,0.05,0.04,,,0,2007-09-19, -/games/boxart/full_7591950AmericaFrontccc.jpg,Pool Party,Wii,Sports,SouthPeak Interactive,Hyper-Devbox,,0.05,0.04,,0,0,2007-09-05, -/games/boxart/full_8778712PALFrontccc.jpg,FIFA Soccer 10,PC,Sports,EA Sports,EA Canada,,0.05,,,0.04,0.01,2009-10-02, -/games/boxart/full_8986397AmericaFrontccc.jpg,Rapala Fishing Frenzy 2009,X360,Sports,Activision,FUN Labs,,0.05,0.04,,0,0,2008-09-02, -/games/boxart/full_gummy-bears-mini-golf_981AmericaFront.jpg,Gummy Bears Mini Golf,DS,Sports,Storm City Games,Beyond Reality,,0.05,0.04,,,0,2010-10-15, -/games/boxart/full_winter-sports-2010-the-great-tournament_7AmericaFront.jpg,Winter Sports 3: The Great Tournament,Wii,Sports,Zoo Games,49Games,,0.05,0.02,,0.02,0,2010-09-14, -/games/boxart/2156146ccc.jpg,Ribbit King,GC,Sports,Bandai,Bandai,,0.05,0.04,,0.01,0,2004-06-08, -/games/boxart/full_winter-sports-2011_414PALFront.jpg,Winter Sports 2011,PS3,Sports,DTP Entertainment,49Games,,0.05,,,0.04,0.01,2011-02-25, -/games/boxart/full_3039576JapanFrontccc.jpg,World Fantasista,PS2,Sports,Square,SquareSoft,,0.05,,0.05,,,2002-06-06, -/games/boxart/full_547865PALFrontccc.png,Rugby Challenge 3,X360,Sports,Alternative Software,Wicked Witch Software,,0.05,,,0.04,0,2016-04-22,2018-04-18 -/games/boxart/full_pool-hall-pro_0AmericaFront.jpg,Pool Hall Pro,Wii,Sports,Playlogic Game Factory,Icon Games,,0.05,0.04,,,0,2009-06-09, -/games/boxart/full_1418224AmericaFrontccc.jpg,Wayne Gretzky's 3D Hockey '98,PS,Sports,Midway Games,Software Creations,,0.05,0.03,,0.02,0,1997-12-26, -/games/boxart/full_5637419PALFrontccc.jpg,Pro Evolution Soccer 2016,PC,Sports,Konami Digital Entertainment,PES Productions,,0.05,,,0.04,0,2015-09-15,2018-04-14 -/games/boxart/full_1052341JapanFrontccc.jpg,Dead or Alive Xtreme 3: Venus,PSV,Sports,Tecmo Koei,Team Ninja,,0.05,,0.05,,,2016-03-24, -/games/boxart/full_fifa-manager-12_876PALFront.jpg,FIFA Manager 12,PC,Sports,Electronic Arts,Bright Future GmbH,,0.05,0,,0.03,0.01,2011-10-18, -/games/boxart/3120363ccc.jpg,Mike Tyson Heavyweight Boxing,XB,Sports,Codemasters,Atomic Planet Entertainment,,0.05,0.03,,0.01,0,2002-07-17, -/games/boxart/full_4716376AmericaFrontccc.jpg,Smash Court Tennis 3,PSP,Sports,Namco Bandai,Namco Bandai Games America,,0.05,0.01,0.01,0.01,0.01,2007-07-16, -/games/boxart/full_8494587AmericaFrontccc.jpg,River City Soccer Hooligans,DS,Sports,Aksys Games,Arc System Works,,0.05,0.04,0.01,,0,2010-06-15, -/games/boxart/full_8724074PALFrontccc.jpg,Saint Seiya: Soldiers' Soul,PS3,Fighting,Namco Bandai Games,Namco Bandai Games,,0.05,,0.05,,,2015-10-06, -/games/boxart/full_9436916JapanFrontccc.jpg,Sengoku Basara X,PS2,Fighting,Capcom,Arc System Works,,0.05,,0.05,,,2008-06-26, -/games/boxart/full_3645736JapanFrontccc.jpg,Bleach: Soul Carnival,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.05,,0.05,,,2008-10-23, -/games/boxart/7133334ccc.jpg,Rave Master,GC,Fighting,Konami,Konami,6.8,0.05,,0.05,,0,2005-03-08, -/games/boxart/full_2179838JapanFrontccc.jpg,Kinnikuman Muscle Grand Prix Max,PS2,Fighting,Konami,Aki Corporation,,0.05,,0.05,,,2006-07-27, -/games/boxart/full_lucha-libre-aaa-heroes-of-the-ring_4AmericaFront.jpg,Lucha Libre AAA: Heroes del Ring,X360,Fighting,Konami,Immersion Software & Graphics,,0.05,0.05,,,0,2010-10-12, -/games/boxart/full_7093528JapanFrontccc.jpg,Fate/Unlimited Codes Portable,PSP,Fighting,Capcom,Eighting,7.6,0.05,,0.05,,,2009-06-18, -/games/boxart/full_7446717AmericaFrontccc.jpg,VR Soccer '96,PS,Sports,Interplay,Gremlin Interactive,,0.05,0.03,,0.02,0,1996-10-31, -/games/boxart/1062567ccc.jpg,ESPN Great Outdoor Games Bass 2002,GBA,Sports,Konami,Konami,5.5,0.05,0.03,,0.01,0,2001-11-29, -/games/boxart/full_419063AmericaFrontccc.jpg,World Championship Pool 2004,PS2,Sports,Jaleco,Blade Interactive,,0.05,0.02,,0.02,0.01,2004-04-27, -/games/boxart/3884655ccc.jpg,Cabela's African Safari,PSP,Sports,Activision,"Sand Grain Studios, Magic Wand Productions, FUN Labs",,0.05,0.04,,,0,2006-10-17, -/games/boxart/full_3347310PALFrontccc.jpg,Ashes Cricket,XOne,Sports,Koch Media,Big Ant Studios,,0.05,,,0.04,0,2017-11-16,2018-01-04 -/games/boxart/full_4909469AmericaFrontccc.jpg,SNK Heroines Tag Team Frenzy,NS,Fighting,NIS America,SNK Corporation,,0.05,0.02,0.01,0.01,0,2018-09-07,2018-08-04 -/games/boxart/full_7713194AmericaFrontccc.jpg,Scribblenauts: Showdown,PS4,Platform,Warner Bros. Interactive,Shiver Games,,0.05,0.04,,,0.01,2018-03-06,2018-04-03 -/games/boxart/full_3124977AmericaFrontccc.jpg,DuckTales: Remastered,PS3,Platform,Capcom,WayForward,8.6,0.05,0.01,,0.04,0.01,2013-08-13,2019-02-17 -/games/boxart/full_5160794AmericaFrontccc.jpg,Deformers,XOne,Action,Ready at Dawn,Ready at Dawn,,0.05,0.04,,,0.01,2017-04-21, -/games/boxart/full_7803654JapanFrontccc.jpg,Sengoku Basara 4: Sumeragi,PS4,Action,Capcom,Unknown,,0.05,,0.05,,,2015-07-23, -/games/boxart/full_1806056AmericaFrontccc.jpg,Extinction,XOne,Action,Maximum Games,Iron Galaxy,,0.05,0.04,,,0.01,2018-04-10,2018-02-01 -/games/boxart/full_8503462AmericaFrontccc.jpg,Apex Construct,PS4,Action,Perp Games,Fast Travel Games,,0.05,0.04,,,0.01,2018-08-28,2018-08-17 -/games/boxart/full_8120705AmericaFrontccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,GBA,Action,Activision,Krome Studios,,0.05,0.04,,0.01,0,2005-11-01, -/games/boxart/2204857ccc.jpg,Rogue Ops,GC,Action,Kemco,Bits Studios,6.1,0.05,0.04,,0.01,0,2003-10-29, -/games/boxart/full_5147144AmericaFrontccc.jpg,Yaiba: Ninja Gaiden Z,X360,Misc,Tecmo Koei,Unknown,,0.05,0.03,,0.01,0,2014-03-04, -/games/boxart/full_6646709AmericaFrontccc.jpg,Intellivision Lives!,XB,Misc,Crave Entertainment,Realtime Associates,,0.05,0.03,,0.01,0,2004-02-02, -/games/boxart/full_2941669AmericaFrontccc.jpg,Bubsy: The Woolies Strike Back,PS4,Platform,Accolade,Black Forest Games,,0.05,0.04,,,0.01,2017-10-31,2018-09-20 -/games/boxart/4607362ccc.jpg,Piglet's Big Game,GC,Platform,Gotham Games,Doki Denki,,0.05,0.04,,0.01,0,2003-03-19, -/games/boxart/669970ccc.jpg,Piglet's Big Game,GBA,Platform,THQ,Doki Denki,,0.05,0.04,,0.01,0,2003-02-02, -/games/boxart/full_max-ampamp-the-magic-marker_273PALFront.jpg,Max & the Magic Marker,DS,Platform,Unknown,Press Play,,0.05,,,0.05,0,2011-07-30, -/games/boxart/full_4788502AmericaFrontccc.jpg,Over the Hedge: Hammy Goes Nuts!,PSP,Platform,Activision,Amaze Entertainment,,0.05,0.05,,,0,2006-11-21, -/games/boxart/8655524ccc.jpg,Blues Brothers 2000,N64,Platform,Titus,Player 1,4.9,0.05,0.04,,0.01,0,2000-11-16, -/games/boxart/full_7027003AmericaFrontccc.jpg,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,GC,Platform,Global Star Software,High Voltage Software,,0.05,0.04,,0.01,0,2005-10-16, -/games/boxart/7181243ccc.jpg,Stretch Panic,PS2,Platform,Conspiracy Entertainment,"Treasure Co., Ltd.",,0.05,0.02,,0.02,0.01,2001-08-28, -/games/boxart/79206ccc.jpg,George of The Jungle and the Search for the Secret,DS,Platform,Crave Entertainment,Crave Entertainment,,0.05,0.05,,0,0,2008-03-11, -/games/boxart/full_3895326AmericaFrontccc.jpg,Woody Woodpecker: Escape from Buzz Buzzard Park,PS2,Platform,DreamCatcher Interactive,EKO System,,0.05,0.02,,0.02,0.01,2002-02-19, -/games/boxart/full_603073AmericaFrontccc.png,Toki Collector's Edition,NS,Platform,Microids,Golgoth Studio,,0.05,0.04,,,0.01,2018-11-22,2019-02-22 -/games/boxart/6158349ccc.jpg,Yu-Gi-Oh! GX: Spirit Caller (Japan Sales),DS,Misc,Konami,Konami,,0.05,,0.05,,,2007-01-02, -/games/boxart/full_punch-king_129AmericaFront.jpg,Punch King,GBA,Fighting,Acclaim Entertainment,Full Fat,,0.05,0.03,,0.01,0,2002-05-15, -/games/boxart/8290140ccc.jpg,Kakuto Chojin,XB,Fighting,Microsoft Game Studios,DreamFactory,,0.05,0.04,,0.01,0,2002-11-11, -/games/boxart/full_arcana-heart-3_934PALFront.jpg,Arcana Heart 3,X360,Fighting,PQube,Examu Inc.,,0.05,,0.02,0.02,0,2011-08-19, -/games/boxart/901165ccc.jpg,Guilty Gear Dust Strikers,DS,Fighting,Majesco,Arc System Works,,0.05,0.05,,,0,2006-04-25, -/games/boxart/full_9644338JapanFrontccc.jpg,Hokuto no Ken,PS2,Fighting,Sega,Arc System Works,,0.05,,0.05,,,2007-03-29, -/games/boxart/full_8918398AmericaFrontccc.jpg,TNA iMPACT: Cross the Line,DS,Fighting,SouthPeak Interactive,Point of View,,0.05,0.04,,,0,2010-06-22, -/games/boxart/full_305652JapanFrontccc.jpg,Capcom vs. SNK: Millennium Fight 2000 Pro,DC,Fighting,Capcom,Capcom,6.9,0.05,,0.05,,0,2001-06-14, -/games/boxart/full_669247AmericaFrontccc.jpg,Golden Axe: The Duel,SAT,Fighting,Sega,Sega,,0.05,,0.05,,0,1995-01-01, -/games/boxart/full_1049918AmericaFrontccc.jpg,TNA iMPACT: Cross the Line,PSP,Fighting,SouthPeak Interactive,Point of View,3.5,0.05,0.05,,0,0,2010-06-22, -/games/boxart/full_8244168JapanFrontccc.jpg,TV Anime: Fairy Tale Gekitou! Madoushi Kessen,DS,Fighting,Hudson Soft,Hudson Soft,,0.05,,0.05,,,2010-07-22, -/games/boxart/1509075ccc.jpg,Black & Bruised,GC,Fighting,Majesco,Digital Fiction,,0.05,0.04,,0.01,0,2003-01-26, -/games/boxart/full_7980745JapanFrontccc.jpg,Garou Densetsu 3: Road to the Final Victory,SAT,Fighting,SNK,SNK Corporation,,0.05,,0.05,,0,1996-06-28, -/games/boxart/full_my-body-coach_575PALFront.jpg,My Body Coach,Wii,Sports,Big Ben Interactive,Neko Entertainment,,0.05,,,0.04,0,2009-11-20, -/games/boxart/full_4261150JapanFrontccc.jpg,My Hero Academia: Battle for All,3DS,Fighting,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2016-05-19,2018-04-26 -/games/boxart/full_4530585JapanFrontccc.jpg,Gakusen Toshi Asterisk Festa: Houka Kenran,PSV,Fighting,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2016-01-28,2018-09-22 -/games/boxart/full_3748033PALFrontccc.png,Mortal Kombat X,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,0.05,0.01,,0.04,0,2015-04-14,2018-01-04 -/games/boxart/full_8462444AmericaFrontccc.jpg,Kamen Rider: Dragon Knight,DS,Fighting,D3 Publisher,Natsume,,0.05,0.05,,0,0,2009-11-17, -/games/boxart/full_5690935AmericaFrontccc.jpg,Nitroplus Blasterz: Heroines Infinite Duel,PS4,Fighting,Xseed Games,Examu Inc.,,0.05,0.01,0.03,0.01,0,2016-02-02, -/games/boxart/full_1466523JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Shinuki Max! Vongola Carnival!!,DS,Action,Takara Tomy,Takara Tomy,,0.05,,0.05,,,2007-03-29, -/games/boxart/full_fatal-fury-wild-ambition_8AmericaFront.jpg,Fatal Fury: Wild Ambition,PS,Fighting,SNK,SNK Corporation,,0.05,0.03,,0.02,0,1999-12-11, -/games/boxart/full_kamen-rider-climax-heroes-fourze_833JapanFront.jpg,Kamen Rider: Climax Heroes Fourze,PSP,Fighting,Bandai,Eighting,,0.05,,0.05,,,2011-12-01, -/games/boxart/full_7287270JapanFrontccc.jpg,Bleach: Blade Battlers,PS2,Fighting,Sony Computer Entertainment,Racjin,,0.05,,0.05,,,2006-10-12, -/games/boxart/full_2258291JapanFrontccc.jpg,Samurai Deeper Kyo,PS,Fighting,Bandai,Bandai,,0.05,,0.05,,0,2002-12-12, -/games/boxart/2815119ccc.jpg,Dual Heroes,N64,Fighting,Electro Brain,Produce!,,0.05,0.04,,0.01,0,1998-10-31, -/games/boxart/full_6659367AmericaFrontccc.jpg,Fighter Destiny 2,N64,Fighting,SouthPeak Interactive,Opus Studio,,0.05,0.04,,0.01,0,2000-07-14, -/games/boxart/full_6076376JapanFrontccc.jpg,Keroro Gunsou: Enshuu da Yo! Zenin Shuugou Part 2,DS,Action,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2007-02-22, -/games/boxart/full_4409164AmericaFrontccc.jpg,Magic Carpet,PS,Shooter,Electronic Arts,Bullfrog Productions,,0.05,0.03,,0.02,0,1996-01-01, -/games/boxart/full_5082711AmericaFrontccc.jpg,Time Crisis: Project Titan,PS,Shooter,Namco,Flying Tiger Entertainment,,0.05,0.03,,0.02,0,2001-06-20, -/games/boxart/full_centipede-infestation_525AmericaFront.jpg,Centipede: Infestation,3DS,Shooter,Atari,WayForward Technologies,,0.05,0.04,,,0,2011-10-25, -/games/boxart/7356848ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,GC,Shooter,Ubisoft,Red Storm Entertainment,,0.05,0.04,,0.01,0,2005-09-27, -/games/boxart/9079634ccc.jpg,Turok: Dinosaur Hunter,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,,0.05,,0.05,,,1997-02-28, -/games/boxart/full_rock-of-the-dead_4AmericaFront.jpg,Rock of the Dead,X360,Shooter,Conspiracy Entertainment,Epicenter Studios,5,0.05,0.04,,,0,2010-10-19, -/games/boxart/4848697ccc.jpg,Yager,XB,Shooter,Kemco,Yager Development,,0.05,0.03,,0.01,0,2004-10-05, -/games/boxart/2596589ccc.gif,Trigger Man,XB,Shooter,Crave Entertainment,Point of View,,0.05,0.03,,0.01,0,2004-10-05, -/games/boxart/2271619ccc.jpg,Bad Boys: Miami Takedown,GC,Shooter,Crave Entertainment,Blitz Games,4.3,0.05,0.03,,0.01,0,2004-09-14, -/games/boxart/285614ccc.gif,Thunder Force V: Perfect System,PS,Shooter,Working Designs,"TechnoSoft Co., Ltd.",,0.05,0.03,,0.02,0,1998-08-31, -/games/boxart/7285502ccc.jpg,The Typing of the Dead,DC,Shooter,Sega,Smilebit,8.6,0.05,,0.05,,,2001-01-23, -/games/boxart/full_6254329AmericaFrontccc.jpg,Centipede: Infestation,Wii,Shooter,Atari,WayForward Technologies,,0.05,0.05,,,0,2011-10-25, -/games/boxart/full_5422418AmericaFrontccc.jpg,Judge Dredd,PS,Shooter,Activision,Gremlin Interactive,,0.05,0.03,,0.02,0,1998-03-31, -/games/boxart/full_559801AmericaFrontccc.jpg,The Bureau: XCOM Declassified,PC,Shooter,2K Games,2K Marin,,0.05,,,0.05,0,2013-08-20,2018-10-24 -/games/boxart/full_wicked-monster-blast_172AmericaFront.jpg,Wicked Monster Blast!,Wii,Shooter,Valcon Games,"Corecell Technology Co.,Ltd.",,0.05,0.04,,0,0,2011-06-28, -/games/boxart/full_5781615JapanFrontccc.jpg,Houkago Shounen,DS,Misc,Konami,Konami,,0.05,,0.05,,,2008-01-31, -/games/boxart/full_7848866AmericaFrontccc.jpg,Pinball Tycoon,GBA,Misc,AIA,Ignition Entertainment,,0.05,0.03,,0.01,0,2003-01-02, -/games/boxart/full_527808JapanFrontccc.jpg,Taiko no Tatsujin Portable 2,PSP,Misc,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2006-09-07, -/games/boxart/6328449ccc.jpg,BlowOut,XB,Shooter,Majesco,Terminal Reality,,0.05,0.04,,0.01,0,2003-11-26, -/games/boxart/6919670ccc.jpg,Rez,PS2,Shooter,Sega,United Game Artists,9,0.05,0.03,,0.02,0.01,2002-01-07, -/games/boxart/8986536ccc.jpg,Medal of Honor: Airborne,PC,Shooter,Electronic Arts,EA Los Angeles,,0.05,0,,0.04,0.01,2007-09-04, -/games/boxart/full_7082091PALFrontccc.jpg,Payday 2,PC,Shooter,505 Games,Overkill Software,,0.05,0.04,,,0.01,2013-08-13,2018-01-08 -/games/boxart/full_6052586JapanFrontccc.jpg,SD Gundam: Over Galaxian,PS,Shooter,Bandai,Bandai,,0.05,,0.05,,0,1996-06-28, -/games/boxart/full_rock-of-the-dead_9AmericaFront.jpg,Rock of the Dead,PS3,Shooter,Conspiracy Entertainment,Epicenter Studios,,0.05,0.04,,,0.01,2010-10-19, -/games/boxart/5539369ccc.jpg,Alter Echo,XB,Shooter,THQ,Outrage Games,,0.05,0.04,,0.01,0,2003-08-19, -/games/boxart/full_morphx_9AmericaFront.jpg,MorphX,X360,Shooter,505 Games,Buka Entertainment,,0.05,0.05,,0,0,2010-09-28, -/games/boxart/6826236ccc.jpg,Metal Slug Anthology,PSP,Shooter,SNK Playmore,Terminal Reality,,0.05,0.02,0.02,0,0.01,2007-02-20, -/games/boxart/1807335ccc.jpg,Nanostray 2,DS,Shooter,Majesco,Shin'en GmbH,,0.05,0.03,,0.01,0,2008-03-11, -/games/boxart/full_dodonpachi-resurrection-15-ver_333JapanFront.jpg,DoDonPachi Resurrection,X360,Shooter,Rising Star,Cave,,0.05,,,0.04,0.01,2011-11-04, -/games/boxart/full_singularity_5AmericaFront.jpg,Singularity,PC,Shooter,Activision,Raven Software,7.5,0.05,,,0.04,0.01,2010-06-29, -/games/boxart/full_5949884AmericaFrontccc.jpg,Robotech: Invasion,XB,Shooter,Global Star Software,Vicious Cycle,,0.05,0.04,,0.01,0,2004-10-05, -/games/boxart/full_2859261AmericaFrontccc.jpg,Moon,DS,Shooter,Mastiff,Renegade Kid,6.7,0.05,0.04,,0,0,2009-01-13, -/games/boxart/full_5065009AmericaFrontccc.jpg,Raze's Hell,XB,Shooter,Majesco,Artech Studios,,0.05,0.04,,0.01,0,2005-04-21, -/games/boxart/full_philosoma_391AmericaFront.jpg,Philosoma,PS,Shooter,Sony Computer Entertainment,G Artist,5,0.05,0.03,,0.02,0,1996-02-26, -/games/boxart/full_4492984AmericaFrontccc.jpg,Medal of Honor: European Assault (weekly JP sales),PS2,Shooter,Electronic Arts,Electronic Arts,,0.05,,0.05,,,2005-06-07, -/games/boxart/full_2764403AmericaFrontccc.jpg,Star Wars Battlefront II (2017),PC,Shooter,Electronic Arts,EA DICE,,0.05,0.02,,0.02,0,2017-11-17,2017-12-29 -/games/boxart/8123042ccc.jpg,Star Wars: Republic Commando,PC,Shooter,LucasArts,LucasArts,,0.05,,,0.05,0,2005-03-01, -/games/boxart/full_6259067AmericaFrontccc.jpg,Counter Force,Wii,Shooter,Conspiracy Entertainment,Hyper-Devbox,,0.05,0.04,,,0,2007-10-03, -/games/boxart/full_5416783AmericaFrontccc.jpg,Assault Suit Leynos,PS4,Shooter,Rising Star Games,"extreme Co.,Ltd.",,0.05,0.04,,,0.01,2016-08-30,2018-09-18 -/games/boxart/full_7414374AmericaFrontccc.jpg,Red Faction: Guerrilla Re-Mars-tered,XOne,Shooter,THQ Nordic,Volition,,0.05,0.04,,0.01,0,2018-07-03,2018-04-20 -/games/boxart/full_9288563JapanFrontccc.jpg,Strikers 1945,SAT,Shooter,Atlus,Psikyo,,0.05,,0.05,,,1996-06-28, -/games/boxart/full_4302851JapanFrontccc.jpg,Jikkyou Oshaberi Parodius,SNES,Shooter,Konami,KCEO,,0.05,,0.05,,0,1995-12-15, -/games/boxart/full_724885AmericaFrontccc.jpg,Reign of Fire,GBA,Shooter,BAM! Entertainment,Crawfish Interactive,,0.05,0.03,,0.01,0,2002-10-31, -/games/boxart/full_1835474AmericaFrontccc.jpg,Section 8,PC,Shooter,SouthPeak Interactive,TimeGate Studios,,0.05,0.03,,0.01,0.01,2009-09-01, -/games/boxart/full_active-life-magical-carnival_953AmericaFront.jpg,Active Life: Magical Carnival,Wii,Misc,Namco Bandai,Ganbarion,,0.05,0.03,,0.01,0,2011-10-25, -/games/boxart/full_4373559PALFrontccc.jpg,Saints Row: Gat out of Hell,PS4,Action,Deep Silver,Volition Inc.,,0.05,,,0.04,0.01,2015-01-20, -/games/boxart/full_3106150AmericaFrontccc.png,Strawberry Shortcake: Strawberryland Games,DS,Action,Game Factory,Gorilla Systems,,0.05,0.05,,0,0,2006-10-23, -/games/boxart/full_6464489AmericaFrontccc.jpg,Tiny Toon Adventures: Toonenstein - Dare to Scare,PS,Action,Vatical Entertainment,Terraglyph Interactive Studios,,0.05,0.03,,0.02,0,1999-11-02, -/games/boxart/full_captain-america-super-soldier_806AmericaFront.jpg,Captain America: Super Soldier,DS,Action,Sega,Sega,,0.05,0.05,,,0,2011-07-19, -/games/boxart/full_3654906JapanFrontccc.jpg,Mobile Suit Gundam Unicorn,PS3,Action,Namco Bandai Games,From Software,,0.05,,0.05,,,2012-03-08,2019-01-19 -/games/boxart/full_5016871AmericaFrontccc.jpg,Touhou Genso Wanderer,PS4,Action,NIS America,AQUA STYLE,,0.05,0.04,,,0.01,2017-03-21,2018-09-18 -/games/boxart/full_1710533AmericaFrontccc.jpg,Domino Rally,Wii,Action,UFO Interactive,RED Entertainment,,0.05,0.05,,0,0,2009-08-18, -/games/boxart/full_hiiro-no-kakera-ds_665JapanFront.jpg,Hiiro no Kakera DS,DS,Adventure,Idea Factory,Idea Factory,,0.05,,0.05,,,2008-05-22, -/games/boxart/full_2658459JapanFrontccc.jpg,Shin Sangoku Musou 5 Special,PSP,Action,KOEI,Omega Force,,0.05,,0.05,,,2009-10-22, -/games/boxart/full_717968AmericaFrontccc.png,Otogi 2: Immortal Warriors,XB,Action,Sega,From Software,,0.05,0.04,,0.01,0,2004-10-21, -/games/boxart/full_7341588AmericaFrontccc.jpg,Hysteria Hospital: Emergency Ward,Wii,Action,O-Games,Gameinvest,,0.05,0.05,,0,0,2009-06-16, -/games/boxart/full_star-driver-kagayaki-no-takuto-ginga-bishounen-densetsu_574JapanFront.jpg,Star Driver: Kagayaki no Takuto - Ginga Bishounen Densetsu,PSP,Adventure,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2011-03-03, -/games/boxart/2761357ccc.jpg,Mister Slime,DS,Action,SouthPeak Interactive,Lexis Numerique,,0.05,0.05,,,0,2008-07-15, -/games/boxart/full_5218966JapanFrontccc.jpg,Marriage Royale: Prism Story,PSP,Adventure,ASCII Media Works,ASCII Media Works,,0.05,,0.05,,,2010-04-28, -/games/boxart/full_1166880AmericaFrontccc.jpg,Syberia III,PS4,Adventure,Anuman,Unknown,,0.05,0.04,,0,0.01,2016-01-01,2018-08-12 -/games/boxart/full_5164671AmericaFrontccc.jpg,ARK Park,PS4,Adventure,Snail Games USA,Snail Games USA,,0.05,0.04,,,0.01,2018-10-30,2018-12-19 -/games/boxart/full_odoru-daisousasen-the-game-sensuikan-ni-sennyuu-seyo_6JapanFront.jpg,Odoru Daisousasen The Game: Sensuikan ni Sennyuu Seyo!,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2010-07-15, -/games/boxart/full_gachitora-abarenbou-kyoushi-in-high-school_860JapanFront.jpg,GachiTora! Abarenbou Kyoushi in High School,PSP,Action,Spike,Spike,,0.05,,0.05,,,2011-04-21, -/games/boxart/881774ccc.jpg,Dynasty Warriors 5,XB,Action,KOEI,Omega Force,,0.05,0.04,,0.01,0,2005-09-13, -/games/boxart/full_6144819JapanFrontccc.jpg,Haikyu!! Cross Team Match!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.05,,0.05,,,2016-03-03,2018-08-06 -/games/boxart/full_2882876JapanFrontccc.jpg,Zyuden Sentai Kyoryuger: Game on Gaburincho,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2013-08-08,2019-01-05 -/games/boxart/full_3076354JapanFrontccc.jpg,Shin Sangoku Musou 5 Empires,PSP,Action,KOEI,Koei,,0.05,,0.05,,,2010-01-21, -/games/boxart/5839080ccc.jpg,Legend of Kay,PS2,Action,Capcom,Neon Studios,7.2,0.05,0.03,,0.02,0.01,2005-09-21, -/games/boxart/full_4405381JapanFrontccc.jpg,The Idolm@ster: Dearly Stars,DS,Adventure,Namco Bandai,Microvision,,0.05,,0.05,,,2009-09-17, -/games/boxart/full_3256761JapanFrontccc.jpg,White Album: Tsuzurareru Fuyu no Omoide,PS3,Adventure,Aquaplus,Aquaplus,,0.05,,0.05,,,2010-06-24, -/games/boxart/full_5546121JapanFrontccc.jpg,Harukanaru Toki no Naka de: Yumenoukihashi,DS,Adventure,KOEI,Koei,,0.05,,0.05,,,2008-08-21, -/games/boxart/full_200593JapanFrontccc.jpg,Yowamushi Pedal Asu e no High Cadence,3DS,Adventure,Namco Bandai Games,Bandai Namco,,0.05,,0.05,,,2015-01-29,2019-01-30 -/games/boxart/full_9756167JapanFrontccc.jpg,D.Gray-man: Kami no Shitotachi,DS,Adventure,Konami,Konami,,0.05,,0.05,,,2007-03-29, -/games/boxart/full_5196187AmericaFrontccc.jpg,Samurai Champloo: Sidetracked,PS2,Action,Namco Bandai,Grasshopper Manufacture,,0.05,0.03,,0.02,0.01,2006-04-11, -/games/boxart/full_jojo-no-kimyou-na-bouken-phantom-blood_9JapanFront.jpg,Jojo no Kimyou na Bouken: Phantom Blood,PS2,Action,Bandai,Anchor Entertainment,,0.05,,0.05,,,2006-10-26, -/games/boxart/full_metal-fight-beyblade-bakugami-susanoh-shuurai_10JapanFront.jpg,Metal Fight Beyblade: Bakugami Susanoh Shuurai!,DS,Action,Hudson Soft,Hudson Soft,,0.05,,0.05,,,2010-07-15, -/games/boxart/full_5552866JapanFrontccc.jpg,Minna no Ennichi,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2012-05-24,2019-01-05 -/games/boxart/full_1566715JapanFrontccc.jpg,Choujikuu Yousai Macross: Ai Oboete Imasu ka,PS3,Action,Namco Bandai Games,Scarab,,0.05,,0.05,,,2012-07-26,2019-01-05 -/games/boxart/full_4239549AmericaFrontccc.jpg,Aliens in the Attic,DS,Action,Playlogic Game Factory,Playlogic Game Factory,,0.05,0.05,,0,0,2009-07-28, -/games/boxart/6929962ccc.jpg,Marc Ecko's Getting Up: Contents Under Pressure,PS2,Action,Atari,"The Collective, Inc.",,0.05,0.03,,0.02,0.01,2006-02-14, -/games/boxart/1298244ccc.jpg,Blood Omen 2,GC,Action,Eidos Interactive,Crystal Dynamics,,0.05,0.04,,0.01,0,2002-12-09, -/games/boxart/full_8479638AmericaFrontccc.jpg,Jenga World Tour,Wii,Misc,Atari,Atomic Planet Entertainment,2,0.05,0.05,,0,0,2007-12-07, -/games/boxart/full_4339133AmericaFrontccc.jpg,Imagine: Artist,DS,Misc,Ubisoft,Ubisoft,,0.05,0.05,,,0,2009-11-17, -/games/boxart/full_6214926AmericaFrontccc.jpg,Plants vs. Zombies: Garden Warfare 2,PC,Shooter,Electronic Arts,PopCap Games,,0.05,0.01,,0.04,0,2016-02-23,2018-07-09 -/games/boxart/full_9525916AmericaFrontccc.jpg,Starblood Arena,PS4,Shooter,Sony Interactive Entertainment,WhiteMoon Dreams,,0.05,0.04,,,0.01,2017-04-11,2018-11-27 -/games/boxart/full_9421220AmericaFrontccc.jpg,Strange Brigade,XOne,Shooter,Rebellion Developments,Rebellion Developments,,0.05,0.04,,0.01,0.01,2018-08-28,2018-04-26 -/games/boxart/full_9670930AmericaFrontccc.jpg,Furu Furu Park,Wii,Misc,Majesco,Taito Corporation,,0.05,0.05,,,0,2008-01-17, -/games/boxart/full_7344711JapanFrontccc.jpg,Fushigi? Kagaku: Nazotoki Quiz Training - NazoTore,DS,Misc,Benesse,Benesse,,0.05,,0.05,,,2008-05-29, -/games/boxart/full_9913665JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken DS SE,DS,Misc,Sega,Sammy Studios,,0.05,,0.05,,,2006-08-10, -/games/boxart/9815116ccc.jpg,Activision Hits: Remixed,PSP,Misc,Activision,Digital Eclipse Software,7.4,0.05,0.05,,0,0,2006-11-08, -/games/boxart/full_6938248JapanFrontccc.jpg,Doraemon: Shin Nobita no Nihon Tanjou,3DS,Misc,FuRyu Corporation,Unknown,,0.05,,0.05,,,2016-03-03, -/games/boxart/full_touch-n-play-collection_475AmericaFront.jpg,Touch 'N' Play Collection,DS,Misc,O-Games,O-Games,,0.05,0.03,,0.01,0,2011-05-10, -/games/boxart/full_learn-science_775AmericaFront.jpg,Learn Science,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,0.05,0.05,,,0,2010-12-07, -/games/boxart/full_7413157AmericaFrontccc.jpg,Rockin' Pretty,DS,Misc,Aksys Games,Arc System Works,,0.05,0.05,,,0,2009-07-28, -/games/boxart/full_2857359JapanFrontccc.jpg,Pachinko Wars II,SNES,Misc,Coconuts Japan,Coconuts Japan,,0.05,,0.05,,,1993-12-17, -/games/boxart/full_5896616PALFrontccc.jpg,SingStar Mallorca Party,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.05,,,0.04,0.01,2009-07-13, -/games/boxart/960784ccc.jpg,Shrek Super Party,GC,Misc,TDK Mediactive,Mass Media,4.9,0.05,0.04,,0.01,0,2003-05-30, -/games/boxart/full_3628533JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 2 Chuugoku,DS,Misc,Nintendo,TOSE,,0.05,,0.05,,,2006-04-20, -/games/boxart/7070234ccc.jpg,Taito Legends,XB,Misc,Sega,Empire Oxford,,0.05,0.04,,0.01,0,2005-10-25, -/games/boxart/full_rock-band-country-track-pack-2_726AmericaFront.jpg,Rock Band Country Track Pack 2,X360,Misc,MTV Games,Harmonix Music Systems,,0.05,0.04,,,0,2011-02-01, -/games/boxart/full_666760AmericaFrontccc.jpg,Smart Kid's Party Fun Pak,DS,Misc,UFO Interactive,Starfish Inc.,,0.05,0.05,,,0,2008-10-15, -/games/boxart/full_5350384AmericaFrontccc.jpg,Dream Salon,Wii,Misc,Zoo Games,Zoo Games,,0.05,0.05,,,0,2009-11-03, -/games/boxart/full_8285408AmericaFrontccc.jpg,Disney's Party,GC,Misc,Electronic Arts,Neverland Company,4.4,0.05,0.04,,0.01,0,2003-09-16, -/games/boxart/full_the-idolmaster-gravure-for-you-vol-2_832JapanFront.jpg,The Idolmaster: Gravure For You! Vol. 2,PS3,Misc,Namco Bandai,Namco Bandai,,0.05,,0.05,,,2011-11-23, -/games/boxart/full_369200AmericaFrontccc.jpg,Sega 3D Classics Collection,3DS,Misc,Sega,M2,7,0.05,0.05,,,0.01,2016-04-26,2019-01-11 -/games/boxart/full_kimi-ni-todoke-tsutaeru-kimochi_305JapanFront.jpg,Kimi ni Todoke: Tsutaeru Kimochi,DS,Adventure,Banpresto,Namco Bandai Games,,0.05,,0.05,,,2011-04-07, -/games/boxart/full_1930159JapanFrontccc.jpg,Wii de Asobu Chibi-Robo!,Wii,Adventure,Nintendo,skip Ltd.,,0.05,,0.05,,,2009-06-11, -/games/boxart/full_797103AmericaFrontccc.jpg,Don't Starve,PS4,Adventure,Klei Entertainment,Klei Entertainment,,0.05,0.04,,,0.01,2018-04-17,2018-01-12 -/games/boxart/full_lupin-iii-lupin-ni-wa-shi-o-zenigata-ni-wa-koi-o_1PALFront.jpg,"Lupin III: Lupin ni wa Shi o, Zenigata ni wa Koi o",PS2,Adventure,505 Games,Banpresto,,0.05,,0.05,,,2008-02-15, -/games/boxart/326310ccc.jpg,Snoopy vs the Red Baron,PSP,Adventure,Namco Bandai,Smart Bomb Interactive,,0.05,0.04,,,0,2006-10-24, -/games/boxart/full_213065AmericaFrontccc.jpg,Crusader: No Remorse,PS,Adventure,Electronic Arts,Realtime Associates,,0.05,0.03,,0.02,0,1996-12-31, -/games/boxart/full_7256968AmericaFrontccc.jpeg,Life is Strange,PC,Adventure,Square Enix,DONTNOD Entertainment,,0.05,0.01,,0.04,0,2016-01-19, -/games/boxart/full_8552374AmericaFrontccc.jpg,Coraline,Wii,Adventure,D3 Publisher,Papaya Studios,,0.05,0.05,,0,0,2009-01-27, -/games/boxart/full_hakuouki-reimeiroku_5JapanFront.jpg,Hakuouki: Reimeiroku,PS2,Adventure,Idea Factory,Idea Factory,,0.05,,0.05,,,2010-10-28, -/games/boxart/full_pokepark-2-wonders-beyond_563AmericaFront.jpg,PokePark 2: Wonders Beyond,Wii,Adventure,Nintendo,"Creatures, Inc.",,0.05,0.03,0.03,,,2012-02-27, -/games/boxart/full_1558225JapanFrontccc.jpg,Kekkon Zenya,SAT,Adventure,Shogakukan,Shogakukan Production,,0.05,,0.05,,0,1995-10-27, -/games/boxart/full_6950456JapanFrontccc.jpg,Tokimeki Memorial: Girls Side 1st Love,DS,Adventure,Konami,Konami,,0.05,,0.05,,,2007-03-15, -/games/boxart/full_7368026AmericaFrontccc.jpg,The Misadventures of Tron Bonne,PS,Adventure,Capcom,Capcom,,0.05,0.03,,0.02,0,2000-04-30, -/games/boxart/3472793ccc.jpg,March of the Penguins,DS,Adventure,DSI Games,DSI Games,,0.05,0.04,,0,0,2006-11-27, -/games/boxart/full_3046214AmericaFrontccc.jpg,Tokyo Twilight Ghost Hunters Daybreak: Special Gigs,PS4,Adventure,NIS America,Toybox Games,,0.05,0.04,,,0.01,2016-09-20,2018-09-19 -/games/boxart/full_8103575AmericaFrontccc.jpg,Lux-Pain,DS,Adventure,Ignition Entertainment,Killaware,,0.05,0.04,,0,0,2009-03-24, -/games/boxart/full_to-heart-2-dx-plus_968JapanFront.jpg,To Heart 2 DX Plus,PS3,Adventure,Aquaplus,Aquaplus,,0.05,,0.05,,,2011-09-22, -/games/boxart/full_3919089AmericaFrontccc.jpg,Scribblenauts Mega Pack,NS,Adventure,Warner Bros. Interactive Entertainment,Shiver Games,,0.05,0.05,,,0.01,2018-09-18,2019-02-20 -/games/boxart/full_8573717AmericaFrontccc.jpg,Agatha Christie's The ABC Murders,XOne,Adventure,Unfinished Pixel,Artefacts Studio,,0.05,0.04,,0,0.01,2016-02-23,2018-06-27 -/games/boxart/full_3451767PALFrontccc.jpg,Mr Bean's Wacky World of Wii,Wii,Adventure,Blast! Entertainment Ltd,Blast Games,,0.05,,,0.05,0,2009-02-06, -/games/boxart/full_9426875AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,X360,Adventure,Focus Home Interactive,Frogwares,,0.05,0.03,,0.02,0,2014-09-30,2018-04-18 -/games/boxart/6640072ccc.jpg,Shifters,PS2,Adventure,3DO,3DO,,0.05,0.03,,0.02,0.01,2002-06-17, -/games/boxart/full_144309JapanFrontccc.jpg,Detective Conan: Prelude from the Past,DS,Adventure,Namco Bandai Games,Spike Chunsoft,,0.05,,0.05,,,2012-04-19,2019-01-19 -/games/boxart/full_arcana-famiglia-la-storia-della-aracana-famiglia_763JapanFront.jpg,Arcana Famiglia: La storia della Aracana Famiglia,PSP,Adventure,Comfort,Comfort,,0.05,,0.05,,,2011-10-27, -/games/boxart/full_4016359AmericaFrontccc.jpg,Jake Hunter Detective Story: Ghost of the Dusk,3DS,Adventure,Aksys Games,Arc System Works,,0.05,0.03,0.01,,0,2018-09-28,2018-08-03 -/games/boxart/full_3613333AmericaFrontccc.jpg,Samantha Swift and the Hidden Roses of Athena,DS,Adventure,Mumbo Jumbo,MumboJumbo,,0.05,0.04,,0.01,0,2010-07-26, -/games/boxart/full_8075332AmericaFrontccc.jpg,The Walking Dead: A Telltale Series Collection,XOne,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.05,0.05,,,0.01,2017-12-05, -/games/boxart/full_5516240AmericaFrontccc.jpg,Second Sight,GC,Adventure,Codemasters,Free Radical Design,7.9,0.05,0.04,,0.01,0,2004-09-21, -/games/boxart/full_the-mysterious-case-of-dr-jekyll-and-mr-hyde_851AmericaFront.jpg,The Mysterious Case of Dr. Jekyll and Mr. Hyde,DS,Adventure,O-Games,O-Games,,0.05,0.02,,0.03,0,2011-08-09, -/games/boxart/full_7268972AmericaFrontccc.jpg,Brothers: A Tale of Two Sons,XOne,Adventure,505 Games,Starbreeze Studios,,0.05,0.04,,0.01,0.01,2015-09-01,2018-06-27 -/games/boxart/full_back-to-the-future-the-game_40AmericaFront.jpg,Back to the Future: The Game,Wii,Adventure,Telltale Games,Telltale Games,7,0.05,0.05,,0,0,2011-10-25,2018-04-23 -/games/boxart/full_7911175AmericaFrontccc.jpg,Batman: The Enemy Within,XOne,Adventure,Telltale Games,Telltale Games,,0.05,0.04,,,0.01,2017-10-03,2018-06-29 -/games/boxart/full_1657571JapanFrontccc.jpg,Tokimeki Memorial Girl's Side 2nd Kiss,PS2,Adventure,Konami,Konami,,0.05,,0.05,,,2006-08-03, -/games/boxart/full_5890013AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy: The Telltale Series,XOne,Adventure,Warner Bros. Interactive Entertainment,Telltale Games,,0.05,0.05,,,0.01,2017-05-02,2018-06-27 -/games/boxart/full_3830536JapanFrontccc.jpg,Koihime Musou,PS2,Adventure,Yeti,Yeti,,0.05,,0.05,,,2008-11-20, -/games/boxart/full_763267JapanFrontccc.jpg,Shinseiki Evangelion 2: Tsukurareshi Sekai - Another Cases,PSP,Adventure,Bandai,Alfa System,,0.05,,0.05,,,2006-04-27, -/games/boxart/full_corpse-party-blood-covered-repeated-fear_4JapanFront.jpg,Corpse Party,PSP,Adventure,Xseed Games,Team GrisGris,,0.05,,0.05,,,2011-11-22, -/games/boxart/full_treasure-report-kikai-jikake-no-isan_874JapanFront.jpg,Treasure Report: Kikai Jikake no Isan,DS,Adventure,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2011-05-26, -/games/boxart/full_9680188AmericaFrontccc.jpg,LEGO Indiana Jones 2: The Adventure Continues,PC,Adventure,LucasArts,Traveller's Tales,6.8,0.05,0.02,,0.03,0.01,2009-11-17, -/games/boxart/full_4249215JapanFrontccc.jpg,Detective Conan: Marionette Symphony,3DS,Adventure,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2013-04-25,2019-01-30 -/games/boxart/full_1319603AmericaFrontccc.jpg,M&M's Adventure,DS,Adventure,Zoo Digital Publishing,Nikitova Games,,0.05,0.04,,,0,2008-12-02, -/games/boxart/full_4196301AmericaFrontccc.jpg,Gitaroo Man,PS2,Misc,KOEI,iNiS,,0.05,0.02,,0.02,0.01,2002-02-20, -/games/boxart/full_8345609PALFrontccc.jpg,Atari Flashback Classics: Volume 3,XOne,Misc,Funbox Media,Atari,,0.05,0.04,,,0.01,2018-09-28,2018-10-27 -/games/boxart/full_7506428JapanFrontccc.jpg,Hatsune Miku: Project Diva Future Tone DX,PS4,Misc,Sega,Sega,,0.05,,0.05,,,2017-11-22,2017-12-30 -/games/boxart/full_9525541AmericaFrontccc.jpg,Major Minor's Majestic March,Wii,Misc,Majesco,NanaOn-Sha,4.5,0.05,0.05,,0,0,2009-04-02, -/games/boxart/full_6857163JapanFrontccc.jpg,Game no Kanzume Vol 2,SCD,Misc,Sega,Unknown,,0.05,,0.05,,0,1994-03-18, -/games/boxart/full_8854877JapanFrontccc.jpg,Super Heroine Chronicle,PSV,Misc,Namco Bandai Games,Banpresto,,0.05,,0.05,,,2014-02-06,2019-01-14 -/games/boxart/5702168ccc.jpg,Pinball Hall of Fame: The Gottlieb Collection,GC,Misc,Crave Entertainment,FarSight Studios,,0.05,0.04,,0.01,0,2005-03-20, -/games/boxart/full_4746198AmericaFrontccc.jpg,Werewolves Within,PS4,Misc,Ubisoft,Ubisoft,,0.05,0.04,,,0.01,2016-12-06, -/games/boxart/722742ccc.jpg,Hail to the Chimp,PS3,Misc,Gamecock,Wideload Games,7,0.05,0.05,,,0.01,2008-06-24, -/games/boxart/full_116670JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 15: Pachinko Fuyu no Sonata 2,PS2,Misc,Hackberry,Hack Berry,,0.05,,0.05,,,2008-12-25, -/games/boxart/full_8229824AmericaFrontccc.jpg,Zumba Fitness: World Party,WiiU,Misc,Majesco Entertainment,Zoe Mode,,0.05,,,0.04,0,2013-11-05,2018-01-22 -/games/boxart/8079588ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,Wii,Misc,Activision,Left Field Productions,4.6,0.05,0.04,,0,0,2006-12-12, -/games/boxart/7099961ccc.jpg,World Championship Poker: Featuring Howard Lederer - All In,X360,Misc,Crave Entertainment,Point of View,,0.05,0.04,,0,0,2006-08-29, -/games/boxart/full_8484607AmericaFrontccc.jpg,Wonder World Amusement Park,Wii,Misc,Majesco,Coyote Console,,0.05,0.04,,0,0,2008-07-08, -/games/boxart/7093421ccc.jpg,Cartoon Network Block Party,GBA,Misc,Majesco,One Man Band,4,0.05,0.03,,0.01,0,2004-08-05, -/games/boxart/full_6012120JapanFrontccc.jpg,Shinseiki Evangelion- Eva: Yukai na Nakama Tachi,PS,Misc,Gainax Network Systems,Gainax,,0.05,,0.05,,0,1998-07-23, -/games/boxart/full_super-jinsei-game-2_828JapanFront.jpg,Super Jinsei Game 2,SNES,Misc,Takara,Takara,,0.05,,0.05,,0,1995-09-08, -/games/boxart/3805448ccc.jpg,World Series of Poker,GC,Misc,Activision,Activision Value,4.7,0.05,0.04,,0.01,0,2005-09-14, -/games/boxart/full_reader-rabbit-2nd-grade_6AmericaFront.jpg,Reader Rabbit 2nd Grade,Wii,Misc,Graffiti,Graffiti Entertainment,,0.05,0.04,,,0,2010-05-04, -/games/boxart/full_2724877JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Bongole Shiki Taisen Battle Sugoroku,DS,Misc,Takara Tomy,Takara Tomy,,0.05,,0.05,,,2008-03-27, -/games/boxart/full_6770094AmericaFrontccc.jpg,Prison Architect,PS4,Simulation,Introversion Software,Introversion Software,,0.05,0.02,,0.02,0.01,2016-06-28,2018-08-18 -/games/boxart/full_4022228AmericaFrontccc.jpg,Pet Vet: Down Under,DS,Simulation,Deep Silver,Braingame,,0.05,0.04,,,0,2009-03-31, -/games/boxart/full_ship-simulator-extremes_606AmericaFront.jpg,Ship Simulator Extremes,PC,Simulation,Paradox Interactive,VSTEP,,0.05,,,0.04,0.01,2010-09-21, -/games/boxart/full_3060085AmericaFrontccc.jpg,Pony Friends,DS,Simulation,Eidos Interactive,Tantalus Interactive,,0.05,,,0.04,0.01,2007-05-30, -/games/boxart/full_2033266AmericaFrontccc.jpg,Fishing Sim World,XOne,Simulation,Dovetail Games,Dovetail Games,,0.05,0.04,,,0.01,2018-09-18,2018-08-02 -/games/boxart/full_9111641AmericaFrontccc.jpg,Unsolved Crimes,DS,Adventure,Atari,Now Production,6,0.05,0.04,,0.01,,2008-09-30, -/games/boxart/full_6072188JapanFrontccc.jpg,Harukanaru Toki no Naka de 3,PS2,Adventure,KOEI,Koei,,0.05,,0.05,,,2004-12-22, -/games/boxart/full_5446852JapanFrontccc.jpg,Corpse Party: Blood Covered - Repeated Fear,3DS,Adventure,5pb,Team GrisGris,,0.05,,0.05,,,2015-07-30,2018-01-14 -/games/boxart/full_durarara-3-way-standoff_7JapanFront.jpg,Durarara!! 3-way Standoff,PSP,Adventure,ASCII Media Works,Kadokawa Games,,0.05,,0.05,,,2010-09-22, -/games/boxart/full_2195827JapanFrontccc.jpg,Taiho Shichauzo!,PS,Adventure,Pioneer LDC,Pioneer LDC,,0.05,,0.05,,0,2001-03-29, -/games/boxart/628076ccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,DS,Adventure,Activision,Humagade,,0.05,0.05,,,0,2005-11-08, -/games/boxart/full_2172080AmericaFrontccc.jpg,The Invisible Hours,XOne,Adventure,Tequila Works,Tequila Works,,0.05,0.05,,,0.01,2018-04-24,2018-09-17 -/games/boxart/full_4317849AmericaFrontccc.jpg,Jake Power: Policeman,DS,Adventure,Ubisoft,Magic Pockets,,0.05,0.05,,0,0,2009-02-17, -/games/boxart/full_1828226AmericaFrontccc.jpg,Myst IV: Revelation,XB,Adventure,Ubisoft,Ubisoft Montreal,,0.05,0.04,,0.01,0,2005-03-29, -/games/boxart/full_6794732JapanFrontccc.jpg,Jirou Akagawa: Majotachi no Nemuri,SNES,Adventure,Pack-In-Video,Pack-In-Video,,0.05,,0.05,,0,1995-11-24, -/games/boxart/full_trick-x-logic-season-1_5JapanFront.jpg,Trick x Logic: Season 1,PSP,Adventure,Sony Computer Entertainment,ChunSoft,,0.05,,0.05,,,2010-07-22, -/games/boxart/full_4540221JapanFrontccc.jpg,DokiDoki Majo Shinpan!,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.05,,0.05,,,2007-07-05, -/games/boxart/full_1933815JapanFrontccc.jpg,Starry * Sky: In Spring - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.05,,0.05,,,2010-06-24, -/games/boxart/full_6448578JapanFrontccc.jpg,Little Busters! Converted Edition,PS2,Adventure,Prototype,Key,,0.05,,0.05,,,2009-12-24, -/games/boxart/full_6129390AmericaFrontccc.jpg,Sam & Max: Beyond Time and Space,Wii,Adventure,Atari,Telltale Games,,0.05,0.05,,,0,2010-03-09, -/games/boxart/full_7433314AmericaFrontccc.jpg,Black Mirror,PS4,Adventure,THQ Nordic,KING Art Games,,0.05,0.04,,,0.01,2017-11-28,2018-08-20 -/games/boxart/full_6073791AmericaFrontccc.jpg,Yomawari: The Long Night Collection,NS,Action-Adventure,NIS America,Nippon Ichi Software,,0.05,0.04,0.01,,0,2018-10-30,2018-11-07 -/games/boxart/full_lego-harry-potter-years-1-4_6AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PC,Adventure,Warner Bros. Interactive,Telltale Games,8.2,0.05,0.04,,0.01,0.01,2010-06-29, -/games/boxart/full_murder-she-wrote_338PALFront.jpg,"Murder, She Wrote",PC,Adventure,Legacy Interactive,Legacy Interactive,,0.05,,,0.04,0.01,2009-11-12, -/games/boxart/full_the-lost-chronicles-of-zerzura_311PALFront.jpg,The Lost Chronicles of Zerzura,PC,Adventure,Unknown,Cranberry Production,,0.05,,,0.05,0,2012-03-30, -/games/boxart/full_6956967AmericaFrontccc.jpg,King Arthur,XB,Adventure,Konami,Krome Studios,6.5,0.05,0.04,,0.01,0,2004-11-16, -/games/boxart/full_1709888AmericaFrontccc.jpg,Chronicles of the Sword,PS,Adventure,Psygnosis,Synthetic Dimensions,,0.05,0.03,,0.02,0,1996-06-01, -/games/boxart/full_6197057AmericaFrontccc.jpg,Secret Files: Tunguska,DS,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.05,0.04,,0.01,0,2010-03-10, -/games/boxart/9886567ccc.jpg,Chameleon Twist 2,N64,Platform,Sunsoft,Japan Supply System,,0.05,0.04,,0.01,0,1999-03-31, -/games/boxart/1500290ccc.jpg,Sitting Ducks,PS2,Platform,Hip Interactive,Asobo Studio,,0.05,0.03,,0.02,0.01,2004-07-01, -/games/boxart/full_1778073AmericaFrontccc.jpg,Microsoft Flight Simulator X Acceleration Expansion Pack,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,0.05,,,0.04,0.01,2007-10-23, -/games/boxart/full_1803311AmericaFrontccc.png,Sushi Go-Round,Wii,Simulation,SouthPeak Interactive,Asylum Entertainment,,0.05,0.04,,,0,2010-03-30, -/games/boxart/976148ccc.jpg,The Sims,PC,Simulation,Maxis,Maxis,8.9,0.05,0.01,,0.03,0,2000-01-31, -/games/boxart/full_3124296JapanFrontccc.jpg,Shaman King: Soul Fight,GC,Platform,Bandai,Tuning Electronic,,0.05,,0.05,,0,2003-03-28, -/games/boxart/full_2821262AmericaFrontccc.jpg,Mighty No. 9,WiiU,Platform,Deep Silver,Comcept,,0.05,0.03,,0.01,0.01,2016-06-21,2018-07-04 -/games/boxart/full_4677307AmericaFrontccc.jpg,Mirror's Edge,PC,Platform,Electronic Arts,EA Digital Illusions CE,,0.05,,,0.05,0.01,2009-01-12,2019-03-25 -/games/boxart/full_4964044AmericaFrontccc.jpg,Drill Dozer,GBA,Platform,Nintendo,Game Freak,7.9,0.05,0.04,,0.01,0,2006-02-06, -/games/boxart/full_9293308AmericaFrontccc.jpg,Death Jr. II: Root of Evil,PSP,Platform,Konami,Backbone Entertainment,6.9,0.05,0.05,,0,0,2006-10-31, -/games/boxart/6929761ccc.jpg,Dynamite Headdy,GEN,Platform,Sega,"Treasure Co., Ltd.",,0.05,,0.05,,0,1994-08-04, -/games/boxart/7359993ccc.jpg,Dragon's Lair 3D: Return to the Lair,XB,Platform,Ubisoft,Dragonstone Software,,0.05,0.04,,0.01,0,2002-11-18, -/games/boxart/full_9055180AmericaFrontccc.jpg,Hakuoki: Warriors of the Shinsengumi,PSP,Simulation,Aksys Games,Design Factory,,0.05,,0.05,,,2013-02-19,2019-04-02 -/games/boxart/full_3127148AmericaFrontccc.jpg,Cesar Millan's Dog Whisperer,DS,Simulation,Ubisoft,Ubisoft,,0.05,0.04,,0,0,2008-10-15, -/games/boxart/full_5617622AmericaFrontccc.jpg,Virtual Villagers: A New Home,DS,Simulation,Conspiracy Entertainment,Keen Games,,0.05,0.04,,0.01,0,2010-04-20, -/games/boxart/9688203ccc.jpg,Naval Ops: Commander,PS2,Simulation,KOEI,Micro Cabin,,0.05,0.03,,0.02,0.01,2004-03-09, -/games/boxart/full_4735102AmericaFrontccc.jpg,The Sims 2: University,PC,Simulation,Electronic Arts,Maxis,,0.05,0.01,,0.04,0,2005-02-28, -/games/boxart/full_7752441AmericaFrontccc.jpg,The Long Dark,XOne,Simulation,Skybound Games,Hinterland Studio Inc.,,0.05,0.05,,,0.01,2018-09-04,2018-08-07 -/games/boxart/full_animal-planet-vet-collection_5AmericaFront.jpg,Animal Planet: Vet Collection,DS,Simulation,Activision,Activision,,0.05,0.05,,,0,2010-07-20, -/games/boxart/full_1288614AmericaFrontccc.jpg,Period Cube ~Shackles of Amadeus~,PSV,Simulation,Aksys Games,Idea Factory,,0.05,0.02,0.03,,0.01,2017-04-28,2018-09-22 -/games/boxart/full_walt-disney-pictures-presents-enchanted_157AmericaFront.jpg,Walt Disney Pictures Presents Enchanted,DS,Platform,Disney Interactive Studios,Altron,,0.05,0.04,,0.01,0,2007-11-06, -/games/boxart/full_4912104AmericaFrontccc.jpg,Owlboy,NS,Platform,Soedesco,D-Pad Studios,9,0.05,0.03,,0.01,0.01,2018-05-29,2018-11-06 -/games/boxart/full_5320823PALFrontccc.jpg,Ski Region Simulator 2012,PC,Simulation,Giants Software,Giants Software,,0.05,,,0.05,0.01,2011-11-25,2019-01-14 -/games/boxart/full_7863809AmericaFrontccc.jpg,The Long Dark,PS4,Simulation,Skybound Games,Hinterland Studio Inc.,,0.05,0.04,,,0.01,2018-09-04,2018-08-07 -/games/boxart/full_6010048AmericaFrontccc.jpg,Imagine Animal Doctor Care Center,DS,Simulation,Ubisoft,Virtual Toys,,0.05,0.05,,,0,2010-05-18, -/games/boxart/full_2002311PALFrontccc.jpg,Imagine: Party Planner,DS,Simulation,Ubisoft,Ubisoft,,0.05,0.05,,0,0,2010-01-26, -/games/boxart/full_6288063AmericaFrontccc.jpg,Air Conflicts: Aces of World War II,PSP,Simulation,Graffiti,Cowboy Rodeo,3.3,0.05,0.05,,,0,2009-04-07, -/games/boxart/full_1635701AmericaFrontccc.jpg,My Riding Stables: Life with Horses,NS,Simulation,TREVA Entertainment,Independent Arts Software GmbH,,0.05,0.04,,,0.01,2018-11-13,2018-08-04 -/games/boxart/full_airline-tycoon-2_807AmericaFront.jpg,Airline Tycoon 2,PC,Simulation,Kalypso,Kalypso Media,,0.05,0,,0.04,0.01,2011-10-11, -/games/boxart/full_4198394AmericaFrontccc.jpg,Zone of the Enders HD Edition,PS3,Simulation,Konami,High Voltage Software,,0.05,,0.05,,,2013-07-23,2018-09-12 -/games/boxart/2869766ccc.jpg,Phantom Crash,XB,Simulation,Phantagram,Genki,,0.05,0.03,0.01,0.01,0,2002-11-04, -/games/boxart/full_5745371AmericaFrontccc.jpg,Real Farm,PS4,Simulation,Soedesco,Triangle Studios,,0.05,0.04,,,0.01,2017-10-27,2018-08-07 -/games/boxart/3113653ccc.jpg,Zapper: One Wicked Cricket!,XB,Platform,Infogrames,Blitz Games,5.2,0.05,0.04,,0.01,0,2002-11-03, -/games/boxart/full_3899983AmericaFrontccc.jpg,Little Nightmares,NS,Platform,Bandai Namco Entertainment,Tarsier Studios,,0.05,,0.03,0.02,0,2018-05-18,2019-02-20 -/games/boxart/4784179ccc.gif,Spitfire Heroes: Tales of the Royal Air Force,DS,Simulation,Destineer,Big John Games,,0.05,0.05,,,0,2008-03-05, -/games/boxart/full_freelancer_3AmericaFront.jpg,Freelancer,PC,Simulation,Microsoft Game Studios,Digital Anvil,,0.05,0.02,,0.03,0,2003-03-03, -/games/boxart/full_8030461AmericaFrontccc.jpg,Carnival Games,PS4,Party,2K Games,Cat Daddy Games,,0.05,0.04,,,0.01,2018-11-06,2018-09-22 -/games/boxart/full_3388525AmericaFrontccc.jpg,Chocolatier,DS,Simulation,Zoo Games,Zoo Games,,0.05,0.05,,,0,2010-03-31, -/games/boxart/full_petz-bunnyz-bunch_128AmericaFront.jpg,Petz Bunnyz Bunch,DS,Simulation,Ubisoft,Ubisoft,,0.05,0.05,,,0,2011-03-08, -/games/boxart/1905936ccc.jpg,Wing Commander: Prophecy,GBA,Simulation,"Destination Software, Inc",Raylight Studios,,0.05,0.04,,0.01,0,2003-06-04, -/games/boxart/full_1040159PALFrontccc.jpg,The Sims 4 Seasons,PC,Simulation,Electronic Arts,EA,,0.05,,,0.05,0,2018-06-22,2018-05-26 -/games/boxart/full_tennis-no-oji-sama-2005-crystal-drive_632JapanFront.jpg,Tennis no Oji-Sama: 2005 Crystal Drive,DS,Sports,Konami,Konami,,0.05,,0.05,,,2004-12-30, -/games/boxart/full_2344710JapanFrontccc.jpg,Yakuza 3,PS4,Action-Adventure,Sega,Sega,,0.05,,0.05,,,2018-08-09,2018-08-25 -/games/boxart/full_9879544AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,PS4,Action-Adventure,505 Games,Ninja Theory,8.3,0.05,0.03,,0.01,0.01,2018-12-04,2018-11-02 -/games/boxart/full_9614801AmericaFrontccc.jpg,rain,PS3,Action-Adventure,Sony Computer Entertainment,PlayStation C.A.M.P.!,,0.05,,0.05,,,2013-10-01,2019-01-19 -/games/boxart/full_8270207AmericaFrontccc.jpg,Resident Evil 4,XOne,Action-Adventure,Capcom,Capcom,,0.05,0.04,,,0.01,2016-08-30,2018-09-04 -/games/boxart/full_4387640AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,PS3,Action-Adventure,D3Publisher,Way Forward,,0.05,0.02,,0.02,0.01,2013-11-19,2018-03-19 -/games/boxart/5082228ccc.jpg,Virtua Tennis 3,PSP,Sports,Sega,Sumo Digital,,0.05,0.02,,0.02,0.01,2007-03-26, -/games/boxart/full_6932406JapanFrontccc.jpg,Winning Post 7 2013,PS3,Sports,Tecmo Koei,Tecmo Koei Games,,0.05,,0.05,,,2013-03-14,2019-01-19 -/games/boxart/2912128ccc.jpg,Yanya Caballista: City Skater,PS2,Sports,KOEI,Cave,,0.05,0.02,,0.02,0.01,2001-10-01, -/games/boxart/full_9855201AmericaFrontccc.jpg,Golf Club 2019,XOne,Sports,2K Games,HB Studios,,0.05,0.05,,,0.01,2018-11-13,2018-09-11 -/games/boxart/6839790ccc.gif,Top Spin 2,DS,Sports,2K Sports,Indie Built,5.2,0.05,0.05,,0,0,2006-03-29, -/games/boxart/7099754ccc.jpg,NHL Blades of Steel '99,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.05,0.05,,,0,1999-04-05, -/games/boxart/2446734ccc.jpg,ESPN International Winter Sports 2002,GC,Sports,Konami,Konami Computer Entertainment Osaka,,0.05,0.04,,0.01,0,2002-02-04, -/games/boxart/full_slam-dunk-sd-heat-up_6JapanFront.jpg,Slam Dunk SD Heat Up!!,SNES,Sports,Bandai,Bandai,,0.05,,0.05,,,1995-10-27, -/games/boxart/1743442ccc.gif,Ontamarama,DS,Action,Atlus,Unknown,,0.05,0.05,,,0,2007-11-06, -/games/boxart/9247066ccc.jpg,NBA 2K,DC,Sports,Sega,Visual Concepts,8.9,0.05,,0.05,,,1999-11-10, -/games/boxart/full_4704169AmericaFrontccc.jpg,King's Quest: The Complete Collection,XOne,Adventure,Activision,The Odd Gentlemen,,0.05,0.04,,,0.01,2016-10-24,2018-12-18 -/games/boxart/full_3631198JapanFrontccc.jpg,Time Travelers,PSV,Adventure,Level 5,Level 5,,0.05,,0.05,,,2012-07-12,2019-01-02 -/games/boxart/full_shin-kamaitachi-no-yoru-11-hitome-no-suspect_891JapanFront.jpg,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PSV,Adventure,ChunSoft,ChunSoft,,0.05,,0.05,,,2011-12-17, -/games/boxart/full_6550725AmericaFrontccc.jpg,SpongeBob: HeroPants,3DS,Action-Adventure,Activision,Behaviour Interactive,,0.05,0.04,,,0.01,2015-02-03,2018-04-15 -/games/boxart/full_5683622JapanFrontccc.jpg,Disaster Report 4 Plus: Summer Memories,PS4,Action-Adventure,NIS America,Granzella,,0.05,,0.05,,,2020-04-07,2018-12-19 -/games/boxart/full_7466395AmericaFrontccc.jpg,Rodea the Sky Soldier,3DS,Action-Adventure,NIS America,Kadokawa Games,,0.05,0.04,,0,0.01,2015-11-10,2018-04-06 -/games/boxart/5599074ccc.jpg,Finny the Fish & the Seven Waters,PS2,Sports,Natsume,SCEI,,0.05,0.02,,0.02,0.01,2005-05-17, -/games/boxart/full_8375399JapanFrontccc.jpg,J-League '96 Dream Stadium,SNES,Sports,Hudson Soft,Hudson Soft,,0.05,,0.05,,0,1996-06-01, -/games/boxart/full_4365360JapanFrontccc.jpg,BeatMania IIDX 3rd Style,PS2,Simulation,Konami,Konami,,0.05,,0.05,,,2000-11-02, -/games/boxart/full_4139872AmericaFrontccc.jpg,Surviving Mars,XOne,Simulation,Maximum Games,Haemimont Games,,0.05,0.04,,,0.01,2018-03-15,2018-03-18 -/games/boxart/full_7128798AmericaFrontccc.jpg,Fishing Sim World,PS4,Simulation,Dovetail Games,Dovetail Games,,0.05,0.04,,,0.01,2018-09-18,2018-08-02 -/games/boxart/full_the-idolmaster-2_607JapanFront.jpg,The Idolmaster 2,X360,Simulation,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2011-02-24, -/games/boxart/full_2894335AmericaFrontccc.jpg,Dreamer Series: Puppy Trainer,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.05,0.05,,,0,2008-12-16, -/games/boxart/full_il-2-sturmovik-cliffs-of-dover_31AmericaFront.jpg,IL-2 Sturmovik: Cliffs of Dover,PC,Simulation,Ubisoft,1C: Maddox Games,5,0.05,,,0.05,0.01,2011-04-26, -/games/boxart/full_2504392AmericaFrontccc.jpg,Pony Friends: Mini Breeds Edition,DS,Simulation,Eidos Interactive,Tantalus Interactive,,0.05,0.05,,,0,2008-12-02, -/games/boxart/full_6447698JapanFrontccc.jpg,G1 Grand Prix,3DS,Simulation,Genki,Genki,,0.05,,0.05,,,2012-05-24,2019-01-29 -/games/boxart/1185970ccc.jpg,Wing Island,Wii,Simulation,Hudson Soft,CAProduction,,0.05,0.03,0.01,0.01,0,2007-03-20, -/games/boxart/full_1442974AmericaFrontccc.jpg,MiniCopter: Adventure Flight,Wii,Simulation,Aksys Games,Sonic Powered,,0.05,0.04,,0,0,2008-04-11, -/games/boxart/full_6447720PALFrontccc.jpg,Apassionata: Die Galanacht der Pferde,DS,Simulation,RTL,B-Alive,,0.05,,,0.04,0.01,2009-03-27, -/games/boxart/7894918ccc.jpg,Air Traffic Chaos,DS,Simulation,Majesco,TechnoBrain,6.8,0.05,0.05,,0,0,2008-09-09, -/games/boxart/full_8179452AmericaFrontccc.jpg,Little Dragons Café,PS4,Simulation,Aksys Games,Aksys Games,,0.05,0.03,0.01,,0.01,2018-08-24,2018-09-26 -/games/boxart/default.jpg,Pet Pals: New Leash on Life,DS,Simulation,Destineer,Legacy Interactive,,0.05,0.05,,,0,2010-02-09, -/games/boxart/full_121897AmericaFrontccc.jpg,Armored Core: Formula Front Extreme Battle,PSP,Simulation,Agetec,From Software,6.7,0.05,0.05,,,0,2005-12-15, -/games/boxart/full_2287949AmericaFrontccc.jpg,Hotel for Dogs,Wii,Simulation,505 Games,Paramount Interactive,,0.05,0.04,,0,0,2009-01-06, -/games/boxart/full_737251JapanFrontccc.jpg,BeatMania IIDX 4th Style: New Songs Collection,PS2,Simulation,Konami,Konami,,0.05,,0.05,,,2001-03-29, -/games/boxart/full_5826878AmericaFrontccc.jpg,Carnival Games,XOne,Party,2K Games,Cat Daddy Games,,0.05,0.04,,,0.01,2018-11-06,2018-09-22 -/games/boxart/full_4523167AmericaFrontccc.jpg,Jewel Quest Mysteries,DS,Puzzle,Activision,Activision,,0.05,0.03,,0.01,0,2009-11-03, -/games/boxart/1490177ccc.jpg,Taito Legends Power Up,PSP,Action,Destineer,Unknown,,0.05,0.05,,,0.01,2007-05-17, -/games/boxart/5632604ccc.jpg,Final Fight: Streetwise,PS2,Action,Capcom,Capcom Production Studio 8,,0.05,0.03,,0.02,0.01,2006-02-28, -/games/boxart/full_6512726AmericaFrontccc.jpg,Bottom of the 9th '99,PS,Sports,Konami,Konami,5,0.05,0.03,,0.02,0,1998-07-01, -/games/boxart/7416218ccc.jpg,WTA Tour Tennis,PS2,Sports,Konami,Konami,,0.05,0.03,,0.02,0.01,2002-03-26, -/games/boxart/full_j-league-winning-eleven-2010-club-championship_6JapanFront.jpg,J-League Winning Eleven 2010: Club Championship,PS2,Sports,Konami,Konami,,0.05,,0.05,,,2010-08-05, -/games/boxart/2971249ccc.jpg,Deadliest Catch: Alaskan Storm,X360,Sports,Navarre Corp,Liquid Dragon Studios,,0.05,0.04,,,0,2008-06-17, -/games/boxart/full_5682123AmericaFrontccc.jpg,All Star Tennis 99,N64,Sports,Ubisoft,Smart Dog,5.1,0.05,0.04,,0.01,0,1999-08-31, -/games/boxart/full_7713288JapanFrontccc.jpg,Winning Post World,PS3,Sports,KOEI,Koei,,0.05,,0.05,,,2009-04-02, -/games/boxart/6490809ccc.jpg,Rugby 2005,XB,Sports,EA Sports,HB Studios Multimedia,,0.05,0.04,,0.01,0,2005-03-08, -/games/boxart/full_225396AmericaFrontccc.jpg,Olympic Soccer: Atlanta 1996,PS,Sports,Eidos Interactive,Silicon Dreams,,0.05,0.03,,0.02,0,1996-07-18, -/games/boxart/full_5284617AmericaFrontccc.jpg,NFL Quarterback Club 2002,GC,Sports,Acclaim Entertainment,Acclaim Entertainment,,0.05,0.04,,0.01,0,2001-12-14, -/games/boxart/9119612ccc.jpg,2002 FIFA World Cup,GC,Sports,EA Sports,EA Canada,7.4,0.05,0.04,,0.01,0,2002-04-30, -/games/boxart/full_powerful-golf_584JapanFront.jpg,Powerful Golf,DS,Sports,Konami,PawaPuro Production,,0.05,,0.05,,,2011-03-17, -/games/boxart/full_2330244AmericaFrontccc.jpg,Pirates vs Ninja Dodgeball,Wii,Sports,SouthPeak Interactive,Blazing Lizard,,0.05,0.04,,,0,2009-05-14, -/games/boxart/9037125ccc.jpg,Reel Fishing: The Great Outdoors,PSP,Sports,SVG Distribution,Natsume,,0.05,0.05,,,0,2006-11-06, -/games/boxart/full_tour-de-france-the-official-game_248PALFront.jpg,Tour de France 2011,X360,Sports,Unknown,Cyanide Studio,,0.05,,,0.04,0,, -/games/boxart/9165962ccc.jpg,Sega Soccer Slam,XB,Sports,Sega,Black Box Games,,0.05,0.04,,0.01,0,2002-08-22, -/games/boxart/full_major-league-baseball-2k11_282AmericaFront.jpg,Major League Baseball 2K11,PS2,Sports,2K Sports,Visual Concepts,,0.05,0.02,,0.02,0.01,2011-03-08, -/games/boxart/4983940ccc.jpg,Power Spike Pro Beach Volleyball,PS,Sports,Infogrames,Carpace,,0.05,0.03,,0.02,0,2000-11-13, -/games/boxart/full_4744555AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,XB,Sports,Activision,Shaba Games,,0.05,0.04,,0.01,0,2003-06-10, -/games/boxart/full_2017164AmericaFrontccc.jpg,Sled Shred featuring the Jamaican Bobsled Team,Wii,Sports,SouthPeak Interactive,Just For Fun Studios,,0.05,0.05,,,0,2010-10-12, -/games/boxart/full_bass-rise_5AmericaFront.jpg,Bass Rise,PS,Sports,Bandai,Bandai,,0.05,0.03,,0.02,0,1999-09-30, -/games/boxart/full_my-fitness-coach-club_669PALFront.jpg,My Fitness Coach: Club,Wii,Sports,Ubisoft,Ubisoft,,0.05,,,0.05,0.01,2011-03-18, -/games/boxart/full_8915051JapanFrontccc.jpg,Winning Post World 8,PS3,Sports,Tecmo Koei,Koei Tecmo Games,,0.05,,0.05,,,2014-03-27,2019-01-05 -/games/boxart/full_3333410AmericaFrontccc.jpg,NHL Powerplay 98,PS,Sports,Virgin Interactive,Radical Entertainment,,0.05,0.03,,0.02,0,1997-08-31, -/games/boxart/full_7559913AmericaFrontccc.jpg,Rugby 18,XOne,Sports,Koch Media,EKO Software,,0.05,0.04,,,0.01,2017-10-24,2018-08-07 -/games/boxart/3454391ccc.jpg,Dark Summit,GC,Sports,THQ,Radical Entertainment,,0.05,0.04,,0.01,0,2002-02-04, -/games/boxart/full_4997692JapanFrontccc.jpg,Keiba Eight Special,SNES,Sports,Misawa,C-Lab,,0.05,,0.05,,0,1993-12-10, -/games/boxart/full_winning-post-7-2010_0JapanFront.jpg,Winning Post 7 2010,PSP,Sports,Tecmo Koei,Tecmo Koei Games,,0.05,,0.05,,,2010-09-22,2018-07-30 -/games/boxart/full_5980444AmericaFrontccc.jpg,FIFA Soccer 2004,GBA,Sports,EA Sports,Exient Entertainment,8.5,0.05,0.04,,0.01,0,2003-11-04, -/games/boxart/1945074ccc.jpg,Whirl Tour,GC,Sports,VU Games,Papaya Studios,,0.05,0.04,,0.01,0,2002-11-12, -/games/boxart/full_4335243AmericaFrontccc.jpg,Ultra Bust-A-Move,XB,Puzzle,Majesco,Taito Corporation,,0.05,0.04,,0.01,0,2004-11-04, -/games/boxart/full_6568533AmericaFrontccc.jpg,Jewel Master: Cradle of Persia,DS,Puzzle,Rising Star Games,Rising Star Games,,0.05,,,0.05,0,2014-07-24,2019-01-19 -/games/boxart/full_9609539JapanFrontccc.jpg,Block Kuzushi,SNES,Puzzle,Pow,Planning Office Wada,,0.05,,0.05,,0,1995-11-17, -/games/boxart/4237575ccc.jpg,Zoop,PS,Puzzle,Viacom,Hookstone Productions,,0.05,0.03,,0.02,0,1995-10-31, -/games/boxart/8455727ccc.jpg,Bombastic,PS2,Puzzle,Capcom,Shift,,0.05,0.03,,0.02,0.01,2003-08-27, -/games/boxart/full_452144JapanFrontccc.jpg,Famicom Mini: Dig Dug,GBA,Puzzle,Namco,Namco,,0.05,,0.05,,0,2004-05-21, -/games/boxart/full_match-3-madness_615AmericaFront.jpg,Match 3 Madness,DS,Puzzle,Unknown,Most Wanted Entertainment,,0.05,,,0.05,0.01,2011-07-26, -/games/boxart/full_4-elements_117AmericaFront.jpg,4 Elements,PC,Puzzle,eGames,Playrix Entertainment,,0.05,,,0.04,0.01,2009-05-11, -/games/boxart/full_inspector-gadget-gadgets-crazy-maze_6AmericaFront.jpg,Inspector Gadget: Gadget's Crazy Maze,PS,Puzzle,Ubisoft,Vision Media Engineering,,0.05,0.03,,0.02,0,2001-08-15, -/games/boxart/full_6828394JapanFrontccc.jpg,Puyo Puyo Tetris,PS3,Puzzle,Sega,Sonic Team,,0.05,,0.05,,,2014-02-06,2018-07-04 -/games/boxart/4967990ccc.jpg,GunPey,PSP,Puzzle,Namco Bandai,Q Entertainment,,0.05,0.05,,0,0.01,2006-11-17, -/games/boxart/full_5520496PALFrontccc.jpg,Bust-A-Bloc,PS2,Puzzle,Midas Interactive Entertainment,D3 Publisher,,0.05,,0.05,,,2003-10-31, -/games/boxart/full_1415878JapanFrontccc.jpg,Puyo Puyo 7,Wii,Puzzle,Sega,Sega,,0.05,,0.05,,,2009-11-26, -/games/boxart/full_1755249PALFrontccc.jpg,Countdown: The Game,Wii,Puzzle,Mindscape,Mindscape,,0.05,,,0.05,0,2009-11-13, -/games/boxart/full_jewel-legends-tree-of-life_557PALFront.jpg,Jewel Legends: Tree of Life,DS,Puzzle,Rising Star,Rising Star Games,,0.05,,,0.05,0.01,2011-06-17, -/games/boxart/full_6445149AmericaFrontccc.jpg,Myth Makers: Orbs of Doom,Wii,Puzzle,Bold Games,Data Design Interactive,,0.05,0.05,,0,0,2007-12-31, -/games/boxart/full_8498465AmericaFrontccc.jpg,Battleship / Connect Four / Sorry! / Trouble,DS,Puzzle,"Destination Software, Inc",Gravity-I,,0.05,0.04,,0,0,2006-08-17, -/games/boxart/full_the-lost-treasures-of-alexandria_690PALFront.jpg,The Lost Treasures of Alexandria,DS,Puzzle,Unknown,Licensed 4U,,0.05,,,0.04,0.01,2011-08-26, -/games/boxart/full_3413997AmericaFrontccc.jpg,Balloon Pop,Wii,Puzzle,UFO Interactive,"Dreams, Inc.",,0.05,0.04,,0,0,2007-10-23, -/games/boxart/full_154243AmericaFrontccc.jpg,Marvel Pinball: Epic Collection Volume 1,XOne,Puzzle,Nighthawk Interactive,Nighthawk Interactive,,0.05,0.04,,,0.01,2016-11-08,2018-06-27 -/games/boxart/full_462169AmericaFrontccc.jpg,Professor Heinz Wolff's Gravity,DS,Puzzle,Deep Silver,EM Studios,,0.05,0.04,,0,0,2009-04-06, -/games/boxart/full_1485581AmericaFrontccc.jpg,Bubble Bobble Revolution,DS,Puzzle,Codemasters,Dreams,,0.05,0.04,,0,0,2006-10-03, -/games/boxart/4626398ccc.jpg,UEFA Champions League 2006-2007,X360,Sports,EA Sports,EA Canada,,0.05,0.04,,0.01,0,2007-03-20, -/games/boxart/full_8302141AmericaFrontccc.jpg,Virtua Striker 2002,GC,Sports,Sega,Amusement Vision,6.6,0.05,0.01,0.03,0,0,2002-05-20, -/games/boxart/full_531438AmericaFrontccc.jpg,Princess on Ice,DS,Sports,Aksys Games,Arc System Works,,0.05,0.04,,0.01,0,2008-11-05, -/games/boxart/full_3325933AmericaFrontccc.jpg,My Horse & Me: Riding for Gold,Wii,Sports,Atari,Tate Interactive,,0.05,0.04,,0.01,0,2009-04-28, -/games/boxart/full_6620012AmericaFrontccc.jpg,Pro Evolution Soccer 2019,XOne,Sports,Konami,Konami,,0.05,0.02,,0.02,0,2018-08-28,2018-09-26 -/games/boxart/full_1001913JapanFrontccc.jpg,Game no Kanzume Vol 1,SCD,Misc,Sega,Unknown,,0.05,,0.04,,0,1994-03-18, -/games/boxart/9901539ccc.jpg,American Bass Challenge,GBA,Sports,Ubisoft,Starfish,6.7,0.05,0.03,,0.01,0,2001-12-05, -/games/boxart/full_440894AmericaFrontccc.jpg,Rugby 06,PS2,Sports,EA Sports,HB Studios Multimedia,,0.05,0.02,,0.02,0.01,2006-02-14, -/games/boxart/full_7011717AmericaFrontccc.jpg,Need For Speed Underground,PC,Racing,Electronic Arts,EA Black Box,,0.05,,,0.04,0.01,2003-11-17, -/games/boxart/full_949369AmericaFrontccc.jpg,Monster Jam: Crush It,PS4,Racing,GameMill,GameMill,,0.05,0.04,,,0.01,2017-01-17, -/games/boxart/full_1527122AmericaFrontccc.jpg,Bejeweled Twist,PC,Puzzle,PopCap Games,PopCap Games,,0.05,0.01,,0.04,0.01,2008-10-27, -/games/boxart/full_9291108JapanFrontccc.jpg,Mawashite Tsunageru Touch Panic,DS,Puzzle,Nintendo,Aki Corporation,,0.05,,0.05,,,2006-05-25, -/games/boxart/full_654270AmericaFrontccc.jpg,PQ2: Practical Intelligence Quotient,PSP,Puzzle,D3 Publisher,Now Production,,0.05,0.04,,0,0,2007-06-18, -/games/boxart/8398899ccc.jpg,The Lost Vikings,GBA,Puzzle,Blizzard Entertainment,Mass Media,,0.05,0.04,,0.01,0,2003-03-25, -/games/boxart/7485685ccc.jpg,NFL Blitz Pro,XB,Sports,Midway Games,Point of View,,0.05,0.04,,0.01,0,2003-11-04, -/games/boxart/1689270ccc.jpg,Mountain Bike Adrenaline,PS2,Sports,Valcon Games,Fresh 3D,,0.05,0.03,,0.02,0.01,2007-10-09, -/games/boxart/full_kid-fit-island-resort_5AmericaFront.jpg,Kid Fit Island Resort,Wii,Sports,SVG Distribution,Red Wagon,,0.05,0.05,,0,0,2010-09-27, -/games/boxart/full_7452311JapanFrontccc.jpg,Pro Yakyuu Spirits 5 Kanzenban,PS2,Sports,Konami,PawaPuro Production,,0.05,,0.05,,,2008-12-04, -/games/boxart/full_4994073AmericaFrontccc.jpg,The BIGS 2,DS,Sports,2K Sports,Blue Castle Games,,0.05,0.05,,,0,2009-08-25, -/games/boxart/full_7568421AmericaFrontccc.jpg,Monster! Bass Fishing,GBA,Sports,AIA,Awesome Developments,,0.05,0.04,,0.01,0,2004-09-28, -/games/boxart/8489232ccc.jpg,FIFA Soccer 2003,GBA,Sports,EA Sports,Exient Entertainment,6.9,0.05,0.04,,0.01,0,2002-11-19, -/games/boxart/3459956ccc.jpg,MLB SlugFest 2006,XB,Sports,Midway Games,Blue Shift,,0.05,0.04,,0.01,0,2006-06-05, -/games/boxart/6526392ccc.jpg,UEFA Euro 2004: Portugal,XB,Sports,EA Sports,EA Canada,,0.05,0.04,,0.01,0,2004-05-04, -/games/boxart/full_1413278AmericaFrontccc.jpg,Color Cross,DS,Puzzle,Zoo Games,Little Worlds Studio,,0.05,0.04,,0,0,2010-05-18, -/games/boxart/full_beastly-frantic-foto_112AmericaFront.jpg,Beastly Frantic Foto,DS,Puzzle,Storm City Games,Storm City Games,,0.05,0.04,,,0,2011-02-22, -/games/boxart/full_7247269AmericaFrontccc.jpg,GunPey DS,DS,Puzzle,Namco Bandai,Art,,0.05,0.04,,0,0,2006-11-17, -/games/boxart/full_8833983AmericaFrontccc.jpg,Prism: Light the Way,DS,Puzzle,Eidos Interactive,Game Sauce,,0.05,0.05,,0,0,2007-10-17, -/games/boxart/full_ivy-the-kiwi_1AmericaFront.jpg,Ivy the Kiwi?,DS,Puzzle,Xseed Games,PROPE,7.3,0.05,0.04,,0,0,2010-08-24, -/games/boxart/full_2304145AmericaFrontccc.jpg,Puyo Pop,GBA,Puzzle,THQ,Sonic Team,,0.05,0.04,,0.01,0,2002-02-11, -/games/boxart/full_2946661AmericaFrontccc.jpg,Turbo Turtle Adventure,GBA,Puzzle,Majesco,Iridon Interactive AB,,0.05,0.04,,0.01,0,2002-09-14, -/games/boxart/7728880ccc.jpg,Super Bubble Pop,GC,Puzzle,Jaleco,Runecraft,4.2,0.05,0.04,,0.01,0,2003-01-03, -/games/boxart/full_2264916AmericaFrontccc.jpg,Boing! Docomodake DS,DS,Puzzle,Ignition Entertainment,AQ Interactive,,0.05,0.04,,0,0,2009-03-10, -/games/boxart/674112ccc.jpg,Crime Life: Gang Wars,XB,Action,Konami,Hothouse Creations,,0.05,0.04,,0.01,0,2005-11-22, -/games/boxart/full_9221756AmericaFrontccc.jpg,Dynasty Warriors Vol. 2,PSP,Action,KOEI,Omega Force,,0.05,0.04,,0,0,2006-10-24, -/games/boxart/full_7612138AmericaFrontccc.jpg,Baku Baku,SAT,Puzzle,Sega,Sega-AM2,,0.05,,0.05,,0,1996-08-31, -/games/boxart/full_fishdom_667AmericaFront.jpg,Fishdom,DS,Puzzle,Atari,Playrix Entertainment,,0.05,0.05,,,0,2011-06-28, -/games/boxart/full_9761401AmericaFrontccc.jpg,Super Bust-A-Move,GBA,Puzzle,Ubisoft,Taito Corporation,,0.05,0.03,,0.01,0,2001-11-27, -/games/boxart/full_9055886AmericaFrontccc.jpg,ZooCube,GBA,Puzzle,Acclaim Entertainment,PuzzleKings,8.6,0.05,0.03,,0.01,0,2002-05-14, -/games/boxart/full_4318326JapanFrontccc.jpg,Samurai Dou Portable,PSP,Action,Spike,Spike,,0.05,,0.05,,,2008-09-18, -/games/boxart/3227058ccc.jpg,Xiaolin Showdown,DS,Action,Konami,Razorback Developments,,0.05,0.05,,0,0,2006-11-28, -/games/boxart/full_373338JapanFrontccc.jpg,Toukiden: The Age of Demons,PSP,Action,Tecmo Koei,Omega Force,,0.05,,0.05,,,2014-08-28,2018-10-29 -/games/boxart/full_7209807AmericaFrontccc.jpg,Mega Man Battle Chip Challenge,GBA,Action,Capcom,Inti Creates,,0.05,,0.05,,,2004-03-03, -/games/boxart/full_9292392AmericaFrontccc.jpg,Cartoon Network Racing,DS,Action,Game Factory,Unknown,,0.05,0.04,,0,0,2006-12-05, -/games/boxart/full_8492848AmericaFrontccc.jpg,Barnyard,GBA,Action,THQ,Halfbrick Studios,5.6,0.05,0.03,,0.01,0,2006-08-01, -/games/boxart/7052945ccc.jpg,The Grim Adventures Of Billy & Mandy,Wii,Action,Midway Games,High Voltage Software,6.6,0.05,0.04,,0,0,2006-11-16, -/games/boxart/6976773ccc.jpg,B-Boy,PSP,Action,SouthPeak Interactive,Unknown,,0.05,0.04,,0,0,2008-09-16, -/games/boxart/full_1922177AmericaFrontccc.jpg,Fatal Frame II: Crimson Butterfly Director's Cut,XB,Action,Tecmo,Tecmo,8.7,0.05,0.04,,0.01,0,2004-11-01, -/games/boxart/3711350ccc.jpg,Colin McRae Rally 2005,XB,Action,Codemasters,Unknown,,0.05,0.04,,0.01,0,2004-09-28, -/games/boxart/full_3242453JapanFrontccc.jpg,Romance of the Three Kingdoms XIII,PS3,Action,Tecmo Koei,Koei Tecmo Games,,0.05,,0.05,,,2016-01-28,2018-07-30 -/games/boxart/full_9861987AmericaFrontccc.jpg,Gladiator: Sword of Vengeance,XB,Action,Acclaim Entertainment,Acclaim Entertainment,,0.05,0.04,,0.01,0,2003-11-05, -/games/boxart/full_captain-america-super-soldier_692AmericaFront.jpg,Captain America: Super Soldier,Wii,Action,Sega,Sega,6,0.05,0.05,,,0,2011-07-19, -/games/boxart/full_4508589JapanFrontccc.jpg,Amnesia: Crowd,PSP,Visual Novel,Idea Factory,Otomate,,0.05,,0.05,,,2013-04-18,2019-04-01 -/games/boxart/full_2660877JapanFrontccc.jpg,Diabolik Lovers,PSP,Visual Novel,Idea Factory,Rejet,,0.05,,0.05,,,2012-10-11,2019-04-01 -/games/boxart/full_8363585AmericaFrontccc.jpg,Test Drive: Ferrari Legends,X360,Racing,Atari,Slightly Mad Studios,,0.05,0.04,,,0,2012-07-03,2019-01-04 -/games/boxart/full_7577077AmericaFrontccc.jpg,WRC 7,XOne,Racing,Bigben Interactive,Kylotonn Entertainment,,0.05,0.04,,,0.01,2017-10-03,2018-01-06 -/games/boxart/full_2714174AmericaFrontccc.jpg,V-Rally 3,GBA,Racing,Atari,Velez & Dubail,,0.05,0.03,,0.01,0,2002-09-30, -/games/boxart/full_4744119AmericaFrontccc.jpg,XBlaze Lost: Memories,PS3,Visual Novel,Aksys Games,Arc System Works,,0.05,0.04,,,0.01,2015-08-11,2019-01-28 -/games/boxart/full_1399936JapanFrontccc.jpg,Kyoukai Senjou no Horizon Portable,PSP,Visual Novel,Kadokawa Shoten,Tenky,,0.05,,0.05,,,2013-04-25,2019-01-05 -/games/boxart/full_7610605JapanFrontccc.jpg,"Love, Election and Chocolate Portable",PSP,Visual Novel,Kadokawa Shoten,ASCII Media Works,,0.05,,0.05,,,2012-09-27,2018-12-29 -/games/boxart/full_2316948JapanFrontccc.jpg,Bakemonogatari Portable,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.05,,0.05,,,2012-08-23,2019-01-19 -/games/boxart/full_3860687JapanFrontccc.jpg,New Hayarigami,PSV,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.05,,0.05,,,2014-07-07,2018-03-03 -/games/boxart/full_3121901JapanFrontccc.jpg,Amnesia Later,PSP,Visual Novel,Idea Factory,Otomate,,0.05,,0.05,,,2012-03-15,2019-04-02 -/games/boxart/full_5969969JapanFrontccc.jpg,Hakuouki SSL: Sweet School Life,PSV,Visual Novel,Idea Factory,Design Factory,,0.05,,0.05,,,2014-03-27,2019-04-02 -/games/boxart/full_6793274JapanFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PSV,Visual Novel,Sprite,Sprite,,0.05,,0.05,,,2016-02-25,2018-04-07 -/games/boxart/full_4818705JapanFrontccc.jpg,Pretty Cure All Stars Everyone Gather? Let's Dance!,Wii,Music,Namco Bandai Games,Bandai Namco Games,,0.05,,0.05,,,2013-03-28,2019-01-03 -/games/boxart/full_552137AmericaFrontccc.jpg,MTX Mototrax,PSP,Racing,Activision,Left Field Productions,,0.05,0.04,,0,0,2006-06-28, -/games/boxart/6608797ccc.jpg,American Chopper 2: Full Throttle,XB,Racing,Activision,Creat Studio,,0.05,0.04,,0.01,0,2005-11-17, -/games/boxart/3144713ccc.jpg,Carve,XB,Racing,Global Star Software,Argonaut Games,,0.05,0.04,,0.01,0,2004-02-24, -/games/boxart/full_9087950AmericaFrontccc.jpg,Baja: Edge of Control HD,XOne,Racing,THQ Nordic,2XL Games,,0.05,0.05,,,0.01,2017-09-14,2018-06-29 -/games/boxart/5847678ccc.jpg,Stunt GP,PS2,Racing,Titus,Team17 Software,,0.05,0.02,,0.02,0.01,2001-11-13, -/games/boxart/full_rock-n-roll-racing_771AmericaFront.jpg,Rock 'N Roll Racing,GBA,Racing,Blizzard Entertainment,Mass Media,,0.05,0.03,,0.01,0,2003-06-23, -/games/boxart/3155973ccc.jpg,American Chopper 2: Full Throttle,GC,Racing,Activision,Creat Studio,,0.05,0.04,,0.01,0,2005-11-29, -/games/boxart/full_f1-2010_8PALFront.jpg,F1 2010,PC,Racing,Codemasters,Codemasters Birmingham,8,0.05,,,0.05,0.01,2010-09-22, -/games/boxart/full_3438709PALFrontccc.jpg,Onrush,PS4,Racing,Deep Silver,Codemasters,,0.05,0.04,,,0.01,2018-06-05,2018-03-04 -/games/boxart/full_202332AmericaFrontccc.jpg,Short Track Racing: Trading Paint,PS2,Racing,THQ,Big Ant Studios,,0.05,0.02,,0.02,0.01,2009-05-11, -/games/boxart/full_9635491AmericaFrontccc.jpg,God Wars: Future Past,PSV,Role-Playing,NIS America,Kadokawa Games,,0.05,0.01,0.03,0,0,2017-06-20,2018-09-17 -/games/boxart/full_venus-ampamp-braves-majo-to-megami-to-horobi-no-yogen_804JapanFront.jpg,Venus & Braves: Majo to Megami to Horobi no Yogen,PSP,Role-Playing,Namco Bandai,Namco Bandai Games,,0.05,,0.05,,,2011-01-20, -/games/boxart/full_nora-to-koku-no-koubou-kiri-no-mori-no-majo_154JapanFront.jpg,Nora to Koku no Koubou: Kiri no Mori no Majo,DS,Role-Playing,Atlus,Atlus Co.,,0.05,,0.05,,,2011-07-21, -/games/boxart/4519711ccc.jpg,Big Air Freestyle,GC,Racing,Atari,Paradigm Entertainment,,0.05,0.04,,0.01,0,2002-09-13, -/games/boxart/full_901191AmericaFrontccc.jpg,Gravel,XOne,Racing,Milestone S.r.l.,Milestone S.r.l,,0.05,0.04,,,0,2018-02-27,2018-01-13 -/games/boxart/1317679ccc.jpg,Speed Kings,XB,Racing,Acclaim Entertainment,Climax Entertainment,,0.05,0.04,,0.01,0,2003-06-03, -/games/boxart/full_6866939AmericaFrontccc.jpg,Vertigo,Wii,Racing,Playlogic Game Factory,Icon Games,,0.05,0.05,,,0,2009-06-09, -/games/boxart/full_1555769AmericaFrontccc.jpg,Hi-Octane: The Track Fights Back!,PS,Racing,Electronic Arts,Bullfrog Productions,,0.05,0.03,,0.02,0,1996-01-01, -/games/boxart/full_1627070AmericaFrontccc.jpg,Zumba Fitness Core,X360,Music,Majesco Entertainment,Zoe Mode,,0.05,,,0.05,0,2012-10-16,2018-12-28 -/games/boxart/full_7952417AmericaFrontccc.jpg,Just Sing,XOne,Music,Ubisoft,Ubisoft,,0.05,0.04,,,0.01,2016-09-06,2018-06-27 -/games/boxart/full_4557099PALFrontccc.jpg,The Elder Scrolls Online: Morrowind,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.05,0.02,,0.03,0,2017-06-06,2018-09-15 -/games/boxart/full_1189702JapanFrontccc.jpg,Nobunaga's Ambition II,3DS,Strategy,Tecmo Koei,Koei,,0.05,,0.05,,,2015-08-06, -/games/boxart/full_romance-of-the-three-kingdoms-vi-awakening-of-the-dragon_69AmericaFront.jpg,Romance of the Three Kingdoms VI: Awakening of the Dragon,PS,Strategy,KOEI,Koei,,0.05,0.03,,0.02,0,2000-03-31, -/games/boxart/full_sd-gundam-g-generation-world_397JapanFront.jpg,SD Gundam G Generation World,Wii,Strategy,Namco Bandai,Tom Create,,0.05,,0.05,,,2011-02-24, -/games/boxart/full_5505936AmericaFrontccc.jpg,Full Spectrum Warrior: Ten Hammers,XB,Strategy,THQ,Pandemic Studios,,0.05,0.03,,0.01,0,2006-03-28, -/games/boxart/5439603ccc.jpg,Billy the Wizard: Rocket Broomstick Racing,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.05,0.04,,0,0,2007-10-02, -/games/boxart/full_8087055JapanFrontccc.jpg,Choro Q 64 2: Hacha Mecha Grand Prix Race,N64,Racing,Takara,Locomotive Games,,0.05,,0.05,,0,1999-12-24, -/games/boxart/full_9012768AmericaFrontccc.jpg,Galaxy Racers,DS,Racing,Ubisoft,Ubisoft,,0.05,0.04,,0,0,2010-07-27, -/games/boxart/9488188ccc.jpg,GRID,DS,Racing,Codemasters,Codemasters,7.9,0.05,0.04,,0,0,2008-08-05, -/games/boxart/331909ccc.jpg,OutRun 2006: Coast 2 Coast,PS2,Racing,Sega,Sumo Digital,,0.05,0.02,0.01,0.01,0,2006-04-25, -/games/boxart/6306751ccc.jpg,Need for Speed Carbon,PC,Racing,Electronic Arts,EA Black Box,7.9,0.05,,,0.04,0.01,2006-10-31, -/games/boxart/full_4249921AmericaFrontccc.jpg,Test Drive Le Mans,PS,Racing,Infogrames,Eutechnyx,,0.05,0.03,,0.02,0,2000-03-31, -/games/boxart/252997ccc.jpg,Monster Jam: Maximum Destruction,GC,Racing,Ubisoft,Ubisoft,,0.05,0.04,,0.01,0,2002-12-29, -/games/boxart/full_2095821AmericaFrontccc.jpg,Cars 3: Driven to Win,XOne,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.05,0.04,,,0.01,2017-06-13,2018-01-14 -/games/boxart/full_8301620PALFrontccc.jpg,Dakar 18,PS4,Racing,Deep Silver,Bigmoon Entertainment,,0.05,0.03,,0.01,0.01,2018-09-25,2018-07-22 -/games/boxart/full_1295815AmericaFrontccc.jpg,Cocoto Kart Racer,DS,Racing,Conspiracy Entertainment,Neko Entertainment,,0.05,0.04,,0,0,2007-09-25, -/games/boxart/full_5217699AmericaFrontccc.jpg,Batman: Gotham City Racer,PS,Racing,Ubisoft,Sinister Games,,0.05,0.03,,0.02,0,2001-04-19, -/games/boxart/full_3259386AmericaFrontccc.jpg,Downforce,PS2,Racing,Titus,SmartDog,,0.05,0.03,,0.02,0.01,2002-06-14, -/games/boxart/full_9014883AmericaFrontccc.jpg,Need for Speed (2015),PC,Racing,Electronic Arts,Ghost Games,,0.05,,,0.05,0,2016-03-17,2018-04-03 -/games/boxart/full_497403PALFrontccc.jpg,Kart Racer,Wii,Racing,Nordic Games,Brain in a Jar,,0.05,0.03,,0.01,0,2009-05-29, -/games/boxart/443610ccc.jpg,Arthur! Ready to Race,PS,Racing,The Learning Company,Mattel,,0.05,0.03,,0.02,0,2000-11-01, -/games/boxart/full_3818943JapanFrontccc.jpg,Bakusou Kyoudai Let's & Go!! Eternal Wings,PS,Racing,Jaleco,Jaleco Entertainment,,0.05,,0.05,,0,1998-07-30, -/games/boxart/full_5048493PALFrontccc.png,Atelier Shallie Plus: Alchemists of the Dusk Sea,PSV,Role-Playing,Tecmo Koei,Unknown,,0.05,,0.05,0,0,2017-01-17, -/games/boxart/full_9981702AmericaFrontccc.jpg,Battle Chasers: Nightwar,NS,Role-Playing,THQ Nordic,Airship Syndicate,8.5,0.05,0.03,,0.01,0,2018-05-15,2018-09-22 -/games/boxart/full_blazing-souls-accelerate_8AmericaFront.jpg,Blazing Souls: Accelate,PSP,Role-Playing,Aksys Games,Neverland Company,,0.05,0.04,0.01,0,0.01,2010-10-19, -/games/boxart/3572587ccc.jpg,Fallout: Brotherhood of Steel,XB,Role-Playing,Interplay,Interplay,,0.05,0.04,,0.01,0,2004-01-14, -/games/boxart/3659347ccc.jpg,Arx Fatalis,XB,Role-Playing,DreamCatcher Interactive,Arkane Studios,,0.05,0.04,,0.01,0,2003-12-23, -/games/boxart/full_venetica_409AmericaFront.jpg,Venetica,PC,Role-Playing,Atari,DECK13 Interactive,6,0.05,,,0.04,0.01,2011-01-11,2018-05-10 -/games/boxart/7709568ccc.jpg,Orcs & Elves,DS,Role-Playing,Electronic Arts,Fountainhead Entertainment / id Software,,0.05,0.05,,0,0,2007-11-13, -/games/boxart/full_362126AmericaFrontccc.jpg,NAtURAL DOCtRINE,PS3,Role-Playing,NIS America,Kadokawa Games,,0.05,0.03,0.01,0.01,0.01,2014-09-30,2018-11-23 -/games/boxart/5288119ccc.jpg,Summoner: A Goddess Reborn,GC,Role-Playing,THQ,Cranky Pants Games,8,0.05,0.04,,0.01,0,2003-01-31, -/games/boxart/full_6423454JapanFrontccc.jpg,Kiniro no Corda 2 Encore,PS2,Role-Playing,KOEI,Koei,,0.05,,0.05,,,2007-09-20, -/games/boxart/full_9838282AmericaFrontccc.jpg,Metal Max Xeno,PS4,Role-Playing,NIS America,Kadokawa Games,,0.05,0.02,0.03,,0,2018-09-25,2018-04-28 -/games/boxart/full_classic-dungeon-x2_311JapanFront.jpg,Classic Dungeon X2,PSP,Role-Playing,Nippon Ichi Software,System Prisma,,0.05,,0.05,,,2011-03-24, -/games/boxart/full_9315869JapanFrontccc.jpeg,I am Setsuna,NS,Role-Playing,Square Enix,Tokyo RPG Factory,7,0.05,,0.05,,,2017-03-03,2018-07-04 -/games/boxart/1551092ccc.jpg,Ms Saga: A New Dawn,PS2,Role-Playing,Bandai,Bandai,,0.05,0.02,,0.02,0.01,2006-02-21, -/games/boxart/full_7375732JapanFrontccc.jpg,Next Generation of Chaos,PS2,Role-Playing,Idea Factory,Neverland,,0.05,,0.05,,,2002-04-25, -/games/boxart/full_8090838AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth2: Sisters Generation,PSV,Role-Playing,Compile Heart,Felistella,,0.05,,0.05,,,2014-03-20,2019-04-17 -/games/boxart/full_7063020JapanFrontccc.jpg,Growlanser VI: Precarious World,PS2,Role-Playing,Atlus,Career Soft,,0.05,,0.05,,,2007-06-21, -/games/boxart/full_metal-max-2-reloaded_67JapanFront.jpg,Metal Max 2 Reloaded,DS,Role-Playing,Unknown,Crea-Tech,,0.05,,0.05,,,2011-12-08, -/games/boxart/full_4393210AmericaFrontccc.jpg,Pillars of Eternity,XOne,Role-Playing,Paradox Interactive,Obsidian Entertainment,,0.05,0.04,,,0.01,2017-08-29,2018-06-27 -/games/boxart/full_3121725PALFrontccc.jpg,Atelier Ayesha Plus: The Alchemist of Dusk,PSV,Role-Playing,Tecmo Koei,Gust,,0.05,,0.05,,,2015-01-13,2018-01-02 -/games/boxart/full_5738746JapanFrontccc.jpg,Monster Hunter Frontier G,PS3,Role-Playing,Capcom,Capcom,,0.05,,0.05,,,2013-11-20,2018-07-23 -/games/boxart/full_7311085JapanFrontccc.jpg,Medabots 9: Metabee Ver. / Rokusho Ver.,3DS,Role-Playing,Rocket Company,Rocket Company,,0.05,,0.05,,,2015-12-24,2018-08-02 -/games/boxart/full_4677974JapanFrontccc.jpg,Shining Force III: Scenario 2,SAT,Strategy,Sega,Camelot Software Planning,,0.05,,0.05,,0,1998-04-29, -/games/boxart/full_9052018PALFrontccc.jpg,Pawly Pets: My Vet Practice,DS,Strategy,Ubisoft,DTP Entertainment,,0.05,,,0.05,0,2007-02-02, -/games/boxart/full_6786492AmericaFrontccc.jpg,MXGP Pro,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.05,0.04,,,0.01,2018-07-10,2018-04-26 -/games/boxart/full_5579145AmericaFrontccc.jpg,DiRT 2,PC,Racing,Codemasters,Codemasters,9,0.05,,,0.04,0.01,2009-09-08, -/games/boxart/full_7831061AmericaFrontccc.jpg,Sébastien Loeb Rally EVO,PS4,Racing,Square Enix,Milestone S.r.l,,0.05,,,0.04,0.01,2016-03-22,2018-09-13 -/games/boxart/1482802ccc.jpg,Hummer Badlands,PS2,Racing,Global Star Software,Eutechnyx,,0.05,0.02,,0.02,0.01,2006-04-13, -/games/boxart/full_trackmania-turbo_423AmericaFront.jpg,TrackMania Turbo: Build to Race,DS,Racing,DreamCatcher Interactive,Firebrand Games,,0.05,0.02,,0.02,0,2011-04-12, -/games/boxart/9324251ccc.jpg,Ferrari F355 Challenge,PS2,Racing,Sega,Sega-AM2,,0.05,0.03,,0.02,0.01,2002-09-28, -/games/boxart/full_1055694AmericaFrontccc.jpg,History Great Empires: Rome,DS,Strategy,Valcon Games,Valcon Games,,0.05,0.05,,0,0,2009-05-12, -/games/boxart/full_9850498AmericaFrontccc.jpg,Black Sigil: Blade of the Exiled,DS,Role-Playing,Graffiti,Studio Archcraft,6,0.05,0.05,,,0,2009-06-09, -/games/boxart/full_1999040JapanFrontccc.jpg,Phantasy Star Online 2 Episode 4: Deluxe Package,PS4,Role-Playing,Sega,Sega,,0.05,,0.05,,,2017-04-20,2018-09-18 -/games/boxart/full_6729716AmericaFrontccc.jpg,Civilization Beyond Earth: Rising Tide,PC,Strategy,2K Games,Firaxis Games,,0.05,,,0.05,0,2015-10-09,2018-09-22 -/games/boxart/full_6610402AmericaFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PS4,Strategy,Tecmo Koei,Koei,,0.05,0.04,,,0.01,2015-09-01,2018-12-29 -/games/boxart/full_4969933JapanFrontccc.jpg,Nobunaga?s Ambition: Sphere of Influence ? Ascension,PS3,Strategy,Tecmo Koei,Koei Tecmo Games,,0.05,,0.05,,,2016-03-24,2018-07-30 -/games/boxart/full_5198003AmericaFrontccc.jpg,GrimGrimoire,PS2,Strategy,NIS America,Vanillaware,7.7,0.05,0.01,0.03,0.01,0,2007-06-26,2019-01-10 -/games/boxart/full_511114AmericaFrontccc.jpg,Yu-Gi-Oh! World Championship 2007,DS,Strategy,Konami,Konami,,0.05,,0.04,0.01,0,2007-03-20, -/games/boxart/full_1556207AmericaFrontccc.jpg,Saiyuki: Journey West,PS,Strategy,KOEI,Koei,,0.05,0.03,,0.02,0,2001-08-13, -/games/boxart/full_5440541AmericaFrontccc.jpg,Suzuki Super-Bikes II: Riding Challenge,DS,Racing,Valcon Games,Kuju Entertainment,,0.05,0.05,,,0,2008-07-29, -/games/boxart/7213881ccc.jpg,Wrath Unleashed,XB,Strategy,LucasArts,Double Helix Games,,0.05,0.03,,0.01,0,2004-02-10, -/games/boxart/full_3438313JapanFrontccc.jpg,RPG Tsukuru DS,DS,Role-Playing,Enterbrain,Enterbrain,,0.05,,0.05,,,2010-03-11, -/games/boxart/full_6672922JapanFrontccc.jpg,Dramatic Dungeon: Sakura Wars - Kimi Arugatame,DS,Role-Playing,Sega,Neverland,,0.05,,0.05,,,2008-03-19, -/games/boxart/full_6320153AmericaFrontccc.jpg,Sacred 3,X360,Role-Playing,Deep Silver,Keen Games,,0.05,0.03,,0.02,0,2014-01-01,2018-11-16 -/games/boxart/2598714ccc.jpg,Lagoon,SNES,Role-Playing,Kemco,Zoom Inc.,,0.05,,0.05,,0,1991-12-01, -/games/boxart/full_6893692AmericaFrontccc.jpg,New Tokyo Legacy: Operation Babel,PSV,Role-Playing,NIS America,Experience Inc.,,0.05,0.01,0.04,0,0,2017-05-16, -/games/boxart/full_7902667AmericaFrontccc.jpg,Sigma Star Saga,GBA,Role-Playing,Namco,WayForward Technologies,,0.05,0.04,,0.01,0,2005-08-16, -/games/boxart/full_8878307AmericaFrontccc.jpg,Beyond Oasis,GEN,Role-Playing,Sega,Ancient,,0.05,,0.05,,,1994-12-08, -/games/boxart/full_5671820JapanFrontccc.jpg,Doraemon 2: Nobita no Toizurando Daibouken,SNES,Role-Playing,Epoch,SAS Sakata,,0.05,,0.05,,0,1993-12-17, -/games/boxart/full_2814691AmericaFrontccc.jpg,Worms World Party,GBA,Strategy,Ubisoft,Team17 Software,,0.05,0.04,,0.01,0,2002-10-29, -/games/boxart/full_rebelstar-tactical-command_340AmericaFront.jpg,Rebelstar: Tactical Command,GBA,Strategy,Namco,Codo Games,,0.05,0.04,,0.01,0,2005-09-06, -/games/boxart/2325930ccc.jpg,Defendin' De Penguin,Wii,Strategy,Crave Entertainment,Crave Entertainment,,0.05,0.05,,0,0,2008-09-02, -/games/boxart/978420ccc.jpg,Dungeon Keeper 2,PC,Strategy,Electronic Arts,Bullfrog Productions,,0.05,,,0.05,0.01,1999-06-30, -/games/boxart/full_worms-reloaded_7AmericaFront.png,Worms Reloaded,PC,Strategy,Team17 Software,Team17 Software,8.5,0.05,,,0.04,0.01,2010-08-26, -/games/boxart/default.jpg,Medabots: Metabee / Rokusho,GBA,Role-Playing,Natsume,"Imagineer Co., Ltd.",,0.05,0.04,,0.01,0,2003-03-31, -/games/boxart/8897153ccc.jpg,Phantasy Star Online Episode I & II Plus,GC,Role-Playing,Sega,Sonic Team,,0.05,0.04,,0.01,0,2004-09-15, -/games/boxart/full_9984551JapanFrontccc.jpg,Hero Bank 2,3DS,Role-Playing,Sega,Sega,,0.05,,0.05,,,2014-11-27,2019-01-14 -/games/boxart/5023429ccc.jpg,Dual Hearts,PS2,Role-Playing,Atlus,Matrix Software,7.5,0.05,0.03,,0.02,0.01,2002-09-23, -/games/boxart/full_5439945AmericaFrontccc.jpg,Call of Cthulhu,XOne,Role-Playing,Focus Home Interactive,Cyanide,,0.05,0.05,,,0.01,2018-10-30,2019-03-23 -/games/boxart/full_5065270JapanFrontccc.jpg,Valkyria Revolution,PSV,Role-Playing,Sega,Media.Vision,,0.05,,0.05,,,2017-06-27,2018-01-21 -/games/boxart/4608158ccc.jpg,Lufia: The Ruins of Lore,GBA,Role-Playing,Atlus,Atelier Double,,0.05,0.04,,0.01,0,2003-05-06, -/games/boxart/6487768ccc.jpg,Medabots: Infinity,GC,Role-Playing,Natsume,"Imagineer Co., Ltd.",5.4,0.05,0.04,,0.01,0,2003-12-14, -/games/boxart/full_5180111PALFrontccc.jpg,Demon Gaze 2,PSV,Role-Playing,NIS America,Experience Inc.,,0.05,0.01,0.04,0,0,2017-11-14, -/games/boxart/full_8190764PALFrontccc.jpg,Atelier Escha & Logy Plus: Alchemists of the Dusk Sky,PSV,Role-Playing,Tecmo Koei,Gust,,0.05,,0.05,,,2015-01-22,2018-01-02 -/games/boxart/full_9233838JapanFrontccc.jpg,Dengeki Gakuen RPG: Cross of Venus,DS,Role-Playing,ASCII Media Works,ASCII Media Works,,0.05,,0.05,,,2009-03-19, -/games/boxart/8299349ccc.jpg,Rhapsody: A Musical Adventure,DS,Role-Playing,NIS America,Nippon Ichi Software,6.7,0.05,0.05,,0,0,2008-09-23, -/games/boxart/full_7947204AmericaFrontccc.jpg,Arcania: Gothic 4,PS4,Role-Playing,Nordic Games,Spellbound Entertainment AG,,0.05,0.04,,,0.01,2015-05-29, -/games/boxart/full_9422062AmericaFrontccc.jpg,Growlanser: Heritage of War (jp sales),PS2,Role-Playing,Atlus,Career Soft,,0.05,,0.05,,,2007-09-18, -/games/boxart/9117258ccc.jpg,The Nightmare of Druaga: Fushigino Dungeon,PS2,Role-Playing,Namco,Arika,6.4,0.05,0.03,,0.02,0.01,2004-10-26, -/games/boxart/full_hunted-the-demons-forge_540AmericaFront.jpg,Hunted: The Demon's Forge,PC,Role-Playing,Bethesda Softworks,InXile Entertainment,6.1,0.05,0.03,,0.01,0,2011-05-31, -/games/boxart/full_6342751JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren 3 Portable,PSP,Role-Playing,Spike,ChunSoft,,0.05,,0.05,,,2010-01-28, -/games/boxart/full_6433948JapanFrontccc.jpg,Chousoku Henkei Gyrozetter: Albatross no Tsubasa,3DS,Role-Playing,Square Enix,Noise Inc.,,0.05,,0.05,,,2013-06-13,2019-01-20 -/games/boxart/full_9797892AmericaFrontccc.jpg,Demon Gaze 2,PS4,Role-Playing,NIS America,Experience Inc.,,0.05,0.04,,,0.01,2017-11-14, -/games/boxart/full_5505600JapanFrontccc.jpg,Doraemon: Nobita no Kyouryuu 2006 DS,DS,Role-Playing,Sega,Epoch,,0.05,,0.05,,,2006-03-02, -/games/boxart/full_8410759AmericaFrontccc.jpg,Dokapon Journey,DS,Role-Playing,Atlus,Suzak,,0.05,0.05,,,0,2009-04-14, -/games/boxart/full_7707913JapanFrontccc.jpg,Summon Night X: Tears Crown,DS,Role-Playing,Namco Bandai,Flight-Plan,,0.05,,0.05,,,2009-11-05, -/games/boxart/full_4608924AmericaFrontccc.jpg,Child of Light,PS4,Role-Playing,Ubisoft,Ubisoft Montreal,,0.05,,0.04,0.01,0,2014-04-30,2018-12-30 -/games/boxart/full_7614519AmericaFrontccc.jpg,Monster 4x4: Masters of Metal,GC,Racing,Ubisoft,Ubisoft Barcelona / Inland Productions,5.1,0.05,0.04,,0.01,0,2003-12-10, -/games/boxart/full_indycar-series_897AmericaFront.jpg,IndyCar Series,XB,Racing,Codemasters,Brain in a Jar,,0.05,0.04,,0.01,0,2003-06-26, -/games/boxart/2654281ccc.jpg,Rally Fusion: Race of Champions,XB,Racing,Activision,Climax Group,,0.05,0.04,,0.01,0,2002-11-29, -/games/boxart/full_6312902AmericaFrontccc.jpg,Worms: WMD,PS4,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,0.05,0.02,,0.02,0.01,2016-08-23,2018-08-12 -/games/boxart/full_2940804AmericaFrontccc.jpg,The Banner Saga Trilogy - Bonus Edition,XOne,Strategy,505 Games,Stoic Studio,,0.05,0.05,,,0.01,2018-07-27,2018-04-20 -/games/boxart/full_2131044JapanFrontccc.jpg,Super Robot Taisen Neo,Wii,Strategy,Namco Bandai,Banpresto,,0.05,,0.05,,,2009-10-29, -/games/boxart/full_4123569JapanFrontccc.jpg,SD Gundam: Scad Hammers,Wii,Strategy,Bandai,Bec,,0.05,,0.05,,,2006-12-02, -/games/boxart/full_8647984AmericaFrontccc.jpg,Brave Story: New Traveller (jp sales),PSP,Role-Playing,Xseed Games,Game Republic,,0.05,,0.05,,,2007-07-31, -/games/boxart/full_the-lord-of-the-rings-the-battle-for-middle-earth-ii_852AmericaFront.jpg,The Lord of the Rings: The Battle for Middle-Earth II,X360,Strategy,Electronic Arts,EA Los Angeles,8,0.05,,,0.04,0,2006-07-05, -/games/boxart/547477ccc.jpg,Power Drome,PS2,Racing,Mud Duck Productions,Argonaut Games,,0.05,0.03,,0.02,0.01,2004-05-16,2018-05-20 -/games/boxart/full_4122538PALFrontccc.jpg,Gran Turismo / Motor Toon Grand Prix 2,PS,Racing,Sony Computer Entertainment,Various,,0.05,0.03,,0.02,0,2003-01-01, -/games/boxart/full_4849361JapanFrontccc.jpg,Nights of Azure,PS3,Role-Playing,Tecmo Koei,Gust,,0.05,,0.05,,,2016-03-29,2018-06-01 -/games/boxart/full_2914469AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth2: Sisters Generation,PSV,Role-Playing,Idea Factory International,Felistella,,0.05,0.03,,0.01,0.01,2015-01-27,2019-04-17 -/games/boxart/full_656378AmericaFrontccc.jpg,Guild Wars Trilogy,PC,Role-Playing,NCSoft,ArenaNet,,0.05,0,,0.04,0.01,2005-04-26, -/games/boxart/full_521792AmericaFrontccc.jpg,The Technomancer,XOne,Role-Playing,Focus Home Interactive,Spiders,,0.05,0.03,,0.02,0,2016-06-28,2018-06-27 -/games/boxart/full_1385948AmericaFrontccc.jpg,Hoshigami: Ruining Blue Earth,PS,Role-Playing,Atlus,Max Five,,0.05,0.03,,0.02,0,2001-12-20, -/games/boxart/full_7169098JapanFrontccc.jpg,Chocobo to Mahou no Ehon: Majo to Shoujo to 5-Jin no Yuusha,DS,Role-Playing,Square Enix,High Horse Entertainment,,0.05,,0.05,,,2008-12-11, -/games/boxart/9236994ccc.jpg,Ys: The Ark of Napishtim,PSP,Role-Playing,Konami,Konami Software Shanghai,6.1,0.05,0.04,,,0,2006-02-28, -/games/boxart/full_9123501JapanFrontccc.jpg,Ray Gigant,PSV,Role-Playing,Acttil,Experience Inc.,,0.05,,0.05,,,2016-05-03,2018-09-22 -/games/boxart/full_5027633AmericaFrontccc.jpg,Assassin's Creed: Altair's Chronicles,DS,Action,Ubisoft,Gameloft,5.7,0.05,0.03,,0.01,0,2008-02-05, -/games/boxart/full_9220492JapanFrontccc.jpg,Shugo Chara! 3-tsu no Tamagoto Koisuru Joker,DS,Action,Konami,Konami,,0.05,,0.05,,,2008-03-13, -/games/boxart/full_2247852JapanFrontccc.jpg,E.X. Troopers,PS3,Action,Capcom,HexaDrive,,0.05,,0.05,,,2012-11-22,2018-12-23 -/games/boxart/full_8818037JapanFrontccc.jpg,Soul Eater: Medusa no Inbou,DS,Action,Namco Bandai,Bandai Namco Games,,0.05,,0.05,,,2008-10-23, -/games/boxart/full_5428149AmericaFrontccc.jpg,Dead Cells,PS4,Action,Merge Games,Motion Twin,,0.05,0.04,,,0.01,2018-08-15,2018-08-06 -/games/boxart/full_5991153AmericaFrontccc.jpg,Johnny Bazookatone,PS,Platform,U.S. Gold,Arc Developments,,0.05,0.03,,0.02,0,1996-01-01, -/games/boxart/full_9615094AmericaFrontccc.jpg,Crazy Chicken: Atlantis Quest,DS,Platform,Mumbo Jumbo,Phenomedia,,0.05,0.04,,,0,2009-06-02, -/games/boxart/full_1887114AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,X360,Platform,Activision,Behaviour Interactive,,0.05,0.04,,,0,2013-10-22,2020-12-17 -/games/boxart/full_6748169AmericaFrontccc.jpg,Silhouette Mirage,PS,Platform,Working Designs,"Treasure Co., Ltd.",,0.05,0.03,,0.02,0,1999-12-31, -/games/boxart/full_8732469AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),PS4,Platform,DotEmu,Lizardcube,,0.04,0.03,,,0.01,2017-04-18,2018-08-10 -/games/boxart/full_4945527AmericaFrontccc.jpg,Garfield: The Search for Pooky,GBA,Platform,Game Factory,InterActive Vision Games,,0.04,0.03,,0.01,0,2005-11-14, -/games/boxart/full_8281204AmericaFrontccc.jpg,Major League Baseball 2K12,PC,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,0.04,0.04,,,0,2012-03-06,2018-11-03 -/games/boxart/7112480ccc.jpg,Tennis Masters Series 2003,XB,Sports,Hip Interactive,Microids,,0.04,0.03,,0.01,0,2003-08-07, -/games/boxart/full_1307408AmericaFrontccc.jpg,MLB SlugFest 20-04,GC,Sports,Midway Games,Criterion Games,8,0.04,0.03,,0.01,0,2003-03-16, -/games/boxart/full_4702752AmericaFrontccc.jpg,Torino 2006,XB,Sports,2K Sports,49Games,,0.04,0.03,,0.01,0,2006-01-24, -/games/boxart/default.jpg,Gem Smashers,3DS,Platform,Crave Entertainment,Frame Studios Interactive,,0.04,0.04,,,0,2011-11-08, -/games/boxart/9021764ccc.jpg,Sonic the Hedgehog 2,GG,Platform,Sega,Aspect,,0.04,,0.04,,,1992-11-17, -/games/boxart/full_4421759JapanFrontccc.jpg,Breeding Stud 2,PS,Sports,Konami,Konami Computer Entertainment Tokyo,,0.04,,0.04,,0,1998-07-30, -/games/boxart/full_4219375JapanFrontccc.jpg,Banushi Life Game: Winner's Circle,DS,Sports,Genki,Genki,,0.04,,0.04,,,2007-10-18, -/games/boxart/full_595399AmericaFrontccc.jpg,MLB 2K12 / NBA 2K12 Combo Pack,X360,Sports,2K Sports,2K Sports,,0.04,0.04,,,0,2012-03-06,2019-01-04 -/games/boxart/full_3349675PALFrontccc.jpg,Dead Ball Zone,PS,Sports,GT Interactive,Rage Software,,0.04,0.02,,0.02,0,1998-08-01, -/games/boxart/5580302ccc.jpg,NBA In The Zone '99,N64,Sports,Konami,Konami Computer Entertainment Osaka,,0.04,0.04,,,0,1999-04-07, -/games/boxart/2510696ccc.jpg,NBA in the Zone 2000,N64,Sports,Konami,KCEO,,0.04,0.04,,,0,2000-02-18, -/games/boxart/full_the-kore-gang_129AmericaFront.jpg,The Kore Gang,Wii,Platform,Atari,SnapDragon Games,,0.04,0.04,,0,0,2011-11-08, -/games/boxart/full_4695362AmericaFrontccc.jpg,E.T. The Extra-Terrestrial: Interplanetary Mission,PS,Platform,Ubisoft,Santa Cruz Games,,0.04,0.02,,0.01,0,2002-12-30, -/games/boxart/full_2483438AmericaFrontccc.jpg,Scribblenauts: Showdown,XOne,Platform,Warner Bros. Interactive,Shiver Games,,0.04,0.03,,,0,2018-03-06,2018-04-03 -/games/boxart/7800565ccc.jpg,The Ant Bully,GBA,Platform,Midway Games,Artificial Mind and Movement,5.2,0.04,0.03,,0.01,0,2006-07-24, -/games/boxart/full_6807035AmericaFrontccc.jpg,Castlevania Bloodlines,GEN,Platform,Konami,Konami,,0.04,,0.04,,,1994-03-17, -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_618AmericaFront.jpg,LEGO Pirates of the Caribbean: The Video Game,PC,Action,Disney Interactive Studios,Traveller's Tales,,0.04,0.04,,,0,2011-05-24, -/games/boxart/full_2874630JapanFrontccc.jpg,PriPara & Pretty Rhythm: PriPara de Tsukaeru Oshare Item 1450!,3DS,Action,Takara Tomy,syn Sophia,,0.04,,0.04,,,2015-03-19,2018-08-06 -/games/boxart/full_6792812AmericaFrontccc.jpeg,Dead Rising,XOne,Action,Capcom,Capcom Production Studio 1,,0.04,0.03,,,0,2016-09-13, -/games/boxart/full_tennis-no-oji-sama-dokidoki-survival-umibe-no-secret_164JapanFront.jpg,Tennis no Oji-Sama: DokiDoki Survival - Umibe no Secret,PS2,Sports,Konami,WinkySoft,,0.04,,0.04,,,2007-01-25, -/games/boxart/full_9217978JapanFrontccc.jpg,J.League Pro Soccer Club o Tsukurou! 8 Euro Plus,PSP,Sports,Sega,Sega,,0.04,,0.04,,,2013-10-17,2019-04-25 -/games/boxart/full_yes-precure-5_3JapanFront.jpg,Yes! PreCure 5,DS,Action,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2007-11-29, -/games/boxart/full_4136177AmericaFrontccc.jpg,Fantastic Four: Rise of the Silver Surfer,DS,Action,2K Games,7 Studios,,0.04,0.04,,0,0,2007-06-15, -/games/boxart/full_434243JapanFrontccc.jpg,Darius Burst: Chronicle Saviours,PSV,Action,Kadokawa Games,Unknown,,0.04,,0.04,,,2016-01-14, -/games/boxart/full_9463452AmericaFrontccc.jpg,Terraria,WiiU,Action,505 Games,Re-Logic,,0.04,,0.01,0.03,0,2016-06-28,2018-03-19 -/games/boxart/full_5715023PALFrontccc.jpg,Living Legends: Frozen Beauty,PC,Action,Big Fish Games,Big Fish Games,,0.04,,,0.03,0,2014-03-04,2018-09-22 -/games/boxart/full_310182JapanFrontccc.jpg,Way of the Samurai 2 Portable,PSP,Action,Spike,Spike,,0.04,,0.04,,,2009-09-03, -/games/boxart/7372388ccc.gif,Go Diego Go!: Safari Rescue,PS2,Action,2K Play,High Voltage Software,,0.04,0.02,,0.02,0.01,2008-02-11, -/games/boxart/full_8816272AmericaFrontccc.jpg,Scaler,GC,Platform,Global Star Software,Artificial Mind & Movement,7.3,0.04,0.03,,0.01,0,2004-11-17, -/games/boxart/full_1346837AmericaFrontccc.jpg,Farm Frenzy,PC,Strategy,Mumbo Jumbo,Melesta,,0.04,0.04,,,0,2008-01-30, -/games/boxart/full_4227882PALFrontccc.jpg,New Little King's Story,PSV,Strategy,Konami Digital Entertainment,Konami,,0.04,,0.04,,,2012-03-29,2019-04-25 -/games/boxart/full_5658740AmericaFrontccc.jpg,Warhammer: Dark Omen,PS,Strategy,Electronic Arts,Games Workshop,,0.04,0.02,,0.01,0,1998-04-07, -/games/boxart/full_181753AmericaFrontccc.jpg,Company of Heroes,PC,Strategy,THQ,Relic,9.4,0.04,,,0.04,0,2006-09-13, -/games/boxart/6428577ccc.jpg,Supreme Commander,PC,Strategy,THQ,Gas Powered Games,8.7,0.04,,,0.04,0.01,2007-02-20, -/games/boxart/full_7895358AmericaFrontccc.jpg,Dungeons 3,PS4,Strategy,Kalypso Media,Realmforge Studios,,0.04,0.03,,,0.01,2017-10-17,2018-03-03 -/games/boxart/full_8820255JapanFrontccc.jpg,Super Robot Taisen OG Infinite Battle,PS3,Strategy,Namco Bandai Games,B.B. Studio,,0.04,,0.04,,,2013-11-28,2019-04-25 -/games/boxart/full_dungeon-raiders_5AmericaFront.jpg,Dungeon Raiders,DS,Role-Playing,UFO Interactive,Cyanide Studio,,0.04,0.04,,,0,2011-02-15, -/games/boxart/full_9391315AmericaFrontccc.jpg,Unbox: Newbie's Adventure,PS4,Action,Merge Games,Prospect Games,,0.04,0.03,,,0.01,2017-07-26,2018-09-20 -/games/boxart/full_do-konjou-shougakussei-bon-bita-hadaka-no-choujou-ketsusen-bita-vs-dokuro-dei_0JapanFront.jpg,Do-Konjou Shougakussei: Bon Bita - Hadaka no Choujou Ketsusen!! Bita vs. Dokuro Dei!,DS,Action,Namco Bandai,Namco Bandai Games,,0.04,,0.04,,,2010-11-04, -/games/boxart/full_7040983AmericaFrontccc.png,James Cameron's Avatar: The Game,PC,Action,Ubisoft,Ubisoft Montreal,6.4,0.04,,,0.04,0,2009-12-01, -/games/boxart/full_7033238AmericaFrontccc.jpg,Senran Kagura Burst Re:Newal,PS4,Action,Xseed Games,HONEY PARADE GAMES,,0.04,,0.04,,,2019-01-15,2019-03-24 -/games/boxart/869936ccc.jpg,Pocket Pool,PSP,Action,Eidos Interactive,Hyper-Devbox,3.4,0.04,0.04,,,0,2007-04-18, -/games/boxart/full_6562379AmericaFrontccc.jpg,Sine Mora EX,NS,Action,THQ Nordic,Digital Reality,8,0.04,,,0.04,0,2017-09-26,2018-08-15 -/games/boxart/full_7829191JapanFrontccc.jpg,Doki Doki! Pretty Cure Narikiri Life!,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2013-08-01,2019-04-25 -/games/boxart/full_1836851AmericaFrontccc.jpg,Elven Legacy,PC,Strategy,Paradox Interactive,1C:Ino-Co,,0.04,0.04,,,0,2009-04-07, -/games/boxart/full_2124680JapanFrontccc.jpg,Ookami Kakushi,PSP,Action,Konami,Konami,,0.04,,0.04,,,2009-08-20, -/games/boxart/831433ccc.jpg,TMNT,DS,Action,Ubisoft,Ubisoft Montreal,,0.04,0.03,,0.01,0,2007-03-20, -/games/boxart/full_7768209JapanFrontccc.jpg,Sengoku Musou 3 Z Special,PSP,Action,Tecmo Koei,Omega Force,,0.04,,0.04,,,2012-02-16,2019-04-25 -/games/boxart/full_7103383AmericaFrontccc.jpg,Dark Souls Trilogy,XOne,Action,Namco Bandai,From Software,,0.04,0.04,,,0,2018-10-19,2018-08-24 -/games/boxart/5887945ccc.jpg,Samurai Warriors 2: Empires,X360,Action,KOEI,Omega Force,,0.04,0.03,0.01,0,0,2007-02-27, -/games/boxart/6318678ccc.jpg,Cy Girls,PS2,Action,Konami,Konami Computer Entertainment Japan,,0.04,0.02,,0.01,0,2004-03-23, -/games/boxart/5255269ccc.jpg,Barnyard,Wii,Action,THQ,Blue Tongue,,0.04,0.04,,0,0,2006-12-04, -/games/boxart/1277184ccc.jpg,Lionel Trains: On Track,DS,Action,DSI Games,Unknown,,0.04,0.04,,0,0,2006-12-06, -/games/boxart/full_8859219AmericaFrontccc.jpg,Gumby vs. the Astrobots,GBA,Action,Namco,Torus Games,,0.04,0.03,,0.01,0,2005-08-09, -/games/boxart/full_8210867JapanFrontccc.jpg,Gudetama: Hanjuku de Tanomuwa,3DS,Action,Rocket Company,Rocket Company,,0.04,,0.04,,,2015-12-03,2018-07-26 -/games/boxart/full_793363JapanFrontccc.jpg,Rose to Tasogare no Kojou,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,0.04,,0.04,,,2016-04-26,2018-09-22 -/games/boxart/full_5613821AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,XB,Action,Konami,Konami,,0.04,0.03,,0.01,0,2005-11-01, -/games/boxart/full_8352695AmericaFrontccc.jpg,Beatdown: Fists of Vengeance,XB,Action,Capcom,Cavia Inc.,,0.04,0.03,,0.01,0,2005-08-23, -/games/boxart/full_8992245AmericaFrontccc.jpg,Warriors Orochi 4,XOne,Action,Koei Tecmo,Omega Force,,0.04,0.03,,,0,2018-10-16,2018-11-11 -/games/boxart/full_4516669AmericaFrontccc.jpg,Terraria,XOne,Action,505 Games,Re-Logic,,0.04,,,0.04,0,2014-12-02,2018-03-19 -/games/boxart/full_1282929AmericaFrontccc.jpg,Aeon Flux,PS2,Action,Majesco,Terminal Reality,,0.04,0.02,,0.02,0.01,2005-11-15, -/games/boxart/full_9490595JapanFrontccc.jpg,SD Gundam G Generation Genesis,NS,Strategy,Bandai Namco Games,Bandai Namco,,0.04,,0.04,,,2018-04-26,2018-01-16 -/games/boxart/8107781ccc.jpg,Company of Heroes: Opposing Fronts,PC,Strategy,THQ,Relic,,0.04,0.01,,0.03,0,2007-09-24, -/games/boxart/full_9458518AmericaFrontccc.jpg,Shadow Tactics: Blades of the Shogun,PS4,Strategy,Kalypso Media,Mimimi Productions,,0.04,0.02,,0.01,0.01,2017-08-01,2018-09-15 -/games/boxart/full_55101AmericaFrontccc.jpg,Syndicate Wars,PS,Strategy,Electronic Arts,Bullfrog,,0.04,0.02,,0.01,0,1997-07-31, -/games/boxart/full_7819344AmericaFrontccc.jpg,The Adventures of Darwin,PS2,Strategy,D3 Publisher,Vingt-et-un Systems,,0.04,0.01,0.03,0,0,2007-06-25, -/games/boxart/full_4927911AmericaFrontccc.jpg,City Builder,Wii,Strategy,Virtual Play Games,Collision Studios,,0.04,0.04,,,0,2010-06-08, -/games/boxart/6537072ccc.jpg,R-Type Command (correct US sales),PSP,Strategy,Atlus,Irem Software Engineering,,0.04,0.04,,,0,2008-05-06, -/games/boxart/full_9130648AmericaFrontccc.jpg,Empire Earth III,PC,Strategy,Sierra Entertainment,Mad Doc Software,4.8,0.04,,,0.03,0,2007-11-06, -/games/boxart/full_9254795PALFrontccc.jpg,Darkest Dungeon,PS4,Role-Playing,Red Hook Studios,Red Hook Studios,,0.04,0.02,0.01,,0.01,2018-04-24,2018-01-31 -/games/boxart/full_1322339AmericaFrontccc.jpg,Rhapsody: A Musical Adventure,PS,Role-Playing,Atlus,Nippon Ichi Software,6.7,0.04,0.02,,0.01,0,2000-03-30, -/games/boxart/full_apb-reloaded_649AmericaFront.jpg,APB Reloaded,PC,Role-Playing,IGS,Reloaded Productions,,0.04,0.02,,0.01,0,2011-12-01, -/games/boxart/full_5972026AmericaFrontccc.jpg,Enchanted Arms (JP sales),PS3,Role-Playing,Ubisoft,From Software,,0.04,,0.04,,,2007-04-03, -/games/boxart/full_6213154JapanFrontccc.jpg,Super Hero Generation,PS3,Role-Playing,Namco Bandai Games,Tom Create,,0.04,,0.04,,,2014-10-23,2018-06-10 -/games/boxart/full_7734998JapanFrontccc.jpg,Medarot 9: Kabuto Ver. / Kuwagata Ver.,3DS,Role-Playing,Rocket Company,Rocket Company,,0.04,,0.04,,,2015-12-24,2018-08-03 -/games/boxart/full_5502459JapanFrontccc.jpg,Dark Half,SNES,Role-Playing,Enix,Enix Corporation,,0.04,,0.04,,0,1996-05-31, -/games/boxart/full_7014031JapanFrontccc.jpg,Mobile Suit Gundam: Mokuba no Kiseki,PSP,Strategy,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2012-01-26,2019-04-26 -/games/boxart/default.jpg,East India Company,PC,Strategy,Paradox Interactive,Nitro Games,7.4,0.04,0.03,,0,0,2009-07-31, -/games/boxart/full_1684313AmericaFrontccc.jpg,Worms 4: Mayhem,XB,Strategy,Majesco,Team17 Software,,0.04,0.03,,0.01,0,2005-10-04, -/games/boxart/full_3143716AmericaFrontccc.jpg,Company of Heroes: Tales of Valor,PC,Strategy,THQ,Relic,,0.04,,,0.03,0.01,2009-04-07, -/games/boxart/full_3686843AmericaFrontccc.jpg,Farm Frenzy 3,PC,Strategy,Alawar Entertainment,"Alawar Entertainment, Inc.",,0.04,,,0.03,0.01,2009-07-21,2019-05-03 -/games/boxart/full_patrician-iv_5PALFront.jpg,Patrician IV,PC,Strategy,Kalypso,Gaming Minds Studios,6.7,0.04,0.03,,0,0,2010-09-14, -/games/boxart/full_3623477AmericaFrontccc.jpg,Megadimension Neptunia VII,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.04,,0.04,,,2016-02-02,2018-12-03 -/games/boxart/full_3482196AmericaFrontccc.jpg,Boktai 2: Solar Boy Django,GBA,Role-Playing,Konami,Kojima Productions,7.9,0.04,0.03,,0.01,0,2004-10-19, -/games/boxart/full_6533000AmericaFrontccc.jpg,Drakensang: The Dark Eye,PC,Role-Playing,THQ,Radon Labs GmbH,,0.04,0.03,,,0,2009-02-23, -/games/boxart/full_5330377AmericaFrontccc.jpg,The Dark Spire,DS,Role-Playing,Atlus,Success,,0.04,0.04,,,0,2009-04-14, -/games/boxart/full_9367371JapanFrontccc.jpg,Battle Spirits: Digital Starter,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2010-08-05, -/games/boxart/full_4985342AmericaFrontccc.jpg,Mazes of Fate DS,DS,Role-Playing,Graffiti,Sabarasa Entertainment,,0.04,0.04,,,0,2008-08-22, -/games/boxart/full_4297347AmericaFrontccc.jpg,Syberia III,PC,Role-Playing,Microids,Unknown,,0.04,0.02,,0.02,0,2017-04-25,2018-08-12 -/games/boxart/full_3801299JapanFrontccc.jpg,Fushigi no Dungeon - Furai no Shiren 4 Plus: Kami no Hitomi to Akuma no Heso,PSP,Role-Playing,Spike,Spike Chunsoft,,0.04,,0.04,,,2012-10-18,2019-04-25 -/games/boxart/full_5515454JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,PSV,Role-Playing,Nihon Falcom Corporation,Nihon Falcom Corporation,,0.04,,0.04,,,2016-07-14,2018-09-22 -/games/boxart/489701ccc.jpg,Dai Senryaku VII: Modern Military Tactics,XB,Strategy,Kemco,SystemSoft,,0.04,0.03,,0.01,0,2005-02-16, -/games/boxart/full_the-history-channel-great-battles-medieval_15PALFront.jpg,The History Channel: Great Battles - Medieval,PS3,Strategy,Unknown,Slitherine Software,,0.04,,,0.04,0.01,, -/games/boxart/full_3891536AmericaFrontccc.jpg,Test Drive: Ferrari Legends,PS3,Racing,Rombax Games,Slightly Mad Studios,,0.04,0.04,,,0.01,2012-07-03,2019-01-04 -/games/boxart/full_forza-motorsport-3-ultimate-edition_0PALFront.jpg,Forza Motorsport 3: Ultimate Collection,X360,Racing,Microsoft Game Studios,Turn 10 Studio,,0.04,,,0.04,0,2010-11-18,2018-11-02 -/games/boxart/full_9883348JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky FC,PS3,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.04,,0.04,,,2012-12-13,2018-10-29 -/games/boxart/full_693143AmericaFrontccc.jpg,Battle Chasers: Nightwar,XOne,Role-Playing,THQ Nordic,Airship Syndicate,,0.04,0.04,,,0,2017-10-03,2018-09-22 -/games/boxart/full_9798616AmericaFrontccc.jpg,Tao Adventure: Curse Demon,DS,Role-Playing,Konami,Konami,,0.04,0.03,,,0,2006-03-21, -/games/boxart/full_3695820AmericaFrontccc.jpg,Might & Magic X: Legacy,PC,Role-Playing,Ubisoft,Ubisoft,,0.04,,,0.03,0,2014-04-01,2019-04-23 -/games/boxart/full_8221349AmericaFrontccc.jpg,Black Stone: Magic & Steel,XB,Role-Playing,Xicat Interactive,Unknown,,0.04,0.03,,0.01,0,2003-03-19, -/games/boxart/full_8078270JapanFrontccc.jpg,Secret of Mana,PSV,Role-Playing,Square Enix,Square Enix,,0.04,,0.04,,,2018-02-15,2018-02-17 -/games/boxart/6255949ccc.jpg,Supreme Commander: Forged Alliance,PC,Strategy,THQ,Gas Powered Games,8.1,0.04,0.01,,0.02,0,2007-11-06, -/games/boxart/full_6833159AmericaFrontccc.png,"Warhammer 40,000: Dawn of War III",PC,Strategy,Sega,Relic Entertainment,,0.04,,,0.04,0,2017-04-27,2018-09-22 -/games/boxart/full_9905350AmericaFrontccc.jpg,Battle Hunter,PS,Strategy,Agetec,Success,,0.04,0.02,,0.01,0,2001-06-01, -/games/boxart/full_8534909JapanFrontccc.jpg,Romance of the Three Kingdoms II,3DS,Strategy,Tecmo Koei,Koei,,0.04,,0.04,,,2015-08-06,2018-08-03 -/games/boxart/full_9384605JapanFrontccc.jpg,Tears to Tiara Gaiden: Avalon no Nazo,PS3,Strategy,Aquaplus,Aquaplus,,0.04,,0.04,,,2009-09-17, -/games/boxart/full_3748338JapanFrontccc.jpg,San Goku Shi DS 3,DS,Strategy,KOEI,Koei,,0.04,,0.04,,,2010-02-18, -/games/boxart/full_5638985AmericaFrontccc.jpg,Caesar IV,PC,Strategy,Sierra Entertainment,Tilted Mill Entertainment,,0.04,,,0.03,0,2006-09-26, -/games/boxart/full_404190JapanFrontccc.jpg,Super Robot Taisen: Scramble Commander the 2nd,PS2,Strategy,Banpresto,Banpresto,,0.04,,0.04,,,2007-11-01, -/games/boxart/full_4896417AmericaFrontccc.jpg,Thrillville: Off the Rails,DS,Strategy,LucasArts,Frontier Developments,,0.04,0.03,,0.01,0,2007-10-09, -/games/boxart/full_4397180AmericaFrontccc.jpg,Praetorians,PC,Strategy,Eidos Interactive,Pyro Studios,,0.04,,,0.04,0,2003-03-10, -/games/boxart/full_2554665AmericaFrontccc.jpg,Shattered Union,XB,Strategy,2K Games,PopTop Software,,0.04,0.03,,0.01,0,2005-10-17, -/games/boxart/full_3675631JapanFrontccc.jpg,PD Ultraman Battle Collection 64,N64,Strategy,Bandai,Bandai,,0.04,,0.04,,0,1999-07-16, -/games/boxart/full_1754366JapanFrontccc.jpg,The Idolm@ster: Must Songs - Red Board / Blue Board,PSV,Music,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2015-12-10,2018-09-22 -/games/boxart/full_3172905AmericaFrontccc.jpg,Final Fantasy XIV: Heavensward,PS3,MMO,Square Enix,Square Enix,,0.04,0.02,0.01,,0,2015-06-23,2018-04-23 -/games/boxart/full_8583361JapanFrontccc.jpg,Dragon Quest X: All in One Package,NS,MMO,Square Enix,Square Enix,,0.04,,0.04,,,2017-09-21,2018-09-15 -/games/boxart/full_816255JapanFrontccc.jpg,Taikou Risshiden V,PSP,Strategy,KOEI,Koei,,0.04,,0.04,,,2009-09-17, -/games/boxart/full_7422456AmericaFrontccc.jpg,Worms Armageddon,N64,Strategy,Infogrames,Team17 Software,,0.04,0.03,,0.01,0,2000-03-30, -/games/boxart/9799792ccc.jpg,Port Royale 2,PC,Strategy,Ascaron Entertainment,Ascaron,,0.04,,,0.03,0.01,2004-09-13, -/games/boxart/full_7976095AmericaFrontccc.jpg,Front Mission,DS,Strategy,Square Enix,Square Enix,,0.04,0.01,0.03,,0,2007-10-23, -/games/boxart/full_1588674JapanFrontccc.jpg,Angelique Duet,PS,Strategy,KOEI,Koei,,0.04,,0.04,,0,1998-07-30, -/games/boxart/full_3051495JapanFrontccc.jpg,Nobunaga's Ambition (2013),3DS,Strategy,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2013-09-19,2019-04-23 -/games/boxart/full_518679AmericaFrontccc.jpg,Tropico 3,PC,Strategy,Kalypso,Haemimont Games,8.1,0.04,,,0.04,0.01,2009-10-20, -/games/boxart/full_9576337JapanFrontccc.jpg,Sacred Blaze,PS2,Strategy,Flight-Plan,Flight-Plan,,0.04,,0.04,,,2009-02-19, -/games/boxart/4887650ccc.jpg,Imperial Glory,PC,Strategy,Eidos Interactive,Pyro Studios,,0.04,,,0.04,0,2005-05-17, -/games/boxart/1707972ccc.jpg,Ford Bold Moves Street Racing,PSP,Racing,Eidos Interactive,Razorworks Studios,,0.04,0.04,,0,0,2006-10-17, -/games/boxart/full_6750725AmericaFrontccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator & Colin McRae Rally 04,XB,Racing,Codemasters,Codemasters,,0.04,0.03,,0.01,0,2004-10-05, -/games/boxart/full_honda-atv-fever_488AmericaFront.jpg,Honda ATV Fever,Wii,Racing,Storm City Games,Storm City Games,,0.04,0.04,,,0,2010-10-01, -/games/boxart/full_harley-davidson-road-trip_4AmericaFront.jpg,Harley-Davidson: Road Trip,Wii,Racing,Destineer,TBA,,0.04,0.04,,,0,2010-06-28, -/games/boxart/full_1347393AmericaFrontccc.jpg,FlatOut 2,XB,Racing,Vivendi Games,Bugbear Entertainment,,0.04,0.03,,0.01,0,2006-08-01, -/games/boxart/full_8518631AmericaFrontccc.jpg,Ride to Hell: Retribution,PS3,Racing,Deep Silver,Deep Silver,,0.04,0.02,,0.02,0.01,2013-06-25,2019-04-25 -/games/boxart/full_4413144PALFrontccc.jpg,Richard Burns Rally,PC,Racing,SCi,Warthog,,0.04,,,0.03,0,2004-09-03, -/games/boxart/full_7722399AmericaFrontccc.jpg,Monster Jam: Crush It,XOne,Racing,GameMill,GameMill,,0.04,0.03,,,0,2017-01-17, -/games/boxart/full_9408263AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,XOne,Role-Playing,Capcom,Capcom,,0.04,0.04,,,0,2017-10-03,2019-03-22 -/games/boxart/full_7547195JapanFrontccc.jpg,Record of Agarest War Mariage,PSP,Role-Playing,Compile Heart,Idea Factory,,0.04,,0.04,,,2012-07-19,2019-04-25 -/games/boxart/full_3227437JapanFrontccc.jpg,Little Battlers eXperience W,PSV,Role-Playing,Level 5,Level 5,,0.04,,0.04,,,2012-10-18,2018-08-31 -/games/boxart/full_summon-night-craft-sword-monogatari-hajimari-no-ishi_31JapanFront.jpg,Summon Night Craft Sword Monogatari: Hajimari no Ishi,GBA,Role-Playing,Banpresto,Flight-Plan,,0.04,,0.04,,0,2005-12-08, -/games/boxart/full_8132517AmericaFrontccc.jpg,Mana Khemia: Alchemists of Al-Revis (JP sales),PS2,Role-Playing,NIS America,Gust,6.6,0.04,,0.04,,,2008-04-01, -/games/boxart/full_4740913JapanFrontccc.jpg,Beyblade Burst: God,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0.04,,0.04,,,2017-11-23,2017-12-30 -/games/boxart/full_9426125JapanFrontccc.jpg,Tsurugi no Machi no Ihoujin: Kuro no Kyuuden,PSV,Role-Playing,Experience Inc.,Experience Inc.,,0.04,,0.04,,,2015-01-22,2018-09-22 -/games/boxart/full_7773582AmericaFrontccc.jpg,Road Rage,XOne,Racing,Maximum Games,Team 6 Games Studio,,0.04,0.04,,,0,2017-11-14,2018-01-19 -/games/boxart/full_6475178AmericaFrontccc.jpg,Ar Nosurge: Ode to an Unborn Star,PSV,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2015-07-02,2018-09-22 -/games/boxart/full_phantom-kingdom-portable_184JapanFront.jpg,Phantom Kingdom Portable,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.04,,0.04,,,2011-10-06, -/games/boxart/full_7663595JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC Evolution,PSV,Role-Playing,Kadokawa Games,Falcom,,0.04,,0.04,,,2015-12-10,2018-09-22 -/games/boxart/full_22781JapanFrontccc.jpg,Genkai Tokki: Seven Pirates,PSV,Role-Playing,Compile Heart,Compile Heart,,0.04,,0.04,,,2016-08-04,2018-09-22 -/games/boxart/full_1747433PALFrontccc.jpg,Breath of Fire III,PSP,Role-Playing,Capcom,Capcom,6,0.04,0,,0.03,0.01,2016-02-09, -/games/boxart/full_7477406AmericaFrontccc.png,Lost Sphear,NS,Role-Playing,Square Enix,Tokyo RPG Factory,6.5,0.04,,0.02,0.02,0,2018-01-23,2018-01-10 -/games/boxart/full_1358264AmericaFrontccc.jpg,Megadimension Neptunia VIIR,PS4,Role-Playing,Idea Factory International,Compile Heart,,0.04,0.01,0.03,,0,2018-05-08,2018-01-08 -/games/boxart/full_advance-guardian-heroes_729AmericaFront.jpg,Advance Guardian Heroes,GBA,Role-Playing,Ubisoft,"Treasure Co., Ltd.",7,0.04,0.03,,0.01,0,2004-09-14, -/games/boxart/full_1343725JapanFrontccc.jpg,Luminous Arc 3,DS,Role-Playing,Marvelous Interactive,imageepoch Inc.,,0.04,,0.04,,,2009-12-10, -/games/boxart/full_8374378AmericaFrontccc.jpg,Deception III: Dark Delusion,PS,Role-Playing,Tecmo,Tecmo,,0.04,0.02,,0.01,0,2000-03-01, -/games/boxart/full_5031370AmericaFrontccc.jpg,Superdimension Neptunia VS Sega Hard Girls: Yume no Gattai Special,PSV,Role-Playing,Idea Factory,Compile Heart,,0.04,,0.04,,,2016-10-18,2018-12-03 -/games/boxart/full_2146882JapanFrontccc.jpg,Metal Max Returns,SNES,Role-Playing,Data East,Crea-Tech,,0.04,,0.04,,,1995-09-29, -/games/boxart/full_4183878AmericaFrontccc.jpg,Langrisser: Re:Incarnation Tensei,3DS,Role-Playing,Aksys Games,NCS,1.5,0.04,0.03,0.01,,0,2016-04-19,2018-08-06 -/games/boxart/full_714945JapanFrontccc.jpg,Lise no Atelier: Ordre no Renkinjutsushi,DS,Role-Playing,Gust,Gust,,0.04,,0.04,,,2007-04-19, -/games/boxart/full_7704054JapanFrontccc.jpg,Dragon's Dogma Online,PS3,Role-Playing,Capcom,Capcom,,0.04,,0.04,,,2015-08-27, -/games/boxart/full_3709864JapanFrontccc.jpg,Hero Must Die,PSV,Role-Playing,Nippon Ichi Software,Pyramid,,0.04,,0.04,,,2016-02-25,2018-09-22 -/games/boxart/full_8024580JapanFrontccc.jpg,Hakuoki Zuisouroku Omokage Hana,PSV,Visual Novel,Idea Factory,Idea Factory,,0.04,,0.04,,,2015-02-19,2019-04-26 -/games/boxart/full_8922769JapanFrontccc.jpg,Norn9: Norn + Nonette,PSP,Visual Novel,Idea Factory,Regista,,0.04,,0.04,,,2013-05-30,2019-04-26 -/games/boxart/full_8940071AmericaFrontccc.jpg,Psycho-Pass: Mandatory Happiness,PSV,Visual Novel,NIS America,5pb. Inc.,,0.04,,0.02,0.01,0,2016-09-13,2018-07-03 -/games/boxart/full_8149738JapanFrontccc.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,PSP,Visual Novel,Prototype,Prototype,,0.04,,0.04,,,2012-07-26,2019-04-26 -/games/boxart/full_2752573AmericaFrontccc.jpg,XBLAZE Code: Embryo,PS3,Visual Novel,Aksys Games,Arc System Works,,0.04,0.02,0.01,,0.01,2014-06-24,2019-04-26 -/games/boxart/full_jewel-quest-mysteries-2-trail-of-the-midnight-heart_249PALFront.jpg,Jewel Quest Mysteries 2: Trail of the Midnight Heart,DS,Puzzle,Unknown,Licensed 4U,,0.04,,,0.04,0,2011-11-25, -/games/boxart/full_7530539JapanFrontccc.jpg,Kenka Bancho Otome,PSV,Visual Novel,Spike Chunsoft,RED Entertainment,,0.04,,0.04,,,2016-05-19,2018-09-22 -/games/boxart/full_92616JapanFrontccc.jpg,White Album 2: Shiawase no Mukougawa,PS3,Visual Novel,Aqua Plus,Aqua Plus,,0.04,,0.04,,,2012-12-20,2019-04-25 -/games/boxart/full_7114166JapanFrontccc.jpg,YoKai Watch Dance: Just Dance Special Version,WiiU,Music,Level 5,Level 5,,0.04,,0.04,,,2015-12-05,2018-04-09 -/games/boxart/full_5537716AmericaFrontccc.jpg,Just Sing,PS4,Music,Ubisoft,Ubisoft,,0.04,0.03,,,0.01,2016-09-06,2018-06-27 -/games/boxart/full_2035618AmericaFrontccc.jpg,Persona 3: Dancing in Moonlight,PS4,Music,Atlus,Atlus,,0.04,0.02,0.01,,0.01,2018-12-04,2018-08-13 -/games/boxart/default.jpg,Off-Road Drive,PC,Racing,1C Company,Avalon Style,,0.04,,,0.04,0,2011-09-29, -/games/boxart/full_3571321AmericaFrontccc.jpg,Fast & Furious: Showdown,X360,Racing,Activision,Firebrand Games,,0.04,,,0.04,0,2013-05-21,2019-04-26 -/games/boxart/full_zen-nippon-gt-senshuken_420JapanFront.jpg,Zen-Nippon GT Senshuken,SNES,Racing,Banpresto,Kaneko Co. Ltd,,0.04,,0.04,,0,1995-09-29, -/games/boxart/full_8688273JapanFrontccc.jpg,Date A Live: Rine Utopia,PS3,Visual Novel,Compile Heart,Compile Heart,,0.04,,0.04,,,2013-06-27,2019-04-25 -/games/boxart/full_4156187JapanFrontccc.jpg,Utawarerumono: Mask of Truth,PS3,Visual Novel,Aqua Plus,Aqua Plus,,0.04,,0.04,,,2016-09-21,2018-06-03 -/games/boxart/full_gormiti-the-lords-of-nature_8AmericaFront.jpg,Gormiti: The Lords of Nature!,Wii,Adventure,Konami,Climax Group,,0.04,0.03,,0,0,2010-09-21, -/games/boxart/2406668ccc.jpg,B.L.U.E.: Legend of Water,PS,Adventure,Unknown,Unknown,,0.04,,0.04,,0,, -/games/boxart/full_7484913AmericaFrontccc.jpg,The Wolf Among Us,PSV,Adventure,Telltale Games,Telltale Games,,0.04,0.03,,,0.01,2014-11-04,2018-05-20 -/games/boxart/full_heavy-rain-move-edition_6PALFront.jpg,Heavy Rain: Move Edition,PS3,Adventure,Sony Computer Entertainment,Quantic Dream,,0.04,,,0.03,0.01,2010-10-08, -/games/boxart/full_kanuchi-shiroki-tsubasa-no-shou_3JapanFront.jpg,Kanuchi: Shiroki Tsubasa no Shou,PS2,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2008-10-02, -/games/boxart/full_1522120JapanFrontccc.jpg,Saki Portable,PSP,Adventure,Alchemist,Alchemist,,0.04,,0.04,,,2010-03-25, -/games/boxart/full_9635827JapanFrontccc.jpg,Renai Revenge,PSV,Adventure,TGL,TGL,,0.04,,0.04,,,2015-10-29,2018-09-22 -/games/boxart/full_9870828AmericaFrontccc.jpg,Chaos Wars,PS2,Strategy,O~3 Entertainment,Idea Factory,6.8,0.04,,0.04,,,2008-06-03, -/games/boxart/175061ccc.jpg,OutRun 2006: Coast 2 Coast,PSP,Racing,Sega,Sumo Digital,,0.04,0.03,,0.01,0,2006-04-25, -/games/boxart/691622ccc.jpg,Sea Monsters: A Prehistoric Adventure,Wii,Adventure,DSI Games,Atomic Planet Entertainment,,0.04,0.04,,0,0,2007-12-27, -/games/boxart/3268941ccc.jpg,DT Carnage,PSP,Racing,Agetec,Axis Entertainment,,0.04,0.03,,,0,2009-04-21, -/games/boxart/full_864900PALFrontccc.jpg,Formula 1 06,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,,0.04,,0.04,,,2006-07-28, -/games/boxart/4400183ccc.jpg,Smashing Drive,XB,Racing,Namco,Point of View,,0.04,0.03,,0.01,0,2002-05-13, -/games/boxart/full_5553775AmericaFrontccc.jpg,VR Karts,PS4,Racing,Perp Games,Unknown,,0.04,0.03,,,0.01,2017-11-28, -/games/boxart/7890617ccc.jpg,WRC: FIA World Rally Championship,PSP,Racing,Namco Bandai,Traveller's Tales,,0.04,0.02,,0.01,0,2006-04-18, -/games/boxart/full_6685011AmericaFrontccc.jpg,System 3 presents Ferrari Challenge Trofeo Pirelli,DS,Racing,System 3 Arcade Software,Climax Group,,0.04,0.03,,0.01,0,2008-08-26, -/games/boxart/full_4576925JapanFrontccc.jpg,Chibi Maruko-Chan DS: Maru-Chan no Machi,DS,Puzzle,Namco Bandai,Banpresto,,0.04,,0.04,,,2009-02-05, -/games/boxart/full_8557656PALFrontccc.jpg,Family Fortunes,DS,Misc,Mindscape,Mindscape,,0.04,,,0.04,0,2009-10-23, -/games/boxart/2805168ccc.jpg,Akko ni Omakase! Brain Shock,DS,Misc,Taito,Taito,,0.04,,0.04,,,2006-12-07, -/games/boxart/full_8925867JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch R2 - Banjou no Geass Gekijou,DS,Misc,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2008-08-07, -/games/boxart/full_4688394AmericaFrontccc.jpg,Unison: Rebels of Rhythm & Dance,PS2,Misc,Tecmo,Tecmo,,0.04,0.02,,0.02,0.01,2001-03-22, -/games/boxart/full_battle-vs-chess_5AmericaFront.jpg,Check vs. Mate,PS3,Misc,Unknown,TopWare Interactive,,0.04,,,0.04,0.01,, -/games/boxart/full_get-up-and-dance_834AmericaFront.jpg,Get Up and Dance,PS3,Misc,Crave Entertainment,O Games,,0.04,0.03,,0,0,2011-11-15, -/games/boxart/5726746ccc.jpg,Metal Gear Solid: Digital Graphic Novel,PSP,Misc,Konami,Kojima Productions,7.6,0.04,0.02,0.02,0,0,2006-06-13, -/games/boxart/5544293ccc.jpg,Bomberman: Act Zero,X360,Puzzle,Konami,Hudson Soft,3.5,0.04,0.04,,0,0,2006-08-29, -/games/boxart/full_casual-mania_10AmericaFront.jpg,Casual Mania!,DS,Puzzle,Destineer,Most Wanted Entertainment,,0.04,0.04,,0,0,2010-02-23, -/games/boxart/full_223530PALFrontccc.jpg,Puyo Pop Fever,PSP,Puzzle,Ignition Entertainment,Sonic Team,,0.04,,0.04,,,2006-05-19, -/games/boxart/full_7585139AmericaFrontccc.jpg,Challenge Me: Maths Workout,DS,Puzzle,O-Games,Oxygen Interactive,,0.04,0.04,,0,0,2009-05-26, -/games/boxart/full_2174646AmericaFrontccc.jpg,Mortimer Beckett and the Secrets of Spooky Manor,Wii,Puzzle,Mumbo Jumbo,Paprikari,,0.04,0.04,,,0,2008-11-18, -/games/boxart/full_9366644AmericaFrontccc.jpg,Sushi Striker: The Way of Sushido,3DS,Puzzle,Nintendo,Indies Zero,,0.04,0.02,0.02,,0,2018-06-08,2020-07-23 -/games/boxart/8769896ccc.jpg,Fading Shadows,PSP,Puzzle,Agetec,Ivolgamus,7,0.04,0.03,,0,0,2008-07-03, -/games/boxart/full_648545AmericaFrontccc.jpg,Lumo,PS4,Puzzle,Rising Star Games,Triple Eh?,,0.04,0.03,,,0.01,2016-08-30,2019-03-18 -/games/boxart/full_1070366JapanFrontccc.jpg,Ore no Imouto ga Konna ni Kawaii wake ga Nai. Happy End,PS3,Visual Novel,Namco Bandai Games,Banpresto,,0.04,,0.04,,,2013-09-26,2019-04-25 -/games/boxart/5628778ccc.jpg,PopCap Arcade Vol 1,X360,Puzzle,PopCap Games,PopCap Games,,0.04,0.04,,,0,2007-11-15, -/games/boxart/4966906ccc.gif,Platinum Sudoku,DS,Puzzle,Ubisoft,Gameloft,,0.04,0.03,,0.01,0,2007-07-03, -/games/boxart/full_the-treasures-of-montezuma_9AmericaFront.jpg,The Treasures of Montezuma,DS,Puzzle,O-Games,Most Wanted Entertainment,,0.04,0.02,,0.02,0,2010-09-28, -/games/boxart/5444527ccc.jpg,Meteos: Disney Magic,DS,Puzzle,Disney Interactive Studios,Q Entertainment,7.3,0.04,0.01,,0.02,0,2007-02-20, -/games/boxart/full_1292517JapanFrontccc.jpg,Ailu de Puzzle,PSP,Puzzle,Capcom,Natsume Atari,,0.04,,0.04,,,2012-07-19,2019-04-26 -/games/boxart/full_4188165JapanFrontccc.jpg,Gotouchi Tetsudou: Gotouchi Kyara to Nihon Zenkoku no Tabi,WiiU,Puzzle,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2014-11-27,2018-01-27 -/games/boxart/full_6621879AmericaFrontccc.jpg,Marvel Pinball: Epic Collection Volume 1,PS4,Puzzle,Nighthawk Interactive,Nighthawk Interactive,,0.04,0.03,,,0.01,2016-11-08,2018-06-27 -/games/boxart/full_386487JapanFrontccc.jpg,Ebikore+ Amagami,PSV,Visual Novel,Kadokawa Games,Enterbrain,,0.04,,0.04,,,2014-01-30,2019-04-25 -/games/boxart/full_4952385JapanFrontccc.jpg,Diabolik Lovers: Dark Fate,PSV,Visual Novel,Idea Factory,Rejet,,0.04,,0.04,,,2015-02-26,2019-04-25 -/games/boxart/full_4132494JapanFrontccc.jpg,Hanaoni: Yume no Tsudzuki,PSP,Visual Novel,Idea Factory,Design Factory,,0.04,,0.04,,,2012-03-22,2019-04-25 -/games/boxart/full_6845543JapanFrontccc.jpg,Shin Hayarigami,PS3,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.04,,0.04,,,2014-08-07,2019-04-25 -/games/boxart/full_1839938JapanFrontccc.jpg,Ao no Exorcist: Genkoku no Labyrinth,PSP,Visual Novel,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2012-04-26,2019-04-26 -/games/boxart/full_7903151JapanFrontccc.jpg,Bond of Ten Demons,PSP,Visual Novel,Idea Factory,Idea Factory,,0.04,,0.04,,,2012-07-19,2019-04-26 -/games/boxart/full_8658401AmericaFrontccc.jpg,Ski-Doo Snowmobile Challenge,X360,Racing,Valcon Games,ColdWood Interactive,,0.04,0.03,,,0,2009-04-01, -/games/boxart/1495769ccc.jpg,Big Mutha Truckers,GBA,Racing,DSI Games,Raylight Studios,5,0.04,0.03,,0.01,0,2005-11-09, -/games/boxart/full_6855718JapanFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PS3,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2015-11-19,2018-01-07 -/games/boxart/full_9104182AmericaFrontccc.jpg,The Talos Principle,PS4,Puzzle,Nighthawk Interactive,Croteam,,0.04,,,0.04,0.01,2015-10-13,2018-12-28 -/games/boxart/full_nandas-island_4PALFront.jpg,Nanda's Island,DS,Puzzle,Mumbo Jumbo,MumboJumbo,,0.04,0.04,,,0,2011-03-28, -/games/boxart/full_9374015JapanFrontccc.jpg,I.Q. Remix+: Intelligent Qube,PS2,Puzzle,Sony Computer Entertainment,SCEA,,0.04,,0.04,,,2000-03-23, -/games/boxart/full_jewel-master-cradle-of-rome-2_634PALFront.jpg,Jewel Master: Cradle Of Rome 2,PC,Puzzle,Rising Star,Rising Star Games,,0.04,,,0.04,0.01,2011-10-21, -/games/boxart/full_logic-machines_761AmericaFront.jpg,Logic Machines,DS,Puzzle,City Interactive,City Interactive,,0.04,0.03,,0,0,2010-10-13, -/games/boxart/full_2607301AmericaFrontccc.jpg,Mr. Driller,PS,Puzzle,Namco,Namco,,0.04,0.02,,0.01,0,2000-05-09, -/games/boxart/4582900ccc.jpg,Napoleon Dynamite: The Game,PSP,Puzzle,Crave Entertainment,7 Studios,4.3,0.04,0.03,,,0,2007-10-23, -/games/boxart/full_harukanaru-toki-no-naka-de-4-aizouban_128JapanFront.jpg,Harukanaru Toki no Naka de 4: Aizouban,PSP,Role-Playing,Tecmo Koei,Tecmo Koei Games,,0.04,,0.04,,,2010-12-22,2018-07-30 -/games/boxart/full_8868507JapanFrontccc.png,Digimon Story: Cyber Sleuth - Hacker's Memory,PSV,Role-Playing,Namco Bandai Games,Media.Vision,,0.04,,0.04,,,2018-01-19,2018-01-07 -/games/boxart/full_4787481JapanFrontccc.jpg,Atelier Firis: The Alchemist and the Mysterious Journey,PSV,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2016-11-02,2018-07-04 -/games/boxart/full_unchainblades-rexx_101JapanFront.jpg,UnchainBlades ReXX,3DS,Role-Playing,Atlus,FuRyu Corporation,,0.04,,0.04,,,2012-12-31, -/games/boxart/full_7869947AmericaFrontccc.jpg,Valkyria Revolution,XOne,Role-Playing,Sega,Media.Vision,,0.04,0.04,,,0,2017-06-27,2018-01-21 -/games/boxart/full_harukanaru-toki-no-naka-de-5_972JapanFront.jpg,Harukanaru Toki no Naka de 5,PSP,Role-Playing,Tecmo Koei,Tecmo Koei Games,,0.04,,0.04,,,2011-02-24,2018-07-30 -/games/boxart/full_saru-get-you-pipo-saru-senki_784JapanFront.jpg,Saru! Get You! Pipo Saru Senki,PSP,Role-Playing,Sony Computer Entertainment,Shift,,0.04,,0.04,,,2009-03-19, -/games/boxart/full_5355058AmericaFrontccc.jpg,Atelier Iris 3: Grand Phantasm (JP Sales),PS2,Role-Playing,NIS America,Gust,,0.04,,0.04,,,2007-05-29, -/games/boxart/full_monster-hunter-frontier-online-season-9_1JapanFront.jpg,Monster Hunter Frontier Online: Season 9.0,X360,Role-Playing,Capcom,Capcom,,0.04,,0.04,,,2010-09-29, -/games/boxart/full_190592AmericaFrontccc.jpg,Steambot Chronicles,PS2,Role-Playing,Atlus,Irem Software Engineering,7.2,0.04,0.02,,0.01,0,2006-05-23, -/games/boxart/full_8888687JapanFrontccc.jpg,Legasista,PS3,Role-Playing,NIS America,System Prisma,,0.04,,0.04,,,2012-08-21,2019-04-26 -/games/boxart/full_6377722JapanFrontccc.jpg,Medabots Girls Mission: Metabee Ver. / Rokusho Ver.,3DS,Role-Playing,Rocket Company,Rocket Company,,0.04,,0.04,,,2016-03-10,2018-08-03 -/games/boxart/full_3480778AmericaFrontccc.jpg,Shadows Awakening,XOne,Role-Playing,Kalypso Media,Games Farm,,0.04,0.03,,,0,2018-09-04,2018-06-08 -/games/boxart/full_3470449JapanFrontccc.jpg,Super Hero Generation,PSV,Role-Playing,Namco Bandai Games,Tom Create,,0.04,,0.04,,,2014-10-23,2018-06-10 -/games/boxart/full_5100918JapanFrontccc.jpg,Klonoa Heroes: Densetsu no Star Medal,GBA,Role-Playing,Namco,Namco,,0.04,,0.04,,0,2002-12-13, -/games/boxart/full_9569341AmericaFrontccc.jpg,The Caligula Effect: Overdose,PS4,Role-Playing,NIS America,Historia,,0.04,,0.04,,,2019-03-12,2019-02-24 -/games/boxart/full_1953761AmericaFrontccc.png,Atari Flashback Classics: Volume 1,NS,Misc,Atari,Atari,,0.04,0.04,,,0,2018-12-13,2018-03-13 -/games/boxart/full_who-wants-to-be-a-millionaire-3rd-edition_10AmericaFront.jpg,Who Wants to Be a Millionaire: 3rd Edition,DS,Misc,Ubisoft,Ubisoft,,0.04,0.04,,,0,2010-10-05, -/games/boxart/full_6210133JapanFrontccc.jpg,Motto TOEIC Test DS Training,DS,Misc,IE Institute,IE Institute,,0.04,,0.04,,,2008-06-12, -/games/boxart/full_4460364AmericaFrontccc.jpg,Elex,XOne,Role-Playing,THQ Nordic,Piranha Bytes,,0.04,0.04,,,0,2017-10-17,2018-06-30 -/games/boxart/full_2195972AmericaFrontccc.jpg,Ragnarok Odyssey Ace,PS3,Role-Playing,Xseed Games,Game Arts,,0.04,0.03,,0,0.01,2014-04-01,2019-04-26 -/games/boxart/full_9857323AmericaFrontccc.jpg,Immortal Unchained,PS4,Role-Playing,Sold Out,Toadman Interactive,,0.04,0.03,,,0.01,2018-09-07,2018-04-20 -/games/boxart/full_4726111AmericaFrontccc.jpg,Magical Starsign (JP sales),DS,Role-Playing,Nintendo,Brownie Brown,,0.04,,0.04,,,2006-10-23, -/games/boxart/full_6145490AmericaFrontccc.jpg,Valkyria Chronicles 4,XOne,Role-Playing,Sega,Sega,,0.04,0.03,,,0,2018-09-25,2018-06-19 -/games/boxart/full_3169988AmericaFrontccc.jpg,Pure Pinball,XB,Misc,XS Games,Iridon Interactive,,0.04,0.03,,0.01,0,2004-08-05, -/games/boxart/full_8415833JapanFrontccc.jpg,Shin Fortune Quest: Sokutaku no Kishi,PS,Misc,Media Works,Media Works,,0.04,,0.04,,0,1996-06-21, -/games/boxart/3647504ccc.jpg,WTF: Work Time Fun,PSP,Puzzle,D3 Publisher,Sony Computer Entertainment,,0.04,0.04,,,0,2006-10-17, -/games/boxart/1249285ccc.jpg,Denki Blocks!,GBA,Puzzle,Majesco,Denki,8,0.04,0.03,,0.01,0,2001-10-30, -/games/boxart/4530286ccc.jpg,Ballistic,PS,Puzzle,Atari,Atari,7.9,0.04,0.02,,0.01,0,1999-10-31, -/games/boxart/full_1047632JapanFrontccc.jpg,Quiz Mobile Gundam: Toi Senshi DX,PSP,Puzzle,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2006-07-13, -/games/boxart/full_9426511AmericaFrontccc.jpg,Jig-A-Pix: Pets,DS,Puzzle,Zushi Games,Zushi Games Ltd,,0.04,0.03,,0,0,2009-11-20, -/games/boxart/full_3457401AmericaFrontccc.jpg,Bubble Bobble Double Shot,DS,Puzzle,Ignition Entertainment,Dreams,,0.04,0.03,,0,0,2008-03-03, -/games/boxart/full_2432931JapanFrontccc.jpg,Nihon Pro Mahjong Kishikai Kanshuu: Pro Ni Naru Mahjong DS,DS,Misc,Success,Success,,0.04,,0.04,,,2005-11-24, -/games/boxart/full_1949668AmericaFrontccc.jpg,Millipede / Super Breakout / Lunar Lander,GBA,Misc,DSI Games,Gravity-I,,0.04,0.03,,0.01,0,2005-08-15, -/games/boxart/full_5569478AmericaFrontccc.jpg,World Championship Spelling,DS,Misc,505 Games,505 Games,,0.04,0.04,,,0,2010-03-30, -/games/boxart/full_7801433AmericaFrontccc.jpg,Ben 10 Galactic Racing,PSV,Misc,D3Publisher,Unknown,,0.04,0.02,,0.02,0.01,2012-02-15, -/games/boxart/full_5169819AmericaFrontccc.jpg,Monster Band,DS,Misc,DreamCatcher Interactive,Novarama,,0.04,0.04,,,0,2009-03-02, -/games/boxart/full_2988020JapanFrontccc.jpg,Akko ni Omakase! Brain Shock,DS,Misc,Taito,Taito Corporation,,0.04,,0.04,,,2006-12-07, -/games/boxart/full_5835183AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PSV,Misc,Konami Digital Entertainment,Armature Studio,,0.04,,0.04,,,2012-06-12,2018-09-12 -/games/boxart/full_horses-3d_731AmericaFront.jpg,Horses 3D,3DS,Misc,Ubisoft,Ubisoft,,0.04,0.04,,,0,2012-03-27, -/games/boxart/full_1859968AmericaFrontccc.jpg,Monster Kingdom: Jewel Summoner,PSP,Role-Playing,Atlus,GAIA,,0.04,,0.04,,,2007-02-19, -/games/boxart/full_fushigi-no-dungeon-fuurai-no-shiren-5-fortune-tower-to-unmei-no-dice_137JapanFront.jpg,Fushigi no Dungeon: Fuurai no Shiren 5 - Fortune Tower to Unmei no Dice,DS,Role-Playing,ChunSoft,ChunSoft,,0.04,,0.04,,,2010-12-09, -/games/boxart/full_3207251AmericaFrontccc.jpg,Zanki Zero: Last Beginning,PS4,Role-Playing,Spike Chunsoft,Lancarse,,0.04,,0.04,,,2019-04-09,2018-04-27 -/games/boxart/full_4693361AmericaFrontccc.jpg,"My World, My Way (US sales)",DS,Role-Playing,Atlus,Global A Entertaiment,,0.04,0.04,,,,2009-02-03, -/games/boxart/full_haneru-no-tobira-ds-tanshuku-tetsudou-no-yoru_6JapanFront.jpg,Haneru no Tobira DS: Tanshuku Tetsudou no Yoru,DS,Misc,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2007-12-06, -/games/boxart/full_8212418AmericaFrontccc.jpg,Looney Tunes: Cartoon Conductor,DS,Misc,Eidos Interactive,Amaze Entertainment,,0.04,0.04,,0,0,2008-06-10, -/games/boxart/full_927517JapanFrontccc.jpg,Phoenix Wright: Revived Turnabout,DS,Misc,Capcom,Capcom,,0.04,,0.04,,,2008-04-17, -/games/boxart/full_9462138JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.6: Lau Chan,SAT,Misc,Sega,Sega-AM2,,0.04,,0.04,,,1995-12-08, -/games/boxart/full_8718690AmericaFrontccc.jpg,Sudoku Ball Detective,Wii,Puzzle,Playlogic Game Factory,WhiteBear Studios,,0.04,0.02,,0.01,0,2009-10-13, -/games/boxart/full_7340534AmericaFrontccc.jpg,Paddington: Adventures in London,3DS,Puzzle,Microids,Neko Entertainment,,0.04,,,0.03,0,2015-08-11, -/games/boxart/full_6626458AmericaFrontccc.jpg,Zoo Quest: Puzzle Fun!,DS,Puzzle,DreamCatcher Interactive,DreamCatcher Interactive,,0.04,0.04,,0,0,2008-12-22, -/games/boxart/full_8472226JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Shake II,PS2,Misc,Paon,Paon Corporation,,0.04,,0.04,,,2007-07-26, -/games/boxart/full_3292972JapanFrontccc.jpg,Minna ga Shuyaku no NHK Kouhaku Quiz Kassen,Wii,Misc,Nintendo,Nintendo,,0.04,,0.04,,,2009-12-17, -/games/boxart/full_4094176JapanFrontccc.jpg,Kiniro no Corda 2 f,PSP,Role-Playing,KOEI,Koei,,0.04,,0.04,,,2009-02-26, -/games/boxart/full_884346JapanFrontccc.jpg,Blue Reflection: Maboroshi ni Mau - Shoujo no Ken,PSV,Role-Playing,Tecmo Koei,Gust,,0.04,,0.04,,,2017-03-30,2018-07-02 -/games/boxart/full_half-minute-hero-2_969JapanFront.jpg,Half-Minute Hero 2,PSP,Role-Playing,Rising Star,Opus Studio,,0.04,,0.04,,,, -/games/boxart/full_9244673JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 13: Shinseiki Evangelion - Yakusoku no Toki,PS2,Misc,D3 Publisher,Bisty,,0.04,,0.04,,,2008-12-18, -/games/boxart/default.jpg,Sonic PC Collection,PC,Misc,Sega,Sonic Team,,0.04,,,0.04,0,2009-09-30, -/games/boxart/full_heathcliff-frantic-foto_1AmericaFront.jpg,Heathcliff! Frantic Foto,DS,Misc,Storm City Games,Storm City Games,,0.04,0.04,,,0,2010-10-15, -/games/boxart/full_6513194JapanFrontccc.jpg,Onsei Kanjou Sokuteiki: Kokoro Scan,DS,Misc,Sega,Sega,,0.04,,0.04,,,2007-08-16, -/games/boxart/full_6242950JapanFrontccc.jpg,Idol Time PriPara: Yume All-Star Live!,3DS,Misc,Takara Tomy,Takara Tomy,,0.04,,0.04,,,2017-10-26,2018-08-02 -/games/boxart/full_1329334JapanFrontccc.jpg,DoraMoji: Nobita no Kanji Daisakusen,3DS,Misc,Shogakukan,Jupiter Corporation,,0.04,,0.04,,,2015-02-26,2018-02-07 -/games/boxart/full_cook-wars_9AmericaFront.jpg,Cook Wars,Wii,Misc,Ubisoft,Virtual Toys,,0.04,0.03,,,0,2009-11-24, -/games/boxart/full_8962828AmericaFrontccc.jpg,Sega Arcade Gallery,GBA,Misc,THQ,Bits Studios,,0.04,0.03,,0.01,0,2003-05-21, -/games/boxart/full_9525207JapanFrontccc.jpg,Famicom Mini: Clu Clu Land,GBA,Puzzle,Nintendo,Nintendo,,0.04,,0.04,,0,2004-05-21, -/games/boxart/5834016ccc.jpg,Rollin' Rascals,DS,Puzzle,Majesco,Hoget,,0.04,0.04,,0,0,2009-05-12, -/games/boxart/full_2997464PALFrontccc.jpg,Superstars V8 Racing,PS3,Racing,Black Bean Games,Milestone S.r.l,,0.04,0,,0.03,0.01,2009-06-26, -/games/boxart/full_1285120PALFrontccc.jpg,DiRT Rally,PC,Racing,Codemasters,Codemasters,,0.04,,,0.03,0,2015-04-27, -/games/boxart/full_9441381AmericaFrontccc.jpg,Konami Arcade Classics,PS,Misc,Konami,KCE Sapporo,,0.04,0.02,,0.01,0,1999-11-30, -/games/boxart/full_7811860JapanFrontccc.jpg,Minna no Chizu,PSP,Misc,Zenrin,Zenrin,,0.04,,0.04,,,2006-04-20, -/games/boxart/full_1474732AmericaFrontccc.jpg,Texas Hold 'Em Poker DS,DS,Misc,Majesco,Skyworks Technologies,,0.04,0.03,,,0,2005-11-08, -/games/boxart/full_5479837JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 5: Shinseiki Evangelion - Tamashii no Kiseki,DS,Misc,D3 Publisher,Bisty,,0.04,,0.04,,,2010-06-03, -/games/boxart/2098073ccc.jpg,NASCAR 07,XB,Racing,EA Sports,EA Tiburon,,0.04,0.03,,0.01,0,2006-09-06, -/games/boxart/full_7596579AmericaFrontccc.jpg,Pac-Man World Rally,PSP,Racing,Namco Bandai,Smart Bomb Interactive,,0.04,0.04,,,0,2006-08-22, -/games/boxart/full_1490642AmericaFrontccc.jpg,Split/Second,PC,Racing,Disney Interactive Studios,Black Rock Studio,,0.04,,,0.04,0.01,2010-05-18, -/games/boxart/2608660ccc.jpg,Need for Speed: ProStreet,PC,Racing,Electronic Arts,EA Black Box,,0.04,,,0.04,0,2007-11-13, -/games/boxart/6403735ccc.jpg,Monaco Grand Prix,N64,Racing,Ubisoft,Ubisoft,,0.04,0.03,,0.01,0,1999-09-01, -/games/boxart/9839541ccc.jpg,Rally Challenge 2000,N64,Racing,SouthPeak Interactive,Europress,,0.04,0.03,,0.01,0,2000-06-30, -/games/boxart/full_7896160AmericaFrontccc.jpg,Rat Attack!,PS,Puzzle,Mindscape,Pure Entertainment,,0.04,0.03,,0.02,0,1999-08-31, -/games/boxart/full_5535372AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,Wii,Puzzle,Mumbo Jumbo,MumboJumbo,,0.04,0.01,,0.02,0,2008-01-15, -/games/boxart/4983640ccc.jpg,Antz Extreme Racing,PS2,Racing,Empire Interactive,Supersonic Software,,0.04,0.02,,0.02,0.01,2002-09-19, -/games/boxart/7950573ccc.jpg,GRID,PC,Racing,Codemasters,Codemasters,8.7,0.04,,,0.03,0.01,2008-06-03, -/games/boxart/full_8072636AmericaFrontccc.jpg,Stuntman,GBA,Racing,Atari,Atari,,0.04,0.03,,0.01,0,2003-06-24, -/games/boxart/full_hannspree-ten-kate-honda-sbk-superbike-world-championship_408AmericaFront.jpg,Hannspree Ten Kate Honda: SBK Superbike World Championship,PSP,Racing,Valcon Games,Milestone S.r.l,,0.04,0.03,,0,0,2008-03-18, -/games/boxart/full_2034997AmericaFrontccc.jpg,Turbo: Super Stunt Squad,DS,Racing,D3Publisher,D3 Publisher,,0.04,,,0.04,0,2013-07-16,2019-04-26 -/games/boxart/6449269ccc.jpg,Colin McRae Rally 3,XB,Racing,Codemasters,Codemasters,,0.04,0.03,,0.01,0,2003-02-18, -/games/boxart/full_2583163AmericaFrontccc.jpg,Monster Trux Arenas: Special Edition,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.04,0.04,,0,0,2007-09-25, -/games/boxart/4944785ccc.jpg,SX Superstar,XB,Racing,Acclaim Entertainment,Climax Studios,,0.04,0.03,,0.01,0,2003-06-26, -/games/boxart/full_3730319JapanFrontccc.jpg,Sega Rally 2006,PS2,Racing,Unknown,Sega,,0.04,,0.04,,,, -/games/boxart/full_607125AmericaFrontccc.jpg,Glacier2,Wii,Racing,Zoo Games,Team6 Game Studios,,0.04,0.04,,,0,2009-10-13, -/games/boxart/9658277ccc.jpg,Pro Race Driver,XB,Racing,Codemasters,Codemasters,,0.04,0.03,,0.01,0,2003-04-16, -/games/boxart/9386427ccc.jpg,Ferrari Challenge Trofeo Pirelli,PS3,Racing,Activision,Eutechnyx,,0.04,,,0.03,0.01,2008-08-26, -/games/boxart/full_gakuen-hetalia-portable_369JapanFront.jpg,Gakuen Hetalia Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-03-24, -/games/boxart/full_gray-matter_5PALFront.jpg,Gray Matter,X360,Adventure,DTP Entertainment,Wizarbox Studios,,0.04,,,0.04,0,2011-02-25, -/games/boxart/full_3149007JapanFrontccc.jpg,"Negima!? Chou Mahora Taisen Kattoiin, Keiyaku Shikkou Dechai masuu",DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.04,,0.04,,,2006-10-26, -/games/boxart/full_3770916AmericaFrontccc.jpg,Adventure Time: Pirates of the Enchiridion,XOne,Adventure,Outright Games,Outright Games,,0.04,0.04,,,0,2018-07-17,2019-03-17 -/games/boxart/default.jpg,Amnesia,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-08-18, -/games/boxart/full_ncis_900AmericaFront.jpg,NCIS,PC,Adventure,Ubisoft,Ubisoft,,0.04,0.01,,0.02,0.01,2011-11-01, -/games/boxart/full_8521337AmericaFrontccc.jpg,LEGO Indiana Jones: The Original Adventures,PC,Adventure,LucasArts,Traveller's Tales,,0.04,0.02,,0.02,0,2008-06-03, -/games/boxart/full_little-busters-converted-edition_9JapanFront.jpg,Little Busters! Converted Edition,PSP,Adventure,Prototype,Prototype,,0.04,,0.04,,,2010-11-25, -/games/boxart/full_shukufuku-no-campanella-portable_3JapanFront.jpg,Shukufuku no Campanella Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.04,,0.04,,,2010-09-30, -/games/boxart/full_chaoshead-love-chuchu_260JapanFront.jpg,Chaos;Head - Love Chu*Chu!,PSP,Adventure,5pb,Nitroplus,,0.04,,0.04,,,2011-01-27, -/games/boxart/full_863424AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,XOne,Adventure,Telltale Games,Telltale Games,,0.04,0.04,,,0,2014-12-03,2019-01-04 -/games/boxart/full_2487767JapanFrontccc.jpg,12Riven: The Psi-Climinal of Integral,PS2,Adventure,CyberFront,KID Corporation,,0.04,,0.04,,,2008-03-13, -/games/boxart/full_national-geographic-challenge_990AmericaFront.jpg,National Geographic Challenge!,PS3,Misc,Ignition Entertainment,Gusto Games,,0.04,0.01,,0.03,0.01,2011-11-29, -/games/boxart/4210704ccc.jpg,Chessmaster,GBA,Misc,Ubisoft,Ubisoft,7.5,0.04,0.03,,0.01,0,2002-08-28, -/games/boxart/full_376201AmericaFrontccc.jpg,XBLAZE Code: Embryo,PSV,Misc,Aksys Games,Unknown,,0.04,0.02,0.01,,0.01,2014-06-24, -/games/boxart/1740387ccc.jpg,Trollz: Hair Affair!,GBA,Misc,Ubisoft,Powerhead Games,,0.04,0.03,,0.01,0,2005-11-01, -/games/boxart/5687194ccc.jpg,NHRA Drag Racing: Countdown to the Championship,PS2,Racing,THQ,"Pipeworks Software, Inc.",,0.04,0.02,,0.01,0,2007-07-24, -/games/boxart/full_6882340AmericaFrontccc.jpg,Double Value!: ATV Thunder Ridge Riders / Monster Trucks Mayhem,DS,Racing,DSI Games,Skyworks Technologies,,0.04,0.03,,,0,2007-08-15, -/games/boxart/full_5081483JapanFrontccc.jpg,Alia's Carnival! Sacrament,PSV,Adventure,Dramatic Create,Dramatic Create,,0.04,,0.04,,,2015-10-29,2018-09-22 -/games/boxart/full_8029671AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,X360,Adventure,Telltale Games,Telltale Games,,0.04,0.03,,0,0,2014-12-03,2019-01-04 -/games/boxart/full_hana-to-ikimo-no-rittai-zukan_260JapanFront.jpg,Hana to Ikimono Rittai Zukan,3DS,Misc,Nintendo,Nintendo,,0.04,,0.04,,,2011-09-29, -/games/boxart/full_6304106JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken DS,DS,Misc,Sega,Sammy Studios,,0.04,,0.04,,,2005-06-04, -/games/boxart/full_8905729JapanFrontccc.jpg,Tabi no Yubisashi Kaiwachou DS: DS Series 5 Deutsch,DS,Misc,Nintendo,TOSE,,0.04,,0.04,,,2006-04-27, -/games/boxart/full_you-dont-know-jack_830AmericaFront.jpg,You Don't Know Jack,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",9.2,0.04,0.04,,,0,1995-09-30, -/games/boxart/full_6780867JapanFrontccc.jpg,Doko Demo Issho: Let's Gakkou!,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.04,,0.04,,,2006-06-15, -/games/boxart/full_8019951AmericaFrontccc.jpg,M&M's Beach Party,Wii,Misc,Zoo Digital Publishing,Digital Embryo,,0.04,0.04,,,0,2009-03-10, -/games/boxart/full_936369AmericaFrontccc.jpg,Cheer We Go!,DS,Misc,Natsume,Natsume,,0.04,0.04,,,0,2010-03-23, -/games/boxart/full_3811570JapanFrontccc.jpg,Mahjong * Dream C Club,PS3,Misc,D3Publisher,D3 Publisher,,0.04,,0.04,,,2012-04-05,2019-04-25 -/games/boxart/4957986ccc.jpg,Flow: Urban Dance Uprising,PS2,Misc,Ubisoft,Artificial Mind and Movement,,0.04,0.02,,0.01,0,2005-11-15, -/games/boxart/full_4736303PALFrontccc.jpg,Fighting Vipers 2,DC,Fighting,Sega,Sega-AM2,,0.04,,0.04,,0,2001-01-01, -/games/boxart/7747078ccc.gif,Guilty Gear XX Accent Core,Wii,Fighting,Aksys Games,Arc System Works,,0.04,0.03,0,0,0,2007-10-15, -/games/boxart/full_3069166AmericaFrontccc.jpg,Cyber Troopers Virtual-On Marz,PS2,Fighting,Sega,Hitmaker,,0.04,0.02,,0.01,0,2003-10-14, -/games/boxart/full_6184765PALFrontccc.jpg,Saint Seiya: The Hades,PS2,Fighting,Namco Bandai,Dimps Corporation,,0.04,,0.04,,,2006-09-29, -/games/boxart/201441ccc.jpg,Zatch Bell! Mamodo Fury,GC,Fighting,Namco Bandai,Mechanic Arms,,0.04,0.03,,0.01,0,2006-12-12, -/games/boxart/4124180ccc.jpg,Shonen Jump's One Piece: Grand Adventure,GC,Fighting,Namco Bandai,Ganbarion,,0.04,0.03,,0.01,0,2006-08-29, -/games/boxart/full_2615340JapanFrontccc.jpg,JoJo's Bizarre Adventure: Eyes of Heaven,PS3,Fighting,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2015-12-17,2018-06-03 -/games/boxart/full_art-of-fighting-3-the-path-of-the-warrior_566AmericaFront.jpg,Art of Fighting 3: The Path of the Warrior,NG,Fighting,SNK,SNK Corporation,,0.04,,0.04,,,1996-04-26, -/games/boxart/full_1313229AmericaFrontccc.jpg,Blade Strangers,NS,Fighting,Nicalis,Studio Saizensen,8.3,0.04,0.03,,,0,2018-08-28,2018-07-28 -/games/boxart/full_9977245AmericaFrontccc.jpg,Galaxy Fight,SAT,Fighting,Sunsoft,Santaclaus,,0.04,,0.04,,0,1996-07-03, -/games/boxart/4686459ccc.jpg,Fatal Fury: Battle Archives Volume 1,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,0.02,,0.01,0,2007-08-14, -/games/boxart/8807776ccc.jpg,Capcom Fighting Evolution,XB,Fighting,Capcom,Capcom Production Studio 2,,0.04,0.03,,0.01,0,2005-06-14, -/games/boxart/full_2812452AmericaFrontccc.jpg,Omen of Sorrow,PS4,Fighting,Soedesco,AOne Games,,0.04,0.03,,,0.01,2018-11-16,2018-08-17 -/games/boxart/full_just-sing-2_139PALFront.jpg,Just Sing! Vol. 2,DS,Misc,PQube,Engine Software,,0.04,,,0.04,0,2011-09-23, -/games/boxart/4124044ccc.jpg,World Poker Tour,PSP,Misc,2K Sports,2K Sports,,0.04,0.04,,0,0,2006-04-17, -/games/boxart/full_deadliest-warrior-ancient-combat_38AmericaFront.jpg,Deadliest Warrior: Ancient Combat,PS3,Fighting,Unknown,"Pipeworks Software, Inc.",,0.04,0.04,,,0,2012-04-17, -/games/boxart/9480455ccc.jpg,Deadly Arts,N64,Fighting,Konami,Konami Computer Entertainment Osaka,,0.04,0.03,,0.01,0,1998-10-07, -/games/boxart/full_5142001AmericaFrontccc.jpg,Under Night In-Birth Exe:Latest,PS4,Fighting,Aksys Games,Arc System Works,,0.04,0.01,0.03,,0,2018-02-09,2018-09-20 -/games/boxart/full_7324543JapanFrontccc.jpg,King of Fighters: Maximum Impact Regulation A,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,,0.04,,,2007-07-26, -/games/boxart/full_1867642PALFrontccc.jpg,JoJo's Bizarre Adventure: Eyes of Heaven,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2016-06-28,2018-06-03 -/games/boxart/full_phantom-breaker_976JapanFront.jpg,Phantom Breaker,X360,Fighting,SouthPeak Games,Delta Factory,,0.04,0.02,0.02,,0,2012-05-08, -/games/boxart/full_9843540JapanFrontccc.jpg,Daikaijuu Battle: Ultra Coliseum DX - Ultra Senshi Daishuuketsu,Wii,Fighting,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2010-02-25, -/games/boxart/full_6090603AmericaFrontccc.jpg,Arcana Heart 3: Love Max!!!!!,PSV,Fighting,Aksys Games,Examu Inc.,,0.04,0.02,0.02,0,0.01,2014-09-23,2019-04-25 -/games/boxart/6304614ccc.jpg,WarTech: Senko no Ronde,X360,Fighting,Ubisoft,G.Rev,,0.04,0.04,,0,0,2007-05-29, -/games/boxart/full_3850123JapanFrontccc.jpg,The King of Fighters Kyo,PS,Fighting,SNK,SNK Corporation,,0.04,,0.04,,0,1998-08-27, -/games/boxart/full_katekyoo-hitman-reborn-battle-arena_8JapanFront.jpg,Katekyoo Hitman Reborn! Battle Arena,PSP,Fighting,Marvelous Interactive,Ancient,,0.04,,0.04,,,2008-09-18, -/games/boxart/2695910ccc.jpg,Bloody Roar Extreme,XB,Fighting,Hudson Soft,Eighting / Raizing,,0.04,0.03,,0.01,0,2003-05-27, -/games/boxart/full_9524726JapanFrontccc.jpg,Great Battle Full Blast,PSP,Fighting,Namco Bandai Games,Banpresto,,0.04,,0.04,,,2012-03-01,2019-04-25 -/games/boxart/3144066ccc.jpg,Digimon Rumble Arena 2,GC,Fighting,Bandai,Black Ship Games,,0.04,0.03,,0.01,0,2004-09-06, -/games/boxart/full_7675462JapanFrontccc.jpg,One Piece: Great Pirate Colosseum,3DS,Fighting,Namco Bandai Games,Arc System Works,,0.04,,0.04,,,2016-09-21,2018-08-04 -/games/boxart/full_deadliest-warrior-ancient-combat_738AmericaFront.jpg,Deadliest Warrior: Ancient Combat,X360,Fighting,Unknown,"Pipeworks Software, Inc.",,0.04,0.04,,,0,2012-04-17, -/games/boxart/full_natgeo-quiz-wild-life_1AmericaFront.jpg,NatGeo Challenge! Wild Life,Wii,Misc,D3 Publisher,Gusto Games,,0.04,0.03,,0,0,2010-11-09, -/games/boxart/full_7701006AmericaFrontccc.jpg,PopStar Guitar,PS2,Misc,XS Games,Broadsword Interactive,,0.04,0.02,,0.01,0,2008-10-28, -/games/boxart/full_4502480JapanFrontccc.jpg,Clannad,PS2,Adventure,Interchannel,Visual Arts,,0.04,,0.04,,,2006-02-23, -/games/boxart/full_7932925AmericaFrontccc.jpg,Scribblenauts Mega Pack,PS4,Adventure,Warner Bros. Interactive Entertainment,Shiver Games,,0.04,0.03,,,0.01,2018-09-18,2019-02-20 -/games/boxart/full_3935445AmericaFrontccc.jpg,Bratz Kidz,DS,Misc,Game Factory,Neko Entertainment,,0.04,0.03,,0,0,2008-11-18, -/games/boxart/full_6781677JapanFrontccc.jpg,God Eater Off Shot: Lindow-hen Twin Pack & Animation Vol. 2,PS4,Misc,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2015-11-26, -/games/boxart/full_9478522PALFrontccc.jpg,Music Maker: Rockstar,PS2,Misc,Magix,Magix,,0.04,0.02,,0.01,0,2009-08-07, -/games/boxart/full_2654867JapanFrontccc.jpg,"Minna de Jibun no Setsumeisho: B-Kata, A-Kata, AB-Kata, O-Kata",DS,Misc,GungHo,GungHo Works,,0.04,,0.04,,,2008-12-30, -/games/boxart/9719188ccc.gif,Holly Hobbie & Friends,DS,Misc,Majesco,FrontLine Studios,,0.04,0.04,,,0,2007-10-08, -/games/boxart/full_7826763AmericaFrontccc.jpg,Sleepover Party,Wii,Misc,Ubisoft,Ubisoft,,0.04,0.03,,0,0,2010-01-12, -/games/boxart/full_4814519JapanFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,3DS,Misc,Capcom,Capcom,,0.04,,0.04,,,2014-04-17,2018-01-03 -/games/boxart/full_2142992JapanFrontccc.jpg,Famicom Remix Best Choice,3DS,Misc,Nintendo,Nintendo EAD Tokyo,,0.04,,0.04,,,2015-08-27,2018-04-23 -/games/boxart/9772353ccc.jpg,Secret Files: Tunguska,PC,Adventure,The Adventure Company,Fusionsphere Systems / Animation Arts,,0.04,,,0.04,0,2006-10-30, -/games/boxart/full_8113580JapanFrontccc.jpg,Tokimeki Mahjong Paradise: Koi no Tenpai Beat,SAT,Misc,Sonnet,Unknown,,0.04,,0.04,,0,1995-10-20, -/games/boxart/full_10493JapanFrontccc.jpg,Kidou Gekidan Haro Ichiza Gundam Mahjong DS: Oyaji nimo Agarareta koto nai noni!,DS,Misc,Bandai,Microvision,,0.04,,0.04,,,2005-12-29, -/games/boxart/full_doras-big-birthday-adventure_10AmericaFront.jpg,Dora's Big Birthday Adventure,PS2,Misc,2K Play,TBA,,0.04,0.02,,0.01,0,2010-10-26, -/games/boxart/full_2936465PALFrontccc.jpg,Asterix and Obelix XXL2,PS4,Action-Adventure,Microids,Microids,,0.04,,,0.03,0.01,2018-11-29,2019-02-19 -/games/boxart/full_6443253JapanFrontccc.jpg,Diabolik Lovers: Lunatic Parade,PSV,Adventure,Idea Factory,Unknown,,0.04,,0.04,,,2016-02-25,2018-02-07 -/games/boxart/2172617ccc.jpg,Blood Will Tell: Tezuka Osamu's Dororo,PS2,Adventure,Sega,Wow Entertainment,,0.04,0.02,,0.02,0.01,2004-09-21, -/games/boxart/full_5631196AmericaFrontccc.jpg,Coraline,DS,Adventure,D3 Publisher,Art,,0.04,0.04,,0,0,2009-01-27, -/games/boxart/full_7552913AmericaFrontccc.jpg,Scribblenauts Mega Pack,XOne,Adventure,Warner Bros. Interactive Entertainment,Shiver Games,,0.04,0.04,,,0,2018-09-18,2019-02-20 -/games/boxart/full_3902751PALFrontccc.jpg,I'm A Celebrity: Get Me Out of Here!,DS,Misc,Mindscape,Mindscape,,0.04,,,0.04,0,2009-11-20, -/games/boxart/full_5756116JapanFrontccc.jpg,Dream Girl Premier,3DS,Misc,Alchemist,Unknown,,0.04,,0.04,,,2015-11-19, -/games/boxart/full_4416491AmericaFrontccc.jpg,Gitaroo Man Lives!,PSP,Misc,KOEI,iNiS,,0.04,0.03,,0,0,2006-11-14, -/games/boxart/full_ape-escape_383PALFront.jpg,PlayStation Move Ape Escape,PS3,Party,Sony Computer Entertainment,SCE Japan Studio,4,0.04,,,0.03,0.01,2011-07-05,2018-09-16 -/games/boxart/full_7223977AmericaFrontccc.jpg,That's You!,PS4,Party,Sony Interactive Entertainment,Wish Studio,,0.04,0.04,,,0.01,2017-10-24,2018-04-08 -/games/boxart/full_5560244JapanFrontccc.jpg,True Love Story 3,PS2,Simulation,Enterbrain,Enterbrain,,0.04,,0.04,,,2001-04-05, -/games/boxart/full_1283510AmericaFrontccc.jpg,Air Conflicts: Secret Wars,PS4,Simulation,Nighthawk Interactive,Games Farm,,0.04,0.03,,,0.01,2017-04-04,2018-09-20 -/games/boxart/full_4394632AmericaFrontccc.jpg,Hotel Transylvania 3: Monsters Overboard,XOne,Action-Adventure,Outright Games,Torus Games,,0.04,0.04,,,0,2018-07-10,2019-03-24 -/games/boxart/full_753382AmericaFrontccc.jpg,Earthfall,PS4,Action-Adventure,Gearbox Software,Holospark,,0.04,0.03,,,0.01,2018-07-13,2018-05-25 -/games/boxart/full_716758JapanFrontccc.jpg,Doraemon: Shin Nobita no Daimakyou Peko to 5-nin no Tankenta,3DS,Action-Adventure,FuRyu Corporation,FuRyu,,0.04,,0.04,,,2014-03-06,2019-04-23 -/games/boxart/full_7103447PALFrontccc.jpg,Assassin's Creed Chronicles: China,PS4,Action-Adventure,Ubisoft,Climax Studios,,0.04,,,0.03,0.01,2015-04-21,2018-12-30 -/games/boxart/full_973143AmericaFrontccc.jpg,Top Gun,DS,Simulation,Mastiff,InterActive Vision Games,,0.04,0.04,,,0,2006-05-03, -/games/boxart/full_8186751AmericaFrontccc.jpg,Surviving Mars,PS4,Simulation,Maximum Games,Haemimont Games,,0.04,0.03,,,0.01,2018-03-15,2018-03-18 -/games/boxart/full_9259193PALFrontccc.jpg,Farming Simulator 17: Straw Harvest,PC,Simulation,Aerosoft,Creative Mesh,,0.04,,,0.04,0,2017-11-30, -/games/boxart/full_city-life-world-edition_260AmericaFront.jpg,City Life: World Edition,PC,Simulation,CDV Software Entertainment,Monte Cristo Multimedia,,0.04,,,0.04,0,2007-02-09, -/games/boxart/full_demolition-company-gold-edition_325PALFront.jpg,Demolition Company: Gold Edition,PC,Simulation,Unknown,Giants Software,,0.04,,,0.04,,2011-08-04, -/games/boxart/full_galgun_242JapanFront.jpg,Gal Gun,X360,Simulation,Alchemist,Inti Creates,,0.04,,0.04,,,2011-01-27,2018-03-04 -/games/boxart/full_4680652AmericaFrontccc.jpg,My Riding Stables: Life with Horses,PS4,Simulation,TREVA Entertainment,Independent Arts Software GmbH,,0.04,0.03,,,0.01,2018-11-13,2018-08-04 -/games/boxart/full_3803292AmericaFrontccc.jpg,The Sims 2: Pets,PC,Simulation,Electronic Arts,Maxis,,0.04,0.01,,0.02,0,2006-10-17, -/games/boxart/full_8852004AmericaFrontccc.jpg,Pure Farming 2018,PS4,Simulation,Techland,Ice Flames,7,0.04,0.02,,0.01,0.01,2018-03-13,2018-07-19 -/games/boxart/full_5056852AmericaFrontccc.jpg,Dance Dance Revolution Disney Mix,PS,Simulation,Konami,KCE Tokyo Inc,,0.04,0.02,,0.02,0,2001-09-17, -/games/boxart/full_1241635JapanFrontccc.jpg,BeatMania IIDX 16: Empress + Premium Best,PS2,Simulation,Konami,Konami,,0.04,,0.04,,,2009-10-15, -/games/boxart/full_6016843JapanFrontccc.jpg,Watashi no Relaxuma,DS,Simulation,Rocket Company,Rocket Company,,0.04,,0.04,,,2007-04-12, -/games/boxart/full_3387472AmericaFrontccc.jpg,IL-2 Sturmovik: 1946,PC,Simulation,Ubisoft,1C: Maddox Games,,0.04,,,0.04,0,2007-03-13, -/games/boxart/full_1042945AmericaFrontccc.jpg,Fashion Week Jr. Designer,DS,Simulation,505 Games,505 Games,,0.04,0.04,,0,0,2009-06-23, -/games/boxart/full_2128896JapanFrontccc.jpg,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Gakkou-Hen,DS,Simulation,Konami,Konami,,0.04,,0.04,,,2008-03-14, -/games/boxart/1194646ccc.jpg,Heatseeker,PSP,Simulation,Codemasters,IR Gurus,4.8,0.04,0.04,,,0,2007-05-08, -/games/boxart/full_8785538PALFrontccc.jpg,Assassin's Creed Rogue Remastered,XOne,Action-Adventure,Ubisoft,Ubisoft,6,0.04,,,0.03,0,2018-03-20,2018-01-29 -/games/boxart/full_3249573AmericaFrontccc.jpg,Monster Boy and the Cursed Kingdom,NS,Action-Adventure,FDG Entertainment,Game Atelier,8,0.04,0.03,,,0,2018-11-06,2018-12-17 -/games/boxart/full_2710313AmericaFrontccc.jpg,The Persistence,PS4,Action-Adventure,Sony Interactive Entertainment,Firesprite,,0.04,,,0.03,0.01,2018-07-24,2018-09-24 -/games/boxart/full_798746AmericaFrontccc.jpg,Hotel Transylvania 3: Monsters Overboard,PS4,Action-Adventure,Outright Games,Torus Games,,0.04,0.03,,,0.01,2018-07-10,2019-03-24 -/games/boxart/full_631171AmericaFrontccc.jpg,Draglade (JP sales),DS,Fighting,Atlus,Dimps Corporation,,0.04,,0.04,,,2007-12-04, -/games/boxart/full_7687254AmericaFrontccc.jpg,Emergency Room: Real Life Rescues,DS,Simulation,Legacy Interactive,Legacy Interactive,,0.04,0.04,,,0,2009-08-25, -/games/boxart/full_9544247AmericaFrontccc.jpg,The Sims Deluxe,PC,Simulation,Electronic Arts,Maxis,,0.04,0.01,,0.02,0,2002-09-15, -/games/boxart/full_5609165AmericaFrontccc.jpg,The Settlers History Collection,PC,Simulation,Ubisoft,Blue Byte,,0.04,,,0.04,0,2018-11-15,2018-10-31 -/games/boxart/full_durarara-3-way-standoff-alley-_216JapanFront.jpg,Durarara!! 3way Standoff: Alley,PSP,Adventure,Kadokawa Shoten,Kadokawa Games,,0.04,,0.04,,,2011-08-25, -/games/boxart/full_hanaoni-koisomeru-koku-eikyuu-no-shirushi_25JapanFront.jpg,Hanaoni: Koisomeru Koku - Eikyuu no Shirushi,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-03-17, -/games/boxart/full_zac-to-ombra-maboroshi-no-yuuenchi_10JapanFront.jpg,Zac to Ombra: Maboroshi no Yuuenchi,DS,Adventure,Konami,Konami,,0.04,,0.04,,,2010-10-28, -/games/boxart/full_shadow-of-the-colossus_636JapanFront.jpg,Shadow of the Colossus,PS3,Adventure,Sony Computer Entertainment,Bluepoint Games,,0.04,,0.04,,,2011-09-22, -/games/boxart/full_1155589AmericaFrontccc.jpg,Darksiders: Warmastered Edition,XOne,Action-Adventure,THQ Nordic,Kaiko,,0.04,0.04,,,0,2016-11-22,2018-03-31 -/games/boxart/full_1534515AmericaFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,WiiU,Action-Adventure,D3Publisher,Way Forward,2.8,0.04,0.02,,0.02,0,2013-12-12,2018-01-22 -/games/boxart/full_836018JapanFrontccc.jpg,Ukiyo no Shishi,PS3,Action-Adventure,Namco Bandai Games,Spike Chunsoft,,0.04,,0.04,,,2015-01-29,2019-04-26 -/games/boxart/full_8018486JapanFrontccc.jpg,Hunter x Hunter: Wonder Adventure,PSP,Action-Adventure,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2012-09-20,2019-04-26 -/games/boxart/full_6327242JapanFrontccc.jpg,b.l.u.e.: Legend of Water,PS,Adventure,Hudson Soft,CAProduction,,0.04,,0.04,,,1998-07-09, -/games/boxart/full_4075542JapanFrontccc.jpg,Super Robot Gakuen,DS,Adventure,Namco Bandai,Banpresto,,0.04,,0.04,,,2009-08-27, -/games/boxart/full_7703504AmericaFrontccc.jpg,Don't Starve: Giant Edition,XOne,Adventure,505 Games,Klei Entertainment,,0.04,0.04,,,0,2018-04-17,2018-01-12 -/games/boxart/full_886337JapanFrontccc.jpg,Time Travelers,3DS,Adventure,Level 5,Level 5,,0.04,,0.04,,,2012-07-12,2019-01-02 -/games/boxart/full_9627873JapanFrontccc.jpg,Aquanaut's Holiday: Kakusareta Kiroku,PS3,Adventure,Sony Computer Entertainment,ArtDink,,0.04,,0.04,,,2008-09-25, -/games/boxart/full_4576251AmericaFrontccc.jpg,True Pinball,PS,Misc,Acclaim Entertainment,Digital Illusions,,0.04,0.02,,0.01,0,1996-09-01, -/games/boxart/full_1635216JapanFrontccc.jpg,Mahjong Taikai,DS,Misc,KOEI,Koei,,0.04,,0.04,,,2004-12-02, -/games/boxart/full_7629147AmericaFrontccc.jpg,Ultimate Game Room,DS,Misc,Majesco,FrontLine Studios,,0.04,0.03,,,0,2009-06-30, -/games/boxart/full_1242947AmericaFrontccc.jpg,Countdown Vampires,PS,Adventure,Bandai,K2 LLC,,0.04,0.02,,0.01,0,2000-08-21, -/games/boxart/full_368837JapanFrontccc.jpg,Hyakka Hyakurou: Sengoku Ninpoujou,PSV,Adventure,D3Publisher,RED Entertainment,,0.04,,0.04,,,2016-02-25,2018-09-22 -/games/boxart/full_5044712JapanFrontccc.jpg,99 no Namida,DS,Adventure,Bandai,Bandai Namco Games,,0.04,,0.04,,,2008-06-05, -/games/boxart/full_9987034JapanFrontccc.jpg,Clannad,PSP,Adventure,Prototype,Visual Arts,,0.04,,0.04,,,2008-05-29, -/games/boxart/full_4648072JapanFrontccc.jpg,Ookami to Koushinryou: Boku to Horo no Ichinen,DS,Adventure,ASCII Media Works,ASCII Media Works,,0.04,,0.04,,,2008-06-26, -/games/boxart/full_1156347AmericaFrontccc.jpg,Herc's Adventures,PS,Adventure,LucasArts,Big Ape Productions,,0.04,0.02,,0.01,0,1997-07-31, -/games/boxart/8569245ccc.jpg,Dreamfall: The Longest Journey,XB,Adventure,Aspyr,Funcom,,0.04,0.03,,0.01,0,2006-04-18, -/games/boxart/full_blue-roses-yousei-to-aoi-hitomi-no-senshitachi_5JapanFront.jpg,Blue Roses: Yousei to Aoi Hitomi no Senshitachi,PSP,Adventure,Nippon Ichi Software,Flight-Plan,,0.04,,0.04,,,2010-09-16, -/games/boxart/full_voodoo-chronicles-first-sign_747AmericaFront.jpg,Voodoo Chronicles: First Sign,PC,Adventure,ValuSoft,ValuSoft,,0.04,0.03,,,0,2011-09-06, -/games/boxart/full_5264828JapanFrontccc.jpg,Hakuouki: Zuisouroku,PS2,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2009-08-27, -/games/boxart/full_4074282AmericaFrontccc.jpg,Punch Line,PS4,Adventure,PQube,5pb. Inc.,,0.04,0.03,,,0.01,2018-10-09, -/games/boxart/9059039ccc.jpg,Harry Potter and the Order of the Phoenix,PC,Adventure,Electronic Arts,EA Games,,0.04,,,0.03,0,2007-06-25, -/games/boxart/2968956ccc.jpg,Harry Potter and the Prisoner of Azkaban,PC,Adventure,Electronic Arts,KnowWonder,,0.04,,,0.03,0,2004-05-25, -/games/boxart/full_1799922JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2.5,DC,Adventure,NEC Interchannel,Cocktail Soft,,0.04,,0.04,,0,2008-06-21, -/games/boxart/full_7991951JapanFrontccc.jpg,Memories Off 6: T-Wave,PS2,Adventure,5pb,5pb. Games,,0.04,,0.04,,,2008-08-21, -/games/boxart/full_2153457AmericaFrontccc.jpg,Story Hour: Fairy Tales,Wii,Adventure,Zoo Digital Publishing,Other Ocean Interactive,,0.04,0.04,,,0,2008-12-28, -/games/boxart/full_8482571AmericaFrontccc.jpg,National Geographic Panda (US sales),DS,Simulation,Namco Bandai,Namco Bandai Games,,0.04,0.04,,0,,2008-11-11, -/games/boxart/full_5921688AmericaFrontccc.jpg,Sushi Go-Round,DS,Simulation,SouthPeak Interactive,Asylum Entertainment,,0.04,0.04,,,0,2010-03-30, -/games/boxart/382226ccc.jpg,Silent Hunter: Wolves of the Pacific,PC,Simulation,Ubisoft,Ubisoft Romania,,0.04,,,0.04,0,2007-03-20, -/games/boxart/full_da-capo-i-ampamp-ii-plus-situation-portable_7JapanFront.jpg,Da Capo I & II Plus Situation Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.04,,0.04,,,2010-10-28, -/games/boxart/full_908143JapanFrontccc.jpg,Simple DS Series Vol. 15: The Kanshikikan 2 - Aratanaru 8-tsu no Jiken wo Touch seyo,DS,Adventure,D3 Publisher,Tomcat System,,0.04,,0.04,,,2007-05-31, -/games/boxart/full_3455372JapanFrontccc.jpg,Chaos;Head Noah,X360,Adventure,5pb,Genterprise,,0.04,,0.04,,,2009-02-26, -/games/boxart/full_4272157JapanFrontccc.jpg,Harukanaru Toki no Naka de 3: Unmei no Meikyuu Aizouban,PSP,Adventure,KOEI,Koei,,0.04,,0.04,,,2009-10-22, -/games/boxart/full_8523551JapanFrontccc.jpg,Detective Conan: Prelude from the Past,PSP,Adventure,Namco Bandai Games,Spike Chunsoft,,0.04,,0.04,,,2012-04-19,2019-01-20 -/games/boxart/full_5846573JapanFrontccc.jpg,Attack on Titan: Escape from Certain Death,3DS,Adventure,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2017-05-11,2019-01-29 -/games/boxart/full_572060JapanFrontccc.jpg,Hakuoki: Shinkai - Hana no Shou,PSV,Adventure,Idea Factory,Design Factory,,0.04,,0.04,,,2016-06-16,2018-09-22 -/games/boxart/full_9566394JapanFrontccc.jpg,Detective Conan: Phantom Rhapsody,3DS,Adventure,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2014-04-17,2019-04-26 -/games/boxart/full_sherlock-holmes-secret-of-the-silver-earring_245AmericaFront.jpg,Sherlock Holmes: Secret of The Silver Earring,Wii,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,,0.04,,,0.03,0,2010-11-23, -/games/boxart/full_csi-fatal-conspiracy_675AmericaFront.jpg,CSI: Fatal Conspiracy,PC,Adventure,Ubisoft,Telltale Games,,0.04,0,,0.03,0.01,2010-10-26, -/games/boxart/full_2649115AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,PS3,Adventure,Telltale Games,Telltale Games,,0.04,0.02,,0.02,0.01,2015-11-17,2019-01-04 -/games/boxart/full_6839267AmericaFrontccc.jpg,Pajama Sam: You are What You Eat From Your Head to Your Feet,PS,Adventure,Infogrames,Runecraft,,0.04,0.02,,0.01,0,2001-12-14, -/games/boxart/9841404ccc.jpg,Teenage Zombies: Invasion of the Alien Brain Thingys,DS,Adventure,Ignition Entertainment,InLight Entertainment,,0.04,0.03,,0,0,2008-04-15, -/games/boxart/full_9043015JapanFrontccc.jpg,Sotsugyou II: Neo Generation,PS,Simulation,Riverhillsoft,Riverhillsoft,,0.04,,0.04,,0,1995-10-27, -/games/boxart/full_771436AmericaFrontccc.jpg,The Sims 4: Spa Day,PC,Simulation,Electronic Arts,Unknown,,0.04,,,0.04,0,2015-07-14, -/games/boxart/full_1724802JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.9,PS3,Simulation,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2016-02-25,2018-06-03 -/games/boxart/6675230ccc.jpg,Echo Night Beyond,PS2,Adventure,Agetec,From Software,,0.04,0.02,,0.01,0,2004-07-27, -/games/boxart/full_suzumiya-haruhi-no-tsuisou_940JapanFront.jpg,Suzumiya Haruhi no Tsuisou,PSP,Adventure,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2011-05-12, -/games/boxart/full_tenshou-gakuen-gekkouroku_6JapanFront.jpg,Tenshou Gakuen Gekkouroku,PS2,Adventure,Asmik Ace Entertainment,Asmik Ace Entertainment,,0.04,,0.04,,,2006-11-22, -/games/boxart/full_1858135AmericaFrontccc.jpg,ABZU,PS4,Adventure,505 Games,Giant Squid Studios,,0.04,0.03,,,0.01,2017-01-31,2018-08-01 -/games/boxart/full_9921812JapanFrontccc.jpg,Kisuato,PSV,Adventure,TGL,TGL,,0.04,,0.04,,,2015-11-26,2018-09-22 -/games/boxart/full_3415581JapanFrontccc.jpg,Imabikisou,PS3,Adventure,Sega,ChunSoft,,0.04,,0.04,,,2007-10-25, -/games/boxart/full_hakuouki-reimeiroku-portable_469JapanFront.jpg,Hakuouki: Reimeiroku Portable,PSP,Adventure,Idea Factory,Otomate,,0.04,,0.04,,,2011-07-28, -/games/boxart/full_1590455JapanFrontccc.jpg,Reco Love: Blue Ocean,PSV,Adventure,Kadokawa Games,Dingo Inc.,,0.04,,0.04,,,2016-10-01,2018-09-22 -/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi-shu-hen_365JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Shu-Hen,PSP,Adventure,Yeti,Yeti,,0.04,,0.04,,,2010-11-25, -/games/boxart/1540698ccc.jpg,RollerCoaster Tycoon,PC,Simulation,Microprose,Chris Sawyer,8.7,0.04,0.02,,0.02,0,1999-03-31, -/games/boxart/full_8189045AmericaFrontccc.jpg,Sid Meier's Railroads!,PC,Simulation,2K Games,Firaxis Games,,0.04,0.01,,0.03,0,2006-10-17, -/games/boxart/full_8824346JapanFrontccc.jpg,Himoutou! Umaru-Chan: Himoutou Ikusei Keikaku,PSV,Simulation,FuRyu Corporation,FuRyu Corporation,,0.04,,0.04,,,2015-12-03,2018-09-22 -/games/boxart/full_3720504AmericaFrontccc.jpg,Zoo Hospital,DS,Simulation,Majesco,Torus Games,,0.04,0.03,,0,0,2007-10-23, -/games/boxart/full_8075824JapanFrontccc.jpg,Ide Yosuke no Mahjong Kazoku,PS,Misc,Seta Corporation,Seta Corporation,,0.04,,0.04,,0,1995-11-03, -/games/boxart/full_9972995JapanFrontccc.jpg,Tokumei Sentai Go-Busters,DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2012-09-27,2019-04-26 -/games/boxart/full_3452632AmericaFrontccc.jpg,SteamWorld Collection,WiiU,Misc,Rising Star Games,Image & Form Games,,0.04,0.03,,0,0,2016-11-15,2018-08-30 -/games/boxart/full_deal-or-no-deal-special-edition_7AmericaFront.jpg,Deal or No Deal: Special Edition,DS,Misc,Zoo Games,Zoo Games,,0.04,0.03,,,0,2010-10-11, -/games/boxart/full_849705AmericaFrontccc.jpg,FunkMaster Flex's Digital Hitz Factory,PS2,Misc,XS Games,Jester Interactive,,0.04,0.02,,0.01,0,2004-07-28, -/games/boxart/full_100-classic-games_924PALFront.jpg,100 Classic Games,DS,Misc,Rondomedia,Easy Interactive,,0.04,,,0.03,0,2011-04-08, -/games/boxart/default.jpg,Negima!? 3-Jikanme ~Koi to Mahou to Sekaiju Densetsu~,PS2,Adventure,Konami,Konami,,0.04,,0.04,,,2006-11-16, -/games/boxart/331676ccc.jpg,Obscure,XB,Adventure,DreamCatcher Interactive,Hydravision Entertainment,,0.04,0.03,,0.01,0,2005-04-06, -/games/boxart/full_6945414JapanFrontccc.jpg,Twilight Syndrome: Kinjiratera Toshi Densetsu,DS,Adventure,Spike,Spike,,0.04,,0.04,,,2008-07-24, -/games/boxart/full_6134956AmericaFrontccc.jpg,The Smurfs,PS,Adventure,Atari,Doki Denki,,0.04,0.02,,0.02,0,1999-12-14, -/games/boxart/full_gummy-bears-mini-golf_977AmericaFront.jpg,Gummy Bears Mini Golf,Wii,Sports,Storm City Games,Beyond Reality,,0.04,0.04,,,0,2010-09-30, -/games/boxart/full_4541759PALFrontccc.jpg,Pro Cycling Manager 2016,PC,Sports,Focus Home Interactive,Cyanide Studio,,0.04,,,0.04,0,2016-06-16,2018-06-30 -/games/boxart/full_6907881AmericaFrontccc.jpg,Real Soccer 2008,DS,Sports,Ubisoft,Gameloft,,0.04,0.03,,0,0,2008-02-05, -/games/boxart/1292926ccc.gif,World Championship Pool 2004,XB,Sports,Jaleco,Blade Interactive,,0.04,0.03,,0.01,0,2003-12-09, -/games/boxart/full_3512128JapanFrontccc.jpg,Derby Tsuku 5: Derby Uma o Tsukurou!,PS2,Sports,Sega,Team Land Ho!,,0.04,,0.04,,,2006-01-19, -/games/boxart/full_jikkyou-powerful-major-league-2009_4JapanFront.jpg,Jikkyou Powerful Major League 2009,Wii,Sports,Konami,PawaPuro Production,,0.04,,0.04,,,2009-04-29, -/games/boxart/full_2574424AmericaFrontccc.jpg,Jane's Hotel,DS,Simulation,Zoo Games,Zoo Games,,0.04,0.03,,,0,2010-05-04, -/games/boxart/full_jojos-fashion-show-design-in-a-dash_8AmericaFront.jpg,Jojo's Fashion Show: Design in a Dash!,DS,Simulation,Ubisoft,GameLab,,0.04,0.04,,,0,2009-01-27, -/games/boxart/full_6688258JapanFrontccc.jpg,To Heart 2 Portable,PSP,Adventure,Aquaplus,Aquaplus,,0.04,,0.04,,,2009-07-30, -/games/boxart/full_5574090JapanFrontccc.jpg,B's-LOG Party♪,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2010-05-20, -/games/boxart/full_4663225AmericaFrontccc.jpg,King Arthur,GC,Adventure,Konami,Krome Studios,6.6,0.04,0.03,,0.01,0,2004-11-18, -/games/boxart/full_tennis-no-oji-sama-dokidoki-survival-sanroku-no-mystic_660JapanFront.jpg,Tennis no Oji-Sama: DokiDoki Survival - Sanroku no Mystic,PS2,Adventure,Konami,WinkySoft,,0.04,,0.04,,,2006-12-21, -/games/boxart/full_4387021JapanFrontccc.jpg,Tomoyo After: It's a Wonderful Life CS Edition,PSP,Adventure,Prototype,Key,,0.04,,0.04,,,2009-02-19, -/games/boxart/full_8700668JapanFrontccc.jpg,Dolly Kanon Dokidoki Tokimeki Himitsu no Ongaku Katsudou Start Desu!!,3DS,Adventure,Happinet,Happinet,,0.04,,0.04,,,2014-11-20,2018-08-03 -/games/boxart/full_4591917JapanFrontccc.jpg,428: Fuusa Sareta Shibuya de,PSP,Adventure,Spike,ChunSoft,,0.04,,0.04,,,2009-09-17, -/games/boxart/full_1418638AmericaFrontccc.jpg,Grey's Anatomy: The Video Game,DS,Adventure,Ubisoft,Longtail Studios,,0.04,0.03,,0.01,0,2009-03-04, -/games/boxart/full_5986906JapanFrontccc.jpg,Thoroughbred Breeder II Plus,PS,Simulation,Hect,Hector,,0.04,,0.04,,0,1995-11-17, -/games/boxart/full_9920239PALFrontccc.jpg,Train Simulator 2016,PC,Simulation,Dovetail Games,Dovetail Games,,0.04,,,0.04,0,2015-09-17,2018-09-22 -/games/boxart/full_4169179AmericaFrontccc.jpg,Darklight Conflict,PS,Simulation,Electronic Arts,Rage Software,,0.04,0.02,,0.01,0,1997-06-30, -/games/boxart/full_6131667JapanFrontccc.jpg,Kawaii Pet to Kurasou! Wan Nyan & Mini Mini Animal,3DS,Simulation,Nippon Columbia,Nippon Columbia,,0.04,,0.04,,,2017-04-06,2018-08-06 -/games/boxart/full_uk-truck-simulator_851PALFront.jpg,UK Truck Simulator,PC,Simulation,Excalibur Publishing,SCS Software,,0.04,,,0.04,,2010-02-19, -/games/boxart/full_265248JapanFrontccc.jpg,Ebikore Photo Kano Kiss,PSV,Simulation,Kadokawa Games,Dingo Inc.,,0.04,,0.04,,,2015-02-05,2019-04-26 -/games/boxart/full_2936585AmericaFrontccc.jpg,Scarface: The World is Yours,PC,Adventure,Sierra Entertainment,Radical Entertainment,,0.04,0.01,,0.02,0,2006-10-08, -/games/boxart/full_clock-zero-shuuen-no-ichibyou-portable_485JapanFront.jpg,Clock Zero: Shuuen no Ichibyou Portable,PSP,Adventure,Idea Factory,Unknown,,0.04,,0.04,,,2011-10-13, -/games/boxart/full_trick-x-logic-season-2_3JapanFront.jpg,Trick x Logic: Season 2,PSP,Adventure,Sony Computer Entertainment,ChunSoft,,0.04,,0.04,,,2010-09-16, -/games/boxart/full_9140184PALFrontccc.jpg,Black Mirror 2,PC,Adventure,DTP Entertainment,Cranberry Production,,0.04,,,0.04,0.01,2009-09-25, -/games/boxart/997688ccc.jpg,Chicken Shoot,GBA,Adventure,Zoo Digital Publishing,Zuxxez,,0.04,0.03,,0.01,0,2005-09-23, -/games/boxart/full_2072954JapanFrontccc.jpg,Uta no Prince-Sama: Repeat Love,PSV,Adventure,Broccoli,Broccoli,,0.04,,0.04,,,2017-01-28,2018-09-22 -/games/boxart/full_2314526JapanFrontccc.jpg,Yahari Game Demo Ore no Seishun Love-Kome wa Machigatteiru. Zoku,PSV,Adventure,5pb,5pb. Inc.,,0.04,,0.04,,,2016-10-27,2018-09-22 -/games/boxart/full_corpse-party-book-of-shadows_672JapanFront.jpg,Corpse Party: Book of Shadows,PSP,Adventure,5pb,Team GrisGris,,0.04,,0.04,,,2011-09-01, -/games/boxart/full_9920360AmericaFrontccc.jpg,The Monkey King: The Legend Begins,Wii,Shooter,UFO Interactive,Starfish,,0.04,0.04,,,0,2008-05-27, -/games/boxart/full_2601159AmericaFrontccc.jpg,Metal Slug 4 & 5,XB,Shooter,SNK Playmore,BrezzaSoft,,0.04,0.03,,0.01,0,2005-08-21, -/games/boxart/full_duke-nukem-trilogy-critical-mass_414AmericaFront.jpg,Duke Nukem Trilogy: Critical Mass,DS,Shooter,Deep Silver,FrontLine Studios,,0.04,0.04,,0,0,2011-06-06, -/games/boxart/full_7058139AmericaFrontccc.jpg,Painkiller: Hell & Damnation,PS3,Shooter,Nordic Games,The Farm 51,,0.04,0.02,,0.02,0.01,2013-08-30,2019-04-25 -/games/boxart/full_545109AmericaFrontccc.jpg,Raid: World War II,PS4,Shooter,505 Games,Lion Game Lion,,0.04,0.04,,,0.01,2017-10-10,2018-08-11 -/games/boxart/7524377ccc.jpg,Doom,PC,Shooter,id Software,id Software,8,0.04,0.04,,0,0,1993-12-10, -/games/boxart/7053177ccc.jpg,Dark Arena,GBA,Shooter,Majesco,Graphic State,6.8,0.04,0.03,,0.01,0,2002-01-18, -/games/boxart/1637825ccc.jpg,Rogue Trooper,PS2,Shooter,Eidos Interactive,Rebellion Developments,,0.04,0.02,,0.02,0.01,2006-05-23, -/games/boxart/full_3708026AmericaFrontccc.jpg,Paws & Claws: Regal Resort,DS,Simulation,THQ,Independent Arts Software,,0.04,0.04,,,0,2010-07-13, -/games/boxart/9376711ccc.gif,Star Trek: Shattered Universe,XB,Simulation,TDK Mediactive,Starsphere Interactive,,0.04,0.03,,0.01,0,2004-01-14, -/games/boxart/full_7922299PALFrontccc.png,Bella Sara 2 - The Magic of Drasilmare,3DS,Simulation,Big Ben Interactive,EKO Software,,0.04,,,0.04,0,2013-11-22,2019-04-25 -/games/boxart/full_igt-slots-lucky-larrys-lobstermania_640AmericaFront.jpg,IGT Slots: Lucky Larry's Lobstermania,PC,Simulation,Masque Publishing,Masque Publishing,,0.04,0.04,,,0,2011-08-22, -/games/boxart/9656304ccc.gif,GoPets: Vacation Island,DS,Simulation,Konami,1st Playable Productions,,0.04,0.03,,,0,2008-03-18, -/games/boxart/full_3440870AmericaFrontccc.jpg,The Movies,PC,Simulation,Lionhead Studios,Lionhead Studios,8.2,0.04,0.01,,0.03,0,2005-11-08, -/games/boxart/full_5219897AmericaFrontccc.jpg,Attack of the Movies 3D,X360,Shooter,Majesco,Panic Button Games Inc.,,0.04,0.04,,,0,2010-05-18, -/games/boxart/full_2641759AmericaFrontccc.jpg,Battle Rage,Wii,Shooter,Destineer,Destan Entertainment,,0.04,0.04,,,0,2009-02-24, -/games/boxart/full_4121305AmericaFrontccc.jpg,Cat Quest,NS,Adventure,PQube,The Gentlebros,,0.04,0.04,,,0,2018-10-09,2020-05-10 -/games/boxart/full_1671965JapanFrontccc.jpg,Haunted Casino,SAT,Adventure,Societa,Societa,,0.04,,0.04,,,1996-09-27, -/games/boxart/full_6046790AmericaFrontccc.jpg,Arctic Tale,Wii,Adventure,DSI Games,Atomic Planet Entertainment,,0.04,0.04,,0,0,2007-10-10, -/games/boxart/full_syk-renshouden-portable_296JapanFront.jpg,S.Y.K Renshouden Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-04-21, -/games/boxart/full_2609390JapanFrontccc.jpg,Cube Creator DX,3DS,Adventure,Arc System Works,Big John Games,,0.04,,0.04,,,2017-04-27,2019-01-20 -/games/boxart/full_9307077AmericaFrontccc.jpg,Here They Lie,PS4,Adventure,Sony Interactive Entertainment,Tangentlemen,,0.04,,,0.03,0.01,2016-10-13,2018-09-24 -/games/boxart/full_jasf-janes-advanced-strike-fighters_115AmericaFront.jpg,JASF: Jane's Advanced Strike Fighters,PC,Simulation,Unknown,Trickstar Games,,0.04,0.02,,0.01,0,2011-10-18, -/games/boxart/full_1704672JapanFrontccc.jpg,A Ressha de Ikou DS,DS,Simulation,ArtDink,ArtDink,,0.04,,0.04,,,2009-04-23, -/games/boxart/full_j-league-pro-striker-2_147JapanFront.jpg,J-League Pro Striker 2,GEN,Sports,Sega,Sega,,0.04,,0.04,,,1994-07-15, -/games/boxart/4772199ccc.gif,Power Play Pool,DS,Sports,Conspiracy Entertainment,System 3,,0.04,0.03,,0,0,2007-10-26, -/games/boxart/full_4076374AmericaFrontccc.jpg,Tennis World Tour,XOne,Sports,Bigben Interactive,Breakpoint Studio,,0.04,0.03,,,0,2018-05-22,2018-09-26 -/games/boxart/6975847ccc.jpg,Surf's Up,PS3,Sports,Ubisoft,Ubisoft Montreal,,0.04,0.03,,0,0,2007-05-30, -/games/boxart/7657034ccc.jpg,Shaun the Sheep,DS,Adventure,D3 Publisher,Art,,0.04,0.04,,0,0,2008-09-23, -/games/boxart/full_6744050AmericaFrontccc.jpg,Zero Escape The Nonary Games,PS4,Adventure,Aksys Games,Spike Chunsoft,,0.04,0.03,0.01,,0.01,2017-03-24,2018-09-19 -/games/boxart/full_4310877JapanFrontccc.jpg,D.C.F.S.: Da Capo Four Seasons,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.04,,0.04,,,2005-12-15, -/games/boxart/full_3996374JapanFrontccc.jpg,Hanayori Danshi: Koi Seyo Onago,DS,Adventure,Konami,Konami,,0.04,,0.04,,,2008-07-10, -/games/boxart/full_3140756AmericaFrontccc.jpg,SD Gundam Force: Showdown!,PS2,Shooter,Bandai,Tom Create,,0.04,0.02,,0.01,0,2004-10-11, -/games/boxart/full_4259210AmericaFrontccc.jpg,RLH: Run Like Hell,XB,Shooter,Interplay,Digital Mayhem,,0.04,0.03,,0.01,0,2003-04-09, -/games/boxart/full_6822093AmericaFrontccc.jpg,Black Clover: Quartet Knights,PS4,Shooter,Bandai Namco Entertainment,Ilinx,,0.04,0.02,0.01,,0,2018-09-14,2018-09-26 -/games/boxart/full_4419093AmericaFrontccc.png,Danganronpa Another Episode: Ultra Despair Girls,PS4,Shooter,NIS America,Spike Chunsoft,,0.04,0.03,0.01,,0.01,2017-06-27,2018-01-03 -/games/boxart/8619065ccc.jpg,Brothers In Arms DS,DS,Shooter,Ubisoft,Gearbox Software,,0.04,0.03,,0,0,2007-06-21, -/games/boxart/full_2774800AmericaFrontccc.jpg,Shadow Warrior (2013),XOne,Shooter,Devolver Digital,Flying Wild Hog,,0.04,,,0.04,0,2014-10-21,2018-11-16 -/games/boxart/full_9252756AmericaFrontccc.jpg,Dead Alliance,XOne,Shooter,Maximum Games,IllFonic,,0.04,0.03,,,0,2017-08-29,2018-09-17 -/games/boxart/full_7898085AmericaFrontccc.jpg,Crypt Killer,PS,Shooter,Konami,Konami Computer Entertainment Tokyo,,0.04,0.02,,0.01,0,1997-02-28, -/games/boxart/default.jpg,Resident Evil: Operation Raccoon City,PC,Shooter,Capcom,Slant Six Games,,0.04,,,0.03,0,2012-05-18, -/games/boxart/full_poed_0AmericaFront.jpg,PO'ed,PS,Shooter,Accolade,Any Channel,,0.04,0.02,,0.01,0,1997-11-17, -/games/boxart/full_4910865AmericaFrontccc.jpg,Operation Warcade,PS4,Shooter,Perpetual,Ivanovich Games,,0.04,0.03,,,0.01,2018-09-04,2018-08-24 -/games/boxart/full_3315681AmericaFrontccc.jpg,Greg Hastings' Tournament Paintball Max'd,DS,Shooter,Activision,Nightlight Studios,,0.04,0.03,,,0,2006-01-31, -/games/boxart/full_3949806AmericaFrontccc.jpg,Little Red Riding Hood's Zombie BBQ,DS,Shooter,Destineer,EnjoyUp Games,,0.04,0.03,,,0,2008-11-06, -/games/boxart/3407055ccc.jpg,Bionicle Heroes,Wii,Shooter,Eidos Interactive,Traveller's Tales,4.7,0.04,0.03,,0,0,2007-04-24, -/games/boxart/6893755ccc.jpg,Halo: Combat Evolved,PC,Shooter,Microsoft Game Studios,Gearbox Software,8.6,0.04,0.02,,0.02,0,2003-09-30, -/games/boxart/full_1881955AmericaFrontccc.jpg,Monster Force,GBA,Shooter,Universal Interactive,Digital Eclipse,,0.04,0.03,,0.01,0,2002-09-29, -/games/boxart/full_216080AmericaFrontccc.jpg,Novastorm,PS,Shooter,Psygnosis,Psygnosis,,0.04,0.02,,0.02,0,1995-10-01, -/games/boxart/full_star-x_242AmericaFront.jpg,Star X,GBA,Shooter,BAM! Entertainment,Graphic State,,0.04,0.03,,0.01,0,2002-04-17, -/games/boxart/full_7773068AmericaFrontccc.jpg,Deer Hunter Reloaded,XOne,Shooter,GameMill Entertainment,GameMill,,0.04,0.04,,,0,2017-10-24, -/games/boxart/full_4561466JapanFrontccc.jpg,Espgaluda II Black Label,X360,Shooter,Cave,Cave,,0.04,,0.04,,,2010-02-25, -/games/boxart/full_4394238JapanFrontccc.jpg,Resident Evil: Umbrella Corps,PS4,Shooter,Capcom,Capcom,,0.04,,0.04,,,2016-06-21,2018-09-04 -/games/boxart/full_3016820AmericaFrontccc.jpg,Painkiller: Hell Wars,XB,Shooter,DreamCatcher Interactive,People Can Fly,,0.04,0.03,,0.01,0,2006-07-24, -/games/boxart/full_8274866AmericaFrontccc.jpg,Enemy Front,X360,Shooter,City Interactive,City Interactive,,0.04,0.02,,0.03,0,2014-06-10,2019-01-03 -/games/boxart/full_2680491AmericaFrontccc.jpg,Operation Flashpoint: Elite,XB,Shooter,Codemasters,Bohemia Interactive,,0.04,0.03,,0.01,0,2005-11-08, -/games/boxart/full_5956056AmericaFrontccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,GC,Shooter,Gotham Games,Pivotal Games,6.9,0.04,0.03,,0.01,0,2004-01-07, -/games/boxart/9110453ccc.jpg,Castle of Shikigami III,Wii,Shooter,Aksys Games,Alfa System,7.2,0.04,0.04,,,0,2008-05-13, -/games/boxart/6509436ccc.jpg,SWAT: Target Liberty,PSP,Shooter,Sierra Entertainment,3G Studios,,0.04,0.03,,0,0,2007-10-16, -/games/boxart/full_4079479AmericaFrontccc.jpg,Twin Strike: Operation Thunder,Wii,Shooter,Zoo Games,NA.P.S. Team SNC,,0.04,0.04,,,0,2008-10-28, -/games/boxart/full_4450226AmericaFrontccc.jpg,Dead Alliance,PS4,Shooter,Maximum Games,IllFonic,,0.04,0.04,,,0.01,2017-08-29,2018-09-17 -/games/boxart/full_7351778AmericaFrontccc.jpg,Wolfenstein,PC,Shooter,Activision,Raven Software,6.5,0.04,0.01,,0.03,0.01,2009-08-18, -/games/boxart/full_8626971AmericaFrontccc.jpg,Deer Hunter Reloaded,PS4,Shooter,GameMill Entertainment,GameMill,,0.04,0.04,,,0.01,2017-10-24, -/games/boxart/full_6252373AmericaFrontccc.jpg,WarJetz,PS2,Shooter,3DO,3DO,,0.04,0.02,,0.02,0.01,2001-06-27, -/games/boxart/full_9360604JapanFrontccc.jpg,Winning Post 7 2012,PSP,Sports,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2012-03-15,2018-12-21 -/games/boxart/full_tiger-woods-pga-tour-golf_764AmericaFront.jpg,Tiger Woods PGA Tour Golf,GBA,Sports,"Destination Software, Inc",Rebellion Developments,,0.04,0.03,,0.01,0,2002-05-29, -/games/boxart/full_2731204AmericaFrontccc.jpg,NHL Blades of Steel 2000,PS,Sports,Konami,Konami,,0.04,0.02,,0.01,0,2000-02-01, -/games/boxart/full_6362329AmericaFrontccc.jpg,Secret Files 2: Puritas Cordis,PC,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.04,,,0.03,0,2009-05-08, -/games/boxart/full_8217339JapanFrontccc.jpg,Harukanaru Toki no Naka de: Maihitoyo,PS2,Adventure,KOEI,Koei,,0.04,,0.04,,,2006-09-21, -/games/boxart/full_hakuouki-zuisouroku-ds_113JapanFront.jpg,Hakuouki: Zuisouroku DS,DS,Adventure,Idea Factory,Idea Factory,,0.04,,0.04,,,2011-02-17, -/games/boxart/6059528ccc.jpg,Rugby 08,PS2,Sports,Electronic Arts,EA Canada,,0.04,0.02,,0.01,0,2007-07-17, -/games/boxart/full_3860565PALFrontccc.jpg,FIFA 19,PS3,Sports,Electronic Arts,EA Sports,,0.04,,,0.03,0.01,2018-09-28,2018-09-12 -/games/boxart/full_wsc-real-11-world-snooker-championship_827PALFront.jpg,WSC Real 11: World Snooker Championship,X360,Sports,Koch Media,Dark Energy Digital,,0.04,,,0.03,0,2011-04-15, -/games/boxart/full_3126819PALFrontccc.jpg,Don Bradman Cricket 14,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,0.04,,,0.04,0,2015-04-01, -/games/boxart/full_jikkyo-world-soccer-2002_2JapanFront.jpg,Jikkyou World Soccer 2002,PS2,Sports,Konami,Konami,,0.04,,0.04,,,2002-05-16, -/games/boxart/full_6445877AmericaFrontccc.jpg,8 to Glory: The Official Game of the PBR,PS4,Sports,THQ Nordic,Three Gates,,0.04,0.03,,,0.01,2018-10-30,2018-09-30 -/games/boxart/full_north-american-hunting-extravaganza-2_146AmericaFront.jpg,North American Hunting Extravaganza 2,Wii,Sports,Destineer,Arcade Moon,,0.04,0.03,,0,0,2010-10-12, -/games/boxart/1787753ccc.jpg,Mat Hoffman's Pro BMX 2,GC,Sports,Activision,Rainbow Studios,,0.04,0.03,,0.01,0,2002-10-08, -/games/boxart/full_4834874AmericaFrontccc.jpg,Free Running,Wii,Sports,Graffiti,Core Design Ltd.,,0.04,0.02,,0.02,0,2010-04-27, -/games/boxart/1436268ccc.jpg,NHL Hitz Pro,GC,Sports,Midway Games,Next Level Games,,0.04,0.03,,0.01,0,2003-09-25, -/games/boxart/full_8085958JapanFrontccc.jpg,Winning Post World 8,PSV,Sports,Tecmo Koei,Koei Tecmo Games,,0.04,,0.04,,,2014-03-27,2019-01-05 -/games/boxart/full_1027469PALFrontccc.jpg,Tour de France 2014,PS4,Sports,Focus Home Interactive,Cyanide Studio,,0.04,,,0.03,0.01,2014-06-20,2018-12-30 -/games/boxart/full_9401268PALFrontccc.jpg,Runaway: A Twist of Fate,PC,Adventure,Focus Home Interactive,Pendulo Studios,,0.04,,,0.04,0.01,2009-11-18, -/games/boxart/1469896ccc.jpg,Mike Tyson Boxing,GBA,Sports,Ubisoft,Virtuacraft,,0.04,0.03,,0.01,0,2002-03-06, -/games/boxart/1346905ccc.jpg,Fisherman's Challenge,PS2,Sports,Konami,Konami,,0.04,0.02,,0.02,0.01,2003-01-19, -/games/boxart/4385571ccc.gif,Super Black Bass Fishing,DS,Sports,Majesco,Starfish,,0.04,0.04,,0,0,2006-03-28, -/games/boxart/full_virtua-tennis-4_960PALFront.jpg,Virtua Tennis 4,PC,Sports,Sega,Sega,,0.04,,,0.03,0.01,2011-06-24, -/games/boxart/full_9993914AmericaFrontccc.jpg,Mutant Football League: Dynasty Edition,XOne,Sports,Nighthawk Interactive,Digital Dreams,,0.04,0.03,,,0,2018-10-30,2018-11-08 -/games/boxart/6197241ccc.jpg,The Hustle: Detroit Streets,PS2,Sports,Activision,Blade Interactive,,0.04,0.02,,0.02,0.01,2006-04-26, -/games/boxart/4316490ccc.jpg,Crushed Baseball,GBA,Sports,Summitsoft,Griptonite Games,,0.04,0.03,,0.01,0,2004-09-06, -/games/boxart/5625425ccc.jpg,Yourself Fitness,PS2,Sports,responDESIGN,"responDESIGN, Inc.",,0.04,0.02,,0.02,0.01,2005-02-02, -/games/boxart/2777162ccc.jpg,FIFA Street 2,DS,Sports,EA Sports BIG,EA Canada,,0.04,0.04,,0,0,2006-02-28, -/games/boxart/full_6173428AmericaFrontccc.jpg,R.B.I. Baseball 2016,PS4,Sports,MLB.com,MLB.com,,0.04,0.04,,,0.01,2016-04-05,2018-06-27 -/games/boxart/full_riding-stables-the-whitakers-present-milton-and-friends_79PALFront.jpg,Riding Stables: The Whitakers present Milton and Friends,3DS,Sports,DTP Entertainment,Koch Media,,0.04,,,0.04,0,2011-10-28, -/games/boxart/full_jerry-rice-and-nitus-dog-football_818AmericaFront.jpg,Jerry Rice and Nitus' Dog Football,Wii,Sports,Tommo,Judo Baby,7,0.04,0.04,,,0,2011-08-16, -/games/boxart/1176873ccc.jpg,Strike Force Bowling,XB,Sports,Crave Entertainment,Lab Rats Games,,0.04,0.03,,0.01,0,2004-05-10, -/games/boxart/default.jpg,Jonah Lomu Rugby Challenge,PC,Sports,Sidhe Interactive,Sidhe Interactive,,0.04,,,0.04,0.01,2011-10-13, -/games/boxart/3934572ccc.jpg,Virtua Tennis 3,X360,Sports,Sega,Sumo Digital,,0.04,0.03,,0.01,0,2007-03-20, -/games/boxart/6458612ccc.jpg,Rapala Trophies,PSP,Sports,Activision,Sand Grain Studios,,0.04,0.04,,,0,2006-09-01, -/games/boxart/full_2875022AmericaFrontccc.jpg,Outlaw Volleyball Remixed,PS2,Sports,Global Star Software,Hypnotix,,0.04,0.02,,0.01,0,2005-05-17, -/games/boxart/full_stoked-big-air-edition_246AmericaFront.jpg,Stoked: Big Air Edition,X360,Sports,Destineer,Bongfish GmbH,8.6,0.04,0.02,,0.02,0,2009-11-23, -/games/boxart/full_9965468AmericaFrontccc.jpg,Stadium Games,GBA,Sports,Ignition Entertainment,Awesome Developments,,0.04,0.03,,0.01,0,2004-11-03, -/games/boxart/full_nippon-daihyou_8JapanFront.jpg,Dramatic Soccer Game: Nippon Daihyou Senshu Ninarou!,PS2,Sports,Enix,Enix,,0.04,,0.04,,,2002-05-23, -/games/boxart/full_summer-challenge-athletics-tournament_837PALFront.jpg,Summer Challenge: Athletics Tournament,PS3,Sports,PQube,DTP Entertainment,,0.04,,,0.03,0.01,2011-09-02, -/games/boxart/1237012ccc.jpg,Without Warning,PS2,Shooter,Capcom,CiRCLE Studio,,0.04,0.02,,0.01,0,2005-11-01, -/games/boxart/full_6237898JapanFrontccc.jpg,Winning Post World 2010,PS3,Sports,KOEI,Koei,,0.04,,0.04,,,2010-04-02, -/games/boxart/full_9182253JapanFrontccc.jpg,The King of Fighters 2002: Unlimited Match,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,,0.04,,,2009-02-26, -/games/boxart/113964ccc.png,Art of Fighting Anthology,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.04,0.02,,0.02,0.01,2007-05-17, -/games/boxart/full_9830125AmericaFrontccc.jpg,Guilty Gear XX Accent Core,PS2,Fighting,Aksys Games,Arc System Works,,0.04,,0.04,,,2007-09-11, -/games/boxart/full_9910620JapanFrontccc.jpg,Hajime no Ippo: The Fighting! (2014),PS3,Sports,Namco Bandai Games,Namco Bandai Games,,0.04,,0.04,,,2014-12-11, -/games/boxart/3484543ccc.jpg,Evolution Skateboarding,GC,Sports,Konami,Konami Computer Entertainment Osaka,4.8,0.04,0.03,,0.01,0,2002-11-17, -/games/boxart/full_6799302AmericaFrontccc.jpg,Nike+ Kinect Training,X360,Sports,Microsoft Studios,Sumo Digital,,0.04,0.02,,0.01,0,2012-10-30,2018-09-29 -/games/boxart/full_6586732AmericaFrontccc.jpg,Doom II,GBA,Shooter,Activision,Torus Games,8.1,0.04,0.03,,0.01,0,2002-10-28, -/games/boxart/9850640ccc.jpg,Prey,PC,Shooter,2K Games,Human Head Studios,8.5,0.04,,,0.04,0,2006-07-11, -/games/boxart/full_8478234AmericaFrontccc.jpg,Metal Slug XX,PSP,Shooter,Atlus,SNK Playmore Corporation,6.9,0.04,0.03,,0,0.01,2010-02-23, -/games/boxart/full_chicken-blaster_434AmericaFront.jpg,Chicken Blaster,DS,Shooter,Zoo Games,FrontLine Studios,,0.04,0.04,,,0,2009-09-15, -/games/boxart/829269ccc.jpg,Point Blank 2,PS,Shooter,Namco,TOSE,,0.04,0.02,,0.02,0,1999-04-30, -/games/boxart/full_7305842JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 33: Fantasy Zone Complete Collection,PS2,Shooter,Sega,M2,,0.04,,0.04,,,2008-09-11, -/games/boxart/full_4819113AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,PC,Shooter,Ubisoft,Ubisoft Paris,7.4,0.04,,,0.04,0,2017-03-07,2018-04-01 -/games/boxart/full_4433458AmericaFrontccc.jpg,C.O.R.E.,DS,Shooter,Graffiti,NoWay Studio,4.4,0.04,0.03,,,0,2009-08-11, -/games/boxart/full_407757AmericaFrontccc.jpg,R.B.I. Baseball 2017,PS4,Sports,MLB.com,MLB.com,,0.04,0.03,,,0.01,2017-03-28,2018-06-25 -/games/boxart/full_9568675JapanFrontccc.jpg,The King of Fighters 2000,PS2,Fighting,Playmore,Playmore Corporation,,0.04,,0.04,,,2002-11-28, -/games/boxart/2168205ccc.jpg,Outlaw Tennis,XB,Sports,Global Star Software,Hypnotix,,0.04,0.03,,0.01,0,2005-07-26, -/games/boxart/full_5695260AmericaFrontccc.jpg,MLB 15: The Show,PSV,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,0.04,0.03,,,0.01,2015-03-31,2018-05-01 -/games/boxart/full_9318942AmericaFrontccc.jpg,World Series Baseball,SAT,Sports,Sega,Sega,,0.04,,0.04,,,1995-01-01, -/games/boxart/4983817ccc.png,FIFA Soccer 2003 (weekly jp sales),PS2,Sports,EA Sports,EA Canada,,0.04,,0.04,,,2002-11-14, -/games/boxart/full_1745940AmericaFrontccc.jpg,High Heat Baseball 2002,PS,Sports,3DO,3DO,,0.04,0.02,,0.02,0,2001-03-14, -/games/boxart/full_greg-hastings-paintball-2_10AmericaFront.jpg,Greg Hastings Paintball 2,PS3,Shooter,Majesco,Super X Studios,,0.04,0.03,,,0,2010-09-14, -/games/boxart/5667725ccc.jpg,SPRay,Wii,Action,Tecmo,EKO System,,0.04,0.04,,,0,2008-12-03, -/games/boxart/2110589ccc.jpg,Red Ninja: End of Honor,PS2,Action,VU Games,Tranji,,0.04,0.02,,0.02,0.01,2005-03-30, -/games/boxart/full_6386261JapanFrontccc.jpg,Naruto Shippuuden: Shinobi Retsuden III,DS,Action,Takara Tomy,Takara Tomy,,0.04,,0.04,,,2009-04-29, -/games/boxart/6286129ccc.jpg,Spy Fiction,PS2,Action,Sammy Corporation,Access Games,,0.04,0.02,,0.02,0.01,2004-08-31, -/games/boxart/full_4605486AmericaFrontccc.jpg,Mafia,PC,Action,Gathering of Developers,Illusion Softworks,9.2,0.04,,,0.04,0,2002-08-28, -/games/boxart/full_3657786AmericaFrontccc.jpg,Monster High: New Ghoul in School,PS3,Action,Little Orbit,Torus Games,,0.04,,,0.04,0.01,2015-10-27,2019-01-19 -/games/boxart/full_6400575JapanFrontccc.jpg,Minna de Wai Wai! Spelunker,NS,Action,Square Enix,Square Enix,,0.04,,0.04,,,2017-04-20,2018-02-04 -/games/boxart/full_5441779AmericaFrontccc.jpg,Candace Kane's Candy Factory,DS,Action,Destineer,Destineer,,0.04,0.04,,,0,2008-12-22, -/games/boxart/3284557ccc.jpg,Backyard Baseball '09,Wii,Sports,Atari,Humongous Entertainment,,0.04,0.04,,,0,2008-06-10, -/games/boxart/full_5100957AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PS3,Fighting,Arc System Works,Arc System Works,,0.04,,0.04,,,2015-06-30,2018-06-03 -/games/boxart/full_8702741AmericaFrontccc.jpg,"Roswell Conspiracies: Aliens, Myths & Legends",PS,Action,Red Storm Entertainment,Red Storm Entertainment,,0.04,0.02,,0.02,0,2001-06-14, -/games/boxart/full_5776748JapanFrontccc.jpg,San-X Land: Theme Park de Asobou!,DS,Action,MTO,MTO,,0.04,,0.04,,,2006-03-30, -/games/boxart/full_7952513JapanFrontccc.jpg,Naruto Shippuuden: Dairansen! Kage Bunsen Emaki,DS,Action,Takara Tomy,Takara Tomy,,0.04,,0.04,,,2008-02-14, -/games/boxart/full_6026438AmericaFrontccc.jpg,Overcooked,XOne,Action,Sold Out,Ghost Town Games,,0.04,0.04,,,0,2016-11-15,2018-06-28 -/games/boxart/full_3378595PALFrontccc.jpg,Anima - Gate of Memories,PS4,Action,PQube,Anima Games Studio,,0.04,0.01,,0.02,0.01,2017-03-21,2018-09-19 -/games/boxart/full_1855668AmericaFrontccc.jpg,Aegis of Earth: Protonovus Assault,PSV,Action,Aksys Games,Acquire,,0.04,0.01,,0.02,0.01,2016-03-15,2018-06-15 -/games/boxart/full_5254073AmericaFrontccc.jpg,Disney Planes Fire & Rescue,Wii,Action,Disney Interactive Studios,Little Orbit,,0.04,0,,0.04,0,2014-11-04,2018-03-31 -/games/boxart/7741528ccc.jpg,Disney's Meet the Robinsons,GC,Action,Disney Interactive Studios,Avalanche Software,,0.04,0.03,,0.01,0,2007-03-27, -/games/boxart/full_972906AmericaFrontccc.jpg,Vikings: Wolves of Midgard,PS4,Action,Kalypso Media,Games Farm,,0.04,0.03,,0.01,0.01,2017-03-28,2018-02-06 -/games/boxart/full_2162002AmericaFrontccc.jpg,Devil May Cry HD Collection,XOne,Action,Capcom,Capcom,,0.04,0.04,,,0,2018-03-13,2018-01-29 -/games/boxart/5740259ccc.gif,No Rules: Get Phat,GBA,Action,TDK Mediactive,Flying Tiger Development,,0.04,0.03,,0.01,0,2001-11-25, -/games/boxart/full_4535062AmericaFrontccc.png,Trine 2: Director's Cut,WiiU,Platform,Frozenbyte,Frozenbyte,7.8,0.04,,,0.04,0,2012-11-18,2018-08-28 -/games/boxart/full_2798459AmericaFrontccc.jpg,Grand Slam,PS,Sports,Virgin Interactive,Burst Studios,,0.04,0.02,,0.02,0,1997-04-30, -/games/boxart/full_5996049PALFrontccc.jpg,Rugby Challenge 3,PS4,Sports,Alternative Software,Wicked Witch Software,,0.04,,,0.04,0.01,2016-04-22,2018-04-18 -/games/boxart/2269207ccc.jpg,FIFA World Cup Germany 2006,DS,Sports,EA Sports,EA Canada,7.3,0.04,0.03,,0,0,2006-04-24, -/games/boxart/5291622ccc.jpg,Adidas Power Soccer,PS,Sports,Psygnosis,Shen Studios,7,0.04,0.02,,0.01,0,1996-08-31, -/games/boxart/full_6492600JapanFrontccc.jpg,Jikkyou Powerful Major League,GC,Sports,Konami,PawaPuro Production,,0.04,,0.04,,0,2006-05-11, -/games/boxart/full_8777205AmericaFrontccc.jpg,Tennis World Tour,PS4,Sports,Bigben Interactive,Breakpoint Studio,,0.04,0.03,0.01,,0.01,2018-05-22,2018-09-26 -/games/boxart/full_9004932AmericaFrontccc.jpg,Myth Makers: Trixie in Toyland,Wii,Platform,Conspiracy Entertainment,Data Design Interactive,,0.04,0.04,,,0,2008-06-24, -/games/boxart/8723534ccc.jpg,Scaler,XB,Platform,Global Star Software,Artificial Mind & Movement,,0.04,0.03,,0.01,0,2004-10-20, -/games/boxart/full_3357062AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,PS3,Action,Little Orbit,Little Orbit,,0.04,,,0.03,0.01,2015-12-01,2018-04-09 -/games/boxart/full_2476152AmericaFrontccc.jpg,The Croods: Prehistoric Party!,3DS,Action,D3Publisher,Torus Games Pty. Ltd.,,0.04,0.01,,0.02,0,2013-03-19,2018-12-14 -/games/boxart/full_5612658AmericaFrontccc.jpg,Resident Evil 5,XOne,Action,Capcom,Capcom,,0.04,0.04,,,0,2016-07-12,2018-09-04 -/games/boxart/full_2081573JapanFrontccc.jpg,Sengoku BASARA Sanada Yukimura-den,PS3,Action,Capcom,Capcom,,0.04,,0.04,,,2016-08-25,2018-06-03 -/games/boxart/full_6688979AmericaFrontccc.jpg,Igor: The Game,DS,Action,Legacy Interactive,Santa Cruz Games,,0.04,0.04,,,0,2008-09-19, -/games/boxart/full_8984132AmericaFrontccc.jpg,Aegis of Earth: Protonovus Assault,PS4,Action,Aksys Games,Acquire,4,0.04,0.03,,0.01,0.01,2016-03-15,2018-06-15 -/games/boxart/full_5760125AmericaFrontccc.jpg,Dead Head Fred,PSP,Action,D3 Publisher,Vicious Cycle,7.6,0.04,0.04,,0,0,2007-08-28, -/games/boxart/full_zombie-daisuki_472JapanFront.jpg,Zombi Daisuki,DS,Action,ChunSoft,ChunSoft,,0.04,,0.04,,,2011-01-20, -/games/boxart/7533441ccc.jpg,The Invincible Iron Man,GBA,Action,Activision,Torus Games Pty. Ltd.,6.4,0.04,0.03,,0.01,0,2002-12-15, -/games/boxart/full_7596256PALFrontccc.jpg,Maken Shao: Demon Sword,PS2,Action,Midas Interactive Entertainment,Atlus Co.,,0.04,,0.04,,,2003-07-26, -/games/boxart/full_6293310AmericaFrontccc.jpg,The Tale of Despereaux,Wii,Platform,Brash Entertainment,Sensory Sweep Studios,,0.04,0.04,,0,0,2008-12-02, -/games/boxart/full_1452753AmericaFrontccc.jpg,Disney's Donald Duck: Goin' Quackers,GC,Platform,Ubisoft,Ubisoft Montreal,,0.04,0.03,,0.01,0,2002-03-25, -/games/boxart/full_3749412AmericaFrontccc.jpg,Aragami,PS4,Action,Maximum Games,Lince Works,,0.04,0.03,,,0.01,2016-10-11,2018-09-17 -/games/boxart/8428550ccc.jpg,The Da Vinci Code,XB,Action,2K Games,Double Helix Games,,0.04,0.03,,0.01,0,2006-05-19, -/games/boxart/full_3934824AmericaFrontccc.jpg,For Honor,PC,Action,Ubisoft,Ubisoft Montreal,,0.04,0.02,,0.02,0,2017-02-14,2018-01-09 -/games/boxart/full_4347782AmericaFrontccc.jpg,The Chase: Felix Meets Felicity,DS,Action,Atari,Razorback Developments,,0.04,0.04,,0,0,2009-01-27, -/games/boxart/full_6025088AmericaFrontccc.jpeg,Gravity Falls: Legend of the Gnome Gemulets,3DS,Action,Ubisoft,Ubisoft,,0.04,0.03,,0,0,2015-10-20,2018-04-26 -/games/boxart/full_6259631AmericaFrontccc.jpg,Saints Row 2,PC,Action,THQ,Volition Inc.,6.6,0.04,,,0.03,0.01,2009-01-05,2018-04-02 -/games/boxart/full_248239AmericaFrontccc.jpg,Headhunter: Redemption,PS2,Action,Sega,Amuze,,0.04,0.02,,0.01,0,2004-09-21, -/games/boxart/full_8518299AmericaFrontccc.jpg,Dead Rising 2,XOne,Action,Capcom,Capcom,,0.04,0.03,,,0,2016-09-27, -/games/boxart/full_9882721PALFrontccc.jpg,Thomas and Friends: Steaming around Sodor,3DS,Action,Avanquest Software,GSP,,0.04,,,0.04,0,2015-10-02,2018-07-30 -/games/boxart/full_4466907AmericaFrontccc.jpg,Astro Boy: The Video Game,PSP,Action,D3 Publisher,iMAGi Studios,7,0.04,0.04,,0,0,2009-10-20, -/games/boxart/full_1915652JapanFrontccc.jpg,Toukiden 2,PS3,Action,Tecmo Koei,Omega Force,,0.04,,0.04,,,2016-07-28,2018-06-03 -/games/boxart/full_all-points-bulletin_3AmericaFront.jpg,All Points Bulletin,PC,Action,Electronic Arts,Realtime Worlds,7,0.04,,,0.03,0.01,2010-06-29, -/games/boxart/full_7856602AmericaFrontccc.jpg,Tom Clancy's HAWX,PC,Action,Ubisoft,Ubisoft Romania,,0.04,,,0.03,0.01,2009-03-03, -/games/boxart/full_394759JapanFrontccc.jpg,Aikatsu Stars! My Special Appeal,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.04,,0.04,,,2016-11-24,2018-08-06 -/games/boxart/full_justice-league-chronicles_6AmericaFront.jpg,Justice League: Chronicles,GBA,Platform,Midway Games,Full Fat,3.5,0.04,0.03,,0.01,0,2003-11-12, -/games/boxart/full_92882AmericaFrontccc.jpg,Paw Patrol on a Roll,XOne,Platform,Outright Games,Outright Games,,0.04,0.04,,,0,2018-10-23,2018-08-07 -/games/boxart/full_5703249PALFrontccc.jpg,INSIDE / LIMBO Double Pack,PS4,Platform,505 Games,Playdead,,0.04,0.04,,,0.01,2017-09-12,2018-08-07 -/games/boxart/full_8695780JapanFrontccc.jpg,Go Go Ackman 3,SNES,Platform,Banpresto,Aspect,,0.04,,0.04,,0,1995-12-15, -/games/boxart/full_chou-gekijoban-keroro-gunsou-gekishin-dragon-warriors-de-arimasu_0JapanFront.jpg,Chou Gekijoban Keroro Gunsou: Gekishin Dragon Warriors de Arimasu!,DS,Action,Namco Bandai,Bandai Namco Games,,0.04,,0.04,,,2009-02-19, -/games/boxart/6993133ccc.jpg,Danny Phantom: Urban Jungle,DS,Action,THQ,THQ,,0.04,0.04,,,0,2006-09-19, -/games/boxart/full_3782668JapanFrontccc.jpg,World Trigger: Borderless Mission,PSV,Action,Namco Bandai Games,ArtDink,,0.04,,0.04,,,2015-09-17,2018-09-22 -/games/boxart/full_8800372AmericaFrontccc.jpg,Assault Rigs,PS,Action,Psygnosis,Psygnosis,,0.04,0.02,,0.02,0,1996-02-01, -/games/boxart/full_4144165PALFrontccc.jpg,Warriors Orochi 3,XOne,Action,Tecmo Koei,Omega Force,,0.04,0.01,,0.03,0,2014-09-02,2018-06-30 -/games/boxart/full_731536JapanFrontccc.jpg,Doraemon the Movie: Nobita no Nankyoku Kachikochi Daibouken,3DS,Action,FuRyu Corporation,Unknown,,0.04,,0.04,,,2017-03-02,2018-02-10 -/games/boxart/full_1573628JapanFrontccc.jpg,Kuroshitsuji: Phantom & Ghost,DS,Action,Square Enix,Square Enix,,0.04,,0.04,,,2009-03-19, -/games/boxart/full_5523628AmericaFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,Wii,Action,Little Orbit,Little Orbit,,0.04,,,0.03,0,2015-11-03, -/games/boxart/full_2176069AmericaFrontccc.jpg,Sine Mora EX,XOne,Action,THQ Nordic,Digital Reality,,0.04,0.03,,,0,2017-08-08,2018-08-15 -/games/boxart/3891536ccc.jpg,Housekeeping,DS,Action,IE Institute,Unknown,,0.04,,0.04,,,2006-12-07, -/games/boxart/full_9733963JapanFrontccc.jpg,Kikou Heidan J-Phoenix 2,PS2,Action,Takara,Takara,,0.04,,0.04,,,2003-08-28, -/games/boxart/full_9962859JapanFrontccc.jpg,A Good Librarian Like a Good Shepherd: Library Party,PSV,Action,Kaga Create,August,,0.04,,0.04,,,2015-02-12,2018-08-30 -/games/boxart/full_1625512AmericaFrontccc.jpg,Minority Report: Everybody Runs,GBA,Action,Activision,Torus Games,,0.04,0.03,,0.01,0,2002-11-12, -/games/boxart/856783ccc.jpg,Hellboy: The Science of Evil,PSP,Action,Konami,Krome Studios,,0.04,0.04,,0,0,2008-06-24, -/games/boxart/full_7507213JapanFrontccc.jpg,Sengoku Otome: Legend Battle,PSV,Action,Unknown,Unknown,,0.04,,0.04,,,2016-08-25,2018-09-22 -/games/boxart/full_2713093AmericaFrontccc.jpg,Axiom Verge,PS4,Action,Thomas Happ Games,Thomas Happ Games,,0.04,0.03,,,0.01,2015-03-31, -/games/boxart/full_865521AmericaFrontccc.jpg,Yonder: The Cloud Catcher Chronicles,PS4,Action,CokeM Interactive,Prideful Sloth,,0.04,0.03,,,0.01,2017-07-25, -/games/boxart/full_5769570JapanFrontccc.jpg,Gundam Battle Online,DC,Action,Bandai,Bandai,,0.04,,0.04,,0,2001-06-28, -/games/boxart/1561578ccc.jpg,Grand Theft Auto: Vice City,PC,Action,Rockstar Games,Rockstar North,9,0.04,,,0.03,0,2003-05-12,2018-02-03 -/games/boxart/full_178730AmericaFrontccc.jpg,The Sum of All Fears,GBA,Action,Ubisoft,Ubisoft,,0.04,0.03,,0.01,0,2002-11-19, -/games/boxart/3949714ccc.jpg,Super Army War,GBA,Action,Atlus,Atlus Co.,,0.04,0.03,,0.01,0,2005-02-22, -/games/boxart/full_9468808JapanFrontccc.jpg,Wondership Q,PSV,Platform,Cygames,Miracle Positive,,0.04,,0.04,,,2015-11-19,2018-07-05 -/games/boxart/6418122ccc.jpg,Catwoman,GBA,Platform,Electronic Arts,Magic Pockets,6.1,0.04,0.03,,0.01,0,2004-07-20, -/games/boxart/full_636717AmericaFrontccc.jpg,Mega Man X Legacy Collection 1+2,XOne,Platform,Capcom Entertainment,Digital Eclipse Software,,0.04,0.04,,,0,2018-07-24,2018-08-18 -/games/boxart/full_7765684AmericaFrontccc.jpg,Looney Tunes Duck Dodgers Starring: Daffy Duck,N64,Platform,Infogrames,Paradigm Entertainment,,0.04,0.03,,0.01,0,2000-09-16, -/games/boxart/full_2343488AmericaFrontccc.jpg,Superman: Countdown to Apokolips,GBA,Platform,Atari,Mistic Software,,0.04,0.03,,0.01,0,2003-03-26, -/games/boxart/4531483ccc.jpg,Dragon's Lair 3D: Return to the Lair,GC,Platform,Encore,Dragonstone Software,,0.04,0.03,,0.01,0,2002-12-22, -/games/boxart/full_5528680AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,GBA,Platform,Atari,M4 Entertainment,,0.04,0.03,,0.01,0,2003-12-02, -/games/boxart/full_1357503JapanFrontccc.png,Okami HD,NS,Action,Capcom,Capcom,,0.04,,0.04,,,2018-08-09,2018-03-09 -/games/boxart/full_2395791AmericaFrontccc.jpg,DuckTales: Remastered,X360,Platform,Capcom,WayForward,,0.04,0.03,,,0,2013-11-12,2019-02-17 -/games/boxart/7224063ccc.jpg,Stolen,PS2,Action,Hip Interactive,Blue 52,,0.04,0.02,,0.01,0,2005-04-21, -/games/boxart/full_4798704AmericaFrontccc.jpg,Dynasty Warriors Vol. 2 (JP sales),PSP,Action,KOEI,Omega Force,,0.04,,0.04,,,2006-10-24, -/games/boxart/2204285ccc.jpg,Hot Potato!,GBA,Action,BAM! Entertainment,Pukka Games,7.7,0.04,0.03,,0.01,0,2001-07-01, -/games/boxart/6057459ccc.jpg,Dragon Ball: Advanced Adventure,GBA,Action,Atari,Dimps Corporation,7.7,0.04,0.03,,0.01,0,2006-06-06, -/games/boxart/full_the-ripping-friends_314AmericaFront.jpg,The Ripping Friends,GBA,Action,THQ,Creations,,0.04,0.03,,0.01,0,2002-03-24, -/games/boxart/full_8927985JapanFrontccc.jpg,Gintama Ranbu,PSV,Action,Namco Bandai Games,Bandai Namco Games,,0.04,,0.04,,,2018-01-18,2018-01-24 -/games/boxart/full_1698457AmericaFrontccc.jpg,X-Men Origins: Wolverine - Uncaged Edition,PC,Action,Activision,Raven Software,,0.03,0.02,,0,0,2009-05-01, -/games/boxart/full_7269935AmericaFrontccc.jpg,Past Cure,PS4,Action,Phantom 8 Studio,Phantom 8 Studio,,0.03,0.02,,,0,2018-02-23,2018-01-08 -/games/boxart/default.jpg,Star Wars The Clone Wars: Republic Heroes,PC,Action,LucasArts,Krome Studios,,0.03,,,0.02,0,2009-10-06, -/games/boxart/full_9928524JapanFrontccc.jpg,Angelique Retour,PSV,Action,Tecmo Koei,Unknown,,0.03,,0.03,,,2015-12-17, -/games/boxart/full_2261500JapanFrontccc.jpg,Moyashimon DS,DS,Action,Takara Tomy,Takara Tomy,,0.03,,0.03,,,2009-07-23, -/games/boxart/full_6439197AmericaFrontccc.jpg,Disney Planes Fire & Rescue,WiiU,Action,Disney Interactive Studios,Little Orbit,,0.03,0.01,,0.01,0,2014-11-04,2018-03-31 -/games/boxart/full_3371013JapanFrontccc.jpg,Akogare Girls Collection: Wan Nyan Doubutsu Byouin - Suteki na Juui-San ni Narou!,3DS,Action,Nippon Columbia,Nippon Columbia,,0.03,,0.03,,,2015-07-30,2018-08-06 -/games/boxart/full_1203699JapanFrontccc.jpg,Hokuto no Ken: Hokuto Shinken Denshousha no Michi,DS,Action,Spike,Spike,,0.03,,0.03,,,2008-02-14, -/games/boxart/full_1908483AmericaFrontccc.jpg,Young Justice: Legacy,Wii,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.03,,,0.03,0,2013-11-19,2018-11-24 -/games/boxart/full_3037874AmericaFrontccc.jpg,Monster High: New Ghoul in School,X360,Action,Little Orbit,Torus Games,,0.03,,,0.03,0,2015-10-27,2019-01-19 -/games/boxart/full_1184764JapanFrontccc.jpg,Samurai Warriors 2,PS3,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2013-10-24,2019-04-30 -/games/boxart/full_9335073JapanFrontccc.jpg,Chou Ezaru wa Akai Hana: Koi wa Tsuki ni Shirube Kareru,PSV,Action,Dramatic Create,Unknown,,0.03,,0.03,,,2016-06-23, -/games/boxart/full_2310315AmericaFrontccc.jpg,Yonder: The Cloud Catcher Chronicles,NS,Action,Merge Games,Prideful Sloth,,0.03,0.02,,0,0,2018-06-12,2018-03-18 -/games/boxart/full_biohazard-revival-selection_113JapanFront.jpg,Biohazard: Revival Selection,X360,Action,Capcom,Capcom,,0.03,,0.03,,,2011-09-08, -/games/boxart/full_8890310PALFrontccc.jpg,Dynasty Warriors 8: Empires,PSV,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2015-11-26,2018-02-09 -/games/boxart/full_max-payne_116AmericaFront.jpg,Max Payne,GBA,Action,Rockstar Games,Mobius Entertainment,7.8,0.03,0.02,,0.01,0,2003-12-18, -/games/boxart/full_7442788JapanFrontccc.jpg,Gintama: Banji Oku Chuubu!,Wii,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-10-25, -/games/boxart/full_7963819JapanFrontccc.jpg,Crows: Burning Edge,PS4,Action,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2016-10-27,2018-09-20 -/games/boxart/full_evangelion-shin-gekijoban-sound-impact_63JapanFront.jpg,Evangelion Shin Gekijoban: 3nd Impact,PSP,Action,Namco Bandai,Grasshopper Manufacture,,0.03,,0.03,,,2011-09-29, -/games/boxart/full_9667177AmericaFrontccc.jpg,Geometry Wars 3: Dimensions Evolved,PS4,Action,Activision,Unknown,,0.03,0.02,,,0.01,2016-10-11, -/games/boxart/full_3073298JapanFrontccc.jpg,Kidou Senshi V Gundam,SNES,Action,Bandai,Bandai,,0.03,,0.03,,,1994-03-11, -/games/boxart/full_onechanbara-z-kagura_323JapanFront.jpg,Onechanbara Z: Kagura,X360,Action,D3 Publisher,D3,,0.03,,0.03,,,2012-01-19, -/games/boxart/full_5868563AmericaFrontccc.jpg,Buffy the Vampire Slayer: Chaos Bleeds,GC,Action,VU Games,Eurocom Entertainment Software,,0.03,0.02,,0.01,0,2003-08-28, -/games/boxart/full_3461344JapanFrontccc.jpg,River City Ransom SP,3DS,Action,Arc System Works,Technos Japan Corporation,,0.03,,0.03,,,2016-10-27,2018-04-24 -/games/boxart/9431742ccc.jpg,Jet Grind Radio,GBA,Action,THQ,Vicarious Visions,7.1,0.03,0.02,,0.01,0,2003-06-26, -/games/boxart/full_121534AmericaFrontccc.jpg,My Frogger: Toy Trials,DS,Action,Konami,Konami,,0.03,0.02,,,0,2006-11-13, -/games/boxart/full_strike-witches-aoi-no-dengekisen-shin-taichou-funtousuru_1JapanFront.jpg,Strike Witches: Aoi no Dengekisen - Shin Taichou Funtousuru!,DS,Action,Russel,Russel,,0.03,,0.03,,,2009-11-26, -/games/boxart/1875064ccc.jpg,Under the Skin,PS2,Action,Capcom,Capcom Production Studio 4,,0.03,0.01,,0.01,0,2004-10-12, -/games/boxart/full_2807968AmericaFrontccc.jpg,Super Duper Sumos,GBA,Action,Midway Games,Handheld Games,,0.03,0.02,,0.01,0,2003-10-26, -/games/boxart/full_483856JapanFrontccc.jpg,The Last Guy,PS3,Action,Sony Computer Entertainment,SCE Japan Studio,,0.03,,0.03,,,2008-08-28,2018-09-16 -/games/boxart/full_1882213AmericaFrontccc.jpg,This War of Mine,PS4,Action,11 bit studios,11 bit studios,,0.03,,,0.02,0,2016-01-29, -/games/boxart/2173348ccc.jpg,Nacho Libre,DS,Action,Majesco,BudCat Creations,,0.03,0.03,,0,0,2006-10-26, -/games/boxart/full_2800945AmericaFrontccc.jpg,Zoboomafoo: Leapin' Lemurs!,PS,Action,Encore,Big Grub,,0.03,0.02,,0.01,0,2001-10-07, -/games/boxart/full_5175390AmericaFrontccc.jpg,Troll and I,PS4,Action,Maximum Games,Spiral House,,0.03,0.02,,,0.01,2017-03-21,2018-08-20 -/games/boxart/full_4848705AmericaFrontccc.jpg,Carmageddon: Max Damage,XOne,Action,Stainless Games,Stainless Games,,0.03,0.02,,0.01,0,2017-01-01, -/games/boxart/full_4812757AmericaFrontccc.jpg,Harry Potter and the Half-Blood Prince,PC,Action,Electronic Arts,EA Bright Light Productions,,0.03,,,0.03,0,2009-06-30, -/games/boxart/full_7465723AmericaFrontccc.jpg,Ben 10 (2017),XOne,Action,Outright Games,Torus Games,,0.03,0.02,,,0,2017-11-14,2019-01-21 -/games/boxart/full_kaizoku-sentai-gokaiger-atsumete-henshin-35-sentai_790JapanFront.jpg,Kaizoku Sentai Gokaiger: Atsumete Henshin! 35 Sentai!,DS,Action,Namco Bandai,Namco Bandai,,0.03,,0.03,,,2011-11-17, -/games/boxart/full_9488861JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.1,PS3,Action,Namco Bandai Games,Unknown,,0.03,,0.03,,,2015-04-23, -/games/boxart/full_2925564AmericaFrontccc.jpg,Bully: Scholarship Edition,PC,Action,Rockstar Games,Rockstar Vancouver/Mad Doc Software,6.6,0.03,0,,0.02,0,2008-10-21, -/games/boxart/full_4577346JapanFrontccc.jpg,Soul Eater: Battle Resonance,PSP,Action,Namco Bandai,Bec,,0.03,,0.03,,,2009-01-29, -/games/boxart/full_245257JapanFrontccc.jpg,The Great Battle Gaiden 2: Matsuri da Wasshoi,SNES,Action,Banpresto,Banpresto,,0.03,,0.03,,,1994-01-28, -/games/boxart/full_3017143JapanFrontccc.jpg,Evangelion: Jo,PS2,Action,Namco Bandai,Bec,,0.03,,0.03,,,2009-06-04, -/games/boxart/full_6011126JapanFrontccc.jpg,Ganbare Goemon: Toukai Douchuu Ooedo Tengurigaeshi no Maki,DS,Action,Konami,Konami,,0.03,,0.03,,,2005-06-23, -/games/boxart/7171732ccc.jpg,"Princess Natasha: Student, Secret Agent, Princess",DS,Action,DSI Games,Frame Studios Interactive,,0.03,0.03,,,0,2006-10-03, -/games/boxart/full_8105942JapanFrontccc.jpg,Kabu Trader Shun,DS,Action,Capcom,Capcom,,0.03,,0.03,,,2007-06-07, -/games/boxart/full_7897795AmericaFrontccc.jpg,Poy Poy,PS,Action,Konami,Konami Computer Entertainment Tokyo,,0.03,0.01,,0.01,0,1997-09-30, -/games/boxart/full_8753467AmericaFrontccc.jpg,Grid Runner,PS,Action,Virgin Interactive,Radical Entertainment,,0.03,0.02,,0.01,0,1996-10-31, -/games/boxart/full_9227842JapanFrontccc.jpg,Utawarerumono Zan,PS4,Action,Aquaplus,Tamsoft,,0.03,,0.03,,,2018-09-27,2018-08-18 -/games/boxart/full_6524911AmericaFrontccc.jpg,Charlie Blasts Territory,N64,Action,Kemco,Realtime Associates,5.9,0.03,0.02,,0.01,0,1999-04-30, -/games/boxart/full_7199700AmericaFrontccc.jpg,Boot Camp Academy,Wii,Action,Zoo Games,Ubisoft,,0.03,0.03,,,0,2010-05-20, -/games/boxart/3314456ccc.jpg,Downstream Panic!,PSP,Action,Atari,EKO,,0.03,0.03,,,0,2008-02-05, -/games/boxart/576599ccc.gif,Pet Alien: An Intergalactic Puzzlepalooza,DS,Action,Game Factory,Unknown,,0.03,0.03,,0,0,2007-08-28, -/games/boxart/full_5110309JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Ore ga Boss! Saikyou Family Taisen,DS,Action,Takara Tomy,Takara Tomy,,0.03,,0.03,,,2009-12-17, -/games/boxart/full_star-wars-the-force-unleashed-ii_794AmericaFront.jpg,Star Wars: The Force Unleashed II,PC,Action,LucasArts,LucasArts,6.2,0.03,0.03,,,0,2010-10-26, -/games/boxart/full_5996525AmericaFrontccc.jpg,Kung Fu Panda: Legendary Warriors,DS,Action,Activision,Artificial Mind and Movement,,0.03,0.02,,0,0,2008-11-05, -/games/boxart/full_9744796AmericaFrontccc.jpg,Curious George,XB,Action,Namco,Monkey Bar Games,,0.03,0.02,,0.01,0,2006-02-01, -/games/boxart/full_7819387AmericaFrontccc.jpg,The Lost Child,PS4,Action,NIS America,Crim,,0.03,0.01,0.01,,0,2018-06-19,2018-09-20 -/games/boxart/full_4603292AmericaFrontccc.jpg,Planet of the Apes,GBA,Action,Ubisoft,Torus Games,,0.03,0.02,,0.01,0,2001-11-30, -/games/boxart/full_2566229JapanFrontccc.jpg,Shinsei Batteki Drive Girls,PSV,Action,Aksys Games,Bergsala Lightweight,,0.03,0.01,0.01,0,0,2017-09-08, -/games/boxart/full_3382808JapanFrontccc.jpg,Nanashi no Game Me,DS,Action,Square Enix,Square Enix,,0.03,,0.03,,,2009-08-27, -/games/boxart/default.jpg,Treasure Gaust: Gaust Diver Crimson Red / Deep Purple,DS,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-07-05, -/games/boxart/full_7056797AmericaFrontccc.jpg,The Croods: Prehistoric Party!,WiiU,Action,D3Publisher,Torus Games Pty. Ltd.,,0.03,0.01,,0.02,0,2013-03-19,2018-12-14 -/games/boxart/full_7677535PALFrontccc.jpg,Transformers: Devastation,PC,Action,Activision,PlatinumGames,,0.03,,,0.03,0,2015-10-06,2018-04-14 -/games/boxart/full_4818821AmericaFrontccc.jpg,Gekido Advance: Kintaro's Revenge,GBA,Action,"Destination Software, Inc",NA.P.S. Team SNC,7.7,0.03,0.02,,0.01,0,2003-11-25, -/games/boxart/full_6420681JapanFrontccc.jpg,Samurai Warriors: Sanada Maru,PSV,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2016-11-23,2018-07-09 -/games/boxart/full_castlevania-lords-of-shadow-reverie_849AmericaFront.jpg,Castlevania: Lords of Shadow - Reverie,PSN,Action,Konami,Mercury Steam,7,0.03,0.02,,0,0,2011-03-22, -/games/boxart/full_8759522AmericaFrontccc.jpg,Buffy the Vampire Slayer: Wrath of the Darkhul King,GBA,Action,THQ,Natsume,4.6,0.03,0.02,,0.01,0,2003-06-24, -/games/boxart/full_6963538JapanFrontccc.jpg,Diabolik Lovers: Vandead Carnival,PSV,Action,Idea Factory,Idea Factory,,0.03,,0.03,,,2014-12-04,2018-02-21 -/games/boxart/full_1290412PALFrontccc.jpg,Yomawari: Midnight Shadows,PSV,Action,NIS America,Nippon Ichi Software,,0.03,,0.03,0,0,2017-10-24,2018-06-30 -/games/boxart/full_9387602AmericaFrontccc.jpg,Warhammer: The End Times - Vermintide,XOne,Action,Games Workshop,Fatshark,,0.03,0.03,,,0,2016-10-04,2018-08-11 -/games/boxart/full_9936343AmericaFrontccc.jpg,RoadKill,GC,Action,Midway Games,Terminal Reality,7.7,0.03,0.02,,0.01,0,2003-10-30, -/games/boxart/105257ccc.jpg,007: Quantum of Solace,PC,Action,Activision,Beenox,7.1,0.03,0.01,,0.01,0,2008-11-04, -/games/boxart/full_7534638AmericaFrontccc.jpg,Azure Striker Gunvolt: Striker Pack,3DS,Action,Yacht Club Games,Inti Creates,,0.03,,0.03,,,2016-10-04,2018-04-26 -/games/boxart/full_5716394JapanFrontccc.jpg,Bleach DS 4th: Flame Bringer,DS,Action,Sega,Sega,,0.03,,0.03,,,2009-08-06, -/games/boxart/full_6657712JapanFrontccc.jpg,La Corda d'Oro 4,PSV,Action,Tecmo Koei,Unknown,,0.03,,0.03,,,2016-03-10, -/games/boxart/3996412ccc.jpg,Disney's Hide & Sneak,GC,Action,Capcom,Capcom,4.7,0.03,0.03,,0.01,0,2003-11-30, -/games/boxart/full_4584818AmericaFrontccc.jpg,Raw Danger!,PS2,Action,Agetec,Irem Software Engineering,,0.03,0.02,,0.01,0,2007-06-19, -/games/boxart/full_4009500AmericaFrontccc.jpg,Monster Rancher Hop-A-Bout,PS,Action,Tecmo,Tecmo,,0.03,0.02,,0.01,0,2000-12-10, -/games/boxart/full_7501104JapanFrontccc.jpg,Dragon's Dogma Online: Season 2,PS4,Action,Capcom,Unknown,,0.03,,0.03,,,2016-06-30, -/games/boxart/full_saru-get-you-sarusaru-daisakusen_7JapanFront.jpg,Saru! Get You! SaruSaru Daisakusen,PSP,Action,Sony Computer Entertainment,h.a.n.d. Inc.,,0.03,,0.03,,,2007-07-26,2018-09-18 -/games/boxart/full_7823280JapanFrontccc.jpg,Toriko: Ultimate Survival,3DS,Action,Namco Bandai Games,Natsume Atari,,0.03,,0.03,,,2013-11-28,2019-04-26 -/games/boxart/full_9793832AmericaFrontccc.jpg,Prince of Persia: The Forgotten Sands,PC,Action,Ubisoft,Ubisoft Montreal,,0.03,,,0.03,0,2010-05-18, -/games/boxart/full_5280290AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,X360,Action,Little Orbit,Little Orbit,,0.03,,,0.03,0,2015-12-01,2018-04-09 -/games/boxart/full_4765206AmericaFrontccc.jpg,Top Gun: Hard Lock,PS3,Action,505 Games,Headstrong Games,,0.03,,,0.03,0.01,2012-03-06,2019-01-03 -/games/boxart/1860161ccc.jpg,Dance Factory,PS2,Action,Codemasters,Unknown,,0.03,0.02,,0.01,0,2006-08-29, -/games/boxart/3201942ccc.jpg,DragonHeart: Fire & Steel,PS,Action,Acclaim Entertainment,Funcom,,0.03,0.02,,0.01,0,1996-11-30, -/games/boxart/full_7436899AmericaFrontccc.jpg,Super Dungeon Bros,PS4,Action,Wired Productions,React Games,,0.03,0.02,,,0.01,2016-11-01,2018-09-16 -/games/boxart/full_playmobil-top-agents_9PALFront.jpg,Playmobil Top Agents,DS,Action,Unknown,Morgen Studios,,0.03,,,0.03,0,2020-12-31, -/games/boxart/full_7474873JapanFrontccc.jpg,Fullmetal Alchemist: Brotherhood,PSP,Action,Unknown,Bec,,0.03,,0.03,,,, -/games/boxart/full_5422164JapanFrontccc.jpg,Phantasy Star Online 2: Episode 3 Deluxe Package,PSV,Action,Sega,Unknown,,0.03,,0.03,,,2015-03-19, -/games/boxart/full_652267AmericaFrontccc.jpg,Aegis of Earth: Protonovus Assault,PS3,Action,Aksys Games,Acquire,,0.03,0.02,,0.01,0.01,2016-03-15,2018-06-15 -/games/boxart/full_3166757AmericaFrontccc.jpg,Overlord II,PC,Action,Codemasters,Triumph Studios,,0.03,,,0.03,0,2009-06-23, -/games/boxart/full_1092921JapanFrontccc.jpg,Berserk and the Band of the Hawk,PSV,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2016-10-27,2018-04-21 -/games/boxart/full_3805127JapanFrontccc.png,Cyber Troopers: Virtual On x Toaru Majutsu no Index: Toaru Majutsu no Dennou Senki,PS4,Action,Sega,Sega CS3,,0.03,,0.03,,,2018-02-15,2018-02-26 -/games/boxart/full_987625AmericaFrontccc.jpg,Asterix & Obelix: Kick Buttix,PS2,Action,Atari,Etranges Libellules,,0.03,0.02,,0.01,0,2004-09-14, -/games/boxart/6244206ccc.jpg,Code Lyoko: Quest for Infinity,PSP,Action,Game Factory,Neko Entertainment,,0.03,0.03,,,0,2008-07-21, -/games/boxart/full_5173182JapanFrontccc.jpg,Kekkaishi: Kokubourou Shuurai,DS,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2008-03-20, -/games/boxart/full_2385763AmericaFrontccc.jpg,Galleon: Islands of Mystery,XB,Action,Atlus,Confounding Factor,,0.03,0.02,,0.01,0,2004-08-03, -/games/boxart/full_6859717JapanFrontccc.jpg,Shugo Chara! Amunonijiro Chara Change,DS,Action,Konami,Konami,,0.03,,0.03,,,2008-11-06, -/games/boxart/full_9030503JapanFrontccc.jpg,100% Pascal Sensei: Kanpeki Paint Bombers,3DS,Action,Konami Digital Entertainment,Konami Digital Entertainment,,0.03,,0.03,,,2017-07-13, -/games/boxart/full_4550124AmericaFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,PS4,Action,NIS America,Nippon Ichi Software,,0.03,0.01,0.01,,0,2018-09-18,2018-11-11 -/games/boxart/full_7508273JapanFrontccc.jpg,Shin Sangoku Musou Online: Kamishou Ranbu,PS3,Action,KOEI,Koei,,0.03,,0.03,,,2010-02-18, -/games/boxart/full_9711234AmericaFrontccc.jpg,Raid: World War II,XOne,Shooter,505 Games,Lion Game Lion,,0.03,0.03,,,0,2017-10-10,2018-08-11 -/games/boxart/full_433764AmericaFrontccc.jpg,Red Faction: Guerrilla,PC,Shooter,THQ,Volition Inc.,8.3,0.03,,,0.03,0,2009-09-15,2018-04-02 -/games/boxart/9517065ccc.jpg,Max Payne 2: The Fall of Max Payne,PC,Shooter,Rockstar Games,Remedy Entertainment,9.1,0.03,,,0.02,0,2003-10-14, -/games/boxart/full_9412519AmericaFrontccc.png,Nanotek Warrior,PS,Shooter,Virgin Interactive,Tetragon,,0.03,0.01,,0.01,0,1997-02-28, -/games/boxart/3606811ccc.jpg,World War II Combat: Road To Berlin,XB,Shooter,Groove Games,Direct Action Games,,0.03,0.02,,0.01,0,2006-01-24, -/games/boxart/802800ccc.jpg,Battlefield 2142,PC,Shooter,Electronic Arts,Digital Illusions CE,,0.03,,,0.02,0,2006-10-17, -/games/boxart/full_1779699JapanFrontccc.jpg,Otomedius Gorgeous,X360,Shooter,Konami,Konami,,0.03,,0.03,,,2008-11-20, -/games/boxart/1269901ccc.jpg,Combat Elite: WWII Paratroopers,XB,Shooter,SouthPeak Interactive,BattleBorne,,0.03,0.02,,0.01,0,2005-11-21, -/games/boxart/full_974581AmericaFrontccc.jpg,Lethal Enforcers I & II,PS,Shooter,Konami,Konami,,0.03,0.02,,0.01,0,1997-01-01, -/games/boxart/full_1697630AmericaFrontccc.jpg,BRAHMA Force: The Assault on Beltlogger 9,PS,Shooter,Jaleco,Genki,,0.03,0.02,,0.01,0,1997-04-09, -/games/boxart/full_2136045AmericaFrontccc.jpg,Touhou Kobuto V: Burst Battle,PS4,Shooter,NIS America,CUBETYPE,,0.03,0.02,,,0,2017-10-10,2018-01-04 -/games/boxart/full_9951010AmericaFrontccc.jpg,Greg Hastings' Tournament Paintball Max'd,GBA,Shooter,Activision,Activision Value,2.2,0.03,0.02,,0.01,0,2006-01-31, -/games/boxart/full_3624925PALFrontccc.jpg,Darius II,SAT,Shooter,Taito,Taito Corporation,,0.03,,0.03,,,1996-01-01, -/games/boxart/9737139ccc.jpg,Gotcha Force,GC,Shooter,Capcom,Capcom,5.8,0.03,0.01,0.01,0,0,2003-12-03, -/games/boxart/6816494ccc.jpg,Medal of Honor: Vanguard,PS2,Shooter,Electronic Arts,EA Los Angeles,,0.03,,0.03,,,2007-03-26, -/games/boxart/744400ccc.jpg,Judge Dredd: Dredd Vs Death,PS2,Shooter,Evolved Games,Rebellion Developments,,0.03,0.01,,0.01,0,2005-02-24, -/games/boxart/full_borderlands-game-of-the-year-edition_10AmericaFront.jpg,Borderlands: Game of the Year Edition,PC,Shooter,2K Games,Gearbox Software,,0.03,,,0.02,0.01,2010-10-12, -/games/boxart/full_8531775AmericaFrontccc.jpg,R-Type Delta,PS,Shooter,Irem Software Engineering,Irem Software Engineering,,0.03,0.01,,0.01,0,1999-07-31, -/games/boxart/full_lost-planet-2_1PALFront.jpg,Lost Planet 2,PC,Shooter,Capcom,Capcom,,0.03,,,0.02,0,2010-10-15, -/games/boxart/full_492616PALFrontccc.jpg,Lego City Undercover: The Chase Begins,3DS,Action,Nintendo,TT Fusion,,0.03,,,0.03,0,2013-04-26,2018-08-31 -/games/boxart/full_8280367JapanFrontccc.jpg,Puyo Puyo Chronicle,3DS,Action,Sega,Sonic Team,,0.03,,0.03,,,2016-12-08,2018-07-25 -/games/boxart/full_keshisasu-kun-battle-kas-tival_0JapanFront.jpg,Keshisasu-Kun: Battle Kas-tival,DS,Action,Konami,Konami,,0.03,,0.03,,,2010-07-15, -/games/boxart/full_507971AmericaFrontccc.jpg,Young Justice: Legacy,3DS,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.03,0.03,,,0,2013-11-19,2018-11-24 -/games/boxart/full_5907363AmericaFrontccc.jpg,Pirates: Duels on the High Seas,DS,Action,Oxygen Interactive,Oxygen Studios,,0.03,0.03,,0,0,2009-05-14, -/games/boxart/full_5419861JapanFrontccc.jpg,Bladestorm: Nightmare,PS3,Action,Tecmo Koei,Omega Force,,0.03,,0.03,,,2015-03-03,2018-05-30 -/games/boxart/full_7786376JapanFrontccc.png,Higurashi no Naku Koro ni Iki,PSV,Action,Kaga Create,Unknown,,0.03,,0.03,,,2015-03-12, -/games/boxart/full_6767876AmericaFrontccc.jpg,InFAMOUS: First Light,PS4,Action,Sony Computer Entertainment,Sucker Punch Productions,,0.03,,,0.03,0,2014-08-26,2018-05-20 -/games/boxart/6058304ccc.jpg,Batman Forever: The Arcade Game,PS,Action,Acclaim Entertainment,Iguana Entertainment,5.2,0.03,0.02,,0.01,0,1996-12-03, -/games/boxart/8215475ccc.jpg,Bounty Hounds,PSP,Action,Namco,XPEC,,0.03,0.03,,,0,2006-09-12, -/games/boxart/6641305ccc.jpg,Care Bears - Care Quest,GBA,Action,Game Factory,Flashpoint Games,,0.03,0.02,,0.01,0,2005-11-15, -/games/boxart/full_1356253JapanFrontccc.jpg,Boboboubo Boubobo: Ougi 87.5 Bakuretsu Hanage Shinken,GBA,Action,Hudson Soft,Hudson Soft,,0.03,,0.03,,0,2002-12-19, -/games/boxart/full_metal-gear-solid-snake-eater-3d_442AmericaFront.jpg,Metal Gear Solid: Snake Eater 3D,3DS,Action,Konami,Konami,7.9,0.03,0.03,,,0,2012-02-21, -/games/boxart/full_3904139AmericaFrontccc.jpg,Sky Dancers,GBA,Action,Crave Entertainment,Crave,,0.03,0.02,,0.01,0,2005-10-31, -/games/boxart/full_14564JapanFrontccc.jpg,Kekkaishi: Kokubourou no Kage,Wii,Action,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-09-27, -/games/boxart/4303547ccc.jpg,"Crouching Tiger, Hidden Dragon",GBA,Action,Ubisoft,Ubisoft,5.9,0.03,0.02,,0.01,0,2005-10-09, -/games/boxart/full_9542621JapanFrontccc.jpg,Samurai Warriors 3Z Special,PSP,Action,Koei Tecmo,Omega Force,,0.03,,0.03,,,2012-02-16,2019-04-26 -/games/boxart/full_the-cursed-crusade_763PALFront.jpg,The Cursed Crusade,PC,Action,Atlus,Kylotonn Entertainment,,0.03,,,0.03,0.01,2011-10-25, -/games/boxart/full_6442674AmericaFrontccc.jpg,Akiba's Beat,PSV,Action,Xseed Games,Acquire,,0.03,0.02,,0,0.01,2017-05-16,2018-08-01 -/games/boxart/full_7778792JapanFrontccc.jpg,Uppers,PSV,Action,Marvelous Entertainment,Bullets,,0.03,,0.03,,,2016-07-14, -/games/boxart/full_3747011JapanFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2016-06-23,2018-11-11 -/games/boxart/full_8159066AmericaFrontccc.jpg,Battle Assault 3 featuring Gundam Seed,PS2,Action,Bandai,Natsume,,0.03,0.02,,0.01,0,2004-12-07, -/games/boxart/full_8873314AmericaFrontccc.jpg,Tomb Raider: Anniversary,PC,Action,Eidos Interactive,Crystal Dynamics,,0.03,,,0.03,0,2007-06-05, -/games/boxart/full_8142620JapanFrontccc.jpg,Attack on Titan 2,PSV,Action,Koei Tecmo,Koei Tecmo Games,,0.03,,0.03,,,2018-03-15,2018-07-30 -/games/boxart/full_8961851PALFrontccc.jpg,Looney Tunes: Galactic Sports,PSV,Action,Sony Computer Entertainment,Virtual Toys,,0.03,,,0.03,0.01,2015-05-22,2018-04-20 -/games/boxart/full_807279AmericaFrontccc.jpg,Code of Princess EX,NS,Action,Nicalis,Studio Saizensen,7.2,0.03,0.02,0.01,,0,2018-07-31,2018-03-08 -/games/boxart/2396986ccc.jpg,Shining Stars,DS,Action,"Destination Software, Inc",Unknown,,0.03,0.03,,,0,2008-06-23, -/games/boxart/full_5755602AmericaFrontccc.jpg,M&Ms Shell Shocked,PS,Action,Berkeley,Simon & Schuster Interactive,,0.03,0.02,,0.01,0,2001-09-30, -/games/boxart/full_5584065PALFrontccc.jpg,Hello Kitty: Roller Rescue,PC,Action,Empire Interactive,XPEC,,0.03,,,0.03,0,2005-09-09, -/games/boxart/full_964781AmericaFrontccc.jpg,Raiden V,PS4,Action,UFO Interactive,Moss,,0.03,0.02,0,,0.01,2017-10-10,2018-04-27 -/games/boxart/full_1429026AmericaFrontccc.jpg,Hitman: Blood Money,PC,Action,Eidos Interactive,IO Interactive,8,0.03,,,0.03,0,2006-05-30, -/games/boxart/full_7054076AmericaFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,3DS,Action,Little Orbit,Little Orbit,,0.03,,,0.03,0,2015-11-03, -/games/boxart/full_6609531AmericaFrontccc.jpg,Beast Quest,XOne,Action-Adventure,Maximum Games,Torus Games,,0.03,0.02,,,0,2018-03-13,2018-01-08 -/games/boxart/full_4251782AmericaFrontccc.jpg,Onimusha: Warlords,PS4,Action-Adventure,Capcom,Capcom,,0.03,,0.03,,,2019-01-15,2018-12-29 -/games/boxart/full_1036749AmericaFrontccc.png,Darksiders: Warmastered Edition,WiiU,Action-Adventure,THQ Nordic,Kaiko,,0.03,0.01,,0.01,0,2017-05-23,2018-03-31 -/games/boxart/full_6471168AmericaFrontccc.jpg,Penguins of Madagascar,WiiU,Action-Adventure,Little Orbit,Little Orbit,,0.03,0.01,,0.02,0,2014-11-25,2018-04-07 -/games/boxart/full_7944546AmericaFrontccc.jpg,Earthfall,XOne,Action-Adventure,Gearbox Software,Holospark,,0.03,0.03,,,0,2018-07-13,2018-05-25 -/games/boxart/full_9236240AmericaFrontccc.png,Power Rangers Super Megaforce,3DS,Action-Adventure,Namco Bandai Games,7thChord,,0.03,0.01,,0.01,0,2014-10-28,2019-01-23 -/games/boxart/full_2846132AmericaFrontccc.jpg,Override: Mech City Brawl,PS4,Action-Adventure,Modus Games,The Balance Inc,,0.03,0.02,,,0.01,2018-12-04,2019-03-28 -/games/boxart/full_5067670AmericaFrontccc.jpg,Battle Engine Aquila,PS2,Shooter,Atari,Lost Toys,,0.03,0.02,,0.01,0,2003-01-19, -/games/boxart/4695096ccc.gif,Special Forces: Nemesis Strike,XB,Shooter,Hip Interactive,Asobo Studio,,0.03,0.03,,0.01,0,2005-03-22, -/games/boxart/full_8068708AmericaFrontccc.jpg,Marines: Modern Urban Combat,Wii,Shooter,Destineer,Destineer,,0.03,0.03,,0,0,2010-01-26, -/games/boxart/full_9984484AmericaFrontccc.jpg,Beast Quest,PS4,Action-Adventure,Maximum Games,Torus Games,,0.03,0.02,,,0.01,2018-03-13,2018-01-08 -/games/boxart/full_9811860JapanFrontccc.jpg,Record of Grancrest War,PS4,Action-Adventure,Bandai Namco Games,Bandai Namco,,0.03,,0.03,,,2018-06-14,2018-06-24 -/games/boxart/full_2338197AmericaFrontccc.jpg,Legends of Chima: Laval's Journey,DS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,0.03,,,0.03,0,2013-08-31,2018-12-03 -/games/boxart/full_1248374PALFrontccc.jpg,Star Trek: The Game,PC,Action-Adventure,Namco Bandai Games,Digital Extremes,,0.03,0,,0.02,0,2013-04-23,2018-10-29 -/games/boxart/full_711324JapanFrontccc.jpg,Ukiyo no Roushi,PSV,Action-Adventure,Spike Chunsoft,Spike Chunsoft,,0.03,,0.03,,,2015-02-11,2019-04-27 -/games/boxart/full_854284AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,PS3,Shooter,Activision,Cauldron,,0.03,0.03,,,0.01,2014-03-26,2018-04-01 -/games/boxart/full_3679974JapanFrontccc.jpg,Mushihimesama Futari Ver 1.5,X360,Shooter,Cave,Cave,,0.03,,0.03,,,2009-11-26, -/games/boxart/full_2490970AmericaFrontccc.jpg,Deer Drive: Legends,3DS,Shooter,Maximum Family Games,Raylight Studios,,0.03,0.03,,,0,2012-05-29,2019-01-21 -/games/boxart/full_4380342JapanFrontccc.jpg,Radiant Silvergun,SAT,Shooter,ESP,"Treasure Co., Ltd.",9,0.03,,0.03,,,1998-07-23, -/games/boxart/full_9471181AmericaFrontccc.jpg,Raven Squad: Operation Hidden Dagger,PC,Shooter,Evolved Games,Atomic Motion,,0.03,0.03,,,0,2009-08-25, -/games/boxart/full_9898523AmericaFrontccc.jpg,Silent Scope,GBA,Shooter,Konami,Konami,,0.03,0.02,,0.01,0,2002-09-04, -/games/boxart/2647632ccc.jpg,S.T.A.L.K.E.R.: Clear Sky,PC,Shooter,Koch Media,GSC Game World,7,0.03,0,,0.03,0,2008-09-15, -/games/boxart/full_504333AmericaFrontccc.jpg,Red Faction II,GC,Shooter,THQ,Cranky Pants Games,8.1,0.03,0.03,,0.01,0,2003-03-31, -/games/boxart/2200140ccc.gif,R-Type III: The Third Lightning,GBA,Shooter,"Destination Software, Inc",Raylight Studios,,0.03,0.02,,0.01,0,2004-03-16, -/games/boxart/8902669ccc.gif,DICE: DNA Integrated Cybernetic Enterprises,PS2,Shooter,Bandai,Natsume,,0.03,0.01,,0.01,0,2005-09-22, -/games/boxart/full_1729631JapanFrontccc.jpg,DeathSmiles II X,X360,Shooter,Cave,Cave,,0.03,,0.03,,,2010-05-27, -/games/boxart/full_43421AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,X360,Shooter,Activision,Cauldron,,0.03,0.02,,,0,2014-03-26,2018-04-01 -/games/boxart/5118776ccc.jpg,Star Wars Jedi Knight: Jedi Academy,PC,Shooter,LucasArts,Raven Software,,0.03,,,0.03,0,2003-09-17, -/games/boxart/full_2742588AmericaFrontccc.jpg,The Sum of All Fears,GC,Shooter,Ubisoft,Red Storm Entertainment,3.2,0.03,0.03,,0.01,0,2003-01-09, -/games/boxart/full_6688246AmericaFrontccc.jpg,PowerSlave,PS,Shooter,Playmates,Lobotomy Software,,0.03,0.02,,0.01,0,1997-02-28, -/games/boxart/full_8687692AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,PC,Shooter,Ubisoft,Techland,,0.03,,,0.03,0,2009-06-30, -/games/boxart/full_super-meat-boy-ultra-edition_37AmericaFront.jpg,Super Meat Boy: Ultra Edition!,PC,Platform,Unknown,Team Meat,,0.03,,,0.02,0.01,2011-04-05, -/games/boxart/full_5442159AmericaFrontccc.jpg,N+,PSP,Platform,Atari,SilverBirch Studios,,0.03,0.03,,,0,2008-08-26, -/games/boxart/full_3425366AmericaFrontccc.jpg,Ratatouille,PC,Platform,THQ,Asobo Studio,6,0.03,0.01,,0.01,0,2007-06-26, -/games/boxart/full_5406030AmericaFrontccc.jpg,Klonoa 2: Dream Champ Tournament,GBA,Platform,Namco,Namco,8.1,0.03,0.02,,0.01,0,2005-02-23, -/games/boxart/full_6179129AmericaFrontccc.jpg,Putty Squad,PSV,Platform,Maximum Games,System 3,,0.03,0.01,,0.01,0.01,2014-04-22,2018-09-17 -/games/boxart/7267092ccc.jpg,Starshot: Space Circus Fever,N64,Platform,Infogrames,Infogrames,5.2,0.03,0.02,,0.01,0,1999-06-30, -/games/boxart/full_6499195AmericaFrontccc.jpg,Metal Gear Solid HD Collection,PSV,Action,Konami Digital Entertainment,Kojima Productions,,0.03,0.03,,0.01,,2012-06-12,2018-03-19 -/games/boxart/2567926ccc.jpg,CT Special Forces,GBA,Action,Hip Interactive,LSP,5.9,0.03,0.02,,0.01,0,2004-01-04, -/games/boxart/5161642ccc.jpg,Dr. Muto,GC,Platform,Midway Games,Midway,7.5,0.03,0.02,,0.01,0,2002-12-17, -/games/boxart/full_699032AmericaFrontccc.jpg,Mega Man X Legacy Collection 1+2,NS,Platform,Capcom,Capcom,,0.03,,0.03,,,2018-07-24,2018-05-27 -/games/boxart/full_5048747JapanFrontccc.jpg,Sayonara Umihara Kawase,3DS,Platform,Natsume,Studio Saizensen,,0.03,,0.03,,,2014-03-20,2019-04-26 -/games/boxart/full_4499128AmericaFrontccc.jpg,Shantae: Half-Genie Hero,PSV,Platform,Xseed Games,Way Forward Technologies,,0.03,0.02,,,0.01,2016-12-20,2018-12-30 -/games/boxart/full_max-ampamp-the-magic-marker_337PALFront.jpg,Max & the Magic Marker,Wii,Platform,Unknown,Press Play,,0.03,,,0.03,0,2011-07-30, -/games/boxart/full_2348323PALFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,PS4,Platform,Activision,Behaviour Interactive,,0.03,,,0.03,0,2015-11-03,2018-04-01 -/games/boxart/3049038ccc.jpg,Earthworm Jim 2,GBA,Platform,Majesco,Super Empire,4.7,0.03,0.02,,0.01,0,2002-05-31, -/games/boxart/full_8026328AmericaFrontccc.jpg,Sabre Wulf,GBA,Platform,THQ,Rare Ltd.,,0.03,0.02,,0.01,0,2004-06-09, -/games/boxart/9834188ccc.jpg,Tork: Prehistoric Punk,XB,Platform,Ubisoft,Tiwak SAS,,0.03,0.02,,0.01,0,2005-01-12, -/games/boxart/full_6895097AmericaFrontccc.jpg,Disney Epic Mickey: The Power of Illusion,3DS,Platform,Disney Interactive Studios,DreamRift,,0.03,0,,0.03,,2012-11-18,2019-04-27 -/games/boxart/full_2854141AmericaFrontccc.jpg,Totally Spies!,GBA,Platform,Atari,Mistic Software,,0.03,0.02,,0.01,0,2005-11-15, -/games/boxart/7021382ccc.jpg,Garfield: A Tale of Two Kitties,DS,Platform,Game Factory,Two Tribes,,0.03,0.03,,0,0,2006-10-17, -/games/boxart/5773616ccc.jpg,Sitting Ducks,GBA,Platform,Hip Interactive,Light and Shadow Productions,,0.03,0.02,,0.01,0,2004-06-29, -/games/boxart/full_2146880AmericaFrontccc.jpg,Salt and Sanctuary,NS,Platform,Leadman Games,Ska Studios,,0.03,0.03,,,0,2018-12-11,2018-08-07 -/games/boxart/full_an-american-tail-fievels-gold-rush_542AmericaFront.jpg,An American Tail: Fievel's Gold Rush,GBA,Platform,Crave Entertainment,Hokus Pokus,,0.03,0.02,,0.01,0,2003-05-02, -/games/boxart/2779287ccc.jpg,James Pond: Codename Robocod,GBA,Platform,Valcon Games,Vectordean,,0.03,0.02,,0.01,0,2005-08-16, -/games/boxart/4193893ccc.jpg,Alienators: Evolution Continues,GBA,Action,Activision,Digital Eclipse,7,0.03,0.03,,0.01,0,2001-11-07, -/games/boxart/full_4329456JapanFrontccc.jpg,OneeChanbara Z Kagura With NoNoNo!,PS3,Action,D3Publisher,D3 Publisher,,0.03,,0.03,,,2013-11-07,2019-04-26 -/games/boxart/full_6901903PALFrontccc.jpg,Flashback,NS,Platform,Maximum Games,Paul Cuisset,,0.03,0.01,,0.02,0,2018-11-20,2019-03-17 -/games/boxart/full_3813791AmericaFrontccc.jpg,de Blob 2,NS,Platform,THQ Nordic,THQ Nordic,,0.03,0.03,,,0,2018-08-28,2018-02-14 -/games/boxart/full_9159952AmericaFrontccc.jpg,The Flintstones: Big Trouble in Bedrock,GBA,Platform,Crave Entertainment,H2O Entertainment,4,0.03,0.02,,0.01,0,2001-12-09, -/games/boxart/full_2826595AmericaFrontccc.jpg,Monsters vs. Aliens,PC,Platform,Activision,Beenox,,0.03,0.01,,0.01,0,2009-03-24, -/games/boxart/full_8252162AmericaFrontccc.jpg,Animaniacs: The Great Edgar Hunt,GC,Platform,Ignition Entertainment,Warthog,,0.03,0.02,,0.01,0,2005-09-18, -/games/boxart/full_2355379AmericaFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,3DS,Platform,Activision,Behaviour Interactive,,0.03,,,0.03,0,2015-11-03,2018-04-01 -/games/boxart/2079424ccc.jpg,Super Monkey Ball Adventure,PS2,Platform,Sega,Traveller's Tales,,0.03,0.01,,0.01,0,2006-08-01, -/games/boxart/full_cid-the-dummy_6AmericaFront.jpg,CID The Dummy,Wii,Platform,O-Games,Twelve Games,,0.03,0.02,,0,0,2009-06-30, -/games/boxart/full_5913503AmericaFrontccc.jpg,Marker Man Adventures,DS,Platform,Majesco,Glyphic Entertainment,,0.03,0.02,,,0,2009-08-18, -/games/boxart/full_6510522AmericaFrontccc.jpg,Rayman 3: Hoodlum Havoc,PC,Platform,Ubisoft,Ubisoft,8.2,0.03,,,0.03,0,2003-03-24, -/games/boxart/full_2113615PALFrontccc.jpg,INSIDE / LIMBO Double Pack,XOne,Platform,505 Games,Playdead,,0.03,0.03,,,0,2017-09-12,2018-08-07 -/games/boxart/4166250ccc.jpg,Disney's Aladdin,GBA,Platform,Capcom,Disney Interactive,5.9,0.03,0.02,,0.01,0,2004-09-28, -/games/boxart/full_popeye-rush-for-spinach_0AmericaFront.jpg,Popeye: Rush for Spinach,GBA,Platform,Namco,Magic Pockets,,0.03,0.02,,0.01,0,2005-04-24, -/games/boxart/7919126ccc.jpg,Wallace & Gromit in Project Zoo,XB,Platform,BAM! Entertainment,Frontier Developments,,0.03,0.02,,0.01,0,2003-10-14, -/games/boxart/full_cid-the-dummy_0AmericaFront.jpg,CID The Dummy,PSP,Platform,O-Games,Twelve Games,,0.03,0.02,,0,0,2009-07-07, -/games/boxart/6210136ccc.jpg,Frogger: Ancient Shadow,XB,Platform,Konami,Hudson Soft,,0.03,0.02,,0.01,0,2005-09-28, -/games/boxart/full_5662940AmericaFrontccc.jpg,OlliOlli: Epic Combo Edition,PS4,Platform,Badland Studio,Roll7,,0.03,0.02,,,0.01,2016-07-26,2018-09-20 -/games/boxart/full_7806278AmericaFrontccc.jpg,The Adventures of Lomax,PS,Platform,Psygnosis,Psygnosis,,0.03,0.01,,0.01,0,1996-10-31, -/games/boxart/full_8172610JapanFrontccc.jpg,Hermie Hopperhead: Scrap Panic,PS,Platform,Sony Computer Entertainment,Yuke's Media Creations,,0.03,,0.02,,0,1995-09-29, -/games/boxart/full_8106054AmericaFrontccc.jpg,Open Season,PS2,Platform,Ubisoft,Ubisoft Montreal,6.4,0.03,0.01,,0.01,0,2006-09-19, -/games/boxart/full_8597641AmericaFrontccc.jpg,Monster Boy and the Cursed Kingdom,PS4,Platform,FDG Entertainment,Game Atelier,,0.03,0.02,,,0,2018-11-06,2018-12-19 -/games/boxart/full_7806632AmericaFrontccc.jpg,Rock 'N' Roll Adventures,Wii,Platform,Conspiracy Entertainment,Data Design Interactive,,0.03,0.02,,,0,2007-10-11, -/games/boxart/full_8010263JapanFrontccc.jpg,Tokushu Houdoubu,PSV,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2012-08-23,2019-05-01 -/games/boxart/full_9062276JapanFrontccc.jpg,Little Busters! Converted Edition,PSV,Visual Novel,Prototype,Prototype,,0.03,,0.03,,,2012-03-22,2019-05-01 -/games/boxart/full_5079840JapanFrontccc.jpg,Jyuzaengi Engetsu Sangokuden 2,PSP,Visual Novel,Idea Factory,RED Entertainment,,0.03,,0.03,,,2014-04-17,2019-05-01 -/games/boxart/full_838274JapanFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PS4,Visual Novel,Sprite,Sprite,,0.03,,0.03,,,2020-08-21,2018-04-07 -/games/boxart/full_3543953JapanFrontccc.jpg,Touch Shot! Love Application,PS3,Visual Novel,Compile Heart,Tamsoft,,0.03,,0.03,,,2012-02-23,2019-05-01 -/games/boxart/full_978821AmericaFrontccc.jpg,Root Letter,PS4,Visual Novel,PQube,Kadokawa Games,,0.03,,0.03,,,2016-11-10,2018-09-20 -/games/boxart/full_9887837AmericaFrontccc.jpg,Steins;Gate Elite,PS4,Visual Novel,Spike Chunsoft,5pb. Inc.,,0.03,,0.03,,,2019-02-19,2018-11-06 -/games/boxart/full_5231918JapanFrontccc.jpg,Wand of Fortune 2 FD: Kimi ni Sasageru Epilogue,PSP,Visual Novel,Idea Factory,Idea Factory,,0.03,,0.03,,,2012-11-22,2019-05-01 -/games/boxart/full_9837086JapanFrontccc.jpg,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,PSV,Visual Novel,ChunSoft,ChunSoft,,0.03,,0.03,,,2012-02-16,2019-05-02 -/games/boxart/full_6626378JapanFrontccc.jpg,Nisekoi: Yomeiri!?,PSV,Visual Novel,Konami Digital Entertainment,Konami,,0.03,,0.03,,,2015-01-01,2019-04-27 -/games/boxart/full_9575323JapanFrontccc.jpg,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,3DS,Visual Novel,ChunSoft,"Chunsoft Co., Ltd.",,0.03,,0.03,,,2012-02-16,2019-04-27 -/games/boxart/full_2624827AmericaFrontccc.jpg,Code: Realize - Bouquet of Rainbows,PS4,Visual Novel,Aksys Games,Idea Factory,,0.03,0.02,,,0.01,2018-03-30,2018-03-02 -/games/boxart/full_7349411JapanFrontccc.jpg,Tiger & Bunny On Air Jack!,PSP,Visual Novel,Namco Bandai Games,Bandai Namco,,0.03,,0.03,,,2012-09-20,2019-05-01 -/games/boxart/full_7115945JapanFrontccc.jpg,Infinite Stratos 2: Ignition Hearts,PS3,Visual Novel,5pb,5pb. Inc.,,0.03,,0.03,,,2014-02-27,2019-05-01 -/games/boxart/full_9920454JapanFrontccc.jpg,Brothers Conflict: Passion Pink,PSP,Visual Novel,Idea Factory,Otomate,,0.03,,0.03,,,2012-05-17,2019-05-01 -/games/boxart/full_7091324JapanFrontccc.jpg,Brothers Conflict: Brilliant Blue,PSP,Visual Novel,Idea Factory,Otomate,,0.03,,0.03,,,2013-09-12,2019-04-27 -/games/boxart/full_379981JapanFrontccc.jpg,"Moshi, Kono Sekai ni Kami-sama ga Iru to suru Naraba.",PSV,Visual Novel,Rejet,Rejet,,0.03,,0.03,,,2016-02-25,2019-04-27 -/games/boxart/full_9137495PALFrontccc.png,Zero Escape: Virtue's Last Reward,3DS,Visual Novel,Aksys Games,Spike Chunsoft,9,0.03,0.03,,,0,2012-10-23,2019-01-23 -/games/boxart/full_9818966JapanFrontccc.jpg,Ren'ai 0 Kilometer,PSP,Visual Novel,Alchemist,ASa Project,,0.03,,0.03,,,2013-01-31,2019-04-27 -/games/boxart/full_1949310JapanFrontccc.jpg,Jyuzaengi: Engetsu Sangokuden,PSP,Visual Novel,Idea Factory,RED Entertainment,,0.03,,0.03,,,2012-05-24,2019-04-27 -/games/boxart/full_633003JapanFrontccc.jpg,Puyo Puyo 7,PSP,Puzzle,Sega,Sega,,0.03,,0.03,,,2009-11-26, -/games/boxart/full_4334034AmericaFrontccc.jpg,Rabbids Land,WiiU,Party,Ubisoft,Ubisoft Paris,6.1,0.03,0.01,,0.01,0,2012-11-18,2020-09-08 -/games/boxart/full_7954760JapanFrontccc.jpg,D.C. III: Da Capo III,PSP,Visual Novel,Kadokawa Games,Circus,,0.03,,0.03,,,2013-02-28,2019-05-01 -/games/boxart/full_7739850JapanFrontccc.jpg,Muv-Luv Alternative: Total Eclipse,PS3,Visual Novel,5pb,MAGES. Inc.,,0.03,,0.03,,,2013-05-16,2019-04-27 -/games/boxart/full_5461853JapanFrontccc.jpg,Oumagatoki: Kaidan Romance,PSP,Visual Novel,Quinrose,QuinRose,,0.03,,0.03,,,2012-03-29,2019-04-27 -/games/boxart/full_7655196JapanFrontccc.jpg,Kamigami no Asobi: Ludere Deorum,PSP,Visual Novel,Broccoli,Nippon Ichi Software,,0.03,,0.03,,,2013-10-24,2019-04-29 -/games/boxart/full_5039283JapanFrontccc.jpg,Harukanaru Toki no Naka de 5: Kazahanaki,PSP,Visual Novel,Tecmo Koei,Tecmo Koei Games,,0.03,,0.03,,,2012-02-23,2019-04-30 -/games/boxart/full_5785464JapanFrontccc.jpg,Amnesia World,PSV,Visual Novel,Idea Factory,Idea Factory,,0.03,,0.03,,,2014-05-22,2019-04-30 -/games/boxart/full_8110614AmericaFrontccc.jpg,Jewel Master: Cradle of Rome,Wii,Puzzle,Destineer,cerasus.media GmbH,,0.03,0.03,,,0,2009-03-31, -/games/boxart/full_sacra-terra-angelic-night_16AmericaFront.jpg,Sacra Terra: Angelic Night,PC,Puzzle,Viva Media,"Viva Media, LLC",,0.03,0.01,,0.02,0.01,2011-10-12, -/games/boxart/full_mahjong-300_643PALFront.jpg,Mahjong 300,DS,Puzzle,Avanquest,Avanquest Software,,0.03,,,0.03,0,2011-09-16, -/games/boxart/full_6776753PALFrontccc.jpg,Crazy Machines,DS,Puzzle,DTP Entertainment,FAKT Software GmBH,,0.03,,,0.03,0,2008-11-01, -/games/boxart/full_8354196AmericaFrontccc.jpg,Mystery Case Files: Ravenhearst,PC,Puzzle,Big Fish Games,Big Fish Games,,0.03,0.01,,0.02,0,2007-01-08, -/games/boxart/4083804ccc.gif,Puyo Pop Fever(us sales),DS,Puzzle,Atlus,Sega,,0.03,0.03,,0,,2005-05-03, -/games/boxart/full_7-wonders-treasures-of-seven_990PALFront.jpg,7 Wonders: Treasures of Seven,DS,Puzzle,Mumbo Jumbo,Avanquest Software,,0.03,0.01,,0.02,0,2011-12-03, -/games/boxart/full_challenge-me-word-puzzles_260AmericaFront.jpg,Challenge Me: Word Puzzles,DS,Puzzle,O-Games,O Games,,0.03,0.03,,0,0,2011-09-27, -/games/boxart/full_7215128AmericaFrontccc.jpg,Super Bomberman R,XOne,Puzzle,Konami Digital Entertainment,HexaDrive,,0.03,0.03,,,0,2018-06-12,2018-09-24 -/games/boxart/8230700ccc.jpg,Bubble Bobble Evolution,PSP,Puzzle,Codemasters,Opus Studio,,0.03,0.03,,0,0,2006-12-19, -/games/boxart/full_2554078PALFrontccc.jpg,Boulder Dash: Rocks!,DS,Puzzle,10TACLE Studios,10tacle Studios AG,,0.03,,,0.03,0,2007-11-23, -/games/boxart/full_4348244AmericaFrontccc.jpg,Super Collapse! II,GBA,Puzzle,Majesco,GameHouse,,0.03,0.02,,0.01,0,2004-03-05, -/games/boxart/full_marble-madness-klax_4AmericaFront.jpg,Marble Madness / Klax,GBA,Puzzle,DSI Games,Frame Studios Interactive,,0.03,0.02,,0.01,0,2005-08-16, -/games/boxart/full_7285404AmericaFrontccc.jpg,Cake Mania: Baker's Challenge,PSP,Puzzle,Destineer,Sandlot Games,,0.03,0.03,,,0,2008-10-23, -/games/boxart/full_7864180PALFrontccc.jpg,Doodle Hex,DS,Puzzle,Unknown,Tragnarion Studios,,0.03,,,0.03,0,2020-12-31, -/games/boxart/full_junior-island-adventure_663AmericaFront.jpg,Junior Island Adventure,DS,Puzzle,Unknown,Maximum Family Games,,0.03,0.03,,,0,2011-09-06, -/games/boxart/full_6157923AmericaFrontccc.jpg,Merv Griffin's Crosswords,DS,Puzzle,ValuSoft,ValuSoft,,0.03,0.03,,,0,2008-11-17, -/games/boxart/full_628063AmericaFrontccc.jpg,Puzzle Challenge: Crosswords and More!,Wii,Puzzle,Crave Entertainment,Supersonic Software,,0.03,0.03,,,0,2009-02-28, -/games/boxart/2470203ccc.jpg,Betty Boop's Double Shift,DS,Puzzle,DSI Games,Black Lantern Studios,,0.03,0.03,,0,0,2007-10-19, -/games/boxart/full_1538305AmericaFrontccc.jpg,Tumblestone,PS4,Puzzle,Nighthawk Interactive,The Quantum Astrophysicists Guild,,0.03,0.02,,,0.01,2016-11-01,2018-04-01 -/games/boxart/full_mystery-trackers-the-void_796PALFront.jpg,Mystery Trackers: The Void,PC,Puzzle,Focus Home Interactive,Focus Multimedia,,0.03,,,0.02,0,2011-12-02, -/games/boxart/full_6359979AmericaFrontccc.jpg,Jig-A-Pix: Wild World,DS,Puzzle,Destineer,Zushi Games Ltd,,0.03,0.03,,0,0,2010-03-04, -/games/boxart/8106504ccc.jpg,Ultimate Block Party,PSP,Puzzle,Conspiracy Entertainment,MagicPot,,0.03,0.03,,0,0,2005-12-13, -/games/boxart/3867785ccc.jpg,Egg Mania: Eggstreme Madness,PS2,Puzzle,Kemco,HotGen Studios,,0.03,0.02,,0.01,0,2002-09-12, -/games/boxart/9375582ccc.jpg,Mojo!,XB,Puzzle,Crave Entertainment,Crave Entertainment,,0.03,0.02,,0.01,0,2003-08-26, -/games/boxart/full_6057328AmericaFrontccc.jpg,Cake Mania: Baker's Challenge,PS2,Puzzle,Destineer,Sandlot Games,,0.03,0.01,,0.01,0,2008-10-17, -/games/boxart/full_heroes-of-hellas-2-olympia_374PALFront.jpg,Heroes of Hellas 2: Olympia,DS,Puzzle,Unknown,Easy Interactive,,0.03,,,0.02,0,2012-01-13, -/games/boxart/full_258255AmericaFrontccc.jpg,HotBrain,PSP,Puzzle,Midway Games,Midway Studios San Diego,,0.03,0.02,,0,0,2007-06-18, -/games/boxart/7832902ccc.jpg,Bookworm,GBA,Puzzle,Majesco,PopCap,6,0.03,0.02,,0.01,0,2004-06-30, -/games/boxart/full_blokus-portable-steambot-championship_344AmericaFront.jpg,Blokus Portable: Steambot Championship,PSP,Puzzle,Majesco,Irem Software Engineering,,0.03,0.03,,0,0,2008-03-03, -/games/boxart/5999694ccc.jpg,Hot Pixel,PSP,Puzzle,Atari,zSlide,5.7,0.03,0.03,,0,0,2007-10-02, -/games/boxart/8638588ccc.gif,Atomic Betty,GBA,Puzzle,Namco,Big Blue Bubble,6,0.03,0.02,,0.01,0,2005-10-25, -/games/boxart/full_5940192PALFrontccc.jpg,Layton's Mystery Journey: Katrielle and The Millionaires' Conspiracy DX,NS,Puzzle,Level 5,Level 5,,0.03,,0.03,,,2019-11-08,2019-07-10 -/games/boxart/3561051ccc.png,World of Goo,PC,Puzzle,Take-Two Interactive,2D Boy,9,0.03,,,0.03,0.01,2008-10-21, -/games/boxart/full_2290730AmericaFrontccc.jpg,Shifting World,3DS,Puzzle,Aksys Games,Nippon Columbia,,0.03,,0.03,,,2012-04-25,2019-04-26 -/games/boxart/full_2033711JapanFrontccc.jpg,Even in a Game Listen to Me Girls. I Am Your Father!,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.03,,0.03,,,2012-04-26,2019-04-26 -/games/boxart/full_9590156JapanFrontccc.jpg,Diabolik Lovers: More Blood,PSP,Visual Novel,Idea Factory,Rejet,,0.03,,0.03,,,2013-10-24,2019-04-26 -/games/boxart/full_7668767JapanFrontccc.jpg,Infinite Stratos 2: Ignition Hearts,PSV,Visual Novel,5pb,5pb. Games,,0.03,,0.03,,,2014-02-27,2019-04-26 -/games/boxart/full_5849951JapanFrontccc.jpg,Toaru Majutsu to Kagaku no Ensemble,PSP,Visual Novel,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2013-02-21,2019-04-27 -/games/boxart/full_7919826PALFrontccc.jpg,Jewel Quest 5: The Sleepless Star,DS,Puzzle,Tulip Games,Engine Software,,0.03,,,0.02,0,2013-10-03,2018-12-28 -/games/boxart/default.jpg,I Heart Geeks,DS,Puzzle,CDV Software Entertainment,SevenOne Intermedia,,0.03,0.02,,,0,2011-12-13, -/games/boxart/1027885ccc.jpg,Napoleon Dynamite: The Game,DS,Puzzle,Crave Entertainment,7 Studios,,0.03,0.02,,,0,2007-10-23, -/games/boxart/full_1399886JapanFrontccc.jpg,Hyakumanton no Bara Bara,PSP,Strategy,Sony Computer Entertainment,Acquire,,0.03,,0.03,,,2010-02-18, -/games/boxart/full_7369999JapanFrontccc.jpg,Nobunaga's Ambition: Tenshouki with Power-Up Kit HD Version,PSV,Strategy,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2015-11-12,2018-07-31 -/games/boxart/full_commander-conquest-of-the-americas_7AmericaFront.jpg,Commander: Conquest of the Americas,PC,Strategy,Paradox Interactive,Nitro Games,,0.03,,,0.02,0,2010-07-30, -/games/boxart/full_6825254AmericaFrontccc.jpg,Star Trek: Tactical Assault,PSP,Strategy,Bethesda Softworks,"Quicksilver Software, Inc.",,0.03,0.02,,0,0,2006-11-14, -/games/boxart/full_1636432AmericaFrontccc.jpg,World of Tanks,X360,Strategy,Wargaming.net,Wargaming West,,0.03,,,0.03,0,2014-02-12,2019-04-27 -/games/boxart/full_6425881AmericaFrontccc.jpg,Warhammer: Mark of Chaos,PC,Strategy,Namco Bandai,Black Hole Entertainment,,0.03,,,0.02,0,2006-11-14, -/games/boxart/default.jpg,Negima!? Dream Tactic Yumemiru Otome Princess,PS2,Strategy,Konami,Konami,,0.03,,0.03,,,2007-04-27, -/games/boxart/full_7797817JapanFrontccc.png,Dynasty Warriors: Godseekers,PSV,Strategy,Tecmo Koei,Omega Force,,0.03,,0.03,,,2017-01-31,2017-12-31 -/games/boxart/full_cossacks-european-wars_5AmericaFront.jpg,Cossacks: European Wars,PC,Strategy,Strategy First,GSC Game World,,0.03,,,0.02,0,2001-04-14, -/games/boxart/2499917ccc.jpg,The Settlers II 10th Anniversary,PC,Strategy,Ubisoft,Blue Byte,,0.03,,,0.02,0,2006-09-22, -/games/boxart/full_sengoku-efuda-yuugi-hototogisu-tairan_6JapanFront.jpg,Sengoku Efuda Yuugi: Hototogisu Tairan,PSP,Strategy,Irem Software Engineering,Irem Software Engineering,,0.03,,0.03,,,2010-09-09, -/games/boxart/full_7373009AmericaFrontccc.jpg,The Legend of Korra A New Era Begins,3DS,Strategy,Activision,Webfoot Technologies,,0.03,0.02,,,0,2014-10-28,2019-05-01 -/games/boxart/full_9903340JapanFrontccc.jpg,Galaxy Angel II: Zettairyouiki no Tobira,PS2,Strategy,Broccoli,Seta Corporation,,0.03,,0.03,,,2006-06-22, -/games/boxart/full_6146721AmericaFrontccc.jpg,God Wars The Complete Legend,NS,Strategy,NIS America,Kadokawa Games,,0.03,0.01,0.01,,0,2018-09-04,2019-03-17 -/games/boxart/full_3468408AmericaFrontccc.jpg,RollerCoaster Tycoon 2: Triple Thrill Pack,PC,Strategy,Atari,Frontier Developments,,0.03,,,0.02,0,2003-08-01, -/games/boxart/full_5685516AmericaFrontccc.jpg,Star Wars: Empire at War - Forces of Corruption,PC,Strategy,LucasArts,Petroglyph Games,,0.03,,,0.02,0,2006-10-24, -/games/boxart/full_3113988AmericaFrontccc.jpg,Tank Beat,DS,Strategy,O~3 Entertainment,MileStone Inc.,,0.03,0.01,,0.01,0,2007-06-01, -/games/boxart/full_3106285AmericaFrontccc.jpg,Blackguards 2,PS4,Strategy,Kalypso Media,Daedalic Entertainment,,0.03,0.02,,,0.01,2017-09-12,2018-09-15 -/games/boxart/full_5488038AmericaFrontccc.jpg,Age of Empires III: Gold Edition,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0.03,,,0.02,0,2007-10-23, -/games/boxart/full_men-of-war_605AmericaFront.jpg,Men of War,PC,Strategy,Aspyr,Best Way,9,0.03,0.01,,0.02,0,2009-03-16, -/games/boxart/full_4300359AmericaFrontccc.jpg,Master of Monsters: Disciples of Gaia,PS,Strategy,ASCII Entertainment,SystemSoft,,0.03,0.02,,0.01,0,1998-08-31, -/games/boxart/full_3176973JapanFrontccc.jpg,Nobunaga no Yabou: Kakushin with Power-Up Kit,PS2,Strategy,KOEI,Koei,,0.03,,0.03,,,2008-03-06, -/games/boxart/full_5408992JapanFrontccc.jpg,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PSV,Strategy,Namco Bandai Games,Banpresto,,0.03,,0.03,,,2013-08-22,2018-12-28 -/games/boxart/full_5632452JapanFrontccc.jpg,Dynasty Warriors: Godseekers,PS4,Strategy,Tecmo Koei,Omega Force,,0.03,,0.03,,,2017-01-31,2017-12-31 -/games/boxart/full_4594531AmericaFrontccc.jpg,Majesty 2: The Fantasy Kingdom Sim,OSX,Strategy,Paradox Interactive,Ino-Co / 1C Company,,0.03,0.03,,,0,2009-09-18,2019-01-01 -/games/boxart/full_9371865JapanFrontccc.jpg,Super Heroine Chronicle,PS3,Strategy,Namco Bandai Games,Banpresto,,0.03,,0.03,,,2014-02-06,2019-01-14 -/games/boxart/full_2964937JapanFrontccc.jpg,Ojyousama Express,SAT,Strategy,Media Works,MediaWorks,,0.03,,0.03,,0,1998-07-30, -/games/boxart/full_rome-total-war-gold-edition_857AmericaFront.jpg,Rome: Total War - Gold Edition,PC,Strategy,Sega,The Creative Assembly,,0.03,,,0.03,0,2006-02-14, -/games/boxart/807934ccc.jpg,Future Tactics: The Uprising,XB,Strategy,Crave Entertainment,Zed Two Limited,,0.03,0.02,,0.01,0,2004-05-10, -/games/boxart/full_7980326JapanFrontccc.png,Nobunaga's Ambition: Sphere of Influence with Power-Up Kit,NS,Strategy,Tecmo Koei,Koei,,0.03,,0.03,,,2017-03-03,2018-12-29 -/games/boxart/full_6077122AmericaFrontccc.jpg,Combat Mission: Shock Force,PC,Strategy,Paradox Interactive,Big Time Software,,0.03,,,0.03,0,2007-08-22, -/games/boxart/full_2179702JapanFrontccc.jpg,Galaxy Angel II: Mugen Kairou no Kagi,PS2,Strategy,Broccoli,Seta Corporation,,0.03,,0.03,,,2007-10-18, -/games/boxart/full_3184772JapanFrontccc.jpg,Konpeki no Kantai,SNES,Strategy,Angel Studios,Access,,0.03,,0.03,,,1995-11-02, -/games/boxart/full_2544214AmericaFrontccc.jpg,Nectaris: Military Madness,PS,Strategy,Jaleco,Matrix Software,,0.03,0.02,,0.01,0,1998-12-31, -/games/boxart/full_2984199JapanFrontccc.jpg,Tenka-bito,PS2,Strategy,Sega,Shade,,0.03,,0.03,,,2006-03-02, -/games/boxart/full_6082815AmericaFrontccc.jpg,Robin Hood: Defender of the Crown,XB,Strategy,Capcom,Atomic Planet Entertainment,,0.03,0.02,,0.01,0,2003-11-11, -/games/boxart/full_5806717AmericaFrontccc.jpg,Shin Megami Tensei: Devil Survivor Overclocked,3DS,Strategy,Atlus,Career Soft,,0.03,,0.03,,,2011-08-23,2019-04-30 -/games/boxart/full_sd-gundam-gashapon-wars_1JapanFront.jpg,SD Gundam: Gashapon Wars,Wii,Strategy,Namco Bandai,Bec,,0.03,,0.03,,,2010-06-24, -/games/boxart/4566072ccc.jpg,Culdcept,PS2,Strategy,NEC Interchannel,OmiyaSoft,,0.03,0.01,,0.01,0,2003-12-04, -/games/boxart/full_homeworld-2_787AmericaFront.jpg,Homeworld 2,PC,Strategy,Sierra Entertainment,Relic,8.1,0.03,,,0.03,0,2003-09-16, -/games/boxart/full_3166067AmericaFrontccc.jpg,Codename: Panzers Cold War,PC,Strategy,Atari,Stormregion,,0.03,,,0.03,0,2009-03-10, -/games/boxart/5259024ccc.jpg,Empire Earth II,PC,Strategy,VU Games,Mad Doc Software,8,0.03,,,0.03,0,2005-04-26, -/games/boxart/full_3856350AmericaFrontccc.jpg,Knights of Honor,PC,Strategy,Paradox Interactive,Black Sea Studios,,0.03,,,0.03,0,2005-06-06, -/games/boxart/full_1409502JapanFrontccc.jpg,Saihai no Yukue,DS,Strategy,KOEI,Omega Force,,0.03,,0.03,,,2008-10-23, -/games/boxart/full_6330597JapanFrontccc.jpg,Gakuen Alice: WakuWaku * Happy Friends,DS,Adventure,Kids Station,Rokumendo,,0.03,,0.03,,,2007-04-19, -/games/boxart/full_2317790JapanFrontccc.jpg,Konohana 2: Todoke Kanai Requiem,PS2,Adventure,Success,Vridge,,0.03,,0.03,,,2002-05-30, -/games/boxart/full_6647140JapanFrontccc.png,IDOLiSH7 Twelve Fantasia!,PSV,Music,Bandai Namco Entertainment,Bandai Namco Games,,0.03,,0.03,,,2018-02-15,2018-02-26 -/games/boxart/full_7536144PALFrontccc.jpg,Let's Sing 2019,PS4,Music,Ravenscourt,Ravenscourt,,0.03,,,0.03,0,2018-10-26,2018-12-02 -/games/boxart/full_3679270JapanFrontccc.jpg,Megpoid the Music#,PSP,Music,Asgard,ParaPhray,,0.03,,0.03,,,2013-03-28,2019-04-27 -/games/boxart/full_3766370PALFrontccc.jpg,Let's Sing 2018,NS,Music,Koch Media,Ravenscourt,,0.03,,,0.03,0,2017-11-24,2018-01-10 -/games/boxart/full_7891077JapanFrontccc.jpg,Senran Kagura: Bon Appétit!,PSV,Music,Xseed Games,Meteorise,,0.03,,0.03,,,2014-11-11,2018-10-14 -/games/boxart/full_2134012PALFrontccc.jpg,Let's Sing 2019,NS,Music,Ravenscourt,Ravenscourt,,0.03,,,0.03,0,2018-10-26,2018-12-02 -/games/boxart/full_8339548JapanFrontccc.jpg,K-On! After School Live!! HD Ver.,PS3,Music,Sega,Sega,,0.03,,0.03,,,2012-06-21,2019-04-26 -/games/boxart/full_1245583JapanFrontccc.jpg,Nobunaga no Yabou DS 2,DS,Strategy,KOEI,Koei,,0.03,,0.03,,,2008-07-31, -/games/boxart/6350624ccc.jpg,Caesar III,PC,Strategy,Sierra Entertainment,Impressions Games,,0.03,,,0.03,0,1998-09-30, -/games/boxart/full_a-game-of-thrones-genesis_924AmericaFront.jpg,A Game of Thrones: Genesis,PC,Strategy,Focus Home Interactive,Cyanide,4.9,0.03,,,0.03,0,2011-09-28, -/games/boxart/full_1664809AmericaFrontccc.jpg,We Sing (2016),PS4,Music,THQ Nordic,THQ Nordic,,0.03,0.02,,,0.01,2016-12-01,2018-09-07 -/games/boxart/full_9960509AmericaFrontccc.jpg,SUPERBEAT: XONiC,NS,Music,PM Studios,Nurijoy,,0.03,0.03,,,0,2017-11-21,2018-09-20 -/games/boxart/full_5745455AmericaFrontccc.jpg,Hotel Giant 2,PC,Strategy,Nobilis,Enlight Software,,0.03,,,0.03,0,2010-01-27, -/games/boxart/full_1901941AmericaFrontccc.jpg,Final Fantasy XIV: Heavensward,PC,MMO,Square Enix,Square Enix,,0.03,0.02,,0.01,0,2015-06-23,2018-04-23 -/games/boxart/full_1298819JapanFrontccc.jpg,Dragon Quest X: 5000-nen no Harukanaru Kokyou e Online,WiiU,MMO,Square Enix,Square Enix,,0.03,,0.03,,,2017-11-16,2018-09-15 -/games/boxart/full_4125355JapanFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,NS,MMO,Square Enix,Square Enix,,0.03,,0.03,,,2018-07-26,2018-09-15 -/games/boxart/full_7774576JapanFrontccc.jpg,Dragon Quest X: 5000-nen no Harukanaru Kokyou e Online,NS,MMO,Square Enix,Square Enix,,0.03,,0.03,,,2017-11-16,2018-09-15 -/games/boxart/full_makai-senki-disgaea-4-fuuka-amp-desco-hen-hajime-mashita_701JapanFront.jpg,Makai Senki Disgaea 4: Fuuka & Desco-hen Hajime Mashita,PS3,Strategy,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2011-10-27, -/games/boxart/default.jpg,King Arthur II: The Role-playing Wargame,PC,Strategy,Paradox Interactive,Neocore Games,,0.03,,,0.03,0,2012-01-10, -/games/boxart/full_8131259PALFrontccc.jpg,Fritz Chess,PS3,Strategy,Deep Silver,Gammick Entertainment,,0.03,,,0.03,0.01,2009-07-31, -/games/boxart/full_3100811AmericaFrontccc.jpg,Trap Gunner: Countdown to Oblivion,PS,Strategy,Atlus,Racdym,,0.03,0.02,,0.01,0,1998-09-30, -/games/boxart/full_3719799JapanFrontccc.jpg,SD Gundam G Generation: Gather Beat 2,WS,Strategy,Bandai,Bandai,,0.03,,0.03,,,2001-06-14, -/games/boxart/full_4373044AmericaFrontccc.jpg,Rise of Nations: Rise of Legends,PC,Strategy,Microsoft Game Studios,Big Huge Games,8.3,0.03,,,0.03,0.01,2006-05-09,2018-11-15 -/games/boxart/full_8700912JapanFrontccc.jpg,Romance of the Three Kingdoms V,3DS,Strategy,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2013-09-19,2019-04-26 -/games/boxart/full_fabstyle_894JapanFront.jpg,FabStyle,3DS,Strategy,Tecmo Koei,Tecmo Koei Games,,0.03,,0.03,,,2011-11-24,2018-07-30 -/games/boxart/full_world-in-conflict-complete-edition_311AmericaFront.jpg,World in Conflict: Complete Edition,PC,Strategy,Ubisoft,Massive Entertainment / Swordfish Studios,,0.03,,,0.03,0,2009-03-17, -/games/boxart/full_sins-of-a-solar-empire-trinity_920AmericaFront.jpg,Sins of a Solar Empire: Trinity,PC,Strategy,Stardock,Ironclad Games,,0.03,,,0.03,0.01,2010-02-26, -/games/boxart/full_8735590JapanFrontccc.jpeg,Osomatsu-San: The Game - Hang-Up Finding Employment Advice - Dead or Work,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2017-06-29, -/games/boxart/full_1166284AmericaFrontccc.jpg,The Raven Remastered,XOne,Adventure,THQ Nordic,KING Art Games,,0.03,0.02,,,0,2018-03-13,2018-01-29 -/games/boxart/full_8183432JapanFrontccc.jpg,Mahou Sensei Negima! Kagai Jugyou ~Otome no Dokidoki Beachside~,PS2,Adventure,Konami,Konami,,0.03,,0.03,,,2006-03-23, -/games/boxart/full_7384350AmericaFrontccc.jpg,The Pillars of the Earth,XOne,Adventure,Kalypso Media,Daedalic Entertainment,,0.03,0.02,,,0,2017-11-28,2018-09-15 -/games/boxart/full_1856274JapanFrontccc.jpg,Future Card Buddyfight Mezase! Buddy Champion!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.03,,0.03,,,2017-03-16,2018-08-04 -/games/boxart/default.jpg,Supreme Ruler: Cold War,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.03,,,0.03,0,2011-07-19, -/games/boxart/full_6781794AmericaFrontccc.jpg,8-Bit Armies,XOne,Strategy,Soedesco,Petroglyph Games,,0.03,0.03,,,0,2018-09-21,2018-06-28 -/games/boxart/full_3662313JapanFrontccc.jpg,Suujin Taisen,DS,Strategy,Nintendo,Mitchell,,0.03,,0.03,,,2007-06-07, -/games/boxart/full_379281AmericaFrontccc.jpg,8-Bit Armies,PS4,Strategy,Soedesco,Petroglyph Games,,0.03,0.03,,,0.01,2018-09-21,2018-06-28 -/games/boxart/2882160ccc.jpg,Railroad Tycoon 3,PC,Strategy,Gathering of Developers,PopTop Software,8.8,0.03,,,0.03,0,2003-10-28, -/games/boxart/3041173ccc.jpg,World in Conflict,PC,Strategy,Sierra Entertainment,Massive Entertainment,9.1,0.03,,,0.03,0,2007-09-18, -/games/boxart/full_8331594AmericaFrontccc.jpg,Franklin the Turtle,GBA,Misc,Game Factory,Artex Software,,0.03,0.02,,0.01,0,2005-11-14, -/games/boxart/full_7365241AmericaFrontccc.jpg,Gauntlet / Rampart,GBA,Misc,DSI Games,EC Interactive Games,4,0.03,0.02,,0.01,0,2005-11-03, -/games/boxart/full_238913JapanFrontccc.jpg,Bae Yong-joon to Manabu Kankokugo DS,DS,Misc,D3 Publisher,Mobilero,,0.03,,0.03,,,2009-09-19, -/games/boxart/full_1414366AmericaFrontccc.jpg,SNK 40th Anniversary Collection,NS,Misc,NIS America,SNK Corporation,,0.03,0.02,,,0,2018-11-13,2018-11-06 -/games/boxart/full_battle-vs-chess_10AmericaFront.jpg,Check vs. Mate,PC,Misc,Unknown,TopWare Interactive,,0.03,,,0.02,0,, -/games/boxart/full_1731247JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.8,PS3,Misc,Namco Bandai Games,Unknown,,0.03,,0.03,,,2016-01-28, -/games/boxart/full_3763420PALFrontccc.jpg,QUIZ PARTY,Wii,Misc,CK Games,WizarBox,,0.03,,,0.02,0,2012-07-27,2018-08-30 -/games/boxart/full_6646974JapanFrontccc.jpg,Hisshou Pachinko*Pachi-slot Kouryaku Series DS Vol. 3: Shinseiki Evangelion - Yakusoku no Toki,DS,Misc,D3 Publisher,Bisty,,0.03,,0.03,,,2008-12-04, -/games/boxart/full_natgeo-challenge-wild-life_8AmericaFront.jpg,NatGeo Challenge! Wild Life,X360,Misc,D3 Publisher,Gusto Games,,0.03,0,,0.02,0,2010-11-09, -/games/boxart/full_4223197AmericaFrontccc.jpg,Totally Spies! Totally Party,PC,Misc,Ubisoft,Mad Monkey Studio,,0.03,,,0.02,0,2008-02-14, -/games/boxart/full_6181141AmericaFrontccc.jpg,Turbo: Super Stunt Squad,WiiU,Misc,D3Publisher,Monkey Bar Games,,0.03,,,0.03,0,2013-07-16,2018-01-22 -/games/boxart/full_509359JapanFrontccc.jpg,Niko Puchi Girls Runway,3DS,Misc,Happinet,Happinet,,0.03,,0.03,,,2015-12-10,2018-07-25 -/games/boxart/full_schlag-den-raab_9PALFront.jpg,Schlag den Raab,PC,Misc,Namco Bandai,Namco Bandai Games,,0.03,,,0.02,0,2010-09-10, -/games/boxart/full_8726777JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.7,PS3,Misc,Namco Bandai Games,Unknown,,0.03,,0.03,,,2015-12-23, -/games/boxart/full_8639439JapanFrontccc.jpg,PriPara All Idol Perfect Stage!,NS,Misc,Unknown,Takara Tomy ARTS,,0.03,,0.03,,,,2018-04-04 -/games/boxart/full_5884622AmericaFrontccc.jpg,My DoItAll,DS,Misc,Tomy Corporation,Rocket Studios,,0.03,0.02,,,0,2009-02-10, -/games/boxart/full_3103922JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator Hihouden: Taiyou o Motomeru Monotachi,PS3,Misc,Paon Corporation,Paon Corporation,,0.03,,0.03,,,2013-04-25,2019-05-01 -/games/boxart/full_429583JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken 2,PS2,Misc,Sega,Sammy Studios,,0.03,,0.03,,,2007-10-11, -/games/boxart/full_kuryuu-youma-gakuenki-recharge_10JapanFront.jpg,Kuryuu Youma Gakuenki Recharge,PS2,Adventure,Atlus,Killaware,,0.03,,0.03,,,2006-09-28, -/games/boxart/full_262465JapanFrontccc.jpg,Shin Hayarigami 2,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2016-07-07,2018-09-20 -/games/boxart/full_4756994AmericaFrontccc.jpg,The Town of Light,PS4,Adventure,Wired Productions,LKA,,0.03,0.02,,,0.01,2017-03-24,2018-02-01 -/games/boxart/full_7362729AmericaFrontccc.jpg,Hakuoki: Kyoto Winds,PSV,Adventure,Idea Factory,Otomate,,0.03,0.02,,0,0.01,2017-05-16, -/games/boxart/full_clannad-mitsumi-mamoru-sakamichi-de-gekan_6JapanFront.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Gekan,PSP,Adventure,Prototype,Visual Arts,,0.03,,0.03,,,2010-07-15, -/games/boxart/full_9548980AmericaFrontccc.jpg,Rime,XOne,Adventure,Grey Box,Tequila Works,,0.03,0.02,,,0,2017-05-26,2018-08-11 -/games/boxart/full_3965255AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,PS4,Adventure,Rising Star Games,Chime,,0.03,0.02,,,0,2017-08-18,2018-07-03 -/games/boxart/full_starry-sky-in-winter-psp-edition_42JapanFront.jpg,Starry * Sky: In Winter - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.03,,0.03,,,2011-04-28, -/games/boxart/full_4574229JapanFrontccc.jpg,Amatsumi Sora ni! Kumo no Hatate ni,PSV,Adventure,Prototype,Prototype,,0.03,,0.03,,,2015-09-17, -/games/boxart/full_3217395JapanFrontccc.jpg,Tsuki ni Yori Sou Otome no Sahou: Hidamari no Hibi,PSV,Adventure,Dramatic Create,Dramatic Create,,0.03,,0.03,,,2015-11-26, -/games/boxart/2536163ccc.jpg,Prince of Persia (2008),PC,Adventure,Ubisoft,Ubisoft Montreal,,0.03,,,0.02,0,2008-12-09, -/games/boxart/full_1130282JapanFrontccc.jpg,Shitsuji ga Aruji o Erabu Toki,PSV,Adventure,Unknown,Unknown,,0.03,,0.03,,,2016-02-25, -/games/boxart/full_2111393JapanFrontccc.jpg,Zettai Kaikyuu Gakuen: Eden with Roses and Phantasm,PSV,Adventure,Prototype,Unknown,,0.03,,0.03,,,2016-06-30, -/games/boxart/full_3954407JapanFrontccc.jpg,MuvLuv Double Pack,PSV,Adventure,5pb,Unknown,,0.03,,0.03,,,2016-01-21, -/games/boxart/full_captain-morgane-and-the-golden-turtle_477PALFront.jpg,Captain Morgane and the Golden Turtle,DS,Adventure,Reef Entertainment,WizarBox,,0.03,,,0.02,0,2012-02-03, -/games/boxart/full_3675258JapanFrontccc.jpg,Clannad,X360,Adventure,Prototype,Visual Arts,,0.03,,0.03,,,2008-08-28, -/games/boxart/full_4781411JapanFrontccc.jpg,Last Escort 2: Shinya no Amai Toge,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,0.03,,0.03,,,2008-02-21, -/games/boxart/full_1713720JapanFrontccc.jpg,Harukanaru Toki no Naka de 3 Ultimate,PSV,Adventure,Tecmo Koei,Unknown,,0.03,,0.03,,,2017-02-23, -/games/boxart/full_4211166JapanFrontccc.jpg,Shakugan no Shana,PS2,Adventure,Media Works,Vridge,,0.03,,0.03,,,2006-03-23, -/games/boxart/full_wand-of-fortune-2-jikuu-ni-shizumu-mokushiroku_868JapanFront.jpg,Wand of Fortune 2: Jikuu ni Shizumu Mokushiroku,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-09-29, -/games/boxart/full_651094JapanFrontccc.jpg,Hankou Shashin,SAT,Adventure,Imagineer,Imagineer,,0.03,,0.03,,,1996-06-14, -/games/boxart/full_3651328JapanFrontccc.jpg,Death Mark,PSV,Adventure,Experience Inc.,Experience Inc.,,0.03,,0.03,,,2017-06-01,2019-03-17 -/games/boxart/full_starry-sky-in-autumn-psp-edition_888JapanFront.jpg,Starry * Sky: In Autumn - PSP Edition,PSP,Adventure,Asgard,Asgard,,0.03,,0.03,,,2010-12-22, -/games/boxart/full_952667JapanFrontccc.jpg,Galileo,DS,Adventure,D3 Publisher,Tomcat System,,0.03,,0.03,,,2008-10-16, -/games/boxart/full_tenkaichi-sengoku-lovers_0JapanFront.jpg,Tenkaichi * Sengoku Lovers,DS,Adventure,Rocket Company,Rocket Company,,0.03,,0.03,,,2010-10-07, -/games/boxart/full_8081380JapanFrontccc.jpeg,Haitaka no Psychedelica,PSV,Adventure,Idea Factory,Unknown,,0.03,,0.03,,,2016-09-29, -/games/boxart/full_angelique-maren-no-rokukishi_680JapanFront.jpg,Angelique: Maren no Rokukishi,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-11-17, -/games/boxart/full_1866841JapanFrontccc.jpg,Doki Oki,PS,Adventure,Banpresto,Banpresto,,0.03,,0.02,,0,1995-12-22, -/games/boxart/full_3837627JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-1-Shuu: Nazotoki Sekai Isshuu Ryokou,DS,Adventure,Level 5,Level 5,,0.03,,0.03,,,2009-06-18, -/games/boxart/full_1055637JapanFrontccc.jpg,Detective Opera: Milky Holmes 2,PSP,Adventure,BushiRoad,ArtDink,,0.03,,0.03,,,2012-08-23,2019-04-27 -/games/boxart/full_5059167JapanFrontccc.jpg,Higurashi no Naku Koro ni Kizuna: Dai-Yon-Kan - Kizuna,DS,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2010-02-25, -/games/boxart/full_8856433PALFrontccc.jpg,Death Mark,NS,Adventure,Aksys Games,Experience Inc.,,0.03,0.02,0,,0,2018-10-31,2019-03-17 -/games/boxart/full_1904615JapanFrontccc.jpg,Net High,PSV,Adventure,Marvelous Interactive,Marvelous Games,,0.03,,0.03,,,2015-11-26, -/games/boxart/full_4765176JapanFrontccc.jpg,Sokukoku no Kusabi: Hiiro no Kakera 3 Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2010-04-15, -/games/boxart/2443578ccc.gif,Syberia II,XB,Adventure,XS Games,Microids,,0.03,0.02,,0.01,0,2004-10-05, -/games/boxart/full_secret-files-2-puritas-cordis_938AmericaFront.jpg,Secret Files 2: Puritas Cordis,Wii,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.03,,,0.03,0,2009-05-08, -/games/boxart/full_8872261JapanFrontccc.jpg,Storm Lover 2nd V,PSV,Adventure,D3Publisher,Unknown,,0.03,,0.03,,,2016-01-28, -/games/boxart/full_9963307JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-2-Shuu: Ginga Oudan Nazotoki Adventure,DS,Adventure,Level 5,Level 5,,0.03,,0.03,,,2009-06-18, -/games/boxart/full_nisenochigiri-omoide-no-saki-e_497JapanFront.jpg,Nisenochigiri: Omoide no Saki e,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-07-21, -/games/boxart/full_2542362JapanFrontccc.jpg,Taishou Moebius Line Vitable,PSV,Adventure,Dramatic Create,Unknown,,0.03,,0.03,,,2016-01-28, -/games/boxart/full_2603151AmericaFrontccc.jpg,In Cold Blood,PS,Adventure,DreamCatcher Interactive,Revolution Software Ltd.,,0.03,0.02,,0.01,0,2001-05-30, -/games/boxart/full_3909761AmericaFrontccc.jpg,Safari Adventures: Africa,DS,Adventure,Conspiracy Entertainment,Elektro Games,,0.03,0.03,,,0,2009-11-03, -/games/boxart/full_1350685AmericaFrontccc.jpg,The Island of Dr. Frankenstein,Wii,Adventure,Storm City Games,Visual Impact,,0.03,0.03,,,0,2009-10-20, -/games/boxart/full_tsuku-monogatari_502JapanFront.jpg,Tsuku Monogatari,PSP,Adventure,FuRyu Corporation,FuRyu Corporation,,0.03,,0.03,,,2011-01-27, -/games/boxart/full_1070741JapanFrontccc.jpg,Vitamin Z,PS2,Adventure,D3 Publisher,HuneX,,0.03,,0.03,,,2009-03-26, -/games/boxart/full_kaitou-tenshi-twin-angel-toki-to-sekai-no-meikyuu_949JapanFront.jpg,Kaitou Tenshi Twin Angel: Toki to Sekai no Meikyuu,PSP,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2011-08-25, -/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi-wu-hen_1JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wu-Hen,PSP,Adventure,Yeti,Yeti,,0.03,,0.03,,,2010-09-22, -/games/boxart/full_6328406PALFrontccc.jpg,The Great Mystery Hidden Object Package 5,PC,Adventure,Rondomedia,Big Fish Games,,0.03,,,0.03,0,2015-11-04,2018-09-22 -/games/boxart/full_3917769JapanFrontccc.jpg,Diabolik Lovers: More Blood,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2015-01-15,2018-02-21 -/games/boxart/full_4262709AmericaFrontccc.jpg,The Town of Light,NS,Adventure,Wired Productions,Unknown,,0.03,0.02,,,0,2018-01-01,2018-04-24 -/games/boxart/5899343ccc.jpg,Syberia,PC,Adventure,The Adventure Company,Microids,8,0.03,,,0.02,0,2002-09-01, -/games/boxart/full_2738896JapanFrontccc.jpg,Wand of Fortune R2: Jikuu ni Shizumu Mokushiroku,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2017-03-09, -/games/boxart/full_796978JapanFrontccc.jpg,Akane Iro ni Somaru Saka Parallel,PS2,Adventure,GN Software,Feng,,0.03,,0.03,,,2008-08-14, -/games/boxart/full_6021969JapanFrontccc.jpg,Wand of Fortune R,PSV,Adventure,Idea Factory,Unknown,,0.03,,0.03,,,2016-03-17, -/games/boxart/full_otome-wa-oanesama-ni-koi-shiteru-portable-2-jin-no-elder_933JapanFront.jpg,Otome wa Oanesama ni Koi Shiteru Portable: 2-Jin no Elder,PSP,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2011-04-28, -/games/boxart/full_8900041AmericaFrontccc.jpg,Grand Theft Auto: The Trilogy,PC,Adventure,Rockstar Games,Rockstar North,,0.03,,,0.02,0,2009-06-30, -/games/boxart/full_saka-agari-hurricane-portable_455JapanFront.jpg,Saka Agari Hurricane Portable,PSP,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2011-07-28, -/games/boxart/full_967182AmericaFrontccc.jpg,Eco Creatures: Save The Forest,DS,Adventure,Majesco,"Lightweight Co.,Ltd.",,0.03,0.03,,,0,2008-03-04, -/games/boxart/full_1052515JapanFrontccc.jpg,Kintaihi Shounen no Jiken: Kyakusen Eris-Gou no Sangeki,DS,Adventure,Creative Core,Creative Core,,0.03,,0.03,,,2009-09-17, -/games/boxart/full_jack-keane_917AmericaFront.jpg,Jack Keane,PC,Adventure,Strategy First,DECK13 Interactive,,0.03,,,0.02,0,2008-04-15,2018-05-10 -/games/boxart/full_4077667JapanFrontccc.jpg,Otometeki Koi Kakumei * Love Revo,PS2,Adventure,Interchannel,HuneX,,0.03,,0.03,,,2006-01-26, -/games/boxart/full_hallowed-legends-samhain_133PALFront.jpg,Hallowed Legends: Samhain,PC,Adventure,Focus Home Interactive,PlayFirst,,0.03,,,0.03,0.01,2011-11-04, -/games/boxart/full_6713446JapanFrontccc.jpg,Kiniro no Corda 3,PS2,Adventure,KOEI,Koei,,0.03,,0.03,,,2010-02-25, -/games/boxart/full_emily-archer-and-the-curse-of-tutankhamun_899PALFront.jpg,Emily Archer and the Curse of Tutankhamun,DS,Adventure,Mastertronic,Mastertronic,,0.03,,,0.02,0,2011-03-18, -/games/boxart/full_9975663JapanFrontccc.jpg,Highschool Terra Story,SAT,Adventure,KID,KID,,0.03,,0.03,,0,1998-07-23, -/games/boxart/full_mother-goose-no-himitsu-no-yakata_706JapanFront.jpg,Mother Goose no Himitsu no Yakata,PSP,Adventure,Quinrose,QuinRose,,0.03,,0.03,,,2011-06-23, -/games/boxart/full_1840195JapanFrontccc.jpg,Tantei Jinguuji Saburo DS: Kienai Kokoro,DS,Adventure,Arc System Works,WorkJam,,0.03,,0.03,,,2008-04-24, -/games/boxart/full_stormlover_3JapanFront.jpg,StormLover,PSP,Adventure,D3 Publisher,Vridge,,0.03,,0.03,,,2010-08-04, -/games/boxart/full_8147890JapanFrontccc.jpg,Dancing Blade II: Tears of Eden,PS,Adventure,Konami,Konami Computer Entertainment Tokyo,,0.03,,0.03,,0,1999-03-18, -/games/boxart/full_7087129JapanFrontccc.jpg,Gochuumon wa Usagi Desu ka?? Wonderful Party!,PSV,Adventure,5pb,Unknown,,0.03,,0.03,,,2016-03-03, -/games/boxart/full_5753829JapanFrontccc.jpg,Hiiro no Kakera 3: Aoikuro no Kusabi,PS2,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2008-08-07, -/games/boxart/full_house-md_5AmericaFront.jpg,House M.D.,DS,Adventure,Legacy Interactive,Legacy Interactive,,0.03,0.02,,0.01,0,2010-09-14, -/games/boxart/full_685858AmericaFrontccc.jpg,Don't Knock Twice,PS4,Adventure,Perpetual,Wales Interactive Ltd.,,0.03,0.02,,,0.01,2018-02-27,2018-03-04 -/games/boxart/full_6934017PALFrontccc.jpg,Azada,3DS,Adventure,Licensed 4U,Big Fish Games,,0.03,,,0.03,0,2014-05-01,2019-04-27 -/games/boxart/full_2104756JapanFrontccc.gif,To LoveRu Trouble: Doki Doki! Rinkaigakkou-Hen,PSP,Adventure,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2008-10-02, -/games/boxart/full_1253974AmericaFrontccc.jpg,Adventure Time: Pirates of the Enchiridion,NS,Adventure,Outright Games,Outright Games,,0.03,0.01,,0.02,0,2018-07-17,2019-03-17 -/games/boxart/full_9119887AmericaFrontccc.jpg,Lux-Pain (JP sales),DS,Adventure,Ignition Entertainment,Killaware,,0.03,,0.03,,,2009-03-24, -/games/boxart/full_2500415JapanFrontccc.jpg,Tokimeki Memorial Girl's Side 1st Love Plus,DS,Adventure,Konami,Konami,,0.03,,0.03,,,2009-03-12, -/games/boxart/full_4028115AmericaFrontccc.png,Story Hour: Adventures,Wii,Adventure,Zoo Digital Publishing,Other Ocean Interactive,,0.03,0.03,,,0,2008-12-09, -/games/boxart/full_3015056JapanFrontccc.jpg,Nil Admirari no Tenbin: Teito Genwaku Toukidan,PSV,Adventure,Idea Factory,Unknown,,0.03,,0.03,,,2016-04-21, -/games/boxart/full_7914449JapanFrontccc.jpg,S.Y.K Renshouden,PS2,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2010-03-11, -/games/boxart/full_hiiro-no-kakera-shin-tamayori-hime-denshou-piece-of-future_709JapanFront.jpg,Hiiro no Kakera: Shin Tamayori Hime Denshou - Piece of Future,PSP,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-07-14, -/games/boxart/full_2162622JapanFrontccc.jpg,D.C.I.F.: Da Capo Innocent Finale,PS2,Adventure,Sweets,Sweets,,0.03,,0.03,,,2009-04-30, -/games/boxart/full_3490936JapanFrontccc.jpg,Sukitomo. Tsukiuta. 12 Memories,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2017-06-01, -/games/boxart/full_7258998PALFrontccc.jpeg,The Inner World,PC,Adventure,Headup Games,Headup Games,,0.03,,,0.03,0,2013-07-18,2018-01-01 -/games/boxart/full_6326687AmericaFrontccc.jpg,The Pillars of the Earth,PS4,Adventure,Kalypso Media,Daedalic Entertainment,,0.03,0.02,,,0.01,2017-11-28,2018-09-20 -/games/boxart/full_72479JapanFrontccc.jpg,Hakuouki,PS2,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2008-09-18, -/games/boxart/full_1066643JapanFrontccc.jpg,DokiDoki Majo Shinpan! 2,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.03,,0.03,,,2008-07-31, -/games/boxart/full_3412420JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.6,PS3,Adventure,Namco Bandai Games,Unknown,,0.03,,0.03,,,2015-11-26,2018-06-18 -/games/boxart/9129151ccc.gif,Drake & Josh: Talent Showdown,DS,Adventure,THQ,Artificial Mind and Movement,,0.03,0.03,,,0,2007-07-30, -/games/boxart/full_5471547JapanFrontccc.jpg,Hayate no Gotoku! Nightmare Paradise,PSP,Adventure,Konami,HuneX,,0.03,,0.03,,,2009-03-26, -/games/boxart/full_1973430JapanFrontccc.jpg,Senjou no Waltz,PSV,Adventure,Idea Factory,Idea Factory,,0.03,,0.03,,,2014-11-20, -/games/boxart/full_627984JapanFrontccc.jpg,Tsuyo Kiss: Mighty Heart,PS2,Adventure,Princess Soft,Princess Soft,,0.03,,0.03,,,2006-05-25, -/games/boxart/full_4937438JapanFrontccc.jpg,Steins;Gate 0,PS3,Adventure,5pb,5pb. Inc.,,0.03,,0.03,,,2015-12-10,2018-06-10 -/games/boxart/full_6281420JapanFrontccc.jpg,Parfait,PSV,Adventure,TGL,TGL,,0.03,,0.03,,,2015-02-26, -/games/boxart/full_962916JapanFrontccc.jpg,Suzumiya Haruhi no Chokuretsu,DS,Adventure,Sega,Sega,,0.03,,0.03,,,2009-05-28, -/games/boxart/3239649ccc.jpg,Emma at the Farm,DS,Adventure,Aspyr,Nobilis,,0.03,0.03,,0,0,2008-12-03, -/games/boxart/full_7880647JapanFrontccc.jpg,Night Head: The Labyrinth,PS,Adventure,Fuji,Scitron & Art,,0.03,,0.03,,0,1995-11-17, -/games/boxart/5290801ccc.jpg,EverBlue 2,PS2,Adventure,Capcom,Arika,,0.03,0.02,,0.01,0,2003-02-24, -/games/boxart/full_1867437AmericaFrontccc.jpg,Safari Adventures: Africa,Wii,Adventure,Conspiracy Entertainment,Neko Entertainment,,0.03,0.03,,,0,2009-10-27, -/games/boxart/full_568538JapanFrontccc.jpg,OZMAFIA!! -vivace-,PSV,Adventure,Dramatic Create,Dramatic Create,,0.03,,0.03,,,2015-02-26, -/games/boxart/full_5398583AmericaFrontccc.jpg,The Raven Remastered,PS4,Adventure,THQ Nordic,KING Art Games,,0.03,0.03,,,0.01,2018-03-13,2018-01-29 -/games/boxart/full_suzumiya-haruhi-no-tsuisou_385JapanFront.jpg,Suzumiya Haruhi no Tsuisou,PS3,Adventure,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2011-05-12, -/games/boxart/full_5556028JapanFrontccc.jpg,Simple DS Series Vol. 8: The Kanshikikan - Kinkyuu Shutsudou!! Jiken Genba wo Touch Seyo,DS,Adventure,D3 Publisher,Tomcat System,,0.03,,0.03,,,2006-05-25, -/games/boxart/full_7857979AmericaFrontccc.jpg,The Void,PC,Adventure,Mamba Games,Ice-pick Lodge,,0.03,,,0.03,0.01,2009-09-25, -/games/boxart/full_8188162JapanFrontccc.jpg,Accel World: Ginyoku no Kakusei,PS3,Adventure,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2012-09-13,2019-01-13 -/games/boxart/full_3156046JapanFrontccc.jpg,Vitamin X Evolution,DS,Adventure,D3 Publisher,HuneX,,0.03,,0.03,,,2008-03-27, -/games/boxart/2330549ccc.jpg,Arthur and the Invisibles,DS,Adventure,Atari,Etranges Libellules / Neko Entertainment,,0.03,0.03,,0,0,2007-01-09, -/games/boxart/full_mashiro-iro-symphony-mutsu-no-hana_863JapanFront.jpg,Mashiro Iro Symphony: *mutsu-no-hana,PSP,Adventure,Comfort,Comfort,,0.03,,0.03,,,2011-06-30, -/games/boxart/full_8202158AmericaFrontccc.jpg,Metal Gear Solid: The Essential Collection (JP sales),PS2,Adventure,Konami,Konami Computer Entertainment Japan,,0.03,,0.03,,,2008-03-18,2018-08-05 -/games/boxart/full_2964917JapanFrontccc.jpg,Harukanaru Toki no Naka de 6,PSV,Adventure,Tecmo Koei,Ruby Party,,0.03,,0.03,,,2015-03-12,2019-03-22 -/games/boxart/full_1749091AmericaFrontccc.jpg,Tail Concerto,PS,Adventure,Atlus,CyberConnect2,7.3,0.03,0.02,,0.01,0,1999-08-31, -/games/boxart/full_9778909JapanFrontccc.jpg,Accel World: Ginyoku no Kakusei,PSP,Adventure,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2012-09-13,2019-01-13 -/games/boxart/full_5823613JapanFrontccc.jpg,Rampo,SAT,Adventure,Sega,Sega,,0.03,,0.03,,,1995-02-24, -/games/boxart/full_8920087JapanFrontccc.jpg,Hiiro no Kakera 2: Hisui no Shizuku,PS2,Adventure,Idea Factory,Design Factory,,0.03,,0.03,,,2007-08-09, -/games/boxart/full_5304584JapanFrontccc.jpg,Chaos;Head - Love Chu*Chu!,X360,Adventure,5pb,Nitroplus,,0.03,,0.03,,,2010-03-25, -/games/boxart/full_6271102JapanFrontccc.jpg,Higurashi no Naku Koro ni Kizuna: Dai-San-Kan - Rasen,DS,Adventure,Alchemist,Alchemist,,0.03,,0.03,,,2009-05-28, -/games/boxart/full_7036410AmericaFrontccc.jpg,King's Quest: The Complete Collection,X360,Adventure,Activision,The Odd Gentlemen,,0.03,0.03,,,0,2016-10-18,2018-12-18 -/games/boxart/full_nancy-drew-alibi-in-ashes_638AmericaFront.jpg,Nancy Drew: Alibi In Ashes,PC,Adventure,Her Interactive,Her Interactive,,0.03,0.03,,,0,2011-10-18, -/games/boxart/full_clannad_97JapanFront.jpg,Clannad,PS3,Adventure,Prototype,Visual Arts,,0.03,,0.03,,,2011-04-21, -/games/boxart/full_2123140JapanFrontccc.jpg,To LoveRu Trouble: Waku Waku! Rinkangakkou-Hen,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2008-08-28, -/games/boxart/full_midnight-mysteries-the-edgar-allan-poe-conspiracy_3AmericaFront.jpg,Midnight Mysteries: The Edgar Allan Poe Conspiracy,PC,Adventure,Mumbo Jumbo,MumboJumbo,,0.03,,,0.03,0,2009-07-17, -/games/boxart/full_1802827JapanFrontccc.jpg,Last Escort: Club Katze,PSP,Adventure,D3 Publisher,Vingt-et-un Systems,,0.03,,0.03,,,2010-02-18, -/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi-wei-hen_1JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wei-Hen,PSP,Adventure,Yeti,Yeti,,0.03,,0.03,,,2010-10-28, -/games/boxart/full_6424952AmericaFrontccc.jpg,Black Mirror,XOne,Adventure,THQ Nordic,KING Art Games,,0.03,0.03,,,0,2017-11-28,2018-08-20 -/games/boxart/full_togainu-no-chi-true-blood_3JapanFront.jpg,Togainu no Chi: True Blood,PS2,Adventure,Kadokawa Shoten,Nitroplus,,0.03,,0.03,,,2008-05-29, -/games/boxart/4560916ccc.jpg,Chicken Shoot 2,GBA,Adventure,"Destination Software, Inc",Zuxxez,,0.03,0.02,,0.01,0,2005-11-10, -/games/boxart/full_6986942JapanFrontccc.jpg,Shin Hayarigami 2,PSV,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2016-07-07,2018-09-20 -/games/boxart/full_9310341AmericaFrontccc.jpg,Women's Volleyball Championship,PS2,Sports,Agetec,Spike,,0.03,,0.03,,,2008-07-29, -/games/boxart/full_8924915JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Wii Ketteiban,Wii,Sports,Konami,PawaPuro Production,,0.03,,0.03,,,2007-12-20, -/games/boxart/full_5676452PALFrontccc.jpg,Rugby 15,PSV,Sports,Bigben Interactive,HB Studios,,0.03,,,0.03,0.01,2015-01-23,2018-04-19 -/games/boxart/2143891ccc.jpg,Cabela's Outdoor Adventures,GC,Sports,Activision,MagicWand,,0.03,0.03,,0.01,0,2005-09-13, -/games/boxart/1847164ccc.jpg,Backyard NFL Football 2006,GBA,Sports,Atari,Humongous Entertainment,5.5,0.03,0.02,,0.01,0,2005-10-18, -/games/boxart/full_8570950AmericaFrontccc.jpg,Super Dodgeball Brawlers (jp sales),DS,Sports,Aksys Games,Million,,0.03,,0.03,,,2008-05-27, -/games/boxart/full_7869364AmericaFrontccc.jpg,3D Baseball,PS,Sports,Mindscape,Crystal Dynamics,7.6,0.03,0.02,,0.01,0,1996-11-27, -/games/boxart/2418003ccc.jpg,Major League Baseball 2K8,PSP,Sports,2K Sports,Kush Games,6.5,0.03,0.03,,,0,2008-03-03, -/games/boxart/full_8089140PALFrontccc.jpg,Pro Evolution Soccer 2017,PC,Sports,Konami Digital Entertainment,PES Productions,,0.03,,,0.03,0,2016-09-13,2018-04-14 -/games/boxart/full_596276PALFrontccc.jpg,Rugby League Live 3,X360,Sports,Tru Blu Entertainment,Big Ant Studios,,0.03,,,0.03,0,2015-09-24,2018-04-19 -/games/boxart/full_2847513AmericaFrontccc.jpg,FIFA World Cup: Germany 2006,GBA,Sports,EA Sports,EA Canada,4.3,0.03,0.02,,0.01,0,2006-04-24, -/games/boxart/full_9013007AmericaFrontccc.jpg,River King: Mystic Valley (jp sales),DS,Sports,Natsume,Marvelous Interactive,,0.03,,0.03,,,2008-04-29, -/games/boxart/full_9583204JapanFrontccc.jpg,Winning Post World,PS2,Sports,KOEI,Koei,,0.03,,0.03,,,2009-04-02, -/games/boxart/240835ccc.jpg,Disney Sports Soccer,GC,Sports,Konami,KCEO,,0.03,0.03,,0.01,0,2002-11-17, -/games/boxart/3663418ccc.jpg,Elf Bowling 1 & 2,GBA,Sports,Ignition Entertainment,Ignition Entertainment,1.4,0.03,0.02,,0.01,0,2005-11-28, -/games/boxart/full_5717316AmericaFrontccc.jpg,Rapala Tournament Fishing!,X360,Sports,Activision,FUN Labs,,0.03,0.03,,0,0,2006-11-21, -/games/boxart/2891492ccc.jpg,Summer Athletics: The Ultimate Challenge,X360,Sports,Crave Entertainment,49Games,,0.03,0.02,,0.01,0,2008-07-29, -/games/boxart/full_kevin-van-dam-big-bass-challenge_2AmericaFront.jpg,Kevin Van Dam: Big Bass Challenge,Wii,Sports,Zoo Games,Zoo Games,,0.03,0.03,,,0,2010-11-02, -/games/boxart/full_7718669AmericaFrontccc.jpg,Agony,PS4,Action-Adventure,Maximum Games,Madmind Studio,5,0.03,0.02,,,0,2018-05-29,2018-04-30 -/games/boxart/full_3663005AmericaFrontccc.jpg,The Girl and the Robot,PS4,Action-Adventure,Soedesco,Flying Carpets Games,,0.03,0.02,,,0,2017-09-29,2019-05-01 -/games/boxart/full_1721660JapanFrontccc.jpg,Winning Post 7 2009,PSP,Sports,KOEI,Koei,,0.03,,0.03,,,2009-10-01, -/games/boxart/6153343ccc.jpg,Sunny Garcia Surfing,PS2,Sports,Ubisoft,Krome Studios,,0.03,0.02,,0.01,0,2001-10-22, -/games/boxart/full_shaun-white-skateboarding_7PALFront.jpg,Shaun White Skateboarding,PC,Sports,Ubisoft,Ubisoft Montreal,,0.03,,,0.03,0,2010-10-24, -/games/boxart/full_8978419AmericaFrontccc.jpg,Pro Evolution Soccer 2018,X360,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.03,0.02,,0.01,0,2017-09-12,2018-04-24 -/games/boxart/full_3804767PALFrontccc.jpg,Rugby 15,X360,Sports,Bigben Interactive,HB Studios,,0.03,,,0.03,0,2015-01-23,2018-04-19 -/games/boxart/1356330ccc.jpg,Go! Go! Hypergrind,GC,Sports,Atlus,Poponchi,6.5,0.03,0.02,,0.01,0,2003-11-18, -/games/boxart/full_5449512PALFrontccc.jpg,Handball 16,PS3,Sports,Bigben Interactive,EKO Software,,0.03,,,0.03,0,2015-11-27,2018-04-24 -/games/boxart/full_584016JapanFrontccc.jpg,Nettou! Powerful Koushien,DS,Sports,Konami,PawaPuro Production,,0.03,,0.03,,,2010-03-18, -/games/boxart/full_1970970JapanFrontccc.jpg,Minna no Golf Jou Vol.1,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,0.03,,0.03,,,2007-05-31, -/games/boxart/3309920ccc.jpg,Big Mountain 2000,N64,Sports,SouthPeak Interactive,Imagineer,,0.03,0.02,,0.01,0,2000-10-10, -/games/boxart/full_6760248PALFrontccc.jpg,Winter Sports 3: The Great Tournament,PS3,Sports,Zoo Games,49Games,,0.03,,,0.03,0,2011-03-29, -/games/boxart/full_street-jam-basketball_944AmericaFront.jpg,Street Jam Basketball,GBA,Sports,DSI Games,Prograph,,0.03,0.02,,0.01,0,2004-04-25, -/games/boxart/full_6106578AmericaFrontccc.jpg,Virtual Pool: Tournament Edition,XB,Sports,Global Star Software,Celeris,,0.03,0.02,,0.01,0,2005-05-11, -/games/boxart/full_4953813JapanFrontccc.jpg,Winning Post 8 2015,PSV,Sports,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2015-03-12,2018-07-31 -/games/boxart/3217062ccc.jpg,Real World Golf,XB,Sports,Mad Catz,In2Games / Aqua Pacific,,0.03,0.02,,0.01,0,2006-04-11, -/games/boxart/full_7496478AmericaFrontccc.jpg,NBA 08,PSP,Sports,Sony Computer Entertainment,SCE San Diego Studio,7.2,0.03,0.03,,,0,2007-10-12, -/games/boxart/full_6401220AmericaFrontccc.jpg,NBA 2K13,PC,Sports,2K Sports,Visual Concepts,9.1,0.03,0,,0.02,0,2012-10-02,2018-01-04 -/games/boxart/full_power-poke-dash_116JapanFront.jpg,Power Poke Dash,GBA,Sports,Konami,Konami,,0.03,,0.03,,0,2006-03-23, -/games/boxart/full_7770396JapanFrontccc.jpg,Calcio Bit,GBA,Sports,Nintendo,ParityBit,,0.03,,0.03,,0,2006-05-18, -/games/boxart/full_6349595PALFrontccc.jpg,Dino Dini's Kick Off Revival,PS4,Sports,Avanquest,The Digital Lounge,,0.03,,,0.02,0,2016-06-24,2018-02-21 -/games/boxart/full_2721452JapanFrontccc.jpg,Winning Post 8 2015,PS3,Sports,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2015-03-12,2018-07-31 -/games/boxart/full_world-sports-competition_709AmericaFront.jpg,World Sports Competition,PSN,Sports,Hudson Soft,Hudson Soft,,0.03,0.02,,,0,2011-06-07, -/games/boxart/9933368ccc.jpg,ESPN Winter X Games: Snowboarding 2002,XB,Sports,Konami,Konami Computer Entertainment Osaka,,0.03,0.02,,0.01,0,2002-03-04, -/games/boxart/full_101-in-1-sports-party-megamix_620AmericaFront.jpg,101-in-1 Sports Party Megamix,Wii,Sports,Atlus,Nordcurrent,,0.03,0.02,,0,0,2011-01-11, -/games/boxart/2924363ccc.jpg,RedCard 20-03,XB,Sports,Midway Games,Point of View,,0.03,0.03,,0.01,0,2002-06-24, -/games/boxart/full_anglers-club-ultimate-bass-fishing-3d_960AmericaFront.jpg,Angler's Club: Ultimate Bass Fishing 3D,3DS,Sports,D3 Publisher,D3 Publisher,,0.03,0,,0.03,0,2011-08-30, -/games/boxart/7045444ccc.jpg,ESPN NBA 2Night 2002,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.03,0.02,,0.01,0,2002-02-25, -/games/boxart/3786887ccc.jpg,Cabela's Dangerous Hunts 2,GC,Sports,Activision,FUN Labs,6.5,0.03,0.03,,0.01,0,2005-11-16, -/games/boxart/full_1823798JapanFrontccc.jpg,Harukanaru Toki no Naka de Yumenoukihashi Special,PS2,Adventure,KOEI,Koei,,0.03,,0.03,,,2009-01-29, -/games/boxart/full_6570528AmericaFrontccc.jpg,The Rabbit's Apprentice,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,0.03,,,0.03,0,2013-05-28,2019-04-23 -/games/boxart/full_422171JapanFrontccc.jpg,Tokyo Majin Gakuen: Kenfuuchou,DS,Adventure,Marvelous Interactive,"Asmik Ace Entertainment, Inc",,0.03,,0.03,,,2008-08-21, -/games/boxart/full_rugby-league-live_0PALFront.jpg,Rugby League Live,PS3,Sports,Home Entertainment Suppliers,Home Entertainment Suppliers,,0.03,,,0.02,0.01,2010-11-02, -/games/boxart/full_4187639AmericaFrontccc.jpg,NBA 2K17,PC,Sports,2K Sports,Visual Concepts,,0.03,,,0.03,0,2016-09-16,2018-03-28 -/games/boxart/full_3456160AmericaFrontccc.jpg,River City Super Sports Challenge,DS,Sports,Aksys Games,"Million Co., Ltd.",,0.03,0.01,0.02,,0,2010-10-12, -/games/boxart/full_2007987PALFrontccc.jpg,Summer Athletics 2009,X360,Sports,49Games,49Games,,0.03,,,0.03,0,2009-08-07, -/games/boxart/full_4998184AmericaFrontccc.jpg,Underground Pool,DS,Sports,UFO Interactive,FrontLine Studios,,0.03,0.03,,,0,2007-01-26, -/games/boxart/full_9198139PALFrontccc.jpg,Rugby World Cup 2015,X360,Sports,Big Ben Interactive,HB Studios,,0.03,,,0.03,0,2015-09-04,2018-04-19 -/games/boxart/full_5857789JapanFrontccc.jpg,Pro Yakyuu Spirits 5 Kanzenban,PS3,Sports,Konami,PawaPuro Production,,0.03,,0.03,,,2008-12-04, -/games/boxart/full_6217001PALFrontccc.jpg,Rugby Challenge 3,PS3,Sports,Alternative Software,Wicked Witch Software,,0.03,,,0.03,0,2016-04-22,2018-04-18 -/games/boxart/full_3665580JapanFrontccc.jpg,Daibakushou: Jinsei Gekijou,SNES,Misc,Taito,Taito Corporation,,0.03,,0.03,,,1995-12-25, -/games/boxart/full_3621486JapanFrontccc.jpg,Hudson x GReeeeN Live!? DeeeeS!?,DS,Misc,Hudson Soft,Hudson Soft,,0.03,,0.03,,,2010-04-01, -/games/boxart/full_dj-max-portable-3_2AmericaFront.jpg,DJ Max Portable 3,PSP,Misc,PM Studios,Pentavision Entertainment,,0.03,0.01,0.02,,0,2010-10-14, -/games/boxart/4766603ccc.jpg,Stacked with Daniel Negreanu,XB,Misc,Myelin Media,5000ft,,0.03,0.02,,0.01,0,2006-05-30, -/games/boxart/full_konami-classics-series-arcade-hits_3AmericaFront.jpg,Konami Classics Series: Arcade Hits,DS,Misc,Konami,Konami,,0.03,0.01,0.02,0,0,2007-03-30, -/games/boxart/full_9844783JapanFrontccc.jpg,Mahjong Kakutou Club: Zenkoku Taisenban,PS3,Misc,Konami,Konami,,0.03,,0.03,,,2006-11-16, -/games/boxart/full_triple-pack-xbox-live-arcade-compilation_887AmericaFront.jpg,Triple Pack: Xbox Live Arcade Compilation,X360,Misc,Microsoft,Various,,0.03,0.03,,,0,2011-04-19,2018-10-08 -/games/boxart/full_4344193AmericaFrontccc.jpg,Penny-Punching Princess,NS,Misc,NIS America,Nippon Ichi Software,6.5,0.03,0.03,,,0,2018-04-03,2018-04-07 -/games/boxart/full_kokoro-no-kokoron_40JapanFront.jpg,Kokoro no Kokoron,DS,Misc,Namco Bandai,Namco Bandai Games,,0.03,,0.03,,,2011-07-14, -/games/boxart/full_guitar-hero-world-tour_905AmericaFront.jpg,Guitar Hero: World Tour,PC,Misc,Activision,Neversoft Entertainment,,0.03,,,0.03,0,2009-07-26, -/games/boxart/full_kaidan-restaurant-zoku-shin-menu-100-sen_227JapanFront.jpg,Kaidan Restaurant: Zoku! Shin Menu 100-Sen,DS,Misc,Namco Bandai,Namco Bandai Games,,0.03,,0.03,,,2011-06-30, -/games/boxart/full_9072181AmericaFrontccc.jpg,Golden Nugget Casino / Texas Hold 'Em Double Pack,GBA,Misc,Majesco,Majesco Games,,0.03,0.02,,0.01,0,2005-04-01, -/games/boxart/full_4331856JapanFrontccc.jpg,Pop'n Music 14 Fever!,PS2,Misc,Konami,Konami,,0.03,,0.03,,,2007-07-12, -/games/boxart/full_1230551JapanFrontccc.jpg,God Eater Off Shot:Shiou-hen Twin Pack & Animation Vol.5,PS4,Misc,Namco Bandai Games,Unknown,,0.03,,0.03,,,2016-02-25, -/games/boxart/full_singstar-fussballhits_0PALFront.jpg,SingStar Fussballhits,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.03,,,0.02,0.01,2010-06-11, -/games/boxart/full_7531492PALFrontccc.jpg,SingStar Chartbreaker,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,0.03,,,0.02,0.01,2009-12-04, -/games/boxart/full_2444257JapanFrontccc.png,THE iDOLM@STER: Stella Stage,PS4,Misc,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2017-12-21,2018-01-07 -/games/boxart/full_1596926JapanFrontccc.jpg,Nippon no Asoko de,PSP,Misc,Sony Computer Entertainment,SCEI,,0.03,,0.03,,,2008-05-01, -/games/boxart/full_5004708JapanFrontccc.jpg,Romance of the Three Kingdoms 13 with Power-Up Kit,PS4,Misc,Tecmo Koei,Unknown,,0.03,,0.03,,,2017-02-16, -/games/boxart/full_gekiatsu-pachi-game-tamashi-vol-1-cr-evangelion-shinjitsu-no-tsubasa_636JapanFront.jpg,Gekiatsu!! Pachi Game Tamashi Vol. 1: CR Evangelion - Shinjitsu no Tsubasa,PSP,Misc,Unknown,Fields,,0.03,,0.03,,,2011-06-09, -/games/boxart/full_2939084JapanFrontccc.jpg,Hissatsu Pachinko Collection 3,SNES,Misc,Sunsoft,Daiichi,,0.03,,0.03,,0,1995-11-02, -/games/boxart/full_hanayaka-kana-ware-ga-ichizoku-twin-pack_613JapanFront.jpg,Hanayaka Kana Ware ga Ichizoku Twin Pack,PSP,Misc,Idea Factory,Idea Factory,,0.03,,0.03,,,2011-12-08, -/games/boxart/full_8978552JapanFrontccc.jpg,ParaParaParadise,PS2,Misc,Konami,Konami,,0.03,,0.03,,,2001-03-15, -/games/boxart/full_6497858JapanFrontccc.jpg,Eureka Seven AO: Jungfrau no Hanabanatachi,PS3,Misc,Namco Bandai Games,B.B. Studio,,0.03,,0.03,,,2012-09-20,2019-05-01 -/games/boxart/full_5054303JapanFrontccc.jpg,Winning Post 8 2017,PS4,Misc,Tecmo Koei,Unknown,,0.03,,0.03,,,2017-03-02, -/games/boxart/3370566ccc.jpg,Dream Pinball 3D,DS,Misc,SouthPeak Interactive,A.S.K. Homework,,0.03,0.03,,0,0,2008-04-24, -/games/boxart/full_9529873JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 4: Shinseiki Evangelion - Saigo no Mono,DS,Misc,D3 Publisher,Bisty,,0.03,,0.03,,,2009-07-30, -/games/boxart/full_gekiatsu-pachi-game-tamashi-vol-2-cr-evangelion-shinjitsu-no-tsubasa_680JapanFront.jpg,Gekiatsu!! Pachi Game Tamashi Vol. 2: CR Evangelion - Shinjitsu no Tsubasa,PS3,Misc,Unknown,Fields,,0.03,,0.03,,,2011-06-09, -/games/boxart/full_151864AmericaFrontccc.png,Resident Evil 4,Mob,Misc,Capcom,Unknown,,0.03,,,0.02,0,2009-07-27, -/games/boxart/full_1264217AmericaFrontccc.jpg,Electroplankton,DS,Misc,Nintendo,Indies Zero,,0.03,0.01,0.02,0,0,2005-01-09, -/games/boxart/full_3094449AmericaFrontccc.jpg,Montessori Music,DS,Misc,SouthPeak Interactive,Will,,0.03,0.01,,0.02,0,2011-03-29, -/games/boxart/full_4971419AmericaFrontccc.jpg,Best Friends Tonight,DS,Misc,Ubisoft,Ubisoft,,0.03,0.03,,,0,2010-02-09, -/games/boxart/full_gekiatsu-pachi-game-tamashi-cr-evangelion-hajimari-no-fukuin_513JapanFront.jpg,Gekiatsu!! Pachi Game Tamashi: CR Evangelion - Hajimari no Fukuin,PS3,Misc,Unknown,Fields,,0.03,,0.03,,,2010-11-18, -/games/boxart/full_2702669JapanFrontccc.jpg,The Idolmaster: Gravure For You! Vol. 4,PS3,Misc,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2012-01-27,2019-04-26 -/games/boxart/9490939ccc.jpg,Timeshock! Pro Pinball,PS,Misc,Empire Interactive,Cunning Developments,,0.03,0.02,,0.01,0,1998-08-31, -/games/boxart/full_battle-vs-chess_7AmericaFront.jpg,Check vs. Mate,X360,Misc,Unknown,TopWare Interactive,,0.03,,,0.03,0,, -/games/boxart/full_1000-cooking-recipies-from-elle-a-table_7PALFront.jpg,1000 Cooking Recipes from ELLE à table,DS,Misc,Nintendo,Agenda,,0.03,,,0.02,0,2010-07-02, -/games/boxart/full_beastly_86AmericaFront.jpg,Beastly,Wii,Misc,Storm City Games,Storm City Games,,0.03,0.03,,,0,2011-02-22, -/games/boxart/full_5357474JapanFrontccc.jpg,Sekai no Hate Made Itte Q! Chinjuu Hunter Mono no Daibouken,DS,Misc,Kamui,Kamui,,0.03,,0.03,,,2010-05-27, -/games/boxart/full_9944669AmericaFrontccc.jpg,Smart Girl's Winter Wonderland,DS,Misc,UFO Interactive,Starfish Inc.,,0.03,0.03,,,0,2008-10-14, -/games/boxart/full_pachitte-chonmage-tatsujin-12-pachinko-ultraman_7JapanFront.jpg,Pachitte Chonmage Tatsujin 12: Pachinko Ultraman,PS2,Misc,Hackberry,Hack Berry,,0.03,,0.03,,,2007-05-24, -/games/boxart/full_8376958JapanFrontccc.jpg,Fortune Street: Dragon Quest & Final Fantasy 30th Anniversary,PSV,Misc,Square Enix,Square Enix,,0.03,,0.03,,,2017-10-19,2018-09-17 -/games/boxart/full_3332139JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Yoshimune Portable,PSP,Misc,Daito,Daito,,0.03,,0.03,,,2006-06-08, -/games/boxart/full_8428497PALFrontccc.jpg,Travel Coach: Europe 1,DS,Misc,Disney Interactive Studios,HMH Hamburger Medien Haus,,0.03,,,0.03,0,2010-03-09, -/games/boxart/full_2602940PALFrontccc.jpg,Clever Kids: Pirates,DS,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,0.03,,,0.03,0,2008-11-07, -/games/boxart/full_946481JapanFrontccc.jpg,Nishijin Pachinko Monogatari 2,SNES,Misc,KSS,KSS,,0.03,,0.03,,0,1996-06-28, -/games/boxart/full_5228435AmericaFrontccc.jpg,thinkSMART FAMILY!,Wii,Misc,Conspiracy Entertainment,Conspiracy Entertainment,,0.03,0.03,,,0,2010-06-15, -/games/boxart/full_7119535PALFrontccc.jpg,Who Wants to be a Millionaire: 1st Edition,Wii,Misc,Ubisoft,Route 1 Games,,0.03,,,0.03,0,2010-10-05, -/games/boxart/full_8878473JapanFrontccc.jpg,Gotouchi Kenkei DS,DS,Misc,Spike,Spike,,0.03,,0.03,,,2006-11-22, -/games/boxart/full_6234565JapanFrontccc.jpg,BikkuriMan Daijiten,DS,Misc,3 O'Clock,3 O'Clock,,0.03,,0.03,,,2007-08-23,2018-12-04 -/games/boxart/7400842ccc.jpg,Bikkuriman Daijiten,DS,Misc,Unknown,3 O'Clock,,0.03,,0.03,,,, -/games/boxart/8619551ccc.jpg,Stacked with Daniel Negreanu,PSP,Misc,Myelin Media,5000ft,,0.03,0.03,,,0,2006-10-06, -/games/boxart/full_5385976AmericaFrontccc.png,PopCap Arcade Vol 2,X360,Misc,PopCap Games,PopCap Games,,0.03,0.03,,,0,2009-03-27, -/games/boxart/full_pro-evolution-soccer-2012_480AmericaFront.jpg,Pro Evolution Soccer 2012,3DS,Sports,Konami Digital Entertainment,Konami,,0.03,0.02,,,0,2012-06-01, -/games/boxart/full_6492667AmericaFrontccc.jpg,Disney Sports Soccer,GBA,Sports,Konami,Konami,7.3,0.03,0.02,,0.01,0,2002-11-11, -/games/boxart/full_rugby-league-live_8PALFront.jpg,Rugby League Live,X360,Sports,Home Entertainment Suppliers,Home Entertainment Suppliers,,0.03,,,0.02,0,2010-11-02, -/games/boxart/full_4229650AmericaFrontccc.jpg,Pro Cast Sports Fishing,XB,Sports,Capcom,Capcom,,0.03,0.02,,0.01,0,2003-08-27, -/games/boxart/1283352ccc.jpg,NBA 2K7,XB,Sports,2K Sports,Visual Concepts,8.4,0.03,0.02,,0.01,0,2006-09-25, -/games/boxart/6229798ccc.jpg,Dave Mirra Freestyle BMX 3,GBA,Sports,Acclaim Entertainment,Full Fat,8,0.03,0.02,,0.01,0,2002-11-26, -/games/boxart/full_lets-dance-with-mel-b_859PALFront.jpg,Let's Dance with Mel B,PS3,Sports,Black Bean Games,Lightning Fish,,0.03,,,0.02,0,2012-04-24, -/games/boxart/full_170494JapanFrontccc.jpg,HappinessCharge PreCure! Kawarun Collection,3DS,Misc,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2014-07-31,2018-08-03 -/games/boxart/full_puzzle-amp-action-tant-r_7JapanFront.jpg,Puzzle & Action: Tant-R,GEN,Misc,Sega,Sega,,0.03,,0.03,,,1994-04-01, -/games/boxart/full_east-india-company-collection_475AmericaFront.jpg,East India Company Collection,PC,Misc,Paradox Interactive,Nitro Games,,0.03,,,0.03,0,2010-05-05, -/games/boxart/full_5709628AmericaFrontccc.jpg,Silverlicious,DS,Misc,GameMill,GameMill Entertainment,,0.03,0.03,,,0,2012-03-13,2019-04-26 -/games/boxart/full_2038037JapanFrontccc.jpg,Big Ichigeki! Pachi-Slot Taikouryku Universal Museum,SAT,Misc,ASK,ASK,,0.03,,0.03,,,1996-06-14, -/games/boxart/full_9418405AmericaFrontccc.jpg,Vegas Casino,DS,Misc,SVG Distribution,Neko Entertainment,,0.03,0.03,,0,0,2007-07-10, -/games/boxart/3906563ccc.jpg,Flipper Critters,DS,Misc,Ignition Entertainment,Zen Studios,,0.03,0.03,,0,0,2007-10-09, -/games/boxart/full_3842742JapanFrontccc.jpg,Pachinko Kamen Rider: Shocker Zenmetsu Daisakusen,PS2,Misc,Hackberry,Hack Berry,,0.03,,0.03,,,2008-02-21, -/games/boxart/full_3960002JapanFrontccc.jpg,Gekiatsu!! Pachi Game Damashi Max: Evangelion 7 x Seimei no Kodou,PS3,Misc,Fields,Fields,,0.03,,0.03,,,2012-09-06,2019-04-26 -/games/boxart/full_gacharoku_6JapanFront.jpg,Gacharoku,PS2,Misc,Sony Computer Entertainment,Agenda,,0.03,,0.03,,,2002-12-05, -/games/boxart/full_rakushou-pachi-slot-sengen-5-rio-paradise_0JapanFront.jpg,Rakushou! Pachi-Slot Sengen 5: Rio Paradise,PS2,Misc,Tecmo,Net Corporation,,0.03,,0.03,,,2007-04-05, -/games/boxart/full_6595955AmericaFrontccc.jpg,Death Mark,PS4,Misc,Aksys Games,Experience Inc.,,0.03,0.02,0.01,,0,2018-10-31,2019-03-17 -/games/boxart/full_3674948AmericaFrontccc.jpg,Astrology DS,DS,Misc,Deep Silver,Sproing Interactive Media,,0.03,0.03,,0,0,2009-09-22, -/games/boxart/full_8824507JapanFrontccc.jpg,Sumikko Gurashi Atsumare Sumikko Town,NS,Misc,Nippon Columbia,Nippon Columbia,,0.03,,0.03,,,2018-10-04,2018-07-05 -/games/boxart/full_681519PALFrontccc.jpg,Who Wants to be a Millionaire: 1st Edition,DS,Misc,Ubisoft,Route 1 Games,,0.03,,,0.03,0,2010-10-05, -/games/boxart/default.jpg,Mega Minis Volume 2,PSP,Misc,Sony Computer Entertainment,Various,,0.03,,,0.02,0.01,2011-04-29, -/games/boxart/4886216ccc.jpg,Street Supremacy,PSP,Racing,Konami,Genki,,0.03,0.03,,,0,2006-02-28, -/games/boxart/full_5740956AmericaFrontccc.jpg,MXGP Pro,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,0.03,,,0,2018-07-10,2018-04-26 -/games/boxart/full_maximum-racing-gp-classic-racing_210AmericaFront.jpg,Maximum Racing: GP Classic Racing,Wii,Racing,Unknown,Brain in a Jar,,0.03,0.03,,0,0,2011-03-15, -/games/boxart/full_597582PALFrontccc.jpg,WRC 5: FIA World Rally Championship,PSV,Racing,Bigben Interactive,Kylotonn Entertainment,,0.03,,,0.03,0.01,2015-11-24,2018-04-24 -/games/boxart/full_6712883PALFrontccc.jpg,SuperCar Challenge,PS3,Racing,System 3 Arcade Software,System 3 Arcade Software,,0.03,,,0.03,0.01,2009-08-28, -/games/boxart/full_sbk-2011_222PALFront.jpg,SBK 2011: FIM Superbike World Championship,PC,Racing,Black Bean Games,Milestone S.r.l,,0.03,,,0.03,0,2011-05-11, -/games/boxart/full_8414412JapanFrontccc.jpg,Daito Giken Premium Pachi-Slot Collection: Yoshimune,PS2,Misc,Daito,Paon Corporation,,0.03,,0.03,,,2006-07-06, -/games/boxart/6207174ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,PS2,Misc,Activision,Left Field Productions,6.4,0.03,0.02,,0.01,0,2006-09-21, -/games/boxart/8596411ccc.jpg,Dakar 2: The World's Ultimate Rally,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.03,0.02,,0.01,0,2003-03-25, -/games/boxart/7255153ccc.jpg,Auto Modellista,GC,Racing,Capcom,Capcom,5.9,0.03,0.02,,0.01,0,2003-09-30, -/games/boxart/full_forza-motorsport-4-december-ign-pack_49AmericaFront.jpg,Forza Motorsport 4: December IGN Pack,XBL,Racing,Microsoft Studios,Turn 10,,0.03,0.01,,0.02,0,2011-12-06, -/games/boxart/full_8986715AmericaFrontccc.jpg,Road Rage,PS4,Racing,Maximum Games,Team 6 Games Studio,,0.03,0.02,,,0.01,2017-11-14,2018-01-19 -/games/boxart/672807ccc.jpg,Crash Time: Autobahn Pusuit,X360,Racing,Crave Entertainment,Synetic,,0.03,0.03,,0,0,2008-08-05, -/games/boxart/full_7763709AmericaFrontccc.jpg,Ride 3,XOne,Racing,Bandai Namco Entertainment,Milestone S.r.l.,,0.03,0.03,,,0,2018-11-30,2019-03-21 -/games/boxart/full_project-gotham-racing-2-jp-weekly-sales_331JapanFront.jpg,Project Gotham Racing 2 (JP weekly sales),XB,Racing,Microsoft Game Studios,Bizarre Creations,,0.03,,0.03,,,2003-11-20,2018-09-25 -/games/boxart/2514697ccc.jpg,Driv3r,GBA,Racing,Atari,Velez & Dubail,,0.03,0.02,,0.01,0,2005-10-25, -/games/boxart/full_9192446AmericaFrontccc.jpg,Baldur's Gate: Dark Alliance,GBA,Role-Playing,"Destination Software, Inc",Magic Pockets,8,0.03,0.02,,0.01,0,2004-02-10, -/games/boxart/full_age-of-conan-rise-of-the-godslayer_418AmericaFront.jpg,Age of Conan: Rise of the Godslayer,PC,Role-Playing,Funcom,Funcom,7.9,0.03,,,0.02,0,2010-05-11, -/games/boxart/full_4161347AmericaFrontccc.jpg,The Lost Child,NS,Role-Playing,NIS America,Crim,7.5,0.03,0.02,,,0,2018-06-19,2018-09-20 -/games/boxart/full_2378004AmericaFrontccc.jpg,AereA,PS4,Role-Playing,Soedesco,Triangle Studios,,0.03,0.02,,,0,2017-07-28,2018-08-01 -/games/boxart/full_8574542AmericaFrontccc.jpg,Metal Saga,PS2,Role-Playing,Atlus,Createch,6.1,0.03,0.01,,0.01,0,2006-04-25, -/games/boxart/827360ccc.jpg,Guild Wars: Nightfall,PC,Role-Playing,NCSoft,ArenaNet,8,0.03,,,0.02,0,2006-10-26, -/games/boxart/full_8711232JapanFrontccc.png,Medabots Classics: Metabee Ver. / Rokusho Ver.,3DS,Role-Playing,Imagineer,Imagineer,,0.03,,0.03,,,2017-12-21,2018-01-07 -/games/boxart/5990932ccc.jpg,Spectral Souls: Resurrection of the Ethereal Empires,PSP,Role-Playing,NIS America,Neverland Company,,0.03,0.03,,,0,2006-09-26, -/games/boxart/full_7958320JapanFrontccc.jpg,Mahou Sensei Negima! Private Lesson 2: Ojama Shimasu Parasite de Chu,GBA,Role-Playing,Marvelous Interactive,Marvelous Interactive,,0.03,,0.02,,0,2006-03-23, -/games/boxart/full_1442133AmericaFrontccc.jpg,Omega Quintet,PS4,Role-Playing,Compile Heart,Compile Heart,,0.03,,0.02,0,0,2015-04-28,2019-01-02 -/games/boxart/full_divinity-ii-flames-of-vengeance_68PALFront.jpg,Divinity II: Flames of Vengeance,PC,Role-Playing,DTP Entertainment,Larian Studios,,0.03,,,0.02,0,2010-07-30, -/games/boxart/full_2348066JapanFrontccc.png,Mary Skelter: Nightmares 2,PS4,Role-Playing,Compile Heart,Compile Heart,,0.03,,0.03,,,2018-07-12,2018-07-20 -/games/boxart/full_9206325JapanFrontccc.jpg,Kiniro no Corda 2 f Encore,PSP,Role-Playing,KOEI,Koei,,0.03,,0.03,,,2009-08-20, -/games/boxart/full_6752732JapanFrontccc.jpg,La Pucelle: Ragnarok,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2009-11-26, -/games/boxart/full_monster-hunter-frontier-online-forward-2_822JapanFront.jpg,Monster Hunter Frontier Online: Forward 2,X360,Role-Playing,Capcom,Capcom,,0.03,,0.03,,,2011-09-28, -/games/boxart/full_423111JapanFrontccc.jpg,The Legend of Heroes: Sen no Kiseki: Kai -Thors Military Academy 1204-,PS4,Role-Playing,Nihon Falcom Corporation,Nihon Falcom Corporation,,0.03,,0.03,,,2018-03-08,2018-03-25 -/games/boxart/5836081ccc.jpg,MX World Tour Featuring Jamie Little,XB,Racing,Crave Entertainment,Impulse Games,,0.03,0.03,,0.01,0,2005-04-06, -/games/boxart/full_462122AmericaFrontccc.jpg,WRC 6,XOne,Racing,Namco Bandai Games,Bigben Interactive,,0.03,0.03,,,0,2017-03-03,2018-08-12 -/games/boxart/3080430ccc.jpg,Motor Trend presents Lotus Challenge,XB,Racing,Xicat Interactive,Kuju Entertainment,,0.03,0.02,,0.01,0,2003-04-30, -/games/boxart/full_6928PALFrontccc.jpg,Ride,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,,,0.03,0,2015-06-23,2018-04-24 -/games/boxart/1391762ccc.jpg,Driver: Parallel Lines,Wii,Racing,Ubisoft,Reflections Interactive,5.9,0.03,0.01,,0.01,0,2007-06-26, -/games/boxart/7885929ccc.jpg,D1 Professional Drift Grand Prix Series,PS2,Racing,Yuke's,Yuke's Future Media Creators,,0.03,0.01,,0.01,0,2006-08-15, -/games/boxart/full_707014AmericaFrontccc.jpg,Baja: Edge of Control HD,PS4,Racing,THQ Nordic,2XL Games,,0.03,0.02,,,0.01,2017-09-14,2018-06-29 -/games/boxart/full_7016569AmericaFrontccc.jpg,Rush Hour,PS,Racing,Psygnosis,Clockwork Games,,0.03,0.02,,0.01,0,1997-04-30, -/games/boxart/7279859ccc.jpg,NHRA Drag Racing: Countdown to the Championship,PSP,Racing,THQ,"Pipeworks Software, Inc.",,0.03,0.03,,,0,2007-08-27, -/games/boxart/full_6168258AmericaFrontccc.jpg,TOCA Race Driver 3: The Ultimate Racing Simulator,XB,Racing,Codemasters,Codemasters,,0.03,0.03,,0.01,0,2006-02-22, -/games/boxart/full_8749374JapanFrontccc.jpg,Wangan Midnight,PS3,Racing,Genki,Genki,,0.03,,0.03,,,2007-07-26, -/games/boxart/full_6648506AmericaFrontccc.jpg,Onrush,XOne,Racing,Deep Silver,Codemasters,,0.03,0.03,,,0,2018-06-05,2018-03-04 -/games/boxart/full_3755298AmericaFrontccc.jpg,SX Superstar,GC,Racing,Acclaim Entertainment,Climax Studios,,0.03,0.03,,0.01,0,2003-06-30, -/games/boxart/8024804ccc.jpg,Driven,GBA,Racing,BAM! Entertainment,Crawfish Interactive,6.8,0.03,0.02,,0.01,0,2001-11-28, -/games/boxart/full_1966040JapanFrontccc.jpg,Zenkoku Dekotora Matsuri,Wii,Racing,Jaleco,Suzak,,0.03,,0.03,,,2008-02-28, -/games/boxart/full_8850787AmericaFrontccc.jpg,Snow Moto Racing Freedom,NS,Racing,Big Ben Interactive,Bigben Interactive,,0.03,0.03,,,0,2018-03-27,2019-03-05 -/games/boxart/full_7138891AmericaFrontccc.jpg,Crazy Chicken: Star Karts,DS,Racing,Mumbo Jumbo,Phenomedia,,0.03,0.03,,,0,2009-06-11, -/games/boxart/7230439ccc.jpg,The Italian Job,GC,Racing,Eidos Interactive,Climax Group,,0.03,0.03,,0.01,0,2003-07-17, -/games/boxart/full_6253633AmericaFrontccc.jpg,Aqua Moto Racing Utopia,NS,Racing,Big Ben Interactive,Bigben Interactive,,0.03,0.03,,,0,2018-03-27,2019-03-17 -/games/boxart/full_maximum-racing-drag-ampamp-stock-racer_478AmericaFront.jpg,Maximum Racing: Drag & Stock Racer,Wii,Racing,Unknown,Brain in a Jar,,0.03,0.03,,0,0,2011-03-15, -/games/boxart/8501100ccc.jpg,MotoGP,PSP,Racing,Namco Bandai,Bandai Namco Games,,0.03,0.03,,0,0,2006-09-26, -/games/boxart/full_5815708AmericaFrontccc.jpg,F1 Championship Season 2000,PS2,Racing,EA Sports,Visual Science,,0.03,,0.03,,,2000-12-19, -/games/boxart/full_8655468PALFrontccc.jpg,Burnout Paradise: The Ultimate Box,X360,Racing,Electronic Arts,Criterion Games,,0.03,,0,0.03,0,2009-02-06, -/games/boxart/full_7323254AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame,NS,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,0.03,,,0,2018-02-13,2018-03-23 -/games/boxart/full_4406508AmericaFrontccc.jpg,World of Final Fantasy Maxima,XOne,Role-Playing,Square Enix,Square Enix,,0.03,0.03,,,0,2018-11-06,2018-09-13 -/games/boxart/full_2811646JapanFrontccc.jpg,Eyeshield 21: Field Saikyou no Senshi Tachi,Wii,Role-Playing,Nintendo,Eighting,,0.03,,0.03,,,2007-03-08, -/games/boxart/full_2110197JapanFrontccc.jpg,New Interpretation Stranger of Sword City,PSV,Role-Playing,Experience Inc.,Unknown,,0.03,,0.03,,,2016-07-21, -/games/boxart/full_7253647AmericaFrontccc.jpg,Divinity: Original Sin II,XOne,Role-Playing,Bandai Namco Entertainment,Larian Studios,,0.03,0.03,,,0,2018-08-31,2018-06-04 -/games/boxart/6108708ccc.png,Digimon World 4,XB,Role-Playing,Bandai,Bandai,,0.03,0.02,,0.01,0,2005-06-02, -/games/boxart/full_1489284JapanFrontccc.jpg,Omega Labyrinth Z,PSV,Role-Playing,Unknown,Unknown,,0.03,,0.03,,,, -/games/boxart/full_6288196PALFrontccc.jpg,The Dwarves,PS4,Role-Playing,THQ Nordic,KING Art Games,,0.03,0.03,,,0.01,2016-12-01,2018-08-18 -/games/boxart/full_1612910JapanFrontccc.jpg,Toushin Toshi,3DS,Role-Playing,imageepoch Inc.,imageepoch Inc.,,0.03,,0.03,,,2014-01-30,2019-04-26 -/games/boxart/full_fallout-new-vegas-ultimate-edition_879AmericaFront.jpg,Fallout: New Vegas Ultimate Edition,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,0.03,,,0.03,0,2012-02-07, -/games/boxart/full_7006757JapanFrontccc.jpg,Eyeshield 21: DevilBats DevilDays,GBA,Role-Playing,Nintendo,Eighting,,0.03,,0.03,,0,2006-04-06, -/games/boxart/full_318395AmericaFrontccc.jpg,Graffiti Kingdom,PS2,Role-Playing,Hot-B,Garakuta-Studio,7.2,0.03,0.01,,0.01,0,2005-07-28, -/games/boxart/8007182ccc.jpg,Away: Shuffle Dungeon,DS,Role-Playing,Majesco,Mistwalker Corporation / Artoon,,0.03,0.02,0,,0,2008-11-06, -/games/boxart/full_6339920JapanFrontccc.jpg,Judie no Atelier: Guramnat no Renkinjutsu - Toraware no Morito,PSP,Role-Playing,Gust,Gust,,0.03,,0.03,,,2010-04-08, -/games/boxart/6833987ccc.jpg,CIMA: The Enemy,GBA,Role-Playing,Natsume,Neverland,6.8,0.03,0.02,,0.01,0,2003-11-17, -/games/boxart/full_3238411AmericaFrontccc.jpg,The Legend of Heroes III: Song of the Ocean,PSP,Role-Playing,Namco Bandai,Microvision,,0.03,0.03,,,0,2007-01-23, -/games/boxart/full_5607895JapanFrontccc.jpg,Utawarerumono: Chiriyukusha e no Komoriuta,PS4,Role-Playing,Aqua Plus,Aqua Plus,,0.03,,0.03,,,2018-04-26,2018-05-20 -/games/boxart/full_3970125AmericaFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,NS,Role-Playing,Tecmo Koei,Gust,,0.03,0.02,0.01,,0,2018-03-27,2018-02-10 -/games/boxart/full_monster-hunter-frontier-online-season-10_693JapanFront.jpg,Monster Hunter Frontier Online: Season 10,X360,Role-Playing,Capcom,Capcom,,0.03,,0.03,,,2011-01-26, -/games/boxart/default.jpg,MapleStory DS,DS,Role-Playing,Nexon,Nexon,,0.03,,0.03,,,2010-04-15, -/games/boxart/full_8849428JapanFrontccc.jpg,Blue Breaker: Ken Yorimo Hohoemi o,PCFX,Role-Playing,NEC,HuneX,,0.03,,0.03,,,1996-09-27, -/games/boxart/9843422ccc.jpg,Metal Dungeon,XB,Role-Playing,Xicat Interactive,Panther Software,,0.03,0.02,,0.01,0,2002-12-15, -/games/boxart/full_5544691JapanFrontccc.jpg,Blaze Union: Story to Reach the Future,PSP,Role-Playing,Sting,Sting,,0.03,,0.03,,,2010-05-27, -/games/boxart/full_6787712JapanFrontccc.jpg,Gensou Suikoden I & II,PSP,Role-Playing,Konami,Konami,,0.03,,0.03,,,2006-02-23, -/games/boxart/full_gloria-union_943JapanFront.jpg,Gloria Union,PSP,Role-Playing,Atlus,Sting,,0.03,,0.03,,,2011-06-23, -/games/boxart/full_3115529AmericaFrontccc.jpg,Death end re;Quest,PS4,Role-Playing,Idea Factory,Compile Heart,,0.03,,0.03,,,2019-12-01,2018-04-22 -/games/boxart/full_3178767AmericaFrontccc.jpg,Shining Resonance Refrain,XOne,Role-Playing,Sega,Media.Vision,,0.03,0.02,,,0,2018-07-10,2018-09-15 -/games/boxart/full_680490JapanFrontccc.jpg,Metal Saga: Hagane no Kisetsu,DS,Role-Playing,Success,Crea-Tech,,0.03,,0.03,,,2006-06-15, -/games/boxart/full_4216057JapanFrontccc.jpg,Labyrinth Cross Blood: Infinity,PSV,Role-Playing,CyberFront,Experience Inc.,,0.03,,0.03,,,2013-04-25,2019-04-30 -/games/boxart/default.jpg,Monster Hunter Frontier Online: Forward 1,X360,Role-Playing,Capcom,Capcom,,0.03,,0.03,,,2011-04-20, -/games/boxart/full_85878JapanFrontccc.jpg,Dragon Tamer: Sound Spirit,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-11-01, -/games/boxart/full_3763026JapanFrontccc.jpg,Eiyuu Densetsu: Sora no Kiseki Set,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.03,,0.03,,,2008-11-27, -/games/boxart/9253067ccc.jpg,Planescape: Torment,PC,Role-Playing,Interplay,Black Isle Studios,8.8,0.03,0.01,,0.02,0,1999-11-30, -/games/boxart/full_9076830JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Fate of Heat II - Unmei no Futari,DS,Role-Playing,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2009-04-16, -/games/boxart/full_5327537JapanFrontccc.jpg,Code Geass: Hangyaku no Lelouch,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2007-10-25, -/games/boxart/full_2661842JapanFrontccc.jpg,Magna Carta Portable,PSP,Role-Playing,Banpresto,SoftMax,,0.03,,0.03,,,2006-05-25, -/games/boxart/6125333ccc.jpg,Zatch Bell! Electric Arena,GBA,Fighting,Bandai,Eighting,4.4,0.03,0.02,,0.01,0,2005-11-22, -/games/boxart/full_swords_4AmericaFront.jpg,Swords,Wii,Fighting,Majesco,Panic Button,,0.03,0.03,,,0,2010-09-14, -/games/boxart/1383005ccc.jpg,Battle Arena Toshinden URA,SAT,Fighting,Sega,Nextech,,0.03,,0.03,,0,1996-11-30, -/games/boxart/full_8233474JapanFrontccc.jpg,Bleach: Soul Carnival 2,PSP,Fighting,Sony Computer Entertainment,Eighting,,0.03,,0.03,,,2009-12-10, -/games/boxart/1272836ccc.jpg,Yggdra Union: We'll Never Fight Alone,GBA,Role-Playing,Atlus,Sting,,0.03,,0.03,,0,2006-11-21, -/games/boxart/9908049ccc.jpg,Dungeon Maker: Hunting Ground,PSP,Role-Playing,Xseed Games,Global A Entertainment,,0.03,0.03,,,0,2007-06-19, -/games/boxart/full_original-story-from-fairy-tail-gekitotsu-kardia-daiseidou_739JapanFront.jpg,Original Story from Fairy Tail: Gekitotsu! Kardia Daiseidou,DS,Role-Playing,Hudson Soft,Hudson Soft,,0.03,,0.03,,,2011-04-21, -/games/boxart/full_8888960AmericaFrontccc.jpg,Gothic Universe,PC,Role-Playing,DreamCatcher Interactive,JoWood Productions & Piranha Bytes,,0.03,,,0.03,0,2007-10-15, -/games/boxart/full_2208166AmericaFrontccc.jpg,Crimson Tears,PS2,Role-Playing,Capcom,Spike / DreamFactory Ltd.,5.9,0.03,0.02,,0.01,0,2004-07-21, -/games/boxart/full_monster-guardians_426JapanFront.jpg,Monster Guardians,GBA,Role-Playing,Konami,Konami,,0.03,,0.03,,0,2001-03-21, -/games/boxart/full_6220922PALFrontccc.jpg,Inazuma Eleven 3: Team Ogre Attacks!,3DS,Role-Playing,Nintendo,Level 5,,0.03,,,0.03,0,2014-02-14,2018-08-31 -/games/boxart/full_6630711JapanFrontccc.jpg,SaGa: Scarlet Grace,PS4,Role-Playing,Square Enix,Square Enix,,0.03,,0.03,,,2019-12-03,2018-08-26 -/games/boxart/full_7096941JapanFrontccc.jpg,First Queen: Ornic Senki,SNES,Role-Playing,Culture Brain,Kure,,0.03,,0.03,,,1994-03-11, -/games/boxart/full_9120200AmericaFrontccc.jpg,Alpha Protocol,PC,Role-Playing,Sega,Obsidian Entertainment,,0.03,,,0.03,0.01,2010-06-01, -/games/boxart/full_3390726JapanFrontccc.jpg,Utawarerumono Portable,PSP,Role-Playing,Aquaplus,Aquaplus,,0.03,,0.03,,,2009-05-28, -/games/boxart/full_9192589JapanFrontccc.jpg,Gaia Saver Hero Saidai no Sakusen,SNES,Role-Playing,Banpresto,Banpresto,,0.03,,0.03,,,1994-01-28, -/games/boxart/full_jikandia-the-timeless-land_581AmericaFront.jpg,Jikandia: The Timeless Land,PSP,Role-Playing,Aksys Games,Opus Studio,,0.03,0.03,,,0.01,2011-03-15, -/games/boxart/full_8650147AmericaFrontccc.jpg,Immortal Unchained,XOne,Role-Playing,Sold Out,Toadman Interactive,,0.03,0.03,,,0,2018-09-07,2018-04-20 -/games/boxart/full_5240204AmericaFrontccc.jpg,South Park: The Stick of Truth,PS4,Role-Playing,Ubisoft,Obsidian Entertainment,,0.03,0.03,,,0.01,2018-02-13,2018-03-19 -/games/boxart/full_8604473AmericaFrontccc.jpg,Superdimension Neptune vs Sega Hard Girls,PSV,Role-Playing,Idea Factory International,Idea Factory,,0.03,,,0.03,0.01,2016-10-18,2018-09-22 -/games/boxart/full_beyond-the-labyrinth_128JapanFront.jpg,Beyond the Labyrinth,3DS,Role-Playing,Unknown,tri-Ace,,0.03,,0.03,,,, -/games/boxart/3861186ccc.jpg,Astonishia Story,PSP,Role-Playing,Ubisoft,Sonnori,4.8,0.03,0.03,,0,0,2006-06-06, -/games/boxart/full_690855JapanFrontccc.jpg,Madou Monogatari,SAT,Role-Playing,Compile,Compile,,0.03,,0.03,,0,1998-07-23, -/games/boxart/full_7903738JapanFrontccc.gif,Classic Dungeon: Fuyoku no Masoujin,PSP,Role-Playing,Nippon Ichi Software,System Prisma,,0.03,,0.03,,,2010-02-18, -/games/boxart/full_7952090AmericaFrontccc.jpg,Darkest Dungeon,NS,Role-Playing,Merge Games,Red Hook Studios,,0.03,0.02,,0.01,0,2018-04-24,2018-01-18 -/games/boxart/full_3697763JapanFrontccc.jpg,Exstetra,PSV,Role-Playing,FuRyu Corporation,Studio Saizensen,,0.03,,0.03,,,2013-11-07,2019-04-26 -/games/boxart/full_6777999JapanFrontccc.jpg,Makai Senki Disgaea Portable: Tsuushin Taisen Hajime Mashita,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2007-11-29, -/games/boxart/full_far-east-of-eden-shinden_850JapanFront.jpg,Far East of Eden Shinden,NG,Fighting,Hudson Soft,RED Company,,0.03,,0.03,,,1995-07-28, -/games/boxart/2302390ccc.jpg,Mortal Kombat II (JP sales),GEN,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,0.03,,0.03,,,1994-01-01, -/games/boxart/full_9362663JapanFrontccc.jpg,Sunday vs Magazine Shuuketsu! Choujou Daikessen,PSP,Fighting,Konami,Konami,,0.03,,0.03,,,2009-03-26, -/games/boxart/5698516ccc.jpg,SoulCalibur II(JP sales),XB,Fighting,Namco,Namco,9.3,0.03,,0.03,,,2003-08-27, -/games/boxart/full_977838AmericaFrontccc.jpg,Robo Pit,PS,Fighting,THQ,Altron Corporation,,0.03,0.02,,0.01,0,1996-01-01, -/games/boxart/full_7055929AmericaFrontccc.jpg,Animal Boxing,DS,Fighting,Destineer,Gammick Entertainment,6.1,0.03,0.03,,,,2008-12-02, -/games/boxart/full_504671AmericaFrontccc.jpg,Legend of the Dragon,PSP,Fighting,Game Factory,Neko Entertainment,2.9,0.03,0.03,,0,0,2007-05-29, -/games/boxart/full_8478316JapanFrontccc.jpg,Custom Beat Battle: Draglade 2,DS,Fighting,Namco Bandai,Dimps Corporation,,0.03,,0.03,,,2008-07-10, -/games/boxart/full_7631091JapanFrontccc.jpg,Pocket Fighter,SAT,Fighting,Capcom,Capcom,,0.03,,0.03,,,1998-07-09, -/games/boxart/full_6894560AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus,Wii,Fighting,Aksys Games,Arc System Works,7,0.03,0.01,,0.02,0,2009-05-12, -/games/boxart/full_1289021JapanFrontccc.jpg,Darkstalkers Resurrection,PS3,Fighting,Capcom,Iron Galaxy Studios,,0.03,,0.03,,,2013-03-13,2019-04-27 -/games/boxart/full_1410873JapanFrontccc.jpg,Suggoi! Arcana Heart 2,PS2,Fighting,AQ Interactive,Examu Inc.,,0.03,,0.03,,,2009-04-09, -/games/boxart/8180353ccc.jpg,Tom and Jerry in War of the Whiskers,XB,Fighting,NewKidCo,VIS Entertainment,,0.03,0.02,,0.01,0,2003-12-06, -/games/boxart/full_1256657JapanFrontccc.jpg,Blade Arcus from Shining EX,PS4,Fighting,Sega,Unknown,,0.03,,0.03,,,2015-11-26,2018-06-18 -/games/boxart/full_cyber-troopers-virtual-on-force_9JapanFront.jpg,Dennou Senki Virtual-On Force,X360,Fighting,Sega,Hitmaker,,0.03,,0.03,,,2010-12-22, -/games/boxart/full_1941770JapanFrontccc.png,Kamen Rider: Climax Fighters,PS4,Fighting,Namco Bandai Games,Eighting,,0.03,,0.03,,,2017-12-07,2018-01-07 -/games/boxart/full_5668057JapanFrontccc.jpg,Senko no Ronde DUO,X360,Fighting,G.Rev,G.Rev,,0.03,,0.03,,,2010-05-20, -/games/boxart/full_5053365JapanFrontccc.jpg,Katekyoo Hitman Reborn! Kizuna no Tag Battle,PSP,Fighting,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2010-02-25, -/games/boxart/full_5558506JapanFrontccc.jpg,Kamen Rider: Climax Scramble Zi-O,NS,Fighting,Bandai Namco Games,Bandai Namco Games,,0.03,,0.03,,,2018-11-29,2019-01-05 -/games/boxart/full_9455412JapanFrontccc.jpg,Blade Arcus from Shining EX,PS3,Fighting,Sega,Unknown,,0.03,,0.03,,,2015-11-26,2018-06-18 -/games/boxart/full_2807908JapanFrontccc.jpg,The Battle of Yuu Yuu Hakusho: Shitou! Ankoku Bujutsukai! 120%,PS2,Fighting,Banpresto,Dimps Corporation,,0.03,,0.03,,,2007-01-11, -/games/boxart/full_1978302JapanFrontccc.jpg,Wrestle Kingdom,PS2,Fighting,Yuke's,Yuke's Future Media Creators,,0.03,,0.03,,,2006-07-20, -/games/boxart/full_8390187JapanFrontccc.jpg,Koihime Enbu,PS4,Fighting,Yeti,Boss Alien Ltd.,,0.03,,0.03,,,2016-01-28, -/games/boxart/full_167172JapanFrontccc.jpg,Hajime no Ippo: The Fighting,GBA,Fighting,ESP,"Treasure Co., Ltd.",,0.03,,0.03,,0,2002-12-12, -/games/boxart/full_3621494JapanFrontccc.jpg,The King of Fighters Portable '94~'98: Chapter of Orochi,PSP,Fighting,SNK Playmore,SNK Playmore Corporation,,0.03,,0.03,,,2010-06-24, -/games/boxart/full_5787466AmericaFrontccc.jpg,Mortal Kombat,PC,Fighting,Acclaim Entertainment,Midway,,0.03,0.02,,,0,1994-05-25, -/games/boxart/full_35614JapanFrontccc.jpg,Wrestle Angels: Survivor 2,PS2,Fighting,Tryfirst,Tryfirst,,0.03,,0.03,,,2008-11-06, -/games/boxart/7715405ccc.jpg,The King of Fighters 02/03,XB,Fighting,SNK Playmore,SNK Playmore Corporation,,0.03,0.02,,0.01,0,2005-03-15, -/games/boxart/full_9856284JapanFrontccc.jpg,The Perfect Golf,PS,Sports,Seta Corporation,Seta Corporation,,0.03,,0.03,,0,1995-12-01, -/games/boxart/4324996ccc.jpg,NHL 07,XB,Sports,EA Sports,EA Montreal,7.6,0.03,0.02,,0.01,0,2006-09-12, -/games/boxart/full_lets-dance-with-mel-b_243PALFront.jpg,Let's Dance with Mel B,Wii,Sports,Black Bean Games,Lightning Fish,,0.03,,,0.02,0,2012-04-24, -/games/boxart/3382091ccc.jpg,Archer Maclean Presents: Pool Paradise,GC,Sports,Ignition Entertainment,Awesome Developments,,0.03,0.02,,0.01,0,2004-06-30, -/games/boxart/full_9366011JapanFrontccc.jpg,Ookiku Furikabutte: Honto no Ace ni Nareru kamo,DS,Sports,Marvelous Interactive,Marvelous Interactive,,0.03,,0.03,,,2007-12-13, -/games/boxart/full_captain-tsubasa-j-the-way-to-world-youth_1JapanFront.jpg,Captain Tsubasa J: The Way to World Youth,SNES,Sports,Bandai,Bandai,,0.03,,0.03,,,1995-11-17, -/games/boxart/full_2637527AmericaFrontccc.jpg,Madden NFL 07,GBA,Sports,EA Sports,Exient Entertainment,7,0.03,0.02,,0.01,0,2006-08-22, -/games/boxart/331107ccc.jpg,Backyard NFL Football,Wii,Sports,Atari,Humongous Entertainment,,0.03,0.02,,,0,2007-10-23, -/games/boxart/7899165ccc.gif,River King: Wonderful Journey,PS2,Sports,Natsume,Marvelous,,0.03,0.01,,0.01,0,2006-03-28, -/games/boxart/full_8366278AmericaFrontccc.jpg,Let's Play Ballerina,Wii,Sports,Deep Silver,ZigZagIsland,,0.03,0.02,,0,0,2010-06-08, -/games/boxart/full_2455363AmericaFrontccc.jpg,Legendary Fishing,PS4,Sports,Ubisoft,Ubisoft,,0.03,0.02,,,0,2018-09-18,2018-11-22 -/games/boxart/full_5595808JapanFrontccc.jpg,Pro Yakyuu Family Stadium,Wii,Sports,Namco Bandai,Bandai Namco Games,,0.03,,0.03,,,2008-05-01, -/games/boxart/full_5009282PALFrontccc.jpg,Pitball,PS,Sports,Accolade,Time Warner Interactive,,0.03,0.01,,0.01,0,1996-10-31, -/games/boxart/476388ccc.jpg,Bode Miller Alpine Skiing,PS2,Sports,Valcon Games,49Games,,0.03,0.01,,0.01,0,2006-02-06, -/games/boxart/full_6877635JapanFrontccc.jpg,Derby Time 2006,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,0.03,,0.03,,,2006-03-02, -/games/boxart/full_136838JapanFrontccc.jpg,.hack: Sekai no Mukou ni + Versus,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.03,,0.03,,,2012-06-28,2019-04-26 -/games/boxart/full_8686092AmericaFrontccc.jpg,Dodge Racing: Charger vs Challenger,DS,Racing,Zoo Games,EM Studios,,0.03,0.03,,,0,2009-10-13, -/games/boxart/807571ccc.jpg,Biker Mice From Mars,DS,Racing,Game Factory,Full Fat,,0.03,0.03,,0,0,2007-06-05, -/games/boxart/full_8586022AmericaFrontccc.jpg,RACE On,PC,Racing,bitComposer Games,SimBin,,0.03,,,0.03,0,2009-10-05, -/games/boxart/8164911ccc.jpg,F1 2002,GC,Racing,EA Sports,Visual Sciences Ltd.,,0.03,0.02,,0.01,0,2002-06-22, -/games/boxart/full_2842597PALFrontccc.jpg,MotoGP 15,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.03,,,0.03,0,2015-06-24,2018-04-24 -/games/boxart/full_5802215AmericaFrontccc.jpg,Starsky & Hutch,GBA,Racing,BAM! Entertainment,Spellbound,,0.03,0.02,,0.01,0,2003-09-12, -/games/boxart/full_peak-performance_992AmericaFront.jpg,Peak Performance,PS,Racing,Atlus,Cave,,0.03,0.02,,0.01,0,1997-03-31, -/games/boxart/6315053ccc.jpg,Freaky Flyers,XB,Racing,Midway Games,Midway Games,,0.03,0.02,,0.01,0,2003-08-05, -/games/boxart/full_8647696AmericaFrontccc.jpg,Ducati World Racing Challenge,PS,Racing,Acclaim Entertainment,Attention To Detail,,0.03,0.02,,0.01,0,2001-01-02, -/games/boxart/full_2952937AmericaFrontccc.jpg,Smashing Drive,GBA,Racing,Namco,Raylight Studios,,0.03,0.02,,0.01,0,2004-11-03, -/games/boxart/full_heathcliff-the-fast-and-the-furriest_293AmericaFront.jpg,Heathcliff! The Fast and the Furriest,Wii,Racing,Storm City Games,EC Interactive,,0.03,0.03,,,0,2010-11-05, -/games/boxart/full_1679843AmericaFrontccc.jpg,Pimp My Ride: Street Racing,DS,Racing,Activision,Virtuos,,0.03,0.03,,,0,2009-03-24, -/games/boxart/full_4252638AmericaFrontccc.jpg,Sorcery Saga: Curse of the Great Curry God,PSV,Racing,Aksys Games,Compile Heart,,0.03,,0.03,0,0,2013-12-10,2019-04-26 -/games/boxart/full_1719920AmericaFrontccc.jpg,Trials Fusion,PC,Racing,Ubisoft,"RedLynx, Ltd.",,0.03,,,0.03,0,2014-04-24,2019-04-23 -/games/boxart/full_9514484AmericaFrontccc.jpg,MX vs. ATV Supercross,PS3,Racing,Nordic Games,Rainbow Studios,,0.03,0.02,,0.01,0.01,2014-10-28,2018-04-17 -/games/boxart/8641580ccc.jpg,Drome Racers,GC,Racing,Electronic Arts,Attention To Detail,,0.03,0.02,,0.01,0,2003-09-16, -/games/boxart/full_6361097AmericaFrontccc.jpg,GTR Evolution,PC,Racing,Viva Media,SimBin,,0.03,,,0.02,0,2008-08-26, -/games/boxart/4779972ccc.jpg,Race Driver 2006,PSP,Racing,Codemasters,Sumo Digital,,0.03,0.03,,,0,2006-06-06, -/games/boxart/full_9689595AmericaFrontccc.jpg,Roadsters,PS,Racing,Titus,Titus Software,4.5,0.03,0.02,,0.01,0,2000-03-21, -/games/boxart/5857275ccc.gif,Whiteout,XB,Racing,Konami,Vicarious Visions,,0.03,0.02,,0.01,0,2002-11-12, -/games/boxart/full_9484258AmericaFrontccc.jpg,All-Star Fruit Racing,PS4,Racing,PQube,3DClouds.it,,0.03,0.03,,,0.01,2018-08-21,2019-03-24 -/games/boxart/full_459666AmericaFrontccc.jpg,MotorHead,PS,Racing,Fox Interactive,Digital Illusions,,0.03,0.02,,0.01,0,1998-09-30, -/games/boxart/full_1356536JapanFrontccc.jpg,Nekketsu Kouha Kunio-Kun SP Kyousoukyoku,3DS,Fighting,Arc System Works,Arc System Works,,0.03,,0.03,,,2013-08-08,2019-05-01 -/games/boxart/full_9529095AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PSV,Fighting,Arc System Works,Arc System Works,,0.03,,,0.02,0.01,2015-06-30,2018-06-03 -/games/boxart/668647ccc.jpg,The King of Fighters: Maximum Impact - Maniax,XB,Fighting,SNK Playmore,SNK Playmore Corporation,,0.03,0.02,,0.01,0,2005-06-28, -/games/boxart/full_1336586AmericaFrontccc.jpg,War Gods,PS,Fighting,Midway Games,Midway Games,,0.03,0.01,,0.01,0,1997-01-01, -/games/boxart/full_samurai-spirits-tenkaichi-kenkakuden_341JapanFront.jpg,Samurai Spirits: Tenkaichi Kenkakuden,PS2,Fighting,Unknown,SNK Playmore Corporation,,0.03,,0.03,,,, -/games/boxart/full_7308913AmericaFrontccc.jpg,Renegade Racers,PS,Racing,Interplay,Interplay,,0.03,0.01,,0.01,0,2000-03-09, -/games/boxart/9925378ccc.jpg,Kawasaki Snowmobiles,Wii,Racing,Destineer,Data Design Interactive,,0.03,0.02,,0,0,2008-05-28, -/games/boxart/full_1439585AmericaFrontccc.jpg,Ducati Moto,DS,Racing,Vir2L Studios,4J Studios,,0.03,0.02,,0,0,2008-07-01, -/games/boxart/1687159ccc.jpg,Drome Racers,GBA,Racing,THQ,Mobius Entertainment,7.5,0.03,0.02,,0.01,0,2003-06-19, -/games/boxart/full_moto-racer-ds_209AmericaFront.jpg,Moto Racer DS,DS,Racing,SouthPeak Interactive,Artefacts Studio,,0.03,,,0.02,0,2010-07-03, -/games/boxart/full_1778842AmericaFrontccc.jpg,Demon Driver: Time to Burn Rubber!,GBA,Racing,Ignition Entertainment,Ignition Entertainment,,0.03,0.02,,0.01,0,2004-09-22, -/games/boxart/full_5158432PALFrontccc.jpg,Runabout 3: Neo Age,PS2,Racing,BAM! Entertainment,Climax Entertainment,,0.03,,0.03,,,2002-11-01, -/games/boxart/4379793ccc.jpg,Fireblade,GC,Simulation,Midway Games,Kuju Entertainment,,0.03,0.02,,0.01,0,2002-12-29, -/games/boxart/full_6698813AmericaFrontccc.jpg,Stardew Valley,XOne,Simulation,505 Games,ConcernedApe,8.8,0.03,0.02,,,0,2017-04-11,2018-03-21 -/games/boxart/full_7978094JapanFrontccc.jpg,The IdolM@ster: Gravure For You! Vol. 6,PS3,Simulation,Bandai Namco Games,Namco Bandai Games,,0.03,,0.03,,,2012-03-29,2019-04-30 -/games/boxart/full_dream-club-zero-portable_297JapanFront.jpg,Dream Club Zero Portable,PSV,Simulation,D3 Publisher,D3,,0.03,,0.03,,,2011-12-17, -/games/boxart/full_4309663AmericaFrontccc.jpg,MySims,PC,Simulation,Electronic Arts,EA Redwood Shores,,0.03,,,0.02,0,2008-10-28, -/games/boxart/full_1367437JapanFrontccc.gif,DrumMania 7th Mix,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2002-08-30, -/games/boxart/full_3991766AmericaFrontccc.jpg,My Ballet Studio,Wii,Simulation,505 Games,Del,,0.03,0.02,,0,0,2009-11-17,2018-04-22 -/games/boxart/full_2759929AmericaFrontccc.jpg,Air Missions: Hind,PS4,Simulation,Soedesco,3Division,,0.03,0.02,,,0,2018-10-09,2018-08-13 -/games/boxart/full_beatmania-iidx-15-dj-troopers_2JapanFront.jpg,BeatMania IIDX 15: DJ Troopers,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2008-12-18, -/games/boxart/full_1249384JapanFrontccc.jpg,Guitar Freaks V & DrumMania V,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2006-03-16, -/games/boxart/full_1250789AmericaFrontccc.jpg,World of Zoo,PC,Simulation,THQ,Blue Fang Games,,0.03,,,0.02,0.01,2009-10-26, -/games/boxart/full_girls-only_10AmericaFront.jpg,Girls Only,DS,Simulation,O-Games,Most Wanted Entertainment,,0.03,0.03,,0,0,2010-10-19, -/games/boxart/full_popn-music-13-carnival_3JapanFront.jpg,Pop'n Music 13 Carnival,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2006-09-28, -/games/boxart/full_2806964AmericaFrontccc.jpg,Ocean Commander,Wii,Simulation,Valcon Games,Cyber Planet Interactive,,0.03,0.02,,,0,2009-03-31, -/games/boxart/full_5094757PALFrontccc.jpg,My Animal Centre,Wii,Simulation,Deep Silver,Braingame,,0.03,,,0.02,0,2009-03-13, -/games/boxart/full_469717JapanFrontccc.jpg,A Ressha de Gyoukou 2001,PS2,Simulation,ArtDink,ArtDink,,0.03,,0.03,,,2001-03-08, -/games/boxart/full_5553777AmericaFrontccc.jpg,MechAssault: Phantom War,DS,Simulation,Majesco,Backbone Entertainment,,0.03,0.03,,0,0,2006-09-12, -/games/boxart/full_4436566AmericaFrontccc.jpg,Bridge Constructor Portal,PS4,Simulation,Nighthawk Interactive,ClockStoneSoftware,,0.03,0.02,,,0.01,2018-08-28,2018-02-21 -/games/boxart/full_1652828AmericaFrontccc.jpg,Little Bears,DS,Simulation,Zoo Games,B-Alive,,0.03,0.03,,,0,2010-08-24, -/games/boxart/9200055ccc.jpg,Warship Gunner 2,PS2,Simulation,KOEI,Micro Cabin,,0.03,0.01,,0.01,0,2006-03-21, -/games/boxart/full_763653JapanFrontccc.jpg,Shinseiki Evangelion Ayanami Ikusei Keikaku DS with Asuka Hokan Keikaku,DS,Simulation,Broccoli,Broccoli,,0.03,,0.03,,,2008-08-28, -/games/boxart/full_6409215AmericaFrontccc.jpg,Monster Mayhem: Build and Battle,DS,Simulation,Crave Entertainment,Brain Toys,,0.03,0.02,,,0,2009-08-11, -/games/boxart/full_5583440AmericaFrontccc.jpg,Petz: Dolphinz Encounter,DS,Simulation,Ubisoft,Magic Pockets,,0.03,0.01,,0.01,0,2009-10-27, -/games/boxart/full_animates_3AmericaFront.jpg,AniMates!,DS,Simulation,DreamCatcher Interactive,DK Games,,0.03,0.02,,,0,2007-09-17, -/games/boxart/full_1225983JapanFrontccc.jpg,Pop Cutie! Street Fashion Simulation (JP sales),DS,Simulation,KOEI,Koei,,0.03,,0.03,,,2008-04-24, -/games/boxart/full_2849438AmericaFrontccc.jpg,Imagine: Sweet 16,DS,Simulation,Ubisoft,Longtail Studios,,0.03,0.02,,,0,2010-03-02, -/games/boxart/full_338062AmericaFrontccc.jpg,Monster Mayhem: Build and Battle,Wii,Simulation,Crave Entertainment,Brain Toys,,0.03,0.02,,,0,2009-09-15, -/games/boxart/full_9797890AmericaFrontccc.jpg,Cooking Mama 5,3DS,Simulation,Office Create,Cooking Mama Limited,,0.03,,0.03,,,2013-11-21,2019-01-22 -/games/boxart/full_2730084JapanFrontccc.jpg,Mame Goma: Honobo no Nikki,DS,Simulation,TDK Core,TDK Core,,0.03,,0.03,,0,2007-07-26, -/games/boxart/full_4846439PALFrontccc.jpg,Farming 2017 - The Simulation,PC,Simulation,UIG Entertainment,UIG Entertainment,,0.03,,,0.03,0,2016-08-19,2018-04-09 -/games/boxart/full_5608824AmericaFrontccc.jpg,GunGriffon: Allied Strike,XB,Simulation,Tecmo,Game Arts,,0.03,0.02,,0.01,0,2004-12-14, -/games/boxart/full_air-conflicts-secret-wars_427AmericaFront.jpg,Air Conflicts: Secret Wars,PC,Simulation,bitComposer Games,Games Farm,,0.03,,,0.02,0,2011-08-30, -/games/boxart/816912ccc.gif,The Sims 2: Bon Voyage,PC,Simulation,Electronic Arts,Maxis,,0.03,0.01,,0.01,0,2007-09-04, -/games/boxart/full_combat-wings-the-great-battles-of-wwii_1PALFront.jpg,Combat Wings: The Great Battles of WWII,Wii,Simulation,City Interactive,City Interactive,,0.03,0.02,,0,,, -/games/boxart/full_petz-catz-playground_805AmericaFront.jpg,Petz: Catz Playground,DS,Simulation,Ubisoft,Ubisoft Nagoya,,0.03,0.02,,,0,2010-10-26, -/games/boxart/2162293ccc.jpg,Rebel Raiders: Operation Nighthawk,PS2,Simulation,XS Games,Kando Games,,0.03,0.02,,0.01,0,2006-03-21, -/games/boxart/full_8866399JapanFrontccc.jpg,Onna no Ko to Misshitsu ni Itara **shichau Kamoshirenai,3DS,Simulation,D3Publisher,D3 Publisher,,0.03,,0.03,,,2012-03-15,2019-04-26 -/games/boxart/full_apache-air-assault_0PALFront.jpg,Apache: Air Assault,PC,Simulation,Activision,Gaijin Entertainment,,0.03,,,0.03,0,2010-11-19, -/games/boxart/full_the-sims-2-glamour-life-stuff_235AmericaFront.jpg,The Sims 2: Glamour Life Stuff,PC,Simulation,Electronic Arts,Maxis,,0.03,,,0.03,0.01,2006-08-28, -/games/boxart/full_6745363AmericaFrontccc.jpg,My Pet Shop (JP sales),DS,Simulation,Taito,Taito Corporation,,0.03,,0.03,,,2009-03-09, -/games/boxart/full_dream-c-club-zero_355JapanFront.jpg,Dream C Club Zero,X360,Simulation,D3 Publisher,DreamXCreate,,0.03,,0.03,,,2011-01-27, -/games/boxart/full_568550JapanFrontccc.jpg,Yumeiro Patissiere: My Sweets Cooking,DS,Simulation,Konami,Konami,,0.03,,0.03,,,2010-05-27, -/games/boxart/full_349770JapanFrontccc.jpg,Tamagotchi no Doki Doki Dream Omisecchi,3DS,Simulation,Namco Bandai Games,Bandai Namco Games,,0.03,,0.03,,,2013-05-23,2019-04-26 -/games/boxart/full_327384AmericaFrontccc.png,Railway Empire,XOne,Simulation,Kalypso Media,Gaming Minds Studios,,0.03,0.03,,,0,2018-01-30,2018-01-07 -/games/boxart/full_5004027AmericaFrontccc.jpg,Train Sim World,XOne,Simulation,Maximum Games,Dovetail Games,,0.03,0.03,,,0,2018-07-24,2018-06-08 -/games/boxart/full_2877045AmericaFrontccc.jpg,Emergency! Disaster Rescue Squad,DS,Simulation,Destineer,Sixteen Tons Entertainment,,0.03,0.03,,,0,2009-04-07, -/games/boxart/full_4696940PALFrontccc.jpg,Rugby Union Team Manager 2017,PC,Simulation,Alternative Software,Alternative Software,,0.03,,,0.03,0,2016-11-25,2018-09-22 -/games/boxart/6979633ccc.jpg,Alter Ego,PC,Simulation,Activision,Activision,,0.03,,,0.03,0,1986-01-01, -/games/boxart/full_8879401AmericaFrontccc.jpg,Sea Park Tycoon,DS,Simulation,Destineer,Most Wanted Entertainment,,0.03,0.02,,0.01,0,2010-04-13, -/games/boxart/full_8925410JapanFrontccc.jpg,BeatMania IIDX 14 Gold,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2008-05-29, -/games/boxart/full_3536176AmericaFrontccc.jpg,Pure Farming 2018,XOne,Simulation,Techland,Ice Flames,,0.03,0.03,,,0,2018-03-13,2018-07-19 -/games/boxart/full_6771238AmericaFrontccc.png,Railway Empire,PS4,Simulation,Kalypso Media,Gaming Minds Studios,,0.03,0.02,0,,0.01,2018-01-30,2018-06-06 -/games/boxart/full_7474154JapanFrontccc.jpg,The IdolM@ster: Gravure For You! Vol. 5,PS3,Simulation,Namco Bandai Games,Namco Bandai Games,,0.03,,0.03,,,2012-02-23,2019-04-27 -/games/boxart/full_6966381AmericaFrontccc.jpg,Lock On: Modern Air Combat,PC,Simulation,Ubisoft,Eagle Dynamics,,0.03,,,0.03,0,2003-11-24, -/games/boxart/full_take-on-helicopters_412AmericaFront.jpg,Take On Helicopters,PC,Simulation,Unknown,Bohemia Interactive,,0.03,,,0.03,0,2011-10-27, -/games/boxart/full_3920423JapanFrontccc.jpg,Armored Core: Last Raven Portable,PSP,Simulation,From Software,From Software,5,0.03,,0.03,,,2010-03-04, -/games/boxart/697737ccc.jpg,Toy Shop,DS,Simulation,Majesco,"Seed Studios, Lda",,0.03,0.03,,0,0,2008-04-29, -/games/boxart/full_gokujou-mecha-mote-iinchou-mm-my-best-friend_1JapanFront.jpg,Gokujou!! Mecha Mote Iinchou: MM My Best Friend!,DS,Simulation,Konami,Konami,,0.03,,0.03,,,2010-11-25, -/games/boxart/full_9874188JapanFrontccc.jpg,Winning Post 8 2016,PS4,Simulation,Tecmo Koei,Koei Tecmo Games,,0.03,,0.03,,,2016-03-31,2018-07-31 -/games/boxart/full_7313791AmericaFrontccc.jpg,Blazing Angels: Squadrons of WWII,PC,Simulation,Ubisoft,Ubisoft Romania,6.9,0.03,0.03,,0,0,2006-03-28, -/games/boxart/full_9194776JapanFrontccc.jpg,Great Edo Blacksmith,PSV,Simulation,Nippon Ichi Software,Nippon Ichi Software,,0.03,,0.03,,,2014-11-27,2019-04-26 -/games/boxart/full_88106AmericaFrontccc.jpg,Zoo Vet: Endangered Animals,DS,Simulation,Legacy Interactive,Legacy Interactive,,0.03,0.03,,,0,2008-11-11, -/games/boxart/full_8068179JapanFrontccc.jpg,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Oyashiki-Hen,DS,Simulation,Konami,Konami,,0.03,,0.03,,,2008-03-14, -/games/boxart/2194063ccc.jpg,DarkStar One,PC,Simulation,CDV Software Entertainment,Ascaron Entertainment,,0.03,,,0.03,0,2006-08-14, -/games/boxart/full_3532568JapanFrontccc.jpg,BeatMania IIDX 13: DistorteD,PS2,Simulation,Konami,Konami,,0.03,,0.03,,,2007-08-30, -/games/boxart/full_4071372AmericaFrontccc.jpg,S.L.A.I.: Steel Lancer Arena International,PS2,Simulation,Konami,Genki,,0.03,0.01,,0.01,0,2005-09-21, -/games/boxart/full_armored-core-sl-silent-line-portable_4JapanFront.jpg,Armored Core SL: Silent Line Portable,PSP,Simulation,From Software,From Software,5.8,0.03,,0.03,,,2009-11-19, -/games/boxart/full_901032PALFrontccc.jpg,Teddy Together,3DS,Simulation,Nintendo,Arika,,0.03,,,0.03,0,2016-07-01,2018-07-14 -/games/boxart/full_1951822AmericaFrontccc.jpg,Cladun Returns: This Is Sengoku!,PS4,Action,NIS America,Nippon Ichi Software,,0.03,0.02,,,0,2017-06-06,2018-09-20 -/games/boxart/2349778ccc.jpg,BattleZone,PSP,Action,Atari,Paradigm Entertainment Inc.,,0.03,0.02,,,0,2006-11-06, -/games/boxart/full_5924405JapanFrontccc.png,Doraemon: Nobita no Takarajima,3DS,Action,FuRyu Corporation,FuRyu,,0.03,,0.03,,,2018-03-01,2018-03-09 -/games/boxart/full_3956792AmericaFrontccc.jpg,Justice League Heroes: The Flash,GBA,Action,Warner Bros. Interactive,WayForward Technologies,8,0.03,0.02,,0.01,0,2006-10-17, -/games/boxart/full_7776846JapanFrontccc.jpg,Norn + Nonette: Act Tune,PSV,Action,Idea Factory,Unknown,,0.03,,0.03,,,2016-10-06, -/games/boxart/full_5631688AmericaFrontccc.jpg,Pacific Liberator,Wii,Action,Zoo Games,Team6 Game Studios,,0.03,0.03,,,0,2009-09-15, -/games/boxart/6192329ccc.jpg,Turn It Around,DS,Action,Majesco,Taito Corporation,,0.03,0.03,,0,0,2007-08-28, -/games/boxart/full_6633652AmericaFrontccc.jpg,The Longest 5 Minutes,NS,Action,NIS America,Nippon Ichi Software,,0.03,0.03,,,0,2018-02-13,2018-01-11 -/games/boxart/full_7269547AmericaFrontccc.jpg,Kong: King of Atlantis,GBA,Action,Majesco,Skyworks Technologies,,0.03,0.02,,0.01,0,2005-10-25, -/games/boxart/full_6593248JapanFrontccc.jpg,White Album 2: Shiawase no Mukougawa,PSV,Visual Novel,Aqua Plus,Aqua Plus,,0.02,,0.02,,,2013-11-28,2019-05-25 -/games/boxart/full_166401AmericaFrontccc.jpg,Chaos;Child,PS4,Visual Novel,PQube,5pb. Inc.,,0.02,,0.02,,,2017-10-24,2019-03-24 -/games/boxart/full_memories-off-yubikiri-no-kikou_927JapanFront.jpg,Memories Off: Yubikiri no Kikou,PSP,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2011-05-26,2018-12-19 -/games/boxart/full_5201008JapanFrontccc.jpg,L.G.S: Shinsetsu Houshinengi,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-08-09,2019-05-18 -/games/boxart/full_dunamis-15_727JapanFront.jpg,Dunamis 15,X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2011-09-15,2018-12-19 -/games/boxart/full_8316243JapanFrontccc.jpg,Reine des Fleurs,PSV,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2015-08-20,2019-03-22 -/games/boxart/full_7750199JapanFrontccc.jpg,Custom Drive,PSP,Visual Novel,D3Publisher,Vridge Inc.,,0.02,,0.02,,,2012-08-30,2019-05-18 -/games/boxart/full_3329343JapanFrontccc.jpg,Ore wa Shoujo Mangaka,PSP,Visual Novel,Giza10,Giza10,,0.02,,0.02,,,2012-02-23,2019-05-18 -/games/boxart/full_6151446JapanFrontccc.jpg,Hyakka Yakou,PSV,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2015-02-12,2019-05-21 -/games/boxart/full_8576469JapanFrontccc.jpg,Robotics;Notes,PSV,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2014-06-26,2018-11-21 -/games/boxart/full_904657JapanFrontccc.jpg,Fuuraiki 3,PSV,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2015-02-19,2019-05-17 -/games/boxart/full_2331787JapanFrontccc.jpg,Starry * Sky: After Summer Portable,PSP,Visual Novel,Asgard,honeybee,,0.02,,0.02,,,2013-03-28,2019-05-17 -/games/boxart/full_7823301JapanFrontccc.jpg,Uchuu Keiji Tamashii: The Space Sheriff Spirits,PS2,Action,Namco Bandai,Digifloyd,,0.02,,0.02,,,2006-05-25, -/games/boxart/full_2515514AmericaFrontccc.jpg,Troll and I,XOne,Action,Maximum Games,Spiral House,,0.02,0.02,,,0,2017-03-21,2018-08-20 -/games/boxart/full_red-dead-redemption-game-of-the-year-edition_959AmericaFront.jpg,Red Dead Redemption: Game of the Year Edition,PS3,Action,Rockstar Games,Rockstar San Diego,,0.02,,,0.01,0,2011-10-11, -/games/boxart/full_3876721JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.5,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-09-25, -/games/boxart/full_6522744JapanFrontccc.jpg,Date-A-Live Twin Edition: Rio Reincarnation,PSV,Action,Compile Heart,Unknown,,0.02,,0.02,,,2015-07-30,2018-02-21 -/games/boxart/full_8446521JapanFrontccc.png,Natsuiro High School: Seishun Hakusho,PS4,Action,D3Publisher,Unknown,,0.02,,0.02,,,2015-06-04, -/games/boxart/full_1936148AmericaFrontccc.jpg,Past Cure,XOne,Action,Phantom 8 Studio,Phantom 8 Studio,,0.02,0.02,,,0,2018-02-23,2018-01-08 -/games/boxart/full_3433397JapanFrontccc.jpg,Digimon Universe: Appli Monsters,3DS,Action,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-12-01,2018-07-25 -/games/boxart/1953406ccc.jpg,Charlie's Angels,GC,Action,Ubisoft,Neko Entertainment,2.5,0.02,0.01,,0,0,2003-07-09, -/games/boxart/full_9081945AmericaFrontccc.jpg,Shaq-Fu: A Legend Reborn,XOne,Action,Wired Productions,Big Deez Productions,,0.02,0.02,,,0,2018-06-05,2019-03-18 -/games/boxart/full_1224714AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles Double Pack,GBA,Action,Konami,Konami,,0.02,0.01,,0,0,2006-06-06, -/games/boxart/full_7068215JapanFrontccc.jpg,Natsuiro High School: Seishun Hakusho,PS3,Action,D3Publisher,Unknown,,0.02,,0.02,,,2015-06-04, -/games/boxart/full_3805288JapanFrontccc.jpg,Katekyoo Hitman Reborn!! Let's Ansatsu!? Nerawareta 10 Daime!,PS2,Action,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-10-25, -/games/boxart/full_4925919AmericaFrontccc.jpg,The Mummy,GBA,Action,Ubisoft,Ubisoft,,0.02,0.01,,0,0,2002-11-20, -/games/boxart/full_5445244AmericaFrontccc.jpg,The Crow: City of Angels,PS,Action,Acclaim Entertainment,Gray Matter,,0.02,0.01,,0.01,0,1997-02-28, -/games/boxart/full_9874313AmericaFrontccc.jpg,Mini Ninjas,PC,Action,Eidos Interactive,IO Interactive,,0.02,,,0.02,0,2009-09-08, -/games/boxart/full_8894877AmericaFrontccc.jpg,Paranormal Pursuit: The Gifted One,PC,Action,Alawar Entertainment,Big Fish Games,,0.02,,,0.02,0,2015-08-07,2018-09-22 -/games/boxart/full_9815358JapanFrontccc.jpg,Eve: Burst Error R,PSV,Action,Red Flagship,Unknown,,0.02,,0.02,,,2016-04-28, -/games/boxart/full_2957650AmericaFrontccc.jpg,My Hero: Doctor,DS,Action,Majesco,Game Life / Dream On Studio,,0.02,0.02,,,0,2009-11-17, -/games/boxart/full_metal-fight-beyblade-portable-chouzetsu-tensei-vulcan-horses_9JapanFront.jpg,Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses,PSP,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2010-10-21, -/games/boxart/full_sd-gundam-sangokuden-brave-battle-warriors-shin-mirisha-taisen_829JapanFront.jpg,SD Gundam Sangokuden Brave Battle Warriors: Shin Mirisha Taisen,DS,Action,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-12-02, -/games/boxart/full_1109348AmericaFrontccc.jpg,Red Ninja: End of Honor,XB,Action,VU Games,Tranji,,0.02,0.01,,0,0,2005-03-29, -/games/boxart/full_1062519JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 26: Dynamite Deka,PS2,Action,Sega,Sega,,0.02,,0.02,,,2006-04-27, -/games/boxart/full_6393042AmericaFrontccc.jpg,Kong: The Animated Series,GBA,Action,BAM! Entertainment,Planet Interactive,5,0.02,0.01,,0,0,2002-08-20, -/games/boxart/full_6544546AmericaFrontccc.jpg,Saints Row: Gat out of Hell,XOne,Action,Deep Silver,Volition Inc.,,0.02,,,0.02,0,2015-01-20, -/games/boxart/full_45390JapanFrontccc.jpg,Higurashi no Naku Koro ni Iki,PS3,Action,Kaga Create,Unknown,,0.02,,0.02,,,2015-03-12, -/games/boxart/full_5502885AmericaFrontccc.jpg,Mega Man Legacy Collection 2,XOne,Action,Capcom,Capcom,,0.02,0.02,,,0,2017-08-08,2018-08-20 -/games/boxart/full_615692JapanFrontccc.jpg,Brothers Conflict: Precious Baby,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2017-04-07, -/games/boxart/3665404ccc.jpg,Disney's Meet the Robinsons,DS,Action,Disney Interactive Studios,Altron,,0.02,0.02,,0,0,2007-03-27, -/games/boxart/full_1297393JapanFrontccc.jpg,Tengen Toppa Gurren-Lagann,DS,Action,Konami,Konami,,0.02,,0.02,,,2007-10-25, -/games/boxart/full_9924512AmericaFrontccc.jpg,Spider-Man: Web of Shadows,PC,Action,Activision,Shaba Games / Treyarch,5.3,0.02,,,0.02,0,2008-10-28, -/games/boxart/full_8230804JapanFrontccc.jpg,Meiji Toukyou Renka: Full Moon,PSV,Action,5pb,Unknown,,0.02,,0.02,,,2016-08-25, -/games/boxart/full_pdc-world-championship-darts-pro-tour_783PALFront.jpg,PDC World Championship Darts: Pro Tour,X360,Sports,O-Games,O-Games,,0.02,,,0.02,0,2010-11-26, -/games/boxart/7071290ccc.jpg,ESPN MLS ExtraTime 2002,GC,Sports,Konami,Konami Computer Entertainment America,,0.02,0.02,,0,0,2002-03-25, -/games/boxart/full_1085639JapanFrontccc.jpg,Winning Post 7: Maximum 2007,PS2,Sports,KOEI,Koei,,0.02,,0.02,,,2007-03-29, -/games/boxart/full_8649371AmericaFrontccc.jpg,Backyard Baseball '09,PS2,Sports,Atari,Humongous Entertainment,,0.02,0.01,,0.01,0,2008-06-10, -/games/boxart/full_7895034AmericaFrontccc.jpg,Ten Pin Alley 2,Wii,Sports,XS Games,Adrenalin Entertainment,,0.02,0.02,,,0,2008-10-22, -/games/boxart/6469668ccc.jpg,Balls of Fury,Wii,Sports,DSI Games,Black Lantern Studios,,0.02,0.02,,0,0,2007-10-05, -/games/boxart/8170535ccc.jpg,Pebble Beach Golf Links,SAT,Sports,Sega,Tikipod,,0.02,,0.02,,,1995-01-01, -/games/boxart/full_1334080AmericaFrontccc.jpg,SBK: Snowboard Kids,DS,Sports,Atlus,"in-glove Co., ltd",,0.02,0.02,,0,0,2005-11-22, -/games/boxart/full_1791271JapanFrontccc.jpg,Winning Post 8 2018,PS4,Sports,Koei Tecmo,Koei Tecmo Games,,0.02,,0.02,,,2018-03-15,2018-07-30 -/games/boxart/full_5375221AmericaFrontccc.jpg,Winter Blast: 9 Snow & Ice Games,Wii,Sports,Destineer,Destineer,,0.02,0.02,,,0,2010-03-23, -/games/boxart/full_1681426AmericaFrontccc.jpg,Worldwide Soccer Manager 2007,PC,Sports,Sega,Sports Interactive,8.9,0.02,,,0.02,0,2006-10-01, -/games/boxart/full_9139210AmericaFrontccc.jpg,Rugby 06,XB,Sports,EA Sports,HB Studios Multimedia,,0.02,0.01,,0,0,2006-02-14, -/games/boxart/full_112994AmericaFrontccc.jpg,Crayola Scoot,PS4,Sports,Outright Games,Outright Games,,0.02,0.01,,,0,2018-10-16,2018-08-07 -/games/boxart/full_caspers-scare-school-spooky-sports-day_1AmericaFront.jpg,Casper's Scare School: Spooky Sports Day,Wii,Sports,Crave Entertainment,The Code Monkeys,,0.02,0.02,,0,0,2010-10-19, -/games/boxart/full_2662603AmericaFrontccc.jpg,Super Bowling,N64,Sports,UFO Interactive,Athena,,0.02,0.02,,,0,2001-01-15, -/games/boxart/full_winter-sports-2011_968PALFront.jpg,Winter Sports 2011,X360,Sports,DTP Entertainment,49Games,,0.02,,,0.02,0,2011-02-25, -/games/boxart/full_528028AmericaFrontccc.jpg,Resident Evil: Revelations,XOne,Action,Capcom,Capcom,,0.02,0.02,,,0,2017-08-29,2018-03-16 -/games/boxart/full_998751JapanFrontccc.jpg,Abunai: Koi no Sousa Shitsu,PSV,Action,Asgard,Unknown,,0.02,,0.02,,,2015-05-21, -/games/boxart/full_musou-orochi-2_158JapanFront.jpg,Warriors Orochi 2,X360,Action,Tecmo Koei,Omega Force,,0.02,,0.02,,,2012-03-20,2018-04-24 -/games/boxart/full_158800JapanFrontccc.jpg,Major Dream: Major DS Dream Baseball,DS,Sports,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2008-07-31, -/games/boxart/full_3364713JapanFrontccc.jpg,SNK Heroines Tag Team Frenzy,PS4,Fighting,NIS America,SNK Corporation,,0.02,,0.02,,,2018-09-07,2018-08-04 -/games/boxart/full_5959543PALFrontccc.jpg,Virtua Pro Football,PS2,Sports,Sega,Sega Europe,,0.02,,0.02,,,2006-09-01, -/games/boxart/9706922ccc.jpg,Adidas Power Soccer 98,PS,Sports,Psygnosis,Shen Studios,5.8,0.02,0.01,,0.01,0,1998-06-30, -/games/boxart/full_5001048AmericaFrontccc.jpg,ESPN MLS ExtraTime 2002,XB,Sports,Konami,Konami Computer Entertainment America,,0.02,0.01,,0,0,2002-03-27, -/games/boxart/full_8777680PALFrontccc.png,Tenkai Knights: Brave Battle,3DS,Action,Namco Bandai Games,Delta Factory,4.5,0.02,0.01,0,0.01,0,2014-10-07,2019-01-24 -/games/boxart/full_5039530JapanFrontccc.jpg,"Simple 2500 Series Portable!! Vol. 12: The Hohei 2: Senyuu yo, Sakini Ike",PSP,Action,D3 Publisher,D3 Publisher,,0.02,,0.02,,,2009-07-30, -/games/boxart/full_4080811AmericaFrontccc.jpg,Knight's Apprentice: Memorick's Adventures,XB,Action,XS Games,Microids,,0.02,0.02,,0,0,2004-06-15, -/games/boxart/full_6208870JapanFrontccc.jpg,Bara ni Kakusareshi Verite,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2016-09-01, -/games/boxart/full_5270387AmericaFrontccc.jpg,Geometry Wars 3: Dimensions Evolved,XOne,Action,Activision,Unknown,,0.02,0.02,,,0,2016-10-11, -/games/boxart/full_5857895AmericaFrontccc.jpg,Franklin's Great Adventures,DS,Action,Game Factory,Neko Entertainment,,0.02,0.02,,0,0,2006-04-01, -/games/boxart/full_3857479JapanFrontccc.jpg,To Love-Ru Trouble: Darkness - True Princess,PSV,Action,FuRyu Corporation,Unknown,,0.02,,0.02,,,2015-11-05, -/games/boxart/8552171ccc.jpg,Rule of Rose,PS2,Action,Atlus,Punchline / Shirogumi,5.9,0.02,0.01,,0.01,0,2006-09-12, -/games/boxart/full_the-sims-complete-collection_572AmericaFront.jpg,The Sims: Complete Collection,PC,Simulation,Electronic Arts,Maxis,,0.02,0.01,,0.01,0,2005-11-02, -/games/boxart/full_536835JapanFrontccc.jpg,World Neverland 2in1 Portable: Olerud Kingdom & Republic of Pluto,PSP,Simulation,fonfun,fonfun Corporation,,0.02,,0.02,,,2008-06-26, -/games/boxart/full_923165JapanFrontccc.jpg,Cats Together,NS,Simulation,Bandai Namco Games,Bandai Namco Games,,0.02,,0.02,,,2018-11-01,2018-11-07 -/games/boxart/full_7868778AmericaFrontccc.jpg,IL-2 Sturmovik: Forgotten Battles,PC,Simulation,Ubisoft,1C: Maddox Games,,0.02,,,0.02,0,2003-03-02, -/games/boxart/full_7683840PALFrontccc.jpg,Supermodel Makeover by Lauren Luke,DS,Simulation,Avanquest,Avanquest Software,,0.02,,,0.02,0,2009-12-18, -/games/boxart/full_2398138JapanFrontccc.jpg,Motto! SoniComi,PS3,Simulation,Kadokawa Games,Kadokawa Games,,0.02,,0.02,,,2014-03-20,2019-05-03 -/games/boxart/full_cities-xl-2011_167AmericaFront.jpg,Cities XL 2011,PC,Simulation,Focus Home Interactive,Monte Cristo Multimedia,,0.02,,,0.02,0,2010-10-14, -/games/boxart/full_2773101JapanFrontccc.jpg,Sousaku Alice to Oujisama!,3DS,Simulation,Happinet,Happinet,,0.02,,0.02,,,2015-11-26,2018-08-03 -/games/boxart/full_4707005JapanFrontccc.jpg,Kawaii Koinu DS 3,DS,Simulation,MTO,MTO,,0.02,,0.02,,,2010-03-18, -/games/boxart/full_7678440JapanFrontccc.jpg,Mushishi: Amefuru Sato,DS,Simulation,Marvelous Interactive,Tenky,,0.02,,0.02,,,2008-01-31, -/games/boxart/full_5364305JapanFrontccc.jpg,Guitar Freaks V2 & DrumMania V2,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2006-11-22, -/games/boxart/2082197ccc.jpg,SimCity Societies,PC,Simulation,Electronic Arts,Tilted Mill Entertainment,,0.02,,,0.02,0,2007-11-13, -/games/boxart/full_3734737AmericaFrontccc.jpg,Freedom Wings,DS,Simulation,Natsume,BELUGA Computer Inc.,,0.02,0.02,,0,0,2006-08-21, -/games/boxart/full_5879144AmericaFrontccc.jpg,Discovery Kids: Snake Safari,DS,Simulation,505 Games,505 Games,,0.02,0.02,,,0,2010-06-08, -/games/boxart/full_190602JapanFrontccc.jpg,The IdolM@ster: Gravure For You! Vol. 9,PS3,Simulation,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2012-06-28,2019-05-04 -/games/boxart/full_549602JapanFrontccc.jpg,Neo Atlas 1469,PSV,Simulation,ArtDink,ArtDink,,0.02,,0.02,,,2016-10-27,2018-04-26 -/games/boxart/2213281ccc.jpg,NFL Blitz Pro,GC,Sports,Midway Games,Point of View,,0.02,0.02,,0,0,2003-12-02, -/games/boxart/7955913ccc.jpg,Evolution Snowboarding,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,0.02,0.01,,0.01,0,2002-11-26, -/games/boxart/full_5151880AmericaFrontccc.jpg,Viva Pinata,PC,Simulation,Microsoft Game Studios,Rare Ltd.,8,0.02,,,0.02,0,2007-11-06, -/games/boxart/full_3880130JapanFrontccc.png,Cats Together,3DS,Simulation,Bandai Namco Games,Bandai Namco Games,,0.02,,0.02,,,2018-11-21,2018-11-07 -/games/boxart/full_3621990JapanFrontccc.jpg,Livly Garden,DS,Simulation,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2010-01-28, -/games/boxart/full_cities-in-motion-collection_129AmericaFront.jpg,Cities in Motion Collection,PC,Simulation,Paradox Interactive,Paradox Interactive,,0.02,,,0.02,0,2011-11-22, -/games/boxart/full_9205377JapanFrontccc.jpg,Gal Gun,PS3,Simulation,Alchemist,Alchemist,,0.02,,0.02,,,2012-02-23,2018-03-04 -/games/boxart/full_2967417JapanFrontccc.jpg,Dance Dance Revolution Extra Mix,PS,Simulation,Konami,KCET,,0.02,,0.02,,0,2001-06-07, -/games/boxart/full_9556006AmericaFrontccc.jpg,8 to Glory: The Official Game of the PBR,XOne,Sports,THQ Nordic,Three Gates,,0.02,0.02,,,0,2018-10-30,2018-09-30 -/games/boxart/1477133ccc.jpg,FIFA Soccer 09,PC,Sports,Electronic Arts,EA Canada,,0.02,,,0.02,0,2008-10-14, -/games/boxart/full_8256673AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,GBA,Sports,Aspyr,Small Rockets,,0.02,0.01,,0.01,0,2003-11-10, -/games/boxart/8362482ccc.jpg,Disney Sports Football,GBA,Sports,Konami,Konami,6.2,0.02,0.01,,0.01,0,2002-11-05, -/games/boxart/full_7012084AmericaFrontccc.jpg,Polar Bowler,DS,Sports,Mumbo Jumbo,Wild Games,,0.02,0.02,,,0,2008-10-07, -/games/boxart/full_6339502AmericaFrontccc.jpg,RedCard 20-03,GC,Sports,Midway Games,Point of View,,0.02,0.02,,0,0,2002-06-24, -/games/boxart/full_2149703PALFrontccc.png,Rugby League Team Manager 2015,PC,Sports,Alternative Software,Alternative Software,,0.02,,,0.02,0,2015-06-19,2018-09-22 -/games/boxart/full_1061563PALFrontccc.jpg,Rugby World Cup 2015,XOne,Sports,Big Ben Interactive,HB Studios,,0.02,,,0.02,0,2015-09-04,2018-04-19 -/games/boxart/full_823721AmericaFrontccc.jpg,Combat Flight Simulator 3: Battle for Europe,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,0.02,0.01,,0.01,0,2002-10-25, -/games/boxart/full_6520471JapanFrontccc.jpg,Kabushiki Baibai Trainer: Kabutore! Next,DS,Simulation,Konami,Kojima Productions,,0.02,,0.02,,,2007-11-29, -/games/boxart/full_4457932JapanFrontccc.png,A-Train Exp.,PS4,Simulation,ArtDink,ArtDink,,0.02,,0.02,,,2017-12-21,2018-01-07 -/games/boxart/full_8162186JapanFrontccc.jpg,Sotsugyou II: Neo Generation Special,3DO,Simulation,Imageworks,Shar Rock,,0.02,,0.02,,,1995-11-22, -/games/boxart/full_7305796AmericaFrontccc.jpg,X-Plane 10 Global,PC,Simulation,Aerosoft,Laminar Research,,0.02,,,0.02,0,2013-10-13,2018-09-22 -/games/boxart/full_3542927AmericaFrontccc.jpg,Dreamer Series: Horse Trainer,DS,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,0.02,0.02,,,0,2008-12-16, -/games/boxart/full_577620JapanFrontccc.jpg,The Conveni 4,PS2,Simulation,Hamster Corporation,Hamster Corporation,,0.02,,0.02,,,2006-04-27, -/games/boxart/full_germanys-next-topmodel-2011_262PALFront.jpg,Germany's Next Topmodel 2011,Wii,Simulation,7G//AMES,SevenOne Intermedia GmbH,,0.02,,,0.02,0,2011-03-18, -/games/boxart/full_8904077AmericaFrontccc.jpg,Project Highrise: Architect's Edition,NS,Simulation,Kalypso Media,SomaSim,,0.02,0.01,,,0,2018-11-13,2019-03-22 -/games/boxart/full_3892980AmericaFrontccc.jpg,Airline Tycoon,PC,Simulation,Monte Christo Multimedia,Spellbound Entertainment,,0.02,,,0.01,0,2001-01-22, -/games/boxart/full_86137JapanFrontccc.jpg,Winning Post 8 2016,PSV,Simulation,Tecmo Koei,Koei Tecmo Games,,0.02,,0.02,,,2016-03-31,2018-07-31 -/games/boxart/full_9075677AmericaFrontccc.jpg,Tropico 5,XOne,Simulation,Kalypso Media,Haemimont Games,,0.02,0.02,,,0,2016-05-24,2018-08-20 -/games/boxart/full_densha-de-go-tokubetsu-hen-fukkatsu-shouwa-no-yamatesen_10JapanFront.jpg,Densha de Go! Tokubetsu-hen: Fukkatsu Shouwa no Yamatesen,DS,Simulation,Square Enix,Taito Corporation,,0.02,,0.02,,,2010-07-22, -/games/boxart/full_8321621PALFrontccc.jpg,Mary King's Riding School 2,Wii,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,0.02,,,0.02,0,2009-09-11, -/games/boxart/full_7310768AmericaFrontccc.jpg,This Is The Police,PS4,Simulation,THQ Nordic,Weappy Studio,,0.02,0.01,,,0,2017-03-22,2018-09-15 -/games/boxart/full_6554200AmericaFrontccc.jpg,Heroes of the Pacific,PC,Simulation,Ubisoft,IR Gurus Interactive,,0.02,,,0.02,0,2005-10-25, -/games/boxart/full_9835324AmericaFrontccc.jpg,Pony Luv,DS,Simulation,Aspyr,Gogii Games,,0.02,0.02,,0,0,2008-07-07, -/games/boxart/full_8150658AmericaFrontccc.jpg,Jurassic Park: Operation Genesis,PC,Simulation,VU Games,Blue Tongue,,0.02,,,0.02,0,2003-03-10, -/games/boxart/full_1420678JapanFrontccc.jpg,Kuusen II,PS2,Simulation,Kadokawa Shoten,ESP,,0.02,,0.02,,,2004-02-11, -/games/boxart/full_8447189AmericaFrontccc.jpg,Project Highrise: Architect's Edition,PS4,Simulation,Kalypso Media,SomaSim,,0.02,0.01,,,0,2018-11-13,2019-03-22 -/games/boxart/full_1742635JapanFrontccc.jpg,Winning Post 8 2016,PS3,Simulation,Tecmo Koei,Koei Tecmo Games,,0.02,,0.02,,,2016-03-31,2018-07-31 -/games/boxart/full_7534436AmericaFrontccc.jpg,My Ballet Studio,DS,Simulation,505 Games,Arc System Works,,0.02,0.01,,0,0,2009-11-17, -/games/boxart/full_emergency-2012_820PALFront.jpg,Emergency 2012,DS,Simulation,Rondomedia,Quadriga Games,,0.02,,,0.01,0,2010-11-24, -/games/boxart/full_densha-de-go-shinkansen-ex-sanyou-shinkansen-hen_9JapanFront.jpg,Densha de Go! Shinkansen EX: Sanyou Shinkansen-hen,Wii,Simulation,Taito,Taito Corporation,,0.02,,0.02,,,2007-03-01, -/games/boxart/full_6764460AmericaFrontccc.jpg,Let's Play Flight Attendant,DS,Simulation,Deep Silver,Zig Zag,,0.02,0.02,,,0,2010-03-30, -/games/boxart/full_2802245AmericaFrontccc.jpg,Falcon 4.0: Allied Force,PC,Simulation,Graphsim Entertainment,Lead Pursuit,,0.02,,,0.02,0,2005-06-28, -/games/boxart/full_3123868AmericaFrontccc.jpg,Prison Architect,XOne,Simulation,Introversion Software,Introversion Software,,0.02,0.02,,,0,2016-06-28,2018-08-18 -/games/boxart/full_8065166AmericaFrontccc.jpg,Let's Play Garden,Wii,Simulation,Deep Silver,Deep Silver,,0.02,0.02,,,0,2010-06-08, -/games/boxart/full_1880002JapanFrontccc.jpg,The Idolmaster: Gravure For You! Vol.7,PS3,Simulation,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2012-04-26,2019-05-02 -/games/boxart/full_poppin-music-12-iroha_1JapanFront.jpg,Pop'n Music 12 Iroha,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2006-03-02, -/games/boxart/full_5585245JapanFrontccc.jpg,BeatMania IIDX 11: IIDX Red,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2006-05-18, -/games/boxart/full_5360803AmericaFrontccc.jpg,Steel Battalion: Line of Contact,XB,Simulation,Capcom,"Capcom Production Studio 4 / Nude Maker Co., Ltd.",,0.02,0.02,,0.01,0,2004-02-27, -/games/boxart/full_iron-soldier-3_10AmericaFront.jpg,Iron Soldier 3,PS,Simulation,Vatical Entertainment,Eclipse Software,,0.02,0.01,,0.01,0,2000-06-20, -/games/boxart/6671424ccc.jpg,FIFA Soccer 08,PC,Sports,EA Sports,EA Canada,,0.02,,,0.01,0,2007-10-09, -/games/boxart/full_2764219PALFrontccc.jpg,Football Manager 2007,X360,Sports,Sega,Sports Interactive,8.4,0.02,,,0.01,0,2006-12-01, -/games/boxart/full_world-class-rugby-2_990JapanFront.jpg,World Class Rugby 2: Kokunai Gekitou Hen '93,SNES,Sports,Misawa,Denton Designs,,0.02,,0.02,,,1994-01-07, -/games/boxart/full_6178826AmericaFrontccc.jpg,Tennis World Tour,NS,Sports,Bigben Interactive,Breakpoint Studio,,0.02,0.02,,,0,2018-07-10,2018-09-26 -/games/boxart/full_lets-dance-with-mel-b_120PALFront.jpg,Let's Dance with Mel B,X360,Sports,Black Bean Games,Lightning Fish,,0.02,,,0.02,0,2012-04-24, -/games/boxart/full_summer-challenge-athletics-tournament_858PALFront.jpg,Summer Challenge: Athletics Tournament,Wii,Sports,PQube,DTP Young Entertainment,,0.02,,,0.02,0,2011-09-02, -/games/boxart/full_55340PALFrontccc.jpg,Dancing on Ice,DS,Sports,Ghostlight,Infusion Games Ltd,,0.02,,,0.01,0,2010-06-25, -/games/boxart/full_687719PALFrontccc.jpg,Motorsport Manager (2017),PC,Simulation,Sega,Playsport Games,,0.02,,,0.01,0,2017-03-27,2018-09-22 -/games/boxart/full_4356762JapanFrontccc.jpg,Dream C Club: GoGo.,PS3,Simulation,D3Publisher,D3 Publisher,,0.02,,0.02,,,2014-04-10,2019-05-21 -/games/boxart/full_1364740PALFrontccc.jpg,Tour de France 2018,PS4,Simulation,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2018-06-28,2018-08-11 -/games/boxart/full_4617097AmericaFrontccc.jpg,The Sims 4: Luxury Party Stuff,PC,Simulation,Electronic Arts,The Sims Studio,,0.02,,,0.02,0,2015-05-19,2018-09-22 -/games/boxart/full_8943016JapanFrontccc.jpg,Jet Impulse,DS,Simulation,Unknown,Nintendo,,0.02,,0.02,,,, -/games/boxart/full_7267378JapanFrontccc.jpg,Portable Island: Tenohira Resort,PSP,Simulation,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2006-07-20, -/games/boxart/full_9434904AmericaFrontccc.jpg,Star Trek: Legacy,PC,Simulation,Bethesda Softworks,Mad Doc Software,5.3,0.02,,,0.01,0,2006-12-05, -/games/boxart/full_1155044PALFrontccc.jpg,Le Tour de France 2017,XOne,Simulation,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2017-06-15,2018-08-12 -/games/boxart/full_716773PALFrontccc.jpg,Professional Farmer 2016,PS4,Simulation,Namco Bandai Games,UIG Entertainment,,0.02,,,0.02,0,2015-11-20,2019-05-07 -/games/boxart/full_9368522PALFrontccc.jpg,Mary King's Riding School,DS,Simulation,Ghostlight,Coyote Console,,0.02,,,0.02,0,2008-08-29, -/games/boxart/5508939ccc.jpg,Littlest Pet Shop,PC,Simulation,Electronic Arts,EA Salt Lake,,0.02,,,0.02,0,2008-10-20, -/games/boxart/full_4854446JapanFrontccc.jpg,Oyaku de Asoberu DS Ehon: Ukkari Penelope,DS,Simulation,Tecmo,Tecmo,,0.02,,0.02,,,2008-04-24, -/games/boxart/full_2005849AmericaFrontccc.jpg,Rapala Fishing Pro Series,NS,Simulation,GameMill Entertainment,"Concrete Software, Inc.",,0.02,0.01,,,0,2018-10-16,2019-01-03 -/games/boxart/full_germanys-next-topmodel-2011_97PALFront.jpg,Germany's Next Topmodel 2011,DS,Simulation,7G//AMES,SevenOne Intermedia GmbH,,0.02,,,0.01,0,2011-03-18, -/games/boxart/default.jpg,I Love Horses: Rider's Paradise,Wii,Simulation,Destineer,Destineer,,0.02,0.01,,,0,2010-11-30, -/games/boxart/full_9087162JapanFrontccc.jpg,Yume Neko DS,DS,Simulation,Sega,Sega,,0.02,,0.02,,,2008-04-24, -/games/boxart/full_the-sims-2-family-fun-stuff_819AmericaFront.jpg,The Sims 2: Family Fun Stuff,PC,Simulation,Electronic Arts,Maxis Software,,0.02,0,,0.01,0,2006-04-11, -/games/boxart/full_guitar-freaks-ampamp-drummania-v3_6JapanFront.jpg,Guitar Freaks V3 & DrumMania V3,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2007-10-04, -/games/boxart/full_guitar-freaks-ampamp-drummania-masterpiece-gold_0JapanFront.jpg,Guitar Freaks & DrumMania: Masterpiece Gold,PS2,Simulation,Konami,Konami,,0.02,,0.02,,,2007-03-08, -/games/boxart/full_the-sims-2-happy-holiday-stuff_928AmericaFront.jpg,The Sims 2: Happy Holiday Stuff,PC,Simulation,Electronic Arts,Maxis,,0.02,0.01,,0.01,0,2006-11-08, -/games/boxart/full_6053786AmericaFrontccc.jpg,B-17: Fortress in the Sky,DS,Simulation,DSI Games,Zoo Digital Publishing,,0.02,0.02,,0,0,2007-06-19, -/games/boxart/full_4114545JapanFrontccc.jpg,Warship Gunner 2 Portable,PSP,Simulation,KOEI,Micro Cabin,,0.02,,0.02,,,2009-11-12, -/games/boxart/full_4302280AmericaFrontccc.jpg,Gal Gun 2,NS,Simulation,PQube,Inti Creates,,0.02,0.01,0.01,,0,2018-04-24,2018-03-04 -/games/boxart/full_airport-simulator_35PALFront.jpg,Airport Simulator,PC,Simulation,Unknown,Just Sims,,0.02,,,0.02,0,2011-08-19, -/games/boxart/full_4942474PALFrontccc.jpg,Football Academy,DS,Sports,EA Sports,Electronic Arts,,0.02,,,0.01,0,2009-03-20, -/games/boxart/full_9689265AmericaFrontccc.jpg,Assetto Corsa,XOne,Racing,505 Games,Kunos Simulazioni,6,0.02,,,0.01,0,2016-08-30,2018-09-17 -/games/boxart/full_3394357AmericaFrontccc.jpg,GRIP: Combat Racing,NS,Racing,U&I Entertainment,Caged Element,,0.02,0.01,,,0,2018-11-06,2018-09-11 -/games/boxart/full_5135787PALFrontccc.jpg,WRC 6,PC,Racing,PQube,Bigben Interactive,,0.02,,,0.01,0,2016-10-07,2018-08-12 -/games/boxart/full_7356028AmericaFrontccc.jpg,Powerbike,DS,Racing,Majesco,Tornado Studios,,0.02,0.01,,,0,2009-06-02, -/games/boxart/full_3696918AmericaFrontccc.jpg,Race Driver: Create & Race,DS,Racing,Codemasters,Firebrand Games,,0.02,0.01,,0,0,2007-10-02, -/games/boxart/6709763ccc.jpg,Hummer Badlands,XB,Racing,Global Star Software,Eutechnyx,,0.02,0.01,,0,0,2006-04-14, -/games/boxart/full_7093534AmericaFrontccc.jpg,Top Gear RPM Tuning,XB,Racing,Kemco,Babylon Software,4.9,0.02,0.01,,0,0,2005-02-16, -/games/boxart/6316392ccc.jpg,ESPN NFL Primetime 2002,XB,Sports,Konami,Farsight Technologies,,0.02,0.01,,0,0,2002-01-22, -/games/boxart/full_5110480JapanFrontccc.jpg,Gallop Racer Inbreed,PS2,Sports,Tecmo,Tecmo,,0.02,,0.02,,,2006-11-02, -/games/boxart/3672941ccc.gif,Frisbee Disc Freestyle / Frisbee Disc Golf,DS,Sports,DSI Games,Destination Software,,0.02,0.02,,,0,2007-03-06, -/games/boxart/full_2888398JapanFrontccc.jpg,Winning Post 7 2013,PSV,Sports,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2013-06-20,2019-01-19 -/games/boxart/full_4962491JapanFrontccc.jpg,Winning Post 7: Maximum 2007,PS3,Sports,KOEI,Koei,,0.02,,0.02,,,2007-03-29, -/games/boxart/full_2139853PALFrontccc.jpg,PDC World Championship Darts 2008,DS,Sports,Unknown,Oxygen Interactive,,0.02,0.01,,,0,, -/games/boxart/full_3270024PALFrontccc.jpg,Rugby World Cup 2015,PSV,Sports,Big Ben Interactive,HB Studios,,0.02,,,0.01,0,2015-09-04,2018-04-19 -/games/boxart/full_4710408AmericaFrontccc.jpg,Crayola Scoot,XOne,Sports,Outright Games,Outright Games,,0.02,0.01,,,0,2018-10-16,2018-08-07 -/games/boxart/full_7461332AmericaFrontccc.jpg,Disney Sports Football,GC,Sports,Konami,Konami,,0.02,0.01,,0,0,2002-12-08, -/games/boxart/6595681ccc.jpg,NBA 07,PS2,Sports,Sony Computer Entertainment,SCE San Diego Studio,,0.02,0.01,,0.01,0,2006-09-25,2018-12-04 -/games/boxart/full_canada-hunt_795AmericaFront.jpg,Canada Hunt,Wii,Sports,Virtual Play Games,Rhino Studios,,0.02,0.02,,,0,2010-05-18, -/games/boxart/default.jpg,Super Dodge Ball,NG,Sports,Technos Japan Corporation,Technos,,0.02,,0.02,,,1996-01-01, -/games/boxart/full_caspers-scare-school-spooky-sports-day_8AmericaFront.jpg,Casper's Scare School: Spooky Sports Day,DS,Sports,Crave Entertainment,The Code Monkeys,,0.02,0.02,,0,0,2010-10-19, -/games/boxart/5731606ccc.jpg,Cabela's Alaskan Adventure,PS2,Sports,Activision,Activision,,0.02,0.01,,0.01,0,2006-09-19, -/games/boxart/full_3582751AmericaFrontccc.jpg,Elf Bowling 1 & 2,DS,Sports,Ignition Entertainment,Ignition Entertainment,,0.02,0.02,,,0,2005-12-01, -/games/boxart/full_5015653AmericaFrontccc.jpg,NHL 09,PC,Sports,Electronic Arts,EA Canada,,0.02,,,0.02,0,2008-10-20, -/games/boxart/full_2608909JapanFrontccc.jpg,Chou!! Super Nep League DS,DS,Sports,Jaleco,Jaleco Entertainment,,0.02,,0.02,,,2008-12-04, -/games/boxart/full_5496903AmericaFrontccc.jpg,WTA Tour Tennis,GBA,Sports,Konami,Konami,,0.02,0.01,,0,0,2002-05-31, -/games/boxart/1114873ccc.jpg,Davis Cup Tennis,GBA,Sports,Ubisoft,Hokus Pokus,6.4,0.02,0.01,,0,0,2002-10-14, -/games/boxart/full_4356991AmericaFrontccc.jpg,NHL 2K3,GC,Sports,Sega,Treyarch,,0.02,0.01,,0,0,2002-12-11, -/games/boxart/9688202ccc.jpg,The Hustle: Detroit Streets,XB,Sports,Activision,Blade Interactive,,0.02,0.01,,0,0,2006-04-26, -/games/boxart/full_blood-bowl-legendary-edition_753PALFront.jpg,Blood Bowl: Legendary Edition,PC,Sports,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2010-10-28, -/games/boxart/full_4976961AmericaFrontccc.jpg,Disney Sports Basketball,GBA,Sports,Konami,Konami,6.7,0.02,0.01,,0,0,2002-11-23, -/games/boxart/full_3642187AmericaFrontccc.jpg,Balls of Fury,DS,Sports,DSI Games,Black Lantern Studios,,0.02,0.02,,0,0,2007-09-27, -/games/boxart/7826984ccc.jpg,The Fast and the Furious,PSP,Racing,Namco Bandai,Eutechnyx,,0.02,0.02,,0,0,2007-04-24, -/games/boxart/full_9637081AmericaFrontccc.jpg,Fast & Furious: Showdown,PS3,Racing,Activision,Firebrand Games,,0.02,,,0.02,0,2013-05-21,2019-05-04 -/games/boxart/full_chevrolet-camaro-wild-ride_154AmericaFront.jpg,Chevrolet Camaro: Wild Ride,DS,Racing,Storm City Games,Visual Impact Productions,,0.02,0.02,,,0,2010-11-05, -/games/boxart/9879878ccc.jpg,F1 2002,GBA,Racing,"Destination Software, Inc",Magic Pockets,6.5,0.02,0.01,,0.01,0,2003-01-07, -/games/boxart/full_9326419AmericaFrontccc.jpg,Fuel,PC,Racing,Codemasters,Asobo Studio,6.4,0.02,,,0.02,0,2009-06-23,2020-08-05 -/games/boxart/full_gt-legends_888AmericaFront.jpg,GT Legends,PC,Racing,Viva Media,SimBin,,0.02,,,0.02,0,2006-01-23, -/games/boxart/full_6854224AmericaFrontccc.jpg,Need for Speed: Payback,PC,Racing,Electronic Arts,Ghost Games,6.5,0.02,,,0.02,0,2017-11-10,2018-04-04 -/games/boxart/7138514ccc.jpg,Test Drive Unlimited,PC,Racing,Atari,Eden Studios,7.8,0.02,,,0.02,0,2007-03-20, -/games/boxart/2069755ccc.jpg,Motocross Mania 3,XB,Racing,2K Games,Deibus Studios,,0.02,0.01,,0,0,2005-04-27, -/games/boxart/full_1621469PALFrontccc.jpg,Gear Club Unlimited 2,NS,Racing,Microids,Eden Games,,0.02,0.02,,,0,2018-12-04,2019-03-18 -/games/boxart/full_6497277AmericaFrontccc.jpg,Redout,XOne,Racing,505 Games,Nicalis,,0.02,0.02,,,0,2017-08-29,2018-08-15 -/games/boxart/full_7460844AmericaFrontccc.jpg,TOCA Race Driver 3: The Ultimate Racing Simulator,PC,Racing,Codemasters,Codemasters,,0.02,,,0.02,0,2006-02-24, -/games/boxart/full_4647006AmericaFrontccc.jpg,Yu-Gi-Oh! 5D's Wheelie Breakers (JP sales),Wii,Racing,Konami,Konami,,0.02,,0.02,,,2009-05-19, -/games/boxart/full_7225255AmericaFrontccc.jpg,XGRA: Extreme G Racing Association,GC,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,7.4,0.02,0.02,,0,0,2003-11-24, -/games/boxart/full_3046709AmericaFrontccc.jpg,Butt-Ugly Martians: Zoom or Doom!,PS2,Racing,Crave Entertainment,Runecraft,,0.02,0.01,,0.01,0,2003-07-31, -/games/boxart/4606714ccc.jpg,Super PickUps,PS2,Racing,XS Games,Milestone,,0.02,0.01,,0.01,0,2007-09-25, -/games/boxart/full_2827423AmericaFrontccc.jpg,Turbo: Super Stunt Squad,PS3,Racing,D3Publisher,Monkey Bar Games,,0.02,,,0.01,0,2013-07-16,2019-05-17 -/games/boxart/full_2942115AmericaFrontccc.jpg,Turbo: Super Stunt Squad,3DS,Racing,D3Publisher,Torus Games Pty. Ltd.,,0.02,,,0.02,0,2013-07-16,2019-05-07 -/games/boxart/full_627187AmericaFrontccc.jpg,Myth Makers: Super Kart GP,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.02,0.01,,0,0,2007-12-07, -/games/boxart/full_3103330AmericaFrontccc.jpg,FlatOut 4: Total Insanity,PS4,Racing,Unfinished Pixel,Kylotonn Entertainment,,0.02,0.01,,,0,2017-05-05,2018-09-20 -/games/boxart/1790004ccc.jpg,Micro Machines V4,PSP,Racing,Codemasters,Supersonic Software,,0.02,0.01,,0,0,2006-06-27, -/games/boxart/full_5518230PALFrontccc.jpg,Super Speed Machines,DS,Racing,Majesco,Tantalus Interactive,,0.02,0.02,,,0,2010-03-16, -/games/boxart/full_3110616AmericaFrontccc.jpg,Hurry Up Hedgehog!,DS,Racing,O-Games,Unknown,,0.02,0.02,,,0,2009-06-16, -/games/boxart/full_5108486AmericaFrontccc.jpg,Cars 3: Driven to Win,X360,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.02,0.02,,,0,2017-06-13,2018-01-14 -/games/boxart/full_8883883JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY 4,PS2,Racing,Sunrise Interactive,Atelier-Sai,,0.02,,0.02,,,2007-10-04, -/games/boxart/full_ferrari-the-race-experience_8PALFront.jpg,Ferrari: The Race Experience,Wii,Racing,System 3 Arcade Software,Eutechnyx,,0.02,,,0.02,0,, -/games/boxart/2092889ccc.jpg,Pro Rally,GC,Racing,Ubisoft,Ubisoft,,0.02,0.01,,0,0,2002-11-11, -/games/boxart/full_208741AmericaFrontccc.jpg,Turbo: Super Stunt Squad,Wii,Racing,D3Publisher,Torus Games Pty. Ltd.,,0.02,,,0.02,0,2013-07-16,2019-05-08 -/games/boxart/full_6552659PALFrontccc.jpg,Valentino Rossi: The Game,PC,Racing,Namco Bandai Games,Milestone S.r.l.,,0.02,,,0.02,0,2016-06-17,2018-06-25 -/games/boxart/full_8981776AmericaFrontccc.jpg,V-Rally 3,XB,Racing,Atari,Eden Studios,,0.02,0.01,,0,0,2003-03-25, -/games/boxart/full_4525727AmericaFrontccc.jpg,GTI Club: Supermini Festa!,Wii,Racing,Konami,Konami,,0.02,0.01,0,,0,2010-03-16, -/games/boxart/5399983ccc.jpg,Pulse Racer,XB,Racing,Jaleco,Jaleco Entertainment,,0.02,0.01,,0,0,2003-01-02, -/games/boxart/full_8980000AmericaFrontccc.jpg,Road Trip: The Arcade Edition,GC,Racing,Conspiracy Entertainment,Hudson Soft,,0.02,0.02,,0,0,2004-05-15, -/games/boxart/6379755ccc.jpg,Spy Hunter: Nowhere To Run,PS2,Racing,Midway Games,Terminal Reality,,0.02,0.01,,0.01,0,2006-09-05, -/games/boxart/full_8787878PALFrontccc.jpg,F1 2017,PC,Racing,Deep Silver,Codemasters,,0.02,,,0.02,0,2017-08-25,2018-05-23 -/games/boxart/full_6688802AmericaFrontccc.jpg,Bomberman Fantasy Race,PS,Racing,Atlus,Graphic Research,6.3,0.02,0.01,,0.01,0,1999-03-31, -/games/boxart/full_8464214AmericaFrontccc.jpg,Colin McRae Rally 2.0,GBA,Racing,Codemasters,Codemasters,8.5,0.02,0.02,,0.01,0,2002-09-16, -/games/boxart/8126773ccc.jpg,Spy Hunter / Super Sprint,GBA,Racing,DSI Games,DSI Games,,0.02,0.02,,0.01,0,2005-08-16, -/games/boxart/full_maximum-racing-crash-car-racer_138AmericaFront.jpg,Maximum Racing: Crash Car Racer,Wii,Racing,Unknown,Brain in a Jar,,0.02,0.01,,0.01,0,2011-03-29, -/games/boxart/7595383ccc.jpg,Speed Kings,GC,Racing,Acclaim Entertainment,Climax Entertainment,6.7,0.02,0.01,,0,0,2003-05-28, -/games/boxart/full_4895845AmericaFrontccc.jpg,Trailblazers,PS4,Racing,Rising Star Games,Supergonk,,0.02,0.02,,,0,2018-05-08,2018-09-22 -/games/boxart/full_bigfoot-king-of-crush_495AmericaFront.jpg,Bigfoot King of Crush,Wii,Racing,Zoo Games,Zoo Games,,0.02,0.02,,,0,2011-10-18, -/games/boxart/9544437ccc.gif,Total Immersion Racing,XB,Racing,Empire Interactive,Razorworks Studios,,0.02,0.02,,0.01,0,2002-11-18, -/games/boxart/full_3470673AmericaFrontccc.jpg,Moto Racer 4,XOne,Racing,Microids,Microids,,0.02,0.02,,,0,2017-01-24, -/games/boxart/3721602ccc.jpg,DiRT,PC,Racing,Codemasters,Codemasters,,0.02,,,0.02,0,2007-06-19, -/games/boxart/727285ccc.jpg,Room Zoom: Race for Impact,XB,Racing,Jaleco,Blade Interactive,,0.02,0.02,,0.01,0,2004-07-14, -/games/boxart/full_3950640AmericaFrontccc.jpg,Tube Slider,GC,Racing,NEC Interchannel,"Nd Cube Co., Ltd.",5.9,0.02,0.02,,0,0,2003-04-17, -/games/boxart/full_1549163AmericaFrontccc.jpg,Cars 3: Driven to Win,WiiU,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.02,0.02,,0,0,2017-06-13,2018-01-14 -/games/boxart/full_4864460PALFrontccc.jpg,Truck Racer,Wii,Racing,Nordic Games,Brain in a Jar,,0.02,,,0.01,0,2009-05-29, -/games/boxart/full_6944788AmericaFrontccc.jpg,IHRA Drag Racing: Sportsman Edition,XB,Racing,Bethesda Softworks,Bethesda Softworks,,0.02,0.01,,0,0,2006-06-28, -/games/boxart/full_2643387AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,XOne,Racing,Bigben Interactive,Kylotonn Entertainment,,0.02,,,0.01,0,2015-11-24,2018-04-24 -/games/boxart/full_9654111AmericaFrontccc.jpg,SBK Superbike World Championship,PS2,Racing,Conspiracy Entertainment,Milestone,,0.02,0.01,,0.01,0,2009-03-03, -/games/boxart/full_3477249AmericaFrontccc.jpg,Lotus Challenge,GC,Racing,Ignition Entertainment,Kuju Entertainment,,0.02,0.01,,0,0,2004-07-29, -/games/boxart/full_9864619AmericaFrontccc.jpg,Monster Trux Offroad,Wii,Racing,Bold Games,Data Design Interactive,,0.02,0.01,,0,0,2007-12-31, -/games/boxart/6088775ccc.jpg,Antz Extreme Racing,XB,Racing,Empire Interactive,Supersonic Software,,0.02,0.01,,0,0,2002-09-05, -/games/boxart/full_1477576JapanFrontccc.jpg,Wangan Midnight Portable,PSP,Racing,Genki,Genki,,0.02,,0.02,,,2007-09-27, -/games/boxart/full_977685PALFrontccc.jpg,Ferrari Challenge Trofeo Pirelli Deluxe,Wii,Racing,System 3 Arcade Software,Eutechnyx,,0.02,,,0.02,0,2009-05-15, -/games/boxart/full_1422931AmericaFrontccc.jpg,Ride 2,PC,Racing,Milestone S.r.l,Milestone S.r.l.,,0.02,,,0.02,0,2016-10-07,2018-06-25 -/games/boxart/full_6713585AmericaFrontccc.jpg,Group S Challenge,XB,Racing,Capcom,Capcom,,0.02,0.02,,0,0,2003-11-11, -/games/boxart/1193005ccc.jpg,Dakar 2: The World's Ultimate Rally,XB,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.02,0.02,,0,0,2003-06-19, -/games/boxart/3364697ccc.gif,Whiteout,PS2,Racing,Konami,Vicarious Visions,,0.02,0.01,,0.01,0,2002-11-24, -/games/boxart/full_3249205PALFrontccc.jpg,Dakar 18,XOne,Racing,Deep Silver,Bigmoon Entertainment,,0.02,0.01,,,0,2018-09-25,2018-07-22 -/games/boxart/571496ccc.jpg,Choro Q,PS2,Racing,Atlus,Takara,,0.02,0.01,,0.01,0,2004-11-17, -/games/boxart/full_4218755AmericaFrontccc.jpg,Colin McRae Rally 2005,PC,Racing,Codemasters,Codemasters,,0.02,,,0.01,0,2004-10-28, -/games/boxart/full_8384078AmericaFrontccc.jpg,Blade Strangers,PS4,Fighting,Nicalis,Studio Saizensen,,0.02,0.02,,,0,2018-08-28,2018-07-28 -/games/boxart/full_8908009AmericaFrontccc.jpg,Samurai Shodown V,XB,Fighting,SNK Playmore,Yuki Enterprise,,0.02,0.02,,0,0,2006-01-18, -/games/boxart/1957341ccc.jpg,Shonen Jump's One Piece: Grand Adventure,PS2,Fighting,Namco Bandai,Ganbarion,,0.02,0.01,,0.01,0,2006-08-29, -/games/boxart/full_896204AmericaFrontccc.jpg,The Crew: Wild Run,PC,Racing,Ubisoft,Ivory Tower,,0.02,,,0.02,0,2015-11-17,2018-01-04 -/games/boxart/full_6652049AmericaFrontccc.jpg,Chrysler Classic Racing,DS,Racing,Zoo Games,EM Studios,,0.02,0.02,,,0,2008-11-25, -/games/boxart/full_1943082AmericaFrontccc.jpg,Iridium Runners,PS2,Racing,SouthPeak Interactive,Playstos Entertainment,,0.02,0.01,,0.01,0,2008-01-29, -/games/boxart/full_emergency-mayhem_6AmericaFront.jpg,Emergency Mayhem,Wii,Racing,Codemasters,Supersonic Software,,0.02,0.02,,0,0,2008-04-15, -/games/boxart/full_4480160PALFrontccc.jpg,Gadget Racers (PAL),PS2,Racing,Zoo Digital Publishing,E-game,,0.02,,0.02,,,2003-12-05, -/games/boxart/9918246ccc.jpg,The King of Fighters NeoWave,XB,Fighting,SNK Playmore,SNK Playmore Corporation,,0.02,0.02,,0,0,2006-04-18, -/games/boxart/full_1837529JapanFrontccc.jpg,Katekyoo Hitman Reborn! Dream Hyper Battle! Wii,Wii,Fighting,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2008-01-10, -/games/boxart/full_7295937JapanFrontccc.jpg,Daikaijuu Battle: Ultra Coliseum,Wii,Fighting,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2008-10-16, -/games/boxart/full_5007174JapanFrontccc.jpg,Shinseiki Evangelion: Battle Orchestra,PS2,Fighting,Broccoli,Headlock,,0.02,,0.02,,,2007-06-28, -/games/boxart/7565248ccc.jpg,Stake: Fortune Fighters,XB,Fighting,Metro 3D,Gameness Art Software,,0.02,0.02,,0.01,0,2003-05-06, -/games/boxart/full_6276111JapanFrontccc.jpg,Ikki Tousen: Eloquent Fist,PSP,Fighting,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2008-10-02, -/games/boxart/4265330ccc.jpg,Kensei: Sacred Fist,PS,Fighting,Konami,Konami,5.7,0.02,0.01,,0.01,0,1998-11-30, -/games/boxart/full_6179051JapanFrontccc.jpg,Wrestle Kingdom 2: Pro Wrestling Sekai Taisen,PS2,Fighting,Yuke's,Yuke's Future Media Creators,,0.02,,0.02,,,2007-05-10, -/games/boxart/full_8364535JapanFrontccc.jpg,Mai-Otome Hime: Otome Butou Shi,PS2,Fighting,Sunrise Interactive,Sunrise Interactive,,0.02,,0.02,,,2006-11-09, -/games/boxart/4750295ccc.jpg,TMNT: Mutant Melee,XB,Fighting,Konami,Konami Computer Entertainment Hawaii,,0.02,0.01,,0,0,2005-03-15, -/games/boxart/full_8698322JapanFrontccc.jpg,Skullgirls: 2nd Encore,PS4,Fighting,Arc System Works,Lab Zero Games,,0.02,,0.02,,,2016-04-14,2018-09-20 -/games/boxart/8327808ccc.jpg,Jojo's Bizarre Adventure,PS,Fighting,Capcom,Capcom,,0.02,0.01,,0.01,0,2000-03-31, -/games/boxart/full_4301996AmericaFrontccc.jpg,Iron Phoenix,XB,Fighting,Sega,InterServ International,,0.02,0.02,,0,0,2005-03-25, -/games/boxart/full_3670633JapanFrontccc.jpg,Sugoi Hebereke,SNES,Fighting,Sunsoft,SunSoft,,0.02,,0.02,,,1994-03-11, -/games/boxart/full_street-fighter-x-tekken_952AmericaFront.jpg,Street Fighter X Tekken,PC,Fighting,Capcom,Capcom,,0.02,,,0.02,0,2012-05-11,2018-11-04 -/games/boxart/full_5581146AmericaFrontccc.jpg,Dungeons & Dragons: Chronicles of Mystara,PS3,Fighting,Capcom,Iron Galaxy Studios,,0.02,,0.02,,,2013-06-18,2019-05-04 -/games/boxart/full_3825208AmericaFrontccc.jpg,Triple Crown Championship Snowboarding,Wii,Sports,Destineer,Unknown,,0.02,0.02,,,0,2010-02-16, -/games/boxart/full_ballblazer-champions_4AmericaFront.jpg,Ballblazer Champions,PS,Sports,LucasArts,Factor 5,,0.02,0.01,,0.01,0,1997-03-31, -/games/boxart/full_8903161JapanFrontccc.jpg,Tennis no Oji-Sama: Driving Smash! Side King,DS,Sports,Konami,Konami,,0.02,,0.02,,,2008-01-24, -/games/boxart/2384863ccc.jpg,Digimon Rumble Arena 2,XB,Fighting,Bandai,Black Ship Games,,0.02,0.01,,0,0,2004-09-03, -/games/boxart/full_3497670JapanFrontccc.jpg,Heroes VS,PSP,Fighting,Namco Bandai Games,Spike Chunsoft,,0.02,,0.02,,,2013-02-07,2019-05-07 -/games/boxart/full_7138079JapanFrontccc.jpg,Katekyoo Hitman Reborn! Dream Hyper Battle!,PS2,Fighting,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-08-30, -/games/boxart/full_5147274JapanFrontccc.jpg,Nitroplus Blasterz: Heroines Infinite Duel,PS3,Fighting,Xseed Games,Examu Inc.,,0.02,,0.02,,,2016-02-02, -/games/boxart/full_115956AmericaFrontccc.jpg,The King of Fighters Collection: The Orochi Saga (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.02,,0.02,,,2008-10-28, -/games/boxart/full_nurarihyon-no-mago-hyakki-ryouran-taisen_142JapanFront.jpg,Nurarihyon no Mago: Hyakki Ryouran Taisen,PS3,Fighting,Konami,Konami,,0.02,,0.02,,,2011-11-17, -/games/boxart/full_6637757JapanFrontccc.jpg,Zanki Zero: Last Beginning,PSV,Role-Playing,Spike Chunsoft,Lancarse,,0.02,,0.02,,,2018-07-05,2018-04-27 -/games/boxart/full_2572014AmericaFrontccc.jpg,Undertale,NS,Role-Playing,8-4,Toby Fox,9,0.02,,0.02,,,2018-09-18,2018-09-26 -/games/boxart/full_6026858AmericaFrontccc.jpg,ATV Drift & Tricks,XOne,Racing,Microids,Artefacts Studio,,0.02,0.02,,,0,2018-11-20,2018-10-31 -/games/boxart/full_4825754AmericaFrontccc.jpg,Kawasaki Jet Ski,Wii,Racing,Destineer,Data Design Interactive,,0.02,0.02,,0,0,2008-01-22, -/games/boxart/full_911238AmericaFrontccc.jpg,Freestyle Metal X,XB,Racing,Midway Games,Deibus Studios,,0.02,0.02,,0,0,2003-09-14, -/games/boxart/9518836ccc.jpg,Pac-Man World Rally,PS2,Racing,Namco Bandai,Smart Bomb Interactive,,0.02,0.01,,0.01,0,2006-08-22, -/games/boxart/full_4070963AmericaFrontccc.jpeg,The Crew: Wild Run,XOne,Racing,Ubisoft,Ivory Tower,,0.02,,,0.02,0,2015-11-17,2018-01-04 -/games/boxart/full_chuck-e-cheeses-sports-games_244AmericaFront.jpg,Chuck E. Cheese's Sports Games,Wii,Sports,UFO Interactive,UFO Interactive,,0.02,0.02,,,0,2011-03-01, -/games/boxart/full_5832843AmericaFrontccc.jpg,AMF Xtreme Bowling,PS2,Sports,Mud Duck Productions,Mud Duck Productions,,0.02,0.01,,0.01,0,2006-06-13, -/games/boxart/full_9199998JapanFrontccc.jpg,Mesaze!! Tsuri Master: Sekai ni Challenge! Hen,Wii,Sports,Hudson Soft,Hudson Soft,,0.02,,0.02,,,2008-07-24, -/games/boxart/7889260ccc.jpg,Backyard NFL Football,DS,Sports,Atari,Humongous Entertainment,,0.02,0.02,,,0,2007-10-23, -/games/boxart/full_6635861PALFrontccc.jpg,Rugby League Live 3,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,0.02,,,0.02,0,2015-09-17,2018-04-19 -/games/boxart/full_1166408JapanFrontccc.jpg,Full Metal Panic! Fight: Who Dares Wins,PS4,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,0.02,,0.02,,,2018-05-31,2018-06-06 -/games/boxart/full_4400235AmericaFrontccc.jpg,Digimon Rumble Arena,PS,Fighting,Bandai,Bandai,,0.02,0.01,,0.01,0,2002-02-24, -/games/boxart/full_8744995JapanFrontccc.jpg,Touhou Shinpiroku ~ Urban Legend in Limbo,PS4,Fighting,Mediascape,Twilight Frontier,,0.02,,0.02,,,2016-12-08,2018-09-20 -/games/boxart/2820573ccc.jpg,Toxic Grind,XB,Sports,THQ,Blue Shift,,0.02,0.02,,0,0,2002-10-27, -/games/boxart/full_8723126PALFrontccc.jpg,Rugby League Live 4,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,0.02,,,0.02,0,2017-07-28,2018-08-13 -/games/boxart/full_2180908AmericaFrontccc.jpg,Pro Fishing Challenge,XB,Sports,Atlus,Opus Studio,,0.02,0.02,,0,0,2004-08-31, -/games/boxart/full_5932642JapanFrontccc.jpg,Jitsumei Jikkyou Keiba Dream Classic 2002,PS2,Sports,Bandai,Bandai,,0.02,,0.02,,,2002-05-23, -/games/boxart/full_4463507JapanFrontccc.jpg,Bases Loaded '96: Double Header,SAT,Sports,Jaleco,TOSE,,0.02,,0.02,,,1995-01-01, -/games/boxart/full_189030JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,GC,Sports,Konami,PawaPuro Production,,0.02,,0.02,,0,2005-12-15, -/games/boxart/full_753382AmericaFrontccc.jpg,Virtua Tennis: World Tour (jp sales),PSP,Sports,Sega,Sumo Digital,,0.02,,0.02,,,2005-10-07, -/games/boxart/full_6365541AmericaFrontccc.jpg,NBA Starting Five,XB,Sports,Konami,Konami,,0.02,0.02,,0.01,0,2002-10-28, -/games/boxart/full_3655470AmericaFrontccc.jpg,Freestyle Metal X,GC,Racing,Midway Games,Deibus Studios,,0.02,0.01,,0,0,2003-09-12, -/games/boxart/full_world-rally-championship-2011_828PALFront.jpg,WRC 2: FIA World Rally Championship,PC,Racing,Ubisoft,Milestone S.r.l,,0.02,,,0.02,0,2011-10-14, -/games/boxart/full_6353425AmericaFrontccc.jpg,XGRA: Extreme G Racing Association,XB,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,0.02,0.02,,0,0,2003-09-17, -/games/boxart/full_1758994AmericaFrontccc.jpg,Indianapolis 500 Evolution,X360,Racing,Destineer,Brain in a Jar,,0.02,0.02,,,0,2009-10-01, -/games/boxart/full_8903619PALFrontccc.jpg,F1 Race Stars,PC,Racing,Codemasters,Codemasters Birmingham,,0.02,,,0.02,0,2012-11-13,2018-10-17 -/games/boxart/full_6103099AmericaFrontccc.jpg,Bottom of the 9th '97,PS,Sports,Konami,Konami,6,0.02,0.01,,0.01,0,1997-06-01, -/games/boxart/full_2780375PALFrontccc.jpg,G1 Jockey Wii,Wii,Sports,KOEI,Koei/Inis,,0.02,,0.02,0.01,0,2007-06-29, -/games/boxart/full_rapala-for-kinect_887AmericaFront.jpg,Rapala for Kinect,X360,Sports,Activision,Activision,,0.02,,,0.02,0,2011-11-15, -/games/boxart/full_zwei_3JapanFront.jpg,Zwei!!,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2008-12-11, -/games/boxart/full_violet-no-atelier-gramnad-no-renkinjutsushi-2-gunjou-no-omoide_390JapanFront.jpg,Violet no Atelier: Gramnad no Renkinjutsushi 2 - Gunjou no Omoide,PSP,Role-Playing,Gust,Gust,,0.02,,0.02,,,2011-02-03, -/games/boxart/full_7781673AmericaFrontccc.jpg,Crystar,PS4,Role-Playing,Spike Chunsoft,FuRyu,,0.02,,0.02,,,2019-08-27,2019-04-07 -/games/boxart/full_5797830JapanFrontccc.jpg,Mar Heaven: Karudea no Akuma,DS,Role-Playing,Konami,Alpha Unit,,0.02,,0.02,,,2006-03-30, -/games/boxart/full_elminage-iii-ankoku-no-shito-to-yaiyou-no-kyuuden_870JapanFront.jpg,Elminage III: Ankoku no Shito to Yaiyou no Kyuuden,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2011-08-04, -/games/boxart/full_6313146AmericaFrontccc.jpg,Shonen Jump's Shaman King: Master of Spirits 2,GBA,Role-Playing,Konami,Konami,,0.02,0.01,,0.01,0,2005-08-02, -/games/boxart/full_9648781AmericaFrontccc.jpg,Sacred Gold,PC,Role-Playing,Strategy First,Ascaron Entertainment,,0.02,,,0.02,0,2006-08-14, -/games/boxart/full_2840918AmericaFrontccc.jpg,Legend: Hand of God,PC,Role-Playing,ValuSoft,Master Creating,,0.02,,,0.02,0,2008-08-01, -/games/boxart/full_5190199AmericaFrontccc.jpg,Legacy of Ys: Books I & II,DS,Role-Playing,Atlus,Interchannel-Holon,,0.02,0.02,,,0,2009-02-24, -/games/boxart/989796ccc.jpg,Dungeon Siege II,PC,Role-Playing,Microsoft Game Studios,Gas Powered Games,,0.02,,,0.02,0,2005-08-16, -/games/boxart/full_4561269JapanFrontccc.jpg,Omega Labyrinth Z,PS4,Role-Playing,D3Publisher,Unknown,,0.02,,0.02,,,2017-07-06, -/games/boxart/full_137059AmericaFrontccc.png,Touhou Genso Wanderer Reloaded,NS,Role-Playing,NIS America,AQUA STYLE,,0.02,0.01,0.01,,0,2018-07-17,2019-03-18 -/games/boxart/full_elminage-original-majo-to-megami-to-kamigami-no-yubiwa_571JapanFront.jpg,Elminage Original: Majo to Megami to Kamigami no Yubiwa,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2011-05-19, -/games/boxart/full_4682906JapanFrontccc.jpg,Elminage Gothic: Ulm Zakir to Yami no Gishiki,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2012-05-24,2019-05-05 -/games/boxart/full_9430977JapanFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC,PS3,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2013-04-25,2019-05-07 -/games/boxart/full_8854139PALFrontccc.jpg,Valthirian Arc: Hero School Story,PS4,Role-Playing,PQube,Agate Studio,,0.02,0.02,,,0,2018-09-28,2018-07-05 -/games/boxart/full_1631691PALFrontccc.jpg,Bomberman Story DS,DS,Role-Playing,Rising Star,Hudson Soft,,0.02,,0.02,0,0,2008-03-07, -/games/boxart/full_earth-seeker_951JapanFront.jpg,Earth Seeker,Wii,Role-Playing,Kadokawa Shoten,Crafts & Meisters,,0.02,,0.02,,,2011-06-23, -/games/boxart/full_5660786AmericaFrontccc.jpg,Neverwinter Nights Diamond,PC,Role-Playing,Atari,BioWare Corp.,,0.02,,,0.02,0,2005-11-03, -/games/boxart/full_9942002AmericaFrontccc.jpg,Foto Showdown,DS,Role-Playing,Unknown,Konami,,0.02,0.02,,,0,2010-03-09, -/games/boxart/full_4086072PALFrontccc.jpg,Lost Sphear,PS4,Role-Playing,Square Enix,Tokyo RPG Factory,6,0.02,,0.02,,,2018-01-23,2018-07-19 -/games/boxart/full_3556506JapanFrontccc.jpg,Ken to Mahou to Gakuen Mono. 2G,PS3,Role-Playing,Acquire,ZeroDiv,,0.02,,0.02,,,2010-07-22, -/games/boxart/full_6526829JapanFrontccc.jpg,Vantage Master Portable,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2008-04-24, -/games/boxart/full_9541400JapanFrontccc.jpg,Xenosaga I·II,DS,Role-Playing,Namco,Monolith Soft,,0.02,,0.02,,,2006-03-30, -/games/boxart/full_18-wheels-of-steel-extreme-trucker_525AmericaFront.jpg,18 Wheels of Steel: Extreme Trucker,PC,Racing,ValuSoft,SCS Software,,0.02,0,,0.02,0,2009-10-02, -/games/boxart/full_5716110AmericaFrontccc.jpg,Bugriders: The Race of Kings,PS,Racing,GT Interactive,n-Space,3,0.02,0.01,,0.01,0,1997-11-01, -/games/boxart/full_4795913AmericaFrontccc.jpg,Redout,PS4,Racing,505 Games,Nicalis,,0.02,0.02,,,0,2017-08-29,2018-08-15 -/games/boxart/full_9061533JapanFrontccc.jpg,Lunatic Dawn Tempest,PS2,Role-Playing,ArtDink,ArtDink,,0.02,,0.02,,,2001-02-08, -/games/boxart/full_6383731AmericaFrontccc.jpg,DemiKids: Dark Version,GBA,Role-Playing,Atlus,Atlus Co.,6.6,0.02,0.02,,0.01,0,2003-10-07, -/games/boxart/full_3923370AmericaFrontccc.jpg,DemiKids: Light Version,GBA,Role-Playing,Atlus,Atlus Co.,6.6,0.02,0.02,,0.01,0,2003-10-06, -/games/boxart/full_6837841JapanFrontccc.jpg,Shaman King: Chou Senjiryokketsu 3,GBA,Role-Playing,King Records,Studio Saizensen,,0.02,,0.02,,0,2002-12-13, -/games/boxart/full_2008243JapanFrontccc.jpg,Phantasy Star Online 2 Episode 4: Deluxe Package,PSV,Role-Playing,Sega,Sega,,0.02,,0.02,,,2017-04-20,2018-09-18 -/games/boxart/full_2922501JapanFrontccc.jpg,Metal Max Xeno,PSV,Role-Playing,Kadokawa Games,Kadokawa Games,,0.02,,0.02,,,2018-04-19,2018-04-28 -/games/boxart/full_7626379AmericaFrontccc.jpg,Robopon 2: Cross Version,GBA,Role-Playing,Atlus,RED Entertainment,,0.02,0.01,,0,0,2002-06-11, -/games/boxart/full_9773826JapanFrontccc.jpg,PC Engine Best Collection: Tengai Makyou Collection,PSP,Role-Playing,Hudson Soft,RED Entertainment,,0.02,,0.02,,,2008-07-31, -/games/boxart/full_6959763JapanFrontccc.jpg,Beyblade Burst: Battle Zero,NS,Role-Playing,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2018-10-25,2018-11-07 -/games/boxart/9502670ccc.jpg,Hogs of War,PS,Role-Playing,Infogrames,Infogrammes Studios,,0.02,0.01,,0.01,0,2000-08-05, -/games/boxart/full_6833619JapanFrontccc.png,Elvandia Story,PS2,Role-Playing,Spike,Spike,,0.02,,0.02,,,2007-04-26, -/games/boxart/full_battle-spirits-kiseki-no-hasha_10JapanFront.jpg,Battle Spirits: Kiseki no Hasha,PSP,Role-Playing,Namco Bandai,Dimps Corporation,,0.02,,0.02,,,2009-11-12, -/games/boxart/full_2596800JapanFrontccc.jpg,Dragon Quest X: 5000-nen no Harukanaru Kokyou e Online,PS4,Role-Playing,Square Enix,Square Enix,,0.02,,0.02,,,2017-11-16,2017-12-29 -/games/boxart/full_3976530AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel II Kai - The Erebonian Civil War,PS4,Role-Playing,Xseed Games,Nihon Falcom Corporation,,0.02,,0.02,,,2019-03-19,2018-05-20 -/games/boxart/full_9913024AmericaFrontccc.jpg,Neverwinter Nights 2,PC,Role-Playing,Atari,Obsidian Entertainment,8,0.02,,,0.02,0,2006-11-01, -/games/boxart/full_2787569AmericaFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,NS,Role-Playing,NIS America,Nippon Ichi Software,,0.02,0.02,0.01,,0,2018-09-18,2018-11-11 -/games/boxart/full_3831559JapanFrontccc.jpg,Entaku no Seito: The Eternal Legend,PSP,Role-Playing,Kadokawa Games,Experience Inc.,,0.02,,0.02,,,2012-10-04,2019-05-17 -/games/boxart/full_2981193JapanFrontccc.jpg,Shin Atelier Rorona: Hajimari no Monogatari,3DS,Role-Playing,Koei Tecmo,Gust,,0.02,,0.02,,,2015-06-04,2018-08-06 -/games/boxart/full_8462911AmericaFrontccc.jpg,Mount & Blade Collection,PC,Role-Playing,Paradox Interactive,Taleworlds,,0.02,,,0.02,0,2012-03-13,2019-04-23 -/games/boxart/full_1164730JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 29: Monster World Complete Collection,PS2,Role-Playing,Sega,Sega,,0.02,,0.02,,,2007-03-08, -/games/boxart/full_9824622JapanFrontccc.jpg,Summon Night Granthese: Horobi no Ken to Yakusoku no Kishi,PS2,Role-Playing,Namco Bandai,Flight-Plan,,0.02,,0.02,,,2010-03-11, -/games/boxart/5464404ccc.jpg,Mount & Blade,PC,Role-Playing,Paradox Interactive,Taleworlds,7.2,0.02,,,0.02,0,2008-09-16, -/games/boxart/full_1464409JapanFrontccc.jpg,Ikki Tousen: Shining Dragon,PS2,Role-Playing,Unknown,Marvelous,,0.02,,0.02,,,2020-12-31, -/games/boxart/full_7552433AmericaFrontccc.jpg,Enchanted Arms (jp sales),X360,Role-Playing,Ubisoft,From Software,,0.02,,0.02,,,2006-08-29, -/games/boxart/full_9381889AmericaFrontccc.jpg,Star Trek Online,PC,Role-Playing,Atari,Cryptic Studios,5.9,0.02,,,0.02,0,2010-02-02, -/games/boxart/full_8532920JapanFrontccc.jpg,Brandish: The Dark Revenant,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.02,,0.02,,,2009-03-19, -/games/boxart/full_1972829AmericaFrontccc.jpg,Summon Night: Swordcraft Story,GBA,Role-Playing,Atlus,Flight-Plan,,0.02,0.02,,0.01,0,2006-07-26, -/games/boxart/full_317714JapanFrontccc.jpg,Tokyo Mew Mew,PS,Role-Playing,Takara,Takara,,0.02,,0.02,,0,2002-12-05, -/games/boxart/full_2741688JapanFrontccc.jpg,The Guided Fate: Cross Thesis Awakening,PS3,Role-Playing,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2015-03-17,2019-05-03 -/games/boxart/full_4051715JapanFrontccc.jpg,UnchainBlades EXXiV,PSP,Role-Playing,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2012-11-29,2019-05-05 -/games/boxart/full_9883382AmericaFrontccc.jpg,Warriors of the Lost Empire (JP sales),PSP,Role-Playing,UFO Interactive,Goshow,,0.02,,0.02,,,2007-12-13, -/games/boxart/full_2623693JapanFrontccc.jpg,Zillions of Enemy X: Zetsukai no Crusade,PS3,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2013-05-23,2019-05-03 -/games/boxart/full_4099330JapanFrontccc.jpg,SaGa: Scarlet Grace,NS,Role-Playing,Square Enix,Square Enix,,0.02,,0.02,,,2019-12-03,2018-08-26 -/games/boxart/full_7085626AmericaFrontccc.jpg,South Park: The Stick of Truth,XOne,Role-Playing,Ubisoft,Obsidian Entertainment,,0.02,0.02,,,0,2018-02-13,2018-03-19 -/games/boxart/full_7659979AmericaFrontccc.jpg,Dungeons 2,PS4,Role-Playing,Kalypso Media,Realmforge Studios,,0.02,0.02,,,0,2016-04-26,2018-02-06 -/games/boxart/full_5350813PALFrontccc.jpg,The Dwarves,XOne,Role-Playing,THQ Nordic,KING Art Games,,0.02,0.02,,,0,2016-12-01,2018-08-18 -/games/boxart/full_6033044JapanFrontccc.jpg,UnchainBlades EXXiV,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2012-11-29,2019-05-04 -/games/boxart/full_7169979AmericaFrontccc.png,Dragon Star Varnir,PS4,Role-Playing,Compile Heart,Compile Heart,,0.02,,0.02,,,2019-06-11,2018-12-30 -/games/boxart/full_8135866AmericaFrontccc.png,Touhou Genso Wanderer Reloaded,PS4,Role-Playing,NIS America,AQUA STYLE,,0.02,0.01,,,0,2018-07-17,2019-03-18 -/games/boxart/full_358034JapanFrontccc.jpg,Final Fantasy XI: All-In-One Pack 2006,X360,Role-Playing,Square Enix,Square Enix,,0.02,,0.02,,,2006-04-20, -/games/boxart/full_7827383PALFrontccc.jpg,Torment: Tides of Numenéra,PC,Role-Playing,inXile Entertainment,InXile Entertainment,,0.02,,,0.02,0,2017-02-28,2018-08-09 -/games/boxart/full_9715081AmericaFrontccc.jpg,Fallen Legion: Rise to Glory,NS,Role-Playing,NIS America,Unknown,7,0.02,0.01,,,0,2018-05-29,2018-04-24 -/games/boxart/full_7663341AmericaFrontccc.jpg,Two Worlds,PC,Role-Playing,SouthPeak Interactive,Reality Pump,7.4,0.02,,,0.02,,2007-08-23, -/games/boxart/full_4630150AmericaFrontccc.jpg,Robopon 2: Ring Version,GBA,Role-Playing,Atlus,RED Entertainment,,0.02,0.01,,0,0,2002-06-11, -/games/boxart/full_6948307JapanFrontccc.jpg,Tokyo Clanpool,PSV,Role-Playing,Compile Heart,Compile Heart,,0.02,,0.02,,,2017-10-05, -/games/boxart/full_7827993PALFrontccc.jpg,Spirits and Demons: 5 Game Pack,PC,Misc,Focus Multimedia,Unknown,,0.02,,,0.02,0,2015-08-21,2018-09-22 -/games/boxart/full_daito-giken-koushiki-pachi-slot-simulator-hihouden-fuujirareta-megami-portable_441JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable,PSP,Misc,Paon,Paon Corporation,,0.02,,0.02,,,2011-02-24, -/games/boxart/full_6954010JapanFrontccc.jpg,MAPLUS: Portable Navi 3,PSP,Misc,Edia,Edia Corporation,,0.02,,0.02,,,2009-09-10, -/games/boxart/full_7206174PALFrontccc.jpg,Who Wants to be a Millionaire: 2nd Edition,Wii,Misc,Ubisoft,Route 1 Games,,0.02,,,0.02,0,2008-11-28, -/games/boxart/full_2217180JapanFrontccc.jpg,America Oudan Ultra-Quiz,SAT,Misc,Victor Interactive,Pegasus Japan,,0.02,,0.02,,,1995-10-27, -/games/boxart/full_6432960JapanFrontccc.jpg,Osomatsu-San: Matsu Matsuri!,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-12-22,2018-07-25 -/games/boxart/full_2613440AmericaFrontccc.jpg,Capcom Digital Collection,X360,Misc,Capcom,Unknown,,0.02,0.02,,0.01,0,2012-03-27, -/games/boxart/full_649823JapanFrontccc.jpg,Elminage II DS Remix: Sousei no Megami to Unmai no Daichi,DS,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2010-07-01, -/games/boxart/full_1938490JapanFrontccc.jpg,Coded Soul: Uke Keigareshi Idea,PSP,Role-Playing,Sony Computer Entertainment,GAIA,,0.02,,0.02,,,2008-02-07, -/games/boxart/full_1897691AmericaFrontccc.jpg,Portal Knights,XOne,Role-Playing,505 Games,Keen Games,,0.02,0.02,,,0,2017-05-23,2018-07-03 -/games/boxart/full_5935608AmericaFrontccc.jpg,Fallout Trilogy,PC,Role-Playing,Interplay,Black Isle Studios,,0.02,,,0.02,0,2009-04-30, -/games/boxart/full_4913438JapanFrontccc.jpg,Cross Treasures,DS,Role-Playing,Square Enix,V Jump / Square Enix,,0.02,,0.02,,,2009-12-03, -/games/boxart/full_2123889AmericaFrontccc.jpg,Board Game: Top Shop,PS,Misc,A1 Games,KID,,0.02,0.01,,0.01,0,1999-07-21, -/games/boxart/full_1829196JapanFrontccc.jpg,Manga-ka Debut Monogatari: Suteki na Manga o Egakou,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.02,,0.02,,,2017-03-16,2018-08-06 -/games/boxart/2572111ccc.jpg,Guitar Hero III: Legends of Rock,PC,Misc,Aspyr,Aspyr,,0.02,0.02,,,0,2007-11-13, -/games/boxart/full_pe-jongju-to-manabu-kankokugo-ds-test-hen_5JapanFront.jpg,Pe-Jongju to Manabu Kankokugo DS: Test-Hen,DS,Misc,D3 Publisher,Mobilero,,0.02,,0.02,,,2010-08-26, -/games/boxart/full_3410771AmericaFrontccc.jpg,Mount & Blade: Warband,PC,Role-Playing,Paradox Interactive,Taleworlds,,0.02,0.01,,0.01,0,2010-03-19, -/games/boxart/full_492381JapanFrontccc.jpg,Genkai Tokki: Castle Panzers,PS4,Role-Playing,Compile Heart,Compile Heart,,0.02,,0.02,,,2017-09-28,2018-09-20 -/games/boxart/full_4568276JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 32: Phantasy Star Complete Collection,PS2,Role-Playing,Sega,Sega,,0.02,,0.02,,,2008-03-27, -/games/boxart/full_8589574JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 32: Phantasy Star Complete Collection,PS2,Role-Playing,Sega,Sega,,0.02,,0.02,,,2008-03-27, -/games/boxart/3941821ccc.jpg,The Lord of the Rings Online: Mines of Moria,PC,Role-Playing,Turbine Inc.,Turbine Inc.,,0.02,,,0.02,0,2008-11-17, -/games/boxart/full_6259276PALFrontccc.jpg,Tyranny,PC,Role-Playing,Paradox Interactive,Obsidian Entertainment,,0.02,,,0.02,0,2016-11-15,2018-09-22 -/games/boxart/full_hellgate-london_223AmericaFront.jpg,Hellgate: London,PC,Role-Playing,Electronic Arts,Flagship Studios,,0.02,,,0.02,0,2007-10-31, -/games/boxart/7387051ccc.jpg,Car Battler Joe,GBA,Role-Playing,Mindscape,Ancient,7.9,0.02,0.01,,0.01,0,2002-10-21, -/games/boxart/full_5854685AmericaFrontccc.jpg,Override: Mech City Brawl,XOne,Action-Adventure,Modus Games,The Balance Inc,,0.02,0.02,,,0,2018-12-04,2019-03-28 -/games/boxart/full_243109JapanFrontccc.jpg,Border Break,PS4,Action-Adventure,Sega,Sega,,0.02,,0.02,,,2018-08-02,2018-08-26 -/games/boxart/full_9068183PALFrontccc.jpg,Gravity Rush Remastered,PS4,Action-Adventure,Sony Computer Entertainment Europe,Bluepoint Games,,0.02,,,0.02,0,2016-02-02,2018-09-23 -/games/boxart/full_7764204JapanFrontccc.jpg,Mahjong * Dream C Club,X360,Board Game,D3 Publisher,D3 Publisher,,0.02,,0.02,,,2012-03-29,2019-05-07 -/games/boxart/full_popcap-hits-vol-2_635PALFront.jpg,PopCap Hits! Vol 2,X360,Misc,Mastertronic,PopCap Games,,0.02,,,0.02,0,2011-03-11, -/games/boxart/full_6235695JapanFrontccc.jpg,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 1: Shinseiki Evangelion - Magokoro o, Kimi ni",DS,Misc,D3 Publisher,Bisty,,0.02,,0.02,,,2008-02-21, -/games/boxart/default.jpg,Dance Dance Revolution: Hottest Party 5,Wii,Misc,Konami,Konami,,0.02,,,0.02,0,2011-11-25, -/games/boxart/full_dance-its-your-stage_507PALFront.jpg,Dance! It's Your Stage,PS3,Misc,DTP Entertainment,Sproing Interactive Media GMBH,,0.02,,,0.02,0,2011-09-30, -/games/boxart/full_701686PALFrontccc.jpg,Invizimals: The Lost Kingdom,PS3,Action-Adventure,Sony Computer Entertainment,Novarama,,0.02,,,0.02,0,2014-09-30,2018-04-09 -/games/boxart/full_4149675JapanFrontccc.jpg,Kamiwaza Wanda: Kira Kira Ichibangai Kikiippatsu!,3DS,Action-Adventure,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2016-10-27,2018-08-06 -/games/boxart/full_7776930AmericaFrontccc.jpg,SpongeBob: HeroPants,PSV,Action-Adventure,Activision,Behaviour Interactive,,0.02,0.01,,0,0,2015-02-03,2018-04-15 -/games/boxart/full_3000813AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless,3DS,Action-Adventure,Little Orbit,Way Forward Technologies,,0.02,0.01,,,0,2014-11-18,2019-01-24 -/games/boxart/full_8158718AmericaFrontccc.jpg,Penguins of Madagascar,Wii,Action-Adventure,Little Orbit,Little Orbit,,0.02,0,,0.01,0,2014-11-25,2018-04-07 -/games/boxart/full_3215705AmericaFrontccc.jpg,République,PS4,Action-Adventure,GungHo Online Entertainment,Camouflaj,6.5,0.02,,0.01,0.01,0,2016-03-22,2018-04-15 -/games/boxart/full_6116423JapanFrontccc.jpg,Resident Evil: Value Pack,PS4,Action-Adventure,Capcom,Capcom,,0.02,,0.02,,,2016-09-29,2018-09-04 -/games/boxart/full_6097558AmericaFrontccc.jpg,Agony,XOne,Action-Adventure,Maximum Games,Madmind Studio,,0.02,0.02,,,0,2018-05-29,2018-04-30 -/games/boxart/full_2548488JapanFrontccc.jpg,Elminage II: Sousei no Megami to Unmei no Daichi,PSP,Role-Playing,Starfish,Starfish SD,,0.02,,0.02,,,2009-10-29, -/games/boxart/full_3539200JapanFrontccc.jpg,Blazing Souls,PS2,Role-Playing,Idea Factory,Neverland,,0.02,,0.02,,,2006-01-19, -/games/boxart/full_6643162AmericaFrontccc.jpg,Tail of the Sun,PS,Role-Playing,Sony Computer Entertainment,ArtDink,,0.02,0.01,,0.01,0,1997-04-30, -/games/boxart/full_8040941AmericaFrontccc.jpg,Virtua Quest,PS2,Role-Playing,Sega,Artificial Mind and Movement,,0.02,0.01,,0.01,0,2005-01-18, -/games/boxart/full_wizardry-twin-pack_72JapanFront.jpg,Wizardry Twin Pack,PS3,Role-Playing,Acquire,Acquire,,0.02,,0.02,,,2011-01-27, -/games/boxart/full_2247045JapanFrontccc.jpg,Tegami Bachi: Kokoro Tsumugu Mono e,PSP,Role-Playing,Konami,Konami,,0.02,,0.02,,,2010-03-04, -/games/boxart/full_5362970JapanFrontccc.jpg,Antiphona no Seikahime: Tenshi no Gakufu Op.A,PSP,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2009-10-22, -/games/boxart/full_6036056JapanFrontccc.jpg,Eyeshield 21: Portable Edition,PSP,Role-Playing,Konami,Konami,,0.02,,0.02,,,2006-03-02, -/games/boxart/7842877ccc.jpg,Aedis Eclipse: Generation of Chaos,PSP,Role-Playing,NIS America,Neverland Company,5.8,0.02,0.02,,,0,2007-04-24, -/games/boxart/full_6267858JapanFrontccc.jpg,Zoids Dash,DS,Role-Playing,Tomy Corporation,Tomy Corporation,,0.02,,0.02,,,2006-06-15, -/games/boxart/full_1981119JapanFrontccc.jpg,Utawarerumono: Chiriyukusha e no Komoriuta,PSV,Role-Playing,Aqua Plus,Aqua Plus,,0.02,,0.02,,,2018-04-26,2018-05-20 -/games/boxart/full_2035179AmericaFrontccc.jpg,Pirates of the Burning Sea,PC,Role-Playing,Sony Computer Entertainment,Flying Lab Software,,0.02,,,0.02,0,2008-01-21, -/games/boxart/full_8271961JapanFrontccc.jpg,Mana Khemia 2: Ochita Gakuen to Renkinjutsushi Tachi Portable+,PSP,Role-Playing,Gust,Gust,,0.02,,0.02,,,2009-10-01, -/games/boxart/full_1302626JapanFrontccc.jpg,Brave Story: Boku no Kioku to Negai,DS,Role-Playing,Bandai,Namco Bandai Games America,,0.02,,0.02,,,2006-07-06, -/games/boxart/full_4121741AmericaFrontccc.jpg,Pillars of Eternity,PC,Role-Playing,Obsidian Entertainment,Obsidian Entertainment,,0.02,,,0.02,0,2014-07-01,2019-04-23 -/games/boxart/full_3274844JapanFrontccc.jpg,Battle Spirits: Hero's Soul,PSP,Role-Playing,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-03-11, -/games/boxart/full_881182AmericaFrontccc.jpg,Interactive Storybook DS Series 3,DS,Misc,Tommo,Tommo,,0.02,0.02,,,0,2007-10-26, -/games/boxart/full_5215495AmericaFrontccc.jpg,Monster High 13 Wishes,WiiU,Misc,Little Orbit,Unknown,,0.02,0.02,,,0,2013-10-29, -/games/boxart/default.jpg,Mind Your Language: Learn English! / French! / German! / Spanish! /Japanese!,DS,Misc,PlayV,PlayV,,0.02,,,0.02,0,2009-02-13, -/games/boxart/full_hisshou-pachinkopachi-slot-kouryaku-series-portable-vol-2_497JapanFront.jpg,Hisshou Pachinko * Pachi-Slot Kouryaku Series Portable Vol. 2: CR Evangelion - Hajimari no Fukuin,PSP,Misc,D3 Publisher,D3 Publisher,,0.02,,0.02,,,2010-11-18, -/games/boxart/full_2740608JapanFrontccc.jpg,Jissen Pachinko Hisshouhou! CR Sakura Taisen,PS2,Misc,Sega,Sammy Studios,,0.02,,0.02,,,2007-09-13, -/games/boxart/5015252ccc.jpg,Payout Poker & Casino,PSP,Misc,Namco,Bits Studios,,0.02,0.02,,,0,2006-08-15, -/games/boxart/full_tv-total-events_467PALFront.jpg,TV Total Events,Wii,Misc,7G//AMES,7G//AMES,,0.02,,,0.02,0,2011-03-15, -/games/boxart/full_7098759AmericaFrontccc.jpg,Rabbids Invasion: The Interactive TV Show,PS4,Misc,Ubisoft,Ubisoft Paris,,0.02,0,,0.01,0,2014-11-18,2019-01-03 -/games/boxart/full_6520105JapanFrontccc.jpg,PachiPara 15: Super Umi Monogatari in Okinawa 2,PS3,Misc,Irem Software Engineering,Irem Software Engineering,,0.02,,0.02,,,2010-03-18, -/games/boxart/full_jissen-pachi-slot-hisshouhou-mister-magic-neo_5JapanFront.jpg,Jissen Pachi-Slot Hisshouhou! Mister Magic Neo,PS2,Misc,Sega,Sammy Studios,,0.02,,0.02,,,2007-04-12, -/games/boxart/full_1663460JapanFrontccc.jpg,Maji de Manabu: LEC de Ukaru - DS Hishou Boki 3-Kyuu,DS,Misc,Square Enix,Square Enix,,0.02,,0.02,,,2008-04-17, -/games/boxart/full_8212236AmericaFrontccc.jpg,Taito Legends 2,PS2,Misc,Destineer,Empire Oxford,,0.02,0.01,,0.01,0,2007-05-16, -/games/boxart/full_5193273JapanFrontccc.jpg,Jinsei Game Wii,Wii,Misc,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2007-12-27, -/games/boxart/full_9121088AmericaFrontccc.jpg,Zumba Fitness: World Party,X360,Misc,Unknown,Zoe Mode,,0.02,,,0.02,0,,2018-04-01 -/games/boxart/full_7738530AmericaFrontccc.jpg,Namco Museum Battle Collection (JP sales),PSP,Misc,Namco,Namco Tales Studio,,0.02,,0.02,,,2005-08-23, -/games/boxart/full_minna-no-chizu-2_6JapanFront.jpg,Minna no Chizu 2,PSP,Misc,Zenrin,Zenrin,,0.02,,0.02,,,2007-04-26, -/games/boxart/full_7902014AmericaFrontccc.jpg,World Championship Poker featuring Howard Lederer: All In,Wii,Misc,Crave Entertainment,Point of View,,0.02,0.02,,0,0,2007-01-01, -/games/boxart/full_4267285JapanFrontccc.jpg,Shaberu! DS Oryouri Navi: Marugoto Teikoku Hotel: Saikouhou no Ryouri-chou ga Oshieru Katei Ryouri,DS,Misc,KOEI,Paon Corporation,,0.02,,0.02,,,2007-06-21, -/games/boxart/full_4156540AmericaFrontccc.jpg,Nicktoons Collection: Game Boy Advance Video Volume 3,GBA,Misc,Majesco,Majesco Games,,0.02,0.01,,0.01,0,2005-04-04, -/games/boxart/full_8878388JapanFrontccc.jpg,Rinne no Lagrange: Kamogawa Days Game & OVA Hybrid Disc,PS3,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2012-08-23,2019-05-04 -/games/boxart/full_7055260JapanFrontccc.jpg,The Idolmaster: Gravure For You! Vol.8,PS3,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2012-05-24,2019-05-05 -/games/boxart/5675498ccc.jpg,Muppets Party Cruise,GC,Misc,TDK Mediactive,Mass Media,,0.02,0.02,,0,0,2003-11-11, -/games/boxart/full_1985735JapanFrontccc.jpg,Yamasa Digi Portable: Matsuri no Tatsujin - Win-Chan no Natsumatsuri,PSP,Misc,Yamasa Entertainment,Yamasa Entertainment,,0.02,,0.02,,,2006-08-10, -/games/boxart/full_quiz-present-variety-q-sama-ds-pressure-study-x-atama-gai-kunaru-drill-sp_337JapanFront.jpg,Quiz Present Variety Q-Sama!! DS: Pressure Study x Atama Gai Kunaru Drill SP,DS,Misc,Plenty,Plenty,,0.02,,0.02,,,2011-10-27, -/games/boxart/full_6439518JapanFrontccc.jpg,Bakumatsu Rock: Ultra Soul,PSV,Misc,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2014-09-25, -/games/boxart/full_thomas-ampamp-friends-hero-of-the-rails_687AmericaFront.jpg,Thomas & Friends: Hero of the Rails,Wii,Misc,Majesco,Barnstorm Games,,0.02,0,,0.02,0,2010-06-29, -/games/boxart/full_3528188PALFrontccc.jpg,TalkMan,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.02,,0.02,0,0,2006-06-16, -/games/boxart/full_2218515JapanFrontccc.jpg,Planetarium Creator Ohira Takayuki Kanshuu: HomeStar Portable - 21st Century Star Navigator,PSP,Misc,Sega,Sega,,0.02,,0.02,,,2006-10-19, -/games/boxart/full_5886797AmericaFrontccc.jpg,Hello Kitty Kruisers,NS,Misc,Rising Star Games,Bergsala Lightweight,,0.02,0.02,,,0,2018-05-15,2018-01-25 -/games/boxart/full_8374668JapanFrontccc.jpg,Motto Hayaku! Seikaku Ni! Suu Sense Keisan Ryuoku Up Training - SuuTore,DS,Misc,Benesse,Benesse,,0.02,,0.02,,,2008-12-04, -/games/boxart/default.jpg,2 in 1 Combo Pack: Sonic Mega Collection Plus / Super Monkey Ball Deluxe,XB,Misc,Sega,Sega,,0.02,0.02,,0,0,2005-01-01, -/games/boxart/full_5942316JapanFrontccc.jpg,NightTruth: Explanation of the Paranormal - The Making of Nighttruth: Voice Selection,SAT,Misc,Sonnet,Sonnet,,0.02,,0.02,,,1996-06-28, -/games/boxart/full_8940305AmericaFrontccc.jpg,SteamWorld Collection,PS4,Misc,Rising Star Games,Image & Form Games,,0.02,0.02,,,0,2016-11-01,2018-08-30 -/games/boxart/full_8163025JapanFrontccc.jpg,Kobito Game Taizen,3DS,Misc,Nippon Columbia,Nippon Columbia,,0.02,,0.02,,,2016-10-06,2018-08-03 -/games/boxart/full_higurashi-no-naku-koro-ni-jan_2JapanFront.jpg,Higurashi no Naku Koro ni: Jan,PSP,Misc,AQ Interactive,AQ Interactive,,0.02,,0.02,,,2009-11-12, -/games/boxart/full_878685JapanFrontccc.jpg,Kunio-kun Nekketsu: Complete Famicom Edition,3DS,Misc,Arc System Works,Arc System Works,,0.02,,0.02,,,2016-12-08,2018-08-06 -/games/boxart/7847098ccc.jpg,The Cheetah Girls,GBA,Misc,Buena Vista,Gorilla Systems,,0.02,0.01,,0,0,2006-09-12, -/games/boxart/full_7620723JapanFrontccc.jpg,Saki Achiga-hen episode of side-A Portable,PSP,Misc,Alchemist,Alchemist,,0.02,,0.02,,,2013-08-29,2019-05-05 -/games/boxart/full_2446636JapanFrontccc.jpg,Minna de Dokusho: Keatai Shousetsu Desu,PSP,Misc,Dorart,Dorart,,0.02,,0.02,,,2008-10-23, -/games/boxart/full_dance-its-your-stage_365PALFront.jpg,Dance! It's Your Stage,Wii,Misc,Unknown,Sproing Interactive Media GMBH,,0.02,,,0.01,0,, -/games/boxart/full_7678152AmericaFrontccc.jpg,Shrek / Shark Tale Game Boy Advance Video,GBA,Misc,Hasbro Interactive,Majesco Games,,0.02,0.01,,0,0,2006-09-08, -/games/boxart/full_7976240JapanFrontccc.jpg,Poyopoyo Observation Diary,3DS,Misc,IE Institute,IE Institute,,0.02,,0.02,,,2012-04-05,2019-05-07 -/games/boxart/full_4352345JapanFrontccc.jpg,Jinsei Game DS,DS,Misc,Atlus,Takara Tomy,,0.02,,0.02,,,2006-07-27, -/games/boxart/full_3600596AmericaFrontccc.jpg,Reversal Challenge,DS,Misc,Tommo,UFO Interactive,,0.02,0.02,,,0,2009-11-03, -/games/boxart/full_8567416JapanFrontccc.jpg,Style Book: Junior City,DS,Misc,Bandai,Bandai,,0.02,,0.02,,,2006-03-23, -/games/boxart/full_560259PALFrontccc.jpg,7 Roses: A Darkness Rises,PC,Misc,Avanquest Software,GSP,,0.02,,,0.02,0,2015-07-31,2018-09-22 -/games/boxart/4262636ccc.jpg,Pump It Up: Exceed,XB,Misc,Mastiff,Andamiro U.S.A. Corp.,,0.02,0.01,,0,0,2005-08-29, -/games/boxart/full_4164088JapanFrontccc.jpg,Winning Post 8 2017,PSV,Misc,Tecmo Koei,Unknown,,0.02,,0.02,,,2017-03-02, -/games/boxart/full_suzumiya-haruhi-chan-no-mahjong_822JapanFront.jpg,Suzumiya Haruhi-Chan no Mahjong,PSP,Misc,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2011-07-07, -/games/boxart/full_5040998JapanFrontccc.jpg,Kanji Calligraphy Training,DS,Misc,Unknown,Unknown,,0.02,,0.02,,,2008-03-13,2019-05-08 -/games/boxart/full_3337883JapanFrontccc.jpg,PachiPara 3D: Ooumi Monogatari 2 - Pachi Pro Fuuunroku Hana - Kibou to Uragiri no Gakuen Seikatsu,3DS,Misc,Irem Software Engineering,Irem Corp.,,0.02,,0.02,,,2012-05-17,2019-05-07 -/games/boxart/full_7655371JapanFrontccc.jpg,Nodame Cantabile: Tanoshii Ongaku no Jikan Desu,DS,Misc,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-02-18, -/games/boxart/full_8238785JapanFrontccc.jpg,Haneru no Tobira Wii: Girigirissu,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2007-12-06, -/games/boxart/full_7759482JapanFrontccc.jpg,God Eater Off Shot: Fujiki Kota-hen Twin Pack & Animation Vol.6,PS4,Misc,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-03-24,2018-09-20 -/games/boxart/full_6466232AmericaFrontccc.jpg,Disney Infinity,PSV,Misc,Disney Interactive Studios,Unknown,,0.02,0.01,,,0,2013-08-18, -/games/boxart/full_7599975AmericaFrontccc.jpg,Marvel Avengers: Battle for Earth,X360,Misc,Ubisoft,Unknown,,0.02,0.02,,,0,2012-10-30, -/games/boxart/full_3544809JapanFrontccc.jpg,Moe Star: Moeru Toudai Eigojuku,DS,Misc,Mirai Shounen,Mirai Shounen,,0.02,,0.02,,,2008-07-31, -/games/boxart/full_125672JapanFrontccc.jpg,Romance of the Three Kingdoms 13 with Power-Up Kit,PSV,Misc,Tecmo Koei,Unknown,,0.02,,0.02,,,2017-05-25, -/games/boxart/full_5448383AmericaFrontccc.jpg,Golden Nugget Casino DS,DS,Misc,Majesco,SkyRiver Studios,,0.02,0.02,,,0,2005-12-15, -/games/boxart/full_3835472AmericaFrontccc.jpg,Monster High 13 Wishes,3DS,Misc,Little Orbit,Unknown,,0.02,,,0.02,0,2013-10-17, -/games/boxart/full_9020502PALFrontccc.jpg,Shonen Jump's Yu-Gi-Oh! GX Card Almanac,DS,Misc,Unknown,Konami,,0.02,,0.02,,,, -/games/boxart/full_popcap-hits_100PALFront.jpg,PopCap Hits!,X360,Misc,PopCap Games,PopCap Games,,0.02,,,0.02,0,2011-02-18, -/games/boxart/full_1817338AmericaFrontccc.jpg,uDraw Studio: Instant Artist,X360,Misc,THQ,THQ,,0.02,0.01,,0.01,0,2011-11-15,2019-05-09 -/games/boxart/full_551883JapanFrontccc.jpg,Gakken DS: Shin TOEIC Test Kanzen Kouryaku,DS,Misc,Gakken,Gakken,,0.02,,0.02,,,2007-09-13, -/games/boxart/1418968ccc.jpg,Franklin: A Birthday Surprise,PS2,Misc,Game Factory,Neko Entertainment,,0.02,0.01,,0.01,0,2006-04-18, -/games/boxart/full_6480622PALFrontccc.jpg,4 Play Collection - Dark Mysteries,PC,Misc,Avanquest Software,GSP,,0.02,,,0.02,0,2014-08-18,2018-09-22 -/games/boxart/full_7624272JapanFrontccc.jpg,Kochira Katsushikaku Kameari Kouenmae Hashutsujo: Machiteba Tengoku! Makereba Jigoku! Ryoutsuryuu Ikkakusenkin Daisakusen!,DS,Misc,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2010-06-17, -/games/boxart/full_872002JapanFrontccc.jpg,Uchi no 3 Shimai DS,DS,Misc,Culture Brain,Culture Brain,,0.02,,0.02,,,2008-12-25, -/games/boxart/9960312ccc.jpg,Let's Pilates!,DS,Misc,Konami,Vanpool,,0.02,0.02,,,0,2008-04-29, -/games/boxart/full_1526646AmericaFrontccc.jpg,Space Channel 5: Ulala's Cosmic Attack,GBA,Misc,THQ,Art Corporation,,0.02,0.01,,0,0,2003-06-17, -/games/boxart/full_3201454JapanFrontccc.jpg,Yamasa Digi World SP: Moeyo! Kung Fu Shukujo,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,0.02,,0.02,,,2006-04-27, -/games/boxart/default.jpg,Dream C Club,PS3,Misc,D3Publisher,Unknown,,0.02,,0.02,,,2012-11-15, -/games/boxart/full_8026033AmericaFrontccc.jpg,Exhibition Volume 6,XB,Misc,Microsoft,Various,,0.02,0.01,,0,0,2004-12-01,2018-09-25 -/games/boxart/full_9212780JapanFrontccc.jpg,Oshiri Kajiri Mushi no Rhythm Lesson DS: Kawai Ongaku Kyoushitsu Kanshuu,DS,Misc,Sega,Sega,,0.02,,0.02,,,2008-04-10, -/games/boxart/full_kuma-no-pooh-san-100-acre-no-mori-no-cooking-book_123JapanFront.jpg,Kuma no Pooh-San: 100 Acre no Mori no Cooking Book,DS,Misc,Disney Interactive Studios,Disney Interactive Studios,,0.02,,0.02,,,2011-09-15, -/games/boxart/full_7311193JapanFrontccc.jpg,Pachi-Slot Higrashi no Naku Koro ni Matsuri,PS2,Misc,Alchemist,Alchemist,,0.02,,0.02,,,2010-04-22, -/games/boxart/full_1163141JapanFrontccc.jpg,Otona no Renai Shousetsu: Harlequin Selection,DS,Misc,Nintendo,Nintendo,,0.02,,0.02,,,2010-02-25, -/games/boxart/full_5580697JapanFrontccc.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 9: CR Fever Captain Harlock,PS2,Misc,D3 Publisher,Sankyo,,0.02,,0.02,,,2007-03-08, -/games/boxart/full_7300190PALFrontccc.png,Art Academy: Home Studio,WiiU,Misc,Nintendo,Headstrong Games,,0.02,,0.02,0,0,2015-06-25,2018-04-01 -/games/boxart/446389ccc.jpg,Cabbage Patch Kids: The Patch Puppy Rescue,GBA,Misc,Codemasters,1st Playable Productions,,0.02,0.01,,0,0,2007-04-11, -/games/boxart/full_1111222JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable,PSP,Misc,Paon,Paon Corporation,,0.02,,0.02,,,2010-07-01, -/games/boxart/full_pachipara-3d_118JapanFront.jpg,PachiPara 3D,3DS,Misc,Irem Software Engineering,Irem Software Engineering,,0.02,,0.02,,,2011-11-24, -/games/boxart/full_2897061JapanFrontccc.jpg,Senran Kagura: Peach and Reflexions Limited Double Pack,NS,Misc,Marvelous,Marvelous,,0.02,,0.02,,,2018-12-13,2018-12-19 -/games/boxart/full_1909784JapanFrontccc.jpg,Sengoku Efuda Yuugi: Hototogisu Ran,PSP,Misc,Irem Software Engineering,Irem Software Engineering,,0.02,,0.02,,,2008-11-13, -/games/boxart/full_97576JapanFrontccc.jpg,Tokyo Friend Park II DS,DS,Misc,Rocket Company,Rocket Company,,0.02,,0.02,,,2006-11-30, -/games/boxart/full_5751331JapanFrontccc.jpg,Sansuu Puzzle de Migaku: Gakken Otona no Shikou Sense,DS,Misc,Gakken,Gakken,,0.02,,0.02,,,2007-10-18, -/games/boxart/full_6856349AmericaFrontccc.jpg,Namco Museum 50th Anniversary (JP sales),PS2,Misc,Namco,Digital Eclipse,,0.02,,0.02,,,2005-08-30, -/games/boxart/full_1295146AmericaFrontccc.jpg,Let's Yoga!,DS,Misc,Konami,Vanpool,,0.02,,0.02,0,0,2008-04-29, -/games/boxart/default.jpg,Minna to Issho,PSV,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,0.02,,0.02,,,2011-12-17,2018-04-20 -/games/boxart/full_uno-52_174AmericaFront.jpg,UNO 52,DS,Misc,DSI Games,Black Lantern Studios,,0.02,0.01,,,0,2006-10-03, -/games/boxart/full_pachinko-hana-oh-misora-hibari_9JapanFront.jpg,Pachinko Kaou: Misora Hibari,PS2,Misc,Hackberry,Hack Berry,,0.02,,0.02,,,2007-03-21, -/games/boxart/full_2319815JapanFrontccc.jpg,Poupee Girl DS,DS,Misc,Alvion,Alvion Inc.,,0.02,,0.02,,,2009-12-17, -/games/boxart/full_1028477AmericaFrontccc.jpg,Technic Beat,PS2,Misc,Mastiff,Arika,,0.02,0.01,,0.01,0,2004-11-02, -/games/boxart/full_6562393JapanFrontccc.jpg,Mario & Luigi: Paper Jam & Mario Kart 7 Double Pack,3DS,Misc,Nintendo,Nintendo,,0.02,,0.02,,,2015-12-03,2018-04-23 -/games/boxart/full_poupee-girl-ds-2-elegant-mint-sweet-pink-style_604JapanFront.jpg,Poupee Girl DS 2: Elegant Mint / Sweet Pink Style,DS,Misc,Alvion,Alvion Inc.,,0.02,,0.02,,,2010-12-16, -/games/boxart/full_8469575PALFrontccc.jpg,DJ Star,DS,Misc,Deep Silver,Deep Silver,,0.02,0.01,,0,0,2009-12-01, -/games/boxart/full_9693287JapanFrontccc.jpg,Strawberry Nauts,PSV,Adventure,Unknown,Unknown,,0.02,,0.02,,,2016-07-28, -/games/boxart/full_6106742JapanFrontccc.jpg,DEATH NOTE: L o Tsugu Mono,DS,Adventure,Konami,Konami,,0.02,,0.02,,,2007-07-12, -/games/boxart/full_5242642JapanFrontccc.jpg,Clover no Kuni no Alice,PS2,Adventure,Prototype,QuinRose,,0.02,,0.02,,,2010-04-15, -/games/boxart/full_7182015JapanFrontccc.jpg,Otometeki Koi Kakumei * Love Revo! Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-05-20, -/games/boxart/full_5179710PALFrontccc.jpg,Syberia,NS,Adventure,Microids,Microids,,0.02,,,0.02,0,2017-10-20,2019-03-17 -/games/boxart/full_captain-morgane-and-the-golden-turtle_822PALFront.jpg,Captain Morgane and the Golden Turtle,PC,Adventure,Reef Entertainment,WizarBox,,0.02,,,0.02,0,2012-02-03, -/games/boxart/full_winx-club-rockstars_6PALFront.jpg,Winx Club: Rockstars,DS,Adventure,Namco Bandai,RIZ Inc.,,0.02,,,0.02,0,2010-11-12, -/games/boxart/full_9866955JapanFrontccc.jpg,Dragon Quest X: All in One Package,WiiU,MMO,Square Enix,Square Enix,,0.02,,0.02,,,2015-12-03,2018-09-15 -/games/boxart/581793ccc.jpg,Carmen Sandiego: The Secret of the Stolen Drums,XB,Adventure,BAM! Entertainment,Artificial Mind and Movement,,0.02,0.02,,0.01,0,2004-09-13, -/games/boxart/full_magicka-collection_251PALFront.jpg,Magicka Collection,PC,Adventure,Paradox Interactive,Paradox Interactive,,0.02,,,0.02,0,2011-11-22, -/games/boxart/full_lilpri-ds-hime-chen-apple-pink_7JapanFront.jpg,Lilpri DS: Hime-Chen! Apple Pink,DS,Adventure,Sega,Sega,,0.02,,0.02,,,2010-08-19, -/games/boxart/full_346534JapanFrontccc.jpg,Suran Digit,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-10-20, -/games/boxart/full_2206184JapanFrontccc.jpg,Canvas 2,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2006-01-26, -/games/boxart/full_4892035JapanFrontccc.jpg,Memories Off: Sorekara Again,PS2,Adventure,KID,KID Corporation,,0.02,,0.02,,,2006-03-23, -/games/boxart/full_3706518JapanFrontccc.jpg,11eyes: CrossOver,X360,Adventure,5pb,Genterprise,,0.02,,0.02,,,2009-04-02, -/games/boxart/full_3265050AmericaFrontccc.jpg,7'scarlet,PSV,Adventure,Aksys Games,Unknown,,0.02,,0.02,,,2018-05-25, -/games/boxart/full_cross-channel-in-memory-of-all-people_897JapanFront.jpg,Cross Channel: In Memory of All People,X360,Adventure,CyberFront,KID Corporation,,0.02,,0.02,,,2011-04-14, -/games/boxart/full_6046522JapanFrontccc.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Joukan,PSP,Adventure,Prototype,Visual Arts,,0.02,,0.02,,,2010-06-03, -/games/boxart/full_are-you-alice_184JapanFront.jpg,Are You Alice?,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-04-07, -/games/boxart/full_okashi-na-shima-no-peter-pan-sweet-never-land_500JapanFront.jpg,Okashi na Shima no Peter Pan: Sweet Never Land,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-10-06, -/games/boxart/full_9707556AmericaFrontccc.jpg,Syberia III,XOne,Adventure,Microids,Unknown,,0.02,0.02,,,0,2017-04-25,2018-08-12 -/games/boxart/full_340292JapanFrontccc.jpg,Gift: Prism,PS2,Adventure,Sweets,Moonstone,,0.02,,0.02,,,2006-10-19, -/games/boxart/full_2037369AmericaFrontccc.png,Inkheart,DS,Adventure,DreamCatcher Interactive,The Adventure Company,,0.02,0.02,,,0,2009-01-12, -/games/boxart/full_kami-naru-kimi-to_901JapanFront.jpg,Kami Naru Kimi to,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-10-20, -/games/boxart/default.jpg,Vitamin X: Detective B6,PSP,Misc,D3Publisher,Unknown,,0.02,,0.02,,,2012-02-09, -/games/boxart/full_8021317AmericaFrontccc.jpg,Dream Dancer,DS,Misc,Unknown,Unknown,,0.02,0.01,,,0,, -/games/boxart/1482795ccc.jpg,Online Chess Kingdoms,PSP,Misc,Konami,Konami,,0.02,0.01,,,0,2006-11-28, -/games/boxart/full_4370162JapanFrontccc.jpg,Vitamin Z Revolution,PSP,Adventure,D3 Publisher,HuneX,,0.02,,0.02,,,2010-03-25, -/games/boxart/full_1249658JapanFrontccc.jpg,Aria: The Origination ~Aoi Wakusei no El Cielo~,PS2,Adventure,Alchemist,Regista,,0.02,,0.02,,,2008-06-26, -/games/boxart/full_2035209JapanFrontccc.jpg,Zero no Tsukaima: Shou-akuma to Harukaze no Concerto,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-02-15, -/games/boxart/full_4085157JapanFrontccc.jpg,Suzumiya Haruhi no Heiretsu,Wii,Adventure,Sega,Sega,,0.02,,0.02,,,2009-03-26, -/games/boxart/full_5285335JapanFrontccc.jpg,Maji-Kyun! Renaissance,PSV,Adventure,Broccoli,Unknown,,0.02,,0.02,,,2016-09-21, -/games/boxart/full_3430791JapanFrontccc.jpg,Princess Saver! Eternal Love for My Lady,PS2,Adventure,Comfort,Ricotta,,0.02,,0.02,,,2010-01-28, -/games/boxart/default.jpg,L.A. Noire: The Complete Edition,PS3,Adventure,Rockstar Games,Rockstar Leeds,,0.02,,,0.02,0.01,2011-11-15, -/games/boxart/full_6148982JapanFrontccc.jpg,Dynamic Chord feat. Reve Parfait: V Edition,PSV,Adventure,honeybee,Unknown,,0.02,,0.02,,,2016-09-29,2018-02-21 -/games/boxart/full_vampire-mansion-linda-hyde_456PALFront.jpg,Vampire Mansion: Linda Hyde,DS,Adventure,Unknown,Easy Interactive,,0.02,,,0.02,0,2011-09-01, -/games/boxart/full_3072193JapanFrontccc.jpg,Kimi ga Aruji de Shitsuji ga Ore de: Oshie Nikki,PS2,Adventure,Minato Station,Minato Station,,0.02,,0.02,,,2008-03-27, -/games/boxart/2466130ccc.jpg,American McGee presents ScrapLand,XB,Adventure,Enlight,Mercury Steam Entertainment,,0.02,0.02,,0,0,2005-02-28, -/games/boxart/full_5830150JapanFrontccc.jpg,Harukanaru Toki no Naka de 3 with Izayoiki Aizouban,PSP,Adventure,KOEI,Koei,,0.02,,0.02,,,2009-03-19, -/games/boxart/full_9853874JapanFrontccc.jpg,D.Gray-man: Sousha no Shikaku,PS2,Adventure,Konami,Konami,,0.02,,0.02,,,2008-09-11, -/games/boxart/full_5231083JapanFrontccc.jpg,Happiness! De-Lucks,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-01-25, -/games/boxart/full_7656783AmericaFrontccc.jpg,ABZU,XOne,Adventure,505 Games,Giant Squid Studios,,0.02,0.02,,,0,2017-01-31,2018-08-01 -/games/boxart/full_505543JapanFrontccc.jpg,School Days LxH,PS2,Adventure,Interchannel,0verflow,,0.02,,0.02,,,2008-01-17, -/games/boxart/full_7314442JapanFrontccc.jpg,Yuukyuu no Tierblade: Lost Chronicle,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-09-08, -/games/boxart/full_5864655JapanFrontccc.jpg,Neo Angelique,PS2,Adventure,KOEI,Koei,,0.02,,0.02,,,2006-03-04, -/games/boxart/full_chaoshead-noah_3JapanFront.jpg,Chaos;Head Noah,PSP,Adventure,5pb,Genterprise,,0.02,,0.02,,,2010-06-24, -/games/boxart/full_2555643JapanFrontccc.jpg,Akogare Girls Collection: Pika Pika Nurse Monogatari - Shounika Haitsumo Oosawagi,DS,Adventure,Nippon Columbia,Nippon Columbia,,0.02,,0.02,,,2016-11-10,2018-08-03 -/games/boxart/full_2966983JapanFrontccc.jpg,Geten no Hana with Yume Akari: Aizouban,PSV,Adventure,Tecmo Koei,Unknown,,0.02,,0.02,,,2016-09-08, -/games/boxart/full_6883954JapanFrontccc.png,Idol Death Game TV,PSV,Adventure,D3Publisher,Unknown,,0.02,,0.02,,,2016-10-20, -/games/boxart/full_twinkle-crusaders-gogo_4JapanFront.jpg,Twinkle * Crusaders GoGo!,PSP,Adventure,ASCII Media Works,ASCII Media Works,,0.02,,0.02,,,2010-09-30, -/games/boxart/full_1604182PALFrontccc.jpg,Ceville,PC,Adventure,Kalypso,Realmforge Studios,9,0.02,,,0.02,0,2009-04-09, -/games/boxart/full_8193637PALFrontccc.jpg,Broken Sword 5: The Serpent's Curse,XOne,Adventure,Revolution Software,Revolution Software,,0.02,,,0.02,0,2015-09-04,2018-08-13 -/games/boxart/full_6319452PALFrontccc.jpg,Natalie Brooks: Mystery at Hillcrest High,DS,Adventure,Licensed 4U,"Alawar Entertainment, Inc.",,0.02,,,0.02,0,2012-04-06,2019-05-03 -/games/boxart/full_6040002JapanFrontccc.jpg,Hoshiori Yume Mirai: Converted Edition,PSV,Adventure,Prototype,Unknown,,0.02,,0.02,,,2016-08-10, -/games/boxart/full_8996506JapanFrontccc.jpg,428: Fuusa Sareta Shibuya de,PS3,Adventure,Spike,ChunSoft,,0.02,,0.02,,,2009-09-03, -/games/boxart/full_5674848AmericaFrontccc.jpg,Zathura,XB,Adventure,2K Games,High Voltage Software,,0.02,0.02,,0,0,2005-11-02, -/games/boxart/full_4644517AmericaFrontccc.jpg,Patapon Remastered,PS4,Music,Sony Interactive Entertainment,SIE Japan Studio,,0.02,,0.02,,,2017-08-01,2018-09-24 -/games/boxart/full_9334028AmericaFrontccc.jpg,Persona 5: Dancing in Starlight,PSV,Music,Atlus,Atlus,,0.02,,0.02,,,2018-12-04,2018-08-13 -/games/boxart/full_4309501AmericaFrontccc.jpg,Gal Metal!,NS,Music,Xseed Games,DMM Games,7,0.02,0.01,0.01,,0,2018-10-30,2019-03-18 -/games/boxart/full_7923226JapanFrontccc.jpg,Persona Dancing: Deluxe Twin Plus,PSV,Music,Atlus,Atlus,,0.02,,0.02,,,2018-05-24,2018-06-06 -/games/boxart/full_5772765JapanFrontccc.jpg,Doki Majo Plus,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.02,,0.02,,,2009-07-30, -/games/boxart/full_love-once-mermaids-tears_792JapanFront.jpg,Love Once: Mermaid's Tears,PS3,Adventure,Unknown,Silicon Studio,,0.02,,0.02,,,2011-02-24, -/games/boxart/full_9252569AmericaFrontccc.jpg,Dream Chronicles,DS,Adventure,Zoo Games,Kat Games,,0.02,0.02,,,0,2010-03-02, -/games/boxart/full_heart-no-kuni-no-alice-anniversary-ver-wonderful-wonder-world_360JapanFront.jpg,Heart no Kuni no Alice Anniversary Ver.: Wonderful Wonder World,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-07-28, -/games/boxart/full_9934908AmericaFrontccc.jpg,Armello,PS4,Strategy,League of Geeks,League of Geeks,,0.02,0.02,,,0,2018-03-13,2018-09-21 -/games/boxart/full_8231706AmericaFrontccc.jpg,Worms,PSN,Strategy,Sony Computer Entertainment,Team17 Software,,0.02,,,0.02,0,2009-03-26, -/games/boxart/full_4526760AmericaFrontccc.jpg,Maximum Capacity: Hotel Giant,PC,Strategy,JoWood Productions,Enlight Software Ltd.,,0.02,,,0.02,0,2002-06-24, -/games/boxart/full_9655931AmericaFrontccc.jpg,This Is the Police 2,XOne,Strategy,THQ Nordic,Weappy Studio,,0.02,0.02,,,0,2018-09-25,2019-03-24 -/games/boxart/3843139ccc.jpg,Defendin' De Penguin,DS,Strategy,Crave Entertainment,Crave Entertainment,,0.02,0.02,,,0,2008-09-02, -/games/boxart/full_7341485AmericaFrontccc.jpg,This Is the Police 2,PS4,Strategy,THQ Nordic,Weappy Studio,,0.02,0.02,,,0,2018-09-25,2019-03-24 -/games/boxart/full_5032299JapanFrontccc.jpg,No Heroes Allowed! VR,PS4,Strategy,Sony Interactive Entertainment,Acquire,,0.02,,0.02,,,2017-10-17,2018-01-10 -/games/boxart/full_9857269AmericaFrontccc.jpg,Command & Conquer 3: Deluxe Edition,PC,Strategy,Electronic Arts,EA Los Angeles,,0.02,,,0.02,0,2008-09-26, -/games/boxart/full_3740817JapanFrontccc.jpg,Dynasty Warriors: Eiketsuden,PS3,Strategy,Tecmo Koei,Omega Force,,0.02,,0.02,,,2016-08-03,2018-04-24 -/games/boxart/full_6750952AmericaFrontccc.jpg,Battlestations: Pacific,PC,Strategy,Eidos Interactive,Eidos Studios Hungary,,0.02,,,0.02,0,2009-05-12, -/games/boxart/full_paraworld_3AmericaFront.jpg,ParaWorld,PC,Strategy,Aspyr,SEK Ost,,0.02,,,0.02,0,2006-09-27, -/games/boxart/full_6927291AmericaFrontccc.jpg,WorldShift,PC,Strategy,Playlogic Game Factory,Black Sea Studios,,0.02,0.02,,,0,2009-11-10, -/games/boxart/full_5975855AmericaFrontccc.jpg,Tycoon City: New York,PC,Strategy,Atari,Deep Red,6.2,0.02,,,0.02,0,2006-02-21, -/games/boxart/full_oil-rush_500PALFront.jpg,Oil Rush,PC,Strategy,Unknown,Unigine Corp,,0.02,,,0.02,0,2012-01-25, -/games/boxart/full_9512629JapanFrontccc.jpg,Chuugen no Hasha: Sangoku Shouseiden,PSP,Strategy,Namco,Namco,,0.02,,0.02,,,2006-02-09, -/games/boxart/full_987127AmericaFrontccc.jpg,Stormrise,PC,Strategy,Sega,The Creative Assembly,,0.02,,,0.02,0,2009-03-24, -/games/boxart/full_2850776AmericaFrontccc.jpg,Worms: WMD,XOne,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,0.02,0.02,,,0,2016-08-23,2018-08-12 -/games/boxart/full_carnage-heart-exa_7JapanFront.jpg,Carnage Heart EXA,PSP,Strategy,ArtDink,ArtDink,,0.02,,0.02,,,2013-03-19, -/games/boxart/full_1600819AmericaFrontccc.jpg,Sheep,PS,Strategy,Empire Interactive,Minds-Eye,,0.02,0.01,,0.01,0,2000-11-06, -/games/boxart/full_9587005PALFrontccc.jpg,Empire Deluxe,PC,Strategy,New World Computing,White Wolf Productions,,0.02,0.02,,,0,1993-01-01, -/games/boxart/8546000ccc.jpg,Future Tactics: The Uprising,GC,Strategy,Crave Entertainment,Zed Two Limited,6.8,0.02,0.02,,0,0,2004-05-10, -/games/boxart/full_8734878AmericaFrontccc.jpg,Tropico Reloaded,PC,Strategy,Kalypso,Kalypso,,0.02,,,0.02,0,2009-07-24, -/games/boxart/full_3880477AmericaFrontccc.jpg,Sudden Strike 4,XOne,Strategy,Kalypso Media,Kite Games,,0.02,0.02,,,0,2018-06-26,2018-03-24 -/games/boxart/full_1442282PALFrontccc.jpg,Catan,DS,Strategy,CDV Software Entertainment,USM,,0.02,,,0.02,0,2009-05-28, -/games/boxart/full_5820319JapanFrontccc.jpg,Ookami to Koushinryou: Omiowataru Kaze,DS,Adventure,ASCII Media Works,ASCII Media Works,,0.02,,0.02,,,2009-09-17, -/games/boxart/full_captain-morgane-and-the-golden-turtle_446PALFront.jpg,Captain Morgane and the Golden Turtle,PS3,Adventure,Reef Entertainment,WizarBox,,0.02,,,0.02,0,2012-02-03, -/games/boxart/full_2444159AmericaFrontccc.jpg,SUPERBEAT: XONiC,PS4,Music,PM Studios,Nurijoy,,0.02,0.02,,,0,2017-06-06,2018-09-20 -/games/boxart/full_3083074JapanFrontccc.jpg,PaRappa the Rapper Remastered,PS4,Music,Sony Interactive Entertainment,SIE Japan Studio,,0.02,,0.02,,,2017-04-04,2018-09-24 -/games/boxart/full_8000575JapanFrontccc.jpg,Uta Kumi 575,PSV,Music,Sega,Sega,,0.02,,0.02,,,2014-01-23,2019-05-03 -/games/boxart/full_3252970JapanFrontccc.jpg,CV Casting Voice,PS3,Music,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2014-06-19,2019-05-04 -/games/boxart/full_542676AmericaFrontccc.jpg,Space Hulk Tactics,PS4,Strategy,Focus Home Interactive,Cyanide,,0.02,0.02,,,0,2018-10-09,2018-06-28 -/games/boxart/full_6313543AmericaFrontccc.jpg,Tropico 4: Modern Times,PC,Strategy,Kalypso Media,Haemimont Games,,0.02,,,0.02,0,2012-03-29,2019-04-23 -/games/boxart/full_3441529JapanFrontccc.jpg,Romance of the Three Kingdoms XII,WiiU,Strategy,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2012-12-13,2018-07-30 -/games/boxart/full_4606037JapanFrontccc.png,Future Card Buddyfight: Tanjou! Oretachi no Saikyou Body!,3DS,Strategy,FuRyu Corporation,FuRyu,,0.02,,0.02,,,2018-03-15,2018-08-04 -/games/boxart/full_tennis-no-oji-sama-card-hunter_516JapanFront.jpg,Tennis no Oji-Sama: Card Hunter,PS2,Strategy,Konami,WinkySoft,,0.02,,0.02,,,2007-02-22, -/games/boxart/full_achtung-panzer-kharkov-1943_894AmericaFront.jpg,Achtung Panzer: Kharkov 1943,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.02,,,0.01,0,2010-02-25, -/games/boxart/full_57764AmericaFrontccc.jpg,RollerCoaster Tycoon: Gold Edition,PC,Strategy,Infogrames,Infogrames,,0.02,0.01,,,0,2002-05-30, -/games/boxart/full_6710461JapanFrontccc.jpg,Ultraman All-Star Chronicle,PSP,Strategy,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2013-03-07,2019-05-17 -/games/boxart/full_dungeons-the-dark-lord_278AmericaFront.jpg,Dungeons - The Dark Lord,PC,Strategy,Kalypso,Kalypso,,0.02,0,,0.01,0,2011-09-27, -/games/boxart/2187179ccc.jpg,Goblin Commander: Unleash the Horde,GC,Strategy,Jaleco,Jaleco Entertainment,7.4,0.02,0.01,,0,0,2003-12-16, -/games/boxart/full_6727535AmericaFrontccc.jpg,Pharaoh,PC,Strategy,Sierra Entertainment,Impressions Games,,0.02,,,0.02,0,1999-10-31, -/games/boxart/full_stronghold-crusader-extreme_518AmericaFront.jpg,Stronghold Crusader Extreme,PC,Strategy,Gamecock,FireFly Studios,4.3,0.02,,,0.02,0,2008-06-02, -/games/boxart/full_europa-universalis-iii-complete_17AmericaFront.jpg,Europa Universalis III Complete,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.02,,,0.02,0,2008-10-28, -/games/boxart/full_4785496AmericaFrontccc.jpg,Tokyo Tattoo Girls,PSV,Strategy,NIS America,Sushi Typhoon Games,,0.02,0.01,,,0,2017-11-14, -/games/boxart/full_8682190AmericaFrontccc.jpg,Drone Tactics,DS,Strategy,Atlus,Success,,0.02,0.01,,,0,2008-05-12, -/games/boxart/full_9993628PALFrontccc.jpg,Total War Attila: Tyrants & Kings,PC,Strategy,Koch Media,Creative Assembly,,0.02,,,0.02,0,2016-03-18,2018-02-02 -/games/boxart/full_1212451JapanFrontccc.jpg,San Goku Shi DS 2,DS,Strategy,KOEI,Koei,,0.02,,0.02,,,2007-11-01, -/games/boxart/full_6375429AmericaFrontccc.jpg,Majesty 2: The Fantasy Kingdom Sim,PC,Strategy,Paradox Interactive,Ino-Co / 1C Company,,0.02,0.01,,,0,2009-09-15,2019-01-01 -/games/boxart/full_fritz-chess_4AmericaFront.jpg,Fritz Chess,DS,Strategy,Deep Silver,ShanBlue,,0.02,0.02,,0,0,2009-07-28, -/games/boxart/full_4669071JapanFrontccc.jpg,Sid Meier's Civilization Revolution 2+,PSV,Strategy,Take-Two Interactive,Unknown,,0.02,,0.02,,,2015-12-03, -/games/boxart/full_8145561AmericaFrontccc.jpg,Tom Clancy's EndWar,PC,Strategy,Ubisoft,Ubisoft Shanghai,,0.02,,,0.02,0,2009-02-24, -/games/boxart/full_9113349AmericaFrontccc.jpg,X3: Terran War Pack,PC,Strategy,Deep Silver,Egosoft,,0.02,,,0.02,0,2012-03-09,2019-04-23 -/games/boxart/full_6623048JapanFrontccc.jpg,Sakura Wars 1 & 2,PSP,Strategy,Sega,Sega,,0.02,,0.02,,,2006-03-09, -/games/boxart/6963778ccc.jpg,Mage Knight: Destiny's Soldier,DS,Strategy,Namco Bandai,Big Blue Bubble Inc.,,0.02,0.02,,,0,2006-09-26, -/games/boxart/5051165ccc.jpg,Demigod,PC,Strategy,Atari,Gas Powered Games,7.2,0.02,,,0.02,0,2009-04-14, -/games/boxart/full_stronghold-2-deluxe_585PALFront.jpg,Stronghold 2 Deluxe,PC,Strategy,2K Games,FireFly Studios,,0.02,,,0.02,0,2005-10-28, -/games/boxart/8606859ccc.jpg,Command & Conquer: The First Decade,PC,Strategy,Electronic Arts,EA Los Angeles\ Westwood Studios,,0.02,0.01,,0.01,0,2006-02-07, -/games/boxart/default.jpg,T.A.C. Heroes : Big Red One,DS,Strategy,Storm City Games,Storm City Games,,0.02,0.02,,,0,2010-03-16, -/games/boxart/8848411ccc.jpg,The Lord of the Rings: The Battle for Middle-Earth II,PC,Strategy,Electronic Arts,EA Los Angeles,8.2,0.02,0.01,,0.01,0,2006-03-02, -/games/boxart/full_2847258AmericaFrontccc.jpg,ArmaGallant: Decks of Destiny,PS4,Strategy,Maximum Games,RockNanoGlobal,,0.02,0.02,,,0,2017-04-04,2018-09-17 -/games/boxart/full_6969703AmericaFrontccc.jpg,Order of War,PC,Strategy,Square Enix,Wargaming.net,,0.02,0,,0.01,0,2009-09-22, -/games/boxart/full_3793252PALFrontccc.jpg,Military History: Commander - Europe at War,PSP,Strategy,Slitherine Software,Impressionware SRL,,0.02,,,0.02,0.01,2009-03-20, -/games/boxart/full_8955938JapanFrontccc.jpg,Galaxy Angel II: Eigou Kaiki no Koku,PS2,Strategy,Broccoli,Broccoli,,0.02,,0.02,,,2009-03-12, -/games/boxart/full_fritz-chess_10AmericaFront.jpg,Fritz Chess,Wii,Strategy,Deep Silver,Gammick Entertainment,,0.02,0.02,,0.01,0,2009-07-28, -/games/boxart/full_tsuyo-kiss-2-portable_6JapanFront.jpg,Tsuyo Kiss 2 Portable,PSP,Adventure,Unknown,NetRevo,,0.02,,0.02,,,2010-10-28, -/games/boxart/full_8408467AmericaFrontccc.jpg,Overlord,PC,Adventure,Codemasters,Triumph Studios,,0.02,,,0.02,0,2007-06-26, -/games/boxart/full_1466141JapanFrontccc.jpg,Nanatsuiro * Drops Pure!!,PS2,Adventure,Media Works,UNiSONSHIFT,,0.02,,0.02,,,2007-09-20, -/games/boxart/full_6581137PALFrontccc.jpg,Ghost Pirates of Vooju Island,PC,Adventure,DTP Entertainment,Autumn Moon,,0.02,,,0.02,0,2009-11-06, -/games/boxart/full_2351099JapanFrontccc.jpg,Zero Escape The Nonary Games,PSV,Adventure,Aksys Games,Spike Chunsoft,,0.02,0.01,0.01,,0,2017-03-24,2018-09-19 -/games/boxart/full_1572239AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,PC,Adventure,Microids,Artefacts Studios,,0.02,,,0.02,0,2016-02-23,2018-08-01 -/games/boxart/full_3310874JapanFrontccc.png,Plastic Memories,PSV,Adventure,5pb,Unknown,,0.02,,0.02,,,2016-10-13, -/games/boxart/full_renai-banchou-inochi-meishi-koiseyo-otome-love-is-power_389JapanFront.jpg,"Renai Banchou: Inochi Meishi, Koiseyo Otome! Love is Power!!!",PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-11-11, -/games/boxart/full_2359122AmericaFrontccc.jpg,Yu-Gi-Oh! GX: The Beginning of Destiny (JP sales),PS2,Strategy,Konami,Konami,,0.02,,0.02,,,2008-01-08, -/games/boxart/full_trapped-dead_796PALFront.jpg,Trapped Dead,PC,Strategy,Meridian4,Headup Games / Crenetic,4,0.02,,,0.02,0,2011-02-25, -/games/boxart/full_4594561AmericaFrontccc.jpg,Space Hulk Tactics,XOne,Strategy,Focus Home Interactive,Cyanide,,0.02,0.02,,,0,2018-10-09,2018-06-28 -/games/boxart/full_4155371AmericaFrontccc.jpg,Lock's Quest,XOne,Strategy,THQ Nordic,5TH Cell,,0.02,0.01,,,0,2017-05-30,2018-09-11 -/games/boxart/full_majesty-2-collection_833AmericaFront.jpg,Majesty 2 Collection,PC,Strategy,Paradox Interactive,1C:Ino-Co,,0.02,,,0.01,0,2011-04-19, -/games/boxart/full_2457589AmericaFrontccc.jpg,Puzzle City,DS,Puzzle,Destineer,eGames/Techfront,,0.02,0.02,,,0,2009-06-09, -/games/boxart/full_moujuutsukai-to-oujisama-snow-bride_950JapanFront.jpg,Moujuutsukai to Oujisama: Snow Bride,PS2,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-02-24, -/games/boxart/full_7612706JapanFrontccc.jpg,Meitantei Evangelion,PS2,Adventure,Broccoli,Headlock,,0.02,,0.02,,,2007-01-18, -/games/boxart/full_2093792JapanFrontccc.jpg,Seinaru Kana: Orichalcum no Na no Motoni,PSP,Strategy,CyberFront,Xuse,,0.02,,0.02,,,2012-04-19,2019-05-17 -/games/boxart/full_nobunaga-no-yabou-soutensoku-with-power-up-kit_172JapanFront.jpg,Nobunaga no Yabou: Soutensoku with Power-Up Kit,PSP,Strategy,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2011-08-04, -/games/boxart/full_5362314AmericaFrontccc.jpg,Commandos 3: Destination Berlin,PC,Strategy,Eidos Interactive,Pyro Studios,,0.02,,,0.02,0,2003-10-14, -/games/boxart/full_machi-ing-maker-4_954JapanFront.jpg,Machi-ing Maker 4,PS3,Strategy,D3 Publisher,D3,,0.02,,0.02,,,2011-11-23, -/games/boxart/full_4936853AmericaFrontccc.jpg,Blackguards 2,XOne,Strategy,Kalypso Media,Daedalic Entertainment,,0.02,0.02,,,0,2017-09-19,2018-09-15 -/games/boxart/full_5168769AmericaFrontccc.gif,War Leaders: Clash of Nations,PC,Strategy,CDV Software Entertainment,Enigma Software Productions,,0.02,,,0.02,0,2009-02-27, -/games/boxart/3967221ccc.jpg,Virtual Kasparov,GBA,Strategy,Titus,Titus Software,,0.02,0.01,,0.01,0,2002-03-31, -/games/boxart/8700400ccc.jpg,UFO: Trilogy,PC,Strategy,Unknown,Altar Interactive,,0.02,,,0.02,0,2007-08-24, -/games/boxart/full_strike-witches-shirogane-no-tsubasa_0JapanFront.jpg,Strike Witches: Shirogane no Tsubasa,X360,Strategy,CyberFront,CyberFront,,0.02,,0.02,,,2010-07-29, -/games/boxart/2954259ccc.jpg,Command & Conquer 3: Kane's Wrath,PC,Strategy,Electronic Arts,EA Los Angeles,,0.02,,,0.02,0,2008-03-24, -/games/boxart/1711176ccc.jpg,Command & Conquer Collection,PC,Strategy,Electronic Arts,EA Los Angeles,,0.02,0.01,,0,0,2003-10-31, -/games/boxart/full_elven-legacy-collection_5PALFront.jpg,Elven Legacy Collection,PC,Strategy,Paradox Interactive,1C:Ino-Co,,0.02,,,0.01,0,2010-07-09, -/games/boxart/full_disciples-iii-renaissance_0AmericaFront.jpg,Disciples III: Renaissance,PC,Strategy,Kalypso,Akella,,0.02,,,0.01,0,2010-07-13, -/games/boxart/full_6933023AmericaFrontccc.png,Halo Wars 2,PC,Strategy,THQ Nordic,Creative Assembly,,0.02,,,0.02,0,2017-02-21,2018-09-27 -/games/boxart/188988ccc.jpg,"Warhammer 40,000: Dawn of War: Soulstorm",PC,Strategy,THQ,Iron Lore Entertainment,6.9,0.02,,,0.02,0,2008-03-04, -/games/boxart/full_4823709PALFrontccc.jpg,Dungeons 3,XOne,Strategy,Kalypso Media,Realmforge Studios,,0.02,0.02,,,0,2017-10-17,2018-03-03 -/games/boxart/full_9936646AmericaFrontccc.jpg,Cube,PSP,Puzzle,D3 Publisher,Metia Interactive,,0.02,0.02,,,0,2007-04-30, -/games/boxart/full_6985805AmericaFrontccc.jpg,Hands On! Tangrams,DS,Puzzle,Storm City Games,Island Officials,,0.02,0.02,,,0,2009-11-24, -/games/boxart/6878071ccc.jpg,Konductra,DS,Puzzle,O3 Entertainment,oeFun,,0.02,0.02,,,0,2006-10-31, -/games/boxart/full_5185240JapanFrontccc.jpg,Puyo Puyo Tetris,WiiU,Puzzle,Sega,Sonic Team,,0.02,,0.02,,,2014-02-06,2018-07-04 -/games/boxart/full_the-dark-hills-of-cherai_183AmericaFront.jpg,The Dark Hills of Cherai,PC,Puzzle,Big Fish Games,ChaYoWo Games,,0.02,,,0.01,0,2009-12-05, -/games/boxart/full_2741705AmericaFrontccc.jpg,Mario vs. Donkey Kong: Tipping Stars,WiiU,Puzzle,Nintendo,Nintendo Software Technology Corporation,6.4,0.02,,0.02,,,2015-03-05,2019-01-15 -/games/boxart/full_9906536AmericaFrontccc.jpg,The Inner World: The Last Wind Monk,XOne,Puzzle,Kalypso Media,Studio Fizbin,,0.02,0.01,,,0,2017-10-24,2018-09-15 -/games/boxart/full_4761071AmericaFrontccc.jpg,Ultimate Puzzle Games,GBA,Puzzle,Telegames,"Telegames, Inc.",,0.02,0.01,,0,0,2005-11-14, -/games/boxart/full_6428091JapanFrontccc.jpg,Otome wa Oanesama Boku ni Koi Shiteru Portable,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-04-29, -/games/boxart/2868082ccc.jpg,Kuon,PS2,Adventure,Agetec,From Software,,0.02,0.01,,0.01,0,2004-12-07, -/games/boxart/full_umineko-no-naku-koro-ni-majo-to-suiri-no-rinbukyoku_769JapanFront.jpg,Umineko no Naku Koro ni: Majo to Suiri no Rinbukyoku,PS3,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-12-16, -/games/boxart/full_1776786PALFrontccc.jpg,Minecraft: Story Mode - Season Two,PC,Adventure,Telltale Games,Telltale Games,,0.02,,,0.02,0,2017-09-19,2018-08-07 -/games/boxart/9745995ccc.jpg,Carmen Sandiego: The Secret of the Stolen Drums,GC,Adventure,BAM! Entertainment,Artificial Mind and Movement,,0.02,0.02,,0,0,2004-09-13, -/games/boxart/full_8333595JapanFrontccc.jpg,Yunohana Spring! Cherishing Time,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2016-09-15, -/games/boxart/full_mystery-tales-2-the-spirit-mask_450PALFront.jpg,Mystery Tales 2: The Spirit Mask,DS,Puzzle,Unknown,Easy Interactive,,0.02,,,0.02,0,2011-08-21, -/games/boxart/55865ccc.jpg,Spanish for Everyone!,DS,Puzzle,Activision,Humagade,,0.02,0.02,,,0,2007-10-26, -/games/boxart/full_9667746JapanFrontccc.jpg,GunParade Orchestra: Midori no Shou,PS2,Adventure,Sony Computer Entertainment,Alfa System,,0.02,,0.02,,,2006-03-30, -/games/boxart/full_8210101AmericaFrontccc.jpg,Grey's Anatomy: The Video Game,PC,Adventure,Ubisoft,Longtail Studios,,0.02,,,0.02,0,2009-03-04, -/games/boxart/full_33931JapanFrontccc.jpg,PriministAr,PSV,Adventure,Entergram,Unknown,,0.02,,0.02,,,2016-09-29, -/games/boxart/full_1564921JapanFrontccc.jpg,Grisaia no Rakuen: Le Eden de la Grisaia,PSV,Adventure,Prototype,Prototype,,0.02,,0.02,,,2014-12-11, -/games/boxart/full_8703686JapanFrontccc.jpg,Higurashi Daybreak Portable Mega Edition,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2009-11-26, -/games/boxart/full_6840200JapanFrontccc.jpg,Koisuru Otome to Shugo no Tate: The Shield of AIGIS,PS2,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2008-11-20, -/games/boxart/full_moujuutsukai-to-oujisama-portable_564JapanFront.jpg,Moujuutsukai to Oujisama Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-06-30, -/games/boxart/full_7093458AmericaFrontccc.jpg,Indigo Prophecy,PC,Adventure,Atari,Quantic Dream,,0.02,,,0.02,0,2005-10-02, -/games/boxart/full_9605318JapanFrontccc.jpg,Kaleidoeve,PSV,Adventure,HuneX,HuneX,,0.02,,0.02,,,2015-01-22, -/games/boxart/full_gekka-ryouran-romance_492JapanFront.jpg,Gekka Ryouran Romance,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-09-15, -/games/boxart/full_ore-no-yome-anata-dake-no-hanayome_0JapanFront.jpg,Ore no Yome: Anata Dake no Hanayome,X360,Adventure,Idea Factory,Lupinus,,0.02,,0.02,,,2010-10-28, -/games/boxart/full_tale-of-a-hero_568PALFront.jpg,Tale of a Hero,PC,Adventure,Daedalic,Future Games,,0.02,,,0.02,0,2010-08-31, -/games/boxart/full_4792025JapanFrontccc.jpg,Final Approach 2: 1st Priority,PS2,Adventure,Princess Soft,Princess Soft,,0.02,,0.02,,,2008-02-28, -/games/boxart/full_dragons-lair_6AmericaFront.gif,Dragon's Lair,DS,Adventure,Destineer,United Coders,,0.02,0.02,,,0,2010-11-16, -/games/boxart/full_4122953JapanFrontccc.jpg,I Doll U,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2015-07-16, -/games/boxart/full_ryu-koku_5JapanFront.jpg,Ryu-Koku,PS2,Adventure,KID,KID Corporation,,0.02,,0.02,,,2006-09-21, -/games/boxart/full_jewel-master-cradle-of-rome-2_23PALFront.jpg,Jewel Master: Cradle Of Rome 2,DS,Puzzle,Rising Star,Rising Star Games,,0.02,,,0.02,0,2011-10-21, -/games/boxart/full_3207217AmericaFrontccc.jpg,Secrets of the Titanic,DS,Puzzle,Avanquest Software,Avanquest Software,,0.02,,,0.02,0,2012-04-13,2019-05-05 -/games/boxart/full_4970852AmericaFrontccc.jpg,Nervous Brickdown,DS,Puzzle,Secret Stash Games,Arkedo Studio,,0.02,0,,0.01,0,2007-06-26, -/games/boxart/6986873ccc.jpg,Rat Attack!,N64,Puzzle,Mindscape,Pure Entertainment,,0.02,0.02,,,0,2000-09-12, -/games/boxart/full_6266662JapanFrontccc.jpg,Lode Runner,DS,Puzzle,Hudson Entertainment,Hudson Soft,,0.02,,0.02,,,2006-10-26, -/games/boxart/full_867002JapanFrontccc.jpg,Super Nazo Puyo Tsuu: Ruruu no Tetsuwan Hanjyouki,SNES,Puzzle,Compile,Compile,,0.02,,0.02,,0,1996-06-28, -/games/boxart/6488235ccc.jpg,Puzzle Challenge: Crosswords and More!,PS2,Puzzle,Crave Entertainment,Supersonic Software,,0.02,0.01,,0.01,0,2006-06-09, -/games/boxart/full_1307857AmericaFrontccc.jpg,Geon Cube,Wii,Puzzle,UFO Interactive,Strawdog Studios Ltd.,,0.02,0.02,,,0,2009-10-27, -/games/boxart/full_2248347AmericaFrontccc.jpg,Jelly Belly: Ballistic Beans,Wii,Puzzle,Zoo Digital Publishing,Blue Monkey Studios,,0.02,0.02,,0,0,2009-04-21, -/games/boxart/full_767495AmericaFrontccc.jpg,The Inner World: The Last Wind Monk,PS4,Puzzle,Kalypso Media,Studio Fizbin,,0.02,0.02,,,0,2017-10-24,2018-09-15 -/games/boxart/full_6108627PALFrontccc.jpg,The Cube,Wii,Puzzle,Funbox Media,Funbox Media,,0.02,,,0.02,0,2012-11-09,2018-04-06 -/games/boxart/full_puzzle-star-sweep_919AmericaFront.jpg,Puzzle Star Sweep,PS,Puzzle,Agetec,Axela,,0.02,0.01,,0.01,0,2001-01-03, -/games/boxart/full_2571101PALFrontccc.jpg,4 Elements,3DS,Puzzle,Tulip Games,Playrix Entertainment,,0.02,,,0.02,0,2013-11-07,2019-01-24 -/games/boxart/full_6650964AmericaFrontccc.jpg,Lumo,NS,Puzzle,Rising Star Games,Triple Eh?,,0.02,,,0.02,0,2017-11-21,2018-01-08 -/games/boxart/full_9380473AmericaFrontccc.png,Atlantic Quest,PC,Puzzle,Avanquest,Oberon Media,,0.02,,,0.02,0,2011-11-25, -/games/boxart/full_5092265AmericaFrontccc.png,Tumblestone,WiiU,Puzzle,Nighthawk Interactive,The Quantum Astrophysicists Guild,,0.02,0.02,,,0,2016-11-01,2018-04-01 -/games/boxart/full_8093934AmericaFrontccc.jpg,Puzzle Chronicles,DS,Puzzle,Konami,Infinite Interactive,,0.02,0.02,,0,0,2010-02-02, -/games/boxart/full_9605534AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PSP,Puzzle,D3 Publisher,Vicious Cycle,,0.02,0.01,,0,0,2007-03-20, -/games/boxart/full_puzzle-guzzle_41AmericaFront.jpg,Puzzle Guzzle,PSP,Puzzle,Agetec,Irem Software Engineering,,0.02,0.02,,,0,2008-02-27, -/games/boxart/full_5774964PALFrontccc.jpg,Lumo,PSV,Puzzle,Rising Star Games,Unknown,,0.02,,,0.01,0,2016-09-09,2019-03-18 -/games/boxart/1157604ccc.jpg,Tiny Toon Adventures: Wacky Stackers,GBA,Puzzle,Conspiracy Entertainment,Warthog,,0.02,0.01,,0,0,2001-12-30, -/games/boxart/full_6710879AmericaFrontccc.jpg,Rock Blast,Wii,Puzzle,UFO Interactive,UFO Interactive,,0.02,0.02,,,0,2010-02-09, -/games/boxart/full_titanic-mystery_175AmericaFront.jpg,Titanic Mystery,Wii,Puzzle,O-Games,PlayV,,0.02,0.02,,0,0,2012-04-03, -/games/boxart/full_super-fruit-fall_9AmericaFront.jpg,Super Fruit Fall,Wii,Puzzle,Codemasters,Nissimo,,0.02,0.01,,0,0,2007-01-01, -/games/boxart/full_5241484PALFrontccc.jpg,Bomberman 2,DS,Puzzle,Hudson Soft,Hudson Soft,,0.02,,0,0.01,0,2009-02-13, -/games/boxart/full_1631783JapanFrontccc.jpg,BoxBoy! Hakobume Box,3DS,Puzzle,Nintendo,HAL Laboratory,,0.02,,0.02,,,2017-02-02,2018-07-15 -/games/boxart/full_mechanic-master-2_1AmericaFront.jpg,Mechanic Master 2,DS,Puzzle,Crave Entertainment,Crave Entertainment,,0.02,0.02,,,0,2010-10-20, -/games/boxart/full_bejeweled-blitz_5AmericaFront.jpg,Bejeweled Blitz,PC,Puzzle,PopCap Games,PopCap Games,,0.02,,,0.01,0,2010-08-17, -/games/boxart/3598995ccc.gif,NEVES,DS,Puzzle,Yuke's,"BeeWorks Co., Ltd",,0.02,0.01,,0,0,2007-11-06, -/games/boxart/full_touch-my-katamari_765AmericaFront.jpg,Touch My Katamari,PSV,Puzzle,Namco Bandai,Namco Bandai,,0.02,0.01,0.01,0,,2012-02-21, -/games/boxart/full_6033550JapanFrontccc.jpg,Gotouchi Tetsudou for Nintendo Switch!!,NS,Puzzle,Bandai Namco Games,Grounding Inc.,,0.02,,0.02,,,2018-02-22,2018-03-08 -/games/boxart/full_7823659PALFrontccc.jpg,Aqua Panic!,DS,Puzzle,Neko Entertainment,EKO System,,0.02,0.01,,0.01,,2009-05-08, -/games/boxart/full_caspers-scare-school-classroom-capers_5AmericaFront.jpg,Casper's Scare School: Classroom Capers,DS,Adventure,Crave Entertainment,Nikitova Games,,0.02,0.02,,0,0,2010-10-26, -/games/boxart/full_6437888JapanFrontccc.jpg,Akai Ito DS,DS,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2008-12-25, -/games/boxart/full_9369151JapanFrontccc.jpg,Natsuiro no Sunadokei,PS2,Adventure,Princess Soft,Princess Soft,,0.02,,0.02,,,2002-05-30, -/games/boxart/full_329473JapanFrontccc.jpg,Kamigami no Asobi InFinite,PSV,Adventure,Broccoli,Unknown,,0.02,,0.02,,,2016-04-21, -/games/boxart/full_936874PALFrontccc.jpg,Runaway: A Twist of Fate,DS,Adventure,Unknown,Pendulo Studios,,0.02,,,0.02,0,, -/games/boxart/full_3618239JapanFrontccc.jpg,Harukanaru Toki no Naka de 6,PSP,Adventure,Tecmo Koei,Ruby Party,,0.02,,0.02,,,2015-03-12,2019-03-22 -/games/boxart/full_6748504JapanFrontccc.jpg,Uta no * Prince-Sama,PSP,Adventure,Broccoli,Broccoli,,0.02,,0.02,,,2010-06-24, -/games/boxart/full_1020432JapanFrontccc.jpg,Hakuoki: Yuugi Roku - Taishitachi no Daienkai,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-11-17, -/games/boxart/full_farm-frenzy-3_163PALFront.jpg,Farm Frenzy 3,DS,Puzzle,Unknown,Easy Interactive,,0.02,,,0.02,0,2011-11-10, -/games/boxart/full_escape-the-emerald-star_771AmericaFront.jpg,Escape the Emerald Star,PC,Puzzle,PopCap Games,PopCap,,0.02,0.02,,,0,2011-09-13, -/games/boxart/full_9024642AmericaFrontccc.jpg,Shanghai: True Valor,PS,Puzzle,Sunsoft,SunSoft,,0.02,0.01,,0.01,0,1999-05-31, -/games/boxart/full_jewel-match-2_208PALFront.jpg,Jewel Match 2,DS,Puzzle,Unknown,PlayV,,0.02,,,0.02,0,, -/games/boxart/full_9573801JapanFrontccc.jpg,PsychicEmotion6,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2016-10-06, -/games/boxart/full_4835183JapanFrontccc.jpg,Shiro to Kuro no Alice,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2017-06-08, -/games/boxart/full_stormlover-karen_258JapanFront.jpg,StormLover Karen!!,PSP,Adventure,D3 Publisher,Vridge,,0.02,,0.02,,,2011-08-04, -/games/boxart/full_8885166JapanFrontccc.jpg,Hakuoki: Shinkai Twin Pack,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2016-06-16, -/games/boxart/6804835ccc.jpg,Line Rider 2: Unbound,Wii,Puzzle,"Genius Products, Inc.",InXile Entertainment,,0.02,0.02,,,0,2008-10-07, -/games/boxart/full_4934991AmericaFrontccc.jpg,Bridge Constructor Portal,XOne,Puzzle,Nighthawk Interactive,ClockStone,,0.02,0.02,,,0,2018-08-28,2018-07-09 -/games/boxart/full_fishdom-2-deluxe_684PALFront.jpg,Fishdom 2 Deluxe,PC,Puzzle,Rondomedia,Playrix Entertainment,,0.02,,,0.02,0,2010-11-03, -/games/boxart/full_600290PALFrontccc.jpg,The Professor's Brain Trainer: Logic,DS,Puzzle,505 Games,Interchannel,,0.02,0.02,,0,0,2006-11-17, -/games/boxart/full_6027569AmericaFrontccc.jpg,"Soldam: Drop, Connect, Erase",NS,Puzzle,Dispatch Games,City Connection,,0.02,0.02,,,0,2017-10-10,2018-10-09 -/games/boxart/full_9217384AmericaFrontccc.jpg,ZooCube,GC,Puzzle,Acclaim Entertainment,PuzzleKings,6.9,0.02,0.02,,0,0,2002-05-05, -/games/boxart/full_1130742AmericaFrontccc.jpg,O.M.G. 26 - Our Mini Games,DS,Puzzle,UFO Interactive,Dreams Interactive,,0.02,0.02,,,0,2007-10-30, -/games/boxart/7468868ccc.jpg,Bust-A-Move,3DO,Puzzle,Panasonic Interactive Media,Taito Corporation,,0.02,,0.02,,,1995-01-01, -/games/boxart/full_8070066AmericaFrontccc.jpg,Mind over Matter,DS,Puzzle,505 Games,505 Games,,0.02,0.02,,,0,2010-08-31, -/games/boxart/full_8666697JapanFrontccc.jpg,Puyo Puyo! 15th Anniversary,PSP,Puzzle,Sega,Sega,,0.02,,0.02,,,2007-03-21, -/games/boxart/full_6420072AmericaFrontccc.jpg,Bejeweled 2 Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,0.02,,,0.02,0,2006-08-30, -/games/boxart/full_2668661AmericaFrontccc.jpg,Tricky Towers,PS4,Puzzle,Soedesco,WeirdBeard,,0.02,0.02,,,0,2017-11-17,2018-09-07 -/games/boxart/full_treasure-chase_589AmericaFront.jpg,Treasure Chase,DS,Puzzle,Storm City Games,Storm City Games,,0.02,0.02,,,0,2011-06-28, -/games/boxart/2640748ccc.jpg,Luxor: The Wrath of Set,PSP,Puzzle,Mumbo Jumbo,MumboJumbo,,0.02,0.02,,,0,2006-11-17, -/games/boxart/full_crazy-machines_568AmericaFront.jpg,Crazy Machines,Wii,Puzzle,Mentor Interactive,FAKT Software GmBH,,0.02,0.01,,0.01,0,2011-06-07, -/games/boxart/full_puppet-show-3-lost-town_77PALFront.jpg,Puppet Show 3: Lost Town,PC,Puzzle,Focus Home Interactive,Big Fish Games,,0.02,,,0.02,0,2011-12-02, -/games/boxart/full_5700366JapanFrontccc.jpg,Dance with Devils,PSV,Visual Novel,Rejet,Rejet,,0.02,,0.02,,,2016-03-24,2019-05-03 -/games/boxart/full_3386407JapanFrontccc.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PSP,Visual Novel,System Soft Alpha,System Soft Alpha,,0.02,,0.02,,,2012-03-29,2019-05-03 -/games/boxart/full_2177363JapanFrontccc.jpg,Genroh,PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2012-08-30,2019-05-04 -/games/boxart/full_622639JapanFrontccc.jpg,Kannou Mukashibanashi Portable,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-01-20,2019-05-04 -/games/boxart/full_8432254JapanFrontccc.jpg,Dies Irae: Amantes Amentes,PSP,Visual Novel,Views,Light,,0.02,,0.02,,,2012-06-28,2019-05-04 -/games/boxart/full_2586439JapanFrontccc.jpg,Urakata Hakuoki,PSP,Visual Novel,Idea Factory,Design Factory,,0.02,,0.02,,,2013-06-27,2019-05-02 -/games/boxart/full_2806930JapanFrontccc.jpg,Steins;Gate: Senkei Kousoku no Phonogram,X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2013-04-25,2019-01-03 -/games/boxart/full_dunamis-15_645JapanFront.jpg,Dunamis 15,PS3,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2011-09-15,2018-12-19 -/games/boxart/full_hakuouki-yuugi-roku-ds_885JapanFront.jpg,Hakuouki: Yuugi Roku DS,DS,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2011-04-28, -/games/boxart/full_365744PALFrontccc.jpg,So Blonde,PC,Adventure,Eidos Interactive,WizarBox,,0.02,,,0.02,0,2008-10-10, -/games/boxart/full_6104978JapanFrontccc.jpg,Code R,SAT,Adventure,Quintet,Quintet,,0.02,,0.02,,,1998-07-09, -/games/boxart/full_692711AmericaFrontccc.jpg,Back to the Future: The Game,X360,Adventure,Telltale Games,Telltale Games,,0.02,0.02,,0,0,2015-10-13,2018-04-23 -/games/boxart/full_2143759JapanFrontccc.jpg,Ro-Kyu-Bu! Lost Secret,PSP,Visual Novel,Kadokawa Shoten,ASCII Media Works,,0.02,,0.02,,,2013-06-20,2019-05-07 -/games/boxart/full_6830553JapanFrontccc.jpg,Date A Live: Arusu Install,PS3,Visual Novel,Compile Heart,Compile Heart,,0.02,,0.02,,,2014-06-26,2019-05-03 -/games/boxart/full_2432406AmericaFrontccc.jpg,Steins;Gate Elite,NS,Visual Novel,Spike Chunsoft,5pb. Inc.,,0.02,,0.02,,,2019-02-19,2018-11-06 -/games/boxart/full_5550270AmericaFrontccc.jpg,428: Shibuya Scramble,PS4,Visual Novel,Spike Chunsoft,Abstraction Games,,0.02,0.01,0.01,,0,2018-09-04,2018-09-26 -/games/boxart/full_1430718AmericaFrontccc.jpg,Largo Winch .// Commando Sar,PS,Adventure,Ubisoft,Rebellion Developments,,0.02,0.01,,0.01,0,2002-02-01, -/games/boxart/full_joker-no-kuni-no-alice_422JapanFront.jpg,Joker no Kuni no Alice,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-10-27, -/games/boxart/full_princess-isabella-a-witchs-curse_6AmericaFront.jpg,Princess Isabella: A Witch's Curse,Wii,Adventure,Destineer,Gogii Games,,0.02,0.02,,,0,2010-09-03, -/games/boxart/full_nisenochigiri_7JapanFront.jpg,Nisenochigiri,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-08-26, -/games/boxart/full_9286956JapanFrontccc.jpg,Last Escort,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,0.02,,0.02,,,2006-01-26, -/games/boxart/full_2237292JapanFrontccc.jpg,Root Infinity Rexx,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2015-01-22, -/games/boxart/full_9910453JapanFrontccc.jpg,Aria: The Natural ~Tooi Yume no Mirage~,PS2,Adventure,Alchemist,Regista,,0.02,,0.02,,,2006-09-28, -/games/boxart/full_4301254JapanFrontccc.jpg,Gakuen K: Wonderful School Days,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2014-10-30, -/games/boxart/full_2201134AmericaFrontccc.jpg,Crime Scene,DS,Adventure,SouthPeak Interactive,White Birds Productions,8,0.02,,,0.02,0,2010-02-16, -/games/boxart/full_pastel-chime-continue_9JapanFront.jpg,Pastel Chime Continue,PSP,Adventure,5pb,Alice Soft,,0.02,,0.02,,,2010-12-09, -/games/boxart/full_6049490JapanFrontccc.jpg,Code: Realize - Shukufuku no Mirai,PSV,Adventure,Aksys Games,Unknown,,0.02,,0.02,,,2018-03-30, -/games/boxart/full_5914972AmericaFrontccc.jpg,Jake Hunter: Detective Chronicles,DS,Adventure,Aksys Games,WorkJam,,0.02,0.02,,,0,2008-06-11, -/games/boxart/full_5600954JapanFrontccc.jpg,Uta no Prince-sama: Amazing Aria & Sweet Serenade Love,PSV,Adventure,Broccoli,Broccoli,,0.02,,0.02,,,2017-10-19, -/games/boxart/full_jinguuji-saburou-ds-akai-chou_3JapanFront.jpg,Jinguuji Saburou DS: Akai Chou,DS,Adventure,Arc System Works,WorkJam,,0.02,,0.02,,,2010-09-30, -/games/boxart/full_8249964JapanFrontccc.jpg,Meitantei Conan: Kieta Hakase to Machigai Sagashi no Tou,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2008-04-03, -/games/boxart/full_3397262JapanFrontccc.jpg,Kimi o Aogi Otome wa Hime ni,PSV,Adventure,Entergram,Unknown,,0.02,,0.02,,,2016-09-29, -/games/boxart/full_7774861AmericaFrontccc.jpg,Dark Tales: Edgar Allan Poe's The Premature Burial,PC,Adventure,Big Fish Games,ERS G-Studio,,0.02,,,0.02,0,2019-03-01,2019-04-23 -/games/boxart/3623315ccc.jpg,Barbie as the Princess and the Pauper,GBA,Adventure,Knowledge Adventure,VU Games,6,0.02,0.01,,0,0,2004-09-12, -/games/boxart/full_1890627JapanFrontccc.jpg,Diabolik Lovers: Lost Eden,PSV,Adventure,Idea Factory,Unknown,,0.02,,0.02,,,2017-02-16,2018-02-21 -/games/boxart/full_7865202PALFrontccc.jpg,Horrid Henry: Missions of Mischief,Wii,Adventure,SouthPeak Interactive,Asylum Entertainment,,0.02,0,,0.01,0,2010-08-31, -/games/boxart/full_tantei-opera-milky-holmes_739JapanFront.jpg,Tantei Opera: Milky Holmes,PSP,Adventure,Unknown,BushiRoad,,0.02,,0.02,,,2010-12-16, -/games/boxart/full_6964669AmericaFrontccc.jpg,Adventure Time: Pirates of the Enchiridion,PS4,Adventure,Outright Games,Outright Games,,0.02,0.01,,,0,2018-07-17,2019-03-17 -/games/boxart/full_4960110AmericaFrontccc.jpg,Back to the Future: The Game,XOne,Adventure,Telltale Games,Telltale Games,,0.02,,,0.02,0,2015-10-13,2018-04-23 -/games/boxart/full_5672814JapanFrontccc.jpg,Rozen Maiden: Duellwalzer,PS2,Adventure,Taito,Taito Corporation,,0.02,,0.02,,,2006-04-27, -/games/boxart/full_9133530JapanFrontccc.jpg,Kadenz fermata//Akkord:fortissimo,PSV,Adventure,5pb,La'cryma,,0.02,,0.02,,,2015-01-01, -/games/boxart/full_2259439JapanFrontccc.jpg,Arabians Lost: The Engagement on Desert,PS2,Adventure,Prototype,QuinRose,,0.02,,0.02,,,2007-10-11, -/games/boxart/full_943209JapanFrontccc.jpg,Tsuki no Hikari: Shizumeru Kane no Satsujin,PS2,Adventure,Victor Interactive,Victor Interactive Software,,0.02,,0.02,,,2002-05-23, -/games/boxart/full_6436288JapanFrontccc.jpg,Air,PSV,Adventure,Prototype,Unknown,,0.02,,0.02,,,2016-09-08, -/games/boxart/full_1827556AmericaFrontccc.jpg,Brain Dead 13,PS,Adventure,ReadySoft,ReadySoft,,0.02,0.01,,0.01,0,1996-03-06, -/games/boxart/full_3375749AmericaFrontccc.jpg,Mata Hari: Betrayal is only a Kiss Away,PC,Adventure,Viva Media,Cranberry Production,,0.02,,,0.02,0,2009-06-01, -/games/boxart/full_2494509JapanFrontccc.jpg,Negima!? Chou Mahora Taisen Chuu: Checkiin Zenin Shuugou! Yappari Onsen Kichaimashitaa,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-03-22, -/games/boxart/full_still-life-2_745AmericaFront.jpg,Still Life 2,PC,Adventure,Encore,GameCo Studios,7.3,0.02,,,0.02,0,2009-08-11, -/games/boxart/full_8189935JapanFrontccc.jpg,Anohana: The Flower We Saw That Day,PSP,Visual Novel,5pb,Guyzware,,0.02,,0.02,,,2012-08-30,2019-05-02 -/games/boxart/full_5933348JapanFrontccc.jpg,Taishou x Alice: All in One,PSV,Visual Novel,Prototype,Prototype,,0.02,,0.02,,,2016-06-02,2019-03-22 -/games/boxart/full_3992761JapanFrontccc.jpg,Prince of Stride,PSV,Visual Novel,Kadokawa Games,Kadokawa Games,,0.02,,0.02,,,2015-07-30,2019-05-02 -/games/boxart/2624010ccc.jpg,Rayman 10th Anniversary,GBA,Platform,Ubisoft,Ubisoft,,0.02,0.01,,0,0,2005-09-06, -/games/boxart/full_5342860AmericaFrontccc.jpg,Rainbow Islands Revolution,DS,Platform,Codemasters,Taito Corporation,,0.02,0.01,,0,0,2006-10-03, -/games/boxart/full_4029359PALFrontccc.jpg,SteamWorld Dig 2,PS4,Platform,Rising Star Games,Image & Form Games,,0.02,0.01,,,0,2018-06-19,2019-03-31 -/games/boxart/107331ccc.jpg,Garfield's Nightmare,DS,Platform,Game Factory,Shin'en,,0.02,0.01,,0,0,2007-09-04, -/games/boxart/7719727ccc.jpg,Barnyard Blast: Swine of the Night,DS,Platform,DSI Games,"Sanuk Software Co., Ltd.",,0.02,0.02,,,0,2008-02-15, -/games/boxart/full_6193843JapanFrontccc.jpg,HatsuKare * Renai Debut Sengen!,PSP,Visual Novel,FuRyu Corporation,Vridge Inc.,,0.02,,0.02,,,2013-04-04,2019-05-02 -/games/boxart/full_3264431JapanFrontccc.jpg,Geten no Hana,PSP,Visual Novel,Tecmo Koei,Koei Tecmo Games,,0.02,,0.02,,,2013-03-28,2019-05-03 -/games/boxart/full_6957728JapanFrontccc.jpg,Moujuutsukai to Oujisama: Snow Bride Portable,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-02-23,2019-05-03 -/games/boxart/full_4412665PALFrontccc.jpg,Collar x Malice: Unlimited,PSV,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2018-07-26,2018-08-25 -/games/boxart/full_6922246JapanFrontccc.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,PSV,Visual Novel,Prototype,Prototype,,0.02,,0.02,,,2016-02-04,2019-04-26 -/games/boxart/full_9459675JapanFrontccc.jpg,Otoko Yukaku,PSV,Visual Novel,D3Publisher,D3 Publisher,,0.02,,0.02,,,2015-02-19,2019-05-02 -/games/boxart/full_2751066JapanFrontccc.jpg,Yahari Game Demo Ore no Seishun Love-Kome Hamachi Gatteiru,PSV,Visual Novel,5pb,MAGES. Inc.,,0.02,,0.02,,,2013-09-19,2019-05-02 -/games/boxart/full_526746JapanFrontccc.jpg,Umineko no Naku Koro ni San: Shinjitsu to Gensou no Yasoukyoku,PS3,Visual Novel,Alchemist,Alchemist,,0.02,,0.02,,,2011-12-15,2019-05-02 -/games/boxart/full_1025315AmericaFrontccc.jpg,The Liar Princess and the Blind Prince,NS,Platform,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2019-03-30,2018-06-06 -/games/boxart/full_1841092AmericaFrontccc.jpg,Runner3,NS,Platform,Nicalis,Choice Provisions,7.5,0.02,0.02,,,0,2018-05-22,2019-03-18 -/games/boxart/full_1585699AmericaFrontccc.jpg,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,XB,Platform,Global Star Software,High Voltage Software,,0.02,0.01,,0,0,2005-10-11, -/games/boxart/full_9862636JapanFrontccc.jpg,Gon: BakuBakuBakuBaku Adventure,3DS,Platform,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2012-06-14,2019-05-07 -/games/boxart/full_6616861JapanFrontccc.jpg,Kokoro Connect: Yochi Random,PSP,Visual Novel,Namco Bandai Games,Banpresto,,0.02,,0.02,,,2012-11-22,2019-05-07 -/games/boxart/full_1409690JapanFrontccc.jpg,Konoyo no Hate de Koi o Utau Shoujo: Yu-No,PSV,Visual Novel,5pb,MAGES,,0.02,,0.02,,,2017-03-16,2019-03-22 -/games/boxart/full_9434724JapanFrontccc.jpg,Steins;Gate: Darling of Loving Vows,PS3,Visual Novel,5pb,5pb. Inc.,,0.02,,0.02,,,2012-05-24,2019-01-03 -/games/boxart/full_2991651JapanFrontccc.jpg,Higurashi no Naku Koro ni Hou,NS,Visual Novel,Entergram,07th Expansion,,0.02,,0.02,,,2018-07-26,2019-02-03 -/games/boxart/full_ozzy-ampamp-drix_600AmericaFront.jpg,Ozzy & Drix,GBA,Platform,Midway Games,Raylight Studios,,0.02,0.01,,0,0,2003-12-16, -/games/boxart/full_7458574PALFrontccc.jpg,Rad Rodgers,XOne,Platform,THQ Nordic,3D Realms,,0.02,0.02,,,0,2018-02-21,2018-01-08 -/games/boxart/8678017ccc.jpg,Spirits & Spells,GC,Platform,DreamCatcher Interactive,Wanadoo,,0.02,0.01,,0,0,2003-09-24, -/games/boxart/full_3053241AmericaFrontccc.jpg,Runbow,3DS,Platform,Nighthawk Interactive,13AM Games,,0.02,0.02,,,0,2017-06-20, -/games/boxart/full_hoppie_94AmericaFront.jpg,Hoppie,DS,Platform,Jack of All Games,Jack of All Games,,0.02,0.02,,,0,2011-09-07, -/games/boxart/full_8650977AmericaFrontccc.jpg,Prehistorik Man,GBA,Platform,Titus,Titus Software,,0.02,0.01,,0.01,0,2001-10-16, -/games/boxart/8549088ccc.jpg,Ruff Trigger: The Vanocore Conspiracy,PS2,Platform,Natsume,Playstos Entertainment,5.9,0.02,0.01,,0.01,0,2006-06-28, -/games/boxart/9293877ccc.jpg,Malice,PS2,Platform,Mud Duck Productions,Argonaut Games,,0.02,0.01,,0.01,0,2004-06-02, -/games/boxart/full_6636905JapanFrontccc.jpg,Aoishiro,PS2,Adventure,Success,Success,,0.02,,0.02,,,2008-05-15, -/games/boxart/full_1435725JapanFrontccc.jpg,Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome,PSP,Adventure,Karin Entertainment,Karin Entertainment,,0.02,,0.02,,,2010-04-28, -/games/boxart/full_6595925JapanFrontccc.jpg,Astraea no Shiroki Eien: White Eternity,PSV,Adventure,Dramatic Create,Unknown,,0.02,,0.02,,,2016-09-22, -/games/boxart/full_3523521JapanFrontccc.jpg,Sousei no Onmyouji,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2017-01-26, -/games/boxart/full_2128102JapanFrontccc.jpg,Seitokai no Ichizon: DS-suru Seitokai,DS,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-03-25, -/games/boxart/full_4366492JapanFrontccc.jpg,Prism Ark: Awake,PS2,Adventure,5pb,PENCIL,,0.02,,0.02,,,2008-04-24, -/games/boxart/full_1256707PALFrontccc.jpg,Revolution: 25th Anniversary Collection,PC,Adventure,Koch Media,Revolution Software,,0.02,,,0.02,0,2016-03-18,2018-09-22 -/games/boxart/full_9540885JapanFrontccc.jpg,New Game! The Challenge Stage!,PSV,Adventure,5pb,5pb. Inc.,,0.02,,0.02,,,2017-01-26,2018-09-20 -/games/boxart/default.jpg,L.A. Noire: The Complete Edition,X360,Adventure,Rockstar Games,Rockstar Leeds,,0.02,,,0.02,0,2011-11-15, -/games/boxart/full_4126846JapanFrontccc.jpg,Snow Portable,PSP,Adventure,Prototype,Prototype,,0.02,,0.02,,,2007-08-16, -/games/boxart/1791635ccc.jpg,Broken Sword: The Sleeping Dragon,XB,Adventure,The Adventure Company,Revolution Software,,0.02,0.01,,0,0,2003-12-08, -/games/boxart/full_the-testament-of-sherlock-holmes_854PALFront.jpg,The Testament of Sherlock Holmes,X360,Adventure,Focus Home Interactive,Frogwares,,0.02,,,0.02,0,2012-09-30, -/games/boxart/full_miyako_79JapanFront.jpg,Miyako,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-11-25, -/games/boxart/full_585659JapanFrontccc.jpg,Motto NUGA-CEL!,PSP,Adventure,Idea Factory,Lupinus,,0.02,,0.02,,,2010-05-20, -/games/boxart/full_6216003JapanFrontccc.jpg,11eyes: CrossOver,PSP,Adventure,5pb,Genterprise,,0.02,,0.02,,,2010-01-28, -/games/boxart/full_kazoku-keikaku_5JapanFront.jpg,Kazoku Keikaku,PSP,Adventure,CyberFront,CyberFront,,0.02,,0.02,,,2010-08-12, -/games/boxart/full_2382841AmericaFrontccc.jpg,Agatha Christie: Death on the Nile,PC,Adventure,DreamCatcher Interactive,Oberon Media,,0.02,,,0.01,0,2008-10-07, -/games/boxart/full_moujuutsukai-to-oujisama_8JapanFront.jpg,Moujuutsukai to Oujisama,PS2,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-06-24, -/games/boxart/full_6107394JapanFrontccc.jpg,Yoake Yori Ruriiro na Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-02-25, -/games/boxart/full_1152210PALFrontccc.jpg,Pippa Funnell: Ranch Rescue,Wii,Adventure,Ubisoft,Phoenix Interactive Entertainment,,0.02,,,0.02,0,2007-11-16, -/games/boxart/full_6884208JapanFrontccc.jpg,AIR,PSP,Adventure,Prototype,Key,,0.02,,0.02,,,2007-11-22, -/games/boxart/full_hana-to-otome-ni-shukufuku-o-harekaze-no-okurimono_6JapanFront.jpg,Hana to Otome ni Shukufuku o: Harekaze no Okurimono,PS2,Adventure,Alchemist,Will,,0.02,,0.02,,,2010-07-08, -/games/boxart/full_391619JapanFrontccc.jpg,Akai Suna Ochiru Tsuki,PSV,Adventure,Dramatic Create,Dramatic Create,,0.02,,0.02,,,2016-03-10, -/games/boxart/full_vitamin-x-evolution-plus_8JapanFront.jpg,Vitamin X Evolution Plus,PSP,Adventure,D3 Publisher,HuneX,,0.02,,0.02,,,2010-09-09, -/games/boxart/4231920ccc.jpg,Wall-E,PC,Platform,THQ,Heavy Iron Studios,,0.02,,,0.01,0,2008-06-24, -/games/boxart/7871951ccc.gif,Cookie & Cream,DS,Platform,Agetec,From Software,,0.02,0.01,,0,0,2007-07-02, -/games/boxart/full_7654834AmericaFrontccc.jpg,The Incredibles: Rise of the Underminer,PC,Platform,THQ,Heavy Iron Studios,6.7,0.02,0.01,,,0,2005-10-24, -/games/boxart/full_1489625AmericaFrontccc.jpg,Kao the Kangaroo Round 2,GC,Platform,Atari,Tate Interactive,,0.02,0.01,,0,0,2006-03-29, -/games/boxart/full_3147792AmericaFrontccc.jpg,Ratchet & Clank Collection,PSV,Platform,Sony Computer Entertainment,Mass Media,,0.02,,,0.01,0,2014-07-29,2018-01-06 -/games/boxart/full_gummy-bears-magical-medallion_211AmericaFront.jpg,Gummy Bears Magical Medallion,Wii,Platform,Storm City Games,Storm City Games,,0.02,0.01,,,0,2011-06-21, -/games/boxart/748323ccc.jpg,Kao the Kangaroo Round 2,PS2,Platform,Atari,Tate Interactive,,0.02,0.01,,0.01,0,2006-03-29, -/games/boxart/555942ccc.jpg,Dragon Tales: Dragon Adventures,GBA,Platform,NewKidCo,Handheld Games,,0.02,0.01,,0,0,2004-01-01, -/games/boxart/full_4662293JapanFrontccc.jpg,Toki no Kizuna: Hanayui Tsuzuri,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2013-07-25,2019-05-04 -/games/boxart/full_8439456JapanFrontccc.jpg,Arcana Famiglia: Vascello Phantasma no Majutsushi,PSP,Visual Novel,Comfort,HuneX,,0.02,,0.02,,,2012-06-21,2019-05-07 -/games/boxart/full_7548799JapanFrontccc.jpg,Vitamin R,PSP,Visual Novel,D3Publisher,Rejet,,0.02,,0.02,,,2013-08-08,2019-05-07 -/games/boxart/full_5873329PALFrontccc.jpg,Rad Rodgers,PS4,Platform,THQ Nordic,3D Realms,,0.02,0.02,,,0,2018-02-21,2018-01-08 -/games/boxart/full_2072331AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",XB,Platform,Midway Games,A2M,,0.02,0.02,,0.01,0,2005-11-03, -/games/boxart/full_6512975AmericaFrontccc.jpg,Peter Pan in Disney's Return to Never Land,PS,Platform,Sony Computer Entertainment,Doki Denki,,0.02,0.01,,0.01,0,2002-02-14, -/games/boxart/6340828ccc.jpg,George of the Jungle and the Search for the Secret,Wii,Platform,Crave Entertainment,Crave Entertainment,,0.02,0.02,,0,0,2008-03-18, -/games/boxart/1210505ccc.jpg,Blender Bros.,GBA,Platform,Atari,Hudson,7.4,0.02,0.02,,0.01,0,2002-04-15, -/games/boxart/full_700339JapanFrontccc.jpg,Meiji Tokyo Renka,PSP,Visual Novel,Broccoli,HuneX,,0.02,,0.02,,,2013-09-26,2019-05-07 -/games/boxart/full_9936306JapanFrontccc.jpg,Soukoku no Kusabi: Hiiro no Kakera 3 Ashita he no Tobira,PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2012-05-31,2019-05-17 -/games/boxart/full_5484581JapanFrontccc.jpg,Konoyo no Hate de Koi o Utau Shoujo: Yu-No,PS4,Visual Novel,5pb,MAGES,,0.02,,0.02,,,2017-03-16,2018-09-20 -/games/boxart/full_5364614JapanFrontccc.jpg,Psycho-Pass: Mandatory Happiness,XOne,Visual Novel,5pb,5pb. Inc.,,0.02,,0.02,,,2015-01-01,2018-09-11 -/games/boxart/full_8704289JapanFrontccc.jpg,Shinken de Watashi ni Koi Shinasai! R,PS3,Visual Novel,Minato Station,Minato Station,,0.02,,0.02,,,2012-03-22,2019-05-04 -/games/boxart/full_4054178JapanFrontccc.jpg,Shiratsuyu no Kai,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2013-08-01,2019-05-04 -/games/boxart/full_6273484JapanFrontccc.jpg,Jake Hunter: Round of Revenge,3DS,Visual Novel,Arc System Works,WorkJam,,0.02,,0.02,,,2012-06-28,2019-05-04 -/games/boxart/full_8099905JapanFrontccc.jpg,Robotics;Notes,X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2012-06-28,2018-11-21 -/games/boxart/full_5611014AmericaFrontccc.jpg,Ice Age: Dawn of the Dinosaurs,PC,Platform,Activision,Eurocom Entertainment Software,6.8,0.02,0.02,,0,0,2009-06-30, -/games/boxart/full_668926AmericaFrontccc.jpg,Kung Fu Panda,PC,Platform,Activision,Beenox,,0.02,,,0.02,0,2008-06-03, -/games/boxart/full_2977907AmericaFrontccc.jpg,Steal Princess,DS,Platform,Atlus,Climax Entertainment,,0.02,0.02,,,0,2009-05-19, -/games/boxart/full_7729775AmericaFrontccc.jpg,Flipping Death,PS4,Platform,Rising Star,Zoink Games,,0.02,0.02,,,0,2018-10-16,2018-07-22 -/games/boxart/full_4345567AmericaFrontccc.jpg,The Liar Princess and the Blind Prince,PS4,Platform,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2019-03-30,2018-06-06 -/games/boxart/full_2461879AmericaFrontccc.jpg,Casper: Spirit Dimensions,GC,Platform,TDK Mediactive,Lucky Chicken Games,,0.02,0.02,,0,0,2002-10-15, -/games/boxart/9980430ccc.jpg,Kao Challengers,PSP,Platform,Atari,Tate Interactive,,0.02,0.02,,0,0,2006-03-29, -/games/boxart/full_spider-man-3_35AmericaFront.jpg,Spider-Man 3,PC,Platform,Activision,Beenox,6.2,0.02,0.02,,0,0,2007-05-04, -/games/boxart/full_8736921JapanFrontccc.jpg,"Shounen Onmyouji: Tsubasa Yoima, Ten e Kaere",PS2,Adventure,Kadokawa Shoten,Vridge,,0.02,,0.02,,,2007-07-19, -/games/boxart/full_princess-frontier-portable_887JapanFront.jpg,Princess Frontier Portable,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2011-04-07, -/games/boxart/full_5368969AmericaFrontccc.jpg,Touch Detective (JP sales),DS,Adventure,Atlus,"BeeWorks Co., Ltd.",,0.02,,0.02,,,2006-10-24, -/games/boxart/full_1409933JapanFrontccc.jpg,Flowers: Autumn Story,PSV,Adventure,Prototype,Unknown,,0.02,,0.02,,,2016-11-17, -/games/boxart/full_4804711JapanFrontccc.jpg,Saka Agari Hurricane Portable,PSV,Adventure,Entergram,Alchemist,,0.02,,0.02,,,2017-10-27, -/games/boxart/3868211ccc.jpg,Uru: Ages Beyond Myst,PC,Adventure,Ubisoft,Cyan Worlds,,0.02,,,0.02,0,2003-11-11, -/games/boxart/full_8163667JapanFrontccc.jpg,Machi: Unmei no Kousaten,PSP,Adventure,ChunSoft,ChunSoft,,0.02,,0.02,,,2006-04-27, -/games/boxart/full_1909229JapanFrontccc.jpg,Re:Zero - Kara Hajimeru Isekai Seikatsu - Death or Kiss,PSV,Adventure,5pb,MAGES,,0.02,,0.02,,,2017-03-30,2018-09-21 -/games/boxart/full_ga-geijutsuka-art-design-class-slapstick-wonder-land_8JapanFront.jpg,GA - Geijutsuka Art Design Class: Slapstick Wonder Land,PSP,Adventure,Russel,Russel,,0.02,,0.02,,,2010-07-29, -/games/boxart/full_182508JapanFrontccc.jpg,Planetarian: Chiisana Hoshi no Yume,PSP,Adventure,Prototype,Key,,0.02,,0.02,,,2009-02-28, -/games/boxart/full_5980373JapanFrontccc.jpg,Roommate Asami: Okusama wa Joshikousei,PS2,Adventure,Datam Polystar,Datam Polystar,,0.02,,0.02,,,2002-06-20, -/games/boxart/9749956ccc.jpg,Pirates: Legend of the Black Buccaneer,PS2,Adventure,Valcon Games,WideScreen Games,,0.02,0.01,,0.01,0,2006-08-15, -/games/boxart/full_4573392JapanFrontccc.jpg,Amagoushi no Yakata,PS2,Adventure,Nippon Ichi Software,FOG (Full On Games),,0.02,,0.02,,,2007-03-08, -/games/boxart/full_ginga-tetsudou-999-ds_9JapanFront.jpg,Ginga Tetsudou 999 DS,DS,Adventure,Culture Brain,Culture Brain,,0.02,,0.02,,,2010-10-14, -/games/boxart/full_8221984JapanFrontccc.jpg,Suzunone Seven: Rebirth Knot,PS2,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-05-27, -/games/boxart/full_4886211JapanFrontccc.jpg,Bakumatsu Renka: Karyuu Kenshi-den,PS2,Adventure,D3 Publisher,Vridge Inc.,,0.02,,0.02,,,2007-10-04, -/games/boxart/full_memories-off-yubikiri-no-kioku_3JapanFront.jpg,Memories Off: Yubikiri no Kioku,X360,Adventure,5pb,5pb. Games,,0.02,,0.02,,,2010-07-29, -/games/boxart/full_9981853AmericaFrontccc.jpg,Minecraft: Story Mode - Season Two,NS,Adventure,Telltale Games,Telltale Games,,0.02,0.02,,,0,2018-11-06,2018-08-07 -/games/boxart/full_7230844JapanFrontccc.jpg,Otometeki Koi Kakumei * Love Revo!! DS,DS,Adventure,GungHo,GungHo Works,,0.02,,0.02,,,2008-02-14, -/games/boxart/full_2304903JapanFrontccc.jpg,Cross † Channel,PSP,Adventure,CyberFront,CyberFront,,0.02,,0.02,,,2010-02-25, -/games/boxart/full_3921405JapanFrontccc.jpg,Zero no Tsukaima: Muma ga Tsumugu Yokaze no Nocturne,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-11-29, -/games/boxart/full_2162010JapanFrontccc.jpeg,Kiss Bell,PSV,Adventure,Giga,Giga,,0.02,,0.02,,,2014-08-28, -/games/boxart/full_1117093AmericaFrontccc.jpg,Discworld II: Mortality Bytes!,PS,Adventure,Psygnosis,Perfect Entertainment,,0.02,0.01,,0.01,0,1997-09-24, -/games/boxart/full_clover-no-kuni-no-alice_523JapanFront.jpg,Clover no Kuni no Alice,PSP,Adventure,Quinrose,QuinRose,,0.02,,0.02,,,2011-03-31, -/games/boxart/full_1194235JapanFrontccc.jpg,The Great Ace Attorney 1 & 2 Special Edition,3DS,Adventure,Capcom,Capcom,,0.02,,0.02,,,2017-08-03,2018-08-03 -/games/boxart/full_1622166JapanFrontccc.jpg,Tsuyo Kiss 2 Gakki: Swift Love,PS2,Adventure,Revolution (Japan),Revolution (Japan),,0.02,,0.02,,,2009-07-30, -/games/boxart/full_4585236AmericaFrontccc.jpg,The Book of Unwritten Tales 2,WiiU,Adventure,Nordic Games,KING Art Games,,0.02,,,0.02,0,2016-02-12,2018-12-17 -/games/boxart/full_6262297JapanFrontccc.jpg,Grisaia no Meikyuu: Le Labyrinthe de la Grisaia,PSV,Adventure,Prototype,Prototype,,0.02,,0.02,,,2014-10-30, -/games/boxart/full_9624076AmericaFrontccc.jpg,Sarah: Keeper of the Unicorn,DS,Adventure,DreamCatcher Interactive,Tivola,,0.02,0.01,,,0,2009-08-25, -/games/boxart/full_wlo-sekai-renai-kikousen_1JapanFront.jpg,W.L.O. Sekai Renai Kikousen,X360,Adventure,5pb,AKABEi SOFT2,,0.02,,0.02,,,2010-06-03, -/games/boxart/full_6651528JapanFrontccc.jpg,Hiiro no Kakera: Omoi Iro no Kioku,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2017-07-27, -/games/boxart/full_9087122JapanFrontccc.jpg,Gun Gun Pixies,PSV,Adventure,Compile Heart,Compile Heart,,0.02,,0.02,,,2017-04-27,2019-08-07 -/games/boxart/full_shinkyoku-soukai-polyphonica_8JapanFront.jpg,Shinkyoku Soukai Polyphonica,PS2,Adventure,Prototype,Visual Arts,,0.02,,0.02,,,2007-04-26, -/games/boxart/full_4980385JapanFrontccc.jpg,Full House Kiss 2,PS2,Adventure,Capcom,Tenky,,0.02,,0.02,,,2006-02-23, -/games/boxart/full_437415JapanFrontccc.jpg,Sengoku Hime: Senran ni Mau Otometachi,PS2,Adventure,Yeti,Yeti,,0.02,,0.02,,,2009-11-12, -/games/boxart/full_sora-no-otoshimono-forte-dreamy-season_71JapanFront.jpg,Sora no Otoshimono Forte: Dreamy Season,DS,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2011-01-27, -/games/boxart/full_3490387JapanFrontccc.jpg,Hiiro no Kakera Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2008-12-18, -/games/boxart/full_2769789JapanFrontccc.jpg,Marginal #4: Idol of Supernova,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2014-11-13, -/games/boxart/full_4672444JapanFrontccc.jpg,"Nogizaka Haruka no Himitsu Cosplay, Hajime Mashita",PS2,Adventure,ASCII Media Works,ASCII Media Works,,0.02,,0.02,,,2008-09-25, -/games/boxart/full_3122549JapanFrontccc.jpg,Memories Off #5: Encore,PS2,Adventure,CyberFront,KID Corporation,,0.02,,0.02,,,2007-07-12, -/games/boxart/full_90064JapanFrontccc.jpg,Night Wizard the Video Game: Denial of the World,PS2,Adventure,5pb,5pb. Games,,0.02,,0.02,,,2008-02-28, -/games/boxart/full_868029JapanFrontccc.jpg,Hitotsu Tobashi Renai V,PSV,Adventure,Kaga Create,Alchemist,,0.02,,0.02,,,2015-01-29, -/games/boxart/full_shin-hisui-no-shizuku-hiiro-no-kakera-2-portable_0JapanFront.jpg,Shin Hisui no Shizuku: Hiiro no Kakera 2 Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2010-08-19, -/games/boxart/full_3180303JapanFrontccc.jpg,Moe Moe 2-ji Taisen (Ryoku) * Deluxe,PSP,Adventure,System Soft,System Soft Alpha,,0.02,,0.02,,,2008-11-27, -/games/boxart/full_4992356AmericaFrontccc.jpg,A Vampyre Story,PC,Adventure,The Adventure Company,Autumn Moon Entertainment,,0.02,,,0.01,0,2008-12-02, -/games/boxart/full_3344888JapanFrontccc.jpg,Enkaku Sousa: Sana e no 23 Hiai,PSP,Adventure,Sony Computer Entertainment,Media.Vision,,0.02,,0.02,,,2009-02-05, -/games/boxart/full_5550963AmericaFrontccc.jpg,Syberia II,PC,Adventure,The Adventure Company,Microids,7.5,0.02,,,0.01,0,2004-03-30, -/games/boxart/full_1477090JapanFrontccc.jpg,Nil Admirari no Tenbin: Kuroyuri En'youtan,PSV,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2017-09-21, -/games/boxart/full_5731114JapanFrontccc.jpg,Accel World: Kasoku no Chouten,PS3,Adventure,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2013-01-31,2019-01-13 -/games/boxart/full_7214618JapanFrontccc.jpg,Harukanaru Toki no Naka de 6: Gentou Rondo,PSV,Adventure,Tecmo Koei,Unknown,,0.02,,0.02,,,2016-12-22, -/games/boxart/full_narcissus-moshimo-ashita-ga-runara_1JapanFront.jpg,Narcissus: Moshimo Ashita ga Runara,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-06-24, -/games/boxart/full_5950287JapanFrontccc.jpg,Simple DS Series Vol. 42: The Haioku Byoutou,DS,Adventure,D3 Publisher,Intense,,0.02,,0.02,,,2008-07-10, -/games/boxart/full_koisuru-otome-to-shugo-no-tate-portable_10JapanFront.jpg,Koisuru Otome to Shugo no Tate Portable,PSP,Adventure,Alchemist,Alchemist,,0.02,,0.02,,,2010-07-29, -/games/boxart/full_8989364JapanFrontccc.jpg,Shirogane x Spirits!,PSV,Adventure,Technical Associates Inc,Unknown,,0.02,,0.02,,,2016-03-24, -/games/boxart/full_2464621JapanFrontccc.jpg,Kono Subarashii Sekai ni Shukufuku o! Kono Yokubukai Game ni Shinpan o!,PSV,Adventure,5pb,5pb. Inc.,,0.02,,0.02,,,2017-09-07, -/games/boxart/full_5924523JapanFrontccc.jpg,Rewrite,PSV,Adventure,Prototype,Key,,0.02,,0.02,,,2014-08-28, -/games/boxart/full_1096619JapanFrontccc.jpg,So-Ra-No-Wo-To: Otome no Gojuusou,PSP,Adventure,Compile Heart,Compile Heart,,0.02,,0.02,,,2010-05-27, -/games/boxart/4581554ccc.jpg,Frontlines: Fuel of War,PC,Shooter,THQ,Kaos Studios,,0.02,,,0.02,0,2008-02-25, -/games/boxart/full_veggy-world_203AmericaFront.jpg,Veggy World,DS,Shooter,Jack of All Games,Rhino Studios,,0.02,0.02,,,0,2011-09-07, -/games/boxart/full_serious-sam-hd-gold-edition_468PALFront.jpg,Serious Sam HD: Gold Edition,PC,Shooter,Devolver Digital,Croteam,,0.02,,,0.02,0,2010-09-23, -/games/boxart/full_2575491AmericaFrontccc.jpg,Shooter: Starfighter Sanvein,PS,Shooter,A1 Games,Success,,0.02,0.01,,0.01,0,2001-02-28, -/games/boxart/full_2809976AmericaFrontccc.jpg,Terminator 3: The Redemption,GC,Shooter,Atari,Paradigm Entertainment,6.8,0.02,0.02,,0,0,2004-09-06, -/games/boxart/full_3574279AmericaFrontccc.jpg,Unreal Anthology,PC,Shooter,Midway Games,Epic Games,,0.02,,,0.02,0,2006-11-06, -/games/boxart/full_8583699AmericaFrontccc.jpg,Kill.switch,GBA,Shooter,"Destination Software, Inc",Visual Impact,7.5,0.02,0.02,,0.01,0,2004-09-16, -/games/boxart/full_5918088AmericaFrontccc.jpg,Chicago Enforcer,XB,Shooter,Kemco,Touchdown Entertainment,,0.02,0.02,,0,0,2005-02-23, -/games/boxart/full_161760AmericaFrontccc.jpg,Painkiller,PC,Shooter,DreamCatcher Interactive,People Can Fly,,0.02,,,0.02,0,2004-04-12, -/games/boxart/full_454082JapanFrontccc.jpg,Hanayamata: Yosakoi Live,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2014-11-13,2018-07-18 -/games/boxart/full_3999591JapanFrontccc.jpg,Memories Off 6: Next Relation,PS2,Adventure,5pb,5pb. Games,,0.02,,0.02,,,2009-08-27, -/games/boxart/full_scared-rider-xechs_2JapanFront.jpg,Scared Rider Xechs,PS2,Adventure,RED Entertainment,RED Entertainment,,0.02,,0.02,,,2010-07-01, -/games/boxart/full_6438105JapanFrontccc.jpg,Misshitsu no Sacrifice,PSP,Adventure,D3 Publisher,Intense,,0.02,,0.02,,,2010-02-04, -/games/boxart/full_6948269JapanFrontccc.jpg,Ouran Koukou Host Bu,PS2,Adventure,Idea Factory,Idea Factory,,0.02,,0.02,,,2007-04-19, -/games/boxart/full_5397059JapanFrontccc.jpg,Grisaia no Kajitsu: Side Episode,PSV,Adventure,Prototype,Prototype,,0.02,,0.02,,,2017-07-27, -/games/boxart/full_6449073JapanFrontccc.jpg,Wii de Asobu: Metroid Prime,Wii,Shooter,Unknown,Retro Studios,,0.02,,0.02,,,, -/games/boxart/full_1786670PALFrontccc.jpg,Super Stardust Ultra VR,PS4,Shooter,Sony Interactive Entertainment,d3t Ltd,,0.02,,,0.02,0,2016-10-10,2018-09-24 -/games/boxart/full_2069293JapanFrontccc.jpg,Kamaitachi no Yoru: Rinne Saisei,PSV,Adventure,5pb,Unknown,,0.02,,0.02,,,2017-02-16, -/games/boxart/full_2622804JapanFrontccc.jpg,Otome Riron to Sono Shuuhen: Bon Voyage,PSV,Adventure,Dramatic Create,Unknown,,0.02,,0.02,,,2016-11-24, -/games/boxart/full_kimi-ni-todoke-sodateru-omoi_602JapanFront.jpg,Kimi ni Todoke: Sodateru Omoi,DS,Adventure,Banpresto,Namco Bandai Games,,0.02,,0.02,,,2009-10-15, -/games/boxart/full_9438311JapanFrontccc.jpg,DoDonPachi Dai-Oujou: Black Label Extra,X360,Shooter,5pb,Cave,,0.02,,0.02,,,2009-02-19, -/games/boxart/full_swat-4_879AmericaFront.jpg,SWAT 4,PC,Shooter,Sierra Entertainment,Irrational Games,,0.02,,,0.02,0,2005-04-05, -/games/boxart/full_9598618AmericaFrontccc.jpg,Battlefield 2: Modern Combat(JP sales),PS2,Shooter,Electronic Arts,Digital Illusions,,0.02,,0.02,,,2005-10-24, -/games/boxart/full_1176263AmericaFrontccc.jpg,Post Mortem,PC,Adventure,The Adventure Company,Microids,,0.02,,,0.01,0,2003-02-27, -/games/boxart/full_5846270AmericaFrontccc.jpeg,Big Buck Hunter Arcade,PS4,Shooter,GameMill Entertainment,Play Mechanix,,0.02,0.02,,,0,2017-01-17,2020-10-02 -/games/boxart/full_9685967AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,PC,Shooter,Ubisoft,Ubisoft Montreal,,0.02,,,0.02,0,2008-04-15, -/games/boxart/full_8008757AmericaFrontccc.jpg,Brothers in Arms: Hell's Highway,PC,Shooter,Ubisoft,Gearbox Software,6,0.02,,,0.02,0,2008-10-07, -/games/boxart/full_6793212AmericaFrontccc.jpg,Serious Sam Advance,GBA,Shooter,Global Star Software,Climax Group,,0.02,0.02,,0.01,0,2004-04-12, -/games/boxart/full_alien-breed-trilogy_63PALFront.jpg,Alien Breed Trilogy,X360,Shooter,Mastertronic,Team17 Software,,0.02,,,0.02,0,2011-03-25, -/games/boxart/6825264ccc.jpg,Cold War,XB,Shooter,DreamCatcher Interactive,Mindware Studios,,0.02,0.02,,0.01,0,2005-09-27, -/games/boxart/full_7350873AmericaFrontccc.jpg,Total Overdose: A Gunslinger's Tale in Mexico,XB,Shooter,Eidos Interactive,Deadline Games,,0.02,0.02,,0.01,0,2005-09-27, -/games/boxart/2867972ccc.jpg,Without Warning,XB,Shooter,Capcom,CiRCLE Studio,,0.02,0.01,,0,0,2005-11-01, -/games/boxart/full_8712959AmericaFrontccc.jpg,Destiny 2: Forsaken,PC,Shooter,Activision,Bungie,,0.02,,,0.02,0,2018-09-04,2018-08-07 -/games/boxart/full_7760851AmericaFrontccc.jpg,Rogue Trooper Redux,XOne,Shooter,Rebellion,TickTock Games,,0.02,0.02,,,0,2017-10-17,2018-09-13 -/games/boxart/full_6565297AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,WiiU,Shooter,Activision,Cauldron,,0.02,0.02,,,0,2014-03-26,2018-04-01 -/games/boxart/full_9358363AmericaFrontccc.jpg,Battle Engine Aquila,XB,Shooter,Atari,Lost Toys,,0.02,0.01,,0,0,2003-01-20, -/games/boxart/2839840ccc.jpg,Platypus,PSP,Shooter,Mumbo Jumbo,Squashy Software,,0.02,0.02,,0,0,2006-11-17, -/games/boxart/full_the-haunted-hells-reach_968AmericaFront.jpg,The Haunted: Hell's Reach,PC,Shooter,Visco,ValuSoft,5.3,0.02,0.02,,,0,2011-10-20, -/games/boxart/2357424ccc.jpg,RoboCop,XB,Shooter,Titus,Titus Software,,0.02,0.01,,0,0,2003-07-24, -/games/boxart/full_2269099PALFrontccc.jpg,Fortnite,PC,Action,Epic Games,Epic Games,,0.02,,,0.02,0,2017-07-21,2018-04-09 -/games/boxart/full_156060JapanFrontccc.jpg,Nights of Azure 2,PSV,Action,Tecmo Koei,Gust,,0.02,,0.02,,,2017-08-31,2018-09-06 -/games/boxart/full_shin-sangoku-musou-online-souten-ranbu_3JapanFront.jpg,Shin Sangoku Musou Online: Souten Ranbu,PS3,Action,Tecmo Koei,Tecmo Koei Games,,0.02,,0.02,,,2010-11-11,2018-07-30 -/games/boxart/full_5189566AmericaFrontccc.jpg,Dragon Booster,DS,Shooter,Konami,Konami Computer Entertainment Hawaii,,0.02,0.02,,0,0,2005-12-07, -/games/boxart/full_3840202AmericaFrontccc.jpg,Dead to Rights,GBA,Shooter,Namco,Torus Games,3.6,0.02,0.01,,0,0,2004-12-03, -/games/boxart/1536182ccc.jpg,AirForce Delta Storm,GBA,Shooter,Konami,Konami,7.5,0.02,0.02,,0.01,0,2002-09-16, -/games/boxart/full_456434AmericaFrontccc.jpg,Cocoto Magic Circus,Wii,Shooter,Conspiracy Entertainment,Neko Entertainment,,0.02,0.02,,,0,2008-03-12, -/games/boxart/full_717303AmericaFrontccc.jpg,SD Gundam Force,GBA,Shooter,Bandai,Tom Create,,0.02,0.01,,0,0,2004-10-10, -/games/boxart/default.jpg,Heavy Fire: The Chosen Few 3D,3DS,Shooter,Mastiff,Mastiff,,0.02,0.02,,,0,2011-12-19, -/games/boxart/full_4760394JapanFrontccc.jpg,Strike Witches: Shirogane no Tsubasa,PSP,Shooter,Kadokawa Shoten,Kadokawa Games,,0.02,,0.02,,,2012-06-28,2019-05-02 -/games/boxart/3491321ccc.jpg,Chili Con Carnage,PSP,Shooter,Eidos Interactive,Deadline Games,,0.02,,,0.02,0.01,2007-02-27, -/games/boxart/full_6274287AmericaFrontccc.jpg,RayCrisis: Series Termination,PS,Shooter,Working Designs,Taito Corporation,,0.02,0.01,,0.01,0,2000-10-25, -/games/boxart/full_serious-sam-hd-gold-edition_372PALFront.jpg,Serious Sam HD: The First and Second Encounters,X360,Shooter,Mastertronic,Croteam,,0.02,,,0.02,0,2011-03-25,2018-12-27 -/games/boxart/full_4526995AmericaFrontccc.jpg,Sniper Elite V2,WiiU,Shooter,505 Games,Rebellion Developments,7,0.02,,,0.02,0,2013-05-21,2018-03-13 -/games/boxart/default.jpg,Usavichi: Game no Jikan,DS,Action,Bandai,Bandai Namco Games,,0.02,,0.02,,,2011-12-08, -/games/boxart/full_6215213AmericaFrontccc.jpg,Dark Void,PC,Action,Capcom,Airtight Games,6.1,0.02,,,0.01,0,2010-01-19, -/games/boxart/full_4841774AmericaFrontccc.jpg,Big Buck Hunter Arcade,XOne,Shooter,GameMill Entertainment,Play Mechanix,,0.02,0.02,,,0,2016-10-25,2020-10-02 -/games/boxart/2023079ccc.jpg,Commandos: Strike Force,XB,Shooter,Eidos Interactive,Pyro Studios,,0.02,0.02,,0,0,2006-04-04, -/games/boxart/full_1838917AmericaFrontccc.jpg,Saint,Wii,Shooter,UFO Interactive,Starfish SD,,0.02,0.02,,,0,2009-07-21, -/games/boxart/full_7203356PALFrontccc.jpg,Plants vs Zombies: Garden Warfare,PC,Shooter,Electronic Arts,PopCap Games,,0.02,,,0.02,0,2014-02-25,2018-02-05 -/games/boxart/7374893ccc.jpg,Eureka Seven Vol. 2: The New Vision,PS2,Shooter,Namco Bandai,Namco Bandai Games America,,0.02,,0.02,,,2007-04-23, -/games/boxart/full_7240135JapanFrontccc.jpg,Shippuu Mahou Daisakusen: Kingdom-Grandprix,SAT,Shooter,Gaga,Eighting/Raizing,,0.02,,0.02,,0,1996-06-14, -/games/boxart/4584537ccc.jpg,Serious Sam: Next Encounter,GC,Shooter,Global Star Software,Climax Group,,0.02,0.02,,0,0,2004-04-12, -/games/boxart/556514ccc.jpg,Quake 4,PC,Shooter,Activision,id Software / Raven Software,8.1,0.02,,,0.02,0,2005-10-11, -/games/boxart/1679635ccc.jpg,Disney's Magical Quest 3 Starring Mickey and Donald,GBA,Action,Capcom,Capcom Entertainment,6.5,0.02,0.02,,0.01,0,2005-06-14, -/games/boxart/full_strike-witches-2-iyasu-naosu-punipunisuru_0JapanFront.jpg,Strike Witches 2: Iyasu Naosu Punipunisuru,DS,Action,Kadokawa Shoten,Kadokawa Shoten,,0.02,,0.02,,,2010-10-21, -/games/boxart/full_bunmei-haruka-aoiza-ibunroku_900JapanFront.jpg,Bunmei Haruka: Aoiza Ibunroku,PSP,Action,FuRyu Corporation,FuRyu Corporation,,0.02,,0.02,,,2011-08-18, -/games/boxart/full_3098582JapanFrontccc.jpg,God Eater Off Shot: Soma Shikkuzaru-hen Twin Pack & Animation Vol.4,PS4,Action,Namco Bandai Games,Bandai Namco Games,,0.02,,0.02,,,2016-01-28,2018-09-20 -/games/boxart/full_3189095JapanFrontccc.jpg,The Longest 5 Minutes,PSV,Action,NIS America,Nippon Ichi Software,,0.02,,0.02,,,2018-02-13,2018-01-11 -/games/boxart/full_4951897AmericaFrontccc.jpg,Army Rescue,Wii,Shooter,UFO Interactive,CyberPlanet Interactive,,0.02,0.02,,,0,2009-10-20, -/games/boxart/full_muchi-muchi-pork-ampamp-pink-sweets_861JapanFront.jpg,Muchi Muchi Pork & Pink Sweets,X360,Shooter,Cave,Cave,,0.02,,0.02,,,2011-02-24, -/games/boxart/full_2298479JapanFrontccc.jpg,Thunder Force VI,PS2,Shooter,Sega,"TechnoSoft Co., Ltd.",,0.02,,0.02,,,2008-10-30, -/games/boxart/full_4621915AmericaFrontccc.jpg,Hunting Simulator,NS,Shooter,Bigben Interactive,Maximum Games,,0.02,0.02,,,0,2018-07-10,2018-06-28 -/games/boxart/1098503ccc.jpg,Chicken Hunter,DS,Shooter,Mumbo Jumbo,Phenomedia,3.5,0.02,0.02,,,0,2008-03-04, -/games/boxart/full_max-payne_507AmericaFront.jpg,Max Payne,PC,Shooter,Gathering of Developers,Remedy Entertainment,9.2,0.02,,,0.02,0,2001-07-23, -/games/boxart/full_yes-precure-5-go-go-zenin-shu-go-dream-festival_10JapanFront.jpg,Yes! Precure 5 Go Go Zenin Shu Go! Dream Festival,DS,Action,Namco Bandai,Bandai Namco Games,,0.02,,0.02,,,2008-10-30, -/games/boxart/full_6412735JapanFrontccc.jpg,Ouma ga Toki: Kakuriyo no Enishi,PSV,Action,Nippon Ichi Software,Unknown,,0.02,,0.02,,,2016-08-25, -/games/boxart/full_2230706JapanFrontccc.jpg,Moujuu-Tachi to Ohimesama,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2016-08-25, -/games/boxart/full_8424487AmericaFrontccc.jpg,88 Heroes: 98 Heroes Edition,NS,Action,Rising Star Games,Bitmap Bureau,,0.02,,,0.02,0,2017-10-10,2019-03-17 -/games/boxart/full_861650JapanFrontccc.jpg,No More Heroes: Heroes' Paradise,X360,Action,Marvelous Interactive,FeelPlus,,0.02,,0.02,,,2010-04-15, -/games/boxart/full_5377386JapanFrontccc.jpg,Mushihimesama,X360,Shooter,Cave,Cave,,0.02,,0.02,,,2012-05-24,2018-05-25 -/games/boxart/full_3430192JapanFrontccc.jpg,Triggerheart Excelica Enhanced,PS2,Shooter,Alchemist,Alchemist,,0.02,,0.02,,,2009-03-26, -/games/boxart/8961971ccc.gif,Urban Chaos: Riot Response,XB,Shooter,Eidos Interactive,Rocksteady Studios,,0.02,0.01,,0,0,2006-06-13, -/games/boxart/full_ginga-fukei-densetsu-sapphire_6JapanFront.jpg,Ginga Fukei Densetsu: Sapphire,PCE,Shooter,Hudson Soft,CAProduction,,0.02,,0.02,,,1995-11-24, -/games/boxart/full_heavy-fire-afghanistan_514AmericaFront.jpg,Heavy Fire: Afghanistan,PC,Shooter,Mastiff,Mastiff,,0.02,0.02,,,0,2011-11-22, -/games/boxart/full_8101972AmericaFrontccc.jpg,Starship Troopers,PC,Shooter,Empire Interactive,Strangelite,,0.02,,,0.02,0,2005-11-15, -/games/boxart/full_5124065JapanFrontccc.jpg,Ketsui: Kizuna Jigoku Tachi Extra,X360,Shooter,5pb,Cave,,0.02,,0.02,,,2010-04-22, -/games/boxart/full_2276571AmericaFrontccc.jpg,Commando: Steel Disaster,DS,Shooter,XS Games,Mana Comp. Soft.,,0.02,0.02,,,0,2008-08-25, -/games/boxart/full_3601540AmericaFrontccc.jpg,Legendary,PC,Shooter,Gamecock,Spark Unlimited,4,0.02,,,0.02,0,2008-11-18, -/games/boxart/full_wild-west-shootout_698AmericaFront.jpg,Wild West Shootout,Wii,Shooter,Zoo Games,FrontLine Studios,,0.02,0.01,,0.01,0,2010-09-14, -/games/boxart/822956ccc.jpg,Castle Shikigami 2,PS2,Shooter,XS Games,Alfa System,,0.02,0.01,,0.01,0,2004-11-17, -/games/boxart/full_4286129PALFrontccc.jpg,Painkiller: Hell & Damnation,X360,Shooter,Nordic Games,Farm 51,,0.02,0,,0.01,0,2013-10-01,2018-02-08 -/games/boxart/2349318ccc.jpg,Rogue Trooper,XB,Shooter,Eidos Interactive,Rebellion Developments,,0.02,0.01,,0,0,2006-05-23, -/games/boxart/full_7866057JapanFrontccc.jpg,Starhawk,PS3,Shooter,Sony Computer Entertainment,LightBox Interactive,,0.02,,0.02,,,2012-07-11, -/games/boxart/full_2521675JapanFrontccc.jpg,Ketsui Death Label,DS,Shooter,Arika,Cave,,0.02,,0.02,,,2008-10-23, -/games/boxart/2715301ccc.jpg,Point Blank 3,PS,Shooter,Namco,TOSE,,0.02,0.01,,0.01,0,2001-05-16, -/games/boxart/full_6697622AmericaFrontccc.jpg,Dinotopia: The Sunstone Odyssey,GC,Action,TDK Mediactive,Vicious Cycle,4.7,0.02,0.01,,0,0,2003-07-23, -/games/boxart/full_7404103JapanFrontccc.jpg,Meiji Toukyou Renka: Twilight Kiss,PSP,Action,Broccoli,Unknown,,0.02,,0.02,,,2015-04-23, -/games/boxart/7765807ccc.jpg,LEGO Star Wars: The Video Game,PC,Action,Eidos Interactive,Traveller's Tales,7.8,0.02,,,0.01,0,2005-04-02, -/games/boxart/full_4201213AmericaFrontccc.jpg,Mission: Impossible - Operation Surma,GC,Action,Atari,Paradigm Entertainment,7.3,0.02,0.01,,0,0,2004-03-23, -/games/boxart/full_1420956JapanFrontccc.jpg,Yuu Yuu Hakusho DS: Ankoku Bujutsukai Hen,DS,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2006-09-21, -/games/boxart/full_2050427AmericaFrontccc.jpg,Games Explosion!,GBA,Action,THQ,FrontLine Studios,4,0.02,0.01,,0,0,2006-08-15, -/games/boxart/full_6776409AmericaFrontccc.jpg,Pharaonic,PS4,Action,Soedesco,Milkstone Studios,,0.02,0.01,,,0,2017-09-29,2018-08-13 -/games/boxart/full_4598536AmericaFrontccc.jpg,White Day: A Labyrinth Named School (2017),PS4,Action,PQube,ROIGAMES Inc.,,0.02,,0.01,0.01,0,2017-08-29,2018-02-08 -/games/boxart/full_3539717JapanFrontccc.jpg,Norn + Nonette: Last Era,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2015-04-02, -/games/boxart/full_6541495JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.2,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-06-25, -/games/boxart/full_8306309AmericaFrontccc.jpg,LEGO Star Wars II: The Original Trilogy,PC,Action,LucasArts,Traveller's Tales,8.3,0.02,,,0.01,0,2006-09-12, -/games/boxart/full_6171623JapanFrontccc.jpg,Katekyoo Hitman Reborn! DS: Mafia Daishuugou Bongole Festival,DS,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2008-12-04, -/games/boxart/full_1742391JapanFrontccc.jpg,Durarara!! Relay,PSV,Action,Kadokawa Games,Unknown,,0.02,,0.02,,,2015-01-29, -/games/boxart/4810869ccc.jpg,Just Cause,PS2,Action,Eidos Interactive,Avalanche Studios,6.9,0.02,0.01,,0.01,0,2006-09-27, -/games/boxart/full_8405482JapanFrontccc.jpg,Girl Friend Beta: Kimi to Sugosu Natsuyasumi,PSV,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-11-19, -/games/boxart/full_5488897AmericaFrontccc.jpg,Yoku's Island Express,XOne,Action,Villa Gorilla,Villa Gorilla,9,0.02,0.01,,,0,2018-06-19,2019-03-31 -/games/boxart/1218370ccc.jpg,Army Men: Major Malfunction,XB,Shooter,Global Star Software,Team17 Software,,0.02,0.01,,0,0,2006-04-14, -/games/boxart/7320575ccc.jpg,Judge Dredd: Dredd Vs Death,XB,Shooter,Evolved Games,Rebellion Developments,,0.02,0.01,,0,0,2005-02-27, -/games/boxart/full_borderlands-game-of-the-year-edition_7AmericaFront.jpg,Borderlands: Game of the Year Edition,X360,Shooter,2K Games,Gearbox Software,,0.02,,,0.01,0,2010-10-12, -/games/boxart/6393270ccc.jpg,Unreal Tournament 2004,PC,Shooter,Atari,Epic Games,9.4,0.02,,,0.02,0,2004-03-16, -/games/boxart/full_9190191AmericaFrontccc.jpg,Joint Operations: Combined Arms,PC,Shooter,NovaLogic,NovaLogic,,0.02,0.01,,,0,2009-08-18, -/games/boxart/full_1002753AmericaFrontccc.jpg,Rising Zan: The Samurai Gunman,PS,Action,Agetec,UEP Systems,,0.02,0.01,,0.01,0,1999-09-30, -/games/boxart/full_6298330AmericaFrontccc.jpg,Ben 10 Omniverse 2,3DS,Action,D3 Publisher,1st Playable Productions,,0.02,,,0.02,0,2013-11-05,2018-01-27 -/games/boxart/full_7432022JapanFrontccc.jpg,Katekyoo Hitman Reborn! Kindan no Yami no Delta,PS2,Action,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2008-11-20, -/games/boxart/2405085ccc.jpg,Earth Defense Force 2017 (old JP sales),X360,Shooter,D3 Publisher,Sandlot,,0.02,,0.02,,,2007-03-20, -/games/boxart/full_623355AmericaFrontccc.jpg,Space Hulk: Deathwing,PS4,Shooter,Focus Home Interactive,Cyanide Studio,,0.02,,,0.01,0,2017-12-05,2018-09-20 -/games/boxart/8681100ccc.jpg,Trigger Man,GC,Shooter,Crave Entertainment,Point of View,2,0.02,0.01,,0,0,2004-10-05, -/games/boxart/full_9011595JapanFrontccc.jpg,Triggerheart Exelica,DC,Shooter,Warashi,Warashi Inc.,,0.02,,0.02,,,2007-02-22, -/games/boxart/4520891ccc.jpg,Enemy Territory: Quake Wars,PC,Shooter,Activision,Splash Damage,,0.02,0.01,,0,0,2007-10-02, -/games/boxart/3533297ccc.jpg,Gears of War,PC,Shooter,Microsoft Game Studios,Epic Games,8.8,0.02,0,,0.01,0,2007-11-06, -/games/boxart/full_8904799AmericaFrontccc.jpg,Sniper Elite,PC,Shooter,Namco,Rebellion Developments,7.4,0.02,,,0.01,0,2005-10-27, -/games/boxart/full_6836807AmericaFrontccc.jpg,Rogue Trooper Redux,PS4,Shooter,Rebellion,TickTock Games,,0.02,0.01,,,0,2017-10-17,2018-09-13 -/games/boxart/full_tom-clancys-splinter-cell-trilogy_913AmericaFront.jpg,Tom Clancy's Splinter Cell Classic Trilogy HD,PSN,Action,Ubisoft,Ubisoft,,0.02,0.02,,,0,2011-06-21, -/games/boxart/full_5067988JapanFrontccc.jpeg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.3,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-07-23, -/games/boxart/4360414ccc.jpg,Final Fight: Streetwise,XB,Action,Capcom,Secret Level,,0.02,0.01,,0,0,2006-02-28, -/games/boxart/full_nano-diver_720JapanFront.jpg,Nano Diver,PSP,Action,Takara Tomy,Takara Tomy,,0.02,,0.02,,,2011-09-01, -/games/boxart/full_5258245JapanFrontccc.jpg,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.4,PS3,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-08-27, -/games/boxart/full_2455577JapanFrontccc.jpg,Gaist Crusher God,3DS,Action,Capcom,Capcom,,0.02,,0.02,,,2014-09-04,2019-05-07 -/games/boxart/full_2868894AmericaFrontccc.jpg,"Warhammer 40,000: Inquisitor - Martyr",XOne,Action,Neocore Games,Neocore Games,,0.02,0.02,,,0,2018-08-28,2018-03-24 -/games/boxart/3916335ccc.jpg,Tomb Raider: Legend,PC,Action,Eidos Interactive,Crystal Dynamics,8,0.02,,,0.02,0,2006-04-11, -/games/boxart/full_silent-hill-book-of-memories_683AmericaFront.jpg,Silent Hill: Book of Memories,PSV,Action,Konami Digital Entertainment,WayForward,,0.02,,,0.01,0,2012-10-16, -/games/boxart/full_4102160AmericaFrontccc.jpg,Vikings: Wolves of Midgard,PC,Action,Kalypso Media,Games Farm,,0.02,0.01,,0,0,2017-03-28,2018-02-06 -/games/boxart/7937998ccc.gif,One Piece Mansion,PS,Action,Capcom,Capcom,,0.02,0.01,,0.01,0,2001-09-30, -/games/boxart/full_2067596JapanFrontccc.jpg,Soul Eater: Monotone Princess,Wii,Action,Square Enix,Square Enix / Bones,,0.02,,0.02,,,2008-09-25, -/games/boxart/full_2462603AmericaFrontccc.jpg,Big Idea's VeggieTales: LarryBoy and the Bad Apple,GBA,Action,Crave Entertainment,DC Studios,,0.02,0.01,,0,0,2006-08-08, -/games/boxart/full_metal-fight-beyblade-choujou-kessen-big-bang-bladers_3JapanFront.jpg,Metal Fight Beyblade: Choujou Kessen! Big Bang Bladers,DS,Action,Hudson Soft,Hudson Soft,,0.02,,0.02,,,2010-12-02, -/games/boxart/full_8459094AmericaFrontccc.jpg,Vikings: Wolves of Midgard,XOne,Action,Kalypso Media,Games Farm,,0.02,0.01,,,0,2017-03-28,2018-02-06 -/games/boxart/4871782ccc.jpg,Big Bass Fishing,PS,Action,Take-Two Interactive,Unknown,,0.02,,0.02,,0,2002-05-02, -/games/boxart/full_7703013AmericaFrontccc.jpg,Irritating Stick,PS,Action,Jaleco,Saurus,,0.02,0.01,,0.01,0,1999-01-31, -/games/boxart/full_6398826JapanFrontccc.jpg,Saenai Kanojo no Sodatekata: Blessing Flowers,PSV,Action,5pb,Unknown,,0.02,,0.02,,,2015-04-30, -/games/boxart/full_7040479JapanFrontccc.jpg,Simple 2000 Series Vol. 105: The Maid Fuku to Kikanjuu,PS2,Action,D3 Publisher,Ride On,,0.02,,0.02,,,2006-08-10, -/games/boxart/full_2111445PALFrontccc.jpg,Zombie Hunters 2,PS2,Action,Essential Games,Tamsoft,,0.02,,0.02,,,2007-06-29, -/games/boxart/full_5005824AmericaFrontccc.jpg,Just Cause,PC,Action,Eidos Interactive,Avalanche Studios,7.3,0.02,,,0.01,0,2006-09-27, -/games/boxart/full_9918422AmericaFrontccc.jpg,Samurai Jack: The Shadow of Aku,GC,Action,Sega,Adrenium,,0.02,0.01,,0,0,2004-03-24, -/games/boxart/9353632ccc.jpg,Lost: Via Domus,PC,Action,Ubisoft,Ubisoft Montreal,,0.02,,,0.01,0,2008-02-26, -/games/boxart/full_4235903JapanFrontccc.jpg,Busou Renkin: Youkoso Papillon Park e,PS2,Action,Marvelous Interactive,Marvelous Interactive,,0.02,,0.02,,,2007-06-28, -/games/boxart/full_pirates-plund-arrr_1AmericaFront.jpg,Pirates PlundArrr,Wii,Action,Majesco,Boomzap,,0.02,0.02,,,0,2010-05-25, -/games/boxart/full_3701575AmericaFrontccc.jpg,Zoey 101: Field Trip Fiasco,DS,Action,THQ,THQ,,0.02,0.02,,,0,2007-09-11, -/games/boxart/full_marvel-superheroes-3d-grandmasters-challenge_548PALFront.jpg,Marvel Superheroes 3D: Grandmaster's Challenge,Wii,Action,Neko Entertainment,Bigben Interactive,,0.02,,,0.01,0,2010-11-26, -/games/boxart/full_chuck-e-cheeses-super-collection_565AmericaFront.jpg,Chuck E. Cheese's Super Collection,Wii,Action,UFO Interactive,UFO Interactive,,0.02,0.02,,,0,2011-09-07, -/games/boxart/full_8551737JapanFrontccc.jpg,Downtown Nekketsu Jidaigek,3DS,Action,Arc System Works,Unknown,,0.02,,0.02,,,2015-05-28, -/games/boxart/full_3844541JapanFrontccc.jpg,Monster Hunter Frontier Z: Beginner's Package,PS4,Action,Capcom,Unknown,,0.02,,0.02,,,2016-11-22, -/games/boxart/full_3269554AmericaFrontccc.jpg,Battle Princess of Arcadias,PS3,Action,NIS America,Apollo,,0.02,,0.02,,,2014-06-17,2019-05-07 -/games/boxart/full_3512510JapanFrontccc.jpg,Dragon's Dogma Online: Season 2,PS3,Action,Capcom,Unknown,,0.02,,0.02,,,2016-06-30, -/games/boxart/full_5129229JapanFrontccc.jpg,Pioneer no Banshou,PSV,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2018-08-30,2018-09-26 -/games/boxart/full_sharin-no-kuni-himawari-no-shoujo_625JapanFront.jpg,"Sharin no Kuni, Himawari no Shoujo",X360,Visual Novel,5pb,5pb. Games,,0.02,,0.02,,,2010-10-28,2018-12-19 -/games/boxart/full_5432762JapanFrontccc.jpg,Tiger & Bunny: Hero's Day,PSP,Visual Novel,D3Publisher,D3Publisher,,0.02,,0.02,,,2013-03-20,2019-05-25 -/games/boxart/full_3121671JapanFrontccc.jpg,Storm Lover Kai!!,PSP,Visual Novel,D3Publisher,Vridge Inc.,,0.02,,0.02,,,2012-06-07,2019-05-25 -/games/boxart/full_2898696JapanFrontccc.jpg,Gaku * Ou: The Royal Seven Stars + Meteor,PSP,Visual Novel,Alchemist,Lump of Sugar,,0.02,,0.02,,,2013-03-28,2019-05-25 -/games/boxart/full_7978576JapanFrontccc.jpg,Arcana Famiglia 2,PSP,Visual Novel,Comfort,HuneX,,0.02,,0.02,,,2013-11-14,2019-05-25 -/games/boxart/full_9239074JapanFrontccc.jpg,Storm Lover 2nd,PSP,Visual Novel,D3Publisher,Vridge Inc.,,0.02,,0.02,,,2013-06-20,2019-05-25 -/games/boxart/full_9893398AmericaFrontccc.jpg,XBlaze Lost: Memories,PSV,Visual Novel,Aksys Games,Arc System Works,,0.02,0.01,,,0,2015-08-11,2019-01-28 -/games/boxart/full_kingdom-ikkitousen-no-ken_7JapanFront.jpg,Kingdom: Ikkitousen no Ken,PSP,Action,Konami,Konami,,0.02,,0.02,,,2010-11-25, -/games/boxart/full_7652350AmericaFrontccc.jpg,Totally Spies! 2: Undercover,DS,Action,Atari,Mistic Software,,0.02,0.01,,0.01,0,2006-11-27, -/games/boxart/full_7401998AmericaFrontccc.jpg,"Warhammer 40,000: Inquisitor - Martyr",PS4,Action,Neocore Games,Neocore Games,,0.02,0.02,,,0,2018-08-28,2018-03-24 -/games/boxart/full_7065052AmericaFrontccc.jpg,Quantum Break,PC,Action,THQ Nordic,Remedy Entertainment,,0.02,,,0.02,0,2016-09-29,2018-01-20 -/games/boxart/full_7572611AmericaFrontccc.jpg,Pharaonic,XOne,Action,Soedesco,Milkstone Studios,,0.02,0.02,,,0,2017-09-29,2018-08-13 -/games/boxart/1012238ccc.gif,Big Idea's VeggieTales: LarryBoy and the Bad Apple,PS2,Action,Crave Entertainment,Papaya Studios,,0.02,0.01,,0.01,0,2006-08-08, -/games/boxart/full_9176583AmericaFrontccc.jpg,Titan Quest,XOne,Action,THQ Nordic,THQ Nordic,,0.02,0.02,,,0,2018-03-20,2018-03-31 -/games/boxart/full_2791510JapanFrontccc.jpg,Kyoukai no Shirayuki,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2016-05-26, -/games/boxart/9525262ccc.jpg,Silent Bomber,PS,Action,Bandai,CyberConnect2,,0.02,0.01,,0.01,0,2000-02-29, -/games/boxart/full_4631031JapanFrontccc.jpg,Kujiragami no Tearstilla,PSV,Action,Piacci,Unknown,,0.02,,0.02,,,2016-07-28, -/games/boxart/full_crayon-shin-chan-uchuu-de-achoo-yuujou-no-oba-karate_820JapanFront.jpg,Crayon Shin-Chan: Uchuu de Achoo!? Yuujou no Oba-Karate!!,3DS,Action,Bandai,Bandai Namco Games,,0.02,,0.02,,,2011-12-01, -/games/boxart/full_8747134AmericaFrontccc.jpg,Psychedelica of the Black Butterfly,PSV,Action,Aksys Games,Otomate,,0.02,,0.02,,,2018-03-27,2018-05-31 -/games/boxart/full_9191898JapanFrontccc.jpg,Strike Witches: Anata to Dekiru Koto - A Little Peaceful Days,PS2,Action,Russel,Russel,,0.02,,0.02,,,2010-05-27, -/games/boxart/1646520ccc.jpg,Garfield Gets Real,DS,Action,Unknown,PAWS,,0.02,,,0.02,0,2009-07-21, -/games/boxart/full_416127JapanFrontccc.jpg,Fist of the North Star: Ken's Rage 2,WiiU,Action,Tecmo Koei,Koei,,0.02,,0.02,,,2013-02-07,2019-01-03 -/games/boxart/full_castlevania-lords-of-shadow-reverie_305AmericaFront.jpg,Castlevania: Lords of Shadow - Reverie,XBL,Action,Konami,Mercury Steam,,0.02,0.02,,0,0,2011-04-20, -/games/boxart/full_4262726JapanFrontccc.png,Cyber Troopers: Virtual On x Toaru Majutsu no Index: Toaru Majutsu no Dennou Senki,PSV,Action,Sega,Sega CS3,,0.02,,0.02,,,2018-02-15,2018-02-26 -/games/boxart/full_7593035AmericaFrontccc.jpg,Shaq-Fu: A Legend Reborn,PS4,Action,Wired Productions,Big Deez Productions,,0.02,0.02,,,0,2018-06-05,2019-03-18 -/games/boxart/full_557258AmericaFrontccc.jpg,Shaq-Fu: A Legend Reborn,NS,Action,Wired Productions,Big Deez Productions,,0.02,0.02,,,0,2018-06-05,2019-03-18 -/games/boxart/full_7487391JapanFrontccc.jpg,Sangoku Hime 4: Tenka Ryouran - Tenmei no Koi Emaki,PSV,Action,SystemSoft Alpha,Unknown,,0.02,,0.02,,,2016-05-26, -/games/boxart/full_4145660AmericaFrontccc.jpg,Ty the Tasmanian Tiger 3: Night of the Quinkan,XB,Action,Activision,Krome Studios,6.2,0.02,0.02,,0.01,0,2005-10-11, -/games/boxart/full_3177799JapanFrontccc.jpg,Cross Ange: Tenshi to Ryuu no Rondo tr.,PSV,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2015-05-28, -/games/boxart/full_8360470AmericaFrontccc.jpg,The Lord of the Rings: Conquest,PC,Action,Electronic Arts,Pandemic Studios,5.5,0.02,0,,0.02,0,2009-01-13, -/games/boxart/full_410421JapanFrontccc.jpeg,God Eater Off Shot: Tachibana Sakuya-hen Twin Pack & Animation Vol.7,PS4,Action,Namco Bandai Games,Unknown,,0.02,,0.02,,,2016-04-21,2018-09-20 -/games/boxart/full_7439197JapanFrontccc.jpg,Samurai & Dragons,PSV,Action,Sega,Sega,,0.02,,0.02,,,2012-05-24,2019-05-05 -/games/boxart/full_1976935JapanFrontccc.jpg,Saiki Kusuo no Psi-nan: Shijou Psi-dai no Psi-nan!?,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.02,,0.02,,,2016-11-10, -/games/boxart/full_8668737AmericaFrontccc.jpg,Hot 'n' Cold,DS,Action,Majesco,Majesco,,0.02,0.02,,,0,2009-06-23, -/games/boxart/full_2559654JapanFrontccc.jpg,Clock Zero: Shuuen no Ichibyou - ExTime,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2015-04-23, -/games/boxart/full_kikou-heidan-j-phoenix-cobalt-shoutaihen_1JapanFront.jpg,Kikou Heidan J-Phoenix: Cobalt Shoutaihen,PS2,Action,Takara,Takara,,0.02,,0.02,,,2002-12-05, -/games/boxart/full_meikyuu-cross-blood-reloaded_466JapanFront.jpg,Meikyuu Cross Blood: Reloaded,X360,Action,Unknown,Kadokawa Shoten,,0.02,,0.02,,,2011-11-10, -/games/boxart/full_timmy-time_313PALFront.jpg,Timmy Time,DS,Action,Avanquest,Avanquest Software,,0.02,,,0.02,0,2011-08-19, -/games/boxart/full_4525215AmericaFrontccc.jpg,Titan Quest,PS4,Action,THQ Nordic,Iron Lore Entertainment,,0.02,0.02,,,0,2018-03-20,2019-03-24 -/games/boxart/6242965ccc.jpg,Dragon Ball Z: Buu's Fury / Dragon Ball GT: Transformation,GBA,Action,Atari,Webfoot Technologies,,0.02,0.01,,0.01,0,2006-03-29, -/games/boxart/full_1489608PALFrontccc.jpg,SAW,PC,Action,Konami,Zombie Studios,,0.02,,,0.02,0,2009-10-31, -/games/boxart/full_7303789JapanFrontccc.jpg,Kamen Rider: Battride War II,WiiU,Action,Namco Bandai Games,Eighting,,0.02,,0.02,,,2014-06-26,2018-01-23 -/games/boxart/full_1037691AmericaFrontccc.jpg,Hakuoki: Shinkai - Furi no Shou,PSV,Action,Idea Factory,Unknown,,0.02,,0.02,,,2015-09-25, -/games/boxart/full_1762534AmericaFrontccc.jpg,Headhunter: Redemption,XB,Action,Sega,Amuze,,0.02,0.02,,0,0,2004-09-21, -/games/boxart/full_onechanbara-special_953JapanFront.jpg,Onechanbara Special,PSP,Action,D3 Publisher,Tamsoft Corporation,,0.02,,0.02,,,2011-03-31, -/games/boxart/full_1852690AmericaFrontccc.jpg,Carmageddon: Max Damage,PS4,Action,Stainless Games,Stainless Games,,0.02,0.02,,,0,2016-07-05, -/games/boxart/full_3890185JapanFrontccc.jpg,Cladun Returns: This Is Sengoku!,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,0.02,,0.02,,,2017-05-26,2018-09-20 -/games/boxart/full_9551157AmericaFrontccc.jpg,"Warhammer 40,000: Deathwatch",PS4,Action,Hoplite Research,Rodeo Games,,0.02,0.02,,,0,2018-08-14,2018-11-06 -/games/boxart/full_3103221JapanFrontccc.jpg,NANA: Live Staff Daiboshuu! Shoshinsha Kangei,DS,Action,Konami,Konami,,0.02,,0.02,,,2007-06-21, -/games/boxart/full_3440689JapanFrontccc.jpg,Samurai Warriors: Sanada Maru,PS3,Action,Tecmo Koei,Omega Force,,0.02,,0.02,,,2016-11-23,2018-07-09 -/games/boxart/6271802ccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PSP,Action,Activision,Left Field Productions,,0.02,0.02,,0,0,2007-11-06, -/games/boxart/full_3220480JapanFrontccc.jpg,Super Run For Money Tousouchuu & Sentouchuu,NS,Action,Bandai Namco Games,Bandai Namco Games,,0.02,,0.02,,,2018-11-29,2019-01-05 -/games/boxart/full_2187638JapanFrontccc.jpg,Lovely x Cation 1 & 2,PSV,Action,5pb,Unknown,,0.02,,0.02,,,2015-05-21, -/games/boxart/full_9716298JapanFrontccc.jpg,Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai All-Star Special,PS3,Action,Arc System Works,Arc System Works,,0.02,,0.02,,,2015-03-05, -/games/boxart/full_9236953AmericaFrontccc.jpg,Bullet Girls: Phantasia,PS4,Action,Experience Inc.,Shade,,0.02,,0.02,,,2018-08-09,2019-03-23 -/games/boxart/full_7616349JapanFrontccc.jpg,Kimikare: New Semester,PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2012-07-19,2019-05-17 -/games/boxart/full_4171651JapanFrontccc.jpg,Chaos;Child,PS3,Visual Novel,5pb,5pb. Inc.,,0.02,,0.02,,,2015-06-25,2019-03-24 -/games/boxart/full_7416622JapanFrontccc.jpg,"Hanayaka Kana, Ware ga Ichizoku: Tasogare Polarstar",PSP,Visual Novel,Idea Factory,Idea Factory,,0.02,,0.02,,,2013-07-11,2019-05-17 -/games/boxart/full_2517095JapanFrontccc.jpg,Elkrone no Atelier: Dear for Otomate,PSP,Visual Novel,Idea Factory,Otomate,,0.02,,0.02,,,2012-04-12,2019-05-17 -/games/boxart/full_1057857JapanFrontccc.jpg,PuraMai Wars V,PSV,Action,Unknown,Unknown,,0.02,,0.02,,,2016-08-25, -/games/boxart/6300693ccc.gif,Rengoku II: The Stairway To H.E.A.V.E.N.,PSP,Action,Konami,Neverland,,0.02,0.02,,0,0,2006-09-12, -/games/boxart/full_thunderbirds_594AmericaFront.jpg,Thunderbirds,GBA,Action,Vivendi Games,Saffire Corporation,,0.02,0.02,,0.01,0,2004-08-10, -/games/boxart/full_5320357AmericaFrontccc.jpg,Earth's Dawn,PS4,Action,Rising Star Games,Unknown,,0.02,0.02,,,0,2016-11-01, -/games/boxart/full_1628460JapanFrontccc.jpg,AKB1/48: Idol to Guam de Koishitara...,X360,Visual Novel,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2011-10-06,2019-05-10 -/games/boxart/full_165842JapanFrontccc.jpg,Phantom: Phantom of Inferno,X360,Visual Novel,Digiturbo,Nitro+,,0.01,,0.01,,,2012-10-25,2019-04-27 -/games/boxart/full_1180831JapanFrontccc.jpg,Memories Off: Innocent File,PS4,Visual Novel,MAGES,5pb. Games,,0.01,,0.01,,,2018-03-29,2018-04-07 -/games/boxart/full_6534103JapanFrontccc.jpg,School Wars,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2012-11-29,2019-04-27 -/games/boxart/full_7745180JapanFrontccc.png,Flowers: Le volume sur hiver,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-03-16,2018-03-30 -/games/boxart/full_4287534JapanFrontccc.jpg,Kuroyukihime: Snow Black,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2014-04-24,2019-04-27 -/games/boxart/full_6477371JapanFrontccc.jpg,Moujuutsukai to Oujisama: Flower & Snow,PSV,Visual Novel,Idea Factory,Otomate,,0.01,,0.01,,,2015-06-11,2019-05-15 -/games/boxart/full_9852628JapanFrontccc.jpg,Nil Admirari no Tenbin: Irodori Nadeshiko,NS,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-09-20,2018-10-01 -/games/boxart/full_8848679JapanFrontccc.jpg,Sengoku Hime 7: Sen'un Tsuranuku Guren no Ishi,PSV,Visual Novel,System Soft Alpha,Gesen 18,,0.01,,0.01,,,2018-10-11,2018-11-07 -/games/boxart/full_2287384JapanFrontccc.png,Kimi no Hitomi ni Hit Me,PSV,Visual Novel,Entergram,Giga,,0.01,,0.01,,,2018-02-22,2018-03-08 -/games/boxart/full_8141977JapanFrontccc.jpg,Amaekata wa Kanojo Nari ni.,PSV,Visual Novel,Entergram,Giga,,0.01,,0.01,,,2017-10-26,2018-01-13 -/games/boxart/full_7993529JapanFrontccc.jpg,Lucky Dog 1,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-03-08,2018-03-25 -/games/boxart/full_5562679JapanFrontccc.jpg,Shiro to Kuro no Alice: Twilight Line,PSV,Visual Novel,Idea Factory,"Kogado Studio, Inc.",,0.01,,0.01,,,2018-11-15,2018-11-22 -/games/boxart/full_9779803JapanFrontccc.jpg,Cafe Cuillere,PSV,Visual Novel,Takuyo,Takuyo,,0.01,,0.01,,,2018-01-01,2018-06-24 -/games/boxart/full_2576466JapanFrontccc.jpg,Hyaku Monogatari: Kaidan Romance,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2013-09-26,2019-05-01 -/games/boxart/full_6594730JapanFrontccc.jpg,Koshotengai no Hashihime Noma,PSV,Visual Novel,Dramatic Create,ADELTA,,0.01,,0.01,,,2018-09-27,2018-10-09 -/games/boxart/full_5588115JapanFrontccc.jpg,Saiaku Naru Saiyaku Ningen ni Sasagu,PS4,Visual Novel,Kemco,Kemco,,0.01,,0.01,,,2018-08-23,2018-09-26 -/games/boxart/full_133141JapanFrontccc.jpg,Amatsutsumi,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-05-17,2018-06-04 -/games/boxart/full_5412060JapanFrontccc.jpg,Dance with Devils: My Carol,PSV,Visual Novel,Rejet,Rejet,,0.01,,0.01,,,2018-03-22,2018-04-06 -/games/boxart/full_2083526JapanFrontccc.jpg,Memories Off: Innocent File,PSV,Visual Novel,MAGES,5pb. Games,,0.01,,0.01,,,2018-03-29,2018-04-07 -/games/boxart/full_3392863JapanFrontccc.jpg,World End Syndrome,NS,Visual Novel,Arc System Works,Arc System Works,,0.01,,0.01,,,2019-05-02,2019-04-03 -/games/boxart/full_5566542JapanFrontccc.jpg,Sweet Pool,PSV,Visual Novel,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2018-05-31,2018-06-24 -/games/boxart/full_9528840AmericaFrontccc.png,Mega Man X Legacy Collection 2,NS,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 -/games/boxart/3111567ccc.jpg,Teenage Mutant Ninja Turtles,VC,Platform,Konami Digital Entertainment,Konami,,0.01,,,0.01,0,2007-04-02, -/games/boxart/full_the-land-before-time-into-the-mysterious-beyond_447AmericaFront.jpg,The Land Before Time: Into the Mysterious Beyond,GBA,Platform,Game Factory,Sirius Games,,0.01,0.01,,0,0,2006-04-13, -/games/boxart/full_5719710AmericaFrontccc.jpg,Putty Squad,PS3,Platform,System 3,System 3,,0.01,0,,0.01,0,2013-11-29,2018-09-17 -/games/boxart/full_9484701AmericaFrontccc.jpg,Trine,PC,Platform,Nobilis,Frozenbyte,8.1,0.01,,,0.01,0,2009-07-02, -/games/boxart/full_woody-woodpecker-in-crazy-castle-5_911AmericaFront.jpg,Woody Woodpecker in Crazy Castle 5,GBA,Platform,Kemco,Tantalus Interactive,,0.01,0.01,,0,0,2003-12-02, -/games/boxart/full_5288467AmericaFrontccc.jpg,Spirits & Spells,GBA,Platform,DreamCatcher Interactive,Magic Pockets,,0.01,0.01,,0,0,2003-11-02, -/games/boxart/full_5667554AmericaFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,WiiU,Platform,Activision,Behaviour Interactive,,0.01,,,0.01,0,2015-11-03,2018-04-01 -/games/boxart/full_5542719AmericaFrontccc.jpg,Flashback,PS4,Platform,Microids,Paul Cuisset,,0.01,0.01,,,0,2018-11-20,2018-10-31 -/games/boxart/full_4632512AmericaFrontccc.jpg,Banjo-Kazooie,XBL,Platform,Microsoft Game Studios,4J Studios,7,0.01,,,0.01,0,2008-12-03, -/games/boxart/full_kao-the-kangaroo_721AmericaFront.jpg,Kao the Kangaroo,GBA,Platform,Titus,Titus Software,3.9,0.01,0.01,,0,0,2001-12-11, -/games/boxart/full_1478481JapanFrontccc.jpg,Strider (2014),PS3,Platform,Capcom,Double Helix Games,,0.01,,0.01,,,2014-02-18,2019-01-03 -/games/boxart/full_goku-makaimura-kai_9JapanFront.jpg,Goku Makaimura Kai,PSP,Platform,Capcom,Capcom,,0.01,,0.01,,,2007-08-02, -/games/boxart/full_1381415AmericaFrontccc.jpg,Candle: The Power of the Flame,NS,Platform,Merge Games,Teku Studios,,0.01,0.01,,,0,2018-10-16,2019-03-30 -/games/boxart/full_6238135AmericaFrontccc.jpg,Bratz: Forever Diamondz,PS2,Action,THQ,Blitz Games,,0.01,0.01,,0.01,0,2006-09-18, -/games/boxart/full_order-up_425PALFront.jpg,Order Up!!,3DS,Action,Ignition Entertainment,SuperVillain Studios,,0.01,0,,0.01,0,2012-08-31, -/games/boxart/full_2810566JapanFrontccc.jpg,San-X Character Channel: All-Star Daishuugou!,DS,Action,MTO,MTO,,0.01,,0.01,,,2008-08-28, -/games/boxart/full_6877161JapanFrontccc.jpg,Fuun Shinsengumi Bakumatsuden Portable,PSP,Action,Unknown,From Software,,0.01,0.01,,,0,2013-12-31, -/games/boxart/full_6277377AmericaFrontccc.jpg,Legend of Kay Anniversary,WiiU,Action,Nordic Games,Nordic Games,,0.01,,,0.01,0,2015-07-28,2018-04-09 -/games/boxart/full_1552076PALFrontccc.jpg,Double Pack Tomb Raider: Legend / Anniversary,PSP,Action,Eidos Interactive,Buzz Monkey / Crystal Dynamics,,0.01,,,0.01,0,2009-04-09, -/games/boxart/3096283ccc.jpg,Spider-Man: Friend or Foe,PC,Action,Activision,Beenox,5.6,0.01,0.01,,0,0,2007-10-02, -/games/boxart/full_1408867JapanFrontccc.jpg,Sengoku Basara 2 Heroes,Wii,Action,Capcom,Capcom,,0.01,,0.01,,,2007-11-29, -/games/boxart/full_5971452JapanFrontccc.jpg,Kaitou Joker: Toki o Koeru Kaitou to Ushinawareta Houseki,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2015-06-25,2018-08-06 -/games/boxart/9053649ccc.jpg,Aquaman: Battle for Atlantis,XB,Action,TDK Mediactive,Lucky Chicken,,0.01,0.01,,0,0,2003-07-30, -/games/boxart/full_6960412AmericaFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,WiiU,Action,Little Orbit,Torus Games,,0.01,,,0.01,0,2015-11-03,2018-01-18 -/games/boxart/full_9458638JapanFrontccc.jpg,Infinite Stratos 2: Love and Purge,PSV,Action,5pb,Unknown,,0.01,,0.01,,,2015-09-03, -/games/boxart/full_8521937AmericaFrontccc.jpg,Grand Theft Auto III,PC,Action,Rockstar Games,DMA Design,9.1,0.01,,,0.01,0,2002-05-20, -/games/boxart/full_5442999JapanFrontccc.jpg,Bullet Girls: Phantasia,PSV,Action,D3 Publisher,Shade,,0.01,,0.01,,,2018-08-09,2019-03-23 -/games/boxart/664713ccc.jpg,Aeon Flux,XB,Action,Majesco,Terminal Reality,,0.01,0.01,,0,0,2005-11-17, -/games/boxart/full_4626757AmericaFrontccc.jpg,SoulCalibur Legends (JP sales),Wii,Action,Namco Bandai,Project Soul,,0.01,,0.01,,,2007-11-20, -/games/boxart/6366634ccc.jpg,Blackthorne,GBA,Action,Blizzard Entertainment,Mass Media,7.1,0.01,0.01,,0,0,2003-09-17, -/games/boxart/full_2455328JapanFrontccc.jpg,Black Cat,PS2,Action,Capcom,Capcom,,0.01,,0.01,,,2006-03-30, -/games/boxart/9224205ccc.jpg,Rengoku II: The Stairway to H.E.A.V.E.N. (jp sales),PSP,Action,Konami,Neverland,,0.01,,0.01,,,2006-09-12, -/games/boxart/full_6293396JapanFrontccc.jpg,Kaitou Rousseau,DS,Action,Namco,Namco,,0.01,,0.01,,,2006-06-15, -/games/boxart/full_7404278AmericaFrontccc.jpg,Let It Die,PS4,Action,GungHo,Grasshopper Manufacture,,0.01,,0.01,0.01,0,2020-12-31, -/games/boxart/full_3683639AmericaFrontccc.jpg,Unbox: Newbie's Adventure,NS,Action,Merge Games,Prospect Games,,0.01,,,0.01,0,2017-11-01,2018-09-20 -/games/boxart/full_8894457JapanFrontccc.jpg,Steins;Gate Elite,PSV,Visual Novel,5pb,5pb. Inc.,,0.01,,0.01,,,2018-09-20,2018-11-06 -/games/boxart/full_6762070JapanFrontccc.jpg,Clannad,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2014-08-14,2019-03-22 -/games/boxart/full_9780182JapanFrontccc.jpg,Yoshiwara Higanbana Kuon no Chigiri,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2017-10-12,2018-01-09 -/games/boxart/full_7587862JapanFrontccc.png,Vitamin X: Destination,PSV,Visual Novel,D3Publisher,HuneX,,0.01,,0.01,,,2018-02-22,2018-03-08 -/games/boxart/full_1247966JapanFrontccc.jpg,Grisaia Phantom Trigger 03 & 04,PSV,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2018-08-02,2018-08-25 -/games/boxart/full_9420489JapanFrontccc.jpg,Maitetsu: Pure Station,PS4,Visual Novel,Yeti,Lose,,0.01,,0.01,,,2018-07-26,2018-08-29 -/games/boxart/full_6162195JapanFrontccc.jpg,Eiyuu * Senki,PSV,Visual Novel,5pb,Tenco,,0.01,,0.01,,,2014-05-29,2019-04-27 -/games/boxart/full_6333005JapanFrontccc.jpg,"Shinobi, Koi Utsutsu: Setsugetsuka Koi Emaki",PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-06-25, -/games/boxart/full_4450875PALFrontccc.jpg,Minds and Mystery: 5 Game Pack,PC,Action,Focus Multimedia,Focus Multimedia,,0.01,,,0.01,0,2014-09-26,2019-04-23 -/games/boxart/full_4112959AmericaFrontccc.jpg,This War of Mine,XOne,Action,11 bit studios,11 bit studios,,0.01,,,0.01,0,2016-01-29, -/games/boxart/full_8965391JapanFrontccc.jpg,Deception IV: The Nightmare Princess,PSV,Action,Tecmo Koei,Koei Tecmo Games,,0.01,,,0.01,0,2015-07-14,2018-08-01 -/games/boxart/full_8852903JapanFrontccc.jpg,Hirameki Action: Chibikko Wagyan no Daiki na Bouken,DS,Action,Namco Bandai,Namco Bandai Games,,0.01,,0.01,,,2009-01-29, -/games/boxart/full_4338320JapanFrontccc.jpg,Mushibugyo,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2013-09-19,2019-04-26 -/games/boxart/full_676435JapanFrontccc.jpg,Hakuoki: Reimeiroku - Omouhase Kara,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-07-02, -/games/boxart/9521365ccc.jpg,E.T. The Extra-Terrestrial,GBA,Action,NewKidCo,Fluid Studios,3.5,0.01,0.01,,0,0,2001-12-14, -/games/boxart/full_2382394AmericaFrontccc.jpg,Has-Been Heroes,PC,Action,GameTrust,Frozenbyte,,0.01,0.01,,,0,2017-03-28, -/games/boxart/full_432329JapanFrontccc.jpg,Warriors Orochi 3,NS,Action,Tecmo Koei,Omega Force,,0.01,,0.01,,,2017-11-09, -/games/boxart/full_5577331JapanFrontccc.jpg,Shin Sangoku Musou 4 Special,X360,Action,KOEI,Omega Force,,0.01,,0.01,,,2005-12-22, -/games/boxart/full_5434204AmericaFrontccc.jpg,Assassin's Creed Chronicles,XOne,Action,Ubisoft,Climax Studios,,0.01,,,0.01,0,2016-02-09,2018-07-03 -/games/boxart/full_5115882AmericaFrontccc.jpg,Madagascar: Escape 2 Africa,PC,Action,Activision,Aspyr,,0.01,0.01,,,0,2008-11-04, -/games/boxart/full_9555975JapanFrontccc.jpg,Katekyoo Hitman Reborn! Kindan no Yami no Delta,Wii,Action,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-20, -/games/boxart/full_3515976PALFrontccc.jpg,Zombi,XOne,Action,Ubisoft,Ubisoft Montpellier,,0.01,,,0.01,0,2016-01-21,2018-01-17 -/games/boxart/default.jpg,Transformers: Fall of Cybertron,PC,Action,Activision,High Moon Studios,,0.01,0.01,,0,0,2012-08-21, -/games/boxart/full_4976185AmericaFrontccc.jpg,Young Justice: Legacy,X360,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0.01,,,0.01,0,2013-11-19,2018-11-24 -/games/boxart/full_9095810AmericaFrontccc.jpg,Dinotopia: The Sunstone Odyssey,XB,Action,TDK Mediactive,Vicious Cycle,,0.01,0.01,,0,0,2003-08-05, -/games/boxart/full_1778900JapanFrontccc.jpg,Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2020-12-31,2018-04-09 -/games/boxart/full_3938832JapanFrontccc.jpg,Kenka Banchou Portable,PSP,Action,Spike,Spike,,0.01,,0.01,,,2009-10-29, -/games/boxart/full_143437AmericaFrontccc.jpg,Fallout Anthology,PC,Action,Bethesda Softworks,Bethesda Softworks,,0.01,,,0.01,0,2015-09-29,2018-09-22 -/games/boxart/full_5470187AmericaFrontccc.jpg,Monster High: New Ghoul in School,Wii,Action,Little Orbit,Torus Games,,0.01,,,0.01,0,2015-10-27,2019-01-19 -/games/boxart/3491410ccc.jpg,"Crouching Tiger, Hidden Dragon",XB,Action,Ubisoft,Genki,,0.01,0.01,,0,0,2003-12-09, -/games/boxart/full_9943483AmericaFrontccc.jpg,Winx Club: Saving Alfea,3DS,Action,Namco Bandai Games,Little Orbit,,0.01,,,0.01,0,2014-10-31,2018-08-03 -/games/boxart/7094637ccc.jpg,Hi Hi Puffy AmiYumi: The Genie & the Amp,DS,Action,D3 Publisher,Sensory Sweep Studios,,0.01,0.01,,,0,2006-06-27, -/games/boxart/8501379ccc.jpg,Aquaman: Battle for Atlantis,GC,Action,TDK Mediactive,Lucky Chicken,2.4,0.01,0.01,,0,0,2003-07-23, -/games/boxart/full_6933338JapanFrontccc.jpg,Fate/kaleid liner Prisma Illya,3DS,Action,Kadokawa Games,Kadokawa Games,,0.01,,0.01,,,2014-07-31,2018-08-03 -/games/boxart/full_1238837JapanFrontccc.jpg,Simple DS Series Vol. 41: The Bakudan Shori-Han,DS,Action,D3 Publisher,Tomcat System,,0.01,,0.01,,,2008-07-10, -/games/boxart/full_7692395JapanFrontccc.jpg,Slide Adventure: Mag Kid,DS,Action,Nintendo,Agenda,,0.01,,0.01,,,2007-08-02, -/games/boxart/1190016ccc.gif,Rainbow Islands: Revolution,PSP,Action,Codemasters,Ignition Entertainment,,0.01,0.01,,0,0,2008-01-22, -/games/boxart/full_1900857PALFrontccc.jpg,Titan Quest,NS,Action,THQ Nordic,Iron Lore Entertainment,,0.01,0.01,,,0,2018-07-31,2019-03-24 -/games/boxart/full_8659688JapanFrontccc.jpg,Nari Kids Park: Hugtto! PreCure,NS,Action,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2018-11-21,2018-12-19 -/games/boxart/full_3075115AmericaFrontccc.jpg,Stolen,PC,Action,Hip Interactive,Blue 52,,0.01,,,0.01,0,2005-04-22, -/games/boxart/full_5810713PALFrontccc.jpg,Bob the Builder: Festival of Fun,Wii,Action,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0.01,,,0.01,0,2009-05-22, -/games/boxart/full_3098049PALFrontccc.jpg,Zettai Geigeki Wars,PSV,Action,Acquire,Unknown,,0.01,,0.01,,,2015-07-02, -/games/boxart/full_9405561AmericaFrontccc.jpg,Yoku's Island Express,NS,Action,Villa Gorilla,Villa Gorilla,9,0.01,0.01,,,0,2018-06-19,2019-03-31 -/games/boxart/full_james-bond-007-blood-stone_2AmericaFront.jpg,James Bond 007: Blood Stone,PC,Action,Activision,Bizarre Creations,6.2,0.01,0.01,,,0,2010-11-02, -/games/boxart/full_233353AmericaFrontccc.jpg,Gal Gun: Double Peace,PS4,Action,PQube,Inti Creates,,0.01,,0.01,,,2016-08-02,2018-05-04 -/games/boxart/full_6560769AmericaFrontccc.jpg,Zorro: Quest For Justice,DS,Action,505 Games,505 Games,,0.01,0.01,,,0,2010-02-12, -/games/boxart/full_2542121JapanFrontccc.jpg,Ketsui Deathtiny: Kizuna Jigoku Tachi,PS4,Action,M2,M2,,0.01,,0.01,,,2018-11-29,2018-12-19 -/games/boxart/full_855981JapanFrontccc.jpg,Irotoridori no Sekai: World's End Re-Birth,PSV,Action,HuneX,Unknown,,0.01,,0.01,,,2015-03-19, -/games/boxart/full_2717456JapanFrontccc.jpg,Chokkan! Asonde Relaxuma,DS,Action,Rocket Company,Rocket Company,,0.01,,0.01,,,2008-09-25, -/games/boxart/full_monster-radar_185JapanFront.jpg,Monster Radar,PSV,Action,Sony Computer Entertainment,Sony Marketing,,0.01,,0.01,,,2011-12-17, -/games/boxart/full_7797153JapanFrontccc.jpg,Shugo Chara! Norinori! Chara-Nari Zumu,DS,Action,Konami,Konami,,0.01,,0.01,,,2009-08-06, -/games/boxart/7740386ccc.jpg,Bruce Lee: Return of the Legend,GBA,Action,Vivendi Games,Vicarious Visions,8.4,0.01,0.01,,0,0,2003-03-28, -/games/boxart/full_9218177AmericaFrontccc.jpg,WarTech: Senko no Ronde (JP sales),X360,Action,Ubisoft,G.Rev,,0.01,,0.01,,,2007-05-29,2019-01-02 -/games/boxart/full_1564129AmericaFrontccc.jpg,Sumioni,PSV,Action,Unknown,Acquire,,0.01,,0.01,,,, -/games/boxart/full_5183079AmericaFrontccc.jpg,GoGo's Crazy Bones,DS,Action,GameMill Entertainment,"Black Lantern Studios, Inc.",,0.01,,,0.01,0,2012-03-28,2019-04-26 -/games/boxart/full_3738907JapanFrontccc.jpg,Ayakashi Gohan: Oomori!,PSV,Action,honeybee,Unknown,,0.01,,0.01,,,2015-10-08, -/games/boxart/full_7247970JapanFrontccc.jpg,Possession Magenta,PSV,Action,Unknown,Unknown,,0.01,,0.01,,,2015-05-28, -/games/boxart/full_2153254JapanFrontccc.jpg,CharadeManiacs,PSV,Action,Idea Factory,Otomate,,0.01,,0.01,,,2018-08-09,2018-08-26 -/games/boxart/full_361518JapanFrontccc.jpg,Soul Eater: Battle Resonance,PS2,Action,Namco Bandai,Bec,,0.01,,0.01,,,2009-01-29, -/games/boxart/3280695ccc.jpg,Mist of Chaos,PS3,Action,Idea Factory,Idea Factory,,0.01,,0.01,,,2007-03-22, -/games/boxart/full_7491541AmericaFrontccc.jpg,Yoku's Island Express,PS4,Action,Villa Gorilla,Villa Gorilla,9,0.01,0.01,,,0,2018-06-19,2019-03-31 -/games/boxart/full_1074167AmericaFrontccc.jpg,Monkey Madness: Island Escape,DS,Action,Storm City Games,Storm City Games,,0.01,0.01,,,0,2010-03-23, -/games/boxart/full_1918937AmericaFrontccc.jpg,Axiom Verge,PSV,Action,Thomas Happ Games,Thomas Happ Games,,0.01,0.01,,,0,2015-03-31, -/games/boxart/571345ccc.jpg,Original Frisbee Disc Sports: Ultimate & Golf,DS,Action,"Destination Software, Inc",Unknown,,0.01,0.01,,,0,2007-09-18, -/games/boxart/full_8034851AmericaFrontccc.jpg,Carmageddon 64,N64,Action,Titus,SCi,1.3,0.01,0.01,,,0,1999-12-05, -/games/boxart/full_planet-monsters_713AmericaFront.jpg,Planet Monsters,GBA,Action,Titus,Planet Interactive,,0.01,0.01,,0,0,2001-12-06, -/games/boxart/full_6795881AmericaFrontccc.jpg,Zombie Vikings,PS4,Action,Rising Star Games,Zoink Games,,0.01,,,0.01,0,2016-04-20,2018-09-21 -/games/boxart/full_6018005JapanFrontccc.jpg,Yunohana Spring!,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-09-17, -/games/boxart/full_673540PALFrontccc.jpg,Deformers,PC,Action,Ready at Dawn,Ready at Dawn,,0.01,0.01,,,0,2017-04-21, -/games/boxart/full_1704414JapanFrontccc.jpg,Secret Game: Killer Queen,PS2,Action,Yeti,Yeti,,0.01,,0.01,,,2008-08-21, -/games/boxart/full_metal-gear-solid-peace-walker-hd-edition_732JapanFront.jpg,Metal Gear Solid: Peace Walker HD Edition,X360,Action,Unknown,Kojima Productions,,0.01,,0.01,,,, -/games/boxart/full_8114207AmericaFrontccc.jpg,Bound By Flame,PS3,Action,Focus Home Interactive,Spiders,,0.01,,,0.01,0,2014-05-07,2018-10-31 -/games/boxart/full_7663433PALFrontccc.jpg,One Piece: Unlimited World Red Deluxe Edition,PS4,Action,Namco Bandai Games,Ganbarion,,0.01,,0.01,,,2017-08-25,2018-01-08 -/games/boxart/full_6141530JapanFrontccc.jpg,Gegege no Kitarou: Youkai Daiundoukai,Wii,Action,Bandai,Bandai,,0.01,,0.01,,,2007-11-22, -/games/boxart/full_7424355AmericaFrontccc.jpg,Ultimate Spider-Man,PC,Action,Activision,Beenox,,0.01,0.01,,,0,2005-09-22, -/games/boxart/full_2072479JapanFrontccc.jpg,Vamwolf Cross,PSV,Action,D3Publisher,Unknown,,0.01,,0.01,,,2015-07-23, -/games/boxart/full_6264024JapanFrontccc.jpg,Tokyo Onmyouji: Tengen Jibashi - Rei no Baai - V Edition,PSV,Action,Dramatic Create,Unknown,,0.01,,0.01,,,2015-09-17, -/games/boxart/full_8960225JapanFrontccc.jpg,Darius Burst: Chronicle Saviours,PS4,Action,Kadokawa Games,Pyramid,,0.01,,0.01,,,2017-03-30,2018-09-21 -/games/boxart/full_8522374AmericaFrontccc.jpg,Devil May Cry 3: Dante's Awakening Special Edition,PC,Action,Ubisoft,Capcom,7.1,0.01,,,0.01,0,2006-10-16, -/games/boxart/full_4241430AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles (3DS),3DS,Action,Activision,Magic Pockets,,0.01,0.01,,,0,2013-10-22,2018-08-03 -/games/boxart/full_3736227AmericaFrontccc.jpg,The Godfather (JP sales),X360,Action,Electronic Arts,Headgate,,0.01,,0.01,,,2006-09-19, -/games/boxart/full_1360371AmericaFrontccc.jpg,Magus,PS3,Action,Aksys Games,Black Tower Studios,,0.01,0.01,,,0,2014-02-28,2019-04-27 -/games/boxart/full_5295940AmericaFrontccc.jpeg,Saints Row: Gat out of Hell,PS3,Action,Deep Silver,Volition Inc.,,0.01,,,0.01,0,2015-01-20, -/games/boxart/full_5120537JapanFrontccc.jpg,Fushigi no Chronicle: Furikaerimasen Katsu Madewa,PSV,Action,Spike Chunsoft,Spike Chunsoft,,0.01,,0.01,,,2015-07-30,2018-09-21 -/games/boxart/full_5114479JapanFrontccc.jpg,Nanairo Reincarnation,PSV,Action,Silky`s,Unknown,,0.01,,0.01,,,2015-09-17, -/games/boxart/full_3859412JapanFrontccc.jpg,Touch Detective Funghi Rhythm,3DS,Action,Success,Success,,0.01,,0.01,,,2014-11-13,2018-08-03 -/games/boxart/full_2345160AmericaFrontccc.jpg,Winx Club: Saving Alfea,DS,Action,Little Orbit,Little Orbit,,0.01,0.01,,0,0,2014-11-11,2019-05-08 -/games/boxart/full_3428212PALFrontccc.jpeg,Hallowed Legends: Templar,PC,Action,Big Fish Games,Elephant Games,,0.01,,,0.01,0,2015-05-08,2018-09-22 -/games/boxart/full_1018101JapanFrontccc.jpg,Jyuzaengi: Engetsu Sangokuden 1 + 2,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-08-27, -/games/boxart/full_5285494JapanFrontccc.jpg,Live-On DS,DS,Action,Acquire,Acquire,,0.01,,0.01,,,2009-08-20, -/games/boxart/full_sugar-sugar-rune-queen-shiken-wa-dai-panic_5JapanFront.jpg,Sugar Sugar Rune: Queen Shiken wa Dai Panic,DS,Action,Bandai,Bandai Namco Games,,0.01,,0.01,,,2006-05-25, -/games/boxart/full_7865858PALFrontccc.jpg,PAIN,PS3,Action,Sony Computer Entertainment,Idol Minds Digital,,0.01,,,0.01,0,2009-06-24, -/games/boxart/full_1544697JapanFrontccc.jpg,San-X: Chara Sagashi Land,DS,Action,MTO,MTO,,0.01,,0.01,,,2007-04-19, -/games/boxart/full_4655155JapanFrontccc.jpg,Tenchu San Portable,PSP,Action,From Software,From Software,,0.01,,0.01,,,2009-08-27, -/games/boxart/full_2188606AmericaFrontccc.jpg,The Wild West,DS,Action,Majesco,Happy Happening,,0.01,0.01,,,0,2007-08-28, -/games/boxart/full_4399253JapanFrontccc.jpg,KLAP!! Kind Love And Punish,PSV,Action,Idea Factory,Unknown,,0.01,,0.01,,,2015-07-30, -/games/boxart/22702ccc.jpg,Hugo: The Evil Mirror,GBA,Action,Namco,ITE Media,5.9,0.01,0.01,,0,0,2005-04-24, -/games/boxart/full_3719107PALFrontccc.png,Painkiller: Hell & Damnation,PC,Action,Nordic Games,The Farm 51,,0.01,,,0.01,0,2012-10-31,2019-04-23 -/games/boxart/full_2223009JapanFrontccc.jpg,Genji Koi Emaki,PSV,Action,Quinrose,Unknown,,0.01,,0.01,,,2015-09-17, -/games/boxart/full_4183487JapanFrontccc.jpg,Teikoku Kaigun Renbojou: Meiji Yokosuka Koushinkyoku,PSV,Action,D3Publisher,Unknown,,0.01,,0.01,,,2015-09-25, -/games/boxart/4151975ccc.jpg,Brave: Shaman's Challenge,DS,Action,Unknown,Collision Studios,,0.01,0.01,,,0,, -/games/boxart/default.jpg,Woodcutter Simulator 2016,PS4,Action,Namco Bandai Games,Unknown,,0.01,,,0.01,0,2015-02-26, -/games/boxart/full_disney-universe_767AmericaFront.jpg,Disney Universe,PC,Action,Disney Interactive Studios,Disney Interactive Studios,,0.01,0.01,,,0,2011-10-25, -/games/boxart/full_5712640AmericaFrontccc.jpg,Bound By Flame,X360,Action,Focus Home Interactive,Spiders,,0.01,,,0.01,0,2014-05-07,2018-10-31 -/games/boxart/full_8507186PALFrontccc.jpg,Big Hero 6: Battle in the Bay,DS,Action,GameMill,GameMill,,0.01,,,0.01,0,2014-10-28,2018-06-30 -/games/boxart/full_7772482JapanFrontccc.jpg,Juusei to Diamond,PSP,Action,Sony Computer Entertainment,SCEI,,0.01,,0.01,,,2009-06-18, -/games/boxart/full_3439586JapanFrontccc.jpg,Shinjuku no Ookami,PS2,Action,Spike,YSK,,0.01,,0.01,,,2009-02-19, -/games/boxart/full_2737354JapanFrontccc.jpg,Rear Pheles: Red of Another,PSV,Action,Unknown,Unknown,,0.01,,0.01,,,2015-08-27, -/games/boxart/full_6763386PALFrontccc.jpg,Witch Hunters: Stolen Beauty,PC,Action,Big Fish Games,Big Fish Games,,0.01,,,0.01,0,2015-05-08,2018-09-22 -/games/boxart/full_8059379JapanFrontccc.jpg,Marvel Disk Wars: Avengers - Ultimate Heroes,3DS,Action,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2014-11-13,2018-08-03 -/games/boxart/full_9871584PALFrontccc.jpg,Barbie and Her Sisters Puppy Rescue,PS3,Action,Little Orbit,Little Orbit,,0.01,,,0.01,0,2015-11-03, -/games/boxart/full_5229570PALFrontccc.jpg,Bob the Builder: Festival of Fun,DS,Action,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0.01,,,0.01,0,2008-11-14, -/games/boxart/full_3243657PALFrontccc.jpg,The Escapists: The Walking Dead,PS4,Action,Team17 Software,Team17 Software,,0.01,,,0,0,2016-02-19,2018-09-21 -/games/boxart/full_5743165AmericaFrontccc.jpg,Garfield and His Nine Lives,GBA,Action,Game Factory,Lucky Jump,,0.01,0,,0,0,2006-05-10, -/games/boxart/full_9095403JapanFrontccc.jpg,Flowers: Natsu-hen,PSV,Action,Prototype,Unknown,,0.01,,0.01,,,2015-10-22, -/games/boxart/full_6405096JapanFrontccc.jpg,Infinite Stratos 2: Love and Purge,PS3,Action,5pb,Unknown,,0.01,,0.01,,,2015-09-03, -/games/boxart/full_936702AmericaFrontccc.jpg,The Mighty Quest for Epic Loot,PC,Action,Ubisoft,Ubisoft,,0.01,0,,,0,2015-02-05,2019-05-01 -/games/boxart/full_7075757AmericaFrontccc.jpg,Battle B-Daman,GBA,Action,Atlus,Atlus Co.,6,0.01,0,,0,0,2006-07-26, -/games/boxart/full_9559223JapanFrontccc.jpg,Yattaman DS 2: BikkuriDokkiri Animal Daibouken,DS,Action,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2008-10-16, -/games/boxart/full_1500150AmericaFrontccc.jpg,Snood 2: On Vacation,GBA,Puzzle,DSI Games,Rebellion Developments,,0.01,0.01,,0,0,2005-10-28, -/games/boxart/full_balloon-pop-2_575AmericaFront.jpg,Balloon Pop 2,3DS,Puzzle,UFO Interactive,UFO Interactive,,0.01,0.01,,,0,2012-02-07, -/games/boxart/full_the-treasures-of-mystery-island-3-pack-save-mystery-island_348AmericaFront.jpg,The Treasures of Mystery Island 3 Pack - Save Mystery Island!,PC,Puzzle,Unknown,Viva Media,,0.01,0.01,,,0,2011-09-13, -/games/boxart/full_9387239AmericaFrontccc.jpg,Crossroad Crisis,PS,Puzzle,Agetec,A1 Games,,0.01,0.01,,0,0,2001-08-15, -/games/boxart/full_3384529PALFrontccc.png,Hasbro Game Night for Nintendo Switch,NS,Party,Ubisoft,Ubisoft,,0.01,,,0.01,0,2018-10-30,2019-03-30 -/games/boxart/full_4536349AmericaFrontccc.jpg,Just Deal With It,PS4,Party,Wired Productions,Wired Productions,,0.01,0.01,,,0,2018-12-04,2018-10-12 -/games/boxart/full_2158869AmericaFrontccc.jpg,Darksiders III,PC,Action,THQ Nordic,Gunfire Games,,0.01,,,0.01,0,2018-11-27,2018-12-19 -/games/boxart/full_1753397AmericaFrontccc.jpg,Fabled Legends: The Dark Piper,PC,Action,Big Fish Games,Big Fish Games,,0.01,,,0.01,0,2014-11-24,2018-09-22 -/games/boxart/full_boulder-dash-xl_795AmericaFront.jpg,Boulder Dash-XL,PC,Action,Kalypso,Catnip Games,,0.01,,,0.01,0,2011-08-05, -/games/boxart/full_9473345JapanFrontccc.jpg,Hokuto no Ken: Raoh Gaiden - Ten no Haoh,PSP,Action,Interchannel,Interchannel,,0.01,,0.01,,,2009-01-22, -/games/boxart/full_4230414JapanFrontccc.jpg,Inugamike no Ichizoku,DS,Action,From Software,From Software,,0.01,,0.01,,,2009-01-22, -/games/boxart/full_4201956AmericaFrontccc.jpg,Whac-A-Mole,GBA,Puzzle,Activision,DC Studios,,0.01,0.01,,0,0,2005-09-20, -/games/boxart/9467863ccc.jpg,Monster Bomber,DS,Puzzle,Majesco,Taito Corporation,,0.01,0.01,,0,0,2006-11-28, -/games/boxart/9744770ccc.jpg,Super Bubble Pop,XB,Puzzle,Jaleco,Runecraft,,0.01,0.01,,0,0,2002-12-25, -/games/boxart/full_4531668AmericaFrontccc.jpg,th!nk Logic Trainer,Wii,Puzzle,Conspiracy Entertainment,Conspiracy Entertainment,,0.01,0.01,,,0,2009-12-01, -/games/boxart/full_6725664AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,DS,Puzzle,Mumbo Jumbo,Mac Play,,0.01,,,0.01,0,2007-12-18, -/games/boxart/8061095ccc.jpg,Egg Mania: Eggstreme Madness,GC,Puzzle,Kemco,HotGen Studios,,0.01,0.01,,0,0,2002-09-11, -/games/boxart/full_8031613JapanFrontccc.jpg,Bomberman,Wii,Puzzle,Hudson Entertainment,Hudson Soft,,0.01,,0.01,,,2008-09-25, -/games/boxart/full_1040711AmericaFrontccc.jpg,Legends of Oz: Dorothy's Return,3DS,Puzzle,GameMill,"Black Lantern Studios, Inc.",,0.01,,,0.01,0,2014-04-29,2019-05-07 -/games/boxart/1350385ccc.jpg,Egg Mania: Eggstreme Madness,XB,Puzzle,Kemco,HotGen Studios,,0.01,0.01,,0,0,2002-09-11, -/games/boxart/full_jewel-quest-ii_974AmericaFront.jpg,Jewel Quest II,PC,Puzzle,iWin,iWin,,0.01,,,0.01,0,2007-04-01, -/games/boxart/full_3079350AmericaFrontccc.jpg,Smiley World: Island Challenge,DS,Puzzle,Zoo Digital Publishing,Zoo Games silver,,0.01,0.01,,,0,2009-04-28, -/games/boxart/full_dark-parables-the-exiled-prince_347AmericaFront.jpg,Dark Parables: The Exiled Prince,PC,Puzzle,Unknown,Blue Tea Games,,0.01,,,0.01,0,2011-02-25, -/games/boxart/full_3182905AmericaFrontccc.jpg,Groovin' Blocks,Wii,Puzzle,Zoo Games,Empty Clip Studios,,0.01,0.01,,,0,2009-08-11, -/games/boxart/1192076ccc.jpg,Double Sequence: The Q-Virus Invasion,DS,Puzzle,"Destination Software, Inc",Next Wave Team,,0.01,0.01,,,0,2008-04-01, -/games/boxart/full_7379479AmericaFrontccc.jpg,Tringo,GBA,Puzzle,Crave Entertainment,Crave,,0.01,0.01,,0,0,2006-05-16, -/games/boxart/full_8945988AmericaFrontccc.jpg,The Humans: Meet the Ancestors!,DS,Puzzle,Deep Silver,Blue Monkey Studios,,0.01,0.01,,0,0,2009-07-28, -/games/boxart/full_238119AmericaFrontccc.jpg,Neopets Puzzle Adventure,PC,Puzzle,Capcom,Infinite Interactive,,0.01,,,0,0,2008-12-01, -/games/boxart/full_577057AmericaFrontccc.jpg,th!nk Logic Trainer: Kids,DS,Puzzle,Conspiracy Entertainment,DTP Young Entertainment,,0.01,0.01,,,0,2009-12-01, -/games/boxart/full_3849742AmericaFrontccc.jpg,Animal Snap: Rescue Them 2 By 2,GBA,Puzzle,Ignition Entertainment,"Awesome Developments, Ltd.",,0.01,0,,0,0,2002-11-01, -/games/boxart/3080425ccc.gif,Chameleon: To Dye For!,DS,Puzzle,UFO Interactive,Starfish,,0.01,0.01,,,0,2007-08-06, -/games/boxart/728619ccc.jpg,Bomberman (jp sales),PSP,Puzzle,Konami,Hudson Soft,,0.01,,0.01,,,2006-09-12, -/games/boxart/390549ccc.jpg,Puyo Pop Fever,GC,Puzzle,Sega,Sonic Team,7.9,0.01,0.01,,0,0,2004-07-20, -/games/boxart/8857885ccc.jpg,Best Of Tests,DS,Puzzle,Conspiracy Entertainment,Unknown,,0.01,0.01,,0,0,2008-03-04, -/games/boxart/full_5090581JapanFrontccc.jpg,Umihara Kawase Jun: Second Edition Kanzenban,DS,Puzzle,Genterprise,Genterprise,,0.01,,0.01,,,2009-10-29, -/games/boxart/full_1226928AmericaFrontccc.jpg,Monster Frenzy,DS,Puzzle,Zoo Games,Bluestone Interactive,,0.01,0.01,,,0,2010-05-25, -/games/boxart/full_3267021PALFrontccc.jpg,Puzzler Collection,PSP,Puzzle,Ubisoft,Route 1 Games,,0.01,,,0.01,0,2008-08-01, -/games/boxart/full_photo-phantasy_563AmericaFront.jpg,Photo Phantasy,DS,Puzzle,Zoo Games,Zoo Games,,0.01,0.01,,,0,2011-02-01, -/games/boxart/full_8102140AmericaFrontccc.jpg,Tetris Ultimate,3DS,Puzzle,Ubisoft,Ubisoft Montreal,,0.01,,,0.01,0,2014-11-11,2018-07-29 -/games/boxart/full_4703294PALFrontccc.jpg,4 Play Collection: Treasure Hunters,PC,Puzzle,Avanquest Software,GSP,,0.01,,,0.01,0,2014-08-08,2018-09-22 -/games/boxart/full_mean-girls_5AmericaFront.jpg,Mean Girls,DS,Puzzle,505 Games,505 Games,,0.01,0.01,,,0,2010-08-31, -/games/boxart/full_nintama-rantarou-gakunen-taikousen-puzzle-no-dan_9JapanFront.jpg,Nintama Rantarou: Gakunen Taikousen Puzzle! no Dan,DS,Puzzle,Russel,Russel,,0.01,,0.01,,,2010-09-02, -/games/boxart/6875898ccc.jpg,7 Wonders of the Ancient World,PC,Puzzle,Mumbo Jumbo,Hot Lava Games,,0.01,,,0.01,0,2007-02-02, -/games/boxart/full_8804678AmericaFrontccc.jpg,Bermuda Triangle: Saving the Coral,DS,Puzzle,Storm City Games,NorthPole Studio,,0.01,0.01,,,0,2010-02-02, -/games/boxart/9730244ccc.jpg,Rain Drops,DS,Puzzle,UFO Interactive,"CyberPlanet Interactive Public Co., Ltd.",,0.01,0.01,,,0,2008-09-09, -/games/boxart/full_2340852AmericaFrontccc.jpg,Capcom Puzzle World,PSP,Puzzle,Capcom,Capcom,7.4,0.01,0.01,,0,0,2007-02-06, -/games/boxart/full_challenge-me-word-puzzles_95AmericaFront.jpg,Challenge Me: Word Puzzles,Wii,Puzzle,O-Games,O Games,,0.01,0,,0,0,2011-05-03, -/games/boxart/full_secret-mysteries-in-london_698PALFront.jpg,Secret Mysteries in London,3DS,Puzzle,Unknown,Licensed 4U,,0.01,,,0.01,0,2011-11-25, -/games/boxart/full_chainz-galaxy_652AmericaFront.jpg,Chainz Galaxy,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,0.01,,,0.01,0,2011-01-12, -/games/boxart/full_7001364JapanFrontccc.jpg,Yosumin. DS,DS,Puzzle,Square Enix,Square Enix,,0.01,,0.01,,,2007-11-08, -/games/boxart/full_bermuda-triangle-saving-the-coral_450AmericaFront.jpg,Bermuda Triangle: Saving the Coral,Wii,Puzzle,Storm City Games,Storm City Games,,0.01,0.01,,,0,2009-11-17, -/games/boxart/1122775ccc.jpg,Mega Brain Boost,DS,Puzzle,Majesco,Interchannel-Holon,,0.01,0.01,,,0,2008-01-22, -/games/boxart/full_3395068JapanFrontccc.jpg,I.Q. Mania,PSP,Puzzle,Sony Computer Entertainment,SCEI,,0.01,,0.01,,,2006-03-09, -/games/boxart/full_jewel-quest-v-the-sleepless-star_108AmericaFront.jpg,Jewel Quest V: The Sleepless Star,PC,Puzzle,iWin,iiWin,,0.01,,,0.01,0,2010-12-06, -/games/boxart/full_5553077PALFrontccc.jpg,Angels and Despair: 5 Game Pack,PC,Puzzle,Focus Multimedia,Focus,,0.01,,,0.01,0,2014-09-26,2018-09-22 -/games/boxart/full_8118549AmericaFrontccc.jpg,Smiley World: Island Challenge,Wii,Puzzle,Zoo Digital Publishing,Zoo Games silver,,0.01,0.01,,0,0,2009-06-09, -/games/boxart/full_5191633JapanFrontccc.jpg,Onore no Shinzuru Michi wo Yuke,PSP,Puzzle,From Software,Silicon Studio,,0.01,,0.01,,,2009-06-11, -/games/boxart/full_2164301AmericaFrontccc.jpg,Zuma's Revenge!,PC,Puzzle,PopCap Games,PopCap Games,8.3,0.01,0.01,,,0,2009-09-16, -/games/boxart/full_lemmings-revolution_3AmericaFront.jpg,Lemmings Revolution,PC,Puzzle,Take-Two Interactive,Psygnosis,,0.01,,,0.01,0,2000-04-30, -/games/boxart/full_7802588AmericaFrontccc.jpg,Bookworm Deluxe,PC,Puzzle,PopCap Games,PopCap,,0.01,0.01,,,0,2006-08-30,2019-04-23 -/games/boxart/full_1527676JapanFrontccc.jpg,XI Coliseum,PSP,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,0.01,,0.01,,,2006-03-09, -/games/boxart/full_9332283JapanFrontccc.jpg,12-Sai. Torokeru Puzzle Futari no Harmony,3DS,Puzzle,Happinet,Happinet,,0.01,,0.01,,,2017-10-26,2018-08-03 -/games/boxart/full_know-how-2_2PALFront.jpg,Know How 2,DS,Puzzle,7G//AMES,Bitfield GmbH,,0.01,,,0.01,0,2010-10-28, -/games/boxart/2651337ccc.jpg,Bust-A-Move 3000,GC,Puzzle,Ubisoft,Taito Corporation,,0.01,0.01,,0,0,2003-02-12, -/games/boxart/3882173ccc.jpg,Steel Horizon,PSP,Strategy,Konami,Climax Group,,0.01,0.01,,,0,2007-07-02, -/games/boxart/full_5223161AmericaFrontccc.jpg,Medieval: Total War Gold Edition,PC,Strategy,Sega,The Creative Assembly,,0.01,,,0.01,0,2006-02-14, -/games/boxart/full_24030AmericaFrontccc.gif,BC Kings,PC,Strategy,Strategy First,Mascot Entertainment,,0.01,,,0,0,2008-09-15, -/games/boxart/full_lionheart-kings-crusade_250AmericaFront.jpg,Lionheart: Kings' Crusade,PC,Strategy,Paradox Interactive,Neocore Games,6.3,0.01,,,0.01,0,2010-10-08, -/games/boxart/full_7805511JapanFrontccc.jpg,Kidou Senshi Gundam Vol.3 -A Baoa Qu-,WS,Strategy,Bandai,Bandai,,0.01,,0.01,,0,2002-05-25, -/games/boxart/full_3464948PALFrontccc.jpg,Total War Collection,PC,Strategy,Sega,The Creative Assembly,,0.01,,,0.01,0,2012-04-27,2018-09-22 -/games/boxart/full_disciples-iii-resurrection_316AmericaFront.jpg,Disciples III: Resurrection,PC,Strategy,Kalypso,Akella,,0.01,0.01,,0,0,2011-10-07, -/games/boxart/6008962ccc.jpg,Warhammer: Mark of Chaos - Battle March,PC,Strategy,Namco Bandai,Black Hole Entertainment,,0.01,,,0.01,0,2008-09-02, -/games/boxart/7673451ccc.jpg,Universe at War: Earth Assault,PC,Strategy,Sega,Petroglyph Games,,0.01,0,,0,0,2007-12-10, -/games/boxart/full_sengoku-hime-2-honoo-hyakubana-senran-tatsukaze-no-gotoku_485JapanFront.jpg,"Sengoku Hime 2 Honoo: Hyakubana, Senran Tatsukaze no Gotoku",PS2,Strategy,System Soft,System Soft,,0.01,,0.01,,,2010-12-02, -/games/boxart/full_europa-universalis-iii_870AmericaFront.jpg,Europa Universalis III,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.01,,,0.01,0,2007-01-23, -/games/boxart/full_age-of-mythology-gold-edition_209AmericaFront.jpg,Age of Mythology: Gold Edition,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0.01,,,0.01,0,2004-09-10, -/games/boxart/full_3359633JapanFrontccc.jpg,R-Type Tactics II: Operation Bitter Chocolate,PSP,Strategy,Irem Software Engineering,Irem Software Engineering,,0.01,,0.01,,,2009-12-10, -/games/boxart/full_593455AmericaFrontccc.jpg,Valhalla Hills: Definitive Edition,PS4,Strategy,Kalypso Media,Daedalic Entertainment,,0.01,0.01,,,0,2017-04-25,2018-09-15 -/games/boxart/7217535ccc.jpg,Black & White 2: Battle of the Gods,PC,Strategy,Electronic Arts,Lionhead Studios,,0.01,0.01,,,0,2006-04-25, -/games/boxart/full_shogun-total-war_942AmericaFront.jpg,Shogun: Total War,PC,Strategy,Electronic Arts,The Creative Assembly,8.8,0.01,0,,0.01,0,2000-06-13, -/games/boxart/full_king-arthur-collection_166AmericaFront.jpg,King Arthur Collection,PC,Strategy,Paradox Interactive,NeoCoreGames,,0.01,,,0.01,0,2011-05-24, -/games/boxart/full_sword-of-the-stars-complete-collection_51AmericaFront.jpg,Sword of the Stars: Complete Collection,PC,Strategy,Paradox Interactive,Kerberos Productions,,0.01,,,0.01,0,2010-05-28, -/games/boxart/full_4972327JapanFrontccc.jpg,"Koori no Bohyou: Ichiryuuwa, 3-dome no Junan",PSP,Strategy,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_victorian-mysteries-woman-in-white_220PALFront.jpg,Victorian Mysteries: Woman in White,PC,Strategy,eGames,Freeze Tag,,0.01,,,0.01,0,2010-12-17, -/games/boxart/7190581ccc.gif,Command & Conquer: Generals,PC,Strategy,Electronic Arts,EA Pacific,8.6,0.01,0.01,,0,0,2003-02-10, -/games/boxart/full_akatsuki-no-amaneka-to-aoi-kyojin_800JapanFront.jpg,Akatsuki no Amaneka to Aoi Kyojin,X360,Strategy,CyberFront,Kogado Software Products,,0.01,,0.01,,,2010-03-11, -/games/boxart/full_rome-total-war-anthology_3PALFront.jpg,Rome: Total War Anthology,PC,Strategy,Sega,The Creative Assembly,,0.01,,,0.01,0,2008-06-20, -/games/boxart/full_pride-of-nations_134AmericaFront.jpg,Pride of Nations,PC,Strategy,Paradox Interactive,AGEOD,,0.01,,,0.01,0,2011-06-07, -/games/boxart/1002017ccc.jpg,MetropolisMania 2,PS2,Strategy,Natsume,Indi Software,4.3,0.01,0,,0,0,2007-08-28, -/games/boxart/full_1892415AmericaFrontccc.jpg,D-Day,PC,Strategy,O3 Entertainment,Digital Reality,,0.01,,,0.01,0,2004-12-07, -/games/boxart/full_8064702AmericaFrontccc.jpg,Jagged Alliance: Rage!,XOne,Strategy,THQ Nordic,Cliffhanger Productions,,0.01,0.01,,,0,2018-12-07,2018-09-11 -/games/boxart/full_1841140AmericaFrontccc.jpg,Zoo Tycoon 2: Extinct Animals,PC,Strategy,Microsoft Game Studios,Blue Fang Games,7.6,0.01,0.01,,0,0,2007-10-16, -/games/boxart/full_7038269AmericaFrontccc.jpg,UFO: Extraterrestrials,PC,Strategy,Tri Synergy,Chaos Concept,,0.01,,,0.01,0,2007-05-30, -/games/boxart/full_defenders-of-ardania_894AmericaFront.jpg,Defenders of Ardania,PC,Strategy,Paradox Interactive,Most Wanted Entertainment,,0.01,,,0.01,0,, -/games/boxart/7455689ccc.gif,Steel Horizon,DS,Strategy,Konami,Climax Group,,0.01,0.01,,,0,2007-03-20, -/games/boxart/full_dawn-of-fantasy_23AmericaFront.jpg,Dawn of Fantasy,PC,Strategy,505 Games,Reverie World Studios Inc.,,0.01,0.01,,,0,2011-06-03, -/games/boxart/full_4984160AmericaFrontccc.jpg,Lock's Quest,PS4,Strategy,THQ Nordic,5TH Cell,,0.01,0.01,,,0,2017-05-30,2018-09-11 -/games/boxart/full_4699169AmericaFrontccc.png,Heroes of the Storm,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,0.01,0.01,,0,0,2014-01-01,2019-04-23 -/games/boxart/full_sid-meiers-civilization-v-game-of-the-year-edition_611AmericaFront.jpg,Sid Meier's Civilization V: Game of the Year Edition,PC,Strategy,2K Games,Firaxis Games,,0.01,,,0.01,0,2011-09-26, -/games/boxart/full_7658196AmericaFrontccc.png,End of Nations,PC,Strategy,Trion Worlds,Petroglyph Games,,0.01,0.01,,,0,2012-06-12, -/games/boxart/full_9400817AmericaFrontccc.jpg,Battle Worlds: Kronos,XOne,Strategy,Nordic Games,KING Art Games,,0.01,0.01,,,0,2016-05-10,2018-08-01 -/games/boxart/full_storm-frontline-nation_520AmericaFront.jpg,STORM: Frontline Nation,PC,Strategy,Viva Media,Colossai Studio,7,0.01,,,0.01,0,2011-06-28, -/games/boxart/full_9608261AmericaFrontccc.jpg,Offshore Tycoon,Wii,Strategy,Valcon Games,Cyber Planet,,0.01,0.01,,,0,2009-03-31, -/games/boxart/full_8091655AmericaFrontccc.jpg,Jagged Alliance: Rage!,PS4,Strategy,THQ Nordic,Cliffhanger Productions,,0.01,0.01,,,0,2018-12-07,2018-09-11 -/games/boxart/full_8734924AmericaFrontccc.jpg,Spore Galactic Adventures,PC,Strategy,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2009-06-23, -/games/boxart/full_227079JapanFrontccc.jpg,Daisenryaku: Dai Toua Kouboushi - Tora Tora Tora Ware Kishuu Ni Seikou Seri,PS2,Strategy,System Soft,System Soft,,0.01,,0.01,,,2008-09-25, -/games/boxart/full_7830297AmericaFrontccc.jpg,Emperor: Rise of the Middle Kingdom,PC,Strategy,Sierra Entertainment,BreakAway Games,,0.01,,,0.01,0,2002-09-09, -/games/boxart/full_8936101JapanFrontccc.jpg,Battle Garegga Rev.2016,PS4,Strategy,M2,Arc System Works,,0.01,,0.01,,,2016-12-15,2018-09-20 -/games/boxart/full_tropico-3-gold-edition_797AmericaFront.jpg,Tropico 3: Gold Edition,PC,Strategy,Kalypso,Haemimont Games,,0.01,,,0.01,0,2010-10-01, -/games/boxart/full_the-eye-of-judgment-legends_214PALFront.jpg,The Eye of Judgment: Legends,PSP,Strategy,Sony Computer Entertainment,SCE Japan Studio,,0.01,,0.01,0,0,2010-03-10,2018-09-17 -/games/boxart/full_ishin-no-arashi-shippuu-ryuumeden_5JapanFront.jpg,Ishin no Arashi: Shippuu Ryuumeden,DS,Strategy,Tecmo Koei,Tecmo Koei Games,,0.01,,0.01,,,2010-11-18,2018-07-30 -/games/boxart/full_shutsugeki-otometachi-no-senjou-2-ikusabana-no-kizuna_177JapanFront.jpg,Shutsugeki! Otometachi no Senjou 2: Ikusabana no Kizuna,PSP,Strategy,System Soft,System Soft,,0.01,,0.01,,,2011-06-30, -/games/boxart/full_5109276PALFrontccc.jpg,King's Bounty: Armored Princess,PC,Strategy,1C Company,Katauri Interactive,,0.01,,,0.01,0,2009-11-20, -/games/boxart/full_5858068JapanFrontccc.jpg,Palais de Reine,PS2,Strategy,Interchannel-Holon,Kogado Studio,,0.01,,0.01,,,2007-10-18, -/games/boxart/full_7833238AmericaFrontccc.jpg,Hospital Tycoon,PC,Strategy,Codemasters,Big Red Software,4,0.01,,,0.01,0,2007-06-05, -/games/boxart/full_4370666AmericaFrontccc.jpg,This Is the Police 2,NS,Strategy,THQ Nordic,Weappy Studio,,0.01,0.01,,,0,2018-09-25,2019-03-24 -/games/boxart/full_sengoku-hime-2-arashi-hyakubana-senran-tatsukaze-no-gotoku_642JapanFront.jpg,Sengoku Hime 2 Arashi: Hyakubana Senran Tatsukaze no Gotoku,PSP,Strategy,System Soft,System Soft,,0.01,,0.01,,,2010-12-02, -/games/boxart/full_850199JapanFrontccc.jpg,Musou Tourou,PSP,Strategy,Nippon Ichi Software,FOG (Full On Games),,0.01,,0.01,,,2009-03-19, -/games/boxart/full_8591476JapanFrontccc.jpg,Meru Purana,PS,Strategy,Gust,Gust,,0.01,,0.01,,0,1996-06-21, -/games/boxart/full_akatsuki-no-amaneka-to-aoi-kyojin_220JapanFront.jpg,Akatsuki no Amaneka to Aoi Kyojin,PSP,Strategy,CyberFront,Kogado Software Products,,0.01,,0.01,,,2010-03-11, -/games/boxart/full_4317275PALFrontccc.jpg,Codename: Panzers Complete Collection,PC,Strategy,Nordic Games,Stormregion,,0.01,,,0.01,0,2016-02-29,2018-09-22 -/games/boxart/280622ccc.jpg,Battlestations: Midway,PC,Strategy,Eidos Interactive,Eidos Hungary,7.7,0.01,,,0.01,0,2007-01-30, -/games/boxart/full_4398246PALFrontccc.jpg,Space Hulk,PSV,Strategy,Funbox Media,Electronic Arts,,0.01,,,0.01,0,2015-10-23, -/games/boxart/full_3851898AmericaFrontccc.jpg,Shadow Tactics: Blades of the Shogun,XOne,Strategy,Kalypso Media,Mimimi Productions,,0.01,0.01,,,0,2017-08-01,2018-09-15 -/games/boxart/full_8972405AmericaFrontccc.jpg,Mercenaries Saga Chronicles,NS,Strategy,PM Studios,"Rideon Japan, Inc.",,0.01,0.01,,,0,2018-09-11,2019-03-24 -/games/boxart/full_4821761JapanFrontccc.jpg,Tactics Layer: Ritina Guard Senki,DS,Strategy,D3 Publisher,Ninja Studio,,0.01,,0.01,,,2009-05-28, -/games/boxart/full_simple-2000-series-vol-120-the-saigo-no-nippon-tsuwamono_7JapanFront.jpg,Simple 2000 Series Vol. 120: The Saigo no Nippon Tsuwamono,PS2,Strategy,D3 Publisher,Tamsoft,,0.01,,0.01,,,2007-08-30, -/games/boxart/full_2784353PALFrontccc.jpg,Battle Worlds: Kronos,PC,Strategy,KING Art Games,KING Art Games,,0.01,,,0.01,0,2013-11-04,2018-08-01 -/games/boxart/full_224755AmericaFrontccc.jpg,Builder's Block,PS,Strategy,Jaleco,Taito Corporation,,0.01,0.01,,0,0,2000-07-12, -/games/boxart/full_229051AmericaFrontccc.jpg,BattleForge,PC,Strategy,Electronic Arts,EA Phenomic,,0.01,,,0.01,0,2009-03-24, -/games/boxart/full_200986AmericaFrontccc.jpg,Battle Worlds: Kronos,PS4,Strategy,Nordic Games,KING Art Games,,0.01,0.01,,,0,2016-05-10,2018-08-01 -/games/boxart/full_2403680AmericaFrontccc.jpg,Command & Conquer 4: Tiberian Twilight,PC,Strategy,Electronic Arts,EA Los Angeles,6.6,0.01,,,0.01,0,2010-03-16, -/games/boxart/full_6845661AmericaFrontccc.png,Nobunaga's Ambition: Taishi,NS,Strategy,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2017-11-30,2018-07-30 -/games/boxart/full_4344401JapanFrontccc.jpg,Super Robot Taisen XO,X360,Strategy,Banpresto,Banpresto,,0.01,,0.01,,,2006-11-30, -/games/boxart/full_2707938AmericaFrontccc.jpg,Theatre Of War,PC,Strategy,CDV Software Entertainment,Battlefront,,0.01,,,0.01,0,2008-05-19, -/games/boxart/full_sengoku_318AmericaFront.jpg,Sengoku,PC,Strategy,Paradox Interactive,Paradox Interactive,,0.01,,,0.01,0,2011-09-13, -/games/boxart/full_2700627AmericaFrontccc.jpg,Codename: Panzers Phase Two,PC,Strategy,CDV Software Entertainment,Stormregion,,0.01,,,0.01,0,2005-07-25, -/games/boxart/full_452491JapanFrontccc.jpg,Hakoniwa Company Works,PS4,Strategy,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2017-07-13,2018-09-20 -/games/boxart/full_5938052PALFrontccc.jpg,Blitzkrieg 2 Anthology,PC,Strategy,Ascaron Entertainment,Nival Interactive,,0.01,,,0.01,0,2008-02-22, -/games/boxart/full_5197639PALFrontccc.jpg,Military History: Commander - Europe at War,DS,Strategy,Slitherine Software,Impressionware SRL,,0.01,,,0.01,0,2009-03-20, -/games/boxart/9588415ccc.jpg,Evil Genius,PC,Strategy,VU Games,Elixir Studios,,0.01,,,0.01,0,2004-09-28, -/games/boxart/full_8756738AmericaFrontccc.jpg,Impossible Creatures,PC,Strategy,Microsoft Game Studios,Relic,,0.01,,,0.01,0,2002-12-29,2018-11-14 -/games/boxart/3790825ccc.jpg,Imperium Romanum,PC,Strategy,SouthPeak Interactive,Haemimont Games,,0.01,,,0.01,0,2008-03-11, -/games/boxart/full_7507138JapanFrontccc.jpg,Nobunaga no Yabou DS,DS,Strategy,KOEI,Koei,,0.01,,0.01,,,2006-04-27, -/games/boxart/full_challenge-me-word-puzzles_804AmericaFront.jpg,Challenge Me: Word Puzzles,PC,Puzzle,O-Games,O Games,,0.01,,,0,0,2011-05-03, -/games/boxart/full_7530227PALFrontccc.jpg,Mystic Gateways: The Celestial Quest,PC,Puzzle,Big Fish Games,Black Lime Games,,0.01,,,0,0,2015-03-10,2018-09-22 -/games/boxart/full_take-a-breaks-puzzle-bonanza_225PALFront.jpg,Take A Break's: Puzzle Bonanza,DS,Puzzle,Ubisoft,Ubisoft,,0.01,,,0,0,2010-11-19, -/games/boxart/full_260097JapanFrontccc.jpg,theta,DS,Puzzle,Nintendo,VITEI,,0.01,,0.01,,,2007-09-06, -/games/boxart/full_9575230JapanFrontccc.jpg,Nintama Rantarou: Nintama no Tame no Ninjutsu Training,DS,Puzzle,Russel,Russel,,0.01,,0.01,,,2009-03-26, -/games/boxart/full_4115750AmericaFrontccc.jpg,Matchstick,DS,Puzzle,DreamCatcher Interactive,Ertain,,0.01,0,,0,0,2008-12-22, -/games/boxart/full_4223416AmericaFrontccc.jpg,Gothic Fiction: Dark Saga,PC,Puzzle,Big Fish Games,GSP,,0.01,,,0.01,0,2015-05-08,2018-09-22 -/games/boxart/full_4852451AmericaFrontccc.jpg,Dr. Sudoku,GBA,Puzzle,Mastiff,Success,6.7,0.01,0,,0,0,2006-05-03, -/games/boxart/default.jpg,Chainz Galaxy,DS,Puzzle,Jack of All Games,Jack of All Games,,0.01,,,0,0,, -/games/boxart/full_8341379JapanFrontccc.jpg,bit Generations: Dialhex,GBA,Puzzle,Nintendo,skip Ltd.,7,0.01,,0.01,,0,2006-07-13, -/games/boxart/full_8645785AmericaFrontccc.jpg,Persona 3: Dancing in Moonlight,PSV,Music,Atlus,Atlus,,0.01,,0.01,,,2018-12-04,2018-08-13 -/games/boxart/full_6879215AmericaFrontccc.jpg,Just Dance: Disney Party 2,Wii,Music,Ubisoft,Ubisoft San Francisco,,0.01,,,0.01,0,2015-10-20,2018-04-07 -/games/boxart/full_8076844AmericaFrontccc.jpg,Musynx,NS,Music,PM Studios,PM Studios,7.5,0.01,0.01,,,0,2018-06-19,2018-01-07 -/games/boxart/full_3472919PALFrontccc.jpg,Let's Sing 2019,Wii,Music,Ravenscourt,Ravenscourt,,0.01,,,0.01,0,2018-10-26,2018-12-02 -/games/boxart/full_8005924JapanFrontccc.jpg,Soni Pro,3DS,Music,imageepoch Inc.,imageepoch Inc.,,0.01,,0.01,,,2014-07-31,2019-05-07 -/games/boxart/full_8024252JapanFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,PS4,MMO,Square Enix,Square Enix,,0.01,,0.01,,,2018-07-26,2018-11-06 -/games/boxart/full_896624AmericaFrontccc.jpg,The Elder Scrolls Online: Summerset,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,0.01,,,0.01,0,2018-05-21,2018-09-15 -/games/boxart/full_8843912AmericaFrontccc.jpg,Final Fantasy XIV Online Complete Edition,PC,MMO,Square Enix,Square Enix,,0.01,,,0.01,0,2017-06-20,2018-07-10 -/games/boxart/full_7466498AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories / Vice City Stories,PS3,Misc,Moss,Unknown,,0.01,,0.01,,,2014-08-28, -/games/boxart/full_5710604JapanFrontccc.jpg,Momotarou Densetsu 16 (PS2 the Best sales),PS2,Misc,Hudson Soft,Hudson Soft,,0.01,,0.01,,,2009-02-05, -/games/boxart/full_5022586JapanFrontccc.jpg,Moeru Mahjong: Moejong!,PSP,Misc,Hudson Entertainment,Hudson Soft,,0.01,,0.01,,,2008-10-23, -/games/boxart/full_simple-2000-series-wii-vol-2-the-party-game_4JapanFront.jpg,Simple 2000 Series Wii Vol. 2: The Party Game,Wii,Misc,D3 Publisher,Tamsoft,,0.01,,0.01,,,2008-08-28, -/games/boxart/full_3533788JapanFrontccc.jpg,Honki de Manabu: LEC de Goukaku - DS Takuchi Tatemono Torihiki Shuninsha,DS,Misc,Square Enix,Square Enix,,0.01,,0.01,,,2009-02-26, -/games/boxart/full_calvin-tuckers-redneck-jamboree_5PALFront.jpg,Calvin Tucker's Redneck Jamboree,PC,Misc,Zoo Games,Humagade,,0.01,,,0,0,2009-07-24, -/games/boxart/full_national-geographic-challenge_656PALFront.jpg,National Geographic Challenge!,PC,Misc,Black Bean Games,Gusto Games,,0.01,,,0,0,2011-04-08, -/games/boxart/full_888256AmericaFrontccc.jpg,RPG Maker MV,PS4,Misc,NIS America,Kadokawa Games,,0.01,,0.01,,,2019-03-01,2018-12-23 -/games/boxart/full_9451494PALFrontccc.jpg,Hello Kitty: Puzzle Party,PSP,Misc,Ubisoft,Dorart,,0.01,,,0,0,2010-02-19, -/games/boxart/full_5691377PALFrontccc.gif,Jacqueline Wilson's Tracy Beaker: The Game,PC,Misc,P2 Games,P2 Games,,0.01,,,0,0,2009-10-16, -/games/boxart/default.jpg,Ima Sugu Oniichan ni Imoto da tte Iitai!,PSV,Misc,Piacci,Unknown,,0.01,,0.01,,,2014-04-24, -/games/boxart/full_6961912AmericaFrontccc.jpg,Sonic Mega Collection Plus,PC,Misc,Sega,Sonic Team,,0.01,,,0.01,0,2007-03-09, -/games/boxart/full_7502683AmericaFrontccc.jpg,Sega 3D Classics Collection,3DS,Misc,Sega,M2,,0.01,,,0.01,0,2016-04-26,2018-04-26 -/games/boxart/full_1694809PALFrontccc.jpg,Buzz! Quiz World,PSP,Misc,Sony Computer Entertainment,Relentless Software,5.9,0.01,,,0,0,2009-12-18, -/games/boxart/full_1040340AmericaFrontccc.jpg,Happy Birthdays,NS,Misc,NIS America,Arc System Works,8.5,0.01,0.01,,,0,2018-06-05,2019-04-07 -/games/boxart/full_thinksmart-kids-8_3AmericaFront.jpg,thinkSMART Kids 8+,DS,Misc,Mentor Interactive,Conspiracy Entertainment,,0.01,0.01,,,0,2010-06-22, -/games/boxart/full_7691556JapanFrontccc.jpg,Slotter Up Mania 11: 2027 vs 2027 II,PS2,Misc,Dorart,Dorart,,0.01,,0.01,,,2009-10-15, -/games/boxart/full_2127206JapanFrontccc.jpg,Kouekizaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai: Kanken Training,3DS,Misc,Rocket Company,Rocket Company,,0.01,,0.01,,,2014-09-25, -/games/boxart/full_once-upon-a-time_6AmericaFront.jpg,Once Upon A Time,Wii,Misc,Storm City Games,Storm City Games,,0.01,0.01,,,0,2010-09-28, -/games/boxart/full_tettelkaiseki-hissyou-pachislot-doujyho-yamasa-ampamp-pioneer_1000JapanFront.jpg,Tettelkaiseki Hissyou Pachislot Doujyho Yamasa & Pioneer,PS,Misc,Hiromi,Hiromi,,0.01,,0.01,,0,1998-11-12, -/games/boxart/full_4242283JapanFrontccc.jpg,Closed Nightmare,PS4,Misc,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-07-19,2018-08-25 -/games/boxart/default.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PSP,Misc,SystemSoft,Unknown,,0.01,,0.01,,,2012-03-29, -/games/boxart/full_4236059JapanFrontccc.jpg,Hidamari Sketch: Doko Demo Sugoroku x 365,DS,Misc,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-02-12, -/games/boxart/full_6012140JapanFrontccc.jpg,Kunio-kun: The World Classics Collection,PS4,Misc,Arc System Works,"Million Co., Ltd.",,0.01,,0.01,,,2018-12-20,2018-12-29 -/games/boxart/default.jpg,Bullet Soul Infinite Burst,X360,Misc,5pb,Unknown,,0.01,,0.01,,,2014-05-29, -/games/boxart/default.jpg,Mahjong * Dream C Club,X360,Misc,D3Publisher,Unknown,,0.01,,0.01,,,2012-03-29, -/games/boxart/default.jpg,Muv-Luv Alternative: Total Eclipse,X360,Misc,5pb,Unknown,,0.01,,0.01,,,2013-05-16, -/games/boxart/full_9178111JapanFrontccc.jpg,"Utatte Touch, Utouchi!!",DS,Misc,Konami,Konami,,0.01,,0.01,,,2010-02-25, -/games/boxart/default.jpg,Koibana Days,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2013-06-20, -/games/boxart/full_6183394JapanFrontccc.jpg,The Idolm@ster Twins,X360,Misc,Namco Bandai,Namco Bandai Games,,0.01,,0.01,,,2009-03-12, -/games/boxart/full_8883538JapanFrontccc.jpg,Zombie Shiki - Eigo Ryoku Sosei Jutsu: English of the Dead,DS,Misc,Sega,Sega,,0.01,,0.01,,,2008-05-29, -/games/boxart/default.jpg,Oretachi ni Tsubasa wa Nai,PSV,Misc,5pb,Unknown,,0.01,,0.01,,,2014-04-10, -/games/boxart/full_65106JapanFrontccc.jpg,Kunio-kun: The World Classics Collection,NS,Misc,Arc System Works,"Million Co., Ltd.",,0.01,,0.01,,,2018-12-20,2018-12-29 -/games/boxart/default.jpg,Earthpedia,3DS,Misc,Gakken,Gakken Kyouiku Shuppan,,0.01,,0.01,,,2012-04-11, -/games/boxart/full_6982985AmericaFrontccc.jpg,RPG Maker MV,NS,Misc,NIS America,Kadokawa Games,,0.01,,0.01,,,2019-03-01,2018-12-23 -/games/boxart/full_214816PALFrontccc.jpg,Deal or No Deal: The Banker is Back!,Wii,Misc,Mindscape,Mindscape,,0.01,,,0.01,0,2008-11-28, -/games/boxart/full_212677JapanFrontccc.jpg,Miracle Tunes! Game de Tune Up! Tabun!,3DS,Misc,FuRyu Corporation,FuRyu,,0.01,,0.01,,,2017-11-09,2017-12-30 -/games/boxart/6043570ccc.jpg,Traxxpad: Portable Studio,PSP,Misc,Eidos Interactive,Definitive Studios,,0.01,0.01,,,0,2007-06-26, -/games/boxart/full_5769140JapanFrontccc.jpg,Uchi no 3 Shimai DS 2: 3 Shimai no Dekake Daisakusen,DS,Misc,Culture Brain,Culture Brain,,0.01,,0.01,,,2009-11-12, -/games/boxart/default.jpg,Quantum Conundrum,PS3,Misc,Square Enix,Unknown,,0.01,,,0.01,0,2012-07-10, -/games/boxart/default.jpg,Chronostacia,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2014-04-24, -/games/boxart/default.jpg,Phantom Breaker,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2013-09-19, -/games/boxart/default.jpg,Hanasaku Manimani,PSP,Misc,5pb,Unknown,,0.01,,0.01,,,2013-11-21, -/games/boxart/full_2493778JapanFrontccc.jpg,Chibi * Devi!,3DS,Misc,Alchemist,Infinity,,0.01,,0.01,,,2012-09-27,2019-05-07 -/games/boxart/default.jpg,Jojo's Bizarre Adventure,PS3,Misc,Capcom,Unknown,,0.01,,,0.01,0,2012-08-21, -/games/boxart/full_9608950JapanFrontccc.jpg,Nodame Cantabile: Dream * Orchestra,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2007-12-27, -/games/boxart/full_6545297JapanFrontccc.jpg,Moe Moe 2-ji Daisenryaku 3,PSV,Misc,System Soft Alpha,Unknown,,0.01,,0.01,,,2017-02-16, -/games/boxart/default.jpg,Battle Robot Soul,PSP,Misc,Namco Bandai Games,Unknown,,0.01,,0.01,,,2013-02-14, -/games/boxart/full_7997168AmericaFrontccc.jpg,Killer 3D Pool,GBA,Misc,"Destination Software, Inc",Gravity-I,,0.01,0.01,,0,0,2005-05-02, -/games/boxart/default.jpg,School Wars: Graduation Front,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-06-27, -/games/boxart/full_2989957JapanFrontccc.jpg,Cube Creator X,NS,Misc,Arc System Works,Arc System Works,,0.01,,0.01,,,2018-04-26,2018-03-29 -/games/boxart/default.jpg,Teenage Mutant Ninja Turtles: Out of the Shadows,X360,Misc,Activision,Unknown,,0.01,,,0.01,0,2013-08-28, -/games/boxart/default.jpg,Hakuoki: Reimeiroku Nagorigusa,PS3,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2012-06-28, -/games/boxart/default.jpg,0-ji no Kane to Cinderella: Halloween Wedding,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-05-23, -/games/boxart/full_1814860JapanFrontccc.jpg,Neo Angelique: Tenshi no Namida,PSV,Misc,Idea Factory,Otomate,,0.01,,0.01,,,2017-12-07,2018-01-07 -/games/boxart/full_3019914JapanFrontccc.jpg,Norimono Oukoku DS: You! Unten Shichai na Yo!,DS,Misc,D3 Publisher,Tamsoft,,0.01,,0.01,,,2008-08-28, -/games/boxart/3110081ccc.jpg,Disney's Little Einsteins,GBA,Misc,Buena Vista,InLight Entertainment,,0.01,0.01,,0,0,2006-09-12, -/games/boxart/default.jpg,Phi Brain: Kizuna no Puzzle,PSP,Misc,Arc System Works,Unknown,,0.01,,0.01,,,2012-05-31, -/games/boxart/full_6523302JapanFrontccc.jpg,Kouekizaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai: Kanken Training 2,3DS,Misc,Imagineer,Imagineer,,0.01,,0.01,,,2017-07-20, -/games/boxart/default.jpg,Anpanman to Touch de Waku Waku Training,DS,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2009-09-03, -/games/boxart/full_anpanman-niki-noki-party_46JapanFront.jpg,Anpanman Niko Niko Party,Wii,Misc,Agatsuma Entertainment,Agatsuma Entertainment,,0.01,,0.01,,,2010-11-25, -/games/boxart/full_8488779PALFrontccc.jpg,Little King's Story,PSV,Misc,Konami Digital Entertainment,Unknown,,0.01,,,0.01,0,2012-10-02, -/games/boxart/default.jpg,Generation of Chaos 6,PSP,Misc,NIS America,Unknown,,0.01,,0.01,,,2013-02-19, -/games/boxart/full_4587895JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 250 Banjin no KanKen Premium - Zenkyuu Zen-Kanji Kanzen Seiha,DS,Misc,IE Institute,IE Institute,,0.01,,0.01,,,2009-04-23, -/games/boxart/full_jissen-pachislot-pachinko-hisshouhou-wii-hokuto-no-ken-sammys-collection_1JapanFront.jpg,Jissen Pachi-Slot Pachinko Hisshouhou! Wii Hokuto no Ken Sammy's Collection,Wii,Misc,Sega,Sammy Studios,,0.01,,0.01,,,2007-05-24, -/games/boxart/default.jpg,Eiyuu * Senki,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2013-09-26, -/games/boxart/default.jpg,Sengoku Hime: Senkou no Taika - Akatsuki no Haryuu,PS3,Misc,SystemSoft Alpha,Unknown,,0.01,,0.01,,,2012-07-19, -/games/boxart/6033803ccc.gif,Clue / Mouse Trap / Perfection / Aggravation,DS,Misc,Unknown,Gravity-I,,0.01,0.01,,,0,2006-08-17, -/games/boxart/full_5145854AmericaFrontccc.jpg,Brain Training for Dummies,PC,Misc,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2008-10-21, -/games/boxart/full_5692773JapanFrontccc.jpg,Romance of the Three Kingdoms 13 with Power-Up Kit,PS3,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2017-02-16, -/games/boxart/default.jpg,Vitamin Z: Graduation,PSP,Misc,D3Publisher,Unknown,,0.01,,0.01,,,2013-01-31, -/games/boxart/full_cheggers-party-quiz_5PALFront.jpg,Chegger's Party Quiz,Wii,Misc,Oxygen Interactive,Oxygen Interactive,,0.01,,,0.01,0,2008-03-19, -/games/boxart/default.jpg,Darkstalkers Resurrection,X360,Misc,Capcom,Unknown,,0.01,,0.01,,,2013-03-13, -/games/boxart/full_9479695JapanFrontccc.jpg,Peach Ball: Senran Kagura,NS,Misc,Marvelous Entertainment,HONEY PARADE GAMES,,0.01,,0.01,,,2018-12-13,2018-12-21 -/games/boxart/default.jpg,Grand Theft Auto Online,PS3,Misc,Take-Two Interactive,Unknown,,0.01,,,0.01,0,2013-10-01, -/games/boxart/default.jpg,Arabians Doubt,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2014-01-30, -/games/boxart/default.jpg,Muv-Luv,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2012-10-25, -/games/boxart/full_97238JapanFrontccc.png,Stranger of Sword City,X360,Misc,Experience Inc.,Unknown,,0.01,,0.01,,,2014-06-05, -/games/boxart/default.jpg,Muv-luv Photonflowers,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2014-04-24, -/games/boxart/default.jpg,Heartful Simulator Pachi-Slot: To Heart 2,PS3,Misc,Aqua Plus,Unknown,,0.01,,0.01,,,2012-10-25, -/games/boxart/default.jpg,Grand Theft Auto: San Andreas,PS3,Misc,Rockstar Games,Unknown,,0.01,,,0.01,0,2012-12-11, -/games/boxart/full_1256098JapanFrontccc.jpg,Gyouretsu no Dekiru Houritsu Soudansho,DS,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_patrician-iv-gold-edition_512PALFront.jpg,Patrician IV: Gold Edition,PC,Misc,Kalypso,Gaming Minds Studios,,0.01,,,0.01,0,2011-08-30, -/games/boxart/default.jpg,Princess Evangile Portable,PSP,Misc,CyberFront,Unknown,,0.01,,0.01,,,2012-04-12, -/games/boxart/default.jpg,Mirai Nikki: 13 Hitome no Nikki Shoyuusha Re-Write,PSP,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2012-04-26, -/games/boxart/default.jpg,Kajiri Kamui Kagura: Akebono no Hikari,PSV,Misc,Views,Unknown,,0.01,,0.01,,,2013-04-25, -/games/boxart/default.jpg,Armen Noir Portable,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2012-04-12, -/games/boxart/default.jpg,Harem Tengoku da to Omottara Yandere Jigoku Datta,PS3,Misc,Nippon Ichi Software,Unknown,,0.01,,0.01,,,2014-04-24, -/games/boxart/full_4378421JapanFrontccc.jpg,Anime Slot Revolution: Pachi-Slot Mobile Suit Gundam II - Ai Senshi Hen,Wii,Misc,Yamasa Entertainment,Yamasa Entertainment,,0.01,,0.01,,,2007-12-27, -/games/boxart/full_2714825JapanFrontccc.jpg,Tetsudou Seminar: Oote Shitetsuhen,DS,Simulation,Taito,Taito Corporation,,0.01,,0.01,,,2009-01-22, -/games/boxart/full_13518AmericaFrontccc.jpg,This Is The Police,XOne,Simulation,THQ Nordic,Weappy Studio,,0.01,0,,,0,2017-03-22,2018-09-15 -/games/boxart/full_3666400AmericaFrontccc.jpg,FirePower for Microsoft Combat Flight Simulator 3,PC,Simulation,GMX Media,Shockwave Productions,,0.01,,,0,0,2004-06-11, -/games/boxart/full_2272803AmericaFrontccc.jpg,Dawn of Discovery: Venice,PC,Simulation,Ubisoft,Blue Byte Software / Related Designs,7,0.01,,,0,0,2010-02-26, -/games/boxart/full_538309JapanFrontccc.jpg,Happy Manager: Shiawase Zhuang no Kanrinin San,PS4,Simulation,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2018-01-11,2018-03-14 -/games/boxart/full_1512553PALFrontccc.jpg,Euro Truck Simulator 2: Scandinavia,PC,Simulation,SCS Software,Excalibur Studios,,0.01,,,0,0,2015-05-08,2018-11-16 -/games/boxart/full_887194PALFrontccc.jpg,Fashion Designer: Style Icon,DS,Simulation,505 Games,Creative Pattern,,0.01,,,0,0,2007-11-09, -/games/boxart/full_4730741AmericaFrontccc.jpg,Farming Simulator 17: Big Bud,PC,Simulation,Maximum Games,Giants Software,,0.01,,,0,0,2017-05-09,2018-09-22 -/games/boxart/default.jpg,DJ Max Technika Tune,PSV,Misc,CyberFront,Unknown,,0.01,,0.01,,,2012-09-27, -/games/boxart/full_1035290JapanFrontccc.jpg,Style Book: Cinnamoroll,DS,Misc,Bandai,Bandai,,0.01,,0.01,,,2006-03-23, -/games/boxart/full_1669017JapanFrontccc.jpg,Metal Gear Solid HD Edition,X360,Misc,Konami Digital Entertainment,Unknown,,0.01,,0.01,,,2011-11-23, -/games/boxart/full_5613576JapanFrontccc.jpg,La Corda d'Oro 2ff,PSV,Misc,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2017-12-21,2018-07-30 -/games/boxart/full_3690115AmericaFrontccc.jpg,Dungeons & Dragons Anthology: The Master Collection,PC,Misc,Atari,Various,,0.01,0.01,,,0,2011-11-15,2019-01-02 -/games/boxart/full_6355342AmericaFrontccc.jpg,Dokapon Journey (JP sales),DS,Misc,Atlus,Sting,,0.01,,0.01,,,2009-04-14, -/games/boxart/full_9563433JapanFrontccc.jpg,Megami Meguri,3DS,Misc,Capcom,Unknown,,0.01,,0.01,,,2016-12-08, -/games/boxart/full_6713192JapanFrontccc.jpg,Winning Post 8 2017,PS3,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2017-03-02, -/games/boxart/default.jpg,Muv-Luv Alternative,PS3,Misc,5pb,Unknown,,0.01,,0.01,,,2012-10-25, -/games/boxart/default.jpg,Koi Sentai Love & Peace the P.S.P: Power Zenkai! Special Youso Tenkomori de Portable Ka Daisakusen de Aru!,PSP,Misc,Broccoli,Unknown,,0.01,,0.01,,,2012-08-30, -/games/boxart/full_2439561JapanFrontccc.jpg,Slotter Mania P: Tetsuya Shinjuku vs Ueno,PSP,Misc,Dorart,Dorart,,0.01,,0.01,,,2010-02-18, -/games/boxart/default.jpg,Slotter Mania P: Tetsuya Shinjuku vs Ueno,PSP,Misc,Dorart,Unknown,,0.01,,0.01,,,2010-02-18, -/games/boxart/full_6738828JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: 24 - Twenty-Four,PS2,Misc,Paon,Paon Corporation,,0.01,,0.01,,,2008-10-09, -/games/boxart/default.jpg,Unending Bloody Call,PSP,Misc,Asgard,Unknown,,0.01,,0.01,,,2012-06-28, -/games/boxart/default.jpg,Satomi Hakkenden: Hachi Tamanoki,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2014-02-27, -/games/boxart/default.jpg,Romeo Vs. Juliet,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-08-22, -/games/boxart/default.jpg,Shin Koihime Musou: Otome Taisen * Sangokushi Engi,PS3,Misc,Views,Unknown,,0.01,,0.01,,,2014-02-20, -/games/boxart/full_8566159JapanFrontccc.jpg,Juggler DS,DS,Misc,Commseed,Commseed,,0.01,,0.01,,,2008-11-13, -/games/boxart/full_8007875PALFrontccc.jpg,Who Wants to be a Millionaire: 2nd Edition,DS,Misc,Ubisoft,Route 1 Games,,0.01,,,0.01,0,2008-11-28, -/games/boxart/full_2766482AmericaFrontccc.jpg,Rabbids Invasion: The Interactive TV Show,XOne,Misc,Ubisoft,Ubisoft Paris,,0.01,,,0.01,0,2014-11-18,2019-01-03 -/games/boxart/default.jpg,Tsukigime Ranko's Longest Day,PS3,Misc,Namco Bandai Games,Unknown,,0.01,,,0.01,0,2014-01-16, -/games/boxart/full_5220815AmericaFrontccc.jpg,Smart Boy's Winter Wonderland,DS,Misc,UFO Interactive,Starfish Inc.,,0.01,0.01,,,0,2008-10-28, -/games/boxart/full_6896849JapanFrontccc.jpg,Aiyoku no Eustia,PSV,Misc,Dramatic Create,August,,0.01,,0.01,,,2014-06-26, -/games/boxart/full_9609413PALFrontccc.png,Dragon Ball Z for Kinect,X360,Misc,Namco Bandai Games,Unknown,,0.01,0.01,,0,0,2012-10-09, -/games/boxart/default.jpg,Sakigake!! Otokojuku - Nihon yo Kore ga Otoko Dearu!,PS3,Misc,Namco Bandai Games,Unknown,,0.01,,0.01,,,2014-02-27, -/games/boxart/full_2182018AmericaFrontccc.jpg,Poker for Dummies,PC,Misc,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2008-10-27, -/games/boxart/default.jpg,Akatsuki no Goei Trinity,PSP,Misc,5pb,Unknown,,0.01,,0.01,,,2012-09-20, -/games/boxart/full_3299456AmericaFrontccc.jpg,Deal or No Deal,PC,Misc,Global Star Software,Global Star Software,,0.01,,,0.01,0,2006-11-06, -/games/boxart/full_the-ultimate-battle-of-the-sexes_410AmericaFront.jpg,The Ultimate Battle of the Sexes,Wii,Misc,SVG Distribution,Mastertronic,,0.01,0.01,,0,0,2011-12-27, -/games/boxart/default.jpg,Golden Time: Vivid Memories,PSV,Misc,ASCII Media Works,Unknown,,0.01,,0.01,,,2014-03-27, -/games/boxart/default.jpg,Getsuei Gakuen: kou,PSV,Misc,Arc System Works,Unknown,,0.01,,0.01,,,2013-10-10, -/games/boxart/default.jpg,Heart no Kuni no Alice: Wonderful Twin World,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2014-05-29, -/games/boxart/full_railworks-2-train-simulator_659AmericaFront.jpg,RailWorks 2: Train Simulator,PC,Simulation,RailSimulator.com,RailSimulator.com,,0.01,,,0.01,0,2010-10-18, -/games/boxart/full_9837312AmericaFrontccc.jpg,After Burner: Black Falcon,PSP,Simulation,Sega,Planet Moon Studios,7.4,0.01,0.01,,0,0,2007-03-20, -/games/boxart/full_street-cleaning-simulator_697PALFront.jpg,Street Cleaning Simulator,PC,Simulation,Excalibur Publishing,TML Studios,1.5,0.01,,,0.01,,2011-07-01, -/games/boxart/full_6144275JapanFrontccc.jpg,Jewel Pet: Kawaii Mahou no Fantasy,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2009-04-30, -/games/boxart/full_4329952JapanFrontccc.jpg,Kawaii Koneko DS,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2008-01-24, -/games/boxart/full_the-sims-life-stories_701AmericaFront.jpg,The Sims: Life Stories,PC,Simulation,Electronic Arts,Maxis,,0.01,,,0.01,0,2007-02-06, -/games/boxart/full_6124848JapanFrontccc.jpg,Machi-Ing Maker DS,DS,Simulation,D3 Publisher,"Indi Software Co., Ltd.",,0.01,,0.01,,,2008-07-24, -/games/boxart/full_3376076JapanFrontccc.jpg,Ochaken no Daibouken 2: Yume Ippai no Omocha Hako,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2008-12-18, -/games/boxart/full_9057176PALFrontccc.jpg,Pawly Pets: My Pet Hotel,DS,Simulation,Ubisoft,DTP Young Entertainment,,0.01,,,0.01,0,2007-05-08, -/games/boxart/8552384ccc.gif,Time Ace,DS,Simulation,Konami,Trainwreck Studios,,0.01,0.01,,,0,2007-06-12, -/games/boxart/full_191779AmericaFrontccc.jpg,SimCity 3000 Unlimited,PC,Simulation,Electronic Arts,Maxis,6.9,0.01,0.01,,,0,2000-05-16, -/games/boxart/full_the-sims-2-hampm-fashion-stuff_552AmericaFront.jpg,The Sims 2: H&M Fashion Stuff,PC,Simulation,Electronic Arts,Maxis Software,,0.01,,,0.01,0,2007-06-05, -/games/boxart/full_3487366JapanFrontccc.jpg,Qupu!! Mame Goma!,DS,Simulation,Creative Core,Creative Core,,0.01,,0.01,,,2009-07-16, -/games/boxart/full_9341011JapanFrontccc.jpg,Kirarin * Revolution: Atsumete Change! Kurikira * Code,DS,Simulation,Konami,Konami,,0.01,,0.01,,,2008-12-20, -/games/boxart/full_6562406JapanFrontccc.jpg,MyStylist,PSP,Simulation,Sony Computer Entertainment,Sony Computer Entertainment Japan,,0.01,,0.01,,,2008-02-28,2018-04-20 -/games/boxart/full_2833561PALFrontccc.jpg,Pilot Academy,PSP,Simulation,Rising Star,Kuju Entertainment,,0.01,,,0.01,0,2006-10-26, -/games/boxart/full_2914430AmericaFrontccc.jpg,Rebel Raiders: Operation Nighthawk,Wii,Simulation,XS Games,Kando Games,,0.01,0.01,,,0,2008-09-23, -/games/boxart/full_nursery-mania_8AmericaFront.jpg,Nursery Mania,DS,Simulation,Zoo Games,Collision Studios,,0.01,0.01,,,0,2010-07-06, -/games/boxart/full_9511982JapanFrontccc.jpg,A.C.E.: Another Century's Episode 2 - Special Vocal Version,PS2,Simulation,Banpresto,From Software,,0.01,,0.01,,,2007-11-29, -/games/boxart/6480057ccc.jpg,Blades of Thunder II,DS,Simulation,Summitsoft,CokeM Interactive,,0.01,0.01,,,0,2006-04-18, -/games/boxart/full_171215JapanFrontccc.jpg,Puchi Eva: Evangelion @ Game,DS,Simulation,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-03-20, -/games/boxart/full_1211799AmericaFrontccc.jpg,National Geographic Panda (JP sales),DS,Simulation,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-11-11, -/games/boxart/full_151524AmericaFrontccc.jpg,Help Wanted: 50 Wacky Jobs (jp sales),Wii,Simulation,Hudson Soft,Hudson Soft,,0.01,,0.01,0,,2009-05-12, -/games/boxart/full_8549990AmericaFrontccc.jpg,Plushees,DS,Simulation,Destineer,Big John Games,,0.01,0.01,,,0,2008-04-11, -/games/boxart/full_6320514JapanFrontccc.jpg,The Conveni Portable,PSP,Simulation,Hamster Corporation,Hamster Corporation,,0.01,,0.01,,,2010-07-08, -/games/boxart/full_6132851JapanFrontccc.jpg,Champion Jockey Special,NS,Simulation,Tecmo Koei,Koei Tecmo Games,,0.01,,0.01,,,2017-09-14,2018-07-31 -/games/boxart/full_4460637JapanFrontccc.jpg,Dream C Club Zero,PS3,Simulation,D3Publisher,Tamsoft Corporation,,0.01,,0.01,,,2013-01-17,2019-04-26 -/games/boxart/full_wedding-planner-dream-weddings-guaranteed_122PALFront.jpg,Wedding Planner: Dream Weddings Guaranteed,DS,Simulation,DTP Entertainment,dtp entertainment AG,,0.01,,,0.01,0,2010-12-03, -/games/boxart/full_3692171AmericaFrontccc.jpg,Pony Friends 2,PC,Simulation,Square Enix,Tantalus Interactive,,0.01,,,0.01,0,2010-02-23, -/games/boxart/full_railfan_10JapanFront.jpg,Railfan,PS3,Simulation,Ongakukan,Ongakukan,,0.01,,0.01,,,2006-12-21, -/games/boxart/full_3912820PALFrontccc.jpg,Horse Life 4,3DS,Simulation,Independent Arts Software GmbH,Ravenscourt,,0.01,,,0.01,0,2015-11-13,2019-05-07 -/games/boxart/full_7235745PALFrontccc.jpg,The Train Giant,PC,Simulation,Ascaron Entertainment,UIG Entertainment,,0.01,,,0.01,0,2012-04-06,2019-04-23 -/games/boxart/full_35301PALFrontccc.jpg,Le Tour de France 2017,PC,Simulation,Focus Home Interactive,Cyanide Studio,,0.01,,,0.01,0,2017-06-15,2018-08-12 -/games/boxart/full_9031323AmericaFrontccc.png,Gardening Mama 2: Forest Friends,3DS,Simulation,Majesco Entertainment,Cooking Mama Ltd.,,0.01,,,0.01,0,2014-04-29,2019-01-24 -/games/boxart/full_360198PALFrontccc.png,Farming 2017 - The Simulation,PS4,Simulation,UIG Entertainment,UIG Entertainment,,0.01,,,0.01,0,2016-08-19,2018-04-09 -/games/boxart/full_3952870AmericaFrontccc.jpg,Gal Gun 2,PS4,Simulation,PQube,Inti Creates,,0.01,,0.01,,,2018-04-24,2018-03-04 -/games/boxart/full_6087651AmericaFrontccc.jpg,Nintendogs + Cats Golden Retriever and New Friends,3DS,Simulation,Nintendo,Nintendo EAD,,0.01,,,0.01,0,2011-03-27,2018-07-14 -/games/boxart/full_3387441JapanFrontccc.jpg,Kantan! Tanoshii! Okashi Navi DS,DS,Simulation,KOEI,Paon Corporation,,0.01,,0.01,,,2008-03-13, -/games/boxart/full_7062558AmericaFrontccc.jpg,Monopoly Tycoon,PC,Simulation,Atari,Deep Red Games,,0.01,,,0.01,0,2001-09-24, -/games/boxart/full_3114636AmericaFrontccc.jpg,My Hero: Firefighter,DS,Simulation,Majesco,Game-life / Mad Monkey Studio,,0.01,0,,0,0,2009-11-17, -/games/boxart/full_1782602PALFrontccc.jpg,Cities: Skylines Snowfall,PC,Simulation,Paradox Development,Colossal Order,,0.01,,,0.01,0,2016-02-18,2018-09-22 -/games/boxart/full_4400441PALFrontccc.jpg,Hotel Giant DS,DS,Simulation,Nobilis,Enlight Software,,0.01,,,0.01,0,2008-11-28, -/games/boxart/full_7885286AmericaFrontccc.jpg,Jambo! Safari Animal Rescue,DS,Simulation,Sega,Full Fat,,0.01,0.01,,0,0,2010-01-19, -/games/boxart/full_2296600JapanFrontccc.jpg,Fashionable Puppy: Oshare na Koinu DS,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2007-10-18, -/games/boxart/full_3166935AmericaFrontccc.jpg,Farming Simulator 2014,PSV,Simulation,Focus Home Interactive,Giants Software,,0.01,0.01,,0,0,2014-06-24, -/games/boxart/7987462ccc.jpg,Bus Driver,PC,Simulation,Meridian4,SCS Software,,0.01,,,0.01,,2008-05-30, -/games/boxart/full_7572524JapanFrontccc.jpg,Arcobaleno!,PS2,Simulation,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-05-14, -/games/boxart/full_5309040PALFrontccc.jpg,Discover Europe,PC,Simulation,First Class Simulations,Excalibur Studios,,0.01,,,0.01,0,2016-02-02,2019-04-23 -/games/boxart/full_7672204AmericaFrontccc.jpg,Build-a-lot,DS,Simulation,Mumbo Jumbo,HipSoft,,0.01,0.01,,0,,2008-12-09, -/games/boxart/full_6976142PALFrontccc.jpg,Invizimals: The Resistance,PSV,Simulation,Sony Computer Entertainment,Novarama,,0.01,,,0,0,2015-01-01,2018-04-09 -/games/boxart/1952076ccc.jpg,Dogz Fashion,GBA,Simulation,Ubisoft,MTO,,0.01,0,,0,0,2006-09-19, -/games/boxart/full_hyper-fighters_79AmericaFront.jpg,Hyper Fighters,Wii,Simulation,Zoo Games,Zoo Games,,0.01,0.01,,,0,2011-06-14, -/games/boxart/full_2686PALFrontccc.jpg,Euro Fishing,PC,Simulation,Unknown,Dovetail Games,,0.01,,,0.01,0,2015-11-02,2018-09-22 -/games/boxart/9820351ccc.jpg,IL-2 Sturmovik,PC,Simulation,Ubisoft,1C Maddox Games,,0.01,,,0.01,0,2001-11-18, -/games/boxart/full_3258228PALFrontccc.jpg,Goat Simulator: The Bundle,XOne,Simulation,Koch Media,Coffee Stain Studios,,0.01,,,0.01,0,2016-03-04,2018-09-11 -/games/boxart/full_3213860JapanFrontccc.jpg,Gokuhou!! Mecha Mote Iinchou: Girls Motekawa Box,DS,Simulation,Konami,Konami,,0.01,,0.01,,,2009-07-30, -/games/boxart/full_5551444AmericaFrontccc.jpg,Project Highrise: Architect's Edition,XOne,Simulation,Kalypso Media,SomaSim,,0.01,0.01,,,0,2018-11-13,2019-03-22 -/games/boxart/full_rail-simulator_556AmericaFront.jpg,Rail Simulator,PC,Simulation,Electronic Arts,Kuju Entertainment,,0.01,,,0.01,0,2008-01-16, -/games/boxart/full_8710977PALFrontccc.jpg,Myst,PSP,Adventure,Midway Games,Cyan Worlds,,0.01,,,0.01,0,2006-10-13, -/games/boxart/full_922270AmericaFrontccc.jpg,Flipping Death,NS,Adventure,Rising Star,Zoink Games,7.5,0.01,0.01,,,0,2018-10-16,2019-03-23 -/games/boxart/full_sakura-sakura-haru-urara_1JapanFront.jpg,Sakura Sakura: Haru Urara,PSP,Adventure,GN Software,GN Software,,0.01,,0.01,,,2010-08-26, -/games/boxart/full_3974074PALFrontccc.jpg,Pippa Funnell 2: Farm Adventures,DS,Simulation,Ubisoft,DTP Entertainment,,0.01,,,0.01,0,2007-10-12, -/games/boxart/full_7828424AmericaFrontccc.jpg,Monster Rancher Advance 2,GBA,Simulation,Tecmo,Tecmo / Graphic Research,,0.01,0.01,,0,0,2002-11-17, -/games/boxart/full_digger-simulator_545PALFront.jpg,Digger Simulator,PC,Simulation,Excalibur Publishing Limited,Astragon,,0.01,,,0.01,0,2011-08-19, -/games/boxart/full_1370202JapanFrontccc.jpg,Pet Shop Monogatari DS 2,DS,Simulation,Taito,Taito Corporation,,0.01,,0.01,,,2010-04-01, -/games/boxart/full_6102296JapanFrontccc.jpg,Minna no Conveni,DS,Simulation,Taito,Taito Corporation,,0.01,,0.01,,,2010-02-10, -/games/boxart/full_4900151PALFrontccc.jpg,My Little Baby,DS,Simulation,CDV Software Entertainment,Raylight Studios,,0.01,,,0.01,0,2008-11-21, -/games/boxart/full_shepherds-crossing_7AmericaFront.jpg,Shepherd's Crossing,PSP,Simulation,Graffiti,Success,,0.01,0,0.01,,0,2010-05-11, -/games/boxart/full_1903700JapanFrontccc.jpg,A-Train 3D: City Simulator Neo,3DS,Simulation,ArtDink,ArtDink,,0.01,,0.01,,,2016-12-01,2018-08-06 -/games/boxart/full_1301343JapanFrontccc.jpg,Kawaii Koinu DS 2,DS,Simulation,MTO,MTO,,0.01,,0.01,,,2008-10-09, -/games/boxart/full_4971134JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,PSP,Simulation,Konami,Konami,,0.01,,0.01,,,2006-03-09, -/games/boxart/full_4183615JapanFrontccc.jpg,Neo Atlas 1469,NS,Simulation,Studio Artdink,ArtDink,,0.01,,0.01,,,2018-04-19,2018-01-20 -/games/boxart/full_6107030AmericaFrontccc.jpg,Legoland,PC,Simulation,LEGO Media,Krisalis Software,,0.01,,,0.01,0,1999-04-18,2018-07-11 -/games/boxart/full_rise-of-flight-iron-cross-edition_616AmericaFront.jpg,Rise of Flight: Iron Cross Edition,PC,Simulation,Unknown,777 Studios,,0.01,0.01,,0,0,2010-07-07, -/games/boxart/full_8314146AmericaFrontccc.jpg,LifeSigns: Surgical Unit,DS,Simulation,DreamCatcher Interactive,Spike,,0.01,0.01,,0.01,0,2007-11-06, -/games/boxart/full_8809169AmericaFrontccc.jpg,Ship Simulator 2008,PC,Simulation,Lighthouse Interactive,VSTEP,,0.01,,,0.01,0,2008-01-21, -/games/boxart/full_5981445PALFrontccc.jpg,Farming Simulator 15 Expansion Pack,PC,Simulation,Focus Home Interactive,Giants Software,,0.01,,,0.01,0,2015-10-29,2018-09-22 -/games/boxart/full_9126024AmericaFrontccc.jpg,Shepherd's Crossing 2 DS,DS,Simulation,Graffiti,Success,,0.01,0.01,,,0,2010-04-13, -/games/boxart/full_573978AmericaFrontccc.jpg,Farming Simulator 18,PSV,Simulation,Focus Home Interactive,Giants Software,,0.01,,,0.01,0,2017-06-06,2018-07-03 -/games/boxart/full_6462234AmericaFrontccc.jpg,ScreamRide,XOne,Simulation,Microsoft Studios,Frontier Developments,,0.01,,,0.01,0,2015-03-03,2018-04-24 -/games/boxart/full_8374004JapanFrontccc.jpg,The Conveni DS: Otona no Keiei Ryoku Training,DS,Simulation,Nippon Ichi Software,Hamster Corporation,,0.01,,0.01,,,2008-11-27, -/games/boxart/full_the-sims-2-celebration-stuff_1AmericaFront.jpg,The Sims 2: Celebration Stuff,PC,Simulation,Electronic Arts,Maxis,,0.01,,,0.01,0,2007-04-03, -/games/boxart/full_8492878AmericaFrontccc.jpg,Horsez,GBA,Simulation,Ubisoft,MTO,,0.01,0.01,,0,0,2007-07-02, -/games/boxart/default.jpg,Florist Shop,DS,Simulation,UFO Interactive,Tommo,,0.01,0.01,,,0,2010-09-21, -/games/boxart/full_6578877AmericaFrontccc.jpg,Dangerous Waters,PC,Simulation,Strategy First,Sonalysts Combat Simulations,,0.01,,,0.01,0,2006-01-13, -/games/boxart/full_uta-no-prince-sama-sweet-serenade_916JapanFront.jpg,Uta no * Prince-Sama: Sweet Serenade,PSP,Adventure,Broccoli,Broccoli,,0.01,,0.01,,,2011-02-10, -/games/boxart/full_8628350JapanFrontccc.jpg,New Game! The Challenge Stage!,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-01-26,2018-09-20 -/games/boxart/full_3543577JapanFrontccc.jpg,Hiiro no Kakera: Shin Tamayori Hime Denshou,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-10-01, -/games/boxart/full_iza-shutsujin-koisen_68JapanFront.jpg,"Iza, Shutsujin! Koisen",PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2011-05-26, -/games/boxart/default.jpg,Arabians Lost: The Engagement on Desert,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2012-06-28, -/games/boxart/full_7387013AmericaFrontccc.jpg,Fullmetal Alchemist: Trading Card Game,DS,Misc,Destineer,Magellan Interactive,,0.01,0.01,,,0,2007-10-15, -/games/boxart/full_thinksmart-chess-for-kids_924AmericaFront.jpg,thinkSMART: Chess for Kids,DS,Misc,Mentor Interactive,Mentor Interactive,,0.01,0.01,,,0,2011-09-06, -/games/boxart/default.jpg,Sakura-Sou no Pet na Kanojo,PSV,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2013-02-14, -/games/boxart/full_716016JapanFrontccc.jpg,Nova Usagi no Game de Ryuugaku!? DS,DS,Misc,Konami,Konami,,0.01,,0.01,,,2007-02-27, -/games/boxart/full_6676894AmericaFrontccc.jpg,Petz: Hamsterz Life 2,GBA,Misc,Ubisoft,Jorudan,,0.01,0.01,,0,0,2007-11-13, -/games/boxart/default.jpg,Saint Seiya Omega: Ultimate Cosmo,PSP,Misc,Namco Bandai Games,Unknown,,0.01,,0.01,,,2012-11-29, -/games/boxart/full_791994AmericaFrontccc.jpg,Wordhunters,PS4,Misc,Wired Productions,thumbfood Ltd.,,0.01,0.01,,,0,2018-12-04,2018-09-30 -/games/boxart/full_1663968AmericaFrontccc.jpg,Jam Sessions: Sing and Play Guitar (jp sales),DS,Misc,Ubisoft,Plato,,0.01,,0.01,,,2007-09-11, -/games/boxart/full_2904571JapanFrontccc.jpg,Nakayoshi All-Stars: Mezase Gakuen Idol,DS,Misc,Creative Core,Creative Core,,0.01,,0.01,,,2008-12-18, -/games/boxart/full_1963241AmericaFrontccc.jpg,Smart Kid's Gameclub,DS,Misc,UFO Interactive,Starfish Inc.,,0.01,0.01,,,,2007-11-16, -/games/boxart/7887592ccc.jpg,Ultimate Board Game Collection,PS2,Misc,Valcon Games,Jack of All Games,,0.01,0.01,,0,0,2006-07-11, -/games/boxart/full_7373698JapanFrontccc.jpg,Idol Janshi Suchie-Pai IV,PS2,Misc,Jaleco,Jaleco Entertainment,,0.01,,0.01,,,2007-10-11, -/games/boxart/default.jpg,Natsuzora no Monologue,PSP,Misc,Otomate,Unknown,,0.01,,0.01,,,2013-03-20, -/games/boxart/default.jpg,Dramatical Murder Re:code,PSV,Misc,Nitroplus,Unknown,,0.01,,0.01,,,2014-10-30, -/games/boxart/default.jpg,Shirahana no Ori: Hiiro no Kakera 4 - Shiki no Uta,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2013-09-05, -/games/boxart/full_7422462JapanFrontccc.jpg,Rakushou! Pachi-Slot Sengen 6: Rio 2 Cruising Vanadis,PS2,Misc,Tecmo,Net Corporation,,0.01,,0.01,,,2009-05-14, -/games/boxart/full_5703967AmericaFrontccc.jpg,Dungeons & Dragons: Neverwinter Nights - Complete,PC,Misc,Atari,Various,,0.01,0.01,,,0,2011-11-15,2019-01-02 -/games/boxart/full_3137163JapanFrontccc.jpg,Rakushou! Pachi-Slot Sengen 4,PS2,Misc,Tecmo,Net Corporation,,0.01,,0.01,,,2006-03-23, -/games/boxart/default.jpg,Tsuyo Kiss 3 Portable,PSP,Misc,NetRevo,Unknown,,0.01,,0.01,,,2012-05-31, -/games/boxart/8304059ccc.jpg,Duel Masters: Shadow of the Code,GBA,Misc,Atari,Mistic Software,,0.01,0.01,,0,0,2005-10-18, -/games/boxart/full_5632788JapanFrontccc.jpg,Happy Dance Collection,Wii,Misc,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-10-23, -/games/boxart/full_9636757JapanFrontccc.jpg,Bakumatsu Rock: Ultra Soul,PSP,Misc,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2014-09-25, -/games/boxart/default.jpg,Daiya no Kuni no Alice: Wonderful Mirror World,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2013-07-25, -/games/boxart/default.jpg,Nyaruko-San: Nafushigatai Game no You na Mono,PSV,Misc,5pb,Unknown,,0.01,,0.01,,,2013-05-30, -/games/boxart/full_mahjong-taikai-iv_7JapanFront.jpg,Mahjong Taikai IV,PS3,Misc,KOEI,Koei,,0.01,,0.01,,,2006-11-22, -/games/boxart/full_jinsei-game_4JapanFront.jpg,Jinsei Game Q DS: Shouwa no Dekigoto,DS,Misc,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2007-12-27, -/games/boxart/full_4066416JapanFrontccc.jpg,Doraemon Wii: Himitsu Douguou Ketteisen!,Wii,Misc,Sega,Sega,,0.01,,0.01,,,2007-12-06, -/games/boxart/full_1911183JapanFrontccc.jpg,Amnesia Later,PSV,Misc,Idea Factory,Idea Factory,,0.01,,0.01,,,2014-10-16, -/games/boxart/full_4669215JapanFrontccc.jpg,Naxat Soft Reachmania Vol. 1: CR Galaxy Angel,PS2,Misc,Naxat Soft,Naxat Soft,,0.01,,0.01,,,2008-11-27, -/games/boxart/full_1136997AmericaFrontccc.jpg,Dokuro,PSV,Misc,GungHo,Unknown,,0.01,,0.01,,,2012-07-05, -/games/boxart/full_5525445JapanFrontccc.jpg,Jan Sangoku Musou,PS2,Misc,KOEI,Koei,,0.01,,0.01,,,2006-03-23, -/games/boxart/full_1671397JapanFrontccc.jpg,Summer Lesson: Miyamoto Hikari Collection,PS4,Adventure,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2017-05-25,2018-09-20 -/games/boxart/full_6436179JapanFrontccc.jpg,SoulLink Extension,PS2,Adventure,Interchannel,Interchannel,,0.01,,0.01,,,2006-06-29, -/games/boxart/full_8342071AmericaFrontccc.jpg,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,XB,Adventure,Activision,FUN Labs,,0.01,0.01,,0,0,2005-11-01, -/games/boxart/full_1120154JapanFrontccc.jpg,Hana Oboro: Sengoku Denranki,PSV,Adventure,Idea Factory,Unknown,,0.01,,0.01,,,2017-01-19, -/games/boxart/full_2049985JapanFrontccc.jpg,Himawari: Pebble in the Sky Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2010-04-22, -/games/boxart/full_6871753JapanFrontccc.jpg,Katekyoo Hitman Reborn Nerae!? Ring x Bongole Returns,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-08-28, -/games/boxart/full_8283685JapanFrontccc.jpg,Kono Aozora ni Yakusoku o: Tenohira no Rakuen,PSP,Adventure,TGL,TGL,,0.01,,0.01,,,2009-06-25, -/games/boxart/full_6876294JapanFrontccc.jpg,GunParade Orchestra: Ao no Shou,PS2,Adventure,Sony Computer Entertainment,Alfa System,,0.01,,0.01,,,2006-07-20, -/games/boxart/full_3955823JapanFrontccc.jpg,Kenka Bancho Otome: Kanzenmuketsu no My Honey,PSV,Adventure,Spike Chunsoft,Spike Chunsoft,,0.01,,0.01,,,2017-07-27,2018-07-26 -/games/boxart/full_instant-brain_496JapanFront.jpg,Instant Brain,X360,Adventure,Cave,Cave,,0.01,,0.01,,,2011-11-10, -/games/boxart/full_coronation-street-the-mystery-of-the-missing-hotpot-recipe_440PALFront.jpg,Coronation Street: The Mystery of the Missing Hotpot Recipe,PC,Adventure,Avanquest,Avanquest Software,,0.01,,,0.01,0,2011-07-22, -/games/boxart/full_4929405JapanFrontccc.jpg,Sora no Otoshimono: DokiDoki Summer Vacation,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2010-03-25, -/games/boxart/full_7344199JapanFrontccc.jpg,S.Y.K: Shinsetsu Saiyuuki,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-08-20, -/games/boxart/full_wand-of-fortune-mirai-e-no-prologue-portable_605JapanFront.jpg,Wand of Fortune: Mirai e no Prologue Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-12-02, -/games/boxart/full_517108JapanFrontccc.jpg,Secret Game Portable,PSP,Adventure,Yeti,Regista,,0.01,,0.01,,,2010-05-27, -/games/boxart/full_1155371JapanFrontccc.jpg,Sengoku Hime: Senran ni Mau Otometachi,PSP,Adventure,Yeti,Yeti,,0.01,,0.01,,,2009-11-12, -/games/boxart/full_wand-of-fortune-portable_7JapanFront.jpg,Wand of Fortune Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-06-10, -/games/boxart/full_7084205JapanFrontccc.jpg,Kurogane Kaikitan,PSV,Adventure,Minato Station,Minato Station,,0.01,,0.01,,,2015-01-29, -/games/boxart/default.jpg,Sakura-Sou no Pet na Kanojo,PSP,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2013-02-14, -/games/boxart/full_7423828AmericaFrontccc.jpg,Satisfashion,Wii,Misc,Destineer,"eGames, Inc.",,0.01,0.01,,,0,2010-06-08, -/games/boxart/full_4030021JapanFrontccc.jpg,Toro to Morimori,PS3,Misc,Sony Computer Entertainment,SCEI,,0.01,,0.01,,,2009-07-23, -/games/boxart/full_4138078PALFrontccc.jpg,Brain Exercise with Dr. Kawashima,PC,Misc,Namco Bandai,Namco Tales Studio,,0.01,,,0.01,0,2009-05-29, -/games/boxart/default.jpg,Ro-Kyu-Bu! Secret Photo Op,PSV,Misc,Kadokawa Games,Unknown,,0.01,,0.01,,,2014-03-27, -/games/boxart/full_3470440AmericaFrontccc.jpg,Super Robot Monkey Team: Game Boy Advance Video Volume 1,GBA,Misc,Majesco,Majesco Games,,0.01,0.01,,0,0,2005-04-04, -/games/boxart/default.jpg,Bunmei Kaika: Aoiza Ibunroku Saien,PSP,Misc,FuRyu Corporation,Unknown,,0.01,,0.01,,,2012-05-17, -/games/boxart/default.jpg,Bakumatsu Rock,PSP,Misc,Marvelous Entertainment,Unknown,,0.01,,0.01,,,2014-02-27, -/games/boxart/full_5694599JapanFrontccc.jpg,Kikiite Hajimaru: Eigo Kaiwa Training - KikiTore,DS,Misc,Benesse,Benesse,,0.01,,0.01,,,2008-12-04, -/games/boxart/full_6964498AmericaFrontccc.jpg,Doki-Doki Universe,PSV,Misc,Sony Computer Entertainment,HumaNature Studios,,0.01,0,,0.01,0,2013-12-10,2018-09-14 -/games/boxart/default.jpg,Isshoni Gohan. Portable,PSP,Misc,Boost On,Unknown,,0.01,,0.01,,,2013-01-24, -/games/boxart/default.jpg,htoL #NiQ: Hotaru no Nikki,PSV,Misc,NIS America,Unknown,,0.01,,0.01,,,2015-02-24, -/games/boxart/full_7305368JapanFrontccc.jpg,Tamagotchi no Puchi Puchi Omisechi: Ninki no Omise Atsume Maseta,3DS,Misc,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2017-11-16,2017-12-29 -/games/boxart/default.jpg,Ouka Sengoku Portable,PSP,Misc,Alchemist,Unknown,,0.01,,0.01,,,2012-07-05, -/games/boxart/full_2703860JapanFrontccc.jpg,DJ Max Respect,PS4,Misc,Arc System Works,DJMAX Sound Lab Team,,0.01,,0.01,,,2017-09-09,2018-02-21 -/games/boxart/default.jpg,Princess Arthur,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2013-03-28, -/games/boxart/default.jpg,Miyako: Awayuki no Utage,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2012-04-19, -/games/boxart/full_4320470AmericaFrontccc.jpg,Konami Classics Vol. 2,X360,Misc,Konami,Konami,,0.01,0.01,,,0,2009-12-15, -/games/boxart/full_tobidase-kagaku-kun-chikyuu-daitanken-nazo-no-chinkai-seibutsu-ni-idome_493JapanFront.jpg,Tobidase! Kagaku-kun Chikyuu Daitanken! Nazo no Chinkai Seibutsu ni Idome!,DS,Misc,Namco Bandai,Namco Bandai Games,,0.01,,0.01,,,2011-03-03, -/games/boxart/full_games-around-the-world_4AmericaFront.jpg,Games Around the World,DS,Misc,Zoo Games,Zoo Games,,0.01,0.01,,,0,2010-11-05, -/games/boxart/full_4260194JapanFrontccc.jpg,Nodame Cantabile,PS2,Misc,Banpresto,Banpresto,,0.01,,0.01,,,2007-07-19, -/games/boxart/9451089ccc.jpg,Rayman Raving Rabbids,PC,Misc,Ubisoft,Ubisoft Bulgaria,,0.01,,,0.01,0,2006-12-11, -/games/boxart/default.jpg,1/2 Summer +,PSP,Misc,Kaga Create,Unknown,,0.01,,0.01,,,2013-07-18, -/games/boxart/default.jpg,Geten no Hana: Yume Akari,PSP,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2014-02-27, -/games/boxart/6458869ccc.jpg,Diary Girl,DS,Misc,Konami,Konami,,0.01,0.01,,0,0,2008-03-18, -/games/boxart/default.jpg,Abunai: Koi no Sousa Shitsu,PSP,Misc,Quinrose,Unknown,,0.01,,0.01,,,2012-05-31, -/games/boxart/full_magic-encyclopedia-moonlight_46PALFront.jpg,Magic Encyclopedia: Moonlight,DS,Misc,Foreign Media Games,Foreign Media Games,,0.01,,,0.01,0,2010-10-15, -/games/boxart/full_8123384JapanFrontccc.jpg,"Pachi-Slot Teiou: Golgo 13 Las Vegas (JP sales, but wrong system)",PS2,Misc,Media Entertainment,Media Entertainment,,0.01,,0.01,,,2002-05-30, -/games/boxart/full_9336902JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 16: Pachinko Hissatsu Shigotojin III,PS2,Misc,Hackberry,Hack Berry,,0.01,,0.01,,,2010-05-27, -/games/boxart/full_7208452AmericaFrontccc.jpg,50 Classic Games,3DS,Misc,Maximum Family Games,Unknown,,0.01,,,0.01,0,2012-03-27, -/games/boxart/full_1667419AmericaFrontccc.jpg,World Poker Tour,GBA,Misc,2K Sports,Backbone Emeryville,,0.01,0.01,,0,0,2005-10-18, -/games/boxart/default.jpg,The Legend of Heroes VI: Sora no Kiseki the 3rd,PS3,Misc,Falcom Corporation,Unknown,,0.01,,0.01,,,2013-06-27, -/games/boxart/full_8533765JapanFrontccc.jpg,Castle of Shikigami III,X360,Shooter,Arc System Works,Alfa System,,0.01,,0.01,,,2007-12-13, -/games/boxart/full_5991621AmericaFrontccc.jpg,Deadfall Adventures,X360,Shooter,Nordic Games,The Farm 51,,0.01,,,0.01,0,2013-07-01,2019-04-29 -/games/boxart/full_burn-zombie-burn_111PALFront.jpg,Burn Zombie Burn!,PC,Shooter,P2 Games,Doublesix,,0.01,,,0.01,0,2010-08-12, -/games/boxart/full_7111742JapanFrontccc.jpg,Kokuga,3DS,Shooter,G.Rev,G.rev Ltd.,,0.01,,0.01,,,2012-09-27,2019-05-07 -/games/boxart/full_1849078AmericaFrontccc.jpg,Aliens versus Predator,PC,Shooter,Fox Interactive,Rebellion Developments,8.7,0.01,,,0.01,0,1999-04-30, -/games/boxart/full_620631AmericaFrontccc.jpg,Defender,GBA,Shooter,Midway Games,OutLook Entertainment,3.5,0.01,0,,0,0,2002-11-03, -/games/boxart/5074821ccc.jpg,Duke Nukem Advance,GBA,Shooter,Take-Two Interactive,Torus Games,8.5,0.01,0,,0,0,2002-08-12, -/games/boxart/full_3768456PALFrontccc.jpg,Ziggurat,XOne,Shooter,Milkstone Studios,Milkstone Studios,,0.01,,,0.01,0,2015-03-20,2018-09-14 -/games/boxart/4110584ccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,PC,Shooter,Ubisoft,GRIN,,0.01,,,0.01,0,2007-07-17, -/games/boxart/full_3964372JapanFrontccc.jpg,Zero Cho Aniki,PSP,Shooter,GungHo,"extreme Co.,Ltd.",,0.01,,0.01,,,2009-03-19, -/games/boxart/full_6356042JapanFrontccc.jpg,Oretachi no Sabage Portable,PSP,Shooter,Best Media,Best Media,,0.01,,0.01,,,2008-12-25, -/games/boxart/6848047ccc.jpg,Chaos Field,GC,Shooter,O3 Entertainment,MileStone Inc.,,0.01,0.01,,0,0,2005-12-20, -/games/boxart/7889199ccc.gif,World War II Combat: Iwo Jima,XB,Shooter,Groove Games,Direct Action Games,,0.01,0.01,,0,0,2006-07-21, -/games/boxart/full_947211AmericaFrontccc.jpg,Smart Kid's Mega Game Mix,DS,Misc,UFO Interactive,Starfish Inc.,,0.01,0.01,,,0,2009-09-29, -/games/boxart/default.jpg,Nobunaga no Yabou Online: Houou no Shou,PS3,Misc,Tecmo Koei,Unknown,,0.01,,0.01,,,2012-03-07, -/games/boxart/full_9897361PALFrontccc.jpg,Postman Pat: Special Delivery Service,DS,Misc,GSP,Uacari,,0.01,,,0.01,0,2009-08-07, -/games/boxart/full_5315666JapanFrontccc.jpg,Cosmetic Paradise: Make no Kiseki,DS,Misc,Global A Entertainment,Global A Entertainment,,0.01,,0.01,,,2008-07-10, -/games/boxart/full_2643377AmericaFrontccc.jpg,Ninja Gaiden Sigma 2,PSV,Misc,Tecmo Koei,Unknown,,0.01,,0.01,0,0,2013-02-26, -/games/boxart/full_803545JapanFrontccc.jpg,Simple DS Series Vol. 14: The Jidousha Kyoushuujo DS,DS,Misc,D3 Publisher,Vingt-et-un Systems,,0.01,,0.01,,,2007-05-31, -/games/boxart/default.jpg,Shinobi Koutsutsu,PSP,Misc,Idea Factory,Unknown,,0.01,,0.01,,,2014-01-30, -/games/boxart/full_1869192AmericaFrontccc.jpg,Totally Spies! Totally Party,PS2,Misc,Valcon Games,Mad Monkey Studio,,0.01,0.01,,0.01,0,2009-03-10, -/games/boxart/3775447ccc.jpg,Freaky Flyers,GC,Racing,Midway Games,Midway Games,,0.01,0.01,,0,0,2003-08-08, -/games/boxart/7803435ccc.jpg,Rally Championship,GC,Racing,Conspiracy Entertainment,Warthog,,0.01,0.01,,0,0,2003-07-30, -/games/boxart/full_3931251JapanFrontccc.jpg,RalliSport Challenge (JP sales),XB,Racing,Microsoft,Digital Illusions,,0.01,,0.01,,,2002-06-13,2018-09-25 -/games/boxart/3578252ccc.jpg,Grooverider: Slot Car Thunder,GC,Racing,Encore,King of the Jungle,4.5,0.01,0.01,,0,0,2003-09-28, -/games/boxart/full_7545860AmericaFrontccc.jpg,Turbo: Super Stunt Squad,X360,Racing,D3Publisher,Monkey Bar Games,,0.01,,,0.01,0,2013-07-16,2019-05-10 -/games/boxart/full_5791078AmericaFrontccc.jpg,Monster Jam,PC,Racing,Activision,Torus Games,,0.01,0.01,,0,0,2007-11-13, -/games/boxart/9969717ccc.jpg,Powerdrome,XB,Racing,Mud Duck Productions,Argonaut Games,,0.01,0.01,,0,0,2004-06-16, -/games/boxart/full_858226JapanFrontccc.jpg,Dragon Zakura DS,DS,Misc,Electronic Arts,EA Japan Studio,,0.01,,0.01,,,2007-03-08, -/games/boxart/full_8843557PALFrontccc.jpg,DiRT 4,PC,Racing,Deep Silver,Codemasters,9.2,0.01,,,0.01,0,2017-06-06,2018-02-11 -/games/boxart/full_9344308AmericaFrontccc.jpg,Freekstyle,GBA,Racing,DSI Games,Full Fat,7.2,0.01,0.01,,0,0,2003-08-30, -/games/boxart/full_thunder-alley_930AmericaFront.jpg,Thunder Alley,GBA,Racing,XS Games,Pronto Games,,0.01,0.01,,0,0,2004-06-13, -/games/boxart/full_2213332PALFrontccc.jpg,MotoGP 14,PSV,Racing,Namco Bandai Games,Milestone S.r.l.,,0.01,,,0.01,0,2014-11-04,2018-11-03 -/games/boxart/full_smugglers-run_728AmericaFront.jpg,Smuggler's Run,GBA,Racing,"Destination Software, Inc",Rebellion Developments,,0.01,0.01,,0,0,2002-09-25, -/games/boxart/full_8146515PALFrontccc.jpg,Sonic & Sega All-Stars Racing Transformed,PC,Racing,Sega,Sumo Digital,,0.01,,,0.01,0,2014-01-01,2018-12-03 -/games/boxart/full_5791776AmericaFrontccc.jpg,Moto Racer Advance,GBA,Racing,Ubisoft,Adeline Software,,0.01,0.01,,0,0,2002-12-05, -/games/boxart/full_825221PALFrontccc.jpg,Colin McRae Rally 04,PC,Racing,Codemasters,Codemasters,,0.01,,,0.01,0,2004-04-02, -/games/boxart/full_wrc-fia-world-rally-championship_7PALFront.jpg,WRC: FIA World Rally Championship,PC,Racing,Unknown,Milestone S.r.l,,0.01,,,0.01,0,, -/games/boxart/9022410ccc.jpg,Super PickUps,Wii,Racing,XS Games,Milestone,,0.01,0.01,,,0,2009-03-17, -/games/boxart/full_9827984AmericaFrontccc.jpg,Road Trip: Shifting Gears,GBA,Racing,Conspiracy Entertainment,Takara,,0.01,0.01,,0,0,2004-04-06, -/games/boxart/3901411ccc.jpg,Grooverider: Slot Car Thunder,XB,Racing,Encore,King of the Jungle,,0.01,0.01,,0,0,2003-09-26, -/games/boxart/2615160ccc.jpg,Rock N' Roll Racing,SNES,Racing,Interplay Productions,Silicon & Synapse,,0.01,,0.01,,0,1993-06-04, -/games/boxart/full_turbo-trainz_944AmericaFront.jpg,Turbo Trainz,Wii,Racing,Unknown,Broken Switch Studios,,0.01,,,0.01,0,2020-12-31, -/games/boxart/4707391ccc.jpg,Furious Karting,XB,Racing,Atari,Babylon Software,,0.01,0.01,,0,0,2003-03-28, -/games/boxart/full_4698784AmericaFrontccc.jpg,Hot Wheels: Stunt Track Challenge / World Race,GBA,Racing,"Destination Software, Inc",Razorback Developments,,0.01,0.01,,0,0,2006-08-30, -/games/boxart/9611791ccc.jpg,TimeShift,PC,Shooter,Sierra Entertainment,Saber Interactive,,0.01,0.01,,0,0,2007-10-30, -/games/boxart/2387973ccc.jpg,Conflict: Denied Ops,PC,Shooter,Eidos Interactive,Pivotal Games,,0.01,,,0.01,0,2008-02-12, -/games/boxart/full_7469708AmericaFrontccc.jpg,Army Men: Air Combat - The Elite Missions,GC,Shooter,3DO,3DO,3.8,0.01,0.01,,0,0,2003-03-25, -/games/boxart/8617273ccc.jpg,Greg Hastings' Tournament Paintball Max'd,PS2,Shooter,Activision,WXP,,0.01,0.01,,0,0,2006-09-26, -/games/boxart/full_2622469AmericaFrontccc.jpg,Mothergunship,XOne,Shooter,Sold Out,Grip Games,,0.01,0.01,,,0,2018-08-24,2018-04-03 -/games/boxart/full_6855505AmericaFrontccc.jpg,The Chronicles of Riddick: Assault on Dark Athena,PC,Shooter,Atari,Starbreeze Studios AB,8,0.01,,,0.01,0,2009-04-07, -/games/boxart/full_borderlands-game-of-the-year-edition_9AmericaFront.jpg,Borderlands: Game of the Year Edition,PS3,Shooter,2K Games,Gearbox Software,,0.01,,,0.01,0,2010-10-12, -/games/boxart/full_8866700AmericaFrontccc.jpg,Command & Conquer Renegade,PC,Shooter,Electronic Arts,Westwood Studios,,0.01,,,0.01,0,2002-02-25, -/games/boxart/8229618ccc.jpg,F.E.A.R. Perseus Mandate,PC,Shooter,Sierra Entertainment,TimeGate,,0.01,0.01,,,0,2007-11-06, -/games/boxart/full_3414476JapanFrontccc.jpg,Mamoru-kun wa Norowarete Shimatta!,X360,Shooter,G.Rev,Gulti,,0.01,,0.01,,,2009-06-25, -/games/boxart/full_3908125AmericaFrontccc.jpg,CT Special Forces 2: Back in the Trenches,GBA,Shooter,Hip Interactive,LSP,7.4,0.01,0.01,,0,0,2004-06-29, -/games/boxart/9059839ccc.jpg,Deus Ex,PC,Shooter,Eidos Interactive,Ion Storm,9.2,0.01,,,0.01,0,2000-06-26, -/games/boxart/full_inversion_460AmericaFront.jpg,Inversion,PC,Shooter,Namco Bandai,Saber Interactive,,0.01,0.01,,0,0,2012-06-30, -/games/boxart/full_4014058JapanFrontccc.jpg,Radirgy Noa Wii,Wii,Shooter,Milestone,MileStone Inc.,,0.01,,0.01,,,2010-02-25, -/games/boxart/default.jpg,Deep Black,PC,Shooter,505 Games,BiArt Studios,,0.01,,,0,0,, -/games/boxart/full_call-of-duty_432AmericaFront.jpg,Call of Duty,PC,Shooter,Activision,Infinity Ward,7,0.01,,,0.01,0,2003-10-29, -/games/boxart/4952239ccc.jpg,Tom Clancy's Splinter Cell,PC,Shooter,Ubisoft,Ubisoft,,0.01,,,0,0,2003-02-19, -/games/boxart/full_1397104AmericaFrontccc.jpg,Call of Juarez,PC,Shooter,Ubisoft,Techland,6.7,0.01,,,0.01,0,2007-06-12, -/games/boxart/full_988107JapanFrontccc.jpg,DoDonPachi Saidaioujou,X360,Shooter,Cave,Cave,,0.01,,0.01,,,2013-05-30,2019-05-09 -/games/boxart/4163564ccc.jpg,Serious Sam II,PC,Shooter,2K Games,Croteam,,0.01,,,0.01,0,2005-10-19, -/games/boxart/669649ccc.jpg,Unreal Tournament 2003,PC,Shooter,Atari,Digital Extremes,9,0.01,,,0.01,0,2002-09-30, -/games/boxart/full_2826278AmericaFrontccc.jpg,Vanark,PS,Shooter,Jaleco,Jaleco,,0.01,0.01,,0.01,0,2000-03-31, -/games/boxart/full_1374521AmericaFrontccc.jpeg,Big Buck Hunter Arcade,NS,Shooter,GameMill Entertainment,Play Mechanix,,0.01,0.01,,,0,2018-10-16,2020-10-02 -/games/boxart/9237247ccc.jpg,Metal Slug Anthology,PS2,Shooter,SNK Playmore,Terminal Reality,,0.01,,0.01,,,2007-03-28, -/games/boxart/full_2529909AmericaFrontccc.jpg,Caladrius,X360,Shooter,Moss,Moss,,0.01,,0.01,,,2013-04-25,2019-05-10 -/games/boxart/full_482581JapanFrontccc.jpg,"Shooting Love, 200X",X360,Shooter,Triangle Service,Triangle Service,,0.01,,0.01,,,2009-02-19, -/games/boxart/6206418ccc.jpg,BlowOut,GC,Shooter,Majesco,Terminal Reality,6.5,0.01,0.01,,0,0,2003-11-26, -/games/boxart/full_6636986AmericaFrontccc.jpg,Sniper Elite III,PC,Shooter,Rebellion Developments,Rebellion Developments,,0.01,,,0.01,0,2014-06-27,2018-09-22 -/games/boxart/2732142ccc.gif,Space Invaders Revolution,DS,Shooter,Mastiff,Taito Corporation,,0.01,0.01,,0,0,2005-09-20, -/games/boxart/full_160557AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter (weekly JP sales),X360,Shooter,Ubisoft,Ubisoft Paris,,0.01,,0.01,,,2006-03-09, -/games/boxart/7946863ccc.jpg,WinBack 2: Project Poseidon,PS2,Shooter,KOEI,Cavia Inc.,,0.01,0.01,,0.01,0,2006-04-25, -/games/boxart/full_1809227AmericaFrontccc.jpg,Turok,PC,Shooter,Touchstone,Propaganda Games,,0.01,,,0.01,0,2008-04-22, -/games/boxart/full_9862574AmericaFrontccc.jpg,Tempest 4000,XOne,Shooter,Atari,Llamasoft,,0.01,0.01,,,0,2018-07-27,2018-05-09 -/games/boxart/full_7621529AmericaFrontccc.jpg,Men in Black II: Alien Escape,GC,Shooter,Infogrames,Melbourne House,,0.01,0.01,,0,0,2003-02-07, -/games/boxart/full_pirate-blast_176AmericaFront.jpg,Pirate Blast,Wii,Shooter,Zoo Games,TBA,,0.01,0.01,,,0,2011-02-15, -/games/boxart/full_9711341AmericaFrontccc.jpg,Wanted: Weapons of Fate,PC,Shooter,Warner Bros. Interactive,GRIN,,0.01,,,0.01,0,2009-03-24, -/games/boxart/full_2970640AmericaFrontccc.jpg,Damnation,PC,Shooter,Codemasters,Blue Omega Entertainment,,0.01,,,0.01,0,2009-05-26, -/games/boxart/full_7461240AmericaFrontccc.jpg,Necrovision,PC,Shooter,1C Company,Farm 51,,0.01,,,0.01,0,2009-05-18, -/games/boxart/full_eschatos_621JapanFront.jpg,Eschatos,X360,Shooter,Qute,Qute Corporation,,0.01,,0.01,,,2011-04-07, -/games/boxart/full_238588AmericaFrontccc.jpg,Gun,PC,Shooter,Activision,Neversoft Entertainment,,0.01,,,0.01,0,2005-11-09, -/games/boxart/full_3952038AmericaFrontccc.jpg,Armored Core: Verdict Day,X360,Shooter,Bandai Namco Games,From Software,,0.01,,0.01,,,2013-09-24,2018-11-16 -/games/boxart/full_bullet-soul-tama-tamashii_159JapanFront.jpg,Bullet Soul,X360,Shooter,5pb,Tachyon Inc.,,0.01,,0.01,,,2016-09-16,2018-12-19 -/games/boxart/full_9443187AmericaFrontccc.jpg,Mothergunship,PS4,Shooter,Sold Out,Grip Games,,0.01,0.01,,,0,2018-08-24,2018-04-03 -/games/boxart/full_dodonpachi-resurrection-black-label_601JapanFront.jpg,DoDonPachi Daifukkatsu: Black Label,X360,Shooter,Cave,Cave,,0.01,,0.01,,,2011-02-03, -/games/boxart/1884551ccc.jpg,Space Raiders,GC,Shooter,Mastiff,Taito Corporation,2.9,0.01,0.01,,0,0,2004-04-19, -/games/boxart/7294732ccc.jpg,Clive Barker's Jericho,PC,Shooter,Codemasters,Mercury Steam / Alchemic Productions,6.4,0.01,,,0.01,0,2007-10-23, -/games/boxart/full_5391853AmericaFrontccc.jpg,Gungrave VR,PS4,Shooter,Xseed Games,IGGYMOB,,0.01,0.01,,,0,2018-12-11,2018-09-22 -/games/boxart/full_breach_593AmericaFront.jpg,Breach,PC,Shooter,Destineer,Atomic Games,6.5,0.01,0.01,,,0,2011-01-26, -/games/boxart/full_1770617AmericaFrontccc.jpg,Ziggurat,PS4,Shooter,Soedesco,Milkstone Studios,,0.01,,,0.01,0,2016-06-21,2018-09-14 -/games/boxart/full_captain-morgane-and-the-golden-turtle_997PALFront.jpg,Captain Morgane and the Golden Turtle,Wii,Adventure,Reef Entertainment,WizarBox,,0.01,,,0.01,0,2012-02-03, -/games/boxart/121058ccc.gif,Wallace & Gromit: Curse of the Were-Rabbit,XB,Adventure,Konami,Frontier Developments,,0.01,0.01,,0,0,2005-09-29, -/games/boxart/full_7749933JapanFrontccc.jpg,Marginal 4: Road to Galaxy,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-05-25, -/games/boxart/full_2379275JapanFrontccc.jpg,Tantei Jinguuji Saburo: Hai to Diamond,PSP,Adventure,Arc System Works,WorkJam,,0.01,,0.01,,,2009-09-17, -/games/boxart/full_7075384AmericaFrontccc.jpg,The Town of Light,XOne,Adventure,THQ Nordic,LKA,,0.01,0.01,,,0,2017-03-24,2018-02-01 -/games/boxart/full_4510784JapanFrontccc.jpg,Duel Love: Koisuru Otome wa Shouri no Megami,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-03-13, -/games/boxart/full_3980573JapanFrontccc.jpg,Aa Megami-samaa,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2007-02-22, -/games/boxart/full_6607605JapanFrontccc.jpg,Tomoyo After: It's a Wonderful Life CS Edition,PS2,Adventure,Prototype,Key,,0.01,,0.01,,,2007-01-25, -/games/boxart/full_fiesta-hyper-girls-party_0JapanFront.jpg,Festa!! Hyper Girls Party,PS2,Adventure,KID,KID Corporation,,0.01,,0.01,,,2006-06-29, -/games/boxart/full_4152810JapanFrontccc.jpg,World Election,PSV,Adventure,Piacci,Piacci,,0.01,,0.01,,,2017-07-20, -/games/boxart/full_5885730JapanFrontccc.jpg,Kiniro no Corda 3,3DS,Adventure,Tecmo Koei,Koei,,0.01,,0.01,,,2015-02-26,2018-08-03 -/games/boxart/full_2060675JapanFrontccc.jpg,Accel World: Kasoku no Chouten,PSP,Adventure,Namco Bandai Games,Bandai Namco Games,,0.01,,0.01,,,2013-01-31,2019-01-13 -/games/boxart/full_8261287JapanFrontccc.jpg,Izumo 2,PS2,Adventure,GN Software,GN Software,,0.01,,0.01,,,2006-04-27, -/games/boxart/full_2598211PALFrontccc.jpg,Curse of the Amsterdam Diamond,DS,Adventure,Easy Interactive,Youda Games,,0.01,,,0.01,0,2012-03-16,2019-05-08 -/games/boxart/full_6233637JapanFrontccc.jpg,PC Engine Best Collention: Ginga Ojousama Densetsu Collection,PSP,Adventure,Hudson Soft,RED Entertainment,,0.01,,0.01,,,2008-07-31, -/games/boxart/full_6001474JapanFrontccc.jpg,Rosario to Vampire: Tanabata no Miss Youkai Gakuen,DS,Adventure,Capcom,Capcom,,0.01,,0.01,,,2008-03-20, -/games/boxart/full_1406424JapanFrontccc.jpg,Binary Star,PSV,Adventure,Idea Factory,Design Factory,,0.01,,0.01,,,2014-09-04, -/games/boxart/full_9625773JapanFrontccc.jpg,Last Escort: Club Katze,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,0.01,,0.01,,,2010-02-18, -/games/boxart/full_tears-to-tiara-kakan-no-daichi-portable_887JapanFront.jpg,Tears to Tiara: Kakan no Daichi Portable,PSP,Adventure,Aquaplus,Aquaplus,,0.01,,0.01,,,2010-11-25, -/games/boxart/full_1749862JapanFrontccc.jpg,Black Wolves Saga: Weiss und Schwarz,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-01-26, -/games/boxart/full_5571263JapanFrontccc.jpg,Tantei Jinguuji Saburo DS: Fuserareta Shinjitsu,DS,Adventure,Arc System Works,WorkJam,,0.01,,0.01,,,2009-03-19, -/games/boxart/full_2512278PALFrontccc.jpg,Ostwind/Windstorm,PC,Adventure,EuroVideo Medien,EuroVideo Medien,,0.01,,,0.01,0,2017-07-27,2018-07-04 -/games/boxart/full_5386582JapanFrontccc.jpg,Dr. Slump & Arale-Chan,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-10-30, -/games/boxart/full_umineko-no-naku-koro-ni-portable-1_993JapanFront.jpg,Umineko no Naku Koro ni Portable 1,PSP,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2011-10-20, -/games/boxart/full_5922129AmericaFrontccc.jpg,Resistance Dual Pack,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,,0.01,,,0.01,0,2011-07-05, -/games/boxart/full_1794652AmericaFrontccc.jpg,Brothers in Arms: Furious 4,X360,Shooter,Ubisoft,Gearbox Software,,0.01,0.01,,,,2012-09-30,2018-07-05 -/games/boxart/full_7606672AmericaFrontccc.jpg,Tempest 4000,PS4,Shooter,Atari,Llamasoft,,0.01,0.01,,,0,2018-07-27,2018-05-09 -/games/boxart/full_zero-no-tsukaima-maigo-no-period-to-ikusen-no-symphony_8JapanFront.jpg,Zero no Tsukaima: Maigo no Period to Ikusen no Symphony,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-06, -/games/boxart/5783187ccc.jpg,Darkened Skye,GC,Adventure,Simon & Schuster Interactive,Boston Animation,,0.01,0.01,,0,0,2002-11-16, -/games/boxart/full_datenshi-no-amai-yuuwaku-x-kaikan-phrase_858JapanFront.jpg,Datenshi no Amai Yuuwaku x Kaikan Phrase,DS,Adventure,FuRyu Corporation,FuRyu Corporation,,0.01,,0.01,,,2010-02-18, -/games/boxart/full_4911535JapanFrontccc.jpg,Bakumatsu Koihana: Shinsengumi DS,DS,Adventure,D3 Publisher,Vridge Inc.,,0.01,,0.01,,,2008-11-27, -/games/boxart/full_kana-imouto_1JapanFront.jpg,Kana: Imouto,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2010-10-07, -/games/boxart/full_6200518JapanFrontccc.jpg,Apollo Justice: Ace Attorney,3DS,Adventure,Capcom,Capcom,,0.01,,0.01,,,2017-11-21,2017-12-30 -/games/boxart/full_2831579JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend Tokubetsu-Hen Portable,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2009-04-09, -/games/boxart/full_209348JapanFrontccc.jpg,Fullmetal Alchemist: Prince of the Dawn,Wii,Adventure,Square Enix,Square Enix,,0.01,,0.01,,,2009-08-13, -/games/boxart/full_h2o-plus_8JapanFront.jpg,H2O+: Footprints in the Sand,PS2,Adventure,Kadokawa Shoten,Regista,,0.01,,0.01,,,2008-04-24, -/games/boxart/full_7070950JapanFrontccc.jpg,Sekirei: Mirai Kara no Okurimono,PS2,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2009-10-29, -/games/boxart/full_ishin-renka-ryouma-gaiden_418JapanFront.jpg,Ishin Renka: Ryouma Gaiden,PSP,Adventure,D3 Publisher,Vridge,,0.01,,0.01,,,2010-11-25, -/games/boxart/full_9420873AmericaFrontccc.jpg,Hakuoki: Stories of the Shinsengumi,PS3,Adventure,Aksys Games,Idea Factory,,0.01,0.01,,,0,2014-05-06,2019-01-02 -/games/boxart/full_4608234JapanFrontccc.jpg,Hanasaku Manimani,PSV,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2014-09-25, -/games/boxart/full_8613510JapanFrontccc.jpg,ef - a fairy tale of the two.,PS2,Adventure,Comfort,minori,,0.01,,0.01,,,2010-04-29, -/games/boxart/full_4742710JapanFrontccc.jpg,FairlyLife: MiracleDays,PSP,Adventure,Piacci,Piacci,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_death-connection-portable_237JapanFront.jpg,Death Connection Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2011-02-03, -/games/boxart/full_8720855JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku 2,PSP,Adventure,System Soft,System Soft,,0.01,,0.01,,,2010-02-04, -/games/boxart/full_9541830JapanFrontccc.jpg,"Kono Oozora ni, Tsubasa o Hirogete: Cruise Sign",PSV,Adventure,5pb,Unknown,,0.01,,0.01,,,2016-03-31, -/games/boxart/full_real-crimes-the-unicorn-killer_285PALFront.jpg,Real Crimes: The Unicorn Killer,DS,Adventure,Unknown,Licensed 4U,,0.01,,,0.01,0,2011-11-30, -/games/boxart/full_7470768JapanFrontccc.jpg,Really? Really! DS,DS,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2009-06-25, -/games/boxart/full_4160283JapanFrontccc.jpg,Touch Detective 3: Does Funghi Dream of Bananas?,3DS,Adventure,Success,Success,,0.01,,0.01,,,2014-05-01,2019-05-07 -/games/boxart/full_5402779JapanFrontccc.jpg,No Fate! Only the Power of Will,X360,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_3890110AmericaFrontccc.jpg,Mystery Legends: Beauty and the Beast,PC,Adventure,Focus Multimedia,Big Fish Games,,0.01,,,0.01,0,2012-03-16,2019-04-23 -/games/boxart/full_hanayaka-kana-ware-ga-ichizoku_174JapanFront.jpg,"Hanayaka Kana, Ware ga Ichizoku",PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-07-01, -/games/boxart/full_1108474JapanFrontccc.jpg,Myself; Yourself,PS2,Adventure,Yeti,Yeti,,0.01,,0.01,,,2007-12-20, -/games/boxart/full_7622521JapanFrontccc.jpg,Starry Sky: Spring Stories,PSV,Adventure,honeybee,Unknown,,0.01,,0.01,,,2016-11-23, -/games/boxart/full_to-heart-portable_746JapanFront.jpg,To Heart Portable,PSP,Adventure,Aquaplus,Aqua Plus,,0.01,,0.01,,,2011-10-27, -/games/boxart/full_3016718JapanFrontccc.jpg,Kono Aozora ni Yakusoku o: Melody of the Sun and Sea,PS2,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2007-05-31, -/games/boxart/full_2390708JapanFrontccc.jpg,Kamaitachi no Yoru 2: Tokubetsu Hen,PSP,Adventure,ChunSoft,ChunSoft,,0.01,,0.01,,,2006-05-25, -/games/boxart/full_4174707JapanFrontccc.jpg,Occultic;Nine,PSV,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-11-09,2018-09-20 -/games/boxart/2542860ccc.jpg,Harry Potter and the Chamber of Secrets,PC,Adventure,Electronic Arts,KnowWonder,,0.01,,,0.01,0,2002-11-14, -/games/boxart/full_5817835JapanFrontccc.jpg,Jake Hunter Detective Story: Prism of Eyes,PS4,Adventure,Arc System Works,Arc System Works,,0.01,,0.01,,,2018-08-09,2018-08-26 -/games/boxart/full_8916305JapanFrontccc.jpg,Soshite Kono Uchuu ni Kirameku Kimi no Shi XXX,PS2,Adventure,Datam Polystar,Datam Polystar,,0.01,,0.01,,,2007-02-22, -/games/boxart/full_4709348JapanFrontccc.jpg,Mystereet,PS2,Adventure,Yeti,Abel Software,,0.01,,0.01,,,2006-05-25, -/games/boxart/full_331867JapanFrontccc.jpg,Nora to Koujo to Noraneko Heart,PSV,Adventure,Harukaze,Harukaze,,0.01,,0.01,,,2017-09-28, -/games/boxart/full_hiiro-no-kakera-shin-tamayori-hime-denshou-portable_1JapanFront.jpg,Hiiro no Kakera: Shin Tamayori Hime Denshou Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-09-30, -/games/boxart/full_1930190PALFrontccc.jpg,Small Town Terrors - Galdor's Bluff,PC,Adventure,GSP,GSP,,0.01,,,0.01,0,2016-05-20,2018-09-22 -/games/boxart/full_6208239JapanFrontccc.jpg,Vitamin Y,DS,Adventure,D3 Publisher,HuneX,,0.01,,0.01,,,2008-10-30, -/games/boxart/full_8558994JapanFrontccc.jpg,Memories Off #5: Togireta Film,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-01-29, -/games/boxart/full_8371312JapanFrontccc.jpg,Lucian Bee's: Resurrection Supernova,PS2,Adventure,5pb,HuneX,,0.01,,0.01,,,2009-07-30, -/games/boxart/full_5998044JapanFrontccc.jpg,Ken ga Kimi: Momoyo Tsuzuri,PSV,Adventure,Rejet,Unknown,,0.01,,0.01,,,2016-12-22, -/games/boxart/full_4364164JapanFrontccc.jpg,Captain Rainbow,Wii,Adventure,Nintendo,skip Ltd.,7,0.01,,0.01,,,2008-08-28, -/games/boxart/full_1733289JapanFrontccc.jpg,Re:Zero - Kara Hajimeru Isekai Seikatsu - Death or Kiss,PS4,Adventure,5pb,MAGES,,0.01,,0.01,,,2017-03-30,2018-09-21 -/games/boxart/full_5247402JapanFrontccc.jpg,Taishou Mebiusline: Teito Bibouroku Hare,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-08-24, -/games/boxart/full_3806032JapanFrontccc.jpg,"Tsumigui: Sen no Noroi, Sen no Inori for V",PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-06-29, -/games/boxart/full_6551058JapanFrontccc.jpg,Tenjin Ranman: Happy GO Lucky!!,PSP,Adventure,Russel,Russel,,0.01,,0.01,,,2010-03-25, -/games/boxart/full_5353440PALFrontccc.jpg,"Element Girl: Love, Fashion and Friends",DS,Adventure,DTP Entertainment,Edios Interactive,,0.01,,,0.01,0,2008-11-14, -/games/boxart/full_6877476JapanFrontccc.jpg,Flowers,PSV,Adventure,Prototype,Prototype,,0.01,,0.01,,,2014-10-09, -/games/boxart/full_6613416JapanFrontccc.jpg,Jake Hunter Detective Story: Prism of Eyes,NS,Adventure,Arc System Works,Arc System Works,,0.01,,0.01,,,2018-08-09,2018-08-26 -/games/boxart/full_junjou-romanchika-koi-no-doki-doki-daisakusen_6JapanFront.jpg,Junjou Romanchika: Koi no Doki Doki Daisakusen,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-27, -/games/boxart/full_7393720JapanFrontccc.jpg,Heart no Kuni no Alice,PS2,Adventure,Prototype,Prototype,,0.01,,0.01,,,2008-09-18, -/games/boxart/full_5569134JapanFrontccc.jpg,Yahari Game Demo Ore no Seishun Love-Kome wa Machigatteiru. & Zoku: Oatome Set,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-10-26,2018-09-21 -/games/boxart/full_7301205AmericaFrontccc.jpg,Alone in the Dark (2008),PC,Adventure,Atari,Eden Studios,,0.01,,,0.01,0,2008-06-23,2018-06-30 -/games/boxart/full_1117745JapanFrontccc.jpg,Vitamin X,PS2,Adventure,D3 Publisher,HuneX,,0.01,,0.01,,,2007-03-29, -/games/boxart/full_1313318JapanFrontccc.jpg,Time Leap,X360,Adventure,Prototype,Prototype,,0.01,,0.01,,,2009-06-25, -/games/boxart/full_5863266JapanFrontccc.jpg,"Shinobi, Koi Utsutsu: Kanmitsu Hana Emaki",PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-09-28, -/games/boxart/full_1707036JapanFrontccc.jpg,Routes PE,PS2,Adventure,Aquaplus,Aquaplus,,0.01,,0.01,,,2007-01-25, -/games/boxart/full_3851083JapanFrontccc.jpg,Uchida Yasuou Mystery: Meitantei Senken Mitsuhiko Series: Fukutoshin Renzoku Satsujin Jiken,DS,Adventure,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2009-02-26, -/games/boxart/full_8109517JapanFrontccc.jpg,Kono Subarashii Sekai ni Shukufuku o! Kono Yokubukai Game ni Shinpan o!,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-09-07,2018-09-20 -/games/boxart/full_3453922PALFrontccc.jpg,Gobliiins 4,PC,Adventure,Kalypso,Societe Pollene,,0.01,,,0.01,0,2009-04-24, -/games/boxart/full_7425663JapanFrontccc.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd Portable,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2009-06-11, -/games/boxart/full_wand-of-fortune_0JapanFront.jpg,Wand of Fortune,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-06-25, -/games/boxart/full_syk-shinsetsu-saiyuuki-portable_6JapanFront.jpg,S.Y.K: Shinsetsu Saiyuuki Portable,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-07-29, -/games/boxart/full_7189797JapanFrontccc.jpg,Occultic;Nine,PS4,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2017-11-09,2018-09-20 -/games/boxart/full_263381JapanFrontccc.jpeg,Cake-ya San Monogatari: Ooishii Sweets o Tsukurou!,3DS,Adventure,Nippon Columbia,Nippon Columbia,,0.01,,0.01,,,2017-11-09,2017-12-30 -/games/boxart/full_csi-hard-evidence_452AmericaFront.jpg,CSI: Hard Evidence,PC,Adventure,Ubisoft,Telltale Games,,0.01,,,0.01,0,2007-09-25, -/games/boxart/full_928417JapanFrontccc.jpg,Wand of Fortune: Mirai e no Prologue,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_8387069JapanFrontccc.jpg,Heart no Kuni no Alice,PSP,Adventure,Prototype,Prototype,,0.01,,0.01,,,2009-08-20, -/games/boxart/full_8457584JapanFrontccc.jpg,Memories Off,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-05-29, -/games/boxart/full_950495AmericaFrontccc.jpg,Myst IV: Revelation,PC,Adventure,Ubisoft,Ubisoft Montreal,,0.01,0.01,,0,0,2004-09-28, -/games/boxart/full_253238JapanFrontccc.jpg,Hayarigami 3: Keishichou Kaii Jiken File,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2009-08-06, -/games/boxart/full_4373044JapanFrontccc.jpg,Canvas 3: Nanairo no Kiseki,PSP,Adventure,GN Software,HuneX,,0.01,,0.01,,,2010-04-22, -/games/boxart/full_8406775JapanFrontccc.jpg,Mermaid Gothic,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2014-11-20, -/games/boxart/full_asaki-yumemishi_28JapanFront.jpg,"Asaki, Yumemishi",PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2011-04-28, -/games/boxart/full_kamiyo-gakuen-makorouku-kurunugia_5JapanFront.jpg,Kamiyo Gakuen Makorouku Kurunugia,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2008-10-09, -/games/boxart/full_1177918JapanFrontccc.jpg,Satomi Hakkenden: Hamaji Himenoki,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2014-09-25, -/games/boxart/full_6881248JapanFrontccc.jpg,Gakuen Alice: KiraKira * Memory Kiss,PS2,Adventure,Kids Station,Kids Station,,0.01,,0.01,,,2006-06-22, -/games/boxart/full_4992234AmericaFrontccc.jpg,Agatha Christie: Peril at End House,PC,Adventure,DreamCatcher Interactive,Oberon Media,,0.01,,,0.01,0,2009-07-10, -/games/boxart/full_3836645JapanFrontccc.jpg,Scarlett: Nichijou no Kyoukaisen,PS2,Adventure,Kadokawa Shoten,Alchemist,,0.01,,0.01,,,2008-10-30, -/games/boxart/full_2781382JapanFrontccc.jpg,Neo Angelique Special,PSP,Adventure,KOEI,Koei,,0.01,,0.01,,,2008-09-20, -/games/boxart/full_8916128JapanFrontccc.jpg,Real Rode,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2008-12-04, -/games/boxart/full_2279729PALFrontccc.jpg,15 Days,PC,Adventure,DTP Entertainment,House of Tales,,0.01,,,0.01,0,2009-11-20, -/games/boxart/full_5745350JapanFrontccc.jpg,Muv-luv Photonmelodies,PS3,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2014-08-28, -/games/boxart/full_garnet-cradle-portable-kagi-no-himiko_743JapanFront.jpg,Garnet Cradle Portable: Kagi no Himiko,PSP,Adventure,Idea Factory,Otomate,,0.01,,0.01,,,2011-04-07, -/games/boxart/full_3262335JapanFrontccc.jpg,Pia Carrot e Youkoso!! G.P. Gakuen Princess,PS2,Adventure,GN Software,Cocktail Soft,,0.01,,0.01,,,2009-01-22, -/games/boxart/full_6327754JapanFrontccc.jpg,Shirogane no Soleil: Contract to the Future - Mirai e no Keiyaku,PS2,Adventure,Russel,Rusell,,0.01,,0.01,,,2008-10-23, -/games/boxart/full_404330JapanFrontccc.jpg,Hoshizora no Comic Garden,DS,Adventure,D3 Publisher,HuneX,,0.01,,0.01,,,2008-09-11, -/games/boxart/full_3484151JapanFrontccc.jpg,Time Travelers,PSP,Adventure,Level 5,Level 5,,0.01,,0.01,,,2012-07-19,2019-01-02 -/games/boxart/full_6402970JapanFrontccc.jpg,Hatsuyuki Sakura,PSV,Adventure,Entergram,Unknown,,0.01,,0.01,,,2017-03-23, -/games/boxart/full_7448437JapanFrontccc.jpg,Sweet Honey Coming,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2009-09-03, -/games/boxart/full_psychic-detective_1AmericaFront.jpg,Psychic Detective,PS,Adventure,Electronic Arts,Colossal Pictures,,0.01,0.01,,0,0,1995-11-30, -/games/boxart/full_2650945JapanFrontccc.jpg,Sugar + Spice! Anoko no Suteki na Nanimokamo,PS2,Adventure,Alchemist,Chuable Soft,,0.01,,0.01,,,2008-09-25, -/games/boxart/full_kanokon-esuii_5JapanFront.jpg,Kanokon: Esuii,PS2,Adventure,5pb,Genterprise,,0.01,,0.01,,,2008-07-31, -/games/boxart/full_7710096PALFrontccc.jpg,Case Closed: One Truth Prevails,Wii,Adventure,Nobilis,Marvelous Interactive,,0.01,,0.01,,,2009-01-30, -/games/boxart/full_6735282JapanFrontccc.jpg,Wagamama High Spec,PSV,Adventure,iMel,iMel,,0.01,,0.01,,,2017-07-27, -/games/boxart/full_3534285JapanFrontccc.jpg,Naraku no Shiro,PS2,Adventure,Nippon Ichi Software,FOG (Full On Games),,0.01,,0.01,,,2008-03-06, -/games/boxart/full_shinigami-to-shoujo_732JapanFront.jpg,Shinigami to Shoujo,PSP,Adventure,Takuyo,Takuyo,,0.01,,0.01,,,2011-07-28, -/games/boxart/full_9976731JapanFrontccc.jpg,NUGA-CEL!,PS2,Adventure,Idea Factory,Lupinus,,0.01,,0.01,,,2009-07-30, -/games/boxart/full_375606JapanFrontccc.jpg,Utsusemi no Mawari,PSV,Adventure,Matatabi,Matatabi,,0.01,,0.01,,,2017-07-27, -/games/boxart/full_4766017JapanFrontccc.jpg,Love of Renai Koutei of Love!,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-05-25, -/games/boxart/528164ccc.jpg,Legacy of Kain: Defiance,PC,Adventure,Eidos Interactive,Crystal Dynamics,,0.01,,,0.01,0,2003-12-17, -/games/boxart/full_4222157JapanFrontccc.jpg,Tayutama: Kiss on my Deity,X360,Adventure,5pb,Lump of Sugar,,0.01,,0.01,,,2009-11-05, -/games/boxart/full_5139461JapanFrontccc.jpg,Teikoku Kaleido: Kakumei no Rondo,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-09-21, -/games/boxart/full_1554588JapanFrontccc.jpg,Fata Morgana no Kan: Collected Edition,PSV,Adventure,Dramatic Create,Unknown,,0.01,,0.01,,,2017-03-16, -/games/boxart/full_vampire-saga-welcome-to-hell-lock_611PALFront.jpg,Vampire Saga: Welcome to Hell Lock,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0.01,,,0.01,0,2011-07-14,2019-05-03 -/games/boxart/full_2799195JapanFrontccc.jpg,Fortissimo,PSV,Adventure,Otomate Idea Factory,Kadokawa Games,,0.01,,0.01,,,2018-03-08,2018-03-25 -/games/boxart/full_2695606JapanFrontccc.jpg,Fushigi Yuugi: Suzaku Ibun,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2008-05-29, -/games/boxart/full_4646713JapanFrontccc.jpg,Chouchou Jiken Rhapsodic,PSV,Adventure,Idea Factory,RED Entertainment,,0.01,,0.01,,,2017-11-30,2018-01-07 -/games/boxart/full_21332JapanFrontccc.jpg,Edel Blume,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2008-04-24, -/games/boxart/full_3809024AmericaFrontccc.jpg,Sherlock Holmes vs. Jack the Ripper,PC,Adventure,Focus Home Interactive,Frogwares,,0.01,,,0.01,0,2009-05-26, -/games/boxart/full_849513AmericaFrontccc.jpg,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,PC,Adventure,Activision,Gunnar Games,,0.01,,,0.01,0,2009-10-27, -/games/boxart/full_3864559JapanFrontccc.jpg,Arabians Lost: The Engagement on Desert,DS,Adventure,Prototype,QuinRose,,0.01,,0.01,,,2009-09-10, -/games/boxart/full_1563315JapanFrontccc.jpg,Little Anchor,PS2,Adventure,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2009-04-23, -/games/boxart/full_5642477AmericaFrontccc.jpg,Puffins: Island Adventure,DS,Adventure,Majesco,Other Ocean Interactive,,0.01,0.01,,,0,2009-05-26, -/games/boxart/full_6420063JapanFrontccc.jpg,Dear Girl: Stories Hibiki - Hibiki Tokkun Daisakusen!,DS,Adventure,ASCII Media Works,ASCII Media Works,,0.01,,0.01,,,2009-12-17, -/games/boxart/full_7017673JapanFrontccc.jpg,Mitsu x Mitsu Drops: Love x Love Honey Life,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2006-04-06, -/games/boxart/full_5621899JapanFrontccc.jpg,Majin Tantei Nougami Neuro: Neuro to Miko no Bishoku Sanmai,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-06-12, -/games/boxart/full_2630598JapanFrontccc.jpg,Grisaia no Rakuen: Le Eden de la Grisaia,PSP,Adventure,Prototype,Prototype,,0.01,,0.01,,,2014-12-11, -/games/boxart/full_1110860JapanFrontccc.jpg,Urakata Hakuouki: Akatsuki no Shirabe,PSP,Adventure,Idea Factory,ZeroDiv,,0.01,,0.01,,,2014-08-07, -/games/boxart/full_123007JapanFrontccc.jpg,Memories Off 6: T-Wave,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-05-28, -/games/boxart/full_9352062JapanFrontccc.jpg,Side Kicks!,PSV,Adventure,Nippon Ichi Software,Unknown,,0.01,,0.01,,,2017-03-23, -/games/boxart/full_9676929JapanFrontccc.jpg,Bamboo Blade: Sorekara no Chousen,PSP,Adventure,Gadget Soft,Gadget Soft,,0.01,,0.01,,,2009-05-28, -/games/boxart/full_4730580JapanFrontccc.jpg,No Fate! Only the Power of Will,PSP,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_4187489JapanFrontccc.jpg,Memories Off 2nd,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-05-29, -/games/boxart/full_254009JapanFrontccc.jpg,RepKiss,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-04-13,2018-09-21 -/games/boxart/full_1957704JapanFrontccc.jpg,Satomi Hakkenden: Murasame Marunoki,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2015-01-22, -/games/boxart/7757223ccc.jpg,Sea Monsters: A Prehistoric Adventure,DS,Adventure,DSI Games,Atomic Planet Entertainment,,0.01,0.01,,0,0,2008-01-07, -/games/boxart/full_8065603JapanFrontccc.jpg,Yuuzai x Muzai,DS,Adventure,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2009-05-21, -/games/boxart/full_9913965AmericaFrontccc.jpg,Witch's Wish,DS,Adventure,Natsume,Tryfirst,,0.01,,0.01,,,2010-05-26, -/games/boxart/full_9926604JapanFrontccc.jpg,Memories Off: Sorekara,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-08-14, -/games/boxart/full_hoshizora-planet-one-small-step-for_377JapanFront.jpg,Hoshizora * Planet: One Small Step For...,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2011-03-10, -/games/boxart/full_4736980JapanFrontccc.jpg,Shuumatsu Otome Gensou Alicematic Apocalypse,PS2,Adventure,Russel,Russel,,0.01,,0.01,,,2008-05-29, -/games/boxart/full_dc-girls-symphony-pocket_3JapanFront.jpg,D.C. Girl's Symphony Pocket,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-06-24, -/games/boxart/full_1128043JapanFrontccc.jpg,Days of Memories 3,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2009-05-28, -/games/boxart/full_8786994JapanFrontccc.jpg,Renai 0 Kilometer,PSV,Adventure,Kaga Create,ASa Project,,0.01,,0.01,,,2014-08-28, -/games/boxart/full_3908738JapanFrontccc.jpg,Monobeno: Pure Smile,PSV,Adventure,HuneX,Dramatic Create,,0.01,,0.01,,,2014-09-25, -/games/boxart/full_649673JapanFrontccc.jpg,Momotsuki: Koufuu no Misasagi-Ou,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2009-10-01, -/games/boxart/full_the-tiny-bang-story_151PALFront.jpg,The Tiny Bang Story,PC,Adventure,Unknown,Colibri Games,,0.01,,,0.01,0,2011-04-22, -/games/boxart/full_the-adventures-of-tintin-the-game_611PALFront.jpg,The Adventures of Tintin: The Game,PC,Adventure,Ubisoft,Ubisoft,,0.01,0,,0,0,2011-12-06, -/games/boxart/full_9584818JapanFrontccc.jpg,Akiba's Trip 2+A,PS4,Adventure,Acquire,Acquire,,0.01,,0.01,,,2017-02-02,2018-09-21 -/games/boxart/full_3535685JapanFrontccc.png,Date A Live: Rio Reincarnation HD,PS4,Adventure,Compile Heart,Compile Heart,,0.01,,0.01,,,2017-10-12,2018-01-09 -/games/boxart/full_5189147AmericaFrontccc.jpg,Chronicles of Mystery: The Scorpio Ritual,PC,Adventure,City Interactive,Navarre Corporation,,0.01,,,0.01,0,2008-11-26, -/games/boxart/full_8104960AmericaFrontccc.jpg,Bratz: Forever Diamondz,GBA,Adventure,THQ,Barking Lizards,,0.01,0.01,,0,0,2006-09-18, -/games/boxart/full_secret-files-2-puritas-cordis_520AmericaFront.jpg,Secret Files 2: Puritas Cordis,DS,Adventure,Deep Silver,Fusionsphere Systems / Animation Arts,,0.01,,,0.01,0,2009-05-08, -/games/boxart/full_6567693JapanFrontccc.jpg,Harakuju Tantei Gakuen: Steel Wood,PSP,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-04-22, -/games/boxart/6574089ccc.jpg,Harry Potter and the Goblet of Fire,PC,Adventure,Electronic Arts,Electronic Arts,6.7,0.01,,,0.01,0,2005-11-08, -/games/boxart/full_4016JapanFrontccc.jpg,Kira * Kira: Rock 'n' Roll Show,PS2,Adventure,Princess Soft,Princess Soft,,0.01,,0.01,,,2009-02-26, -/games/boxart/full_698172JapanFrontccc.jpg,Moujuu-Tachi to Ohimesama: In Blossom,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-09-07, -/games/boxart/full_4007852JapanFrontccc.jpg,Myself; Yourself: Sorezore no Finale,PS2,Adventure,Yeti,Yeti,,0.01,,0.01,,,2009-05-28, -/games/boxart/full_2931975JapanFrontccc.jpg,Karumaruka Circle,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-06-29, -/games/boxart/full_1477899JapanFrontccc.jpg,Ouran Koukou Host Bu DS,DS,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-03-19, -/games/boxart/full_2317918JapanFrontccc.jpg,Rosario to Vampire CAPU 2: Koi to Yume no Kyousoukyoku,PS2,Adventure,Compile Heart,Compile Heart,,0.01,,0.01,,,2009-07-23, -/games/boxart/full_6557344PALFrontccc.jpg,Darkness and Sorrow: 5 Game Pack,PC,Adventure,Focus Multimedia,Focus Multimedia,,0.01,,,0.01,0,2014-09-26,2019-04-23 -/games/boxart/full_1071732AmericaFrontccc.jpg,The City of Lost Children,PS,Adventure,Psygnosis,Psygnosis,4.9,0.01,0,,0,0,1997-05-31, -/games/boxart/full_pirates-of-black-cove_354AmericaFront.jpg,Pirates of Black Cove,PC,Adventure,Paradox Interactive,Nitro Games,5.5,0.01,,,0.01,0,2011-08-02, -/games/boxart/full_2736121JapanFrontccc.jpg,Shinkyouku Soukai Polyphonica: 3&4 Hanashi Kanketsuhen,PS2,Adventure,Prototype,Visual Arts,,0.01,,0.01,,,2007-12-27, -/games/boxart/full_2183802JapanFrontccc.jpg,Rewrite: Harvest Festa!,PSV,Adventure,Prototype,Prototype,,0.01,,0.01,,,2017-05-18, -/games/boxart/full_5564370JapanFrontccc.jpg,Soukai Buccaneers,PSV,Adventure,Unknown,Unknown,,0.01,,0.01,,,2014-07-17, -/games/boxart/full_7750244JapanFrontccc.jpg,Captain Earth: Mind Labyrinth,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2015-02-26, -/games/boxart/full_3374898PALFrontccc.jpg,Beyond the Legend - Mysteries of Olympus,PC,Adventure,GSP,Big Fish Games,,0.01,,,0.01,0,2016-05-20,2018-09-22 -/games/boxart/full_clear-atarashii-kaze-no-fuku-oka-de_1JapanFront.jpg,Clear: Atarashii Kaze no Fuku Oka de,PS2,Adventure,Sweets,Moonstone,,0.01,,0.01,,,2009-02-19, -/games/boxart/full_7659349JapanFrontccc.jpg,Simple DS Series Vol. 47: The Suiri: Shinshou 2009,DS,Adventure,D3 Publisher,Tomcat System,,0.01,,0.01,,,2009-03-05, -/games/boxart/full_3144190JapanFrontccc.jpg,Canvas 3: Tanshoku no Pastel,PS2,Adventure,GN Software,GN Software,,0.01,,0.01,,,2009-09-17, -/games/boxart/full_9587900JapanFrontccc.jpg,DS Dengeki Bunko ADV: Baccano!,DS,Adventure,Media Works,Media Works,,0.01,,0.01,,,2008-02-28, -/games/boxart/full_6671372JapanFrontccc.jpg,NG,PSV,Adventure,Experience Inc.,Experience Inc.,,0.01,,0.01,,,2018-09-13,2019-03-09 -/games/boxart/full_9634952JapanFrontccc.jpg,Timepiece Ensemble,PSV,Adventure,Entergram,Unknown,,0.01,,0.01,,,2017-02-23, -/games/boxart/full_6755652JapanFrontccc.jpg,Memories Off: AfterRain,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-06-25, -/games/boxart/full_7690785JapanFrontccc.jpg,Sakura Note: Imanitsu na Garu Mirai,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2009-11-05, -/games/boxart/full_7679642PALFrontccc.jpg,Heaven's Hope,PC,Adventure,EuroVideo Medien,Mosaic,,0.01,,,0.01,0,2016-02-26,2018-09-22 -/games/boxart/full_2004339JapanFrontccc.jpg,Hoshiiro no Okurimono,PS2,Adventure,Takuyo,Takuyo,,0.01,,0.01,,,2007-11-08, -/games/boxart/full_3528518JapanFrontccc.jpg,Kurayami no Hate de Kimi o Matsu,DS,Adventure,D3 Publisher,D3 Publisher,,0.01,,0.01,,,2009-10-22, -/games/boxart/full_4895836JapanFrontccc.jpg,Final Approach 2: 1st Priority Portable,PSP,Adventure,Princess Soft,Princess Soft,,0.01,,0.01,,,2009-04-30, -/games/boxart/full_2084535PALFrontccc.jpg,Syberia 2,NS,Adventure,Microids,Microids,,0.01,,,0.01,0,2017-11-30,2019-04-06 -/games/boxart/4203990ccc.jpg,Journey to the Center of the Earth,DS,Adventure,THQ,Midway Games,,0.01,0.01,,0,0,2008-06-30, -/games/boxart/full_lost-identities_1PALFront.jpg,Lost Identities,DS,Adventure,SVG Distribution,dtp entertainment AG,,0.01,,,0.01,0,2011-03-29, -/games/boxart/full_5401413JapanFrontccc.jpg,Suigetsu Portable,PSP,Adventure,GN Software,GN Software,,0.01,,0.01,,,2008-10-30, -/games/boxart/full_4601928AmericaFrontccc.jpg,Curse: The Eye of Isis,XB,Adventure,DreamCatcher Interactive,Asylum Entertainment,,0.01,0.01,,0,0,2003-12-08, -/games/boxart/full_hakuouki-3d_56JapanFront.jpg,Hakuouki 3D,3DS,Adventure,Aksys Games,Idea Factory,,0.01,,,0.01,0,2013-09-19, -/games/boxart/full_2951329JapanFrontccc.jpg,Fukakutei Sekai no Tantei Shinshi: Akugyou Futaasa no Jiken File,PS2,Adventure,Abel,Abel Software,,0.01,,0.01,,,2009-01-29, -/games/boxart/full_243066JapanFrontccc.jpg,Simple DS Series Vol. 45: The Misshitsukara no Dasshutsu 2,DS,Adventure,D3 Publisher,Intense,,0.01,,0.01,,,2008-11-27, -/games/boxart/full_3135134AmericaFrontccc.jpg,Dark Parables: The Little Mermaid and the Purple Tide,PC,Adventure,Astragon,Big Fish Games,,0.01,,,0.01,0,2016-03-16,2018-02-21 -/games/boxart/full_2492761JapanFrontccc.jpg,Kurenai no Homura: Sanada Ninpou Chou,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-06-26,2018-08-12 -/games/boxart/full_7660036PALFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,PC,Adventure,Assemble Entertainment,CrazyBunch,,0.01,,,0.01,0,2018-11-07,2018-11-08 -/games/boxart/full_4812737JapanFrontccc.jpg,Shin Hisui no Shizuku: Hiiro no Kakera 2,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-10-01, -/games/boxart/full_2440372JapanFrontccc.jpg,Tsuihou Senkyo,PSV,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2017-04-27,2018-09-21 -/games/boxart/full_4217802PALFrontccc.jpeg,Haunted Hotel: Ancient Curse,PC,Adventure,Big Fish Games,Astragon,,0.01,,,0.01,0,2016-02-10,2018-09-22 -/games/boxart/full_3212903JapanFrontccc.jpg,Yuukyuu no Tierblade: Fragments of Memory,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2017-10-05, -/games/boxart/full_4686463PALFrontccc.jpg,Horrible Histories: Ruthless Romans,DS,Adventure,Graffiti,Virtual Identity,,0.01,0,,0,0,2010-03-14, -/games/boxart/full_second-novel-kanojo-no-natsu-15-bun-no-kioku_339JapanFront.jpg,"Second Novel: Kanojo no Natsu, 15-Bun no Kioku",PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2010-07-29, -/games/boxart/full_2194920JapanFrontccc.jpg,Hanasaki Work Spring!,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-04-27, -/games/boxart/full_4773362JapanFrontccc.jpg,Desert Kingdom,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2010-05-27, -/games/boxart/full_8700740JapanFrontccc.jpg,Orfleurs: Koufuku no Hanataba,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-01-16, -/games/boxart/full_survivor_32AmericaFront.png,Survivor,Wii,Adventure,Valcon Games,Mindscape Inc.,,0.01,0.01,,,0,2010-10-19, -/games/boxart/9570577ccc.jpg,Nancy Drew: The Phantom of Venice,PC,Adventure,Her Interactive,Her Interactive,,0.01,0,,,0,2008-07-11, -/games/boxart/full_3124063JapanFrontccc.jpg,Wand of Fortune R2 FD: Kimi ni Sasageru Epilogue,PSV,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-10-04,2018-11-17 -/games/boxart/full_1062639JapanFrontccc.jpg,Ever17 〜the out of infinity〜 Premium Edition,PSP,Adventure,CyberFront,KID Corporation,,0.01,,0.01,,,2009-03-12, -/games/boxart/5061589ccc.jpg,Nancy Drew: Secret of the Scarlet Hand,PC,Adventure,DreamCatcher Interactive,Her Interactive,,0.01,0.01,,,0,2002-09-04, -/games/boxart/full_6950685JapanFrontccc.jpg,Under the Moon: Crescent,PS2,Adventure,Dimple Entertainment,Dimple Entertainment,,0.01,,0.01,,,2009-06-25, -/games/boxart/full_5772358JapanFrontccc.jpg,Kamidanomi Shisugite Ore no Mirai ga Yabai.,PSV,Adventure,Entergram,Entergram,,0.01,,0.01,,,2017-11-22,2017-12-30 -/games/boxart/full_7103161JapanFrontccc.jpg,KLAP!! Kind Love And Punish: Fun Party,PSV,Adventure,Idea Factory,Unknown,,0.01,,0.01,,,2017-03-30, -/games/boxart/full_4181835JapanFrontccc.jpg,Memories Off 6: Next Relation,X360,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-08-27, -/games/boxart/full_5222895JapanFrontccc.jpg,Akai Ito Destiny DS,DS,Adventure,Alchemist,Alchemist,,0.01,,0.01,,,2009-03-26, -/games/boxart/full_9671777AmericaFrontccc.jpg,Hidden Expedition: The Crown of Solomon,PC,Adventure,Focus Multimedia,Big Fish Games,,0.01,,,0.01,0,2014-11-19,2019-05-01 -/games/boxart/3760589ccc.jpg,Nancy Drew: Message in a Haunted Mansion,GBA,Adventure,DreamCatcher Interactive,Handheld Games,,0.01,0,,0,0,2001-11-15, -/games/boxart/full_3299468JapanFrontccc.jpg,Tokeijikake no Ley Line: Kagerou ni Samayou Majo,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-04-27, -/games/boxart/full_tori-no-hoshi-aerial-planet_0JapanFront.jpg,Tori no Hoshi: Aerial Planet,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2008-02-28, -/games/boxart/full_dark-fall-3-lost-souls_658PALFront.jpg,Dark Fall 3: Lost Souls,PC,Adventure,The Adventure Company,Darkling Room,,0.01,,,0,0,2010-01-01, -/games/boxart/full_7296910JapanFrontccc.jpg,Hiiro no Kakera Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,0.01,,0.01,,,2009-10-01, -/games/boxart/default.jpg,Twisted Lands: Insomniac,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0.01,0.01,,,0,2011-10-19,2019-05-03 -/games/boxart/full_4023261AmericaFrontccc.jpg,Enigmatis 3: The Shadow Of Karkhala,PC,Adventure,GSP,Artifex Mundi sp. z o.o.,,0.01,,,0.01,0,2017-06-30,2018-09-22 -/games/boxart/full_3460217JapanFrontccc.jpg,Taishou Yakyuujou: Otome Tatsuno Seishun Nikki,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2009-10-29, -/games/boxart/full_9923960JapanFrontccc.jpg,Princess Nightmare,PS2,Adventure,Karin Entertainment,Karin Entertainment,,0.01,,0.01,,,2008-04-24, -/games/boxart/full_4851605JapanFrontccc.jpg,Steam Prison: Nanatsu no Bitoku,PSV,Adventure,Dramatic Create,Dramatic Create,,0.01,,0.01,,,2017-09-26, -/games/boxart/full_9018646AmericaFrontccc.jpg,Scratches,PC,Adventure,Got Game Entertainment,Nucleosys,,0.01,,,0.01,0,2006-03-08, -/games/boxart/full_4499135JapanFrontccc.jpg,Heiligenstadt no Uta,PSV,Adventure,Nippon Cultural Broadcasting eXtend,Nippon Cultural Broadcasting eXtend,,0.01,,0.01,,,2017-09-28, -/games/boxart/full_4338885JapanFrontccc.jpg,PW: Project Witch,PSP,Adventure,GungHo,GungHo Works,,0.01,,0.01,,,2009-07-23, -/games/boxart/full_9869497JapanFrontccc.jpg,Re: Vice[d],PSV,Adventure,Idea Factory,Design Factory,,0.01,,0.01,,,2014-07-24, -/games/boxart/full_3135313JapanFrontccc.jpg,Like Life Every Hour,PSP,Adventure,GN Software,GN Software,,0.01,,0.01,,,2009-10-01, -/games/boxart/full_2091661JapanFrontccc.jpg,Iwaihime: Matsuri,PSV,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2017-09-07,2018-08-01 -/games/boxart/full_5528190JapanFrontccc.jpg,Majin Tantei Nougami Neuro: Battle de Yo!,PS2,Adventure,Compile,Compile Heart,,0.01,,0.01,,,2008-08-28, -/games/boxart/full_6276680JapanFrontccc.jpg,Island,PSV,Adventure,Prototype,Unknown,,0.01,,0.01,,,2017-02-23, -/games/boxart/full_9931624JapanFrontccc.jpg,Memories Off: Omoide ni Kawaru-Kun,PSP,Adventure,5pb,5pb. Games,,0.01,,0.01,,,2008-08-14, -/games/boxart/full_1345175JapanFrontccc.jpg,Moe Moe 2-ji Taisen (Ryoku) * Deluxe,PS2,Adventure,System Soft,System Soft Alpha,,0.01,,0.01,,,2008-11-27, -/games/boxart/full_shonen-kininden-tsumuji_272JapanFront.jpg,Shonen Kininden Tsumuji,DS,Adventure,Electronic Arts,Neuron Age,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_3487786JapanFrontccc.jpg,Akagawa Jirou Mystery: Tsuki no Hikari,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2008-11-06, -/games/boxart/full_3485758AmericaFrontccc.jpg,Leisure Suit Larry: Box Office Bust,PC,Adventure,Codemasters,Team17 Software,,0.01,,,0.01,0,2009-03-31, -/games/boxart/full_6706726JapanFrontccc.jpeg,Oretachi no Sekai wa Shimatteiru,PSV,Adventure,RED Entertainment,RED Entertainment,,0.01,,0.01,,,2017-11-09,2017-12-30 -/games/boxart/full_8134540JapanFrontccc.jpg,Majo'ou,PSP,Adventure,Quinrose,QuinRose,,0.01,,0.01,,,2014-07-31, -/games/boxart/full_3871745AmericaFrontccc.jpg,Jewel Quest 6: The Sapphire Dragon,PC,Adventure,Avanquest Software,Big Fish Games,,0.01,,,0,0,2012-03-23,2019-05-01 -/games/boxart/6205811ccc.gif,The Aly & AJ Adventure,DS,Adventure,"Destination Software, Inc",Frame Studios Interactive,,0.01,0,,,0,2007-10-16, -/games/boxart/full_3133359JapanFrontccc.jpg,Nizu no Senritsu Portable 2: Hi no Kioku,PSP,Adventure,CyberFront,CyberFront,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_5111037JapanFrontccc.jpg,Infinite Loop: Kojjou ga Miseta Yume,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2008-07-24, -/games/boxart/1126355ccc.gif,Nancy Drew: The Deadly Secret of Olde World Park,DS,Adventure,Majesco,Gorilla Systems,,0.01,0,,,0,2007-09-18, -/games/boxart/full_7376175JapanFrontccc.jpg,Tokyo Yamanote Boys for V: Main Disc,PSV,Adventure,Rejet,Rejet,,0.01,,0.01,,,2017-06-22, -/games/boxart/full_2351879JapanFrontccc.jpg,NadePro!! Kisama no Seiyuu Yatte Miro!,PS2,Adventure,GungHo,GungHo Works,,0.01,,0.01,,,2009-10-29, -/games/boxart/full_745946JapanFrontccc.jpg,Monochrome Fighter: Cross Road,PS2,Adventure,5pb,Genterprise,,0.01,,0.01,,,2008-11-27, -/games/boxart/full_3054319JapanFrontccc.jpg,Enkeltbillet,PSP,Adventure,Idea Factory,Otomate,,0.01,,0.01,,,2014-07-31, -/games/boxart/full_243165JapanFrontccc.jpg,Dynamic Chord feat. Apple-Polisher: V Edition,PSV,Adventure,honeybee,honeybee,,0.01,,0.01,,,2018-06-28,2018-08-12 -/games/boxart/full_6732802JapanFrontccc.jpg,Harukanaru Toki no Naka de 4,Wii,Adventure,KOEI,Koei,,0.01,,0.01,,,2008-06-19, -/games/boxart/1971486ccc.jpg,The Spiderwick Chronicles,PC,Adventure,Sierra Entertainment,Stormfront Studios,,0.01,0,,0,0,2008-02-05, -/games/boxart/full_nathalie-brooks-the-treasures-of-the-lost-kingdom_4PALFront.jpg,Natalie Brooks: The Treasures of the Lost Kingdom,DS,Adventure,Foreign Media Games,Foreign Media Games,,0.01,,,0,0,2010-10-08, -/games/boxart/full_2648856JapanFrontccc.jpg,Skip Beat!,PS2,Adventure,5pb,5pb. Inc.,,0.01,,0.01,,,2009-05-28, -/games/boxart/full_8849677AmericaFrontccc.jpg,GRIP: Combat Racing,PS4,Racing,U&I Entertainment,Caged Element,,0.01,0.01,,,0,2018-11-06,2018-09-11 -/games/boxart/full_8211115PALFrontccc.jpg,SBK09 Superbike World Championship,PS3,Racing,Black Bean Games,Milestone,,0.01,,,0.01,0,2009-05-29, -/games/boxart/full_9344644AmericaFrontccc.jpg,TrackMania Turbo,PC,Racing,Ubisoft,Nadeo,,0.01,,,0.01,0,2016-03-22,2018-05-29 -/games/boxart/full_6139177AmericaFrontccc.jpg,Moto Racer 4,NS,Racing,Maximum Games,Microids,,0.01,0.01,,,0,2018-11-20,2018-10-27 -/games/boxart/full_3865707AmericaFrontccc.jpg,Alfa Romeo Racing Italiano,PS2,Racing,Valcon Games,Milestone,,0.01,0.01,,0.01,0,2006-03-16, -/games/boxart/full_honda-atv-fever_764AmericaFront.jpg,Honda ATV Fever,DS,Racing,Storm City Games,Beyond Reality,,0.01,0.01,,,0,2010-10-07, -/games/boxart/full_2295760AmericaFrontccc.jpg,FlatOut 4: Total Insanity,XOne,Racing,Strategy First,Kylotonn Entertainment,,0.01,0.01,,,0,2017-05-05,2018-09-15 -/games/boxart/full_1685035AmericaFrontccc.png,MXGP 2,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.01,,,0.01,0,2016-04-08,2018-06-19 -/games/boxart/full_3582235AmericaFrontccc.jpg,MotoGP 3: Ultimate Racing Technology,XB,Racing,THQ,Climax Group,,0.01,0.01,,0,0,2005-08-30, -/games/boxart/full_1138096AmericaFrontccc.jpg,V-Rally 4,PS4,Racing,Bigben Interactive,Kylotonn,,0.01,0.01,,,0,2018-09-11,2019-03-22 -/games/boxart/full_4567635AmericaFrontccc.jpg,Moto Racer 4,PS4,Racing,Microids,Microids,,0.01,0.01,,,0,2017-01-24, -/games/boxart/full_8665091JapanFrontccc.jpg,bit Generations: Dotstream,GBA,Racing,Nintendo,skip Ltd.,8,0.01,,0.01,,0,2006-07-13, -/games/boxart/full_9001787PALFrontccc.jpg,Colin McRae Rally 2005 plus,PSP,Racing,Codemasters,Six by Nine,,0.01,,0.01,0,0,2005-09-01, -/games/boxart/full_superstars-v8-next-challenge_363AmericaFront.jpg,Superstars V8 Next Challenge,X360,Racing,Deep Silver,Milestone S.r.l.,,0.01,0,,0.01,0,2011-01-25, -/games/boxart/4173443ccc.jpg,Action Girlz Racing,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0.01,0.01,,0,0,2008-01-29, -/games/boxart/full_378961PALFrontccc.jpg,Fast Racing Neo,WiiU,Racing,Shin'en,Shin'en,8.1,0.01,,,0.01,0,2015-12-10,2018-02-01 -/games/boxart/full_9334115AmericaFrontccc.jpg,Mini Desktop Racing,Wii,Racing,Conspiracy Entertainment,DDI,,0.01,0.01,,0,0,2007-11-20, -/games/boxart/full_8711184AmericaFrontccc.jpg,Import Tuner Challenge (JP sales),X360,Racing,Ubisoft,Genki,,0.01,,0.01,,,2006-09-26, -/games/boxart/2778735ccc.jpg,Crusty Demons,XB,Racing,Evolved Games,Climax Group,,0.01,0.01,,0,0,2006-06-27, -/games/boxart/7316717ccc.jpg,Pocket Racers,PSP,Racing,Konami,Blade Interactive,3.8,0.01,0.01,,,0,2006-11-14, -/games/boxart/full_4926815AmericaFrontccc.jpg,Sideswiped,DS,Racing,Majesco,Recom,,0.01,0.01,,,0,2009-10-20, -/games/boxart/full_7984251AmericaFrontccc.jpg,Sébastien Loeb Rally EVO,PC,Racing,Milestone S.r.l,Milestone S.r.l,,0.01,,,0.01,0,2016-01-29,2018-09-13 -/games/boxart/full_7599225PALFrontccc.jpg,MotoGP 15,X360,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.01,,,0.01,0,2015-06-24,2018-04-24 -/games/boxart/full_7293146AmericaFrontccc.jpg,Trailblazers,NS,Racing,Rising Star Games,Supergonk,,0.01,0.01,,,0,2018-04-15,2018-09-22 -/games/boxart/full_8045951PALFrontccc.jpg,F1 2018,PC,Racing,Codemasters,Codemasters Birmingham,,0.01,,,0.01,0,2018-08-24,2018-09-26 -/games/boxart/full_8348324AmericaFrontccc.jpg,Micro Machines V4,PS2,Racing,Codemasters,Supersonic Software,,0.01,0.01,,0,0,2006-06-27, -/games/boxart/full_7763640AmericaFrontccc.jpg,SBK Superbike World Championship,PSP,Racing,Conspiracy Entertainment,Milestone,,0.01,0.01,,0,0,2009-03-17, -/games/boxart/full_4203114AmericaFrontccc.jpg,Karnaaj Rally,GBA,Racing,Jaleco,Paragon 5,7.9,0.01,0.01,,0,0,2003-01-02, -/games/boxart/full_4143104AmericaFrontccc.jpg,Full Auto 2: Battlelines,PSP,Racing,Sega,Deep Fried Entertainment,5.5,0.01,0,,0,0,2007-03-20, -/games/boxart/full_5975509JapanFrontccc.jpg,Yattaman Wii: BikkuriDokkiri Machine de Mou Race da Koron,Wii,Racing,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2008-12-11, -/games/boxart/full_1678207AmericaFrontccc.jpg,ATV Renegades,PS4,Racing,Nighthawk Interactive,Nighthawk Interactive,,0.01,0.01,,,0,2017-04-18,2018-09-14 -/games/boxart/full_4389616AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,PS2,Racing,Activision,Left Field Productions,,0.01,0,,0,0,2008-10-28, -/games/boxart/6254610ccc.jpg,FlatOut: Ultimate Carnage,PC,Racing,Empire Interactive,Bugbear Entertainment,,0.01,,,0.01,0,2008-09-02, -/games/boxart/full_9336503AmericaFrontccc.jpg,All-Star Fruit Racing,NS,Racing,PQube,3DClouds.it,,0.01,0.01,,,0,2018-08-21,2019-03-24 -/games/boxart/full_aladdin-magic-racer_209AmericaFront.jpg,Aladdin Magic Racer,Wii,Racing,Big Ben Interactive,Red Wagon,,0.01,0.01,,,0,2011-12-27, -/games/boxart/9109218ccc.jpg,Juiced 2: Hot Import Nights,PC,Racing,THQ,Juice Games,,0.01,,,0.01,0,2008-03-20, -/games/boxart/full_8388290PALFrontccc.jpg,Superstars V8 Racing,X360,Racing,Black Bean Games,Milestone S.r.l,,0.01,,,0.01,0,2009-06-26, -/games/boxart/full_3827915AmericaFrontccc.jpg,Cars 3: Driven to Win,PS3,Racing,Warner Bros. Interactive Entertainment,Avalanche Software,,0.01,0.01,,,0,2017-06-13,2018-01-14 -/games/boxart/full_5783262AmericaFrontccc.jpg,Sébastien Loeb Rally EVO,XOne,Racing,Square Enix,Milestone S.r.l,,0.01,,,0.01,0,2016-03-22,2018-09-13 -/games/boxart/7423907ccc.jpg,Sega Rally Revo,PC,Racing,Sega,Sega Racing Studio,,0.01,,,0.01,0,2007-11-19, -/games/boxart/full_4755861PALFrontccc.jpg,Ride,X360,Racing,Milestone S.r.l.,Milestone S.r.l.,,0.01,,,0.01,0,2015-06-23,2018-04-24 -/games/boxart/2311930ccc.jpg,Auto Modellista,XB,Racing,Capcom,Capcom,,0.01,0,,0,0,2004-01-20, -/games/boxart/full_naild_8AmericaFront.jpg,nail'd,PC,Racing,Deep Silver,Techland,,0.01,,,0.01,0,2010-11-30, -/games/boxart/full_maximum-racing-rally-racer_426AmericaFront.jpg,Maximum Racing: Rally Racer,Wii,Racing,Unknown,Brain in a Jar,,0.01,0.01,,,0,2011-03-29, -/games/boxart/full_4511467PALFrontccc.jpg,SBK09 Superbike World Championship,X360,Racing,Black Bean Games,Milestone,,0.01,,,0.01,0,2009-05-29, -/games/boxart/full_4469647AmericaFrontccc.jpg,ATV Renegades,XOne,Racing,Nighthawk Interactive,Nighthawk Interactive,,0.01,0,,,0,2017-04-18,2018-09-14 -/games/boxart/4778992ccc.jpg,Spy Hunter: Nowhere To Run,XB,Racing,Midway Games,Terminal Reality,,0.01,0,,0,0,2006-09-05, -/games/boxart/full_4517497JapanFrontccc.jpg,Shinseiki GPX Cyber Formula VS,PSP,Racing,Sunrise Interactive,Sunrise Interactive,,0.01,,0.01,,,2008-07-10, -/games/boxart/full_4691818AmericaFrontccc.jpg,MotoGP 08,PC,Racing,Capcom,MileStone Inc.,,0.01,,,0.01,0,2008-10-28, -/games/boxart/full_maximum-racing-sprint-cars_520AmericaFront.jpg,Maximum Racing: Sprint Cars,Wii,Racing,Unknown,Brain in a Jar,,0.01,0.01,,,0,2011-05-31, -/games/boxart/full_flatout_4AmericaFront.jpg,FlatOut,Wii,Racing,Zoo Games,Team6 Game Studios,,0.01,0.01,,,0,2010-11-09, -/games/boxart/full_5879377JapanFrontccc.jpg,MotorStorm Complete,PS3,Racing,Sony Computer Entertainment,Evolution Studios,,0.01,,0.01,,,2008-05-22, -/games/boxart/full_5565641AmericaFrontccc.jpg,Hello Kitty Kruisers,WiiU,Racing,Bergsala Lightweight,Scarab,,0.01,0.01,,,0,2014-03-21,2018-01-25 -/games/boxart/full_912625PALFrontccc.jpg,WRC 5: FIA World Rally Championship,PC,Racing,Bigben Interactive,Kylotonn Entertainment,,0.01,,,0.01,0,2015-11-24,2018-04-24 -/games/boxart/full_4193473JapanFrontccc.jpg,Mini Yonkyu DS,DS,Racing,Rocket Company,Rocket Company,,0.01,,0.01,,,2009-12-17, -/games/boxart/full_2235276AmericaFrontccc.png,ATV Drift & Tricks,NS,Racing,Microids,Artefacts Studio,,0.01,0.01,,,0,2018-11-22,2018-10-31 -/games/boxart/full_6295137PALFrontccc.jpg,Asphalt: Urban GT 2,PSP,Racing,Unknown,Game Source,,0.01,,,0.01,0,, -/games/boxart/full_6228134AmericaFrontccc.jpg,V-Rally 4,XOne,Racing,Bigben Interactive,Kylotonn,,0.01,0.01,,,0,2018-09-11,2019-03-22 -/games/boxart/full_super-karts_213AmericaFront.jpg,Maximum Racing: Super Karts,Wii,Racing,Unknown,Nordic Games Publishing,,0.01,0.01,,0,0,2011-06-28, -/games/boxart/full_7005272AmericaFrontccc.jpg,Rig Racer 2,Wii,Racing,Bold Games,Data Design Interactive,,0.01,0.01,,,0,2008-01-02, -/games/boxart/full_sega-rally-championship_931AmericaFront.jpg,Sega Rally Championship,GBA,Racing,Sega,Sega,,0.01,0.01,,0,0,2003-03-10, -/games/boxart/9793775ccc.jpg,City Racer,GC,Racing,Ubisoft,Ubisoft,,0.01,0.01,,0,0,2003-04-29, -/games/boxart/full_maximum-racing-super-truck-racer_863AmericaFront.jpg,Maximum Racing: Super Truck Racer,Wii,Racing,Unknown,Brain in a Jar,,0.01,0.01,,,0,2011-05-31, -/games/boxart/full_micro-machines-v4_5AmericaFront.jpg,Micro Machines V4,DS,Racing,Codemasters,Supersonic Software,,0.01,0.01,,0,0,2007-02-20, -/games/boxart/full_7723029AmericaFrontccc.jpg,WRC 5: FIA World Rally Championship,X360,Racing,Bigben Interactive,Kylotonn Entertainment,,0.01,,,0.01,0,2015-11-24,2018-04-24 -/games/boxart/1755581ccc.jpg,Aggressive Inline,GBA,Sports,Acclaim Entertainment,Full-Fat,7.3,0.01,0,,0,0,2002-08-27, -/games/boxart/full_summer-challenge-athletics-tournament_745PALFront.jpg,Summer Challenge: Athletics Tournament,PC,Sports,PQube,DTP Entertainment,,0.01,,,0.01,0,2011-09-02, -/games/boxart/full_1132076AmericaFrontccc.jpg,Top Spin 2,GBA,Sports,2K Sports,Indie Built,6.6,0.01,0,,0,0,2006-03-29, -/games/boxart/full_7813610AmericaFrontccc.jpg,Kidz Sports: Ice Hockey,Wii,Sports,Bold Games,Data Design Interactive,,0.01,0,,0,0,2008-01-14, -/games/boxart/full_8353898PALFrontccc.jpg,Brian Lara 2007 Pressure Play,PSP,Sports,Codemasters,Codemasters,,0.01,,,0,0,2007-08-31, -/games/boxart/full_8527363PALFrontccc.jpg,Fantastic Football Fan Party,Wii,Sports,DTP Entertainment,DTP Entertainment,,0.01,,,0,0,2010-06-04, -/games/boxart/full_8081741AmericaFrontccc.jpg,NBA 2K10,PC,Sports,2K Sports,Visual Concepts,,0.01,,,0.01,0,2009-10-12, -/games/boxart/8799266ccc.jpg,AMF Xtreme Bowling,XB,Sports,Bethesda Softworks,Mud Duck Productions,,0.01,0.01,,0,0,2006-06-28, -/games/boxart/full_professional-fishermans-tour-big-bass-open_447JapanFront.jpg,Professional Fisherman's Tour: Big Bass Open,3DS,Sports,UFO Interactive,Starfish SD,,0.01,0.01,,,0,2011-10-11, -/games/boxart/full_8034490PALFrontccc.jpg,Championship Manager 2007,X360,Sports,Eidos Interactive,Beautiful Game Studios,,0.01,,,0.01,0,2007-03-30, -/games/boxart/full_9509323PALFrontccc.jpg,PDC World Championship Darts 2008,X360,Sports,Unknown,Mere Mortals,,0.01,,,0.01,0,, -/games/boxart/full_95865PALFrontccc.jpg,Handball 16,X360,Sports,Bigben Interactive,EKO Software,,0.01,,,0.01,0,2015-11-27,2018-04-24 -/games/boxart/full_9114894JapanFrontccc.jpg,Pro Golfer Saru,Wii,Sports,Namco Bandai,Eighting,,0.01,,0.01,,,2008-10-23, -/games/boxart/full_3051546AmericaFrontccc.jpg,Madden NFL 08,PC,Sports,EA Sports,EA Tiburon,,0.01,,,0.01,0,2007-08-14, -/games/boxart/full_4114936JapanFrontccc.jpg,Koukou Yakyuu Dou DS,DS,Sports,Spike,Spike,,0.01,,0.01,,,2009-07-23, -/games/boxart/5140640ccc.jpg,Beijing 2008,PC,Sports,Sega,Eurocom Entertainment Sofftware,,0.01,,,0.01,0,2008-08-04, -/games/boxart/full_6828677AmericaFrontccc.jpg,Blood Bowl,PSP,Sports,Focus Home Interactive,Cyanide Studio,5,0.01,,,0.01,0,2010-04-13, -/games/boxart/full_6673059JapanFrontccc.jpg,Derby Time Online,PS3,Sports,Sony Computer Entertainment,SCE Japan Studio,,0.01,,0.01,,,2008-11-13, -/games/boxart/full_4977714AmericaFrontccc.jpg,Kidz Sports: Basketball,Wii,Sports,Bold Games,Data Design Interactive,,0.01,0.01,,,0,2008-01-14, -/games/boxart/full_7660277JapanFrontccc.jpg,G1 Jockey 4 2008,PS2,Sports,KOEI,Koei/Inis,,0.01,,0.01,,,2008-09-18, -/games/boxart/2982850ccc.jpg,Disney Sports Basketball,GC,Sports,Konami,Konami,4,0.01,0.01,,0,0,2003-01-13, -/games/boxart/full_603557JapanFrontccc.jpg,Kodawari Saihai Simulation: Ocha no Ma Pro Yakyuu DS,DS,Sports,Now Production,Now Production,,0.01,,0.01,,,2009-06-04, -/games/boxart/full_6885524AmericaFrontccc.jpg,Kidz Sports International Soccer,Wii,Sports,Bold Games,DDI,,0.01,0.01,,,0,2008-10-21, -/games/boxart/full_2475811PALFrontccc.jpg,Brian Lara International Cricket 2007,X360,Sports,Codemasters,Codemasters,7.3,0.01,,,0.01,0,2007-03-23, -/games/boxart/full_7747458PALFrontccc.jpg,PDC World Championship Darts 2008,PC,Sports,Unknown,Mere Mortals,,0.01,,,0.01,0,, -/games/boxart/full_1016161PALFrontccc.jpg,Football Manager 2008,X360,Sports,Sega,Sports Interactive,,0.01,,,0.01,0,2008-03-28, -/games/boxart/full_2427962PALFrontccc.jpg,PES 2009: Pro Evolution Soccer,PC,Sports,Konami,Konami,,0.01,,,0.01,0,2008-10-17, -/games/boxart/full_9159782PALFrontccc.jpg,Don Bradman Cricket 14,X360,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2014-04-03, -/games/boxart/full_6540979PALFrontccc.jpg,Free Running,PSP,Sports,Unknown,Core Design Ltd.,,0.01,,,0.01,0,, -/games/boxart/full_9495552AmericaFrontccc.jpg,Tiger Woods PGA Tour 06,PC,Sports,EA Sports,EA Sports,,0.01,0.01,,0,0,2005-09-20, -/games/boxart/full_9671531AmericaFrontccc.jpg,WTA Tour Tennis,GC,Sports,Konami,Konami,,0.01,0.01,,0,0,2002-09-24, -/games/boxart/default.jpg,International Cricket Captain 2009,PC,Sports,Empire Interactive,Empire Interactive,,0.01,,,0.01,0,2009-05-05, -/games/boxart/full_6369314PALFrontccc.jpg,World Snooker Challenge 2005,PSP,Sports,Sega,Blade Interactive,,0.01,,,0.01,0,2005-09-01, -/games/boxart/full_6311749AmericaFrontccc.jpg,NBA 2K13,PSP,Sports,2K Sports,Visual Concepts,,0.01,0,,0,0,2012-10-02,2018-01-04 -/games/boxart/3165164ccc.jpg,Pro Evolution Soccer 2008,DS,Sports,Konami,Konami,,0.01,0.01,,0,0,2008-03-11, -/games/boxart/2367365ccc.png,Backyard Sports Baseball 2007,PS2,Sports,Atari,Game Brains,,0.01,0,,0,0,2006-09-05, -/games/boxart/full_4453636JapanFrontccc.png,Winning Post World 2010,Wii,Sports,KOEI,Koei,,0.01,,0.01,,,2010-04-02, -/games/boxart/full_329009AmericaFrontccc.jpg,NCAA College Basketball 2K3,GC,Sports,Sega,Kush Games,,0.01,0.01,,0,0,2002-11-02, -/games/boxart/4092928ccc.jpg,Gravity Games Bike: Street Vert Dirt,XB,Sports,Midway Games,Midway Games,,0.01,0.01,,0,0,2002-09-04, -/games/boxart/full_5928301AmericaFrontccc.jpg,NHL 16,X360,Sports,EA Sports,EA Canada,,0.01,,,0.01,0,2015-09-15, -/games/boxart/full_7288832PALFrontccc.jpg,Handball 16,PC,Sports,Bigben Interactive,EKO Software,,0.01,,,0.01,0,2015-11-27,2018-04-24 -/games/boxart/full_9197134JapanFrontccc.jpg,Power Smash: Live Match!,PS3,Sports,Sega,Sumo Digital,,0.01,,0.01,,,2010-03-25, -/games/boxart/full_6444379JapanFrontccc.jpg,Hanshin Tigers DS,DS,Sports,Spike,Spike,,0.01,,0.01,,,2008-08-28, -/games/boxart/2904181ccc.jpg,NHL 08,PC,Sports,Electronic Arts,Electronic Arts,,0.01,,,0.01,0,2007-09-11, -/games/boxart/full_8150396PALFrontccc.jpg,MX vs. ATV Supercross Encore,PC,Sports,Nordic Games,Rainbow Studios,,0.01,,,0.01,0,2015-10-27,2018-06-27 -/games/boxart/full_1606457JapanFrontccc.jpg,Winning Post 7 2013,PSP,Sports,Tecmo Koei,Tecmo Koei Games,,0.01,,0.01,,,2013-03-14,2019-01-19 -/games/boxart/full_2897975AmericaFrontccc.jpg,All-Star Slammin' D-Ball,PS,Sports,Electronic Arts,Access,,0.01,0.01,,0,0,2001-10-25, -/games/boxart/full_fit-ampamp-fun_960PALFront.jpg,Fit & Fun,Wii,Sports,Unknown,Funbox Media,,0.01,,,0.01,0,2011-06-17, -/games/boxart/full_828219PALFrontccc.jpg,WSC REAL 09: World Snooker Championship,X360,Sports,Deep Silver,Blade Interactive,,0.01,,,0.01,0,2009-04-03, -/games/boxart/7056727ccc.jpg,Ultimate Beach Soccer,XB,Sports,DreamCatcher Interactive,Palm Development,,0.01,0.01,,0,0,2003-11-10, -/games/boxart/full_3363375PALFrontccc.jpg,Pro Evolution Soccer 2008,PC,Sports,Konami,Konami,,0.01,,,0.01,0,2007-10-26, -/games/boxart/full_3641948AmericaFrontccc.jpg,Ultimate Beach Soccer,GBA,Sports,DreamCatcher Interactive,Magic Pockets,,0.01,0.01,,0,0,2003-11-03, -/games/boxart/full_4963390AmericaFrontccc.jpg,Mark Davis Pro Bass Challenge,GC,Sports,Natsume,SIMS,,0.01,0.01,,0,0,2005-09-20, -/games/boxart/full_1007990AmericaFrontccc.jpg,Powerplay Tennis,DS,Sports,Codemasters,Codemasters,,0.01,0.01,,,0,2008-02-01, -/games/boxart/full_8939266PALFrontccc.jpg,G1 Jockey 4 2008,PS3,Sports,KOEI,Koei/Inis,,0.01,,0,0,0,2008-09-26, -/games/boxart/full_outdoors-unleashed-africa-3d_321AmericaFront.jpg,Outdoors Unleashed: Africa 3D,3DS,Sports,Mastiff,Mastiff,,0.01,0.01,,,0,2011-12-13, -/games/boxart/full_lma-manager-2007_839PALFront.jpg,LMA Manager 2007,X360,Sports,Codemasters,Codemasters,6.2,0.01,,,0.01,0,2006-09-22, -/games/boxart/full_pga-european-tour_6AmericaFront.jpg,PGA European Tour,N64,Sports,Infogrames,Infogrames,,0.01,0.01,,,0,2000-06-15, -/games/boxart/full_mezase-tsuri-master-ds_10JapanFront.jpg,Mezase!! Tsuri Master DS,DS,Sports,Hudson Soft,Hudson Soft,,0.01,,0.01,,,2009-04-23, -/games/boxart/full_3434029PALFrontccc.jpg,Summer Athletics,PC,Sports,DTP Entertainment,49Games,,0.01,,,0.01,0,2008-08-15, -/games/boxart/full_3388758AmericaFrontccc.jpg,Legendary Fishing,NS,Sports,Ubisoft,Ubisoft,,0.01,0.01,0,,0,2018-09-18,2018-11-22 -/games/boxart/full_5370677JapanFrontccc.jpg,Winning Post World 2010,PS2,Sports,KOEI,Koei,,0.01,,0.01,,,2010-04-02, -/games/boxart/full_9906443AmericaFrontccc.jpg,Razor Freestyle Scooter,GBA,Sports,Crave Entertainment,Crawfish Interactive,,0.01,0.01,,0,0,2001-11-14, -/games/boxart/full_135479AmericaFrontccc.jpg,Winning Eleven: Pro Evolution Soccer 2007,PC,Sports,Konami,Konami Computer Entertainment Tokyo,,0.01,,,0.01,0,2007-06-01, -/games/boxart/full_3762352PALFrontccc.jpg,Rugby Challenge 3,XOne,Sports,Alternative Software,Wicked Witch Software,,0.01,,,0.01,0,2016-04-22,2018-04-18 -/games/boxart/full_8209AmericaFrontccc.jpg,Pro Evolution Soccer 2010,PC,Sports,Konami,Konami,,0.01,,,0.01,0,2009-10-23, -/games/boxart/full_2267477PALFrontccc.jpg,WSC REAL 09: World Snooker Championship,PS3,Sports,Deep Silver,Blade Interactive,,0.01,,,0.01,0,2009-04-03, -/games/boxart/full_8931793PALFrontccc.jpg,World Snooker Championship 2007,X360,Sports,Sega,Blade Interactive,,0.01,,,0.01,0,2007-01-12, -/games/boxart/full_928119JapanFrontccc.jpg,Winning Post 8 2018,PSV,Sports,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2018-03-15,2018-07-30 -/games/boxart/full_5856678AmericaFrontccc.jpg,Imagine Figure Skater (JP sales),DS,Sports,Ubisoft,Spike Co.,,0.01,,0.01,,,2008-03-04, -/games/boxart/full_2056584JapanFrontccc.jpg,"Tennis no Oji-Sama: Doubles no Oji-Sama - Boys, Be Glorious!",DS,Sports,Konami,Konami,,0.01,,0.01,,,2009-03-26, -/games/boxart/full_2226235AmericaFrontccc.jpg,ESPN NBA 2Night 2002,XB,Sports,Konami,Konami Computer Entertainment Osaka,,0.01,0.01,,0,0,2002-04-16, -/games/boxart/full_3526658PALFrontccc.jpg,Tour de France 2014,PS3,Sports,Focus Home Interactive,Cyanide Studio,,0.01,,,0.01,0,2014-06-20,2018-12-30 -/games/boxart/default.jpg,The Cages: Pro Style Batting Practice,Wii,Sports,Konami,Konami,,0.01,0.01,,,0,2010-06-30, -/games/boxart/full_4836066JapanFrontccc.jpg,G1 Jockey 4 2007,PS2,Sports,KOEI,Koei/Inis,,0.01,,0.01,,,2007-11-01, -/games/boxart/2063643ccc.jpg,Wade Hixton's Counter Punch,GBA,Sports,"Destination Software, Inc",Inferno Games,,0.01,0.01,,0,0,2004-03-15, -/games/boxart/full_7688087AmericaFrontccc.jpg,Outdoors Unleashed: Alaska 3D,3DS,Sports,Mastiff,Mastiff,,0.01,0.01,,,0,2011-12-13, -/games/boxart/full_9588937JapanFrontccc.jpg,Winning Post 8 2018,NS,Sports,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2018-03-15,2018-07-30 -/games/boxart/full_316619PALFrontccc.jpg,Pro Evolution Soccer 2018,PC,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,0.01,,,0.01,0,2017-09-12,2018-04-24 -/games/boxart/full_3020931AmericaFrontccc.jpg,Surf's Up,GC,Sports,Ubisoft,Ubisoft Montreal,,0.01,0.01,,0,0,2007-06-01, -/games/boxart/full_9223722PALFrontccc.jpg,Championship Manager 2010,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0.01,,,0.01,0,2009-09-11, -/games/boxart/full_3400395AmericaFrontccc.jpg,NHL 2K7,XB,Sports,2K Sports,2K Sports,7.7,0.01,0.01,,0,0,2006-09-12, -/games/boxart/full_john-dalys-prostroke-golf_5AmericaFront.jpg,John Daly's ProStroke Golf,X360,Sports,O-Games,Gusto Games,,0.01,0.01,,,0,2010-10-19, -/games/boxart/full_1781331PALFrontccc.jpg,Rugby League Live 3,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2015-09-17,2018-04-19 -/games/boxart/full_5246749PALFrontccc.jpg,Rugby World Cup 2015,PC,Sports,Big Ben Interactive,HB Studios,,0.01,,,0.01,0,2015-09-04,2018-04-19 -/games/boxart/full_2657037AmericaFrontccc.jpg,Crayola Scoot,NS,Sports,Outright Games,Outright Games,,0.01,0.01,,,0,2018-10-16,2018-08-07 -/games/boxart/full_1423196PALFrontccc.jpg,Football Manager Live,PC,Sports,Sega,Sports Interactive,,0.01,,,0.01,0,2009-01-23, -/games/boxart/8281702ccc.gif,WTA Tour Tennis,XB,Sports,Konami,Konami,,0.01,0.01,,0,0,2002-09-24, -/games/boxart/full_1896289JapanFrontccc.jpg,Sega Golf Club: Miyazato San Kyoudai Naizou,PS3,Sports,Sega,Sega,,0.01,,0.01,,,2006-11-11, -/games/boxart/full_6224229PALFrontccc.jpg,Virtua Tennis 3,PC,Sports,Sega,Sumo Digital,,0.01,,,0.01,0,2007-03-30, -/games/boxart/full_1568870JapanFrontccc.jpg,Family Jockey,Wii,Sports,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2008-03-06, -/games/boxart/full_2618829JapanFrontccc.jpg,Victory Spike,PS,Sports,Imagineer,Imagineer,,0.01,,0.01,,0,1996-06-07, -/games/boxart/full_1671107PALFrontccc.jpg,PDC World Championship Darts 2008,PSP,Sports,Unknown,Mere Mortals,,0.01,0.01,,0,0,, -/games/boxart/8403543ccc.jpg,Tiger Woods PGA Tour 2005,PC,Sports,EA Sports,Headgate Studios,,0.01,,,0.01,0,2004-09-20, -/games/boxart/full_7939147PALFrontccc.jpg,Don Bradman Cricket 14,PS3,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2014-04-03, -/games/boxart/full_884639JapanFrontccc.jpg,Winning Post 7 Maximum 2008,PS2,Sports,KOEI,Koei,,0.01,,0.01,,,2008-03-13, -/games/boxart/4666142ccc.jpg,Fab 5 Soccer,DS,Sports,Destineer,Magellan Interactive,,0.01,0.01,,,0,2008-04-11, -/games/boxart/default.jpg,Pro Angler Moves,PS3,Sports,Unknown,"Interworks Unlimited, Inc.",,0.01,0.01,,,0,2012-04-03, -/games/boxart/full_113546JapanFrontccc.jpg,Major Dream: Major Wii Nagero! Gyroball!!,Wii,Sports,Takara Tomy,Takara Tomy,,0.01,,0.01,,,2008-02-07, -/games/boxart/5629421ccc.jpg,UEFA Champions League 2006-2007,PSP,Sports,EA Sports,EA Canada,,0.01,0.01,,0,0,2007-03-20, -/games/boxart/full_9073083JapanFrontccc.jpg,Winning Post 7 Maximum 2008,PS3,Sports,KOEI,Koei,,0.01,,0.01,,,2008-03-13, -/games/boxart/full_6159251PALFrontccc.jpg,PDC World Championship Darts 2009,Wii,Sports,Oxygen Interactive,Rebellion Developments,,0.01,,,0.01,0,2009-05-29, -/games/boxart/full_9535483PALFrontccc.jpg,Rugby League Live 3,PS3,Sports,Tru Blu Entertainment,Big Ant Studios,,0.01,,,0.01,0,2015-09-24,2018-04-19 -/games/boxart/3237610ccc.gif,Wiffle Ball Advance,DS,Sports,"Destination Software, Inc",Skyworks Technologies,,0.01,0.01,,,0,2007-03-12, -/games/boxart/full_6326976PALFrontccc.jpg,Winter Sports 3: The Great Tournament,X360,Sports,Zoo Games,49Games,,0.01,,,0.01,0,2011-03-29, -/games/boxart/6247274ccc.jpg,Ten Pin Alley 2,GBA,Sports,XS Games,Pronto Games,,0.01,0.01,,0,0,2004-04-26, -/games/boxart/full_5580091AmericaFrontccc.jpg,NHL 16,PS3,Sports,EA Sports,EA Canada,,0.01,,,0.01,0,2015-09-15, -/games/boxart/full_6371473AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,GBA,Fighting,Midway Games,Midway,,0.01,0.01,,0,0,2002-11-20, -/games/boxart/full_9790995PALFrontccc.jpg,Battle Fantasia,PS3,Fighting,505 Games,Arc System Works,7,0.01,,0.01,0,0,2009-03-06, -/games/boxart/full_1847131JapanFrontccc.jpg,Million Arthur: Arcana Blood,PS4,Fighting,Square Enix,Square Enix,,0.01,,0.01,,,2018-11-29,2019-01-05 -/games/boxart/7276928ccc.jpg,Zatch Bell! Mamodo Fury,PS2,Fighting,Namco Bandai,Mechanic Arms,,0.01,0,,0,0,2006-09-19, -/games/boxart/full_6274738AmericaFrontccc.jpg,Soul Calibur IV,XBL,Fighting,Namco Bandai Games,Project Soul,8.4,0.01,,,0,0,2008-07-29, -/games/boxart/full_7326302JapanFrontccc.jpg,Ashita no Joe 2: The Anime Super Remix,PS2,Fighting,Capcom,Capcom,,0.01,,0.01,,,2002-06-20, -/games/boxart/full_4866702AmericaFrontccc.jpg,Legend of Kay Anniversary,NS,Action-Adventure,THQ Nordic,THQ Nordic,6.5,0.01,,,0.01,0,2018-05-29,2019-04-06 -/games/boxart/full_7076432JapanFrontccc.jpg,Ultraman Fighting Evolution 3,PS2,Fighting,Banpresto,Banpresto,,0.01,,0.01,,,2004-12-02, -/games/boxart/full_7620958PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Collection,PS3,Fighting,Namco Bandai Games,CyberConnect2,,0.01,,,0.01,0,2016-02-05,2018-08-01 -/games/boxart/full_991017AmericaFrontccc.jpg,World Heroes Anthology,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2008-03-11, -/games/boxart/full_4960876AmericaFrontccc.png,Capcom Beat 'Em Up Bundle,NS,Fighting,Capcom,Capcom,,0.01,,0.01,,,2018-09-18,2018-12-19 -/games/boxart/full_shijyou-saikyou-no-deshi-kenichi-gekitou-ragnarok-hachikengou_2JapanFront.jpg,Shijyou Saikyou no Deshi Kenichi: Gekitou! Ragnarok Hachikengou,PS2,Fighting,Capcom,Capcom,,0.01,,0.01,,,2007-03-15, -/games/boxart/full_5134747AmericaFrontccc.jpg,Samurai Shodown: Warrios Rage,PS,Fighting,SNK,SNK Corporation,,0.01,0.01,,0,0,2000-04-18, -/games/boxart/full_2297539AmericaFrontccc.jpg,Ben 10 Omniverse 2,X360,Fighting,D3 Publisher,High Voltage Software,,0.01,,,0.01,0,2013-11-05,2019-01-02 -/games/boxart/full_4199724JapanFrontccc.jpg,Mahou Sensei Negima!? Neo-Pactio Fight!!,Wii,Fighting,Marvelous Interactive,Marvelous Interactive,,0.01,,0.01,,,2007-06-14, -/games/boxart/5835831ccc.jpg,Fatal Fury: Battle Archives Volume 2 (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2008-04-08, -/games/boxart/full_5983720AmericaFrontccc.jpg,K-1 Grand Prix,PS,Fighting,Jaleco,Xing Entertainment,,0.01,0.01,,0.01,0,2000-01-25,2020-08-14 -/games/boxart/full_rave-master-special-attack-force_435AmericaFront.jpg,Rave Master: Special Attack Force!,GBA,Fighting,Konami,Konami Computer Entertainment Japan,,0.01,0.01,,0,0,2005-03-08, -/games/boxart/full_blazblue-calamity-trigger_5PALFront.jpg,BlazBlue: Calamity Trigger,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,0.01,,,0.01,0,2014-02-13, -/games/boxart/full_3427117JapanFrontccc.jpg,Ultraman Fighting Evolution 0,PSP,Fighting,Banpresto,Banpresto,,0.01,,0.01,,,2006-07-20, -/games/boxart/full_5259752AmericaFrontccc.jpg,Fatal Fury: Battle Archives Volume 1 (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2007-08-14, -/games/boxart/full_4844454JapanFrontccc.jpg,Capcom Beat 'Em Up Bundle,PS4,Fighting,Capcom,Capcom,,0.01,,0.01,,,2018-09-18,2018-12-19 -/games/boxart/full_1542902AmericaFrontccc.png,Transformers: Prime,Wii,Fighting,Activision,Now Production,,0.01,,,0.01,0,2012-10-30,2019-01-06 -/games/boxart/full_292703JapanFrontccc.jpg,Shinseiki Evangelion: Battle Orchestra Portable,PSP,Fighting,Broccoli,Headlock,,0.01,,0.01,,,2009-07-30, -/games/boxart/default.jpg,BlazBlue: Continuum Shift EXTEND,PSP,Fighting,Arc System Works,Arc System Works,,0.01,,0.01,,,2012-05-31,2019-04-08 -/games/boxart/full_9246712AmericaFrontccc.jpg,Tekken 7,PC,Fighting,Namco Bandai Games,Namco Bandai Games,,0.01,,,0.01,0,2017-06-02,2018-01-15 -/games/boxart/full_6094621AmericaFrontccc.jpg,Samurai Shodown Anthology (JP sales),PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2009-03-24, -/games/boxart/full_9111295AmericaFrontccc.jpg,Mortal Kombat: Tournament Edition,GBA,Fighting,Midway Games,Criterion Games,,0.01,0.01,,0,0,2003-08-27, -/games/boxart/full_6948JapanFrontccc.jpg,Skullgirls: 2nd Encore,PSV,Fighting,Arc System Works,Lab Zero Games,,0.01,,0.01,,,2016-04-14,2018-09-20 -/games/boxart/full_1269944JapanFrontccc.jpg,King of Fighters 2002: Unlimited Match Tougeki Ver.,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2010-06-24, -/games/boxart/full_6353595JapanFrontccc.jpg,Rozen Maiden: Gebetgarten,PS2,Fighting,Taito,Taito Corporation,,0.01,,0.01,,,2007-03-22, -/games/boxart/full_8640555AmericaFrontccc.jpg,Guilty Gear 2: Overture,X360,Fighting,Aksys Games,Arc System Works,,0.01,,0.01,,,2008-10-07,2019-04-21 -/games/boxart/full_574642JapanFrontccc.jpg,Majin Bone: The Majin of Space and Time,3DS,Fighting,Namco Bandai Games,Namco Bandai Games,,0.01,,0.01,,,2014-10-09,2019-05-07 -/games/boxart/full_windy-x-windam_266AmericaFront.jpg,Windy X Windam,DS,Fighting,Graffiti,Success,,0.01,0.01,0,,0,2010-05-27, -/games/boxart/full_1168487JapanFrontccc.jpg,The King of Fighters NESTS Collection,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2007-04-19, -/games/boxart/full_3403570AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,0.01,,,0.01,0,2012-06-19,2018-03-15 -/games/boxart/full_4060430AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,WiiU,Action-Adventure,Disney Interactive Studios,Disney Interactive Studios,,0.01,,,0.01,0,2013-08-13,2018-01-24 -/games/boxart/full_348863AmericaFrontccc.jpg,Brave: The Video Game,DS,Action-Adventure,Disney Interactive Studios,Behaviour Interactive Inc.,,0.01,,,0.01,0,2012-06-19,2019-05-08 -/games/boxart/full_7396440JapanFrontccc.jpg,Far Cry 3: Classic Edition,PS4,Action-Adventure,Ubisoft,Ubisoft Montreal,,0.01,,0.01,,,2018-07-05,2018-07-20 -/games/boxart/full_2043543AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,X360,Action-Adventure,Little Orbit,Way Forward,,0.01,0.01,,,0,2014-11-18,2019-05-10 -/games/boxart/full_2537648AmericaFrontccc.jpg,Hotel Transylvania 3: Monsters Overboard,NS,Action-Adventure,Outright Games,Torus Games,6.5,0.01,0.01,,,0,2018-07-10,2019-03-24 -/games/boxart/full_4605488JapanFrontccc.jpg,Onimusha: Warlords,NS,Action-Adventure,Capcom,Capcom,,0.01,,0.01,,,2019-01-15,2018-12-29 -/games/boxart/full_6417891PALFrontccc.jpg,The Amazing Spider-Man 2 (2014),PC,Action-Adventure,Activision,Beenox,,0.01,,,0.01,0,2014-04-29,2018-03-19 -/games/boxart/full_2034776AmericaFrontccc.jpg,LEGO Ninjago Nindroids,3DS,Action-Adventure,Warner Bros. Interactive Entertainment,Hellbent Games,,0.01,,,0.01,0,2014-07-29,2019-05-01 -/games/boxart/full_5201160AmericaFrontccc.jpg,Regular Show: Mordecai & Rigby in 8-Bit Land,3DS,Action-Adventure,D3Publisher,D3 Publisher,,0.01,,,0,0,2013-10-29,2019-05-01 -/games/boxart/full_120575JapanFrontccc.jpg,Billion Road,NS,Board Game,Bandai Namco Games,Bandai Namco Games,,0.01,,0.01,,,2018-11-29,2019-01-05 -/games/boxart/full_1856705AmericaFrontccc.jpg,Max: The Curse of Brotherhood,NS,Action-Adventure,Wired Productions,Stage Clear Studios,,0.01,0.01,,,0,2018-04-24,2019-03-23 -/games/boxart/full_8394609AmericaFrontccc.jpg,Brave: The Video Game,Wii,Action-Adventure,Disney Interactive Studios,Behaviour Interactive Inc.,,0.01,,,0.01,0,2012-06-19,2019-05-08 -/games/boxart/full_3608148JapanFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,PSV,Role-Playing,Tecmo Koei,Gust,,0.01,,0.01,,,2017-12-21,2018-01-07 -/games/boxart/full_254957JapanFrontccc.jpg,Tokyo Xanadu: Sakura Festival Package,PSV,Role-Playing,Nihon Falcom Corporation,Unknown,,0.01,,0.01,,,2016-03-24, -/games/boxart/full_dokusui-dokidoki-suikoden_726JapanFront.jpg,DokuSui: DokiDoki Suikoden,PSP,Role-Playing,Irem Software Engineering,Silicon Studio,,0.01,,0.01,,,2011-05-12, -/games/boxart/full_red-stone-ds-akaki-ishi-ni-michibikareshi-monotachi_800JapanFront.jpg,Red Stone DS: Akaki Ishi ni Michibikareshi Monotachi,DS,Role-Playing,Unknown,Logic Korea,,0.01,,0.01,,,2011-05-26, -/games/boxart/full_1374860JapanFrontccc.jpg,Kimi no Yuusha,DS,Role-Playing,SNK Playmore,SNK Playmore Corporation,,0.01,,0.01,,,2008-10-23, -/games/boxart/full_8553476PALFrontccc.jpg,The Dwarves,PC,Role-Playing,THQ Nordic,KING Art Games,,0.01,,,0.01,0,2016-12-01,2018-08-18 -/games/boxart/full_1714722AmericaFrontccc.jpg,Banner Saga Trilogy,NS,Role-Playing,Gearbox Software,Stoic Studio,,0.01,0.01,,,0,2018-09-21,2018-07-22 -/games/boxart/full_3176404AmericaFrontccc.png,Torment: Tides of Numenera,PS4,Role-Playing,Techland,InXile Entertainment,,0.01,0.01,,,0,2017-02-28,2018-08-09 -/games/boxart/full_5638305AmericaFrontccc.jpg,Rondo of Swords (jp sales),DS,Role-Playing,Atlus,Success,,0.01,,0.01,,,2008-04-15, -/games/boxart/full_483912AmericaFrontccc.jpg,Moonlighter,PS4,Role-Playing,Merge Games,Digital Sun,,0.01,0.01,,,0,2018-11-09,2018-06-03 -/games/boxart/full_4003799JapanFrontccc.jpg,The Lost Child,PSV,Role-Playing,Kadokawa Games,Crim,,0.01,,0.01,,,2017-08-24,2018-09-20 -/games/boxart/full_8334189JapanFrontccc.jpg,Cross Edge Dash,X360,Role-Playing,Compile Heart,Compile Heart,,0.01,,0.01,,,2009-10-01, -/games/boxart/full_911603AmericaFrontccc.jpg,Dungeon Explorer: Warriors of Ancient Arts,PSP,Role-Playing,Hudson Entertainment,Hudson Soft,6.1,0.01,0.01,,0,0,2008-02-15, -/games/boxart/full_526002JapanFrontccc.jpg,The Princess Guide,PS4,Role-Playing,NIS America,Nippon Ichi Software,,0.01,,0.01,,,2019-03-15,2018-07-05 -/games/boxart/full_5801189AmericaFrontccc.jpg,Virtua Quest,GC,Role-Playing,Sega,Artificial Mind and Movement,5.4,0.01,0.01,,0,0,2005-01-19, -/games/boxart/1151110ccc.jpg,Hoshigami: Ruining Blue Earth Remix,DS,Role-Playing,Aksys Games,Barnhouse Effect,5.6,0.01,,0.01,0,0,2007-06-25, -/games/boxart/full_7252799JapanFrontccc.jpg,Densetsu no Yuusha no Densetsu: Legendary Saga,PSP,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,0.01,,0.01,,,2010-02-18, -/games/boxart/full_1998295JapanFrontccc.jpg,Stardust Amazoness,3DS,Role-Playing,Arc System Works,Arc System Works,,0.01,,0.01,,,2013-11-14,2019-05-07 -/games/boxart/full_2689606JapanFrontccc.jpg,Agarest Senki: Re-appearance,PS3,Role-Playing,Unknown,Compile Heart,,0.01,,0.01,,,, -/games/boxart/full_2154435JapanFrontccc.jpg,Atelier: The Alchemist of Arland 1-2-3 DX,PS4,Role-Playing,Koei Tecmo,Gust,,0.01,,0.01,,,2018-09-20,2018-09-26 -/games/boxart/full_2779496JapanFrontccc.jpg,Dragon's Dogma Online: Season 3,PS4,Role-Playing,Capcom,Capcom,,0.01,,0.01,,,2017-08-17,2018-09-20 -/games/boxart/full_6591062JapanFrontccc.jpg,Makai Senki Disgaea 3 Append Disc: Raspberyl-hen Hajime Mashita,PS3,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2009-09-17, -/games/boxart/full_577406AmericaFrontccc.jpg,Fallout 3: Game of the Year Edition,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0.01,,,0.01,0,2009-10-13, -/games/boxart/full_5577162JapanFrontccc.jpg,Element Hunter,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0.01,,0.01,,,2009-10-22, -/games/boxart/full_4821655JapanFrontccc.jpg,God Wars: Nihon Shinwa Taisen,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,0.01,,0.01,,,2018-06-14,2018-06-24 -/games/boxart/full_1649597AmericaFrontccc.jpg,The Last Remnant,PC,Role-Playing,Square Enix,Square Enix,7.3,0.01,,,0.01,0,2009-03-24, -/games/boxart/5679320ccc.jpg,Neverwinter Nights 2: Mask of the Betrayer,PC,Role-Playing,Atari,Obsidian Entertainment,8,0.01,,,0.01,0,2007-10-09, -/games/boxart/full_4061335AmericaFrontccc.jpg,Super Neptunia RPG,PS4,Role-Playing,Idea Factory International,Idea Factory,,0.01,,0.01,,,2019-03-31,2018-12-29 -/games/boxart/full_6454817JapanFrontccc.jpg,Game Book DS: Sword World 2.0,DS,Role-Playing,Broccoli,Broccoli,,0.01,,0.01,,,2009-10-29, -/games/boxart/full_entaku-no-seito-students-of-round_220JapanFront.jpg,Entaku no Seito: Students of Round,X360,Role-Playing,ChunSoft,Experience Inc.,,0.01,,0.01,,,2011-02-10, -/games/boxart/5513236ccc.jpg,Marvel: Ultimate Alliance,PC,Role-Playing,Activision,Raven Software,8.4,0.01,0.01,,0,0,2006-10-24, -/games/boxart/full_3698146JapanFrontccc.jpg,Far East of Eden II: Manji Maru,DS,Role-Playing,Hudson Soft,Suzak,,0.01,,0.01,,,2006-03-09, -/games/boxart/full_1894535JapanFrontccc.jpg,King's Field: Additional I,PSP,Role-Playing,From Software,From Software,,0.01,,0.01,,,2006-07-20, -/games/boxart/full_5255411AmericaFrontccc.jpg,X-Men Legends II: Rise of Apocalypse,PC,Role-Playing,Activision,Raven Software,7.9,0.01,0.01,,,0,2005-09-20, -/games/boxart/full_9171266JapanFrontccc.jpg,Wizardry XTH: Unlimited Students,PS2,Role-Playing,Michaelsoft,MichaelSoft,,0.01,,0.01,,,2006-03-23, -/games/boxart/full_5529137JapanFrontccc.jpg,Princess is Money Hungry,PSV,Role-Playing,Nippon Ichi Software,Unknown,,0.01,,0.01,,,2016-11-24, -/games/boxart/full_5090230AmericaFrontccc.jpg,Raven's Cry,PS4,Role-Playing,TopWare Interactive,Reality Pump Studios,,0.01,,,0.01,0,2015-01-30,2018-07-30 -/games/boxart/7459047ccc.jpg,Guild Wars: Factions,PC,Role-Playing,NCSoft,ArenaNet,8.6,0.01,,,0.01,0,2006-04-28, -/games/boxart/full_6849178JapanFrontccc.png,Little Witch Academia: Chamber of Time,PS4,Role-Playing,Bandai Namco Entertainment,A+ Games,,0.01,,0.01,,,2017-11-30,2018-01-07 -/games/boxart/full_1080920JapanFrontccc.jpg,Destiny Links,DS,Role-Playing,Namco Bandai,Bec,,0.01,,0.01,,,2009-02-05, -/games/boxart/full_5274146JapanFrontccc.jpg,Daikoukai Jidai Online: Cruz del Sur,PS3,Role-Playing,KOEI,Koei,,0.01,,0.01,,,2009-04-28, -/games/boxart/full_1086485JapanFrontccc.jpg,WORKxWORK,NS,Role-Playing,FuRyu Corporation,FuRyu,,0.01,,0.01,,,2018-10-04,2018-11-21 -/games/boxart/full_spectrobes-beyond-the-portals-jp-sales_218AmericaFront.jpg,Spectrobes: Beyond the Portals (JP sales),DS,Role-Playing,Disney Interactive Studios,Jupiter Multimedia,,0.01,,0.01,,,2008-10-07, -/games/boxart/full_8856766JapanFrontccc.jpg,Maple Story: Unmei no Shoujo,3DS,Role-Playing,Sega,Nexon,,0.01,,0.01,,,2014-04-24,2019-05-07 -/games/boxart/full_191309JapanFrontccc.jpg,Atelier: The Alchemist of Arland 1-2-3 DX,NS,Role-Playing,Koei Tecmo,Gust,,0.01,,0.01,,,2018-09-20,2018-09-26 -/games/boxart/full_8496382JapanFrontccc.jpg,WiZmans World,DS,Role-Playing,Jaleco,Lancarse,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_1560011PALFrontccc.jpg,Dragon's Dogma,PC,Role-Playing,Capcom,Capcom,,0.01,,,0.01,0,2016-01-15,2018-01-01 -/games/boxart/full_7364948JapanFrontccc.jpg,Yuuna and the Haunted Hot Springs: Steam Dungeon,PS4,Role-Playing,FuRyu Corporation,FuRyu,,0.01,,0.01,,,2018-11-15,2018-11-22 -/games/boxart/full_2621643AmericaFrontccc.jpg,Champions Online,PC,Role-Playing,Atari,Cryptic Studios,,0.01,,,0.01,0,2009-09-01, -/games/boxart/full_2985736AmericaFrontccc.jpg,The Princess Guide,NS,Role-Playing,NIS America,Nippon Ichi Software,,0.01,,0.01,,,2019-03-15,2020-05-11 -/games/boxart/full_8765815JapanFrontccc.jpg,Lapis x Labyrinth,PS4,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-11-29,2019-01-05 -/games/boxart/full_7386454AmericaFrontccc.jpg,Torment: Tides of Numenera,XOne,Role-Playing,Techland,InXile Entertainment,,0.01,0.01,,,0,2017-02-28,2018-08-09 -/games/boxart/full_takt-of-magic_5JapanFront.jpg,Takt of Magic,Wii,Role-Playing,Nintendo,Taito Corporation,,0.01,,0.01,,,2009-05-21, -/games/boxart/full_2044999JapanFrontccc.jpg,Lapis x Labyrinth,NS,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-11-29,2019-01-05 -/games/boxart/full_8695818AmericaFrontccc.jpg,Hyperdimension Neptunia mk2,PS3,Role-Playing,NIS America,Compile Heart,,0.01,,,0.01,0,2012-02-28,2018-12-03 -/games/boxart/full_6015155AmericaFrontccc.jpg,Mario & Luigi: Bowser's Inside Story + Bowser Jr.'s Journey,3DS,Role-Playing,Nintendo,AlphaDream Corporation,,0.01,,0.01,,,2019-01-11,2018-11-19 -/games/boxart/full_6014818JapanFrontccc.jpg,Tengai Makyo: Dai Yon no Mokushiroku,PSP,Role-Playing,Hudson Soft,RED Entertainment,,0.01,,0.01,,,2006-07-13, -/games/boxart/full_6993260JapanFrontccc.jpg,Blazer Drive,DS,Role-Playing,Sega,Sega,,0.01,,0.01,,,2008-12-04, -/games/boxart/full_1790785AmericaFrontccc.jpg,Super Robot Taisen: Original Generation,GBA,Role-Playing,Atlus,Banpresto,,0.01,0.01,,0,0,2006-08-08, -/games/boxart/full_3706679JapanFrontccc.jpg,Eiyuu Densetsu: Sora no Kiseki Material Collection Portable,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.01,,0.01,,,2007-12-20, -/games/boxart/9628133ccc.jpg,Rise of the Argonauts,PC,Role-Playing,Codemasters,Liquid Entertainment,5,0.01,,,0.01,0,2008-12-16, -/games/boxart/full_2170336JapanFrontccc.jpg,Hyperdimension Neptunia Re;Birth1 Plus,PS4,Role-Playing,Compile Heart,Idea Factory,,0.01,,0.01,,,2018-05-31,2018-12-03 -/games/boxart/3114045ccc.jpg,Izuna 2: The Unemployed Ninja Returns (JP sales),DS,Role-Playing,Atlus,Ninja Studio,,0.01,,0.01,,,2008-07-22, -/games/boxart/full_1966357PALFrontccc.jpg,Guild Wars 2 - Path of Fire,PC,Role-Playing,ArenaNet,ArenaNet,,0.01,,,0.01,0,2017-09-22, -/games/boxart/full_9214283JapanFrontccc.jpg,God Wars: Nihon Shinwa Taisen,PSV,Role-Playing,Kadokawa Games,Kadokawa Games,,0.01,,0.01,,,2018-06-14,2018-06-24 -/games/boxart/full_9114806JapanFrontccc.jpg,Kurogane no Linebarrels,PSP,Role-Playing,Hudson Soft,Hudson Soft,,0.01,,0.01,,,2009-10-08, -/games/boxart/full_3561298JapanFrontccc.jpg,Dun←Dam: Dungeons & Dam,DS,Role-Playing,Acquire,Ride On,,0.01,,0.01,,,2009-04-29, -/games/boxart/5349473ccc.jpg,Gurumin: A Monstrous Adventure,PSP,Role-Playing,Mastiff,Nihon Falcom Corporation,7.4,0.01,0.01,,0,0,2007-02-12, -/games/boxart/7206828ccc.jpg,Yuusha no Kuse ni Namaikida (PSP the Best sales),PSP,Role-Playing,Sony Computer Entertainment,Acquire,,0.01,,0.01,,,2008-08-28, -/games/boxart/full_2254613AmericaFrontccc.jpg,Child of Light,PC,Role-Playing,Ubisoft,Ubisoft Montreal,,0.01,,,0.01,0,2014-04-30,2018-12-30 -/games/boxart/full_icewind-dale-ii_579AmericaFront.jpg,Icewind Dale II,PC,Role-Playing,Interplay,Black Isle Studios,,0.01,0,,0.01,0,2002-09-04, -/games/boxart/full_1062973JapanFrontccc.jpg,Magicians Academy,PS2,Role-Playing,Enterbrain,Enterbrain,,0.01,,0.01,,,2007-06-07, -/games/boxart/full_8805729JapanFrontccc.jpg,Exstetra,3DS,Role-Playing,FuRyu Corporation,Studio Saizensen,,0.01,,0.01,,,2013-11-07,2019-05-07 -/games/boxart/full_dengeki-gakuen-rpg-cross-of-venus-special_847JapanFront.jpg,Dengeki Gakuen RPG: Cross of Venus Special,DS,Role-Playing,ASCII Media Works,ASCII Media Works,,0.01,,0.01,,,2011-02-10, -/games/boxart/default.jpg,Touhou Genso Wanderer Tod: Reloaded,PSV,Role-Playing,Mediascape,Unknown,,0.01,,0.01,,,2016-12-22, -/games/boxart/full_3029486JapanFrontccc.jpg,Knights in the Nightmare: DHE Series Special Pack,DS,Role-Playing,Sting,Sting,,0.01,,0.01,,,2008-09-25, -/games/boxart/full_2751186JapanFrontccc.jpg,Tactical Guild,DS,Role-Playing,Success,Ninja Studio,,0.01,,0.01,,,2008-08-28, -/games/boxart/full_4032111JapanFrontccc.jpg,Sekai wa Atashi de Mawatteru: Hikari to Yami no Princess,PSP,Role-Playing,Global A Entertainment,Global A Entertainment,,0.01,,0.01,,,2009-07-09, -/games/boxart/full_4918141JapanFrontccc.jpg,Zettai Karen Children DS: Dai-4 no Children,DS,Role-Playing,Konami,Konami,,0.01,,0.01,,,2008-09-04, -/games/boxart/full_4105981JapanFrontccc.jpg,Shounen Sunday & Shounen Magazine: White Comic,DS,Role-Playing,Konami,Konami,,0.01,,0.01,,,2009-10-15, -/games/boxart/full_3009110JapanFrontccc.jpg,Game Book DS: Aquarian Age Perpetual Period,DS,Role-Playing,Broccoli,Broccoli,,0.01,,0.01,,,2010-02-25, -/games/boxart/full_5678505AmericaFrontccc.jpg,Dungeon Maker II: The Hidden War (JP sales),PSP,Role-Playing,UFO Interactive,Global A Entertainment,,0.01,,0.01,,,2008-12-09, -/games/boxart/full_9435091AmericaFrontccc.jpeg,Hyper Light Drifter,PS4,Role-Playing,Rebellion Games,Rebellion Games,,0.01,,0.01,,,2016-07-26, -/games/boxart/full_1758816JapanFrontccc.jpg,Your Four Knight Princesses Training Story,PSV,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-03-08,2018-03-25 -/games/boxart/full_7169576JapanFrontccc.jpg,RockMan DASH / RockMan DASH2 Value Pack,PSP,Role-Playing,Capcom,Capcom,,0.01,,0.01,,,2009-01-29, -/games/boxart/full_5798062AmericaFrontccc.png,Undertale,PSV,Role-Playing,Toby Fox,Toby Fox,,0.01,,0.01,,,2017-08-15,2018-06-06 -/games/boxart/full_186160AmericaFrontccc.jpg,Dungeon Siege II: Broken World,PC,Role-Playing,2K Games,Gas Powered Games,,0.01,0.01,,,0,2006-08-01, -/games/boxart/full_9176275AmericaFrontccc.png,Undertale,PS4,Role-Playing,Toby Fox,Toby Fox,9.7,0.01,,0.01,,,2017-08-15,2018-06-06 -/games/boxart/full_53879JapanFrontccc.jpg,Rezel Cross,PSP,Role-Playing,Sony Computer Entertainment,SIMS,,0.01,,0.01,,,2007-09-06, -/games/boxart/full_7211472JapanFrontccc.jpg,Eiyuu Densetsu: Sora no Kiseki FC & SC Kanzenban,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,0.01,,0.01,,,2007-12-20, -/games/boxart/full_narisokonai-eiyuutan-taiyou-to-tsuki-no-monogatari_826JapanFront.jpg,Narisokonai Eiyuutan: Taiyou to Tsuki no Monogatari,PSP,Role-Playing,Irem Software Engineering,Irem Software Engineering,,0.01,,0.01,,,2009-07-23, -/games/boxart/full_1863502AmericaFrontccc.jpg,Neverwinter Nights 2: Storm of Zehir,PC,Role-Playing,Atari,Obsidian Entertainment,7.2,0.01,,,0.01,0,2008-11-18, -/games/boxart/full_4077696JapanFrontccc.jpg,Frontier Gate Boost+,PSP,Role-Playing,Konami Digital Entertainment,tri-Ace,,0.01,,0.01,,,2013-03-14,2019-04-29 -/games/boxart/full_2796381AmericaFrontccc.jpg,"My World, My Way",DS,Role-Playing,Atlus,Global A Entertainment,,0.01,,0.01,,,2009-02-03, -/games/boxart/full_2147521JapanFrontccc.jpg,Nanatama: Chronicle of Dungeon Maker,PSP,Role-Playing,Global A Entertainment,Global A Entertainment,,0.01,,0.01,,,2009-04-23, -/games/boxart/full_1888392AmericaFrontccc.jpg,Casper,GBA,Platform,Microids,Planet Interactive,,0.01,0.01,,0,0,2002-10-15, -/games/boxart/full_1328075JapanFrontccc.jpg,Harukanaru Toki no Naka de Ultimate,PSV,Visual Novel,Koei Tecmo,Koei Tecmo Games,,0.01,,0.01,,,2018-02-22,2018-03-07 -/games/boxart/full_356796JapanFrontccc.jpg,Ikemen Sengoku: Toki o Kakeru Koi - Aratanaru Deai,PSV,Visual Novel,Idea Factory,CYBIRD,,0.01,,0.01,,,2018-03-22,2018-04-06 -/games/boxart/full_6477290JapanFrontccc.jpg,La Corda d'Oro 3,PSV,Visual Novel,Koei Tecmo,Ruby Party,,0.01,,0.01,,,2018-09-20,2018-10-15 -/games/boxart/full_sangoku-koi-senki-otome-no-heihou_179JapanFront.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,PS2,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2011-06-16,2019-04-26 -/games/boxart/full_3154460JapanFrontccc.jpg,Chaos;Head Dual,PSV,Visual Novel,5pb,Genterprise,,0.01,,0.01,,,2014-08-21,2018-01-15 -/games/boxart/full_6824083JapanFrontccc.jpg,Killer and Strawberry,PSV,Visual Novel,Broccoli,Broccoli,,0.01,,0.01,,,2018-08-23,2018-09-26 -/games/boxart/full_554234JapanFrontccc.jpg,London Detective Mysteria,PSV,Visual Novel,Xseed Games,Karin Entertainment,,0.01,,0.01,,,2018-12-18,2018-12-27 -/games/boxart/full_2957757AmericaFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,X360,Platform,Activision,Behaviour Interactive,,0.01,,,0.01,0,2015-11-03,2018-04-01 -/games/boxart/full_2683478JapanFrontccc.jpg,NiGHTS into dreams...,PS2,Platform,Sega,Sonic Team,,0.01,,0.01,,,2008-02-21, -/games/boxart/full_563348JapanFrontccc.jpg,Mega Man X Legacy Collection 1,PS4,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 -/games/boxart/full_1843201AmericaFrontccc.png,Mega Man X Legacy Collection 1,NS,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 -/games/boxart/full_7226905AmericaFrontccc.jpg,Malice,XB,Platform,Mud Duck Productions,Argonaut Games,,0.01,0.01,,0,0,2004-06-02, -/games/boxart/full_5065918AmericaFrontccc.jpg,Shorts,DS,Platform,Majesco,Artificial Mind and Movement,,0.01,0.01,,,0,2009-08-18, -/games/boxart/full_6873338PALFrontccc.jpg,Teslagrad,PS4,Platform,Rain Games,Rain Games,,0.01,,,0.01,0,2014-10-28,2019-04-22 -/games/boxart/681124ccc.jpg,Crazy Chase,GBA,Platform,Kemco,Kemco,,0.01,0,,0,0,2002-10-23, -/games/boxart/full_2812231JapanFrontccc.jpg,Mega Man X Legacy Collection 2,PS4,Platform,Capcom,Capcom,,0.01,,0.01,,,2018-07-26,2018-08-31 -/games/boxart/full_6931231PALFrontccc.jpg,Super Meat Boy,PS4,Platform,Team Meat,Team Meat,,0.01,,,0,0,2016-04-29,2018-09-21 -/games/boxart/full_donkey-kong_633AmericaFront.png,Donkey Kong,3DS,Platform,Nintendo,Nintendo,,0.01,,,0,0,2011-06-16, -/games/boxart/full_9636899AmericaFrontccc.jpg,LocoRoco Remastered,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,,0.01,,0.01,,,2017-05-09,2018-09-24 -/games/boxart/3927147ccc.jpg,Winx Club: Join the Club,PSP,Platform,Konami,n-Space,3.6,0.01,0.01,,,0,2007-05-07, -/games/boxart/full_186971AmericaFrontccc.jpg,SteamWorld Dig 2,NS,Platform,Rising Star Games,Image & Form Games,,0.01,0.01,,,0,2018-06-19,2019-03-31 -/games/boxart/full_7302475PALFrontccc.jpg,Giana Sisters: Twisted Dreams,NS,Platform,THQ Nordic,Black Forest Games,,0.01,0.01,,,0,2018-09-25,2018-10-26 -/games/boxart/full_7647158JapanFrontccc.jpg,The Liar Princess and the Blind Prince,PSV,Platform,Nippon Ichi Software,Nippon Ichi Software,,0.01,,0.01,,,2018-05-31,2018-06-06 -/games/boxart/full_7371237AmericaFrontccc.jpg,Xia-Xia,DS,Platform,GameMill,"Black Lantern Studios, Inc.",,0.01,0,,0,,2012-03-13,2019-05-08 -/games/boxart/full_9063181AmericaFrontccc.jpg,Open Season,GBA,Platform,Ubisoft,Ubisoft Montreal,7.6,0.01,0.01,,0,0,2006-09-19, -/games/boxart/full_3183611PALFrontccc.jpg,Super Putty Squad,NS,Platform,System 3,System 3 Software,,0.01,,,0.01,0,2017-11-09,2019-04-06 -/games/boxart/full_29654JapanFrontccc.jpg,Koezaru wa Akai Hana: Taiga wa Mirai o Tsugumu,PSP,Visual Novel,Dramatic Create,Operetta Due,,0.01,,0.01,,,2014-03-20,2019-04-26 -/games/boxart/full_memories-off-6-next-relation_6JapanFront.jpg,Memories Off 6: Next Relation,PSP,Visual Novel,5pb,5pb. Games,,0.01,,0.01,,,2010-10-14,2018-12-19 -/games/boxart/full_2772591JapanFrontccc.jpg,Chaos;Child: Love Chu Chu!!,PS4,Visual Novel,5pb,5pb. Inc.,,0.01,,0.01,,,2017-03-30,2018-01-15 -/games/boxart/full_9088706JapanFrontccc.jpg,Makai Ouji: Devils and Realist - Dairiou no Hihou,3DS,Visual Novel,Namco Bandai Games,Bandai Namco Games,,0.01,,0.01,,,2013-09-26,2019-05-07 -/games/boxart/full_5580898JapanFrontccc.jpg,Doukoku Soshite... Doukoku Soshite...,PSV,Visual Novel,El Dia,El Dia,,0.01,,0.01,,,2018-04-26,2018-05-20 -/games/boxart/full_3949666JapanFrontccc.jpg,VA-11 HALL-A,PSV,Visual Novel,Wolfgame,Sukeban Games,,0.01,,0.01,,,2017-11-14,2018-01-09 -/games/boxart/full_2951554JapanFrontccc.jpg,Desert Kingdom Portable,PSP,Visual Novel,Idea Factory,Design Factory,,0.01,,0.01,,,2013-02-21,2019-04-26 -/games/boxart/full_247639JapanFrontccc.jpg,"Iza, Shutshjin! Koisen Dai-ni-maku",PSP,Visual Novel,Asgard,"GignoSystem Japan, Inc.",,0.01,,0.01,,,2014-02-27,2019-04-26 -/games/boxart/full_9191755JapanFrontccc.jpg,Akatsuki no Goei Trinity,PS3,Visual Novel,5pb,Syangrila,,0.01,,0.01,,,2012-09-20,2019-04-26 -/games/boxart/full_2837720JapanFrontccc.jpg,Onigokko! Portable,PSP,Visual Novel,Alchemist,Alcot,,0.01,,0.01,,,2013-06-27,2019-04-26 -/games/boxart/full_3225614JapanFrontccc.jpg,Hyakki Yagyou Kaidan Romance,PSP,Visual Novel,Quinrose,QuinRose,,0.01,,0.01,,,2012-10-25,2019-04-26 -/games/boxart/full_7770020JapanFrontccc.jpg,"Tengai ni Mau, Iki na Hana",PSV,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2018-04-26,2018-05-20 -/games/boxart/full_5903284JapanFrontccc.jpg,The Fruit of Grisaia,PSP,Visual Novel,Prototype,Front Wing,,0.01,,0.01,,,2013-02-21,2019-04-26 -/games/boxart/full_6691338JapanFrontccc.jpg,To Heart 2: Another Days,PSP,Visual Novel,Aqua Plus,Aqua Plus,,0.01,,0.01,,,2009-07-30,2019-04-26 -/games/boxart/full_8298707JapanFrontccc.jpg,Chou no Doku: Hana no Kusari - Taishou Tsuyakoi Ibun,PSP,Visual Novel,Prototype,Prototype,,0.01,,0.01,,,2014-01-16,2019-04-26 -/games/boxart/full_9815800JapanFrontccc.jpg,Disorder 6,PS3,Visual Novel,5pb,MAGES. Inc.,,0.01,,0.01,,,2013-08-22,2019-04-26 -/games/boxart/full_2577761JapanFrontccc.jpg,Hakuoki: Reimeiroku DS,DS,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2012-04-26,2019-05-08 -/games/boxart/full_4742781JapanFrontccc.jpg,Root Double: Before Crime * After Days,X360,Visual Novel,Yeti,Yeti,,0.01,,0.01,,,2012-06-14,2019-05-10 -/games/boxart/full_6112358JapanFrontccc.jpg,Gakuen Hetalia,DS,Visual Novel,Idea Factory,Idea Factory,,0.01,,0.01,,,2012-03-08,2019-05-08 -/games/boxart/full_8989045JapanFrontccc.jpg,Chaos;Child: Love Chu Chu!!,PSV,Visual Novel,5pb,5pb. Inc.,,0.01,,0.01,,,2017-03-30,2018-01-15 -/games/boxart/full_9324379JapanFrontccc.jpg,Doukoku Soshite... Doukoku Soshite...,PS4,Visual Novel,El Dia,El Dia,,0.01,,0.01,,,2018-04-26,2018-05-20 -/games/boxart/full_4798515JapanFrontccc.jpg,Tokimeki Restaurant: Project Tristars,PSV,Visual Novel,KOEI,Ruby Party,,0.01,,0.01,,,2018-02-22,2018-03-07 -/games/boxart/full_1260577PALFrontccc.jpg,Zero Escape: Virtue's Last Reward,PSV,Visual Novel,Aksys Games,ChunSoft,,0,,,0,0,2012-10-23,2019-04-25 -/games/boxart/full_1864224JapanFrontccc.jpg,Daitoshokan no Hitsujikai: Library Party,NS,Visual Novel,Aria,August,,0,,0,,,2018-07-26,2018-08-30 -/games/boxart/full_1937768JapanFrontccc.jpg,Cendrillon palikA,NS,Visual Novel,Idea Factory,Otomate,,0,,0,,,2018-10-25,2018-11-07 -/games/boxart/full_9268095JapanFrontccc.jpg,Sanzen Sekai Yuugi: Re Multi Universe Myself,PSV,Visual Novel,Dramatic Create,girls dynamics,,0,,0,,,2018-09-27,2018-10-09 -/games/boxart/full_5431042JapanFrontccc.jpg,Clannad,PS4,Visual Novel,Prototype,Prototype,,0,,0,,,2018-06-14,2019-03-22 -/games/boxart/full_2240285JapanFrontccc.jpg,Hakuoki: Shinkai - Fuukaden,NS,Visual Novel,Idea Factory,Idea Factory,,0,,0,,,2018-09-06,2018-09-26 -/games/boxart/full_5850982JapanFrontccc.jpg,Floral Flowlove,PSV,Visual Novel,Entergram,Entergram,,0,,0,,,2018-08-23,2018-09-26 -/games/boxart/full_8092817JapanFrontccc.jpg,Natsuiro Kokoro Log,PSV,Visual Novel,Dramatic Create,Dramatic Create,,0,,0,,,2018-04-26,2018-04-03 -/games/boxart/full_4474926AmericaFrontccc.jpg,Resident Evil 5: Gold Edition,X360,Action,Capcom,Capcom,9.3,0,,,0,0,2010-03-09, -/games/boxart/full_3787661JapanFrontccc.jpg,Dillon's Dead-Heat Breakers,3DS,Action,Nintendo,Nintendo,7,0,,0,,,2018-04-26,2018-05-20 -/games/boxart/full_5789906JapanFrontccc.jpg,Crayon Shin-Chan Gekiatsu! Oden Wa ~ Rudo Dai Konran!!,3DS,Action,FuRyu Corporation,FuRyu,,0,,0,,,2017-11-30,2018-01-07 -/games/boxart/2536615ccc.jpg,Just Cause,XB,Action,Eidos Interactive,Avalanche Studios,7.3,0,0,,0,0,2006-09-27, -/games/boxart/full_2143343AmericaFrontccc.jpg,Conflict: Denied Ops (JP sales),X360,Action,Eidos Interactive Ltd,Pivotal Games,,0,,0,,,2008-02-12,2019-01-02 -/games/boxart/full_7262013JapanFrontccc.jpg,bit Generations: Boundish,GBA,Action,Nintendo,skip Ltd.,4,0,,0,,0,2006-07-13, -/games/boxart/default.jpg,Professional Farmer 2016,PSV,Action,Namco Bandai Games,Unknown,,0,,,0,0,2015-11-20, -/games/boxart/full_6961029JapanFrontccc.jpg,Tomyka Hero: Rescue Force DS,DS,Action,Takara Tomy,Takara Tomy,,0,,0,,,2008-11-20, -/games/boxart/full_2562246AmericaFrontccc.jpg,M.C. Kids,NES,Platform,Unknown,Virgin Interactive,,0,0,,,,, -/games/boxart/full_pink-panther-pinkadelic-pursuit_165AmericaFront.jpg,Pink Panther: Pinkadelic Pursuit,GBA,Platform,DreamCatcher Interactive,Super Empire,,0,0,,0,0,2002-01-01, -/games/boxart/full_1811579AmericaFrontccc.jpg,James Pond: Codename RoboCod,DS,Platform,Codemasters,Creature Labs,,0,,,0,0,2008-08-30, -/games/boxart/full_9631998JapanFrontccc.jpg,Nari Kids Park: Ultraman R/B,NS,Action,Bandai Namco Games,Bandai Namco Games,,0,,0,,,2018-11-21,2018-12-19 -/games/boxart/full_3343756JapanFrontccc.jpg,Dynasty Warriors 8: Empires,NS,Action,Tecmo Koei,Koei Tecmo Games,,0,,0,,,2017-11-09,2018-07-31 -/games/boxart/full_8759177PALFrontccc.jpg,Of Orcs and Men,PS3,Action,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2012-10-11,2019-01-02 -/games/boxart/full_8175454JapanFrontccc.jpg,Shin Megami Tensei IV Double Hero Pack,3DS,Action,Atlus,Atlus,,0,,0,,,2018-04-19,2018-03-01 -/games/boxart/full_8848380AmericaFrontccc.jpg,Big Bumpin',X360,Action,King Games,Blitz Games,6.7,0,0,,,0,2006-11-19, -/games/boxart/full_6552719PALFrontccc.jpg,The Peanuts Movie: Snoopy's Grand Adventure,XOne,Platform,Activision,Behaviour Interactive,,0,,,0,0,2015-11-03,2018-04-01 -/games/boxart/full_587120AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,PC,Platform,Activision,Vicarious Visions,,0,,,0,0,2018-06-29,2018-11-18 -/games/boxart/1059597ccc.jpg,Extreme Ghostbusters,GBA,Platform,DreamCatcher Interactive,Magic Pockets,7.1,0,0,,0,0,2002-12-30, -/games/boxart/full_5316580AmericaFrontccc.jpg,Aero The Acro-Bat,GBA,Platform,Metro 3D,Atomic Planet Entertainment,7.2,0,0,,0,0,2002-05-14, -/games/boxart/full_5804032AmericaFrontccc.jpg,Dark,XBL,Platform,Unknown,Andrew Russell,,0,,,0,0,2009-10-11, -/games/boxart/full_4181322JapanFrontccc.jpg,Ora ga Omae o Mamoru,DS,Platform,Idea Factory,Vingt-et-un Systems,,0,,0,,,2009-05-21, -/games/boxart/full_3848179PALFrontccc.jpg,Mr Bean,DS,Platform,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0,,,0,0,2008-03-14, -/games/boxart/full_6577369AmericaFrontccc.jpg,Phil of the Future,GBA,Platform,Buena Vista,Handheld Games,,0,0,,0,0,2006-09-18, -/games/boxart/3811799ccc.jpg,"Ed, Edd n Eddy: Scam of the Century",DS,Platform,D3 Publisher,Art,,0,,,0,0,2007-10-26, -/games/boxart/full_5814431AmericaFrontccc.jpg,Rayman Legends,PC,Platform,Ubisoft,Ubisoft Montpellier,,0,,,0,0,2013-09-03,2018-03-20 -/games/boxart/full_576838PALFrontccc.jpg,Disney Epic Mickey 2: The Power of Two,PC,Platform,Disney Interactive Studios,Junction Point Studios,,0,0,,,0,2012-11-18,2018-04-14 -/games/boxart/8451732ccc.gif,Kirby's Adventure,VC,Platform,Nintendo,HAL Laboratory,8.4,0,,,0,0,2007-02-12, -/games/boxart/full_6052661PALFrontccc.jpg,Giana Sisters DS,DS,Platform,Destineer,Spellbound,,0,,,0,0,2011-02-22, -/games/boxart/1793942ccc.jpg,Ninja Five-0,GBA,Platform,Konami,Hudson Soft,,0,0,,0,0,2003-04-22, -/games/boxart/full_4674013AmericaFrontccc.jpg,Sonic Heroes,PC,Platform,Sega,Sonic Team,,0,,,0,0,2004-11-17, -/games/boxart/full_1344587AmericaFrontccc.jpg,Pac-Man and the Ghostly Adventures,3DS,Platform,Namco Bandai Games,Inti Creates,,0,,0,,,2013-11-05,2019-05-07 -/games/boxart/full_fallout-new-vegas-ultimate-edition_715AmericaFront.jpg,Fallout: New Vegas Ultimate Edition,PS3,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,0,0,,,0,2012-02-07, -/games/boxart/full_1770901PALFrontccc.jpg,Star Wolves,PC,Role-Playing,1C Company,X-Bow Software,,0,,,0,,2005-03-04, -/games/boxart/full_1074348AmericaFrontccc.jpg,Aion: Tower of Eternity,PC,Role-Playing,NCSoft,NCsoft,7.4,0,,,0,0,2009-09-22, -/games/boxart/full_3333468AmericaFrontccc.jpg,Summoner,PC,Role-Playing,THQ,Volition Inc.,,0,,,0,0,2001-03-19, -/games/boxart/full_1202681AmericaFrontccc.jpg,Legacy of Ys: Books I & II,DS,Role-Playing,Atlus,Interchannel Inc.,,0,0,,,,2009-02-24, -/games/boxart/full_6063154AmericaFrontccc.jpg,Arcania: Gothic 4,PS3,Role-Playing,JoWood Productions,Spellbound Entertainment AG,,0,,,0,0,2013-08-13, -/games/boxart/2878296ccc.jpg,Grandia II,PC,Role-Playing,Ubisoft,Game Arts,7.7,0,,,0,,2002-03-10, -/games/boxart/full_2684422AmericaFrontccc.jpg,Freedom Force,PC,Role-Playing,Crave Entertainment,Irrational Games,9.1,0,,,0,,2002-03-24, -/games/boxart/full_397028JapanFrontccc.jpg,Net Ghost Pipopa: Pipopa DS @ Daibouken!!!,DS,Role-Playing,Dimple Entertainment,Dimple Entertainment,,0,,0,,,2009-02-26, -/games/boxart/full_return-to-krondor_259AmericaFront.jpg,Return to Krondor,PC,Role-Playing,Sierra Entertainment,PyroTechnix,,0,,,0,0,1998-11-30, -/games/boxart/full_5553698PALFrontccc.jpg,Time of Shadows,PC,Role-Playing,Take-Two Interactive,SkyFallen Entertainment,,0,,,0,0,2009-09-08, -/games/boxart/full_fallout-new-vegas-ultimate-edition_932AmericaFront.jpg,Fallout: New Vegas Ultimate Edition,X360,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,0,0,,,0,2012-02-07, -/games/boxart/1560987ccc.jpg,Titan Quest: Immortal Throne,PC,Role-Playing,THQ,Iron Lore,8.3,0,,,0,0,2007-03-05, -/games/boxart/full_2623309AmericaFrontccc.jpg,Star Wars Galaxies: Jump to Lightspeed,PC,Role-Playing,LucasArts,Sony Online Entertainment,,0,,,0,0,2004-10-26, -/games/boxart/full_8169478PALFrontccc.jpg,Lords of Xulima,PC,Role-Playing,Numantian Games,Numantian Games,,0,,,0,0,2014-11-14,2018-09-22 -/games/boxart/full_8722336AmericaFrontccc.jpg,Gothic 3: Forsaken Gods,PC,Role-Playing,JoWood Productions,Trine Games,4.4,0,,,0,0,2008-11-20,2018-01-04 -/games/boxart/5936437ccc.jpg,Space Siege,PC,Role-Playing,Sega,Gas Powered Games,4,0,,,0,0,2008-08-12, -/games/boxart/1645419ccc.gif,Arcanum: Of Steamworks and Magick Obscura,PC,Role-Playing,Sierra Entertainment,Troika Games,,0,0,,,0,2001-08-22, -/games/boxart/full_dungeon-siege-legends-of-aranna_7AmericaFront.jpg,Dungeon Siege: Legends of Aranna,PC,Role-Playing,Microsoft Game Studios,Gas Powered Games,,0,,,0,0,2003-11-11, -/games/boxart/1091264ccc.jpg,Paper Mario,VC,Role-Playing,Nintendo,Intelligent Systems,9,0,,,0,0,2007-07-16, -/games/boxart/full_wizardry-8_72AmericaFront.jpg,Wizardry 8,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,0,,,0,0,2001-11-14, -/games/boxart/full_3919941AmericaFrontccc.jpg,Dawn of Magic,PC,Role-Playing,Atari,Sky Fallen / 1C,,0,,,0,0,2007-10-23, -/games/boxart/2949621ccc.jpg,System Shock 2,PC,Role-Playing,Electronic Arts,Irrational Games / Looking Glass Studios,8.9,0,,,0,0,1999-08-11, -/games/boxart/8272793ccc.jpg,Heroes of Might and Magic V: Tribes of the East,PC,Role-Playing,Unknown,Nival Interactive,,0,,,0,0,2007-10-18, -/games/boxart/8089029ccc.jpg,The Elder Scrolls III: Morrowind,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.7,0,,,0,0,2002-05-01, -/games/boxart/full_dungeons-ampamp-dragons-daggerdale_628AmericaFront.jpg,Dungeons & Dragons: Daggerdale,PC,Role-Playing,Atari,Bedlam Games,6,0,,,0,0,2011-05-25, -/games/boxart/6697686ccc.gif,The Elder Scrolls IV: Oblivion - Game of the Year Edition,X360,Role-Playing,2K Games,Bethesda Softworks,8.5,0,,,0,0,2007-09-10, -/games/boxart/full_6828472AmericaFrontccc.jpg,Divine Divinity,PC,Role-Playing,CDV Software Entertainment,Larian Studios,,0,,,0,0,2002-09-22, -/games/boxart/2518786ccc.jpg,Beyond Divinity,PC,Role-Playing,Hip Interactive,Larian Studios,,0,,,0,0,2004-04-28, -/games/boxart/full_5356997JapanFrontccc.jpg,Hottarake no Shima: Kanata to Nijiiro no Kagami,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,0,,0,,,2009-08-06, -/games/boxart/full_8564448AmericaFrontccc.jpg,Nox,PC,Role-Playing,Electronic Arts,Westwood Studios,,0,,,0,0,2000-01-31, -/games/boxart/full_5623498AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: The Pitt and Operation: Anchorage,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0,,,0,0,2009-05-26, -/games/boxart/full_phantasy-star-universe_3AmericaFront.jpg,Phantasy Star Universe,PC,Role-Playing,Sega,Sonic Team,6.4,0,,,0,0,2006-10-24, -/games/boxart/3739178ccc.jpg,City of Villains,PC,Role-Playing,NCSoft,Cryptic Studios,,0,,,0,0,2005-10-31, -/games/boxart/full_9679722AmericaFrontccc.jpg,Age of Pirates: Caribbean Tales,PC,Role-Playing,Playlogic Game Factory,Akella,,0,,,0,0,2006-09-12, -/games/boxart/full_8351940PALFrontccc.jpg,Street Fighter 30th Anniversary Collection,PC,Fighting,Capcom,Capcom,,0,,,0,0,2018-05-29,2018-11-07 -/games/boxart/4805260ccc.jpg,WWE Raw,PC,Fighting,THQ,THQ,,0,,,0,0,2002-10-14, -/games/boxart/full_9560165AmericaFrontccc.jpg,Ben 10 Omniverse 2,PS3,Fighting,D3 Publisher,High Voltage Software,,0,0,,,0,2013-11-05,2019-01-02 -/games/boxart/full_7384670AmericaFrontccc.jpg,Super Smash Bros.,VC,Fighting,Nintendo,HAL Laboratory,,0,,,0,,2009-12-21, -/games/boxart/full_2515220PALFrontccc.jpg,Undercover: Dual Motives,DS,Adventure,Unknown,Sproing Interactive Media,,0,,,0,0,, -/games/boxart/922895ccc.jpg,Darkstone,PC,Role-Playing,Gathering of Developers,Delphine Software International,7.5,0,,,0,,1999-07-13, -/games/boxart/full_enclave-shadows-of-twilight_8PALFront.jpg,Enclave: Shadows of Twilight,Wii,Role-Playing,TopWare,Village1 Entertainment,,0,,,0,,2011-04-27, -/games/boxart/full_6072092AmericaFrontccc.jpg,Throne of Darkness,PC,Role-Playing,Sierra Entertainment,Click Entertainment,,0,,,0,,2001-09-24, -/games/boxart/7415422ccc.jpg,Anachronox,PC,Role-Playing,Eidos Interactive,Ion Storm Inc.,,0,,,0,,2001-06-25, -/games/boxart/6319313ccc.jpg,Freedom Force vs The 3rd Reich,PC,Role-Playing,Sierra Entertainment,Irrational Games,,0,,,0,,2005-03-08, -/games/boxart/16434ccc.jpg,The Elder Scrolls IV: Oblivion - Game of the Year Edition,PS3,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.5,0,,,0,0,2007-10-16, -/games/boxart/full_1830845AmericaFrontccc.jpg,Star Wars Galaxies: The Total Experience,PC,Role-Playing,LucasArts,Sony Online Entertainment,,0,,,0,,2005-05-25, -/games/boxart/full_6545583AmericaFrontccc.jpg,Arx Fatalis,PC,Role-Playing,JoWood Productions,Arkane Studios,,0,,,0,0,2002-11-11, -/games/boxart/full_7037360AmericaFrontccc.jpg,LEGO Ninjago Nindroids,PSV,Action-Adventure,Warner Bros. Interactive Entertainment,Hellbent Games,,0,,,0,0,2014-07-29,2019-05-01 -/games/boxart/full_9338034AmericaFrontccc.jpg,Harry Potter for Kinect,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Eurocom,,0,,,0,0,2009-10-09,2019-05-01 -/games/boxart/full_5225307AmericaFrontccc.jpg,Assassin's Creed Chronicles: China,PC,Action-Adventure,Ubisoft,Climax Studios,,0,,,0,0,2015-04-21,2018-12-30 -/games/boxart/full_3262421AmericaFrontccc.jpg,Rise of the Guardians: The Video Game,DS,Action-Adventure,D3Publisher,Torus Games Pty. Ltd.,,0,,,0,,2012-11-20,2019-04-25 -/games/boxart/full_9067125AmericaFrontccc.jpg,The Amazing Spider-Man (2012),PSV,Action-Adventure,Activision,Beenox,,0,,,0,0,2013-11-19,2018-03-15 -/games/boxart/full_9855897AmericaFrontccc.jpg,The Amazing Spider-Man (2012),PC,Action-Adventure,Activision,Beenox,,0,0,,,0,2012-08-10,2018-03-15 -/games/boxart/full_4157207PALFrontccc.jpg,Resident Evil Zero,PS3,Action-Adventure,Capcom,Capcom,,0,,,0,0,2016-01-19,2018-09-04 -/games/boxart/full_7811485AmericaFrontccc.jpg,Mage Knight: Apocalypse,PC,Role-Playing,Namco Bandai,InterServ International,,0,,,0,0,2006-09-26, -/games/boxart/full_5500949AmericaFrontccc.jpg,Izuna: Legend of the Unemployed Ninja,DS,Role-Playing,Atlus,Ninja Studio,6.4,0,,,0,,2007-02-20, -/games/boxart/2221220ccc.jpg,Final Fantasy XI: Online,PC,Role-Playing,Square Enix,Square Enix,8.2,0,,,0,,2004-09-21, -/games/boxart/full_2854894JapanFrontccc.jpg,Tir Na Nog Yuukyuu no Jin,PS2,Role-Playing,System Soft,System Soft,,0,,0,,,2009-04-29, -/games/boxart/full_9939623JapanFrontccc.jpg,Chocobo to Mahou no Ehon: Special Package,DS,Role-Playing,Square Enix,High Horse Entertainment,,0,,0,,,2008-12-11, -/games/boxart/full_8711810JapanFrontccc.jpg,Souhashiki Gadget Robo,DS,Role-Playing,Creative Core,Creative Core,,0,,0,,,2008-12-11, -/games/boxart/full_1290480PALFrontccc.jpg,Deus Ex Complete,PC,Role-Playing,Mastertronic,Ion Storm Inc.,,0,,,0,0,2009-06-26, -/games/boxart/full_3063408JapanFrontccc.jpg,Elminage DS Remix: Yami no Fuo to Kamigami no Yubiwa,DS,Role-Playing,Starfish,Starfish SD,,0,,0,,,2008-11-13, -/games/boxart/full_7503540AmericaFrontccc.jpg,Steal Princess (JP sales),DS,Role-Playing,Atlus,Climax Entertainment,,0,,0,,,2009-05-19, -/games/boxart/full_1736179AmericaFrontccc.jpg,Downtown Secrets,PC,Adventure,Mastertronic,Big Fish Games,,0,,,0,0,2012-03-16,2019-05-01 -/games/boxart/full_keepsake_80AmericaFront.jpg,Keepsake,PC,Adventure,The Adventure Company,Wicked Studios,,0,,,0,0,2006-03-31, -/games/boxart/full_the-crown-of-midas_270PALFront.jpg,The Crown of Midas,Wii,Adventure,Unknown,Funbox Media,,0,,,0,0,2011-11-04, -/games/boxart/8104462ccc.jpg,Sam & Max Hit the Road,PC,Adventure,LucasArts,LucasArts,9,0,,,0,,1993-01-01, -/games/boxart/7841322ccc.jpg,Urban Yeti,GBA,Adventure,Telegames,Cave Barn,,0,0,,0,,2002-08-16, -/games/boxart/full_4682499AmericaFrontccc.jpg,Sherlock Holmes: The Awakened,PC,Adventure,Focus Home Interactive,Frogwares,6,0,,,0,,2007-03-01, -/games/boxart/full_7241175AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 4,PC,Fighting,Namco Bandai Games,CyberConnect2,,0,,,0,0,2016-02-05,2018-09-22 -/games/boxart/full_adk-tamashii_795JapanFront.jpg,ADK Tamashii,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,0,,0,,,2008-12-18, -/games/boxart/full_3781945AmericaFrontccc.jpg,Bionic Commando,PC,Adventure,Capcom,GRIN,,0,,,0,0,2009-07-28, -/games/boxart/full_9213754AmericaFrontccc.png,Messiah,PC,Adventure,Interplay,Shiny Entertainment,,0,,,0,,2000-03-31, -/games/boxart/full_3512631AmericaFrontccc.jpg,Fierce Tales: Marcus' Memory,PC,Adventure,Big Fish Games,Big Fish Games,,0,,,0,0,2014-02-03,2019-05-01 -/games/boxart/full_9233605PALFrontccc.jpg,The Waterhorse: Legend of the Deep,DS,Adventure,Blast! Entertainment Ltd,Atomic Planet Entertainment,,0,,,0,0,2008-04-25, -/games/boxart/full_2403905PALFrontccc.jpg,Simon the Sorcerer 3D,PC,Adventure,Adventure Soft,Headfirst Productions,,0,,,0,,2002-04-13, -/games/boxart/4588930ccc.jpg,Atlantis Evolution,PC,Adventure,The Adventure Company,Atlantis Interactive Entertainment,,0,,,0,0,2004-10-17, -/games/boxart/full_1285758AmericaFrontccc.jpg,Escape The Museum,PC,Adventure,Unknown,Gogii Games,,0,,,0,0,2008-04-29, -/games/boxart/full_love-once_0JapanFront.jpg,Love Once,PSP,Adventure,Unknown,Maid meets Cat,,0,,0,,,2010-09-30, -/games/boxart/full_6739254AmericaFrontccc.jpg,Fairyland Melody Magic,DS,Adventure,Ubisoft,Ubisoft Shanghai,,0,,,0,0,2009-11-10, -/games/boxart/2343500ccc.jpg,Beyond Good & Evil,PC,Adventure,Ubisoft,Ubisoft Montpellier,,0,,,0,,2003-11-19, -/games/boxart/full_4943337PALFrontccc.jpg,Horrid Henry: Missions of Mischief,PC,Adventure,SouthPeak Interactive,Asylum Entertainment,,0,,,0,0,2010-08-31, -/games/boxart/full_7155627AmericaFrontccc.jpg,Second Sight,PC,Adventure,Codemasters,Free Radical Design,7,0,,,0,,2005-02-18, -/games/boxart/3557620ccc.jpg,Dexter's Lab / Powerpuff Girls Bundle,GBA,Adventure,BAM! Entertainment,Virtucraft / Sennari Interactive,,0,0,,0,,2003-05-22, -/games/boxart/full_samantha-swift-and-the-golden-touch_8AmericaFront.jpg,Samantha Swift and the Golden Touch,PC,Adventure,Mumbo Jumbo,MumboJumbo,,0,,,0,0,2009-04-29, -/games/boxart/full_6496142AmericaFrontccc.jpg,Emma in the Mountains,DS,Adventure,Aspyr,Nobilis,,0,0,,,,2008-11-24, -/games/boxart/full_womens-murder-club-death-in-scarlet_304AmericaFront.jpg,Women's Murder Club: Death in Scarlet,PC,Adventure,Elephant Entertainment,Oberon Media,,0,,,0,0,2008-04-03, -/games/boxart/full_302371PALFrontccc.jpg,Metropolis Crimes,DS,Adventure,Ubisoft,Lexis Numerique,,0,,,0,0,2009-10-01, -/games/boxart/full_95003AmericaFrontccc.jpg,Samantha Swift and the Hidden Roses of Athena,PC,Adventure,Mumbo Jumbo,MumboJumbo,,0,,,0,0,2008-10-08, -/games/boxart/full_jolly-rover_8AmericaFront.jpg,Jolly Rover,PC,Adventure,Unknown,Brawsome,,0,,,0,0,2010-06-07, -/games/boxart/full_overclocked_733AmericaFront.jpg,Overclocked: A History of Violence,PC,Adventure,Lighthouse Interactive,House of Tales,,0,,,0,0,2008-04-07, -/games/boxart/4054272ccc.jpg,Titanic: Adventure out of Time,PC,Adventure,GTE Entertainment,Cyberflix,,0,,,0,0,1996-10-31, -/games/boxart/full_7284473AmericaFrontccc.jpg,Gone Home,PC,Adventure,The Fullbright Company,The Fullbright Company,9.1,0,,,0,0,2013-08-15,2018-01-21 -/games/boxart/full_7139552PALFrontccc.jpg,Runaway: The Dream of the Turtle,Wii,Adventure,Focus Home Interactive,93 Games Studio,,0,,,0,0,2009-11-29, -/games/boxart/full_5062597AmericaFrontccc.jpg,Victorious: Taking the Lead,Wii,Adventure,D3Publisher,High Voltage Software,,0,,,0,,2012-11-13,2019-05-08 -/games/boxart/full_1759079AmericaFrontccc.jpg,Penumbra: Overture,PC,Adventure,Got Game Entertainment,Frictional Games,6.9,0,,,0,0,2007-05-08, -/games/boxart/6489931ccc.jpg,Shadow of Destiny,PC,Adventure,Konami,Runecraft,,0,,,0,0,2002-07-22, -/games/boxart/6284836ccc.jpg,Obscure,PC,Adventure,DreamCatcher Interactive,Hydravision Entertainment,,0,,,0,0,2005-04-06, -/games/boxart/full_7541779JapanFrontccc.jpg,Yamamura Misa Suspense: Kyoto Kuramayama Shou Satsujin Jiken,PSP,Adventure,Marvelous Interactive,Marvelous Interactive,,0,,0,,,2009-09-03, -/games/boxart/full_9496963PALFrontccc.jpg,Runaway: The Dream of the Turtle,DS,Adventure,Focus Home Interactive,Cyanide,,0,,,0,0,2007-11-14, -/games/boxart/6194156ccc.jpg,Broken Sword: The Sleeping Dragon,PC,Adventure,The Adventure Company,Revolution Software,,0,,,0,0,2003-11-17, -/games/boxart/full_adams-venture_10PALFront.jpg,Adam's Venture Episode 1: The Search For The Lost Garden,PC,Adventure,Iceberg Interactive,Vertigo Gaming Inc.,,0,,,0,0,2009-10-02, -/games/boxart/full_4529383JapanFrontccc.jpg,Routes Portable,PSP,Adventure,Aquaplus,Aquaplus,,0,,0,,,2007-01-25, -/games/boxart/full_849108PALFrontccc.jpg,MotoGP 18,PC,Racing,Milestone S.r.l.,Milestone S.r.l,,0,,,0,0,2018-03-31,2019-01-02 -/games/boxart/full_18-wheels-of-steel-haulin_433AmericaFront.jpg,18 Wheels of Steel: Haulin',PC,Racing,ValuSoft,SCS Software,,0,,,0,,2006-12-08, -/games/boxart/3485135ccc.jpg,Disney Sports Motocross,GBA,Racing,Konami,Konami,5.2,0,0,,,,2003-03-31, -/games/boxart/full_206646JapanFrontccc.jpg,Osouji Sentai Clean Keeper H,PS2,Adventure,Idea Factory,Lupinus,,0,,0,,,2009-10-01, -/games/boxart/full_5244603AmericaFrontccc.jpg,Up,PC,Adventure,THQ,THQ,,0,,,0,0,2009-05-26, -/games/boxart/full_1280382JapanFrontccc.jpg,Kemeko Deluxe! DS: Yome to Meka to Otoko to Onna,DS,Adventure,5pb,Suzak,,0,,0,,,2009-02-26, -/games/boxart/232876ccc.jpg,Pogo Island,DS,Adventure,Electronic Arts,Electronic Arts,,0,,,0,0,2007-03-26, -/games/boxart/6573661ccc.jpg,Dead Reefs,PC,Adventure,The Adventure Company,Streko-Graphics Inc.,,0,,,0,,2007-07-03, -/games/boxart/full_8079453PALFrontccc.jpg,Marvel vs. Capcom: Infinite,PC,Fighting,Capcom,Capcom,,0,,,0,0,2017-09-19,2018-09-22 -/games/boxart/1882666ccc.jpg,Spinout,PSP,Racing,Ghostlight,Icon Games,,0,,,0,0,2008-03-20, -/games/boxart/full_3112168AmericaFrontccc.jpg,TrackMania,PC,Racing,Enlight,Nadeo,,0,,,0,0,2004-07-08, -/games/boxart/full_7197451AmericaFrontccc.jpg,Top Gear GT Championship,GBA,Racing,Kemco,Kemco,,0,0,,0,0,2001-07-09, -/games/boxart/full_1757640AmericaFrontccc.jpg,Rayman Arena,PC,Racing,Ubisoft,Ubisoft,5.1,0,,,0,,2002-09-24, -/games/boxart/full_superstars-v8-next-challenge_183AmericaFront.jpg,Superstars V8 Next Challenge,PC,Racing,Deep Silver,Milestone S.r.l.,,0,0,,,0,2011-01-25, -/games/boxart/full_943038PALFrontccc.jpg,Superstars V8 Racing,PC,Racing,Black Bean Games,Milestone S.r.l,,0,,,0,0,2009-06-26, -/games/boxart/full_3588838AmericaFrontccc.jpg,Hard Truck 2,PC,Racing,ValuSoft,ValuSoft,,0,,,0,,2001-12-31,2019-05-01 -/games/boxart/9812339ccc.jpg,Dual Blades,GBA,Fighting,Metro 3D,Metro3D,6,0,0,,0,0,2002-10-07, -/games/boxart/7892864ccc.jpg,Ready 2 Rumble Boxing: Round 2,GBA,Fighting,Midway Games,Midway Games,4.8,0,0,,0,0,2001-05-30, -/games/boxart/full_5328712JapanFrontccc.jpg,Value Pack: Street Fighter Zero 3 Double Upper / Vampire Chronicle: The Chaos Tower,PSP,Fighting,Capcom,Capcom,,0,,0,,,2009-01-29, -/games/boxart/full_1647520AmericaFrontccc.jpg,Dragon Ball: Evolution (jp sales),PSP,Fighting,Namco Bandai,Dimps Corporation,,0,,0,,,2009-04-08, -/games/boxart/full_1139914JapanFrontccc.jpg,Hajime no Ippo: The Fighting! DS,DS,Fighting,D3 Publisher,ESP Software,,0,,0,,,2008-12-04, -/games/boxart/full_mortal-kombat-advance_6AmericaFront.jpg,Mortal Kombat Advance,GBA,Fighting,Midway Games,Virtucraft,,0,0,,0,0,2001-12-12, -/games/boxart/full_1635908AmericaFrontccc.jpg,Ben 10 Omniverse 2,Wii,Fighting,D3 Publisher,High Voltage Software,,0,0,,0,0,2013-11-05,2019-01-02 -/games/boxart/full_3706037AmericaFrontccc.jpg,Ben 10 Omniverse 2,WiiU,Fighting,D3 Publisher,High Voltage Software,,0,0,,,0,2013-11-05,2019-01-02 -/games/boxart/full_9867141JapanFrontccc.jpg,HimeHibi: New Princess Days!! Zoku! Ni-Gakki Portable,PSP,Adventure,Takuyo,Takuyo,,0,,0,,,2010-02-25, -/games/boxart/full_8245245AmericaFrontccc.jpg,Jade Rousseau,PC,Adventure,Phenomedia,DECK13 Interactive,,0,,,0,0,2011-05-11,2018-07-24 -/games/boxart/full_9996922JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-3-Shuu: Fushigi no Kuni no Nazotoki Otogibanashi,DS,Adventure,Level 5,Level 5,,0,,0,,,2009-10-08, -/games/boxart/full_2053056PALFrontccc.png,Broken Sword: The Serpent's Curse,PC,Adventure,Revolution Software,Revolution Software,,0,,,0,0,2014-06-20,2018-01-01 -/games/boxart/full_8686619AmericaFrontccc.jpg,Agatha Christie: And Then There Were None,PC,Adventure,The Adventure Company,AWE Games,,0,,,0,0,2005-10-30, -/games/boxart/full_art-of-murder-fbi-confidential_595AmericaFront.jpg,Art of Murder: FBI Confidential,PC,Adventure,City Interactive,City Interactive,,0,,,0,0,2008-07-29, -/games/boxart/3517250ccc.jpg,Return to Mysterious Island,PC,Adventure,The Adventure Company,Kheops Studio,,0,,,0,0,2004-11-02, -/games/boxart/full_princess-isabella-a-witchs-curse_3PALFront.jpg,Princess Isabella: A Witch's Curse,PC,Adventure,Unknown,Gogii Games,,0,,,0,0,2009-08-24, -/games/boxart/full_2337042PALFrontccc.jpg,Arthur and the Invisibles,PSP,Adventure,Atari,Etranges Libellules,,0,,,0,0,2007-02-16, -/games/boxart/full_2354799AmericaFrontccc.jpg,The Book of Unwritten Tales 2,PC,Adventure,Nordic Games,KING Art Games,,0,,,0,0,2014-09-04,2017-12-31 -/games/boxart/full_7358523PALFrontccc.jpg,Discworld Noir,PC,Adventure,GT Interactive,Perfect Entertainment,,0,,,0,,1999-01-01, -/games/boxart/7251914ccc.jpg,Nancy Drew: Danger By Design,PC,Adventure,Her Interactive,Her Interactive,,0,,,0,0,2006-07-11, -/games/boxart/full_6201881AmericaFrontccc.jpg,The Thing,PC,Adventure,VU Games,Computer Artworks,,0,,,0,0,2002-08-20, -/games/boxart/full_piyo-tan-oyashiki-sennyuu-daisakusen_6JapanFront.jpg,Piyo-Tan: Oyashiki Sennyuu Daisakusen!,PS2,Adventure,Prototype,Visual Arts,,0,,0,,,2008-08-28, -/games/boxart/full_9599768PALFrontccc.jpg,Naraba's World: The Mysterious Palace,DS,Adventure,Mentor Interactive,Mentor Interactive,,0,0,,,0,2012-05-07,2019-05-02 -/games/boxart/full_3567337AmericaFrontccc.jpg,The Golden Compass,PC,Adventure,Sega,Shiny Entertainment,,0,,,0,,2007-12-14, -/games/boxart/full_leisure-suit-larry-magna-cum-laude_969AmericaFront.jpg,Leisure Suit Larry: Magna Cum Laude,PC,Adventure,VU Games,High Voltage Software,,0,,,0,0,2004-10-05, -/games/boxart/7920510ccc.jpg,Death to Spies,PC,Adventure,Atari,Haggard Games,,0,,,0,0,2007-10-16, -/games/boxart/full_hollywood-files-murder-on-the-scene_36AmericaFront.jpg,Hollywood Files: Deadly Intrigues,DS,Adventure,Unknown,Foreign Media Games,,0,0,,0,0,2011-06-14, -/games/boxart/420408ccc.jpg,Prince of Persia: Warrior Within,PC,Adventure,Ubisoft,Ubisoft Montreal,,0,,,0,0,2004-11-30, -/games/boxart/full_8911155AmericaFrontccc.jpg,Barbie as The Island Princess,PC,Adventure,Activision,Human Soft / Ivolgamus,,0,,,0,0,2007-10-30, -/games/boxart/9739332ccc.jpg,Alone in the Dark: The New Nightmare,PC,Adventure,Infogrames,Spiral House,,0,,,0,0,2001-06-25, -/games/boxart/full_csi-crime-scene-investigation-dark-motives_221AmericaFront.jpg,CSI: Dark Motives,PC,Adventure,Ubisoft,369 Interactive,,0,,,0,0,2004-03-23, -/games/boxart/6588907ccc.jpg,The Curse of Monkey Island,PC,Adventure,LucasArts,LucasArts,,0,,,0,0,1997-10-31, -/games/boxart/7504217ccc.jpg,Dora the Explorer Double Pak,GBA,Adventure,Global Star Software,CineGroupe / ImaginEngine,,0,0,,0,0,2007-02-05, -/games/boxart/full_secrets-of-the-vatican-the-holy-lance_138PALFront.jpg,Secrets of the Vatican: The Holy Lance,PC,Adventure,Mastertronic,Mastertronic,,0,,,0,0,2009-11-06, -/games/boxart/full_4412005JapanFrontccc.jpg,Keiki J.B. Harold Jikenbo: Manhattan Requiem & Kiss of Murder,DS,Adventure,fonfun,althi Inc.,,0,,0,,,2008-11-27, -/games/boxart/1018667ccc.jpg,Dark Fall: The Journal,PC,Adventure,The Adventure Company,XXV Productions,,0,,,0,0,2003-07-25, -/games/boxart/8039941ccc.jpg,Discworld,PC,Adventure,Psygnosis,Perfect Entertainment,,0,,,0,0,1995-01-01, -/games/boxart/full_8471717AmericaFrontccc.jpg,Drawn to Life (JP sales),DS,Adventure,THQ,5TH Cell,,0,,0,,,2007-09-10, -/games/boxart/7946997ccc.jpg,Paradise,PC,Adventure,Ubisoft,White Birds Productions,,0,,,0,0,2006-05-03, -/games/boxart/full_oddly-enough-pied-piper_423AmericaFront.jpg,Oddly Enough: Pied Piper,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0,,,0,0,2011-11-06,2019-05-03 -/games/boxart/full_from-dust_782AmericaFront.jpg,From Dust,PC,Adventure,Ubisoft,Ubisoft Montpellier,8.2,0,0,,,0,2011-08-17, -/games/boxart/full_609024JapanFrontccc.jpg,Memories Off 6: T-Wave,X360,Adventure,5pb,5pb. Games,,0,,0,,,2009-08-27, -/games/boxart/full_4515695JapanFrontccc.jpg,Tonari ni Kanojo no Iru Shiawase: Winter Guest,PS4,Adventure,Entergram,Entergram,,0,,0,,,2018-06-28,2018-08-12 -/games/boxart/full_322040JapanFrontccc.jpg,Hitsuji Kunnara Kiss Shite Ageru *,PSP,Adventure,CyberFront,CyberFront,,0,,0,,,2009-03-19, -/games/boxart/full_8143697AmericaFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,PS3,Adventure,Little Orbit,WayForward Technologies,,0,0,,,0,2014-10-18,2018-04-17 -/games/boxart/full_4113800AmericaFrontccc.jpg,Until Dawn,PS3,Adventure,Sony Computer Entertainment America,Supermassive Games Ltd.,,0,,,0,0,2014-01-01,2019-05-02 -/games/boxart/full_7457398PALFrontccc.jpg,Diabolik: The Original Sin,DS,Adventure,Black Bean Games,Artematica Entertainment,,0,,,0,0,2009-06-26, -/games/boxart/full_2836376JapanFrontccc.jpg,Another Time Another Leaf: Kagami no Naka no Tantei,DS,Adventure,Arc System Works,Killaware,,0,,0,,,2009-04-23, -/games/boxart/full_8401850JapanFrontccc.jpg,Hakuouki: Zuisouroku Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-08-27, -/games/boxart/full_947613AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,PC,Adventure,Ubisoft,Ubisoft Montreal,9,0,,,0,0,2003-11-30, -/games/boxart/full_murasaki-no-honoo_1JapanFront.jpg,Murasaki no Honoo,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2008-11-27, -/games/boxart/full_3864089JapanFrontccc.jpg,Breath: Toiki wa Akaneiro,DS,Adventure,Success,Success,,0,,0,,,2008-06-26, -/games/boxart/full_5337098JapanFrontccc.jpg,Saikin Koishiteru?,DS,Adventure,D3 Publisher,Microvision,,0,,0,,,2009-07-30, -/games/boxart/full_1111377JapanFrontccc.jpg,Sakai Burai Kaiji: Death or Survival,DS,Adventure,Compile Heart,Compile Heart,,0,,0,,,2008-09-25, -/games/boxart/full_4540733AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,GBA,Adventure,LEGO Media,Silicon Dreams,,0,0,,0,0,2001-10-02, -/games/boxart/full_540693AmericaFrontccc.jpg,Call of Cthulhu: Dark Corners of the Earth,PC,Adventure,2K Games,Headfirst Productions,,0,,,0,0,2006-04-26, -/games/boxart/full_the-mystery-of-the-crystal-portal_3PALFront.jpg,The Mystery of the Crystal Portal,PC,Adventure,Avanquest,G5 Software,,0,,,0,0,2010-05-28, -/games/boxart/full_3499199JapanFrontccc.jpg,Tago Akira no Atama no Taisou Dai-4-Shuu: Time Machine no Nazotoki Daibouken,DS,Adventure,Level 5,Level 5,,0,,0,,,2009-10-08, -/games/boxart/full_7158765PALFrontccc.jpg,Frankenstein: The Dismembered Bride,PC,Adventure,Mastertronic,Mastertronic,,0,,,0,0,2009-11-06, -/games/boxart/full_9886897AmericaFrontccc.jpg,Sinking Island,PC,Adventure,Encore,White Birds Productions,,0,,,0,0,2008-08-21, -/games/boxart/full_1662463AmericaFrontccc.jpg,Prisoner of War,PC,Adventure,Codemasters,Wide Games,,0,,,0,0,2002-09-30, -/games/boxart/full_889856AmericaFrontccc.jpg,Still Life,PC,Adventure,The Adventure Company,Microids,6.4,0,,,0,0,2005-05-04, -/games/boxart/1254130ccc.jpg,Dreamfall: The Longest Journey,PC,Adventure,Aspyr,Funcom,7.4,0,,,0,0,2006-04-17, -/games/boxart/6839054ccc.jpg,Dracula: Origin,PC,Adventure,The Adventure Company,Frogwares,,0,,,0,0,2008-06-02, -/games/boxart/full_607789JapanFrontccc.jpg,Hayarigami 2 Portable: Keishichou Kaii Jiiken File,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2008-08-07, -/games/boxart/full_4275536JapanFrontccc.jpg,Hayarigami 2 DS: Toshidensetsu Kaii Jiken,DS,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2009-07-09, -/games/boxart/full_3239857JapanFrontccc.jpg,Your Memories Off: Girl's Style,PSP,Adventure,5pb,5pb. Games,,0,,0,,,2009-02-26, -/games/boxart/full_1969875JapanFrontccc.jpg,Toudou Ryuunosuke Tantei Nikki: Aen no Koufune,DS,Adventure,fonfun,fonfun,,0,,0,,,2009-03-26, -/games/boxart/full_8851073JapanFrontccc.jpg,Toudou Ryuunosuke Tantei Nikki: Kohakuiro no Yuigon,DS,Adventure,fonfun,fonfun,,0,,0,,,2008-12-18, -/games/boxart/full_8949129JapanFrontccc.jpg,Memories Off #6 Double Pack,X360,Adventure,5pb,5pb. Games,,0,,0,,,2009-08-27, -/games/boxart/1431097ccc.jpg,Agatha Christie: Evil Under the Sun,PC,Adventure,The Adventure Company,AWE Games,,0,,,0,0,2007-10-16, -/games/boxart/full_3116072AmericaFrontccc.jpg,Sam & Max: Season Two,PC,Adventure,Telltale Games,Telltale Games,,0,,,0,0,2009-04-11, -/games/boxart/full_9854654PALFrontccc.jpg,Sam Power: Footballer,DS,Sports,Ubisoft,Tectoy Digital,,0,,,0,0,2009-03-13, -/games/boxart/full_1969235AmericaFrontccc.jpg,Blood Bowl 2,PS4,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2015-05-29,2018-09-16 -/games/boxart/full_8566853PALFrontccc.jpg,Football Manager 2006,X360,Sports,Sega,Sports Interactive,8.5,0,,,0,0,2006-04-13, -/games/boxart/full_major-dream-wii-perfect-closer_1JapanFront.jpg,Major Dream: Major Wii Perfect Closer,Wii,Sports,Takara Tomy,Takara Tomy,,0,,0,,,2008-12-11, -/games/boxart/full_2579247JapanFrontccc.jpg,Winning Post World 2010,X360,Sports,KOEI,Koei,,0,,0,,,2010-04-02, -/games/boxart/2166794ccc.jpg,Championship Manager 4,PC,Sports,Eidos Interactive,Sports Interactive,,0,,,0,0,2003-03-29, -/games/boxart/5400203ccc.jpg,Championship Manager: Season 00/01,PC,Sports,Eidos Interactive,Sports Interactive,,0,,,0,0,2000-01-02, -/games/boxart/full_1647060AmericaFrontccc.jpg,Sports Champions 2,PS3,Sports,Sony Computer Entertainment,SCEA San Diego Studio / Zindagi Games,,0,,,0,0,2012-10-30,2018-04-11 -/games/boxart/full_nostradamus-the-last-prophecy_842AmericaFront.jpg,Nostradamus: The Last Prophecy,PC,Adventure,MC2 Entertainment,Kheops Studio,,0,,,0,0,2007-09-30, -/games/boxart/full_3870874AmericaFrontccc.jpg,Marine Life Rescue,Wii,Adventure,Conspiracy Entertainment,Conspiracy Entertainment,,0,0,,,0,2011-12-01, -/games/boxart/7827090ccc.jpg,Prince of Persia: The Two Thrones,PC,Adventure,Ubisoft,Ubisoft Montreal,,0,,,0,0,2005-12-01, -/games/boxart/full_8229917PALFrontccc.gif,WSC Real 09: World Championship Snooker,Wii,Sports,Blade Interactive,Blade Interactive,,0,,,0,0,2009-08-28, -/games/boxart/full_8000231PALFrontccc.jpg,Championship Manager 5,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2005-03-18, -/games/boxart/full_virtua-tennis-2009_0PALFront.jpg,Virtua Tennis 2009,PC,Sports,Sega,Sumo Digital,,0,,,0,0,2009-06-09, -/games/boxart/full_6112851AmericaFrontccc.jpg,ProStroke Golf: World Tour 2007,PS2,Sports,Oxygen Interactive,Gusto Games,,0,0,,0,0,2006-09-01, -/games/boxart/full_525877PALFrontccc.jpg,Tour de France 2014,X360,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2014-06-20,2018-12-30 -/games/boxart/full_6814677AmericaFrontccc.jpg,Myst V: End of Ages,PC,Adventure,Ubisoft,Cyan Worlds,,0,,,0,0,2005-09-19, -/games/boxart/full_6776177JapanFrontccc.jpg,Will O' Wisp DS,DS,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-03-26, -/games/boxart/full_2104472JapanFrontccc.jpg,Ayaka Shibito Portable,PSP,Adventure,Dimple Entertainment,HuneX,,0,,0,,,2009-03-19, -/games/boxart/full_dark-fall-lights-out-the-directors-cut-edition_726PALFront.jpg,Dark Fall: Lights Out - The Director's Cut Edition,PC,Adventure,Iceberg Interactive,XXV Productions,,0,,,0,0,2009-12-11, -/games/boxart/full_samantha-swift-and-the-secret-scroll_8AmericaFront.jpg,Samantha Swift and the Secret Scroll,Wii,Adventure,Mumbo Jumbo,MumboJumbo,,0,0,,,0,2010-06-08, -/games/boxart/full_hyakko-yorozuya-jikenbo_6JapanFront.jpg,Hyakko: Yorozuya Jikenbo!,PS2,Adventure,5pb,Genterprise,,0,,0,,,2009-04-09, -/games/boxart/full_6067594AmericaFrontccc.jpg,Prison Break: The Conspiracy,PC,Adventure,Deep Silver,ZootFly,2.5,0,,,0,0,2010-03-30, -/games/boxart/full_1793614JapanFrontccc.jpg,Juujimoto Ripputai Sypher Portable,PSP,Adventure,Abel,Abel Software,,0,,0,,,2009-08-27, -/games/boxart/full_500060PALFrontccc.jpg,Postman Pat,DS,Adventure,Blast! Entertainment Ltd,The Code Monkeys,,0,,,0,0,2008-03-14, -/games/boxart/full_6127735AmericaFrontccc.jpg,The Hobbit,PC,Adventure,Sierra Entertainment,Midway Studios - Austin,,0,,,0,0,2003-11-10, -/games/boxart/full_5060448AmericaFrontccc.jpg,Nearwood,PC,Adventure,Viva Media,MagicIndie,,0,,,0,0,2014-04-16,2019-05-02 -/games/boxart/full_1842922AmericaFrontccc.jpg,Myst: Masterpiece Edition,PC,Adventure,Red Orb,Cyan Worlds,,0,,,0,0,1999-01-01, -/games/boxart/7868354ccc.jpg,Mystery Case Files: Prime Suspects,PC,Adventure,Big Fish Games,Big Fish Games,,0,,,0,0,2006-05-02, -/games/boxart/full_silent-hill-3_10AmericaFront.jpg,Silent Hill 3,PC,Adventure,Konami,Team Silent,,0,,,0,0,2003-12-02, -/games/boxart/full_6809777AmericaFrontccc.jpg,CSI: Miami,PC,Adventure,Ubisoft,369 Interactive,,0,,,0,0,2004-11-16, -/games/boxart/full_3639848PALFrontccc.jpg,Shaun the Sheep: Off His Head,DS,Adventure,D3 Publisher,Aardman Animations,,0,,,0,0,2009-10-23, -/games/boxart/full_914007AmericaFrontccc.jpg,NBA Live 08,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2007-10-30, -/games/boxart/full_7500323JapanFrontccc.jpg,Winning Post World,Wii,Sports,KOEI,Koei,,0,,0,,,2009-04-02, -/games/boxart/full_9255323PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,Wii,Sports,Koch Media,Blade Interactive,,0,,,0,0,2008-11-14, -/games/boxart/full_john-dalys-prostroke-golf_0AmericaFront.jpg,John Daly's ProStroke Golf,PC,Sports,O-Games,Gusto Games,,0,0,,0,0,2010-10-05, -/games/boxart/full_1931400PALFrontccc.jpg,Championship Manager 2006,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2006-03-31, -/games/boxart/full_6765367PALFrontccc.jpg,World Snooker Championship 2005,PC,Sports,Sega,Blade Interactive,,0,,,0,0,2005-04-15, -/games/boxart/full_1671373PALFrontccc.jpg,FIFA Manager 09,PC,Sports,Electronic Arts,Bright Future GmbH,,0,,,0,0,2008-10-31, -/games/boxart/full_5937015PALFrontccc.jpg,FIFA Manager 08,PC,Sports,EA Sports,Bright Future GmbH,,0,,,0,0,2007-11-02, -/games/boxart/full_7252197PALFrontccc.jpg,Imagine: Champion Rider,Wii,Sports,Ubisoft,Phoenix Interactive,,0,,,0,0,2008-11-07, -/games/boxart/full_7934315PALFrontccc.jpg,Blood Bowl,DS,Sports,Unknown,Cyanide Studio,,0,,,0,0,, -/games/boxart/full_3108220AmericaFrontccc.jpg,High Heat Major League Baseball 2003,GBA,Sports,3DO,Mobius Entertainment,6,0,0,,0,0,2002-03-05, -/games/boxart/full_8723390PALFrontccc.jpg,Imagine: Champion Rider,PC,Sports,Ubisoft,Phoenix Interactive,,0,,,0,0,2008-01-01, -/games/boxart/full_6781245AmericaFrontccc.jpg,Agassi Tennis Generation 2002,GBA,Sports,DreamCatcher Interactive,Aqua Pacific,,0,0,,0,0,2003-09-30, -/games/boxart/full_3057567PALFrontccc.jpg,Championship Manager 2007,PC,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2006-10-13, -/games/boxart/full_6337752PALFrontccc.jpg,International Cricket Captain III,PSP,Sports,Empire Interactive,Atomic Planet Entertainment,,0,,,0,0,2007-11-16, -/games/boxart/full_2000264PALFrontccc.jpg,World Snooker Championship: Season 2007-08,DS,Sports,Blade Interactive,Blade Interactive,,0,,,0,0,2007-10-26, -/games/boxart/full_9055903PALFrontccc.jpg,Handball 16,PSV,Sports,Bigben Interactive,EKO Software,,0,,,0,0,2015-11-27,2018-04-24 -/games/boxart/full_9335081AmericaFrontccc.jpg,Tiger Woods PGA Tour 2004,PC,Sports,EA Sports,Headgate Studios,,0,0,,0,0,2003-09-22, -/games/boxart/full_3553931AmericaFrontccc.jpg,Blood Bowl 2,XOne,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2015-05-29,2018-09-15 -/games/boxart/full_4634575AmericaFrontccc.jpg,Jonny Moseley Mad Trix,GBA,Sports,3DO,"GFX Construction, Inc.",,0,0,,0,0,2002-02-15, -/games/boxart/full_3696239AmericaFrontccc.jpg,X-Bladez: In-Line Skater,GBA,Sports,Crave Entertainment,Crave,,0,0,,0,0,2002-04-05, -/games/boxart/3392460ccc.jpg,BattleSport,PS,Sports,Acclaim Entertainment,Unexpected Development,,0,0,,0,0,1997-06-30, -/games/boxart/full_2804521PALFrontccc.jpg,World Snooker Challenge 2007,PSP,Sports,Sega,Blade Interactive,,0,,,0,0,2007-01-12, -/games/boxart/full_6456228PALFrontccc.jpg,Hustle Kings VR,PS4,Sports,Sony Interactive Entertainment,EPOS Game Studios,,0,,,0,0,2016-10-10,2018-04-20 -/games/boxart/full_4264354PALFrontccc.jpg,Handball 16,XOne,Sports,Bigben Interactive,EKO Software,,0,,,0,0,2015-11-27,2018-04-24 -/games/boxart/full_9188276JapanFrontccc.jpg,Winning Post 7 Maximum 2008,Wii,Sports,KOEI,Koei,,0,,0,,,2008-03-13, -/games/boxart/9243199ccc.jpg,Championship Bowling,XB,Sports,Evolved Games,Black Market Games,,0,0,,0,0,2006-03-01, -/games/boxart/full_3989002PALFrontccc.jpg,Ashes Cricket 2009,PC,Sports,Codemasters,Transmission Games,,0,,,0,0,2009-08-07, -/games/boxart/full_5346819AmericaFrontccc.jpg,Madden NFL 09 All-Play (weekly US sales),Wii,Sports,Electronic Arts,EA Tiburon,8,0,0,,,0,2008-08-12, -/games/boxart/full_2480528PALFrontccc.jpg,Freddie Flintoff's Powerplay Cricket,DS,Sports,Tradewest,Playerone Sport,,0,,,0,0,2010-08-13, -/games/boxart/full_4098007PALFrontccc.jpg,G1 Jockey Wii 2008,Wii,Sports,KOEI,Koei/Inis,,0,,,0,0,2008-09-26, -/games/boxart/full_5562090JapanFrontccc.jpg,100 Kiri Golf DS,DS,Sports,GungHo,GungHo Works,,0,,0,,,2008-10-23, -/games/boxart/full_8828920PALFrontccc.jpg,International Cricket Captain 2008,PC,Sports,Empire Interactive,Empire Interactive,,0,,,0,0,2008-06-27, -/games/boxart/full_4963820AmericaFrontccc.jpg,FIFA Soccer 2005,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2004-10-12, -/games/boxart/full_6351797PALFrontccc.jpg,WSC REAL 09: World Snooker Championship,PC,Sports,Deep Silver,Blade Interactive,,0,,,0,0,2009-04-03, -/games/boxart/full_4401690AmericaFrontccc.jpg,Little League Baseball 2002,GBA,Sports,NewKidCo,Handheld Games,,0,0,,0,0,2002-05-27, -/games/boxart/full_913938AmericaFrontccc.jpg,High Heat Major League Baseball 2002,GBA,Sports,3DO,Mobius Entertainment,6,0,0,,0,0,2001-09-16, -/games/boxart/full_6073155PALFrontccc.jpg,Pro Cycling Season 2009: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2009-07-10, -/games/boxart/default.jpg,Rugby League Challenge,PSP,Sports,Fru Blu Games,Wicked Witch Software,,0,,,0,0,2009-09-10, -/games/boxart/full_5618349PALFrontccc.jpg,Cricket Revolution,PC,Sports,Mindstorm Studios,Mindstorm Studios,,0,,,0,0,2009-10-30, -/games/boxart/full_8322461PALFrontccc.jpg,Asterix at the Olympic Games,Wii,Sports,Atari,Etranges Libellules,,0,,,0,0,2008-02-29, -/games/boxart/full_1982395AmericaFrontccc.jpg,Cabela's Outdoor Adventures (2009),PC,Sports,Activision,Activision,,0,0,,,0,2009-10-13, -/games/boxart/full_6042262AmericaFrontccc.jpg,FIFA 07 Soccer,PC,Sports,EA Sports,EA Canada,8.4,0,,,0,0,2006-10-03, -/games/boxart/full_3737454PALFrontccc.jpg,International Athletics,Wii,Sports,Ghostlight,The Code Monkeys,,0,,,0,0,2010-06-25, -/games/boxart/default.jpg,California Sports,Wii,Sports,Unknown,Destineer,,0,0,,,0,, -/games/boxart/full_5768796AmericaFrontccc.jpg,ProStroke Golf: World Tour 2007,PC,Sports,SouthPeak Interactive,Oxygen Games,,0,,,0,0,2006-08-29, -/games/boxart/full_8223647AmericaFrontccc.jpg,ProStroke Golf: World Tour 2007,PSP,Sports,SouthPeak Interactive,Oxygen Games,,0,,,0,0,2007-03-08, -/games/boxart/full_stoked-big-air-edition_29PALFront.jpg,Stoked: Big Air Edition,PC,Sports,Namco Bandai,Bongfish GmbH,,0,,,0,0,2011-03-11, -/games/boxart/9139542ccc.jpg,Harry Potter: Quidditch World Cup,PC,Sports,Electronic Arts,Electronic Arts,,0,,,0,0,2003-10-28, -/games/boxart/full_7660436JapanFrontccc.jpg,Nihon Yakyuu Kikou Shounin: Batting Revolution,Wii,Sports,Alpha Unit,Alpha Unit,,0,,0,,,2009-07-16, -/games/boxart/full_1558005PALFrontccc.jpg,Imagine: Champion Rider 2009,PSP,Sports,Ubisoft,Phoenix Interactive,,0,,,0,0,2009-06-19, -/games/boxart/full_4992227PALFrontccc.jpg,Football Manager Handheld,PSP,Sports,Sega,Sports Interactive,,0,,,0,0,2006-04-13, -/games/boxart/full_3624124PALFrontccc.jpg,International Athletics,PSP,Sports,Ghostlight,The Code Monkeys,,0,,,0,0,2008-07-25, -/games/boxart/full_7566746PALFrontccc.jpg,Rugby 08,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2007-07-27, -/games/boxart/7207627ccc.jpg,ProStroke Golf: World Tour 2007,XB,Sports,Oxygen Interactive,Gusto Games,,0,0,,0,0,2006-09-12, -/games/boxart/full_4473823AmericaFrontccc.jpg,MLB SlugFest 20-04,GBA,Sports,Midway Games,Handheld Games,,0,0,,0,0,2003-03-18, -/games/boxart/full_9494306PALFrontccc.jpg,Championship Manager 2007,PSP,Sports,Eidos Interactive,Beautiful Game Studios,,0,,,0,0,2007-03-16, -/games/boxart/full_4901183AmericaFrontccc.jpg,PDC World Championship Darts 2009,DS,Sports,O-Games,Rebellion Developments,,0,,,0,0,2009-06-16, -/games/boxart/full_461151AmericaFrontccc.jpg,NFL Blitz 20-03,GBA,Sports,Midway Games,OutLook Entertainment,,0,0,,0,0,2002-08-12, -/games/boxart/3240742ccc.jpg,Tiger Woods PGA Tour 07,PC,Sports,EA Sports,EA Redwood Shores,7.8,0,,,0,0,2006-10-10, -/games/boxart/full_championship-manager-2008_635PALFront.jpg,Championship Manager 2008,PC,Sports,GamersGate,Beautiful Game Studios,,0,,,0,0,2007-11-06, -/games/boxart/full_phil-taylors-power-play-darts_379PALFront.jpg,Phil Taylor's Power Play Darts,DS,Sports,Unknown,Funbox Media,,0,,,0,0,2011-12-02, -/games/boxart/full_7210362PALFrontccc.jpg,Real Madrid: The Game,Wii,Sports,Virgin Play,Virgin Play,,0,,,0,0,2009-04-03, -/games/boxart/full_3454307PALFrontccc.jpg,Tim Stockdale's Riding Star,DS,Sports,DTP Entertainment,DTP Entertainment,,0,,,0,0,2008-09-26, -/games/boxart/full_9202000AmericaFrontccc.jpg,Ford Racing Off Road,PC,Racing,Empire Interactive,Razorworks Studios,,0,,,0,0,2008-09-23, -/games/boxart/full_7760294AmericaFrontccc.jpg,Gadget Racers,GBA,Racing,Conspiracy Entertainment,Takara,7,0,0,,0,0,2001-10-27, -/games/boxart/full_rfactor_680PALFront.jpg,rFactor,PC,Racing,Image Space Incorporated,Image Space Inc.,,0,,,0,0,2005-08-31,2018-03-22 -/games/boxart/full_8907259AmericaFrontccc.jpg,Sonic Riders,PC,Racing,Sega,Sonic Team,,0,,,0,0,2006-11-17, -/games/boxart/full_5684334PALFrontccc.jpg,Crash Time 4: The Syndicate,PC,Racing,DTP Entertainment,Synetic,,0,,,0,0,2010-12-23,2019-01-02 -/games/boxart/full_9369760AmericaFrontccc.jpg,Colin McRae Rally 2.0,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2001-02-14, -/games/boxart/full_646850PALFrontccc.jpg,GT-R 400,PC,Racing,Midas Interactive Entertainment,Kuju Entertainment,,0,,,0,0,2006-11-17, -/games/boxart/full_5833688AmericaFrontccc.jpg,RalliSport Challenge,PC,Racing,Microsoft Game Studios,Digital Illusions,,0,,,0,0,2002-11-06, -/games/boxart/full_2009249AmericaFrontccc.jpg,SRS: Street Racing Syndicate,GBA,Racing,Namco,Raylight Studios,,0,0,,0,0,2005-10-04, -/games/boxart/full_1201903PALFrontccc.jpg,Bigfoot: Collision Course,PC,Racing,Unknown,Destination Software,,0,,,0,0,, -/games/boxart/full_ferrari-the-race-experience_3PALFront.jpg,Ferrari: The Race Experience,PSN,Racing,Deep Silver,Eutechnyx,,0,,,0,0,2011-09-13, -/games/boxart/full_colin-mcrae-rally-3_315PALFront.jpg,Colin McRae Rally 3,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2003-06-13, -/games/boxart/full_4766939AmericaFrontccc.jpg,TOCA Race Driver 2: Ultimate Racing Simulator,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2004-04-15, -/games/boxart/full_18-wheels-of-steel-convoy_52AmericaFront.jpg,18 Wheels of Steel: Convoy,PC,Racing,ValuSoft,SCS Software,,0,,,0,0,2005-09-01, -/games/boxart/full_7110794AmericaFrontccc.jpg,Need for Speed: Hot Pursuit 2,PC,Racing,Electronic Arts,EA Black Box,6.7,0,,,0,0,2002-10-21, -/games/boxart/full_6436940AmericaFrontccc.jpg,FlatOut 2,PC,Racing,Vivendi Games,Bugbear Entertainment,,0,,,0,0,2006-08-01, -/games/boxart/full_7311945AmericaFrontccc.jpg,Stuntman Ignition,PSN,Racing,Unknown,Paradigm Entertainment,,0,,,0,0,, -/games/boxart/full_1834708PALFrontccc.jpg,Crazy Frog Racer,DS,Racing,Mercury Games,Digital Jesters,,0,,,0,0,2006-11-03, -/games/boxart/full_3019149AmericaFrontccc.jpg,The Italian Job,PC,Racing,SCi,Pixelogic,,0,,,0,0,2002-08-19, -/games/boxart/full_8280238PALFrontccc.jpg,Inspector Gadget Racing,GBA,Racing,LSP Games,Bit Managers,,0,0,,0,0,2003-02-28, -/games/boxart/2462902ccc.jpg,Juiced,PC,Racing,THQ,Juice Games,,0,,,0,0,2005-06-13, -/games/boxart/9649630ccc.jpg,Driver: Parallel Lines,PC,Racing,Ubisoft,Reflections Interactive,,0,,,0,0,2007-06-26, -/games/boxart/full_4211290PALFrontccc.jpg,4x4 Hummer,PC,Racing,Aspyr,1C Company / Avalon Style,,0,,,0,0,2009-06-15, -/games/boxart/full_midtown-madness-2_7AmericaFront.jpg,Midtown Madness 2,PC,Racing,Microsoft,Angel Studios,,0,,,0,0,2000-09-21, -/games/boxart/full_2769053PALFrontccc.jpg,My Horse & Me 2: Riding for Gold,X360,Sports,Atari,Tate Interactive,,0,,,0,0,2008-10-31, -/games/boxart/full_5372896PALFrontccc.jpg,Rugby 2005,PC,Sports,Unknown,HB Studios Multimedia,,0,,,0,0,, -/games/boxart/full_summer-challenge-athletics-tournament_340PALFront.jpg,Summer Challenge: Athletics Tournament,X360,Sports,PQube,DTP Entertainment,,0,,,0,0,2011-09-02, -/games/boxart/full_472756AmericaFrontccc.jpg,FIFA Soccer 06,PC,Sports,EA Sports,EA Canada,,0,,,0,0,2005-10-04, -/games/boxart/full_1113491PALFrontccc.jpg,Subbuteo,DS,Sports,505 Games,Artematica,,0,,,0,0,2008-09-12, -/games/boxart/full_get-up-games-family-sports_255AmericaFront.jpg,Get Up Games: Family Sports,Wii,Sports,O-Games,O Games,,0,,,0,0,2011-08-16, -/games/boxart/full_1094830AmericaFrontccc.jpg,Rafa Nadal Tennis,DS,Sports,Codemasters,Virtual Toys,,0,,,0,0,2007-06-30, -/games/boxart/4797075ccc.jpg,Backyard NFL Football 2007,GBA,Sports,Atari,Humongous Entertainment,,0,0,,0,0,2006-09-26, -/games/boxart/full_1669564AmericaFrontccc.jpg,NBA 2K9,PC,Sports,2K Sports,Visual Concepts,8,0,,,0,0,2008-10-20, -/games/boxart/3171925ccc.jpg,David Beckham Soccer,GBA,Sports,Majesco,Rage Software,3.1,0,0,,0,,2002-10-07, -/games/boxart/full_pro-cycling-manager-season-2010-le-tour-de-france_10PALFront.jpg,Pro Cycling Manager Season 2010: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,,2010-07-09, -/games/boxart/full_1966530AmericaFrontccc.jpg,Lucinda Green's Equestrian Challenge,PC,Sports,Red Mile Entertainment,2Wg,,0,,,0,0,2007-02-05, -/games/boxart/full_3948121AmericaFrontccc.jpg,8Ball Allstars,DS,Sports,O-Games,The Code Monkeys,,0,,,0,,2010-08-24, -/games/boxart/full_fifa-manager-11_112PALFront.jpg,FIFA Manager 11,PC,Sports,Electronic Arts,Electronic Arts,,0,,,0,0,2010-11-03, -/games/boxart/full_pro-cycling-season-2010-le-tour-de-france_4PALFront.jpg,Pro Cycling Season 2010: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2010-07-09, -/games/boxart/2645610ccc.jpg,Disney Sports Snowboarding,GBA,Sports,Konami,Konami,5.1,0,0,,0,,2003-02-05, -/games/boxart/9775158ccc.jpg,FIFA 2000: Major League Soccer,PC,Sports,EA Sports,EA Canada,,0,,,0,0,1999-09-30, -/games/boxart/full_6062965AmericaFrontccc.jpg,Tony Hawk's American Wasteland,PC,Sports,Aspyr,Neversoft Entertainment,,0,,,0,0,2006-02-01, -/games/boxart/full_golds-gym-dance-workout-jp-sales_467JapanFront.jpg,Gold's Gym: Dance Workout (JP sales),Wii,Sports,Unknown,Land Ho!,,0,,0,,,, -/games/boxart/full_shawn-johnson-gymnastics_1AmericaFront.jpg,Shawn Johnson Gymnastics,DS,Sports,Zoo Games,Artefacts Studio,,0,0,,,,2010-11-30, -/games/boxart/full_world-tennis-stars_576AmericaFront.jpg,World Tennis Stars,GBA,Sports,AIA,Awesome Developments,,0,0,,0,0,2004-11-22, -/games/boxart/full_tour-de-france-the-official-game_870PALFront.jpg,Tour de France 2011,PS3,Sports,Unknown,Cyanide Studio,6,0,,,0,,, -/games/boxart/full_9829806PALFrontccc.jpg,King of Clubs,PSP,Sports,Oxygen Interactive,Oxygen Interactive,,0,,,0,0,2008-03-20, -/games/boxart/full_5515667PALFrontccc.jpg,Football Manager Handheld 2007,PSP,Sports,Unknown,Sports Interactive,8.1,0,,,0,0,, -/games/boxart/full_boarder-zone_18AmericaFront.jpg,Boarder Zone,PC,Sports,Infogrames,Housemarque,,0,,,0,0,2000-03-09, -/games/boxart/full_7977757AmericaFrontccc.jpg,World Soccer Winning Eleven 9,PC,Sports,Konami,Konami Computer Entertainment Tokyo,,0,,,0,0,2006-04-28, -/games/boxart/full_5638004PALFrontccc.jpg,King of Pool,Wii,Sports,Nordcurrent,Ivolgamus,,0,,,0,0,2009-06-05, -/games/boxart/full_7959632AmericaFrontccc.png,Tony Hawk's Pro Skater 2,PC,Sports,Activision,Neversoft Entertainment,9,0,,,0,0,2000-10-31, -/games/boxart/full_4183834PALFrontccc.jpg,Football Manager Handheld 2013,PSP,Sports,Sega,Sports Interactive,,0,,,0,0,2012-11-30,2018-01-05 -/games/boxart/full_3178140AmericaFrontccc.jpg,NASCAR '15,PS3,Sports,Deep Silver,Eutechnyx,,0,,,0,0,2015-05-22,2018-04-14 -/games/boxart/9418724ccc.jpg,Tony Hawk's Underground 2,PC,Sports,Activision,Neversoft Entertainment,8.5,0,,,0,0,2004-10-04, -/games/boxart/full_1624186AmericaFrontccc.jpg,Shaun White Snowboarding,PC,Sports,Ubisoft,Ubisoft Montreal,,0,,,0,0,2008-12-03, -/games/boxart/5598706ccc.jpg,Ford Bold Moves Street Racing,XB,Racing,Eidos Interactive,Razorworks Studios,,0,0,,0,0,2006-09-25, -/games/boxart/full_1388473PALFrontccc.jpg,Crazy Taxi 3,PC,Racing,Unknown,Hitmaker,,0,,,0,0,2020-12-31, -/games/boxart/full_5072103PALFrontccc.jpg,Evolution GT,PC,Racing,Black Bean Games,MileStone Inc.,,0,,,0,0,2006-05-26, -/games/boxart/full_8806511AmericaFrontccc.jpg,F1 2002,PC,Racing,EA Sports,Image Space Inc.,,0,,,0,0,2002-06-13, -/games/boxart/full_464667AmericaFrontccc.jpg,FlatOut,PC,Racing,Empire Interactive,Bugbear Entertainment,,0,0,,0,,2005-07-12, -/games/boxart/full_690285AmericaFrontccc.jpg,LEGO Racers 2,PC,Racing,LEGO Media,Attention To Detail,,0,,,0,0,2001-10-04, -/games/boxart/full_2886000AmericaFrontccc.jpg,LEGO Racers 2,GBA,Racing,LEGO Media,Pocket Studios,,0,0,,0,0,2001-11-27, -/games/boxart/full_6074703AmericaFrontccc.jpg,Ferrari Challenge Trofeo Pirelli,PS3,Racing,Activision,Eutechnyx,,0,0,,0,,2008-08-26, -/games/boxart/full_5782202JapanFrontccc.jpg,Grand Trucker Aniki: Shigoto to Kenka to Koimoyou,DS,Racing,Genterprise,Rize Dragon,,0,,0,,,2009-10-22, -/games/boxart/full_858882JapanFrontccc.jpg,Pure (JP sales),X360,Racing,Disney Interactive Studios,Black Rock Studio,7,0,,0,,,2009-06-25, -/games/boxart/full_101764AmericaFrontccc.jpg,World Racing 2,XB,Racing,Evolved Games,Synetic,,0,0,,0,0,2006-08-15, -/games/boxart/full_2866305AmericaFrontccc.jpg,GTR 2: FIA GT Racing Game,PC,Racing,10TACLE Studios,SimBin,,0,,,0,0,2006-09-29, -/games/boxart/full_365327AmericaFrontccc.jpg,Vin Diesel: Wheelman,PC,Racing,Ubisoft,Tigon,6.5,0,,,0,0,2009-03-24, -/games/boxart/full_driving-simulator_598PALFront.jpg,Driving Simulator,PC,Racing,Excalibur Publishing,Excalibur Publishing Limited,,0,,,0,,2010-02-26, -/games/boxart/full_4846520AmericaFrontccc.jpg,World Racing 2,PC,Racing,Evolved Games,Synetic,,0,,,0,0,2006-08-14, -/games/boxart/full_the-simpsons-hit-ampamp-run_687AmericaFront.jpg,The Simpsons: Hit & Run,PC,Racing,VU Games,Radical Entertainment,,0,,,0,0,2003-11-13, -/games/boxart/full_4917671AmericaFrontccc.jpg,Shrek Smash n' Crash Racing,DS,Racing,Activision,Torus Games,,0,,,0,0,2007-03-09, -/games/boxart/full_6357115AmericaFrontccc.jpg,Antz Extreme Racing,GBA,Racing,Empire Interactive,Magic Pockets,,0,0,,0,0,2002-11-20, -/games/boxart/full_4976011PALFrontccc.jpg,Racing Team Manager,PC,Racing,Kalypso,Kalypso Media,,0,,,0,0,2008-07-04, -/games/boxart/6846232ccc.jpg,Ford Bold Moves Street Racing,PS2,Racing,Eidos Interactive,Razorworks Studios,,0,0,,0,0,2006-09-26, -/games/boxart/full_3725835AmericaFrontccc.jpg,Driv3r,PC,Racing,Atari,Reflections Interactive,,0,,,0,0,2005-03-15, -/games/boxart/full_days-of-thunder-nascar-edition_597AmericaFront.jpg,Days of Thunder: NASCAR Edition,PS3,Racing,505 Games,Piranha Games,,0,0,,,0,2011-05-24, -/games/boxart/full_5518897AmericaFrontccc.jpg,Cruis'n Velocity,GBA,Racing,Midway Games,Graphic State,5.3,0,0,,0,0,2001-11-30, -/games/boxart/full_4803371PALFrontccc.jpg,WRC 4: FIA World Rally Championship,PSV,Racing,Bigben Interactive,Milestone S.r.l.,,0,,,0,0,2014-07-29,2019-05-02 -/games/boxart/7720197ccc.jpg,IGPX: Immortal Grand Prix,PS2,Racing,Namco Bandai,Namco Bandai Games,,0,0,,0,0,2006-09-12, -/games/boxart/full_835752AmericaFrontccc.jpg,Offroad Extreme! Special Edition,Wii,Racing,Conspiracy Entertainment,Data Design Interactive,,0,0,,0,0,2007-11-23, -/games/boxart/4540889ccc.jpg,DT Carnage,Wii,Racing,Agetec,Axis Entertainment,,0,0,,,0,2009-07-28, -/games/boxart/full_6445034PALFrontccc.jpg,Crash Time III,X360,Racing,Tradewest,Synetic,,0,,,0,0,2010-02-26, -/games/boxart/full_18-wheels-of-steel-triple-pack_193PALFront.jpg,18 Wheels of Steel: Triple Pack,PC,Racing,Unknown,SCS Software,,0,,,0,0,2011-01-28, -/games/boxart/full_3017335AmericaFrontccc.jpg,RC de GO!,PS,Racing,Acclaim Entertainment,Taito Corporation,,0,0,,0,0,2001-11-09, -/games/boxart/full_3347864PALFrontccc.jpg,Sonic & All-Stars Racing Transformed,3DS,Racing,Sega,Sumo Digital,,0,,,0,0,2013-02-12,2019-05-07 -/games/boxart/full_5145697JapanFrontccc.jpg,Pure (JP sales),PS3,Racing,Disney Interactive Studios,Black Rock Studio,7,0,,0,,,2009-06-25, -/games/boxart/full_2266171AmericaFrontccc.jpg,Freestyle Street Soccer,XB,Sports,Acclaim Entertainment,Silicon Dreams,,0,0,,0,,2004-03-25, -/games/boxart/full_8932666PALFrontccc.jpg,Skate Park City,PSP,Sports,Midas Interactive Entertainment,Zeroscale,,0,,,0,,2008-07-04, -/games/boxart/full_tennis-masters_771PALFront.jpg,Tennis Masters,DS,Sports,System 3 Arcade Software,System 3 Software,,0,,,0,,2007-02-23, -/games/boxart/full_3538190AmericaFrontccc.jpg,Top Spin 2,PC,Sports,2K Sports,Aspyr,6.8,0,,,0,,2007-06-13, -/games/boxart/full_7774133PALFrontccc.jpg,TOCA Race Driver 3 Challenge,PSP,Racing,Codemasters,Codemasters,,0,,,0,0,2007-02-16, -/games/boxart/5229857ccc.jpg,Monster 4X4: World Circuit,XB,Racing,Ubisoft,Ubisoft Montreal,,0,0,,0,0,2006-03-23, -/games/boxart/full_9021414AmericaFrontccc.jpg,London Taxi: Rushour,Wii,Racing,Bold Games,Data Design Interactive,,0,0,,0,0,2008-02-12, -/games/boxart/full_jungle-kartz_902PALFront.jpg,Jungle Kartz,Wii,Racing,Nordic Games,Brain in a Jar,,0,,,0,0,2011-10-15, -/games/boxart/full_last-half-of-darkness-tomb-of-zojir_136AmericaFront.jpg,Last Half of Darkness: Tomb of Zojir,PC,Adventure,Tri Synergy,WRF Studios,,0,,,0,0,2009-07-15, -/games/boxart/full_3562663JapanFrontccc.jpg,Pri-Saga! Portable,PSP,Adventure,Abel,Abel Software,,0,,0,,,2009-10-29, -/games/boxart/full_352783JapanFrontccc.jpg,Hayarigami DS: Toshidensetsu Kaii Jiken,DS,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2009-06-11, -/games/boxart/full_8361288PALFrontccc.jpg,Hello Pocoyo!,DS,Adventure,Virgin Play,Zinkia Entertainment,,0,,,0,0,2008-11-27, -/games/boxart/full_4365574AmericaFrontccc.jpg,Disney Princess: My Fairytale Adventure,Wii,Adventure,Disney Interactive Studios,High Impact Games,,0,,,0,0,2012-09-25,2019-05-08 -/games/boxart/full_820178JapanFrontccc.jpg,Starry Sky: Summer Stories,PSV,Adventure,honeybee,honeybee,,0,,0,,,2017-05-11, -/games/boxart/full_nishimura-kyoutarou-travel-mystery-akugyaku-no-kisetsu-tokyo-nanki-shirahama-renzoku-satsujin-jiken_2JapanFront.jpg,Nishimura Kyoutarou Travel Mystery: Akugyaku no Kisetsu - Tokyo - Nanki Shirahama Renzoku Satsujin Jiken,PSP,Adventure,Marvelous Interactive,Marvelous Interactive,,0,,0,,,2009-06-04, -/games/boxart/full_azada_852AmericaFront.jpg,Azada,PC,Adventure,Encore,Big Fish Games,,0,,,0,0,2007-08-01, -/games/boxart/full_3930698JapanFrontccc.jpg,Kouenji Joshi Soccer 2: Koi wa Nebagiba Kouenji,DS,Adventure,Starfish,Starfish SD,,0,,0,,,2007-11-22, -/games/boxart/full_444498PALFrontccc.jpeg,The Raven: Legacy of a Master Thief,PC,Adventure,KING Art Games,KING Art Games,,0,,,0,0,2014-01-01,2018-01-01 -/games/boxart/full_4638794JapanFrontccc.jpg,Ephemeral: Fantasy on Dark,PSV,Adventure,Dramatic Create,Dramatic Create,,0,,0,,,2018-01-18,2018-03-19 -/games/boxart/full_7918800JapanFrontccc.jpg,Ikamono Tantei: Ikatan,DS,Adventure,CyberFront,Edge WORKS,,0,,0,,,2008-11-13, -/games/boxart/full_5974759JapanFrontccc.jpg,Uwasa no Midori-Kun!! 2 Futari no Midori!?,DS,Adventure,Idea Factory,Idea Factory,,0,,0,,,2008-08-21, -/games/boxart/full_8539811AmericaFrontccc.jpg,Azada: Ancient Magic,PC,Adventure,Encore,Big Fish Games,,0,,,0,0,2008-12-19, -/games/boxart/full_962321JapanFrontccc.jpg,Sorayume Portable,PSP,Adventure,Takuyo,Takuyo,,0,,0,,,2009-05-28, -/games/boxart/full_akogare-girls-collection-suteki-ni-nurse-days_2JapanFront.jpg,Akogare Girls Collection: Suteki ni Nurse Days,DS,Adventure,Creative Core,Open Sesame,,0,,0,,,2009-08-06, -/games/boxart/full_3894222JapanFrontccc.jpg,Princess Ballerina: Yumemiru 4-Jin no Primadonna,DS,Adventure,Spike,Spike,,0,,0,,,2008-12-18, -/games/boxart/full_6610831AmericaFrontccc.jpg,DreamWorks Madagascar 3: The Video Game,3DS,Adventure,D3Publisher,Torus Games Pty. Ltd.,,0,,,0,0,2012-06-05,2019-05-07 -/games/boxart/full_2411648JapanFrontccc.jpg,Fushigi Yuugi DS,DS,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-06-25, -/games/boxart/full_mystery-pi-the-new-york-fortune_451PALFront.jpg,Mystery P.I.: The New York Fortune,PC,Adventure,PopCap Games,SpinTop Games,,0,,,0,0,2009-01-14, -/games/boxart/full_1101947JapanFrontccc.jpg,Crimson Room Reverse,PSP,Adventure,Success,Takagism Inc.,,0,,0,,,2008-12-18, -/games/boxart/full_7558109JapanFrontccc.jpg,Danganronpa 1-2 Reload,PSV,Adventure,Spike Chunsoft,Spike Chunsoft,,0,,0,,,2017-05-18,2018-01-03 -/games/boxart/full_hidden-mysteries-vampire-secrets_583AmericaFront.jpg,Hidden Mysteries: Vampire Secrets,PC,Adventure,GameMill,Gunnar Games,,0,,,0,0,2010-08-20, -/games/boxart/full_448718AmericaFrontccc.jpg,Barrow Hill: Curse of the Ancient Circle,PC,Adventure,Got Game Entertainment,Shadow Tor Studios,,0,,,0,0,2006-08-25, -/games/boxart/full_118946PALFrontccc.jpg,SBK09 Superbike World Championship,PSP,Racing,Black Bean Games,Milestone,,0,,,0,0,2009-05-29, -/games/boxart/full_3d-pixel-racing_987PALFront.jpg,3D Pixel Racing,WW,Racing,Microforum,Microforum,,0,0,,,0,2011-08-09, -/games/boxart/full_18-wheels-of-steel-american-long-haul_417AmericaFront.jpg,18 Wheels of Steel: American Long Haul,PC,Racing,ValuSoft,SCS Software,,0,,,0,0,2007-12-03, -/games/boxart/full_9686877AmericaFrontccc.jpg,Classic British Motor Racing,Wii,Racing,Bold Games,DDI,,0,0,,0,0,2007-10-26, -/games/boxart/full_270551JapanFrontccc.jpg,Johnny no Dasshutsu Daisakusen,DS,Adventure,Success,Success,,0,,0,,,2008-08-28, -/games/boxart/full_7406998PALFrontccc.jpg,Greed: Forbidden Experiments,PC,Adventure,GSP,Big Fish Games,,0,,,0,0,2017-06-30,2018-09-22 -/games/boxart/full_40495AmericaFrontccc.png,Lost Grimoires: Stolen Kingdom,PC,Adventure,GSP,World-Loom,,0,,,0,0,2017-06-30,2018-09-22 -/games/boxart/full_3286510JapanFrontccc.jpg,Flowers,PSP,Adventure,Prototype,Prototype,,0,,0,,,2014-10-09, -/games/boxart/full_4608660JapanFrontccc.jpg,RepKiss,PS4,Adventure,Entergram,Entergram,,0,,0,,,2017-04-13,2018-09-21 -/games/boxart/full_5528791AmericaFrontccc.jpg,My Little Pony Crystal Princess: Runaway Rainbow,GBA,Adventure,THQ,Webfoot Technologies,,0,0,,0,0,2006-09-13, -/games/boxart/full_vampire-saga-pandoras-box_270AmericaFront.jpg,Vampire Saga: Pandora's Box,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,0,,,0,0,2009-09-11,2019-05-03 -/games/boxart/full_3973665JapanFrontccc.jpg,HimeHibi: New Princess Days!! Zoku! Ni-Gakki,PS2,Adventure,Takuyo,Takuyo,,0,,0,,,2009-06-25, -/games/boxart/full_9391737JapanFrontccc.jpg,Hiiro no Kakera: Aizouban,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-10-01, -/games/boxart/full_5973671JapanFrontccc.jpg,Last Bullet,DS,Adventure,FuRyu Corporation,FuRyu Corporation,,0,,0,,,2009-04-23, -/games/boxart/full_3339193JapanFrontccc.jpg,Ninki Seiyuu no Tsukurikata,PSV,Adventure,Entergram,Entergram,,0,,0,,,2018-01-25,2018-03-24 -/games/boxart/default.jpg,Hidden Expedition: The Uncharted Islands,PC,Adventure,Unknown,Activision,,0,,,0,0,, -/games/boxart/full_the-lost-crown-a-ghost-hunting-adventure_757AmericaFront.jpg,The Lost Crown: A Ghost-hunting Adventure,PC,Adventure,Got Game Entertainment,Darkling Room,,0,,,0,0,2008-03-03, -/games/boxart/full_652376JapanFrontccc.jpg,Will O' Wisp Portable,PSP,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-03-26, -/games/boxart/full_583913JapanFrontccc.jpg,Never7 〜the end of infinity〜,PSP,Adventure,CyberFront,KID Corporation,,0,,0,,,2009-03-12, -/games/boxart/full_3742652JapanFrontccc.png,Usotsuki Shangri-La,PSV,Adventure,Rejet,Rejet,,0,,0,,,2017-11-30,2018-01-05 -/games/boxart/full_5580400JapanFrontccc.jpg,Kamen no Maid Guy: Boyoyon Battle Royale,PSP,Adventure,Gadget Soft,Gadget Soft,,0,,0,,,2009-02-26, -/games/boxart/full_5384091PALFrontccc.jpeg,Witches' Legacy: Threat of Darkness,PC,Adventure,Big Fish Games,Astragon,,0,,,0,0,2016-02-07,2018-09-22 -/games/boxart/full_7272075JapanFrontccc.jpg,Iwaihime: Matsuri,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2017-09-07,2018-08-01 -/games/boxart/full_2246195JapanFrontccc.jpg,Kazeiro Surf,PS2,Adventure,Russel,Russel,,0,,0,,,2009-05-28, -/games/boxart/full_pimp-my-ride_5AmericaFront.jpg,Pimp My Ride,PSP,Racing,Activision,Eutechnyx,,0,0,,0,0,2007-04-03, -/games/boxart/full_super-sonic-racer_602AmericaFront.jpg,Super Sonic Racer,Wii,Racing,Zoo Games,Zoo Games,,0,0,,,0,2011-05-17, -/games/boxart/full_cars-2-the-video-game_471AmericaFront.jpg,Cars 2,PC,Racing,Disney Interactive Studios,Avalanche Software,,0,0,,,0,2011-06-21, -/games/boxart/full_6017612PALFrontccc.jpg,Micro Machines: World Series,PC,Racing,Codemasters,Codemasters,,0,,,0,0,2017-06-30,2018-05-30 -/games/boxart/full_2671433JapanFrontccc.jpg,Kimokawae!,DS,Adventure,5pb,5pb. Inc.,,0,,0,,,2009-03-05, -/games/boxart/full_2271134AmericaFrontccc.jpg,CSI: NY - The Game,PC,Adventure,Ubisoft,Legacy Interactive,,0,,,0,0,2008-11-18, -/games/boxart/full_2189152JapanFrontccc.jpg,12Riven: The Psi-Climinal of Integral,PSP,Adventure,CyberFront,KID Corporation,,0,,0,,,2009-04-16, -/games/boxart/full_8706235JapanFrontccc.jpg,Solfege: Sweet Harmony,PSP,Adventure,GungHo,GungHo Works,,0,,0,,,2008-12-18, -/games/boxart/full_8852553AmericaFrontccc.jpg,King's Quest Collection,PC,Adventure,Vivendi Games,Sierra Entertainment,,0,,,0,0,2006-09-15, -/games/boxart/full_9771193JapanFrontccc.jpg,Island,PS4,Adventure,Prototype,Prototype,,0,,0,,,2018-06-28,2018-08-12 -/games/boxart/3159375ccc.jpg,Agatha Christie: Murder on the Orient Express,PC,Adventure,The Adventure Company,AWE Games,,0,,,0,0,2006-11-21, -/games/boxart/full_1106647JapanFrontccc.jpg,Hachi-One Diver DS,DS,Adventure,SilverStar,SilverStar Japan,,0,,0,,,2009-03-26, -/games/boxart/full_f1-grand-prix_956PALFront.jpg,F1 Grand Prix,PSP,Racing,Sony Computer Entertainment,Traveller's Tales,6,0,,,0,0,2005-09-01, -/games/boxart/full_superstars-v8-next-challenge_147AmericaFront.jpg,Superstars V8 Next Challenge,PS3,Racing,Deep Silver,Milestone S.r.l.,,0,,,0,0,2011-01-25, -/games/boxart/full_747185AmericaFrontccc.jpg,XS Moto,GBA,Racing,XS Games,DC Studios,,0,0,,0,0,2004-06-13, -/games/boxart/6901553ccc.jpg,Spy Hunter,GBA,Racing,Midway Games,Midway Games,,0,0,,0,0,2002-05-19, -/games/boxart/full_8743327JapanFrontccc.jpg,Pia Carrot e Youkoso!! G.P. Gakuen Princess Portable,PSP,Adventure,GN Software,HuneX,,0,,0,,,2009-06-25, -/games/boxart/full_9697897JapanFrontccc.jpg,Owaru Sekai to Birthday,PSV,Adventure,Entergram,Entergram,,0,,0,,,2017-05-11, -/games/boxart/full_9817095JapanFrontccc.jpg,Beniiro Tenjou Ayakashi Kitan Futaai,PSV,Adventure,Dramatic Create,Dramatic Create,,0,,0,,,2018-11-29,2019-01-05 -/games/boxart/full_yotsunoha-a-journey-of-sincerity_1JapanFront.jpg,Yotsunoha: A Journey of Sincerity,PS2,Adventure,Gadget Soft,Gadget Soft,,0,,0,,,2008-08-28, -/games/boxart/full_2570886PALFrontccc.jpg,Another World: 15th Anniversary Edition,PC,Adventure,Lexicon Entertainment,Elektro Games,,0,,,0,0,2006-01-01, -/games/boxart/full_5807307JapanFrontccc.jpg,L2: Love x Loop,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2009-08-20, -/games/boxart/full_9613349JapanFrontccc.jpg,Yumemi Hakusho: Second Dream,PS2,Adventure,Princess Soft,Princess Soft,,0,,0,,,2008-10-30, -/games/boxart/default.jpg,Duke Nukem Trilogy: Critical Mass,PSP,Shooter,Unknown,FrontLine Studios,,0,0,,,0,, -/games/boxart/full_6476738JapanFrontccc.jpg,Hakushaku to Yousei: Yume to Kizuna ni Omoi Hasete,PS2,Adventure,5pb,Genterprise,,0,,0,,,2009-04-30, -/games/boxart/full_773724JapanFrontccc.jpg,True Fortune,PS2,Adventure,Enterbrain,Enterbrain,,0,,0,,,2008-09-25, -/games/boxart/full_9833221AmericaFrontccc.jpg,The Godfather II,PC,Adventure,Electronic Arts,EA Redwood Shores,,0,,,0,0,2009-04-07, -/games/boxart/full_5701883JapanFrontccc.jpg,Will O' Wisp: Easter no Kiseki,PS2,Adventure,Idea Factory,Idea Factory,,0,,0,,,2008-10-09, -/games/boxart/full_7995636PALFrontccc.jpg,Back to the Future: The Game,PC,Adventure,Telltale Games,Telltale Games,8.1,0,,,0,0,2010-12-23,2018-04-23 -/games/boxart/full_6413504JapanFrontccc.jpg,Desire: Remaster Version,PSV,Adventure,El Dia,El Dia,,0,,0,,,2017-04-27, -/games/boxart/full_5592819JapanFrontccc.jpg,Dynamic Chord feat. Kyohso: V Edition,PSV,Adventure,honeybee,Unknown,,0,,0,,,2017-03-30,2018-02-21 -/games/boxart/full_the-mystery-collection_180AmericaFront.jpg,The Mystery Collection,PC,Adventure,Activision,"Infocom, Inc.",,0,,,0,0,1995-01-01, -/games/boxart/full_6704420JapanFrontccc.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PSV,Adventure,SystemSoft Alpha,Unicorn-A,,0,,0,,,2014-06-19, -/games/boxart/full_8189188PALFrontccc.jpg,Never Tales: Legends,PC,Adventure,Astragon,Big Fish Games,,0,,,0,0,2016-05-11, -/games/boxart/9039316ccc.jpg,Sherlock Holmes: Nemesis,PC,Adventure,DreamCatcher Interactive,Frogwares,,0,,,0,0,2008-04-14, -/games/boxart/1472014ccc.jpg,Myst III: Exile,PC,Adventure,Ubisoft,Presto Studios,,0,,,0,0,2001-05-08, -/games/boxart/full_6336077JapanFrontccc.jpg,Tsuihou Senkyo,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2017-04-27,2018-09-21 -/games/boxart/full_6606528JapanFrontccc.jpg,Nekketsu Inou Bukatsu: Trigger Kiss,PSV,Adventure,Idea Factory,Idea Factory,,0,,0,,,2014-10-02, -/games/boxart/full_382445AmericaFrontccc.jpg,Alice in Wonderland,PC,Adventure,Disney Interactive Studios,Etranges Libellules,,0,,,0,0,2010-03-02, -/games/boxart/full_6742475AmericaFrontccc.jpg,CSI: 3 Dimensions of Murder,PC,Adventure,Ubisoft,Telltale Games,,0,,,0,0,2006-03-14, -/games/boxart/full_6678613JapanFrontccc.jpg,Shinkyouku Soukai Polyphonica: The Black ~Episode 1&2 CS Edition~,PS2,Adventure,Prototype,Visual Arts,,0,,0,,,2009-01-15, -/games/boxart/full_8320680JapanFrontccc.gif,Simple DS Series Vol. 48: The Saibanin: 1-tsu no Shinjitsu 6-tsu no Kotae,DS,Adventure,D3 Publisher,WitchCraft,,0,,0,,,2009-05-21, -/games/boxart/full_8604298JapanFrontccc.jpg,Edogawa Ranpo no Kaijin Nijuu Mensou DS,DS,Adventure,Takara Tomy,Takara Tomy,,0,,0,,,2008-12-18, -/games/boxart/full_1950617PALFrontccc.jpg,Horrible Histories: Ruthless Romans,Wii,Adventure,Graffiti,Virtual Identity,,0,0,,0,0,2010-04-27, -/games/boxart/full_2518856JapanFrontccc.jpg,Remember11 〜 the age of infinity 〜,PSP,Adventure,CyberFront,KID Corporation,,0,,0,,,2009-04-16, -/games/boxart/full_8956427AmericaFrontccc.jpg,Awakening: The Goblin Kingdom,PC,Adventure,Big Fish Games,Boomzap,,0,,,0,0,2011-08-25,2018-07-26 -/games/boxart/full_2371707JapanFrontccc.jpg,Crank In,PSV,Adventure,Petit Reve,Petit Reve,,0,,0,,,2017-08-31, -/games/boxart/full_hanayoi-romanesque-ai-to-kanashimi_6JapanFront.jpg,Hanayoi Romanesque: Ai to Kanashimi,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,0,,0,,,2008-05-29, -/games/boxart/full_4627535AmericaFrontccc.jpg,"Warhammer 40,000: Eternal Crusade",PC,Shooter,Behaviour Interactive,Behaviour Interactive Inc.,,0,,,0,0,2017-03-16,2019-05-02 -/games/boxart/full_vietcong-2_217AmericaFront.jpg,Vietcong 2,PC,Shooter,2K Games,Pterodon,,0,,,0,0,2005-10-24, -/games/boxart/full_1191575AmericaFrontccc.jpg,Brothers In Arms: Road to Hill 30,PC,Shooter,Ubisoft,Gearbox Software,,0,,,0,0,2005-03-15, -/games/boxart/full_delta-force-2_784AmericaFront.jpg,Delta Force 2,PC,Shooter,NovaLogic,NovaLogic,,0,,,0,0,1999-10-31, -/games/boxart/9386034ccc.gif,Warpath,XB,Shooter,Groove Games,Digital Extremes,,0,0,,0,0,2006-07-24, -/games/boxart/full_battlefield-bad-company-2-ultimate-edition_284AmericaFront.jpg,Battlefield: Bad Company 2 Ultimate Edition,PS3,Shooter,Electronic Arts,EA Digital Illusions CE,,0,,,0,0,2010-08-31, -/games/boxart/full_6114817PALFrontccc.jpg,NecroVisioN: Lost Company,PC,Shooter,1C Company,Farm 51,,0,,,0,0,2010-02-19, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Patriots,PS3,Shooter,Ubisoft,Ubisoft,,0,,,0,0,2014-01-01, -/games/boxart/full_8256090AmericaFrontccc.jpg,Alpha Prime,PC,Shooter,Meridian4,Black Element,,0,,,0,0,2007-11-08, -/games/boxart/full_3426093AmericaFrontccc.jpg,Team Fortress 2,PC,Shooter,Valve,Valve Corporation,9.2,0,,,0,0,2008-04-08,2019-03-26 -/games/boxart/3317975ccc.jpg,Clive Barker's Undying,PC,Shooter,Electronic Arts,DreamWorks Interactive,,0,,,0,0,2001-02-21, -/games/boxart/full_2996135JapanFrontccc.jpg,Castle of Shikigami III (JP sales),Wii,Shooter,Arc System Works,Arc System Works,,0,,0,,,2007-12-13,2019-05-02 -/games/boxart/232436ccc.jpg,Army Men: Turf Wars,GBA,Shooter,3DO,3DO,,0,0,,0,0,2002-09-29, -/games/boxart/5318032ccc.gif,Star Trek Voyager: Elite Force,PC,Shooter,Activision,Raven Software,,0,,,0,0,2000-09-20, -/games/boxart/full_3866907AmericaFrontccc.jpg,The Operative: No One Lives Forever,PC,Shooter,Fox Interactive,Monolith Productions,8.9,0,,,0,0,2000-11-09, -/games/boxart/full_5247697AmericaFrontccc.jpg,Cryostasis: Sleep of Reason,PC,Shooter,Aspyr,Action Forms Ltd.,7,0,,,0,0,2009-04-24, -/games/boxart/full_3906238AmericaFrontccc.jpg,Classified: The Sentinel Crisis,XB,Shooter,Global Star Software,Torus Games,,0,0,,0,0,2006-04-14, -/games/boxart/564870ccc.jpg,Medal of Honor: Allied Assault,PC,Shooter,Electronic Arts,"2015, Inc.",9.3,0,,,0,0,2002-01-20,2018-03-22 -/games/boxart/3260301ccc.jpg,Medal of Honor: Pacific Assault,PC,Shooter,Electronic Arts,Dreamworks Games,,0,,,0,0,2004-11-04, -/games/boxart/6208380ccc.jpg,Mercenaries 2: World in Flames,PC,Shooter,Electronic Arts,Pandemic Studios,6,0,,,0,0,2008-09-03, -/games/boxart/full_4632118AmericaFrontccc.jpg,Shooter: Space Shot,PS,Shooter,Agetec,C.I.I.,,0,0,,0,0,2001-01-01, -/games/boxart/full_806541PALFrontccc.jpg,007 Legends,PC,Shooter,Activision,Eurocom,,0,,,0,0,2012-11-02,2018-10-16 -/games/boxart/full_1503345JapanFrontccc.jpg,Strikers 1945 Plus Portable,PSP,Shooter,Arc System Works,Psikyo / X-Nauts,,0,,0,,,2009-08-06, -/games/boxart/full_3729538AmericaFrontccc.jpg,XIII,PC,Shooter,Ubisoft,Ubisoft Paris,,0,,,0,0,2003-11-18, -/games/boxart/full_2279943AmericaFrontccc.jpg,Blacksite: Area 51,PC,Shooter,Midway Games,Midway Studios Austin,,0,,,0,0,2007-11-12, -/games/boxart/7279284ccc.jpg,WinBack 2: Project Poseidon,XB,Shooter,KOEI,Cavia Inc.,,0,0,,0,0,2006-04-25, -/games/boxart/full_rogue-warrior_63AmericaFront.jpg,Rogue Warrior,PC,Shooter,Bethesda Softworks,Rebellion Developments,,0,,,0,0,2009-12-01, -/games/boxart/full_7824490JapanFrontccc.png,Game Tengoku: CruisinMix,PS4,Shooter,Chara-ani,Chara-ani,,0,,0,,,2017-11-30,2018-01-05 -/games/boxart/full_281729AmericaFrontccc.jpg,Hitman: Contracts,PC,Shooter,Eidos Interactive,IO Interactive,,0,,,0,0,2004-04-20, -/games/boxart/1359245ccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,PC,Shooter,LucasArts,Raven Software,9,0,,,0,0,2002-03-26, -/games/boxart/full_2705729JapanFrontccc.jpg,Wii de Asobu: Metroid Prime 2: Dark Echoes,Wii,Shooter,Unknown,Retro Studios,,0,,0,,,, -/games/boxart/4279655ccc.jpg,Medal of Honor Allied Assault: War Chest,PC,Shooter,Electronic Arts,Electronic Arts,,0,,,0,0,2004-03-02, -/games/boxart/full_8871978JapanFrontccc.jpg,PC Engine Best Collection: Soldier Collection,PSP,Shooter,Hudson Soft,Hudson Soft,,0,,0,,,2008-09-25, -/games/boxart/full_9798613AmericaFrontccc.jpg,Lost Planet: Extreme Condition Colonies Edition,X360,Shooter,Capcom,Capcom,7.8,0,,,0,0,2008-05-27, -/games/boxart/full_277025AmericaFrontccc.jpg,Terminator Salvation,PC,Shooter,Warner Bros. Interactive,GRIN,,0,,,0,0,2009-05-19, -/games/boxart/full_816265AmericaFrontccc.jpg,Phalanx,GBA,Shooter,Kemco,Zoom Inc.,5,0,0,,0,0,2001-12-27, -/games/boxart/225709ccc.jpg,Brothers In Arms: Earned in Blood,PC,Shooter,Ubisoft,Gearbox Software,,0,,,0,0,2005-10-06, -/games/boxart/full_8053155PALFrontccc.jpg,DOOM VFR,PC,Shooter,Bethesda Softworks,id Software,,0,,,0,0,2017-12-01, -/games/boxart/full_tom-clancys-ghost-recon-advanced-warfighter_168AmericaFront.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,PC,Shooter,Ubisoft,GRIN,,0,,,0,0,2006-05-03, -/games/boxart/9013074ccc.jpg,Underwater Attack,DS,Shooter,UFO Interactive,Cyber Planet Interactive,,0,0,,,0,2008-07-15, -/games/boxart/full_9191985AmericaFrontccc.jpg,Operation Flashpoint: Resistance,PC,Shooter,Codemasters,Bohemia Interactive,,0,,,0,0,2002-07-10, -/games/boxart/9827409ccc.jpg,Tom Clancy's Rainbow Six: Lockdown,PC,Shooter,Ubisoft,Red Storm Entertainment,,0,,,0,0,2006-02-16, -/games/boxart/full_852248AmericaFrontccc.jpg,Giants: Citizen Kabuto,PC,Shooter,Interplay,Planet Moon Studios,,0,,,0,0,2000-12-06, -/games/boxart/full_5930207AmericaFrontccc.jpg,Project: Snowblind,PC,Shooter,Eidos Interactive,Crystal Dynamics,,0,,,0,0,2005-03-17, -/games/boxart/full_battlefield-bad-company-2-ultimate-edition_341AmericaFront.jpg,Battlefield: Bad Company 2 Ultimate Edition,X360,Shooter,Electronic Arts,EA Digital Illusions CE,,0,,,0,0,2010-08-31, -/games/boxart/2979101ccc.gif,Xyanide,XB,Shooter,Playlogic Game Factory,Playlogic,,0,0,,0,0,2006-08-15, -/games/boxart/1560191ccc.png,Shadow Warrior,PC,Shooter,GT Interactive,3D Realms,,0,,,0,0,1997-08-31, -/games/boxart/full_8985901AmericaFrontccc.jpg,Strike Force Hydra,GBA,Shooter,AIA,Awesome Developments,,0,0,,0,0,2004-10-27, -/games/boxart/716106ccc.jpg,Conflict: Global Terror,PC,Shooter,2K Games,Pivotal Games,,0,,,0,0,2005-10-04, -/games/boxart/full_9293127JapanFrontccc.jpg,Unknown Soldier: Mokuba no Houkou,DS,Shooter,D3 Publisher,Tamsoft,,0,,0,,,2008-10-02, -/games/boxart/full_5439155AmericaFrontccc.jpg,Conflict: Desert Storm,PC,Shooter,Gotham Games,Pivotal Games,,0,,,0,0,2002-10-01, -/games/boxart/full_3852849AmericaFrontccc.jpg,IGI 2: Covert Strike,PC,Shooter,Codemasters,Innerloop Studios,,0,,,0,0,2003-03-03, -/games/boxart/full_1403453AmericaFrontccc.jpg,Space Invaders,PC,Shooter,Activision,"Z-Axis, Ltd.",,0,,,0,0,1999-10-05, -/games/boxart/full_1552217AmericaFrontccc.jpg,Day of Defeat,PC,Shooter,Activision,Valve Software,,0,,,0,0,2003-05-06, -/games/boxart/full_descent-3_368AmericaFront.jpg,Descent 3,PC,Shooter,Illusion Softworks,Outrage Entertainment,,0,,,0,0,2000-06-14, -/games/boxart/full_260795AmericaFrontccc.jpg,Super Dropzone: Intergalactic Rescue Mission,GBA,Shooter,Ignition Entertainment,Pocket Studios,,0,0,,0,0,2004-10-26, -/games/boxart/full_9152647AmericaFrontccc.jpg,Bionicle Heroes,PC,Shooter,Eidos Interactive,Traveller's Tales,5.4,0,,,0,0,2006-11-14, -/games/boxart/full_space-invaders-evolution_9PALFront.jpg,Space Invaders Evolution,PSP,Shooter,Rising Star,Taito Corporation,,0,,,0,0,2006-11-03, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Patriots,X360,Shooter,Ubisoft,Ubisoft,,0,,,0,0,2014-01-01, -/games/boxart/full_deus-ex-invisible-war_48AmericaFront.jpg,Deus Ex: Invisible War,PC,Shooter,Eidos Interactive,Ion Storm,8.5,0,,,0,0,2003-12-02, -/games/boxart/full_9128132AmericaFrontccc.jpg,Metroid Prime Hunters: First Hunt,DS,Shooter,Nintendo,Nintendo Software Technology Corporation,,0,,,0,0,2004-11-21, -/games/boxart/full_8498363AmericaFrontccc.jpg,Rogue Trooper,PC,Shooter,Eidos Interactive,Rebellion Developments,,0,,,0,0,2006-05-23, -/games/boxart/3133418ccc.jpg,BloodRayne,PC,Shooter,Majesco,Terminal Reality,,0,,,0,0,2003-09-13, -/games/boxart/full_3621366AmericaFrontccc.jpg,Red Faction II,PC,Shooter,THQ,Outrage Games,7.2,0,,,0,0,2003-04-09, -/games/boxart/6894168ccc.jpg,BackTrack,GBA,Shooter,Telegames,"Telegames, Inc.",5.2,0,0,,0,,2001-10-04, -/games/boxart/4602122ccc.jpg,Serious Sam: The Second Encounter,PC,Shooter,Take-Two Interactive,Croteam,,0,,,0,,2002-02-04, -/games/boxart/5028060ccc.jpg,MDK,PC,Shooter,Playmates,Shiny Entertainment,,0,,,0,,1997-04-30, -/games/boxart/full_7652594AmericaFrontccc.jpg,Doom Collector's Edition,PC,Shooter,Activision,id Software,,0,,,0,0,2001-09-26, -/games/boxart/full_785369AmericaFrontccc.gif,The Mark,PC,Shooter,DreamCatcher Interactive,T7 Games,3,0,,,0,0,2007-02-26, -/games/boxart/1310892ccc.jpg,Shellshock: Nam 67,PC,Shooter,Eidos Interactive,Guerrilla Games,,0,,,0,0,2004-09-14,2018-02-03 -/games/boxart/5234908ccc.jpg,Red Faction,PC,Shooter,THQ,Volition Inc.,8.1,0,,,0,,2001-09-17, -/games/boxart/2466164ccc.jpg,Tarr Chronicles,PC,Shooter,CDV Software Entertainment,Quazar Studio,,0,,,0,0,2007-09-18, -/games/boxart/3794917ccc.jpg,Turning Point: Fall of Liberty,PC,Shooter,Codemasters,Spark Unlimited,,0,,,0,,2008-02-26, -/games/boxart/1854372ccc.jpg,John Romero's Daikatana,PC,Shooter,Eidos Interactive,Ion Storm,4,0,,,0,,2000-04-14, -/games/boxart/full_8272220AmericaFrontccc.jpg,ShellShock 2: Blood Trails,PC,Shooter,Eidos Interactive,Rebellion Developments,,0,,,0,0,2009-02-24, -/games/boxart/full_3468730AmericaFrontccc.jpg,James Bond 007: Nightfire,PC,Shooter,Electronic Arts,Gearbox Software,,0,,,0,0,2002-11-28, -/games/boxart/full_9183551AmericaFrontccc.jpg,SWAT 4: The Stetchkov Syndicate,PC,Shooter,Sierra Entertainment,Irrational Games,,0,0,,,0,2006-02-28, -/games/boxart/full_5130474AmericaFrontccc.jpg,Men in Black: The Series,GBA,Shooter,Crave Entertainment,David A. Palmer Productions,,0,0,,0,,2001-09-01, -/games/boxart/full_7940450PALFrontccc.jpg,XG Blast!,DS,Shooter,Unknown,Next Wave Team,,0,,,0,,2010-06-10, -/games/boxart/full_1452315AmericaFrontccc.jpg,TRON 2.0,PC,Shooter,Buena Vista,Monolith Productions,,0,,,0,0,2003-08-26, -/games/boxart/4014929ccc.jpg,Tom Clancy's Rainbow Six Vegas,PC,Shooter,Ubisoft,Ubisoft,,0,0,,0,0,2006-12-12, -/games/boxart/full_9620848AmericaFrontccc.jpg,Velvet Assassin,PC,Shooter,SouthPeak Interactive,Replay Studios,6.2,0,,,0,0,2009-04-30, -/games/boxart/full_5411241AmericaFrontccc.jpg,Shadowrun (2007),PC,Shooter,Microsoft Game Studios,FASA Studios,,0,,,0,0,2007-05-29,2018-11-02 -/games/boxart/739154ccc.jpg,Lost Planet: Extreme Condition,PC,Shooter,Capcom,Capcom,,0,,,0,0,2007-06-26, -/games/boxart/full_arma-ii-reinforcements_853PALFront.jpg,ArmA II: Reinforcements,PC,Shooter,Unknown,Bohemia Interactive,,0,,,0,0,2011-04-01, -/games/boxart/full_5421303AmericaFrontccc.jpg,Painkiller: Gold Edition,PC,Shooter,DreamCatcher Interactive,People Can Fly,,0,,,0,0,2005-04-18, -/games/boxart/full_7959234AmericaFrontccc.jpg,The Punisher,PC,Shooter,THQ,Volition Inc.,,0,,,0,0,2005-01-18, -/games/boxart/full_1344150PALFrontccc.jpg,ArmA: Queen's Gambit,PC,Shooter,505 Games,Bohemia Interactive,,0,,,0,0,2007-09-28, -/games/boxart/2836933ccc.jpg,F.E.A.R.,PC,Shooter,Sierra Entertainment,Monolith Productions,,0,,,0,0,2005-10-17, -/games/boxart/full_2413637AmericaFrontccc.jpg,Matt Hazard: Blood Bath and Beyond,XBL,Shooter,D3 Publisher,Vicious Cycle,6.6,0,,,0,0,2010-01-06, -/games/boxart/full_240622AmericaFrontccc.jpg,"Warhammer 40,000: Fire Warrior",PC,Shooter,THQ,Kuju Entertainment,,0,,,0,0,2003-11-17, -/games/boxart/9112312ccc.jpg,The Club,PC,Shooter,Sega,Bizarre Creations,,0,,,0,0,2008-02-19, -/games/boxart/full_6674099AmericaFrontccc.jpg,Counter-Strike 1: Anthology,PC,Shooter,Electronic Arts,Valve Software,,0,,,0,0,2005-09-26, -/games/boxart/full_426799PALFrontccc.jpg,Hour of Victory,PC,Shooter,Unknown,Nfusion,,0,,,0,0,, -/games/boxart/3918401ccc.jpg,Kane & Lynch: Dead Men,PC,Shooter,Eidos Interactive,IO Interactive,,0,,,0,0,2007-11-20, -/games/boxart/8436780ccc.jpg,SAS: Secure Tomorrow,PC,Shooter,City Interactive,,,0,,,0,0,2008-10-16, -/games/boxart/6409427ccc.jpg,Startopia,PC,Simulation,Eidos Interactive,Mucky Foot Productions,,0,,,0,0,2001-06-16, -/games/boxart/full_180166AmericaFrontccc.jpg,F-22 Lightning 3,PC,Simulation,NovaLogic,NovaLogic,,0,,,0,0,1999-05-25, -/games/boxart/full_1432725AmericaFrontccc.jpg,Farming Simulator 14,3DS,Simulation,Focus Home Interactive,Focus Home Interactive,,0,,,0,0,2014-06-24,2019-05-02 -/games/boxart/full_8114707JapanFrontccc.jpg,Kawaii Koneko DS 2,DS,Simulation,MTO,MTO,,0,,0,,,2009-07-23, -/games/boxart/full_the-sims-2-kitchen-ampamp-bath-interior-design-stuff_456AmericaFront.jpg,The Sims 2: Kitchen & Bath Interior Design Stuff,PC,Simulation,Electronic Arts,Maxis,,0,,,0,0,2008-04-15, -/games/boxart/full_pacific-fighters_33AmericaFront.jpg,Pacific Fighters,PC,Simulation,Ubisoft,Maddox Games,,0,,,0,0,2004-10-26, -/games/boxart/full_4168729PALFrontccc.jpg,Let's Play: Pet Hospitals,DS,Simulation,Deep Silver,Deep Silver,,0,,,0,0,2009-02-27, -/games/boxart/full_1902005PALFrontccc.jpg,Cake Mania 3,PC,Simulation,Sandlot Games,Sandlot Games,,0,,,0,0,2008-09-01, -/games/boxart/full_2530024AmericaFrontccc.jpg,Cities XL,PC,Simulation,Monte Christo Multimedia,Monte Cristo Multimedia,,0,,,0,0,2009-10-09, -/games/boxart/full_railway-simulator_271AmericaFront.jpg,Railway Simulator,PC,Simulation,Unknown,N2V Games,,0,,,0,0,2011-08-09, -/games/boxart/full_3254707PALFrontccc.jpg,Ship Simulator 2008 Collector's Edition,PC,Simulation,Lighthouse Interactive,VSTEP,,0,,,0,0,2008-10-06, -/games/boxart/full_6249471JapanFrontccc.jpg,Simple DS Series Vol. 40: The Gekai,DS,Simulation,D3 Publisher,Vingt-et-un Systems,,0,,0,,,2008-08-28, -/games/boxart/full_5836144JapanFrontccc.jpg,Choko Ken no Dekitate Sweets Wagon,DS,Simulation,Creative Core,Creative Core,,0,,0,,,2009-03-19, -/games/boxart/full_2018276JapanFrontccc.jpg,"Gokuhou!! Mecha Mote Iinchou: Mecha Mote Days, Hajime Masuwa!",DS,Simulation,Konami,Konami,,0,,0,,,2008-12-04, -/games/boxart/full_4100668PALFrontccc.jpg,Police Simulator 2 Law and Order,PC,Simulation,Excalibur Publishing Limited,Excalibur Studios,,0,,,0,0,2012-03-23,2019-05-02 -/games/boxart/full_8979104JapanFrontccc.jpg,Machi no Pet-Ya-San DS 2: Wannyan 333-Hiki Daishuugou!,DS,Simulation,E-Frontier,E-Frontier,,0,,0,,,2009-02-19, -/games/boxart/full_1029093AmericaFrontccc.jpg,Conflict: Vietnam,PC,Shooter,Global Star Software,Pivotal Games,,0,,,0,0,2004-10-05, -/games/boxart/6386514ccc.jpg,NRA Gun Club,PS2,Shooter,Crave Entertainment,Jarhead Games,,0,0,,0,0,2006-10-02, -/games/boxart/7990337ccc.jpg,M.A.C.H.: Modified Air Combat Heroes,PSP,Shooter,Sierra Entertainment,Kuju Entertainment,,0,,,0,0,2007-02-20, -/games/boxart/full_4291681PALFrontccc.jpg,Emergency 2016,PC,Simulation,Deep Silver,Sixteen Tons Entertainment,,0,,,0,0,2015-10-16,2018-09-22 -/games/boxart/full_the-sims-2-holiday-edition_920AmericaFront.jpg,The Sims 2 Holiday Edition,PC,Simulation,Electronic Arts,Maxis,2,0,,,0,0,2005-11-15, -/games/boxart/full_6148842AmericaFrontccc.jpg,Pet Pals: Animal Doctor,DS,Simulation,Majesco,Legacy Interactive,,0,0,,0,0,2008-02-07, -/games/boxart/full_9421937JapanFrontccc.jpg,Gaitame Baibai Trainer: Kabutore FX,DS,Simulation,Konami,Kojima Productions,,0,,0,,,2009-03-26, -/games/boxart/full_5935885PALFrontccc.jpg,RollerCoaster Tycoon 8 Pack,PC,Simulation,Avanquest Software,Atari,,0,,,0,0,2015-05-14,2018-09-22 -/games/boxart/full_8406111AmericaFrontccc.jpg,Mace Griffin: Bounty Hunter,PC,Shooter,Mumbo Jumbo,Warthog,,0,,,0,,2004-01-07, -/games/boxart/full_2702379AmericaFrontccc.jpg,Pariah,PC,Shooter,Groove Games,Digital Extremes,,0,,,0,,2005-05-03, -/games/boxart/full_7209645AmericaFrontccc.jpg,Total Overdose: A Gunslinger's Tale in Mexico,PC,Shooter,Eidos Interactive,Deadline Games,,0,,,0,,2005-09-27, -/games/boxart/4924954ccc.jpg,MDK2,PC,Shooter,Interplay,BioWare Corp.,8.5,0,,,0,,2000-05-31, -/games/boxart/full_942613AmericaFrontccc.jpg,Tactical Ops: Assault on Terror,PC,Shooter,Atari,Kamehan Studios,,0,,,0,,2002-04-24, -/games/boxart/1867788ccc.jpg,Stranglehold,PC,Shooter,Midway Games,Midway Games,,0,,,0,0,2007-09-18, -/games/boxart/full_3511205AmericaFrontccc.jpg,Conflict: Desert Storm II - Back to Bagdhad,PC,Shooter,Gotham Games,Pivotal Games,,0,,,0,0,2003-10-08, -/games/boxart/full_bet-on-soldier-blood-sport_753AmericaFront.jpg,Bet on Soldier: Blood Sport,PC,Shooter,Digital Jesters,Kylotonn Entertainment,,0,,,0,0,2005-09-26, -/games/boxart/full_7164929PALFrontccc.jpg,Ready Steady Cook: The Game,Wii,Simulation,Mindscape,Mindscape,,0,,,0,0,2009-08-14, -/games/boxart/8889656ccc.jpg,My Traffic X,PC,Simulation,Aerosoft,Aerosoft,,0,,,0,0,2007-02-23, -/games/boxart/full_6298565AmericaFrontccc.png,This is the Police,NS,Simulation,THQ Nordic,Weappy Studio,,0,,,0,0,2017-12-05,2018-09-15 -/games/boxart/full_2906441JapanFrontccc.jpg,Gendai Daisenryaku: Isshoku Sokuhatsu - Gunji Balance Houkai,PSP,Simulation,System Soft,System Soft,,0,,0,,,2009-08-27, -/games/boxart/full_9311257PALFrontccc.jpg,Pro Cycling Manager 2018,PC,Simulation,Focus Home Interactive,Cyanide Studio,,0,,,0,0,2018-06-28,2018-08-11 -/games/boxart/full_2265761PALFrontccc.jpg,Farming 2017 - The Simulation,XOne,Simulation,UIG Entertainment,UIG Entertainment,,0,,,0,0,2016-08-19,2018-04-09 -/games/boxart/full_2978219AmericaFrontccc.jpg,ScreamRide,X360,Simulation,Microsoft Studios,Frontier Developments,,0,,,0,0,2015-03-03,2018-04-24 -/games/boxart/full_the-sims-2-freetime_563AmericaFront.jpg,The Sims 2: FreeTime,PC,Simulation,Electronic Arts,Maxis,,0,,,0,0,2008-02-26, -/games/boxart/full_c-130-hercules_884AmericaFront.jpg,C-130 Hercules,PC,Simulation,Just Flight,Captain Sim,,0,,,0,0,2008-09-21, -/games/boxart/full_railworks-tornado-edition_323PALFront.jpg,RailWorks: Tornado Edition,PC,Simulation,First Class Simulations,RailSimulator.com,,0,,,0,0,2009-12-11, -/games/boxart/full_7189862AmericaFrontccc.jpg,Heroes over Europe,PC,Simulation,Ubisoft,Transmission Games,,0,,,0,0,2009-09-22, -/games/boxart/5811278ccc.jpg,Pippa Funnell: The Stud Farm Inheritance,PC,Simulation,Ubisoft,Lexis Numerique,,0,,,0,0,2005-03-25, -/games/boxart/full_7160136AmericaFrontccc.jpg,Dark Horizon,PC,Simulation,Paradox Interactive,Paradox Interactive,,0,,,0,0,2008-10-13, -/games/boxart/full_3287988AmericaFrontccc.jpg,LEGO Friends,DS,Simulation,Warner Bros. Interactive Entertainment,Hellbent Games,,0,,,0,0,2014-04-08,2019-01-03 -/games/boxart/full_349002AmericaFrontccc.jpg,The Political Machine 2008,PC,Simulation,Stardock,Stardock,,0,,,0,0,2008-06-24, -/games/boxart/full_9058605PALFrontccc.jpg,The Sims 3: Showtime,PC,Simulation,Electronic Arts,Maxis,,0,0,,0,0,2012-03-06,2019-05-03 -/games/boxart/full_4556997JapanFrontccc.jpg,Kumatanchi,DS,Simulation,Dimple Entertainment,Vanillaware,,0,,0,,,2008-09-25,2019-01-10 -/games/boxart/5204124ccc.jpg,Pippa Funnell: Take The Reins,PC,Simulation,Ubisoft,Lexis Numerique,,0,,,0,0,2006-10-26, -/games/boxart/full_870382AmericaFrontccc.jpg,Restaurant Empire,PC,Simulation,Enlight,Enlight Software,,0,,,0,0,2003-03-26, -/games/boxart/full_9531119PALFrontccc.jpg,Restaurant Tycoon,DS,Simulation,Foreign Media Games,Foreign Media Games,,0,,,0,0,2010-05-28, -/games/boxart/full_1322841AmericaFrontccc.jpg,Pure Farming 2018,PC,Simulation,Techland,Ice Flames,,0,,,0,0,2018-03-13,2018-07-19 -/games/boxart/full_5078483AmericaFrontccc.png,Railway Empire,PC,Simulation,Kalypso Media,Gaming Minds Studios,,0,,,0,0,2018-01-30,2018-01-07 -/games/boxart/full_8034321AmericaFrontccc.jpg,Hotel for Dogs,PC,Simulation,505 Games,Paramount Interactive,,0,,,0,0,2009-01-06, -/games/boxart/full_4895227JapanFrontccc.jpg,Happy My Sweets,DS,Simulation,Global A Entertainment,Global A Entertainment,,0,,0,,,2009-01-09, -/games/boxart/full_2567929JapanFrontccc.jpg,Team Batista no Eikou: Shinjitsu o Tsumugu 4-tsu no Karte,DS,Simulation,Hudson Entertainment,Hudson Soft,,0,,0,,,2008-12-25, -/games/boxart/full_3297427PALFrontccc.jpg,My Pet Dolphin,DS,Simulation,505 Games,Starfish,,0,,,0,0,2007-11-16, -/games/boxart/full_473318PALFrontccc.jpg,My Animal Centre,DS,Simulation,Deep Silver,Braingame,,0,,,0,0,2008-12-05, -/games/boxart/full_3691917JapanFrontccc.jpg,Chi's Sweet Home: Chi ga Ouchi ni Yatte Kita!,DS,Simulation,Interchannel,Interchannel,,0,,0,,,2008-09-04, -/games/boxart/full_6358105PALFrontccc.jpg,WOW! 6 Games Simulations Collection,PC,Simulation,Excalibur Publishing,Excalibur Studios,,0,,,0,0,2015-05-01,2019-05-01 -/games/boxart/full_4296351AmericaFrontccc.jpg,Petz: Dogz Pack,DS,Simulation,Ubisoft,Ubisoft,,0,0,,0,,2008-11-04, -/games/boxart/full_the-sims-2-teen-style-stuff_381AmericaFront.jpg,The Sims 2: Teen Style Stuff,PC,Simulation,Electronic Arts,Maxis Software,,0,,,0,0,2007-11-06, -/games/boxart/full_8680781PALFrontccc.jpg,A-Train HX,X360,Simulation,505 Games,ArtDink,2,0,,,0,0,2008-03-07, -/games/boxart/full_trainz-simulator-12_865AmericaFront.jpg,Trainz Simulator 12,PC,Simulation,Unknown,N3VRF41L Publishing,,0,,,0,0,2011-03-17, -/games/boxart/5478126ccc.jpg,Zoo Empire,PC,Simulation,Enlight,Enlight Software,,0,,,0,0,2004-08-01, -/games/boxart/full_5503713AmericaFrontccc.jpg,Sea Trader: Rise of Taipan,GBA,Simulation,Jaleco,Jaleco Entertainment,,0,0,,0,0,2003-01-03, -/games/boxart/full_8136445AmericaFrontccc.jpg,Restaurant Empire II,PC,Simulation,Paradox Interactive,Enlight Software,,0,,,0,,2009-06-23, -/games/boxart/full_2751821JapanFrontccc.jpg,Saru Saru DS,DS,Simulation,D3 Publisher,"Mobcast, Inc.",,0,,0,,,2009-02-19, -/games/boxart/9455413ccc.jpg,Tropico 2: Pirate Cove,PC,Simulation,Gathering of Developers,Frog City Software,8.3,0,,,0,0,2003-04-08, -/games/boxart/full_9907819AmericaFrontccc.jpg,Secret Weapons Over Normandy,PC,Simulation,LucasArts,Totally Games,,0,,,0,0,2003-11-18, -/games/boxart/full_9607929JapanFrontccc.jpg,Tetsudou Kentei DS,DS,Simulation,Spike,Spike,,0,,0,,,2008-10-09, -/games/boxart/full_8719234PALFrontccc.jpg,Truckin' Collection,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Ltd.,,0,,,0,,2014-09-26,2019-04-25 -/games/boxart/full_warbirds-dogfights_917AmericaFront.jpg,WarBirds: Dogfights,PC,Simulation,iEntertainment Network,iEntertainment Network,,0,,,0,,2010-02-18, -/games/boxart/8424138ccc.jpg,MechWarrior 4: Vengeance,PC,Simulation,Microsoft,FASA Studio,,0,,,0,,2000-11-23, -/games/boxart/full_paramedic-simulator_39PALFront.jpg,Paramedic Simulator,PC,Simulation,Unknown,Just Sims,,0,,,0,0,2011-08-05, -/games/boxart/full_the-sims-3-pets_844AmericaFront.jpg,The Sims 3: Pets,PS3,Simulation,Electronic Arts,The Sims Studio,7.3,0,0,,0,0,2011-10-18, -/games/boxart/full_3462669PALFrontccc.jpg,Equestrian Training: Stages 1-4,DS,Simulation,Atari,Atari,,0,,,0,0,2008-11-07, -/games/boxart/full_2075398AmericaFrontccc.jpg,Sub Command,PC,Simulation,Electronic Arts,Sonalysts,,0,,,0,0,2001-09-12, -/games/boxart/full_8536938PALFrontccc.jpg,IL-2 Sturmovik Series: Complete Edition,PC,Simulation,Ubisoft,1C: Maddox Games,,0,,,0,0,2006-03-31, -/games/boxart/full_2895320AmericaFrontccc.jpg,Combat Wings: Battle of Britain,PC,Simulation,Navarre Corp,City Interactive,,0,,,0,0,2008-10-30, -/games/boxart/full_9979145AmericaFrontccc.jpg,Supermarket Mania,PC,Simulation,Viva Media,"Alawar Entertainment, Inc.",,0,,,0,0,2009-05-22,2019-05-03 -/games/boxart/full_1106612AmericaFrontccc.jpg,Star Trek: Bridge Commander,PC,Simulation,Activision,Totally Games,,0,,,0,0,2002-02-27, -/games/boxart/full_youda-safari_904PALFront.jpg,Youda Safari,DS,Simulation,Foreign Media Games,Foreign Media Games,,0,,,0,0,2011-02-11, -/games/boxart/full_wildlife-park-gold-edition_729PALFront.jpg,Wildlife Park: Gold Edition,PC,Simulation,Deep Silver,B.Alive,,0,,,0,0,2004-10-08, -/games/boxart/full_crane-simulator-2009_839PALFront.jpg,Crane Simulator 2009,PC,Simulation,Unknown,Astragon,,0,,,0,0,2009-09-18, -/games/boxart/full_219284PALFrontccc.jpg,Ready Steady Cook: The Game,DS,Simulation,Mindscape,Mindscape,,0,,,0,0,2009-08-14, -/games/boxart/full_7452426AmericaFrontccc.jpg,Comanche 4,PC,Simulation,NovaLogic,NovaLogic,,0,,,0,,2001-11-12, -/games/boxart/full_866047AmericaFrontccc.jpg,The Tower SP,GBA,Simulation,Sega,VIVARIUM Inc.,,0,0,,0,0,2006-03-21, -/games/boxart/full_8034252JapanFrontccc.jpg,Gendai Daisenryaku: Isshoku Sokuhatsu - Gunji Balance Houkai,PS2,Simulation,System Soft,System Soft,,0,,0,,,2009-08-27, -/games/boxart/full_7915152AmericaFrontccc.jpg,Monster Rancher Advance,GBA,Simulation,Tecmo,Tecmo,,0,0,,0,0,2001-11-28, -/games/boxart/full_7941679JapanFrontccc.jpg,Cooking Idol I! My! Main! Game de Hirameki! Kirameki Cooking,DS,Simulation,Konami,Konami,,0,,0,,,2010-02-25, -/games/boxart/full_9883217AmericaFrontccc.jpg,Ship Simulator 2006,PC,Simulation,DreamCatcher Interactive,VSTEP,,0,,,0,0,2006-08-21, -/games/boxart/full_7129831PALFrontccc.jpg,My Pet Hotel 2,DS,Simulation,Eidos Interactive,DTP Entertainment,,0,,,0,0,2008-09-26, -/games/boxart/full_3677892AmericaFrontccc.jpg,Dogz 5,PC,Simulation,Ubisoft,PF.Magic,,0,,,0,0,2002-11-18, -/games/boxart/full_4792383PALFrontccc.jpg,WWII: Battle Over The Pacific,PSP,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,0,,,0,0,2008-05-09, -/games/boxart/full_6584646PALFrontccc.jpg,Beat the Intro,DS,Misc,Mindscape,Mindscape,,0,,,0,0,2010-03-31, -/games/boxart/full_5135375PALFrontccc.jpg,Golden Balls,DS,Misc,Mindscape,Mindscape Inc.,,0,,,0,0,2008-12-05, -/games/boxart/full_buzz-the-ultimate-music-quiz_1PALFront.jpg,Buzz! The Ultimate Music Quiz,PSP,Misc,Sony Computer Entertainment,Relentless Software,,0,,,0,0,2010-12-03, -/games/boxart/full_9166839PALFrontccc.jpg,Flips: Enid Blyton - Faraway Tree Stories,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, -/games/boxart/full_7268693JapanFrontccc.jpg,Eiken Kakomon Daishuuroku: Eiken DS 2 Deluxe,DS,Misc,Rocket Company,Rocket Company,,0,,0,,,2009-04-09, -/games/boxart/default.jpg,Chain Chronicle,PSV,Misc,Sega,Unknown,,0,,0,,,2014-09-11, -/games/boxart/full_413906JapanFrontccc.jpg,Othello de Othello DS,DS,Misc,MegaHouse,MegaHouse,,0,,0,,,2008-06-12, -/games/boxart/default.jpg,Flying Turtle,PC,Misc,Big Fish Games,Unknown,,0,,,0,0,2009-11-25, -/games/boxart/full_janline_0JapanFront.jpg,Janline,X360,Misc,Recom,Recom,,0,,0,,,2008-09-25, -/games/boxart/full_4336033AmericaFrontccc.jpg,Power Rangers Zeo Full Tilt Battle Pinball,PS,Misc,Bandai,Kaze,,0,0,,0,0,1996-09-30, -/games/boxart/full_9622696AmericaFrontccc.jpeg,The Witness,PS4,Misc,"Thekla, Inc.",Unknown,,0,,,0,0,2016-01-26, -/games/boxart/full_3629993PALFrontccc.jpg,Top Trumps: Doctor Who,Wii,Misc,Eidos Interactive,Team 3 Games,,0,,,0,0,2008-12-05, -/games/boxart/full_challenge-me-kids_354PALFront.jpg,Challenge Me Kids: Brain Games,DS,Misc,O-Games,O-Games,,0,,,0,0,, -/games/boxart/1526902ccc.jpg,Smart Kid's Gameclub,DS,Misc,UFO Interactive,Tommo,,0,0,,,0,2007-11-16, -/games/boxart/full_5470928PALFrontccc.jpg,Elixir of Imortality,PC,Misc,Big Fish Games,Big Fish Games,,0,,,0,0,2015-05-08,2018-09-22 -/games/boxart/full_8514950PALFrontccc.jpg,The Garfield Show: Threat of the Space Lasagna,Wii,Misc,Unknown,EKO System,,0,,,0,0,2010-07-08, -/games/boxart/full_9792007JapanFrontccc.jpg,Tetsudou Musume DS: Terminal Memory,DS,Simulation,Takara Tomy,Takara Tomy,,0,,0,,,2008-10-09, -/games/boxart/full_6812791AmericaFrontccc.jpg,Trainz,PC,Simulation,Strategy First,Auran Games,8.4,0,,,0,0,2002-02-10, -/games/boxart/full_8457388AmericaFrontccc.jpg,Silent Hunter II,PC,Simulation,Ubisoft,Ultimation Inc.,,0,,,0,0,2001-11-05, -/games/boxart/full_city-life-2008-edition_374AmericaFront.jpg,City Life 2008 Edition,PC,Simulation,Paradox Interactive,Monte Cristo Multimedia,,0,,,0,0,2008-07-29, -/games/boxart/full_combat-wings-the-great-battles-of-wwii_656AmericaFront.jpg,Combat Wings: The Great Battles of WWII,PS3,Simulation,City Interactive,City Interactive,,0,,,0,0,2012-03-27, -/games/boxart/full_3249929AmericaFrontccc.jpg,MechWarrior 4: Mercenaries,PC,Simulation,Microsoft Game Studios,FASA Studio,,0,,,0,0,2002-11-07, -/games/boxart/full_345297JapanFrontccc.jpg,Winning Post 8 2017,NS,Misc,Tecmo Koei,Unknown,,0,,0,,,2017-09-14, -/games/boxart/full_9449485JapanFrontccc.jpg,Mahjong Kakutou Club Wii: Wi-Fi Taiou,Wii,Misc,Konami,Konami,,0,,0,,,2009-04-29, -/games/boxart/full_farming-simulator_364AmericaFront.jpg,Farming Simulator,PC,Simulation,Tri Synergy,Astragon,,0,,,0,0,2009-08-28, -/games/boxart/full_9900988PALFrontccc.jpg,Let's Play Fashion Designer,DS,Simulation,Deep Silver,Deep Silver,,0,,,0,0,2009-02-27, -/games/boxart/full_27996AmericaFrontccc.jpg,Eurofighter Typhoon,PC,Simulation,First Class Simulations,Rage Software,,0,,,0,0,2001-07-30, -/games/boxart/default.jpg,Rise of Flight: Aces Edition,PC,Simulation,Aerosoft,Aerosoft,,0,,,0,0,2011-11-25, -/games/boxart/2834826ccc.gif,F24: Stealth Fighter,DS,Simulation,Majesco,Skyworks Technologies,,0,,,0,0,2007-02-20, -/games/boxart/full_4606517JapanFrontccc.jpg,Simple DS Series Vol. 43: The Host Shiyouze! DX Knight King,DS,Simulation,D3 Publisher,Avantec,,0,,0,,,2009-03-12, -/games/boxart/full_the-sims-3-pets_806AmericaFront.jpg,The Sims 3: Pets,X360,Simulation,Electronic Arts,The Sims Studio,7,0,0,,0,0,2011-10-18, -/games/boxart/full_4252871PALFrontccc.jpg,Kira Kira Pop Princess,DS,Simulation,505 Games,Dimple Entertainment,,0,,,0,0,2008-03-07, -/games/boxart/default.jpg,Food Coach: Healthy Living Made Easy,DS,Misc,Zushi Games,Zushi Games,,0,,,0,0,2010-03-19, -/games/boxart/full_picture-puzzle-collection-the-dutch-masters_289AmericaFront.jpg,Picture Puzzle Collection: The Dutch Masters,DS,Misc,Unknown,Most Wanted Entertainment,,0,,,0,0,2020-12-31, -/games/boxart/full_4542015AmericaFrontccc.png,WorldNeverland: Elnea Kingdom,NS,Misc,althi Inc.,althi Inc.,,0,,0,,,2018-03-15,2018-11-07 -/games/boxart/full_6226772JapanFrontccc.jpg,Jinsei Game Wii EX,Wii,Misc,Takara Tomy,Takara Tomy,,0,,0,,,2008-11-13, -/games/boxart/full_9267353JapanFrontccc.jpg,Yamasa Digi World SP: Pachi-Slot Sengoku Musou,PS3,Misc,Yamasa Entertainment,Yamasa Entertainment,,0,,0,,,2007-09-06, -/games/boxart/full_telly-addicts_4PALFront.jpg,Telly Addicts,DS,Misc,Ubisoft,Ubisoft,,0,,,0,0,2007-11-02, -/games/boxart/default.jpg,Durarara!! 3way Standoff: Alley,PSV,Misc,Kadokawa Shoten,Unknown,,0,,0,,,2014-06-19, -/games/boxart/full_1265762PALFrontccc.jpg,Flips: Percy Jackson,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2010-02-12, -/games/boxart/full_3010343PALFrontccc.jpg,Top Trumps: Doctor Who,DS,Misc,Eidos Interactive,Rockpool Games,,0,,,0,0,2008-05-16, -/games/boxart/full_6771598PALFrontccc.jpg,Driving Theory Training,DS,Misc,Atari,Anuman Interactive,,0,,,0,0,2008-08-29, -/games/boxart/full_1942130JapanFrontccc.jpg,Moetan DS,DS,Misc,Idea Factory,Lupinus,,0,,0,,,2008-07-24, -/games/boxart/full_musiic-party-rock-the-house_362PALFront.jpg,Musiic Party: Rock the House,Wii,Misc,Unknown,Independent Arts Software,,0,,,0,0,2020-12-31, -/games/boxart/full_7190887JapanFrontccc.jpg,Closed Nightmare,NS,Misc,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2018-07-19,2018-08-25 -/games/boxart/full_713219AmericaFrontccc.jpg,Hello Kitty Picnic with Sanrio Friends,3DS,Misc,Majesco Entertainment,"Chaotic Moon Studios, LLC.",,0,,,0,0,2012-10-30,2019-05-07 -/games/boxart/full_2626875PALFrontccc.jpg,Flips: Artemis Fowl,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, -/games/boxart/full_2771637PALFrontccc.jpg,Flips: Cathy Cassidy,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, -/games/boxart/default.jpg,uDraw Studio: Instant Artist,PS3,Misc,THQ,Unknown,,0,,,0,0,2011-11-15, -/games/boxart/full_telly-addicts_2PALFront.jpg,Telly Addicts,Wii,Misc,Ubisoft,Ubisoft,,0,,,0,0,2008-02-15, -/games/boxart/2298634ccc.jpg,Yu-Gi-Oh! Double Pack 2,GBA,Misc,Konami,Konami,,0,0,,0,0,2006-08-30, -/games/boxart/full_angel-cat-sugar_690PALFront.jpg,Angel Cat Sugar,DS,Misc,Rising Star,Rising Star Games,,0,,,0,0,2009-10-16, -/games/boxart/full_900302JapanFrontccc.jpg,Relaxuma: Minna de Goyururi Seikatsu,Wii,Misc,MTO,MTO,,0,,0,,,2009-03-05, -/games/boxart/full_7571779PALFrontccc.jpg,Pass Your Driving Theory Test,DS,Misc,Avanquest,Uacari,,0,,,0,0,2009-03-13, -/games/boxart/default.jpg,War of the Vikings,PC,Misc,Paradox Interactive,Unknown,,0,,,0,0,2014-04-15, -/games/boxart/full_3414556AmericaFrontccc.jpg,Kinect Sports: Ultimate Collection,X360,Misc,Microsoft Studios,Various,,0,,,0,0,2012-09-18,2018-09-29 -/games/boxart/full_dreamcast-collection_172PALFront.jpg,Dreamcast Collection,PC,Misc,Sega,Sega,,0,,,0,0,2011-02-22, -/games/boxart/full_6846234JapanFrontccc.jpg,Pingu no Waku Waku Carnival!,DS,Misc,Square Enix,Square Enix,,0,,0,,,2008-11-06, -/games/boxart/full_2697062PALFrontccc.jpg,Pass Your Driving Theory Test: 2010 Edition,DS,Misc,Avanquest,Uacari,,0,,,0,0,2010-03-19, -/games/boxart/full_8056721PALFrontccc.jpg,Malice: Two Sisters,PC,Misc,Focus Multimedia,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 -/games/boxart/full_4108607AmericaFrontccc.jpg,My Secret Diary,DS,Misc,O-Games,Oxygen Interactive,,0,,,0,0,2009-07-28, -/games/boxart/full_treasure-seekers-trilogy_931PALFront.jpg,Treasure Seekers Trilogy,PC,Misc,Mastertronic,Various,,0,,,0,0,2011-11-04, -/games/boxart/full_7996406PALFrontccc.jpg,Golden Balls,Wii,Misc,Mindscape,Mindscape Inc.,,0,,,0,0,2008-12-05, -/games/boxart/full_4956175PALFrontccc.jpg,How To Pass Your Driving Test,DS,Misc,Ubisoft,Ubisoft,,0,,,0,0,2008-11-21, -/games/boxart/full_3657183PALFrontccc.jpg,My Spanish Coach,Wii,Misc,Ubisoft,Sensory Sweep Studios,,0,,,0,0,2007-11-30, -/games/boxart/full_344774JapanFrontccc.jpg,Gakken Europa 4: Kokugo Sanmai DS,DS,Misc,Gakken,Gakken,,0,,0,,,2010-03-11, -/games/boxart/full_7028448AmericaFrontccc.jpg,Matchbox Missions: 2 Game Pack!,GBA,Misc,DSI Games,Gravity-I,,0,0,,0,0,2006-08-30, -/games/boxart/full_6410062JapanFrontccc.jpg,Pachi & Slot Hisshoubon DS,DS,Misc,Dorart,Dorart,,0,,0,,,2009-03-26, -/games/boxart/full_8358587AmericaFrontccc.jpg,Hasbro Family Game Night,XBL,Misc,Electronic Arts,EA Bright Light,,0,,,0,0,2009-03-18, -/games/boxart/full_3200952PALFrontccc.jpg,Origin and Fate - 5 Game Pack,PC,Misc,Focus,Focus Home Interactive,,0,,,0,0,2014-09-26,2019-05-02 -/games/boxart/full_1982123PALFrontccc.png,Brain Challenge,PSN,Misc,Ubisoft,Gameloft,,0,,,0,0,2008-11-25, -/games/boxart/full_7990045JapanFrontccc.jpg,Manepa 1000-Mannin no FX Training,DS,Misc,Genki,Genki,,0,,0,,,2009-06-04, -/games/boxart/full_94008JapanFrontccc.jpg,Doala de Wii,Wii,Misc,Tera Box,Tera Box,,0,,0,,,2009-04-02, -/games/boxart/default.jpg,IQ Trainer,DS,Misc,Unknown,DreamCatcher Interactive,,0,0,,,0,, -/games/boxart/full_6766700PALFrontccc.jpg,I did it Mum! Picture Book,DS,Misc,505 Games,Starfish Inc.,,0,,,0,0,2008-11-07, -/games/boxart/full_4018542PALFrontccc.jpg,Dance Party: Club Hits,Wii,Misc,Nordic Games,Broadsword Interactive,,0,,,0,0,2009-05-08, -/games/boxart/full_9652720JapanFrontccc.jpg,Okada Toshio no Itsumademo DEBU to Omounayo: DS Recording Diet,DS,Misc,Rocket Company,Rocket Company,,0,,0,,,2008-11-20, -/games/boxart/full_5147499JapanFrontccc.jpg,Sukashishipanman DS: Shokotak Koto Nakagawa Shouko Produce!,DS,Misc,Interchannel,Interchannel,,0,,0,,,2009-03-05, -/games/boxart/535459ccc.jpg,Shonen Jump's One Piece: Pirates Carnival,PS2,Misc,Namco Bandai,High Horse Entertainment,,0,0,,0,0,2006-09-12, -/games/boxart/full_6658446PALFrontccc.jpg,Buzz! Brain of the UK,PSP,Misc,Sony Computer Entertainment,Relentless Software,,0,,,0,0,2009-03-27, -/games/boxart/5612756ccc.jpg,Thief: Deadly Shadows,PC,Misc,Eidos Interactive,Ion Storm,,0,,,0,0,2005-05-25, -/games/boxart/full_8678473PALFrontccc.jpg,My French Coach Level 2,DS,Misc,Ubisoft,Sensory Sweep Studios,,0,,,0,0,2007-11-23, -/games/boxart/full_8848814PALFrontccc.jpg,Diva Girls: Diva Dancers,DS,Misc,505 Games,505 Games,,0,,,0,0,2009-04-09, -/games/boxart/full_8955043JapanFrontccc.jpg,Rika-Chan DS Motto! Onna no Ko Lesson: Oshare Oshigoto Otetsudai Daisuki!,DS,Misc,Takara Tomy,Takara Tomy,,0,,0,,,2009-11-05, -/games/boxart/full_8547094PALFrontccc.jpg,Flips: Too Ghoul for School,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2009-12-04, -/games/boxart/3264349ccc.jpg,Capcom Classics Mini Mix,GBA,Misc,Capcom,Capcom,6.5,0,0,,0,0,2006-09-19, -/games/boxart/full_8400732PALFrontccc.jpg,Bridge Training,DS,Misc,Atari,Atari,,0,,,0,0,2009-04-03, -/games/boxart/full_4921036AmericaFrontccc.jpg,Touch Darts,DS,Misc,Agetec,Full Fat,,0,,,0,0,2008-07-01, -/games/boxart/full_we-dare-flirty-fun-for-all_228PALFront.jpg,We Dare: Flirty Fun For All,Wii,Misc,Ubisoft,Ubisoft Milan,,0,,,0,0,2011-02-11, -/games/boxart/default.jpg,Madagascar 3: The Video Game,X360,Misc,D3Publisher,Unknown,,0,,,0,0,2012-10-19, -/games/boxart/full_6078791JapanFrontccc.jpg,Kaite Oboeru: Dora-Gana,DS,Misc,Sega,Sega,,0,,0,,,2008-11-27, -/games/boxart/full_878114AmericaFrontccc.jpg,Rhythm 'n Notes: Improve Your Music Skills,DS,Misc,Agetec,Success,,0,0,,,0,2007-10-23, -/games/boxart/full_361608AmericaFrontccc.jpg,Xbox Live Arcade,XB,Misc,Microsoft,Microsoft,,0,0,,0,0,2004-11-04,2018-09-25 -/games/boxart/full_2652016PALFrontccc.gif,Driving Theory Training 2009/2010 Edition,DS,Misc,Atari,Anuman Interactive,,0,,,0,0,2009-08-28, -/games/boxart/full_jungle-party_3PALFront.jpg,Jungle Party,PSP,Misc,Sony Computer Entertainment,SCEE,,0,,,0,0,2010-11-05, -/games/boxart/full_gamesaid-triple-pack_645PALFront.jpg,GamesAid: Triple Pack,PS3,Misc,Mastertronic,Various,,0,,,0,0,2010-06-25, -/games/boxart/full_2600713JapanFrontccc.jpg,Umibe de Reach! DS,DS,Misc,NCS,NCS,,0,,0,,,2008-08-28, -/games/boxart/full_5860171JapanFrontccc.jpg,Kageyama Hideo no Hanpuku Ondoku DS Eigo,DS,Misc,IE Institute,IE Institute,,0,,0,,,2008-12-04, -/games/boxart/full_9055331PALFrontccc.jpg,Ape Academy 2,PSP,Misc,Sony Computer Entertainment,Shift,6.4,0,,,0,0,2006-09-29, -/games/boxart/full_8785496JapanFrontccc.jpg,Super Auto Salon: Custom Car Contest,DS,Misc,Genterprise,Genterprise,,0,,0,,,2009-04-09, -/games/boxart/1613522ccc.jpg,LOL,DS,Misc,Agetec,Route24,,0,,,0,0,2008-05-30, -/games/boxart/full_3052256PALFrontccc.jpg,Mind. Body. Soul.: Nutrition Matters,Wii,Misc,Unknown,Devils Details,,0,,,0,0,, -/games/boxart/full_6324079AmericaFrontccc.jpg,Major Minor's Majestic March (jp sales),Wii,Misc,Majesco,NanaOn-Sha,,0,,0,,,2009-04-02, -/games/boxart/full_7472058JapanFrontccc.jpg,Rhythm de Cooking,DS,Misc,MTO,MTO,,0,,0,,,2008-11-13, -/games/boxart/full_7484124PALFrontccc.jpg,Gardening Guide: How to get Green Fingers,DS,Misc,Mindscape,Mindscape,,0,,,0,0,2009-08-14, -/games/boxart/full_7708474PALFrontccc.jpg,Flips: Enid Blyton - The Adventure Series,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2010-04-23, -/games/boxart/full_6842296PALFrontccc.jpg,Super Monkey Ball: Banana Splitz,PSV,Misc,Sega,Unknown,,0,,,0,0,2012-10-23, -/games/boxart/full_5527983AmericaFrontccc.jpg,Taito Legends,PC,Misc,Taito,Empire Oxford,,0,,,0,0,2005-11-10, -/games/boxart/full_6127339PALFrontccc.jpg,Clever Kids: Pony World,DS,Misc,Midas Interactive Entertainment,Gamerholix,,0,,,0,0,2007-11-02, -/games/boxart/full_1532529JapanFrontccc.jpg,Rekishi Adventure: Quiz San Goku Shi Tsuu DS,DS,Misc,NCS,NCS,,0,,0,,,2008-12-11, -/games/boxart/full_1127979JapanFrontccc.jpg,Habu Yoshiharu Shougi de Kitaeru: Ketsudanryoku DS,DS,Misc,Ides,Ides,,0,,0,,,2009-03-12, -/games/boxart/full_3913466JapanFrontccc.jpg,Kutsushita Nyonko: Kutsushita o Haita Neko to Kurashi Hajime Mashita,DS,Misc,D3 Publisher,D3 Publisher,,0,,0,,,2009-07-30, -/games/boxart/full_6329958PALFrontccc.jpg,Alan Hansen's Sports Challenge,Wii,Misc,Oxygen Interactive,Oxygen Interactive,,0,,,0,0,2007-12-08, -/games/boxart/full_1366234PALFrontccc.jpg,Clever Kids: Farmyard Fun,DS,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,0,,,0,0,2008-11-07, -/games/boxart/full_4321074PALFrontccc.jpg,Little Britain: The Video Game,PSP,Misc,Blast! Entertainment Ltd,Revolution Studios / Gamerholix,,0,,,0,0,2007-09-21, -/games/boxart/full_6787725JapanFrontccc.jpg,Maruhan Pachinko & Pachi-Slot Hisshou Guide Kanshuu: The Pachinko Hall,DS,Misc,Nippon Ichi Software,Nippon Ichi Software,,0,,0,,,2009-06-25, -/games/boxart/full_8683814PALFrontccc.jpg,My French Coach,Wii,Misc,Ubisoft,Sensory Sweep Studios,,0,,,0,0,2007-11-30, -/games/boxart/full_2296891AmericaFrontccc.jpg,Marvel Trading Card Game,PSP,Misc,Konami,Vicious Cycle,,0,0,,0,0,2007-02-27, -/games/boxart/full_875164AmericaFrontccc.jpg,Trivial Pursuit unhinged,PC,Misc,Atari,Artech Studios,,0,,,0,0,2004-04-28, -/games/boxart/full_198771PALFrontccc.jpg,Flips: Mr. Gum,DS,Misc,Electronic Arts,Electronic Arts,,0,,,0,0,2010-04-23, -/games/boxart/full_2256902JapanFrontccc.jpg,Slotter Up Core 11: Kyoujin no Hoshi IV,PS2,Misc,Dorart,Dorart,,0,,0,,,2009-03-26, -/games/boxart/full_3102313JapanFrontccc.jpg,Mori no Cafeteria DS: Oshare na Cafe Recipe,DS,Misc,D3 Publisher,Aspect,,0,,0,,,2008-12-04, -/games/boxart/full_5404614JapanFrontccc.gif,Yume o Kanaeru Zou,DS,Misc,Tryfirst,Tryfirst,,0,,0,,,2009-05-21, -/games/boxart/216190ccc.jpg,Muppet Pinball Mayhem,GBA,Misc,NewKidCo,Digital Eclipse,7.9,0,0,,0,0,2002-05-29, -/games/boxart/full_telly-addicts_5PALFront.jpg,Telly Addicts,PSP,Misc,Ubisoft,Route 1 Games,,0,,,0,0,2007-12-07, -/games/boxart/full_6113786PALFrontccc.jpg,Clever Kids: Dino Land,DS,Misc,Midas Interactive Entertainment,Gamerholix,,0,,,0,0,2007-11-02, -/games/boxart/full_the-kayou-generation_347JapanFront.jpg,The * Kayou Generation,DS,Misc,AQ Interactive,AQ Interactive,,0,,0,,,2009-06-18, -/games/boxart/full_1731320PALFrontccc.jpg,Bratz: Rock Angelz,PC,Misc,THQ,Blitz Games,,0,,,0,0,2005-10-12, -/games/boxart/full_9631820PALFrontccc.jpg,"Mind, Body & Soul: Spellbound 2",DS,Misc,505 Games,505 Games,,0,,,0,0,2010-03-26, -/games/boxart/full_intellivision-lives_7AmericaFront.jpg,Intellivision Lives!,DS,Misc,Virtual Play Games,Intellivision Productions Inc.,,0,0,,,,2010-09-14, -/games/boxart/full_4489536PALFrontccc.jpg,Passport to... Amsterdam,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2006-09-22,2018-09-24 -/games/boxart/4561566ccc.jpg,Battle of the Bands,Wii,Misc,THQ,Planet Moon Studios,,0,0,,0,,2008-04-21, -/games/boxart/default.jpg,adidas miCoach,X360,Misc,Land Ho,Unknown,,0,,,0,,2012-07-24, -/games/boxart/default.jpg,Wargame: Airland Battle,PC,Misc,Focus Home Interactive,Unknown,,0,,,0,0,2013-05-29, -/games/boxart/full_7821693AmericaFrontccc.jpg,World Championship Poker 2: Featuring Howard Lederer,PC,Misc,Crave Entertainment,Point of View,,0,,,0,0,2005-11-08, -/games/boxart/default.jpg,Arcade 3D,3DS,Misc,UFO Interactive,UFO Interactive,,0,0,,,0,, -/games/boxart/full_2394116JapanFrontccc.jpg,Nazo Nazo & Quiz Ittou Nyuukon Q Mate!,DS,Misc,Konami,Konami,,0,,0,,,2008-10-16, -/games/boxart/full_2193218AmericaFrontccc.jpg,Texas Hold 'Em Poker Pack,DS,Misc,Summitsoft Entertainment,Webfoot Technologies,,0,,,0,0,2005-10-25, -/games/boxart/full_7602974PALFrontccc.jpg,Circus Wii,Wii,Misc,Unknown,505 Games,,0,,,0,0,, -/games/boxart/full_4649963PALFrontccc.jpg,Top Trumps Horror & Predator,DS,Misc,Ubisoft,SO! Games Ltd,,0,,,0,0,2007-10-12, -/games/boxart/full_9482482PALFrontccc.jpg,Karaoke Party,PS2,Misc,Datel,Datel,,0,0,,0,0,2003-09-01, -/games/boxart/full_3272852PALFrontccc.jpg,Passport to... Paris,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2006-09-22,2018-09-24 -/games/boxart/full_9816332AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,3DS,Misc,Disney Interactive Studios,Unknown,,0,,,0,0,2013-08-13, -/games/boxart/default.jpg,4 in 1 Action Pack,PS3,Misc,SouthPeak Games,Unknown,,0,,,0,0,2012-05-08, -/games/boxart/full_6252659JapanFrontccc.jpg,Shiseido Beauty Solution Kaihatsu Center Kanshuu: Project Beauty,DS,Misc,Sega,Sega,,0,,0,,,2008-11-27, -/games/boxart/full_reader-rabbit-preschool_871AmericaFront.jpg,Reader Rabbit Preschool,Wii,Misc,Graffiti,Graffiti Entertainment,,0,0,,,0,2010-05-04, -/games/boxart/full_8804942PALFrontccc.jpg,Fireman Sam: Action Stations,DS,Misc,Avanquest Software,Avanquest Software,,0,,,0,0,2013-11-15,2019-05-08 -/games/boxart/9958920ccc.jpg,The Silent Hill Experience,PSP,Misc,Konami,Konami,,0,,,0,0,2006-04-06, -/games/boxart/default.jpg,Nuclear Dawn,PC,Misc,Viva Media,InterWave Studios,,0,,,0,0,2011-09-26, -/games/boxart/full_9190213PALFrontccc.jpg,Kids Pack: Open Season / Surf's Up,PSP,Misc,Ubisoft,Ubisoft,,0,,,0,0,2009-03-27, -/games/boxart/full_8266263JapanFrontccc.jpg,Mirakuru! Mimika DS,DS,Misc,Culture Brain,Culture Brain,,0,,0,,,2009-01-22, -/games/boxart/full_telly-addicts_8PALFront.jpg,Telly Addicts,PC,Misc,Focus Home Interactive,Ubisoft,,0,,,0,0,2008-02-15, -/games/boxart/full_3769605PALFrontccc.jpg,Maths Made Simple,DS,Misc,505 Games,505 Games,,0,,,0,0,2008-10-03, -/games/boxart/full_5076148PALFrontccc.jpg,Passport to... London,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2006-09-22,2018-09-24 -/games/boxart/180554ccc.jpg,Battle of the Bands,Wii,Misc,THQ,Planet Moon Studios,,0,,,0,0,2008-04-21, -/games/boxart/full_the-horror-collection_373PALFront.jpg,The Horror Collection,PC,Misc,Mastertronic,Various,,0,,,0,0,2011-11-04, -/games/boxart/full_6188678PALFrontccc.jpg,Arthur and the Revenge of Maltazard,PS3,Misc,Ubisoft,Avalanche Productions,,0,,,0,0,2010-09-24, -/games/boxart/default.jpg,Brave: The Video Game,X360,Misc,Disney Interactive Studios,Unknown,,0,,,0,0,2012-06-19, -/games/boxart/full_family-quiz_900PALFront.jpg,Family Quiz,Wii,Misc,7G//AMES,Funbox Media,,0,,,0,0,2010-12-17, -/games/boxart/full_5293986AmericaFrontccc.jpg,Dream Pinball 3D,PC,Misc,SouthPeak Interactive,A.S.K. Homework,,0,,,0,0,2008-02-12, -/games/boxart/full_7902984AmericaFrontccc.jpg,Nightfall Mysteries: Curse of the Opera,PC,Puzzle,Mastertronic,Vast Studios,,0,,,0,0,2010-11-12,2019-05-04 -/games/boxart/full_9344969AmericaFrontccc.jpg,Mystery Case Files: Ravenhearst,DS,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,,2007-06-26,2019-05-04 -/games/boxart/full_casual-classics_363PALFront.jpg,Casual Classics,DS,Puzzle,Unknown,Media Sales & Licensing,,0,,,0,,2010-12-03, -/games/boxart/default.jpg,The Clockwork Man,PC,Puzzle,Unknown,Total Eclipse,,0,,,0,0,2011-08-10, -/games/boxart/full_4333663PALFrontccc.jpg,Bliss Island,PSP,Puzzle,Codemasters,PomPom Games,,0,,,0,0,2006-12-08, -/games/boxart/full_4109210PALFrontccc.jpg,Jig-a-Pix: Love is...,DS,Puzzle,Zushi Games,Zushi Games,,0,,,0,,2010-02-05, -/games/boxart/full_2998242PALFrontccc.jpg,"Mind, Body & Soul: Blend It!",DS,Puzzle,505 Games,Crush Digital,,0,,,0,,2010-04-23, -/games/boxart/full_6354524AmericaFrontccc.jpg,We Sing 80s,Wii,Music,Nordic Games,Le Cortex,,0,,,0,0,2013-02-08,2018-04-07 -/games/boxart/default.jpg,We Sing Down Under,Wii,Misc,Nordic Games,Le Cortex,,0,,,0,0,2011-03-31, -/games/boxart/full_9370117PALFrontccc.jpg,Mind. Body. Soul.: Nutrition Matters,DS,Misc,Unknown,MileStone Inc.,,0,,,0,0,, -/games/boxart/1377979ccc.jpg,UNO / Skip-Bo,GBA,Misc,DSI Games,Black Lantern Studios,,0,0,,0,,2006-10-02, -/games/boxart/full_6613589AmericaFrontccc.jpg,Majesco's Rec Room Challenge,GBA,Misc,Majesco,Skyworks Technologies,,0,0,,0,,2005-10-12, -/games/boxart/full_beat-sketcher_136AmericaFront.jpg,Beat Sketcher,PSN,Misc,Sony Computer Entertainment,"Will Co., Ltd. Noisycroak",,0,,0,,,2010-11-23, -/games/boxart/default.jpg,My Baby and Me,Wii,Misc,Unknown,,,0,,,0,,, -/games/boxart/full_5310170AmericaFrontccc.jpg,Looney Tunes Double Pack: Dizzy Driving / Acme Antics,GBA,Misc,Majesco,Warner Bros. Interactive Entertainment,,0,0,,,,2005-10-01, -/games/boxart/full_2364563AmericaFrontccc.jpg,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,GBA,Misc,Acclaim Entertainment,Powerhead Games,,0,0,,,,2002-10-28, -/games/boxart/full_1144644PALFrontccc.jpg,My Spanish Coach Level 2: Intermediate,DS,Misc,Ubisoft,Ubisoft,,0,,,0,0,2007-11-23, -/games/boxart/full_5211150PALFrontccc.jpg,Everything's Rosie,DS,Misc,Avanquest Software,Avanquest Software,,0,,,0,0,2013-01-25,2019-05-08 -/games/boxart/full_8726509PALFrontccc.jpg,Maestro! Jump in Music,DS,Misc,Neko Entertainment,Pasta Games!,,0,,,0,0,2009-11-30, -/games/boxart/full_9650162AmericaFrontccc.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",PC,Misc,THQ,"AWE Productions, Inc.",,0,,,0,0,2005-10-19, -/games/boxart/full_546854AmericaFrontccc.jpg,Rabbids Invasion: The Interactive TV Show,X360,Misc,Ubisoft,Ubisoft Paris,,0,,,0,0,2014-11-18,2019-01-03 -/games/boxart/full_8778588PALFrontccc.jpg,Scene It? Twilight,PC,Misc,Konami,Artificial Mind and Movement,,0,,,0,0,2010-03-19, -/games/boxart/default.jpg,Mega Minis Volume 1,PSP,Misc,Sony Computer Entertainment,Various,,0,,,0,,2011-04-29, -/games/boxart/full_6163034PALFrontccc.jpg,Ninja Captains,Wii,Misc,Nordcurrent,In-house,,0,,,0,0,2009-10-16, -/games/boxart/default.jpg,Sea Legends: Phantasmal Light,PC,Misc,Big Fish Games,Unknown,,0,,,0,0,2012-01-16, -/games/boxart/full_4944450PALFrontccc.jpg,New Touch Party Game,DS,Misc,505 Games,ASK Corporation,,0,,,0,0,2007-09-21, -/games/boxart/default.jpg,Secrets of the Titanic,PC,Misc,Avanquest Software,Unknown,,0,,,0,0,2012-03-09, -/games/boxart/full_346560AmericaFrontccc.jpg,Nintendo DS Browser,DS,Misc,Nintendo,Opera,,0,0,,0,0,2007-06-04, -/games/boxart/full_angel-cat-sugar_467PALFront.jpg,Angel Cat Sugar,PC,Misc,Rising Star,Rising Star Games,,0,,,0,,2009-10-16, -/games/boxart/full_6046887AmericaFrontccc.jpeg,NES Remix Pack,WiiU,Misc,Nintendo,Nintendo,,0,0,,,0,2014-12-05,2018-08-28 -/games/boxart/default.jpg,Evangelion Shin Gekijoban: 3nd Impact,PSP,Misc,Namco Bandai Games,Unknown,,0,,0,,,2011-09-29, -/games/boxart/full_6095420AmericaFrontccc.jpg,Leisure Suit Larry Collection,PC,Misc,VU Games,Sierra Entertainment,,0,,,0,,2006-09-15, -/games/boxart/full_1762102AmericaFrontccc.jpg,Hollywood: The Directors Cut,PC,Puzzle,HdO Adventure,Mastertronic,,0,,,0,0,2012-02-03,2019-05-03 -/games/boxart/full_3482477PALFrontccc.jpg,1001 Crosswords,DS,Puzzle,Mastertronic,Mastertronic,,0,,,0,0,2012-11-02,2019-05-08 -/games/boxart/full_464846PALFrontccc.jpg,The Times Crossword Challenge,DS,Puzzle,Atari,Sanuk Games,,0,,,0,0,2009-02-06, -/games/boxart/full_eggheads_919PALFront.jpg,Eggheads,DS,Puzzle,Avanquest,Avanquest Software,,0,,,0,0,2011-12-16, -/games/boxart/full_hidden-photo_9PALFront.jpg,Hidden Photo,DS,Puzzle,PQube,PQube,,0,,,0,0,2011-03-11, -/games/boxart/full_8503687PALFrontccc.jpg,echoshift,PSP,Puzzle,Sony Computer Entertainment,JAPAN Studio / Artoon,7.5,0,,,0,0,2010-02-24,2018-09-17 -/games/boxart/full_9947570PALFrontccc.jpg,Top Trumps: Dogs & Dinosaurs,DS,Puzzle,Ubisoft,Sogoplay,,0,,,0,0,2007-10-12, -/games/boxart/full_tumblebugs-2_240AmericaFront.jpg,Tumblebugs 2,PC,Puzzle,Mumbo Jumbo,Wildfire Studios,,0,0,,,0,2008-10-21, -/games/boxart/full_8980627JapanFrontccc.jpg,Qix++,PSP,Puzzle,Taito,Taito Corporation,,0,,0,,,2010-02-25, -/games/boxart/default.jpg,Unsolved Mystery Club: Ancient Astronauts,PC,Puzzle,Freeze Tag,Freeze Tag,,0,,,0,0,2011-07-17, -/games/boxart/full_6258701AmericaFrontccc.jpg,Jig-A-Pix: Wonderful World,DS,Puzzle,Zushi Games,Zushi Games Ltd,,0,,,0,0,2009-11-20, -/games/boxart/full_5162011AmericaFrontccc.jpg,Mahjong Mysteries: Ancient Egypt,DS,Puzzle,Avanquest Software,Destineer,,0,,,0,0,2010-06-25,2019-05-03 -/games/boxart/full_pang-magical-michael_4PALFront.jpg,Pang: Magical Michael,DS,Puzzle,Rising Star,Rising Star Games,,0,,,0,0,2010-09-24, -/games/boxart/full_8482394AmericaFrontccc.jpg,Art of Murder: Hunt for the Puppeteer,PC,Puzzle,City Interactive,City Interactive,,0,,,0,0,2009-02-17, -/games/boxart/full_5543620PALFrontccc.jpg,Zendoku,PSP,Puzzle,Eidos Interactive,Zoonami Ltd.,,0,,,0,0,2007-04-20, -/games/boxart/full_1959599AmericaFrontccc.jpg,Amazing Adventures: The Lost Tomb,PC,Puzzle,PopCap Games,SpinTop Games,,0,,,0,0,2007-11-05,2019-05-03 -/games/boxart/full_9669923AmericaFrontccc.jpg,I Spy Challenger!,GBA,Puzzle,Scholastic Inc.,Black Hammer Game,,0,0,,0,0,2002-10-09, -/games/boxart/full_9826110AmericaFrontccc.jpg,Royal Detective 2: The Lord Of Statues,PC,Puzzle,Big Fish Games,Black Lime Games,,0,,,0,0,2015-05-08,2018-09-22 -/games/boxart/full_1494540AmericaFrontccc.jpg,Puzzle Quest: Galactrix,PC,Puzzle,D3 Publisher,Infinite Interactive,,0,,,0,0,2009-02-24, -/games/boxart/full_9302051PALFrontccc.jpg,Brain Challenge Deluxe,PS3,Puzzle,Ubisoft,Gameloft,,0,,,0,0,2009-03-03, -/games/boxart/full_6073257PALFrontccc.jpg,Pic Pic,DS,Puzzle,505 Games,Success,,0,,,0,0,2008-02-08, -/games/boxart/full_the-magicians-handbook-cursed-valley_637AmericaFront.jpg,The Magician's Handbook: Cursed Valley,PC,Puzzle,Unknown,BCI Software,,0,,,0,0,2007-06-28, -/games/boxart/full_5881410PALFrontccc.png,9 Clues 2: The Ward,PC,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi,,0,,,0,0,2015-07-23,2018-09-22 -/games/boxart/full_2971371JapanFrontccc.jpg,Puzzle & Dragons: Super Mario Bros. Edition,3DS,Puzzle,Nintendo,GungHo Online Entertainment,,0,,,0,0,2015-05-22,2018-07-17 -/games/boxart/full_4403135AmericaFrontccc.jpg,Rhythm Heaven Fever,Wii,Music,Nintendo,Nintendo,,0,,,0,0,2012-02-13,2019-05-01 -/games/boxart/full_8230851AmericaFrontccc.jpg,Deemo: The Last Recital,NS,Music,PM Studios,Rayark Inc.,,0,,0,,,2019-01-29,2018-11-07 -/games/boxart/full_3069960PALFrontccc.jpg,Kylie Sing and Dance,Wii,Music,Koch Media,Unknown,,0,,,0,0,2012-12-07,2018-04-07 -/games/boxart/full_2075797AmericaFrontccc.jpg,The Hip Hop Dance Experience,Wii,Music,Ubisoft,iNiS,,0,,,0,0,2012-11-13,2019-05-02 -/games/boxart/full_7643575AmericaFrontccc.jpg,SUPERBEAT: XONiC,PSV,Music,PM Studios,Nurijoy,,0,,,0,0,2015-11-10,2018-09-20 -/games/boxart/full_5653399PALFrontccc.jpg,Andrew Lloyd Webber Musicals: Sing and Dance,Wii,Music,Koch Media,Tubby Games,,0,,,0,0,2012-11-09,2019-05-08 -/games/boxart/full_5554581AmericaFrontccc.jpg,Disney Violetta: Rhythm & Music,3DS,Music,Disney Interactive Studios,Little Orbit,,0,,,0,0,2014-09-26,2018-04-07 -/games/boxart/full_419586AmericaFrontccc.jpg,The Voice,Wii,Music,Activision,Zoe Mode,,0,,,0,0,2014-10-21,2018-03-16 -/games/boxart/full_5716598PALFrontccc.jpg,Knockout Party,Wii,Puzzle,Ubisoft,Ubisoft,,0,,,0,0,2009-11-06, -/games/boxart/full_real-crimes-jack-the-ripper_471PALFront.jpg,Real Crimes: Jack the Ripper,PC,Puzzle,Virtual Playground,Virtual Playground,,0,,,0,0,2010-01-01, -/games/boxart/full_1079166JapanFrontccc.jpg,Simple DS Series Vol. 44: The Gal Mahjong,DS,Puzzle,D3 Publisher,"Affect Co., Ltd.",,0,,0,,,2008-09-25, -/games/boxart/5020169ccc.jpg,Super Bubble Pop,GBA,Puzzle,Jaleco,Runecraft,,0,0,,0,0,2003-01-03, -/games/boxart/full_8493194PALFrontccc.jpg,Crazy Machines 2,DS,Puzzle,DTP Entertainment,FAKT Software GmBH,,0,,,0,0,2009-10-16, -/games/boxart/full_3424551AmericaFrontccc.jpg,7 Wonders II,PC,Puzzle,Mumbo Jumbo,Hot Lava Games,,0,,,0,0,2007-08-14, -/games/boxart/full_9673927AmericaFrontccc.jpg,Jelly Belly: Ballistic Beans,DS,Puzzle,Zoo Digital Publishing,Blue Monkey Studios,,0,,,0,0,2009-04-21, -/games/boxart/full_chronicles-of-mystery-the-tree-of-life_4AmericaFront.jpg,Chronicles of Mystery: The Tree of Life,PC,Puzzle,City Interactive,City Interactive,,0,,,0,0,2009-12-10, -/games/boxart/full_jewel-time-deluxe_75PALFront.jpg,Jewel Time Deluxe,PC,Puzzle,O-Games,O Games,,0,,,0,0,2011-06-17, -/games/boxart/full_youda-farmer_3PALFront.jpg,Youda Farmer,DS,Puzzle,Foreign Media Games,Youda Games,,0,,,0,0,2010-10-12, -/games/boxart/full_call-of-atlantis_829PALFront.jpg,Call of Atlantis,DS,Puzzle,Unknown,Foreign Media Games,,0,,,0,0,2020-12-31, -/games/boxart/full_4884315JapanFrontccc.jpg,Sekai Fushigi Hakken DS: Densetsu no Hitoshi-kun Ningyou o Sagase,DS,Puzzle,FuRyu Corporation,FuRyu Corporation,,0,,0,,,2009-08-06, -/games/boxart/full_5043463AmericaFrontccc.jpg,Slingo Quest,DS,Puzzle,Mumbo Jumbo,Mac Play,,0,0,,,,2008-12-12, -/games/boxart/full_3600651AmericaFrontccc.jpg,Tetris Ultimate,PSV,Puzzle,Ubisoft,Ubisoft Montreal,,0,,,0,0,2015-06-04,2018-07-29 -/games/boxart/full_3605030AmericaFrontccc.jpg,Mystic Legacy: The Great Ring,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 -/games/boxart/full_9115920PALFrontccc.jpg,Paint by DS,DS,Puzzle,Mercury Games,Ertain,,0,,,0,0,2008-02-22, -/games/boxart/full_4791201AmericaFrontccc.jpg,Toki Tori 2+,PS4,Puzzle,Soedesco,Two Tribes,,0,,,0,0,2016-06-07,2018-09-21 -/games/boxart/full_9532023AmericaFrontccc.jpg,Luxor: The King's Collection,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,0,,,0,0,2008-05-06, -/games/boxart/5441925ccc.jpg,Mortimer Beckett and the Secrets of Spooky Manor,PC,Puzzle,Mumbo Jumbo,Paprikari,,0,,,0,0,2008-02-19, -/games/boxart/full_1648989PALFrontccc.jpg,Artifacts of the Past Ancient Mysteries,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2015-05-08,2018-09-22 -/games/boxart/full_9686372AmericaFrontccc.png,Puzzle Kingdoms,PC,Puzzle,Zoo Digital Publishing,Infinite Interactive,,0,,,0,0,2009-04-16, -/games/boxart/full_6558465AmericaFrontccc.png,Grim Legends: The Forsaken Bride,PC,Puzzle,Avanquest Software,Artifex Mundi,,0,,,0,0,2015-03-20,2018-09-22 -/games/boxart/default.jpg,The Hidden Mystery Collectives: Mystic Diary 1 & 2,PC,Puzzle,Unknown,Big Fish Games,,0,,,0,0,2011-08-05, -/games/boxart/full_4756738AmericaFrontccc.jpg,Mystery P.I.: The Lottery Ticket,PC,Puzzle,PopCap Games,SpinTop Games,,0,,,0,0,2007-07-18, -/games/boxart/full_188368PALFrontccc.jpg,Jewel Link Double Pack: Atlantic Quest / Galactic Quest,DS,Puzzle,Avanquest Software,Avanquest Software,,0,,,0,0,2014-05-30,2019-05-08 -/games/boxart/full_2558624PALFrontccc.jpg,Reveries: Seelenfänger,PC,Puzzle,Rondomedia,ERS G-Studio,,0,,,0,0,2015-10-07,2018-09-22 -/games/boxart/full_7452256AmericaFrontccc.jpg,Margot's Bepuzzled!,DS,Puzzle,Zushi Games,puzzle.tv,,0,,,0,0,2009-10-23, -/games/boxart/full_3357263AmericaFrontccc.jpg,Nightmares from the Deep: Davy Jones,PC,Puzzle,Viva Media,Artifex Mundi,,0,,,0,0,2014-06-17,2018-12-01 -/games/boxart/full_hidden-mysteries-royal-family-secrets_253AmericaFront.jpg,Hidden Mysteries: Royal Family Secrets,PC,Puzzle,GameMill,GameMill Publishing,,0,,,0,0,2011-08-09, -/games/boxart/full_9880718PALFrontccc.jpg,Aqua Panic!,Wii,Puzzle,Neko Entertainment,EKO System,,0,,,0,0,2009-05-29, -/games/boxart/full_margots-bepuzzled_5PALFront.jpg,Margot's Bepuzzled!,Wii,Puzzle,Zushi Games,puzzle.tv,,0,,,0,0,2009-11-06, -/games/boxart/full_1575685PALFrontccc.jpg,Jewel Adventures,DS,Puzzle,Enjoy Gaming ltd.,7 Raven Studios Co. Ltd.,,0,,,0,,2013-09-05,2019-05-08 -/games/boxart/full_nightfall-mysteries-asylum-conspiracy_949PALFront.jpg,Nightfall Mysteries: Asylum Conspiracy,PC,Puzzle,eGames,Vast Studios,,0,,,0,0,2011-12-31, -/games/boxart/full_456010PALFrontccc.jpg,Buzz! Brain Bender,PSP,Puzzle,Sony Computer Entertainment,Relentless Software,6.5,0,,,0,0,2008-11-28, -/games/boxart/full_9447773AmericaFrontccc.jpg,Doctor Fizzwizzle's Animal Rescue,Wii,Puzzle,Conspiracy Entertainment,Replay Games,,0,0,,,0,2009-10-27, -/games/boxart/full_7636125PALFrontccc.jpg,Bluebeard's Castle,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 -/games/boxart/full_7539022AmericaFrontccc.jpg,Bookworm Adventures Deluxe,PC,Puzzle,PopCap Games,PopCap,,0,,,0,0,2006-12-14, -/games/boxart/full_9831511PALFrontccc.jpg,Final Cut: Death on the Silver Screen,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2014-11-28,2018-09-22 -/games/boxart/full_6667551AmericaFrontccc.jpg,Ben 10 Omniverse,DS,Action,D3Publisher,D3 Publisher,,0,,,0,,2012-11-03,2019-05-01 -/games/boxart/full_9131688AmericaFrontccc.jpg,Zero Time Dilemma,PSV,Action,Spike Chunsoft,Unknown,,0,,,0,0,2016-06-30, -/games/boxart/full_jewel-quest-mysteries-2-trail-of-the-midnight-heart_417AmericaFront.jpg,Jewel Quest Mysteries 2: Trail of the Midnight Heart,PC,Puzzle,iWin,Licensed 4U,,0,,,0,0,2010-01-12, -/games/boxart/460770ccc.jpg,Boulder Dash EX,GBA,Puzzle,Kemco,Vision Works,7.7,0,0,,0,0,2002-09-16, -/games/boxart/full_magic-ball-4_457PALFront.jpg,Magic Ball 4,PC,Puzzle,PlayV,Dream Dale,,0,,,0,0,2011-09-02, -/games/boxart/full_challenge-me-brain-puzzles-2_7AmericaFront.jpg,Challenge Me: Brain Puzzles 2,PC,Puzzle,O-Games,O Games,,0,,,0,0,2010-10-26, -/games/boxart/full_4398546AmericaFrontccc.jpg,Angry Birds: Star Wars,PC,Puzzle,Rovio Mobile,Exient Entertainment,,0,,,0,0,2012-11-08,2018-03-16 -/games/boxart/full_2450439PALFrontccc.jpg,Lara Gates: The Lost Talisman,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2014-11-19,2018-09-22 -/games/boxart/full_9587992JapanFrontccc.jpg,The Mahjong,NS,Puzzle,D3Publisher,D3Publisher,,0,,0,,,2018-06-23,2018-08-07 -/games/boxart/full_8272056PALFrontccc.jpg,Jewel Link: Galactic Quest,DS,Puzzle,Avanquest Software,Avanquest Software,,0,,,0,0,2012-09-07,2019-05-08 -/games/boxart/full_4616592AmericaFrontccc.jpg,Rampage Puzzle Attack,GBA,Puzzle,Midway Games,Ninai Games,,0,0,,0,0,2001-11-29, -/games/boxart/full_3246937JapanFrontccc.jpg,The World of Golden Eggs: Nori Nori Uta Dekichatte Kei,DS,Puzzle,AQ Interactive,AQ Interactive,,0,,0,,,2009-02-19, -/games/boxart/full_2689225AmericaFrontccc.jpg,Roogoo,PC,Puzzle,SouthPeak Interactive,SpiderMonk Ent.,,0,,,0,0,2008-06-30, -/games/boxart/full_cradle-double-pack_130PALFront.jpg,Cradle Double Pack,DS,Puzzle,Rising Star,cerasus.media GmbH,,0,,,0,0,2011-04-28, -/games/boxart/full_6683843JapanFrontccc.jpg,Tetris: The Grand Master Ace,X360,Puzzle,AQ Interactive,Arika,,0,,0,,,2005-12-10, -/games/boxart/5726070ccc.jpg,Egg Mania,GBA,Puzzle,Kemco,HotGen Studios,7.3,0,0,,0,0,2002-09-16, -/games/boxart/full_300659PALFrontccc.jpg,The Sun Crossword Challenge,DS,Puzzle,Atari,Sanuk Games,,0,,,0,0,2008-04-18, -/games/boxart/full_mysterious-adventures-in-the-caribbean_940PALFront.jpg,Mysterious Adventures in the Caribbean,DS,Puzzle,Unknown,Licensed 4U,,0,,,0,0,2010-11-26, -/games/boxart/full_5153139AmericaFrontccc.png,Jewel Quest The Sapphire Dragon,3DS,Puzzle,Tulip Games,Engine Software,,0,,,0,0,2015-01-29,2019-05-02 -/games/boxart/full_mystery-masterpiece-the-moonstone_747AmericaFront.jpg,Mystery Masterpiece: The Moonstone,PC,Puzzle,Big Fish Games,Big Fish Games,,0,,,0,0,2009-08-01, -/games/boxart/full_8696769AmericaFrontccc.jpg,The Great Unknown: Houdini's Castle,PC,Puzzle,Big Fish Games,Black Lime Games,,0,,,0,0,2014-11-19,2018-09-22 -/games/boxart/full_7432973PALFrontccc.jpg,Sable Maze: Sullivan River,PC,Puzzle,Focus Multimedia,Big Fish Games,,0,,,0,0,2015-02-25,2018-09-22 -/games/boxart/full_fishdom_858AmericaFront.jpg,Fishdom,PC,Puzzle,Unknown,Playrix Entertainment,,0,,,0,0,2008-06-21, -/games/boxart/full_1481504JapanFrontccc.jpg,Minna no Oekaki Yasan,DS,Puzzle,Taito,Taito Corporation,,0,,0,,,2009-07-02, -/games/boxart/full_126514AmericaFrontccc.jpg,Space Bust-A-Move (JP sales),DS,Puzzle,Square Enix,Taito Corporation,,0,,0,,,2009-07-28,2019-05-08 -/games/boxart/full_8698970JapanFrontccc.jpg,Kotoba no Puzzle: Mojipittan Wii Deluxe,Wii,Puzzle,Namco Bandai,Namco Bandai Games,,0,,0,,,2008-11-27, -/games/boxart/6600041ccc.jpg,X2: The Threat,PC,Simulation,Enlight,Egosoft,,0,,,0,0,2003-12-02, -/games/boxart/full_the-sims-3-pets_506AmericaFront.jpg,The Sims 3: Pets,3DS,Simulation,Electronic Arts,The Sims Studio,,0,0,,0,0,2011-10-18, -/games/boxart/full_7567769AmericaFrontccc.jpg,Cookie Shop,DS,Simulation,Nobilis,TDK Core,,0,,,0,,2009-02-27, -/games/boxart/full_the-sims-3-create-a-sim_3PALFront.jpg,The Sims 3: Create-A-Sim,PC,Simulation,Electronic Arts,Maxis,,0,,,0,0,2010-03-26, -/games/boxart/7909528ccc.jpg,Sid Meier's SimGolf,PC,Simulation,Electronic Arts,"Firaxis, Maxis",,0,,,0,0,2002-01-23, -/games/boxart/full_829355PALFrontccc.jpg,EyePet Adventures,PSP,Simulation,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2011-11-11,2018-12-03 -/games/boxart/full_8088297PALFrontccc.jpg,Konami Double Pack: Metal Gear Solid Portable Ops / Coded Arms,PSP,Action,Konami,Konami,,0,,,0,0,2009-04-09, -/games/boxart/full_4113682PALFrontccc.jpg,Buffy the Vampire Slayer: Sacrifice,DS,Action,505 Games,Beast,,0,,,0,0,2009-02-13, -/games/boxart/full_542010PALFrontccc.jpg,Aces of War,PSP,Simulation,505 Games,Taito Corporation,,0,,,0,0,2007-03-23, -/games/boxart/full_8293341AmericaFrontccc.jpg,Sea Dogs,PC,Simulation,Bethesda Softworks,Akella,,0,,,0,0,2000-11-24, -/games/boxart/5709635ccc.jpg,SimFarm,PC,Simulation,Maxis,Maxis Software,,0,,,0,0,1993-01-01, -/games/boxart/5315062ccc.jpg,Beauty Factory,PC,Simulation,iWin,City Interactive,,0,,,0,0,2007-10-31, -/games/boxart/full_wildlife-park-2_996AmericaFront.jpg,Wildlife Park 2,PC,Simulation,Deep Silver,B.Alive,,0,,,0,,2006-07-17, -/games/boxart/full_35751PALFrontccc.jpg,City Life DS,DS,Simulation,Ubisoft,Ubisoft,,0,,,0,0,2009-08-07, -/games/boxart/full_simtower_637AmericaFront.jpg,SimTower,PC,Simulation,Maxis,Open Book,,0,,,0,0,1994-01-01, -/games/boxart/full_cake-mania-main-street_40PALFront.jpg,Cake Mania: Main Street,PC,Simulation,Sandlot Games,Sandlot Games,,0,,,0,0,2009-10-07, -/games/boxart/6856264ccc.jpg,The Suffering,PC,Action,Encore,Surreal Software,,0,,,0,0,2004-06-08, -/games/boxart/full_4428962AmericaFrontccc.jpg,Dino Crisis 2,PC,Action,Capcom,Capcom Production Studio 4,,0,,,0,0,2002-08-20, -/games/boxart/full_5690946AmericaFrontccc.jpg,Manhunt,PC,Action,Rockstar Games,Rockstar North,,0,,,0,0,2004-04-20, -/games/boxart/630350ccc.jpg,Oni,PC,Action,Gathering of Developers,Bungie West,,0,,,0,0,2001-01-28,2018-10-11 -/games/boxart/5865943ccc.jpg,Blazing Angels 2: Secret Missions of WWII,PC,Simulation,Ubisoft,Ubisoft Romania,,0,,,0,0,2007-09-21, -/games/boxart/full_hospital-giant_4PALFront.jpg,Hospital Giant,DS,Simulation,Unknown,SouthPeak Games,,0,,,0,0,, -/games/boxart/full_trainz-railwayz_71AmericaFront.jpg,Trainz Railwayz,PC,Simulation,Merscom LLC,Auran Games,,0,,,0,,2007-10-22, -/games/boxart/full_7063157AmericaFrontccc.jpg,Crimson Skies,PC,Simulation,Microsoft,Zipper Interactive,,0,,,0,0,2000-09-17, -/games/boxart/full_6571916AmericaFrontccc.jpg,X-Blades,PC,Action,SouthPeak Interactive,Gaijin Entertainment,6.4,0,,,0,,2009-02-10, -/games/boxart/9111548ccc.jpg,Daredevil,GBA,Action,Encore,Griptonite Games,5.3,0,0,,0,,2003-02-02, -/games/boxart/full_9276749AmericaFrontccc.jpg,Silent Hill: Homecoming,PC,Action,Konami,Double Helix Games,,0,,,0,0,2008-11-06, -/games/boxart/full_2266748AmericaFrontccc.jpg,Hulk,PC,Action,Universal Interactive,Radical Entertainment,,0,,,0,,2003-05-27, -/games/boxart/full_5885651PALFrontccc.jpg,Of Orcs and Men,X360,Action,Focus Home Interactive,Cyanide Studio,,0,,,0,,2012-10-11,2019-01-02 -/games/boxart/full_elebits-the-adventures-of-kai-and-zero_911AmericaFront.jpg,Elebits: The Adventures of Kai and Zero,DS,Action,Konami,Konami,7.4,0,0,,,,2009-01-06, -/games/boxart/full_2848967PALFrontccc.jpg,Shinobido: Tales of the Ninja,PSP,Action,Sony Computer Entertainment,Acquire,,0,,,0,,2007-02-09, -/games/boxart/8894329ccc.jpg,Resident Evil 3: Nemesis,PC,Action,Capcom,Capcom,7.3,0,,,0,0,2001-04-16, -/games/boxart/full_7299394AmericaFrontccc.jpg,Monster High 13 Wishes,DS,Action,Little Orbit,Little Orbit,,0,,,0,,2013-10-29, -/games/boxart/full_4897704AmericaFrontccc.jpg,Naughty Bear: Double Trouble,PS3,Action,505 Games,Behaviour Interactive Inc.,,0,,,0,0,2012-10-23,2019-01-02 -/games/boxart/3323683ccc.jpg,A Sound of Thunder,GBA,Action,BAM! Entertainment,Rockstar Leeds,6.8,0,0,,0,,2005-02-01, -/games/boxart/full_gremlins-stripe-vs-gizmo_2AmericaFront.jpg,Gremlins: Stripe vs Gizmo,GBA,Action,DreamCatcher Interactive,Magic Pockets,,0,0,,0,,2002-11-27, -/games/boxart/full_samurai-warriors-3-xtreme-legends_742JapanFront.jpg,Samurai Warriors 3: Xtreme Legends,Wii,Action,Tecmo Koei,Omega Force,,0,,0,,,2011-02-10, -/games/boxart/8557939ccc.jpg,Unfabulous,GBA,Action,THQ,THQ,,0,0,,0,,2006-10-02, -/games/boxart/full_2575970JapanFrontccc.jpg,Fushigi no Chronicle: Furikaerimasen Katsu Madewa,PS4,Action,Spike Chunsoft,Spike Chunsoft,,0,,0,,,2015-07-30,2018-09-21 -/games/boxart/full_fix-it-home-improvement-challenge_921AmericaFront.jpg,Fix it: Home improvement challenge,Wii,Action,SouthPeak Interactive,Freedom Factory Studios,,0,,,0,0,2011-11-08, -/games/boxart/full_7899263PALFrontccc.jpg,Assassin's Creed II: Complete Edition,X360,Action,Ubisoft,Ubisoft Montreal,,0,,,0,0,2010-06-04, -/games/boxart/full_9820735AmericaFrontccc.jpg,Jak & Daxter Collection,PSV,Action,Sony Computer Entertainment,Mass Media,,0,,,0,0,2012-06-18,2018-01-09 -/games/boxart/1489268ccc.jpg,Digimon World Championship,DS,Action,Namco Bandai,epics,,0,0,,,,2008-08-26, -/games/boxart/default.jpg,Ubisoft Action Adventure Collection,PC,Action,Unknown,Ubisoft,,0,,,0,,, -/games/boxart/8479180ccc.jpg,Army Men: Operation Green,GBA,Action,3DO,Pocket Studios,6.2,0,0,,0,,2001-12-02, -/games/boxart/full_5888161AmericaFrontccc.jpg,The Matrix: Path of Neo,PC,Action,Atari,Shiny Entertainment,6.6,0,,,0,,2005-11-07, -/games/boxart/full_5489679AmericaFrontccc.jpg,Velocity 2X,PSV,Action,Futurlab 1,FuturLab,,0,,,0,0,2014-09-02,2018-09-21 -/games/boxart/full_7131753AmericaFrontccc.jpg,Reservoir Dogs,PC,Action,Eidos Interactive,Volatile Games,5.6,0,,,0,,2006-10-24, -/games/boxart/2634953ccc.gif,SpongeBob: Yellow Avenger,PSP,Action,Unknown,Unknown,,0,,,0,0,, -/games/boxart/full_378680PALFrontccc.jpg,Cannon Fodder 3,PC,Action,Game Factory Interactive,Burut Software,,0,,,0,0,2012-08-06,2018-09-22 -/games/boxart/full_8808486AmericaFrontccc.jpg,Resident Evil 5: Gold Edition,PS3,Action,Capcom,Capcom,9.1,0,,,0,0,2010-03-09, -/games/boxart/full_947635JapanFrontccc.jpg,Zettai Meikyuu: Himitsu no Oya Yubi Hime,PSV,Action,Views,Unknown,,0,,0,,,2015-07-30, -/games/boxart/full_4354315AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,PC,Action,Ubisoft,Ubisoft Montreal,,0,,,0,0,2005-03-28, -/games/boxart/default.jpg,Toy Story 3: The Video Game,PC,Action,Disney Interactive Studios,Avalanche Software,,0,,,0,0,2010-06-15, -/games/boxart/full_421729AmericaFrontccc.jpg,Strawberry Shortcake Sweet Dreams,GBA,Action,Majesco,Gorilla Games,,0,0,,0,0,2006-09-25, -/games/boxart/full_2388414JapanFrontccc.jpg,Natsumegu,PSV,Action,Unknown,Unknown,,0,,0,,,2015-07-30, -/games/boxart/full_8560882AmericaFrontccc.jpg,Army Men,PC,Action,3DO,3DO,,0,,,0,0,1998-04-30, -/games/boxart/full_2772248AmericaFrontccc.jpg,Grand Theft Auto,PC,Action,ASC Games,DMA Design,6.4,0,,,0,0,1998-03-24, -/games/boxart/3886ccc.jpg,Tang Tang,GBA,Action,Take-Two Interactive,Take-Two Interactive,,0,0,,0,0,2001-08-28, -/games/boxart/full_2582666PALFrontccc.jpg,Rise of the Guardians: The Video Game,Wii,Action,D3Publisher,Unknown,,0,,,0,0,2012-11-20, -/games/boxart/full_fix-it-home-improvement-challenge_678AmericaFront.jpg,Fix It: Home Improvement Challenge,DS,Action,SouthPeak Interactive,Freedom Factory Studios,,0,,,0,0,2011-11-29, -/games/boxart/full_5870936AmericaFrontccc.jpg,Young Justice: Legacy,WiiU,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,0,,,0,0,2013-11-19,2018-11-24 -/games/boxart/full_9528633AmericaFrontccc.jpg,Gladiator: Sword of Vengeance,PC,Action,Acclaim Entertainment,Acclaim Entertainment,,0,,,0,0,2003-11-18, -/games/boxart/full_red-dead-redemption-game-of-the-year-edition_4AmericaFront.jpg,Red Dead Redemption: Game of the Year Edition,X360,Action,Rockstar Games,Rockstar San Diego,,0,,,0,0,2011-10-11, -/games/boxart/full_316046JapanFrontccc.jpg,Simple DS Series Vol. 46: The Hikyou Tankentai: Choutoko Special,DS,Action,D3 Publisher,Japan Art Media,,0,,0,,,2009-02-19, -/games/boxart/full_6430460AmericaFrontccc.jpg,Forgotten Realms: Demon Stone,PC,Action,Atari,Stormfront Studios,,0,,,0,0,2004-12-09, -/games/boxart/6231676ccc.jpg,Cubix Robots for Everyone: Showdown,GC,Action,3DO,Blitz Games,,0,0,,0,0,2003-06-02, -/games/boxart/full_8285751AmericaFrontccc.jpg,Project Eden,PC,Action,Eidos Interactive,Core Design Ltd.,,0,,,0,0,2001-10-08, -/games/boxart/full_3450600AmericaFrontccc.jpg,True Crime: New York City,PC,Action,Aspyr,Luxoflux,,0,0,,,0,2006-03-24, -/games/boxart/full_6097054PALFrontccc.jpg,Oktoberfest,DS,Action,Zushi Games,Zushi Games Ltd,,0,,,0,0,2009-09-04, -/games/boxart/full_8213695AmericaFrontccc.jpg,Valhalla Hills: Definitive Edition,XOne,Strategy,Kalypso Media,Daedalic Entertainment,,0,0,,,0,2017-04-25,2018-09-15 -/games/boxart/full_9955071AmericaFrontccc.jpg,Stronghold Crusader 2,PC,Strategy,FireFly Studios,FireFly Studios,,0,,,0,0,2014-09-23,2018-11-16 -/games/boxart/full_5565863AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Double Agent,PC,Action,Ubisoft,Ubisoft Shanghai,,0,,,0,0,2006-11-07, -/games/boxart/835629ccc.jpg,Babar To The Rescue,GBA,Action,Game Factory,Sirius Software,,0,0,,0,0,2006-06-28, -/games/boxart/full_348457AmericaFrontccc.jpg,Tweety & The Magic Gems,GBA,Action,Kemco,Kemco,,0,0,,0,0,2001-07-09, -/games/boxart/full_8266919AmericaFrontccc.jpg,Transformers: Revenge of the Fallen,PC,Action,Activision,Luxoflux Corp.,,0,,,0,0,2009-06-23, -/games/boxart/8453080ccc.jpg,Alias,PC,Action,Acclaim Entertainment,Acclaim Studios Cheltenham,,0,,,0,0,2004-06-14, -/games/boxart/5890553ccc.jpg,Chaos Legion,PC,Action,Capcom,Capcom Production Studio 6,,0,,,0,0,2003-12-18, -/games/boxart/full_1998928PALFrontccc.jpg,Lola & Virginia,DS,Action,Virgin Play,PlayV,,0,,,0,0,2009-02-20, -/games/boxart/full_warriors-orochi_4AmericaFront.jpg,Warriors Orochi,PC,Action,KOEI,Omega Force,,0,,,0,0,2008-03-25, -/games/boxart/full_6941753JapanFrontccc.jpg,Yatsu Hakamura,DS,Action,From Software,From Software,,0,,0,,,2009-04-23, -/games/boxart/default.jpg,IL-2 Sturmovik: Battle of Stalingrad,PC,Action,1C Maddox Games,Unknown,,0,,,0,0,2014-11-25, -/games/boxart/full_5886241AmericaFrontccc.jpg,True Crime: Streets of LA,PC,Action,Activision,Luxoflux,,0,,,0,0,2004-05-11, -/games/boxart/full_48812PALFrontccc.jpg,Hello Neighbor,PC,Action,Gearbox Software,Dynamic Pixels,,0,,,0,0,2017-12-08,2018-11-06 -/games/boxart/default.jpg,Professional Farmer 2016,PS3,Action,Namco Bandai Games,Unknown,,0,,,0,0,2015-11-20, -/games/boxart/full_2368527JapanFrontccc.jpg,Nari Kids Park: Kaitou Sentai Lupinranger Vs. Keisatsu Sentai Patoranger,NS,Action,Bandai Namco Games,Bandai Namco Games,,0,,0,,,2018-11-21,2018-12-19 -/games/boxart/full_5745045PALFrontccc.jpg,Clever Kids: Creepy Crawlies,Wii,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,0,,,0,0,2009-10-02, -/games/boxart/full_3866699AmericaFrontccc.jpg,Danny Phantom: Urban Jungle,GBA,Action,THQ,THQ,,0,0,,0,0,2006-09-19, -/games/boxart/full_7945601JapanFrontccc.jpg,Shinsouhan Heart no Kuni no Alice: Wonderful Wonder World,PSV,Action,Quinrose,Unknown,,0,,0,,,2015-07-30, -/games/boxart/full_7512389PALFrontccc.jpg,Assassin's Creed II: Complete Edition,PS3,Action,Ubisoft,Ubisoft Montreal,,0,,,0,0,2010-06-04, -/games/boxart/full_4735485AmericaFrontccc.jpg,Barbie and the Magic of Pegasus,PC,Action,VU Games,VU Games,,0,,,0,0,2005-09-14, -/games/boxart/7075470ccc.jpg,Driver,PC,Action,GT Interactive,Reflections Interactive,8.5,0,,,0,,2000-09-10, -/games/boxart/full_9014885AmericaFrontccc.jpg,Cold Fear,PC,Action,Ubisoft,Darkworks,,0,,,0,0,2005-05-17, -/games/boxart/2072034ccc.jpg,The Incredibles,PC,Action,THQ,Heavy Iron Studios,6.5,0,,,0,0,2004-10-26, -/games/boxart/full_5513875AmericaFrontccc.jpg,Dora the Explorer: Dance to the Rescue,PC,Action,Atari,Atari,,0,,,0,0,2005-09-25, -/games/boxart/full_7893723AmericaFrontccc.jpg,Marc Ecko's Getting Up: Contents Under Pressure,PC,Action,Atari,"The Collective, Inc.",,0,,,0,0,2006-02-14, -/games/boxart/full_2253078JapanFrontccc.jpg,Taiheiyou no Arashi DS: Senkan Yamato Akatsuki ni Shutsugekisu!,DS,Strategy,System Soft,System Soft,,0,,0,,,2009-01-29, -/games/boxart/full_medieval-total-war_82AmericaFront.jpg,Medieval: Total War,PC,Strategy,Activision,The Creative Assembly,9,0,,,0,0,2002-08-19, -/games/boxart/full_9113733AmericaFrontccc.jpg,Blitzkrieg Anthology,PC,Strategy,CDV Software Entertainment,Nival Interactive,,0,,,0,0,2005-09-19, -/games/boxart/full_europa-universalis-rome-gold_1AmericaFront.jpg,Europa Universalis: Rome Gold,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2009-07-10, -/games/boxart/full_6114841AmericaFrontccc.jpg,Hearts of Iron Anthology,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2007-09-11, -/games/boxart/full_2653438JapanFrontccc.jpg,Daisenryaku VII Exceed,PSP,Strategy,System Soft,SystemSoft Alpha,,0,,0,,,2008-05-22, -/games/boxart/full_8831320AmericaFrontccc.jpg,Star Wars: Galactic Battlegrounds,PC,Strategy,LucasArts,Ensemble Studios,,0,,,0,0,2001-11-11, -/games/boxart/full_7999251JapanFrontccc.jpg,Daisenryaku: Dai Toua Kouboushi - Tora Tora Tora Ware Kishuu Ni Seikou Seri,PSP,Strategy,System Soft,System Soft,,0,,0,,,2008-09-25, -/games/boxart/full_6839193PALFrontccc.jpg,Wii Chess,Wii,Strategy,Nintendo,Nintendo,,0,,,0,0,2008-01-18, -/games/boxart/full_victoria-ii_6AmericaFront.jpg,Victoria II,PC,Strategy,Paradox Interactive,Paradox Interactive,8.1,0,,,0,0,2010-08-13, -/games/boxart/full_1968548JapanFrontccc.jpg,Sengoku Tenka Touitsu,PSP,Strategy,System Soft,System Soft,,0,,0,,,2009-03-26, -/games/boxart/full_crusader-kings-complete-pack_871PALFront.jpg,Crusader Kings: Complete Pack,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2010-07-09, -/games/boxart/full_1119520AmericaFrontccc.jpg,School Tycoon,PC,Strategy,Global Star Software,Cat Daddy Games,6.9,0,,,0,0,2004-01-15, -/games/boxart/full_4384662PALFrontccc.jpg,Military History: Commander - Europe at War,PC,Strategy,Koch Media,Slitherine Soft,,0,,,0,0,2009-03-20, -/games/boxart/1091996ccc.png,Civilization IV: Beyond the Sword,PC,Strategy,2K Games,Firaxis Games,,0,,,0,0,2007-07-23, -/games/boxart/full_7781424JapanFrontccc.jpg,Sengoku Tenka Touitsu,PS2,Strategy,System Soft,System Soft,,0,,0,,,2009-03-26, -/games/boxart/full_9549779JapanFrontccc.jpg,Koutetsu no Kishi 2: Sabaku no Rommel Shougun,SNES,Strategy,Asmik Ace Entertainment,Dual,,0,,0,,0,1994-01-28, -/games/boxart/2802683ccc.jpg,Chris Sawyer's Locomotion,PC,Strategy,Atari,Chris Sawyer,,0,,,0,0,2004-09-09, -/games/boxart/4433244ccc.gif,Jagged Alliance,PC,Strategy,Interplay,Madlab Software,,0,,,0,0,1994-06-02, -/games/boxart/full_men-of-war-red-tide_2PALFront.jpg,Men of War: Red Tide,PC,Strategy,Aspyr,1C Company,,0,,,0,0,2009-11-02,2019-03-29 -/games/boxart/3609116ccc.jpg,Age of Empires Gold Edition,PC,Strategy,Microsoft,Ensemble Studios,,0,,,0,0,1999-08-24, -/games/boxart/1112860ccc.jpg,Faces of War,PC,Strategy,Ubisoft,Best Way,,0,,,0,0,2006-09-12, -/games/boxart/full_9637853AmericaFrontccc.jpg,Zoo Tycoon 2: African Adventure,PC,Strategy,Microsoft Game Studios,Blue Fang Games,4,0,0,,,0,2006-05-22, -/games/boxart/full_europa-universalis-rome_63AmericaFront.jpg,Europa Universalis: Rome,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2008-04-15, -/games/boxart/full_8619071AmericaFrontccc.jpg,CivCity: Rome,PC,Strategy,2K Games,FireFly Studios / Firaxis Games,,0,,,0,0,2006-07-24, -/games/boxart/full_1602403AmericaFrontccc.jpg,Zoo Tycoon 2: Zookeeper Collection,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,0,0,,,0,2006-10-01, -/games/boxart/full_machi-ing-maker-4_193JapanFront.jpg,Machi-ing Maker 4,X360,Strategy,D3 Publisher,D3,,0,,0,,,2011-11-23, -/games/boxart/full_diplomacy_332AmericaFront.jpg,Diplomacy,PC,Strategy,Paradox Interactive,Paradox Interactive,,0,,,0,0,2005-10-04, -/games/boxart/full_spore-creepy-ampamp-cute-parts-pack_24AmericaFront.jpg,Spore Creepy & Cute Parts Pack,PC,Strategy,Electronic Arts,Maxis,,0,0,,,0,2008-11-17, -/games/boxart/full_768235JapanFrontccc.jpg,Battle of Sunrise,PS2,Strategy,Sunrise Interactive,Sunrise Interactive,,0,,0,,,2008-04-10, -/games/boxart/full_9520354AmericaFrontccc.jpg,Zoids Assault (JP sales),X360,Strategy,Atlus,Atlus,,0,,0,,,2008-09-16,2019-05-01 -/games/boxart/2211172ccc.jpg,Chessmaster 10th Edition,PC,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2004-08-20, -/games/boxart/full_8007344AmericaFrontccc.jpg,Blitzkrieg,PC,Strategy,CDV Software Entertainment,Nival Interactive,,0,0,,0,0,2003-05-12, -/games/boxart/full_glory-of-the-roman-empire_139AmericaFront.jpg,Glory of the Roman Empire,PC,Strategy,CDV Software Entertainment,Haemimont Games,,0,,,0,0,2006-07-03, -/games/boxart/full_5653587AmericaFrontccc.jpg,Space Colony,PC,Strategy,Gathering of Developers,FireFly Studios,,0,,,0,0,2003-10-14, -/games/boxart/8248896ccc.jpg,Populous: The Beginning,PC,Strategy,Electronic Arts,Bullfrog Productions,,0,,,0,0,1998-11-30, -/games/boxart/4449203ccc.jpg,Nexus: The Jupiter Incident,PC,Strategy,HD Interactive,Mithis Entertainment,,0,,,0,0,2005-02-24, -/games/boxart/full_1499630AmericaFrontccc.jpg,Spartan,PC,Strategy,Graphsim Entertainment,Slitherine Studios,,0,,,0,0,2004-05-28, -/games/boxart/full_9802571AmericaFrontccc.jpg,Rise & Fall: Civilizations at War,PC,Strategy,Midway Games,Midway,,0,,,0,0,2006-06-12, -/games/boxart/full_8105644AmericaFrontccc.jpg,Ghost Master,PC,Strategy,Empire Interactive,Sick Puppies,,0,,,0,0,2003-08-26, -/games/boxart/full_7984503AmericaFrontccc.jpg,Worms Armageddon,PC,Strategy,Microprose,Team17 Software,,0,,,0,0,1999-05-31, -/games/boxart/full_5413910AmericaFrontccc.jpg,X3: Reunion,PC,Strategy,Enlight,Egosoft,,0,,,0,0,2005-11-10, -/games/boxart/full_alexander_633AmericaFront.jpg,Alexander,PC,Strategy,Ubisoft,GSC Game World,,0,,,0,0,2004-11-23, -/games/boxart/full_trevor-chans-capitalism-2_377AmericaFront.jpg,Trevor Chan's Capitalism 2,PC,Strategy,Ubisoft,Enlight Software,,0,,,0,0,2002-12-16, -/games/boxart/full_starcraft-battle-chest_68AmericaFront.jpg,StarCraft Battle Chest,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,0,,,0,0,1999-10-24, -/games/boxart/full_cossacks-back-to-war_4AmericaFront.jpg,Cossacks: Back to War,PC,Strategy,CDV Software Entertainment,GSC Game World,,0,,,0,0,2002-11-20, -/games/boxart/full_184111AmericaFrontccc.jpg,Act of War: Direct Action,PC,Strategy,Atari,Eugen Systems,8.2,0,,,0,0,2005-03-15, -/games/boxart/full_6095709AmericaFrontccc.jpg,Worms 4: Mayhem,PC,Strategy,Majesco,Team17 Software,,0,,,0,0,2005-10-04, -/games/boxart/2271258ccc.jpg,Stronghold Crusader,PC,Strategy,Gathering of Developers,FireFly Studios,,0,,,0,0,2002-09-25, -/games/boxart/9237280ccc.jpg,Chessmaster: Grandmaster Edition,PC,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2007-10-30, -/games/boxart/default.jpg,Naval War: Arctic Circle,PC,Strategy,Paradox Interactive,Turbo Tape Games,,0,,,0,0,2012-04-10, -/games/boxart/full_9937411PALFrontccc.jpg,The History Channel: Great Battles of Rome,PSP,Strategy,Black Bean Games,Slitherine Software,,0,,,0,0,2007-06-15, -/games/boxart/full_9278703AmericaFrontccc.jpg,Immortal Cities: Children of the Nile,PC,Strategy,Myelin Media,"Tilted Mill Entertainment, Inc.",,0,,,0,0,2004-11-08, -/games/boxart/full_9249536AmericaFrontccc.jpg,Jagged Alliance,DS,Strategy,Atari,Strategy First / Cypron Studios,,0,0,,,,2009-05-20, -/games/boxart/full_3664055AmericaFrontccc.jpg,Civilization IV: The Complete Edition,PC,Strategy,Take-Two Interactive,Firaxis Games,,0,,,0,0,2009-05-12, -/games/boxart/full_3581777PALFrontccc.jpg,The Settlers: Heritage of Kings,PC,Strategy,Ubisoft,Blue Byte,,0,,,0,0,2005-02-24, -/games/boxart/full_4233791AmericaFrontccc.jpg,Tiny Token Empires,PC,Strategy,THQ,BiP media,,0,0,,,0,2011-10-18,2019-01-02 -/games/boxart/full_4344973AmericaFrontccc.jpg,ArmA: Gold,PC,Strategy,Atari,Atari,,0,,,0,0,2008-02-26, -/games/boxart/8036639ccc.jpg,"Warhammer 40,000: Dawn of War - Dark Crusade",PC,Strategy,THQ,Relic,8.8,0,,,0,0,2006-10-09, -/games/boxart/full_hooligans_364AmericaFront.jpg,Hooligans,PC,Strategy,Hip Interactive,Darxabre,,0,,,0,0,2002-05-28, -/games/boxart/full_670748AmericaFrontccc.jpg,Thrillville: Off the Rails,PC,Strategy,LucasArts,Frontier Developments,8.1,0,,,0,0,2007-10-09, -/games/boxart/full_defender-of-the-crown_546AmericaFront.jpg,Defender of the Crown,GBA,Strategy,Metro 3D,Crawfish Interactive,6.8,0,0,,0,0,2002-10-07, -/games/boxart/full_ageods-american-civil-war-1861-1865-the-blue-and-the-gray_495AmericaFront.jpg,AGEOD's American Civil War: 1861-1865 - The Blue and the Gray,PC,Strategy,Take-Two Interactive,Paradox Interactive,,0,,,0,0,2008-01-28, -/games/boxart/full_6149872AmericaFrontccc.jpg,Sid Meier's Civilization II,PC,Strategy,Microprose,MPS Labs,9.1,0,,,0,0,1996-02-29, -/games/boxart/full_9097550AmericaFrontccc.jpg,Fritz Chess: The Ultimate Chess Game,PC,Strategy,Take-Two Interactive,ChessBase,,0,,,0,0,2007-10-15, -/games/boxart/full_708504AmericaFrontccc.jpg,Zoo Tycoon 2: Endangered Species,PC,Strategy,Microsoft Game Studios,Blue Fang Games,6.2,0,,,0,0,2005-10-19, -/games/boxart/full_joint-task-force_1AmericaFront.jpg,Joint Task Force,PC,Strategy,Sierra Entertainment,Most Wanted Entertainment / HD Interactive,,0,,,0,0,2006-09-12, -/games/boxart/full_2518522AmericaFrontccc.jpg,Mall Tycoon 3,PC,Strategy,Global Star Software,Cat Daddy Games,6.8,0,,,0,0,2005-10-26, -/games/boxart/full_napoleons-campaigns_328PALFront.jpg,Napoleon's Campaigns,PC,Strategy,Ascaron Entertainment,AGEOD,,0,,,0,0,2008-04-04, -/games/boxart/full_7351270AmericaFrontccc.jpg,Sudden Strike,PC,Strategy,Strategy First,Fireglow Games,,0,,,0,0,2001-01-23, -/games/boxart/full_2528590AmericaFrontccc.jpg,Empires: Dawn of the Modern World,PC,Strategy,Activision,Stainless Steel Studios,,0,,,0,0,2003-10-21, -/games/boxart/full_1156213AmericaFrontccc.jpg,Mall Tycoon,PC,Strategy,Take-Two Interactive,"Holistic Design, Inc.",4.7,0,,,0,0,2002-02-03, -/games/boxart/full_2450484AmericaFrontccc.jpg,Hogs of War,PC,Strategy,Infogrames,Infogrames Sheffield House,,0,,,0,0,2000-10-03, -/games/boxart/2963426ccc.jpg,Gangland,PC,Strategy,Whiptail Interactive,Focus,,0,,,0,0,2004-03-04, -/games/boxart/full_homeworld-cataclysm_6AmericaFront.jpg,Homeworld: Cataclysm,PC,Strategy,Sierra Entertainment,Barking Dog,,0,,,0,0,2000-09-07, -/games/boxart/full_cossacks-ii-napoleonic-wars_5AmericaFront.jpg,Cossacks II: Napoleonic Wars,PC,Strategy,CDV Software Entertainment,GSC Game World,,0,,,0,0,2005-04-27, -/games/boxart/full_6826677AmericaFrontccc.jpg,Ancient Wars: Sparta,PC,Strategy,Playlogic Game Factory,World Forge,,0,,,0,0,2007-04-24, -/games/boxart/full_6361530PALFrontccc.jpg,Championship Manager 2006,PSP,Strategy,DTMC,Gusto Games,7.8,0,,,0,0,2006-04-07, -/games/boxart/full_4914578AmericaFrontccc.jpg,Hard Truck Tycoon,PC,Strategy,ValuSoft,G5 Software,,0,,,0,0,2006-03-01, -/games/boxart/full_2292180AmericaFrontccc.jpg,Worms 3D,PC,Strategy,Acclaim Entertainment,Team17 Software,,0,,,0,0,2004-03-12, -/games/boxart/full_18454AmericaFrontccc.jpg,Act of War: High Treason,PC,Strategy,Atari,Eugen Systems,6.8,0,,,0,0,2006-05-30, -/games/boxart/full_7749300AmericaFrontccc.jpg,"Medieval Lords: Build, Defend, Expand",PC,Strategy,O3 Entertainment,Monte Cristo Multimedia,,0,,,0,0,2005-11-24, -/games/boxart/full_2095347AmericaFrontccc.jpg,Star Fox Guard,WiiU,Strategy,Nintendo,Nintendo EPD,,0,,,0,0,2016-04-22,2018-11-18 -/games/boxart/full_steel-soldiers_257AmericaFront.jpg,Steel Soldiers,PC,Strategy,EON Digital Entertainment,Bitmap Brothers,,0,,,0,0,2001-06-14, -/games/boxart/6499906ccc.jpg,Alliance: Future Combat,PC,Strategy,Strategy First,G2 Games,,0,,,0,0,2006-09-08, -/games/boxart/default.jpg,Defender of the Crown,PC,Strategy,Unknown,Cinemaware,,0,,,0,0,2002-09-26, -/games/boxart/full_2857471AmericaFrontccc.jpg,King's Bounty: The Legend,PC,Strategy,Atari,Katauri Interactive,8.4,0,,,0,0,2008-09-23, -/games/boxart/full_2398641AmericaFrontccc.jpg,Gangsters 2: Vendetta,PC,Strategy,Eidos Interactive,Hothouse Creations,,0,,,0,0,2001-06-05, -/games/boxart/full_255035AmericaFrontccc.jpg,Grand Ages: Rome,PC,Strategy,Viva Media,Haemimont Games,,0,,,0,0,2009-03-17, -/games/boxart/full_4684999AmericaFrontccc.jpg,Sid Meier's Civilization III,PC,Strategy,Infogrames,Firaxis Games,8.6,0,,,0,0,2001-10-30, -/games/boxart/6050898ccc.jpg,Total Annihilation: Kingdoms,PC,Strategy,GT Interactive,Cavedog Entertainment,,0,,,0,0,1999-05-31, -/games/boxart/full_heroes-of-might-and-magic-iv_53AmericaFront.jpg,Heroes of Might and Magic IV,PC,Strategy,3DO,New World Computing,,0,,,0,0,2002-03-29, -/games/boxart/full_frontline-fields-of-thunder_542AmericaFront.jpg,Frontline: Fields of Thunder,PC,Strategy,Paradox Interactive,Nival Interactive / N-Game Studios,,0,,,0,0,2007-04-09, -/games/boxart/full_sacrifice_183AmericaFront.jpg,Sacrifice,PC,Strategy,Interplay,Shiny Entertainment,,0,,,0,0,2000-11-16, -/games/boxart/full_6025722AmericaFrontccc.jpg,SuperPower 2,PC,Strategy,DreamCatcher Interactive,Golem Labs,,0,,,0,0,2004-10-11, -/games/boxart/full_hacker-evolution-collection_760PALFront.jpg,Hacker Evolution Collection,PC,Strategy,Unknown,exoSyphen Studios,,0,,,0,0,2011-02-04, -/games/boxart/full_9016790PALFrontccc.jpg,Top Trumps: Horror & Predators,DS,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2007-10-12, -/games/boxart/full_234905PALFrontccc.jpg,M.U.D. TV,PC,Strategy,Kalypso,Realmforge Studios,,0,,,0,0,2010-03-19, -/games/boxart/full_2424626AmericaFrontccc.jpg,Hired Guns: The Jagged Edge,PC,Strategy,Game Factory,GFI Russia,,0,,,0,0,2007-10-19, -/games/boxart/8224106ccc.jpg,UFO: Aftermath,PC,Strategy,Unknown,Altar Interactive,,0,,,0,,2003-10-15, -/games/boxart/full_756013AmericaFrontccc.jpg,Ride! Carnival Tycoon,PC,Strategy,ValuSoft,ValuSoft,,0,,,0,,2007-08-01, -/games/boxart/full_world-in-conflict-soviet-assault_722AmericaFront.jpg,World in Conflict: Soviet Assault,PC,Strategy,Ubisoft,Massive Entertainment / Swordfish Studios,6.1,0,,,0,,2009-03-10, -/games/boxart/6941117ccc.jpg,The Three Stooges,GBA,Action,Metro 3D,Cinemaware,,0,0,,0,0,2002-03-31, -/games/boxart/full_8635032AmericaFrontccc.jpg,Jazz Jackrabbit,GBA,Action,Jaleco,Game Titan,6.8,0,0,,0,0,2003-01-03, -/games/boxart/528590ccc.jpg,Tropico,PC,Strategy,Gathering of Developers,Gathering of Developers,8.7,0,,,0,,2001-04-23, -/games/boxart/full_7603091PALFrontccc.jpg,Airline Tycoon Deluxe,PC,Strategy,Spellbound,Spellbound,,0,,,0,0,2003-10-01, -/games/boxart/full_earth-2160_56AmericaFront.jpg,Earth 2160,PC,Strategy,Midway Games,Reality Pump,,0,,,0,,2005-11-16, -/games/boxart/full_supreme-commander-gold-edition_238PALFront.jpg,Supreme Commander: Gold Edition,PC,Strategy,Focus Home Interactive,Gas Powered Games,,0,,,0,,2008-05-05, -/games/boxart/full_5822191PALFrontccc.jpg,World of RollerCoaster Tycoon,PC,Strategy,Atari,Atari,,0,,,0,,2006-11-01, -/games/boxart/full_7236751PALFrontccc.jpg,Ys Strategy,DS,Strategy,Rising Star,Future Creates,,0,,,0,,2006-11-17, -/games/boxart/full_warlords-iv-heroes-of-etheria_8AmericaFront.jpg,Warlords IV: Heroes of Etheria,PC,Strategy,Ubisoft,Infinite Interactive,,0,,,0,0,2003-10-21, -/games/boxart/full_ufo-afterlight_793AmericaFront.jpg,UFO: Afterlight,PC,Strategy,TopWare,Altar Interactive,,0,,,0,,2007-05-01, -/games/boxart/9847159ccc.jpg,Shattered Union,PC,Strategy,2K Games,PopTop Software,,0,,,0,0,2005-10-17, -/games/boxart/full_3834845AmericaFrontccc.jpg,Mall Tycoon 2 Deluxe,PC,Strategy,Global Star Software,Fusion Digital,,0,,,0,0,2004-10-05, -/games/boxart/full_stratego_4PALFront.jpg,Stratego,DS,Strategy,Ubisoft,Ubisoft,,0,,,0,0,2008-06-06, -/games/boxart/full_9847021AmericaFrontccc.jpg,Blitzkrieg: Rolling Thunder,PC,Strategy,CDV Software Entertainment,Nival Interactive / La Plata Studios,,0,,,0,0,2004-11-30, -/games/boxart/2018231ccc.jpg,Destroyer Command,PC,Strategy,Ubisoft,Ultimation Inc,,0,,,0,0,2002-02-14, -/games/boxart/full_331830AmericaFrontccc.jpg,Desperados: Wanted Dead or Alive,PC,Strategy,Atari,Spellbound,,0,,,0,0,2001-07-23, -/games/boxart/6891442ccc.jpg,Full Spectrum Warrior,PC,Strategy,THQ,Pandemic Studios,7.8,0,,,0,,2004-09-21, -/games/boxart/250610ccc.jpg,SpellForce 2: Shadow Wars,PC,Strategy,Aspyr,Phenomic Game Development,8.2,0,,,0,0,2006-05-02, -/games/boxart/full_rush-for-berlin_587AmericaFront.jpg,Rush for Berlin,PC,Strategy,Paradox Interactive,Stormregion,,0,,,0,0,2006-06-12, -/games/boxart/full_3112391AmericaFrontccc.jpg,Take Command: Second Manassas,PC,Strategy,Paradox Interactive,MadMinute Games,,0,,,0,0,2006-04-26, -/games/boxart/4874619ccc.jpg,Perimeter,PC,Strategy,Codemasters,1C Company,,0,,,0,0,2004-06-30, -/games/boxart/9266341ccc.jpg,Fantasy Wars,PC,Strategy,Atari,Ino-Co,,0,,,0,0,2007-11-08, -/games/boxart/full_yu-gi-oh-power-of-chaos-yugi-the-destiny_6AmericaFront.jpg,Yu-Gi-Oh! Power of Chaos: Yugi the Destiny,PC,Strategy,Konami,Konami,,0,,,0,0,2004-01-12, -/games/boxart/full_4439019AmericaFrontccc.jpg,Against Rome,PC,Strategy,Encore,Independent Arts,,0,,,0,,2004-05-05, -/games/boxart/full_2403430AmericaFrontccc.jpg,Mech Platoon,GBA,Strategy,Kemco,Will,7.6,0,0,,0,0,2002-01-03, -/games/boxart/full_7351860AmericaFrontccc.jpg,Age of Empires III: The WarChiefs,PC,Strategy,Microsoft Game Studios,Ensemble Studios,,0,,,0,0,2006-10-17, -/games/boxart/full_8973544PALFrontccc.jpg,Hitman 2: Silent Assassin,PC,Action,Eidos Interactive,IO Interactive,,0,,,0,0,2002-10-01, -/games/boxart/full_1345449JapanFrontccc.jpg,Tsukibuto,DS,Action,SNK Playmore,SNK Playmore Corporation,,0,,0,,,2009-08-06, -/games/boxart/6296896ccc.jpg,Iron Man,PC,Action,Sega,Artificial Mind and Movement,,0,,,0,0,2008-05-06, -/games/boxart/full_162267PALFrontccc.jpg,The Magic Roundabout,DS,Action,Deep Silver,Deep Silver,,0,,,0,0,2008-12-05, -/games/boxart/6797292ccc.jpg,Indiana Jones and the Emperor's Tomb,PC,Action,LucasArts,The Collective,,0,,,0,0,2003-03-25, -/games/boxart/full_5765908AmericaFrontccc.jpg,Metal Gear Solid,PC,Action,Konami,Digital Dialect,8.5,0,,,0,0,2000-09-24, -/games/boxart/full_1206871AmericaFrontccc.jpg,Eureka Seven Vol. 1: The New Wave,PS2,Action,Namco Bandai,Bandai,,0,,0,,,2006-10-24, -/games/boxart/full_6591952JapanFrontccc.jpg,War Thunder,PS4,Action,DMM Games,DMM Games,,0,,0,,,2017-04-27,2018-09-21 -/games/boxart/full_5261217PALFrontccc.jpg,Tenchu: Time of the Assassins,PSP,Action,Unknown,K2 LLC,,0,,,0,0,, -/games/boxart/full_6445733PALFrontccc.jpg,Ratchet & Clank: Full Frontal Assault,PSV,Action,Sony Computer Entertainment,Insomniac Games,,0,0,,,0,2012-11-27,2018-01-06 -/games/boxart/full_6690365AmericaFrontccc.jpg,Metal Gear Solid 2: Substance,PC,Action,Konami,Konami Computer Entertainment Japan,7.8,0,,,0,0,2003-03-27, -/games/boxart/full_fifi-and-the-flowertots-fifis-garden-party_216PALFront.jpg,Fifi and the Flowertots: Fifi's Garden Party,DS,Action,Avanquest,Uacari,,0,,,0,0,2011-11-04, -/games/boxart/default.jpg,Vikings 4: Tribes of the North,PC,Action,Rondomedia,Unknown,,0,,,0,0,2015-07-01, -/games/boxart/full_2868490AmericaFrontccc.jpg,Enter the Matrix,PC,Action,Atari,Shiny Entertainment,,0,,,0,0,2003-05-14, -/games/boxart/full_ninja-blade_572AmericaFront.jpg,Ninja Blade,PC,Action,Noviy Disk,From Software,,0,,,0,0,2009-10-31, -/games/boxart/full_4367848PALFrontccc.jpg,Watch Dogs 2,PC,Action,Ubisoft,Ubisoft,,0,,,0,0,2016-11-15, -/games/boxart/full_3157889AmericaFrontccc.jpg,Kingdom Hearts HD I.5 + II.5 ReMIX,PS4,Action,Square Enix,Square Enix,,0,,,0,0,2017-03-28,2018-09-21 -/games/boxart/full_2778659AmericaFrontccc.jpg,Watchmen: The End is Nigh,PSN,Action,Warner Bros. Interactive,Deadline Games,,0,,,0,0,2009-03-05, -/games/boxart/7418135ccc.jpg,Bee Movie Game,PC,Action,Activision,Beenox,,0,0,,,0,2007-10-30, -/games/boxart/7388372ccc.jpg,Gauntlet: Dark Legacy,GBA,Action,Midway Games,Pocket Studios,3.1,0,0,,0,0,2002-11-25, -/games/boxart/full_952830JapanFrontccc.jpg,Samurai Warriors: Sanada Maru,NS,Action,Tecmo Koei,Omega Force,,0,,0,,,2017-11-09,2018-07-09 -/games/boxart/full_garshasp-the-monster-slayer_860AmericaFront.jpg,Garshasp: The Monster Slayer,PC,Action,Unknown,Dead Mage Studio,,0,,,0,0,2011-05-09, -/games/boxart/full_3618141JapanFrontccc.jpg,Metal Gear Online,PS3,Action,Konami Digital Entertainment,Kojima Productions,8.1,0,,0,,,2008-06-12, -/games/boxart/full_9879768AmericaFrontccc.jpg,Conflict: Denied Ops (JP sales),PS3,Action,Eidos Interactive Ltd,Pivotal Games,,0,,0,,,2008-02-12,2019-01-02 -/games/boxart/full_scooby-doo-2-monsters-unleashed_556AmericaFront.jpg,Scooby-Doo 2: Monsters Unleashed,PC,Action,THQ,THQ,,0,,,0,0,2004-03-11, -/games/boxart/3810199ccc.gif,Lara Croft Tomb Raider: The Angel of Darkness,PC,Action,Eidos Interactive,Core Design Ltd.,,0,,,0,0,2003-07-01, -/games/boxart/full_8823018JapanFrontccc.jpg,Snoopy DS: Snoopy to Nakama Tachi ni Ai ni Ikou!,DS,Action,Square Enix,Square Enix,,0,,0,,,2008-10-09, -/games/boxart/full_1200931PALFrontccc.jpg,Fired Up,PSP,Action,Sony Computer Entertainment,SCEE London Studio,,0,,,0,0,2005-09-01,2018-12-03 -/games/boxart/full_483304JapanFrontccc.jpg,Go! Princess PreCure Sugar Oukoku to 6-nin no Princess!,3DS,Action,Bandai Namco Games,Bandai Namco Games,,0,,0,,,2015-07-30,2018-08-06 -/games/boxart/full_157107AmericaFrontccc.jpg,Transformers: War for Cybertron,PC,Action,Activision,High Moon Studios,7.4,0,,,0,0,2010-06-22, -/games/boxart/full_4046200AmericaFrontccc.jpg,Captain Blood,X360,Action,Playlogic Game Factory,SeaWolf,,0,0,,,0,2010-12-01,2019-05-02 -/games/boxart/full_245150AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,PC,Action,Ubisoft,Ubisoft Shanghai,,0,,,0,0,2004-03-23, -/games/boxart/full_3260970AmericaFrontccc.jpg,The Incredible Hulk,PC,Action,Sega,Edge of Reality,,0,,,0,0,2008-06-10, -/games/boxart/full_8563182AmericaFrontccc.png,Funfair Party Games,3DS,Party,Joindots,Avanquest Software,,0,,,0,0,2013-08-22,2019-05-02 -/games/boxart/3882964ccc.jpg,Croc 2,PC,Platform,Fox Interactive,Argonaut Games,,0,,,0,,2000-02-29, -/games/boxart/full_9798160AmericaFrontccc.jpg,Soccer Kid,GBA,Platform,Telegames,"Telegames, Inc.",,0,0,,0,0,2002-09-30, -/games/boxart/full_512175PALFrontccc.jpg,Chronos Twins: One Hero.Two Worlds.,DS,Platform,Oxygen Interactive,EnjoyUp Games,,0,,,0,0,2007-10-02, -/games/boxart/full_5022049PALFrontccc.jpg,Billy Hatcher and the Giant Egg,PC,Platform,Sega,Sonic Team,,0,,,0,,2006-05-31, -/games/boxart/full_ratchet-amp-clank-tools-of-destruction-and-ratchet-amp-clank-a-crack-in-time_975PALFront.jpg,Ratchet & Clank: Tools of Destruction and Ratchet & Clank: A Crack in Time,PS3,Platform,Sony Computer Entertainment,Insomniac Games,,0,,,0,0,2011-07-22, -/games/boxart/full_576553AmericaFrontccc.jpg,Madagascar,PC,Platform,Activision,Beenox,6.7,0,,,0,,2005-05-24, -/games/boxart/full_6375523AmericaFrontccc.jpg,Franklin's Great Adventures,GBA,Action,Game Factory,Neko Entertainment,,0,0,,0,0,2006-04-01, -/games/boxart/full_3910409AmericaFrontccc.jpg,The Godfather,PC,Action,Electronic Arts,Headgate,,0,,,0,0,2006-03-21, -/games/boxart/full_3682242JapanFrontccc.jpg,Magical Zunou Power!!,DS,Action,D3 Publisher,D3 Publisher,,0,,0,,,2008-12-25, -/games/boxart/full_6772887AmericaFrontccc.jpg,Deception IV: The Nightmare Princess,PS4,Action,Tecmo Koei,Koei Tecmo Games,,0,,,0,0,2015-07-14,2018-08-01 -/games/boxart/full_943675PALFrontccc.jpg,Bloodbath,PS3,Action,United Developers,Freedom Factory Studios,,0,,,0,0,2014-06-27,2018-05-01 -/games/boxart/2878507ccc.jpg,Bratz: Super Babyz,PC,Action,THQ,Creat Studios,,0,,,0,0,2008-02-25, -/games/boxart/full_1677886AmericaFrontccc.jpg,The Koala Brothers: Outback Adventures,GBA,Action,Game Factory,Sirius Games,,0,0,,0,0,2006-04-25, -/games/boxart/full_7073967AmericaFrontccc.png,Pokémon Rumble U,WiiU,Action,Nintendo,Ambrella,5.7,0,,,0,0,2013-08-29,2018-08-03 -/games/boxart/default.jpg,Muppets Movie Adventures,PSV,Action,Sony Computer Entertainment,Virtual Toys,,0,,,0,0,2014-11-07,2018-04-23 -/games/boxart/full_7751639AmericaFrontccc.jpg,Star Wars: The Force Unleashed - Ultimate Sith Edition,PS3,Action,LucasArts,LucasArts,,0,,,0,0,2009-11-03, -/games/boxart/full_3847660AmericaFrontccc.jpg,Spikeout: Battle Street,XB,Action,Sega,Dimps Corporation / Amusement Vision,,0,0,,0,0,2005-03-29, -/games/boxart/full_7952533AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,WiiU,Action,Little Orbit,Little Orbit,,0,,,0,0,2015-11-27,2018-04-09 -/games/boxart/full_681670AmericaFrontccc.png,Metal Gear Solid,PSN,Action,Konami,Konami Computer Entertainment Japan,,0,,0,0,0,2009-06-18, -/games/boxart/full_843112PALFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,XOne,Action,Little Orbit,Little Orbit,,0,,,0,0,2015-12-01,2018-04-09 -/games/boxart/full_twin-sector_934AmericaFront.jpg,Twin Sector,PC,Action,Headup Games,DNS Development,4.2,0,0,,,0,2010-01-23, -/games/boxart/full_2975701AmericaFrontccc.jpg,Train Simulator 2015,PC,Action,Dovetail Games,Dovetail Games,,0,,,0,0,2014-10-23,2019-05-02 -/games/boxart/full_7472386JapanFrontccc.jpg,Iron Master: The Legendary Blacksmith,DS,Action,Unknown,Barunson Creative,,0,,0,,,, -/games/boxart/full_9912750JapanFrontccc.jpg,Kobayashi ga Kawai Sugite Tsurai!! Game Demo Kyun Moe Max ga Tomara Nai,3DS,Action,Happinet,Happinet,,0,,0,,,2015-08-27,2018-08-06 -/games/boxart/8436941ccc.jpg,Army Men Advance,GBA,Action,3DO,DC Studios,6.1,0,0,,0,0,2001-06-10, -/games/boxart/default.jpg,Alone in the Dark: Inferno(JP sales),PS3,Action,Unknown,Unknown,,0,,0,,,, -/games/boxart/full_1718688AmericaFrontccc.jpg,Monster High: New Ghoul in School,WiiU,Action,Little Orbit,Torus Games,,0,,,0,0,2015-10-27,2019-01-19 -/games/boxart/full_6622699JapanFrontccc.jpg,Keitai Sousakan 7 DS: Buddy Sequence,DS,Action,5pb,5pb. Games,,0,,0,,,2009-03-26, -/games/boxart/default.jpg,Rugby Union Team Manager 2015,PC,Action,Alternative Software,Unknown,,0,,,0,0,2014-12-03, -/games/boxart/full_9229592JapanFrontccc.jpg,Shinsouban Mahou Tsukai no Goshujinsama,PSV,Action,Quinrose,Unknown,,0,,0,,,2015-06-18, -/games/boxart/full_9348195JapanFrontccc.jpg,Island Days,3DS,Visual Novel,Stack,0verflow,,0,,0,,,2014-07-03,2019-05-01 -/games/boxart/full_6859075JapanFrontccc.jpg,Seven Days: Anata to Sugosu Nanokakan,PSV,Visual Novel,Prototype,Prototype,,0,,0,,,2018-07-05,2018-07-20 -/games/boxart/full_6923735JapanFrontccc.jpg,Liberation Maiden SIN,PSV,Visual Novel,5pb,5pb. Inc.,,0,,0,,,2014-07-31,2018-04-13 -/games/boxart/full_9727240JapanFrontccc.jpg,"Nora, Princess, and Stray Cat",NS,Visual Novel,Harukaze,Harukaze,,0,,0,,,2018-10-25,2018-11-07 -/games/boxart/full_4732689JapanFrontccc.jpg,Memories Off: Innocent File,NS,Visual Novel,5pb,5pb. Games,,0,,0,,,2018-10-25,2018-11-07 -/games/boxart/full_2982849JapanFrontccc.jpg,Enkan no Memoria: Kakera Tomoshi,PSV,Visual Novel,Dramatic Create,A'sRing,,0,,0,,,2018-03-29,2018-04-07 -/games/boxart/full_1992676JapanFrontccc.jpg,Disorder 6,X360,Visual Novel,5pb,5pb. Games,,0,,0,,,2013-08-22,2019-05-02 -/games/boxart/full_6924331JapanFrontccc.jpg,"Nora, Princess, and Stray Cat",PS4,Visual Novel,Harukaze,Harukaze,,0,,0,,,2018-10-25,2018-11-07 -/games/boxart/full_1943384AmericaFrontccc.jpg,Strider (2014),XOne,Platform,Capcom,Double Helix Games,,0,,,0,0,2014-02-19,2019-01-03 -/games/boxart/full_934308AmericaFrontccc.jpg,Heracles: Battle With The Gods,DS,Platform,Unknown,Midas Interactive Entertainment,,0,,,0,0,, -/games/boxart/full_1332616PALFrontccc.jpg,Go Go Cosmo Cops!,DS,Platform,Namco Bandai,Noise,,0,,,0,0,2009-08-28, -/games/boxart/full_5657259AmericaFrontccc.jpg,Pac-Man World 3,PC,Platform,Namco,Blitz Games,,0,,,0,0,2005-12-08, -/games/boxart/full_868552PALFrontccc.jpg,Teslagrad,PS3,Platform,Rain Games,Rain Games,,0,,,0,0,2014-10-28,2019-04-22 -/games/boxart/5055479ccc.jpg,Psychonauts,PC,Platform,Majesco,Double Fine Productions,8.8,0,,,0,0,2005-04-26, -/games/boxart/full_5825964AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,PC,Platform,Konami,Konami,,0,,,0,,2003-11-25, -/games/boxart/full_3372889PALFrontccc.jpg,Mr Bean,PC,Platform,Blast! Entertainment Ltd,Blast! Entertainment Ltd,,0,,,0,0,2009-02-20, -/games/boxart/full_4387346AmericaFrontccc.jpg,Rayman 2: The Great Escape,PC,Platform,Ubisoft,Ubisoft Montpellier,9.1,0,,,0,0,1999-10-31, -/games/boxart/full_6845367JapanFrontccc.jpg,Koisuru Purin! Koi wa Daibouken! Dr. Kanmi no Yabou!?,DS,Platform,Tryfirst,Tryfirst,,0,,0,,,2008-11-06, -/games/boxart/full_8888415AmericaFrontccc.jpg,LittleBigPlanet: Game of the Year Edition,PS3,Platform,Sony Computer Entertainment,Media Molecule,9.5,0,,,0,0,2009-09-08, -/games/boxart/385646ccc.jpg,New Zealand Story Revolution,DS,Platform,Ignition Entertainment,Marvelous Interactive,,0,,,0,0,2008-02-13, -/games/boxart/full_shrek-2_8AmericaFront.jpg,Shrek 2,PC,Platform,Activision,KnowWonder,4.6,0,,,0,0,2004-05-03, -/games/boxart/full_5012958AmericaFrontccc.jpg,Strawberry Shortcake: The Four Seasons Cake,DS,Platform,Game Factory,Shin'en,,0,,,0,0,2007-12-06, -/games/boxart/full_3811761AmericaFrontccc.jpg,"Animaniacs: Lights, Camera, Action!",DS,Platform,Ignition Entertainment,Warthog,,0,,,0,0,2005-11-14, -/games/boxart/full_6761982PALFrontccc.jpg,Rayman Gold,PC,Platform,Ubisoft,Ubisoft,,0,,,0,0,1997-01-01, -/games/boxart/full_2363391JapanFrontccc.jpg,Claymore: Gingan no Majo,DS,Action,Digital Works Entertainment,Digital Works Entertainment,,0,,0,,,2009-06-04, -/games/boxart/full_9161933AmericaFrontccc.jpg,Hysteria Hospital: Emergency Ward,PC,Action,O-Games,Gameinvest,,0,,,0,0,2009-07-20, -/games/boxart/full_412854JapanFrontccc.jpg,Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party,WiiU,Action,Namco Bandai Games,Namco Bandai Games,,0,,0,,,2020-12-31,2018-04-09 -/games/boxart/full_6533178JapanFrontccc.jpg,Aokana: Four Rhythm Across the Blue,NS,Visual Novel,Sprite,Sprite,,0,,0,,,2020-08-21,2018-04-07 -/games/boxart/full_6969947JapanFrontccc.jpg,Boku to Nurse no Kenshuu Nisshi,PS4,Visual Novel,Entergram,Entergram,,0,,0,,,2018-08-23,2018-09-26 -/games/boxart/full_5116265JapanFrontccc.jpg,Kanojo Step,PSV,Visual Novel,Piacci,Piacci,,0,,0,,,2018-03-21,2018-04-04 -/games/boxart/full_3536875AmericaFrontccc.jpg,Open Season,PC,Platform,Ubisoft,Ubisoft Montreal,6.4,0,,,0,0,2006-09-19, -/games/boxart/full_limbo_488AmericaFront.jpg,LIMBO,PC,Platform,Unknown,Playdead,9,0,,,0,0,2011-08-02, -/games/boxart/full_4215233AmericaFrontccc.jpg,Dungeons 2,PC,Role-Playing,Kalypso Media,Realmforge Studios,,0,,,0,0,2015-04-24, -/games/boxart/5661954ccc.jpg,Dokapon: Monster Hunter,GBA,Role-Playing,AIA,"Asmik Ace Entertainment, Inc",6.4,0,0,,0,0,2001-10-30, -/games/boxart/full_3748702AmericaFrontccc.jpg,Fallout 2,PC,Role-Playing,Interplay,Black Isle Studios,9.2,0,,,0,0,1998-09-30, -/games/boxart/full_mount-ampamp-blade-with-fire-ampamp-sword_642AmericaFront.jpg,Mount & Blade: With Fire & Sword,PC,Role-Playing,Paradox Interactive,Snowberry Connection and Sich Studio,6.6,0,0,,,0,2011-05-03, -/games/boxart/full_3714914AmericaFrontccc.jpg,Vanguard: Saga of Heroes,PC,Role-Playing,Sony Online Entertainment,Sigil Games Online/Sony Online Entertainment,,0,,,0,0,2007-01-30, -/games/boxart/full_8694581AmericaFrontccc.jpg,Dark Messiah Might and Magic,PC,Role-Playing,Ubisoft,Arkane Studios / Floodgate Entertainment / Kuju Entertainment,7.3,0,,,0,0,2006-10-24, -/games/boxart/full_4841108JapanFrontccc.jpg,Item Getter: Bokura no Kagaku to Mahou no Kankei,DS,Role-Playing,5pb,Genterprise,,0,,0,,,2009-08-06, -/games/boxart/full_8962640JapanFrontccc.jpg,Princess Maker 4 Special Edition,DS,Role-Playing,CyberFront,Gainax,,0,,0,,,2008-09-25, -/games/boxart/full_9961007JapanFrontccc.jpg,Date ni Game Tsui Wake Jane! Dungeon Maker Girls Type,DS,Role-Playing,Idea Factory,Idea Factory,,0,,0,,,2009-10-29, -/games/boxart/full_9158896AmericaFrontccc.jpg,Dokapon Kingdom (JP sales),Wii,Role-Playing,Atlus,Sting,,0,,0,,,2008-10-14,2019-05-08 -/games/boxart/default.jpg,Falling Skies: The Game,X360,Role-Playing,Little Orbit,Little Orbit,,0,,,0,0,2016-01-01, -/games/boxart/full_8156496AmericaFrontccc.jpg,Raven's Cry,PC,Role-Playing,TopWare Interactive,Reality Pump Studios,,0,,,0,0,2015-01-26,2018-07-30 -/games/boxart/full_538960AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind Game of the Year Edition,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0,,,0,0,2003-10-31, -/games/boxart/full_4763536JapanFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection,X360,Role-Playing,Square Enix,Square Enix,,0,0,,,0,2007-11-22, -/games/boxart/full_7486367AmericaFrontccc.jpg,Age of Pirates 2: City of Abandoned Ships,PC,Role-Playing,Playlogic Game Factory,Akella,,0,0,,,0,2009-05-26, -/games/boxart/full_4024057AmericaFrontccc.jpg,Raven's Cry,PS3,Role-Playing,TopWare Interactive,Reality Pump Studios,,0,,,0,0,2015-01-30,2018-07-30 -/games/boxart/full_624879JapanFrontccc.jpg,Ougon no Kizuna,Wii,Role-Playing,Jaleco,TownFactory,,0,,0,,,2009-05-28, -/games/boxart/full_9054815AmericaFrontccc.jpg,Jade Empire: Special Edition,PC,Role-Playing,2K Games,BioWare Corp.,7.8,0,,,0,0,2007-02-26, -/games/boxart/full_7213994JapanFrontccc.jpg,Far East of Eden Ziria: Harukanaru Jipang,X360,Role-Playing,Hudson Soft,Hudson Soft,,0,,0,,,2006-03-23, -/games/boxart/full_7622957JapanFrontccc.jpg,Hamatora: Look at Smoking World,3DS,Role-Playing,FuRyu Corporation,FuRyu,,0,,0,,,2014-07-17,2019-05-01 -/games/boxart/full_3270708JapanFrontccc.jpg,Tir Na Nog Yuukyuu no Jin,PSP,Role-Playing,System Soft,System Soft,,0,,0,,,2009-04-29, -/games/boxart/full_4459600AmericaFrontccc.jpg,The Dark Spire (JP sales),DS,Role-Playing,Atlus,Success,,0,,0,,,2009-04-14, -/games/boxart/full_5903431AmericaFrontccc.jpg,Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,0,,,0,0,2009-08-25, -/games/boxart/full_6117685JapanFrontccc.jpg,Ranshima Monogatari Rare Land Story: Shoujo no Yakujou,PSP,Role-Playing,Arc System Works,Arc System Works,,0,,0,,,2009-07-23, -/games/boxart/full_9638540JapanFrontccc.jpg,D.S.: Dal Segno,PSV,Visual Novel,Entergram,Entergram,,0,,0,,,2018-03-22,2018-04-07 -/games/boxart/full_5654001JapanFrontccc.png,Hello Lady! Superior Dynamis,PSV,Visual Novel,Dramatic Create,Dramatic Create,,0,,0,,,2018-01-25,2018-03-02 -/games/boxart/full_650165PALFrontccc.jpg,Teslagrad,PSV,Platform,Rain Games,Rain Games,,0,,,0,0,2014-10-28,2019-04-22 -/games/boxart/full_9554258PALFrontccc.jpeg,Teslagrad,WiiU,Platform,Rain Games,Rain Games,7,0,,,0,0,2014-09-11,2018-01-04 -/games/boxart/full_4504623AmericaFrontccc.jpg,Open Season,XB,Platform,Ubisoft,Ubisoft Montreal,6.4,0,0,,0,0,2006-09-19, -/games/boxart/5954282ccc.jpg,The SpongeBob SquarePants Movie,PC,Platform,THQ,Heavy Iron Studios,6,0,0,,,0,2004-10-27, -/games/boxart/full_santa-claus-saves-the-earth_148AmericaFront.jpg,Santa Claus Saves the Earth,GBA,Platform,Telegames,Ivolgamus UAB,,0,0,,0,0,2002-10-30, -/games/boxart/full_9204358AmericaFrontccc.jpg,Fossil League: Dino Tournament Championship,DS,Role-Playing,D3 Publisher,MTO,,0,0,,,0,2007-01-22, -/games/boxart/full_5741036AmericaFrontccc.jpg,God of War,Series,Action,Sony Interactive Entertainment,SIE Santa Monica Studio,,,,,,,2005-03-22,2020-03-04 -/games/boxart/full_3351915AmericaFrontccc.jpg,Warriors,Series,Action,KOEI,Omega Force,,,,,,,1997-06-30,2020-03-24 -/games/boxart/full_6662824AmericaFrontccc.png,Devil May Cry,Series,Action,Capcom,Capcom,,,,,,,2001-10-16,2020-02-03 -/games/boxart/full_8122622AmericaFrontccc.jpg,God of War (2018),All,Action,Sony Interactive Entertainment,SIE Santa Monica Studio,,,,,,,2018-04-20,2022-11-23 -/games/boxart/full_6138740AmericaFrontccc.jpg,Dynasty Warriors,Series,Action,KOEI,Omega Force,,,,,,,1997-06-30,2020-03-24 -/games/boxart/full_3094030AmericaFrontccc.jpg,God of War (2018),PS4,Action,Sony Interactive Entertainment,SIE Santa Monica Studio,9.7,,,,,,2018-04-20,2022-05-26 -/games/boxart/full_6800951AmericaFrontccc.jpg,Frogger,Series,Action,Konami,Konami,,,,,,,1981-10-23,2020-02-26 -/games/boxart/full_2804791AmericaFrontccc.jpg,Uncharted 4: A Thief's End,PS4,Action,Sony Interactive Entertainment,Naughty Dog,9.2,,,,,,2016-05-10,2018-09-23 -/games/boxart/3887656ccc.jpg,Grand Theft Auto: San Andreas,PS2,Action,Rockstar Games,Rockstar North,9.5,,,,,,2004-10-26, -/games/boxart/full_7818120AmericaFrontccc.jpg,God of War: Ragnarök,All,Action,Sony Interactive Entertainment,Sony Computer Entertainment,,,,,,,2022-11-09,2022-11-23 -/games/boxart/full_9031276AmericaFrontccc.jpg,Grand Theft Auto V,PC,Action,Rockstar Games,Rockstar North,,,,,,,2015-04-14,2018-11-02 -/games/boxart/full_423137AmericaFrontccc.jpg,The Last of Us Part II,PS4,Action,Sony Interactive Entertainment,Naughty Dog,9.4,,,,,,2020-06-19,2020-07-25 -/games/boxart/full_3769410AmericaFrontccc.jpg,Dead Cells,All,Action,Motion Twin,Motion Twin,,,,,,,2018-08-07,2020-10-09 -/games/boxart/full_421168AmericaFrontccc.jpg,Uncharted: The Nathan Drake Collection,PS4,Action,Sony Computer Entertainment,Bluepoint Games,,,,,,,2015-10-07, -/games/boxart/full_8886048AmericaFrontccc.jpg,The Binding of Isaac,Series,Action,Edmund McMillen,Edmund McMillen,,,,,,,2011-09-28,2020-03-23 -/games/boxart/full_uncharted-3-drakes-deception_174AmericaFront.jpg,Uncharted 3: Drake's Deception,PS3,Action,Sony Computer Entertainment,Naughty Dog,9.3,,,,,,2011-11-01, -/games/boxart/full_9724978AmericaFrontccc.jpg,Ninja Gaiden,Series,Action,Tecmo,Tecmo,,,,,,,1988-10-01,2021-01-23 -/games/boxart/full_3182726AmericaFrontccc.jpg,Harry Potter and the Sorcerer's Stone,PS,Action,Electronic Arts,Argonaut Games,8,,,,,,2001-11-15, -/games/boxart/full_513702AmericaFrontccc.png,Samurai Warriors,Series,Action,KOEI,Omega Force,,,,,,,2004-05-06,2020-02-15 -/games/boxart/full_3803324AmericaFrontccc.jpg,God of War III,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,9.2,,,,,,2010-03-16, -/games/boxart/full_6435755AmericaFrontccc.jpg,Devil May Cry 5,All,Action,Capcom,Capcom,,,,,,,2019-03-08,2020-10-11 -/games/boxart/full_the-binding-of-isaac_366AmericaFront.jpg,The Binding of Isaac,PC,Action,Edmund McMillen,Edmund McMillen,8.3,,,,,,2011-09-28,2018-12-01 -/games/boxart/full_6263363AmericaFrontccc.jpg,Bayonetta,Series,Action,Sega,PlatinumGames,,,,,,,2010-01-05,2020-11-24 -/games/boxart/full_2704497AmericaFrontccc.jpg,God of War III Remastered,PS4,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2015-07-14,2018-12-03 -/games/boxart/full_3722346AmericaFrontccc.jpg,Devil May Cry 4,All,Action,Capcom,Capcom,,,,,,,2008-02-05,2020-10-11 -/games/boxart/full_5321723AmericaFrontccc.jpg,Tomb Raider (2013),PC,Action,Square Enix,Crystal Dynamics,8.8,,,,,,2013-03-05,2018-01-06 -/games/boxart/full_727021AmericaFrontccc.png,Uncharted: The Lost Legacy,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-08-22, -/games/boxart/full_5597924AmericaFrontccc.jpg,Dead by Daylight,All,Action,Behaviour Interactive,Behaviour Interactive,,,,,,,2016-06-14,2021-02-08 -/games/boxart/full_6602824AmericaFrontccc.jpg,Ghostbusters,Series,Action,Activision,Activision,,,,,,,1984-10-26,2023-08-11 -/games/boxart/full_8948277AmericaFrontccc.jpg,Hyrule Warriors,Series,Action,Nintendo,Omega Force,,,,,,,2014-09-26,2020-11-24 -/games/boxart/full_3891455AmericaFrontccc.jpg,Resident Evil 2,PS,Action,Capcom,Capcom,9.3,,,,,,1998-01-21, -/games/boxart/full_5633331AmericaFrontccc.jpg,God of War,PS2,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,9.3,,,,,,2005-03-22, -/games/boxart/full_dead-island_410AmericaFront.jpg,Dead Island,PC,Action,Deep Silver,Techland,7.1,,,,,,2011-09-06, -/games/boxart/full_1341854AmericaFrontccc.jpg,Dragon Ball: Xenoverse 2,PS4,Action,Namco Bandai Games,Dimps Corporation,7.1,,,,,,2016-10-25,2018-03-03 -/games/boxart/full_9938269AmericaFrontccc.jpg,DmC: Devil May Cry,All,Action,Capcom,Ninja Theory,,,,,,,2013-01-15,2020-10-10 -/games/boxart/full_1311455AmericaFrontccc.jpg,Monster Hunter Generations,3DS,Action,Capcom,Capcom,8.8,,,,,,2016-07-15,2018-01-30 -/games/boxart/full_9897259AmericaFrontccc.jpg,God of War II,PS2,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,9.3,,,,,,2007-03-13, -/games/boxart/full_8931458AmericaFrontccc.jpg,7 Days to Die,PC,Action,The Fun Pimps,The Fun Pimps,,,,,,,2013-12-13,2018-05-31 -/games/boxart/full_2386162AmericaFrontccc.jpg,Just Cause 2,PC,Action,Eidos Interactive,Avalanche Studios,8.2,,,,,,2010-03-23, -/games/boxart/full_2603765AmericaFrontccc.png,Sengoku BASARA,Series,Action,Capcom,Capcom,,,,,,,2005-10-12,2020-02-04 -/games/boxart/7351891ccc.jpg,Frogger,2600,Action,Parker Bros.,Konami,,,,,,,1982-01-01, -/games/boxart/full_9031364AmericaFrontccc.jpg,Hyrule Warriors: Age of Calamity,NS,Action,Nintendo,Koei Tecmo Games,9,,,,,,2020-11-20,2020-09-12 -/games/boxart/full_9898553AmericaFrontccc.png,Monster Hunter: World,PS4,Action,Capcom,Capcom,9.3,,,,,,2018-01-26,2018-01-30 -/games/boxart/full_4708606AmericaFrontccc.png,Super Mario Run,iOS,Action,Nintendo,Nintendo,,,,,,,2016-12-15, -/games/boxart/full_5389420AmericaFrontccc.jpg,The Lord of the Rings: The Two Towers,All,Action,Electronic Arts,Stormfront Studios,,,,,,,2002-10-21,2020-12-03 -/games/boxart/full_6517784AmericaFrontccc.png,Resident Evil VII: Biohazard,PS4,Action,Capcom,Capcom,8.6,,,,,,2017-01-24,2018-11-06 -/games/boxart/full_8195643AmericaFrontccc.jpg,Diablo III: Reaper of Souls,PC,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-03-25,2019-01-10 -/games/boxart/full_7813881AmericaFrontccc.png,Bayonetta,All,Action,Sega,PlatinumGames,,,,,,,2010-01-05,2020-11-24 -/games/boxart/full_kung-fu_775AmericaFront.jpg,Kung Fu,NES,Action,Nintendo,Irem Software Engineering,,,,,,,1985-10-01, -/games/boxart/full_3497878AmericaFrontccc.jpg,Nioh,All,Action,Koei Tecmo,Team Ninja,,,,,,,2017-02-09,2020-10-17 -/games/boxart/9182743ccc.jpg,Resident Evil 3: Nemesis,PS,Action,Capcom,Capcom,9.4,,,,,,1999-11-11, -/games/boxart/full_5613940PALFrontccc.jpg,Dying Light,PC,Action,Warner Bros. Interactive Entertainment,Techland,,,,,,,2016-02-06,2018-05-04 -/games/boxart/full_626152AmericaFrontccc.jpg,Dead Rising 3,XOne,Action,Microsoft Studios,Capcom,,,,,,,2013-11-22,2018-03-24 -/games/boxart/6379438ccc.jpg,Luigi's Mansion,GC,Action,Nintendo,Nintendo EAD,7.9,,,,,,2001-11-17, -/games/boxart/full_3484636AmericaFrontccc.jpg,God of War: Chains of Olympus,PSP,Action,Sony Computer Entertainment,Ready at Dawn,8.9,,,,,,2008-03-04, -/games/boxart/full_1226105AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,PS4,Action,Bandai Namco Games,CyberConnect2,,,,,,,2020-01-17,2019-07-23 -/games/boxart/full_6820063AmericaFrontccc.jpg,Dead Rising,All,Action,Capcom,Capcom,,,,,,,2006-08-08,2020-10-10 -/games/boxart/full_3053742AmericaFrontccc.png,Final Fight,Series,Action,Capcom,Capcom,,,,,,,1989-12-01,2020-02-03 -/games/boxart/full_3283622AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,All,Action,Bandai Namco Entertainment,Soleil Software Studio Inc.,,,,,,,2018-08-31,2023-08-05 -/games/boxart/full_7899849AmericaFrontccc.png,New Super Luigi U,WiiU,Action,Nintendo,Nintendo,7.8,,,,,,2013-08-25,2018-01-24 -/games/boxart/full_5677432AmericaFrontccc.jpg,Chivalry,Series,Action,Torn Banner Studios,Torn Banner Studios,,,,,,,2007-09-10,2021-08-17 -/games/boxart/full_7566381AmericaFrontccc.jpeg,Dishonored,PC,Action,Bethesda Softworks,Arkane Studios,,,,,,,2013-04-16,2018-01-01 -/games/boxart/full_553721AmericaFrontccc.jpg,God of War: Ascension,PS3,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2013-03-12,2018-04-04 -/games/boxart/full_1400875AmericaFrontccc.jpg,Warhammer: Vermintide,Series,Action,Fatshark,Fatshark,,,,,,,2015-10-23,2020-03-04 -/games/boxart/full_8153244AmericaFrontccc.jpg,Warriors Orochi,Series,Action,KOEI,Omega Force,,,,,,,2007-09-18,2020-10-17 -/games/boxart/full_7649053AmericaFrontccc.png,Nioh,PS4,Action,Sony Interactive Entertainment,Team Ninja,,,,,,,2017-02-07,2020-08-05 -/games/boxart/full_720495AmericaFrontccc.jpg,Middle-Earth: Shadow of Mordor,PS4,Action,Warner Bros. Interactive Entertainment,Monolith Productions,,,,,,,2014-09-30,2018-05-04 -/games/boxart/full_480754PALFrontccc.jpg,Hitman: Absolution,PC,Action,Square Enix,IO Interactive,9,,,,,,2012-11-20, -/games/boxart/full_5147450AmericaFrontccc.jpg,Devil May Cry HD Collection,All,Action,Capcom,Capcom,,,,,,,2012-03-22,2020-10-11 -/games/boxart/full_8274221AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,PC,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 -/games/boxart/full_500413AmericaFrontccc.jpg,Resident Evil,PS,Action,Capcom,Capcom,8.6,,,,,,1996-03-30, -/games/boxart/full_9057074AmericaFrontccc.jpg,Star Wars: Shadows of the Empire,N64,Action,Nintendo,LucasArts,,,,,,,1996-12-03, -/games/boxart/full_3903285AmericaFrontccc.png,Hotline Miami,PC,Action,Devolver Digital,Dennaton Games,8.8,,,,,,2012-10-23,2019-02-01 -/games/boxart/full_6188669AmericaFrontccc.jpg,Ghostrunner,All,Action,505 Games,One More Level,,,,,,,2020-10-27,2021-05-31 -/games/boxart/full_2224445AmericaFrontccc.jpg,Streets of Rage 4,All,Action,DotEmu,DotEmu,,,,,,,2020-04-30,2021-02-22 -/games/boxart/full_batman-arkham-city_659AmericaFront.jpg,Batman: Arkham City,PC,Action,Warner Bros. Interactive,Rocksteady Studios,9,,,,,,2011-11-22, -/games/boxart/full_6458923AmericaFrontccc.jpg,God of War Collection,PS3,Action,Sony Computer Entertainment,Bluepoint Games,9.2,,,,,,2009-11-17, -/games/boxart/full_5867047AmericaFrontccc.jpg,Dino Crisis,PS,Action,Capcom,Capcom Production Studio 4,8.9,,,,,,1999-08-31, -/games/boxart/full_mafia-ii_6AmericaFront.jpg,Mafia II,PC,Action,2K Games,Illusion Softworks,7.6,,,,,,2010-08-24, -/games/boxart/full_952077AmericaFrontccc.png,Devil May Cry 3,All,Action,Capcom,Capcom,,,,,,,2005-03-01,2020-10-10 -/games/boxart/full_9190363AmericaFrontccc.jpg,Resident Evil 4,PS2,Action,Capcom,Capcom Production Studio 4,9.6,,,,,,2005-10-25, -/games/boxart/2421594ccc.jpg,Dynasty Warriors 4,PS2,Action,KOEI,Omega Force,,,,,,,2003-03-25, -/games/boxart/full_4543143AmericaFrontccc.jpg,Batman: Arkham Asylum,PC,Action,Eidos Interactive,Rocksteady Studios,9.3,,,,,,2009-09-15, -/games/boxart/full_8688619AmericaFrontccc.jpg,Devil May Cry,PS2,Action,Capcom,Capcom,9.1,,,,,,2001-10-16, -/games/boxart/full_8394432AmericaFrontccc.jpg,How to Survive 2,PC,Action,Unknown,EKO Software,,,,,,,,2019-02-02 -/games/boxart/full_4428768AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,PS4,Action,Bandai Namco Games,Soleil Software Studio Inc.,8.5,,,,,,2018-08-31,2018-06-14 -/games/boxart/full_7521046PALFrontccc.jpg,Dragon Ball: Xenoverse 2,XOne,Action,Namco Bandai Games,Dimps Corporation,,,,,,,2016-10-25,2018-03-03 -/games/boxart/full_4676535AmericaFrontccc.jpg,LEGO City Undercover: The Chase Begins,3DS,Action,Nintendo,TT Fusion,6.2,,,,,,2013-04-21,2018-01-05 -/games/boxart/1287196ccc.jpg,Onimusha: Warlords,PS2,Action,Capcom,Flagship,8.7,,,,,,2001-03-13, -/games/boxart/full_6039515AmericaFrontccc.jpg,Chivalry: Medieval Warfare,PC,Action,Media.Vision,Torn Banner Studios,,,,,,,2012-10-16,2018-05-01 -/games/boxart/full_8916519AmericaFrontccc.jpg,Dead Island 2,All,Action,Deep Silver,Dambuster Studios,,,,,,,2023-04-21,2023-04-24 -/games/boxart/full_6040064AmericaFrontccc.jpg,Fire Emblem Warriors,Series,Action,Nintendo,Omega Force,,,,,,,2017-10-20,2022-08-17 -/games/boxart/full_8853325AmericaFrontccc.jpg,Ghostbusters,All,Action,Activision,Activision,,,,,,,1984-10-26,2023-08-11 -/games/boxart/full_4161640AmericaFrontccc.png,Hulk,All,Action,Universal Interactive,Radical Entertainment,,,,,,,2003-05-28,2022-09-26 -/games/boxart/full_9047235AmericaFrontccc.jpeg,Icey,All,Action,X.D. Network Inc.,FantaBlade Network,,,,,,,2016-11-17,2021-08-18 -/games/boxart/full_7935372AmericaFrontccc.jpg,inFAMOUS,PS3,Action,Sony Computer Entertainment,Sucker Punch Productions,8.7,,,,,,2009-05-26, -/games/boxart/full_870841AmericaFrontccc.jpg,Persona 5 Strikers,All,Action,Sega,Omega Force,,,,,,,2021-02-23,2020-12-07 -/games/boxart/full_4591202AmericaFrontccc.jpg,Resident Evil 4,Wii,Action,Capcom,Capcom Production Studio 4,9.2,,,,,,2007-06-19,2019-07-20 -/games/boxart/full_8556259AmericaFrontccc.jpg,Saints Row,X360,Action,THQ,Volition Inc.,8,,,,,,2006-08-29, -/games/boxart/full_74297AmericaFrontccc.jpg,Sifu,All,Action,Sloclap,Sloclap,,,,,,,2022-02-08,2022-03-02 -/games/boxart/full_2945750AmericaFrontccc.jpg,Warhammer: Vermintide 2,All,Action,Fatshark,Fatshark,,,,,,,2018-03-08,2021-01-21 -/games/boxart/full_1522776AmericaFrontccc.jpg,Broforce,PC,Action,Devolver Digital,Free Lives Games,,,,,,,2014-04-07, -/games/boxart/full_3896928AmericaFrontccc.jpg,Dragon Ball: Xenoverse 2,NS,Action,Namco Bandai Games,Dimps Corporation,8,,,,,,2017-09-22,2018-01-01 -/games/boxart/full_alan-wake_126PALFront.jpg,Alan Wake,PC,Action,Remedy Entertainment,Remedy Entertainment,,,,,,,2012-02-16,2018-11-02 -/games/boxart/full_3758864AmericaFrontccc.jpg,Dead Rising,X360,Action,Capcom,Capcom Production Studio 1,8.4,,,,,,2006-08-08, -/games/boxart/full_4166012AmericaFrontccc.jpg,Friday the 13th: The Game,All,Action,Gun Media,IllFonic,,,,,,,2017-05-26,2021-02-22 -/games/boxart/full_9752282JapanFrontccc.jpg,Monster Hunter Double Cross,3DS,Action,Capcom,Capcom,,,,,,,2017-03-18,2018-01-05 -/games/boxart/5328878ccc.jpg,Samurai Warriors,PS2,Action,KOEI,Omega Force,,,,,,,2004-05-06, -/games/boxart/full_1468140PALFrontccc.jpg,Mad Max (2013),PC,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2015-09-01,2018-01-05 -/games/boxart/1623321ccc.jpg,Dynasty Warriors 3,PS2,Action,KOEI,Omega Force,,,,,,,2001-11-26, -/games/boxart/full_8487538PALFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,PC,Action,Konami Digital Entertainment,Kojima Productions,,,,,,,2015-09-01,2018-05-04 -/games/boxart/full_1835960AmericaFrontccc.jpg,Cuphead,PC,Action,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-08-01 -/games/boxart/full_518817AmericaFrontccc.jpg,Devil May Cry 2,PS2,Action,Capcom,Capcom,6.5,,,,,,2003-01-25, -/games/boxart/8326950ccc.jpg,Dynasty Warriors 5,PS2,Action,KOEI,Omega Force,,,,,,,2005-03-29, -/games/boxart/full_5849481AmericaFrontccc.jpg,Final Fantasy Tactics Advance,GBA,Action,Nintendo,Square Enix,,,,,,,2003-09-08, -/games/boxart/full_2340135AmericaFrontccc.jpg,Kirby: Planet Robobot,3DS,Action,Nintendo,HAL Laboratory,7.7,,,,,,2016-06-10,2018-04-20 -/games/boxart/full_3824266AmericaFrontccc.jpg,Marvel Ultimate Alliance 3: The Black Order,NS,Action,Nintendo,Team Ninja,,,,,,,2019-07-19,2019-06-12 -/games/boxart/2169923ccc.jpg,Resident Evil 4,GC,Action,Capcom,Capcom Production Studio 4,9.6,,,,,,2005-01-11, -/games/boxart/full_880273AmericaFrontccc.jpg,Mark of the Ninja,PC,Action,Microsoft Studios,Klei Entertainment,9.3,,,,,,2012-10-16,2018-08-12 -/games/boxart/full_7837080AmericaFrontccc.jpg,Hitman,PC,Action,Square Enix,IO Interactive,,,,,,,2016-03-11,2018-05-01 -/games/boxart/1099086ccc.jpg,Onimusha 3: Demon Siege,PS2,Action,Capcom,Capcom,,,,,,,2004-04-27, -/games/boxart/full_4437631AmericaFrontccc.jpg,How to Survive,PC,Action,505 Games,EKO Software,,,,,,,2013-10-23, -/games/boxart/full_2164312AmericaFrontccc.png,Bayonetta 2,All,Action,Nintendo,PlatinumGames,,,,,,,2014-10-24,2020-11-24 -/games/boxart/full_9887583AmericaFrontccc.jpg,American McGee's Alice,PC,Action,Electronic Arts,Rogue Entertainment,,,,,,,2000-12-06, -/games/boxart/3606492ccc.gif,Bully,PS2,Action,Rockstar Games,Rockstar Vancouver,,,,,,,2006-10-17, -/games/boxart/full_2157803AmericaFrontccc.jpg,Heavenly Sword,PS3,Action,Sony Computer Entertainment,Ninja Theory,8,,,,,,2007-09-12, -/games/boxart/full_4570374AmericaFrontccc.jpg,Nightmare Creatures,All,Action,Activision,Kalisto Entertainment,,,,,,,1997-09-30,2021-05-22 -/games/boxart/full_5242394AmericaFrontccc.png,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,All,Action,Konami,Konami,,,,,,,2005-11-01,2022-09-29 -/games/boxart/full_131208AmericaFrontccc.jpg,Warriors Orochi,All,Action,KOEI,Omega Force,,,,,,,2007-09-18,2020-10-17 -/games/boxart/full_final-fight_2AmericaFront.jpg,Final Fight,SNES,Action,Capcom,Capcom,10,,,,,,1991-11-10, -/games/boxart/full_9890219AmericaFrontccc.png,The Incredible Hulk,All,Action,Sega,Edge of Reality,,,,,,,2008-06-05,2020-11-13 -/games/boxart/full_3589977PALFrontccc.png,One Piece Pirate Warriors,PS3,Action,Namco Bandai Games,Omega Force,,,,,,,2012-09-25,2018-01-12 -/games/boxart/3125319ccc.jpg,Resident Evil Outbreak,PS2,Action,Capcom,Capcom Production Studio 1,7.1,,,,,,2004-03-31, -/games/boxart/full_988743AmericaFrontccc.jpg,Attack on Titan,Series,Action,Spike Chunsoft,Spike Chunsoft,,,,,,,2013-12-05,2020-03-24 -/games/boxart/full_7496472AmericaFrontccc.jpg,Dead Rising 4,All,Action,Microsoft Studios,Capcom,,,,,,,2016-12-06,2020-10-10 -/games/boxart/full_8051823AmericaFrontccc.jpg,Nioh 2,PS4,Action,Sony Interactive Entertainment,Team Ninja,,,,,,,2020-03-13,2020-05-15 -/games/boxart/full_pokemon-rumble-blast_685AmericaFront.jpg,Pokémon Rumble Blast,3DS,Action,Nintendo,Ambrella,5.3,,,,,,2011-10-24, -/games/boxart/8279816ccc.jpg,Resident Evil - Code: Veronica X,PS2,Action,Capcom,Capcom,8.4,,,,,,2001-08-21, -/games/boxart/full_9095196AmericaFrontccc.jpg,Resident Evil: Revelations Collection,NS,Action,Capcom,Capcom,,,,,,,2017-11-28,2018-03-15 -/games/boxart/full_2938427PALFrontccc.jpg,Batman: Arkham Knight,PC,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2015-06-23,2018-01-04 -/games/boxart/full_kid-icarus-uprising_513AmericaFront.jpg,Kid Icarus: Uprising,3DS,Action,Nintendo,Project Sora,8,,,,,,2012-03-23,2018-01-05 -/games/boxart/full_7773841AmericaFrontccc.jpg,Yu-Gi-Oh! The Duelists of the Roses,PS2,Action,Konami,Konami,7,,,,,,2003-02-16, -/games/boxart/7409580ccc.jpg,Resident Evil,GC,Action,Capcom,Capcom,8.9,,,,,,2002-04-30, -/games/boxart/full_7480644AmericaFrontccc.jpg,Astral Chain,NS,Action,Nintendo,PlatinumGames,,,,,,,2019-08-30,2019-06-12 -/games/boxart/full_6903656AmericaFrontccc.jpg,Geometry Dash,PC,Action,Unknown,RobTop Games,,,,,,,,2019-02-03 -/games/boxart/full_8752118PALFrontccc.jpg,Resident Evil 6,PC,Action,Capcom,Capcom,,,,,,,2013-03-22,2019-01-03 -/games/boxart/full_7470648AmericaFrontccc.jpg,Thief,PC,Action,Square Enix,Eidos Montreal,,,,,,,2014-02-25,2018-01-04 -/games/boxart/full_6115800AmericaFrontccc.jpg,Who's Your Daddy,PC,Action,Unknown,Evil Tortilla Games,,,,,,,,2019-02-03 -/games/boxart/full_289274AmericaFrontccc.jpg,Devil May Cry 3: Dante's Awakening,PS2,Action,Capcom,Capcom,8.6,,,,,,2005-03-01, -/games/boxart/full_1232297AmericaFrontccc.jpg,Kinect Star Wars,X360,Action,Microsoft Studios,Terminal Reality,,,,,,,2012-04-03,2018-09-29 -/games/boxart/full_1821842AmericaFrontccc.jpg,Ryse: Son of Rome,XOne,Action,Microsoft Studios,Crytek,,,,,,,2013-11-22,2018-03-24 -/games/boxart/full_7853410PALFrontccc.jpg,The Escapists,PC,Action,Team17 Software,Mouldy Toof Studios,,,,,,,2014-08-20, -/games/boxart/6390293ccc.jpg,Resident Evil Zero,GC,Action,Capcom,Capcom Production Studio 3 / Flagship,8.2,,,,,,2002-11-12, -/games/boxart/full_9275565AmericaFrontccc.jpeg,Bayonetta,NS,Action,Nintendo,PlatinumGames,,,,,,,2018-02-16,2020-08-02 -/games/boxart/full_5304839AmericaFrontccc.jpg,Bayonetta 2,NS,Action,Nintendo,PlatinumGames,9.5,,,,,,2018-02-16,2018-04-17 -/games/boxart/9641652ccc.jpg,Dino Crisis 2,PS,Action,Capcom,Capcom Production Studio 4,8.8,,,,,,2000-09-29, -/games/boxart/full_552359AmericaFrontccc.jpg,Ninja Gaiden,XB,Action,Tecmo,Team Ninja,9.4,,,,,,2004-03-02, -/games/boxart/1383757ccc.jpg,Resident Evil Director's Cut: Dual Shock Edition,PS,Action,Capcom,Capcom,,,,,,,1998-01-01, -/games/boxart/full_god-of-war-ghost-of-sparta_4AmericaFront.jpg,God of War: Ghost of Sparta,PSP,Action,Sony Computer Entertainment,Ready at Dawn,8.3,,,,,,2010-11-02, -/games/boxart/full_2580696AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,XOne,Action,Bandai Namco Games,CyberConnect2,,,,,,,2020-01-17,2019-07-23 -/games/boxart/full_4939346AmericaFrontccc.png,LEGO City Undercover,WiiU,Action,Nintendo,TT Fusion,7.5,,,,,,2013-03-18,2018-03-20 -/games/boxart/full_6452233AmericaFrontccc.jpg,Ninja Gaiden II,X360,Action,Microsoft,Team Ninja,8.2,,,,,,2008-06-03, -/games/boxart/full_1579426AmericaFrontccc.jpg,Commando,NES,Action,Capcom,Capcom,,,,,,,1986-11-01, -/games/boxart/6432563ccc.jpg,Resident Evil - Code: Veronica,DC,Action,Capcom,Capcom,9.2,,,,,,2000-02-29, -/games/boxart/5908966ccc.jpg,Resident Evil Director's Cut,PS,Action,Capcom,Capcom,8.3,,,,,,1997-01-01, -/games/boxart/full_68730AmericaFrontccc.jpg,One Piece: Pirate Warriors 3,PS4,Action,Tecmo Koei,Omega Force,,,,,,,2015-08-25,2018-01-12 -/games/boxart/full_8882000AmericaFrontccc.jpg,Dead Rising 3: Apocalypse Edition,PC,Action,Capcom,Capcom,,,,,,,2014-09-05,2018-09-11 -/games/boxart/full_4972966AmericaFrontccc.jpg,Ninja Gaiden Sigma,PS3,Action,Tecmo,Team Ninja,8.8,,,,,,2007-07-03, -/games/boxart/full_6971600AmericaFrontccc.jpg,TMNT,All,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20,2020-11-29 -/games/boxart/full_8318030AmericaFrontccc.jpg,Bayonetta 3,NS,Action,Nintendo,PlatinumGames,,,,,,,2022-10-28,2017-12-31 -/games/boxart/full_510563AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,XOne,Action,Bandai Namco Games,Soleil Software Studio Inc.,,,,,,,2018-08-31,2018-09-12 -/games/boxart/full_4549936AmericaFrontccc.jpg,Super Hexagon,PC,Action,Unknown,Terry Cavanagh,,,,,,,,2019-02-05 -/games/boxart/full_5960719AmericaFrontccc.jpg,Resident Evil VII: Biohazard,XOne,Action,Capcom,Capcom,7.9,,,,,,2017-01-24,2018-01-15 -/games/boxart/full_9843027AmericaFrontccc.jpg,Assassin's Creed Origins,PC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2017-10-27,2018-01-10 -/games/boxart/full_6294878AmericaFrontccc.jpg,Final Fight 2,SNES,Action,Capcom,Capcom,,,,,,,1993-08-01, -/games/boxart/full_3296182AmericaFrontccc.jpg,Code Vein,PS4,Action,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-27,2018-06-17 -/games/boxart/full_4994251AmericaFrontccc.png,Resident Evil 5,PC,Action,Capcom,Capcom,8.9,,,,,,2009-09-15, -/games/boxart/full_6858122AmericaFrontccc.png,ARK: Survival Evolved,PS4,Action,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-29,2018-01-14 -/games/boxart/full_1455634AmericaFrontccc.jpg,Chivalry 2,All,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2021-06-08,2021-08-17 -/games/boxart/full_7552531AmericaFrontccc.jpg,Depth,PC,Action,Digital Confectioners,Digital Confectioners,,,,,,,2014-11-03,2021-08-16 -/games/boxart/1031866ccc.jpg,Devil May Cry 3: Dante's Awakening Special Edition,PS2,Action,Capcom,Capcom,8.8,,,,,,2006-01-24, -/games/boxart/full_8128714AmericaFrontccc.png,Enter the Gungeon,NS,Action,Devolver Digital,Dodge Roll,,,,,,,2017-12-14,2018-02-04 -/games/boxart/full_2851399AmericaFrontccc.jpg,Fire Emblem Warriors,All,Action,Nintendo,Omega Force,,,,,,,2017-10-20,2020-10-16 -/games/boxart/full_1676692AmericaFrontccc.jpg,Fire Emblem Warriors: Three Hopes,NS,Action,Nintendo,Omega Force,,,,,,,2022-06-24,2022-02-09 -/games/boxart/full_4276770AmericaFrontccc.jpg,Hyrule Warriors,WiiU,Action,Nintendo,Omega Force,7.4,,,,,,2014-09-26,2020-08-04 -/games/boxart/full_7119056AmericaFrontccc.png,Lollipop Chainsaw,All,Action,Warner Bros. Interactive Entertainment,Grasshopper Manufacture,,,,,,,2012-06-12,2021-02-16 -/games/boxart/full_9420482JapanFrontccc.png,Monster Strike 3DS,3DS,Action,"mixi, Inc","mixi, Inc",,,,,,,2015-12-17,2018-01-07 -/games/boxart/full_5781400AmericaFrontccc.jpg,Mordhau,PC,Action,Triternion,Triternion,,,,,,,2019-04-29,2019-05-06 -/games/boxart/full_8351403AmericaFrontccc.jpg,Rampage: Total Destruction,All,Action,Midway Games,Pipeworks Software,,,,,,,2006-04-24,2021-04-14 -/games/boxart/full_2027342AmericaFrontccc.jpg,Scarlet Nexus,All,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2022-04-14 -/games/boxart/full_6427294AmericaFrontccc.jpg,Silent Hill 2,PS2,Action,Konami,KCET,,,,,,,2001-09-24, -/games/boxart/full_3825079AmericaFrontccc.png,Soma,PC,Action,Frictional Games,Frictional Games,,,,,,,2016-01-01, -/games/boxart/full_9430649AmericaFrontccc.png,Star Wars: Episode III – Revenge of the Sith,All,Action,LucasArts,The Collective,,,,,,,2005-05-04,2021-02-23 -/games/boxart/full_1933067AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,All,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-07-13 -/games/boxart/full_2192935AmericaFrontccc.jpg,Warhammer: End Times – Vermintide,All,Action,Fatshark,Fatshark,,,,,,,2015-10-23,2021-01-21 -/games/boxart/full_5668432AmericaFrontccc.jpg,Warhammer: Vermintide 2,PC,Action,Unknown,Fatshark AB,,,,,,,,2019-06-10 -/games/boxart/full_gauntlet_1AmericaFront.jpg,Gauntlet,PC,Action,Mindscape,Mindscape Inc.,,,,,,,1988-01-01, -/games/boxart/full_3279187AmericaFrontccc.png,Lego Marvel Super Heroes,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2013-10-22,2018-12-01 -/games/boxart/full_1760634PALFrontccc.jpg,DmC Devil May Cry,PC,Action,Capcom,QLOC,,,,,,,2013-01-25,2018-05-01 -/games/boxart/full_5702744AmericaFrontccc.jpg,Ryse: Son of Rome,PC,Action,Crytek,Crytek,,,,,,,2014-10-10,2018-08-12 -/games/boxart/full_1479687AmericaFrontccc.jpg,Warriors Orochi 4,All,Action,Koei Tecmo,Omega Force,,,,,,,2018-10-16,2020-10-17 -/games/boxart/full_9455589AmericaFrontccc.jpg,Getting Over It with Bennett Foddy,PC,Action,Unknown,Bennett Foddy,,,,,,,,2019-02-05 -/games/boxart/full_7101744AmericaFrontccc.jpg,Mount Your Friends,PC,Action,Unknown,Unknown,,,,,,,2014-07-29, -/games/boxart/full_1451191AmericaFrontccc.jpg,Magicka 2,PC,Action,Paradox Interactive,Paradox Interactive,,,,,,,2015-05-26, -/games/boxart/full_7989462AmericaFrontccc.jpg,Dead Cells,PC,Action,Motion Twin,Motion Twin,,,,,,,2017-05-10,2018-08-06 -/games/boxart/full_4616165AmericaFrontccc.jpg,Predator: Hunting Grounds,PS4,Action,Sony Computer Entertainment,IllFonic,,,,,,,2020-04-24,2019-06-20 -/games/boxart/full_734791AmericaFrontccc.jpg,Raft,PC,Action,Unknown,Redbeet Interactive,,,,,,,,2019-02-07 -/games/boxart/560388ccc.jpg,Resident Evil 2: Dual Shock Edition,PS,Action,Capcom,Capcom,9,,,,,,1998-08-05, -/games/boxart/full_6168351AmericaFrontccc.jpg,Nidhogg,PC,Action,Messhof,Messhof,,,,,,,2014-01-13,2018-09-09 -/games/boxart/full_6306101AmericaFrontccc.jpg,Akiba,Series,Action,Acquire,Acquire,,,,,,,2011-05-19,2021-02-03 -/games/boxart/full_6052480AmericaFrontccc.jpg,Defy Gravity Extended,PC,Action,Unknown,Fish Factory Games,,,,,,,2011-07-25, -/games/boxart/full_6329012AmericaFrontccc.jpg,Dynasty Warriors 9,All,Action,Koei Tecmo,Omega Force,,,,,,,2018-02-13,2020-10-17 -/games/boxart/full_devil-may-cry-hd-collection_289PALFront.jpg,Devil May Cry HD Collection,PS3,Action,Capcom,Capcom,,,,,,,2012-04-03, -/games/boxart/full_9887330AmericaFrontccc.jpg,Guacamelee!,PC,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2013-08-08,2018-08-07 -/games/boxart/full_god-of-war-origins-collection_569AmericaFront.jpg,God of War: Origins Collection,PS3,Action,Sony Computer Entertainment,Ready at Dawn,8.6,,,,,,2011-09-13, -/games/boxart/full_597674AmericaFrontccc.jpg,Resident Evil 4,PC,Action,Ubisoft,SourceNext,8,,,,,,2007-05-15, -/games/boxart/full_8220265AmericaFrontccc.jpg,Gunpoint,PC,Action,Unknown,Suspicious Developments,,,,,,,,2019-02-08 -/games/boxart/full_2514492AmericaFrontccc.png,Attack on Titan,All,Action,Koei Tecmo,Omega Force,,,,,,,2016-08-30,2021-01-22 -/games/boxart/full_4284184AmericaFrontccc.jpg,Dynasty Warriors: Gundam 2,All,Action,Bandai Namco,Omega Force,,,,,,,2009-04-22,2020-11-20 -/games/boxart/full_554512AmericaFrontccc.jpg,Metal Gear Rising: Revengeance,PC,Action,Konami Digital Entertainment,PlatinumGames,,,,,,,2014-01-09,2018-01-12 -/games/boxart/full_5941371PALFrontccc.jpg,Resident Evil VII: Biohazard,PC,Action,Capcom,Capcom,7.9,,,,,,2017-01-24,2018-01-15 -/games/boxart/full_9107175PALFrontccc.jpg,Dynasty Warriors 7,All,Action,Tecmo Koei,Omega Force,,,,,,,2011-03-29,2020-10-16 -/games/boxart/full_5917711PALFrontccc.jpg,Resident Evil: Revelations 2,PC,Action,Capcom,Capcom,,,,,,,2015-02-25,2018-04-15 -/games/boxart/full_8365300AmericaFrontccc.jpg,Ninja Gaiden 3,All,Action,Tecmo Koei,Team Ninja,,,,,,,2012-03-20,2020-10-16 -/games/boxart/full_3031322AmericaFrontccc.jpg,Friday the 13th: The Game,PC,Action,Unknown,IllFonic,,,,,,,,2019-07-27 -/games/boxart/full_dead-rising-2_3AmericaFront.jpg,Dead Rising 2,PC,Action,Capcom,Blue Castle Games,7.7,,,,,,2010-09-28, -/games/boxart/full_6213972JapanFrontccc.jpg,God Eater,PSP,Action,D3Publisher,Shift,,,,,,,2011-03-15, -/games/boxart/full_4817034AmericaFrontccc.jpg,Overcooked,PC,Action,Unknown,Ghost Town Games,,,,,,,,2019-02-08 -/games/boxart/full_1577161AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,All,Action,Xseed Games,Acquire,,,,,,,2014-08-12,2021-02-03 -/games/boxart/full_6800439AmericaFrontccc.jpg,Mini Ninjas,All,Action,Eidos Interactive,IO Interactive,,,,,,,2009-09-08,2021-01-18 -/games/boxart/full_4486648AmericaFrontccc.jpg,Oddworld: Stranger's Wrath,XB,Action,Electronic Arts,Oddworld Inhabitants,,,,,,,2005-01-25, -/games/boxart/full_lucius_892AmericaFront.jpg,Lucius,PC,Action,Lace Mamba Global,Shiver Games,,,,,,,2012-06-30, -/games/boxart/3205853ccc.jpg,Hitman: Codename 47,PC,Action,Eidos Interactive,IO Interactive,,,,,,,2000-11-23, -/games/boxart/full_mobile-suit-gundam-extreme-vs_796JapanFront.jpg,Mobile Suit Gundam: Extreme Vs,PS3,Action,Namco Bandai Games,Namco Bandai,,,,,,,2014-01-30, -/games/boxart/full_1168310AmericaFrontccc.jpg,Killer is Dead,PC,Action,Unknown,Kadokawa Games,,,,,,,,2019-02-09 -/games/boxart/full_3034993AmericaFrontccc.jpg,Blackwake,PC,Action,Unknown,Mastfire Studios Pty Ltd,,,,,,,,2019-02-09 -/games/boxart/full_3203709AmericaFrontccc.jpg,Dragon Ball: Xenoverse 2,PC,Action,Namco Bandai Games,Dimps Corporation,,,,,,,2016-10-28,2018-03-03 -/games/boxart/full_8770639PALFrontccc.jpg,Saints Row: Gat out of Hell,PC,Action,Deep Silver,Volition Inc.,,,,,,,2015-01-20, -/games/boxart/full_8055680AmericaFrontccc.jpg,Attack on Titan 2,All,Action,Koei Tecmo,Omega Force,,,,,,,2018-03-20,2020-10-17 -/games/boxart/full_8533689JapanFrontccc.jpg,Run for Money Tousouchuu,3DS,Action,Unknown,Bandai Namco Games,,,,,,,,2020-11-22 -/games/boxart/full_9484973AmericaFrontccc.jpg,Blade of Darkness,PC,Action,Codemasters,Rebel Act Studios,,,,,,,2001-02-19, -/games/boxart/full_9304884AmericaFrontccc.jpg,Hello Neighbor,All,Action,TinyBuild Games,Dynamic Pixels,,,,,,,2017-12-08,2021-02-08 -/games/boxart/full_6759109AmericaFrontccc.jpg,Warhammer: The End Times - Vermintide,PC,Action,Games Workshop,Fatshark,,,,,,,2016-10-04,2018-08-11 -/games/boxart/full_1478120AmericaFrontccc.jpeg,The Escapists 2,PC,Action,Team17 Software,Team17 Software,,,,,,,2017-08-22,2019-02-22 -/games/boxart/full_9306937PALFrontccc.jpg,Styx: Master of Shadows,PC,Action,Focus Home Interactive,Cyanide Studios,,,,,,,2014-10-07,2018-01-06 -/games/boxart/full_1788275JapanFrontccc.jpg,Kouchuu Ouja Mushi King,GBA,Action,Sega,Sega,,,,,,,2005-06-23, -/games/boxart/full_1379622PALFrontccc.jpg,Warriors Orochi 3,All,Action,Tecmo Koei,Omega Force,,,,,,,2012-03-20,2020-10-16 -/games/boxart/full_gods-eater-burst_569AmericaFront.jpg,Gods Eater Burst,PSP,Action,D3 Publisher,Shift,7.1,,,,,,2011-03-15, -/games/boxart/full_8391588PALFrontccc.jpg,Dynasty Warriors: Gundam 3,All,Action,Bandai Namco,Omega Force,,,,,,,2011-06-28,2020-11-19 -/games/boxart/full_4008934AmericaFrontccc.jpeg,Victor Vran ARPG,PC,Action,EuroVideo Medien,Haemimont Games,,,,,,,2015-07-01,2019-02-09 -/games/boxart/full_7220446PALFrontccc.jpg,Fist of the North Star: Ken's Rage 2,All,Action,Tecmo Koei,Koei,,,,,,,2013-02-05,2020-10-16 -/games/boxart/full_7468354AmericaFrontccc.jpg,ICEY,PC,Action,Unknown,FantaBlade Network,,,,,,,,2019-02-10 -/games/boxart/full_8239805AmericaFrontccc.jpg,Bayonetta,PC,Action,Sega,PlatinumGames,,,,,,,2017-04-11,2020-08-02 -/games/boxart/full_8844889AmericaFrontccc.jpg,Afro Samurai,All,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2009-01-27,2020-11-21 -/games/boxart/1640381ccc.jpg,Naruto: Uzumaki Chronicles,PS2,Action,Namco Bandai Games,Cavia Inc.,,,,,,,2008-09-17, -/games/boxart/full_3156264AmericaFrontccc.jpg,Construction Simulator 2015,PC,Action,Unknown,Unknown,,,,,,,, -/games/boxart/full_3925093AmericaFrontccc.jpg,Hell Yeah! Wrath of the Dead Rabbit,PC,Action,Unknown,Arkedo Studio,5.6,,,,,,,2018-01-05 -/games/boxart/full_5467699AmericaFrontccc.jpg,Freebie,PC,Action,Unknown,hyperboreanGames,,,,,,,,2019-02-10 -/games/boxart/full_6415062AmericaFrontccc.png,Samurai Warriors 5,All,Action,Koei Tecmo,Omega Force,,,,,,,2021-07-27,2021-07-27 -/games/boxart/full_6906695AmericaFrontccc.jpg,Dynasty Warriors 8,All,Action,Tecmo Koei,Omega Force,,,,,,,2013-07-16,2020-10-16 -/games/boxart/full_6222059JapanFrontccc.jpg,Gundam Breaker,All,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2013-06-27,2020-11-23 -/games/boxart/full_2377865AmericaFrontccc.jpg,Outlast II,PC,Action,Unknown,Red Barrels,,,,,,,,2017-12-31 -/games/boxart/full_9284776AmericaFrontccc.jpg,RWBY: Grimm Eclipse,PC,Action,Unknown,Rooster Teeth Games,,,,,,,,2019-02-10 -/games/boxart/full_6429613AmericaFrontccc.jpg,Devil May Cry HD Collection,X360,Action,Capcom,Capcom,,,,,,,2012-04-03,2018-02-07 -/games/boxart/full_9885913AmericaFrontccc.jpg,Genital Jousting,PC,Action,Unknown,Free Lives,,,,,,,,2019-02-10 -/games/boxart/full_4956053AmericaFrontccc.jpg,Party Hard,PC,Action,Unknown,TinyBuild Games,,,,,,,,2019-02-11 -/games/boxart/full_1207424AmericaFrontccc.jpg,Dynasty Warriors 8: Xtreme Legends,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2019-02-11 -/games/boxart/full_5669539AmericaFrontccc.jpg,Timberman,PC,Action,Unknown,Digital Melody,,,,,,,,2019-02-11 -/games/boxart/9882908ccc.jpg,Metal Gear Solid: The Twin Snakes,GC,Action,Konami,Silicon Knights,8.1,,,,,,2004-03-09, -/games/boxart/full_5197945AmericaFrontccc.jpg,Titan Souls,PC,Action,Devolver Digital,Acid Nerve,,,,,,,2015-04-14, -/games/boxart/full_4040918AmericaFrontccc.jpg,King Arthur's Gold,PC,Action,Transhuman Design,Transhuman Design,,,,,,,2013-11-05,2019-02-11 -/games/boxart/full_4219643AmericaFrontccc.jpg,Nioh: Complete Edition,PC,Action,Koei Tecmo,Team Ninja,,,,,,,2017-11-07,2020-08-05 -/games/boxart/full_7317085AmericaFrontccc.jpg,One Piece: Pirate Warriors 3,PC,Action,Namco Bandai Games,Omega Force,,,,,,,2015-08-25,2018-01-12 -/games/boxart/full_6934249PALFrontccc.jpg,LEGO Jurassic World,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2015-06-12,2018-04-06 -/games/boxart/full_2084587AmericaFrontccc.jpg,Ninja Gaiden: Dragon Sword,DS,Action,Tecmo,Team Ninja,8,,,,,,2008-03-25, -/games/boxart/full_8793299AmericaFrontccc.jpg,Samurai Warriors 4,All,Action,Koei Tecmo,Omega Force,,,,,,,2014-10-21,2020-10-16 -/games/boxart/full_6010196PALFrontccc.jpg,Lego Batman 3: Beyond Gotham,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2014-11-11,2018-12-01 -/games/boxart/full_6697630JapanFrontccc.jpg,Mobile Suit Gundam Battlefield Record U.C.0081,PS3,Action,Bandai,Bec,,,,,,,2009-09-03, -/games/boxart/full_9965630AmericaFrontccc.jpg,Warriors Orochi 4,NS,Action,Koei Tecmo,Omega Force,8.5,,,,,,2018-10-16,2018-11-11 -/games/boxart/full_6284055AmericaFrontccc.jpg,Half Minute Hero: Super Mega Neo Climax Ultimate Boy,PC,Action,Unknown,Opus Studio,,,,,,,,2019-02-14 -/games/boxart/full_9388067AmericaFrontccc.jpg,Asterix & Obelix Take On Caesar,All,Action,Cryo Interactive,Tek 5,,,,,,,1999-01-01,2021-03-20 -/games/boxart/full_5527668AmericaFrontccc.png,Ridiculous Fishing,iOS,Action,Unknown,Vlambeer,,,,,,,,2021-02-17 -/games/boxart/full_5555161AmericaFrontccc.jpg,Spy vs Spy,NES,Action,Kemco,First Star Software,,,,,,,1988-01-01, -/games/boxart/137826ccc.jpg,Devil May Cry 4,PC,Action,Capcom,Capcom,7.5,,,,,,2008-07-08, -/games/boxart/full_7677349AmericaFrontccc.jpg,There's Poop In My Soup,PC,Action,Unknown,K Bros Games,,,,,,,,2019-02-15 -/games/boxart/full_2385658AmericaFrontccc.jpg,Montaro,PC,Action,Unknown,JCKSLAP,,,,,,,,2019-02-15 -/games/boxart/full_7915215AmericaFrontccc.jpg,Aragami,PC,Action,Lince Works,Lince Works,,,,,,,2016-10-04, -/games/boxart/full_534299AmericaFrontccc.jpg,Turbo Pug 3D,PC,Action,Unknown,Wulo Games,,,,,,,,2019-02-15 -/games/boxart/full_4895270AmericaFrontccc.jpg,Madballs in Babo:Invasion,PC,Action,Unknown,Playbrains,,,,,,,, -/games/boxart/full_6832198AmericaFrontccc.jpg,HellAngel,PC,Action,Unknown,Andrey Malyarov,,,,,,,,2019-02-16 -/games/boxart/full_4201763AmericaFrontccc.png,Bayonetta 2,WiiU,Action,Nintendo,PlatinumGames,9.3,,,,,,2014-10-24,2018-03-20 -/games/boxart/full_6857970AmericaFrontccc.jpg,PIGMENTUM,PC,Action,Unknown,Irvin Vaush,,,,,,,,2019-02-16 -/games/boxart/full_4759923AmericaFrontccc.jpg,Domina,PC,Action,Unknown,DolphinBarn,,,,,,,,2019-02-16 -/games/boxart/full_1628529AmericaFrontccc.jpg,Trouble In The Manor,PC,Action,Unknown,Charyb Games,,,,,,,,2019-02-16 -/games/boxart/4466920ccc.jpg,Condemned: Criminal Origins,X360,Action,Sega,Monolith Productions,8.2,,,,,,2005-11-16, -/games/boxart/full_9792157AmericaFrontccc.jpg,Orbital Gear,PC,Action,Night Node Software,Night Node Software,,,,,,,2014-08-07,2018-08-08 -/games/boxart/full_1896608AmericaFrontccc.jpg,Desolate Wastes: Vendor Chronicles,PC,Action,Unknown,Rotatipyra,,,,,,,,2019-02-17 -/games/boxart/full_7389739AmericaFrontccc.jpg,Germ Wars,PC,Action,Unknown,Svarog Studios,,,,,,,,2019-02-17 -/games/boxart/full_dead-rising-2-off-the-record_462AmericaFront.jpg,Dead Rising 2: Off the Record,PC,Action,Capcom,Blue Castle Games,6.8,,,,,,2011-10-11, -/games/boxart/full_6069483AmericaFrontccc.jpg,Deep Space Dash,PC,Action,Unknown,Delusional Games,,,,,,,,2019-02-19 -/games/boxart/full_samurai-warriors-chronicles_744AmericaFront.jpg,Samurai Warriors Chronicles,3DS,Action,Tecmo Koei,Omega Force,5.4,,,,,,2011-03-27,2018-08-04 -/games/boxart/full_3729695AmericaFrontccc.jpg,Hyper color ball,PC,Action,Unknown,Czester16,,,,,,,,2019-02-19 -/games/boxart/full_5866912AmericaFrontccc.jpg,Rampage Knights,PC,Action,Unknown,Rake in Grass,,,,,,,,2019-02-19 -/games/boxart/full_4485867AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing II,PC,Action,Neocore Games,NeoCoreGames,,,,,,,2014-05-22,2019-02-17 -/games/boxart/full_2480375AmericaFrontccc.jpg,Grand Pigeon's Duty,PC,Action,WolfgangIs,WolfgangIs,,,,,,,2016-08-05,2019-02-16 -/games/boxart/full_9584780AmericaFrontccc.png,Azure Striker Gunvolt,3DS,Action,Inti Creates,Inti Creates,8,,,,,,2014-08-29,2018-11-25 -/games/boxart/full_2856805AmericaFrontccc.jpg,Crusader: No Remorse,All,Action,Electronic Arts,Origin Systems,,,,,,,1995-08-31,2021-03-16 -/games/boxart/full_1219074AmericaFrontccc.jpg,Spikit,PC,Action,Back To Basics Gaming,Blastoid Entertainment,,,,,,,2016-08-09,2019-02-16 -/games/boxart/full_2193429AmericaFrontccc.jpg,RADical ROACH Remastered,PC,Action,DL Softworks,DL Softworks,,,,,,,2014-05-16,2019-02-11 -/games/boxart/full_153878AmericaFrontccc.jpg,Enslaved: Odyssey to the West,PC,Action,Bandai Namco Entertainment,Ninja Theory,,,,,,,2013-10-25,2019-02-06 -/games/boxart/full_6633481AmericaFrontccc.jpg,Minimum,PC,Action,Atari,Human Head Studios,,,,,,,2014-09-10,2019-02-16 -/games/boxart/full_530008AmericaFrontccc.jpg,Iron Sky: Invasion,PC,Action,TopWare Interactive,Reality Pump Studios,,,,,,,2012-12-14,2019-02-06 -/games/boxart/full_8820733AmericaFrontccc.jpg,Crawl,PC,Action,Powerhoof Pty Ltd,Powerhoof,,,,,,,2017-04-11,2019-02-06 -/games/boxart/full_2884531AmericaFrontccc.jpg,Senran Kagura Shinovi Versus,All,Action,Xseed Games,Tamsoft,,,,,,,2014-10-14,2021-01-23 -/games/boxart/full_7494983AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,All,Action,Koei Tecmo,Team Ninja,,,,,,,2021-06-10,2021-07-27 -/games/boxart/full_6909262AmericaFrontccc.jpg,Mad Hunter,PC,Action,Unknown,Unknown,,,,,,,2016-11-29,2019-02-03 -/games/boxart/full_8021486AmericaFrontccc.jpg,A grande bagunca espacial - The big space mess,PC,Action,Unknown,RMAL,,,,,,,,2019-02-20 -/games/boxart/full_9710317AmericaFrontccc.jpg,KickHim,PC,Action,Unknown,Pokshevanov Pavel,,,,,,,,2019-02-20 -/games/boxart/full_4749397AmericaFrontccc.jpg,Titeuf,GBC,Action,Infogrames,Infogrames,,,,,,,2001-06-01,2023-06-04 -/games/boxart/full_3534915AmericaFrontccc.jpg,Metal Slug X,PC,Action,Unknown,SNK Corporation,,,,,,,,2019-02-20 -/games/boxart/full_3011535AmericaFrontccc.jpg,Sparkle 2 Evo,PC,Action,Unknown,Forever Entertainment S.A.,,,,,,,,2019-02-20 -/games/boxart/full_3647152AmericaFrontccc.jpg,The Evil Within 2,PC,Action,Bethesda Softworks,Tango Gameworks,,,,,,,2017-10-13,2018-05-10 -/games/boxart/full_4021069AmericaFrontccc.jpg,ShipLord,PC,Action,Unknown,Just1337 Studio,,,,,,,,2019-02-22 -/games/boxart/full_165846AmericaFrontccc.jpg,The Astral Hero,PC,Action,Unknown,Ardi Studio,,,,,,,,2019-02-22 -/games/boxart/full_5919625AmericaFrontccc.jpg,Bloodbath Kavkaz,PC,Action,Unknown,Dagestan Technology,,,,,,,,2019-02-22 -/games/boxart/full_681283AmericaFrontccc.jpg,Attack on Titan 2: Final Battle,All,Action,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2021-02-07 -/games/boxart/full_976411AmericaFrontccc.jpg,Deep Space WAIFU,PC,Action,Unknown,Neko Climax Studios,,,,,,,,2019-02-22 -/games/boxart/full_446712AmericaFrontccc.jpg,ZombieCarz,PC,Action,Unknown,Unknown,,,,,,,,2019-02-22 -/games/boxart/7099970ccc.jpg,Naruto: Uzumaki Chronicles 2,PS2,Action,Namco Bandai,Cavia Inc.,,,,,,,2007-09-04, -/games/boxart/full_7986278PALFrontccc.jpg,LEGO Marvel's Avengers,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2016-01-26,2018-04-06 -/games/boxart/full_1754694AmericaFrontccc.jpg,Blocks That Matter,PC,Action,Unknown,Swing Swing Submarine,,,,,,,2011-08-20, -/games/boxart/full_one-piece-unlimited-cruise-sp_816JapanFront.jpg,One Piece Unlimited Cruise SP,3DS,Action,Namco Bandai,Ganbarion,,,,,,,, -/games/boxart/full_5154711AmericaFrontccc.jpg,Russian SuperHero Dead Ivan,PC,Action,Unknown,Anatoliy Loginovskikh,,,,,,,,2019-02-25 -/games/boxart/full_2051323AmericaFrontccc.jpg,theHunter: Primal,PC,Action,Avalanche Studios,Expansive Worlds,,,,,,,2015-03-31, -/games/boxart/full_6305358AmericaFrontccc.jpg,AI: Rampage,PC,Action,Unknown,Sekerin Productions,,,,,,,,2019-02-25 -/games/boxart/full_9338444AmericaFrontccc.jpg,Guardians of Middle-earth,PC,Action,Unknown,Zombie Studios,,,,,,,,2019-02-25 -/games/boxart/full_1531371AmericaFrontccc.jpg,STARUSHKO LUB,PC,Action,Unknown,Unknown,,,,,,,,2019-02-26 -/games/boxart/full_1593703AmericaFrontccc.png,Agony,PC,Action,PlayWay,Madmind Studio,,,,,,,2018-05-29,2018-04-30 -/games/boxart/full_4915835AmericaFrontccc.jpg,Carrion,All,Action,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2021-02-19 -/games/boxart/full_2839154JapanFrontccc.png,Fate/Extella: The Umbral Star,All,Action,Xseed Games,Marvelous,,,,,,,2017-01-17,2021-01-30 -/games/boxart/full_7926848JapanFrontccc.jpg,Kamen Rider: Battride War,PS3,Action,Namco Bandai Games,Eighting,,,,,,,2013-05-23,2018-11-03 -/games/boxart/full_rise-of-nightmares_540AmericaFront.jpg,Rise of Nightmares,X360,Action,Sega,Sega,5.5,,,,,,2011-09-06, -/games/boxart/full_6000820AmericaFrontccc.jpg,Snowman,PC,Action,Unknown,Unknown,,,,,,,,2019-02-26 -/games/boxart/full_3230415AmericaFrontccc.jpg,Nanoborg,PC,Action,Unknown,Nanooborg,,,,,,,,2019-02-27 -/games/boxart/full_1637920AmericaFrontccc.jpg,Crab Dub,PC,Action,Unknown,Anatoliy Loginovskikh,,,,,,,,2019-02-27 -/games/boxart/full_2865993AmericaFrontccc.jpg,Eldritch,PC,Action,Unknown,Minor Key Games,,,,,,,,2019-03-02 -/games/boxart/full_hydrophobia-prophecy_140AmericaFront.jpg,Hydrophobia: Prophecy,PC,Action,Dark Energy Digital,Dark Energy Digital,5.5,,,,,,2011-05-09, -/games/boxart/full_3752773AmericaFrontccc.jpg,Lovely Planet,PC,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2014-07-31,2018-08-08 -/games/boxart/full_56684AmericaFrontccc.jpg,Uncompromising Trash,PC,Action,Unknown,oblomysh,,,,,,,,2019-03-04 -/games/boxart/full_9825084AmericaFrontccc.jpg,Necropolis,PC,Action,Unknown,Harebrained Schemes,,,,,,,,2019-03-05 -/games/boxart/full_8618009AmericaFrontccc.jpg,Ionball 2: Ionstorm,PC,Action,Unknown,Ironsun Studios,,,,,,,,2019-03-05 -/games/boxart/full_2823633AmericaFrontccc.jpg,Samurai Warriors 4-II,All,Action,KOEI,Koei Tecmo Games,,,,,,,2015-02-11,2020-10-16 -/games/boxart/full_4114891AmericaFrontccc.jpg,Super Duper Flying Genocide 2017,PC,Action,Unknown,CharlieH,,,,,,,,2019-03-09 -/games/boxart/full_375249AmericaFrontccc.jpg,Axiom Verge,PC,Action,Thomas Happ Games,Thomas Happ Games,,,,,,,2015-05-14, -/games/boxart/full_1085172AmericaFrontccc.jpg,Vietnam: Black Ops,PC,Action,ValuSoft,Fused Software,,,,,,,2000-01-01, -/games/boxart/full_9418205AmericaFrontccc.jpg,Freedom Planet,PC,Action,Galaxy Trail,Galaxy Trail,,,,,,,2014-07-21,2018-08-11 -/games/boxart/full_4037163PALFrontccc.jpg,Bound By Flame,PC,Action,Focus Home Interactive,Spiders,,,,,,,2014-05-07,2018-10-31 -/games/boxart/full_1518901AmericaFrontccc.jpg,CastleStorm,PC,Action,Unknown,Zen Studios,,,,,,,,2019-03-12 -/games/boxart/full_8752698AmericaFrontccc.jpg,Phantom Breaker: Battle Grounds,PC,Action,Unknown,MAGES. Inc.,,,,,,,,2019-03-12 -/games/boxart/full_5811729JapanFrontccc.jpg,Akiba's Trip,All,Action,Acquire,Acquire,,,,,,,2011-05-19,2021-02-03 -/games/boxart/full_5014435AmericaFrontccc.jpg,Arizona Sunshine,PC,Action,Unknown,Vertigo Gaming Inc.,,,,,,,,2019-03-13 -/games/boxart/full_8753087AmericaFrontccc.jpg,Dishonored: Death of the Outsider,PC,Action,Bethesda Softworks,Arkane Studios,,,,,,,2017-09-15,2018-03-03 -/games/boxart/full_6182992AmericaFrontccc.jpg,Tribal Pass,PC,Action,Unknown,Tribe Tea,,,,,,,,2019-03-13 -/games/boxart/full_3438697AmericaFrontccc.jpg,Last Tale,PC,Action,Unknown,YarGri,,,,,,,,2019-03-16 -/games/boxart/full_6097557AmericaFrontccc.jpg,Lara Croft and the Temple of Osiris,PC,Action,Square Enix,Crystal Dynamics,,,,,,,2014-12-09,2018-07-30 -/games/boxart/full_2219429PALFrontccc.png,The Surge,PC,Action,Focus Home Interactive,DECK13 Interactive,,,,,,,2017-05-16,2018-01-06 -/games/boxart/full_bunch-of-heroes_700AmericaFront.jpg,Bunch of Heroes,PC,Action,Unknown,NGD Studios,,,,,,,2011-09-21, -/games/boxart/full_3071399AmericaFrontccc.jpg,Sacred Citadel,PC,Action,Unknown,Southend Interactive,,,,,,,,2019-03-19 -/games/boxart/full_dynasty-warriors-7-xtreme-legends_617AmericaFront.jpg,Dynasty Warriors 7: Xtreme Legends,PS3,Action,KOEI,Omega Force,,,,,,,2011-11-15, -/games/boxart/full_5906007AmericaFrontccc.jpg,AaaaaAAaaaAAAaaAAAAaAAAAA!!! for the Awesome,PC,Action,Unknown,Dejobaan Games,,,,,,,,2019-03-19 -/games/boxart/full_9601190AmericaFrontccc.jpg,Metal Slug,PC,Action,Unknown,DotEmu,,,,,,,,2019-03-19 -/games/boxart/full_4927016AmericaFrontccc.jpg,UltraGoodness,PC,Action,Unknown,Rasul Mono,,,,,,,,2019-03-24 -/games/boxart/full_446548AmericaFrontccc.jpg,Plain Sight,PC,Action,Beatnik Games,Beatnik Games,7.2,,,,,,2010-03-22, -/games/boxart/full_2714265AmericaFrontccc.jpg,AaAaAA!!! - A Reckless Disregard for Gravity,PC,Action,Unknown,Dejobaan Games,,,,,,,,2019-03-25 -/games/boxart/full_151516AmericaFrontccc.jpg,Reassembly,PC,Action,Indie Voyage,Anisoptera Games,,,,,,,2015-02-19, -/games/boxart/full_3577727PALFrontccc.jpg,We Happy Few,PC,Action,Gearbox Software,Compulsion Games,,,,,,,2018-08-10, -/games/boxart/full_6895099PALFrontccc.jpg,Styx: Shards of Darkness,PC,Action,Focus Home Interactive,Cyanide Studio,,,,,,,2017-03-14,2018-01-06 -/games/boxart/full_2764663AmericaFrontccc.jpg,Dungeon Defenders Eternity,PC,Action,Trendy Entertainment,Nom Nom Games,,,,,,,2014-07-22,2019-04-22 -/games/boxart/full_2530383JapanFrontccc.jpg,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS 2,DS,Action,Sega,Sega,,,,,,,2006-07-27, -/games/boxart/full_3460591AmericaFrontccc.jpg,Savant - Ascent,PC,Action,D-Pad Studio,D-Pad Studios,,,,,,,2013-12-04,2019-04-22 -/games/boxart/full_8450238AmericaFrontccc.jpg,Angry Video Game Nerd Adventures,PC,Action,Screenwave Media,Freakzone Games,,,,,,,2013-09-20,2019-03-29 -/games/boxart/full_2031204AmericaFrontccc.jpg,"Warhammer 40,000: Inquisitor - Martyr",PC,Action,NeocoreGames,NeoCoreGames,,,,,,,2018-06-05,2019-04-22 -/games/boxart/full_7805172AmericaFrontccc.jpg,The Mercury Man,PC,Action,Mehsoft,Mehsoft,,,,,,,2018-05-20,2019-04-22 -/games/boxart/full_7584499AmericaFrontccc.jpg,Strike Suit Infinity,PC,Action,Born Ready Games,Born Ready Games Ltd.,,,,,,,2013-04-30,2019-04-22 -/games/boxart/full_4043499AmericaFrontccc.jpg,Deadly 30,PC,Action,Headup Games,Ignatus Zuk and Gonzalo Villagomez,,,,,,,2014-01-08,2019-04-07 -/games/boxart/full_2379130AmericaFrontccc.jpg,bit Dungeon II,PC,Action,Kinto Games LLC,Kinto Games LLC,,,,,,,2014-12-15,2019-04-21 -/games/boxart/full_4221542AmericaFrontccc.jpg,Final Exam,PC,Action,Focus Home Interactive,Mighty Rocket Studio,,,,,,,2013-11-05,2019-03-29 -/games/boxart/full_2338276AmericaFrontccc.jpg,Totem,PC,Action,Dagestan Technology,Grizlikyt,,,,,,,2016-08-30,2019-04-21 -/games/boxart/full_913947AmericaFrontccc.jpg,A Valley Without Wind,PC,Action,"Arcen Games, LLC","Arcen Games, LLC",,,,,,,2012-04-24,2019-04-21 -/games/boxart/full_8106882JapanFrontccc.jpg,Mobile Suit Gundam Side Stories,All,Action,Namco Bandai Games,B.B. Studio,,,,,,,2014-05-29,2020-11-23 -/games/boxart/full_3584228AmericaFrontccc.jpg,Warriors All-Stars,All,Action,Koei Tecmo,Omega Force,,,,,,,2017-03-30,2020-10-17 -/games/boxart/full_3498455AmericaFrontccc.jpg,"Linea, the Game",PC,Action,KHB-Soft,KHB-Soft,,,,,,,2016-01-04,2019-04-21 -/games/boxart/full_3629709AmericaFrontccc.jpg,Dungreed,PC,Action,TEAM HORAY,TEAM HORAY,,,,,,,2018-02-15,2019-04-21 -/games/boxart/full_3766704AmericaFrontccc.jpg,Cataegis : The White Wind,PC,Action,Kiss,Acido Cinza,,,,,,,2015-09-25,2019-04-21 -/games/boxart/full_1172017PALFrontccc.jpg,Of Orcs and Men,PC,Action,Focus Home Interactive,Cyanide Studio,,,,,,,2012-10-11,2019-01-02 -/games/boxart/full_9617062AmericaFrontccc.jpg,Super House of Dead Ninjas,PC,Action,Adult Swim,Megadev,,,,,,,2013-02-18,2019-04-21 -/games/boxart/full_6707487AmericaFrontccc.jpg,"Hack, Slash, Loot",PC,Action,David Williamson,David Williamson,,,,,,,2012-04-05,2019-04-21 -/games/boxart/full_6807402PALFrontccc.jpg,Jurassic Park: The Game,PC,Action,Telltale Games,Telltale Games,,,,,,,2011-11-15,2019-04-20 -/games/boxart/full_8993161AmericaFrontccc.jpg,DEADBOLT,PC,Action,Hopoo Games,Hopoo Games,,,,,,,2016-03-14,2019-04-20 -/games/boxart/full_9207750AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth 3: V Generation,PC,Action,Idea Factory International,Compile Heart,,,,,,,2015-10-30,2018-07-04 -/games/boxart/full_3843935AmericaFrontccc.jpg,R.A.W. Realms of Ancient War,PC,Action,Focus Home Interactive,WizarBox,,,,,,,2012-10-11,2019-04-17 -/games/boxart/full_1814999AmericaFrontccc.jpg,Senran Kagura Shinovi Versus,PSV,Action,Xseed Games,Tamsoft,,,,,,,2014-10-14,2018-10-14 -/games/boxart/full_912011AmericaFrontccc.jpg,Attack on Titan / A.O.T. Wings of Freedom,PC,Action,Koei Tecmo,Omega Force,,,,,,,2016-08-26,2019-04-16 -/games/boxart/full_8037166AmericaFrontccc.jpg,Bleed,PC,Action,Bootdisk Revolution,Bootdisk Revolution,,,,,,,2013-07-03,2019-04-16 -/games/boxart/full_6203224AmericaFrontccc.jpg,Out of Reach,PC,Action,Space Boat Studios,Space Boat Studios,,,,,,,2018-07-13,2019-04-10 -/games/boxart/full_7940060AmericaFrontccc.jpg,Dead Island: Riptide,PC,Action,Deep Silver,Techland,6.2,,,,,,2013-04-23,2018-03-15 -/games/boxart/full_5219994AmericaFrontccc.jpg,Akiba's Trip: Undead & Undressed,PC,Action,Xseed Games,Acquire,,,,,,,2015-05-26,2019-04-09 -/games/boxart/full_549332AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PC,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 -/games/boxart/full_8173542AmericaFrontccc.jpg,Heaven Forest NIGHTS,PC,Action,Chubby Pixel,Fabio Ferrara,,,,,,,2017-03-13,2019-04-08 -/games/boxart/full_1743921AmericaFrontccc.jpg,Shark Attack Deathmatch 2,PC,Action,Lighthouse Games Studio,Lighthouse Games Studio,,,,,,,2015-06-28,2019-04-08 -/games/boxart/full_3964986AmericaFrontccc.jpg,Tank Blast,PC,Action,Siberian Digital,PowPow,,,,,,,2016-07-13,2019-04-06 -/games/boxart/full_8348103AmericaFrontccc.jpg,UBERMOSH,PC,Action,Walter Machado,Walter Machado,,,,,,,2015-08-13,2019-04-05 -/games/boxart/full_1404142AmericaFrontccc.jpg,Hyperdimension Neptunia U: Action Unleashed,PC,Action,Idea Factory International,Compile Heart,,,,,,,2016-03-21,2018-07-03 -/games/boxart/full_4282866AmericaFrontccc.jpg,Evil Maze,PC,Action,ZOV GAME STUDIO,ZOV GAME STUDIO,,,,,,,2016-06-17,2019-04-03 -/games/boxart/full_5745715AmericaFrontccc.jpg,Darkness Assault,PC,Action,Black Lime Studio,Black Lime Studio,,,,,,,2015-02-06,2019-04-01 -/games/boxart/full_1926281AmericaFrontccc.jpg,Life Beetle,PC,Action,Dagestan Technology,Grizlikyt,,,,,,,2017-04-18,2019-03-26 -/games/boxart/full_8175400AmericaFrontccc.jpg,Deathtrap,PC,Action,NeocoreGames,Neocore Games,,,,,,,2015-02-04,2019-03-26 -/games/boxart/full_585903AmericaFrontccc.jpg,Samurai Warriors 4: Empires,All,Action,KOEI,Omega Force,,,,,,,2016-03-15,2021-02-07 -/games/boxart/full_1489601AmericaFrontccc.jpg,Senran Kagura: Estival Versus,All,Action,Marvelous Entertainment,Tamsoft,,,,,,,2016-03-15,2021-01-23 -/games/boxart/full_8819504PALFrontccc.jpg,Senran Kagura: Peach Beach Splash,PS4,Action,Xseed Games,Marvelous Entertainment,,,,,,,2017-09-26,2018-06-30 -/games/boxart/full_6022794JapanFrontccc.jpg,Kekkaishi: Karasumori Ayakashi Kidan,DS,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-05-24, -/games/boxart/full_4431192JapanFrontccc.jpg,Kouchuu Ouja Mushi King: Super Collection,DS,Action,Sega,Sega,,,,,,,2007-07-19, -/games/boxart/full_7216877AmericaFrontccc.jpg,The Unspoken,PC,Action,Oculus,Insomniac Games,,,,,,,2016-12-05,2023-12-24 -/games/boxart/full_6781085AmericaFrontccc.jpg,Arslan: The Warriors of Legend,All,Action,KOEI,Koei Tecmo Games,,,,,,,2016-02-09,2021-02-07 -/games/boxart/full_4108820AmericaFrontccc.jpg,God Hand,PS2,Action,Capcom,Clover Studio,7,,,,,,2006-10-10, -/games/boxart/full_7217116AmericaFrontccc.jpg,Samurai Maiden,All,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 -/games/boxart/full_6904069AmericaFrontccc.jpg,K-Razy Shoot-out,5200,Action,CBS Electronics,Kay Enterprises Co.,,,,,,,1983-01-01, -/games/boxart/full_4533201AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,NS,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 -/games/boxart/full_168687AmericaFrontccc.jpg,Snack Attack,OSX,Action,Unknown,Funtastic,,,,,,,,2021-04-06 -/games/boxart/full_561056AmericaFrontccc.jpg,Ghost Hunter,PC,Action,Unknown,Arcade Plus,,,,,,,,2021-04-06 -/games/boxart/full_9803542AmericaFrontccc.png,"Guns, Gore & Cannoli",PC,Action,Crazy Monkey,Crazy Monkey Studios,,,,,,,2015-04-30,2018-03-12 -/games/boxart/full_3898155AmericaFrontccc.jpg,Scarfman,PC,Action,Unknown,Philip A. Oliver,,,,,,,,2021-04-06 -/games/boxart/full_4590925AmericaFrontccc.jpg,The War in Heaven,PC,Action,ValuSoft,ValuSoft,,,,,,,1999-10-01,2022-04-24 -/games/boxart/full_180414AmericaFrontccc.jpg,Twin Breaker: A Sacred Symbols Adventure,All,Action,Lillymo Games Inc,Lillymo Games Inc,,,,,,,2020-09-23,2021-02-19 -/games/boxart/full_5580344AmericaFrontccc.jpg,Chippy,PC,Action,Facepunch Studios,Facepunch Studios,,,,,,,2019-06-14,2019-12-25 -/games/boxart/full_7357933AmericaFrontccc.png,Photar,OSX,Action,Unknown,Softape,,,,,,,,2021-04-06 -/games/boxart/full_5775143AmericaFrontccc.jpg,Pac Attack,PC,Action,Unknown,Computerware,,,,,,,,2021-04-06 -/games/boxart/full_2941206AmericaFrontccc.jpg,Feral Rites,PC,Action,Oculus Studios,Insomniac Games,,,,,,,2016-09-13,2023-12-24 -/games/boxart/full_9960487AmericaFrontccc.jpg,Taxman,OSX,Action,Unknown,H.A.L. Labs,,,,,,,,2021-04-06 -/games/boxart/full_8573651AmericaFrontccc.jpg,Rocket Raiders,PC,Action,Unknown,"Artworx Software Co, Inc.",,,,,,,,2021-04-06 -/games/boxart/full_9405901AmericaFrontccc.jpg,A Fistful of Gun,PC,Action,Devolver Digital,Devolver Digital,,,,,,,2015-07-01, -/games/boxart/full_3177292AmericaFrontccc.png,Crumpets,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-18, -/games/boxart/default.jpg,#IDARB,XOne,Action,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2015-02-01, -/games/boxart/full_7879195AmericaFrontccc.jpg,#killallzombies,PS4,Action,Beatshapers,Beatshapers,,,,,,,2015-01-01,2018-09-21 -/games/boxart/2617910ccc.jpg,007: License To Kill,PC,Action,Domark Software,Unknown,,,,,,,1989-04-20, -/games/boxart/full_8568740AmericaFrontccc.jpg,007: The World is not Enough,GB,Action,Electronic Arts,2n Productions,,,,,,,2001-09-11, -/games/boxart/default.jpg,"10,000 Games",PC,Action,Viva Media,Unknown,,,,,,,2007-05-10, -/games/boxart/full_10000-bullets_6PALFront.jpg,10.000 Bullets,PS2,Action,505 Games,Blue Moon Studio,,,,,,,2005-10-06, -/games/boxart/134338ccc.jpg,100 Bullets,PS3,Action,D3 Publisher,D3 Publisher,,,,,,,2000-12-31, -/games/boxart/default.jpg,100 Doors 3,And,Action,MPI Games,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,100 DOORS : HELL PRISON ESCAPE,And,Action,100 Gates,Unknown,,,,,,,2014-09-27, -/games/boxart/default.jpg,100 Doors Brain Teasers,And,Action,Unknown,Unknown,,,,,,,2014-08-16, -/games/boxart/default.jpg,100 Doors Seasons - Part 1,And,Action,Unknown,Unknown,,,,,,,2014-01-07, -/games/boxart/default.jpg,100 Doors Seasons - Part 2,And,Action,Unknown,Unknown,,,,,,,2014-07-11, -/games/boxart/default.jpg,"100 Washitsu ""room escape game""",And,Action,Unknown,Unknown,,,,,,,2014-12-15, -/games/boxart/default.jpg,100 Wiki Quiz,And,Action,Unknown,Unknown,,,,,,,2015-06-15, -/games/boxart/default.jpg,100-Yen Gomibako,PSN,Action,Unknown,SCEI,,,,,,,, -/games/boxart/default.jpg,1000 Games,PC,Action,Avanquest Software,Unknown,,,,,,,2006-01-31, -/games/boxart/full_1000-tiny-claws_692AmericaFront.jpg,1000 Tiny Claws,PSN,Action,Mediatonic,Mediatonic,,,,,,,2011-10-04, -/games/boxart/full_5177476AmericaFrontccc.png,1001 Spikes,WiiU,Action,Nicalis,Nicalis,,,,,,,2014-06-03,2018-01-27 -/games/boxart/full_16-shot-shooting-watch_8AmericaFront.jpg,16 Shot! Shooting Watch,DSiW,Action,Hudson Soft,Hudson Soft,,,,,,,2010-06-14, -/games/boxart/full_1950s-lawn-mower-kids_87AmericaFront.jpg,1950s Lawn Mower Kids,DSiW,Action,Unknown,Zordix AB,4.5,,,,,,2011-11-03, -/games/boxart/default.jpg,2 Days to Vegas,X360,Action,Unknown,Steel Monkeys,,,,,,,, -/games/boxart/default.jpg,2 Days to Vegas,PC,Action,Unknown,Steel Monkeys,,,,,,,, -/games/boxart/default.jpg,2 Days to Vegas,PS3,Action,Unknown,Steel Monkeys,,,,,,,, -/games/boxart/full_4915150PALFrontccc.jpg,2 Games in 1: Finding Nemo & Finding Nemo: The Continuing Adventures,GBA,Action,THQ,Vicarious Visions / Altron,,,,,,,2005-10-21, -/games/boxart/full_3643246PALFrontccc.jpg,2 Games in 1: Finding Nemo & The Incredibles,GBA,Action,Unknown,Vicarious Visions / Helixe,,,,,,,2020-12-31, -/games/boxart/full_7801908PALFrontccc.jpg,2 Games in 1: LEGO Knights' Kingdom + Bionicle,GBA,Action,THQ,Razorback Developments / Mobius Entertainment,,,,,,,2005-05-31, -/games/boxart/full_2184197AmericaFrontccc.jpg,2Dark,PC,Action,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,3 Words: Summer,And,Action,Apprope,Unknown,,,,,,,2014-07-02, -/games/boxart/default.jpg,3-Demon,PC,Action,Unknown,PC Research Inc.,,,,,,,, -/games/boxart/full_6235374AmericaFrontccc.png,300: March to Glory,PSN,Action,Warner Bros. Interactive,Collision Studios,,,,,,,2009-09-30, -/games/boxart/full_3d-bug-attack_83AmericaFront.jpg,3D Bug Attack,PC,Action,Unknown,Webfoot Technologies,,,,,,,1999-09-01, -/games/boxart/full_3d-classics-twinbee_4AmericaFront.png,3D Classics: TwinBee,3DS,Action,Nintendo,Nintendo,6,,,,,,2011-09-22, -/games/boxart/full_3d-frog-frenzy_748AmericaFront.jpg,3D Frog Frenzy,PC,Action,Unknown,Webfoot Technologies,,,,,,,1999-01-01, -/games/boxart/default.jpg,3D Maze Man: Amazing Adventures,PC,Action,eGames,eGames,,,,,,,1998-01-01, -/games/boxart/default.jpg,3D Ms. Maze Tropical Adventures,PC,Action,Webfoot Technologies,Webfoot Technologies,,,,,,,1998-01-01, -/games/boxart/default.jpg,3rd Space Incursion,PC,Action,Unknown,TN Games,,,,,,,, -/games/boxart/full_6536311JapanFrontccc.jpg,3x3 Eyes: Juuma Houkan,SNES,Action,Banpresto,Banpresto,,,,,,,1995-12-22, -/games/boxart/default.jpg,4 Clues 1 Word,And,Action,Unknown,Unknown,,,,,,,2014-07-19, -/games/boxart/default.jpg,4 Get It,PC,Action,Unknown,Delphine Software International,,,,,,,, -/games/boxart/default.jpg,4 Pics 1 Word: Allegory,And,Action,Unknown,Unknown,,,,,,,2014-09-09, -/games/boxart/default.jpg,4 Pics 1 Word: Close Up,And,Action,Unknown,Unknown,,,,,,,2014-04-05, -/games/boxart/default.jpg,4 Pics Mystery: Evolution,And,Action,Unknown,Unknown,,,,,,,2014-05-12, -/games/boxart/default.jpg,4 Pics Mystery: Renaissance,And,Action,Unknown,Unknown,,,,,,,2014-06-03, -/games/boxart/default.jpg,4 Pics Mystery: Revolution,And,Action,Unknown,Unknown,,,,,,,2014-04-26, -/games/boxart/default.jpg,4 Pics Mystery: Variety,And,Action,Unknown,Unknown,,,,,,,2014-07-29, -/games/boxart/default.jpg,5 Elements Masters,PC,Action,Unknown,UltraFish,,,,,,,, -/games/boxart/full_9364912PALFrontccc.jpg,7 Blades,PS2,Action,Konami,Konami,,,,,,,2001-09-28, -/games/boxart/full_4513934AmericaFrontccc.jpg,8-Bit Commando,PC,Action,2DEngine.com,2DEngine.com,,,,,,,2014-06-02, -/games/boxart/full_7521136AmericaFrontccc.png,8bit Doves,And,Action,Nitrome,Nitrome,,,,,,,2014-08-26, -/games/boxart/default.jpg,9 The Dark Side,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-22, -/games/boxart/6115874ccc.jpg,A Boy and His Blob,DS,Action,Unknown,Skyworks Technologies,,,,,,,2020-12-31, -/games/boxart/full_8101940AmericaFrontccc.jpg,A Fading Melody,XBL,Action,Microsoft,Anchorcast,,,,,,,2009-03-20, -/games/boxart/full_a-nightmare-on-elm-street_307AmericaFront.jpg,A Nightmare on Elm Street,PC,Action,Unknown,Westwood Associates,,,,,,,1989-01-01, -/games/boxart/full_176215AmericaFrontccc.jpg,A Robots Conundrum,XBL,Action,Microsoft,The Riddler 24,,,,,,,2009-05-09, -/games/boxart/full_6324899AmericaFrontccc.jpg,A Valley Without Wind,OSX,Action,"Arcen Games, LLC","Arcen Games, LLC",,,,,,,2012-04-24,2019-04-21 -/games/boxart/full_6719322PALFrontccc.jpg,A Way Out,PC,Action,Electronic Arts,Hazelight,7.9,,,,,,2018-03-23,2018-03-24 -/games/boxart/full_2793887AmericaFrontccc.jpg,A Wizard's Odyssey,XBL,Action,Microsoft,SaratogaHC,,,,,,,2009-02-01, -/games/boxart/full_9252034AmericaFrontccc.jpg,A-Men,PSV,Action,Bloober Team,Bloober Team,,,,,,,2013-08-13,2019-07-15 -/games/boxart/9094652ccc.jpg,A-Sock-Ellipse Now!,PC,Action,Unknown,Astral Entertainment,,,,,,,2003-01-01, -/games/boxart/3038804ccc.jpg,A.P.B.,Lynx,Action,Atari,"Quicksilver Software, Inc",,,,,,,1991-01-01, -/games/boxart/5003447ccc.jpg,A/X-101,SCD,Action,Absolute Entertainment,Micronet,,,,,,,1994-01-01, -/games/boxart/4717915ccc.jpg,Aaargh,PC,Action,Arcadia Systems,Arcadia Systems,,,,,,,1988-01-01, -/games/boxart/full_2131049AmericaFrontccc.jpg,Aaargh!,PC,Action,Arcadia Systems,Arcadia Systems,,,,,,,1988-01-01, -/games/boxart/full_aah-impossible-rescue_784AmericaFront.jpg,Aah Impossible Rescue,XBL,Action,Microsoft,Robert Swan,,,,,,,2010-11-18, -/games/boxart/full_1124256AmericaFrontccc.jpg,Aaru's Awakening,PS4,Action,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/full_98179AmericaFrontccc.jpg,Aaru's Awakening,PS3,Action,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/full_1420670AmericaFrontccc.jpg,Aaru's Awakening,Linux,Action,Unknown,Unknown,,,,,,,2013-09-29, -/games/boxart/full_8426281AmericaFrontccc.jpg,Aaru's Awakening,OSX,Action,Unknown,Unknown,,,,,,,2013-09-29, -/games/boxart/full_3490355AmericaFrontccc.jpg,Aaru's Awakening,PC,Action,Unknown,Unknown,,,,,,,2013-09-29, -/games/boxart/full_461602JapanFrontccc.jpg,AbalaBurn,PS,Action,Takara,Takara,,,,,,,1998-08-20, -/games/boxart/full_aban-hawkins-amp-the-1000-spikes_346AmericaFront.jpg,Aban Hawkins & the 1000 SPIKES,XBL,Action,Microsoft,JPN 8bits fanatics,,,,,,,2011-01-18, -/games/boxart/full_abduction-action_7AmericaFront.jpg,Abduction Action!,XBL,Action,Unknown,Kris Steele,,,,,,,2010-04-18, -/games/boxart/full_4596207AmericaFrontccc.jpg,Abronium Party,XBL,Action,Microsoft,Mexond,,,,,,,2009-02-23, -/games/boxart/full_absolute-x_192PALFront.jpg,Absolute X,GB,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-08-03, -/games/boxart/default.jpg,Absolute Zero,PC,Action,Unknown,"Domark Software, Inc.",,,,,,,, -/games/boxart/default.jpg,Abuse,PC,Action,Unknown,Crack dot Com,,,,,,,, -/games/boxart/full_6263715AmericaFrontccc.png,Abyss,WiiU,Action,EnjoyUp Games,EnjoyUp Games,,,,,,,2014-05-01,2018-01-27 -/games/boxart/full_6075546JapanFrontccc.jpeg,Accel Knights 2: Full Throttle,3DS,Action,ArtePiazza,ArtePiazza,,,,,,,2014-07-20, -/games/boxart/full_3460381JapanFrontccc.jpg,Accelebrid,SNES,Action,Tomy Corporation,Genki,,,,,,,1993-11-26, -/games/boxart/default.jpg,Accordion Hero,PC,Action,Unknown,No.inc,,,,,,,, -/games/boxart/default.jpg,Ace Combat: Assault Horizon,3DS,Action,Namco Bandai Games,Project ACES,,,,,,,2015-02-13, -/games/boxart/full_5499553PALFrontccc.jpg,Ace Lightning,GBA,Action,BBC Multimedia,Tiertex Design Studios,,,,,,,2002-10-25, -/games/boxart/full_ace-lightning_891PALFront.jpg,Ace Lightning,PC,Action,BBC Multimedia,Gamezlab,,,,,,,2002-11-29, -/games/boxart/full_ace-lightning_358PALFront.jpg,Ace Lightning,PS2,Action,BBC Multimedia,Gamezlab,,,,,,,2003-03-14, -/games/boxart/full_ace-of-dynamites_517AmericaFront.jpg,Ace of Dynamites,XBL,Action,Microsoft,Fairy Engine LLC,,,,,,,2011-07-18, -/games/boxart/full_7644795JapanFrontccc.jpg,Acid,PS,Action,Taki,Taki,,,,,,,1999-07-08, -/games/boxart/8692376ccc.jpg,Action Fighter,MS,Action,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/default.jpg,Action Game: Tobeyo!! Dragon!,DSiW,Action,SilverStar,SilverStarJapan,,,,,,,2010-12-08, -/games/boxart/full_1471328PALFrontccc.jpg,Action Man: Destruction X,PS,Action,3DO,Blitz Games,,,,,,,2000-11-01, -/games/boxart/483885ccc.jpg,Action Man: Operation Extreme,PS,Action,Hasbro Interactive,Interactive Studios,,,,,,,2000-11-08, -/games/boxart/597927ccc.jpg,Action Man: Robot Atak,GBA,Action,Atari,Magic Pockets,,,,,,,2004-09-24, -/games/boxart/full_action-man-search-for-base-x_869AmericaFront.jpg,Action Man: Search for Base X,GB,Action,THQ,Natsume,,,,,,,2001-02-06, -/games/boxart/6308557ccc.jpg,Adiboo & Paziral's Secret,PS,Action,VU Games,Coktel Vision,,,,,,,2003-10-24, -/games/boxart/default.jpg,Advanced Dungeons & Dragons: Iron & Blood,PC,Action,Acclaim Entertainment,Acclaim,,,,,,,1997-01-07, -/games/boxart/3889628ccc.jpg,Advent Rising,PC,Action,Majesco,GlyphX Games,6.5,,,,,,2005-08-09, -/games/boxart/full_1041570JapanFrontccc.jpg,Adventure of Tokyo Disney,GBA,Action,Konami,Konami,,,,,,,2001-11-22, -/games/boxart/full_2859888AmericaFrontccc.jpg,Adventure Time: Finn & Jake Investigations,PC,Action,Little Orbit,Vicious Cycle,,,,,,,2015-10-20,2018-03-17 -/games/boxart/full_9276866AmericaFrontccc.jpg,Adventurer Pets HD,XBL,Action,Microsoft,arrogancy,,,,,,,2008-12-06, -/games/boxart/7889966ccc.jpg,Adventures in the Magic Kingdom,NES,Action,Capcom,Capcom,,,,,,,1990-06-01, -/games/boxart/7183229ccc.jpg,Adventures of Tom Sawyer,NES,Action,Seta Corporation,Seta Corporation,,,,,,,1989-08-01, -/games/boxart/322998ccc.jpg,Aerial Aces,GBA,Action,Unknown,Pipe Dream Interactive,,,,,,,2009-12-31, -/games/boxart/full_4086458AmericaFrontccc.jpg,Affordable Space Adventures,WiiU,Action,KnapNok Games,KnapNok Games,,,,,,,2015-01-01, -/games/boxart/default.jpg,African Trail Simulator,PC,Action,Unknown,Crom Software,,,,,,,1990-01-01, -/games/boxart/default.jpg,Afro Samurai 2,XOne,Action,Versus Evil,Redacted Studios,,,,,,,2015-10-01, -/games/boxart/default.jpg,Afro Samurai 2,PS4,Action,Versus Evil,Redacted Studios,,,,,,,2015-10-01, -/games/boxart/default.jpg,Afro Samurai 2,PC,Action,Versus Evil,Redacted Studios,,,,,,,2015-10-01, -/games/boxart/full_after-burner_8AmericaFront.jpg,After Burner,PC,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_after-burst_382JapanFront.jpg,After Burst,GB,Action,NCS,Dual,,,,,,,1990-10-26, -/games/boxart/default.jpg,Afterfall,PC,Action,Unknown,Intoxicate Interactive,,,,,,,, -/games/boxart/full_1092908AmericaFrontccc.jpg,Afterfall: InSanity,PC,Action,Unknown,ntoxicate Studios,,,,,,,2011-11-25, -/games/boxart/full_hammer-wars_2PALFront.jpg,Age of Hammer Wars,PSN,Action,Isquared Games,Dynamic Systems,,,,,,,2010-10-19, -/games/boxart/full_2541930PALFrontccc.jpg,Agent Armstrong,PS,Action,Virgin Interactive,King of the Jungle,,,,,,,1999-12-30, -/games/boxart/full_8148950PALFrontccc.jpg,Agent Hugo: Roborumble,GBA,Action,ITE Media,Program-Ace,,,,,,,2007-04-02, -/games/boxart/full_434350AmericaFrontccc.jpg,Agents of Mayhem,PC,Action,Deep Silver,Volition Inc.,,,,,,,2017-08-15,2018-06-24 -/games/boxart/full_2929756AmericaFrontccc.jpg,Aha! I Found it! Hidden Object Game,WW,Action,Ateam,Ateam,,,,,,,2010-01-25, -/games/boxart/5138637ccc.jpg,Air Cavalry,SNES,Action,CyberSoft,Synergistic Software,7,,,,,,1995-06-01, -/games/boxart/full_5412081AmericaFrontccc.jpg,Air Conflicts: Vietnam,PC,Action,bitComposer Games,Games Farm,,,,,,,2013-10-02, -/games/boxart/1974962ccc.jpg,Air Raiders,2600,Action,Mattel Interactive,Mattel,,,,,,,1982-01-01, -/games/boxart/full_7871306AmericaFrontccc.png,AiRace Xeno,3DS,Action,Qubic Games,Qubic Games,,,,,,,2014-06-12, -/games/boxart/full_airborne-ranger_414AmericaFront.jpg,Airborne Ranger,PC,Action,Microprose,"MicroProse Software, Inc.",,,,,,,1988-01-01, -/games/boxart/default.jpg,Airburst,XBL,Action,Unknown,Strange Flavour,,,,,,,, -/games/boxart/full_8883193AmericaFrontccc.jpg,AirMech Arena,X360,Action,Ubisoft,Ubisoft,,,,,,,2014-10-01, -/games/boxart/full_3119304AmericaFrontccc.png,AirMech Arena,PS4,Action,Ubisoft,Ubisoft,,,,,,,2015-05-05, -/games/boxart/full_5243646AmericaFrontccc.jpg,AirMech Arena,XOne,Action,Ubisoft,Ubisoft,,,,,,,2015-05-12, -/games/boxart/full_6875471PALFrontccc.jpg,Aironauts,PS,Action,Red Storm Entertainment,Red Lemon Studios,,,,,,,1999-08-01, -/games/boxart/7976794ccc.jpg,Airwolf,NES,Action,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1989-06-01, -/games/boxart/full_alan-wake_911AmericaFront.jpg,Alan Wake,XBL,Action,Microsoft Game Studios,Remedy Entertainment,,,,,,,2010-11-23,2018-10-01 -/games/boxart/full_9129815AmericaFrontccc.jpg,Alekhine's Gun,XOne,Action,Maximum Games,Maximum Games,,,,,,,2016-03-01,2018-08-01 -/games/boxart/full_3253372AmericaFrontccc.jpg,Alekhine's Gun,PS4,Action,Maximum Games,Maximum Games,,,,,,,2016-03-01,2018-08-01 -/games/boxart/full_4352697AmericaFrontccc.jpg,Alekhine's Gun,PC,Action,Maximum Games,Maximum Games,,,,,,,2016-03-01,2018-08-01 -/games/boxart/6796674ccc.jpg,Alex Rider: Stormbreaker,GBA,Action,THQ,Razorback Developments,,,,,,,2006-10-02, -/games/boxart/full_alf_2AmericaFront.jpg,ALF,MS,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_alf-the-first-adventure_806AmericaFront.jpg,ALF: The First Adventure,PC,Action,Unknown,Unknown,,,,,,,1987-01-01, -/games/boxart/full_4505295PALFrontccc.jpg,Alfred Chicken,PS,Action,Sony Computer Entertainment,Mobius Entertainment,,,,,,,2002-04-12, -/games/boxart/full_aliants-the-desperate-battle-for-earth_697PALFront.jpg,Aliants: The Desperate Battle For Earth!,PC,Action,Unknown,"Starsoft Development Laboratories, Inc.",,,,,,,, -/games/boxart/full_4277603AmericaFrontccc.jpg,Alien,ZXS,Action,Sega-AM7,Concept Software,,,,,,,1984-01-01, -/games/boxart/full_6720521AmericaFrontccc.jpg,Alien,ACPC,Action,Sega AM7,Concept Software,,,,,,,1985-01-01, -/games/boxart/5725982ccc.jpg,Alien 3,GB,Action,LJN,Bits Studios,,,,,,,1993-01-01, -/games/boxart/full_2550217PALFrontccc.jpg,Alien 3,Amig,Action,Virgin Games,Bits Studios,,,,,,,1992-01-01, -/games/boxart/full_6708829PALFrontccc.gif,Alien Blobs,DS,Action,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_9637408PALFrontccc.jpg,Alien Blobs,Wii,Action,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_2344883AmericaFrontccc.jpg,Alien Breed,PC,Action,MicroLeague,Audio Visual Magic,,,,,,,1993-01-01, -/games/boxart/7165272ccc.jpg,Alien Brigade,7800,Action,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_5838436AmericaFrontccc.jpg,Alien Encounters,XBL,Action,Microsoft,Star Gaming Network,,,,,,,2009-09-28, -/games/boxart/default.jpg,Alien Havoc,DSiW,Action,Unknown,Creat Studios,,,,,,,, -/games/boxart/full_7487351AmericaFrontccc.png,Alien Havoc,PSN,Action,Creat Studio,Creat Studios,,,,,,,2009-10-01, -/games/boxart/full_9975553AmericaFrontccc.jpg,Alien Storm,GEN,Action,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_7452987AmericaFrontccc.jpg,Alien Storm,VC,Action,Sega,Sega,,,,,,,2007-12-17, -/games/boxart/full_7402727PALFrontccc.jpg,Alien Storm,MS,Action,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_alien-storm_649AmericaFront.jpg,Alien Storm,PC,Action,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_4434033PALFrontccc.jpg,Alien Syndrome,GG,Action,Sega,SIMS,,,,,,,1992-01-01, -/games/boxart/3659801ccc.jpg,Alien Syndrome,NES,Action,Sunsoft,Tengen,,,,,,,1988-01-01, -/games/boxart/844241ccc.jpg,Alien vs. Predator,SNES,Action,Activision,Activision,,,,,,,1993-09-01, -/games/boxart/full_alien-vs-predator-the-last-of-his-clan_204AmericaFront.jpg,Alien vs. Predator: The Last of His Clan,GB,Action,Activision,ASK,,,,,,,1993-11-01, -/games/boxart/full_4043753AmericaFrontccc.jpg,Aliens in the Attic,PC,Action,Playlogic Game Factory,Playlogic Game Factory,,,,,,,2009-07-28, -/games/boxart/full_84735AmericaFrontccc.jpg,Aliens in the Attic,PS2,Action,Playlogic Game Factory,Playlogic Game Factory,,,,,,,2009-07-28, -/games/boxart/full_aliens-thanatos-encounter_38AmericaFront.jpg,Aliens: Thanatos Encounter,GB,Action,THQ,Crawfish Interactive,,,,,,,2001-03-30, -/games/boxart/default.jpg,Aliens: The Computer Game,ZXS,Action,Electric Dreams Software,Activision,,,,,,,1987-01-01, -/games/boxart/full_5595953AmericaFrontccc.jpg,Aliens: The Computer Game (Activision),ACPC,Action,Electric Dreams Software,Activision,,,,,,,1987-01-01,2018-01-06 -/games/boxart/default.jpg,Alive & Undead,PSN,Action,Unknown,Shortfuse Games,,,,,,,, -/games/boxart/full_4482601AmericaFrontccc.jpg,All Aspect Warfare,PC,Action,3000AD,3000AD,,,,,,,2009-08-17, -/games/boxart/default.jpg,All Guess The Cartoon,And,Action,Unknown,Unknown,,,,,,,2014-07-19, -/games/boxart/full_all-the-bad-parts_864AmericaFront.jpg,All the Bad Parts,XBL,Action,Microsoft,Ben Cook,,,,,,,2011-08-28, -/games/boxart/full_641112PALFrontccc.jpg,Allied Ace Pilots,DS,Action,Ghostlight,Ghostlight,,,,,,,2009-10-30, -/games/boxart/full_345110AmericaFrontccc.png,ALONE...,And,Action,Laser Dog,Laser Dog,,,,,,,2014-08-27,2018-08-10 -/games/boxart/default.jpg,Alpha Arcanus,PSN,Action,Unknown,Acquire,,,,,,,, -/games/boxart/full_1934759AmericaFrontccc.jpg,Alpha Zylon,PC,Action,Strategy First,Team 6 Games Studio,,,,,,,2007-12-19, -/games/boxart/8834868ccc.gif,Altered Beast,GEN,Action,Sega,Sega,,,,,,,1989-08-14, -/games/boxart/full_7414023AmericaFrontccc.jpg,Altered Beast,VC,Action,Sega,Sega,,,,,,,2006-11-19, -/games/boxart/2811631ccc.jpg,Altered Beast,MS,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_2190190AmericaFrontccc.jpg,Altered Beast,XBL,Action,Sega,Sega / Backbone Entertainment,,,,,,,2009-06-10, -/games/boxart/full_2863963PALFrontccc.jpg,Altered Beast,PS2,Action,Unknown,Wow Entertainment,,,,,,,, -/games/boxart/full_altered-beast_56AmericaFront.jpg,Altered Beast,PC,Action,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/full_altered-beast_364AmericaFront.jpg,Altered Beast,PSN,Action,Sega,Sega,,,,,,,2011-09-06, -/games/boxart/default.jpg,Altered Beast (Arcade),VC,Action,Sega,Sega,,,,,,,2009-09-28, -/games/boxart/full_3350423AmericaFrontccc.jpg,Altitude,PC,Action,Nimbly Games,Nimbly Games,,,,,,,2009-12-04, -/games/boxart/2801492ccc.jpg,Amazing Penguin,GB,Action,Natsume,Natsume,,,,,,,1990-12-01, -/games/boxart/1681043ccc.jpg,American Conquest: Divided Nation,PC,Action,CDV Software Entertainment,Unknown,,,,,,,2006-02-27, -/games/boxart/5893685ccc.jpg,American McGee presents Bad Day LA,PC,Action,Aspyr,Enlight Software,,,,,,,2006-09-06, -/games/boxart/full_american-mcgees-alice_460AmericaFront.jpg,American McGee's Alice,PSN,Action,Electronic Arts,Rogue Entertainment,,,,,,,2011-06-14, -/games/boxart/full_american-mcgees-alice_261AmericaFront.jpg,American McGee's Alice,XBL,Action,Electronic Arts,Rogue Entertainment,,,,,,,2011-06-15, -/games/boxart/full_amida_436JapanFront.jpg,Amida,GB,Action,Coconuts Japan,Sofix,,,,,,,1990-10-23, -/games/boxart/full_2420099AmericaFrontccc.png,Amida's Path,DS,Action,Collavier Corporation,Collavier Corporation,,,,,,,2014-08-14,2018-08-06 -/games/boxart/8301058ccc.jpg,Amidar,2600,Action,Parker Bros.,Konami,,,,,,,1982-01-01, -/games/boxart/full_amnesia-the-dark-descent_482AmericaFront.jpg,Amnesia: The Dark Descent,PC,Action,Unknown,Frictional Games,8.7,,,,,,2010-09-08, -/games/boxart/full_amy_858AmericaFront.jpg,AMY,PSN,Action,Lexis Numerique,VectorCell,,,,,,,2012-01-17, -/games/boxart/full_amy_645AmericaFront.jpg,AMY,XBL,Action,Lexis Numerique,VectorCell,,,,,,,2012-01-11, -/games/boxart/default.jpg,AMY,PC,Action,Lexis Numerique,VectorCell,,,,,,,2020-12-31, -/games/boxart/default.jpg,An Elder Scrolls Legend: Battlespire,PC,Action,Unknown,Bethesda Softworks LLC,,,,,,,, -/games/boxart/full_4242823AmericaFrontccc.jpg,Angle of Attack,PC,Action,3000AD,3000AD,,,,,,,2009-08-10, -/games/boxart/full_8555721AmericaFrontccc.jpg,Angry Barry,XBL,Action,Microsoft,arrogancy,,,,,,,2009-05-29, -/games/boxart/default.jpg,Angry Birds Space,PC,Action,Focus,Rovio Mobile,,,,,,,2012-05-10, -/games/boxart/full_angry-fish_223AmericaFront.jpg,Angry Fish,XBL,Action,Microsoft,Frozen Software,,,,,,,2011-09-16, -/games/boxart/full_1138958JapanFrontccc.jpg,Animal Yokochou: Doki*Doki Kyuushutsu Daisakusen! no Maki,GBA,Action,Konami,Konami,,,,,,,2005-12-22, -/games/boxart/full_5412855JapanFrontccc.jpg,Animal Yokochou: Doki*Doki Shinkyuu Shiken! no Kan,GBA,Action,Konami,Konami,,,,,,,2006-05-18, -/games/boxart/9262560ccc.jpg,"Animaniacs: Lights, Camera, Action!",GBA,Action,Ignition Entertainment,Ignition Entertainment - Warthog,,,,,,,2005-08-12, -/games/boxart/full_9962966JapanFrontccc.jpg,Annet Futatabi,SCD,Action,Wolf Team,Wolf Team,,,,,,,1993-03-30, -/games/boxart/default.jpg,ANONYMOUS NOTES CHAPTER 4 - FROM THE ABYSS,DSi,Action,Unknown,Unknown,,,,,,,, -/games/boxart/full_antz_4AmericaFront.jpg,Antz,GB,Action,Atari,CLCE & Planet,,,,,,,1999-10-01, -/games/boxart/full_7108428JapanFrontccc.jpg,Ao Zora to Nakama Tachi - Yume no Bouken,PS,Action,MTO,MTO,,,,,,,2003-11-13, -/games/boxart/full_6814886JapanFrontccc.jpg,Ao Zora to Nakama Tachi - Yume no Bouken,GBA,Action,MTO,MTO,,,,,,,2002-12-13, -/games/boxart/full_blue-blink_2JapanFront.jpg,Aoi Blink,PCE,Action,Hudson Soft,West One,,,,,,,1990-04-27, -/games/boxart/full_1464597JapanFrontccc.jpg,Aoi Hagane no Kihei: Space Griffon,DC,Action,Panther Software,Panther Software,4,,,,,,1999-11-03, -/games/boxart/full_apex_825AmericaFront.jpg,Apex,XBL,Action,Microsoft,Riddlersoft,,,,,,,2011-09-07, -/games/boxart/default.jpg,Apotheon,PC,Action,AlienTrap Games,Unknown,,,,,,,2015-02-03, -/games/boxart/default.jpg,Apotheon,Linux,Action,AlienTrap Games,Unknown,,,,,,,2015-02-03, -/games/boxart/default.jpg,Apotheon,OSX,Action,AlienTrap Games,Unknown,,,,,,,2015-02-03, -/games/boxart/default.jpg,AR Combat DigiQ: Tomodachi Senshatai,PSV,Action,Konami,Konami,,,,,,,2011-12-17, -/games/boxart/full_arashi-no-yoruni_6JapanFront.jpg,Arashi no Yoruni,DS,Action,TDK Core,TDK Core,,,,,,,2005-12-22, -/games/boxart/full_9846251JapanFrontccc.jpg,Arcade Hits: Crazy Climber,PS,Action,Hamster Corporation,Nichibutsu,,,,,,,2002-05-23, -/games/boxart/default.jpg,Archon: Classic,WW,Action,Unknown,React Games,,,,,,,, -/games/boxart/full_6989070AmericaFrontccc.png,Are You a Dodo?,And,Action,Chillingo,Chillingo,,,,,,,2014-06-18, -/games/boxart/full_4073801AmericaFrontccc.jpg,Ariel: The Little Mermaid,GG,Action,Sega,Blue Sky Software,,,,,,,1992-01-01, -/games/boxart/full_424718AmericaFrontccc.jpg,Arkadian Warriors,XBL,Action,Sierra Online,Wanako Studios,4.9,,,,,,2007-12-12, -/games/boxart/6585551ccc.jpg,Arkista´s Ring,NES,Action,American Sammy,Sammy,,,,,,,1989-01-01, -/games/boxart/full_110284JapanFrontccc.jpg,Armored Trooper Votoms: Lightning Slash,PS,Action,Takara,Takara,,,,,,,1999-03-18, -/games/boxart/full_army-corps-of-hell_78AmericaFront.jpg,Army Corps of Hell,PSV,Action,Square Enix,"Entersphere, Inc.",,,,,,,2012-02-22, -/games/boxart/full_5901830AmericaFrontccc.jpg,Army Men,GB,Action,3DO,Digital Eclipse,,,,,,,2000-02-29, -/games/boxart/full_army-men-2_9AmericaFront.jpg,Army Men 2,GB,Action,3DO,Digital Eclipse,,,,,,,2000-02-01, -/games/boxart/full_6382211PALFrontccc.jpg,Army Men: Air Attack,PC,Action,3DO,Aqua Pacific,,,,,,,2001-06-22, -/games/boxart/9261631ccc.jpg,Army Men: Air Combat,GB,Action,3DO,Fluid Studios,,,,,,,2000-11-01, -/games/boxart/full_6631359AmericaFrontccc.jpg,Army Men: Air Tactics,PC,Action,3DO,3DO,,,,,,,2000-03-08, -/games/boxart/full_7032444PALFrontccc.jpg,Army Men: Sarge's Heroes,PC,Action,3DO,Aqua Pacific,,,,,,,2000-12-15, -/games/boxart/6253534ccc.jpg,Army Men: Sarge's Heroes 2,GB,Action,3DO,Game Brains,,,,,,,2000-11-01, -/games/boxart/full_1189516AmericaFrontccc.jpg,Army Men: Toys in Space,PC,Action,3DO,3DO,,,,,,,1999-10-13, -/games/boxart/1425452ccc.jpg,Army Men: World War,PS,Action,3DO,Unknown,,,,,,,2000-02-29, -/games/boxart/full_5176830AmericaFrontccc.jpg,Army Men: World War,PC,Action,3DO,3DO,,,,,,,2000-05-30, -/games/boxart/full_arons-journey-in-dreamland_892AmericaFront.jpg,Aron's Journey in Dreamland,XBL,Action,Microsoft,Meruvia Game Studio,,,,,,,2011-09-11, -/games/boxart/full_assassins-creed_382AmericaFront.jpg,Assassin's Creed,PSN,Action,Ubisoft,Ubisoft Montreal,8.4,,,,,,2011-04-12, -/games/boxart/default.jpg,Assassin's Creed Chronicles: India,PS4,Action,Ubisoft,Unknown,,,,,,,2016-01-12, -/games/boxart/default.jpg,Assassin's Creed Chronicles: India,XOne,Action,Ubisoft,Unknown,,,,,,,2016-01-12, -/games/boxart/full_7136003AmericaFrontccc.jpg,Assassin's Creed Chronicles: India,PC,Action,Ubisoft,Unknown,,,,,,,2016-01-12, -/games/boxart/default.jpg,Assassin's Creed Chronicles: Russia,XOne,Action,Ubisoft,Unknown,,,,,,,2016-02-09, -/games/boxart/default.jpg,Assassin's Creed Chronicles: Russia,PS4,Action,Ubisoft,Unknown,,,,,,,2016-02-09, -/games/boxart/default.jpg,Assassin's Creed Chronicles: Russia,PC,Action,Ubisoft,Unknown,,,,,,,2016-02-09, -/games/boxart/full_assassins-creed-2_3AmericaFront.jpg,Assassin's Creed II,XBL,Action,Ubisoft,Ubisoft Montreal,9.2,,,,,,2010-09-28, -/games/boxart/full_390385AmericaFrontccc.jpg,Assassin's Creed II: Battle of Forlì,XBL,Action,Ubisoft,Ubisoft Montreal,6.2,,,,,,2010-01-28, -/games/boxart/full_7738929AmericaFrontccc.jpg,Assassin's Creed II: Battle of Forlì,PSN,Action,Ubisoft,Ubisoft Montreal,7.4,,,,,,2010-01-28, -/games/boxart/full_458505AmericaFrontccc.jpg,Assassin's Creed II: Bonfire of the Vanities,XBL,Action,Ubisoft,Ubisoft Montreal,6.7,,,,,,2010-02-18, -/games/boxart/full_580575AmericaFrontccc.jpg,Assassin's Creed II: Bonfire of the Vanities,PSN,Action,Ubisoft,Ubisoft Montreal,7.4,,,,,,2010-02-18, -/games/boxart/full_assassins-creed-ii-deluxe-edition_637AmericaFront.jpg,Assassin's Creed II: Deluxe Edition,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-02-01, -/games/boxart/full_8714513AmericaFrontccc.png,Assassin's Creed: Bloodlines,PSN,Action,Ubisoft,Griptonite Games,6.3,,,,,,2009-11-19, -/games/boxart/full_assassins-creed-brotherhood_189AmericaFront.jpg,Assassin's Creed: Brotherhood,PSN,Action,Ubisoft,Ubisoft Montreal,8.9,,,,,,2011-07-12, -/games/boxart/full_assassins-creed-brotherhood-the-da-vinci-disappearance_786AmericaFront.jpg,Assassin's Creed: Brotherhood - The Da Vinci Disappearance,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-03-08, -/games/boxart/full_assassins-creed-brotherhood-the-da-vinci-disappearance_77AmericaFront.jpg,Assassin's Creed: Brotherhood - The Da Vinci Disappearance,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-03-08, -/games/boxart/default.jpg,Assassin's Creed: Lost Legacy,3DS,Action,Unknown,Ubisoft,,,,,,,, -/games/boxart/default.jpg,Assassin's Creed: Revelations - Ancestors Character Pack,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-12-13, -/games/boxart/default.jpg,Assassin's Creed: Revelations - Ancestors Character Pack,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2011-12-13, -/games/boxart/full_9218847AmericaFrontccc.jpg,Assault Heroes,PC,Action,Vivendi Games,Wanako Studios,,,,,,,2007-10-30, -/games/boxart/7866978ccc.jpg,Assault Righs,PS,Action,Psygnosis,Psygnosis,,,,,,,1996-02-01, -/games/boxart/full_2537138AmericaFrontccc.jpg,Assault Rigs,PC,Action,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Assault Wing: Galactic Battlefront,PC,Action,Unknown,Studfarm Studios,,,,,,,, -/games/boxart/default.jpg,Astebreed,PC,Action,Edelweiss,Edelweiss,,,,,,,2014-05-30,2018-01-06 -/games/boxart/full_3210306PALFrontccc.jpg,Asterix,PS,Action,Infogrames,Sourcery,,,,,,,1999-03-01, -/games/boxart/full_6231218PALFrontccc.jpg,Asterix,NES,Action,Infogrames,Bit Managers,,,,,,,1993-01-01, -/games/boxart/full_9211982PALFrontccc.jpg,Asterix & Obelix: Bash Them All!,GBA,Action,Infogrames,Bit Managers,,,,,,,2002-01-25, -/games/boxart/520261ccc.jpg,Asterix & Obelix Take on Caesar,PS,Action,Cryo Interactive,Cryo Interactive,,,,,,,2000-06-01, -/games/boxart/full_1966534PALFrontccc.jpg,Asterix & Obelix XXL,GC,Action,Atari,Etranges Libellules,,,,,,,2004-06-18, -/games/boxart/full_asterix-ampamp-obelix-xxl_631PALFront.jpg,Asterix & Obelix XXL,GBA,Action,Atari,Velez & Dubail,,,,,,,2004-06-18, -/games/boxart/full_asterix-amp-obelix-xxl_767PALFront.jpg,Asterix & Obelix XXL,PC,Action,Atari,Etranges Libellules,,,,,,,2004-06-18, -/games/boxart/full_9588085PALFrontccc.jpg,Asterix & Obelix XXL2: Mission: Las Vegum,PC,Action,Atari,Etranges Libellules,,,,,,,2005-10-16, -/games/boxart/full_7737516PALFrontccc.jpg,Asterix & Obelix XXL2: Mission: Las Vegum,PS2,Action,Atari,Etranges Libellules,,,,,,,2006-06-30, -/games/boxart/full_8432657AmericaFrontccc.png,Astro Boy: The Video Game,PSN,Action,D3 Publisher,iMAGi Studios,7,,,,,,2009-10-14, -/games/boxart/7184783ccc.jpg,Astro Chase,5200,Action,Parker Bros.,First Star Software,,,,,,,1983-06-01, -/games/boxart/full_6483337AmericaFrontccc.jpg,Astro Drop,And,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2012-06-06, -/games/boxart/default.jpg,Astro Fire,PC,Action,Unknown,ORT Software,,,,,,,1994-04-29, -/games/boxart/full_7060552AmericaFrontccc.png,"Astro Junk: It's Space, Garbage and Rapid Fire Fun!",PC,Action,"GamesCafe, Inc.","Unicorn Labs, LLC.",,,,,,,2006-08-21, -/games/boxart/default.jpg,Astro Plumber,PC,Action,Unknown,Blue Ribbon Software Ltd.,,,,,,,, -/games/boxart/full_4312379AmericaFrontccc.jpg,Astrochase,2600,Action,Unknown,Parker Bros.,,,,,,,, -/games/boxart/4149185ccc.jpg,Astyanax,NES,Action,Jaleco,Jaleco Entertainment,,,,,,,1990-03-01, -/games/boxart/full_atomic-city-adventures-the-case-of-the-black-dragon_724AmericaFront.jpg,Atomic City Adventures - The Case of the Black Dragon,PC,Action,Unknown,Windstorm Studios,,,,,,,2011-08-15, -/games/boxart/5407892ccc.jpg,Attack of the Killer Tomatoes,GB,Action,THQ,THQ,,,,,,,1992-01-01, -/games/boxart/full_attack-of-the-killer-tomatoes_8AmericaFront.jpg,Attack of the Killer Tomatoes,NES,Action,THQ,Imagineering Inc.,,,,,,,1992-01-01, -/games/boxart/1122339ccc.jpg,Attack of the Mutant Penguins,AJ,Action,Atari,Sunrise Games Ltd.,,,,,,,1996-03-01, -/games/boxart/full_425890AmericaFrontccc.jpg,Attack of the Saucerman!,PC,Action,Psygnosis,Psygnosis,,,,,,,1999-01-01, -/games/boxart/default.jpg,ATV Offroad Fury 4 Pro,PSP,Action,Climax,Unknown,,,,,,,2008-06-20, -/games/boxart/full_aufruhr-im-zoo_296PALFront.jpg,Aufruhr im Zoo,2600,Action,Quelle,Quelle,,,,,,,1983-01-01, -/games/boxart/full_5460796AmericaFrontccc.jpg,Aura-Aura Climber,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-02-22, -/games/boxart/full_aurelia_94AmericaFront.jpg,Aurelia,XBL,Action,Microsoft,DUALHAZE,,,,,,,2010-09-23, -/games/boxart/full_austin-powers-oh-behave_879AmericaFront.jpg,"Austin Powers: Oh, Behave!",GB,Action,Rockstar Games,Tarantula Studios,,,,,,,2000-09-17, -/games/boxart/full_austin-powers-welcome-to-my-underground-lair_602AmericaFront.jpg,Austin Powers: Welcome To My Underground Lair!,GB,Action,Rockstar Games,Tarantula Studios,,,,,,,2000-09-18, -/games/boxart/full_avatar-ninja_9AmericaFront.jpg,Avatar Ninja!,XBL,Action,Microsoft,Milkstone Studios,,,,,,,2010-05-15, -/games/boxart/full_avatar-ninja-2_535AmericaFront.jpg,Avatar Ninja! 2,XBL,Action,Microsoft,Milkstone Studios S.L.,,,,,,,2011-07-07, -/games/boxart/full_1222876AmericaFrontccc.jpg,Avatar Run,XBL,Action,Microsoft,R3dDr4g0n,,,,,,,2010-01-02, -/games/boxart/full_avatar-running_252AmericaFront.jpg,Avatar Running,XBL,Action,Microsoft,AloneSoft,,,,,,,2011-08-29, -/games/boxart/full_8613217AmericaFrontccc.jpg,Avatar: The Last Airbender - The Burning Earth,GBA,Action,THQ,Halfbrick Studios,,,,,,,2007-10-16, -/games/boxart/full_2499610AmericaFrontccc.jpg,Avatar: The Last Airbender - The Burning Earth,XBL,Action,THQ,THQ Australia,,,,,,,2010-03-23, -/games/boxart/full_6646156PALFrontccc.jpeg,Awakening: The Black Tree,PC,Action,Astragon,Unknown,,,,,,,2015-09-30, -/games/boxart/full_6206910AmericaFrontccc.jpg,Awesome Tank,XBL,Action,Microsoft,UberGeekGames,,,,,,,2009-04-05, -/games/boxart/default.jpg,Aworg (MN),GEN,Action,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_1631589AmericaFrontccc.jpg,Ax Battler: A Legend of Golden Axe,GG,Action,Sega,Aspect,,,,,,,1991-01-01, -/games/boxart/default.jpg,Axiom Verge,WiiU,Action,Thomas Happ Games,Thomas Happ Games,,,,,,,2017-01-01, -/games/boxart/default.jpg,Axiom Verge,XOne,Action,Thomas Happ Games,Thomas Happ Games,,,,,,,2017-01-01, -/games/boxart/full_5874658JapanFrontccc.jpg,Azarashi Sentai Inazuma: Doki Doki Daisakusen!?,GB,Action,Omega Products,Omega Products,,,,,,,2002-03-29, -/games/boxart/full_1867975AmericaFrontccc.jpg,Azrael's Tear,PC,Action,Mindscape,Intelligent Games,,,,,,,1996-09-30, -/games/boxart/full_aztec-adventure_8AmericaFront.jpg,Aztec Adventure,MS,Action,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/default.jpg,Aztec Ball,PC,Action,Alexey Saenko,Alexey Saenko,,,,,,,2007-01-17, -/games/boxart/full_4335721AmericaFrontccc.png,Azure Striker Gunvolt 2,3DS,Action,Inti Creates,Inti Creates,8.3,,,,,,2016-09-29,2018-11-25 -/games/boxart/full_b-team-episode-2-ice-amp-venom_771AmericaFront.jpg,B Team - Episode 2: Ice & Venom,DSiW,Action,Unknown,Subdued SoftwareSubdued Software,,,,,,,2011-08-04, -/games/boxart/6038818ccc.jpg,B.O.B.,GEN,Action,Electronic Arts,Chris Gray Enterprises,,,,,,,1993-01-01, -/games/boxart/full_babe-and-friends_785AmericaFront.jpg,Babe and Friends,GB,Action,Crave Entertainment,Aqua Pacific,,,,,,,1999-11-30, -/games/boxart/default.jpg,Baby Jo in Going Home,PC,Action,Unknown,Loriciels,,,,,,,, -/games/boxart/full_1739108AmericaFrontccc.jpg,Bachelor Party,2600,Action,Mystique,Mystique,,,,,,,1982-01-01, -/games/boxart/full_2296347AmericaFrontccc.jpg,Bachelorette Party/Burning Desire,2600,Action,Playaround,Playaround,,,,,,,1982-01-01, -/games/boxart/default.jpg,Bachindaa,Wii,Action,Unknown,Magic Bear Cats,,,,,,,, -/games/boxart/9204777ccc.jpg,Back to the Future,NES,Action,LJN,Beam Software,,,,,,,1989-09-01, -/games/boxart/full_back-to-the-future-ii_1PALFront.jpg,Back to the Future Part II,MS,Action,Imageworks,Mirrorsoft,,,,,,,1990-01-01, -/games/boxart/full_back-to-the-future-part-ii_2AmericaFront.jpg,Back to the Future Part II,PC,Action,Imageworks,Images Ltd,,,,,,,1990-01-01, -/games/boxart/full_back-to-the-future-iii_6PALFront.jpg,Back to the Future Part III,MS,Action,Imageworks,Mirrorsoft,,,,,,,1993-01-01, -/games/boxart/5462867ccc.jpg,Back to the Future Part III,GEN,Action,Arena Entertainment,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_back-to-the-future-part-iii_4AmericaFront.jpg,Back to the Future Part III,PC,Action,Unknown,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_3150887AmericaFrontccc.jpg,Bad Atom Episode 1,XBL,Action,Microsoft,kstrat2001,,,,,,,2008-11-15, -/games/boxart/full_bad-batsumaru_9JapanFront.jpg,Bad Batsumaru: Robo Battle,GB,Action,Imagineer,Imagineer,,,,,,,2001-08-10, -/games/boxart/full_bad-dudes_275AmericaFront.jpg,Bad Dudes,NES,Action,Data East,Data East,,,,,,,1990-07-01, -/games/boxart/full_5778727AmericaFrontccc.jpg,Bad Piggies,WinP,Action,Rovio Mobile,Rovio Mobile,,,,,,,2013-01-01, -/games/boxart/full_4136684AmericaFrontccc.jpg,Bad Piggies,OSX,Action,Rovio Mobile,Rovio Mobile,,,,,,,2012-09-27, -/games/boxart/full_bad-street-brawler_541AmericaFront.jpg,Bad Street Brawler,NES,Action,Mattel Interactive,Beam Software,,,,,,,1989-09-01, -/games/boxart/full_bad-street-brawler_5AmericaFront.jpg,Bad Street Brawler,PC,Action,Mindscape,Beam Software,,,,,,,1987-01-01, -/games/boxart/full_1583837AmericaFrontccc.jpg,BADLAND,And,Action,Frogmind,Frogmind,,,,,,,2013-12-10,2019-04-08 -/games/boxart/full_439956AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,WiiU,Action,Frogmind,Frogmind,,,,,,,2015-07-30,2019-04-08 -/games/boxart/full_7061030AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,XOne,Action,Frogmind,Frogmind,,,,,,,2015-05-29,2019-04-08 -/games/boxart/full_7400295AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PS3,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 -/games/boxart/full_5738353AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PS4,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 -/games/boxart/full_6059058AmericaFrontccc.jpg,BADLAND: Game of the Year Edition,PSV,Action,Frogmind,Frogmind,,,,,,,2015-05-26,2019-04-08 -/games/boxart/full_bakugan-battle-brawlers-defenders-of-the-core_8AmericaFront.jpg,Bakugan Battle Brawlers: Defenders of the Core,PSN,Action,Activision,Now Production,,,,,,,2010-10-26, -/games/boxart/full_4741667JapanFrontccc.jpg,Bakuten Shoot Beyblade,GB,Action,Broccoli,Rokumendo,,,,,,,2001-07-27, -/games/boxart/default.jpg,Bakuten Shoot Beyblade 2002 : Daichi Version / Takao Version,GBA,Action,Broccoli,Al,,,,,,,2002-12-06, -/games/boxart/full_170656JapanFrontccc.jpg,Bakuten Shoot Beyblade 2002: Beybattle Tournament 2,PS,Action,Takara,Takara,,,,,,,2002-08-01, -/games/boxart/full_bakuten-shoot-beyblade-gekitou-saikyou-blade_8JapanFront.jpg,Bakuten Shoot Beyblade: Gekitou! Saikyou Blade,GBA,Action,Broccoli,Al,,,,,,,2001-12-06, -/games/boxart/full_9514945JapanFrontccc.jpg,Bakuto Dochers,SNES,Action,Bullet Proof Software,Bullet Proof Software,,,,,,,1994-10-28, -/games/boxart/full_2313826PALFrontccc.jpg,Ball Jacks,GEN,Action,Namco,Namco,,,,,,,1993-01-01, -/games/boxart/9126099ccc.jpg,Ballblazer,7800,Action,Atari,General Computer Corp.,,,,,,,1988-01-01, -/games/boxart/2358321ccc.jpg,Ballblazer,5200,Action,Atari,Lucasfilm Games,,,,,,,1984-03-01, -/games/boxart/full_2704447JapanFrontccc.jpg,Ballblazer,NES,Action,Pony Canyon,Lucasfilm Games,,,,,,,1988-03-04, -/games/boxart/full_ballochet_780AmericaFront.jpg,Ballochet,XBL,Action,Microsoft,MindsEdge,,,,,,,2011-07-21, -/games/boxart/full_7623594JapanFrontccc.jpg,Balloon Fight GB,GB,Action,Nintendo,Pax Softonica,,,,,,,2000-07-31, -/games/boxart/full_8278184AmericaFrontccc.jpg,Balrum,PC,Action,Balcony Team,Unknown,,,,,,,2016-02-29, -/games/boxart/default.jpg,Bank Escape,And,Action,Unknown,Unknown,,,,,,,2014-10-05, -/games/boxart/full_9335729PALFrontccc.jpg,Barbarian,PC,Action,Palace Software,Psygnosis,,,,,,,1989-01-01, -/games/boxart/default.jpg,Barbie and Her Sisters Puppy Rescue,X360,Action,Little Orbit,Little Orbit,,,,,,,2015-11-03, -/games/boxart/full_1423039AmericaFrontccc.jpg,Barbie Beach Vacation,PC,Action,Vivendi Games,Krome Studios,,,,,,,2001-10-03, -/games/boxart/default.jpg,Barbie Dreamhouse Party,DS,Action,Namco Bandai Games,Unknown,,,,,,,2014-02-14, -/games/boxart/default.jpg,Barbie Dreamhouse Party,Wii,Action,Namco Bandai Games,Unknown,,,,,,,2014-02-14, -/games/boxart/9792097ccc.jpg,Barbie Fashion Pack,GB,Action,Mattel Interactive,Hyperspace Cowgirls,,,,,,,2000-09-01, -/games/boxart/7179579ccc.jpg,Barbie: Gotta Have Games,PS,Action,VU Games,Unknown,,,,,,,2003-11-07, -/games/boxart/7381900ccc.jpg,Barbie: Magic Genie Adventure,GB,Action,Mattel Interactive,Vicarious Visions,,,,,,,2000-11-11, -/games/boxart/full_barbie-ocean-discovery_170AmericaFront.jpg,Barbie: Ocean Discovery,GB,Action,Mattel Interactive,Realtime Associates,,,,,,,1999-05-01, -/games/boxart/6564825ccc.jpg,Barnyard,PC,Action,THQ,Blue Tongue,,,,,,,2006-08-01, -/games/boxart/6661546ccc.jpg,Barnyard Blaster,7800,Action,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/4172015ccc.jpg,Baseball Heroes,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_batman_0JapanFront.jpg,Batman,PCE,Action,Sunsoft,SunSoft,,,,,,,1990-10-12, -/games/boxart/full_6223471AmericaFrontccc.jpg,Batman Beyond: Return of the Joker,GB,Action,Ubisoft,Kemco,,,,,,,2000-11-20, -/games/boxart/full_3363343AmericaFrontccc.jpg,Batman Forever,GG,Action,Acclaim Entertainment,Probe Entertainment,,,,,,,1995-01-01, -/games/boxart/5470945ccc.jpg,Batman Forever,GEN,Action,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/full_9383455AmericaFrontccc.jpg,Batman Forever,GB,Action,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/647721ccc.jpg,Batman Forever: The Arcade Game,SAT,Action,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-11-30, -/games/boxart/full_6120578AmericaFrontccc.jpg,Batman Forever: The Arcade Game,PC,Action,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-11-30, -/games/boxart/9689242ccc.jpg,Batman Returns,SNES,Action,Konami,Konami,,,,,,,1993-04-01, -/games/boxart/6682345ccc.jpg,Batman Returns,GEN,Action,Sega,Konami,,,,,,,1992-10-10, -/games/boxart/full_8655010AmericaFrontccc.jpg,Batman Returns,GG,Action,Sega,Aspect Co. Ltd.,,,,,,,1992-01-01, -/games/boxart/9142252ccc.jpg,Batman Returns,NES,Action,Konami,Konami,,,,,,,1993-01-01, -/games/boxart/8072630ccc.jpg,Batman Returns,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/6801787ccc.jpg,Batman Returns,SCD,Action,Sega,Malibu Games,,,,,,,1993-01-01, -/games/boxart/full_5620547PALFrontccc.jpg,Batman Returns,MS,Action,Sega,Aspect Co. Ltd.,,,,,,,1989-01-01, -/games/boxart/full_batman-returns_2AmericaFront.jpg,Batman Returns,PC,Action,GameTek,Spirit of Discovery,,,,,,,1992-01-01, -/games/boxart/default.jpg,Batman Returns (Atari Version),Mob,Action,Konami Digital Entertainment,Atari,,,,,,,1993-01-01, -/games/boxart/full_batman-arkham-city-catwoman-bundle-pack_739AmericaFront.jpg,Batman: Arkham City - Catwoman Bundle Pack,PSN,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-10-18, -/games/boxart/full_batman-arkham-city-catwoman-bundle-pack_58AmericaFront.jpg,Batman: Arkham City - Catwoman Bundle Pack,XBL,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-10-18, -/games/boxart/full_batman-arkham-city-nightwing-bundle-pack_213AmericaFront.jpg,Batman: Arkham City - Nightwing Bundle Pack,PSN,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-01, -/games/boxart/default.jpg,Batman: Arkham City - Nightwing Bundle Pack,XBL,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-01, -/games/boxart/default.jpg,Batman: Arkham City - Nightwing Bundle Pack,PC,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,, -/games/boxart/default.jpg,Batman: Arkham City - Robin Bundle Pack,PC,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-22, -/games/boxart/default.jpg,Batman: Arkham City - Robin Bundle Pack,PSN,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-22, -/games/boxart/default.jpg,Batman: Arkham City - Robin Bundle Pack,XBL,Action,Warner Bros. Interactive,Rocksteady Studios,,,,,,,2011-11-22, -/games/boxart/full_8251821PALFrontccc.jpg,Batman: Arkham Collection,X360,Action,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-22, -/games/boxart/full_1246661PALFrontccc.jpg,Batman: Arkham Collection,PS3,Action,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-22, -/games/boxart/full_2368754PALFrontccc.jpg,Batman: Arkham Collection,PC,Action,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-22, -/games/boxart/default.jpg,Batman: Arkham VR,PC,Action,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2017-04-25,2018-08-12 -/games/boxart/7325832ccc.jpg,Batman: Chaos in Gotham,GB,Action,Ubisoft,Digital Eclipse,,,,,,,2001-04-16, -/games/boxart/5322212ccc.jpg,Batman: Revenge of the Joker,GEN,Action,Sunsoft,SunSoft,,,,,,,1992-01-01, -/games/boxart/9478331ccc.jpg,Batman: The Animated Series,GB,Action,Konami,Konami,,,,,,,1993-11-01, -/games/boxart/full_9227980AmericaFrontccc.jpg,Batman: Vengeance,PC,Action,Ubisoft,Ubisoft,,,,,,,2002-10-08, -/games/boxart/full_battle-b-daman-fire-spirits_951AmericaFront.jpg,Battle B-Daman: Fire Spirits!,GBA,Action,Atlus,Atlus Co.,,,,,,,2006-09-26, -/games/boxart/full_1915588JapanFrontccc.jpg,Battle Beaster,DC,Action,Studio Wonder Effect,Studio Wonder Effect,,,,,,,2001-03-15, -/games/boxart/8365028ccc.jpg,Battle Bull,GB,Action,Seta Corporation,Seta Corporation,,,,,,,1991-01-01, -/games/boxart/1938066ccc.jpg,Battle Cars,SNES,Action,Namco,Namco,,,,,,,1993-12-01, -/games/boxart/full_7735708JapanFrontccc.jpg,Battle City,GB,Action,Namco,Nova Games Ltd.,,,,,,,1991-08-09, -/games/boxart/full_2474732JapanFrontccc.jpg,Battle City,NES,Action,Namco,Namco,,,,,,,1985-09-09, -/games/boxart/full_5143634JapanFrontccc.jpg,Battle City,VC,Action,Namco Bandai,Namco,,,,,,,2007-09-04, -/games/boxart/full_6557743AmericaFrontccc.jpg,Battle Frenzy,SCD,Action,Good Night Brave Warrior,Domark,,,,,,,2004-01-01, -/games/boxart/full_1475253AmericaFrontccc.jpg,Battle Group 2,PC,Action,"Merge Interactive, Incorporated",Bane Games,,,,,,,2014-06-13, -/games/boxart/full_2722858AmericaFrontccc.jpg,Battle Group 2,OSX,Action,"Merge Interactive, Incorporated",Bane Games,,,,,,,2014-06-13, -/games/boxart/full_3947364AmericaFrontccc.jpg,Battle Group 2,Linux,Action,"Merge Interactive, Incorporated",Bane Games,,,,,,,2014-06-13, -/games/boxart/full_3072928AmericaFrontccc.jpg,Battle Havoc,XBL,Action,Microsoft,Quantum Squid Interactive,,,,,,,2009-03-21, -/games/boxart/default.jpg,Battle of Elemental,DSiW,Action,Unknown,Amzy,,,,,,,2011-04-27, -/games/boxart/default.jpg,Battle Slots,PC,Action,Unknown,"Phantom EFX, Inc.",,,,,,,, -/games/boxart/default.jpg,Battle Slots,PSN,Action,Unknown,"Phantom EFX, Inc.",,,,,,,, -/games/boxart/default.jpg,Battle Slots,XBL,Action,Unknown,"Phantom EFX, Inc.",,,,,,,, -/games/boxart/default.jpg,Battle Stuff,XBL,Action,Microsoft,Microsoft Game Studios,,,,,,,2011-11-28, -/games/boxart/default.jpg,Battlemaniacs,MS,Action,Tec Toy,Syrox Developments,,,,,,,1993-01-01, -/games/boxart/full_6199931AmericaFrontccc.jpg,BattleTanx,GB,Action,3DO,Lucky Chicken,,,,,,,2000-04-13, -/games/boxart/full_6915831AmericaFrontccc.jpg,BattleTanx: Global Assault,PS,Action,3DO,3DO,,,,,,,2000-02-29, -/games/boxart/full_3798561AmericaFrontccc.jpg,Battletoads,GG,Action,Tradewest,Rare Ltd.,,,,,,,1993-01-01, -/games/boxart/full_6568203AmericaFrontccc.jpg,Battletoads,NES,Action,Tradewest,Rare Ltd.,,,,,,,1991-06-01, -/games/boxart/6763762ccc.jpg,Battletoads,GB,Action,Messiah,Rare Ltd.,,,,,,,1991-11-01, -/games/boxart/full_battletoads_8AmericaFront.jpg,Battletoads,GEN,Action,Tradewest,Rare Ltd.,,,,,,,1991-01-01, -/games/boxart/432003ccc.jpg,Battletoads / Double Dragon,SNES,Action,Tradewest,Rare Ltd.,,,,,,,1993-10-01, -/games/boxart/6011117ccc.jpg,Battletoads / Double Dragon,NES,Action,Tradewest,Rare Ltd.,,,,,,,1993-01-01, -/games/boxart/5682470ccc.jpg,Battletoads / Double Dragon,GB,Action,Tradewest,Rare Ltd.,,,,,,,1993-12-01, -/games/boxart/3836932ccc.jpg,Battletoads / Double Dragon,GEN,Action,Tradewest,Rare Ltd.,,,,,,,1993-02-19, -/games/boxart/8801229ccc.gif,Battletoads in Battlemaniacs,SNES,Action,Tradewest,Rare Ltd.,,,,,,,1993-06-01, -/games/boxart/default.jpg,Battletoads in Battlemaniacs,MS,Action,Unknown,Rare Ltd.,,,,,,,,2018-04-25 -/games/boxart/full_battletoads-in-ragnaroks-world_902AmericaFront.jpg,Battletoads in Ragnarok's World,GB,Action,Tradewest,Rare Ltd.,,,,,,,1993-06-01,2018-04-25 -/games/boxart/4147650ccc.jpg,Battlewheels,Lynx,Action,Atari,Beyond Games,,,,,,,1992-01-01, -/games/boxart/9373039ccc.jpg,Battlezone 2000,Lynx,Action,Atari,Atari,,,,,,,1994-01-01, -/games/boxart/full_bayonetta_991AmericaFront.jpg,Bayonetta,XBL,Action,Sega,PlatinumGames,,,,,,,2011-02-22, -/games/boxart/full_beach-bubbles_43AmericaFront.jpg,Beach Bubbles,XBL,Action,Microsoft,Team Shuriken,,,,,,,2011-01-17, -/games/boxart/full_beach-bubbles-2_12AmericaFront.jpg,Beach Bubbles 2,XBL,Action,Microsoft,Team Shuriken,,,,,,,2011-08-28, -/games/boxart/full_beach-buzzin-chopper_1PALFront.png,Beach Buzzin' Chopper,PSN,Action,Asylum Entertainment,Asylum Entertaiment,,,,,,,2010-09-29, -/games/boxart/full_beach-paddle_914AmericaFront.jpg,Beach Paddle,XBL,Action,Microsoft,Team Shuriken,,,,,,,2011-06-23, -/games/boxart/4968363ccc.jpg,BeachHead 2000,PC,Action,WizardWorks,Digital Fusion Inc,,,,,,,2000-06-14, -/games/boxart/full_4974715JapanFrontccc.jpg,Beast Shooter: Mezase Beast King,GBA,Action,Konami,Hudson Soft,,,,,,,2002-10-31, -/games/boxart/7395774ccc.jpg,Beast Wars: Transformers,PS,Action,Hasbro Interactive,Hasbro Interactive,,,,,,,1997-12-05, -/games/boxart/full_beast-wrestler_886AmericaFront.jpg,Beast Wrestler,GEN,Action,Renovation,Riot,,,,,,,1991-10-04, -/games/boxart/2124707ccc.jpg,Beat 'Em & Eat 'Em,2600,Action,Mystique,Mystique,,,,,,,1982-01-01, -/games/boxart/default.jpg,Beat Hazard,MS,Action,Unknown,Cold Beam Games Ltd,,,,,,,, -/games/boxart/full_4984991AmericaFrontccc.jpg,Beavis & Butt-head: Calling All Dorks,PC,Action,Viacom,Viacom,,,,,,,1996-10-06, -/games/boxart/7613762ccc.jpg,Beavis and Butt-head,GB,Action,GT Interactive,Torus Games,,,,,,,1999-01-01, -/games/boxart/4242453ccc.jpg,Beavis and Butt-head,GEN,Action,Viacom,Radical Entertainment,,,,,,,1994-01-01, -/games/boxart/full_9926178PALFrontccc.jpg,Bedlam,PS,Action,GT Interactive,Mirage Soft,,,,,,,1997-07-01, -/games/boxart/full_2961462AmericaFrontccc.jpg,Bedlam,PC,Action,GT Interactive,Bruce Sidell,,,,,,,1996-09-30, -/games/boxart/3863540ccc.jpg,Bee 52,NES,Action,Camerica,Codemasters,,,,,,,1992-01-01, -/games/boxart/full_bee-movie_3AmericaFront.jpg,Bee Movie Game,XBL,Action,Activision,Beenox,,,,,,,2010-06-21, -/games/boxart/5766483ccc.jpg,Beethoven,GEN,Action,Hi Tech Expressions,THQ,,,,,,,1994-01-01, -/games/boxart/654413ccc.jpg,Beethoven: The Ultimate Canine Caper,GB,Action,Hi Tech Expressions,Unexpected Development,,,,,,,1989-07-01, -/games/boxart/full_2040396PALFrontccc.jpg,Beetle King,DS,Action,505 Games,Bandai,,,,,,,2007-03-02, -/games/boxart/default.jpg,Beetlejuice: Skeletons in the Closet,PC,Action,Hi Tech Expressions,Riedel Software,,,,,,,1990-01-01, -/games/boxart/full_6920872AmericaFrontccc.png,Ben 10 Alien Force: Vilgax Attacks,PSN,Action,D3 Publisher,D3Publisher,,,,,,,2009-10-26, -/games/boxart/default.jpg,Ben 10 Omniverse,3DS,Action,D3Publisher,Unknown,,,,,,,2012-11-03, -/games/boxart/default.jpg,Ben 10 Omniverse,PS3,Action,D3Publisher,Unknown,4,,,,,,2012-11-03, -/games/boxart/default.jpg,Ben 10 Omniverse,Wii,Action,D3Publisher,Unknown,,,,,,,2012-11-03, -/games/boxart/full_8791177AmericaFrontccc.jpg,Ben 10 Omniverse,WiiU,Action,D3Publisher,Vicious Cycle,,,,,,,2012-11-18,2020-09-08 -/games/boxart/default.jpg,Ben 10 Omniverse,X360,Action,D3Publisher,Unknown,,,,,,,2012-11-03, -/games/boxart/full_1652539AmericaFrontccc.png,Ben 10: Alien Force,PSN,Action,D3 Publisher,Monkey Bar Games,,,,,,,2009-11-04, -/games/boxart/full_880917AmericaFrontccc.png,Ben 10: Protector of Earth,PSN,Action,D3 Publisher,High Voltage Software,,,,,,,2009-11-04, -/games/boxart/1621609ccc.jpg,Beowulf: The Game,PC,Action,Ubisoft,Ubisoft Tiwak,,,,,,,2007-11-13, -/games/boxart/9333544ccc.jpg,Berenstain Bears,2600,Action,Coleco,Coleco,,,,,,,1983-01-01, -/games/boxart/full_9842095JapanFrontccc.jpg,Berserk: Millennium Falcon Hen Seima Senki no Shou,PS2,Action,Sammy Corporation,Sammy Studios,,,,,,,2004-10-07, -/games/boxart/full_3328817AmericaFrontccc.png,Beta Bloc,PSN,Action,D3 Publisher,Tamsoft,,,,,,,2009-12-02, -/games/boxart/full_1860303JapanFrontccc.jpg,BeyBlade Fighting Tournament,GB,Action,Hudson Soft,Rokumendo,,,,,,,2000-08-11, -/games/boxart/full_928028JapanFrontccc.jpg,Beyblade: Ikuze! Gekitou! Chou Jiryoku Battle!!,GBA,Action,Broccoli,Al,,,,,,,2002-06-27, -/games/boxart/full_3392123AmericaFrontccc.jpg,Beyblade: Let it Rip!,PS,Action,Crave Entertainment,Takara,,,,,,,2002-12-05, -/games/boxart/default.jpg,Beyond Space,PC,Action,Plug In Digital,Bulkypix,,,,,,,2014-06-16, -/games/boxart/7735080ccc.jpg,Bible Adventures,GEN,Action,Wisdom Tree,Color Dreams,,,,,,,1995-01-01, -/games/boxart/full_big-birds-egg-catch_697AmericaFront.jpg,Big Bird's Egg Catch,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_8804333AmericaFrontccc.png,BIKE RIDER DX2: GALAXY,3DS,Action,Spicysoft Corp.,Mobile & Game Studio,,,,,,,2014-07-03, -/games/boxart/full_bikkuriman-kanjuku-haoh-sanmi-douran-sensouki_540JapanFront.jpg,BikkuriMan Kanjuku Haoh: Sanmi Douran Sensouki,3DS,Action,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2011-07-21, -/games/boxart/full_bikkuriman-world_3JapanFront.jpg,BikkuriMan World,PCE,Action,Hudson Soft,West One,,,,,,,1987-10-30, -/games/boxart/full_bill-ampamp-teds-excellent-video-game-adventure_829AmericaFront.jpg,Bill & Ted's Excellent Video Game Adventure,NES,Action,LJN,Rocket Science Games,,,,,,,1991-08-01, -/games/boxart/4674559ccc.jpg,Bill and Ted's Excellent Adventure,Lynx,Action,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/519444ccc.jpg,Bimini Run,GEN,Action,Nuvision Entertainment,Nuvision Entertainment,,,,,,,1990-10-10, -/games/boxart/full_1311875PALFrontccc.jpg,Binary Domain,PC,Action,Sega,Devils Details,,,,,,,2012-04-27,2018-05-25 -/games/boxart/full_binary-land_426JapanFront.jpg,Binary Land,NES,Action,Hudson Soft,Hudson Soft,,,,,,,1985-12-19, -/games/boxart/full_binary-land_150JapanFront.jpg,Binary Land,VC,Action,Unknown,Hudson Soft,,,,,,,, -/games/boxart/default.jpg,Bingo Pop,And,Action,Unknown,Uken Games,,,,,,,, -/games/boxart/full_bio-senshi-dan-increaser-tono-tatakai_5JapanFront.jpg,Bio Senshi Dan: Increaser tono Tatakai,NES,Action,Jaleco,Jaleco Entertainment,,,,,,,1987-09-22, -/games/boxart/full_bioerosion_48AmericaFront.jpg,Bioerosion,XBL,Action,Microsoft,mukagosoft,,,,,,,2011-01-30, -/games/boxart/9228630ccc.jpg,BioForge,PC,Action,Electronic Arts,"Origin Systems, Inc.",,,,,,,1995-03-29, -/games/boxart/default.jpg,BioHazard 15th Anniversary Box,PS3,Action,Capcom,Capcom,,,,,,,2011-09-08, -/games/boxart/full_7937792JapanFrontccc.jpg,BioHazard Code: Veronica Kanzenban,DC,Action,Capcom,Capcom,,,,,,,2001-03-22, -/games/boxart/full_2020809JapanFrontccc.jpg,BioHazard Code: Veronica Kanzenban + BioHazard 4 Value Pack,PS2,Action,Capcom,Capcom,,,,,,,2009-09-17, -/games/boxart/8692495ccc.jpg,Bionic Battler,GB,Action,Electro Brain,Electro Brain,,,,,,,1992-01-02, -/games/boxart/full_1307354AmericaFrontccc.jpg,Bionic Commando: Elite Forces,GB,Action,Nintendo,Nintendo Software Technology Corporation,,,,,,,1999-01-01, -/games/boxart/full_7749735AmericaFrontccc.jpg,Bionicle: Maze of Shadows,GBA,Action,THQ,Razorback Developments,,,,,,,2005-09-18, -/games/boxart/full_bishoujo-senshi-sailor-moon_4JapanFront.jpg,Bishoujo Senshi Sailor Moon,GB,Action,Angel Studios,Angel Studios,,,,,,,1992-12-18, -/games/boxart/full_bishoujo-senshi-sailor-moon_10JapanFront.jpg,Bishoujo Senshi Sailor Moon,GEN,Action,Bandai,Angel Studios,,,,,,,1994-07-08, -/games/boxart/full_bishoujo-senshi-sailor-moon-r_0JapanFront.jpg,Bishoujo Senshi Sailor Moon R,GB,Action,Angel Studios,Angel Studios,,,,,,,1994-04-22, -/games/boxart/full_bishoujo-senshi-sailor-moon-s_5JapanFront.jpg,Bishoujo Senshi Sailor Moon S,GG,Action,Bandai,Bandai,,,,,,,1995-01-27, -/games/boxart/full_1740785AmericaFrontccc.jpg,Bit Boy!!,WW,Action,Bplus,Bplus,,,,,,,2009-07-13, -/games/boxart/full_3151335AmericaFrontccc.jpg,BitStream,XBL,Action,Microsoft,ProjectorGames,,,,,,,2009-08-11, -/games/boxart/full_6142681AmericaFrontccc.jpg,Black Belt,MS,Action,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_6595564AmericaFrontccc.jpg,Black Belt,VC,Action,Sega,Sega,,,,,,,2008-02-26, -/games/boxart/full_3116789JapanFrontccc.jpg,Black Black,GBA,Action,Capcom,Capcom,,,,,,,2002-02-08, -/games/boxart/full_7468505JapanFrontccc.jpg,Black Cat: Kuroneko no Concerto,DS,Action,Compile Heart,Compile Heart,,,,,,,2007-06-21, -/games/boxart/1464913ccc.jpg,Black Fire,SAT,Action,Sega,Sega,,,,,,,1995-12-22, -/games/boxart/default.jpg,Black Forest Tale,GB,Action,Sachen,sachen,,,,,,,1993-01-01, -/games/boxart/4966308ccc.jpg,Black Hole Assault,SCD,Action,Bignet,Bignet,,,,,,,1992-11-05, -/games/boxart/full_3281160AmericaFrontccc.jpg,Blade,PS,Action,Activision,Hammerhead,4,,,,,,2000-11-23, -/games/boxart/full_4861867AmericaFrontccc.jpg,Blade,GB,Action,Activision,HAL Laboratory,,,,,,,2000-11-20, -/games/boxart/full_blade-kitten_2AmericaFront.jpg,Blade Kitten,PC,Action,Atari,Krome Studios,,,,,,,2010-09-22, -/games/boxart/default.jpg,Blade Warrior,PC,Action,Phantagram,Phantagram,,,,,,,1997-01-01, -/games/boxart/full_bladestorm-the-hundred-years-war_143AmericaFront.jpg,Bladestorm: The Hundred Years' War,XBL,Action,Tecmo Koei,Omega Force,,,,,,,2011-02-22, -/games/boxart/default.jpg,Bladestorm: The Hundred Years' War,PC,Action,BioWare,Omega Force,,,,,,,2015-05-29, -/games/boxart/default.jpg,Bladestorm: The Hundred Years' War,PS4,Action,BioWare,Omega Force,,,,,,,2015-03-17, -/games/boxart/default.jpg,Bladestorm: The Hundred Years' War,XOne,Action,BioWare,Omega Force,,,,,,,2015-03-17, -/games/boxart/full_blair-witch-volume-i-rustin-parr_352AmericaFront.jpg,Blair Witch Volume I: Rustin Parr,PC,Action,Gathering of Developers,Terminal Reality,,,,,,,2000-09-30, -/games/boxart/full_blair-witch-volume-2-the-legend-of-coffin-rock_27AmericaFront.jpg,Blair Witch Volume II: The Legend of Coffin Rock,PC,Action,Gathering of Developers,Human Head Studios,,,,,,,2000-10-30, -/games/boxart/full_blair-witch-volume-3-the-elly-kedward-tale_685AmericaFront.jpg,Blair Witch Volume III: The Elly Kedward Tale,PC,Action,Gathering of Developers,Ritual Entertainment,,,,,,,2000-11-22, -/games/boxart/default.jpg,Blast 'Em Bunnies,3DS,Action,Nnooo,Nnooo,,,,,,,2015-01-01, -/games/boxart/default.jpg,Blast 'Em Bunnies,PS4,Action,Nnooo,Nnooo,,,,,,,2015-01-01, -/games/boxart/default.jpg,Blast 'Em Bunnies,PSV,Action,Nnooo,Nnooo,,,,,,,2015-01-01, -/games/boxart/default.jpg,Blast Chamber,PC,Action,Activision,Attention To Detail,,,,,,,1997-01-01, -/games/boxart/full_424033AmericaFrontccc.png,Blast Off,PSN,Action,Halfbrick Studios,Halfbrick Studios,8.5,,,,,,2009-11-23, -/games/boxart/full_blaster-master-boy_341AmericaFront.jpg,Blaster Master Boy,GB,Action,Sunsoft,Aicom,,,,,,,1992-02-01, -/games/boxart/full_blaster-master-enemy-below_717AmericaFront.jpg,Blaster Master: Enemy Below,GB,Action,Sunsoft,SunSoft,,,,,,,2000-09-24, -/games/boxart/full_3509104AmericaFrontccc.png,BLAZBLUE -CLONEPHANTASMA-,3DS,Action,Arc System Works,Arc System Works,,,,,,,2014-08-21, -/games/boxart/full_2848273AmericaFrontccc.jpg,bleemcast! Metal Gear Solid,DC,Action,bleem!,bleem!,,,,,,,2001-10-31, -/games/boxart/full_3407392AmericaFrontccc.jpg,Blinding Dark,Linux,Action,Bulkypix,Bulkypix,,,,,,,2014-08-12, -/games/boxart/full_1636328AmericaFrontccc.jpg,Blinding Dark,OSX,Action,Bulkypix,Bulkypix,,,,,,,2014-08-12, -/games/boxart/full_6668400AmericaFrontccc.jpg,Blinding Dark,PC,Action,Bulkypix,Bulkypix,,,,,,,2014-08-12, -/games/boxart/full_4217317AmericaFrontccc.jpg,Bloc,XBL,Action,Microsoft,Metacreature Games,,,,,,,2008-11-12, -/games/boxart/3366003ccc.jpg,Block Breaker Deluxe,WW,Action,Gameloft,Gameloft,,,,,,,2008-06-16, -/games/boxart/full_2177298JapanFrontccc.jpg,Block Kuzushi Kowashite Help!,PS,Action,Media Group,Media Group,,,,,,,2000-12-07, -/games/boxart/full_1634067JapanFrontccc.jpg,Block Kuzushi: Deden no Gyakushuu,PS,Action,Island Creation,Island Creation,,,,,,,1996-05-31, -/games/boxart/full_1744534JapanFrontccc.jpg,Block Wars,PS,Action,Pony Canyon,Märchen Breaker/Opera House,,,,,,,2001-09-06, -/games/boxart/3255207ccc.jpg,Blockout,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/default.jpg,Blocks That Matter,X360,Action,Unknown,Swing Swing Submarine,,,,,,,, -/games/boxart/default.jpg,Blocks That Matter,MS,Action,Unknown,Swing Swing Submarine,,,,,,,, -/games/boxart/full_2850366PALFrontccc.jpg,Blood Lines,PS,Action,Sony Computer Entertainment,Radical Entertainment,,,,,,,1999-04-23, -/games/boxart/full_7020439AmericaFrontccc.jpg,Blood Omen 2,PC,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2002-03-25, -/games/boxart/full_3856075PALFrontccc.jpg,Bloodbath,X360,Action,United Developers,Freedom Factory Studios,,,,,,,2014-06-27,2018-05-01 -/games/boxart/full_489953PALFrontccc.jpg,Bloodbath,PC,Action,United Developers,Freedom Factory Studios,,,,,,,2014-06-16,2018-05-01 -/games/boxart/default.jpg,Bloodrayne,PSN,Action,Majesco,Terminal Reality,,,,,,,2011-11-01, -/games/boxart/default.jpg,BloodRayne: The Shroud,3DS,Action,Unknown,Majesco Entertainment,,,,,,,, -/games/boxart/default.jpg,Bloodsports.TV,PC,Action,Fatshark,Toadman Interactive,,,,,,,2015-03-30, -/games/boxart/full_bloons-td_774AmericaFront.jpg,Bloons TD,DSiW,Action,Digital Goldfish,Digital Goldfish Ltd.,,,,,,,2011-11-10, -/games/boxart/9096980ccc.jpg,Blue Print,5200,Action,CBS Electronics,Solitaire Group,,,,,,,1983-01-01, -/games/boxart/7442384ccc.jpg,Blue Print,2600,Action,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, -/games/boxart/1536742ccc.jpg,Bob the Builder: Can We Fix It?,PC,Action,THQ,Steel Monkeys,,,,,,,2001-08-30, -/games/boxart/full_3823198PALFrontccc.jpg,Bob the Builder: Festival of Fun,PS2,Action,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2007-11-30, -/games/boxart/full_bob-the-builder-fix-it-fun_792AmericaFront.jpg,Bob the Builder: Fix it Fun!,GB,Action,THQ,Tiertex Design Studios,,,,,,,2001-09-01, -/games/boxart/full_4967964AmericaFrontccc.jpg,Bobbin's Quest,XBL,Action,Microsoft,Ziba Games,,,,,,,2009-06-05, -/games/boxart/default.jpg,Bobby's Cosmic Adventure,2600,Action,"Telegames, Inc.","Telegames, Inc.",,,,,,,1990-12-31, -/games/boxart/full_6444890JapanFrontccc.jpg,Boboboubo Boubobo: Bakutou Hajike Taisen,GBA,Action,Hudson Soft,Hudson,,,,,,,2004-09-09, -/games/boxart/full_9140876JapanFrontccc.jpg,Boboboubo Boubobo: Majide!!? Shinken Shoubu,GBA,Action,Hudson Soft,Rokumendo,,,,,,,2003-08-07, -/games/boxart/full_boboboubo-boubobo-shuumare-taikan-boubobo_10JapanFront.jpg,Boboboubo Boubobo: Shuumare! Taikan Boubobo,PS2,Action,Hudson Soft,Hudson Soft,,,,,,,2004-12-16, -/games/boxart/full_body-count_771PALFront.jpg,Body Count,GEN,Action,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/default.jpg,Bodycount,PC,Action,Unknown,Team6 Game Studios,,,,,,,, -/games/boxart/7184845ccc.jpg,Boing!,2600,Action,First Star Software,First Star Software,,,,,,,1983-01-01, -/games/boxart/full_1405998JapanFrontccc.jpg,Boku no Kabuto Mushi,GBA,Action,MTO,MTO,,,,,,,2001-07-13, -/games/boxart/default.jpg,Bomb Boat,PS,Action,Success,Success,,,,,,,2002-08-29, -/games/boxart/default.jpg,Bomb Jack (Arcade),VC,Action,Tecmo,Tehkan,,,,,,,2009-08-18, -/games/boxart/full_728596JapanFrontccc.jpg,Bomber Hehhe,DC,Action,Fujicom,Fujicom,,,,,,,2002-01-10, -/games/boxart/default.jpg,Bomberman,3DS,Action,Unknown,Hudson Soft,,,,,,,, -/games/boxart/full_2935138JapanFrontccc.jpg,Bomberman Jetters: Game Collection,GBA,Action,Hudson Soft,Hudson Soft,,,,,,,2003-10-16, -/games/boxart/full_252842JapanFrontccc.jpg,Bomberman: Bakufuu Sentai Bombermen,PSP,Action,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,2006-03-09, -/games/boxart/full_664389AmericaFrontccc.jpg,Bombing Bastards,WiiU,Action,Sanuk Games,Sanuk Games,,,,,,,2014-07-03, -/games/boxart/2710219ccc.jpg,Bonanza Brothers,GEN,Action,Sega,Sega,,,,,,,1991-05-16, -/games/boxart/7659194ccc.jpg,Bonanza Brothers,VC,Action,Sega,Sega,,,,,,,2007-01-29, -/games/boxart/full_3559713PALFrontccc.jpg,Bonanza Brothers,MS,Action,Tec Toy,Synergy Inc.,,,,,,,1991-01-01, -/games/boxart/full_bonanza-bros_947AmericaFront.jpg,Bonanza Brothers,PC,Action,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/full_9587682AmericaFrontccc.jpg,Bonk!,XBL,Action,Microsoft,Red Gear Games,,,,,,,2009-12-12, -/games/boxart/full_2665386AmericaFrontccc.jpg,Bonx Racing,GBA,Action,Unknown,Planet Interactive,,,,,,,, -/games/boxart/full_booby-boys_7JapanFront.jpg,Booby Boys,GB,Action,Nichibutsu,Nichibutsu,,,,,,,1993-06-25, -/games/boxart/default.jpg,Book of Legends,PC,Action,Unknown,Big Fish Games,,,,,,,2009-04-01, -/games/boxart/6350774ccc.jpg,Boomer's Adventure in Asmik World,GB,Action,Asmik Corp,Asmik Corporation of America,,,,,,,1990-04-01, -/games/boxart/full_3283943AmericaFrontccc.jpg,Borealis,PC,Action,Unknown,Unknown,,,,,,,2014-09-02, -/games/boxart/default.jpg,Boson X,PC,Action,Ian MacLarty,Ian MacLarty,,,,,,,2014-09-15, -/games/boxart/default.jpg,Bot Stoppers,XBL,Action,Unknown,Pow Studios,,,,,,,, -/games/boxart/default.jpg,Bouncedown,iQue,Action,Unknown,Jagex Games Studio,,,,,,,, -/games/boxart/full_1997741AmericaFrontccc.jpg,Bouncers,SCD,Action,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/default.jpg,Bounty Hunter,PC,Action,Unknown,,,,,,,,1999-11-30, -/games/boxart/default.jpg,Boxhead: A Halloween Special,PC,Action,Unknown,Sean Cooper Games,,,,,,,, -/games/boxart/default.jpg,Boys vs. Girls,Wii,Action,Unknown,Digital Embryo,,,,,,,, -/games/boxart/default.jpg,Brain Teasers! World's Best Logic Puzzles and Riddles,iQue,Action,Unknown,Sticky Ice Games,,,,,,,, -/games/boxart/full_7402994AmericaFrontccc.jpg,BrainPipe,PC,Action,Shrapnel Games,Digital Eel,,,,,,,2008-12-24, -/games/boxart/3431684ccc.jpg,Bram Stoker's Dracula,GB,Action,Sony Imagesoft,Probe Entertainment Limited,,,,,,,1993-09-01, -/games/boxart/5857327ccc.jpg,Bram Stoker's Dracula,NES,Action,Sony Imagesoft,Psygnosis,,,,,,,1993-09-01, -/games/boxart/full_2426687AmericaFrontccc.jpg,Bram Stoker's Dracula,GG,Action,Sony Imagesoft,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/6790187ccc.jpg,Bram Stoker's Dracula,SCD,Action,Sony Imagesoft,Psygnosis,,,,,,,1994-01-01, -/games/boxart/full_3043375PALFrontccc.jpg,Bram Stoker's Dracula,MS,Action,Sony Imagesoft,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/1317315ccc.jpg,Bram Stoker's Dracula,GEN,Action,Sony Imagesoft,Traveller's Tales,,,,,,,1993-01-01, -/games/boxart/full_6052456AmericaFrontccc.jpg,Bram Stoker's Dracula,PC,Action,Psygnosis,Psygnosis,,,,,,,1993-01-01, -/games/boxart/2975891ccc.jpg,Bratz: Babyz,GBA,Action,THQ,THQ,,,,,,,2006-01-01, -/games/boxart/default.jpg,Bratz: Forever Diamondz,PC,Action,THQ,Blitz Games,,,,,,,2006-09-18, -/games/boxart/4130520ccc.jpg,Brave: A Warrior's Tale,PSP,Action,SouthPeak Interactive,Collision Studios,,,,,,,2009-08-04, -/games/boxart/full_7628602AmericaFrontccc.jpg,Bravoman,PCE,Action,Turbo Technologies,Now Production,,,,,,,1990-01-01, -/games/boxart/full_8964052AmericaFrontccc.jpg,Bravoman,VC,Action,Namco Bandai,Now Production,,,,,,,2007-04-11, -/games/boxart/default.jpg,Bravoman (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-10-06, -/games/boxart/5922235ccc.jpg,Brawl Brothers,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1993-04-01, -/games/boxart/full_brawl-brothers_76AmericaFront.jpg,Brawl Brothers,VC,Action,Jaleco,Jaleco Entertainment,7,,,,,,2011-04-01, -/games/boxart/full_4724332AmericaFrontccc.jpg,Broforce,OSX,Action,Devolver Digital,Free Lives Games,,,,,,,2014-04-07, -/games/boxart/full_2551611AmericaFrontccc.jpg,Broforce,PS4,Action,Devolver Digital,Free Lives Games,,,,,,,2016-03-01, -/games/boxart/full_5561081AmericaFrontccc.jpg,Broforce,PSV,Action,Devolver Digital,Free Lives Games,,,,,,,2015-01-01, -/games/boxart/full_brutal-legend-tears-of-the-hextadon_904AmericaFront.jpg,Brutal Legend: Tears of the Hextadon,PSN,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-11-05, -/games/boxart/full_brutal-legend-tears-of-the-hextadon_578AmericaFront.jpg,Brutal Legend: Tears of the Hextadon,XBL,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-11-03, -/games/boxart/full_brutal-legend-the-hammer-of-infinite-fate_466AmericaFront.jpg,Brutal Legend: The Hammer of Infinite Fate,PSN,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-12-15, -/games/boxart/full_brutal-legend-the-hammer-of-infinite-fate_335AmericaFront.jpg,Brutal Legend: The Hammer of Infinite Fate,XBL,Action,Electronic Arts,Double Fine Productions,,,,,,,2009-12-15, -/games/boxart/638598ccc.jpg,Bubble and Squeak,GEN,Action,Sunsoft,Audiogenic Ltd.,,,,,,,1994-01-01, -/games/boxart/full_2725862AmericaFrontccc.png,Bubble Fish Party,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-18, -/games/boxart/5118356ccc.jpg,Bubble Ghost,GB,Action,FCI,Pony Canyon,,,,,,,1990-11-01, -/games/boxart/1306254ccc.jpg,Bubble Trouble,Lynx,Action,Telegames,Telegames,,,,,,,1991-01-01, -/games/boxart/full_buccaneer_762PALFront.jpg,Buccaneer,PS2,Action,Essential Games,DigitalWare,,,,,,,2007-09-28, -/games/boxart/full_8045134AmericaFrontccc.jpg,Buffy the Vampire Slayer,GB,Action,THQ,Game Brains,,,,,,,2000-09-01, -/games/boxart/full_bug-blasters-the-exterminators_228AmericaFront.jpg,Bug Blasters: The Exterminators,SCD,Action,Good Night Brave Warrior,Good Deal Games,,,,,,,2001-01-01, -/games/boxart/full_bugs-bunny-ampamp-taz-time-busters_0AmericaFront.jpg,Bugs Bunny & Taz: Time Busters,PC,Action,Infogrames,Artificial Mind and Movement,,,,,,,2000-09-01, -/games/boxart/full_bugs-bunny-hare-brained-adventure_464AmericaFront.jpg,Bugs Bunny: Hare-Brained Adventure,PC,Action,Hi Tech Expressions,Riedel Software,,,,,,,1990-01-01, -/games/boxart/full_bugsnballs_164AmericaFront.jpg,Bugs'N'Balls,DSiW,Action,Nintendo,EnjoyUp Games,5,,,,,,2011-09-29, -/games/boxart/full_5549861AmericaFrontccc.jpg,Bulletproof Monk,GC,Action,Empire Interactive,Mucky Foot,,,,,,,2008-01-01, -/games/boxart/default.jpg,Bumper Brain Puzzle Pack,PC,Action,Unknown,Unknown,,,,,,,1997-01-01, -/games/boxart/5697628ccc.jpg,BurgerTime Deluxe,GB,Action,Data East,Data East,,,,,,,1991-03-01, -/games/boxart/full_burgertime-deluxe_787AmericaFront.jpg,BurgerTime Deluxe,3DS,Action,G-mode,Data East,,,,,,,2011-10-27, -/games/boxart/full_busou-shinki-battle-masters_10JapanFront.jpg,Busou Shinki: Battle Masters,PSN,Action,Konami,Konami,,,,,,,2010-07-15, -/games/boxart/full_busou-shinki-battle-masters-mk-2_128JapanFront.jpg,Busou Shinki: Battle Masters Mk. 2,PSN,Action,Konami,Konami,,,,,,,2011-09-22, -/games/boxart/full_7567552JapanFrontccc.jpg,Buster Ball,GG,Action,Riverhillsoft,Riverhillsoft,,,,,,,1992-03-20, -/games/boxart/1131817ccc.jpg,Buster Bros.,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1993-01-01, -/games/boxart/full_1090545AmericaFrontccc.jpg,Busy Police,2600,Action,Unknown,Zellers,,,,,,,, -/games/boxart/default.jpg,Buttobi Hero Crashman,PSP,Action,Unknown,Takara Tomy,,,,,,,, -/games/boxart/default.jpg,Buttobi Hero Crashman,Wii,Action,Unknown,Takara Tomy,,,,,,,, -/games/boxart/default.jpg,Buzz Buzz Bang,XOne,Action,Unknown,keith curtis,,,,,,,, -/games/boxart/default.jpg,Buzz Buzz Bang,Linux,Action,Unknown,keith curtis,,,,,,,, -/games/boxart/default.jpg,Buzz Buzz Bang,OSX,Action,Unknown,keith curtis,,,,,,,, -/games/boxart/default.jpg,Buzz Buzz Bang,PC,Action,Unknown,keith curtis,,,,,,,, -/games/boxart/full_6275847AmericaFrontccc.jpg,Buzz Lightyear of Star Command,GB,Action,Activision,Traveller's Tales,,,,,,,2000-11-01, -/games/boxart/65193ccc.jpg,Cabal,NES,Action,Milton Bradley,Rare Ltd.,,,,,,,1990-06-01, -/games/boxart/1528103ccc.jpg,Cacoma Knight in Bizyland,SNES,Action,Seta Corporation,Seta Corporation,,,,,,,1993-06-01, -/games/boxart/full_4979093AmericaFrontccc.jpg,Cadash,GEN,Action,Taito,Taito Corporation,,,,,,,1992-01-01, -/games/boxart/8739296ccc.jpg,Cadillacs and Dinosaurs,SCD,Action,Rocket Science Games,Capcom,,,,,,,1994-01-01, -/games/boxart/8017436ccc.jpg,Cakewalk,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1983-01-01, -/games/boxart/5212530ccc.jpg,Calling All Cars!,PS3,Action,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2007-05-10, -/games/boxart/1585262ccc.jpg,Calling All Cars!,PSN,Action,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2007-05-10, -/games/boxart/4608199ccc.jpg,Camp Lazlo: Leaky Lake Games,GBA,Action,Crave Entertainment,Collision Studios,4,,,,,,2006-11-06, -/games/boxart/default.jpg,Can you escape Mermaid Cage 2,And,Action,Unknown,Unknown,,,,,,,2014-09-18, -/games/boxart/default.jpg,Can you escape Mermaid Cage?,And,Action,Unknown,Unknown,,,,,,,2014-07-29, -/games/boxart/default.jpg,Candace Kane's Candy Factory,PC,Action,Destineer,Destineer,,,,,,,2009-04-01, -/games/boxart/default.jpg,Candy Cannon,PC,Action,Unknown,Marapets,,,,,,,, -/games/boxart/2873892ccc.jpg,Canyon Bomber,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_5268338AmericaFrontccc.jpg,Captain America and the Avengers,GG,Action,Mindscape,Realtime Associates,,,,,,,1993-01-01, -/games/boxart/full_captain-america-and-the-avengers_7AmericaFront.jpg,Captain America and the Avengers,SNES,Action,Mindscape,Realtime Associates,,,,,,,1993-09-01, -/games/boxart/5890678ccc.jpg,Captain America and the Avengers,GEN,Action,Data East,OperaHouse,,,,,,,1992-01-01, -/games/boxart/533091ccc.jpg,Captain America and the Avengers,GB,Action,Mindscape,Mindscape Inc.,,,,,,,1994-02-01, -/games/boxart/full_captain-america-and-the-avengers_8AmericaFront.jpg,Captain America and the Avengers,NES,Action,Data East,Data East,,,,,,,1991-12-01, -/games/boxart/default.jpg,Captain Blood,PS3,Action,Unknown,SeaWolf,,,,,,,, -/games/boxart/full_1672103AmericaFrontccc.jpg,Captain Commando,SNES,Action,Capcom,Capcom,,,,,,,1995-08-01, -/games/boxart/full_5544967JapanFrontccc.jpg,Captain Commando,PS,Action,New,Capcom,,,,,,,1998-09-17, -/games/boxart/default.jpg,Captain Knick-Knack,GB,Action,Sachen,sachen,,,,,,,1999-01-01, -/games/boxart/full_captain-planet_429PALFront.jpg,Captain Planet,PC,Action,Mindscape,Mindscape,,,,,,,1992-01-01, -/games/boxart/full_captain-power-and-the-soldiers-of-the-future_274AmericaFront.jpg,Captain Power and the Soldiers of the Future,PC,Action,Unknown,"Box Office, Inc.",,,,,,,1988-01-01, -/games/boxart/full_7198112AmericaFrontccc.jpg,Car Jack Streets,DSiW,Action,Tag Games,Tag Games,,,,,,,2010-03-15, -/games/boxart/full_car-jack-streets_5AmericaFront.jpg,Car Jack Streets,PSN,Action,Tag Games,Tag Games,,,,,,,2010-04-29, -/games/boxart/full_5269912AmericaFrontccc.jpg,Card Wars - Adventure Time,PC,Action,Cartoon Network,Cartoon Network,,,,,,,2014-02-13, -/games/boxart/1981691ccc.jpg,Carnivores,PC,Action,WizardWorks,WizardWorks,,,,,,,1998-11-30, -/games/boxart/full_carnivores-dinosaur-hunter_1PALFront.png,Carnivores: Dinosaur Hunter,PSN,Action,Beatshapers,Tatem Games,,,,,,,2010-08-17, -/games/boxart/4894456ccc.jpg,Cartoon Network Racing,PS2,Action,Game Factory,Unknown,,,,,,,2006-12-05, -/games/boxart/full_2770118AmericaFrontccc.jpg,Casper,SNES,Action,Natsume,Absolute Entertainment,,,,,,,1996-12-01, -/games/boxart/full_3565090AmericaFrontccc.jpg,Casper,GB,Action,Natsume,Bonsai Entertainment Corp.,,,,,,,1996-11-01, -/games/boxart/full_4100808PALFrontccc.jpg,Casper and the Ghostly Trio,PS2,Action,Blast! Entertainment Ltd,Data Design Interactive,,,,,,,2007-02-10, -/games/boxart/default.jpg,Castelo Ra-Tim-Bum,MS,Action,Tec Toy,Tec Toy,,,,,,,1997-01-01, -/games/boxart/default.jpg,Castle Conquerer: Heroes,DSiW,Action,Unknown,Circle Entertainment Ltd.,,,,,,,, -/games/boxart/default.jpg,Castle Conquerer: Revolution,GB,Action,Unknown,Circle Entertainment Ltd.,,,,,,,, -/games/boxart/full_9585160AmericaFrontccc.jpg,Castle Crashers,XBL,Action,The Behemoth,The Behemoth,7,,,,,,2008-08-27, -/games/boxart/full_castle-crashers_0AmericaFront.jpg,Castle Crashers,PSN,Action,The Behemoth,The Behemoth,,,,,,,2010-08-31, -/games/boxart/full_4066747AmericaFrontccc.jpg,Castle Crashers,PC,Action,The Behemoth,The Behemoth,,,,,,,2012-09-26,2018-11-18 -/games/boxart/full_1808631AmericaFrontccc.jpg,Castle in the Darkness,PC,Action,Nicalis,Matt Kap,,,,,,,2014-10-01, -/games/boxart/full_castle-of-dragon_2AmericaFront.jpg,Castle of Dragon,NES,Action,Seta Corporation,Athena,,,,,,,1990-06-01, -/games/boxart/full_castlevania-harmony-of-despair_8AmericaFront.jpg,Castlevania: Harmony of Despair,XBL,Action,Konami,Konami,6.8,,,,,,2010-08-04, -/games/boxart/full_castlevania-lords-of-shadow-resurrection_363AmericaFront.jpg,Castlevania: Lords of Shadow - Resurrection,PSN,Action,Konami,Mercury Steam,,,,,,,2011-06-07, -/games/boxart/full_castlevania-lords-of-shadow-resurrection_286AmericaFront.jpg,Castlevania: Lords of Shadow - Resurrection,XBL,Action,Konami,Mercury Steam,,,,,,,2011-06-07, -/games/boxart/default.jpg,Castlevania: Resurrection,DC,Action,Unknown,Konami,,,,,,,, -/games/boxart/full_7538525AmericaFrontccc.jpg,Catwoman,PC,Action,Electronic Arts,Argonaut Games,,,,,,,2004-07-20, -/games/boxart/full_855549AmericaFrontccc.jpg,CaveIn - Miner Rescue Team,XBL,Action,Microsoft,Johnny Death,,,,,,,2008-12-17, -/games/boxart/full_1695468JapanFrontccc.jpg,CB Chara Wars: Ushinawareta Gag,SNES,Action,Banpresto,Almanic Corp.,,,,,,,1992-08-28, -/games/boxart/default.jpg,Celebrity Quiz,And,Action,Unknown,Unknown,,,,,,,2013-05-16, -/games/boxart/full_chacha-maru-panic_767JapanFront.jpg,Chacha-Maru Panic,GB,Action,Human Entertainment,Human Entertainment,,,,,,,1991-04-19, -/games/boxart/full_5471256AmericaFrontccc.jpg,Chakan,GG,Action,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_8518422AmericaFrontccc.jpg,Chalked,XBL,Action,Microsoft,rece,,,,,,,2009-05-10, -/games/boxart/full_challenge_172PALFront.jpg,Challenge,2600,Action,Unknown,Funvision,,,,,,,1980-01-01, -/games/boxart/2308407ccc.jpg,Challenge of the Dragon,NES,Action,Color Dreams,Color Dreams,,,,,,,1990-01-01, -/games/boxart/default.jpg,Challenger,NES,Action,Unknown,"Hudson Soft Company, Ltd.",,,,,,,, -/games/boxart/full_2204166AmericaFrontccc.jpg,Chaos,XBL,Action,Microsoft,HellborgDE,,,,,,,2009-08-11, -/games/boxart/full_7741687PALFrontccc.jpg,Chaos Break,PS,Action,EON Digital Entertainment,Taito Corporation,,,,,,,2000-12-08, -/games/boxart/full_chaos-break_173JapanFront.jpg,Chaos Break,PSN,Action,Taito,Taito Corporation,,,,,,,2009-01-28, -/games/boxart/default.jpg,Chaos: The Battle of the Wizards,ZXS,Action,Games Workshop,Unknown,,,,,,,1985-01-01, -/games/boxart/full_7929011AmericaFrontccc.jpg,Charlie Murder,XBL,Action,Unknown,Ska Studios,,,,,,,2013-08-14, -/games/boxart/full_8475697PALFrontccc.jpg,Charlie's Angels,PS2,Action,Ubisoft,Neko Entertainment,,,,,,,2003-07-04, -/games/boxart/6382449ccc.jpg,Charlotte's Web,GBA,Action,Sega,Backbone Entertainment,6,,,,,,2006-11-14, -/games/boxart/2309503ccc.jpg,Charlotte's Web,PC,Action,Sega,Backbone Entertainment,,,,,,,2006-11-17, -/games/boxart/full_9812751PALFrontccc.jpg,Charlotte's Web,PS2,Action,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2007-04-05, -/games/boxart/6404241ccc.jpg,Chase the Chuckwagon,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, -/games/boxart/full_chee-chai-alien_892JapanFront.jpg,Chee-Chai Alien,GB,Action,Unknown,Creatures,,,,,,,2001-02-23, -/games/boxart/6483254ccc.jpg,Cheetahmen II,NES,Action,Active Enterprises,Active Enterprises,,,,,,,1993-01-01, -/games/boxart/full_chester-field-ankoku-shin-heno-chousen_278JapanFront.jpg,Chester Field: Ankoku Shin heno Chousen,NES,Action,Victory Lap Games,Vic Tokai,,,,,,,1987-07-30, -/games/boxart/full_chibi-maruko-chan-3-mezase-game-taishou-no-maki_8JapanFront.jpg,Chibi Maruko-Chan 3: Mezase! Game Taishou no Maki,GB,Action,Takuyo,KID Corporation,,,,,,,1992-03-27, -/games/boxart/full_chibi-maruko-chan-go-chounai-minna-de-game-dayo_9JapanFront.jpg,Chibi Maruko-Chan: Go Chounai Minna de Game Dayo!,GB,Action,Epoch,Epoch,,,,,,,2001-08-10, -/games/boxart/full_chibi-maruko-chan-mezase-minami-no-island_3JapanFront.jpg,Chibi Maruko-Chan: Mezase! Minami no Island!!,SNES,Action,Konami,Konami,,,,,,,1995-12-01, -/games/boxart/full_93995AmericaFrontccc.jpg,Chicago Syndicate,GG,Action,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/8827949ccc.jpg,Chicken Hunter: Jewel of Darkness,DS,Action,Conspiracy Entertainment,Phenomedia,,,,,,,2009-03-31, -/games/boxart/3718471ccc.jpg,Chicken Shoot,PC,Action,TopWare,Zuxxez,,,,,,,2005-01-01, -/games/boxart/full_8432359AmericaFrontccc.png,Chicken Strike,And,Action,Unknown,Unknown,,,,,,,2014-03-02, -/games/boxart/8406725ccc.jpg,China Syndrome,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, -/games/boxart/full_7485236AmericaFrontccc.jpg,Chivalry: Medieval Warfare,X360,Action,Activision,Torn Banner Studios,,,,,,,2014-12-03,2018-05-01 -/games/boxart/full_9168571PALFrontccc.jpg,Chivalry: Medieval Warfare,PS3,Action,Activision,Torn Banner Studios,,,,,,,2014-12-03,2018-05-01 -/games/boxart/full_1786JapanFrontccc.jpg,Chobits: Atashi Dake no Hito,GBA,Action,Marvelous Interactive,Marvelous,,,,,,,2002-09-27, -/games/boxart/default.jpg,Choice of the Deathless,PC,Action,Choice of Games,Choice of Games,,,,,,,2013-12-20, -/games/boxart/full_choplifter-hd_554AmericaFront.jpg,Choplifter HD,PSN,Action,inXile Entertainment,InXile Entertainment,,,,,,,2012-01-11, -/games/boxart/default.jpg,Choplifter HD,XBL,Action,inXile Entertainment,InXile Entertainment,,,,,,,2012-01-11, -/games/boxart/full_4294192JapanFrontccc.jpg,Chou-Gekijou-Ban Keroro Gunsou: Enshuu Dayo! Zenin Shuugou,DS,Action,Bandai,Bandai Namco Games,,,,,,,2006-03-16, -/games/boxart/full_chousoku-spinner_42JapanFront.jpg,Chousoku Spinner,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1998-09-18, -/games/boxart/1479601ccc.jpg,Chubby Cherub,NES,Action,Bandai,Bandai,,,,,,,1986-01-01, -/games/boxart/default.jpg,Chuck E. Cheese's Super Collection,Wii,Action,Unknown,UFO Interactive,,,,,,,, -/games/boxart/full_9991668AmericaFrontccc.jpg,Chuck Norris Superkicks,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_5830171AmericaFrontccc.jpg,Chuck Rock,GG,Action,Sega,Core Design,,,,,,,1992-01-02, -/games/boxart/default.jpg,Cipher Complex,X360,Action,Unknown,Edge of Reality,,,,,,,, -/games/boxart/default.jpg,Cipher Complex,PS3,Action,Unknown,Edge of Reality,,,,,,,, -/games/boxart/6635455ccc.jpg,Circus Caper,NES,Action,TOHO,Advance Communication Company,,,,,,,1990-07-01, -/games/boxart/full_circus-charlie_5JapanFront.jpg,Circus Charlie,NES,Action,Soft Pro,Soft Pro International,,,,,,,1986-03-04, -/games/boxart/full_city-hunter_4JapanFront.jpg,City Hunter,PCE,Action,Sunsoft,SunSoft,,,,,,,1990-03-02, -/games/boxart/full_8497700AmericaFrontccc.jpg,Claire,PC,Action,Unknown,Hailstorm Games,,,,,,,2014-07-07, -/games/boxart/default.jpg,Classic Adventure,PC,Action,Unknown,Abersoft,,,,,,,, -/games/boxart/1384130ccc.jpg,Classic NES Series: Pac-Man,GBA,Action,Nintendo,Namco,,,,,,,2004-06-02, -/games/boxart/1174361ccc.jpg,Claw,PC,Action,Monolith Productions,Monolith,,,,,,,1997-01-04, -/games/boxart/full_1930437PALFrontccc.jpg,Clever Kids: Creepy Crawlies,PC,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-10-02, -/games/boxart/5657746ccc.jpg,Cliffhanger,SCD,Action,Sony Imagesoft,Malibu Games,,,,,,,1993-12-04, -/games/boxart/9263984ccc.jpg,Cliffhanger,GEN,Action,Sony Imagesoft,Malibu Games,,,,,,,1993-01-01, -/games/boxart/full_6088834AmericaFrontccc.jpg,Cliffhanger,SNES,Action,Sony Imagesoft,Malibu Games,,,,,,,1993-10-01, -/games/boxart/default.jpg,Close Up Movies,And,Action,Unknown,Unknown,,,,,,,2014-09-24, -/games/boxart/default.jpg,Close Up Movies,And,Action,Mediaflex Games,Unknown,,,,,,,2014-09-22, -/games/boxart/3677628ccc.jpg,Cloud Master,MS,Action,Sega,"Hot-B Co., Ltd.",,,,,,,1989-01-01, -/games/boxart/default.jpg,Cloudy with a Chance of Meatballs 2,3DS,Action,GameMill,Unknown,,,,,,,2013-09-24, -/games/boxart/1589380ccc.jpg,Coaster Works,DC,Action,Xicat Interactive,Unknown,6.9,,,,,,2000-12-10, -/games/boxart/full_5422862AmericaFrontccc.jpg,Cobalt,PC,Action,Mojang,Oxeye Game Studio,,,,,,,2016-02-02, -/games/boxart/full_8831812AmericaFrontccc.jpeg,Cobalt,XOne,Action,Mojang,Oxeye Game Studio,,,,,,,2016-02-02, -/games/boxart/full_4851627AmericaFrontccc.jpg,Cobalt,X360,Action,Mojang,Oxeye Game Studio,,,,,,,2016-02-02, -/games/boxart/9224214ccc.jpg,Cobra Triangle,NES,Action,Nintendo,Rare Ltd.,,,,,,,1989-07-01, -/games/boxart/full_8741248JapanFrontccc.jpg,Coca-Cola Kid,GG,Action,Sega,Aspect,,,,,,,1994-08-05, -/games/boxart/5012510ccc.jpg,Coconuts,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, -/games/boxart/full_2689243PALFrontccc.jpg,Cocoto Platform Jumper,GBA,Action,Neko Entertainment,Neko Entertainment,,,,,,,2007-01-01, -/games/boxart/default.jpg,Code Geass: Hangyaku no Lelouch,Wii,Action,Unknown,Bandai Namco Games,,,,,,,, -/games/boxart/6632309ccc.jpg,Code Lyoko: Quest for Infinity,PS2,Action,Game Factory,Neko Entertainment,,,,,,,2008-07-21, -/games/boxart/352269ccc.jpg,Code Name: Viper,NES,Action,Capcom,Capcom,,,,,,,1990-03-01, -/games/boxart/default.jpg,Code of Princess,PC,Action,Unknown,Unknown,,,,,,,, -/games/boxart/3527240ccc.jpg,Codebreaker,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/default.jpg,Codename D,X360,Action,Unknown,Grasshopper Manufacture,,,,,,,, -/games/boxart/default.jpg,Codename Kingdoms,X360,Action,Unknown,Crytek,,,,,,,, -/games/boxart/full_1240160AmericaFrontccc.jpg,Codename: Gordon,PC,Action,Valve,NuClear Vision,,,,,,,2004-05-14, -/games/boxart/full_7152270AmericaFrontccc.jpg,Cold Zero: No Mercy,PC,Action,Encore,JoWooD Entertianment,,,,,,,2003-08-22, -/games/boxart/full_9429286AmericaFrontccc.png,Color 8 Puzzle,And,Action,Unknown,Roman Frontage Games LLC,,,,,,,2016-03-06, -/games/boxart/full_combat_188AmericaFront.jpg,Combat,PC,Action,Atari,Magic Lantern,,,,,,,2001-01-20, -/games/boxart/full_4372957PALFrontccc.jpg,Combat Ace,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-10-13, -/games/boxart/full_1795029JapanFrontccc.jpg,Combat Choro Q,PS,Action,Takara,Takara,,,,,,,1999-02-25, -/games/boxart/full_come-on-heroes_453AmericaFront.jpg,Come On! Heroes,DSiW,Action,CIRCLE Entertainment,Circle Entertainment Ltd.,,,,,,,2011-11-24, -/games/boxart/default.jpg,ComicMania: Guess the Shadow,And,Action,Unknown,Unknown,,,,,,,2014-01-08, -/games/boxart/2382972ccc.gif,Comix Zone,GEN,Action,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_2610682AmericaFrontccc.jpg,Comix Zone,VC,Action,Sega,Sega,,,,,,,2007-01-29, -/games/boxart/full_1978865AmericaFrontccc.jpg,Comix Zone,PC,Action,SegaSoft,Sega Technical Institute,,,,,,,1995-01-01, -/games/boxart/full_9741057PALFrontccc.jpg,Comix Zone,GBA,Action,Sega,Virtucraft,,,,,,,2002-09-11, -/games/boxart/full_3298105AmericaFrontccc.jpg,Comix Zone,XBL,Action,Sega,Backbone Entertainment,,,,,,,2009-06-10, -/games/boxart/full_comix-zone_337AmericaFront.jpg,Comix Zone,PSN,Action,Unknown,Backbone Entertainment,,,,,,,2011-08-09, -/games/boxart/full_comix-zone-genesis_262AmericaFront.jpg,Comix Zone (Genesis),PC,Action,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/default.jpg,Command and Conquer: The Ultimate Collection,PC,Action,Electronic Arts,Unknown,,,,,,,2014-02-20, -/games/boxart/6217770ccc.jpg,Commando,7800,Action,Atari,Sculptured Software,,,,,,,1990-01-01, -/games/boxart/full_2319165AmericaFrontccc.jpg,Commando Jack,PC,Action,Chillingo,Chillingo,,,,,,,2014-08-22, -/games/boxart/7224506ccc.jpg,Commando Raid,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/full_6286769PALFrontccc.jpg,Conan,GC,Action,TDK Mediactive,Cauldron,,,,,,,2005-04-15, -/games/boxart/7376113ccc.jpg,Conan,NES,Action,Mindscape,System 3,,,,,,,1991-02-01, -/games/boxart/full_3854289PALFrontccc.jpg,Conan,PC,Action,TDK Mediactive,Cauldron,,,,,,,2004-04-08, -/games/boxart/full_7635281PALFrontccc.jpg,Conan,PS2,Action,TDK Mediactive,Cauldron,,,,,,,2004-05-07, -/games/boxart/full_4964073PALFrontccc.jpg,Conan,XB,Action,TDK Mediactive,Cauldron,,,,,,,2004-04-08, -/games/boxart/full_conan_7AmericaFront.jpg,Conan,XBL,Action,THQ,Nihilistic Software,,,,,,,2010-07-13, -/games/boxart/full_715856AmericaFrontccc.jpg,Condemned: Criminal Origins,PC,Action,Sega,Monolith Productions,,,,,,,2006-04-11, -/games/boxart/default.jpg,Confuzion,PC,Action,Unknown,Incentive Software Ltd.,,,,,,,, -/games/boxart/7458144ccc.jpg,Congo Bongo,5200,Action,Sega,Sega,,,,,,,1984-01-01, -/games/boxart/default.jpg,Congo Bongo,PC,Action,Sega,Sega,,,,,,,1983-01-01, -/games/boxart/full_1168190PALFrontccc.jpg,Constantine,PC,Action,SCi,Bits Studios,,,,,,,2005-03-04, -/games/boxart/full_2772159AmericaFrontccc.jpg,Construction Machines 2014,PC,Action,PlayWay,Unknown,,,,,,,2014-03-28, -/games/boxart/full_6763355AmericaFrontccc.jpg,Contagion,XBL,Action,Microsoft,Trailer Matze,,,,,,,2009-08-14, -/games/boxart/8779972ccc.jpg,Cookie Monster Munch,2600,Action,Atari,"Children's Computer Workshop, Inc.",,,,,,,1983-01-01, -/games/boxart/full_2639792JapanFrontccc.jpg,Cooking Fighter,PS,Action,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1998-05-21, -/games/boxart/full_corrupted_193AmericaFront.jpg,Corrupted,XBL,Action,Microsoft,OnlyLuck,,,,,,,2011-01-21, -/games/boxart/9610135ccc.jpg,Cosmic Commuter,2600,Action,Activision,Activision,,,,,,,1984-11-09, -/games/boxart/3959370ccc.jpg,Cosmic Corridor,2600,Action,Unknown,Zimag,,,,,,,1984-01-01, -/games/boxart/7229301ccc.jpg,Cosmic Creeps,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, -/games/boxart/full_3119165AmericaFrontccc.jpg,Cosmic Fighter,PC,Action,Unknown,Bill Hogue and Jeff Konyu,,,,,,,, -/games/boxart/full_8821603AmericaFrontccc.jpg,Cosmic Spacehead,GG,Action,Codemasters,Supersonic Software,,,,,,,1996-01-01, -/games/boxart/9115107ccc.jpg,Cosmic Spacehead,GEN,Action,Codemasters,Codemasters,,,,,,,1993-01-01, -/games/boxart/full_cosmic-swarm_675AmericaFront.jpg,Cosmic Swarm,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, -/games/boxart/full_3340315JapanFrontccc.jpg,Cosmo Gang: The Video,SNES,Action,Namco,Namco,,,,,,,1992-10-29, -/games/boxart/5155261ccc.jpg,Countermeasure,5200,Action,Atari,Atari,,,,,,,1984-01-01, -/games/boxart/full_55798AmericaFrontccc.jpg,CounterSpy,PSV,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-08-20,2018-04-08 -/games/boxart/full_5115666AmericaFrontccc.jpg,CounterSpy,PS3,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-08-20,2018-04-08 -/games/boxart/full_7508841AmericaFrontccc.png,CounterSpy,And,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-09-05,2018-04-08 -/games/boxart/full_6442146AmericaFrontccc.png,CounterSpy,iOS,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-09-05,2018-04-08 -/games/boxart/full_6867905AmericaFrontccc.jpg,CounterSpy,PS4,Action,Sony Computer Entertainment,Dynamighty,,,,,,,2014-08-20,2018-04-08 -/games/boxart/full_cow-catch_4AmericaFront.jpg,Cow Catch,XBL,Action,Microsoft,John Mitchell,,,,,,,2011-04-03, -/games/boxart/full_cowboy-bebop-tsuioku-no-serenade_4JapanFront.jpg,Cowboy Bebop: Tsuioku no Serenade,PS2,Action,Bandai,Banpresto,,,,,,,2005-08-25, -/games/boxart/1163408ccc.jpg,Cowboy Kid,NES,Action,Romstar,Romstar,,,,,,,1992-01-01, -/games/boxart/7157293ccc.jpg,Crack Down,GEN,Action,Sage's Creation,Sega,,,,,,,1991-05-11, -/games/boxart/8662947ccc.jpg,Crack Down,VC,Action,Sega,Sega,,,,,,,2007-09-07, -/games/boxart/full_crack-down_634AmericaFront.jpg,Crack Down,PC,Action,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/1695050ccc.jpg,Crack'ed,7800,Action,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/full_2301294AmericaFrontccc.jpg,Crackdown 3,XOne,Action,Microsoft Studios,Sumo Digital Ltd,,,,,,,2019-02-15,2020-08-12 -/games/boxart/full_crackout_88PALFront.jpg,Crackout,NES,Action,Palcom,Konami,,,,,,,1991-01-01, -/games/boxart/4557572ccc.jpg,Crackpots,2600,Action,Activision,Activision,,,,,,,1983-05-16, -/games/boxart/4693003ccc.jpg,Crash Dive,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, -/games/boxart/full_737831AmericaFrontccc.jpg,Crash of the Titans,GBA,Action,Sierra Entertainment,Amaze Entertainment,,,,,,,2007-10-04, -/games/boxart/full_crayon-shin-chan-2-ora-to-wanpaku-gokko-dazo_340JapanFront.jpg,Crayon Shin-Chan 2: Ora to Wanpaku Gokko Dazo,GB,Action,Bandai,Bandai,,,,,,,1993-10-22, -/games/boxart/full_crayon-shin-chan-3-ora-no-gokigen-athletic_489JapanFront.jpg,Crayon Shin-Chan 3: Ora no Gokigen Athletic,GB,Action,Bandai,Bandai,,,,,,,1994-03-26, -/games/boxart/full_crayon-shin-chan-4-ora-no-itazura-dai-henshin_2JapanFront.jpg,Crayon Shin-Chan 4: Ora no Itazura Dai Henshin,GB,Action,Bandai,Bandai,,,,,,,1994-08-26, -/games/boxart/full_crayon-shin-chan-ora-no-gokiken-colleciton_603JapanFront.jpg,Crayon Shin-Chan: Ora no Gokiken Colleciton,GB,Action,Bandai,Bandai,,,,,,,1996-12-20, -/games/boxart/full_crazy-balloon-lite_964AmericaFront.jpg,Crazy Balloon Lite,XBL,Action,Microsoft,Backroom Software,,,,,,,2011-08-10, -/games/boxart/full_9665666PALFrontccc.jpg,Crazy Chicken 3,GBA,Action,Ubisoft,Sproing Interactive Media,,,,,,,2002-07-11, -/games/boxart/full_6661628JapanFrontccc.jpg,Crazy Climber,WS,Action,Nihon Bussan,Nihon Bussan,,,,,,,1999-07-29, -/games/boxart/full_7783400JapanFrontccc.jpg,Crazy Climber,NES,Action,Nihon Bussan,Nichibutsu,,,,,,,1986-12-26, -/games/boxart/default.jpg,Crazy Climber (Arcade),VC,Action,Hamster Corporation,Nichibutsu,,,,,,,2010-02-23, -/games/boxart/full_336065JapanFrontccc.jpg,Crazy Climber 2000,PS,Action,Nihon Bussan,ISCO,,,,,,,2000-02-03, -/games/boxart/full_6750528JapanFrontccc.jpg,Crazy Climber Wii,Wii,Action,Nihon System,Nihon System,,,,,,,2007-12-20, -/games/boxart/full_4679235AmericaFrontccc.jpg,Crazy Fairies,PC,Action,Spicy Horse,Spicy Horse,,,,,,,2012-07-12, -/games/boxart/full_7238892AmericaFrontccc.png,Crazy Taxi: City Rush,And,Action,Sega,Sega,,,,,,,2014-07-29, -/games/boxart/full_8756595JapanFrontccc.jpg,Cream Stew mo Minagara Iroiro Gochagocha Ittemasu Kedomo... Warai no Tamago L Size: Ohitori sama Nankai demo,PSP,Action,Hudson Soft,Hudson Soft,,,,,,,2006-03-23, -/games/boxart/default.jpg,Create City,PC,Action,Unknown,Unknown,,,,,,,2007-02-02, -/games/boxart/full_1548040AmericaFrontccc.jpg,Crime Life: Gang Wars,PC,Action,Konami,Hothouse Creations,,,,,,,2005-12-01, -/games/boxart/full_4129091PALFrontccc.jpg,Crime Life: Gang Wars,PS2,Action,Konami,Hothouse Creations,,,,,,,2005-09-01, -/games/boxart/full_crime-spree_4PALFront.jpg,Crime Spree,PSN,Action,Gameshastra,Gameshastra Solutions,,,,,,,2010-10-13, -/games/boxart/default.jpg,CrimeCraft: GangWars,PC,Action,Vogster Entertainment,Vogster,,,,,,,2011-12-05, -/games/boxart/full_500761AmericaFrontccc.jpg,Criminal Legacy,And,Action,GREE,GREE,,,,,,,2014-06-13, -/games/boxart/full_4420898AmericaFrontccc.jpg,Crimson Blues,XBL,Action,Microsoft,Phang Chan Chun,,,,,,,2009-12-11, -/games/boxart/full_3284667PALFrontccc.jpg,Crisis Beat,PS,Action,Bandai,Soft Machine,,,,,,,1998-06-18, -/games/boxart/full_critical-depth_789PALFront.png,Critical Depth,PSN,Action,Atari,SingleTrac,,,,,,,2010-11-17, -/games/boxart/full_961241AmericaFrontccc.jpg,Croc,GB,Action,THQ,Argonaut Games,,,,,,,2000-06-07, -/games/boxart/full_7110533JapanFrontccc.jpg,Croket! 3: Guranyuoukoku no Nazo,GBA,Action,Konami,Konami,,,,,,,2003-12-11, -/games/boxart/full_1409901JapanFrontccc.jpg,Croket! 4,GBA,Action,Konami,Konami,,,,,,,2004-07-22, -/games/boxart/default.jpg,Croket! Kindan no Kinka Box,PS,Action,Konami,Konami,,,,,,,2003-03-20, -/games/boxart/full_3615044JapanFrontccc.jpg,Croket! Yume no Bankaasa Bible,GBA,Action,Konami,Konami,,,,,,,2002-10-17, -/games/boxart/3815881ccc.jpg,Cross Force,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, -/games/boxart/default.jpg,Cross Hunter,GB,Action,NetVillage,NetVillage,,,,,,,2001-04-12, -/games/boxart/default.jpg,Cross of the Dutchman,PC,Action,Triangle Studios,Triangle Studios,,,,,,,2020-12-31, -/games/boxart/full_cross-wiber-cyber-combat-police_4JapanFront.jpg,Cross Wiber: Cyber Combat Police,PCE,Action,FACE,Sankindo,,,,,,,1990-12-21, -/games/boxart/8624398ccc.jpg,Crossbow,2600,Action,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/9913240ccc.jpg,Crossbow,7800,Action,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/3857974ccc.jpg,Crossed Swords,NG,Action,SNK,ADK Corporation,,,,,,,1991-10-01, -/games/boxart/full_crossed-swords_610JapanFront.jpg,Crossed Swords,VC,Action,D4 Enterprise,ADK,,,,,,,2011-09-20, -/games/boxart/full_crossed-swords-cd_445JapanFront.jpg,Crossed Swords (CD),NG,Action,ADK,ADK Corporation,,,,,,,1994-10-31, -/games/boxart/full_crossed-swords-ii-cd_810JapanFront.jpg,Crossed Swords II (CD),NG,Action,ADK,ADK Corporation,,,,,,,1995-05-02, -/games/boxart/full_5246749AmericaFrontccc.jpg,Crosstown,XBL,Action,Microsoft,Studio Hunty,,,,,,,2009-10-18, -/games/boxart/full_4275703AmericaFrontccc.jpg,Crouching Pony Hidden Dragon,PC,Action,Neko Entertainment,Le Cortex,,,,,,,2014-07-11, -/games/boxart/9583180ccc.jpg,Cruise Missile,2600,Action,Unknown,Froggo,,,,,,,1982-01-01, -/games/boxart/9373185ccc.jpg,Crusader: No Regret,PC,Action,Electronic Arts,Origin Systems,,,,,,,1996-09-10, -/games/boxart/full_349943PALFrontccc.jpg,CT Special Forces 3: BioTerror,GBA,Action,Unknown,LSP,,,,,,,, -/games/boxart/full_cubix-robots-for-everyone-showdown_7AmericaFront.jpg,Cubix Robots for Everyone: Showdown,PS2,Action,3DO,Blitz Games,,,,,,,2003-06-02, -/games/boxart/full_3699078AmericaFrontccc.jpg,Cubix Robots for Everyone: Showdown,GBA,Action,3DO,Blitz Games,,,,,,,2002-08-02, -/games/boxart/full_4598565AmericaFrontccc.jpg,Cuphead,XOne,Action,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-08-01 -/games/boxart/full_7055457AmericaFrontccc.jpg,Curious George,PC,Action,Namco,Monkey Bar Games,,,,,,,2006-02-01, -/games/boxart/full_7899736AmericaFrontccc.jpg,Cutthroat Island,GG,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, -/games/boxart/full_cutthroat-island_6AmericaFront.jpg,Cutthroat Island,SNES,Action,Acclaim Entertainment,Software Creations,,,,,,,1996-03-01, -/games/boxart/6037323ccc.jpg,Cutthroat Island,GEN,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, -/games/boxart/3895487ccc.jpg,Cutthroat Island,GB,Action,Acclaim Entertainment,Software Creations,,,,,,,1996-01-01, -/games/boxart/full_cyber-cross_5JapanFront.jpg,Cyber Cross,PCE,Action,FACE,Sankindo,,,,,,,1989-06-23, -/games/boxart/full_4307403JapanFrontccc.jpg,Cyber Org,PS,Action,Square,SqaureSoft,,,,,,,1999-04-22, -/games/boxart/8877997ccc.jpg,Cyber-Cop,GEN,Action,Virgin Interactive,Core Design Ltd.,,,,,,,1992-01-01, -/games/boxart/default.jpg,CyberStrike,PC,Action,Unknown,Simutronics,,,,,,,1993-02-01, -/games/boxart/full_cyberstrike-2_1AmericaFront.jpg,CyberStrike 2,PC,Action,Microprose,Simutronics,,,,,,,1998-11-30, -/games/boxart/full_2589761AmericaFrontccc.jpg,CyberVirus,Lynx,Action,Songbird Productions,Songbird Productions,,,,,,,2002-02-05, -/games/boxart/full_5849927JapanFrontccc.jpg,Cyborg 009,SCD,Action,Riot,Riot,,,,,,,1993-07-30, -/games/boxart/4873589ccc.jpg,Cyborg Hunter,MS,Action,Activision,Activision,,,,,,,1988-01-01, -/games/boxart/1042359ccc.jpg,Cyborg Justice,GEN,Action,Capcom,Novotrade,,,,,,,1993-01-01, -/games/boxart/full_cyborg-kuro-chan-2-white-woods-no-gyakushuu_477JapanFront.jpg,Cyborg Kuro-Chan 2: White Woods no Gyakushuu,GB,Action,Konami,Konami,,,,,,,2000-10-19, -/games/boxart/full_9314703JapanFrontccc.jpg,Cyborg Kuro-Chan: Devil Fukkatsu!!,GB,Action,Konami,Konami,,,,,,,2000-03-23, -/games/boxart/full_5955779AmericaFrontccc.jpg,Cyraid,GB,Action,Nexoft,Epoch,,,,,,,1991-03-01, -/games/boxart/589488ccc.jpg,D-Force,SNES,Action,Asmik Corp,Asmik Corporation of America,,,,,,,1991-12-01, -/games/boxart/default.jpg,Daemonsgate,Lynx,Action,Unknown,Electronic Innovative Design,,,,,,,, -/games/boxart/full_dahna-megami-tanja_295JapanFront.jpg,Dahna: Megami Tanja,GEN,Action,IGS,IGS,,,,,,,1991-12-20, -/games/boxart/default.jpg,Daigaku Ekiden 2008 Hakone,DS,Action,Unknown,SNK Playmore Corporation,,,,,,,, -/games/boxart/full_578062JapanFrontccc.jpg,Daikuugun,PSP,Action,Global A Entertainment,Global A Entertainment,,,,,,,2009-12-10, -/games/boxart/full_9750623JapanFrontccc.jpg,Daisuki Teddy,GBA,Action,MTO,MTO,,,,,,,2002-04-19, -/games/boxart/full_dalmatians-2_249PALFront.jpg,Dalmatians 2,PS,Action,Phoenix Games,Phoenix Games,,,,,,,2003-03-28, -/games/boxart/full_7560210JapanFrontccc.jpg,Dan Doh!!,GBA,Action,Takara,Takara,,,,,,,2004-09-22, -/games/boxart/full_danball-senki-boost_162JapanFront.jpg,Danball Senki Boost,PSN,Action,Level 5,Level 5,,,,,,,2011-11-23, -/games/boxart/full_7845126AmericaFrontccc.jpg,DanceWall Remix,PC,Action,Plug In Digital,Extreme Entertainment Group,,,,,,,2014-08-27, -/games/boxart/5724966ccc.jpg,Dancing Plates,2600,Action,Bit Corporation,Quelle,,,,,,,1983-01-01, -/games/boxart/full_7969061JapanFrontccc.jpg,Dancing Sword: Senkou,GBA,Action,MTO,MTO,,,,,,,2003-03-28, -/games/boxart/full_dangan_7JapanFront.jpg,Dangan,PS,Action,KSS,Mediamuse,,,,,,,2000-02-24, -/games/boxart/full_8274608PALFrontccc.png,Dante's Inferno,PSN,Action,Electronic Arts,Artificial Mind & Movement,4.5,,,,,,2011-05-17, -/games/boxart/full_dantes-inferno_620AmericaFront.jpg,Dante's Inferno,XBL,Action,Electronic Arts,Visceral Games,,,,,,,2011-01-18, -/games/boxart/default.jpg,Dante's Inferno: Dark Forest Pack,PSN,Action,Electronic Arts,Visceral Games,,,,,,,2010-03-04, -/games/boxart/full_dantes-inferno-dark-forest-pack_398AmericaFront.jpg,Dante's Inferno: Dark Forest Pack,XBL,Action,Electronic Arts,Visceral Games,,,,,,,2010-03-04, -/games/boxart/full_dantes-inferno-trials-of-st-lucia_236AmericaFront.jpg,Dante's Inferno: Trials of St. Lucia,PSN,Action,Electronic Arts,Visceral Games,,,,,,,2010-04-29, -/games/boxart/full_dantes-inferno-trials-of-st-lucia_621AmericaFront.jpg,Dante's Inferno: Trials of St. Lucia,XBL,Action,Electronic Arts,Visceral Games,,,,,,,2010-04-29, -/games/boxart/default.jpg,Darashi na Kute Ecchi na Oneesan ga Korogari Kon de Kita. Dosuru!?,PC,Action,Unknown,softhouse-seal,,,,,,,2011-08-05, -/games/boxart/full_darfur-is-dying_839AmericaFront.jpg,Darfur is Dying,PC,Action,Unknown,USC Interactive Media,,,,,,,2006-03-30, -/games/boxart/default.jpg,Dark Angael,PC,Action,Vicarious Visions,Vicarious Visions,,,,,,,1997-01-01, -/games/boxart/4904615ccc.jpg,Dark Chambers,7800,Action,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/952811ccc.jpg,Dark Chambers,2600,Action,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/full_dark-mist_8PALFront.jpg,Dark Mist,PSN,Action,Sony Computer Entertainment,Game Republic,,,,,,,2008-05-15, -/games/boxart/full_7662363AmericaFrontccc.jpg,Dark Vengeance,PC,Action,GT Interactive,Reality Bytes,,,,,,,1998-11-30, -/games/boxart/full_dark-void_368AmericaFront.jpg,Dark Void,XBL,Action,Capcom,Airtight Games,,,,,,,2011-02-01, -/games/boxart/default.jpg,Dark Void: Survivor Missions,XBL,Action,Unknown,Airtight Games,,,,,,,, -/games/boxart/default.jpg,Dark Void: Survivor Missions,PSN,Action,Unknown,Airtight Games,,,,,,,, -/games/boxart/1624618ccc.jpg,Darkman,GB,Action,Ocean,Ocean,,,,,,,1992-12-01, -/games/boxart/7487285ccc.jpg,Darkman,NES,Action,Ocean,Ocean,,,,,,,1991-10-01, -/games/boxart/full_darksiders-wrath-of-war_431AmericaFront.jpg,Darksiders,XBL,Action,THQ,Vigil Games,,,,,,,2011-02-08, -/games/boxart/6224080ccc.jpg,Dash Galaxy in the Alien Asylum,NES,Action,Data East,Beam Software,,,,,,,1990-02-01, -/games/boxart/full_421030AmericaFrontccc.jpg,Dash of Destruction,XBL,Action,Microsoft,NinjaBee,,,,,,,2008-12-17, -/games/boxart/default.jpg,De-formers,XOne,Action,GameTrust,Ready at Dawn,,,,,,,2020-12-31, -/games/boxart/default.jpg,De-formers,PS4,Action,GameTrust,Ready at Dawn,,,,,,,2020-12-31, -/games/boxart/default.jpg,De-formers,PC,Action,GameTrust,Ready at Dawn,,,,,,,2020-12-31, -/games/boxart/639548ccc.jpg,Dead Angle,MS,Action,Sega,Seibu Kaihatsu,,,,,,,1989-01-01, -/games/boxart/full_6868232AmericaFrontccc.png,Dead Bits,PC,Action,Microblast Games,Microblast Games,,,,,,,2014-06-07, -/games/boxart/full_5817674AmericaFrontccc.png,Dead Bits,OSX,Action,Microblast Games,Microblast Games,,,,,,,2014-06-07, -/games/boxart/default.jpg,Dead Block,PC,Action,Unknown,Candygun Games,,,,,,,, -/games/boxart/full_dead-block_860AmericaFront.jpg,Dead Block,PSN,Action,Namco Bandai,Candygun Games,4.5,,,,,,2011-07-19, -/games/boxart/full_dead-block_442AmericaFront.jpg,Dead Block,XBL,Action,Namco Bandai,Candygun Games,4,,,,,,2011-07-06, -/games/boxart/full_129811AmericaFrontccc.jpg,Dead by Daylight,PC,Action,Starbreeze Studios,Behaviour Interactive Inc.,,,,,,,2016-06-14,2019-02-13 -/games/boxart/full_3704275PALFrontccc.jpg,Dead Eye Jim,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2007-01-12, -/games/boxart/full_7754107AmericaFrontccc.jpg,Dead Head Fred,PSN,Action,D3 Publisher,Vicious Cycle,7.4,,,,,,2008-10-17, -/games/boxart/full_7501113AmericaFrontccc.png,Dead in the Water,PSN,Action,Sony Computer Entertainment,Player 1,,,,,,,2009-08-13, -/games/boxart/full_6258200AmericaFrontccc.jpg,Dead Island 2,PS4,Action,Deep Silver,Dambuster Studios,,,,,,,2017-12-30,2019-08-20 -/games/boxart/full_7187279AmericaFrontccc.jpg,Dead Island 2,XOne,Action,Deep Silver,Dambuster Studios,,,,,,,2018-01-01,2019-08-20 -/games/boxart/full_6028629AmericaFrontccc.jpg,Dead Island 2,PC,Action,Deep Silver,Dambuster Studios,,,,,,,2018-12-01,2019-08-20 -/games/boxart/full_dead-island-bloodbath-arena_653AmericaFront.jpg,Dead Island: Bloodbath Arena,PC,Action,Deep Silver,Techland,,,,,,,2011-11-22, -/games/boxart/full_dead-island-bloodbath-arena_723AmericaFront.jpg,Dead Island: Bloodbath Arena,PSN,Action,Deep Silver,Techland,,,,,,,2011-11-22, -/games/boxart/full_dead-island-bloodbath-arena_707AmericaFront.jpg,Dead Island: Bloodbath Arena,XBL,Action,Deep Silver,Techland,,,,,,,2011-11-22, -/games/boxart/full_7766293AmericaFrontccc.jpg,Dead Phoenix,GC,Action,Capcom,Capcom Production Studio 4,,,,,,,2003-08-12, -/games/boxart/full_dead-pixels_473AmericaFront.jpg,Dead Pixels,XBL,Action,Microsoft,Can't Strafe Right,,,,,,,2011-09-15, -/games/boxart/full_dead-rising_4AmericaFront.jpg,Dead Rising,XBL,Action,Capcom,Capcom Production Studio 1,,,,,,,2010-01-26, -/games/boxart/full_dead-rising-2-case-west_383AmericaFront.jpg,Dead Rising 2: Case West,XBL,Action,Capcom,Blue Castle Games,7.6,,,,,,2010-12-27, -/games/boxart/full_dead-rising-2-case-zero_1AmericaFront.jpg,Dead Rising 2: Case Zero,XBL,Action,Capcom,Blue Castle Games,7.9,,,,,,2010-08-31, -/games/boxart/full_dead-rising-2-off-the-record_940AmericaFront.jpg,Dead Rising 2: Off The Record,PSN,Action,Capcom,Blue Castle Games,,,,,,,2011-10-04, -/games/boxart/full_dead-space_782AmericaFront.jpg,Dead Space,PSN,Action,Electronic Arts,EA Redwood Shores,8.9,,,,,,2011-10-18, -/games/boxart/full_9482648AmericaFrontccc.jpg,Deadbreed,PC,Action,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/full_2451582AmericaFrontccc.jpg,Deadly Tide,PC,Action,Microsoft,Rainbow Studios,,,,,,,1996-10-31, -/games/boxart/full_7662875AmericaFrontccc.jpg,Deadpool,PC,Action,Activision,High Moon Studios,,,,,,,2013-06-25,2018-10-10 -/games/boxart/3898063ccc.jpg,Death Duel,GEN,Action,Razorsoft,Razorsoft,,,,,,,1992-01-01, -/games/boxart/full_6849415AmericaFrontccc.jpg,Death to Spies: Moment of Truth,PC,Action,1C Company,Haggard Games,,,,,,,2009-08-10, -/games/boxart/full_deathbots_10AmericaFront.jpg,Deathbots,NES,Action,American Video Entertainment,Odyssey Digital Entertainment,,,,,,,1990-01-01, -/games/boxart/full_6576774AmericaFrontccc.jpg,Deception IV: The Nightmare Princess,PS3,Action,Tecmo Koei,Koei Tecmo Games,,,,,,,2015-07-14,2018-08-01 -/games/boxart/full_9479725JapanFrontccc.jpg,Deemo,PSV,Action,PM Studios,Rayark Inc.,,,,,,,2016-05-16, -/games/boxart/full_6994713AmericaFrontccc.jpg,Deep Duck Trouble Starring Donald Duck,GG,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_2329670PALFrontccc.jpg,Deep Water,PS2,Action,505 Games,Tamsoft,,,,,,,2005-11-16, -/games/boxart/full_3340030AmericaFrontccc.jpg,Defend the Fleet - Pearl Harbor,PC,Action,WizardWorks,Running Dog,,,,,,,2001-05-15, -/games/boxart/8664387ccc.jpg,Defenders of Dynatron City,NES,Action,JVC,Lucasfilm Games,,,,,,,1992-07-01, -/games/boxart/full_1973172AmericaFrontccc.png,Deflector,PSN,Action,Gamehastra,GameShastra,,,,,,,2010-01-28, -/games/boxart/full_8894995PALFrontccc.jpg,Demolition Girl,PS2,Action,505 Games,Tamsoft,,,,,,,2005-11-18, -/games/boxart/1701652ccc.jpg,Demolition Man,SCD,Action,Acclaim Entertainment,Alexandria,,,,,,,1995-11-15, -/games/boxart/2119393ccc.jpg,Demolition Man,GEN,Action,Acclaim Entertainment,Alexandria,,,,,,,1995-01-01, -/games/boxart/2716532ccc.jpg,Demon Sword,NES,Action,Taito,Taito Corporation,,,,,,,1990-01-16, -/games/boxart/6221593ccc.jpg,Demons To Diamonds,2600,Action,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_1041143JapanFrontccc.jpg,Dengeki Bunko: Fighting Climax Ignition,PS4,Action,Sega,Ecole Software,,,,,,,2015-12-17,2018-09-21 -/games/boxart/full_7112227JapanFrontccc.jpg,Dengeki Bunko: Fighting Climax Ignition,PSV,Action,Sega,Ecole Software,,,,,,,2015-12-17,2018-09-21 -/games/boxart/default.jpg,Desert Bus,And,Action,Amateur Pixels,Amateur Pixels,,,,,,,2013-12-06, -/games/boxart/default.jpg,Desert Commando,XBL,Action,Unknown,Big Head Games Ltd.,,,,,,,, -/games/boxart/3987616ccc.jpg,Destert Strike,Lynx,Action,Telegames,Telegames,,,,,,,1992-01-01, -/games/boxart/3341844ccc.jpg,Destination Earthstar,NES,Action,Acclaim Entertainment,Imagineering Inc,,,,,,,1990-02-01, -/games/boxart/full_destroy-all-humans-big-willy-unleashed_899AmericaFront.jpg,Destroy All Humans! Big Willy Unleashed,PS2,Action,Unknown,Savage Entertainment,,,,,,,, -/games/boxart/full_destroy-all-humans-big-willy-unleashed_841AmericaFront.jpg,Destroy All Humans! Big Willy Unleashed,PSP,Action,Unknown,Savage Entertainment,,,,,,,, -/games/boxart/default.jpg,Detroit Metal City DS: Death Shout,DS,Action,Unknown,D3 Publisher,,,,,,,, -/games/boxart/default.jpg,Deus Ex: Human Revolution - Tactical Enhancement Pack,PC,Action,Unknown,Eidos Montreal,,,,,,,, -/games/boxart/default.jpg,Deus Ex: Human Revolution - The Missing Link,PC,Action,Square Enix,Eidos Montreal,7.5,,,,,,2011-10-18, -/games/boxart/default.jpg,Deus Ex: Human Revolution - The Missing Link,PS3,Action,Unknown,Eidos Montreal,,,,,,,, -/games/boxart/full_deus-ex-human-revolution-the-missing-link_38AmericaFront.jpg,Deus Ex: Human Revolution - The Missing Link,XBL,Action,Square Enix,Eidos Montreal,7,,,,,,2011-10-18, -/games/boxart/full_deus-ex-human-revolution-the-missing-link_912AmericaFront.jpg,Deus Ex: Human Revolution - The Missing Link,PSN,Action,Square Enix,Eidos Montreal,8,,,,,,2011-10-18, -/games/boxart/full_2249839JapanFrontccc.jpg,Devastator,SCD,Action,Wolf Team,Wolf Team,,,,,,,1993-05-28, -/games/boxart/full_9363499JapanFrontccc.jpg,Devil Man,NES,Action,Namco,ISCO,,,,,,,1989-04-25, -/games/boxart/full_7636254AmericaFrontccc.jpg,Devil May Cry 4,XBL,Action,Capcom,Capcom,,,,,,,2009-12-22,2018-10-01 -/games/boxart/full_3996922JapanFrontccc.jpg,Devil May Cry 4 Special Edition,XOne,Action,Capcom,Capcom,,,,,,,2015-06-23,2018-09-11 -/games/boxart/full_1902221AmericaFrontccc.jpg,Devil May Cry: 5th Anniversary Collection,PS2,Action,Capcom,Capcom,,,,,,,2006-10-24, -/games/boxart/default.jpg,Devil's Third,PS3,Action,Unknown,Valhalla Game Studios,,,,,,,2020-12-31, -/games/boxart/default.jpg,Devil's Third,X360,Action,Unknown,Valhalla Game Studios,,,,,,,2020-12-31, -/games/boxart/full_1540373AmericaFrontccc.jpg,Devilish,GG,Action,Sage's Creation,Genki,,,,,,,1991-01-01, -/games/boxart/full_devilish-the-next-possession_833AmericaFront.jpg,Devilish: The Next Possession,GEN,Action,Sage's Creation,Aisystem Tokyo,,,,,,,1992-01-01, -/games/boxart/full_devilman_241JapanFront.jpg,DevilMan,PS,Action,Bandai,Bandai,,,,,,,2000-04-13, -/games/boxart/2494324ccc.jpg,Dick Tracy,NES,Action,Bandai,Realtime Associates,,,,,,,1990-08-01, -/games/boxart/578742ccc.jpg,Dick Tracy,GEN,Action,Capcom,Sega,,,,,,,1990-01-01, -/games/boxart/5794003ccc.jpg,Dick Tracy,GB,Action,Bandai,Bandai,,,,,,,1991-12-01, -/games/boxart/8672819ccc.jpg,Dick Tracy,MS,Action,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_dick-tracy_0AmericaFront.jpg,Dick Tracy,PC,Action,Titus,Titus Software,,,,,,,1990-01-01, -/games/boxart/full_3273530AmericaFrontccc.jpg,Die by Sword: Limb from Limb,PC,Action,Interplay,Treyarch,,,,,,,1998-09-30, -/games/boxart/full_5029680AmericaFrontccc.jpg,Die by the Sword,PC,Action,Tantrum Entertainment,Treyarch,,,,,,,1998-02-28, -/games/boxart/full_die-hard_7JapanFront.jpg,Die Hard,PCE,Action,Pack-In-Video,Pack-In Video,,,,,,,1990-09-28, -/games/boxart/full_die-hard_7AmericaFront.jpg,Die Hard,NES,Action,Activision,Pack-In Video,,,,,,,1992-01-01, -/games/boxart/full_die-hard_4AmericaFront.jpg,Die Hard,PC,Action,Activision,Dynamix,,,,,,,1989-01-01, -/games/boxart/full_8445033AmericaFrontccc.jpg,Die Hard Arcade,SAT,Action,Sega,Sega-AM1,,,,,,,1997-04-08, -/games/boxart/2607765ccc.jpg,Die Maus,GB,Action,Infogrames,Infogrames,,,,,,,1999-01-01, -/games/boxart/full_digger-hd_10AmericaFront.jpg,Digger HD,PSN,Action,Creat Studio,Creat Studios,,,,,,,2009-10-01, -/games/boxart/full_3337514JapanFrontccc.jpg,Digi Communication 2 in 1 Datou! Black Gemagema Dan,GBA,Action,Broccoli,Broccoli,,,,,,,2004-07-15, -/games/boxart/full_7754448JapanFrontccc.jpg,DiGiCharat Fantasy,DC,Action,Broccoli,Broccoli,,,,,,,2001-09-06, -/games/boxart/full_9229166AmericaFrontccc.png,Dillon's Rolling Western,3DS,Action,Nintendo,Vanpool,,,,,,,2012-02-22,2018-04-15 -/games/boxart/full_1226361AmericaFrontccc.png,Dillon's Rolling Western: The Last Ranger,3DS,Action,Nintendo,Vanpool,,,,,,,2013-04-11,2018-04-15 -/games/boxart/899785ccc.jpg,Dino Crisis,DC,Action,Capcom,Capcom Production Studio 4,7.2,,,,,,2000-11-14, -/games/boxart/5149017ccc.jpg,Dino Crisis,PC,Action,Capcom,Capcom Production Studio 4,,,,,,,2000-12-04, -/games/boxart/full_9743107AmericaFrontccc.png,Dino Crisis,PSN,Action,Sony Computer Entertainment,Capcom Production Studio 4,,,,,,,2009-11-24, -/games/boxart/full_dino-crisis-2_942AmericaFront.jpg,Dino Crisis 2,PSN,Action,Sony Computer Entertainment,Capcom Production Studio 4,,,,,,,2011-04-19, -/games/boxart/full_7512074JapanFrontccc.jpg,Dino Crisis 5th Anniversary,PS,Action,Capcom,Capcom Production Studio 4,,,,,,,2004-07-01, -/games/boxart/full_9058960AmericaFrontccc.png,Dino Hunter: Deadly Shores,And,Action,Glu Mobile Inc.,Glu Mobile Inc.,,,,,,,2014-07-09, -/games/boxart/default.jpg,Dino Wars,PC,Action,Unknown,DigiTek Software,,,,,,,, -/games/boxart/8365673ccc.jpg,Dirty Harry,NES,Action,Mindscape,Gray Matter,,,,,,,1990-12-01, -/games/boxart/8474011ccc.jpg,Dirty Larry: Renegade Cop,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_285851AmericaFrontccc.jpg,Discs of Tron,XBL,Action,Disney Interactive Studios,Backbone Charlottetown,,,,,,,2008-02-13, -/games/boxart/201614ccc.jpg,Dishaster,2600,Action,Unknown,Zimag,,,,,,,1983-01-01, -/games/boxart/full_1976484AmericaFrontccc.jpeg,Disney Infinity 3.0,And,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2015-08-30,2018-03-20 -/games/boxart/full_6925211AmericaFrontccc.jpg,Disney Infinity 3.0,PC,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2015-08-30,2018-03-20 -/games/boxart/default.jpg,Disney Princess: My Fairytale Adventure,3DS,Action,Disney Interactive Studios,Unknown,,,,,,,2013-08-17, -/games/boxart/1331408ccc.jpg,Disney's 101 Dalmatians II: Patch's London Adventure,PS,Action,Eidos Interactive,Backbone Emeryville,,,,,,,2003-10-14, -/games/boxart/full_2730053AmericaFrontccc.jpg,Disney's Aladdin in Nasira's Revenge,PC,Action,Disney Interactive Studios,Argonaut Games,,,,,,,2001-01-01, -/games/boxart/9007309ccc.jpg,"Disney's American Dragon: Jake Long, Rise of the Huntsclan",GBA,Action,Buena Vista,WayForward,6,,,,,,2006-10-12, -/games/boxart/8200392ccc.jpg,Disney's Dinosaur,DC,Action,Ubisoft,Disney Interactive,5.3,,,,,,2000-11-24, -/games/boxart/full_goof-troop_745AmericaFront.jpg,Disney's Goof Troop,SNES,Action,Capcom,Capcom,,,,,,,1993-07-11, -/games/boxart/full_disneys-lilo-ampamp-stitch_134AmericaFront.jpg,Disney's Lilo & Stitch,PSN,Action,Sony Computer Entertainment,Blitz Games,,,,,,,2011-03-08, -/games/boxart/8253114ccc.jpg,Disney's Meet the Robinsons,GBA,Action,Disney Interactive Studios,Climax Entertainment,4.7,,,,,,2007-03-27, -/games/boxart/1893173ccc.jpg,Disney's Meet the Robinsons,PC,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2007-03-27, -/games/boxart/6070776ccc.jpg,Disney's Meet the Robinsons,PS2,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2007-03-27, -/games/boxart/full_disneys-meet-the-robinsons_5AmericaFront.jpg,Disney's Meet The Robinsons,XBL,Action,Disney Interactive Studios,Avalanche Software,,,,,,,2009-08-11, -/games/boxart/full_5695432PALFrontccc.jpg,Disney's Peter Pan: The Legend of Never Land,PS2,Action,Sony Computer Entertainment,Blue52,,,,,,,2005-10-21, -/games/boxart/3185210ccc.jpg,Disney's Talespin,GG,Action,Sega,Interactive Designs,,,,,,,1993-01-01, -/games/boxart/full_1752294AmericaFrontccc.jpg,Disney's TaleSpin,PCE,Action,NEC,Interactive Designs,,,,,,,1991-01-01, -/games/boxart/full_9716755AmericaFrontccc.jpg,Disney's Tarzan,PS,Action,Sony Computer Entertainment,Eurocom Entertainment Software,,,,,,,1999-06-30, -/games/boxart/full_9772442AmericaFrontccc.jpg,Disney's Tarzan,GB,Action,Activision,Digital Eclipse,,,,,,,1999-06-24, -/games/boxart/full_6932115PALFrontccc.png,Disney's Tarzan,PSN,Action,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2009-07-16, -/games/boxart/7958612ccc.jpg,Disney's The Lion King 1 1/2,GBA,Action,THQ,Vicarious Visions,,,,,,,2003-09-30, -/games/boxart/full_disneys-the-lion-king-simbas-mighty-adventure_2AmericaFront.jpg,Disney's The Lion King: Simba's Mighty Adventure,GB,Action,Activision,Torus Games,,,,,,,2000-12-29, -/games/boxart/full_7816PALFrontccc.png,Disney's The Little Mermaid II,PSN,Action,Disney Interactive Studios,GBlitz Games,,,,,,,2009-01-22, -/games/boxart/2252442ccc.jpg,Disney's The Little Mermaid: Magic in Two Kingdoms,GBA,Action,Buena Vista,Gorilla Systems,,,,,,,2006-10-06, -/games/boxart/8335144ccc.jpg,Disney/Pixar Collection,PC,Action,THQ,THQ,,,,,,,2005-10-20, -/games/boxart/7609154ccc.jpg,Disney's Ariel: The Little Mermaid,GEN,Action,Sega,Bluesky Innovations,,,,,,,1992-01-01, -/games/boxart/full_2319395PALFrontccc.jpg,Diver's Dream,PS,Action,Konami,KCE Sapporo,,,,,,,1998-01-01, -/games/boxart/full_divine-justice-zero_646AmericaFront.jpg,Divine Justice Zero,XBL,Action,Microsoft,Xazin,,,,,,,2011-07-27, -/games/boxart/full_9832544JapanFrontccc.jpg,Divine Sealing,GEN,Action,Unknown,CYX,,,,,,,1991-01-01, -/games/boxart/default.jpg,Divine Souls,PC,Action,Unknown,Outspark Inc.,,,,,,,, -/games/boxart/full_6613883AmericaFrontccc.jpg,Dizzel,PC,Action,OGPlanet,Neowiz Entertainment,,,,,,,2014-07-01, -/games/boxart/4920643ccc.jpg,DJ Boy,GEN,Action,Kaneko Co. Ltd,Kaneko,,,,,,,1990-01-01, -/games/boxart/full_dlc-quest_125AmericaFront.jpg,DLC Quest,XBL,Action,Microsoft,Going Loud Studios,,,,,,,2011-11-02, -/games/boxart/default.jpg,Doctor Who: The Eternity Clock,PS3,Action,BBC Worldwide,Unknown,,,,,,,2012-05-23, -/games/boxart/default.jpg,Dodge,PC,Action,Yokcos,Yokcos,,,,,,,2015-03-13, -/games/boxart/full_dont-feed-the-trolls_6AmericaFront.jpg,Don't Feed the Trolls,XBL,Action,Unknown,Frozax Games,,,,,,,2011-09-23, -/games/boxart/full_donald-land_2JapanFront.jpg,Donald Land,NES,Action,Data East,Data East,,,,,,,1988-01-29, -/games/boxart/full_7266867PALFrontccc.png,Donkey Xote,PSN,Action,Virgin Play,Virgin Play,,,,,,,2009-07-02, -/games/boxart/full_2060143AmericaFrontccc.jpg,Donkey Xote,PSP,Action,Virgin Play,Virgin Play,,,,,,,2009-07-02, -/games/boxart/full_8591956AmericaFrontccc.jpg,Doom Rails,PC,Action,Dream Forge Entertainment,Dream Forge Entertainment,,,,,,,2009-11-04, -/games/boxart/default.jpg,Door Door,PC,Action,Enix,"Chunsoft Co., Ltd.",,,,,,,1984-01-01, -/games/boxart/default.jpg,DOORS 4 FREE - room escape -,And,Action,Unknown,Unknown,,,,,,,2014-04-30, -/games/boxart/full_193706PALFrontccc.jpg,Dora the Explorer: Animal Adventures,PC,Action,Atari,Atari,,,,,,,2007-09-28, -/games/boxart/full_7749275AmericaFrontccc.jpg,Dora the Explorer: World Adventure!,PC,Action,Activision,Black Lantern Studios,,,,,,,2006-10-02, -/games/boxart/full_231380JapanFrontccc.jpg,Doraemon,GB,Action,Epoch,Epoch,,,,,,,1991-03-01, -/games/boxart/full_9624382JapanFrontccc.jpg,Doraemon 2: Animal Wakusei Densetsu,GB,Action,Epoch,Epoch,,,,,,,1992-12-19, -/games/boxart/full_7822372JapanFrontccc.jpg,Doraemon 2: SOS! Otogi no Kuni,PS,Action,Epoch,Epoch,,,,,,,1997-02-21, -/games/boxart/full_8758581JapanFrontccc.jpg,Doraemon Memories: Nobi Dai no Omoi Izaru Daibouken,GB,Action,Epoch,Epoch,,,,,,,2000-03-10, -/games/boxart/full_6081177JapanFrontccc.jpg,Doraemon no GameBoy de Asobouyo DX10,GB,Action,Epoch,Epoch,,,,,,,1998-11-27, -/games/boxart/full_8369435JapanFrontccc.jpg,Doraemon: Aruke Aruke Labyrinth,GB,Action,Epoch,Epoch,,,,,,,1999-07-23, -/games/boxart/full_5297163JapanFrontccc.jpg,Doraemon: Nobi Futo to Fukkatsu no Hoshi,SAT,Action,Epoch,Epoch,,,,,,,1996-03-15, -/games/boxart/full_3372292JapanFrontccc.jpg,Doraemon: Nobita to Yousei no Kuni,SNES,Action,Epoch,SAS Sakata,,,,,,,1993-02-19, -/games/boxart/full_5222537JapanFrontccc.jpg,Doraemon: Nobitaito Fukkatsu no Hoshi,PS,Action,Epoch,Epoch,,,,,,,1996-02-16, -/games/boxart/full_8710440JapanFrontccc.jpg,Doraemon: Nora no Suke no Yabou,GG,Action,Sega,Sega,,,,,,,1993-04-29, -/games/boxart/full_4055014JapanFrontccc.jpg,Doraemon: Yume Dorobou to 7-Jin no Gozans,GEN,Action,Sega,Sega,,,,,,,1993-03-26, -/games/boxart/default.jpg,DotMan,DSiW,Action,Agetec,SilverStarJapan,7.5,,,,,,2011-09-08, -/games/boxart/full_278839AmericaFrontccc.jpg,Double Dragon,NES,Action,Tradewest,Technos Japan Corporation,,,,,,,1988-06-01, -/games/boxart/full_2162896AmericaFrontccc.jpg,Double Dragon,GB,Action,Taito,Technos Japan Corporation,,,,,,,1989-01-01, -/games/boxart/full_9346519AmericaFrontccc.jpg,Double Dragon,GG,Action,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, -/games/boxart/5853848ccc.jpg,Double Dragon,GEN,Action,Ballistic,Software Creations,,,,,,,1993-01-01, -/games/boxart/full_5683652AmericaFrontccc.jpg,Double Dragon,XBL,Action,Empire Interactive,Razorworks,,,,,,,2007-05-09, -/games/boxart/full_8682301AmericaFrontccc.jpg,Double Dragon,NG,Action,SNK,Technos Japan Corporation,,,,,,,1995-03-31, -/games/boxart/8329583ccc.jpg,Double Dragon,7800,Action,Activision,Activision,,,,,,,1989-01-01, -/games/boxart/9065035ccc.jpg,Double Dragon,Lynx,Action,Telegames,"Telegames, Inc.",,,,,,,1993-01-01, -/games/boxart/5838262ccc.jpg,Double Dragon,MS,Action,Sega,Technos Japan Corporation,,,,,,,1988-01-01, -/games/boxart/9954386ccc.jpg,Double Dragon,VC,Action,Tradewest,Technos Japan Corporation,,,,,,,2008-04-28, -/games/boxart/full_473287JapanFrontccc.jpg,Double Dragon,PS,Action,Urban Plant,Technos Japan Corporation,,,,,,,1996-04-26, -/games/boxart/full_9537135AmericaFrontccc.jpg,Double Dragon,PC,Action,Arcadia Systems,Arcadia Systems,,,,,,,1988-01-01, -/games/boxart/full_double-dragon_992AmericaFront.png,Double Dragon,3DS,Action,Aksys Games,Technos Japan Corporation,5.5,,,,,,2011-06-23, -/games/boxart/full_6190079AmericaFrontccc.jpg,Double Dragon (CD),NG,Action,Imperial Entertainment,Technos Japan Corporation,,,,,,,1995-01-01, -/games/boxart/163653ccc.jpg,Double Dragon 3: The Arcade Game,GEN,Action,Flying Edge,Software Creations,,,,,,,1992-01-01, -/games/boxart/5489598ccc.jpg,Double Dragon 3: The Arcade Game,GB,Action,Acclaim Entertainment,Sales Curve Interactive,,,,,,,1992-08-01, -/games/boxart/6357691ccc.jpg,Double Dragon II,GB,Action,Acclaim Entertainment,Technos Japan Corporation,,,,,,,1991-01-01, -/games/boxart/5124408ccc.jpg,Double Dragon II: The Revenge,NES,Action,Acclaim Entertainment,Technos Japan Corporation,,,,,,,1990-01-01, -/games/boxart/full_5704297JapanFrontccc.jpg,Double Dragon II: The Revenge,GEN,Action,PalSoft,Technos Japan Corporation,,,,,,,1991-12-20, -/games/boxart/full_2621218PALFrontccc.jpg,Double Dragon II: The Revenge,PC,Action,Virgin Interactive,Binary Design,,,,,,,1989-01-01, -/games/boxart/full_4573089AmericaFrontccc.png,Double Dragon II: The Revenge,WiiU,Action,Aksys Games,Technos Japan,,,,,,,2014-08-14, -/games/boxart/full_2064719PALFrontccc.jpg,Double Dragon III: The Rosetta Stone,PC,Action,Tradewest,Interactivision,,,,,,,1992-01-01, -/games/boxart/4261430ccc.jpg,Double Dragon III: The Sacred Stones,NES,Action,Acclaim Entertainment,Technos Japan Corporation,,,,,,,1991-02-01, -/games/boxart/3115972ccc.jpg,Double Dragon V: The Shadow Falls,SNES,Action,Tradewest,Leland Interactive Media,,,,,,,1994-07-01, -/games/boxart/3276507ccc.jpg,Double Dragon V: The Shadow Falls,AJ,Action,Tradewest,Leland Interactive Media,,,,,,,1995-04-01, -/games/boxart/full_double-rivals-attack-pack_471AmericaFront.jpg,Double Rivals Attack Pack!,PSP,Action,Sega,Sega,,,,,,,2011-10-18, -/games/boxart/full_double-super-hero-pack_698AmericaFront.jpg,Double Super Hero Pack!,PSP,Action,Sega,Sega,,,,,,,2011-10-18, -/games/boxart/full_7230393AmericaFrontccc.jpg,Double-Ender: Artillery Duel / Ghost Manor,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_341559PALFrontccc.jpg,Double-Ender: Artillery Duel / Super Kung-Fu,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_8881799AmericaFrontccc.jpg,Double-Ender: Chuck Norris Superkicks / Ghost Manor,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_5203762AmericaFrontccc.jpg,Double-Ender: Chuck Norris Superkicks / Spike's Peak,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_double-ender-artillery-duel-chuck-norris-superkicks_1AmericaFront.jpg,Double-Ender: Chuck Norris Superkicks/Artillery Duel,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-07 -/games/boxart/full_double-ender-robin-hood-sir-lancelot_6AmericaFront.jpg,Double-Ender: Robin Hood / Sir Lancelot,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_3572318AmericaFrontccc.jpg,Double-Ender: Spike's Peak/Artillery Duel,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-08 -/games/boxart/full_double-ender-ghost-manor-spikes-peak_6AmericaFront.jpg,Double-Ender: Spike's Peak/Ghost Manor,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-07 -/games/boxart/full_1804444PALFrontccc.jpg,Double-Ender: Super Kung-Fu/Robin Hood,2600,Action,Xonox,Xonox,,,,,,,1983-01-01,2018-01-07 -/games/boxart/full_3124437AmericaFrontccc.jpg,Double-Ender: Tomarc the Barbarian / Motocross Racer,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_5867284JapanFrontccc.jpg,Doubutsujima no Chubi Gurumi 2: Tamachan Monogatari,GBA,Action,Rocket Company,Rocket Company,,,,,,,2004-08-05, -/games/boxart/full_dough-boy_8JapanFront.jpg,Dough Boy,NES,Action,Kemco,Kemco,,,,,,,1985-12-11, -/games/boxart/full_downtown-nekketsu-koushinkyoku-dokodemo-daiundoukai_748JapanFront.jpg,Downtown Nekketsu Koushinkyoku: Dokodemo Daiundoukai,GB,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1992-07-24, -/games/boxart/full_downtown-special-kunio-kun-no-jidaigeki-dayo-zenin-shuugou_162JapanFront.jpg,Downtown Special: Kunio-Kun no Jidaigeki dayo Zenin Shuugou,GB,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-12-22, -/games/boxart/default.jpg,Downtown Special: Kunio-Kun no Jidaigeki dayo Zenin Shuugou,3DS,Action,Arc System Works,Technos Japan Corporation,,,,,,,2011-07-07, -/games/boxart/full_8884772JapanFrontccc.jpg,Downtown Special: Kunio-kun no Jidaigeki Dayo Zenin Shuugou!,NES,Action,Technos Japan Corporation,Technos Japan,,,,,,,1991-07-26, -/games/boxart/full_1477232JapanFrontccc.jpg,Downtown Special: Kunio-kun no Jidaigeki Dayo Zenin Shuugou!,VC,Action,Arc System Works,Technos Japan,,,,,,,2009-05-12, -/games/boxart/7599393ccc.jpg,Dr. Jekyll and Mr. Hyde,NES,Action,Bandai,Advance Communication Company,,,,,,,1989-04-01, -/games/boxart/default.jpg,Dr. Lunatic,PC,Action,Hamumu Software,Hamumu Software,,,,,,,2000-05-01, -/games/boxart/924780ccc.jpg,Dracula the Undead,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/full_166461AmericaFrontccc.jpg,Dracula: Undead Awakening,DSiW,Action,Chillingo,Moregames Entertainment,,,,,,,2010-03-08, -/games/boxart/full_2549180AmericaFrontccc.jpg,Dracula: Undead Awakening,WW,Action,Chillingo,Moregames Entertainment,,,,,,,2010-03-08, -/games/boxart/full_1158975AmericaFrontccc.png,Dracula: Undead Awakening,PSN,Action,Chillingo,Moregames Entertainment,,,,,,,2010-01-28, -/games/boxart/9343377ccc.jpg,Dragon Ball Z Trilogy,PS2,Action,Atari,Atari,,,,,,,2008-09-24, -/games/boxart/5675465ccc.jpg,Dragon Fighter,NES,Action,Sofel,Sofel,,,,,,,1992-01-01, -/games/boxart/full_6249842PALFrontccc.jpg,Dragon Hunters,DS,Action,Playlogic Game Factory,Engine Software,,,,,,,2008-04-11, -/games/boxart/full_8208702AmericaFrontccc.jpg,Dragon Master Spell Caster,WW,Action,Stickmen Studios,Stickmen Studios,,,,,,,2009-11-09, -/games/boxart/3493143ccc.jpg,Dragon Power,NES,Action,Bandai,TOSE Software,,,,,,,1988-03-01, -/games/boxart/full_1963842AmericaFrontccc.jpg,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PC,Action,Square Enix,Square Enix,,,,,,,2015-12-03, -/games/boxart/full_4598908PALFrontccc.jpg,Dragon Sisters,PS2,Action,Essential Games,Tamsoft,,,,,,,2007-03-23, -/games/boxart/2153824ccc.jpg,DragonHeart: Fire & Steel,SAT,Action,Acclaim Entertainment,Funcom,,,,,,,1996-01-01, -/games/boxart/3622492ccc.jpg,DragonHeart: Fire & Steel,GB,Action,Acclaim Entertainment,Torus Games,,,,,,,1996-05-01, -/games/boxart/full_6269099AmericaFrontccc.jpg,DragonHeart: Fire & Steel,PC,Action,Acclaim Entertainment,Funcom,,,,,,,1996-11-30, -/games/boxart/full_1958444PALFrontccc.jpg,Dragonology,Wii,Action,Unknown,NiK NaK,,,,,,,, -/games/boxart/full_9524755AmericaFrontccc.jpg,Dragonology,DS,Action,Codemasters,NiK NaK,,,,,,,2009-11-10, -/games/boxart/default.jpg,Dragonology,PC,Action,Unknown,NiK NaK,,,,,,,, -/games/boxart/full_drakan-order-of-the-flame_8AmericaFront.jpg,Drakan: Order of the Flame,PC,Action,Psygnosis,Surreal Software,,,,,,,1999-07-14, -/games/boxart/full_1984394AmericaFrontccc.jpg,Draw Slasher,PSV,Action,Mass Creation Sp. z o. o.,Mass Creation,,,,,,,2013-04-23,2022-08-17 -/games/boxart/3614501ccc.jpg,Dreams to Reality,PC,Action,Cryo Interactive,Cryo Interactive Entertainment,,,,,,,1997-01-01, -/games/boxart/full_6959230AmericaFrontccc.jpg,Drive to Survive,PS2,Action,VU Games,Supersonic,,,,,,,2006-12-13, -/games/boxart/full_4487233PALFrontccc.png,Driver,PSN,Action,Ubisoft,Reflections Interactive,8.8,,,,,,2008-08-14, -/games/boxart/full_1810496AmericaFrontccc.jpg,Driver,GB,Action,Infogrames,Crawfish Interactive,,,,,,,2000-05-10, -/games/boxart/default.jpg,Droid Assault,PC,Action,Puppy Games,Puppygames,,,,,,,2008-05-02, -/games/boxart/full_2926297AmericaFrontccc.jpg,Dromedary,XBL,Action,Microsoft,Reginald Shoe,,,,,,,2009-03-24, -/games/boxart/full_1821984AmericaFrontccc.jpg,Drop Zone,XBL,Action,Microsoft,North West,,,,,,,2009-07-29, -/games/boxart/full_ds-pico-series-sanrio-puro-land-waku-waku-okaimono-suteki-na-oheya-otsukuri-masho_3JapanFront.jpg,DS-Pico Series: Sanrio Puro Land - Waku Waku Okaimono - Suteki na Oheya Otsukuri Masho!,DS,Action,Compile Heart,Compile Heart,,,,,,,2010-11-25, -/games/boxart/full_5238770AmericaFrontccc.jpg,Dual Zone,XBL,Action,Microsoft,Ninja Fever,,,,,,,2009-12-07, -/games/boxart/default.jpg,DuckTales: The Quest for Gold,PC,Action,Disney Interactive Studios,Incredible Technologies,,,,,,,1990-01-01, -/games/boxart/full_dudes-with-attitude_4AmericaFront.jpg,Dudes with Attitude,NES,Action,American Video Entertainment,American Video Entertaiment,,,,,,,1990-01-01, -/games/boxart/default.jpg,Duke Nukem Forever,MS,Action,Unknown,3D Realms Entertainment,,,,,,,, -/games/boxart/full_4521504AmericaFrontccc.jpg,Dungeon Defenders II,OSX,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2014-07-01,2018-09-21 -/games/boxart/full_2396932AmericaFrontccc.jpg,Dungeon Defenders II,PC,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2014-07-01,2018-09-21 -/games/boxart/full_4895655AmericaFrontccc.jpg,Dungeon Defenders II,Linux,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2014-07-01,2018-09-21 -/games/boxart/full_4230855AmericaFrontccc.jpg,Dungeon Defenders II,PS4,Action,Trendy Entertainment,Trendy Entertainment,,,,,,,2017-06-20,2018-09-21 -/games/boxart/full_2600309AmericaFrontccc.jpg,Dungeons: The Eye of Draconus,PC,Action,SuckerFree Games,SuckerFree Games,,,,,,,2014-08-01, -/games/boxart/full_4995950AmericaFrontccc.jpg,Dusk 12,PC,Action,Buka Entertainment,Orion Games,,,,,,,2009-08-28, -/games/boxart/default.jpg,Dying Light,X360,Action,Warner Bros. Interactive Entertainment,Techland,,,,,,,2015-01-27,2018-05-04 -/games/boxart/default.jpg,Dying Light,PS3,Action,Warner Bros. Interactive Entertainment,Techland,,,,,,,2015-01-27,2018-05-04 -/games/boxart/full_2171012PALFrontccc.jpg,Dynamite Duke,MS,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/2433185ccc.jpg,Dynamite Duke,GEN,Action,Sega,Hertz,,,,,,,1990-01-01, -/games/boxart/full_365325PALFrontccc.jpg,Dynamite Dux,MS,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_3616737AmericaFrontccc.png,Dynasty Warriors,PSN,Action,KOEI,Koei,,,,,,,2009-08-05, -/games/boxart/730538ccc.jpg,Dynasty Warriors 4 Hyper,PC,Action,KOEI,Omega Force,,,,,,,2005-12-09, -/games/boxart/full_5089843AmericaFrontccc.jpg,Dynasty Warriors 6,PC,Action,KOEI,Omega Force,,,,,,,2008-11-18, -/games/boxart/full_dynasty-warriors-7-stage-pack-1_202AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 1,PSN,Action,KOEI,Omega Force,,,,,,,2011-06-03, -/games/boxart/full_dynasty-warriors-7-stage-pack-2_53AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 2,PSN,Action,KOEI,Omega Force,,,,,,,2011-08-16, -/games/boxart/full_dynasty-warriors-7-stage-pack-3_247AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 3,PSN,Action,KOEI,Omega Force,,,,,,,2011-09-13, -/games/boxart/full_dynasty-warriors-7-stage-pack-4_106AmericaFront.jpg,Dynasty Warriors 7 - Stage Pack 4,PSN,Action,KOEI,Omega Force,,,,,,,2011-10-11, -/games/boxart/full_8572222AmericaFrontccc.jpg,Dynasty Warriors 8: Empires,PC,Action,Tecmo Koei,Omega Force,,,,,,,2015-01-27, -/games/boxart/default.jpg,Dynasty Warriors BB,PS3,Action,Unknown,Omega Force,,,,,,,, -/games/boxart/default.jpg,Dynasty Warriors BB,PC,Action,CJ Internet Japan,Omega Force,,,,,,,2006-01-01, -/games/boxart/full_6976378AmericaFrontccc.jpg,Dynasty Warriors Vol. 2,PSN,Action,KOEI,Omega Force,,,,,,,2009-12-10, -/games/boxart/full_9572844AmericaFrontccc.png,Dynasty Warriors: Strikeforce,PSN,Action,Tecmo Koei,Omega Force,6.4,,,,,,2009-09-30, -/games/boxart/full_dynowarz-destruction-of-spondylus_4AmericaFront.jpg,Dynowarz: The Destruction of Spondylus,NES,Action,Bandai,Advance Communication Company,,,,,,,1990-04-01, -/games/boxart/7651474ccc.jpg,E-SWAT,MS,Action,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_6578267JapanFrontccc.jpg,Earnest Evans,SCD,Action,Wolf Team,Wolf Team,,,,,,,1991-12-20, -/games/boxart/9455536ccc.jpg,Earnest Evans,GEN,Action,Renovation,Wolf Team,,,,,,,1992-01-01, -/games/boxart/default.jpg,Earth Saver Plus: Inseki Bakuha Daisakusen,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-05-19, -/games/boxart/full_317522AmericaFrontccc.jpg,EarthNight,OSX,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, -/games/boxart/full_865527AmericaFrontccc.jpg,EarthNight,PC,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, -/games/boxart/full_1467684AmericaFrontccc.jpg,EarthNight,And,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, -/games/boxart/full_969644AmericaFrontccc.jpg,EarthNight,PSV,Action,cleaversoft,cleaversoft,,,,,,,2019-01-01, -/games/boxart/full_6376233AmericaFrontccc.jpg,EarthNight,PS4,Action,cleaversoft,cleaversoft,,,,,,,2015-01-01, -/games/boxart/full_4883828AmericaFrontccc.jpg,Easter Bunny's Big Day,PS,Action,Mastiff,Mastiff,,,,,,,2003-04-01, -/games/boxart/full_eat-them_571AmericaFront.jpg,Eat Them!,PSN,Action,Sony Computer Entertainment,FluffyLogic,,,,,,,2010-12-21, -/games/boxart/full_4087742PALFrontccc.jpg,Echelon: Wind Warriors,PC,Action,Buka Entertainment,Buka Entertainment,,,,,,,2004-02-03,2018-07-19 -/games/boxart/full_6123479AmericaFrontccc.jpg,Ectoplasmic Wars,XBL,Action,Microsoft,theHans,,,,,,,2009-12-21, -/games/boxart/default.jpg,Edge,MS,Action,Unknown,Mobigame,,,,,,,, -/games/boxart/default.jpg,Edge of Twilight,PS3,Action,Unknown,FuzzyEyes,,,,,,,, -/games/boxart/default.jpg,Edge of Twilight,X360,Action,Unknown,FuzzyEyes,,,,,,,, -/games/boxart/default.jpg,Edge of Twilight,PC,Action,Unknown,FuzzyEyes,,,,,,,, -/games/boxart/full_7635596AmericaFrontccc.jpg,Eduardo the Samurai Toaster,WW,Action,Semnat Studios,Semnat Studios LLC,,,,,,,2009-06-15, -/games/boxart/5313616ccc.jpg,Eggomania,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/default.jpg,Eggy,VC,Action,D4 Enterprise,Bothtec,,,,,,,2008-07-29, -/games/boxart/full_eightman_892AmericaFront.jpg,Eightman,NG,Action,SNK,Pallas,,,,,,,1991-11-10, -/games/boxart/6638520ccc.jpg,El Viento,GEN,Action,Renovation,Wolf Team,,,,,,,1991-01-01, -/games/boxart/full_8602063AmericaFrontccc.jpg,Electrocop,Lynx,Action,Atari,Epyx,,,,,,,1989-01-01, -/games/boxart/full_elemental-wizard_0AmericaFront.jpg,Elemental Wizard,XBL,Action,Microsoft,Boosted Games,,,,,,,2011-09-05, -/games/boxart/full_elevator-action-returns_1JapanFront.jpg,Elevator Action Returns,SAT,Action,Unknown,Ving,,,,,,,1997-02-14, -/games/boxart/full_1508531AmericaFrontccc.jpg,Elfland Reloaded Vol. 1,XBL,Action,Microsoft,BogTurtleCarl,,,,,,,2009-10-09, -/games/boxart/full_3448477AmericaFrontccc.png,Eli's Ladder,2600,Action,Unknown,Simage,,,,,,,1982-01-01, -/games/boxart/9858378ccc.jpg,Emergency Fire Response,PC,Action,DreamCatcher Interactive,Monte Cristo Multimedia,,,,,,,2003-07-30, -/games/boxart/default.jpg,Empress of the Deep 3: Legacy of the Phoenix,PC,Action,Mumbo Jumbo,Big Fish Games,,,,,,,2014-08-07, -/games/boxart/1409134ccc.jpg,Encounter At L-5,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, -/games/boxart/full_1628207AmericaFrontccc.jpg,Enemy at the Gate,XBL,Action,Microsoft,Big Daddio,,,,,,,2009-09-12, -/games/boxart/default.jpg,Enslaved: Odyssey to the West - Pigsy's Perfect 10,XBL,Action,Unknown,Ninja Theory,,,,,,,, -/games/boxart/default.jpg,Enslaved: Odyssey to the West - Pigsy's Perfect 10,PSN,Action,Namco Bandai,Ninja Theory,,,,,,,2010-11-23, -/games/boxart/full_6145241AmericaFrontccc.jpg,Entity,2600,Action,CGE Services Corporation,CGE Services,,,,,,,2003-08-09, -/games/boxart/4598231ccc.jpg,Entombed,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/full_entomorph-plague-of-the-darkfall_276AmericaFront.jpg,Entomorph: Plague of the Darkfall,PC,Action,SSI,SSI,,,,,,,1995-09-01, -/games/boxart/full_5059658AmericaFrontccc.jpg,Entwined,PSV,Action,Sony Computer Entertainment,PixelOpus,,,,,,,2014-07-22,2018-04-07 -/games/boxart/full_2159484AmericaFrontccc.jpg,Entwined,PS4,Action,Sony Computer Entertainment,PixelOpus,,,,,,,2014-06-09,2018-04-07 -/games/boxart/full_7125851AmericaFrontccc.jpg,Entwined,PS3,Action,Sony Computer Entertainment,PixelOpus,,,,,,,2014-07-22,2018-04-07 -/games/boxart/full_8144966AmericaFrontccc.jpg,Epic Skater,And,Action,Kongregate,Kongregate,,,,,,,2014-07-23, -/games/boxart/full_5625109AmericaFrontccc.jpg,Epigenesis,PC,Action,Unknown,Unknown,,,,,,,2013-11-01, -/games/boxart/full_epyxs-impossible-mission_232PALFront.png,Epyx's Impossible Mission,PSN,Action,System 3 Arcade Software,System 3 Software,,,,,,,2010-11-24, -/games/boxart/7707915ccc.jpg,Eragon,XB,Action,Sierra Entertainment,Stormfront Studios,5.3,,,,,,2006-11-14, -/games/boxart/5414055ccc.jpg,Eragon,PS2,Action,Sierra Entertainment,Stormfront Studios,5.4,,,,,,2006-11-14, -/games/boxart/full_5152957JapanFrontccc.jpg,Erementar Gerad: Huuin Sarashi Kyou,GBA,Action,Tomy Corporation,Tomy,,,,,,,2005-07-07, -/games/boxart/full_1731031AmericaFrontccc.jpg,Escape Dead Island,PC,Action,Deep Silver,Fatshark,,,,,,,2014-11-18,2018-04-16 -/games/boxart/603828ccc.jpg,Escape From The Mindmaster,2600,Action,Unknown,Starpath Corp.,,,,,,,1982-01-01, -/games/boxart/default.jpg,escape story,And,Action,Unknown,Unknown,,,,,,,2014-07-31, -/games/boxart/default.jpg,Escape The Prison Room,And,Action,Unknown,Unknown,,,,,,,2014-08-13, -/games/boxart/default.jpg,Escape the room: Epidemics,And,Action,Unknown,Unknown,,,,,,,2014-10-12, -/games/boxart/default.jpg,Escape Trick: Convience Store,DSiW,Action,Unknown,Intense,,,,,,,, -/games/boxart/default.jpg,Escape Trick: Ninja Castle,DSiW,Action,Unknown,Intense,,,,,,,, -/games/boxart/full_escapevektor-chapter-1_929AmericaFront.jpg,escapeVektor: Chapter 1,WW,Action,Unknown,Nnooo,9,,,,,,2011-09-29, -/games/boxart/497043ccc.jpg,Espial,2600,Action,Tigervision,Tigervision,,,,,,,1984-01-01, -/games/boxart/default.jpg,ESWAT: City Under Siege,XBL,Action,Unknown,Sega,,,,,,,, -/games/boxart/full_evangelion-shin-gekijoban-3nd-impact_800JapanFront.jpg,Evangelion Shin Gekijoban: 3nd Impact,PSN,Action,Namco Bandai,Grasshopper Manufacture,,,,,,,2011-09-29, -/games/boxart/full_3614660AmericaFrontccc.jpg,Evasive Space,WW,Action,Yuke's,High Voltage Software,,,,,,,2009-02-16, -/games/boxart/full_7511525AmericaFrontccc.jpg,"Even So, I Still Love You",XBL,Action,Microsoft,nakfiv,,,,,,,2009-07-27, -/games/boxart/5320688ccc.jpg,Evil Dead: Regeneration,PC,Action,THQ,Cranky Pants Games,,,,,,,2005-10-12, -/games/boxart/2908378ccc.jpg,Evolva,PC,Action,Interplay,Computer Artworks,,,,,,,2000-06-01, -/games/boxart/full_4695926JapanFrontccc.jpg,Excave: Sorcerer of the Underworld,3DS,Action,Mechanic Arms,Mechanic Arms,,,,,,,2014-07-16, -/games/boxart/1862533ccc.jpg,Exocet,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, -/games/boxart/full_exo-squad_10AmericaFront.gif,ExoSquad,GEN,Action,Playmates,Novotrade International,,,,,,,1995-01-01, -/games/boxart/full_1539293AmericaFrontccc.jpg,Expendable,DC,Action,Infogrames,Rage Software,5.5,,,,,,1999-09-09, -/games/boxart/full_expendable_237PALFront.jpg,Expendable,PC,Action,Rage Software,Rage Software,,,,,,,1999-01-01, -/games/boxart/full_7172198AmericaFrontccc.jpg,Experiment 12,XBL,Action,Microsoft,buddrick,,,,,,,2009-11-07, -/games/boxart/full_express-raider_5AmericaFront.jpg,Express Raider,PSN,Action,Unknown,"G1M2, LLC",,,,,,,2010-06-15, -/games/boxart/full_8437650AmericaFrontccc.jpg,Extinction,PC,Action,Maximum Games,Iron Galaxy,,,,,,,2018-04-10,2018-02-01 -/games/boxart/full_extreme-ghostbusters-zap-the-ghosts_9PALFront.jpg,Extreme Ghostbusters: Zap The Ghosts!,PC,Action,LSP Games,LSP Games,,,,,,,2001-12-01, -/games/boxart/9969372ccc.jpg,F22 Interceptor,GEN,Action,Electronic Arts,Electronic Arts,,,,,,,1991-01-01, -/games/boxart/default.jpg,Fabulous - Angelas High School Reunion,Amig,Action,Focus on the Family,GameHouse,,,,,,,2017-04-01, -/games/boxart/full_4703320AmericaFrontccc.jpg,Face of Mankind,PC,Action,Nexeon Technologies,Nexeon Technologies,,,,,,,2014-07-18, -/games/boxart/full_4146037PALFrontccc.jpg,Factory Panic,GG,Action,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/9613146ccc.jpg,Fade to Black,PC,Action,Electronic Arts,Delphine Software International,,,,,,,1995-08-31, -/games/boxart/default.jpg,Fairytale Fights,PC,Action,Unknown,Playlogic Game Factory,,,,,,,, -/games/boxart/default.jpg,Faith and a .45,PS3,Action,Unknown,Deadline Games,,,,,,,, -/games/boxart/default.jpg,Faith and a .45,X360,Action,Unknown,Deadline Games,,,,,,,, -/games/boxart/full_5792129AmericaFrontccc.jpg,FallDown,XBL,Action,Microsoft,ProjectorGames,,,,,,,2008-12-20, -/games/boxart/full_8124739JapanFrontccc.jpg,Famicom Mini: Kidou Senshi Z-Gundam - Hot Scramble,GBA,Action,Bandai,Bandai,,,,,,,2004-03-18, -/games/boxart/full_3283720AmericaFrontccc.jpg,Fantastic 4,GBA,Action,Activision,Torus Games,5.5,,,,,,2005-06-27, -/games/boxart/full_1380378AmericaFrontccc.jpg,Fantastic 4,PC,Action,Activision,Beenox,,,,,,,2005-06-27, -/games/boxart/full_3670951JapanFrontccc.jpg,Fantastic Children,GBA,Action,Bandai,Bandai,,,,,,,2005-05-19, -/games/boxart/default.jpg,Fast & Furious: Showdown,3DS,Action,Activision,Unknown,,,,,,,2013-05-21, -/games/boxart/default.jpg,Fast & Furious: Showdown,WiiU,Action,Activision,Unknown,,,,,,,2013-05-21, -/games/boxart/full_1851706AmericaFrontccc.png,Fat Dragons,X360,Action,Nostatic Software,Nostatic Software,,,,,,,2014-03-07, -/games/boxart/full_8305531AmericaFrontccc.png,Fat Dragons,PSV,Action,Nostatic Software,Nostatic Software,,,,,,,2014-06-24, -/games/boxart/full_fat-princess_295AmericaFront.jpg,Fat Princess,PSN,Action,Sony Computer Entertainment,Titan Studios,7.8,,,,,,2009-07-30, -/games/boxart/full_9995755AmericaFrontccc.jpg,Fat Princess Adventures,PS4,Action,Sony Computer Entertainment,Fun Bits,,,,,,,2015-12-05, -/games/boxart/full_9356789AmericaFrontccc.jpg,Fat Princess: Fistful of Cake,PSN,Action,Sony Computer Entertainment,SuperVillain Studios,7,,,,,,2010-05-04, -/games/boxart/full_fatal-seduction_142AmericaFront.jpg,Fatal Seduction,XBL,Action,Microsoft,Silver Dollar Games,,,,,,,2011-06-29, -/games/boxart/6692181ccc.jpg,Fathom,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/full_8298149AmericaFrontccc.png,Fe,XOne,Action,Electronic Arts,Zoink Games,,,,,,,2018-02-16,2018-07-18 -/games/boxart/full_2228730AmericaFrontccc.png,Fe,PS4,Action,Electronic Arts,Zoink Games,,,,,,,2018-02-16,2018-07-18 -/games/boxart/full_849783AmericaFrontccc.png,Fe,PC,Action,Electronic Arts,Zoink Games,,,,,,,2018-02-16,2018-07-18 -/games/boxart/full_2453081AmericaFrontccc.jpg,Felix: Tale of the Night,XBL,Action,Microsoft,Anti,,,,,,,2009-12-21, -/games/boxart/full_5913330AmericaFrontccc.jpg,Ferro: Robot on the Run,And,Action,Ludobit,Ludobit,,,,,,,2014-07-13, -/games/boxart/full_6685120AmericaFrontccc.jpg,FIFA 15 Ultimate Team,And,Action,Electronic Arts,Unknown,,,,,,,2014-09-19, -/games/boxart/default.jpg,Fifth Phantom Saga,PS3,Action,Unknown,Sega,,,,,,,, -/games/boxart/3547073ccc.jpg,Fight For Life,AJ,Action,Midway Games,Atari,,,,,,,1996-01-01, -/games/boxart/full_fightbox_131PALFront.jpg,FightBox,PC,Action,BBC Multimedia,Gamezlab,,,,,,,2004-02-06, -/games/boxart/full_fightbox_749PALFront.jpg,FightBox,PS2,Action,BBC Multimedia,Gamezlab,,,,,,,2004-02-06, -/games/boxart/full_5485238AmericaFrontccc.png,Fighting Force,PSN,Action,Sony Computer Entertainment,Core Design,,,,,,,2009-11-23, -/games/boxart/1069319ccc.jpg,Fighting Force 2,DC,Action,Eidos Interactive,Core Design Ltd.,4.5,,,,,,1999-11-30, -/games/boxart/full_fighting-run_8JapanFront.jpg,Fighting Run,PCE,Action,Nichibutsu,Nichibutsu,,,,,,,1991-11-29, -/games/boxart/full_3365209AmericaFrontccc.jpg,Filler,XBL,Action,Microsoft,SimianLogic,,,,,,,2009-09-13, -/games/boxart/default.jpg,Film Quiz!Guess the Movie,And,Action,Unknown,Unknown,,,,,,,2013-07-05, -/games/boxart/default.jpg,Film Quiz!Guess the Movie 2,And,Action,Unknown,Unknown,,,,,,,2014-01-04, -/games/boxart/218131ccc.jpg,Final Approach,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, -/games/boxart/full_6798100PALFrontccc.png,Final Armada,PSN,Action,Virgin Play,I-Imagine,,,,,,,2009-07-09, -/games/boxart/full_1183470PALFrontccc.jpg,Final Armada,PSP,Action,Unknown,I-Imagine,,,,,,,2007-08-17, -/games/boxart/default.jpg,Final Assault,PC,Action,Unknown,Infogrames,,,,,,,, -/games/boxart/full_4152846AmericaFrontccc.jpg,Final Exam,X360,Action,Focus Home Interactive,Mighty Rocket Studio,,,,,,,2013-11-06,2019-04-21 -/games/boxart/full_6378889AmericaFrontccc.jpg,Final Exam,PS3,Action,Focus Home Interactive,Mighty Rocket Studio,,,,,,,2013-11-05,2019-04-21 -/games/boxart/full_final-fight_3AmericaFront.jpg,Final Fight,VC,Action,Capcom,Capcom,,,,,,,2007-05-07, -/games/boxart/full_1644482AmericaFrontccc.jpg,Final Fight 2,VC,Action,Capcom,Capcom,,,,,,,2009-10-12, -/games/boxart/4061189ccc.jpg,Final Fight 3,SNES,Action,Capcom,Capcom,,,,,,,1995-12-21, -/games/boxart/full_4507112AmericaFrontccc.jpg,Final Fight 3,VC,Action,Capcom,Capcom,,,,,,,2010-01-04, -/games/boxart/5764292ccc.jpg,Final Fight CD,SCD,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_882441AmericaFrontccc.jpg,Final Fight Guy,SNES,Action,Capcom,Capcom,,,,,,,1994-06-01, -/games/boxart/full_final-fight-double-impact_1AmericaFront.jpg,Final Fight: Double Impact,PSN,Action,Capcom,Capcom,8.3,,,,,,2010-04-15, -/games/boxart/full_6589176AmericaFrontccc.jpg,Final Fight: Double Impact,XBL,Action,Capcom,Capcom,8.3,,,,,,2010-04-14, -/games/boxart/full_final-zone_840AmericaFront.jpg,Final Zone,GEN,Action,Renovation,Wolf Team,,,,,,,1990-01-01, -/games/boxart/full_final-zone-ii_784AmericaFront.jpg,Final Zone II,PCE,Action,Nippon Telenet,"Renovation Products, Inc.",,,,,,,1990-01-01, -/games/boxart/7968177ccc.jpg,Finding Nemo,PC,Action,THQ,Traveller's Tales,,,,,,,2003-05-05, -/games/boxart/8720179ccc.jpg,Finding Nemo: Nemo's Underwater World of Fun,PC,Action,THQ,Amaze Entertainment,,,,,,,2003-01-01, -/games/boxart/full_finest-hour-arcade_0JapanFront.jpg,Finest Hour (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-08-25, -/games/boxart/full_6167507AmericaFrontccc.png,Finger VS Axes,And,Action,Unknown,Unknown,,,,,,,2014-08-22, -/games/boxart/4794877ccc.jpg,Fire Fighter,2600,Action,Imagic,Imagic,,,,,,,1982-01-01, -/games/boxart/9161637ccc.jpg,Fire Fly,2600,Action,Mythicon,Mythicon,,,,,,,1983-01-01, -/games/boxart/default.jpg,Fireblade,GBA,Action,Midway Games,Midway Games,,,,,,,2003-02-28, -/games/boxart/6914458ccc.jpg,Firehawk,NES,Action,Camerica,Codemasters,,,,,,,1991-01-01, -/games/boxart/4229946ccc.jpg,Firestriker,SNES,Action,DTMC,Axes Art Amuse,,,,,,,1994-10-01, -/games/boxart/2502060ccc.jpg,First Samurai,SNES,Action,Kemco,Vivid Image,,,,,,,1993-07-02, -/games/boxart/8047589ccc.jpg,Fish Dude,GB,Action,Sofel,Towachiki,,,,,,,1991-04-01, -/games/boxart/full_9383277AmericaFrontccc.jpg,Fishing Girl,XBL,Action,Microsoft,errcw,,,,,,,2009-09-19, -/games/boxart/1500499ccc.jpg,Fist of the North Star,NES,Action,Taxan,Shouei,,,,,,,1989-04-01, -/games/boxart/full_5242911AmericaFrontccc.jpg,Fittest,XBL,Action,Microsoft,Blue Door Productions,,,,,,,2009-06-05, -/games/boxart/full_2395879PALFrontccc.jpg,Fix it: Home improvement challenge,PC,Action,Oxygen Interactive,Freedom Factory Studios,,,,,,,2010-05-21, -/games/boxart/9847299ccc.jpg,Flash Gordon,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1983-01-01, -/games/boxart/full_3583365AmericaFrontccc.jpg,Flick Knights,OSX,Action,Ballpit Monster,Ballpit Monster,,,,,,,2014-08-12,2018-08-10 -/games/boxart/full_2206539AmericaFrontccc.jpg,Flick Knights,PC,Action,Ballpit Monster,Ballpit Monster,,,,,,,2014-08-12,2018-08-10 -/games/boxart/full_7465874AmericaFrontccc.jpg,Flick Knights,And,Action,Ballpit Monster,Ballpit Monster,,,,,,,2014-08-12,2018-08-10 -/games/boxart/5876355ccc.jpg,Flight of the Intruder,NES,Action,Mindscape,Imagineering Inc.,,,,,,,1991-05-01, -/games/boxart/full_flip-n-shift_138AmericaFront.jpg,Flip N Shift,XBL,Action,Microsoft,Kazgaroth,,,,,,,2011-08-16, -/games/boxart/7429704ccc.jpg,Floigan Bros. Episode 1,DC,Action,Sega,Visual Concepts,6.9,,,,,,2001-07-30, -/games/boxart/full_fluffy-operation-overkill_726AmericaFront.jpg,Fluffy: Operation Overkill,XBL,Action,Microsoft,SO SO DEV Games,,,,,,,2011-06-22, -/games/boxart/full_fly-fu_7PALFront.png,Fly Fu,PSN,Action,Unknown,Invictus Games,,,,,,,2010-07-20, -/games/boxart/full_flying-squadron_63PALFront.jpg,Flying Squadron,PS,Action,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, -/games/boxart/9992507ccc.jpg,Flying Warriors,NES,Action,Culture Brain,Culture Brain,,,,,,,1991-02-01, -/games/boxart/3511855ccc.jpg,Food Fight,7800,Action,Atari,Atari,,,,,,,1986-01-01, -/games/boxart/9470415ccc.jpg,Forest,2600,Action,Unknown,Sancho,,,,,,,1983-01-01, -/games/boxart/full_6779974AmericaFrontccc.png,forma.8,WiiU,Action,Mixedbag Srl,MixedBag srl,,,,,,,2015-01-01,2018-02-12 -/games/boxart/full_7188741AmericaFrontccc.jpg,Formula One,GG,Action,Domark Software,Atari,,,,,,,1993-01-01, -/games/boxart/full_fort-boyard_414PALFront.jpg,Fort Boyard,GB,Action,Titus,Microids,,,,,,,2001-11-09, -/games/boxart/full_4358794AmericaFrontccc.jpg,Foster's Home for Imaginary Friends,GBA,Action,Crave Entertainment,Collision Studios,5.5,,,,,,2006-11-03, -/games/boxart/default.jpg,Fractal Fighter,PC,Action,Unknown,Cactus Games,,,,,,,, -/games/boxart/1203348ccc.jpg,Frankenstein: The Monster Returns,NES,Action,Bandai,Bandai,,,,,,,1991-07-01, -/games/boxart/7060933ccc.jpg,Frantic Flea,SNES,Action,GameTek,Haus Teknikka,,,,,,,1996-04-01, -/games/boxart/full_freakyforms-your-creations-alive_588AmericaFront.png,"Freakyforms: Your Creations, Alive!",3DS,Action,Nintendo,Nintendo,,,,,,,2011-11-10, -/games/boxart/full_3723118AmericaFrontccc.jpg,Frederic: Resurrection of Music,WiiU,Action,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-07-31, -/games/boxart/7343881ccc.jpg,Friday the 13th,NES,Action,LJN,Pack-In Video,,,,,,,1989-02-01, -/games/boxart/full_frisky-tom_4JapanFront.jpg,Frisky Tom,GB,Action,Nichibutsu,Nichibutsu,,,,,,,1995-07-14, -/games/boxart/full_3477505AmericaFrontccc.jpg,Frogger,SNES,Action,Majesco,Morning Star Multimedia,,,,,,,1998-01-01, -/games/boxart/default.jpg,Frogger,GB,Action,Majesco,Majesco Games,,,,,,,1998-08-01, -/games/boxart/full_6064107AmericaFrontccc.jpg,Frogger,XBL,Action,Konami,Digital Eclipse,6.4,,,,,,2006-07-12, -/games/boxart/9872888ccc.jpg,Frogger,5200,Action,Parker Bros.,Parker Brothers,,,,,,,1983-01-01, -/games/boxart/full_902121AmericaFrontccc.jpg,Frogger,GEN,Action,Majesco,Morning Star Multimedia,,,,,,,1998-01-01, -/games/boxart/full_7493783AmericaFrontccc.jpg,Frogger,PC,Action,Sierra Online,Konami,,,,,,,1983-01-01, -/games/boxart/full_8573729AmericaFrontccc.jpg,Frogger (GBC),GB,Action,Majesco,Morning Star Multimedia,,,,,,,1998-12-31, -/games/boxart/full_5931580AmericaFrontccc.jpg,Frogger 2,XBL,Action,Konami,"Voltex, Inc.",,,,,,,2008-06-11, -/games/boxart/802998ccc.jpg,Frogger 2: Swampy's Revenge,DC,Action,Hasbro Interactive,Hasbro Interactive,7.4,,,,,,2000-09-30, -/games/boxart/full_frogger-2-swampys-revenge_876AmericaFront.jpg,Frogger 2: Swampy's Revenge,PC,Action,Hasbro Interactive,Blitz Games Limited,8.5,,,,,,2000-09-19, -/games/boxart/1783060ccc.jpg,Frogger II: Threeedeep!,5200,Action,Parker Bros.,Parker Brothers,,,,,,,1984-01-01, -/games/boxart/full_949319AmericaFrontccc.jpg,Frogger Returns,PSN,Action,Konami,Konami,,,,,,,2009-12-10, -/games/boxart/full_1230796AmericaFrontccc.jpg,Frogger Returns,WW,Action,Konami,Konami,,,,,,,2009-11-09, -/games/boxart/full_361801AmericaFrontccc.jpg,Frogger Returns,DSiW,Action,Konami,Konami,,,,,,,2010-05-17, -/games/boxart/full_1038738JapanFrontccc.jpg,From TV Animation One Piece: Niji no Shima Densetsu,WS,Action,Bandai,Bandai,,,,,,,2001-09-13, -/games/boxart/full_1472591JapanFrontccc.jpg,From TV Animation One Piece: Treasure Wars,WS,Action,Bandai,Bandai,,,,,,,2002-01-03, -/games/boxart/full_41446AmericaFrontccc.jpg,Fruit Ninja,iOS,Action,Unknown,Halfbrick Studios,,,,,,,, -/games/boxart/full_fruit-ninja-kinect_246AmericaFront.jpg,Fruit Ninja Kinect,XBL,Action,Microsoft,Halfbrick Studios,7.6,,,,,,2011-08-10, -/games/boxart/full_8784209AmericaFrontccc.jpg,Fruit Ninja Kinect 2,XOne,Action,Halfbrick Studios,Halfbrick Studios,,,,,,,2016-03-18, -/games/boxart/full_8623541AmericaFrontccc.jpg,Fuel Depot 360,XBL,Action,Microsoft,Interstellar,,,,,,,2008-11-10, -/games/boxart/full_1841198JapanFrontccc.jpg,Fullmetal Alchemist: Senaka wo Takuseshi Mono,PSP,Action,Namco Bandai,Namco Bandai,,,,,,,2009-10-15, -/games/boxart/5152761ccc.jpg,Fun House,NES,Action,Hi Tech Expressions,Hi Tech Expressions,,,,,,,1991-01-01, -/games/boxart/default.jpg,Fun Ways to Pun,And,Action,Unknown,Unknown,,,,,,,2014-10-28, -/games/boxart/default.jpg,Fun Ways to Sing,And,Action,Unknown,Unknown,,,,,,,2014-10-21, -/games/boxart/full_1057285AmericaFrontccc.jpg,Fun With Numbers,2600,Action,Atari,Atari,,,,,,,1977-01-01, -/games/boxart/full_5221489AmericaFrontccc.png,Funky Punch XL,PSN,Action,Solus Games,Solus Games,,,,,,,2009-10-01, -/games/boxart/full_6172221PALFrontccc.jpg,Furious Phil,GIZ,Action,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/3597693ccc.jpg,Fury 3,PC,Action,Microsoft,Terminal Reality,,,,,,,1995-08-31, -/games/boxart/full_pit-pot_4JapanFront.jpg,Fushihi no Oshiro Pit Pot,MS,Action,Sega,Sega,,,,,,,1985-12-14, -/games/boxart/full_futari-wa-precure-max-heart-danzen-ds-de-precure-chikara-o-awasete-dai-battle_6JapanFront.jpg,Futari wa PreCure Max Heart: Danzen! DS de PreCure Chikara o Awasete Dai Battle,DS,Action,Bandai,Matrix Software,,,,,,,2005-12-01, -/games/boxart/full_83696JapanFrontccc.jpg,Futari wa PreCure Max Heart: Maji? Maji!? Fight de IN Janai,GBA,Action,Bandai,Bandai,,,,,,,2005-07-28, -/games/boxart/full_5538347JapanFrontccc.jpg,Futari wa PreCure: Splash*Star Panpaka Game de Zekkouchou!,DS,Action,Namco Bandai,Suzak,,,,,,,2006-11-30, -/games/boxart/full_5750442JapanFrontccc.jpg,Fuuun Gokuu Ninjin,PS,Action,Aicom,Aicom,,,,,,,1996-08-30, -/games/boxart/full_7009640JapanFrontccc.jpg,G-Arms: Operation Gundam,GB,Action,Bandai,Bandai,,,,,,,1991-05-18, -/games/boxart/full_9402090AmericaFrontccc.jpg,G-Force,PC,Action,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2009-07-21, -/games/boxart/full_2585165PALFrontccc.png,G-Force,PSN,Action,Disney Interactive Studios,Keen Games,7,,,,,,2009-10-22, -/games/boxart/5409203ccc.jpg,G-Nome,PC,Action,7th Level,7th Level,,,,,,,1997-02-28, -/games/boxart/full_2456260PALFrontccc.png,G-Police,PSN,Action,Sony Computer Entertainment,Wheelhaus,,,,,,,2007-11-22, -/games/boxart/full_3474930PALFrontccc.png,G-Police,PSN,Action,Sony Computer Entertainment,Wheelhaus,,,,,,,2007-11-22, -/games/boxart/default.jpg,G.G Series: Chou Hero Ouga 2,DSiW,Action,Genterprise,Suzak,,,,,,,2010-08-25, -/games/boxart/full_gg-series-horizontal-bar_455AmericaFront.jpg,G.G Series: Horizontal Bar,DSiW,Action,Genterprise,Suzak,,,,,,,2011-03-07, -/games/boxart/full_gg-series-super-hero-ogre_6AmericaFront.jpg,G.G Series: Super Hero Ogre,DSiW,Action,Genterprise,Suzak,,,,,,,2010-10-11, -/games/boxart/default.jpg,G.G. Series: Assault Buster,DSiW,Action,Genterprise,Genterprise,,,,,,,2010-02-10, -/games/boxart/default.jpg,G.G. Series: Black x Block,DSiW,Action,Genterprise,Genterprise,,,,,,,2009-12-09, -/games/boxart/default.jpg,G.G. Series: Drilling Attack!!,DSiW,Action,Genterprise,Genterprise,,,,,,,2010-02-17, -/games/boxart/default.jpg,G.G. Series: Exciting River,DSiW,Action,Genterprise,Suzak,,,,,,,2010-03-17, -/games/boxart/full_gg-series-throw-out_902JapanFront.jpg,G.G. Series: Throw Out,DSiW,Action,Genterprise,Suzak,,,,,,,2010-03-10, -/games/boxart/default.jpg,G.G. Series: Vertex,DSiW,Action,Genterprise,Genterprise,,,,,,,2009-12-16, -/games/boxart/default.jpg,G.I. JOE,XBL,Action,Unknown,Double Helix,,,,,,,, -/games/boxart/6083083ccc.jpg,G.I. Joe: Cobra Strike,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_2708827AmericaFrontccc.png,G.I. Joe: The Rise of Cobra,PSN,Action,Electronic Arts,Double Helix Games,4.5,,,,,,2009-09-30, -/games/boxart/full_gi-joe-the-rise-of-cobra_615AmericaFront.jpg,G.I. Joe: The Rise of Cobra,XBL,Action,Electronic Arts,Double Helix Games,4.3,,,,,,2011-07-12, -/games/boxart/default.jpg,Gachasute! Dyna Device,GBA,Action,Smile Soft,Smile Soft,,,,,,,2002-07-26, -/games/boxart/default.jpg,Gachasute! Dyna Device 2,GBA,Action,Rocket Company,Rocket Company,,,,,,,2003-12-05, -/games/boxart/full_2156118AmericaFrontccc.jpg,Galactic Escape,XBL,Action,Microsoft,o KB o,,,,,,,2009-10-01, -/games/boxart/full_7760311AmericaFrontccc.jpg,Galak-Z: The Dimensional,PS4,Action,17-Bit,17-Bit,,,,,,,2015-08-04,2018-04-07 -/games/boxart/full_8494775AmericaFrontccc.jpg,Galak-Z: The Dimensional,PSV,Action,17-Bit,17-Bit,,,,,,,2015-01-01,2018-04-07 -/games/boxart/full_1145024AmericaFrontccc.jpg,Galak-Z: The Dimensional,PC,Action,17-Bit,17-Bit,,,,,,,2015-10-29,2018-04-07 -/games/boxart/full_6521374JapanFrontccc.jpg,Galaxy Angel Game Boy Advance: Moridakusan Tenshi no Full Course Okawari Jiyuu,GBA,Action,Marvelous Interactive,Marvelous Interactive,,,,,,,2002-09-13, -/games/boxart/full_2655625AmericaFrontccc.jpg,Galaxy Invasion,PC,Action,Unknown,Bill Hogue and Jeff Konyu,,,,,,,, -/games/boxart/full_5669091AmericaFrontccc.jpg,Game & Watch: Ball,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-19, -/games/boxart/full_1004162AmericaFrontccc.jpg,Game & Watch: Chef,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-03-22, -/games/boxart/full_1215376AmericaFrontccc.jpg,Game & Watch: Donkey Kong Jr.,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-19, -/games/boxart/full_5627213AmericaFrontccc.jpg,Game & Watch: Flagman,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-19, -/games/boxart/full_8619086AmericaFrontccc.jpg,Game & Watch: Helmet,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-05, -/games/boxart/full_5300101AmericaFrontccc.jpg,Game & Watch: Judge,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-03-22, -/games/boxart/full_1703067AmericaFrontccc.jpg,Game & Watch: Manhole,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-05, -/games/boxart/full_7715876AmericaFrontccc.jpg,Game & Watch: Mario's Cement Factory,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-03-22, -/games/boxart/full_2142278AmericaFrontccc.jpg,Game & Watch: Vermin,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-04-05, -/games/boxart/full_9161491JapanFrontccc.jpg,Game Book DS: Koukaku no Regios,DS,Action,Broccoli,Broccoli,,,,,,,2010-01-28, -/games/boxart/full_9454023AmericaFrontccc.jpg,Game Created by a 5th Grader,XBL,Action,Microsoft,ArnoldB,,,,,,,2009-12-16, -/games/boxart/full_5400983JapanFrontccc.jpg,Game de Demashita! Powerpuff Girls Z,DS,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-06-14, -/games/boxart/full_ganbare-goemon-kurunara-koi-ayashige-ikka-no-kuroi-kage_137JapanFront.jpg,Ganbare Goemon: Kurunara Koi! Ayashige Ikka no Kuroi Kage,PS,Action,Konami,Konami Computer Entertainment Nagoya,,,,,,,1998-12-23, -/games/boxart/full_5944260JapanFrontccc.jpg,Ganbare Goemon: Oedo Daikaiten,PS,Action,Konami,Now Production,,,,,,,2001-03-29, -/games/boxart/full_674317AmericaFrontccc.jpg,Gangstar 2: Kings of L.A.,DSiW,Action,Gameloft,Gameloft,,,,,,,2010-04-12, -/games/boxart/9155114ccc.jpg,Gangster Alley,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, -/games/boxart/full_ganso-jaja-marukun_2JapanFront.jpg,Ganso Jaja Marukun,WS,Action,Jaleco,Jaleco Entertainment,,,,,,,1999-04-15, -/games/boxart/full_9912842JapanFrontccc.jpg,Gantz,PS2,Action,Konami,Konami Computer Entertainment Japan,,,,,,,2005-03-17, -/games/boxart/full_garden-gnome-carnage_4AmericaFront.jpg,Garden Gnome Carnage,XBL,Action,Microsoft,Ludosity Interactive,,,,,,,2010-11-03, -/games/boxart/full_3229072AmericaFrontccc.jpg,Garfield Gets Real,Wii,Action,Unknown,PAWS,,,,,,,2020-12-31, -/games/boxart/full_5852577AmericaFrontccc.jpg,Garfield Kart,3DS,Action,Microids,Microids,,,,,,,2015-08-11, -/games/boxart/full_5892095AmericaFrontccc.jpg,Gargoyles,GEN,Action,Disney Interactive Studios,Buena Vista Interactive,,,,,,,1995-05-15, -/games/boxart/full_2492623AmericaFrontccc.jpg,Garrett the Slug,XBL,Action,Microsoft,The Unallied,,,,,,,2008-11-21, -/games/boxart/4997302ccc.jpg,Gas Hog,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, -/games/boxart/full_2725658AmericaFrontccc.jpg,Gauntlet,NES,Action,Tengen,Tengen,,,,,,,1987-01-01, -/games/boxart/full_1714125AmericaFrontccc.jpg,Gauntlet,XBL,Action,Midway Games,Digital Eclipse,6.4,,,,,,2005-11-22, -/games/boxart/full_4592954PALFrontccc.jpg,Gauntlet,MS,Action,U.S. Gold,Tiertex Design Studios,,,,,,,1990-01-01, -/games/boxart/1928581ccc.jpg,Gauntlet,DS,Action,Unknown,Backbone Entertainment,,,,,,,2020-12-31, -/games/boxart/full_5902739AmericaFrontccc.jpg,Gauntlet (Non Licensed),NES,Action,Tengen,Tengen,,,,,,,1987-01-01, -/games/boxart/full_gauntlet-ii_348AmericaFront.jpg,Gauntlet II,GB,Action,Mindscape,Tengen,,,,,,,1991-09-01, -/games/boxart/full_gauntlet-ii_449AmericaFront.jpg,Gauntlet II,NES,Action,Mindscape,Tengen,,,,,,,1990-09-01, -/games/boxart/default.jpg,Gauntlet II,PSN,Action,Sony Online Entertainment,Atari Games (Midway),,,,,,,2007-05-03, -/games/boxart/full_8806860AmericaFrontccc.jpg,Gauntlet IV,GEN,Action,Tengen,M2,,,,,,,1993-09-16, -/games/boxart/6068600ccc.jpg,Gauntlet Legends,DC,Action,Midway Games,Atari Games,6.7,,,,,,2000-05-30, -/games/boxart/7812945ccc.jpg,Gauntlet: The Third Encounter,Lynx,Action,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_gb-genjin-land-viva-chikkun-oukoku_1JapanFront.jpg,GB Genjin Land: Viva! Chikkun Oukoku,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1994-04-22, -/games/boxart/180887ccc.jpg,Gear Works,GB,Action,Sony Imagesoft,Teque Interactive,,,,,,,1993-10-01, -/games/boxart/full_3668700AmericaFrontccc.jpg,Gear Works,GG,Action,Sony Imagesoft,Teque Interactive,,,,,,,1994-01-01, -/games/boxart/full_3150957JapanFrontccc.jpg,Gegege no Kitarou: Fukkatsu! Tenma Daiou,SNES,Action,Bandai,Bandai,,,,,,,1993-02-05, -/games/boxart/full_3906239JapanFrontccc.jpg,Gegege no Kitarou: Gyakushuu! Youkai Daichisen,PS,Action,Bandai,Bandai,,,,,,,2003-12-11, -/games/boxart/full_gekibo-gekisha-boy_5JapanFront.jpg,Gekibo: Gekisha Boy,PCE,Action,Irem Software Engineering,Tomcat System,,,,,,,1992-10-02, -/games/boxart/full_6846378JapanFrontccc.jpg,Gekitotsu Dangan Jidousha Kessen: Battle Mobile,SNES,Action,System Sacom,System Sacom,,,,,,,1993-06-25, -/games/boxart/full_gekitou-crash-gear-turbo_7JapanFront.jpg,Gekitou! Crash Gear Turbo,WS,Action,Bandai,Bandai,,,,,,,2002-08-10, -/games/boxart/full_9453537JapanFrontccc.jpg,Gekitou! Crushgear Turbo,PS,Action,Bandai,Bandai,,,,,,,2002-07-25, -/games/boxart/default.jpg,Gekitsui-Oh,DSiW,Action,Genki,Genki,,,,,,,2010-03-17, -/games/boxart/full_7060003AmericaFrontccc.jpg,GemChase,XBL,Action,Microsoft,Huehnerschaender,,,,,,,2010-01-01, -/games/boxart/full_general-chaos_284AmericaFront.jpg,General Chaos,GEN,Action,Electronic Arts,Game Refuge,,,,,,,1994-01-13, -/games/boxart/full_genki-bakuhatsu-ganbaruga_682JapanFront.jpg,Genki Bakuhatsu Ganbaruga,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1992-11-27, -/games/boxart/full_6581803JapanFrontccc.jpg,Genocide,PCE,Action,Brain Gray,Zoom Inc.,,,,,,,1992-06-26, -/games/boxart/full_5453182JapanFrontccc.jpg,Genocide 2,SNES,Action,Kemco,Zoom Inc.,,,,,,,1994-08-05, -/games/boxart/full_genpei-toumaden_6JapanFront.jpg,Genpei Toumaden,PCE,Action,Namco,Namco,,,,,,,1990-03-16, -/games/boxart/full_genpei-toumaden_1JapanFront.jpg,Genpei Toumaden,VC,Action,Namco Bandai,Namco,,,,,,,2007-10-02, -/games/boxart/default.jpg,Genpei Toumaden (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2010-03-31, -/games/boxart/full_3433402JapanFrontccc.jpg,Genseijin Justirisers,GBA,Action,Konami,Konami,,,,,,,2004-12-23, -/games/boxart/default.jpg,Geometry Wars 3: Dimensions Evolved,PC,Action,Activision,Unknown,,,,,,,2016-10-11, -/games/boxart/full_gerry-andersons-thunderbirds-kokusai-kyuujotai-juudou-seyo_985JapanFront.jpg,Gerry Anderson's Thunderbirds: Kokusai Kyuujotai Juudou Seyo!!,SNES,Action,Unknown,Aisystem Tokyo,,,,,,,1993-09-10, -/games/boxart/full_4972721JapanFrontccc.jpg,Get Backers Dakkanoku,GBA,Action,Konami,Konami,,,,,,,2001-04-26, -/games/boxart/full_get-rich-or-die-gaming_5AmericaFront.jpg,Get Rich or Die Gaming,XBL,Action,Microsoft,Baller Industries,,,,,,,2010-10-14, -/games/boxart/full_3497091JapanFrontccc.jpg,Get Ride! AMDriver: Senkou no Hero Tanjou,GBA,Action,Konami,Konami,,,,,,,2004-07-22, -/games/boxart/full_827009AmericaFrontccc.jpg,Get The Ball,XBL,Action,Microsoft,Clay Schubiner,,,,,,,2009-07-11, -/games/boxart/full_get-to-tha-choppa-twooo2_528AmericaFront.jpg,GET TO THA CHOPPA TWOOO!!2,XBL,Action,Microsoft,SO SO DEV Games,,,,,,,2011-09-13, -/games/boxart/full_2672452AmericaFrontccc.jpg,GhastlyGhouls,XBL,Action,Microsoft,simiansoup,,,,,,,2009-07-31, -/games/boxart/full_ghost-manor_5AmericaFront.jpg,Ghost Manor,PCE,Action,Turbo Technologies,ICOM Simulations,,,,,,,1992-01-01, -/games/boxart/5715901ccc.jpg,Ghost Rider,GBA,Action,2K Games,Magic Pockets,6.4,,,,,,2007-02-13, -/games/boxart/2183735ccc.jpg,Ghost Rider,PS2,Action,2K Games,Climax Group,,,,,,,2007-02-13, -/games/boxart/full_3388437JapanFrontccc.jpg,Ghost Trap,GBA,Action,Eidos Interactive,Artoon,,,,,,,2002-07-25, -/games/boxart/4978968ccc.jpg,Ghostbusters,NES,Action,Activision,Bits Laboratory,,,,,,,1988-10-01, -/games/boxart/full_ghostbusters-1986_4AmericaFront.jpg,Ghostbusters (1986),PC,Action,Activision,Activision,,,,,,,1986-01-01, -/games/boxart/full_3102856AmericaFrontccc.png,Ghostbusters (2016),PC,Action,Activision,FireForge Games,,,,,,,2016-07-12,2018-09-17 -/games/boxart/7432176ccc.jpg,Ghostbusters II,GB,Action,Activision,HAL Laboratory,,,,,,,1990-12-01, -/games/boxart/1406248ccc.jpg,Ghostbusters II,NES,Action,Activision,Activision,,,,,,,1990-04-01, -/games/boxart/full_ghostbusters-ii_1AmericaFront.jpg,Ghostbusters II,PC,Action,Activision,Dynamix,,,,,,,1989-01-01, -/games/boxart/full_3770081AmericaFrontccc.png,Ghostbusters Paranormal Blast,And,Action,XMG Studio Inc.,XMG Studio Inc.,,,,,,,2012-08-03, -/games/boxart/full_ghostbusters-sanctum-of-slime_942AmericaFront.jpg,Ghostbusters: Sanctum of Slime,PSN,Action,Atari,Behaviour Studios,4.8,,,,,,2011-03-22, -/games/boxart/full_ghostbusters-sanctum-of-slime_618AmericaFront.jpg,Ghostbusters: Sanctum of Slime,XBL,Action,Atari,Behaviour Studios,4.9,,,,,,2011-03-23, -/games/boxart/full_ghostbusters-sanctum-of-slime_637AmericaFront.jpg,Ghostbusters: Sanctum of Slime,PC,Action,Atari,Behaviour Studios,4.8,,,,,,2011-03-23, -/games/boxart/full_ghostbusters-sanctum-of-slime-challenge-pack_884AmericaFront.jpg,Ghostbusters: Sanctum of Slime - Challenge Pack,XBL,Action,Atari,Behaviour Studios,,,,,,,2011-06-01, -/games/boxart/full_ghostbusters-sanctum-of-slime-challenge-pack_434AmericaFront.jpg,Ghostbusters: Sanctum of Slime - Challenge Pack,PC,Action,Atari,Behaviour Studios,,,,,,,2011-06-01, -/games/boxart/full_6460895AmericaFrontccc.jpg,Ghostbusters: The Video Game,PC,Action,Atari,Terminal Reality,,,,,,,2009-06-16, -/games/boxart/full_7851254AmericaFrontccc.png,Ghostbusters: The Video Game,PSN,Action,Atari,Red Fly Studio,5.8,,,,,,2009-11-04, -/games/boxart/full_ghostbusters-the-video-game_231AmericaFront.jpg,Ghostbusters: The Video Game,XBL,Action,Atari,Terminal Reality,,,,,,,2010-12-28, -/games/boxart/default.jpg,Ghostly Mysteries Triple Pack,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-22, -/games/boxart/full_320249AmericaFrontccc.jpg,Ghostship Aftermath,PC,Action,MAG Interactive,MAG Interactive,,,,,,,2014-07-15, -/games/boxart/full_7468105AmericaFrontccc.jpg,GhostSlayer,WW,Action,Gevo Entertainment,Gevo Entertainment,,,,,,,2010-02-22, -/games/boxart/3696437ccc.jpg,Ghoul Patrol,SNES,Action,JVC,LucasArts,,,,,,,1994-11-01, -/games/boxart/full_4150278AmericaFrontccc.jpg,Ghoul Patrol,VC,Action,LucasArts,LucasArts,,,,,,,2010-01-25, -/games/boxart/full_9879395JapanFrontccc.jpg,Giant Gram 2000: All-Japan Pro Wrestling 3,DC,Action,Sega,Sega,,,,,,,2000-08-10, -/games/boxart/full_6374577JapanFrontccc.jpg,Giant Gram: All Japan ProWrestling 2,DC,Action,Sega,Sega,,,,,,,1999-06-24, -/games/boxart/full_5502101JapanFrontccc.jpg,Giant Robo: The Animation - Chikyuu ga Seishisuru Hi,PS2,Action,D3 Publisher,Hikaru-Pro,,,,,,,2004-11-03, -/games/boxart/full_gift_319PALFront.jpg,Gift,GB,Action,Cryo Interactive,Cryo Interactive,,,,,,,2001-08-31, -/games/boxart/full_2222806AmericaFrontccc.png,Gigantic,XOne,Action,Perfect World Entertainment,Motiga,,,,,,,2017-07-20, -/games/boxart/full_2165903AmericaFrontccc.jpg,Gigantic,PC,Action,Perfect World Entertainment,Motiga,,,,,,,2017-07-20, -/games/boxart/full_3906964JapanFrontccc.jpg,Gintama: Gintoki vs. Hijikata!? Kabukichou Gintama Dai Soudatsusen!!,DS,Action,Banpresto,Banpresto,,,,,,,2006-12-14, -/games/boxart/default.jpg,Girlfriends Forever: Magic Skate,WW,Action,Unknown,Kolkom International,,,,,,,2010-07-23, -/games/boxart/4272117ccc.jpg,Glacier Patrol,2600,Action,Telegames,Sunrise Software Inc.,,,,,,,1983-01-01, -/games/boxart/full_gladiator-begins_8AmericaFront.jpg,Gladiator Begins,PSN,Action,Aksys Games,Acquire,6.3,,,,,,2010-09-14, -/games/boxart/full_gladiator-vs_586JapanFront.jpg,Gladiator VS,PS3,Action,Unknown,Acquire,,,,,,,2011-11-23, -/games/boxart/1137241ccc.jpg,Glib,2600,Action,Unknown,Selchow & Righter,,,,,,,1983-01-01, -/games/boxart/default.jpg,Global Ops: Commando Libya,PC,Action,bitComposer Games,Spectral Games,,,,,,,2011-09-20, -/games/boxart/full_5147788AmericaFrontccc.jpg,Go Diego Go! Great Dinosaur Rescue,PC,Action,2K Play,High Voltage Software,,,,,,,2008-10-27, -/games/boxart/full_4387542AmericaFrontccc.jpg,Go Go UFO Smackdown,XBL,Action,Microsoft,FrogSlayer Studios,,,,,,,2009-03-23, -/games/boxart/full_go-series-portable-shrine-wars_214PALFront.jpg,GO Series Portable Shrine Wars,DSiW,Action,Gamebridge,Gamebridge,,,,,,,2011-07-28, -/games/boxart/full_go-series-captain-sub_344AmericaFront.jpg,Go Series: Captain Sub,DSiW,Action,Gamebridge,Tom Create,,,,,,,2011-04-18, -/games/boxart/full_go-series-defence-wars_5AmericaFront.jpg,Go Series: Defense Wars,DSiW,Action,Gamebridge,Tom Create,,,,,,,2010-10-25, -/games/boxart/1011878ccc.jpg,Go! Go! Tank,GB,Action,Electro Brain,Copya Systems,,,,,,,1991-01-02, -/games/boxart/default.jpg,Goal,GIZ,Action,Unknown,Factory1,,,,,,,, -/games/boxart/full_9875838AmericaFrontccc.jpg,Goblyn Stomp,XBL,Action,Microsoft,Trevor B,,,,,,,2009-12-17, -/games/boxart/default.jpg,God Eater,PSN,Action,Unknown,Shift,,,,,,,, -/games/boxart/full_2757909JapanFrontccc.jpg,God Eater Resurrection,PC,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2016-10-01,2018-06-10 -/games/boxart/default.jpg,God Hand,PSN,Action,Capcom,Clover Studio,,,,,,,2011-10-04, -/games/boxart/full_god-of-war-collection_2AmericaFront.jpg,God of War Collection,PSN,Action,Sony Computer Entertainment,Bluepoint Games,,,,,,,2010-11-02, -/games/boxart/full_god-of-war-hd_3AmericaFront.jpg,God of War HD,PSN,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2010-11-02, -/games/boxart/full_god-of-war-ii-hd_9AmericaFront.jpg,God of War II HD,PSN,Action,Sony Computer Entertainment,SCEA Santa Monica Studio,,,,,,,2010-11-02, -/games/boxart/full_7136507AmericaFrontccc.png,God of War: Chains of Olympus,PSN,Action,Sony Computer Entertainment,Ready at Dawn,8.8,,,,,,2009-09-30, -/games/boxart/full_god-of-war-ghost-of-sparta_254AmericaFront.jpg,God of War: Ghost of Sparta,PSN,Action,Sony Computer Entertainment,Ready at Dawn,8.4,,,,,,2010-11-02, -/games/boxart/full_god-of-war-origins-collection_665AmericaFront.jpg,God of War: Origins Collection,PSN,Action,Sony Computer Entertainment,Ready at Dawn,,,,,,,2011-09-13, -/games/boxart/full_gods-eater-burst_939AmericaFront.jpg,Gods Eater Burst,PSN,Action,D3 Publisher,Shift,7,,,,,,2011-03-15, -/games/boxart/full_1954549AmericaFrontccc.jpg,Godzilla (2014),PS4,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-07-14, -/games/boxart/full_5042813JapanFrontccc.jpg,Godzilla Generations: Maximum Impact,DC,Action,Sega,Sega,2.5,,,,,,1999-12-23, -/games/boxart/full_7684353AmericaFrontccc.jpg,Godzilla The Series,GB,Action,Crave Entertainment,Crawfish Interactive,,,,,,,1999-11-01, -/games/boxart/full_1597937AmericaFrontccc.jpg,Godzilla The Series: Monster Wars,GB,Action,Crave Entertainment,Crawfish Interactive,,,,,,,2000-11-20, -/games/boxart/39439ccc.jpg,Godzilla: Monster of Monsters!,NES,Action,TOHO,Compile,,,,,,,1990-10-01, -/games/boxart/full_7294922JapanFrontccc.jpg,Goemon New Age Shutsudou!,GBA,Action,Konami,Konami,,,,,,,2002-02-28, -/games/boxart/full_8249607JapanFrontccc.jpg,Goemon: Shin Sedai Shuumei!,PS,Action,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-12-20, -/games/boxart/full_9888824AmericaFrontccc.jpg,Gogs,XBL,Action,Microsoft,Gogs,,,,,,,2009-08-17, -/games/boxart/full_234429AmericaFrontccc.jpg,Golden Axe,GEN,Action,Sega,Sega,,,,,,,1989-12-22, -/games/boxart/full_3552281AmericaFrontccc.jpg,Golden Axe,XBL,Action,Sega,Backbone Entertainment,,,,,,,2007-07-11, -/games/boxart/full_1388135AmericaFrontccc.jpg,Golden Axe,VC,Action,Sega,Sega,,,,,,,2006-11-28, -/games/boxart/full_3443557JapanFrontccc.jpg,Golden Axe,WS,Action,Bandai,Bandai,,,,,,,2002-02-28, -/games/boxart/4029911ccc.jpg,Golden Axe,MS,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_3448008JapanFrontccc.jpg,Golden Axe,PCE,Action,Nippon Telenet,Renovation Game,,,,,,,1990-03-16, -/games/boxart/full_1709961AmericaFrontccc.jpg,Golden Axe,PC,Action,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_golden-axe_637AmericaFront.jpg,Golden Axe,PSN,Action,Sega,Backbone Entertainment,,,,,,,2011-07-12, -/games/boxart/default.jpg,Golden Axe (Arcade),VC,Action,Sega,Sega,,,,,,,2009-10-26, -/games/boxart/1992778ccc.jpg,Golden Axe II,GEN,Action,Sega,Sega,,,,,,,1991-12-26, -/games/boxart/full_217274AmericaFrontccc.jpg,Golden Axe II,VC,Action,Sega,Sega,,,,,,,2007-06-11, -/games/boxart/full_golden-axe-ii_820AmericaFront.jpg,Golden Axe II,PC,Action,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_1068030JapanFrontccc.png,Golden Axe III,GEN,Action,Sega,Sega,,,,,,,1993-06-25, -/games/boxart/full_3905941JapanFrontccc.png,Golden Axe III,VC,Action,Sega,Sega,,,,,,,2007-10-22, -/games/boxart/full_2490141AmericaFrontccc.jpg,Goldens,XBL,Action,Microsoft,Mark Westbrook,,,,,,,2009-08-19, -/games/boxart/6616256ccc.jpg,Golgo 13: Top Secret Episode,NES,Action,Victory Lap Games,Vic Tokai,,,,,,,1988-09-01, -/games/boxart/full_gomola-speed_10JapanFront.jpg,Gomola Speed,PCE,Action,UPL,UPL,,,,,,,1990-09-28, -/games/boxart/full_gon_638JapanFront.jpg,Gon,SNES,Action,Bandai,Bandai,,,,,,,1994-11-11, -/games/boxart/7095967ccc.jpg,Gopher,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/6503770ccc.jpg,Gordo 106,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/full_5365932AmericaFrontccc.jpg,Grabbed by the Ghoulies,XBL,Action,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-02-16, -/games/boxart/full_9822299AmericaFrontccc.jpg,Grand Theft Auto,GB,Action,Rockstar Games,Tarantula Studios,,,,,,,1999-01-01, -/games/boxart/5972848ccc.jpg,Grand Theft Auto 2,DC,Action,Rockstar Games,DMA Design,6.9,,,,,,2000-04-30, -/games/boxart/full_683659AmericaFrontccc.jpg,Grand Theft Auto Compilation,PS,Action,Rockstar Games,Rockstar Games,,,,,,,2002-01-01, -/games/boxart/9856109ccc.jpg,Grand Theft Auto III,XB,Action,Rockstar Games,Rockstar Vienna,,,,,,,2003-10-31, -/games/boxart/full_87928AmericaFrontccc.jpg,Grand Theft Auto IV,XBL,Action,Rockstar Games,Rockstar North,,,,,,,2009-10-13, -/games/boxart/full_grand-theft-auto-iv-the-complete-edition_5AmericaFront.jpg,Grand Theft Auto IV: The Complete Edition,PS3,Action,Rockstar Games,Rockstar North,,,,,,,2010-10-26, -/games/boxart/full_grand-theft-auto-iv-the-complete-edition_10AmericaFront.jpg,Grand Theft Auto IV: The Complete Edition,X360,Action,Rockstar Games,Rockstar North,,,,,,,2010-10-26, -/games/boxart/full_grand-theft-auto-iv-the-complete-edition_5PALFront.jpg,Grand Theft Auto IV: The Complete Edition,PC,Action,Rockstar Games,Rockstar North,,,,,,,2010-10-29, -/games/boxart/full_5019191AmericaFrontccc.png,Grand Theft Auto: Liberty City Stories,PSN,Action,Rockstar Games,Rockstar Leeds,9,,,,,,2009-10-21, -/games/boxart/full_6650177AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories / Vice City Stories,PS2,Action,Take-Two Interactive,Rockstar Leeds,,,,,,,2009-06-23, -/games/boxart/full_6071113PALFrontccc.jpg,Grand Theft Auto: Liberty City Stories / Vice City Stories,PSP,Action,Take-Two Interactive,Rockstar Leeds,,,,,,,2009-07-31, -/games/boxart/5694396ccc.jpg,Grand Theft Auto: London 1969,PC,Action,Rockstar Games,DMA Design,,,,,,,1999-05-25, -/games/boxart/full_4368513AmericaFrontccc.jpg,Grand Theft Auto: Mission Pack #1: London 1969,PC,Action,Take-Two Interactive,Rockstar North,5.9,,,,,,1999-03-31, -/games/boxart/full_2647184AmericaFrontccc.png,Grand Theft Auto: Vice City Stories,PSN,Action,Rockstar Games,Rockstar Leeds,8.6,,,,,,2009-10-21, -/games/boxart/default.jpg,Grapple Buggy,XBL,Action,Unknown,Mommy's Best Games,,,,,,,, -/games/boxart/full_1420948AmericaFrontccc.jpg,Gravitronix,WW,Action,Medaverse Studios,Medaverse Studios,,,,,,,2009-10-12, -/games/boxart/full_5101412AmericaFrontccc.png,Gravity Badgers,WiiU,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-05-29,2018-01-06 -/games/boxart/full_396448AmericaFrontccc.jpg,Gravity Bounce,XBL,Action,Microsoft,toddm,,,,,,,2009-06-27, -/games/boxart/full_1062094AmericaFrontccc.jpg,GravSheep,XBL,Action,Microsoft,Team Mango,,,,,,,2009-05-18, -/games/boxart/full_great-battle-cyber_767JapanFront.jpg,Great Battle Cyber,NES,Action,Banpresto,Banpresto,,,,,,,1992-12-25, -/games/boxart/full_9763051AmericaFrontccc.jpg,Great Escape,2600,Action,Bomb,Bomb,,,,,,,1983-01-01, -/games/boxart/full_1742002PALFrontccc.jpg,GREED - Black Border,PC,Action,Meridian4,Headup Games / ClockStone Software,,,,,,,2010-01-14, -/games/boxart/default.jpg,Green Lantern: Rise of the Manhunters,PSP,Action,Unknown,Double Helix Games,,,,,,,, -/games/boxart/7291009ccc.jpg,Gremlins,5200,Action,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/2431737ccc.jpg,Gremlins 2: The New Batch,NES,Action,Sunsoft,SunSoft,,,,,,,1990-10-01, -/games/boxart/full_gremlins-unleashed_1PALFront.jpg,Gremlins: Unleashed,GB,Action,Wanadoo,Planet Interactive,,,,,,,2001-09-23, -/games/boxart/4118347ccc.jpg,Grid Runner,SAT,Action,Virgin Interactive,Radical Entertainment,,,,,,,1996-11-30, -/games/boxart/full_2069617AmericaFrontccc.jpg,Grid Runner,PC,Action,Virgin Interactive,Radical Entertainment,,,,,,,1996-10-31, -/games/boxart/full_2129395AmericaFrontccc.jpg,Grill-Off with Ultra Hand!,WW,Action,Nintendo,Nintendo,,,,,,,2010-03-31, -/games/boxart/full_1790675JapanFrontccc.jpg,Groove Adventure Rave: Hikari to Yami no Daikessen 2,GBA,Action,Konami,Konami,,,,,,,2002-09-26, -/games/boxart/full_1806707AmericaFrontccc.jpg,Guacamelee!,PS3,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2013-04-09,2018-08-07 -/games/boxart/full_9701575AmericaFrontccc.jpg,Guacamelee!,PSV,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2013-04-09,2018-08-07 -/games/boxart/full_9515192AmericaFrontccc.jpg,Guacamelee!,WiiU,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-03,2018-08-07 -/games/boxart/full_3542587AmericaFrontccc.jpg,Guacamelee!,X360,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-01,2018-08-07 -/games/boxart/full_1023128AmericaFrontccc.jpg,Guacamelee!,XOne,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-01,2018-08-07 -/games/boxart/full_8890792AmericaFrontccc.jpg,Guacamelee!,PS4,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-07-01,2018-08-07 -/games/boxart/full_2814137AmericaFrontccc.jpg,Guacamelee!,Linux,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-02-18,2018-08-07 -/games/boxart/full_3431209AmericaFrontccc.jpg,Guacamelee!,OSX,Action,DrinkBox Studios,DrinkBox Studios,,,,,,,2014-02-18,2018-08-07 -/games/boxart/default.jpg,Guess the Celebrity,And,Action,Unknown,Unknown,,,,,,,2013-11-29, -/games/boxart/default.jpg,Guess The Character,And,Action,Bubble Quiz Games,Unknown,,,,,,,2014-07-29, -/games/boxart/default.jpg,Guess the Close up Food Quiz,And,Action,Unknown,Unknown,,,,,,,2014-12-03, -/games/boxart/default.jpg,Guess the Drawing,And,Action,Unknown,Unknown,,,,,,,2014-02-07, -/games/boxart/default.jpg,Guess The Emoji - Logo Quiz,And,Action,Unknown,Unknown,,,,,,,2014-08-06, -/games/boxart/default.jpg,Guess the Emoji Quiz,And,Action,Unknown,Unknown,,,,,,,2014-10-05, -/games/boxart/default.jpg,Guess The Movie Quiz,And,Action,Bubble Quiz Games,Unknown,,,,,,,2014-09-29, -/games/boxart/default.jpg,Guess the Movie?,And,Action,Unknown,Unknown,,,,,,,2013-11-15, -/games/boxart/default.jpg,Guess the Pixel Celebrity Quiz,And,Action,Unknown,Unknown,,,,,,,2014-11-06, -/games/boxart/default.jpg,Guess the Place,And,Action,Unknown,Unknown,,,,,,,2013-08-06, -/games/boxart/default.jpg,Guess the Restaurant Quiz,And,Action,Unknown,Unknown,,,,,,,2014-07-08, -/games/boxart/default.jpg,Guess the Shadow Quiz,And,Action,Unknown,Unknown,,,,,,,2013-12-30, -/games/boxart/default.jpg,Guess the Song,And,Action,Unknown,Unknown,,,,,,,2014-03-01, -/games/boxart/default.jpg,Guess The Song : 4 Pics 1 Song,And,Action,Unknown,Unknown,,,,,,,2014-01-06, -/games/boxart/full_9601100AmericaFrontccc.jpg,Gumboy Crazy Adventures,PC,Action,Meridian4,Cinemax,,,,,,,2006-12-19, -/games/boxart/full_6317938AmericaFrontccc.png,Gun Showdown,PSN,Action,Activision,Neversoft Entertainment / Rebellion,,,,,,,2009-09-30, -/games/boxart/full_3445887AmericaFrontccc.png,GunLord,DC,Action,Unknown,NG:DEV.TEAM,,,,,,,, -/games/boxart/full_4010535AmericaFrontccc.jpg,Gunman Chronicles,PC,Action,Sierra Entertainment,Rewolf Software,,,,,,,2000-11-19, -/games/boxart/full_846460AmericaFrontccc.jpg,Guns and Robots,PC,Action,Unknown,Unknown,,,,,,,2014-08-04, -/games/boxart/full_guns-of-icarus_553AmericaFront.jpg,Guns of Icarus,PC,Action,Muse Software,Muse Games,,,,,,,2009-11-04, -/games/boxart/full_478103AmericaFrontccc.jpg,Gunscape,PC,Action,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_2249683AmericaFrontccc.jpg,Gunscape,XOne,Action,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8695532AmericaFrontccc.png,GUNSHIP BATTLE : Helicopter 3D,And,Action,The ONE,The ONE,,,,,,,2014-07-01, -/games/boxart/full_6535693AmericaFrontccc.gif,GunZ: The Duel,PC,Action,MAIET Entertainment,MAIET Entertainment,,,,,,,2006-11-29, -/games/boxart/full_7922414PALFrontccc.jpg,Guru Guru,DS,Action,505 Games,BeeWorks,,,,,,,2007-09-30, -/games/boxart/6102390ccc.jpg,H.E.R.O.,2600,Action,Activision,Activision,,,,,,,1984-03-23, -/games/boxart/4035085ccc.jpg,H.E.R.O.,5200,Action,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/full_8870985JapanFrontccc.jpg,Hachiemon,GBA,Action,Namco,Namco,,,,,,,2003-07-04, -/games/boxart/full_8916968AmericaFrontccc.jpg,Hagane: The Final Conflict,SNES,Action,Hudson Soft,CAProduction/Red Entertainment,,,,,,,1995-06-01, -/games/boxart/full_4192449AmericaFrontccc.jpg,Halfbrick Echoes,XBL,Action,Microsoft,Halfbrick Studios,,,,,,,2009-05-07,2018-08-09 -/games/boxart/full_503231AmericaFrontccc.jpg,Hammerfight,PC,Action,KranX Productions,Konstantin Koshutin,,,,,,,2009-09-19, -/games/boxart/full_3271108AmericaFrontccc.png,Hammerin' Hero,PSN,Action,Atlus,Irem Software Engineering,7,,,,,,2009-10-21, -/games/boxart/full_hands-of-time_138AmericaFront.jpg,Hands of Time,GB,Action,Titus,Mirage,,,,,,,2001-10-02, -/games/boxart/1955158ccc.jpg,Hannah Montana: Pop Star Exclusive,DS,Action,Unknown,Disney Interactive Studios,,,,,,,2020-12-31, -/games/boxart/full_hany-on-the-road_4JapanFront.jpg,Hany on the Road,PCE,Action,FACE,FACE,,,,,,,1990-09-14, -/games/boxart/full_3952443JapanFrontccc.jpg,Happy Happy Clover,DS,Action,TDK Core,TDK Core,,,,,,,2008-02-14, -/games/boxart/full_6472883AmericaFrontccc.jpg,Happy Tree Friends: False Alarm,XBL,Action,Sega,Stainless Games,,,,,,,2008-06-25, -/games/boxart/4828708ccc.jpg,Happy Tree Friends: False Alarm,PC,Action,Sega,Stainless Games,,,,,,,2008-06-25, -/games/boxart/7307705ccc.jpg,Harbor Escape,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, -/games/boxart/full_6861132AmericaFrontccc.jpg,Hardware: Rivals,PS4,Action,Sony Computer Entertainment,SCE Connected Content Group,,,,,,,2016-01-05,2018-04-20 -/games/boxart/full_harry-potter-and-the-half-blood-prince-psp_2PALFront.png,Harry Potter and the Half-Blood Prince (PSP),PSN,Action,Electronic Arts,Bright Light Productions,4.8,,,,,,2010-08-11, -/games/boxart/default.jpg,Haruka naru Jikuu no Naka de 6,PSV,Action,Tecmo Koei,Unknown,,,,,,,2015-03-12, -/games/boxart/full_1503749AmericaFrontccc.png,Haunt the House: Terrortown,PSV,Action,SFB Games,SFB Games,,,,,,,2013-01-09,2018-08-11 -/games/boxart/full_1265119AmericaFrontccc.png,Haunt the House: Terrortown,OSX,Action,SFB Games,SFB Games,,,,,,,2014-06-06,2018-08-11 -/games/boxart/full_8153583AmericaFrontccc.png,Haunt the House: Terrortown,PC,Action,SFB Games,SFB Games,,,,,,,2014-06-06,2018-08-11 -/games/boxart/8805078ccc.jpg,Haunted House,2600,Action,Atari,Atari,,,,,,,1981-01-01, -/games/boxart/full_haunted-house_6AmericaFront.jpg,Haunted House,PC,Action,Atari,Atari,,,,,,,2010-09-29, -/games/boxart/full_8522308AmericaFrontccc.jpg,Haunting Starring Polterguy,GEN,Action,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/7587819ccc.jpg,He-Man: Power of Grayskull,GBA,Action,TDK Mediactive,Taniko,4.7,,,,,,2002-10-29, -/games/boxart/full_2380294PALFrontccc.jpg,Headhunter,DC,Action,Sega,Amuze,,,,,,,2001-11-16, -/games/boxart/default.jpg,Heart of Darkness,GBA,Action,Unknown,Amazing Studios,,,,,,,, -/games/boxart/3908018ccc.jpg,Heaven Bound,PC,Action,Unknown,Wisdom Tree,,,,,,,2003-05-27, -/games/boxart/default.jpg,Heavenly Sword 2,PS3,Action,Unknown,Ninja Theory,,,,,,,, -/games/boxart/8515528ccc.jpg,Heavy Barrel,NES,Action,Data East,Data East,,,,,,,1990-03-01, -/games/boxart/full_9187449JapanFrontccc.jpg,Heavy Metal Thunder,PS2,Action,Square Enix,Media.Vision,,,,,,,2005-09-01, -/games/boxart/full_1291952AmericaFrontccc.jpg,Heavy Metal: Geomatrix,DC,Action,Capcom,Capcom,6.9,,,,,,2001-09-13, -/games/boxart/full_8208725JapanFrontccc.jpg,Heavy Nova,SCD,Action,Micronet,Micronet,,,,,,,1991-12-12, -/games/boxart/full_4339422AmericaFrontccc.jpg,Heavy Payload,XBL,Action,Microsoft,William Ulrich,,,,,,,2009-07-30, -/games/boxart/full_heit-cancelled_877AmericaFront.jpg,Hei$t,X360,Action,Unknown,InXile Entertainment,,,,,,,2020-12-31, -/games/boxart/full_heit-cancelled_514AmericaFront.jpg,Hei$t,PC,Action,Unknown,InXile Entertainment,,,,,,,2020-12-31, -/games/boxart/full_heit_443AmericaFront.jpg,Hei$t,PS3,Action,Unknown,InXile Entertainment,,,,,,,, -/games/boxart/full_heiankyo-alien_4AmericaFront.jpg,Heiankyo Alien,GB,Action,Meldac,Hyperware,,,,,,,1990-04-01, -/games/boxart/full_4764188PALFrontccc.jpg,Heidi - The Game,GBA,Action,East Entertainment Media,Independent Arts,,,,,,,2005-12-16, -/games/boxart/full_heisei-tensai-bakabon_8JapanFront.jpg,Heisei Tensai Bakabon,GB,Action,Namco,Namco,,,,,,,1992-02-28, -/games/boxart/full_9028533JapanFrontccc.jpg,Heisei Tensai Bakabon,NES,Action,Namco,Namco,,,,,,,1991-12-06, -/games/boxart/default.jpg,Heist,PS3,Action,Codemasters,InXile Entertainment,,,,,,,, -/games/boxart/default.jpg,Heist,X360,Action,Codemasters,InXile Entertainment,,,,,,,, -/games/boxart/default.jpg,Heist,PC,Action,Codemasters,InXile Entertainment,,,,,,,, -/games/boxart/full_8965220AmericaFrontccc.png,HELI HELL,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-25, -/games/boxart/full_3159863AmericaFrontccc.jpg,Hell's Kitchen VS,DSiW,Action,Ludia,Ludia Inc.,,,,,,,2010-01-04, -/games/boxart/full_8763219AmericaFrontccc.jpg,Hellbender,PC,Action,Microsoft,Terminal Reality,,,,,,,1996-08-31, -/games/boxart/9086868ccc.jpg,Hellboy: Asylum Seeker,PS,Action,DreamCatcher Interactive,Hoplite Research,,,,,,,2004-04-04, -/games/boxart/full_hellboy-asylum-seeker_508AmericaFront.jpg,Hellboy: Asylum Seeker,PC,Action,Cryo Interactive,Cryo Studios North America,,,,,,,2001-01-01, -/games/boxart/full_3369005AmericaFrontccc.jpg,Helldivers,PS3,Action,Sony Computer Entertainment,Arrowhead Game Studios,,,,,,,2015-03-03,2018-09-14 -/games/boxart/full_6775222AmericaFrontccc.jpg,Helldivers,PS4,Action,Sony Computer Entertainment,Arrowhead Game Studios,8.7,,,,,,2015-08-18,2018-04-15 -/games/boxart/full_5226914AmericaFrontccc.jpg,Helldivers,PSV,Action,Sony Computer Entertainment,Arrowhead Game Studios,,,,,,,2015-03-03,2018-09-14 -/games/boxart/full_619867PALFrontccc.jpg,Hellnight,PS,Action,Konami,Atlus Co.,,,,,,,1999-12-01, -/games/boxart/full_4982079JapanFrontccc.jpg,Hello Kitty no Gotouchi Collection: Koi no DokiDoki Trouble,DS,Action,Rocket Company,Rocket Company,,,,,,,2007-06-21, -/games/boxart/default.jpg,Hello Kitty to Issho: Block Crash V,PSV,Action,Unknown,Dorart,,,,,,,, -/games/boxart/full_4990960PALFrontccc.jpg,Hello Kitty: Roller Rescue,PS2,Action,Xplosiv,XPEC / Typhoon Games,,,,,,,2005-09-09, -/games/boxart/full_8300550PALFrontccc.jpg,Hello Kitty: Roller Rescue,XB,Action,Empire Interactive,XPEC,,,,,,,2005-09-09, -/games/boxart/full_5206431JapanFrontccc.jpg,Henshin Magical Doll: Nikui Idol Kara Sekai o Modosou,DS,Action,Unknown,Global A Entertainment,,,,,,,, -/games/boxart/full_3603226AmericaFrontccc.jpg,Henway,XBL,Action,Microsoft,SteveProXNA,,,,,,,2009-12-23, -/games/boxart/8918111ccc.jpg,Heretic II,PC,Action,Activision,Raven Software,,,,,,,1998-10-31, -/games/boxart/full_6962216AmericaFrontccc.jpg,Herman,XBL,Action,Microsoft,Dirge Game Studio,,,,,,,2009-12-11, -/games/boxart/full_hero-hero-kun_10JapanFront.jpg,Hero Hero Kun,GB,Action,Imagineer,Imagineer,,,,,,,2001-02-09, -/games/boxart/full_5568524AmericaFrontccc.jpg,Hero Zero,PC,Action,Meridian,Meridian,,,,,,,2012-08-09, -/games/boxart/full_5261588AmericaFrontccc.jpg,Hidden & Dangerous,DC,Action,TalonSoft,Unknown,6.4,,,,,,2000-07-09, -/games/boxart/default.jpg,Hidden Expedition: Amazon,PC,Action,Activision,Unknown,,,,,,,2009-05-22, -/games/boxart/full_385136AmericaFrontccc.jpg,Hidden in Plain Sight,PC,Action,Unknown,Unknown,,,,,,,2014-07-16, -/games/boxart/full_6292507JapanFrontccc.jpg,Higemau Makaijima: Nanatsu no Shima Daibouken,NES,Action,Unknown,Capcom,,,,,,,, -/games/boxart/full_9177631AmericaFrontccc.jpg,High School Musical - Livin the Dream,GBA,Action,Disney Interactive Studios,Artificial Mind and Movement,,,,,,,2007-11-15, -/games/boxart/4774079ccc.jpg,High Seas Havoc,GEN,Action,Data East,Data East,,,,,,,1993-08-16, -/games/boxart/6541277ccc.jpg,Highlander,PC,Action,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/8914845ccc.jpg,Highlander,X360,Action,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/8940685ccc.jpg,Highlander,PS3,Action,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/2063452ccc.jpg,Highlander,AJ,Action,Atari,Lore Design,,,,,,,1995-10-01, -/games/boxart/full_highschool-kimengumi_7JapanFront.jpg,Highschool! Kimengumi,MS,Action,Sega,Sega,,,,,,,1986-12-15, -/games/boxart/default.jpg,Higurashi When The Cry Sui,PSV,Action,Kaga Create,Unknown,,,,,,,2015-03-12, -/games/boxart/full_6760483JapanFrontccc.jpg,Himawari Doubutsu Byouin,GBA,Action,TDK Core,TDK Core,,,,,,,2004-08-05, -/games/boxart/full_hiryu-no-ken-ii-dragon-no-tsubasa_857JapanFront.jpg,Hiryu no Ken II: Dragon no Tsubasa,NES,Action,Culture Brain,Culture Brain,,,,,,,1988-07-29, -/games/boxart/full_hiryu-no-ken-iii-5-nin-no-ryuu-senshi_653JapanFront.jpg,Hiryu no Ken III: 5 Nin no Ryuu Senshi,NES,Action,Culture Brain,Culture Brain,,,,,,,1990-07-06, -/games/boxart/full_9899905AmericaFrontccc.jpg,Hitman Trilogy,PC,Action,Eidos Interactive,IO Interactive,,,,,,,2007-06-30, -/games/boxart/full_3979922JapanFrontccc.jpg,Hokuto no Ken,NES,Action,Toei Animation,Shouei,,,,,,,1986-08-10, -/games/boxart/full_4836176AmericaFrontccc.jpg,Hollowpoint,PS4,Action,Ruffian Games,Ruffian Games,,,,,,,2016-01-01, -/games/boxart/default.jpg,Hollywood Escape,And,Action,Unknown,Unknown,,,,,,,2014-09-03, -/games/boxart/2173475ccc.jpg,Home Alone,SNES,Action,THQ,Imagineering Inc,,,,,,,1991-12-01, -/games/boxart/full_3296272AmericaFrontccc.jpg,Home Alone,GG,Action,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/700563ccc.jpg,Home Alone,GB,Action,THQ,Imagineering Inc,,,,,,,1991-11-01, -/games/boxart/950157ccc.jpg,Home Alone,NES,Action,THQ,Bethesda Softworks,,,,,,,1991-10-01, -/games/boxart/full_home-alone_10PALFront.jpg,Home Alone,MS,Action,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/8040191ccc.jpg,Home Alone,GEN,Action,Sega,"Brian A. Rice, Inc",,,,,,,1992-01-01, -/games/boxart/full_8915941PALFrontccc.jpg,Home Alone,PS2,Action,Midas Interactive Entertainment,Coyote Console,,,,,,,2006-01-01, -/games/boxart/full_home-alone_7AmericaFront.jpg,Home Alone,PC,Action,Capstone Software,Manley and Associates Inc.,,,,,,,1991-01-01, -/games/boxart/6419916ccc.jpg,Home Alone 2: Lost in New York,SNES,Action,THQ,Imagineering Inc,,,,,,,1992-10-01, -/games/boxart/7848884ccc.jpg,Home Alone 2: Lost in New York,GB,Action,THQ,Imagineering Inc,,,,,,,1992-10-01, -/games/boxart/5415154ccc.jpg,Home Alone 2: Lost in New York,NES,Action,THQ,Imagineering Inc,,,,,,,1992-10-01, -/games/boxart/full_9948068AmericaFrontccc.jpg,Home Alone 2: Lost in New York,GEN,Action,Sega,Ocean,,,,,,,1993-01-01, -/games/boxart/full_home-alone-2-lost-in-new-york_4PALFront.jpg,Home Alone 2: Lost in New York,PC,Action,Capstone Software,Manley and Associates Inc.,,,,,,,1992-01-01, -/games/boxart/full_honor-in-vengeance-ii_410PALFront.jpg,Honor in Vengeance II,XBL,Action,Microsoft,MichaelArts,,,,,,,2011-08-04, -/games/boxart/8242060ccc.jpg,Hook,SCD,Action,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-01-01, -/games/boxart/default.jpg,Hoosier City: Assault of the Orcs,PC,Action,Unknown,MVP Software,,,,,,,, -/games/boxart/default.jpg,Hoppechan: Punitto Shibotte Daibouken,3DS,Action,Nippon Columbia,Unknown,,,,,,,2015-07-23, -/games/boxart/default.jpg,Horizon,WW,Action,Unknown,Sarabasa Entertainment,,,,,,,, -/games/boxart/default.jpg,Horror Escape,And,Action,Unknown,Unknown,,,,,,,2014-09-25, -/games/boxart/default.jpg,Hostage: Rescue Mission,NES,Action,Unknown,Infogrames Europe SA,,,,,,,, -/games/boxart/default.jpg,Hostage: Rescue Mission,PC,Action,Unknown,Infogrames Europe SA,,,,,,,, -/games/boxart/full_1161145AmericaFrontccc.jpg,Hot Potato Online,XBL,Action,Microsoft,Adam and Perusse,,,,,,,2009-08-29, -/games/boxart/full_3568618AmericaFrontccc.jpg,Hot Tin Roof: The Cat That Wore A Fedora,PC,Action,Glass Bottom Games,Glass Bottom Games,,,,,,,2015-02-20, -/games/boxart/default.jpg,Hotel Transylvania,DS,Action,GameMill,Unknown,,,,,,,2012-09-01, -/games/boxart/full_1045739AmericaFrontccc.png,Hotline Miami,OSX,Action,Devolver Digital,Dennaton Games,,,,,,,2013-03-19,2019-02-01 -/games/boxart/full_306259AmericaFrontccc.png,Hotline Miami,PSV,Action,Devolver Digital,Dennaton Games,,,,,,,2013-06-25,2019-02-01 -/games/boxart/full_5020516AmericaFrontccc.png,Hotline Miami,PS3,Action,Devolver Digital,Dennaton Games,8.6,,,,,,2013-06-25,2019-02-01 -/games/boxart/full_9745111AmericaFrontccc.png,Hotline Miami,Linux,Action,Devolver Digital,Dennaton Games,,,,,,,2013-05-28,2019-02-01 -/games/boxart/full_4352552AmericaFrontccc.png,Hotline Miami,PS4,Action,Devolver Digital,Dennaton Games,,,,,,,2015-01-01,2019-02-01 -/games/boxart/default.jpg,Howard the Duck,PC,Action,Unknown,"Activision, Inc.",,,,,,,, -/games/boxart/9373311ccc.jpg,Hoyle Casino,DC,Action,Sierra Entertainment,Unknown,8.4,,,,,,2000-01-01, -/games/boxart/3888916ccc.jpg,Human Cannonball,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_5918396JapanFrontccc.jpg,Hungry Ghosts,PS2,Action,Sony Computer Entertainment,Deep Space,,,,,,,2003-07-31, -/games/boxart/8494757ccc.jpg,Hunt & Score,2600,Action,Atari,Atari,,,,,,,1980-01-01, -/games/boxart/full_9834311JapanFrontccc.jpg,Hunter X Hunter: Ryumyaku no Saidan,PS2,Action,Konami,Konami,,,,,,,2001-08-03, -/games/boxart/full_1685927PALFrontccc.jpg,Hurricanes,GG,Action,U.S. Gold,U.S. Gold,,,,,,,1994-12-01, -/games/boxart/default.jpg,Hybrid,XBL,Action,Unknown,5TH Cell,,,,,,,, -/games/boxart/1364978ccc.jpg,Hydra,Lynx,Action,Tengen,Tengen,,,,,,,1992-01-01, -/games/boxart/full_6595448AmericaFrontccc.jpg,Hydro Electric Worker,XBL,Action,Microsoft,WastelandTech,,,,,,,2009-12-07, -/games/boxart/default.jpg,Hydrophobia,PSN,Action,Unknown,Dark Energy Digital,,,,,,,, -/games/boxart/full_hydrophobia_2AmericaFront.jpg,Hydrophobia,XBL,Action,Microsoft,Dark Energy Digital,5.6,,,,,,2010-09-29, -/games/boxart/full_hydrophobia-prophecy_940AmericaFront.jpg,Hydrophobia: Prophecy,PSN,Action,Dark Energy Digital,Dark Energy Digital,,,,,,,2011-11-01, -/games/boxart/full_4674488AmericaFrontccc.jpg,Hype: The Time Quest,PC,Action,Ubisoft,Playmobil Interactive,7.9,,,,,,1999-11-20, -/games/boxart/full_1329338AmericaFrontccc.jpg,HyperBlade,PC,Action,Activision,WizBang! Software,,,,,,,1996-10-31, -/games/boxart/default.jpg,Hyperdrome,Lynx,Action,Telegames,"Telegames, Inc.",,,,,,,1990-01-01, -/games/boxart/default.jpg,Hyu~Stone,3DS,Action,Poisoft,Poisoft,,,,,,,2011-06-07, -/games/boxart/default.jpg,I Am Alive,PS3,Action,Unknown,Ubisoft Shanghai,,,,,,,, -/games/boxart/full_4623392AmericaFrontccc.png,I Am Alive,X360,Action,Unknown,Ubisoft Shanghai,,,,,,,, -/games/boxart/full_2128896AmericaFrontccc.jpg,I Am Alive,PC,Action,Unknown,Ubisoft Shanghai,,,,,,,, -/games/boxart/default.jpg,I Kill Zombies,PSN,Action,Unknown,Open Emotion Studios,,,,,,,, -/games/boxart/full_i-must-run_221PALFront.png,I Must Run!,PSN,Action,Gamelion Studios,Gamelion Studios,6,,,,,,2010-12-14, -/games/boxart/2203352ccc.jpg,I Want My Mommy,2600,Action,Unknown,Zimag,,,,,,,1983-01-01, -/games/boxart/full_iamp8217m-not-alone_803PALFront.jpg,I'm not Alone,PC,Action,TGC,Pixel Revolution,,,,,,,2010-03-10, -/games/boxart/full_2644270AmericaFrontccc.jpg,I've Got to Run!,WiiU,Action,Unknown,Unknown,,,,,,,2014-06-05, -/games/boxart/default.jpg,"I,Gladiator",PC,Action,Next Dimension Game Adventures Ltd.,Steel Monkeys,,,,,,,2015-04-07, -/games/boxart/full_7356376AmericaFrontccc.jpg,Ice 9,XBL,Action,Microsoft,Ceiyne,,,,,,,2009-07-20, -/games/boxart/full_6161108AmericaFrontccc.jpg,Ice and Fire,PC,Action,GT Interactive,Zombie,,,,,,,1995-12-31, -/games/boxart/full_1336585AmericaFrontccc.png,Ice Cream Surfer,WiiU,Action,Dolores Entertainment SL,Dolores Entertainment SL,,,,,,,2014-09-04, -/games/boxart/default.jpg,Icomania Guess The Icon Quiz,And,Action,Unknown,Unknown,,,,,,,2014-11-04, -/games/boxart/8789600ccc.jpg,Ikari III: The Rescue,NES,Action,SNK,SNK Corporation,,,,,,,1991-02-01, -/games/boxart/default.jpg,Ike! Ike!! Hamster,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-04-21, -/games/boxart/full_ikki-tousen-xross-impact_1JapanFront.jpg,Ikki Tousen: Xross Impact,PSN,Action,Marvelous Interactive,Marvelous Interactive,,,,,,,2010-04-28, -/games/boxart/full_5988934AmericaFrontccc.jpg,Impossible Mission-II,NES,Action,SEI,Novatrade,,,,,,,1990-01-01, -/games/boxart/full_8212726AmericaFrontccc.jpg,In the Pit,XBL,Action,Microsoft,luvcraft,,,,,,,2008-11-18, -/games/boxart/3379162ccc.jpg,Incoming,DC,Action,Interplay,Rage Software,6.2,,,,,,1999-12-01, -/games/boxart/full_9287492AmericaFrontccc.jpg,Indiana Jones and the Emperor's Tomb,PS2,Action,LucasArts,The Collective,,,,,,,2003-06-26, -/games/boxart/full_560982AmericaFrontccc.jpg,Indiana Jones and the Last Crusade,GG,Action,U.S. Gold,LucasArts,,,,,,,1992-01-01, -/games/boxart/full_4180052AmericaFrontccc.jpg,Indiana Jones and the Last Crusade,GEN,Action,U.S. Gold,Tiertex Design Studios,,,,,,,1992-03-12, -/games/boxart/full_9449618AmericaFrontccc.jpg,Indiana Jones and the Last Crusade (Taito),NES,Action,Taito,Taito Corporation,,,,,,,1991-03-02, -/games/boxart/full_879844AmericaFrontccc.jpg,Indiana Jones and the Last Crusade (Ubi Soft),NES,Action,Ubisoft,NMS Software,,,,,,,1993-12-01, -/games/boxart/full_indiana-jones-and-the-last-crusade-the-action-game_10PALFront.jpg,Indiana Jones and the Last Crusade: The Action Game,MS,Action,U.S. Gold,Tiertex Design Studios,,,,,,,1990-01-01, -/games/boxart/full_8314253AmericaFrontccc.png,Indiana Jones and the Staff of Kings,PSN,Action,LucasArts,Amaze Entertainment,7.4,,,,,,2009-09-30, -/games/boxart/full_infamous_241PALFront.png,inFAMOUS,PSN,Action,Sony Computer Entertainment,Sucker Punch Productions,8.7,,,,,,2010-06-28, -/games/boxart/full_7746948AmericaFrontccc.jpeg,inFAMOUS 2,PSN,Action,Sony Computer Entertainment,Sucker Punch Productions,8.1,,,,,,2011-06-23, -/games/boxart/full_infamous-2-festival-of-blood_850AmericaFront.jpg,inFAMOUS: Festival of Blood,PSN,Action,Sony Computer Entertainment,Sucker Punch Productions,7.8,,,,,,2011-10-25,2018-04-07 -/games/boxart/full_5801456AmericaFrontccc.jpg,InFAMOUS: Precinct Assault,PC,Action,Sucker Punch Productions,Sucker Punch Productions,,,,,,,2009-05-22,2018-05-20 -/games/boxart/full_inferno_823AmericaFront.jpg,Inferno!,XBL,Action,Microsoft,Archifishal Software,,,,,,,2011-08-16, -/games/boxart/full_infestation_317AmericaFront.jpg,Infestation,PC,Action,Ubisoft,Frontier Developments,,,,,,,2000-01-01, -/games/boxart/full_infestation_892PALFront.jpg,Infestation,PS,Action,Ubisoft,Frontier Developments,,,,,,,2000-09-01, -/games/boxart/2187517ccc.jpg,Infiltrate,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, -/games/boxart/default.jpg,Infinite Pics,And,Action,Unknown,Unknown,,,,,,,2014-06-16, -/games/boxart/full_5820105AmericaFrontccc.jpg,Infinity Runner,Linux,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-14,2018-08-08 -/games/boxart/full_8271453AmericaFrontccc.jpg,Infinity Runner,OSX,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-14,2018-08-08 -/games/boxart/full_1473976AmericaFrontccc.jpg,Infinity Runner,PC,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-14,2018-08-08 -/games/boxart/full_inner-worlds_758AmericaFront.jpg,Inner Worlds,PC,Action,Unknown,Sleepless Software Inc.,,,,,,,1996-01-01, -/games/boxart/full_insane_185AmericaFront.jpg,inSane,PS3,Action,Unknown,Volition Studios,,,,,,,2020-12-31, -/games/boxart/default.jpg,inSane,X360,Action,Unknown,Volition Studios,,,,,,,2020-12-31, -/games/boxart/full_insect-war_8JapanFront.jpg,Insect War,3DO,Action,Panasonic Interactive Media,Riverhill Soft,,,,,,,1994-12-16, -/games/boxart/default.jpg,Intergalactic Bounty Hunter,PC,Action,Infinite Loop,Galactic Alliance,,,,,,,2002-01-01, -/games/boxart/full_2270802AmericaFrontccc.jpg,Interstate '82,PC,Action,Activision,Activision,,,,,,,1999-11-23, -/games/boxart/5972650ccc.jpg,Interstate '76,PC,Action,Activision,Activision,,,,,,,1997-02-28, -/games/boxart/full_into-the-eagles-nest_39AmericaFront.jpg,Into the Eagle's Nest,PC,Action,Mindscape,Pandora,,,,,,,1987-01-01, -/games/boxart/full_7894663JapanFrontccc.jpg,Inugamike no Ichizoku,DS,Action,From Software,From Software,,,,,,,2009-01-22, -/games/boxart/full_inusuki-2-go-fetch_269JapanFront.jpg,Inusuki 2: Go Fetch!,DSiW,Action,Unknown,ICM,,,,,,,2011-07-13, -/games/boxart/full_invaiders_679AmericaFront.jpg,invAIders,XBL,Action,Microsoft,Martian Face Games,,,,,,,2011-07-30, -/games/boxart/full_3207584AmericaFrontccc.png,Invincible Tiger: The Legend of Han Tao,PSN,Action,Namco Bandai,Blitz Arcade,,,,,,,2009-08-27, -/games/boxart/full_8402813AmericaFrontccc.jpg,Invincible Tiger: The Legend of Han Tao,XBL,Action,Namco Bandai,Blitz Arcade,,,,,,,2009-08-26, -/games/boxart/default.jpg,"Invisible, Inc.",Linux,Action,Klei Entertainment,Unknown,,,,,,,2015-05-12, -/games/boxart/full_3899647AmericaFrontccc.jpg,"Invisible, Inc.",PC,Action,Klei Entertainment,Unknown,,,,,,,2015-05-12, -/games/boxart/full_798869AmericaFrontccc.jpg,Invokers Tournament,PS4,Action,StormBasic Games,StormBasic Games,,,,,,,2015-01-01, -/games/boxart/full_3835649AmericaFrontccc.jpg,Invokers Tournament,PSV,Action,StormBasic Games,StormBasic Games,,,,,,,2015-01-01, -/games/boxart/full_1868826AmericaFrontccc.jpg,Invokers Tournament,PS3,Action,StormBasic Games,StormBasic Games,,,,,,,2015-01-01, -/games/boxart/full_6844036AmericaFrontccc.jpg,Iron Aces,DC,Action,Xicat Interactive,Unknown,6.2,,,,,,2001-02-06, -/games/boxart/full_3112797AmericaFrontccc.jpg,Iron Aces: Heros of WWII,PC,Action,Take-Two Interactive,Unknown,,,,,,,2006-08-12, -/games/boxart/full_iron-commando-kotetsu-no-senshi_3JapanFront.jpg,Iron Commando: Kotetsu no Senshi,SNES,Action,Unknown,Pop,,,,,,,1995-02-10, -/games/boxart/full_3178681AmericaFrontccc.jpg,Iron Knights,And,Action,Actoz Soft,Actoz Soft,,,,,,,2014-06-11, -/games/boxart/full_8464893AmericaFrontccc.png,Iron Man,PSN,Action,Sega,Artificial Mind and Movement,5.8,,,,,,2009-09-30, -/games/boxart/default.jpg,Iron Man 2,PC,Action,Unknown,"Sega Studios, San Francisco",,,,,,,, -/games/boxart/full_iron-man-2_8AmericaFront.jpg,Iron Man 2,PSN,Action,Sega,"Sega Studios, San Francisco",,,,,,,2010-05-04, -/games/boxart/full_8899462PALFrontccc.jpg,Iron Sea,PS2,Action,505 Games,Tamsoft,,,,,,,2006-03-10, -/games/boxart/1826667ccc.jpg,Ishido: The Way of Stones,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/full_it-came-from-the-desert_669AmericaFront.jpg,It Came from the Desert,PC,Action,Cinemaware,Level 9 Computing,,,,,,,1990-01-01, -/games/boxart/full_it-came-from-the-desert_152AmericaFront.jpg,It Came from the Desert,PCE,Action,Cinemaware,Interactive Pictures,,,,,,,1991-01-01, -/games/boxart/default.jpg,Ixion Saga,PC,Action,Unknown,Square Enix,,,,,,,, -/games/boxart/full_4673264AmericaFrontccc.jpg,Jack Bros.,VB,Action,Atlus,Atlus Co.,,,,,,,1995-10-01, -/games/boxart/full_jack-claw_675AmericaFront.jpg,Jack Claw,PC,Action,Unknown,Frozenbyte,,,,,,,2011-04-12, -/games/boxart/full_jackal_2AmericaFront.jpg,Jackal,NES,Action,Konami,Konami,,,,,,,1988-09-15, -/games/boxart/default.jpg,Jackal ReBirth,WW,Action,Unknown,M2,,,,,,,, -/games/boxart/full_435415PALFrontccc.jpg,Jackie Chan Adventures,PS2,Action,Unknown,Atomic Planet Entertainment,,,,,,,, -/games/boxart/full_jagainu-kun_70JapanFront.jpg,Jagainu-kun,GB,Action,Pack-In-Video,Pack-In-Video,,,,,,,2000-03-24, -/games/boxart/full_4213423JapanFrontccc.jpg,Jaja-Kun Jr. Denshouki,GBA,Action,Jaleco,Jaleco Entertainment,,,,,,,2004-05-27, -/games/boxart/full_3199479AmericaFrontccc.jpg,Jak & Daxter Collection,PS3,Action,Sony Computer Entertainment,Mass Media,,,,,,,2012-02-07,2018-01-09 -/games/boxart/default.jpg,Jakers! Let's Explore,PC,Action,Unknown,Graffiti Entertainment,,,,,,,, -/games/boxart/669071ccc.jpg,James Bond 007,GB,Action,Capcom,Saffire Corporation,,,,,,,1998-02-01, -/games/boxart/2641297ccc.jpg,James Bond 007,2600,Action,Parker Bros.,Parker Brothers,,,,,,,1983-01-01, -/games/boxart/9650537ccc.jpg,James Bond 007,5200,Action,Parker Bros.,Parker Bros,,,,,,,1984-01-01, -/games/boxart/full_1424823AmericaFrontccc.png,James Cameron's Avatar: The Game,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2009-12-07, -/games/boxart/full_839992AmericaFrontccc.jpg,Jamsouls,PC,Action,Unknown,Unknown,,,,,,,2014-08-21, -/games/boxart/full_janken-man_23JapanFront.jpg,Janken Man,GB,Action,Messiah,Messiah,,,,,,,1991-12-27, -/games/boxart/full_7004962JapanFrontccc.png,Jawa: Mammoth to Himitsu no Ishi,Wii,Action,Spike,Spike,,,,,,,2008-07-03, -/games/boxart/full_2682078AmericaFrontccc.jpg,Jaws,NES,Action,LJN,LJN Ltd.,,,,,,,1987-11-01, -/games/boxart/full_6916359AmericaFrontccc.jpg,Jaws Unleashed,PC,Action,Majesco,Appaloosa Interactive,,,,,,,2006-10-18, -/games/boxart/full_5143712PALFrontccc.jpg,Jeff Wayne's The War of the Worlds,PS,Action,GT Interactive,Pixelogic,,,,,,,1999-11-01, -/games/boxart/7960483ccc.jpg,Jet Grind Radio,DC,Action,Sega,Smilebit,9.1,,,,,,2000-10-30, -/games/boxart/default.jpg,Jet Grind Radio,XBL,Action,Unknown,Smilebit,,,,,,,, -/games/boxart/full_8515020AmericaFrontccc.jpg,Jet Gunner,PC,Action,Unknown,Unknown,,,,,,,2014-08-04, -/games/boxart/full_jetpac_100PALFront.png,Jetpac,PC,Action,Unknown,Ashby Computers and Graphics Ltd.,,,,,,,1983-01-01, -/games/boxart/full_3243677AmericaFrontccc.png,Jetpack Joyride,PC,Action,Halfbrick Studios,Halfbrick Studios,,,,,,,2012-05-11, -/games/boxart/full_5201352AmericaFrontccc.jpg,Jewel Master,GEN,Action,Sega,Sega,,,,,,,1991-08-29, -/games/boxart/default.jpg,Jewel Quest III,PC,Action,Avanquest Software,Unknown,,,,,,,2009-08-28, -/games/boxart/full_2835031JapanFrontccc.jpg,Jigoku Meguri,PCE,Action,Taito,ITL,,,,,,,1990-08-03, -/games/boxart/full_7931629JapanFrontccc.jpg,Jigoku Meguri,VC,Action,Taito,ITL,,,,,,,2008-12-16, -/games/boxart/6888265ccc.jpg,Jim Lee's Wild C.A.T.S: Covert Action Teams,SNES,Action,Playmates,Beam Software,,,,,,,1995-11-01, -/games/boxart/8487196ccc.jpg,Jinks,7800,Action,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/full_9586593PALFrontccc.jpg,Johnny Bravo in The Hukka-Mega-Mighty-Ultra-Extreme Date-O-Rama,PS2,Action,Blast! Entertainment Ltd,Mastertronic,,,,,,,2007-11-01, -/games/boxart/full_7848683AmericaFrontccc.jpg,Johnny's Minefield,XBL,Action,Microsoft,North Squard,,,,,,,2009-08-17, -/games/boxart/full_4055834AmericaFrontccc.jpg,Johnny's Skydiving Lessons,XBL,Action,Microsoft,North West,,,,,,,2009-09-17, -/games/boxart/full_jojo-no-kimyouna-bouken-ougon-no-kaze_7JapanFront.jpg,Jojo no Kimyouna Bouken: Ougon no Kaze,PS2,Action,Capcom,Capcom,,,,,,,2002-07-25, -/games/boxart/full_3066657AmericaFrontccc.jpg,Jonny Crush,XBL,Action,Microsoft,Oesis Inc,,,,,,,2009-05-10, -/games/boxart/full_2700314AmericaFrontccc.jpg,Joshua & the Battle of Jericho,NES,Action,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, -/games/boxart/full_joshua_332AmericaFront.jpg,Joshua & the Battle of Jericho,GB,Action,Wisdom Tree,Wisdom Tree,,,,,,,1993-01-01, -/games/boxart/full_1160228AmericaFrontccc.jpg,Joshua & the Battle of Jericho,GEN,Action,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, -/games/boxart/8765989ccc.jpg,Journey Escape,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, -/games/boxart/full_7928933PALFrontccc.png,Judge Dredd,PSN,Action,Zoo Digital Publishing,Gremlin Interactive,,,,,,,2008-01-24, -/games/boxart/full_2642228AmericaFrontccc.jpg,Juggernaut Corps: First Assault,PC,Action,Shepherd's Worlds,Shepherd's Worlds,,,,,,,1998-07-31, -/games/boxart/full_930226PALFrontccc.jpg,Jump,GIZ,Action,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_1498282AmericaFrontccc.jpg,Jump Colon,XBL,Action,Microsoft,yuwaka,,,,,,,2009-08-09, -/games/boxart/default.jpg,Jumpin',PSV,Action,Unknown,Railfan Holdings,,,,,,,, -/games/boxart/full_6937327AmericaFrontccc.jpg,Jungle Fever/Knight on the Town,2600,Action,Playaround,Playaround,,,,,,,1982-01-01, -/games/boxart/full_jungle-no-ouja-tachan_204JapanFront.jpg,Jungle no Ouja Tachan,GB,Action,Bandai,Bandai,,,,,,,1994-07-29, -/games/boxart/full_jungle-no-ouja-tarzan-sekai-manyuu-dai-kakutou-no-maki_698JapanFront.jpg,Jungle no Ouja Tachan: Sekai Manyuu Dai Kakutou no Maki,SNES,Action,Bandai,Kuusou Kagaku,,,,,,,1994-09-18, -/games/boxart/default.jpg,Junior Brain Trainer: Maths Edition,DS,Action,Avanquest Software,Unknown,,,,,,,2011-03-16, -/games/boxart/11729ccc.jpg,Jurassic Park,SCD,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/9951058ccc.gif,Jurassic Park,GEN,Action,Sega,Blue Sky Software,,,,,,,1993-08-26, -/games/boxart/full_7915649AmericaFrontccc.jpg,Jurassic Park,SNES,Action,Ocean,Ocean,,,,,,,1993-11-01, -/games/boxart/7496530ccc.jpg,Jurassic Park,GB,Action,Ocean,Ocean,,,,,,,1993-08-01, -/games/boxart/full_jurassic-park_7PALFront.jpg,Jurassic Park,MS,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_4334143AmericaFrontccc.jpg,Jurassic Park,GG,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_jurassic-park_2AmericaFront.jpg,Jurassic Park,PC,Action,Ocean,Ocean,,,,,,,1993-01-01, -/games/boxart/default.jpg,Jurassic Park: Evolution,PC,Action,Sierra Entertainment,Sierra Entertainment,,,,,,,2003-03-28, -/games/boxart/full_jurassic-park-the-game_134AmericaFront.jpg,Jurassic Park: The Game,PS3,Action,Telltale Games,Telltale Games,,,,,,,2011-11-15,2019-04-20 -/games/boxart/full_just-cause-2_150AmericaFront.jpg,Just Cause 2,XBL,Action,Square Enix,Avalanche Studios,,,,,,,2010-12-28, -/games/boxart/full_4762842JapanFrontccc.jpg,Juushin Enbu DS,DS,Action,D3 Publisher,D3 Publisher,,,,,,,2007-11-22, -/games/boxart/full_390731JapanFrontccc.jpg,Jyuouki,PCE,Action,NEC Avenue,Sega,,,,,,,1989-09-29, -/games/boxart/full_916464JapanFrontccc.jpg,Jyuouki (CD),PCE,Action,NEC Avenue,Sega,,,,,,,1989-09-22, -/games/boxart/7116972ccc.jpg,Kaboom!,5200,Action,Activision,Activision,,,,,,,1983-01-01, -/games/boxart/full_7154751JapanFrontccc.jpg,Kai no Bouken: The Quest of Ki,NES,Action,Namco,Game Studio,,,,,,,1988-07-22, -/games/boxart/full_6451595JapanFrontccc.jpg,Kaijuu-On Godzilla,GB,Action,Bandai,Bandai,,,,,,,1993-12-17, -/games/boxart/full_2940897JapanFrontccc.jpg,Kaiketsu Zorori to Mahou no Yuuenchi,GBA,Action,Bandai,Bandai,,,,,,,2004-07-15, -/games/boxart/full_788681JapanFrontccc.jpg,Kamen Rider 555,PS2,Action,Bandai,Bandai,,,,,,,2003-12-18, -/games/boxart/full_3995921JapanFrontccc.jpg,Kamen Rider Black: Taiketsu Shadow Moon (FDS),NES,Action,Bandai,Bandai,,,,,,,1988-04-15, -/games/boxart/full_5649287JapanFrontccc.jpg,Kamen Rider Blade,PS2,Action,Bandai,Digifloyd,,,,,,,2004-12-09, -/games/boxart/full_264476JapanFrontccc.jpg,Kamen Rider Club: Gekitotsu Shocker Land,NES,Action,Bandai,Bandai,,,,,,,1988-02-03, -/games/boxart/full_5408735JapanFrontccc.jpg,Kamen Rider Hibiki,PS2,Action,Bandai,Bandai,,,,,,,2005-12-01, -/games/boxart/full_5847476JapanFrontccc.jpg,Kamen Rider SD,GB,Action,Yutaka,Yutaka,,,,,,,1993-08-20, -/games/boxart/full_3825725JapanFrontccc.jpg,Kamen Rider: Seigi no Keifu,PS2,Action,Banpresto,Banpresto,,,,,,,2003-11-27, -/games/boxart/default.jpg,Kamen Rider: SummonRide,WiiU,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-01-01, -/games/boxart/default.jpg,Kamen Rider: SummonRide,PS3,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-01-01, -/games/boxart/full_kane-amp-lynch-2-dog-days_181AmericaFront.jpg,Kane & Lynch 2: Dog Days,XBL,Action,Square Enix,IO Interactive,,,,,,,2011-03-08, -/games/boxart/full_6455529JapanFrontccc.jpg,Kappa no Kai-Kata: Katan Daibouken,GBA,Action,Konami,KCEJ,,,,,,,2005-03-17, -/games/boxart/default.jpg,Kat Burglar,PC,Action,Unknown,Krome Studios,,,,,,,2001-12-31, -/games/boxart/full_katana-action_5PALFront.jpg,Katana Action,PS2,Action,505 Games,ALU,,,,,,,2006-01-01, -/games/boxart/default.jpg,Katanuki,DSiW,Action,G-mode,G-mode,,,,,,,2009-11-25, -/games/boxart/full_kattobi-takuhai-kun_2JapanFront.jpg,Kattobi! Takuhai-Kun,PCE,Action,Tonkin House,Tonkin House,,,,,,,1990-11-09, -/games/boxart/full_9961747JapanFrontccc.jpg,Kawaii Pet Game Gallery,GBA,Action,Culture Brain,Culture Brain,,,,,,,2003-09-26, -/games/boxart/full_8694176JapanFrontccc.jpg,Kawaii Pet Game Gallery 2,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-17, -/games/boxart/full_3941087AmericaFrontccc.png,Kenka Bancho: Badass Rumble,PSN,Action,Atlus,Spike,,,,,,,2009-11-11, -/games/boxart/full_1396408JapanFrontccc.jpg,Kenka Banchou,PS2,Action,Spike,Spike,,,,,,,2005-06-09, -/games/boxart/full_6259074JapanFrontccc.jpg,Kenyuu Densetsu Yaiba,GG,Action,Sega,Sega,,,,,,,1994-09-09, -/games/boxart/full_kenyuu-densetsu-yaiba_1JapanFront.jpg,Kenyuu Densetsu Yaiba,GB,Action,Banpresto,Banpresto,,,,,,,1994-03-25, -/games/boxart/default.jpg,Kero Blaster,PC,Action,Studio Pixel,Studio Pixel,,,,,,,2014-05-11,2018-08-20 -/games/boxart/full_5396661JapanFrontccc.jpg,Kero Kero Keroppi no Daibouken,NES,Action,Character Soft,Character Soft,,,,,,,1991-03-29, -/games/boxart/full_3678322JapanFrontccc.jpg,Kero Kero Keroppi no Daibouken 2: Donuts Ike ha Oosawagi!,NES,Action,Character Soft,Character Soft,,,,,,,1993-02-19, -/games/boxart/full_260722JapanFrontccc.jpg,Keroro Gunsou: MeroMero Battle Royale,PS2,Action,Bandai,Bandai,,,,,,,2004-09-30, -/games/boxart/full_7848120JapanFrontccc.jpg,Keroro Gunsou: MeroMero Battle Royale Z,PS2,Action,Bandai,Bandai,,,,,,,2005-11-17, -/games/boxart/default.jpg,Key of Solomon,PS3,Action,Unknown,TBA,,,,,,,, -/games/boxart/4599668ccc.jpg,Keystone Kapers,5200,Action,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/full_kickmaster_1AmericaFront.jpg,KickMaster,NES,Action,Taito,KID Corporation,,,,,,,1992-01-01, -/games/boxart/default.jpg,Kid Ninja,Wii,Action,Unknown,Asylum Entertainment,,,,,,,, -/games/boxart/full_264928JapanFrontccc.jpg,Kidou Senshi Gundam: Renpou vs. Zeon DX,DC,Action,Bandai,Bandai,,,,,,,2002-04-11, -/games/boxart/full_kiki-kai-kai_9JapanFront.jpg,Kiki Kai Kai,PCE,Action,Taito,Pixel,,,,,,,1990-03-27, -/games/boxart/full_kiki-kai-kai_0JapanFront.jpg,Kiki Kai Kai,VC,Action,Taito,Pixel,,,,,,,2008-07-08, -/games/boxart/full_8874129JapanFrontccc.jpg,Kikou Heidan J-Phoenix +,XB,Action,Takara,Takara,,,,,,,2002-12-05, -/games/boxart/full_2860745JapanFrontccc.jpg,Kikou Heidan J-Phoenix: Burst Tactics,PS2,Action,Takara,Takara,,,,,,,2002-04-25, -/games/boxart/full_kikou-keisatsu-metal-jack_585JapanFront.jpg,Kikou Keisatsu Metal Jack,SNES,Action,Atlus,Atlus Co.,,,,,,,1992-07-31, -/games/boxart/6375006ccc.jpg,Killer Satellites,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, -/games/boxart/default.jpg,Killing Bites,PSV,Action,Unknown,Nex Entertainment,,,,,,,2016-07-01, -/games/boxart/default.jpg,Killing Bites,PS4,Action,Unknown,Nex Entertainment,,,,,,,2016-07-01, -/games/boxart/4619549ccc.jpg,King Arthur & the Knights of Justice,SNES,Action,Enix,Manley and Associates Inc.,,,,,,,1995-07-01, -/games/boxart/full_2406075AmericaFrontccc.jpg,King of Dragons,SNES,Action,Capcom,Prism Kikaku,,,,,,,1994-04-01, -/games/boxart/full_7042726AmericaFrontccc.jpg,King of the Monsters,SNES,Action,Takara,Genki,,,,,,,1992-10-01, -/games/boxart/full_4300137AmericaFrontccc.jpg,King of the Monsters,NG,Action,SNK,SNK Corporation,,,,,,,1991-07-01, -/games/boxart/full_5502677AmericaFrontccc.jpg,King of the Monsters,VC,Action,D4 Enterprise,SNK Corporation,,,,,,,2008-07-07, -/games/boxart/6190774ccc.jpg,King of the Monsters,GEN,Action,Takara,"SPS Co.,Ltd.",,,,,,,1993-01-01, -/games/boxart/37789ccc.jpg,King of the Monsters 2,SNES,Action,Takara,Now Production,,,,,,,1994-06-01, -/games/boxart/2954346ccc.jpg,King of the Monsters 2,GEN,Action,Takara,SNK Corporation,,,,,,,1994-01-01, -/games/boxart/full_7452750AmericaFrontccc.jpg,King of the Monsters 2,NG,Action,SNK,SNK Corporation,,,,,,,1992-06-19, -/games/boxart/full_king-of-the-monsters-2_544AmericaFront.jpg,King of the Monsters 2,VC,Action,D4 Enterprise,SNK Corporation,,,,,,,2011-04-12, -/games/boxart/full_king-of-the-monsters-2-cd_681JapanFront.jpg,King of the Monsters 2 (CD),NG,Action,SNK,SNK Corporation,,,,,,,1994-09-09, -/games/boxart/default.jpg,King of Wushu,PC,Action,Snail Game,Snail Game,,,,,,,2016-01-01, -/games/boxart/full_4898391AmericaFrontccc.png,King of Wushu,XOne,Action,Snail Game,Snail Game,,,,,,,2016-01-01, -/games/boxart/6607779ccc.jpg,Kingdom Crusade,GB,Action,Electro Brain,Electro Brain,,,,,,,1992-01-02, -/games/boxart/full_kirbys-block-ball_640JapanFront.jpg,Kirby's Block Ball,3DS,Action,Nintendo,HAL Laboratory,,,,,,,,2018-04-20 -/games/boxart/default.jpg,Kirstie Alley's Big Life: Size Matters,PC,Action,Unknown,A&E Games,,,,,,,, -/games/boxart/full_2265067JapanFrontccc.jpg,Kishin Douji Zenki: Rettou Raiden,SNES,Action,Hudson Soft,Hudson Soft,,,,,,,1995-08-04, -/games/boxart/9043474ccc.jpg,KISS: Psycho Circus: The Nightmare Child,DC,Action,Gathering of Developers,Tremor Entertainment,5.7,,,,,,2000-10-29, -/games/boxart/full_kitchen-panic_966JapanFront.jpg,Kitchen Panic,GB,Action,Coconuts Japan,Bits Laboratory,,,,,,,1991-05-10, -/games/boxart/full_kitchen-panic_295JapanFront.jpg,Kitchen Panic,PS,Action,Panther Software,Panther Software,,,,,,,1998-05-28, -/games/boxart/full_kitchen-panic_492JapanFront.jpg,Kitchen Panic,PSN,Action,Mahou,Panther Software,,,,,,,2011-02-23, -/games/boxart/default.jpg,Kitchen Panic,XB,Action,Unknown,Panther Software,,,,,,,, -/games/boxart/full_5420256JapanFrontccc.jpg,Kiteretsu Shounen's Gangagan,DC,Action,Sega,Sega,,,,,,,2000-04-27, -/games/boxart/full_klik-amp-play_802AmericaFront.jpg,Klik & Play,PC,Action,Maxis,Europress Software Ltd.,,,,,,,1994-01-01, -/games/boxart/full_knight-lore-majou-no-ookami-otoko_9JapanFront.jpg,Knight Lore: Majou no Ookami Otoko (FDS),NES,Action,Jaleco,Jaleco Entertainment,,,,,,,1986-12-19, -/games/boxart/full_5488279AmericaFrontccc.jpg,Knight Squad,XOne,Action,Chainsawesome Games,Chainsawesome Games,,,,,,,2015-11-16,2018-07-19 -/games/boxart/full_9688538AmericaFrontccc.jpg,Knight Squad,PC,Action,Chainsawesome Games,Chainsawesome Games,,,,,,,2015-11-16,2018-07-19 -/games/boxart/default.jpg,Knightmare Tower,PC,Action,Juicy Beast Studio,Juicy Beast Studio,,,,,,,2012-08-31, -/games/boxart/full_9828927AmericaFrontccc.jpg,Knights of the Round,SNES,Action,Capcom,Capcom,,,,,,,1994-04-01, -/games/boxart/default.jpg,Knockout Peoples: Chotto Zankoku na Hakurankai,DSiW,Action,Unknown,"Barnhouse Effect Co., Ltd",,,,,,,2010-08-18, -/games/boxart/full_kobolds-quest_641AmericaFront.jpg,Kobold's Quest,XBL,Action,Microsoft,SuckerFree Games,,,,,,,2011-08-29, -/games/boxart/full_koede-asobu-heart-catch-precure_397JapanFront.jpg,Koede Asobu: Heart Catch PreCure!,DS,Action,Toei Animation,Toei Animation,,,,,,,2010-11-11, -/games/boxart/full_6134202PALFrontccc.jpg,Konami Double Pack: Metal Gear Solid Portable Ops / Silent Hill Origins,PSP,Action,Konami,Konami,,,,,,,2009-04-09, -/games/boxart/full_2714345JapanFrontccc.jpg,Konchuu Monster: Battle Master,GBA,Action,Culture Brain,Culture Brain,,,,,,,2005-05-03, -/games/boxart/full_392576JapanFrontccc.jpg,Konchuu Monster: Battle Stadium,GBA,Action,Culture Brain,Culture Brain,,,,,,,2005-05-03, -/games/boxart/full_8377059JapanFrontccc.jpg,Konchuu no Mori no Daibouken,GBA,Action,Culture Brain,Culture Brain,,,,,,,2005-08-11, -/games/boxart/4016042ccc.jpg,Kong: The 8th Wonder of the World,GBA,Action,Ubisoft,Ubisoft,6,,,,,,2005-11-21, -/games/boxart/full_konjiki-no-gashbell-gekitou-saikyou-no-mamonotachi_529JapanFront.jpg,Konjiki no Gashbell!! Gekitou! Saikyou no Mamonotachi,PS2,Action,Bandai,Bandai,,,,,,,2004-12-02, -/games/boxart/full_5136848JapanFrontccc.jpg,Konjiki no Gashbell!! Yuujou no Dengeki Dream Tag Tournament,GBA,Action,Banpresto,Banpresto,,,,,,,2005-11-24, -/games/boxart/full_konjiki-no-gashbell-yuujou-no-tag-battle-full-power_367JapanFront.jpg,Konjiki no Gashbell!! Yuujou no Tag Battle Full Power,GC,Action,Bandai,Bandai,,,,,,,2004-08-05, -/games/boxart/775863ccc.jpg,Kool-Aid Man,2600,Action,Mattel Interactive,Mattel,,,,,,,1983-01-01, -/games/boxart/full_2552722JapanFrontccc.jpg,Korokke! Ban-Ou no Kiki o Sukue,GC,Action,Konami,Konami,,,,,,,2004-07-08, -/games/boxart/full_5457511JapanFrontccc.jpg,Korokke! Ban-Ou no Kiki o Sukue,PS2,Action,Konami,Konami,,,,,,,2004-07-08, -/games/boxart/full_8632051JapanFrontccc.jpg,KoroKoro Cubix,DS,Action,Unknown,CyberFront,,,,,,,, -/games/boxart/2356330ccc.jpg,Kung Food,Lynx,Action,Atari,Lore Games,,,,,,,1992-01-01, -/games/boxart/full_kung-fu_405PALFront.jpg,Kung Fu,PS2,Action,505 Games,Vingt-et-un Systems,,,,,,,2006-04-01, -/games/boxart/full_kung-fu-dragon_418AmericaFront.jpg,Kung Fu Dragon,DSiW,Action,Unknown,Agetec,,,,,,,, -/games/boxart/full_6483016AmericaFrontccc.jpg,Kung Fu Funk: Everybody is Kung Fu Fighting!,WW,Action,Stickmen Studios,Stickmen Studios,,,,,,,2010-05-03, -/games/boxart/9453664ccc.jpg,Kung Fu Master,GB,Action,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-02-01, -/games/boxart/default.jpg,Kung Fu Panda 2,3DS,Action,Unknown,THQ,,,,,,,, -/games/boxart/full_1935205PALFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,PC,Action,Little Orbit,Little Orbit,,,,,,,2015-12-01,2018-04-09 -/games/boxart/full_5975858AmericaFrontccc.jpg,Kung Fu Panda: Showdown of Legendary Legends,PS4,Action,Little Orbit,Little Orbit,,,,,,,2015-12-01,2018-04-09 -/games/boxart/3483884ccc.jpg,Kung Fu Superkicks: Pursuit of The Ninja,2600,Action,Telegames,"Telegames, Inc.",,,,,,,1987-01-01, -/games/boxart/full_4889654AmericaFrontccc.jpg,Kung-Fu Heroes,NES,Action,Culture Brain,Culture Brain,,,,,,,1989-03-01, -/games/boxart/default.jpg,Kung-Fu LIVE,XBL,Action,Unknown,Virtual Air Guitar Company Ltd,,,,,,,, -/games/boxart/7033866ccc.jpg,Kung-Fu Master,7800,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, -/games/boxart/full_3861339JapanFrontccc.jpg,Kunio-Kun Nekketsu Collection,GBA,Action,Atlus,Million,,,,,,,2005-08-25, -/games/boxart/full_6818146JapanFrontccc.jpg,Kunio-Kun Nekketsu Collection 2,GBA,Action,Atlus,Million,,,,,,,2005-10-27, -/games/boxart/full_4922156JapanFrontccc.jpg,Kunio-Kun Nekketsu Collection 3,GBA,Action,Atlus,Million,,,,,,,2006-02-16, -/games/boxart/full_5190962JapanFrontccc.jpg,Kurohige no Kurutto Jintori,GBA,Action,Tomy Corporation,Tomy,,,,,,,2002-04-19, -/games/boxart/full_kururin-doughnuts-okashi-recipe_175JapanFront.jpg,Kururin Doughnuts: Okashi Recipe,DS,Action,Global A Entertainment,Global A Entertainment,,,,,,,2007-07-05, -/games/boxart/full_7663656AmericaFrontccc.jpg,Ladybird Galaxy,XBL,Action,Microsoft,Kobingo,,,,,,,2008-12-05, -/games/boxart/full_6175227AmericaFrontccc.jpg,Land of Illusion starring Mickey Mouse,GG,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_6252616AmericaFrontccc.jpg,Lara Croft and the Temple of Osiris,XOne,Action,Square Enix,Crystal Dynamics,,,,,,,2014-12-09,2018-07-30 -/games/boxart/full_5442657AmericaFrontccc.jpg,Last Action Hero,GG,Action,Sony Imagesoft,Bits Studios,,,,,,,1992-01-01, -/games/boxart/6851225ccc.jpg,Last Action Hero,NES,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-10-01, -/games/boxart/8176682ccc.jpg,Last Action Hero,SNES,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-10-01, -/games/boxart/4404440ccc.jpg,Last Action Hero,GB,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-10-01, -/games/boxart/full_4633410AmericaFrontccc.jpg,Last Action Hero,GEN,Action,Sony Imagesoft,Bits Studios,,,,,,,1993-01-01, -/games/boxart/full_139849AmericaFrontccc.jpg,Last Battle,GEN,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_7006280JapanFrontccc.jpg,Last Battle,VC,Action,Sega,Sega,,,,,,,2008-09-09, -/games/boxart/default.jpg,Last Flight,WW,Action,Unknown,Bloober Team,,,,,,,, -/games/boxart/full_9328483PALFrontccc.jpg,Last Ninja 3,VC,Action,Play It,System 3,,,,,,,2008-12-12, -/games/boxart/7556055ccc.jpg,Lazlo's Leap,GB,Action,DTMC,DTMC,,,,,,,1992-12-13, -/games/boxart/full_1504971AmericaFrontccc.jpg,Lazy Raiders,XBL,Action,Sarbakan,Sarbakan Inc.,7.8,,,,,,2010-02-24, -/games/boxart/6869941ccc.jpg,Legacy of Kain: Soul Reaver,PC,Action,Eidos Interactive,Crystal Dynamics,8.8,,,,,,1999-09-10, -/games/boxart/full_7177445AmericaFrontccc.png,Legacy of Kain: Soul Reaver,PSN,Action,Sony Computer Entertainment,Crystal Dynamics,,,,,,,2009-11-19, -/games/boxart/9824586ccc.jpg,Legend,SNES,Action,Seika,Arcade Zone LTD,,,,,,,1994-04-01, -/games/boxart/full_5274224PALFrontccc.jpg,Legend,PS,Action,FunSoft,Toka,,,,,,,1998-12-01, -/games/boxart/full_8842074AmericaFrontccc.jpg,Legend of Kay Anniversary,PS3,Action,Nordic Games,Neon Studios,,,,,,,2015-07-28,2019-04-06 -/games/boxart/full_1314160AmericaFrontccc.jpg,Legend of Kay Anniversary,X360,Action,Nordic Games,Neon Studios,,,,,,,2015-07-28,2019-04-06 -/games/boxart/full_5245931PALFrontccc.jpg,Legend of Kay Anniversary,PC,Action,Nordic Games,Nordic Games,,,,,,,2015-07-28,2018-04-09 -/games/boxart/full_9920531AmericaFrontccc.gif,Legend of Kunoichi,PSN,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, -/games/boxart/full_legend-of-mulan_10PALFront.jpg,Legend of Mulan,PS,Action,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, -/games/boxart/full_legendary-axe-ii_10AmericaFront.png,Legendary Axe II,PCE,Action,NEC,Victor Interactive Software,,,,,,,1990-01-01, -/games/boxart/full_836350AmericaFrontccc.jpg,Legends of Persia,PC,Action,Plug In Digital,Unknown,,,,,,,2014-06-03, -/games/boxart/full_3402008JapanFrontccc.jpg,Legendz: Sign of Necrom,GBA,Action,Bandai,Bandai,,,,,,,2005-02-17, -/games/boxart/full_legendz-yomigaeru-shiren-no-shima_10JapanFront.jpg,Legendz: Yomigaeru Shiren no Shima,GBA,Action,Bandai,Bec,,,,,,,2004-07-29, -/games/boxart/full_8947541AmericaFrontccc.jpg,LEGO Alpha Team,GB,Action,LEGO Media,Climax Group,,,,,,,2000-11-01, -/games/boxart/full_3576813AmericaFrontccc.jpg,LEGO Alpha Team,PC,Action,LEGO Media,Digital Domain,,,,,,,2000-01-01, -/games/boxart/full_1347772AmericaFrontccc.png,LEGO Batman: The Video Game,PSN,Action,Warner Bros. Interactive,Traveller's Tales,,,,,,,2009-10-01, -/games/boxart/full_3017137AmericaFrontccc.jpg,LEGO Marvel Super Heroes 2,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2017-11-14,2018-02-11 -/games/boxart/full_lego-pirates-of-the-caribbean-the-video-game_729PALFront.png,LEGO Pirates of the Caribbean: The Video Game,PSN,Action,Disney Interactive Studios,Traveller's Tales,,,,,,,2011-06-15, -/games/boxart/full_lego-star-wars-iii-the-clone-wars-psp_593AmericaFront.jpg,LEGO Star Wars III: The Clone Wars (PSP),PSN,Action,LucasArts,Traveller's Tales,,,,,,,2011-03-22, -/games/boxart/full_6412770AmericaFrontccc.jpg,LEGO Star Wars: The Complete Saga,XBL,Action,LucasArts,Traveller's Tales,,,,,,,2009-08-11,2018-12-01 -/games/boxart/full_5840272AmericaFrontccc.jpg,Lemmings Paintball,PC,Action,Psygnosis,Visual Science,,,,,,,1996-05-31, -/games/boxart/full_leprechauns_723AmericaFront.jpg,Leprechauns,XBL,Action,Microsoft,Sleep Minus One,,,,,,,2011-07-23, -/games/boxart/default.jpg,Let's Fold : Collection,And,Action,Unknown,Unknown,,,,,,,2014-08-03, -/games/boxart/8382019ccc.jpg,Lethal Weapon,GB,Action,Ocean,Ocean,,,,,,,1992-01-02, -/games/boxart/full_7446258JapanFrontccc.jpg,Libble Rabble,SNES,Action,Namco,Namco,,,,,,,1994-09-22, -/games/boxart/full_5999158AmericaFrontccc.jpg,Light,Linux,Action,Team17 Software,Just A Pixel Ltd.,,,,,,,2014-07-14,2018-08-08 -/games/boxart/full_3148272AmericaFrontccc.jpg,Light,OSX,Action,Team17 Software,Just A Pixel Ltd.,,,,,,,2014-07-14,2018-08-08 -/games/boxart/full_6977879AmericaFrontccc.jpg,Light,PC,Action,Team17 Software,Just A Pixel Ltd.,,,,,,,2014-07-14,2018-08-08 -/games/boxart/full_6594600JapanFrontccc.jpeg,Line Attack Heroes,WW,Action,Nintendo,GREZZO,,,,,,,2010-07-27, -/games/boxart/full_5450742AmericaFrontccc.png,LINE Let's Get Rich,And,Action,NAVER JAPAN,NAVER JAPAN,,,,,,,2014-07-13, -/games/boxart/default.jpg,Lion's Pride: Adventures on the Serengeti,3DS,Action,Unknown,Majesco Games,,,,,,,, -/games/boxart/full_little-nicky_754AmericaFront.jpg,Little Nicky,GB,Action,Ubisoft,Digital Eclipse,,,,,,,2000-12-01, -/games/boxart/full_9960846JapanFrontccc.jpg,Little Patisse: Keaki no Shiro,GBA,Action,MTO,MTO,,,,,,,2004-12-16, -/games/boxart/full_lizzie-mcguire-on-the-go_687AmericaFront.jpg,Lizzie McGuire: On the Go!,GBA,Action,Disney Interactive Studios,Digital Eclipse,,,,,,,2003-10-14, -/games/boxart/full_513741AmericaFrontccc.jpg,Lochjaw,2600,Action,Apollo,Apollo,,,,,,,1981-01-01, -/games/boxart/4678280ccc.jpg,Lock 'N' Chase,2600,Action,Mattel Interactive,Mattel,,,,,,,1982-01-01, -/games/boxart/full_8040623AmericaFrontccc.jpg,LocoCycle,XOne,Action,Microsoft Studios,Twisted Pixel Games,,,,,,,2013-11-22,2018-08-09 -/games/boxart/full_7201982AmericaFrontccc.jpg,LocoCycle,XBL,Action,Microsoft Studios,Twisted Pixel Games,,,,,,,2014-02-14,2018-10-08 -/games/boxart/default.jpg,Lode Runner,PC,Action,Unknown,Douglas E. Smith,,,,,,,, -/games/boxart/full_8460408AmericaFrontccc.jpg,Lode Runner 2,PC,Action,GT Interactive,Presage Software,,,,,,,1998-09-30, -/games/boxart/default.jpg,Logo Pop Quiz - What's the Icon Game Free,And,Action,Unknown,Unknown,,,,,,,2013-04-21, -/games/boxart/3252515ccc.jpg,London Blitz,2600,Action,Unknown,Avalon Hill,,,,,,,1983-01-01, -/games/boxart/full_315216AmericaFrontccc.jpg,Long Night,PC,Action,Unknown,Trickstar Games,,,,,,,2014-07-07, -/games/boxart/full_2245823AmericaFrontccc.jpg,"Loot, Steal 'n Destroy",XBL,Action,Microsoft,reallyjoel,,,,,,,2008-11-16, -/games/boxart/full_lootfest_290AmericaFront.jpg,Lootfest,XBL,Action,Microsoft,Gamefarm,,,,,,,2011-07-04, -/games/boxart/full_2030667AmericaFrontccc.jpg,Lost Horizon 2,PC,Action,Deep Silver,Unknown,,,,,,,2015-08-28, -/games/boxart/1319638ccc.jpg,Lost Luggage,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, -/games/boxart/full_868028AmericaFrontccc.jpg,Lotus - Stellar Conflict,XBL,Action,Microsoft,MindStar Games,,,,,,,2009-07-10, -/games/boxart/full_4900597JapanFrontccc.jpg,Love Hina Advance,GBA,Action,Marvelous Interactive,Marvelous,,,,,,,2001-09-07, -/games/boxart/full_4930355AmericaFrontccc.jpg,Lovely Planet,Linux,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2014-07-31,2018-08-08 -/games/boxart/full_7097463AmericaFrontccc.jpg,Lovely Planet,OSX,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2014-07-31,2018-08-08 -/games/boxart/default.jpg,Lovers in a Dangerous Spacetime,XOne,Action,Asteroid Base,Asteroid Base,,,,,,,2020-12-31, -/games/boxart/default.jpg,Lucha Fury,PSN,Action,Unknown,Punchers Impact,,,,,,,, -/games/boxart/default.jpg,Lucha Fury,PC,Action,Unknown,Punchers Impact,,,,,,,, -/games/boxart/full_lucha-fury_343AmericaFront.jpg,Lucha Fury,XBL,Action,Mindscape,Punchers Impact,3,,,,,,2011-06-22, -/games/boxart/full_584833JapanFrontccc.jpg,Lucifer Ring,PS,Action,Toshiba EMI,Toshiba EMI,,,,,,,1998-12-23, -/games/boxart/full_538930JapanFrontccc.jpg,Lucky * Star: Moe Drill,DS,Action,Kadokawa Shoten,Nitroplus,,,,,,,2005-12-01, -/games/boxart/default.jpg,Lucky Luke: On the Dalton's Trail,PC,Action,Infogrames,Ocean,,,,,,,2000-01-01, -/games/boxart/full_5803874PALFrontccc.jpg,Lucky Luke: Wanted!,GBA,Action,Infogrames,Infogrames,,,,,,,2001-11-02, -/games/boxart/full_5552979PALFrontccc.jpg,Lucky Luke: Western Fever,PS,Action,Infogrames,Kalisto,,,,,,,2001-11-02, -/games/boxart/full_7516242PALFrontccc.jpg,Lucky Luke: Western Fever,PC,Action,Infogrames,Aqua Pacific,,,,,,,2001-11-16, -/games/boxart/full_6586511AmericaFrontccc.jpg,Lugaru HD,PC,Action,Wolfire Games,Wolfire Games,,,,,,,2005-01-01, -/games/boxart/full_lunar-jetman_592PALFront.jpg,Lunar Jetman,PC,Action,Unknown,Ultimate - Play the Game,,,,,,,1983-01-01, -/games/boxart/default.jpg,Lunar Jetman (original),PC,Action,Unknown,Ultimate - Play the Game,,,,,,,, -/games/boxart/full_3108871JapanFrontccc.jpg,Lunar Lander,GB,Action,Pack-In-Video,Pack-In-Video,,,,,,,1990-09-21, -/games/boxart/full_7753916JapanFrontccc.jpg,Lupin III: Densetsu no Hihou o Oe!,SNES,Action,Epoch,SAS Sakata,,,,,,,1997-12-27, -/games/boxart/full_2185783JapanFrontccc.jpg,Lupin Sansei: Pandora no Isan,NES,Action,Namco,Namco,,,,,,,1987-11-06, -/games/boxart/5335086ccc.jpg,M*A*S*H,2600,Action,20th Century Fox Video Games,20th Century Fox,,,,,,,1983-01-01, -/games/boxart/full_8744117JapanFrontccc.jpg,Macross M3,DC,Action,Shoeisha,Shoeisha,4,,,,,,2001-02-22, -/games/boxart/full_8449574JapanFrontccc.jpg,Macross Plus Game Edition,PS,Action,Takara,Takara,,,,,,,2000-06-29, -/games/boxart/full_443603AmericaFrontccc.jpg,Mad Max,NES,Action,Mindscape,"Mindscape, Inc.",,,,,,,1990-07-01, -/games/boxart/default.jpg,Mad Max (2013),X360,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2015-09-01,2018-01-05 -/games/boxart/default.jpg,Mad Max (2013),PS3,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2015-09-01,2018-01-05 -/games/boxart/default.jpg,Madballs in Babo:Invasion,XBL,Action,Unknown,Playbrains,,,,,,,, -/games/boxart/8787546ccc.jpg,Made Man: Confessions of the Family Blood,PS2,Action,Aspyr,Silverback Studios,,,,,,,2007-04-23, -/games/boxart/full_6081807AmericaFrontccc.jpg,Made Man: Confessions of the Family Blood,PC,Action,Aspyr,Silverback Studios,,,,,,,2007-04-23, -/games/boxart/full_madouou-granzort_3JapanFront.jpg,Madouou Granzort,PCE,Action,Hudson Soft,Hudson Soft,,,,,,,1990-04-06, -/games/boxart/full_mafia-ii-jimmys-vendetta_315AmericaFront.jpg,Mafia II: Jimmy's Vendetta,XBL,Action,2K Games,2K Czech,,,,,,,2010-09-07, -/games/boxart/full_mafia-ii-jimmys-vendetta_282AmericaFront.jpg,Mafia II: Jimmy's Vendetta,PSN,Action,2K Games,2K Czech,,,,,,,2010-09-07, -/games/boxart/full_mafia-ii-jimmys-vendetta_376AmericaFront.jpg,Mafia II: Jimmy's Vendetta,PC,Action,2K Games,2K Czech,,,,,,,2010-09-07, -/games/boxart/full_mafia-ii-joes-adventures_148AmericaFront.jpg,Mafia II: Joe's Adventures,XBL,Action,2K Games,2K Czech,,,,,,,2010-11-23, -/games/boxart/full_mafia-ii-joes-adventures_714AmericaFront.jpg,Mafia II: Joe's Adventures,PSN,Action,2K Games,2K Czech,,,,,,,2010-11-23, -/games/boxart/full_mafia-ii-joes-adventures_360AmericaFront.jpg,Mafia II: Joe's Adventures,PC,Action,2K Games,2K Czech,,,,,,,2010-11-23, -/games/boxart/full_mafia-ii-the-betrayal-of-jimmy_558AmericaFront.png,Mafia II: The Betrayal of Jimmy,PSN,Action,2K Games,2K Czech,,,,,,,2010-08-24, -/games/boxart/full_9710155AmericaFrontccc.png,Mage & Minions,And,Action,"Making Fun, Inc.","Making Fun, Inc.",,,,,,,2014-08-11, -/games/boxart/full_2523289AmericaFrontccc.jpg,MageSlayer,PC,Action,GT Interactive,Raven Software,,,,,,,1997-09-30, -/games/boxart/full_magical-taruruuto-kun_922JapanFront.jpg,Magical * Taruruuto-kun,GB,Action,Bandai,TOSE Software,,,,,,,1991-06-15, -/games/boxart/full_magical-taruruuto-kun-2-raiba-zone-panic_710JapanFront.jpg,Magical * Taruruuto-kun 2: Raiba Zone Panic!!,GB,Action,Bandai,Tom Create,,,,,,,1992-07-10, -/games/boxart/full_7672451AmericaFrontccc.jpg,Magical Battle Festa,PC,Action,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_2835936AmericaFrontccc.jpg,MagiCard,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, -/games/boxart/5733046ccc.jpg,Magician Lord,NG,Action,SNK,ADK Corporation,,,,,,,1991-07-01, -/games/boxart/9228199ccc.jpg,Magician Lord,VC,Action,D4 Enterprise,ADK Corporation,,,,,,,2007-10-29, -/games/boxart/full_magician-lord_130AmericaFront.jpg,Magician Lord,PSN,Action,SNK Playmore,ADK Corporation,,,,,,,2010-12-21, -/games/boxart/full_magician-lord-cd_684JapanFront.jpg,Magician Lord (CD),NG,Action,SNK,ADK Corporation,,,,,,,1994-10-31, -/games/boxart/full_magician-lord-psp_989AmericaFront.jpg,Magician Lord (PSP),PSN,Action,SNK Playmore,ADK Corporation,,,,,,,2011-01-18, -/games/boxart/full_6859614AmericaFrontccc.jpg,Magicka 2,PS4,Action,Paradox Interactive,Paradox Interactive,,,,,,,2015-05-25, -/games/boxart/default.jpg,Magma Balls,GIZ,Action,Unknown,Horizon Software I.T.,,,,,,,, -/games/boxart/6130678ccc.jpg,MagMax,NES,Action,FCI,Nihon Bussan,,,,,,,1988-10-01, -/games/boxart/default.jpg,Mahjong Fairyland,GIZ,Action,Unknown,"Joymaster Holding Co., Ltd.",,,,,,,, -/games/boxart/full_2799636JapanFrontccc.jpg,Mahou no Shoujo: Silky Lip,SCD,Action,Riot,Riot,,,,,,,1992-06-19, -/games/boxart/full_2356175JapanFrontccc.jpg,Mai-Hime Bakuretsu! Fuuka Gakuen Gekitoushi?!,PSP,Action,Sunrise Interactive,Sunrise Interactive,,,,,,,2006-02-23, -/games/boxart/full_3032007JapanFrontccc.jpg,Mai-Hime Senretsu! Shin Fuuka Gakuen Gekitoushi!!,PSP,Action,Sunrise Interactive,Sunrise Interactive,,,,,,,2006-04-27, -/games/boxart/full_maidsans-caving-adventure_334AmericaFront.jpg,Maid_san's Caving Adventure,XBL,Action,Microsoft,kohei,,,,,,,2011-01-25, -/games/boxart/2369247ccc.jpg,Major League Eating: The Game,WW,Action,Mastiff,Sensory Sweep,,,,,,,2008-07-14, -/games/boxart/3337150ccc.jpg,Malagai,2600,Action,Answer Software,Answer Software,,,,,,,1983-01-01, -/games/boxart/full_malicious_1JapanFront.jpg,Malicious,PSN,Action,Sony Computer Entertainment,Alvion Inc.,,,,,,,2012-02-08, -/games/boxart/default.jpg,Malicious,PSV,Action,Unknown,Alvion,,,,,,,, -/games/boxart/full_mameshiba_403JapanFront.jpg,Mameshiba,3DS,Action,Nippon Ichi Software,Nippon Columbia,,,,,,,2011-10-27, -/games/boxart/default.jpg,Man Vs Bee,GIZ,Action,Unknown,tritoneTech,,,,,,,, -/games/boxart/default.jpg,MANGA POKER,GIZ,Action,Unknown,BITWEEN S.R.L.,,,,,,,, -/games/boxart/7729490ccc.jpg,Mangia',2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, -/games/boxart/full_6897812AmericaFrontccc.png,Manhunt 2,PSN,Action,Rockstar Games,Rockstar London,,,,,,,2009-10-14, -/games/boxart/full_1708149AmericaFrontccc.jpg,Manhunt 2,PC,Action,Rockstar Games,Rockstar London,,,,,,,2009-11-06, -/games/boxart/full_6143785AmericaFrontccc.jpg,Manic Monkey Mayhem,WW,Action,The Code Monkeys,The Code Monkeys,,,,,,,2010-05-24, -/games/boxart/default.jpg,Manic Monkey Mayhem,DSiW,Action,Unknown,The Code Monkeys,,,,,,,, -/games/boxart/full_manic-monkey-mayhem_5AmericaFront.jpg,Manic Monkey Mayhem,PSN,Action,The Code Monkeys,The Code Monkeys,,,,,,,2010-05-18, -/games/boxart/7976310ccc.jpg,Marauder,2600,Action,Tigervision,Tigervision,,,,,,,1982-01-01, -/games/boxart/full_3422646AmericaFrontccc.png,Marble Woka Woka,And,Action,Two Desperados,Two Desperados,,,,,,,2016-03-02, -/games/boxart/full_6527225AmericaFrontccc.jpg,Marc Ecko's Getting Up: Contents Under Pressure,XB,Action,Atari,"The Collective, Inc.",,,,,,,2006-02-14, -/games/boxart/full_2358722JapanFrontccc.jpg,Märchen Maze,PCE,Action,Namco,Namco,,,,,,,1990-12-11, -/games/boxart/default.jpg,Märchen Maze (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-09-29, -/games/boxart/2137076ccc.jpg,Marine Wars,2600,Action,Konami,Konami,,,,,,,1983-01-01, -/games/boxart/full_3821870AmericaFrontccc.jpg,Mark of the Ninja,XBL,Action,Microsoft Studios,Klei Entertainment,,,,,,,2012-09-07,2018-10-08 -/games/boxart/full_9210616PALFrontccc.jpg,Martin Mystery: Monster Hunter,DS,Action,Ubisoft,Ubisoft,,,,,,,2009-03-27, -/games/boxart/6198625ccc.jpg,Maru's Mission,GB,Action,Jaleco,Jaleco Entertainment,,,,,,,1991-03-01, -/games/boxart/full_3172903AmericaFrontccc.jpg,Marvel Land,GEN,Action,Namco,Namco,,,,,,,1991-01-01, -/games/boxart/default.jpg,Marvel Land (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-06-30, -/games/boxart/full_1409785AmericaFrontccc.png,Marvel: Contest of the Champions,And,Action,Marvel Entertainment,Kabam,,,,,,,2014-10-01, -/games/boxart/full_marvin-strikes-back_857AmericaFront.jpg,Marvin Strikes Back!,GB,Action,Infogrames,Infogrames,,,,,,,2000-11-23, -/games/boxart/378849ccc.jpg,Mary Shelley's Frankenstein,SNES,Action,Sony Imagesoft,Bits Corporation Limited,,,,,,,1994-01-01, -/games/boxart/full_6668641AmericaFrontccc.jpg,Mary Shelley's Frankenstein,GEN,Action,Sony Imagesoft,Bits Studios,,,,,,,1994-03-04, -/games/boxart/full_9925315AmericaFrontccc.jpg,Mary-Kate and Ashley: Crush Course,GB,Action,Acclaim Entertainment,Crawfish Interactive,,,,,,,2001-11-01, -/games/boxart/full_9025306AmericaFrontccc.jpg,Mary-Kate and Ashley: Crush Course,PC,Action,Acclaim Entertainment,n-Space,,,,,,,2003-10-01, -/games/boxart/2923130ccc.jpg,Master Builder,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, -/games/boxart/full_master-karateka_228JapanFront.jpg,Master Karateka,GB,Action,Bandai,Bandai Shinsei,,,,,,,1989-12-28, -/games/boxart/1273554ccc.jpg,Masters of the Universe Interactive - He-Man: Defender of Grayskull,PS2,Action,TDK Mediactive,Midas Interactive Entertainment,,,,,,,2005-01-01, -/games/boxart/228564ccc.jpg,Masters of the Universe: Power of He-Man,2600,Action,Mattel Interactive,Mattel,,,,,,,1983-01-01, -/games/boxart/7052509ccc.jpg,Matrix: Path Of Neo,XB,Action,Atari,Unknown,,,,,,,2005-11-07, -/games/boxart/full_5182451AmericaFrontccc.jpg,Max Gentlemen,Linux,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, -/games/boxart/full_1693203AmericaFrontccc.jpg,Max Gentlemen,OSX,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, -/games/boxart/full_8417449AmericaFrontccc.jpg,Max Gentlemen,PC,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, -/games/boxart/full_4713997AmericaFrontccc.jpg,Max Gentlemen,And,Action,The Men Who Wear Many Hats LLC,The Men Who Wear Many Hats LLC,,,,,,,2014-08-21, -/games/boxart/full_4758792PALFrontccc.jpg,Maya the Bee and Her Friends,GB,Action,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-01-01, -/games/boxart/full_7246391PALFrontccc.jpg,Maya the Bee: Garden Adventures,GB,Action,Acclaim Entertainment,NEON Software GmbH,,,,,,,2000-11-17, -/games/boxart/full_9175999AmericaFrontccc.jpg,Maze,2600,Action,Sears,Telegames,,,,,,,1978-01-01, -/games/boxart/full_maze-hunter-3d_7AmericaFront.jpg,Maze Hunter 3-D,MS,Action,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_maze-mania_535AmericaFront.jpg,Maze Mania: A Game of Cops 'n Robbers,2600,Action,Sears,Atari,,,,,,,1978-01-01, -/games/boxart/2505547ccc.jpg,Mazin Saga Mutant Fighter,GEN,Action,Victory Lap Games,Almanic Corp,,,,,,,1993-02-25, -/games/boxart/full_me-monstar-hear-me-roar_193AmericaFront.png,Me Monstar: Hear Me Roar!,PSN,Action,Unknown,Cohort Studios,6.5,,,,,,2011-07-04, -/games/boxart/default.jpg,MechWarrior,X360,Action,Unknown,Smith & Tinker,,,,,,,, -/games/boxart/full_2747789AmericaFrontccc.jpg,Mega Coin Squad,Linux,Action,Adult Swim,Big Pixel Studios,,,,,,,2014-08-15,2018-08-08 -/games/boxart/full_2608452AmericaFrontccc.jpg,Mega Coin Squad,OSX,Action,Adult Swim,Big Pixel Studios,,,,,,,2014-08-15,2018-08-08 -/games/boxart/full_3224607AmericaFrontccc.jpg,Mega Coin Squad,PC,Action,Adult Swim,Big Pixel Studios,,,,,,,2014-08-15,2018-08-08 -/games/boxart/9027468ccc.jpg,Mega Man III,GB,Action,Capcom,Capcom,,,,,,,1992-12-11, -/games/boxart/8213308ccc.jpg,Mega Man IV,GB,Action,Capcom,Capcom,,,,,,,1993-12-08, -/games/boxart/full_8377395AmericaFrontccc.png,Mega Man X3,WiiU,Action,Capcom,Capcom,,,,,,,2014-08-28,2018-04-10 -/games/boxart/default.jpg,Mega Man X4,PSV,Action,Capcom,Capcom,,,,,,,2014-09-02, -/games/boxart/8200280ccc.jpg,Megaforce,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, -/games/boxart/full_megumi-rescue_6JapanFront.jpg,Megumi Rescue,MS,Action,Sega,Sega,,,,,,,1988-07-30, -/games/boxart/6392850ccc.jpg,Meltdown,7800,Action,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/4917421ccc.jpg,Men in Black 2: The Series,GB,Action,Crave Entertainment,David A. Palmer Productions,,,,,,,2000-07-09, -/games/boxart/full_men-in-black-the-game_329PALFront.jpg,Men in Black: The Game,PS,Action,Gremlin Interactive Ltd,Double Helix Games,,,,,,,1998-04-04, -/games/boxart/full_men-in-black-the-game_60AmericaFront.jpg,Men in Black: The Game,PC,Action,SouthPeak Interactive,Gigawatt Studios,,,,,,,1997-10-31, -/games/boxart/full_men-in-black-the-series_201AmericaFront.jpg,Men in Black: The Series,GB,Action,Crave Entertainment,Tiertex Design Studios,,,,,,,2000-06-15, -/games/boxart/full_1698245AmericaFrontccc.png,Mental Hospital: Eastern Bloc II,And,Action,Igor Migun,Igor Migun,,,,,,,2014-04-29, -/games/boxart/default.jpg,Mercury,XOne,Action,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_4885021AmericaFrontccc.jpg,Mesmerize: Distort,PSN,Action,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-12-20, -/games/boxart/full_mesmerize-trace_532AmericaFront.jpg,Mesmerize: Trace,PSN,Action,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-01-17, -/games/boxart/full_metal-fight-beyblade-portable-chouzetsu-tensei-vulcan-horses_4JapanFront.jpg,Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses,PSN,Action,Takara Tomy,Takara Tomy,,,,,,,2010-11-04, -/games/boxart/full_55445JapanFrontccc.jpg,Metal Gear,VC,Action,Konami,Konami,,,,,,,2009-12-08, -/games/boxart/full_5705715JapanFrontccc.jpg,Metal Gear 2: Solid Snake,VC,Action,Konami,Konami,,,,,,,2010-03-30, -/games/boxart/full_metal-gear-online_749AmericaFront.jpg,Metal Gear Online,PSN,Action,Konami,Kojima Productions,,,,,,,2008-06-12, -/games/boxart/full_metal-gear-solid_942AmericaFront.jpg,Metal Gear Solid,GB,Action,Konami,Konami Computer Entertainment Japan,9.6,,,,,,2000-04-24, -/games/boxart/full_metal-gear-solid-peace-walker_3PALFront.png,Metal Gear Solid: Peace Walker,PSN,Action,Konami,Kojima Productions,,,,,,,2010-06-08, -/games/boxart/full_2223419AmericaFrontccc.png,Metal Gear Solid: Portable Ops,PSN,Action,Konami,Kojima Productions,,,,,,,2009-12-17, -/games/boxart/full_2179290AmericaFrontccc.png,Metal Gear Solid: Portable Ops Plus,PSN,Action,Konami,Kojima Productions,,,,,,,2009-12-17, -/games/boxart/full_5317985AmericaFrontccc.jpg,Metal Gear: Ghost Babel,GBC,Action,Konami Digital Entertainment,TOSE,,,,,,,2000-05-05, -/games/boxart/2172899ccc.jpg,Metal Morph,SNES,Action,FCI,Origin,,,,,,,1986-01-01, -/games/boxart/full_metal-slug-2_312AmericaFront.jpg,Metal Slug 2,PSN,Action,SNK Playmore,SNK Plymore,,,,,,,2011-10-11, -/games/boxart/full_metal-storm_2AmericaFront.jpg,Metal Storm,NES,Action,Irem Software Engineering,Tamtex,,,,,,,1991-02-01, -/games/boxart/5821396ccc.jpg,Metal Warriors,SNES,Action,Konami,LucasArts,,,,,,,1995-04-01, -/games/boxart/full_4256521JapanFrontccc.jpg,Metalgun Slinger,GBA,Action,Atmark,Atmark,,,,,,,2002-09-27, -/games/boxart/full_metal-mech-man-ampamp-machine_8AmericaFront.jpg,MetalMech: Man & Machine,NES,Action,Jaleco,Sculptured Software,,,,,,,1991-03-01, -/games/boxart/default.jpg,Metalocalypse: Dethgame,XBL,Action,Unknown,Frozen Codebase,,,,,,,, -/games/boxart/default.jpg,Metalocalypse: Dethgame,PSN,Action,Unknown,Frozen Codebase,,,,,,,, -/games/boxart/full_5759247AmericaFrontccc.jpg,Metrocide,PC,Action,Flat Earth Games,Flat Earth Games,,,,,,,2014-10-01, -/games/boxart/full_mickeys-ultimate-challenge_9AmericaFront.jpg,Mickey's Ultimate Challenge,GG,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-01-01, -/games/boxart/8845230ccc.jpg,Mickey's Ultimate Challenge,GB,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-05-01, -/games/boxart/default.jpg,Mickey's Ultimate Challenge,MS,Action,Tec Toy,Designer Software,,,,,,,1989-01-01, -/games/boxart/full_mickeys-ultimate-challenge_7AmericaFront.jpg,Mickey's Ultimate Challenge,GEN,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-01-01, -/games/boxart/full_mickeys-ultimate-challenge_3AmericaFront.jpg,Mickey's Ultimate Challenge,SNES,Action,Hi Tech Expressions,Designer Software,,,,,,,1994-02-01, -/games/boxart/9505856ccc.jpg,Midnight Mutants,7800,Action,Atari,Radioactive Software,,,,,,,1990-01-01, -/games/boxart/1580722ccc.jpg,Mighty Final Fight,NES,Action,Capcom,Capcom,,,,,,,1993-07-01, -/games/boxart/full_280305AmericaFrontccc.png,Mighty Gunvolt,3DS,Action,Inti Creates,Inti Creates,7.3,,,,,,2014-08-29, -/games/boxart/full_2637268AmericaFrontccc.png,Mighty Gunvolt Burst,NS,Action,Inti Creates,Inti Creates,8,,,,,,2017-06-15,2018-11-26 -/games/boxart/full_6993912AmericaFrontccc.png,Mighty Gunvolt Burst,3DS,Action,Inti Creates,Inti Creates,,,,,,,2017-06-29,2018-11-26 -/games/boxart/7272479ccc.jpg,Mighty Morphin Power Rangers,GEN,Action,Sega,Bandai,,,,,,,1994-01-01, -/games/boxart/full_mighty-morphin-power-rangers-the-movie_5AmericaFront.jpg,Mighty Morphin Power Rangers: The Movie,GB,Action,Bandai,Tom Create,,,,,,,1995-08-01, -/games/boxart/full_mighty-morphin-power-rangers-the-movie_6AmericaFront.jpg,Mighty Morphin Power Rangers: The Movie,GEN,Action,Bandai,SIMS,,,,,,,1995-06-15, -/games/boxart/7131763ccc.jpg,Mighty Morphin Power Rangers: The Movie,SNES,Action,Bandai,Natsume,,,,,,,1995-06-01, -/games/boxart/full_3368788AmericaFrontccc.jpg,Mighty Morphin' Power Rangers,GG,Action,Sega,Banpresto,,,,,,,1994-01-01, -/games/boxart/2167229ccc.jpg,Mighty Morphin' Power Rangers,SCD,Action,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_mighty-mulan_10PALFront.jpg,Mighty Mulan,PS2,Action,Phoenix Games,The Code Monkeys,,,,,,,2006-01-01, -/games/boxart/full_8367688AmericaFrontccc.png,Mighty Switch Force! Hyper Drive Edition,WiiU,Action,WayForward Technologies,WayForward,,,,,,,2012-11-18,2020-09-13 -/games/boxart/full_7989476AmericaFrontccc.jpg,Mind's Eye of Jupiter - 01,XBL,Action,Microsoft,rogerst,,,,,,,2009-06-09, -/games/boxart/231849ccc.jpg,Mines of Minos,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, -/games/boxart/full_8392568AmericaFrontccc.jpg,Mini Golf 360,XBL,Action,Microsoft,Jhample,,,,,,,2009-09-02, -/games/boxart/full_mini-ninjas_247AmericaFront.jpg,Mini Ninjas,XBL,Action,Eidos Interactive,IO Interactive,,,,,,,2011-02-08, -/games/boxart/full_3682353JapanFrontccc.jpg,Minna no Soft Series: Hyokkori Hyoutan Shima,GBA,Action,MTO,MTO,,,,,,,2003-11-21, -/games/boxart/full_108967JapanFrontccc.jpg,Miracle! Panzou: 7-tsu no Hoshi no Uchuu Kaizoku,GBA,Action,Atlus,Atlus Co.,,,,,,,2005-11-03, -/games/boxart/full_2975506JapanFrontccc.jpg,Mirai Shounen Conan,PCE,Action,Nippon Telenet,Nippon Telenet,,,,,,,1992-02-28, -/games/boxart/full_7403528JapanFrontccc.jpg,Mirai Shounen Conan,PS2,Action,D3 Publisher,D3 Publisher,,,,,,,2005-08-25, -/games/boxart/full_mirrors-edge_4AmericaFront.jpg,Mirror's Edge,XBL,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2010-06-21, -/games/boxart/full_mirrors-edge-pure-time-trials_389AmericaFront.jpg,Mirror's Edge: Pure Time Trials,XBL,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2009-02-19, -/games/boxart/default.jpg,Mirror's Edge: Pure Time Trials,PSN,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2009-02-19, -/games/boxart/full_mirrors-edge-pure-time-trials_895AmericaFront.jpg,Mirror's Edge: Pure Time Trials,PC,Action,Electronic Arts,EA Digital Illusions CE,,,,,,,2009-02-19, -/games/boxart/full_791258AmericaFrontccc.jpg,Mission 3000 A.D.,2600,Action,Bit Corporation,Quelle,,,,,,,1983-01-01, -/games/boxart/full_4739423AmericaFrontccc.jpg,Mission Survive,2600,Action,Unknown,Video Gems,,,,,,,1983-01-01, -/games/boxart/3602565ccc.jpg,Mission: Impossible,NES,Action,Ultra Games,Konami,,,,,,,1990-09-01, -/games/boxart/full_2697897AmericaFrontccc.jpg,Mithra Episode 1: The Calling,XBL,Action,Microsoft,KamiSama,,,,,,,2009-03-05, -/games/boxart/full_mizubaku-daibouken_7JapanFront.jpg,Mizubaku Daibouken,PCE,Action,Taito,Taito Corporation,,,,,,,1992-01-17, -/games/boxart/full_8963630JapanFrontccc.jpg,Mizuiro Blood,DS,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-06-14, -/games/boxart/full_3821895JapanFrontccc.jpg,Mobile Suit Gundam Seed,WS,Action,Bandai,Bandai,,,,,,,2003-03-15, -/games/boxart/full_9945146JapanFrontccc.jpg,Mobile Suit Gundam Seed: Tomo to Kimi to Koko de,GBA,Action,Bandai,Bandai,,,,,,,2004-05-13, -/games/boxart/full_7791911JapanFrontccc.jpg,Mobile Suit Gundam: Char's Counterattack,PS,Action,Bandai,Bandai,,,,,,,1998-12-17, -/games/boxart/full_8432823JapanFrontccc.jpg,Mobile Suit Gundam: Senshitachi no Kiseki,GC,Action,Bandai,Bandai,,,,,,,2004-03-18, -/games/boxart/full_3521728AmericaFrontccc.jpg,Modern Pirate Hunter Episode 1: Nash's Revenge,XBL,Action,Microsoft,ZXB Games,,,,,,,2010-05-18, -/games/boxart/full_2142208AmericaFrontccc.jpg,Mogul Maniac,2600,Action,Unknown,Amiga,,,,,,,1982-01-01, -/games/boxart/full_5189940PALFrontccc.jpg,Moho,DC,Action,Take-Two Interactive,Lost Toys,,,,,,,2000-11-24, -/games/boxart/full_momotarou-dengeki-2-momotaro-thunderbolt_899JapanFront.jpg,Momotarou Dengeki 2: Momotaro Thunderbolt,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1994-12-16, -/games/boxart/full_momotarou-dengeki_464JapanFront.jpg,Momotarou Dengeki: Momotaro Thunderbolt,GB,Action,Hudson Soft,Hudson Soft,,,,,,,1993-08-08, -/games/boxart/full_momotarou-katsugeki_4JapanFront.jpg,Momotarou Katsugeki,PCE,Action,Hudson Soft,Hudson Soft,,,,,,,1990-09-21, -/games/boxart/full_monarch-the-butterfly-king_838AmericaFront.jpg,Monarch: The Butterfly King,PC,Action,Merscom LLC,Reflexive Entertainment,,,,,,,2007-05-02, -/games/boxart/full_4716342AmericaFrontccc.png,Mondo,PC,Action,Unknown,Unknown,,,,,,,2014-07-25, -/games/boxart/full_monkey-madness_37AmericaFront.jpg,Monkey Madness,XBL,Action,Microsoft,Phoebit,,,,,,,2011-09-06, -/games/boxart/full_monster-bash_817AmericaFront.jpg,Monster Bash,PC,Action,3D Realms,"Apogee Software, Ltd.",,,,,,,1993-04-09, -/games/boxart/full_2578462PALFrontccc.jpg,Monster High 13 Wishes,Wii,Action,Little Orbit,Little Orbit,,,,,,,2013-10-29, -/games/boxart/default.jpg,Monster Hunter Frontier G8: Premium Package,PS3,Action,Capcom,Unknown,,,,,,,2015-07-22, -/games/boxart/full_2089289AmericaFrontccc.jpg,Monster Hunter: World,PC,Action,Capcom,Capcom,,,,,,,2018-08-09,2018-07-19 -/games/boxart/1206931ccc.jpg,Monster Max,GB,Action,Titus,Titus Software,,,,,,,1995-01-02, -/games/boxart/full_2952296AmericaFrontccc.jpg,Monster Rancher Battle Card GB,GB,Action,Tecmo,GRC,,,,,,,1999-12-23, -/games/boxart/full_4356763AmericaFrontccc.jpg,Monster Rancher Explorer,GB,Action,Tecmo,Tecmo,,,,,,,2000-10-01, -/games/boxart/full_493062AmericaFrontccc.png,Monster Strike,And,Action,"mixi, Inc","mixi, Inc",,,,,,,2014-10-23, -/games/boxart/full_6601491AmericaFrontccc.jpg,"Monsters, Inc.",GB,Action,THQ,Vicarious Visions,,,,,,,2001-10-19, -/games/boxart/full_9109405PALFrontccc.jpg,"Monsters, Inc. Scare Island",PC,Action,Disney Interactive Studios,Disney Interactive,,,,,,,2002-01-25, -/games/boxart/full_1472391JapanFrontccc.jpg,Moomon Tani no Okurimono,DS,Action,Sonic Powered,Sonic Powered,,,,,,,2009-11-19, -/games/boxart/full_moon-diver_626AmericaFront.jpg,Moon Diver,XBL,Action,Square Enix,FeelPlus,7.1,,,,,,2011-05-04, -/games/boxart/full_moon-diver_912AmericaFront.jpg,Moon Diver,PSN,Action,Square Enix,FeelPlus,6.5,,,,,,2011-03-29, -/games/boxart/default.jpg,Moon Hunters,PS4,Action,Kitfox Games,Kitfox Games,,,,,,,2016-07-12, -/games/boxart/1978302ccc.jpg,Moonsweeper,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/1409796ccc.jpg,Moto Rodeo,2600,Action,Atari,Axlon,,,,,,,1990-01-01, -/games/boxart/default.jpg,MOTOGP 13,X360,Action,Milestone,Unknown,,,,,,,2014-06-17, -/games/boxart/default.jpg,MOTOGP 13,PC,Action,Milestone,Unknown,,,,,,,2014-06-17, -/games/boxart/default.jpg,MOTOGP 13,PS3,Action,Milestone,Unknown,,,,,,,2014-06-17, -/games/boxart/default.jpg,MOTOGP 13,PSV,Action,Milestone,Unknown,,,,,,,2014-06-17, -/games/boxart/255978ccc.jpg,Mountain King,5200,Action,CBS Electronics,CBS Electronics,,,,,,,1984-01-01, -/games/boxart/1560046ccc.jpg,Mouse Trap Hotel,GB,Action,Electro Brain,Imagineering Inc,,,,,,,1992-01-02, -/games/boxart/default.jpg,Movie Mania: Guess the Shadow,And,Action,Unknown,Unknown,,,,,,,2014-01-14, -/games/boxart/9460410ccc.jpg,Mr. Chin's Gourmet Paradise,GB,Action,Romstar,Romstar,,,,,,,1990-01-02, -/games/boxart/full_mr-do_9AmericaFront.jpg,Mr. Do!,GB,Action,Nintendo,Ocean,,,,,,,1992-11-01, -/games/boxart/full_mr-do_3AmericaFront.jpg,Mr. Do!,SNES,Action,Black Pearl,Imagineer,,,,,,,1996-12-01, -/games/boxart/full_mr-dos-castle_1AmericaFront.jpg,Mr. Do!'s Castle,5200,Action,Parker Bros.,Parker Bros,,,,,,,1984-01-01, -/games/boxart/default.jpg,Mr. Driller,PC,Action,Midas Interactive Entertainment,Namco,,,,,,,2001-01-01, -/games/boxart/default.jpg,Mr. Ink Jet,PSV,Action,Unknown,AQ Interactive,,,,,,,, -/games/boxart/full_mr-postman_909PALFront.jpg,Mr. Postman,2600,Action,Bit Corporation,Bit Corporation,,,,,,,1983-01-01, -/games/boxart/default.jpg,Mr. T,PC,Action,Unknown,ZootFly,,,,,,,, -/games/boxart/default.jpg,Mr. T,PS3,Action,Unknown,ZootFly,,,,,,,, -/games/boxart/default.jpg,Mr. T,X360,Action,Unknown,ZootFly,,,,,,,, -/games/boxart/default.jpg,Mr. T,Wii,Action,Unknown,ZootFly,,,,,,,, -/games/boxart/full_8854070JapanFrontccc.jpg,Mugen Bog,GBA,Action,Konami,Konami,,,,,,,2003-01-16, -/games/boxart/full_5889648JapanFrontccc.jpg,Mugen Kinogyou Zero Tours,GBA,Action,Media Rings,Media Rings,,,,,,,2001-07-27, -/games/boxart/full_mugen-senshi-valis_2JapanFront.jpg,Mugen Senshi Valis,NES,Action,Tokuma Shoten,Tokuma Shoten,,,,,,,1987-08-21, -/games/boxart/full_murphy-da-yo-zenin-shuugou_0JapanFront.jpg,Murphy da yo Zenin Shuugou,3DO,Action,Unknown,Bantan International,,,,,,,1994-10-21, -/games/boxart/full_2192812AmericaFrontccc.jpg,Muscle March,WW,Action,Namco Bandai,Bandai Namco Games,6.6,,,,,,2010-01-18, -/games/boxart/full_musou-orochi-z_5JapanFront.jpg,Musou Orochi Z,PC,Action,KOEI,Omega Force,,,,,,,2009-11-27, -/games/boxart/full_mutant-penguins_8AmericaFront.jpg,Mutant Penguins,PC,Action,GameTek,Sunrise Games Ltd.,,,,,,,1997-02-28, -/games/boxart/full_mutation-nation_826AmericaFront.jpg,Mutation Nation,NG,Action,SNK,SNK Corporation,,,,,,,1992-04-17, -/games/boxart/full_mutation-nation-cd_169AmericaFront.jpg,Mutation Nation (CD),NG,Action,SNK,SNK Corporation,,,,,,,1995-02-25, -/games/boxart/full_8853183JapanFrontccc.jpg,Muteki-Oh Tri-Zenon,GBA,Action,Marvelous Interactive,Marvelous,,,,,,,2001-03-09, -/games/boxart/full_3315829JapanFrontccc.jpg,Muteki-Oh Tri-Zenon,PS,Action,Marvelous Interactive,Marvelous,,,,,,,2001-03-15, -/games/boxart/2965858ccc.jpg,My Hero,MS,Action,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_9518997AmericaFrontccc.jpg,My Hero: Astronaut,DS,Action,Majesco,Majesco Games,,,,,,,2009-12-15, -/games/boxart/full_2243426JapanFrontccc.jpg,My Melody Angel Book: Denshi Techou & Enjoy Game,DS,Action,TDK Core,TDK Core,,,,,,,2007-03-29, -/games/boxart/default.jpg,Mystery of the Ancients: Lockwood Manor,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-22, -/games/boxart/full_7951816AmericaFrontccc.jpg,Mystical Fighter,GEN,Action,NCS,KID,,,,,,,1992-01-01, -/games/boxart/default.jpg,N3: Ninety-Nine Nights Online,PC,Action,Unknown,UserJoy Technology,,,,,,,, -/games/boxart/6615285ccc.jpg,Nail 'N Scale,GB,Action,Data East,I'Max,,,,,,,1992-04-01, -/games/boxart/full_7074774JapanFrontccc.jpg,Nainai no Kiyotantei,PS,Action,Namco,Namco,,,,,,,1999-12-22, -/games/boxart/full_9015214AmericaFrontccc.jpg,NAM,PC,Action,GT Interactive,GT Interactive,,,,,,,1998-07-31, -/games/boxart/8303214ccc.jpg,Name This Game,2600,Action,US Games,US Games,,,,,,,1984-01-01, -/games/boxart/full_2958308JapanFrontccc.jpg,Nankoku Shirei!! Spy vs Spy,NES,Action,Kemco,Kemco,,,,,,,1987-03-27, -/games/boxart/full_nano-diver_331JapanFront.jpg,Nano Diver,PSN,Action,Takara Tomy,Takara Tomy,,,,,,,2011-09-01, -/games/boxart/full_9947951AmericaFrontccc.jpg,Naruto to Boruto: Shinobi Striker,PC,Action,Namco Bandai Games,Soleil Software Studio Inc.,,,,,,,2018-08-31, -/games/boxart/full_7154145AmericaFrontccc.jpg,Naruto: Rise of a Ninja,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-04-13, -/games/boxart/full_naughty-bear-gold-edition_903AmericaFront.jpg,Naughty Bear Gold Edition,PS3,Action,505 Games,Artificial Mind and Movement,,,,,,,2011-05-24, -/games/boxart/full_naughty-bear-gold-edition_773AmericaFront.jpg,Naughty Bear Gold Edition,X360,Action,505 Games,Artificial Mind and Movement,,,,,,,2011-05-24, -/games/boxart/full_4342416AmericaFrontccc.jpg,Naughty Bear: Double Trouble,X360,Action,505 Games,Behaviour Interactive Inc.,,,,,,,2012-10-23,2019-01-02 -/games/boxart/4531107ccc.jpg,Navy Seals,GB,Action,Ocean,Ocean,,,,,,,1991-09-01, -/games/boxart/full_9846966JapanFrontccc.jpg,Nazo no Murasame-Jou,VC,Action,Nintendo,Nintendo EAD,,,,,,,2008-08-19, -/games/boxart/default.jpg,Necessary Force,PC,Action,Unknown,Midway Studios Newcastle,,,,,,,, -/games/boxart/default.jpg,Necessary Force,PS3,Action,Unknown,Midway Studios Newcastle,,,,,,,, -/games/boxart/default.jpg,Necessary Force,X360,Action,Unknown,Midway Studios Newcastle,,,,,,,, -/games/boxart/default.jpg,Necromachina,PSN,Action,Unknown,FeelPlus,,,,,,,, -/games/boxart/default.jpg,Necromachina,XBL,Action,Unknown,FeelPlus,,,,,,,, -/games/boxart/full_nekketsu-oyako_577JapanFront.jpg,Nekketsu Oyako,PS,Action,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1994-12-03, -/games/boxart/full_nekketsu-oyako_150JapanFront.jpg,Nekketsu Oyako,SAT,Action,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-07-21, -/games/boxart/default.jpg,Neo Aquarium 2: Ace of Seafood,PC,Action,Playism,Nussoft,,,,,,,2020-12-31, -/games/boxart/default.jpg,Neo Aquarium 2: Ace of Seafood,And,Action,Playism,Nussoft,,,,,,,2020-12-31, -/games/boxart/default.jpg,Neo Aquarium: The King of Crustaceans,PC,Action,Unknown,Nussoft,,,,,,,2012-08-03, -/games/boxart/full_3518205AmericaFrontccc.png,Neon Caves,Ouya,Action,Force Of Habit,Force Of Habit,,,,,,,2014-08-14, -/games/boxart/full_5737280AmericaFrontccc.jpg,NEOTOKYO,PC,Action,Unknown,Unknown,,,,,,,2014-05-01, -/games/boxart/full_9578538PALFrontccc.png,New Ghostbusters II,NES,Action,HAL Laboratory,HAL Laboratory,,,,,,,1990-01-01, -/games/boxart/full_9509609JapanFrontccc.jpg,New Yattaman: Nanndai Kanndai Yajirobe,SNES,Action,Yutaka,Yutaka,,,,,,,1996-03-22, -/games/boxart/full_nichibutsu-arcade-classics-2-heiankyo-alien_3JapanFront.jpg,Nichibutsu Arcade Classics 2: Heiankyo Alien,SNES,Action,Nichibutsu,Syscom,,,,,,,1995-12-15, -/games/boxart/full_3474949AmericaFrontccc.jpg,Nicktoons: Battle For Volcano Island,PS2,Action,THQ,Blue Tongue,,,,,,,2006-10-24, -/games/boxart/full_1273242AmericaFrontccc.jpg,Nicktoons: Battle for Volcano Island,GBA,Action,THQ,Halfbrick Studios,,,,,,,2006-10-24, -/games/boxart/full_2735004AmericaFrontccc.jpg,Nidhogg,PS4,Action,Messhof,Code Mystics,,,,,,,2014-10-14,2018-09-09 -/games/boxart/full_night-creatures_7AmericaFront.jpg,Night Creatures,PCE,Action,NEC,Manley and Assocates Inc.,,,,,,,1991-01-01, -/games/boxart/default.jpg,Night Watch,PSV,Action,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2015-10-29, -/games/boxart/6336081ccc.jpg,Nightmare,2600,Action,Unknown,Sancho,,,,,,,1983-01-01, -/games/boxart/default.jpg,Nightmare Adventures: The Witch's Prison - The Mystery of Blackwater Asylum,PC,Action,Focus Multimedia,Unknown,,,,,,,2011-02-18, -/games/boxart/default.jpg,Nightmare Circus,GEN,Action,Sega,Funcom,,,,,,,1995-01-01, -/games/boxart/full_4907847AmericaFrontccc.jpg,Nightmare Creatures,PC,Action,Activision,Kalisto Entertainment,,,,,,,1997-11-30, -/games/boxart/full_6011212AmericaFrontccc.jpg,Nightmare Creatures II,DC,Action,Konami,Kalisto Entertainment,4.6,,,,,,2000-06-09, -/games/boxart/full_4945577JapanFrontccc.jpg,Nights of Azure,PSV,Action,Tecmo Koei,Gust,,,,,,,2015-10-01,2018-01-21 -/games/boxart/full_7786618JapanFrontccc.jpg,Nights of Azure 2,PC,Action,Tecmo Koei,Gust,,,,,,,2017-10-24,2018-09-06 -/games/boxart/full_6047584AmericaFrontccc.jpg,Niki: Rock 'N' Ball,WW,Action,Bplus,Bplus,,,,,,,2009-01-26, -/games/boxart/6858671ccc.gif,Ninja Boy,GB,Action,Culture Brain,Unknown,,,,,,,1990-11-01, -/games/boxart/8615617ccc.gif,Ninja Boy 2,GB,Action,Culture Brain,Unknown,,,,,,,1993-04-01, -/games/boxart/full_3515118AmericaFrontccc.jpg,Ninja Combat,VC,Action,D4 Enterprise,ADK Corporation,,,,,,,2008-06-02, -/games/boxart/full_8384396AmericaFrontccc.jpg,Ninja Combat,NG,Action,SNK,ADK Corporation,,,,,,,1991-07-01, -/games/boxart/full_ninja-combat-cd_34JapanFront.jpg,Ninja Combat (CD),NG,Action,ADK,ADK Corporation,,,,,,,1994-10-31, -/games/boxart/default.jpg,Ninja Gaiden (Arcade),VC,Action,Tecmo,Tecmo,,,,,,,2009-12-21, -/games/boxart/full_3740602AmericaFrontccc.jpg,Ninja Gaiden Black,XBL,Action,Tecmo,Team Ninja,,,,,,,2008-02-11, -/games/boxart/default.jpg,Ninja Gaiden III,X360,Action,Unknown,Team Ninja,,,,,,,, -/games/boxart/default.jpg,Ninja Gaiden III,PS3,Action,Unknown,Team Ninja,,,,,,,, -/games/boxart/7100809ccc.jpg,Ninja Gaiden III: The Ancient Ship of Doom,Lynx,Action,Tecmo,Tecmo,,,,,,,1991-01-01, -/games/boxart/full_ninja-jaja-marukun-onikiri-ninpoucho_3JapanFront.jpg,Ninja Jaja Marukun: Onigiri Ninpouchou,PS,Action,Jaleco,Jaleco Entertainment,,,,,,,1997-02-21, -/games/boxart/full_ninja-jajamaru-kun-onigiri-ninpouchou-gold_4JapanFront.jpg,Ninja Jaja Marukun: Onigiri Ninpouchou Gold,SAT,Action,Jaleco,Jaleco Entertainment,,,,,,,1997-10-09, -/games/boxart/full_1582481AmericaFrontccc.jpg,Ninja Reflex: SteamWorks Edition,PC,Action,Nunchuk Games,Sanzaru Games,,,,,,,2008-03-21, -/games/boxart/full_5990364AmericaFrontccc.jpg,Ninja Spirit,PCE,Action,NEC,Irem Software Engineering,,,,,,,1990-01-01, -/games/boxart/full_2351626AmericaFrontccc.jpg,Ninja Spirit,VC,Action,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-05-14, -/games/boxart/full_3296031AmericaFrontccc.png,Ninja UP!,And,Action,Gameloft,Gameloft,,,,,,,2014-10-01, -/games/boxart/full_5651247PALFrontccc.jpg,Ninjabread Man,PS2,Action,Metro 3D,Data Design Interactive,,,,,,,2005-10-14, -/games/boxart/full_3651819PALFrontccc.jpg,Ninjabread Man,PC,Action,Data Design Interactive,Data Design Interactive,,,,,,,2005-07-23, -/games/boxart/full_ninku_586JapanFront.jpg,Ninku,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1995-07-14, -/games/boxart/full_ninku_351JapanFront.jpg,Ninku,PS,Action,Tomy Corporation,Tomy Corporation,,,,,,,1995-12-22, -/games/boxart/full_ninku-dai-2-tama-ninku-sensouhen_931JapanFront.jpg,Ninku Dai-2-Tama: Ninku Sensouhen,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1995-11-24, -/games/boxart/full_ninpu-sentai-hurricanger_222JapanFront.jpg,Ninpu Sentai Hurricanger,PS,Action,Bandai,Bandai,,,,,,,2002-11-28, -/games/boxart/full_nintama-rantarou_120JapanFront.jpg,Nintama Rantarou,SNES,Action,Culture Brain,Culture Brain,,,,,,,1995-07-28, -/games/boxart/full_nintama-rantarou-2_3JapanFront.jpg,Nintama Rantarou 2,SNES,Action,Culture Brain,Culture Brain,,,,,,,1996-03-29, -/games/boxart/full_nintama-rantarou-3_940JapanFront.jpg,Nintama Rantarou 3,SNES,Action,Culture Brain,Culture Brain,,,,,,,1997-02-28, -/games/boxart/full_nintama-rantarou-64-game-gallery_233JapanFront.jpg,Nintama Rantarou 64 Game Gallery,N64,Action,Culture Brain,Culture Brain,,,,,,,2000-04-21, -/games/boxart/full_nintama-rantarou-special_611JapanFront.jpg,Nintama Rantarou Special,SNES,Action,Culture Brain,Culture Brain,,,,,,,1996-08-09, -/games/boxart/full_nintama-rantarou-ninjutsu-gakuen-ni-nyuugaku-shiyou-no-dan_575JapanFront.jpg,Nintama Rantarou: Ninjutsu Gakuen ni Nyuugaku Shiyou no Dan,GB,Action,ASK,Polygon Magic,,,,,,,2001-03-23, -/games/boxart/8890954ccc.jpg,No Escape,SNES,Action,Sony Imagesoft,Bits Studios,,,,,,,1994-11-01, -/games/boxart/3015958ccc.jpg,No Escape!,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/full_no-more-heroes-red-steel_1AmericaFront.jpg,No More Heroes / Red Steel,Wii,Action,Ubisoft,Grasshopper Manufacture / Ubisoft Paris,,,,,,,2009-03-19, -/games/boxart/full_9589619AmericaFrontccc.jpg,No Time to Explain,XOne,Action,TinyBuild Games,TinyBuild Games,,,,,,,2015-07-17, -/games/boxart/full_8345362AmericaFrontccc.jpg,No Time to Explain,OSX,Action,TinyBuild Games,TinyBuild Games,,,,,,,2013-01-25, -/games/boxart/full_2682010AmericaFrontccc.jpg,No Time to Explain,PC,Action,TinyBuild Games,TinyBuild Games,,,,,,,2013-01-25, -/games/boxart/full_6258661AmericaFrontccc.jpg,Noddy: A Day in Toyland,GBA,Action,Game Factory,Lucky Jump,,,,,,,2006-10-16, -/games/boxart/default.jpg,Noitu Love 2,WW,Action,Unknown,Golgoth Studio,,,,,,,, -/games/boxart/full_noitu-love-2-devolution_393AmericaFront.jpg,Noitu Love 2: Devolution,PC,Action,Konjak,Joakim Sandberg,,,,,,,2008-04-18, -/games/boxart/full_9528751AmericaFrontccc.jpg,Nom,And,Action,Unknown,Unknown,,,,,,,2014-07-29, -/games/boxart/full_6120687AmericaFrontccc.jpg,Nom Nom Galaxy,PSV,Action,Q-Games,Q-Games,,,,,,,2015-01-01, -/games/boxart/full_5901701AmericaFrontccc.jpg,Nom Nom Galaxy,PC,Action,Q-Games,Q-Games,,,,,,,2014-03-13, -/games/boxart/8514252ccc.jpg,Norse by Norsewest: The Return of The Lost Vikings,SAT,Action,Interplay,Beam Software,,,,,,,1997-11-17, -/games/boxart/8667825ccc.jpg,Nosferatu,SNES,Action,Seta Corporation,Seta Corporation,,,,,,,1995-10-01, -/games/boxart/default.jpg,Nosgoth,PC,Action,Square Enix,Psyonix,,,,,,,2020-12-31, -/games/boxart/default.jpg,Nous,PC,Action,Unknown,Awesome Shark Volcano,,,,,,,, -/games/boxart/full_1903048AmericaFrontccc.jpg,Nux,PC,Action,Kiss,Idigicon,,,,,,,2006-12-26,2018-07-20 -/games/boxart/full_4575142JapanFrontccc.jpg,Nyan Nyan Nyanko no Nyan Collection,GBA,Action,MTO,MTO,,,,,,,2005-03-24, -/games/boxart/4157451ccc.jpg,Obelix,2600,Action,Atari,Atari,,,,,,,1986-01-01, -/games/boxart/default.jpg,Oblitus,PC,Action,Adult Swim,Connor Ullmann,,,,,,,2015-02-27, -/games/boxart/full_1547649AmericaFrontccc.jpg,Obludia,PC,Action,FobTi Interactive,FobTi Interactive,,,,,,,2014-07-18, -/games/boxart/full_5670692AmericaFrontccc.jpg,Ocean City Defender,2600,Action,Unknown,Zellers,,,,,,,, -/games/boxart/default.jpg,Oceanhorn 2: Knights of the Lost Realm,iOS,Action,Unknown,Cornfox & Brothers,,,,,,,, -/games/boxart/full_9974794PALFrontccc.jpg,Octopus,2600,Action,Unknown,Carrere Video,,,,,,,1982-01-01, -/games/boxart/full_oddworld-strangers-wrath_352AmericaFront.jpg,Oddworld: Stranger's Wrath,PC,Action,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2010-12-20, -/games/boxart/full_oddworld-strangers-wrath-hd_244AmericaFront.jpg,Oddworld: Stranger's Wrath HD,PSN,Action,Oddworld Inhabitants,Just Add Water,9,,,,,,2011-12-27, -/games/boxart/full_off-balance_179AmericaFront.jpg,Off Balance,XBL,Action,Microsoft,DandySoft,,,,,,,2011-08-05, -/games/boxart/full_8720524JapanFrontccc.jpg,Oide Rascal,GB,Action,Seta Corporation,Pinocchio,,,,,,,2001-04-25, -/games/boxart/5026325ccc.jpg,Oink!,2600,Action,Activision,Activision,,,,,,,1982-12-27, -/games/boxart/full_3901902JapanFrontccc.jpg,Ojaru Maru: Tsuki Hikari Machi Tour de Ojaru,GBA,Action,MTO,MTO,,,,,,,2003-09-05, -/games/boxart/full_8147981AmericaFrontccc.jpg,omg cats game@#$,XBL,Action,Microsoft,RickyWh,,,,,,,2009-10-27, -/games/boxart/default.jpg,Omikoshi Wars,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-12-15, -/games/boxart/4430024ccc.jpg,On the Ball,SNES,Action,Taito,Taito Corporation,,,,,,,1992-11-01, -/games/boxart/full_7575373AmericaFrontccc.jpg,One,PS,Action,ASC Games,Visual Concepts,,,,,,,1997-11-30, -/games/boxart/full_one_3AmericaFront.jpg,One,PSN,Action,Sony Computer Entertainment,Visual Concepts,,,,,,,2010-03-18, -/games/boxart/full_one-piece-unlimited-cruise-double-pack_35PALFront.jpg,One Piece Unlimited Cruise: Double Pack,Wii,Action,Namco Bandai,Ganbarion,,,,,,,2010-06-25, -/games/boxart/default.jpg,One Piece: Project Jet,DS,Action,Unknown,Ganbarion,,,,,,,, -/games/boxart/full_3616625PALFrontccc.jpg,One Piece: Round the Land!,PS2,Action,Bandai,ArtDink,,,,,,,2004-12-10, -/games/boxart/full_4883118AmericaFrontccc.png,"One Piece: Run, Chopper, Run!",And,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-04-28, -/games/boxart/full_458559AmericaFrontccc.jpg,One Spear Arena,And,Action,Unknown,Unknown,,,,,,,2014-02-26, -/games/boxart/full_2740177JapanFrontccc.jpg,Onegai My Melody: Yume no Kuni no Daibouken,DS,Action,TDK Core,TDK Core,,,,,,,2005-12-22, -/games/boxart/full_3486233AmericaFrontccc.jpg,OniKira: Demon Killer,PSV,Action,Unknown,Digital Furnace Games,,,,,,,,2018-09-21 -/games/boxart/full_5253126AmericaFrontccc.jpg,OniKira: Demon Killer,PS4,Action,Unknown,Digital Furnace Games,,,,,,,,2018-09-21 -/games/boxart/full_7369897AmericaFrontccc.jpg,OniKira: Demon Killer,PC,Action,Unknown,Digital Furnace Games,,,,,,,2016-01-01,2018-09-21 -/games/boxart/7688955ccc.jpg,Onimusha 3: Demon Siege,PC,Action,Ubisoft,Capcom,,,,,,,2006-03-16, -/games/boxart/full_4485056JapanFrontccc.jpg,Onmyou Taisenki: Byakko Enbu,PS2,Action,Bandai,Matrix Software,,,,,,,2005-03-31, -/games/boxart/full_ooedo-senryoubako_1JapanFront.jpg,Ooedo Senryoubako,PSP,Action,Taito,Taito Corporation,,,,,,,2006-02-23, -/games/boxart/5632878ccc.jpg,Ooga Booga,DC,Action,Sega,Visual Concepts,7.8,,,,,,2001-09-13, -/games/boxart/full_operation-shadow_106AmericaFront.jpg,Operation Shadow,NGage,Action,Nokia,Torus Games,4.1,,,,,,2004-10-19, -/games/boxart/full_orbit_885AmericaFront.png,Orbit,PSN,Action,Laughing Jackal,Laughing Jackal,,,,,,,2011-12-06, -/games/boxart/full_6304334AmericaFrontccc.jpg,Orbital Gear,Linux,Action,Night Node Software,Night Node Software,,,,,,,2014-08-07,2018-08-08 -/games/boxart/full_5023188AmericaFrontccc.jpg,Orbital Gear,OSX,Action,Night Node Software,Night Node Software,,,,,,,2014-08-07,2018-08-08 -/games/boxart/default.jpg,Order Up!!,PSV,Action,Ignition Entertainment,SuperVillain Studios,,,,,,,2020-12-31, -/games/boxart/full_oretachi-game-center-zoku-sono-1-scramble_7JapanFront.jpg,Oretachi Game Center Zoku Sono 1: Scramble,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, -/games/boxart/full_oretachi-game-center-zoku-sono-3-karate-michi_3JapanFront.jpg,Oretachi Game Center Zoku Sono 3: Karate Michi,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, -/games/boxart/full_oretachi-game-center-nekketsu-kouka-kunio-kun_6JapanFront.jpg,Oretachi Game Center: Nekketsu Kouka Kunio-Kun,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2006-01-26, -/games/boxart/full_316106JapanFrontccc.jpg,Oretachi Game Center: Trio the Punch,PS2,Action,Hamster Corporation,Hamster Corporation,,,,,,,2007-02-08, -/games/boxart/4017666ccc.jpg,Oscar's Trash Race,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_2543200JapanFrontccc.jpg,Oshare Princess,GBA,Action,Culture Brain,Culture Brain,,,,,,,2002-05-24, -/games/boxart/full_osomatsu-kun-hachamecha-gekijou_432JapanFront.jpg,Osomatsu-kun: Hachamecha Gekijou,GEN,Action,Sega,Sega,,,,,,,1988-12-24, -/games/boxart/8271605ccc.jpg,Out Of Control,2600,Action,Avalon Interactive,Avalon Hill,,,,,,,1983-01-01, -/games/boxart/default.jpg,Outbreak On Uranus,XBL,Action,Unknown,Silver Dollar Games,,,,,,,,2020-03-03 -/games/boxart/7184677ccc.jpg,Outlander,SNES,Action,Mindscape,Mindscape,,,,,,,1993-04-01, -/games/boxart/full_outlander_4AmericaFront.jpg,Outlander,GEN,Action,Mindscape,Mindscape Inc.,,,,,,,1992-01-01, -/games/boxart/2696166ccc.jpg,Outlaw,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_528140AmericaFrontccc.jpg,Over 9000 Zombies!,PC,Action,Mastertronic,Loren Lemcke,,,,,,,2015-02-25, -/games/boxart/full_4646373JapanFrontccc.jpg,Over the Monochrome Rainbow featuring Shogo Hamada,PS2,Action,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,2003-03-19,2018-09-16 -/games/boxart/full_overblood_890JapanFront.jpg,OverBlood,PSN,Action,Unknown,Riverhillsoft,,,,,,,2011-02-23, -/games/boxart/default.jpg,Overgrowth,PC,Action,Unknown,Wolfire Software,,,,,,,, -/games/boxart/full_6937307AmericaFrontccc.jpg,Overlord: Fellowship of Evil,PS4,Action,Codemasters,Codemasters,,,,,,,2015-10-20, -/games/boxart/full_1119544AmericaFrontccc.jpeg,Overlord: Fellowship of Evil,XOne,Action,Codemasters,Codemasters,,,,,,,2015-10-20, -/games/boxart/full_7327332AmericaFrontccc.jpg,Overlord: Fellowship of Evil,PC,Action,Codemasters,Codemasters,,,,,,,2015-10-20, -/games/boxart/default.jpg,Overscan Sniper HD,XBL,Action,Unknown,yaystuff,,,,,,,, -/games/boxart/full_892387AmericaFrontccc.jpg,Overturn,WW,Action,Studio Zan,Studio Zan,,,,,,,2009-08-03, -/games/boxart/full_pow-prisoners-of-war_7AmericaFront.jpg,P.O.W.: Prisoners of War,NES,Action,SNK,SNK Corporation,,,,,,,1989-09-01, -/games/boxart/full_7940003PALFrontccc.jpg,Pac-Kong,2600,Action,Quelle,Goliath Video System,,,,,,,1983-01-01, -/games/boxart/default.jpg,PAC-MAN Friends,And,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-08-20, -/games/boxart/3240224ccc.jpg,Pacific Storm Allies,PC,Action,Buka Entertainment,Lesta Studio,,,,,,,2008-01-28, -/games/boxart/6784093ccc.jpg,PAIN,PSN,Action,Sony Online Entertainment,Idol Minds Digital,,,,,,,2007-11-29, -/games/boxart/8959429ccc.jpg,PAIN: Amusement Park,PSN,Action,Sony Computer Entertainment,Idol Minds,,,,,,,2008-09-11, -/games/boxart/default.jpg,Pandora's Tower - Until I Return to Your Side,Wii,Action,Unknown,Nintendo/GANBARION,,,,,,,, -/games/boxart/full_1024380JapanFrontccc.jpg,Panzer Bandit,PS,Action,Banpresto,Fill-In Cafe,,,,,,,1997-08-07, -/games/boxart/2761213ccc.jpg,Paperboy,NES,Action,Mindscape,Tengen,,,,,,,1988-12-01, -/games/boxart/full_2765852AmericaFrontccc.jpg,Paperboy,GG,Action,Tengen,Atari,,,,,,,1992-01-01, -/games/boxart/full_8171216AmericaFrontccc.jpg,Paperboy,XBL,Action,Midway Games,Digital Eclipse,,,,,,,2007-02-14, -/games/boxart/5159885ccc.jpg,Paperboy,GB,Action,Mindscape,Tengen,,,,,,,1990-07-01, -/games/boxart/5216448ccc.jpg,Paperboy,Lynx,Action,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/5876834ccc.jpg,Paperboy,MS,Action,Sega,Tiertex Design Studios,,,,,,,1990-01-01, -/games/boxart/7068907ccc.jpg,Paperboy,GEN,Action,Tengen,Tengen,,,,,,,1991-01-01, -/games/boxart/full_paperboy_2AmericaFront.jpg,Paperboy,PS,Action,Midway Games,Midway Games,,,,,,,2000-10-18, -/games/boxart/full_paperboy-gbc_4AmericaFront.jpg,Paperboy (GBC),GB,Action,Midway Games,Digital Eclipse,,,,,,,1999-01-01, -/games/boxart/3293274ccc.jpg,Paperboy 2,SNES,Action,Mindscape,Tengen,,,,,,,1991-11-01, -/games/boxart/full_8351904AmericaFrontccc.jpg,Paperboy 2,GG,Action,Tengen,Manley and Associates Inc.,,,,,,,1992-01-01, -/games/boxart/1405ccc.jpg,Paperboy 2,GB,Action,Mindscape,Tengen,,,,,,,1992-04-01, -/games/boxart/full_5555510AmericaFrontccc.jpg,Paperboy 2,NES,Action,Mindscape,Tengen,,,,,,,1992-04-01, -/games/boxart/full_paperboy-2_0AmericaFront.jpg,Paperboy 2,GEN,Action,Tengen,Tengen,,,,,,,1992-06-01, -/games/boxart/full_paperboy-2_4AmericaFront.jpg,Paperboy 2,PC,Action,Mindscape,Manley and Associates Inc.,,,,,,,1991-01-01, -/games/boxart/full_6613336AmericaFrontccc.jpg,Paragon,PC,Action,Epic Games,Epic Games,,,,,,,2016-06-07,2018-04-22 -/games/boxart/full_parasitus-ninja-zero_832AmericaFront.jpg,Parasitus: Ninja Zero,XBL,Action,Microsoft,Heart Attack Machine,,,,,,,2011-08-04, -/games/boxart/3452831ccc.jpg,Party Mix,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, -/games/boxart/full_8546455AmericaFrontccc.jpg,Patriots: A Nation Under Fire,PC,Action,DreamCatcher Interactive,4D Rulers,,,,,,,2007-01-23, -/games/boxart/full_9769237AmericaFrontccc.jpg,Payback,GBA,Action,DSI Games,Apex Designs,,,,,,,2004-11-19, -/games/boxart/default.jpg,peakvox: Escape Virus - Shooter Pack,DSiW,Action,Unknown,Fun Unit Inc,,,,,,,2011-08-31, -/games/boxart/full_1181718AmericaFrontccc.jpg,PebbleDash,XBL,Action,Microsoft,lutas,,,,,,,2009-08-12, -/games/boxart/full_7424589AmericaFrontccc.jpg,PebbleDash Lite,XBL,Action,Microsoft,lutas,,,,,,,2009-09-08, -/games/boxart/full_peke-to-poko-no-daruman-busters_6JapanFront.jpg,Peke to Poko no Daruman Busters,GB,Action,Banpresto,Birthday,,,,,,,1991-08-03, -/games/boxart/default.jpg,Penalty of Heroes,XBL,Action,Unknown,Databox Interactive,,,,,,,, -/games/boxart/1042316ccc.jpg,Pengo,5200,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_8291722JapanFrontccc.jpg,Penguin Adventure,VC,Action,Konami,Konami,,,,,,,2009-11-24, -/games/boxart/full_7497011AmericaFrontccc.png,Pentumble,OSX,Action,Unknown,Unknown,,,,,,,2014-08-21, -/games/boxart/full_1085184JapanFrontccc.jpg,Pepsiman,PS,Action,KID,KID Corporation,,,,,,,1999-03-04, -/games/boxart/full_2331412AmericaFrontccc.jpg,Perfect Dark,GB,Action,Rare,Rare Ltd.,5.3,,,,,,2000-08-01, -/games/boxart/full_perfect-weapon_10AmericaFront.jpg,Perfect Weapon,PSN,Action,Sony Computer Entertainment,Gray Matter Inc.,,,,,,,2010-03-25, -/games/boxart/full_1533710JapanFrontccc.jpg,Perfect World,3DO,Action,Electronic Arts Victor,Electronic Arts Victor,,,,,,,1995-09-22, -/games/boxart/full_6076016AmericaFrontccc.png,Personal Game Programmer,2600,Action,Answer Software,Answer Software,,,,,,,1983-01-01, -/games/boxart/680479ccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,PC,Action,Ubisoft,Ubisoft Montpellier,,,,,,,2005-11-21, -/games/boxart/full_peter-jacksons-king-kong-the-official-game-of-the-movie_149PALFront.png,Peter Jackson's King Kong: The Official Game of the Movie,PSN,Action,Ubisoft,Phoenix Games Studio,6,,,,,,2011-02-23, -/games/boxart/full_peter-pan-in-disneys-return-to-never-land_899AmericaFront.jpg,Peter Pan in Disney's Return to Never Land,PSN,Action,Sony Computer Entertainment,Doki Denki,,,,,,,2011-03-08, -/games/boxart/full_7259683AmericaFrontccc.jpg,Peter Pan: The Motion Picture Event,GBA,Action,Atari,Saffire Corporation,,,,,,,2003-12-10, -/games/boxart/full_3928024AmericaFrontccc.jpg,Petz Vet,GBA,Action,Ubisoft,Ubisoft,,,,,,,2007-03-26, -/games/boxart/default.jpg,Phantasm (3DS VC),3DS,Action,Unknown,Jaleco,,,,,,,, -/games/boxart/full_5985707AmericaFrontccc.jpg,Phantom Dust,XOne,Action,Microsoft Studios,Code Mystics,,,,,,,2017-05-16,2018-08-09 -/games/boxart/full_3979759AmericaFrontccc.jpg,Phoenix 3,3DO,Action,3DO,Gray Matter,,,,,,,1995-01-01, -/games/boxart/default.jpg,PicDun,DSiW,Action,Unknown,Intense,,,,,,,2011-04-27, -/games/boxart/7044641ccc.jpg,Picnic,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/4086919ccc.jpg,Piece O'Cake,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/full_4243294AmericaFrontccc.png,Pigs Can't Fly,And,Action,Bulkypix,Bulkypix,,,,,,,2014-06-11, -/games/boxart/full_pigs-in-space_8AmericaFront.jpg,Pigs in Space,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/7922830ccc.jpg,Pinball Fantasies,PC,Action,21st Century Entertainment,Digital Illusions,,,,,,,1992-10-01, -/games/boxart/full_9720651AmericaFrontccc.jpg,Pineview Drive,PC,Action,Unknown,Visual Imagination Software,,,,,,,2014-07-31, -/games/boxart/full_7741192JapanFrontccc.jpg,Pinky Monkey Town,GBA,Action,Starfish,Starfish,,,,,,,2001-12-21, -/games/boxart/full_pirate-texas-holdem-defense_136AmericaFront.jpg,Pirate Texas Holdem Defense,XBL,Action,Microsoft,MindsEdge,,,,,,,2011-07-02, -/games/boxart/9351876ccc.jpg,Pirates of the Caribbean: At World's End,PC,Action,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2007-05-22, -/games/boxart/1317556ccc.jpg,Pirates: The Key of Dreams,WW,Action,Oxygen Interactive,Oxygen Games,,,,,,,2008-07-21, -/games/boxart/8171489ccc.jpg,Pit-Fighter,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_pit-fighter_9PALFront.jpg,Pit-Fighter,MS,Action,Domark Software,Domark,,,,,,,1991-01-01, -/games/boxart/full_7365212AmericaFrontccc.png,PIX the CAT,PSV,Action,Pasta Games!,Pasta Games!,,,,,,,2014-10-07, -/games/boxart/full_594918AmericaFrontccc.png,PIX the CAT,PS4,Action,Pasta Games!,Pasta Games!,,,,,,,2014-10-07, -/games/boxart/full_7781923AmericaFrontccc.png,PIX the CAT,PC,Action,Pasta Games!,Pasta Games!,,,,,,,2015-01-29, -/games/boxart/default.jpg,Pixel Guess,And,Action,Unknown,Unknown,,,,,,,2014-03-09, -/games/boxart/full_7059191AmericaFrontccc.jpg,Pixel Hunter,And,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-06-13, -/games/boxart/full_9939820AmericaFrontccc.jpg,Pixel Hunter,Linux,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-07-18, -/games/boxart/full_9702929AmericaFrontccc.jpg,Pixel Hunter,OSX,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-07-18, -/games/boxart/full_9777123AmericaFrontccc.jpg,Pixel Hunter,PC,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2014-07-18, -/games/boxart/full_3225574AmericaFrontccc.jpg,Pixel Towers,And,Action,Robotality,Robotality,,,,,,,2012-02-13, -/games/boxart/default.jpg,Pixelocity,XBL,Action,Unknown,GLHF Games,,,,,,,, -/games/boxart/full_plague_896AmericaFront.jpg,Plague,XBL,Action,Microsoft,Contagious Games,,,,,,,2011-07-19, -/games/boxart/default.jpg,Plain Sight,PSN,Action,Unknown,Beatnik Games,,,,,,,, -/games/boxart/default.jpg,Plain Sight,WW,Action,Unknown,Beatnik Games,,,,,,,, -/games/boxart/default.jpg,Planet Crashers,PC,Action,Unknown,UTV Ignition Games,,,,,,,, -/games/boxart/full_planet-crashers-3d_682AmericaFront.jpg,Planet Crashers 3D,3DS,Action,Unknown,UTV Ignition Games,,,,,,,2012-03-13, -/games/boxart/full_298273AmericaFrontccc.jpg,Planet of the Apes,GB,Action,Ubisoft,Torus Games,,,,,,,2001-12-06, -/games/boxart/full_725544AmericaFrontccc.jpg,Planet of the Apes,PC,Action,Ubisoft,Visiware Studios,,,,,,,2001-09-19, -/games/boxart/full_8164152AmericaFrontccc.jpg,Planet of the Apes,PS,Action,Ubisoft,Visiware Studios,,,,,,,2002-07-01, -/games/boxart/3098986ccc.jpg,Planet Patrol,2600,Action,Spectravision,Spectravision,,,,,,,1983-01-01, -/games/boxart/full_8479495AmericaFrontccc.jpg,Planet Pinball,XBL,Action,Microsoft,Battenberg Software,,,,,,,2009-12-23,2018-10-14 -/games/boxart/1236433ccc.jpg,Plaque Attack,2600,Action,Activision,Activision,,,,,,,1983-02-22, -/games/boxart/full_platoon_6AmericaFront.jpg,Platoon,NES,Action,Sunsoft,SunSoft,,,,,,,1988-01-14, -/games/boxart/full_7831015AmericaFrontccc.png,Platypus,PSN,Action,Mumbo Jumbo,Squashy Software,,,,,,,2009-03-25, -/games/boxart/full_8020353AmericaFrontccc.jpg,PlayStation All-Stars Island,iOS,Action,Sony Computer Entertainment,Zoink Games,,,,,,,2013-08-13,2018-04-08 -/games/boxart/full_327231AmericaFrontccc.jpg,PlayStation All-Stars Island,And,Action,Sony Computer Entertainment,Zoink Games,,,,,,,2013-08-08,2018-04-08 -/games/boxart/default.jpg,Plenty of Fishies,WiiU,Action,Nitrolic Games,Nitrolic Games,,,,,,,2014-12-18, -/games/boxart/default.jpg,Pogo Sticker,PC,Action,Unknown,Skinflake Games,,,,,,,, -/games/boxart/full_3378898AmericaFrontccc.jpg,Point Perfect,PC,Action,Plug In Digital,Plug In Digital,,,,,,,2014-07-17, -/games/boxart/full_7653548AmericaFrontccc.jpg,Pokémon Rumble,WW,Action,Nintendo,Ambrella,6.5,,,,,,2009-11-16, -/games/boxart/full_2327801AmericaFrontccc.jpg,Polar Games,PC,Action,Mac Play,MumboJumbo,,,,,,,2006-02-24, -/games/boxart/default.jpg,Polaris Rebellion,PC,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1999-11-30, -/games/boxart/full_8331652AmericaFrontccc.jpg,PondScum,Ouya,Action,Unknown,SoNotSoft dot com,,,,,,,2014-07-07, -/games/boxart/full_5577487AmericaFrontccc.png,PondScum,And,Action,Unknown,SoNotSoft dot com,,,,,,,2014-07-07, -/games/boxart/3397575ccc.jpg,Pooyan,2600,Action,Konami,Konami,,,,,,,1982-01-01, -/games/boxart/full_3816016AmericaFrontccc.jpg,Pop Island,DSiW,Action,Odenis Studios,Odenis Studios,,,,,,,2009-12-07, -/games/boxart/full_9070039AmericaFrontccc.jpg,Pop Town,DS,Action,505 Games,HuneX,,,,,,,2010-03-30, -/games/boxart/default.jpg,Postal III,X360,Action,Unknown,Running With Scissors,,,,,,,, -/games/boxart/8121400ccc.jpg,Power Factor,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_6113404PALFrontccc.jpg,Power Fighters,PS2,Action,505 Games,Daft,,,,,,,2006-07-01, -/games/boxart/full_420800PALFrontccc.jpg,Power Rangers: Super Legends,PC,Action,Disney Interactive Studios,Artificial Mind and Movement,,,,,,,2007-11-06, -/games/boxart/4588781ccc.jpg,Power Rangers: Time Force,PC,Action,THQ,KnowWonder Digital Mediaworks,,,,,,,2001-09-17, -/games/boxart/1270585ccc.jpg,Power Rangers: Time Force,GB,Action,THQ,Natsume,,,,,,,2001-04-15, -/games/boxart/full_4763539AmericaFrontccc.png,Power Stone Collection,PSN,Action,Capcom,Capcom,,,,,,,2009-09-24, -/games/boxart/full_6788647AmericaFrontccc.jpg,Powerpuff Girls: Defenders of Townsville,And,Action,Cartoon Network,radiangames,,,,,,,2014-06-18, -/games/boxart/full_7098440AmericaFrontccc.jpg,Powerpuff Girls: Defenders of Townsville,PC,Action,Cartoon Network,radiangames,,,,,,,2014-03-14, -/games/boxart/full_2915608PALFrontccc.jpg,Poy Poy 2,PS,Action,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-07-09, -/games/boxart/full_1994765AmericaFrontccc.jpg,Prank'd,DS,Action,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2009-09-15, -/games/boxart/117832ccc.jpg,Predator,NES,Action,Activision,Pack-In Video,,,,,,,1989-04-01, -/games/boxart/full_5253426AmericaFrontccc.jpg,Predator,AST,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1988-01-01, -/games/boxart/full_3183687AmericaFrontccc.png,Predator,ACPC,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1987-01-01, -/games/boxart/full_276427AmericaFrontccc.jpg,Predator,ZXS,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1988-01-01, -/games/boxart/default.jpg,Predator,Amig,Action,Activision,Nippon Ichi Software / Gust,,,,,,,1989-01-01, -/games/boxart/3010776ccc.jpg,Predator 2,GG,Action,Arena Entertainment,Teeny Weeny Games,,,,,,,1992-01-01, -/games/boxart/full_predator-2_0PALFront.jpg,Predator 2,MS,Action,Unknown,Teeny Weeny Games,,,,,,,1992-01-01, -/games/boxart/full_592618AmericaFrontccc.jpg,Predator 2,GEN,Action,Arena Entertainment,Teeny Weeny Games,,,,,,,1992-01-01, -/games/boxart/default.jpg,Predator 2,ZXS,Action,Image Works,Arc Developments,,,,,,,1991-01-01, -/games/boxart/full_5083159AmericaFrontccc.jpg,Predator 2,MSD,Action,Konami Digital Entertainment,Arc Developments,,,,,,,1991-01-01, -/games/boxart/default.jpg,Predator 2,AST,Action,Image Works,Arc Developments,,,,,,,1991-01-01, -/games/boxart/full_8858046AmericaFrontccc.png,Predator 2,ACPC,Action,Image Works,Arc Developments,,,,,,,1991-01-01, -/games/boxart/full_7268616AmericaFrontccc.jpg,Predator 2,Amig,Action,Konami Digital Entertainment,Arc Developments,,,,,,,1991-01-01, -/games/boxart/8198296ccc.jpg,Prince of Persia,GG,Action,Tengen,Broderbund,,,,,,,1992-01-01, -/games/boxart/5158094ccc.jpg,Prince of Persia,GEN,Action,Tengen,Broderbund,,,,,,,1993-01-01, -/games/boxart/full_6220281PALFrontccc.jpg,Prince of Persia,MS,Action,Sega,Domark,,,,,,,1990-01-01, -/games/boxart/full_prince-of-persia-3d_678AmericaFront.jpg,Prince of Persia 3D,PC,Action,Red Orb,Red Orb Entertainment,7.1,,,,,,1999-09-18, -/games/boxart/full_prince-of-persia-trilogy_5PALFront.jpg,Prince of Persia Trilogy,PS2,Action,Ubisoft,Ubisoft,,,,,,,2006-10-27, -/games/boxart/default.jpg,Prince of Persia Trilogy,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-04-19, -/games/boxart/default.jpg,Prince of Persia Trilogy,XBL,Action,Unknown,Ubisoft,,,,,,,, -/games/boxart/full_4743407AmericaFrontccc.png,Prince of Persia: Rival Swords,PSN,Action,Ubisoft,"Pipeworks Software, Inc.",,,,,,,2009-09-30, -/games/boxart/full_prince-of-persia-the-forgotten-sands_3JapanFront.jpg,Prince of Persia: The Forgotten Sands,PSN,Action,Ubisoft,Quebec City,,,,,,,2010-05-18, -/games/boxart/full_prince-of-persia-the-forgotten-sands_768AmericaFront.jpg,Prince of Persia: The Forgotten Sands,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-12-21, -/games/boxart/full_prince-of-persia-the-sands-of-time-hd_169AmericaFront.jpg,Prince of Persia: The Sands of Time HD,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-16, -/games/boxart/default.jpg,Prince of Persia: The Sands of Time HD,XBL,Action,Unknown,Ubisoft Montreal,,,,,,,, -/games/boxart/full_prince-of-persia-the-two-thrones-hd_268AmericaFront.jpg,Prince of Persia: The Two Thrones HD,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-12-21, -/games/boxart/default.jpg,Prince of Persia: The Two Thrones HD,XBL,Action,Unknown,Ubisoft Montreal,,,,,,,, -/games/boxart/full_prince-of-persia-warrior-within-hd_829AmericaFront.jpg,Prince of Persia: Warrior Within HD,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-12-14, -/games/boxart/default.jpg,Prince of Persia: Warrior Within HD,XBL,Action,Unknown,Ubisoft Montreal,,,,,,,, -/games/boxart/full_4455718JapanFrontccc.jpg,Princess Blue: Hime Kishi Monogatari,GBA,Action,Tonkin House,Tonkin House,,,,,,,2002-08-29, -/games/boxart/8153513ccc.jpg,"Princess Natasha: Student, Secret Agent, Princess",GBA,Action,DSI Games,Frame Studios Interactive,,,,,,,2006-10-02, -/games/boxart/full_prison-break-the-conspiracy_886AmericaFront.jpg,Prison Break: The Conspiracy,XBL,Action,Deep Silver,ZootFly,3,,,,,,2011-07-26, -/games/boxart/9565633ccc.jpg,Private Eye,2600,Action,Activision,Activision,,,,,,,1983-09-19, -/games/boxart/7247258ccc.jpg,Privateer 2: The Darkening,PC,Action,Electronic Arts,"Origin Systems, Inc.",,,,,,,1996-11-30, -/games/boxart/full_6008372AmericaFrontccc.jpg,Probability 0,PC,Action,Unknown,Unknown,,,,,,,2012-10-01, -/games/boxart/default.jpg,Professional Farmer 2016,XOne,Action,Namco Bandai Games,Unknown,,,,,,,2015-11-20, -/games/boxart/default.jpg,Professional Farmer 2016,PC,Action,Namco Bandai Games,Unknown,,,,,,,2015-11-20, -/games/boxart/full_professor-fizzwizzle_520AmericaFront.jpg,Professor Fizzwizzle,PC,Action,Unknown,Grubby Games,,,,,,,2005-07-01, -/games/boxart/full_6025043AmericaFrontccc.jpg,Project Alpha,XBL,Action,Microsoft,Danthekilla,,,,,,,2009-06-05, -/games/boxart/default.jpg,Project Draco,X360,Action,Unknown,Grounding Inc.,,,,,,,, -/games/boxart/default.jpg,Project H.A.M.M.E.R.,Wii,Action,Unknown,Nintendo,,,,,,,, -/games/boxart/full_8684209AmericaFrontccc.jpg,Project IGI: I'm Going In,PC,Action,Eidos Interactive,Innerloop,,,,,,,2000-12-15, -/games/boxart/default.jpg,Project Stormos,MS,Action,Unknown,Superboss Creations,,,,,,,, -/games/boxart/default.jpg,Project Stormos,PC,Action,Unknown,Superboss Creations,,,,,,,, -/games/boxart/84460ccc.jpg,Prophecy: The Viking Child,GB,Action,GameTek,"Imagitec Design, Inc.",,,,,,,1992-07-01, -/games/boxart/full_protect-me-knight-mamotte-kishi_7AmericaFront.jpg,Protect Me Knight: Mamotte Kishi,XBL,Action,Microsoft,ANCxna,,,,,,,2010-05-14, -/games/boxart/full_3152102AmericaFrontccc.jpg,Proxy Blade Zero,X360,Action,Unknown,Unknown,,,,,,,2014-03-03, -/games/boxart/full_6312652AmericaFrontccc.jpg,Proxy Blade Zero,PC,Action,Unknown,Unknown,,,,,,,2014-07-28, -/games/boxart/full_7018478AmericaFrontccc.jpg,Psichodelya,Linux,Action,Kiss,Ennoble Studios,,,,,,,2014-08-08,2018-08-09 -/games/boxart/full_3171255AmericaFrontccc.jpg,Psichodelya,OSX,Action,Kiss,Ennoble Studios,,,,,,,2014-08-08,2018-08-09 -/games/boxart/full_6189125AmericaFrontccc.jpg,Psichodelya,PC,Action,Kiss,Ennoble Studios,,,,,,,2014-08-08,2018-08-09 -/games/boxart/2527013ccc.jpg,Psychic World,GG,Action,Sega,Hertz,,,,,,,1991-01-01, -/games/boxart/full_psychic-world_9PALFront.jpg,Psychic World,MS,Action,Sega,Sanritsu,,,,,,,1991-01-01, -/games/boxart/full_7093658AmericaFrontccc.jpg,Psychonauts in the Rhombus of Ruin,PS4,Action,Sony Interactive Entertainment,Double Fine Productions,,,,,,,2017-06-13,2018-09-14 -/games/boxart/full_2457959JapanFrontccc.jpg,PukuPuku Tennen Kairanban,GBA,Action,Victor Interactive,Victor Interactive Software,,,,,,,2002-04-26, -/games/boxart/full_7540446AmericaFrontccc.jpg,Pure Evil 2-Pack,GC,Action,Capcom,Capcom,,,,,,,2004-12-22, -/games/boxart/default.jpg,Pure Girl,DS,Action,Unknown,Alvion,,,,,,,, -/games/boxart/default.jpg,Puss 'N Boots,3DS,Action,Unknown,THQ,,,,,,,, -/games/boxart/full_6337616AmericaFrontccc.jpg,Putt-Putt and Pep's Balloon-o-Rama,PC,Action,Unknown,Humongous,,,,,,,1996-01-01, -/games/boxart/full_4108585JapanFrontccc.jpg,Pyuu to Fuku! Jaguar Byuu to Deru! Megane-Kun,GBA,Action,Konami,Intense,,,,,,,2004-04-29, -/games/boxart/full_4961247AmericaFrontccc.jpg,Q*bert: Rebooted,Linux,Action,Sideline Amusements,Gonzo Games,,,,,,,2014-07-01, -/games/boxart/full_3581159AmericaFrontccc.jpg,Q*bert: Rebooted,OSX,Action,Sideline Amusements,Gonzo Games,,,,,,,2014-07-01, -/games/boxart/full_2598922AmericaFrontccc.jpg,Q*bert: Rebooted,PC,Action,Sideline Amusements,Gonzo Games,,,,,,,2014-07-01, -/games/boxart/full_3246707AmericaFrontccc.jpg,Q*bert: Rebooted,PS3,Action,LOOT Entertainment,Gonzo Games,,,,,,,2015-02-17, -/games/boxart/full_2366671AmericaFrontccc.jpg,Q*bert: Rebooted,PSV,Action,LOOT Entertainment,Gonzo Games,,,,,,,2015-02-17, -/games/boxart/full_7291179AmericaFrontccc.jpg,Q*bert: Rebooted,PS4,Action,LOOT Entertainment,Gonzo Games,,,,,,,2015-02-17, -/games/boxart/4065578ccc.jpg,Quadrun,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/9016914ccc.jpg,Quest For Quintana Roo,2600,Action,Sunrise Interactive,Sunrise Software Inc.,,,,,,,1984-01-01, -/games/boxart/5824819ccc.jpg,Quest for Quintana Roo,5200,Action,Sunrise Interactive,Sunrise Software Inc.,,,,,,,1984-01-01, -/games/boxart/943680ccc.jpg,Quick Step,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/default.jpg,Qurare: Magic Library,PS4,Action,Smilegate Megaport,Unknown,,,,,,,2016-09-06, -/games/boxart/default.jpg,Qvadriga,PC,Action,Slitherine,Slitherine,,,,,,,2014-06-13, -/games/boxart/full_4472497AmericaFrontccc.png,R.U.S. Real Ufo Simulator,And,Action,FobTi Interactive,FobTi Interactive,,,,,,,2014-07-02, -/games/boxart/8043517ccc.jpg,Rabbit Transit,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, -/games/boxart/default.jpg,Racer Pack: Masters of the Air & Road,PC,Action,Unknown,Unknown,,,,,,,2008-01-01, -/games/boxart/6126190ccc.jpg,Radar,2600,Action,Unknown,Zellers,,,,,,,, -/games/boxart/1516532ccc.jpg,Radar Lock,2600,Action,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/default.jpg,Radar Mission (3DS VC),3DS,Action,Unknown,Nintendo,,,,,,,, -/games/boxart/9089206ccc.jpg,Radical Rex,SNES,Action,Activision,Beam Software,,,,,,,1994-10-01, -/games/boxart/full_7023565AmericaFrontccc.jpg,Radical Rex,SCD,Action,Activision,Activision,,,,,,,1994-01-01, -/games/boxart/4434454ccc.jpg,Raft Rider,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/full_7697403PALFrontccc.jpg,Raging Blades,PS2,Action,Wanadoo,Pacific Century Cyber Works Japan,,,,,,,2003-05-30, -/games/boxart/5517795ccc.jpg,Raging Fighter,GB,Action,Konami,Konami,,,,,,,1993-06-01, -/games/boxart/default.jpg,Raibuon DS,DS,Action,Unknown,Koei,,,,,,,, -/games/boxart/6446699ccc.jpg,Raid 2020,NES,Action,Color Dreams,Color Dreams,,,,,,,1989-01-01, -/games/boxart/full_979072JapanFrontccc.jpg,Raiden V,XOne,Action,Moss,Moss,,,,,,,2016-05-31,2018-04-27 -/games/boxart/7260738ccc.jpg,Ram It,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, -/games/boxart/full_rampage_1AmericaFront.jpg,Rampage,NES,Action,Data East,Data East,,,,,,,1988-12-01, -/games/boxart/9584387ccc.jpg,Rampage,7800,Action,Activision,Activision,,,,,,,1989-01-01, -/games/boxart/904879ccc.jpg,Rampage,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/6878044ccc.jpg,Rampage,MS,Action,Activision,Sega,,,,,,,1988-01-01, -/games/boxart/full_2200130AmericaFrontccc.jpg,Rampage 2: Universal Tour,GB,Action,Midway Games,Digital Eclipse,,,,,,,1999-11-01, -/games/boxart/9681308ccc.jpg,Rampage World Tour,SAT,Action,Midway Games,Point of View,,,,,,,1997-09-30, -/games/boxart/full_7294139AmericaFrontccc.jpg,Rampage World Tour,GB,Action,Midway Games,Digital Eclipse,,,,,,,1998-12-10, -/games/boxart/full_3050627AmericaFrontccc.jpg,Rampage World Tour,PC,Action,Midway Games,Game Refuge,,,,,,,1997-01-01, -/games/boxart/full_2968600AmericaFrontccc.jpg,Rampage World Tour,PSN,Action,Sony Online Entertainment,Midway Games,,,,,,,2007-05-17, -/games/boxart/full_8403808JapanFrontccc.jpg,Ranma 1/2,PCE,Action,NCS,NCS,,,,,,,1990-12-07, -/games/boxart/2138033ccc.jpg,Raptor: Call of the Shadows,PC,Action,Apogee,Cygnus Studios,,,,,,,1994-04-01, -/games/boxart/full_9743987JapanFrontccc.jpg,Rastan Saga,GG,Action,Taito,Taito Corporation,,,,,,,1991-08-09, -/games/boxart/full_7763948JapanFrontccc.jpg,Rastan Saga II,PCE,Action,Taito,Taito Corporation,,,,,,,1990-07-06, -/games/boxart/full_8770210JapanFrontccc.jpg,Rastan Saga II,VC,Action,Taito,Taito Corporation,,,,,,,2009-01-06, -/games/boxart/full_1301059AmericaFrontccc.png,Ratchet & Clank: Size Matters,PSN,Action,Sony Computer Entertainment,High Impact Games,,,,,,,2009-04-22, -/games/boxart/318039ccc.jpg,Rats!,GB,Action,Take-Two Interactive,Tarantula Studios,,,,,,,1998-12-01, -/games/boxart/121749ccc.jpg,RDF Global Conflict,SCD,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1994-01-01, -/games/boxart/full_7769244AmericaFrontccc.jpg,Re-Mission,PC,Action,Unknown,HopeLab Foundation,,,,,,,, -/games/boxart/full_realms-of-the-haunting_378AmericaFront.jpg,Realms of the Haunting,PC,Action,Interplay,Gremlin Interactive,,,,,,,1997-01-01, -/games/boxart/full_2886691JapanFrontccc.jpg,Recca no Honoo,GBA,Action,Konami,Konami,,,,,,,2001-12-20, -/games/boxart/full_9953380AmericaFrontccc.jpg,Recruits,PC,Action,Commotion Interactive,Commotion Interactive,,,,,,,2014-07-31, -/games/boxart/full_red-dead-redemption_103AmericaFront.jpg,Red Dead Redemption,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-12-21, -/games/boxart/full_162553AmericaFrontccc.jpg,Red Dead Redemption,PSN,Action,Unknown,Rockstar San Diego,,,,,,,, -/games/boxart/full_red-dead-redemption-legends-amp-killers_32AmericaFront.jpg,Red Dead Redemption: Legends & Killers,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-08-10, -/games/boxart/full_red-dead-redemption-legends-ampamp-killers_149AmericaFront.jpg,Red Dead Redemption: Legends & Killers,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-08-10, -/games/boxart/full_red-dead-redemption-liars-ampamp-cheats_195AmericaFront.jpg,Red Dead Redemption: Liars & Cheats,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-09-21, -/games/boxart/full_red-dead-redemption-liars-amp-cheats_581AmericaFront.jpg,Red Dead Redemption: Liars & Cheats,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-09-21, -/games/boxart/full_red-dead-redemption-outlaws-to-the-end_613AmericaFront.jpg,Red Dead Redemption: Outlaws to the End,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-06-22, -/games/boxart/full_red-dead-redemption-outlaws-to-the-end_998AmericaFront.jpg,Red Dead Redemption: Outlaws to the End,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-06-22, -/games/boxart/full_red-dead-redemption-undead-nightmare_1AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,PSN,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-10-26, -/games/boxart/full_red-dead-redemption-undead-nightmare_10AmericaFront.jpg,Red Dead Redemption: Undead Nightmare,XBL,Action,Rockstar Games,Rockstar San Diego,,,,,,,2010-10-26, -/games/boxart/5897749ccc.jpg,Red Dog: Superior Firepower,DC,Action,Crave Entertainment,Argonaut Games,6.8,,,,,,2000-10-31, -/games/boxart/full_red-faction-battlegrounds_647AmericaFront.jpg,Red Faction: Battlegrounds,PSN,Action,THQ,THQ,4.9,,,,,,2011-04-05, -/games/boxart/full_red-faction-battlegrounds_264AmericaFront.jpg,Red Faction: Battlegrounds,XBL,Action,THQ,THQ,5.4,,,,,,2011-04-06, -/games/boxart/full_red-zone_81AmericaFront.jpg,Red Zone,GEN,Action,Time Warner Interactive,Zyrinx,,,,,,,1994-01-01, -/games/boxart/full_redd-the-lost-temple_228AmericaFront.jpg,Redd: The Lost Temple,XBL,Action,Microsoft,Blazing Forge Games,7,,,,,,2011-09-05, -/games/boxart/default.jpg,Reign Of Kings,PC,Action,CodeHatch,CodeHatch,,,,,,,2015-03-11, -/games/boxart/full_rekishi-taisen-gettenka-tenkaichi-battle-royale_923JapanFront.jpg,Rekishi Taisen Gettenka: Tenkaichi Battle Royale,DS,Action,Sega,Sega,,,,,,,2010-11-25, -/games/boxart/full_401064JapanFrontccc.jpg,Relaxuma na Mainichi,GBA,Action,Imagineer,Imagineer,,,,,,,2005-04-28, -/games/boxart/full_2946816AmericaFrontccc.jpg,Relic Hunters Zero,PC,Action,Rogue Snail,Rogue Snail,,,,,,,2015-08-18,2018-07-19 -/games/boxart/full_1827932AmericaFrontccc.jpg,Relic Raider,XBL,Action,Microsoft,Nathan Cross,,,,,,,2009-11-27, -/games/boxart/full_reloaded_897AmericaFront.jpg,Reloaded,PSN,Action,Sony Computer Entertainment,Gremlin Interactive,,,,,,,2011-01-04, -/games/boxart/3463649ccc.jpg,Renegade,VC,Action,Aksys Games,Technos Japan Corporation,,,,,,,2008-05-05, -/games/boxart/full_6473726PALFrontccc.jpg,Renegade,MS,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_7068494AmericaFrontccc.jpg,Renegade,NES,Action,Taito,Technos Japan Corporation,,,,,,,1988-01-01, -/games/boxart/default.jpg,Rengoku II: The Stairway to H.E.A.V.E.N.,PSN,Action,Hudson Soft,Neverland,,,,,,,2010-03-25, -/games/boxart/default.jpg,Rengoku: The End of the Century,PS3,Action,Unknown,Neverland,,,,,,,, -/games/boxart/default.jpg,Rengoku: The Tower of Purgatory,PSN,Action,Hudson Soft,Neverland,,,,,,,2010-03-25, -/games/boxart/full_7690635PALFrontccc.jpg,Rent A Hero,PC,Action,SouthPeak Interactive,SouthPeak Games,,,,,,,2000-06-30, -/games/boxart/full_6595334JapanFrontccc.jpg,Rent A Hero No.1,DC,Action,Sega,Sega,8.2,,,,,,2000-05-25, -/games/boxart/full_rent-a-hero-no1_336AmericaFront.jpg,Rent A Hero No.1,XB,Action,Unknown,Sega,,,,,,,, -/games/boxart/full_4088145JapanFrontccc.jpg,Requiem Hurts,PC,Action,Illusion,Illusion,,,,,,,2001-06-29, -/games/boxart/full_8721165AmericaFrontccc.jpg,Rescue Heroes: Fire Frenzy,GB,Action,Mattel Interactive,Vicarious Visions,,,,,,,2001-01-01, -/games/boxart/4081127ccc.jpg,Rescue Mission,MS,Action,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/9690593ccc.jpg,Rescue on Fractalus,5200,Action,Atari,Atari,,,,,,,1984-01-01, -/games/boxart/8739332ccc.jpg,Rescue Terra I,2600,Action,Unknown,Venture Vision,,,,,,,1982-01-01, -/games/boxart/916835ccc.jpg,Reservoir Dogs,XB,Action,Eidos Interactive,Volatile Games,5,,,,,,2006-10-24, -/games/boxart/5996916ccc.jpg,Reservoir Dogs,PS2,Action,Eidos Interactive,Volatile Games,5.4,,,,,,2006-10-24, -/games/boxart/full_433462AmericaFrontccc.jpg,Resident Evil,PC,Action,Virgin Interactive,Capcom,7.2,,,,,,1997-09-30, -/games/boxart/full_6909275JapanFrontccc.jpg,Resident Evil (Remake),PS3,Action,Capcom,Capcom,,,,,,,2014-11-27, -/games/boxart/full_3783182AmericaFrontccc.jpg,Resident Evil 2,DC,Action,Capcom,Capcom,7.9,,,,,,2000-12-06, -/games/boxart/full_2265584AmericaFrontccc.jpg,Resident Evil 2,PC,Action,Capcom,Capcom,6.9,,,,,,1999-02-28, -/games/boxart/full_514501AmericaFrontccc.png,Resident Evil 2,PSN,Action,Sony Computer Entertainment,Capcom,,,,,,,2009-11-19, -/games/boxart/863698ccc.jpg,Resident Evil 3: Nemesis,DC,Action,Capcom,Capcom,8.4,,,,,,2000-11-17, -/games/boxart/full_439547AmericaFrontccc.png,Resident Evil 3: Nemesis,PSN,Action,Sony Computer Entertainment,Capcom,,,,,,,2009-12-03, -/games/boxart/default.jpg,Resident Evil 4,S32X,Action,Capcom,Capcom Production Studio 4,,,,,,,2009-07-27, -/games/boxart/full_7257513AmericaFrontccc.jpg,Resident Evil 4 HD,PSN,Action,Capcom,Capcom,8.4,,,,,,2011-09-20, -/games/boxart/full_resident-evil-4-hd_848AmericaFront.jpg,Resident Evil 4 HD,XBL,Action,Capcom,Capcom,8.4,,,,,,2011-09-20, -/games/boxart/full_resident-evil-5_654AmericaFront.jpg,Resident Evil 5,XBL,Action,Capcom,Capcom,,,,,,,2010-02-16, -/games/boxart/full_resident-evil-5-desperate-escape_9AmericaFront.jpg,Resident Evil 5: Desperate Escape,PSN,Action,Capcom,Capcom,,,,,,,2010-03-04, -/games/boxart/full_resident-evil-5-desperate-escape_10AmericaFront.jpg,Resident Evil 5: Desperate Escape,XBL,Action,Capcom,Capcom,,,,,,,2010-03-03, -/games/boxart/full_resident-evil-5-gold-edition_397AmericaFront.jpg,Resident Evil 5: Gold Edition,PSN,Action,Capcom,Capcom,,,,,,,2011-10-04, -/games/boxart/full_resident-evil-5-lost-in-nightmares_1AmericaFront.jpg,Resident Evil 5: Lost in Nightmares,PSN,Action,Capcom,Capcom,,,,,,,2010-02-18, -/games/boxart/full_resident-evil-5-lost-in-nightmares_9AmericaFront.jpg,Resident Evil 5: Lost in Nightmares,XBL,Action,Capcom,Capcom,,,,,,,2010-02-17, -/games/boxart/1872609ccc.jpg,Resident Evil Gaiden,GB,Action,Capcom,M4 Limited,5.4,,,,,,2002-06-03, -/games/boxart/5630653ccc.jpg,Resident Evil: 10th Anniversary Collection,GC,Action,Capcom,Capcom,,,,,,,2006-10-24, -/games/boxart/full_resident-evil-code-veronica-x-hd_279JapanFront.jpg,Resident Evil: Code Veronica X HD,PSN,Action,Capcom,Capcom,,,,,,,2011-09-27, -/games/boxart/full_6867380AmericaFrontccc.jpg,Resident Evil: Code Veronica X HD,XBL,Action,Capcom,Capcom,8.5,,,,,,2011-09-27, -/games/boxart/full_907305AmericaFrontccc.jpg,Resident Evil: The Essentials,PS2,Action,Capcom,Capcom,,,,,,,2007-09-11, -/games/boxart/full_1494039AmericaFrontccc.jpg,Resident Evil: The Umbrella Chronicles,PS3,Action,Capcom,Cavia Inc.,,,,,,,2012-06-26, -/games/boxart/default.jpg,Retro City Rampage,WW,Action,Unknown,Vblank Entertainment Inc.,,,,,,,2020-12-31, -/games/boxart/default.jpg,Retro City Rampage,XBL,Action,Unknown,Vblank Entertainment Inc.,,,,,,,, -/games/boxart/full_4499241AmericaFrontccc.jpg,Retro One,XBL,Action,Microsoft,CoderSys,,,,,,,2008-12-08, -/games/boxart/full_5790107AmericaFrontccc.jpg,Retrobooster,PC,Action,Slick Entertainment,Slick Entertainment,,,,,,,2014-07-11, -/games/boxart/full_1355745AmericaFrontccc.jpg,Retrobooster,Linux,Action,Slick Entertainment,Slick Entertainment,,,,,,,2014-07-11, -/games/boxart/full_retrocade-datastream-y2k600_794AmericaFront.jpg,Retrocade: DataStream Y2K600,XBL,Action,Microsoft,QuimbyRBG,,,,,,,2011-04-04, -/games/boxart/default.jpg,Revenge of Defender,PC,Action,Unknown,Hidden Treasures,,,,,,,, -/games/boxart/full_8153504AmericaFrontccc.jpg,Revenge of the Ball,XBL,Action,Microsoft,Derrick Hopkins,,,,,,,2009-01-26, -/games/boxart/3827186ccc.jpg,Revenge of The Beefsteak Tomatoes,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1983-01-01, -/games/boxart/full_5543464AmericaFrontccc.jpg,Revenge of the Ninja,SCD,Action,Renovation,Wolf Team,,,,,,,1993-01-01, -/games/boxart/full_2479832AmericaFrontccc.jpg,Revenge of the Wounded Dragons,PSN,Action,Sony Online Entertainment,Wanako Games,7.5,,,,,,2009-12-10, -/games/boxart/full_3865339AmericaFrontccc.jpg,Rex Rocket,PC,Action,Unknown,Unknown,,,,,,,2014-08-05, -/games/boxart/4292425ccc.jpg,Rex Ronan: Experimental Surgeon,SNES,Action,Raya System,Sculptured Software,,,,,,,1994-05-01, -/games/boxart/full_1674962JapanFrontccc.jpg,Rhyme Rider Kerorican,WS,Action,Bandai,NanaOn-Sha,,,,,,,2000-12-09, -/games/boxart/full_8078325AmericaFrontccc.jpg,Rhythm Destruction,PC,Action,Unknown,Unknown,,,,,,,2012-10-16, -/games/boxart/full_556911AmericaFrontccc.jpg,Ricochet,PC,Action,Valve,Valve Software,,,,,,,2000-11-01, -/games/boxart/full_ricochet-hd_742AmericaFront.jpg,Ricochet HD,PSN,Action,TikGames,TikGames,,,,,,,2011-01-04, -/games/boxart/9890961ccc.jpg,Riddle of The Sphinx,2600,Action,Imagic,Imagic,,,,,,,1982-01-01, -/games/boxart/default.jpg,Ride to Hell,PC,Action,Unknown,Deep Silver,,,,,,,, -/games/boxart/default.jpg,Rika-Chan 3DS,3DS,Action,Unknown,Takara Tomy,,,,,,,, -/games/boxart/full_riot-zone_2AmericaFront.jpg,Riot Zone,VC,Action,Hudson Soft,WestOne,,,,,,,2008-01-14, -/games/boxart/full_riot-zone_10AmericaFront.jpg,Riot Zone,PCE,Action,Turbo Technologies,WestOne,,,,,,,1992-01-01, -/games/boxart/default.jpg,Rise of the Guardians: The Video Game,WiiU,Action,D3Publisher,Unknown,,,,,,,2012-12-04, -/games/boxart/default.jpg,Rise of the Guardians: The Video Game,X360,Action,D3Publisher,Unknown,,,,,,,2012-11-20, -/games/boxart/default.jpg,Rise of the Guardians: The Video Game,3DS,Action,D3Publisher,Unknown,,,,,,,2012-11-20, -/games/boxart/default.jpg,Rise of the Guardians: The Video Game,PS3,Action,D3Publisher,Unknown,,,,,,,2012-11-20, -/games/boxart/full_8673214AmericaFrontccc.jpg,Rise of the Ravager,X360,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2013-03-27, -/games/boxart/full_9252459AmericaFrontccc.jpg,Rise of the Ravager,PC,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2013-03-26, -/games/boxart/full_2411347AmericaFrontccc.jpg,Rise of the Ravager,Linux,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2013-05-21, -/games/boxart/full_1004407AmericaFrontccc.png,Rival Knights,And,Action,Gameloft,Gameloft,,,,,,,2014-06-05, -/games/boxart/2665735ccc.jpg,Rival Turf!,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1992-12-23, -/games/boxart/full_rival-turf_1AmericaFront.jpg,Rival Turf!,VC,Action,Jaleco,Jaleco Entertainment,4,,,,,,2011-05-02, -/games/boxart/321723ccc.jpg,River City Ransom,NES,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1990-01-01, -/games/boxart/145911ccc.jpg,River City Ransom,VC,Action,Nintendo,Technos Japan Corporation,,,,,,,2008-04-21, -/games/boxart/default.jpg,River City Ransom,WiiU,Action,Arc System Works,Technos Japan,,,,,,,2015-04-23, -/games/boxart/default.jpg,River City Ransom,3DS,Action,Arc System Works,Technos Japan,,,,,,,2013-11-14, -/games/boxart/default.jpg,River City Ransom 2,WW,Action,Unknown,Miracle Kidz,,,,,,,, -/games/boxart/default.jpg,River City Super Sports Challenge: All-Star Special,PS3,Action,Arc System Works,Unknown,,,,,,,2015-03-05, -/games/boxart/8220919ccc.jpg,River Patrol,2600,Action,Tigervision,Tigervision,,,,,,,1984-01-01, -/games/boxart/5432982ccc.jpg,Road Runner,2600,Action,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/full_7666342AmericaFrontccc.jpg,Road Runner,NES,Action,Tengen,Tengen,,,,,,,1989-01-01, -/games/boxart/full_528102JapanFrontccc.jpg,Robbit Mon Dieu,PS,Action,Sony Computer Entertainment,Sugar & Rockets,,,,,,,1999-10-14, -/games/boxart/full_5200238AmericaFrontccc.jpg,Robin Hood,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_robin-hood_185PALFront.jpg,Robin Hood,GB,Action,Electronic Arts,Planet Interactive,,,,,,,2001-03-30, -/games/boxart/7432032ccc.jpg,Robin Hood: Prince of Thieves,NES,Action,Virgin Interactive,Sculptured Software,,,,,,,1991-11-01, -/games/boxart/2928840ccc.jpg,Robin Hood: Prince of Thieves,GB,Action,Virgin Interactive,Bits Studios,,,,,,,1993-06-01, -/games/boxart/full_robo-army_533AmericaFront.jpg,Robo Army,NG,Action,SNK,SNK Corporation,,,,,,,1991-12-20, -/games/boxart/full_robo-army-cd_318AmericaFront.jpg,Robo Army (CD),NG,Action,SNK,SNK Corporation,,,,,,,1995-04-21, -/games/boxart/5294322ccc.jpg,Robo Warrior,NES,Action,Jaleco,Hudson Soft,,,,,,,1988-12-01, -/games/boxart/3514998ccc.jpg,Robo-Squash,Lynx,Action,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/default.jpg,Robokill: Titan Prime,MS,Action,Unknown,Rock Solid Games,,,,,,,, -/games/boxart/full_1915013AmericaFrontccc.jpg,Robot Commando Raid,2600,Action,Vidtec,Vidtec,,,,,,,1982-01-01, -/games/boxart/default.jpg,Robot Girls Z: Furubokko Battle,And,Action,FUN YOURS Technology,FUN YOURS Technology,,,,,,,2015-10-01, -/games/boxart/3078908ccc.jpg,Robot Tank,2600,Action,Activision,Activision,,,,,,,1983-03-24, -/games/boxart/default.jpg,Robot Unicorn Attack,PC,Action,Adult Swim,Unknown,,,,,,,2010-02-04, -/games/boxart/3317008ccc.jpg,Robots,GBA,Action,Vivendi Games,Amaze Entertainment,,,,,,,2005-02-24, -/games/boxart/full_5457445AmericaFrontccc.jpg,Robots,PC,Action,VU Games,Eurocom Entertainment Software,,,,,,,2005-02-24, -/games/boxart/7203845ccc.jpg,Roc'N Rope,2600,Action,Coleco,Coleco,,,,,,,1984-01-01, -/games/boxart/full_rochard_612AmericaFront.jpg,Rochard,PSN,Action,Sony Online Entertainment,Recoil Games,7,,,,,,2011-09-27, -/games/boxart/default.jpg,Rock & Roll Climber,WW,Action,Unknown,Nintendo,,,,,,,, -/games/boxart/full_1688831AmericaFrontccc.jpg,Rock 'N Roll Escape,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/default.jpg,Rock of Ages II: Bigger and Boulder,XOne,Action,Atlus,ACE Team,,,,,,,2017-01-01, -/games/boxart/default.jpg,Rock of Ages II: Bigger and Boulder,PS4,Action,Atlus,ACE Team,,,,,,,2017-01-01, -/games/boxart/default.jpg,Rock of Ages II: Bigger and Boulder,PC,Action,Atlus,ACE Team,,,,,,,2017-01-01, -/games/boxart/full_3328888AmericaFrontccc.jpg,Rocket Fart,XBL,Action,Microsoft,Claymerikorp,,,,,,,2009-03-27, -/games/boxart/full_rocket-ranger_10AmericaFront.jpg,Rocket Ranger,NES,Action,Kemco,Seika Corporation,,,,,,,1990-06-01, -/games/boxart/3618978ccc.jpg,Rocket Ranger,PC,Action,Cinemaware,Cinemaware,,,,,,,1988-01-01, -/games/boxart/full_2324030AmericaFrontccc.jpg,Rocket Riot,XBL,Action,THQ,CodeGlue,7,,,,,,2009-06-17, -/games/boxart/full_rocketbirds-hardboiled-chicken_773AmericaFront.jpg,Rocketbirds: Hardboiled Chicken,PSN,Action,Unknown,Ratloop Asia Pte Ltd,6,,,,,,2011-10-18, -/games/boxart/full_2501742JapanFrontccc.jpg,RockMan Power Battle Fighters,PS2,Action,Capcom,Capcom,,,,,,,2004-08-05, -/games/boxart/default.jpg,Rockman World (3DS VC),3DS,Action,Unknown,Capcom,,,,,,,, -/games/boxart/full_5523615AmericaFrontccc.jpg,Rogue Legacy,PS3,Action,Cellar Door Games,Cellar Door Games,,,,,,,2014-07-29, -/games/boxart/full_7616424AmericaFrontccc.jpg,Rogue Legacy,PS4,Action,Cellar Door Games,Cellar Door Games,,,,,,,2014-07-29, -/games/boxart/full_6411212AmericaFrontccc.jpg,Rogue Legacy,PSV,Action,Cellar Door Games,Cellar Door Games,,,,,,,2014-07-29, -/games/boxart/full_3106014AmericaFrontccc.jpg,Rogue Legacy,XOne,Action,Cellar Door Games,Cellar Door Games,,,,,,,2015-05-27, -/games/boxart/full_2458781JapanFrontccc.jpg,Roller Angels: Pasha to Daisakusen,DS,Action,Starfish,Starfish SD,,,,,,,2010-06-17, -/games/boxart/full_572901AmericaFrontccc.jpg,Rolling Thunder 3,GEN,Action,Namco,Namco,,,,,,,1993-01-01, -/games/boxart/full_room-of-doom_558AmericaFront.jpg,Room of Doom,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, -/games/boxart/full_5781437AmericaFrontccc.jpg,Root Beer Tapper,XBL,Action,Midway Games,Digital Eclipse,,,,,,,2007-02-07, -/games/boxart/full_3082074AmericaFrontccc.jpg,Royal Defenders,And,Action,Mobage,Mobage,,,,,,,2014-06-05, -/games/boxart/full_2331040AmericaFrontccc.png,RPG Soul Historica,And,Action,"Kotobuki Solution Co., Ltd.","Kotobuki Solution Co., Ltd.",,,,,,,2014-04-30, -/games/boxart/default.jpg,Rugby Challenge 2: The Lions Tour Edition,PC,Action,Tru Blu Entertainment,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Rugby Challenge 2: The Lions Tour Edition,PS3,Action,Tru Blu Entertainment,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Rugby Challenge 2: The Lions Tour Edition,X360,Action,Tru Blu Entertainment,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Rugby League Live 2,PS3,Action,Tru Blu Entertainment,Unknown,,,,,,,2012-10-09, -/games/boxart/default.jpg,Rugby League Live 2,X360,Action,Tru Blu Entertainment,Unknown,,,,,,,2012-10-09, -/games/boxart/full_1650904AmericaFrontccc.jpg,Rugrats in Paris: The Movie,GB,Action,THQ,Software Creations,,,,,,,2000-11-01, -/games/boxart/default.jpg,"Run, Jesus Run!",PC,Action,Unknown,Molleindustria,,,,,,,2010-03-01, -/games/boxart/full_5105944AmericaFrontccc.jpg,Rune: Halls of Valhalla,PC,Action,Gathering of Developers,Human Head Studios,,,,,,,2001-10-23, -/games/boxart/full_running-battle_4PALFront.jpg,Running Battle,MS,Action,Sega,Opera House,,,,,,,1991-01-01, -/games/boxart/full_8745969AmericaFrontccc.jpg,S.I.M.I.S.,Lynx,Action,Bastian Schick,Bastian Schick,,,,,,,1998-01-01, -/games/boxart/5549948ccc.jpg,S.T.U.N. Runner,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/7505794ccc.jpg,Saban's Power Rangers: Lightspeed Rescue,GB,Action,THQ,Natsume,,,,,,,2000-06-01, -/games/boxart/default.jpg,Saban's Power Rangers: Lightspeed Rescue,PC,Action,Bandai,Red Sky Interactive,,,,,,,1999-06-01, -/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,3DS,Action,Unknown,Firehazard Studio,,,,,,,, -/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,PSN,Action,Unknown,Firehazard Studio,,,,,,,, -/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,XBL,Action,Unknown,Firehazard Studio,,,,,,,, -/games/boxart/default.jpg,Saber Rider and the Star Sheriffs,Wii,Action,Unknown,Firehazard Studio,,,,,,,, -/games/boxart/full_saint-seiya-typing-ryu-sei-ken_880JapanFront.jpg,Saint Seiya: Typing Ryu Sei Ken,PC,Action,Bandai,Bandai,,,,,,,2003-01-01, -/games/boxart/full_saint-sword_922AmericaFront.jpg,Saint Sword,GEN,Action,Unknown,Taito,,,,,,,1991-06-27, -/games/boxart/full_1694363AmericaFrontccc.jpg,Saints Row,XBL,Action,THQ,Volition Inc.,,,,,,,2009-08-18, -/games/boxart/full_2959484AmericaFrontccc.jpg,Saints Row 2,XBL,Action,THQ,Volition Inc.,,,,,,,2009-11-24,2018-04-02 -/games/boxart/full_saints-row-2_486America.jpg,Saints Row 2,PSN,Action,THQ,Volition Inc.,8.3,,,,,,2011-09-20, -/games/boxart/full_saints-row-2-corporate-warfare_457AmericaFront.jpg,Saints Row 2: Corporate Warfare,PSN,Action,THQ,Volition Inc.,,,,,,,2009-05-28, -/games/boxart/full_saints-row-2-corporate-warfare_796AmericaFront.jpg,Saints Row 2: Corporate Warfare,XBL,Action,THQ,Volition Inc.,,,,,,,2009-05-28, -/games/boxart/full_saints-row-2-the-unkut-pack_573AmericaFront.jpg,Saints Row 2: The Unkut Pack,PSN,Action,THQ,Volition Inc.,,,,,,,2009-06-11, -/games/boxart/full_saints-row-2-the-unkut-pack_266AmericaFront.jpg,Saints Row 2: The Unkut Pack,XBL,Action,THQ,Volition Inc.,,,,,,,2009-06-11, -/games/boxart/full_saints-row-2-ultor-exposed_390AmericaFront.jpg,Saints Row 2: Ultor Exposed,PSN,Action,THQ,Volition Inc.,,,,,,,2009-04-23, -/games/boxart/full_saints-row-2-ultor-exposed_596AmericaFront.jpg,Saints Row 2: Ultor Exposed,XBL,Action,THQ,Volition Inc.,,,,,,,2009-04-23, -/games/boxart/full_saints-row-double-pack_8AmericaFront.jpg,Saints Row Double Pack,X360,Action,THQ,Volition Inc.,,,,,,,2010-09-07, -/games/boxart/full_5516742PALFrontccc.jpg,Saints Row: Gat out of Hell,X360,Action,Deep Silver,Volition Inc.,,,,,,,2015-01-20, -/games/boxart/full_2353399JapanFrontccc.jpg,Saka no Gabaibaa-Chan,DS,Action,Tryfirst,Tryfirst,,,,,,,2009-02-12, -/games/boxart/full_sakigake-kuromati-koukou-kore-wa-hyottoshite-game-nanoka-hen_347JapanFront.jpg,Sakigake!! Kuromati Koukou: Kore wa Hyottoshite Game Nanoka!? Hen,PS2,Action,Hudson Soft,Hudson Soft,,,,,,,2004-03-04, -/games/boxart/full_7781225JapanFrontccc.jpg,Sakigake!! Otokojuku: Meikoushima Kessen,GB,Action,Yutaka,Yutaka,,,,,,,1990-08-04, -/games/boxart/full_sakigake-otokojuku-shippu-ichi-gou-sei_469JapanFront.jpg,Sakigake!! Otokojuku: Shippu Ichi Gou Sei,NES,Action,Bandai,Bandai,,,,,,,1989-03-03, -/games/boxart/full_3164064AmericaFrontccc.jpg,Sakuna: Of Rice and Ruin,PS4,Action,Xseed Games,Edelweiss,,,,,,,2020-11-10, -/games/boxart/full_1089759AmericaFrontccc.jpg,Sakuna: Of Rice and Ruin,PC,Action,Xseed Games,Edelweiss,,,,,,,2020-11-10, -/games/boxart/full_2711686JapanFrontccc.jpg,Sakura Momoko no UkiUki Carnival,GBA,Action,Nintendo,Nintendo,,,,,,,2002-07-05, -/games/boxart/full_sakura-samurai-art-of-the-sword_808AmericaFront.png,Sakura Samurai: Art of the Sword,3DS,Action,Nintendo,Nintendo,,,,,,,2012-02-02, -/games/boxart/full_salary-man-champ-tatakau-salary-man_4JapanFront.jpg,Salary Man Champ: Tatakau Salary Man,PS,Action,Success,Success,,,,,,,2001-05-31, -/games/boxart/full_salary-man-champ-tatakau-salary-man_5JapanFront.jpg,Salary Man Champ: Tatakau Salary Man,PSN,Action,Konami,Success,,,,,,,2010-10-13, -/games/boxart/full_8274801AmericaFrontccc.jpg,Salt and Sanctuary,PSV,Action,Ska Studios,Ska Studios,,,,,,,2016-01-01, -/games/boxart/full_8251877AmericaFrontccc.jpg,Salt and Sanctuary,PS4,Action,Ska Studios,Ska Studios,,,,,,,2016-03-15, -/games/boxart/full_5288122AmericaFrontccc.jpg,Samurai Deeper Kyo,GBA,Action,Bold Games,Marvelous Interactive,,,,,,,2008-02-12, -/games/boxart/full_2546008JapanFrontccc.jpg,Samurai Kid,GB,Action,KOEI,Biox,,,,,,,2001-02-02, -/games/boxart/full_samurai-sword-destiny_34AmericaFront.jpg,Samurai Sword Destiny,3DS,Action,UFO Interactive,UFO Interactive,,,,,,,2012-01-05, -/games/boxart/full_406617AmericaFrontccc.jpg,Samurai Warriors 2,PC,Action,KOEI,Omega Force,,,,,,,2008-06-27, -/games/boxart/full_2689858AmericaFrontccc.jpg,Samurai Warriors 4-II,PC,Action,Tecmo Koei,Omega Force,,,,,,,2015-09-29,2018-05-02 -/games/boxart/full_4920645AmericaFrontccc.png,Samurai Warriors: State of War,PSN,Action,KOEI,Omega Force,,,,,,,2009-07-08, -/games/boxart/full_5970968AmericaFrontccc.jpg,Samurai-Ghost,PCE,Action,Namco,Now Production,,,,,,,1992-01-01, -/games/boxart/full_4218586AmericaFrontccc.jpg,Samurai-Ghost,VC,Action,Namco Bandai,Now Production,,,,,,,2007-10-29, -/games/boxart/full_5865596JapanFrontccc.jpg,Sanrio Puro Land All-Stars,GBA,Action,Tomy Corporation,Tomy Corporation,,,,,,,2003-11-01, -/games/boxart/full_ape-escape-big-monkey-mission_1JapanFront.jpg,Saru! Get You! SaruSaru Daisakusen,PSN,Action,Sony Computer Entertainment,h.a.n.d. Inc.,,,,,,,2008-12-11,2018-09-18 -/games/boxart/default.jpg,SBARG,WinP,Action,Gyko Games,Gyko Games,,,,,,,2010-10-31, -/games/boxart/full_5432894AmericaFrontccc.jpg,Scalebound,XOne,Action,Microsoft Studios,PlatinumGames,,,,,,,2017-12-31, -/games/boxart/full_5663426AmericaFrontccc.jpg,Scallywags,XBL,Action,Microsoft,Mike Allwood,,,,,,,2009-06-05, -/games/boxart/full_1210361JapanFrontccc.jpg,Scan Hunter,GBA,Action,Pacific Century Cyber Works,Pacific Century Cyber Works,,,,,,,2002-11-15, -/games/boxart/full_scarygirl_875AmericaFront.jpg,Scarygirl,PS3,Action,Square Enix,TikGames,,,,,,,2012-01-24, -/games/boxart/full_734840AmericaFrontccc.jpg,Schizoid,XBL,Action,Microsoft,Torpex Games LLC,5,,,,,,2008-07-09, -/games/boxart/full_5967693AmericaFrontccc.jpeg,School Bus Fun,PC,Action,United Developers,Unknown,,,,,,,2014-07-03, -/games/boxart/full_scott-pilgrim-vs-the-world_4AmericaFront.jpg,Scott Pilgrim vs. The World,PSN,Action,Ubisoft,Ubisoft Montreal,7.7,,,,,,2010-08-10, -/games/boxart/full_scott-pilgrim-vs-the-world_2AmericaFront.jpg,Scott Pilgrim vs. The World,XBL,Action,Ubisoft,Ubisoft Montreal,8.2,,,,,,2010-08-25, -/games/boxart/8503599ccc.jpg,Scrapyard Dog,7800,Action,Atari,Blue Sky Software,,,,,,,1991-01-01, -/games/boxart/3438386ccc.jpg,Scrapyard Dog,Lynx,Action,Atari,Creative Software,,,,,,,1991-01-01, -/games/boxart/full_8278010AmericaFrontccc.jpg,Screwjumper!,XBL,Action,THQ,Frozen Codebase,,,,,,,2007-11-14, -/games/boxart/1030202ccc.jpg,Scuba Diver,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, -/games/boxart/full_4386318JapanFrontccc.jpg,SD Gundam: Winner's History,GG,Action,Bandai,Bandai,,,,,,,1995-03-24, -/games/boxart/full_sd-the-great-battle_496JapanFront.jpg,SD The Great Battle,SNES,Action,Banpresto,Banpresto,,,,,,,1990-12-29, -/games/boxart/full_2113337JapanFrontccc.jpg,SD Ultra Battle: Ultraman Densetsu,SNES,Action,Bandai,Tom Create,,,,,,,1996-06-28, -/games/boxart/full_sea-battle_265AmericaFront.jpg,Sea Battle,2600,Action,Unknown,INTV,,,,,,,2000-01-01, -/games/boxart/full_1384799AmericaFrontccc.jpg,Sea Blast,XBL,Action,Microsoft,SeaBlast,,,,,,,2008-12-14, -/games/boxart/7783904ccc.jpg,Sea Hunt,2600,Action,Unknown,Froggo,,,,,,,1978-01-01, -/games/boxart/9011504ccc.jpg,Sea Monster,2600,Action,Bit Corporation,Bit Corp.,,,,,,,1983-01-01, -/games/boxart/1214030ccc.jpg,Seal of the Pharaoh,3DO,Action,ASK,ASK,,,,,,,1994-01-01, -/games/boxart/6786754ccc.jpg,Seaquest,2600,Action,Activision,Activision,,,,,,,1983-01-01, -/games/boxart/full_4078885AmericaFrontccc.jpg,seaQuest DSV,SNES,Action,Malibu Games,Sculptured Software,,,,,,,1995-01-01, -/games/boxart/1725894ccc.jpg,seaQuest DSV,GB,Action,Malibu Games,Unexpected Development,,,,,,,1994-11-01, -/games/boxart/full_3410843AmericaFrontccc.jpg,seaQuest DSV,GEN,Action,Black Pearl,Sculptured Software,,,,,,,1994-01-01, -/games/boxart/full_7138556PALFrontccc.jpg,Search & Destroy,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-06-01, -/games/boxart/full_975429PALFrontccc.jpg,Second Samurai,GEN,Action,Psygnosis,Vivid Image,,,,,,,1994-01-01, -/games/boxart/full_2312483AmericaFrontccc.jpg,Secret Agent Barbie,PC,Action,VU Games,Unknown,,,,,,,2002-09-30, -/games/boxart/8556771ccc.jpg,Secret Quest,2600,Action,Atari,Axlon,,,,,,,1989-01-01, -/games/boxart/full_2415589AmericaFrontccc.jpg,Secret Service: Ultimate Sacrifice,PC,Action,Activision,Tigon,,,,,,,2008-11-11, -/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,PC,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-07-27, -/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,PSN,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-09-13, -/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,XBL,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-07-13, -/games/boxart/full_section-8-prejudice-overdrive-map-pack_700AmericaFront.jpg,Section 8: Prejudice - Overdrive Map Pack,PC,Action,TimeGate Studios,TimeGate Studios,,,,,,,2011-06-01, -/games/boxart/full_section-8-prejudice-overdrive-map-pack_396AmericaFront.jpg,Section 8: Prejudice - Overdrive Map Pack,XBL,Action,Unknown,TimeGate Studios,,,,,,,2011-06-01, -/games/boxart/full_1247556JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 11: Hokuto no Ken,PS2,Action,Sega,SIMS,,,,,,,2004-03-25, -/games/boxart/full_4371669JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 14: Alien Syndrome,PS2,Action,Sega,Sega,,,,,,,2004-07-29, -/games/boxart/full_9657668JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 5: Golden Axe,PS2,Action,Sega,Sega,,,,,,,2003-09-25, -/games/boxart/full_seicross_564AmericaFront.jpg,Seicross,NES,Action,Unknown,Nihon Bussan,,,,,,,, -/games/boxart/full_seicross_921JapanFront.jpg,Seicross,VC,Action,Hamster Corporation,Nihon Bussan,,,,,,,2011-09-20, -/games/boxart/full_senguko-3_402AmericaFront.jpg,Sengoku 3,NG,Action,SNK,Noise Factory,,,,,,,2001-10-25, -/games/boxart/full_sengoku-basara-battle-heroes_9JapanFront.jpg,Sengoku Basara: Battle Heroes,PSN,Action,Capcom,Capcom,,,,,,,2010-09-09, -/games/boxart/full_5141885JapanFrontccc.jpg,Sengoku Denshou,SCD,Action,Sammy Corporation,Sammy Studios,,,,,,,1993-12-28, -/games/boxart/full_8256807JapanFrontccc.jpg,Sengoku Kakumei Gaiden,GBA,Action,Konami,Konami,,,,,,,2003-02-27, -/games/boxart/default.jpg,Sengoku Musou 2 with Moushouden,X360,Action,KOEI,Omega Force,,,,,,,2008-03-19, -/games/boxart/full_7635499JapanFrontccc.jpg,Sengoku Turb,DC,Action,NEC,NEC Interchannel,5.1,,,,,,1999-01-14, -/games/boxart/4979006ccc.jpg,Sentinel,7800,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/111825ccc.jpg,Sentinel,2600,Action,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_5693241JapanFrontccc.jpg,Sentouin: Yamada Hajime,GBA,Action,Kids Station,Rokumendo,,,,,,,2004-10-21, -/games/boxart/full_7633898AmericaFrontccc.jpg,Serious Sam: Kamikaze Attack,PC,Action,Devolver Digital,Be-Rad Entertainment,,,,,,,2012-01-17, -/games/boxart/146257ccc.gif,Serpent,GB,Action,Taxan,Naxat Soft,,,,,,,1990-11-01, -/games/boxart/default.jpg,Seven Symbols,PC,Action,Unknown,Level 13,,,,,,,, -/games/boxart/1813679ccc.jpg,Sgt. Rock: On the Frontline,GB,Action,BAM! Entertainment,Altron,,,,,,,2000-12-17, -/games/boxart/full_4060508AmericaFrontccc.jpg,Shadow Man,DC,Action,Acclaim Entertainment,Acclaim Studios Teesside,8.2,,,,,,1999-11-30,2018-10-08 -/games/boxart/63103ccc.jpg,Shadow Man,PC,Action,Acclaim Entertainment,Acclaim Studios Teesside,,,,,,,1999-08-24, -/games/boxart/3332696ccc.jpg,Shadow of the Beast II,GEN,Action,Electronic Arts,WJS Design,,,,,,,1992-01-01, -/games/boxart/2350605ccc.jpg,Shadow of the Beast II,SCD,Action,Psygnosis,Psygnosis,,,,,,,1994-06-07, -/games/boxart/full_3724703AmericaFrontccc.jpg,Shakedown Hawaii,PSV,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2019-05-19 -/games/boxart/full_3661133AmericaFrontccc.jpg,Shakedown Hawaii,PS4,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2019-05-19 -/games/boxart/full_2926137AmericaFrontccc.jpg,Shakedown Hawaii,3DS,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07, -/games/boxart/full_7099155AmericaFrontccc.jpg,Shakedown Hawaii,PC,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2019-05-19 -/games/boxart/1254975ccc.jpg,Shamus,GB,Action,Vatical Entertainment,Junglevision Software,,,,,,,2000-03-01, -/games/boxart/full_shank_7AmericaFront.jpg,Shank,XBL,Action,Electronic Arts,Klei Entertainment,7.1,,,,,,2010-08-25, -/games/boxart/full_shank_852AmericaFront.jpg,Shank,PC,Action,Electronic Arts,Klei Entertainment,6.7,,,,,,2010-10-26, -/games/boxart/full_shank_6AmericaFront.jpg,Shank,PSN,Action,Electronic Arts,Klei Entertainment,6.9,,,,,,2010-08-24, -/games/boxart/default.jpg,Shank 2,PC,Action,Electronic Arts,Klei Entertainment,,,,,,,2012-02-07, -/games/boxart/full_shank-2_801AmericaFront.jpg,Shank 2,PS3,Action,Electronic Arts,Klei Entertainment,,,,,,,2012-02-07, -/games/boxart/full_shank-2_337AmericaFront.jpg,Shank 2,X360,Action,Electronic Arts,Klei Entertainment,,,,,,,2012-02-08, -/games/boxart/full_9447705PALFrontccc.jpg,Shaq-Fu: A Legend Reborn,PC,Action,Unknown,Big Deez Productions,,,,,,,2016-01-01,2018-03-03 -/games/boxart/full_2214449AmericaFrontccc.jpg,Shardscape Assault,XBL,Action,Microsoft,Arthur Prescient,,,,,,,2009-08-20, -/games/boxart/full_1537818AmericaFrontccc.jpg,Shark Tale,PC,Action,Activision,Amaze Entertainment,,,,,,,2004-09-27, -/games/boxart/full_sheep-defense_7AmericaFront.jpg,Sheep Defense,PSN,Action,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-15, -/games/boxart/full_2188541AmericaFrontccc.jpeg,Sheep Happens,PC,Action,JoWood Productions & Piranha Bytes,JoWood Productions & Piranha Bytes,,,,,,,2013-09-19, -/games/boxart/4872475ccc.jpg,Shellshock,SAT,Action,U.S. Gold,Core Design Ltd.,,,,,,,1995-01-01, -/games/boxart/full_6455819AmericaFrontccc.jpg,Shellshock,PC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,1996-06-30, -/games/boxart/full_shelly-club_771PALFront.jpg,Shelly Club,GB,Action,VU Games,VU Games,,,,,,,2001-12-14, -/games/boxart/full_2573257AmericaFrontccc.jpg,Shien's Revenge,SNES,Action,Victory Lap Games,Almanic Corp.,,,,,,,1994-10-01, -/games/boxart/full_shiju-hachi_1JapanFront.jpg,Shiju Hachi,PS2,Action,Banpresto,Banpresto,,,,,,,2007-11-22, -/games/boxart/full_1776267JapanFrontccc.jpg,Shikigami no Shiro: Nanayozuki Gensoukyoku,PS2,Action,Kids Station,Alfa System,,,,,,,2005-08-18, -/games/boxart/full_9381009PALFrontccc.jpg,Shin Chan: Aventuras en Cineland,GBA,Action,Atari,Inti Creates,,,,,,,2005-01-01, -/games/boxart/full_8497027JapanFrontccc.jpg,Shin Nekketsu Kouha: Kunio Tachi no Banka,SNES,Action,Technos Japan Corporation,Technos Japan,,,,,,,1994-04-29, -/games/boxart/full_shin-sangoku-musou-4-special_279JapanFront.jpg,Shin Sangoku Musou 4 Special,PC,Action,KOEI,Omega Force,,,,,,,2006-06-22, -/games/boxart/full_7408495JapanFrontccc.jpg,Shin Sangoku Musou Online: Ryuujin Ranbu,PS3,Action,Tecmo Koei,Tecmo Koei Holdings,,,,,,,2015-03-12,2018-04-24 -/games/boxart/default.jpg,Shinigami Oni,3DS,Action,Unknown,Digital Works Entertainment,,,,,,,, -/games/boxart/default.jpg,Shinobi (Arcade),VC,Action,Sega,Sega,,,,,,,2009-12-07, -/games/boxart/9159823ccc.jpg,Shinobi III: Return of the Ninja Master,GEN,Action,Sega,Sega (AM7),,,,,,,1993-07-22, -/games/boxart/4650549ccc.jpg,Shinobi III: Return of the Ninja Master,VC,Action,Sega,Sega (AM7),,,,,,,2007-08-20, -/games/boxart/full_shinobi-legions_975AmericaFront.jpg,Shinobi Legions,SAT,Action,Victory Lap Games,Sega AM7,,,,,,,1995-11-01, -/games/boxart/full_5564433JapanFrontccc.jpg,Shinobido Takumi,PS2,Action,Spike,Acquire,,,,,,,2006-03-30, -/games/boxart/default.jpg,Shinobido: Tales of the Ninja,PSN,Action,Sony Computer Entertainment,Acquire,,,,,,,2010-04-01, -/games/boxart/full_2827225PALFrontccc.jpg,Shinobido: Way of the Ninja,PS2,Action,Spike,Acquire,,,,,,,2005-11-10, -/games/boxart/full_9476571JapanFrontccc.jpg,Shinrei Jusatsushi Taromaru,SAT,Action,Time Warner Interactive,Time Warner Interactive,,,,,,,1997-01-17, -/games/boxart/full_1867466JapanFrontccc.jpg,Shinseiki Evangelion: Typing Hokan Keikaku,DC,Action,Gainax Network Systems,Gainax,,,,,,,2001-08-30, -/games/boxart/full_7508796JapanFrontccc.jpg,Shippuu! Iron Leaguer,GB,Action,Bandai,Bandai,,,,,,,1994-03-11, -/games/boxart/full_1904135PALFrontccc.jpg,Shogun's Blade,PS2,Action,505 Games,Tamsoft,,,,,,,2005-11-16, -/games/boxart/1001770ccc.jpg,Shootin' Gallery,2600,Action,Imagic,Imagic,,,,,,,1982-01-01, -/games/boxart/default.jpg,Shrek Goes Fourth,PS3,Action,Unknown,Activision,,,,,,,, -/games/boxart/default.jpg,Shrek Goes Fourth,PSP,Action,Unknown,Activision,,,,,,,, -/games/boxart/6799121ccc.jpg,Shrek the Third,GBA,Action,Activision,Vicarious Visions,,,,,,,2007-05-15, -/games/boxart/full_2264659AmericaFrontccc.jpg,Shrek the Third,XBL,Action,Activision,7 Studios,,,,,,,2010-04-27, -/games/boxart/full_9914774AmericaFrontccc.jpg,Shrek the Third,PC,Action,Activision,7 Studios,,,,,,,2007-05-15, -/games/boxart/4266847ccc.jpg,Shuttle Orbiter,2600,Action,Unknown,Avalon Hill,,,,,,,1983-01-01, -/games/boxart/full_4869423AmericaFrontccc.jpg,Sid Meier's Civilization V: Brave New World,PC,Action,2K Games,Unknown,,,,,,,2013-07-09, -/games/boxart/full_4079459AmericaFrontccc.jpg,Sid Meier's Civilization V: Gods & Kings,PC,Action,2K Games,Unknown,,,,,,,2012-06-19, -/games/boxart/full_8223556AmericaFrontccc.png,Sid Meier's Covert Action,PC,Action,Microprose,MPS Labs,,,,,,,1990-01-01, -/games/boxart/6033382ccc.jpg,Silent Hill 2,PC,Action,Konami,Creature Labs,,,,,,,2002-12-02, -/games/boxart/full_8528393AmericaFrontccc.jpg,Silent Hill: Origins,PSN,Action,Konami,Climax Group,,,,,,,2009-12-10, -/games/boxart/default.jpg,Silent Hills,PS4,Action,Konami Digital Entertainment,Kojima Productions,,,,,,,2020-12-31, -/games/boxart/full_5684018JapanFrontccc.jpg,Silk to Cotton,GBA,Action,Mig Entertainment,Mig Entertainment,,,,,,,2002-10-31, -/games/boxart/full_3369764JapanFrontccc.jpg,Simple 1500 Series Vol. 100: The Uchuuhikoushi,PS,Action,D3 Publisher,Amedio,,,,,,,2002-08-29, -/games/boxart/full_3494974JapanFrontccc.jpg,Simple 1500 Series Vol. 57: The Meiro,PS,Action,D3 Publisher,Mint,,,,,,,2001-03-22, -/games/boxart/full_7259148JapanFrontccc.jpg,Simple 1500 Series Vol. 86: The Onigokko,PS,Action,D3 Publisher,Sol,,,,,,,2002-02-28, -/games/boxart/full_6291842JapanFrontccc.jpg,Simple 1500 Series Vol. 94: The Cameraman ~Gekisha Boy Omakefu~,PS,Action,D3 Publisher,Irem Software Engineering,,,,,,,2002-05-23, -/games/boxart/full_2089443JapanFrontccc.jpg,Simple 2000 Series Vol. 110: The Toubou Prisoner,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2006-10-12, -/games/boxart/full_8139419JapanFrontccc.jpg,Simple 2000 Series Vol. 112: The Tousou Highway 2: Road Warrior 2050,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2006-12-28, -/games/boxart/full_simple-2000-series-vol-113-the-tairyou-jigoku_4JapanFront.jpg,Simple 2000 Series Vol. 113: The Tairyou Jigoku,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2007-02-22, -/games/boxart/full_simple-2000-series-vol-114-the-onna-okappichi-torimonochou-oharuchan-go-go-go_418JapanFront.jpg,Simple 2000 Series Vol. 114: The Onna Okappichi Torimonochou - Oharuchan Go Go Go!,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2007-02-22, -/games/boxart/full_simple-2000-series-vol-115-the-roomshare-to-iu-seikatsu_778JapanFront.jpg,Simple 2000 Series Vol. 115: The Roomshare to Iu Seikatsu,PS2,Action,D3 Publisher,ThinkArts,,,,,,,2007-03-29, -/games/boxart/full_simple-2000-series-vol-116-the-neko-mura-no-ninnin-pagu-daikan-no-akugyou-sanmai_704JapanFront.jpg,Simple 2000 Series Vol. 116: The Neko-Mura no Ninnin - Pagu Daikan no Akugyou Sanmai,PS2,Action,D3 Publisher,Vingt-et-un Systems,,,,,,,2007-04-12, -/games/boxart/full_simple-2000-series-vol-118-the-ochimusha-doemu-samurai-toujou_182JapanFront.jpg,Simple 2000 Series Vol. 118: The Ochimusha - Doemu Samurai Toujou,PS2,Action,D3 Publisher,Tamsoft,,,,,,,2007-05-31, -/games/boxart/full_5679086JapanFrontccc.jpg,Simple 2000 Series Vol. 59: The Uchuujin to Hanashi Sou!,PS2,Action,D3 Publisher,Taito Corporation,,,,,,,2004-08-26, -/games/boxart/full_simple-2000-series-vol-98-the-roman-sabou_10JapanFront.jpg,Simple 2000 Series Vol. 98: The Roman Sabou,PS2,Action,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-03-23, -/games/boxart/full_3320262JapanFrontccc.jpg,Simple 2000 Series Vol.73: The Saiyuki Saruden,PS2,Action,D3 Publisher,D3 Publisher,,,,,,,2005-03-17, -/games/boxart/full_1429281JapanFrontccc.jpg,Simple 2500 Series Portable!! Vol. 13: The Akuma Hunters - Exorsister,PSP,Action,D3 Publisher,D3 Publisher,,,,,,,2009-12-23, -/games/boxart/default.jpg,Sinbad and the Throne of the Falcon,PC,Action,Cinemaware,Cinemaware,,,,,,,1988-01-01, -/games/boxart/full_6983283AmericaFrontccc.jpg,Sir Lancelot,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/default.jpg,Sitio do Picapau Amarelo,MS,Action,Tec Toy,Tec Toy,,,,,,,1997-01-01, -/games/boxart/6167383ccc.jpg,Skate Boardin': A Radical Adventure,2600,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1987-01-01, -/games/boxart/3385681ccc.jpg,Skeet Shoot,2600,Action,Apollo,Apollo,,,,,,,1981-01-01, -/games/boxart/full_6451339AmericaFrontccc.jpg,Skin Diver,2600,Action,Unknown,Sancho,,,,,,,1983-01-01, -/games/boxart/full_skools-out_300AmericaFront.jpg,Skools Out,PC,Action,Xing Entertainment,MuckyBaby Productions,,,,,,,2004-05-16, -/games/boxart/full_sky-cat_318AmericaFront.jpg,Sky Cat,XBL,Action,Microsoft,Subby and Sun's Games,,,,,,,2011-07-22, -/games/boxart/8100378ccc.jpg,Sky Diver,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/8359694ccc.jpg,Sky Jinks,2600,Action,Activision,Activision,,,,,,,1982-01-01, -/games/boxart/default.jpg,Sky Jumper Sol,DSiW,Action,Nintendo,Nintendo,,,,,,,2010-11-10, -/games/boxart/2240114ccc.jpg,Sky Skipper,2600,Action,Parker Bros.,Parker Bros.,,,,,,,1983-01-01, -/games/boxart/full_3944795AmericaFrontccc.jpg,SkyGunner,PS2,Action,Atlus,Pixel Arts,,,,,,,2002-06-24, -/games/boxart/default.jpg,SKYPEACE,3DS,Action,Unknown,Unknown,,,,,,,, -/games/boxart/full_424162PALFrontccc.jpg,SkyScraper,Wii,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2010-08-27, -/games/boxart/full_9058498PALFrontccc.jpg,Skyscraper,PS2,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-10-24, -/games/boxart/full_2253686PALFrontccc.jpg,Skyscraper,PC,Action,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-09-12, -/games/boxart/default.jpg,Skytorn,PS4,Action,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Skytorn,Linux,Action,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Skytorn,OSX,Action,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Skytorn,PC,Action,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_slam-bolt-scrappers_611AmericaFront.jpg,Slam Bolt Scrappers,PSN,Action,Sony Online Entertainment,Fire Hose Games,,,,,,,2011-03-15, -/games/boxart/full_6573133AmericaFrontccc.jpg,SLAM: Indie Edition,XBL,Action,Microsoft,Blackstorm Games,,,,,,,2009-10-08, -/games/boxart/default.jpg,SlashDash,XOne,Action,Unknown,Unknown,,,,,,,, -/games/boxart/406403ccc.jpg,Slave Zero,DC,Action,Infogrames,Accolade,5.7,,,,,,1999-10-31, -/games/boxart/full_slave-zero_689AmericaFront.jpg,Slave Zero,PC,Action,Infogrames,Accolade,,,,,,,1999-10-31, -/games/boxart/full_5243588AmericaFrontccc.jpg,Slider,GG,Action,Sega,Loriciels,,,,,,,1991-01-01, -/games/boxart/full_slime-world_672JapanFront.jpg,Slime World,PCE,Action,Micro World,Epyx,,,,,,,1992-10-09, -/games/boxart/full_2695670AmericaFrontccc.png,Slogan Logo Quiz,And,Action,Unknown,Unknown,,,,,,,2014-06-18, -/games/boxart/full_4985608AmericaFrontccc.jpg,Slopestyle,3DO,Action,3DO,L3 Interactive,,,,,,,1994-01-01, -/games/boxart/2378519ccc.jpg,Slot Racers,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_8203928AmericaFrontccc.jpg,Slow Down Bull,PC,Action,Insomniac Games,Insomniac Games,,,,,,,2015-04-20, -/games/boxart/full_824648AmericaFrontccc.jpg,Sly Cooper Collection,PSV,Action,Sony Computer Entertainment,Sanzaru Games,,,,,,,2014-05-27,2018-04-12 -/games/boxart/full_2580192AmericaFrontccc.jpg,Small Arms,XBL,Action,Gastronaut Studios,Gastronaut Studios,6.7,,,,,,2006-11-22, -/games/boxart/full_7615645AmericaFrontccc.jpg,Smurfs Save The Day,2600,Action,Coleco,Coleco,,,,,,,1983-01-01, -/games/boxart/full_3057284AmericaFrontccc.jpg,Snail Shot Torpedo,XBL,Action,Microsoft,davidjsushil,,,,,,,2009-12-17, -/games/boxart/full_5244084AmericaFrontccc.jpg,Snake's Revenge,NES,Action,Ultra Games,Konami,,,,,,,1990-04-01, -/games/boxart/full_7619301AmericaFrontccc.jpg,Snake360,XBL,Action,Microsoft,yyr,,,,,,,2008-11-20, -/games/boxart/full_3554311AmericaFrontccc.jpg,Snake360 Lite,XBL,Action,Microsoft,yyr,,,,,,,2009-03-10, -/games/boxart/3635661ccc.jpg,Snakeball,PSN,Action,Sony Computer Entertainment,Gamoola Soft,,,,,,,2007-12-20, -/games/boxart/full_4685919AmericaFrontccc.jpg,Snaker Ace,XBL,Action,Microsoft,LemonBallGames,,,,,,,2009-11-05, -/games/boxart/3220270ccc.jpg,Sneak 'N Peek,2600,Action,Vidtec,US Games,,,,,,,1982-01-01, -/games/boxart/8843850ccc.jpg,Sneak King,XB,Action,King Games,Blitz Games,5.8,,,,,,2006-11-19, -/games/boxart/81858ccc.jpg,Sneak King,X360,Action,King Games,King Games,5.8,,,,,,2006-11-19, -/games/boxart/full_6583876PALFrontccc.jpg,Sniper Assault,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, -/games/boxart/3266138ccc.jpg,Snoopy & The Red Baron,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_snoopy-concert_327JapanFront.jpg,Snoopy Concert,SNES,Action,Mitsui,Mitsui Fudosan,,,,,,,1995-05-19, -/games/boxart/full_89838AmericaFrontccc.jpg,Snoopy Flying Ace,XBL,Action,Microsoft,Smart Bomb Interactive,8.1,,,,,,2010-06-02, -/games/boxart/full_5979147AmericaFrontccc.png,Soaper Coaster,WinP,Action,Unknown,Unknown,,,,,,,2014-07-22, -/games/boxart/full_2313477AmericaFrontccc.jpg,Soaring Santa,XBL,Action,Microsoft,Ianthraxx,,,,,,,2009-12-12, -/games/boxart/full_9478850AmericaFrontccc.jpg,Solar,XBL,Action,Microsoft,Murudai,,,,,,,2009-03-20, -/games/boxart/8871256ccc.jpg,Solar Fox,2600,Action,CBS Electronics,Bally Midway,,,,,,,1983-01-01, -/games/boxart/full_8929832AmericaFrontccc.jpg,Solar Jetman: Hunt for the Golden Warpship,NES,Action,Tradewest,Zippo games,,,,,,,1990-10-01, -/games/boxart/6992728ccc.jpg,Solar Storm,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/full_soldier-boyz_834AmericaFront.jpg,Soldier Boyz,PC,Action,DreamCatcher Interactive,Hypnotix,,,,,,,1997-04-30, -/games/boxart/full_soldier-front_96AmericaFront.jpg,Soldier Front,PC,Action,NHN USA,Dragonfly,,,,,,,2007-02-14, -/games/boxart/default.jpg,Soma,Linux,Action,Frictional Games,Frictional Games,,,,,,,2016-01-01, -/games/boxart/default.jpg,Soma,OSX,Action,Frictional Games,Frictional Games,,,,,,,2016-01-01, -/games/boxart/full_somer-assault_8AmericaFront.jpg,Somer Assault,PCE,Action,Atlus,Atlus Co.,,,,,,,1992-01-01, -/games/boxart/default.jpg,Son of Nor,OSX,Action,Viva Media,stillalive studios,,,,,,,2015-03-31, -/games/boxart/default.jpg,Son of Nor,Linux,Action,Viva Media,stillalive studios,,,,,,,2015-03-31, -/games/boxart/default.jpg,Son of Nor,PC,Action,Viva Media,stillalive studios,,,,,,,2015-03-31, -/games/boxart/full_7654452PALFrontccc.jpg,Son of the Lion King,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/7406936ccc.gif,Sonic Blast Man,SNES,Action,Taito,Taito,,,,,,,1993-02-01, -/games/boxart/2578125ccc.gif,Sonic Blast Man II,SNES,Action,Taito,Taito,,,,,,,1994-11-01, -/games/boxart/full_167813AmericaFrontccc.png,Sonic Dash 2: Sonic Boom,And,Action,Sega,Sega,,,,,,,2015-06-30, -/games/boxart/5614612ccc.png,Sonic Shuffle,DC,Action,Sega,Sega,5.5,,,,,,2000-11-13, -/games/boxart/full_3850572AmericaFrontccc.png,Soon Shine,WiiU,Action,Dahku Creations,Dahku Creations,,,,,,,2014-08-14, -/games/boxart/full_sorcerer_891AmericaFront.jpg,Sorcerer,2600,Action,Mythicon,Mythicon,,,,,,,1983-01-01, -/games/boxart/7928357ccc.jpg,Sorcerer's Apprentice,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_soreike-anpanman-5tsu-no-tou-no-ousama_142JapanFront.jpg,Soreike! Anpanman: 5tsu no Tou no Ousama,GB,Action,Tamsoft,GRC,,,,,,,2000-11-23, -/games/boxart/full_1883357AmericaFrontccc.jpg,SOS,SNES,Action,Victory Lap Games,Human Entertainment,,,,,,,1994-04-01, -/games/boxart/full_3965537JapanFrontccc.jpg,Soukoban Densetsu: Hikari to Yamo no Kuni,GB,Action,J-Wing,J-Wing,,,,,,,1999-12-25, -/games/boxart/full_1457701JapanFrontccc.jpg,Soukyuu no Fafner,PSP,Action,Bandai,Bandai,,,,,,,2005-01-27, -/games/boxart/full_7905798AmericaFrontccc.png,Soul Guardians: Age of Midgard,And,Action,ZQGame,ZQGame,,,,,,,2014-06-10, -/games/boxart/full_9412046AmericaFrontccc.png,SoulCraft 2 - League of Angels,And,Action,MobileBits GmbH,MobileBits GmbH,,,,,,,2014-07-04, -/games/boxart/full_1635065AmericaFrontccc.jpg,SoundX,2600,Action,Unknown,Ed Federmeyer,,,,,,,1994-01-01, -/games/boxart/default.jpg,South Park,GB,Action,Unknown,Acclaim,,,,,,,, -/games/boxart/full_5851338AmericaFrontccc.jpg,Space Attack,2600,Action,Mattel Interactive,Mattel,,,,,,,1982-01-01, -/games/boxart/4820689ccc.jpg,Space Canyon,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, -/games/boxart/790574ccc.jpg,Space Dungeon,5200,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_2296097AmericaFrontccc.jpg,Space Hack,PC,Action,Meridian4,Rebelmind,,,,,,,2014-08-08,2018-07-19 -/games/boxart/full_space-hunter_4JapanFront.jpg,Space Hunter,NES,Action,Kemco,Kemco,,,,,,,1986-09-25, -/games/boxart/full_2966968PALFrontccc.jpg,Space Rebellion,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-12-08, -/games/boxart/49584ccc.jpg,Space Shuttle,5200,Action,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/1720222ccc.jpg,Space Shuttle Project,NES,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1991-11-01, -/games/boxart/2501187ccc.jpg,Space Shuttle: A Journey Into Space,2600,Action,Activision,Activision,,,,,,,1983-01-01, -/games/boxart/full_8104227AmericaFrontccc.jpg,Space Trader: Merchant Marine,PC,Action,Meridian4,Hermitworks Entertainment,,,,,,,2008-11-03, -/games/boxart/full_space-tunnel_747PALFront.jpg,Space Tunnel,2600,Action,Bit Corporation,Bit Corp.,,,,,,,1983-01-01, -/games/boxart/5606102ccc.jpg,Space War,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/8696110ccc.jpg,Spacechase,2600,Action,Apollo,Apollo,,,,,,,1981-01-01, -/games/boxart/full_9622579AmericaFrontccc.jpg,Spaceman,XBL,Action,Microsoft,buddrick,,,,,,,2009-08-01, -/games/boxart/full_spacemaster-x-7_502AmericaFront.jpg,Spacemaster X-7,2600,Action,20th Century Fox Video Games,Sirius Software,,,,,,,1983-01-01, -/games/boxart/6287797ccc.jpg,Spanky's Quest,GB,Action,Natsume,Natsume,,,,,,,1992-07-02, -/games/boxart/1214836ccc.gif,Spankys Quest,SNES,Action,Natsume,Natsume,,,,,,,1986-01-01, -/games/boxart/9159291ccc.jpg,Spawn,GB,Action,Konami,Konami,,,,,,,1999-09-15, -/games/boxart/334334ccc.jpg,Spawn: In the Demon's Hand,DC,Action,Capcom,Capcom,5.8,,,,,,2000-10-01, -/games/boxart/default.jpg,Spearfishing,PC,Action,Charlie Williams,Biart Studio's,,,,,,,2014-06-30, -/games/boxart/default.jpg,Spearfishing,XBL,Action,Unknown,Biart Studio's,,,,,,,, -/games/boxart/full_7030767AmericaFrontccc.jpg,Spectre,SNES,Action,CyberSoft,Synergistic Software,,,,,,,1994-05-01, -/games/boxart/full_9620489AmericaFrontccc.jpg,Spectre VR,PC,Action,Velocity Development,Velocity Development,,,,,,,1994-01-01, -/games/boxart/full_speedrunner-hd_264AmericaFront.jpg,SpeedRunner HD,XBL,Action,Microsoft,DoubleDutch Games,6,,,,,,2011-08-29, -/games/boxart/4572868ccc.jpg,Spider-Man,DC,Action,Activision,Treyarch,8.4,,,,,,2001-04-19, -/games/boxart/951381ccc.jpg,Spider-Man,PC,Action,Activision,Gray Matter,,,,,,,2001-09-17, -/games/boxart/5707208ccc.jpg,Spider-Man & Venom: Maximum Carnage,GEN,Action,Acclaim Entertainment,Software Creations,,,,,,,1994-09-18, -/games/boxart/3608773ccc.jpg,Spider-Man & Venom: Maximum Carnage,SNES,Action,LJN,Software Creations,,,,,,,1994-09-01, -/games/boxart/full_spider-man-2_617AmericaFront.gif,Spider-Man 2,NGage,Action,Nokia,Activision,5.8,,,,,,2004-07-06, -/games/boxart/full_7934268AmericaFrontccc.jpg,Spider-Man 2,PC,Action,Activision,The Fizz Factor,4.5,,,,,,2004-06-28, -/games/boxart/121677ccc.jpg,Spider-Man and the X-Men: Arcade's Revenge,GG,Action,Flying Edge,Flying Edge,,,,,,,1992-01-01, -/games/boxart/full_575817AmericaFrontccc.jpg,Spider-Man and Venom: Separation Anxiety,SNES,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-11-01, -/games/boxart/4411545ccc.jpg,Spider-Man and Venom: Separation Anxiety,GEN,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-06-21, -/games/boxart/8272567ccc.jpg,Spider-Man and Venom: Separation Anxiety,PC,Action,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, -/games/boxart/full_spider-man-lethal-foes_10JapanFront.jpg,Spider-Man: Lethal Foes,SNES,Action,Epoch,Agenda,,,,,,,1995-03-17, -/games/boxart/full_spider-man-the-movie_526AmericaFront.jpg,Spider-Man: The Movie,PC,Action,Activision,Gray Matter,,,,,,,2002-04-14, -/games/boxart/full_spider-man-the-sinister-six_10AmericaFront.jpg,Spider-Man: The Sinister Six,PC,Action,Unknown,Brooklyn Multimedia,,,,,,,1996-01-01, -/games/boxart/7274537ccc.jpg,Spiderdroid,2600,Action,Unknown,Froggo,,,,,,,1983-01-01, -/games/boxart/full_8712607AmericaFrontccc.jpg,Spike's Peak,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_9626293AmericaFrontccc.jpg,SPIKEY WALLS,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2014-09-18,2018-01-05 -/games/boxart/default.jpg,Spirit Hunters Inc: Light,DSiW,Action,Unknown,Nnooo,,,,,,,, -/games/boxart/default.jpg,Spirit Hunters Inc: Shadow,DSiW,Action,Unknown,Nnooo,,,,,,,, -/games/boxart/full_3813832AmericaFrontccc.jpg,Spitfire Attack,2600,Action,Milton Bradley,Milton Bradley,,,,,,,1983-01-01, -/games/boxart/default.jpg,Spitting Image: The Computer Game,PC,Action,Unknown,Walking circles,,,,,,,, -/games/boxart/full_8765982AmericaFrontccc.jpeg,Splatter,PC,Action,Desura,Unknown,,,,,,,2013-07-23, -/games/boxart/full_8445780PALFrontccc.jpg,Splatter Master,PS2,Action,505 Games,Vingt-et-un Systems,,,,,,,2005-06-01, -/games/boxart/full_splatterhouse_10AmericaFront.jpg,Splatterhouse,PCE,Action,NEC,Namco,,,,,,,1990-01-01, -/games/boxart/full_splatterhouse_1AmericaFront.jpg,Splatterhouse,VC,Action,Namco Bandai,Namco,,,,,,,2007-03-19, -/games/boxart/full_splatterhouse_4JapanFront.jpg,Splatterhouse,PC,Action,Namco,Namco,,,,,,,2003-11-20, -/games/boxart/default.jpg,Splatterhouse (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-05-26, -/games/boxart/9578250ccc.jpg,Splatterhouse 2,GEN,Action,Namco,Namco,,,,,,,1992-01-01, -/games/boxart/2348999ccc.jpg,Splatterhouse 2,VC,Action,Namco Bandai,Namco,,,,,,,2008-08-04, -/games/boxart/full_splatterhouse-3_6AmericaFront.jpg,Splatterhouse 3,GEN,Action,Namco,Namco,,,,,,,1993-03-18, -/games/boxart/full_5941235JapanFrontccc.jpg,Splatterhouse: Wanpaku Graffiti,NES,Action,Namco,Namco,,,,,,,1989-07-31, -/games/boxart/8683431ccc.jpg,SpongeBob SquarePants: Legend of the Lost Spatula,GB,Action,THQ,Vicarious Visions,,,,,,,2001-03-14, -/games/boxart/full_8643361AmericaFrontccc.jpg,SpongeBob SquarePants: Operation Krabby Patty,PC,Action,THQ,Awesome Productions,,,,,,,2001-09-24, -/games/boxart/full_2709549AmericaFrontccc.png,SpongeBob SquarePants: The Yellow Avenger,PSN,Action,THQ,Tantalus Interactive,,,,,,,2009-09-30, -/games/boxart/full_9707769AmericaFrontccc.jpg,SpongeBob SquarePants: Underpants Slam!,XBL,Action,THQ,Blitz Arcade,,,,,,,2007-12-26, -/games/boxart/full_2524235AmericaFrontccc.png,Spooklands,And,Action,Unknown,Unknown,,,,,,,2014-08-20, -/games/boxart/full_4159450AmericaFrontccc.jpg,Spotto!,DSiW,Action,Nintendo,Intelligent Systems,,,,,,,2010-02-15, -/games/boxart/full_spring-break-in-zombie-usa_250AmericaFront.jpg,Spring Break In Zombie USA,XBL,Action,Microsoft,Raining Talent LLC,,,,,,,2010-11-24, -/games/boxart/9300587ccc.jpg,Springer,2600,Action,Tigervision,Tigervision,,,,,,,1982-01-01, -/games/boxart/default.jpg,"Sprint, Yankee Soul",And,Action,Square Enix,Square Enix,,,,,,,2014-07-31, -/games/boxart/full_3525317AmericaFrontccc.png,Spud's Quest,PC,Action,Unknown,Unknown,,,,,,,2014-07-31, -/games/boxart/full_sky-kids-all-the-time-in-the-world_866AmericaFront.jpg,Spy Kids: All the Time in the World,DS,Action,Majesco,OneNine Studios,,,,,,,2011-08-12, -/games/boxart/default.jpg,Spy Muppets: License to Croak,PC,Action,Unknown,Vicarious Visions,,,,,,,, -/games/boxart/7165297ccc.jpg,Spy vs Spy,GB,Action,First Star Software,Kemco,,,,,,,1992-09-01, -/games/boxart/full_9936765AmericaFrontccc.jpg,Spy vs Spy,MS,Action,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_5995580PALFrontccc.jpg,Spy vs Spy,PS2,Action,Unknown,WayForward Technologies,,,,,,,, -/games/boxart/3266622ccc.jpg,Spy vs Spy (GBC),GB,Action,Vatical Entertainment,Kemco,,,,,,,1999-06-01, -/games/boxart/default.jpg,Spy vs Spy: Arctic Antics,PC,Action,First Star Software,First Star Software,,,,,,,1987-01-01, -/games/boxart/full_9762908AmericaFrontccc.jpg,Spyro Superpack,GBA,Action,Vivendi Games,Digital Eclipse,,,,,,,2005-10-18, -/games/boxart/5565825ccc.jpg,Square Deal,GB,Action,DTMC,Hect,,,,,,,1992-04-01, -/games/boxart/9166089ccc.jpg,Squeeze Box,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/8336999ccc.jpg,Sssnake,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, -/games/boxart/full_140956AmericaFrontccc.jpeg,Stained,PC,Action,Desura,Unknown,,,,,,,2013-10-08, -/games/boxart/250485ccc.jpg,Stampede,2600,Action,Activision,Activision,,,,,,,1981-01-01, -/games/boxart/7769356ccc.jpg,Star Ship,2600,Action,Atari,Atari,,,,,,,1977-10-01, -/games/boxart/default.jpg,Star Ship Patrol,DSiW,Action,Unknown,Q-Games,,,,,,,, -/games/boxart/full_7117314AmericaFrontccc.jpg,Star Strike,SCD,Action,Good Night Brave Warrior,Good Deal Games,,,,,,,2000-01-01, -/games/boxart/5657648ccc.jpg,Star Trek,5200,Action,Sega,Sega,,,,,,,1983-01-01, -/games/boxart/default.jpg,Star Trek,X360,Action,Unknown,Digital Extremes,,,,,,,, -/games/boxart/default.jpg,Star Trek,PS3,Action,Unknown,Digital Extremes,,,,,,,, -/games/boxart/default.jpg,Star Trek,PC,Action,Unknown,Digital Extremes,,,,,,,, -/games/boxart/6380765ccc.jpg,Star Trek Generations: Beyond the Nexus,GB,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1994-11-01, -/games/boxart/default.jpg,Star Trek: Bridge Crew,PC,Action,Ubisoft,Red Storm Entertainment,,,,,,,2016-11-29,2018-08-12 -/games/boxart/62880ccc.jpg,Star Trek: Generations: Beyond the Nexus,GG,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1995-01-02, -/games/boxart/7541463ccc.jpg,Star Trek: Strategic Operations Simulator,2600,Action,Sega,Sega,,,,,,,1983-01-01, -/games/boxart/6127389ccc.jpg,Star Trek: The Next Generation,GB,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1993-06-01, -/games/boxart/full_star-trek-the-next-generation_336AmericaFront.jpg,Star Trek: The Next Generation,NES,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1993-09-01, -/games/boxart/6581640ccc.jpg,Star Voyager,2600,Action,I.Magic,Imagic,,,,,,,1982-01-01, -/games/boxart/full_3521567AmericaFrontccc.jpg,Star Voyager,NES,Action,Acclaim Entertainment,ASCII Entertainment,,,,,,,1987-09-01, -/games/boxart/full_2759367AmericaFrontccc.jpg,Star Wars,PC,Action,Broderbund,Atari,,,,,,,1987-01-01, -/games/boxart/full_2391667JapanFrontccc.jpg,Star Wars (Japan),NES,Action,Namco,Namco,,,,,,,1987-12-04, -/games/boxart/full_2117375AmericaFrontccc.jpg,Star Wars Episode 1: Jedi Power Battles,DC,Action,LucasArts,LucasArts,7.4,,,,,,2000-10-18, -/games/boxart/full_star-wars-episode-i-obi-wans-adventures_323AmericaFront.jpg,Star Wars Episode I: Obi-Wan's Adventures,GB,Action,THQ,HotGen Studios,,,,,,,2000-11-27, -/games/boxart/1118842ccc.jpg,Star Wars Return of The Jedi: Death Star Battle,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_4526127AmericaFrontccc.png,Star Wars The Clone Wars: Republic Heroes,PSN,Action,LucasArts,LucasArts,,,,,,,2009-11-04, -/games/boxart/7338086ccc.jpg,Star Wars: Death Star Battle,5200,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/8976855ccc.jpg,Star Wars: Jedi Arena,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_1872265AmericaFrontccc.jpg,Star Wars: Shadows of the Empire,PC,Action,LucasArts,LucasArts,,,,,,,1997-09-17, -/games/boxart/1734968ccc.jpg,Star Wars: The Arcade Game,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/2002812ccc.jpg,Star Wars: The Arcade Game,5200,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_9371009AmericaFrontccc.png,Star Wars: The Force Unleashed,PSN,Action,LucasArts,Krome Studios,,,,,,,2009-10-01, -/games/boxart/full_star-wars-the-force-unleashed-hoth-mission-pack_154AmericaFront.jpg,Star Wars: The Force Unleashed - Hoth Mission Pack,XBL,Action,LucasArts,LucasArts,,,,,,,2010-02-22, -/games/boxart/full_star-wars-the-force-unleashed-hoth-mission-pack_510AmericaFront.jpg,Star Wars: The Force Unleashed - Hoth Mission Pack,PSN,Action,LucasArts,LucasArts,,,,,,,2010-02-22, -/games/boxart/full_star-wars-the-force-unleashed-jedi-temple-mission-pack_621AmericaFront.jpg,Star Wars: The Force Unleashed - Jedi Temple Mission Pack,XBL,Action,LucasArts,LucasArts,,,,,,,2008-04-12, -/games/boxart/default.jpg,Star Wars: The Force Unleashed - Jedi Temple Mission Pack,PSN,Action,Unknown,LucasArts,,,,,,,, -/games/boxart/full_star-wars-the-force-unleashed-ii-tatooine-mission-pack_129AmericaFront.jpg,Star Wars: The Force Unleashed - Tatooine Mission Pack,XBL,Action,LucasArts,LucasArts,,,,,,,2009-08-27, -/games/boxart/default.jpg,Star Wars: The Force Unleashed - Tatooine Mission Pack,PSN,Action,LucasArts,LucasArts,,,,,,,2009-08-27, -/games/boxart/default.jpg,Star Wars: The Force Unleashed - Tatooine Mission Pack,XBL,Action,Unknown,LucasArts,,,,,,,, -/games/boxart/full_8921170AmericaFrontccc.jpg,Star Wars: The Force Unleashed - Ultimate Sith Edition,X360,Action,LucasArts,LucasArts,,,,,,,2009-11-03, -/games/boxart/full_7566957AmericaFrontccc.jpg,Star Wars: The Force Unleashed - Ultimate Sith Edition,PC,Action,LucasArts,LucasArts,,,,,,,2009-11-03, -/games/boxart/full_star-wars-the-force-unleashed-ii_863AmericaFront.jpg,Star Wars: The Force Unleashed II,XBL,Action,LucasArts,LucasArts,6.3,,,,,,2011-09-20, -/games/boxart/full_star-wars-the-force-unleashed-ii-endor-dlc_141AmericaFront.jpg,Star Wars: The Force Unleashed II - Endor Bonus Mission,XBL,Action,LucasArts,LucasArts,6,,,,,,2010-12-14, -/games/boxart/full_star-wars-the-force-unleashed-ii-endor-dlc_798AmericaFront.jpg,Star Wars: The Force Unleashed II - Endor Bonus Mission,PC,Action,LucasArts,LucasArts,,,,,,,2011-02-20, -/games/boxart/full_star-wars-the-force-unleashed-ii-endor-dlc_98AmericaFront.jpg,Star Wars: The Force Unleashed II - Endor Bonus Mission,PSN,Action,LucasArts,LucasArts,,,,,,,2010-12-14, -/games/boxart/full_star-wars-episode-ii-the-new-droid-army_610AmericaFront.jpg,Star Wars: The New Droid Army,GBA,Action,THQ,Helixe,,,,,,,2002-11-14, -/games/boxart/9129554ccc.jpg,Stargunner,2600,Action,Unknown,Telesys,,,,,,,1982-01-01, -/games/boxart/full_3896273AmericaFrontccc.jpg,StarPilot,XBL,Action,Microsoft,jsmars,,,,,,,2008-11-22, -/games/boxart/full_3960820AmericaFrontccc.jpg,Starship Defense,DSiW,Action,Nintendo,Q Games,8.5,,,,,,2010-01-18, -/games/boxart/full_9056826AmericaFrontccc.jpg,State of Emergency,PC,Action,Global Star Software,VIS Entertainment,,,,,,,2003-07-29, -/games/boxart/full_steam-heroes_39AmericaFront.jpg,Steam Heroes,XBL,Action,Microsoft,ProjectorGames,,,,,,,2010-10-30, -/games/boxart/full_8413942AmericaFrontccc.png,Steel Avengers,And,Action,Koramgame.com,Koramgame.com,,,,,,,2014-08-08, -/games/boxart/full_5797270AmericaFrontccc.png,Steel Diver: Sub Wars,3DS,Action,Nintendo,Nintendo EAD,,,,,,,2014-02-13,2018-04-14 -/games/boxart/full_2540AmericaFrontccc.png,Steel Empire (3DS),3DS,Action,Teyon Entertainment,Mebius,,,,,,,2014-07-31, -/games/boxart/9106336ccc.jpg,Stellar Fire,SCD,Action,Dynamix,Dynamix,,,,,,,1993-01-01, -/games/boxart/2711633ccc.jpg,Stellar Track,2600,Action,Sears,Sears,,,,,,,1981-01-01, -/games/boxart/full_stick-em-up-2_715AmericaFront.jpg,Stick 'Em Up 2,XBL,Action,Microsoft,JJCgames,,,,,,,2011-06-30, -/games/boxart/2807156ccc.jpg,Stolen,XB,Action,Hip Interactive,Blue 52,,,,,,,2005-04-22, -/games/boxart/full_4322227AmericaFrontccc.jpeg,Stonerid,PC,Action,Unknown,Unknown,,,,,,,2013-12-18, -/games/boxart/full_86563AmericaFrontccc.jpg,Stop Stress: A Day of Fury,WW,Action,Abylight,Abylight,,,,,,,2009-12-07, -/games/boxart/7531801ccc.jpg,Stop That Roach!,GB,Action,KOEI,Koei,,,,,,,1994-01-02, -/games/boxart/full_2873986AmericaFrontccc.jpg,StormLord,GEN,Action,Razorsoft,Punk Development,,,,,,,1990-01-01, -/games/boxart/full_2473793JapanFrontccc.jpg,Strahl: Hi no Rareshi Nanatsu no Hikari,SAT,Action,Media Entertainment,Data East,,,,,,,1995-11-24, -/games/boxart/full_4489800PALFrontccc.jpg,Strawberry Shortcake: Ice Cream Island Riding Camp,GBA,Action,Game Factory,Gorilla Systems Corporation,,,,,,,2006-02-03, -/games/boxart/2124216ccc.jpg,Strawberry Shortcake: Musical Match-ups,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_742882PALFrontccc.jpg,Street Boyz,PS2,Action,505 Games,D3 Publisher,,,,,,,2005-11-16, -/games/boxart/full_street-cop_798AmericaFront.jpg,Street Cop,NES,Action,Bandai,Bandai,,,,,,,1989-06-01, -/games/boxart/2834256ccc.jpg,Street Fighter 2010: The Final Fight,NES,Action,Capcom,Capcom,,,,,,,1990-08-03, -/games/boxart/full_street-survival_918AmericaFront.jpg,Street Survival,XBL,Action,Microsoft,steveo0209,,,,,,,2011-09-12, -/games/boxart/full_4965861AmericaFrontccc.jpg,Street Trace: NYC,XBL,Action,Gaia Industries,Gaia Industries,,,,,,,2007-08-22, -/games/boxart/full_8290660PALFrontccc.jpg,Street Warrior,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2007-01-12, -/games/boxart/6222001ccc.jpg,Streets of Rage,GG,Action,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/default.jpg,Streets of Rage,XBL,Action,Unknown,Backbone Entertainment,,,,,,,, -/games/boxart/full_1644863AmericaFrontccc.jpg,Streets of Rage,VC,Action,Sega,Sega,,,,,,,2007-02-19, -/games/boxart/full_5391696PALFrontccc.jpg,Streets of Rage,MS,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_streets-of-rage_982AmericaFront.jpg,Streets of Rage,PC,Action,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/full_2980317AmericaFrontccc.jpg,Streets of Rage 2,GEN,Action,Sega,Sega,,,,,,,1992-12-20, -/games/boxart/6755634ccc.jpg,Streets of Rage 2,GG,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_2666352AmericaFrontccc.jpg,Streets of Rage 2,VC,Action,Sega,Sega,,,,,,,2007-05-21, -/games/boxart/full_9872593AmericaFrontccc.jpg,Streets of Rage 2,XBL,Action,Sega,Backbone Entertainment,,,,,,,2007-08-29, -/games/boxart/4654400ccc.jpg,Streets of Rage 3,VC,Action,Sega,Sega,,,,,,,2007-09-24, -/games/boxart/full_3161140PALFrontccc.jpg,Streets of Rage II,MS,Action,Tec Toy,Sega,,,,,,,1995-01-01, -/games/boxart/full_streets-of-rage-ii_899AmericaFront.jpg,Streets of Rage II,PC,Action,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/full_streets-of-rage-ii_850AmericaFront.jpg,Streets of Rage II,PSN,Action,Sega,Sega,,,,,,,2011-06-14, -/games/boxart/8980020ccc.jpg,Strike Commander,PC,Action,Origin Systems,Origin Systems,,,,,,,1992-01-01, -/games/boxart/full_5175302AmericaFrontccc.png,Strike Force Foxx,3DS,Action,Big John Games,Big John Games,,,,,,,2014-07-17, -/games/boxart/full_8452531AmericaFrontccc.jpg,Strike Suit Zero,PC,Action,Born Ready Games,Born Ready Games Ltd.,,,,,,,2013-01-23,2019-03-29 -/games/boxart/full_stuart-little-the-journey-home_60AmericaFront.jpg,Stuart Little: The Journey Home,GB,Action,Activision,Tiertex Design Studios,,,,,,,2001-08-24, -/games/boxart/full_3748719AmericaFrontccc.jpg,Stubbs the Zombie in Rebel Without a Pulse,XBL,Action,Aspyr,Wideload Games Inc.,,,,,,,2008-05-19, -/games/boxart/full_stubbs-the-zombie-in-rebel-without-a-pulse_6AmericaFront.jpg,Stubbs the Zombie in Rebel Without a Pulse,PC,Action,Aspyr,Wideload Games,,,,,,,2005-11-21, -/games/boxart/4728262ccc.jpg,Stuntman,2600,Action,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, -/games/boxart/default.jpg,Su Doku Classic,PC,Action,Unknown,Unknown,,,,,,,2011-09-08, -/games/boxart/1331642ccc.jpg,Sub Scan,2600,Action,Sega,Sega,,,,,,,1982-01-01, -/games/boxart/72719ccc.jpg,Submarine Commander,2600,Action,Sears,Sears,,,,,,,1982-01-01, -/games/boxart/6570480ccc.jpg,Subterranea,2600,Action,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/full_897407JapanFrontccc.jpg,Sugar Sugar Rune: Heart Ga Ippai! Moegi Gakuen,GBA,Action,Bandai,Bandai,,,,,,,2005-12-08, -/games/boxart/full_6966132JapanFrontccc.jpg,Sugar Sugar Rune: Koimo Osharemo Pick-Up,PS2,Action,Bandai,Bandai,,,,,,,2005-12-15, -/games/boxart/full_5353552AmericaFrontccc.jpeg,SUGURI,PC,Action,Rockin' Android,Rockin' Android,,,,,,,2014-07-01, -/games/boxart/9838688ccc.jpg,Suicide Mission,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, -/games/boxart/full_417761JapanFrontccc.jpg,Sukeban Shachou Rena Wii,Wii,Action,Jorudan,Jorudan,,,,,,,2009-10-22, -/games/boxart/full_4171767AmericaFrontccc.jpg,Summer Camp Showdown,Wii,Action,Unknown,Digital Embryo,,,,,,,, -/games/boxart/default.jpg,Summoner War,3DS,Action,Zoo Games,Zoo Games,,,,,,,2011-09-27, -/games/boxart/6273329ccc.jpg,Sumo Fighter,GB,Action,DTMC,KID,,,,,,,1993-03-31, -/games/boxart/1100565ccc.jpg,Super Alfred Chicken,SNES,Action,Mindscape,Twilight Games,,,,,,,1994-02-01, -/games/boxart/full_super-bikkuriman-densetsu-no-sekiban_618JapanFront.jpg,Super BikkuriMan: Densetsu no Sekiban,GB,Action,Yutaka,Yutaka,,,,,,,1992-12-11, -/games/boxart/5741899ccc.jpg,Super Buster Bros.,SNES,Action,Capcom,Capcom / Mitchell Corporation,,,,,,,1992-08-07, -/games/boxart/full_1488663JapanFrontccc.jpg,Super Chinese I+II Advance,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-06-24, -/games/boxart/8560760ccc.jpg,Super Cobra,2600,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/8618679ccc.jpg,Super Cobra,5200,Action,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_2206594AmericaFrontccc.jpg,Super Comboman,PC,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 -/games/boxart/full_3900173AmericaFrontccc.jpg,Super Comboman,OSX,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 -/games/boxart/full_250853JapanFrontccc.jpg,Super Dimension Fortress Macross VO,PC,Action,Bothtec,Bothtec,,,,,,,2002-07-04, -/games/boxart/1346016ccc.jpg,Super Double Dragon,SNES,Action,Tradewest,Technos Japan Corporation,,,,,,,1992-10-01, -/games/boxart/full_9145844AmericaFrontccc.jpg,Super Dungeon Bros,XOne,Action,Wired Productions,React Games,,,,,,,2016-11-01,2018-09-16 -/games/boxart/full_6447025AmericaFrontccc.jpg,Super Dungeon Bros,PC,Action,THQ Nordic,React Games,,,,,,,2016-11-01, -/games/boxart/full_super-glove-ball_10AmericaFront.jpg,Super Glove Ball,NES,Action,Mattel Interactive,Rare Ltd.,,,,,,,1990-10-01, -/games/boxart/full_4603668AmericaFrontccc.png,Super Heavy Sword,And,Action,Monster Robot Studios,Monster Robot Studios,,,,,,,2014-07-24, -/games/boxart/7872382ccc.jpg,Super Huey,7800,Action,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/9200048ccc.jpg,Super Hunchback,GB,Action,Ocean,Ocean,,,,,,,1992-04-01, -/games/boxart/304642ccc.jpg,Super Magnetic Neo,DC,Action,Crave Entertainment,Genki,6.4,,,,,,2000-06-12, -/games/boxart/full_2807271AmericaFrontccc.jpeg,Super Panda Adventures,PC,Action,Unknown,Unknown,,,,,,,2014-07-14, -/games/boxart/5651387ccc.jpg,Super Skateboardin',7800,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-01-01, -/games/boxart/2651059ccc.jpg,Super Skweek,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/full_super-stardust-delta_741AmericaFront.jpg,Super Stardust Delta,PSV,Action,Sony Computer Entertainment,SCEA,,,,,,,2012-02-22, -/games/boxart/full_9054310AmericaFrontccc.png,Super Trench Attack!,PC,Action,Unknown,Unknown,,,,,,,2014-07-24, -/games/boxart/full_5510984AmericaFrontccc.jpeg,Supercharged Robot Vulkaiser,PC,Action,SCEA Studio San Diego,Astro Port,,,,,,,2015-06-04, -/games/boxart/5974510ccc.jpg,Superman,GEN,Action,Sunsoft,SunSoft,,,,,,,1992-01-01, -/games/boxart/8307724ccc.gif,Superman Returns,XB,Action,Electronic Arts,EA Tiburon,5.6,,,,,,2006-11-20, -/games/boxart/full_5155772AmericaFrontccc.jpg,Superman Returns,PS2,Action,Electronic Arts,EA Tiburon,5.4,,,,,,2006-11-20, -/games/boxart/full_813432AmericaFrontccc.jpg,Superman Returns: Fortress of Solitude,GBA,Action,Electronic Arts,EA Tiburon,,,,,,,2006-11-20, -/games/boxart/full_7973858PALFrontccc.jpg,Supernaturals,GIZ,Action,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/3224082ccc.jpg,Surf Ninjas,GG,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_471205AmericaFrontccc.jpg,Surfer's Paradise but Danger below!,2600,Action,Unknown,Video Gems,,,,,,,1983-01-01, -/games/boxart/4705389ccc.jpg,Surgical Strike,SCD,Action,Sega,The Code Monkeys,,,,,,,1993-01-01, -/games/boxart/9536808ccc.jpg,Surround,2600,Action,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_470833AmericaFrontccc.jpg,Survival Island,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, -/games/boxart/full_9063243AmericaFrontccc.jpg,Survival Run,2600,Action,Milton Bradley,Milton Bradley,,,,,,,1983-01-01, -/games/boxart/full_swamp-thing_676AmericaFront.jpg,Swamp Thing,NES,Action,THQ,Imagineering Inc.,,,,,,,1992-12-01, -/games/boxart/full_swashbuckel-ur-seatbelts_384AmericaFront.jpg,SWASHBUCKEL UR SEATBELTS,XBL,Action,Microsoft,GHXYK2,,,,,,,2011-08-12, -/games/boxart/full_swashbuckler_632AmericaFront.jpg,Swashbuckler,PC,Action,Unknown,"Datamost, Inc",,,,,,,1985-01-01, -/games/boxart/full_swashbucklers-blue-vs-grey_0AmericaFront.jpg,Swashbucklers: Blue vs. Grey,PS2,Action,Atari,Akella,,,,,,,2007-11-20, -/games/boxart/full_swashbucklers-blue-vs-grey_9AmericaFront.jpg,Swashbucklers: Blue vs. Grey,PC,Action,1C Company,Akella,,,,,,,2007-11-08, -/games/boxart/full_826474PALFrontccc.jpg,Swat Siege,PS2,Action,Phoenix Games,Phoenix Games,,,,,,,2006-11-24, -/games/boxart/full_1414634JapanFrontccc.jpg,Sweet Cookie Pie,GBA,Action,Culture Brain,Culture Brain,,,,,,,2001-12-21, -/games/boxart/full_1780062AmericaFrontccc.png,Swing Copters,And,Action,Dong Nguyen,Dong Nguyen,,,,,,,2014-08-20, -/games/boxart/4245395ccc.jpg,Switchblade II,Lynx,Action,Atari,Gremlin Interactive,,,,,,,1992-01-01, -/games/boxart/full_4341715AmericaFrontccc.jpg,Sword of Saros,2600,Action,Unknown,Starpath Corp.,,,,,,,1983-01-01, -/games/boxart/full_9878734AmericaFrontccc.jpg,Sword of Sodan,GEN,Action,Electronic Arts,Innerprise Software,,,,,,,1990-01-01, -/games/boxart/full_7795873AmericaFrontccc.jpg,Sword of the Berserk: Guts' Rage,DC,Action,Eidos Interactive,Yuke's Future Media Creators,7.9,,,,,,2000-02-29, -/games/boxart/full_8935673AmericaFrontccc.jpg,Swordfight,2600,Action,Unknown,INTV,,,,,,,2000-01-01, -/games/boxart/4532845ccc.jpg,Swordquest: EarthWorld,2600,Action,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/9021842ccc.jpg,Swordquest: WaterWorld,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_2554608PALFrontccc.jpg,Swords of Destiny,PS2,Action,Rising Star,Artoon,,,,,,,2006-06-30, -/games/boxart/default.jpg,Table Top Racing,PSV,Action,Playrise Edge Ltd.,Playrise Edge Ltd.,,,,,,,2014-08-05, -/games/boxart/9275193ccc.jpg,Tac-Scan,2600,Action,Sega,Sega,,,,,,,1982-01-01, -/games/boxart/full_7603107AmericaFrontccc.jpg,Tachyon Project,PS4,Action,Eclipse Games,Eclipse Games,,,,,,,2016-01-19, -/games/boxart/full_9859482AmericaFrontccc.jpg,Tachyon Project,XOne,Action,Eclipse Games,Eclipse Games,,,,,,,2015-07-15, -/games/boxart/full_3334343AmericaFrontccc.jpg,Tachyon Project,PC,Action,Eclipse Games,Eclipse Games,,,,,,,2015-07-15, -/games/boxart/full_taiketsu-rooms_10JapanFront.jpg,Taiketsu! Rooms,3DO,Action,Sanyei Shobou,Sanyei Shobou,,,,,,,1995-08-07, -/games/boxart/default.jpg,Taikokenchi,WW,Action,Perpetuum Game,Perpetuum Game,,,,,,,2009-11-24, -/games/boxart/full_takeda-shingen_10JapanFront.jpg,Takeda Shingen,PCE,Action,Aicom,Aicom,,,,,,,1989-07-28, -/games/boxart/full_7776335JapanFrontccc.jpg,Tamagotchi no Furifuri Kagekidan,Wii,Action,Namco Bandai,Bandai Namco Games,,,,,,,2007-12-06, -/games/boxart/851461ccc.jpg,Tank Command,7800,Action,Unknown,Froggo,,,,,,,1988-01-01, -/games/boxart/full_8328680PALFrontccc.jpg,Tank Elite,PS2,Action,Agetec,Vingt-et-un Systems,,,,,,,2004-02-27, -/games/boxart/default.jpg,Tank Force,VC,Action,Namco Bandai,Namco,,,,,,,2009-11-10, -/games/boxart/5308463ccc.jpg,Tanks But No Tanks,2600,Action,Unknown,Zimag,,,,,,,1982-01-01, -/games/boxart/default.jpg,Tap 5 Differences,And,Action,Unknown,Unknown,,,,,,,2014-09-22, -/games/boxart/6806746ccc.jpg,Tape Worm,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, -/games/boxart/839923ccc.jpg,Tapper,2600,Action,Sega,Sega,,,,,,,1983-01-01, -/games/boxart/full_target-renegade_8AmericaFront.jpg,Target: Renegade,NES,Action,Taito,Software Creations,,,,,,,1990-03-01, -/games/boxart/full_207343AmericaFrontccc.jpg,Tartaros,XBL,Action,Microsoft,Enomiya,,,,,,,2009-09-23, -/games/boxart/9164061ccc.jpg,Task Force,2600,Action,Unknown,Froggo,,,,,,,1983-01-01, -/games/boxart/9776902ccc.jpg,Tasmania Story,GB,Action,FCI,"FCI, Inc.",,,,,,,1991-04-01, -/games/boxart/full_ryuu-no-ko-fighter_10JapanFront.jpg,Tatsu no Ko Fighter,PCE,Action,Tonkin House,Tonkin House,,,,,,,1989-10-20, -/games/boxart/8844536ccc.jpg,Tax Avoiders,2600,Action,Unknown,Dunhill Electronics,,,,,,,1982-01-01, -/games/boxart/9428374ccc.jpg,Taz,2600,Action,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/default.jpg,Techno Cop,PC,Action,Unknown,Gray Matter,,,,,,,, -/games/boxart/full_8787316AmericaFrontccc.jpg,TechnoClash,GEN,Action,Electronic Arts,Zono Inc.,,,,,,,1993-01-01, -/games/boxart/full_4107409AmericaFrontccc.jpg,Technocop,GEN,Action,Razorsoft,Razor Soft,,,,,,,1990-01-01, -/games/boxart/6289687ccc.jpg,Teen Titans,XB,Action,THQ,Artificial Mind and Movement,6.6,,,,,,2006-11-13, -/games/boxart/full_teen-titans-2_413AmericaFront.jpg,Teen Titans 2,GBA,Action,Majesco,Artificial Mind and Movement,5,,,,,,2006-10-23, -/games/boxart/full_1496981AmericaFrontccc.png,Teenage Mutant Ninja Turtles,And,Action,Nickelodeon,Nickelodeon,,,,,,,2014-07-23, -/games/boxart/full_1074446AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles 1989 Classic Arcade,XBL,Action,Ubisoft,Digital Eclipse,,,,,,,2007-03-14, -/games/boxart/6867157ccc.jpg,Teenage Mutant Ninja Turtles 2: Battle Nexus,PC,Action,Konami,Konami,,,,,,,2004-10-29, -/games/boxart/full_teenage-mutant-ninja-turtles-ii-the-arcade-game_9PALFront.jpg,Teenage Mutant Ninja Turtles II: The Arcade Game,PC,Action,Konami,Konami,,,,,,,1992-01-01, -/games/boxart/full_3344402AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles IV: Turtles in Time,SNES,Action,Konami,Konami,,,,,,,1992-01-01, -/games/boxart/full_9743025PALFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PC,Action,Activision,PlatinumGames,,,,,,,2016-05-24,2018-04-15 -/games/boxart/full_2004510AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Hyperstone Heist,GEN,Action,Konami,Konami,,,,,,,1992-12-21, -/games/boxart/full_1540662AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Training Lair,XBL,Action,Microsoft Studios,Krome Studios,,,,,,,2014-07-22,2018-10-08 -/games/boxart/full_2393280AmericaFrontccc.png,Teenage Mutant Ninja Turtles: Turtles In Time Re-Shelled,PSN,Action,Ubisoft,Ubisoft Singapore,5.9,,,,,,2009-09-10, -/games/boxart/full_5594673AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Turtles In Time Re-Shelled,XBL,Action,Ubisoft,Ubisoft Singapore,5,,,,,,2009-08-05, -/games/boxart/full_tehra-dark-warrior_6PALFront.jpg,Tehra Dark Warrior,PSN,Action,StormBASIC,StormBasic Games,,,,,,,2010-06-15, -/games/boxart/full_2157656JapanFrontccc.jpg,Tenchi O Kurau II,SAT,Action,Capcom,Capcom,,,,,,,1996-09-06, -/games/boxart/full_9419406JapanFrontccc.jpg,Tenchu Kurenai Portable,PSP,Action,From Software,From Software,,,,,,,2010-01-28, -/games/boxart/full_3427307AmericaFrontccc.jpg,Tenchu: Shadow Assault,XBL,Action,From Software,From Software,,,,,,,2008-10-08,2018-04-22 -/games/boxart/full_2122713JapanFrontccc.jpg,Tenchu: Shinobi Hyakusen,PS,Action,Sony Music Entertainment,Acquire,,,,,,,1999-11-11, -/games/boxart/full_6123742JapanFrontccc.jpg,Tenchu: Shinobi-Gaisen,PS,Action,Sony Music Entertainment,Acquire,,,,,,,1999-02-25, -/games/boxart/full_2047977JapanFrontccc.jpg,Tengai Makyou: Karakuri Kakutoden,PCFX,Action,Hudson Soft,Hudson Soft,,,,,,,1995-07-28, -/games/boxart/full_tenkuu-no-symphonia_165JapanFront.jpg,Tenkuu no Symphonia,PC,Action,F&C,Cocktail Soft,,,,,,,2004-11-26, -/games/boxart/full_tensai-bakabon_8JapanFront.jpg,Tensai Bakabon,MS,Action,Sega,Sega,,,,,,,1988-06-02, -/games/boxart/full_40946AmericaFrontccc.jpg,Terminal Velocity,PC,Action,3D Realms,Terminal Reality,,,,,,,1995-05-31, -/games/boxart/full_3669791AmericaFrontccc.jpg,Terminator 2 Judgment Day,GEN,Action,Acclaim Entertainment,Bits Studios,,,,,,,1995-01-01, -/games/boxart/full_2772329AmericaFrontccc.jpg,Terminator 2: Judgment Day,SNES,Action,LJN,Bits Studios,,,,,,,1993-11-01, -/games/boxart/full_terminator-2-judgment-day_8PALFront.jpg,Terminator 2: Judgment Day,PC,Action,LJN,Ocean,,,,,,,1991-01-01, -/games/boxart/default.jpg,Terminator Salvation(not announced),PSP,Action,Unknown,GRIN,,,,,,,, -/games/boxart/full_5095495AmericaFrontccc.png,Terrian Saga: KR-17,PC,Action,Digital Tribe Games,Unknown,,,,,,,2014-07-09, -/games/boxart/default.jpg,Terror of the Stratus,PSP,Action,Unknown,Nude Maker,,,,,,,, -/games/boxart/full_728831JapanFrontccc.jpg,Tetsujin 28-Gou,PS2,Action,Bandai,Sandlot,,,,,,,2004-07-01, -/games/boxart/5601173ccc.jpg,Texas Chainsaw Massacre,2600,Action,Unknown,Wizard Video Games,,,,,,,1983-03-14, -/games/boxart/default.jpg,The Addams Family,PC,Action,Unknown,GameFabrique,,,,,,,2006-08-18, -/games/boxart/full_the-adventures-of-batman-amp-robin_6AmericaFront.jpg,The Adventures of Batman & Robin,SNES,Action,Konami,Konami,,,,,,,1994-12-01, -/games/boxart/3982738ccc.jpg,The Adventures of Batman & Robin,GG,Action,Sega,Novotrade International,,,,,,,1995-01-01, -/games/boxart/8886596ccc.jpg,The Adventures of Batman & Robin,GEN,Action,Sega,Clockwork Games,,,,,,,1995-01-01, -/games/boxart/8171402ccc.jpg,The Adventures of Batman & Robin,SCD,Action,Sega,Clockwork Games,,,,,,,1995-04-02, -/games/boxart/full_the-adventures-of-bayou-billy_512AmericaFront.jpg,The Adventures of Bayou Billy,NES,Action,Konami,Konami,,,,,,,1989-06-01, -/games/boxart/full_3005884AmericaFrontccc.jpg,The Adventures of Jimmy Neutron Boy Genius vs. Jimmy Negatron,PC,Action,THQ,THQ,,,,,,,2003-01-01, -/games/boxart/full_the-amazing-spider-man_698AmericaFront.jpg,The Amazing Spider-Man,GB,Action,LJN,Rare Ltd.,,,,,,,1990-07-01, -/games/boxart/8460353ccc.jpg,The Amazing Spider-Man 2,GB,Action,LJN,Bits Studios,,,,,,,1992-08-01, -/games/boxart/full_the-amazing-spider-man-and-captain-america-in-doctor-dooms-revenge_7AmericaFront.jpg,The Amazing Spider-Man and Captain America in Doctor Doom's Revenge!,PC,Action,Unknown,Paragon Software Corporation,,,,,,,1989-01-01, -/games/boxart/6621703ccc.jpg,The Amazing Spider-Man vs. the Kingpin,SCD,Action,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_8947758AmericaFrontccc.jpg,The Amazing Virtual Sea-Monkeys,GBA,Action,Unknown,Elo Interactive,,,,,,,, -/games/boxart/full_3142243AmericaFrontccc.jpg,The Answer To Life,XBL,Action,Microsoft,Clay Schubiner,,,,,,,2009-09-03, -/games/boxart/default.jpg,The Asterisk War: The Academy City of the Water Houka Kenran,PSV,Action,Namco Bandai Games,Namco Bandai Games,,,,,,,2016-01-28, -/games/boxart/full_9868583AmericaFrontccc.jpg,The Ballet of Light and Shadow,XBL,Action,Microsoft,Vandash,,,,,,,2009-02-25, -/games/boxart/full_8683192AmericaFrontccc.jpg,The Bard's Tale,PC,Action,inXile Entertainment,InXile Entertainment,,,,,,,2005-06-27, -/games/boxart/full_the-battle-of-olympus_1AmericaFront.jpg,The Battle of Olympus,NES,Action,Broderbund,Infinity,,,,,,,1989-12-01, -/games/boxart/full_the-battle-of-olympus_2PALFront.jpg,The Battle of Olympus,GB,Action,Imagineer,Radical Entertainment,,,,,,,1993-01-01, -/games/boxart/default.jpg,The Battle Robo: Daikyoutou Scramble,3DS,Action,D3Publisher,MUTAN,,,,,,,2014-08-07,2018-09-05 -/games/boxart/7833517ccc.jpg,The Berenstain Bears' Camping Adventure,GEN,Action,Sega,Realtime Associates,,,,,,,1993-01-01, -/games/boxart/9101218ccc.jpg,The Berenstain Bears: Camping Adventure,GG,Action,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_3718795JapanFrontccc.jpg,The Berlin Wall,GG,Action,Kaneko Co. Ltd,Kaneko,,,,,,,1991-11-29, -/games/boxart/full_8919541AmericaFrontccc.jpg,The Binding of Isaac,OSX,Action,Edmund McMillen,Edmund McMillen,,,,,,,2011-09-28,2018-12-01 -/games/boxart/full_6491564AmericaFrontccc.jpg,The Binding of Isaac,Linux,Action,Edmund McMillen,Edmund McMillen,,,,,,,2011-09-28,2018-12-01 -/games/boxart/full_8150250AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,XOne,Action,Nicalis,Nicalis,,,,,,,2015-07-24,2018-08-06 -/games/boxart/full_6588637AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,Linux,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 -/games/boxart/full_1962048AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,OSX,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 -/games/boxart/full_7594100AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,PS4,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 -/games/boxart/full_3133972AmericaFrontccc.png,The Binding of Isaac: Rebirth,WiiU,Action,Nicalis,Nicalis,,,,,,,2015-07-23,2018-08-06 -/games/boxart/full_8885903AmericaFrontccc.png,The Binding of Isaac: Rebirth,3DS,Action,Nicalis,Nicalis,,,,,,,2015-07-23,2018-08-06 -/games/boxart/full_4029062AmericaFrontccc.jpg,The Binding of Isaac: Rebirth,PSV,Action,Nicalis,Nicalis,,,,,,,2014-11-04,2018-08-06 -/games/boxart/full_the-california-raisins_822AmericaFront.jpg,The California Raisins,PC,Action,Unknown,"Starsoft Development Laboratories, Inc.",,,,,,,1988-01-01, -/games/boxart/full_the-cannon_546AmericaFront.jpg,The Cannon,XBL,Action,Microsoft,Gingerlink,,,,,,,2011-07-18, -/games/boxart/3917521ccc.jpg,The Challenge of... Nexar,2600,Action,Spectravision,Spectravision,,,,,,,1982-01-01, -/games/boxart/full_4939447AmericaFrontccc.jpg,The Combatribes,SNES,Action,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-03-01, -/games/boxart/full_6487197AmericaFrontccc.jpg,The Combatribes,VC,Action,Aksys Games,Technos Japan Corporation,,,,,,,2009-11-30, -/games/boxart/full_5982117AmericaFrontccc.png,The Con,PSN,Action,Sony Computer Entertainment,SCEA,,,,,,,2008-05-21, -/games/boxart/3646469ccc.jpg,The Crow: City of Angels,SAT,Action,Acclaim Entertainment,Gray Matter,,,,,,,1997-03-12, -/games/boxart/default.jpg,The Crow: City of Angels,PC,Action,Acclaim Entertainment,Gray Matter,,,,,,,1997-01-01, -/games/boxart/full_7806451AmericaFrontccc.jpg,The Da Vinci Code,PC,Action,2K Games,Double Helix Games,,,,,,,2006-05-19, -/games/boxart/3120084ccc.jpg,The Death and Return of Superman,SNES,Action,Sunsoft,Blizzard Entertainment,,,,,,,1994-08-01, -/games/boxart/1397255ccc.jpg,The Death and Return of Superman,GEN,Action,Sunsoft,Blizzard Entertainment,,,,,,,1995-01-01, -/games/boxart/full_9997153AmericaFrontccc.jpg,The Devil Inside,PC,Action,TalonSoft,Cryo Interactive,,,,,,,2000-11-09, -/games/boxart/full_3939820AmericaFrontccc.jpg,The Dishwasher: Dead Samurai,XBL,Action,Microsoft,Ska Studios,7.7,,,,,,2009-04-01, -/games/boxart/full_the-dishwasher-vampire-smile_452AmericaFront.jpg,The Dishwasher: Vampire Smile,XBL,Action,Microsoft,Ska Studios,8.2,,,,,,2011-04-06, -/games/boxart/full_1985236AmericaFrontccc.jpg,The Earth Dies Screaming,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1983-01-01, -/games/boxart/full_5116651AmericaFrontccc.jpg,The Elder Scrolls Adventures: Redguard,PC,Action,Bethesda Softworks,Bethesda Softworks,8.1,,,,,,1998-10-31, -/games/boxart/default.jpg,The Elder Scrolls Anthology,PC,Action,Bethesda Softworks,Unknown,,,,,,,2013-09-10, -/games/boxart/full_3333334PALFrontccc.jpg,The Escapists,XOne,Action,Team17 Software,Mouldy Toof Studios,,,,,,,2015-02-13, -/games/boxart/full_4253861PALFrontccc.jpg,The Escapists,PS4,Action,Team17 Software,Mouldy Toof Studios,,,,,,,2015-06-02, -/games/boxart/full_1897798PALFrontccc.jpg,The Escapists: The Walking Dead,PC,Action,Team17 Software,Team17 Software,,,,,,,2015-09-30,2018-09-21 -/games/boxart/full_1539171PALFrontccc.jpg,The Escapists: The Walking Dead,XOne,Action,Team17 Software,Team17 Software,,,,,,,2015-09-30,2018-09-21 -/games/boxart/full_7524561AmericaFrontccc.jpeg,The Expendabros,PC,Action,Devolver Digital,Free Lives,,,,,,,2014-08-05, -/games/boxart/full_6014702AmericaFrontccc.jpg,The Fifth Day,PC,Action,Touz,Touz,,,,,,,2014-07-25,2018-08-11 -/games/boxart/full_2909880AmericaFrontccc.jpg,The Fifth Day,OSX,Action,Touz,Touz,,,,,,,2014-07-25,2018-08-11 -/games/boxart/full_7117816AmericaFrontccc.jpg,The Fifth Element,PC,Action,Activision,Kalisto,,,,,,,1998-10-01, -/games/boxart/1169243ccc.jpg,The Flintstones: Burger Time in Bedrock,GB,Action,Unknown,Conspiracy Entertainment,,,,,,,2001-05-30, -/games/boxart/default.jpg,The Forest,PS4,Action,Endnight Games Ltd,Endnight Games Ltd,,,,,,,2016-01-01, -/games/boxart/full_2049442AmericaFrontccc.jpeg,The Forgotten Ones,PC,Action,Unknown,Unknown,,,,,,,2014-07-16, -/games/boxart/full_the-great-battle-ii-last-fighter-twin_6JapanFront.jpg,The Great Battle II: Last Fighter Twin,SNES,Action,Banpresto,Banpresto,,,,,,,1992-03-27, -/games/boxart/full_the-great-battle-iii_400JapanFront.jpg,The Great Battle III,SNES,Action,Banpresto,Banpresto,,,,,,,1993-03-26, -/games/boxart/full_the-great-battle-iv_407JapanFront.jpg,The Great Battle IV,SNES,Action,Banpresto,Banpresto,,,,,,,1994-12-17, -/games/boxart/full_the-great-battle-v_892JapanFront.jpg,The Great Battle V,SNES,Action,Banpresto,Banpresto,,,,,,,1995-12-22, -/games/boxart/full_the-great-battle-vi_363JapanFront.jpg,The Great Battle VI,PS,Action,Banpresto,Aspect Co. Ltd.,,,,,,,1997-04-11, -/games/boxart/full_5050058AmericaFrontccc.jpg,The Great Escape,PC,Action,Gotham Games,Pivotal Games,,,,,,,2003-07-23, -/games/boxart/full_the-great-escape-original_536AmericaFront.jpg,The Great Escape (original),PC,Action,Thunder Mountain,Denton Designs,,,,,,,1987-01-01, -/games/boxart/8474425ccc.jpg,The Grim Adventures Of Billy & Mandy,PS2,Action,Midway Games,High Voltage Software,6.9,,,,,,2006-09-25, -/games/boxart/4994507ccc.jpg,The Grim Adventures of Billy & Mandy,GBA,Action,Midway Games,Full Fat,5,,,,,,2006-10-16, -/games/boxart/default.jpg,"The Hidden Mystery Collectives: House of 1,000 Doors 1 and 2",PC,Action,Focus Multimedia,Unknown,,,,,,,2012-11-02, -/games/boxart/full_8041499AmericaFrontccc.png,The House,PC,Action,Unknown,Unknown,,,,,,,2014-06-19, -/games/boxart/full_1223015AmericaFrontccc.jpg,The Hungry Horde,PSV,Action,Sony Computer Entertainment,Nosebleed Interactive,,,,,,,2014-11-04, -/games/boxart/4245888ccc.jpg,The Ignition Factor,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1995-01-01, -/games/boxart/full_the-ignition-factor_841AmericaFront.jpg,The Ignition Factor,VC,Action,Jaleco,Jaleco Entertainment,7,,,,,,2011-04-29, -/games/boxart/full_3230098AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing II,OSX,Action,Neocore Games,NeoCoreGames,,,,,,,2014-05-22,2019-02-17 -/games/boxart/full_the-incredible-crash-dummies_8PALFront.jpg,The Incredible Crash Dummies,MS,Action,Flying Edge,Flying Edge,,,,,,,1993-01-01, -/games/boxart/8111950ccc.jpg,The Incredible Hulk: The Pantheon Saga,SAT,Action,Eidos Interactive,Attention To Detail,,,,,,,1997-01-01, -/games/boxart/full_4630041PALFrontccc.jpg,The Incredible Hulk: The Pantheon Saga,PC,Action,Eidos Interactive,Attention To Detail,,,,,,,1996-11-20, -/games/boxart/1692684ccc.jpg,The Incredibles,XB,Action,THQ,Heavy Iron Studios,6.4,,,,,,2004-10-31, -/games/boxart/1557077ccc.jpg,The Incredibles: When Danger Calls,PC,Action,THQ,Heavy Iron Studios,,,,,,,2004-11-03, -/games/boxart/512197ccc.jpg,The Karate Kid,NES,Action,LJN,Atlus Co.,,,,,,,1987-11-01, -/games/boxart/default.jpg,The Keepers: Lost Progeny,PC,Action,Focus Multimedia,Unknown,,,,,,,2013-03-15, -/games/boxart/full_6876435AmericaFrontccc.jpg,The Land Before Time,GBA,Action,Conspiracy Entertainment,Full Fat,,,,,,,2002-02-28, -/games/boxart/full_the-last-guy_6AmericaFront.jpg,The Last Guy,PSN,Action,Sony Computer Entertainment,SCE Japan Studio,7.2,,,,,,2008-08-28,2018-09-16 -/games/boxart/default.jpg,The Last Ninja,DS,Action,Unknown,System 3,,,,,,,, -/games/boxart/default.jpg,The Last Ninja,PSP,Action,Unknown,System 3,,,,,,,, -/games/boxart/full_the-last-ninja_344AmericaFront.jpg,The Last Ninja,PC,Action,Activision,Activision,,,,,,,1987-01-01, -/games/boxart/full_the-last-ninja_292AmericaFront.jpg,The Last Ninja,XB,Action,Unknown,Studio 3,,,,,,,, -/games/boxart/full_4720132AmericaFrontccc.jpg,The Last Ninja (C64),VC,Action,Play It,Studio 3,,,,,,,2009-02-23, -/games/boxart/full_833864PALFrontccc.jpg,The Last Ninja 2: Back with a Vengeance,VC,Action,Commodore,System 3,,,,,,,2009-09-21, -/games/boxart/full_7183373PALFrontccc.jpg,The Lawnmower Man,GB,Action,SCi,SCi,,,,,,,1993-01-01, -/games/boxart/2633268ccc.jpg,The Lawnmower Man,SCD,Action,Time Warner Interactive,SCi,,,,,,,1994-04-03, -/games/boxart/full_7276489AmericaFrontccc.jpg,The Lawnmower Man,SNES,Action,THQ,SCi,,,,,,,1993-01-01, -/games/boxart/full_5502379AmericaFrontccc.jpg,The Lawnmower Man,GEN,Action,Time Warner Interactive,Atod AB,,,,,,,1994-01-01, -/games/boxart/full_the-lawnmower-man_834PALFront.jpg,The Lawnmower Man,PC,Action,SCi,SCi,,,,,,,1993-01-01, -/games/boxart/full_7958436AmericaFrontccc.png,The Legend of Dark Witch,3DS,Action,CIRCLE Entertainment,Inside System,,,,,,,2014-10-16,2018-07-30 -/games/boxart/full_3710644AmericaFrontccc.jpg,The Legend of Korra (2014),XOne,Action,Activision,PlatinumGames,,,,,,,2014-10-22, -/games/boxart/full_9724738AmericaFrontccc.jpg,The Legend of Korra (2014),X360,Action,Activision,PlatinumGames,,,,,,,2014-10-22, -/games/boxart/full_2478566AmericaFrontccc.jpg,The Legend of Korra (2014),PS4,Action,Activision,PlatinumGames,,,,,,,2014-10-21, -/games/boxart/full_3425381AmericaFrontccc.jpg,The Legend of Korra (2014),PS3,Action,Activision,PlatinumGames,,,,,,,2014-10-21, -/games/boxart/full_6458237AmericaFrontccc.jpg,The Legend of Korra (2014),PC,Action,Activision,PlatinumGames,,,,,,,2014-10-21, -/games/boxart/5292367ccc.jpg,The Legend of Kyrandia: Hand of Fate,PC,Action,Virgin Interactive,Westwood Studios,,,,,,,1994-01-01, -/games/boxart/6332223ccc.png,The Legend of Stafi,GBA,Action,Nintendo,TOSE,,,,,,,2002-09-06, -/games/boxart/full_2214499AmericaFrontccc.png,The Legend of Vraz,PC,Action,Zatun,ABHIVAV,,,,,,,2010-01-28, -/games/boxart/full_the-legendary-axe_9AmericaFront.jpg,The Legendary Axe,PCE,Action,NEC,Victor Interactive Software,,,,,,,1989-01-01, -/games/boxart/full_2701851AmericaFrontccc.jpg,The Lego Ninjago Movie Videogame,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2017-09-22,2018-05-29 -/games/boxart/full_8056721AmericaFrontccc.jpg,The Lone Ranger,NES,Action,Konami,Konami,,,,,,,1991-08-01, -/games/boxart/full_the-lord-of-the-rings-aragorns-quest_344AmericaFront.jpg,The Lord of the Rings: Aragorn's Quest,PSN,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2010-12-07, -/games/boxart/full_the-lord-of-the-rings-conquest_6AmericaFront.jpg,The Lord of the Rings: Conquest,XBL,Action,Electronic Arts,Pandemic Studios,,,,,,,2010-07-27, -/games/boxart/full_8772611AmericaFrontccc.jpg,The Lord of the Rings: The Fellowship of the Ring,PC,Action,Black Label Games,Surreal Software,,,,,,,2002-10-22, -/games/boxart/8700460ccc.jpg,The Lord of the Rings: The Return of the King,PC,Action,Electronic Arts,"Hypnos Entertainment, Inc.",,,,,,,2003-10-31, -/games/boxart/full_the-lost-town-the-dust_922AmericaFront.jpg,The Lost Town: The Dust,DSiW,Action,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2011-06-30, -/games/boxart/6854656ccc.jpg,The Lost World: Jurassic Park,SAT,Action,Sega,Appaloosa Interactive,,,,,,,1997-01-01, -/games/boxart/full_2515076AmericaFrontccc.jpg,The Lost World: Jurassic Park,GEN,Action,Sega,Appaloosa Interactive,,,,,,,1997-01-01, -/games/boxart/default.jpg,The Lost World: Jurassic Park,GG,Action,Sega,Unknown,,,,,,,1997-01-01, -/games/boxart/6335886ccc.jpg,The Mafat Conspiracy,NES,Action,Victory Lap Games,Aicom,,,,,,,1990-01-01, -/games/boxart/full_346374PALFrontccc.jpg,The Magic Roundabout,Wii,Action,Deep Silver,Deep Silver,,,,,,,2008-12-12, -/games/boxart/full_8711171AmericaFrontccc.jpg,The Masked Rider: Kamen Rider ZO,SCD,Action,Sega,Toei Animation,,,,,,,1994-01-01, -/games/boxart/full_324226AmericaFrontccc.png,The Maw,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,7.6,,,,,,2009-01-21, -/games/boxart/full_the-maw_93AmericaFront.jpg,The Maw,PC,Action,Twisted Pixel Games,Twisted Pixel Games,8,,,,,,2009-03-09, -/games/boxart/full_the-maw-brute-force_657AmericaFront.jpg,The Maw: Brute Force,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-02-18, -/games/boxart/full_the-maw-brute-force_404AmericaFront.jpg,The Maw: Brute Force,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-03-16, -/games/boxart/full_the-maw-river-redirect_352AmericaFront.jpg,The Maw: River Redirect,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-03-11, -/games/boxart/full_the-maw-river-redirect_476AmericaFront.jpg,The Maw: River Redirect,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-03-11, -/games/boxart/full_the-maw-speeder-lane_546AmericaFront.jpg,The Maw: Speeder Lane,XBL,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-04-29, -/games/boxart/full_the-maw-speeder-lane_745AmericaFront.jpg,The Maw: Speeder Lane,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2009-04-29, -/games/boxart/full_4981422AmericaFrontccc.jpg,The Mummy Returns,GB,Action,Universal Interactive,Game Brains,,,,,,,2001-04-26, -/games/boxart/default.jpg,The Munchables,DS,Action,Unknown,Namco Bandai Games,,,,,,,, -/games/boxart/6382364ccc.jpg,The Music Machine,2600,Action,Unknown,Sparrow,,,,,,,1983-01-01, -/games/boxart/default.jpg,The Mysterious Murasame Castle,3DS,Action,Nintendo,Nintendo EAD,,,,,,,2014-08-07, -/games/boxart/full_the-ninja_8AmericaFront.jpg,The Ninja,MS,Action,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_ninja-warriors_7JapanFront.jpg,The Ninja Warriors,PCE,Action,Taito,Taito Corporation,,,,,,,1989-06-30, -/games/boxart/full_9784317JapanFrontccc.jpg,The Ninja Warriors,SCD,Action,Taito,Taito Corporation,,,,,,,1993-03-12, -/games/boxart/full_the-ooze_750AmericaFront.jpg,The Ooze,GEN,Action,Sega,Sega Technical Institute,,,,,,,1995-01-01, -/games/boxart/default.jpg,The Oregon Trail,WW,Action,Unknown,Gameloft,,,,,,,, -/games/boxart/full_1801313AmericaFrontccc.jpg,The Pagemaster,GEN,Action,Fox Interactive,Probe Software Ltd.,,,,,,,1994-01-01, -/games/boxart/full_7147876AmericaFrontccc.jpg,The Peace Keepers,SNES,Action,Jaleco,Jaleco Entertainment,,,,,,,1994-01-01, -/games/boxart/default.jpg,The Penguins of Madagascar,3DS,Action,Unknown,THQ,,,,,,,, -/games/boxart/5797468ccc.jpg,The Punisher,GEN,Action,Capcom,Sculptured Software,,,,,,,1994-01-01, -/games/boxart/6388740ccc.jpg,The Punisher,NES,Action,LJN,Beam Software,,,,,,,1990-11-01, -/games/boxart/full_2666993AmericaFrontccc.jpg,The Punisher (1990),PC,Action,Microprose,Paragon Software Corporation,,,,,,,1990-01-01, -/games/boxart/8727442ccc.jpg,The Punisher: The Ultimate Payback,GB,Action,Acclaim Entertainment,Beam Software,,,,,,,1991-07-01, -/games/boxart/full_the-rapid-angel_564JapanFront.jpg,The Rapid Angel,PS,Action,Techno Soleil,Techno Soleil,,,,,,,1998-08-13, -/games/boxart/full_the-rapid-angel_596AmericaFront.jpg,The Rapid Angel,PSN,Action,Unknown,Techno Soleil,,,,,,,2011-07-05, -/games/boxart/full_5145750AmericaFrontccc.jpg,The Red Star,PS2,Action,XS Games,Archangel Studios,,,,,,,2007-04-23, -/games/boxart/full_the-red-star_10AmericaFront.jpg,The Red Star,PSN,Action,XS Games,Archangel Studios,6.5,,,,,,2010-03-18, -/games/boxart/7614376ccc.jpg,The Ren & Stimpy Show: Fire Dogs,SNES,Action,THQ,Argonaut Games,,,,,,,1994-06-01, -/games/boxart/4948827ccc.jpg,The Ren & Stimpy Show: Time Warp,SNES,Action,THQ,Sculptured Software,,,,,,,1994-11-01, -/games/boxart/873890ccc.jpg,The Ren & Stimpy Show: Buckaroo$!,SNES,Action,THQ,Imagineering Inc.,,,,,,,1995-04-01, -/games/boxart/full_9343930AmericaFrontccc.jpg,The Ren & Stimpy Show: Buckaroo$!,NES,Action,THQ,Imagineering Inc.,,,,,,,1993-11-01, -/games/boxart/full_the-rocketeer_4AmericaFront.jpg,The Rocketeer,SNES,Action,IGS,NovaLogic,,,,,,,1992-05-01, -/games/boxart/full_the-rocketeer_5AmericaFront.jpg,The Rocketeer,PC,Action,Disney Interactive Studios,NovaLogic,,,,,,,1991-01-01, -/games/boxart/full_9514447AmericaFrontccc.jpg,The Rugrats Movie,GB,Action,THQ,Software Creations,,,,,,,1998-12-01, -/games/boxart/full_8613584AmericaFrontccc.jpg,The Rugrats Movie (GBC),GB,Action,THQ,Software Creations,,,,,,,1999-02-28, -/games/boxart/full_9747187AmericaFrontccc.png,The Secret Saturdays: Beasts of the 5th Sun,PSN,Action,D3 Publisher,High Voltage Software,,,,,,,2009-10-21, -/games/boxart/full_2856308PALFrontccc.jpg,The Shadow of Zorro,PS2,Action,Cryo Interactive,In Utero,,,,,,,2002-02-08, -/games/boxart/full_4321671PALFrontccc.jpg,The Shadow of Zorro,PC,Action,Cryo Interactive,In Utero,,,,,,,2003-02-06, -/games/boxart/full_2655159AmericaFrontccc.jpg,The Showdown Effect,OSX,Action,Paradox Interactive,Arrowhead Game Studios,,,,,,,2013-03-05, -/games/boxart/full_the-simpsons-arcade-game_17AmericaFront.jpg,The Simpsons Arcade Game,PC,Action,Konami,Novotrade International,,,,,,,1991-01-01, -/games/boxart/2108098ccc.jpg,The Simpsons: Bart vs. the World,GG,Action,Flying Edge,Flying Edge,,,,,,,1993-01-01, -/games/boxart/8858299ccc.jpg,The Simpsons: Bart's House of Weirdness,PC,Action,Konami,"Distinctive Software, Inc.",,,,,,,1992-01-01, -/games/boxart/full_6841135AmericaFrontccc.jpeg,The Sims 4: Perfect Patio Stuff,PC,Action,Electronic Arts,Unknown,,,,,,,2015-06-16, -/games/boxart/default.jpg,The Sims Castaway Stories,PC,Action,Electronic Arts,Unknown,,,,,,,2008-01-29, -/games/boxart/full_4087656PALFrontccc.jpg,The Smurfs,SCD,Action,Infogrames,Infogrames,,,,,,,1995-01-01, -/games/boxart/8685046ccc.jpg,The Space Adventure,SCD,Action,Hudson Soft,Hudson Soft,,,,,,,1994-01-01, -/games/boxart/full_59548AmericaFrontccc.jpg,The Suffering: Ties That Bind,PC,Action,Midway Games,Surreal Software,,,,,,,2005-10-02, -/games/boxart/6086451ccc.jpg,The Suite Life of Zack & Cody: Tipton Caper,GBA,Action,Buena Vista,Artificial Mind and Movement,,,,,,,2006-10-19, -/games/boxart/full_4170405AmericaFrontccc.jpeg,The Sun at Night,PC,Action,Minicore Studios,Minicore Studios,,,,,,,2014-08-01, -/games/boxart/full_900845PALFrontccc.jpg,The Sword of Etheria,PS2,Action,Konami,Konami Computer Entertainment Tokyo,,,,,,,2006-02-24, -/games/boxart/full_the-tekkyu-fight-great-battle-gaiden_993JapanFront.jpg,The Tekkyu Fight! Great Battle Gaiden,GB,Action,Banpresto,Banpresto,,,,,,,1993-07-30, -/games/boxart/full_the-tempura-of-the-dead_902AmericaFront.jpg,The TEMPURA of the DEAD,XBL,Action,Microsoft,JPN 8bits fanatics,,,,,,,2010-11-09, -/games/boxart/default.jpg,The Tenpura of the Dead,XBL,Action,Unknown,8bits fanatics,,,,,,,, -/games/boxart/full_the-terminator_3AmericaFront.gif,The Terminator,PSN,Action,Big Head Games,Big Head Games,,,,,,,2010-02-25, -/games/boxart/full_the-terminator_5AmericaFront.jpg,The Terminator,PC,Action,Bethesda Softworks,"Media Technology, Inc.",,,,,,,1990-01-01, -/games/boxart/full_the-terminator-future-shock_291AmericaFront.jpg,The Terminator: Future Shock,PC,Action,Bethesda Softworks,Bethesda Softworks LLC,,,,,,,1995-01-01, -/games/boxart/full_4997532AmericaFrontccc.jpg,The Three Musketeers: One for All!,WW,Action,Legendo Entertainment,Legendo Entertainment,,,,,,,2009-07-27, -/games/boxart/full_8994399AmericaFrontccc.jpg,The Three Musketeers: One for All!,PC,Action,Legendo Entertainment,Legendo Entertainment,,,,,,,2005-01-01, -/games/boxart/full_2280702AmericaFrontccc.jpg,The Three Stooges,NES,Action,Activision,Beam Software,,,,,,,1989-10-01, -/games/boxart/full_2376139AmericaFrontccc.jpg,The Three Stooges,PS,Action,Metro 3D,Flying Tiger Development,,,,,,,2004-02-07, -/games/boxart/8860932ccc.jpg,The Tick,GEN,Action,Fox Interactive,Fox,,,,,,,1994-01-01, -/games/boxart/1198058ccc.jpg,The Tick,SNES,Action,Fox Interactive,Fox,,,,,,,1994-03-04, -/games/boxart/default.jpg,The Tower of Druaga (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-03-23, -/games/boxart/full_the-train-escape-to-normandy_823AmericaFront.jpg,The Train: Escape to Normandy,PC,Action,Accolade,"Artech Digital Entertainments, Inc.",,,,,,,1988-09-20, -/games/boxart/default.jpg,The Traveller,DSiW,Action,Unknown,AGENIUS Interactive AS,,,,,,,, -/games/boxart/full_the-ultimate-stuntman_7AmericaFront.png,The Ultimate Stuntman,NES,Action,Camerica,Codemasters,,,,,,,1990-01-01, -/games/boxart/3399182ccc.jpg,The Uncanny X-Men,NES,Action,LJN,"LJN Toys, Ltd.",,,,,,,1989-12-01, -/games/boxart/full_3224192AmericaFrontccc.png,The Walking Dead Pinball,And,Action,Zen Studios,Zen Studios,,,,,,,2014-08-28, -/games/boxart/full_9042262AmericaFrontccc.png,The Walking Dead: No Man's Land,And,Action,Next Gen Games,Next Gen Games,,,,,,,2016-01-01, -/games/boxart/default.jpg,The Walking Dead: Season Three,XOne,Action,Telltale Games,Telltale Games,,,,,,,2020-12-31, -/games/boxart/default.jpg,The Walking Dead: Season Three,And,Action,Telltale Games,Telltale Games,,,,,,,2020-12-31, -/games/boxart/full_285583AmericaFrontccc.png,The Warriors,PSN,Action,Rockstar Games,Rockstar Toronto,,,,,,,2009-10-21, -/games/boxart/full_1335127AmericaFrontccc.jpg,The Warriors: Street Brawl,XBL,Action,Paramount Digital Entertainment,CTXM,,,,,,,2009-09-23, -/games/boxart/full_2112390AmericaFrontccc.jpeg,The Weaponographist,PC,Action,Mastertronic,Puuba,,,,,,,2015-04-29, -/games/boxart/default.jpg,The Weaponographist,OSX,Action,Mastertronic,Puuba,,,,,,,2015-04-29, -/games/boxart/default.jpg,The Weaponographist,PC,Action,Mastertronic,Puuba,,,,,,,2015-04-29, -/games/boxart/full_2258228AmericaFrontccc.jpg,The Wild Thornberrys: Rambler,GB,Action,Mattel Interactive,Vicarious Visions,,,,,,,2000-10-31, -/games/boxart/7728644ccc.jpg,The Wizard of Oz,SNES,Action,Seta Corporation,Seta Corporation,,,,,,,1993-01-01, -/games/boxart/full_the-zombie-shotgun-massacre_77AmericaFront.jpg,THE ZOMBIE SHOTGUN MASSACRE,XBL,Action,Microsoft,DarthCheesiest,,,,,,,2010-08-25, -/games/boxart/full_the-zombie-shotgun-massacre-2_231AmericaFront.jpg,THE ZOMBIE SHOTGUN MASSACRE 2,XBL,Action,Microsoft,DUALHAZE,,,,,,,2010-11-12, -/games/boxart/full_thexder_285AmericaFront.jpg,Thexder,PC,Action,Sierra Online,"Game Arts Co., Ltd.",,,,,,,1987-01-01, -/games/boxart/full_717476AmericaFrontccc.jpg,They Came From the Ground,XBL,Action,Microsoft,malgorithms,,,,,,,2009-10-31, -/games/boxart/full_3055821PALFrontccc.jpg,This Is Vegas,X360,Action,Unknown,Surreal Software,,,,,,,, -/games/boxart/full_59946PALFrontccc.jpg,This Is Vegas,PC,Action,Unknown,Surreal Software,,,,,,,, -/games/boxart/full_3755538PALFrontccc.jpg,This Is Vegas,PS3,Action,Unknown,Surreal Software,,,,,,,, -/games/boxart/full_7893264PALFrontccc.jpg,This War of Mine,OSX,Action,11 bit studios,11 bit studios,,,,,,,2014-11-14,2018-09-15 -/games/boxart/full_8021332PALFrontccc.jpg,This War of Mine,PC,Action,11 bit studios,11 bit studios,,,,,,,2014-11-14,2018-09-15 -/games/boxart/full_2053654PALFrontccc.jpg,This War of Mine,Linux,Action,11 bit studios,11 bit studios,,,,,,,2014-11-14, -/games/boxart/full_927838AmericaFrontccc.jpg,This War of Mine,And,Action,11 bit studios,11 bit studios,,,,,,,2015-07-14, -/games/boxart/default.jpg,Thor: God of Thunder,PSP,Action,Unknown,Red Fly Studio,,,,,,,, -/games/boxart/full_thor-god-of-thunder_543AmericaFront.jpg,Thor: God of Thunder,PC,Action,Unknown,Liquid Entertainment,,,,,,,, -/games/boxart/full_4621160AmericaFrontccc.png,Thorium Wars: Attack of the Skyfighter,3DS,Action,Big John Games,Big John Games,,,,,,,2014-08-28, -/games/boxart/full_1931713AmericaFrontccc.jpg,Three Dead Zed,PC,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2014-07-07, -/games/boxart/full_8090745AmericaFrontccc.jpg,Three Dead Zed,Linux,Action,Gentleman Squid Studio,Gentleman Squid Studio,,,,,,,2014-07-07, -/games/boxart/full_7656324AmericaFrontccc.jpg,Three Dirty Dwarves,SAT,Action,SegaSoft,Appaloosa Interactive,,,,,,,1996-10-15, -/games/boxart/full_8095396AmericaFrontccc.jpg,Three Dirty Dwarves,PC,Action,SegaSoft,Appaloosa Interactive,,,,,,,1996-01-01, -/games/boxart/full_9492431AmericaFrontccc.jpg,Throne of Fire,ACPC,Action,Melbourne House,Unknown,,,,,,,1987-01-01,2018-01-06 -/games/boxart/full_703675PALFrontccc.gif,Thunder Brigade,PC,Action,Interactive Magic,Bluemoon Interactive,,,,,,,1998-12-28, -/games/boxart/full_thunderbirds_610PALFront.jpg,Thunderbirds,GB,Action,SCi,Pukka Games,,,,,,,2000-12-01, -/games/boxart/full_thunderbirds_155PALFront.jpg,Thunderbirds,PS2,Action,Blast! Entertainment Ltd,Pukka Games,,,,,,,2007-07-06, -/games/boxart/full_3460326PALFrontccc.jpg,Thunderbirds: International Rescue,GBA,Action,SCi,Pukka Games,,,,,,,2001-12-07, -/games/boxart/full_thunderbirds-vault-of-doom_799PALFront.jpg,Thunderbirds: Vault of Doom,PC,Action,Europress,Europress,,,,,,,2002-03-28, -/games/boxart/3748850ccc.jpg,Thunderground,2600,Action,Sega,Sega,,,,,,,1983-01-01, -/games/boxart/full_tic-part-1_958AmericaFront.jpg,TIC: Part 1,XBL,Action,Microsoft,RedCandy Games,,,,,,,2011-06-21, -/games/boxart/full_6327656AmericaFrontccc.jpg,Tiger Storm,XBL,Action,Unknown,Omer,,,,,,,, -/games/boxart/full_8114872AmericaFrontccc.png,Timberman,And,Action,Unknown,Unknown,,,,,,,2014-05-15, -/games/boxart/full_4092236JapanFrontccc.jpg,Time Commando,SAT,Action,Acclaim Entertainment,Adeline Software,,,,,,,1998-03-12, -/games/boxart/full_529151AmericaFrontccc.jpg,Time Commando,PC,Action,Activision,Adeline Software,,,,,,,1996-07-31, -/games/boxart/default.jpg,TiME K,XBL,Action,Unknown,team GARAGE,,,,,,,, -/games/boxart/full_time-lord_0AmericaFront.jpg,Time Lord,NES,Action,Milton Bradley,Rare Ltd.,,,,,,,1990-09-01, -/games/boxart/full_9743999AmericaFrontccc.jpeg,Time Mysteries: The Final Enigma,PC,Action,Big Fish Games,Big Fish Games,,,,,,,2013-01-13, -/games/boxart/default.jpg,Time To Escape,And,Action,Unknown,Unknown,,,,,,,2014-09-09, -/games/boxart/default.jpg,TimeO,PS3,Action,Unknown,ZootFly,,,,,,,, -/games/boxart/default.jpg,TimeO,X360,Action,Unknown,ZootFly,,,,,,,, -/games/boxart/default.jpg,TimeO,Wii,Action,Unknown,ZootFly,,,,,,,, -/games/boxart/full_8612092PALFrontccc.jpg,Tiny Toon Adventures: Dizzy's Candy Quest,GB,Action,Conspiracy Entertainment,Formula,,,,,,,2001-01-01, -/games/boxart/full_tiny-toon-adventures-scary-dreams_4AmericaFront.jpg,Tiny Toon Adventures: Scary Dreams,GBA,Action,Conspiracy Entertainment,"Treasure Co., Ltd.",,,,,,,2006-01-01, -/games/boxart/default.jpg,Tiny Toons: Defenders of the Universe,PS2,Action,Unknown,"Treasure Co., Ltd.",,,,,,,, -/games/boxart/default.jpg,Tiny Troopers Joint Ops,PS4,Action,Unknown,Unknown,,,,,,,2014-11-18, -/games/boxart/default.jpg,Tiny Troopers Joint Ops,PSV,Action,Unknown,Unknown,,,,,,,2014-11-18, -/games/boxart/default.jpg,Tiny Troopers Joint Ops,PS3,Action,Unknown,Unknown,,,,,,,2014-11-18, -/games/boxart/full_titan_1JapanFront.jpg,Titan,NES,Action,Sofel,Titus,,,,,,,1990-08-10, -/games/boxart/full_4885603AmericaFrontccc.jpg,Titan Souls,PSV,Action,Devolver Digital,Acid Nerve,,,,,,,2015-04-14, -/games/boxart/full_221507AmericaFrontccc.jpg,Titan Souls,PS4,Action,Devolver Digital,Acid Nerve,,,,,,,2015-04-14, -/games/boxart/5358796ccc.jpg,TMNT,PS2,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, -/games/boxart/1976830ccc.jpg,TMNT,GBA,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, -/games/boxart/7896689ccc.jpg,TMNT,GC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, -/games/boxart/9761434ccc.jpg,TMNT,PC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2007-03-20, -/games/boxart/full_7898555AmericaFrontccc.png,TMNT,PSN,Action,Ubisoft,Ubisoft Montreal,,,,,,,2009-06-24, -/games/boxart/full_tmnt_919AmericaFront.jpg,TMNT,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-16, -/games/boxart/full_7841352AmericaFrontccc.jpg,Todd McFarlane's Spawn: The Video Game,SNES,Action,Acclaim Entertainment,Ukiyotei,,,,,,,1995-10-01, -/games/boxart/7552345ccc.jpg,Todd's Adventures in Slime World,Lynx,Action,Atari,Epyx,,,,,,,1992-01-01, -/games/boxart/full_todds-adventures-in-slime-world_986AmericaFront.jpg,Todd's Adventures in Slime World,GEN,Action,Renovation,Epyx,,,,,,,1991-01-01, -/games/boxart/default.jpg,ToeJam & Earl,PC,Action,Sega,ToeJam & Earl Productions,,,,,,,1992-03-13, -/games/boxart/full_toejam-amp-earl-genesis_613AmericaFront.jpg,ToeJam & Earl (Genesis),PC,Action,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/4276527ccc.jpg,ToeJam & Earl,GEN,Action,Sega,ToeJam & Earl Productions,,,,,,,1992-03-12, -/games/boxart/2677136ccc.jpg,ToeJam & Earl,VC,Action,Sega,ToeJam & Earl Productions,,,,,,,2006-12-25, -/games/boxart/default.jpg,ToeJam & Earl,XBL,Action,Unknown,Backbone Entertainment,,,,,,,, -/games/boxart/full_2885971JapanFrontccc.jpg,Tokyo Disneyland: Fantasy Tour,GB,Action,Tomy Corporation,Tomy,,,,,,,1998-07-24, -/games/boxart/full_3030045JapanFrontccc.jpg,Tokyo Friend Pack II Ketteiban: Minna de Chousen! Taikan Attraction,Wii,Action,Spike,Spike,,,,,,,2009-12-03, -/games/boxart/full_tokyo-twilight-busters-kindan-no-ikenie-teito-jigokuhen_3JapanFront.jpg,Tokyo Twilight Busters: Kindan no Ikenie Teito Jigokuhen,DS,Action,Starfish,Starfish SD,,,,,,,2010-10-14, -/games/boxart/6135075ccc.jpg,Tom & Jerry: The Magic Ring,GBA,Action,NewKidCo,Cave Barn Studios,,,,,,,2002-02-21, -/games/boxart/1798008ccc.jpg,Tom and Jerry in Mouse Attacks!,GB,Action,NewKidCo,Warthog,,,,,,,2000-12-01, -/games/boxart/full_5916863AmericaFrontccc.jpg,Tom and Jerry: Frantic Antics!,GEN,Action,Sega,Beam Software,,,,,,,1994-01-14, -/games/boxart/full_tom-and-jerry-mouse-hunt_121AmericaFront.jpg,Tom and Jerry: Mouse Hunt,GB,Action,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2001-03-14, -/games/boxart/full_3537076AmericaFrontccc.jpg,Tom Clancy's HAWX,Wii,Action,Unknown,Ubisoft Romania,,,,,,,, -/games/boxart/full_tom-clancys-hawx_2AmericaFront.jpg,Tom Clancy's HAWX,XBL,Action,Ubisoft,Ubisoft Romania,,,,,,,2010-08-10, -/games/boxart/full_tom-clancys-splinter-cell-chaos-theory-hd_351AmericaFront.jpg,Tom Clancy's Splinter Cell Chaos Theory HD,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-06-21, -/games/boxart/full_tom-clancys-splinter-cell-hd_335AmericaFront.jpg,Tom Clancy's Splinter Cell HD,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-06-21, -/games/boxart/full_tom-clancys-splinter-cell-trilogy_5PALFront.jpg,Tom Clancy's Splinter Cell Trilogy,PS2,Action,Ubisoft,Ubisoft,,,,,,,2009-03-30, -/games/boxart/default.jpg,Tom Clancy's Splinter Cell Trilogy,PC,Action,Ubisoft,Ubisoft,,,,,,,2006-04-25, -/games/boxart/default.jpg,Tom Clancy's Splinter Cell Trilogy,XBL,Action,Unknown,Ubisoft,,,,,,,, -/games/boxart/full_tom-clancys-splinter-cell-chaos-theory_299AmericaFront.jpg,Tom Clancy's Splinter Cell: Chaos Theory,NGage,Action,Gameloft,Gameloft,9,,,,,,2005-03-23, -/games/boxart/full_9788608AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Chaos Theory,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2008-04-21, -/games/boxart/980831ccc.jpg,Tom Clancy's Splinter Cell: Conviction,DS,Action,Unknown,Ubisoft Montreal,,,,,,,, -/games/boxart/full_tom-clancys-splinter-cell-conviction-insurgency-pack_542AmericaFront.jpg,Tom Clancy's Splinter Cell: Conviction - Insurgency Pack,XBL,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-05-27, -/games/boxart/full_tom-clancys-splinter-cell-conviction-insurgency-pack_924AmericaFront.jpg,Tom Clancy's Splinter Cell: Conviction - Insurgency Pack,PC,Action,Ubisoft,Ubisoft Montreal,,,,,,,2010-05-27, -/games/boxart/4390714ccc.gif,Tom Clancy's Splinter Cell: Double Agent,XB,Action,Ubisoft,Ubisoft Montreal,9,,,,,,2006-10-24, -/games/boxart/full_715224AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Double Agent,PS2,Action,Ubisoft,Ubisoft Montreal,,,,,,,2006-10-24, -/games/boxart/full_tom-clancys-splinter-cell-pandora-tomorrow-hd_739AmericaFront.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow HD,PSN,Action,Ubisoft,Ubisoft,,,,,,,2011-06-21, -/games/boxart/full_tom-clancys-splinter-cell-team-stealth-action_853AmericaFront.jpg,Tom Clancy's Splinter Cell: Team Stealth Action,NGage,Action,Gameloft,Gameloft,7.5,,,,,,2003-12-10, -/games/boxart/5985740ccc.jpg,Tomarc The Barbarian,2600,Action,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_709857AmericaFrontccc.jpg,Tomato Blaster,XBL,Action,Microsoft,danderham,,,,,,,2009-02-24, -/games/boxart/full_tomb-raider_123AmericaFront.jpg,Tomb Raider,NGage,Action,Eidos Interactive,Ideaworks3D,5,,,,,,2003-10-06, -/games/boxart/full_3412889AmericaFrontccc.png,Tomb Raider,PSN,Action,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-08-13, -/games/boxart/full_7647229AmericaFrontccc.jpg,Tomb Raider Chronicles,DC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2000-11-19, -/games/boxart/full_3043504AmericaFrontccc.jpg,Tomb Raider Chronicles,PC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2000-11-21, -/games/boxart/full_tomb-raider-chronicles_889PALFront.png,Tomb Raider Chronicles,PSN,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2011-01-12, -/games/boxart/full_tomb-raider-gold_8AmericaFront.jpg,Tomb Raider Gold,PC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,1998-06-01, -/games/boxart/full_3318094AmericaFrontccc.png,Tomb Raider II,PSN,Action,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-08-27, -/games/boxart/full_4411834AmericaFrontccc.png,Tomb Raider III,PSN,Action,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-09-17, -/games/boxart/full_4296312AmericaFrontccc.jpg,Tomb Raider Underworld: Beneath the Ashes,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2009-02-24, -/games/boxart/full_9562296AmericaFrontccc.jpg,Tomb Raider Underworld: Lara's Shadow,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2009-03-10, -/games/boxart/full_9673883AmericaFrontccc.png,Tomb Raider: Anniversary,PSN,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2009-07-22, -/games/boxart/full_tomb-raider-anniversary_0AmericaFront.jpg,Tomb Raider: Anniversary,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2010-09-21, -/games/boxart/full_5397596AmericaFrontccc.jpg,Tomb Raider: Legend,GBA,Action,Eidos Interactive,Humansoft,6.3,,,,,,2006-11-14, -/games/boxart/full_2709848PALFrontccc.jpg,Tomb Raider: Legend,XBL,Action,Eidos Interactive,Crystal Dynamics,,,,,,,2010-04-13, -/games/boxart/full_8431424AmericaFrontccc.jpg,Tomb Raider: The Last Revelation,DC,Action,Eidos Interactive,Core Design Ltd.,,,,,,,2001-04-13, -/games/boxart/default.jpg,Tomb Raider: Underworld,PSN,Action,Square Enix,Crystal Dynamics,,,,,,,2010-10-19, -/games/boxart/full_tombstone-1882_361AmericaFront.jpg,Tombstone 1882,PC,Action,Summitsoft Entertainment,Unknown,,,,,,,2003-02-28, -/games/boxart/9693907ccc.jpg,Tomcat F-14 Flight Simulator,7800,Action,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, -/games/boxart/full_7063770AmericaFrontccc.jpg,Tomena Sanner,WW,Action,Konami,Konami,,,,,,,2010-02-08, -/games/boxart/default.jpg,Tomy Car Driver,WW,Action,Takara Tomy,Takara Tomy,,,,,,,2009-07-28, -/games/boxart/full_1250965JapanFrontccc.jpg,Tonari no Princess Rolfee,PCFX,Action,NEC,NEC Interchannel,,,,,,,1997-07-25, -/games/boxart/full_4565072AmericaFrontccc.jpg,Tonka: On The Job,GBA,Action,THQ,Webfoot Technologies,,,,,,,2006-11-15, -/games/boxart/full_toobin_932AmericaFront.jpg,Toobin',NES,Action,Tengen,Tengen,,,,,,,1989-01-01, -/games/boxart/full_toobin_774AmericaFront.jpg,Toobin',GB,Action,Midway Games,Digital Eclipse,,,,,,,2000-05-18, -/games/boxart/full_toobin_651AmericaFront.jpg,Toobin',PC,Action,Domark Software,Tengen,,,,,,,1992-01-01, -/games/boxart/full_5306873PALFrontccc.jpg,Tootuff Mission Nadia,DS,Action,Atari,Dream On,,,,,,,2005-11-25, -/games/boxart/full_top-gun_5AmericaFront.jpg,Top Gun,PSN,Action,Paramount Digital Entertainment,Doublesix,,,,,,,2010-08-17, -/games/boxart/default.jpg,Top Gun (2010),PC,Action,Unknown,Doublesix,,,,,,,, -/games/boxart/default.jpg,Top Gun (PSP),PSN,Action,Paramount Digital Entertainment,Doublesix,,,,,,,2011-06-02, -/games/boxart/full_7384008AmericaFrontccc.jpg,Top Gun: Hard Lock,PC,Action,505 Games,Headstrong Games,,,,,,,2012-03-13,2019-01-03 -/games/boxart/full_8643239AmericaFrontccc.png,Top Hat,PC,Action,Unknown,Unknown,,,,,,,2014-07-31, -/games/boxart/full_toshi-tensou-keikaku-eternal-city_9JapanFront.jpg,Toshi Tensou Keikaku: Eternal City,PCE,Action,Naxat Soft,Naxat Soft,,,,,,,1991-04-12, -http://boxart-5.gamewise.co/472509-medium.png,Total War Battles: KINGDOM,iOS,Action,Unknown,Sega,,,,,,,,2019-07-02 -/games/boxart/full_3049797AmericaFrontccc.jpg,Totally Spies! 2: Undercover,GBA,Action,Atari,Mistic Software,,,,,,,2006-11-17, -/games/boxart/full_totsugeki-kikan-karakuri-megadasu_8JapanFront.jpg,Totsugeki Kikan (Karakuri) Megadasu!!,3DO,Action,Warp,Warp,,,,,,,1994-12-16, -/games/boxart/full_750140JapanFrontccc.jpg,Tottoko Hamtaro Haai! Hamu-Chans no Hamu Hamu Challenge! Atsumare Haai!,DS,Action,Marvelous Interactive,AlphaDream Corporation,,,,,,,2007-03-15, -/games/boxart/full_5445147AmericaFrontccc.jpg,Toukiden 2,PC,Action,Tecmo Koei,Omega Force,,,,,,,2017-03-21,2018-06-03 -/games/boxart/full_1304110AmericaFrontccc.jpg,Toukiden Kiwami,PC,Action,Tecmo Koei,Koei Tecmo Games,,,,,,,2015-06-26,2018-07-31 -/games/boxart/full_5084540AmericaFrontccc.jpg,Toukiden: The Age of Demons,PS4,Action,Tecmo Koei,Omega Force,,,,,,,2015-03-31,2018-09-21 -/games/boxart/full_8115356JapanFrontccc.jpg,Toukon Heat,GBA,Action,Pacific Century Cyber Works,Pacific Century Cyber Works,,,,,,,2002-12-20, -/games/boxart/full_8917083JapanFrontccc.jpg,Toukon Retsuden Advance,GBA,Action,Tomy Corporation,Tomy,,,,,,,2002-03-29, -/games/boxart/full_tourist-trap_507AmericaFront.jpg,Tourist Trap,XBL,Action,Microsoft,Domain of the Infinite,,,,,,,2011-07-20, -/games/boxart/6971555ccc.jpg,Tournament Cyberball 2072,Lynx,Action,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/7212061ccc.jpg,Towering Inferno,2600,Action,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/full_toxic-crusaders_50AmericaFront.jpg,Toxic Crusaders,GB,Action,Bandai,Realtime Associates,,,,,,,1992-09-01, -/games/boxart/full_toxic-crusaders_605AmericaFront.jpg,Toxic Crusaders,GEN,Action,Sega,Infogrames,,,,,,,1992-01-01, -/games/boxart/full_toxic-crusaders_604AmericaFront.jpg,Toxic Crusaders,NES,Action,Bandai,TOSE Software,,,,,,,1992-04-01, -/games/boxart/2969246ccc.jpg,Toy Commander,DC,Action,Sega,No Cliche,,,,,,,1999-09-30, -/games/boxart/full_391449JapanFrontccc.jpg,Toy Robo Force,GBA,Action,Global A Entertainment,Global A,,,,,,,2001-06-28, -/games/boxart/full_6796293PALFrontccc.jpg,Toy Soldiers: War Chest,PC,Action,Ubisoft,Signal Studios,,,,,,,2015-08-11,2018-06-25 -/games/boxart/full_tozasarata-tachi_4JapanFront.jpg,Tozasarata Tachi,3DO,Action,3DO,3DO,,,,,,,1995-12-22, -/games/boxart/full_2582729AmericaFrontccc.jpg,Trace Vector,Linux,Action,Vexel Games,Vexel Games,,,,,,,2014-08-20,2018-08-09 -/games/boxart/full_5191932AmericaFrontccc.jpg,Trace Vector,OSX,Action,Vexel Games,Vexel Games,,,,,,,2014-08-20,2018-08-09 -/games/boxart/full_1713083AmericaFrontccc.jpg,Trace Vector,PC,Action,Vexel Games,Vexel Games,,,,,,,2014-08-20,2018-08-09 -/games/boxart/full_traffic-department-2192_827AmericaFront.jpg,Traffic Department 2192,PC,Action,Unknown,P Squared,,,,,,,1994-01-01, -/games/boxart/full_trailer-park-king_742AmericaFront.jpg,Trailer Park King,XBL,Action,Microsoft,Freelance Games,,,,,,,2011-07-29, -/games/boxart/default.jpg,Trans-Galactic Tournament,PS4,Action,Unknown,Unknown,,,,,,,2015-06-04, -/games/boxart/full_7989658AmericaFrontccc.jpg,Transformers: Age of Extinction,And,Action,Mobage,Mobage,,,,,,,2014-06-18, -/games/boxart/full_transformers-revenge-of-the-fallen_704AmericaFront.jpg,Transformers: Revenge of the Fallen,XBL,Action,Activision,Luxoflux Corp.,,,,,,,2011-01-18, -/games/boxart/3127735ccc.jpg,Transformers: The Game,PS2,Action,Unknown,Unknown,,,,,,,, -/games/boxart/678684ccc.jpg,Transformers: The Game,PS3,Action,Unknown,Unknown,,,,,,,, -/games/boxart/full_4844318AmericaFrontccc.jpg,Transformers: The Game,PC,Action,Activision,Traveller's Tales,,,,,,,2007-06-26, -/games/boxart/full_transformers-the-game_685AmericaFront.jpg,Transformers: The Game,XBL,Action,Activision,Traveller's Tales,,,,,,,2011-01-18, -/games/boxart/full_transformers-war-for-cybertron_843AmericaFront.jpg,Transformers: War for Cybertron,XBL,Action,Activision,High Moon Studios,,,,,,,2010-12-28, -/games/boxart/default.jpg,Transformers: War for Cybertron 2,PS3,Action,Unknown,High Moon Studios,,,,,,,, -/games/boxart/default.jpg,Transformers: War for Cybertron 2,X360,Action,Unknown,High Moon Studios,,,,,,,, -/games/boxart/default.jpg,Transformers: War for Cybertron 2,PC,Action,Unknown,High Moon Studios,,,,,,,, -/games/boxart/full_travel-epule_766JapanFront.jpg,Travel Epule,PCE,Action,Nippon Telenet,Riot,,,,,,,1992-09-04, -/games/boxart/full_trax_870AmericaFront.jpg,Trax,GB,Action,Electro Brain,HAL Laboratory,,,,,,,1991-09-01, -/games/boxart/full_treasure-hunter-x_273AmericaFront.jpg,Treasure Hunter X,DSiW,Action,Agetec,Agetec,,,,,,,2011-02-14, -/games/boxart/default.jpg,Triad Wars,PC,Action,Square Enix,United Front Games,,,,,,,2016-01-01, -/games/boxart/full_1635977AmericaFrontccc.png,Trine Enchanted Edition,WiiU,Action,Frozenbyte,Frozenbyte,,,,,,,2015-03-12,2018-11-17 -/games/boxart/full_4745107AmericaFrontccc.jpg,Troll and I,PC,Action,Maximum Games,Spiral House,,,,,,,2017-03-21,2018-08-20 -/games/boxart/3988689ccc.jpg,Tron Deadly Discs,2600,Action,Mattel Interactive,Mattel Interactive,,,,,,,1982-01-01, -/games/boxart/full_tron-evolution_579AmericaFront.jpg,TRON: Evolution,PSN,Action,Disney Interactive Studios,Propaganda Games,,,,,,,2010-12-07, -/games/boxart/default.jpg,True Crime: Hong Kong,PS3,Action,Unknown,United Front Games,,,,,,,, -/games/boxart/default.jpg,True Crime: Hong Kong,X360,Action,Unknown,United Front Games,,,,,,,, -/games/boxart/default.jpg,True Crime: Hong Kong,PC,Action,Unknown,United Front Games,,,,,,,, -/games/boxart/8748564ccc.jpg,True Lies,GG,Action,Acclaim Entertainment,Beam Software,,,,,,,1995-02-01, -/games/boxart/4544639ccc.jpg,True Lies,GB,Action,LJN,Beam Software,,,,,,,1995-02-01, -/games/boxart/default.jpg,Tsugi no Giseisha o Oshirase Shimasu: Houkaisuru Sekai ni Shinigami to,PSP,Action,Unknown,Boost On,,,,,,,2012-02-02, -/games/boxart/full_tumble-pop_347AmericaFront.jpg,Tumble Pop,GB,Action,Sunsoft,Data East,,,,,,,1993-03-01, -/games/boxart/6443556ccc.jpg,Tunnel B1,SAT,Action,Acclaim Entertainment,Neon Studios,,,,,,,1997-01-15, -/games/boxart/8009575ccc.jpg,Tunnel Runner,2600,Action,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, -/games/boxart/4204545ccc.jpg,Turbo Sub,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/3256958ccc.jpg,Turmoil,2600,Action,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, -/games/boxart/full_6356385AmericaFrontccc.jpg,Turok 3: Shadow of Oblivion,GB,Action,Acclaim Entertainment,Bit Managers,,,,,,,2000-07-27, -/games/boxart/full_7059641AmericaFrontccc.jpg,Turok: Rage Wars,GB,Action,Acclaim Entertainment,Bit Managers,,,,,,,1999-01-01, -/games/boxart/8123829ccc.jpg,Tutankham,2600,Action,Stern,Parker Bros,,,,,,,1982-01-01, -/games/boxart/full_tweenies-doodles-bones_335PALFront.jpg,Tweenies: Doodles' Bones,GB,Action,BBC Multimedia,Tell-Tale Production,,,,,,,2001-10-19, -/games/boxart/full_6693020JapanFrontccc.jpg,Twin Series Vol. 3: Konchuu Monster/Super Chinese Labyrinth,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, -/games/boxart/full_5444779JapanFrontccc.jpg,Twin Series Vol. 4: Ham Ham Monster EX/Fantasy Puzzle Hamster Monogatari,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, -/games/boxart/full_83928JapanFrontccc.jpg,Twin Series Vol. 5: Wan Wan Meitantei EX/Mahou no Kuni no Keaki-Okusan Monogatari,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, -/games/boxart/full_3098328JapanFrontccc.jpg,Twin Series Vol. 6: Wan Nyon Idol Gakuen/Koinu Toissho Special,GBA,Action,Culture Brain,Culture Brain,,,,,,,2004-12-10, -/games/boxart/full_9957654AmericaFrontccc.png,Twisted Metal: Head-On,PSN,Action,Sony Computer Entertainment,Incognito Inc.,,,,,,,2008-02-13, -/games/boxart/3776619ccc.jpg,Two Crude Dudes,GEN,Action,Data East,OperaHouse,,,,,,,1992-01-01, -/games/boxart/full_1360908AmericaFrontccc.jpeg,Ty the Tasmanian Tiger 4,PC,Action,Krome Studios,Krome Studios,,,,,,,2015-09-18, -/games/boxart/full_typing-kengo-mu-san-yon-no-ken_0JapanFront.jpg,Typing Kengo: Mu-San-Yon no Ken,PS2,Action,Sunsoft,SunSoft,,,,,,,2002-01-17, -/games/boxart/full_9710664JapanFrontccc.jpg,Typing of the Date,DC,Action,Hudson Soft,Hudson Soft,,,,,,,2001-09-27, -/games/boxart/full_4019484AmericaFrontccc.jpg,UAV Wars,XBL,Action,Microsoft,Some Call Me Tim,,,,,,,2008-11-16, -/games/boxart/full_2985761JapanFrontccc.jpg,Uchhannanchan no Honou no Challenge: Denryuu IraIra Bou,N64,Action,Hudson Soft,Yuke's,,,,,,,1997-12-19, -/games/boxart/default.jpg,Uchimakure! Touch de Chameleon,DSiW,Action,Tom Create,Tom Create,,,,,,,2010-06-30, -/games/boxart/full_5727445JapanFrontccc.jpg,Uchuu Senkan Yamato: Nijuu Ginga no Houkai,PS2,Action,Bandai,Bandai,,,,,,,2005-04-07, -/games/boxart/full_ueki-no-housoku-shinki-sakuretsu-nouryokumono-battle_277JapanFront.jpg,Ueki no Housoku: Shinki Sakuretsu! Nouryokumono Battle,GBA,Action,Banpresto,Banpresto,,,,,,,2006-03-02, -/games/boxart/full_ueki-no-housoku-taosu-ze-robert-juudan_204JapanFront.jpg,Ueki no Housoku: Taosu ze Robert Juudan!!,PS2,Action,Bandai,Bandai,,,,,,,2006-01-26, -/games/boxart/full_ultimate-paintball_90AmericaFront.jpg,Ultimate Paintball,GB,Action,Majesco,Morning Star Multimedia,,,,,,,2000-09-01, -/games/boxart/8646731ccc.jpg,Ultimate Ride,PC,Action,Disney Interactive Studios,Gigawatt Studios,,,,,,,2001-09-30, -/games/boxart/full_4786598JapanFrontccc.jpg,Ultra Keibitai: Monster Attack,GBA,Action,Rocket Company,Rocket Company,,,,,,,2004-08-05, -/games/boxart/full_30870JapanFrontccc.jpg,Ultraman,PS2,Action,Bandai,Bitstep,,,,,,,2004-05-20, -/games/boxart/full_1550119JapanFrontccc.jpg,Ultraman,GB,Action,Bec,Bec,,,,,,,1991-12-29, -/games/boxart/full_2530062JapanFrontccc.jpg,Ultraman 2: Shutsugeki Katoku Tai!! (FDS),NES,Action,Bandai,Tsuburaya Prod.,,,,,,,1987-12-18, -/games/boxart/full_ultraman-ball_622JapanFront.jpg,Ultraman Ball,GB,Action,Bec,Bec,,,,,,,1994-12-22, -/games/boxart/full_7320981JapanFrontccc.jpg,Ultraman Chou Toushi Gekiden,GB,Action,Angel Studios,Angel Studios,,,,,,,1994-08-26, -/games/boxart/full_1970002JapanFrontccc.jpg,Ultraman Club: Kaijuu Dai Kessen!!,NES,Action,Angel Studios,Tsuburaya Prod.,,,,,,,1992-12-25, -/games/boxart/full_90900JapanFrontccc.jpg,Ultraman Club: Supokon Fight!,NES,Action,Bandai,Tsuburaya Prod.,,,,,,,1993-04-23, -/games/boxart/full_7223664JapanFrontccc.jpg,Ultraman Nexus,PS2,Action,Bandai,Bitstep,,,,,,,2005-05-26, -/games/boxart/full_5351281JapanFrontccc.jpg,Ultraman Powered,3DO,Action,Bandai,Bandai,,,,,,,1994-03-20, -/games/boxart/full_115331JapanFrontccc.jpg,Ultraman: Kaijuu Teikoku no Gyakushuu (FDS),NES,Action,Bandai,Tsuburaya Prod.,,,,,,,1987-01-29, -/games/boxart/full_972209AmericaFrontccc.jpg,Ultratron,XBL,Action,Puppy Games,PaulCunningham,,,,,,,2008-12-30, -/games/boxart/full_unbound-saga_9AmericaFront.jpg,Unbound Saga,PSN,Action,Vogster Entertainment,Vogster Entertainment,4.9,,,,,,2009-07-16, -/games/boxart/full_unbound-saga_273AmericaFront.jpg,Unbound Saga,XBL,Action,Vogster Entertainment,Vogster Entertainment,5.5,,,,,,2010-12-01, -/games/boxart/full_uncharted-2-among-thieves-game-of-the-year-edition_4AmericaFront.jpg,Uncharted 2: Among Thieves - Game of the Year Edition,PS3,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-10-12, -/games/boxart/full_uncharted-2-among-thieves-drakes-fortune-mp-map-pack_246AmericaFront.jpg,Uncharted 2: Among Thieves Drake's Fortune MP Map Pack,PSN,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-02-25,2018-09-24 -/games/boxart/full_uncharted-2-among-thieves-playstation-heroes-pack_277AmericaFront.jpg,Uncharted 2: Among Thieves PlayStation Heroes Pack,PSN,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-01-28,2018-09-24 -/games/boxart/full_8179527PALFrontccc.jpg,Uncharted 2: Among Thieves Remastered,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2016-11-18,2018-09-24 -/games/boxart/full_uncharted-2-among-thieves-siege-expansion-pack_134AmericaFront.jpg,Uncharted 2: Among Thieves Siege Expansion Pack,PSN,Action,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-04-22,2018-09-24 -/games/boxart/full_1378524PALFrontccc.jpg,Uncharted 3: Drake's Deception Remastered,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2016-11-18,2018-09-24 -/games/boxart/full_3100942PALFrontccc.jpg,Uncharted: Drake's Fortune Remastered,PS4,Action,Sony Interactive Entertainment,Naughty Dog,,,,,,,2016-11-18,2018-09-24 -/games/boxart/full_undercover-cops_949JapanFront.jpg,Undercover Cops,SNES,Action,Unknown,Irem Software Engineering,,,,,,,2020-12-31, -/games/boxart/full_7258026AmericaFrontccc.jpg,Uneven Story Nack Hoi,XBL,Action,Microsoft,ktakaki,,,,,,,2009-08-10, -/games/boxart/full_1437229AmericaFrontccc.jpg,Untitled Prologue,XBL,Action,Microsoft,Uracle,,,,,,,2009-02-10, -/games/boxart/6647590ccc.jpg,Up 'n Down,2600,Action,Sega,Sega,,,,,,,1984-01-01, -/games/boxart/full_829120AmericaFrontccc.jpg,Urban Chaos,DC,Action,Eidos Interactive,Mucky Foot Productions,,,,,,,2000-11-13, -/games/boxart/full_6775642AmericaFrontccc.jpg,Urban Chaos,PC,Action,Eidos Interactive,Mucky Foot Productions,,,,,,,1999-11-30, -/games/boxart/full_urbanix_156AmericaFront.jpg,Urbanix,WW,Action,Nordcurrent,Nordcurrent,,,,,,,2011-01-17, -/games/boxart/full_urbanix_7PALFront.png,Urbanix,PSN,Action,Nordcurrent,Nordcurrent,,,,,,,2010-10-05, -/games/boxart/full_usotsuki-wa-tenshi-no-hajimari-tenchu_889JapanFront.jpg,Usotsuki wa Tenshi no Hajimari Tenchu!,PC,Action,Saga Planets,Saga Planets,,,,,,,2005-03-25, -/games/boxart/default.jpg,V.G Neo,PC,Action,Unknown,Giga,,,,,,,, -/games/boxart/full_7616468PALFrontccc.jpg,V.I.P.,GBA,Action,Ubisoft,Planet Interactive,,,,,,,2002-01-01, -/games/boxart/full_6720703JapanFrontccc.jpg,Valkyrie no Densetsu,PCE,Action,Namco,TOSE Software,,,,,,,1990-08-09, -/games/boxart/full_175109JapanFrontccc.jpg,Valkyrie no Densetsu,VC,Action,Namco Bandai,TOSE Software,,,,,,,2008-04-01, -/games/boxart/default.jpg,Valkyrie no Densetsu (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-12-08, -/games/boxart/full_7756688AmericaFrontccc.jpg,Vangers: One for the Road,PC,Action,Interactive Magic,K-D Lab,,,,,,,1998-07-31, -/games/boxart/full_5773723AmericaFrontccc.jpeg,VANISH,PC,Action,Unknown,Unknown,,,,,,,2013-06-30, -/games/boxart/full_veigues-tactical-gladiator_6AmericaFront.jpg,Veigues Tactical Gladiator,PCE,Action,NEC,Bits Laboratory,,,,,,,1990-01-01, -/games/boxart/default.jpg,Vektor Tank,Wii,Action,Unknown,Bplus,,,,,,,, -/games/boxart/full_5345333AmericaFrontccc.jpg,Velocity 2X,PS4,Action,Futurlab 1,FuturLab,,,,,,,2014-09-02,2018-09-21 -/games/boxart/full_3736255AmericaFrontccc.jpg,Venture,2600,Action,Coleco,Coleco,,,,,,,1982-01-01, -/games/boxart/full_2391813AmericaFrontccc.jpg,Very Hungry Pumpkin,XBL,Action,Microsoft,If Lasers,,,,,,,2009-10-24, -/games/boxart/4649079ccc.jpg,Vice: Project Doom,NES,Action,Sammy Corporation,Aicom,,,,,,,1991-11-01, -/games/boxart/9784682ccc.jpg,Video Life,2600,Action,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1982-01-01, -/games/boxart/default.jpg,Vigilance,PC,Action,Unknown,SegaSoft,,,,,,,, -/games/boxart/full_4609789AmericaFrontccc.jpg,Vigilante,PCE,Action,NEC,Irem Software Engineering,,,,,,,1989-01-01, -/games/boxart/full_6935079AmericaFrontccc.jpg,Vigilante,VC,Action,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-02-05, -/games/boxart/9865968ccc.jpg,Vigilante,MS,Action,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_5309499AmericaFrontccc.jpg,Vigilante 8: Arcade,XBL,Action,Activision,"Isopod Labs, LLC",,,,,,,2008-11-05, -/games/boxart/4297475ccc.jpg,Viking Child,Lynx,Action,Atari,"Imagitec Design, Inc.",,,,,,,1991-01-01, -/games/boxart/full_4369906PALFrontccc.jpeg,Viking Saga: Epic Adventure,PC,Action,Rondomedia,Unknown,,,,,,,2015-09-09, -/games/boxart/full_9264560AmericaFrontccc.jpeg,Viktor,PC,Action,Unknown,Unknown,,,,,,,2014-06-13, -/games/boxart/full_929491AmericaFrontccc.jpg,Vindicators,NES,Action,Tengen,HammerHead Ltd.,,,,,,,1988-01-01, -/games/boxart/full_vip_755AmericaFront.jpg,VIP,GB,Action,Ubisoft,Planet Interactive,,,,,,,2001-01-01, -/games/boxart/full_8949572AmericaFrontccc.jpg,Viral Survival,WW,Action,NIS America,O-TWO inc.,,,,,,,2010-05-24, -/games/boxart/4339835ccc.jpg,Virtual Bart,SNES,Action,Acclaim Entertainment,Sculptured Software,,,,,,,1994-09-01, -/games/boxart/full_virtual-bart_955AmericaFront.jpg,Virtual Bart,GEN,Action,Acclaim Entertainment,Sculptured Software,,,,,,,1994-01-01, -/games/boxart/full_virus-shooter-xx_165JapanFront.jpg,Virus Shooter XX,3DS,Action,Dorart,Dorart,,,,,,,2011-03-31, -/games/boxart/default.jpg,Virus: The Game,PC,Action,Unknown,Kidum Multimedia Ltd.,,,,,,,, -/games/boxart/full_vixen_75PALFront.jpg,Vixen,PC,Action,Unknown,Intelligent Design Ltd.,,,,,,,1989-01-01, -/games/boxart/full_voltron_701AmericaFront.jpg,Voltron,XBL,Action,THQ,THQ,,,,,,,2011-11-30, -/games/boxart/default.jpg,Voltron,PSN,Action,Unknown,THQ,,,,,,,, -/games/boxart/default.jpg,Voltron,PSV,Action,THQ,THQ,,,,,,,, -/games/boxart/full_6186594AmericaFrontccc.jpg,Volume,PSV,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2016-01-05,2018-05-10 -/games/boxart/full_5330524AmericaFrontccc.jpg,Volume,PS4,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2015-08-18,2018-05-10 -/games/boxart/full_3816084AmericaFrontccc.jpg,Volume,OSX,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2015-08-18,2018-05-10 -/games/boxart/full_9071593AmericaFrontccc.jpg,Volume,PC,Action,Mike Bithell Games,Mike Bithell Games,,,,,,,2015-08-18,2018-05-10 -/games/boxart/full_581046AmericaFrontccc.jpg,Voodoo Nights,X360,Action,Unknown,Mindware Studios,,,,,,,, -/games/boxart/default.jpg,Voxatron,PC,Action,Unknown,Lexaloffle Games,,,,,,,, -/games/boxart/full_1628978PALFrontccc.jpg,Voyage: Journey to the Moon,PC,Action,Meridian4,Unknown,,,,,,,2005-08-16,2018-07-19 -/games/boxart/6030099ccc.jpg,VR Stalker,3DO,Action,American Laser Games,Morpheus Interactive,,,,,,,1994-01-01, -/games/boxart/default.jpg,VS-robo,3DS,Action,Unknown,Rocket Company,,,,,,,, -/games/boxart/full_9766997JapanFrontccc.jpg,Vulcanus: Seek & Destroy,PSP,Action,Compile Heart,Zepetto,,,,,,,2006-11-16, -/games/boxart/full_3641149PALFrontccc.jpg,W.I.T.C.H.,GBA,Action,Disney Interactive Studios,Climax,,,,,,,2006-09-15, -/games/boxart/762216ccc.jpg,Wabbit,2600,Action,Apollo,Apollo,,,,,,,1982-01-01, -/games/boxart/default.jpg,Wacky Land Boss,PS3,Action,Unknown,Fair Play Labs,,,,,,,, -/games/boxart/full_wackylands-boss_223PALFront.png,Wackylands Boss,PSN,Action,Creat Studio,Fair Play Labs,,,,,,,2011-02-01, -/games/boxart/full_7676609JapanFrontccc.jpg,Wagyan Land,NES,Action,Namco,Namco,,,,,,,1989-02-09, -/games/boxart/full_3076536JapanFrontccc.jpg,Wagyan Land,GG,Action,Namco,Namco,,,,,,,1991-07-26, -/games/boxart/full_5034118JapanFrontccc.jpg,Wagyan Land 2,NES,Action,Namco,Namco,,,,,,,1990-12-14, -/games/boxart/full_8639451JapanFrontccc.jpg,Wagyan Land 3,NES,Action,Namco,Namco,,,,,,,1992-12-08, -/games/boxart/full_7091119JapanFrontccc.jpg,Wagyan Paradise,SNES,Action,Namco,Namco,,,,,,,1994-12-16, -/games/boxart/7457353ccc.jpg,Wall Ball,2600,Action,Avalon Interactive,Avalon Hill,,,,,,,1983-01-01, -/games/boxart/full_wally-bear-and-the-no-gang_1AmericaFront.jpg,Wally Bear and the No! gang,NES,Action,American Video Entertainment,"American Game Cartridges, Inc.",,,,,,,1992-01-01, -/games/boxart/4920689ccc.jpg,Wanted,MS,Action,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/4019735ccc.jpg,Warbirds,Lynx,Action,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/9207118ccc.jpg,WarGames: Defcon 1,PS,Action,MGM Interactive,Interactive Studios Ltd.,,,,,,,1998-06-30, -/games/boxart/full_1843499AmericaFrontccc.jpg,WarGods,PC,Action,GT Interactive,Eurocom Entertainment Software,,,,,,,1997-06-30, -/games/boxart/full_4415845AmericaFrontccc.jpg,Warlock,SNES,Action,Acclaim Entertainment,Realtime Associates,,,,,,,1994-01-01, -/games/boxart/full_8144505AmericaFrontccc.jpg,Warlock,GEN,Action,Acclaim Entertainment,Realtime Associates,,,,,,,1994-01-01, -/games/boxart/8381019ccc.jpg,Warlords,2600,Action,Atari,Atari,,,,,,,1981-01-01, -/games/boxart/full_6644348AmericaFrontccc.jpg,Warlords,XBL,Action,Atari,Stainless Games,,,,,,,2008-05-28, -/games/boxart/default.jpg,Warlords,X360,Action,Unknown,Griptonite Games,,,,,,,, -/games/boxart/full_warlords-2011_694PALFront.jpg,Warlords (2011),PSN,Action,Atari,Griptonite Games,,,,,,,, -/games/boxart/full_warlords-2011_931AmericaFront.jpg,Warlords (2011),XBL,Action,Unknown,Griptonite Games,,,,,,,, -/games/boxart/default.jpg,Warp,PC,Action,Unknown,Trapdoor Inc.,,,,,,,, -/games/boxart/full_warp_1000AmericaFront.jpg,Warp,PSN,Action,Electronic Arts,Trapdoor Inc.,,,,,,,, -/games/boxart/full_2289206AmericaFrontccc.jpg,Warp,XBL,Action,Unknown,Trapdoor Inc.,,,,,,,, -/games/boxart/8693278ccc.jpg,Warplock,2600,Action,Data Age,Data Age,,,,,,,1982-01-01, -/games/boxart/full_4888676JapanFrontccc.jpg,Warpman,NES,Action,Namco,Namco,,,,,,,1985-07-12, -/games/boxart/full_2144981AmericaFrontccc.png,Warriors Orochi,PSN,Action,KOEI,Omega Force,,,,,,,2009-08-19, -/games/boxart/full_7196242AmericaFrontccc.png,Warriors Orochi 2,PSN,Action,KOEI,Omega Force,,,,,,,2009-09-30, -/games/boxart/full_7666465AmericaFrontccc.jpg,Wars & Warriors: Joan of Arc,PC,Action,Enlight,Enlight Software,,,,,,,2004-02-07, -/games/boxart/full_268452AmericaFrontccc.jpg,Watchmen: The End is Nigh,PC,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-03-04, -/games/boxart/full_6793851AmericaFrontccc.jpg,Watchmen: The End is Nigh,XBL,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-03-04, -/games/boxart/full_291735AmericaFrontccc.jpg,Watchmen: The End Is Nigh Part 2,PSN,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-07-30, -/games/boxart/full_4867976AmericaFrontccc.jpg,Watchmen: The End Is Nigh Part 2,XBL,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-08-26, -/games/boxart/default.jpg,Watchmen: The End Is Nigh Part 2,PC,Action,Warner Bros. Interactive,Deadline Games,,,,,,,2009-07-29, -/games/boxart/full_waterworld_3PALFront.jpg,Waterworld,SNES,Action,Ocean,Ocean,,,,,,,1995-01-01, -/games/boxart/full_5886799AmericaFrontccc.jpg,Wattam,PS4,Action,Annapurna Interactive,Funomena,,,,,,,2020-12-31, -/games/boxart/default.jpg,Way of the Samurai 3,PC,Action,Ghostlight,Acquire,,,,,,,2016-03-23, -/games/boxart/full_414769AmericaFrontccc.jpeg,Way of the Samurai 4,PC,Action,Ghostlight,Acquire,,,,,,,2015-04-01, -/games/boxart/default.jpg,Way of the Samurai Online,X360,Action,Unknown,Acquire,,,,,,,, -/games/boxart/4416984ccc.jpg,We're Back - A Dinosaurs Tale,GG,Action,Hi Tech Expressions,Hi Tech Expressions,,,,,,,1993-01-01, -/games/boxart/full_9874414JapanFrontccc.jpg,Weakness Hero Torauman,DC,Action,Fortyfive,Fortyfive,,,,,,,2002-02-28, -/games/boxart/full_3563909AmericaFrontccc.jpg,Weapon of Choice,XBL,Action,Microsoft,Mommy's Best Games,,,,,,,2008-12-12,2018-10-01 -/games/boxart/full_9217917AmericaFrontccc.jpg,Whack Em in a Hole,XBL,Action,Microsoft,Thomas Woo,,,,,,,2009-06-10, -/games/boxart/default.jpg,Where time stood still,PC,Action,Unknown,Denton Designs,,,,,,,, -/games/boxart/full_5926377AmericaFrontccc.jpg,WhipCrack,XBL,Action,Microsoft,Scottp,,,,,,,2009-10-05, -/games/boxart/full_7602185PALFrontccc.jpg,Whirlo,SNES,Action,Namco,Namco,,,,,,,1992-01-01, -/games/boxart/full_5521407AmericaFrontccc.jpg,White Day: A Labyrinth Named School (2017),PC,Action,PQube,ROIGAMES Inc.,,,,,,,2017-08-22,2018-02-08 -/games/boxart/full_5151965AmericaFrontccc.jpg,Who Did I Date Last Night?,XBL,Action,Microsoft,North West,,,,,,,2009-07-30, -/games/boxart/7689772ccc.jpg,Who Framed Roger Rabbit,NES,Action,LJN,Rare Ltd.,,,,,,,1989-09-01, -/games/boxart/7168517ccc.jpg,Who Framed Roger Rabbit,GB,Action,Capcom,Capcom,,,,,,,1991-11-01, -/games/boxart/default.jpg,Who Wants to Be a Millionaire?,PSP,Action,Eidos Interactive,Unknown,,,,,,,2006-12-01, -/games/boxart/9984651ccc.jpg,Who Wants to Beat Up a Millionaire,DC,Action,Berkeley,Berkeley,,,,,,,2000-01-01, -/games/boxart/default.jpg,WiiWAA,Wii,Action,Unknown,Zoink Games,,,,,,,, -/games/boxart/9788546ccc.jpg,Wild Metal,DC,Action,Rockstar Games,DMA Design,,,,,,,2000-02-01, -/games/boxart/4940750ccc.jpg,Wild Woody,SCD,Action,Sega,Sega,3,,,,,,1995-01-01, -/games/boxart/default.jpg,Wildlife: Forest Survival,PSN,Action,Unknown,Electronic Arts,,,,,,,, -/games/boxart/default.jpg,Wildlife: Forest Survival,XBL,Action,Unknown,Electronic Arts,,,,,,,, -/games/boxart/full_windchaser_687PALFront.jpg,Windchaser,PC,Action,Got Game Entertainment,Chimera Entertainment,,,,,,,2009-08-13, -/games/boxart/full_windwalker_692AmericaFront.jpg,Windwalker,PC,Action,Origin Systems,Unknown,,,,,,,1989-01-01, -/games/boxart/6628455ccc.jpg,Wing Commander,PC,Action,Origin Systems,Origin Systems,,,,,,,1990-09-28, -/games/boxart/1335952ccc.jpg,Wing Commander,SNES,Action,Mindscape,Origin Systems,,,,,,,1992-03-01, -/games/boxart/8039360ccc.jpg,Wing Commander II: Vengeance of the Kilrathi,PC,Action,Origin Systems,Origin Systems,,,,,,,1992-01-01, -/games/boxart/686018ccc.jpg,Wing Commander III: Heart of the Tiger,PC,Action,Electronic Arts,Origin Systems,,,,,,,1994-12-12, -/games/boxart/6583841ccc.jpg,Wing Commander III: Heart of the Tiger,3DO,Action,Electronic Arts,Origin Systems,,,,,,,1995-06-12, -/games/boxart/7571529ccc.jpg,Wing Commander: The Secret Missions,SNES,Action,Origin Systems,Origin Systems,,,,,,,1993-03-03, -/games/boxart/full_6025142AmericaFrontccc.jpg,Wings,GBA,Action,Metro 3D,Crawfish Interactive,,,,,,,2003-02-13, -/games/boxart/full_wings-of-fury_101AmericaFront.jpg,Wings of Fury,GB,Action,Mindscape,Ed Magnin and Associates,,,,,,,1999-12-01, -/games/boxart/5213034ccc.jpg,Winx Club: Quest for the Codex,GBA,Action,Konami,Powerhead Games,,,,,,,2006-11-13, -/games/boxart/full_wisplisp-array-of-list_213AmericaFront.jpg,WispLisp Array of List,XBL,Action,Microsoft,DK Alpla,,,,,,,2011-08-10, -/games/boxart/default.jpg,Wizadore,PC,Action,Unknown,Imagine Software,,,,,,,, -/games/boxart/2426968ccc.jpg,Wizard of Wor,2600,Action,CBS Electronics,CBS Electronics,,,,,,,1982-01-01, -/games/boxart/full_7157699AmericaFrontccc.jpg,Wizards & Warriors III - Kuros: Visions of Power,NES,Action,Acclaim Entertainment,Rare Ltd.,,,,,,,1992-03-01, -/games/boxart/full_3631191AmericaFrontccc.png,Wizball,ACPC,Action,Ocean Software,Sensible Software,,,,,,,1987-01-01,2018-01-06 -/games/boxart/default.jpg,Wizorb,XBL,Action,Unknown,Tribute Games,,,,,,,, -/games/boxart/full_5551110AmericaFrontccc.png,Woah Dave!,3DS,Action,Gaijin Games Inc.,Gaijin Games Inc.,,,,,,,2014-10-30, -/games/boxart/default.jpg,Woah Dave!,PS4,Action,Gaijin Games Inc.,Gaijin Games Inc.,,,,,,,2015-03-31, -/games/boxart/default.jpg,Woah Dave!,PSV,Action,Gaijin Games Inc.,Gaijin Games Inc.,,,,,,,2015-01-06, -/games/boxart/full_2506234AmericaFrontccc.jpg,Wolf of the Battlefield: Commando 3,XBL,Action,Capcom,Backbone Emeryville,6,,,,,,2008-06-11, -/games/boxart/full_wolf-of-the-battlefield-commando-3_660AmericaFront.jpg,Wolf of the Battlefield: Commando 3,PSN,Action,Capcom,Backbone Emeryville,6,,,,,,2008-06-06, -/games/boxart/4854084ccc.jpg,Wolverine,NES,Action,LJN,Software Creations,,,,,,,1991-10-01, -/games/boxart/full_1794593JapanFrontccc.jpg,Wonder Momo,PCE,Action,Namco,Namco,,,,,,,1989-04-21, -/games/boxart/full_441278JapanFrontccc.jpg,Wonder Momo,VC,Action,Namco Bandai,Namco,,,,,,,2007-02-27, -/games/boxart/default.jpg,Wonder Momo (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-06-16, -/games/boxart/default.jpg,Woodcutter Simulator 2016,PC,Action,Namco Bandai Games,Unknown,,,,,,,2015-02-26, -/games/boxart/default.jpg,Woodcutter Simulator 2016,PS3,Action,Namco Bandai Games,Unknown,,,,,,,2015-02-26, -/games/boxart/default.jpg,Woodcutter Simulator 2016,XOne,Action,Namco Bandai Games,Unknown,,,,,,,2015-02-26, -/games/boxart/full_7979818AmericaFrontccc.png,Wooden Sen'SeY,WiiU,Action,Neko Entertainment,Unknown,,,,,,,2014-07-24,2018-01-05 -/games/boxart/full_4966517AmericaFrontccc.jpg,Wooden Sen'SeY,PC,Action,Neko Entertainment,Unknown,,,,,,,2013-12-05,2018-01-05 -/games/boxart/full_8527609AmericaFrontccc.jpg,Wooden Sen'SeY,OSX,Action,Neko Entertainment,Unknown,,,,,,,2013-12-05,2018-01-05 -/games/boxart/full_woody-two-legs-attack-of-the-zombie-pirates_680AmericaFront.jpg,Woody Two-Legs: Attack of the Zombie Pirates,PC,Action,Paradox Interactive,Nitro Games,,,,,,,2010-10-28, -/games/boxart/full_1016169AmericaFrontccc.jpg,Wool,XBL,Action,Microsoft,Milkstone Studios,,,,,,,2009-11-17, -/games/boxart/6090220ccc.jpg,Word Zapper,2600,Action,Vidtec,Vidtec,,,,,,,1982-01-01, -/games/boxart/6852475ccc.jpg,World Destruction League: Thunder Tanks,GB,Action,3DO,Sunset Entertainment,,,,,,,2000-12-12, -/games/boxart/default.jpg,World of Truck: The Ultimate Truck Collection,PC,Action,Avanquest Software,Unknown,,,,,,,2014-10-27, -/games/boxart/default.jpg,World Soccer Winning Eleven 2015,PS4,Action,Konami Digital Entertainment,Unknown,,,,,,,2015-06-11, -/games/boxart/default.jpg,World Soccer Winning Eleven 2015,PS3,Action,Konami Digital Entertainment,Unknown,,,,,,,2015-06-11, -/games/boxart/6509873ccc.jpg,Worm War I,2600,Action,20th Century Fox Video Games,Sirius (Japan),,,,,,,1982-01-01, -/games/boxart/default.jpg,Wrath of Heroes,PC,Action,Unknown,BioWare,,,,,,,, -/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,X360,Action,Namco,Unknown,,,,,,,2013-03-26, -/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,PSV,Action,Namco,Unknown,,,,,,,2013-03-26, -/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,PS3,Action,Namco,Unknown,,,,,,,2013-03-26, -/games/boxart/default.jpg,WRC 3: FIA World Rally Championship,PC,Action,Namco,Unknown,,,,,,,2013-03-26, -/games/boxart/default.jpg,WRC 4: FIA World Rally Championship,PS3,Action,Bigben Interactive,Unknown,,,,,,,2014-07-29, -/games/boxart/default.jpg,WRC 4: FIA World Rally Championship,X360,Action,Bigben Interactive,Unknown,,,,,,,2013-10-25, -/games/boxart/default.jpg,WRC 4: FIA World Rally Championship,PC,Action,Bigben Interactive,Unknown,,,,,,,2013-10-25, -/games/boxart/full_4485938AmericaFrontccc.jpg,Writer's Block,XBL,Action,Microsoft,nikeman,,,,,,,2008-12-19, -/games/boxart/full_8208090AmericaFrontccc.jpeg,Wulverblade,XOne,Action,Darkwind Media,Darkwind Media,,,,,,,2018-01-31, -/games/boxart/full_5876887AmericaFrontccc.jpg,Wulverblade,PC,Action,Darkwind Media,Darkwind Media,,,,,,,2018-01-30, -/games/boxart/full_wwe-all-stars_238AmericaFront.jpg,WWE All Stars,XBL,Action,THQ,THQ,,,,,,,2011-10-11, -/games/boxart/full_3397893AmericaFrontccc.png,X-Fighting,And,Action,Unknown,Unknown,,,,,,,2014-06-26, -/games/boxart/full_x-men-2-clone-wars_8AmericaFront.jpg,X-Men 2: Clone Wars,GEN,Action,Sega,HeadGames,,,,,,,1995-01-01, -/games/boxart/full_x-men_363AmericaFront.jpg,X-Men Arcade,PSN,Action,Konami,Backbone Entertainment,7.6,,,,,,2010-12-14, -/games/boxart/full_x-men_407AmericaFront.jpg,X-Men Arcade,XBL,Action,Konami,Backbone Entertainment,7.3,,,,,,2010-12-15, -/games/boxart/full_x-men-ii-the-fall-of-the-mutants_311AmericaFront.jpg,X-Men II: The Fall of the Mutants,PC,Action,Unknown,Paragon Software Corporation,,,,,,,1990-01-01, -/games/boxart/full_x-men-madness-in-the-murderworld_782AmericaFront.jpg,X-Men: Madness in Murderworld,PC,Action,Unknown,Paragon Software Corporation,,,,,,,1989-01-01, -/games/boxart/default.jpg,X-Men: Mojo World,MS,Action,Tec Toy,Sega,,,,,,,1996-01-01, -/games/boxart/full_5938350AmericaFrontccc.jpg,X-Men: Mojo World,GG,Action,Sega,Sega,,,,,,,1996-01-01, -/games/boxart/8857012ccc.jpg,X-Men: Mutant Wars,GB,Action,Activision,Avit,,,,,,,2000-11-01, -/games/boxart/full_2557637AmericaFrontccc.jpg,X-Men: The Official Game,PC,Action,Activision,Beenox,,,,,,,2006-05-16, -/games/boxart/full_769489AmericaFrontccc.jpg,X-Perts,GEN,Action,Sega,Abalone,,,,,,,1996-01-01, -/games/boxart/full_3030817AmericaFrontccc.jpg,X-Scape,DSiW,Action,Nintendo,Q-Games,,,,,,,2010-05-31, -/games/boxart/full_906630AmericaFrontccc.png,X-Tactics,And,Action,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_2633793AmericaFrontccc.png,X-Tactics,PC,Action,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/2723012ccc.jpg,X2: Wolverine's Revenge,PC,Action,Activision,Livesay Technologies,5.5,,,,,,2003-04-15, -/games/boxart/default.jpg,Xarlor: Infinite Expanse,PC,Action,Mountain King Studios,Mountain King Studios,,,,,,,2000-01-01, -/games/boxart/default.jpg,XCOM: Enemy Within,PC,Action,2K Games,Unknown,,,,,,,2013-11-12, -/games/boxart/default.jpg,XCOM: Enemy Within,PS3,Action,2K Games,Unknown,,,,,,,2013-11-12, -/games/boxart/default.jpg,XCOM: Enemy Within,X360,Action,2K Games,Unknown,,,,,,,2013-11-12, -/games/boxart/full_4864341AmericaFrontccc.jpg,Xena: Warrior Princess,GB,Action,Titus,Titus Software,,,,,,,2001-01-01, -/games/boxart/full_xenon-2-megablast_201AmericaFront.jpg,Xenon 2: Megablast,PC,Action,Imageworks,"Assembly Line, The, Bitmap Brothers, The",,,,,,,1990-01-01, -/games/boxart/9324175ccc.jpg,Xenophobe,7800,Action,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/9291309ccc.jpg,Xenophobe,2600,Action,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/3131122ccc.jpg,Xenophobe,Lynx,Action,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_3587426AmericaFrontccc.jpg,Xenophobe,NES,Action,Sunsoft,Bally Midway,,,,,,,1988-12-01, -/games/boxart/default.jpg,Xeodrifter,3DS,Action,Renegade Kid,Renegade Kid,,,,,,,2014-12-11, -/games/boxart/full_8823486AmericaFrontccc.jpg,Xiaolin Showdown,XB,Action,Konami,BottleRocket Entertainment,,,,,,,2006-11-15, -/games/boxart/full_9325785AmericaFrontccc.jpg,Xiaolin Showdown,PS2,Action,Konami,BottleRocket Entertainment,,,,,,,2006-11-14, -/games/boxart/default.jpg,XING: The Land Beyond,PS4,Action,White Lotus Interactive,Unknown,,,,,,,2017-01-01, -/games/boxart/default.jpg,XING: The Land Beyond,PC,Action,White Lotus Interactive,Unknown,,,,,,,2017-01-01, -/games/boxart/full_5340557AmericaFrontccc.jpg,XNcAve,XBL,Action,Microsoft,SFLM,,,,,,,2009-07-28, -/games/boxart/full_8996595PALFrontccc.jpg,Xyanide Resurrection,PS2,Action,Playlogic Game Factory,Playlogic,,,,,,,2007-07-31, -/games/boxart/4687169ccc.jpg,Xybots,Lynx,Action,Atari,Tengen,,,,,,,1991-01-01, -/games/boxart/full_5752169PALFrontccc.jpg,Yakuza Fury,PS2,Action,505 Games,Vingt-et-un Systems,,,,,,,2005-11-16, -/games/boxart/default.jpg,Yakuza Online,PC,Action,Sega,Sega,,,,,,,2019-01-01, -/games/boxart/default.jpg,Yakuza Online,And,Action,Sega,Sega,,,,,,,2019-01-01, -/games/boxart/full_2746667AmericaFrontccc.jpg,Yardmaster: Rule the Rails!,And,Action,Unknown,Unknown,,,,,,,2014-09-03, -/games/boxart/full_yobro_3AmericaFront.jpg,Yo'Bro,PCE,Action,NEC,ICOM Simulations,,,,,,,1991-01-01, -/games/boxart/full_6108893AmericaFrontccc.jpg,Yo-Ho Kablammo,XBL,Action,Microsoft,Canalside Studios,,,,,,,2009-09-02, -/games/boxart/full_2952490AmericaFrontccc.jpg,yOm,XBL,Action,Microsoft,jojito,,,,,,,2009-10-21, -/games/boxart/full_8989149AmericaFrontccc.jpg,yOm_fury,XBL,Action,Microsoft,jojito,,,,,,,2009-11-12, -/games/boxart/full_4712057AmericaFrontccc.jpg,Yonder: The Cloud Catcher Chronicles,PC,Action,CokeM Interactive,Prideful Sloth,,,,,,,2017-07-18, -/games/boxart/default.jpg,You Must Escape 2,And,Action,Mobest Media,Unknown,,,,,,,2014-06-18, -/games/boxart/full_5254291AmericaFrontccc.png,You're Fired!,And,Action,Unknown,Unknown,,,,,,,2014-05-23, -/games/boxart/full_7639237JapanFrontccc.jpg,Youkai Douchuuki,PCE,Action,Namco,TOSE,,,,,,,1988-02-05, -/games/boxart/full_5789855JapanFrontccc.jpg,Youkai Douchuuki,NES,Action,Namco,Namco,,,,,,,1988-06-24, -/games/boxart/full_1359256JapanFrontccc.jpg,Youkai Douchuuki,PCE,Action,Namco,TOSE,,,,,,,1988-02-05, -/games/boxart/full_4487073JapanFrontccc.jpg,Youkai Douchuuki,VC,Action,Namco Bandai,Namco,,,,,,,2007-02-20, -/games/boxart/default.jpg,Youkai Douchuuki (Arcade),VC,Action,Namco Bandai,Namco,,,,,,,2009-04-28, -/games/boxart/full_312789PALFrontccc.jpg,Young Justice: Legacy,PC,Action,Warner Bros. Interactive Entertainment,Freedom Factory Studios,,,,,,,2014-03-21,2018-11-24 -/games/boxart/full_young-thor_10PALFront.jpg,Young Thor,PSN,Action,Frima Studio,Frima Studio,,,,,,,2010-07-20, -/games/boxart/full_ys-vs-sora-no-kiseki-alternative-saga_10JapanFront.jpg,Ys vs. Sora no Kiseki: Alternative Saga,PSN,Action,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-07-29, -/games/boxart/4472030ccc.jpg,Yuurei Yashiki no Nijuuyon Jikan,GBA,Action,Global A Entertainment,Global A,,,,,,,2002-01-24, -/games/boxart/4952701ccc.jpg,Yuushun Rhapsody,GBA,Action,Capcom,Capcom,,,,,,,2001-06-29, -/games/boxart/7816490ccc.jpg,Z-Tack,2600,Action,Bomb,Bomb,,,,,,,1983-01-01, -/games/boxart/full_zack-zero_831AmericaFront.jpg,Zack Zero,PS3,Action,Unknown,Unknown,,,,,,,2012-01-17, -/games/boxart/default.jpg,Zap Ball,GIZ,Action,Unknown,Danny Flax,,,,,,,, -/games/boxart/999245ccc.jpg,Zarlor Mercenary,Lynx,Action,Atari,Epyx,,,,,,,1990-01-01, -/games/boxart/full_zax-the-alien-hunter_993AmericaFront.jpg,Zax: The Alien Hunter,PC,Action,JoWood Productions,Reflexive Entertainment,,,,,,,2001-10-09, -/games/boxart/full_zekkyou-senshi-sakeburein_608JapanFront.jpg,Zekkyou Senshi: Sakeburein,DS,Action,Nintendo,Suzak,,,,,,,2007-09-11, -/games/boxart/948298ccc.jpg,Zenji,5200,Action,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/full_2816410JapanFrontccc.jpg,Zero Pilot: Daisanji Sekai Taisen 1946,PSP,Action,Global A Entertainment,Marionette,,,,,,,2008-11-13, -/games/boxart/full_2162558JapanFrontccc.jpg,Zettai Muteki Raijin-Oh,GB,Action,Tomy Corporation,Tomy Corporation,,,,,,,1991-12-28, -/games/boxart/4758603ccc.jpg,Zettai Zetsumei Den Chara Suji-San 3,GBA,Action,Kids Station,Kids Station,,,,,,,2004-12-16, -/games/boxart/62519ccc.jpg,Zettai Zetsumei: Denja Rasuji-San,GBA,Action,Kids Station,Kids Station,,,,,,,2003-09-26, -/games/boxart/8451562ccc.jpg,Zettai Zetsumei: Denja Rasuji-San - Naki no Ikkai,GBA,Action,Kids Station,Kids Station,,,,,,,2004-03-18, -/games/boxart/default.jpg,Zipball,GB,Action,Sachen,sachen,,,,,,,1993-01-01, -/games/boxart/full_zoids-infinity-fuzors_9JapanFront.jpg,Zoids Infinity Fuzors,PS2,Action,Tomy Corporation,Shoeisha,,,,,,,2005-02-17, -/games/boxart/full_7146111JapanFrontccc.jpg,Zoids Vs.,GC,Action,Tomy Corporation,Tomy Corporation,,,,,,,2002-09-06, -/games/boxart/full_7848906PALFrontccc.jpg,Zombi,PC,Action,Ubisoft,Ubisoft Montpellier,,,,,,,2016-01-21,2018-01-17 -/games/boxart/full_zombie-arena_833AmericaFront.jpg,Zombie Arena,XBL,Action,Microsoft,golconda,,,,,,,2010-08-16, -/games/boxart/full_zombie-arena-2_915AmericaFront.jpg,Zombie Arena 2,XBL,Action,Microsoft,golconda,,,,,,,2011-01-30, -/games/boxart/full_7087094PALFrontccc.jpg,Zombie Attack,PS2,Action,505 Games,Tamsoft,,,,,,,2006-02-03, -/games/boxart/full_7420513AmericaFrontccc.png,Zombie Commando,And,Action,Bulkypix,Bulkypix,,,,,,,2014-03-18, -/games/boxart/full_zombie-death-car_81AmericaFront.jpg,Zombie Death Car,XBL,Action,Microsoft,rmm5,,,,,,,2011-07-06, -/games/boxart/full_3792721AmericaFrontccc.png,Zombie Diary 2 Evolution,And,Action,Unknown,Unknown,,,,,,,2014-06-13, -/games/boxart/default.jpg,Zombie Driver HD,PSN,Action,Unknown,EXOR Studios,,,,,,,, -/games/boxart/default.jpg,Zombie Driver HD,XBL,Action,Unknown,EXOR Studios,,,,,,,, -/games/boxart/full_7430659PALFrontccc.jpg,Zombie Hunters,PS2,Action,Essential Games,Tamsoft,,,,,,,2007-03-23, -/games/boxart/full_4021994AmericaFrontccc.jpg,Zombie Mania,XBL,Action,Microsoft,William Ulrich,,,,,,,2009-08-12, -/games/boxart/full_zombie-racers_583AmericaFront.jpg,Zombie Racers,XBL,Action,Microsoft,Big Head Games Ltd.,,,,,,,2011-08-29, -/games/boxart/973835ccc.jpg,Zombie Revenge,DC,Action,Sega,Sega,,,,,,,1999-12-31, -/games/boxart/full_5073665PALFrontccc.jpg,Zombie Virus,PS2,Action,Essential Games,Vingt-et-un Systems,,,,,,,2007-03-23, -/games/boxart/full_6733582PALFrontccc.jpg,Zombie Zone,PS2,Action,505 Games,Tamsoft,,,,,,,2005-10-21, -/games/boxart/full_4553241AmericaFrontccc.jpg,Zombies Ate My Neighbors,SNES,Action,Konami,LucasArts,,,,,,,1993-07-19, -/games/boxart/full_3319499AmericaFrontccc.jpg,Zombies Ate My Neighbors,GEN,Action,Konami,LucasArts,,,,,,,1993-09-01, -/games/boxart/full_3278817AmericaFrontccc.jpg,Zombies Ate My Neighbors,VC,Action,LucasArts,LucasArts,,,,,,,2009-10-26, -/games/boxart/full_zombies-ruined-my-day_328AmericaFront.jpg,Zombies Ruined My Day,XBL,Action,Microsoft,mancebo,,,,,,,2011-08-09, -/games/boxart/default.jpg,Zombii Attack,WW,Action,Unknown,"Gamers Digital, Inc.",,,,,,,2020-12-31, -/games/boxart/default.jpg,Zomgeri Panic,DSiW,Action,G-Style,G-Style,,,,,,,2011-02-16, -/games/boxart/312561ccc.jpg,Zone Ranger,5200,Action,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/39208ccc.jpg,Zool,GEN,Action,GameTek,Gremlin Graphics,,,,,,,1992-01-02, -/games/boxart/full_633762PALFrontccc.jpg,Zool: Ninja of the 'Nth' Dimension,MS,Action,Gremlin Interactive Ltd,Gremlin Graphics,,,,,,,1993-01-01, -/games/boxart/full_1107961AmericaFrontccc.jpg,Zoom!,GEN,Action,Sega,"SEGA of America, Inc.",,,,,,,1989-11-03, -/games/boxart/full_653595AmericaFrontccc.jpg,ZPC,PC,Action,GT Interactive,Zombie,,,,,,,1996-10-31, -/games/boxart/full_2846586AmericaFrontccc.jpg,[Prototype],PC,Action,Activision,Radical Entertainment,7.9,,,,,,2009-06-09, -/games/boxart/full_prototype_70AmericaFront.jpg,[Prototype],PSN,Action,Activision,Radical Entertainment,7.8,,,,,,2010-12-14, -/games/boxart/default.jpg,Arcade Archives: Over Top,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Art of Fighting 3,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Blazing Star,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Blue's Journey,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Bravoman,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Bravoman,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dig Dug,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dig Dug,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dragon Buster,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dragon Buster,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dragon Spirit,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dragon Spirit,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Fatal Fury 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Galaxian,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Galaxian,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Metal Slug 5,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Metrocross,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Metrocross,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Neo Turf Masters,NS,Action,Unknown,SNK,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Neo Turf Masters,PS4,Action,Unknown,SNK,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Ordyne,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Ordyne,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Phelios,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Phelios,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Pistol Daimyo no Bouken,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Pistol Daimyo no Bouken,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Samurai Shodown,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Samurai Shodown V,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Sengoku,PS4,Action,Unknown,SNK,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Shock Troopers,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Sky Kid,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Sky Kid,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Soccer Brawl,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Strikers 1945 Plus,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Super Pac-Man,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Super Pac-Man,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Super Sidekicks,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The King of Fighters '95,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Last Blade,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Legend of Valkyrie,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Legend of Valkyrie,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Super Spy,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Wonder Momo,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Wonder Momo,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: World Heroes 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Youkai Douchuki,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Youkai Douchuki,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Crawl,NS,Action,Unknown,Powerhoof,,,,,,,,2019-06-25 -/games/boxart/full_7121065AmericaFrontccc.jpg,Dawn of the Monsters,XS,Action,Unknown,13AM Games,,,,,,,,2022-03-10 -/games/boxart/full_4861456AmericaFrontccc.jpg,Dawn of the Monsters,XOne,Action,Unknown,13AM Games,,,,,,,,2022-03-10 -/games/boxart/full_7683930AmericaFrontccc.jpg,Dawn of the Monsters,PS5,Action,Unknown,13AM Games,,,,,,,,2022-03-10 -/games/boxart/full_970220AmericaFrontccc.jpg,Dawn of the Monsters,PS4,Action,Unknown,13AM Games,,,,,,,,2022-03-10 -/games/boxart/full_2583061AmericaFrontccc.jpg,Dawn of the Monsters,PC,Action,Unknown,13AM Games,,,,,,,,2022-03-10 -/games/boxart/full_483976AmericaFrontccc.jpg,Dawn of the Monsters,NS,Action,Unknown,13AM Games,,,,,,,,2022-03-10 -/games/boxart/full_6391204AmericaFrontccc.png,10 Second Run RETURNS,NS,Action,Blue Print,Blue Print,,,,,,,2018-01-25,2018-02-01 -/games/boxart/full_8270971AmericaFrontccc.jpg,9 Years of Shadows,PC,Action,Unknown,Halberd Studios,,,,,,,,2023-11-05 -/games/boxart/full_5161575AmericaFrontccc.jpg,9 Years of Shadows,NS,Action,Unknown,Halberd Studios,,,,,,,,2023-11-05 -/games/boxart/full_2567285AmericaFrontccc.png,99Moves,WiiU,Action,Unknown,EnjoyUp Games,,,,,,,,2018-01-05 -/games/boxart/full_5711693AmericaFrontccc.png,99Seconds,WiiU,Action,Unknown,EnjoyUp Games,,,,,,,,2018-01-05 -/games/boxart/full_5127024AmericaFrontccc.png,99Vidas,PC,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 -/games/boxart/full_6573957AmericaFrontccc.png,99Vidas,XOne,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 -/games/boxart/full_497174AmericaFrontccc.png,99Vidas,PS4,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 -/games/boxart/full_9538847AmericaFrontccc.png,99Vidas,PS3,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 -/games/boxart/full_2764800AmericaFrontccc.png,99Vidas,PSV,Action,Unknown,QUByte Interactive,,,,,,,,2019-03-08 -/games/boxart/full_7164205AmericaFrontccc.png,99Vidas - Definitive Edition,NS,Action,Unknown,QUByte Interactive,,,,,,,2018-11-27,2019-04-14 -/games/boxart/full_7551205AmericaFrontccc.jpg,A King's Tale: Final Fantasy XV,PS4,Action,Square Enix,Empty Clip Studios,7,,,,,,2017-03-01,2018-12-18 -/games/boxart/full_833006AmericaFrontccc.jpg,A King's Tale: Final Fantasy XV,XOne,Action,Square Enix,Empty Clip Studios,,,,,,,2016-11-29,2018-12-18 -/games/boxart/default.jpg,A Valley Without Wind 2,PC,Action,Unknown,"Arcen Games, LLC",,,,,,,,2019-03-29 -/games/boxart/full_4158069AmericaFrontccc.png,ACA NEOGEO AERO FIGHTERS 3,NS,Action,Hamster Corporation,Video System,,,,,,,2018-03-15,2018-03-23 -/games/boxart/full_5444011AmericaFrontccc.png,ACA NEOGEO BLUE'S JOURNEY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-07,2018-04-02 -/games/boxart/full_1465444AmericaFrontccc.jpg,ACA NEOGEO BLUE'S JOURNEY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-07,2018-04-02 -/games/boxart/full_9232346AmericaFrontccc.png,ACA NEOGEO BLUE'S JOURNEY,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-07,2018-04-02 -/games/boxart/full_5509082AmericaFrontccc.png,ACA NEOGEO BURNING FIGHT,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-28,2018-04-02 -/games/boxart/full_6577770AmericaFrontccc.jpg,ACA NEOGEO BURNING FIGHT,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-09-28,2018-04-02 -/games/boxart/full_8029311AmericaFrontccc.png,ACA NEOGEO BURNING FIGHT,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-11,2018-03-28 -/games/boxart/full_7362383AmericaFrontccc.png,ACA NEOGEO GHOST PILOTS,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-04-26,2018-08-05 -/games/boxart/full_6503970AmericaFrontccc.jpeg,ACA NEOGEO GHOST PILOTS,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 -/games/boxart/full_2154087AmericaFrontccc.jpeg,ACA NEOGEO GHOST PILOTS,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-04-26,2018-08-05 -/games/boxart/full_8239251AmericaFrontccc.png,ACA NEOGEO KING OF THE MONSTERS,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-04,2018-04-02 -/games/boxart/full_1704893AmericaFrontccc.jpg,ACA NEOGEO KING OF THE MONSTERS,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-08,2018-04-02 -/games/boxart/full_5342342AmericaFrontccc.png,ACA NEOGEO KING OF THE MONSTERS,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-07-20,2018-03-28 -/games/boxart/full_4098444AmericaFrontccc.png,ACA NEOGEO MAGICIAN LORD,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-08-17,2018-04-04 -/games/boxart/full_4089762AmericaFrontccc.jpg,ACA NEOGEO MAGICIAN LORD,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-08-17,2018-04-03 -/games/boxart/full_1898300AmericaFrontccc.png,ACA NEOGEO MAGICIAN LORD,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-03-28 -/games/boxart/full_6033137AmericaFrontccc.png,ACA NEOGEO METAL SLUG,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-30,2018-04-04 -/games/boxart/full_33288AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-02,2018-04-03 -/games/boxart/full_4741906AmericaFrontccc.png,ACA NEOGEO METAL SLUG,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2016-11-28,2018-03-28 -/games/boxart/full_9397617AmericaFrontccc.png,ACA NEOGEO METAL SLUG 2,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-07-06,2018-04-04 -/games/boxart/full_3973372AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG 2,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-01,2018-04-03 -/games/boxart/full_12655AmericaFrontccc.png,ACA NEOGEO METAL SLUG 2,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-01,2018-03-29 -/games/boxart/full_148363AmericaFrontccc.png,ACA NEOGEO METAL SLUG 3,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-04 -/games/boxart/full_3378964AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG 3,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-12-21,2018-04-03 -/games/boxart/full_1316389AmericaFrontccc.png,ACA NEOGEO METAL SLUG 3,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-02-26,2018-03-29 -/games/boxart/full_7074695AmericaFrontccc.png,ACA NEOGEO METAL SLUG X,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-05,2018-04-04 -/games/boxart/full_4120810AmericaFrontccc.jpg,ACA NEOGEO METAL SLUG X,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-05,2018-04-03 -/games/boxart/full_9282780AmericaFrontccc.png,ACA NEOGEO METAL SLUG X,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-11,2018-03-29 -/games/boxart/full_248420AmericaFrontccc.png,ACA NEOGEO MUTATION NATION,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-26,2018-04-04 -/games/boxart/full_3787006AmericaFrontccc.jpg,ACA NEOGEO MUTATION NATION,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-26,2018-04-03 -/games/boxart/full_751600AmericaFrontccc.png,ACA NEOGEO MUTATION NATION,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-27,2018-03-28 -/games/boxart/full_2501862AmericaFrontccc.png,ACA NEOGEO NAM-1975,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-09,2018-04-03 -/games/boxart/full_4572520AmericaFrontccc.jpg,ACA NEOGEO NAM-1975,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-02,2018-04-03 -/games/boxart/full_5923033AmericaFrontccc.png,ACA NEOGEO NAM-1975,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-02,2018-04-03 -/games/boxart/full_5578320AmericaFrontccc.png,ACA NEOGEO NINJA COMBAT,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-05-31,2018-08-05 -/games/boxart/full_5986092AmericaFrontccc.jpeg,ACA NEOGEO NINJA COMBAT,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 -/games/boxart/full_9762023AmericaFrontccc.jpeg,ACA NEOGEO NINJA COMBAT,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-05-31,2018-08-05 -/games/boxart/full_319821AmericaFrontccc.png,ACA NEOGEO PREHISTORIC ISLE 2,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-08-02,2018-08-05 -/games/boxart/full_63564AmericaFrontccc.jpeg,ACA NEOGEO PREHISTORIC ISLE 2,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-08-02,2018-08-05 -/games/boxart/full_1915844AmericaFrontccc.png,ACA NEOGEO ROBO ARMY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-19,2018-04-04 -/games/boxart/full_9212973AmericaFrontccc.jpg,ACA NEOGEO ROBO ARMY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-19,2018-04-04 -/games/boxart/full_9645678AmericaFrontccc.png,ACA NEOGEO ROBO ARMY,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-10-19,2018-04-04 -/games/boxart/full_6850689AmericaFrontccc.png,ACA NEOGEO SENGOKU,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-15,2018-04-04 -/games/boxart/full_744248AmericaFrontccc.jpg,ACA NEOGEO SENGOKU,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-16,2018-04-03 -/games/boxart/full_7636282AmericaFrontccc.png,ACA NEOGEO SENGOKU,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-16,2018-04-03 -/games/boxart/full_3999353AmericaFrontccc.jpg,ACA NEOGEO SENGOKU 2,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-04-13,2018-04-01 -/games/boxart/full_2880925AmericaFrontccc.png,ACA NEOGEO SENGOKU 2,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-01,2018-03-28 -/games/boxart/full_6863258AmericaFrontccc.png,ACA NEOGEO SENGOKU 2,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-15,2018-04-04 -/games/boxart/full_9973673AmericaFrontccc.png,ACA NEOGEO SENGOKU 3,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-29,2018-03-30 -/games/boxart/full_6317231AmericaFrontccc.jpeg,ACA NEOGEO SENGOKU 3,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-29,2018-04-01 -/games/boxart/full_8405965AmericaFrontccc.jpeg,ACA NEOGEO SENGOKU 3,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-13,2018-08-05 -/games/boxart/full_6875035AmericaFrontccc.png,ACA NEOGEO SHOCK TROOPERS,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-04 -/games/boxart/full_5016108AmericaFrontccc.jpg,ACA NEOGEO SHOCK TROOPERS,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-25,2018-04-04 -/games/boxart/full_2136236AmericaFrontccc.png,ACA NEOGEO SHOCK TROOPERS,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-25,2018-03-28 -/games/boxart/full_8655218AmericaFrontccc.png,ACA NEOGEO SHOCK TROOPERS 2nd Squad,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-06-08,2018-04-04 -/games/boxart/full_7089049AmericaFrontccc.jpeg,ACA NEOGEO SHOCK TROOPERS 2nd Squad,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-03-01,2018-04-01 -/games/boxart/full_6662403AmericaFrontccc.jpeg,ACA NEOGEO SHOCK TROOPERS 2nd Squad,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-06-06,2018-08-05 -/games/boxart/full_4579769AmericaFrontccc.png,ACA NEOGEO SPIN MASTER,NS,Action,Hamster Corporation,Data East,,,,,,,2017-09-14,2018-04-03 -/games/boxart/full_8831844AmericaFrontccc.jpg,ACA NEOGEO SPIN MASTER,XOne,Action,Hamster Corporation,Data East,,,,,,,2017-09-14,2018-04-03 -/games/boxart/full_4503535AmericaFrontccc.png,ACA NEOGEO SPIN MASTER,PS4,Action,Hamster Corporation,Data East,,,,,,,2017-09-14,2018-04-03 -/games/boxart/full_2339050AmericaFrontccc.png,ACA NEOGEO THE SUPER SPY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-07-12,2018-08-05 -/games/boxart/full_9647000AmericaFrontccc.jpeg,ACA NEOGEO THE SUPER SPY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-07-12,2018-08-05 -/games/boxart/full_7370066AmericaFrontccc.png,ACA NEOGEO TOP HUNTER RODDY & CATHY,PS4,Action,Hamster Corporation,SNK Corporation,,,,,,,2018-01-08,2018-03-29 -/games/boxart/full_7284775AmericaFrontccc.jpg,ACA NEOGEO TOP HUNTER RODDY & CATHY,XOne,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-12-07,2018-04-02 -/games/boxart/full_6576854AmericaFrontccc.png,ACA NEOGEO TOP HUNTER RODDY ? CATHY,NS,Action,Hamster Corporation,SNK Corporation,,,,,,,2017-12-07,2018-04-04 -/games/boxart/default.jpg,ACE - Alien Cleanup Elite,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_1730772AmericaFrontccc.png,Ace of Seafood,NS,Action,AGM Playism,Nussoft,,,,,,,2018-02-22,2018-03-02 -/games/boxart/full_3953067AmericaFrontccc.jpg,Actraiser Renaissance,NS,Action,Square Enix,Square Enix,,,,,,,2021-09-23,2021-11-06 -/games/boxart/full_7821969AmericaFrontccc.png,Aegis Defenders,NS,Action,Humble Bundle,GUTS Department,,,,,,,2018-02-08,2018-02-06 -/games/boxart/default.jpg,Air Zonk,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_9874684AmericaFrontccc.jpg,Akiba's Trip: Hellbound & Debriefed,All,Action,Xseed Games,Acquire,,,,,,,2021-07-20,2021-02-03 -/games/boxart/default.jpg,Alien Crush,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7992006PALFrontccc.jpg,American Fugitive,NS,Action,Curve Digital,Fallen Tree Games,,,,,,,2019-05-23,2022-04-18 -/games/boxart/default.jpg,Angry Video Game Nerd II: ASSimilation,PC,Action,Unknown,Freakzone Games,,,,,,,,2019-03-29 -/games/boxart/full_9469076AmericaFrontccc.jpg,Ape Out,PC,Action,Unknown,Gabe Cuzzillo,,,,,,,,2019-03-01 -/games/boxart/default.jpg,Ape Out,NS,Action,Devolver Digital,Gabe Cuzzillo,,,,,,,2019-02-28,2021-11-06 -/games/boxart/full_1803487AmericaFrontccc.jpg,Apex Construct,PC,Action,Fast Travel Games,Fast Travel Games,,,,,,,2018-03-20,2018-08-17 -/games/boxart/full_7093374AmericaFrontccc.png,AQUA KITTY UDX,NS,Action,Tikipod,Tikipod,,,,,,,2018-02-15,2018-03-02 -/games/boxart/full_2419787AmericaFrontccc.jpg,Aragami: Shadow Edition,NS,Action,Merge Games,Lince Works,,,,,,,2019-02-26,2019-03-24 -/games/boxart/default.jpg,Arcade Archives: 3 Count Bout,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Aero Fighters 3,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Art of Fighting 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Baraduke,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Baraduke,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Crossed Swords,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dangerous Seed,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dangerous Seed,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dragon Saber,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Dragon Saber,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Fatal Fury 3,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Fatal Fury Special,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Football Frenzy,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Galaga '88,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Galaga '88,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Gururin,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Hopping Mappy,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Hopping Mappy,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/full_6288198AmericaFrontccc.png,Arcade Archives: Kid Niki Radical Ninja,NS,Action,Hamster Corporation,Irem Corp.,,,,,,,2018-01-25,2018-02-04 -/games/boxart/default.jpg,Arcade Archives: King of Monsters,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: King of the Monsters,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Libble Rabble,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Libble Rabble,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Magical Drop III,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/full_6879599AmericaFrontccc.png,Arcade Archives: Mario Bros.,NS,Action,Hamster Corporation,Nintendo R&D1 / Intelligent Systems,,,,,,,2017-09-27,2018-02-04 -/games/boxart/default.jpg,Arcade Archives: Metal Slug 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Metal Slug 4,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/full_5443695AmericaFrontccc.png,Arcade Archives: Moon Patrol,NS,Action,Hamster Corporation,Hamster,,,,,,,2018-03-22,2018-03-23 -/games/boxart/default.jpg,Arcade Archives: Ninja Combat,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Ninja Master's,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Pac-Land,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Pac-Land,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Phozon,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Phozon,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Psycho Soldier,NS,Action,Hamster Corporation,SNK,,,,,,,2019-04-25,2019-04-20 -/games/boxart/default.jpg,Arcade Archives: Psycho Soldier,PS4,Action,Hamster Corporation,SNK,,,,,,,2019-04-25,2019-04-20 -/games/boxart/default.jpg,Arcade Archives: Puzzled,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Riding Hero,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Robo Army,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Savage Reign,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Sengoku 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Stakes Winner 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/full_7616910AmericaFrontccc.png,Arcade Archives: Star Force,NS,Action,Hamster Corporation,Hamster,,,,,,,2018-03-01,2018-03-23 -/games/boxart/default.jpg,Arcade Archives: The King of Fighters '97,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The King of Fighters '98,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Last Blade 2,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Return of Ishtar,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Return of Ishtar,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Tower of Druaga,PS4,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: The Tower of Druaga,NS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Thrash Rally,PS4,Action,Unknown,Hamster Corporation,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arkanoid vs. Space Invaders,iOS,Action,Unknown,Taito,,,,,,,,2020-12-10 -/games/boxart/default.jpg,Arkanoid vs. Space Invaders,And,Action,Unknown,Taito,,,,,,,,2020-12-10 -/games/boxart/default.jpg,Armor Battle,Int,Action,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-04,2018-01-13 -/games/boxart/default.jpg,Armored ACORNs: Action Squirrel Squad,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7276279AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,XS,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 -/games/boxart/full_5587761AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,XOne,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 -/games/boxart/full_8071695AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,PS5,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 -/games/boxart/full_6218056AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,PS4,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 -/games/boxart/full_3274996AmericaFrontccc.jpg,Armored Core VI Fires of Rubicon,PC,Action,Bandai Namco Entertainment,From Software,,,,,,,2023-08-25,2022-12-09 -/games/boxart/full_4744880PALFrontccc.jpg,Assassin's Creed Chronicles,PC,Action,Ubisoft,Climax Studios,,,,,,,2016-02-09,2018-07-03 -/games/boxart/full_9938000AmericaFrontccc.png,Assault Gunners HD Edition,NS,Action,Unknown,SHADE Inc.,,,,,,,,2018-07-03 -/games/boxart/default.jpg,Assault Gunners HD Edition,PC,Action,Unknown,SHADE Inc.,,,,,,,,2018-07-03 -/games/boxart/default.jpg,Assault Gunners HD Edition,PS4,Action,Unknown,SHADE Inc.,,,,,,,,2018-07-03 -/games/boxart/full_4373695AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,XOne,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 -/games/boxart/full_6511720AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,PS4,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 -/games/boxart/full_8997058AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,PC,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 -/games/boxart/full_695477AmericaFrontccc.jpg,Asterix & Obelix: Slap them All!,NS,Action,Unknown,Mr. Nutz Studio,,,,,,,,2021-08-26 -/games/boxart/full_4570157AmericaFrontccc.png,ATOMIK: RunGunJumpGun,NS,Action,Gambitious,ThirtyThree,,,,,,,2018-02-08,2018-01-28 -/games/boxart/full_1140750AmericaFrontccc.jpg,Attack on Titan 2 - A.O.T.2 - ??????,PC,Action,Koei Tecmo,Omega Force,,,,,,,2018-03-15,2019-04-16 -/games/boxart/full_1422010JapanFrontccc.jpg,Attack on Titan: Humanity in Chains,3DS,Action,Atlus,Spike Chunsoft,,,,,,,2015-05-12,2019-01-29 -/games/boxart/full_1522149AmericaFrontccc.jpg,Azure Striker Gunvolt 3,NS,Action,Unknown,Inti Creates,,,,,,,,2020-06-27 -/games/boxart/full_3091977AmericaFrontccc.jpg,Azure Striker Gunvolt 3,XS,Action,Unknown,Inti Creates,,,,,,,,2022-08-18 -/games/boxart/full_592232AmericaFrontccc.jpg,Azure Striker Gunvolt 3,XOne,Action,Unknown,Inti Creates,,,,,,,,2022-08-18 -/games/boxart/full_3818691AmericaFrontccc.jpg,Azure Striker Gunvolt 3,PC,Action,Unknown,Inti Creates,,,,,,,,2022-08-18 -/games/boxart/default.jpg,B.C. II: Grog's Revenge,CV,Action,Unknown,Sydney Development,,,,,,,,2021-10-18 -/games/boxart/full_2257667AmericaFrontccc.png,Bad North,NS,Action,Raw Fury,Plausible Concept,,,,,,,2018-08-20,2018-03-23 -/games/boxart/default.jpg,Balloon Fight,WiiU,Action,Nintendo,Nintendo,,,,,,,2016-04-26,2018-08-30 -/games/boxart/default.jpg,Battle Chef Brigade,PS4,Action,Trinket Studios,Trinket Studios,,,,,,,2020-12-31, -/games/boxart/full_7361062AmericaFrontccc.png,Battle Chef Brigade,NS,Action,Adult Swim,Trinket Studios,7.5,,,,,,2017-11-20,2018-02-04 -/games/boxart/full_9897272AmericaFrontccc.png,Battle Chef Brigade,PC,Action,Trinket Studios,Trinket Studios,,,,,,,2017-11-20, -/games/boxart/default.jpg,Battle Chopper,WiiU,Action,Unknown,Konami,,,,,,,,2020-08-25 -/games/boxart/default.jpg,BATTLE LODE RUNNER,WiiU,Action,Unknown,Kaasa Solution,,,,,,,,2020-08-25 -/games/boxart/full_6017307AmericaFrontccc.png,Battletoads (2020),XOne,Action,Xbox Game Studios,Dlala Studios,,,,,,,2020-08-20,2019-12-18 -/games/boxart/full_7864841AmericaFrontccc.jpeg,Battletoads (2020),PC,Action,Xbox Game Studios,Dlala Studios,,,,,,,2020-08-20,2019-12-18 -/games/boxart/full_6208243AmericaFrontccc.png,Bayonetta,WiiU,Action,Nintendo,PlatinumGames,,,,,,,2014-10-24,2020-08-02 -/games/boxart/full_1622239PALFrontccc.jpeg,Bayonetta & Vanquish 10th Anniversary Bundle,XOne,Action,Sega,PlatinumGames,,,,,,,2020-02-18,2019-12-11 -/games/boxart/full_6579687PALFrontccc.jpg,Bayonetta & Vanquish 10th Anniversary Bundle,PS4,Action,Sega,PlatinumGames,,,,,,,2020-02-18,2019-12-11 -/games/boxart/full_5700638AmericaFrontccc.png,Bentley's Hackpack,And,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-06-21,2018-04-09 -/games/boxart/full_5210852AmericaFrontccc.png,Bentley's Hackpack,iOS,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-06-21,2018-04-09 -/games/boxart/full_1762183AmericaFrontccc.jpeg,Bentley's Hackpack,PS3,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-02-05,2018-04-12 -/games/boxart/full_4655744AmericaFrontccc.jpeg,Bentley's Hackpack,PSV,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-02-05,2018-04-12 -/games/boxart/full_2577834AmericaFrontccc.jpg,Bierzerkers,PC,Action,Shield Break Studios,Shield Break Studios,,,,,,,2016-02-25,2019-03-26 -/games/boxart/full_3096587AmericaFrontccc.jpg,Bigley's Revenge,WiiU,Action,Unknown,Ninja Pig Studios,,,,,,,2016-01-07,2018-01-03 -/games/boxart/full_9584788JapanFrontccc.jpg,Biohazard 7: Resident Evil - Cloud Version,NS,Action,Capcom,Capcom,,,,,,,2018-05-24,2018-11-06 -/games/boxart/full_3216439AmericaFrontccc.jpg,Biped,PS4,Action,Unknown,NEXT Studios,,,,,,,,2019-08-05 -/games/boxart/full_2455193AmericaFrontccc.jpg,Biped,NS,Action,bilibili,NEXT Studios,,,,,,,2020-05-21,2019-08-05 -/games/boxart/full_9423037AmericaFrontccc.jpg,Biped,PC,Action,bilibili,NEXT Studios,,,,,,,2020-03-27,2020-05-10 -/games/boxart/default.jpg,bit Dungeon III,PC,Action,Unknown,Kinto Games LLC,,,,,,,,2019-03-29 -/games/boxart/default.jpg,bit Dungeon+,PC,Action,Unknown,Dolores Entertainment SL,,,,,,,,2019-03-29 -/games/boxart/full_9781919AmericaFrontccc.png,Black Hole,NS,Action,Dufgames,Dufgames,,,,,,,2018-02-06,2018-02-01 -/games/boxart/full_4612638AmericaFrontccc.jpg,Blackwind,XS,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 -/games/boxart/full_5668646AmericaFrontccc.jpg,Blackwind,XOne,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 -/games/boxart/full_4202487AmericaFrontccc.jpg,Blackwind,PS5,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 -/games/boxart/full_5871881AmericaFrontccc.jpg,Blackwind,PS4,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 -/games/boxart/full_9224134AmericaFrontccc.jpg,Blackwind,PC,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 -/games/boxart/full_1051525AmericaFrontccc.jpg,Blackwind,NS,Action,Unknown,Drakkar Dev,,,,,,,,2022-01-19 -/games/boxart/full_2125291AmericaFrontccc.jpg,Blasphemous,XOne,Action,Team 17,The Game Kitchen,,,,,,,2019-12-01,2019-08-17 -/games/boxart/full_1691809AmericaFrontccc.jpg,Blasphemous,PS4,Action,Team 17,The Game Kitchen,,,,,,,2019-12-01,2019-08-17 -/games/boxart/full_4657137AmericaFrontccc.jpg,Blasphemous,PC,Action,Team 17,The Game Kitchen,,,,,,,2019-12-01,2019-08-17 -/games/boxart/full_888061AmericaFrontccc.png,Blasphemous,NS,Action,Team 17,The Game Kitchen,,,,,,,2019-09-10,2019-08-17 -/games/boxart/full_4847375AmericaFrontccc.png,Blaster Master Zero,NS,Action,Inti Creates,Inti Creates,,,,,,,2017-03-09,2018-03-02 -/games/boxart/full_2360148AmericaFrontccc.jpg,Blaster Master Zero,3DS,Action,Inti Creates,Inti Creates,,,,,,,2017-03-09,2019-05-26 -/games/boxart/full_7850376AmericaFrontccc.jpg,Blaster Master Zero,PS4,Action,Inti Creates,Inti Creates,,,,,,,2020-06-29,2020-05-27 -/games/boxart/full_3419914AmericaFrontccc.png,Blaster Master Zero 2,NS,Action,Inti Creates,Inti Creates,,,,,,,2019-03-19,2020-03-09 -/games/boxart/full_7057084AmericaFrontccc.jpg,Blaster Master Zero 2,PS4,Action,Inti Creates,Inti Creates,,,,,,,2020-06-29,2020-05-27 -/games/boxart/full_2486372AmericaFrontccc.jpg,Blaster Master Zero 2,PC,Action,Inti Creates,Inti Creates,,,,,,,2019-11-29,2020-05-27 -/games/boxart/default.jpg,Blazing Lazers,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_352332AmericaFrontccc.png,Bleed,NS,Action,Digerati,Bootdisk Revolution,,,,,,,2017-12-14,2019-04-16 -/games/boxart/full_9478617AmericaFrontccc.jpg,Bleed,PS4,Action,Digerati,Bootdisk Revolution,,,,,,,2017-08-22,2019-04-16 -/games/boxart/full_307245AmericaFrontccc.jpg,Bleed 2,PS4,Action,Digerati,Bootdisk Revolution,,,,,,,2018-02-06,2019-04-16 -/games/boxart/full_4067524AmericaFrontccc.png,Bleed 2,NS,Action,Digerati,Bootdisk Revolution,,,,,,,2018-03-08,2019-04-16 -/games/boxart/full_105513AmericaFrontccc.jpg,Bleed 2,PC,Action,Bootdisk Revolution,Bootdisk Revolution,,,,,,,2017-02-08,2019-04-16 -/games/boxart/full_8244452AmericaFrontccc.jpg,Bleeding Edge,XOne,Action,Xbox Game Studios,Ninja Theory,,,,,,,2020-03-24,2020-08-04 -/games/boxart/full_2988866AmericaFrontccc.jpg,Bleeding Edge,PC,Action,Xbox Game Studios,Ninja Theory,,,,,,,2020-03-24,2020-08-04 -/games/boxart/full_9004578AmericaFrontccc.jpg,Bloodforge,XBL,Action,Unknown,Climax Studios,,,,,,,,2022-08-11 -/games/boxart/full_8076752AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,PS4,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_1826277AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,PS5,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_6302158AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,XS,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_5150737AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,XOne,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_1194476AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,NS,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_1723818AmericaFrontccc.jpg,BloodRayne Betrayal: Fresh Bites,PC,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_8379564AmericaFrontccc.jpg,Bloodroots,XS,Action,Unknown,Paper Cult,,,,,,,,2021-08-17 -/games/boxart/full_9485727AmericaFrontccc.jpg,Bloodroots,PS4,Action,Unknown,Paper Cult,,,,,,,,2021-08-17 -/games/boxart/full_3245085AmericaFrontccc.jpg,Bloodroots,PC,Action,Unknown,Paper Cult,,,,,,,,2021-08-17 -/games/boxart/full_9645148AmericaFrontccc.jpg,Bloodroots,NS,Action,Paper Cult,Paper Cult,,,,,,,2020-02-28,2021-08-17 -/games/boxart/full_7798057AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,NS,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 -/games/boxart/full_954766AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,PS4,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 -/games/boxart/full_8769015AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,XOne,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 -/games/boxart/full_5253145AmericaFrontccc.jpg,Bloodstained: Curse of the Moon 2,PC,Action,Inti Creates,Inti Creates,,,,,,,2020-07-10,2020-06-27 -/games/boxart/full_3224052AmericaFrontccc.jpg,Bloody Walls,PC,Action,L. Stotch,L. Stotch,,,,,,,2016-09-28,2019-04-16 -/games/boxart/full_3290585AmericaFrontccc.png,Bloody Zombies,NS,Action,nDreams,Paw Print Games Ltd,,,,,,,2017-12-23,2018-03-02 -/games/boxart/full_7561054AmericaFrontccc.png,Bomb Chicken,NS,Action,Nitrome,Nitrome,,,,,,,2018-07-01,2018-03-23 -/games/boxart/full_4014558PALFrontccc.jpeg,Bomb Jack,GB,Action,Unknown,Tehkan,,,,,,,,2018-01-07 -/games/boxart/default.jpg,Bomberman '93,WiiU,Action,Unknown,Konami,,,,,,,,2020-08-25 -/games/boxart/default.jpg,BOMBERMAN '94,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Bomberman 64,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_4559735AmericaFrontccc.png,Bombslinger,NS,Action,Plug In Digital,Mode4,,,,,,,2018-04-11,2019-03-23 -/games/boxart/full_8797861AmericaFrontccc.jpg,Bombslinger,PC,Action,Plug In Digital,Mode4,,,,,,,2018-04-11,2019-03-23 -/games/boxart/default.jpg,Bonds of the Skies,PSV,Action,Unknown,Kemco,,,,,,,,2022-08-25 -/games/boxart/full_6143913AmericaFrontccc.jpg,BONELAB,PC,Action,Unknown,Stress Level Zero,,,,,,,,2022-12-12 -/games/boxart/full_8050305AmericaFrontccc.jpg,Boomerang X,PC,Action,Unknown,DANG!,,,,,,,,2021-06-19 -/games/boxart/full_8361929AmericaFrontccc.jpg,Boomerang X,NS,Action,Devolver Digital,DANG!,,,,,,,2021-07-08,2021-06-19 -/games/boxart/full_476226AmericaFrontccc.jpg,Bounty Bots,iOS,Action,Unknown,"MunkyFun, Inc.",,,,,,,,2022-08-10 -/games/boxart/full_935342AmericaFrontccc.jpg,Broforce,NS,Action,Devolver Digital,Free Lives Games,,,,,,,2018-09-06,2018-08-06 -/games/boxart/full_5172161AmericaFrontccc.jpg,Broforce,Linux,Action,Devolver Digital,Free Lives Games,,,,,,,2015-10-17,2018-08-06 -/games/boxart/full_8733291PALFrontccc.jpg,Bubble Bobble 4 Friends,NS,Action,ININ Games,Taito,,,,,,,2020-03-31,2020-09-20 -/games/boxart/full_5069575AmericaFrontccc.jpg,Bubble Bobble 4 Friends: The Baron is Back!,PS4,Action,Taito,Taito,,,,,,,2020-11-19,2020-06-24 -/games/boxart/full_2982574AmericaFrontccc.png,Bugs vs. Tanks!,3DS,Action,Level 5,Natsume Atari,7.5,,,,,,2013-06-20,2018-04-12 -/games/boxart/full_3916676AmericaFrontccc.jpg,Bullet Witch,PC,Action,Unknown,Marvelous,,,,,,,,2018-05-18 -/games/boxart/full_6789646AmericaFrontccc.jpg,BurgerTime Party!,NS,Action,Xseed Games,G-mode,,,,,,,2019-12-01,2019-08-06 -/games/boxart/full_7873794AmericaFrontccc.png,Butcher,NS,Action,Crunching Koalas,Transhuman Design,,,,,,,2017-09-28,2018-03-02 -/games/boxart/full_8504535AmericaFrontccc.jpg,Cannon Dancer – Osman,XS,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 -/games/boxart/full_91752AmericaFrontccc.jpg,Cannon Dancer – Osman,XOne,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 -/games/boxart/full_3656549AmericaFrontccc.jpg,Cannon Dancer – Osman,PS5,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 -/games/boxart/full_9298755AmericaFrontccc.jpg,Cannon Dancer – Osman,PS4,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 -/games/boxart/full_9564313AmericaFrontccc.jpg,Cannon Dancer – Osman,NS,Action,Unknown,Mitchell Corporation,,,,,,,,2023-04-12 -/games/boxart/full_1066228AmericaFrontccc.jpg,Capcom Arcade Stadium,NS,Action,Capcom,Capcom,,,,,,,2021-02-17,2021-02-17 -/games/boxart/full_8490339AmericaFrontccc.jpg,Carrion,NS,Action,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2020-07-13 -/games/boxart/full_9708959AmericaFrontccc.jpeg,Castle Crashers Remastered,XOne,Action,The Behemoth,The Behemoth,,,,,,,2015-09-09,2018-11-18 -/games/boxart/full_1346751AmericaFrontccc.jpg,Cat Girl Without Salad: Amuse-Bouche,NS,Action,Unknown,WayForward,,,,,,,,2020-04-01 -/games/boxart/full_3787522AmericaFrontccc.jpg,Cat Girl Without Salad: Amuse-Bouche,PC,Action,Unknown,WayForward,,,,,,,,2020-04-01 -/games/boxart/full_7611341AmericaFrontccc.jpg,Catasplat,iOS,Action,Unknown,Siso Solutions Limited,,,,,,,,2022-08-13 -/games/boxart/full_6346931AmericaFrontccc.jpg,Catch a Falling Star,PC,Action,Unknown,Alister Software,,,,,,,,2019-02-11 -/games/boxart/default.jpg,Cecile,PC,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/default.jpg,Cecile,PS4,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/default.jpg,Cecile,NS,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/default.jpg,Cecile,XOne,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/full_9268579AmericaFrontccc.png,Chack'n Pop,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/full_8025713AmericaFrontccc.jpg,Chivalry 2,PC,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-31,2019-06-10 -/games/boxart/full_8268755AmericaFrontccc.jpg,Chivalry 2,PS5,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-13 -/games/boxart/full_7290743AmericaFrontccc.png,Chivalry 2,XS,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-18 -/games/boxart/full_9727685AmericaFrontccc.jpg,Chivalry 2,XOne,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-18 -/games/boxart/full_7898355AmericaFrontccc.png,Chivalry 2,PS4,Action,Tripwire Interactive,Torn Banner Studios,,,,,,,2020-12-01,2020-06-18 -/games/boxart/full_6438577AmericaFrontccc.jpg,CLASH,PC,Action,New Reality Games,Ultima Games,,,,,,,2016-11-15,2019-04-21 -/games/boxart/full_3148650AmericaFrontccc.jpg,Clockwork Aquario,NS,Action,Unknown,Westone Bit Entertainment,,,,,,,,2020-11-02 -/games/boxart/full_7781467AmericaFrontccc.jpg,Clockwork Aquario,PS4,Action,Unknown,Westone Bit Entertainment,,,,,,,,2020-11-02 -/games/boxart/full_103388PALFrontccc.jpg,Clumsy Rush,NS,Action,RedDeerGames,RedDeerGames,,,,,,,2019-12-23,2022-05-07 -/games/boxart/full_735120AmericaFrontccc.jpg,Code Shifter,XOne,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 -/games/boxart/full_3344400AmericaFrontccc.jpg,Code Shifter,PS4,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 -/games/boxart/full_5564473AmericaFrontccc.jpg,Code Shifter,PC,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 -/games/boxart/full_4113034AmericaFrontccc.jpg,Code Shifter,NS,Action,Arc System Works,Arc System Works,,,,,,,2020-12-01,2020-01-10 -/games/boxart/full_5981414AmericaFrontccc.jpg,Code Vein,PC,Action,Namco Bandai Games,Bandai Namco Studios,,,,,,,2019-09-27,2018-04-27 -/games/boxart/full_7931002AmericaFrontccc.jpg,Code Vein,XOne,Action,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-24,2018-06-17 -/games/boxart/default.jpg,Commando,Int,Action,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/full_9458043AmericaFrontccc.jpg,Contra: Rogue Corps,PC,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 -/games/boxart/full_6481436AmericaFrontccc.jpg,Contra: Rogue Corps,PS4,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 -/games/boxart/full_7379107AmericaFrontccc.jpg,Contra: Rogue Corps,XOne,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 -/games/boxart/full_6621131AmericaFrontccc.jpg,Contra: Rogue Corps,NS,Action,Konami,Konami,,,,,,,2019-09-24,2019-06-12 -/games/boxart/full_1383462AmericaFrontccc.jpg,Convergence: A League of Legends Story,PC,Action,Riot Games,Double Stallion Games,,,,,,,2020-12-01,2020-01-13 -/games/boxart/full_4601430AmericaFrontccc.jpeg,Crackdown 3,PC,Action,Microsoft Studios,Sumo Digital Ltd,,,,,,,2019-02-15,2020-08-12 -/games/boxart/full_5439964AmericaFrontccc.jpg,Crash Team Rumble,XS,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 -/games/boxart/full_3867614AmericaFrontccc.jpg,Crash Team Rumble,XOne,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 -/games/boxart/full_6030695AmericaFrontccc.jpg,Crash Team Rumble,PS5,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 -/games/boxart/full_9795813AmericaFrontccc.jpg,Crash Team Rumble,PS4,Action,Unknown,Toys for Bob,,,,,,,,2022-12-09 -/games/boxart/full_5582291AmericaFrontccc.png,Crawl,NS,Action,Powerhoof Pty Ltd,Powerhoof,,,,,,,2017-12-19,2019-02-06 -/games/boxart/full_9219179AmericaFrontccc.jpg,Croixleur Sigma,NS,Action,Unknown,souvenir circ.,,,,,,,,2019-03-27 -/games/boxart/default.jpg,Crossfire X,XOne,Action,Unknown,Unknown,,,,,,,,2019-06-09 -/games/boxart/default.jpg,Crossfire X,PC,Action,Unknown,Unknown,,,,,,,,2019-06-09 -/games/boxart/full_1276744AmericaFrontccc.png,CRYSTORLD,WiiU,Action,TOYURO,TOYURO,,,,,,,2020-03-12,2020-09-16 -/games/boxart/default.jpg,Cup Critters,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/default.jpg,Cup Critters,3DS,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/full_9971867AmericaFrontccc.jpg,Cuphead,NS,Action,Studio MDHR,Studio MDHR,,,,,,,2019-04-18,2020-08-01 -/games/boxart/full_5697923AmericaFrontccc.jpg,Cuphead,PS4,Action,Studio MDHR,Studio MDHR,,,,,,,2020-07-28,2020-08-01 -/games/boxart/full_6864065AmericaFrontccc.jpg,Daemon X Machina,NS,Action,Nintendo,Marvelous,,,,,,,2019-09-13,2019-06-12 -/games/boxart/full_9392030AmericaFrontccc.jpg,Daemon X Machina,PC,Action,Xseed Games,Marvelous,,,,,,,2020-02-13,2020-02-13 -/games/boxart/default.jpg,Daikon Set,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_2729627AmericaFrontccc.png,Dandara,NS,Action,Raw Fury,Long Hat House,,,,,,,2018-02-06,2019-03-22 -/games/boxart/default.jpg,Dandara,PC,Action,Unknown,Long Hat House,,,,,,,,2019-03-22 -/games/boxart/default.jpg,Dandara,PS4,Action,Unknown,Long Hat House,,,,,,,,2019-03-22 -/games/boxart/default.jpg,Dandara,XOne,Action,Unknown,Long Hat House,,,,,,,,2019-03-22 -/games/boxart/full_7931332AmericaFrontccc.png,Danmaku Unlimited 3,NS,Action,Doragon Entertainment,Doragon Entertainment,,,,,,,2018-03-13,2018-03-23 -/games/boxart/default.jpg,DatabaseTestingEU,2600,Action,Unknown,TalonSoft,,,,,,,,2018-01-04 -/games/boxart/default.jpg,DatabaseTestingJP,2600,Action,H2F Informationssysteme GmbH,TalonSoft,,,,,,,2017-01-01,2018-01-07 -/games/boxart/default.jpg,DatabaseTestingNA,2600,Action,Unknown,TalonSoft,,,,,,,,2018-01-04 -/games/boxart/full_1203343AmericaFrontccc.png,De Mambo,NS,Action,The Dangerous Kitchen,The Dangerous Kitchen,,,,,,,2017-07-13,2018-03-11 -/games/boxart/full_8484868AmericaFrontccc.png,Dead by Daylight,NS,Action,Koch Media,Behaviour Interactive Inc.,,,,,,,2019-09-24,2019-02-13 -/games/boxart/full_7911667AmericaFrontccc.jpg,Dead by Daylight,XS,Action,Behaviour Interactive,Behaviour Interactive,,,,,,,2020-12-01,2020-09-22 -/games/boxart/full_829928AmericaFrontccc.jpg,Dead by Daylight,PS5,Action,Behaviour Interactive,Behaviour Interactive,,,,,,,2020-12-01,2020-09-22 -/games/boxart/full_6680907AmericaFrontccc.jpg,Dead Cells,XOne,Action,Merge Games,Motion Twin,,,,,,,2018-08-15,2018-08-06 -/games/boxart/full_4245585AmericaFrontccc.png,Dead Cells: Return to Castlevania,NS,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 -/games/boxart/full_5892392AmericaFrontccc.png,Dead Cells: Return to Castlevania,PC,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 -/games/boxart/full_5037926AmericaFrontccc.png,Dead Cells: Return to Castlevania,PS4,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 -/games/boxart/full_5103964AmericaFrontccc.png,Dead Cells: Return to Castlevania,XOne,Action,Unknown,Motion Twin,,,,,,,,2023-03-31 -/games/boxart/full_2449315AmericaFrontccc.jpg,Dead Island 2,XS,Action,Unknown,Dambuster Studios,,,,,,,,2022-11-16 -/games/boxart/full_5854563AmericaFrontccc.jpg,Dead Island 2,PS5,Action,Unknown,Dambuster Studios,,,,,,,,2022-11-16 -/games/boxart/default.jpg,Dead or School,PC,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 -/games/boxart/default.jpg,Dead or School,PS4,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 -/games/boxart/default.jpg,Dead or School,NS,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 -/games/boxart/default.jpg,Dead or School,XOne,Action,Unknown,Nanafushi,,,,,,,,2018-07-15 -/games/boxart/full_7234248AmericaFrontccc.png,Death Road to Canada,NS,Action,Unknown,Rocketcat Games,,,,,,,,2018-01-31 -/games/boxart/default.jpg,Death Road to Canada,PS4,Action,Unknown,Rocketcat Games,,,,,,,,2018-01-31 -/games/boxart/default.jpg,Death Road to Canada,XOne,Action,Unknown,Rocketcat Games,,,,,,,,2018-01-31 -/games/boxart/full_5971445AmericaFrontccc.jpg,Deathloop,PC,Action,Bethesda Softworks,Arkane Studios,,,,,,,2021-09-14,2019-06-09 -/games/boxart/full_1059872AmericaFrontccc.jpg,Deathloop,XS,Action,Bethesda Softworks,Arkane Studios,,,,,,,2020-12-01,2020-06-13 -/games/boxart/full_8123106AmericaFrontccc.jpg,Deathloop,PS5,Action,Bethesda Softworks,Arkane Studios,,,,,,,2021-07-01,2020-06-13 -/games/boxart/full_6588261AmericaFrontccc.jpg,Deception IV: Blood Ties,PS3,Action,Tecmo Koei,Tecmo Koei Games,,,,,,,2014-03-25,2018-08-01 -/games/boxart/full_6391561AmericaFrontccc.jpg,Deception IV: Blood Ties,PSV,Action,Tecmo Koei,Tecmo Koei Games,,,,,,,2014-03-25,2018-08-01 -/games/boxart/full_8371850AmericaFrontccc.jpg,Desolate,PC,Action,HypeTrain Digital,HypeTrain Digital,,,,,,,2019-01-17,2020-12-16 -/games/boxart/full_8346162AmericaFrontccc.jpg,Destruction Allstars,PS5,Action,Sony Interactive Entertainment,Lucid Games,,,,,,,2020-11-12,2021-08-02 -/games/boxart/default.jpg,DETANA TWIN BEE,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7401032AmericaFrontccc.jpg,Devil May Cry,NS,Action,Capcom,Capcom,,,,,,,2019-06-25,2019-05-06 -/games/boxart/default.jpg,Devil May Cry 2,NS,Action,Unknown,Capcom,,,,,,,,2021-11-06 -/games/boxart/full_9406394AmericaFrontccc.png,Devil May Cry 3 Special Edition,NS,Action,Capcom,Capcom,,,,,,,2020-02-20,2020-02-24 -/games/boxart/full_5291885AmericaFrontccc.jpg,Devil May Cry 5,PS4,Action,Capcom,Capcom,,,,,,,2019-03-08,2019-03-21 -/games/boxart/full_760518AmericaFrontccc.jpg,Devil May Cry 5,XOne,Action,Capcom,Capcom,,,,,,,2019-03-08,2019-03-21 -/games/boxart/full_1188503AmericaFrontccc.jpg,Devil May Cry 5,PC,Action,Capcom,Capcom,,,,,,,2019-03-08,2019-03-21 -/games/boxart/full_7927121AmericaFrontccc.png,Devil May Cry 5 Special Edition,PS5,Action,Capcom,Capcom,,,,,,,2020-11-12,2020-09-16 -/games/boxart/full_4474395AmericaFrontccc.png,Devil May Cry 5 Special Edition,XS,Action,Capcom,Capcom,,,,,,,2020-11-10,2020-09-16 -/games/boxart/default.jpg,Devil's Crush,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_6112494AmericaFrontccc.png,Diablo Immortal,And,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-01-01,2018-11-02 -/games/boxart/full_1324148AmericaFrontccc.png,Diablo Immortal,iOS,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-01-01,2018-11-02 -/games/boxart/full_1422512AmericaFrontccc.jpg,Diablo IV,PC,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-12-31,2019-11-02 -/games/boxart/full_8475661AmericaFrontccc.jpg,Diablo IV,PS4,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-12-31,2019-11-02 -/games/boxart/full_2221792AmericaFrontccc.jpg,Diablo IV,XOne,Action,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-12-31,2019-11-02 -/games/boxart/default.jpg,Die for Valhalla!,XOne,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 -/games/boxart/default.jpg,Die for Valhalla!,PS4,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 -/games/boxart/default.jpg,Die for Valhalla!,PC,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 -/games/boxart/full_8436356AmericaFrontccc.png,Die for Valhalla!,NS,Action,Unknown,Monster Couch,,,,,,,,2018-07-04 -/games/boxart/default.jpg,Diluvion,PC,Action,Unknown,Arachnid Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Diluvion,OSX,Action,Unknown,Arachnid Games,,,,,,,,2018-01-06 -/games/boxart/full_8780176AmericaFrontccc.jpg,Divine Knockout (DKO),XS,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 -/games/boxart/full_9370802AmericaFrontccc.jpg,Divine Knockout (DKO),XOne,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 -/games/boxart/full_9380672AmericaFrontccc.jpg,Divine Knockout (DKO),PS5,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 -/games/boxart/full_7130610AmericaFrontccc.jpg,Divine Knockout (DKO),PS4,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 -/games/boxart/full_6157441AmericaFrontccc.jpg,Divine Knockout (DKO),PC,Action,Unknown,Red Beard Games,,,,,,,,2022-11-23 -/games/boxart/full_9133772AmericaFrontccc.png,Double Dragon & Kunio-kun: Retro Brawler Bundle,NS,Action,Unknown,Arc System Works,,,,,,,,2020-02-19 -/games/boxart/full_9623088AmericaFrontccc.png,Double Dragon & Kunio-kun: Retro Brawler Bundle,PS4,Action,Unknown,Arc System Works,,,,,,,,2020-02-19 -/games/boxart/full_9935596AmericaFrontccc.jpg,Double Dragon Collection,XS,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 -/games/boxart/full_2931438AmericaFrontccc.jpg,Double Dragon Collection,XOne,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 -/games/boxart/full_1099477AmericaFrontccc.jpg,Double Dragon Collection,PS5,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 -/games/boxart/full_976737AmericaFrontccc.jpg,Double Dragon Collection,PC,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 -/games/boxart/full_3592318AmericaFrontccc.jpg,Double Dragon Collection,NS,Action,Unknown,Arc System Works,,,,,,,,2023-10-09 -/games/boxart/full_5129538AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,XS,Action,Unknown,Secret Base,,,,,,,,2023-06-02 -/games/boxart/full_5189358AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,XOne,Action,Unknown,Secret Base,,,,,,,,2023-06-02 -/games/boxart/full_1166341AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,PS5,Action,Unknown,Secret Base,,,,,,,,2023-06-02 -/games/boxart/full_6261633AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,PS4,Action,Unknown,Secret Base,,,,,,,,2023-06-02 -/games/boxart/full_4239011AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,PC,Action,Unknown,Secret Base,,,,,,,,2023-06-02 -/games/boxart/full_9884956AmericaFrontccc.jpg,Double Dragon Gaiden: Rise of the Dragons,NS,Action,Unknown,Secret Base,,,,,,,,2023-06-02 -/games/boxart/default.jpg,Downwell,NS,Action,Devolver Digital,Moppin,,,,,,,2019-01-31,2019-06-26 -/games/boxart/default.jpg,Dracula,Int,Action,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_950016AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,PC,Action,Bandai Namco Games,CyberConnect2,,,,,,,2020-01-17,2019-07-23 -/games/boxart/full_3302818AmericaFrontccc.jpg,Dragon: Marked For Death,NS,Action,Inti Creates,Inti Creates,,,,,,,2019-02-26,2019-01-12 -/games/boxart/default.jpg,Dragonfire,Int,Action,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 -/games/boxart/default.jpg,Dragonfire,CV,Action,Unknown,Imagic,,,,,,,,2021-10-18 -/games/boxart/full_734591PALFrontccc.jpg,Dragon's Dogma: Dark Arisen,X360,Action,Capcom,Capcom,,,,,,,2013-04-23,2017-12-30 -/games/boxart/full_4077304AmericaFrontccc.png,Dustoff Heli Rescue 2,NS,Action,Rainy Frog,Invictus Games,,,,,,,2018-01-25,2018-03-11 -/games/boxart/full_2508216AmericaFrontccc.png,Dying is Dangerous,WiiU,Action,CarbonFire Studio,Jerome Labbe,,,,,,,2020-05-14,2020-09-16 -/games/boxart/default.jpg,Dynasty Warriors 8: Xtreme Legends Definitive Edition,NS,Action,Unknown,Omega Force,,,,,,,,2021-11-06 -/games/boxart/full_5908669AmericaFrontccc.jpg,Dynasty Warriors 9,PC,Action,Tecmo Koei,Omega Force,,,,,,,2018-02-13,2017-12-31 -/games/boxart/full_7834002AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,XS,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 -/games/boxart/full_387020AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,XOne,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 -/games/boxart/full_2793629AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,PS5,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 -/games/boxart/full_3044545AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,PS4,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 -/games/boxart/full_7968469AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 -/games/boxart/full_9407391AmericaFrontccc.jpg,Dynasty Warriors 9: Empires,NS,Action,Unknown,Koei Tecmo Games,,,,,,,,2022-02-09 -/games/boxart/full_174520AmericaFrontccc.png,Earth Atlantis,NS,Action,Headup Games,Pixel Perfex,,,,,,,2017-10-05,2018-03-12 -/games/boxart/full_7930486AmericaFrontccc.jpg,Earth Defense Force: World Brothers,PS4,Action,D3 Publisher,D3 Publisher,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_2968827AmericaFrontccc.jpg,Earth Defense Force: World Brothers,NS,Action,D3 Publisher,D3 Publisher,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_5408040AmericaFrontccc.png,Earth Wars,NS,Action,One or Eight Inc.,One or Eight Inc.,,,,,,,2018-01-25,2018-03-12 -/games/boxart/full_7711422AmericaFrontccc.png,Elevator Action,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/full_1774567AmericaFrontccc.jpg,Entwined Challenge,And,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-10-02,2018-04-07 -/games/boxart/full_9296421AmericaFrontccc.jpg,Entwined Challenge,iOS,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-10-02,2018-04-07 -/games/boxart/full_3678957AmericaFrontccc.jpg,Estencel,PC,Action,Unknown,Rone Vine,,,,,,,,2023-01-09 -/games/boxart/full_2332667AmericaFrontccc.jpg,Evil Dead: The Game,XS,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 -/games/boxart/full_9196345AmericaFrontccc.jpg,Evil Dead: The Game,XOne,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 -/games/boxart/full_3000198AmericaFrontccc.jpg,Evil Dead: The Game,PS5,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 -/games/boxart/full_9267857AmericaFrontccc.jpg,Evil Dead: The Game,PS4,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 -/games/boxart/full_6956437AmericaFrontccc.jpg,Evil Dead: The Game,PC,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 -/games/boxart/full_6645218AmericaFrontccc.jpg,Evil Dead: The Game,NS,Action,Unknown,Saber Interactive,,,,,,,,2021-06-10 -/games/boxart/full_8034373AmericaFrontccc.jpg,Evil Maze 2,PC,Action,ZOV GAME STUDIO,ZOV GAME STUDIO,,,,,,,2019-03-08,2019-04-03 -/games/boxart/full_7798278AmericaFrontccc.jpg,Evotinction,PS4,Action,Sony Computer Entertainment,Spikewave Games,,,,,,,2020-12-01,2019-08-06 -/games/boxart/default.jpg,Exile's End,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_4618824AmericaFrontccc.jpg,Exit the Gungeon,NS,Action,Devolver Digital,Dodge Roll,,,,,,,2020-03-17,2020-03-28 -/games/boxart/default.jpg,Extreme Exorcism,PS4,Action,Unknown,Golden Ruby Games,,,,,,,,2018-08-14 -/games/boxart/full_3547399AmericaFrontccc.jpg,Fable Heroes,XBL,Action,Unknown,Lionhead Studios,,,,,,,,2022-08-10 -/games/boxart/full_5461793AmericaFrontccc.png,Fall of Light,NS,Action,Unknown,RuneHeads,,,,,,,,2018-09-05 -/games/boxart/full_3787544AmericaFrontccc.png,Fat Dragons,WiiU,Action,Undefined,Undefined,,,,,,,2018-02-22,2020-10-06 -/games/boxart/full_9733729AmericaFrontccc.jpg,Fate/Extella Link,PC,Action,Xseed Games,Marvelous,,,,,,,2019-02-12,2018-12-30 -/games/boxart/full_5530295AmericaFrontccc.jpg,Fate/Extella Link,NS,Action,Xseed Games,Marvelous,,,,,,,2019-03-12,2018-12-30 -/games/boxart/full_8660936AmericaFrontccc.jpg,Fight Crab,PC,Action,Playism,Calappa Games,,,,,,,2020-07-30,2020-07-27 -/games/boxart/full_9797048AmericaFrontccc.jpg,Fight Crab,NS,Action,Playism,Calappa Games,,,,,,,2020-09-15,2020-07-27 -/games/boxart/default.jpg,Final Soldier,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_6173163AmericaFrontccc.jpg,Final Vendetta,XS,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 -/games/boxart/full_3857087AmericaFrontccc.jpg,Final Vendetta,XOne,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 -/games/boxart/full_7989715AmericaFrontccc.jpg,Final Vendetta,PS5,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 -/games/boxart/full_5153925AmericaFrontccc.jpg,Final Vendetta,PS4,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 -/games/boxart/full_186612AmericaFrontccc.jpg,Final Vendetta,PC,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 -/games/boxart/full_5758564AmericaFrontccc.jpg,Final Vendetta,NS,Action,Unknown,Bitmap Bureau,,,,,,,,2022-05-06 -/games/boxart/full_2525345AmericaFrontccc.jpg,Firegirl,PC,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 -/games/boxart/full_986775AmericaFrontccc.jpg,Firegirl,NS,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 -/games/boxart/full_2461470AmericaFrontccc.jpg,Firegirl,PS4,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 -/games/boxart/full_9939049AmericaFrontccc.jpg,Firegirl,PS5,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 -/games/boxart/full_1146100AmericaFrontccc.jpg,Firegirl,XOne,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 -/games/boxart/full_3646515AmericaFrontccc.jpg,Firegirl,XS,Action,Unknown,Dejima Games,,,,,,,,2021-06-12 -/games/boxart/default.jpg,Firo & Klawd,PS,Action,Unknown,Interactive Studios Ltd.,,,,,,,,2023-08-29 -/games/boxart/default.jpg,Fishlabs Entertainment,OSX,Action,Unknown,Fishlabs Entertainment,,,,,,,,2018-01-06 -/games/boxart/full_3907036AmericaFrontccc.jpg,Five Nights at Freddy's: Security Breach,PS5,Action,Scott Cawthon,Scott Cawthon,,,,,,,2020-12-31,2020-09-16 -/games/boxart/full_8072084AmericaFrontccc.png,Flip Wars,NS,Action,Nintendo,Over Fence,,,,,,,2017-08-10,2018-03-12 -/games/boxart/full_7519525AmericaFrontccc.png,forma.8,NS,Action,Mixedbag Srl,Mixedbag Srl,,,,,,,2017-08-24,2018-03-12 -/games/boxart/full_8666330AmericaFrontccc.jpg,Freedom Planet 2,PC,Action,GalaxyTrail Games,GalaxyTrail Games,,,,,,,2022-09-13,2019-04-10 -/games/boxart/full_4527971AmericaFrontccc.png,Friday the 13th: The Game,NS,Action,Gun Media,IllFonic,,,,,,,2019-08-13,2019-07-27 -/games/boxart/full_1189276AmericaFrontccc.png,Frog Bog,Int,Action,Mattel Electronics,Mattel,,,,,,,1982-05-25,2018-01-13 -/games/boxart/default.jpg,Frogger,CV,Action,Unknown,Konami Computer Entertainment Japan,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Frogger II: ThreeeDeep!,CV,Action,Unknown,Parker Brothers,,,,,,,,2021-10-18 -/games/boxart/full_85946AmericaFrontccc.jpg,Front Line,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/full_8701035AmericaFrontccc.png,Furi,NS,Action,The Game Bakers,The Game Bakers,,,,,,,2018-01-11,2018-01-09 -/games/boxart/full_4791365AmericaFrontccc.png,Fury Unleashed,NS,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 -/games/boxart/full_8641231AmericaFrontccc.png,Fury Unleashed,PC,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 -/games/boxart/full_6701029AmericaFrontccc.png,Fury Unleashed,PS4,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 -/games/boxart/full_8310041AmericaFrontccc.png,Fury Unleashed,XOne,Action,Unknown,Awesome Games Studio,,,,,,,,2020-05-09 -/games/boxart/full_2540792AmericaFrontccc.jpg,Gal Guardians: Demon Purge,NS,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 -/games/boxart/full_9495973AmericaFrontccc.jpg,Gal Guardians: Demon Purge,PC,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 -/games/boxart/full_7548284AmericaFrontccc.jpg,Gal Guardians: Demon Purge,PS5,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 -/games/boxart/full_5744599AmericaFrontccc.jpg,Gal Guardians: Demon Purge,PS4,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 -/games/boxart/full_6285844AmericaFrontccc.jpg,Gal Guardians: Demon Purge,XOne,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 -/games/boxart/full_1276834AmericaFrontccc.jpg,Gal Guardians: Demon Purge,XS,Action,Unknown,Inti Creates,,,,,,,,2023-03-09 -/games/boxart/full_3411595JapanFrontccc.jpg,Gal*Gunvolt,PS4,Action,Inti Creates,Inti Creates,,,,,,,2015-08-06,2018-11-26 -/games/boxart/full_8446302JapanFrontccc.jpg,Gal*Gunvolt,PSV,Action,Inti Creates,Inti Creates,,,,,,,2015-08-06,2018-11-26 -/games/boxart/full_7153247AmericaFrontccc.jpg,Gal*Gunvolt Burst,PS4,Action,Inti Creates,Inti Creates,,,,,,,2018-03-15,2018-11-26 -/games/boxart/default.jpg,Galax on Fire 2 HD,PC,Action,Unknown,Fishlabs Entertainment,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Galaxy Blaster,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/default.jpg,Galaxy Blaster,3DS,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/full_4706004AmericaFrontccc.jpg,Gangs of Sherwood,XS,Action,Unknown,Appeal Studios,,,,,,,,2023-09-12 -/games/boxart/full_3586112AmericaFrontccc.jpg,Gangs of Sherwood,PS5,Action,Unknown,Appeal Studios,,,,,,,,2023-09-12 -/games/boxart/full_5002415AmericaFrontccc.jpg,Gangs of Sherwood,PC,Action,Unknown,Appeal Studios,,,,,,,,2023-09-12 -/games/boxart/full_2996712AmericaFrontccc.png,Garage,NS,Action,TinyBuild Games,Zombie Dynamics,,,,,,,2018-05-01,2018-03-23 -/games/boxart/full_658844AmericaFrontccc.png,Gekido Kintaro's Revenge,NS,Action,Naps Team,Naps Team,,,,,,,2018-03-22,2018-01-30 -/games/boxart/full_8069494AmericaFrontccc.jpg,Genesis Alpha One,PS4,Action,Team17 Digital Ltd,Radiation Blue,,,,,,,2019-09-04,2018-08-02 -/games/boxart/full_586321AmericaFrontccc.jpg,Genesis Alpha One,XOne,Action,Team17 Digital Ltd,Radiation Blue,,,,,,,2019-09-04,2018-08-02 -/games/boxart/full_5887216AmericaFrontccc.jpg,Genesis Alpha One,PC,Action,Team17 Digital Ltd,Radiation Blue,,,,,,,2019-09-04,2018-08-02 -/games/boxart/full_6985694AmericaFrontccc.jpg,Georifters,XOne,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_1302645AmericaFrontccc.jpg,Georifters,PS4,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_86410AmericaFrontccc.jpg,Georifters,PC,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_7183688AmericaFrontccc.jpg,Georifters,NS,Action,Another Indie,Busy Toaster,,,,,,,2020-12-01,2019-08-05 -/games/boxart/default.jpg,Ghost Blade HD,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_5522151AmericaFrontccc.jpg,Ghostrunner,XOne,Action,505 Games,One More Level,,,,,,,2020-10-27,2020-09-15 -/games/boxart/full_2136379AmericaFrontccc.jpg,Ghostrunner,PS4,Action,505 Games,One More Level,,,,,,,2020-10-27,2020-09-15 -/games/boxart/full_721892AmericaFrontccc.jpg,Ghostrunner,PC,Action,505 Games,One More Level,,,,,,,2020-10-27,2020-09-15 -/games/boxart/full_8624268AmericaFrontccc.jpg,Ghostrunner,NS,Action,Unknown,One More Level,,,,,,,,2021-11-06 -/games/boxart/full_8732475AmericaFrontccc.jpg,Ghostrunner,XS,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_2925838AmericaFrontccc.jpg,Ghostrunner,PS5,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_4368039AmericaFrontccc.jpg,Ghostrunner 2,PC,Action,Unknown,One More Level,,,,,,,,2023-08-26 -/games/boxart/full_9519203AmericaFrontccc.jpg,Ghostrunner 2,XS,Action,Unknown,One More Level,,,,,,,,2023-08-26 -/games/boxart/full_7397263AmericaFrontccc.jpg,Ghostrunner 2,PS5,Action,Unknown,One More Level,,,,,,,,2023-08-26 -/games/boxart/full_6254969AmericaFrontccc.jpg,Ghostrunner: Project_Hel,XS,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_6592260AmericaFrontccc.jpg,Ghostrunner: Project_Hel,XOne,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_4037610AmericaFrontccc.jpg,Ghostrunner: Project_Hel,PS5,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_9142929AmericaFrontccc.jpg,Ghostrunner: Project_Hel,PS4,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_3047478AmericaFrontccc.jpg,Ghostrunner: Project_Hel,PC,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_9471836AmericaFrontccc.jpg,Ghostrunner: Project_Hel,NS,Action,Unknown,One More Level,,,,,,,,2022-01-13 -/games/boxart/full_8964382JapanFrontccc.jpg,Girls und Panzer: Dream Team Match DX,NS,Action,Bandai Namco Games,Bandai Namco Games,,,,,,,2019-02-21,2019-02-24 -/games/boxart/full_8966882AmericaFrontccc.jpg,God of War: Betrayal,Mob,Action,Sony Pictures Digital Network,Sony Online Entertainment Los Angeles,,,,,,,2007-06-20,2018-04-04 -/games/boxart/full_2411313AmericaFrontccc.jpg,God of War: Ragnarök,PS5,Action,Sony Interactive Entertainment,Sony Computer Entertainment,,,,,,,2022-11-09,2022-11-23 -/games/boxart/full_3446017AmericaFrontccc.jpg,God of War: Ragnarök,PS4,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2022-11-09,2022-11-23 -/games/boxart/full_850686PALFrontccc.jpg,Going Under,NS,Action,Team 17,Team17,,,,,,,2020-09-24,2022-04-17 -/games/boxart/full_2540364AmericaFrontccc.jpg,Golden Rush,PC,Action,ELYLAND INVESTMENT COMPANY Ltd,Forbes Consult Ltd,,,,,,,2015-09-24,2019-04-17 -/games/boxart/full_8475920AmericaFrontccc.png,GoNNER,NS,Action,Raw Fury,Art in Heart,,,,,,,2017-06-29,2018-01-16 -/games/boxart/full_4127711AmericaFrontccc.jpg,Goofy's Fun House,PS,Action,NewKidCo,The Code Monkeys,,,,,,,2001-07-01,2018-03-30 -/games/boxart/full_9426954AmericaFrontccc.jpg,Gotham Knights,XS,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 -/games/boxart/full_5750204AmericaFrontccc.jpg,Gotham Knights,XOne,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 -/games/boxart/full_9879556AmericaFrontccc.jpg,Gotham Knights,PS5,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 -/games/boxart/full_5645376AmericaFrontccc.jpg,Gotham Knights,PS4,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 -/games/boxart/full_2940945AmericaFrontccc.jpg,Gotham Knights,PC,Action,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2022-10-25,2020-08-22 -/games/boxart/full_8494862AmericaFrontccc.png,Graceful Explosion Machine,NS,Action,Vertex Pop,Vertex Pop,,,,,,,2017-04-06,2018-03-12 -/games/boxart/default.jpg,Gradius,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_8566789AmericaFrontccc.png,Growl,GEN,Action,Taito Corporation,Taito,,,,,,,1991-11-15,2017-12-31 -/games/boxart/default.jpg,Guide the Ghost,3DS,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/full_4792731AmericaFrontccc.jpg,Gunlord X,PS4,Action,Unknown,NG:DEV.TEAM,,,,,,,,2019-12-15 -/games/boxart/full_4263298AmericaFrontccc.jpg,Gunlord X,NS,Action,Unknown,NG:DEV.TEAM,,,,,,,,2019-12-15 -/games/boxart/full_4052802AmericaFrontccc.png,Gunman Clive,3DS,Action,Horberg Productions,Horberg Productions,8.4,,,,,,2013-01-03,2018-04-12 -/games/boxart/full_1217151AmericaFrontccc.jpg,Gunman Clive,PC,Action,Horberg Productions,Horberg Productions,,,,,,,2014-01-03,2018-04-12 -/games/boxart/full_2946386AmericaFrontccc.png,Gunman Clive 2,3DS,Action,Horberg Productions,Horberg Productions,8.3,,,,,,2015-01-29,2018-04-12 -/games/boxart/full_9458480AmericaFrontccc.jpg,Gunman Clive 2,PC,Action,Horberg Productions,Horberg Productions,,,,,,,2015-09-03,2018-04-12 -/games/boxart/full_1183437AmericaFrontccc.png,Gunman Clive HD Collection,WiiU,Action,Horberg Productions,Horberg Productions,,,,,,,2015-09-03,2018-04-12 -/games/boxart/default.jpg,Gunman Clive HD Collection,NS,Action,Horberg Productions,Horberg Productions,,,,,,,2019-01-17,2019-01-04 -/games/boxart/full_7792494AmericaFrontccc.jpg,"Guns, Gore & Cannoli 2",PC,Action,Crazy Monkey,Crazy Monkey Studios,,,,,,,2018-03-02,2018-03-12 -/games/boxart/full_4023495AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,NS,Action,Unknown,Inti Creates,,,,,,,,2019-05-31 -/games/boxart/full_2358985AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,PS4,Action,Unknown,Inti Creates,,,,,,,,2019-05-31 -/games/boxart/full_3876543AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,PC,Action,Unknown,Inti Creates,,,,,,,,2019-05-31 -/games/boxart/full_2398903AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX,XOne,Action,Inti Creates,Inti Creates,,,,,,,2019-12-19,2019-12-24 -/games/boxart/full_1089700AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,NS,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 -/games/boxart/full_9582275AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,PC,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 -/games/boxart/full_464588AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,PS4,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 -/games/boxart/full_2228935AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,PS5,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 -/games/boxart/full_1002619AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,XOne,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 -/games/boxart/full_9796288AmericaFrontccc.jpg,Gunvolt Chronicles: Luminous Avenger iX 2,XS,Action,Unknown,Inti Creates,,,,,,,,2021-09-16 -/games/boxart/full_7064723AmericaFrontccc.png,Hades,NS,Action,Supergiant Games,Supergiant Games,,,,,,,2020-09-17,2020-09-17 -/games/boxart/full_8136605AmericaFrontccc.jpg,Hades II,PC,Action,Unknown,Supergiant Games,,,,,,,,2022-12-09 -/games/boxart/full_7616987AmericaFrontccc.jpg,Hades II,XS,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 -/games/boxart/full_3110347AmericaFrontccc.jpg,Hades II,PS5,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 -/games/boxart/full_8933598AmericaFrontccc.jpg,Hades II,NS,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 -/games/boxart/full_3009262AmericaFrontccc.jpg,Hades II,XOne,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 -/games/boxart/full_6748859AmericaFrontccc.jpg,Hades II,PS4,Action,Unknown,Supergiant Games,,,,,,,,2023-12-27 -/games/boxart/full_2989262AmericaFrontccc.jpg,Half-Life: Alyx,PC,Action,Valve,Valve,9.3,,,,,,2020-03-23,2019-11-21 -/games/boxart/full_5321205AmericaFrontccc.jpg,Hammer of Virtue,PC,Action,Unknown,No Pest Productions,,,,,,,,2023-07-22 -/games/boxart/full_9143790AmericaFrontccc.jpg,Hammer of Virtue,PS5,Action,Unknown,No Pest Productions,,,,,,,,2023-07-22 -/games/boxart/full_8543234AmericaFrontccc.png,Hammerwatch,NS,Action,BlitWorks,Crackshell,,,,,,,2017-12-14,2018-03-12 -/games/boxart/full_8152134AmericaFrontccc.jpg,Hardcore Mecha,PC,Action,RocketPunch Games,RocketPunch Games,,,,,,,2019-06-26,2020-01-13 -/games/boxart/full_5890373AmericaFrontccc.jpg,Hardcore Mecha,PS4,Action,RocketPunch Games,RocketPunch Games,,,,,,,2020-01-14,2020-01-13 -/games/boxart/full_4463248AmericaFrontccc.jpg,Have a Nice Death,PC,Action,Unknown,Magic Design Studios,,,,,,,,2023-03-22 -/games/boxart/full_4272115AmericaFrontccc.jpg,Have a Nice Death,NS,Action,Unknown,Magic Design Studios,,,,,,,,2023-03-22 -/games/boxart/full_6760920AmericaFrontccc.jpg,Have a Nice Death,XOne,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 -/games/boxart/full_2903965AmericaFrontccc.jpg,Have a Nice Death,PS5,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 -/games/boxart/full_827488AmericaFrontccc.jpg,Have a Nice Death,PS4,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 -/games/boxart/full_6445659AmericaFrontccc.jpg,Have a Nice Death,XS,Action,Unknown,Magic Design Studios,,,,,,,,2023-12-06 -/games/boxart/full_2519179AmericaFrontccc.png,Heart&Slash,NS,Action,Badland Games,Aheartfulofgames,,,,,,,2017-12-22,2018-01-09 -/games/boxart/full_1519473AmericaFrontccc.jpg,Heave Ho,NS,Action,Unknown,Le Cartel Studio,,,,,,,,2019-08-26 -/games/boxart/full_8268215AmericaFrontccc.jpg,Heave Ho,PC,Action,Unknown,Le Cartel Studio,,,,,,,,2019-08-26 -/games/boxart/full_894606JapanFrontccc.jpg,Hell Fighter,NES,Action,Unknown,Thin Chen Enterprises,,,,,,,,2018-01-06 -/games/boxart/full_894957AmericaFrontccc.jpg,Hello Neighbor 2,XS,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 -/games/boxart/full_4100755AmericaFrontccc.jpg,Hello Neighbor 2,XOne,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 -/games/boxart/full_507369AmericaFrontccc.jpg,Hello Neighbor 2,PS5,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 -/games/boxart/full_9336372AmericaFrontccc.jpg,Hello Neighbor 2,PS4,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 -/games/boxart/full_2958535AmericaFrontccc.jpg,Hello Neighbor 2,PC,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 -/games/boxart/full_788614AmericaFrontccc.jpg,Hello Neighbor 2,NS,Action,Unknown,TinyBuild Games,,,,,,,,2022-10-15 -/games/boxart/full_7385064AmericaFrontccc.jpg,Hello Neighbor VR: Search and Rescue,PS5,Action,Unknown,Steel Wool Studios,,,,,,,,2023-04-01 -/games/boxart/full_491631AmericaFrontccc.jpg,Hello Neighbor VR: Search and Rescue,PS4,Action,Unknown,Steel Wool Studios,,,,,,,,2023-04-01 -/games/boxart/full_5005604AmericaFrontccc.jpg,Hello Neighbor VR: Search and Rescue,PC,Action,Unknown,Steel Wool Studios,,,,,,,,2023-04-01 -/games/boxart/full_4886599AmericaFrontccc.jpg,Heroes of SoulCraft - Arcade MOBA,PC,Action,MobileBits GmbH,MobileBits GmbH,,,,,,,2015-07-02,2019-04-22 -/games/boxart/full_1586985AmericaFrontccc.jpg,Heroes of the Storm,PC,Action,Unknown,Blizzard Entertainment,,,,,,,,2019-01-28 -/games/boxart/full_4797432AmericaFrontccc.jpg,Hitman HD Enhanced Collection,PS4,Action,IO Interactive,IO Interactive,,,,,,,2019-01-11,2019-03-23 -/games/boxart/full_1564348AmericaFrontccc.jpg,Hitman HD Enhanced Collection,XOne,Action,IO Interactive,IO Interactive,,,,,,,2019-01-11,2019-03-23 -/games/boxart/default.jpg,HIVE JUMP,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_5687208AmericaFrontccc.jpg,Hogwarts Legacy,PS5,Action,Warner Bros. Interactive Entertainment,Avalanche Studios,,,,,,,2021-12-31,2020-09-16 -/games/boxart/full_8972833AmericaFrontccc.jpg,Hotel Barcelona,XS,Action,Unknown,White Owls,,,,,,,,2023-09-21 -/games/boxart/full_5974717AmericaFrontccc.jpg,Hotel Barcelona,PS5,Action,Unknown,White Owls,,,,,,,,2023-09-21 -/games/boxart/full_1039724AmericaFrontccc.jpg,Hotel Barcelona,PC,Action,Unknown,White Owls,,,,,,,,2023-09-21 -/games/boxart/full_6380639AmericaFrontccc.png,Huntdown,NS,Action,Coffee Stain Studios,Easy Trigger Games,,,,,,,2018-01-01,2018-03-12 -/games/boxart/full_3852630AmericaFrontccc.png,Hyperlight Ultimate,NS,Action,Unknown,CatfishBlues Games,,,,,,,2019-07-09,2019-07-07 -/games/boxart/full_5461742AmericaFrontccc.png,I and Me,NS,Action,Ratalaika Games,Wish Fang,,,,,,,2017-07-13,2018-03-12 -/games/boxart/default.jpg,Ice Trek,Int,Action,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_4376656AmericaFrontccc.png,IMAGEFIGHT,WiiU,Action,Konami,Konami,,,,,,,2018-02-08,2020-10-06 -/games/boxart/full_9364612AmericaFrontccc.png,IMAGEFIGHT 2,WiiU,Action,Konami,Konami,,,,,,,2018-02-08,2020-10-06 -/games/boxart/full_6677364AmericaFrontccc.png,Implosion,NS,Action,Flyhigh Works,Cascade Games,,,,,,,2017-07-06,2018-03-12 -/games/boxart/full_111919AmericaFrontccc.jpg,Inferno Climber,PC,Action,Arc System Works,Arc System Works,,,,,,,2016-09-09,2019-03-23 -/games/boxart/full_8853351AmericaFrontccc.png,Inferno Climber: Reborn,NS,Action,Arc System Works,Arc System Works,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_177508AmericaFrontccc.jpg,Inferno Climber: Reborn,PS4,Action,Arc System Works,Arc System Works,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_4274586AmericaFrontccc.jpg,Infinity Runner,PS4,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2015-04-21,2018-08-08 -/games/boxart/full_4704991AmericaFrontccc.jpg,Infinity Runner,XOne,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2015-04-22,2018-08-08 -/games/boxart/full_6782960AmericaFrontccc.png,Infinity Runner,WiiU,Action,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2016-03-15,2018-08-08 -/games/boxart/full_3826772AmericaFrontccc.png,Into the Dead 2,NS,Action,Versus Evil,PikPok,,,,,,,2019-10-25,2019-10-24 -/games/boxart/full_2299721AmericaFrontccc.jpg,Irem Collection Volume 3,NS,Action,Unknown,Tozai Games,,,,,,,,2023-10-11 -/games/boxart/full_5266732AmericaFrontccc.jpg,Irem Collection Volume 3,PS4,Action,Unknown,Tozai Games,,,,,,,,2023-10-11 -/games/boxart/full_2761486AmericaFrontccc.jpg,Irem Collection Volume 3,PS5,Action,Unknown,Tozai Games,,,,,,,,2023-10-11 -/games/boxart/full_3634161AmericaFrontccc.jpg,Jigoku Kisetsukan: Sense of the Seasons,PC,Action,Emad,Emad,,,,,,,2015-05-12,2019-04-04 -/games/boxart/full_2204210AmericaFrontccc.png,Johnny Turbo's Arcade: Bad Dudes,NS,Action,FTE Games,Flying Tiger Entertainment,,,,,,,2018-03-29,2018-03-23 -/games/boxart/full_1744337AmericaFrontccc.png,Johnny Turbo's Arcade: Gate of Doom,NS,Action,FTE Games,Flying Tiger Entertainment,,,,,,,2018-02-15,2018-03-12 -/games/boxart/full_880860AmericaFrontccc.png,Johnny Turbo's Arcade: Wizard Fire,NS,Action,Unknown,FTE Games,,,,,,,2018-06-21,2020-08-29 -/games/boxart/default.jpg,Jotun: Valhalla Edition,PC,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Jotun: Valhalla Edition,OSX,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Jotun: Valhalla Edition,WiiU,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Jotun: Valhalla Edition,PS4,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Jotun: Valhalla Edition,XOne,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/full_9886328AmericaFrontccc.png,Jotun: Valhalla Edition,NS,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-04-18 -/games/boxart/full_85750AmericaFrontccc.jpg,Jumanji: The Video Game,XOne,Action,Unknown,Funsolve,,,,,,,,2019-11-10 -/games/boxart/full_442395AmericaFrontccc.jpg,Jumanji: The Video Game,NS,Action,Unknown,Funsolve,,,,,,,,2019-11-10 -/games/boxart/full_8663910AmericaFrontccc.jpg,Jumanji: The Video Game,PS4,Action,Unknown,Funsolve,,,,,,,,2019-11-10 -/games/boxart/full_8675020AmericaFrontccc.jpg,Jumanji: The Video Game,PC,Action,Unknown,Funsolve,,,,,,,,2019-11-10 -/games/boxart/full_4347372AmericaFrontccc.jpg,Just Die Already,XOne,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 -/games/boxart/full_8007540AmericaFrontccc.jpg,Just Die Already,PS4,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 -/games/boxart/full_1225668AmericaFrontccc.jpg,Just Die Already,PC,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 -/games/boxart/full_3805302AmericaFrontccc.jpg,Just Die Already,NS,Action,Unknown,DoubleMoose Games,,,,,,,,2021-05-20 -/games/boxart/full_5754595AmericaFrontccc.png,JYDGE,NS,Action,10tons,10tons Ltd,,,,,,,2017-10-19,2018-03-12 -/games/boxart/full_8603670AmericaFrontccc.jpg,Katamari Damacy Reroll,PC,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2018-12-07,2018-09-30 -/games/boxart/full_4571549AmericaFrontccc.jpg,Katamari Damacy Reroll,XOne,Action,Bandai Namco Entertainment,Namco,,,,,,,2020-11-20,2020-09-18 -/games/boxart/full_5168649AmericaFrontccc.jpg,Katamari Damacy Reroll,PS4,Action,Bandai Namco Entertainment,Namco,,,,,,,2020-11-20,2020-09-18 -/games/boxart/full_9304219AmericaFrontccc.png,Katana ZERO,NS,Action,Devolver Digital,Akiisoft,,,,,,,2019-04-18,2019-04-02 -/games/boxart/full_3589834AmericaFrontccc.png,Kero Blaster,NS,Action,Unknown,Studio Pixel,,,,,,,,2018-08-20 -/games/boxart/default.jpg,Kero Blaster,PS4,Action,Unknown,Studio Pixel,,,,,,,,2018-08-20 -/games/boxart/full_7161535AmericaFrontccc.png,Ketzal's Corridors,3DS,Action,Nintendo,Keys Factory,,,,,,,2012-04-12,2018-09-05 -/games/boxart/full_8242466AmericaFrontccc.jpg,Killer Queen Black,XOne,Action,"Liquid Bit, LLC","Liquid Bit, LLC",,,,,,,2019-10-11,2019-09-13 -/games/boxart/full_7450570AmericaFrontccc.png,Killer Queen Black,NS,Action,"Liquid Bit, LLC","Liquid Bit, LLC",,,,,,,2019-10-11,2019-09-13 -/games/boxart/full_3258959AmericaFrontccc.jpg,Killer Queen Black,PC,Action,"Liquid Bit, LLC","Liquid Bit, LLC",,,,,,,2019-10-11,2019-09-13 -/games/boxart/default.jpg,Kirby's Blowout Blast,3DS,Action,Unknown,HAL Laboratory,,,,,,,,2022-04-28 -/games/boxart/full_2841437AmericaFrontccc.jpg,Kung Fu Strike,X360,Action,Unknown,Qooc Software,,,,,,,,2022-08-13 -/games/boxart/full_8280758AmericaFrontccc.jpg,Kung Fu Strike,PC,Action,Unknown,Qooc Software,,,,,,,,2022-08-13 -/games/boxart/full_5753692AmericaFrontccc.jpg,Kunitsu-Gami: Path of the Goddess,XS,Action,Unknown,Capcom,,,,,,,,2023-06-12 -/games/boxart/full_8398750AmericaFrontccc.jpg,Kunitsu-Gami: Path of the Goddess,PC,Action,Unknown,Capcom,,,,,,,,2023-06-12 -/games/boxart/full_2695210AmericaFrontccc.jpg,Kunitsu-Gami: Path of the Goddess,PS5,Action,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_7057268AmericaFrontccc.jpg,Lady Bug,CV,Action,Coleco,Universal,,,,,,,1982-10-05,2021-10-18 -/games/boxart/full_158054AmericaFrontccc.png,League of Evil,NS,Action,Ratalaika Games,Ratalaika Games,,,,,,,2017-08-31,2018-03-23 -/games/boxart/full_5003361AmericaFrontccc.jpg,LEGO The Incredibles,PC,Action,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2018-06-15,2018-11-06 -/games/boxart/full_1024592AmericaFrontccc.jpg,Lethal Company,PC,Action,Unknown,Zeekerss,,,,,,,,2023-11-23 -/games/boxart/full_7592738AmericaFrontccc.png,Lichtspeer: Double Speer Edition,NS,Action,Crunching Koalas,Lichthund,,,,,,,2017-09-07,2018-03-23 -/games/boxart/full_8991100AmericaFrontccc.png,Light Fingers,NS,Action,Numizmatic,Numizmatic,,,,,,,2018-09-20,2018-10-06 -/games/boxart/full_6402179PALFrontccc.jpg,Little Red Hood,NES,Action,Unknown,Joy Van,,,,,,,,2018-01-06 -/games/boxart/full_8165555AmericaFrontccc.png,Little Triangle,NS,Action,KONANDENKI,Cotton Game,,,,,,,2018-03-01,2018-03-23 -/games/boxart/full_6996166AmericaFrontccc.jpg,LocoCycle,PC,Action,Microsoft Studios,Twisted Pixel Games,,,,,,,2014-02-14,2018-08-09 -/games/boxart/full_8248858AmericaFrontccc.jpg,Looping,CV,Action,Coleco,Video Games GmbH,,,,,,,1983-05-03,2021-10-18 -/games/boxart/full_2010870AmericaFrontccc.jpg,Loot River,XS,Action,Unknown,straka.studio,,,,,,,,2022-04-20 -/games/boxart/full_6385610AmericaFrontccc.jpg,Loot River,XOne,Action,Unknown,straka.studio,,,,,,,,2022-04-20 -/games/boxart/full_588912AmericaFrontccc.jpg,Loot River,PC,Action,Unknown,straka.studio,,,,,,,,2022-04-20 -/games/boxart/default.jpg,Lords Of Thunder,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_336719AmericaFrontccc.png,Lost Judgement,XS,Action,Unknown,Sega,,,,,,,,2021-08-17 -/games/boxart/full_9805262AmericaFrontccc.png,Lost Judgement,XOne,Action,Unknown,Sega,,,,,,,,2021-08-17 -/games/boxart/full_9449038AmericaFrontccc.png,Lost Judgement,PS5,Action,Unknown,Sega,,,,,,,,2021-08-17 -/games/boxart/full_9667924AmericaFrontccc.png,Lost Judgement,PS4,Action,Unknown,Sega,,,,,,,,2021-08-17 -/games/boxart/full_1432706AmericaFrontccc.jpg,Lost Soul Aside,PS4,Action,Unknown,UltiZero Games,,,,,,,,2019-01-04 -/games/boxart/full_9667499AmericaFrontccc.jpg,Lost Wing,XOne,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-29,2019-07-25 -/games/boxart/full_5308043AmericaFrontccc.jpg,Lost Wing,PS4,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-28,2019-07-25 -/games/boxart/full_5798649AmericaFrontccc.jpg,Lost Wing,PC,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-31,2019-07-25 -/games/boxart/full_3919320AmericaFrontccc.jpg,Lost Wing,NS,Action,2Awesome Studio,BoxFrog Games,,,,,,,2020-07-31,2019-07-25 -/games/boxart/full_1771184AmericaFrontccc.jpg,Lovely Planet,PS4,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2016-04-05,2018-08-08 -/games/boxart/full_4209439AmericaFrontccc.png,Lovely Planet,WiiU,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2016-04-05,2018-08-08 -/games/boxart/full_1388306AmericaFrontccc.jpg,Lovely Planet,XOne,Action,TinyBuild Games,QUICKTEQUILA,,,,,,,2016-01-08,2018-08-08 -/games/boxart/default.jpg,Lunar Rescue,Arc,Action,Unknown,Taito,,,,,,,,2020-12-10 -/games/boxart/full_5985810AmericaFrontccc.jpg,Malicious Fallen,PS4,Action,Sony Interactive Entertainment,Alvion Inc.,,,,,,,2017-02-21,2018-09-21 -/games/boxart/full_59550AmericaFrontccc.jpg,Maneater,XS,Action,Deep Silver,Tripwire Interactive,,,,,,,2020-11-10,2020-09-26 -/games/boxart/full_5223062AmericaFrontccc.jpg,Maneater,PS5,Action,Deep Silver,Tripwire Interactive,,,,,,,2020-11-12,2020-09-26 -/games/boxart/full_5508143AmericaFrontccc.png,Manticore: Galaxy on Fire,NS,Action,Unknown,Fishlabs Entertainment,,,,,,,,2018-05-31 -/games/boxart/full_9999422AmericaFrontccc.png,Maria The Witch,NS,Action,Naps Team,Naps Team,,,,,,,2017-11-09,2018-03-23 -/games/boxart/full_2489101AmericaFrontccc.png,Mark of the Ninja: Remastered,NS,Action,Klei Entertainment,Klei Entertainment,,,,,,,2018-10-09,2018-10-06 -/games/boxart/full_8100035AmericaFrontccc.jpg,Mars 2120,XS,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 -/games/boxart/full_7728130AmericaFrontccc.jpg,Mars 2120,XOne,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 -/games/boxart/full_7858681AmericaFrontccc.jpg,Mars 2120,PS5,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 -/games/boxart/full_395231AmericaFrontccc.jpg,Mars 2120,PS4,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 -/games/boxart/full_8389349AmericaFrontccc.jpg,Mars 2120,PC,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 -/games/boxart/full_9762009AmericaFrontccc.jpg,Mars 2120,NS,Action,Unknown,QUByte Interactive,,,,,,,,2024-01-13 -/games/boxart/full_611932AmericaFrontccc.png,Marvel's Avengers,PC,Action,Square Enix,Crystal Dynamics,,,,,,,2020-09-04,2019-06-18 -/games/boxart/full_5784057AmericaFrontccc.png,Marvel's Avengers,XOne,Action,Square Enix,Crystal Dynamics,,,,,,,2020-09-04,2019-06-18 -/games/boxart/full_9653303AmericaFrontccc.png,Marvel's Avengers,PS4,Action,Square Enix,Crystal Dynamics,,,,,,,2020-09-04,2019-06-18 -/games/boxart/full_7505131AmericaFrontccc.png,Marvel's Avengers,XS,Action,Square Enix,Crystal Dynamics,,,,,,,2020-11-10,2020-06-24 -/games/boxart/full_7102950AmericaFrontccc.png,Marvel's Avengers,PS5,Action,Square Enix,Crystal Dynamics,,,,,,,2020-11-12,2020-06-24 -/games/boxart/full_4255290AmericaFrontccc.png,Marvel's Iron Man VR,PS4,Action,Sony Interactive Entertainment,Camouflaj,,,,,,,2020-07-03,2019-10-07 -/games/boxart/full_5729392AmericaFrontccc.png,Maze,WiiU,Action,Unknown,TreeFall Studios,,,,,,,,2018-01-05 -/games/boxart/full_9409871PALFrontccc.jpg,Mechstermination Force,NS,Action,Horberg Productions,Horberg Productions,,,,,,,2019-04-03,2019-04-03 -/games/boxart/full_2058656AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,PC,Action,Microsoft,Piranha Games,,,,,,,2019-12-10,2019-04-12 -/games/boxart/full_4020673AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,XS,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 -/games/boxart/full_6413795AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,XOne,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 -/games/boxart/full_6225235AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,PS5,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 -/games/boxart/full_339320AmericaFrontccc.jpg,MechWarrior 5: Mercenaries,PS4,Action,Unknown,Piranha Games,,,,,,,,2021-09-11 -/games/boxart/full_7916416AmericaFrontccc.jpg,Mega Coin Squad,PS4,Action,Adult Swim,Big Pixel Studios,,,,,,,2016-01-26,2018-08-08 -/games/boxart/full_6175778AmericaFrontccc.jpg,Mega Coin Squad,XOne,Action,Adult Swim,Big Pixel Studios,,,,,,,2015-05-20,2018-08-08 -/games/boxart/full_2240999AmericaFrontccc.jpg,MegaTagmension Blanc + Neptune VS Zombies,PC,Action,Idea Factory International,Compile Heart,,,,,,,2016-10-03,2018-07-03 -/games/boxart/full_9498409AmericaFrontccc.jpg,Meme Run,WiiU,Action,Unknown,Ninja Pig Studios,,,,,,,,2018-02-02 -/games/boxart/full_3233893AmericaFrontccc.png,Mercenary Kings Reloaded,NS,Action,Tribute Games,Tribute Games,,,,,,,2018-02-06,2018-03-23 -/games/boxart/default.jpg,METAL GEAR SOLID - Master Collection Version,PS5,Action,Unknown,Konami,,,,,,,,2024-01-20 -/games/boxart/default.jpg,Metal Gear Solid 2,PS5,Action,Unknown,Konami,,,,,,,,2024-01-20 -/games/boxart/default.jpg,Metal Gear Solid 3,PS5,Action,Unknown,Konami,,,,,,,,2024-01-20 -/games/boxart/full_1362876AmericaFrontccc.jpg,Metal Gear Survive,PC,Action,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2018-02-20,2018-02-25 -/games/boxart/full_6531529AmericaFrontccc.jpg,Midnight Ghost Hunt,PC,Action,Mellowsoft,Mellowsoft,,,,,,,2020-12-31,2019-06-10 -/games/boxart/full_5944315AmericaFrontccc.jpg,Minoria,NS,Action,DANGEN Entertainment,Bombservice,,,,,,,2019-12-01,2019-04-12 -/games/boxart/full_7593385AmericaFrontccc.jpg,Minoria,PC,Action,DANGEN Entertainment,Bombservice,,,,,,,2019-08-27,2019-04-12 -/games/boxart/full_2208277AmericaFrontccc.jpg,Mobile Suit Gundam Extreme VS. Maxiboost ON,PS4,Action,Bandai Namco Games,Namco Bandai Games,,,,,,,2020-07-30,2020-04-14 -/games/boxart/full_3103872AmericaFrontccc.jpg,Momodora: Moonlit Farewell,PC,Action,Unknown,Bombservice,,,,,,,,2023-12-03 -/games/boxart/full_1887240AmericaFrontccc.jpg,MONMUSU * FIGHT!,PC,Action,DLsite,StudioS,,,,,,,2017-04-22,2019-04-21 -/games/boxart/default.jpg,MOP: Operation Cleanup,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_2953243AmericaFrontccc.png,Morphite,NS,Action,Level 77,Blowfish Studios,,,,,,,2017-11-02,2018-03-23 -/games/boxart/full_7285450AmericaFrontccc.png,Mountain Peak Battle Mess,WiiU,Action,VADIM GAFTON,RandomSpin,,,,,,,2019-10-24,2020-09-20 -/games/boxart/full_2466204AmericaFrontccc.jpg,Mouse Trap,CV,Action,Coleco,Exidy,,,,,,,1982-11-02,2021-10-18 -/games/boxart/default.jpg,Mr. Do!'s Castle,CV,Action,Unknown,Universal,,,,,,,,2021-10-18 -/games/boxart/full_9671498AmericaFrontccc.png,Mr. Shifty,NS,Action,TinyBuild Games,Team Shifty,,,,,,,2017-04-13,2018-03-23 -/games/boxart/full_4074260PALFrontccc.jpg,Mugsters,NS,Action,Team 17,Team17,,,,,,,2018-07-18,2022-04-17 -/games/boxart/default.jpg,Mutant Alien Moles of the Dead,WiiU,Action,Unknown,EnjoyUp Games,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,PC,Action,Unknown,Funcom,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,XOne,Action,Unknown,Funcom,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,NS,Action,Unknown,Funcom,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Mutant Year Zero: Seed of Evil,PS4,Action,Unknown,Funcom,,,,,,,,2019-06-10 -/games/boxart/full_1622392AmericaFrontccc.jpg,My Hero Ultra Rumble,XOne,Action,Unknown,Byking,,,,,,,,2023-09-21 -/games/boxart/full_3795680AmericaFrontccc.jpg,My Hero Ultra Rumble,PS4,Action,Unknown,Byking,,,,,,,,2023-09-21 -/games/boxart/full_988718AmericaFrontccc.jpg,My Hero Ultra Rumble,PC,Action,Unknown,Byking,,,,,,,,2023-09-21 -/games/boxart/full_7696707AmericaFrontccc.jpg,My Hero Ultra Rumble,NS,Action,Unknown,Byking,,,,,,,,2023-09-21 -/games/boxart/full_4200331AmericaFrontccc.jpg,Naraka: Bladepoint,PC,Action,Unknown,24 Entertainment,,,,,,,,2021-06-14 -/games/boxart/full_7854513AmericaFrontccc.jpg,Neon Abyss,PS4,Action,Veewo Games,Veewo Games,,,,,,,2019-12-01,2019-08-08 -/games/boxart/full_9791183AmericaFrontccc.jpg,Neon Abyss,PC,Action,Veewo Games,Veewo Games,,,,,,,2019-12-01,2019-08-08 -/games/boxart/full_9084878AmericaFrontccc.jpg,Neon Abyss,NS,Action,Team 17,Veewo Games,,,,,,,2020-07-14,2019-08-08 -/games/boxart/full_2358518AmericaFrontccc.png,Neon Chrome,NS,Action,10tons,10tons Ltd,,,,,,,2017-10-12,2018-03-23 -/games/boxart/full_3233771AmericaFrontccc.jpg,Neon White,NS,Action,Unknown,Ben Esposito,,,,,,,,2021-02-18 -/games/boxart/full_5339679AmericaFrontccc.jpg,Neon White,PC,Action,Unknown,Ben Esposito,,,,,,,,2021-02-18 -/games/boxart/full_3980014AmericaFrontccc.png,Neonwall,NS,Action,JanduSoft S.L.,JanduSoft,,,,,,,2018-03-15,2018-03-23 -/games/boxart/full_4193453AmericaFrontccc.png,NeuroVoider,NS,Action,Plug In Digital,Flying Oak,,,,,,,2017-09-07,2018-03-23 -/games/boxart/full_2084003AmericaFrontccc.png,Never Stop Sneakin',NS,Action,Humble Hearts,Humble Hearts,,,,,,,2017-12-14,2018-03-11 -/games/boxart/full_9225873AmericaFrontccc.png,Next Up Hero,NS,Action,"Aspyr Media, Inc.",Digital Continue,,,,,,,2018-04-01,2018-03-23 -/games/boxart/default.jpg,Next Up Hero,XOne,Action,Aspyr,Digital Continue,,,,,,,2018-06-28,2018-07-01 -/games/boxart/default.jpg,Next Up Hero,PS4,Action,Aspyr,Digital Continue,,,,,,,2018-06-28,2018-07-01 -/games/boxart/default.jpg,Next Up Hero,PC,Action,Aspyr,Digital Continue,,,,,,,2018-06-28,2018-07-01 -/games/boxart/full_503461AmericaFrontccc.jpg,Nidhogg,PSV,Action,Messhof,Code Mystics,,,,,,,2014-01-14,2018-09-09 -/games/boxart/full_2674014AmericaFrontccc.jpeg,Nidhogg 2,XOne,Action,Messhof,Messhof,,,,,,,2018-07-18,2018-09-09 -/games/boxart/full_6190820AmericaFrontccc.jpg,Nidhogg 2,PS4,Action,Messhof,Messhof,,,,,,,2017-09-15,2018-09-09 -/games/boxart/full_3725468AmericaFrontccc.jpg,Nidhogg 2,PC,Action,Messhof,Messhof,,,,,,,2017-08-15,2018-09-09 -/games/boxart/full_9305061AmericaFrontccc.png,Nightmare Boy,NS,Action,Badland Games,The Vanir Project,,,,,,,2018-01-16,2018-03-23 -/games/boxart/full_479999AmericaFrontccc.jpg,Nights of Azure,PC,Action,Koei Tecmo,Gust,,,,,,,2017-02-07,2018-01-21 -/games/boxart/full_6448789AmericaFrontccc.png,Nine Parchments,NS,Action,Frozenbyte,Frozenbyte,,,,,,,2017-12-05,2018-03-23 -/games/boxart/full_8969253AmericaFrontccc.jpg,Ninja Gaiden 3: Razor's Edge,PS3,Action,Tecmo Koei,Team Ninja,,,,,,,2013-04-02,2018-05-02 -/games/boxart/full_3522059AmericaFrontccc.png,Ninja Gaiden 3: Razor's Edge,X360,Action,Tecmo Koei,Team Ninja,,,,,,,2013-04-02,2018-05-02 -/games/boxart/full_7196379AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,NS,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_4822036AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,XOne,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_2888627AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,PS4,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_6391829AmericaFrontccc.jpg,Ninja Gaiden: Master Collection,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_2639746AmericaFrontccc.jpg,Ninja JaJaMaru Collection,XOne,Action,Unknown,City Connection,,,,,,,,2019-07-31 -/games/boxart/full_4187074AmericaFrontccc.jpg,Ninja JaJaMaru Collection,PS4,Action,City Connection,City Connection,,,,,,,2019-12-01,2019-07-31 -/games/boxart/full_7794677AmericaFrontccc.jpg,Ninja JaJaMaru Collection,NS,Action,City Connection,City Connection,,,,,,,2019-12-01,2019-07-31 -/games/boxart/full_5625154AmericaFrontccc.png,Ninja Shodown,NS,Action,Rising Star Games,Bitmap Bureau,,,,,,,2017-10-05,2018-03-23 -/games/boxart/full_9099158AmericaFrontccc.jpg,Ninjala,NS,Action,GungHo,GungHo,,,,,,,2020-06-24,2019-04-08 -/games/boxart/full_386211AmericaFrontccc.png,Ninjin: Clash of Carrots,NS,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 -/games/boxart/full_7407885AmericaFrontccc.jpg,Ninjin: Clash of Carrots,PS4,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 -/games/boxart/full_8430857AmericaFrontccc.jpg,Ninjin: Clash of Carrots,XOne,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 -/games/boxart/full_7765141AmericaFrontccc.jpg,Ninjin: Clash of Carrots,PC,Action,Modus Games,Pocket Trap,,,,,,,2018-09-04,2019-04-20 -/games/boxart/full_9141492AmericaFrontccc.jpg,No More Heroes III,NS,Action,Marvelous,Grasshopper Manufacture,,,,,,,2021-08-27,2019-10-30 -/games/boxart/default.jpg,No More Room in Hell,PC,Action,Unknown,No More Room in Hell Team,,,,,,,,2019-03-26 -/games/boxart/full_7682060AmericaFrontccc.png,NO THING,NS,Action,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-03-22,2018-03-23 -/games/boxart/full_8773197AmericaFrontccc.jpg,No Time to Explain,PS4,Action,TinyBuild Games,TinyBuild Games,,,,,,,2016-03-29,2018-08-11 -/games/boxart/full_864766AmericaFrontccc.jpg,Noble Nutlings,iOS,Action,Unknown,Boomlagoon,,,,,,,,2022-08-14 -/games/boxart/full_1920248AmericaFrontccc.jpg,Nom Nom Apocalypse,PC,Action,Unknown,Deadleaf Games,,,,,,,,2020-03-12 -/games/boxart/full_1564776AmericaFrontccc.jpg,Nom Nom Apocalypse,XOne,Action,Unknown,Deadleaf Games,,,,,,,,2020-03-12 -/games/boxart/full_4749100AmericaFrontccc.jpg,Nom Nom Apocalypse,NS,Action,Unknown,Deadleaf Games,,,,,,,,2020-03-12 -/games/boxart/full_4935207AmericaFrontccc.png,Octodad: Dadliest Catch,NS,Action,Young Horses,Young Horses,,,,,,,2017-11-09,2018-03-25 -/games/boxart/full_5568831AmericaFrontccc.jpg,Octogeddon,PC,Action,All Yes Good,All Yes Good,7.5,,,,,,2018-02-08,2018-03-19 -/games/boxart/full_3661334AmericaFrontccc.jpg,Omensight,PS4,Action,SpearHead Games,Spearhead Games,,,,,,,2018-05-15,2018-06-11 -/games/boxart/full_5914753AmericaFrontccc.jpg,One Finger Death Punch,X360,Action,Unknown,Silver Dollar Games,,,,,,,,2020-02-29 -/games/boxart/full_38028AmericaFrontccc.jpg,One Finger Death Punch,And,Action,Unknown,Silver Dollar Games,,,,,,,,2020-02-29 -/games/boxart/full_5120371AmericaFrontccc.jpg,One Finger Death Punch,iOS,Action,Unknown,Silver Dollar Games,,,,,,,,2020-02-29 -/games/boxart/full_302272AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,XOne,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 -/games/boxart/full_8632535AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,PS4,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 -/games/boxart/full_6676103AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,NS,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 -/games/boxart/full_9334814AmericaFrontccc.jpg,One Piece: Pirate Warriors 4,PC,Action,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2019-07-11 -/games/boxart/full_3257007AmericaFrontccc.jpg,One Piece: World Seeker,XOne,Action,Bandai Namco Entertainment,Ganbarion,,,,,,,2019-03-15,2019-03-22 -/games/boxart/full_3045255AmericaFrontccc.jpg,One Piece: World Seeker,PS4,Action,Bandai Namco Entertainment,Ganbarion,,,,,,,2019-03-15,2019-03-22 -/games/boxart/full_7807665AmericaFrontccc.jpg,One Piece: World Seeker,PC,Action,Bandai Namco Entertainment,Ganbarion,,,,,,,2019-03-15,2019-03-22 -/games/boxart/full_1915968AmericaFrontccc.png,Oniken: Unstoppable Edition,NS,Action,Unknown,JoyMasher,,,,,,,,2019-02-06 -/games/boxart/default.jpg,Oniken: Unstoppable Edition,PC,Action,Unknown,JoyMasher,,,,,,,,2019-02-06 -/games/boxart/default.jpg,Oniken: Unstoppable Edition,PS4,Action,Unknown,JoyMasher,,,,,,,,2019-03-08 -/games/boxart/default.jpg,Oniken: Unstoppable Edition,XOne,Action,Unknown,JoyMasher,,,,,,,,2019-03-08 -/games/boxart/full_9493505JapanFrontccc.jpg,Onimusha Warlords,NS,Action,Capcom,Capcom,,,,,,,2019-01-15,2018-11-18 -/games/boxart/full_2911752AmericaFrontccc.jpg,Onimusha Warlords,XOne,Action,Capcom,Capcom,,,,,,,2018-01-15,2018-09-11 -/games/boxart/full_1197223AmericaFrontccc.jpg,Onimusha Warlords,PS4,Action,Capcom,Capcom,,,,,,,2018-01-15,2018-11-18 -/games/boxart/default.jpg,ORION: Prelude,PC,Action,Unknown,Spiral Game Studios,,,,,,,,2019-03-26 -/games/boxart/full_3222022AmericaFrontccc.jpg,Out of Reach: Treasure Royale,PC,Action,PlayWay,Space Boat Studios,,,,,,,2020-12-31,2019-04-10 -/games/boxart/full_3075127AmericaFrontccc.jpeg,Outcast: Second Contact,PC,Action,Bigben Interactive,Unknown,,,,,,,2017-11-14, -/games/boxart/default.jpg,Outlast II,XOne,Action,Unknown,Red Barrels,,,,,,,,2017-12-31 -/games/boxart/full_9875866AmericaFrontccc.png,Outlast II,NS,Action,Red Barrels,Red Barrels,,,,,,,2018-03-27,2017-12-31 -/games/boxart/default.jpg,Outlast II,PS4,Action,Unknown,Red Barrels,,,,,,,,2017-12-31 -/games/boxart/full_7141954AmericaFrontccc.jpg,Outriders,PC,Action,Square Enix,People Can Fly,,,,,,,2021-02-02,2019-06-20 -/games/boxart/full_1000123AmericaFrontccc.jpg,Outriders,PS4,Action,Square Enix,People Can Fly,,,,,,,2021-02-02,2019-06-20 -/games/boxart/full_5015515AmericaFrontccc.jpg,Outriders,XOne,Action,Square Enix,People Can Fly,,,,,,,2021-02-02,2019-06-20 -/games/boxart/default.jpg,Pac-Man,And,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Pac-Man,C64,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Pac-Man,FDS,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Pac-Man,GBA,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Pac-Man,MSX,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Pac-Man,PC,Action,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/full_7445668AmericaFrontccc.png,Pac-Man: Championship Edition 2 Plus,NS,Action,Bandai Namco Entertainment,Bandai Namco,,,,,,,2018-02-22,2018-03-25 -/games/boxart/full_1612725AmericaFrontccc.jpg,Panda Love,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2016-09-01,2018-01-06 -/games/boxart/full_1512881AmericaFrontccc.jpg,Pang Adventures,PC,Action,Unknown,DotEmu,,,,,,,,2019-01-06 -/games/boxart/full_8252868AmericaFrontccc.jpg,Pang Adventures,NS,Action,Unknown,DotEmu,,,,,,,,2019-01-06 -/games/boxart/full_3598322AmericaFrontccc.jpg,Pang Adventures,PS4,Action,Unknown,DotEmu,,,,,,,,2019-01-06 -/games/boxart/full_5505116AmericaFrontccc.jpg,Pang Adventures,XOne,Action,Unknown,DotEmu,,,,,,,,2019-01-06 -/games/boxart/full_6582132AmericaFrontccc.png,Pankapu,NS,Action,Plug In Digital,Plug In Digital,,,,,,,2017-09-28,2018-03-25 -/games/boxart/default.jpg,Panty Party,NS,Action,Unknown,Animu Game,,,,,,,,2019-01-07 -/games/boxart/full_5637352AmericaFrontccc.png,Paper Wars: Cannon Fodder Devastated,NS,Action,iFun4all,iFun4all,,,,,,,2018-03-01,2018-03-25 -/games/boxart/full_5392797AmericaFrontccc.jpg,Pass The Punch,XOne,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 -/games/boxart/full_9540707AmericaFrontccc.jpg,Pass The Punch,PS4,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 -/games/boxart/full_4107002AmericaFrontccc.jpg,Pass The Punch,PC,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 -/games/boxart/full_9699056AmericaFrontccc.jpg,Pass The Punch,NS,Action,Sumo Digital,Sumo Digital,,,,,,,2019-12-01,2019-08-07 -/games/boxart/full_8178422AmericaFrontccc.jpg,Past Cure,PC,Action,Phantom 8 Studio,Phantom 8 Studio,,,,,,,2018-02-23,2018-01-08 -/games/boxart/full_7874184AmericaFrontccc.png,Path of the Warrior,PC,Action,Twisted Pixel Games,Twisted Pixel Games,,,,,,,2019-12-12,2019-12-16 -/games/boxart/full_5083943AmericaFrontccc.jpg,Penny Blood: Hellbound,PC,Action,Unknown,NatsumeAtari,,,,,,,,2023-12-02 -/games/boxart/default.jpg,Pepper II,CV,Action,Unknown,Exidy,,,,,,,,2021-10-18 -/games/boxart/full_5879767AmericaFrontccc.jpg,Persona 5 Strikers,PS4,Action,Atlus,Omega Force,,,,,,,2021-02-23,2020-12-04 -/games/boxart/full_6691108AmericaFrontccc.jpg,Persona 5 Strikers,NS,Action,Atlus,Omega Force,,,,,,,2021-02-23,2020-12-04 -/games/boxart/full_9938920AmericaFrontccc.png,Phantom Breaker: Battle Grounds Overdrive,NS,Action,MAGES,MAGES,,,,,,,2017-12-07,2018-03-25 -/games/boxart/full_8935321AmericaFrontccc.jpeg,Phantom Dust,PC,Action,Microsoft Studios,Code Mystics,,,,,,,2017-05-16,2018-08-11 -/games/boxart/full_126460AmericaFrontccc.png,Phantom Trigger,NS,Action,TinyBuild Games,TinyBuild Games,,,,,,,2017-08-10,2018-03-25 -/games/boxart/full_6961666AmericaFrontccc.jpg,Pharaonic,PC,Action,Unknown,Milkstone Studios,,,,,,,,2018-08-13 -/games/boxart/default.jpg,Pilot Sports,PS4,Action,Unknown,Z-Software GmbH,,,,,,,,2018-09-25 -/games/boxart/default.jpg,Pinball,Int,Action,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-10-14 -/games/boxart/full_8167055JapanFrontccc.jpg,Pipo Saru 2001,PS2,Action,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2001-07-05,2018-09-18 -/games/boxart/default.jpg,"Pirates, Vikings, and Knights II",PC,Action,Unknown,Octoshark Studios,,,,,,,,2019-02-05 -/games/boxart/full_9924678AmericaFrontccc.jpg,Pixel Hunter,PSV,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2015-11-20,2018-08-08 -/games/boxart/full_7542059AmericaFrontccc.png,Pixel Hunter,3DS,Action,Lemondo Entertainment,Lemondo Entertainment,,,,,,,2016-10-06,2018-08-08 -/games/boxart/full_547153AmericaFrontccc.png,Pixel Slime U,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2015-08-27,2018-01-11 -/games/boxart/full_8495762AmericaFrontccc.jpg,Pizza Titan Ultra,PS4,Action,Breakfall,Breakfall,,,,,,,2018-08-21,2018-09-09 -/games/boxart/full_8327533AmericaFrontccc.jpg,Pokémon Unite,NS,Action,The Pokémon Company,TiMi Studios,,,,,,,2021-07-21,2020-06-24 -/games/boxart/full_4032919AmericaFrontccc.jpg,Pokémon Unite,iOS,Action,Unknown,TiMi Studios,,,,,,,2020-12-31,2020-06-24 -/games/boxart/full_6826602AmericaFrontccc.jpg,Pokémon Unite,And,Action,Unknown,TiMi Studios,,,,,,,2020-12-31,2020-06-24 -/games/boxart/full_917333AmericaFrontccc.jpg,Predator: Hunting Grounds,PC,Action,Sony Computer Entertainment,IllFonic,,,,,,,2020-04-24,2019-12-10 -/games/boxart/full_2606749AmericaFrontccc.jpg,Primal,PS4,Action,Sony Interactive Entertainment,SCEE Cambridge,,,,,,,2016-05-31,2018-09-24 -/games/boxart/full_8258597AmericaFrontccc.jpg,Project Nimbus,PC,Action,GameTomo,GameCrafterTeam,,,,,,,2017-09-26,2019-05-14 -/games/boxart/default.jpg,Project Nimbus: Code Mirai,PS4,Action,GameTomo,Kiss,,,,,,,2017-11-21, -/games/boxart/full_3066431AmericaFrontccc.png,Project Nimbus: Complete Edition,NS,Action,GameTomo,GameTomo,,,,,,,2019-05-16,2019-05-14 -/games/boxart/full_975635AmericaFrontccc.jpg,Q*bert: Rebooted,XOne,Action,LOOT Entertainment,Gonzo Games,,,,,,,2016-02-12,2018-08-09 -/games/boxart/full_1830281AmericaFrontccc.jpg,Raging Justice,NS,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-02 -/games/boxart/default.jpg,Raging Justice,XOne,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-02 -/games/boxart/default.jpg,Raging Justice,PS4,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-04 -/games/boxart/default.jpg,Raging Justice,PC,Action,Unknown,MakinGames Ltd,,,,,,,,2018-02-04 -/games/boxart/full_4408073AmericaFrontccc.jpg,Raiden V,PC,Action,UFO Interactive,Moss,,,,,,,2017-10-19,2018-04-27 -/games/boxart/full_4954868AmericaFrontccc.jpg,Ratchet and Clank: Before the Nexus,And,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-18,2018-04-07 -/games/boxart/full_7303081AmericaFrontccc.jpg,Ratchet and Clank: Before the Nexus,iOS,Action,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-18,2018-04-07 -/games/boxart/default.jpg,Rayman Raving Rabbids,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_5654180AmericaFrontccc.jpg,ReadySet Heroes,PS4,Action,Sony Interactive Entertainment,Robot Entertainment,,,,,,,2019-10-01,2020-08-01 -/games/boxart/full_1088665AmericaFrontccc.jpg,Red Wings: Aces of the Sky,NS,Action,All in! Games,All in! Games,,,,,,,2020-05-21,2020-02-18 -/games/boxart/full_9189815AmericaFrontccc.jpg,Red Wings: Aces of the Sky,PS4,Action,Unknown,All in! Games,,,,,,,,2020-02-18 -/games/boxart/full_892043AmericaFrontccc.jpg,Red Wings: Aces of the Sky,XOne,Action,Unknown,All in! Games,,,,,,,,2020-02-18 -/games/boxart/full_7610147AmericaFrontccc.jpg,Red Wings: Aces of the Sky,PC,Action,Unknown,All in! Games,,,,,,,,2020-02-18 -/games/boxart/full_3019544AmericaFrontccc.png,RemiLore: Lost Girl in the Lands of Lore,NS,Action,Nicalis,Nicalis,,,,,,,2019-02-26,2019-03-22 -/games/boxart/full_5290689JapanFrontccc.jpg,RemiLore: Lost Girl in the Lands of Lore,PS4,Action,Nicalis,Nicalis,,,,,,,2019-02-26,2019-03-22 -/games/boxart/full_3253870AmericaFrontccc.jpg,RemiLore: Lost Girl in the Lands of Lore,XOne,Action,Nicalis,Nicalis,,,,,,,2019-02-26,2019-03-22 -/games/boxart/full_8903622AmericaFrontccc.png,RemiLore: Lost Girl in the Lands of Lore,PC,Action,Nicalis,Nicalis,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_4783317AmericaFrontccc.jpg,REPLACED,PC,Action,Unknown,Sad Cat Studios,,,,,,,,2021-06-13 -/games/boxart/full_3657633AmericaFrontccc.jpg,REPLACED,XOne,Action,Unknown,Sad Cat Studios,,,,,,,,2021-06-13 -/games/boxart/full_8385091AmericaFrontccc.jpg,REPLACED,XS,Action,Unknown,Sad Cat Studios,,,,,,,,2021-06-13 -/games/boxart/full_4632624AmericaFrontccc.jpg,Research and Destroy,XS,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 -/games/boxart/full_2780953AmericaFrontccc.jpg,Research and Destroy,XOne,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 -/games/boxart/full_2197562AmericaFrontccc.jpg,Research and Destroy,PS5,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 -/games/boxart/full_7601199AmericaFrontccc.jpg,Research and Destroy,PS4,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 -/games/boxart/full_4920101AmericaFrontccc.jpg,Research and Destroy,PC,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 -/games/boxart/full_1184393AmericaFrontccc.jpg,Research and Destroy,NS,Action,Unknown,Implausible Industries,,,,,,,,2021-06-17 -/games/boxart/full_3238949AmericaFrontccc.png,Resident Evil 5,NS,Action,Capcom,Capcom,,,,,,,2019-10-29,2019-06-16 -/games/boxart/full_8197169AmericaFrontccc.png,Resident Evil 6,NS,Action,Capcom,Capcom,,,,,,,2019-12-01,2019-06-16 -/games/boxart/full_1191136AmericaFrontccc.jpg,Resident Evil: Resistance,PS4,Action,Unknown,Capcom,,,,,,,,2020-04-11 -/games/boxart/full_5718598AmericaFrontccc.jpg,Resident Evil: Resistance,XOne,Action,Unknown,Capcom,,,,,,,,2020-04-11 -/games/boxart/full_7386600AmericaFrontccc.jpg,Resident Evil: Resistance,PC,Action,Unknown,Capcom,,,,,,,,2020-04-11 -/games/boxart/full_5041542JapanFrontccc.jpg,Resident Evil: Revelations,NS,Action,Capcom,Capcom,,,,,,,2017-11-30,2018-03-16 -/games/boxart/full_1521402AmericaFrontccc.png,Resident Evil: Revelations 2,NS,Action,Capcom,Capcom,,,,,,,2017-11-28,2018-04-15 -/games/boxart/full_6333553AmericaFrontccc.png,Retro City Rampage DX,NS,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2017-10-19,2018-01-17 -/games/boxart/default.jpg,Rick and Morty: Virtual Rick-ality,OR,Action,Unknown,Owlchemy Labs,,,,,,,,2022-03-15 -/games/boxart/full_1757552AmericaFrontccc.jpg,Rise of the Kasai,PS4,Action,Sony Computer Entertainment,BottleRocket Entertainment,,,,,,,2016-03-08,2018-09-24 -/games/boxart/full_4705264AmericaFrontccc.jpg,Risk of Rain Returns,PC,Action,Unknown,Hopoo Games,,,,,,,,2023-10-26 -/games/boxart/full_4752459AmericaFrontccc.jpg,Risk of Rain Returns,NS,Action,Unknown,Hopoo Games,,,,,,,,2023-10-26 -/games/boxart/full_7800850AmericaFrontccc.jpg,River City Girls,XOne,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 -/games/boxart/full_6196903AmericaFrontccc.jpg,River City Girls,PS4,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 -/games/boxart/full_5831646AmericaFrontccc.jpg,River City Girls,PC,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 -/games/boxart/full_1640046AmericaFrontccc.jpg,River City Girls,NS,Action,WayForward Technologies,WayForward Technologies,,,,,,,2019-09-05,2019-08-09 -/games/boxart/full_7997542AmericaFrontccc.jpg,River City Girls,PS5,Action,Unknown,WayForward Technologies,,,,,,,,2021-06-15 -/games/boxart/full_4826615AmericaFrontccc.jpg,River City Girls 2,PC,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_4058564AmericaFrontccc.jpg,River City Girls 2,NS,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_2341575AmericaFrontccc.jpg,River City Girls 2,XOne,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_1522462AmericaFrontccc.jpg,River City Girls 2,XS,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_211233AmericaFrontccc.jpg,River City Girls 2,PS4,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_6914851AmericaFrontccc.jpg,River City Girls 2,PS5,Action,Unknown,WayForward,,,,,,,,2021-06-14 -/games/boxart/full_9071174AmericaFrontccc.jpg,River City Girls Zero,NS,Action,Unknown,WayForward,,,,,,,,2021-06-15 -/games/boxart/full_7100556AmericaFrontccc.jpg,River City Melee Mach!!,PS4,Action,Arc System Works,Arc System Works,,,,,,,2019-10-10,2019-09-12 -/games/boxart/full_1921048AmericaFrontccc.jpg,River City Melee Mach!!,PC,Action,Arc System Works,Arc System Works,,,,,,,2019-10-10,2019-09-12 -/games/boxart/full_8736863JapanFrontccc.jpg,River City Melee Mach!!,NS,Action,Arc System Works,Arc System Works,,,,,,,2019-10-10,2019-09-12 -/games/boxart/full_5877405AmericaFrontccc.jpg,River City: Rival Showdown,3DS,Action,Natsume,Arc System Works,,,,,,,2017-11-21,2018-04-24 -/games/boxart/full_5930070AmericaFrontccc.jpg,Riverbond,XOne,Action,Cococucumber,Cococucumber,,,,,,,2019-06-09,2019-08-09 -/games/boxart/full_7714739AmericaFrontccc.jpg,Riverbond,PS4,Action,Cococucumber,Cococucumber,,,,,,,2019-06-09,2019-08-09 -/games/boxart/full_5550853AmericaFrontccc.jpg,Riverbond,PC,Action,Cococucumber,Cococucumber,,,,,,,2019-06-09,2019-08-09 -/games/boxart/full_3459735AmericaFrontccc.jpg,Riverbond,NS,Action,Cococucumber,Cococucumber,,,,,,,2019-12-01,2019-08-09 -/games/boxart/full_3079031AmericaFrontccc.png,Robbotto,NS,Action,Unknown,JMJ Interactive,,,,,,,,2018-09-15 -/games/boxart/default.jpg,Robbotto,PC,Action,Unknown,JMJ Interactive,,,,,,,,2018-09-15 -/games/boxart/default.jpg,Robocraft,PC,Action,Unknown,Freejam,,,,,,,,2019-03-26 -/games/boxart/full_8640923AmericaFrontccc.png,Robonauts,NS,Action,Unknown,QubicGames,,,,,,,,2018-02-02 -/games/boxart/full_9165023AmericaFrontccc.png,Rocket Fist,NS,Action,Bitten Toast Games,Bitten Toast Games,,,,,,,2017-08-10,2018-03-25 -/games/boxart/full_115096AmericaFrontccc.jpg,Rocket Wars,NS,Action,Unknown,Rooftop Panda,,,,,,,,2019-11-12 -/games/boxart/full_9521217AmericaFrontccc.jpg,Rocket Wars,PC,Action,Unknown,Rooftop Panda,,,,,,,,2019-11-12 -/games/boxart/full_7939433AmericaFrontccc.png,Rogue Aces,NS,Action,Unknown,Infinite State Games,,,,,,,,2018-04-27 -/games/boxart/default.jpg,Rogue Aces,PS4,Action,Unknown,Infinite State Games,,,,,,,,2018-04-27 -/games/boxart/default.jpg,Rogue Aces,PSV,Action,Unknown,Infinite State Games,,,,,,,,2018-04-27 -/games/boxart/full_256621AmericaFrontccc.jpg,Roller Coaster Tycoon Joyride,PS4,Action,Atari,Nvizzio Creations,,,,,,,2018-12-13,2018-10-31 -/games/boxart/full_4566702AmericaFrontccc.jpg,Root Beer Tapper,CV,Action,Coleco,Bally Midway,,,,,,,1984-06-01,2021-10-27 -/games/boxart/full_4685046AmericaFrontccc.jpg,Rumbleverse,XS,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 -/games/boxart/full_6856841AmericaFrontccc.jpg,Rumbleverse,XOne,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 -/games/boxart/full_3320440AmericaFrontccc.jpg,Rumbleverse,PS5,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 -/games/boxart/full_1813319AmericaFrontccc.jpg,Rumbleverse,PS4,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 -/games/boxart/full_8869725AmericaFrontccc.jpg,Rumbleverse,PC,Action,Unknown,Iron Galaxy,,,,,,,,2022-09-12 -/games/boxart/full_3043953AmericaFrontccc.jpg,Russian Subway Dogs,XOne,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 -/games/boxart/full_2492686AmericaFrontccc.jpg,Russian Subway Dogs,PS4,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 -/games/boxart/full_3149376AmericaFrontccc.jpg,Russian Subway Dogs,PSV,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 -/games/boxart/full_3861634AmericaFrontccc.jpg,Russian Subway Dogs,PC,Action,Unknown,Spooky Squid Games Inc.,,,,,,,,2021-07-25 -/games/boxart/full_8593017AmericaFrontccc.png,RXN: Raijin,NS,Action,KAYAC,"GULTI co.,ltd.",,,,,,,2017-12-14,2018-03-25 -/games/boxart/full_246105AmericaFrontccc.png,Sacred Citadel,X360,Action,Unknown,Southend Interactive,,,,,,,,2022-08-17 -/games/boxart/full_1298382AmericaFrontccc.png,Sacred Citadel,PS3,Action,Unknown,Southend Interactive,,,,,,,,2022-08-17 -/games/boxart/full_8181228AmericaFrontccc.png,Samurai Aces,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-02-15,2018-03-25 -/games/boxart/full_667177AmericaFrontccc.png,Samurai Gunn,PC,Action,Maxistentialism,Teknopants,8,,,,,,2013-12-11,2018-01-21 -/games/boxart/full_5900585AmericaFrontccc.jpg,Samurai Maiden,PS5,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 -/games/boxart/full_5872086AmericaFrontccc.jpg,Samurai Maiden,PS4,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 -/games/boxart/full_7128516AmericaFrontccc.jpg,Samurai Maiden,PC,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 -/games/boxart/full_1397923AmericaFrontccc.jpg,Samurai Maiden,NS,Action,Unknown,SHADE Inc.,,,,,,,,2022-12-12 -/games/boxart/full_9065119JapanFrontccc.jpg,Samurai Warriors 4 DX,PS4,Action,Koei Tecmo,Omega Force,,,,,,,2019-03-14,2019-03-22 -/games/boxart/full_5843259JapanFrontccc.jpg,Samurai Warriors 4 DX,NS,Action,Koei Tecmo,Omega Force,,,,,,,2019-03-14,2019-03-22 -/games/boxart/full_355816AmericaFrontccc.jpg,Samurai Warriors 5,NS,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_975765AmericaFrontccc.jpg,Samurai Warriors 5,XOne,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_2708034AmericaFrontccc.jpg,Samurai Warriors 5,PS4,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_1229793AmericaFrontccc.jpg,Samurai Warriors 5,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2021-02-18 -/games/boxart/full_2241978AmericaFrontccc.jpg,Savage Resurrection,PC,Action,S2 Games,S2 Games,,,,,,,2016-08-18,2019-04-01 -/games/boxart/full_7344447AmericaFrontccc.jpg,Scalebound,PC,Action,Microsoft Studios,PlatinumGames,,,,,,,2017-12-31,2018-08-10 -/games/boxart/full_6863379AmericaFrontccc.jpg,Scarlet Nexus,XS,Action,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2021-06-25,2020-05-07 -/games/boxart/full_668773AmericaFrontccc.jpg,Scarlet Nexus,XOne,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-05-07 -/games/boxart/full_3897330AmericaFrontccc.jpg,Scarlet Nexus,PS5,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-06-16 -/games/boxart/full_2107772AmericaFrontccc.jpg,Scarlet Nexus,PS4,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-06-16 -/games/boxart/full_9263377AmericaFrontccc.jpg,Scarlet Nexus,PC,Action,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-06-25,2020-06-16 -/games/boxart/full_5770586AmericaFrontccc.jpg,SCHAR: Blue Shield Alliance,XBL,Action,Unknown,Brainshape Games,,,,,,,,2022-08-12 -/games/boxart/full_76616AmericaFrontccc.jpg,SCHAR: Blue Shield Alliance,PC,Action,Unknown,Brainshape Games,,,,,,,,2022-08-12 -/games/boxart/full_4554379AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,XOne,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 -/games/boxart/full_5351979AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,PS4,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 -/games/boxart/full_1243447AmericaFrontccc.jpg,Scott Pilgrim vs. the World: The Game - Complete Edition,PC,Action,Ubisoft,Ubisoft,,,,,,,2020-12-01,2020-09-22 -/games/boxart/full_3056901AmericaFrontccc.jpg,SEGA AGES G-LOC: Air Battle,NS,Action,Unknown,M2,,,,,,,,2020-04-25 -/games/boxart/default.jpg,SEGA Ages: Gain Ground,NS,Action,Unknown,Sega,,,,,,,,2018-04-15 -/games/boxart/full_2942492AmericaFrontccc.jpg,Sengoku Denshou,SNES,Action,Unknown,SNK Corporation,,,,,,,,2018-03-28 -/games/boxart/full_7468642AmericaFrontccc.jpg,Senran Kagura Burst Re:Newal,PC,Action,Xseed Games,Tamsoft,,,,,,,2019-01-22,2019-03-24 -/games/boxart/full_2644162AmericaFrontccc.jpg,Senran Kagura: Peach Beach Splash,PC,Action,Xseed Games,Tamsoft,,,,,,,2018-03-07,2018-02-17 -/games/boxart/full_9053001AmericaFrontccc.jpg,Serious Sam 4,PC,Action,Devolver Digital,Croteam,,,,,,,2020-09-24,2020-05-20 -/games/boxart/full_7734160AmericaFrontccc.jpg,Serious Sam 4,Linux,Action,Devolver Digital,Croteam,,,,,,,2020-09-24,2020-05-20 -/games/boxart/full_3292176AmericaFrontccc.jpg,Serious Sam 4,OSX,Action,Devolver Digital,Croteam,,,,,,,2020-09-24,2020-05-20 -/games/boxart/default.jpg,Sewer Sam,Int,Action,Interphase,Interphase,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_3483944AmericaFrontccc.png,Shadow Archery,WiiU,Action,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2018-04-12,2020-10-05 -/games/boxart/full_2801328AmericaFrontccc.jpg,Shakedown Hawaii,NS,Action,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2019-05-07,2018-02-01 -/games/boxart/full_9208263AmericaFrontccc.png,Shantae and the Pirate's Curse,NS,Action,WayForward,WayForward,,,,,,,2018-03-20,2018-07-04 -/games/boxart/default.jpg,Shark! Shark!,Int,Action,Mattel Electronics,Mattel,,,,,,,1982-12-06,2018-01-13 -/games/boxart/full_3999670AmericaFrontccc.png,Shiny the Firefly,WiiU,Action,Unknown,Padaone Games,,,,,,,,2018-01-05 -/games/boxart/default.jpg,Shockman,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_5890007AmericaFrontccc.png,Shovel Knight: Specter of Torment,NS,Action,Yacht Club Games,Yacht Club Games,,,,,,,2017-03-03,2018-03-25 -/games/boxart/full_8637954AmericaFrontccc.jpg,Sifu,PC,Action,Unknown,Sloclap,,,,,,,,2023-02-02 -/games/boxart/full_1426519AmericaFrontccc.jpg,Sifu,PS5,Action,Unknown,Sloclap,,,,,,,,2023-02-02 -/games/boxart/full_7952322AmericaFrontccc.jpg,Sifu,PS4,Action,Unknown,Sloclap,,,,,,,,2023-02-02 -/games/boxart/full_4658332AmericaFrontccc.jpg,Sifu,NS,Action,Unknown,Sloclap,,,,,,,,2023-02-02 -/games/boxart/full_959845AmericaFrontccc.jpg,Sifu,XOne,Action,Unknown,Sloclap,,,,,,,,2023-02-02 -/games/boxart/full_2773437AmericaFrontccc.jpg,Sifu,XS,Action,Unknown,Sloclap,,,,,,,,2023-02-02 -/games/boxart/full_2737440AmericaFrontccc.png,Skeasy,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2016-01-16,2018-01-17 -/games/boxart/full_6432397AmericaFrontccc.jpg,Skully,NS,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 -/games/boxart/full_2331330AmericaFrontccc.jpg,Skully,PC,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 -/games/boxart/full_4080267AmericaFrontccc.jpg,Skully,PS4,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 -/games/boxart/full_1524347AmericaFrontccc.jpg,Skully,XOne,Action,Unknown,Finish Line Games,,,,,,,,2020-08-08 -/games/boxart/full_6053750AmericaFrontccc.png,Sky Ride,NS,Action,MUTAN,MUTAN,,,,,,,2017-08-17,2018-03-25 -/games/boxart/full_1785776AmericaFrontccc.jpg,Slain: Back From Hell,NS,Action,Digerati,Stage Clear Studios,,,,,,,2017-12-07,2018-03-25 -/games/boxart/full_7780007AmericaFrontccc.jpg,Slave Zero X,PC,Action,Unknown,Poppy Works,,,,,,,,2022-08-17 -/games/boxart/full_9109911AmericaFrontccc.jpg,SMITE 2,XS,Action,Unknown,Titan Forge Games,,,,,,,,2024-01-13 -/games/boxart/full_887678AmericaFrontccc.jpg,SMITE 2,PS5,Action,Unknown,Titan Forge Games,,,,,,,,2024-01-13 -/games/boxart/full_3011364AmericaFrontccc.jpg,SMITE 2,PC,Action,Unknown,Titan Forge Games,,,,,,,,2024-01-13 -/games/boxart/default.jpg,Snowball,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_8899108AmericaFrontccc.png,SOL DIVIDE: Sword of Darkness,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-03-22,2018-03-25 -/games/boxart/default.jpg,SOLDIER BLADE,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_3959974AmericaFrontccc.jpg,South Park: Snow Day!,XS,Action,Unknown,Question,,,,,,,,2024-01-13 -/games/boxart/full_4983661AmericaFrontccc.jpg,South Park: Snow Day!,PS5,Action,Unknown,Question,,,,,,,,2024-01-13 -/games/boxart/full_1703102AmericaFrontccc.jpg,South Park: Snow Day!,PC,Action,Unknown,Question,,,,,,,,2024-01-13 -/games/boxart/full_5922873AmericaFrontccc.png,Space Dave,NS,Action,Choice Provisions,Choice Provisions,,,,,,,2018-01-25,2018-03-25 -/games/boxart/full_9662634AmericaFrontccc.png,Space Hunted: The Lost Levels,WiiU,Action,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2020-02-13,2020-09-20 -/games/boxart/full_9521991AmericaFrontccc.png,Space Intervention,WiiU,Action,IGOR GAFTON,VG && IG,,,,,,,2019-10-17,2020-09-20 -/games/boxart/full_8535289AmericaFrontccc.jpg,Space Jam: A New Legacy – The Game,XS,Action,Unknown,Digital Eclipse,,,,,,,,2021-06-26 -/games/boxart/full_1555048AmericaFrontccc.jpg,Space Jam: A New Legacy – The Game,XOne,Action,Unknown,Digital Eclipse,,,,,,,,2021-06-26 -/games/boxart/default.jpg,Space Overlords,PS4,Action,Unknown,12 Hit Combo,,,,,,,,2018-08-14 -/games/boxart/full_620785AmericaFrontccc.jpg,Space War Arena,NS,Action,Unknown,Playchemy,,,,,,,,2019-03-08 -/games/boxart/full_8869433AmericaFrontccc.png,Spacecats with Lasers,NS,Action,Bitten Toast Games,Bitten Toast Games,,,,,,,2018-02-22,2018-03-25 -/games/boxart/full_3742446AmericaFrontccc.png,Sparkle 2,NS,Action,10tons Ltd,10tons Ltd,,,,,,,2017-09-28,2019-04-06 -/games/boxart/full_4490796AmericaFrontccc.jpg,Spellbreak,XOne,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 -/games/boxart/full_9345093AmericaFrontccc.jpg,Spellbreak,PS4,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 -/games/boxart/full_6538302AmericaFrontccc.jpg,Spellbreak,PC,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 -/games/boxart/full_438768AmericaFrontccc.jpg,Spellbreak,NS,Action,Proletariat Inc.,Proletariat Inc.,,,,,,,2020-09-03,2020-08-30 -/games/boxart/full_8357226AmericaFrontccc.png,Spellcaster's Assistant,WiiU,Action,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2018-03-29,2020-10-05 -/games/boxart/full_2345135AmericaFrontccc.png,Spelunker Party!,NS,Action,Square Enix,Tozai Games,,,,,,,2017-10-19,2018-03-25 -/games/boxart/full_3829974AmericaFrontccc.png,SPHERE SLICE,WiiU,Action,RCMADIAX,RCMADIAX,,,,,,,2017-06-01,2018-01-17 -/games/boxart/full_4487422AmericaFrontccc.jpg,Spidersaurs,iOS,Action,Unknown,WayForward,,,,,,,,2022-03-03 -/games/boxart/full_1435542AmericaFrontccc.jpg,Spidersaurs,PC,Action,Unknown,WayForward,,,,,,,,2022-03-03 -/games/boxart/full_4871684AmericaFrontccc.jpg,Spidersaurs,PS4,Action,Unknown,WayForward,,,,,,,,2022-03-03 -/games/boxart/full_4650212AmericaFrontccc.jpg,Spidersaurs,PS5,Action,Unknown,WayForward,,,,,,,,2022-03-03 -/games/boxart/full_9450286AmericaFrontccc.jpg,Spidersaurs,NS,Action,Unknown,WayForward,,,,,,,,2022-03-03 -/games/boxart/full_181046AmericaFrontccc.jpg,Spidersaurs,XOne,Action,Unknown,WayForward,,,,,,,,2022-03-03 -/games/boxart/full_4096824AmericaFrontccc.jpg,Spidersaurs,XS,Action,Unknown,WayForward,,,,,,,,2022-03-03 -/games/boxart/full_6129377AmericaFrontccc.jpg,Spine,XS,Action,Unknown,Banzai Games,,,,,,,,2021-08-29 -/games/boxart/full_210426AmericaFrontccc.jpg,Spine,PS5,Action,Unknown,Banzai Games,,,,,,,,2021-08-29 -/games/boxart/full_9617426AmericaFrontccc.jpg,Spine,PC,Action,Unknown,Banzai Games,,,,,,,,2021-08-29 -/games/boxart/full_4001340AmericaFrontccc.png,Splashy Duck,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-06 -/games/boxart/full_1391233AmericaFrontccc.png,Spot The Difference: Ultimate Edition,NS,Action,Sabec Limited,Sabec Limited,,,,,,,2018-02-26,2018-03-26 -/games/boxart/default.jpg,Stampede,Int,Action,Activision,Activision,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_3635152AmericaFrontccc.png,Star Ghost,NS,Action,Rainy Frog,Squarehead Studios,,,,,,,2017-11-30,2018-03-25 -/games/boxart/default.jpg,Star Splash: Shattered Star,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_8838093AmericaFrontccc.jpg,Star Wars Jedi Knight II: Jedi Outcast,NS,Action,Aspyr,Aspyr,,,,,,,2019-09-24,2021-11-08 -/games/boxart/full_747380AmericaFrontccc.jpg,Star Wars Jedi Knight: Jedi Academy,NS,Action,Aspyr,Raven Software,,,,,,,2020-03-26,2021-11-08 -/games/boxart/full_5443349AmericaFrontccc.jpg,Star Wars: Hunters,NS,Action,Unknown,NaturalMotion Games,,,,,,,,2021-02-17 -/games/boxart/default.jpg,Star Wars: The Arcade Game,CV,Action,Unknown,Atari,,,,,,,,2021-10-18 -/games/boxart/full_967787AmericaFrontccc.jpg,Stardrone Extreme,PSV,Action,Unknown,Beatshapers,,,,,,,,2022-08-11 -/games/boxart/full_8805836AmericaFrontccc.png,Stardust Galaxy Warriors: Stellar Climax,NS,Action,Unknown,Dreamloop Games,,,,,,,,2018-07-08 -/games/boxart/full_9567243AmericaFrontccc.png,SteamWorld Heist: Ultimate Edition,NS,Action,Image & Form International AB,Image & Form Games,,,,,,,2017-12-28,2018-03-21 -/games/boxart/default.jpg,Steel Sword Story,PC,Action,Unknown,8bits fanatics,,,,,,,,2019-06-10 -/games/boxart/full_5789577AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,PS4,Action,Unknown,Square Enix,,,,,,,,2022-02-01 -/games/boxart/full_9810353AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,XOne,Action,Unknown,Square Enix,,,,,,,,2022-02-01 -/games/boxart/full_8875196AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,PC,Action,Unknown,Square Enix,,,,,,,,2022-02-01 -/games/boxart/full_6778077AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,PS5,Action,Square Enix,Square Enix,,,,,,,2022-03-15,2022-02-01 -/games/boxart/full_5659677AmericaFrontccc.png,Stranger of Paradise: Final Fantasy Origin,XS,Action,Unknown,Square Enix,,,,,,,,2022-02-01 -/games/boxart/full_6665097AmericaFrontccc.png,Stranger Things 3: The Game,XOne,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 -/games/boxart/full_1230162AmericaFrontccc.png,Stranger Things 3: The Game,NS,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 -/games/boxart/full_2810700AmericaFrontccc.png,Stranger Things 3: The Game,PC,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 -/games/boxart/full_8654872AmericaFrontccc.jpg,Stranger Things 3: The Game,iOS,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 -/games/boxart/full_9325528AmericaFrontccc.jpg,Stranger Things 3: The Game,And,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 -/games/boxart/full_7454167AmericaFrontccc.jpg,Stranger Things 3: The Game,PS4,Action,"Netflix, Inc.",BonusXP,,,,,,,2019-07-04,2019-06-06 -/games/boxart/full_6697409AmericaFrontccc.png,Streets of Rage 4,XOne,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 -/games/boxart/full_2474052AmericaFrontccc.png,Streets of Rage 4,PS4,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 -/games/boxart/full_4664142AmericaFrontccc.png,Streets of Rage 4,PC,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 -/games/boxart/full_2266338AmericaFrontccc.png,Streets of Rage 4,NS,Action,DotEmu,Lizardcube,,,,,,,2020-04-30,2019-11-25 -/games/boxart/full_1639571AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,NS,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 -/games/boxart/full_5258587AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,PS4,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 -/games/boxart/full_9900570AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,XOne,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 -/games/boxart/full_4013289AmericaFrontccc.jpg,Streets Of Rage 4 - Mr. X Nightmare,PC,Action,Unknown,Lizardcube,,,,,,,,2021-07-25 -/games/boxart/full_6488809AmericaFrontccc.png,Streets of Red: Devil's Dare Deluxe,NS,Action,Secret Base,Secret Base,,,,,,,2018-04-12,2018-02-06 -/games/boxart/default.jpg,Streets of Red: Devil's Dare Deluxe,PS4,Action,Unknown,Secret Base,,,,,,,,2018-02-06 -/games/boxart/full_3249744AmericaFrontccc.jpeg,Streets of Rogue,NS,Action,Unknown,Matt Dabrowski,,,,,,,,2019-07-13 -/games/boxart/full_5738830AmericaFrontccc.jpeg,Streets of Rogue,PS4,Action,Unknown,Matt Dabrowski,,,,,,,,2019-07-15 -/games/boxart/full_640432AmericaFrontccc.jpeg,Streets of Rogue,XOne,Action,Unknown,Matt Dabrowski,,,,,,,,2019-07-15 -/games/boxart/full_7553254AmericaFrontccc.png,Strikers 1945,NS,Action,Zerodiv,ZeroDiv,,,,,,,2017-08-03,2018-03-25 -/games/boxart/full_1127812AmericaFrontccc.png,Strikers 1945 II,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-01-25,2018-03-25 -/games/boxart/full_662283PALFrontccc.jpg,Strikers Edge,PS4,Action,Unknown,Unknown,,,,,,,,2020-03-23 -/games/boxart/full_609099PALFrontccc.jpg,Strikers Edge,PC,Action,Unknown,Unknown,,,,,,,,2020-03-23 -/games/boxart/full_2221756AmericaFrontccc.jpg,Styx: Master of Shadows,PS4,Action,Focus Home Interactive,Cyanide Studios,,,,,,,2014-10-07,2018-01-06 -/games/boxart/full_8560835AmericaFrontccc.jpg,Styx: Master of Shadows,XOne,Action,Focus Home Interactive,Cyanide Studios,,,,,,,2014-10-07,2018-01-06 -/games/boxart/full_7859972AmericaFrontccc.jpg,Sundered,PC,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Sundered,PS4,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Sundered,OSX,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Sundered,Linux,Action,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/full_8003326PALFrontccc.jpg,Sunset Overdrive,PC,Action,Microsoft Studios,Insomniac Games,,,,,,,2018-11-16,2018-11-12 -/games/boxart/full_447452AmericaFrontccc.png,Super Animal Royale,XS,Action,Unknown,Pixile,,,,,,,,2021-08-27 -/games/boxart/full_8782863AmericaFrontccc.png,Super Animal Royale,XOne,Action,Unknown,Pixile,,,,,,,,2021-08-27 -/games/boxart/full_2795594AmericaFrontccc.png,Super Animal Royale,PS5,Action,Unknown,Pixile,,,,,,,,2021-08-27 -/games/boxart/full_4245883AmericaFrontccc.png,Super Animal Royale,PS4,Action,Unknown,Pixile,,,,,,,,2021-08-27 -/games/boxart/full_6526330AmericaFrontccc.png,Super Animal Royale,PC,Action,Unknown,Pixile,,,,,,,,2021-08-27 -/games/boxart/full_2630944AmericaFrontccc.png,Super Animal Royale,NS,Action,Unknown,Pixile,,,,,,,,2021-08-27 -/games/boxart/full_9919478AmericaFrontccc.jpg,Super Comboman,XOne,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 -/games/boxart/full_4288839AmericaFrontccc.jpg,Super Comboman,PS4,Action,Flashman Games,Interabang Entertainment,,,,,,,2017-08-22,2018-08-11 -/games/boxart/full_7314650AmericaFrontccc.jpg,Super Crush KO,NS,Action,Unknown,Vertex Pop,,,,,,,,2020-01-10 -/games/boxart/full_5402285AmericaFrontccc.jpg,Super Crush KO,PC,Action,Unknown,Vertex Pop,,,,,,,,2020-01-10 -/games/boxart/full_1089344AmericaFrontccc.png,Super Daryl Deluxe,NS,Action,Dan & Gary Games,Dan & Gary Games,,,,,,,2018-04-10,2018-03-23 -/games/boxart/full_3485430AmericaFrontccc.jpg,Super Little Acorns 3D Turbo,3DS,Action,Unknown,Pixel Toys,,,,,,,,2022-08-17 -/games/boxart/full_3184860AmericaFrontccc.jpg,Super Mutant Alien Assault,NS,Action,Unknown,Cybernate,,,,,,,,2019-07-04 -/games/boxart/default.jpg,Super Mutant Alien Assault,PC,Action,Unknown,Cybernate,,,,,,,,2019-07-04 -/games/boxart/default.jpg,Super Mutant Alien Assault,PSV,Action,Unknown,Cybernate,,,,,,,,2019-07-04 -/games/boxart/default.jpg,Super Mutant Alien Assault,PS4,Action,Unknown,Cybernate,,,,,,,,2019-07-04 -/games/boxart/default.jpg,Super Mutant Alien Assault,XOne,Action,Unknown,Cybernate,,,,,,,,2019-07-04 -/games/boxart/full_9434708AmericaFrontccc.png,Super Ping Pong Trick Shot,NS,Action,Starsign,SIMS,,,,,,,2017-10-19,2018-03-25 -/games/boxart/default.jpg,SUPER ROBO MOUSE,WiiU,Action,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/default.jpg,Super Ultra Star Shooter,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Swords & Serpents,Int,Action,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_771481AmericaFrontccc.png,Tachyon Project,NS,Action,Eclipse Games,Eclipse Games,,,,,,,2018-01-25,2018-03-26 -/games/boxart/full_6431949AmericaFrontccc.png,Tallowmere,NS,Action,Teyon,Teyon,,,,,,,2017-11-09,2018-03-26 -/games/boxart/full_4460821AmericaFrontccc.png,Tank Troopers,3DS,Action,Nintendo,Nintendo EPD,,,,,,,2017-02-16,2018-11-18 -/games/boxart/full_4185066AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,XOne,Action,Unknown,Tribute Games,,,,,,,,2022-06-10 -/games/boxart/full_7592899AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,PS4,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-06-10 -/games/boxart/full_2915990AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,PC,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-06-10 -/games/boxart/full_5947188AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge,NS,Action,DotEmu,Tribute Games,,,,,,,2022-06-16,2022-06-10 -/games/boxart/full_6158252AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,XS,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 -/games/boxart/full_9635747AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,XOne,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 -/games/boxart/full_1207412AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,PS5,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 -/games/boxart/full_5183189AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,PS4,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 -/games/boxart/full_8129627AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,PC,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 -/games/boxart/full_9270410AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Shredder's Revenge - Dimension Shellshock,NS,Action,Unknown,Tribute Games,,,,,,,,2023-08-30 -/games/boxart/full_8762330AmericaFrontccc.png,TENGAI,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-03-29,2018-03-26 -/games/boxart/full_5555182AmericaFrontccc.jpg,Terror of Hemasaurus,XS,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 -/games/boxart/full_4106911AmericaFrontccc.jpg,Terror of Hemasaurus,XOne,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 -/games/boxart/full_7349161AmericaFrontccc.jpg,Terror of Hemasaurus,PS5,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 -/games/boxart/full_244150AmericaFrontccc.jpg,Terror of Hemasaurus,PS4,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 -/games/boxart/full_2063008AmericaFrontccc.jpg,Terror of Hemasaurus,PC,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 -/games/boxart/full_7604447AmericaFrontccc.jpg,Terror of Hemasaurus,NS,Action,Unknown,Loren Lemcke,,,,,,,,2021-08-30 -/games/boxart/full_2137265AmericaFrontccc.png,Tesla vs Lovecraft,NS,Action,10tons,10tons Ltd,,,,,,,2018-03-16,2018-03-25 -/games/boxart/default.jpg,Teslapunk,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,test: game,PC,Action,Unknown,A Different Game,,,,,,,,2018-01-03 -/games/boxart/default.jpg,TestingGame,2600,Action,Unknown,TalonSoft,,,,,,,,2018-01-07 -/games/boxart/full_4359557AmericaFrontccc.jpg,The Ascent,XS,Action,Curve Digital,Neon Giant,,,,,,,2020-12-01,2020-05-07 -/games/boxart/default.jpg,The Bard's Tale: Remastered and Resnarkled,PSV,Action,Unknown,InXile Entertainment,,,,,,,,2018-07-18 -/games/boxart/default.jpg,The Bard's Tale: Remastered and Resnarkled,PS4,Action,Unknown,InXile Entertainment,,,,,,,,2018-07-18 -/games/boxart/full_2279471AmericaFrontccc.jpg,The Binding of Isaac: Repentance,PS5,Action,Unknown,Edmund McMillen,,,,,,,,2021-08-02 -/games/boxart/full_6592220AmericaFrontccc.jpg,The Binding of Isaac: Repentance,PC,Action,Unknown,Edmund McMillen,,,,,,,,2021-08-02 -/games/boxart/full_1338308AmericaFrontccc.jpg,The Binding of Isaac: Repentance,NS,Action,Unknown,Edmund McMillen,,,,,,,,2021-08-02 -/games/boxart/full_9228760AmericaFrontccc.jpg,The Climb,OR,Action,Crytek,Crytek,,,,,,,2016-04-21,2022-03-15 -/games/boxart/default.jpg,The Deadly Tower of Monsters,PS4,Action,Atlus,ACE Team,,,,,,,2016-01-19,2018-01-06 -/games/boxart/default.jpg,The Deadly Tower of Monsters,PC,Action,Atlus,ACE Team,,,,,,,2016-01-19,2018-01-06 -/games/boxart/full_2636489AmericaFrontccc.png,The Fairyland Story,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/full_2460537AmericaFrontccc.png,The Final Station,NS,Action,TinyBuild Games,Do My Best,,,,,,,2018-02-23,2018-02-22 -/games/boxart/default.jpg,The Legend Of Prince Valiant,NES,Action,Unknown,Ocean Software,,,,,,,,2020-01-29 -/games/boxart/full_8873892AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,XOne,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-02-26,2019-03-22 -/games/boxart/full_3440430AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,PC,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-02-26,2019-03-22 -/games/boxart/full_5837338AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,NS,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-03-26,2019-03-22 -/games/boxart/full_857168AmericaFrontccc.jpg,The LEGO Movie 2 Video Game,PS4,Action,Warner Bros. Interactive,TT Fusion,,,,,,,2019-02-26,2019-03-22 -/games/boxart/full_5778751AmericaFrontccc.jpg,The Longest 5 Minutes,PC,Action,NIS America,Nippon Ichi Software,,,,,,,2018-02-13,2018-01-11 -/games/boxart/full_8009236AmericaFrontccc.jpg,The Lord of the Rings: Gollum,XOne,Action,Unknown,Daedalic Entertainment,,,,,,,,2023-05-07 -/games/boxart/full_2819676AmericaFrontccc.jpg,The Lord of the Rings: Gollum,PS4,Action,Unknown,Daedalic Entertainment,,,,,,,,2023-05-07 -/games/boxart/full_7142612AmericaFrontccc.jpg,The Lord of the Rings: Gollum,NS,Action,Unknown,Daedalic Entertainment,,,,,,,,2023-05-07 -/games/boxart/full_878281AmericaFrontccc.jpeg,The Mark of Kri,PS4,Action,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2015-12-05,2018-09-24 -/games/boxart/full_4853397AmericaFrontccc.jpeg,The Mummy Demastered,XOne,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, -/games/boxart/full_1588326AmericaFrontccc.jpeg,The Mummy Demastered,PS4,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, -/games/boxart/full_1502413AmericaFrontccc.png,The Mummy Demastered,NS,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, -/games/boxart/full_2752079AmericaFrontccc.jpg,The Mummy Demastered,PC,Action,WayForward Technologies,WayForward Technologies,,,,,,,2017-10-24, -/games/boxart/full_2835532AmericaFrontccc.png,The Ninja Saviors: Return of the Warriors,NS,Action,Arc System Works,Natsume Atari,,,,,,,2019-08-30,2019-06-14 -/games/boxart/full_6234400AmericaFrontccc.png,The Ninja Saviors: Return of the Warriors,PS4,Action,Arc System Works,Natsume Atari,,,,,,,2019-08-30,2019-06-14 -/games/boxart/full_6824825AmericaFrontccc.jpg,The Ninja Warriors,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/default.jpg,The Quiet Man,PS4,Action,Unknown,Human Head Studios,,,,,,,,2019-03-30 -/games/boxart/default.jpg,The Quiet Man,PC,Action,Unknown,Human Head Studios,,,,,,,,2019-03-30 -/games/boxart/default.jpg,The Simpsons Arcade Game,PSN,Action,Unknown,Konami,,,,,,,,2018-02-22 -/games/boxart/default.jpg,The Simpsons Arcade Game,XBL,Action,Unknown,Konami,,,,,,,,2018-02-22 -/games/boxart/full_2426380AmericaFrontccc.jpg,The Stretchers,NS,Action,Nintendo,Tarsier Studios,,,,,,,2019-11-08,2020-07-23 -/games/boxart/full_2722484AmericaFrontccc.jpg,The Walking Dead: Saints & Sinners – Chapter 2: Retribution,PS5,Action,Unknown,Skydance Interactive,7,,,,,,,2022-12-01 -/games/boxart/full_2099981AmericaFrontccc.jpg,The Walking Dead: Saints & Sinners – Chapter 2: Retribution,PS4,Action,Unknown,Skydance Interactive,,,,,,,,2022-12-01 -/games/boxart/full_4365506AmericaFrontccc.jpg,The Walking Dead: Saints & Sinners – Chapter 2: Retribution,PC,Action,Unknown,Skydance Interactive,,,,,,,,2022-12-01 -/games/boxart/full_8340460AmericaFrontccc.jpg,Thief Gold,PC,Action,Eidos Interactive,Looking Glass Studios,,,,,,,1999-10-26,2018-06-29 -/games/boxart/default.jpg,Thumper,PS4,Action,Unknown,Drool,,,,,,,,2018-02-20 -/games/boxart/full_3415968AmericaFrontccc.jpg,Thumper,XOne,Action,Unknown,Drool,,,,,,,,2018-02-20 -/games/boxart/full_2056529AmericaFrontccc.jpg,Thumper,PC,Action,Unknown,Drool,,,,,,,,2018-02-20 -/games/boxart/default.jpg,Thumper,iOS,Action,Unknown,Drool,,,,,,,,2018-02-20 -/games/boxart/full_9305477AmericaFrontccc.png,Time Recoil,NS,Action,10tons,10tons Ltd,,,,,,,2017-10-26,2018-03-26 -/games/boxart/full_2073121AmericaFrontccc.png,Tiny Troopers Joint Ops XL,NS,Action,Wired Productions,Epiphany Games,,,,,,,2017-12-21,2018-02-04 -/games/boxart/full_7374845AmericaFrontccc.jpg,Tokyo Ghoul: re Call to Exist,PS4,Action,Bandai Namco Entertainment,Three Rings,,,,,,,2019-11-14,2018-07-16 -/games/boxart/full_2342640AmericaFrontccc.jpg,Tokyo Ghoul: re Call to Exist,PC,Action,Bandai Namco Entertainment,Three Rings,,,,,,,2019-11-14,2019-09-30 -/games/boxart/default.jpg,Tokyo Ogre Gate,NS,Action,Unknown,CyberConnect2,,,,,,,,2018-02-05 -/games/boxart/default.jpg,Tokyo Ogre Gate,PC,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/default.jpg,Tokyo Ogre Gate,XOne,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/default.jpg,Tokyo Ogre Gate,PS4,Action,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/full_5837934AmericaFrontccc.jpg,Tomb Raider: Definitive Edition,XOne,Action,Square Enix,Crystal Dynamics,,,,,,,2014-01-28,2017-12-30 -/games/boxart/default.jpg,Tomeling in Trouble,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_6058322AmericaFrontccc.jpg,Torchlight II,XOne,Action,Runic Games,Runic Games,,,,,,,2019-09-03,2019-09-03 -/games/boxart/full_5253324AmericaFrontccc.jpg,Torchlight II,PS4,Action,Runic Games,Runic Games,,,,,,,2019-09-03,2019-09-03 -/games/boxart/full_6179718AmericaFrontccc.jpg,Torchlight II,NS,Action,Runic Games,Runic Games,,,,,,,2019-09-03,2019-09-03 -/games/boxart/full_5793807AmericaFrontccc.png,TorqueL: Physics Modified Edition,NS,Action,Active Gaming Media,FullPowerSideAttack.com,,,,,,,2018-02-15,2018-02-02 -/games/boxart/full_9225193AmericaFrontccc.png,Touch Battle Tank SP,NS,Action,SilverStar,Silver Star Japan,,,,,,,2017-12-07,2018-03-26 -/games/boxart/full_6808944AmericaFrontccc.png,Tower Of Babel,NS,Action,EnjoyUp Games,EnjoyUp Games,,,,,,,2017-09-28,2018-03-26 -/games/boxart/full_6838427AmericaFrontccc.png,TowerFall,NS,Action,Matt Makes Games Inc.,Matt Makes Games Inc.,,,,,,,2018-09-27,2018-11-15 -/games/boxart/full_2346800AmericaFrontccc.png,Transformers: Battlegrounds,XOne,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 -/games/boxart/full_1879089AmericaFrontccc.png,Transformers: Battlegrounds,PS4,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 -/games/boxart/full_7428768AmericaFrontccc.png,Transformers: Battlegrounds,PC,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 -/games/boxart/full_7729751AmericaFrontccc.png,Transformers: Battlegrounds,NS,Action,Outright Games,Outright Games,,,,,,,2020-10-23,2020-07-03 -/games/boxart/full_3150877AmericaFrontccc.jpg,Travis Strikes Again: No More Heroes,NS,Action,Grasshopper Manufacture Inc.,Grasshopper Manufacture,8,,,,,,2019-01-18,2019-03-24 -/games/boxart/full_9787077AmericaFrontccc.jpg,Trek to Yomi,XS,Action,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 -/games/boxart/full_7863481AmericaFrontccc.jpg,Trek to Yomi,PS5,Action,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 -/games/boxart/full_9675208AmericaFrontccc.jpg,Trek to Yomi,PC,Action,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 -/games/boxart/full_5924960AmericaFrontccc.jpg,Trek to Yomi,XOne,Action,Unknown,Flying Wild Hog,,,,,,,,2022-04-20 -/games/boxart/full_7879950AmericaFrontccc.jpg,Trek to Yomi,PS4,Action,Unknown,Flying Wild Hog,,,,,,,,2022-04-20 -/games/boxart/full_9056299AmericaFrontccc.jpg,Trials of Battle (OS/2 Warp),PC,Action,Stardock,"Shadowsoft, Inc.",,,,,,,1996-01-01,2018-03-31 -/games/boxart/full_482633AmericaFrontccc.jpg,Trine Enchanted Edition,PS4,Action,Frozenbyte,Frozenbyte,,,,,,,2014-12-23,2018-11-17 -/games/boxart/full_4063921AmericaFrontccc.jpg,Trine Enchanted Edition,NS,Action,Frozenbyte,Frozenbyte,,,,,,,2018-11-09,2018-11-16 -/games/boxart/default.jpg,Tropical Trouble,Int,Action,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 -/games/boxart/default.jpg,Truckin',Int,Action,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_1359237AmericaFrontccc.jpg,Tunche,XOne,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 -/games/boxart/full_4998410AmericaFrontccc.jpg,Tunche,PS4,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 -/games/boxart/full_2192902AmericaFrontccc.jpg,Tunche,PC,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 -/games/boxart/full_7264483AmericaFrontccc.jpg,Tunche,NS,Action,Unknown,LEAP Game Studios,,,,,,,,2021-02-10 -/games/boxart/full_4810188AmericaFrontccc.jpg,Tunche,XS,Action,Unknown,LEAP Game Studios,,,,,,,,2021-10-21 -/games/boxart/full_9219947AmericaFrontccc.jpg,Turrican Flashback,NS,Action,Unknown,Ratalaika Games,,,,,,,,2021-02-01 -/games/boxart/full_8777118AmericaFrontccc.jpg,Turrican Flashback,PS4,Action,Unknown,Ratalaika Games,,,,,,,,2021-02-01 -/games/boxart/default.jpg,Tutankham,Int,Action,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_5854990AmericaFrontccc.jpg,Twin Breaker: A Sacred Symbols Adventure,PS4,Action,Lillymo Games Inc,Lillymo Games Inc,,,,,,,2020-03-24,2020-02-13 -/games/boxart/full_1052290AmericaFrontccc.jpg,Twin Breaker: A Sacred Symbols Adventure,PSV,Action,Lillymo Games Inc,Lillymo Games Inc,,,,,,,2020-03-24,2020-02-13 -/games/boxart/full_5520706AmericaFrontccc.jpg,UBERMOSH Vol.3,PC,Action,Walter Machado,Walter Machado,,,,,,,2016-08-15,2019-04-05 -/games/boxart/full_2754607AmericaFrontccc.jpg,UBERMOSH Vol.5,PC,Action,Walter Machado,Walter Machado,,,,,,,2017-05-25,2019-04-05 -/games/boxart/full_5734271AmericaFrontccc.jpg,UBERMOSH Vol.7,PC,Action,Walter Machado,Walter Machado,,,,,,,2019-02-26,2019-04-05 -/games/boxart/full_7507009AmericaFrontccc.jpg,UBERMOSH:BLACK,PC,Action,Walter Machado,Walter Machado,,,,,,,2016-02-17,2019-04-05 -/games/boxart/full_2704714AmericaFrontccc.jpg,UBERMOSH:BLACK,NS,Action,Unknown,Walter Machado,,,,,,,,2020-08-17 -/games/boxart/full_5329349AmericaFrontccc.jpg,UBERMOSH:SANTICIDE,PC,Action,Walter Machado,Walter Machado,,,,,,,2018-07-27,2019-04-05 -/games/boxart/full_1100598AmericaFrontccc.jpg,UBERMOSH:WRAITH,PC,Action,Walter Machado,Walter Machado,,,,,,,2017-01-29,2019-04-05 -/games/boxart/full_8492563AmericaFrontccc.png,Ultra Hyperball,NS,Action,Springloaded,Springloaded,,,,,,,2017-07-28,2018-03-26 -/games/boxart/full_8114343AmericaFrontccc.jpg,Ultracore,NS,Action,Unknown,Digital Illusions,,,,,,,,2020-06-26 -/games/boxart/full_2213847AmericaFrontccc.jpg,Ultracore,PS4,Action,Unknown,Digital Illusions,,,,,,,,2020-06-26 -/games/boxart/full_4375249AmericaFrontccc.jpg,Umbraclaw,NS,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 -/games/boxart/full_4682140AmericaFrontccc.jpg,Umbraclaw,PC,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 -/games/boxart/full_9198373AmericaFrontccc.jpg,Umbraclaw,PS4,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 -/games/boxart/full_8976436AmericaFrontccc.jpg,Umbraclaw,PS5,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 -/games/boxart/full_8497623AmericaFrontccc.jpg,Umbraclaw,XOne,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 -/games/boxart/full_8229936AmericaFrontccc.jpg,Umbraclaw,XS,Action,Unknown,Inti Creates,,,,,,,,2024-01-23 -/games/boxart/full_4826003AmericaFrontccc.jpg,Umihara Kawase BaZooKa!,PC,Action,Success,Studio Saizensen,,,,,,,2020-05-28,2020-05-11 -/games/boxart/full_3515084AmericaFrontccc.jpg,Umihara Kawase BaZooKa!,PS4,Action,Success,Studio Saizensen,,,,,,,2020-05-28,2020-05-11 -/games/boxart/full_3576305AmericaFrontccc.jpg,Umihara Kawase BaZooKa!,NS,Action,Success,Studio Saizensen,,,,,,,2020-05-28,2020-05-11 -/games/boxart/full_2559380AmericaFrontccc.jpg,Umihara Kawase Fresh!,PC,Action,Unknown,Studio Saizensen,,,,,,,,2020-05-11 -/games/boxart/full_2361766AmericaFrontccc.png,Vaccine,WiiU,Action,Rainy Frog,Rainy Night Creations,,,,,,,2017-05-31,2018-01-05 -/games/boxart/full_6836AmericaFrontccc.png,Vaccine,NS,Action,Rainy Frog,Rainy Night Creations,,,,,,,2017-07-06,2018-03-26 -/games/boxart/full_6569877AmericaFrontccc.jpg,Valfaris,PC,Action,Big Sugar,Steel Mantis,,,,,,,2019-12-01,2019-06-12 -/games/boxart/full_6915754AmericaFrontccc.jpg,Valfaris,PS4,Action,Big Sugar,Steel Mantis,,,,,,,2019-12-01,2019-06-12 -/games/boxart/full_8932651AmericaFrontccc.jpg,Valfaris,XOne,Action,Big Sugar,Steel Mantis,,,,,,,2019-12-01,2019-06-12 -/games/boxart/full_5657512AmericaFrontccc.jpg,Valfaris,NS,Action,Big Sugar,Steel Mantis,,,,,,,2019-11-01,2019-06-12 -/games/boxart/full_2582195AmericaFrontccc.png,Valkyrie of Phantasm,PC,Action,Area Zero,Area Zero,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_2374366AmericaFrontccc.png,Valkyrie of Phantasm,PS4,Action,Area Zero,Area Zero,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_2734582AmericaFrontccc.png,Valkyrie of Phantasm,NS,Action,Area Zero,Area Zero,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_3980101AmericaFrontccc.jpg,Vampire Hunter D,PS,Action,Jaleco,Victor Interactive Software,,,,,,,2000-09-25,2018-01-01 -/games/boxart/full_9035795AmericaFrontccc.jpg,Vampire Survivors,XS,Action,Unknown,Luca Galante,,,,,,,,2022-12-06 -/games/boxart/full_9741006AmericaFrontccc.jpg,Vampire Survivors,XOne,Action,Unknown,Luca Galante,,,,,,,,2022-12-06 -/games/boxart/full_3290756AmericaFrontccc.jpg,Vampire Survivors,PC,Action,Unknown,Luca Galante,,,,,,,,2022-12-06 -/games/boxart/full_5468414AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,PC,Action,Paradox Interactive,Hardsuit Labs,,,,,,,2021-12-31,2019-06-10 -/games/boxart/full_8463871AmericaFrontccc.jpg,Vampire: The Masquerade – Bloodhunt,PC,Action,Unknown,Sharkmob AB,,,,,,,,2021-08-27 -/games/boxart/default.jpg,Vectron,Int,Action,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_3781286AmericaFrontccc.png,Velocity 2X,NS,Action,Unknown,FuturLab,,,,,,,,2018-10-02 -/games/boxart/full_8112790AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,PS5,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 -/games/boxart/full_1845595AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,PS4,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 -/games/boxart/full_237236AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,PC,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 -/games/boxart/full_7876472AmericaFrontccc.jpg,Vengeful Guardian: Moonrider,NS,Action,Unknown,JoyMasher,,,,,,,,2022-12-01 -/games/boxart/full_3321160AmericaFrontccc.jpg,Venture,CV,Action,Coleco,Exidy,,,,,,,1982-09-07,2021-10-18 -/games/boxart/full_5741944AmericaFrontccc.jpg,Vitamin Connection,NS,Action,Unknown,Way Forward,,,,,,,,2019-08-13 -/games/boxart/full_9261441AmericaFrontccc.png,Volgarr the Viking,NS,Action,Crazy Viking Studios,Crazy Viking Studios,,,,,,,2017-10-05,2018-03-26 -/games/boxart/full_5387665AmericaFrontccc.png,Vostok Inc.,NS,Action,Wired Productions,Nosebleed Interactive,,,,,,,2017-12-07,2018-03-26 -/games/boxart/default.jpg,VRog,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_8893692AmericaFrontccc.jpg,Wanted: Dead,XS,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 -/games/boxart/full_4495908AmericaFrontccc.jpg,Wanted: Dead,XOne,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 -/games/boxart/full_3153210AmericaFrontccc.jpg,Wanted: Dead,PS5,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 -/games/boxart/full_1799702AmericaFrontccc.jpg,Wanted: Dead,PS4,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 -/games/boxart/full_4060203AmericaFrontccc.jpg,Wanted: Dead,PC,Action,Unknown,Soleil Software Studio Inc.,,,,,,,,2023-01-01 -/games/boxart/full_5378494PALFrontccc.jpg,Warframe,XOne,Action,Digital Extremes,Digital Extremes,,,,,,,2014-09-02,2018-07-08 -/games/boxart/full_6484521AmericaFrontccc.jpg,"Warhammer 40,000: Darktide",PC,Action,Fatshark,Fatshark AB,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_2845194AmericaFrontccc.jpg,"Warhammer 40,000: Darktide",XS,Action,Fatshark,Fatshark AB,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_9687796PALFrontccc.jpg,"Warhammer 40,000: Deathwatch",NS,Action,Funbox Media,Rodeo Games,,,,,,,2019-05-10,2018-11-06 -/games/boxart/default.jpg,Warhammer: Vermintide 2,PS4,Action,Unknown,Fatshark AB,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Warhammer: Vermintide 2,XOne,Action,Unknown,Fatshark AB,,,,,,,,2019-06-10 -/games/boxart/full_6177141AmericaFrontccc.jpg,Warriors Orochi 2,All,Action,KOEI,Omega Force,,,,,,,2008-09-23,2020-10-17 -/games/boxart/default.jpg,Warriors Orochi 4,PC,Action,Unknown,Koei Tecmo Games,,,,,,,,2019-02-15 -/games/boxart/full_2379016JapanFrontccc.jpg,Warriors Orochi Z,All,Action,KOEI,Omega Force,,,,,,,2009-03-12,2020-10-17 -/games/boxart/full_3213047AmericaFrontccc.jpg,Wattam,PC,Action,Annapurna Interactive,Funomena,,,,,,,2019-12-01,2019-09-30 -/games/boxart/full_2579538AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,XS,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 -/games/boxart/full_1881075AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,XOne,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 -/games/boxart/full_7043889AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,PS5,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 -/games/boxart/full_340692AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,PS4,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 -/games/boxart/full_8234754AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,PC,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 -/games/boxart/full_6119330AmericaFrontccc.jpg,We Love Katamari Reroll+ Royal Reverie,NS,Action,Unknown,Namco Bandai Games,,,,,,,,2023-02-09 -/games/boxart/full_6403552AmericaFrontccc.jpg,West of Dead,XOne,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 -/games/boxart/full_4670931AmericaFrontccc.jpg,West of Dead,PC,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 -/games/boxart/full_3761422AmericaFrontccc.jpg,West of Dead,NS,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 -/games/boxart/full_7502034AmericaFrontccc.jpg,West of Dead,PS4,Action,Unknown,Upstream Arcade,,,,,,,,2020-06-21 -/games/boxart/full_8611343AmericaFrontccc.jpg,Wild Western,Arc,Action,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/full_174602AmericaFrontccc.jpg,Windblown,PC,Action,Unknown,Motion Twin,,,,,,,,2023-12-08 -/games/boxart/default.jpg,Witch & Hero 3,NS,Action,Unknown,CIRCLE Entertainment,,,,,,,,2018-03-25 -/games/boxart/full_7425783AmericaFrontccc.jpg,World of Warriors,PS4,Action,Sony Interactive Entertainment,Saber Interactive,,,,,,,2018-03-21,2018-09-21 -/games/boxart/full_3818752AmericaFrontccc.jpg,Worms Rumble,PC,Action,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_5799364AmericaFrontccc.jpg,Worms Rumble,PS4,Action,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_1711260AmericaFrontccc.jpg,Worms Rumble,PS5,Action,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_2349444AmericaFrontccc.jpg,Worms Rumble,XS,Action,Unknown,Team17,,,,,,,,2021-06-26 -/games/boxart/full_1861507AmericaFrontccc.jpg,Worms Rumble,XOne,Action,Unknown,Team17,,,,,,,,2021-06-26 -/games/boxart/full_1517378AmericaFrontccc.jpg,Worms Rumble,NS,Action,Unknown,Team17,,,,,,,,2021-06-26 -/games/boxart/full_5232163AmericaFrontccc.jpg,Wrecked,PC,Action,Corvostudio di Amadei Marco,Marco Amadei,,,,,,,2018-04-01,2019-04-16 -/games/boxart/full_8335158AmericaFrontccc.png,Wulverblade,NS,Action,Darkwind Media,Darkwind Media,,,,,,,2017-10-12,2018-02-09 -/games/boxart/default.jpg,Xeno Crisis,PC,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 -/games/boxart/default.jpg,Xeno Crisis,NS,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 -/games/boxart/default.jpg,Xeno Crisis,DC,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 -/games/boxart/default.jpg,Xeno Crisis,GEN,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 -/games/boxart/default.jpg,Xeno Crisis,NG,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 -/games/boxart/default.jpg,Xeno Crisis,XOne,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 -/games/boxart/default.jpg,Xeno Crisis,PS4,Action,Unknown,Bitmap Bureau,,,,,,,,2019-02-07 -/games/boxart/full_5432569AmericaFrontccc.png,Xenoraid,NS,Action,10tons Ltd,10tons Ltd,,,,,,,2017-11-17,2018-03-26 -/games/boxart/full_494909AmericaFrontccc.jpg,Xenosis,PC,Action,Unknown,Noah Lee,,,,,,,,2023-05-18 -/games/boxart/default.jpg,Y.A.S.G,WiiU,Action,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_1171235AmericaFrontccc.jpg,Yakuza Kiwami 2,PC,Action,Sega,Sega,,,,,,,2019-05-09,2019-05-02 -/games/boxart/full_2489738AmericaFrontccc.png,Year Walk,WiiU,Action,Simogo,Simogo,,,,,,,2015-09-17,2018-01-05 -/games/boxart/full_8724737AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,NS,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 -/games/boxart/full_4709463AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,PC,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 -/games/boxart/full_8191852AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,PS4,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 -/games/boxart/full_4698614AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,PS5,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 -/games/boxart/full_9229226AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,XOne,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 -/games/boxart/full_9394700AmericaFrontccc.jpg,Yohane the Parhelion: Blaze in the Deepblue,XS,Action,Unknown,Inti Creates,,,,,,,,2023-06-26 -/games/boxart/full_7652796AmericaFrontccc.jpg,Young Souls,XOne,Action,Unknown,1P2P,,,,,,,,2022-02-09 -/games/boxart/full_959027AmericaFrontccc.jpg,Young Souls,PS4,Action,Unknown,1P2P,,,,,,,,2022-02-09 -/games/boxart/full_3482346AmericaFrontccc.jpg,Young Souls,PC,Action,Unknown,1P2P,,,,,,,,2022-02-09 -/games/boxart/full_1176368AmericaFrontccc.jpg,Young Souls,NS,Action,Unknown,1P2P,,,,,,,,2022-02-09 -/games/boxart/full_809985AmericaFrontccc.png,Zarvot,NS,Action,Unknown,Snowhydra Games,,,,,,,,2018-10-14 -/games/boxart/full_9499859AmericaFrontccc.png,ZERO GUNNER 2,NS,Action,Zerodiv,ZeroDiv,,,,,,,2018-01-25,2018-03-26 -/games/boxart/full_8291617PALFrontccc.png,Zoids Wild: Blast Unleashed,NS,Action,Outright Games,Outright Games,,,,,,,2020-10-16,2020-09-07 -/games/boxart/full_7297855JapanFrontccc.jpg,Zoids Wild: King of Blast,NS,Action,Takara Tomy,Takara Tomy,,,,,,,2019-02-28,2019-02-24 -/games/boxart/full_452226AmericaFrontccc.png,Zombeer,WiiU,Action,Unknown,Padaone Games,,,,,,,,2018-01-05 -/games/boxart/default.jpg,Zombie Brigade: No Brain No Gain,WiiU,Action,Unknown,Cypron Studios,,,,,,,,2020-08-25 -/games/boxart/full_286902AmericaFrontccc.png,ZOMBIE GOLD RUSH,NS,Action,Amazing Inc.,Amazing Inc.,,,,,,,2017-10-26,2018-03-26 -/games/boxart/full_6321657AmericaFrontccc.jpg,The Walking Dead: Telltale Games Series,Series,Adventure,Telltale Games,Telltale Games,,,,,,,2012-04-24,2021-01-12 -/games/boxart/full_3999341AmericaFrontccc.png,Professor Layton,Series,Adventure,Nintendo,Level-5,,,,,,,2008-02-10,2020-02-04 -/games/boxart/full_9046076AmericaFrontccc.jpg,Myst,Series,Adventure,Broderbund,"Cyan, Inc.",,,,,,,1993-09-24,2020-03-09 -/games/boxart/full_5531684AmericaFrontccc.png,Ace Attorney,Series,Adventure,Capcom,Capcom,,,,,,,2005-10-12,2020-02-04 -/games/boxart/full_7352725AmericaFrontccc.jpg,Broken Sword,Series,Adventure,Virgin Interactive,Revolution Software,,,,,,,1996-09-30,2021-03-03 -/games/boxart/full_1636841AmericaFrontccc.jpg,Detroit: Become Human,All,Adventure,Sony Interactive Entertainment,Quantic Dream,,,,,,,2018-05-25,2021-02-22 -/games/boxart/full_1349358AmericaFrontccc.jpg,The Legend of Zelda: Ocarina of Time,N64,Adventure,Nintendo,Nintendo EAD,9.9,,,,,,1998-11-23, -/games/boxart/full_2379938AmericaFrontccc.jpg,The Legend of Zelda: Twilight Princess,Wii,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2006-11-19, -/games/boxart/full_4206736AmericaFrontccc.jpg,King's Quest,Series,Adventure,Sierra Online,On-Line Systems,,,,,,,1984-05-10,2021-04-02 -/games/boxart/full_3817175AmericaFrontccc.jpg,The Legend of Zelda,NES,Adventure,Nintendo,Nintendo EAD,9,,,,,,1987-08-22, -/games/boxart/full_5092550AmericaFrontccc.png,Luigi's Mansion: Dark Moon,3DS,Adventure,Nintendo,Next Level Games,8.6,,,,,,2013-03-24,2020-08-03 -/games/boxart/full_the-legend-of-zelda-ocarina-of-time-3d_127AmericaFront.jpg,The Legend of Zelda: Ocarina of Time 3D,3DS,Adventure,Nintendo,GREZZO,9.3,,,,,,2011-06-19, -/games/boxart/6809758ccc.jpg,Myst,PC,Adventure,Broderbund,Cyan Worlds,8.9,,,,,,1995-01-01, -/games/boxart/full_6117415AmericaFrontccc.jpg,Detroit: Become Human,PS4,Adventure,Sony Interactive Entertainment,Quantic Dream,8,,,,,,2018-05-25,2018-06-05 -/games/boxart/full_5696973AmericaFrontccc.jpg,Heavy Rain,All,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2010-02-23,2021-03-08 -/games/boxart/full_5854350AmericaFrontccc.png,Subnautica,All,Adventure,Unknown Worlds Entertainment,Unknown Worlds Entertainment,,,,,,,2018-01-23,2021-01-08 -/games/boxart/full_9208323AmericaFrontccc.jpg,Subnautica,Series,Adventure,Unknown Worlds Entertainment,Unknown Worlds Entertainment,,,,,,,2018-01-23,2020-03-03 -/games/boxart/full_5917508AmericaFrontccc.jpg,Danganronpa,Series,Adventure,NIS America,Spike Chunsoft,,,,,,,2014-02-11,2021-10-20 -/games/boxart/full_7268904AmericaFrontccc.jpg,L.A. Noire,All,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-05-17,2021-03-11 -/games/boxart/full_9653536AmericaFrontccc.jpg,The Legend of Zelda: Phantom Hourglass,DS,Adventure,Nintendo,Nintendo EAD,9.1,,,,,,2007-10-02, -/games/boxart/1323877ccc.jpg,The Legend of Zelda: A Link to the Past,SNES,Adventure,Nintendo,Nintendo EAD,10,,,,,,1992-04-13, -/games/boxart/8399996ccc.jpg,Riven: The Sequel to Myst,PC,Adventure,Red Orb,Cyan Worlds,,,,,,,1997-10-29, -/games/boxart/full_9257520AmericaFrontccc.jpg,Professor Layton and the Curious Village,DS,Adventure,Nintendo,Level 5,8.7,,,,,,2008-02-10, -/games/boxart/full_6636308AmericaFrontccc.jpg,The Legend of Zelda: The Wind Waker,GC,Adventure,Nintendo,Nintendo EAD,9.6,,,,,,2003-03-26, -/games/boxart/full_5047635AmericaFrontccc.jpg,Zelda II: The Adventure of Link,NES,Adventure,Nintendo,Nintendo EAD,,,,,,,1988-09-01,2018-01-28 -/games/boxart/full_6562868AmericaFrontccc.jpg,The Legend of Zelda: A Link Between Worlds,3DS,Adventure,Nintendo,Nintendo EAD,9.3,,,,,,2013-11-22,2018-01-05 -/games/boxart/full_9439903AmericaFrontccc.jpg,Until Dawn,PS4,Adventure,Sony Computer Entertainment,Supermassive Games Ltd.,,,,,,,2015-08-25,2018-09-14 -/games/boxart/full_4442305AmericaFrontccc.jpg,The Legend of Zelda: Oracle of Ages / Seasons,GBC,Adventure,Nintendo,Capcom,,,,,,,2001-05-13,2019-01-11 -/games/boxart/full_7372513AmericaFrontccc.jpg,Professor Layton and the Diabolical Box,DS,Adventure,Nintendo,Level 5,8.5,,,,,,2009-08-24, -/games/boxart/full_8647453AmericaFrontccc.jpg,The Legend of Zelda: Link's Awakening,GB,Adventure,Nintendo,Nintendo EAD,,,,,,,1993-08-01, -/games/boxart/full_the-legend-of-zelda-skyward-sword_217AmericaFront.jpg,The Legend of Zelda: Skyward Sword,Wii,Adventure,Nintendo,Nintendo EAD,9.4,,,,,,2011-11-20, -/games/boxart/6629690ccc.jpg,The Legend of Zelda: Majora's Mask,N64,Adventure,Nintendo,Nintendo EAD,9.3,,,,,,2000-10-25, -/games/boxart/full_professor-layton-and-the-unwound-future_8AmericaFront.jpg,Professor Layton and the Unwound Future,DS,Adventure,Nintendo,Level 5,8.4,,,,,,2010-09-12, -/games/boxart/full_144812AmericaFrontccc.jpg,Frogwares' Sherlock Holmes,Series,Adventure,The Adventure Company,Frogwares,,,,,,,2003-01-22,2021-03-09 -/games/boxart/full_5403728AmericaFrontccc.jpg,Heavy Rain,PS3,Adventure,Sony Computer Entertainment,Quantic Dream,8.8,,,,,,2010-02-23, -/games/boxart/full_6792661AmericaFrontccc.jpg,Life is Strange,All,Adventure,Square Enix,DONTNOD Entertainment,,,,,,,2015-01-30,2021-02-14 -/games/boxart/full_8321211AmericaFrontccc.jpg,Pajama Sam,Series,Adventure,Humongous Entertainment,Humongous Entertainment,,,,,,,1996-08-06,2021-05-05 -/games/boxart/full_8043477AmericaFrontccc.png,Syberia,Series,Adventure,Microids,Microids,,,,,,,2002-01-09,2021-03-09 -/games/boxart/full_7159330AmericaFrontccc.jpg,The Legend of Zelda: Spirit Tracks,DS,Adventure,Nintendo,Nintendo EAD,8.7,,,,,,2009-12-07, -/games/boxart/full_8354552AmericaFrontccc.jpg,Subnautica,PC,Adventure,Unknown Worlds Entertainment,Unknown Worlds Entertainment,,,,,,,2018-01-23,2018-02-14 -/games/boxart/full_7263452AmericaFrontccc.jpg,The Walking Dead: A Telltale Games Series,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2012-12-11,2018-05-10 -/games/boxart/1424182ccc.jpg,The Legend of Zelda: A Link to the Past,GBA,Adventure,Nintendo,"Flagship Co., Ltd. / Nintendo EAD",9.6,,,,,,2002-12-03, -/games/boxart/8015695ccc.jpg,Metroid,NES,Adventure,Nintendo,Nintendo R&D1,,,,,,,1987-08-15, -/games/boxart/full_2657805AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,All,Adventure,Capcom,Capcom,,,,,,,2014-12-09,2021-02-05 -/games/boxart/full_8101490AmericaFrontccc.jpg,Detroit: Become Human,PC,Adventure,Quantic Dream,Quantic Dream,,,,,,,2019-12-12,2019-03-20 -/games/boxart/full_3894388AmericaFrontccc.jpg,Firewatch,All,Adventure,Panic,Campo Santo,,,,,,,2016-02-09,2021-01-30 -/games/boxart/full_7661736PALFrontccc.jpg,Rise of the Tomb Raider,PC,Adventure,Square Enix,Crystal Dynamics,,,,,,,2016-01-28,2018-04-11 -/games/boxart/full_8523268AmericaFrontccc.jpg,CSI: Crime Scene Investigation,Series,Adventure,Ubisoft,369 Interactive,,,,,,,2003-03-26,2021-07-15 -/games/boxart/4175325ccc.jpg,The Legend of Zelda: Link's Awakening DX,GBC,Adventure,Nintendo,Nintendo EAD,9.4,,,,,,1998-10-31,2018-01-06 -/games/boxart/full_5488824AmericaFrontccc.png,Deponia,Series,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-08-06,2021-04-01 -/games/boxart/99372ccc.jpg,Onimusha 2: Samurai's Destiny,PS2,Adventure,Capcom,Capcom,8.5,,,,,,2002-08-28, -/games/boxart/full_professor-layton-and-the-last-specter_25AmericaFront.jpg,Professor Layton and the Last Specter,DS,Adventure,Nintendo,Level 5,8.4,,,,,,2011-10-17, -/games/boxart/full_4200652AmericaFrontccc.jpg,Beyond: Two Souls,PS3,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2013-10-08,2018-07-09 -/games/boxart/full_7320600AmericaFrontccc.jpg,Leisure Suit Larry,Series,Adventure,Sierra Online,Sierra On-Line,,,,,,,1987-07-05,2021-04-08 -/games/boxart/1456138ccc.jpg,Silent Hill,PS,Adventure,Konami,KCET,8.9,,,,,,1999-01-31, -/games/boxart/full_6072111AmericaFrontccc.jpg,The 7th Guest,PC,Adventure,Virgin Interactive,Trilobyte,,,,,,,1993-01-01, -/games/boxart/full_2435539AmericaFrontccc.jpg,Zork,Series,Adventure,Infocom,"Infocom, Inc.",,,,,,,1980-12-01,2020-12-28 -/games/boxart/1334329ccc.jpg,Star Fox Adventures,GC,Adventure,Nintendo,Rare Ltd.,8.1,,,,,,2002-09-22, -/games/boxart/4911061ccc.jpg,The Legend of Zelda: The Minish Cap,GBA,Adventure,Nintendo,Flagship,8.9,,,,,,2005-01-10, -/games/boxart/full_487076AmericaFrontccc.jpg,Metroid II: Return of Samus,GB,Adventure,Nintendo,Intelligent Systems,7.3,,,,,,1991-08-26, -/games/boxart/5958568ccc.jpg,Metroid Fusion,GBA,Adventure,Nintendo,Nintendo R&D1,9,,,,,,2002-11-17, -/games/boxart/full_8333960AmericaFrontccc.jpg,L.A. Noire: The Complete Edition,PC,Adventure,Rockstar Games,Rockstar Leeds,,,,,,,2011-11-08, -/games/boxart/full_6397879AmericaFrontccc.jpg,Amnesia,Series,Adventure,Frictional Games,Frictional Games,,,,,,,2010-09-08,2021-03-18 -/games/boxart/full_2647787PALFrontccc.jpg,Amerzone,All,Adventure,Ubisoft,Microids,,,,,,,1999-10-18,2021-03-04 -/games/boxart/full_9292356AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,All,Adventure,Private Division,Panache Digital Games,,,,,,,2019-08-27,2021-05-18 -/games/boxart/full_3985833AmericaFrontccc.jpg,Dracula: Resurrection,Series,Adventure,DreamCatcher Interactive,Index+,,,,,,,2000-06-01,2021-03-09 -/games/boxart/full_3167068AmericaFrontccc.png,Myst III: Exile,All,Adventure,Ubisoft,Presto Studios,,,,,,,2001-05-07,2020-12-15 -/games/boxart/8686530ccc.jpg,Rugrats: Search For Reptar,PS,Adventure,THQ,n-Space,,,,,,,1998-10-31, -/games/boxart/full_8660646AmericaFrontccc.jpg,Runaway,Series,Adventure,Tri Synergy,Pendulo Studios,,,,,,,2003-08-20,2021-03-04 -/games/boxart/7566961ccc.jpg,The Legend of Zelda: Twilight Princess,GC,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2006-12-11, -/games/boxart/7182723ccc.jpg,Super Metroid,SNES,Adventure,Nintendo,Intelligent Systems,8,,,,,,1994-04-18, -/games/boxart/full_3313309AmericaFrontccc.jpg,Amnesia: The Dark Descent,All,Adventure,Frictional Games,Frictional Games,,,,,,,2010-09-08,2021-03-18 -/games/boxart/full_3672668AmericaFrontccc.jpg,The Legend of Zelda: Tri Force Heroes,3DS,Adventure,Nintendo,GREZZO,7.4,,,,,,2015-10-23,2018-01-04 -/games/boxart/full_7471155AmericaFrontccc.jpg,The Longest Journey,Series,Adventure,Tri Synergy,Funcom,,,,,,,2000-11-16,2021-03-06 -/games/boxart/full_5300914JapanFrontccc.jpg,Metal Gear Solid Integral,PS,Adventure,Konami,Konami,9,,,,,,1999-06-26, -/games/boxart/full_pokepark-wii-pikachus-adventure_3AmericaFront.jpg,PokéPark Wii: Pikachu's Adventure,Wii,Adventure,Nintendo,Creatures Inc.,,,,,,,2010-11-02, -/games/boxart/full_4441248AmericaFrontccc.jpg,Shenmue,DC,Adventure,Sega,Sega-AM2,8.9,,,,,,2000-11-07, -/games/boxart/full_6352963AmericaFrontccc.jpg,Space Quest,Series,Adventure,Sierra Online,Sierra On-Line,,,,,,,1986-10-01,2021-04-03 -/games/boxart/8919279ccc.jpg,Mystery Case Files: MillionHeir,DS,Adventure,Nintendo,Big Fish Games,7.4,,,,,,2008-09-08, -/games/boxart/full_7311378AmericaFrontccc.jpg,Stranded Deep,PC,Adventure,Unknown,Beam Team Games,,,,,,,,2019-02-03 -/games/boxart/full_7450298AmericaFrontccc.png,Brothers: A Tale of Two Sons,PC,Adventure,505 Games,Starbreeze Studios,,,,,,,2013-09-03,2018-06-27 -/games/boxart/full_2038896AmericaFrontccc.jpg,The Wolf Among Us,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-02-05 -/games/boxart/full_3090318AmericaFrontccc.jpg,13 Sentinels: Aegis Rim,All,Adventure,Sega,Vanillaware,,,,,,,2020-09-22,2022-11-28 -/games/boxart/2255610ccc.jpg,Adventure,2600,Adventure,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_8703190AmericaFrontccc.jpg,Atlantis,Series,Adventure,Interplay Productions,Cryo Interactive,,,,,,,1997-09-30,2021-03-20 -/games/boxart/7264772ccc.jpg,Blade Runner,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1997-11-01, -/games/boxart/full_7652756PALFrontccc.png,Broken Sword: The Shadow of the Templars,All,Adventure,Virgin Interactive,Revolution Software,,,,,,,1996-09-30,2021-03-03 -/games/boxart/full_6475511AmericaFrontccc.jpg,Danganronpa 2: Goodbye Despair,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2016-04-18,2018-12-17 -/games/boxart/full_398706AmericaFrontccc.jpg,Danganronpa: Trigger Happy Havoc,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2016-02-18,2018-12-17 -/games/boxart/full_166166AmericaFrontccc.jpg,Disney's Animated Storybook: The Lion King,PC,Adventure,Disney Interactive Studios,Media Station,,,,,,,1994-01-01,2021-07-19 -/games/boxart/full_6606128AmericaFrontccc.png,Don't Starve,PC,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2013-04-23,2018-01-12 -/games/boxart/full_26061AmericaFrontccc.jpg,DREDGE,All,Adventure,Team17,Black Salt Games,,,,,,,2023-03-30,2023-10-09 -/games/boxart/full_4567896AmericaFrontccc.jpg,Full Throttle,PC,Adventure,LucasArts,LucasArts,,,,,,,1995-04-30, -/games/boxart/full_2837592AmericaFrontccc.jpg,GRIS,All,Adventure,Devolver Digital,Nomada Studio,,,,,,,2018-12-13,2021-02-12 -/games/boxart/full_8437845AmericaFrontccc.jpg,Indiana Jones and the Fate of Atlantis,PC,Adventure,LucasArts,LucasArts,,,,,,,1992-01-01, -/games/boxart/full_1459510AmericaFrontccc.jpg,Needy Streamer Overload,All,Adventure,WSS playground,WSS playground,,,,,,,2022-01-21,2023-06-30 -/games/boxart/full_1247159AmericaFrontccc.jpg,Oxenfree,All,Adventure,Night School Studio,Night School Studio,,,,,,,2016-01-15,2021-02-12 -/games/boxart/full_1114599AmericaFrontccc.png,Phantasmagoria,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1995-08-24,2021-04-02 -/games/boxart/full_8486528AmericaFrontccc.png,Putt-Putt,Series,Adventure,Humongous Entertainment,Humongous Entertainment,,,,,,,1993-01-01,2021-05-01 -/games/boxart/full_2830774AmericaFrontccc.png,Return to Zork,All,Adventure,Infocom,Activision,,,,,,,1993-09-15,2020-12-28 -/games/boxart/full_2029589AmericaFrontccc.png,Rise of the Tomb Raider,XOne,Adventure,Square Enix,Crystal Dynamics,,,,,,,2015-11-10,2018-04-11 -/games/boxart/full_5440716AmericaFrontccc.jpg,The Stanley Parable,PC,Adventure,Galactic Cafe,Galactic Cafe,,,,,,,2013-10-17,2018-01-19 -/games/boxart/full_3365742PALFrontccc.jpg,The Vanishing of Ethan Carter,All,Adventure,The Astronauts,The Astronauts,,,,,,,2014-09-26,2021-03-06 -/games/boxart/full_4828984AmericaFrontccc.jpg,HuniePop,PC,Adventure,Unknown,HuniePot,,,,,,,,2019-02-06 -/games/boxart/full_5961435AmericaFrontccc.jpg,Yakuza 6: The Song of Life,PS4,Adventure,Sega,Sega,,,,,,,2018-04-17,2018-01-03 -/games/boxart/full_3177048PALFrontccc.png,Broken Sword II: The Smoking Mirror,All,Adventure,Virgin Interactive,Revolution Software,,,,,,,1997-10-17,2021-03-03 -/games/boxart/full_3777046AmericaFrontccc.jpg,Leisure Suit Larry: Love for Sail!,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1996-11-26,2021-04-07 -/games/boxart/full_deponia_300PALFront.jpg,Deponia,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-01-27, -/games/boxart/3981337ccc.jpg,Yakuza 2,PS2,Adventure,Sega,Sega,7.9,,,,,,2008-09-09,2018-01-02 -/games/boxart/full_4910828AmericaFrontccc.jpg,Viscera Cleanup Detail,PC,Adventure,Unknown,RuneStorm,,,,,,,,2019-02-08 -/games/boxart/full_4218955AmericaFrontccc.jpg,Egypt,Series,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,1997-01-01,2021-03-11 -/games/boxart/full_1916308AmericaFrontccc.jpg,Gone Home,All,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2013-08-15,2021-01-28 -/games/boxart/full_8464146AmericaFrontccc.jpg,Kameo: Elements of Power,X360,Adventure,Microsoft Game Studios,Rare Ltd.,7.7,,,,,,2005-11-07, -/games/boxart/full_8389862AmericaFrontccc.jpg,The Descendant,PC,Adventure,Unknown,Gaming Corps AB,,,,,,,,2019-02-08 -/games/boxart/full_machinarium_12PALFront.jpg,Machinarium,PC,Adventure,Amanita Design,Amanita Design,8,,,,,,2009-10-16, -/games/boxart/full_8388042AmericaFrontccc.jpg,Omikron: The Nomad Soul,All,Adventure,Eidos Interactive,Quantic Dream,,,,,,,1999-11-05,2021-03-08 -/games/boxart/full_3963754AmericaFrontccc.jpg,Ring: The Legend of the Nibelungen,All,Adventure,Red Orb Entertainment,Arxel Tribe,,,,,,,1999-07-05,2021-03-11 -/games/boxart/full_9773882AmericaFrontccc.jpg,Runaway: A Road Adventure,PC,Adventure,Tri Synergy,Pendulo Studios,,,,,,,2003-08-28, -/games/boxart/full_9095730AmericaFrontccc.jpg,Syberia II,All,Adventure,MC2 Entertainment,Microids,,,,,,,2004-03-30,2021-03-09 -/games/boxart/full_5396269AmericaFrontccc.jpg,VA-11 HALL-A,All,Adventure,Ysbryd Games,Sukeban Games,,,,,,,2016-06-21,2020-12-01 -/games/boxart/full_7527819AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-02,2019-01-04 -/games/boxart/full_5428325AmericaFrontccc.jpeg,Tales from the Borderlands,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-25, -/games/boxart/full_6360004JapanFrontccc.jpg,Yakuza 5,PS3,Adventure,Sega,Sega,,,,,,,2015-12-08,2018-01-02 -/games/boxart/full_8381592AmericaFrontccc.jpg,ABZU,PC,Adventure,505 Games,Giant Squid Studios,,,,,,,2016-08-02,2018-08-01 -/games/boxart/full_yakuza-4_53AmericaFront.jpg,Yakuza 4,PS3,Adventure,Sega,Sega,7.7,,,,,,2011-03-15,2018-01-02 -/games/boxart/full_755503AmericaFrontccc.jpg,Viscera Cleanup Detail: Santa's Rampage,PC,Adventure,Unknown,RuneStorm,,,,,,,,2019-02-09 -/games/boxart/full_lara-croft-and-the-guardian-of-light_10AmericaFront.jpg,Lara Croft and the Guardian of Light,PC,Adventure,Square Enix,Crystal Dynamics,8.3,,,,,,2010-09-28, -/games/boxart/full_3834582AmericaFrontccc.jpg,Grim Fandango Remastered,PC,Adventure,Unknown,Double Fine Productions,,,,,,,,2019-02-09 -/games/boxart/8213442ccc.jpg,Yakuza,PS2,Adventure,Sega,Sega,7.5,,,,,,2006-09-05,2018-01-02 -/games/boxart/full_352676AmericaFrontccc.jpg,Kingdom: New Lands,PC,Adventure,Unknown,Noio,,,,,,,,2019-02-09 -/games/boxart/full_2920777JapanFrontccc.jpg,13 Sentinels: Aegis Rim,PS4,Adventure,Atlus,Vanillaware,,,,,,,2020-09-22,2019-03-22 -/games/boxart/full_7502879AmericaFrontccc.jpg,Ankh,Series,Adventure,bhv Software,DECK13 Interactive,,,,,,,2006-08-31,2021-04-21 -/games/boxart/full_9848510AmericaFrontccc.jpg,Broken Sword: The Shadow of the Templars,PS,Adventure,THQ,Revolution Software Ltd.,,,,,,,1998-03-01, -/games/boxart/full_4100715AmericaFrontccc.jpg,Core Keeper,PC,Adventure,Fireshine Games,Pugstorm Game Studios,,,,,,,2022-03-08,2022-03-11 -/games/boxart/full_3314265AmericaFrontccc.png,CSI: Crime Scene Investigation,PC,Adventure,Ubisoft,369 Interactive,,,,,,,2003-03-26, -/games/boxart/full_4032673AmericaFrontccc.jpg,Dark Earth,PC,Adventure,Microprose,Kalisto,,,,,,,1997-09-30, -/games/boxart/full_1718305AmericaFrontccc.jpg,Dreamfall Chapters,All,Adventure,Deep Silver,Red Thread Games,,,,,,,2014-10-21,2021-03-06 -/games/boxart/full_3985991AmericaFrontccc.jpg,Freddy Pharkas: Frontier Pharmacist,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1993-01-01,2021-04-09 -/games/boxart/full_8503910AmericaFrontccc.jpg,Grim Fandango,PC,Adventure,LucasArts,LucasArts,9.3,,,,,,1998-09-30, -/games/boxart/full_3538272AmericaFrontccc.jpg,House Party,PC,Adventure,Unknown,"Eek! Games, LLC",,,,,,,,2019-02-25 -/games/boxart/full_7257748AmericaFrontccc.jpg,Iron Helix,All,Adventure,Spectrum Holobyte,Drew Pictures,,,,,,,1993-01-01,2022-04-07 -/games/boxart/full_5137780AmericaFrontccc.jpg,King's Quest V: Absence Makes the Heart Go Yonder!,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1990-11-09,2021-04-03 -/games/boxart/full_3858539PALFrontccc.jpg,Sherlock Holmes: The Case of the Silver Earring,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 -/games/boxart/full_7044665AmericaFrontccc.jpg,Sherlock Holmes: The Mystery of the Mummy,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 -/games/boxart/full_1036763AmericaFrontccc.jpg,Star Trek: The Next Generation – A Final Unity,All,Adventure,Spectrum Holobyte,Spectrum Holobyte,,,,,,,1995-05-31,2021-04-22 -/games/boxart/full_5690598AmericaFrontccc.jpg,Still Life,Series,Adventure,The Adventure Company,Microids,,,,,,,2003-02-27,2021-03-08 -/games/boxart/full_1648034AmericaFrontccc.png,Syberia,All,Adventure,The Adventure Company,Microids,,,,,,,2002-09-01,2021-03-09 -/games/boxart/full_1221511AmericaFrontccc.png,The 11th Hour,PC,Adventure,Virgin Interactive,Trilobyte,,,,,,,1995-11-30, -/games/boxart/full_2841580AmericaFrontccc.jpg,The Black Mirror,PC,Adventure,The Adventure Company,Future Games,,,,,,,2003-10-20, -/games/boxart/full_3810310AmericaFrontccc.jpg,The Crystal Key,PC,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,1999-11-25, -/games/boxart/full_4676790AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,All,Adventure,Capcom,Capcom,,,,,,,2021-07-27,2022-04-15 -/games/boxart/full_150356AmericaFrontccc.jpg,The Hobbit (1982),All,Adventure,Melbourne House,Beam Software,,,,,,,1982-11-01,2023-05-24 -/games/boxart/full_4871764AmericaFrontccc.jpg,The Longest Journey,PC,Adventure,Funcom,Funcom,8.7,,,,,,2000-11-16, -/games/boxart/full_2731721AmericaFrontccc.jpg,Uncle Albert,Series,Adventure,Emme Interactive,Lexis Numerique,,,,,,,1998-01-01,2021-03-22 -/games/boxart/437547ccc.jpg,Versailles 1685,PC,Adventure,Interplay,Cryo Interactive,,,,,,,1997-06-30, -/games/boxart/full_9475444AmericaFrontccc.jpg,Yakuza 3,PS3,Adventure,Sega,Sega,7.9,,,,,,2010-03-09,2018-01-02 -/games/boxart/full_9714244AmericaFrontccc.jpg,Bionic Commando,PS3,Adventure,Capcom,GRIN,7,,,,,,2009-05-19, -/games/boxart/full_9753887PALFrontccc.jpg,Life Is Strange: Before the Storm,PC,Adventure,Square Enix,Deck Nine,,,,,,,2017-08-31,2018-07-09 -/games/boxart/full_2472509AmericaFrontccc.jpg,Pirates! Gold,All,Adventure,Microprose,MPS Labs,,,,,,,1993-01-01,2021-03-12 -/games/boxart/full_9500911AmericaFrontccc.jpg,Superbrothers: Sword & Sworcery EP,PC,Adventure,Unknown,Capybara Games,,,,,,,,2019-02-10 -/games/boxart/full_111076AmericaFrontccc.jpg,Zork: The Great Underground Empire,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1982-12-01, -/games/boxart/full_5669269AmericaFrontccc.jpeg,Broken Age,PC,Adventure,Double Fine Productions,Double Fine Productions,,,,,,,2013-07-01,2018-01-03 -/games/boxart/full_9317033AmericaFrontccc.jpg,Eternal Darkness: Sanity's Requiem,GC,Adventure,Nintendo,Silicon Knights,9.3,,,,,,2002-06-24, -/games/boxart/full_438163AmericaFrontccc.jpg,"King's Quest VI: Heir Today, Gone Tomorrow",All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1992-10-13,2021-04-03 -/games/boxart/full_outcast_117AmericaFront.jpg,Outcast,PC,Adventure,Infogrames,Appeal,,,,,,,1999-08-01, -/games/boxart/3662937ccc.jpg,The Hitchhiker's Guide to the Galaxy,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, -/games/boxart/full_1733282AmericaFrontccc.jpg,Under a Killing Moon,PC,Adventure,Access Software,Access Software,,,,,,,1994-10-31, -/games/boxart/full_7735089PALFrontccc.jpg,The Vanishing of Ethan Carter,PC,Adventure,The Astronauts,The Astronauts,8.7,,,,,,2014-09-26, -/games/boxart/full_5864102AmericaFrontccc.jpg,Bionic Commando,X360,Adventure,Capcom,GRIN,7.1,,,,,,2009-05-19, -/games/boxart/full_3990086AmericaFrontccc.jpg,The Last Hope,PC,Adventure,Unknown,Atomic Fabrik,,,,,,,,2019-02-11 -/games/boxart/full_4212985AmericaFrontccc.jpg,Egypt 1156 B.C.: Tomb of the Pharaoh,All,Adventure,Cryo Interactive,Cryo Interactive Entertainment,,,,,,,1997-01-01,2021-03-11 -/games/boxart/full_9834658AmericaFrontccc.png,Traitors Gate,All,Adventure,DreamCatcher Interactive,Daydream Software,,,,,,,2000-05-15,2021-03-12 -/games/boxart/full_1607899AmericaFrontccc.jpeg,Minecraft: Story Mode,PC,Adventure,Mojang,Telltale Games,,,,,,,2015-10-27, -/games/boxart/full_botanicula_549PALFront.jpg,Botanicula,PC,Adventure,Amanita Design,Amanita Design,,,,,,,2012-04-27, -/games/boxart/full_9839354AmericaFrontccc.jpg,Atonement: Scourge of Time,PC,Adventure,Unknown,Astronomic Games,,,,,,,,2019-02-14 -/games/boxart/full_4036959AmericaFrontccc.png,Her Story,PC,Adventure,Sam Barlow,Sam Barlow,8.7,,,,,,2015-06-24,2018-01-06 -/games/boxart/full_8907470AmericaFrontccc.jpg,Atlantis: The Lost Tales,All,Adventure,Interplay Productions,Cryo Interactive Entertainment,,,,,,,1997-09-30,2021-03-20 -/games/boxart/full_7684141AmericaFrontccc.jpg,Dragon Lore,All,Adventure,Mindscape,Cryo Interactive,,,,,,,1994-12-01,2021-03-21 -/games/boxart/full_8231600AmericaFrontccc.jpg,Dreamfall: The Longest Journey,All,Adventure,Aspyr,Funcom,,,,,,,2006-04-17,2021-03-06 -/games/boxart/full_7027783AmericaFrontccc.jpg,Gabriel Knight,Series,Adventure,Sierra Online,Sierra On-Line,,,,,,,1993-12-17,2021-04-10 -/games/boxart/full_5596602AmericaFrontccc.jpg,In Memoriam,All,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2004-06-29,2021-03-22 -/games/boxart/full_8958608AmericaFrontccc.png,Master Detective Archives: Rain Code,NS,Adventure,Spike Chunsoft,Too Kyo Games,,,,,,,2023-06-30,2023-08-04 -/games/boxart/full_4851927AmericaFrontccc.jpg,Putt-Putt Joins the Parade,All,Adventure,Humongous Entertainment,Humongous Entertainment,,,,,,,1992-11-06,2021-05-01 -/games/boxart/full_41524AmericaFrontccc.jpg,Sherlock Holmes: Crimes & Punishments,PC,Adventure,Focus Home Interactive,Frogwares,,,,,,,2014-09-30,2018-04-18 -/games/boxart/8195668ccc.jpg,Silent Hill 3,PS2,Adventure,Konami,Team Silent,8.4,,,,,,2003-08-06, -/games/boxart/4719185ccc.jpg,The Dig,PC,Adventure,LucasArts,LucasArts,,,,,,,1995-01-01, -/games/boxart/full_2750248AmericaFrontccc.jpg,VA-11 HALL-A,PC,Adventure,Ysbryd Games,Sukeban Games,8.4,,,,,,2016-06-21,2018-01-06 -/games/boxart/full_5513776AmericaFrontccc.jpeg,Monkey Island 2 Special Edition: LeChuck's Revenge,PC,Adventure,LucasArts,LucasArts,,,,,,,2010-07-07, -/games/boxart/full_35780AmericaFrontccc.jpg,Mary-Kate and Ashley: Magical Mystery Mall,PS,Adventure,Acclaim Entertainment,n-Space,,,,,,,2000-10-27, -/games/boxart/full_2743196JapanFrontccc.jpg,Yakuza Kenzan!,PS3,Adventure,Sega,Sega,,,,,,,2008-03-07,2018-01-03 -/games/boxart/full_3341506AmericaFrontccc.jpg,Oxenfree,PC,Adventure,Unknown,Night School Studio,,,,,,,,2019-02-16 -/games/boxart/full_1132316AmericaFrontccc.jpg,Okami,Wii,Adventure,Capcom,Ready at Dawn Studios,9,,,,,,2008-04-15, -/games/boxart/full_9467104AmericaFrontccc.jpg,The Walking Dead - The Telltale Series: A New Frontier,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-02-16 -/games/boxart/full_4788491AmericaFrontccc.jpg,Batman - The Telltale Series,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-02-17 -/games/boxart/8211837ccc.jpg,Okami,PS2,Adventure,Capcom,Clover Studio,9.4,,,,,,2006-09-19, -/games/boxart/full_7714350AmericaFrontccc.jpg,Home Behind,PC,Adventure,Unknown,TPP Studio,,,,,,,,2019-02-18 -/games/boxart/full_3808555AmericaFrontccc.jpg,Day of the Tentacle Remastered,PC,Adventure,Unknown,Double Fine Productions,,,,,,,,2019-02-18 -/games/boxart/full_3540645AmericaFrontccc.jpg,Fables & Fiends,Series,Adventure,Virgin Games,Westwood Studios,,,,,,,1992-08-01,2021-04-01 -/games/boxart/full_8368928AmericaFrontccc.png,Indiana Jones and the Last Crusade: The Graphic Adventure,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1989-07-01, -/games/boxart/full_4600678AmericaFrontccc.jpg,King's Quest III: To Heir Is Human,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1986-10-01,2021-04-03 -/games/boxart/full_1021117AmericaFrontccc.png,Lands of Lore: The Throne of Chaos,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1993-01-01, -/games/boxart/full_6229469AmericaFrontccc.jpg,Law & Order: Dead on the Money,PC,Adventure,Unknown,Legacy Interactive,,,,,,,,2021-03-11 -/games/boxart/full_6079944AmericaFrontccc.png,Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1991-09-07,2021-04-07 -/games/boxart/full_6851495AmericaFrontccc.png,Leisure Suit Larry 6: Shape Up or Slip Out!,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1993-06-15,2021-04-07 -/games/boxart/full_2677620AmericaFrontccc.png,Leisure Suit Larry Goes Looking for Love (In Several Wrong Places),PC,Adventure,Sierra Entertainment,Sierra,,,,,,,1988-02-02, -/games/boxart/full_3596161AmericaFrontccc.png,Leisure Suit Larry III: Passionate Patti in Pursuit of the Pulsating Pectorals!,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1989-04-09, -/games/boxart/full_8612409AmericaFrontccc.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1987-07-05,2021-04-07 -/games/boxart/full_9329482AmericaFrontccc.jpg,Riddle of the Sphinx: An Egyptian Adventure,All,Adventure,DreamCatcher Interactive,Old World Studios,,,,,,,2000-12-05,2021-03-11 -/games/boxart/full_2877833PALFrontccc.jpeg,Chaos on Deponia,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-11-06,2018-09-21 -/games/boxart/full_8039616AmericaFrontccc.jpg,The Basement Collection,PC,Adventure,Edmund McMillen,Edmund McMillen,,,,,,,2012-08-31,2019-02-11 -/games/boxart/full_1100613AmericaFrontccc.jpg,Detention,PC,Adventure,Coconut Island Games,Red Candle Games,,,,,,,2017-01-12,2019-02-11 -/games/boxart/full_4449298AmericaFrontccc.jpg,Under Zero,PC,Adventure,Dagestan Technology,Dagestan Technology,,,,,,,2016-03-25,2019-02-11 -/games/boxart/full_4483308AmericaFrontccc.jpg,Sleeping Valley,PC,Adventure,White Dog,White Dog,,,,,,,2016-10-08,2019-02-06 -/games/boxart/full_9860142AmericaFrontccc.jpg,Warriors of Vilvatikta,PC,Adventure,Back To Basics Gaming,RPG Video,,,,,,,2016-08-26,2019-02-06 -/games/boxart/full_7681416AmericaFrontccc.jpg,Still Life,All,Adventure,The Adventure Company,Microids,,,,,,,2005-04-15,2021-03-08 -/games/boxart/full_8830999AmericaFrontccc.jpeg,Shelter 2,PC,Adventure,Might and Delight,Might and Delight,,,,,,,2015-03-09,2019-02-06 -/games/boxart/full_9999701AmericaFrontccc.jpg,Jazzpunk: Director's Cut,PC,Adventure,Necrophone Games,Necrophone Games,,,,,,,2014-02-07,2019-02-03 -/games/boxart/full_5989814AmericaFrontccc.jpg,Gods Will Be Watching,PC,Adventure,Unknown,Deconstructeam,,,,,,,,2019-02-21 -/games/boxart/full_8807829AmericaFrontccc.jpg,Moon Colonization Project,PC,Adventure,Unknown,Belarus Games,,,,,,,,2019-02-21 -/games/boxart/full_2200183AmericaFrontccc.jpg,Dear RED,PC,Adventure,Unknown,Lee Sang,,,,,,,,2019-02-21 -/games/boxart/full_edna-ampamp-harvey-harveys-new-eyes_655PALFront.jpg,Edna & Harvey: Harvey's New Eyes,PC,Adventure,Rondomedia,Daedalic Entertainment,,,,,,,2011-08-26, -/games/boxart/full_6188905AmericaFrontccc.jpg,Night in the Woods,PC,Adventure,Unknown,Unknown,8.8,,,,,,2017-02-21,2017-11-28 -/games/boxart/full_34944AmericaFrontccc.jpg,Aquanaut's Holiday,PS,Adventure,Sony Computer Entertainment,ArtDink,8,,,,,,1995-06-29, -/games/boxart/full_9332507AmericaFrontccc.jpg,Atlantis II,All,Adventure,DreamCatcher Interactive,Cryo Interactive,,,,,,,1999-11-01,2021-03-20 -/games/boxart/full_9425992PALFrontccc.jpg,Dracula: Resurrection,All,Adventure,DreamCatcher Interactive,Index+,,,,,,,2000-06-01,2021-03-09 -/games/boxart/full_9374419AmericaFrontccc.jpg,Manhunter,Series,Adventure,Sierra Online,Evryware,,,,,,,1988-01-01,2022-10-05 -/games/boxart/full_1383387AmericaFrontccc.jpg,Torin's Passage,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1995-10-31,2021-04-10 -/games/boxart/full_890594AmericaFrontccc.jpeg,The Room Two,PC,Adventure,Fireproof Games,Fireproof Games,,,,,,,2016-06-05,2017-12-31 -/games/boxart/full_4741035AmericaFrontccc.jpg,Space Pilgrim Episode I: Alpha Centauri,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2015-12-21,2019-02-27 -/games/boxart/full_1829590AmericaFrontccc.jpeg,The Walking Dead: Michonne,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, -/games/boxart/full_5089245PALFrontccc.jpg,Among The Sleep,PC,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-05-29,2018-11-23 -/games/boxart/full_7509842JapanFrontccc.jpg,Kamaitachi no Yoru × 3,PS2,Adventure,Sega,ChunSoft,,,,,,,2006-07-27, -/games/boxart/full_the-dark-eye-chains-of-satinav_783PALFront.jpg,The Dark Eye: Chains of Satinav,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-06-22, -/games/boxart/full_the-testament-of-sherlock-holmes_996PALFront.jpg,The Testament of Sherlock Holmes,PC,Adventure,Focus Home Interactive,Frogwares,,,,,,,2012-09-30, -/games/boxart/full_8266038PALFrontccc.jpeg,Fran Bow,PC,Adventure,Killmonday Games,Killmonday Games,,,,,,,2015-08-27,2018-01-06 -/games/boxart/full_3732414AmericaFrontccc.jpg,Superflight,PC,Adventure,Unknown,GrizzlyGames,,,,,,,,2019-03-02 -/games/boxart/full_3843701AmericaFrontccc.jpg,What Remains of Edith Finch,PC,Adventure,Unknown,Giant Sparrow,,,,,,,,2019-03-02 -/games/boxart/full_4416698AmericaFrontccc.jpg,Melissa K. and the Heart of Gold Collector's Edition,PC,Adventure,Unknown,SDP Games,,,,,,,,2019-03-04 -/games/boxart/full_4334961AmericaFrontccc.jpg,Home,PC,Adventure,Unknown,Benjamin Rivers Inc.,,,,,,,,2019-03-04 -/games/boxart/full_8773208AmericaFrontccc.jpg,Zork II: The Wizard of Frobozz,PC,Adventure,Infocom,Infocom,,,,,,,1981-01-01, -/games/boxart/full_2886672AmericaFrontccc.jpg,Spakoyno: Back to the USSR 2.0,PC,Adventure,Unknown,Separate Game Development,,,,,,,,2019-03-06 -/games/boxart/full_4386102AmericaFrontccc.jpg,Bad Mojo,PC,Adventure,Acclaim Entertainment,Pulse Entertainment,,,,,,,1996-02-29, -/games/boxart/full_5774175AmericaFrontccc.jpg,The Butterfly Sign,PC,Adventure,Unknown,Quantum Phoenix Studio,,,,,,,,2019-03-10 -/games/boxart/9082789ccc.jpg,Final Fantasy Fables: Chocobo Tales,DS,Adventure,Square Enix,High Horse Entertainment,7.4,,,,,,2007-04-03, -/games/boxart/full_4729982PALFrontccc.jpeg,Goodbye Deponia,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2013-10-17,2018-01-01 -/games/boxart/full_7487393AmericaFrontccc.jpg,Daily Chthonicle: Editor's Edition,PC,Adventure,Unknown,Sinister Systems,,,,,,,,2019-03-16 -/games/boxart/full_8374138AmericaFrontccc.jpg,Greenwood the Last Ritual,PC,Adventure,Unknown,AO2Game,,,,,,,,2019-03-16 -/games/boxart/full_432011AmericaFrontccc.jpg,The Butterfly Sign: Human Error,PC,Adventure,Unknown,Quantum Phoenix Studio,,,,,,,,2019-03-16 -/games/boxart/full_1789295AmericaFrontccc.jpg,Anna - Extended Edition,PC,Adventure,Unknown,Dreampainters,,,,,,,,2019-03-17 -/games/boxart/full_7794525AmericaFrontccc.jpg,Aquaria,PC,Adventure,Bit Blot,Bit Blot,,,,,,,2007-12-07, -/games/boxart/full_7286407AmericaFrontccc.jpg,Okami HD,PC,Adventure,Capcom,Capcom,,,,,,,2017-12-12,2017-12-31 -/games/boxart/full_4752307AmericaFrontccc.jpg,Frankenstein: Master of Death,PC,Adventure,Unknown,Jetdogs Studios,,,,,,,,2019-03-18 -/games/boxart/full_9577359AmericaFrontccc.jpg,The 39 Steps,PC,Adventure,Unknown,The Story Mechanics,,,,,,,,2019-03-18 -/games/boxart/full_the-whispered-world_770AmericaFront.jpg,The Whispered World,PC,Adventure,Viva Media,Daedalic Entertainment,,,,,,,2010-04-26, -/games/boxart/9060313ccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode One,PC,Adventure,Hothead Games,Hothead Games,,,,,,,2008-05-21, -/games/boxart/full_4066943AmericaFrontccc.jpg,Enchanter,Series,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-08-10,2020-12-28 -/games/boxart/full_9126311AmericaFrontccc.jpg,DreadOut,PC,Adventure,Unknown,Digital Happiness,,,,,,,,2019-03-19 -/games/boxart/full_949971AmericaFrontccc.jpg,Space Pilgrim Episode II: Epsilon Indi,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2016-01-08,2019-03-22 -/games/boxart/full_4027586PALFrontccc.jpg,Broken Sword 5: The Serpent's Curse,PC,Adventure,Revolution Software,Revolution Software,,,,,,,2014-06-20,2018-08-13 -/games/boxart/full_6660794AmericaFrontccc.jpg,Kindergarten,PC,Adventure,Unknown,Con Man Games,,,,,,,,2019-03-22 -/games/boxart/full_973565AmericaFrontccc.jpg,Sinister City,PC,Adventure,Unknown,Jetdogs Studios,,,,,,,,2019-03-23 -/games/boxart/full_9397258AmericaFrontccc.jpg,China: The Forbidden City,All,Adventure,Cryo Interactive,Cryo Interactive Entertainment,,,,,,,1998-01-01,2021-03-11 -/games/boxart/full_866019AmericaFrontccc.png,Ripper,All,Adventure,Take-Two Interactive,Take-Two Interactive,,,,,,,1986-03-01,2021-03-27 -/games/boxart/full_9680848AmericaFrontccc.jpg,Shadows on the Vatican Act I: Greed,PC,Adventure,Unknown,10th Art Studio,,,,,,,,2019-03-25 -/games/boxart/full_deadline_324AmericaFront.jpg,Deadline,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1982-01-01, -/games/boxart/full_4079394AmericaFrontccc.jpg,Sherlock Holmes: The Devil's Daughter,PC,Adventure,Bigben Interactive,Bigben Interactive,,,,,,,2016-10-25,2018-06-27 -/games/boxart/full_9072047AmericaFrontccc.jpg,The Solus Project,PC,Adventure,Teotl Studios,Hourences,,,,,,,2016-06-07,2019-04-22 -/games/boxart/full_spycraft-the-great-game_439AmericaFront.jpg,Spycraft: The Great Game,PC,Adventure,Activision,Activision,7.1,,,,,,1996-02-29, -/games/boxart/full_1284439AmericaFrontccc.png,Soul Gambler,PC,Adventure,Gamestorming,Ilex Games,,,,,,,2014-07-10,2019-04-22 -/games/boxart/full_6606978AmericaFrontccc.jpg,Space Pilgrim Episode IV: Sol,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2016-03-04,2019-04-22 -/games/boxart/full_3712922AmericaFrontccc.jpg,The Silent Age,PC,Adventure,Meridian4,House On Fire,,,,,,,2015-05-29,2019-04-22 -/games/boxart/full_3887215AmericaFrontccc.jpg,Fahrenheit: Indigo Prophecy Remastered,PC,Adventure,Aspyr,Aspyr,,,,,,,2015-01-29,2019-04-22 -/games/boxart/full_1995048PALFrontccc.jpg,Edna & Harvey: The Breakout,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2013-10-25, -/games/boxart/full_9472771AmericaFrontccc.png,Draw a Stickman: EPIC,PC,Adventure,Hitcents,Hitcents,,,,,,,2013-12-03,2018-03-24 -/games/boxart/full_7548320AmericaFrontccc.jpg,Reversion - The Escape (1st Chapter),PC,Adventure,3f Interactive,3f Interactive,,,,,,,2012-03-21,2019-04-21 -/games/boxart/full_2852020AmericaFrontccc.jpg,Zork III: The Dungeon Master,PC,Adventure,Infocom,Infocom,,,,,,,1982-08-18, -/games/boxart/full_gemini-rue_791AmericaFront.jpg,Gemini Rue,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,8,,,,,,2011-02-24, -/games/boxart/full_leather-goddesses-of-phobos_521AmericaFront.jpg,Leather Goddesses of Phobos,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, -/games/boxart/full_5438657AmericaFrontccc.jpg,Egypt II: The Heliopolis Prophecy,All,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,2000-09-27,2021-03-11 -/games/boxart/full_2510665AmericaFrontccc.jpg,Bootombaa,PC,Adventure,cada,Naarassusi Game,,,,,,,2017-03-09,2019-04-21 -/games/boxart/full_3523591AmericaFrontccc.jpg,Obduction,PC,Adventure,Cyan Worlds,Cyan Worlds,,,,,,,2016-08-24,2019-04-21 -/games/boxart/full_7212199AmericaFrontccc.jpg,The Deed,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2015-11-24,2019-04-21 -/games/boxart/full_6594387AmericaFrontccc.jpg,Beat Cop,PC,Adventure,11 bit studios,Pixel Crow,,,,,,,2017-03-30,2019-04-21 -/games/boxart/full_2807053AmericaFrontccc.jpg,The Fantastic Adventures of Dizzy,All,Adventure,Codemasters,Codemasters,,,,,,,1991-04-01,2021-07-18 -/games/boxart/full_4183245AmericaFrontccc.jpg,The Witcher Adventure Game,PC,Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2014-11-27,2019-04-21 -/games/boxart/full_768589PALFrontccc.jpeg,Deponia Doomsday,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-03-01,2018-09-22 -/games/boxart/full_897528AmericaFrontccc.jpg,Amnesia: A Machine for Pigs,All,Adventure,Frictional Games,The Chinese Room,,,,,,,2013-09-10,2021-03-18 -/games/boxart/full_8854035AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,All,Adventure,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-03-09,2023-04-28 -/games/boxart/full_5096383AmericaFrontccc.jpg,The Secret of the Nautilus,PC,Adventure,Unknown,Cryo Interactive,,,,,,,,2021-03-21 -/games/boxart/full_9223823AmericaFrontccc.jpg,The Cat Lady,PC,Adventure,Screen 7,Harvester Games,,,,,,,2012-12-01,2019-04-08 -/games/boxart/full_wishbringer_533AmericaFront.jpg,Wishbringer,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, -/games/boxart/full_4995537AmericaFrontccc.jpg,Late Shift,PC,Adventure,Wales Interactive Ltd.,CtrlMovie,,,,,,,2017-04-18,2019-04-08 -/games/boxart/full_8469491PALFrontccc.jpeg,Samorost 3,PC,Adventure,Amanita Design,Amanita Design,,,,,,,2016-03-24,2019-04-08 -/games/boxart/full_8822452AmericaFrontccc.jpg,Hektor,PC,Adventure,Meridian4,Rubycone Games,,,,,,,2015-02-20,2019-04-06 -/games/boxart/full_4957448AmericaFrontccc.jpg,Submerged,PC,Adventure,Uppercut Games Pty Ltd,Uppercut Games,,,,,,,2015-08-04,2019-04-06 -/games/boxart/9660287ccc.jpg,Dragon Quest Heroes: Rocket Slime,DS,Adventure,Square Enix,TOSE Software,8.3,,,,,,2006-09-19, -/games/boxart/full_a-new-beginning_169PALFront.jpg,A New Beginning,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-12-11, -/games/boxart/full_3885224AmericaFrontccc.jpg,HIVESWAP: ACT 1,PC,Adventure,"What Pumpkin Games, Inc.","What Pumpkin Games, Inc.",,,,,,,2014-09-17,2019-04-01 -/games/boxart/full_3379259AmericaFrontccc.jpg,Jackal,PC,Adventure,Peace,Peace,,,,,,,2016-08-21,2019-03-29 -/games/boxart/full_267928AmericaFrontccc.jpg,Rusty Lake: Roots,PC,Adventure,Rusty Lake,Rusty Lake,,,,,,,2016-10-20,2019-03-31 -/games/boxart/full_9963558AmericaFrontccc.jpg,Suspended,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, -/games/boxart/full_one-piece-unlimited-adventure_0AmericaFront.jpg,One Piece: Unlimited Adventure,Wii,Adventure,Namco Bandai,Ganbarion,,,,,,,2008-01-22, -/games/boxart/full_5874024AmericaFrontccc.jpg,Midsummer Night,PC,Adventure,Siberian Digital,Everlasting Fantasy,,,,,,,2016-06-17,2019-03-27 -/games/boxart/full_3488732AmericaFrontccc.jpg,Salt,PC,Adventure,Lavaboots Studios,Lavaboots Studios,,,,,,,2018-02-06,2019-03-26 -/games/boxart/full_8453166AmericaFrontccc.jpg,Planetfall,Series,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-07-08,2020-12-21 -/games/boxart/full_8665161AmericaFrontccc.jpg,Amnesia: Rebirth,All,Adventure,Frictional Games,Frictional Games,,,,,,,2020-10-20,2021-03-17 -/games/boxart/full_ankh_10AmericaFront.jpg,Ankh,PC,Adventure,Viva Media,DECK13 Interactive,,,,,,,2006-08-31, -/games/boxart/full_captain-blood_105AmericaFront.jpg,Captain Blood,PC,Adventure,Mindscape,Exxos,,,,,,,1988-01-01, -/games/boxart/full_7643767JapanFrontccc.jpg,DS Nishimura Kyotaro Suspense 2 Shin Tantei Series: Kanazawa Hakodate - Gokkan no Kyoukoku - Fukushuu no Kage,DS,Adventure,Tecmo,Tecmo,,,,,,,2008-11-13, -/games/boxart/full_5332166JapanFrontccc.jpg,DS Yamamura Misa Suspense: Maiko Kogiku - Kisha Katherine - Sougiya Isa Akashi - Koto ni Maru Hana Sanrin: Kyoto Satujin Jinken File,DS,Adventure,Tecmo,Tecmo,,,,,,,2008-06-05, -/games/boxart/full_3826447AmericaFrontccc.jpg,Jules Verne's Return To Mysterious Island,iOS,Adventure,Unknown,Tetraedge,,,,,,,, -/games/boxart/full_1261135AmericaFrontccc.jpg,King's Quest IV: The Perils of Rosella,All,Adventure,Sierra Online,Sierra On-Line,,,,,,,1988-09-01,2021-04-03 -/games/boxart/full_6465114AmericaFrontccc.jpg,Manhunter 2: San Francisco,All,Adventure,Sierra Online,Evryware,,,,,,,1989-06-01,2022-10-05 -/games/boxart/full_3305365AmericaFrontccc.jpg,Manhunter: New York,All,Adventure,Sierra Online,Evryware,,,,,,,1988-01-01,2022-10-05 -/games/boxart/full_7399286AmericaFrontccc.jpg,Men in Black: The Game,All,Adventure,SouthPeak Interactive,Gigawatt Studios,,,,,,,1997-11-18,2021-04-14 -/games/boxart/full_1622741AmericaFrontccc.jpg,Mindshadow,All,Adventure,Activision,Interplay Productions,,,,,,,1984-01-01,2022-09-29 -/games/boxart/full_8897785AmericaFrontccc.jpg,Riana Rouge,PC,Adventure,Black Dragon,Black Dragon,,,,,,,1997-01-01, -/games/boxart/full_3937741AmericaFrontccc.png,The Last Express,All,Adventure,Broderbund,Smoking Car Productions,,,,,,,1997-03-30,2021-03-28 -/games/boxart/full_6319866AmericaFrontccc.jpg,Yomawari,Series,Adventure,NIS America,Nippon Ichi Software,,,,,,,2016-10-25,2021-02-03 -/games/boxart/full_7224237AmericaFrontccc.png,Zork Nemesis,PC,Adventure,Activision,Activision,,,,,,,1996-02-29, -/games/boxart/full_starcross_45AmericaFront.jpg,Starcross,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1982-01-01, -/games/boxart/full_3387174AmericaFrontccc.jpg,Pompei: The Legend of Vesuvius,All,Adventure,Cryo Interactive,Arxel Tribe,,,,,,,2000-01-01,2021-03-11 -/games/boxart/full_8179233AmericaFrontccc.png,Mystery House,PC,Adventure,Sierra Entertainment,On-Line Systems,,,,,,,1980-05-05, -/games/boxart/3960237ccc.jpg,Planetfall,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-07-08, -/games/boxart/full_cutthroats_541AmericaFront.jpg,Cutthroats,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, -/games/boxart/full_the-witness_405AmericaFront.jpg,The Witness,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, -/games/boxart/full_enchanter_275AmericaFront.jpg,Enchanter,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, -/games/boxart/full_1198967JapanFrontccc.jpg,Nanashi no Game,DS,Adventure,Square Enix,Square Enix,,,,,,,2008-07-03, -/games/boxart/full_suspect_632AmericaFront.jpg,Suspect,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, -/games/boxart/full_4870797AmericaFrontccc.jpg,Fox Hunt,All,Adventure,Capcom,3Vision Gamers,,,,,,,1996-01-31,2022-09-30 -/games/boxart/full_2705515AmericaFrontccc.png,Senran Kagura Reflexions,NS,Adventure,Xseed Games,HONEY PARADE GAMES,,,,,,,2018-09-13,2018-10-14 -/games/boxart/full_8702665PALFrontccc.jpg,Yomawari: Night Alone,PSV,Adventure,NIS America,Nippon Ichi Software,,,,,,,2016-10-25,2018-06-30 -/games/boxart/full_6166891AmericaFrontccc.jpg,Beyond Zork: The Coconut of Quendor,PC,Adventure,Infocom,Infocom,,,,,,,1987-09-15, -/games/boxart/full_sorcerer_444AmericaFront.jpg,Sorcerer,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, -/games/boxart/full_seastalker_851AmericaFront.jpg,Seastalker,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1984-01-01, -/games/boxart/full_bureaucracy_370AmericaFront.jpg,Bureaucracy,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, -/games/boxart/full_7721301AmericaFrontccc.jpg,Her Story,iOS,Adventure,Unknown,Sam Barlow,,,,,,,,2021-02-19 -/games/boxart/full_9322353AmericaFrontccc.jpg,Mia's Reading Adventure: The Search for Grandma's Remedy,PC,Adventure,Kutoka Interactive,Kutoka Interactive,,,,,,,1998-11-01,2022-04-24 -/games/boxart/full_trinity_723AmericaFront.jpg,Trinity,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, -/games/boxart/full_9672850AmericaFrontccc.jpg,Edge of Nowhere,PC,Adventure,Oculus Studios,Insomniac Games,,,,,,,2016-06-06,2023-12-24 -/games/boxart/full_spellbreaker_984AmericaFront.jpg,Spellbreaker,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, -/games/boxart/full_a-mind-forever-voyaging_614AmericaFront.jpg,A Mind Forever Voyaging,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, -/games/boxart/full_moonmist_739AmericaFront.jpg,Moonmist,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,, -/games/boxart/full_8789516AmericaFrontccc.jpg,A Vampyre Story,All,Adventure,The Adventure Company,Autumn Moon Entertainment,,,,,,,2008-12-02,2021-03-22 -/games/boxart/full_ballyhoo_179AmericaFront.jpg,Ballyhoo,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, -/games/boxart/full_2676306AmericaFrontccc.jpg,Softporn Adventure,OSX,Adventure,Unknown,Blue Sky Software,,,,,,,,2021-04-07 -/games/boxart/full_1891004AmericaFrontccc.jpg,The Race Against Time,All,Adventure,Codemasters,Codemasters,,,,,,,1988-04-01,2022-04-25 -/games/boxart/full_9565162AmericaFrontccc.jpg,Wizard and the Princess,All,Adventure,Sierra Online,On-Line Systems,,,,,,,1980-01-01,2021-04-02 -/games/boxart/full_4178677AmericaFrontccc.jpg,Zork Trilogy,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,,2020-12-28 -/games/boxart/full_the-lurking-horror_254AmericaFront.jpg,The Lurking Horror,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, -/games/boxart/full_sherlock-the-riddle-of-the-crown-jewels_835AmericaFront.jpg,Sherlock: The Riddle of the Crown Jewels,PC,Adventure,Infocom,Challenge Inc.,,,,,,,1987-01-01, -/games/boxart/full_stationfall_513AmericaFront.jpg,Stationfall,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, -/games/boxart/full_8508801AmericaFrontccc.jpg,Clandestiny,PC,Adventure,Trilobyte,Trilobyte,,,,,,,1996-10-15, -/games/boxart/full_nord-and-bert-couldnt-make-head-or-tail-of-it_235AmericaFront.jpg,Nord and Bert Couldn't Make Head or Tail of It,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, -/games/boxart/full_6172051AmericaFrontccc.jpg,Zork Quest: Assault on Egreth Castle,PC,Adventure,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1988-01-01, -/games/boxart/full_plundered-hearts_570AmericaFront.jpg,Plundered Hearts,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, -/games/boxart/full_hollywood-hijinx_592AmericaFront.jpg,Hollywood Hijinx,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, -/games/boxart/full_gamma-force-in-pit-of-a-thousand-screams_827AmericaFront.jpg,Gamma Force in Pit of a Thousand Screams,PC,Adventure,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1988-01-01, -/games/boxart/full_border-zone_522AmericaFront.jpg,Border Zone,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1987-01-01, -/games/boxart/full_8274544PALFrontccc.png,Faust,PC,Adventure,Unknown,Cryo Interactive,,,,,,,,2021-03-11 -/games/boxart/full_9618856AmericaFrontccc.jpg,The Interactive Adventures of Seymore Butt,PC,Adventure,New Machine Publishing,Interotica,,,,,,,1993-01-01,2023-06-26 -/games/boxart/full_infidel_375AmericaFront.jpg,Infidel,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1983-01-01, -/games/boxart/full_2923164AmericaFrontccc.jpg,Enchanter Trilogy,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,,2020-12-28 -/games/boxart/full_6767223AmericaFrontccc.jpg,Asylum,PC,Adventure,Unknown,William F. Denman Jr.,,,,,,,,2021-04-06 -/games/boxart/full_1765070AmericaFrontccc.png,Zork Zero: The Revenge of Megaboz,PC,Adventure,Infocom,Infocom,,,,,,,1988-01-01, -/games/boxart/full_3209553AmericaFrontccc.jpg,Zork Quest: The Crystal of Doom,PC,Adventure,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1989-01-01, -/games/boxart/full_7026209AmericaFrontccc.png,SwordThrust,OSX,Adventure,Unknown,Donald Brown,,,,,,,,2021-04-05 -/games/boxart/full_4511658JapanFrontccc.jpg,...Iru!,PS,Adventure,Takara,Takara,,,,,,,1998-03-26, -/games/boxart/default.jpg,1001 Nights: The Adventures of Sindbad,MS,Adventure,Unknown,"Alawar Entertainment, Inc.",,,,,,,, -/games/boxart/full_1074615JapanFrontccc.jpg,"10101: ""Will"" the Starship",PS,Adventure,Sound Technology,Sound Technology,,,,,,,1997-11-06, -/games/boxart/full_578159JapanFrontccc.jpg,12Riven: The Psi-Climinal of Integral,PC,Adventure,CyberFront,KID Corporation,,,,,,,2008-04-04, -/games/boxart/full_170139AmericaFrontccc.jpeg,1954: Alcatraz,PC,Adventure,Unknown,Daedalic Entertainment,,,,,,,2014-01-01,2018-01-01 -/games/boxart/full_4517257JapanFrontccc.jpg,19:03 Ueno Hatsu Yakou Ressha,PS,Adventure,Visit,Visit,,,,,,,1999-03-04, -/games/boxart/full_6436449JapanFrontccc.jpg,20-Seiki Alice,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2000-12-07, -/games/boxart/full_7183690AmericaFrontccc.jpg,2064: Read Only Memories,PSV,Adventure,MidBoss,MidBoss,,,,,,,2017-12-09,2017-12-18 -/games/boxart/full_3016158AmericaFrontccc.jpg,2064: Read Only Memories,PC,Adventure,MidBoss,MidBoss,,,,,,,2015-10-06,2019-04-13 -/games/boxart/full_3822318AmericaFrontccc.jpg,2064: Read Only Memories,PS4,Adventure,MidBoss,MidBoss,,,,,,,2017-01-17,2019-04-13 -/games/boxart/full_949379JapanFrontccc.jpg,21: TwoOne,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2001-12-27, -/games/boxart/full_221-b-baker-st_851AmericaFront.jpg,221 B Baker St.,PC,Adventure,Unknown,"IntelliCreations, Inc., Pacific Softech Inc.",,,,,,,1986-01-01, -/games/boxart/1141973ccc.jpg,2400 A.D.,PC,Adventure,Origin Systems,"Origin Systems, Inc.",,,,,,,1987-01-01, -/games/boxart/full_5867271JapanFrontccc.jpg,3x3 Eyes: Kyuusei Koushu,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,1995-08-11, -/games/boxart/full_9788093JapanFrontccc.jpg,3x3 Eyes: Kyuusei Koushu S,SAT,Adventure,Nippon Create,Nippon Create,,,,,,,1996-04-19, -/games/boxart/full_3x3-eyes-sanjiyan-henjou_8JapanFront.jpg,3x3 Eyes: Sanjiyan Henjou,PCE,Adventure,NEC,NCS,,,,,,,1994-07-08, -/games/boxart/full_2729240JapanFrontccc.jpg,3X3 Eyes: Tenrinou Genmu,PS,Adventure,King Records,Nippon Create,,,,,,,1998-08-06, -/games/boxart/full_428-fuusa-sareta-shibuya-de_729JapanFront.jpg,428: Fuusa Sareta Shibuya de,PSN,Adventure,ChunSoft,ChunSoft,,,,,,,2011-03-09, -/games/boxart/full_9505053AmericaFrontccc.jpg,4PM,PC,Adventure,4PM Game LTD,4PM Game LTD,,,,,,,2014-07-09,2018-08-01 -/games/boxart/full_569310AmericaFrontccc.jpg,4PM,OSX,Adventure,4PM Game LTD,4PM Game LTD,,,,,,,2014-07-09,2018-08-01 -/games/boxart/full_77-beyond-the-milky-way_90JapanFront.jpg,77: Beyond the Milky Way,PSP,Adventure,GN Software,GN Software,,,,,,,2010-12-22, -/games/boxart/full_4688088AmericaFrontccc.jpg,99 Spirits - Cage of Night,PC,Adventure,RunnerGames,RunnerGames,,,,,,,2014-07-04, -/games/boxart/full_8008978AmericaFrontccc.jpg,9: The Last Resort,PC,Adventure,GT Interactive,Tribeca Interactive,,,,,,,1996-09-30, -/games/boxart/full_simple-dl-series-vol-1-the-misshitsu-kara-no-dasshutsu-fushigi-na-kumadonaru-burger-hen_191JapanFront.jpg,@Simple DL Series Vol. 1 : THE Misshitsu kara no Dasshutsu: Fushigi na Kumadonaru Burger Hen,3DS,Adventure,D3 Publisher,Intense,,,,,,,2011-06-29, -/games/boxart/default.jpg,@Simple DS Series Vol. 1: The Misshitsukara no Dasshutsu,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2009-07-22, -/games/boxart/default.jpg,@Simple DS Series Vol. 2: The Misshitsukara no Dasshutsu - Gakkou-hen,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2009-12-24, -/games/boxart/default.jpg,@Simple DS Series Vol. 4: The Misshitsukara no Dasshutsu - Karakuri Yashiki,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2010-07-21, -/games/boxart/default.jpg,@Simple DS Series Vol. 6: The Misshitsukara no Dasshutsu: s Sky Tower Hen,DSiW,Adventure,D3 Publisher,Intense,,,,,,,2010-12-22, -/games/boxart/full_4840186AmericaFrontccc.jpeg,A Golden Wake,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2014-10-01, -/games/boxart/full_1080047AmericaFrontccc.jpg,A Mind Forever Voyaging,AST,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, -/games/boxart/full_3215116AmericaFrontccc.png,A Mind Forever Voyaging,Amig,Adventure,Infocom,"Infocom, Inc.",,,,,,,1986-01-01, -/games/boxart/full_4414295AmericaFrontccc.jpg,A Mind Forever Voyaging,C128,Adventure,Activision,"Infocom, Inc.",,,,,,,1985-01-01, -/games/boxart/full_7977991AmericaFrontccc.png,A Mind Forever Voyaging,MSD,Adventure,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, -/games/boxart/default.jpg,A New Beginning,DS,Adventure,Unknown,Daedalic Entertainment,,,,,,,, -/games/boxart/default.jpg,A New Beginning,Wii,Adventure,Unknown,Daedalic Entertainment,,,,,,,, -/games/boxart/8224949ccc.jpg,A-GA,PC,Adventure,Illusion,Illusion,,,,,,,2004-06-25, -/games/boxart/full_17776JapanFrontccc.jpg,A-Rank Thunder Tanjouhen,SCD,Adventure,Riot,Riot,,,,,,,1993-06-25, -/games/boxart/7611459ccc.jpg,Aa-ojousama!,PC,Adventure,Unknown,Sumikko Soft,,,,,,,2007-04-27, -/games/boxart/default.jpg,Abandoner,PC,Adventure,Unknown,,,,,,,,2004-09-17, -/games/boxart/full_ace-ventura_569AmericaFront.jpg,Ace Ventura,PC,Adventure,7th Level,7th Level,,,,,,,1996-10-31, -/games/boxart/full_2286169JapanFrontccc.jpg,Aconcagua,PS,Adventure,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,2000-06-01, -/games/boxart/full_actual-crimes-jack-the-ripper_6PALFront.png,Actual Crimes: Jack the Ripper,PSN,Adventure,Sanuk Games,Digital Games,,,,,,,2010-10-05, -/games/boxart/full_addams-family-values_474AmericaFront.jpg,Addams Family Values,GEN,Adventure,Unknown,Ocean,,,,,,,, -/games/boxart/2244004ccc.jpg,Addams Family Values,SNES,Adventure,Ocean,Ocean,,,,,,,1995-02-01, -/games/boxart/full_605098AmericaFrontccc.jpg,Adr1ft,PC,Adventure,505 Games,Three One Zero,,,,,,,2016-03-28,2018-07-05 -/games/boxart/full_5891573AmericaFrontccc.jpg,Adr1ft,PS4,Adventure,505 Games,Three One Zero,,,,,,,2016-07-15,2018-07-05 -/games/boxart/full_adventure_556AmericaFront.jpg,Adventure,PC,Adventure,Microsoft,"Atari, Inc.",,,,,,,1981-01-01, -/games/boxart/full_adventure-4-pack-includes-gray-matter-black-mirror-ii-alter-ego-rockin-dead_921AmericaFront.jpg,Adventure 4 Pack,PC,Adventure,Unknown,Viva Media,,,,,,,2011-09-13, -/games/boxart/4406070ccc.jpg,Adventure II,5200,Adventure,Unknown,Square Trio,,,,,,,2007-05-07, -/games/boxart/full_4901684JapanFrontccc.jpg,Adventure Player,PSP,Adventure,From Software,From Software,,,,,,,2005-06-30, -/games/boxart/full_4452463JapanFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,PSV,Adventure,Little Orbit,WayForward Technologies,,,,,,,2014-10-18,2018-04-17 -/games/boxart/full_2853525PALFrontccc.jpg,Adventure Time: The Secret of the Nameless Kingdom,PC,Adventure,Little Orbit,WayForward Technologies,,,,,,,2014-10-18,2018-04-17 -/games/boxart/default.jpg,Adventureland,PC,Adventure,Unknown,Adventure International / Scott Adams,,,,,,,1984-01-01, -/games/boxart/full_1634330AmericaFrontccc.jpg,Adventurezator: When Pigs Fly,Linux,Adventure,Degica,Pigasus Games,,,,,,,2015-09-17, -/games/boxart/full_1225365AmericaFrontccc.jpg,Adventurezator: When Pigs Fly,OSX,Adventure,Degica,Pigasus Games,,,,,,,2015-09-17, -/games/boxart/full_2515806AmericaFrontccc.jpg,Adventurezator: When Pigs Fly,PC,Adventure,Degica,Pigasus Games,,,,,,,2015-09-17, -/games/boxart/full_7097493JapanFrontccc.jpg,After...,DC,Adventure,Pione Soft,Pione Soft,,,,,,,2004-02-26, -/games/boxart/full_9833310JapanFrontccc.jpg,After... Wasureemu Kizuna,PS2,Adventure,Pione Soft,Pione Soft,,,,,,,2004-02-26, -/games/boxart/default.jpg,Agatha Christie DICE,PS3,Adventure,Unknown,Tradewest,,,,,,,, -/games/boxart/default.jpg,Agatha Christie DICE,DS,Adventure,Unknown,Tradewest,,,,,,,, -/games/boxart/4066313ccc.jpg,Agatha Christie Mysteries,PC,Adventure,The Adventure Company,AWE Games,,,,,,,2008-03-20, -/games/boxart/full_2829191AmericaFrontccc.jpg,Agatha Christie's The ABC Murders,PC,Adventure,"GRAVITY Co.,Ltd",Artefacts Studio,,,,,,,2016-02-04,2018-06-27 -/games/boxart/8565142ccc.jpg,Agatha Christie: Double Murder Mystery Pack,PC,Adventure,The Adventure Company,AWE Games,,,,,,,2007-09-18, -/games/boxart/full_6258238AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,XOne,Adventure,Microids,Artefacts Studios,,,,,,,2016-02-23,2018-08-01 -/games/boxart/full_9210556AmericaFrontccc.jpg,Agatha Christie: The ABC Murders,PS4,Adventure,Microids,Artefacts Studios,,,,,,,2016-02-23,2018-08-01 -/games/boxart/full_8467411PALFrontccc.jpg,AGON: Lost Sword of Toledo,PC,Adventure,Kalypso,Private Moon Studios,,,,,,,2008-02-22, -/games/boxart/full_3989812JapanFrontccc.jpg,Ah! My Goddess,PCFX,Adventure,NEC,NEC,,,,,,,1997-12-12, -/games/boxart/full_9873439JapanFrontccc.jpg,Aikagi,DC,Adventure,NEC Interchannel,S-Neo,,,,,,,2003-08-07, -/games/boxart/full_aikagi_5JapanFront.jpg,Aikagi,PS2,Adventure,NEC Interchannel,F&C,,,,,,,2003-09-25, -/games/boxart/full_aikagi_602JapanFront.jpg,Aikagi,PC,Adventure,F&C,F&C,,,,,,,2002-08-30, -/games/boxart/full_aikagi-2_264JapanFront.jpg,Aikagi 2,PC,Adventure,F&C,F&C,,,,,,,2006-10-27, -/games/boxart/full_7012602JapanFrontccc.jpg,AIR,DC,Adventure,NEC Interchannel,Key,,,,,,,2001-09-20, -/games/boxart/full_air_7JapanFront.jpg,AIR,PSN,Adventure,Prototype,Key,,,,,,,2010-09-02, -/games/boxart/full_9048329JapanFrontccc.jpg,AIR,PC,Adventure,Key,Key,,,,,,,2000-09-08, -/games/boxart/full_5537305JapanFrontccc.jpg,AIR,PS2,Adventure,NEC Interchannel,Key,,,,,,,2002-08-08, -/games/boxart/full_6870669JapanFrontccc.jpg,Airs Adventure,SAT,Adventure,Game Studio,Game Studio,,,,,,,1996-12-20, -/games/boxart/full_4232426JapanFrontccc.jpg,Akagawa Jirou: Majotachi no Nemuri: Fukkatsusai,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,1999-04-15, -/games/boxart/full_akagawa-jirou-majotachi-no-nemuri-fukkatsusai_981JapanFront.jpg,Akagawa Jirou: Majotachi no Nemuri: Fukkatsusai,PSN,Adventure,Marvelous Interactive,Open Sesame,,,,,,,2010-12-22, -/games/boxart/full_akagawa-jirou-yasoukyoku_7JapanFront.jpg,Akagawa Jirou: Yasoukyoku,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,1998-07-16, -/games/boxart/full_akagawa-jirou-yasoukyoku_1JapanFront.jpg,Akagawa Jirou: Yasoukyoku,PSN,Adventure,Victor Interactive,Open Sesame,,,,,,,2010-08-25, -/games/boxart/full_akagawa-jirou-yasoukyoku-2_8JapanFront.jpg,Akagawa Jirou: Yasoukyoku 2,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,2001-06-14, -/games/boxart/full_akagawa-jirou-yasoukyoku-2_4JapanFront.jpg,Akagawa Jirou: Yasoukyoku 2,PSN,Adventure,Victor Interactive,Open Sesame,,,,,,,2010-09-08, -/games/boxart/full_7181280JapanFrontccc.jpg,Akagi: Topaiten,3DO,Adventure,Micronet,Micronet,,,,,,,1996-01-13, -/games/boxart/full_4659210JapanFrontccc.jpg,Akagi: Topaiten,PS,Adventure,Micronet,Micronet,,,,,,,1996-01-13, -/games/boxart/full_1168922JapanFrontccc.jpg,Akagi: Yami ni Furitatta Tensai,PS2,Adventure,D3 Publisher,Warashi,,,,,,,2002-12-12, -/games/boxart/full_5613032JapanFrontccc.jpg,Akai Ito,PS2,Adventure,Success,Success,,,,,,,2004-10-21, -/games/boxart/full_akane-iro-ni-somaru-saka_476JapanFront.jpg,Akane Iro ni Somaru Saka,PC,Adventure,Feng,Feng,,,,,,,2007-07-27, -/games/boxart/full_akane-iro-ni-somaru-saka-portable_525JapanFront.jpg,Akane Iro ni Somaru Saka Portable,PSP,Adventure,LukPlus,LukPlus,,,,,,,2009-12-17, -/games/boxart/full_akane-maniax-nagareboshi-densetsu-gouda_914JapanFront.jpg,Akane Maniax: Nagareboshi Densetsu Gouda,PC,Adventure,age,age,,,,,,,2002-06-28, -/games/boxart/default.jpg,Akikaze Person: Ore to Boku to Kanojo no..,PC,Adventure,Unknown,Lilac Soft,,,,,,,2011-08-26, -/games/boxart/full_2387238JapanFrontccc.jpg,Akira,NES,Adventure,Taito,Taito Corporation,,,,,,,1988-12-24, -/games/boxart/full_9731957JapanFrontccc.jpg,Akogare Girls Collection: Lovely Youchien Nikki,DS,Adventure,Creative Core,Creative Core,,,,,,,2009-11-19, -/games/boxart/full_akogare-girls-collection-pika-pika-nurse-monogatari_237JapanFront.jpg,Akogare Girls Collection: Pika Pika Nurse Monogatari,DS,Adventure,Unknown,Open Sesame,,,,,,,2011-08-04, -/games/boxart/full_akogare-girls-collection-wan-nyan-doubutsu-byouin_1JapanFront.jpg,Akogare Girls Collection: Wan Nyan Doubutsu Byouin,DS,Adventure,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-10-28, -/games/boxart/full_1650798JapanFrontccc.jpg,Akudaikan,PS2,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2002-08-08, -/games/boxart/full_4248808JapanFrontccc.jpg,Akudaikan 2: Mousouden,PS2,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2003-07-31, -/games/boxart/full_3080626JapanFrontccc.jpg,Akudaikan 3,PS2,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2007-03-01, -/games/boxart/full_akudaikan-manyuukiduplicate_3JapanFront.jpg,Akudaikan Manyuuki,PSP,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2006-11-30, -/games/boxart/full_7597975JapanFrontccc.jpg,Akudaikan Manyuuki: Seigi no Yaiba,PSP,Adventure,Global A Entertainment,Global A Entertainment,,,,,,,2007-02-22, -/games/boxart/full_6738444JapanFrontccc.jpg,Akuza no Ma,PS,Adventure,Visit,Unknown,,,,,,,1997-05-09, -/games/boxart/full_1228997AmericaFrontccc.jpg,Alderman,XBL,Adventure,Microsoft,idle han,,,,,,,2009-11-13, -/games/boxart/full_9639422JapanFrontccc.jpg,Aleck & Bordon Adventure: Tower & Shaft,GBA,Adventure,Aruze Corp,Aruze Corp,,,,,,,2004-11-26, -/games/boxart/default.jpg,Alice 2010,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2009-12-18, -/games/boxart/full_1914936JapanFrontccc.jpg,Alice in Cyberland,PS,Adventure,Glams,Glams,,,,,,,1996-12-20, -/games/boxart/full_1775734JapanFrontccc.jpg,Alice no Paint Adventure,SNES,Adventure,Epoch,Epoch,,,,,,,1995-09-15, -/games/boxart/full_alice-no-yakata-7_132JapanFront.jpg,Alice no Yakata 7,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2004-12-17, -/games/boxart/full_alice-syndrome_946JapanFront.jpg,Alice Syndrome,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2005-03-19, -/games/boxart/full_alice_433JapanFront.jpg,Alice+,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2004-02-27, -/games/boxart/default.jpg,Alice+ 2,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2004-05-21, -/games/boxart/full_alice-3_953JapanFront.jpg,Alice+ 3,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2004-10-01, -/games/boxart/full_alice-an-interactive-museum_670AmericaFront.jpg,Alice: An Interactive Museum,PC,Adventure,Synergy Inc.,Toshiba EMI Ltd,,,,,,,1994-01-01, -/games/boxart/full_alive_296JapanFront.jpg,Alive,PC,Adventure,Witch,Witch,,,,,,,1999-12-03, -/games/boxart/default.jpg,Alliance of Heroes,PC,Adventure,Unknown,Simutronics,,,,,,,, -/games/boxart/full_3613876JapanFrontccc.jpg,Alnam no Kiba: Shouzoku Juunishin-to Densetsu,PS,Adventure,Right Stuff,Right Stuff,,,,,,,1996-02-02, -/games/boxart/full_alone-in-the-dark_774AmericaFront.jpg,Alone in the Dark,XBL,Adventure,Atari,Eden Studios,,,,,,,2011-02-22, -/games/boxart/full_9508487AmericaFrontccc.jpg,Alone in the Dark,3DO,Adventure,Interplay,I*Motion,,,,,,,1993-01-01, -/games/boxart/full_alone-in-the-dark-1992_10AmericaFront.jpg,Alone in the Dark (1992),PC,Adventure,Interplay,Infogrames,,,,,,,1992-01-01, -/games/boxart/full_alone-in-the-dark-2_2AmericaFront.jpg,Alone in the Dark 2,PC,Adventure,Infogrames,Krisalis Software,,,,,,,1994-09-25, -/games/boxart/5859019ccc.jpg,Alone in the Dark 2,3DO,Adventure,Interplay Productions,Krisalis Software,,,,,,,1995-09-08, -/games/boxart/4333092ccc.jpg,Alone in the Dark 3,PC,Adventure,Infogrames,Infogrames,,,,,,,1995-03-16, -/games/boxart/1810123ccc.jpg,Alone in the Dark: One-Eyed Jack's Revenge,SAT,Adventure,Kokopeli Digital Studios,I*Motion,,,,,,,1996-07-15, -/games/boxart/full_3872722PALFrontccc.jpg,Alone in the Dark: The New Nightmare,PS2,Adventure,Unknown,Spiral House,,,,,,,, -/games/boxart/1346066ccc.jpg,Alone in the Dark: The New Nightmare,GB,Adventure,Infogrames,Pocket Studios,,,,,,,2001-06-27, -/games/boxart/full_alone-in-the-dark-the-new-nightmare_3AmericaFront.jpg,Alone in the Dark: The New Nightmare,DC,Adventure,Infogrames,Darkworks,7.4,,,,,,2001-09-24, -/games/boxart/default.jpg,Alone in the Dark: The New Nightmare,PSN,Adventure,Unknown,Darkworks,,,,,,,, -/games/boxart/full_alone-in-the-dark-the-trilogy-123_1AmericaFront.jpg,Alone in the Dark: The Trilogy 1+2+3,PC,Adventure,Infogrames,I*Motion,,,,,,,1997-03-31, -/games/boxart/full_7333795PALFrontccc.jpg,Alone With You,PS4,Adventure,Benjamin Rivers Inc.,Benjamin Rivers Inc.,,,,,,,2016-08-23,2018-04-10 -/games/boxart/full_5630980AmericaFrontccc.png,Alone With You,PSV,Adventure,Benjamin Rivers Inc.,Benjamin Rivers Inc.,,,,,,,2016-01-01, -/games/boxart/full_alpha-polaris_42AmericaFront.jpg,Alpha Polaris,PC,Adventure,Unknown,Turmoil Games Ltd.,,,,,,,2011-06-24, -/games/boxart/full_6668194JapanFrontccc.jpg,"Amagoushi no Yakata Portable: Ichiyagi Wa, Saisho no Junan",PSP,Adventure,Nippon Ichi Software,FOG (Full On Games),,,,,,,2009-09-17, -/games/boxart/full_amatsumi-sora-ni-kumo-no-hatate-ni_376JapanFront.jpg,Amatsumi Sora ni! Kumo no Hatate ni,PSP,Adventure,Prototype,Prototype,,,,,,,2011-12-01, -/games/boxart/full_6968187AmericaFrontccc.jpg,Amazing World,PC,Adventure,GANZ,GANZ,,,,,,,2014-08-07, -/games/boxart/full_6647457AmericaFrontccc.jpg,Amazing World,OSX,Adventure,GANZ,GANZ,,,,,,,2014-08-07, -/games/boxart/full_3801274AmericaFrontccc.jpg,Amber: Journeys Beyond,PC,Adventure,Graphic Simulations,Hue Forest Entertainment,,,,,,,1996-11-30, -/games/boxart/7778522ccc.jpg,American Girl: Julie Saves the Eagles,PC,Adventure,THQ,THQ,,,,,,,2007-10-15, -/games/boxart/default.jpg,American Girl: Kit Mystery Challenge!,PC,Adventure,THQ,THQ,,,,,,,2008-06-23, -/games/boxart/full_1747450AmericaFrontccc.jpg,American McGee presents ScrapLand,PC,Adventure,Enlight,Mercury Steam Entertainment,,,,,,,2004-11-04, -/games/boxart/full_5848384AmericaFrontccc.jpg,Amerzone,PC,Adventure,Ubisoft,Ubisoft,,,,,,,1999-10-18, -/games/boxart/full_3085021PALFrontccc.jpg,Amerzone: The Explorer's Legacy,PS,Adventure,Ubisoft,Visual Impact,,,,,,,1999-01-01, -/games/boxart/full_5764118AmericaFrontccc.jpg,Amnesia: A Machine for Pigs,Linux,Adventure,Frictional Games,thechineseroom,,,,,,,2013-09-10,2018-08-10 -/games/boxart/full_7554803AmericaFrontccc.jpg,Amnesia: A Machine for Pigs,PC,Adventure,Frictional Games,thechineseroom,,,,,,,2013-09-10,2018-08-10 -/games/boxart/full_4304926AmericaFrontccc.jpg,Amnesia: Memories,PC,Adventure,Idea Factory International,Idea Factory,,,,,,,2015-08-25, -/games/boxart/full_924440JapanFrontccc.jpg,Amnesia: Memories,PSV,Adventure,Idea Factory International,Idea Factory,,,,,,,2015-08-25,2018-08-02 -/games/boxart/full_4135679AmericaFrontccc.jpg,Among The Sleep,OSX,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-05-29,2019-05-19 -/games/boxart/default.jpg,Amy's Fantasies,PC,Adventure,Jast,C's Ware,,,,,,,1996-01-01, -/games/boxart/full_844044JapanFrontccc.jpg,Anata o Yurusanai,PSP,Adventure,AQ Interactive,Zener Works / Cavia Inc.,,,,,,,2007-11-15, -/games/boxart/default.jpg,Anejoku,PC,Adventure,Unknown,Hina Soft,,,,,,,2011-07-08, -/games/boxart/full_angel-blade_744JapanFront.jpg,Angel Blade,PC,Adventure,Unknown,Digianime Corp,,,,,,,2002-10-04, -/games/boxart/full_3831562JapanFrontccc.jpg,Angel Halo,PC,Adventure,Active,Active,,,,,,,1996-10-17, -/games/boxart/full_angel-parasite_19JapanFront.jpg,Angel Parasite,PC,Adventure,Unknown,Loveless,,,,,,,1998-07-31, -/games/boxart/full_3874435JapanFrontccc.jpg,Angel Wish,DC,Adventure,Pione Soft,Pione Soft,,,,,,,2005-02-24, -/games/boxart/full_angelic-concert_340JapanFront.jpg,Angelic Concert,XB,Adventure,Success,Success,,,,,,,2003-03-13, -/games/boxart/full_angelic-concert_216JapanFront.jpg,Angelic Concert,PS2,Adventure,Success,Success,,,,,,,2003-03-13, -/games/boxart/full_angelique-etoile_6JapanFront.jpg,Angelique Etoile,PS2,Adventure,KOEI,Koei,,,,,,,2004-09-16, -/games/boxart/full_angelique-trois-aizouhen_1JapanFront.jpg,Angelique Trois: Aizouhen,PS2,Adventure,KOEI,Koei/Inis,,,,,,,2001-07-26, -/games/boxart/full_5285085JapanFrontccc.jpg,Angelium: Tokimeki Love God,PC,Adventure,Terios,Terios,,,,,,,2003-03-14, -/games/boxart/full_2263902AmericaFrontccc.jpg,Animamundi: Dark Alchemist,PC,Adventure,Hirameki International Group,Karin Entertainment,,,,,,,2006-05-01, -/games/boxart/full_3696460JapanFrontccc.jpg,Anime Chick Story 1: Card Captor Sakura,PS,Adventure,Arika,Arika,,,,,,,1999-08-05, -/games/boxart/3656193ccc.jpg,Animorphs,GB,Adventure,Ubisoft,Ubisoft,,,,,,,2000-11-07, -/games/boxart/full_2049798PALFrontccc.jpg,Ankh: Battle of the Gods,PC,Adventure,Xider Games,DECK13 Interactive,,,,,,,2007-11-19,2018-05-10 -/games/boxart/full_307026PALFrontccc.png,Ankh: Curse of the Scarab King,DS,Adventure,Xider Games,VIS Entertainment,,,,,,,2008-09-17, -/games/boxart/full_2183519PALFrontccc.jpg,Ankh: Heart of Osiris,PC,Adventure,bhv Software,DECK13 Interactive,,,,,,,2006-11-06,2018-05-10 -/games/boxart/full_3605345JapanFrontccc.jpg,Ankh: Tutankhamen no Nazo,PS,Adventure,Ray Corporation,Unknown,,,,,,,1997-11-27, -/games/boxart/full_ankoku-shinwa-yamato-takeru-densetsu_5JapanFront.jpg,Ankoku Shinwa: Yamato Takeru Densetsu,NES,Adventure,Unknown,Zap,,,,,,,1989-03-24, -/games/boxart/full_another-heaven-memory-of-those-days_10JapanFront.jpg,Another Heaven: Memory of Those Days,WS,Adventure,Omega Micott,Omega Micott,,,,,,,2000-12-21, -/games/boxart/full_4441418JapanFrontccc.jpg,Another Memories,PS,Adventure,Hearty Robin,Unknown,,,,,,,1998-06-18, -/games/boxart/full_5106223JapanFrontccc.jpg,Another Mind,PS,Adventure,Square,SquareSoft,,,,,,,1998-11-12, -/games/boxart/full_6773318AmericaFrontccc.jpg,Another Perspective,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-08, -/games/boxart/default.jpg,Another World,XOne,Adventure,Adult Dream,DotEmu,,,,,,,2016-01-01, -/games/boxart/default.jpg,Another World,PS4,Adventure,Adult Dream,DotEmu,,,,,,,2016-01-01, -/games/boxart/default.jpg,Another World,PC,Adventure,Adult Dream,DotEmu,,,,,,,2014-09-18, -/games/boxart/full_aoi-namida_491JapanFront.jpg,Aoi Namida,PC,Adventure,CD Bros.,CD Bros.,,,,,,,2003-05-30, -/games/boxart/full_aoi-namida_85JapanFront.jpg,Aoi Namida,XB,Adventure,Panther Software,Panther Software,,,,,,,2004-05-27, -/games/boxart/full_1516941JapanFrontccc.jpg,Aoishiro,PC,Adventure,Success,Success,,,,,,,2008-11-21, -/games/boxart/full_7345611JapanFrontccc.jpg,Apathy: Narugami Gakuen Toshi Densetsu Tantei Kyoku,DS,Adventure,Arc System Works,Del,,,,,,,2007-10-25, -/games/boxart/full_1061460JapanFrontccc.jpg,Apocalypse: Deus Ex Machina,PC,Adventure,Tactics,Unknown,,,,,,,2003-07-25, -/games/boxart/full_apocripha0_548JapanFront.jpg,Apocripha/0,PS2,Adventure,GN Software,GN Software,,,,,,,2004-10-28, -/games/boxart/default.jpg,Apocripha/0,PC,Adventure,Unknown,Stack,,,,,,,2001-07-27, -/games/boxart/full_5805221AmericaFrontccc.jpg,Appointment with F.E.A.R.,And,Adventure,Tin Man Games,Tin Man Games,,,,,,,2014-08-26, -/games/boxart/full_8615903JapanFrontccc.jpg,Aquanaut no Kyuujitsu 2,PS,Adventure,ArtDink,ArtDink,,,,,,,1999-07-01, -/games/boxart/full_695185JapanFrontccc.jpg,Aquanaut no Kyuujitsu: Memories of Summer 1996,PS,Adventure,ArtDink,ArtDink,,,,,,,1996-07-19, -/games/boxart/default.jpg,Aquatic Tales,PC,Adventure,Unknown,Gameinvest,,,,,,,2019-01-01, -/games/boxart/default.jpg,Aquatic Tales,DS,Adventure,Unknown,Gameinvest,,,,,,,2018-12-30, -/games/boxart/6134841ccc.jpg,Aquatic Tales,Wii,Adventure,Unknown,Gameinvest,,,,,,,2000-12-31, -/games/boxart/full_7148358AmericaFrontccc.jpg,AR-K,OSX,Adventure,Gato Salvaje S.L.,Gato Salvaje S.L.,,,,,,,2014-07-21, -/games/boxart/full_381353AmericaFrontccc.jpg,AR-K,PC,Adventure,Gato Salvaje S.L.,Gato Salvaje S.L.,,,,,,,2014-07-21, -/games/boxart/default.jpg,AR: Forgotten Summer,PC,Adventure,Circus,Circus,,,,,,,2006-02-24, -/games/boxart/full_7914025JapanFrontccc.jpg,Arabians Lost: The Engagement on Desert,PC,Adventure,Quinrose,QuinRose,,,,,,,2006-08-11, -/games/boxart/default.jpg,Arcana: Hikari to Yami no Extasis,PC,Adventure,Ciel,Ciel,,,,,,,2000-11-23, -/games/boxart/full_5316454AmericaFrontccc.png,Arcane Legends,PC,Adventure,Spacetime Studios,Spacetime Studios,,,,,,,2012-11-13, -/games/boxart/full_4392567AmericaFrontccc.jpg,Arctic Tale,GBA,Adventure,DSI Games,Atomic Planet Entertainment,,,,,,,2007-10-10, -/games/boxart/full_1318204PALFrontccc.jpg,Ark of Time,PS,Adventure,Project Two Interactive,ICE,,,,,,,1998-07-01, -/games/boxart/full_4870740AmericaFrontccc.jpg,Ark of Time,PC,Adventure,KOEI,Trecision,,,,,,,1997-02-28, -/games/boxart/full_armen-noir_0JapanFront.jpg,Armen Noir,PS2,Adventure,Idea Factory,Otomate,,,,,,,2010-12-09, -/games/boxart/full_2887922AmericaFrontccc.jpeg,Armikrog,OSX,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2015-10-01, -/games/boxart/full_6959281AmericaFrontccc.jpeg,Armikrog,Linux,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2015-10-01, -/games/boxart/full_5442516AmericaFrontccc.png,Armikrog,WiiU,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2016-08-23,2018-01-04 -/games/boxart/full_6348299AmericaFrontccc.jpeg,Armikrog,PS4,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2016-08-23, -/games/boxart/full_9213287AmericaFrontccc.jpeg,Armikrog,PC,Adventure,Versus Evil,Pencil Test Studios,,,,,,,2015-10-01, -/games/boxart/default.jpg,Art of Murder: Cards of Destiny,DS,Adventure,Unknown,Unknown,,,,,,,, -/games/boxart/full_6563431AmericaFrontccc.jpg,Art of Murder: FBI Top Secret,DS,Adventure,City Interactive,City Interactive,,,,,,,2010-06-22, -/games/boxart/full_9267817AmericaFrontccc.jpg,Arthur and the Invisibles,PS2,Adventure,Atari,Etranges Libellules,,,,,,,2007-01-09, -/games/boxart/full_4869933AmericaFrontccc.jpg,Arthur and the Invisibles,PC,Adventure,Atari,Etranges Libellules,,,,,,,2007-01-12, -/games/boxart/8207639ccc.jpg,Arthur and the Invisibles,GBA,Adventure,Atari,Mistic Software,3.1,,,,,,2007-01-09, -/games/boxart/full_arthur-the-quest-for-excalibur_196AmericaFront.jpg,Arthur: The Quest for Excalibur,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1989-01-01, -/games/boxart/full_asa-no-konai-yoru-ni-dakarete-eternal-night_157JapanFront.jpg,Asa no Konai Yoru ni Dakarete: Eternal Night,PC,Adventure,Unknown,DreamSoft,,,,,,,2002-06-28, -/games/boxart/default.jpg,"Ashita Hakitto, Haremasuyou ni: She Said so, and Prayed to Cloudy Skies",PC,Adventure,Hug,Hug,,,,,,,2009-07-24, -/games/boxart/full_asobi-ni-iku-yo_61JapanFront.jpg,Asobi ni Iku yo! Chikyuu Pinchi no Konyaku Sengen,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2006-07-27, -/games/boxart/full_1338990AmericaFrontccc.jpg,Assassin's Creed,XBL,Adventure,Ubisoft,Ubisoft Montreal,8.2,,,,,,2009-08-06, -/games/boxart/full_assault-armoroid-angelio_993JapanFront.jpg,Assault Armoroid Angelio,PC,Adventure,Outgrow,Outgrow,,,,,,,2002-10-25, -/games/boxart/full_5229730PALFrontccc.jpg,Asterix & Obelix (GBC),GB,Adventure,Infogrames,Infrogrames,,,,,,,2001-01-01, -/games/boxart/full_9985746PALFrontccc.jpg,Asterix: Caesar's Challenge,PC,Adventure,Infogrames,Philips Media France,,,,,,,1995-01-01, -/games/boxart/default.jpg,Ataya Machi no Mitsuai,PC,Adventure,Unknown,Appetite,,,,,,,2011-08-19, -/games/boxart/default.jpg,Atelier,PC,Adventure,Tadashi,Tadashi,,,,,,,2000-05-26, -/games/boxart/full_1729646JapanFrontccc.jpg,Athena: Awakening from the Ordinary Life,PS,Adventure,SNK,SNK Corporation,,,,,,,1999-03-11, -/games/boxart/full_8727035PALFrontccc.jpg,Atlantis III: The New World,PS2,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,2002-02-08, -/games/boxart/full_8464339PALFrontccc.jpg,Atlantis: The Lost Tales,SAT,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,1997-01-01, -/games/boxart/full_6958745AmericaFrontccc.jpg,Atlantis: The Lost Tales,PC,Adventure,Interplay,Cryo Interactive,,,,,,,1997-09-30, -/games/boxart/full_1078180PALFrontccc.jpg,Atlantis: The Lost Tales,PS,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,1998-10-01, -/games/boxart/full_2894336PALFrontccc.jpg,Attack of the Saucerman!,PS,Adventure,Sony Computer Entertainment,Psygnosis,,,,,,,1999-07-01, -/games/boxart/4696360ccc.jpg,Aura: Fate of the Ages,PC,Adventure,The Adventure Company,Streko-Graphics Inc.,,,,,,,2004-06-29, -/games/boxart/full_4095995PALFrontccc.jpg,Aurora - The Secret Within,PC,Adventure,Lexicon Entertainment,BluMiAl,,,,,,,2007-07-27, -/games/boxart/full_8240666AmericaFrontccc.png,Avatar: The Last Airbender,PSN,Adventure,THQ,AWE Games,,,,,,,2009-09-30, -/games/boxart/860259ccc.jpg,Avatar: The Last Airbender,PS2,Adventure,THQ,AWE Games,,,,,,,2006-10-10, -/games/boxart/2152555ccc.jpg,Avatar: The Last Airbender,PC,Adventure,THQ,AWE Games,,,,,,,2006-10-10, -/games/boxart/2765992ccc.jpg,Avatar: The Last Airbender,XB,Adventure,THQ,AWE Games,,,,,,,2006-10-10, -/games/boxart/1858729ccc.jpg,Avatar: The Last Airbender,GBA,Adventure,THQ,AWE Games,6.5,,,,,,2006-10-10, -/games/boxart/full_6419325AmericaFrontccc.jpg,Avner,And,Adventure,Corbomite Games,Corbomite Games,,,,,,,2014-07-13, -/games/boxart/full_7801344AmericaFrontccc.jpg,Awakening Kingdoms,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2013-12-18, -/games/boxart/full_9249276AmericaFrontccc.jpg,Awakening: Moonfell Wood,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2010-12-26, -/games/boxart/full_6860638AmericaFrontccc.jpg,Awakening: Moonfell Wood,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2011-05-06, -/games/boxart/default.jpg,Awakening: The Dreamless Castle,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2010-08-02, -/games/boxart/default.jpg,Awakening: The Dreamless Castle,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2010-02-14, -/games/boxart/full_3312827AmericaFrontccc.jpg,Awakening: The Goblin Kingdom,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2011-08-25,2018-07-26 -/games/boxart/full_2512200AmericaFrontccc.jpg,Awakening: The Redleaf Forest,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2014-05-31, -/games/boxart/full_6565867AmericaFrontccc.jpg,Awakening: The Redleaf Forest,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2014-05-31, -/games/boxart/full_9825405AmericaFrontccc.jpg,Awakening: The Skyward Castle,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2012-08-23, -/games/boxart/full_5430771AmericaFrontccc.jpg,Awakening: The Skyward Castle,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2012-08-23, -/games/boxart/full_5752092AmericaFrontccc.jpg,Awakening: The Sunhook Spire,PC,Adventure,Big Fish Games,Boomzap,,,,,,,2013-08-17, -/games/boxart/full_2536376AmericaFrontccc.jpg,Awakening: The Sunhook Spire,OSX,Adventure,Big Fish Games,Boomzap,,,,,,,2013-08-17, -/games/boxart/full_5640300AmericaFrontccc.jpg,Axel & Pixel,XBL,Adventure,2K Games,Silver Wish Games,6.9,,,,,,2009-10-14, -/games/boxart/full_ayaka-shibito_546JapanFront.jpg,Ayaka Shibito,PC,Adventure,Propeller,Propeller,,,,,,,2005-06-24, -/games/boxart/full_1619759JapanFrontccc.jpg,Ayaka Shibito,PS2,Adventure,Dimple Entertainment,Propeller,,,,,,,2006-08-31, -/games/boxart/default.jpg,Ayaturi Yousuri: Dream Note,PC,Adventure,Undermoon,Undermoon,,,,,,,2007-02-23, -/games/boxart/full_azrael_586JapanFront.jpg,Azrael,PC,Adventure,Survive,Survive,,,,,,,2002-12-20, -/games/boxart/full_7729349AmericaFrontccc.jpg,Aztaka,PC,Adventure,Unknown,Citeremis,,,,,,,2009-05-07, -/games/boxart/9252718ccc.jpg,Aztec: The Curse in the Heart of the City of Gold,PS,Adventure,Cryo Interactive,Wanadoo,,,,,,,2000-10-27, -/games/boxart/full_bat_567AmericaFront.jpg,B.A.T.,PC,Adventure,Ubisoft,Computer's Dream,,,,,,,1990-01-01, -/games/boxart/full_blue-legend-of-water_1JapanFront.jpg,b.l.u.e.: Legend of Water,PSN,Adventure,Hudson Soft,CAProduction,,,,,,,2008-07-09, -/games/boxart/full_baby-face_689JapanFront.jpg,Baby Face,PC,Adventure,Oz Club,Oz Project,,,,,,,2000-03-24, -/games/boxart/full_6366460AmericaFrontccc.png,Back to the Future: The Game,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-02-15,2018-04-23 -/games/boxart/full_back-to-the-future-the-game-episode-i-its-about-time_306AmericaFront.jpg,Back to the Future: The Game - Episode I: It's About Time,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-12-22, -/games/boxart/full_back-to-the-future-the-game-episode-i-its-about-time_199AmericaFront.jpg,Back to the Future: The Game - Episode I: It's About Time,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-02-15, -/games/boxart/full_back-to-the-future-the-game-episode-ii-get-tannen_79AmericaFront.jpg,Back to the Future: The Game - Episode II: Get Tannen!,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-03-29, -/games/boxart/full_back-to-the-future-the-game-episode-ii-get-tannen_70AmericaFront.jpg,Back to the Future: The Game - Episode II: Get Tannen!,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-02-17, -/games/boxart/full_back-to-the-future-the-game-episode-iii-citizen-brown_968AmericaFront.jpg,Back to the Future: The Game - Episode III: Citizen Brown,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-05-03, -/games/boxart/full_back-to-the-future-the-game-episode-iii-citizen-brown_938AmericaFront.jpg,Back to the Future: The Game - Episode III: Citizen Brown,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-05-03, -/games/boxart/full_back-to-the-future-the-game-episode-iv-double-visions_885AmericaFront.jpg,Back to the Future: The Game - Episode IV: Double Visions,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-06-07, -/games/boxart/full_back-to-the-future-the-game-episode-iv-double-visions_114AmericaFront.jpg,Back to the Future: The Game - Episode IV: Double Visions,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-06-07, -/games/boxart/full_back-to-the-future-the-game-episode-v-outatime_938AmericaFront.jpg,Back to the Future: The Game - Episode V: OUTATIME,PC,Adventure,Unknown,Telltale Games,6.9,,,,,,, -/games/boxart/full_back-to-the-future-the-game-episode-v-outatime_551AmericaFront.jpg,Back to the Future: The Game - Episode V: OUTATIME,PSN,Adventure,Telltale Games,Telltale Games,7,,,,,,2011-07-26, -/games/boxart/full_670327JapanFrontccc.jpg,Bakuden Unbalance Zone,SCD,Adventure,Sony Computer Entertainment,Sony Music Entertainment Inc.,,,,,,,1994-04-22,2018-09-16 -/games/boxart/full_6677342JapanFrontccc.jpg,Bakuretsu Hunter,SAT,Adventure,I'Max,I'Max,,,,,,,1996-04-26, -/games/boxart/full_6155780JapanFrontccc.jpg,Bakuretsu Hunter R,SAT,Adventure,King Records,King Records,,,,,,,1997-08-08, -/games/boxart/full_bakuretsu-hunter-sorezore-no-omoinowaan-chatte_234JapanFront.jpg,Bakuretsu Hunter: Sorezore no Omoi...Nowaan Chatte,PS,Adventure,Banpresto,Banpresto,,,,,,,1997-04-11, -/games/boxart/full_1592167JapanFrontccc.jpg,Baldr Force EXE,DC,Adventure,Alchemist,Alchemist,,,,,,,2004-10-28, -/games/boxart/full_bara-no-ki-ni-bara-no-hansaku_462JapanFront.jpg,Bara no Ki Ni: Bara no Hansaku,PSP,Adventure,Quinrose,QuinRose,,,,,,,2010-12-22, -/games/boxart/default.jpg,Barbarian the Ultimate Warrior,PC,Adventure,Unknown,Anuman Interactive,,,,,,,2011-12-05, -/games/boxart/full_2171880AmericaFrontccc.jpg,Barbie and the Three Musketeers,PC,Adventure,Activision,Activision,,,,,,,2009-11-03, -/games/boxart/full_9159629AmericaFrontccc.jpg,Barbie as Rapunzel: A Creative Adventure,PC,Adventure,VU Games,Funnybone Interactive,,,,,,,2002-11-15, -/games/boxart/full_1798274AmericaFrontccc.jpg,Barbie as the Princess and the Pauper,PC,Adventure,VU Games,VU Games,,,,,,,2004-09-09, -/games/boxart/full_4462918AmericaFrontccc.jpg,Barbie in The 12 Dancing Princesses,PS2,Adventure,Activision,Blue Monkey Studios,,,,,,,2006-11-28, -/games/boxart/3253946ccc.jpg,Barbie in The 12 Dancing Princesses,PC,Adventure,Activision,Blue Monkey Studios,,,,,,,2006-11-14, -/games/boxart/5913235ccc.jpg,Barbie in The 12 Dancing Princesses,GBA,Adventure,Activision,WayForward Technologies,,,,,,,2006-10-10, -/games/boxart/3794415ccc.jpg,Barbie Vacation Adventure,GEN,Adventure,Hi Tech Expressions,Software Creations,,,,,,,1994-01-01, -/games/boxart/full_7956591AmericaFrontccc.jpg,Barbie Vacation Adventure,SNES,Adventure,Hi Tech Expressions,Software Creations,,,,,,,1994-01-01, -/games/boxart/1380461ccc.jpg,Batman: Vengeance,XB,Adventure,Ubisoft,Ubisoft Montreal,6.8,,,,,,2001-12-18, -/games/boxart/full_8566021AmericaFrontccc.jpg,Beavis and Butt-head,GG,Adventure,Valcon Games,NuFX,,,,,,,1994-01-01, -/games/boxart/6381022ccc.jpg,Beavis and Butt-head,SNES,Adventure,Viacom,Realtime Associates,,,,,,,1994-11-01, -/games/boxart/full_4443143AmericaFrontccc.jpg,Beavis and Butt-head Do U.,PC,Adventure,GT Interactive,Illusions Gaming Company,,,,,,,1999-01-31, -/games/boxart/full_belief-amp-betrayal_729AmericaFront.jpg,Belief & Betrayal,PC,Adventure,Lighthouse Interactive,Artematica Entertainment,,,,,,,2008-06-15, -/games/boxart/full_below-the-root_153AmericaFront.jpg,Below the Root,PC,Adventure,Unknown,Telarium,,,,,,,1984-01-01, -/games/boxart/full_belzerion_4JapanFront.jpg,Belzerion,3DO,Adventure,Human Entertainment,Human Entertainment,,,,,,,1994-12-16, -/games/boxart/full_ben-there-dan-that_265AmericaFront.jpg,"Ben There, Dan That!",PC,Adventure,Zombie Cow Studios,Zombie Cow Studios,,,,,,,2008-06-12, -/games/boxart/5888831ccc.jpg,Beneath a Steel Sky,PC,Adventure,Virgin Interactive,Revolution Software,,,,,,,1993-01-01, -/games/boxart/full_9770754PALFrontccc.jpg,Benjamin Blümchen: Ein Tag im Zoo,DS,Adventure,Kiddinx,Kiddinx,,,,,,,2009-03-13, -/games/boxart/full_385482AmericaFrontccc.jpg,Beyond Castle Wolfenstein,PC,Adventure,Muse Software,Muse Software,,,,,,,1984-01-01, -/games/boxart/full_2083348AmericaFrontccc.jpeg,Beyond Eyes,PS4,Adventure,Team17 Software,Tiger & Squid,,,,,,,2015-09-08, -/games/boxart/full_7493623AmericaFrontccc.jpg,Beyond Eyes,XOne,Adventure,Team17 Software,Tiger & Squid,,,,,,,2015-08-04, -/games/boxart/full_6234678AmericaFrontccc.jpeg,Beyond Eyes,PC,Adventure,Team17 Software,Tiger & Squid,,,,,,,2015-08-11, -/games/boxart/full_2035996AmericaFrontccc.jpg,Beyond Good & Evil 2,PC,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2020-12-31,2019-06-26 -/games/boxart/full_8993598AmericaFrontccc.jpg,Beyond Good & Evil 2,X360,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2020-12-31, -/games/boxart/full_3231730AmericaFrontccc.jpg,Beyond Good & Evil 2,PS3,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2020-12-31, -/games/boxart/full_beyond-good-ampamp-evil-hd_309AmericaFront.jpg,Beyond Good & Evil HD,XBL,Adventure,Ubisoft,Ubisoft,8.3,,,,,,2011-03-02, -/games/boxart/full_beyond-good-ampamp-evil-hd_23AmericaFront.jpg,Beyond Good & Evil HD,PSN,Adventure,Ubisoft,Ubisoft,,,,,,,2011-06-28, -/games/boxart/default.jpg,Beyond the Future: Fix the Time Arrows,PS3,Adventure,5pb,5pb. Inc.,,,,,,,2011-12-08, -/games/boxart/default.jpg,Beyond the Future: Fix The Time Arrows,PSP,Adventure,5pb,5pb. Inc.,,,,,,,2011-12-08, -/games/boxart/full_7724187PALFrontccc.jpg,Bibi and Tina: Holidays on Martinshof,GBA,Adventure,Kiddinx,Morgen Studios,,,,,,,2006-08-11, -/games/boxart/full_8137070JapanFrontccc.jpg,Bible Black: The Game,PC,Adventure,Kitty Media,Active,,,,,,,2006-11-21, -/games/boxart/full_296900AmericaFrontccc.jpg,Big Brain Wolf,PC,Adventure,Frima Studio,Frima Studio,,,,,,,2009-07-06, -/games/boxart/8545851ccc.jpg,Big Sky Trooper,SNES,Adventure,JVC,LucasArts,,,,,,,1995-10-01, -/games/boxart/full_3835328AmericaFrontccc.jpg,Biglands: A Game Made By Kids,OSX,Adventure,Diego Acevedo,Diego Acevedo,,,,,,,2014-08-25, -/games/boxart/full_8814385AmericaFrontccc.jpg,Biglands: A Game Made By Kids,PC,Adventure,Diego Acevedo,Diego Acevedo,,,,,,,2014-08-25, -/games/boxart/full_894014AmericaFrontccc.jpg,Bik - A Space Adventure,OSX,Adventure,Zotnip,Zotnip,,,,,,,2014-07-15,2018-08-06 -/games/boxart/full_6110572AmericaFrontccc.jpg,Bik - A Space Adventure,Linux,Adventure,Zotnip,Zotnip,,,,,,,2014-07-15,2018-08-06 -/games/boxart/full_6629929AmericaFrontccc.jpg,Bik - A Space Adventure,PC,Adventure,Zotnip,Zotnip,,,,,,,2014-07-15,2018-08-06 -/games/boxart/full_binary-spot_836JapanFront.jpg,Binary Spot,PC,Adventure,Unknown,August,,,,,,,2002-02-22, -/games/boxart/full_bishoujo-senshi-sailor-moon_3JapanFront.jpg,Bishoujo Senshi Sailor Moon,PCE,Adventure,Banpresto,Banpresto,,,,,,,1994-08-05, -/games/boxart/full_7662690AmericaFrontccc.jpg,Black Buccaneer,PC,Adventure,Viva Media,WideScreen Games,,,,,,,2007-01-01, -/games/boxart/full_2165066AmericaFrontccc.png,Black Dahlia,PC,Adventure,Interplay,Take-Two Interactive,,,,,,,1998-02-28, -/games/boxart/full_2501173JapanFrontccc.jpg,Black Jack: Hi no Tori Hen,DS,Adventure,Genki,Genki,,,,,,,2006-11-09, -/games/boxart/full_3507660PALFrontccc.jpg,Black Mirror,PC,Adventure,THQ Nordic,KING Art Games,,,,,,,2017-11-28,2018-08-20 -/games/boxart/full_black-robinia_866JapanFront.jpg,Black Robinia,PSP,Adventure,Broccoli,Broccoli,,,,,,,2011-02-24, -/games/boxart/full_black-robina_299JapanFront.jpg,Black Robinia,PSN,Adventure,Broccoli,Broccoli,,,,,,,2011-03-24, -/games/boxart/full_3091170PALFrontccc.jpg,Black Sails,PC,Adventure,Astragon,DECK13 Interactive,,,,,,,2010-04-22,2018-05-10 -/games/boxart/full_7777989AmericaFrontccc.jpg,Blackbay Asylum,PC,Adventure,Kiss,TAD Corporation,,,,,,,2014-08-01, -/games/boxart/full_blackwell-deception_618AmericaFront.jpg,Blackwell Deception,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2011-10-12, -/games/boxart/4980638ccc.jpg,Blackwell Unbound,PC,Adventure,Big Fish Games,Wadjet Eye Games,,,,,,,2008-01-01, -/games/boxart/default.jpg,Blackwire,DSiW,Adventure,Unknown,Uacari,,,,,,,, -/games/boxart/full_blade-kitten_9AmericaFront.jpg,Blade Kitten,XBL,Adventure,Atari,Krome Studios,,,,,,,2010-09-22, -/games/boxart/full_blade-kitten_7AmericaFront.jpg,Blade Kitten,PSN,Adventure,Atari,Krome Studios,,,,,,,2010-09-21, -/games/boxart/default.jpg,Blanc Noir,PC,Adventure,GokuFero,GokuFero,,,,,,,2009-09-25, -/games/boxart/full_2252666JapanFrontccc.jpg,Blood+ Final Piece,PSP,Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2006-09-07, -/games/boxart/full_6587378JapanFrontccc.jpg,Blood: The Last Vampire (Gekan),PS2,Adventure,Sony Computer Entertainment,Sugar & Rockets,,,,,,,2000-12-21, -/games/boxart/default.jpg,Blue Exorcist: The Phantom Labyrinth of Time,PSP,Adventure,Unknown,Namco Bandai,,,,,,,, -/games/boxart/full_blue-force_118AmericaFront.jpg,Blue Force,PC,Adventure,Tsunami Media,"Tsunami Media, Inc.",,,,,,,1993-01-01, -/games/boxart/full_blue-lagoon_554JapanFront.jpg,Blue Lagoon,PC,Adventure,NOA,NOA,,,,,,,2004-05-21, -/games/boxart/full_blue-roses-yousei-to-aoi-hitomi-no-senshitachi_8JapanFront.jpg,Blue Roses: Yousei to Aoi Hitomi no Senshitachi,PSN,Adventure,Nippon Ichi Software,Flight-Plan,,,,,,,2010-09-16, -/games/boxart/full_2969702JapanFrontccc.jpg,Blue Sky Blue,DC,Adventure,Reindeer,Reindeer,,,,,,,2003-06-26, -/games/boxart/full_blue-sky-blue_811JapanFront.jpg,Blue Sky Blue,PC,Adventure,Emu,Emu,,,,,,,2002-09-20, -/games/boxart/full_5801687JapanFrontccc.jpg,Blue Submarine No. 6: Saigetsu Fumahito- Time and Tide,DC,Adventure,Sega,Sega,,,,,,,2000-12-07, -/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-five_4AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Five,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-04-28, -/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-four_8AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Four,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-04-28, -/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-six_3AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Six,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-04-28, -/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-three_1AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode Three,PSN,Adventure,Relentless Software,Relentless Software,,,,,,,2010-03-24, -/games/boxart/full_blue-toad-murder-files-the-mystery-of-riddle-manor-episode-two_6AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Riddle Litttle - Episode Two,PSN,Adventure,Relentless Software,Relentless Software,6.8,,,,,,2010-03-24, -/games/boxart/full_5442925AmericaFrontccc.jpg,Blueberry Garden,PC,Adventure,Erik Svedäng,Erik Svedäng,5.3,,,,,,2009-06-10, -/games/boxart/full_8251312AmericaFrontccc.jpg,Bob Came in Pieces,PC,Adventure,Unknown,Ludosity Interactive,,,,,,,2010-01-22, -/games/boxart/full_bobby-carrot-forever_46AmericaFront.jpg,Bobby Carrot Forever,WW,Adventure,Unknown,FDG Entertainment,7,,,,,,, -/games/boxart/full_3791593JapanFrontccc.jpg,Boku no Kuwagata,GBA,Adventure,MTO,MTO,,,,,,,2001-08-03, -/games/boxart/full_my-summer-vacation-4_7JapanFront.jpg,"Boku no Natsuyasumi 4: Seitouchi Shounen Tanteidan, Boku to Himitsu no Chizu",PSN,Adventure,Sony Computer Entertainment,Millenium Kitchen,,,,,,,2009-07-02, -/games/boxart/full_boku-no-natsuyasumi-portable-2-nazo-nazo-shimai-to-chinbotsusen-no-himitsu_4JapanFront.jpg,Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu,PSN,Adventure,Sony Computer Entertainment,Millenium Kitchen,,,,,,,2010-06-24, -/games/boxart/full_boku-no-natsuyasumi-himitsu-taiken_0JapanFront.jpg,Boku no Natsuyasumi: Himitsu Taiken,PC,Adventure,Completes,Completes,,,,,,,2004-12-22, -/games/boxart/full_8686700JapanFrontccc.jpg,Boku to Bokura no Natsu,DC,Adventure,KID,KID,,,,,,,2002-09-26, -/games/boxart/full_boku-wa-koukuu-kanseikan-3-hawaii-honolulu-kokusai-kuukou_30JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Hawaii Honolulu Kokusai Kuukou,PC,Adventure,TechnoBrain,TechnoBrain,,,,,,,2011-07-22, -/games/boxart/full_1637850JapanFrontccc.jpg,"Boku, Doraemon",DC,Adventure,Sega Toys,Sega,,,,,,,2001-01-25, -/games/boxart/full_5644534AmericaFrontccc.jpg,Bolt,PC,Adventure,Disney Interactive Studios,Avalanche Software,,,,,,,2008-11-18, -/games/boxart/full_6771317AmericaFrontccc.jpg,Bolt,XBL,Adventure,Disney Interactive Studios,Avalanche Software,,,,,,,2009-12-08, -/games/boxart/full_2190028AmericaFrontccc.jpg,Bot Colony,PC,Adventure,Unknown,Unknown,,,,,,,2014-06-17, -/games/boxart/full_5755606JapanFrontccc.jpg,Boukyaku no Senritsu: The Melody of Oblivion,GBA,Adventure,Bandai,Alpha Unit,,,,,,,2004-11-25, -/games/boxart/full_bounced_808PALFront.jpg,Bounced,GB,Adventure,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1990-01-01, -/games/boxart/default.jpg,Bounty Hunter Ludy+,PC,Adventure,ScooP,ScooP,,,,,,,1999-11-29, -/games/boxart/default.jpg,Bounty Hunter Sara: Holy Mountain no Teiou,PS,Adventure,Capcom,Flagship,,,,,,,2001-05-24, -/games/boxart/full_4205373JapanFrontccc.jpg,Bounty Hunter Sara: Holy Mountain no Teiou,DC,Adventure,Capcom,Flagship,,,,,,,2001-05-24, -/games/boxart/5235168ccc.jpg,Brain Dead 13,AJ,Adventure,ReadySoft,ReadySoft,,,,,,,1996-03-01, -/games/boxart/full_4335540AmericaFrontccc.jpg,Brain Dead 13,PC,Adventure,ReadySoft,ReadySoft,,,,,,,1996-01-31, -/games/boxart/2342116ccc.jpg,Brain Dead 13,3DO,Adventure,ReadySoft,ReadySoft,,,,,,,1996-01-01, -/games/boxart/full_6239634AmericaFrontccc.jpg,Brain Dead 13,SAT,Adventure,ReadySoft,ReadySoft,,,,,,,1996-10-31, -/games/boxart/full_1769055AmericaFrontccc.jpg,Bratz 4 Real,PC,Adventure,THQ,THQ,,,,,,,2007-12-14, -/games/boxart/309516ccc.jpg,Bratz: Babyz,PC,Adventure,THQ,THQ,,,,,,,2006-10-11, -/games/boxart/default.jpg,BreakSoul,DS,Adventure,Unknown,EnjoyUP,,,,,,,, -/games/boxart/full_5379401PALFrontccc.jpg,Broken Age,PSV,Adventure,Nordic Games,Double Fine Productions,,,,,,,2015-04-28,2018-09-21 -/games/boxart/full_7297955PALFrontccc.jpg,Broken Age,PS4,Adventure,Nordic Games,Double Fine Productions,,,,,,,2015-04-28,2018-09-21 -/games/boxart/full_broken-sword-complete_341PALFront.jpg,Broken Sword Complete,PC,Adventure,Mastertronic,Revolution Software,,,,,,,2011-11-04, -/games/boxart/full_broken-sword-shadow-of-the-templars-the-directors-cut_674AmericaFront.jpg,Broken Sword: Shadow of the Templars - The Director's Cut,PC,Adventure,Unknown,Revolution Software,,,,,,,2010-09-03, -/games/boxart/full_4184707PALFrontccc.jpg,Broken Sword: The Sleeping Dragon,PS2,Adventure,THQ,Revolution Software,,,,,,,2003-11-14, -/games/boxart/full_3399717AmericaFrontccc.jpg,Broken Sword: The Smoking Mirror,PC,Adventure,Virgin Interactive,Revolution Software,,,,,,,1997-11-01, -/games/boxart/full_246424AmericaFrontccc.png,Brothers: A Tale of Two Sons,WinP,Adventure,505 Games,Starbreeze Studios,,,,,,,2016-01-01,2018-06-27 -/games/boxart/full_4463280AmericaFrontccc.png,Brothers: A Tale of Two Sons,PS3,Adventure,505 Games,Starbreeze Studios,,,,,,,2013-09-03,2018-06-27 -/games/boxart/full_5690137AmericaFrontccc.png,Brothers: A Tale of Two Sons,X360,Adventure,505 Games,Starbreeze Studios,,,,,,,2013-08-07,2018-06-27 -/games/boxart/full_2303975AmericaFrontccc.png,Brothers: A Tale of Two Sons,And,Adventure,505 Games,Starbreeze Studios,,,,,,,2016-01-01,2018-06-27 -/games/boxart/full_bubblegum-crash_8JapanFront.jpg,Bubblegum Crash,PCE,Adventure,Naxat Soft,Naxat Soft,,,,,,,1991-12-06, -/games/boxart/full_bugs-n-balls_286PALFront.jpg,Bugs N' Balls,DSiW,Adventure,Unknown,EnjoyUp Games,,,,,,,2011-09-29, -/games/boxart/full_bullet-butlers_859JapanFront.jpg,Bullet Butlers,PSP,Adventure,Unknown,Boost On,,,,,,,2011-11-24, -/games/boxart/full_bullet-butlers_940JapanFront.jpg,Bullet Butlers,PC,Adventure,Propeller,Propeller,,,,,,,2007-07-27, -/games/boxart/2271800ccc.jpg,Burn Cycle,PC,Adventure,Unknown,TripMedia,,,,,,,, -/games/boxart/full_byzantine-the-betrayal_34AmericaFront.jpg,Byzantine: The Betrayal,PC,Adventure,Discovery Channel Multimedia,Stormfront Studios,,,,,,,1997-09-30, -/games/boxart/default.jpg,C.I.A. Adventure,PC,Adventure,Unknown,International PC Owners,,,,,,,1982-01-01, -/games/boxart/full_2675850JapanFrontccc.jpg,Cafe Little Wish: Mahou no Recipe,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-05-29, -/games/boxart/full_2198353PALFrontccc.jpg,Call of Cthulhu: Dark Corners of the Earth,PS2,Adventure,Unknown,Headfirst Pruductions,,,,,,,, -/games/boxart/full_9171785JapanFrontccc.jpg,Calling,PC,Adventure,Nigred,Nigred,,,,,,,2003-05-02, -/games/boxart/full_1309020JapanFrontccc.jpg,Can Can Bunny Extra DX,PCFX,Adventure,Cocktail Soft,KID,,,,,,,1996-09-27, -/games/boxart/full_4547687JapanFrontccc.jpg,Canaria: Kono Omoi o Uta ni Nosete,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-08-23, -/games/boxart/full_3510197JapanFrontccc.jpg,Candy Stripe,DC,Adventure,Sega,Wow Entertainment,,,,,,,2001-10-25, -/games/boxart/full_7775817JapanFrontccc.jpg,Canvas,PS2,Adventure,NEC Interchannel,Cocktail Soft,,,,,,,2003-04-10, -/games/boxart/full_canvas_104JapanFront.jpg,Canvas,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2000-11-24, -/games/boxart/full_4165539JapanFrontccc.jpg,Canvas,DC,Adventure,NEC Interchannel,Cocktail Soft,,,,,,,2001-04-05, -/games/boxart/full_canvas-2_908JapanFront.jpg,Canvas 2,PC,Adventure,F&C,F&C,,,,,,,2004-04-23, -/games/boxart/full_2692971JapanFrontccc.jpg,Canvas 3: Hakugin no Portait,PC,Adventure,F&C,F&C,,,,,,,2009-03-20, -/games/boxart/full_canvas-4-achrome-etude_528JapanFront.jpg,Canvas 4: Achrome Etude,PC,Adventure,F&C,F&C,,,,,,,2011-01-28, -/games/boxart/full_canvas-twin-pack_368JapanFront.jpg,Canvas Twin Pack,PC,Adventure,F&C,F&C,,,,,,,2009-10-23, -/games/boxart/full_card-captor-sakura-itsumo-sakura-chan-to-issho_477JapanFront.jpg,Card Captor Sakura: Itsumo Sakura-chan to Issho!,GB,Adventure,MTO,MTO,,,,,,,1999-05-15, -/games/boxart/full_9091653JapanFrontccc.jpg,Card Captor Sakura: Sakura-Chan to Asobo!,PS2,Adventure,NHK,NHK,,,,,,,2004-12-02, -/games/boxart/9865214ccc.jpg,Carrier,DC,Adventure,Jaleco,Jaleco Entertainment,7.1,,,,,,2000-01-31, -/games/boxart/full_2323031AmericaFrontccc.jpg,Casper,SAT,Adventure,Interplay,Funcom,,,,,,,1996-09-30, -/games/boxart/full_9316153PALFrontccc.jpg,Casper's Scare School,PS2,Adventure,Blast! Entertainment Ltd,Data Design Interactive,,,,,,,2008-02-01, -/games/boxart/full_6857256AmericaFrontccc.jpg,Casper: The Interactive Adventure,PC,Adventure,WizardWorks,Morning Star Multimedia,,,,,,,1997-01-01, -/games/boxart/full_castle-fantasia_404JapanFront.jpg,Castle Fantasia,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2005-02-24, -/games/boxart/full_castle-fantasia_46JapanFront.jpg,Castle Fantasia,PC,Adventure,Studio e-go,Studio e-go,,,,,,,1998-05-22, -/games/boxart/full_castle-fantasia-2-renewal_355JapanFront.jpg,Castle Fantasia 2: Seima Taisen Renewal,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2000-12-22, -/games/boxart/full_castle-fantasia-arihato-senki_563JapanFront.jpg,Castle Fantasia: Arihato Senki,PS2,Adventure,GN Software,GN Software,,,,,,,2007-08-09, -/games/boxart/full_castle-fantasia-erenshia-senki_229JapanFront.jpg,Castle Fantasia: Erenshia Senki,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2000-04-21, -/games/boxart/full_castle-fantasia-erenshia-senki-renewal_511JapanFront.jpg,Castle Fantasia: Erenshia Senki Renewal,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2003-07-25, -/games/boxart/full_castle-fantasia-seima-taisen_318JapanFront.jpg,Castle Fantasia: Seima Taisen,PC,Adventure,Studio e-go,Studio e-go,,,,,,,1998-11-20, -/games/boxart/5088347ccc.png,Castle of Dr. Brain,PC,Adventure,Unknown,"Sierra On-Line, Inc.",,,,,,,, -/games/boxart/full_castlevania-harmony-of-despair_579AmericaFront.jpg,Castlevania: Harmony of Despair,PSN,Adventure,Konami,Konami,7.5,,,,,,2011-09-27, -/games/boxart/full_2620141AmericaFrontccc.jpg,Cat Girl Alliance,PC,Adventure,G-Collections,Sekilala,,,,,,,2008-09-30, -/games/boxart/full_3571356JapanFrontccc.jpg,Catch! Kimochi Sensation,PSN,Adventure,Pandora Box,Pandora Box,,,,,,,2009-10-14, -/games/boxart/full_1813444JapanFrontccc.jpg,Catch! Kimochi Sensation,PS,Adventure,Pandora Box,Pandora Box,,,,,,,2000-08-10, -/games/boxart/8922099ccc.jpg,Cate West: The Vanishing Files,PC,Adventure,RealArcade,"Gamenauts, Inc.",,,,,,,2008-02-06, -/games/boxart/full_chaos-baby_18JapanFront.jpg,Chaos Baby,PC,Adventure,ScooP,ScooP,,,,,,,2000-12-07, -/games/boxart/full_chaos-baby-ashimi-2_527JapanFront.jpg,Chaos Baby Ashimi 2,PC,Adventure,ScooP,ScooP,,,,,,,2001-12-20, -/games/boxart/full_chaos-baby-yoshimi-coupling_442JapanFront.jpg,Chaos Baby: Yoshimi Coupling,PC,Adventure,ScooP,ScooP,,,,,,,2003-06-20, -/games/boxart/full_3250495PALFrontccc.jpg,Chaos on Deponia,OSX,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2012-10-12,2018-09-21 -/games/boxart/full_5001769JapanFrontccc.jpg,Chaos;Head,PC,Adventure,Nitro+,Nitro+,,,,,,,2008-04-25, -/games/boxart/full_6350895AmericaFrontccc.jpeg,Chariot,WiiU,Adventure,Frima Studio,Frima Studio,,,,,,,2015-01-08,2018-01-04 -/games/boxart/full_772966AmericaFrontccc.jpeg,Chariot,PC,Adventure,Frima Studio,Frima Studio,,,,,,,2014-11-12,2018-01-05 -/games/boxart/full_2671075AmericaFrontccc.png,Chariot,XOne,Adventure,Frima Studio,Frima Studio,,,,,,,2015-01-01,2018-01-05 -/games/boxart/full_209526AmericaFrontccc.jpeg,Chariot,PS4,Adventure,Frima Studio,Frima Studio,,,,,,,2014-09-30,2018-01-05 -/games/boxart/full_56198AmericaFrontccc.jpg,Charlie and the Chocolate Factory,PC,Adventure,Global Star Software,High Voltage Software,,,,,,,2005-07-12, -/games/boxart/full_5475937AmericaFrontccc.png,Cheating Tom,And,Adventure,Crazy Labs,Crazy Labs,,,,,,,2014-08-27, -/games/boxart/full_8574484JapanFrontccc.jpg,Cherry Blossom,DC,Adventure,Takuyo,Takuyo,,,,,,,2004-04-28, -/games/boxart/full_chibi-maruko-chan-2-deluxe-maruko-world_5JapanFront.jpg,Chibi Maruko-Chan 2: Deluxe Maruko World,GB,Adventure,Takara,KID Corporation,,,,,,,1991-09-13, -/games/boxart/full_chibi-maruko-chan-maruko-enikki-world_0JapanFront.jpg,Chibi Maruko-Chan: Maruko Enikki World,PS,Adventure,Takara,Takara,,,,,,,1995-12-22, -/games/boxart/default.jpg,Chichimiko!!,PC,Adventure,Unknown,Rapapuru,,,,,,,2011-08-26, -/games/boxart/full_3833648AmericaFrontccc.jpg,Chicken Run,DC,Adventure,Eidos Interactive,Blitz Games,6.1,,,,,,2000-11-13, -/games/boxart/full_933318AmericaFrontccc.jpg,Chicken Run,PC,Adventure,Eidos Interactive,Blitz Games,,,,,,,2001-01-14, -/games/boxart/5467412ccc.jpg,Chicken Run,GB,Adventure,THQ,Blitz Games,,,,,,,2000-11-01, -/games/boxart/full_chikuden-yatoubei_3JapanFront.jpg,Chikudenya Toubee: BIT2 no Kubikiri Yakata Yori,PCE,Adventure,Naxat Soft,Naxat Soft,,,,,,,1990-01-26, -/games/boxart/full_753073JapanFrontccc.jpg,Chobits - Chiidake no Hito,PS2,Adventure,Broccoli,Broccoli,,,,,,,2003-05-13, -/games/boxart/full_7115474JapanFrontccc.jpg,Chocolat: Maid Cafe Curio,DC,Adventure,Alchemist,Alchemist,,,,,,,2003-12-25, -/games/boxart/full_chou-gals-kotobuki-ran_4JapanFront.jpg,Chou Gals! Kotobuki Ran,GB,Adventure,Konami,Konami,,,,,,,2001-07-26, -/games/boxart/full_christmas-cube_550JapanFront.jpg,Christmas Cube,PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2003-12-12, -/games/boxart/full_chrono-belt-ayaka-shibito-amp-bullet-butlers-crossover-disc_170JapanFront.jpg,Chrono Belt: Ayaka Shibito & Bullet Butlers Crossover Disc,PC,Adventure,Propeller,Propeller,,,,,,,2008-05-23, -/games/boxart/full_3579526AmericaFrontccc.jpg,Chrono Quest,PC,Adventure,Psygnosis,Psygnosis,,,,,,,1988-01-01, -/games/boxart/full_1326579PALFrontccc.jpg,Chrono Quest II,PC,Adventure,Microvalue,Infomedia,,,,,,,1989-01-01, -/games/boxart/full_9132477AmericaFrontccc.jpg,Chulip,PS2,Adventure,Natsume,Punchline,,,,,,,2007-02-14, -/games/boxart/full_cindys-caribbean-holiday_368PALFront.jpg,Cindy's Caribbean Holiday,PS,Adventure,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, -/games/boxart/full_cindys-fashion-world_684PALFront.jpg,Cindy's Fashion World,PS,Adventure,Phoenix Games,Phoenix Games,,,,,,,2003-01-01, -/games/boxart/full_8430949AmericaFrontccc.jpg,Circle of Blood,PC,Adventure,Virgin Interactive,Revolution Software Ltd.,,,,,,,1996-09-30, -/games/boxart/full_circuits-edge_395AmericaFront.jpg,Circuit's Edge,PC,Adventure,Infocom,Westwood Associates,,,,,,,1990-01-01, -/games/boxart/full_7862655JapanFrontccc.jpg,Clannad,PC,Adventure,Key,Visual Arts,,,,,,,2004-04-28,2019-03-22 -/games/boxart/full_clannad-mitsumi-mamoru-sakamichi-de-gekan_451JapanFront.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Gekan,PSN,Adventure,Prototype,Visual Arts,,,,,,,2011-02-10, -/games/boxart/full_clannad-mitsumi-mamoru-sakamichi-de-joukan_614JapanFront.jpg,Clannad: Mitsumi Mamoru Sakamichi de - Joukan,PSN,Adventure,Prototype,Visual Arts,,,,,,,2011-02-10, -/games/boxart/full_3204959PALFrontccc.jpg,Cleopatra - A Queen's Destiny,PC,Adventure,Nobilis,Kheops Studio,,,,,,,2007-06-15, -/games/boxart/full_2514105AmericaFrontccc.jpg,Cleopatra: Riddle of the Tomb,PC,Adventure,DreamCatcher Interactive,The Adventure Company,,,,,,,2008-03-31, -/games/boxart/full_1240690JapanFrontccc.jpg,Click Manga: Dynamic Robot Taisen 1,PS,Adventure,Tokuma Shoten,Tokuma Shoten,,,,,,,1999-09-30, -/games/boxart/full_7929338JapanFrontccc.jpg,Click Manga: Dynamic Robot Taisen 2,PS,Adventure,Tokuma Shoten,Tokuma Shoten,,,,,,,1999-12-16, -/games/boxart/full_clock-tower_8JapanFront.jpg,Clock Tower,VC,Adventure,Human Entertainment,Human Entertainment,,,,,,,2010-08-03, -/games/boxart/full_1128449JapanFrontccc.jpg,Clock Tower,SNES,Adventure,Human Entertainment,Human Entertainment,,,,,,,1995-09-14, -/games/boxart/full_7379988JapanFrontccc.jpg,Clock Tower,PC,Adventure,Media Kite,Human Entertainment,,,,,,,1999-08-20, -/games/boxart/full_1777270JapanFrontccc.jpg,Clock Tower for WonderSwan,WS,Adventure,Naxat Soft,Human Entertainment,,,,,,,1999-12-09, -/games/boxart/full_clock-zero-shuuen-no-ichibyou_8JapanFront.jpg,Clock Zero: Shuuen no Ichibyou,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-11-25, -/games/boxart/full_4540770JapanFrontccc.jpg,Close to: Inori no Oka,DC,Adventure,KID,KID,,,,,,,2001-04-19, -/games/boxart/full_3832337AmericaFrontccc.jpg,Cloud Chamber,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-07, -/games/boxart/full_1340031AmericaFrontccc.jpg,Cloudy With a Chance of Meatballs,PC,Adventure,Ubisoft,Ubisoft Shanghai,,,,,,,2009-09-15, -/games/boxart/full_8445582AmericaFrontccc.png,Cloudy with a Chance of Meatballs,PSN,Adventure,Ubisoft,Ubisoft Shanghai,6,,,,,,2009-09-30, -/games/boxart/full_clover-hearts_889JapanFront.jpg,Clover Heart's,PC,Adventure,Alcot,Alcot,,,,,,,2003-11-28, -/games/boxart/default.jpg,Clover Heart's Append Disc Toy Tsumechaimashita,PC,Adventure,Alcot,Alcot,,,,,,,2005-01-14, -/games/boxart/full_clover-hearts-twins-pack_259JapanFront.jpg,Clover Heart's Twin's Pack,PC,Adventure,Alcot,Alcot,,,,,,,2010-10-29, -/games/boxart/default.jpg,Clover Heart's: Looking for Happiness,PC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-08-26, -/games/boxart/full_9082797JapanFrontccc.jpg,Clover Heart's: Looking for Happiness,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-08-26, -/games/boxart/6882156ccc.jpg,Codename: ICEMAN,PC,Adventure,Unknown,"Sierra On-Line, Inc.",,,,,,,, -/games/boxart/full_code18_853JapanFront.jpg,code_18,X360,Adventure,CyberFront,CyberFront,,,,,,,2011-09-29, -/games/boxart/default.jpg,code_18,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-09-29, -/games/boxart/default.jpg,Cognition,PC,Adventure,Unknown,Phoenix Online Studios,,,,,,,, -/games/boxart/default.jpg,Collection: Rebirth,PC,Adventure,Completes,Completes,,,,,,,2011-08-26, -/games/boxart/full_colorful-aquarium_263JapanFront.jpg,Colorful Aquarium,PC,Adventure,Eufonie,Eufonie,,,,,,,2006-11-24, -/games/boxart/full_5129858JapanFrontccc.jpg,Colorful Aquarium: My Little Mermaid,PS2,Adventure,Nine'sFox,Nine'sFox,,,,,,,2007-10-25, -/games/boxart/full_4931708JapanFrontccc.jpg,Combat Queen,PS2,Adventure,Taito,Taito Corporation,,,,,,,2002-08-01, -/games/boxart/full_5099881JapanFrontccc.jpg,Comic Party,DC,Adventure,Aquaplus,Aqua Plus,,,,,,,2001-08-09, -/games/boxart/full_2516787JapanFrontccc.jpg,Comic Party,PC,Adventure,Leaf,Leaf,,,,,,,1999-05-28, -/games/boxart/full_7602457JapanFrontccc.jpg,Comic Party Portable,PSP,Adventure,Aquaplus,Aquaplus,,,,,,,2005-12-29, -/games/boxart/default.jpg,Comix Zone / Ecco The Dolphin,PC,Adventure,Unknown,Sega Technical Institute,,,,,,,, -/games/boxart/full_4854734AmericaFrontccc.jpg,Companions of Xanth,PC,Adventure,Legend Entertainment,Legend Entertainment Company,,,,,,,1993-01-01, -/games/boxart/full_congo-the-movie-descent-into-zinj_223PALFront.jpg,Congo The Movie: Descent Into Zinj,PC,Adventure,Viacom,Viacom New Media,,,,,,,1996-03-01, -/games/boxart/916490ccc.jpg,Conquest of the Crystal Palace,NES,Adventure,Asmik Corp,Quest Corporation,,,,,,,1990-12-01, -/games/boxart/7040997ccc.jpg,Conquests of Camelot: The Search for the Grail,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1989-01-01, -/games/boxart/6823379ccc.jpg,Conquests of the Longbow: The Legend of Robin Hood,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-01-01, -/games/boxart/full_cool-world_0AmericaFront.jpg,Cool World,SNES,Adventure,Ocean,Ocean,,,,,,,1993-02-01, -/games/boxart/7733888ccc.jpg,Cool World,NES,Adventure,Ocean,Ocean,,,,,,,1993-06-01, -/games/boxart/default.jpg,Coraline,PS3,Adventure,Unknown,Papaya Studios,,,,,,,, -/games/boxart/default.jpg,Coraline,X360,Adventure,Unknown,Papaya Studios,,,,,,,, -/games/boxart/full_2428110PALFrontccc.jpg,Cosmic Spacehead,MS,Adventure,Codemasters,Codemasters,,,,,,,1991-01-01, -/games/boxart/default.jpg,Cosmic Walker,Wii,Adventure,Unknown,GAIA,,,,,,,, -/games/boxart/full_9445056AmericaFrontccc.jpg,Countdown,PC,Adventure,Access Software,Access Software,,,,,,,1990-01-01, -/games/boxart/full_cowboy-baby_989JapanFront.jpg,Cowboy Baby,PC,Adventure,Triangle,Triangle,,,,,,,1999-05-21, -/games/boxart/full_crazy-hamster_974AmericaFront.jpg,Crazy Hamster,DSiW,Adventure,Gamelion Studios,Gamelion Studios,,,,,,,2011-08-11, -/games/boxart/full_8471835AmericaFrontccc.jpg,Crescendo,PC,Adventure,G-Collections,D.O.,,,,,,,2003-10-21, -/games/boxart/full_crime-stories_221AmericaFront.jpg,Crime Stories: From the Files of Martin Mystere,PC,Adventure,The Adventure Company,Artematica Entertainment,,,,,,,2006-03-21, -/games/boxart/full_criminal-girls_564JapanFront.jpg,Criminal Girls,PSN,Adventure,Nippon Ichi Software,imageepoch Inc.,,,,,,,2010-11-18, -/games/boxart/full_crimson-empire_641JapanFront.jpg,Crimson Empire,PS2,Adventure,Quinrose,QuinRose,,,,,,,2010-12-16, -/games/boxart/default.jpg,Crimson Empire: Circumstances to Serve a Noble,PSP,Adventure,Quinrose,QuinRose,,,,,,,2011-08-25, -/games/boxart/full_3289847JapanFrontccc.jpg,Crimson Room,DS,Adventure,Success,Takagism Inc.,,,,,,,2007-12-20, -/games/boxart/full_1144574AmericaFrontccc.png,Crimson Room Reverse,PSN,Adventure,Agetec,Takagism Inc.,,,,,,,2009-11-05, -/games/boxart/full_8387248AmericaFrontccc.jpg,Critical Path,PC,Adventure,Media.Vision Entertainment,Mechadeus,,,,,,,1993-01-01, -/games/boxart/full_1749687AmericaFrontccc.jpg,Critical Point,PC,Adventure,Peach Princess,Sweet Basil,,,,,,,2002-03-01, -/games/boxart/full_8957919JapanFrontccc.jpg,Croket! Great Jikuu no Boukensha,GBA,Adventure,Konami,Konami,,,,,,,2004-12-09, -/games/boxart/full_cross-channel_8JapanFront.jpg,Cross Channel,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, -/games/boxart/full_8936191JapanFrontccc.jpg,Cross Channel: To All People,PS2,Adventure,KID,KID Corporation,,,,,,,2004-03-18, -/games/boxart/full_9782611JapanFrontccc.jpg,Cross † Channel,PC,Adventure,Flying Shine,Flying Shine,,,,,,,2003-09-26, -/games/boxart/5005324ccc.jpg,Crusader: No Remorse,PC,Adventure,Electronic Arts,Electronic Arts,,,,,,,1995-08-31, -/games/boxart/7020003ccc.jpg,Crusader: No Remorse,SAT,Adventure,Electronic Arts,Realtime Associates,,,,,,,1996-12-31, -/games/boxart/132702ccc.jpg,Crystal Key 2: The Far Realm,PC,Adventure,The Adventure Company,Earthlight Productions,,,,,,,2004-03-19, -/games/boxart/full_crystal-renar_901JapanFront.jpg,Crystal Renar,PC,Adventure,Digerati,D.O.,,,,,,,1996-02-23, -/games/boxart/full_4891436AmericaFrontccc.jpg,Crystals of Time,PC,Adventure,exoSyphen Studios,exoSyphen Studios,,,,,,,2014-06-13, -/games/boxart/full_csi-crime-scene-investigation-double-pack_790AmericaFront.jpg,CSI: Crime Scene Investigation Double Pack,PC,Adventure,Ubisoft,369 Interactive,,,,,,,2005-02-01, -/games/boxart/full_csi-crime-scene-investigation-super-pack_464AmericaFront.jpg,CSI: Crime Scene Investigation Super Pack,PC,Adventure,Ubisoft,Various,,,,,,,2008-09-09, -/games/boxart/full_3058551AmericaFrontccc.jpg,CSI: Deadly Intent,PC,Adventure,Ubisoft,Telltale Games,,,,,,,2009-10-20, -/games/boxart/full_7973134AmericaFrontccc.jpg,Cube & Star: An Arbitrary Love,PC,Adventure,Doppler Interactive,Doppler Interactive,,,,,,,2014-02-14, -/games/boxart/full_4746968AmericaFrontccc.jpg,Cubic Castles,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-13, -/games/boxart/1333599ccc.jpg,Curse of Atlantis: Thorgal's Quest,PC,Adventure,The Adventure Company,DreamCatcher Interactive,,,,,,,2003-05-30, -/games/boxart/full_9243827AmericaFrontccc.jpg,Curse: The Eye of Isis,PC,Adventure,DreamCatcher Interactive,Asylum Entertainment,,,,,,,2003-10-21, -/games/boxart/full_4215531PALFrontccc.jpg,Curse: The Eye of Isis,PS2,Adventure,Unknown,Asylum Entertainment,,,,,,,, -/games/boxart/full_cursed-mountain_8AmericaFront.jpg,Cursed Mountain,PC,Adventure,Koch Media,Deep Silver Vienna,,,,,,,2010-02-05, -/games/boxart/full_5676314JapanFrontccc.jpg,Cutey Honey FX,PCFX,Adventure,NEC Interchannel,DataWest,,,,,,,1995-11-10, -/games/boxart/full_9688238JapanFrontccc.jpg,Cyber War,PS,Adventure,Coconuts Japan,Coconuts Japan,,,,,,,1995-07-21, -/games/boxart/9996879ccc.jpg,Cyberia,3DO,Adventure,Interplay,"Xatrix Entertainment, Inc.",,,,,,,1996-01-01, -/games/boxart/661161ccc.jpg,Cyberia,SAT,Adventure,Interplay,"Xatrix Entertainment, Inc.",,,,,,,1995-01-01, -/games/boxart/1033425ccc.jpg,Cyberia,PC,Adventure,Interplay,"Xatrix Entertainment, Inc.",,,,,,,1994-01-12, -/games/boxart/full_6857717AmericaFrontccc.jpg,Cyberia2: Resurrection,PC,Adventure,Virgin Interactive,"Xatrix Entertainment, Inc.",,,,,,,1996-03-26, -/games/boxart/900219ccc.jpg,D,3DO,Adventure,Panasonic Interactive Media,Warp,,,,,,,1995-01-01, -/games/boxart/2798572ccc.jpg,D,SAT,Adventure,Acclaim Entertainment,Warp,,,,,,,1996-01-01, -/games/boxart/full_6540616AmericaFrontccc.jpg,D,PC,Adventure,Acclaim Entertainment,Warp,,,,,,,1996-03-31, -/games/boxart/6971304ccc.jpg,D-2,DC,Adventure,Sega,Warp,6.4,,,,,,2000-08-22, -/games/boxart/full_dc-ii-pc-da-capo-ii-plus-communication_893JapanFront.jpg,D.C. II P.C.: Da Capo II Plus Communication,PC,Adventure,Circus,Circus,,,,,,,2008-12-26, -/games/boxart/full_9931397JapanFrontccc.jpg,D.C. II S.C.: Da Capo II Spring Celebration,PC,Adventure,Circus,Circus,,,,,,,2007-04-27, -/games/boxart/full_599510JapanFrontccc.jpg,D.C. II: Da Capo II,PC,Adventure,Circus,Circus,,,,,,,2006-05-26, -/games/boxart/full_dc-ii-da-capo-ii-fall-in-love_827JapanFront.jpg,D.C. II: Da Capo II Fall in Love,PC,Adventure,Circus,Circus,,,,,,,2009-12-18, -/games/boxart/full_dc-da-capo_918JapanFront.jpg,D.C.: Da Capo,PC,Adventure,MangaGamer,Circus,,,,,,,2009-01-23, -/games/boxart/full_3105801JapanFrontccc.jpg,D.C.: Da Capo - The Origin,PS2,Adventure,Sweets,Sweets,,,,,,,2008-02-14, -/games/boxart/full_dcpc-da-capo-plus-communication_314JapanFront.jpg,D.C.P.C.: Da Capo Plus Communication,PC,Adventure,Circus,Circus,,,,,,,2004-05-28, -/games/boxart/full_6285385JapanFrontccc.jpg,D.C.P.S.: Da Capo Plus Situation,PS2,Adventure,ESP,ESP Software,,,,,,,2003-10-30, -/games/boxart/full_dcsv-da-capo-summer-vacation_609JapanFront.jpg,D.C.S.V.: Da Capo Summer Vacation,PC,Adventure,Circus,Circus,,,,,,,2004-08-27, -/games/boxart/full_dnangel-kurenai-no-tsubasa_6JapanFront.jpg,D.N.Angel: Kurenai no Tsubasa,PS2,Adventure,Takara,Takara,,,,,,,2003-09-25, -/games/boxart/default.jpg,D.P.S.: Dream Program System,PC,Adventure,Alice Soft,Alice Soft,,,,,,,1989-12-15, -/games/boxart/full_2194461AmericaFrontccc.jpeg,D4,PC,Adventure,Unknown,Access Games,,,,,,,2015-06-05,2018-01-01 -/games/boxart/full_153817AmericaFrontccc.png,D4: Dark Dreams Don't Die,XOne,Adventure,Microsoft Studios,Access Games,,,,,,,2013-09-19,2018-08-10 -/games/boxart/full_17400JapanFrontccc.jpg,DaiaDroids World: Evil Teikoku no Yabou,GBA,Adventure,Epoch,Epoch,,,,,,,2001-12-07, -/games/boxart/full_daibanchou-big-bang-age_911JapanFront.jpg,Daibanchou: Big Bang Age,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2003-12-19, -/games/boxart/default.jpg,"Danchidzuma: Otokoto, Shimakuru, Onnatachi",PC,Adventure,Unknown,U-Me Soft,,,,,,,2011-12-02, -/games/boxart/full_3123190JapanFrontccc.jpg,Dancing Blade II: Tears of Eden,DC,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1999-09-30, -/games/boxart/full_8487103JapanFrontccc.jpg,Dancing Blade: Katte ni Momo Tenshi!,PS,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-08-27, -/games/boxart/full_8623529JapanFrontccc.jpg,Dancing Blade: Katte ni Momo Tenshi!,DC,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1999-09-02, -/games/boxart/full_dangan-ronpa_649JapanFront.jpg,Dangan-Ronpa,PSN,Adventure,Atlus,Spike,,,,,,,2010-11-25, -/games/boxart/7398916ccc.jpg,Dark Fall: Lights Out,PC,Adventure,The Adventure Company,XXV Productions,,,,,,,2004-08-31, -/games/boxart/full_8149698AmericaFrontccc.jpg,Dark Sceptre,ACPC,Adventure,Firebird Software,Beyond Software,,,,,,,1988-01-01,2018-01-06 -/games/boxart/full_6380306AmericaFrontccc.jpg,Dark Seed,PC,Adventure,Cyberdreams,Cyberdreams Interactive Entertainment,,,,,,,1992-01-01, -/games/boxart/full_9593309JapanFrontccc.jpg,Dark Seed,PS,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1995-10-27, -/games/boxart/full_2959823JapanFrontccc.jpg,Dark Seed,SAT,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1995-07-07, -/games/boxart/full_7002250JapanFrontccc.jpg,Dark Seed II,SAT,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1997-08-29, -/games/boxart/full_3960917JapanFrontccc.jpg,Dark Seed II,PS,Adventure,Gaga,Cyberdreams Interactive Entertainment,,,,,,,1997-09-18, -/games/boxart/full_3107125AmericaFrontccc.jpg,Dark Seed II,PC,Adventure,Cyberdreams,Cyberdreams Interactive Entertainment,,,,,,,1995-11-30, -/games/boxart/full_4167920AmericaFrontccc.jpg,Dark Side of the Moon,PC,Adventure,SouthPeak Interactive,SouthPeak Interactive,,,,,,,1998-11-30, -/games/boxart/full_409342JapanFrontccc.jpg,Dark Tales: From the Lost Soul,PS,Adventure,Sammy Corporation,Sammy Studios,,,,,,,1999-10-28, -/games/boxart/full_948260AmericaFrontccc.jpg,Darkened Skye,PC,Adventure,Simon & Schuster Interactive,Boston Animation,,,,,,,2002-01-27, -/games/boxart/full_darkstar-the-interactive-movie_260AmericaFront.jpg,Darkstar: The Interactive Movie,PC,Adventure,Unknown,Parallax Software,,,,,,,2010-11-08, -/games/boxart/4645798ccc.jpg,Daryl F. Gates' Police Quest: Open Season,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, -/games/boxart/full_day-dreamin-davey_4AmericaFront.jpg,Day Dreamin' Davey,NES,Adventure,HAL Laboratory,Sculptured Software,,,,,,,1992-06-01, -/games/boxart/full_818946JapanFrontccc.jpg,Days of Memories,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,,,,,,2007-06-14, -/games/boxart/full_4519974JapanFrontccc.jpg,Days of Memories 2,DS,Adventure,SNK Playmore,SNK Playmore Corporation,,,,,,,2008-04-24, -/games/boxart/default.jpg,Days of Oblivion II: Frozen Eternity,PC,Adventure,CDV Software Entertainment,Toygardens Media,,,,,,,1999-09-01, -/games/boxart/default.jpg,Dead End: Orchestral Manoeuvres in the Dead End,PSP,Adventure,Alchemist,Alchemist,,,,,,,2011-09-29, -/games/boxart/full_dead-mountaineers-hotel_962PALFront.jpg,Dead Mountaineer's Hotel,PC,Adventure,Lighthouse Interactive,Electronic Paradise,,,,,,,2007-12-26, -/games/boxart/full_6913793JapanFrontccc.jpg,Dear Daniel no Sweet Adventure: Kitty-Chan o Sagashite,GB,Adventure,Imagineer,Imagineer,,,,,,,2000-07-19, -/games/boxart/full_5884464AmericaFrontccc.jpg,Dear Esther: Landmark Edition,XOne,Adventure,Good Shepherd Entertainment,thechineseroom,,,,,,,2016-09-20,2019-04-12 -/games/boxart/full_2348488AmericaFrontccc.jpeg,Dear Esther: Landmark Edition,PS4,Adventure,Good Shepherd Entertainment,thechineseroom,,,,,,,2016-09-20,2018-04-15 -/games/boxart/full_deardrops-distortion_392JapanFront.jpg,DearDrops Distortion,PSP,Adventure,CyberFront,KID Corporation,,,,,,,2011-03-10, -/games/boxart/full_8293323JapanFrontccc.jpg,Death Connection,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2009-12-17, -/games/boxart/full_569953AmericaFrontccc.jpg,Death Gate,PC,Adventure,Legend Entertainment,Legend Entertainment Company,,,,,,,1994-01-01, -/games/boxart/full_9163780AmericaFrontccc.jpg,Deep Under the Sky,PC,Adventure,Sarah Northway,Sarah Northway,,,,,,,2014-08-22, -/games/boxart/376357ccc.jpg,Deja Vu,NES,Adventure,Kemco,ICOM Simulations,,,,,,,1990-12-01, -/games/boxart/full_4552467AmericaFrontccc.jpg,Deja Vu,PC,Adventure,Mindscape,"ICOM Simulations, Inc.",,,,,,,1985-01-01, -/games/boxart/full_5443896AmericaFrontccc.jpg,Deja Vu II: Lost in Las Vegas,PC,Adventure,Mindscape,"ICOM Simulations, Inc.",,,,,,,1990-01-01, -/games/boxart/full_7302538AmericaFrontccc.jpg,Derrick the Deathfin,PC,Adventure,Unknown,Unknown,,,,,,,2014-06-16, -/games/boxart/full_5513162AmericaFrontccc.jpg,Derrick the Deathfin,OSX,Adventure,Unknown,Unknown,,,,,,,2014-06-16, -/games/boxart/full_8165036AmericaFrontccc.jpg,Derrick the Deathfin,Linux,Adventure,Unknown,Unknown,,,,,,,2014-06-16, -/games/boxart/full_9885549AmericaFrontccc.jpg,Derrick the Deathfin,PS3,Adventure,Unknown,Unknown,,,,,,,2012-10-09, -/games/boxart/full_deserted-island_203JapanFront.jpg,Deserted Island,PS,Adventure,KSS,KSS,,,,,,,1996-11-29, -/games/boxart/full_deserted-island_566JapanFront.jpg,Deserted Island,PSN,Adventure,Unknown,KSS,,,,,,,2011-03-25, -/games/boxart/full_408161PALFrontccc.png,Desi Adda: Games of India,PSN,Adventure,Sony Computer Entertainment,GameShastra,,,,,,,2010-02-25, -/games/boxart/default.jpg,Desire,PC,Adventure,Himeya,C's Ware,,,,,,,1999-01-01, -/games/boxart/full_4903399JapanFrontccc.jpg,Desire,PS2,Adventure,Interchannel,Interchannel,,,,,,,2004-09-30, -/games/boxart/3627574ccc.jpg,Destination: Treasure Island,PC,Adventure,DreamCatcher Interactive,Kheops Studio,,,,,,,2007-08-21, -/games/boxart/full_1696115AmericaFrontccc.jpg,Destroy All Humans!,XBL,Adventure,Panorama,Pandemic Studios,,,,,,,2008-10-06, -/games/boxart/6710767ccc.jpg,Destroy All Humans! 2,XB,Adventure,THQ,Pandemic Studios,,,,,,,2006-10-17, -/games/boxart/full_7242430AmericaFrontccc.jpg,Detective Barbie 2: The Vacation Mystery,PC,Adventure,Mattel Interactive,Gorilla Games,,,,,,,1999-01-01, -/games/boxart/full_1102920AmericaFrontccc.jpg,Detective Case and Clown Bot in: Murder in the Hotel Lisbon,Linux,Adventure,Unknown,Unknown,,,,,,,2014-07-17, -/games/boxart/full_9392245AmericaFrontccc.jpg,Detective Case and Clown Bot in: Murder in the Hotel Lisbon,OSX,Adventure,Unknown,Unknown,,,,,,,2014-07-17, -/games/boxart/full_8623234AmericaFrontccc.jpg,Detective Case and Clown Bot in: Murder in the Hotel Lisbon,PC,Adventure,Unknown,Unknown,,,,,,,2014-07-17, -/games/boxart/default.jpg,Detective Conan: Prelude from the Past,3DS,Adventure,Unknown,Spike Chunsoft,,,,,,,,2019-01-20 -/games/boxart/full_4850437AmericaFrontccc.jpg,Detective Grimoire,OSX,Adventure,SFB Games,SFB Games,,,,,,,2014-08-18,2018-08-10 -/games/boxart/full_6185775AmericaFrontccc.jpg,Detective Grimoire,PC,Adventure,SFB Games,SFB Games,,,,,,,2014-08-18,2018-08-10 -/games/boxart/default.jpg,Detective Saburoo Jinguuji: Ka Dan noo Te & Nazo no Jiken Bo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-10-14, -/games/boxart/full_5034168JapanFrontccc.jpg,Detonator Organ,SCD,Adventure,Hot-B,Hot-B,,,,,,,1992-07-31, -/games/boxart/default.jpg,Deus,PC,Adventure,ReadySoft,Silmarils,,,,,,,1996-12-31, -/games/boxart/full_8177158PALFrontccc.jpg,Diabolik: The Original Sin,Wii,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-06-26, -/games/boxart/full_6970551PALFrontccc.jpg,Diabolik: The Original Sin,PC,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-06-26, -/games/boxart/full_8008538PALFrontccc.jpg,Diabolik: The Original Sin,PS2,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-06-26, -/games/boxart/full_8375639PALFrontccc.jpg,Diabolik: The Original Sin,PSP,Adventure,Black Bean Games,Artematica Entertainment,,,,,,,2009-08-28, -/games/boxart/default.jpg,Diamic Days,PC,Adventure,Lump of Sugar,Lump of Sugar,,,,,,,2011-08-26, -/games/boxart/full_3634808JapanFrontccc.jpg,Dice Dice Fantasia,PSP,Adventure,Broccoli,Broccoli,,,,,,,2009-12-17, -/games/boxart/full_dinner-date_49AmericaFront.jpg,Dinner Date,PC,Adventure,Unknown,Stout Games,,,,,,,2010-11-17, -/games/boxart/default.jpg,Discipline,WW,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-08-25, -/games/boxart/full_8142186PALFrontccc.jpg,Discworld,SAT,Adventure,Psygnosis,Perfect Entertainment,,,,,,,1996-01-01, -/games/boxart/full_9361432PALFrontccc.jpg,Discworld II: Missing Presumed...?!,SAT,Adventure,Sega,Perfect Entertainment,,,,,,,1997-01-01, -/games/boxart/6624691ccc.jpg,Discworld II: Mortality Bytes!,PC,Adventure,Psygnosis,Perfect Entertainment,,,,,,,1996-11-30, -/games/boxart/full_389207PALFrontccc.jpg,Discworld Noir,PS,Adventure,GT Interactive,Perfect Entertainment,,,,,,,2000-01-03, -/games/boxart/full_disgaea-infinite_0AmericaFront.jpg,Disgaea Infinite,PSN,Adventure,NIS America,Nippon Ichi Software,6.8,,,,,,2010-06-08, -/games/boxart/full_4054519AmericaFrontccc.jpg,Disney Princess: Enchanted Journey,PC,Adventure,Disney Interactive Studios,Papaya Studios,,,,,,,2007-11-27, -/games/boxart/full_disneys-atlantis-the-lost-empire_9PALFront.jpg,Disney's Atlantis: The Lost Empire,PSN,Adventure,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,2010-04-22, -/games/boxart/full_7210397AmericaFrontccc.jpg,Disney's Doug: Doug's Big Game,GB,Adventure,NewKidCo,Magellan Interactive,,,,,,,2000-12-15, -/games/boxart/full_2185155AmericaFrontccc.jpg,Dive: The Medes Islands Secret!,WW,Adventure,Cosmonaut Games,Cosmonaut Games,,,,,,,2010-07-26, -/games/boxart/full_doctor-hauzer_7JapanFront.jpg,Doctor Hauzer,3DO,Adventure,Riverhillsoft,Riverhill Soft,,,,,,,1994-04-29, -/games/boxart/default.jpg,Doctor Who,DS,Adventure,Unknown,TBA,,,,,,,, -/games/boxart/default.jpg,Doctor Who,Wii,Adventure,Unknown,TBA,,,,,,,, -/games/boxart/default.jpg,Doctor Who And The Warlord,PC,Adventure,Unknown,Unknown,,,,,,,, -/games/boxart/full_doctor-who-the-adventure-games-episode-1-city-of-the-daleks_7PALFront.jpg,Doctor Who: The Adventure Games Episode 1: City of the Daleks,PC,Adventure,SUMO interactive,Sumo Digital,,,,,,,2010-06-02, -/games/boxart/full_doctor-who-the-adventure-games-episode-2-blood-of-the-cybermen_8PALFront.jpg,Doctor Who: The Adventure Games Episode 2: Blood of the Cybermen,PC,Adventure,SUMO interactive,Sumo Digital,,,,,,,2010-06-22, -/games/boxart/default.jpg,Doctor Who: The Adventure Games Episode 3,PC,Adventure,Unknown,Sumo Digital,,,,,,,, -/games/boxart/default.jpg,Doctor Who: The Adventure Games Episode 4,PC,Adventure,Unknown,Sumo Digital,,,,,,,, -/games/boxart/default.jpg,Dog Star Adventure,PC,Adventure,Unknown,Scott Adams & Lance Micklus,,,,,,,1979-05-01, -/games/boxart/full_927123JapanFrontccc.jpg,Doki Doki Pretty League: Lovely Star,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,2001-12-13, -/games/boxart/full_dokodemo-hamster-b-quick-club_1JapanFront.jpg,Dokodemo Hamster B! Quick Club,PS,Adventure,Bec,Bec,,,,,,,2002-02-28, -/games/boxart/full_6135349JapanFrontccc.jpg,Dokodemo Taikyoku: Yakuman Advance,GBA,Adventure,Nintendo,"Nd Cube Co., Ltd.",,,,,,,2001-10-26, -/games/boxart/default.jpg,Don Doko Don! Manatsu Noko Fundo,PC,Adventure,Unknown,Xai,,,,,,,2004-08-06, -/games/boxart/full_8076008AmericaFrontccc.png,Don't Starve: Giant Edition,PSV,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2014-09-02,2018-01-12 -/games/boxart/full_9762763AmericaFrontccc.jpg,Don't Starve: Giant Edition,WiiU,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2015-05-28,2018-01-12 -/games/boxart/full_5719439AmericaFrontccc.png,Don't Starve: Giant Edition,PS3,Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2015-06-23,2018-01-12 -/games/boxart/full_3353185AmericaFrontccc.jpg,Donut County,PC,Adventure,Annapurna Interactive,Unknown,,,,,,,2018-08-28, -/games/boxart/full_1192393AmericaFrontccc.jpg,Donut County,OSX,Adventure,Annapurna Interactive,Unknown,,,,,,,2018-08-28, -/games/boxart/full_8278453AmericaFrontccc.jpg,Donut County,And,Adventure,Annapurna Interactive,Unknown,,,,,,,2018-08-28, -/games/boxart/default.jpg,Doorways: The Underworld,OSX,Adventure,Unknown,Unknown,,,,,,,2014-09-17, -/games/boxart/default.jpg,Doorways: The Underworld,Linux,Adventure,Unknown,Unknown,,,,,,,2014-09-17, -/games/boxart/default.jpg,Doorways: The Underworld,PC,Adventure,Unknown,Unknown,,,,,,,2014-09-17, -/games/boxart/full_956581AmericaFrontccc.jpg,Dora the Explorer Adventure 3-Pack,PC,Adventure,Atari,Atari,,,,,,,2005-03-22, -/games/boxart/full_4797083AmericaFrontccc.jpg,Dora the Explorer: Backpack Adventure,PC,Adventure,Atari,Atari,,,,,,,2002-08-15, -/games/boxart/full_8066470AmericaFrontccc.jpg,Dora the Explorer: Barnyard Buddies,PS,Adventure,Global Star Software,Santa Cruz Games,,,,,,,2003-11-18, -/games/boxart/full_2530800AmericaFrontccc.jpg,Dora the Explorer: Candy Land,PC,Adventure,Activision,Activision,,,,,,,2007-09-27, -/games/boxart/7742258ccc.jpg,Dora the Explorer: Dora's World Adventure!,GBA,Adventure,Global Star Software,Black Lantern Studios,,,,,,,2006-10-09, -/games/boxart/full_5475869AmericaFrontccc.jpg,Dora the Explorer: Lost and Found Adventure,PC,Adventure,Nickelodeon,Nickelodeon,,,,,,,2009-06-08, -/games/boxart/full_9273538JapanFrontccc.jpg,Doraemon Yuujou Densetsu,3DO,Adventure,Shogakukan,Shogakukan,,,,,,,1995-04-07, -/games/boxart/full_double-mind_114JapanFront.jpg,Double Mind,PC,Adventure,F&C,F&C,,,,,,,2002-12-20, -/games/boxart/full_7030175AmericaFrontccc.jpg,Double Switch,SAT,Adventure,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, -/games/boxart/868210ccc.jpg,Double Switch,SCD,Adventure,Sega,Digital Pictures,,,,,,,1993-01-01, -/games/boxart/full_4094611AmericaFrontccc.jpg,Double Switch,PC,Adventure,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, -/games/boxart/full_6228207JapanFrontccc.jpg,Doukoku Soshite...,SAT,Adventure,Data East,Data East Corporation,,,,,,,1998-02-26, -/games/boxart/full_doukyuusei_8JapanFront.jpg,Doukyuusei,PC,Adventure,Elf,Elf,,,,,,,1999-08-27, -/games/boxart/default.jpg,Doushite Kakaite Kurenai no!?,PC,Adventure,Unknown,Chococo,,,,,,,2011-08-26, -/games/boxart/full_7224724JapanFrontccc.jpg,Dousoukai 2: Again & Refrain,DC,Adventure,NEC Interchannel,Fairy Tale,,,,,,,2002-06-27, -/games/boxart/full_dr-chaos_5AmericaFront.jpg,Dr. Chaos,NES,Adventure,FCI,Pony Canyon,,,,,,,1988-11-01, -/games/boxart/full_333613AmericaFrontccc.jpg,Dr. Seuss' The Cat in the Hat,PC,Adventure,VU Games,Digital Eclipse,,,,,,,2003-11-09, -/games/boxart/4302022ccc.jpg,Dr. Seuss' The Cat in the Hat,GBA,Adventure,VU Games,Digital Eclipse,3.9,,,,,,2003-11-05, -/games/boxart/default.jpg,Dr. Stop!,PC,Adventure,Alice Soft,Alice Soft,,,,,,,1990-01-01, -/games/boxart/3155994ccc.jpg,Draconus: Cult of the Wyrm,DC,Adventure,Crave Entertainment,Treyarch,7.2,,,,,,2000-02-28, -/games/boxart/5055280ccc.jpg,Dracula 3: The Path of the Dragon,PC,Adventure,Encore,Kheops Studio,,,,,,,2008-08-21, -/games/boxart/9676122ccc.jpg,Dracula Unleashed,SCD,Adventure,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_339267AmericaFrontccc.jpg,Dracula: The Last Sanctuary,PS,Adventure,DreamCatcher Interactive,Canal+ Multimedia,,,,,,,2002-05-06, -/games/boxart/full_3774555AmericaFrontccc.jpg,Dracula: The Last Sanctuary,PC,Adventure,DreamCatcher Interactive,Canal+ Multimedia,,,,,,,2001-02-11, -/games/boxart/full_5815711AmericaFrontccc.jpg,Dracula: The Resurrection,PC,Adventure,DreamCatcher Interactive,Canal+ Multimedia,,,,,,,2000-06-14, -/games/boxart/full_8870519AmericaFrontccc.png,Dragon City,PC,Adventure,Social Point,Social Point,,,,,,,2012-05-20, -/games/boxart/8328557ccc.jpg,Dragon Lore,PC,Adventure,Mindscape,Mindscape,,,,,,,1994-01-01, -/games/boxart/full_dragon-no-tiara_238JapanFront.jpg,Dragon no Tiara,PC,Adventure,Pinky Soft,Pinky Soft,,,,,,,1998-12-04, -/games/boxart/default.jpg,Dragon's Hoard,XBL,Adventure,Unknown,Artech Studios,,,,,,,, -/games/boxart/default.jpg,Dragon's Hoard,PSN,Adventure,Unknown,Artech Studios,,,,,,,, -/games/boxart/full_dragons-lair_800AmericaFront.jpg,Dragon's Lair,PSN,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-11-23, -/games/boxart/full_dragons-lair-psp_881AmericaFront.jpg,Dragon's Lair (PSP),PSN,Adventure,Digital Leisure Inc.,United Coders,,,,,,,2011-03-29, -/games/boxart/full_8476418PALFrontccc.jpg,Dragonsphere,PC,Adventure,Microprose,MicroProse,,,,,,,1994-01-01, -/games/boxart/full_9286445AmericaFrontccc.jpg,Drake & Josh,GBA,Adventure,THQ,Artificial Mind and Movement,,,,,,,2007-03-15, -/games/boxart/full_dream-chronicles_1AmericaFront.jpg,Dream Chronicles,XBL,Adventure,Hudson Soft,Hudson Soft,,,,,,,2010-10-20, -/games/boxart/full_dream-chronicles_748AmericaFront.jpg,Dream Chronicles,PSN,Adventure,Hudson Soft,Hudson Soft,,,,,,,2010-11-23, -/games/boxart/full_2080748AmericaFrontccc.jpg,Dream Chronicles,PC,Adventure,PlayFirst,KatGames,,,,,,,2007-05-31, -/games/boxart/7386292ccc.jpg,Dream Chronicles 2: The Eternal Maze,PC,Adventure,PlayFirst,KatGames,,,,,,,2008-04-07, -/games/boxart/full_2184454AmericaFrontccc.jpg,Dream Chronicles: The Chosen Child,PC,Adventure,PlayFirst,KatGames,,,,,,,2009-08-12, -/games/boxart/full_9680096JapanFrontccc.jpg,Dream Studio,DC,Adventure,Sega,Imagination Science,,,,,,,2000-11-09, -/games/boxart/full_8951210AmericaFrontccc.jpg,Dreamfall: The Longest Journey,XBL,Adventure,Aspyr,Funcom,,,,,,,2008-03-24, -/games/boxart/full_997205JapanFrontccc.jpg,DS Dengeki Bunko: Inukami! feat. Animation,DS,Adventure,Media Works,Media Works,,,,,,,2006-12-07, -/games/boxart/full_8930683JapanFrontccc.jpg,"DS Dengeki Bunko: Iria no Sora, UFO no Natsu",DS,Adventure,Media Works,Media Works,,,,,,,2007-01-11, -/games/boxart/full_3984500JapanFrontccc.jpg,"DS Dengeki Bunko: Iria no Sora, UFO no Natsu I-II",DS,Adventure,Media Works,Media Works,,,,,,,2007-10-25, -/games/boxart/full_4636546JapanFrontccc.jpg,"DS Dengeki Bunko: Iria no Sora, UFO no Natsu II",DS,Adventure,Media Works,Media Works,,,,,,,2007-10-25, -/games/boxart/full_9830412JapanFrontccc.jpg,DS Toukemuri Suspense Series: Free Writer Touyako,DS,Adventure,Zenrin,Zenrin,,,,,,,2008-04-24, -/games/boxart/full_5927928JapanFrontccc.jpg,Duel Masters 2: Kirifuda Shoubu Version,GBA,Adventure,Takara,Takara,,,,,,,2004-07-22, -/games/boxart/default.jpg,Dungeon,PC,Adventure,Unknown,Infocom,,,,,,,1987-09-25, -/games/boxart/full_durarara-3-way-standoff_3JapanFront.jpg,Durarara!! 3-way Standoff,PSN,Adventure,ASCII Media Works,ASCII Media Works,,,,,,,2010-09-22, -/games/boxart/1327358ccc.gif,Dust: A Tale of the Wired West,PC,Adventure,GTE Entertainment,Cyberflix/GTE Entertainment,,,,,,,1995-06-30, -/games/boxart/default.jpg,DynamiTracer (Satellaview),SNES,Adventure,Square,Square,,,,,,,1996-01-01, -/games/boxart/default.jpg,Dyscourse,Linux,Adventure,Owlchemy Labs,Owlchemy Labs,,,,,,,2015-03-25, -/games/boxart/default.jpg,Dyscourse,PC,Adventure,Owlchemy Labs,Owlchemy Labs,,,,,,,2015-03-25, -/games/boxart/default.jpg,Dyscourse,OSX,Adventure,Owlchemy Labs,Owlchemy Labs,,,,,,,2015-03-25, -/games/boxart/full_et-interplanetary-mission_907AmericaFront.jpg,E.T. Interplanetary Mission,PC,Adventure,Ubisoft,NewKidCo,,,,,,,2002-03-27, -/games/boxart/full_2001909AmericaFrontccc.jpg,E0: Enemy Zero,PC,Adventure,Sega,Warp,,,,,,,1998-11-01, -/games/boxart/default.jpg,Eamon,PC,Adventure,Unknown,PC-SIG,,,,,,,1988-01-01, -/games/boxart/full_9031058AmericaFrontccc.jpg,Earthrise,PC,Adventure,Interstel,Interstel,,,,,,,1991-01-01, -/games/boxart/full_ecco-jr_761AmericaFront.jpg,Ecco Jr.,PC,Adventure,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/1705931ccc.jpg,Ecco Jr.,GEN,Adventure,Sega,Novotrade International,,,,,,,1995-01-01, -/games/boxart/9082662ccc.jpg,Ecco Jr.,VC,Adventure,Sega,Novotrade International,,,,,,,2007-11-26, -/games/boxart/8517422ccc.jpg,Ecco the Dolphin,PC,Adventure,Sega,Novotrade International,,,,,,,1996-01-01, -/games/boxart/full_625239AmericaFrontccc.jpg,Ecco the Dolphin,SCD,Adventure,Sega,Novotrade International,,,,,,,1993-01-01, -/games/boxart/full_8341865AmericaFrontccc.jpg,Ecco the Dolphin,GG,Adventure,Sega,Novotrade International,,,,,,,1994-01-01, -/games/boxart/full_3245848AmericaFrontccc.jpg,Ecco the Dolphin,XBL,Adventure,Sega,Backbone Entertainment,,,,,,,2007-08-15, -/games/boxart/full_5405263PALFrontccc.jpg,Ecco the Dolphin,MS,Adventure,Sega,Novotrade International,,,,,,,1993-01-01, -/games/boxart/full_6629273AmericaFrontccc.jpg,Ecco the Dolphin,VC,Adventure,Sega,Novotrade International,6.3,,,,,,2006-11-28, -/games/boxart/full_ecco-the-dolphin-genesis_133AmericaFront.jpg,Ecco the Dolphin (Genesis),PC,Adventure,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/8445852ccc.jpg,Ecco the Dolphin: Defender of the Future,DC,Adventure,Sega,Appaloosa Interactive,8.6,,,,,,2000-09-10, -/games/boxart/full_9762013AmericaFrontccc.jpg,Ecco: The Tides of Time,GG,Adventure,Sega,Novotrade International,,,,,,,1995-01-01, -/games/boxart/default.jpg,Ecco: The Tides of Time,MS,Adventure,Tec Toy,Novotrade International,,,,,,,1996-01-01, -/games/boxart/3253684ccc.jpg,Ecco: The Tides of Time,SCD,Adventure,Sega,Novotrade International,,,,,,,1994-01-01, -/games/boxart/7629597ccc.gif,Ecco: The Tides of Time,VC,Adventure,Sega,Novotrade International,,,,,,,2007-07-02, -/games/boxart/full_ecco-the-dolphin-2_597AmericaFront.jpg,Ecco: The Tides of Time,PC,Adventure,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_7034440JapanFrontccc.jpg,Echo Night,PSN,Adventure,From Software,From Software,,,,,,,2007-08-30, -/games/boxart/full_5232598JapanFrontccc.jpg,Echo Night 2,PSN,Adventure,From Software,From Liquid Mirror Software,,,,,,,2007-10-09, -/games/boxart/full_2540692JapanFrontccc.jpg,Echo Night 2,PS,Adventure,From Software,From Liquid Mirror Software,,,,,,,1999-08-05, -/games/boxart/full_3398580AmericaFrontccc.jpg,Echo of the Wilds,PC,Adventure,Unknown,Unknown,,,,,,,2014-06-10, -/games/boxart/1202274ccc.jpg,EcoQuest 2: Lost Secret of the Rainforest,PC,Adventure,Unknown,"Sierra On-Line, Inc.",,,,,,,, -/games/boxart/8396464ccc.jpg,EcoQuest: The Search for Cetus,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-01-01, -/games/boxart/full_2946181PALFrontccc.jpg,Egypt 1156 B.C.: Tomb of the Pharaoh,PS,Adventure,Canal+ Multimedia,Cryo Interactive,,,,,,,2000-01-01, -/games/boxart/full_8724565PALFrontccc.jpg,Egypt II: The Heliopolis Prophecy,PS,Adventure,Cryo Interactive,Cryo Interactive,,,,,,,2001-10-05, -/games/boxart/full_97594PALFrontccc.jpg,Egypt II: The Heliopolis Prophecy,PC,Adventure,DreamCatcher Interactive,Cryo Interactive,,,,,,,2000-01-01, -/games/boxart/full_9145231AmericaFrontccc.jpg,Eidolon,PC,Adventure,Ice Water Games,Ice Water Games,,,,,,,2014-08-01, -/games/boxart/full_eien-no-aseria-special-edition_798JapanFront.jpg,Eien no Aseria: The Spirit of Eternity Sword Special Edition,PC,Adventure,Xuse,Xuse,,,,,,,2011-03-31, -/games/boxart/full_eien-no-etheria-the-spirit-of-eternity-sword_682JapanFront.jpg,Eien no Etheria: The Spirit of Eternity Sword,PC,Adventure,Xuse,Xuse,,,,,,,2003-11-28, -/games/boxart/default.jpg,El Capitán Trueno: en la Montaña de los Suspiros,PC,Adventure,Unknown,"Zeta Multimedia, S.A.",,,,,,,, -/games/boxart/full_3966956JapanFrontccc.jpg,Elemix!,GBA,Adventure,Sims,SIMS,,,,,,,2003-01-03, -/games/boxart/1553271ccc.jpg,Elvira II: The Jaws of Cerberus,PC,Adventure,Accolade,Horrorsoft,,,,,,,1991-01-01, -/games/boxart/full_elvira-mistress-of-the-dark_89AmericaFront.jpg,Elvira: Mistress of the Dark,PC,Adventure,Accolade,Horrorsoft,,,,,,,1990-01-01, -/games/boxart/full_1117393JapanFrontccc.jpg,Elysion,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2002-07-25, -/games/boxart/full_emerald-city-confidential_23AmericaFront.jpg,Emerald City Confidential,PC,Adventure,PlayFirst,Wadjet Eye Games,,,,,,,2009-02-19, -/games/boxart/full_3516697JapanFrontccc.jpg,EMIT Vol.1: Toki no Maigo,SNES,Adventure,KOEI,Koei,,,,,,,1995-03-25, -/games/boxart/full_6987575JapanFrontccc.jpg,EMIT Vol.1: Toki no Maigo,3DO,Adventure,KOEI,Koei,,,,,,,1995-04-14, -/games/boxart/full_3495216JapanFrontccc.jpg,EMIT Vol.1: Toki no Maigo,SAT,Adventure,KOEI,Koei,,,,,,,1995-03-25, -/games/boxart/full_2114737JapanFrontccc.jpg,EMIT Vol.2: Meigake no Tabi,3DO,Adventure,KOEI,Koei,,,,,,,1995-07-14, -/games/boxart/full_351473JapanFrontccc.jpg,EMIT Vol.2: Meigake no Tabi,SAT,Adventure,KOEI,Koei,,,,,,,1995-04-01, -/games/boxart/full_6240357JapanFrontccc.jpg,EMIT Vol.2: Meigake no Tabi,SNES,Adventure,KOEI,Koei,,,,,,,1995-03-25, -/games/boxart/full_1715260JapanFrontccc.jpg,EMIT Vol.3: Watashi ni Sayonara o,3DO,Adventure,KOEI,Koei,,,,,,,1995-09-14, -/games/boxart/full_1559723JapanFrontccc.jpg,EMIT Vol.3: Watashi ni Sayonara o,SAT,Adventure,KOEI,Koei,,,,,,,1995-04-01, -/games/boxart/full_5719410JapanFrontccc.jpg,EMIT Vol.3: Watashi ni Sayonara o,SNES,Adventure,KOEI,Koei,,,,,,,1995-03-25, -/games/boxart/full_6734553JapanFrontccc.jpg,EMIT: Value Set,SAT,Adventure,KOEI,Koei,,,,,,,1995-12-15, -/games/boxart/full_4338403JapanFrontccc.jpg,EMIT: Value Set,PS,Adventure,KOEI,Koei,,,,,,,1995-09-29, -/games/boxart/full_3893883JapanFrontccc.jpg,EMIT: Value Set,SNES,Adventure,KOEI,Koei,,,,,,,1995-12-15, -/games/boxart/9861570ccc.jpg,Emma in the Mountains,DS,Adventure,Aspyr,Nobilis,,,,,,,2008-12-03, -/games/boxart/full_emmanuelle-a-game-of-eroticism_423PALFront.jpg,Emmanuelle: A Game of Eroticism,PC,Adventure,Unknown,"Coktel Vision, Inférence, MDO",,,,,,,1989-01-01, -/games/boxart/3954842ccc.jpg,Enchanted Fairy Friends: Secret of the Fairy Queen,PC,Adventure,ValuSoft,ValuSoft,,,,,,,2008-10-13, -/games/boxart/7101272ccc.jpg,Enclave,PC,Adventure,VU Games,Starbreeze Studios,,,,,,,2003-03-10, -/games/boxart/default.jpg,Enigmatis 2: The Mists of Ravenwood,Linux,Adventure,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2013-09-25,2018-09-10 -/games/boxart/default.jpg,Enigmatis 2: The Mists of Ravenwood,OSX,Adventure,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2013-09-25,2018-09-10 -/games/boxart/default.jpg,Enigmatis 2: The Mists of Ravenwood,PC,Adventure,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2013-09-25,2018-09-10 -/games/boxart/full_5189099JapanFrontccc.jpg,Erde: Nezu no Izuki no Shita de,DC,Adventure,KID,KID,,,,,,,2003-08-07, -/games/boxart/3952038ccc.jpg,Eric the Unready,PC,Adventure,Legend Entertainment,Legend Entertainment Company,,,,,,,1993-01-01, -/games/boxart/full_1487437JapanFrontccc.jpg,Erika to Satoru no Yume Bouken,NES,Adventure,Namco,Namco,,,,,,,1988-09-27, -/games/boxart/5997757ccc.jpg,Escape From Monkey Island,PC,Adventure,LucasArts,LucasArts,,,,,,,2000-11-08, -/games/boxart/default.jpg,Escape Quest,And,Adventure,Unknown,Unknown,,,,,,,2014-07-30, -/games/boxart/full_escape-rosecliff-island_509AmericaFront.jpg,Escape Rosecliff Island,PC,Adventure,PopCap Games,SpinTop Games,,,,,,,2009-03-03, -/games/boxart/full_escape-trick-the-secret-of-rock-city-prison_270AmericaFront.jpg,Escape Trick: The Secret of Rock City Prison,DSiW,Adventure,Unknown,Intense,,,,,,,2011-04-11, -/games/boxart/full_3768194AmericaFrontccc.jpg,Escapee GO!,DSiW,Adventure,Gevo Entertainment,Gevo Entertainment,,,,,,,2010-01-25, -/games/boxart/full_esoterica-america_881AmericaFront.jpg,Esoterica America,XBL,Adventure,Microsoft,V7 Entertainment Inc.,,,,,,,2011-06-03, -/games/boxart/full_eternal-etude-canvas-4_686JapanFront.jpg,Eternal Etude: Canvas 4,PSP,Adventure,GN Software,GN Software,,,,,,,2011-11-23, -/games/boxart/full_7278332PALFrontccc.jpg,Ether One,PC,Adventure,White Paper Games,White Paper Games,,,,,,,2014-03-25,2018-11-22 -/games/boxart/full_7497297AmericaFrontccc.jpg,Ether One,PS4,Adventure,Soedesco,White Paper Games,,,,,,,2016-04-08,2018-11-22 -/games/boxart/full_5319844JapanFrontccc.jpg,EVE The Fatal Attraction,PS,Adventure,NetVillage,C's Ware,,,,,,,2001-09-27, -/games/boxart/full_6053619JapanFrontccc.jpg,EVE the First: burst error,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-03-25, -/games/boxart/full_5068713JapanFrontccc.jpg,Eve Zero,PS,Adventure,NetVillage,NetVillage,,,,,,,2000-03-30, -/games/boxart/default.jpg,Eve Zero: Ark of the Matter,PC,Adventure,C's Ware,C's Ware,,,,,,,2000-06-23, -/games/boxart/full_3076199JapanFrontccc.jpg,Eve Zero: The Ark of the Matter,DC,Adventure,NetVillage,NetVillage,,,,,,,2001-03-22, -/games/boxart/full_3428964AmericaFrontccc.jpg,EVE: burst error,PC,Adventure,Himeya,C's Ware,,,,,,,1999-01-01, -/games/boxart/full_1632849JapanFrontccc.jpg,EVE: burst error Plus,PS2,Adventure,Game Village,GameVillage,,,,,,,2003-07-24, -/games/boxart/full_2947679AmericaFrontccc.jpg,Ever17 〜out of infinity〜,PC,Adventure,Hirameki International Group,KID Corporation,,,,,,,2005-12-20, -/games/boxart/full_5388116JapanFrontccc.jpg,Ever17 〜the out of infinity〜,PS2,Adventure,KID,KID Corporation,,,,,,,2002-08-29, -/games/boxart/full_9861098JapanFrontccc.jpg,Ever17 〜the out of infinity〜,DC,Adventure,KID,KID Corporation,,,,,,,2002-08-29, -/games/boxart/full_ever17-amp12316the-out-of-infinityamp12316-premium-edition_10JapanFront.jpg,Ever17 〜the out of infinity〜 Premium Edition,PSN,Adventure,CyberFront,KID Corporation,,,,,,,2009-12-10, -/games/boxart/full_4659925PALFrontccc.jpg,EverBlue,PS2,Adventure,Capcom,Arika,,,,,,,2002-04-26, -/games/boxart/8800819ccc.jpg,everGirl,PC,Adventure,THQ,THQ,,,,,,,2004-10-11, -/games/boxart/full_evergreen-avenue_5JapanFront.jpg,Evergreen Avenue,PS,Adventure,Datam Polystar,MediaWorks,,,,,,,2001-09-13, -/games/boxart/full_evergreen-avenue_6JapanFront.jpg,Evergreen Avenue,PSN,Adventure,Datam Polystar,MediaWorks,,,,,,,2010-08-25, -/games/boxart/full_2612518AmericaFrontccc.jpg,Everlight of Magic & Power,PC,Adventure,DreamCatcher Interactive,Silver Style Entertainment,,,,,,,2008-10-07, -/games/boxart/full_7181904AmericaFrontccc.jpg,Everybody's Gone to the Rapture,PS4,Adventure,Sony Computer Entertainment,The Chinese Room,,,,,,,2015-08-11,2018-09-14 -/games/boxart/8942788ccc.jpg,Evidence: The Last Ritual,PC,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2006-10-16, -/games/boxart/full_evil-days-of-luckless-john_587PALFront.jpg,Evil Days of Luckless John,PC,Adventure,Playlogic Game Factory,Centauri Production,,,,,,,2006-08-17, -/games/boxart/full_4909633AmericaFrontccc.jpg,Evil Dead: Hail to the King,DC,Adventure,THQ,Heavy Iron Studios,5.1,,,,,,2000-12-17, -/games/boxart/full_6007785AmericaFrontccc.jpg,Evil Dead: Hail to the King,PC,Adventure,THQ,Heavy Iron Studios,,,,,,,2001-03-27, -/games/boxart/full_3931958PALFrontccc.jpg,Evil Pumpkin: The Lost Halloween,Linux,Adventure,Two Desperados,Two Desperados,,,,,,,2014-07-11,2018-08-07 -/games/boxart/full_1082526PALFrontccc.jpg,Evil Pumpkin: The Lost Halloween,PC,Adventure,Two Desperados,Two Desperados,,,,,,,2014-07-11,2018-08-07 -/games/boxart/full_4759439PALFrontccc.jpg,Evil Pumpkin: The Lost Halloween,OSX,Adventure,Two Desperados,Two Desperados,,,,,,,2014-07-11,2018-08-07 -/games/boxart/full_exodus-guilty_117JapanFront.jpg,Exodus Guilty,PS,Adventure,Imadio,Abel Software,,,,,,,1998-11-26, -/games/boxart/full_exodus-guilty-alternative_635JapanFront.jpg,Exodus Guilty Alternative,PC,Adventure,Abel,Abel Software,,,,,,,2002-12-05, -/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,PSV,Adventure,Kwan,Kwan,,,,,,,2015-01-01, -/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,And,Adventure,Kwan,Kwan,,,,,,,2015-01-01, -/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,OSX,Adventure,Kwan,Kwan,,,,,,,2015-01-01, -/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,Linux,Adventure,Kwan,Kwan,,,,,,,2015-01-01, -/games/boxart/default.jpg,Exogenesis: Perils of Rebirth,PC,Adventure,Kwan,Kwan,,,,,,,2015-01-01, -/games/boxart/default.jpg,Eyedentify,PS3,Adventure,Unknown,SCEE,,,,,,,, -/games/boxart/default.jpg,F.O.R.T.U.N.E.: Hoshi no Furi Sosogu Oka,WW,Adventure,Cybird,CYBIRD,,,,,,,2009-09-15, -/games/boxart/6908236ccc.jpg,Fahrenheit,SCD,Adventure,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_823802AmericaFrontccc.jpg,Fall of the New Age,PC,Adventure,Playrix,Cyber Planet Interactive,,,,,,,2014-01-03, -/games/boxart/full_5066425JapanFrontccc.jpg,Famicom Bunko: Hajimari no Mori,SNES,Adventure,Nintendo,Pax Softonica,,,,,,,1999-07-01, -/games/boxart/full_9099147JapanFrontccc.jpg,Famicom Mukashi Banashi: Shin Oniga Shima - Kouhen (FDS),NES,Adventure,Nintendo,Pax Softonica,,,,,,,1987-09-30, -/games/boxart/full_5365609JapanFrontccc.jpg,Famicom Mukashi Banashi: Shin Oniga Shima - Zenpen (FDS),NES,Adventure,Nintendo,Pax Softonica,,,,,,,1987-09-04, -/games/boxart/full_famicom-mukashi-banashi-yuuyuuki-kouhen-fds_973JapanFront.jpg,Famicom Mukashi Banashi: Yuuyuuki - Kouhen (FDS),NES,Adventure,Nintendo,Pax Softnica,,,,,,,1989-11-14, -/games/boxart/full_famicom-mukashi-banashi-yuuyuuki-zenpen_509JapanFront.jpg,Famicom Mukashi Banashi: Yuuyuuki - Zenpen (FDS),NES,Adventure,Nintendo,Pax Softnica,,,,,,,1989-10-14, -/games/boxart/full_1126440JapanFrontccc.jpeg,Famicom Tantei Club Part II,SNES,Adventure,Nintendo,Nintendo,,,,,,,1998-04-01, -/games/boxart/full_1658355JapanFrontccc.jpg,Famicom Tantei Club Part II: Ushiro ni Tatsu Shoujo,VC,Adventure,Nintendo,Nintendo,,,,,,,2008-04-30, -/games/boxart/full_4782033JapanFrontccc.jpg,Famicom Tantei Club Part II: Ushiro ni Tatsu Shoujo (FDS),NES,Adventure,Nintendo,Nintendo,,,,,,,1989-05-23,2018-08-29 -/games/boxart/full_6166661JapanFrontccc.jpeg,Famicom Tantei Club Part II: Ushiro ni Tatsu Shoujo (Zenkouhen),VC,Adventure,Nintendo,Nintendo,,,,,,,2009-12-22,2018-08-29 -/games/boxart/full_8544803JapanFrontccc.jpg,Famicom Tantei Club: Kieta Koukeisha,VC,Adventure,Nintendo,Nintendo,,,,,,,2007-10-16, -/games/boxart/full_4309921JapanFrontccc.jpg,Famicom Tantei Club: Kieta Koukeisha (FDS),NES,Adventure,Nintendo,Nintendo,,,,,,,1988-04-27,2018-08-29 -/games/boxart/9672871ccc.jpg,Family Guy,XB,Adventure,2K Games,High Voltage Software,,,,,,,2006-10-16, -/games/boxart/3558915ccc.jpg,Family Guy,PS2,Adventure,2K Games,High Voltage Software,,,,,,,2006-10-16, -/games/boxart/full_1641731PALFrontccc.jpg,Famous,DS,Adventure,Nobilis,Artefacts Studios,,,,,,,2010-06-18, -/games/boxart/full_fanatica_923JapanFront.jpg,Fanatica,PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2004-11-04, -/games/boxart/full_9538942AmericaFrontccc.jpg,Fantastic Dizzy,GEN,Adventure,Codemasters,Codemasters,,,,,,,1993-01-01, -/games/boxart/full_fantastic-dizzy_6PALFront.jpg,Fantastic Dizzy,PC,Adventure,Codemasters,Codemasters,,,,,,,1994-01-01, -/games/boxart/5204346ccc.jpg,Fantastic Dizzy,GG,Adventure,Codemasters,Codemasters,,,,,,,1993-01-01, -/games/boxart/full_fantastic-dizzy_0PALFront.jpg,Fantastic Dizzy,MS,Adventure,Codemasters,Codemasters,,,,,,,1993-01-01, -/games/boxart/full_6611872JapanFrontccc.jpg,Fantasy Tap,PS,Adventure,Jaleco,Jaleco Entertainment,,,,,,,1997-04-25, -/games/boxart/full_4295584AmericaFrontccc.jpg,Fatale: Exploring Salome,PC,Adventure,Tale of Tales,Tale of Tales,7,,,,,,2009-10-05, -/games/boxart/full_192596JapanFrontccc.jpg,Fate/Stay Night,PC,Adventure,Type-Moon,Type-Moon,,,,,,,2004-01-30, -/games/boxart/full_favorite-dear_2JapanFront.jpg,Favorite Dear,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,1999-02-25, -/games/boxart/full_favorite-dear-enkan-no-monogatari_9JapanFront.jpg,Favorite Dear: Enkan no Monogatari,PSN,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2010-10-27, -/games/boxart/full_favorite-dear-enkan-no-monogatari_955JapanFront.jpg,Favorite Dear: Enkan no Monogatari,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-09-27, -/games/boxart/full_favorite-dear-junshiro-no-yogenmono_1JapanFront.jpg,Favorite Dear: Junshiro no Yogenmono,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2000-12-07, -/games/boxart/full_favorite-dear-junshiro-no-yogenmono_945JapanFront.jpg,Favorite Dear: Junshiro no Yogenmono,PSN,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2010-11-24, -/games/boxart/full_fenimore-fillmore-the-westerner_8AmericaFront.jpg,"Fenimore Fillmore ""The Westerner""",WW,Adventure,Unknown,Revistronic,,,,,,,2010-09-06, -/games/boxart/full_fight-ippatsu-juden-chan-cc_2JapanFront.jpg,Fight Ippatsu! Juden-Chan!! CC,PSN,Adventure,Russel,Russel,,,,,,,2010-07-22, -/games/boxart/full_3927539JapanFrontccc.jpg,Fight Ippatsu! Juden-Chan!! CC,PSP,Adventure,Russel,Russel,,,,,,,2010-05-27, -/games/boxart/default.jpg,Fight Ippatsu! Juuden-chan!! CC,PSP,Adventure,Russel,Russell,,,,,,,2010-04-29, -/games/boxart/full_film-noir_421JapanFront.jpg,Film Noir,PC,Adventure,Sophia,Sophia,,,,,,,1999-12-10, -/games/boxart/full_2387500JapanFrontccc.jpg,Final Approach,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2004-10-07, -/games/boxart/full_6522976JapanFrontccc.jpg,Fire Woman Matoigumi,PCFX,Adventure,NEC,NEC,,,,,,,1996-12-20, -/games/boxart/full_1790763AmericaFrontccc.jpeg,Firewatch,PS4,Adventure,Campo Santo,Campo Santo,8.2,,,,,,2016-02-09,2018-04-08 -/games/boxart/485661ccc.jpg,Fire´n Ice,NES,Adventure,Tecmo,Tecmo,,,,,,,1993-03-01, -/games/boxart/full_3634020JapanFrontccc.jpg,First Kiss * Monogatari,PCFX,Adventure,HuneX,HuneX,,,,,,,1998-04-27, -/games/boxart/full_3604618JapanFrontccc.jpg,First Kiss * Monogatari 2,DC,Adventure,Broccoli,Broccoli,,,,,,,2002-08-08, -/games/boxart/full_2121796AmericaFrontccc.jpg,Five Nights at Freddy's,PC,Adventure,Scott Cawthon,Scott Cawthon,,,,,,,2014-08-18,2018-03-25 -/games/boxart/full_1629463AmericaFrontccc.jpg,Flight of the Amazon Queen,PC,Adventure,Renegade,Interactive Binary Illusions,,,,,,,1995-01-01, -/games/boxart/full_5298520AmericaFrontccc.jpg,flower,PSV,Adventure,Sony Computer Entertainment America,Bluepoint Games,,,,,,,2013-11-12,2018-09-23 -/games/boxart/full_flower_3AmericaFront.jpg,flower,PSN,Adventure,Sony Computer Entertainment,thatgamecompany,8.8,,,,,,2009-02-12, -/games/boxart/full_7009572AmericaFrontccc.jpg,flower,PS4,Adventure,Sony Computer Entertainment,thatgamecompany,8.8,,,,,,2013-11-15,2018-09-23 -/games/boxart/full_6581082AmericaFrontccc.jpg,Flower Shop: Winter In Fairbrook,PC,Adventure,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2011-11-23, -/games/boxart/full_8188088AmericaFrontccc.jpg,Flower Shop: Winter In Fairbrook,Linux,Adventure,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2011-11-23, -/games/boxart/full_3156149AmericaFrontccc.jpg,Flower Shop: Winter In Fairbrook,OSX,Adventure,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2014-02-04, -/games/boxart/full_5668008AmericaFrontccc.jpg,FlowerWorks,WW,Adventure,Nocturnal Entertainment,Nocturnal Entertainment Australia,7,,,,,,2009-12-07, -/games/boxart/full_8729184AmericaFrontccc.jpg,FlowerWorks,PC,Adventure,Unknown,Nocturnal Entertainment Australia,,,,,,,, -/games/boxart/full_7344275AmericaFrontccc.png,Fluidity: Spin Cycle,3DS,Adventure,Nintendo,Curve Studios,,,,,,,2012-12-27,2018-08-31 -/games/boxart/full_flying-dragon-the-secret-scroll_2AmericaFront.jpg,Flying Dragon: The Secret Scroll,NES,Adventure,Culture Brain,Culture Brain,,,,,,,1989-08-01, -/games/boxart/full_9398350JapanFrontccc.jpg,For Symphony: With All One's Heart,DC,Adventure,Takuyo,Takuyo,,,,,,,2003-07-31, -/games/boxart/579496ccc.jpg,Forever Worlds,PC,Adventure,The Adventure Company,Hexagon Entertainment,,,,,,,2004-04-05, -/games/boxart/full_1064185AmericaFrontccc.jpg,Fort Zombie,PC,Adventure,Unknown,Kerberos Productions,,,,,,,, -/games/boxart/full_fortune-arterial_8JapanFront.jpg,Fortune Arterial,PC,Adventure,Unknown,August,,,,,,,2008-01-25, -/games/boxart/default.jpg,Fortune Arterial: Akai Yakusoku,PS3,Adventure,Unknown,August,,,,,,,, -/games/boxart/default.jpg,Fortune Arterial: Iori no Yabou,PSP,Adventure,Unknown,August,,,,,,,, -/games/boxart/full_1266375JapanFrontccc.jpg,Fragments Blue,PS2,Adventure,Kadokawa Shoten,SilverBullet,,,,,,,2006-01-19, -/games/boxart/full_9839289JapanFrontccc.jpg,Fragrance Tale,DC,Adventure,Takuyo,Takuyo,,,,,,,2001-07-26, -/games/boxart/full_frank-herberts-dune_6AmericaFront.jpg,Frank Herbert's Dune,PC,Adventure,DreamCatcher Interactive,WideScreen Games,,,,,,,2001-12-14, -/games/boxart/full_3915005PALFrontccc.jpg,Frank Herbert's Dune,PS2,Adventure,Cryo Interactive,WideScreen Games,,,,,,,2001-01-01, -/games/boxart/full_2952959AmericaFrontccc.jpg,Freddi Fish 2: The Case of the Haunted Schoolhouse,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1996-08-29, -/games/boxart/full_8174323AmericaFrontccc.jpg,Freddi Fish 3: The Case of the Stolen Conch Shell,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1998-03-02, -/games/boxart/full_5883796AmericaFrontccc.jpg,Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1999-01-01, -/games/boxart/full_52171AmericaFrontccc.jpg,Freddi Fish 5: The Case of the Creature of Coral Cove,PC,Adventure,Infogrames,Humongous Entertainment,,,,,,,2001-01-01, -/games/boxart/full_7670863AmericaFrontccc.jpg,Freddi Fish and the Case of the Missing Kelp Seeds,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,1994-01-01, -/games/boxart/4996564ccc.jpg,Freddy Pharkas: Frontier Pharmacist,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1993-01-01, -/games/boxart/full_8621550AmericaFrontccc.jpg,Frederik Pohl's Gateway,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1992-01-01, -/games/boxart/full_7458975JapanFrontccc.jpg,Friends: Seishun no Kagayaki,SAT,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,1999-04-29, -/games/boxart/full_8791816JapanFrontccc.jpg,Friends: Seishun no Kagayaki,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-09-30, -/games/boxart/full_from-dust_413AmericaFront.jpg,From Dust,XBL,Adventure,Ubisoft,Ubisoft Montpellier,8,,,,,,2011-07-27, -/games/boxart/full_from-dust_563AmericaFront.jpg,From Dust,PSN,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2011-09-13, -/games/boxart/full_9075925JapanFrontccc.jpg,From TV Animation One Piece: Mezase Kaizokuou!,WS,Adventure,Bandai,Bandai,,,,,,,2000-07-19, -/games/boxart/default.jpg,Fuck Quest,PC,Adventure,Unknown,Richard Eter,,,,,,,1998-09-16, -/games/boxart/default.jpg,Fukakutei Sekai no Tantei Shinshi,PC,Adventure,Unknown,Digi Anime Coporation,,,,,,,2000-04-21, -/games/boxart/full_fukakutei-sekai-no-tantei-shinshi-hard-core_993JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi Hard Core!,PC,Adventure,Unknown,Digi Anime Coporation,,,,,,,2001-08-03, -/games/boxart/full_fukakutei-sekai-no-tantei-shinshi-origin_6JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi Origin!,PC,Adventure,Abel,Abel Software,,,,,,,2009-03-27, -/games/boxart/full_fukakutei-sekai-no-tantei-shinshi-rebirth_372JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi Rebirth!,PC,Adventure,Abel,Abel Software,,,,,,,2004-05-28, -/games/boxart/full_tantei-shinshi-super-value-pack_790JapanFront.jpg,Fukakutei Sekai no Tantei Shinshi: Super Value Pack,PC,Adventure,Abel,Abel Software,,,,,,,2004-05-28, -/games/boxart/full_fukushuu-no-megami-nemesis_367JapanFront.jpg,Fukushuu no Megami: Nemesis,PC,Adventure,Pallet,Pallet,,,,,,,2003-04-25, -/games/boxart/full_6710800JapanFrontccc.jpg,Full House Kiss,PS2,Adventure,Capcom,Tenky,,,,,,,2004-07-22, -/games/boxart/full_1220873JapanFrontccc.jpg,Fullmetal Alchemist: Daughter of the Dusk,Wii,Adventure,Square Enix,Square Enix,,,,,,,2009-12-10, -/games/boxart/full_8072354JapanFrontccc.jpg,Fushigi no Umi Nadia: The Secret of Blue Water,PCE,Adventure,Hudson Soft,Hudson Soft,,,,,,,1993-01-29, -/games/boxart/full_504630JapanFrontccc.jpg,Fushigi no Umi no Nadia: Inherit the Blue Water,PS2,Adventure,GeneX,GeneX,,,,,,,2005-09-22, -/games/boxart/full_2851341JapanFrontccc.jpg,Futari wa PreCure: Arienai! Yume no Kuni ha Daimeikyuu,GBA,Adventure,Bandai,Bandai,,,,,,,2004-12-09, -/games/boxart/full_fuuraiki_734JapanFront.jpg,Fuuraiki,PS,Adventure,Fog,FOG (Full On Games),,,,,,,2001-01-18, -/games/boxart/full_fuuraiki_463JapanFront.jpg,Fuuraiki,PS2,Adventure,Fog,FOG (Full On Games),,,,,,,2006-09-28, -/games/boxart/full_fuuraiki_573JapanFront.jpg,Fuuraiki,PSN,Adventure,Fog,FOG (Full On Games),,,,,,,2011-03-25, -/games/boxart/full_fuuraiki-2_403JapanFront.jpg,Fuuraiki 2,PS2,Adventure,Fog,FOG (Full On Games),,,,,,,2005-11-10, -/games/boxart/full_9321046JapanFrontccc.jpg,Fuyu no Sonata DS,DS,Adventure,D3 Publisher,D3 Publisher,,,,,,,2009-12-17, -/games/boxart/full_ga-geijutsuka-art-design-class-slapstick-wonder-land_4JapanFront.jpg,GA - Geijutsuka Art Design Class: Slapstick Wonder Land,PSN,Adventure,Russel,Russel,,,,,,,2010-07-29, -/games/boxart/7218749ccc.jpg,"Gabriel Knight 3: Blood of the Sacred, Blood of the Damned",PC,Adventure,Sierra Entertainment,Sierra Entertainment,6.7,,,,,,1999-10-05, -/games/boxart/5484252ccc.jpg,Gabriel Knight: Sins of the Fathers,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, -/games/boxart/full_2365167JapanFrontccc.jpg,Gakkou Deatta Kowai Hanashi,PS,Adventure,Banpresto,Banpresto,,,,,,,1996-07-19, -/games/boxart/full_7569316JapanFrontccc.jpg,Gakkou no Kaidan,SAT,Adventure,Sega,Sega,,,,,,,1995-07-14, -/games/boxart/full_4272620JapanFrontccc.jpg,Gakkou no Kaidan DS,DS,Adventure,Idea Factory,Compile Heart,,,,,,,2008-07-17, -/games/boxart/full_5940807JapanFrontccc.jpg,Gakkou no Kaidan: Hyakuyoubako no Fuuin,GBA,Adventure,TDK Core,TDK Core,,,,,,,2004-07-22, -/games/boxart/full_7573465JapanFrontccc.jpg,Gakkou no Kowai Usawa: Hanako-chan ga Kite!!,3DO,Adventure,Amuse,Amuse,,,,,,,1995-08-11, -/games/boxart/full_9821122JapanFrontccc.jpg,Gakkou no Kowai Uwasa: Hanako-San ga Kita!!,SAT,Adventure,Capcom,Capcom,,,,,,,1995-08-11, -/games/boxart/full_8383556JapanFrontccc.jpg,Gakkou no Kowai Uwasa: Hanako-San ga Kita!!,DS,Adventure,Arc System Works,WorkJam,,,,,,,2008-08-07, -/games/boxart/full_5597875JapanFrontccc.jpg,Gakkou no Kowai Uwasa: Hanako-San ga Kita!!,PS,Adventure,Capcom,Capcom,,,,,,,1995-08-11, -/games/boxart/default.jpg,Gakkou no Yarashii Kaidan,PC,Adventure,TinkerBell,TinkerBell,,,,,,,2009-03-19, -/games/boxart/full_34961JapanFrontccc.jpg,Gakuen Alice: DokiDoki * Fushigi Taiken,GBA,Adventure,Kids Station,Rokumendo,,,,,,,2004-11-18, -/games/boxart/full_7478550JapanFrontccc.jpg,Gakuen Heaven: Boy's Love Scramble!,PS2,Adventure,NEC Interchannel,Visual Arts,,,,,,,2003-11-27, -/games/boxart/full_4840141JapanFrontccc.jpg,Gakuen Heaven: Boy's Love Scramble!,PSP,Adventure,NEC Interchannel,Visual Arts,,,,,,,2009-11-26, -/games/boxart/full_gakuen-heaven_8JapanFront.jpg,Gakuen Heaven: Boy's Love Scramble!,PC,Adventure,Spray,Spray,,,,,,,2002-08-02, -/games/boxart/full_8317089JapanFrontccc.jpg,Gakuen Heaven: Boy's Love Scramble! TypeB,PS2,Adventure,NEC Interchannel,Visual Arts,,,,,,,2004-07-22, -/games/boxart/full_5272601JapanFrontccc.jpg,Gakuen Heaven: Okawari! Boy's Love Attack!,PS2,Adventure,NEC Interchannel,Visual Arts,,,,,,,2005-02-24, -/games/boxart/full_gakuen-heaven-okawari-boys-love-attack_28JapanFront.jpg,Gakuen Heaven: Okawari! Boy's Love Attack!,PSP,Adventure,Prototype,Visual Arts,,,,,,,2011-02-10, -/games/boxart/full_gakuen-pets-2-poolside-no-shiiku-katsudou_72JapanFront.jpg,Gakuen Pets 2: Poolside no Shiiku Katsudou,PC,Adventure,GokuFero,GokuFero,,,,,,,2008-10-24, -/games/boxart/default.jpg,Gakuen Pets 3: Seieki Mamire no Toshokan,PC,Adventure,Unknown,GokuFero,,,,,,,, -/games/boxart/default.jpg,Gakuen Pets: Houkago no Shiikusha,PC,Adventure,GokuFero,GokuFero,,,,,,,2008-01-18, -/games/boxart/full_gambler-densetsu-tetsuya-digest_9JapanFront.jpg,Gambler Densetsu Tetsuya Digest,PS2,Adventure,Athena,Athena,,,,,,,2004-05-27, -/games/boxart/full_gambler-densetsu-tetsuya-kurouto-choujou-kessen_8JapanFront.jpg,Gambler Densetsu Tetsuya: Kurouto Choujou Kessen,PS2,Adventure,Athena,Athena,,,,,,,2003-07-03, -/games/boxart/full_gambler-densetsu_6JapanFront.jpg,Gambler Densetsu Tetsuya: Shinjuku Tenun-hen,GB,Adventure,Athena,Athena,,,,,,,2001-02-09, -/games/boxart/full_7008100JapanFrontccc.jpg,Gambler Densetsu: Tetsunari Yomigaeru Densetsu,GBA,Adventure,Athena,Athena,,,,,,,2002-07-19, -/games/boxart/full_2272838AmericaFrontccc.jpg,Game of Thrones: A Telltale Games Series,OSX,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-02,2019-01-04 -/games/boxart/full_9993051JapanFrontccc.jpg,Ganbare Goemon: Uchuu Kaizoku Akogingu,PS,Adventure,Konami,Konami,,,,,,,1996-03-22, -/games/boxart/full_ganbare-goemon-uchuu-kaizoku-akogingu_540JapanFront.jpg,Ganbare Goemon: Uchuu Kaizoku Akogingu,PSN,Adventure,Konami,Konami,,,,,,,2007-09-27, -/games/boxart/full_5479894AmericaFrontccc.png,Gangs of London,PSN,Adventure,Sony Computer Entertainment,SCEE London Studio,5,,,,,,2007-11-19, -/games/boxart/full_4035215JapanFrontccc.jpg,Garaku Tale,DS,Adventure,KOEI,muu muu,,,,,,,2006-03-16, -/games/boxart/6238165ccc.jpg,Gargoyle's Quest,GB,Adventure,Capcom,Capcom,,,,,,,1990-07-01, -/games/boxart/full_gargoyles-quest_774AmericaFront.png,Gargoyle's Quest,3DS,Adventure,Capcom,Capcom,8.5,,,,,,2011-08-25, -/games/boxart/2960915ccc.jpg,Gargoyle's Quest II,NES,Adventure,Capcom,Capcom,,,,,,,1992-10-01, -/games/boxart/full_5110349AmericaFrontccc.jpg,Gateway II: Homeworld,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1993-12-01, -/games/boxart/full_5693299JapanFrontccc.jpg,Gegege no Kitarou: Maboroshi Fuyu Kaikitan,SAT,Adventure,Bandai,Bandai,,,,,,,1996-12-27, -/games/boxart/full_8043421JapanFrontccc.jpg,Gegege no Kitarou: Noroi no Nikuto Katachi Tachi,PS,Adventure,Bandai,Bandai,,,,,,,1997-01-24, -/games/boxart/full_generations-lost_480AmericaFront.jpg,Generations Lost,GEN,Adventure,Time Warner Interactive,Pacific Softscape,,,,,,,1994-01-01, -/games/boxart/full_2254285JapanFrontccc.jpg,Genso Suiko Gaiden Vol.1: Harmonia no Keshi,PS,Adventure,Konami,KCET,,,,,,,2000-09-21, -/games/boxart/full_3645655JapanFrontccc.jpg,Genso Suiko Gaiden Vol.2: Crystal Valley no Kettou,PS,Adventure,Konami,KCET,,,,,,,2001-03-22, -/games/boxart/full_5749671JapanFrontccc.jpg,Gensoumaden Saiyuuki: Hangyaku no Toshin Taishi,GBA,Adventure,Digital Kids,Digital Kids,,,,,,,2003-08-01, -/games/boxart/full_gerry-andersons-thunderbirds_940JapanFront.jpg,Gerry Anderson's Thunderbirds,GB,Adventure,Human Entertainment,Human Entertainment,,,,,,,1993-02-12, -/games/boxart/full_3972711JapanFrontccc.jpg,GET! Boku no Mushitsu Kamaete,GBA,Adventure,Kemco,Kemco,,,,,,,2003-07-11, -/games/boxart/default.jpg,Ghost,GIZ,Adventure,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_3062632AmericaFrontccc.jpg,Ghost in the Sheet,PC,Adventure,Tri Synergy,Tri Synergy,,,,,,,2007-11-20, -/games/boxart/default.jpg,Ghost Manor,2600,Adventure,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/default.jpg,Ghostwire: Link to the Paranormal,DSiW,Adventure,Unknown,A Different Game,,,,,,,, -/games/boxart/6295399ccc.jpg,Ghoul School,NES,Adventure,Electro Brain,Imagineering Inc.,,,,,,,1992-03-01, -/games/boxart/default.jpg,Gift,PC,Adventure,Unknown,Moonstone,,,,,,,2005-05-27, -/games/boxart/default.jpg,Gijinka Pet no Kodzukuri Ongaeshi,PC,Adventure,Norn,Norn,,,,,,,2011-12-09, -/games/boxart/full_gin-no-eclipse_6JapanFront.jpg,Gin no Eclipse,PS2,Adventure,Nine'sFox,Nine'sFox,,,,,,,2008-07-31, -/games/boxart/full_5157221JapanFrontccc.jpg,Ginga Ojousama Densetsu Yuna FX: Kanashimi no Siren,PCFX,Adventure,Hudson Soft,Will,,,,,,,1996-03-08, -/games/boxart/full_8208652JapanFrontccc.jpg,Girl Friend Beta: Summer Vacation Spent With You,PSV,Adventure,"CyberAgent, Inc.","CyberAgent, Inc.",,,,,,,2015-11-19, -/games/boxart/full_girls-bravo-romance-15s_332JapanFront.jpg,Girls Bravo: Romance 15's,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2005-01-27, -/games/boxart/full_477689PALFrontccc.jpg,Glass Rose,PS2,Adventure,Capcom,Cing,,,,,,,2004-03-26, -/games/boxart/full_gnomz_633AmericaFront.jpg,Gnomz,WW,Adventure,Qubic Games,Qubic Games,6,,,,,,2011-11-03, -/games/boxart/full_4150074AmericaFrontccc.jpg,Go Diego Go!: Wolf Pup Rescue,PC,Adventure,Activision,Sarbakan,,,,,,,2006-09-19, -/games/boxart/full_go-go-kokopolo_688AmericaFront.jpg,Go! Go! Kokopolo,DSiW,Adventure,Unknown,Room 4 Games Limited,,,,,,,2011-08-11, -/games/boxart/91699ccc.jpg,Goin' Downtown,PC,Adventure,Unknown,Silver Style Entertainment,,,,,,,2008-05-22, -/games/boxart/default.jpg,Gokkun! My Darling: Kinpatsupu ni Kyonyuu na Konyakusha no Choukyou Days,PC,Adventure,Unknown,Pita-Feti,,,,,,,2011-12-02, -/games/boxart/full_gold-and-glory-the-road-to-el-dorado_546AmericaFront.jpg,Gold and Glory: The Road to El Dorado,PC,Adventure,Ubisoft,Revolution Software,,,,,,,2001-06-30, -/games/boxart/8897242ccc.jpg,Gold Rush!,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1988-01-01, -/games/boxart/full_20167JapanFrontccc.jpg,Golgo 13: File G-13 o Oe,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-06-18, -/games/boxart/full_8731356JapanFrontccc.jpg,Golgo 13: Karairu no Yabou,PS,Adventure,Daiki,D'Manga,,,,,,,1998-11-26, -/games/boxart/full_9813577JapanFrontccc.jpg,Golgo 13: Kenenai Guntai,PS,Adventure,Daiki,D'Manga,,,,,,,1998-11-26, -/games/boxart/full_4055981AmericaFrontccc.jpg,Gone Home,PS4,Adventure,Majesco Entertainment,The Fullbright Company,,,,,,,2016-01-12,2018-01-22 -/games/boxart/full_27929AmericaFrontccc.jpg,Gone Home,XOne,Adventure,Majesco Entertainment,The Fullbright Company,,,,,,,2016-01-13,2018-01-22 -/games/boxart/full_gonta-no-okiraku-daibouken_192JapanFront.jpg,Gonta no Okiraku Daibouken,GB,Adventure,Lay-Up,Lay-Up,,,,,,,2000-09-29, -/games/boxart/7568212ccc.jpg,Goosebumps: Escape From Horrorland,PC,Adventure,DreamWorks Interactive,DreamWorks Interactive,,,,,,,1996-12-31, -/games/boxart/default.jpg,Goosebumps: The Game,XOne,Adventure,WayForward Technologies,WayForward Technologies,,,,,,,2015-10-14, -/games/boxart/full_3636211AmericaFrontccc.jpg,Goosebumps: The Game,X360,Adventure,WayForward Technologies,WayForward Technologies,,,,,,,2015-10-14, -/games/boxart/default.jpg,Gothic: The Age of Innocence,PC,Adventure,Unknown,Penta,,,,,,,, -/games/boxart/full_2393615AmericaFrontccc.jpg,Grand Theft Auto 2,GB,Adventure,Rockstar Games,Tarantula Studios,,,,,,,2000-12-01, -/games/boxart/full_9892166AmericaFrontccc.jpg,Grand Theft Auto 2,PC,Adventure,Rockstar Games,DMA Design,7.1,,,,,,1999-09-30, -/games/boxart/full_7453301AmericaFrontccc.jpg,Grand Theft Auto IV: The Ballad of Gay Tony,PC,Adventure,Rockstar Games,Rockstar North,9,,,,,,2010-04-13, -/games/boxart/full_6006081AmericaFrontccc.jpg,Grand Theft Auto IV: The Ballad of Gay Tony,XBL,Adventure,Rockstar Games,Rockstar North,8.8,,,,,,2009-10-29, -/games/boxart/full_9831748AmericaFrontccc.jpg,Grand Theft Auto IV: The Ballad of Gay Tony,PSN,Adventure,Rockstar Games,Rockstar North,9,,,,,,2010-04-13, -/games/boxart/full_9259027AmericaFrontccc.jpg,Grand Theft Auto IV: The Lost and Damned,XBL,Adventure,Rockstar Games,Rockstar North,8.9,,,,,,2009-02-17, -/games/boxart/full_grand-theft-auto-iv-the-lost-and-damned_0AmericaFront.jpg,Grand Theft Auto IV: The Lost and Damned,PC,Adventure,Rockstar Games,Rockstar North,9.4,,,,,,2010-04-13, -/games/boxart/full_9110700AmericaFrontccc.jpg,Grand Theft Auto IV: The Lost and Damned,PSN,Adventure,Rockstar Games,Rockstar North,9.4,,,,,,2010-04-13, -/games/boxart/full_6613744AmericaFrontccc.png,Grand Theft Auto: Chinatown Wars,PSN,Adventure,Rockstar Games,Rockstar Leeds,9.4,,,,,,2009-10-19, -/games/boxart/full_6524673JapanFrontccc.jpg,Grauen no Torikago Kapitel 1: Keiyaku,DC,Adventure,Sega,Sega,,,,,,,1999-09-30, -/games/boxart/full_9950879JapanFrontccc.jpg,Grauen no Torikago Kapitel 2: Torikago,DC,Adventure,Sega,Sega,,,,,,,1999-11-15, -/games/boxart/full_3691141JapanFrontccc.jpg,Grauen no Torikago Kapitel 3: Kansei,DC,Adventure,Sega,Sega,,,,,,,2000-01-27, -/games/boxart/full_7941360JapanFrontccc.jpg,Grauen no Torikago Kapitel 4: Kaikou,DC,Adventure,Sega,Sega,,,,,,,2000-03-30, -/games/boxart/full_2391692JapanFrontccc.jpg,Grauen no Torikago Kapitel 5: Shoukuzai,DC,Adventure,Sega,Sega,,,,,,,2000-05-25, -/games/boxart/full_9105407JapanFrontccc.jpg,Grauen no Torikago Kapitel 6: Senritsu,DC,Adventure,Sega,Sega,,,,,,,2000-07-27, -/games/boxart/full_great-adventures-by-fisher-price-castles_542AmericaFront.jpg,Great Adventures by Fisher Price: Castles,PC,Adventure,Unknown,Davidson & associates,,,,,,,1996-01-01, -/games/boxart/full_5426916JapanFrontccc.jpg,Green Green: Kane no Oto Dynamic,PS2,Adventure,Well Made,StartLink,,,,,,,2003-04-24, -/games/boxart/full_green-green-kane-no-oto-romantic_9JapanFront.jpg,Green Green: Kane no Oto Romantic,PS2,Adventure,Well Made,StartLink,,,,,,,2003-04-24, -/games/boxart/full_6862423PALFrontccc.jpg,Gregory Horror Show,PS2,Adventure,Capcom,Capcom,,,,,,,2003-12-05, -/games/boxart/full_gremlins-gizmo_364AmericaFront.jpg,Gremlins Gizmo,DS,Adventure,Unknown,"Pipeworks Software, Inc.",,,,,,,2011-11-18, -/games/boxart/full_gremlins-gizmo_463AmericaFront.jpg,Gremlins Gizmo,Wii,Adventure,Unknown,"Pipeworks Software, Inc.",,,,,,,2011-11-18, -/games/boxart/full_217396JapanFrontccc.jpg,Grisaia no Meikyuu: Le Labyrinthe de la Grisaia,PSP,Adventure,Prototype,Prototype,,,,,,,2014-10-30, -/games/boxart/1321545ccc.jpg,Grom: Terror in Tibet,PC,Adventure,CDV Software Entertainment,Rebelmind,,,,,,,2003-03-12, -/games/boxart/348866ccc.jpg,Ground Zero Texas,SCD,Adventure,Sony Imagesoft,Digital Pictures,,,,,,,1993-01-01, -/games/boxart/full_guardian-angel_8JapanFront.jpg,Guardian Angel,PS2,Adventure,Datam Polystar,Vridge,,,,,,,2003-02-27, -/games/boxart/full_gun-katana-non-human-killer_925JapanFront.jpg,Gun-Katana: Non Human Killer,PC,Adventure,Unknown,Black Cyc,,,,,,,2007-08-31, -/games/boxart/full_4959156JapanFrontccc.jpg,Gundam 0079: The War For Earth,PS,Adventure,Bandai,Presto Studios,,,,,,,1997-05-02, -/games/boxart/full_gunparade-march_9JapanFront.jpg,GunParade March,PSN,Adventure,Sony Computer Entertainment,Alfa System,,,,,,,2010-09-22, -/games/boxart/full_gun-parade-march_10JapanFront.jpg,GunParade March,PS,Adventure,Sony Computer Entertainment,Alfa System,,,,,,,2000-09-28, -/games/boxart/full_9041813JapanFrontccc.jpg,Gunslinger Girl Volume I,PS2,Adventure,Marvelous Interactive,Media Works,,,,,,,2004-04-08, -/games/boxart/full_9320637JapanFrontccc.jpg,Gunslinger Girl Volume II,PS2,Adventure,Marvelous Interactive,Media Works,,,,,,,2004-06-17, -/games/boxart/full_3907085JapanFrontccc.jpg,Gunslinger Girl Volume III,PS2,Adventure,Marvelous Interactive,Media Works,,,,,,,2004-08-19, -/games/boxart/full_guren-ni-somaru-gin-no-rosario_245JapanFront.jpg,Guren ni Somaru Gin no Rosario,PC,Adventure,F&C,F&C,,,,,,,2006-04-28, -/games/boxart/default.jpg,Gyakushuu 4,PC,Adventure,Unknown,Anim,,,,,,,2011-08-26, -/games/boxart/full_1062403JapanFrontccc.jpg,Gyakuten Saiban,GBA,Adventure,Capcom,Capcom,,,,,,,2001-10-12, -/games/boxart/default.jpg,Gyokugen Dasshutsu Adv: Zennin Shiboudes,PSV,Adventure,Unknown,ChunSoft,,,,,,,, -/games/boxart/full_gyokugen-dasshutsu-adv-zennin-shiboudes_598JapanFront.png,Gyokugen Dasshutsu Adv: Zennin Shiboudes,3DS,Adventure,ChunSoft,ChunSoft,,,,,,,2012-02-16, -/games/boxart/full_h2o-root-after-and-another-complete-story-edition_0JapanFront.jpg,H2O / Root: After and Another Complete Story Edition,PC,Adventure,Unknown,Makura,,,,,,,2009-07-31, -/games/boxart/full_h2o-footprints-in-the-sand_384JapanFront.jpg,H2O: Footprints in the Sand,PC,Adventure,Unknown,Makura,,,,,,,2006-06-23, -/games/boxart/default.jpg,Hachi Koi,DS,Adventure,Unknown,Neuron Age,,,,,,,, -/games/boxart/full_2144498JapanFrontccc.jpg,Hachi-One Diver,PS2,Adventure,SilverStar,SilverStar Japan,,,,,,,2009-09-17, -/games/boxart/default.jpg,Hachi-One Diver DS Story,DSiW,Adventure,SilverStar,SilverStar Japan,,,,,,,2010-03-17, -/games/boxart/default.jpg,Hachi-One Diver Wii,WW,Adventure,SilverStar,SilverStar Japan,,,,,,,2009-03-24, -/games/boxart/full_hachigatsu-no-nostalgia_658JapanFront.jpg,Hachigatsu no Nostalgia,PC,Adventure,BeF,BeF,,,,,,,2000-07-07, -/games/boxart/full_hachigatsu-no-nostalgia-the-summer_371JapanFront.jpg,Hachigatsu no Nostalgia: The Summer,PC,Adventure,BeF,BeF,,,,,,,2003-05-16, -/games/boxart/full_hachimitsu-otome-blossom-days_721JapanFront.jpg,Hachimitsu Otome Blossom Days,PC,Adventure,Lupinus,Lupinus,,,,,,,2009-10-23, -/games/boxart/default.jpg,Hagane no Oni,PC,Adventure,Unknown,Studio Neko Punch,,,,,,,2003-07-11, -/games/boxart/default.jpg,Hagane no Oni: Kidou Hohei vs. Onna Ninja Gundan,PC,Adventure,Unknown,Studio Neko Punch,,,,,,,1999-10-08, -/games/boxart/default.jpg,Hakkou no Niidzuma: Watashi... Nigera Renai...,PC,Adventure,GokuFero,GokuFero,,,,,,,2011-08-19, -/games/boxart/default.jpg,Hakuisei Renai Shoukougun,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-09-29, -/games/boxart/full_hakuouki-zuisouroku-portable-twin-pack_7JapanFront.jpg,Hakuouki: Zuisouroku Portable Twin Pack,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2010-08-26, -/games/boxart/default.jpg,Hallowed Legends,PC,Adventure,Unknown,PlayFirst,,,,,,,, -/games/boxart/full_6874773JapanFrontccc.jpg,Hamepane Tokyo Myuu Myuu,GBA,Adventure,Takara,Takara,,,,,,,2002-07-11, -/games/boxart/full_2058668JapanFrontccc.jpg,Hametsu no Mars,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2005-05-26, -/games/boxart/full_hamiltons-great-adventure_418PALFront.jpg,Hamilton's Great Adventure,PSN,Adventure,Unknown,Fatshark AB,7,,,,,,2011-08-23, -/games/boxart/full_hamiltons-great-adventure_826AmericaFront.jpg,Hamilton's Great Adventure,PC,Adventure,Unknown,Fatshark AB,7,,,,,,2011-05-31, -/games/boxart/full_hana-to-otome-ni-shukufuku-o-shunpuu-no-okurimono-portable_424JapanFront.jpg,Hana to Otome ni Shukufuku o: Shunpuu no Okurimono Portable,PSP,Adventure,Unknown,Boost On,,,,,,,2011-10-27, -/games/boxart/full_hana-yori-dango-another-love-story_224JapanFront.jpg,Hana Yori Dango: Another Love Story,GB,Adventure,TDK Core,TDK Core,,,,,,,2001-07-27, -/games/boxart/full_hanakisou_4JapanFront.jpg,Hanakisou,PS2,Adventure,Prototype,HaccaWorks,,,,,,,2006-07-06, -/games/boxart/full_hanakisou_8JapanFront.jpg,Hanakisou,PSP,Adventure,Prototype,HaccaWorks,,,,,,,2010-08-12, -/games/boxart/default.jpg,"Hanayaka Kana, Ware ga Ichizoku: Kinema Mosaic",PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2011-12-08, -/games/boxart/full_5231175AmericaFrontccc.jpg,Hannah Montana: The Movie,PC,Adventure,Disney Interactive Studios,n-Space,,,,,,,2009-05-19, -/games/boxart/9259676ccc.jpg,Hans Christian Andersen: The Ugly Prince Duckling,PC,Adventure,The Adventure Company,Guppyworks,,,,,,,2007-03-20, -/games/boxart/full_hansel-amp-gretel_0PALFront.jpg,Hansel & Gretel,PS2,Adventure,Phoenix Games,Phoenix Games,,,,,,,2006-11-24, -/games/boxart/full_3012203JapanFrontccc.jpg,Happy Breeding,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-02-27, -/games/boxart/7052009ccc.jpg,Happy Feet,PS2,Adventure,Midway Games,Artificial Mind and Movement,,,,,,,2006-11-14, -/games/boxart/4810975ccc.jpg,Happy Feet,GBA,Adventure,Midway Games,Artificial Mind and Movement,5.1,,,,,,2006-11-14, -/games/boxart/4995439ccc.jpg,Happy Feet,PC,Adventure,Midway Games,Artificial Mind and Movement,,,,,,,2006-11-14, -/games/boxart/full_6259816PALFrontccc.jpg,Happy Hippos World Tour,DS,Adventure,Flashpoint Games,10tacle Studios AG,,,,,,,2007-11-12, -/games/boxart/full_6277175JapanFrontccc.jpg,Happy Lesson: First Lesson,DC,Adventure,Datam Polystar,fupac,,,,,,,2000-09-28, -/games/boxart/full_harem-party_440JapanFront.jpg,Harem Party,PC,Adventure,MangaGamer,Tactics,,,,,,,2011-11-25, -/games/boxart/default.jpg,Harry Potter and the Goblet of Fire,PSN,Adventure,Electronic Arts,Electronic Arts,,,,,,,2010-07-30, -/games/boxart/full_harry-potter-and-the-order-of-the-phoenix_3PALFront.png,Harry Potter and the Order of the Phoenix,PSN,Adventure,Electronic Arts,EA UK,,,,,,,2010-07-30, -/games/boxart/42710ccc.jpg,Harry Potter and the Order of the Phoenix,GBA,Adventure,Electronic Arts,Visual Impact,5,,,,,,2007-07-10, -/games/boxart/full_4315880JapanFrontccc.jpg,Harukanaru Toki no Naka de,GBA,Adventure,KOEI,Koei / Inis,,,,,,,2002-08-23, -/games/boxart/full_6866239JapanFrontccc.jpg,Harukanaru Toki no Naka de,PS,Adventure,KOEI,Koei / Inis,,,,,,,2000-04-06, -/games/boxart/full_6260795JapanFrontccc.jpg,Harukanaru Toki no Naka de 2,PS2,Adventure,KOEI,Koei,,,,,,,2002-02-28, -/games/boxart/full_1071304JapanFrontccc.jpg,Harukanaru Toki no Naka de 2,PC,Adventure,KOEI,Koei,,,,,,,2001-09-28, -/games/boxart/full_2171305JapanFrontccc.jpg,Harukanaru Toki no Naka de 2,PSP,Adventure,KOEI,Koei,,,,,,,2005-06-30, -/games/boxart/full_5601136JapanFrontccc.jpg,Harukanaru Toki no Naka de 3: Izayoiki,PS2,Adventure,KOEI,Koei,,,,,,,2005-09-22, -/games/boxart/full_9731459JapanFrontccc.jpg,Harukanaru Toki no Naka de 3: Unmei no Meikyuu,PS2,Adventure,KOEI,Koei,,,,,,,2006-03-23, -/games/boxart/full_3069611JapanFrontccc.jpg,Harukanaru Toki no Naka de: Hachiyoushou,PS2,Adventure,KOEI,Koei,,,,,,,2005-04-01, -/games/boxart/full_3290925JapanFrontccc.jpg,Harukanaru Toki no Naka de: Iroetebako,PSP,Adventure,KOEI,Koei,,,,,,,2005-04-07, -/games/boxart/full_1178770JapanFrontccc.jpg,Harukanaru Toki no Naka de: Mai Hito Yo,DS,Adventure,KOEI,Koei,,,,,,,2006-11-30, -/games/boxart/full_hatsune-no-naisho_32JapanFront.jpg,Hatsune no Naisho!!,PC,Adventure,Leaf,Leaf,,,,,,,1997-11-28, -/games/boxart/default.jpg,Haunted,PC,Adventure,DreamCatcher Interactive,DECK13 Interactive,,,,,,,2011-04-26,2018-05-10 -/games/boxart/default.jpg,Haunted Halls: Green Hills Sanitarium,PC,Adventure,Unknown,ERS G-Studio,,,,,,,, -/games/boxart/full_haunted-house_9AmericaFront.jpg,Haunted House,XBL,Adventure,Atari,Atari,,,,,,,2010-10-27, -/games/boxart/default.jpg,Haunted House: Cryptic Graves,PC,Adventure,Atari,Dreampainters,,,,,,,2015-01-01, -/games/boxart/full_9727632AmericaFrontccc.jpg,Hawaiian Explorer Lost Island,PC,Adventure,Unknown,Unknown,,,,,,,2008-08-05, -/games/boxart/full_2302187JapanFrontccc.jpg,Hayarigami 2: Keishichou Kaii Jiken File,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2007-11-15, -/games/boxart/full_hayarigami-3-keishichou-kaii-jiken-file_10JapanFront.jpg,Hayarigami 3: Keishichou Kaii Jiken File,PSN,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2010-08-05, -/games/boxart/full_2442136JapanFrontccc.jpg,Hayarigami Portable: Keishichou Kaii Jiken File,PSP,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2005-12-15, -/games/boxart/full_hayarigami-portable-keishichou-kaijiken-file_6JapanFront.jpg,Hayarigami Portable: Keishichou Kaijiken File,PSN,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2009-07-01, -/games/boxart/full_6697584JapanFrontccc.jpg,Hayarigami Revenge: Keishichou Kaii Jiken File,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2005-07-14, -/games/boxart/full_7177058JapanFrontccc.jpg,Hayarigami: Keishichou Kaii Jiken File,PS2,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2004-08-05, -/games/boxart/default.jpg,Heart no Kuni no Alice,PC,Adventure,Quinrose,QuinRose,,,,,,,2007-02-14, -/games/boxart/full_7917386AmericaFrontccc.jpg,Heart of China,PC,Adventure,Sierra Online,"Dynamix, Inc.",,,,,,,1991-01-01, -/games/boxart/full_heart-work_238AmericaFront.jpg,Heart Work,PC,Adventure,Kitty Media,Active,,,,,,,2009-05-26, -/games/boxart/full_heavens-will_6JapanFront.jpg,Heaven's Will,PSP,Adventure,Taito,Global A Entertainment,,,,,,,2006-10-26, -/games/boxart/full_4611206AmericaFrontccc.jpg,Heavy Rain,PS4,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2016-03-01, -/games/boxart/full_1552137AmericaFrontccc.jpg,Heavy Rain Chronicles - Chapter 1: The Taxidermist,PSN,Adventure,Sony Computer Entertainment,Quantic Dream,7.3,,,,,,2010-04-01, -/games/boxart/full_hector-badge-of-carnage-episode-1-we-negotiate-with-terrorists_966AmericaFront.jpg,Hector: Badge of Carnage - Episode 1: We Negotiate With Terrorists,PC,Adventure,Telltale Games,Straandlooper,7.9,,,,,,2011-04-27, -/games/boxart/full_3705090AmericaFrontccc.jpg,Hector: Badge of Carnage - Episode 2: Senseless Acts of Justice,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2011-08-25, -/games/boxart/full_7932083AmericaFrontccc.jpg,Hector: Badge of Carnage - Episode 3: Beyond Reasonable Doom,PC,Adventure,Telltale Games,Telltale Games,6,,,,,,2011-09-23, -/games/boxart/default.jpg,Hector: Badge of Carnage: Episode 1: We Negotiate with Terrorists,PC,Adventure,Unknown,Telltale Games,,,,,,,, -/games/boxart/full_5876413AmericaFrontccc.png,Heileen 2: The Hands Of Fate,PC,Adventure,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2009-12-12, -/games/boxart/full_4649396AmericaFrontccc.png,Heileen 2: The Hands Of Fate,OSX,Adventure,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2009-12-12, -/games/boxart/full_1307370AmericaFrontccc.png,Heileen 2: The Hands Of Fate,Linux,Adventure,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2009-12-12, -/games/boxart/full_9763829AmericaFrontccc.jpg,Heileen 3: New Horizons,Linux,Adventure,Winter Wolves Studio,Winter Wolves Studio,,,,,,,2012-12-12, -/games/boxart/full_4099031AmericaFrontccc.jpg,Heileen 3: New Horizons,PC,Adventure,Winter Wolves Studio,Winter Wolves Studio,,,,,,,2012-12-12, -/games/boxart/full_7075708AmericaFrontccc.jpg,Heileen 3: New Horizons,OSX,Adventure,Winter Wolves Studio,Winter Wolves Studio,,,,,,,2012-12-12, -/games/boxart/full_6278127JapanFrontccc.jpg,Heisei Shin Oniga Shima: Kouhen,VC,Adventure,Nintendo,Pax Softonica,,,,,,,2010-06-01, -/games/boxart/full_8580739JapanFrontccc.jpg,Heisei Shin Oniga Shima: Kouhen,SNES,Adventure,Nintendo,Pax Softonica,,,,,,,1997-12-01, -/games/boxart/full_7744049JapanFrontccc.jpg,Heisei Shin Oniga Shima: Zenpen,VC,Adventure,Nintendo,Pax Softonica,,,,,,,2010-05-25, -/games/boxart/full_9349853JapanFrontccc.jpg,Heisei Shin Oniga Shima: Zenpen,SNES,Adventure,Nintendo,Pax Softonica,,,,,,,1997-12-01, -/games/boxart/default.jpg,Helam: A Stripling Warrior Quest,PC,Adventure,Unknown,React Games,,,,,,,2011-11-01, -/games/boxart/full_hell-a-cyberpunk-thriller_0AmericaFront.jpg,Hell: A Cyberpunk Thriller,PC,Adventure,GameTek,Take-Two Interactive,,,,,,,1994-01-01, -/games/boxart/2077254ccc.jpg,Hell: A Cyberpunk Thriller,3DO,Adventure,GameTek,Take-Two Interactive,,,,,,,1994-01-01, -/games/boxart/full_485752JapanFrontccc.jpg,Hello Kitty Collection: Miracle Fashion Maker,GBA,Adventure,Imagineer,Imagineer,,,,,,,2001-10-19, -/games/boxart/full_hello-kitty-no-happy-house_738JapanFront.jpg,Hello Kitty no Happy House,GB,Adventure,MTO,MTO,,,,,,,2002-03-02, -/games/boxart/full_148734JapanFrontccc.jpg,Hello Kitty no Sweet Adventure: Daniel Kun ni Aitai,GB,Adventure,Imagineer,Imagineer,,,,,,,2000-07-19, -/games/boxart/full_8707546JapanFrontccc.jpg,Hello Kitty to Dear Daniel no Dream Adventure,GB,Adventure,Imagineer,Imagineer,,,,,,,2001-04-14, -/games/boxart/6079790ccc.jpg,Herc's Adventures,SAT,Adventure,LucasArts,Big Ape Productions,,,,,,,1997-07-31, -/games/boxart/full_2835968JapanFrontccc.jpg,Higanbana,GBA,Adventure,Athena,Athena,,,,,,,2002-11-29, -/games/boxart/full_higurashi-daybreak-portable-mega-edition_1JapanFront.jpg,Higurashi Daybreak Portable Mega Edition,PSN,Adventure,Alchemist,Alchemist,,,,,,,2010-11-04, -/games/boxart/full_9943264JapanFrontccc.jpg,Higurashi no Naku Koro ni Kizuna: Ichi-Ni Maki Pack,DS,Adventure,Alchemist,Alchemist,,,,,,,2009-12-24, -/games/boxart/full_4416195JapanFrontccc.jpg,Hiiro no Kakera,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2006-07-06, -/games/boxart/full_hiiro-no-kakera-aizouban-akane-iro-no-tsuioku_692JapanFront.jpg,Hiiro no Kakera Aizouban: Akane Iro no Tsuioku,PS3,Adventure,Idea Factory,Idea Factory,,,,,,,2011-05-26, -/games/boxart/full_964417JapanFrontccc.jpg,Hiiro no Kakera: Ano Sora no Shita de,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2007-02-15, -/games/boxart/full_hiiro-no-kakera-twin-pack_649JapanFront.jpg,Hiiro no Kakera: Twin Pack,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2011-07-14, -/games/boxart/full_329770JapanFrontccc.jpg,Hikaru no Go: Insei Choujou Kessen,PS,Adventure,Konami,Tenky,,,,,,,2002-12-19, -/games/boxart/default.jpg,"Hime Kishi Olivia: E, Hentai, Kono Hentai Otoko!",PC,Adventure,Unknown,Silky`s,,,,,,,2011-08-26, -/games/boxart/full_1685677JapanFrontccc.jpg,HimeHibi: Princess Days,PS2,Adventure,Takuyo,Takuyo,,,,,,,2006-12-28, -/games/boxart/full_6277511JapanFrontccc.jpg,HimeHibi: Princess Days Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2008-07-17, -/games/boxart/full_1013938JapanFrontccc.jpg,Himitsu: Tadagaita Natsu,DC,Adventure,Starfish,Starfish,,,,,,,2001-07-26, -/games/boxart/full_hirata-shogo-interactive-ehon-aesop-monogatari_5JapanFront.jpg,Hirata Shogo Interactive Ehon: Aesop Monogatari,3DO,Adventure,Elcom,Elcom,,,,,,,1994-11-03, -/games/boxart/full_hirata-shogo-interactive-ehon-cinderella_0JapanFront.jpg,Hirata Shogo Interactive Ehon: Cinderella,3DO,Adventure,Elcom,Elcom,,,,,,,1995-01-13, -/games/boxart/full_6536653JapanFrontccc.jpg,Hirata Shogo Interactive Ehon: Ookami to Shichi Hiki no Koyagi,3DO,Adventure,Elcom,Elcom,,,,,,,1995-01-13, -/games/boxart/full_hirata-shogo-interactive-ehon-sanhiki-no-kobuta_6JapanFront.jpg,Hirata Shogo Interactive Ehon: Sanhiki no Kobuta,3DO,Adventure,Elcom,Elcom,,,,,,,1994-12-02, -/games/boxart/full_6364516JapanFrontccc.jpg,Hirata Shogo Interactive Ehon: Shirayuki Hime,3DO,Adventure,Elcom,Elcom,,,,,,,1994-11-03, -/games/boxart/default.jpg,Hitodzuma Man!! Dzumanda Kunoichi Migoro,PC,Adventure,Swan,Swan,,,,,,,2009-08-28, -/games/boxart/full_8361252JapanFrontccc.jpg,Hitogata Ruins,PC,Adventure,Studio e-go,Studio e-go,,,,,,,2004-12-24, -/games/boxart/full_4546330AmericaFrontccc.jpg,Hohokum,PS3,Adventure,Sony Computer Entertainment,Honeyslug,,,,,,,2014-08-12,2018-09-14 -/games/boxart/full_436195AmericaFrontccc.jpg,Hohokum,PS4,Adventure,Sony Computer Entertainment,Honeyslug,,,,,,,2014-08-12,2018-09-14 -/games/boxart/full_326737AmericaFrontccc.jpg,Hohokum,PSV,Adventure,Sony Computer Entertainment,Honeyslug,,,,,,,2014-08-12,2018-09-14 -/games/boxart/full_9390382AmericaFrontccc.jpg,Hook,PC,Adventure,Ocean,Shadow Software,,,,,,,1992-01-01, -/games/boxart/full_904542PALFrontccc.jpg,Horrible Histories: Ruthless Romans,PC,Adventure,Graffiti,Virtual Identity,,,,,,,2010-04-27, -/games/boxart/full_376258JapanFrontccc.jpg,Hoshi Furu,PS2,Adventure,Piacci,Piacci,,,,,,,2008-07-31, -/games/boxart/full_hoshi-no-furu-sato_483JapanFront.jpg,Hoshi no Furu Sato,PC,Adventure,FACE,FACE,,,,,,,2000-07-28, -/games/boxart/full_hoshi-no-furu-toki_10JapanFront.jpg,Hoshi no Furu Toki,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2005-09-22, -/games/boxart/full_hoshi-o-sagashite_2JapanFront.jpg,Hoshi o Sagashite...,MS,Adventure,Sega,Sega,,,,,,,1988-04-02, -/games/boxart/full_8756315JapanFrontccc.jpg,Hoshiiro no Okurimono Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2008-11-27, -/games/boxart/full_hoshizora-e-kakaru-hashi_553JapanFront.jpg,Hoshizora e Kakaru Hashi,PC,Adventure,Feng,Feng,,,,,,,2010-10-15, -/games/boxart/full_4794030JapanFrontccc.jpg,Hoshizora no Memoria: Wish Upon a Shooting Star,PC,Adventure,Favorite,Favorite,,,,,,,2009-03-27, -/games/boxart/full_hoshizora-planet_337JapanFront.jpg,Hoshizora Planet,PC,Adventure,Digerati,D.O.,,,,,,,2000-12-08, -/games/boxart/full_hoshizora-planet-yume-hako_254JapanFront.jpg,Hoshizora Planet: Yume Hako,PC,Adventure,Digerati,D.O.,,,,,,,2003-10-31, -/games/boxart/full_house-md_7AmericaFront.jpg,House M.D.,PC,Adventure,Mindscape,Legacy Interactive,,,,,,,2010-09-12, -/games/boxart/full_2488528JapanFrontccc.jpg,Hunter X Hunter: Sorezore no Ketsui,WS,Adventure,Bandai,Bandai,,,,,,,2001-04-26, -/games/boxart/full_5035635PALFrontccc.jpg,Hype: The Time Quest,PS2,Adventure,Ubisoft,Playmobil Interactive,,,,,,,2002-09-20, -/games/boxart/full_8306803AmericaFrontccc.jpg,Hype: The Time Quest,GB,Adventure,Ubisoft,Playmobil Interactive,,,,,,,2001-07-16, -/games/boxart/full_hysteria-project_8PALFront.jpg,Hysteria Project,PSN,Adventure,Sanuk Games,Bulkypix,,,,,,,2010-04-22, -/games/boxart/full_hysteria-project-2_909AmericaFront.jpg,Hysteria Project 2,iOS,Adventure,Unknown,Bulkypix,,,,,,,, -/games/boxart/full_2693700AmericaFrontccc.jpg,"I Have No Mouth, and I Must Scream",PC,Adventure,Cyberdreams,The Dreamers Guild,,,,,,,1995-10-31, -/games/boxart/full_io_842JapanFront.jpg,I/O,PS2,Adventure,GN Software,Regista,,,,,,,2006-01-26, -/games/boxart/full_362448JapanFrontccc.jpg,Ibarado: Rapture no Kaeru Machi,PS,Adventure,System Sacom,System Sacom,,,,,,,1997-10-16, -/games/boxart/full_9565486AmericaFrontccc.jpg,iCarly: iDream in Toons,PC,Adventure,Activision,"Big Blue Bubble, Inc.",,,,,,,2009-10-13, -/games/boxart/full_2927092JapanFrontccc.jpg,Ichigo 100% Strawberry Diary,PS2,Adventure,Tomy Corporation,Alpha Unit,,,,,,,2005-02-10, -/games/boxart/full_idol-hakkenden_0JapanFront.jpg,Idol Hakkenden,NES,Adventure,Unknown,Natsume,,,,,,,1989-09-14, -/games/boxart/full_9444443JapanFrontccc.jpg,Idol Hotline: Nakayama Miho no Tokimeki High School (FDS),NES,Adventure,Nintendo,Square,,,,,,,1987-12-19, -/games/boxart/full_7999779JapanFrontccc.jpg,Idol Janshi Suchi-Pai III Remix,DS,Adventure,Jaleco,Jaleco Entertainment,,,,,,,2007-07-26, -/games/boxart/full_4331851JapanFrontccc.jpg,Idol Janshi Suchi-Pai III Remix,PSP,Adventure,Jaleco,Jaleco Entertainment,,,,,,,2007-07-26, -/games/boxart/full_idol-janshi-suchi-pai-iv-portable_6JapanFront.jpg,Idol Janshi Suchi-Pai IV Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2010-08-12, -/games/boxart/full_159344AmericaFrontccc.jpg,Igor: The Game,PC,Adventure,SouthPeak Interactive,Legacy Interactive,,,,,,,2008-09-16, -/games/boxart/full_iida-joji-nightmare-interactive-moon-cradle-igyou-no-hanayome_8JapanFront.jpg,Iida Joji Nightmare Interactive: Moon Cradle- Igyou no Hanayome,3DO,Adventure,Pack-In-Video,Pack-In-Video,,,,,,,1995-12-15, -/games/boxart/default.jpg,Ijikuri Mama 2,PC,Adventure,Unknown,Moon (2011),,,,,,,2011-08-26, -/games/boxart/default.jpg,Ikenai Ayaka Neesan to Yari Sugi Yuuwaku Seikatsu,PC,Adventure,Norn,Norn,,,,,,,2011-08-26, -/games/boxart/full_ikenie-no-yoru_855JapanFront.jpg,Ikenie no Yoru,Wii,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2011-03-24, -/games/boxart/default.jpg,Ikusa Otome Valkyrie,PC,Adventure,Rune,Rune,,,,,,,2004-07-30, -/games/boxart/7250008ccc.jpg,Illbleed,DC,Adventure,AIA,Crazy Games,6.3,,,,,,2001-04-16, -/games/boxart/full_9712367JapanFrontccc.png,Imabikisou: Kaimei Hen,Wii,Adventure,Sega,ChunSoft,,,,,,,2008-08-07, -/games/boxart/full_1913384JapanFrontccc.jpg,Imadoki no Vampire: Bloody Bride,PS,Adventure,Atlus,Atlus Co.,,,,,,,1996-12-27, -/games/boxart/full_8535861AmericaFrontccc.jpg,In Cold Blood,PC,Adventure,DreamCatcher Interactive,Revolution Software Ltd.,,,,,,,2001-03-25, -/games/boxart/default.jpg,Inda 999,PC,Adventure,Vega,Vega,,,,,,,2002-08-23, -/games/boxart/full_indiana-jones-and-the-infernal-machine_662AmericaFront.jpg,Indiana Jones and the Infernal Machine,GB,Adventure,THQ,HotGen Studios,,,,,,,2001-03-22, -/games/boxart/full_1261453AmericaFrontccc.jpg,Indiana Jones and the Infernal Machine,N64,Adventure,LucasArts,Factor 5,,,,,,,2000-12-14, -/games/boxart/full_indiana-jones-in-revenge-of-the-ancients_42AmericaFront.jpg,Indiana Jones in Revenge of the Ancients,PC,Adventure,Mindscape,"Angelsoft, Inc.",,,,,,,1987-01-01, -/games/boxart/full_2198000AmericaFrontccc.jpg,Indigo Prophecy,XBL,Adventure,Atari,Quantic Dream,,,,,,,2007-12-04, -/games/boxart/5462266ccc.jpg,Industrial Spy: Operation Espionage,DC,Adventure,UFO Interactive,NEC Interchannel,,,,,,,2000-06-01, -/games/boxart/default.jpg,Inen no Yakata,PC,Adventure,Black Package,Black Package,,,,,,,2011-12-09, -/games/boxart/full_4402819JapanFrontccc.jpg,Infinity Plus,PS2,Adventure,CyberFront,CyberFront,,,,,,,2008-10-09, -/games/boxart/full_3844494JapanFrontccc.jpg,Infinity Plus Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2009-08-13, -/games/boxart/full_7391322AmericaFrontccc.png,Inherit the Earth: Quest for the Orb,PC,Adventure,New World Computing,The Dreamers Guild,,,,,,,1994-01-01, -/games/boxart/default.jpg,Inkoku no Ryohime,PC,Adventure,Unknown,softhouse-seal,,,,,,,2011-12-09, -/games/boxart/full_3288793JapanFrontccc.jpg,Innocence Pain,PC,Adventure,Ankh,Ankh,,,,,,,2004-06-25, -/games/boxart/full_innocent-colors-canvas-2-fan-disc_38JapanFront.jpg,Innocent Colors: Canvas 2 Fan Disc,PC,Adventure,F&C,F&C,,,,,,,2004-08-13, -/games/boxart/full_5451125JapanFrontccc.jpg,Inoue Ryoko: Roommate,DC,Adventure,Datam Polystar,Datam Polystar,,,,,,,2001-07-05, -/games/boxart/full_7144313AmericaFrontccc.jpg,Insanity's Blade,WiiU,Adventure,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_6433241AmericaFrontccc.jpg,Insanity's Blade,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-31, -/games/boxart/full_4777345AmericaFrontccc.jpg,Insanity's Blade,Linux,Adventure,Unknown,Unknown,,,,,,,2014-08-31, -/games/boxart/full_5275577AmericaFrontccc.jpg,Insanity's Blade,OSX,Adventure,Unknown,Unknown,,,,,,,2014-08-31, -/games/boxart/4477537ccc.jpg,Insecticide,PC,Adventure,Crackpot Entertainment,"Crackpot Entertainment / Creat Studios, Inc.",,,,,,,2008-06-13, -/games/boxart/default.jpg,Inspector Gadget: Mission 1 Global Terror,PC,Adventure,Unknown,Azeroth,,,,,,,1990-01-01, -/games/boxart/full_3247860JapanFrontccc.jpg,Interlude,DC,Adventure,NEC Interchannel,LongShot,,,,,,,2003-03-13, -/games/boxart/full_6956574JapanFrontccc.jpg,Interlude,PS2,Adventure,NEC Interchannel,LongShot,,,,,,,2003-10-09, -/games/boxart/full_6607512JapanFrontccc.jpg,Inukko Club,GBA,Adventure,Jorudan,Jorudan,,,,,,,2002-12-13, -/games/boxart/full_5907774JapanFrontccc.jpg,InuYasha: Fuuun Emaki,WS,Adventure,Bandai,Bandai,,,,,,,2002-07-27, -/games/boxart/full_1066868JapanFrontccc.jpg,InuYasha: Kagome no Sengokuki,WS,Adventure,Bandai,Bandai,,,,,,,2001-11-02, -/games/boxart/full_7799048JapanFrontccc.jpg,InuYasha: Kagome no Yume Nikki,WS,Adventure,Bandai,Tomcat System,,,,,,,2002-11-16, -/games/boxart/full_666425JapanFrontccc.jpg,Iris,DC,Adventure,KID,KID,,,,,,,2003-08-07, -/games/boxart/full_iron-helix_93AmericaFront.jpg,Iron Helix,SCD,Adventure,Spectrum Holobyte,Spectrum Holobyte,,,,,,,1992-01-01, -/games/boxart/full_4560775JapanFrontccc.jpg,Iron Maiden: Hagane no Otome,PC,Adventure,Ole,Ole,,,,,,,2006-11-24, -/games/boxart/full_9461818AmericaFrontccc.jpg,Iron Roses,PC,Adventure,Sandlot Games,Cateia Games,,,,,,,2009-09-24, -/games/boxart/full_3003416JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,SAT,Adventure,Riverhillsoft,Riverhillsoft,,,,,,,1995-09-22, -/games/boxart/default.jpg,J.B. Harold: Blue Chicago Blues,PC,Adventure,CyberFront,Riverhillsoft,,,,,,,2001-01-26, -/games/boxart/full_7887065JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,PCFX,Adventure,NEC Interchannel,Riverhillsoft,,,,,,,1996-03-22, -/games/boxart/full_6970037JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,PS,Adventure,Riverhillsoft,Riverhillsoft,,,,,,,1995-11-22, -/games/boxart/full_6102256JapanFrontccc.jpg,J.B. Harold: Blue Chicago Blues,3DO,Adventure,Riverhillsoft,Riverhillsoft,,,,,,,1995-11-22, -/games/boxart/default.jpg,J.U.L.I.A.,PC,Adventure,Unknown,CBE Software s.r.o.,,,,,,,, -/games/boxart/full_2368693AmericaFrontccc.jpeg,J.U.L.I.A. Among the Stars,PC,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2012-09-12,2018-08-11 -/games/boxart/full_6182302AmericaFrontccc.jpg,J.U.L.I.A. Among the Stars,OSX,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2012-09-12,2018-08-11 -/games/boxart/full_4752467AmericaFrontccc.jpeg,Jack Keane 2,PC,Adventure,Astragon,DECK13 Interactive,,,,,,,2013-06-28,2018-05-10 -/games/boxart/full_jack-orlando-a-cinematic-adventure_807AmericaFront.jpg,Jack Orlando: A Cinematic Adventure,PC,Adventure,JoWood Productions,TopWare Interactive,,,,,,,2001-10-14, -/games/boxart/full_308556AmericaFrontccc.jpg,Jakers! Let's Explore,Wii,Adventure,Graffiti,Graffiti Entertainment,,,,,,,2009-10-20, -/games/boxart/default.jpg,Jakers! Let's Explore,DS,Adventure,Unknown,Graffiti Entertainment,,,,,,,, -/games/boxart/full_james-clavells-shogun_262AmericaFront.jpg,James Clavell's Shogun,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1988-01-01, -/games/boxart/default.jpg,Jekyll & Hyde,PC,Adventure,Unknown,In Utero,,,,,,,, -/games/boxart/default.jpg,Jelly Kingdoms,DSiW,Adventure,Unknown,Schell Games,,,,,,,, -/games/boxart/full_jesus-ii_920AmericaFront.jpg,Jesus II,PC,Adventure,Enix,Enix Corporation,,,,,,,1991-03-24, -/games/boxart/default.jpg,Jesus: Kyōfu no Bio-Monster,PC,Adventure,Unknown,Enix Corporation,,,,,,,, -/games/boxart/default.jpg,Jesus: Kyōfu no Bio-Monster,NES,Adventure,King Records,"Enix corporation., Chunsoft Co., Ltd.",,,,,,,1989-03-17, -/games/boxart/full_8603539JapanFrontccc.jpg,Jewels Ocean: Star of Sierra Leone,PS2,Adventure,Pione Soft,Pione Soft,,,,,,,2006-02-23, -/games/boxart/full_jigoku-sensei-nube_672JapanFront.jpg,Jigoku Sensei NuBe,PS,Adventure,Bandai,Bandai,,,,,,,1997-05-16, -/games/boxart/full_3009512JapanFrontccc.jpg,Jigoku Shoujo Akekazura,DS,Adventure,Compile Heart,Compile Heart,,,,,,,2007-09-27, -/games/boxart/full_9842366JapanFrontccc.jpg,Jigoku Shoujo Mioyosuga,PS2,Adventure,Compile Heart,Compile Heart,,,,,,,2009-09-17, -/games/boxart/default.jpg,JK to Ero-ryman: Junjou Meikko o Love Hotel Nitsure,PC,Adventure,Unknown,Blue Gale,,,,,,,2011-08-12, -/games/boxart/full_4445981AmericaFrontccc.png,Joe Dever's Lone Wolf: The Shianti Halls,And,Adventure,Bulkypix,Bulkypix,,,,,,,2014-08-07, -/games/boxart/6704737ccc.jpg,Journey to the Center of the Earth,PC,Adventure,Viva Media,Frogwares,,,,,,,2003-10-27, -/games/boxart/full_journey-the-quest-begins_273AmericaFront.jpg,Journey: The Quest Begins,PC,Adventure,Infocom,"Infocom, Inc.",,,,,,,1988-01-01, -/games/boxart/default.jpg,Jozakari wa Toshishita mi,PC,Adventure,Unknown,Studio Ebisu,,,,,,,2011-08-26, -/games/boxart/6430660ccc.jpg,Juka and the Monophonic Menace,GBA,Adventure,SouthPeak Interactive,"Orbital Media, Inc.",7.2,,,,,,2006-10-24, -/games/boxart/full_jungle-book_4AmericaFront.jpg,Jungle Book,PC,Adventure,IBM,Powerhouse Entertainment,,,,,,,1996-01-01, -/games/boxart/3481955ccc.jpg,Jurassic Park Interactive,3DO,Adventure,Universal Interactive,Universal Interactive Studios,,,,,,,1994-01-01, -/games/boxart/full_juujimoto-ripputai-sypher_82JapanFront.jpg,Juujimoto Ripputai Sypher,PC,Adventure,Abel,Abel Software,,,,,,,2004-12-24, -/games/boxart/full_5046175JapanFrontccc.jpg,Juujimoto Ripputai Sypher: Game of Survival,PS2,Adventure,Abel,Abel Software,,,,,,,2007-06-28, -/games/boxart/full_232648JapanFrontccc.jpg,Kadenz Fermata//Akkord:Fortissimo,PSV,Adventure,5pb,La'cryma,,,,,,,2014-12-11, -/games/boxart/full_8819261JapanFrontccc.jpg,Kaen Seibo: The Virgin on Megiddo,DC,Adventure,Hiromi,Kobi,,,,,,,2001-08-02, -/games/boxart/full_6994419JapanFrontccc.jpg,Kaena,PS2,Adventure,Namco,Xilam,,,,,,,2004-04-15, -/games/boxart/full_kaeru-batake-de-tsukamaete_2JapanFront.jpg,Kaeru Batake de Tsukamaete,PS2,Adventure,Takuyo,Takuyo,,,,,,,2010-04-28, -/games/boxart/full_kaeru-batake-de-tsukamaete-portable_145JapanFront.jpg,Kaeru Batake de Tsukamaete Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2010-11-11, -/games/boxart/full_kaeru-batake-de-tsukamaete-natsu-senbokuryou-sansen-portable_118JapanFront.jpg,Kaeru Batake de Tsukamaete: Natsu Senbokuryou Sansen Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2011-06-16, -/games/boxart/full_kaeru-batake-de-tsukamete-natsu-senbokuryou-sansen_304JapanFront.jpg,Kaeru Batake de Tsukamete: Natsu Senbokuryou Sansen!,PS2,Adventure,Takuyo,Takuyo,,,,,,,2010-12-28, -/games/boxart/full_8230088JapanFrontccc.jpg,Kaeru no Tame ni Kane wa Naru,GB,Adventure,Nintendo,Intelligent Systems,,,,,,,1992-09-14, -/games/boxart/default.jpg,Kagami Hana Suigetsu,PC,Adventure,Vega,Vega,,,,,,,2003-02-14, -/games/boxart/default.jpg,Kage no Sekuharist: Haramase Oui Keishou Soudou,PC,Adventure,Unknown,Lilith,,,,,,,2011-08-26, -/games/boxart/full_kaijin-zona_217JapanFront.jpg,Kaijin Zona,GB,Adventure,Nintendo,Vistec,,,,,,,2000-10-21, -/games/boxart/full_3721232JapanFrontccc.jpg,Kaitou Apricot,DC,Adventure,Takuyo,Takuyo,,,,,,,2003-03-06, -/games/boxart/full_kaleidoscope-bankakyou_691JapanFront.jpg,Kaleidoscope: Bankakyou,PC,Adventure,Ange,Ange,,,,,,,1999-08-07, -/games/boxart/full_8003958JapanFrontccc.jpg,Kamaitachi no Yoru,VC,Adventure,ChunSoft,ChunSoft,,,,,,,2007-02-13, -/games/boxart/full_4626849JapanFrontccc.jpg,Kamaitachi no Yoru 2: Tokubetsu Hen,PS,Adventure,ChunSoft,ChunSoft,,,,,,,1998-12-03, -/games/boxart/full_3409296JapanFrontccc.jpg,Kamaitachi no Yoru Advance,GBA,Adventure,ChunSoft,ChunSoft,,,,,,,2002-06-28, -/games/boxart/full_kamaitachi-hiiro-no-sakeme_726JapanFront.jpg,Kamaitachi: Hiiro no Sakeme,PC,Adventure,Bellda Soft,Bellda Soft,,,,,,,2001-03-30, -/games/boxart/full_kamipani_1JapanFront.jpg,Kamipani!,PC,Adventure,Clochette,Clochette,,,,,,,2008-03-28, -/games/boxart/full_7385117JapanFrontccc.jpg,Kamo no Hashikamo. Aimai Seikatsu no Susume,DS,Adventure,ASCII Media Works,ASCII Media Works,,,,,,,2009-12-03, -/games/boxart/full_kana-imouto_3AmericaFront.jpg,Kana Little Sister,PC,Adventure,G-Collections,D.O.,,,,,,,2002-07-02, -/games/boxart/full_kana-imouto_76JapanFront.jpg,Kana: Imouto,PSN,Adventure,CyberFront,CyberFront,,,,,,,2011-03-24, -/games/boxart/full_9453211JapanFrontccc.jpg,Kanon,PS2,Adventure,NEC Interchannel,Key,,,,,,,2002-02-28, -/games/boxart/full_9556371JapanFrontccc.jpg,Kanon,PC,Adventure,Key,Key,,,,,,,1999-06-04, -/games/boxart/full_7694572JapanFrontccc.jpg,Kanon,PSP,Adventure,Prototype,Key,,,,,,,2007-02-15, -/games/boxart/full_kanuchi-futatsu-no-tsubasa_343JapanFront.jpg,Kanuchi: Futatsu no Tsubasa,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2010-12-16, -/games/boxart/full_kanuchi-kuroki-tsubasa-no-shou_3JapanFront.jpg,Kanuchi: Kuroki Tsubasa no Shou,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2009-04-23, -/games/boxart/full_7764892AmericaFrontccc.jpg,Karma: Curse of the 12 Caves,PC,Adventure,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,1998-01-01, -/games/boxart/full_katakamuna-ushinawareta-ingaritsu_6JapanFront.jpg,Katakamuna: Ushinawareta Ingaritsu,PS2,Adventure,Alchemist,Alchemist,,,,,,,2004-11-25, -/games/boxart/full_kaze-no-oka-kouen-nite_794JapanFront.jpg,Kaze no Oka Kouen Nite,PS,Adventure,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1998-09-03, -/games/boxart/full_2319249JapanFrontccc.jpg,Kaze no Uta,DC,Adventure,Kyarara,Milk Soft,,,,,,,2004-04-15, -/games/boxart/full_kazoku-keikaku_87JapanFront.jpg,Kazoku Keikaku,PSN,Adventure,CyberFront,CyberFront,,,,,,,2011-03-10, -/games/boxart/full_1561820JapanFrontccc.jpg,Kekkon: Marriage,PS,Adventure,Shogakukan,Shogakukan Production,,,,,,,1996-10-10, -/games/boxart/full_7623852AmericaFrontccc.jpg,Kelly Club: Clubhouse Fun,GB,Adventure,Knowledge Adventure,Vicarious Visions,,,,,,,2001-10-31, -/games/boxart/full_3686090JapanFrontccc.jpg,Kenran Butoh Sai: The Mars Daybreak,PS2,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-07, -/games/boxart/full_8774695AmericaFrontccc.jpg,Kick & Fennick,PSV,Adventure,Unknown,Unknown,,,,,,,2015-02-03, -/games/boxart/default.jpg,Kidnapped,PC,Adventure,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8930732JapanFrontccc.jpg,Kidou Senkan Nadesico: The Blank of 3 Years,SAT,Adventure,Sega,Sega,,,,,,,1998-09-23, -/games/boxart/full_8209249AmericaFrontccc.jpg,Kids On Site,SCD,Adventure,Digital Pictures,Digital Pictures,,,,,,,1994-01-01, -/games/boxart/default.jpg,Kiero Oni-Chan,PC,Adventure,Unknown,Le Chocolat,,,,,,,2006-12-22, -/games/boxart/full_kieta-princess_3JapanFront.jpg,Kieta Princess (FDS),NES,Adventure,Imagineer,Infinity,,,,,,,1986-12-20, -/games/boxart/full_2417269JapanFrontccc.jpg,Kimi ga Nozomu Eien,PC,Adventure,age,age,,,,,,,2001-08-03, -/games/boxart/full_6229084JapanFrontccc.jpg,Kimi ga Nozomu Eien,DC,Adventure,Atypical Alchemists Associate,Atypical Alchemists Associate,,,,,,,2002-09-26, -/games/boxart/full_3889267JapanFrontccc.jpg,Kimi ga Nozomu Eien: Rumbling hearts,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-05-01, -/games/boxart/full_8553966JapanFrontccc.jpg,Kimokawae!,DS,Adventure,Genterprise,5pb. Games,,,,,,,2009-03-05,2018-12-19 -/games/boxart/default.jpg,Kindan: Kimi wa Boku Dake no Maiden,PC,Adventure,Guilty N,Guilty N,,,,,,,2006-10-27, -/games/boxart/full_kings-quest_715AmericaFront.jpg,King's Quest,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1984-01-01, -/games/boxart/full_kings-quest-i-quest-for-the-crown-vga-version_986AmericaFront.jpg,King's Quest I: Quest for the Crown (VGA Version),PC,Adventure,Unknown,Tierra,,,,,,,2001-07-07, -/games/boxart/full_kings-quest-ii-romancing-the-stones-vga_468AmericaFront.jpg,King's Quest II: Romancing the Stones (VGA Version),PC,Adventure,Unknown,AGD Interactive,,,,,,,2002-12-03, -/games/boxart/full_kings-quest-ii-romancing-the-throne_884AmericaFront.jpg,King's Quest II: Romancing the Throne,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1985-01-01, -/games/boxart/full_kings-quest-iii-redux-to-heir-is-human_236AmericaFront.jpg,King's Quest III Redux: To Heir is Human,PC,Adventure,Unknown,AGD Interactive,,,,,,,2011-02-24, -/games/boxart/5735055ccc.jpg,King's Quest III: To Heir Is Human,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1986-10-01, -/games/boxart/8563352ccc.jpg,King's Quest IV: The Perils of Rosella,PC,Adventure,Sierra Online,Sierra On-Line,,,,,,,1988-08-16, -/games/boxart/full_5313539AmericaFrontccc.jpg,King's Quest V,NES,Adventure,Konami,Novotrade,,,,,,,1992-06-01, -/games/boxart/4527577ccc.jpg,King's Quest V: Absence Makes the Heart Go Yonder!,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1990-11-09, -/games/boxart/3112774ccc.jpg,"King's Quest VI: Heir Today, Gone Tomorrow",PC,Adventure,Sierra Online,Sierra,,,,,,,1992-09-30, -/games/boxart/7864041ccc.jpg,King's Quest VII: The Princeless Bride,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1994-11-23, -/games/boxart/7631841ccc.jpg,King's Quest: Mask of Eternity,PC,Adventure,Sierra Entertainment,Sierra Studios,,,,,,,1998-01-01, -/games/boxart/8646991ccc.jpg,King's Quest: Quest for the Crown,MS,Adventure,Parker Bros.,Microsmiths Inc.,,,,,,,1989-01-01, -/games/boxart/full_kings-quest-quest-for-the-crown_6AmericaFront.jpg,King's Quest: Quest for the Crown,PC,Adventure,Unknown,Sierra Entertainment,,,,,,,2001-07-07, -/games/boxart/default.jpg,Kingdom,PC,Adventure,Commodore,Digital Eclipse,,,,,,,1977-01-01,2018-04-20 -/games/boxart/full_3555656AmericaFrontccc.jpg,Kingdom O' Magic,PC,Adventure,GT Interactive,SCi,,,,,,,1996-07-31, -/games/boxart/full_708189PALFrontccc.jpg,Kingdom Tales 2,OSX,Adventure,Libredia Entertainment,Cateia Games,,,,,,,2014-08-07, -/games/boxart/full_253250PALFrontccc.jpg,Kingdom Tales 2,PC,Adventure,Libredia Entertainment,Cateia Games,,,,,,,2014-08-07, -/games/boxart/5655008ccc.jpg,Kingdom: The Far Reaches,3DO,Adventure,Interplay,Virtual Image Productions,,,,,,,1995-01-01, -/games/boxart/full_kingdom-the-far-reaches_6AmericaFront.jpg,Kingdom: The Far Reaches,PC,Adventure,Interplay,Virtual Image Productions,,,,,,,1995-12-01, -/games/boxart/full_8438303JapanFrontccc.jpg,Kiniro no Corda: La Corda d'Oro,PC,Adventure,KOEI,Koei,,,,,,,2003-09-19, -/games/boxart/full_9604192JapanFrontccc.jpg,Kiniro no Corda: La Corda d'Oro,PSP,Adventure,KOEI,Koei,,,,,,,2005-11-10, -/games/boxart/full_2284269JapanFrontccc.jpg,Kiniro no Corda: La Corda d'Oro,PS2,Adventure,KOEI,Koei,,,,,,,2004-03-18, -/games/boxart/default.jpg,Kinyoubi no Koneko,PC,Adventure,Emu,Emu,,,,,,,2003-06-20, -/games/boxart/full_844106JapanFrontccc.jpg,Kisekko Gurumii,GBA,Adventure,MTO,MTO,,,,,,,2003-01-01, -/games/boxart/full_9023328JapanFrontccc.jpg,Kiss Yori...,SAT,Adventure,KID,KID Corporation,,,,,,,1999-03-18, -/games/boxart/full_kiss-yori-seaside-serenade_6JapanFront.jpg,KISS Yori... Seaside Serenade,WS,Adventure,KID,KID Corporation,,,,,,,1999-12-02, -/games/boxart/full_9071634PALFrontccc.jpg,Knights of the Temple II,XB,Adventure,Unknown,Cauldron Ltd.,,,,,,,, -/games/boxart/full_9539358AmericaFrontccc.jpg,Knights of the Temple II,PC,Adventure,Take-Two Interactive,Cauldron Ltd.,,,,,,,2007-02-23, -/games/boxart/full_1864454PALFrontccc.jpg,Knights of the Temple II,PS2,Adventure,TDK Mediactive,Cauldron Ltd.,,,,,,,2005-10-24, -/games/boxart/full_6011138PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,PC,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-04-08, -/games/boxart/full_244505PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,XB,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-04-08, -/games/boxart/full_6567881PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,PS2,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-06-04, -/games/boxart/full_2844894PALFrontccc.jpg,Knights of the Temple: Infernal Crusade,GC,Adventure,TDK Mediactive,Starbreeze Studios,,,,,,,2004-03-19, -/games/boxart/full_886464JapanFrontccc.jpg,Koiiro Chu! Lips,PC,Adventure,Peas Soft,Peas Soft,,,,,,,2006-06-30, -/games/boxart/full_8969095JapanFrontccc.jpg,Koinu to Issho! Aijou Monogatari,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2003-08-01, -/games/boxart/full_koisuru-otome-to-shugo-no-tate_275JapanFront.jpg,Koisuru Otome to Shugo no Tate,PC,Adventure,Axl,Axl,,,,,,,2007-06-29, -/games/boxart/full_9795720JapanFrontccc.jpg,Kokuu Hyouryuu Nirgends,PCFX,Adventure,NEC,Micro Cabin,,,,,,,1996-06-28, -/games/boxart/full_komocchi_356JapanFront.jpg,Komocchi,PS,Adventure,Victor Interactive,Open Sesame,,,,,,,2001-09-20, -/games/boxart/full_6144867JapanFrontccc.jpg,Koneko Monogatari: The Adventures of Chatran (FDS),NES,Adventure,Pony Canyon,Pony Canyon,,,,,,,1986-09-19, -/games/boxart/default.jpg,Konneko: Keep a Memory Green,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-12-08, -/games/boxart/full_kono-aozora-ni-yakusoku-o-tenohira-no-rakuen_0JapanFront.jpg,Kono Aozora ni Yakusoku o: Tenohira no Rakuen,PSN,Adventure,TGL,TGL,,,,,,,2010-10-07, -/games/boxart/full_9309905JapanFrontccc.jpg,Konohana 2: Todoke Kanai Requiem,DC,Adventure,Success,Vridge,,,,,,,2002-11-28, -/games/boxart/full_681603JapanFrontccc.jpg,Konohana 3: Itsuwari no Kage no Mukou ni,PS2,Adventure,Success,Vridge,,,,,,,2003-05-01, -/games/boxart/full_7270004JapanFrontccc.jpg,Konohana 4: Yami wo Harau Inori,PS2,Adventure,Success,Vridge,,,,,,,2004-09-09, -/games/boxart/default.jpg,Konohana Pack: 3tsu no Jikenbo,PS2,Adventure,Success,Vridge,,,,,,,2004-07-08, -/games/boxart/full_6863489JapanFrontccc.jpg,Konohana: True Report,DC,Adventure,Success,Vridge,,,,,,,2001-04-26, -/games/boxart/full_4495348JapanFrontccc.jpg,Konohana: True Report,PS,Adventure,Success,Vridge,,,,,,,2001-04-26, -/games/boxart/full_1903226JapanFrontccc.jpg,Koushounin DS: The Negotiator,DS,Adventure,Alpha Unit,Alpha Unit,,,,,,,2009-12-17, -/games/boxart/full_kowloon-youma-gakuenki_8JapanFront.jpg,Kowloon Youma Gakuenki,PS2,Adventure,Atlus,Killaware,,,,,,,2004-09-16, -/games/boxart/default.jpg,Kunoichi Hichou: Yoshiwara Yuukaku Kidan,PC,Adventure,Ail,Ail,,,,,,,2009-03-27, -/games/boxart/default.jpg,Kunoichi Kikyou: Gensou Kannou Emaki,PC,Adventure,Black Package,Black Package,,,,,,,2009-12-11, -/games/boxart/default.jpg,Kunoichi o Oneesan Shizune no Gohoushi Ninmu,PC,Adventure,Norn,Norn,,,,,,,2010-02-12, -/games/boxart/default.jpg,Kunoichi Sakuya: Shinobishi Omoi wa Chijoku ni Narete...,PC,Adventure,Rune,Rune,,,,,,,2006-03-31, -/games/boxart/full_2629145JapanFrontccc.jpg,Kunoichi Torimonochou,PS,Adventure,GMF,GMF,,,,,,,1999-02-25, -/games/boxart/full_1135978JapanFrontccc.jpg,Kunoichi Torimonochou,SAT,Adventure,CRI,CRI,,,,,,,1998-02-05, -/games/boxart/default.jpg,Kunoichiban! Minarai Kunoichi Ninpu Tobari,PC,Adventure,Crowd,Crowd,,,,,,,2005-10-28, -/games/boxart/full_3276772JapanFrontccc.jpg,Kuon no Kizuna: Sairin Mikotonori,DC,Adventure,Fog,FOG (Full On Games),,,,,,,2000-05-18, -/games/boxart/default.jpg,Kurayami,PC,Adventure,Melody,Melody,,,,,,,1997-06-27, -/games/boxart/default.jpg,Kurayami,PS3,Adventure,Unknown,Grasshopper Manufacture,,,,,,,, -/games/boxart/default.jpg,Kurayami 2,PC,Adventure,Melody,Melody,,,,,,,1998-11-13, -/games/boxart/full_project-k_4JapanFront.jpg,Kurohyou: Ryu ga Gotoku Shinshou,PSN,Adventure,Sega,Amusement Vision,,,,,,,2010-09-22, -/games/boxart/full_kurokami-otome-tai_103JapanFront.jpg,Kurokami Otome Tai,PC,Adventure,Honey Pot,Honey Pot,,,,,,,2005-02-04, -/games/boxart/full_kurokami-otome-tai-eksusute_308JapanFront.jpg,Kurokami Otome Tai Eksusute!,PC,Adventure,Honey Pot,Honey Pot,,,,,,,2007-02-23, -/games/boxart/full_kurokami-otome-tai-rebirth_286JapanFront.jpg,Kurokami Otome Tai Re:Birth,PC,Adventure,Honey Pot,Honey Pot,,,,,,,2006-10-13, -/games/boxart/full_6065929AmericaFrontccc.jpg,Kuros,PC,Adventure,Sandlot Games,Sandlot Games,,,,,,,2009-09-21, -/games/boxart/default.jpg,Kyonyuu Gokurau Seminar,PC,Adventure,WestVision,WestVision,,,,,,,2005-08-26, -/games/boxart/default.jpg,Kyouiku Shidou: Yamato Nadeshiko Saisei Keikaku,PC,Adventure,GokuFero,GokuFero,,,,,,,2008-09-12, -/games/boxart/full_kyouka-suigetsu_547JapanFront.jpg,Kyouka Suigetsu,PC,Adventure,Gaia (GeGeGe),Gaia (GeGeGe),,,,,,,2003-02-14, -/games/boxart/default.jpg,Kyoukugen Dasshutsu ADV: Zennin Shiboudesu,PSV,Adventure,Unknown,ChunSoft,,,,,,,, -/games/boxart/full_6456322JapanFrontccc.jpg,L no Kisetsu: A Piece of Memories,PS,Adventure,Tonkin House,Tonkin House,,,,,,,1999-08-05, -/games/boxart/full_la-noire-a-slip-of-the-tongue_266AmericaFront.jpg,L.A. Noire: A Slip of the Tongue,XBL,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-05-17, -/games/boxart/full_la-noire-a-slip-of-the-tongue_397AmericaFront.jpg,L.A. Noire: A Slip of the Tongue,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-02, -/games/boxart/full_la-noire-nicholson-electroplating_496AmericaFront.jpg,L.A. Noire: Nicholson Electroplating,XBL,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-21, -/games/boxart/full_la-noire-nicholson-electroplating_102AmericaFront.jpg,L.A. Noire: Nicholson Electroplating,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-21, -/games/boxart/full_la-noire-reefer-madness_319AmericaFront.jpg,L.A. Noire: Reefer Madness,XBL,Adventure,Rockstar Games,Team Bondi,6,,,,,,2011-07-12, -/games/boxart/full_la-noire-reefer-madness_531AmericaFront.jpg,L.A. Noire: Reefer Madness,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-07-12, -/games/boxart/full_la-noire-the-naked-city_306AmericaFront.jpg,L.A. Noire: The Naked City,XBL,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-05-17, -/games/boxart/full_la-noire-the-naked-city_164AmericaFront.jpg,L.A. Noire: The Naked City,PSN,Adventure,Rockstar Games,Team Bondi,,,,,,,2011-06-02, -/games/boxart/full_1006009AmericaFrontccc.jpg,Labyrinth,PC,Adventure,Unknown,Lucasfilm Games,,,,,,,, -/games/boxart/full_8684927AmericaFrontccc.jpg,Lantern Forge,PC,Adventure,Hearthfire Studios,Hearthfire Studios,,,,,,,2014-07-18, -/games/boxart/full_lara-croft-and-the-guardian-of-light_0AmericaFront.jpg,Lara Croft and the Guardian of Light,PSN,Adventure,Square Enix,Crystal Dynamics,8.5,,,,,,2010-09-28, -/games/boxart/full_lara-croft-and-the-guardian-of-light_8AmericaFront.jpg,Lara Croft and the Guardian of Light,XBL,Adventure,Square Enix,Crystal Dynamics,8.6,,,,,,2010-08-18, -/games/boxart/full_4172844PALFrontccc.jpg,Largo Winch: Empire Under Threat,PS2,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-09-06, -/games/boxart/full_7364794PALFrontccc.jpg,Largo Winch: Empire Under Threat,PC,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-09-06, -/games/boxart/full_424338PALFrontccc.jpg,Largo Winch: Empire Under Threat,GC,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-10-01, -/games/boxart/full_5184836PALFrontccc.jpg,Largo Winch: Empire Under Threat,XB,Adventure,Ubisoft,Ubisoft Paris,,,,,,,2002-09-19, -/games/boxart/full_last-alive_0JapanFront.jpg,Last Alive,WS,Adventure,Bandai,Bandai,,,,,,,2001-07-26, -/games/boxart/default.jpg,Last Dragon Standing,XBL,Adventure,Unknown,Werewolf Studios,,,,,,,, -/games/boxart/full_2017804JapanFrontccc.jpg,Last Escort: Kurochou Special Night,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-07-27, -/games/boxart/full_5480716AmericaFrontccc.jpg,Last Half of Darkness: Beyond the Spirit's Eye,PC,Adventure,Tri Synergy,WRF Studios,,,,,,,2008-11-07, -/games/boxart/default.jpg,Last Half of Darkness: Shadows of the Servants,PC,Adventure,SoftLab Laboratories,SoftLab Laboratories,,,,,,,2005-01-01, -/games/boxart/full_4832027PALFrontccc.jpg,Last King of Africa,DS,Adventure,Focus Home Interactive,White Birds Productions,,,,,,,2008-11-14, -/games/boxart/full_1829425JapanFrontccc.jpg,Last Story wa Anata e: Gift For You,PC,Adventure,Panda House,Panda House,,,,,,,2005-02-25, -/games/boxart/full_leather-goddesses-of-phobos-2-gas-pump-girls-meet-the-pulsating-inconvenience-from-planet-x_326AmericaFront.jpg,Leather Goddesses of Phobos! 2: Gas Pump Girls Meet the Pulsating Inconvenience from Planet X,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1992-01-01, -/games/boxart/5245135ccc.jpg,Legacy Of Kain: Soul Reaver,DC,Adventure,Eidos Interactive,Crystal Dynamics,9.1,,,,,,2000-01-27, -/games/boxart/full_lego-batman-the-video-game_2AmericaFront.jpg,LEGO Batman: The Video Game,XBL,Adventure,Warner Bros. Interactive,Traveller's Tales,,,,,,,2010-06-15, -/games/boxart/full_lego-batman-the-videogame_591PALFront.png,LEGO Batman: The Videogame,PSN,Adventure,Warner Bros. Interactive,Traveller's Tales,7.9,,,,,,2010-03-18, -/games/boxart/full_lego-harry-potter-years-1-4_7AmericaFront.jpg,LEGO Harry Potter: Years 1-4,PSN,Adventure,Warner Bros. Interactive,Traveller's Tales,,,,,,,2010-07-20,2018-12-01 -/games/boxart/full_8563980AmericaFrontccc.png,LEGO Indiana Jones: The Original Adventures,PSN,Adventure,LucasArts,Traveller's Tales,7.6,,,,,,2009-09-30, -/games/boxart/full_5723473AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,PC,Adventure,LEGO Media,Silicon Dreams,,,,,,,2001-03-30, -/games/boxart/full_578797AmericaFrontccc.jpg,LEGO Island 2: The Brickster's Revenge,GB,Adventure,LEGO Media,Crawfish Interactive,,,,,,,2001-03-01, -/games/boxart/4124281ccc.jpg,Leisure Suit Larry 1: In the Land of the Lounge Lizards,PC,Adventure,Sierra Entertainment,Sierra,,,,,,,1991-01-01, -/games/boxart/8011825ccc.jpg,Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work!,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-09-07, -/games/boxart/9327130ccc.jpg,Leisure Suit Larry 6: Shape Up or Slip Out!,PC,Adventure,Sierra Entertainment,Sierra,,,,,,,1993-01-01, -/games/boxart/default.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,XBL,Adventure,Unknown,Replay Games,,,,,,,, -/games/boxart/default.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,PSN,Adventure,Unknown,Replay Games,,,,,,,, -/games/boxart/default.jpg,Leisure Suit Larry in the Land of the Lounge Lizards,PC,Adventure,Unknown,Replay Games,,,,,,,, -/games/boxart/8884294ccc.jpg,Leisure Suit Larry: Love For Sail,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-10-31, -/games/boxart/full_lemon-kageetei-no-nostalgia_762JapanFront.jpg,Lemon: Kageetei no Nostalgia,PC,Adventure,13cm,13cm,,,,,,,2000-04-14, -/games/boxart/full_1013227AmericaFrontccc.jpg,Let's Ride! Dreamer,PC,Adventure,THQ,ValuSoft,,,,,,,2005-10-03, -/games/boxart/full_4946892AmericaFrontccc.jpg,Life is Strange,X360,Adventure,Square Enix,DONTNOD Entertainment,,,,,,,2015-01-30, -/games/boxart/full_1494206AmericaFrontccc.jpg,Life is Strange,PS3,Adventure,Square Enix,DONTNOD Entertainment,,,,,,,2015-01-30, -/games/boxart/full_1247688AmericaFrontccc.png,Light Apprentice,And,Adventure,Bulkypix,Bulkypix,,,,,,,2014-08-13, -/games/boxart/default.jpg,Like Life,PC,Adventure,HookSoft,HookSoft,,,,,,,2004-05-28, -/games/boxart/full_858926JapanFrontccc.jpg,Like Life an Hour,PS2,Adventure,GN Software,Regista,,,,,,,2005-04-28, -/games/boxart/full_705020AmericaFrontccc.jpg,Limbo of the Lost,PC,Adventure,Tri Synergy,Majestic Studios,,,,,,,2007-07-01, -/games/boxart/full_linus-spaceheads-cosmic-crusade_294AmericaFront.jpg,Linus Spacehead's Cosmic Crusade,NES,Adventure,Unknown,Codemasters,,,,,,,, -/games/boxart/7137721ccc.jpg,Loom,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1990-01-01, -/games/boxart/4927142ccc.jpg,Lord of the Sword,MS,Adventure,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_5133212JapanFrontccc.jpg,Lost Aya Sophia,PS2,Adventure,Idea Factory,MATE,,,,,,,2004-05-27, -/games/boxart/full_lost-eden_2AmericaFront.jpg,Lost Eden,PC,Adventure,Virgin Interactive,Cryo Interactive,,,,,,,1995-01-01, -/games/boxart/1066316ccc.jpg,Lost Eden,3DO,Adventure,Virgin Interactive,Cryo Interactive,,,,,,,1995-01-01, -/games/boxart/full_4126968JapanFrontccc.jpg,Lost Passage,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-10-23, -/games/boxart/default.jpg,LostWinds 2,DS,Adventure,Unknown,Frontier Developments,,,,,,,, -/games/boxart/default.jpg,Love * Kiss,PC,Adventure,Unknown,LIME,,,,,,,2011-08-26, -/games/boxart/default.jpg,Love Gear: Kinematic Lovers,PC,Adventure,Teatime,Teatime,,,,,,,2011-12-09, -/games/boxart/full_love-hina-pocket_702JapanFront.jpg,Love Hina Pocket,GB,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2000-08-04, -/games/boxart/full_1318641JapanFrontccc.jpg,Love Hina: Gojasu Chiratto Happening!!,PS2,Adventure,Konami,Konami,,,,,,,2003-05-22, -/games/boxart/full_7263143JapanFrontccc.jpg,Love Hina: Smile Again,DC,Adventure,Sega,Sega,,,,,,,2001-03-29, -/games/boxart/full_7632991JapanFrontccc.jpg,Love Hina: Totsuzen no Engeji Happening,DC,Adventure,Sega,Sega,,,,,,,2000-09-28, -/games/boxart/full_8928568PALFrontccc.jpg,Love is...in Bloom: The Flower Shop Garden,Wii,Adventure,Zushi Games,Midway Games,,,,,,,2009-09-18, -/games/boxart/full_6060330AmericaFrontccc.jpg,Love is...in Bloom: The Flower Shop Garden,DS,Adventure,Storm City Games,Midway Games,,,,,,,2010-03-30, -/games/boxart/default.jpg,Love-Bride Eve,PC,Adventure,Unknown,Whitesoft,,,,,,,2011-08-26, -/games/boxart/full_7295887JapanFrontccc.jpg,Loveroot Zero: Kiss Kiss * Labyrinth,PS2,Adventure,Dimple Entertainment,Dimple Entertainment,,,,,,,2010-04-28, -/games/boxart/full_lucian-bees-resurrection-supernova_7JapanFront.jpg,Lucian Bee's: Resurrection Supernova,PSP,Adventure,5pb,HuneX,,,,,,,2010-10-28, -/games/boxart/full_lucian-bees-trilogy-box_6JapanFront.jpg,Lucian Bee's: Trilogy Box,PSP,Adventure,5pb,HuneX,,,,,,,2010-10-28, -/games/boxart/full_lucky-star-ryouou-gakuen-outousai-portable_926JapanFront.jpg,Lucky * Star: Ryouou Gakuen Outousai Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-12-22, -/games/boxart/full_2412866PALFrontccc.jpg,Lula 3D,PC,Adventure,CDV Software Entertainment,cdv Software,2,,,,,,2005-06-22, -/games/boxart/full_6672667AmericaFrontccc.jpeg,Lumino City,PC,Adventure,State of Play Games,State of Play Games,,,,,,,2015-01-01, -/games/boxart/full_7384591JapanFrontccc.jpg,Lupin III: Columbus no Isan wa Akenisomaru,PS2,Adventure,Banpresto,Banpresto,,,,,,,2004-11-25, -/games/boxart/full_lupin-iii-pyramid-no-kenja_0JapanFront.jpg,Lupin III: Pyramid no Kenja,SAT,Adventure,Asmik Ace Entertainment,Asmik Ace Entertainment Inc.,,,,,,,1998-08-06, -/games/boxart/full_9700789JapanFrontccc.jpg,Lupin III: Umi ni Kieta Hihou,GC,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2003-07-31, -/games/boxart/full_7131971JapanFrontccc.jpg,Lupin Sansei,PS,Adventure,Daiki,Daiki,,,,,,,1998-11-26, -/games/boxart/full_4773417JapanFrontccc.jpg,Lupin Sansei: Chateau de Cagliostro Saikai,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1997-01-10, -/games/boxart/6356556ccc.jpg,Lure of the Temptress,PC,Adventure,Konami,Revolution Software Ltd.,,,,,,,1992-06-01, -/games/boxart/full_lycoris-radiata_600JapanFront.jpg,Lycoris Radiata,PC,Adventure,Terios,Terios,,,,,,,2006-03-24, -/games/boxart/full_9788838JapanFrontccc.jpg,Lyrical Lyric,PC,Adventure,Marmalade,Marmalade,,,,,,,2007-07-27, -/games/boxart/full_lyrical-mint_498JapanFront.jpg,Lyrical Mint,PC,Adventure,Untouchable,Untouchable,,,,,,,2002-09-20, -/games/boxart/full_2662016AmericaFrontccc.jpg,M&M's Adventure,PS2,Adventure,Zoo Digital Publishing,Nikitova Games,,,,,,,2009-04-14, -/games/boxart/full_7648473AmericaFrontccc.jpg,M&M's Adventure,Wii,Adventure,Zoo Digital Publishing,Nikitova Games,,,,,,,2008-11-18, -/games/boxart/full_9504353JapanFrontccc.jpeg,M3 The Dark Metal: Mission Memento Mori,PSV,Adventure,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-11-20, -/games/boxart/full_3707672JapanFrontccc.jpg,Ma-Gi: Marginal,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-07-17, -/games/boxart/full_macaroni-houren-shou-interactive_8JapanFront.jpg,Macaroni Houren Shou Interactive,3DO,Adventure,Toshiba EMI,Toshiba EMI,,,,,,,1995-01-13, -/games/boxart/full_9805888AmericaFrontccc.jpg,Machinarium,PSN,Adventure,Unknown,Amanita Design,,,,,,,, -/games/boxart/full_machine-maiden-next_84JapanFront.jpg,Machine Maiden Next,PC,Adventure,Evolution Games,Evolution Games,,,,,,,2002-06-21, -/games/boxart/full_mages-initiation-reign-of-the-elements_869AmericaFront.jpg,Mage's Initiation: Reign of the Elements,PC,Adventure,Unknown,Himalaya Studios,,,,,,,2015-01-01, -/games/boxart/default.jpg,Mahou Sensei Negima! 1-Jikanme ~Okochama Sensei wa Mahoutsukai!~,PS2,Adventure,Konami,Konami,,,,,,,2005-01-20, -/games/boxart/full_194617JapanFrontccc.jpg,Mahou Sensei Negima! 2-Jikanme ~Tatakau Otometachi! Mahora Daiundokai SP~,PS2,Adventure,Konami,Konami,,,,,,,2005-07-28, -/games/boxart/default.jpg,Mahou Shoujo Mana,PC,Adventure,Touchable,Touchable,,,,,,,2006-09-29, -/games/boxart/full_mahou-tsukai-to-goshujin-sama-new-ground_668JapanFront.jpg,Mahou Tsukai to Goshujin-sama: New Ground,PSP,Adventure,Quinrose,QuinRose,,,,,,,2011-11-23, -/games/boxart/default.jpg,Mahou Tsukai to Goshujin-sama: New Ground,3DS,Adventure,Quinrose,QuinRose,,,,,,,2011-11-23, -/games/boxart/full_8950520JapanFrontccc.jpg,Maiden * Breeder,PC,Adventure,Teatime,Teatime,,,,,,,2004-05-21, -/games/boxart/full_maiden-breeder-2_169JapanFront.jpg,Maiden * Breeder 2,PC,Adventure,Teatime,Teatime,,,,,,,2004-05-21, -/games/boxart/4729358ccc.gif,Mail de Cute,GBA,Adventure,Konami,Konami,,,,,,,2002-02-14, -/games/boxart/full_maison-ikkoku_10JapanFront.jpg,Maison Ikkoku,PCE,Adventure,Micro Cabin,Micro Cabin,,,,,,,1989-08-04, -/games/boxart/full_maison-ikkoku-omoi-no-photograph_8JapanFront.jpg,Maison Ikkoku: Omoi no Photograph,NES,Adventure,Bothtec,Bothtec,,,,,,,1988-07-21, -/games/boxart/full_9317556JapanFrontccc.jpg,Majo no Ochakai,DC,Adventure,NEC Interchannel,S-Neo,,,,,,,2003-06-26, -/games/boxart/full_makaimura-gaiden-the-demon-darkness_10JapanFront.jpg,Makaimura Gaiden: The Demon Darkness,GB,Adventure,Capcom,Capcom,,,,,,,1993-04-16, -/games/boxart/default.jpg,Make It Indie!,PC,Adventure,Sometimes You,Sometimes You,,,,,,,2015-04-01, -/games/boxart/default.jpg,Make It Indie!,OSX,Adventure,Sometimes You,Sometimes You,,,,,,,2015-04-01, -/games/boxart/default.jpg,Make It Indie!,Linux,Adventure,Sometimes You,Sometimes You,,,,,,,2015-04-01, -/games/boxart/8227516ccc.jpg,Maken X,DC,Adventure,Atlus,Atlus Co.,7.9,,,,,,1999-10-31, -/games/boxart/5971761ccc.jpg,Manhunter 2: San Francisco,PC,Adventure,Sierra Entertainment,Evryware,,,,,,,1989-01-01, -/games/boxart/3047646ccc.jpg,Manhunter: New York,PC,Adventure,Sierra Entertainment,Evryware,,,,,,,1988-01-01, -/games/boxart/2219085ccc.jpg,Maniac Mansion,NES,Adventure,Jaleco,Lucasfilm Games,,,,,,,1990-09-01, -/games/boxart/5756469ccc.jpg,Maniac Mansion,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1987-10-01, -/games/boxart/full_1929996AmericaFrontccc.jpg,Maniac Mansion: Day of the Tentacle,PSV,Adventure,Double Fine Productions,LucasArts,,,,,,,2017-03-22, -/games/boxart/7122578ccc.jpg,Maniac Mansion: Day of the Tentacle,PC,Adventure,LucasArts,LucasArts,9,,,,,,1993-03-09, -/games/boxart/full_4540594AmericaFrontccc.jpeg,Maniac Mansion: Day of the Tentacle,PS4,Adventure,Double Fine Productions,LucasArts,,,,,,,2017-03-22, -/games/boxart/full_7684031AmericaFrontccc.png,Mansion of Hidden Souls,SCD,Adventure,Victory Lap Games,System Sacom,,,,,,,1993-12-09, -/games/boxart/full_6397680AmericaFrontccc.jpg,March of the Penguins,GBA,Adventure,DSI Games,SkyRiver Studios,,,,,,,2006-11-20, -/games/boxart/full_maribeto-soshite-sekai-wa-irooushinau_475JapanFront.jpg,Maribeto: Soshite Sekai wa Irooushinau,PC,Adventure,Juno,Juno,,,,,,,2004-01-23, -/games/boxart/full_marionette-company_1JapanFront.jpg,Marionette Company,PSN,Adventure,Micro Cabin,Micro Cabin,,,,,,,2010-08-11, -/games/boxart/full_marionette-company_8JapanFront.jpg,Marionette Company,PS,Adventure,Micro Cabin,Micro Cabin,,,,,,,1999-05-20, -/games/boxart/full_7803377JapanFrontccc.jpg,Marionette Company,DC,Adventure,Micro Cabin,Micro Cabin,,,,,,,1999-10-07, -/games/boxart/full_marionette-company-2-chu_8JapanFront.jpg,Marionette Company 2 Chu!,PS,Adventure,Micro Cabin,Micro Cabin,,,,,,,2000-05-18, -/games/boxart/full_6181223JapanFrontccc.jpg,Marionette Company 2 Chu!,DC,Adventure,Micro Cabin,Micro Cabin,,,,,,,2000-05-18, -/games/boxart/full_marionette-company-2-chu_6JapanFront.jpg,Marionette Company 2 Chu!,PSN,Adventure,Micro Cabin,Micro Cabin,,,,,,,2010-10-27, -/games/boxart/full_8262102AmericaFrontccc.png,Martian Gothic: Unification,PC,Adventure,TalonSoft,Creative Reality,,,,,,,2000-04-30, -/games/boxart/full_8411819AmericaFrontccc.jpg,Martian Memorandum,PC,Adventure,Access Software,"Access Software, Inc.",,,,,,,1991-01-01, -/games/boxart/full_2322273AmericaFrontccc.png,Marvel Super Hero Squad,PSN,Adventure,THQ,Mass Media Inc.,,,,,,,2009-10-21, -/games/boxart/2337638ccc.jpg,Mary Shelley's Frankenstein / Bram Stoker's Dracula,SCD,Adventure,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-01-01, -/games/boxart/full_633665AmericaFrontccc.png,Master Reboot,WiiU,Adventure,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2014-07-24,2018-04-10 -/games/boxart/full_5522798JapanFrontccc.jpg,Matantei Loki Ragnarok Mayoukaku,PS2,Adventure,Taito,Taito Corporation,,,,,,,2005-12-22, -/games/boxart/full_matsumoto-reiji-999-story-of-galaxy-express-999_6JapanFront.jpg,Matsumoto Reiji 999: Story of Galaxy Express 999,PS,Adventure,Banpresto,Polygon Magic,,,,,,,2001-06-28, -/games/boxart/9127301ccc.jpg,Max Steel,DC,Adventure,Mattel Interactive,Treyarch,3.9,,,,,,2001-05-30, -/games/boxart/full_mcdonalds-monogatari_161JapanFront.jpg,McDonalds Monogatari: Honobono Tenchou Ikusei Game,GB,Adventure,TDK Core,TDK Core,,,,,,,2001-07-20, -/games/boxart/full_9109383AmericaFrontccc.jpg,Mean Streets,PC,Adventure,Access Software,"Access Software, Inc.",,,,,,,1989-01-01, -/games/boxart/full_medical-91_120JapanFront.jpg,Medical 91,PC,Adventure,Takuyo,Takuyo,,,,,,,2005-11-04, -/games/boxart/full_medical-91_529JapanFront.jpg,Medical 91,PS2,Adventure,Takuyo,Takuyo,,,,,,,2005-07-21, -/games/boxart/full_medical-91-portable_94JapanFront.jpg,Medical 91 for Portable,PSP,Adventure,Takuyo,Takuyo,,,,,,,2008-06-12, -/games/boxart/full_medical-91-portable_541JapanFront.jpg,Medical 91 for Portable,PSN,Adventure,Takuyo,Takuyo,,,,,,,2010-03-25, -/games/boxart/full_medical-fellows_662JapanFront.jpg,Medical Fellows,PC,Adventure,Unknown,Kingdom,,,,,,,1998-12-11, -/games/boxart/full_5833168AmericaFrontccc.png,MediEvil,PSN,Adventure,Sony Computer Entertainment,SCEE Cambridge,,,,,,,2006-12-21,2018-12-03 -/games/boxart/full_4238908AmericaFrontccc.png,MediEvil: Resurrection,PSN,Adventure,Sony Computer Entertainment,SCEE,,,,,,,2008-06-25, -/games/boxart/full_9620822AmericaFrontccc.jpg,MediEvil: Resurrection,PSN,Adventure,Sony Computer Entertainment,SCEE,,,,,,,2008-06-26, -/games/boxart/full_1642595AmericaFrontccc.jpg,Mega Man Legends,PC,Adventure,Capcom,Capcom,,,,,,,2001-01-10, -/games/boxart/full_mega-man-legends-2_460JapanFront.jpg,Mega Man Legends 2,PC,Adventure,Capcom,Capcom,,,,,,,2000-10-24, -/games/boxart/8073190ccc.jpg,Mega Man Legends 2,PS,Adventure,Capcom,Capcom,,,,,,,2000-10-24, -/games/boxart/full_megami-tengoku-ii_4JapanFront.jpg,Megami Tengoku II,PCFX,Adventure,NEC,NEC,,,,,,,1996-07-26, -/games/boxart/full_megamind-the-blue-defender_257PALFront.png,Megamind: The Blue Defender,PSN,Adventure,THQ,Tantalus Interactive,,,,,,,2010-12-01, -/games/boxart/default.jpg,Mehime no Toriko,PC,Adventure,Unknown,Gage,,,,,,,2006-10-27, -/games/boxart/full_5040910JapanFrontccc.jpg,Mei * Puru,DC,Adventure,Princess Soft,Oaks Soft,,,,,,,2002-10-24, -/games/boxart/full_30940JapanFrontccc.jpg,Meitantei Conan,PS,Adventure,Bandai,Bandai,,,,,,,1998-11-19, -/games/boxart/full_meitantei-conan-3-jin-no-meitantei_857JapanFront.jpg,Meitantei Conan: 3-Jin no Meitantei,PS,Adventure,Bandai,Bandai,,,,,,,2000-08-10, -/games/boxart/full_3154167JapanFrontccc.jpg,Meitantei Conan: Akatsuki no Monument,GBA,Adventure,Banpresto,Banpresto,,,,,,,2005-04-21, -/games/boxart/full_meitantei-conan-chika-yuuenchi-satsujin-jiken_5JapanFront.jpg,Meitantei Conan: Chika Yuuenchi Satsujin Jiken,GB,Adventure,Bandai,Bandai,,,,,,,1996-12-27, -/games/boxart/full_1144284JapanFrontccc.jpg,Meitantei Conan: Daiei Teikoku no Isan,PS2,Adventure,Bandai,Bandai,,,,,,,2004-11-18, -/games/boxart/full_meitantei-conan-giwaku-no-gouka-ressha_207JapanFront.jpg,Meitantei Conan: Giwaku no Gouka Ressha,GB,Adventure,Bandai,Bandai,,,,,,,1998-08-07, -/games/boxart/full_meitantei-conan-karakuri-jiin-satsujin-jiken_960JapanFront.jpg,Meitantei Conan: Karakuri Jiin Satsujin Jiken,GB,Adventure,Banpresto,Alpha Unit,,,,,,,2000-02-24, -/games/boxart/full_meitantei-conan-kiganshima-hihou-densetsu_865JapanFront.jpg,Meitantei Conan: Kiganshima Hihou Densetsu,GB,Adventure,Banpresto,Alpha Unit,,,,,,,2000-03-31, -/games/boxart/full_7415002JapanFrontccc.jpg,Meitantei Conan: Majutsushi no Chousenjou!,WS,Adventure,Bandai,Tomcat System,,,,,,,1999-08-05, -/games/boxart/full_25770JapanFrontccc.jpg,Meitantei Conan: Nerawareta Tantei,GBA,Adventure,Banpresto,Fortyfive,,,,,,,2003-07-25, -/games/boxart/full_655588JapanFrontccc.jpg,Meitantei Conan: Nishi no Meitantei Saidai no Kiki!?,WS,Adventure,Bandai,Tomcat System,,,,,,,2000-07-27, -/games/boxart/full_meitantei-conan-norowareta-kouro_314JapanFront.jpg,Meitantei Conan: Norowareta Kouro,GB,Adventure,Banpresto,Alpha Unit,,,,,,,2001-06-01, -/games/boxart/full_meitantei-conan-saikou-no-aibou_558JapanFront.jpg,Meitantei Conan: Saikou no Aibou,PS,Adventure,Bandai,Bandai,,,,,,,2002-04-25, -/games/boxart/full_1469532JapanFrontccc.jpg,Meitantei Conan: Yuugure no Ouju,WS,Adventure,Bandai,Tomcat System,,,,,,,2001-04-15, -/games/boxart/full_5104906AmericaFrontccc.jpg,Memento Mori,PC,Adventure,Got Game Entertainment,Cinemax / Centauri Production,,,,,,,2009-07-27, -/games/boxart/full_8028926PALFrontccc.jpeg,Memento Mori 2: Guardians of Immortality,PC,Adventure,Bohemia Interactive,Centauri Production,,,,,,,2014-05-13, -/games/boxart/full_1710611JapanFrontccc.jpg,Memorial Song,PS2,Adventure,Datam Polystar,Datam Polystar,,,,,,,2002-08-22, -/games/boxart/default.jpg,Memories of a Broken Dimension,Linux,Adventure,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Memories of a Broken Dimension,PC,Adventure,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Memories of a Broken Dimension,OSX,Adventure,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Memories Off,PC,Adventure,KID,KID,,,,,,,2000-01-01, -/games/boxart/full_7512543JapanFrontccc.jpg,Memories Off,PS,Adventure,KID,KID,,,,,,,1999-09-30, -/games/boxart/full_7661202JapanFrontccc.jpg,Memories Off #5: Encore,PSP,Adventure,5pb,5pb. Games,,,,,,,2009-09-17, -/games/boxart/full_7903696JapanFrontccc.jpg,Memories Off #5: Togireta Film,PS2,Adventure,KID,KID Corporation,,,,,,,2005-10-27, -/games/boxart/default.jpg,Memories Off 2nd,PC,Adventure,KID,KID,,,,,,,2002-01-01, -/games/boxart/full_5123221JapanFrontccc.jpg,Memories Off 2nd,PS,Adventure,KID,KID,,,,,,,2001-09-27, -/games/boxart/full_7745423JapanFrontccc.jpg,Memories Off 2nd,DC,Adventure,KID,KID,,,,,,,2001-09-27, -/games/boxart/full_7661527JapanFrontccc.jpg,Memories Off After Rain Vol.1: Oridzuru,PS2,Adventure,KID,KID Corporation,,,,,,,2005-01-27, -/games/boxart/full_2135141JapanFrontccc.jpg,Memories Off After Rain Vol.2: Souen,PS2,Adventure,KID,KID Corporation,,,,,,,2005-02-24, -/games/boxart/full_5778976JapanFrontccc.jpg,Memories Off After Rain Vol.3: Sotsugyou,PS2,Adventure,KID,KID Corporation,,,,,,,2005-03-31, -/games/boxart/full_2849432JapanFrontccc.jpg,Memories Off Complete,DC,Adventure,KID,KID,,,,,,,2000-06-29, -/games/boxart/full_3523299JapanFrontccc.jpg,Memories Off Duet: 1st & 2nd Stories,PS2,Adventure,KID,KID Corporation,,,,,,,2003-03-27, -/games/boxart/full_9827685JapanFrontccc.jpg,Memories Off Duet: 1st & 2nd Stories,PC,Adventure,Unknown,KID Corporation,,,,,,,, -/games/boxart/full_3957492JapanFrontccc.jpg,Memories Off Mix,PS2,Adventure,KID,KID Corporation,,,,,,,2003-09-25, -/games/boxart/full_2916243JapanFrontccc.jpg,Memories Off: Festa,WS,Adventure,KID,KID Corporation,,,,,,,2001-03-08, -/games/boxart/default.jpg,Memories Off: Omoide ni Kawaru-Kun,PC,Adventure,KID,KID Corporation,,,,,,,2004-01-01, -/games/boxart/full_268542JapanFrontccc.jpg,Memories Off: Omoide ni Kawaru-Kun,PS2,Adventure,KID,KID Corporation,,,,,,,2002-11-28, -/games/boxart/full_6231993JapanFrontccc.jpg,Memories Off: Omoide ni Kawaru-Kun,DC,Adventure,KID,KID Corporation,,,,,,,2002-11-28, -/games/boxart/full_6915509JapanFrontccc.jpg,Memories Off: Sorekara,PS2,Adventure,KID,KID Corporation,,,,,,,2004-06-24, -/games/boxart/full_memories-off-sorekara_884JapanFront.jpg,Memories Off: Sorekara,PC,Adventure,KID,KID Corporation,,,,,,,2004-10-14, -/games/boxart/full_7524685JapanFrontccc.jpg,Memories Off: Sorekara Again,PSP,Adventure,5pb,5pb. Games,,,,,,,2009-09-17, -/games/boxart/full_men-in-black-ii-crossfire_11AmericaFront.jpg,Men in Black II: Crossfire,PC,Adventure,Sony Computer Entertainment,WildTangent,,,,,,,2002-06-24, -/games/boxart/full_mercuria-nizu-no-miyako-ni-koi-o-hanataba-o_253JapanFront.jpg,Mercuria: Nizu no Miyako ni Koi o Hanataba o,PC,Adventure,Unknown,Hearts,,,,,,,2010-01-29, -/games/boxart/full_4722649JapanFrontccc.jpg,Mermaid no Kisetsu,PS,Adventure,NetVillage,NetVillage,,,,,,,2001-12-13, -/games/boxart/full_3947188JapanFrontccc.jpg,Mermaid no Kisetsu: Curtain Call,PS,Adventure,NetVillage,NetVillage,,,,,,,2002-08-01, -/games/boxart/full_mermaid-prism_0JapanFront.jpg,Mermaid Prism,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-10-26, -/games/boxart/full_messiah-japan_935JapanFront.jpg,Messiah (Japan),PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2006-08-25, -/games/boxart/full_messiah-paranoia-paradox_315JapanFront.jpg,Messiah: Paranoia Paradox,PC,Adventure,Orbit Soft,Orbit Soft,,,,,,,2008-08-08, -/games/boxart/full_metal-fighter-star-miku_4JapanFront.jpg,Metal Fighter Star Miku,SAT,Adventure,Victor Interactive,Victor Interactive Software,,,,,,,1995-09-29, -/games/boxart/full_37123AmericaFrontccc.jpg,Metal Gear,PC,Adventure,Ultra Games,Konami,,,,,,,1990-08-30, -/games/boxart/full_7526340AmericaFrontccc.jpg,Metal Gear,NES,Adventure,Ultra Games,Konami,,,,,,,1988-06-01, -/games/boxart/full_2022530AmericaFrontccc.png,Metal Gear Solid Mobile,NGage,Adventure,Konami,Ideaworks3D,,,,,,,2008-12-11, -/games/boxart/full_7698729JapanFrontccc.jpg,Metal Slader Glory,NES,Adventure,HAL Laboratory,HAL Laboratory,,,,,,,1991-08-30, -/games/boxart/full_3158735JapanFrontccc.jpg,Metal Slader Glory,VC,Adventure,HAL Laboratory,HAL Laboratory,,,,,,,2007-12-18, -/games/boxart/full_6482078JapanFrontccc.jpg,Metal Slader Glory: Director's Cut,SNES,Adventure,Nintendo,HAL Laboratory,,,,,,,2000-11-29, -/games/boxart/full_3316180JapanFrontccc.jpg,Metal Wolf,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2002-06-27, -/games/boxart/full_266175JapanFrontccc.jpg,Metal Wolf REV,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2006-02-23, -/games/boxart/full_5768501JapanFrontccc.jpg,Metamoru Panic: Doki Doki Youma Busters!!,PS,Adventure,Family Soft,Family Soft,,,,,,,1995-12-22, -/games/boxart/full_metamoru-panic-doki-doki-youma-busters_854JapanFront.jpg,Metamoru Panic: Doki Doki Youma Busters!!,PSN,Adventure,Family Soft,Family Soft,,,,,,,2010-12-22, -/games/boxart/full_7466335AmericaFrontccc.jpg,Metroid,VC,Adventure,Nintendo,Nintendo R&D1,8,,,,,,2007-08-13, -/games/boxart/full_5061513JapanFrontccc.jpg,Metroid (FDS),NES,Adventure,Nintendo,Nintendo R&D1,,,,,,,1986-08-06, -/games/boxart/full_metroid-ii-return-of-samus_443AmericaFront.jpg,Metroid II: Return of Samus,3DS,Adventure,Nintendo,Nintendo R&D1,9,,,,,,2011-11-24, -/games/boxart/default.jpg,Mezase Ero Mangaka: Watashi Shoujo Desu Kedo!?,PC,Adventure,Swan,Swan,,,,,,,2011-08-26, -/games/boxart/full_3663685AmericaFrontccc.jpg,Midnight Nowhere,PC,Adventure,Tri Synergy,Buka Enterteinment,,,,,,,2004-03-29, -/games/boxart/full_3803835JapanFrontccc.jpg,Mikagura Shoujo Tanteidan,PSN,Adventure,Human Entertainment,Human Club,,,,,,,2009-10-14, -/games/boxart/full_3157129JapanFrontccc.jpg,Mikagura Shoujo Tanteidan,PS,Adventure,Human Entertainment,Human Club,,,,,,,1998-09-17, -/games/boxart/full_mikeneko-holmes-ghost-panic_2JapanFront.jpg,Mikeneko Holmes: Ghost Panic,WS,Adventure,Koubunsha,MintJulep,,,,,,,2001-04-26, -/games/boxart/default.jpg,Milky Humming,PC,Adventure,Unknown,Medusa,,,,,,,1998-12-11, -/games/boxart/full_milky-season_12JapanFront.jpg,Milky Season,PS,Adventure,KID,KID Corporation,,,,,,,2002-02-28, -/games/boxart/full_3408590JapanFrontccc.jpg,Milky Season,DC,Adventure,KID,KID Corporation,,,,,,,2002-02-28, -/games/boxart/full_milky-space-hishiki-sexroid_291JapanFront.jpg,Milky Space: Hishiki Sexroid,PC,Adventure,Unknown,Mesa,,,,,,,2000-04-07, -/games/boxart/full_1694952AmericaFrontccc.jpg,Millennium 2 - Take Me Higher,PC,Adventure,Aldorlea Games,Aldorlea Games,,,,,,,2009-12-20,2018-07-20 -/games/boxart/full_5813741AmericaFrontccc.jpg,Millennium 3 - Cry Wolf,PC,Adventure,Aldorlea Games,Aldorlea Games,,,,,,,2010-10-31,2018-07-20 -/games/boxart/full_mindead-blood-mayu-to-mana-no-yuketso-hako_755JapanFront.jpg,MinDeaD BlooD: Mayu to Mana no Yuketso Hako,PC,Adventure,Black Psyche,Black Psyche,,,,,,,2004-10-08, -/games/boxart/full_2974830AmericaFrontccc.jpg,Minecraft: Story Mode,PSV,Adventure,Mojang,Telltale Games,,,,,,,2020-12-31, -/games/boxart/full_3366442JapanFrontccc.jpg,Minimum Nanonic,PCFX,Adventure,NEC,NEC,,,,,,,1997-10-24, -/games/boxart/full_1117106JapanFrontccc.jpg,Mirai Nikki: 13 Hitome no Nikki Shoyuusha,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-01-28, -/games/boxart/full_mirai-nostalgia_438JapanFront.jpg,Mirai Nostalgia,PC,Adventure,Unknown,Purple,,,,,,,2011-09-02, -/games/boxart/full_misato-chan-no-yume-nikki_416JapanFront.jpg,Misato-Chan no Yume Nikki,PC,Adventure,Active,Active,,,,,,,1997-04-11, -/games/boxart/full_3452879AmericaFrontccc.jpg,Mishap: An Accidental Haunting,PC,Adventure,Namco Networks America,Virtual Prophecy Entertainment,,,,,,,2010-02-11, -/games/boxart/full_9799362JapanFrontccc.jpg,Miss Moonlight,DC,Adventure,Naxat Soft,Naxat Soft,,,,,,,2001-06-21, -/games/boxart/full_9292499JapanFrontccc.jpg,Missing Parts 2: The Tantei Stories,DC,Adventure,Fog,O-TWO inc.,,,,,,,2002-10-24, -/games/boxart/full_3250351JapanFrontccc.jpg,Missing Parts 3: The Tantei Stories,DC,Adventure,Fog,O-TWO inc.,,,,,,,2003-07-31, -/games/boxart/full_551944JapanFrontccc.jpg,Missing Parts: The Tantei Stories,DC,Adventure,Fog,O-TWO inc.,,,,,,,2002-01-17, -/games/boxart/full_missing-since-january_988AmericaFront.jpg,Missing: Since January,PC,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2004-06-25, -/games/boxart/full_4498177AmericaFrontccc.jpg,Mission Critical,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1995-10-31, -/games/boxart/full_5661310AmericaFrontccc.jpg,Mission: Impossible,GB,Adventure,Infogrames,Rebellion Developments,,,,,,,2000-02-22, -/games/boxart/default.jpg,Mistake x Miscast,PC,Adventure,Unknown,mignon,,,,,,,2011-08-26, -/games/boxart/full_3715870JapanFrontccc.jpg,Mite wa Ikenai,DS,Adventure,Dimple Entertainment,Dimple Entertainment,,,,,,,2008-08-07, -/games/boxart/616577ccc.jpg,Mixed-Up Fairy Tales,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1991-01-01, -/games/boxart/8040240ccc.jpg,Mixed-Up Mother Goose,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1987-01-01, -/games/boxart/full_7739206PALFrontccc.jpg,Mixed-Up Mother Goose Deluxe,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1995-01-01, -/games/boxart/full_8404298JapanFrontccc.jpg,Mizu no Senritsu,PS2,Adventure,KID,KID Corporation,,,,,,,2005-09-29, -/games/boxart/full_3444661JapanFrontccc.jpg,Mizu no Senritsu 2: Hi no Kioku,PS2,Adventure,KID,KID Corporation,,,,,,,2006-10-26, -/games/boxart/full_mizuiro_991JapanFront.jpg,Mizuiro,PC,Adventure,Neko Neko Soft,Neko Neko Soft,,,,,,,2001-04-13, -/games/boxart/full_6611473JapanFrontccc.jpg,Mizuiro,DC,Adventure,NEC Interchannel,HuneX,,,,,,,2002-03-07, -/games/boxart/full_4404933JapanFrontccc.jpg,Mizuiro,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2002-12-26, -/games/boxart/full_mizuiro-no-chizu_461JapanFront.jpg,Mizuiro no Chizu,PC,Adventure,Janis,Janis,,,,,,,1999-10-22, -/games/boxart/full_moe-moe-2-ji-daisenryaku-2_9JapanFront.jpg,Moe Moe 2-Ji Daisenryaku 2,PS2,Adventure,System Soft,System Soft Alpha,,,,,,,2010-02-04, -/games/boxart/full_2379226JapanFrontccc.jpg,Moekan,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2003-12-25, -/games/boxart/full_monkey-island-2-special-edition-lechucks-revenge_8AmericaFront.jpg,Monkey Island 2 Special Edition: LeChuck's Revenge,XBL,Adventure,LucasArts,LucasArts,,,,,,,2010-07-07, -/games/boxart/full_monkey-island-2-special-edition-lechucks-revenge_0AmericaFront.jpg,Monkey Island 2 Special Edition: LeChuck's Revenge,PSN,Adventure,LucasArts,LucasArts,,,,,,,2010-07-06, -/games/boxart/default.jpg,Monkey Island 2 Special Edition: LeChuck’s Revenge,PC,Adventure,LucasArts,LucasArts,,,,,,,2010-07-07, -/games/boxart/9329192ccc.jpg,Monkey Island 2: LeChuck's Revenge,PC,Adventure,LucasArts,LucasArts,,,,,,,1991-01-01, -/games/boxart/full_1876857AmericaFrontccc.png,Monkey Tales Games,OSX,Adventure,Larian Studios,Larian Studios,,,,,,,2014-08-28, -/games/boxart/full_9170169AmericaFrontccc.png,Monkey Tales Games,PC,Adventure,Larian Studios,Larian Studios,,,,,,,2014-08-28, -/games/boxart/full_6427035JapanFrontccc.jpg,Monochrome,PS2,Adventure,KID,KID Corporation,,,,,,,2004-08-26, -/games/boxart/full_monochrome_1JapanFront.jpg,Monochrome,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, -/games/boxart/full_monochrome_127JapanFront.jpg,Monochrome,PSP,Adventure,CyberFront,CyberFront,,,,,,,2010-04-08, -/games/boxart/full_montana-jones_7JapanFront.jpg,Montana Jones,3DO,Adventure,Unknown,Future Pirates,,,,,,,1995-01-20, -/games/boxart/7542964ccc.jpg,Montezuma's Revenge featuring Panama Joe,2600,Adventure,Parker Bros.,Parker Bros,,,,,,,1984-01-01, -/games/boxart/full_montezumas-revenge_5AmericaFront.jpg,Montezuma's Revenge featuring Panama Joe,MS,Adventure,Parker Bros.,Parker Bros,,,,,,,1989-01-01, -/games/boxart/499738ccc.jpg,Montezuma's Revenge featuring Panama Joe,5200,Adventure,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_moon_725JapanFront.jpg,Moon,PC,Adventure,Tactics,Tactics,,,,,,,1997-11-21, -/games/boxart/full_moon-cradle_4JapanFront.jpg,Moon Cradle,SAT,Adventure,Pack-In-Video,Pack-In-Video,,,,,,,1997-06-27, -/games/boxart/full_8315847AmericaFrontccc.jpg,Morpheus,PC,Adventure,Tiburon Interactive Publishing,Soap Bubble Productions,,,,,,,1998-01-01, -/games/boxart/full_7179552AmericaFrontccc.jpg,Morphopolis,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-14, -/games/boxart/full_995493AmericaFrontccc.png,Morphopolis,And,Adventure,Unknown,Unknown,,,,,,,2014-01-24, -/games/boxart/default.jpg,Mortadelo y Filemón: Dos Vaqueros Chapuceros,PC,Adventure,Unknown,"Zeta Multimedia, S.A.",,,,,,,, -/games/boxart/default.jpg,Mortadelo y Filemon: El Escarabajo de Cleopatra,PC,Adventure,Zeta Multimedia,Alcachofa Soft,,,,,,,2001-01-01, -/games/boxart/default.jpg,"Mortadelo y Filemón: Terror, Espanto y Pavor",PC,Adventure,Unknown,"Zeta Multimedia, S.A.",,,,,,,, -/games/boxart/full_moshimo-ashita-ga-hare-naraba_854JapanFront.jpg,Moshimo Ashita ga Hare Naraba,PC,Adventure,Paretto,Paretto,,,,,,,2006-02-24, -/games/boxart/full_moujuutsukai-to-oujisama-twin-pack_197JapanFront.jpg,Moujuutsukai to Oujisama Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2011-02-24, -/games/boxart/default.jpg,Mousou Gugenka AVG Dream Believer,PC,Adventure,Touchable,Touchable,,,,,,,2011-10-28, -/games/boxart/full_9529096JapanFrontccc.jpg,MTV's Beavis and Butt-Head: Virtual Aho Shoukougun,PS,Adventure,B-Factory,Viacom New Media,,,,,,,1998-01-29, -/games/boxart/full_8280538AmericaFrontccc.jpg,Mummy: Tomb of the Pharaoh,PC,Adventure,Interplay,Amazing Media,,,,,,,1996-08-31, -/games/boxart/full_murder-in-the-abbey_202AmericaFront.jpg,Murder in the Abbey,PC,Adventure,DreamCatcher Interactive,Alcachofa Soft,7,,,,,,2008-08-26, -/games/boxart/default.jpg,Muse: Together Is the New Alone,PS4,Adventure,Pygmy Studio,Pygmy Studio,,,,,,,2020-12-31, -/games/boxart/default.jpg,Muse: Together Is the New Alone,PSV,Adventure,Pygmy Studio,Pygmy Studio,,,,,,,2020-12-31, -/games/boxart/default.jpg,Musketeer: Le Sang des Chevaliers,PSP,Adventure,Idea Factory,Otomate,,,,,,,2011-07-07, -/games/boxart/3318561ccc.jpg,Musya,SNES,Adventure,Seta Corporation,Jorudan,,,,,,,1992-12-01, -/games/boxart/full_muv-luv-twin-pack_547JapanFront.jpg,Muv-Luv Twin Pack,X360,Adventure,5pb,5pb. Inc.,,,,,,,2011-10-27, -/games/boxart/full_7003834AmericaFrontccc.jpg,My Ex-Boyfriend the Space Tyrant,PC,Adventure,Up Multimedia,Up Multimedia,,,,,,,2014-07-21, -/games/boxart/full_6173805AmericaFrontccc.jpg,My Ex-Boyfriend the Space Tyrant,Linux,Adventure,Up Multimedia,Up Multimedia,,,,,,,2014-07-21, -/games/boxart/full_2663561AmericaFrontccc.jpg,My Ex-Boyfriend the Space Tyrant,OSX,Adventure,Up Multimedia,Up Multimedia,,,,,,,2014-07-21, -/games/boxart/full_8780828JapanFrontccc.jpg,My Merry May,PS2,Adventure,KID,KID Corporation,,,,,,,2003-01-30, -/games/boxart/full_5994060JapanFrontccc.jpg,My Merry May,DC,Adventure,KID,KID Corporation,,,,,,,2002-04-25, -/games/boxart/full_1180470JapanFrontccc.jpg,My Merry May be,DC,Adventure,KID,KID Corporation,,,,,,,2003-07-10, -/games/boxart/full_6577370JapanFrontccc.jpg,My Merry May be,PS2,Adventure,KID,KID Corporation,,,,,,,2003-04-24, -/games/boxart/full_my-merry-may-with-be_598JapanFront.jpg,My Merry May with be,PSP,Adventure,CyberFront,CyberFront,,,,,,,2010-03-25, -/games/boxart/full_7149741JapanFrontccc.jpg,My Merry May with be,PS2,Adventure,KID,KID Corporation,,,,,,,2005-06-30, -/games/boxart/full_my-merry-may-with-be_491JapanFront.jpg,My Merry May with be,PSN,Adventure,CyberFront,CyberFront,,,,,,,2011-03-09, -/games/boxart/2122012ccc.jpg,Myst,AJ,Adventure,Atari,Cyan Worlds,,,,,,,1995-01-01, -/games/boxart/full_4592500AmericaFrontccc.jpg,Myst,PSN,Adventure,Midway Games,Hoplite Research,,,,,,,2009-07-16, -/games/boxart/7815168ccc.jpg,Myst,3DO,Adventure,Sunsoft,Cyan Worlds,,,,,,,1995-01-01, -/games/boxart/full_221014AmericaFrontccc.jpg,Myst 10th Anniversary DVD Edition,PC,Adventure,Ubisoft,Cyan Worlds,,,,,,,2003-11-13, -/games/boxart/full_6869989AmericaFrontccc.jpg,Myst Online: Uru Live,PC,Adventure,GameTap,Cyan Worlds,,,,,,,2007-01-15, -/games/boxart/full_7897977AmericaFrontccc.jpg,Myst Trilogy,PC,Adventure,Ubisoft,Cyan Worlds,,,,,,,2002-03-25, -/games/boxart/full_4642136AmericaFrontccc.jpg,Myst: Uru Complete Chronicles,PC,Adventure,Ubisoft,Cyan Worlds,,,,,,,2004-07-07, -/games/boxart/full_mystereet_875JapanFront.jpg,Mystereet,PC,Adventure,Abel,Abel Software,,,,,,,2004-05-28, -/games/boxart/full_mystereet-fan-disc-detective-vacation_104JapanFront.jpg,Mystereet Fan Disc: Detective Vacation,PC,Adventure,Abel,Abel Software,,,,,,,2006-05-25, -/games/boxart/full_mystereet-portable_6JapanFront.jpg,Mystereet Portable,PSP,Adventure,Views,Views,,,,,,,2008-04-24, -/games/boxart/full_mystereet-windows-yasogami-kaoru-no-chousen_784JapanFront.jpg,Mystereet Windows: Yasogami Kaoru no Chousen,PC,Adventure,Abel,Abel Software,,,,,,,2008-10-31, -/games/boxart/default.jpg,Mystereet: Another Side of Church,PC,Adventure,Abel,Abel Software,,,,,,,2009-01-23, -/games/boxart/7709169ccc.jpg,Mysterious Journey II,PC,Adventure,The Adventure Company,Detallion S.C.,,,,,,,2003-11-25, -/games/boxart/default.jpg,Mystery in London: On the Trail of Jack the Ripper,PC,Adventure,Big Fish Games,Unknown,,,,,,,2007-12-14, -/games/boxart/full_9944281AmericaFrontccc.jpg,Mystery of the Ancients: Deadly Cold,PC,Adventure,Astragon,Big Fish Games,,,,,,,2016-04-06, -/games/boxart/full_mystery-pi-lost-in-los-angeles_576AmericaFront.jpg,Mystery P.I. - Lost in Los Angeles,PC,Adventure,PopCap Games,SpinTop Games,,,,,,,2009-07-28, -/games/boxart/full_mystic-ark-maboroshi-gekijo_210JapanFront.jpg,Mystic Ark: Maboroshi Gekijo,PS,Adventure,Enix,Produce!,,,,,,,1999-03-18, -/games/boxart/full_2472091AmericaFrontccc.jpg,Myth,PC,Adventure,Rainbird,Magnetic Scrolls Ltd.,,,,,,,1989-01-01, -/games/boxart/full_nadesico-aka-no-rasen_519JapanFront.jpg,Nadesico: Aka no Rasen,PC,Adventure,F&C,F&C,,,,,,,2007-01-26, -/games/boxart/default.jpg,Nakadashi Haramase Shinyaku Chousa,PC,Adventure,Unknown,softhouse-seal,,,,,,,2011-08-26, -/games/boxart/default.jpg,Nakadasi Oni,PC,Adventure,Unknown,softhouse-seal,,,,,,,2010-02-26, -/games/boxart/full_naked-blue-canvas-wallpaper-collection_997JapanFront.jpg,Naked Blue: Canvas Wallpaper Collection,PC,Adventure,F&C,F&C,,,,,,,2001-08-10, -/games/boxart/full_1517897JapanFrontccc.jpg,Nakoruru: Anohito Kara no Okurimono,DC,Adventure,Kool Kizz,Kool Kizz,,,,,,,2002-03-28, -/games/boxart/full_3271092JapanFrontccc.jpg,Nan no Umi no Odyssey,GBA,Adventure,Global A Entertainment,Global A,,,,,,,2002-10-03, -/games/boxart/full_2439268JapanFrontccc.jpg,Nanatsu no Hikan,PS,Adventure,KOEI,Koei,,,,,,,1996-08-09, -/games/boxart/full_7081290JapanFrontccc.jpg,Nanatsu no Hikan,SAT,Adventure,KOEI,Koei,,,,,,,1996-04-05, -/games/boxart/full_5627517JapanFrontccc.jpg,Nanatsu no Hikan: Senritsu no Bishou,DC,Adventure,KOEI,Koei,,,,,,,2000-01-20, -/games/boxart/default.jpg,Nanatsuiro * Drops,PC,Adventure,UNiSONSHIFT,UNiSONSHIFT: Blossom,,,,,,,2006-04-21, -/games/boxart/full_7870838JapanFrontccc.jpg,Nanatsuiro * Drops: Touch de Hajimaru Hatsukoi Monogatari,DS,Adventure,Media Works,UNiSONSHIFT,,,,,,,2008-05-15, -/games/boxart/full_4048644AmericaFrontccc.jpg,"Nancy Drew Dossier: Lights, Camera, Curses!",PC,Adventure,Her Interactive,Her Interactive,,,,,,,2008-11-11, -/games/boxart/3593168ccc.jpg,Nancy Drew: Curse of Blackmoor Manor,PC,Adventure,Atari,Her Interactive,,,,,,,2004-10-05, -/games/boxart/full_627286AmericaFrontccc.jpg,Nancy Drew: Danger on Deception Island,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2003-10-01, -/games/boxart/8227378ccc.jpg,Nancy Drew: Ghost Dogs of Moon Lake,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2002-11-09, -/games/boxart/436122ccc.jpg,Nancy Drew: Last Train to Blue Moon Canyon,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2005-09-16, -/games/boxart/6021542ccc.jpg,Nancy Drew: Message in a Haunted Mansion,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2000-11-24, -/games/boxart/full_4682744AmericaFrontccc.jpg,Nancy Drew: Ransom of the Seven Ships,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2009-07-14, -/games/boxart/783332ccc.jpg,Nancy Drew: Secret of the Old Clock,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2005-07-26, -/games/boxart/1665558ccc.jpg,Nancy Drew: Secrets Can Kill,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,1999-11-23, -/games/boxart/2472599ccc.jpg,Nancy Drew: Stay Tuned for Danger,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2000-01-01, -/games/boxart/full_nancy-drew-the-captive-curse_630AmericaFront.jpg,Nancy Drew: The Captive Curse,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2012-07-11, -/games/boxart/3291252ccc.jpg,Nancy Drew: The Creature of Kapu Cave,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2006-10-19, -/games/boxart/4562433ccc.jpg,Nancy Drew: The Final Scene,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2001-09-16, -/games/boxart/9957765ccc.jpg,Nancy Drew: The Haunted Carousel,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2003-08-22, -/games/boxart/9772115ccc.jpg,Nancy Drew: The Haunting of Castle Malloy,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2008-10-16, -/games/boxart/full_3197944AmericaFrontccc.jpg,Nancy Drew: The Legend of the Crystal Skull,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2007-10-08, -/games/boxart/2204225ccc.jpg,Nancy Drew: The Secret of Shadow Ranch,PC,Adventure,Atari,Her Interactive,,,,,,,2004-07-20, -/games/boxart/full_1282877AmericaFrontccc.jpg,Nancy Drew: The White Wolf of Icicle Creek,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2007-06-07, -/games/boxart/4174681ccc.jpg,Nancy Drew: Treasure in a Royal Tower,PC,Adventure,DreamCatcher Interactive,Her Interactive,,,,,,,2001-06-21, -/games/boxart/full_nancy-drew-warnings-at-waverly-academy_2AmericaFront.jpg,Nancy Drew: Warnings at Waverly Academy,PC,Adventure,Her Interactive,Her Interactive,,,,,,,2009-10-13, -/games/boxart/default.jpg,Nanpa Nama Hame: Nakadashi Banzai 4,PC,Adventure,Unknown,U-Me Soft,,,,,,,, -/games/boxart/full_554862JapanFrontccc.jpg,Naraku no Shiro Portable,PSP,Adventure,Nippon Ichi Software,FOG (Full On Games),,,,,,,2009-12-17, -/games/boxart/default.jpg,Narimono Note,PC,Adventure,SkunkWorks,SkunkWorks,,,,,,,2007-03-02, -/games/boxart/full_nat-geo-games-ghost-fleet_737AmericaFront.jpg,Nat Geo Games: Ghost Fleet,PC,Adventure,ValuSoft,ValuSoft,,,,,,,2010-04-26, -/games/boxart/full_nathalie-brooks-the-treasures-of-the-lost-kingdom_3PALFront.jpg,Natalie Brooks: The Treasures of the Lost Kingdom,PC,Adventure,GSP,Foreign Media Games,,,,,,,2009-10-10, -/games/boxart/full_9389410JapanFrontccc.jpg,Natsuiro Komachi,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-09-25, -/games/boxart/full_4706706JapanFrontccc.jpg,Natsuiro: Hoshikuzu no Memory,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2004-12-22, -/games/boxart/full_natsuzora-no-monologue_3JapanFront.jpg,Natsuzora no Monologue,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-07-29, -/games/boxart/full_8527161JapanFrontccc.jpg,Natural 2: Duo,GBA,Adventure,Omega Products,Omega Products,,,,,,,2002-06-28, -/games/boxart/full_nazo-no-masquerade_2JapanFront.jpg,Nazo no Masquerade,PCE,Adventure,NCS,Riverhillsoft,,,,,,,1990-03-02, -/games/boxart/full_nazo-oh_9JapanFront.jpg,Nazo-Oh,PS,Adventure,Bandai,Bandai,,,,,,,1996-08-30, -/games/boxart/full_nazo-oh-pocket_10JapanFront.jpg,Nazo-Oh Pocket,WS,Adventure,Bandai,Bandai,,,,,,,1999-11-18, -/games/boxart/full_86518PALFrontccc.jpg,Necronomicon: The Dawning of Darkness,PS,Adventure,Wanadoo,Cryo Interactive,,,,,,,2001-11-09, -/games/boxart/full_necronomicon-the-gateway-to-beyond_106AmericaFront.jpg,Necronomicon: The Gateway to Beyond,PC,Adventure,DreamCatcher Interactive,Wanadoo Edition,,,,,,,2001-05-11, -/games/boxart/full_4171390JapanFrontccc.jpg,Neko Zamurai,PSN,Adventure,Human Entertainment,Human Entertainment,,,,,,,2009-11-11, -/games/boxart/full_3326113JapanFrontccc.jpg,Neko Zamurai,PS,Adventure,Human Entertainment,Human Entertainment,,,,,,,1999-03-04, -/games/boxart/full_nemurenu-yoru-no-chichinao-hinashi_5JapanFront.jpg,Nemurenu Yoru no Chiisana Ohanashi,3DO,Adventure,Amuse,Amuse,,,,,,,1994-12-16, -/games/boxart/full_nemurenu-yoru-no-chiisana-ohanashi_7JapanFront.jpg,Nemurenu Yoru no Chiisana Ohanashi,PCE,Adventure,NEC,NEC,,,,,,,1993-07-30, -/games/boxart/full_5120594JapanFrontccc.jpg,Neo Angelique Full Voice,PS2,Adventure,KOEI,Koei,,,,,,,2008-03-27, -/games/boxart/full_7690955AmericaFrontccc.png,Neopets: Petpet Adventures: The Wand of Wishing,PSN,Adventure,Sony Computer Entertainment,SCEA,,,,,,,2008-01-30, -/games/boxart/default.jpg,Netorarezuma: Quintuple Pack,PC,Adventure,Unknown,Gspot,,,,,,,2011-08-26, -/games/boxart/2243405ccc.jpg,Neuromancer,PC,Adventure,Interplay,Interplay Productions,,,,,,,1989-01-01, -/games/boxart/full_7081753JapanFrontccc.jpg,Never7 〜the end of infinity〜,PS2,Adventure,KID,KID Corporation,,,,,,,2003-06-26, -/games/boxart/full_238746JapanFrontccc.jpg,Never7 〜the end of infinity〜,DC,Adventure,KID,KID Corporation,,,,,,,2000-12-21, -/games/boxart/default.jpg,Never7 〜the end of infinity〜,PC,Adventure,CyberFront,KID Corporation,,,,,,,2003-06-01, -/games/boxart/full_never-7-the-end-of-infinity_2JapanFront.jpg,Never7 〜the end of infinity〜,PSN,Adventure,CyberFront,KID Corporation,,,,,,,2009-12-10, -/games/boxart/9224982ccc.jpg,Next Life,PC,Adventure,The Adventure Company,DreamCatcher Interactive,,,,,,,2007-11-20, -/games/boxart/1705828ccc.jpg,Nibiru: Age of Secrets,PC,Adventure,The Adventure Company,Future Games,,,,,,,2005-08-31, -/games/boxart/default.jpg,Nichijou: Uchuujin,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2011-07-28, -/games/boxart/full_night-demon-yume-oni_137JapanFront.jpg,Night Demon: Yume Oni,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2003-08-29, -/games/boxart/full_4494780AmericaFrontccc.jpg,Night in the Woods,PS4,Adventure,Finji,Infinite Fall,8.5,,,,,,2017-02-21,2017-12-17 -/games/boxart/full_7806074AmericaFrontccc.jpg,Night in the Woods,Linux,Adventure,Infinite Fall,Infinite Fall,,,,,,,2016-01-01, -/games/boxart/full_1210915AmericaFrontccc.jpg,Night in the Woods,OSX,Adventure,Infinite Fall,Infinite Fall,,,,,,,2016-01-01, -/games/boxart/3152082ccc.jpg,Night Trap,SCD,Adventure,Sega,Digital Pictures,,,,,,,1993-01-01, -/games/boxart/393100ccc.jpg,Night Trap,3DO,Adventure,Virgin Interactive,Digital Pictures,,,,,,,1994-01-01, -/games/boxart/full_night-trap-the-directors-cut_2AmericaFront.jpg,Night Trap: The Director's Cut,PC,Adventure,Digital Pictures,Digital Pictures,,,,,,,1995-10-25, -/games/boxart/full_555059AmericaFrontccc.png,Nightlong,PC,Adventure,DreamCatcher Interactive,Team17,,,,,,,1998-01-01, -/games/boxart/full_5106314AmericaFrontccc.jpg,Nightshade,NES,Adventure,Ultra Games,Beam Software,,,,,,,1991-01-01, -/games/boxart/full_4004429JapanFrontccc.jpg,Nijyuei,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2002-02-28, -/games/boxart/full_2979970AmericaFrontccc.jpg,Nikopol: Secrets of the Immortals,PC,Adventure,Got Game Entertainment,White Birds Productions,,,,,,,2008-09-20, -/games/boxart/full_nizu-no-senritsu-portable_1JapanFront.jpg,Nizu no Senritsu Portable,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, -/games/boxart/full_4644097JapanFrontccc.jpg,Nizu no Senritsu Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2009-12-24, -/games/boxart/full_nizu-no-senritsu-portable-2-hi-no-kioku_3JapanFront.jpg,Nizu no Senritsu Portable 2: Hi no Kioku,PSN,Adventure,CyberFront,CyberFront,,,,,,,2010-07-15, -/games/boxart/full_no-fate-only-the-power-of-will_494JapanFront.jpg,No Fate! Only the Power of Will,PSN,Adventure,Alchemist,Alchemist,,,,,,,2010-11-09, -/games/boxart/default.jpg,Noble Ridge! 1-Hanashi & 2-Hanashi Box Edition,PC,Adventure,Unknown,Mana,,,,,,,2011-08-26, -/games/boxart/full_448916JapanFrontccc.jpg,Nobunaga Hiroku: Ge-Ten no Yume,PS,Adventure,Athena,Athena,,,,,,,1997-05-30, -/games/boxart/full_6419329AmericaFrontccc.jpg,Noctropolis,PC,Adventure,Electronic Arts,Flashpoint Productions,,,,,,,1994-01-01, -/games/boxart/full_nocturne_616AmericaFront.jpg,Nocturne,PC,Adventure,Gathering of Developers,Terminal Reality,,,,,,,1999-10-25, -/games/boxart/full_8515964JapanFrontccc.jpg,NOëL 3: Mission on the Line,PS,Adventure,Pioneer LDC,Pioneer LDC,,,,,,,1999-03-11, -/games/boxart/default.jpg,NOëL 3: Mission on the Line,SAT,Adventure,Pioneer LDC,Pioneer LDC,,,,,,,1998-12-10, -/games/boxart/full_7097352JapanFrontccc.jpg,NOëL: La Neige Special,PS,Adventure,Pioneer LDC,Pioneer LDC,,,,,,,1998-08-06, -/games/boxart/full_nogizaka-haruka-no-himitsu-doujinshi-hajime-mashita_2JapanFront.jpg,Nogizaka Haruka no Himitsu: Doujinshi Hajime Mashita,PSN,Adventure,Kadokawa Shoten,ASCII Media Works,,,,,,,2010-10-28, -/games/boxart/full_826645AmericaFrontccc.jpg,Noir Syndrome,PC,Adventure,Glass Knuckle Games,Glass Knuckle Games,,,,,,,2014-04-02,2018-08-08 -/games/boxart/full_4303019AmericaFrontccc.jpg,Noir Syndrome,OSX,Adventure,Glass Knuckle Games,Glass Knuckle Games,,,,,,,2014-04-02,2018-08-08 -/games/boxart/full_1013004AmericaFrontccc.jpg,Noir Syndrome,Linux,Adventure,Glass Knuckle Games,Glass Knuckle Games,,,,,,,2014-04-02,2018-08-08 -/games/boxart/full_6777342AmericaFrontccc.jpg,Noir: A Shadowy Thriller,PC,Adventure,Cyberdreams,Cyberdreams,,,,,,,1996-10-31, -/games/boxart/default.jpg,Noise: Voice of Snow,PC,Adventure,Unknown,Operetta,,,,,,,2011-08-26, -/games/boxart/3083313ccc.jpg,Normality,PC,Adventure,Interplay,Gremlin Interactive,,,,,,,1996-06-30, -/games/boxart/full_8028682JapanFrontccc.jpg,Nostalgia 1907,SCD,Adventure,Sur de Wave,Sur de Wave,,,,,,,1991-12-14, -/games/boxart/default.jpg,"Nukenin: Hokaku, Soshite Choukyou e...",PC,Adventure,Waffle,Waffle,,,,,,,2006-03-10, -/games/boxart/default.jpg,Nuppu Nupu Oyako Mix,PC,Adventure,TinkerBell,TinkerBell,,,,,,,2011-07-22, -/games/boxart/full_1042615AmericaFrontccc.jpg,O.D.T.: Escape... Or Die Trying,PC,Adventure,Psygnosis,FDI,,,,,,,1998-10-31, -/games/boxart/full_8991043AmericaFrontccc.jpg,Obduction,OSX,Adventure,Cyan Worlds,Cyan Worlds,,,,,,,2016-08-24,2019-04-21 -/games/boxart/1686356ccc.jpg,Obscure: The Aftermath,PS2,Adventure,Ignition Entertainment,Hydravision Entertainment,,,,,,,2008-03-25, -/games/boxart/full_834757AmericaFrontccc.png,Obscure: The Aftermath,PSN,Adventure,Playlogic International NV,Hydravision Entertainment,,,,,,,2009-10-01, -/games/boxart/6262536ccc.jpg,Obscure: The Aftermath,PC,Adventure,Ignition Entertainment,Hydravision Entertainment,,,,,,,2008-03-25, -/games/boxart/full_3516756AmericaFrontccc.jpg,Obsidian,PC,Adventure,SegaSoft,Rocket Science,,,,,,,1996-12-31, -/games/boxart/default.jpg,Octodad,PC,Adventure,Unknown,Young Horses,,,,,,,, -/games/boxart/default.jpg,Octodad 2,PC,Adventure,Unknown,Young Horses,,,,,,,, -/games/boxart/default.jpg,Oddworld: Stranger’s Wrath,PSN,Adventure,Unknown,Just Add Water and Oddworld Inhabitants,,,,,,,, -/games/boxart/full_ojousama-kumikyoku-sweet-concert_578JapanFront.jpg,Ojousama Kumikyoku: Sweet Concert,PS2,Adventure,Pione Soft,Pione Soft,,,,,,,2007-04-26, -/games/boxart/full_6045065JapanFrontccc.jpg,Ojousama Sousamou,PCFX,Adventure,NEC,NEC,,,,,,,1996-05-31, -/games/boxart/2061446ccc.jpg,Omikron: The Nomad Soul,DC,Adventure,Eidos Interactive,Quantic Dream,6.2,,,,,,2000-06-22, -/games/boxart/full_4545121AmericaFrontccc.png,Omikron: The Nomad Soul,PC,Adventure,Eidos Interactive,Quantic Dream,,,,,,,1999-11-02, -/games/boxart/default.jpg,One Way Trip,PS4,Adventure,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,One Way Trip,PSV,Adventure,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Onedari Milky Pie,PC,Adventure,Sekilala,Sekilala,,,,,,,2005-05-27, -/games/boxart/full_oni-japan_122JapanFront.jpg,Oni (Japan),PC,Adventure,Unknown,InterHeart,,,,,,,2000-12-13, -/games/boxart/default.jpg,Oni Coach!!,PC,Adventure,Unknown,Apple Pie,,,,,,,2001-10-06, -/games/boxart/default.jpg,Oni Isha,PC,Adventure,Saga Planets,Saga Planets,,,,,,,2002-04-26, -/games/boxart/default.jpg,Oni Kyoushi,PC,Adventure,Unknown,That's,,,,,,,2007-01-26, -/games/boxart/full_oni-mari_802JapanFront.jpg,Oni Mari.,PC,Adventure,13cm,13cm,,,,,,,2010-01-29, -/games/boxart/full_oni-no-sumu-sakura_300JapanFront.jpg,Oni no Sumu Sakura,PC,Adventure,Unknown,Another Room,,,,,,,2000-05-19, -/games/boxart/full_oni-uta-oni-ga-kitari-de-maesasero-to-notamouta_132JapanFront.jpg,"Oni Uta. Oni ga Kitari de, Maesasero to Notamouta",PC,Adventure,13cm,13cm,,,,,,,2009-06-26, -/games/boxart/full_1166207AmericaFrontccc.jpg,Only If,PC,Adventure,Creability,Creability,,,,,,,2014-07-25, -/games/boxart/full_8100291AmericaFrontccc.jpg,Only If,Linux,Adventure,Creability,Creability,,,,,,,2014-07-25, -/games/boxart/full_2314369AmericaFrontccc.jpg,Only If,OSX,Adventure,Creability,Creability,,,,,,,2014-07-25, -/games/boxart/default.jpg,Onna Kyoushi: Chijoku no Senritsu,PC,Adventure,Unknown,Guilty,,,,,,,2004-02-13, -/games/boxart/full_3223899AmericaFrontccc.jpg,Operation: Weather Disaster,PC,Adventure,Discovery Channel Multimedia,Discovery Channel Multimedia,,,,,,,1995-01-01, -/games/boxart/full_7012067JapanFrontccc.jpg,Orange Honey: Boku wa Kimi ni Koishiteru,PS2,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2007-04-26, -/games/boxart/full_8422216JapanFrontccc.jpg,Orange Pocket,DC,Adventure,Pione Soft,Elf,,,,,,,2004-04-28, -/games/boxart/full_ore-no-shite-agake_2JapanFront.jpg,Ore no Shite Agake,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2007-06-21, -/games/boxart/default.jpg,Ore to Saeko-San to Netorare Mail,PC,Adventure,Unknown,Lilith,,,,,,,2011-10-28, -/games/boxart/default.jpg,Osananajimi Daitouryou W: President Pack,PC,Adventure,Alcot,Alcot,,,,,,,2011-08-26, -/games/boxart/full_6978225JapanFrontccc.jpg,Oshare Princess 3,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2003-08-29, -/games/boxart/full_6170703JapanFrontccc.jpg,Oshare Princess 5,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2005-07-07, -/games/boxart/default.jpg,Oshiete Darling,DSiW,Adventure,Starfish,Starfish SD,,,,,,,2010-04-28, -/games/boxart/full_8318597JapanFrontccc.jpg,Oshiete! Popotan,PS2,Adventure,Well Made,Well Made,,,,,,,2004-03-11, -/games/boxart/full_osomatsu-kun-back-to-zami-no-deppa_185JapanFront.jpg,Osomatsu-kun: Back to Zami no Deppa,NES,Adventure,Bandai,Bandai,,,,,,,1989-12-08, -/games/boxart/full_osouji-sentai-clean-keeper_5JapanFront.jpg,Osouji Sentai Clean Keeper,Wii,Adventure,Idea Factory,Lupinus,,,,,,,2008-04-24, -/games/boxart/default.jpg,OtoLove: Josou Bishounen Gentei,PC,Adventure,Unknown,Otokonoko Club,,,,,,,2011-12-09, -/games/boxart/default.jpg,Otome Senki Soul Eater,PC,Adventure,Rune,Rune,,,,,,,2006-11-24, -/games/boxart/default.jpg,Otometeki Koi Kakumei * Love Revo,PC,Adventure,Interchannel,HuneX,,,,,,,2008-03-28, -/games/boxart/default.jpg,Otousan to Watashi,PC,Adventure,Unknown,Moon (2011),,,,,,,2011-10-28, -/games/boxart/full_ouka-sengoku-nobunaga-chan-no-koishite-yabou_625JapanFront.jpg,Ouka Sengoku: Nobunaga-Chan no Koishite Yabou!?,PC,Adventure,Unknown,Apricot,,,,,,,2010-10-29, -/games/boxart/full_outcry_445AmericaFront.jpg,Outcry,PC,Adventure,DreamCatcher Interactive,Phantomery Interactive,,,,,,,2008-08-26, -/games/boxart/full_outcry-the-dawn_155PALFront.jpg,Outcry: The Dawn,PC,Adventure,Mamba Games,bitComposer Games,,,,,,,2009-10-16, -/games/boxart/full_9876961PALFrontccc.jpg,Overlord: Raising Hell,PC,Adventure,Codemasters,Triumph Studios,,,,,,,2008-02-15, -/games/boxart/full_paizuri-cheerleader-vs-sakunyuu-ouendan_746JapanFront.jpg,Paizuri Cheerleader vs. Sakunyuu Ouendan!,PC,Adventure,Unknown,Marine,,,,,,,2010-09-24, -/games/boxart/full_2595157AmericaFrontccc.jpg,Pajama Sam 3: You Are What You Eat From Your Head To Your Feet,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,2000-04-01, -/games/boxart/full_3733307AmericaFrontccc.jpg,Pajama Sam's Lost & Found,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,2003-01-01, -/games/boxart/full_843422AmericaFrontccc.jpg,Pajama Sam: Don't Fear The Dark,PC,Adventure,Humongous,Humongous Entertainment,,,,,,,2008-01-01, -/games/boxart/full_1673345AmericaFrontccc.jpg,Pajama Sam: Life is Rough when you Lose your Stuff,PC,Adventure,Atari,Humongous Entertainment,,,,,,,2003-01-01, -/games/boxart/full_4106089AmericaFrontccc.jpg,Pajama Sam: No Need To Hide When It's Dark Outside,PC,Adventure,Humongous,Humongous Entertainment.,,,,,,,1996-01-01, -/games/boxart/full_92305JapanFrontccc.jpg,Pandora no Yume,DC,Adventure,NEC Interchannel,HuneX,,,,,,,2002-09-12, -/games/boxart/full_pandora-kimi-no-namae-o-boku-wa-shiru_1JapanFront.jpg,Pandora: Kimi no Namae o Boku wa Shiru,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-11-18, -/games/boxart/full_8257022JapanFrontccc.jpg,Panic Palette,PS2,Adventure,Takuyo,Takuyo,,,,,,,2007-05-31, -/games/boxart/full_8804872AmericaFrontccc.jpg,Panzer Killer!,PC,Adventure,Strategy First,Digital Fusion Incorporated,,,,,,,2007-11-08, -/games/boxart/full_945861AmericaFrontccc.jpg,Papo & Yo,PC,Adventure,"Minority, Inc.","Minority, Inc.",,,,,,,2013-04-18,2019-04-21 -/games/boxart/full_195791AmericaFrontccc.png,Papo & Yo,PSN,Adventure,"Minority, Inc.","Minority, Inc.",,,,,,,2012-08-14,2019-04-21 -/games/boxart/default.jpg,Parfait: Chocolat Second Brew,PC,Adventure,Giga,Giga,,,,,,,2005-03-25, -/games/boxart/full_passage-path-of-betrayal_694AmericaFront.jpg,Passage: Path of Betrayal,PC,Adventure,Unknown,DragonWorks Interactive,,,,,,,2001-07-01, -/games/boxart/full_pastel-chime_130JapanFront.jpg,Pastel Chime,PC,Adventure,Alice Soft,Alice Soft,,,,,,,1998-11-26, -/games/boxart/full_pastel-chime-continue_889JapanFront.jpg,Pastel Chime Continue,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2005-06-17, -/games/boxart/default.jpg,Pastel Note,PC,Adventure,Pumpie,Pumpie,,,,,,,1998-05-16, -/games/boxart/default.jpg,Pathologic,Linux,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, -/games/boxart/default.jpg,Pathologic,PS4,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, -/games/boxart/default.jpg,Pathologic,XOne,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, -/games/boxart/default.jpg,Pathologic,PC,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, -/games/boxart/default.jpg,Pathologic,OSX,Adventure,Ice-pick Lodge,Ice-pick Lodge,,,,,,,2016-01-01, -/games/boxart/full_7362582JapanFrontccc.jpg,Patisserie Nanyanko,DC,Adventure,Pione Soft,Pione Soft,,,,,,,2004-09-22, -/games/boxart/full_pauls-monster-adventure_956AmericaFront.jpg,Paul's Monster Adventure,DSiW,Adventure,Agetec,ICM,,,,,,,2010-12-20, -/games/boxart/full_4899787AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode One,PSN,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-23, -/games/boxart/full_8900226AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode One,XBL,Adventure,Hothead Games,Hothead Games,,,,,,,2008-05-21, -/games/boxart/full_2909577AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode Two,PC,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-29, -/games/boxart/full_6521871AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode Two,PSN,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-30, -/games/boxart/full_9928754AmericaFrontccc.jpg,Penny Arcade Adventures: On the Rain-Slick Precipice of Darkness Episode Two,XBL,Adventure,Hothead Games,Hothead Games,,,,,,,2008-10-29, -/games/boxart/full_1034921AmericaFrontccc.jpg,Penumbra Collection,PC,Adventure,SouthPeak Interactive,Frictional Games,,,,,,,2009-02-23, -/games/boxart/6182193ccc.jpg,Penumbra: Black Plague,PC,Adventure,Paradox Interactive,Frictional Games,,,,,,,2008-02-13, -/games/boxart/default.jpg,Penumbra: Requiem,PC,Adventure,Paradox Interactive,Frictional Games,,,,,,,2008-08-27, -/games/boxart/full_3229117AmericaFrontccc.jpg,Perry Mason: Case of The Mandarin Murder,PC,Adventure,Telarium,Telarium,,,,,,,1986-01-01, -/games/boxart/full_personal-nightmare_6AmericaFront.jpg,Personal Nightmare,PC,Adventure,Adventure Soft,Horrorsoft,,,,,,,1989-01-01, -/games/boxart/full_1069101JapanFrontccc.jpg,Pet Tantei Y's,PC,Adventure,Amedeo,Amedeo,,,,,,,2004-10-12, -/games/boxart/full_8742261AmericaFrontccc.jpg,Phantasmagoria: A Puzzle of Flesh,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-11-30, -/games/boxart/full_9714940JapanFrontccc.jpg,Phantasy Star Adventure,GG,Adventure,Sega,Sega,,,,,,,1992-03-13, -/games/boxart/full_307547JapanFrontccc.jpg,Phantom: Phantom of Inferno,PC,Adventure,Nitro+,Nitro+,,,,,,,2000-02-25, -/games/boxart/full_2855163JapanFrontccc.jpg,Phantom: Phantom of Inferno,PS2,Adventure,Princess Soft,Princess Soft,,,,,,,2003-05-22, -/games/boxart/full_602221AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney,WW,Adventure,Capcom,Capcom,6.7,,,,,,2010-01-11, -/games/boxart/full_3450463AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney - Justice for All,WW,Adventure,Capcom,Capcom,,,,,,,2010-02-15, -/games/boxart/full_146138AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney - Trials and Tribulations,WW,Adventure,Capcom,Capcom,6,,,,,,2010-05-10, -/games/boxart/full_pia-carrot-e-youkoso_405JapanFront.jpg,Pia Carrot e Youkoso!!,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2006-07-26, -/games/boxart/full_2353817JapanFrontccc.jpg,Pia Carrot e Youkoso!!,PCFX,Adventure,Cocktail Soft,HuneX,,,,,,,1997-05-23, -/games/boxart/full_7045403JapanFrontccc.jpg,Pia Carrot e Youkoso!!,SAT,Adventure,KID,Cocktail Soft,,,,,,,1998-03-12, -/games/boxart/full_7832085JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2,DC,Adventure,NEC Interchannel,Stack,,,,,,,2003-02-06, -/games/boxart/default.jpg,Pia Carrot e Youkoso!! 2,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,1997-10-31, -/games/boxart/full_6316171JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2,SAT,Adventure,NEC Interchannel,Cocktail Soft,,,,,,,1998-10-08, -/games/boxart/full_683154JapanFrontccc.jpg,Pia Carrot e Youkoso!! 2.2,GB,Adventure,NEC Interchannel,Shall Luck Plus,,,,,,,2000-12-02, -/games/boxart/full_3551294JapanFrontccc.jpg,Pia Carrot e Youkoso!! 3,DC,Adventure,NEC Interchannel,Alpha Unit,,,,,,,2003-03-27, -/games/boxart/full_pia-carrot-e-youkoso-3_63JapanFront.jpg,Pia Carrot e Youkoso!! 3,PC,Adventure,F&C,Cocktail Soft,,,,,,,2001-11-30, -/games/boxart/full_9455135JapanFrontccc.jpg,Pia Carrot e Youkoso!! 3,PS2,Adventure,NEC Interchannel,Alpha Unit,,,,,,,2003-03-27, -/games/boxart/full_2129084JapanFrontccc.jpg,Pia Carrot e Youkoso!! 3.3,GBA,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-04-23, -/games/boxart/default.jpg,Pia Carrot e Youkoso!! 4,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2009-12-25, -/games/boxart/default.jpg,Pia Carrot e Youkoso!! 4: Natsu no Kioku,PSP,Adventure,Unknown,HuneX,,,,,,,, -/games/boxart/full_pia-carrot-e-youkoso-4-natsu-no-koikatsu_187JapanFront.jpg,Pia Carrot e Youkoso!! 4: Natsu no Koikatsu,X360,Adventure,GN Software,GN Software,,,,,,,2011-02-24, -/games/boxart/default.jpg,Pia Carrot e Youkoso!! G.O.,PC,Adventure,F&C,Cocktail Soft,,,,,,,2006-02-03, -/games/boxart/full_2587009JapanFrontccc.jpg,Pia Carrot e Youkoso!! G.O. Summer Fair,PS2,Adventure,Piacci,Cocktail Soft,,,,,,,2007-12-20, -/games/boxart/full_pia-carrot-e-youkoso-gose_576JapanFront.jpg,Pia Carrot e Youkoso!! G.O.SE,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2008-04-25, -/games/boxart/full_pia-carrot-e-youkoso-gp-gakuen-princess_104JapanFront.jpg,Pia Carrot e Youkoso!! G.P. Gakuen Princess,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2008-01-25, -/games/boxart/full_pia-carrot-go-toy-box-2-spring-fair_573JapanFront.jpg,Pia Carrot G.O. Toy Box 2 Spring Fair,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2007-04-27, -/games/boxart/full_pia-carrot-go-toy-box-summer-fair_348JapanFront.jpg,Pia Carrot G.O. Toy Box Summer Fair,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2006-09-15, -/games/boxart/full_pia-carrot-gp-fd_711JapanFront.jpg,Pia Carrot G.P. FD,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2008-09-26, -/games/boxart/full_piacarro-4-fd-pia-carrot-e-youkoso-4-fan-disc_351JapanFront.jpg,PiaCarro 4 FD: Pia Carrot e Youkoso!! 4 Fan Disc,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2010-09-03, -/games/boxart/full_5614805JapanFrontccc.jpg,Pichimo Ninarou,GBA,Adventure,MTO,MTO,,,,,,,2004-09-22, -/games/boxart/full_4385572AmericaFrontccc.jpg,PictureBook Games: Pop-Up Pursuit,WW,Adventure,Nintendo,Nintendo,,,,,,,2009-08-17, -/games/boxart/full_4792777PALFrontccc.jpg,Pilot Down: Behind Enemy Lines,PC,Adventure,Oxygen Interactive,Wide Games,,,,,,,2005-09-09, -/games/boxart/full_1722807PALFrontccc.jpg,Pilot Down: Behind Enemy Lines,PS2,Adventure,Oxygen Interactive,Wide Games,,,,,,,2005-09-09, -/games/boxart/full_1682324AmericaFrontccc.jpg,Pinball Quest,NES,Adventure,Jaleco,Jaleco Ltd.,,,,,,,1990-06-01, -/games/boxart/full_5337200PALFrontccc.jpg,Pinocchio,PS2,Adventure,Phoenix Games,Phoenix Games,,,,,,,2006-12-08, -/games/boxart/full_6297543PALFrontccc.png,Pirates of the Caribbean: At World's End,PSN,Adventure,Disney Interactive Studios,Eurocom,,,,,,,2009-09-03, -/games/boxart/full_1301403PALFrontccc.png,Pirates of the Caribbean: Dead Man's Chest,PSN,Adventure,Disney Interactive Studios,Griptonite,,,,,,,2009-08-06, -/games/boxart/8619900ccc.jpg,Pirates of the Caribbean: The Legend of Jack Sparrow,PC,Adventure,Bethesda Softworks,California Seven Studios,,,,,,,2006-06-28, -/games/boxart/full_898441PALFrontccc.jpg,Pirates: Legend of the Black Buccaneer,XB,Adventure,Valcon Games,WideScreen Games,,,,,,,2006-08-15, -/games/boxart/default.jpg,Pizza Morgana,PC,Adventure,Unknown,Corbomite Games,,,,,,,2009-08-16, -/games/boxart/full_2314201JapanFrontccc.jpg,Pizzicato Polka: Suisei Genya,DC,Adventure,KID,KID,,,,,,,2004-06-17, -/games/boxart/full_planetarian-chiisana-hoshi-no-yume_0JapanFront.jpg,Planetarian: Chiisana Hoshi no Yume,PSN,Adventure,Prototype,Key,,,,,,,2009-08-24, -/games/boxart/full_8923510JapanFrontccc.jpg,Planetarian: Chiisana Hoshi no Yume,PS2,Adventure,Prototype,Key,,,,,,,2006-08-24, -/games/boxart/full_1988498JapanFrontccc.jpg,Planetarian: Chiisana Hoshi no Yume,PC,Adventure,Key,Key,,,,,,,2006-04-28, -/games/boxart/default.jpg,Planetarium,PS2,Adventure,Unknown,Takuyo,,,,,,,, -/games/boxart/full_9423897JapanFrontccc.jpg,Play Novel: Silent Hill,GBA,Adventure,Konami,Konami,,,,,,,2001-03-21, -/games/boxart/default.jpg,Please ReOpu Me!,PC,Adventure,Clock Up,Clock Up,,,,,,,2011-10-28, -/games/boxart/958742ccc.jpg,Plumbers Don't Wear Ties,3DO,Adventure,Kirin Entertainment,Kirin Entertainment,,,,,,,1994-01-01, -/games/boxart/default.jpg,Pochi to Goshujin-Sama,PC,Adventure,Unknown,SkyFish,,,,,,,2011-08-26, -/games/boxart/full_6953529JapanFrontccc.jpg,Poi! Hito Natsu no Keiken!?,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2008-07-17, -/games/boxart/1743341ccc.jpg,Police Quest 2: The Vengeance,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1988-01-01, -/games/boxart/421591ccc.jpg,Police Quest 3: The Kindred,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1991-10-01, -/games/boxart/4773464ccc.jpg,Police Quest: In Pursuit of the Death Angel,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1987-01-01, -/games/boxart/full_7295497JapanFrontccc.jpg,Policenauts,PS,Adventure,Konami,Konami Computer Entertainment Osaka,,,,,,,1996-01-09, -/games/boxart/full_6593954JapanFrontccc.jpg,Policenauts,SAT,Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,1996-09-13, -/games/boxart/full_5318710JapanFrontccc.jpg,Policenauts Private Collection,PS,Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,1996-02-09, -/games/boxart/default.jpg,Portable Shrine Wars,DSiW,Adventure,Unknown,Tom Create,,,,,,,, -/games/boxart/full_portopia-renzoku-satsujin-jiken_144JapanFront.jpg,Portopia Renzoku Satsujin Jiken,NES,Adventure,Enix,ChunSoft,,,,,,,1985-11-25, -/games/boxart/full_7414794JapanFrontccc.jpg,Portpia Renzoku Satsujin Jiken,NES,Adventure,Enix,ChunSoft,,,,,,,1985-11-29, -/games/boxart/full_2709442PALFrontccc.jpg,Postman Pat,PS2,Adventure,Blast! Entertainment Ltd,The Code Monkeys,,,,,,,2008-01-25, -/games/boxart/full_pri-saga-boku-no-hi-wa-xxx_375JapanFront.jpg,Pri-Saga! Boku no Hi wa xxx,PC,Adventure,Abel,Abel Software,,,,,,,2006-07-28, -/games/boxart/full_1244185JapanFrontccc.jpg,Pri-Saga! Princess o Sagase!,PS2,Adventure,Views,Abel Software,,,,,,,2007-11-22, -/games/boxart/full_pri-saga-x_301JapanFront.jpg,Pri-Saga! X,PC,Adventure,Abel,Abel Software,,,,,,,2008-05-02, -/games/boxart/full_prince-of-persia_199AmericaFront.jpg,Prince of Persia,PSN,Adventure,Ubisoft,Ubisoft Montreal,8.6,,,,,,2011-03-15, -/games/boxart/full_2771075AmericaFrontccc.png,Prince of Persia: Revelations,PSN,Adventure,Ubisoft,"Pipeworks Software, Inc.",,,,,,,2009-10-01, -/games/boxart/full_princess-frontier_288JapanFront.jpg,Princess Frontier,PC,Adventure,Axl,Axl,,,,,,,2008-03-28, -/games/boxart/full_4300992JapanFrontccc.jpg,Princess Holiday: Korogaru Ringo Tei Senya Ichiya,PS2,Adventure,Alchemist,August,,,,,,,2004-05-27, -/games/boxart/full_princess-holiday_7JapanFront.jpg,Princess Holiday: Korogaru Ringo Tei Senya Ichiya,DC,Adventure,Alchemist,August,,,,,,,2003-05-29, -/games/boxart/full_princess-holiday_476JapanFront.jpg,Princess Holiday: Korogaru Ringo Tei Senya Ichiya,PC,Adventure,Unknown,August,,,,,,,2002-09-27, -/games/boxart/full_princess-memory_843JapanFront.jpg,Princess Memory,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2000-04-07, -/games/boxart/full_1035655JapanFrontccc.jpg,Princess Nightmare,PC,Adventure,Karin Entertainment,Karin Entertainment,,,,,,,2007-04-27, -/games/boxart/full_1678273AmericaFrontccc.jpg,Princess Tomato in the Salad Kingdom,VC,Adventure,Hudson Soft,Hudson Soft,,,,,,,2010-02-08, -/games/boxart/full_723385AmericaFrontccc.jpg,Princess Tomato in the Salad Kingdom,NES,Adventure,Hudson Soft,Hudson Soft,,,,,,,1991-02-01, -/games/boxart/full_prism-arc-love-love-maximum-prism-heart-25_34JapanFront.jpg,Prism Arc: Love Love Maximum! Prism Heart 2.5,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2008-01-25, -/games/boxart/default.jpg,Prism Ark: Love2 Maximum!,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2008-01-25, -/games/boxart/default.jpg,Prism Ark: Prism Heart II,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2006-08-25, -/games/boxart/full_1626852JapanFrontccc.jpg,Prism Heart,DC,Adventure,KID,KID Corporation,,,,,,,2001-11-29, -/games/boxart/default.jpg,Prism Heart,PC,Adventure,Pajamas Soft,Pajamas Soft,,,,,,,2000-10-06, -/games/boxart/full_5635778JapanFrontccc.jpg,Prismaticallization,DC,Adventure,Arc System Works,Arc System Works,,,,,,,2000-08-24, -/games/boxart/full_7334471AmericaFrontccc.jpg,Prisoner of Ice,PC,Adventure,I*Motion,Infrogrames,,,,,,,1995-12-31,2018-12-12 -/games/boxart/full_5040659JapanFrontccc.jpg,Prisoner of Ice: Jashin Kourin,PS,Adventure,Xing Entertainment,Infogrames,,,,,,,1997-12-25, -/games/boxart/full_4944380JapanFrontccc.jpg,Prisoner of Ice: Jashin Kourin,SAT,Adventure,Xing Entertainment,Infogrames,,,,,,,1997-12-23, -/games/boxart/full_8303211PALFrontccc.jpg,Prisoner of War,PS2,Adventure,Codemasters,Wide Games,,,,,,,2002-07-19, -/games/boxart/full_738885PALFrontccc.jpg,Project Fashion,PC,Adventure,Empire Interactive,Lexis Numerique,,,,,,,2007-08-03, -/games/boxart/full_psychic-detective_10AmericaFront.jpg,Psychic Detective,PC,Adventure,Electronic Arts,Colossal Pictures,,,,,,,1995-11-30, -/games/boxart/6086956ccc.jpg,Psychic Detective,3DO,Adventure,Electronic Arts,Colossal Pictures,,,,,,,1996-01-01, -/games/boxart/full_6098836JapanFrontccc.jpg,Psychic Detective Series Vol. 3: Aya,SCD,Adventure,DataWest,DataWest,,,,,,,1993-01-03, -/games/boxart/full_psychic-detective-series-vol-3-aya_2JapanFront.jpg,Psychic Detective Series Vol. 3: Aya,PCE,Adventure,DataWest,DataWest,,,,,,,1992-11-20, -/games/boxart/full_4786753JapanFrontccc.jpg,Psychic Detective Series Vol. 4: Orgel,SCD,Adventure,DataWest,DataWest,,,,,,,1993-12-10, -/games/boxart/full_psychic-detective-series-vol-4-orgel_2JapanFront.jpg,Psychic Detective Series Vol. 4: Orgel,PCE,Adventure,DataWest,DataWest,,,,,,,1993-08-06, -/games/boxart/default.jpg,Psycho Rhythm,PC,Adventure,Vision Soft,Vision Soft,,,,,,,1999-10-29, -/games/boxart/full_2993020JapanFrontccc.jpg,PukuPuku Tennen Kairanban: Koi no Cupid Daisakusen,GBA,Adventure,Marvelous Interactive,Marvelous,,,,,,,2004-03-25, -/games/boxart/default.jpg,Punch Line,PSV,Adventure,5pb,5pb. Inc.,,,,,,,2016-01-01, -/games/boxart/full_puppet-tale_5JapanFront.jpg,Puppet Tale,3DO,Adventure,Micro Cabin,Micro Cabin,,,,,,,1994-07-23, -/games/boxart/full_1615404JapanFrontccc.jpg,Pure Love Shopping Center,PC,Adventure,Honey Soft,Honey Soft,,,,,,,2005-04-22, -/games/boxart/full_purikura-pocket-2-kareshi-kaizou-daisakusen_4JapanFront.jpg,Purikura Pocket 2: Kareshi Kaizou Daisakusen,GB,Adventure,Atlus,Atlus Co.,,,,,,,1997-11-29, -/games/boxart/full_purikura-pocket-3-talent-debut-daisakusen_4JapanFront.jpg,Purikura Pocket 3: Talent Debut Daisakusen,GB,Adventure,Atlus,Atlus Co.,,,,,,,1998-12-18, -/games/boxart/full_purikura-pocket-fukanzen-joshikousei-manual_0JapanFront.jpg,Purikura Pocket: Fukanzen Joshikousei Manual,GB,Adventure,Atlus,Atlus Co.,,,,,,,1997-10-17, -/games/boxart/full_pursuit-of-justice_996AmericaFront.jpg,Pursuit of Justice,PC,Adventure,Activision,Legacy Interactive,,,,,,,2001-10-24, -/games/boxart/full_6325608AmericaFrontccc.jpg,Puzzle Bots,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2010-05-10, -/games/boxart/full_9316656JapanFrontccc.jpg,Quantum Gate I: Akuma no Joshou,SAT,Adventure,Gaga,Affect,,,,,,,1995-09-29, -/games/boxart/full_57779JapanFrontccc.jpg,Quartett! The Stage of Love,PS2,Adventure,Princess Soft,Littlewitch,,,,,,,2006-09-28, -/games/boxart/default.jpg,Queen At Arms,PC,Adventure,Aqualuft Games,Aqualuft Games,,,,,,,2015-04-01, -/games/boxart/default.jpg,Queen At Arms,OSX,Adventure,Aqualuft Games,Aqualuft Games,,,,,,,2015-04-01, -/games/boxart/default.jpg,Queen At Arms,Linux,Adventure,Aqualuft Games,Aqualuft Games,,,,,,,2015-04-01, -/games/boxart/full_1020103AmericaFrontccc.jpg,Queen: The eYe,PC,Adventure,Electronic Arts,Destination Design,,,,,,,1998-08-05, -/games/boxart/349050ccc.jpg,Quest for Camelot,GB,Adventure,Titus,Titus Software,,,,,,,1998-12-01, -/games/boxart/full_quest-for-glory-i-so-you-want-to-be-a-hero_154AmericaFront.jpg,Quest For Glory I: So You Want to Be a Hero,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1989-01-01, -/games/boxart/full_4881237AmericaFrontccc.jpg,Quest for Glory I: So You want to Be a Hero?,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1989-01-01, -/games/boxart/3362092ccc.jpg,Quest for Glory II: Trial by Fire,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1991-01-01, -/games/boxart/7337604ccc.jpg,Quest for Glory III: Wages of War,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1992-01-01, -/games/boxart/full_quest-for-glory-iv-shadows-of-darkness_196AmericaFront.jpg,Quest for Glory IV: Shadows of Darkness,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, -/games/boxart/default.jpg,Questprobe Featuring The Hulk,PC,Adventure,Unknown,Adventure International,,,,,,,1984-01-01, -/games/boxart/default.jpg,Questprobe Featuring The Human Torch and The Thing,PC,Adventure,Unknown,Adventure International,,,,,,,1985-01-01, -/games/boxart/full_742951JapanFrontccc.jpg,Quiz Aammegami-Sama Tatakau Tsubasa to Tomoni,DC,Adventure,Sega,Sega,,,,,,,2000-11-30, -/games/boxart/full_r-15-portable_102JapanFront.jpg,R-15 Portable,PSP,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2011-10-27, -/games/boxart/full_rurur_94JapanFront.jpg,R.U.R.U.R.,PC,Adventure,Light,Light,,,,,,,2007-04-27, -/games/boxart/full_rurur-petit-prince_0JapanFront.jpg,R.U.R.U.R.: Petit Prince,PSP,Adventure,Views,Views,,,,,,,2010-09-22, -/games/boxart/full_rmj-the-mystery-hospital_31JapanFront.jpg,R?MJ: The Mystery Hospital,PS,Adventure,Bandai,Bandai,,,,,,,1997-11-27, -/games/boxart/full_8734689AmericaFrontccc.jpg,Rack N Ruin,PS4,Adventure,Lyn And Line LLC,Lyn And Line LLC,,,,,,,2016-01-01, -/games/boxart/default.jpg,Radical Dreamers: Nusumenai Houseki,SNES,Adventure,Square,SquareSoft,,,,,,,1996-01-01, -/games/boxart/full_rahxephon-soukyuu-gensoukyoku_486JapanFront.jpg,RahXephon: Soukyuu Gensoukyoku,PS2,Adventure,Bandai,Bandai,,,,,,,2003-08-07, -/games/boxart/full_6874139AmericaFrontccc.jpg,Rama,PC,Adventure,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1996-10-31, -/games/boxart/default.jpg,Rance Quest,PC,Adventure,Unknown,Alice Soft,,,,,,,2011-08-26, -/games/boxart/full_9079433JapanFrontccc.jpg,Ranma 1/2: Byakuran Aika,SCD,Adventure,NCS,NCS,,,,,,,1993-04-23, -/games/boxart/full_3288545JapanFrontccc.jpg,Ranma 1/2: Netsuretsu Kakutouhen,GB,Adventure,Banpresto,Banpresto,,,,,,,1992-07-17, -/games/boxart/full_4987658JapanFrontccc.jpg,Ranma 1/2: Toraware no Hanayome,PCE,Adventure,NCS,NCS,,,,,,,1991-12-06, -/games/boxart/full_9482409AmericaFrontccc.jpg,Real Crimes: Jack the Ripper,DSiW,Adventure,Virtual Playground,Virtual Playground,,,,,,,2010-05-24, -/games/boxart/full_4299031AmericaFrontccc.jpg,Real Myst,PC,Adventure,Mattel Interactive,Cyan Worlds,,,,,,,2000-11-14, -/games/boxart/full_3381400JapanFrontccc.jpg,Real Rode Portable,PSP,Adventure,Kadokawa Shoten,HuneX,,,,,,,2010-04-22, -/games/boxart/full_4775856JapanFrontccc.jpg,Real Sound: Kaze no Regret,DC,Adventure,Warp,Warp,,,,,,,1999-03-11, -/games/boxart/default.jpg,Really? Really!,PC,Adventure,Navel,Navel,,,,,,,2006-11-24, -/games/boxart/5593073ccc.jpg,Realms of Illusion,PC,Adventure,The Adventure Company,Detalion,,,,,,,2005-07-15, -/games/boxart/default.jpg,Rebirth,PC,Adventure,Pink Pineapple,Pink Pineapple,,,,,,,2000-03-24, -/games/boxart/default.jpg,Reco Love: Gold Beach,PSV,Adventure,Kadokawa Games,Dingo Inc.,,,,,,,2016-10-01, -/games/boxart/full_red-johnsons-chronicles-episode-1_914AmericaFront.jpg,Red Johnson's Chronicles: Episode 1,PSN,Adventure,Lexis Numerique,Lexis Numerique,7.3,,,,,,2011-04-19, -/games/boxart/default.jpg,Red Moon,PC,Adventure,Unknown,"Level 9 Computing, Ltd.",,,,,,,, -/games/boxart/full_reijou-tantei-office-love-jiken_7JapanFront.jpg,Reijou Tantei: Office Love Jiken,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2007-02-23, -/games/boxart/full_6630993JapanFrontccc.jpg,Relaxuma: Ojama Shitemasu 2 Shuukan,PS2,Adventure,Interchannel,Interchannel,,,,,,,2005-09-01, -/games/boxart/3021488ccc.jpg,Relentless: Twinsen's Adventure,PC,Adventure,Electronic Arts,Adeline Software,,,,,,,1994-01-01, -/games/boxart/full_5573271JapanFrontccc.jpg,Remember11 〜 the age of infinity 〜,PS2,Adventure,KID,KID Corporation,,,,,,,2004-03-18, -/games/boxart/full_remember11-amp12316-the-age-of-infinity-amp12316_373JapanFront.jpg,Remember11 〜 the age of infinity 〜,PSN,Adventure,CyberFront,KID Corporation,,,,,,,2009-12-10, -/games/boxart/default.jpg,Renai 0 Kilometer,PC,Adventure,Unknown,ASa Project,,,,,,,2011-10-28, -/games/boxart/full_7205929JapanFrontccc.jpg,Renai Chu! Happy Perfect,DC,Adventure,GN Software,fupac,,,,,,,2003-11-27, -/games/boxart/default.jpg,Renai Katei Kyoushi Rurumi * Coordinate!,PC,Adventure,Unknown,riffraff,,,,,,,2011-08-26, -/games/boxart/default.jpg,"Rentou Ranma: Watashi ga, Anata o, Mamoru kara!!!",PC,Adventure,Abel,Abel Software,,,,,,,2010-02-26, -/games/boxart/2736057ccc.jpg,Rescue of Princess Blobette,GB,Adventure,Absolute Entertainment,Imagineering Inc.,,,,,,,1991-05-01, -/games/boxart/full_8983727AmericaFrontccc.jpg,Residue: Final Cut,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-01, -/games/boxart/full_9038517PALFrontccc.jpg,Return to Mysterious Island 2,PC,Adventure,Microids,Kheops Studio,,,,,,,2009-07-01, -/games/boxart/full_return-to-zork_4JapanFront.jpg,Return to Zork,PS,Adventure,Bandai,Activision,,,,,,,1996-09-27, -/games/boxart/full_return-to-zork_9JapanFront.jpg,Return to Zork,PCFX,Adventure,NEC Interchannel,DataWest,,,,,,,1995-05-27, -/games/boxart/full_return-to-zork_8AmericaFront.jpg,Return to Zork,PC,Adventure,Infocom,Infocom,,,,,,,1993-09-21, -/games/boxart/full_return-to-zork_10JapanFront.jpg,Return to Zork,SAT,Adventure,Bandai,Activision,,,,,,,1996-02-02, -/games/boxart/full_1901721JapanFrontccc.jpg,Revive... Sosei,DC,Adventure,Data East,Data East,,,,,,,1999-10-28, -/games/boxart/default.jpg,Rewrite,PC,Adventure,Unknown,Key,,,,,,,, -/games/boxart/9293810ccc.jpg,Rex Nebular and the Cosmic Gender Bender,PC,Adventure,Microprose,"MicroProse Software, Inc.",,,,,,,1992-01-01, -/games/boxart/full_rhythm-koi-no-ritsudou_66JapanFront.jpg,Rhythm: Koi no Ritsudou,PC,Adventure,Libido,Libido,,,,,,,1997-10-17, -/games/boxart/full_2735724AmericaFrontccc.jpg,Richard & Alice,PC,Adventure,Mastertronic,Mastertronic,,,,,,,2014-06-05, -/games/boxart/full_riddle-of-the-sphinx-2-the-omega-stone_898AmericaFront.jpg,Riddle of the Sphinx 2: The Omega Stone,PC,Adventure,DreamCatcher Interactive,Omni Creative Group,,,,,,,2003-03-19, -/games/boxart/full_675262JapanFrontccc.jpg,Rika-Chan no Oshare Nikki,GBA,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-03-25, -/games/boxart/full_9766162JapanFrontccc.jpg,Ring of Sias,PS,Adventure,Athena,Athena,,,,,,,1996-04-12, -/games/boxart/198254ccc.jpg,Ripley's Believe It or Not!: The Riddle of Master Lu,PC,Adventure,U.S. Gold,Sanctuary Woods,,,,,,,1995-01-01, -/games/boxart/full_3748520AmericaFrontccc.png,Ripper,PC,Adventure,Take-Two Interactive,Take-Two Interactive,,,,,,,1996-02-29, -/games/boxart/full_ripple-island_4JapanFront.jpg,Ripple Island,NES,Adventure,Sunsoft,Tokai Engineering,,,,,,,1988-01-23, -/games/boxart/full_8059767AmericaFrontccc.jpg,Rise of the Dragon,SCD,Adventure,Sega,Dynamix,,,,,,,1993-01-01, -/games/boxart/full_4322618AmericaFrontccc.jpg,Rise of the Dragon,PC,Adventure,Dynamix,"Dynamix, Inc.",,,,,,,1992-01-01, -/games/boxart/full_1376816PALFrontccc.jpg,Riven: The Sequel to Myst,SAT,Adventure,Sega,Cyan Worlds,,,,,,,1998-01-01, -/games/boxart/full_ro-kyu-bu_417JapanFront.jpg,Ro-Kyu-Bu!,PSN,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2011-10-27, -/games/boxart/full_208726AmericaFrontccc.jpg,Road Avenger,SCD,Adventure,Renovation,Wolf Team,,,,,,,1993-01-01, -/games/boxart/full_road-to-india-between-hell-and-nirvana_89AmericaFront.jpg,Road to India: Between Hell and Nirvana,PC,Adventure,Microids,Microids,,,,,,,2001-09-16, -/games/boxart/full_rokudenashi-blues_627JapanFront.jpg,Rokudenashi Blues,NES,Adventure,Bandai,TOSE Software,,,,,,,1993-10-29, -/games/boxart/full_rome-caesars-will_963AmericaFront.jpg,Rome: Caesar's Will,PC,Adventure,Montparnasse Multimedia,Montparnasse Multimedia,,,,,,,2000-01-01, -/games/boxart/full_9426065JapanFrontccc.jpg,Roommate Asami: Okusama wa Joshikousei Director's Edition,DC,Adventure,Datam Polystar,fupac,,,,,,,2002-11-21, -/games/boxart/full_6365151JapanFrontccc.jpg,Roommate Novel: Sato Yuka,DC,Adventure,Datam Polystar,fupac,,,,,,,2000-06-29, -/games/boxart/full_root-after-and-another_296JapanFront.jpg,Root After and Another,PC,Adventure,Unknown,Makura,,,,,,,2007-10-26, -/games/boxart/default.jpg,Roshutsu no Megami-Sama: Ootsuka Ayaka-hen,PC,Adventure,Unknown,Poashara,,,,,,,2005-11-04, -/games/boxart/full_5896606AmericaFrontccc.png,Route 66,PSN,Adventure,Gamehastra,GameShastra,,,,,,,2010-01-28, -/games/boxart/full_8951679JapanFrontccc.gif,Routes,PC,Adventure,Leaf,Leaf,,,,,,,2003-02-28, -/games/boxart/full_rugrats-adventure-game_999AmericaFront.jpg,Rugrats Adventure Game,PC,Adventure,Broderbund,Broderbund,,,,,,,1997-11-01, -/games/boxart/full_848554AmericaFrontccc.jpg,Rugrats: Totally Angelica,GB,Adventure,THQ,Tiertex Design Studios,,,,,,,2000-05-05, -/games/boxart/full_4691871AmericaFrontccc.jpg,Rugrats: Totally Angelica - Boredom Buster,PC,Adventure,THQ,KnowWonder,,,,,,,2000-07-01, -/games/boxart/full_9782222AmericaFrontccc.jpg,Runaway: The Dream of the Turtle,PC,Adventure,CDV Software Entertainment,Pendulo Studios,,,,,,,2007-03-16, -/games/boxart/5980853ccc.jpg,Runaway: The Dream of the Turtle,PC,Adventure,CDV Software Entertainment,Pendulo Studios,,,,,,,2007-03-16, -/games/boxart/full_1207538AmericaFrontccc.jpg,Rune,PC,Adventure,Gathering of Developers,Human Head Studios,,,,,,,2000-10-29, -/games/boxart/full_rung-rung-another-world_1JapanFront.jpg,RungRung: The Wonderful Wizard of Oz ~Another World~,PS,Adventure,Affect,Affect,,,,,,,2000-06-15, -/games/boxart/full_rung-rung-another-world_8JapanFront.jpg,RungRung: The Wonderful Wizard of Oz ~Another World~,PSN,Adventure,Sony Computer Entertainment,Affect,,,,,,,2010-08-25, -/games/boxart/full_3282695AmericaFrontccc.png,RuPaul's Drag Race: Dragopolis,And,Adventure,So Much Drama Studios,So Much Drama Studios,,,,,,,2013-05-06, -/games/boxart/full_ruruli-ra-rura_7JapanFront.jpg,Ruruli Ra Rura,PCFX,Adventure,NEC,NEC,,,,,,,1998-02-20, -/games/boxart/default.jpg,Ryoujoku Conveni,PC,Adventure,Spiel,Spiel,,,,,,,2002-09-13, -/games/boxart/default.jpg,Ryoujoku Oni,PC,Adventure,Unknown,Guilty,,,,,,,2000-10-06, -/games/boxart/default.jpg,Ryoushuu Jokyoushi: Nikuyoku no Houkago,PC,Adventure,Unknown,Potage,,,,,,,2011-08-26, -/games/boxart/full_ryu-koku_347JapanFront.jpg,Ryu-koku,PSP,Adventure,CyberFront,CyberFront,,,,,,,2011-10-13, -/games/boxart/default.jpg,Ryuusei Tenshi Primavale Zwei,PC,Adventure,Escude,Escude,,,,,,,2007-09-28, -/games/boxart/full_sdi_523AmericaFront.jpg,S.D.I,PC,Adventure,Cinemaware,Master Designer Software,,,,,,,1987-01-01, -/games/boxart/full_syk-portable-twin-pack_707JapanFront.jpg,S.Y.K Portable Twin Pack,PSP,Adventure,Idea Factory,Idea Factory,,,,,,,2011-04-21, -/games/boxart/full_430115JapanFrontccc.jpg,S.Y.K Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-03-11, -/games/boxart/full_sadakichi-seven-hideyoshi-no-ougon_4JapanFront.jpg,Sadakichi Seven: Hideyoshi no Ougon,PCE,Adventure,Hudson Soft,Hudson Soft,,,,,,,1988-11-18, -/games/boxart/default.jpg,Sadness,Wii,Adventure,Unknown,Nibris,,,,,,,2020-12-31, -/games/boxart/default.jpg,Saekano: How to Raise a Boring Girlfriend,PSV,Adventure,5pb,5pb. Inc.,,,,,,,2016-01-01, -/games/boxart/full_9406647PALFrontccc.jpg,Safar'Wii,Wii,Adventure,Oxygen Interactive,Success,,,,,,,2010-02-26, -/games/boxart/full_safari-adventures-africa_0PALFront.jpg,Safari Adventures: Africa,PS2,Adventure,Blast! Entertainment Ltd,Neko Entertainment,,,,,,,2007-10-05, -/games/boxart/full_36475PALFrontccc.jpg,Safari Adventures: Africa,PC,Adventure,Mastertronic,Neko Entertainment,,,,,,,2008-02-08, -/games/boxart/default.jpg,Saimin Inkou: Mou-1nin no Midara no Watashi,PC,Adventure,Unknown,softhouse-seal,,,,,,,, -/games/boxart/default.jpg,Saiminsei Shori Gakuen,PC,Adventure,Unknown,Miel,,,,,,,2011-10-28, -/games/boxart/full_saishuu-densha_2JapanFront.jpg,Saishuu Densha,PS,Adventure,Visit,Visit,,,,,,,1998-02-26, -/games/boxart/full_7185962JapanFrontccc.jpg,Saishuu Densha,PS2,Adventure,Visit,Visit,,,,,,,2002-04-25, -/games/boxart/full_saishuu-shiken-kujira_9JapanFront.jpg,Saishuu Shiken Kujira,PC,Adventure,Circus,Circus,,,,,,,2004-12-23, -/games/boxart/default.jpg,Saishuu Shiken Kujira Kai,PS2,Adventure,Unknown,Princess Soft,,,,,,,, -/games/boxart/full_9122845JapanFrontccc.jpg,Saishuu Shiken Kujira: Alive,PS2,Adventure,Sweets,Circus,,,,,,,2007-09-27, -/games/boxart/full_saishuu-shiken-kujira-departures_361JapanFront.jpg,Saishuu Shiken Kujira: Departures,PC,Adventure,Circus,Circus,,,,,,,2005-12-23, -/games/boxart/full_saishuu-shiken-kujira-progressive_890JapanFront.jpg,Saishuu Shiken Kujira: Progressive,PC,Adventure,Circus,Circus,,,,,,,2004-08-13, -/games/boxart/full_saka-agari-hurricane_878JapanFront.jpg,Saka Agari Hurricane,PC,Adventure,Giga,Giga,,,,,,,2008-11-28, -/games/boxart/full_sakura-taisen-monogatari-mysterious-paris_3JapanFront.jpg,Sakura Taisen Monogatari: Mysterious Paris,PS2,Adventure,Sega,Sega WOW Overworks,,,,,,,2004-03-18, -/games/boxart/full_6129001JapanFrontccc.jpg,Sakura Tsuushin: Remaking Memories,SAT,Adventure,Media Group,Media Group,,,,,,,1998-10-01, -/games/boxart/full_6681768JapanFrontccc.jpg,Sakura Wars Complete Box,DC,Adventure,Sega,Overworks,,,,,,,2002-03-21, -/games/boxart/full_6221373JapanFrontccc.jpg,Sakura Wars GB2,GB,Adventure,Sega,Sega,,,,,,,2001-12-06, -/games/boxart/full_sakura-yuki-gekka_8JapanFront.jpg,Sakura: Yuki Gekka,PS2,Adventure,Princess Soft,Circus,,,,,,,2003-07-31, -/games/boxart/full_salammbo-battle-for-carthage_491AmericaFront.jpg,Salammbo: Battle for Carthage,PC,Adventure,The Adventure Company,Cryo Interactive,,,,,,,2003-05-08, -/games/boxart/full_salary-man-kintaro-the-game_7JapanFront.jpg,Salary Man Kintaro: The Game,PS,Adventure,Bandai,Bandai,,,,,,,2000-06-22, -/games/boxart/default.jpg,Sam & Max: Beyond Time and Space,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-10-18, -/games/boxart/full_5868678AmericaFrontccc.jpg,Sam & Max Save The World,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-06-17, -/games/boxart/full_4818380AmericaFrontccc.jpg,Sam & Max: Beyond Time and Space,PC,Adventure,Atari,Telltale Games,,,,,,,2010-03-09, -/games/boxart/full_6488029AmericaFrontccc.jpg,Sam & Max: Beyond Time and Space,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-10-14, -/games/boxart/2867989ccc.jpg,Sam & Max: Season One,PC,Adventure,Valve,Telltale Games,,,,,,,2007-06-15, -/games/boxart/full_7914910AmericaFrontccc.jpg,Sam & Max: The Devil's Playhouse - Episode 1: The Penal Zone,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-04-15, -/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-1-the-penal-zone_4AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 1: The Penal Zone,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-04-15, -/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-2-the-tomb-of-sammun-mak_3AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 2: The Tomb of Sammun-Mak,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-05-18, -/games/boxart/full_4603194AmericaFrontccc.jpg,Sam & Max: The Devil's Playhouse - Episode 2: The Tomb of Sammun-Mak,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-05-18, -/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-3-they-stole-maxs-brain_6AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 3: They Stole Max's Brain!,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-06-22, -/games/boxart/full_2210161AmericaFrontccc.jpg,Sam & Max: The Devil's Playhouse - Episode 3: They Stole Max's Brain!,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-06-22, -/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-4-beyond-the-alley-of-the-dolls_78AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 4: Beyond the Alley of the Dolls,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-07-20, -/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-4-beyond-the-alley-of-the-dolls_10AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 4: Beyond the Alley of the Dolls,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-07-20, -/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-5-the-city-that-dares-not-sleep_8AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 5: The City That Dares Not Sleep,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-08-31, -/games/boxart/full_sam-ampamp-max-the-devils-playhouse-episode-5-the-city-that-dares-not-sleep_1AmericaFront.jpg,Sam & Max: The Devil's Playhouse - Episode 5: The City That Dares Not Sleep,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2010-08-31, -/games/boxart/full_samorost_838AmericaFront.jpg,Samorost,PC,Adventure,Unknown,Jakub Dvorský,,,,,,,2003-01-01, -/games/boxart/full_samorost-2_249AmericaFront.jpg,Samorost 2,PC,Adventure,Amanita Design,Amanita Design,,,,,,,2005-12-08, -/games/boxart/full_4945692JapanFrontccc.jpg,Samurai Jupiter,PC,Adventure,Mosaic,Mosaic,,,,,,,2005-03-04, -/games/boxart/full_sanitarium_8AmericaFront.jpg,Sanitarium,PC,Adventure,ASC Games,DreamForge Intertainment,,,,,,,1998-04-30, -/games/boxart/full_6376545JapanFrontccc.jpg,Sanma no Meitantei,NES,Adventure,Namco,Namco,,,,,,,1987-04-02, -/games/boxart/full_scared-rider-xechs-stardust-lovers_559JapanFront.jpg,Scared Rider Xechs: Stardust Lovers,PS2,Adventure,RED Entertainment,RED Entertainment,,,,,,,2011-06-23, -/games/boxart/full_9638437AmericaFrontccc.jpg,Schizm: Mysterious Journey,PC,Adventure,DreamCatcher Interactive,LK Avalon,,,,,,,2001-10-17, -/games/boxart/full_schoolmate_260JapanFront.jpg,Schoolmate,PC,Adventure,Illusion Soft,Illusion Soft,,,,,,,2007-05-25, -/games/boxart/full_schoolmate-2_378JapanFront.jpg,Schoolmate 2,PC,Adventure,Illusion Soft,Illusion Soft,,,,,,,2010-06-25, -/games/boxart/full_schoolmate-sweets_791JapanFront.jpg,Schoolmate Sweets!,PC,Adventure,Illusion Soft,Illusion Soft,,,,,,,2009-02-27, -/games/boxart/full_4813468AmericaFrontccc.jpeg,Scooby Doo! & Looney Tunes Cartoon Universe: Adventure,PC,Adventure,Warner Bros. Interactive Entertainment,WayForward Technologies,,,,,,,2014-07-16, -/games/boxart/full_8089966AmericaFrontccc.jpg,Scooby Doo! & Looney Tunes Cartoon Universe: Adventure,3DS,Adventure,Warner Bros. Interactive Entertainment,WayForward Technologies,,,,,,,2014-07-24,2018-07-26 -/games/boxart/full_scooby-doo-mystery_9AmericaFront.jpg,Scooby-Doo Mystery,GEN,Adventure,Acclaim Entertainment,The Illusions Gaming Company,,,,,,,1995-01-01, -/games/boxart/7559146ccc.jpg,Scooby-Doo Mystery,SNES,Adventure,Acclaim Entertainment,Argonaut Software,,,,,,,1995-11-01, -/games/boxart/1261116ccc.jpg,Scooby-Doo! Classic Creep Capers,GB,Adventure,THQ,Digital Eclipse,,,,,,,2001-02-20, -/games/boxart/default.jpg,Scooby-Doo!: Show Down In Ghost Town,PC,Adventure,The Learning Company,"TerraGlyph Interactive Studios, L.P.",,,,,,,2000-01-01, -/games/boxart/7199236ccc.jpg,Scurge: Hive,GBA,Adventure,SouthPeak Interactive,Orbital Media,,,,,,,2006-10-31, -/games/boxart/full_5226875AmericaFrontccc.jpg,Sea Life Safari,XBL,Adventure,Sierra Online,Wanako Games,,,,,,,2008-06-18, -/games/boxart/9976840ccc.jpg,Sea Monsters: A Prehistoric Adventure,PS2,Adventure,DSI Games,Atomic Planet Entertainment,,,,,,,2008-02-04, -/games/boxart/full_1987175AmericaFrontccc.jpg,Season of Mystery: The Cherry Blossom Murders,PC,Adventure,Square Enix,Square Enix,,,,,,,2009-11-11, -/games/boxart/full_second-novel-kanojo-no-natsu-15-bun-no-kioku_7JapanFront.jpg,"Second Novel: Kanojo no Natsu, 15-Bun no Kioku",PSN,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2010-07-29, -/games/boxart/full_228676JapanFrontccc.jpg,Secret of Evangelion,PS2,Adventure,CyberFront,Jinx,,,,,,,2006-12-21, -/games/boxart/full_secret-of-evangelion_449JapanFront.jpg,Secret of Evangelion,PC,Adventure,CyberFront,Gainax,,,,,,,2007-06-28, -/games/boxart/full_967489JapanFrontccc.jpg,Secret of Evangelion Portable,PSP,Adventure,CyberFront,CyberFront,,,,,,,2007-06-28, -/games/boxart/3276434ccc.jpg,Secrets of the Ark: A Broken Sword Game,PC,Adventure,DreamCatcher Interactive,Revolution Software,,,,,,,2007-02-13, -/games/boxart/full_5700419AmericaFrontccc.jpg,Seduce Me,OSX,Adventure,No Reply Studios,No Reply Studios,,,,,,,2015-02-14,2018-08-09 -/games/boxart/full_5247722AmericaFrontccc.jpg,Seduce Me,Linux,Adventure,No Reply Studios,No Reply Studios,,,,,,,2015-02-14,2018-08-09 -/games/boxart/full_9394427AmericaFrontccc.jpg,Seduce Me,PC,Adventure,No Reply Studios,No Reply Studios,,,,,,,2015-02-14,2018-08-09 -/games/boxart/full_7439592AmericaFrontccc.jpeg,See No Evil,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-25, -/games/boxart/full_sei-oni_82JapanFront.jpg,Sei Oni,PC,Adventure,Unknown,Outlaw (Japan),,,,,,,1997-05-23, -/games/boxart/full_sekai-de-ichiban-ng-na-koi-full-house_904JapanFront.jpg,Sekai De Ichiban NG na Koi: Full House,PSP,Adventure,Unknown,Boost On,,,,,,,2011-07-28, -/games/boxart/default.jpg,Sekisaba! Shiritsu Sekigahara Gakuen Onago Sabage Bu,PC,Adventure,Unknown,Superanimaniax,,,,,,,2011-10-28, -/games/boxart/full_5683348JapanFrontccc.jpg,Sengoku Hime 2,PC,Adventure,Unicorn-A,Unicorn-A,,,,,,,2010-02-19, -/games/boxart/full_sengoku-hime-2-yoin-no-otome-fuunijyozu_4JapanFront.jpg,Sengoku Hime 2: Yoin no Otome Fuunijyozu,X360,Adventure,System Soft,Unicorn-A,,,,,,,2010-06-24, -/games/boxart/full_sengoku-rance_111JapanFront.jpg,Sengoku Rance,PC,Adventure,Alice Soft,Alice Soft,,,,,,,2006-12-15, -/games/boxart/full_5053743JapanFrontccc.jpg,Senjou no Alice: Alice on Borderlines,PS,Adventure,Kodansha,Kodansha,,,,,,,1997-09-18, -/games/boxart/full_7400526JapanFrontccc.jpg,Sentimental Graffiti,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-03-29, -/games/boxart/full_6869769JapanFrontccc.jpg,Sentimental Graffiti Yakusoku,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2003-12-25, -/games/boxart/full_4518304JapanFrontccc.jpg,Sentimental Graffiti Yakusoku,PS,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2001-03-29, -/games/boxart/full_3736754JapanFrontccc.jpg,Sentimental Prelude,PS2,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2004-10-28, -/games/boxart/7132260ccc.jpg,Sentinel: Descendants in Time,PC,Adventure,The Adventure Company,Detalion,,,,,,,2004-12-14, -/games/boxart/default.jpg,Separate Blue,PC,Adventure,Survive,Front Wing,,,,,,,2003-01-31, -/games/boxart/full_separate-hearts_724JapanFront.jpg,Separate Hearts,PS2,Adventure,KID,KID Corporation,,,,,,,2006-02-23, -/games/boxart/full_1931108JapanFrontccc.jpg,Septentrion ~Out of the Blue~,PS,Adventure,Human Entertainment,Human Club,,,,,,,1999-03-11, -/games/boxart/full_seventh-rush_518JapanFront.jpg,Seventh Rush,PC,Adventure,Krimzon Fake,Krimzon Fake,,,,,,,1998-11-26, -/games/boxart/full_1438349PALFrontccc.jpg,Shadow of Memories,XB,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-09-27, -/games/boxart/full_shadowgate_3AmericaFront.jpg,Shadowgate,NES,Adventure,Kemco,ICOM Simulations,,,,,,,1989-12-01, -/games/boxart/full_5078737JapanFrontccc.jpg,Shakugan no Shana DS,DS,Adventure,Media Works,Vridge,,,,,,,2007-03-29, -/games/boxart/full_8596229AmericaFrontccc.jpg,Shannara,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1995-11-30, -/games/boxart/full_9162994AmericaFrontccc.jpeg,Sharpe Investigations: Death on the Seine,PC,Adventure,Icarus Games,Icarus Games,,,,,,,2014-07-15, -/games/boxart/full_she-is_520JapanFront.jpg,She is...,PC,Adventure,Bellda Soft,Bellda Soft,,,,,,,2000-08-04, -/games/boxart/full_4916775JapanFrontccc.jpg,"She, the Ultimate Weapon",PS2,Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-05-29, -/games/boxart/default.jpg,Shelter 2,OSX,Adventure,Might and Delight,Might and Delight,,,,,,,2015-03-09, -/games/boxart/default.jpg,Shenmue City,PC,Adventure,Unknown,Sega,,,,,,,, -/games/boxart/4395085ccc.jpg,Sherlock Holmes Consulting Detective Volume II,SCD,Adventure,Sega,ICOM Simulations,,,,,,,1993-01-01, -/games/boxart/2994092ccc.jpg,Sherlock Holmes: Consulting Detective,SCD,Adventure,Sega,ICOM Simulations,,,,,,,1992-01-01, -/games/boxart/full_loretta-no-shouzou_1JapanFront.jpg,Sherlock Holmes: Loretta no Shouzou,MS,Adventure,Sega,Sega,,,,,,,1987-02-18, -/games/boxart/full_sherlock-holmes-secret-of-the-silver-earring_297AmericaFront.jpg,Sherlock Holmes: Secret of The Silver Earring,PC,Adventure,Ubisoft,Frogwares,,,,,,,2004-09-28, -/games/boxart/full_shikaku-tantei-sora-no-sekai-thousand-dreams_777JapanFront.jpg,Shikaku Tantei: Sora no Sekai - Thousand Dreams,PS2,Adventure,Nine'sFox,Nine'sFox,,,,,,,2007-09-13, -/games/boxart/full_shikigami_434JapanFront.jpg,Shikigami,PC,Adventure,Catarite,Catarite,,,,,,,2005-07-01, -/games/boxart/default.jpg,Shikigami Denshou,PC,Adventure,Four Nine,Four Nine,,,,,,,1997-10-17, -/games/boxart/default.jpg,Shikigami: Kikyou no Hana,PC,Adventure,Cyc,Cyc,,,,,,,2007-02-23, -/games/boxart/full_shin-hisui-no-shizuku-hiiro-no-kakera-2-ds_830JapanFront.jpg,Shin Hisui no Shizuku: Hiiro no Kakera 2 DS,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2011-06-16, -/games/boxart/full_1914571JapanFrontccc.jpg,Shin Kisekae Monogatari,GBA,Adventure,Marvelous Interactive,Marvelous,,,,,,,2003-09-05, -/games/boxart/full_shin-koihime-musou-otome-ryouran-sangokushi-engi_156JapanFront.jpg,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi,PS2,Adventure,Unknown,Yeti,,,,,,,, -/games/boxart/default.jpg,Shin Yarasete! Teacher,PC,Adventure,Unknown,Tryset,,,,,,,2011-10-28, -/games/boxart/full_shinkyoku-soukai-polyphonica-04-wa-full-pack_8JapanFront.jpg,Shinkyoku Soukai Polyphonica: 0~4 Wa Full Pack,PSP,Adventure,Prototype,Visual Arts,,,,,,,2008-06-26, -/games/boxart/full_shinkyoku-soukai-polyphonica-04-wa-full-pack_2JapanFront.jpg,Shinkyoku Soukai Polyphonica: 0~4 Wa Full Pack,PS2,Adventure,Prototype,Visual Arts,,,,,,,2008-04-10, -/games/boxart/full_shinkyoku-soukai-polyphonica-0-4-wa-full-pack_5JapanFront.jpg,Shinkyoku Soukai Polyphonica: 0~4 Wa Full Pack,PSN,Adventure,Prototype,Visual Arts,,,,,,,2010-04-06, -/games/boxart/full_shinkyoku-soukai-polyphonica-after-school_7JapanFront.jpg,Shinkyoku Soukai Polyphonica: After School,PSP,Adventure,Prototype,Visual Arts,,,,,,,2011-02-17, -/games/boxart/full_shinkyoku-soukai-polyphonica-after-school_712JapanFront.jpg,Shinkyoku Soukai Polyphonica: After School,PS2,Adventure,Prototype,Visual Arts,,,,,,,2010-11-11, -/games/boxart/full_shinkyouku-soukai-polyphonica-3ampamp4-hanashi-kanketsuhen_2JapanFront.jpg,Shinkyouku Soukai Polyphonica: 3&4 Hanashi Kanketsuhen,PC,Adventure,Ocelot,Visual Arts,,,,,,,2007-05-25, -/games/boxart/full_976658JapanFrontccc.jpg,Shinkyouku Soukai Polyphonica: The Black ~Episode 1&2 Box Edition~,PC,Adventure,Ocelot,Ocelot,,,,,,,2007-08-10, -/games/boxart/default.jpg,Shinobi no Hana: Kunoichi Shimai no Chousen,PC,Adventure,Aqua House,Aqua House,,,,,,,2000-05-19, -/games/boxart/full_shinpi-no-sekai-el-hazard-the-magnificent-world_977JapanFront.jpg,Shinpi no Sekai: El-Hazard The Magnificent World,SAT,Adventure,Pioneer LDC,TamTam,,,,,,,1996-08-09, -/games/boxart/default.jpg,Shinsei ni Shite Okasu be Karazu,PC,Adventure,Unknown,Pulltop,,,,,,,2011-10-28, -/games/boxart/default.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend,PC,Adventure,Gainax Network Systems,Gainax,,,,,,,1998-04-16, -/games/boxart/full_shinseiki-evangelion-koutetsu-no-girlfriend-2nd_802JapanFront.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd,PS2,Adventure,Broccoli,Broccoli,,,,,,,2005-01-20, -/games/boxart/full_shinseiki-evangelion-koutetsu-no-girlfriend-2nd_751JapanFront.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd,PC,Adventure,Gainax Network Systems,Gainax,,,,,,,2003-05-16, -/games/boxart/full_shinseiki-evangelion-koutetsu-no-girlfriend-special-edition_699JapanFront.jpg,Shinseiki Evangelion: Koutetsu no Girlfriend Special Edition,PS2,Adventure,Gainax Network Systems,CyberFront,,,,,,,2006-03-30, -/games/boxart/full_shirogane-no-cal-to-aoi-no-joou_522JapanFront.jpg,Shirogane no Cal to Aoi no Joou,PSP,Adventure,CyberFront,Kogado Studio,,,,,,,2011-10-13, -/games/boxart/full_3690215JapanFrontccc.jpg,Shirotsume Kusa Hanashi: Episode of the Clovers,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2003-06-26, -/games/boxart/full_shirotsume-souwa-episode-of-the-clovers_589JapanFront.jpg,Shirotsume Souwa: Episode of the Clovers,PC,Adventure,Unknown,Littlewitch,,,,,,,2002-07-05, -/games/boxart/full_7022816AmericaFrontccc.jpg,Shivers,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1995-09-30, -/games/boxart/full_4855957AmericaFrontccc.jpg,Shivers Two: Harvest of Souls,PC,Adventure,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1997-04-30, -/games/boxart/default.jpg,Shojo Infinite Reipu,PC,Adventure,Trust,Trust,,,,,,,2006-11-17, -/games/boxart/full_7387665JapanFrontccc.jpg,Shoukan Shoujo: Elemental Girl Calling,PS2,Adventure,Kadokawa Shoten,Bridge NetShop,,,,,,,2007-12-06, -/games/boxart/full_shukufuku-no-campanella_4JapanFront.jpg,Shukufuku no Campanella,PC,Adventure,Unknown,Windmill,,,,,,,2009-01-30, -/games/boxart/full_shutter-island_5PALFront.jpg,Shutter Island,DS,Adventure,Unknown,City Interactive,,,,,,,, -/games/boxart/full_7435319JapanFrontccc.jpg,Signal,DS,Adventure,D3 Publisher,Studio Altair,,,,,,,2009-12-03, -/games/boxart/full_8294435AmericaFrontccc.png,Silent Hill,PSN,Adventure,Sony Computer Entertainment,KCET,,,,,,,2009-09-10, -/games/boxart/1426161ccc.jpg,Silent Hill 4: The Room,PC,Adventure,Konami,Team Silent,,,,,,,2004-09-07, -/games/boxart/full_4565176AmericaFrontccc.png,Silent Hill: Shattered Memories,PSN,Adventure,Konami,Climax Group,,,,,,,2010-01-28, -/games/boxart/full_silent-mobius-case-titanic_729JapanFront.jpg,Silent Mobius - Case: Titanic,PS,Adventure,Gainax Network Systems,Gainax,,,,,,,1998-10-08, -/games/boxart/full_1887601AmericaFrontccc.jpg,Silent Steel: A Cinematic Strategy Adventure,PC,Adventure,Tsunami Media,"Tsunami Media, Inc.",,,,,,,1995-01-01, -/games/boxart/full_silky-amp-milky_189JapanFront.jpg,Silky & Milky,PC,Adventure,Unknown,Evolution (Japan),,,,,,,2001-03-16, -/games/boxart/6089218ccc.jpg,Simon the Sorcerer,PC,Adventure,Infocom,Adventuresoft,,,,,,,1993-01-02, -/games/boxart/full_6814218PALFrontccc.jpg,Simon the Sorcerer 4: Chaos Happens,PC,Adventure,RTL,Silver Style Entertainment e.K.,,,,,,,2007-02-23, -/games/boxart/full_1650551PALFrontccc.jpg,Simon the Sorcerer 5: Who'd Even Want Contact?!,PC,Adventure,Atari,Silver Style Entertainment,,,,,,,2009-03-26, -/games/boxart/1375754ccc.jpg,"Simon the Sorcerer II: The Lion, the Wizard and the Wardrobe",PC,Adventure,Adventure Soft,Adventuresoft,,,,,,,1995-01-02, -/games/boxart/full_733720JapanFrontccc.jpg,Simple 1500 Series Vol. 31: The Sound Novel,PS,Adventure,D3 Publisher,Ooparts,,,,,,,2000-07-13, -/games/boxart/full_2759722JapanFrontccc.jpg,Simple 1500 Series Vol. 59: The Suiri ~IT Tantei: 18 no Jikenbo~,PS,Adventure,D3 Publisher,Tomcat System,,,,,,,2001-04-26, -/games/boxart/full_3523372JapanFrontccc.jpg,Simple 1500 Series Vol. 74: The Horror Mystery,PS,Adventure,D3 Publisher,Game Stage,,,,,,,2001-09-27, -/games/boxart/full_2341612JapanFrontccc.jpg,Simple 1500 Series Vol. 81: The Renai Adventure - Okaeri!,PS,Adventure,D3 Publisher,HuneX,,,,,,,2001-12-20, -/games/boxart/full_2706600JapanFrontccc.jpg,Simple 2000 Series Vol. 123: The Office Love Jikenbou - Reijou Tantei,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2008-07-03, -/games/boxart/full_4038542JapanFrontccc.jpg,Simple 2000 Series Vol. 13: The Renai Adventure 2 - Jo no Ko no Tameno,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2002-10-24, -/games/boxart/full_183909JapanFrontccc.jpg,Simple 2000 Series Vol. 19: The Renai Simulation - Renai Kissa Watashi ni Oma Cafe,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2002-12-19, -/games/boxart/full_2656240JapanFrontccc.jpg,Simple 2000 Series Vol. 34: The Renai Horror Adventure - Hyouryuu Shoujo,PS2,Adventure,D3 Publisher,Siesta,,,,,,,2003-07-24, -/games/boxart/full_9511748JapanFrontccc.jpg,Simple 2000 Series Vol. 38: The Yuujou Adventure: Hotaru Soul,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2003-10-30, -/games/boxart/full_2682423JapanFrontccc.jpg,Simple 2000 Series Vol. 43: The Saiban,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2003-12-11, -/games/boxart/full_4047621JapanFrontccc.jpg,"Simple 2000 Series Vol. 45: Koi to Namida to, Tsuioku to...",PS2,Adventure,D3 Publisher,HuneX,,,,,,,2004-03-18, -/games/boxart/full_5818571JapanFrontccc.jpg,Simple 2000 Series Vol. 58: The Gekai,PS2,Adventure,D3 Publisher,Vingt-et-un Systems,,,,,,,2004-09-02, -/games/boxart/full_simple-2000-series-vol-67-the-suiri-soshite-daremo-inakunatta_10JapanFront.jpg,Simple 2000 Series Vol. 67: The Suiri ~Soshite Daremo Inakunatta~,PS2,Adventure,D3 Publisher,Tomcat System,,,,,,,2004-11-11, -/games/boxart/full_6024715JapanFrontccc.jpg,Simple 2000 Series Vol. 9: The Renai Adventure - Bittersweet Fools,PS2,Adventure,D3 Publisher,HuneX,,,,,,,2002-09-12, -/games/boxart/full_8749JapanFrontccc.jpg,Simple DS Series Vol. 27: The Misshitsukara no Dasshutsu: The Suiri Bangai-hen,DS,Adventure,D3 Publisher,Intense/Tomcat System,,,,,,,2007-11-29, -/games/boxart/default.jpg,Simple Series Vol.4: The Misshitsu Kara no Datsu Shutsu,WW,Adventure,D3 Publisher,D3 Publisher,,,,,,,2009-08-25, -/games/boxart/full_1910105JapanFrontccc.jpg,Sister Princess,DC,Adventure,Media Works,Stack,,,,,,,2002-03-28, -/games/boxart/full_8827672JapanFrontccc.jpg,Sister Princess: Re Pure,GBA,Adventure,Marvelous Interactive,Marvelous,,,,,,,2003-03-20, -/games/boxart/full_7770611AmericaFrontccc.jpg,Slender: The Arrival,XOne,Adventure,Unknown,Polytron Corporation,,,,,,,2015-03-25, -/games/boxart/full_6554378AmericaFrontccc.jpg,Slender: The Arrival,PS4,Adventure,Unknown,Polytron Corporation,,,,,,,2015-03-25, -/games/boxart/full_1199843AmericaFrontccc.jpeg,Small Radios Big Televisions,PC,Adventure,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8894982PALFrontccc.jpg,Smarties: Meltdown,PS2,Adventure,Europress,Europress,,,,,,,2006-03-17, -/games/boxart/full_7842412AmericaFrontccc.jpg,Snatcher,SCD,Adventure,Konami,Konami,,,,,,,1994-11-30, -/games/boxart/full_1294617JapanFrontccc.jpg,Snatcher,SAT,Adventure,Konami,Konami,,,,,,,1996-03-29, -/games/boxart/full_snatcher_518JapanFront.jpg,Snatcher,PS,Adventure,Konami,Konami,,,,,,,1996-02-16, -/games/boxart/full_2801169JapanFrontccc.jpg,Snatcher CD-ROMantic,PCE,Adventure,Konami,Konami,,,,,,,1992-10-23, -/games/boxart/1415613ccc.gif,Snoopy vs the Red Baron,PS2,Adventure,Namco Bandai,Smart Bomb Interactive,,,,,,,2006-10-24, -/games/boxart/full_9206019AmericaFrontccc.jpg,Snoopy vs the Red Baron,PC,Adventure,Namco Bandai,Smart Bomb Interactive,,,,,,,2006-11-03, -/games/boxart/full_6510606JapanFrontccc.jpg,Snow,DC,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,2003-09-25, -/games/boxart/full_319748AmericaFrontccc.jpg,Snow Drop,PC,Adventure,Peach Princess,Will,,,,,,,2001-05-07, -/games/boxart/4683273ccc.jpg,Snow Job,3DO,Adventure,3DO,Ix Entertainment,,,,,,,1995-01-01, -/games/boxart/full_2632447PALFrontccc.jpg,So Blonde,DS,Adventure,DTP Entertainment,WizarBox,,,,,,,2010-08-27, -/games/boxart/full_5096314PALFrontccc.jpg,So Blonde,Wii,Adventure,DTP Entertainment,WizarBox,,,,,,,2010-08-27, -/games/boxart/full_sokukoku-no-kusabi-hiiro-no-kakera-3-ds_235JapanFront.jpg,Sokukoku no Kusabi: Hiiro no Kakera 3 DS,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2011-08-25, -/games/boxart/9048170ccc.jpg,Soldier Elite,PC,Adventure,DreamCatcher Interactive,Metropolis Software,,,,,,,2006-05-29, -/games/boxart/full_sonic-dive_170JapanFront.jpg,Sonic Dive,PC,Adventure,Software House Paseri,Software House Paseri,,,,,,,2005-01-14, -/games/boxart/full_sonic-princess-p-e_834JapanFront.jpg,Sonic Princess P-E,PC,Adventure,Software House Paseri,Software House Paseri,,,,,,,2005-11-11, -/games/boxart/full_232060JapanFrontccc.jpg,Sorayume,PS2,Adventure,Takuyo,Takuyo,,,,,,,2008-06-19, -/games/boxart/full_3958455JapanFrontccc.jpg,Soshite Bokura wa... and he said,PS2,Adventure,Interchannel,Interchannel,,,,,,,2005-06-30, -/games/boxart/full_soshite-bokura-wa-and-he-said_342JapanFront.jpg,Soshite Bokura wa... and he said,PC,Adventure,Spray,Spray,,,,,,,2004-01-30, -/games/boxart/full_3683876JapanFrontccc.jpg,Soshite Kono Uchuu ni Kirameku Kimi no Uta,PS2,Adventure,Datam Polystar,Datam Polystar,,,,,,,2006-05-25, -/games/boxart/full_sotsugyou-maid-in-love_999JapanFront.jpg,Sotsugyou * Maid in Love,PC,Adventure,Splash,Splash,,,,,,,2002-10-25, -/games/boxart/full_sotsugyou-ryokou_962JapanFront.jpg,Sotsugyou Ryokou,PC,Adventure,Apollon Create,Apollon Create,,,,,,,1997-10-03, -/games/boxart/full_sotsugyou-shashin_8JapanFront.jpg,Sotsugyou Shashin,PC,Adventure,Apollon Create,Apollon Create,,,,,,,1997-11-07, -/games/boxart/full_sotsugyou-shashin-2_148JapanFront.jpg,Sotsugyou Shashin 2,PC,Adventure,Apollon Create,Apollon Create,,,,,,,1997-12-05, -/games/boxart/default.jpg,Soukai no Valkyria: Kokou no Koujo Russia,PC,Adventure,Eushully,Eushully,,,,,,,2009-12-04, -/games/boxart/full_3557455JapanFrontccc.jpg,Soukou Akki Muramasa,PC,Adventure,Nitro+,Nitro+,,,,,,,2009-10-30, -/games/boxart/full_soul-of-darkness_4AmericaFront.jpg,Soul of Darkness,DSiW,Adventure,Gameloft,Gameloft,,,,,,,2010-07-05, -/games/boxart/1900119ccc.jpg,Soul Reaver 2,PC,Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2001-11-20, -/games/boxart/full_7242352AmericaFrontccc.jpg,Soulcaster,XBL,Adventure,Microsoft,MagicalTimeBean,,,,,,,2010-03-01, -/games/boxart/full_soulcaster-ii_784AmericaFront.jpg,Soulcaster II,XBL,Adventure,Microsoft,MagicalTimeBean,,,,,,,2010-12-14, -/games/boxart/full_8754101JapanFrontccc.jpeg,Soushuu Senshinkan Gakuen: Hachimyoujin - Ten no Koku,PSV,Adventure,Unknown,Unknown,,,,,,,2014-07-24, -/games/boxart/full_soyokaze-no-okurimono-wind-presurable-box_615JapanFront.jpg,Soyokaze no Okurimono: Wind Presurable Box,PC,Adventure,Minor I,Minor I,,,,,,,2002-12-27, -/games/boxart/full_2154705AmericaFrontccc.jpg,Space Ace,PC,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,1999-11-10, -/games/boxart/full_space-ace_807AmericaFront.jpg,Space Ace,DSiW,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-12-06, -/games/boxart/full_2828774AmericaFrontccc.jpg,Space Ace,SNES,Adventure,Absolute Entertainment,O.D.E.,,,,,,,1994-05-01, -/games/boxart/8525362ccc.jpg,Space Ace,3DO,Adventure,ReadySoft,ReadySoft,,,,,,,1995-01-01, -/games/boxart/full_5569663AmericaFrontccc.jpg,Space Ace,SCD,Adventure,ReadySoft,Epicenter Interactive,,,,,,,1994-01-01, -/games/boxart/8090255ccc.jpg,Space Ace,AJ,Adventure,ReadySoft,ReadySoft,,,,,,,1996-01-01, -/games/boxart/full_space-ace_271AmericaFront.jpg,Space Ace,PSN,Adventure,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-02-22, -/games/boxart/full_7238379JapanFrontccc.jpg,Space Adventure Cobra: The Shooting,PS,Adventure,Takara,Takara,,,,,,,1996-11-22, -/games/boxart/full_space-pirates-and-zombies_521AmericaFront.jpg,Space Pirates and Zombies,PC,Adventure,Unknown,MinMax Games Ltd.,,,,,,,2011-08-15, -/games/boxart/full_3422741AmericaFrontccc.jpg,Space Quest 6: Roger Wilco in the Spinal Frontier,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1995-01-01, -/games/boxart/full_4807794AmericaFrontccc.jpg,Space Quest Collection,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,2006-09-15, -/games/boxart/9320846ccc.jpg,Space Quest I: The Sarien Encounter,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1986-10-01, -/games/boxart/6000662ccc.jpg,Space Quest II: Vohaul's Revenge,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1987-01-01, -/games/boxart/2130473ccc.jpg,Space Quest III: The Pirates of Pestulon,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1989-03-22, -/games/boxart/4291555ccc.jpg,Space Quest IV: Roger Wilco and the Time Rippers,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1991-01-01, -/games/boxart/3434933ccc.jpg,Space Quest V: The Next Mutation,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1993-01-01, -/games/boxart/full_1937069PALFrontccc.jpg,Space Station Silicon Valley,GB,Adventure,Take-Two Interactive,DMA Design,,,,,,,1999-01-01, -/games/boxart/full_spaceship-warlock_56AmericaFront.jpg,Spaceship Warlock,PC,Adventure,Unknown,"Reactor, Inc.",,,,,,,1994-01-01, -/games/boxart/full_9403317AmericaFrontccc.jpg,Spellcasting 101: Sorcerers Get all the Girls,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1990-01-01, -/games/boxart/full_3761208AmericaFrontccc.jpg,Spellcasting 201: The Sorcerer's Appliance,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1991-01-01, -/games/boxart/full_5392878AmericaFrontccc.jpg,Spellcasting 301: Spring Break,PC,Adventure,Legend Entertainment,Legend Entertainment,,,,,,,1992-01-01, -/games/boxart/full_6129996AmericaFrontccc.jpg,Spellcraft: Aspects of Valor,SNES,Adventure,ASCII Entertainment,Asciiware,,,,,,,1993-01-01, -/games/boxart/full_2357502AmericaFrontccc.jpg,SpongeBob SquarePants: Employee of the Month,PC,Adventure,THQ,AWE Games,,,,,,,2002-09-23, -/games/boxart/full_5978737AmericaFrontccc.jpg,SpongeBob's Atlantis SquarePantis,GBA,Adventure,THQ,Altron,,,,,,,2007-10-23, -/games/boxart/full_7664092AmericaFrontccc.jpg,SPQR: The Empire's Darkest Hour,PC,Adventure,GT Interactive,CyberSites,,,,,,,1996-11-30, -/games/boxart/full_4263200JapanFrontccc.jpg,Spriggan: Lunar Verse,PS,Adventure,From Software,From Liquid Mirror Software,,,,,,,1999-06-17, -/games/boxart/full_3611251PALFrontccc.jpg,Springdale Riding Adventures,Wii,Adventure,Pan Vision,Unknown,,,,,,,2010-03-26, -/games/boxart/6166462ccc.jpg,Spy Fox in Dry Cereal,PC,Adventure,Unknown,Humongous,,,,,,,, -/games/boxart/full_7886353AmericaFrontccc.jpg,Spy Fox: Operation Ozone,PC,Adventure,Unknown,Humongous Entertainment,,,,,,,, -/games/boxart/full_spy-snatcher_510PALFront.jpg,Spy Snatcher,PC,Adventure,Topologika,Jonathan Partington & Jon Thackray,,,,,,,1992-01-01, -/games/boxart/full_8749672JapanFrontccc.jpg,SS Adventure Pack: Nanatsu no Hikan & Myst,SAT,Adventure,KOEI,Koei,,,,,,,1997-03-28, -/games/boxart/full_9155356JapanFrontccc.jpg,St. Luminous Mission High School,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,2000-05-25, -/games/boxart/default.jpg,Star Trek (1973) (Original),PC,Adventure,Unknown,William Char and Associates,,,,,,,, -/games/boxart/full_4441475PALFrontccc.jpg,Star Trek Deep Space Nine: Harbinger,PC,Adventure,Viacom,Stormfront Studios,,,,,,,1996-02-29, -/games/boxart/full_6533650AmericaFrontccc.jpg,Star Trek: 25th Anniversary,PC,Adventure,Interplay,Interplay,,,,,,,1993-01-01, -/games/boxart/full_4621975AmericaFrontccc.jpg,Star Trek: 25th Anniversary,NES,Adventure,Ultra Games,Konami,,,,,,,1992-02-01, -/games/boxart/1294222ccc.jpg,Star Trek: 25th Anniversary,GB,Adventure,Ultra Games,Visual Concepts,,,,,,,1991-11-11, -/games/boxart/full_700787AmericaFrontccc.jpg,Star Trek: Borg,PC,Adventure,Simon & Schuster Interactive,Simon & Schuster Interactive,,,,,,,1996-10-31, -/games/boxart/full_star-trek-deep-space-nine-crossroads-of-time_6AmericaFront.jpg,Star Trek: Deep Space Nine - Crossroads of Time,GEN,Adventure,Playmates,Novotrade International,,,,,,,1995-01-01, -/games/boxart/full_star-trek-deep-space-nine-crossroads-of-time_9AmericaFront.jpg,Star Trek: Deep Space Nine - Crossroads of Time,SNES,Adventure,Playmates,Novotrade,,,,,,,1995-09-01, -/games/boxart/4650793ccc.jpg,Star Trek: Judgment Rites,PC,Adventure,Interplay,Interplay,,,,,,,1995-01-01, -/games/boxart/4835929ccc.jpg,Star Trek: The Next Generation - A Final Unity,PC,Adventure,Viacom,Spectrum Holobyte,,,,,,,1995-05-31, -/games/boxart/full_5240070AmericaFrontccc.jpg,Star Trek: The Next Generation: Echoes from the Past,GEN,Adventure,Sega,MicroProse,,,,,,,1994-01-01, -/games/boxart/430430ccc.jpg,Star Trek: The Next Generation: Future's Past,SNES,Adventure,Spectrum Holobyte,Axes Art Amuse,,,,,,,1994-03-01, -/games/boxart/3383254ccc.jpg,Star Wars Episode I: The Phantom Menace,PC,Adventure,LucasArts,Big Ape Productions,,,,,,,1999-04-30, -/games/boxart/full_star-wars-yoda-stories_8AmericaFront.jpg,Star Wars: Yoda Stories,PC,Adventure,LucasArts,LucasArts,,,,,,,1997-03-31, -/games/boxart/full_yoda-stories_7AmericaFront.jpg,Star Wars: Yoda Stories,GB,Adventure,THQ,Torus Games,,,,,,,1999-12-01, -/games/boxart/full_2745112AmericaFrontccc.jpg,Starship Titanic,PC,Adventure,Simon & Schuster Interactive,The Digital Village,,,,,,,1998-03-31, -/games/boxart/full_startropics_7AmericaFront.jpg,StarTropics,VC,Adventure,Nintendo,Nintendo IRD,,,,,,,2008-01-07, -/games/boxart/6504481ccc.jpg,StarTropics,NES,Adventure,Nintendo,Nintendo IRD,,,,,,,1990-12-01, -/games/boxart/default.jpg,SteamSunk,XBL,Adventure,Unknown,Snape,,,,,,,, -/games/boxart/default.jpg,Steins;Gate 8-bit,PC,Adventure,Unknown,GigasDrop.,,,,,,,2011-10-28, -/games/boxart/full_steinsgate-double-pack_740JapanFront.jpg,Steins;Gate Double Pack,X360,Adventure,5pb,Nitro+,,,,,,,2011-06-16, -/games/boxart/8959887ccc.jpg,Strahl,3DO,Adventure,Panasonic Interactive Media,Data East,,,,,,,1995-01-01, -/games/boxart/full_strong-bads-cool-game-for-attractive-people_806PALFront.jpg,Strong Bad's Cool Game for Attractive People,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2011-03-23, -/games/boxart/full_strong-bads-cool-game-for-attractive-people-episode-1-homestar-ruiner_747AmericaFront.jpg,Strong Bad's Cool Game for Attractive People Episode 1: Homestar Ruiner,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-12-21, -/games/boxart/full_9464015AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 1: Homestar Ruiner,PC,Adventure,Telltale Games,Telltale Games,4,,,,,,2008-08-11, -/games/boxart/5659683ccc.jpg,Strong Bad's Cool Game for Attractive People Episode 1: Homestar Ruiner,WW,Adventure,Telltale Games,Telltale Games,4,,,,,,2008-08-11, -/games/boxart/full_6960629AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 2: Strong Badia the Free,PC,Adventure,Telltale Games,Telltale Games,8.2,,,,,,2008-09-15, -/games/boxart/1592286ccc.jpg,Strong Bad's Cool Game for Attractive People Episode 2: Strong Badia the Free,WW,Adventure,Telltale Games,Telltale Games,8.2,,,,,,2008-09-15, -/games/boxart/full_7563336AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 3: Baddest of the Bands,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2008-10-27, -/games/boxart/full_9874478AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 3: Baddest of the Bands,WW,Adventure,Telltale Games,Telltale Games,,,,,,,2008-10-27, -/games/boxart/full_6952642AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 4: Dangeresque 3: The Criminal Projective,WW,Adventure,Nintendo,Telltale Games,8.7,,,,,,2008-11-17, -/games/boxart/full_3406167AmericaFrontccc.png,Strong Bad's Cool Game for Attractive People Episode 4: Dangeresque 3: The Criminal Projective,PC,Adventure,Telltale Games,Telltale Games,8.7,,,,,,2008-11-17, -/games/boxart/full_5180822AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 5: 8-Bit Is Enough,WW,Adventure,Telltale Games,Telltale Games,8.5,,,,,,2008-12-15, -/games/boxart/full_1229522AmericaFrontccc.jpg,Strong Bad's Cool Game for Attractive People Episode 5: 8-Bit Is Enough,PC,Adventure,Telltale Games,Telltale Games,8.5,,,,,,2008-12-15, -/games/boxart/1863458ccc.jpg,Stupid Invaders,PC,Adventure,Ubisoft,Xilam,,,,,,,2001-03-09, -/games/boxart/9214066ccc.jpg,Stupid Invaders,DC,Adventure,Ubisoft,Xilam,7.1,,,,,,2001-06-28, -/games/boxart/full_7064525JapanFrontccc.jpg,Suchie-Pai Adventure: Doki Doki Nightmare,PS,Adventure,Jaleco,Jaleco,,,,,,,1998-04-09, -/games/boxart/full_suigetsu_945JapanFront.jpg,Suigetsu,PC,Adventure,F&C,F&C,,,,,,,2002-04-26, -/games/boxart/full_8115215JapanFrontccc.jpg,Suigetsu Mayoi-Gokoro,DC,Adventure,KID,KID Corporation,,,,,,,2004-10-28, -/games/boxart/full_903499JapanFrontccc.jpg,Suigetsu Mayoi-Gokoro,PS2,Adventure,KID,KID Corporation,,,,,,,2004-10-28, -/games/boxart/full_8513254JapanFrontccc.jpg,Suika,DC,Adventure,Princess Soft,Princess Soft,,,,,,,2002-07-18, -/games/boxart/full_3872103PALFrontccc.png,Suika A.S+,PC,Adventure,MangaGamer,Circus,,,,,,,2009-03-10, -/games/boxart/full_99283JapanFrontccc.jpg,Suika A.S+ Eternal Name,PS2,Adventure,Sweets,Circus,,,,,,,2007-08-30, -/games/boxart/full_sukeban-deka-ii-keiji-shoujo-tetsu-kamen-densetsu_8JapanFront.jpg,Sukeban Deka II: Keiji Shoujo Tetsu Kamen Densetsu,MS,Adventure,Sega,Sega,,,,,,,1987-04-19, -/games/boxart/full_suki-desu-suzuki-kun-4-nin-no-suzuki-kun_5JapanFront.jpg,Suki Desu Suzuki-kun!! 4-nin no Suzuki-kun,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2010-07-29, -/games/boxart/full_9260808AmericaFrontccc.jpg,Sunless Sea,PC,Adventure,Failbetter Games,Failbetter Games,,,,,,,2015-02-06, -/games/boxart/full_5680387AmericaFrontccc.jpg,Sunless Sea,OSX,Adventure,Failbetter Games,Failbetter Games,,,,,,,2015-02-06, -/games/boxart/full_3135091AmericaFrontccc.jpeg,Sunrider: First Arrival,PC,Adventure,Sekai Project,Love in Space,,,,,,,2014-07-02, -/games/boxart/full_1510371AmericaFrontccc.jpg,Sunset,PC,Adventure,Tale of Tales,Tale of Tales,,,,,,,2015-05-21,2018-11-23 -/games/boxart/full_7162724AmericaFrontccc.jpg,Sunset,OSX,Adventure,Tale of Tales,Tale of Tales,,,,,,,2015-05-21,2018-11-23 -/games/boxart/full_8412162AmericaFrontccc.jpg,Sunset,Linux,Adventure,Tale of Tales,Tale of Tales,,,,,,,2015-05-21,2018-11-23 -/games/boxart/full_4455488JapanFrontccc.jpg,Super Adventure RockMan,PS,Adventure,Capcom,Capcom,,,,,,,1998-06-25, -/games/boxart/full_3346805JapanFrontccc.jpg,Super Adventure RockMan,SAT,Adventure,Capcom,Capcom,,,,,,,1998-06-25, -/games/boxart/full_super-doll-rika-chan-kisekae-taisakusen_723JapanFront.jpg,Super Doll Rika-Chan: Kisekae Taisakusen,GB,Adventure,Unknown,Vial One,,,,,,,2000-10-06, -/games/boxart/full_9094051AmericaFrontccc.jpg,Super Metroid,VC,Adventure,Nintendo,Intelligent Systems,9,,,,,,2007-08-20, -/games/boxart/full_8460608AmericaFrontccc.jpg,Supreme Warrior,3DO,Adventure,Acclaim Entertainment,Digital Pictures,,,,,,,1994-01-01, -/games/boxart/6562496ccc.jpg,Supreme Warrior,SCD,Adventure,Digital Pictures,Digital Pictures,,,,,,,1994-01-01, -/games/boxart/full_5761593AmericaFrontccc.jpg,Supreme Warrior,PC,Adventure,Digital Pictures,Digital Pictures,,,,,,,1996-01-01, -/games/boxart/full_41016AmericaFrontccc.jpg,Survival Kids,GB,Adventure,Konami,Konami Computer Entertainment Sapporo,,,,,,,1999-11-02, -/games/boxart/full_2051718JapanFrontccc.jpg,Survival Kids 2: Dasshutsu! Futago Shima,GB,Adventure,Konami,Konami,,,,,,,2000-07-19, -/games/boxart/default.jpg,Survivor,DS,Adventure,Unknown,Mindscape Inc.,,,,,,,, -/games/boxart/full_4947996JapanFrontccc.jpg,Suzunone Seven!,PC,Adventure,Clochette,Clochette,,,,,,,2009-01-30, -/games/boxart/full_suzunone-seven-sweet-lovers-concerto_234JapanFront.jpg,Suzunone Seven! Sweet Lovers' Concerto,PC,Adventure,Clochette,Clochette,,,,,,,2009-11-27, -/games/boxart/full_swat-special-weapons-and-tactics_858JapanFront.jpg,SWAT: Special Weapons and Tactics,NES,Adventure,Toei Animation,Shouei,,,,,,,1987-09-11, -/games/boxart/full_6611781JapanFrontccc.jpg,Sweet Season,DC,Adventure,Takuyo,Takuyo,,,,,,,2003-10-23, -/games/boxart/full_6724879AmericaFrontccc.png,Swipe Quest,And,Adventure,Evil Indie Games,Evil Indie Games,,,,,,,2014-01-30, -/games/boxart/default.jpg,Sword of Asumi,PC,Adventure,AJTilley,AJTilley,,,,,,,2015-01-30, -/games/boxart/full_7735439PALFrontccc.jpg,Syberia,PS2,Adventure,Microids,Microids,,,,,,,2003-03-28, -/games/boxart/full_8085166PALFrontccc.jpg,Syberia II,PS2,Adventure,Ubisoft,Microids,,,,,,,2004-11-26, -/games/boxart/full_8794769AmericaFrontccc.jpg,Syberia III,PS3,Adventure,Unknown,Unknown,,,,,,,,2018-08-12 -/games/boxart/full_1437190AmericaFrontccc.jpg,Syberia III,And,Adventure,Anuman,Unknown,,,,,,,2016-01-01,2018-08-12 -/games/boxart/full_8338318AmericaFrontccc.jpg,Syberia III,OSX,Adventure,Anuman,Unknown,,,,,,,2016-01-01,2018-08-12 -/games/boxart/full_4613691AmericaFrontccc.jpg,Tacoma,PC,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-02,2018-01-22 -/games/boxart/default.jpg,Tacoma,Linux,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-05,2018-09-12 -/games/boxart/default.jpg,Tacoma,OSX,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-01,2018-09-12 -/games/boxart/full_4961963PALFrontccc.jpg,Tadeo Jones y el manuscrito perdido,PS4,Adventure,Deep Silver,U-PLAY Studios,,,,,,,2014-10-31,2018-09-21 -/games/boxart/full_3766144PALFrontccc.jpg,Tadeo Jones y el manuscrito perdido,PSV,Adventure,Deep Silver,U-PLAY Studios,,,,,,,2014-10-31,2018-09-21 -/games/boxart/default.jpg,"Taisetsu na Kimi no Tameni, Boku Uni de Kiruichiban no Koto",PC,Adventure,Unknown,Dandelion,,,,,,,2011-10-28, -/games/boxart/full_7932659JapanFrontccc.jpg,Takeshi no Chousenjou,VC,Adventure,Taito,Taito Corporation,,,,,,,2009-03-31, -/games/boxart/full_186689JapanFrontccc.jpg,Takeshi no Chousenjou,NES,Adventure,Taito,Taito Corporation,,,,,,,1986-12-10, -/games/boxart/default.jpg,Tales from the Borderlands,X360,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-03, -/games/boxart/full_582536PALFrontccc.jpg,Tales from the Borderlands,XOne,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-26, -/games/boxart/full_7690867AmericaFrontccc.jpeg,Tales from the Borderlands,OSX,Adventure,Telltale Games,Telltale Games,,,,,,,2020-12-31, -/games/boxart/full_7862153AmericaFrontccc.jpeg,Tales from the Borderlands,PS4,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-03, -/games/boxart/full_4816716AmericaFrontccc.jpg,Tales from the Borderlands,And,Adventure,Telltale Games,Telltale Games,,,,,,,2014-12-11, -/games/boxart/default.jpg,Tales from the Borderlands,PS3,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-25, -/games/boxart/default.jpg,Tales from the Borderlands,PSV,Adventure,Telltale Games,Telltale Games,,,,,,,2015-04-01, -/games/boxart/full_8632399AmericaFrontccc.gif,Tales of Adventure 2,PC,Adventure,Xiao Yao,Xiao Yao,,,,,,,2014-07-11, -/games/boxart/default.jpg,Tales of Monkey Island,WW,Adventure,Unknown,Telltale Games,,,,,,,2009-07-07, -/games/boxart/full_tales-of-monkey-island_2AmericaFront.jpg,Tales of Monkey Island,PSN,Adventure,Telltale Games,Telltale Games,,,,,,,2010-06-15, -/games/boxart/default.jpg,Tales of Monkey Island,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-07-07, -/games/boxart/full_8346421AmericaFrontccc.jpg,Tales of Monkey Island Chapter 1: Launch of the Screaming Narwhal,WW,Adventure,Telltale Games,Telltale Games,7.3,,,,,,2009-07-27, -/games/boxart/default.jpg,Tales of Monkey Island Chapter 1: Launch of the Screaming Narwhal,PS3,Adventure,Unknown,Telltale Games,,,,,,,, -/games/boxart/full_3075123AmericaFrontccc.png,Tales of Monkey Island Chapter 1: Launch of the Screaming Narwhal,PC,Adventure,Telltale Games,Telltale Games,7.7,,,,,,2009-07-07, -/games/boxart/full_4022340AmericaFrontccc.jpg,Tales of Monkey Island Chapter 2: The Siege of Spinner Cay,PC,Adventure,LucasArts,Telltale Games,8,,,,,,2009-08-20, -/games/boxart/full_878190AmericaFrontccc.jpg,Tales of Monkey Island Chapter 2: The Siege of Spinner Cay,WW,Adventure,Telltale Games,Telltale Games,7.8,,,,,,2009-08-31, -/games/boxart/full_7662185AmericaFrontccc.jpg,Tales of Monkey Island Chapter 3: Lair of the Leviathan,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-09-29, -/games/boxart/full_170930AmericaFrontccc.jpg,Tales of Monkey Island Chapter 3: Lair of the Leviathan,WW,Adventure,Telltale Games,Telltale Games,,,,,,,2009-10-26, -/games/boxart/full_3630038AmericaFrontccc.jpg,Tales of Monkey Island Chapter 4: The Trial and Execution of Guybrush Threepwood,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-10-30, -/games/boxart/full_4900637AmericaFrontccc.jpg,Tales of Monkey Island Chapter 4: The Trial and Execution of Guybrush Threepwood,WW,Adventure,Telltale Games,Telltale Games,7.8,,,,,,2009-11-30, -/games/boxart/full_5430201AmericaFrontccc.jpg,Tales of Monkey Island Chapter 5: Rise of the Pirate God,WW,Adventure,Telltale Games,Telltale Games,8.6,,,,,,2010-02-01, -/games/boxart/full_101484AmericaFrontccc.jpg,Tales of Monkey Island Chapter 5: Rise of the Pirate God,PC,Adventure,Telltale Games,Telltale Games,8.4,,,,,,2009-12-08, -/games/boxart/default.jpg,Tales to Enjoy!,Wii,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_1428135PALFrontccc.jpg,Tales to Enjoy! Little Red Riding Hood,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_6024575PALFrontccc.jpg,Tales to Enjoy! Puss in Boots,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_525855PALFrontccc.jpg,Tales to Enjoy! Three Little Pigs,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_2789407PALFrontccc.jpg,Tales to Enjoy! Ugly Duckling,DS,Adventure,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_2162975JapanFrontccc.jpg,Tamakyuu,DC,Adventure,Unknown,S-Neo,,,,,,,, -/games/boxart/full_4240103JapanFrontccc.jpg,Tanbi Musou meine Liebe,GBA,Adventure,Konami,Mobile 21,,,,,,,2001-04-26, -/games/boxart/full_tangled-tales_700AmericaFront.jpg,Tangled Tales,PC,Adventure,Origin Systems,Origin,,,,,,,1989-01-01, -/games/boxart/full_tantei-gakuen-q_737JapanFront.jpg,Tantei Gakuen Q,PS2,Adventure,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_tantei-gakuen-q-kyuukyoku-no-trick-ni-idome_328JapanFront.jpg,Tantei Gakuen Q: Kyuukyoku no Trick ni Idome!,GBA,Adventure,Konami,Konami,,,,,,,2004-03-04, -/games/boxart/full_1324743JapanFrontccc.jpg,Tantei Gakuen Q: Meitantei Hakimida!,GBA,Adventure,Konami,Konami,,,,,,,2003-09-18, -/games/boxart/default.jpg,Tantei Jinguuji Saburo: Akenai Yoru ni & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-08-05, -/games/boxart/default.jpg,Tantei Jinguuji Saburo: Nakiko no Shouzou & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,WorkJam,,,,,,,2010-02-17, -/games/boxart/default.jpg,Tantei Jinguuji Saburo: Rensasuru Noroi & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-12-09, -/games/boxart/full_9482403JapanFrontccc.jpg,Tantei Jinguuji Saburo: Shiroi Kage no Shoujo,GBA,Adventure,Marvelous Interactive,WorkJam,,,,,,,2005-01-27, -/games/boxart/full_686476JapanFrontccc.jpg,Tantei Jinguuji Saburo: Toki no Sugiyuku Mama ni,VC,Adventure,Arc System Works,Deco,,,,,,,2009-06-30, -/games/boxart/full_1782010JapanFrontccc.jpg,Tantei Jinguuji Saburo: Toki no Sugiyuku Mama ni,NES,Adventure,Data East,Deco,,,,,,,1990-09-28, -/games/boxart/full_491286JapanFrontccc.jpg,Tantei Jinguuji Saburo: Tsubaki no Yukue & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-06-10, -/games/boxart/default.jpg,Tantei Jinguuji Saburo: Tsubaki no Yukue & Nazo no Jikenbo,DSiW,Adventure,Arc System Works,Arc System Works,,,,,,,2009-06-10, -/games/boxart/full_9775887JapanFrontccc.jpg,Tantei Kibukawa Ryosuke Jiken Tan: The Masquerade Lullaby,DS,Adventure,Genki,Genki,,,,,,,2005-03-24, -/games/boxart/full_tantei-opera-milky-holmes-15-dai-3-wa-norowareshi-maken_902JapanFront.jpg,Tantei Opera Milky Holmes 1.5 Dai-3-Wa: Norowareshi Maken,PSN,Adventure,Unknown,BushiRoad,,,,,,,2011-10-27, -/games/boxart/default.jpg,Tantei Opera Milky Holmes 1.5: Daishiwa - Adam no Namida,PSN,Adventure,Unknown,BushiRoad,,,,,,,2011-11-24, -/games/boxart/full_4930774JapanFrontccc.jpg,Tantei Shinshi Dash!,DC,Adventure,Abel,Abel Software,,,,,,,2000-12-21, -/games/boxart/full_tanteibu-3-maki_177JapanFront.jpg,Tanteibu 3-Maki,PSP,Adventure,Unknown,Boost On,,,,,,,2011-10-27, -/games/boxart/default.jpg,Tanteibu: The Detective Club - Angou to Misshitshu to Kaijin to,PSP,Adventure,Unknown,Boost On,,,,,,,2011-09-29, -/games/boxart/default.jpg,Tanteibu: The Detective Club - Tantei to Yuurei to Kaitou to,PSP,Adventure,Unknown,Boost On,,,,,,,2011-08-25, -/games/boxart/full_tass-times-in-tonetown_433AmericaFront.jpg,Tass Times in Tonetown,PC,Adventure,Activision,Interplay,,,,,,,1986-01-01, -/games/boxart/full_4947250JapanFrontccc.jpg,Tayutama: It's Happy Days,PC,Adventure,Lump of Sugar,Lump of Sugar,,,,,,,2009-05-29, -/games/boxart/full_tayutama-kiss-on-my-deity_286JapanFront.jpg,Tayutama: Kiss on my Deity,PC,Adventure,Lump of Sugar,Lump of Sugar,,,,,,,2008-07-11, -/games/boxart/full_6701322JapanFrontccc.jpg,Team Innocent: The Point of No Return,PCFX,Adventure,Hudson Soft,Hudson Soft,,,,,,,1994-12-23, -/games/boxart/full_tears-to-tiara-gaiden-avalon-no-nazo-portable_926JapanFront.jpg,Tears to Tiara Gaiden: Avalon no Nazo Portable,PSP,Adventure,Aquaplus,Aquaplus,,,,,,,2010-12-16, -/games/boxart/full_teen-agent_87AmericaFront.jpg,Teen Agent,PC,Adventure,Unknown,Metropolis Software,,,,,,,1995-01-01, -/games/boxart/full_tenchi-muyou-ryououki_9JapanFront.jpg,Tenchi Muyou! Ryououki,PCE,Adventure,NEC Interchannel,NEC Interchannel,,,,,,,1995-05-26, -/games/boxart/full_tenchi-muyou-ryououki-fx_8JapanFront.jpg,Tenchi Muyou! Ryououki FX,PCFX,Adventure,NEC Interchannel,Micro Cabin,,,,,,,1996-07-12, -/games/boxart/full_tenchi-muyou-toukou-muyou_3JapanFront.jpg,Tenchi Muyou! Toukou Muyou,PS,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,1996-09-13, -/games/boxart/full_661390JapanFrontccc.jpg,Tenchi Muyou! Toukou Muyou Aniraji Collection,SAT,Adventure,Xing Entertainment,Xing Entertainment,,,,,,,1997-01-17, -/games/boxart/full_4325022JapanFrontccc.jpg,Tenchi Muyuo! Mimiri Onsen Yukemuri no Tabi,SAT,Adventure,Yumedia,Yumedia,,,,,,,1996-02-09, -/games/boxart/full_tenkuu-no-symphonia-12-pack_602JapanFront.jpg,Tenkuu no Symphonia 1+2 Pack,PC,Adventure,F&C,Cocktail Soft,,,,,,,2006-07-28, -/games/boxart/full_tenkuu-no-symphonia-2_923JapanFront.jpg,Tenkuu no Symphonia 2,PC,Adventure,F&C,Cocktail Soft,,,,,,,2006-07-28, -/games/boxart/full_tennis-no-oji-sama-gakuensai-no-oji-sama_633JapanFront.jpg,Tennis no Oji-Sama: Gakuensai no Oji-Sama,PS2,Adventure,Konami,WinkySoft,,,,,,,2005-12-22, -/games/boxart/full_3211882JapanFrontccc.jpg,"Tenohirao, Taiyouni",DC,Adventure,Princess Soft,Princess Soft,,,,,,,2004-03-25, -/games/boxart/full_tenshou-gakuen-gensouroku_0JapanFront.jpg,Tenshou Gakuen Gensouroku,PS2,Adventure,Asmik Ace Entertainment,Asmik Ace Entertainment,,,,,,,2004-05-27, -/games/boxart/full_5028223JapanFrontccc.jpg,Terasawa Takeichi no Takeru,3DO,Adventure,Panasonic Interactive Media,Fun Project,,,,,,,1994-04-29, -/games/boxart/full_terrors_4JapanFront.jpg,Terrors,WS,Adventure,Bandai,Bandai,,,,,,,1999-08-05, -/games/boxart/full_terrors-2_9JapanFront.jpg,Terrors 2,WS,Adventure,Bandai,Bandai,,,,,,,2000-12-21, -/games/boxart/full_tetsujin-28gou_1JapanFront.jpg,Tetsujin 28-Gou,WS,Adventure,MegaHouse,MegaHouse,,,,,,,1999-12-22, -/games/boxart/121125ccc.jpg,Tex Murphy: Overseer,PC,Adventure,Unknown,Access Software,,,,,,,1998-02-28, -/games/boxart/full_106991PALFrontccc.jpg,The Abbey,PC,Adventure,Strategy First,Crimson Cow,,,,,,,2008-08-25,2018-07-20 -/games/boxart/full_the-addams-family_9PALFront.jpg,The Addams Family,MS,Adventure,Flying Edge,Arc Developments,,,,,,,1992-01-01, -/games/boxart/6574117ccc.jpg,The Adventures of Gilligan's Island,NES,Adventure,Bandai,Human Entertainment,,,,,,,1990-07-01, -/games/boxart/2211457ccc.jpg,The Adventures of Willy Beamish,SCD,Adventure,Dynamix,Dynamix,,,,,,,1994-01-01, -/games/boxart/9205145ccc.jpg,The Adventures of Willy Beamish,PC,Adventure,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1991-01-01, -/games/boxart/full_the-arrival_459AmericaFront.jpg,The Arrival,PC,Adventure,Unknown,Enteraktion,,,,,,,1997-02-28, -/games/boxart/full_6679144AmericaFrontccc.jpg,The Assembly,PS4,Adventure,nDreams,nDreams,,,,,,,2016-10-13,2018-09-21 -/games/boxart/full_9111879AmericaFrontccc.jpg,The Assembly,PC,Adventure,nDreams,nDreams,,,,,,,2016-07-19,2018-09-21 -/games/boxart/full_3407409AmericaFrontccc.jpg,The Barbie Diaries: High School Mystery,PC,Adventure,Activision,Activision,,,,,,,2006-10-30, -/games/boxart/7415960ccc.jpg,The Barbie Diaries: High School Mystery,GBA,Adventure,Activision,Activision,,,,,,,2006-10-30, -/games/boxart/780756ccc.png,The Beast Within: A Gabriel Knight Mystery,PC,Adventure,Sierra Online,Sierra On-Line,8.3,,,,,,1995-12-31, -/games/boxart/9906266ccc.jpg,The Bee Game,GBA,Adventure,Midway Games,Midway,,,,,,,2007-11-05, -/games/boxart/4720494ccc.jpg,The Black Cauldron,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1986-01-01, -/games/boxart/full_6818488AmericaFrontccc.jpg,The Blackwell Legacy,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2006-12-29, -/games/boxart/full_2407183JapanFrontccc.jpg,The Blue Crystal Rod,SNES,Adventure,Namco,Game Studio,,,,,,,2004-03-25, -/games/boxart/full_1108838AmericaFrontccc.jpg,The Book of Unwritten Tales 2,XOne,Adventure,Nordic Games,KING Art Games,,,,,,,2015-09-18,2018-12-17 -/games/boxart/full_2432604PALFrontccc.jpg,The Book of Unwritten Tales 2,Linux,Adventure,Nordic Games,KING Art Games,,,,,,,2015-01-30,2018-04-09 -/games/boxart/full_5293037PALFrontccc.jpg,The Book of Unwritten Tales 2,OSX,Adventure,Nordic Games,KING Art Games,,,,,,,2015-01-30,2018-04-09 -/games/boxart/full_2710295JapanFrontccc.jpg,The Book of Watermarks,PS,Adventure,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-07-15, -/games/boxart/1994154ccc.jpg,The Chronicles of Narnia: Prince Caspian,PC,Adventure,Disney Interactive Studios,Traveller's Tales,,,,,,,2008-05-15, -/games/boxart/full_3232003AmericaFrontccc.jpg,The City of Lost Children,PC,Adventure,Psygnosis,Psygnosis,,,,,,,1997-03-31, -/games/boxart/default.jpg,The City of Metronome,X360,Adventure,Unknown,Tarsier Studios,,,,,,,, -/games/boxart/default.jpg,The City of Metronome,PC,Adventure,Unknown,Team Tarsier,,,,,,,, -/games/boxart/4522250ccc.jpg,The Colonel's Bequest,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1989-01-01, -/games/boxart/full_the-comedy-collection_888AmericaFront.jpg,The Comedy Collection,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1995-01-01, -/games/boxart/full_the-complete-csi-crime-scene-investigation_267PALFront.jpg,The Complete CSI: Crime Scene Investigation,PC,Adventure,Ubisoft,369 Interactive,,,,,,,2005-12-09, -/games/boxart/default.jpg,The Creed,PC,Adventure,Electronic Arts,Zero Hour Studios,,,,,,,2001-04-20, -/games/boxart/full_the-crime-files_959PALFront.jpg,The Crime Files,Wii,Adventure,7G//AMES,TBA,,,,,,,2011-03-25, -/games/boxart/full_the-crown-of-midas_437PALFront.jpg,The Crown of Midas,DS,Adventure,Unknown,SevenGames,,,,,,,2011-09-16, -/games/boxart/full_8920651AmericaFrontccc.jpg,The Crystal Skull,PC,Adventure,Maxis,Some Interactive,,,,,,,1996-09-30, -/games/boxart/full_4415607AmericaFrontccc.jpg,The Curse of the Werewolves,OSX,Adventure,Nordcurrent,Nordcurrent,,,,,,,2014-09-01,2018-08-11 -/games/boxart/full_4320494AmericaFrontccc.jpg,The Curse of the Werewolves,PC,Adventure,Nordcurrent,Nordcurrent,,,,,,,2014-09-01,2018-08-11 -/games/boxart/full_1815102PALFrontccc.jpg,The Daedalus Encounter,PC,Adventure,Virgin Interactive,Mechadeus,,,,,,,1995-01-01, -/games/boxart/full_1997307AmericaFrontccc.jpg,The Daedalus Encounter,3DO,Adventure,Panasonic Interactive Media,Mechadeus / PalmSoft,,,,,,,1995-01-01, -/games/boxart/443376ccc.jpg,The Dagger of Amon Ra,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1992-01-01, -/games/boxart/full_5357876JapanFrontccc.jpg,The Deep,PS,Adventure,Virgin Interactive,Virgin Interactive,,,,,,,1996-10-18, -/games/boxart/full_723688AmericaFrontccc.jpeg,The Deer God,PC,Adventure,Crescent Moon Games,Crescent Moon Games,,,,,,,2015-02-27, -/games/boxart/default.jpg,The Devil's Men,OSX,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-01-01, -/games/boxart/default.jpg,The Devil's Men,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-01-01, -/games/boxart/full_7185932AmericaFrontccc.jpg,The Egyptian Prophecy,PC,Adventure,The Adventure Company,DreamCatcher Interactive,,,,,,,2004-03-30, -/games/boxart/full_7747476AmericaFrontccc.jpg,The Enchanted Unicorn,PC,Adventure,Take-Two Interactive,,,,,,,,2008-09-16, -/games/boxart/1127105ccc.jpg,The Experiment,PC,Adventure,The Adventure Company,Lexis Numerique,,,,,,,2008-02-05, -/games/boxart/full_459699AmericaFrontccc.png,The Fall,WiiU,Adventure,Over The Moon,Unknown,,,,,,,2014-08-28, -/games/boxart/full_the-fall-of-gods_82AmericaFront.jpg,The Fall of Gods,XBL,Adventure,Microsoft,Geex,,,,,,,2011-09-23, -/games/boxart/full_4108601AmericaFrontccc.jpg,The Fantastic Adventures of Dizzy,NES,Adventure,Camerica,Codemasters,,,,,,,1993-01-01, -/games/boxart/full_the-fantasy-collection_128AmericaFront.jpg,The Fantasy Collection,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1995-01-01, -/games/boxart/4547361ccc.jpg,The Feeble Files,PC,Adventure,Adventure Soft,Adventure Soft Publishing Ltd.,,,,,,,1998-09-15, -/games/boxart/full_the-first-mile_73AmericaFront.jpg,The First Mile,PC,Adventure,Unknown,Malinche Entertainment,,,,,,,2005-01-01, -/games/boxart/full_the-fish-files_632PALFront.jpg,The Fish Files,GB,Adventure,Unknown,7th Sense s.r.l.,,,,,,,2020-12-31, -/games/boxart/full_8115833AmericaFrontccc.jpg,The Forgotten: It Begins...,PC,Adventure,DreamCatcher Interactive,Ransom Interactive,,,,,,,1999-11-19, -/games/boxart/default.jpg,The Graveyard,PC,Adventure,Tale of Tales,Tale of Tales,,,,,,,2008-03-21, -/games/boxart/full_4546529AmericaFrontccc.jpg,The Grinch,PC,Adventure,Konami,Artificial Mind and Movement,,,,,,,2000-12-04, -/games/boxart/7659113ccc.jpg,The Grinch,DC,Adventure,Konami,Artificial Mind and Movement,5.2,,,,,,2000-10-31, -/games/boxart/full_the-guild-of-thieves_155AmericaFront.jpg,The Guild of Thieves,PC,Adventure,Rainbird,Magnetic Scrolls,,,,,,,1987-01-01, -/games/boxart/full_the-hardy-boys-the-hidden-theft_5AmericaFront.jpg,The Hardy Boys: The Hidden Theft,PC,Adventure,DreamCatcher Interactive,XPEC Entertainment Inc.,,,,,,,2008-09-30, -/games/boxart/full_8371436AmericaFrontccc.jpg,The Hardy Boys: The Perfect Crime,PC,Adventure,DreamCatcher Interactive,JoWooD Entertainment,,,,,,,2009-07-10, -/games/boxart/full_4953997PALFrontccc.jpg,The Holy Bible,GBA,Adventure,Crave Entertainment,Crave,,,,,,,2006-11-03, -/games/boxart/full_6928119JapanFrontccc.jpg,The Hyrule Fantasy: Zelda no Densetsu (FDS),NES,Adventure,Nintendo,Nintendo EAD,,,,,,,1986-02-21, -/games/boxart/1385222ccc.jpg,The Immortals of Terra: A Perry Rhodan Adventure,PC,Adventure,Viva Media,Braingame,,,,,,,2008-07-03, -/games/boxart/6468210ccc.jpg,The Island of Dr. Brain,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1992-01-01, -/games/boxart/full_894252AmericaFrontccc.jpg,The Journeyman Project 2: Buried in Time,PC,Adventure,Sanctuary Woods,Presto Studios,,,,,,,1995-05-31, -/games/boxart/full_3379882AmericaFrontccc.jpg,The Journeyman Project 3: Legacy of Time,PC,Adventure,Red Orb Entertainment,Presto Studios,,,,,,,1998-01-31, -/games/boxart/full_6640093AmericaFrontccc.jpg,The Journeyman Project Turbo!,PC,Adventure,Presto Studios,Quadra Interactive,,,,,,,1993-01-01, -/games/boxart/full_9157361AmericaFrontccc.png,The Labyrinth of Time,PC,Adventure,Electronic Arts,Terra Nova Development,,,,,,,1993-01-01, -/games/boxart/6068161ccc.jpg,The Last Express,PC,Adventure,Broderbund,Smoking Car Productions,,,,,,,1997-04-01, -/games/boxart/full_5996478AmericaFrontccc.jpg,The Last Ninja,NES,Adventure,Jaleco,Beam Software,,,,,,,1991-02-01, -/games/boxart/8080134ccc.jpg,The Legend of Kyrandia: Book One,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1992-01-01, -/games/boxart/7796451ccc.jpg,The Legend of Kyrandia: Malcolm's Revenge,PC,Adventure,Virgin Interactive,Westwood Studios,,,,,,,1986-01-01, -/games/boxart/full_7401710AmericaFrontccc.jpg,The Legend of the Mystical Ninja,VC,Adventure,Konami,Konami,,,,,,,2007-04-30, -/games/boxart/3657220ccc.png,The Legend of Zelda,VC,Adventure,Nintendo,Nintendo EAD,9,,,,,,2006-11-19, -/games/boxart/full_9976096JapanFrontccc.jpg,The Legend of Zelda 2: Link no Bouken (FDS),NES,Adventure,Nintendo,Nintendo EAD,,,,,,,1987-01-14, -/games/boxart/full_9811589AmericaFrontccc.jpg,The Legend of Zelda Collector's Edition,GC,Adventure,Nintendo,Nintendo Software Technology Corporation,10,,,,,,2003-11-17, -/games/boxart/full_6438871AmericaFrontccc.jpg,The Legend of Zelda: A Link to the Past,VC,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2007-01-22, -/games/boxart/full_the-legend-of-zelda-four-swords_689AmericaFront.jpg,The Legend of Zelda: Four Swords Anniversary Edition,DSiW,Adventure,Nintendo,Nintendo,9,,,,,,2011-09-28, -/games/boxart/full_the-legend-of-zelda-links-awakening-dx_429AmericaFront.png,The Legend of Zelda: Link's Awakening DX,3DS,Adventure,Nintendo,Nintendo EAD,,,,,,,2011-06-07, -/games/boxart/full_4852676AmericaFrontccc.jpg,The Legend of Zelda: Majora's Mask,VC,Adventure,Nintendo,Nintendo EAD,9.5,,,,,,2009-05-18, -/games/boxart/full_9003150AmericaFrontccc.jpg,The Legend of Zelda: Ocarina of Time,VC,Adventure,Nintendo,Nintendo EAD,8.9,,,,,,2007-02-26, -/games/boxart/default.jpg,The Legend of Zelda: Ocarina of Time,iQue,Adventure,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/full_4209254AmericaFrontccc.jpg,The Legend of Zelda: Ocarina of Time / Master Quest,GC,Adventure,Nintendo,Nintendo Software Technology Corporation,9,,,,,,2003-02-28, -/games/boxart/full_3412304AmericaFrontccc.png,The Letter,WiiU,Adventure,TreeFall Studios,TreeFall Studios,,,,,,,2014-07-10,2018-01-03 -/games/boxart/8119258ccc.jpg,The Lost Files of Sherlock Holmes,3DO,Adventure,Electronic Arts,Mythos Software,,,,,,,1994-01-01, -/games/boxart/5628080ccc.jpg,The Lost Files of Sherlock Holmes: The Case of the Rose Tattoo,PC,Adventure,Electronic Arts,"Mythos Software, Inc.",,,,,,,1996-08-31, -/games/boxart/2174723ccc.jpg,The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel,PC,Adventure,Electronic Arts,"Mythos Software, Inc.",,,,,,,1992-01-01, -/games/boxart/full_8623351AmericaFrontccc.jpg,The Lost Mind of Dr. Brain,PC,Adventure,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1994-07-14, -/games/boxart/full_the-lost-treasures-of-infocom_245AmericaFront.jpg,The Lost Treasures of Infocom,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1991-01-01, -/games/boxart/full_the-lost-treasures-of-infocom-ii_897AmericaFront.jpg,The Lost Treasures of Infocom II,PC,Adventure,Unknown,"Infocom, Inc.",,,,,,,, -/games/boxart/full_5188127AmericaFrontccc.jpg,The Magic Obelisk,WW,Adventure,Game Arts,Game Arts Studio,7.9,,,,,,2009-12-28, -/games/boxart/full_6697487AmericaFrontccc.jpg,The Magic School Bus Explores the Solar System,PC,Adventure,Microsoft,Scholastic Inc.,,,,,,,1994-01-01, -/games/boxart/full_156701AmericaFrontccc.jpg,The Maker's Eden,OSX,Adventure,Screwy Lightbulb,Screwy Lightbulb,,,,,,,2014-07-30,2018-08-09 -/games/boxart/full_7080909AmericaFrontccc.jpg,The Maker's Eden,Linux,Adventure,Screwy Lightbulb,Screwy Lightbulb,,,,,,,2014-07-30,2018-08-09 -/games/boxart/full_8573345AmericaFrontccc.jpg,The Maker's Eden,PC,Adventure,Screwy Lightbulb,Screwy Lightbulb,,,,,,,2014-07-30,2018-08-09 -/games/boxart/full_3498997AmericaFrontccc.jpg,The Mansion of Hidden Souls,SAT,Adventure,Sega,System Sacom,,,,,,,1994-01-01, -/games/boxart/default.jpg,The Marvelous Misadventures of Flapjack: The Video Game,DS,Adventure,Unknown,1st Playable Productions,,,,,,,, -/games/boxart/default.jpg,The Misshitsukara no Dasshutsu: Gakkou no Kyuukousha Hen,3DS,Adventure,D3 Publisher,D3,,,,,,,2011-12-07, -/games/boxart/6845100ccc.jpg,The Moment of Silence,PC,Adventure,The Adventure Company,House of Tales,,,,,,,2005-03-01, -/games/boxart/full_the-mysterious-case-of-dr-jekyll-and-mr-hyde_263PALFront.jpg,The Mysterious Case of Dr. Jekyll and Mr. Hyde,PC,Adventure,O-Games,O-Games,,,,,,,2010-12-03, -/games/boxart/full_the-mystery-of-the-crystal-portal_3AmericaFront.jpg,The Mystery of the Crystal Portal,PSN,Adventure,G5 Entertainment AB,G5 Software,,,,,,,2010-07-06, -/games/boxart/default.jpg,The Mystery of the Crystal Portal 2,PC,Adventure,Mastertronic,Mastertronic,,,,,,,2010-07-09, -/games/boxart/full_the-mystery-of-the-mummy_448AmericaFront.jpg,The Mystery of the Mummy,PC,Adventure,DreamCatcher Interactive,Frogwares,,,,,,,2002-12-29, -/games/boxart/full_the-mystery-of-whiterock-castle_441AmericaFront.jpg,The Mystery of Whiterock Castle,WW,Adventure,RTL,Keen Games,7,,,,,,2011-06-23, -/games/boxart/9164062ccc.jpg,The Neverhood,PC,Adventure,DreamWorks Interactive,DreamWorks Interactive,,,,,,,1996-10-31, -/games/boxart/full_the-new-addams-family_8PALFront.jpg,The New Addams Family,GB,Adventure,Titus,7th Sense,,,,,,,2001-12-17, -/games/boxart/full_8797245AmericaFrontccc.jpg,The New Adventures of Moomin: The Great Autumn Party,DS,Adventure,Graffiti,Prelusion Games,,,,,,,2009-09-29, -/games/boxart/full_7232482AmericaFrontccc.jpg,The New Adventures of Moomin: The Mysterious Howling,DS,Adventure,Graffiti,Graffiti Entertainment,,,,,,,2009-09-29, -/games/boxart/full_3896186AmericaFrontccc.jpg,The New Adventures of Moomin: The Mysterious Howling,PC,Adventure,Unknown,Graffiti Entertainment,,,,,,,, -/games/boxart/full_3329210PALFrontccc.jpg,The Note,PS,Adventure,Sunsoft,Team Bughouse,,,,,,,1997-10-01, -/games/boxart/full_1752198AmericaFrontccc.jpg,The Oregon Trail,DSiW,Adventure,Gameloft,Gameloft,,,,,,,2009-12-28, -/games/boxart/8863077ccc.jpg,The Oregon Trail,PC,Adventure,MECC,MECC,,,,,,,1993-01-01, -/games/boxart/3434485ccc.jpg,The Oregon Trail 4th Edition,PC,Adventure,Mattel Interactive,The Learning Company,,,,,,,2000-08-01, -/games/boxart/5176061ccc.jpg,The Oregon Trail 5th Edition,PC,Adventure,The Learning Company,The Learning Company,,,,,,,2001-04-01, -/games/boxart/9598051ccc.jpg,The Oregon Trail II,PC,Adventure,The Learning Company,MECC,,,,,,,1995-02-13, -/games/boxart/full_6276802AmericaFrontccc.jpg,The Otherside: Realm of Eons,PC,Adventure,Namco Networks America,Vogat Interactive,,,,,,,2010-02-11, -/games/boxart/3637482ccc.jpg,The Pandora Directive,PC,Adventure,Access Software,Access Software,,,,,,,1996-07-31, -/games/boxart/full_7458892AmericaFrontccc.jpg,The Path,PC,Adventure,Tale of Tales,Tale of Tales,,,,,,,2009-03-18, -/games/boxart/full_8971AmericaFrontccc.jpg,The Polar Express,PC,Adventure,THQ,Blue Tongue,,,,,,,2004-11-03, -/games/boxart/full_1909631AmericaFrontccc.jpg,The Powerpuff Girls: Paint the Townsville Green,GB,Adventure,BAM! Entertainment,Sennari Int.,,,,,,,2000-11-01, -/games/boxart/full_8592740PALFrontccc.jpg,The Quest for Aladdin's Treasure,PS2,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-07-09, -/games/boxart/full_7697006PALFrontccc.jpg,The Quest for Aladdin's Treasure,PC,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-08-07, -/games/boxart/full_the-quest-for-glory-collection-series_338AmericaFront.jpg,The Quest For Glory Collection Series,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-01-01, -/games/boxart/full_6755317JapanFrontccc.jpg,The Renai Adventure: Bitter Sweet Fools,DC,Adventure,D3 Publisher,HuneX,,,,,,,2002-08-29, -/games/boxart/full_111023JapanFrontccc.jpg,The Renai Adventure: Okaeri!!,DC,Adventure,D3 Publisher,HuneX,,,,,,,2002-09-26, -/games/boxart/full_the-residents-freak-show_85AmericaFront.jpg,The Residents: Freak Show,PC,Adventure,Unknown,"Cryptic Corporation, The",,,,,,,1994-01-01, -/games/boxart/7653392ccc.jpg,The Ring: Terror's Realm,DC,Adventure,Atari,"Asmik Ace Entertainment, Inc",3.7,,,,,,2000-08-22, -/games/boxart/full_2850733PALFrontccc.jpg,The Sacred Amulet,PC,Adventure,DreamCatcher Interactive,Cryo Interactive,,,,,,,2000-01-01, -/games/boxart/7240927ccc.jpg,The Sacred Rings,PC,Adventure,The Adventure Company,Streko-Graphics Inc.,,,,,,,2007-03-07, -/games/boxart/full_the-sci-fi-collection_1000AmericaFront.jpg,The Sci-Fi Collection,PC,Adventure,Activision,"Infocom, Inc.",,,,,,,1995-01-01, -/games/boxart/full_3425096AmericaFrontccc.jpg,The Search for Amelia Earhart,PC,Adventure,THQ,Bamtang,,,,,,,2010-02-23, -/games/boxart/default.jpg,The Second Guest,PC,Adventure,Unknown,Twice Effect,,,,,,,, -/games/boxart/941433ccc.jpg,The Secret of Monkey Island,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1990-01-01, -/games/boxart/3164265ccc.jpg,The Secret of Monkey Island,SCD,Adventure,JVC,"JVC Musical Industries, Inc.",,,,,,,1992-01-01, -/games/boxart/full_the-secret-of-monkey-island-special-edition_0AmericaFront.jpg,The Secret of Monkey Island: Special Edition,PSN,Adventure,LucasArts,LucasArts,,,,,,,2010-04-22, -/games/boxart/full_9780909AmericaFrontccc.jpg,The Secret of Monkey Island: Special Edition,PC,Adventure,LucasArts,LucasArts,,,,,,,2009-07-15, -/games/boxart/full_3276187AmericaFrontccc.jpg,The Secret of Monkey Island: Special Edition,XBL,Adventure,LucasArts,LucasArts,8.7,,,,,,2009-07-15, -/games/boxart/5576907ccc.jpg,The Secrets of Atlantis: The Sacred Legacy,PC,Adventure,The Adventure Company,Atlantis Interactive Entertainment,,,,,,,2007-05-29, -/games/boxart/full_804955AmericaFrontccc.jpg,The Seven Cities of Gold,PC,Adventure,Electronic Arts,Ozark Softscape,,,,,,,1984-01-01, -/games/boxart/full_6129464AmericaFrontccc.jpg,The Sexy Brutale,PC,Adventure,Tequila Works,Tequila Works,,,,,,,2017-04-11, -/games/boxart/full_6018238AmericaFrontccc.jpeg,The Sexy Brutale,XOne,Adventure,Tequila Works,Tequila Works,,,,,,,2017-04-12, -/games/boxart/full_4684880PALFrontccc.jpg,The Silent Hill Collection,PS2,Adventure,Konami,Konami,,,,,,,2006-04-21, -/games/boxart/full_99621AmericaFrontccc.jpg,The Simpsons: Virtual Springfield,PC,Adventure,Fox Interactive,Digital Evolution,,,,,,,1997-01-01, -/games/boxart/default.jpg,The Smurfs,Wii,Adventure,Ubisoft,Ubisoft,,,,,,,2011-07-19, -/games/boxart/full_5325981PALFrontccc.jpg,The Snow Queen Quest,PS2,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-02-16, -/games/boxart/full_7855467PALFrontccc.jpg,The Snow Queen Quest,PC,Adventure,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-02-16, -/games/boxart/3379231ccc.gif,The Sopranos: Road to Respect,PS2,Adventure,THQ,7 Studios,,,,,,,2006-11-07, -/games/boxart/1519719ccc.jpg,The Spiderwick Chronicles,PS2,Adventure,Sierra Entertainment,Stormfront Studios,,,,,,,2008-02-05, -/games/boxart/default.jpg,The Thirty Nine Steps,PC,Adventure,Mamba Games,TBA,,,,,,,2012-06-29, -/games/boxart/default.jpg,The Thirty Nine Steps,PS3,Adventure,Unknown,TBA,,,,,,,, -/games/boxart/default.jpg,The Three Investigators,DS,Adventure,Unknown,TBD,,,,,,,, -/games/boxart/full_7336383AmericaFrontccc.jpg,The Time Warp of Dr. Brain,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-06-01, -/games/boxart/full_144894AmericaFrontccc.png,The Tower,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-04, -/games/boxart/full_2082067PALFrontccc.jpg,The Town of Light,PC,Adventure,THQ Nordic,LKA,,,,,,,2017-03-24,2018-02-01 -/games/boxart/4444985ccc.jpg,The Ultimate Haunted House,PC,Adventure,Unknown,Byron Preiss Multimedia,,,,,,,, -/games/boxart/full_5708410AmericaFrontccc.jpeg,The Unfinished Swan,PS4,Adventure,Sony Computer Entertainment,Idol Minds Digital Entertainment,,,,,,,2014-10-28, -/games/boxart/default.jpg,The Unfinished Swan,PSV,Adventure,Sony Computer Entertainment,Idol Minds Digital Entertainment,,,,,,,2014-10-28, -/games/boxart/full_7782802AmericaFrontccc.jpg,The Vanishing of Ethan Carter,PS4,Adventure,The Astronauts,The Astronauts,,,,,,,2015-07-15, -/games/boxart/full_tenku-no-escaflowne_21JapanFront.jpg,The Vision of Escaflowne,PS,Adventure,Bandai,Bandai,,,,,,,1997-09-25, -/games/boxart/full_7427558AmericaFrontccc.jpg,The Void,OSX,Adventure,Valve Corporation,Ice-pick Lodge,,,,,,,2009-12-15,2018-07-20 -/games/boxart/full_9401203AmericaFrontccc.jpg,The Void,PC,Adventure,Valve Software,Ice-pick Lodge,,,,,,,2009-12-15,2018-07-20 -/games/boxart/full_4792412AmericaFrontccc.jpeg,The Walking Dead: Michonne,PS4,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, -/games/boxart/full_9052592AmericaFrontccc.jpeg,The Walking Dead: Michonne,XOne,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, -/games/boxart/full_7933024AmericaFrontccc.jpeg,The Walking Dead: Michonne,And,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, -/games/boxart/full_3880127AmericaFrontccc.jpeg,The Walking Dead: Michonne,OSX,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, -/games/boxart/full_5329207AmericaFrontccc.jpeg,The Walking Dead: Michonne,PS3,Adventure,Telltale Games,Telltale Games,,,,,,,2016-02-28, -/games/boxart/full_8358403PALFrontccc.jpg,The Waterhorse: Legend of the Deep,PC,Adventure,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2008-02-01, -/games/boxart/full_5426205PALFrontccc.jpg,The Waterhorse: Legend of the Deep,PS2,Adventure,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2008-03-14, -/games/boxart/full_7283404AmericaFrontccc.jpg,The Wild Thornberrys Movie,PC,Adventure,THQ,"Human Soft, Inc.",,,,,,,2002-09-20, -/games/boxart/default.jpg,The Will of Dr. Frankenstein,WW,Adventure,Enjoy Gaming,Enjoy Gaming,,,,,,,2010-04-23, -/games/boxart/default.jpg,The Wizard's Castle,PC,Adventure,Unknown,International PC Owners,,,,,,,1981-01-01, -/games/boxart/full_the-wizards-pen_570AmericaFront.jpg,The Wizard's Pen,PC,Adventure,PopCap Games,PopCap Games,,,,,,,2008-09-16, -/games/boxart/full_the-wizards-pen-with-mystery-pi-the-lottery-ticket_652AmericaFront.jpg,The Wizard's Pen With Mystery P.I.: The Lottery Ticket,PC,Adventure,PopCap Games,PopCap Games,,,,,,,2009-04-28, -/games/boxart/default.jpg,The Worm in Paradise,PC,Adventure,Unknown,"Level 9 Computing, Ltd.",,,,,,,, -/games/boxart/2605539ccc.jpg,The X Files Game,PC,Adventure,Fox Interactive,HyperBole Studios,,,,,,,1998-05-31, -/games/boxart/full_8096193AmericaFrontccc.jpg,The X Files: Unrestricted Access,PC,Adventure,Fox Interactive,Fox Interactive,,,,,,,1998-01-01, -/games/boxart/full_4288707AmericaFrontccc.jpg,The X-Files Game,PC,Adventure,Fox Interactive,HyperBole Studios,,,,,,,1998-05-31, -/games/boxart/default.jpg,Thimbleweed Park,OSX,Adventure,Unknown,Unknown,,,,,,,2017-01-01, -/games/boxart/default.jpg,Thimbleweed Park,Linux,Adventure,Unknown,Unknown,,,,,,,2017-01-01, -/games/boxart/full_5600703AmericaFrontccc.jpeg,Thimbleweed Park,PC,Adventure,Unknown,Unknown,,,,,,,2017-01-01, -/games/boxart/full_three-sisters-story_35AmericaFront.jpg,Three Sisters' Story,PC,Adventure,Jast,"JAST Co., Ltd.",,,,,,,1999-01-01, -/games/boxart/full_tiara_29JapanFront.jpg,Tiara,PC,Adventure,Symphony,Symphony,,,,,,,2009-07-31, -/games/boxart/default.jpg,Tibor: Tale of a Kind Vampire,PC,Adventure,Unknown,Cateia Games,,,,,,,, -/games/boxart/4903966ccc.jpg,Time Gal,SCD,Adventure,Renovation,Wolf Team,,,,,,,1993-01-01, -/games/boxart/full_6534726AmericaFrontccc.jpg,"Time Gentlemen, Please!",PC,Adventure,Zombie Cow Studios,Zombie Cow Studios,8.8,,,,,,2009-06-22, -/games/boxart/full_3272009JapanFrontccc.jpg,Time Twist: Rekishi no Katasumi de... (FDS),NES,Adventure,Nintendo,Pax Softnica,,,,,,,1991-07-26, -/games/boxart/full_1410761AmericaFrontccc.jpg,Timelapse,PC,Adventure,GTE Entertainment,GTE Interactive Media,,,,,,,1996-09-30, -/games/boxart/full_7501424AmericaFrontccc.jpg,Timequest,PC,Adventure,Unknown,Legend Entertainment,,,,,,,, -/games/boxart/full_tintin-prisoners-of-the-sun_9PALFront.jpg,Tintin: Prisoners of the Sun,SNES,Adventure,Infogrames,Infogrames,,,,,,,1997-01-01, -/games/boxart/full_9379476JapanFrontccc.jpg,Tiny Bullets,PS,Adventure,Sony Computer Entertainment,Contrail,,,,,,,2000-04-13, -/games/boxart/full_to-heart_299JapanFront.jpg,To Heart,PC,Adventure,Leaf,Leaf,,,,,,,1997-05-23, -/games/boxart/full_2767265JapanFrontccc.jpg,To Heart 2,PS2,Adventure,Aquaplus,Leaf,,,,,,,2004-12-28, -/games/boxart/default.jpg,To Heart 2,PC,Adventure,Aquaplus,Leaf,,,,,,,2005-12-09, -/games/boxart/full_7320798JapanFrontccc.jpg,To Heart 2: Another Days,PC,Adventure,Leaf,Leaf,,,,,,,2008-02-29, -/games/boxart/full_toad-mans-bizarre-quest_817AmericaFront.jpg,Toad Man's Bizarre Quest,XBL,Adventure,Microsoft,Silver Dollar Games,,,,,,,2010-03-07,2020-03-03 -/games/boxart/full_togainu-no-chi-true-blood-portable_616JapanFront.jpg,Togainu no Chi: True Blood Portable,PSP,Adventure,Kadokawa Shoten,Nitroplus,,,,,,,2010-12-23, -/games/boxart/full_toilet-no-jo-kamisama_138JapanFront.jpg,Toilet no Jo-Kamisama,PC,Adventure,Authering Heaven,Authering Heaven,,,,,,,2000-06-23, -/games/boxart/full_toki-o-koeta-tegami_8JapanFront.jpg,Toki o Koeta Tegami,3DO,Adventure,Unknown,Thinking Rabbit,,,,,,,1994-05-28, -/games/boxart/default.jpg,Tokimeki Check-in!,PC,Adventure,Peach Princess,Crowd,,,,,,,2001-08-09, -/games/boxart/full_4071515JapanFrontccc.jpg,Tokimeki Memorial 2 Substories: Dancing Summer Vacation,PS,Adventure,Konami,KCET,,,,,,,2000-09-28, -/games/boxart/full_7990176JapanFrontccc.jpg,Tokimeki Memorial 2 Substories: Leaping School Festival,PS,Adventure,Konami,KCET,,,,,,,2001-03-29, -/games/boxart/full_4148759JapanFrontccc.jpg,Tokimeki Memorial 2 Substories: Memories Ringing On,PS,Adventure,Konami,Konami,,,,,,,2001-08-30, -/games/boxart/full_2518146JapanFrontccc.jpg,Tokimeki Memorial 3: Yakusoku no Ano Basho de,PS2,Adventure,Konami,Konami,,,,,,,2001-12-20, -/games/boxart/full_2893504JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.1: Nijiiro no Seishun,PS,Adventure,Konami,Konami,,,,,,,1997-07-10, -/games/boxart/full_975144JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.1: Nijiiro no Seishun,SAT,Adventure,Konami,Konami,,,,,,,1997-07-10, -/games/boxart/full_6835861JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.2: Irodori no Love Song,SAT,Adventure,Konami,Konami,,,,,,,1998-03-26, -/games/boxart/full_2552200JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.2: Irodori no Love Song,PS,Adventure,Konami,Konami,,,,,,,1998-03-26, -/games/boxart/full_9139116JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.3: Tabidachi no Uta,SAT,Adventure,Konami,Konami,,,,,,,1999-04-01, -/games/boxart/full_7153154JapanFrontccc.jpg,Tokimeki Memorial Drama Series Vol.3: Tabidachi no Uta,PS,Adventure,Konami,Konami,,,,,,,1999-04-01, -/games/boxart/full_7130778JapanFrontccc.jpg,Tokimeki Memorial: Densetsu no Ki no Shita de,SNES,Adventure,Konami,KCEO,,,,,,,1996-02-09, -/games/boxart/full_9645230JapanFrontccc.jpg,Tokimeki Memorial: Girl's Side 1st Love Typing,PC,Adventure,Konami,Konami,,,,,,,2004-06-04, -/games/boxart/full_tokimeki-memorial-girls-side-2nd-kiss-typing_205JapanFront.jpg,Tokimeki Memorial: Girl's Side 2nd Kiss Typing,PC,Adventure,Konami,Konami,,,,,,,2007-03-15, -/games/boxart/full_9670374JapanFrontccc.jpg,Tokusatsu Bouken Katsugeki Super Hero Retsuden,DC,Adventure,Banpresto,ALU,,,,,,,2000-07-27, -/games/boxart/full_tokyo-disneyland-mickey-no-cinderella-shiro-mystery-tour_2JapanFront.jpg,Tokyo Disneyland: Mickey no Cinderella Shiro Mystery Tour,GB,Adventure,Tomy Corporation,GRC,,,,,,,1995-12-22, -/games/boxart/full_6712355JapanFrontccc.jpg,Tokyo Majin Gakuen: Fuju Houroku,GBA,Adventure,Marvelous Interactive,"Asmik Ace Entertainment, Inc",,,,,,,2004-04-01, -/games/boxart/full_891813JapanFrontccc.jpg,Tokyo Majin Gakuen: Gehoujou,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2002-01-24, -/games/boxart/full_375066JapanFrontccc.jpg,Tokyo Majin Gakuen: Kaihoujyou Kefurokou,PS2,Adventure,Marvelous Interactive,"Asmik Ace Entertainment, Inc",,,,,,,2004-08-12, -/games/boxart/full_2812182JapanFrontccc.jpg,Tokyo Majin Gakuen: Ken Kaze Tobari,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1998-06-18, -/games/boxart/full_580598JapanFrontccc.jpg,Tokyo Majin Gakuen: Kenpuu Chou Emaki,PS,Adventure,Asmik Ace Entertainment,Shout! Designworks,,,,,,,2000-07-13, -/games/boxart/full_1259104JapanFrontccc.jpg,Tokyo Majin Gakuen: Oboro-Kitan,PS,Adventure,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1999-04-22, -/games/boxart/default.jpg,Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan,PSP,Adventure,Unknown,Atlus Co.,,,,,,,, -/games/boxart/full_2666752JapanFrontccc.jpg,Tomato Adventure,GBA,Adventure,Nintendo,AlphaDream Corporation,,,,,,,2002-01-25, -/games/boxart/8763077ccc.jpg,Tomb Raider,SAT,Adventure,Eidos Interactive,Core Design Ltd.,8.5,,,,,,1996-11-14, -/games/boxart/full_9104139AmericaFrontccc.png,Tomb Raider: Legend,PSN,Adventure,Eidos Interactive,Buzz Monkey,,,,,,,2009-07-22, -/games/boxart/full_2468207AmericaFrontccc.png,Tomb Raider: The Last Revelation,PSN,Adventure,Sony Computer Entertainment,Core Design Ltd.,,,,,,,2009-10-14, -/games/boxart/default.jpg,Tombs & Treasure,PC,Adventure,Unknown,Nihon Falcom Corporation,,,,,,,,2018-03-22 -/games/boxart/default.jpg,Tomcat Alley,PC,Adventure,Sega,The Code Monkeys,,,,,,,1995-11-06, -/games/boxart/5534934ccc.jpg,Tomcat Alley,SCD,Adventure,Sega,The Code Monkeys,,,,,,,1994-01-01, -/games/boxart/full_tomoyo-after-its-a-wonderful-life_13JapanFront.jpg,Tomoyo After: It's a Wonderful Life,PC,Adventure,Key,Key,,,,,,,2005-11-25, -/games/boxart/full_tomoyo-after-its-a-wonderful-life-cs-edition_4JapanFront.jpg,Tomoyo After: It's a Wonderful Life CS Edition,X360,Adventure,Prototype,Key,,,,,,,2010-09-22, -/games/boxart/7867068ccc.jpg,Toonstruck,PC,Adventure,Virgin Interactive,Burst,,,,,,,1996-11-04, -/games/boxart/full_4781254AmericaFrontccc.jpg,Toren,OSX,Adventure,Versus Evil,Swordtales,,,,,,,2015-05-12, -/games/boxart/full_301628AmericaFrontccc.jpg,Toren,PC,Adventure,Versus Evil,Swordtales,,,,,,,2015-05-12, -/games/boxart/full_9701632AmericaFrontccc.jpg,Toren,PS4,Adventure,Versus Evil,Swordtales,,,,,,,2016-01-01, -/games/boxart/default.jpg,Toriko,PC,Adventure,Digerati,D.O.,,,,,,,1996-10-11, -/games/boxart/default.jpg,Toriko 2,PC,Adventure,Digerati,D.O.,,,,,,,1997-11-14, -/games/boxart/default.jpg,Toriko 2 Toriko,PC,Adventure,Digerati,D.O.,,,,,,,2000-01-28, -/games/boxart/default.jpg,Toriko Hime,PC,Adventure,Unknown,Guilty,,,,,,,2006-09-22, -/games/boxart/default.jpg,Toriko no Hime,PC,Adventure,Unknown,Atelier Kaguya,,,,,,,2007-06-29, -/games/boxart/8222750ccc.jpg,Torin's Passage,PC,Adventure,Sierra Entertainment,Sierra Entertainment,,,,,,,1995-01-01, -/games/boxart/full_8089198JapanFrontccc.jpg,Toro to Kyuujitsu,PS2,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2001-11-29, -/games/boxart/full_total-miner-forge_2AmericaFront.jpg,Total Miner: Forge,XBL,Adventure,Microsoft,Greenstone Games,,,,,,,2011-06-24, -/games/boxart/full_totsugeki-tenshi-kanon_635JapanFront.jpg,Totsugeki Tenshi Kanon,PC,Adventure,RaSeN,RaSeN,,,,,,,2004-07-16, -/games/boxart/full_4043869JapanFrontccc.jpg,Touhai Densetsu Akagi DS: Yami ni Maifurita Tensai,DS,Adventure,Culture Brain,Culture Brain,,,,,,,2007-08-09, -/games/boxart/full_6836115JapanFrontccc.jpg,Touhai Densetsu Akagi: Yami ni Maifurita Tensai,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2006-03-03, -/games/boxart/full_towa-no-sakura_2JapanFront.jpg,Towa no Sakura,PS2,Adventure,Idea Factory,Vingt-et-un Systems,,,,,,,2007-09-27, -/games/boxart/full_6542501JapanFrontccc.jpg,ToyPop (Arcade),VC,Adventure,Namco Bandai,Namco,,,,,,,2009-11-24, -/games/boxart/full_5312729AmericaFrontccc.jpg,Traitors Gate,PC,Adventure,DreamCatcher Interactive,Daydream Software,,,,,,,2000-04-30, -/games/boxart/7844910ccc.jpg,Traitors Gate 2,PC,Adventure,The Adventure Company,258 Productions AB,,,,,,,2003-11-02, -/games/boxart/full_1102868AmericaFrontccc.jpg,Transylvania III: Vanquish the Night,PC,Adventure,Merit Studios,Polarware,,,,,,,1990-01-01, -/games/boxart/full_trauma_405AmericaFront.jpg,Trauma,PC,Adventure,Unknown,Krystian Majewski,,,,,,,2011-08-08, -/games/boxart/full_1851241AmericaFrontccc.gif,Treasure Island,PC,Adventure,HMH Interactive,Radon Labs,,,,,,,2008-06-06, -/games/boxart/default.jpg,Treasure Seekers: Follow the Ghosts,PC,Adventure,Unknown,Artogon Games,,,,,,,, -/games/boxart/full_6435748JapanFrontccc.jpg,Treasure Strike,DC,Adventure,KID,Sega,,,,,,,2000-02-17, -/games/boxart/full_trick-x-logic_7JapanFront.jpg,Trick x Logic: Season 1,PSN,Adventure,Sony Computer Entertainment,ChunSoft,,,,,,,2010-07-22, -/games/boxart/full_1784247AmericaFrontccc.jpg,Trilby's Notes,PC,Adventure,Fully Ramblomatic,Fully Ramblomatic,,,,,,,2006-06-26, -/games/boxart/default.jpg,Troll & Armor,PS3,Adventure,Unknown,Emerging Ent.,,,,,,,, -/games/boxart/full_trouble-witches_5JapanFront.jpg,Trouble Witches!!,PC,Adventure,Unknown,Studio Siesta,,,,,,,2001-05-11, -/games/boxart/full_5066509JapanFrontccc.jpg,True Tears,PS2,Adventure,Sweets,La'cryma,,,,,,,2008-08-07, -/games/boxart/default.jpg,Tsugi no Giseisha o Oshirase Shimasu: Kimi to Ko no Hateru Kotonai Kurayami o,PSP,Adventure,Unknown,Boost On,,,,,,,2011-10-06, -/games/boxart/default.jpg,Tsugi no Giseisha o Oshirase Shimasu: Shi to Zetsubou o Nori Koeru,PSP,Adventure,Unknown,Boost On,,,,,,,2011-12-08, -/games/boxart/default.jpg,Tsugou no Yoi Sex Friend?,PC,Adventure,Waffle,Waffle,,,,,,,2011-10-28, -/games/boxart/full_tsuki-wa-higashi-ni-ha-wa-nishi-na-operation-sanctuary_111JapanFront.jpg,Tsuki wa Higashi ni Ha wa Nishi na: Operation Sanctuary,PC,Adventure,Alchemist,Alchemist,,,,,,,2003-09-26, -/games/boxart/full_2886764JapanFrontccc.jpg,Tsuki wa Higashi ni Ha wa Nishi na: Operation Sanctuary,PS2,Adventure,Alchemist,Alchemist,,,,,,,2004-10-07, -/games/boxart/full_14889JapanFrontccc.jpg,Tsuki wa Higashi ni Ha wa Nishi na: Operation Sanctuary,DC,Adventure,Alchemist,Alchemist,,,,,,,2004-06-24, -/games/boxart/full_9719698JapanFrontccc.jpg,Tsukihime,PC,Adventure,Type-Moon,Type-Moon,,,,,,,2000-12-01, -/games/boxart/full_tsuyo-kiss-2-portable_4JapanFront.jpg,Tsuyo Kiss 2 Portable,PSN,Adventure,Unknown,NetRevo,,,,,,,2010-10-28, -/games/boxart/full_turn-the-lost-artifact_8AmericaFront.jpg,TURN: The Lost Artifact,DSiW,Adventure,Unknown,Creative Patterns,,,,,,,2010-08-09, -/games/boxart/full_9243026JapanFrontccc.jpg,Twilight Syndrome Omen: Tansakuhen,PS,Adventure,Human Entertainment,Human Club,,,,,,,1996-03-01, -/games/boxart/full_5776275JapanFrontccc.jpg,Twilight Syndrome Saikai,PS,Adventure,Spike,Spike,,,,,,,2000-07-27, -/games/boxart/full_6987410JapanFrontccc.jpg,Twilight Syndrome Special,PS,Adventure,Human Entertainment,Human Club,,,,,,,1998-07-02, -/games/boxart/full_8717396JapanFrontccc.jpg,Twilight Syndrome: Kyuumeihen,PS,Adventure,Human Entertainment,Human Entertainment,,,,,,,1996-07-19, -/games/boxart/1197228ccc.jpg,Twinsen's Odyssey,PC,Adventure,Activision,Adeline Software,,,,,,,1997-06-30, -/games/boxart/default.jpg,Twisted Lands: Shadow Town,PC,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2010-09-23,2019-05-03 -/games/boxart/full_1792693JapanFrontccc.jpg,Typing Renai Hakusho: Boys Be...,PS2,Adventure,Sunsoft,SunSoft,,,,,,,2002-03-14, -/games/boxart/default.jpg,U.B. Funkeys,PC,Adventure,Unknown,Radica,,,,,,,, -/games/boxart/full_3130074JapanFrontccc.jpg,Uchuu no Stellvia,PS2,Adventure,Bandai,Bandai,,,,,,,2004-01-22, -/games/boxart/full_ugetsu-kitan_3JapanFront.jpg,Ugetsu Kitan,PS,Adventure,Tonkin House,Unknown,,,,,,,1996-07-05, -/games/boxart/full_umineko-no-naku-koro-ni_1JapanFront.jpg,Umineko no Naku Koro ni,PC,Adventure,Unknown,07th Expansion,,,,,,,2007-08-17, -/games/boxart/full_umineko-no-naku-koro-ni-chiru_0JapanFront.jpg,Umineko no Naku Koro ni Chiru,PC,Adventure,Unknown,07th Expansion,,,,,,,2009-08-15, -/games/boxart/full_4030192JapanFrontccc.jpg,Umisho,PS2,Adventure,5pb,Kaga Create,,,,,,,2007-11-22, -/games/boxart/full_6703642AmericaFrontccc.png,Undead Knights,PSN,Adventure,Tecmo Koei,Team Tachyon,,,,,,,2009-10-21, -/games/boxart/full_5874275JapanFrontccc.jpg,Undercover AD2025 Kei,DC,Adventure,Pulse Entertainment,Pulse Interactive,,,,,,,2000-01-27, -/games/boxart/full_undercover-operation-wintersun_845AmericaFront.jpg,Undercover: Operation Wintersun,PC,Adventure,Lighthouse Interactive,Sproing Interactive Media GMBH,,,,,,,2007-08-28, -/games/boxart/full_88418AmericaFrontccc.jpg,Uninvited,NES,Adventure,Kemco,"ICOM Simulations, Inc.",,,,,,,1991-06-01, -/games/boxart/full_universal-monsters-monsterville_897PALFront.jpg,Universal Monsters: Monsterville,PC,Adventure,DreamCatcher Interactive,OG,,,,,,,2002-03-15, -/games/boxart/full_universal-nuts_3JapanFront.jpg,Universal Nuts,PS,Adventure,Lay-Up,Unknown,,,,,,,1998-02-05, -/games/boxart/full_8335761AmericaFrontccc.jpg,Uplink: Hacker Elite,PC,Adventure,Strategy First,Introversion Software,,,,,,,2001-10-09, -/games/boxart/full_uragiri-wa-boku-no-namae-o-shitteiru_4JapanFront.jpg,Uragiri wa Boku no Namae o Shitteiru,PS2,Adventure,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2010-10-28, -/games/boxart/default.jpg,Urakyoushi,PC,Adventure,Unknown,Bishop,,,,,,,2011-08-05, -/games/boxart/full_urban-runner_644AmericaFront.jpg,Urban Runner,PC,Adventure,Sierra Entertainment,Coktel Vision,,,,,,,1996-01-01, -/games/boxart/full_urusei-yatsura-endless-summer_5JapanFront.jpg,Urusei Yatsura: Endless Summer,DS,Adventure,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-10-20, -/games/boxart/full_3951726JapanFrontccc.jpg,Urusei Yatsura: My Dear Friends,SCD,Adventure,Game Arts,Game Arts,,,,,,,1994-04-15, -/games/boxart/full_urusei-yatsura-stay-with-you_8JapanFront.jpg,Urusei Yatsura: Stay With You,PCE,Adventure,Hudson Soft,Hudson Soft,,,,,,,1990-06-29, -/games/boxart/full_uta-no-prince-sama-amazing-aria_866JapanFront.jpg,Uta no * Prince-Sama: Amazing Aria,PSP,Adventure,Broccoli,Broccoli,,,,,,,2010-12-23, -/games/boxart/full_4103567JapanFrontccc.jpg,Utau * Tumbling Dice,PS2,Adventure,Reindeer,Reindeer,,,,,,,2004-08-26, -/games/boxart/full_2595116JapanFrontccc.jpg,Utau * Tumbling Dice,DC,Adventure,Ecole,Reindeer,,,,,,,2004-06-24, -/games/boxart/full_1736406JapanFrontccc.jpg,Uwasa no Midori-Kun!! Natsuiro Striker,DS,Adventure,Idea Factory,Idea Factory,,,,,,,2007-09-20, -/games/boxart/full_239085JapanFrontccc.jpg,Uzumaki,WS,Adventure,Omega Micott,Omega Micott,,,,,,,2000-02-03, -/games/boxart/full_vg-rebirth_933JapanFront.jpg,V.G. Rebirth,PC,Adventure,Giga,Giga,,,,,,,2001-09-28, -/games/boxart/default.jpg,V.G. Rebirth Dash,PC,Adventure,Giga,Giga,,,,,,,2002-03-21, -/games/boxart/full_8774436AmericaFrontccc.png,Valiant Hearts: The Great War,XOne,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2014-06-25,2018-01-06 -/games/boxart/full_valis-x-cham-aratanaru-senyuu_696JapanFront.jpg,Valis X: Cham - Aratanaru Senyuu,PC,Adventure,Unknown,Eants,,,,,,,2006-06-16, -/games/boxart/full_valis-x-full-set-pack_291JapanFront.jpg,Valis X: Full Set Pack,PC,Adventure,Unknown,Eants,,,,,,,2006-09-08, -/games/boxart/full_valis-x-masako-mou-hitotsu-to-sadame_80JapanFront.jpg,Valis X: Masako - Mou Hitotsu to Sadame,PC,Adventure,Unknown,Eants,,,,,,,2006-09-08, -/games/boxart/full_valis-x-meijimura-meyo-valis-no-senshi-tachi_339JapanFront.jpg,Valis X: Meijimura Meyo! Valis no Senshi Tachi,PC,Adventure,Unknown,Eants,,,,,,,2006-09-08, -/games/boxart/full_valis-x-reiko-shoudarake-no-senshi_198JapanFront.jpg,Valis X: Reiko - Shoudarake no Senshi,PC,Adventure,Unknown,Eants,,,,,,,2006-04-21, -/games/boxart/full_valis-x-valna-haha-to-musume-no-kunou_970JapanFront.jpg,Valis X: Valna - Haha to Musume no Kunou,PC,Adventure,Unknown,Eants,,,,,,,2006-05-19, -/games/boxart/full_valkyrie-romanze_642JapanFront.jpg,Valkyrie Romanze,PC,Adventure,Unknown,Ricotta,,,,,,,2011-10-28, -/games/boxart/full_vanquish_2JapanFront.jpg,Vanquish,PC,Adventure,Forst,Forst,,,,,,,2004-10-22, -/games/boxart/default.jpg,Velvet Echo,PC,Adventure,Angel Smile,Angel Smile,,,,,,,2001-09-14, -/games/boxart/full_6854678AmericaFrontccc.jpg,Vigil: Blood Bitterness,PC,Adventure,Meridian4,Freegamer,,,,,,,2007-06-29, -/games/boxart/full_virtual-puppet-reika_0JapanFront.jpg,Virtual Puppet Reika,3DO,Adventure,Unknown,Kuki,,,,,,,1994-10-07, -/games/boxart/default.jpg,Virtual Valerie 2,PC,Adventure,Unknown,Arcus,,,,,,,, -/games/boxart/8107687ccc.jpg,Voyage: Inspired by Jules Verne,PC,Adventure,The Adventure Company,Kheops Studio,,,,,,,2005-08-18, -/games/boxart/full_3911445JapanFrontccc.jpg,W. L. O. Sekai Renai Kikou,PC,Adventure,Akabee Soft 2,Akabee Soft 2,,,,,,,2009-03-26, -/games/boxart/full_w-l-o-sekai-renai-kikou-lls-love-love-show_356JapanFront.jpg,W. L. O. Sekai Renai Kikou LLS: Love Love Show,PC,Adventure,Akabee Soft 2,Akabee Soft 2,,,,,,,2009-09-24, -/games/boxart/full_120118JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! DokiDoki Memorial Panic,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2005-09-08, -/games/boxart/full_9686914JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Hachinin no Toki no Yousei,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2003-12-11, -/games/boxart/full_5954992JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Mirumo no Mahou Gakkou Monogatari,PS,Adventure,Konami,Jupiter Corporation,,,,,,,2003-03-20, -/games/boxart/full_37470JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Nazo no Kagi to Shinjitsu no Tobira,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2004-12-16, -/games/boxart/full_3822624JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Ougon Maracas no Densetsu,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2002-12-19, -/games/boxart/full_2397800JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Yume no Kakera,GBA,Adventure,Konami,Jupiter Multimedia,,,,,,,2004-07-15, -/games/boxart/full_8290776AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 1: Fright of the Bumblebees,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-05-27, -/games/boxart/full_8519881AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 1: Fright of the Bumblebees,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-03-24, -/games/boxart/full_3491415AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 2: The Last Resort,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-11-04, -/games/boxart/full_4924821AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 2: The Last Resort,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-05-06, -/games/boxart/full_8074533AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 3: Muzzled!,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-11-04, -/games/boxart/full_1435611AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 3: Muzzled!,PC,Adventure,Telltale Games,Telltale Games,8,,,,,,2009-06-16, -/games/boxart/full_6816401AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 4: The Bogey Man,XBL,Adventure,Telltale Games,Telltale Games,,,,,,,2009-11-04, -/games/boxart/full_4440250AmericaFrontccc.jpg,Wallace & Gromit's Grand Adventures Episode 4: The Bogey Man,PC,Adventure,Telltale Games,Telltale Games,,,,,,,2009-07-29, -/games/boxart/full_7232112AmericaFrontccc.jpg,Walt Disney Pictures Presents: Dinosaur,GB,Adventure,Ubisoft,Digital Eclipse,,,,,,,2000-05-19, -/games/boxart/full_1555894JapanFrontccc.jpg,Wan Wan Meitantei,GBA,Adventure,Culture Brain,Culture Brain,,,,,,,2003-12-19, -/games/boxart/full_4035875JapanFrontccc.jpg,Wand of Fortune Twin Pack,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2010-02-25, -/games/boxart/full_wangan-dream_517JapanFront.jpg,Wangan Dream,PC,Adventure,Dreams,Dreams,,,,,,,1999-08-06, -/games/boxart/full_3539434JapanFrontccc.jpg,Wangan Trial Love,SAT,Adventure,Victor Interactive,Victor Interactive Software,,,,,,,1998-04-02, -/games/boxart/full_3500853JapanFrontccc.jpg,Wanko de Kururin! Wankuru,GBA,Adventure,MTO,MTO,,,,,,,2004-06-25, -/games/boxart/full_3807892JapanFrontccc.jpg,Wanko Mix,GBA,Adventure,TDK Core,TDK Core,,,,,,,2004-12-16, -/games/boxart/8403742ccc.jpg,Wanted: A Wild Western Adventure,PC,Adventure,The Adventure Company,Revistonic,,,,,,,2004-10-03, -/games/boxart/2546343ccc.jpg,Warriors of Might and Magic,GB,Adventure,3DO,Climax Group,,,,,,,2000-12-22, -/games/boxart/full_water-closet-the-forbidden-chamber_93AmericaFront.jpg,Water Closet: The Forbidden Chamber,PC,Adventure,Peach Princess,Will,,,,,,,2001-07-01, -/games/boxart/full_5897277JapanFrontccc.jpg,Waurau Salesman,SCD,Adventure,Sega,Sega,,,,,,,1993-09-17, -/games/boxart/full_6104651AmericaFrontccc.jpg,Wayne's World,PC,Adventure,Capstone Software,Capstone Software,,,,,,,1993-01-01, -/games/boxart/full_8500146AmericaFrontccc.jpg,Wayward Manor,OSX,Adventure,"Moonshark, Inc.","Moonshark, Inc.",,,,,,,2014-07-15,2018-08-11 -/games/boxart/full_3669824AmericaFrontccc.jpg,Wayward Manor,PC,Adventure,"Moonshark, Inc.","Moonshark, Inc.",,,,,,,2014-07-15,2018-08-11 -/games/boxart/full_6953766JapanFrontccc.jpg,We Love JUGGLER,PSP,Adventure,Kita Denshi,Kita Denshi,,,,,,,2010-03-18, -/games/boxart/full_7510796JapanFrontccc.jpg,Web Mystery: Yochi Yume o Kenru Neko,DC,Adventure,Mebius,Mebius,,,,,,,1999-04-22, -/games/boxart/full_what-makes-you-tick-a-stitch-in-time_259AmericaFront.jpg,What Makes You Tick: A Stitch in Time,PC,Adventure,Unknown,Lassie Games,,,,,,,2010-09-09, -/games/boxart/full_6221185AmericaFrontccc.jpg,What Remains of Edith Finch,PS4,Adventure,Unknown,Giant Sparrow,8.9,,,,,,2017-04-25,2019-03-02 -/games/boxart/full_5442606JapanFrontccc.jpg,What's Shenmue,DC,Adventure,Sega,Sega-AM2,,,,,,,1999-08-05, -/games/boxart/full_where-in-the-world-is-carmen-sandiego_7JapanFront.jpg,Where in the World is Carmen Sandiego?,PCE,Adventure,Pack-In-Video,Office Koukan,,,,,,,1990-03-30, -/games/boxart/full_where-in-the-world-is-carmen-sandiego_7AmericaFront.jpg,Where in the World is Carmen Sandiego?,SNES,Adventure,Hi Tech Expressions,EA Canada,,,,,,,1993-06-01, -/games/boxart/full_3508768AmericaFrontccc.jpg,Where in the World is Carmen Sandiego?,GEN,Adventure,Electronic Arts,EA Canada,,,,,,,1992-01-01, -/games/boxart/full_where-in-the-world-is-carmen-sandiego_5AmericaFront.jpg,Where in the World is Carmen Sandiego?,MS,Adventure,Parker Bros.,Parker Bros.,,,,,,,1989-01-01, -/games/boxart/full_where-in-the-world-is-carmen-sandiego-mystery-at-the-end-of-the-world_8PALFront.jpg,Where in the World is Carmen Sandiego? Mystery at the End of the World,DS,Adventure,Mindscape,Strass Productions,,,,,,,2009-02-18, -/games/boxart/full_7467935AmericaFrontccc.jpg,Where's Waldo? The Fantastic Journey,PC,Adventure,Ubisoft,Classic Media Distribution Limited,,,,,,,2009-09-22, -/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 1,DSiW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2010-08-27, -/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 1,WW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2011-03-25, -/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 2,WW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2011-04-15, -/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 2,DSiW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2010-09-03, -/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 3,WW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2011-05-06, -/games/boxart/default.jpg,Where's Waldo? The Fantastic Journey Travel Pack 3,DSiW,Adventure,Ludia,Classic Media Distribution Limited,,,,,,,2010-09-10, -/games/boxart/full_9152564JapanFrontccc.gif,White Album,PC,Adventure,Leaf,Leaf,,,,,,,1998-05-01, -/games/boxart/full_white-breath_872JapanFront.jpg,White Breath,PC,Adventure,F&C,F&C,,,,,,,2004-07-23, -/games/boxart/full_white-breath-kizuna_6JapanFront.jpg,White Breath: Kizuna,PS2,Adventure,KID,KID Corporation,,,,,,,2006-11-22, -/games/boxart/full_white-breath-perfect-edition_3JapanFront.jpg,White Breath: Perfect Edition,PSP,Adventure,GN Software,GN Software,,,,,,,2010-09-02, -/games/boxart/full_white-breath-perfect-edition_350JapanFront.jpg,White Breath: Perfect Edition+,PC,Adventure,F&C,F&C,,,,,,,2011-04-28, -/games/boxart/default.jpg,White Heaven,PC,Adventure,Unknown,JEWEL MASTER,,,,,,,2011-08-12, -/games/boxart/default.jpg,White Night,PC,Adventure,Rebellion Developments / Saffire,Rebellion Developments / Saffire,,,,,,,2015-01-01, -/games/boxart/default.jpg,White Night,OSX,Adventure,Rebellion Developments / Saffire,Rebellion Developments / Saffire,,,,,,,2015-01-01, -/games/boxart/full_4387087JapanFrontccc.jpg,White Princess the Second,PS2,Adventure,KID,KID Corporation,,,,,,,2005-08-25, -/games/boxart/default.jpg,Wide de Portable P,PSP,Adventure,Unknown,Gametech,,,,,,,, -/games/boxart/full_3940698PALFrontccc.jpg,WiLD,PS4,Adventure,Sony Interactive Entertainment,Wild Sheep Studio,,,,,,,2020-12-31,2018-07-19 -/games/boxart/full_1654652JapanFrontccc.jpg,Will O' Wisp,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2007-09-06, -/games/boxart/full_8845900JapanFrontccc.jpg,Wind: a Breath of Heart,PS2,Adventure,Alchemist,Alchemist,,,,,,,2003-12-18, -/games/boxart/full_6436184JapanFrontccc.jpg,Wind: a Breath of Heart,DC,Adventure,Alchemist,Alchemist,,,,,,,2003-01-30, -/games/boxart/full_wind-a-breath-of-heart_447JapanFront.jpg,Wind: a Breath of Heart,PC,Adventure,Minor I,Minor I,,,,,,,2002-04-19, -/games/boxart/full_wind-a-breath-of-heart-re-gratitude_809JapanFront.jpg,Wind: a breath of heart - Re-gratitude,PC,Adventure,Minor I,Minor I,,,,,,,2004-11-05, -/games/boxart/default.jpg,Winx Club: Believix in You!,DS,Adventure,Namco Bandai,Rainbow S.p.A.,,,,,,,2009-11-20, -/games/boxart/full_wirehead_747AmericaFront.jpg,Wirehead,SCD,Adventure,Sega,The Code Monkeys,,,,,,,1995-01-01, -/games/boxart/full_witches-ampamp-vampires-ghost-pirates-of-ashburry_4PALFront.jpg,Witches & Vampires: Ghost Pirates of Ashburry,DS,Adventure,DTP Entertainment,City Interactive,,,,,,,2010-04-29, -/games/boxart/full_with-you-mitsumeteitai_10JapanFront.jpg,With You: Mitsumeteitai,SAT,Adventure,NEC Interchannel,Stack,,,,,,,1999-07-29, -/games/boxart/full_with-you-mistume-teitai_3JapanFront.jpg,With You: Mitsumeteitai,WS,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,2001-01-25, -/games/boxart/full_with-you-mitsumeteitai_2JapanFront.jpg,With You: Mitsumeteitai,PC,Adventure,Cocktail Soft,Cocktail Soft,,,,,,,1998-09-11, -/games/boxart/893198ccc.jpg,Wizardology,PC,Adventure,Unknown,Double Six,,,,,,,, -/games/boxart/3347442ccc.jpg,Wizardology,Wii,Adventure,Unknown,Double Six,,,,,,,2020-12-31, -/games/boxart/3817077ccc.jpg,Wizardology,DS,Adventure,Unknown,Double Six,,,,,,,2020-12-31, -/games/boxart/full_7320847JapanFrontccc.jpg,Wizardry Nemesis,SAT,Adventure,Shouei,Thunder Stone Japan,,,,,,,1998-01-22, -/games/boxart/full_1995278AmericaFrontccc.jpg,Women's Murder Club: A Darker Shade of Grey,PC,Adventure,Elephant Entertainment,Oberon Media,,,,,,,2009-03-16, -/games/boxart/full_9927520AmericaFrontccc.jpg,Wonder Boy III: The Dragon's Trap,VC,Adventure,Sega,Westone Bit Entertainment,,,,,,,2009-11-09, -/games/boxart/full_203901AmericaFrontccc.jpg,Wonder Boy III: The Dragon's Trap,MS,Adventure,Sega,Westone Bit Entertainment,,,,,,,1989-01-01, -/games/boxart/2019599ccc.jpg,Wonder Boy in Monster Land,MS,Adventure,Sega,Westone Bit Entertainment,,,,,,,1988-01-01, -/games/boxart/full_5852831AmericaFrontccc.jpg,Wonder Boy in Monster Land,VC,Adventure,Sega,Westone Bit Entertainment,,,,,,,2009-01-26, -/games/boxart/full_907657PALFrontccc.jpg,Wonder Boy: The Dragon's Trap,GG,Adventure,Sega,Westone Bit Entertainment,,,,,,,1992-01-01, -/games/boxart/1215634ccc.jpg,Woodruff and The Schnibble of Azimuth,PC,Adventure,Sierra Entertainment,Sierra On-Line,,,,,,,1994-01-01, -/games/boxart/default.jpg,Woolfe: The Red Hood Diaries,PS4,Adventure,GriN Multimedia,GriN Multimedia,,,,,,,2020-12-31, -/games/boxart/default.jpg,Woolfe: The Red Hood Diaries,PC,Adventure,GriN Multimedia,GriN Multimedia,,,,,,,2015-03-17, -/games/boxart/default.jpg,Woolfe: The Red Hood Diaries,XOne,Adventure,GriN Multimedia,GriN Multimedia,,,,,,,2020-12-31, -/games/boxart/full_8898188AmericaFrontccc.jpg,WORLD END ECONOMiCA,OSX,Adventure,Sekai Project,Spicy Tails,,,,,,,2014-05-05,2018-08-10 -/games/boxart/full_3372811AmericaFrontccc.jpg,WORLD END ECONOMiCA,Linux,Adventure,Sekai Project,Spicy Tails,,,,,,,2014-05-05,2018-08-10 -/games/boxart/full_7212587AmericaFrontccc.jpg,WORLD END ECONOMiCA,PC,Adventure,Sekai Project,Spicy Tails,,,,,,,2014-05-05,2018-08-10 -/games/boxart/default.jpg,World Wide Love! Sekai Seifuku Kanojo Fan Disc,PC,Adventure,Navel,Navel,,,,,,,2011-10-28, -/games/boxart/full_9345665AmericaFrontccc.jpg,Worldly,WinP,Adventure,Unknown,Unknown,,,,,,,2014-07-15, -/games/boxart/full_1325360AmericaFrontccc.png,Wyv and Keep: The Temple of the Lost Idol,PC,Adventure,Unknown,Unknown,,,,,,,2014-08-08, -/games/boxart/full_2124578AmericaFrontccc.jpg,X-Change,PC,Adventure,Peach Princess,Crowd,,,,,,,2001-03-09, -/games/boxart/full_2808877AmericaFrontccc.jpg,X-Change 2,PC,Adventure,Peach Princess,Crowd,,,,,,,2003-06-03, -/games/boxart/default.jpg,X-Change 2 R,PC,Adventure,Crowd,Crowd,,,,,,,2004-10-15, -/games/boxart/full_8366518AmericaFrontccc.jpg,X-Change 3,PC,Adventure,Peach Princess,Crowd,,,,,,,2006-07-18, -/games/boxart/full_x-change-alternative-2_704JapanFront.jpg,X-Change Alternative 2: Kimi no Hitomi ni Utsurukimi,PC,Adventure,Crowd,Crowd,,,,,,,2008-09-26, -/games/boxart/full_x-change-box-2_472JapanFront.jpg,X-Change Box! 2,PC,Adventure,Crowd,Crowd,,,,,,,2005-10-21, -/games/boxart/default.jpg,X-Change R,PC,Adventure,Crowd,Crowd,,,,,,,2004-10-01, -/games/boxart/default.jpg,Y: The Case of John Yesterday,PC,Adventure,Unknown,Pendulo Studios,,,,,,,, -/games/boxart/full_9744655JapanFrontccc.jpg,Yakouchuu,SNES,Adventure,Athena,Athena,,,,,,,1995-06-16, -/games/boxart/full_4855208JapanFrontccc.jpg,Yakouchuu GB,GB,Adventure,Athena,Athena,,,,,,,1999-10-22, -/games/boxart/full_4341986JapanFrontccc.jpg,Yakouchuu II: Satsujin Kouru,N64,Adventure,Athena,Athena,,,,,,,1999-10-22, -/games/boxart/full_6154319JapanFrontccc.jpg,Yaku: Yuujou Dangi,PS,Adventure,Idea Factory,Idea Factory,,,,,,,1996-01-13, -/games/boxart/full_yamamura-misa-suspense-kyoto-kurama-sansou-satsujin-jiken_0JapanFront.jpg,Yamamura Misa Suspense: Kyoto Kurama Sansou Satsujin Jiken,3DO,Adventure,Pack-In-Video,Tikipod,,,,,,,1994-03-20, -/games/boxart/full_yamato-nadeshiko-o-sagase_549JapanFront.jpg,Yamato Nadeshiko o Sagase,PC,Adventure,Unknown,Chiffon,,,,,,,2000-11-23, -/games/boxart/full_yamiyo-ni-sasayaku_90JapanFront.jpg,Yamiyo ni Sasayaku: Meitantei Kyouichirou Sagara,PS2,Adventure,Idea Factory,Idea Factory,,,,,,,2006-02-09, -/games/boxart/default.jpg,Yarisugi Itazura! Swimming School,PC,Adventure,Unknown,Rocket18 Icecream,,,,,,,2011-08-12, -/games/boxart/full_1250253JapanFrontccc.jpg,Yarudora Portable: Blood The Last Vampire,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2006-01-26, -/games/boxart/full_1025556JapanFrontccc.jpg,Yarudora Portable: Double Cast,PSP,Adventure,Sony Computer Entertainment,SCE,,,,,,,2005-07-28, -/games/boxart/full_6032082JapanFrontccc.jpg,Yarudora Portable: Kisetsu o Dakishimete,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-28, -/games/boxart/full_3907659JapanFrontccc.jpg,Yarudora Portable: Sampaguita,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-28, -/games/boxart/full_7734347JapanFrontccc.jpg,Yarudora Portable: Yukiwari no Hana,PSP,Adventure,Sony Computer Entertainment,SCEI,,,,,,,2005-07-28, -/games/boxart/full_9127170JapanFrontccc.jpg,Yarudora Series Vol.3: Sampaguita,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,,,,,,1998-10-15, -/games/boxart/full_2983190JapanFrontccc.jpg,Yarudora Series Vol.4: Yukiwari no Hana,PS,Adventure,Sony Computer Entertainment,Sugar & Rockets,,,,,,,1998-11-26, -/games/boxart/full_4184190JapanFrontccc.jpg,Yellow Brick Road,PS,Adventure,Acclaim Entertainment,Acclaim,,,,,,,1996-08-30, -/games/boxart/full_172552AmericaFrontccc.jpg,Yin-Yang! Another X-Change,PC,Adventure,Peach Princess,Crowd,,,,,,,2006-12-15, -/games/boxart/full_2085817JapanFrontccc.jpg,Yo-Jin-Bo: Unmei no Freude,PS2,Adventure,TwoFive,TwoFive,,,,,,,2006-10-26, -/games/boxart/full_9446740JapanFrontccc.jpg,Yoshia no Oka de Nekoronde...,DC,Adventure,Naxat Soft,Naxat Soft,,,,,,,2001-12-20, -/games/boxart/full_1569042JapanFrontccc.jpg,Yoshimoto Muchicco Dai-kessen,PS,Adventure,Sony Music Entertainment,Polygon Magic,,,,,,,1999-09-30, -/games/boxart/full_yottsu-ha-no-clover_592JapanFront.jpg,Yottsu Ha no Clover,PC,Adventure,Iridium,Iridium,,,,,,,2002-12-06, -/games/boxart/full_5338686JapanFrontccc.jpg,Your Memories Off: Girl's Style,PS2,Adventure,5pb,5pb. Games,,,,,,,2008-01-31, -/games/boxart/full_1676180JapanFrontccc.jpg,Yu-No,SAT,Adventure,Elf,Elf,,,,,,,1997-12-04, -/games/boxart/full_3852904JapanFrontccc.jpg,Yukawa Moto Senmu no Okatara Ikushi,DC,Adventure,Sega,Smilebit,,,,,,,1999-03-20, -/games/boxart/full_5173461JapanFrontccc.jpg,Yuki Katari,DC,Adventure,Takuyo,Takuyo,,,,,,,2002-12-26, -/games/boxart/full_yukiuta_732JapanFront.jpg,Yukiuta,PC,Adventure,Survive,Survive,,,,,,,2003-12-19, -/games/boxart/full_yume-nikki_211JapanFront.jpg,Yume Nikki,PC,Adventure,Unknown,Pride,,,,,,,2000-12-15, -/games/boxart/full_7363756JapanFrontccc.jpg,Yume no Tsubasa: Fate of Heart,DC,Adventure,KID,KID,,,,,,,2001-07-26, -/games/boxart/full_584428JapanFrontccc.jpg,Yumeria,PS2,Adventure,Namco,Namco,,,,,,,2003-04-24, -/games/boxart/full_727029JapanFrontccc.jpg,Yumimi Mix,SCD,Adventure,Game Arts,Game Arts,,,,,,,1993-01-29, -/games/boxart/full_493654JapanFrontccc.jpg,Yumimi Mix Remix,SAT,Adventure,Game Arts,Game Arts,,,,,,,1995-07-28, -/games/boxart/default.jpg,Yuuin no Toriko,PC,Adventure,Black Package,Black Package,,,,,,,1999-10-22, -/games/boxart/default.jpg,Yuukyou Gangu Rebirth,PC,Adventure,Nigred,Nigred,,,,,,,2005-02-25, -/games/boxart/6700389ccc.jpg,Zak McKracken and the Alien Mindbenders,PC,Adventure,LucasArts,Lucasfilm Games,,,,,,,1988-01-01, -/games/boxart/default.jpg,Zeccho Spiral!!,PC,Adventure,Unknown,ALL-TiME,,,,,,,2011-08-05, -/games/boxart/full_2617693AmericaFrontccc.jpg,Zelda II: The Adventure of Link,VC,Adventure,Nintendo,Nintendo EAD,,,,,,,2007-06-04, -/games/boxart/full_8654708AmericaFrontccc.jpg,Zero Escape The Nonary Games,PC,Adventure,Aksys Games,Spike Chunsoft,,,,,,,2017-03-24,2018-09-19 -/games/boxart/full_406662AmericaFrontccc.jpg,Zero Escape: Zero Time Dilemma,PC,Adventure,Aksys Games,Chime,,,,,,,2016-06-30,2018-07-03 -/games/boxart/6412324ccc.jpg,Zero One,GBA,Adventure,Fuuki,Fuuki,,,,,,,2003-04-24, -/games/boxart/5887530ccc.jpg,Zero One SP,GBA,Adventure,Fuuki,Fuuki,,,,,,,2004-04-29, -/games/boxart/full_1157754AmericaFrontccc.jpg,Zero Time Dilemma,3DS,Adventure,Aksys Games,Chime,,,,,,,2016-06-28,2018-07-26 -/games/boxart/8325073ccc.jpg,Zettai Zetsumei Den Chara Suji-San,GBA,Adventure,Kids Station,Kids Station,,,,,,,2004-07-16, -/games/boxart/full_zettai-zetsumei-toshi-4-summer-memories_843JapanFront.jpg,Zettai Zetsumei Toshi 4: Summer Memories,PS3,Adventure,Unknown,Irem Software Engineering,,,,,,,, -/games/boxart/full_2762274AmericaFrontccc.jpg,Zoda's Revenge: StarTropics II,VC,Adventure,Nintendo,Nintendo IRD,,,,,,,2008-12-29, -/games/boxart/8864631ccc.jpg,Zoda's Revenge: StarTropics II,NES,Adventure,Nintendo,Nintendo IRD,,,,,,,1994-03-01, -/games/boxart/5517818ccc.jpg,Zoey 101,GBA,Adventure,THQ,Barking Lizards,,,,,,,2007-03-02, -/games/boxart/full_4549750AmericaFrontccc.jpg,Zork: Grand Inquisitor,PC,Adventure,Activision,Activision,,,,,,,1997-10-31, -/games/boxart/full_6142484JapanFrontccc.jpg,Zwei Worter,PC,Adventure,Clock Up,Team DYO,,,,,,,2007-04-27, -/games/boxart/full_zyklus_307JapanFront.jpg,Zyklus,PC,Adventure,F&C,F&C,,,,,,,2003-04-30, -/games/boxart/full_summer-_139JapanFront.jpg,_summer ##,PS2,Adventure,GN Software,GN Software,,,,,,,2006-08-24, -/games/boxart/full_5504836AmericaFrontccc.jpg,The Dark Pictures: Man of Medan,XOne,Adventure,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-08-30,2019-04-12 -/games/boxart/full_7279815AmericaFrontccc.jpg,The Dark Pictures: Man of Medan,PC,Adventure,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-08-30,2019-04-12 -/games/boxart/full_4868826AmericaFrontccc.jpg,The Dark Pictures: Man of Medan,PS4,Adventure,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-08-30,2019-04-12 -/games/boxart/full_4351293AmericaFrontccc.jpg,The Infectious Madness of Doctor Dekker,XOne,Adventure,Wales Interactive Ltd.,D'Avekki Studios Limited,,,,,,,2018-06-05,2018-06-04 -/games/boxart/full_5759220AmericaFrontccc.jpg,The Infectious Madness of Doctor Dekker,PS4,Adventure,Wales Interactive Ltd.,D'Avekki Studios Limited,,,,,,,2018-06-05,2018-06-04 -/games/boxart/full_4541502AmericaFrontccc.png,The Infectious Madness of Doctor Dekker,NS,Adventure,Wales Interactive Ltd.,D'Avekki Studios Limited,,,,,,,2018-06-05,2018-06-04 -/games/boxart/full_7792700AmericaFrontccc.jpg,The Infectious Madness of Doctor Dekker,PC,Adventure,D'Avekki Studios Limited,D'Avekki Studios Limited,,,,,,,2018-05-19,2018-06-04 -/games/boxart/full_797929AmericaFrontccc.jpg,11-11 Memories Retold,PC,Adventure,Bandai Namco Entertainment,Aardman Animations,,,,,,,2018-11-08,2020-12-15 -/games/boxart/full_6052343AmericaFrontccc.jpg,12 Minutes,PC,Adventure,Annapurna Interactive,Luis Antonio,,,,,,,2020-12-01,2021-06-14 -/games/boxart/full_1044759AmericaFrontccc.jpg,12 Minutes,XOne,Adventure,Annapurna Interactive,Luis Antonio,,,,,,,2020-12-01,2021-06-14 -/games/boxart/full_6763932AmericaFrontccc.jpg,12 minutes,XS,Adventure,Unknown,Luis Antonio,,,,,,,,2021-06-14 -/games/boxart/full_2198856AmericaFrontccc.jpg,13 Sentinels: Aegis Rim,NS,Adventure,Sega,Vanillaware,,,,,,,2022-04-12,2022-11-28 -/games/boxart/full_9857811AmericaFrontccc.jpg,13 Sentinels: Aegis Rim,PC,Adventure,Unknown,Vanillaware,,,,,,,,2022-11-28 -/games/boxart/full_4386298AmericaFrontccc.jpg,2064: Read Only Memories,XOne,Adventure,MidBoss,MidBoss,,,,,,,2017-01-17,2019-04-13 -/games/boxart/full_4059664AmericaFrontccc.jpg,2064: Read Only Memories,Linux,Adventure,MidBoss,MidBoss,,,,,,,2015-10-06,2019-04-13 -/games/boxart/full_2791508AmericaFrontccc.jpg,2064: Read Only Memories,OSX,Adventure,MidBoss,MidBoss,,,,,,,2015-10-06,2019-04-13 -/games/boxart/full_9374563AmericaFrontccc.png,2064: Read Only Memories INTEGRAL,NS,Adventure,MidBoss,MidBoss,,,,,,,2018-07-26,2019-04-13 -/games/boxart/full_6440456AmericaFrontccc.jpg,3 out of 10: Season One,XS,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 -/games/boxart/full_892475AmericaFrontccc.jpg,3 out of 10: Season One,NS,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 -/games/boxart/full_8045422AmericaFrontccc.jpg,3 out of 10: Season One,PC,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 -/games/boxart/full_5784880AmericaFrontccc.jpg,3 out of 10: Season One,XOne,Adventure,Unknown,Terrible Posture Games,,,,,,,,2021-03-07 -/games/boxart/full_7736290AmericaFrontccc.png,39 Days to Mars,NS,Adventure,It's Anecdotal,It's Anecdotal,,,,,,,2019-05-16,2019-05-14 -/games/boxart/full_3267467AmericaFrontccc.jpg,39 Days to Mars,XOne,Adventure,It's Anecdotal,It's Anecdotal,,,,,,,2019-06-02,2019-05-14 -/games/boxart/full_896464AmericaFrontccc.jpg,39 Days to Mars,PC,Adventure,It's Anecdotal,It's Anecdotal,,,,,,,2018-04-25,2019-05-14 -/games/boxart/full_471563AmericaFrontccc.png,A Hole New World,NS,Adventure,Dolores Entertainment SL,Mad Gear Games,,,,,,,2018-03-01,2018-03-23 -/games/boxart/full_6067955AmericaFrontccc.jpg,A Memoir Blue,XOne,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 -/games/boxart/full_1176105AmericaFrontccc.jpg,A Memoir Blue,XS,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 -/games/boxart/full_9816568AmericaFrontccc.jpg,A Memoir Blue,NS,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 -/games/boxart/full_1128753AmericaFrontccc.jpg,A Memoir Blue,PC,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 -/games/boxart/full_8728942AmericaFrontccc.jpg,A Memoir Blue,PS4,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 -/games/boxart/full_5347773AmericaFrontccc.jpg,A Memoir Blue,PS5,Adventure,Unknown,Cloisters Interactive,,,,,,,,2022-03-31 -/games/boxart/default.jpg,A Shorr Hike,NS,Adventure,Unknown,Adamgryu,,,,,,,,2021-11-15 -/games/boxart/full_2891773AmericaFrontccc.jpg,A Space for the Unbound,XS,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 -/games/boxart/full_6008014AmericaFrontccc.jpg,A Space for the Unbound,NS,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 -/games/boxart/full_131017AmericaFrontccc.jpg,A Space for the Unbound,PC,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 -/games/boxart/full_4625779AmericaFrontccc.jpg,A Space for the Unbound,PS4,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 -/games/boxart/full_480231AmericaFrontccc.jpg,A Space for the Unbound,PS5,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 -/games/boxart/full_2396054AmericaFrontccc.jpg,A Space for the Unbound,XOne,Adventure,Unknown,Mojiken Studio,,,,,,,,2023-03-22 -/games/boxart/full_1092217AmericaFrontccc.jpg,A Winter's Daydream,NS,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 -/games/boxart/full_9537804AmericaFrontccc.jpg,A Winter's Daydream,PC,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 -/games/boxart/full_1589291AmericaFrontccc.jpg,A Winter's Daydream,PSV,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 -/games/boxart/full_4730865AmericaFrontccc.jpg,A Winter's Daydream,PS4,Adventure,Unknown,Evgeniy Kolpakov,,,,,,,,2019-10-06 -/games/boxart/default.jpg,abc,3DS,Adventure,Unknown,Atooi,,,,,,,,2018-01-03 -/games/boxart/default.jpg,Absolutely Unstoppable MineRun,WiiU,Adventure,Unknown,Shy Egg,,,,,,,,2020-08-19 -/games/boxart/full_7104911AmericaFrontccc.png,ABZU,NS,Adventure,505 Games,Giant Squid Studios,,,,,,,2018-11-29,2019-04-21 -/games/boxart/full_4058161AmericaFrontccc.jpg,Adios,PC,Adventure,Unknown,Mischief,,,,,,,,2021-04-18 -/games/boxart/full_2029713AmericaFrontccc.jpg,Adios,XOne,Adventure,Unknown,Mischief,,,,,,,,2021-04-18 -/games/boxart/full_5415083AmericaFrontccc.png,AeternoBlade,3DS,Adventure,"Corecell Technology Co.,Ltd.","Corecell Technology Co.,Ltd.",,,,,,,2014-02-18,2018-04-14 -/games/boxart/full_1971718AmericaFrontccc.png,AeternoBlade,NS,Adventure,"Corecell Technology Co.,Ltd.","Corecell Technology Co.,Ltd.",,,,,,,2018-02-01,2018-02-04 -/games/boxart/full_7333928AmericaFrontccc.jpg,After Us,XS,Adventure,Unknown,Piccolo,,,,,,,,2022-12-09 -/games/boxart/full_8499923AmericaFrontccc.jpg,After Us,PC,Adventure,Unknown,Piccolo,,,,,,,,2022-12-09 -/games/boxart/full_8578278AmericaFrontccc.jpg,After Us,PS5,Adventure,Unknown,Piccolo,,,,,,,,2022-12-09 -/games/boxart/full_9941477AmericaFrontccc.jpg,Afterparty,NS,Adventure,Night School Studio,Night School Studio,,,,,,,2020-12-30,2018-11-12 -/games/boxart/full_3428926AmericaFrontccc.jpg,Afterparty,XOne,Adventure,Unknown,Night School Studio,,,,,,,,2019-11-18 -/games/boxart/full_8143197AmericaFrontccc.jpg,AI: The Somnium Files,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-09-17,2019-04-06 -/games/boxart/full_687039AmericaFrontccc.jpg,AI: The Somnium Files,NS,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-09-17,2020-05-11 -/games/boxart/full_8508300AmericaFrontccc.jpg,AI: The Somnium Files,PS4,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-09-17,2019-04-06 -/games/boxart/full_3085761AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,NS,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2022-06-24,2022-12-08 -/games/boxart/full_3426327AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,PC,Adventure,Unknown,Spike Chunsoft,,,,,,,,2022-05-26 -/games/boxart/full_1349534AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,PS4,Adventure,Unknown,Spike Chunsoft,,,,,,,,2022-12-08 -/games/boxart/full_3689586AmericaFrontccc.jpg,AI: The Somnium Files - nirvanA Initiative,XOne,Adventure,Unknown,Spike Chunsoft,,,,,,,,2022-05-26 -/games/boxart/full_9670099AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,XOne,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 -/games/boxart/full_6203697AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,XS,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 -/games/boxart/full_1582582AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,NS,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 -/games/boxart/full_2050638AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,PC,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 -/games/boxart/full_6872814AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,PS4,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 -/games/boxart/full_5353083AmericaFrontccc.jpg,Alfred Hitchcock – Vertigo,PS5,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-08-26 -/games/boxart/default.jpg,Amnesia: Collection,PC,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 -/games/boxart/default.jpg,Amnesia: Collection,XOne,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 -/games/boxart/default.jpg,Amnesia: Collection,PS4,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 -/games/boxart/default.jpg,Amnesia: Collection,NS,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 -/games/boxart/default.jpg,Amnesia: Collection,Linux,Adventure,Unknown,Frictional Games,,,,,,,,2021-11-06 -/games/boxart/full_6521118AmericaFrontccc.jpg,Amnesia: Rebirth,PS4,Adventure,Frictional Games,Frictional Games,,,,,,,2020-10-20,2020-03-07 -/games/boxart/full_2345453AmericaFrontccc.jpg,Amnesia: Rebirth,PC,Adventure,Frictional Games,Frictional Games,,,,,,,2020-10-20,2020-03-07 -/games/boxart/full_372234AmericaFrontccc.jpg,Amnesia: Rebirth,PS5,Adventure,Unknown,Frictional Games,,,,,,,,2021-04-30 -/games/boxart/full_4775220AmericaFrontccc.jpg,Among The Sleep,XOne,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2016-06-03,2019-05-19 -/games/boxart/full_1433437AmericaFrontccc.jpg,Among The Sleep,PS4,Adventure,Soedesco,Krillbite Studio,,,,,,,2016-08-16,2018-11-23 -/games/boxart/full_5676949AmericaFrontccc.jpg,Among The Sleep,Linux,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-05-29,2019-05-19 -/games/boxart/full_3878642AmericaFrontccc.jpg,Among Trees,PC,Adventure,FJRD Interactive,FJRD Interactive,,,,,,,2019-01-01,2018-12-06 -/games/boxart/full_3290026AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,XOne,Adventure,Private Division,Panache Digital Games,,,,,,,2019-12-07,2019-04-09 -/games/boxart/full_6142144AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,PS4,Adventure,Private Division,Panache Digital Games,,,,,,,2019-12-07,2019-04-09 -/games/boxart/full_9538796AmericaFrontccc.jpg,Ancestors: The Humankind Odyssey,PC,Adventure,Private Division,Panache Digital Games,,,,,,,2019-08-27,2019-04-09 -/games/boxart/default.jpg,Angels of Death,PC,Adventure,Unknown,Stardust KRNKRN,,,,,,,,2018-07-08 -/games/boxart/full_7065288AmericaFrontccc.png,Angels of Death,NS,Adventure,Active Gaming Media,Stardust KRNKRN,,,,,,,2018-06-28,2018-07-08 -/games/boxart/default.jpg,Anna‘s Quest,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2015-07-02,2018-01-05 -/games/boxart/full_459346PALFrontccc.jpg,Another Code: Recollection,NS,Adventure,Unknown,Cing,,,,,,,,2024-01-27 -/games/boxart/full_4517308AmericaFrontccc.jpg,Antenna,PC,Adventure,LWNA,LWNA,,,,,,,2016-04-08,2019-04-22 -/games/boxart/full_5083994AmericaFrontccc.jpg,Antventor,PC,Adventure,LoopyMood,LoopyMood,,,,,,,2018-05-17,2018-06-07 -/games/boxart/full_6333390AmericaFrontccc.png,Apocalypse,PC,Adventure,Unknown,Future Tech,,,,,,,,2019-08-05 -/games/boxart/full_7231267AmericaFrontccc.png,Apocalypse,PS4,Adventure,Unknown,Future Tech,,,,,,,,2019-08-05 -/games/boxart/full_1064588AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,NS,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_2847250AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,PC,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_2122112AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,PS4,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_2263894AmericaFrontccc.jpg,Apollo Justice: Ace Attorney Trilogy,XOne,Adventure,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_57714AmericaFrontccc.jpg,Appointment with F.E.A.R.,PC,Adventure,Tin Man Games,Tin Man Games,,,,,,,2014-08-27,2018-08-18 -/games/boxart/full_9337128AmericaFrontccc.jpg,ARK Park,PC,Adventure,Snail Games USA,Snail Games USA,,,,,,,2018-03-22,2018-08-03 -/games/boxart/full_8506872AmericaFrontccc.png,As Dusk Falls,PC,Adventure,Xbox Game Studios,Interior/Night,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_161377AmericaFrontccc.png,As Dusk Falls,XS,Adventure,Xbox Game Studios,Interior/Night,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_9015378AmericaFrontccc.jpg,Avarice: The Final Saga (OS/2 Warp),PC,Adventure,Stardock,Continuous Software Systems,,,,,,,1996-01-01,2018-03-31 -/games/boxart/default.jpg,Baba is You,NS,Adventure,Unknown,Unknown,,,,,,,,2019-03-07 -/games/boxart/full_4942043AmericaFrontccc.jpg,Backfirewall_,PC,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 -/games/boxart/full_2062588AmericaFrontccc.jpg,Backfirewall_,PS4,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 -/games/boxart/full_3727942AmericaFrontccc.jpg,Backfirewall_,PS5,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 -/games/boxart/full_841473AmericaFrontccc.jpg,Backfirewall_,XOne,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 -/games/boxart/full_8521865AmericaFrontccc.jpg,Backfirewall_,XS,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 -/games/boxart/full_3176292AmericaFrontccc.jpg,Backfirewall_,NS,Adventure,Unknown,Naraven Games,,,,,,,,2023-03-22 -/games/boxart/full_8976884AmericaFrontccc.jpg,Bahnsen Knights,XOne,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 -/games/boxart/full_366946AmericaFrontccc.jpg,Bahnsen Knights,XS,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 -/games/boxart/full_4195577AmericaFrontccc.jpg,Bahnsen Knights,NS,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 -/games/boxart/full_7787262AmericaFrontccc.jpg,Bahnsen Knights,PC,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 -/games/boxart/full_1406457AmericaFrontccc.jpg,Bahnsen Knights,PS4,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 -/games/boxart/full_1817616AmericaFrontccc.jpg,Bahnsen Knights,PS5,Adventure,Unknown,LCB Game Studio,,,,,,,,2023-12-14 -/games/boxart/default.jpg,Batman: The Telltale Series,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 -/games/boxart/default.jpg,Batman: The Telltale Series,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 -/games/boxart/default.jpg,Batman: The Telltale Series,X360,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 -/games/boxart/default.jpg,Batman: The Telltale Series,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2024-01-24 -/games/boxart/full_9347459AmericaFrontccc.jpg,Bear and Breakfast,NS,Adventure,Unknown,Armor Games,,,,,,,,2020-10-16 -/games/boxart/full_2976118AmericaFrontccc.jpg,Bear and Breakfast,PC,Adventure,Unknown,Armor Games,,,,,,,,2020-10-16 -/games/boxart/full_9729403AmericaFrontccc.jpg,Beasts of Maravilla Island,PS4,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 -/games/boxart/full_5649436AmericaFrontccc.jpg,Beasts of Maravilla Island,XOne,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 -/games/boxart/full_6522467AmericaFrontccc.jpg,Beasts of Maravilla Island,NS,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 -/games/boxart/full_6704881AmericaFrontccc.jpg,Beasts of Maravilla Island,PC,Adventure,Unknown,Banana Bird Studios,,,,,,,,2021-08-05 -/games/boxart/full_537582AmericaFrontccc.jpg,Before Your Eyes,PC,Adventure,Unknown,GoodbyeWorld Games,,,,,,,,2023-02-02 -/games/boxart/full_1501442AmericaFrontccc.jpg,Before Your Eyes,PS5,Adventure,Unknown,GoodbyeWorld Games,,,,,,,,2023-02-02 -/games/boxart/full_3109414AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,PS4,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 -/games/boxart/full_7926337AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,PS5,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 -/games/boxart/full_1489118AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,XOne,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 -/games/boxart/full_6797432AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,XS,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 -/games/boxart/full_1265179AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,NS,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 -/games/boxart/full_7110339AmericaFrontccc.jpg,Behind Closed Doors: A Developer's Tale,PC,Adventure,Unknown,PEW Games,,,,,,,,2022-06-18 -/games/boxart/full_8257704AmericaFrontccc.jpg,Behind the Frame: The Finest Scenery,PC,Adventure,Unknown,Silver Lining Studio,,,,,,,,2021-06-13 -/games/boxart/full_440660AmericaFrontccc.jpg,Beholder 2,NS,Adventure,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2019-08-15,2022-07-11 -/games/boxart/full_3032566AmericaFrontccc.png,Beyond a Steel Sky,PS4,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 -/games/boxart/full_7959958AmericaFrontccc.png,Beyond a Steel Sky,PS5,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 -/games/boxart/full_8690663AmericaFrontccc.png,Beyond a Steel Sky,XOne,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 -/games/boxart/full_1368622AmericaFrontccc.png,Beyond a Steel Sky,XS,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 -/games/boxart/full_1767771AmericaFrontccc.png,Beyond a Steel Sky,NS,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 -/games/boxart/full_6144365AmericaFrontccc.png,Beyond a Steel Sky,PC,Adventure,Unknown,Revolution Software,,,,,,,,2021-09-01 -/games/boxart/full_6122268AmericaFrontccc.jpg,Beyond: Two Souls,PC,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2019-07-22,2019-05-24 -/games/boxart/full_9364804AmericaFrontccc.jpg,Beyond: Two Souls,PS4,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2015-11-24,2018-05-23 -/games/boxart/full_2602351AmericaFrontccc.jpg,Big Walk,PC,Adventure,Unknown,House House,,,,,,,,2023-12-08 -/games/boxart/full_6719322AmericaFrontccc.jpg,Black Book,NS,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 -/games/boxart/full_3698423AmericaFrontccc.jpg,Black Book,PC,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 -/games/boxart/full_3151138AmericaFrontccc.jpg,Black Book,PS4,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 -/games/boxart/full_5121949AmericaFrontccc.jpg,Black Book,XOne,Adventure,HypeTrain Digital,Morteshka,,,,,,,2020-12-01,2020-01-16 -/games/boxart/default.jpg,Blacksad,PC,Adventure,Unknown,Pendulo Studios,,,,,,,,2018-01-05 -/games/boxart/full_2722663PALFrontccc.jpg,Blackwood Crossing,PS4,Adventure,Vision Games,PaperSeven,,,,,,,2017-04-04,2018-05-22 -/games/boxart/full_4525428AmericaFrontccc.jpg,Blair Witch,PC,Adventure,Microsoft Game Studios,Bloober Team,,,,,,,2019-08-30,2019-07-08 -/games/boxart/full_3355830AmericaFrontccc.jpg,Blair Witch,XOne,Adventure,Microsoft Game Studios,Bloober Team,,,,,,,2019-08-30,2019-07-08 -/games/boxart/default.jpg,Blair Witch,NS,Adventure,Unknown,Bloober Team,,,,,,,,2020-08-07 -/games/boxart/full_8413072AmericaFrontccc.png,Blossom Tales: The Sleeping King,NS,Adventure,FDG Entertainment,Castle Pixel,,,,,,,2017-12-21,2018-01-13 -/games/boxart/full_2639265AmericaFrontccc.jpg,Bluey: The Videogame,PS5,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 -/games/boxart/full_161508AmericaFrontccc.jpg,Bluey: The Videogame,XOne,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 -/games/boxart/full_3910960AmericaFrontccc.jpg,Bluey: The Videogame,XS,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 -/games/boxart/full_314592AmericaFrontccc.jpg,Bluey: The Videogame,NS,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 -/games/boxart/full_9926800AmericaFrontccc.jpg,Bluey: The Videogame,PC,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 -/games/boxart/full_3233088AmericaFrontccc.jpg,Bluey: The Videogame,PS4,Adventure,Unknown,Artax Games SL,,,,,,,,2023-11-06 -/games/boxart/full_7135619AmericaFrontccc.png,Bokuhime Project,NS,Adventure,Nippon Ichi Software,Wizard Soft,,,,,,,2020-04-23,2020-02-13 -/games/boxart/full_7390367AmericaFrontccc.png,Bokuhime Project,PS4,Adventure,Nippon Ichi Software,Wizard Soft,,,,,,,2020-04-23,2020-02-13 -/games/boxart/full_1833949AmericaFrontccc.jpg,Boy Loves Girl,iOS,Adventure,Unknown,Grubby Hands,,,,,,,,2022-08-10 -/games/boxart/default.jpg,Bramble: The Mountain King,PC,Adventure,Unknown,Dimfrost Studio,,,,,,,,2021-06-12 -/games/boxart/full_1490635AmericaFrontccc.jpg,Breathing Fear,NS,Adventure,Qubic Games,Drageus Games / QubicGames S.A.,,,,,,,2019-12-06,2020-03-17 -/games/boxart/full_4195989AmericaFrontccc.jpeg,BROK the InvestiGator,PS4,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 -/games/boxart/full_5707785AmericaFrontccc.jpeg,BROK the InvestiGator,PS5,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 -/games/boxart/full_9873488AmericaFrontccc.jpeg,BROK the InvestiGator,XOne,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 -/games/boxart/full_6764052AmericaFrontccc.jpeg,BROK the InvestiGator,NS,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 -/games/boxart/full_749686AmericaFrontccc.jpeg,BROK the InvestiGator,PC,Adventure,Unknown,COWCAT Games,,,,,,,,2023-02-20 -/games/boxart/full_5256280AmericaFrontccc.jpg,Broken Delusion,NS,Adventure,bilibili,Zhaijidian,,,,,,,2019-12-01,2019-08-05 -/games/boxart/full_5012528AmericaFrontccc.jpg,Broken Delusion,PC,Adventure,bilibili,Zhaijidian,,,,,,,2019-12-01,2019-08-05 -/games/boxart/full_1866779AmericaFrontccc.jpg,Broken Delusion,PS4,Adventure,bilibili,Zhaijidian,,,,,,,2019-12-01,2019-08-05 -/games/boxart/full_6158676AmericaFrontccc.jpg,Broken Pieces,PC,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 -/games/boxart/full_7940713AmericaFrontccc.jpg,Broken Pieces,PS4,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 -/games/boxart/full_2113088AmericaFrontccc.jpg,Broken Pieces,PS5,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 -/games/boxart/full_4439474AmericaFrontccc.jpg,Broken Pieces,XOne,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 -/games/boxart/full_2333689AmericaFrontccc.jpg,Broken Pieces,XS,Adventure,Unknown,Elseware Experience,,,,,,,,2021-06-13 -/games/boxart/full_7239989AmericaFrontccc.jpg,Broken Sword 5: The Serpent's Curse,NS,Adventure,Revolution Software,Revolution Software,,,,,,,2018-09-21,2018-08-13 -/games/boxart/full_2501588AmericaFrontccc.jpg,Brothers: A Tale of Two Sons,NS,Adventure,505 Games,Starbreeze Studios,,,,,,,2019-05-28,2019-05-24 -/games/boxart/full_5392205AmericaFrontccc.jpg,Brothers: A Tale of Two Sons Remake,PS5,Adventure,Unknown,Avantgarden SRL,,,,,,,,2023-12-07 -/games/boxart/full_3389892AmericaFrontccc.jpg,Brothers: A Tale of Two Sons Remake,XS,Adventure,Unknown,Avantgarden SRL,,,,,,,,2023-12-07 -/games/boxart/full_4081979AmericaFrontccc.jpg,Brothers: A Tale of Two Sons Remake,PC,Adventure,Unknown,Avantgarden SRL,,,,,,,,2023-12-07 -/games/boxart/full_5880334AmericaFrontccc.jpg,Bugsnax,PS5,Adventure,Young Horses,Young Horses,,,,,,,2020-12-01,2020-06-13 -/games/boxart/full_2205499AmericaFrontccc.jpg,Bugsnax,XS,Adventure,Unknown,Young Horses,,,,,,,,2022-05-06 -/games/boxart/full_3385155AmericaFrontccc.jpg,Bugsnax,XOne,Adventure,Unknown,Young Horses,,,,,,,,2022-05-06 -/games/boxart/full_1514779AmericaFrontccc.jpg,Bugsnax,PC,Adventure,Young Horses,Young Horses,,,,,,,2020-12-01,2020-06-13 -/games/boxart/full_684504AmericaFrontccc.jpg,Bugsnax,PS4,Adventure,Young Horses,Young Horses,,,,,,,2020-12-01,2020-06-13 -/games/boxart/full_685027AmericaFrontccc.jpg,Bugsnax,NS,Adventure,Unknown,Young Horses,,,,,,,,2022-05-06 -/games/boxart/full_333168AmericaFrontccc.png,Bulb Boy,NS,Adventure,Bulbware,Bulbware,,,,,,,2017-07-06,2018-02-04 -/games/boxart/full_1782329AmericaFrontccc.jpg,Burn Cycle,CDi,Adventure,Philips Interactive Media,TripMedia,,,,,,,1994-01-01,2018-07-06 -/games/boxart/full_3443152AmericaFrontccc.jpg,Button City,PC,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 -/games/boxart/full_6927823AmericaFrontccc.jpg,Button City,PS4,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 -/games/boxart/full_8653324AmericaFrontccc.jpg,Button City,PS5,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 -/games/boxart/full_5077093AmericaFrontccc.jpg,Button City,XS,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 -/games/boxart/full_8036885AmericaFrontccc.jpg,Button City,XOne,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 -/games/boxart/full_9870077AmericaFrontccc.jpg,Button City,NS,Adventure,Unknown,Subliminal,,,,,,,,2021-06-13 -/games/boxart/full_1282503AmericaFrontccc.jpg,Call of the Sea,PC,Adventure,Raw Fury,Out of the Blue,,,,,,,2020-12-01,2020-05-07 -/games/boxart/full_5487848AmericaFrontccc.jpg,Call of the Sea,XOne,Adventure,Raw Fury,Out of the Blue,,,,,,,2020-12-01,2020-05-07 -/games/boxart/full_2403119AmericaFrontccc.jpg,Call of the Sea,XS,Adventure,Raw Fury,Out of the Blue,,,,,,,2020-12-01,2020-05-07 -/games/boxart/full_1822193AmericaFrontccc.jpg,Card Shark,PC,Adventure,Unknown,Nerial,,,,,,,,2022-05-31 -/games/boxart/full_677834AmericaFrontccc.jpg,Card Shark,NS,Adventure,Unknown,Nerial,,,,,,,,2022-05-31 -/games/boxart/full_295325AmericaFrontccc.jpg,Chants of Sennaar,PS4,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 -/games/boxart/full_3525543AmericaFrontccc.jpg,Chants of Sennaar,XOne,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 -/games/boxart/full_7668924AmericaFrontccc.jpg,Chants of Sennaar,XS,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 -/games/boxart/full_3204649AmericaFrontccc.jpg,Chants of Sennaar,NS,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 -/games/boxart/full_8661678AmericaFrontccc.jpg,Chants of Sennaar,PC,Adventure,Unknown,Rundisc,,,,,,,,2023-10-06 -/games/boxart/full_4102992PALFrontccc.jpg,Chaos on Deponia,PS4,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2017-12-06,2018-09-21 -/games/boxart/full_5957351AmericaFrontccc.jpg,Chasing Static,XOne,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 -/games/boxart/full_3096139AmericaFrontccc.jpg,Chasing Static,XS,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 -/games/boxart/full_4729787AmericaFrontccc.jpg,Chasing Static,NS,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 -/games/boxart/full_5134061AmericaFrontccc.jpg,Chasing Static,PC,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 -/games/boxart/full_8944473AmericaFrontccc.jpg,Chasing Static,PS4,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 -/games/boxart/full_4220595AmericaFrontccc.jpg,Chasing Static,PS5,Adventure,Unknown,Headware Games,,,,,,,,2023-02-01 -/games/boxart/full_7133427AmericaFrontccc.jpg,Chicory: A Colorful Tale,PC,Adventure,Unknown,Greg Lobanov,,,,,,,,2021-07-30 -/games/boxart/full_3868215AmericaFrontccc.jpg,Chicory: A Colorful Tale,PS4,Adventure,Unknown,Greg Lobanov,,,,,,,,2021-07-30 -/games/boxart/full_656820AmericaFrontccc.jpg,Chicory: A Colorful Tale,PS5,Adventure,Unknown,Greg Lobanov,,,,,,,,2021-07-30 -/games/boxart/full_8022831AmericaFrontccc.jpg,Children of Silentown,PS4,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 -/games/boxart/full_9155542AmericaFrontccc.jpg,Children of Silentown,PS5,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 -/games/boxart/full_3732485AmericaFrontccc.jpg,Children of Silentown,XOne,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 -/games/boxart/full_920055AmericaFrontccc.jpg,Children of Silentown,XS,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 -/games/boxart/full_4664705AmericaFrontccc.jpg,Children of Silentown,NS,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 -/games/boxart/full_6117629AmericaFrontccc.jpg,Children of Silentown,PC,Adventure,Unknown,Elf Games,,,,,,,,2023-02-13 -/games/boxart/full_5624445AmericaFrontccc.jpg,Chorus: Rise as One,PC,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 -/games/boxart/full_8308576AmericaFrontccc.jpg,Chorus: Rise as One,PS5,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 -/games/boxart/full_9446405AmericaFrontccc.jpg,Chorus: Rise as One,PS4,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 -/games/boxart/full_528516AmericaFrontccc.jpg,Chorus: Rise as One,XOne,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 -/games/boxart/full_1991904AmericaFrontccc.jpg,Chorus: Rise as One,XS,Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2020-05-07 -/games/boxart/full_1970230AmericaFrontccc.jpg,Cions of Vega,XS,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 -/games/boxart/full_8112794AmericaFrontccc.jpg,Cions of Vega,PC,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 -/games/boxart/full_7301201AmericaFrontccc.jpg,Cions of Vega,PS4,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 -/games/boxart/full_3072234AmericaFrontccc.jpg,Cions of Vega,PS5,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 -/games/boxart/full_302452AmericaFrontccc.jpg,Cions of Vega,XOne,Adventure,Unknown,Tonguç Bodur,,,,,,,,2023-04-06 -/games/boxart/full_501503AmericaFrontccc.jpg,Citizen Sleeper,NS,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 -/games/boxart/full_925002AmericaFrontccc.jpg,Citizen Sleeper,PC,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 -/games/boxart/full_2088760AmericaFrontccc.jpg,Citizen Sleeper,XOne,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 -/games/boxart/full_8380796AmericaFrontccc.jpg,Citizen Sleeper,XS,Adventure,Unknown,Jump Over The Age,,,,,,,,2022-05-16 -/games/boxart/full_1258774AmericaFrontccc.jpg,Close to the Sun,XOne,Adventure,Wired Productions,Storm in a Teacup,,,,,,,2019-12-01,2019-05-19 -/games/boxart/full_2601514AmericaFrontccc.jpg,Close to the Sun,PC,Adventure,Wired Productions,Storm in a Teacup,,,,,,,2019-05-02,2019-05-19 -/games/boxart/full_3226755AmericaFrontccc.jpg,Close to the Sun,PS4,Adventure,Wired Productions,Storm in a Teacup,,,,,,,2019-12-01,2019-05-19 -/games/boxart/full_869575AmericaFrontccc.jpg,Cloudpunk,NS,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-10-15,2020-09-07 -/games/boxart/full_5148422AmericaFrontccc.jpg,Cloudpunk,PC,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-04-23,2020-09-07 -/games/boxart/full_1180997AmericaFrontccc.jpg,Cloudpunk,PS4,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-10-15,2020-09-07 -/games/boxart/full_5840231AmericaFrontccc.jpg,Cloudpunk,XOne,Adventure,Maple Whispering Limited,Ion Lands,,,,,,,2020-10-15,2020-09-07 -/games/boxart/full_4132617AmericaFrontccc.jpg,Cocoon,PS5,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 -/games/boxart/full_8591714AmericaFrontccc.jpg,Cocoon,XOne,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 -/games/boxart/full_2134664AmericaFrontccc.jpg,Cocoon,XS,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 -/games/boxart/full_8364699AmericaFrontccc.jpg,Cocoon,NS,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 -/games/boxart/full_1796506AmericaFrontccc.jpg,Cocoon,PC,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 -/games/boxart/full_342675AmericaFrontccc.jpg,Cocoon,PS4,Adventure,Unknown,Geometric Interactive,,,,,,,,2023-08-01 -/games/boxart/full_2641428AmericaFrontccc.jpg,Coloropus,PC,Adventure,Unknown,Big Fish Games,,,,,,,,2022-08-07 -/games/boxart/full_4849536AmericaFrontccc.png,Contraband,PC,Adventure,Unknown,Avalanche Studios,,,,,,,,2021-06-13 -/games/boxart/full_132679AmericaFrontccc.png,Contraband,XS,Adventure,Unknown,Avalanche Studios,,,,,,,,2021-06-13 -/games/boxart/full_781618AmericaFrontccc.jpg,Control,PC,Adventure,505 Games,Remedy,,,,,,,2019-08-27,2019-05-26 -/games/boxart/full_1969561PALFrontccc.jpg,Control,PS4,Adventure,505 Games,Remedy,,,,,,,2019-08-27,2019-05-26 -/games/boxart/full_6245179PALFrontccc.jpg,Control,XOne,Adventure,505 Games,Remedy,,,,,,,2019-08-27,2019-05-26 -/games/boxart/full_5374129AmericaFrontccc.jpg,Corpse Party: Blood Drive,PSV,Adventure,Xseed Games,Team GrisGris,,,,,,,2015-10-13,2018-03-31 -/games/boxart/full_3441664AmericaFrontccc.jpg,Corpse Party: Blood Drive,PC,Adventure,Xseed Games,MAGES. Inc.,,,,,,,2019-10-10,2019-10-07 -/games/boxart/full_6524705AmericaFrontccc.jpg,Corpse Party: Blood Drive,NS,Adventure,Xseed Games,MAGES. Inc.,,,,,,,2019-10-10,2019-10-07 -/games/boxart/full_5120352AmericaFrontccc.jpg,Cosmonious High,PS5,Adventure,Unknown,Owlchemy Labs,,,,,,,,2023-01-22 -/games/boxart/full_1733601AmericaFrontccc.jpg,Cosmonious High,PC,Adventure,Unknown,Owlchemy Labs,,,,,,,,2022-11-20 -/games/boxart/full_9087902AmericaFrontccc.jpg,Danganronpa V3: Killing Harmony,PC,Adventure,Spike Chunsoft,Spike Chunsoft,,,,,,,2017-09-26,2018-12-17 -/games/boxart/full_5743375JapanFrontccc.jpg,Darius: Cozmic Collection,NS,Adventure,Taito,Taito,,,,,,,2019-02-28,2019-02-24 -/games/boxart/full_5695909AmericaFrontccc.jpg,Datura,PS3,Adventure,Unknown,Plastic,,,,,,,,2022-08-11 -/games/boxart/full_3977554AmericaFrontccc.png,Dead Synchronicity: Tomorrow Comes Today,NS,Adventure,Badland Studio,Fictiorama Studios,,,,,,,2017-11-21,2018-03-11 -/games/boxart/full_7550427AmericaFrontccc.jpeg,Death Come True,PS4,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-10-15,2019-12-17 -/games/boxart/full_342336AmericaFrontccc.jpeg,Death Come True,iOS,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-06-25,2019-12-17 -/games/boxart/full_5984891AmericaFrontccc.jpeg,Death Come True,PC,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-07-17,2019-12-17 -/games/boxart/full_8819391AmericaFrontccc.jpeg,Death Come True,NS,Adventure,Izanagi Games,Too Kyo Games,,,,,,,2020-06-25,2019-12-17 -/games/boxart/full_4512822AmericaFrontccc.jpg,Death March Club,PC,Adventure,Too Kyo Games,Too Kyo Games,,,,,,,2020-12-01,2019-06-18 -/games/boxart/full_6230345AmericaFrontccc.jpg,Death Stranding 2,PS5,Adventure,Unknown,Kojima Productions,,,,,,,,2022-12-09 -/games/boxart/full_8177103AmericaFrontccc.jpg,Deliver Us Mars,XOne,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 -/games/boxart/full_7987142AmericaFrontccc.jpg,Deliver Us Mars,XS,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 -/games/boxart/full_4650893AmericaFrontccc.jpg,Deliver Us Mars,PC,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 -/games/boxart/full_4813679AmericaFrontccc.jpg,Deliver Us Mars,PS4,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 -/games/boxart/full_5552747AmericaFrontccc.jpg,Deliver Us Mars,PS5,Adventure,Unknown,KeokeN Interactive,,,,,,,,2022-08-02 -/games/boxart/full_4464566AmericaFrontccc.jpg,Deliver Us The Moon,PC,Adventure,Unknown,KeokeN Interactive,,,,,,,,2019-10-27 -/games/boxart/full_9706159AmericaFrontccc.jpg,Deliver Us The Moon,PS4,Adventure,Unknown,KeokeN Interactive,,,,,,,,2019-10-27 -/games/boxart/full_2906201AmericaFrontccc.jpg,Deliver Us The Moon,XOne,Adventure,Unknown,KeokeN Interactive,,,,,,,,2019-10-27 -/games/boxart/full_118683AmericaFrontccc.png,DELTARUNE,NS,Adventure,8-4,Toby Fox,,,,,,,2019-02-28,2019-02-13 -/games/boxart/full_4268533AmericaFrontccc.png,DELTARUNE,PC,Adventure,Toby Fox,Toby Fox,,,,,,,2018-10-31,2019-02-13 -/games/boxart/full_4048956AmericaFrontccc.png,DELTARUNE,PS4,Adventure,8-4,Toby Fox,,,,,,,2019-02-28,2019-02-13 -/games/boxart/full_4741644AmericaFrontccc.jpg,Detective Grimoire,Linux,Adventure,SFB Games,SFB Games,,,,,,,2014-08-18,2018-08-10 -/games/boxart/full_2859314AmericaFrontccc.jpg,Detective Pikachu,Series,Adventure,Nintendo,Creatures,,,,,,,2018-03-23,2023-06-21 -/games/boxart/full_8693732AmericaFrontccc.png,Detective Pikachu Returns,NS,Adventure,Unknown,Game Freak,,,,,,,,2023-06-21 -/games/boxart/full_9140476AmericaFrontccc.png,Detention,NS,Adventure,Coconut Island Games,Red Candle Games,,,,,,,2018-03-01,2018-02-22 -/games/boxart/default.jpg,Dev Guy,PC,Adventure,Unknown,Daniel Jonathan Bourke,,,,,,,,2019-03-29 -/games/boxart/full_8068289AmericaFrontccc.png,Discovery,WiiU,Adventure,Unknown,noowanda,,,,,,,,2018-01-05 -/games/boxart/default.jpg,Discovery,Ouya,Adventure,Unknown,noowanda,,,,,,,,2018-01-05 -/games/boxart/full_2348324AmericaFrontccc.jpg,Disney Movies VR,OR,Adventure,Disney Online,Disney Online,,,,,,,2017-03-17,2021-10-27 -/games/boxart/full_1538241AmericaFrontccc.jpg,DISTRAINT: Deluxe Edition,PSV,Adventure,Unknown,Jesse Makkonen,,,,,,,,2019-09-26 -/games/boxart/full_5176202AmericaFrontccc.png,Don't Knock Twice,NS,Adventure,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2017-10-17,2018-02-03 -/games/boxart/full_4653528AmericaFrontccc.png,Donut County,PS4,Adventure,Annapurna Interactive,Ben Esposito,,,,,,,2018-08-28,2018-04-28 -/games/boxart/full_5537798JapanFrontccc.jpg,Doraemon: Nobita's Chronicle of the Moon Exploration,NS,Adventure,FuRyu Corporation,FuRyu,,,,,,,2019-02-28,2019-03-21 -/games/boxart/full_2990AmericaFrontccc.jpg,Dracula 4: The Shadow of the Dragon,All,Adventure,Anuman,Koalabs Studio,,,,,,,2013-06-18,2021-03-09 -/games/boxart/full_1675855AmericaFrontccc.jpg,Dracula 5: The Blood Legacy,All,Adventure,Anuman,Koalabs Studio,,,,,,,2013-11-02,2021-03-09 -/games/boxart/full_4269387AmericaFrontccc.png,DragoDino,NS,Adventure,Plug In Digital,Plug In Digital,,,,,,,2018-04-27,2018-03-23 -/games/boxart/full_6274459AmericaFrontccc.jpg,Draugen,XOne,Adventure,Unknown,Red Thread Games,,,,,,,,2020-03-16 -/games/boxart/full_4013274AmericaFrontccc.jpg,Draugen,PC,Adventure,Unknown,Red Thread Games,,,,,,,,2020-03-16 -/games/boxart/full_4869183AmericaFrontccc.jpg,Draugen,PS4,Adventure,Unknown,Red Thread Games,,,,,,,,2020-03-16 -/games/boxart/default.jpg,Draw a Stickman: EPIC 2,WiiU,Adventure,Unknown,Hitcents,,,,,,,,2018-03-15 -/games/boxart/full_4049489AmericaFrontccc.png,Draw a Stickman: EPIC 2,NS,Adventure,Hitcents,Hitcents,,,,,,,2018-01-11,2018-03-15 -/games/boxart/default.jpg,Draw a Stickman: EPIC 2,PC,Adventure,Hitcents,Hitcents,,,,,,,2015-11-06,2018-03-15 -/games/boxart/full_76232AmericaFrontccc.jpg,DREDGE,XS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 -/games/boxart/full_1070045AmericaFrontccc.jpg,DREDGE,NS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 -/games/boxart/full_9456177AmericaFrontccc.jpg,DREDGE,PC,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 -/games/boxart/full_8333661AmericaFrontccc.jpg,DREDGE,PS4,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 -/games/boxart/full_8154833AmericaFrontccc.jpg,DREDGE,PS5,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 -/games/boxart/full_45022AmericaFrontccc.jpg,DREDGE,XOne,Adventure,Unknown,Black Salt Games,,,,,,,,2023-03-30 -/games/boxart/full_9318567AmericaFrontccc.jpg,DREDGE - The Pale Reach,XS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 -/games/boxart/full_860152AmericaFrontccc.jpg,DREDGE - The Pale Reach,NS,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 -/games/boxart/full_5142514AmericaFrontccc.jpg,DREDGE - The Pale Reach,PC,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 -/games/boxart/full_5014703AmericaFrontccc.jpg,DREDGE - The Pale Reach,PS4,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 -/games/boxart/full_5516721AmericaFrontccc.jpg,DREDGE - The Pale Reach,PS5,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 -/games/boxart/full_4329411AmericaFrontccc.jpg,DREDGE - The Pale Reach,XOne,Adventure,Unknown,Black Salt Games,,,,,,,,2023-10-13 -/games/boxart/default.jpg,"Duke Grabowski, Mighty Swashbuckler",Linux,Adventure,Unknown,Venture Moon Games,,,,,,,,2018-01-06 -/games/boxart/full_8930381AmericaFrontccc.jpeg,"Duke Grabowski, Mighty Swashbuckler",PC,Adventure,Alliance Digital Media,Venture Moon Games,,,,,,,2016-10-06,2018-01-06 -/games/boxart/default.jpg,"Duke Grabowski, Mighty Swashbuckler",OSX,Adventure,Unknown,Venture Moon Games,,,,,,,,2018-01-06 -/games/boxart/full_4944209AmericaFrontccc.jpg,Dustborn,XS,Adventure,Red Thread Games,Red Thread Games,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_2417637AmericaFrontccc.jpg,Dustborn,PC,Adventure,Red Thread Games,Red Thread Games,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_3368304AmericaFrontccc.jpg,Dustborn,PS5,Adventure,Red Thread Games,Red Thread Games,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_2032630AmericaFrontccc.jpg,Eastward,PC,Adventure,Chucklefish,Pixpil,,,,,,,2020-12-30,2018-04-30 -/games/boxart/full_8840580AmericaFrontccc.jpg,Echo Generation,PC,Adventure,Cococucumber,Cococucumber,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_3638001AmericaFrontccc.jpg,Echo Generation,XS,Adventure,Cococucumber,Cococucumber,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_741250AmericaFrontccc.jpg,Echo Generation,XOne,Adventure,Cococucumber,Cococucumber,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_8666912AmericaFrontccc.jpg,EDENGATE: The Edge of Life,PS4,Adventure,Unknown,HOOK,,,,,,,,2022-12-01 -/games/boxart/full_3264954AmericaFrontccc.jpg,EDENGATE: The Edge of Life,XOne,Adventure,Unknown,HOOK,,,,,,,,2022-12-01 -/games/boxart/full_6140382AmericaFrontccc.jpg,EDENGATE: The Edge of Life,PC,Adventure,Unknown,HOOK,,,,,,,,2022-12-01 -/games/boxart/full_4642542AmericaFrontccc.png,Edna & Harvey: Harvey's New Eyes,All,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2011-08-26,2021-04-01 -/games/boxart/default.jpg,El Hijo,PC,Adventure,Unknown,HandyGames,,,,,,,,2019-06-10 -/games/boxart/full_5149029AmericaFrontccc.jpg,ELEA,PC,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 -/games/boxart/full_3857801AmericaFrontccc.jpg,ELEA,PS4,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 -/games/boxart/full_638887AmericaFrontccc.jpg,ELEA,XOne,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 -/games/boxart/full_1905542AmericaFrontccc.png,ELEA: Paradigm Shift,NS,Adventure,Unknown,Kyodai,,,,,,,,2020-01-29 -/games/boxart/full_2408158AmericaFrontccc.jpeg,Epistory,PC,Adventure,Unknown,Fishing Cactus,,,,,,,,2017-12-31 -/games/boxart/full_2608096AmericaFrontccc.jpg,Erica,PS4,Adventure,Sony Interactive Entertainment,Flavourworks,,,,,,,2019-08-19,2018-04-07 -/games/boxart/full_2699354AmericaFrontccc.png,Escape Trick: 35 Fateful Enigmas,NS,Adventure,D3 Publisher,D3 Publisher,,,,,,,2018-02-15,2018-03-12 -/games/boxart/full_4021187AmericaFrontccc.jpg,Evil Inside,PC,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 -/games/boxart/full_9061709AmericaFrontccc.jpg,Evil Inside,PS5,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 -/games/boxart/full_3387110AmericaFrontccc.jpg,Evil Inside,PS4,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 -/games/boxart/full_7629853AmericaFrontccc.jpg,Evil Inside,XS,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 -/games/boxart/full_9807842AmericaFrontccc.jpg,Evil Inside,XOne,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 -/games/boxart/full_6055406AmericaFrontccc.jpg,Evil Inside,NS,Adventure,Unknown,JanduSoft,,,,,,,,2021-04-22 -/games/boxart/full_8418860AmericaFrontccc.jpg,FAR: Changing Tides,PS5,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 -/games/boxart/full_4360507AmericaFrontccc.jpg,FAR: Changing Tides,PS4,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 -/games/boxart/full_9359441AmericaFrontccc.jpg,FAR: Changing Tides,XOne,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 -/games/boxart/full_7485643AmericaFrontccc.jpg,FAR: Changing Tides,NS,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 -/games/boxart/full_2418509AmericaFrontccc.jpg,FAR: Changing Tides,PC,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 -/games/boxart/full_8622760AmericaFrontccc.jpg,FAR: Changing Tides,XS,Adventure,Unknown,Okomotive,,,,,,,,2021-06-14 -/games/boxart/full_1538575AmericaFrontccc.jpg,FAR: Lone Sails,XOne,Adventure,Mixtvision,Okomotive,,,,,,,2019-04-02,2019-03-31 -/games/boxart/full_3406482AmericaFrontccc.jpg,FAR: Lone Sails,PS4,Adventure,Mixtvision,Okomotive,,,,,,,2019-04-02,2019-03-31 -/games/boxart/full_3504353AmericaFrontccc.jpg,FAR: Lone Sails,OSX,Adventure,Mixtvision,Okomotive,,,,,,,2018-05-17,2019-03-31 -/games/boxart/full_5099438AmericaFrontccc.jpg,FAR: Lone Sails,NS,Adventure,Mixtvision,Okomotive,,,,,,,2019-08-18,2019-08-09 -/games/boxart/full_6099285AmericaFrontccc.jpg,FAR: Lone Sails,PC,Adventure,Mixtvision,Okomotive,,,,,,,2018-05-17,2019-03-31 -/games/boxart/full_1118462AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,PS5,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 -/games/boxart/full_3154970AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,XOne,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 -/games/boxart/full_2896021AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,XS,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 -/games/boxart/full_8853938AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,NS,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 -/games/boxart/full_2779515AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,PC,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 -/games/boxart/full_3255784AmericaFrontccc.jpg,Fatal Frame: Mask of the Lunar Eclipse,PS4,Adventure,Unknown,Koei Tecmo Games,,,,,,,,2023-04-28 -/games/boxart/default.jpg,FATED: The Silent Oath,OR,Adventure,Unknown,Frima Studio,,,,,,,,2022-03-15 -/games/boxart/default.jpg,Fathom,Int,Adventure,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9263802AmericaFrontccc.png,Fe,NS,Adventure,EA Originals,Zoink Games,,,,,,,2018-02-16,2018-02-05 -/games/boxart/full_2603382AmericaFrontccc.jpeg,Finding Paradise,PC,Adventure,Freebird Games,Freebird Games,,,,,,,2017-12-14,2018-01-17 -/games/boxart/full_9456397AmericaFrontccc.png,Firewatch,NS,Adventure,Campo Santo,Campo Santo,,,,,,,2018-12-17,2018-12-08 -/games/boxart/full_2245681AmericaFrontccc.jpg,FixFox,PC,Adventure,Unknown,Rendlike,,,,,,,,2022-04-15 -/games/boxart/default.jpg,Fran Bow,iOS,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 -/games/boxart/full_1436906AmericaFrontccc.jpg,Fran Bow,PS4,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 -/games/boxart/default.jpg,Fran Bow,OSX,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Fran Bow,And,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 -/games/boxart/full_6959296AmericaFrontccc.jpg,Fran Bow,XOne,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 -/games/boxart/default.jpg,Fran Bow,Linux,Adventure,Unknown,Killmonday Games,,,,,,,,2018-01-06 -/games/boxart/full_6410610AmericaFrontccc.jpg,Fran Bow,XS,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 -/games/boxart/full_5812531AmericaFrontccc.jpg,Fran Bow,NS,Adventure,Unknown,Killmonday Games,,,,,,,,2023-05-30 -/games/boxart/full_7479613AmericaFrontccc.jpg,Fuga: Melodies of Steel,XS,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 -/games/boxart/full_1430506AmericaFrontccc.jpg,Fuga: Melodies of Steel,NS,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 -/games/boxart/full_2815853AmericaFrontccc.jpg,Fuga: Melodies of Steel,PC,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 -/games/boxart/full_2300890AmericaFrontccc.jpg,Fuga: Melodies of Steel,PS5,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 -/games/boxart/full_4685507AmericaFrontccc.jpg,Fuga: Melodies of Steel,PS4,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 -/games/boxart/full_2663152AmericaFrontccc.jpg,Fuga: Melodies of Steel,XOne,Adventure,Unknown,CyberConnect2,,,,,,,,2021-06-14 -/games/boxart/full_3698474AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_47211AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_7948767AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_7674850AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_3265245AmericaFrontccc.jpg,Game of Thrones: Episode Four - Sons of Winter,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_2212499AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_5240820AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_4894477AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_1274551AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_7708758AmericaFrontccc.jpg,Game of Thrones: Episode One - Iron From Ice,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_9150521AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_922672AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_9441227AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_1703459AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_6947612AmericaFrontccc.jpg,Game of Thrones: Episode Three - The Sword in the Darkness,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_7977157AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_3106490AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_9212624AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_4108821AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/full_3183938AmericaFrontccc.jpg,Game of Thrones: Episode Two - Lost Lords,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-23 -/games/boxart/default.jpg,Genesis Noir,PC,Adventure,Unknown,Feral Cat Den,,,,,,,,2019-06-10 -/games/boxart/full_119283AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,XOne,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 -/games/boxart/full_5664412AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,NS,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 -/games/boxart/full_5075417AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,PC,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 -/games/boxart/full_6461431AmericaFrontccc.jpg,Ghost Trick: Phantom Detective,PS4,Adventure,Unknown,Capcom,,,,,,,,2023-04-01 -/games/boxart/full_7461467AmericaFrontccc.jpg,Giraffe and Annika,NS,Adventure,Unknown,atelier mimina,,,,,,,,2020-01-13 -/games/boxart/full_8861324AmericaFrontccc.jpg,Giraffe and Annika,PC,Adventure,Playism,atelier mimina,,,,,,,2020-02-18,2020-01-13 -/games/boxart/full_4659181AmericaFrontccc.jpg,Giraffe and Annika,PS4,Adventure,Unknown,atelier mimina,,,,,,,,2020-01-13 -/games/boxart/full_9664693PALFrontccc.jpg,Golf Story,NS,Adventure,Sidebar Games,Sidebar Games,8,,,,,,2017-09-28,2018-01-03 -/games/boxart/full_9304676AmericaFrontccc.jpg,Goodbye Volcano High,PS5,Adventure,KO_OP Mode,KO_OP Mode,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_4679464AmericaFrontccc.jpg,Goodbye Volcano High,PS4,Adventure,KO_OP Mode,KO_OP Mode,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_4371923AmericaFrontccc.jpg,Goodbye Volcano High,PC,Adventure,KO_OP Mode,KO_OP Mode,,,,,,,2021-12-01,2020-06-11 -/games/boxart/default.jpg,Goosebumps: The Game,PS4,Adventure,Unknown,WayForward,,,,,,,,2018-06-14 -/games/boxart/default.jpg,Goosebumps: The Game,PC,Adventure,Unknown,WayForward,,,,,,,,2018-06-14 -/games/boxart/default.jpg,Goosebumps: The Game,PS3,Adventure,Unknown,WayForward,,,,,,,,2018-06-14 -/games/boxart/full_2742227AmericaFrontccc.jpg,Grim Fandango Remastered,PS4,Adventure,Unknown,Double Fine Productions,,,,,,,,2019-07-30 -/games/boxart/full_3067333AmericaFrontccc.png,GRIS,NS,Adventure,Devolver Digital,Nomada Studio,,,,,,,2018-12-13,2018-11-10 -/games/boxart/default.jpg,Gun Gun Pixies,PC,Adventure,PQube,Compile Heart,,,,,,,2019-09-06,2019-08-07 -/games/boxart/full_2367427PALFrontccc.jpg,Gun Gun Pixies,NS,Adventure,PQube,Compile Heart,,,,,,,2019-09-06,2019-08-07 -/games/boxart/full_4409922AmericaFrontccc.jpg,Harold Halibut,XOne,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 -/games/boxart/full_2383681AmericaFrontccc.jpg,Harold Halibut,XS,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 -/games/boxart/full_1747474AmericaFrontccc.jpg,Harold Halibut,PC,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 -/games/boxart/full_132427AmericaFrontccc.jpg,Harold Halibut,PS4,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 -/games/boxart/full_4267026AmericaFrontccc.jpg,Harold Halibut,PS5,Adventure,Unknown,Slow Bros.,,,,,,,,2023-12-02 -/games/boxart/full_1122971JapanFrontccc.jpg,Harukanaru Toki no Naka de 6 DX,NS,Adventure,Koei Tecmo,Ruby Party,,,,,,,2019-03-14,2019-03-22 -/games/boxart/full_1378848AmericaFrontccc.jpg,Harvester,PC,Adventure,Merit Studios,DigiFX Interactive,,,,,,,1996-08-31,2018-06-28 -/games/boxart/full_8248327AmericaFrontccc.png,Headliner: NoviNews,NS,Adventure,Chorus Worldwide Games,Unbound Creations,,,,,,,2019-09-05,2019-09-02 -/games/boxart/default.jpg,Headliner: NoviNews,PC,Adventure,Unknown,Unbound Creations,,,,,,,,2019-09-02 -/games/boxart/full_6253797AmericaFrontccc.jpg,Headspun,XOne,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 -/games/boxart/full_1741324AmericaFrontccc.jpg,Headspun,PC,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 -/games/boxart/full_8169136AmericaFrontccc.jpg,Headspun,NS,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 -/games/boxart/full_1345352AmericaFrontccc.jpg,Headspun,PS4,Adventure,Unknown,Superstring,,,,,,,,2019-09-03 -/games/boxart/full_6072498AmericaFrontccc.jpg,Heartbound,PC,Adventure,Pirate Software,Pirate Software,,,,,,,2018-12-25,2019-02-24 -/games/boxart/full_8555322AmericaFrontccc.jpg,Heavy Rain,PC,Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2019-06-24,2019-05-24 -/games/boxart/full_4300418AmericaFrontccc.jpg,Helmet Heroes,PC,Adventure,Helmet Games,Helmet Games,,,,,,,2016-10-03,2019-04-08 -/games/boxart/full_8676229PALFrontccc.jpeg,Her Majesty's SPIFFING,PS4,Adventure,Unknown,Billy Goat Entertainment,,,,,,,,2018-02-02 -/games/boxart/full_768782AmericaFrontccc.jpg,Her Majesty's SPIFFING,XOne,Adventure,Unknown,Billy Goat Entertainment,,,,,,,,2018-02-04 -/games/boxart/full_716061AmericaFrontccc.png,Her Majesty's SPIFFING,NS,Adventure,Billy Goat Entertainment,Billy Goat Entertainment,,,,,,,2018-02-01,2018-02-02 -/games/boxart/default.jpg,Her Story,And,Adventure,Unknown,Sam Barlow,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Her Story,OSX,Adventure,Unknown,Sam Barlow,,,,,,,,2018-01-06 -/games/boxart/full_9119102AmericaFrontccc.png,Hidden Runaway,PC,Adventure,Unknown,Pendulo Studios,,,,,,,,2021-03-04 -/games/boxart/full_1362935AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,PS5,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 -/games/boxart/full_9395282AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,NS,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 -/games/boxart/full_9407771AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,PC,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 -/games/boxart/full_5816560AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,iOS,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 -/games/boxart/full_4581771AmericaFrontccc.jpg,Hidden Through Time 2: Myths & Magic,XS,Adventure,Unknown,Rogueside,,,,,,,,2023-04-15 -/games/boxart/full_754764AmericaFrontccc.jpg,Hindsight,XS,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 -/games/boxart/full_6870438AmericaFrontccc.jpg,Hindsight,NS,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 -/games/boxart/full_2510852AmericaFrontccc.jpg,Hindsight,PC,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 -/games/boxart/full_6212508AmericaFrontccc.jpg,Hindsight,PS4,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 -/games/boxart/full_7900866AmericaFrontccc.jpg,Hindsight,PS5,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 -/games/boxart/full_4229282AmericaFrontccc.jpg,Hindsight,XOne,Adventure,Unknown,Team Hindsight,,,,,,,,2023-01-06 -/games/boxart/full_5989043AmericaFrontccc.jpg,Hitchhiker,PS4,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 -/games/boxart/full_2364157AmericaFrontccc.jpg,Hitchhiker,XOne,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 -/games/boxart/full_9635380AmericaFrontccc.jpg,Hitchhiker,NS,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 -/games/boxart/full_7994136AmericaFrontccc.jpg,Hitchhiker,PC,Adventure,Unknown,Mad About Pandas,,,,,,,,2021-05-14 -/games/boxart/full_8848771AmericaFrontccc.png,Hollow,NS,Adventure,Forever Entertainment S.A.,MMEU,,,,,,,2018-02-22,2018-02-23 -/games/boxart/full_6060789AmericaFrontccc.jpg,Hollow Cocoon,PC,Adventure,Unknown,NAYUTA STUDIO,,,,,,,,2023-11-12 -/games/boxart/full_4372515AmericaFrontccc.jpg,Home Sweet Home (2017),XOne,Adventure,Mastiff,"YGGDRAZIL GROUP CO.,LTD",,,,,,,2018-10-16,2018-08-07 -/games/boxart/full_3900851AmericaFrontccc.jpg,Home Sweet Home (2017),PC,Adventure,"YGGDRAZIL GROUP CO.,LTD","YGGDRAZIL GROUP CO.,LTD",,,,,,,2017-09-26,2018-08-07 -/games/boxart/full_3870525AmericaFrontccc.jpg,I Am Dead,XOne,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 -/games/boxart/full_3752181AmericaFrontccc.jpg,I Am Dead,PC,Adventure,Annapurna Interactive,Hollow Ponds,,,,,,,2020-10-08,2020-10-03 -/games/boxart/full_9064317AmericaFrontccc.jpg,I Am Dead,XS,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 -/games/boxart/full_9156006AmericaFrontccc.jpg,I Am Dead,PS4,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 -/games/boxart/full_8153633AmericaFrontccc.jpg,I Am Dead,PS5,Adventure,Unknown,Hollow Ponds,,,,,,,,2021-09-10 -/games/boxart/full_4702577AmericaFrontccc.jpg,I Am Dead,NS,Adventure,Annapurna Interactive,Hollow Ponds,,,,,,,2020-10-08,2020-10-03 -/games/boxart/full_6490482AmericaFrontccc.jpg,I Am Fish,PC,Adventure,Unknown,Bossa Studios,,,,,,,,2021-08-26 -/games/boxart/full_4711088AmericaFrontccc.jpg,I Am Fish,XOne,Adventure,Unknown,Bossa Studios,,,,,,,,2021-08-26 -/games/boxart/full_2869658AmericaFrontccc.jpg,I Am Fish,XS,Adventure,Unknown,Bossa Studios,,,,,,,,2021-08-26 -/games/boxart/full_3478548AmericaFrontccc.jpg,I Saw Black Clouds,PS5,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 -/games/boxart/full_6480388AmericaFrontccc.jpg,I Saw Black Clouds,XOne,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 -/games/boxart/full_7273558AmericaFrontccc.jpg,I Saw Black Clouds,XS,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 -/games/boxart/full_1931079AmericaFrontccc.jpg,I Saw Black Clouds,NS,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 -/games/boxart/full_4663765AmericaFrontccc.jpg,I Saw Black Clouds,PC,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 -/games/boxart/full_4584661AmericaFrontccc.jpg,I Saw Black Clouds,PS4,Adventure,Unknown,Ghost Dog Films,,,,,,,,2021-04-22 -/games/boxart/full_2721777AmericaFrontccc.jpg,Immortality,XS,Adventure,Unknown,Sam Barlow,,,,,,,,2022-09-22 -/games/boxart/full_9253382AmericaFrontccc.jpg,Immortality,PS5,Adventure,Unknown,Sam Barlow,,,,,,,,2024-01-15 -/games/boxart/full_340587AmericaFrontccc.jpg,Immortality,PC,Adventure,Unknown,Sam Barlow,,,,,,,,2022-09-22 -/games/boxart/full_7909708AmericaFrontccc.jpg,Immortals Fenyx Rising,PS4,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 -/games/boxart/full_3805266AmericaFrontccc.jpg,Immortals Fenyx Rising,PC,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 -/games/boxart/full_766019AmericaFrontccc.jpg,Immortals Fenyx Rising,XOne,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 -/games/boxart/full_578724AmericaFrontccc.jpg,Immortals Fenyx Rising,NS,Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 -/games/boxart/full_8014753AmericaFrontccc.jpg,In the Valley of Gods,PC,Adventure,Campo Santo,Campo Santo,,,,,,,2019-12-01,2019-04-11 -/games/boxart/full_2322745AmericaFrontccc.jpg,Infliction,PS4,Adventure,Caustic Reality,Caustic Reality,,,,,,,2019-12-01,2019-07-25 -/games/boxart/full_3152852AmericaFrontccc.jpg,Infliction,XOne,Adventure,Caustic Reality,Caustic Reality,,,,,,,2019-12-01,2019-07-25 -/games/boxart/full_9889898AmericaFrontccc.jpg,Infliction,NS,Adventure,Caustic Reality,Caustic Reality,,,,,,,2019-12-01,2019-07-25 -/games/boxart/full_6037533AmericaFrontccc.jpg,Infliction,PC,Adventure,Caustic Reality,Caustic Reality,,,,,,,2018-10-18,2019-07-25 -/games/boxart/full_222770AmericaFrontccc.jpg,InnerSpace,PS4,Adventure,Aspyr,PolyKnight Games,,,,,,,2018-01-16,2018-02-27 -/games/boxart/full_4284396AmericaFrontccc.png,InnerSpace,NS,Adventure,"Aspyr Media, Inc.",PolyKnight Games,6.5,,,,,,2018-01-16,2018-01-12 -/games/boxart/full_9682432AmericaFrontccc.jpg,InnerSpace,PC,Adventure,Aspyr,PolyKnight Games,,,,,,,2018-01-16,2018-02-27 -/games/boxart/full_4163589AmericaFrontccc.jpg,InnerSpace,XOne,Adventure,Aspyr,PolyKnight Games,,,,,,,2018-01-16,2018-02-27 -/games/boxart/full_3817006AmericaFrontccc.png,INSIDE,NS,Adventure,Playdead,Playdead,,,,,,,2018-06-28,2018-10-06 -/games/boxart/full_2002187AmericaFrontccc.jpg,J.U.L.I.A. Among the Stars,Linux,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2012-09-12,2018-08-11 -/games/boxart/full_5011008AmericaFrontccc.png,Jett: The Far Shore,PS5,Adventure,Superbrothers,Superbrothers,,,,,,,2020-12-01,2020-06-14 -/games/boxart/full_8166026AmericaFrontccc.png,Jett: The Far Shore,PC,Adventure,Superbrothers,Superbrothers,,,,,,,2020-12-01,2020-06-14 -/games/boxart/full_9234210AmericaFrontccc.png,Jett: The Far Shore,PS4,Adventure,Superbrothers,Superbrothers,,,,,,,2020-12-01,2020-06-14 -/games/boxart/default.jpg,Jotun: Valhalla Edition,Linux,Adventure,Unknown,Thunder Lotus Games,,,,,,,,2018-01-06 -/games/boxart/full_8491374AmericaFrontccc.jpg,Journey,PC,Adventure,Annapurna Interactive,thatgamecompany,,,,,,,2020-06-11,2019-03-26 -/games/boxart/full_7072050AmericaFrontccc.jpeg,Journey,PS4,Adventure,Sony Computer Entertainment,thatgamecompany,,,,,,,2015-07-21,2018-09-23 -/games/boxart/full_133119AmericaFrontccc.jpg,Journey To the Savage Planet,PS4,Adventure,505 Games,Typhoon Studios,,,,,,,2020-01-28,2019-04-11 -/games/boxart/full_3613116AmericaFrontccc.jpg,Journey To the Savage Planet,PC,Adventure,505 Games,Typhoon Studios,,,,,,,2020-01-28,2019-04-11 -/games/boxart/full_5996397AmericaFrontccc.jpg,Journey To the Savage Planet,XOne,Adventure,505 Games,Typhoon Studios,,,,,,,2020-01-28,2019-04-11 -/games/boxart/full_6679700AmericaFrontccc.jpg,Jupiter & Mars,PS4,Adventure,Tigertron,Tantalus,,,,,,,2019-04-22,2019-04-20 -/games/boxart/full_1899706AmericaFrontccc.jpg,Jurassic Park: Survival,XS,Adventure,Unknown,Saber Interactive,,,,,,,,2023-12-07 -/games/boxart/full_5982470AmericaFrontccc.jpg,Jurassic Park: Survival,PC,Adventure,Unknown,Saber Interactive,,,,,,,,2023-12-07 -/games/boxart/full_5151646AmericaFrontccc.jpg,Jurassic Park: Survival,PS5,Adventure,Unknown,Saber Interactive,,,,,,,,2023-12-07 -/games/boxart/full_1186583AmericaFrontccc.jpg,Jurassic World: Blue,OR,Adventure,Felix & Paul Studios,Felix & Paul Studios,,,,,,,2018-05-01,2021-10-28 -/games/boxart/default.jpg,Kelvin and the Infamous Machine,Linux,Adventure,Unknown,Blyts,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Kelvin and the Infamous Machine,OSX,Adventure,Unknown,Blyts,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Kelvin and the Infamous Machine,PC,Adventure,Unknown,Blyts,,,,,,,,2018-01-06 -/games/boxart/full_9284049AmericaFrontccc.png,Kentucky Route Zero: TV Edition,PS4,Adventure,Annapurna Interactive,Cardboard Computer,,,,,,,2020-01-28,2019-06-16 -/games/boxart/full_7773971AmericaFrontccc.png,Kentucky Route Zero: TV Edition,XOne,Adventure,Annapurna Interactive,Cardboard Computer,,,,,,,2020-01-28,2019-06-16 -/games/boxart/full_9922180AmericaFrontccc.png,Kentucky Route Zero: TV Edition,NS,Adventure,Annapurna Interactive,Cardboard Computer,,,,,,,2020-01-28,2018-01-19 -/games/boxart/full_9109746AmericaFrontccc.jpg,King's Quest,PC,Adventure,Sierra Entertainment,The Odd Gentlemen,,,,,,,2015-07-28,2018-12-18 -/games/boxart/full_5953654AmericaFrontccc.jpg,King's Quest: The Complete Collection,PS3,Adventure,Sierra Entertainment,The Odd Gentlemen,,,,,,,2015-07-28,2018-12-18 -/games/boxart/full_3211088AmericaFrontccc.jpeg,King's Quest: The Complete Collection,PC,Adventure,Unknown,The Odd Gentlemen,,,,,,,,2017-12-31 -/games/boxart/default.jpg,King‘s Quest,PC,Adventure,Unknown,The Odd Gentlemen,,,,,,,,2017-12-30 -/games/boxart/default.jpg,Knee Deep,PC,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Knee Deep,XOne,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Knee Deep,PS4,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Knee Deep,OSX,Adventure,Unknown,Prologue Games,,,,,,,,2018-01-06 -/games/boxart/full_5971897AmericaFrontccc.png,Koi DX,NS,Adventure,CIRCLE Entertainment,FK Digital,,,,,,,2017-11-09,2018-03-12 -/games/boxart/full_1870144AmericaFrontccc.png,Kona,NS,Adventure,Koch Media,Parabole,,,,,,,2018-03-09,2018-03-23 -/games/boxart/default.jpg,Kool-Aid Man,Int,Adventure,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_7248999AmericaFrontccc.jpg,La Statuette maudite de l'oncle Ernest,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,2004-01-01,2021-03-22 -/games/boxart/full_631340AmericaFrontccc.jpg,Lake,XS,Adventure,Unknown,Gamious,,,,,,,,2021-09-22 -/games/boxart/full_170743AmericaFrontccc.jpg,Lake,PC,Adventure,Unknown,Gamious,,,,,,,,2021-09-22 -/games/boxart/full_3810791AmericaFrontccc.jpg,Lake,XOne,Adventure,Unknown,Gamious,,,,,,,,2021-09-22 -/games/boxart/full_2799733AmericaFrontccc.jpg,Lake: Season's Greetings,PS5,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 -/games/boxart/full_71166AmericaFrontccc.jpg,Lake: Season's Greetings,XOne,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 -/games/boxart/full_4072824AmericaFrontccc.jpg,Lake: Season's Greetings,XS,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 -/games/boxart/full_8252818AmericaFrontccc.jpg,Lake: Season's Greetings,PC,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 -/games/boxart/full_7491820AmericaFrontccc.jpg,Lake: Season's Greetings,PS4,Adventure,Unknown,Gamious,,,,,,,,2024-01-09 -/games/boxart/full_6896189AmericaFrontccc.png,Last Day of June,NS,Adventure,505 Games,505 Games,,,,,,,2018-03-16,2018-03-23 -/games/boxart/full_251717AmericaFrontccc.jpg,Last Stop,PC,Adventure,Annapurna Interactive,Variable State,,,,,,,2020-12-01,2020-06-08 -/games/boxart/full_2058037AmericaFrontccc.jpg,Last Stop,XOne,Adventure,Annapurna Interactive,Variable State,,,,,,,2020-12-01,2020-06-08 -/games/boxart/full_4673289AmericaFrontccc.jpg,Last Stop,XS,Adventure,Annapurna Interactive,Variable State,,,,,,,2020-12-01,2020-09-22 -/games/boxart/full_5323783AmericaFrontccc.jpg,Late Shift,iOS,Adventure,Unknown,CtrlMovie,,,,,,,,2019-04-08 -/games/boxart/full_5631747AmericaFrontccc.jpg,Late Shift,OSX,Adventure,Wales Interactive Ltd.,CtrlMovie,,,,,,,2017-04-18,2019-04-08 -/games/boxart/full_4300804AmericaFrontccc.jpg,Late Shift,XOne,Adventure,Unknown,CtrlMovie,,,,,,,,2019-04-08 -/games/boxart/full_8975391AmericaFrontccc.jpg,Late Shift,PS4,Adventure,Unknown,CtrlMovie,,,,,,,,2019-04-08 -/games/boxart/full_23310AmericaFrontccc.jpg,Layers of Fear,XS,Adventure,Unknown,Bloober Team,,,,,,,,2023-05-17 -/games/boxart/full_8117291AmericaFrontccc.jpg,Layers of Fear,PC,Adventure,Unknown,Bloober Team,,,,,,,,2023-05-17 -/games/boxart/full_2093485AmericaFrontccc.jpg,Layers of Fear,PS5,Adventure,Unknown,Bloober Team,,,,,,,,2023-05-17 -/games/boxart/full_4967533AmericaFrontccc.jpg,Layers of Fear 2,NS,Adventure,Bloober Team,Bloober Team,,,,,,,2021-05-20,2023-08-09 -/games/boxart/full_4779112AmericaFrontccc.png,Layers of Fear: Legacy,NS,Adventure,Bloober Team S.A.,Bloober Team,,,,,,,2018-02-21,2018-02-21 -/games/boxart/full_5154159AmericaFrontccc.jpg,Le Temple perdu de l'oncle Ernest,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,2003-01-01,2021-03-22 -/games/boxart/full_9478583AmericaFrontccc.jpg,Leisure Suit Larry: Reloaded,PC,Adventure,Unknown,N-Fusion Interactive,,,,,,,,2021-04-08 -/games/boxart/full_9754747AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,NS,Adventure,Unknown,CrazyBunch,,,,,,,,2020-10-14 -/games/boxart/full_9731272AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,PS4,Adventure,Unknown,CrazyBunch,,,,,,,,2020-10-14 -/games/boxart/full_9049703AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Don't Dry,XOne,Adventure,Unknown,CrazyBunch,,,,,,,,2020-10-14 -/games/boxart/full_7396799AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,PC,Adventure,Unknown,CrazyBunch,,,,,,,,2021-04-08 -/games/boxart/full_4466694AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,NS,Adventure,Unknown,CrazyBunch,,,,,,,,2021-05-09 -/games/boxart/full_9163835AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,PS4,Adventure,Unknown,CrazyBunch,,,,,,,,2021-05-09 -/games/boxart/full_3796246AmericaFrontccc.jpg,Leisure Suit Larry: Wet Dreams Dry Twice,XOne,Adventure,Unknown,CrazyBunch,,,,,,,,2021-05-09 -/games/boxart/full_5985698AmericaFrontccc.jpg,Life Is Strange,iOS,Adventure,Square Enix,Square Enix,,,,,,,2017-12-14,2018-02-14 -/games/boxart/full_61991AmericaFrontccc.jpg,Life is Strange 2,PS4,Adventure,Square Enix,Dotnod Entertainment,,,,,,,2018-09-27,2019-03-24 -/games/boxart/full_3022250AmericaFrontccc.jpg,Life is Strange 2,XOne,Adventure,Square Enix,Dotnod Entertainment,,,,,,,2018-09-27,2019-03-24 -/games/boxart/full_8577541AmericaFrontccc.jpg,Life is Strange 2,PC,Adventure,Square Enix,Dotnod Entertainment,,,,,,,2018-09-26,2019-03-24 -/games/boxart/full_9459084AmericaFrontccc.jpg,Life is Strange Remastered Collection,PC,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 -/games/boxart/full_9030492AmericaFrontccc.jpg,Life is Strange Remastered Collection,XS,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 -/games/boxart/full_8031700AmericaFrontccc.jpg,Life is Strange Remastered Collection,XOne,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 -/games/boxart/full_9941476AmericaFrontccc.jpg,Life is Strange Remastered Collection,PS4,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 -/games/boxart/full_7046446AmericaFrontccc.jpg,Life is Strange Remastered Collection,PS5,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2021-06-16 -/games/boxart/full_4910684AmericaFrontccc.jpg,Life is Strange Remastered Collection,NS,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 -/games/boxart/full_469864AmericaFrontccc.png,Life is Strange: True Colors,PC,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 -/games/boxart/full_7892730AmericaFrontccc.png,Life is Strange: True Colors,NS,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 -/games/boxart/full_1642007AmericaFrontccc.png,Life is Strange: True Colors,XS,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 -/games/boxart/full_7177757AmericaFrontccc.png,Life is Strange: True Colors,XOne,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 -/games/boxart/full_338781AmericaFrontccc.png,Life is Strange: True Colors,PS4,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 -/games/boxart/full_656032AmericaFrontccc.png,Life is Strange: True Colors,PS5,Adventure,Unknown,Deck Nine Games,,,,,,,,2021-06-16 -/games/boxart/full_7074773AmericaFrontccc.jpg,Lil' Guardsman,PS5,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 -/games/boxart/full_7579998AmericaFrontccc.jpg,Lil' Guardsman,XOne,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 -/games/boxart/full_1130170AmericaFrontccc.jpg,Lil' Guardsman,XS,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 -/games/boxart/full_5487062AmericaFrontccc.jpg,Lil' Guardsman,NS,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 -/games/boxart/full_6159020AmericaFrontccc.jpg,Lil' Guardsman,PC,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 -/games/boxart/full_8794714AmericaFrontccc.jpg,Lil' Guardsman,PS4,Adventure,Unknown,Hilltop Studios,,,,,,,,2024-01-10 -/games/boxart/full_5735189AmericaFrontccc.png,Little Inferno,WiiU,Adventure,Tomorrow Corporation,Tomorrow Corporation,8,,,,,,2012-11-18,2020-09-14 -/games/boxart/default.jpg,Little King‘s Story,PC,Adventure,Xseed Games,Marvelous,,,,,,,2016-08-05,2017-12-31 -/games/boxart/full_2747736AmericaFrontccc.jpg,Little Misfortune,NS,Adventure,Killmonday Games,Killmonday Games,,,,,,,2020-05-29,2021-09-14 -/games/boxart/full_8985411AmericaFrontccc.jpg,Lone Echo II,PC,Adventure,Unknown,Ready at Dawn,,,,,,,,2021-12-23 -/games/boxart/full_6514293AmericaFrontccc.jpg,Lost Ember,PS4,Adventure,Mooneye Studios,Mooneye Studios,,,,,,,2019-07-19,2019-04-11 -/games/boxart/full_6799693AmericaFrontccc.jpg,Lost Ember,XOne,Adventure,Mooneye Studios,Mooneye Studios,,,,,,,2019-07-19,2019-04-11 -/games/boxart/full_8893129AmericaFrontccc.jpg,Lost Ember,PC,Adventure,Mooneye Studios,Mooneye Studios,,,,,,,2019-07-19,2019-04-11 -/games/boxart/default.jpg,Lost in Random,PC,Adventure,Electronic Arts,Zoink Games,,,,,,,2021-09-10,2020-06-19 -/games/boxart/default.jpg,Lost in Random,XOne,Adventure,Unknown,Zoink Games,,,,,,,,2020-06-19 -/games/boxart/default.jpg,Lost in Random,PS4,Adventure,Electronic Arts,Zoink Games,,,,,,,2021-09-10,2020-06-19 -/games/boxart/default.jpg,Lost in Random,NS,Adventure,Electronic Arts,Zoink Games,,,,,,,2021-09-10,2020-06-19 -/games/boxart/full_5451092AmericaFrontccc.jpg,Lost Lands: A Hidden Object Adventure,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2015-09-24,2019-04-06 -/games/boxart/full_6389514AmericaFrontccc.jpg,Lost Lands: Dark Overlord,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2015-06-26,2019-04-06 -/games/boxart/full_9754508AmericaFrontccc.jpg,Lost Lands: Ice Spell,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2018-07-16,2019-04-06 -/games/boxart/full_380258AmericaFrontccc.jpg,Lost Lands: Mahjong,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2016-03-14,2019-04-06 -/games/boxart/full_1510311AmericaFrontccc.jpg,Lost Lands: Mistakes of the Past,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2018-12-13,2019-04-06 -/games/boxart/full_6167891AmericaFrontccc.jpg,Lost Lands: The Four Horsemen,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2015-07-14,2019-04-06 -/games/boxart/full_5415339AmericaFrontccc.jpg,Lost Lands: The Golden Curse,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2016-03-24,2019-04-06 -/games/boxart/full_2025604AmericaFrontccc.jpg,Lost Lands: The Wanderer,PC,Adventure,FIVE-BN GAMES,FIVE-BN GAMES,,,,,,,2017-05-03,2019-04-06 -/games/boxart/full_3752889AmericaFrontccc.jpg,Lost Records: Bloom & Rage,PC,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2023-12-07 -/games/boxart/full_7086596AmericaFrontccc.jpg,Lost Records: Bloom & Rage,PS5,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2023-12-07 -/games/boxart/full_8455449AmericaFrontccc.jpg,Lost Records: Bloom & Rage,XS,Adventure,Unknown,DONTNOD Entertainment,,,,,,,,2023-12-07 -/games/boxart/full_4569619AmericaFrontccc.jpg,Lost Words: Beyond the Page,XOne,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 -/games/boxart/full_7785110AmericaFrontccc.jpg,Lost Words: Beyond the Page,NS,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 -/games/boxart/full_3651605AmericaFrontccc.jpg,Lost Words: Beyond the Page,PC,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 -/games/boxart/full_8162164AmericaFrontccc.jpg,Lost Words: Beyond the Page,PS4,Adventure,Unknown,Sketchbook Games,,,,,,,,2021-04-23 -/games/boxart/full_602300AmericaFrontccc.jpg,Machinarium,XOne,Adventure,Unknown,Amanita Design,,,,,,,,2020-04-18 -/games/boxart/full_1261878AmericaFrontccc.jpg,MADiSON,PS5,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 -/games/boxart/full_5739436AmericaFrontccc.jpg,MADiSON,XOne,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 -/games/boxart/full_2844828AmericaFrontccc.jpg,MADiSON,XS,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 -/games/boxart/full_4306008AmericaFrontccc.jpg,MADiSON,NS,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 -/games/boxart/full_927493AmericaFrontccc.jpg,MADiSON,PC,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 -/games/boxart/full_1174897AmericaFrontccc.jpg,MADiSON,PS4,Adventure,Unknown,BLOODIOUS GAMES,,,,,,,,2022-05-26 -/games/boxart/full_3233699AmericaFrontccc.jpg,Marie's Room,PC,Adventure,like Charlie,like Charlie,,,,,,,2018-04-13,2019-04-21 -/games/boxart/full_9323547AmericaFrontccc.jpg,Mia and the Dragon Princess,PS5,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 -/games/boxart/full_7261084AmericaFrontccc.jpg,Mia and the Dragon Princess,XOne,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 -/games/boxart/full_3507469AmericaFrontccc.jpg,Mia and the Dragon Princess,XS,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 -/games/boxart/full_7145482AmericaFrontccc.jpg,Mia and the Dragon Princess,NS,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 -/games/boxart/full_9689907AmericaFrontccc.jpg,Mia and the Dragon Princess,PC,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 -/games/boxart/full_5389661AmericaFrontccc.jpg,Mia and the Dragon Princess,PS4,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2023-06-05 -/games/boxart/full_7614878AmericaFrontccc.jpg,Midnight Caravan,XOne,Adventure,Unknown,Gamera Interactive,,,,,,,,2021-05-25 -/games/boxart/full_7157826AmericaFrontccc.jpg,Midnight Caravan,NS,Adventure,Unknown,Gamera Interactive,,,,,,,,2021-05-25 -/games/boxart/full_5073580AmericaFrontccc.jpg,Midnight Caravan,PC,Adventure,Unknown,Gamera Interactive,,,,,,,,2021-05-25 -/games/boxart/default.jpg,Milkmaid of the Milky Way,PC,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Milkmaid of the Milky Way,Linux,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Milkmaid of the Milky Way,iOS,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Milkmaid of the Milky Way,OSX,Adventure,Unknown,Mattis Folkestad,,,,,,,,2018-01-06 -/games/boxart/full_7020975AmericaFrontccc.png,Mineko's Night Market,NS,Adventure,Humble Bundle,Meowza Games,,,,,,,2020-12-30,2018-11-04 -/games/boxart/full_4396441AmericaFrontccc.png,Minit,PS4,Adventure,Devolver Digital,"JW, Kitty, Jukio, and Dom",,,,,,,2018-04-03,2018-03-31 -/games/boxart/full_3430782AmericaFrontccc.jpg,Minute of Islands,PS4,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 -/games/boxart/full_3080744AmericaFrontccc.jpg,Minute of Islands,XOne,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 -/games/boxart/full_279534AmericaFrontccc.jpg,Minute of Islands,NS,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 -/games/boxart/full_8837580AmericaFrontccc.jpg,Minute of Islands,PC,Adventure,Mixtvision,Studio Fizbin,,,,,,,2020-12-01,2019-08-12 -/games/boxart/full_427439JapanFrontccc.jpg,Mizzurna Falls,PS,Adventure,Human Entertainment,Human Entertainment,,,,,,,1998-12-23,2018-04-30 -/games/boxart/default.jpg,Morningstar: Descent to Deadrock,And,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Morningstar: Descent to Deadrock,iOS,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Morningstar: Descent to Deadrock,OSX,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Morningstar: Descent to Deadrock,PC,Adventure,Unknown,Red Herring Labs,,,,,,,,2018-01-06 -/games/boxart/full_4232711AmericaFrontccc.jpg,Moss,PS4,Adventure,Perp Games,Polyarc,9,,,,,,2018-06-12,2018-03-04 -/games/boxart/full_8240693JapanFrontccc.jpg,Murder Detective: Jack the Ripper,NS,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2019-04-25,2019-03-22 -/games/boxart/full_8322123JapanFrontccc.jpg,Murder Detective: Jack the Ripper,PS4,Adventure,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2019-04-25,2019-03-22 -/games/boxart/full_9283927AmericaFrontccc.jpg,My Big Sister,PSV,Adventure,Unknown,Stranga,,,,,,,,2019-05-18 -/games/boxart/full_7030513AmericaFrontccc.jpg,My Big Sister,NS,Adventure,Ratalaika Games,Stranga,,,,,,,2019-05-10,2019-08-21 -/games/boxart/full_5223759AmericaFrontccc.jpg,My Big Sister,PC,Adventure,Unknown,Stranga,,,,,,,,2019-05-18 -/games/boxart/full_3876264AmericaFrontccc.png,My Brother Rabbit,NS,Adventure,Unknown,Artifex Mundi,,,,,,,,2019-03-26 -/games/boxart/full_6896079AmericaFrontccc.jpg,My Friend Peppa Pig,NS,Adventure,Outright Games,Petoons Studio,,,,,,,2021-10-22,2022-08-11 -/games/boxart/full_7518602AmericaFrontccc.png,My Memory of Us,NS,Adventure,IMGN PRO,Juggler Games,,,,,,,2019-01-24,2019-03-24 -/games/boxart/full_4139498AmericaFrontccc.jpg,My Memory of Us,PC,Adventure,IMGN PRO,Juggler Games,,,,,,,2018-10-09,2019-03-24 -/games/boxart/full_4385356AmericaFrontccc.jpg,My Memory of Us,XOne,Adventure,IMGN PRO,Juggler Games,,,,,,,2018-10-10,2019-03-24 -/games/boxart/full_6927144AmericaFrontccc.jpg,My Memory of Us,PS4,Adventure,IMGN PRO,Juggler Games,,,,,,,2018-10-09,2019-03-24 -/games/boxart/full_8737781PALFrontccc.jpg,N.E.R.O.: Nothing Ever Remains Obscure,PS4,Adventure,Soedesco,Storm in a Teacup,,,,,,,2018-10-26,2018-08-29 -/games/boxart/default.jpg,Necrobarista,NS,Adventure,Unknown,Route 59,,,,,,,,2018-01-05 -/games/boxart/full_7311715AmericaFrontccc.jpg,Needy Streamer Overload,NS,Adventure,Unknown,WSS playground,,,,,,,,2023-06-30 -/games/boxart/full_1308236AmericaFrontccc.jpg,Needy Streamer Overload,PC,Adventure,Unknown,WSS playground,,,,,,,,2023-06-30 -/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,And,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,PC,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,OSX,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,Linux,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Nelly Cootalot: The Fowl Fleet,iOS,Adventure,Unknown,Alasdair Beckett-King,,,,,,,,2018-01-06 -/games/boxart/full_745630AmericaFrontccc.jpg,New Tales from the Borderlands,PC,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 -/games/boxart/full_7282776AmericaFrontccc.jpg,New Tales from the Borderlands,PS4,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 -/games/boxart/full_4030860AmericaFrontccc.jpg,New Tales from the Borderlands,PS5,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 -/games/boxart/full_3440246AmericaFrontccc.jpg,New Tales from the Borderlands,XOne,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 -/games/boxart/full_4793058AmericaFrontccc.jpg,New Tales from the Borderlands,XS,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 -/games/boxart/full_8136990AmericaFrontccc.jpg,New Tales from the Borderlands,NS,Adventure,Unknown,Gearbox Software,,,,,,,,2022-10-27 -/games/boxart/full_221517JapanFrontccc.jpg,NG,PS4,Adventure,Experience Inc.,Experience Inc.,,,,,,,2019-02-21,2019-03-09 -/games/boxart/full_6508327AmericaFrontccc.png,Night In The Woods,NS,Adventure,Finji,Infinite Fall,,,,,,,2018-02-01,2018-02-18 -/games/boxart/full_7153873AmericaFrontccc.jpg,Night In The Woods,XOne,Adventure,Finji,Infinite Fall,,,,,,,2017-12-13,2018-01-16 -/games/boxart/full_5666351AmericaFrontccc.jpg,No One Lives Under the Lighthouse,XOne,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 -/games/boxart/full_8164865AmericaFrontccc.jpg,No One Lives Under the Lighthouse,XS,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 -/games/boxart/full_9699954AmericaFrontccc.jpg,No One Lives Under the Lighthouse,NS,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 -/games/boxart/full_2892783AmericaFrontccc.jpg,No One Lives Under the Lighthouse,PC,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 -/games/boxart/full_125327AmericaFrontccc.jpg,No One Lives Under the Lighthouse,PS4,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 -/games/boxart/full_4580571AmericaFrontccc.jpg,No One Lives Under the Lighthouse,PS5,Adventure,Unknown,Marevo Collective,,,,,,,,2023-06-15 -/games/boxart/full_235202AmericaFrontccc.jpg,NORCO,PC,Adventure,Unknown,Geography of Robots,,,,,,,,2022-06-26 -/games/boxart/full_5084208AmericaFrontccc.jpg,NORCO,XS,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 -/games/boxart/full_6264669AmericaFrontccc.jpg,NORCO,PS4,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 -/games/boxart/full_1136691AmericaFrontccc.jpg,NORCO,PS5,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 -/games/boxart/full_2186826AmericaFrontccc.jpg,NORCO,XOne,Adventure,Unknown,Geography of Robots,,,,,,,,2022-10-06 -/games/boxart/full_3889325AmericaFrontccc.jpg,Norman's Great Illusion,NS,Adventure,Unknown,CivilSavages,,,,,,,,2020-08-16 -/games/boxart/full_2405333AmericaFrontccc.jpg,Norman's Great Illusion,PC,Adventure,Unknown,CivilSavages,,,,,,,,2020-08-16 -/games/boxart/full_4286072AmericaFrontccc.jpg,Norman's Great Illusion,PSV,Adventure,Unknown,CivilSavages,,,,,,,,2020-08-16 -/games/boxart/full_542541AmericaFrontccc.png,NORTH,NS,Adventure,Unknown,Outlands,,,,,,,,2018-02-22 -/games/boxart/full_5277836AmericaFrontccc.png,NORTH,PC,Adventure,Unknown,Badland Studio,,,,,,,,2019-05-06 -/games/boxart/full_450393AmericaFrontccc.png,NORTH,PS4,Adventure,Unknown,Badland Studio,,,,,,,,2019-05-06 -/games/boxart/full_1277248AmericaFrontccc.png,NORTH,XOne,Adventure,Unknown,Badland Studio,,,,,,,,2019-05-06 -/games/boxart/full_3497578AmericaFrontccc.jpg,Obduction,XOne,Adventure,Unknown,Cyan Worlds,,,,,,,,2020-04-19 -/games/boxart/full_1121189AmericaFrontccc.jpg,Observation,PS4,Adventure,Devolver Digital,No Code,,,,,,,2019-05-21,2019-05-02 -/games/boxart/full_711555AmericaFrontccc.jpg,Observation,PC,Adventure,Devolver Digital,No Code,,,,,,,2019-05-21,2019-05-02 -/games/boxart/full_5619800AmericaFrontccc.png,Observer: System Redux,PS5,Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-12,2020-06-10 -/games/boxart/full_719757AmericaFrontccc.png,Observer: System Redux,XS,Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-10,2020-06-10 -/games/boxart/full_9028517AmericaFrontccc.png,Observer: System Redux,PC,Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-10,2020-09-19 -/games/boxart/full_1936372AmericaFrontccc.jpg,Octodad: Dadliest Catch,WiiU,Adventure,Young Horses,Young Horses,,,,,,,2015-11-29,2019-09-06 -/games/boxart/full_3498533AmericaFrontccc.jpg,OD,PC,Adventure,Unknown,Kojima Productions,,,,,,,,2023-12-08 -/games/boxart/full_1034998AmericaFrontccc.jpg,OD,XS,Adventure,Unknown,Kojima Productions,,,,,,,,2023-12-08 -/games/boxart/full_1554070AmericaFrontccc.jpg,OMNO,PC,Adventure,StudioInkyfox,Jonas Manke,,,,,,,2019-12-01,2019-06-11 -/games/boxart/full_9041074AmericaFrontccc.jpg,Omno,NS,Adventure,Unknown,Jonas Manke,,,,,,,,2021-08-03 -/games/boxart/full_537590AmericaFrontccc.jpg,Omno,PS4,Adventure,Unknown,Jonas Manke,,,,,,,,2021-08-03 -/games/boxart/full_1353436AmericaFrontccc.jpg,Omno,XOne,Adventure,Unknown,Jonas Manke,,,,,,,,2021-08-03 -/games/boxart/full_1077554AmericaFrontccc.png,One Eyed Kutkh,NS,Adventure,Sometimes You,Sometimes You,,,,,,,2018-03-09,2018-03-25 -/games/boxart/full_6730916AmericaFrontccc.jpg,Open Roads,PS5,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 -/games/boxart/full_6082376AmericaFrontccc.jpg,Open Roads,XOne,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 -/games/boxart/full_9495198AmericaFrontccc.jpg,Open Roads,XS,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 -/games/boxart/full_3286466AmericaFrontccc.jpg,Open Roads,NS,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 -/games/boxart/full_3410178AmericaFrontccc.jpg,Open Roads,PC,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 -/games/boxart/full_3431894AmericaFrontccc.jpg,Open Roads,PS4,Adventure,Unknown,Open Roads Team,,,,,,,,2024-01-02 -/games/boxart/full_1031973AmericaFrontccc.jpg,OPUS: Collection,NS,Adventure,PM Studios,SIGONO,,,,,,,2019-02-26,2019-01-03 -/games/boxart/full_2352440AmericaFrontccc.png,OPUS: Rocket of Whispers,NS,Adventure,Flyhigh Works,SIGONO,,,,,,,2018-03-22,2018-01-05 -/games/boxart/full_6426720AmericaFrontccc.png,OPUS: The Day We Found Earth,NS,Adventure,Flyhigh Works,SIGONO,,,,,,,2017-11-30,2018-01-05 -/games/boxart/full_2721611AmericaFrontccc.jpg,Orphan of the Machine,XS,Adventure,Dynamic Voltage Games,Dynamic Voltage Games,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_383417PALFrontccc.jpg,Ostwind/Windstorm,NS,Adventure,EuroVideo Medien,EuroVideo Medien,,,,,,,2017-12-14,2018-07-04 -/games/boxart/full_7801881PALFrontccc.jpg,Ostwind/Windstorm,PS4,Adventure,EuroVideo Medien,EuroVideo Medien,,,,,,,2017-12-07,2018-07-04 -/games/boxart/full_9132244PALFrontccc.jpg,Outcast: Second Contact,XOne,Adventure,Bigben Interactive,Bigben Interactive,,,,,,,2017-11-28,2018-09-12 -/games/boxart/full_54738AmericaFrontccc.jpg,Outer Wilds,XS,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-02 -/games/boxart/full_2724120AmericaFrontccc.jpg,Outer Wilds,NS,Adventure,Unknown,Mobius Digital,,,,,,,,2021-02-18 -/games/boxart/full_6181337AmericaFrontccc.jpg,Outer Wilds,PS4,Adventure,Annapurna Interactive,Mobius Digital,,,,,,,2019-10-15,2020-01-01 -/games/boxart/full_1423656AmericaFrontccc.jpg,Outer Wilds,PS5,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-02 -/games/boxart/full_4609065AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,PC,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 -/games/boxart/full_1708722AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,PS4,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 -/games/boxart/full_475052AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,PS5,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 -/games/boxart/full_1808768AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,XOne,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 -/games/boxart/full_5011062AmericaFrontccc.jpg,Outer Wilds - Echoes of the Eye,XS,Adventure,Unknown,Mobius Digital,,,,,,,,2022-08-25 -/games/boxart/full_6512226AmericaFrontccc.png,Outlast: Bundle of Terror,NS,Adventure,Red Barrels,Red Barrels,,,,,,,2018-02-27,2018-03-25 -/games/boxart/full_8614932AmericaFrontccc.png,Oxenfree,NS,Adventure,Night School Studio,Night School Studio,,,,,,,2017-10-06,2018-02-05 -/games/boxart/full_9177552AmericaFrontccc.jpg,Oxenfree,XOne,Adventure,Night School Studio,Night School Studio,,,,,,,2016-01-15,2017-12-17 -/games/boxart/full_8041117AmericaFrontccc.jpg,Oxenfree II: Lost Signals,PC,Adventure,Unknown,Night School Studio,,,,,,,,2023-06-05 -/games/boxart/full_3592007AmericaFrontccc.jpg,Oxenfree II: Lost Signals,PS4,Adventure,Unknown,Night School Studio,,,,,,,,2023-06-05 -/games/boxart/full_3913151AmericaFrontccc.jpg,Oxenfree II: Lost Signals,PS5,Adventure,Unknown,Night School Studio,,,,,,,,2023-06-05 -/games/boxart/full_2869898AmericaFrontccc.png,Pan-Pan,NS,Adventure,Might and Delight,Spelkraft,,,,,,,2017-09-14,2018-02-03 -/games/boxart/full_1234284AmericaFrontccc.jpg,Paper Beast,PC,Adventure,Unknown,Pixel Reef,,,,,,,,2021-01-05 -/games/boxart/full_5450286AmericaFrontccc.jpg,Paper Beast,PS4,Adventure,Unknown,Pixel Reef,,,,,,,,2020-04-24 -/games/boxart/full_4337466AmericaFrontccc.jpg,Paradise Killer,PS4,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 -/games/boxart/full_5462482AmericaFrontccc.jpg,Paradise Killer,PS5,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 -/games/boxart/full_5358940AmericaFrontccc.jpg,Paradise Killer,XOne,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 -/games/boxart/full_5394469AmericaFrontccc.jpg,Paradise Killer,XS,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 -/games/boxart/full_525625AmericaFrontccc.jpg,Paradise Killer,NS,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 -/games/boxart/full_258753AmericaFrontccc.jpg,Paradise Killer,PC,Adventure,Unknown,Kaizen Game Works,,,,,,,,2022-03-06 -/games/boxart/full_5290858AmericaFrontccc.jpg,Paradise Lost,PC,Adventure,All in! Games,PolyAmorous,,,,,,,2020-12-01,2020-06-15 -/games/boxart/full_1314826AmericaFrontccc.jpg,Paradise Lost,PS5,Adventure,All in! Games,PolyAmorous,,,,,,,2020-12-01,2020-06-15 -/games/boxart/full_3799089AmericaFrontccc.jpg,Paradise Lost,XS,Adventure,All in! Games,PolyAmorous,,,,,,,2020-12-01,2020-06-15 -/games/boxart/full_9682316AmericaFrontccc.jpg,PARANORMASIGHT: The Seven Mysteries of Honjo,NS,Adventure,Square Enix,Square Enix,,,,,,,2023-03-08,2023-03-22 -/games/boxart/full_1492797AmericaFrontccc.jpg,PARANORMASIGHT: The Seven Mysteries of Honjo,PC,Adventure,Unknown,Square Enix,,,,,,,,2023-03-22 -/games/boxart/default.jpg,Paratopic,PC,Adventure,Unknown,Arbitrary Metric,,,,,,,,2021-11-08 -/games/boxart/default.jpg,Paratopic,Linux,Adventure,Unknown,Arbitrary Metric,,,,,,,,2021-11-08 -/games/boxart/default.jpg,Paratopic,NS,Adventure,Baltoro Games,Arbitrary Metric,,,,,,,2020-08-21,2021-11-08 -/games/boxart/full_263324AmericaFrontccc.jpg,Pentiment,PC,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-14 -/games/boxart/full_5731019AmericaFrontccc.jpg,Pentiment,XOne,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-14 -/games/boxart/full_2541AmericaFrontccc.jpg,Pentiment,XS,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-14 -/games/boxart/full_1487255AmericaFrontccc.png,Perception,NS,Adventure,Feardemic,The Deep End Games,6,,,,,,2017-10-31,2018-02-04 -/games/boxart/full_5792175AmericaFrontccc.jpg,Perseverance: Part 2,PC,Adventure,Unknown,Titanite Games,,,,,,,,2020-11-23 -/games/boxart/full_3454155AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,PC,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 -/games/boxart/full_7644025AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,XOne,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 -/games/boxart/full_2077186AmericaFrontccc.png,Phoenix Wright: Ace Attorney Trilogy,NS,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 -/games/boxart/full_1595336AmericaFrontccc.jpg,Phoenix Wright: Ace Attorney Trilogy,PS4,Adventure,Capcom,Capcom,,,,,,,2019-04-09,2019-03-09 -/games/boxart/default.jpg,Pilgrims,PC,Adventure,Unknown,Amanita Design,,,,,,,,2019-10-08 -/games/boxart/full_3232865AmericaFrontccc.jpg,Planet RIX-13,PSV,Adventure,Sometimes You,9 Eyes Game Studio,,,,,,,2019-01-16,2019-01-05 -/games/boxart/full_9188314AmericaFrontccc.png,Pode,NS,Adventure,Henchman & Goon,Henchman & Goon,,,,,,,2018-05-01,2018-03-25 -/games/boxart/full_4733546AmericaFrontccc.png,Pokémon Quest,NS,Adventure,Nintendo,Game Freak,,,,,,,2018-05-29,2018-05-31 -/games/boxart/default.jpg,Pokémon Snap,WiiU,Adventure,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_4713472AmericaFrontccc.png,Pool Panic,NS,Adventure,Adult Swim,Rekim,,,,,,,2018-12-01,2018-03-25 -/games/boxart/full_3599999AmericaFrontccc.jpg,Professor Layton and The New World of Steam,NS,Adventure,Unknown,Level 5,,,,,,,,2023-02-09 -/games/boxart/full_2497163AmericaFrontccc.jpg,Project Lux,PC,Adventure,Sekai Project,Spicy Tails,,,,,,,2018-02-02,2019-06-13 -/games/boxart/full_8860085AmericaFrontccc.jpg,Project Lux,PS4,Adventure,Sekai Project,Spicy Tails,,,,,,,2019-07-01,2019-06-13 -/games/boxart/full_9164955AmericaFrontccc.png,Proteus,PC,Adventure,Twisted Tree,Ed Key and David Kanaga,8,,,,,,2013-01-30,2018-01-21 -/games/boxart/default.jpg,Quarantine Circular,NS,Adventure,Mike Bithell Games,Mike Bithell Games,,,,,,,2018-12-08,2023-07-01 -/games/boxart/full_3044745AmericaFrontccc.png,Radiation Island,NS,Adventure,Atypical Games,Atypical Games,,,,,,,2018-02-22,2018-03-25 -/games/boxart/full_5041830AmericaFrontccc.jpg,Re:Turn – One Way Trip,PS4,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 -/games/boxart/full_3003662AmericaFrontccc.jpg,Re:Turn – One Way Trip,XOne,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 -/games/boxart/full_7246157AmericaFrontccc.jpg,Re:Turn – One Way Trip,NS,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 -/games/boxart/full_7357314AmericaFrontccc.jpg,Re:Turn – One Way Trip,PC,Adventure,Green Man Gaming,Red Ego Games,,,,,,,2020-09-29,2020-07-08 -/games/boxart/full_2785401AmericaFrontccc.jpg,Recolit,PC,Adventure,Unknown,Image Labo,,,,,,,,2021-06-13 -/games/boxart/full_2568352AmericaFrontccc.jpg,Remothered: Broken Porcelain,NS,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 -/games/boxart/full_6061880AmericaFrontccc.jpg,Remothered: Broken Porcelain,PC,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 -/games/boxart/full_1816589AmericaFrontccc.jpg,Remothered: Broken Porcelain,PS4,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 -/games/boxart/full_7611912AmericaFrontccc.jpg,Remothered: Broken Porcelain,XOne,Adventure,Modus Games,Stormind Games,,,,,,,2020-10-13,2020-09-25 -/games/boxart/full_6618878AmericaFrontccc.jpg,Resonance,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2012-07-25,2017-12-31 -/games/boxart/full_1977469AmericaFrontccc.png,Return of the Obra Dinn,NS,Adventure,3909 LLC,3909 LLC,,,,,,,2019-10-18,2019-09-16 -/games/boxart/full_6036735AmericaFrontccc.jpg,Return to Monkey Island,PS5,Adventure,Unknown,Terrible Toybox,,,,,,,,2022-11-17 -/games/boxart/full_684635AmericaFrontccc.jpg,Return to Monkey Island,PC,Adventure,Devolver Digital,Terrible Toybox,,,,,,,2022-09-19,2022-08-24 -/games/boxart/full_9446344AmericaFrontccc.jpg,Return to Monkey Island,XS,Adventure,Unknown,Terrible Toybox,,,,,,,,2022-11-17 -/games/boxart/full_4109748AmericaFrontccc.jpg,Return to Monkey Island,NS,Adventure,Devolver Digital,Terrible Toybox,,,,,,,2022-09-19,2022-08-24 -/games/boxart/full_2327052AmericaFrontccc.png,Reverie,PSV,Adventure,Rainbite,Chronicle Games,,,,,,,2018-03-29,2018-04-15 -/games/boxart/default.jpg,Reverie,PC,Adventure,Unknown,Chronicle Games,,,,,,,,2018-04-15 -/games/boxart/default.jpg,Reversion - The Meeting (2nd Chapter),PC,Adventure,Unknown,3f Interactive,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Reversion - The Return (Last Chapter),PC,Adventure,Unknown,3f Interactive,,,,,,,,2019-03-29 -/games/boxart/full_357115AmericaFrontccc.jpg,RiME,PC,Adventure,Grey Box,Tequila Works,,,,,,,2017-05-26,2018-08-11 -/games/boxart/full_2275631AmericaFrontccc.jpg,Road 96: Mile 0,XOne,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 -/games/boxart/full_670249AmericaFrontccc.jpg,Road 96: Mile 0,XS,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 -/games/boxart/full_5716958AmericaFrontccc.jpg,Road 96: Mile 0,NS,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 -/games/boxart/full_9163636AmericaFrontccc.jpg,Road 96: Mile 0,PC,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 -/games/boxart/full_3496498AmericaFrontccc.jpg,Road 96: Mile 0,PS4,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 -/games/boxart/full_9376564AmericaFrontccc.jpg,Road 96: Mile 0,PS5,Adventure,Unknown,DigixArt,,,,,,,,2023-03-02 -/games/boxart/full_1447768AmericaFrontccc.png,Röki,NS,Adventure,CI Games,Polygon Treehouse,,,,,,,2020-12-30,2019-09-16 -/games/boxart/full_2534805AmericaFrontccc.jpg,Root Letter: Last Answer,PS4,Adventure,Kadokawa Games,Kadokawa Games,,,,,,,2019-09-03,2019-08-15 -/games/boxart/full_552407AmericaFrontccc.jpg,Root Letter: Last Answer,NS,Adventure,Kadokawa Games,Kadokawa Games,,,,,,,2019-09-03,2019-08-15 -/games/boxart/full_6016755AmericaFrontccc.png,Roving Rogue,WiiU,Adventure,Unknown,Padaone Games,,,,,,,,2018-01-05 -/games/boxart/full_7174127AmericaFrontccc.jpg,Rush: A Disney Pixar Adventure,PC,Adventure,THQ Nordic,Asobo Studio,,,,,,,2018-09-14,2018-11-19 -/games/boxart/full_4862969AmericaFrontccc.jpg,Rusty Lake Hotel,PC,Adventure,Rusty Lake,Rusty Lake,,,,,,,2016-01-29,2019-03-31 -/games/boxart/full_8208736AmericaFrontccc.jpg,Rusty Lake Paradise,PC,Adventure,Rusty Lake,Rusty Lake,,,,,,,2018-01-11,2019-03-31 -/games/boxart/default.jpg,S.O.N,PS4,Adventure,RedG Studios,RedG Studios,,,,,,,2019-01-01,2019-01-04 -/games/boxart/full_9382154AmericaFrontccc.jpg,Sable,PC,Adventure,Raw Fury,Shedworks,,,,,,,2020-12-01,2020-07-20 -/games/boxart/full_913481AmericaFrontccc.jpg,Sable,PS5,Adventure,Unknown,Shedworks,,,,,,,,2022-12-31 -/games/boxart/full_1218916AmericaFrontccc.jpg,Sable,PS4,Adventure,Raw Fury,Shedworks,,,,,,,2020-12-01,2020-07-20 -/games/boxart/full_4927771AmericaFrontccc.jpg,Sable,XOne,Adventure,Raw Fury,Shedworks,,,,,,,2020-12-01,2020-07-20 -/games/boxart/full_4351447AmericaFrontccc.jpg,Sable,XS,Adventure,Unknown,Shedworks,,,,,,,,2021-06-10 -/games/boxart/default.jpg,Safecracker,Int,Adventure,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_3364910AmericaFrontccc.jpg,Sagebrush,PC,Adventure,Unknown,Redact Games,,,,,,,,2019-08-22 -/games/boxart/full_2868389AmericaFrontccc.jpg,Sagebrush,XOne,Adventure,Unknown,Redact Games,,,,,,,,2019-08-22 -/games/boxart/full_2376904AmericaFrontccc.jpg,Sam & Max: This Time It's Virtual!,PC,Adventure,Unknown,HappyGiant,,,,,,,,2021-08-01 -/games/boxart/full_176904AmericaFrontccc.jpg,Sam & Max: This Time It's Virtual!,PS4,Adventure,Unknown,HappyGiant,,,,,,,,2021-08-01 -/games/boxart/full_1898295AmericaFrontccc.png,Sea of Solitude,XOne,Adventure,Electronic Arts,Jo-Mei Games,,,,,,,2019-07-05,2019-06-02 -/games/boxart/full_3482469AmericaFrontccc.png,Sea of Solitude,PS4,Adventure,Electronic Arts,Jo-Mei Games,,,,,,,2019-07-05,2019-06-02 -/games/boxart/full_5448369AmericaFrontccc.png,Sea of Solitude,PC,Adventure,Electronic Arts,Jo-Mei Games,,,,,,,2019-07-05,2019-06-02 -/games/boxart/full_3946718AmericaFrontccc.jpg,SEASON: A letter to the future,PC,Adventure,Unknown,Scavengers Studio,,,,,,,,2023-01-26 -/games/boxart/full_1750963AmericaFrontccc.jpg,SEASON: A letter to the future,PS4,Adventure,Unknown,Scavengers Studio,,,,,,,,2023-01-26 -/games/boxart/full_2980315AmericaFrontccc.jpg,SEASON: A letter to the future,PS5,Adventure,Unknown,Scavengers Studio,,,,,,,,2023-01-26 -/games/boxart/full_2607635AmericaFrontccc.jpeg,Shardlight,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2016-03-08,2017-12-31 -/games/boxart/full_4112242AmericaFrontccc.jpg,Sherlock Holmes and the Hound of the Baskervilles,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 -/games/boxart/full_6531132AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,PC,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_8560726AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,PS4,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_3419785AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,PS5,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_3813470AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,XOne,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_4556865AmericaFrontccc.jpg,Sherlock Holmes: Chapter One,XS,Adventure,Frogwares,Frogwares,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_9099047PALFrontccc.jpg,Sherlock Holmes: The Mystery of the Frozen City,3DS,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 -/games/boxart/full_3037653AmericaFrontccc.jpg,Sherlock Holmes: The Mystery of the Persian Carpet,PC,Adventure,Unknown,Frogwares,,,,,,,,2021-03-09 -/games/boxart/full_7885784AmericaFrontccc.jpg,Shibito Magire,NS,Adventure,Experience Inc.,Experience Inc.,,,,,,,2021-12-01,2020-01-14 -/games/boxart/full_7860349AmericaFrontccc.jpg,Shibito Magire,PS4,Adventure,Experience Inc.,Experience Inc.,,,,,,,2021-12-01,2020-01-14 -/games/boxart/default.jpg,Silence: The Whispered World 2,PS4,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-11-15,2018-05-25 -/games/boxart/full_5165067AmericaFrontccc.jpeg,Silence: The Whispered World 2,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-11-15,2018-05-25 -/games/boxart/full_530022AmericaFrontccc.jpg,Simulacra,XOne,Adventure,Unknown,Kaigan Games OÜ,,,,,,,,2019-11-28 -/games/boxart/full_9019721AmericaFrontccc.jpg,Simulacra,PC,Adventure,Unknown,Kaigan Games OÜ,,,,,,,,2019-11-28 -/games/boxart/full_3897AmericaFrontccc.jpg,Siren,PS4,Adventure,Sony Interactive Entertainment,SCE Japan Studio,,,,,,,2016-06-14,2018-09-24 -/games/boxart/full_7761195AmericaFrontccc.jpg,Slender: The Arrival,XS,Adventure,Unknown,Blue Isle Studios,,,,,,,,2023-09-12 -/games/boxart/full_8212431AmericaFrontccc.jpg,Slender: The Arrival,NS,Adventure,Unknown,Blue Isle Studios,,,,,,,,2023-09-12 -/games/boxart/full_9973985AmericaFrontccc.jpg,Slender: The Arrival,PS5,Adventure,Unknown,Blue Isle Studios,,,,,,,,2023-09-12 -/games/boxart/full_5347314AmericaFrontccc.jpg,Sludge Life,PC,Adventure,Unknown,Terri Vellmann,,,,,,,,2021-06-02 -/games/boxart/full_771960AmericaFrontccc.jpg,Sludge Life,NS,Adventure,Unknown,Terri Vellmann,,,,,,,,2021-06-02 -/games/boxart/full_2928803AmericaFrontccc.jpg,SOMA,XOne,Adventure,Frictional Games,Frictional Games,,,,,,,2017-12-01,2019-04-06 -/games/boxart/full_2487152AmericaFrontccc.jpg,Someday You'll Return,PC,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2020-04-14,2020-02-13 -/games/boxart/full_4069310AmericaFrontccc.jpg,Someday You'll Return,PS4,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2020-04-14,2020-02-13 -/games/boxart/full_809879AmericaFrontccc.jpg,Someday You'll Return,XOne,Adventure,CBE Software s.r.o.,CBE Software s.r.o.,,,,,,,2020-04-14,2020-02-13 -/games/boxart/full_4088290AmericaFrontccc.jpg,Somerville,XOne,Adventure,Jumpship,Jumpship,,,,,,,2022-11-15,2021-06-13 -/games/boxart/full_8526357AmericaFrontccc.jpg,Somerville,XS,Adventure,Jumpship,Jumpship,,,,,,,2022-11-15,2021-06-13 -/games/boxart/full_9706070AmericaFrontccc.jpg,Somerville,PC,Adventure,Jumpship,Jumpship,,,,,,,2022-11-15,2021-06-13 -/games/boxart/full_4047647AmericaFrontccc.jpg,Song of Horror: Episode 1,PC,Adventure,Unknown,Protocol Games,,,,,,,,2022-08-31 -/games/boxart/full_1545274AmericaFrontccc.jpg,South of the Circle,NS,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 -/games/boxart/full_2921528AmericaFrontccc.jpg,South of the Circle,PC,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 -/games/boxart/full_5020153AmericaFrontccc.jpg,South of the Circle,PS4,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 -/games/boxart/full_7495036AmericaFrontccc.jpg,South of the Circle,PS5,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 -/games/boxart/full_1711489AmericaFrontccc.jpg,South of the Circle,XOne,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 -/games/boxart/full_8589688AmericaFrontccc.jpg,South of the Circle,XS,Adventure,Unknown,State of Play Games,,,,,,,,2022-08-02 -/games/boxart/default.jpg,Space Pilgrim Academy: Reunion,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Space Pilgrim Academy: Year 1,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Space Pilgrim Academy: Year 2,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Space Pilgrim Academy: Year 3,PC,Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 -/games/boxart/full_6200968AmericaFrontccc.png,Spirit Hunter: Death Mark II,NS,Adventure,Unknown,Experience Inc.,,,,,,,,2022-11-03 -/games/boxart/full_1535710AmericaFrontccc.png,Spirit Hunter: Death Mark II,PC,Adventure,Unknown,Experience Inc.,,,,,,,,2022-11-03 -/games/boxart/full_4627414AmericaFrontccc.png,Spirit Hunter: Death Mark II,PS4,Adventure,Unknown,Experience Inc.,,,,,,,,2022-11-03 -/games/boxart/full_9210258AmericaFrontccc.jpg,Spirit of the North 2,XS,Adventure,Unknown,Infuse Studio,,,,,,,,2023-10-26 -/games/boxart/full_384949AmericaFrontccc.jpg,Spirit of the North 2,PC,Adventure,Unknown,Infuse Studio,,,,,,,,2023-10-26 -/games/boxart/full_8641921AmericaFrontccc.jpg,Spirit of the North 2,PS5,Adventure,Unknown,Infuse Studio,,,,,,,,2023-10-26 -/games/boxart/full_1162596AmericaFrontccc.jpg,Spiritfarer,PC,Adventure,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_8523216AmericaFrontccc.jpg,Spiritfarer,XOne,Adventure,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_3294504AmericaFrontccc.jpg,Star Trek: Resurgence,PS4,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 -/games/boxart/full_6815338AmericaFrontccc.jpg,Star Trek: Resurgence,PS5,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 -/games/boxart/full_2149418AmericaFrontccc.jpg,Star Trek: Resurgence,XOne,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 -/games/boxart/full_1255459AmericaFrontccc.jpg,Star Trek: Resurgence,XS,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 -/games/boxart/full_1484729AmericaFrontccc.jpg,Star Trek: Resurgence,PC,Adventure,Unknown,Dramatic Labs,,,,,,,,2021-12-10 -/games/boxart/full_4318528AmericaFrontccc.jpg,Stifled,PS4,Adventure,Sony Interactive Entertainment,Gattai Games,,,,,,,2017-10-31,2018-09-21 -/games/boxart/full_2224544AmericaFrontccc.jpg,Still There,PC,Adventure,Iceberg Interactive,GhostShark,,,,,,,2019-12-01,2019-08-13 -/games/boxart/full_9176089AmericaFrontccc.jpg,Still There,NS,Adventure,Iceberg Interactive,GhostShark,,,,,,,2019-12-01,2019-08-13 -/games/boxart/full_6740067AmericaFrontccc.jpg,Still Wakes the Deep,PC,Adventure,Unknown,The Chinese Room,,,,,,,,2023-06-12 -/games/boxart/full_4152899AmericaFrontccc.jpg,Still Wakes the Deep,PS5,Adventure,Unknown,The Chinese Room,,,,,,,,2023-06-12 -/games/boxart/full_7717284AmericaFrontccc.jpg,Still Wakes the Deep,XS,Adventure,Unknown,The Chinese Room,,,,,,,,2023-06-12 -/games/boxart/full_6999378AmericaFrontccc.jpg,Stories Untold,NS,Adventure,Devolver Digital,No Code,,,,,,,2020-01-16,2020-01-14 -/games/boxart/full_6019823AmericaFrontccc.jpg,Stories Untold,PC,Adventure,Devolver Digital,No Code,,,,,,,2017-02-27,2020-01-14 -/games/boxart/default.jpg,Submerged,PS4,Adventure,Unknown,Uppercut Games,,,,,,,,2019-08-01 -/games/boxart/full_4984235AmericaFrontccc.jpg,Submerged,XOne,Adventure,Unknown,Uppercut Games,,,,,,,,2019-08-01 -/games/boxart/full_4479236AmericaFrontccc.jpg,Submerged: Hidden Depths,PS5,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 -/games/boxart/full_9551803AmericaFrontccc.jpg,Submerged: Hidden Depths,XOne,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 -/games/boxart/full_238639AmericaFrontccc.jpg,Submerged: Hidden Depths,XS,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 -/games/boxart/full_6176755AmericaFrontccc.jpg,Submerged: Hidden Depths,PC,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 -/games/boxart/full_5724398AmericaFrontccc.jpg,Submerged: Hidden Depths,PS4,Adventure,Unknown,Uppercut Games,,,,,,,,2022-02-16 -/games/boxart/full_6017147AmericaFrontccc.jpg,Sunless Sea,Linux,Adventure,Failbetter Games,Failbetter Games,,,,,,,2015-02-06,2018-08-11 -/games/boxart/full_1428697AmericaFrontccc.png,Superbrothers: Sword & Sworcery EP,NS,Adventure,Capybara Games,Capybara Games,,,,,,,2018-10-30,2018-12-08 -/games/boxart/full_1205248AmericaFrontccc.jpg,Swordbreaker The Game,PC,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 -/games/boxart/full_3788356AmericaFrontccc.jpg,Swordbreaker The Game,PS4,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 -/games/boxart/full_5402148AmericaFrontccc.jpg,Swordbreaker The Game,XOne,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 -/games/boxart/full_9077609AmericaFrontccc.jpg,Swordbreaker The Game,PSV,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 -/games/boxart/full_3275958AmericaFrontccc.jpg,Swordbreaker The Game,NS,Adventure,Unknown,DuCats Games Studio,,,,,,,,2020-10-01 -/games/boxart/full_9102584AmericaFrontccc.png,Syberia 3,NS,Adventure,Anuman,Anuman Interactive,,,,,,,2018-01-01,2018-03-25 -/games/boxart/full_5449405AmericaFrontccc.jpg,Syberia: The World Before,PC,Adventure,Unknown,Koalabs Studio,,,,,,,,2021-08-26 -/games/boxart/full_6355897AmericaFrontccc.jpg,Tacoma,XOne,Adventure,The Fullbright Company,The Fullbright Company,,,,,,,2017-08-02,2018-01-22 -/games/boxart/full_6148834AmericaFrontccc.png,Technobabylon,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2015-05-01,2017-12-31 -/games/boxart/full_9457333AmericaFrontccc.jpg,Tell Me Why,XS,Adventure,Xbox Game Studios,DONTNOD Entertainment,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_8482904AmericaFrontccc.jpg,Tell Me Why,PC,Adventure,Xbox Game Studios,DONTNOD Entertainment,,,,,,,2020-08-27,2019-11-26 -/games/boxart/full_4605580AmericaFrontccc.png,Tell Me Why,XOne,Adventure,Xbox Game Studios,DONTNOD Entertainment,,,,,,,2020-08-27,2019-11-26 -/games/boxart/full_1042878AmericaFrontccc.jpg,Telling Lies,PS4,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2020-04-28,2020-04-27 -/games/boxart/full_6320899AmericaFrontccc.jpg,Telling Lies,XOne,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2020-04-28,2020-04-27 -/games/boxart/full_8592377AmericaFrontccc.jpg,Telling Lies,iOS,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2019-08-23,2020-04-27 -/games/boxart/full_2780661AmericaFrontccc.jpg,Telling Lies,NS,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2020-04-28,2020-04-27 -/games/boxart/full_2190363AmericaFrontccc.jpg,Telling Lies,PC,Adventure,Annapurna Interactive,Sam Barlow,,,,,,,2019-08-23,2020-04-27 -/games/boxart/full_8591991AmericaFrontccc.png,The Adventures of Bertram Fiddle: Episode 1 - A Dreadly Business,NS,Adventure,Chorus Worldwide Games,Rumpus Animation,,,,,,,2018-03-29,2019-05-06 -/games/boxart/full_8286612AmericaFrontccc.jpg,The Adventures of Bertram Fiddle: Episode 1 - A Dreadly Business,PC,Adventure,Deck 13,Rumpus Animation,,,,,,,2015-04-02,2019-05-06 -/games/boxart/full_3647860AmericaFrontccc.jpg,The Adventures of Bertram Fiddle: Episode 1 - A Dreadly Business,XOne,Adventure,Chorus Worldwide Games,Rumpus Animation,,,,,,,2019-05-08,2019-05-06 -/games/boxart/full_859708AmericaFrontccc.jpg,The Almost Gone,iOS,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 -/games/boxart/full_2151078AmericaFrontccc.jpg,The Almost Gone,And,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 -/games/boxart/full_8393925AmericaFrontccc.jpg,The Almost Gone,NS,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 -/games/boxart/full_2219435AmericaFrontccc.jpg,The Almost Gone,PC,Adventure,Playdigious,Happy Volcano,,,,,,,2020-12-01,2019-08-07 -/games/boxart/full_2808158AmericaFrontccc.jpg,The Alters,PC,Adventure,Unknown,11 bit studios,,,,,,,,2023-10-04 -/games/boxart/full_6691981AmericaFrontccc.jpg,The Alters,PS5,Adventure,Unknown,11 bit studios,,,,,,,,2023-10-04 -/games/boxart/full_4476811AmericaFrontccc.jpg,The Alters,XS,Adventure,Unknown,11 bit studios,,,,,,,,2023-10-04 -/games/boxart/full_9300939AmericaFrontccc.jpg,The Awesome Adventures of Captain Spirit,PC,Adventure,DONTNOD Entertainment,DONTNOD Entertainment,,,,,,,2018-06-26,2018-06-11 -/games/boxart/full_2725109AmericaFrontccc.jpg,The Awesome Adventures of Captain Spirit,PS4,Adventure,DONTNOD Entertainment,DONTNOD Entertainment,,,,,,,2018-06-26,2018-06-11 -/games/boxart/full_608061AmericaFrontccc.jpg,The Awesome Adventures of Captain Spirit,XOne,Adventure,DONTNOD Entertainment,DONTNOD Entertainment,,,,,,,2018-06-26,2018-06-11 -/games/boxart/full_8007972AmericaFrontccc.jpg,The Book of Unwritten Tales 2,PS3,Adventure,Nordic Games,KING Art Games,,,,,,,2015-09-22,2018-12-19 -/games/boxart/full_706835AmericaFrontccc.jpg,The Book of Unwritten Tales 2,NS,Adventure,THQ Nordic,KING Art Games,,,,,,,2019-05-31,2018-12-17 -/games/boxart/full_1631472AmericaFrontccc.jpg,The Book of Unwritten Tales 2,X360,Adventure,Nordic Games,KING Art Games,,,,,,,2015-09-18,2018-12-19 -/games/boxart/full_6688922AmericaFrontccc.png,The Bunker,NS,Adventure,Wales Interactive Ltd.,Wales Interactive Ltd.,,,,,,,2018-04-09,2018-03-26 -/games/boxart/full_3806505PALFrontccc.jpg,The Caligula Effect 2,NS,Adventure,Unknown,Historia,,,,,,,,2021-10-11 -/games/boxart/full_1315400PALFrontccc.jpg,The Caligula Effect 2,PS4,Adventure,Unknown,Historia,,,,,,,,2021-10-11 -/games/boxart/full_4345613AmericaFrontccc.jpg,The Case of the Golden Idol,PC,Adventure,Unknown,Color Gray Games,,,,,,,,2022-12-10 -/games/boxart/full_9057074AmericaFrontccc.png,The Charming Empire,NS,Adventure,D3Publisher,OperaHouse,,,,,,,2018-03-29,2018-03-26 -/games/boxart/full_2446199AmericaFrontccc.jpg,The Coma 2: Vicious Sisters,PS4,Adventure,Digerati,Devespresso Games,,,,,,,2019-12-01,2019-08-14 -/games/boxart/full_6707453AmericaFrontccc.jpg,The Coma 2: Vicious Sisters,XOne,Adventure,Digerati,Devespresso Games,,,,,,,2019-12-01,2019-08-14 -/games/boxart/full_5005413AmericaFrontccc.png,The Coma: Recut,NS,Adventure,Digerati,Devespresso Games,,,,,,,2017-11-21,2018-02-03 -/games/boxart/full_8064112AmericaFrontccc.jpg,The Complex,PC,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 -/games/boxart/full_2140855AmericaFrontccc.jpg,The Complex,PS4,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 -/games/boxart/full_6772839AmericaFrontccc.jpg,The Complex,XOne,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 -/games/boxart/full_1972439AmericaFrontccc.jpg,The Complex,NS,Adventure,Unknown,Wales Interactive Ltd.,,,,,,,,2020-03-20 -/games/boxart/full_2605470AmericaFrontccc.jpg,The Council,PS4,Adventure,Bigben Interactive,Big Bad Wolf,,,,,,,2019-01-29,2018-12-18 -/games/boxart/full_3801025AmericaFrontccc.jpg,The Council,PC,Adventure,Focus Home Interactive,Big Bad Wolf,,,,,,,2018-03-13,2018-12-17 -/games/boxart/full_3408352AmericaFrontccc.jpg,The Council,XOne,Adventure,Bigben Interactive,Big Bad Wolf,,,,,,,2019-01-29,2018-12-18 -/games/boxart/full_3855439AmericaFrontccc.png,The Count Lucanor,NS,Adventure,Merge Games,Ratalaika Games,,,,,,,2017-10-19,2018-03-26 -/games/boxart/full_3323654AmericaFrontccc.jpg,The Dark Pictures Anthology: Little Hope,PC,Adventure,Bandai Namco Entertainment,Supermassive Games Ltd.,,,,,,,2020-10-30,2020-05-29 -/games/boxart/full_674215AmericaFrontccc.jpg,The Dark Pictures Anthology: Little Hope,PS4,Adventure,Bandai Namco Entertainment,Supermassive Games Ltd.,,,,,,,2020-10-30,2020-05-29 -/games/boxart/full_1033529AmericaFrontccc.jpg,The Dark Pictures Anthology: Little Hope,XOne,Adventure,Bandai Namco Entertainment,Supermassive Games Ltd.,,,,,,,2020-10-30,2020-05-29 -/games/boxart/full_7411292AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,XOne,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 -/games/boxart/full_6584720AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,XS,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 -/games/boxart/full_9166520AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,PC,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 -/games/boxart/full_7543625AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,PS4,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 -/games/boxart/full_9468596AmericaFrontccc.jpg,The Dark Pictures Anthology: The Devil in Me,PS5,Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2022-10-30 -/games/boxart/full_168388AmericaFrontccc.png,The Darkside Detective,NS,Adventure,Unknown,Spooky Doorway,,,,,,,,2018-02-04 -/games/boxart/full_2027559AmericaFrontccc.jpg,The Deed: Dynasty,PC,Adventure,GrabTheGames,Pilgrim Adventures,,,,,,,2016-05-10,2019-04-21 -/games/boxart/full_2042267AmericaFrontccc.png,The Deer God,NS,Adventure,Level 77,Blowfish Studios,,,,,,,2017-12-21,2018-03-26 -/games/boxart/full_2958341AmericaFrontccc.jpg,The Expanse: A Telltale Series,PS5,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 -/games/boxart/full_33845AmericaFrontccc.jpg,The Expanse: A Telltale Series,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 -/games/boxart/full_2430650AmericaFrontccc.jpg,The Expanse: A Telltale Series,XS,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 -/games/boxart/full_4592172AmericaFrontccc.jpg,The Expanse: A Telltale Series,PC,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 -/games/boxart/full_7693780AmericaFrontccc.jpg,The Expanse: A Telltale Series,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2023-08-21 -/games/boxart/full_8092659AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,PC,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 -/games/boxart/full_8211873AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 -/games/boxart/full_3448838AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,PS5,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 -/games/boxart/full_1708854AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 -/games/boxart/full_746077AmericaFrontccc.jpg,The Expanse: A Telltale Series - Archangel,XS,Adventure,Unknown,Telltale Games,,,,,,,,2023-11-12 -/games/boxart/full_5062933AmericaFrontccc.png,The Fall,NS,Adventure,Unknown,Over the Moon,,,,,,,,2018-05-09 -/games/boxart/full_2294254AmericaFrontccc.png,The Flame In The Flood,NS,Adventure,The Molasses Flood,The Molasses Flood,,,,,,,2017-10-12,2018-02-05 -/games/boxart/full_2088120AmericaFrontccc.jpg,The Gem Collector,WiiU,Adventure,Unknown,TreeFall Studios,,,,,,,,2018-01-05 -/games/boxart/full_7949594AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,PC,Adventure,Unknown,Capcom,,,,,,,,2021-06-02 -/games/boxart/full_4326728AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,PS4,Adventure,Unknown,Capcom,,,,,,,,2021-06-02 -/games/boxart/full_75858AmericaFrontccc.jpg,The Great Ace Attorney Chronicles,NS,Adventure,Unknown,Capcom,,,,,,,,2021-06-02 -/games/boxart/full_7122443AmericaFrontccc.jpg,The Invincible,PC,Adventure,11 bit studios,Starward Industries,,,,,,,2023-11-06,2023-10-01 -/games/boxart/full_753615AmericaFrontccc.jpg,The Invincible,PS5,Adventure,11 bit studios,Starward Industries,,,,,,,2023-11-06,2023-10-01 -/games/boxart/full_3905714AmericaFrontccc.jpg,The Invincible,XS,Adventure,11 bit studios,Starward Industries,,,,,,,2023-11-06,2023-10-01 -/games/boxart/full_5766318AmericaFrontccc.jpg,The Invisible Hours,OR,Adventure,GameTrust,Tequila Works,,,,,,,2017-10-10,2021-10-27 -/games/boxart/full_9475209AmericaFrontccc.jpg,The Last Campfire,XOne,Adventure,Hello Games,Hello Games,,,,,,,2020-12-01,2020-06-08 -/games/boxart/full_1417168AmericaFrontccc.jpg,The Last Campfire,PC,Adventure,Hello Games,Hello Games,,,,,,,2020-12-31,2018-12-06 -/games/boxart/full_7993155AmericaFrontccc.jpg,The Last Campfire,NS,Adventure,Hello Games,Hello Games,,,,,,,2020-12-01,2020-06-08 -/games/boxart/full_8490838AmericaFrontccc.jpg,The Last Campfire,PS4,Adventure,Hello Games,Hello Games,,,,,,,2020-12-01,2020-06-08 -/games/boxart/full_193274AmericaFrontccc.jpg,The Last Worker,NS,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 -/games/boxart/full_7163425AmericaFrontccc.jpg,The Last Worker,PC,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 -/games/boxart/full_4444336AmericaFrontccc.jpg,The Last Worker,PS5,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 -/games/boxart/full_6560948AmericaFrontccc.jpg,The Last Worker,XS,Adventure,Unknown,"Oiffy, Wolf & Wood Interactive Limited",,,,,,,,2023-04-12 -/games/boxart/full_5631976AmericaFrontccc.png,The Lion's Song,NS,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2018-07-10,2019-03-27 -/games/boxart/full_676257AmericaFrontccc.jpg,The Lion's Song,Linux,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2016-07-07,2019-03-27 -/games/boxart/full_3066157AmericaFrontccc.jpg,The Lion's Song,OSX,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2016-07-07,2019-03-27 -/games/boxart/full_1395501AmericaFrontccc.jpg,The Lion's Song,PC,Adventure,Mipumi Games GmbH,Mipumi Games GmbH,,,,,,,2016-07-07,2019-03-27 -/games/boxart/default.jpg,The Little Acre,XOne,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 -/games/boxart/default.jpg,The Little Acre,PS4,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 -/games/boxart/default.jpg,The Little Acre,OSX,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 -/games/boxart/default.jpg,The Little Acre,Linux,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 -/games/boxart/default.jpg,The Little Acre,PC,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 -/games/boxart/default.jpg,The Little Acre,iOS,Adventure,Unknown,Pewter Games Studios,,,,,,,,2018-01-06 -/games/boxart/full_8902395AmericaFrontccc.jpg,The Long Dark,NS,Adventure,Unknown,Hinterland Studio Inc.,,,,,,,,2020-09-17 -/games/boxart/full_1901953AmericaFrontccc.png,The Long Reach,NS,Adventure,Merge Games,Painted Black Games,,,,,,,2018-03-14,2018-01-30 -/games/boxart/default.jpg,The Longing,NS,Adventure,Unknown,Studio Seufz,,,,,,,,2021-11-10 -/games/boxart/full_2019805AmericaFrontccc.jpg,The Mammoth,PC,Adventure,inbetweengames,inbetweengames,,,,,,,2015-08-24,2019-04-21 -/games/boxart/full_3132413AmericaFrontccc.jpg,The Medium,XS,Adventure,Bloober Team,Bloober Team,,,,,,,2020-12-01,2020-05-07 -/games/boxart/full_8277530AmericaFrontccc.jpg,The Medium,PS5,Adventure,Bloober Team S.A.,Bloober Team,,,,,,,2021-09-03,2021-06-16 -/games/boxart/full_5378774AmericaFrontccc.jpg,The Medium,PC,Adventure,Bloober Team,Bloober Team,,,,,,,2020-12-01,2020-05-07 -/games/boxart/full_9078239AmericaFrontccc.png,The Men of Yoshiwara: Kikuya,NS,Adventure,D3Publisher,D3 Publisher,,,,,,,2018-02-01,2018-03-26 -/games/boxart/full_9848552AmericaFrontccc.png,The Men of Yoshiwara: Ohgiya,NS,Adventure,D3 Publisher,D3 Publisher,,,,,,,2018-03-08,2018-03-26 -/games/boxart/full_9797434AmericaFrontccc.jpg,The Murder of Sonic the Hedgehog,PC,Adventure,Unknown,Sega,,,,,,,,2023-04-05 -/games/boxart/full_1944424AmericaFrontccc.jpeg,The Night of the Rabbit,PC,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2013-05-28,2017-12-31 -/games/boxart/full_8445854AmericaFrontccc.jpg,The Occupation,XOne,Adventure,Humble Bundle,White Paper Games,,,,,,,2019-02-05,2018-09-11 -/games/boxart/full_4643291AmericaFrontccc.jpg,The Occupation,PS4,Adventure,Humble Bundle,White Paper Games,,,,,,,2019-02-05,2018-09-11 -/games/boxart/full_5148560AmericaFrontccc.jpg,The Old City: Leviathan,PC,Adventure,Unknown,PostMod Softworks,,,,,,,,2022-08-23 -/games/boxart/full_4029523AmericaFrontccc.jpg,The Outbound Ghost,NS,Adventure,Merge Games,Digerati,,,,,,,2022-11-25,2023-03-21 -/games/boxart/full_9882967AmericaFrontccc.jpg,The Outer Worlds 2,PC,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2021-06-13 -/games/boxart/full_5075350AmericaFrontccc.jpg,The Outer Worlds 2,XS,Adventure,Unknown,Obsidian Entertainment,,,,,,,,2021-06-13 -/games/boxart/full_5333120AmericaFrontccc.jpg,The Park,PS4,Adventure,Funcom,Fun Com,,,,,,,2016-05-03,2023-07-06 -/games/boxart/full_5364266AmericaFrontccc.jpg,The Pathless,PS4,Adventure,Annapurna Interactive,Giant Squid Studios,,,,,,,2020-12-01,2019-06-08 -/games/boxart/full_4239155AmericaFrontccc.jpg,The Pathless,PS5,Adventure,Annapurna Interactive,Giant Squid Studios,,,,,,,2020-12-01,2020-06-15 -/games/boxart/full_5013577AmericaFrontccc.jpg,The Pathless,PC,Adventure,Annapurna Interactive,Giant Squid Studios,,,,,,,2020-12-01,2019-06-08 -/games/boxart/full_7392570AmericaFrontccc.jpg,The Perplexing Orb,WiiU,Adventure,Unknown,TreeFall Studios,,,,,,,,2018-01-05 -/games/boxart/full_2850141AmericaFrontccc.jpeg,The Pillars of the Earth,PC,Adventure,Kalypso Media,Daedalic Entertainment,,,,,,,2017-11-28,2018-09-20 -/games/boxart/full_2369963AmericaFrontccc.jpg,The Plan,PC,Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2014-02-14,2019-04-08 -/games/boxart/full_8010462AmericaFrontccc.jpg,The Plane Effect,NS,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 -/games/boxart/full_2200586AmericaFrontccc.jpg,The Plane Effect,PC,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 -/games/boxart/full_490503AmericaFrontccc.jpg,The Plane Effect,PS5,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 -/games/boxart/full_4043106AmericaFrontccc.jpg,The Plane Effect,XS,Adventure,Unknown,Studio Kiku,,,,,,,,2021-07-24 -/games/boxart/full_9790641AmericaFrontccc.jpg,The Quarry,XOne,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 -/games/boxart/full_6987514AmericaFrontccc.jpg,The Quarry,XS,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 -/games/boxart/full_5170721AmericaFrontccc.jpg,The Quarry,PC,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 -/games/boxart/full_9995341AmericaFrontccc.jpg,The Quarry,PS4,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 -/games/boxart/full_9794272AmericaFrontccc.jpg,The Quarry,PS5,Adventure,2K Games,Supermassive Games Ltd.,,,,,,,2022-06-10,2022-04-27 -/games/boxart/full_834411AmericaFrontccc.jpg,The Raven Remastered,PC,Adventure,THQ Nordic,KING Art Games,,,,,,,2018-03-13,2018-01-29 -/games/boxart/full_3033936AmericaFrontccc.jpg,The Raven Remastered,NS,Adventure,THQ Nordic,KING Art Games,,,,,,,2019-01-22,2018-12-17 -/games/boxart/full_6376997AmericaFrontccc.png,The Red Lantern,NS,Adventure,"Timberline Studio, Inc.","Timberline Studio, Inc.",,,,,,,2020-12-30,2019-04-02 -/games/boxart/full_3347620AmericaFrontccc.png,The Room Three,PC,Adventure,Unknown,Fireproof Games,,,,,,,,2017-12-31 -/games/boxart/default.jpg,The Sea Will Claim Everything,PC,Adventure,Unknown,Jonas Kyratzes,,,,,,,,2018-01-06 -/games/boxart/full_9129819AmericaFrontccc.png,The Sexy Brutale,NS,Adventure,Tequila Works,Tequila Works,,,,,,,2017-12-07,2018-03-26 -/games/boxart/full_1991509AmericaFrontccc.png,The Shivah,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2013-11-21,2017-12-31 -/games/boxart/full_2952425AmericaFrontccc.png,The Starship Damrey,3DS,Adventure,Level 5,Level 5,5.4,,,,,,2013-05-16,2018-04-12 -/games/boxart/full_1116674AmericaFrontccc.jpg,The Station,XOne,Adventure,Unknown,The Station,,,,,,,,2018-02-19 -/games/boxart/full_7482668AmericaFrontccc.jpg,The Station,PC,Adventure,Unknown,The Station,,,,,,,,2018-02-19 -/games/boxart/full_7102018AmericaFrontccc.jpg,The Station,PS4,Adventure,Unknown,The Station,,,,,,,,2018-02-19 -/games/boxart/full_5471215AmericaFrontccc.png,The Stillness of the Wind,NS,Adventure,Fellow Traveller,Memory of God,,,,,,,2019-02-07,2019-03-28 -/games/boxart/full_9482720AmericaFrontccc.jpg,The Suicide of Rachel Foster,NS,Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-10-31,2023-07-02 -/games/boxart/default.jpg,The Suicide of Rachel Foster,PC,Adventure,Unknown,Daedalic Entertainment,,,,,,,,2020-12-07 -/games/boxart/full_7636215AmericaFrontccc.jpg,The Vanishing of Ethan Carter,NS,Adventure,The Astronauts,The Astronauts,,,,,,,2019-08-15,2019-08-16 -/games/boxart/full_3212781AmericaFrontccc.jpg,The Vanishing of Ethan Carter,XOne,Adventure,The Astronauts,The Astronauts,,,,,,,2018-01-19,2018-01-12 -/games/boxart/full_7256414AmericaFrontccc.png,The Walking Dead - A Telltale Series - The Final Season,NS,Adventure,Telltale Games,Telltale Games,,,,,,,2018-08-13,2018-11-02 -/games/boxart/default.jpg,The Walking Dead - A Telltale Series - The Final Season,PC,Adventure,Unknown,Telltale Games,,,,,,,,2019-03-23 -/games/boxart/full_9415938AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Five - No Going Back,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_4749111AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Four - Amid the Ruins,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_6061960AmericaFrontccc.jpg,The Walking Dead Season Two: Episode One - All That Remains,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_6467500AmericaFrontccc.jpg,The Walking Dead Season Two: Episode One - All That Remains,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_2376816AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Three - In Harm's Way,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_6950497AmericaFrontccc.jpg,The Walking Dead Season Two: Episode Two - A House Divided,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_2437161AmericaFrontccc.jpg,The Walking Dead: 400 Days,PS3,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 -/games/boxart/full_3252512AmericaFrontccc.jpg,The Walking Dead: 400 Days,PS4,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 -/games/boxart/full_362586AmericaFrontccc.jpg,The Walking Dead: 400 Days,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 -/games/boxart/full_6805132AmericaFrontccc.jpg,The Walking Dead: 400 Days,XOne,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 -/games/boxart/full_1628511AmericaFrontccc.jpg,The Walking Dead: 400 Days,NS,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 -/games/boxart/full_7050086AmericaFrontccc.jpg,The Walking Dead: 400 Days,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-18 -/games/boxart/full_5454379AmericaFrontccc.jpg,The Walking Dead: Episode 1 - A New Day,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_9437242AmericaFrontccc.png,The Walking Dead: Episode 2 - Starved For Help,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_6862568AmericaFrontccc.jpg,The Walking Dead: Episode 3 - Long Road Ahead,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_5876539AmericaFrontccc.jpg,The Walking Dead: Episode 4 - Around Every Corner,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_4941531AmericaFrontccc.jpg,The Walking Dead: Episode 5 - No Time Left,X360,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_4746712AmericaFrontccc.jpg,The Walking Dead: Michonne Episode 1 - In Too Deep,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_8385097AmericaFrontccc.jpg,The Walking Dead: Michonne Episode 2 - Give No Shelter,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_5735580AmericaFrontccc.jpg,The Walking Dead: Michonne Episode 3 - What We Deserve,PC,Adventure,Unknown,Telltale Games,,,,,,,,2022-08-21 -/games/boxart/full_1796059AmericaFrontccc.png,The Wardrobe,NS,Adventure,Unknown,C.I.N.I.C. Games,,,,,,,,2018-02-02 -/games/boxart/full_6831370AmericaFrontccc.jpg,The Way,XOne,Adventure,PlayWay,Puzzling Dream,,,,,,,2017-04-08,2019-04-20 -/games/boxart/full_8911202AmericaFrontccc.jpg,The Way,Linux,Adventure,PlayWay,Puzzling Dream,,,,,,,2016-05-20,2019-04-20 -/games/boxart/full_4991916AmericaFrontccc.jpg,The Way,OSX,Adventure,PlayWay,Puzzling Dream,,,,,,,2016-05-20,2019-04-20 -/games/boxart/full_9612001AmericaFrontccc.jpg,The Way,PC,Adventure,PlayWay,Puzzling Dream,,,,,,,2016-05-20,2019-04-20 -/games/boxart/full_4292881AmericaFrontccc.png,The Way Remastered,NS,Adventure,SONKA,SONKA,,,,,,,2018-04-20,2019-04-20 -/games/boxart/full_9806120AmericaFrontccc.png,The Wolf Among Us,X360,Adventure,Telltale Games,Telltale Games,,,,,,,2014-11-04,2018-03-31 -/games/boxart/full_4393111AmericaFrontccc.jpg,There Is No Game: Wrong Dimension,PC,Adventure,Unknown,Draw Me A Pixel,,,,,,,,2021-01-13 -/games/boxart/default.jpg,Theseus,OR,Adventure,Unknown,Forge Reply,,,,,,,,2022-03-15 -/games/boxart/full_7647116AmericaFrontccc.png,Thimbleweed Park,NS,Adventure,Terrible Toybox,Terrible Toybox,,,,,,,2017-09-21,2018-01-31 -/games/boxart/full_2447795AmericaFrontccc.jpg,This is the Zodiac Speaking,PC,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 -/games/boxart/full_3831426AmericaFrontccc.jpg,This is the Zodiac Speaking,PS4,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 -/games/boxart/full_3159126AmericaFrontccc.jpg,This is the Zodiac Speaking,XOne,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 -/games/boxart/full_3001495AmericaFrontccc.jpg,This is the Zodiac Speaking,NS,Adventure,Unknown,Punch Punk Games,,,,,,,,2020-11-09 -/games/boxart/full_1930161AmericaFrontccc.jpg,TOEM,NS,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 -/games/boxart/full_8461159AmericaFrontccc.jpg,TOEM,PC,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 -/games/boxart/full_2627584AmericaFrontccc.jpg,TOEM,PS5,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 -/games/boxart/full_2334764AmericaFrontccc.jpg,TOEM,XOne,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 -/games/boxart/full_5993261AmericaFrontccc.jpg,TOEM,XS,Adventure,Unknown,Something We Made,,,,,,,,2023-07-22 -/games/boxart/full_9349590AmericaFrontccc.jpg,Tohu,iOS,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 -/games/boxart/full_4926915AmericaFrontccc.jpg,Tohu,PC,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 -/games/boxart/full_2610943AmericaFrontccc.jpg,Tohu,PS4,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 -/games/boxart/full_4367362AmericaFrontccc.jpg,Tohu,NS,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 -/games/boxart/full_9794415AmericaFrontccc.jpg,Tohu,XOne,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 -/games/boxart/full_3296592AmericaFrontccc.jpg,Tohu,And,Adventure,Unknown,Fireart Games,,,,,,,,2021-01-30 -/games/boxart/full_3955530AmericaFrontccc.jpg,Tokyo Chronos,PS4,Adventure,Sekai Project,MyDearest Inc.,,,,,,,2019-08-01,2019-06-14 -/games/boxart/full_9463427AmericaFrontccc.jpg,Tokyo Chronos,PC,Adventure,Sekai Project,MyDearest Inc.,,,,,,,2019-03-20,2019-06-14 -/games/boxart/full_8265906AmericaFrontccc.jpg,Tokyo Dark: Remembrance,PS4,Adventure,Unties,Mebius,,,,,,,2020-01-10,2020-01-13 -/games/boxart/full_1298482AmericaFrontccc.png,Tokyo Dark: Remembrance,NS,Adventure,Unties,Mebius,,,,,,,2019-11-07,2018-08-03 -/games/boxart/default.jpg,Tormentum - Dark Sorrow,And,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Tormentum - Dark Sorrow,OSX,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Tormentum - Dark Sorrow,PC,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 -/games/boxart/full_2304637AmericaFrontccc.jpg,Transference,PC,Adventure,Ubisoft,Ubisoft,,,,,,,2018-09-18,2020-01-30 -/games/boxart/full_6181155AmericaFrontccc.jpg,Trenches,PS5,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 -/games/boxart/full_6926514AmericaFrontccc.jpg,Trenches,XS,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 -/games/boxart/full_1148515AmericaFrontccc.jpg,Trenches,NS,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 -/games/boxart/full_7533588AmericaFrontccc.jpg,Trenches,PS4,Adventure,Unknown,Steelkrill Studio,,,,,,,,2023-02-01 -/games/boxart/default.jpg,Trüberbrook,XOne,Adventure,Headup Games,btf,,,,,,,2019-01-01,2019-01-03 -/games/boxart/full_6516833AmericaFrontccc.jpg,Trüberbrook,PC,Adventure,Headup Games,btf,,,,,,,2019-01-01,2019-01-03 -/games/boxart/full_9883498PALFrontccc.jpg,Trüberbrook,NS,Adventure,Merge Games,btf,,,,,,,2019-03-19,2019-01-03 -/games/boxart/full_9239003PALFrontccc.jpg,Trüberbrook,PS4,Adventure,Merge Games,btf,,,,,,,2019-03-19,2019-01-03 -/games/boxart/default.jpg,Tsioque,OSX,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Tsioque,PC,Adventure,Unknown,OhNoo Studio,,,,,,,,2018-01-06 -/games/boxart/full_3739007AmericaFrontccc.jpg,Twin Mirror,PC,Adventure,Bandai Namco,DONTNOD Entertainment,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_125609AmericaFrontccc.jpg,Twin Mirror,XOne,Adventure,Bandai Namco,DONTNOD Entertainment,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_8639536AmericaFrontccc.jpg,Twin Mirror,PS4,Adventure,Bandai Namco,DONTNOD Entertainment,,,,,,,2020-12-01,2019-06-09 -/games/boxart/default.jpg,Unavowed,PC,Adventure,Wadjet Eye Games,Wadjet Eye Games,,,,,,,2018-01-01,2017-12-31 -/games/boxart/full_9962168AmericaFrontccc.jpg,Uncle Albert’s Fabulous Voyage,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,1999-01-01,2021-03-22 -/games/boxart/full_9571477AmericaFrontccc.jpg,Uncle Albert’s Magical Album,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,1998-01-01,2021-03-22 -/games/boxart/full_634071AmericaFrontccc.jpg,Uncle Albert’s Mysterious Island,All,Adventure,Emme Interactive,Lexis Numerique,,,,,,,2000-01-01,2021-03-22 -/games/boxart/full_1232103AmericaFrontccc.jpg,Under The Waves,XOne,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 -/games/boxart/full_7933354AmericaFrontccc.jpg,Under The Waves,XS,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 -/games/boxart/full_2883569AmericaFrontccc.jpg,Under The Waves,PC,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 -/games/boxart/full_5868416AmericaFrontccc.jpg,Under The Waves,PS4,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 -/games/boxart/full_4200969AmericaFrontccc.jpg,Under The Waves,PS5,Adventure,Unknown,Parallel Studio,,,,,,,,2023-07-02 -/games/boxart/full_2243580AmericaFrontccc.jpg,Undying,PC,Adventure,Vanimals,Vanimals,,,,,,,2020-12-01,2019-08-08 -/games/boxart/full_8916122AmericaFrontccc.jpg,Undying,PS4,Adventure,Vanimals,Vanimals,,,,,,,2020-12-01,2019-08-08 -/games/boxart/default.jpg,VA-11 HALL-A,OSX,Adventure,Unknown,Sukeban Games,,,,,,,,2018-01-06 -/games/boxart/default.jpg,VA-11 HALL-A,Linux,Adventure,Unknown,Sukeban Games,,,,,,,,2018-01-06 -/games/boxart/full_553889PALFrontccc.jpg,Valiant Hearts: The Great War,NS,Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2018-11-18,2019-05-05 -/games/boxart/full_9789558AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,Linux,Adventure,Draw Distance,Draw Distance,,,,,,,2019-12-11,2019-06-16 -/games/boxart/full_9852257AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,NS,Adventure,Draw Distance,Draw Distance,,,,,,,2020-03-24,2019-06-16 -/games/boxart/full_6027786AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,PC,Adventure,Draw Distance,Draw Distance,,,,,,,2019-12-11,2019-06-16 -/games/boxart/full_4192806AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,PS4,Adventure,Draw Distance,Draw Distance,,,,,,,2020-03-25,2020-03-29 -/games/boxart/full_4108628AmericaFrontccc.png,Vampire: The Masquerade – Coteries of New York,XOne,Adventure,Draw Distance,Draw Distance,,,,,,,2020-04-15,2020-03-29 -/games/boxart/full_7529152AmericaFrontccc.jpg,Vane,PS4,Adventure,Friend & Foe,Friend & Foe,,,,,,,2019-01-15,2019-03-24 -/games/boxart/full_76349AmericaFrontccc.jpg,Venba,PS5,Adventure,Unknown,Visai Games,,,,,,,,2023-09-08 -/games/boxart/full_1110183AmericaFrontccc.jpg,Venba,XOne,Adventure,Unknown,Visai Games,,,,,,,,2023-09-08 -/games/boxart/full_323407AmericaFrontccc.jpg,Venba,XS,Adventure,Unknown,Visai Games,,,,,,,,2023-09-08 -/games/boxart/full_2020377AmericaFrontccc.jpg,Viewfinder,PC,Adventure,Unknown,Sad Owl Studios,,,,,,,,2023-06-15 -/games/boxart/full_7230307AmericaFrontccc.jpg,Viewfinder,PS5,Adventure,Unknown,Sad Owl Studios,,,,,,,,2023-06-15 -/games/boxart/full_7936864AmericaFrontccc.png,Violett,NS,Adventure,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2017-10-26,2018-02-04 -/games/boxart/full_1359721AmericaFrontccc.jpg,Violett Remastered,PC,Adventure,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2013-12-13,2019-04-07 -/games/boxart/default.jpg,Virginia,PC,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Virginia,XOne,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 -/games/boxart/full_4016688AmericaFrontccc.jpg,Virginia,PS4,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Virginia,OSX,Adventure,Unknown,Variable State,,,,,,,,2018-01-06 -/games/boxart/full_4102264AmericaFrontccc.jpg,"Walden, a game",XOne,Adventure,Unknown,USC Games,,,,,,,,2022-08-29 -/games/boxart/full_1054484AmericaFrontccc.jpg,"Walden, a game",PC,Adventure,Unknown,USC Games,,,,,,,,2022-08-29 -/games/boxart/full_457718AmericaFrontccc.jpg,"Walden, a game",PS4,Adventure,Unknown,USC Games,,,,,,,,2022-08-29 -/games/boxart/full_2263731AmericaFrontccc.png,Wandersong,NS,Adventure,Humble Bundle,Greg Lobanov,,,,,,,2018-09-27,2018-09-29 -/games/boxart/default.jpg,way to the woods,XOne,Adventure,Unknown,Unknown,,,,,,,,2019-06-09 -/games/boxart/default.jpg,way to the woods,PC,Adventure,Unknown,Unknown,,,,,,,,2019-06-09 -/games/boxart/full_9742626AmericaFrontccc.jpg,Ways to the Woods,PC,Adventure,Team 17,Anthony Tan,,,,,,,2020-12-01,2020-08-01 -/games/boxart/full_2792501AmericaFrontccc.jpg,Ways to the Woods,XOne,Adventure,Team 17,Anthony Tan,,,,,,,2020-12-01,2020-08-01 -/games/boxart/full_7645784AmericaFrontccc.jpg,We Are OFK,PS4,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 -/games/boxart/full_690724AmericaFrontccc.jpg,We Are OFK,PS5,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 -/games/boxart/full_2339939AmericaFrontccc.jpg,We Are OFK,NS,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 -/games/boxart/full_4249190AmericaFrontccc.jpg,We Are OFK,PC,Adventure,Unknown,Team OFK,,,,,,,,2022-09-19 -/games/boxart/full_5940658AmericaFrontccc.jpg,We Were Here Forever,PS4,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 -/games/boxart/full_6179290AmericaFrontccc.jpg,We Were Here Forever,PS5,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 -/games/boxart/full_6065044AmericaFrontccc.jpg,We Were Here Forever,XOne,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 -/games/boxart/full_4446699AmericaFrontccc.jpg,We Were Here Forever,XS,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 -/games/boxart/full_1198804AmericaFrontccc.jpg,We Were Here Forever,PC,Adventure,Unknown,Total Mayhem Games,,,,,,,,2022-12-07 -/games/boxart/full_8557923AmericaFrontccc.jpg,We Were Here Together,PC,Adventure,Total Mayhem Games,Total Mayhem Games,,,,,,,2019-10-10,2020-06-03 -/games/boxart/full_3384747AmericaFrontccc.jpg,We Were Here Together,XOne,Adventure,Total Mayhem Games,Total Mayhem Games,,,,,,,2020-06-05,2020-06-03 -/games/boxart/full_1373411AmericaFrontccc.jpg,We Were Here Too,PC,Adventure,Total Mayhem Games,Total Mayhem Games,,,,,,,2018-02-02,2018-03-19 -/games/boxart/full_4034968AmericaFrontccc.jpg,Welcome to Elk,PC,Adventure,Triple Topping,Triple Topping,,,,,,,2020-09-17,2020-09-04 -/games/boxart/full_5510373AmericaFrontccc.jpg,Welcome to Elk,XOne,Adventure,Triple Topping,Triple Topping,,,,,,,2020-09-17,2020-09-04 -/games/boxart/full_7618972AmericaFrontccc.png,West of Loathing,NS,Adventure,Asymmetric,Asymmetric Publications,,,,,,,2018-05-31,2018-03-26 -/games/boxart/full_478098AmericaFrontccc.jpg,WHALIEN - Unexpected Guests,PC,Adventure,Unknown,Forbidden Folds,,,,,,,,2023-03-09 -/games/boxart/full_270726AmericaFrontccc.jpg,What Happened,PC,Adventure,Unknown,Genius Slackers,,,,,,,,2020-08-05 -/games/boxart/full_9788068AmericaFrontccc.jpg,What Happened,PS4,Adventure,Unknown,Genius Slackers,,,,,,,,2020-08-05 -/games/boxart/full_9545355AmericaFrontccc.jpg,What Happened,XOne,Adventure,Unknown,Genius Slackers,,,,,,,,2020-08-05 -/games/boxart/full_10578AmericaFrontccc.jpg,What Remains of Edith Finch,NS,Adventure,Unknown,Giant Sparrow,,,,,,,,2022-07-28 -/games/boxart/full_6989454AmericaFrontccc.jpg,What Remains of Edith Finch,XOne,Adventure,Unknown,Giant Sparrow,,,,,,,,2022-07-28 -/games/boxart/full_2135492AmericaFrontccc.jpg,What Remains of Edith Finch,XS,Adventure,Unknown,Giant Sparrow,,,,,,,,2022-07-28 -/games/boxart/full_5209568AmericaFrontccc.jpg,Whateverland,PS5,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 -/games/boxart/full_2442524AmericaFrontccc.jpg,Whateverland,XOne,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 -/games/boxart/full_1983207AmericaFrontccc.jpg,Whateverland,XS,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 -/games/boxart/full_9242564AmericaFrontccc.jpg,Whateverland,NS,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 -/games/boxart/full_7949700AmericaFrontccc.jpg,Whateverland,PC,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 -/games/boxart/full_4744191AmericaFrontccc.jpg,Whateverland,PS4,Adventure,Unknown,Caligari Games,,,,,,,,2023-09-29 -/games/boxart/full_7352763AmericaFrontccc.png,Wheels of Aurelia,NS,Adventure,Mixedbag Srl,Santa Ragione Srl,,,,,,,2017-11-02,2018-03-26 -/games/boxart/full_6238915AmericaFrontccc.jpg,When the Past was Around,NS,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 -/games/boxart/full_6491678AmericaFrontccc.jpg,When the Past was Around,PS4,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 -/games/boxart/full_5835338AmericaFrontccc.jpg,When the Past was Around,XOne,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 -/games/boxart/full_433462AmericaFrontccc.jpg,When the Past was Around,PC,Adventure,Unknown,Mojiken Studio,,,,,,,,2020-12-30 -/games/boxart/full_4181215AmericaFrontccc.png,Whispering Willows,WiiU,Adventure,Akupara Games,Night Light Interactive,,,,,,,2020-01-20,2020-09-20 -/games/boxart/full_305277PALFrontccc.png,White Day: A Labyrinth Named School (2001),PC,Adventure,Unknown,Sonnori,,,,,,,,2018-02-08 -/games/boxart/default.jpg,White Water!,Int,Adventure,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_3594497AmericaFrontccc.jpg,Wilson's Heart,OR,Adventure,Oculus,Twisted Pixel Games,,,,,,,2017-04-21,2021-10-27 -/games/boxart/full_9798359AmericaFrontccc.png,Woodle Tree Adventures,NS,Adventure,Chubby Pixel,Chubby Pixel,,,,,,,2017-12-21,2018-03-26 -/games/boxart/full_4078189JapanFrontccc.jpg,Yakuza 4,PS4,Adventure,Sega,Sega,,,,,,,2019-01-17,2019-01-25 -/games/boxart/default.jpg,Year Walk,PC,Adventure,Simogo,Simogo,,,,,,,2014-03-06,2018-01-05 -/games/boxart/default.jpg,Year Walk,OSX,Adventure,Unknown,Simogo,,,,,,,,2018-01-06 -/games/boxart/default.jpg,Yesterday,PC,Adventure,Focus Home Interactive,Pendulo Studios,,,,,,,2012-03-22,2018-01-05 -/games/boxart/full_7165347PALFrontccc.jpg,Yesterday Origins,NS,Adventure,Unknown,Pendulo Studios,,,,,,,,2018-04-10 -/games/boxart/default.jpg,Yesterday Origins,PC,Adventure,Microids,Pendulo Studio,,,,,,,2016-11-10,2018-01-05 -/games/boxart/full_702043AmericaFrontccc.jpg,Yomawari: Night Alone,All,Adventure,NIS America,Nippon Ichi Software,,,,,,,2016-10-25,2021-02-03 -/games/boxart/full_9666065AmericaFrontccc.png,Yono and the Celestial Elephants,NS,Adventure,Plug In Digital,Neckbolt,,,,,,,2017-10-12,2018-03-26 -/games/boxart/default.jpg,Yuppie Psycho,PS4,Adventure,Unknown,Baroque Decay,,,,,,,,2018-04-17 -/games/boxart/default.jpg,Yuppie Psycho,XOne,Adventure,Unknown,Baroque Decay,,,,,,,,2018-04-17 -/games/boxart/default.jpg,Yuppie Psycho,NS,Adventure,Unknown,Baroque Decay,,,,,,,,2018-04-17 -/games/boxart/full_7292379AmericaFrontccc.jpg,Grand Theft Auto,Series,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,1998-03-27,2020-02-03 -/games/boxart/full_3450397AmericaFrontccc.png,Minecraft,All,Action-Adventure,Mojang,Mojang AB,,,,,,,2011-11-18,2020-10-08 -/games/boxart/full_6011385AmericaFrontccc.jpg,Lego,Series,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,1997-09-26,2020-03-01 -/games/boxart/full_9916295AmericaFrontccc.jpg,Assassin's Creed,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2007-11-13,2020-02-11 -/games/boxart/full_5096432AmericaFrontccc.png,Grand Theft Auto V,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2013-09-17,2020-10-08 -/games/boxart/full_1095110AmericaFrontccc.jpg,The Legend of Zelda,Series,Action-Adventure,Nintendo,Nintendo,,,,,,,1987-07-14,2020-02-03 -/games/boxart/full_3812017AmericaFrontccc.png,Resident Evil,Series,Action-Adventure,Capcom,Capcom,,,,,,,1996-03-30,2020-02-03 -/games/boxart/full_4657184AmericaFrontccc.jpg,Tomb Raider,Series,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1996-11-14,2020-02-27 -/games/boxart/full_6060997AmericaFrontccc.jpg,Red Dead,Series,Action-Adventure,Rockstar Games,Rockstar San Diego,,,,,,,2004-05-04,2020-02-26 -/games/boxart/full_5665526AmericaFrontccc.jpg,Harry Potter/Wizarding World,Series,Action-Adventure,Electronic Arts,Griptonite Games,,,,,,,2001-11-15,2023-02-23 -/games/boxart/full_2853547AmericaFrontccc.jpg,Metal Gear,Series,Action-Adventure,Konami,Konami,,,,,,,1987-07-13,2020-02-26 -/games/boxart/full_5942658AmericaFrontccc.jpg,Red Dead Redemption 2,All,Action-Adventure,Rockstar Games,Rockstar Studios,,,,,,,2018-10-26,2020-10-08 -/games/boxart/full_1707AmericaFrontccc.jpg,Lego Star Wars,Series,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2005-03-29,2020-03-02 -/games/boxart/full_9139038AmericaFrontccc.jpg,Spider-Man,Series,Action-Adventure,Parker Brothers,Parker Brothers,,,,,,,1982-01-01,2020-03-12 -/games/boxart/full_7749058AmericaFrontccc.jpg,Terraria,Series,Action-Adventure,505 Games,Re-Logic,,,,,,,2011-05-16,2020-03-07 -/games/boxart/full_16750AmericaFrontccc.jpg,Marvel's Spider-Man,Series,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2018-09-07,2023-01-08 -/games/boxart/full_3923196AmericaFrontccc.jpg,The Last of Us,Series,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2013-06-14,2020-03-02 -/games/boxart/full_370962AmericaFrontccc.jpg,The Legend of Zelda: Breath of the Wild,All,Action-Adventure,Nintendo,Nintendo,,,,,,,2017-03-03,2023-02-07 -/games/boxart/full_4779170AmericaFrontccc.png,Horizon,Series,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2017-02-28,2020-09-24 -/games/boxart/full_4436858AmericaFrontccc.png,The Legend of Zelda: Breath of the Wild,NS,Action-Adventure,Nintendo,Nintendo EPD,9.9,,,,,,2017-03-03,2018-11-19 -/games/boxart/full_9580557AmericaFrontccc.jpg,Tom Clancy's Splinter Cell,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2002-11-17,2020-02-08 -/games/boxart/full_8781914AmericaFrontccc.jpg,Dying Light,Series,Action-Adventure,Techland,Techland,,,,,,,2015-01-27,2022-04-22 -/games/boxart/full_1105403AmericaFrontccc.jpg,James Bond,Series,Action-Adventure,Parker Bros.,Richard Shepherd Software,,,,,,,1983-01-01,2020-03-08 -/games/boxart/full_8875022AmericaFrontccc.jpg,Grand Theft Auto: San Andreas,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2004-10-26,2020-10-13 -/games/boxart/full_7939841AmericaFrontccc.jpg,Grand Theft Auto IV,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2008-12-02,2020-10-13 -/games/boxart/full_1400473AmericaFrontccc.jpg,Batman: Arkham,Series,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2009-08-25,2020-03-12 -/games/boxart/full_3825041AmericaFrontccc.jpg,Yakuza,Series,Action-Adventure,Sega,Sega,,,,,,,2006-09-05,2020-03-02 -/games/boxart/full_7960565AmericaFrontccc.jpg,Marvel's Spider-Man,PS4,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,9.1,,,,,,2018-09-07,2018-09-26 -/games/boxart/full_1468470AmericaFrontccc.jpg,Luigi's Mansion,Series,Action-Adventure,Nintendo,Nintendo,,,,,,,2001-11-18,2020-02-20 -/games/boxart/full_2048679AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,Series,Action-Adventure,Konami,Konami,,,,,,,1989-05-12,2020-03-16 -/games/boxart/full_1832037AmericaFrontccc.jpg,Horizon: Zero Dawn,All,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2017-02-28,2022-02-11 -/games/boxart/full_4448873AmericaFrontccc.jpg,SpongeBob SquarePants,Series,Action-Adventure,THQ,Vicarious Visions,,,,,,,2001-03-15,2020-03-07 -/games/boxart/full_6414177AmericaFrontccc.jpg,Castlevania,Series,Action-Adventure,Konami,Konami,,,,,,,1986-09-26,2020-03-03 -/games/boxart/full_8999556AmericaFrontccc.jpg,The Lord of the Rings,Series,Action-Adventure,Melbourne House,Beam Software,,,,,,,1982-11-01,2020-03-09 -/games/boxart/full_6212393AmericaFrontccc.jpg,Elden Ring,All,Action-Adventure,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2022-02-28 -/games/boxart/full_7756342AmericaFrontccc.jpg,Dying Light,All,Action-Adventure,Warner Bros. Interactive Entertainment,Techland,,,,,,,2015-01-27,2021-07-22 -/games/boxart/full_6719679AmericaFrontccc.jpg,Gundam,Series,Action-Adventure,Bandai,Banpresto,,,,,,,1997-05-02,2020-03-08 -/games/boxart/full_9159934AmericaFrontccc.jpg,Prince of Persia,Series,Action-Adventure,Ubisoft,Broderbund,,,,,,,1989-08-03,2020-02-09 -/games/boxart/full_6819048AmericaFrontccc.png,Rayman Raving Rabbids,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2006-11-19,2020-02-10 -/games/boxart/full_3949511AmericaFrontccc.jpg,Watch Dogs,Series,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2014-05-27,2020-03-20 -/games/boxart/full_1861519AmericaFrontccc.jpg,The Legend of Zelda: Tears of the Kingdom,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2023-05-12,2022-09-13 -/games/boxart/full_719511AmericaFrontccc.jpg,Horizon: Zero Dawn,PS4,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,9.1,,,,,,2017-02-28,2020-09-24 -/games/boxart/full_6199072AmericaFrontccc.jpg,The Last of Us Remastered,PS4,Action-Adventure,Sony Computer Entertainment,Naughty Dog,9.5,,,,,,2014-07-29,2018-09-24 -/games/boxart/full_4646703AmericaFrontccc.jpg,Metroid,Series,Action-Adventure,Nintendo,Nintendo,,,,,,,1987-08-15,2020-02-19 -/games/boxart/full_4540190AmericaFrontccc.jpg,Grand Theft Auto: Vice City,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2002-10-29,2020-10-14 -/games/boxart/full_7352027AmericaFrontccc.jpg,Hitman,Series,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2000-11-21,2020-02-28 -/games/boxart/full_5574079AmericaFrontccc.jpg,Dead Island,Series,Action-Adventure,Deep Silver,Techland,,,,,,,2011-09-06,2020-03-20 -/games/boxart/full_8424022AmericaFrontccc.png,Dead Rising,Series,Action-Adventure,Capcom,Capcom,,,,,,,2006-08-08,2020-02-03 -/games/boxart/full_2038262AmericaFrontccc.jpg,Assassin's Creed IV: Black Flag,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2013-10-29,2020-10-21 -/games/boxart/full_3875347AmericaFrontccc.jpg,Barbie,Series,Action-Adventure,Hi Tech Expressions,Imagineering,,,,,,,1991-12-01,2020-03-14 -/games/boxart/full_496612AmericaFrontccc.jpg,Red Dead Redemption,All,Action-Adventure,Rockstar Games,Rockstar San Diego,,,,,,,2010-05-18,2020-10-30 -/games/boxart/full_9811365AmericaFrontccc.jpg,Grand Theft Auto III,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2001-10-22,2020-10-14 -/games/boxart/full_6446703AmericaFrontccc.jpg,Lego Batman,Series,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2008-09-23,2021-07-20 -/games/boxart/full_7541841AmericaFrontccc.jpeg,Marvel's Spider-Man: Miles Morales,All,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2020-11-12,2021-02-03 -/games/boxart/full_1869345AmericaFrontccc.jpg,Resident Evil 5,All,Action-Adventure,Capcom,Capcom,,,,,,,2009-03-13,2020-10-11 -/games/boxart/full_7412081AmericaFrontccc.jpg,Mafia,Series,Action-Adventure,2K Games,Illusion Softworks,,,,,,,2002-08-29,2020-11-06 -/games/boxart/full_4913646AmericaFrontccc.jpg,Monster Hunter Rise,All,Action-Adventure,Capcom,Capcom,,,,,,,2021-03-26,2022-01-18 -/games/boxart/full_9562873AmericaFrontccc.jpg,Resident Evil 2 (2019),All,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2020-10-11 -/games/boxart/full_1562748AmericaFrontccc.jpg,Resident Evil 4,All,Action-Adventure,Capcom,Capcom,,,,,,,2005-01-11,2020-10-11 -/games/boxart/full_3171235AmericaFrontccc.jpg,Luigi's Mansion 3,NS,Action-Adventure,Nintendo,"Next Level Games, Inc.",,,,,,,2019-10-31,2020-08-03 -/games/boxart/full_2236381AmericaFrontccc.jpg,Resident Evil 7,All,Action-Adventure,Capcom,Capcom,,,,,,,2017-01-24,2020-10-11 -/games/boxart/full_1731253AmericaFrontccc.jpg,Batman: Arkham City,All,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2011-10-18,2020-11-09 -/games/boxart/full_4256609AmericaFrontccc.jpg,Rust,All,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2018-02-08,2022-01-10 -/games/boxart/full_7383195AmericaFrontccc.jpg,Assassin's Creed III,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2012-10-30,2020-10-21 -/games/boxart/full_984377AmericaFrontccc.jpg,Jak and Daxter,Series,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2001-12-03,2020-03-02 -/games/boxart/full_2775924AmericaFrontccc.jpg,Resident Evil 6,All,Action-Adventure,Capcom,Capcom,,,,,,,2012-10-02,2020-10-11 -/games/boxart/full_4813989AmericaFrontccc.jpg,Lego Batman: The Videogame,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2008-09-23,2021-07-20 -/games/boxart/full_8364295AmericaFrontccc.jpg,Tomb Raider (2013),All,Action-Adventure,Square Enix,Crystal Dynamics,,,,,,,2013-03-05,2020-10-26 -/games/boxart/full_778605AmericaFrontccc.png,Assassin's Creed Odyssey,All,Action-Adventure,Ubisoft,Ubisoft Quebec,,,,,,,2018-10-05,2020-10-21 -/games/boxart/full_8216446AmericaFrontccc.png,Assassin's Creed Origins,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2017-10-27,2020-10-21 -/games/boxart/full_9124825AmericaFrontccc.jpg,Assassin's Creed Unity,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2014-11-11,2020-10-21 -/games/boxart/full_6909288AmericaFrontccc.png,It Takes Two,All,Action-Adventure,Electronic Arts,Hazelight,,,,,,,2021-03-26,2021-04-23 -/games/boxart/full_4320046AmericaFrontccc.jpg,Sekiro: Shadows Die Twice,All,Action-Adventure,Activision,From Software,,,,,,,2019-03-22,2021-02-12 -/games/boxart/full_9852982AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,All,Action-Adventure,Electronic Arts,Respawn Entertainment,,,,,,,2019-11-15,2020-12-30 -/games/boxart/full_5778838AmericaFrontccc.jpg,Valheim,PC,Action-Adventure,Coffee Stain Publishing,Iron Gate AB,,,,,,,2021-02-02,2021-02-11 -/games/boxart/full_2026957AmericaFrontccc.jpg,Watch Dogs,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2014-05-27,2020-11-28 -/games/boxart/full_1130188AmericaFrontccc.jpg,Watch Dogs 2,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2016-11-15,2020-11-28 -/games/boxart/full_5055631AmericaFrontccc.jpg,Ghost of Tsushima,All,Action-Adventure,Sony Interactive Entertainment,Sucker Punch,,,,,,,2020-07-17,2022-07-16 -/games/boxart/full_2191001AmericaFrontccc.jpeg,NieR,Series,Action-Adventure,Square Enix,Cavia,,,,,,,2010-04-23,2020-02-11 -/games/boxart/full_9200722AmericaFrontccc.jpg,Rust,PC,Action-Adventure,Facepunch Studios,Facepunch Studios,6.1,,,,,,2018-02-08,2018-03-19 -/games/boxart/full_6389195AmericaFrontccc.jpg,Assassin's Creed II,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2009-11-17,2020-10-21 -/games/boxart/full_5415578AmericaFrontccc.png,Harry Potter and the Chamber of Secrets,All,Action-Adventure,Electronic Arts,EA UK,,,,,,,2002-11-15,2022-09-29 -/games/boxart/full_5245114AmericaFrontccc.jpg,Silent Hill,Series,Action-Adventure,Konami,Konami Computer Entertainment Tokyo,,,,,,,1999-02-23,2020-02-26 -/games/boxart/full_2307167AmericaFrontccc.jpg,Days Gone,All,Action-Adventure,Sony Interactive Entertainment,SIE Bend Studio,,,,,,,2019-04-26,2022-01-06 -/games/boxart/full_1287603AmericaFrontccc.jpg,The Legend of Zelda: Twilight Princess,All,Action-Adventure,Nintendo,Nintendo EAD,,,,,,,2006-12-11,2023-02-09 -/games/boxart/full_8492617AmericaFrontccc.png,Resident Evil 8: Village,All,Action-Adventure,Capcom,Capcom,,,,,,,2021-05-07,2021-05-11 -/games/boxart/full_1332763AmericaFrontccc.jpg,Onimusha,Series,Action-Adventure,Capcom,Capcom,,,,,,,2001-03-13,2020-02-04 -/games/boxart/full_31092AmericaFrontccc.jpg,Horizon: Forbidden West,All,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2022-02-18,2022-02-17 -/games/boxart/full_852252AmericaFrontccc.png,Lego Star Wars II: The Original Trilogy,All,Action-Adventure,LucasArts,TT Games,,,,,,,2006-09-12,2021-06-09 -/games/boxart/full_2562877AmericaFrontccc.jpg,The Last of Us,PS3,Action-Adventure,Sony Computer Entertainment America,Naughty Dog,9.5,,,,,,2013-06-14,2018-09-24 -/games/boxart/full_4106516AmericaFrontccc.jpg,Assassin's Creed,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2007-11-13,2020-10-20 -/games/boxart/full_7341441AmericaFrontccc.jpg,Ghost of Tsushima,PS4,Action-Adventure,Sony Interactive Entertainment,Sucker Punch,8.8,,,,,,2020-07-17,2020-07-10 -/games/boxart/full_9829512AmericaFrontccc.jpg,Grand Theft Auto: Liberty City Stories,All,Action-Adventure,Rockstar Games,Rockstar Leeds/North,,,,,,,2005-10-24,2020-10-13 -/games/boxart/full_8597768AmericaFrontccc.jpg,Resident Evil 3 (2020),All,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2020-10-11 -/games/boxart/full_985854AmericaFrontccc.png,Monster Hunter Rise,NS,Action-Adventure,Capcom,Capcom,,,,,,,2021-03-26,2022-08-25 -/games/boxart/full_1049774PALFrontccc.jpg,Cyberpunk 2077,PC,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-11-19,2019-06-10 -/games/boxart/full_5201331AmericaFrontccc.jpg,Magicka,Series,Action-Adventure,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-01-25,2021-02-16 -/games/boxart/full_6705590AmericaFrontccc.jpg,Jurassic Park,Series,Action-Adventure,Ocean Software,Ocean Software,,,,,,,1993-12-28,2020-03-14 -/games/boxart/full_8308413AmericaFrontccc.jpg,inFAMOUS,Series,Action-Adventure,Sony Computer Entertainment,Sucker Punch Productions,,,,,,,2009-05-26,2023-12-22 -/games/boxart/full_6833604AmericaFrontccc.jpg,Ark,Series,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-27,2020-03-19 -/games/boxart/full_7095228AmericaFrontccc.jpg,Days Gone,PS4,Action-Adventure,Sony Interactive Entertainment,SIE Bend Studio,6.7,,,,,,2019-04-26,2019-03-20 -/games/boxart/full_8863216AmericaFrontccc.png,Oddworld,Series,Action-Adventure,GT Interactive,Oddworld Inhabitants,,,,,,,1997-09-19,2020-02-14 -/games/boxart/full_1524099AmericaFrontccc.jpg,Assassin's Creed: Brotherhood,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-16,2020-10-21 -/games/boxart/full_1871033AmericaFrontccc.png,Tomb Raider,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1996-11-14,2020-10-26 -/games/boxart/full_2949561AmericaFrontccc.png,Metal Gear Solid 2,All,Action-Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,2001-11-13,2023-08-05 -/games/boxart/full_3017275AmericaFrontccc.jpg,Ark: Survival Evolved,All,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-29,2020-12-31 -/games/boxart/full_8491643AmericaFrontccc.jpg,Assassin's Creed: Revelations,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2011-11-15,2020-10-21 -/games/boxart/full_4016020AmericaFrontccc.jpg,Mafia III,All,Action-Adventure,2K Games,Hangar 13,,,,,,,2016-10-07,2020-11-06 -/games/boxart/full_7730586AmericaFrontccc.jpg,Metal Gear Solid,All,Action-Adventure,Konami,Konami Computer Entertainment Japan,,,,,,,1998-10-21,2020-10-28 -/games/boxart/full_7733277AmericaFrontccc.jpg,Rise of the Tomb Raider,All,Action-Adventure,Square Enix,Crystal Dynamics,,,,,,,2015-11-10,2020-10-26 -/games/boxart/full_5220917AmericaFrontccc.png,Rugrats,Series,Action-Adventure,THQ,Realtime Associates,,,,,,,1999-06-29,2020-02-13 -/games/boxart/full_6596701AmericaFrontccc.jpg,Star Wars: The Force Unleashed,All,Action-Adventure,LucasArts,LucasArts,,,,,,,2008-09-16,2021-01-28 -/games/boxart/full_5452898AmericaFrontccc.png,Tomb Raider II,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1997-11-21,2020-10-26 -/games/boxart/full_7155677AmericaFrontccc.jpg,Lego Star Wars: The Video Game,All,Action-Adventure,Eidos Interactive,TT Games,,,,,,,2005-03-29,2021-06-09 -/games/boxart/full_36270AmericaFrontccc.jpg,Ben 10,Series,Action-Adventure,D3 Publisher,High Voltage Software,,,,,,,2007-10-30,2020-11-18 -/games/boxart/full_2504040AmericaFrontccc.jpg,Monster Hunter Rise: Sunbreak,All,Action-Adventure,Capcom,Capcom,,,,,,,2022-06-30,2022-07-05 -/games/boxart/full_5009585AmericaFrontccc.jpg,The Legend of Zelda: Link's Awakening,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2019-09-20,2019-06-11 -/games/boxart/full_6340012AmericaFrontccc.jpg,Dead Space,Series,Action-Adventure,Electronic Arts,EA Redwood Shores,,,,,,,2008-10-13,2020-03-27 -/games/boxart/full_9894043AmericaFrontccc.jpg,Metal Gear Solid 4: Guns of the Patriots,PS3,Action-Adventure,Konami,Kojima Productions,9.3,,,,,,2008-06-12,2023-08-05 -/games/boxart/full_233305AmericaFrontccc.png,Metal Gear Solid V: The Phantom Pain,All,Action-Adventure,Konami,Kojima Productions,,,,,,,2015-09-01,2020-10-28 -/games/boxart/full_1309836AmericaFrontccc.jpg,One Piece: Pirate Warriors,Series,Action-Adventure,Bandai Namco Games,Omega Force,,,,,,,2012-09-25,2020-11-13 -/games/boxart/full_9733005AmericaFrontccc.jpg,Tom Clancy's Splinter Cell,All,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2002-11-17,2020-11-07 -/games/boxart/full_9095153AmericaFrontccc.png,Tomb Raider III,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1998-11-20,2020-10-26 -/games/boxart/full_1594413AmericaFrontccc.jpeg,DayZ,All,Action-Adventure,Bohemia Interactive,Bohemia Interactive,,,,,,,2018-12-13,2020-12-20 -/games/boxart/full_8039612AmericaFrontccc.jpg,Dishonored,Series,Action-Adventure,Bethesda Softworks,Arkane Studios,,,,,,,2012-10-09,2021-01-27 -/games/boxart/7540650ccc.jpg,Metal Gear Solid 2: Sons of Liberty,PS2,Action-Adventure,Konami,Konami Computer Entertainment Japan,9.5,,,,,,2001-11-12,2023-08-05 -/games/boxart/9272999ccc.jpg,Metal Gear Solid,PS,Action-Adventure,Konami,Konami Computer Entertainment Japan,9.3,,,,,,1998-10-21,2023-08-05 -/games/boxart/full_812103AmericaFrontccc.jpg,Saints Row: The Third,All,Action-Adventure,THQ,Volition,,,,,,,2011-11-15,2020-12-06 -/games/boxart/full_4193107AmericaFrontccc.jpg,Resident Evil 4 (2023),All,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 -/games/boxart/full_7399010AmericaFrontccc.jpg,inFAMOUS: Second Son,PS4,Action-Adventure,Sony Computer Entertainment,Sucker Punch,,,,,,,2014-03-21,2018-11-02 -/games/boxart/full_8312009AmericaFrontccc.jpg,Resident Evil (2002),All,Action-Adventure,Capcom,Capcom,,,,,,,2002-09-13,2020-10-11 -/games/boxart/full_3039523AmericaFrontccc.jpg,Resident Evil Zero,All,Action-Adventure,Capcom,Capcom,,,,,,,2002-11-12,2020-10-11 -/games/boxart/full_4158732AmericaFrontccc.png,Resident Evil,All,Action-Adventure,Capcom,Capcom,,,,,,,1996-03-30,2020-10-11 -/games/boxart/full_7188044AmericaFrontccc.jpg,Asterix,Series,Action-Adventure,Atari,Atari,,,,,,,1983-01-01,2022-09-21 -/games/boxart/full_9254924AmericaFrontccc.jpg,Batman: Arkham Knight,All,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2015-06-23,2020-11-09 -/games/boxart/full_2126209AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,All,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2023-09-26,2023-10-05 -/games/boxart/full_9705994AmericaFrontccc.jpg,Dead Island,All,Action-Adventure,Deep Silver,Techland,,,,,,,2011-09-06,2021-01-08 -/games/boxart/full_3065855AmericaFrontccc.jpg,Death Stranding,All,Action-Adventure,Sony Interactive Entertainment,Kojima Productions,,,,,,,2019-11-08,2021-07-26 -/games/boxart/full_2291392AmericaFrontccc.jpeg,Dying Light 2 Stay Human,All,Action-Adventure,Techland,Techland,,,,,,,2022-02-04,2022-04-22 -/games/boxart/full_9385540AmericaFrontccc.png,Enter the Matrix,All,Action-Adventure,Atari,Shiny Entertainment,,,,,,,2003-05-14,2021-01-09 -/games/boxart/full_322795AmericaFrontccc.png,Finding Nemo,All,Action-Adventure,THQ,Traveller's Tales,,,,,,,2003-05-12,2023-05-24 -/games/boxart/full_5917129AmericaFrontccc.jpg,Marvel's Spider-Man 2,PS5,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2023-10-20,2021-09-13 -/games/boxart/full_9138639AmericaFrontccc.jpg,Peter Jackson's King Kong: The Official Game of the Movie,All,Action-Adventure,Ubisoft,Ubisoft Montpellier,,,,,,,2005-11-17,2021-02-23 -/games/boxart/full_6235271AmericaFrontccc.jpg,Sea of Thieves,PC,Action-Adventure,Microsoft Studios,Rare Ltd.,6.7,,,,,,2018-03-20,2018-10-01 -/games/boxart/full_6471154AmericaFrontccc.jpg,The Matrix,Series,Action-Adventure,Infogrames,Shiny Entertainment,,,,,,,2003-05-14,2020-02-08 -/games/boxart/full_8626284AmericaFrontccc.jpeg,Darksiders,Series,Action-Adventure,THQ,Vigil Games,,,,,,,2010-01-05,2020-03-19 -/games/boxart/full_2822921AmericaFrontccc.png,Tomb Raider: The Last Revelation,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,1999-11-22,2020-10-26 -/games/boxart/full_260687AmericaFrontccc.jpg,Alan Wake,Series,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,,,,,,,2010-05-18,2020-03-19 -/games/boxart/full_1856885AmericaFrontccc.jpg,ARK: Survival Evolved,PC,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2015-06-02,2018-09-22 -/games/boxart/full_2339647AmericaFrontccc.jpg,Dead Rising 3,All,Action-Adventure,Microsoft Studios,Capcom,,,,,,,2013-11-22,2022-11-02 -/games/boxart/full_6488876AmericaFrontccc.jpg,Grand Theft Auto: Vice City Stories,All,Action-Adventure,Rockstar Games,Rockstar Leeds/North,,,,,,,2006-10-31,2020-10-13 -/games/boxart/full_8945973AmericaFrontccc.gif,Dino Crisis,Series,Action-Adventure,Capcom,Capcom,,,,,,,1999-08-31,2020-02-04 -/games/boxart/full_3725238AmericaFrontccc.jpg,Death Stranding,PS4,Action-Adventure,Sony Interactive Entertainment,Kojima Productions,,,,,,,2019-11-08,2021-07-26 -/games/boxart/full_2502536AmericaFrontccc.jpg,Batman: Arkham Asylum,All,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2009-08-25,2020-11-09 -/games/boxart/full_9106100AmericaFrontccc.jpg,The Legend of Zelda: Skyward Sword HD,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2021-07-16,2021-02-18 -/games/boxart/full_7064448AmericaFrontccc.png,Shadow of the Tomb Raider,All,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2018-09-14,2020-10-26 -/games/boxart/full_5416243AmericaFrontccc.jpg,DayZ,PC,Action-Adventure,Bohemia Interactive,Bohemia Interactive,,,,,,,2012-07-09,2020-12-20 -/games/boxart/full_4687701AmericaFrontccc.jpg,Dead Space 2,All,Action-Adventure,Electronic Arts,Visceral Games,,,,,,,2011-01-25,2021-01-04 -/games/boxart/full_587955AmericaFrontccc.jpg,Driver,All,Action-Adventure,GT Interactive,Reflections Interactive,,,,,,,1999-06-30,2022-09-27 -/games/boxart/full_5903379AmericaFrontccc.jpg,Far Cry Primal,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2016-02-23,2020-10-28 -/games/boxart/full_1766399AmericaFrontccc.png,Lego Jurassic World,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2015-06-12,2020-10-22 -/games/boxart/full_2666802AmericaFrontccc.jpg,Metal Gear Solid 3: Snake Eater,PS2,Action-Adventure,Konami,KCEJ / Kojima Productions,9,,,,,,2004-11-17,2023-08-05 -/games/boxart/full_4474203AmericaFrontccc.jpg,Okami,Series,Action-Adventure,Capcom,Clover Studio,,,,,,,2006-09-19,2020-02-04 -/games/boxart/full_4273422AmericaFrontccc.jpg,Risk of Rain,Series,Action-Adventure,Chucklefish,Hopoo Games,,,,,,,2013-11-08,2020-03-04 -/games/boxart/full_2548949AmericaFrontccc.png,The Incredibles,All,Action-Adventure,THQ,Heavy Iron Studios,,,,,,,2004-11-01,2023-05-21 -/games/boxart/full_8342263PALFrontccc.jpg,Cyberpunk 2077,PS4,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-11-19,2019-06-10 -/games/boxart/full_9498724AmericaFrontccc.jpg,Hitman 2: Silent Assassin,All,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2002-10-01,2020-10-26 -/games/boxart/full_2599354AmericaFrontccc.jpg,Hitman: Absolution,All,Action-Adventure,Square Enix,IO Interactive,,,,,,,2012-11-20,2020-10-26 -/games/boxart/full_7099512AmericaFrontccc.jpg,A Way Out,All,Action-Adventure,Electronic Arts,Hazelight,,,,,,,2018-03-23,2021-02-12 -/games/boxart/full_5213627AmericaFrontccc.jpg,A Way Out,Series,Action-Adventure,Electronic Arts,Hazelight,,,,,,,2018-03-23,2020-03-11 -/games/boxart/full_4081884AmericaFrontccc.jpg,Cult of the Lamb,All,Action-Adventure,Devolver Digital,Massive Monster,,,,,,,2022-08-11,2022-08-18 -/games/boxart/full_2552986AmericaFrontccc.jpg,Drawn to Life,Series,Action-Adventure,THQ,5th Cell,,,,,,,2007-09-10,2020-03-01 -/games/boxart/full_899024AmericaFrontccc.jpg,Grand Theft Auto,All,Action-Adventure,ASC Games,DMA Design,,,,,,,1998-03-24,2022-09-28 -/games/boxart/full_140761AmericaFrontccc.jpg,Legacy of Kain,Series,Action-Adventure,Crystal Dynamics,Silicon Knights,,,,,,,1996-11-01,2020-02-28 -/games/boxart/full_8022346AmericaFrontccc.jpg,Darksiders,All,Action-Adventure,THQ,Vigil Games,,,,,,,2010-01-05,2021-01-09 -/games/boxart/full_9654291AmericaFrontccc.png,Paper Mario: The Origami King,NS,Action-Adventure,Nintendo,Intelligent Systems,,,,,,,2020-07-17,2020-08-01 -/games/boxart/full_8193629AmericaFrontccc.jpg,The Legend of Zelda: Majora's Mask 3D,3DS,Action-Adventure,Nintendo,GREZZO,9,,,,,,2015-02-13,2018-01-31 -/games/boxart/full_1227547AmericaFrontccc.jpg,Lego Batman 2: DC Super Heroes,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-06-19,2021-07-20 -/games/boxart/full_259219AmericaFrontccc.jpg,Lego Star Wars: The Complete Saga,All,Action-Adventure,LucasArts,TT Fusion,,,,,,,2007-11-09,2020-11-03 -/games/boxart/full_1684791AmericaFrontccc.jpg,Saints Row 2,All,Action-Adventure,THQ,Volition,,,,,,,2008-10-14,2020-12-06 -/games/boxart/full_4364078AmericaFrontccc.jpg,Horizon: Zero Dawn,PC,Action-Adventure,PlayStation Mobile Inc.,Guerrilla Games,,,,,,,2020-08-07,2020-08-05 -/games/boxart/full_2007704AmericaFrontccc.jpg,Resident Evil: Revelations 2,All,Action-Adventure,Capcom,Capcom,,,,,,,2015-02-24,2020-10-11 -/games/boxart/full_1788703AmericaFrontccc.jpg,Alan Wake,All,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,,,,,,,2010-05-18,2021-01-09 -/games/boxart/full_9336542AmericaFrontccc.jpg,Dead Rising 2,All,Action-Adventure,Capcom,Blue Castle Games,,,,,,,2010-09-28,2020-10-12 -/games/boxart/full_1206540AmericaFrontccc.jpg,Lego Star Wars: The Skywalker Saga,All,Action-Adventure,Warner Bros. Interactive Entertainment,TT Games,,,,,,,2022-04-05,2022-04-22 -/games/boxart/full_6189242AmericaFrontccc.jpg,Control,All,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2019-08-27,2020-12-09 -/games/boxart/full_3833723AmericaFrontccc.jpg,Disney Infinity,All,Action-Adventure,Disney Interactive Studios,Heavy Iron Studios / Avalanche Software,,,,,,,2013-08-18,2021-02-17 -/games/boxart/full_847867PALFrontccc.jpg,Driver 3,All,Action-Adventure,Atari,Reflections Interactive,,,,,,,2004-06-21,2022-09-27 -/games/boxart/full_5439583AmericaFrontccc.jpg,Ghostbusters: The Video Game,All,Action-Adventure,Atari,Terminal Reality,,,,,,,2009-06-16,2021-08-18 -/games/boxart/full_3838410AmericaFrontccc.jpg,Gungeon,Series,Action-Adventure,Devolver Digital,Dodge Roll,,,,,,,2016-04-05,2020-03-03 -/games/boxart/full_5079550AmericaFrontccc.png,The Simpsons: Hit & Run,All,Action-Adventure,Vivendi Games,Radical Entertainment,,,,,,,2003-09-16,2021-04-11 -/games/boxart/full_9692479AmericaFrontccc.jpg,V Rising,PC,Action-Adventure,Stunlock Studios,Stunlock Studios,,,,,,,2022-05-17,2022-05-24 -/games/boxart/full_3080696AmericaFrontccc.png,Tomb Raider: Legend,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2006-04-11,2020-10-26 -/games/boxart/full_2918974AmericaFrontccc.png,Thief,Series,Action-Adventure,Eidos Interactive,Looking Glass Studios,,,,,,,1998-12-01,2020-02-28 -/games/boxart/full_7245465AmericaFrontccc.jpg,Beyond: Two Souls,All,Action-Adventure,Sony Computer Entertainment,Quantic Dream,,,,,,,2013-10-08,2021-03-08 -/games/boxart/full_628933AmericaFrontccc.jpg,Hollow Knight,Series,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2017-02-24,2020-03-14 -/games/boxart/full_581286AmericaFrontccc.jpg,Hollow Knight,All,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2017-02-24,2021-01-21 -/games/boxart/full_606654AmericaFrontccc.jpg,Infestation: Survivor Stories,PC,Action-Adventure,Unknown,Hammerpoint Interactive,,,,,,,,2020-03-17 -/games/boxart/full_3470904AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Pandora Tomorrow,All,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2004-03-23,2020-11-07 -/games/boxart/full_5418471AmericaFrontccc.jpg,Ratchet & Clank: Rift Apart,PS5,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2021-06-11,2020-06-11 -/games/boxart/full_4436764PALFrontccc.jpg,James Cameron's Avatar: The Game,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2009-12-01,2021-08-18 -/games/boxart/full_5766467AmericaFrontccc.jpg,Lego Harry Potter: Years 1-4,All,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2010-06-29,2020-11-01 -/games/boxart/full_6301464AmericaFrontccc.jpg,Iron Man,All,Action-Adventure,Sega,Artificial Mind & Movement,,,,,,,2008-05-02,2020-11-13 -/games/boxart/full_2669695AmericaFrontccc.png,Tomb Raider: Underworld,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2008-11-18,2020-10-26 -/games/boxart/full_255746AmericaFrontccc.png,Resident Evil Code: Veronica,All,Action-Adventure,Capcom,Capcom,,,,,,,2000-02-29,2020-10-11 -/games/boxart/full_6162821AmericaFrontccc.png,Tomb Raider: The Angel of Darkness,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,2003-06-20,2020-10-26 -/games/boxart/full_2924961AmericaFrontccc.jpg,Alone in the Dark,All,Action-Adventure,Infogrames,Infogrames,,,,,,,1992-01-01,2021-03-21 -/games/boxart/full_6363786PALFrontccc.jpg,Ben 10: Protector of Earth,All,Action-Adventure,D3 Publisher,High Voltage Software,,,,,,,2007-10-30,2020-11-18 -/games/boxart/full_4500470AmericaFrontccc.jpg,Dishonored 2,All,Action-Adventure,Bethesda Softworks,Arkane Studios,,,,,,,2016-11-11,2021-01-27 -/games/boxart/full_3120760AmericaFrontccc.jpg,God of War,PC,Action-Adventure,PlayStation PC,SIE Santa Monica Studio,,,,,,,2022-01-14,2022-05-26 -/games/boxart/full_6259805AmericaFrontccc.jpg,Prince of Persia (2008),All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2008-12-02,2020-11-26 -/games/boxart/full_5130195AmericaFrontccc.jpg,Resident Evil: Revelations,All,Action-Adventure,Capcom,Capcom,,,,,,,2012-02-07,2020-10-11 -/games/boxart/full_1677816AmericaFrontccc.jpeg,Tom Clancy's Splinter Cell: Chaos Theory,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2005-03-21,2020-11-07 -/games/boxart/full_2368935AmericaFrontccc.jpg,Prince of Persia: The Sands of Time,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2003-10-28,2020-11-26 -/games/boxart/full_5986308AmericaFrontccc.jpg,The Legend of Zelda: The Wind Waker,WiiU,Action-Adventure,Nintendo,Nintendo EAD,9.3,,,,,,2013-10-04,2018-03-20 -/games/boxart/full_879664AmericaFrontccc.jpg,Sleeping Dogs,PC,Action-Adventure,Square Enix,United Front Games,8.5,,,,,,2012-08-14,2018-03-07 -/games/boxart/full_190826PALFrontccc.jpg,Cyberpunk 2077,XOne,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-11-19,2019-06-10 -/games/boxart/full_3834056AmericaFrontccc.jpg,Okami HD,All,Action-Adventure,Capcom,Clover Studio,,,,,,,2012-10-30,2020-10-12 -/games/boxart/full_2122225AmericaFrontccc.jpg,The Golden Compass,All,Action-Adventure,Sega,Shiny Entertainment,,,,,,,2007-12-04,2021-09-03 -/games/boxart/full_7973442PALFrontccc.jpg,Darksiders: Warmastered Edition,PC,Action-Adventure,THQ Nordic,Kaiko,,,,,,,2016-11-29,2018-03-31 -/games/boxart/full_4826903AmericaFrontccc.jpg,Alien: Isolation,All,Action-Adventure,Sega,Creative Assembly,,,,,,,2014-10-07,2021-02-21 -/games/boxart/full_4573454AmericaFrontccc.jpg,Hitman: Blood Money,All,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2006-05-30,2020-10-26 -/games/boxart/full_1612992AmericaFrontccc.png,Demon’s Souls,PS5,Action-Adventure,Sony Interactive Entertainment,Bluepoint Games,,,,,,,2020-11-12,2020-09-18 -/games/boxart/full_9306129AmericaFrontccc.jpg,Dead Space,All,Action-Adventure,Electronic Arts,EA Redwood Shores,,,,,,,2008-10-13,2021-01-04 -/games/boxart/full_1914434AmericaFrontccc.jpg,Destroy All Humans!,Series,Action-Adventure,THQ,Pandemic Studios,,,,,,,2005-06-21,2021-07-08 -/games/boxart/full_5139257AmericaFrontccc.png,One Piece: Pirate Warriors 4,All,Action-Adventure,Bandai Namco Entertainment,Omega Force,,,,,,,2020-03-27,2020-12-10 -/games/boxart/full_300891AmericaFrontccc.png,Prototype,All,Action-Adventure,Activision,Radical Entertainment,,,,,,,2009-06-09,2021-04-17 -/games/boxart/full_3231904AmericaFrontccc.jpg,Red Dead Redemption: Undead Nightmare,All,Action-Adventure,Rockstar Games,Rockstar San Diego,,,,,,,2010-10-26,2020-10-30 -/games/boxart/full_498204AmericaFrontccc.jpg,Scarface: The World Is Yours,All,Action-Adventure,Sierra Entertainment,Radical Entertainment,,,,,,,2006-10-10,2021-04-14 -/games/boxart/full_6148957AmericaFrontccc.jpg,Spider-Man 2,All,Action-Adventure,Activision,Treyarch,,,,,,,2004-06-28,2020-11-13 -/games/boxart/full_6131093AmericaFrontccc.jpeg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,All,Action-Adventure,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2020-11-27 -/games/boxart/full_7655534AmericaFrontccc.jpg,"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe",All,Action-Adventure,Buena Vista,Traveller's Tales,,,,,,,2005-11-14,2022-10-01 -/games/boxart/full_7830955AmericaFrontccc.png,Tom Clancy's Splinter Cell: Blacklist,All,Action-Adventure,Ubisoft,Ubisoft Toronto,,,,,,,2013-08-20,2020-11-07 -/games/boxart/full_9121768AmericaFrontccc.jpg,Hitman: Contracts,All,Action-Adventure,Eidos Interactive,IO Interactive,,,,,,,2004-04-20,2020-10-26 -/games/boxart/full_8650426AmericaFrontccc.png,Prince of Persia: Warrior Within,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2004-12-02,2020-11-26 -/games/boxart/full_918746AmericaFrontccc.jpg,Tom Clancy's Splinter Cell: Conviction,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2010-04-13,2020-11-07 -/games/boxart/full_552929AmericaFrontccc.jpg,Sunset Overdrive,All,Action-Adventure,Microsoft Studios,Insomniac Games,,,,,,,2014-10-28,2023-12-23 -/games/boxart/full_5417670AmericaFrontccc.jpg,Ghost of Tsushima Director's Cut,All,Action-Adventure,Sony Interactive Entertainment,Sucker Punch Productions,,,,,,,2020-07-17,2023-12-22 -/games/boxart/full_8037983AmericaFrontccc.jpg,Batman: Arkham Origins,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Warner Bros. Interactive Entertainment,,,,,,,2014-04-22,2018-04-13 -/games/boxart/full_8594855AmericaFrontccc.jpg,Yakuza: Like a Dragon,All,Action-Adventure,Sega,Sega,,,,,,,2020-11-10,2023-12-21 -/games/boxart/full_2222763AmericaFrontccc.jpg,Fatal Frame,Series,Action-Adventure,Tecmo,Tecmo,,,,,,,2002-03-08,2022-02-28 -/games/boxart/full_5311806AmericaFrontccc.jpg,Days Gone,PC,Action-Adventure,PlayStation PC,SIE Bend Studio,,,,,,,2021-05-18,2022-01-06 -/games/boxart/full_9072313AmericaFrontccc.jpg,Manhunt,Series,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2003-11-19,2021-04-02 -/games/boxart/full_1041494AmericaFrontccc.jpg,The Legend of Zelda: Breath of the Wild,WiiU,Action-Adventure,Nintendo,Nintendo EPD,10,,,,,,2017-03-03,2018-11-19 -/games/boxart/full_294668AmericaFrontccc.png,Senran Kagura,Series,Action-Adventure,Xseed Games,Tamsoft,,,,,,,2013-11-14,2020-02-06 -/games/boxart/full_1727881AmericaFrontccc.png,Iron Man 2,All,Action-Adventure,Sega,"Sega Studios, San Francisco",,,,,,,2010-05-04,2020-11-13 -/games/boxart/full_962987AmericaFrontccc.png,ARK: Survival Evolved,XOne,Action-Adventure,Studio Wildcard,Studio Wildcard,,,,,,,2017-08-29,2018-09-22 -/games/boxart/full_2529675AmericaFrontccc.jpg,Legacy of Kain: Soul Reaver,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,1999-08-16,2021-01-11 -/games/boxart/full_2529513AmericaFrontccc.jpg,Manhunt,All,Action-Adventure,Rockstar Games,Rockstar North,,,,,,,2003-11-19,2021-04-02 -/games/boxart/full_6847256AmericaFrontccc.jpg,Marvel's Spider-Man Remastered,PC,Action-Adventure,PlayStation PC,Insomniac Games,,,,,,,2022-08-12,2023-05-24 -/games/boxart/full_4868773AmericaFrontccc.jpg,Prince of Persia: The Two Thrones,All,Action-Adventure,Ubisoft,Ubisoft Montreal,,,,,,,2005-12-01,2020-11-26 -/games/boxart/full_1858913AmericaFrontccc.jpg,Rygar,Series,Action-Adventure,Tecmo,Tecmo,,,,,,,1987-04-17,2020-02-08 -/games/boxart/full_984420AmericaFrontccc.jpg,State of Decay,PC,Action-Adventure,Microsoft Studios,Undead Labs,,,,,,,2013-11-05,2018-10-02 -/games/boxart/full_3667138PALFrontccc.jpg,One Piece: Pirate Warriors 3,All,Action-Adventure,Bandai Namco Entertainment,Omega Force,,,,,,,2015-08-25,2020-11-13 -/games/boxart/full_2527120AmericaFrontccc.png,Tomb Raider Chronicles,All,Action-Adventure,Eidos Interactive,Core Design,,,,,,,2000-11-21,2020-10-26 -/games/boxart/full_605798AmericaFrontccc.jpg,Alone in the Dark: The New Nightmare,All,Action-Adventure,Infogrames,Darkworks,,,,,,,2001-05-18,2021-03-21 -/games/boxart/full_6413110AmericaFrontccc.jpg,Brutal Legend,All,Action-Adventure,Electronic Arts,Double Fine Productions,,,,,,,2009-10-13,2021-07-09 -/games/boxart/full_2703218AmericaFrontccc.jpg,Darksiders II,All,Action-Adventure,THQ,Vigil Games,,,,,,,2012-08-14,2021-01-09 -/games/boxart/full_5520859AmericaFrontccc.jpg,Dead Rising 2: Off the Record,All,Action-Adventure,Capcom,Capcom,,,,,,,2011-10-11,2020-10-12 -/games/boxart/full_3655825AmericaFrontccc.jpg,Remember Me,All,Action-Adventure,Capcom,DONTNOD Entertainment,,,,,,,2013-06-03,2020-10-12 -/games/boxart/full_4186961AmericaFrontccc.jpg,No Man's Sky,PC,Action-Adventure,Hello Games,Hello Games,,,,,,,2016-01-01,2018-04-04 -/games/boxart/full_5972731PALFrontccc.png,Castlevania: Lords of Shadow,All,Action-Adventure,Konami,Mercury Steam,,,,,,,2010-10-05,2020-11-13 -/games/boxart/full_5233172AmericaFrontccc.png,Tomb Raider: Anniversary,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2007-06-05,2020-10-26 -/games/boxart/full_4114455AmericaFrontccc.jpg,Bionic Commando,All,Action-Adventure,Capcom,GRIN,,,,,,,2009-05-19,2020-10-10 -/games/boxart/full_8943093AmericaFrontccc.jpg,Legend of Grimrock,Series,Action-Adventure,Almost Human,Almost Human Games,,,,,,,2012-04-11,2021-02-16 -/games/boxart/full_3000429AmericaFrontccc.png,The Legend of Zelda: Twilight Princess HD,WiiU,Action-Adventure,Nintendo,Tantalus Interactive,8.4,,,,,,2016-03-04,2018-03-20 -/games/boxart/full_9144833AmericaFrontccc.jpg,Conan Exiles,PC,Action-Adventure,Maximum Games,Funcom Oslo A/S,,,,,,,2018-05-08,2018-03-30 -/games/boxart/full_1961998AmericaFrontccc.jpg,Fahrenheit,All,Action-Adventure,Atari,Quantic Dream,,,,,,,2005-09-20,2021-03-08 -/games/boxart/full_6187432AmericaFrontccc.jpg,Just Cause,All,Action-Adventure,Eidos Interactive,Avalanche Studios,,,,,,,2006-09-27,2020-10-26 -/games/boxart/full_7738258AmericaFrontccc.jpg,Ben 10: Alien Force,All,Action-Adventure,D3 Publisher,Monkey Bar Games,,,,,,,2008-10-28,2020-11-18 -/games/boxart/full_4151389AmericaFrontccc.jpg,Uncharted: Legacy of Thieves Collection,All,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2022-01-28,2023-12-22 -/games/boxart/full_9525246AmericaFrontccc.jpg,60 Seconds!,All,Action-Adventure,Robot Gentleman Studios,Robot Gentleman Studios,,,,,,,2015-05-25,2021-02-09 -/games/boxart/full_8435809AmericaFrontccc.jpg,A Plague Tale: Innocence,All,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2021-02-22 -/games/boxart/full_3992308AmericaFrontccc.png,Another World,All,Action-Adventure,U.S. Gold,Delphine Software International,,,,,,,1991-01-01,2021-03-28 -/games/boxart/full_1250974AmericaFrontccc.jpg,Destroy All Humans!,All,Action-Adventure,THQ,Pandemic Studios,,,,,,,2005-06-21,2021-07-08 -/games/boxart/full_1889824AmericaFrontccc.jpg,Destroy All Humans! (2020),All,Action-Adventure,THQ Nordic,Black Forest Games,,,,,,,2020-07-28,2021-07-08 -/games/boxart/full_493374AmericaFrontccc.jpg,Don't Starve,Series,Action-Adventure,Klei Entertainment,Klei Entertainment,,,,,,,2013-04-23,2020-03-23 -/games/boxart/full_2769144AmericaFrontccc.jpg,Dread Hunger,PC,Action-Adventure,Digital Confectioners,Dread Hunger Team,,,,,,,2022-01-26,2023-06-24 -/games/boxart/full_9483810AmericaFrontccc.jpg,Dust: An Elysian Tail,All,Action-Adventure,Microsoft Studios,Humble Hearts,,,,,,,2012-08-15,2021-08-17 -/games/boxart/full_6562392AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,All,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-22,2022-03-07 -/games/boxart/full_5300603AmericaFrontccc.jpg,Harry Potter and the Prisoner of Azkaban,All,Action-Adventure,Electronic Arts,Electronic Arts,,,,,,,2004-05-25,2021-03-01 -/games/boxart/full_7385115AmericaFrontccc.jpg,Hellblade,Series,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2017-08-08,2020-03-05 -/games/boxart/full_8221806AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,All,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2017-08-08,2021-01-24 -/games/boxart/full_8211099AmericaFrontccc.jpg,Hollow Knight,PC,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2017-02-24,2018-02-03 -/games/boxart/full_1342235AmericaFrontccc.jpg,Judgment,All,Action-Adventure,Sega,Sega,,,,,,,2019-06-25,2021-06-16 -/games/boxart/full_709807AmericaFrontccc.png,Lara Croft and the Guardian of Light,All,Action-Adventure,Square Enix,Crystal Dynamics,,,,,,,2010-08-18,2020-10-26 -/games/boxart/full_6099763AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,All,Action-Adventure,Konami,Kojima Productions,,,,,,,2014-03-18,2020-10-28 -/games/boxart/full_1691361AmericaFrontccc.jpg,Risk of Rain 2,PC,Action-Adventure,Gearbox Publishing,Hopoo Games,,,,,,,2019-03-28,2019-05-03 -/games/boxart/full_8116333AmericaFrontccc.jpg,Saints Row IV,All,Action-Adventure,Deep Silver,Volition,,,,,,,2013-08-20,2020-12-06 -/games/boxart/full_4007185AmericaFrontccc.jpg,Sakuna: Of Rice and Ruin,All,Action-Adventure,Xseed Games,Edelweiss,,,,,,,2020-11-10,2020-11-25 -/games/boxart/full_8941331AmericaFrontccc.png,Tak 2: The Staff of Dreams,All,Action-Adventure,THQ,Avalanche Software,,,,,,,2004-10-11,2023-05-21 -/games/boxart/full_5376913AmericaFrontccc.jpg,The Godfather,All,Action-Adventure,Electronic Arts,EA Redwood Shores,,,,,,,2006-03-21,2021-04-20 -/games/boxart/full_8514230AmericaFrontccc.jpg,The Lord of the Rings: The Fellowship of the Ring,All,Action-Adventure,Black Label Games,WXP,,,,,,,2002-09-24,2020-11-30 -/games/boxart/full_6204906PALFrontccc.jpg,Thief Simulator,NS,Action-Adventure,Forever Entertainment S.A.,Noble Muffins,,,,,,,2019-05-16,2021-07-16 -/games/boxart/full_9250121AmericaFrontccc.jpg,Enslaved: Odyssey to the West,All,Action-Adventure,Namco Bandai Games,Ninja Theory,,,,,,,2010-10-05,2020-11-19 -/games/boxart/full_9598979AmericaFrontccc.jpg,Metal Gear Solid V: Ground Zeroes,PC,Action-Adventure,Konami Digital Entertainment,Kojima Productions,8.5,,,,,,2014-12-18,2018-03-22 -/games/boxart/full_7990936AmericaFrontccc.png,Dead Rising 4,XOne,Action-Adventure,Microsoft Studios,Capcom,,,,,,,2016-12-06,2018-09-25 -/games/boxart/full_4976640AmericaFrontccc.jpg,Mafia III,PC,Action-Adventure,2K Games,Hangar 13,6.5,,,,,,2016-10-07,2018-04-02 -/games/boxart/full_7896708AmericaFrontccc.png,Ben 10 Ultimate Alien: Cosmic Destruction,All,Action-Adventure,D3 Publisher,Papaya Studio Corporation,,,,,,,2010-10-05,2020-11-18 -/games/boxart/full_5410235AmericaFrontccc.jpg,Ben 10 Alien Force: Vilgax Attacks,All,Action-Adventure,D3 Publisher,Papaya Studio Corporation,,,,,,,2009-10-27,2020-11-18 -/games/boxart/full_5885546AmericaFrontccc.jpg,Little Big Adventure,Series,Action-Adventure,Electronic Arts,Adeline Software,,,,,,,1994-10-01,2021-03-30 -/games/boxart/full_8993582AmericaFrontccc.jpg,Deadlight,PC,Action-Adventure,Microsoft Studios,Tequila Works,,,,,,,2012-10-25,2019-02-07 -/games/boxart/full_4508091AmericaFrontccc.jpg,The Fifth Element,All,Action-Adventure,Activision,Kalisto Entertainment,,,,,,,1998-09-30,2023-06-05 -/games/boxart/full_13527AmericaFrontccc.jpg,State of Decay,XBL,Action-Adventure,Microsoft Studios,Undead Labs,,,,,,,2013-06-05,2018-10-08 -/games/boxart/full_2884519AmericaFrontccc.jpeg,One Piece Unlimited World: Red,All,Action-Adventure,Bandai Namco Games,Ganbarion,,,,,,,2014-07-08,2020-11-23 -/games/boxart/full_4052659AmericaFrontccc.jpg,Oddworld: Stranger's Wrath HD,All,Action-Adventure,Electronic Arts,Oddworld Inhabitants,,,,,,,2005-01-25,2021-01-01 -/games/boxart/full_1291493AmericaFrontccc.jpg,One Piece: Pirate Warriors 2,All,Action-Adventure,Bandai,Omega Force,,,,,,,2013-09-03,2020-11-22 -/games/boxart/full_6904468AmericaFrontccc.gif,Uncharted: Legacy of Thieves Collection,PS5,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2022-01-28,2022-03-06 -/games/boxart/full_4239517AmericaFrontccc.jpg,Darksiders II,PC,Action-Adventure,THQ,Vigil Games,7.8,,,,,,2012-08-14,2018-03-14 -/games/boxart/full_3072226AmericaFrontccc.jpg,Okami,All,Action-Adventure,Capcom,Clover Studio,,,,,,,2006-09-19,2021-01-20 -/games/boxart/full_4137098AmericaFrontccc.jpg,Murdered: Soul Suspect,PC,Action-Adventure,Square Enix,Airtight Games,,,,,,,2014-06-03,2018-08-06 -/games/boxart/full_4535376AmericaFrontccc.jpg,Blood Omen 2,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2002-03-21,2021-01-12 -/games/boxart/full_7460950AmericaFrontccc.jpg,Legacy of Kain: Defiance,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2003-11-11,2021-01-12 -/games/boxart/full_7691320AmericaFrontccc.jpg,Little Big Adventure,All,Action-Adventure,Electronic Arts,Adeline Software,,,,,,,1994-10-01,2021-03-30 -/games/boxart/full_6173360AmericaFrontccc.jpg,Soul Reaver 2,All,Action-Adventure,Eidos Interactive,Crystal Dynamics,,,,,,,2001-10-31,2021-01-12 -/games/boxart/full_2228521AmericaFrontccc.jpg,The Little Mermaid,All,Action-Adventure,Capcom,Capcom,,,,,,,1991-08-01,2022-09-29 -/games/boxart/full_6978018AmericaFrontccc.png,Time Commando,All,Action-Adventure,Activision,Adeline Software,,,,,,,1996-07-31,2021-03-30 -/games/boxart/full_6882720AmericaFrontccc.jpg,Wizard of Legend,All,Action-Adventure,Humble Bundle,Contingent99,,,,,,,2018-05-15,2021-02-09 -/games/boxart/full_5784981AmericaFrontccc.jpg,Yakuza 0,All,Action-Adventure,Sega,Sega,,,,,,,2017-01-24,2020-12-15 -/games/boxart/full_4652825AmericaFrontccc.jpg,Uncharted: Legacy of Thieves Collection,PC,Action-Adventure,PlayStation PC,Naughty Dog,,,,,,,2022-10-19,2021-09-11 -/games/boxart/full_3812631AmericaFrontccc.jpg,Despicable Me: The Game,All,Action-Adventure,D3 Publisher,D3Publisher,,,,,,,2010-07-06,2020-11-19 -/games/boxart/full_1006315AmericaFrontccc.jpg,CastleMiner Z,PC,Action-Adventure,Unknown,Digital DNA Games,,,,,,,,2019-02-10 -/games/boxart/full_7652233AmericaFrontccc.jpg,Marvel's Spider-Man: Miles Morales,PC,Action-Adventure,PlayStation PC,Insomniac Games,,,,,,,2022-11-18,2022-06-02 -/games/boxart/full_8196761AmericaFrontccc.jpg,Yakuza: Like a Dragon,PS4,Action-Adventure,Sega,Sega,,,,,,,2020-11-13,2019-11-05 -/games/boxart/full_4603170AmericaFrontccc.jpg,DLC Quest,PC,Action-Adventure,Unknown,Going Loud Studios,,,,,,,,2019-02-10 -/games/boxart/full_4996931AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,PC,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2017-08-08,2019-04-11 -/games/boxart/full_3959072AmericaFrontccc.jpg,Resident Evil HD Remaster,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2019-02-10 -/games/boxart/full_8268887PALFrontccc.jpg,LEGO The Hobbit,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2014-04-08,2018-03-15 -/games/boxart/full_4404135AmericaFrontccc.jpg,Trine 3: The Artifacts of Power,PC,Action-Adventure,Frozenbyte,Frozenbyte,,,,,,,2015-08-20,2018-10-27 -/games/boxart/full_735138JapanFrontccc.jpg,Ryu ga Gotoku Ishin!,All,Action-Adventure,Sega,Sega,,,,,,,2014-02-22,2020-11-16 -/games/boxart/full_1084280AmericaFrontccc.jpg,Castlevania: Lords of Shadow - Ultimate Edition,PC,Action-Adventure,Unknown,Mercury Steam,,,,,,,,2019-02-10 -/games/boxart/full_9782302AmericaFrontccc.jpg,Streets of Rogue,PC,Action-Adventure,Unknown,Matt Dabrowski,,,,,,,,2019-02-10 -/games/boxart/full_743327AmericaFrontccc.jpg,The Last of Us Part I,PC,Action-Adventure,PlayStation PC,Naughty Dog,,,,,,,2023-03-28,2022-06-10 -/games/boxart/full_8100579AmericaFrontccc.jpg,No Time To Explain Remastered,PC,Action-Adventure,Unknown,TinyBuild Games,,,,,,,,2019-02-11 -/games/boxart/full_8135255AmericaFrontccc.jpg,Organ Trail,PC,Action-Adventure,Unknown,The Men Who Wear Many Hats LLC,,,,,,,,2019-02-11 -/games/boxart/full_5793174PALFrontccc.jpg,Dead to Rights: Retribution,All,Action-Adventure,Namco,Volatile Games,,,,,,,2010-04-27,2020-11-18 -/games/boxart/full_682528AmericaFrontccc.jpg,Fatal Frame: Maiden of Black Water,All,Action-Adventure,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-10-28,2022-02-28 -/games/boxart/full_1787569AmericaFrontccc.jpg,Damned,PC,Action-Adventure,Unknown,9heads Game Studios,,,,,,,,2019-02-13 -/games/boxart/full_7451911PALFrontccc.jpg,The LEGO Movie Videogame,PC,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2014-02-07,2018-03-20 -/games/boxart/full_7890991AmericaFrontccc.jpg,Death Stranding Director's Cut,PS5,Action-Adventure,Sony Interactive Entertainment,Kojima Productions,,,,,,,2021-09-24,2021-06-10 -/games/boxart/full_5721816AmericaFrontccc.jpg,Dead Realm,PC,Action-Adventure,Unknown,"Section Studios, Inc.",,,,,,,,2019-02-13 -/games/boxart/full_2316926AmericaFrontccc.jpg,Invasion: Brain Craving,PC,Action-Adventure,Unknown,New Reality Games,,,,,,,,2019-02-13 -/games/boxart/full_1771131AmericaFrontccc.jpg,The Hat Man: Shadow Ward,PC,Action-Adventure,Unknown,Game Mechanics LLC,,,,,,,,2019-02-13 -/games/boxart/full_9004806AmericaFrontccc.png,Blood Omen: Legacy of Kain,All,Action-Adventure,Crystal Dynamics,Silicon Knights,,,,,,,1996-11-01,2021-01-11 -/games/boxart/full_530904AmericaFrontccc.jpg,Fantastic Four,All,Action-Adventure,Activision,7 Studios,,,,,,,2005-06-27,2022-09-29 -/games/boxart/full_9688734AmericaFrontccc.jpg,Agony,All,Action-Adventure,PlayWay,Madmind Studio,,,,,,,2018-05-29,2021-01-24 -/games/boxart/full_3422026AmericaFrontccc.jpg,Agony,Series,Action-Adventure,PlayWay,Madmind Studio,,,,,,,2018-05-29,2020-03-18 -/games/boxart/full_1731531AmericaFrontccc.png,Agents of Mayhem,All,Action-Adventure,Deep Silver,Volition,,,,,,,2017-08-15,2021-02-14 -/games/boxart/full_7162754AmericaFrontccc.jpg,Little Big Adventure 2,PC,Action-Adventure,Unknown,Adeline Software,,,,,,,,2021-03-30 -/games/boxart/full_5050363AmericaFrontccc.jpg,Terraria,X360,Action-Adventure,505 Games,Engine Software,7.8,,,,,,2013-03-27,2018-03-19 -/games/boxart/full_8452848AmericaFrontccc.jpg,BATTLETECH,PC,Action-Adventure,Unknown,Harebrained Schemes,,,,,,,,2019-02-15 -/games/boxart/full_6521974AmericaFrontccc.jpg,Outrage,PC,Action-Adventure,Unknown,Astronomic Games,,,,,,,,2019-02-15 -/games/boxart/full_8143775AmericaFrontccc.jpg,Dead to Rights II,All,Action-Adventure,Namco,WideScreen Games,,,,,,,2005-04-12,2020-11-21 -/games/boxart/full_1647559AmericaFrontccc.jpg,Half Dead,PC,Action-Adventure,Unknown,Room710Games,,,,,,,,2019-02-15 -/games/boxart/full_4546616AmericaFrontccc.jpg,Camera Obscura,PC,Action-Adventure,Unknown,Anteater Games,,,,,,,,2019-02-19 -/games/boxart/full_6275951AmericaFrontccc.jpg,Take Thy Throne,PC,Action-Adventure,Unknown,Charyb Games,,,,,,,,2019-02-19 -/games/boxart/full_7676738AmericaFrontccc.jpg,Stealth Inc 2: A Game of Clones,PC,Action-Adventure,Unknown,Carbon,,,,,,,,2019-02-19 -/games/boxart/full_4111682AmericaFrontccc.jpg,Wizard of Legend,PC,Action-Adventure,Unknown,Contingent99,,,,,,,,2019-02-19 -/games/boxart/full_3483700AmericaFrontccc.jpg,Next Day: Survival,PC,Action-Adventure,Unknown,SOFF Games,,,,,,,,2019-02-19 -/games/boxart/full_6804850AmericaFrontccc.jpg,Song of the Deep,All,Action-Adventure,GameTrust,Insomniac Games,,,,,,,2016-07-12,2023-12-24 -/games/boxart/full_kurohyou-ryu-ga-gotoku-shinshou_8JapanFront.jpg,Black Panther: Yakuza New Chapter,PSP,Action-Adventure,Sega,Amusement Vision,,,,,,,2010-09-22,2018-08-26 -/games/boxart/full_6985442AmericaFrontccc.jpg,Clash of the Titans,All,Action-Adventure,Namco Bandai Games,Game Republic,,,,,,,2010-07-27,2020-11-18 -/games/boxart/full_146115AmericaFrontccc.png,Hollow Knight,NS,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2018-06-12,2018-12-01 -/games/boxart/full_2122589AmericaFrontccc.png,Kamiko,NS,Action-Adventure,Flyhigh Works,Skipmore,,,,,,,2017-04-27,2018-01-16 -/games/boxart/full_1818982PALFrontccc.jpg,Lego Star Wars: The Force Awakens,PC,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2016-06-28,2018-03-31 -/games/boxart/full_8062990AmericaFrontccc.jpg,Shadows 2: Perfidia,PC,Action-Adventure,Unknown,MrCiastku,,,,,,,,2019-02-20 -/games/boxart/full_1268022AmericaFrontccc.jpg,The Wild Eight,PC,Action-Adventure,Unknown,HypeTrain Digital,,,,,,,,2019-02-23 -/games/boxart/full_6604432AmericaFrontccc.jpg,Betrayer,PC,Action-Adventure,Unknown,Blackpowder Games,,,,,,,,2019-02-23 -/games/boxart/full_6619222AmericaFrontccc.jpg,Road Redemption,PC,Action-Adventure,Unknown,Pixel Dash Studios,,,,,,,,2019-02-23 -/games/boxart/full_1516481AmericaFrontccc.jpg,Resident Evil Zero,PC,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 -/games/boxart/full_4661512PALFrontccc.jpg,Castlevania: Lords of Shadow 2,PC,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,,,,,,2014-02-25,2018-11-02 -/games/boxart/full_5523369AmericaFrontccc.jpg,Epistory - Typing Chronicles,PC,Action-Adventure,Unknown,Fishing Cactus,,,,,,,,2019-03-13 -/games/boxart/full_4924943AmericaFrontccc.jpg,Mad Dagger,PC,Action-Adventure,Unknown,YarGri,,,,,,,,2019-03-18 -/games/boxart/full_4172375AmericaFrontccc.jpg,Witch It,PC,Action-Adventure,Unknown,Barrel Roll Games,,,,,,,,2019-03-19 -/games/boxart/full_336391AmericaFrontccc.jpg,Only One Hope,PC,Action-Adventure,Unknown,Unknown,,,,,,,,2019-03-19 -/games/boxart/full_3541643AmericaFrontccc.jpg,Apartment 666,PC,Action-Adventure,Unknown,I Need Play,,,,,,,,2019-03-19 -/games/boxart/full_6399847AmericaFrontccc.jpg,Batman: Arkham Origins Blackgate,PC,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 -/games/boxart/full_7660846AmericaFrontccc.jpg,Mitsurugi Kamui Hikae,PC,Action-Adventure,Unknown,Zenith Blue,,,,,,,,2019-03-20 -/games/boxart/full_5621444AmericaFrontccc.jpg,Rabi-Ribi,PC,Action-Adventure,Unknown,CreSpirit,,,,,,,,2019-03-20 -/games/boxart/full_2518481AmericaFrontccc.jpg,28 Waves Later,PC,Action-Adventure,Unknown,Dagestan Technology,,,,,,,,2019-03-21 -/games/boxart/full_5666835AmericaFrontccc.jpg,Mr.President!,PC,Action-Adventure,Unknown,Game Developer X,,,,,,,,2019-03-21 -/games/boxart/full_5670225AmericaFrontccc.jpg,Space Incident,PC,Action-Adventure,Unknown,Vogd3,,,,,,,,2019-03-21 -/games/boxart/full_3997760AmericaFrontccc.jpg,Paranautical Activity,PC,Action-Adventure,Unknown,Digerati Distribution,,,,,,,,2019-03-23 -/games/boxart/full_8572941AmericaFrontccc.jpg,Blades of Time,PC,Action-Adventure,Unknown,Gaijin Entertainment,,,,,,,,2019-03-23 -/games/boxart/full_6592102AmericaFrontccc.jpg,Feed and Grow: Fish,PC,Action-Adventure,Unknown,Old B1ood,,,,,,,,2019-03-23 -/games/boxart/full_6639179AmericaFrontccc.jpg,Deadly Premonition: The Director's Cut,PC,Action-Adventure,Rising Star Games,Rising Star Games,,,,,,,2013-10-29,2019-03-24 -/games/boxart/full_9655360PALFrontccc.jpg,Dead Rising 4,PC,Action-Adventure,Capcom,Capcom,,,,,,,2016-12-06,2018-10-01 -/games/boxart/full_6868071AmericaFrontccc.jpg,Wizorb,PC,Action-Adventure,Unknown,Tribute Games,,,,,,,,2019-03-25 -/games/boxart/full_9588360AmericaFrontccc.jpg,Offspring Fling!,PC,Action-Adventure,Unknown,Kyle Pulver,,,,,,,,2019-03-25 -/games/boxart/full_2970981AmericaFrontccc.jpg,The Final Station,PC,Action-Adventure,Unknown,Oleg Sergeev,,,,,,,,2019-03-27 -/games/boxart/full_7706824AmericaFrontccc.jpg,Galaxy on Fire 2 Full HD,PC,Action-Adventure,Unknown,Fishlabs Entertainment,,,,,,,,2019-03-29 -/games/boxart/full_1232199AmericaFrontccc.jpg,Immune - True Survival,PC,Action-Adventure,Unknown,vidiludi games and entertainment,,,,,,,,2019-03-29 -/games/boxart/full_2806671AmericaFrontccc.jpg,Cucumber Blues,PC,Action-Adventure,Unknown,Unknown,,,,,,,2017-04-03,2019-04-21 -/games/boxart/full_5122765AmericaFrontccc.jpg,Westerado: Double Barreled,PC,Action-Adventure,Adult Swim,Ostrich Banditos,,,,,,,2015-04-16,2019-04-20 -/games/boxart/full_3560907AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,PC,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2015-03-17,2019-04-20 -/games/boxart/full_2914363AmericaFrontccc.jpg,Overture,PC,Action-Adventure,Black Shell Media,Black Shell Games,,,,,,,2015-01-01,2019-04-17 -/games/boxart/full_5581131AmericaFrontccc.jpg,The Growth Journey,PC,Action-Adventure,Cleverweek,Cleverweek,,,,,,,2016-01-07,2019-04-17 -/games/boxart/full_3093304AmericaFrontccc.jpg,Anodyne,PC,Action-Adventure,Analgesic Productions,Sean Han Tani,,,,,,,2013-03-22,2019-04-09 -/games/boxart/full_350238AmericaFrontccc.jpg,Insanely Twisted Shadow Planet,PC,Action-Adventure,Microsoft Studios,Shadow Planet Productions,,,,,,,2012-04-17,2019-04-06 -/games/boxart/full_9782537AmericaFrontccc.jpg,Blaster Master Zero,All,Action-Adventure,Inti Creates,Inti Creates,,,,,,,2017-03-09,2021-02-03 -/games/boxart/full_889411AmericaFrontccc.jpg,Between Me and The Night,PC,Action-Adventure,Unknown,RainDance LX,,,,,,,,2019-04-05 -/games/boxart/full_3422033AmericaFrontccc.jpg,Heroes of Hammerwatch,PC,Action-Adventure,Crackshell,Crackshell,,,,,,,2018-03-01,2019-04-03 -/games/boxart/full_1380682AmericaFrontccc.jpg,Dungeon Souls,PC,Action-Adventure,Black Shell Media,Lamina Studios,,,,,,,2016-12-02,2019-04-01 -/games/boxart/full_1027566AmericaFrontccc.jpg,Hellblade: Senua's Sacrifice,XOne,Action-Adventure,Microsoft Studios,Ninja Theory,,,,,,,2018-12-04,2018-11-02 -/games/boxart/full_2119680AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,PC,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-04-30 -/games/boxart/full_2870794AmericaFrontccc.jpg,Touhou Luna Nights,PC,Action-Adventure,Vaka Game Magazine,Vaka Game Magazine,,,,,,,2019-02-26,2019-06-24 -/games/boxart/full_9188258AmericaFrontccc.jpg,Heroes of the Lance,All,Action-Adventure,Strategic Simulations,U.S. Gold,,,,,,,1988-01-01,2021-03-26 -/games/boxart/full_5862778AmericaFrontccc.jpg,Gemstone,Series,Action-Adventure,Strategic Simulations,Paradigm Creators,,,,,,,1984-01-01,2021-03-25 -/games/boxart/full_9844639AmericaFrontccc.jpg,Dragons of Flame,All,Action-Adventure,Strategic Simulations,U.S. Gold,,,,,,,1989-01-01,2021-03-22 -/games/boxart/full_4908926AmericaFrontccc.jpg,Castle Wolfenstein,All,Action-Adventure,Muse Software,Muse Software,,,,,,,1981-09-01,2021-04-06 -/games/boxart/full_5550735AmericaFrontccc.jpg,Gemstone Warrior,All,Action-Adventure,Strategic Simulations,Paradigm Creators,,,,,,,1984-01-01,2021-03-24 -/games/boxart/full_1374856AmericaFrontccc.jpg,Star Control: Origins,PC,Action-Adventure,Unknown,Stardock,,,,,,,,2021-03-18 -/games/boxart/full_3659585AmericaFrontccc.jpg,Gemstone Healer,All,Action-Adventure,Strategic Simulations,Paradigm Creators,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_5698817PALFrontccc.jpg,Adventure Time: Explore the Dungeon Because I Don't Know!,PC,Action-Adventure,D3Publisher,Way Forward,,,,,,,2014-01-01,2018-03-19 -/games/boxart/full_alan-wake-american-nightmare_120AmericaFront.jpg,Alan Wake's American Nightmare,XBL,Action-Adventure,Microsoft Studios,Remedy Entertainment,,,,,,,2012-02-22,2018-09-29 -/games/boxart/full_alan-wake-the-signal_6AmericaFront.jpg,Alan Wake: The Signal,XBL,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,7.6,,,,,,2010-07-27,2018-10-01 -/games/boxart/full_alan-wake-the-writer_3AmericaFront.jpg,Alan Wake: The Writer,XBL,Action-Adventure,Microsoft Game Studios,Remedy Entertainment,7,,,,,,2010-10-12,2018-10-01 -/games/boxart/full_6586082AmericaFrontccc.png,Anodyne,iOS,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-06-16,2019-04-09 -/games/boxart/full_8707635AmericaFrontccc.jpg,Anodyne,OSX,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-02-04,2019-04-09 -/games/boxart/full_1386843AmericaFrontccc.png,Anodyne,And,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-10-15,2019-04-09 -/games/boxart/full_7784946AmericaFrontccc.jpg,Anodyne,Linux,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2013-02-04,2019-04-09 -/games/boxart/full_7455263PALFrontccc.jpg,Assassin's Creed Chronicles: China,XOne,Action-Adventure,Ubisoft,Climax Studios,,,,,,,2015-04-21,2018-12-30 -/games/boxart/full_7767098AmericaFrontccc.jpg,Assassin's Creed Liberation HD,PS3,Action-Adventure,Ubisoft,Ubisoft Sofia,,,,,,,2014-01-14,2018-09-12 -/games/boxart/full_6718193AmericaFrontccc.jpg,Assassin's Creed Liberation HD,X360,Action-Adventure,Ubisoft,Ubisoft Sofia,,,,,,,2014-01-15,2018-09-12 -/games/boxart/full_5585676PALFrontccc.jpg,Assassin's Creed Liberation HD,PC,Action-Adventure,Ubisoft,Ubisoft Sofia,,,,,,,2014-01-15,2018-09-12 -/games/boxart/full_614027AmericaFrontccc.png,Attack of the Friday Monsters! A Tokyo Tale,3DS,Action-Adventure,Level 5,Millenium Kitchen,7.8,,,,,,2013-07-18,2018-04-11 -/games/boxart/full_7597748AmericaFrontccc.png,Batman: Arkham Origins Blackgate,WiiU,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 -/games/boxart/full_295594AmericaFrontccc.jpg,Batman: Arkham Origins Blackgate,X360,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 -/games/boxart/full_8452847AmericaFrontccc.png,Batman: Arkham Origins Blackgate,PS3,Action-Adventure,Warner Bros. Interactive Entertainment,Armature Studio,,,,,,,2014-04-01,2018-12-10 -/games/boxart/full_2095100AmericaFrontccc.jpg,Below,PC,Action-Adventure,Capybara Games,Capybara Games,,,,,,,2018-12-14,2018-08-09 -/games/boxart/full_4401594AmericaFrontccc.jpg,Below,XOne,Action-Adventure,Capybara Games,Capybara Games,,,,,,,2018-12-14,2018-08-09 -/games/boxart/full_838989AmericaFrontccc.jpg,Blues and Bullets,PC,Action-Adventure,A Crowd of Monsters,A Crowd of Monsters,,,,,,,2015-07-23,2018-09-07 -/games/boxart/default.jpg,Castlevania: Lords of Shadow - Mirror of Fate,PS3,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,,,,,,2013-10-31,2019-01-13 -/games/boxart/default.jpg,Castlevania: Lords of Shadow - Mirror of Fate,X360,Action-Adventure,Konami Digital Entertainment,Mercury Steam,,,,,,,2013-10-31,2019-01-13 -/games/boxart/full_6347026AmericaFrontccc.png,Chibi-Robo!: Photo Finder,3DS,Action-Adventure,Nintendo,skip Ltd.,,,,,,,2014-01-09,2018-08-30 -/games/boxart/default.jpg,Disney Infinity 2.0: Marvel Super Heroes,PC,Action-Adventure,Disney Interactive Studios,Avalanche Software,,,,,,,2014-09-23,2018-02-06 -/games/boxart/full_7811689AmericaFrontccc.jpg,Family Guy: Back to the Multiverse,PC,Action-Adventure,Activision,Heavy Iron Studios,,,,,,,2012-11-20,2018-10-19 -/games/boxart/full_1454109AmericaFrontccc.jpg,Haunt,XBL,Action-Adventure,Microsoft Studios,NanaOn-Sha,,,,,,,2012-01-18,2018-09-29 -/games/boxart/full_5939914PALFrontccc.jpg,LEGO The Hobbit,OSX,Action-Adventure,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2014-04-10,2018-12-30 -/games/boxart/full_699533JapanFrontccc.jpg,Magatama,XBL,Action-Adventure,Microsoft Game Studios,Team Breakout,,,,,,,2007-12-04,2018-09-25 -/games/boxart/full_4476468JapanFrontccc.jpg,Magatama,XB,Action-Adventure,Microsoft Game Studios,Team Breakout,,,,,,,2003-11-20,2018-09-25 -/games/boxart/full_8099978AmericaFrontccc.png,Max: The Curse of Brotherhood,XOne,Action-Adventure,Microsoft Studios,Press Play,,,,,,,2013-12-20,2019-03-23 -/games/boxart/full_7753874AmericaFrontccc.jpg,Max: the Curse of Brotherhood,PC,Action-Adventure,Microsoft Studios,Press Play,,,,,,,2014-05-21,2019-03-23 -/games/boxart/full_5211684AmericaFrontccc.jpg,Max: the Curse of Brotherhood,XBL,Action-Adventure,Microsoft Studios,Press Play,,,,,,,2014-05-21,2019-03-23 -/games/boxart/full_4311584AmericaFrontccc.jpg,Metal Gear Solid 3: Snake Eater HD Edition,PSV,Action-Adventure,Konami Digital Entertainment,Armature Studio,,,,,,,2012-08-21,2018-09-12 -/games/boxart/full_3998872AmericaFrontccc.png,Metal Gear Solid Mobile,Mob,Action-Adventure,Konami Digital Entertainment,Ideaworks3D,,,,,,,2008-03-19,2018-09-12 -/games/boxart/full_8851101AmericaFrontccc.jpg,Metal Gear Solid V: The Phantom Pain,PS3,Action-Adventure,Konami Digital Entertainment,Kojima Productions,,,,,,,2015-09-01,2018-09-12 -/games/boxart/full_9779006AmericaFrontccc.jpg,Metroid Prime 4,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2021-12-31,2019-01-25 -/games/boxart/full_678199AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,XOne,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-09-07,2019-04-20 -/games/boxart/full_2389456AmericaFrontccc.png,Oceanhorn: Monster of Uncharted Seas,iOS,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2013-11-14,2019-04-20 -/games/boxart/full_4185455AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,PS4,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-09-07,2019-04-20 -/games/boxart/full_8705941AmericaFrontccc.jpg,ReCore,PC,Action-Adventure,Microsoft Studios,Armature Studio,,,,,,,2016-09-13,2018-10-01 -/games/boxart/full_76210AmericaFrontccc.jpg,Republique,PC,Action-Adventure,GungHo Online Entertainment,Camouflaj,,,,,,,2015-02-26,2018-08-11 -/games/boxart/full_1741658AmericaFrontccc.jpg,Republique,OSX,Action-Adventure,GungHo Online Entertainment,Camouflaj,,,,,,,2015-02-26,2018-08-11 -/games/boxart/full_7894180AmericaFrontccc.jpg,Resident Evil Zero,X360,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 -/games/boxart/full_2866447AmericaFrontccc.jpeg,Rodea the Sky Soldier,Wii,Action-Adventure,NIS America,PROPE,,,,,,,2015-11-10,2018-04-06 -/games/boxart/full_2646519AmericaFrontccc.jpg,Rust,OSX,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2018-02-08,2018-03-19 -/games/boxart/full_7120024AmericaFrontccc.jpg,Shadow of the Beast (2016),PS4,Action-Adventure,Sony Interactive Entertainment,Heavy Spectrum,,,,,,,2016-05-17,2018-09-14 -/games/boxart/full_siren-blood-curse-episodes-1-12_708AmericaFront.jpg,Siren: Blood Curse Episodes 1-12,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-07-24,2018-09-16 -/games/boxart/full_siren-blood-curse-episodes-1-4_8AmericaFront.jpg,Siren: Blood Curse Episodes 1-4,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-07-23,2018-09-17 -/games/boxart/full_siren-blood-curse-episodes-5-8_7AmericaFront.jpg,Siren: Blood Curse Episodes 5-8,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,8,,,,,,2008-07-23,2018-09-17 -/games/boxart/full_siren-blood-curse-episodes-9-12_8AmericaFront.jpg,Siren: Blood Curse Episodes 9-12,PSN,Action-Adventure,Sony Computer Entertainment,SCE Japan Studio,8,,,,,,2008-07-23,2018-09-17 -/games/boxart/full_5618788AmericaFrontccc.jpg,Terraria,And,Action-Adventure,505 Games,CodeGlue,,,,,,,2013-09-13,2018-03-19 -/games/boxart/full_5428889AmericaFrontccc.png,The Amazing Spider-Man (2012),And,Action-Adventure,Activision,Gameloft,,,,,,,2012-06-28,2018-03-15 -/games/boxart/default.jpg,Viking: Battle for Asgard,PC,Action-Adventure,Sega,Creative Assembly,,,,,,,2012-10-17,2018-05-25 -/games/boxart/full_9629131AmericaFrontccc.jpg,Wanderer,PC,Action-Adventure,Unknown,Mighty Eyes,,,,,,,,2022-11-19 -/games/boxart/full_9524310AmericaFrontccc.jpg,World to the West,PC,Action-Adventure,Rain Games,Rain Games,,,,,,,2017-05-05,2018-09-07 -/games/boxart/full_4248633AmericaFrontccc.jpg,World to the West,PS4,Action-Adventure,Soedesco,Rain Games,,,,,,,2017-08-08,2018-09-07 -/games/boxart/full_9329976AmericaFrontccc.jpg,World to the West,WiiU,Action-Adventure,Rain Games,Rain Games,,,,,,,2018-12-31,2018-09-07 -/games/boxart/full_2412072PALFrontccc.jpg,World to the West,XOne,Action-Adventure,Rain Games,Rain Games,,,,,,,2017-05-05,2018-09-07 -/games/boxart/full_5799179AmericaFrontccc.jpg,Zelda: The Wand of Gamelon,CDi,Action-Adventure,Philips Interactive Media,Animation Magic,,,,,,,1993-10-10,2018-04-17 -/games/boxart/full_6497717AmericaFrontccc.jpg,Stray,PS5,Action-Adventure,Annapurna Interactive,Blue Twelve Studio,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_5715569JapanFrontccc.jpg,レミロア~少女と異世界と魔導書,NS,Action-Adventure,Unknown,Pikii,,,,,,,,2019-02-23 -/games/boxart/full_2571586AmericaFrontccc.jpg,198X,PC,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-06-20,2019-06-05 -/games/boxart/full_6641261AmericaFrontccc.jpg,198X,XOne,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-12-01,2019-06-05 -/games/boxart/full_9737973AmericaFrontccc.jpg,198X,NS,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-12-01,2019-06-05 -/games/boxart/full_7195928AmericaFrontccc.jpg,198X,PS4,Action-Adventure,Hi-Bit Studios,Hi-Bit Studios,,,,,,,2019-06-20,2019-06-05 -/games/boxart/full_8412372AmericaFrontccc.jpg,35MM,PS5,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 -/games/boxart/full_3060799AmericaFrontccc.jpg,35MM,XOne,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 -/games/boxart/full_6663428AmericaFrontccc.jpg,35MM,XS,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 -/games/boxart/full_3869572AmericaFrontccc.jpg,35MM,NS,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 -/games/boxart/full_4563683AmericaFrontccc.jpg,35MM,PC,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 -/games/boxart/full_4274963AmericaFrontccc.jpg,35MM,PS4,Action-Adventure,Unknown,Noskov Sergey,,,,,,,,2022-03-01 -/games/boxart/default.jpg,8Bit Hero,WiiU,Action-Adventure,Unknown,Sean Garland,,,,,,,,2020-08-19 -/games/boxart/full_6161976AmericaFrontccc.jpg,A Plague Tale: Innocence,PS4,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2019-04-01 -/games/boxart/full_4427113AmericaFrontccc.jpg,A Plague Tale: Innocence,XOne,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2019-04-01 -/games/boxart/full_6743373AmericaFrontccc.jpg,A Plague Tale: Innocence,NS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-06-19 -/games/boxart/full_5545128AmericaFrontccc.jpg,A Plague Tale: Innocence,PS5,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-06-19 -/games/boxart/full_2714881AmericaFrontccc.jpg,A Plague Tale: Innocence,XS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-06-19 -/games/boxart/full_2650106AmericaFrontccc.jpg,A Plague Tale: Innocence,PC,Action-Adventure,Focus Home Interactive,Asobo Studio,,,,,,,2019-05-14,2019-04-01 -/games/boxart/full_679470AmericaFrontccc.jpg,A Plague Tale: Requiem,NS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 -/games/boxart/full_3464696AmericaFrontccc.jpg,A Plague Tale: Requiem,PC,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 -/games/boxart/full_2849823AmericaFrontccc.jpg,A Plague Tale: Requiem,PS5,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 -/games/boxart/full_1602939AmericaFrontccc.jpg,A Plague Tale: Requiem,XS,Action-Adventure,Unknown,Asobo Studio,,,,,,,,2021-11-02 -/games/boxart/full_5166647AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,XOne,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_1723830AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,NS,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_8499768AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,PC,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_172986AmericaFrontccc.jpg,A Rat’s Quest: The Way Back Home,PS4,Action-Adventure,HandyGames,The Dreamerians,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_1452811AmericaFrontccc.jpg,Afterimage,PS5,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 -/games/boxart/full_3965286AmericaFrontccc.jpg,Afterimage,XOne,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 -/games/boxart/full_7662136AmericaFrontccc.jpg,Afterimage,XS,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 -/games/boxart/full_8274679AmericaFrontccc.jpg,Afterimage,NS,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 -/games/boxart/full_9424458AmericaFrontccc.jpg,Afterimage,PC,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 -/games/boxart/full_2921735AmericaFrontccc.jpg,Afterimage,PS4,Action-Adventure,Modus Games,Aurogon Shanghai,,,,,,,2023-04-25,2023-04-17 -/games/boxart/full_2892456AmericaFrontccc.jpg,Aggelos,NS,Action-Adventure,PQube,PQube,,,,,,,2019-09-24,2019-04-28 -/games/boxart/full_8986147AmericaFrontccc.jpg,Aggelos,PC,Action-Adventure,PQube,PQube,,,,,,,2019-06-19,2019-07-31 -/games/boxart/full_7788165AmericaFrontccc.jpg,Alan Wake 2,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-12-10 -/games/boxart/full_5090877AmericaFrontccc.jpg,Alan Wake 2,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-12-10 -/games/boxart/full_5964613AmericaFrontccc.jpg,Alan Wake 2,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-12-10 -/games/boxart/full_6223921AmericaFrontccc.jpg,Alan Wake Remastered,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 -/games/boxart/full_8184040AmericaFrontccc.jpg,Alan Wake Remastered,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 -/games/boxart/full_6769728AmericaFrontccc.jpg,Alan Wake Remastered,PS4,Action-Adventure,Epic Games,Remedy Entertainment,,,,,,,2021-10-05,2021-09-11 -/games/boxart/full_5625147AmericaFrontccc.jpg,Alan Wake Remastered,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 -/games/boxart/full_7705851AmericaFrontccc.jpg,Alan Wake Remastered,XOne,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2021-09-11 -/games/boxart/full_7095109AmericaFrontccc.png,Alien: Isolation,NS,Action-Adventure,Sega,Creative Assembly,,,,,,,2019-12-05,2019-11-23 -/games/boxart/full_7259234AmericaFrontccc.jpg,Alone in the Dark (2024),PS5,Action-Adventure,Unknown,Pieces Interactive,,,,,,,,2023-09-11 -/games/boxart/full_1070013AmericaFrontccc.jpg,Alone in the Dark (2024),XS,Action-Adventure,Unknown,Pieces Interactive,,,,,,,,2023-09-11 -/games/boxart/full_3890157AmericaFrontccc.jpg,Alone in the Dark (2024),PC,Action-Adventure,Unknown,Pieces Interactive,,,,,,,,2023-09-11 -/games/boxart/full_4720305AmericaFrontccc.jpg,Alwa's Legacy,XOne,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 -/games/boxart/full_3811452AmericaFrontccc.jpg,Alwa's Legacy,PS4,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 -/games/boxart/full_22618AmericaFrontccc.jpg,Alwa's Legacy,PC,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 -/games/boxart/full_4922103AmericaFrontccc.jpg,Alwa's Legacy,NS,Action-Adventure,Unknown,Elden Pixels,,,,,,,,2020-09-27 -/games/boxart/full_9864189AmericaFrontccc.jpg,Amnesia: The Bunker,PS4,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 -/games/boxart/full_681689AmericaFrontccc.jpg,Amnesia: The Bunker,PS5,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 -/games/boxart/full_1728122AmericaFrontccc.jpg,Amnesia: The Bunker,XOne,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 -/games/boxart/full_1450972AmericaFrontccc.jpg,Amnesia: The Bunker,XS,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 -/games/boxart/full_1821271AmericaFrontccc.jpg,Amnesia: The Bunker,PC,Action-Adventure,Unknown,Frictional Games,,,,,,,,2023-03-30 -/games/boxart/full_5329004AmericaFrontccc.jpg,Among the Sleep,NS,Action-Adventure,Krillbite Studio,Krillbite Studio,,,,,,,2019-05-29,2019-05-19 -/games/boxart/full_2050828AmericaFrontccc.png,Anodyne,XOne,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2018-09-21,2019-04-09 -/games/boxart/full_9780031AmericaFrontccc.jpg,Anodyne,PS4,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2018-09-18,2019-04-09 -/games/boxart/full_5845898AmericaFrontccc.png,Anodyne,NS,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2019-02-28,2019-04-09 -/games/boxart/full_7455984AmericaFrontccc.jpg,Anodyne 2: Return to Dust,PC,Action-Adventure,Analgesic Productions,Sean Han Tani,,,,,,,2019-08-31,2019-04-09 -/games/boxart/full_5593295AmericaFrontccc.jpg,Aragami 2,PS5,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 -/games/boxart/full_5969578AmericaFrontccc.jpg,Aragami 2,PS4,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 -/games/boxart/full_6310180AmericaFrontccc.jpg,Aragami 2,XS,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 -/games/boxart/full_3371093AmericaFrontccc.jpg,Aragami 2,XOne,Action-Adventure,Unknown,Lince Works,,,,,,,,2021-05-28 -/games/boxart/full_706880AmericaFrontccc.jpg,Arietta of Spirits,PC,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 -/games/boxart/full_141838AmericaFrontccc.jpg,Arietta of Spirits,PS4,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 -/games/boxart/full_3321490AmericaFrontccc.jpg,Arietta of Spirits,XOne,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 -/games/boxart/full_5284307AmericaFrontccc.jpg,Arietta of Spirits,NS,Action-Adventure,Unknown,Third Spirit Games,,,,,,,,2021-06-13 -/games/boxart/full_4405025AmericaFrontccc.jpg,ARK II,All,Action-Adventure,Unknown,Studio Wildcard,,,,,,,,2022-06-13 -/games/boxart/full_8832228AmericaFrontccc.jpg,ARK II,PC,Action-Adventure,Unknown,Studio Wildcard,,,,,,,,2022-06-13 -/games/boxart/full_4492116AmericaFrontccc.jpg,ARK II,XS,Action-Adventure,Unknown,Studio Wildcard,,,,,,,,2022-06-13 -/games/boxart/full_6598335AmericaFrontccc.jpg,Ary and the Secret of Seasons,XOne,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 -/games/boxart/full_291202AmericaFrontccc.jpg,Ary and the Secret of Seasons,NS,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 -/games/boxart/full_3860331AmericaFrontccc.jpg,Ary and the Secret of Seasons,PC,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 -/games/boxart/full_1530145AmericaFrontccc.jpg,Ary and the Secret of Seasons,PS4,Action-Adventure,Modus Games,eXiin,,,,,,,2020-09-01,2019-08-10 -/games/boxart/full_3615363AmericaFrontccc.jpg,Ashen (2018),PC,Action-Adventure,Annapurna Interactive,Aurora44,,,,,,,2018-12-07,2018-12-19 -/games/boxart/full_6338612AmericaFrontccc.jpg,Ashen (2018),XOne,Action-Adventure,Annapurna Interactive,Aurora44,,,,,,,2018-12-07,2018-12-19 -/games/boxart/full_7188145AmericaFrontccc.jpg,Assassin's Creed III Remastered,XOne,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-03-29,2019-02-14 -/games/boxart/full_663982AmericaFrontccc.jpg,Assassin's Creed III Remastered,PS4,Action-Adventure,Ubisoft,Ubisoft,8,,,,,,2019-03-29,2019-03-22 -/games/boxart/full_9878065AmericaFrontccc.jpg,Assassin's Creed III Remastered,NS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-05-21,2019-03-22 -/games/boxart/full_2635347AmericaFrontccc.png,Assassin's Creed III Remastered,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-03-29,2019-02-14 -/games/boxart/full_5697015AmericaFrontccc.jpeg,Assassin's Creed Mirage,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 -/games/boxart/full_8779756AmericaFrontccc.jpeg,Assassin's Creed Mirage,PS4,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 -/games/boxart/full_7161128AmericaFrontccc.jpeg,Assassin's Creed Mirage,PS5,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 -/games/boxart/full_961347AmericaFrontccc.jpeg,Assassin's Creed Mirage,XOne,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 -/games/boxart/full_9290849AmericaFrontccc.jpeg,Assassin's Creed Mirage,XS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2022-11-21 -/games/boxart/full_1419522AmericaFrontccc.jpg,Assassin's Creed Odyssey: Cloud Version,NS,Action-Adventure,Ubisoft,Ubisoft Quebec,,,,,,,2018-10-05,2018-11-06 -/games/boxart/full_2959086AmericaFrontccc.png,Assassin's Creed Valhalla,XS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 -/games/boxart/full_7539565AmericaFrontccc.jpg,Assassin's Creed Valhalla,XOne,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 -/games/boxart/full_4526322AmericaFrontccc.jpg,Assassin's Creed Valhalla,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 -/games/boxart/full_3314385AmericaFrontccc.jpg,Assassin's Creed Valhalla,PS4,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-10,2020-04-30 -/games/boxart/full_445935AmericaFrontccc.jpg,Assassin's Creed Valhalla,PS5,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-11-12,2020-04-30 -/games/boxart/full_5470767AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,PS4,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 -/games/boxart/full_6976124AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,PS5,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 -/games/boxart/full_465731AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,XOne,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 -/games/boxart/full_2852305AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,XS,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 -/games/boxart/full_8201303AmericaFrontccc.jpg,Assassin's Creed Valhalla: Dawn of Ragnarök,PC,Action-Adventure,Unknown,Ubisoft Sofia,,,,,,,,2022-11-20 -/games/boxart/full_5915925AmericaFrontccc.jpg,Assassin's Creed: Nexus VR,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-17 -/games/boxart/full_1862942AmericaFrontccc.jpg,Assassin's Creed: The Rebel Collection,NS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-12-06,2021-11-05 -/games/boxart/full_547159AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,PC,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 -/games/boxart/full_6288985AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,PS4,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 -/games/boxart/full_858221AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,XOne,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 -/games/boxart/full_3626683AmericaFrontccc.jpg,Asterix & Obelix XXL 3: The Crystal Menhir,NS,Action-Adventure,Microids,OSome Studio,,,,,,,2019-11-21,2019-08-15 -/games/boxart/full_1115973PALFrontccc.jpg,Asterix and Obelix XXL2,XOne,Action-Adventure,Microids,Microids,,,,,,,2018-11-29,2019-02-19 -/games/boxart/full_3935447AmericaFrontccc.jpg,Asterix and Obelix XXL2,PC,Action-Adventure,Microids,Microids,,,,,,,2018-11-29,2019-02-19 -/games/boxart/full_4670431AmericaFrontccc.jpg,Astro's Playroom,PS5,Action-Adventure,Sony Interactive Entertainment,ASOBI Team,,,,,,,2020-11-12,2020-06-13 -/games/boxart/full_8454383AmericaFrontccc.png,Attack on Titan 2: Final Battle,NS,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 -/games/boxart/full_7917503AmericaFrontccc.png,Attack on Titan 2: Final Battle,PC,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 -/games/boxart/full_1897446AmericaFrontccc.png,Attack on Titan 2: Final Battle,XOne,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 -/games/boxart/full_1469286AmericaFrontccc.png,Attack on Titan 2: Final Battle,PS4,Action-Adventure,Koei Tecmo,Omega Force,,,,,,,2019-07-05,2019-06-13 -/games/boxart/full_2460931AmericaFrontccc.jpg,Avatar: Frontiers of Pandora,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2021-06-12 -/games/boxart/full_7603653AmericaFrontccc.jpg,Avatar: Frontiers of Pandora,XS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2021-06-12 -/games/boxart/full_8272826AmericaFrontccc.jpg,Avatar: Frontiers of Pandora,PS5,Action-Adventure,Unknown,Ubisoft,,,,,,,,2021-06-12 -/games/boxart/full_3370050AmericaFrontccc.png,AWAY: Journey to the Unexpected,NS,Action-Adventure,PLAYDIUS,Aurelien Regard Games,,,,,,,2018-12-30,2018-02-01 -/games/boxart/full_3061937AmericaFrontccc.jpg,Axiom Verge 2,PS4,Action-Adventure,Unknown,Thomas Happ Games,,,,,,,,2021-06-12 -/games/boxart/full_8726505AmericaFrontccc.jpg,Axiom Verge 2,PS5,Action-Adventure,Unknown,Thomas Happ Games,,,,,,,,2021-06-12 -/games/boxart/full_859791AmericaFrontccc.jpg,Axiom Verge 2,NS,Action-Adventure,Thomas Happ Games,Thomas Happ Games,,,,,,,2021-08-11,2019-12-10 -/games/boxart/full_6397409AmericaFrontccc.jpg,Axiom Verge 2,PC,Action-Adventure,Unknown,Thomas Happ Games,,,,,,,,2021-06-12 -/games/boxart/full_9060738AmericaFrontccc.jpg,Babylon's Fall,PC,Action-Adventure,Square Enix,PlatinumGames,,,,,,,2022-03-03,2019-04-09 -/games/boxart/full_7836724AmericaFrontccc.jpg,Babylon's Fall,PS4,Action-Adventure,Square Enix,PlatinumGames,,,,,,,2022-03-03,2019-04-09 -/games/boxart/full_9677294AmericaFrontccc.jpg,Babylon's Fall,PS5,Action-Adventure,Square Enix,PlatinumGames,,,,,,,2022-03-03,2021-06-13 -/games/boxart/full_3020728AmericaFrontccc.jpg,Bakugan: Champions of Vestroia,NS,Action-Adventure,Warner Bros. Interactive Entertainment,WayForward,,,,,,,2020-11-03,2020-07-10 -/games/boxart/full_4067021AmericaFrontccc.jpg,Baldo,PC,Action-Adventure,Unknown,Naps Team,,,,,,,,2021-07-29 -/games/boxart/full_5000151AmericaFrontccc.jpg,Baldo,PS4,Action-Adventure,Unknown,Naps Team,,,,,,,,2021-07-29 -/games/boxart/full_6855049AmericaFrontccc.jpg,Baldo,XOne,Action-Adventure,Unknown,Naps Team,,,,,,,,2021-07-29 -/games/boxart/full_5675816AmericaFrontccc.jpg,Baldo,NS,Action-Adventure,Unknown,Naps Team,,,,,,,,2020-06-23 -/games/boxart/full_3083901AmericaFrontccc.jpg,Batman Arkham VR,OR,Action-Adventure,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2017-04-24,2021-10-27 -/games/boxart/full_9534585AmericaFrontccc.png,Batman: Arkham Trilogy,NS,Action-Adventure,Unknown,Rocksteady Studios,,,,,,,,2023-09-12 -/games/boxart/full_9601802AmericaFrontccc.png,Battle Princess Madelyn,NS,Action-Adventure,Casual Bit Games,Casual Bit Games Inc.,,,,,,,2018-12-19,2018-11-17 -/games/boxart/full_5156956AmericaFrontccc.jpg,Bayonetta Origins: Cereza and the Lost Demon,NS,Action-Adventure,Unknown,PlatinumGames,,,,,,,,2022-12-09 -/games/boxart/full_8692588AmericaFrontccc.jpg,Beast Quest,PC,Action-Adventure,Unknown,Torus Games,,,,,,,,2018-01-08 -/games/boxart/full_5278277AmericaFrontccc.jpg,Beatbuddy: Tale of the Guardians,PC,Action-Adventure,Unknown,Threaks,,,,,,,,2022-08-18 -/games/boxart/full_217224AmericaFrontccc.jpg,Ben 10: Power Trip!,All,Action-Adventure,Outright Games,PHL Collective,,,,,,,2020-10-09,2020-11-18 -/games/boxart/full_9464302AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,PS5,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 -/games/boxart/full_9339125AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,XOne,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 -/games/boxart/full_805599AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,XS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 -/games/boxart/full_4470294AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,NS,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 -/games/boxart/full_1784305AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,PC,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 -/games/boxart/full_8542754AmericaFrontccc.jpg,Beyond Good & Evil: 20th Anniversary Edition,PS4,Action-Adventure,Unknown,Ubisoft,,,,,,,,2023-11-30 -/games/boxart/full_3178216AmericaFrontccc.png,Black The Fall,NS,Action-Adventure,Sand Sailor Studio,Sand Sailor Studio,,,,,,,2017-12-14,2018-01-18 -/games/boxart/full_2221204AmericaFrontccc.jpg,Blacktail,PC,Action-Adventure,Unknown,The Parasight,,,,,,,,2021-06-12 -/games/boxart/full_3564038AmericaFrontccc.jpg,Blacktail,PS5,Action-Adventure,Unknown,The Parasight,,,,,,,,2021-06-12 -/games/boxart/full_9461121AmericaFrontccc.jpg,Blacktail,XS,Action-Adventure,Unknown,The Parasight,,,,,,,,2021-06-12 -/games/boxart/full_5654352AmericaFrontccc.jpg,Blair Witch,PS4,Action-Adventure,Lionsgate Games,Bloober Team,,,,,,,2019-12-03,2019-11-22 -/games/boxart/full_353627AmericaFrontccc.jpg,Blasphemous 2,NS,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 -/games/boxart/full_724485AmericaFrontccc.jpg,Blasphemous 2,PC,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 -/games/boxart/full_9248061AmericaFrontccc.jpg,Blasphemous 2,PS4,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 -/games/boxart/full_2005498AmericaFrontccc.jpg,Blasphemous 2,PS5,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 -/games/boxart/full_6586246AmericaFrontccc.jpg,Blasphemous 2,XOne,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 -/games/boxart/full_5617592AmericaFrontccc.jpg,Blasphemous 2,XS,Action-Adventure,Unknown,The Game Kitchen,,,,,,,,2023-12-18 -/games/boxart/full_5202791AmericaFrontccc.jpg,Blaster Master Zero,XOne,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 -/games/boxart/full_4412568AmericaFrontccc.jpg,Blaster Master Zero,PC,Action-Adventure,Inti Creates,Inti Creates,,,,,,,2019-06-14,2019-05-25 -/games/boxart/full_3524691AmericaFrontccc.jpg,Blaster Master Zero,XS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 -/games/boxart/full_1797492AmericaFrontccc.jpg,Blaster Master Zero 2,XOne,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 -/games/boxart/full_9585394AmericaFrontccc.jpg,Blaster Master Zero 2,XS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-17 -/games/boxart/full_8366256AmericaFrontccc.jpg,Blaster Master Zero 3,PS4,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 -/games/boxart/full_6973376AmericaFrontccc.jpg,Blaster Master Zero 3,XOne,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 -/games/boxart/full_5350075AmericaFrontccc.jpg,Blaster Master Zero 3,XS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 -/games/boxart/full_9129536AmericaFrontccc.jpg,Blaster Master Zero 3,NS,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 -/games/boxart/full_2020462AmericaFrontccc.jpg,Blaster Master Zero 3,PC,Action-Adventure,Unknown,Inti Creates,,,,,,,,2021-06-19 -/games/boxart/full_7265029AmericaFrontccc.jpg,Blazing Beaks,PC,Action-Adventure,Applava,Applava,,,,,,,2019-05-10,2019-08-08 -/games/boxart/full_1787703AmericaFrontccc.jpg,Blazing Beaks,NS,Action-Adventure,Applava,Applava,,,,,,,2019-05-10,2019-08-08 -/games/boxart/full_916549AmericaFrontccc.jpg,Blazing Beaks,PS4,Action-Adventure,Applava,Applava,,,,,,,2019-12-01,2019-08-08 -/games/boxart/full_6450543AmericaFrontccc.jpg,Blightbound,PC,Action-Adventure,Unknown,Ronimo Games,,,,,,,,2021-07-21 -/games/boxart/default.jpg,BLINNK and the Vacuum of Space,PS5,Action-Adventure,Unknown,Sony Interactive Entertainment,,,,,,,,2023-10-04 -/games/boxart/default.jpg,Block Zombies!,WiiU,Action-Adventure,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_1355318AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,PS4,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-18,2019-04-08 -/games/boxart/full_5838947AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,PC,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-18,2019-04-08 -/games/boxart/full_7897455AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,NS,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-25,2019-04-08 -/games/boxart/full_8507232AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,XOne,Action-Adventure,"505 Games US, Inc.",Way Forward Technologies,,,,,,,2019-06-18,2019-04-08 -/games/boxart/full_8359594AmericaFrontccc.jpg,Blossom Tales 2: The Minotaur Prince,PC,Action-Adventure,Unknown,Castle Pixel,,,,,,,,2022-06-30 -/games/boxart/full_7023729AmericaFrontccc.jpg,Blossom Tales 2: The Minotaur Prince,NS,Action-Adventure,Unknown,Castle Pixel,,,,,,,,2022-06-30 -/games/boxart/default.jpg,Blossom Tales: The Sleeping King,PC,Action-Adventure,Unknown,Castle Pixel,,,,,,,,2022-05-24 -/games/boxart/full_9879787AmericaFrontccc.jpg,Blue Fire,NS,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-02-04,2020-08-04 -/games/boxart/full_9275457AmericaFrontccc.jpg,Blue Fire,PC,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-12-01,2020-08-04 -/games/boxart/full_9632008AmericaFrontccc.jpg,Blue Fire,PS4,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-12-01,2020-08-04 -/games/boxart/full_3433899AmericaFrontccc.jpg,Blue Fire,XOne,Action-Adventure,Graffiti,Robi Studios,,,,,,,2021-12-01,2020-08-04 -/games/boxart/full_2032646AmericaFrontccc.png,Bookbound Brigade,PC,Action-Adventure,Intragames,Digital Tales,,,,,,,2019-12-01,2019-07-31 -/games/boxart/full_5763980AmericaFrontccc.png,Bookbound Brigade,PS4,Action-Adventure,Intragames,Digital Tales,,,,,,,2019-12-01,2019-07-31 -/games/boxart/full_6200113AmericaFrontccc.png,Bookbound Brigade,NS,Action-Adventure,Intragames,Digital Tales,,,,,,,2019-12-01,2019-07-31 -/games/boxart/full_1112423AmericaFrontccc.jpg,Boyfriend Dungeon,NS,Action-Adventure,Kitfox Games,Kitfox Games,,,,,,,2021-08-11,2019-12-16 -/games/boxart/full_1349511AmericaFrontccc.jpg,Boyfriend Dungeon,PC,Action-Adventure,Kitfox Games,Kitfox Games,,,,,,,2020-12-01,2019-12-16 -/games/boxart/full_9529486AmericaFrontccc.jpg,Cannibal Cuisine,PC,Action-Adventure,Rocket Vulture,Rocket Vulture,,,,,,,2020-05-20,2020-05-09 -/games/boxart/full_1864682AmericaFrontccc.jpg,Cannibal Cuisine,NS,Action-Adventure,Rocket Vulture,Rocket Vulture,,,,,,,2020-05-20,2020-05-09 -/games/boxart/full_8218843AmericaFrontccc.jpg,Carrion,XOne,Action-Adventure,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2020-05-23 -/games/boxart/full_4810944AmericaFrontccc.jpg,Carrion,PC,Action-Adventure,Devolver Digital,Phobia Game Studio,,,,,,,2020-07-23,2020-05-23 -/games/boxart/full_7977580AmericaFrontccc.jpg,Carrion,PS4,Action-Adventure,Devolver Digital,Phobia Game Studio,,,,,,,2021-12-01,2020-05-23 -/games/boxart/default.jpg,Castle Crashers Remastered,PS4,Action-Adventure,Unknown,The Behemoth,,,,,,,,2019-03-19 -/games/boxart/default.jpg,Castle Crashers Remastered,NS,Action-Adventure,Unknown,The Behemoth,,,,,,,,2019-03-19 -/games/boxart/full_3362642JapanFrontccc.jpg,Castlevania Anniversary Collection,PC,Action-Adventure,Konami Digital Entertainment,Konami,,,,,,,2019-05-15,2019-05-14 -/games/boxart/full_1155652JapanFrontccc.jpg,Castlevania Anniversary Collection,XOne,Action-Adventure,Konami,Konami,,,,,,,2019-05-16,2019-05-14 -/games/boxart/full_3153369JapanFrontccc.jpg,Castlevania Anniversary Collection,NS,Action-Adventure,Konami,Konami,,,,,,,2019-05-16,2019-05-14 -/games/boxart/full_8364450JapanFrontccc.jpg,Castlevania Anniversary Collection,PS4,Action-Adventure,Konami,Konami,,,,,,,2019-05-16,2019-05-14 -/games/boxart/full_6949279PALFrontccc.png,Castlevania: Symphony of the Night,iOS,Action-Adventure,Unknown,Konami,,,,,,,,2020-06-04 -/games/boxart/default.jpg,Castlevania: Symphony of the Night,And,Action-Adventure,Unknown,Konami,,,,,,,,2020-06-04 -/games/boxart/full_7618907AmericaFrontccc.jpg,Cathedral,NS,Action-Adventure,Unknown,Decemberborn Interactive,,,,,,,,2021-02-28 -/games/boxart/full_925211AmericaFrontccc.jpg,Cathedral,PC,Action-Adventure,Unknown,Decemberborn Interactive,,,,,,,,2021-02-28 -/games/boxart/full_7408541PALFrontccc.jpg,Cirsed Castilla EX,PS4,Action-Adventure,Unknown,Abylight,,,,,,,,2019-01-24 -/games/boxart/full_8334339AmericaFrontccc.jpg,Clash: Artifacts of Chaos,PS4,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 -/games/boxart/full_3495638AmericaFrontccc.jpg,Clash: Artifacts of Chaos,PS5,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 -/games/boxart/full_6824620AmericaFrontccc.jpg,Clash: Artifacts of Chaos,XOne,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 -/games/boxart/full_4489093AmericaFrontccc.jpg,Clash: Artifacts of Chaos,XS,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 -/games/boxart/full_8981827AmericaFrontccc.jpg,Clash: Artifacts of Chaos,PC,Action-Adventure,Unknown,ACE Team,,,,,,,,2023-01-07 -/games/boxart/default.jpg,Commander Keen,iOS,Action-Adventure,Unknown,ZeniMax Online Studios,,,,,,,,2019-06-09 -/games/boxart/default.jpg,Commander Keen,And,Action-Adventure,Unknown,ZeniMax Online Studios,,,,,,,,2019-06-09 -/games/boxart/default.jpg,Conan Chop Chop,PC,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Conan Chop Chop,NS,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Conan Chop Chop,PS4,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Conan Chop Chop,XOne,Action-Adventure,Unknown,Funcom Oslo A/S,,,,,,,,2019-06-10 -/games/boxart/full_4874857AmericaFrontccc.jpg,Concrete Genie,PS4,Action-Adventure,Sony Interactive Entertainment,PixelOpus,,,,,,,2019-10-08,2020-04-10 -/games/boxart/full_3218274AmericaFrontccc.jpg,Concursion,PC,Action-Adventure,Unknown,Puuba,,,,,,,,2022-08-21 -/games/boxart/full_498150AmericaFrontccc.jpg,Contra Anniversary Collection,PC,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 -/games/boxart/full_6467348AmericaFrontccc.jpg,Contra Anniversary Collection,XOne,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 -/games/boxart/full_4247018AmericaFrontccc.jpg,Contra Anniversary Collection,NS,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 -/games/boxart/full_1906327AmericaFrontccc.jpg,Contra Anniversary Collection,PS4,Action-Adventure,Konami,Konami,,,,,,,2019-06-11,2019-06-13 -/games/boxart/full_3814663AmericaFrontccc.jpg,Control,PS5,Action-Adventure,505 Games,Remedy,,,,,,,2021-12-01,2020-06-13 -/games/boxart/full_4960302AmericaFrontccc.jpg,Control,XS,Action-Adventure,505 Games,Remedy,,,,,,,2021-12-01,2020-06-13 -/games/boxart/full_9339864AmericaFrontccc.jpg,Control 2,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-11-12 -/games/boxart/full_6166843AmericaFrontccc.jpg,Control 2,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-11-12 -/games/boxart/full_9453229AmericaFrontccc.jpg,Control 2,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-11-12 -/games/boxart/full_2059061AmericaFrontccc.jpg,Control: AWE,XOne,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2020-08-27,2020-09-27 -/games/boxart/full_7899266AmericaFrontccc.jpg,Control: AWE,PC,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2020-08-27,2020-09-27 -/games/boxart/full_4828352AmericaFrontccc.jpg,Control: AWE,PS4,Action-Adventure,505 Games,Remedy Entertainment,,,,,,,2020-08-27,2020-09-27 -/games/boxart/full_104404AmericaFrontccc.jpg,Control: The Foundation,PS4,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 -/games/boxart/full_9657143AmericaFrontccc.jpg,Control: The Foundation,PS5,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 -/games/boxart/full_8145653AmericaFrontccc.jpg,Control: The Foundation,XOne,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 -/games/boxart/full_3209871AmericaFrontccc.jpg,Control: The Foundation,XS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 -/games/boxart/full_5056711AmericaFrontccc.jpg,Control: The Foundation,NS,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 -/games/boxart/full_2705356AmericaFrontccc.jpg,Control: The Foundation,PC,Action-Adventure,Unknown,Remedy Entertainment,,,,,,,,2022-09-13 -/games/boxart/full_6458642AmericaFrontccc.jpg,Creature in the Well,PC,Action-Adventure,Unknown,Flight School Studio,,,,,,,,2019-09-04 -/games/boxart/full_501333AmericaFrontccc.jpg,Creature in the Well,XOne,Action-Adventure,Unknown,Flight School Studio,,,,,,,,2019-09-04 -/games/boxart/full_1694038AmericaFrontccc.jpg,Creature in the Well,NS,Action-Adventure,Unknown,Flight School Studio,,,,,,,,2019-09-04 -/games/boxart/full_5033136AmericaFrontccc.jpg,Crossing Souls,PS4,Action-Adventure,Devolver Digital,Fourattic,,,,,,,2018-02-13,2018-03-20 -/games/boxart/full_7221441AmericaFrontccc.jpg,Cult of the Lamb,XOne,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 -/games/boxart/full_4222132AmericaFrontccc.jpg,Cult of the Lamb,XS,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 -/games/boxart/full_2967716AmericaFrontccc.jpg,Cult of the Lamb,NS,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 -/games/boxart/full_1955270AmericaFrontccc.jpg,Cult of the Lamb,PC,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 -/games/boxart/full_2796191AmericaFrontccc.jpg,Cult of the Lamb,PS4,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 -/games/boxart/full_3204473AmericaFrontccc.jpg,Cult of the Lamb,PS5,Action-Adventure,Unknown,Massive Monster,,,,,,,,2022-08-03 -/games/boxart/full_5490429AmericaFrontccc.jpg,Cyberpunk 2077,PS5,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_5648028AmericaFrontccc.jpg,Cyberpunk 2077,XS,Action-Adventure,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_6985255AmericaFrontccc.jpg,Dark Devotion,NS,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 -/games/boxart/full_3535406AmericaFrontccc.jpg,Dark Devotion,XOne,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 -/games/boxart/full_3897274AmericaFrontccc.jpg,Dark Devotion,PS4,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 -/games/boxart/full_7904782AmericaFrontccc.jpg,Dark Devotion,PC,Action-Adventure,Unknown,Hibernian Workshop,,,,,,,,2019-11-18 -/games/boxart/full_3893219AmericaFrontccc.png,Darksiders Genesis,NS,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-02-14,2019-06-08 -/games/boxart/full_1824620AmericaFrontccc.png,Darksiders Genesis,PC,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-12-05,2019-06-08 -/games/boxart/full_7114858AmericaFrontccc.png,Darksiders Genesis,XOne,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-02-14,2019-06-08 -/games/boxart/full_8060864AmericaFrontccc.png,Darksiders Genesis,PS4,Action-Adventure,THQ Nordic,Airship Syndicate,,,,,,,2020-02-14,2019-06-08 -/games/boxart/full_156033AmericaFrontccc.jpg,Darksiders II: Argul's Tomb,X360,Action-Adventure,Unknown,Vigil Games,,,,,,,,2022-08-13 -/games/boxart/full_253115PALFrontccc.jpg,Darksiders II: Deathinitive Edition,NS,Action-Adventure,THQ Nordic,Gunfire Games,,,,,,,2019-09-26,2019-08-09 -/games/boxart/full_5045589AmericaFrontccc.jpg,Darksiders: Warmastered Edition,NS,Action-Adventure,THQ Nordic,Kaiko,,,,,,,2019-04-02,2019-04-20 -/games/boxart/full_9104613AmericaFrontccc.png,Darkwood,XOne,Action-Adventure,Unknown,Acid Wizard Studio,,,,,,,,2019-05-19 -/games/boxart/full_8386496AmericaFrontccc.png,Darkwood,PS4,Action-Adventure,Crunching Koalas,Acid Wizard Studio,,,,,,,2019-05-14,2019-05-19 -/games/boxart/full_2660334AmericaFrontccc.png,Darkwood,NS,Action-Adventure,Crunching Koalas,Acid Wizard Studio,,,,,,,2019-05-16,2019-05-19 -/games/boxart/full_2657665AmericaFrontccc.jpg,Dawn of Fear,PS4,Action-Adventure,Good Game Publishing,Brok3nsite,,,,,,,2020-02-03,2020-01-22 -/games/boxart/full_8556963AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,XS,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 -/games/boxart/full_4191002AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,NS,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 -/games/boxart/full_4806731AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,PC,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 -/games/boxart/full_5056168AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,PS4,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 -/games/boxart/full_408050AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,PS5,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 -/games/boxart/full_4097773AmericaFrontccc.jpg,Daymare: 1994 Sandcastle,XOne,Action-Adventure,Unknown,Invader Studios,,,,,,,,2023-04-25 -/games/boxart/full_5878881AmericaFrontccc.jpg,Daymare: 1998,PC,Action-Adventure,Destructive Creations,Invader Studios,,,,,,,2019-09-17,2019-08-16 -/games/boxart/full_7198114AmericaFrontccc.jpg,Daymare: 1998,PS4,Action-Adventure,Destructive Creations,Invader Studios,,,,,,,2019-12-01,2019-08-16 -/games/boxart/full_8904939AmericaFrontccc.jpg,Daymare: 1998,XOne,Action-Adventure,Destructive Creations,Invader Studios,,,,,,,2019-12-01,2019-08-16 -/games/boxart/full_5577305AmericaFrontccc.jpg,DC Super Hero Girls: Teen Power,NS,Action-Adventure,Warner Bros. Interactive Entertainment,DC Studios,,,,,,,2021-06-04,2021-02-18 -/games/boxart/full_8117239AmericaFrontccc.jpg,Dead Cells: Fatal Falls,NS,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 -/games/boxart/full_7987973AmericaFrontccc.jpg,Dead Cells: Fatal Falls,PC,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 -/games/boxart/full_740608AmericaFrontccc.jpg,Dead Cells: Fatal Falls,PS4,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 -/games/boxart/full_8975132AmericaFrontccc.jpg,Dead Cells: Fatal Falls,XOne,Action-Adventure,Unknown,Motion Twin,,,,,,,,2021-08-02 -/games/boxart/full_2780869AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,NS,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 -/games/boxart/full_2067566AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,PC,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 -/games/boxart/full_4580029AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,PS4,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 -/games/boxart/full_4132087AmericaFrontccc.jpg,Dead Cells: The Queen and the Sea,XOne,Action-Adventure,Unknown,Motion Twin,,,,,,,,2022-09-22 -/games/boxart/full_736859AmericaFrontccc.jpg,Dead Space (2023),XS,Action-Adventure,Electronic Arts,Motive Studios,,,,,,,2023-01-27,2022-06-04 -/games/boxart/full_5698610AmericaFrontccc.jpg,Dead Space (2023),PC,Action-Adventure,Electronic Arts,Motive Studios,,,,,,,2023-01-27,2022-06-04 -/games/boxart/full_2663413AmericaFrontccc.jpg,Dead Space (2023),PS5,Action-Adventure,Electronic Arts,Motive Studios,,,,,,,2023-01-27,2022-06-04 -/games/boxart/full_5569625AmericaFrontccc.jpg,Deadlight,X360,Action-Adventure,Microsoft Studios,Tequila Works,,,,,,,2012-06-01,2019-03-24 -/games/boxart/full_5812426PALFrontccc.jpg,Deadlight: Director's Cut,PS4,Action-Adventure,Deep Silver,Tequila Works,,,,,,,2016-06-21,2019-03-24 -/games/boxart/full_1094846AmericaFrontccc.jpg,Deadlight: Director's Cut,PC,Action-Adventure,Deep Silver,Tequila Works,,,,,,,2016-06-21,2019-03-24 -/games/boxart/full_9528568PALFrontccc.jpg,Deadlight: Director's Cut,XOne,Action-Adventure,Deep Silver,Tequila Works,,,,,,,2016-06-21,2019-03-24 -/games/boxart/full_6726971AmericaFrontccc.jpg,Deadly Premonition 2: A Blessing in Disguise,NS,Action-Adventure,Rising Star Games,Toybox Games,,,,,,,2020-07-10,2020-05-16 -/games/boxart/full_6472113AmericaFrontccc.jpg,Deadly Premonition Origins,NS,Action-Adventure,Toybox,Toybox Games,,,,,,,2020-09-05,2020-05-11 -/games/boxart/full_9340667AmericaFrontccc.jpg,Death Stranding,PC,Action-Adventure,505 Games,Kojima Productions,,,,,,,2020-07-14,2019-12-17 -/games/boxart/full_6607353AmericaFrontccc.jpg,Death Stranding Director's Cut,PC,Action-Adventure,505 Games,Kojima Productions,,,,,,,2022-03-30,2023-04-05 -/games/boxart/full_3448455AmericaFrontccc.jpg,Death's Gambit,PS4,Action-Adventure,Skybound Games,White Rabbit,,,,,,,2019-03-05,2021-10-17 -/games/boxart/full_545150AmericaFrontccc.jpg,Death's Gambit: Afterlife,PC,Action-Adventure,Unknown,White Rabbit,,,,,,,,2021-10-11 -/games/boxart/full_9413712AmericaFrontccc.jpg,Death's Gambit: Afterlife,PS4,Action-Adventure,Unknown,White Rabbit,,,,,,,,2021-10-11 -/games/boxart/full_3781544AmericaFrontccc.jpg,Death's Gambit: Afterlife,NS,Action-Adventure,Unknown,White Rabbit,,,,,,,,2021-10-11 -/games/boxart/default.jpg,Deathtrap Dungeon,PC,Action-Adventure,Unknown,Asylum Entertainment,,,,,,,,2018-06-28 -/games/boxart/full_2896514AmericaFrontccc.jpg,Death’s Door,PC,Action-Adventure,Unknown,Acid Nerve,,,,,,,,2021-06-13 -/games/boxart/full_181914AmericaFrontccc.jpg,Death’s Door,XS,Action-Adventure,Unknown,Acid Nerve,,,,,,,,2021-06-13 -/games/boxart/full_611004AmericaFrontccc.jpg,Death’s Door,XOne,Action-Adventure,Unknown,Acid Nerve,,,,,,,,2021-06-13 -/games/boxart/full_1757416AmericaFrontccc.jpg,Destroy All Humans!,PS4,Action-Adventure,THQ Nordic,Pandemic Studios,,,,,,,2020-07-28,2019-06-18 -/games/boxart/full_2390739AmericaFrontccc.jpg,Destroy All Humans!,PC,Action-Adventure,THQ Nordic,Black Forest Games,,,,,,,2020-07-28,2019-06-18 -/games/boxart/full_3639611AmericaFrontccc.jpg,Destroy All Humans!,XOne,Action-Adventure,THQ Nordic,Black Forest Games,,,,,,,2020-07-28,2019-06-18 -/games/boxart/full_2598765AmericaFrontccc.jpg,Destroy All Humans! 2: Reprobed,PC,Action-Adventure,Unknown,Black Forest Games,,,,,,,,2021-09-18 -/games/boxart/full_431647AmericaFrontccc.jpg,Destroy All Humans! 2: Reprobed,PS5,Action-Adventure,Unknown,Black Forest Games,,,,,,,,2021-09-18 -/games/boxart/full_3227254AmericaFrontccc.jpg,Destroy All Humans! 2: Reprobed,XS,Action-Adventure,Unknown,Black Forest Games,,,,,,,,2021-09-18 -/games/boxart/default.jpg,Devil Inside Us: Roots of Evil,PS5,Action-Adventure,Unknown,QUByte Interactive,,,,,,,,2024-01-22 -/games/boxart/full_3788242AmericaFrontccc.jpg,Devil’s Hunt,XOne,Action-Adventure,1C Company,Layopi Games,,,,,,,2020-12-01,2019-08-07 -/games/boxart/full_6676843AmericaFrontccc.jpg,Devil’s Hunt,NS,Action-Adventure,1C Company,Layopi Games,,,,,,,2020-12-01,2019-08-07 -/games/boxart/full_5495949AmericaFrontccc.jpg,Devil’s Hunt,PC,Action-Adventure,1C Company,Layopi Games,,,,,,,2019-09-17,2019-08-07 -/games/boxart/full_9016364AmericaFrontccc.jpg,Devil’s Hunt,PS4,Action-Adventure,1C Company,Layopi Games,,,,,,,2020-12-01,2019-08-07 -/games/boxart/full_2608829AmericaFrontccc.jpg,Disaster Report 4 Plus: Summer Memories,PC,Action-Adventure,NIS America,Granzella,,,,,,,2020-04-07,2019-10-17 -/games/boxart/full_4747780AmericaFrontccc.jpg,Disaster Report 4 Plus: Summer Memories,NS,Action-Adventure,NIS America,Granzella,,,,,,,2020-04-07,2019-10-17 -/games/boxart/full_9004902AmericaFrontccc.jpg,Dishonored: Knife of Dunwall,PC,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-16 -/games/boxart/full_9355782AmericaFrontccc.jpg,Dishonored: Knife of Dunwall,PS3,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-16 -/games/boxart/full_430290AmericaFrontccc.jpg,Dishonored: Knife of Dunwall,X360,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-16 -/games/boxart/full_3377439AmericaFrontccc.jpg,Dishonored: The Brigmore Witches,PC,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-18 -/games/boxart/full_2344995AmericaFrontccc.jpg,Dishonored: The Brigmore Witches,PS3,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-18 -/games/boxart/full_3899824AmericaFrontccc.jpg,Dishonored: The Brigmore Witches,X360,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2022-08-18 -/games/boxart/full_664329AmericaFrontccc.jpg,Disneyland Adventures,PC,Action-Adventure,THQ Nordic,Frontier Developments,,,,,,,2018-09-14,2018-11-19 -/games/boxart/full_8064178AmericaFrontccc.jpg,Double Cross,PC,Action-Adventure,Graffiti,13AM Games,,,,,,,2019-01-10,2019-01-02 -/games/boxart/full_4187963AmericaFrontccc.png,Double Cross,NS,Action-Adventure,Graffiti,13AM Games,,,,,,,2019-01-10,2019-01-02 -/games/boxart/full_3436447AmericaFrontccc.png,Down to Hell,NS,Action-Adventure,Unknown,Red Dev Studio,,,,,,,,2020-02-04 -/games/boxart/full_8250476AmericaFrontccc.jpg,Down to Hell,PC,Action-Adventure,Unknown,Red Dev Studio,,,,,,,,2020-02-04 -/games/boxart/full_5979013AmericaFrontccc.jpg,Downward Spiral: Horus Station,PC,Action-Adventure,3rd Eye Studios,3rd Eye Studios,,,,,,,2018-05-31,2018-09-18 -/games/boxart/full_5126275AmericaFrontccc.jpg,Downward Spiral: Horus Station,PS4,Action-Adventure,3rd Eye Studios,3rd Eye Studios,,,,,,,2018-09-18,2018-09-18 -/games/boxart/default.jpg,Dragons: Dawn of New Riders,PC,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 -/games/boxart/default.jpg,Dragons: Dawn of New Riders,PS4,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 -/games/boxart/default.jpg,Dragons: Dawn of New Riders,XOne,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 -/games/boxart/default.jpg,Dragons: Dawn of New Riders,NS,Action-Adventure,Unknown,Outright Games,,,,,,,,2018-11-11 -/games/boxart/full_2688313AmericaFrontccc.jpg,Dreamscaper,NS,Action-Adventure,Unknown,Afterburner Studios,,,,,,,,2021-07-23 -/games/boxart/full_843405AmericaFrontccc.jpg,Dreamscaper,PC,Action-Adventure,Unknown,Afterburner Studios,,,,,,,,2021-07-23 -/games/boxart/full_2185938AmericaFrontccc.jpg,DreamWorks Voltron VR Chronicles,OR,Action-Adventure,Digital Domain,Digital Domain,,,,,,,2017-09-25,2021-10-27 -/games/boxart/default.jpg,Dungeon Explorer,WiiU,Action-Adventure,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_6880500AmericaFrontccc.jpg,Dungeons of Hinterberg,PC,Action-Adventure,Unknown,Microbird Games,,,,,,,,2023-06-12 -/games/boxart/full_95427AmericaFrontccc.jpg,Dungeons of Hinterberg,XS,Action-Adventure,Unknown,Microbird Games,,,,,,,,2023-06-12 -/games/boxart/full_298057AmericaFrontccc.jpeg,Dying Light 2 Stay Human,PS5,Action-Adventure,Techland,Techland,,,,,,,2021-12-01,2021-06-15 -/games/boxart/full_5798195AmericaFrontccc.jpeg,Dying Light 2 Stay Human,XS,Action-Adventure,Techland,Techland,,,,,,,2021-12-01,2021-06-15 -/games/boxart/full_7965603AmericaFrontccc.jpeg,Dying Light 2 Stay Human,PC,Action-Adventure,Techland,Techland,,,,,,,2020-12-01,2021-06-15 -/games/boxart/full_4587581AmericaFrontccc.jpeg,Dying Light 2 Stay Human,XOne,Action-Adventure,Techland,Techland,,,,,,,2020-12-01,2021-06-15 -/games/boxart/full_5355028AmericaFrontccc.jpeg,Dying Light 2 Stay Human,PS4,Action-Adventure,Techland,Techland,,,,,,,2020-12-01,2021-06-15 -/games/boxart/full_1319670AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,XOne,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 -/games/boxart/full_2575598AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,XS,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 -/games/boxart/full_9949664AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,PC,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 -/games/boxart/full_4789318AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,PS4,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 -/games/boxart/full_9346073AmericaFrontccc.jpg,Dying Light 2 Stay Human: Bloody Ties,PS5,Action-Adventure,Unknown,Techland,,,,,,,,2022-10-14 -/games/boxart/default.jpg,Earthfall,PC,Action-Adventure,Gearbox Software,Holospark,,,,,,,2018-07-13,2018-05-25 -/games/boxart/full_843596AmericaFrontccc.png,Eastward,NS,Action-Adventure,Chucklefish,Pixpil,,,,,,,2020-12-30,2019-09-13 -/games/boxart/full_2756544AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,PS5,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-07-20,2021-07-05 -/games/boxart/full_6083087AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,PS4,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-07-20,2021-07-05 -/games/boxart/full_2095540AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,PC,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-21,2021-07-05 -/games/boxart/full_5915143AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,NS,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-21,2021-07-05 -/games/boxart/full_9971503AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,XS,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-29,2021-07-05 -/games/boxart/full_8494025AmericaFrontccc.jpg,Ender Lilies: Quietus of the Knights,XOne,Action-Adventure,Binary Haze Interactive,Live Wire,,,,,,,2021-06-29,2021-07-05 -/games/boxart/full_2545489AmericaFrontccc.png,Even the Ocean,PC,Action-Adventure,Analgesic Productions,Analgesic Productions,,,,,,,2016-11-16,2018-01-25 -/games/boxart/full_1092977AmericaFrontccc.jpg,Everwild,XOne,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_4356888AmericaFrontccc.jpg,Everwild,XS,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_6247514AmericaFrontccc.jpg,Everwild,PC,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_1603091AmericaFrontccc.jpg,Evil West,XS,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 -/games/boxart/full_6296209AmericaFrontccc.jpg,Evil West,PC,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 -/games/boxart/full_59671AmericaFrontccc.jpg,Evil West,PS4,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 -/games/boxart/full_2994520AmericaFrontccc.jpg,Evil West,PS5,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 -/games/boxart/full_6836253AmericaFrontccc.jpg,Evil West,XOne,Action-Adventure,Unknown,Flying Wild Hog,,,,,,,,2022-07-03 -/games/boxart/default.jpg,Evoland Legendary Edition,XOne,Action-Adventure,Unknown,Shiro Games,,,,,,,,2019-01-24 -/games/boxart/default.jpg,Evoland Legendary Edition,PS4,Action-Adventure,Unknown,Shiro Games,,,,,,,,2019-01-24 -/games/boxart/default.jpg,Evoland Legendary Edition,NS,Action-Adventure,Unknown,Shiro Games,,,,,,,,2019-01-24 -/games/boxart/full_1830141AmericaFrontccc.jpg,ExeKiller,PC,Action-Adventure,Unknown,Paradark Studio,,,,,,,,2023-11-18 -/games/boxart/full_3854228AmericaFrontccc.jpg,ExeKiller,PS5,Action-Adventure,Unknown,Paradark Studio,,,,,,,,2023-11-18 -/games/boxart/full_4000282AmericaFrontccc.jpg,ExeKiller,XS,Action-Adventure,Unknown,Paradark Studio,,,,,,,,2023-11-18 -/games/boxart/full_3726962AmericaFrontccc.jpg,Exit the Gungeon,iOS,Action-Adventure,Unknown,Dodge Roll,,,,,,,,2020-03-03 -/games/boxart/full_2877879AmericaFrontccc.jpg,Exit the Gungeon,PC,Action-Adventure,Devolver Digital,Dodge Roll,,,,,,,2020-03-17,2020-03-03 -/games/boxart/full_5620838AmericaFrontccc.jpg,F.I.S.T.,PC,Action-Adventure,Unknown,TiGames,,,,,,,,2022-06-18 -/games/boxart/full_3468356AmericaFrontccc.jpg,F.I.S.T.,PS5,Action-Adventure,Unknown,TiGames,,,,,,,,2022-06-18 -/games/boxart/full_3266551AmericaFrontccc.jpg,F.I.S.T.,PS4,Action-Adventure,Sony Computer Entertainment,TiGames,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_5936712AmericaFrontccc.jpg,F.I.S.T.,NS,Action-Adventure,Unknown,TiGames,,,,,,,,2022-06-18 -/games/boxart/full_3016084AmericaFrontccc.jpg,Falcon Age,PS4,Action-Adventure,Outerloop Games,Outerloop Games,,,,,,,2019-04-09,2019-04-12 -/games/boxart/full_9964746AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,PC,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 -/games/boxart/full_5946441AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,NS,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 -/games/boxart/full_890799AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,PS4,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 -/games/boxart/full_4708373AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,PS5,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 -/games/boxart/full_8986443AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,XOne,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 -/games/boxart/full_1173851AmericaFrontccc.png,Fatal Frame: Maiden of Black Water,XS,Action-Adventure,Unknown,Koei Tecmo Games,,,,,,,,2021-06-16 -/games/boxart/full_5619947AmericaFrontccc.jpg,Fearmonium,PS4,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 -/games/boxart/full_9604919AmericaFrontccc.jpg,Fearmonium,PS5,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 -/games/boxart/full_7529419AmericaFrontccc.jpg,Fearmonium,XOne,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 -/games/boxart/full_6015221AmericaFrontccc.jpg,Fearmonium,XS,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 -/games/boxart/full_4679115AmericaFrontccc.jpg,Fearmonium,NS,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 -/games/boxart/full_5385958AmericaFrontccc.jpg,Fearmonium,PC,Action-Adventure,Unknown,Redblack Spade,,,,,,,,2023-12-12 -/games/boxart/full_6422479AmericaFrontccc.jpg,Feudal Alloy,PC,Action-Adventure,Attu Games,Attu Games,,,,,,,2019-01-17,2019-05-14 -/games/boxart/full_9057577AmericaFrontccc.jpg,Feudal Alloy,XOne,Action-Adventure,Attu Games,Attu Games,,,,,,,2019-05-15,2019-05-14 -/games/boxart/full_6626865AmericaFrontccc.jpg,Feudal Alloy,PS4,Action-Adventure,Attu Games,Attu Games,,,,,,,2019-05-14,2019-05-14 -/games/boxart/full_3264784AmericaFrontccc.jpg,Figment,PC,Action-Adventure,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2017-09-22,2019-04-20 -/games/boxart/full_564229AmericaFrontccc.png,Figment,NS,Action-Adventure,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2018-06-28,2019-04-20 -/games/boxart/full_798782AmericaFrontccc.jpg,Fobia - St. Dinfna Hotel,PC,Action-Adventure,Unknown,Pulsatrix Studios,,,,,,,,2022-06-30 -/games/boxart/full_6264648AmericaFrontccc.jpg,Foreclosed,NS,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 -/games/boxart/full_3314542AmericaFrontccc.jpg,Foreclosed,PC,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 -/games/boxart/full_6481728AmericaFrontccc.jpg,Foreclosed,PS4,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 -/games/boxart/full_9310759AmericaFrontccc.jpg,Foreclosed,PS5,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 -/games/boxart/full_242348AmericaFrontccc.jpg,Foreclosed,XOne,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 -/games/boxart/full_3412320AmericaFrontccc.jpg,Foreclosed,XS,Action-Adventure,Unknown,Antab Studio,,,,,,,,2021-07-23 -/games/boxart/full_3665756AmericaFrontccc.jpg,Forgotton Anne,PS4,Action-Adventure,Square Enix,ThroughLine Games,,,,,,,2018-05-15,2018-05-19 -/games/boxart/full_2924965AmericaFrontccc.jpg,Forspoken,PC,Action-Adventure,Square Enix,Luminous Productions,,,,,,,2022-05-24,2021-09-11 -/games/boxart/full_6412044AmericaFrontccc.jpg,Forspoken,PS5,Action-Adventure,Square Enix,Luminous Productions,,,,,,,2022-05-24,2021-09-11 -/games/boxart/full_9309636AmericaFrontccc.jpg,Fossil Hunters,PC,Action-Adventure,Unknown,Reptoid Games,,,,,,,,2020-02-01 -/games/boxart/full_9758818AmericaFrontccc.jpg,Gato Roboto,PC,Action-Adventure,Devolver Digital,Doinksoft,,,,,,,2019-05-30,2019-06-01 -/games/boxart/full_6836889AmericaFrontccc.png,Gato Roboto,NS,Action-Adventure,Devolver Digital,Doinksoft,,,,,,,2019-05-30,2019-06-01 -/games/boxart/full_6599280AmericaFrontccc.jpg,Genshin Impact,PC,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-09-28,2019-08-06 -/games/boxart/full_4111748AmericaFrontccc.jpg,Genshin Impact,PS4,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-09-28,2019-08-06 -/games/boxart/full_20036AmericaFrontccc.jpg,Genshin Impact,NS,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-12-01,2020-01-14 -/games/boxart/full_256205AmericaFrontccc.jpg,Genshin Impact,iOS,Action-Adventure,miHoYo,miHoYo,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_3578661AmericaFrontccc.jpg,Ghost of Tsushima Director's Cut,PS4,Action-Adventure,Sony Interactive Entertainment,Sucker Punch Productions,,,,,,,2021-08-20,2021-07-23 -/games/boxart/full_4479623AmericaFrontccc.jpg,Ghost of Tsushima Director's Cut,PS5,Action-Adventure,Sony Interactive Entertainment,Sucker Punch Productions,,,,,,,2021-08-20,2021-07-23 -/games/boxart/full_6345181PALFrontccc.png,Ghostbusters: The Video Game Remastered,XOne,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 -/games/boxart/full_5092913PALFrontccc.png,Ghostbusters: The Video Game Remastered,PC,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 -/games/boxart/full_6731544PALFrontccc.png,Ghostbusters: The Video Game Remastered,NS,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 -/games/boxart/full_8663601PALFrontccc.png,Ghostbusters: The Video Game Remastered,PS4,Action-Adventure,Saber Interactive,Mad Dog Games,,,,,,,2019-10-04,2019-08-08 -/games/boxart/full_9402291AmericaFrontccc.png,Ghostwire Tokyo,PS5,Action-Adventure,Bethesda Softworks,Tango Gameworks,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_5829134AmericaFrontccc.png,Ghostwire Tokyo,PC,Action-Adventure,Bethesda Softworks,Tango Gameworks,,,,,,,2021-12-01,2019-06-09 -/games/boxart/full_2013309AmericaFrontccc.jpg,Goosebumps Dead of Night,PS4,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 -/games/boxart/full_6310585AmericaFrontccc.jpg,Goosebumps Dead of Night,XOne,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 -/games/boxart/full_2669755AmericaFrontccc.jpg,Goosebumps Dead of Night,NS,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 -/games/boxart/full_7498852AmericaFrontccc.jpg,Goosebumps Dead of Night,PC,Action-Adventure,Unknown,Cosmic Forces,,,,,,,,2022-09-13 -/games/boxart/full_8752476AmericaFrontccc.jpg,Grand Theft Auto V,PS5,Action-Adventure,Rockstar Games,Rockstar Games,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_915577AmericaFrontccc.jpg,Grand Theft Auto V,XS,Action-Adventure,Rockstar Games,Rockstar Games,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_8746704AmericaFrontccc.png,Grand Theft Auto VI,All,Action-Adventure,Unknown,Rockstar Games,,,,,,,,2023-12-06 -/games/boxart/full_3949799AmericaFrontccc.png,Grand Theft Auto VI,PS5,Action-Adventure,Unknown,Rockstar Games,,,,,,,,2023-12-06 -/games/boxart/full_2268544AmericaFrontccc.png,Grand Theft Auto VI,XS,Action-Adventure,Unknown,Rockstar Games,,,,,,,,2023-12-06 -/games/boxart/full_8097252AmericaFrontccc.jpg,Grand Theft Auto: The Trilogy – The Definitive Edition,All,Action-Adventure,Rockstar Games,Grove Street Games,,,,,,,2021-11-11,2021-12-23 -/games/boxart/full_850942AmericaFrontccc.jpg,Grayland,iOS,Action-Adventure,Unknown,1Der Entertainment,,,,,,,,2020-01-23 -/games/boxart/full_8774799AmericaFrontccc.jpg,Grayland,And,Action-Adventure,Unknown,1Der Entertainment,,,,,,,,2020-01-23 -/games/boxart/full_8799082AmericaFrontccc.jpg,Grayland,PC,Action-Adventure,1DER Entertainment,1Der Entertainment,,,,,,,2020-01-15,2020-01-22 -/games/boxart/full_3224877AmericaFrontccc.jpg,Green Hell VR,PC,Action-Adventure,Unknown,Incuvo,,,,,,,,2022-11-20 -/games/boxart/full_4193338AmericaFrontccc.jpg,Grounded,XS,Action-Adventure,Unknown,Obsidian Entertainment,,,,,,,,2022-10-25 -/games/boxart/full_5706765AmericaFrontccc.jpg,Grounded,PC,Action-Adventure,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-07-28,2019-11-23 -/games/boxart/full_7523579AmericaFrontccc.jpeg,Grounded,XOne,Action-Adventure,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-07-28,2019-11-14 -/games/boxart/full_2152039AmericaFrontccc.jpg,Grow: Song of the Evertree,PS4,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 -/games/boxart/full_5107925AmericaFrontccc.jpg,Grow: Song of the Evertree,XOne,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 -/games/boxart/full_2746370AmericaFrontccc.jpg,Grow: Song of the Evertree,NS,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 -/games/boxart/full_178935AmericaFrontccc.jpg,Grow: Song of the Evertree,PC,Action-Adventure,Unknown,Prideful Sloth,,,,,,,,2021-08-29 -/games/boxart/full_7864316AmericaFrontccc.jpg,Guacamelee! 2,PC,Action-Adventure,Unknown,DrinkBox Studios,,,,,,,,2018-08-16 -/games/boxart/full_6150697AmericaFrontccc.jpg,Guacamelee! 2,PS4,Action-Adventure,Unknown,DrinkBox Studios,,,,,,,,2018-08-16 -/games/boxart/full_8964375AmericaFrontccc.jpg,Gunbrella,NS,Action-Adventure,Unknown,Doinksoft,,,,,,,,2023-09-01 -/games/boxart/full_360984AmericaFrontccc.jpg,Gunbrella,PC,Action-Adventure,Unknown,Doinksoft,,,,,,,,2023-09-01 -/games/boxart/full_9890283AmericaFrontccc.png,GYLT,PC,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 -/games/boxart/full_8968295AmericaFrontccc.png,GYLT,PS4,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 -/games/boxart/full_8402496AmericaFrontccc.png,GYLT,PS5,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 -/games/boxart/full_1527501AmericaFrontccc.png,GYLT,XOne,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 -/games/boxart/full_6171210AmericaFrontccc.png,GYLT,XS,Action-Adventure,Unknown,Tequila Works,,,,,,,,2023-06-05 -/games/boxart/full_3794821AmericaFrontccc.jpg,Hades,PC,Action-Adventure,Supergiant Games,Supergiant Games,,,,,,,2020-12-01,2018-12-06 -/games/boxart/full_4699423AmericaFrontccc.png,Hellblade: Senua's Sacrifice,NS,Action-Adventure,Ninja Theory,Ninja Theory,,,,,,,2019-04-11,2019-04-11 -/games/boxart/full_8037473AmericaFrontccc.jpeg,Hellboy Web of Wyrd,XS,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 -/games/boxart/full_5081104AmericaFrontccc.jpeg,Hellboy Web of Wyrd,NS,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 -/games/boxart/full_1203078AmericaFrontccc.jpeg,Hellboy Web of Wyrd,PC,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 -/games/boxart/full_4699198AmericaFrontccc.jpeg,Hellboy Web of Wyrd,PS4,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 -/games/boxart/full_4789679AmericaFrontccc.jpeg,Hellboy Web of Wyrd,PS5,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 -/games/boxart/full_9993989AmericaFrontccc.jpeg,Hellboy Web of Wyrd,XOne,Action-Adventure,Unknown,Upstream Arcade,,,,,,,,2022-12-09 -/games/boxart/full_1901693AmericaFrontccc.jpg,Hi-Fi RUSH,PC,Action-Adventure,Unknown,Tango Gameworks,,,,,,,,2023-01-27 -/games/boxart/full_1901424AmericaFrontccc.jpg,Hi-Fi RUSH,XS,Action-Adventure,Unknown,Tango Gameworks,,,,,,,,2023-01-27 -/games/boxart/full_8467212AmericaFrontccc.png,Hitman 2,PC,Action-Adventure,Warner Bros. Interactive Entertainment,IO Interactive,,,,,,,2018-11-13,2018-11-22 -/games/boxart/full_6481398AmericaFrontccc.jpg,Hitman 3,PS4,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_3063776AmericaFrontccc.jpg,Hitman 3,XOne,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_2379777AmericaFrontccc.jpg,Hitman 3,XS,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_9358667AmericaFrontccc.jpg,Hitman 3,PC,Action-Adventure,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_2628768AmericaFrontccc.jpeg,Hollow Knight,PS4,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2018-09-25,2022-10-09 -/games/boxart/full_785470AmericaFrontccc.jpg,Hollow Knight: Silksong,PS5,Action-Adventure,Unknown,Team Cherry,,,,,,,,2023-12-27 -/games/boxart/full_4438206AmericaFrontccc.jpg,Hollow Knight: Silksong,PC,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2020-12-01,2019-06-11 -/games/boxart/full_2831326AmericaFrontccc.jpg,Hollow Knight: Silksong,XS,Action-Adventure,Unknown,Team Cherry,,,,,,,,2023-12-27 -/games/boxart/full_7651242AmericaFrontccc.png,Hollow Knight: Silksong,NS,Action-Adventure,Team Cherry,Team Cherry,,,,,,,2020-12-01,2019-06-11 -/games/boxart/full_8416082AmericaFrontccc.jpg,Hollow Knight: Silksong,PS4,Action-Adventure,Unknown,Team Cherry,,,,,,,,2023-12-27 -/games/boxart/full_6264209AmericaFrontccc.jpg,Hood: Outlaws & Legends,XOne,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 -/games/boxart/full_8898116AmericaFrontccc.jpg,Hood: Outlaws & Legends,XS,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 -/games/boxart/full_9689762AmericaFrontccc.jpg,Hood: Outlaws & Legends,PC,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 -/games/boxart/full_5612552AmericaFrontccc.jpg,Hood: Outlaws & Legends,PS4,Action-Adventure,Unknown,Sumo Digital,,,,,,,,2021-04-15 -/games/boxart/full_6668553AmericaFrontccc.jpg,Horizon Call of the Mountain,PS5,Action-Adventure,Unknown,Firesprite,,,,,,,,2022-09-23 -/games/boxart/full_7035282AmericaFrontccc.jpg,Horizon Forbidden West: Burning Shores,PS5,Action-Adventure,Unknown,Guerrilla Games,,,,,,,,2022-12-09 -/games/boxart/full_1378048AmericaFrontccc.jpg,Horizon: Forbidden West,PS4,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2022-02-18,2021-01-10 -/games/boxart/full_8113923AmericaFrontccc.jpg,Horizon: Forbidden West,PS5,Action-Adventure,Sony Interactive Entertainment,Guerrilla Games,,,,,,,2022-02-18,2020-06-11 -/games/boxart/full_2730421AmericaFrontccc.jpg,Horizon: Forbidden West Complete Edition,PC,Action-Adventure,Unknown,Guerrilla Games,,,,,,,,2023-11-01 -/games/boxart/full_838008AmericaFrontccc.jpg,Hyper Light Breaker,PC,Action-Adventure,Unknown,Heart Machine,,,,,,,,2023-10-19 -/games/boxart/full_3111139AmericaFrontccc.jpg,Iconoclasts,PS4,Action-Adventure,Bifrost Entertainment,Joakim Sandberg,,,,,,,2018-01-23,2018-01-23 -/games/boxart/full_648287AmericaFrontccc.jpg,Iconoclasts,PSV,Action-Adventure,Bifrost Entertainment,Joakim Sandberg,,,,,,,2018-01-23,2018-01-23 -/games/boxart/full_8772094AmericaFrontccc.jpg,Iconoclasts,PC,Action-Adventure,Bifrost Entertainment,Joakim Sandberg,9.5,,,,,,2018-01-23,2018-01-23 -/games/boxart/full_6405735AmericaFrontccc.jpg,Immortals Fenyx Rising,PS5,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 -/games/boxart/full_1016310AmericaFrontccc.jpg,Immortals Fenyx Rising,XS,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-12-03,2020-09-20 -/games/boxart/full_7937211AmericaFrontccc.jpg,In Nightmare,PS4,Action-Adventure,Sony Computer Entertainment,Magicfish Studio,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_5207332AmericaFrontccc.jpg,In Nightmare,PS5,Action-Adventure,Unknown,Magicfish Studio,,,,,,,,2022-04-02 -/games/boxart/full_27721AmericaFrontccc.jpg,Indiana Jones and the Great Circle,PC,Action-Adventure,Unknown,MachineGames,,,,,,,,2024-01-18 -/games/boxart/full_4949716AmericaFrontccc.jpg,Indiana Jones and the Great Circle,XS,Action-Adventure,Unknown,MachineGames,,,,,,,,2024-01-18 -/games/boxart/full_9624596AmericaFrontccc.jpg,Infernax,NS,Action-Adventure,The Arcade Crew,Berzerk Studio,,,,,,,2022-02-14,2022-04-19 -/games/boxart/full_5610631AmericaFrontccc.jpg,Infinite: Beyond The Mind,NS,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 -/games/boxart/full_365815AmericaFrontccc.jpg,Infinite: Beyond The Mind,PC,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 -/games/boxart/full_6412997AmericaFrontccc.jpg,Infinite: Beyond The Mind,PS4,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 -/games/boxart/full_7152946AmericaFrontccc.jpg,Infinite: Beyond The Mind,XOne,Action-Adventure,Blowfish Studios,Emilie COYO,,,,,,,2020-05-07,2020-05-06 -/games/boxart/full_2748255AmericaFrontccc.jpg,Invizimals: Battle of the Hunters,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-01-22,2018-04-09 -/games/boxart/full_7801386AmericaFrontccc.jpg,Invizimals: Battle of the Hunters,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-01-22,2018-04-09 -/games/boxart/full_8668930AmericaFrontccc.jpg,Invizimals™ Hidden Challenges,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-31,2018-04-09 -/games/boxart/full_1131558AmericaFrontccc.jpg,Invizimals™ Hidden Challenges,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-31,2018-04-09 -/games/boxart/full_2746792AmericaFrontccc.jpg,Invizimals™: Revolution,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-10-30,2018-04-09 -/games/boxart/full_3511775AmericaFrontccc.jpg,Invizimals™: Revolution,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-10-30,2018-04-09 -/games/boxart/full_1641990AmericaFrontccc.png,Invizimals™: TV Tracker,And,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-06,2018-04-09 -/games/boxart/full_9257922AmericaFrontccc.png,Invizimals™: TV Tracker,iOS,Action-Adventure,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-12-06,2018-04-09 -/games/boxart/full_2379107AmericaFrontccc.png,It Takes Two,XOne,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 -/games/boxart/full_3522703AmericaFrontccc.png,It Takes Two,XS,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 -/games/boxart/full_418656AmericaFrontccc.png,It Takes Two,PC,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 -/games/boxart/full_7308260AmericaFrontccc.png,It Takes Two,PS4,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 -/games/boxart/full_5645306AmericaFrontccc.png,It Takes Two,PS5,Action-Adventure,Unknown,Hazelight,,,,,,,,2021-04-15 -/games/boxart/default.jpg,Ittle Dew 2,PC,Action-Adventure,Nicalis,Ludosity Interactive,,,,,,,2016-11-15,2019-02-16 -/games/boxart/default.jpg,Ittle Dew 2,XOne,Action-Adventure,Nicalis,Ludosity Interactive,,,,,,,2016-11-15,2019-02-16 -/games/boxart/default.jpg,Ittle Dew 2,PS4,Action-Adventure,Nicalis,Ludosity Interactive,,,,,,,2016-11-15,2019-02-16 -/games/boxart/full_9950120AmericaFrontccc.jpg,Just Cause 4,PC,Action-Adventure,Square Enix,Avalanche Studios,,,,,,,2018-12-04,2018-12-19 -/games/boxart/full_127304AmericaFrontccc.jpg,Kena: Bridge of Spirits,PS5,Action-Adventure,Ember Lab,Ember Lab,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_9025522AmericaFrontccc.jpg,Kena: Bridge of Spirits,PC,Action-Adventure,Ember Lab,Ember Lab,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_2065033AmericaFrontccc.jpg,Kena: Bridge of Spirits,PS4,Action-Adventure,Ember Lab,Ember Lab,,,,,,,2021-09-21,2021-02-10 -/games/boxart/full_2473814AmericaFrontccc.jpg,Kings of Lorn: The Fall of Ebris,PS4,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2019-09-09,2019-07-06 -/games/boxart/full_3401127AmericaFrontccc.jpg,Kings of Lorn: The Fall of Ebris,XOne,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2019-09-09,2019-07-06 -/games/boxart/full_9951368AmericaFrontccc.jpg,Kings of Lorn: The Fall of Ebris,PC,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2019-09-09,2019-07-06 -/games/boxart/full_5110720AmericaFrontccc.jpg,Knights and Bikes,NS,Action-Adventure,Double Fine Presents,Foam Sword,,,,,,,2020-02-06,2020-01-24 -/games/boxart/full_5495945AmericaFrontccc.jpg,Knights and Bikes,PC,Action-Adventure,Double Fine Presents,Foam Sword,,,,,,,2019-08-27,2019-08-14 -/games/boxart/full_6575188AmericaFrontccc.jpg,Knights and Bikes,PS4,Action-Adventure,Double Fine Presents,Foam Sword,,,,,,,2019-08-27,2019-08-14 -/games/boxart/full_3749675AmericaFrontccc.jpg,Kunai,NS,Action-Adventure,The Arcade Crew,TurtleBlaze,,,,,,,2020-02-06,2020-01-14 -/games/boxart/full_8727739AmericaFrontccc.jpg,Kunai,PC,Action-Adventure,The Arcade Crew,TurtleBlaze,,,,,,,2020-02-06,2020-01-14 -/games/boxart/full_1525700AmericaFrontccc.jpg,Laika: Aged Through Blood,PC,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 -/games/boxart/full_4808829AmericaFrontccc.jpg,Laika: Aged Through Blood,PS4,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 -/games/boxart/full_3105443AmericaFrontccc.jpg,Laika: Aged Through Blood,PS5,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 -/games/boxart/full_8897767AmericaFrontccc.jpg,Laika: Aged Through Blood,XOne,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 -/games/boxart/full_5418473AmericaFrontccc.jpg,Laika: Aged Through Blood,XS,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 -/games/boxart/full_7735587AmericaFrontccc.jpg,Laika: Aged Through Blood,NS,Action-Adventure,Unknown,Brainwash Gang,,,,,,,,2023-12-02 -/games/boxart/full_4500217AmericaFrontccc.jpg,LEGO Batman 2: DC Super Heroes,OSX,Action-Adventure,Feral Interactive,Traveller's Tales,,,,,,,2012-09-06,2019-01-02 -/games/boxart/full_3444514AmericaFrontccc.png,LEGO Batman 2: DC Super Heroes,And,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-06-19,2019-01-02 -/games/boxart/full_9515199AmericaFrontccc.png,LEGO Batman 2: DC Super Heroes,iOS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-06-19,2019-01-02 -/games/boxart/full_570368AmericaFrontccc.jpg,LEGO DC Super-Villains,PC,Action-Adventure,Unknown,Traveller's Tales,,,,,,,,2018-06-04 -/games/boxart/full_8531314AmericaFrontccc.jpg,Lego Fortnite,PC,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_2005379AmericaFrontccc.jpg,Lego Fortnite,PS4,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_7324247AmericaFrontccc.jpg,Lego Fortnite,PS5,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_2871060AmericaFrontccc.jpg,Lego Fortnite,XOne,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_9684061AmericaFrontccc.jpg,Lego Fortnite,XS,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_6915297AmericaFrontccc.jpg,Lego Fortnite,NS,Action-Adventure,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_4976265PALFrontccc.jpg,Lego Jurassic World,NS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2019-09-17,2019-09-08 -/games/boxart/full_7989733AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,PS4,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 -/games/boxart/full_261610AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,NS,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 -/games/boxart/full_7436833AmericaFrontccc.jpg,Lego Star Wars: The Skywalker Saga,PS5,Action-Adventure,Unknown,TT Games,,,,,,,,2021-08-27 -/games/boxart/full_8680098AmericaFrontccc.jpg,Lego Star Wars: The Skywalker Saga,XS,Action-Adventure,Unknown,TT Games,,,,,,,,2021-08-27 -/games/boxart/full_7481732AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,PC,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 -/games/boxart/full_8560852AmericaFrontccc.jpg,LEGO Star Wars: The Skywalker Saga,XOne,Action-Adventure,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2021-10-20,2019-06-10 -/games/boxart/full_5639352AmericaFrontccc.jpg,Light Fall,PC,Action-Adventure,Unknown,Bishop Games,,,,,,,,2018-04-28 -/games/boxart/full_187643AmericaFrontccc.jpg,Light No Fire,PC,Action-Adventure,Unknown,Hello Games,,,,,,,,2023-12-08 -/games/boxart/full_3398241AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,PC,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_2445383AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,PS4,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_6248591AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,PS5,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_7120159AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,XOne,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_6667786AmericaFrontccc.jpg,Like a Dragon Gaiden: The Man Who Erased His Name,XS,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_3286952AmericaFrontccc.jpg,Like a Dragon: Ishin!,PC,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_7493038AmericaFrontccc.jpg,Like a Dragon: Ishin!,PS4,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_2224709AmericaFrontccc.jpg,Like a Dragon: Ishin!,PS5,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_8165775AmericaFrontccc.jpg,Like a Dragon: Ishin!,XOne,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_1632743AmericaFrontccc.jpg,Like a Dragon: Ishin!,XS,Action-Adventure,Unknown,Sega,,,,,,,,2022-09-14 -/games/boxart/full_4377959AmericaFrontccc.jpg,Link: The Faces of Evil,CDi,Action-Adventure,Philips Interactive Media,Animation Magic,,,,,,,1993-10-10,2018-04-17 -/games/boxart/full_3994537AmericaFrontccc.png,Little Devil Inside,NS,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2021-06-02 -/games/boxart/full_4501607AmericaFrontccc.png,Little Devil Inside,XOne,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2021-06-02 -/games/boxart/full_8139027AmericaFrontccc.png,Little Devil Inside,PC,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2020-06-14 -/games/boxart/full_4650946AmericaFrontccc.png,Little Devil Inside,PS4,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2021-06-02 -/games/boxart/full_7564152AmericaFrontccc.png,Little Devil Inside,PS5,Action-Adventure,Unknown,Neostream Interactive,,,,,,,,2020-06-14 -/games/boxart/full_2429724AmericaFrontccc.jpg,Luigi's Mansion 2 HD,NS,Action-Adventure,Unknown,Next Level Games,,,,,,,,2023-09-14 -/games/boxart/full_3085268AmericaFrontccc.jpg,Mafia: Definitive Edition,PC,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-10-23 -/games/boxart/full_7019009AmericaFrontccc.jpg,Mafia: Definitive Edition,PS4,Action-Adventure,Unknown,Hangar 13,,,,,,,,2020-10-23 -/games/boxart/full_3654434AmericaFrontccc.jpg,Mafia: Definitive Edition,XOne,Action-Adventure,Unknown,Hangar 13,,,,,,,,2020-10-23 -/games/boxart/full_5914372AmericaFrontccc.jpg,Mafia: Trilogy,PS4,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-05-13 -/games/boxart/full_7983315AmericaFrontccc.jpg,Mafia: Trilogy,XOne,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-05-13 -/games/boxart/full_6480853AmericaFrontccc.jpg,Mafia: Trilogy,PC,Action-Adventure,2K Games,Hangar 13,,,,,,,2020-09-25,2020-05-13 -/games/boxart/full_4309267AmericaFrontccc.jpg,Mages of Mystralia,NS,Action-Adventure,Borealys Games,Borealys Games,,,,,,,2019-01-29,2018-12-16 -/games/boxart/full_8788822AmericaFrontccc.jpg,Maneater,PS4,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-05-22,2019-12-16 -/games/boxart/full_5298863AmericaFrontccc.jpg,Maneater,PC,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-05-22,2019-06-10 -/games/boxart/full_6637233AmericaFrontccc.jpg,Maneater,XOne,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-05-22,2019-12-16 -/games/boxart/full_6493937AmericaFrontccc.jpg,Maneater,NS,Action-Adventure,Tripwire Interactive,Tripwire Interactive,,,,,,,2020-12-22,2019-12-16 -/games/boxart/full_2905991AmericaFrontccc.jpg,Marvel's Blade,PC,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2023-12-08 -/games/boxart/full_7485042AmericaFrontccc.jpg,Marvel's Blade,XS,Action-Adventure,Unknown,Arkane Studios,,,,,,,,2023-12-08 -/games/boxart/full_6844527AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,PC,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 -/games/boxart/full_6602944AmericaFrontccc.png,Marvel's Guardians of the Galaxy,XS,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 -/games/boxart/full_8231236AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,XOne,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 -/games/boxart/full_2355625AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,NS,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-15 -/games/boxart/full_6341933AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,PS5,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 -/games/boxart/full_4586065AmericaFrontccc.jpg,Marvel's Guardians of the Galaxy,PS4,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2021-10-26,2021-06-13 -/games/boxart/full_9989918AmericaFrontccc.png,Marvel's Spider-Man: Miles Morales,PS4,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2020-11-12,2020-09-18 -/games/boxart/full_1267849PALFrontccc.jpg,Marvel's Wolverine,PS5,Action-Adventure,Unknown,Insomniac Games,,,,,,,,2021-09-13 -/games/boxart/default.jpg,Marvel: Ultimate Alliance 2,PC,Action-Adventure,Unknown,Zoe Mode,,,,,,,,2019-03-29 -/games/boxart/full_2177403AmericaFrontccc.jpg,Marvel’s Spider-Man: Miles Morales,PS5,Action-Adventure,Sony Interactive Entertainment,Insomniac Games,,,,,,,2020-11-12,2020-06-11 -/games/boxart/full_1082729AmericaFrontccc.jpg,MediEvil (2019),PS4,Action-Adventure,Sony Interactive Entertainment,Other Ocean Interactive,,,,,,,2019-10-25,2020-08-02 -/games/boxart/full_9445618AmericaFrontccc.jpg,Metal Gear Solid 2: Sons of Liberty HD Edition,PSV,Action-Adventure,Konami Digital Entertainment,Armature Studio,,,,,,,2012-08-21,2018-09-12 -/games/boxart/full_1712720AmericaFrontccc.jpg,Metal Gear Solid Delta: Snake Eater,PC,Action-Adventure,Unknown,Konami Digital Entertainment,,,,,,,,2023-10-19 -/games/boxart/full_819147AmericaFrontccc.jpg,Metal Gear Solid Delta: Snake Eater,PS5,Action-Adventure,Unknown,Konami Digital Entertainment,,,,,,,,2023-10-19 -/games/boxart/full_8422189AmericaFrontccc.jpg,Metal Gear Solid Delta: Snake Eater,XS,Action-Adventure,Unknown,Konami Digital Entertainment,,,,,,,,2023-10-19 -/games/boxart/full_8402519AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,PC,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 -/games/boxart/full_7690411AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,PS5,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 -/games/boxart/full_5825546AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,XS,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 -/games/boxart/full_3608531AmericaFrontccc.jpg,Metal Gear Solid: Master Collection Vol. 1,NS,Action-Adventure,Unknown,Konami,,,,,,,,2023-06-21 -/games/boxart/default.jpg,Metroid: Other M,WiiU,Action-Adventure,Unknown,Team Ninja,,,,,,,,2020-08-25 -/games/boxart/full_1517144AmericaFrontccc.jpg,MicroMan,NS,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 -/games/boxart/full_3196293AmericaFrontccc.jpg,MicroMan,PS5,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 -/games/boxart/full_9824228AmericaFrontccc.jpg,MicroMan,XS,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 -/games/boxart/full_3840330AmericaFrontccc.jpg,MicroMan,PC,Action-Adventure,Glob Games Studio,Glob Games Studio,,,,,,,2021-12-01,2020-06-14 -/games/boxart/full_4861464AmericaFrontccc.png,Minecraft: Dungeons,XOne,Action-Adventure,Microsoft Game Studios,Mojang,,,,,,,2020-05-26,2019-06-09 -/games/boxart/full_2733120AmericaFrontccc.jpg,Minecraft: Dungeons,PC,Action-Adventure,Microsoft Studios,Mojang,,,,,,,2020-05-26,2019-06-09 -/games/boxart/full_2507727AmericaFrontccc.jpg,Minecraft: Dungeons,NS,Action-Adventure,Microsoft Game Studios,Mojang AB,,,,,,,2020-05-26,2019-06-19 -/games/boxart/full_8429933AmericaFrontccc.jpg,Minecraft: Dungeons,PS4,Action-Adventure,Microsoft Game Studios,Mojang AB,,,,,,,2020-05-26,2019-06-19 -/games/boxart/default.jpg,Momodora Reverie Under the Moonlight,NS,Action-Adventure,Unknown,Bombservice,,,,,,,,2019-06-25 -/games/boxart/full_4406551AmericaFrontccc.jpg,Monkey King: Hero is Back,PS4,Action-Adventure,THQ Nordic,HexaDrive,,,,,,,2019-10-17,2019-10-18 -/games/boxart/full_3896173AmericaFrontccc.jpg,Monster Hunter Rise,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 -/games/boxart/full_5308324AmericaFrontccc.jpg,Monster Hunter Rise,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 -/games/boxart/full_3908836AmericaFrontccc.jpg,Monster Hunter Rise,PC,Action-Adventure,Capcom,Capcom,,,,,,,2022-01-12,2022-01-18 -/games/boxart/full_9015513AmericaFrontccc.jpg,Monster Hunter Rise,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 -/games/boxart/full_4367394AmericaFrontccc.jpg,Monster Hunter Rise,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-12-07 -/games/boxart/full_8973234AmericaFrontccc.jpg,Monster Hunter Rise: Sunbreak,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2022-07-05 -/games/boxart/full_3334551AmericaFrontccc.jpg,Monster Hunter Rise: Sunbreak,NS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-07-05 -/games/boxart/full_3636522AmericaFrontccc.png,Monster Hunter Stories 2: Wings of Ruin,NS,Action-Adventure,Capcom,Capcom,,,,,,,2021-07-09,2020-09-17 -/games/boxart/full_399479AmericaFrontccc.jpg,Monster Sanctuary,PC,Action-Adventure,Team 17,Moi Rai Games,,,,,,,2019-08-28,2019-08-13 -/games/boxart/full_5397777AmericaFrontccc.jpg,Monstrum,PC,Action-Adventure,Team Junkfish,Team Junkfish,,,,,,,2015-05-20,2018-08-17 -/games/boxart/full_741378AmericaFrontccc.jpg,Monstrum,NS,Action-Adventure,Soedesco,Team Junkfish,,,,,,,2020-05-22,2019-08-13 -/games/boxart/full_2700645AmericaFrontccc.jpg,Monstrum,XOne,Action-Adventure,Soedesco,Team Junkfish,,,,,,,2019-02-26,2018-08-17 -/games/boxart/full_2087757AmericaFrontccc.jpg,Monstrum,PS4,Action-Adventure,Soedesco,Team Junkfish,,,,,,,2019-02-26,2018-08-17 -/games/boxart/full_5756381AmericaFrontccc.jpg,Moonscars,PS5,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 -/games/boxart/full_3964838AmericaFrontccc.jpg,Moonscars,XOne,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 -/games/boxart/full_2744056AmericaFrontccc.jpg,Moonscars,XS,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 -/games/boxart/full_3696563AmericaFrontccc.jpg,Moonscars,NS,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 -/games/boxart/full_530619AmericaFrontccc.jpg,Moonscars,PC,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 -/games/boxart/full_3519842AmericaFrontccc.jpg,Moonscars,PS4,Action-Adventure,Unknown,Black Mermaid,,,,,,,,2022-08-16 -/games/boxart/full_301337AmericaFrontccc.jpg,Moss: Book II,PS4,Action-Adventure,Unknown,Polyarc,,,,,,,,2022-06-26 -/games/boxart/full_4515119AmericaFrontccc.png,Mulaka,XOne,Action-Adventure,Unknown,Lienzo,,,,,,,,2018-02-13 -/games/boxart/full_9018290AmericaFrontccc.png,Mulaka,PC,Action-Adventure,Unknown,Lienzo,,,,,,,,2018-02-13 -/games/boxart/full_6609976AmericaFrontccc.png,Mulaka,NS,Action-Adventure,Lienzo,Lienzo,,,,,,,2018-03-01,2018-02-18 -/games/boxart/full_663141AmericaFrontccc.png,Mulaka,PS4,Action-Adventure,Unknown,Lienzo,,,,,,,,2018-02-13 -/games/boxart/full_7997365AmericaFrontccc.jpg,Mundaun,PS5,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 -/games/boxart/full_5660018AmericaFrontccc.jpg,Mundaun,XS,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 -/games/boxart/full_2459469AmericaFrontccc.jpg,Mundaun,XOne,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 -/games/boxart/full_3160204AmericaFrontccc.jpg,Mundaun,NS,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 -/games/boxart/full_7657354AmericaFrontccc.jpg,Mundaun,PC,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 -/games/boxart/full_9134748AmericaFrontccc.jpg,Mundaun,PS4,Action-Adventure,Unknown,Hidden Fields,,,,,,,,2023-06-30 -/games/boxart/full_4032601AmericaFrontccc.jpg,Neon City Riders,PS4,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 -/games/boxart/full_130309AmericaFrontccc.jpg,Neon City Riders,XOne,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 -/games/boxart/full_4234524AmericaFrontccc.jpg,Neon City Riders,NS,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 -/games/boxart/full_2258849AmericaFrontccc.jpg,Neon City Riders,PC,Action-Adventure,Bromio,Mecha Studios,,,,,,,2020-12-01,2019-12-07 -/games/boxart/full_7351848AmericaFrontccc.png,NightCry,PSV,Action-Adventure,Unknown,Nude Maker,,,,,,,,2019-02-13 -/games/boxart/full_3234772AmericaFrontccc.jpg,No Man's Sky,XS,Action-Adventure,Unknown,Hello Games,,,,,,,,2022-09-11 -/games/boxart/full_8479156AmericaFrontccc.jpg,No Man's Sky,NS,Action-Adventure,Unknown,Hello Games,,,,,,,,2022-09-11 -/games/boxart/full_8028954AmericaFrontccc.jpg,No Man's Sky,PS5,Action-Adventure,Unknown,Hello Games,,,,,,,,2022-09-11 -/games/boxart/full_5261391AmericaFrontccc.jpg,Observer: System Redux,PS4,Action-Adventure,Bloober Team,Bloober Team,,,,,,,2020-11-11,2023-09-11 -/games/boxart/full_3477142AmericaFrontccc.jpg,Oceanhorn 2: Knights of the Lost Realm,NS,Action-Adventure,Unknown,Cornfox & Brothers,,,,,,,,2020-11-01 -/games/boxart/full_2031937AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,OSX,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-05-19,2019-04-20 -/games/boxart/full_8316021AmericaFrontccc.jpg,Oceanhorn: Monster of Uncharted Seas,PSV,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2017-05-17,2019-04-20 -/games/boxart/full_4238727AmericaFrontccc.png,Oceanhorn: Monster of Uncharted Seas,NS,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2017-06-22,2019-04-20 -/games/boxart/full_6509218AmericaFrontccc.png,Oceanhorn: Monster of Uncharted Seas,And,Action-Adventure,FDG Entertainment,Cornfox & Brothers,,,,,,,2016-12-15,2019-04-20 -/games/boxart/default.jpg,Odallus: The Dark Call,PC,Action-Adventure,Unknown,JoyMasher,,,,,,,,2019-02-06 -/games/boxart/full_2150682AmericaFrontccc.png,Odallus: The Dark Call,NS,Action-Adventure,Digerati,JoyMasher,,,,,,,2019-02-08,2019-02-06 -/games/boxart/default.jpg,Odallus: The Dark Call,XOne,Action-Adventure,Unknown,JoyMasher,,,,,,,,2019-03-08 -/games/boxart/full_7290123AmericaFrontccc.jpeg,Odallus: The Dark Call,PS4,Action-Adventure,Unknown,JoyMasher,,,,,,,,2019-03-08 -/games/boxart/full_8447148AmericaFrontccc.jpg,Olija,PC,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 -/games/boxart/full_4651550AmericaFrontccc.jpg,Olija,XOne,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 -/games/boxart/full_8809108AmericaFrontccc.jpg,Olija,PS4,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 -/games/boxart/full_3148414AmericaFrontccc.jpg,Olija,NS,Action-Adventure,Unknown,Skeleton Crew Studios,,,,,,,,2021-01-16 -/games/boxart/default.jpg,One Piece: Unlimited World Red Deluxe Edition,PC,Action-Adventure,Unknown,Namco Bandai Games,,,,,,,,2019-02-15 -/games/boxart/full_6944288AmericaFrontccc.jpg,Onimusha: Warlords,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-15,2018-12-29 -/games/boxart/full_1299527AmericaFrontccc.jpg,Onimusha: Warlords,PC,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-15,2018-12-29 -/games/boxart/full_3229800AmericaFrontccc.jpg,Oninaki,PC,Action-Adventure,Square Enix,Tokyo RPG Factory,,,,,,,2019-08-22,2019-02-13 -/games/boxart/full_6362201AmericaFrontccc.png,Oninaki,PS4,Action-Adventure,Square Enix,Tokyo RPG Factory,,,,,,,2019-08-22,2019-02-13 -/games/boxart/full_5587015AmericaFrontccc.png,Oninaki,NS,Action-Adventure,Square Enix,Tokyo RPG Factory,,,,,,,2019-08-22,2019-02-13 -/games/boxart/full_1240071AmericaFrontccc.jpg,Onirike,NS,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 -/games/boxart/full_1630421AmericaFrontccc.jpg,Onirike,PC,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 -/games/boxart/full_9397919AmericaFrontccc.jpg,Onirike,PS4,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 -/games/boxart/full_8012350AmericaFrontccc.jpg,Onirike,XOne,Action-Adventure,Unknown,DevilishGames,,,,,,,,2021-06-18 -/games/boxart/full_8319724AmericaFrontccc.jpg,Ori and the Will of the Wisps,XS,Action-Adventure,Xbox Game Studios,Moon Studios,,,,,,,2020-12-01,2020-08-04 -/games/boxart/full_8155890AmericaFrontccc.jpg,Ori and the Will of the Wisps,PC,Action-Adventure,Xbox Game Studios,Moon Studios,,,,,,,2020-03-11,2020-08-04 -/games/boxart/full_526975AmericaFrontccc.jpg,Ori and the Will of the Wisps,XOne,Action-Adventure,Xbox Game Studios,Moon Studios,,,,,,,2020-03-11,2020-08-04 -/games/boxart/full_603292AmericaFrontccc.jpg,Outcast 2: A New Beginning,XS,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2021-09-18 -/games/boxart/full_8911770AmericaFrontccc.jpg,Outcast 2: A New Beginning,PC,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2021-09-18 -/games/boxart/full_577354AmericaFrontccc.jpg,Outcast 2: A New Beginning,PS5,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2021-09-18 -/games/boxart/full_7035321AmericaFrontccc.jpg,Outcast: A New Beginning,PC,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2023-12-04 -/games/boxart/full_8341137AmericaFrontccc.jpg,Outcast: A New Beginning,PS5,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2023-12-04 -/games/boxart/full_8330039AmericaFrontccc.jpg,Outcast: A New Beginning,XS,Action-Adventure,Unknown,Appeal Studios,,,,,,,,2023-12-04 -/games/boxart/full_916352AmericaFrontccc.jpg,Overkill's The Walking Dead,PS4,Action-Adventure,505 Games,Overkill Software,,,,,,,2019-02-06,2018-06-13 -/games/boxart/full_3705202AmericaFrontccc.jpg,Overkill's The Walking Dead,XOne,Action-Adventure,505 Games,Overkill Software,,,,,,,2019-02-06,2018-06-13 -/games/boxart/full_2609923AmericaFrontccc.jpeg,Override: Mech City Brawl,PC,Action-Adventure,Modus Games,The Balance Inc,,,,,,,2018-12-04,2019-03-28 -/games/boxart/full_6250103AmericaFrontccc.jpg,Pacific Drive,PC,Action-Adventure,Unknown,Ironwood Studios,,,,,,,,2023-10-09 -/games/boxart/full_583724AmericaFrontccc.jpg,Pacific Drive,PS5,Action-Adventure,Unknown,Ironwood Studios,,,,,,,,2023-10-09 -/games/boxart/full_5307802AmericaFrontccc.jpg,Phantom Abyss,PC,Action-Adventure,Unknown,Team WIBY,,,,,,,,2021-06-13 -/games/boxart/default.jpg,Phobos Vector Prime: The First Ring,PS4,Action-Adventure,Unknown,Gunstar Studio S.L.,,,,,,,,2018-05-07 -/games/boxart/default.jpg,Pitfall II: Lost Caverns,CV,Action-Adventure,Unknown,Activision,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Pitfall!,CV,Action-Adventure,Unknown,Activision,,,,,,,,2021-10-18 -/games/boxart/full_5627701AmericaFrontccc.jpg,Pragmata,PC,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_7923591AmericaFrontccc.jpg,Pragmata,PS5,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_6966780AmericaFrontccc.jpg,Pragmata,XS,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_8471373AmericaFrontccc.jpg,Princess Peach: Showtime!,NS,Action-Adventure,Nintendo,Nintendo,,,,,,,2023-03-22,2023-09-14 -/games/boxart/full_7795847AmericaFrontccc.png,Project Resistance,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2020-12-01,2019-11-08 -/games/boxart/full_5710366AmericaFrontccc.png,Project Resistance,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2020-12-01,2019-11-08 -/games/boxart/full_135737AmericaFrontccc.png,Project Resistance,PC,Action-Adventure,Capcom,Capcom,,,,,,,2020-12-01,2019-11-08 -/games/boxart/full_4869853AmericaFrontccc.jpg,Pumpkin Jack,NS,Action-Adventure,Headup Games,Headup Games,,,,,,,2020-10-23,2020-11-06 -/games/boxart/full_7866482AmericaFrontccc.jpg,Quantum Error,PS4,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_4115409AmericaFrontccc.jpg,Quantum Error,PS5,Action-Adventure,TeamKill Media,TeamKill Media,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_3017200AmericaFrontccc.jpg,RAD,PC,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-06-14 -/games/boxart/full_4661407AmericaFrontccc.jpg,RAD,XOne,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-06-14 -/games/boxart/full_5203994AmericaFrontccc.png,RAD,NS,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-04-02 -/games/boxart/full_9991591AmericaFrontccc.jpg,RAD,PS4,Action-Adventure,Bandai Namco Entertainment,Double Fine Productions,,,,,,,2019-08-20,2019-06-14 -/games/boxart/full_5671263AmericaFrontccc.jpg,Ratchet & Clank: Rift Apart,PC,Action-Adventure,PlayStation PC,Insomniac Games,,,,,,,2023-07-26,2023-06-15 -/games/boxart/full_5481972AmericaFrontccc.jpg,Rebel Galaxy Outlaw,PC,Action-Adventure,Double Damage Games,Double Damage Games,,,,,,,2019-08-13,2019-07-21 -/games/boxart/full_1062246AmericaFrontccc.jpg,Recompile,XS,Action-Adventure,Unknown,Phigames,,,,,,,,2021-06-17 -/games/boxart/full_874007AmericaFrontccc.jpg,Recompile,PC,Action-Adventure,Unknown,Phigames,,,,,,,,2021-06-17 -/games/boxart/full_5893418AmericaFrontccc.jpg,Recompile,PS5,Action-Adventure,Unknown,Phigames,,,,,,,,2021-06-17 -/games/boxart/full_9583802AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,XOne,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 -/games/boxart/full_975831AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,XS,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 -/games/boxart/full_7243363AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,NS,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 -/games/boxart/full_1273185AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,PS4,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 -/games/boxart/full_2005092AmericaFrontccc.jpg,Record of Lodoss War: Deedlit in Wonder Labyrinth,PS5,Action-Adventure,Unknown,Team Ladybug,,,,,,,,2021-10-21 -/games/boxart/full_8666886PALFrontccc.jpg,ReCore: Definitive Edition,PC,Action-Adventure,Microsoft Studios,Armature Studio,,,,,,,2018-09-14,2018-10-01 -/games/boxart/full_4295396AmericaFrontccc.jpg,ReCore: Definitive Edition,XOne,Action-Adventure,Microsoft Studios,Armature Studio,,,,,,,2017-08-29,2018-10-01 -/games/boxart/full_1544218AmericaFrontccc.jpg,Red Dead Redemption 2,PC,Action-Adventure,Rockstar Games,Rockstar Games,,,,,,,2019-11-05,2019-10-05 -/games/boxart/full_8642552AmericaFrontccc.jpg,Red Matter 2,PC,Action-Adventure,Unknown,Vertical Robot,,,,,,,,2022-11-20 -/games/boxart/full_1642683AmericaFrontccc.png,Regina & Mac,WiiU,Action-Adventure,Diplodocus Games,Diplodocus Games,,,,,,,2020-01-16,2020-09-20 -/games/boxart/full_1135430AmericaFrontccc.jpg,Remothered: Tormented Fathers,NS,Action-Adventure,Soedesco,Stormind Games,,,,,,,2019-09-06,2021-03-03 -/games/boxart/full_80244AmericaFrontccc.png,Resident Evil,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-04-03 -/games/boxart/full_8557937AmericaFrontccc.jpg,Resident Evil,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2015-01-20,2018-09-04 -/games/boxart/full_6172555AmericaFrontccc.jpg,Resident Evil,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2015-01-20,2018-09-04 -/games/boxart/full_9436802AmericaFrontccc.jpg,Resident Evil 2,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2018-11-06 -/games/boxart/full_1547923AmericaFrontccc.jpg,Resident Evil 2,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2018-11-06 -/games/boxart/full_3127281PALFrontccc.jpg,Resident Evil 2,PC,Action-Adventure,Capcom,Capcom,,,,,,,2019-01-25,2018-11-06 -/games/boxart/full_8984431AmericaFrontccc.jpg,Resident Evil 3,PC,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2019-12-10 -/games/boxart/full_822726AmericaFrontccc.jpg,Resident Evil 3,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2019-12-10 -/games/boxart/full_4553969AmericaFrontccc.jpg,Resident Evil 3,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2020-04-03,2019-12-10 -/games/boxart/full_6428459AmericaFrontccc.jpg,Resident Evil 4,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-04-03 -/games/boxart/full_6378506AmericaFrontccc.jpg,Resident Evil 4 (2023),PS4,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-11-16 -/games/boxart/full_5774985AmericaFrontccc.jpg,Resident Evil 4 (2023),PC,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 -/games/boxart/full_1304777AmericaFrontccc.jpg,Resident Evil 4 (2023),PS5,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 -/games/boxart/full_1979320AmericaFrontccc.jpg,Resident Evil 4 (2023),XS,Action-Adventure,Capcom,Capcom,,,,,,,2023-03-24,2022-06-02 -/games/boxart/full_7302027AmericaFrontccc.jpg,Resident Evil 4 VR,PC,Action-Adventure,Unknown,Armature Studio,,,,,,,,2021-12-23 -/games/boxart/full_2185803AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 -/games/boxart/full_8977575AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 -/games/boxart/full_7244965AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 -/games/boxart/full_7331818AmericaFrontccc.jpg,Resident Evil 4: Separate Ways,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2023-09-16 -/games/boxart/full_1268070AmericaFrontccc.jpg,Resident Evil 8: Village,PS5,Action-Adventure,Capcom,Capcom,,,,,,,2021-05-07,2020-06-12 -/games/boxart/full_8325816AmericaFrontccc.jpg,Resident Evil 8: Village,PC,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_5516040AmericaFrontccc.jpg,Resident Evil 8: Village,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2021-05-07,2021-04-09 -/games/boxart/full_9348408AmericaFrontccc.jpg,Resident Evil 8: Village,XS,Action-Adventure,Capcom,Capcom,,,,,,,2021-12-01,2020-06-12 -/games/boxart/full_2703157AmericaFrontccc.jpg,Resident Evil 8: Village,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2021-04-09 -/games/boxart/full_53488AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 -/games/boxart/full_6807060AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 -/games/boxart/full_5999247AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 -/games/boxart/full_7896961AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 -/games/boxart/full_1469971AmericaFrontccc.jpg,Resident Evil Village - Winters' Expansion,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2022-09-15 -/games/boxart/full_8537283AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,PC,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 -/games/boxart/full_1176359AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,XS,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 -/games/boxart/full_1549033AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,XOne,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 -/games/boxart/full_661067AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,PS5,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 -/games/boxart/full_9580131AmericaFrontccc.png,Resident Evil Village: Shadows of Rose,PS4,Action-Adventure,Unknown,Capcom,,,,,,,,2022-10-24 -/games/boxart/full_509129AmericaFrontccc.jpg,Resident Evil Zero,XOne,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 -/games/boxart/full_1867430AmericaFrontccc.jpg,Resident Evil Zero,PS4,Action-Adventure,Capcom,Capcom,,,,,,,2016-01-19,2018-09-04 -/games/boxart/full_3942626AmericaFrontccc.png,Resident Evil Zero,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-04-03 -/games/boxart/full_724359AmericaFrontccc.jpg,Resident Evil: Origins Collection,NS,Action-Adventure,Capcom,Capcom,,,,,,,2019-05-21,2019-03-22 -/games/boxart/full_3098375AmericaFrontccc.jpg,Resolutiion,PC,Action-Adventure,Unknown,Monolith of Minds,,,,,,,,2020-05-26 -/games/boxart/full_3727600AmericaFrontccc.jpg,Resolutiion,NS,Action-Adventure,Unknown,Monolith of Minds,,,,,,,,2020-05-26 -/games/boxart/default.jpg,Retro City Rampage DX+,Wii,Action-Adventure,Unknown,Vblank Entertainment Inc.,,,,,,,,2022-08-25 -/games/boxart/full_4266671AmericaFrontccc.jpg,Return,NS,Action-Adventure,Dead Unicorn,Dead Unicorn,,,,,,,2023-05-29,2023-12-09 -/games/boxart/full_9307847AmericaFrontccc.jpg,Return,PC,Action-Adventure,Dead Unicorn,Dead Unicorn,,,,,,,2023-05-29,2023-12-09 -/games/boxart/full_5890743AmericaFrontccc.jpg,Risk of Rain,PS4,Action-Adventure,Chucklefish,Hopoo Games,,,,,,,2017-04-26,2018-03-24 -/games/boxart/full_6821522AmericaFrontccc.jpg,Road 96,PS4,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 -/games/boxart/full_5848033AmericaFrontccc.jpg,Road 96,PS5,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 -/games/boxart/full_4990211AmericaFrontccc.jpg,Road 96,XOne,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 -/games/boxart/full_2750789AmericaFrontccc.jpg,Road 96,XS,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 -/games/boxart/full_7257610AmericaFrontccc.jpg,Road 96,NS,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 -/games/boxart/full_6912626AmericaFrontccc.jpg,Road 96,PC,Action-Adventure,Unknown,DigixArt,,,,,,,,2022-03-22 -/games/boxart/full_421435AmericaFrontccc.jpg,Rust,XOne,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2020-12-01,2019-11-24 -/games/boxart/full_8391711AmericaFrontccc.jpg,Rust,PS4,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2020-12-01,2019-11-24 -/games/boxart/full_580597AmericaFrontccc.jpg,Rust,Linux,Action-Adventure,Facepunch Studios,Facepunch Studios,,,,,,,2018-02-08,2018-03-19 -/games/boxart/full_5828374AmericaFrontccc.jpg,RWBY: Arrowfell,PS5,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 -/games/boxart/full_2698652AmericaFrontccc.jpg,RWBY: Arrowfell,XOne,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 -/games/boxart/full_2053405AmericaFrontccc.jpg,RWBY: Arrowfell,XS,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 -/games/boxart/full_3844740AmericaFrontccc.jpg,RWBY: Arrowfell,NS,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 -/games/boxart/full_4892760AmericaFrontccc.jpg,RWBY: Arrowfell,PC,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 -/games/boxart/full_1250483AmericaFrontccc.jpg,RWBY: Arrowfell,PS4,Action-Adventure,Unknown,WayForward,,,,,,,,2022-11-04 -/games/boxart/full_72534AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2,XS,Action-Adventure,GSC Game World,GSC Game World,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_2150646AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2: Heart of Chornobyl,XS,Action-Adventure,Unknown,GSC Game World,,,,,,,,2022-06-13 -/games/boxart/full_9135673AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2: Heart of Chornobyl,PC,Action-Adventure,Unknown,GSC Game World,,,,,,,,2022-06-13 -/games/boxart/full_979494AmericaFrontccc.jpeg,Saints Row (2022),PS5,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 -/games/boxart/full_6837408AmericaFrontccc.jpeg,Saints Row (2022),XOne,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 -/games/boxart/full_5129507AmericaFrontccc.jpeg,Saints Row (2022),XS,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 -/games/boxart/full_6444875AmericaFrontccc.jpeg,Saints Row (2022),PC,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 -/games/boxart/full_2817701AmericaFrontccc.jpeg,Saints Row (2022),PS4,Action-Adventure,Unknown,Volition,,,,,,,,2021-08-27 -/games/boxart/default.jpg,Saints Row IV: Re-Elected,NS,Action-Adventure,Koch Media,Volition,,,,,,,2020-03-27,2021-11-08 -/games/boxart/full_7394766AmericaFrontccc.png,Sakuna: Of Rice and Ruin,NS,Action-Adventure,Xseed Games,Edelweiss,,,,,,,2020-11-10,2020-11-25 -/games/boxart/full_3340559AmericaFrontccc.jpg,Salt and Sacrifice,PC,Action-Adventure,Ska Studios,Ska Studios,,,,,,,2022-05-10,2021-06-10 -/games/boxart/full_7494613AmericaFrontccc.jpg,Salt and Sacrifice,PS4,Action-Adventure,Ska Studios,Ska Studios,,,,,,,2022-05-10,2021-06-10 -/games/boxart/full_9273670AmericaFrontccc.jpg,Salt and Sacrifice,PS5,Action-Adventure,Ska Studios,Ska Studios,,,,,,,2022-05-10,2021-06-10 -/games/boxart/full_2552002AmericaFrontccc.jpg,Samantha Swift and the Fountains of Fate,PC,Action-Adventure,Mumbo Jumbo,Mumbo Jumbo,,,,,,,2011-03-08,2018-12-20 -/games/boxart/full_6882970AmericaFrontccc.jpg,Samantha Swift and the Mystery from Atlantis,PC,Action-Adventure,Unknown,Mumbo Jumbo,,,,,,,,2018-12-20 -/games/boxart/full_6702665AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,NS,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 -/games/boxart/full_6098143AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,PC,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 -/games/boxart/full_4353617AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,PS4,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 -/games/boxart/full_8252316AmericaFrontccc.jpg,Samurai Jack: Battle Through Time,XOne,Action-Adventure,Adult Swim,Soleil Software Studio Inc.,,,,,,,2020-08-21,2020-07-21 -/games/boxart/full_1924445AmericaFrontccc.jpg,Sand Land,PS4,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 -/games/boxart/full_1044978AmericaFrontccc.jpg,Sand Land,PS5,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 -/games/boxart/full_2255945AmericaFrontccc.jpg,Sand Land,XOne,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 -/games/boxart/full_335419AmericaFrontccc.jpg,Sand Land,XS,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 -/games/boxart/full_6678042AmericaFrontccc.jpg,Sand Land,PC,Action-Adventure,Unknown,"ILCA, Inc.",,,,,,,,2023-06-08 -/games/boxart/full_2528200AmericaFrontccc.jpg,Scars Above,PC,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 -/games/boxart/full_4184108AmericaFrontccc.jpg,Scars Above,PS4,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 -/games/boxart/full_7030822AmericaFrontccc.jpg,Scars Above,PS5,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 -/games/boxart/full_558198AmericaFrontccc.jpg,Scars Above,XOne,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 -/games/boxart/full_6083245AmericaFrontccc.jpg,Scars Above,XS,Action-Adventure,Unknown,Mad Head Games,,,,,,,,2022-12-09 -/games/boxart/full_6886745AmericaFrontccc.png,Scavengers,PC,Action-Adventure,Unknown,Midwinter,,,,,,,,2018-12-06 -/games/boxart/full_706484AmericaFrontccc.jpg,Sea of Thieves,XS,Action-Adventure,Xbox Game Studios,Rare Ltd.,,,,,,,2020-11-10,2021-07-04 -/games/boxart/full_6410488AmericaFrontccc.png,Sea of Thieves: A Pirate's Life,XOne,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2021-07-04 -/games/boxart/full_1102139AmericaFrontccc.png,Sea of Thieves: A Pirate's Life,PC,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2021-07-04 -/games/boxart/full_976998AmericaFrontccc.png,Sea of Thieves: A Pirate's Life,XS,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2021-07-04 -/games/boxart/full_2240893AmericaFrontccc.jpg,Sea of Thieves: Legend of Monkey Island,XS,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2023-07-22 -/games/boxart/full_6766812AmericaFrontccc.jpg,Sea of Thieves: Legend of Monkey Island,PC,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2023-07-22 -/games/boxart/full_756400AmericaFrontccc.jpg,Sea of Thieves: Legend of Monkey Island,XOne,Action-Adventure,Unknown,Rare Ltd.,,,,,,,,2023-07-22 -/games/boxart/full_1487577AmericaFrontccc.jpg,Secret Neighbor,PC,Action-Adventure,TinyBuild Games,Dynamic Pixels,,,,,,,2019-10-24,2019-12-09 -/games/boxart/full_9356076AmericaFrontccc.jpg,Secret Neighbor,XOne,Action-Adventure,TinyBuild Games,Dynamic Pixels,,,,,,,2019-10-24,2019-12-09 -/games/boxart/full_6533419AmericaFrontccc.png,Senua's Saga: Hellblade 2,XS,Action-Adventure,Xbox Game Studios,Ninja Theory,,,,,,,2021-12-01,2019-12-13 -/games/boxart/full_3484132AmericaFrontccc.png,Senua's Saga: Hellblade 2,PC,Action-Adventure,Xbox Game Studios,Ninja Theory,,,,,,,2021-12-01,2020-01-10 -/games/boxart/full_3968350AmericaFrontccc.jpg,Shadow of the Tomb Raider,PC,Action-Adventure,Square Enix,Eidos Montreal,,,,,,,2018-09-14,2018-09-12 -/games/boxart/default.jpg,Shakedown Hawaii,WiiU,Action-Adventure,Unknown,Vblank Entertainment Inc.,,,,,,,,2022-08-25 -/games/boxart/full_2732449AmericaFrontccc.png,Shakedown: Hawaii,WiiU,Action-Adventure,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2020-08-20,2020-09-16 -/games/boxart/default.jpg,Shakedown: Hawaii,Wii,Action-Adventure,Vblank Entertainment Inc.,Vblank Entertainment Inc.,,,,,,,2020-09-09,2020-06-26 -/games/boxart/default.jpg,Shakedown: Hawaii,PS3,Action-Adventure,Unknown,Vblank Entertainment Inc.,,,,,,,,2022-08-25 -/games/boxart/full_5506612AmericaFrontccc.jpg,Shenmue I & II,PC,Action-Adventure,Sega,Sega,5.5,,,,,,2018-08-21,2018-07-28 -/games/boxart/full_5289986PALFrontccc.jpg,Shenmue III,PS4,Action-Adventure,Deep Silver,Ys Net,6.7,,,,,,2019-11-19,2019-04-07 -/games/boxart/full_3157286AmericaFrontccc.jpg,Shenmue III,PC,Action-Adventure,Deep Silver,Ys Net,5.9,,,,,,2019-11-19,2019-04-07 -/games/boxart/full_8777994AmericaFrontccc.jpg,Shinsekai: Into the Depths,NS,Action-Adventure,Capcom,Capcom,,,,,,,2020-03-26,2020-04-03 -/games/boxart/full_3389891AmericaFrontccc.jpg,Shinsekai: Into the Depths,iOS,Action-Adventure,Unknown,Capcom,,,,,,,,2020-04-08 -/games/boxart/full_4590904AmericaFrontccc.jpg,Signalis,NS,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 -/games/boxart/full_4733722AmericaFrontccc.jpg,Signalis,PC,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 -/games/boxart/full_9751819AmericaFrontccc.jpg,Signalis,PS4,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 -/games/boxart/full_1171639AmericaFrontccc.jpg,Signalis,XOne,Action-Adventure,Unknown,rose-engine,,,,,,,,2022-11-16 -/games/boxart/full_2060419AmericaFrontccc.png,Sinister Assistant,WiiU,Action-Adventure,Ultra Dolphin Revolution,Ultra Dolphin Revolution,,,,,,,2019-02-14,2020-09-27 -/games/boxart/full_4098962AmericaFrontccc.jpg,Skull & Bones,PS4,Action-Adventure,Ubisoft,Ubisoft Singapore,,,,,,,2020-12-01,2019-06-20 -/games/boxart/full_3744689AmericaFrontccc.jpg,Skull & Bones,XOne,Action-Adventure,Ubisoft,Ubisoft Singapore,,,,,,,2020-12-01,2019-06-20 -/games/boxart/full_3629141AmericaFrontccc.jpg,Skull & Bones,PS5,Action-Adventure,Unknown,Ubisoft Singapore,,,,,,,,2022-11-16 -/games/boxart/full_3723383AmericaFrontccc.jpg,Skull & Bones,PC,Action-Adventure,Ubisoft,Ubisoft Singapore,,,,,,,2020-12-01,2019-06-20 -/games/boxart/full_438004AmericaFrontccc.jpg,Skull & Bones,XS,Action-Adventure,Unknown,Ubisoft Singapore,,,,,,,,2022-11-16 -/games/boxart/full_4629084AmericaFrontccc.jpg,Smelter,NS,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 -/games/boxart/full_446803AmericaFrontccc.jpg,Smelter,PC,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 -/games/boxart/full_1746862AmericaFrontccc.jpg,Smelter,PS4,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 -/games/boxart/full_4528377AmericaFrontccc.jpg,Smelter,XOne,Action-Adventure,Unknown,X Plus Company Limited,,,,,,,,2021-04-15 -/games/boxart/full_5578921AmericaFrontccc.png,Solar Ash,PS5,Action-Adventure,Annapurna Interactive,Heart Machine,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_6359696AmericaFrontccc.png,Solar Ash,PC,Action-Adventure,Annapurna Interactive,Heart Machine,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_3098757AmericaFrontccc.png,Solar Ash,PS4,Action-Adventure,Annapurna Interactive,Heart Machine,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_8204980AmericaFrontccc.jpg,Song in the Smoke,PS5,Action-Adventure,Unknown,17-Bit,,,,,,,,2023-01-22 -/games/boxart/full_6990127AmericaFrontccc.jpg,Song in the Smoke,PS4,Action-Adventure,Unknown,17-Bit,,,,,,,,2023-01-22 -/games/boxart/full_6782099AmericaFrontccc.jpg,Song in the Smoke,PC,Action-Adventure,Unknown,17-Bit,,,,,,,,2023-01-22 -/games/boxart/full_294370AmericaFrontccc.jpg,Souldiers,XOne,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 -/games/boxart/full_8905773AmericaFrontccc.jpg,Souldiers,XS,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 -/games/boxart/full_1420797AmericaFrontccc.jpg,Souldiers,NS,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-01 -/games/boxart/full_2660954AmericaFrontccc.jpg,Souldiers,PC,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-01 -/games/boxart/full_6591466AmericaFrontccc.jpg,Souldiers,PS4,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 -/games/boxart/full_4961654AmericaFrontccc.jpg,Souldiers,PS5,Action-Adventure,Unknown,Retro Forge,,,,,,,,2022-04-20 -/games/boxart/full_2884334AmericaFrontccc.jpg,Soulstice,PS5,Action-Adventure,Unknown,Reply Game Studios,,,,,,,,2021-06-14 -/games/boxart/full_8661037AmericaFrontccc.jpg,Soulstice,XS,Action-Adventure,Unknown,Reply Game Studios,,,,,,,,2021-06-14 -/games/boxart/full_4850952AmericaFrontccc.jpg,Soulstice,PC,Action-Adventure,Unknown,Reply Game Studios,,,,,,,,2021-06-14 -/games/boxart/full_3817975AmericaFrontccc.jpg,South of Midnight,PC,Action-Adventure,Unknown,Compulsion Games,,,,,,,,2023-06-12 -/games/boxart/full_808735AmericaFrontccc.jpg,South of Midnight,XS,Action-Adventure,Unknown,Compulsion Games,,,,,,,,2023-06-12 -/games/boxart/default.jpg,Space Pilgrim Episode III: Delta Pavonis,PC,Action-Adventure,Unknown,Pilgrim Adventures,,,,,,,,2019-03-29 -/games/boxart/full_8181689AmericaFrontccc.jpg,Sparklite,PC,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 -/games/boxart/full_7802357AmericaFrontccc.jpg,Sparklite,PS4,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 -/games/boxart/full_5205480AmericaFrontccc.jpg,Sparklite,XOne,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 -/games/boxart/full_652386AmericaFrontccc.jpg,Sparklite,NS,Action-Adventure,Unknown,Red Blue Games,,,,,,,,2019-11-14 -/games/boxart/full_9550428AmericaFrontccc.png,Spelunky 2,PS4,Action-Adventure,BlitWorks,"Mossmouth, LLC",,,,,,,2020-09-15,2019-07-02 -/games/boxart/full_351235AmericaFrontccc.png,Spelunky 2,PC,Action-Adventure,BlitWorks,"Mossmouth, LLC",,,,,,,2020-09-29,2019-07-02 -/games/boxart/default.jpg,Spheroids,WiiU,Action-Adventure,Unknown,Eclipse Games,,,,,,,,2020-08-25 -/games/boxart/full_4908997AmericaFrontccc.png,Sphinx and the Cursed Mummy,Linux,Action-Adventure,THQ Nordic,Eurocom,,,,,,,2017-11-10,2018-12-30 -/games/boxart/full_4990430AmericaFrontccc.png,Sphinx and the Cursed Mummy,PC,Action-Adventure,THQ Nordic,Eurocom,,,,,,,2017-11-10,2018-12-30 -/games/boxart/full_6944198AmericaFrontccc.jpg,Sphinx and the Cursed Mummy,NS,Action-Adventure,THQ Nordic,Eurocom,,,,,,,2019-01-29,2018-12-30 -/games/boxart/full_7610191AmericaFrontccc.jpg,Spidersaurs,All,Action-Adventure,Unknown,WayForward,,,,,,,,2022-07-15 -/games/boxart/full_191097AmericaFrontccc.jpg,Spirit of the North,PS4,Action-Adventure,Unknown,Infuse Studio,,,,,,,,2019-11-17 -/games/boxart/full_3800772AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,NS,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 -/games/boxart/full_1095760AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,PC,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 -/games/boxart/full_4003005AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,PS4,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 -/games/boxart/full_6137422AmericaFrontccc.jpg,SpongeBob SquarePants: The Cosmic Shake,XOne,Action-Adventure,Unknown,Purple Lamp,,,,,,,,2021-09-18 -/games/boxart/default.jpg,Star Child,XOne,Action-Adventure,Unknown,Playful Corp.,,,,,,,,2018-06-14 -/games/boxart/default.jpg,Star Child,PS4,Action-Adventure,Unknown,Playful Corp.,,,,,,,,2018-06-14 -/games/boxart/full_819869AmericaFrontccc.jpg,Star Control 3,All,Action-Adventure,Accolade,Legend Entertainment,,,,,,,1996-09-24,2021-03-18 -/games/boxart/default.jpg,Star Fox 64,WiiU,Action-Adventure,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Star Trek Prodigy: Supernova,PS5,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Trek Prodigy: Supernova,PS4,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Trek Prodigy: Supernova,PC,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Trek Prodigy: Supernova,NS,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Trek Prodigy: Supernova,XS,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Trek Prodigy: Supernova,XOne,Action-Adventure,Unknown,Outright Games,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Wars Jedi Knight II: Jedi Outcast,PS4,Action-Adventure,Unknown,Aspyr,,,,,,,,2023-12-28 -/games/boxart/full_8311097AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,PS4,Action-Adventure,Electronic Arts,Respawn Entertainment,6.6,,,,,,2019-11-15,2019-04-13 -/games/boxart/full_4716531AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,XOne,Action-Adventure,Electronic Arts,Respawn Entertainment,,,,,,,2019-11-15,2019-04-13 -/games/boxart/full_5338962AmericaFrontccc.jpg,Star Wars Jedi: Fallen Order,PC,Action-Adventure,Electronic Arts,Respawn Entertainment,,,,,,,2019-11-15,2019-04-13 -/games/boxart/full_7220686AmericaFrontccc.jpg,Star Wars Jedi: Survivor,PC,Action-Adventure,Unknown,Respawn Entertainment,,,,,,,,2022-06-04 -/games/boxart/full_3284719AmericaFrontccc.jpg,Star Wars Jedi: Survivor,PS5,Action-Adventure,Unknown,Respawn Entertainment,,,,,,,,2022-06-04 -/games/boxart/full_7851511AmericaFrontccc.jpg,Star Wars Jedi: Survivor,XS,Action-Adventure,Unknown,Respawn Entertainment,,,,,,,,2022-06-04 -/games/boxart/full_5013164AmericaFrontccc.jpg,Star Wars Outlaws,PC,Action-Adventure,Unknown,Massive Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_5661119AmericaFrontccc.jpg,Star Wars Outlaws,PS5,Action-Adventure,Unknown,Massive Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_3018141AmericaFrontccc.jpg,Star Wars Outlaws,XS,Action-Adventure,Unknown,Massive Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_6255630AmericaFrontccc.jpg,Starlink: Battle for Atlas,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2019-04-30,2020-01-30 -/games/boxart/full_906184AmericaFrontccc.jpg,State of Decay 2,PC,Action-Adventure,Microsoft Studios,Undead Labs,,,,,,,2018-05-22,2018-11-18 -/games/boxart/full_7359773AmericaFrontccc.jpg,State of Decay 3,PC,Action-Adventure,Xbox Game Studios,Undead Labs,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_1817874AmericaFrontccc.jpg,State of Decay 3,XS,Action-Adventure,Xbox Game Studios,Undead Labs,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_3338824AmericaFrontccc.jpg,State of Decay: Year One Survival Edition,PC,Action-Adventure,Nordic Games,Undead Labs,,,,,,,2016-08-09,2018-11-19 -/games/boxart/full_6282930AmericaFrontccc.jpg,Stray,PS4,Action-Adventure,Annapurna Interactive,Blue Twelve Studio,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_8569752AmericaFrontccc.jpg,Stray,PC,Action-Adventure,Annapurna Interactive,Blue Twelve Studio,,,,,,,2022-07-19,2020-06-17 -/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,XS,Action-Adventure,Unknown,Aspyr Media,,,,,,,,2021-11-08 -/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,XOne,Action-Adventure,Unknown,Aspyr Media,,,,,,,,2021-11-08 -/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,PS5,Action-Adventure,Aspyr,Aspyr Media,,,,,,,2021-03-16,2021-11-08 -/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,PS4,Action-Adventure,Aspyr,Aspyr Media,,,,,,,2021-03-16,2021-11-08 -/games/boxart/default.jpg,Stubbs the Zombie in Rebel Without a Pulse,NS,Action-Adventure,Aspyr,Aspyr Media,,,,,,,2021-03-16,2021-11-08 -/games/boxart/full_4463190AmericaFrontccc.jpg,Subnautica: Below Zero,PC,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 -/games/boxart/full_8702802AmericaFrontccc.jpg,Subnautica: Below Zero,PS4,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 -/games/boxart/full_219560AmericaFrontccc.jpg,Subnautica: Below Zero,PS5,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 -/games/boxart/full_3727234AmericaFrontccc.jpg,Subnautica: Below Zero,XOne,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 -/games/boxart/full_9451204AmericaFrontccc.jpg,Subnautica: Below Zero,XS,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 -/games/boxart/full_8002513AmericaFrontccc.jpg,Subnautica: Below Zero,NS,Action-Adventure,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-07-30 -/games/boxart/full_6591849AmericaFrontccc.jpg,Summer in Mara,NS,Action-Adventure,Unknown,Chibig,,,,,,,,2019-01-21 -/games/boxart/full_6256557AmericaFrontccc.jpg,Summer in Mara,PC,Action-Adventure,Unknown,Chibig,,,,,,,,2021-01-31 -/games/boxart/full_1882795AmericaFrontccc.jpg,Summer in Mara,XOne,Action-Adventure,Unknown,Chibig,,,,,,,,2021-01-31 -/games/boxart/full_968263AmericaFrontccc.jpg,Summer in Mara,PS4,Action-Adventure,Unknown,Chibig,,,,,,,,2019-01-21 -/games/boxart/full_7894459AmericaFrontccc.jpg,Super Crazy Rhythm Castle,NS,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 -/games/boxart/full_7762197AmericaFrontccc.jpg,Super Crazy Rhythm Castle,PC,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 -/games/boxart/full_9684757AmericaFrontccc.jpg,Super Crazy Rhythm Castle,PS4,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 -/games/boxart/full_3879704AmericaFrontccc.jpg,Super Crazy Rhythm Castle,PS5,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 -/games/boxart/full_6054347AmericaFrontccc.jpg,Super Crazy Rhythm Castle,XOne,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 -/games/boxart/full_3672360AmericaFrontccc.jpg,Super Crazy Rhythm Castle,XS,Action-Adventure,Unknown,Second Impact Games,,,,,,,,2023-10-11 -/games/boxart/default.jpg,Super Daryl Deluxe,PS4,Action-Adventure,Unknown,Dan & Gary Games,,,,,,,,2018-04-15 -/games/boxart/default.jpg,Super Daryl Deluxe,PC,Action-Adventure,Unknown,Dan & Gary Games,,,,,,,,2018-04-15 -/games/boxart/default.jpg,Super Epic: The Entertainment War,PS4,Action-Adventure,Unknown,Undercoders,,,,,,,,2022-03-09 -/games/boxart/default.jpg,Super Epic: The Entertainment War,NS,Action-Adventure,Unknown,Undercoders,,,,,,,,2022-03-09 -/games/boxart/default.jpg,Super Epic: The Entertainment War,PC,Action-Adventure,Unknown,Undercoders,,,,,,,,2022-03-09 -/games/boxart/full_3418779AmericaFrontccc.jpg,Super Kirby Clash,NS,Action-Adventure,Nintendo,HAL Laboratory,,,,,,,2019-09-04,2020-07-26 -/games/boxart/full_3402847AmericaFrontccc.jpg,Survival Machine,PC,Action-Adventure,Unknown,Grapes Pickers,,,,,,,,2021-06-12 -/games/boxart/full_173888AmericaFrontccc.jpg,Synduality,XS,Action-Adventure,Unknown,Game Studio,,,,,,,,2022-09-14 -/games/boxart/full_4516675AmericaFrontccc.jpg,Synduality,PC,Action-Adventure,Unknown,Game Studio,,,,,,,,2022-09-14 -/games/boxart/full_5121915AmericaFrontccc.jpg,Synduality,PS5,Action-Adventure,Unknown,Game Studio,,,,,,,,2022-09-14 -/games/boxart/default.jpg,System Shock 3,PC,Action-Adventure,Unknown,OtherSide Entertainment,,,,,,,,2019-03-20 -/games/boxart/default.jpg,Tamarin,PC,Action-Adventure,Unknown,Chameleon Games,,,,,,,,2019-04-24 -/games/boxart/default.jpg,Tamarin,PS4,Action-Adventure,Unknown,Chameleon Games,,,,,,,,2019-04-24 -/games/boxart/full_1543297AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,PC,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 -/games/boxart/full_5888396AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,PS4,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 -/games/boxart/full_2926372AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,XOne,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 -/games/boxart/full_8611615AmericaFrontccc.jpg,TASOMACHI: Behind the Twilight,NS,Action-Adventure,Unknown,Orbital Express,,,,,,,,2021-06-13 -/games/boxart/full_4374818AmericaFrontccc.jpg,Tchia,PC,Action-Adventure,Unknown,Awaceb,,,,,,,,2023-02-23 -/games/boxart/full_470264AmericaFrontccc.jpg,Tchia,PS4,Action-Adventure,Unknown,Awaceb,,,,,,,,2023-02-23 -/games/boxart/full_2587032AmericaFrontccc.jpg,Tchia,PS5,Action-Adventure,Unknown,Awaceb,,,,,,,,2023-02-23 -/games/boxart/full_6841118AmericaFrontccc.jpg,Tentacular,PS5,Action-Adventure,Unknown,Firepunchd Games UG,,,,,,,,2022-11-20 -/games/boxart/full_5297476AmericaFrontccc.jpg,Tentacular,PC,Action-Adventure,Unknown,Firepunchd Games UG,,,,,,,,2022-11-20 -/games/boxart/full_5769361AmericaFrontccc.png,Terraria,NS,Action-Adventure,505 Games,Re-Logic,,,,,,,2019-06-27,2019-09-23 -/games/boxart/default.jpg,The Amazing Spider-Man (2012),iOS,Action-Adventure,Unknown,Gameloft,,,,,,,,2018-03-15 -/games/boxart/full_6397473AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,XOne,Action-Adventure,Digerati,YCJY,,,,,,,2018-01-19,2018-12-22 -/games/boxart/full_3793819AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,PS4,Action-Adventure,Digerati,YCJY,,,,,,,2018-01-23,2018-12-22 -/games/boxart/full_7317293AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,NS,Action-Adventure,Digerati,YCJY,,,,,,,2019-01-03,2018-12-22 -/games/boxart/full_9913507AmericaFrontccc.jpg,The Aquatic Adventure of the Last Human,PC,Action-Adventure,YCJY,YCJY,,,,,,,2016-01-19,2018-12-22 -/games/boxart/full_1286529AmericaFrontccc.jpg,The Blackout Club,PC,Action-Adventure,Unknown,Question,,,,,,,,2019-09-04 -/games/boxart/full_6714663AmericaFrontccc.jpg,The Blackout Club,XOne,Action-Adventure,Unknown,Question,,,,,,,,2019-09-04 -/games/boxart/full_9602604AmericaFrontccc.jpg,The Callisto Protocol,PS5,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 -/games/boxart/full_6926870AmericaFrontccc.jpg,The Callisto Protocol,XS,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 -/games/boxart/full_6050258AmericaFrontccc.jpg,The Callisto Protocol,XOne,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-10-15 -/games/boxart/full_3934487AmericaFrontccc.jpg,The Callisto Protocol,PC,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 -/games/boxart/full_134841AmericaFrontccc.jpg,The Callisto Protocol,PS4,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2022-06-02 -/games/boxart/full_2426975AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,XS,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 -/games/boxart/full_2958129AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,PC,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 -/games/boxart/full_1123560AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,PS4,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 -/games/boxart/full_4284500AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,PS5,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 -/games/boxart/full_751764AmericaFrontccc.jpg,The Callisto Protocol - Final Transmission,XOne,Action-Adventure,Unknown,Striking Distance Studios,,,,,,,,2023-07-06 -/games/boxart/full_7027145AmericaFrontccc.jpg,The Church in the Darkness,PC,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2018-02-11 -/games/boxart/full_9475725AmericaFrontccc.jpg,The Church in the Darkness,XOne,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2019-07-11 -/games/boxart/full_8468350AmericaFrontccc.jpg,The Church in the Darkness,NS,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2019-07-24 -/games/boxart/full_5131494AmericaFrontccc.jpg,The Church in the Darkness,PS4,Action-Adventure,Paranoid Productions,Paranoid Productions,,,,,,,2019-08-02,2019-07-11 -/games/boxart/full_9207590PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,PC,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 -/games/boxart/full_5698554PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,PS4,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 -/games/boxart/full_6809123PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,PS5,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 -/games/boxart/full_4974971PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,XOne,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 -/games/boxart/full_3692129PALFrontccc.jpg,The Dark Pictures Anthology: House of Ashes,XS,Action-Adventure,Unknown,Supermassive Games Ltd.,,,,,,,,2021-06-12 -/games/boxart/full_525184AmericaFrontccc.jpg,The Falconeer,XS,Action-Adventure,Unknown,Tomas Sala,,,,,,,,2020-12-09 -/games/boxart/full_7767839AmericaFrontccc.jpg,The Falconeer,XOne,Action-Adventure,Unknown,Tomas Sala,,,,,,,,2020-12-09 -/games/boxart/full_4453821AmericaFrontccc.jpg,The Fall Part 2: Unbound,Linux,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 -/games/boxart/default.jpg,The Fall Part 2: Unbound,PC,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 -/games/boxart/full_9884749AmericaFrontccc.png,The Fall Part 2: Unbound,NS,Action-Adventure,Over The Moon,Over the Moon,,,,,,,2018-02-13,2018-02-07 -/games/boxart/default.jpg,The Fall Part 2: Unbound,XOne,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 -/games/boxart/default.jpg,The Fall Part 2: Unbound,PS4,Action-Adventure,Unknown,Over the Moon,,,,,,,,2018-01-24 -/games/boxart/full_7574906AmericaFrontccc.jpg,The Final Station,PS4,Action-Adventure,Unknown,TinyBuild Games,,,,,,,,2018-04-25 -/games/boxart/full_1458877AmericaFrontccc.png,The Flame in the Flood,PS4,Action-Adventure,Unknown,The Molasses Flood,,,,,,,,2019-12-03 -/games/boxart/full_9954700AmericaFrontccc.png,The Flame in the Flood,XOne,Action-Adventure,Unknown,The Molasses Flood,,,,,,,,2019-12-03 -/games/boxart/full_801747AmericaFrontccc.png,The Flame in the Flood,PC,Action-Adventure,Curve Digital,The Molasses Flood,,,,,,,2016-02-24,2019-12-03 -/games/boxart/full_951246AmericaFrontccc.png,The friends of Ringo Ishikawa,NS,Action-Adventure,CIRCLE Entertainment,yeo,,,,,,,2019-04-04,2019-03-31 -/games/boxart/full_1750889AmericaFrontccc.jpg,The friends of Ringo Ishikawa,PC,Action-Adventure,yeo,yeo,,,,,,,2018-05-17,2019-03-31 -/games/boxart/full_4485502AmericaFrontccc.jpg,The Gunk,PC,Action-Adventure,Thunderful Publishing AB,Image & Form Games,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_3963763AmericaFrontccc.jpg,The Gunk,XOne,Action-Adventure,Thunderful Publishing AB,Image & Form Games,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_2879080AmericaFrontccc.jpg,The Gunk,XS,Action-Adventure,Thunderful Publishing AB,Image & Form Games,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_4847266AmericaFrontccc.jpg,The Knight Witch,XS,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 -/games/boxart/full_6389184AmericaFrontccc.jpg,The Knight Witch,NS,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 -/games/boxart/full_9962232AmericaFrontccc.jpg,The Knight Witch,PC,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 -/games/boxart/full_6617855AmericaFrontccc.jpg,The Knight Witch,PS4,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 -/games/boxart/full_3270491AmericaFrontccc.jpg,The Knight Witch,PS5,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 -/games/boxart/full_3381774AmericaFrontccc.jpg,The Knight Witch,XOne,Action-Adventure,Unknown,Super Mega Team,,,,,,,,2022-10-16 -/games/boxart/full_9914916AmericaFrontccc.jpg,The Lara Croft Collection,NS,Action-Adventure,Unknown,Crystal Dynamics,,,,,,,,2023-10-20 -/games/boxart/full_4739460AmericaFrontccc.jpg,The Last Case of Benedict Fox,PC,Action-Adventure,Unknown,Plot Twist,,,,,,,,2023-03-02 -/games/boxart/full_926825AmericaFrontccc.jpg,The Last Case of Benedict Fox,XS,Action-Adventure,Unknown,Plot Twist,,,,,,,,2023-03-02 -/games/boxart/full_1281720AmericaFrontccc.jpg,The Last of Us Part I,PS5,Action-Adventure,Unknown,Naughty Dog,,,,,,,,2022-06-10 -/games/boxart/full_9743859AmericaFrontccc.jpg,The Last of Us Part I,All,Action-Adventure,Unknown,Naughty Dog,,,,,,,,2022-06-10 -/games/boxart/full_3577963AmericaFrontccc.jpg,The Last of Us Part II Remastered,PS5,Action-Adventure,Sony Interactive Entertainment,Naughty Dog,,,,,,,2024-01-19,2023-11-17 -/games/boxart/full_6012878AmericaFrontccc.jpg,The Last of Us: Left Behind,PS3,Action-Adventure,Sony Computer Entertainment,Naughty Dog,,,,,,,2015-05-12,2018-09-24 -/games/boxart/full_7260868AmericaFrontccc.jpg,The Last of Us: Left Behind,PS4,Action-Adventure,Sony Computer Entertainment,Naughty Dog,,,,,,,2015-05-12,2018-09-24 -/games/boxart/default.jpg,The Legend of Zelda: Majora's Mask,WiiU,Action-Adventure,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/full_2829121AmericaFrontccc.jpg,The Lord of the Rings: Gollum,PS5,Action-Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-12-01,2020-01-10 -/games/boxart/full_635373AmericaFrontccc.jpg,The Lord of the Rings: Gollum,XS,Action-Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-12-01,2020-01-10 -/games/boxart/full_806532AmericaFrontccc.jpg,The Lord of the Rings: Gollum,PC,Action-Adventure,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2021-12-01,2020-01-10 -/games/boxart/full_1627807AmericaFrontccc.png,The Lord of the Rings: Return to Moria,PC,Action-Adventure,Unknown,Free Range Games,,,,,,,,2023-09-12 -/games/boxart/full_608014AmericaFrontccc.png,The Lord of the Rings: Return to Moria,PS5,Action-Adventure,Unknown,Free Range Games,,,,,,,,2023-09-12 -/games/boxart/full_8292693AmericaFrontccc.png,The Lord of the Rings: Return to Moria,XS,Action-Adventure,Unknown,Free Range Games,,,,,,,,2023-09-12 -/games/boxart/full_4196220AmericaFrontccc.jpg,The Outlast Trials,XOne,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 -/games/boxart/full_9749662AmericaFrontccc.jpg,The Outlast Trials,XS,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 -/games/boxart/full_828032AmericaFrontccc.jpg,The Outlast Trials,PS4,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 -/games/boxart/full_6057614AmericaFrontccc.jpg,The Outlast Trials,PC,Action-Adventure,Unknown,Red Barrels,,,,,,,,2019-12-06 -/games/boxart/full_1317096AmericaFrontccc.jpg,The Outlast Trials,PS5,Action-Adventure,Unknown,Red Barrels,,,,,,,,2023-12-07 -/games/boxart/full_8165397AmericaFrontccc.jpg,The Persistence,NS,Action-Adventure,Perp Games,Firesprite,,,,,,,2020-05-21,2020-05-01 -/games/boxart/full_2485970AmericaFrontccc.jpg,The Persistence,PC,Action-Adventure,Perp Games,Firesprite,,,,,,,2020-05-21,2020-05-01 -/games/boxart/full_402996AmericaFrontccc.jpg,The Persistence,XOne,Action-Adventure,Perp Games,Firesprite,,,,,,,2020-05-21,2020-05-01 -/games/boxart/full_9993036PALFrontccc.jpg,The Sinking City,PC,Action-Adventure,Bigben Interactive,Frogwares,,,,,,,2019-06-27,2019-05-04 -/games/boxart/full_3612712PALFrontccc.jpg,The Sinking City,PS4,Action-Adventure,Bigben Interactive,Frogwares,,,,,,,2019-06-27,2019-05-04 -/games/boxart/full_4934139PALFrontccc.jpg,The Sinking City,XOne,Action-Adventure,Bigben Interactive,Frogwares,,,,,,,2019-06-27,2019-05-04 -/games/boxart/full_5214679PALFrontccc.jpg,The Surge 2,PS4,Action-Adventure,Focus Home Interactive,DECK13 Interactive,,,,,,,2019-09-24,2019-03-24 -/games/boxart/full_8433720PALFrontccc.jpg,The Surge 2,XOne,Action-Adventure,Focus Home Interactive,DECK13 Interactive,,,,,,,2019-09-24,2019-03-24 -/games/boxart/full_151091PALFrontccc.jpg,The Surge 2,PC,Action-Adventure,Focus Home Interactive,DECK13 Interactive,,,,,,,2019-09-24,2019-03-24 -/games/boxart/full_6059614AmericaFrontccc.jpg,"The Surge: The Good, The Bad, and The Augmented",PS4,Action-Adventure,Unknown,DECK13 Interactive,,,,,,,,2022-08-30 -/games/boxart/full_5943357AmericaFrontccc.jpg,"The Surge: The Good, The Bad, and The Augmented",XOne,Action-Adventure,Unknown,DECK13 Interactive,,,,,,,,2022-08-30 -/games/boxart/full_1945796AmericaFrontccc.jpg,"The Surge: The Good, The Bad, and The Augmented",PC,Action-Adventure,Unknown,DECK13 Interactive,,,,,,,,2022-08-30 -/games/boxart/full_8883974AmericaFrontccc.jpg,The Survivalists,PC,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 -/games/boxart/full_8256462AmericaFrontccc.jpg,The Survivalists,PS4,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 -/games/boxart/full_6197873AmericaFrontccc.jpg,The Survivalists,XOne,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 -/games/boxart/full_6457401AmericaFrontccc.jpg,The Survivalists,NS,Action-Adventure,Team17,Team17,,,,,,,2020-12-01,2019-12-10 -/games/boxart/full_4972204AmericaFrontccc.jpg,The Touryst,XOne,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 -/games/boxart/full_7242469AmericaFrontccc.jpg,The Touryst,XS,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 -/games/boxart/full_2837673AmericaFrontccc.jpg,The Touryst,PC,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 -/games/boxart/full_4913424AmericaFrontccc.jpg,The Touryst,PS4,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 -/games/boxart/full_3073201AmericaFrontccc.jpg,The Touryst,PS5,Action-Adventure,Unknown,Shinen Multimedia,,,,,,,,2021-08-26 -/games/boxart/full_2833210AmericaFrontccc.jpg,The Walking Dead: Saints and Sinners,PC,Action-Adventure,Skydance Interactive,Skydance Interactive,8.5,,,,,,2020-01-23,2019-10-05 -/games/boxart/full_2461624AmericaFrontccc.jpg,The Wonderful 101: Remastered,NS,Action-Adventure,PlatinumGames,PlatinumGames,,,,,,,2020-05-19,2020-02-13 -/games/boxart/full_4024575AmericaFrontccc.jpg,The Wonderful 101: Remastered,PC,Action-Adventure,PlatinumGames,PlatinumGames,,,,,,,2020-05-19,2020-02-13 -/games/boxart/full_7854418AmericaFrontccc.jpg,The Wonderful 101: Remastered,PS4,Action-Adventure,PlatinumGames,PlatinumGames,,,,,,,2020-05-19,2020-02-13 -/games/boxart/full_7172618AmericaFrontccc.png,The World Next Door,NS,Action-Adventure,VIZ Media,Rose City Games,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_7724951AmericaFrontccc.jpg,Those Who Remain,PS4,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 -/games/boxart/full_9685040AmericaFrontccc.jpg,Those Who Remain,XOne,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 -/games/boxart/full_5719791AmericaFrontccc.jpg,Those Who Remain,NS,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 -/games/boxart/full_895077AmericaFrontccc.jpg,Those Who Remain,PC,Action-Adventure,Wired Productions,Camel 101,,,,,,,2019-12-01,2019-08-10 -/games/boxart/default.jpg,Thunder Castle,Int,Action-Adventure,INTV Corporation,Mattel,,,,,,,1986-01-01,2018-01-13 -/games/boxart/full_9675998AmericaFrontccc.jpg,Tomb Raider I-III Remastered,PS4,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 -/games/boxart/full_5769284AmericaFrontccc.jpg,Tomb Raider I-III Remastered,PS5,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 -/games/boxart/full_4464332AmericaFrontccc.jpg,Tomb Raider I-III Remastered,XOne,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 -/games/boxart/full_6682929AmericaFrontccc.jpg,Tomb Raider I-III Remastered,XS,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 -/games/boxart/full_4742859AmericaFrontccc.jpg,Tomb Raider I-III Remastered,NS,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 -/games/boxart/full_6227566AmericaFrontccc.jpg,Tomb Raider I-III Remastered,PC,Action-Adventure,Aspyr,Aspyr,,,,,,,2024-02-14,2023-09-14 -/games/boxart/default.jpg,Toon War,WiiU,Action-Adventure,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_6940774AmericaFrontccc.jpg,Touhou Luna Nights,NS,Action-Adventure,Vaka Game Magazine,Vaka Game Magazine,,,,,,,2019-12-01,2019-07-30 -/games/boxart/full_4025599AmericaFrontccc.png,Transistor,NS,Action-Adventure,Supergiant Games,Supergiant Games,,,,,,,2018-11-01,2018-11-04 -/games/boxart/full_4326355AmericaFrontccc.jpg,Trash Sailors,XOne,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 -/games/boxart/full_9768053AmericaFrontccc.jpg,Trash Sailors,NS,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 -/games/boxart/full_2878308AmericaFrontccc.jpg,Trash Sailors,PC,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 -/games/boxart/full_7095964AmericaFrontccc.jpg,Trash Sailors,PS4,Action-Adventure,Unknown,fluckyMachine,,,,,,,,2021-04-10 -/games/boxart/full_3087687AmericaFrontccc.jpg,Travis Strikes Again: No More Heroes,PS4,Action-Adventure,Marvelous,Grasshopper Manufacture,,,,,,,2019-10-17,2019-08-06 -/games/boxart/full_2062300AmericaFrontccc.jpg,Travis Strikes Again: No More Heroes,PC,Action-Adventure,Marvelous,Grasshopper Manufacture,,,,,,,2019-10-17,2019-08-06 -/games/boxart/full_881659AmericaFrontccc.jpg,Tribes of Midgard,PC,Action-Adventure,Gearbox Publishing,Norsfell,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_6759807AmericaFrontccc.jpg,Tribes of Midgard,PS4,Action-Adventure,Unknown,Norsfell,,,,,,,,2021-06-14 -/games/boxart/full_9731510AmericaFrontccc.jpg,Tribes of Midgard,PS5,Action-Adventure,Gearbox Publishing,Norsfell,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_2720774AmericaFrontccc.jpg,Trine 3: The Artifacts of Power,PS4,Action-Adventure,Frozenbyte,Frozenbyte,,,,,,,2015-12-22,2018-10-27 -/games/boxart/full_4073510AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,XOne,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_7242588AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,PS4,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_4214657AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,NS,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_6165020AmericaFrontccc.jpg,Trine 4: The Nightmare Prince,PC,Action-Adventure,Modus Games,Frozenbyte,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_9868530AmericaFrontccc.png,TumbleSeed,NS,Action-Adventure,aeiowu,Team TumbleSeed,7,,,,,,2017-05-02,2018-01-11 -/games/boxart/full_4748591AmericaFrontccc.jpg,Tunic,PS4,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-09-27,2023-01-12 -/games/boxart/full_6576230AmericaFrontccc.jpg,Tunic,XS,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-03-16,2022-02-16 -/games/boxart/full_3519779AmericaFrontccc.jpg,Tunic,PS5,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-09-27,2023-01-12 -/games/boxart/full_7917495AmericaFrontccc.jpg,Tunic,PC,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-03-16,2018-02-11 -/games/boxart/full_9381567AmericaFrontccc.jpg,Tunic,XOne,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-03-16,2018-06-11 -/games/boxart/full_628811AmericaFrontccc.jpg,Tunic,NS,Action-Adventure,Finji,Andrew Shouldice,,,,,,,2022-09-27,2023-01-12 -/games/boxart/full_3315994AmericaFrontccc.jpg,Turnip Boy Commits Tax Evasion,PC,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2021-04-08 -/games/boxart/full_7678045AmericaFrontccc.jpg,Turnip Boy Commits Tax Evasion,NS,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2021-04-08 -/games/boxart/full_5422041AmericaFrontccc.jpg,Turnip Boy Robs a Bank,XOne,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 -/games/boxart/full_33684AmericaFrontccc.jpg,Turnip Boy Robs a Bank,XS,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 -/games/boxart/full_3532637AmericaFrontccc.jpg,Turnip Boy Robs a Bank,NS,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 -/games/boxart/full_8849477AmericaFrontccc.jpg,Turnip Boy Robs a Bank,PC,Action-Adventure,Unknown,Snoozy Kazoo,,,,,,,,2024-01-17 -/games/boxart/full_7186774AmericaFrontccc.jpg,ULTROS,PC,Action-Adventure,Unknown,El Huervo,,,,,,,,2023-12-01 -/games/boxart/full_851307AmericaFrontccc.jpg,ULTROS,PS4,Action-Adventure,Unknown,El Huervo,,,,,,,,2023-12-01 -/games/boxart/full_2912079AmericaFrontccc.jpg,ULTROS,PS5,Action-Adventure,Unknown,El Huervo,,,,,,,,2023-12-01 -/games/boxart/full_7175965AmericaFrontccc.jpg,Under a Rock,XS,Action-Adventure,Unknown,Nordic Trolls,,,,,,,,2023-12-02 -/games/boxart/full_8450336AmericaFrontccc.jpg,Under a Rock,PC,Action-Adventure,Unknown,Nordic Trolls,,,,,,,,2023-12-02 -/games/boxart/full_1182761AmericaFrontccc.jpg,Under a Rock,PS5,Action-Adventure,Unknown,Nordic Trolls,,,,,,,,2023-12-02 -/games/boxart/default.jpg,Unexplored 2,PC,Action-Adventure,Unknown,Ludomotion,,,,,,,,2019-06-10 -/games/boxart/full_4190414AmericaFrontccc.jpg,Unholy,PC,Action-Adventure,Unknown,Duality Games,,,,,,,,2023-08-30 -/games/boxart/full_2341756AmericaFrontccc.jpg,Unholy,PS5,Action-Adventure,Unknown,Duality Games,,,,,,,,2023-08-30 -/games/boxart/full_1477761AmericaFrontccc.jpg,Unholy,XS,Action-Adventure,Unknown,Duality Games,,,,,,,,2023-08-30 -/games/boxart/full_8688034AmericaFrontccc.jpg,UnMetal,PS4,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 -/games/boxart/full_6974151AmericaFrontccc.jpg,UnMetal,PS5,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 -/games/boxart/full_9501212AmericaFrontccc.jpg,UnMetal,XOne,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 -/games/boxart/full_7563814AmericaFrontccc.jpg,UnMetal,XS,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 -/games/boxart/full_73939AmericaFrontccc.jpg,UnMetal,NS,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 -/games/boxart/full_289841AmericaFrontccc.jpg,UnMetal,PC,Action-Adventure,Unknown,Unepic Entertainment,,,,,,,,2022-02-09 -/games/boxart/full_4660047AmericaFrontccc.jpg,Unsighted,PC,Action-Adventure,Unknown,Studio Pixel Punk,,,,,,,,2022-02-09 -/games/boxart/full_5273804AmericaFrontccc.jpg,Unsighted,NS,Action-Adventure,Unknown,Studio Pixel Punk,,,,,,,,2022-02-09 -/games/boxart/full_3769504AmericaFrontccc.jpg,Until You Fall,PC,Action-Adventure,Unknown,Schell Games,,,,,,,,2021-01-13 -/games/boxart/full_9154959AmericaFrontccc.jpg,Until You Fall,PS4,Action-Adventure,Unknown,Schell Games,,,,,,,,2021-01-13 -/games/boxart/full_8204169AmericaFrontccc.jpg,Unturned,PC,Action-Adventure,Smartly Dressed Games,Smartly Dressed Games,,,,,,,2017-07-07,2019-03-26 -/games/boxart/full_2121503AmericaFrontccc.jpg,Utawarerumono: ZAN,PS4,Action-Adventure,NIS America,Aqua Plus,,,,,,,2019-09-10,2019-08-13 -/games/boxart/full_6703991AmericaFrontccc.jpg,Vader Immortal,OR,Action-Adventure,"Disney Electronic Content, Inc.",ILMxLAB,,,,,,,2019-06-20,2021-10-28 -/games/boxart/full_6315848AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,XS,Action-Adventure,Paradox Interactive,Paradox Interactive,,,,,,,2021-12-01,2020-05-07 -/games/boxart/full_4480528AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,PS5,Action-Adventure,Paradox Interactive,Paradox Interactive,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_8818000AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,PS4,Action-Adventure,Paradox Interactive,Hardsuit Labs,,,,,,,2021-12-31,2019-06-16 -/games/boxart/full_723404AmericaFrontccc.png,Vampire: The Masquerade - Bloodlines 2,XOne,Action-Adventure,Paradox Interactive,Hardsuit Labs,,,,,,,2021-12-31,2019-06-16 -/games/boxart/default.jpg,Venture,Int,Action-Adventure,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 -/games/boxart/default.jpg,Volgarr the Viking,WiiU,Action-Adventure,Unknown,Crazy Viking Studios,,,,,,,,2020-08-25 -/games/boxart/full_9520291AmericaFrontccc.jpg,Wanderer,PS4,Action-Adventure,Unknown,Mighty Eyes,,,,,,,,2022-11-19 -/games/boxart/full_3857687AmericaFrontccc.jpg,Warlocks 2: God Slayers,NS,Action-Adventure,Unknown,Frozen District,,,,,,,,2019-07-19 -/games/boxart/full_1106287AmericaFrontccc.jpg,Warlocks 2: God Slayers,PC,Action-Adventure,Unknown,Frozen District,,,,,,,,2019-07-19 -/games/boxart/full_3308526AmericaFrontccc.png,Watch Dogs Legion,XS,Action-Adventure,Ubisoft,Ubisoft Toronto,,,,,,,2020-11-10,2020-06-17 -/games/boxart/full_5204892AmericaFrontccc.png,Watch Dogs Legion,PS4,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-10-29,2019-06-18 -/games/boxart/full_6217876AmericaFrontccc.png,Watch Dogs Legion,PS5,Action-Adventure,Ubisoft,Ubisoft Toronto,,,,,,,2020-11-12,2020-06-17 -/games/boxart/full_1736273AmericaFrontccc.png,Watch Dogs Legion,XOne,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-10-29,2019-06-18 -/games/boxart/full_6495015AmericaFrontccc.png,Watch Dogs Legion,PC,Action-Adventure,Ubisoft,Ubisoft,,,,,,,2020-10-29,2019-06-18 -/games/boxart/full_7001190AmericaFrontccc.jpg,Wavetale,PC,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 -/games/boxart/full_7425499AmericaFrontccc.jpg,Wavetale,PS4,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 -/games/boxart/full_3627622AmericaFrontccc.jpg,Wavetale,PS5,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 -/games/boxart/full_7537300AmericaFrontccc.jpg,Wavetale,XOne,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 -/games/boxart/full_6648044AmericaFrontccc.jpg,Wavetale,XS,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 -/games/boxart/full_5929878AmericaFrontccc.jpg,Wavetale,NS,Action-Adventure,Unknown,Thunderful Development,,,,,,,,2022-11-02 -/games/boxart/full_6109943AmericaFrontccc.jpg,Wayward Tide,PC,Action-Adventure,Unknown,Chucklefish,,,,,,,,2019-07-02 -/games/boxart/full_3418832AmericaFrontccc.jpg,Wildfire,PC,Action-Adventure,Humble Bundle,Sneaky Bastards,,,,,,,2020-05-26,2020-05-05 -/games/boxart/full_5248352AmericaFrontccc.jpg,Windbound,XOne,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 -/games/boxart/full_5697192AmericaFrontccc.jpg,Windbound,NS,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 -/games/boxart/full_7892194AmericaFrontccc.jpg,Windbound,PC,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 -/games/boxart/full_6974551AmericaFrontccc.jpg,Windbound,PS4,Action-Adventure,Deep Silver,5 Lives Studios,,,,,,,2020-08-28,2020-07-06 -/games/boxart/full_2054609AmericaFrontccc.jpg,Wizard with a Gun,PC,Action-Adventure,Unknown,Galvanic Games,,,,,,,,2021-06-13 -/games/boxart/full_7907282AmericaFrontccc.jpg,Wizard with a Gun,NS,Action-Adventure,Unknown,Galvanic Games,,,,,,,,2021-06-13 -/games/boxart/full_8541196AmericaFrontccc.jpg,Wobbly Life,PC,Action-Adventure,Unknown,RubberBandGames,,,,,,,,2021-07-26 -/games/boxart/full_2601854AmericaFrontccc.png,World to the West,NS,Action-Adventure,Rain Games,Rain Games,,,,,,,2018-01-18,2018-09-07 -/games/boxart/full_362329AmericaFrontccc.jpg,World's End Club,NS,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2021-02-18 -/games/boxart/default.jpg,Yakuza 0,XOne,Action-Adventure,Unknown,Sega,,,,,,,,2020-08-23 -/games/boxart/full_8690509JapanFrontccc.jpg,Yakuza 1&2 HD for Wii U,WiiU,Action-Adventure,Sega,Sega,,,,,,,2013-08-08,2018-08-26 -/games/boxart/full_6278319AmericaFrontccc.jpg,Yakuza 5,PS4,Action-Adventure,Sega,Sega,,,,,,,2020-02-11,2019-04-05 -/games/boxart/full_6117261AmericaFrontccc.jpg,Yakuza Kiwami,XOne,Action-Adventure,Sega,Sega,,,,,,,2020-04-21,2020-04-25 -/games/boxart/full_1916938AmericaFrontccc.jpg,Yakuza Kiwami,PC,Action-Adventure,Sega,Sega,,,,,,,2019-02-19,2020-04-25 -/games/boxart/full_1072572AmericaFrontccc.png,Yakuza Kiwami 2,XOne,Action-Adventure,Sega,Sega,,,,,,,2020-07-30,2020-07-14 -/games/boxart/full_3808784AmericaFrontccc.jpg,Yakuza: Like A Dragon,PS5,Action-Adventure,Sega,Sega,,,,,,,2020-12-01,2020-09-15 -/games/boxart/full_9736006AmericaFrontccc.jpg,Yakuza: Like A Dragon,PC,Action-Adventure,Sega,Sega,,,,,,,2020-11-13,2020-05-07 -/games/boxart/full_4999359AmericaFrontccc.jpg,Yakuza: Like A Dragon,XOne,Action-Adventure,Sega,Sega,,,,,,,2020-11-13,2020-05-07 -/games/boxart/full_4257832AmericaFrontccc.jpg,Yakuza: Like A Dragon,XS,Action-Adventure,Sega,Sega,,,,,,,2020-11-10,2020-05-07 -/games/boxart/full_965332AmericaFrontccc.jpg,Yomawari: Lost in the Dark,All,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2022-05-31 -/games/boxart/full_6073579AmericaFrontccc.jpg,Yomawari: Lost in the Dark,NS,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2022-05-31 -/games/boxart/full_6684830AmericaFrontccc.jpg,Yomawari: Lost in the Dark,PS4,Action-Adventure,Unknown,Nippon Ichi Software,,,,,,,,2022-05-31 -/games/boxart/full_4254556AmericaFrontccc.jpg,Zelda's Adventure,CDi,Action-Adventure,Philips Interactive Media,Viridis Corporation,,,,,,,1994-06-05,2018-04-17 -/games/boxart/full_9551799AmericaFrontccc.jpg,Momotaro Dentetsu,Series,Board Game,Konami,Hudson Soft,,,,,,,1988-12-02,2020-03-09 -/games/boxart/full_9790287AmericaFrontccc.png,Chessmaster,Series,Board Game,Software Country,Ubisoft,,,,,,,1986-01-01,2021-03-22 -/games/boxart/full_7552342JapanFrontccc.jpg,Momotaro Dentetsu World: Chikyuu wa Kibou de Mawatteru!,NS,Board Game,Konami,Nintendo,,,,,,,2023-11-16,2023-12-28 -/games/boxart/full_7460758AmericaFrontccc.png,Battle Chess,All,Board Game,Interplay Productions,Interplay Productions,,,,,,,1988-01-01,2021-03-28 -/games/boxart/full_3962946AmericaFrontccc.jpg,Virtual Chess,PC,Board Game,Titus,Titus,,,,,,,1995-01-01,2023-06-27 -/games/boxart/full_2167639AmericaFrontccc.png,Carcassonne,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2018-12-06,2018-11-10 -/games/boxart/full_4953665AmericaFrontccc.jpg,CATAN - Console Edition,PS5,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 -/games/boxart/full_3717932AmericaFrontccc.jpg,CATAN - Console Edition,XOne,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 -/games/boxart/full_42802AmericaFrontccc.jpg,CATAN - Console Edition,XS,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 -/games/boxart/full_27730AmericaFrontccc.jpg,CATAN - Console Edition,NS,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 -/games/boxart/full_1336667AmericaFrontccc.jpg,CATAN - Console Edition,PC,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 -/games/boxart/full_371462AmericaFrontccc.jpg,CATAN - Console Edition,PS4,Board Game,Unknown,Nomad Games,,,,,,,,2023-11-27 -/games/boxart/full_7845915AmericaFrontccc.png,Catan Universe,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2019-12-31,2018-11-10 -/games/boxart/full_3707196AmericaFrontccc.png,Chess Ultra,NS,Board Game,Ripstone,Ripstone,,,,,,,2017-11-02,2018-03-11 -/games/boxart/default.jpg,Conduct Exam,CD32,Board Game,Unknown,ThinkArts,,,,,,,,2018-04-10 -/games/boxart/full_3591366AmericaFrontccc.jpeg,Fable Fortune,PC,Board Game,Mediatonic,Mediatonic,,,,,,,2018-02-22,2018-08-12 -/games/boxart/full_1709131AmericaFrontccc.jpeg,Fable Fortune,XOne,Board Game,Mediatonic,Mediatonic,,,,,,,2018-02-22,2018-08-12 -/games/boxart/full_6103431AmericaFrontccc.jpg,Gods Unchained,PC,Board Game,Undefined,Undefined,,,,,,,2019-03-31,2022-01-15 -/games/boxart/full_7224521AmericaFrontccc.jpg,KARDS - The WWII Card Game,PC,Board Game,Unknown,1939 Games,,,,,,,,2022-02-01 -/games/boxart/full_9248584AmericaFrontccc.png,Munchkin: Quacked Quest,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2019-11-19,2019-12-18 -/games/boxart/full_6371433AmericaFrontccc.png,Othello,NS,Board Game,Arc System Works,Arc System Works,,,,,,,2017-03-23,2018-03-25 -/games/boxart/full_906795AmericaFrontccc.png,Pandemic,NS,Board Game,Asmodee Digital,Asmodee Digital,,,,,,,2019-08-01,2018-11-10 -/games/boxart/full_386182AmericaFrontccc.png,Physical Contact: SPEED,NS,Board Game,Collavier Corporation,Collavier Corporation,,,,,,,2017-07-27,2018-03-25 -/games/boxart/full_4071186AmericaFrontccc.png,Poisoft Thud Card,NS,Board Game,Poisoft,Poisoft,,,,,,,2018-03-01,2018-03-25 -/games/boxart/full_510522AmericaFrontccc.png,The Lord of the Rings: Adventure Card Game,NS,Board Game,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-11-05,2019-12-18 -/games/boxart/full_2329496AmericaFrontccc.png,UNO,NS,Board Game,Ubisoft,Ubisoft,,,,,,,2017-11-07,2018-03-26 -/games/boxart/full_5800962AmericaFrontccc.jpg,Warhammer Age of Sigmar: Champions,NS,Board Game,Games Workshop,Games Workshop,,,,,,,2019-04-15,2020-01-11 -/games/boxart/default.jpg,Wily & Right no RockBoard: That's Paradise,NES,Board Game,Unknown,Capcom,,,,,,,,2018-04-19 -/games/boxart/full_9651331AmericaFrontccc.jpg,Wingspan,NS,Board Game,Unknown,Monster Couch,,,,,,,,2020-12-28 -/games/boxart/full_8753121AmericaFrontccc.jpg,Yu-Gi-Oh! RUSH DUEL: Dawn of the Battle Royale!!,NS,Board Game,Unknown,Konami,,,,,,,,2022-10-13 -/games/boxart/full_4881908AmericaFrontccc.jpg,The Oregon Trail,Series,Education,MECC,MECC,,,,,,,1971-12-03,2020-02-18 -/games/boxart/full_5122865AmericaFrontccc.jpg,Art Academy,Series,Education,Nintendo,Headstrong Games,,,,,,,2009-09-14,2023-06-27 -/games/boxart/full_5176654AmericaFrontccc.png,Dr. Brain,Series,Education,Sierra Online,Sierra On-Line,,,,,,,1991-01-01,2021-04-05 -/games/boxart/full_3059194AmericaFrontccc.jpg,It's Spring Again,PC,Education,Unknown,Baba Yaga Games,,,,,,,,2019-02-21 -/games/boxart/full_7865690AmericaFrontccc.jpg,Influent,PC,Education,Three Flip Studios,Rob Howland,,,,,,,2014-03-20,2019-04-07 -/games/boxart/full_2846537AmericaFrontccc.jpg,Just Grandma and Me,PC,Education,Broderbund,Living Books,,,,,,,1992-01-01,2022-09-28 -/games/boxart/default.jpg,3-D Body Adventure,PC,Education,Knowledge Adventure,Knowledge Adventure,,,,,,,1994-12-01,2018-12-19 -/games/boxart/full_fisher-price-time-to-play-pet-shop_155AmericaFront.jpg,Fisher Price: Time to Play Pet Shop,PC,Education,Knowledge Adventure,Knowledge Adventure,,,,,,,2001-08-14,2018-12-19 -/games/boxart/full_4425674AmericaFrontccc.jpg,Jump*Start 1st Grade,PC,Education,Unknown,Knowledge Adventure,,,,,,,1995-01-01,2018-12-19 -/games/boxart/full_1473489AmericaFrontccc.jpg,Jump*Start Kindergarten,PC,Education,Unknown,Knowledge Adventure,,,,,,,1994-01-01,2018-12-19 -/games/boxart/full_7350469AmericaFrontccc.gif,Jump*Start Math for Second Graders,PC,Education,Unknown,Knowledge Adventure,,,,,,,1996-01-01,2018-12-19 -/games/boxart/full_1279224AmericaFrontccc.jpg,3D Dinosaur Adventure,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2018-12-19 -/games/boxart/full_1239981AmericaFrontccc.jpg,3D Dinosaur Adventure,MSD,Education,Unknown,Knowledge Adventure,,,,,,,,2018-12-19 -/games/boxart/full_6074860AmericaFrontccc.jpg,An American Tail Animated Moviebook,PC,Education,Unknown,"Sound Source Interactive, Inc.",,,,,,,,2023-08-12 -/games/boxart/full_4257812AmericaFrontccc.jpg,Art Plunge,OR,Education,Space Plunge,Space Plunge,,,,,,,2019-08-29,2021-10-28 -/games/boxart/default.jpg,Dr. Brain Thinking Games: IQ Adventure,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 -/games/boxart/default.jpg,Dr. Brain Thinking Games: Puzzle Madness,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 -/games/boxart/default.jpg,Dr. Brain: Action Reaction,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 -/games/boxart/full_2560073AmericaFrontccc.jpg,Island Saver,XOne,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 -/games/boxart/full_3440306AmericaFrontccc.jpg,Island Saver,PS4,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 -/games/boxart/full_2246730AmericaFrontccc.jpg,Island Saver,PC,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 -/games/boxart/full_4913930AmericaFrontccc.jpg,Island Saver,NS,Education,Unknown,Stormcloud Games,,,,,,,,2020-05-16 -/games/boxart/default.jpg,Knowledge Adventure: The Game,PC,Education,Unknown,Knowledge Adventure Inc.,,,,,,,,2018-12-19 -/games/boxart/full_5009981AmericaFrontccc.jpg,Lost,OR,Education,Oculus Story Studio,Oculus,,,,,,,2016-03-28,2021-10-28 -/games/boxart/full_7788465JapanFrontccc.jpg,Minna no Doubutsu Shogi,NS,Education,Silver Star Japan,Silver Star Japan,,,,,,,2019-05-23,2019-03-22 -/games/boxart/full_3590554AmericaFrontccc.png,PixelMaker Studio,WiiU,Education,Unknown,TBD,,,,,,,2019-03-21,2020-09-27 -/games/boxart/full_2114513AmericaFrontccc.jpg,Project Lux,OR,Education,Spicy Tails,Spicy Tails,,,,,,,2017-06-28,2021-10-27 -/games/boxart/full_1829512AmericaFrontccc.png,SCOOP! Around the World in 80 Spaces,WiiU,Education,BNC Design Studios,BNC Design Studios,,,,,,,2019-06-13,2020-09-20 -/games/boxart/default.jpg,SDK Spriter,WiiU,Education,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,The Adventures of Dr. Brain,PC,Education,Unknown,Knowledge Adventure,,,,,,,,2021-04-05 -/games/boxart/full_2067994AmericaFrontccc.jpg,Titanic VR,OR,Education,Immersive VR Education Ltd.,Immersive VR Education Ltd.,,,,,,,2017-08-17,2021-10-28 -/games/boxart/full_8466695AmericaFrontccc.jpg,Mortal Kombat,Series,Fighting,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,1992-10-08,2020-03-01 -/games/boxart/full_8522156AmericaFrontccc.jpg,Super Smash Bros.,Series,Fighting,Nintendo,Nintendo,,,,,,,1999-04-26,2020-02-20 -/games/boxart/full_49407AmericaFrontccc.jpg,WWE 2K,Series,Fighting,2K Games,Visual Concepts,,,,,,,2000-03-02,2020-03-02 -/games/boxart/full_7174839AmericaFrontccc.jpg,Tekken,Series,Fighting,Namco,Bandai Namco Studios,,,,,,,1994-12-11,2020-02-21 -/games/boxart/full_1218886AmericaFrontccc.png,Street Fighter,Series,Fighting,Capcom,Capcom,,,,,,,1987-08-30,2020-02-03 -/games/boxart/full_2846971AmericaFrontccc.jpg,Naruto: Ultimate Ninja,Series,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2006-06-26,2020-02-05 -/games/boxart/full_8608465AmericaFrontccc.jpg,Super Smash Bros. Ultimate,NS,Fighting,Nintendo,Bandai Namco Games,9.4,,,,,,2018-12-07,2022-10-02 -/games/boxart/full_666986AmericaFrontccc.jpg,Naruto: Ultimate Ninja Storm,Series,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-11-04,2020-10-17 -/games/boxart/full_2122515AmericaFrontccc.jpg,SoulCalibur,Series,Fighting,Namco,Project Soul,,,,,,,1996-12-20,2020-03-12 -/games/boxart/full_5916548AmericaFrontccc.png,Dragon Ball Xenoverse,Series,Fighting,Bandai Namco Games,Dimps Corporation,,,,,,,2015-02-24,2020-02-13 -/games/boxart/full_6115038AmericaFrontccc.png,Mortal Kombat 11,All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2020-10-28 -/games/boxart/full_296487AmericaFrontccc.jpg,Street Fighter II,All,Fighting,Capcom,Capcom,,,,,,,1991-02-15,2022-11-02 -/games/boxart/full_4169332AmericaFrontccc.jpg,Super Smash Bros. Brawl,Wii,Fighting,Nintendo,Project Sora,9.2,,,,,,2008-03-09, -/games/boxart/full_7534080AmericaFrontccc.png,Naruto Shippuden: Ultimate Ninja Storm 4,All,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2016-02-09,2020-11-16 -/games/boxart/full_746906AmericaFrontccc.png,Mortal Kombat X,All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2015-04-07,2020-10-28 -/games/boxart/full_1233238AmericaFrontccc.jpg,Dragon Ball FighterZ,All,Fighting,Bandai Namco Entertainment,Arc System Works,,,,,,,2018-01-26,2020-10-27 -/games/boxart/full_6527766AmericaFrontccc.png,Marvel vs. Capcom,Series,Fighting,Capcom,Capcom,,,,,,,1996-12-01,2020-02-03 -/games/boxart/full_1826910AmericaFrontccc.jpg,Tekken 7,All,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2015-03-18,2020-10-09 -/games/boxart/full_5046016AmericaFrontccc.jpg,Street Fighter IV,All,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2009-02-17,2020-10-10 -/games/boxart/full_3865453AmericaFrontccc.png,Dead or Alive,Series,Fighting,Tecmo,Team Ninja,,,,,,,1998-03-31,2020-02-17 -/games/boxart/full_4463374AmericaFrontccc.jpg,Super Smash Bros. for 3DS,3DS,Fighting,Nintendo,Bandai Namco Games,8.4,,,,,,2014-10-03,2018-04-11 -/games/boxart/full_tekken-3_687AmericaFront.jpg,Tekken 3,PS,Fighting,Namco,Namco,9.6,,,,,,1998-04-29, -/games/boxart/full_404087AmericaFrontccc.jpg,Super Smash Bros. Melee,GC,Fighting,Nintendo,HAL Laboratory,9.2,,,,,,2001-12-02, -/games/boxart/full_6679574AmericaFrontccc.jpeg,Street Fighter V,All,Fighting,Capcom,Capcom,,,,,,,2016-02-16,2020-10-13 -/games/boxart/1247493ccc.jpg,Street Fighter II: The World Warrior,SNES,Fighting,Capcom,Capcom,,,,,,,1992-07-01, -/games/boxart/full_3410696AmericaFrontccc.jpg,Tekken 7,PS4,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-06-02,2018-01-15 -/games/boxart/full_9832080AmericaFrontccc.jpg,Tekken 5,PS2,Fighting,Namco,Namco,9,,,,,,2005-02-24, -/games/boxart/full_9620987AmericaFrontccc.jpg,Tekken 6,All,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2007-11-26,2020-10-29 -/games/boxart/full_4987723AmericaFrontccc.jpg,Super Smash Bros.,N64,Fighting,Nintendo,HAL Laboratory,8.4,,,,,,1999-04-26,2018-04-11 -/games/boxart/full_8573628AmericaFrontccc.jpg,Super Smash Bros. for Wii U,WiiU,Fighting,Nintendo,Bandai Namco Games,9.2,,,,,,2014-11-21,2018-04-12 -/games/boxart/full_6087048AmericaFrontccc.jpg,Jump Force,All,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2019-02-15,2023-08-04 -/games/boxart/full_270711AmericaFrontccc.jpg,Dragon Ball FighterZ,PS4,Fighting,Namco Bandai Games,Arc System Works,,,,,,,2018-01-26,2018-04-02 -/games/boxart/full_3361687AmericaFrontccc.png,Naruto Shippuden: Ultimate Ninja Storm 4,PS4,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2016-02-09,2018-09-22 -/games/boxart/full_street-fighter-ii-turbo_9AmericaFront.jpg,Street Fighter II Turbo,SNES,Fighting,Capcom,Capcom,9,,,,,,1993-08-01, -/games/boxart/full_1923419AmericaFrontccc.jpg,Jump Force,PS4,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2019-02-15,2018-06-11 -/games/boxart/full_7651360AmericaFrontccc.jpg,Mortal Kombat: Deadly Alliance,All,Fighting,Midway Games,Midway Games,,,,,,,2002-11-16,2020-10-28 -/games/boxart/full_3107004PALFrontccc.jpg,UFC 2009 Undisputed,All,Fighting,THQ,THQ,,,,,,,2009-05-19,2021-07-08 -/games/boxart/3480866ccc.jpg,Dragon Ball Z: Budokai,PS2,Fighting,Atari,Dimps Corporation,,,,,,,2002-12-03, -/games/boxart/full_8209665AmericaFrontccc.jpg,Tekken: Dark Resurrection,PSP,Fighting,Namco Bandai,8ing/Raizing,8.7,,,,,,2006-07-25, -/games/boxart/full_2659086AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,All,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2018-04-26,2022-08-31 -/games/boxart/full_5572538AmericaFrontccc.jpg,Killer Instinct,SNES,Fighting,Nintendo,Rare Ltd.,,,,,,,1995-08-01, -/games/boxart/full_6306253AmericaFrontccc.jpg,Tekken 6,PS3,Fighting,Namco Bandai,Namco Bandai Games,7.9,,,,,,2009-10-27, -/games/boxart/9646871ccc.jpg,Mike Tyson's Punch-Out!!,NES,Fighting,Nintendo,Nintendo IRD,,,,,,,1987-10-01, -/games/boxart/full_9417317AmericaFrontccc.png,SoulCalibur IV,All,Fighting,Namco Bandai Games,Project Soul,,,,,,,2008-07-29,2020-11-20 -/games/boxart/full_6972205AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,All,Fighting,Sega,CyberConnect2,,,,,,,2021-10-15,2022-01-04 -/games/boxart/full_7994614AmericaFrontccc.jpg,Mortal Kombat,All,Fighting,Midway,Midway,,,,,,,1992-10-08,2020-10-28 -/games/boxart/full_6881130AmericaFrontccc.png,Mortal Kombat (2011),All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2011-04-19,2020-10-28 -/games/boxart/full_8359793AmericaFrontccc.jpeg,Mortal Kombat 1,All,Fighting,Warner Bros.,NetherRealm Studios,,,,,,,2023-09-19,2023-11-09 -/games/boxart/full_6879421AmericaFrontccc.jpg,Street Fighter 6,All,Fighting,Capcom,Capcom,9.1,,,,,,2023-06-02,2022-06-02 -/games/boxart/7904995ccc.jpg,Dragon Ball Z: Budokai 2,PS2,Fighting,Atari,Dimps Corporation,,,,,,,2003-12-04, -/games/boxart/full_551972AmericaFrontccc.jpg,Street Fighter 30th Anniversary Collection,All,Fighting,Capcom,Capcom,,,,,,,2018-05-29,2020-10-12 -/games/boxart/full_1278882AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,All,Fighting,Capcom,Capcom,,,,,,,2011-11-15,2020-10-10 -/games/boxart/full_84620AmericaFrontccc.png,ARMS,NS,Fighting,Nintendo,Nintendo EPD,7.9,,,,,,2017-06-16,2018-11-19 -/games/boxart/full_2446198AmericaFrontccc.jpg,Dragon Ball: Xenoverse,PS4,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-24,2018-09-11 -/games/boxart/full_5976419AmericaFrontccc.jpg,Dragon Ball Z: Budokai 3,PS2,Fighting,Atari,Dimps Corporation,,,,,,,2004-11-16, -/games/boxart/full_7709218AmericaFrontccc.png,Mortal Kombat II,All,Fighting,Midway,Midway,,,,,,,1993-06-25,2020-10-28 -/games/boxart/full_7285241AmericaFrontccc.jpg,BlazBlue,Series,Fighting,Aksys Games,Arc System Works,,,,,,,2008-11-20,2021-02-19 -/games/boxart/full_4024693AmericaFrontccc.jpg,Dragon Ball FighterZ,NS,Fighting,Bandai Namco Entertainment,Arc System Works,9,,,,,,2018-09-28,2018-06-12 -/games/boxart/5494901ccc.jpg,Pro Wrestling,NES,Fighting,Nintendo,TRY Corporation,,,,,,,1987-03-01, -/games/boxart/full_1178730AmericaFrontccc.jpg,Marvel vs. Capcom 3: Fate of Two Worlds,All,Fighting,Capcom,Capcom,,,,,,,2011-02-15,2020-10-10 -/games/boxart/full_1471951AmericaFrontccc.png,Marvel vs. Capcom: Infinite,All,Fighting,Capcom,Capcom,,,,,,,2017-09-19,2020-10-12 -/games/boxart/full_5800884PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,PS4,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2018-04-26,2018-03-03 -/games/boxart/9098869ccc.jpg,Dead or Alive 3,XB,Fighting,Tecmo,Team Ninja,8.3,,,,,,2001-11-14, -/games/boxart/full_6483102AmericaFrontccc.jpg,Stick Fight: The Game,PC,Fighting,Unknown,Landfall West,,,,,,,,2019-02-02 -/games/boxart/9342083ccc.jpg,Dragon Ball Z: Budokai Tenkaichi,PS2,Fighting,Atari,Spike,,,,,,,2005-10-18, -/games/boxart/full_6919136AmericaFrontccc.png,Naruto Shippuden: Ultimate Ninja Storm 3,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2013-03-05,2020-11-16 -/games/boxart/full_8064749AmericaFrontccc.jpg,Naruto: Ultimate Ninja Storm,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-11-04,2020-11-16 -/games/boxart/full_8466917AmericaFrontccc.jpg,SoulCalibur VI,All,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2018-10-19,2021-07-21 -/games/boxart/full_4289847AmericaFrontccc.jpg,Super Street Fighter II,SNES,Fighting,Capcom,Capcom,,,,,,,1994-06-01, -/games/boxart/6452812ccc.jpg,WWE SmackDown! Here Comes the Pain,PS2,Fighting,THQ,Yuke's,,,,,,,2003-10-27, -/games/boxart/full_6711319AmericaFrontccc.jpg,WWE SmackDown! vs. Raw,All,Fighting,THQ,Yuke's,,,,,,,2004-11-02,2023-05-24 -/games/boxart/full_4221393AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,PS4,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2017-02-03,2018-06-25 -/games/boxart/full_2783261AmericaFrontccc.jpg,Dissidia: Final Fantasy,PSP,Fighting,Square Enix,Square Enix,8.1,,,,,,2009-08-25, -/games/boxart/full_6747412AmericaFrontccc.png,Mortal Kombat vs. DC Universe,All,Fighting,Midway Games,Midway Games,,,,,,,2008-11-16,2020-10-28 -/games/boxart/full_6969093AmericaFrontccc.png,Mortal Kombat: Deception,All,Fighting,Midway Games,Midway Games,,,,,,,2004-10-04,2020-10-28 -/games/boxart/full_262501AmericaFrontccc.jpg,Street Fighter X Tekken,All,Fighting,Capcom,Capcom,,,,,,,2012-03-06,2020-10-12 -/games/boxart/full_6000038AmericaFrontccc.jpg,Tekken 6,X360,Fighting,Namco Bandai,Namco Bandai Games,7.8,,,,,,2009-10-27, -/games/boxart/9478555ccc.jpg,Virtua Fighter 4,PS2,Fighting,Sega,Sega-AM2,9.3,,,,,,2002-03-17, -/games/boxart/2442753ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 2,PS2,Fighting,Atari,Spike,,,,,,,2006-11-07, -/games/boxart/7960574ccc.jpg,Street Fighter II': Special Champion Edition,GEN,Fighting,Capcom,Capcom,,,,,,,1993-09-27, -/games/boxart/full_1752951AmericaFrontccc.jpg,Dragon Ball FighterZ,XOne,Fighting,Namco Bandai Games,Arc System Works,,,,,,,2018-01-26,2018-04-02 -/games/boxart/full_5830525AmericaFrontccc.jpg,SoulCalibur IV,X360,Fighting,Namco Bandai,Project Soul,8.3,,,,,,2008-07-29, -/games/boxart/full_5857216PALFrontccc.png,Dead or Alive 5,All,Fighting,Tecmo Koei,Team Ninja,,,,,,,2012-09-25,2020-10-16 -/games/boxart/full_3403542AmericaFrontccc.jpg,Injustice 2,All,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2017-05-16,2023-11-11 -/games/boxart/full_9255825AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 4,XOne,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2016-02-09,2018-09-22 -/games/boxart/full_3020748AmericaFrontccc.jpg,Primal Rage,All,Fighting,Time Warner Interactive,Atari Games,,,,,,,1995-08-25,2023-08-11 -/games/boxart/full_5860515AmericaFrontccc.jpg,SoulCalibur II,PS2,Fighting,Namco,Namco,9.1,,,,,,2003-08-27, -/games/boxart/full_6313605AmericaFrontccc.png,Tekken Tag Tournament 2,All,Fighting,Bandai Namco Games,Bandai Namco Games,,,,,,,2011-09-14,2020-10-29 -/games/boxart/full_5732911AmericaFrontccc.jpg,SoulCalibur IV,PS3,Fighting,Namco Bandai,Project Soul,8.4,,,,,,2008-07-29, -/games/boxart/full_2424009AmericaFrontccc.png,Tekken Tag Tournament 2,PS3,Fighting,Namco Bandai Games,Bandai Namco Games,,,,,,,2012-09-11,2018-03-16 -/games/boxart/full_1838394AmericaFrontccc.png,SoulCalibur VI,PS4,Fighting,Bandai Namco Games,Project Soul,,,,,,,2018-10-19,2018-11-07 -/games/boxart/full_4871038AmericaFrontccc.jpg,SoulCalibur III,PS2,Fighting,Namco,Namco,8.5,,,,,,2005-10-25, -/games/boxart/full_2907330AmericaFrontccc.jpg,Marvel vs. Capcom 2: New Age Of Heroes,All,Fighting,Capcom,Capcom,,,,,,,2000-06-29,2020-10-12 -/games/boxart/full_8678430PALFrontccc.png,SoulCalibur V,All,Fighting,Namco Bandai Games,Project Soul,,,,,,,2012-01-31,2020-11-20 -/games/boxart/full_super-street-fighter-iv-3d-edition_316AmericaFront.jpg,Super Street Fighter IV: 3D Edition,3DS,Fighting,Capcom,Capcom,8.5,,,,,,2011-03-27, -/games/boxart/full_4604809AmericaFrontccc.jpg,Jump Force,XOne,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2018-02-15,2018-06-11 -/games/boxart/full_3590570JapanFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,NS,Fighting,Bandai Namco Entertainment,CyberConnect2,7.5,,,,,,2018-04-26,2018-05-20 -/games/boxart/1244541ccc.jpg,Dead or Alive 4,X360,Fighting,Tecmo,Team Ninja,8.6,,,,,,2005-12-29, -/games/boxart/full_8181752AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 3,PS3,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2013-03-05,2018-08-01 -/games/boxart/full_1052621PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Generations,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2012-03-13,2020-11-16 -/games/boxart/8324087ccc.jpg,Dragon Ball Z: Budokai Tenkaichi 3,PS2,Fighting,Atari,Spike / Bandai Namco Games,,,,,,,2007-11-13, -/games/boxart/full_2670999AmericaFrontccc.jpg,Super Street Fighter IV: Arcade Edition,All,Fighting,Capcom,Dimps Corporation,,,,,,,2010-12-16,2022-05-18 -/games/boxart/full_5604169AmericaFrontccc.jpg,Mortal Kombat Komplete Edition,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2013-08-06,2018-11-27 -/games/boxart/full_8288592AmericaFrontccc.png,Pokken Tournament DX,NS,Fighting,Nintendo,Namco Bandai Games,8,,,,,,2017-09-22,2018-01-01 -/games/boxart/full_3625572AmericaFrontccc.jpg,Tekken 6,PSP,Fighting,Namco Bandai,Namco Bandai Games,8.2,,,,,,2009-11-24, -/games/boxart/full_6109149AmericaFrontccc.jpg,Super Street Fighter IV,PS3,Fighting,Capcom,Capcom / Dimps Corporation,9.3,,,,,,2010-04-27, -/games/boxart/full_4331645AmericaFrontccc.jpg,Punch-Out!!,Wii,Fighting,Nintendo,Next Level Games,8.7,,,,,,2009-05-18, -/games/boxart/full_5665965AmericaFrontccc.jpg,Tekken 7,XOne,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-06-02,2018-01-15 -/games/boxart/full_4263871AmericaFrontccc.jpg,Dragon Ball: Xenoverse,XOne,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-24,2018-09-11 -/games/boxart/full_8077041AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 2,All,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2010-10-19,2020-11-16 -/games/boxart/full_9530377AmericaFrontccc.jpg,Dragon Ball: Xenoverse,PS3,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-24,2018-09-11 -/games/boxart/full_soulcalibur-v_929AmericaFront.jpg,SoulCalibur V,PS3,Fighting,Namco Bandai,Project Soul,,,,,,,2012-01-31, -/games/boxart/full_naruto-shippuden-ultimate-ninja-storm-2_10AmericaFront.jpg,Naruto Shippuden: Ultimate Ninja Storm 2,PS3,Fighting,Namco Bandai,CyberConnect2,7.3,,,,,,2010-10-19, -/games/boxart/full_2644731AmericaFrontccc.png,Creed: Rise to Glory,All,Fighting,Unknown,Survios,,,,,,,,2021-10-14 -/games/boxart/full_1632510PALFrontccc.jpg,Fight Night Round 3,All,Fighting,EA Sports,EA Chicago,,,,,,,2006-02-20,2021-04-20 -/games/boxart/full_209588AmericaFrontccc.jpg,Granblue Fantasy: Versus,All,Fighting,Xseed Games,Arc System Works,,,,,,,2020-03-03,2020-11-21 -/games/boxart/full_7403950AmericaFrontccc.jpg,Guilty Gear -Strive-,All,Fighting,Arc System Works,Arc System Works,,,,,,,2021-06-11,2021-06-15 -/games/boxart/full_219365AmericaFrontccc.jpg,Mortal Kombat: Armageddon,All,Fighting,Midway Games,Midway Games,,,,,,,2006-10-11,2020-10-28 -/games/boxart/full_7418249AmericaFrontccc.jpg,Mortal Kombat: Shaolin Monks,All,Fighting,Midway Games,Midway,,,,,,,2005-09-16,2020-10-28 -/games/boxart/full_6532629PALFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,All,Fighting,Bandai Namco Games,CyberConnect2,,,,,,,2014-09-16,2020-11-23 -/games/boxart/full_3233810AmericaFrontccc.jpg,PlayStation All-Stars Battle Royale,All,Fighting,Sony Computer Entertainment,SuperBot Entertainment,,,,,,,2012-11-20,2021-07-10 -/games/boxart/full_8380865AmericaFrontccc.jpg,Pokken Tournament,WiiU,Fighting,Nintendo,Namco Bandai Games,7.6,,,,,,2016-03-18,2018-01-24 -/games/boxart/3711225ccc.jpg,SoulCalibur,DC,Fighting,Namco,Namco,9.6,,,,,,1999-09-09, -/games/boxart/1455581ccc.jpg,Street Fighter Alpha 3,PS,Fighting,Capcom,Capcom,8.4,,,,,,1999-04-30, -/games/boxart/full_7759006AmericaFrontccc.jpg,Tekken,PS,Fighting,Namco,Namco,8.3,,,,,,1995-11-08, -/games/boxart/full_8422731AmericaFrontccc.jpg,TNA iMPACT!,All,Fighting,Midway Games,Midway Studios Los Angeles,,,,,,,2008-09-09,2021-08-17 -/games/boxart/full_6595885AmericaFrontccc.png,WCW/NWO Thunder,PS,Fighting,THQ,Inland Productions,,,,,,,1998-12-31, -/games/boxart/4592739ccc.jpg,WWF WrestleMania,NES,Fighting,Acclaim Entertainment,Rare Ltd.,,,,,,,1989-02-01, -/games/boxart/full_9005053AmericaFrontccc.jpg,WWF WrestleMania 2000,N64,Fighting,THQ,Aki Corporation,,,,,,,1999-10-31, -/games/boxart/8048987ccc.jpg,Naruto: Ultimate Ninja 3,PS2,Fighting,Namco Bandai,CyberConnect2,,,,,,,2008-03-25,2020-11-19 -/games/boxart/full_5721459AmericaFrontccc.jpg,Dragon Ball: Xenoverse,PC,Fighting,Namco Bandai Games,Dimps Corporation,,,,,,,2015-02-27,2018-09-11 -/games/boxart/full_5051916AmericaFrontccc.jpg,Godzilla: Unleashed,All,Fighting,Atari,Pipeworks Software,,,,,,,2007-11-20,2021-04-14 -/games/boxart/full_3228253AmericaFrontccc.jpg,Dragon Ball FighterZ,PC,Fighting,Namco Bandai Games,Arc System Works,,,,,,,2018-01-26,2018-04-02 -/games/boxart/full_6262404AmericaFrontccc.jpg,Super Street Fighter IV,X360,Fighting,Capcom,Capcom / Dimps Corporation,9.2,,,,,,2010-04-27, -/games/boxart/full_super-street-fighter-iv-arcade-edition_252AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,PS3,Fighting,Capcom,Capcom / Dimps Corporation,8.1,,,,,,2011-06-28, -/games/boxart/full_8238303PALFrontccc.jpg,Dragon Ball Z: Burst Limit,All,Fighting,Atari,Dimps Corporation,,,,,,,2008-06-10,2020-11-20 -/games/boxart/full_6027089AmericaFrontccc.png,Dragon Ball Z: Ultimate Tenkaichi,All,Fighting,Bandai,Spike,,,,,,,2011-10-25,2020-10-27 -/games/boxart/full_4634313AmericaFrontccc.png,Dragon Ball: Raging Blast,All,Fighting,Bandai,Spike,,,,,,,2009-11-10,2020-11-18 -/games/boxart/3413188ccc.jpg,Naruto: Ultimate Ninja 2,PS2,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-09-17, -/games/boxart/full_7905093AmericaFrontccc.jpg,One Finger Death Punch,PC,Fighting,Silver Dollar Games,Silver Dollar Games,,,,,,,2014-03-03,2019-02-08 -/games/boxart/full_2464639AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm 3 Full Burst HD,PC,Fighting,Unknown,CyberConnect2,,,,,,,,2019-02-08 -/games/boxart/3115723ccc.jpg,Naruto: Ultimate Ninja,PS2,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2008-09-17,2020-11-19 -/games/boxart/full_5765639AmericaFrontccc.png,Dragon Ball Z: Battle of Z,All,Fighting,Bandai,ArtDink,,,,,,,2014-01-28,2020-10-27 -/games/boxart/full_5333674PALFrontccc.jpg,Dragon Ball: Raging Blast 2,All,Fighting,Bandai,Spike,,,,,,,2010-11-02,2020-11-18 -/games/boxart/full_9574912AmericaFrontccc.jpg,JoJo's Bizarre Adventure: All Star Battle,PS3,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2014-04-29,2018-05-24 -/games/boxart/full_1885448AmericaFrontccc.jpg,Punch Club,PC,Fighting,Unknown,Lazy Bear Games,,,,,,,,2019-02-09 -/games/boxart/full_8923506AmericaFrontccc.jpg,Backyard Wrestling: Don't Try This at Home,All,Fighting,Eidos Interactive,Paradox Development,,,,,,,2003-10-07,2021-01-12 -/games/boxart/full_2274586AmericaFrontccc.png,My Hero One's Justice,All,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2018-10-26,2021-02-09 -/games/boxart/full_568171AmericaFrontccc.jpg,Persona Arena,Series,Fighting,Atlus,Arc System Works,,,,,,,2012-03-01,2021-02-18 -/games/boxart/full_4932130AmericaFrontccc.jpg,The Way of the Exploding Fist,PC,Fighting,Unknown,"Beam Software Pty., Ltd.",,,,,,,,2021-04-24 -/games/boxart/1739107ccc.jpg,Super Dragon Ball Z,PS2,Fighting,Atari,Crafts & Meister,,,,,,,2006-07-18, -/games/boxart/full_8101355AmericaFrontccc.png,BlazBlue: Cross Tag Battle,All,Fighting,Arc System Works,Arc System Works,,,,,,,2018-06-05,2021-02-19 -/games/boxart/full_200467JapanFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Gundam,PSP,Fighting,Namco Bandai,Banpresto,,,,,,,2008-11-20, -/games/boxart/full_3517742JapanFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Gundam NEXT PLUS,PSP,Fighting,Namco Bandai,Capcom,,,,,,,2009-12-03, -/games/boxart/1947782ccc.jpg,Dragon Ball Z: Shin Budokai,PSP,Fighting,Atari,Dimps Corporation,7.4,,,,,,2006-03-07, -/games/boxart/full_7215091AmericaFrontccc.jpg,Melty Blood: Type Lumina,All,Fighting,Delightworks,French-Bread,,,,,,,2021-09-30,2022-03-15 -/games/boxart/full_2074570AmericaFrontccc.jpg,Naruto: Ultimate Ninja Heroes,PSP,Fighting,Namco Bandai,CyberConnect2,7,,,,,,2007-08-28,2020-11-19 -/games/boxart/full_super-street-fighter-iv-arcade-edition_32AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,X360,Fighting,Capcom,Capcom / Dimps Corporation,8.6,,,,,,2011-06-28, -/games/boxart/full_5968605AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Revolution,PC,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2014-10-01,2018-08-01 -/games/boxart/full_8855582AmericaFrontccc.jpg,Dead or Alive 6,All,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-03-01,2020-10-17 -/games/boxart/full_one-piece-gigant-battle-2-shin-sekai_505JapanFront.jpg,One Piece: Gigant Battle 2 Shin Sekai,DS,Fighting,Namco Bandai,Ganbarion,,,,,,,2011-11-17, -/games/boxart/full_5089036AmericaFrontccc.png,Dead or Alive 5 Last Round,All,Fighting,Koei Tecmo,Team Ninja,,,,,,,2015-02-17,2021-02-05 -/games/boxart/full_dead-or-alive-dimensions_835AmericaFront.jpg,Dead or Alive: Dimensions,3DS,Fighting,Tecmo Koei,Team Ninja,7.8,,,,,,2011-05-24, -/games/boxart/full_5924982AmericaFrontccc.jpg,SNK Heroines: Tag Team Frenzy,All,Fighting,NIS America,SNK,,,,,,,2018-09-07,2021-02-12 -/games/boxart/full_4644019AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja 4,PS2,Fighting,Namco Bandai,CyberConnect2,,,,,,,2009-03-24, -/games/boxart/full_6797376AmericaFrontccc.jpg,Rivals of Aether,PC,Fighting,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_4116582AmericaFrontccc.png,Persona 4 Arena Ultimax,All,Fighting,Atlus,Arc System Works,,,,,,,2013-11-28,2021-02-18 -/games/boxart/full_9575065JapanFrontccc.jpg,Tales of VS.,PSP,Fighting,Namco Bandai,Matrix Software,,,,,,,2009-08-06, -/games/boxart/full_4753457JapanFrontccc.jpg,Gundam Battle Universe,PSP,Fighting,Namco Bandai,Bandai Namco Games,,,,,,,2008-07-17, -/games/boxart/full_3298228JapanFrontccc.jpg,Battle Stadium D.O.N,All,Fighting,Namco Bandai Games,Eighting,,,,,,,2006-07-20,2020-11-21 -/games/boxart/full_2290223AmericaFrontccc.png,Persona 4 Arena,All,Fighting,Atlus,Arc System Works,,,,,,,2012-03-01,2020-12-07 -/games/boxart/full_4588196AmericaFrontccc.jpg,ClayFighter,All,Fighting,Interplay Productions,Visual Concepts,,,,,,,1993-11-15,2021-03-29 -/games/boxart/full_5953418AmericaFrontccc.jpg,BlazBlue: Chrono Phantasma Extend,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,,,,,,2016-03-02,2019-04-08 -/games/boxart/full_940191AmericaFrontccc.jpg,Granblue Fantasy Versus,PS4,Fighting,Xseed Games,Arc System Works,,,,,,,2020-02-18,2019-08-06 -/games/boxart/949413ccc.jpg,Iron & Blood,PS,Fighting,Acclaim Entertainment,Take-Two Interactive,,,,,,,1996-10-31, -/games/boxart/full_4303631AmericaFrontccc.jpg,Dead or Alive 5 Ultimate,All,Fighting,Tecmo Koei,Team Ninja,,,,,,,2013-09-03,2021-02-05 -/games/boxart/full_8132181AmericaFrontccc.jpg,Guilty Gear Xrd: Sign,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2015-12-09,2019-04-21 -/games/boxart/full_8751483PALFrontccc.jpg,One Piece: Burning Blood,PC,Fighting,Namco Bandai Games,Spike Chunsoft,,,,,,,2016-07-01,2018-05-23 -/games/boxart/full_8271212JapanFrontccc.jpg,Guilty Gear X Plus,PS2,Fighting,Sammy Corporation,Arc System Works,,,,,,,2001-11-29, -/games/boxart/full_4338844AmericaFrontccc.jpg,Ultimate Marvel vs. Capcom 3,PC,Fighting,Capcom,Capcom,,,,,,,2017-03-07,2019-04-21 -/games/boxart/full_7319398AmericaFrontccc.jpg,Guilty Gear Xrd -Revelator-,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2016-12-14,2019-04-21 -/games/boxart/full_3014682AmericaFrontccc.jpg,Injustice 2,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2017-12-01,2019-04-17 -/games/boxart/full_4006000AmericaFrontccc.jpg,Senran Kagura Shinovi Versus,PC,Fighting,Xseed Games,Tamsoft,,,,,,,2016-07-01,2019-04-17 -/games/boxart/full_4781586AmericaFrontccc.jpg,Office Battle,PC,Fighting,Black Lime Studio,Black Lime Studio,,,,,,,2015-12-02,2019-04-16 -/games/boxart/full_8821983AmericaFrontccc.jpg,BlazBlue: Continuum Shift EXTEND,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,,,,,,2014-12-11,2019-04-08 -/games/boxart/full_663902AmericaFrontccc.jpg,The King of Fighters 2002: Unlimited Match,PC,Fighting,SNK,SNK Corporation,,,,,,,2015-02-27,2019-04-05 -/games/boxart/full_3993795AmericaFrontccc.jpg,Dragon Ball Z: Shin Budokai - Another Road,PSP,Fighting,Atari,Dimps Corporation,7.2,,,,,,2007-03-20, -/games/boxart/full_7765105AmericaFrontccc.jpg,Arcana Heart 3,All,Fighting,Aksys Games,Team Arcana,,,,,,,2011-04-19,2021-07-17 -/games/boxart/full_7075090AmericaFrontccc.jpg,Brawlout,NS,Fighting,Merge Games,Angry Mob Games,6.2,,,,,,2018-06-26,2018-02-22 -/games/boxart/full_katekyoo-hitman-reborn-battle-arena-2-spirits-burst_2JapanFront.jpg,Katekyoo Hitman Reborn! Battle Arena 2 - Spirits Burst,PSP,Fighting,Marvelous Interactive,Ancient,,,,,,,2009-09-17, -/games/boxart/9122396ccc.jpg,3 Count Bout,NG,Fighting,SNK,SNK Corporation,,,,,,,1993-04-23, -/games/boxart/full_3-count-bout_25AmericaFront.jpg,3 Count Bout,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-05-17, -/games/boxart/full_3-count-bout-cd_556AmericaFront.jpg,3 Count Bout (CD),NG,Fighting,SNK,UPL,,,,,,,1995-04-23, -/games/boxart/full_3d-classics-urban-champion_28JapanFront.jpg,3D Classics: Urban Champion,3DS,Fighting,Nintendo,Nintendo,2.5,,,,,,2011-08-18, -/games/boxart/full_2665855JapanFrontccc.jpg,64 Oozumou,N64,Fighting,Bottom Up,Bottom Up,,,,,,,1997-11-28, -/games/boxart/full_2369830JapanFrontccc.jpg,64 Oozumou 2,N64,Fighting,Bottom Up,Bottom Up,,,,,,,1999-03-19, -/games/boxart/full_5978730JapanFrontccc.jpg,Aa Harimanada,GG,Fighting,Sega,Sega,,,,,,,1993-07-02, -/games/boxart/full_aa-harimanada_1JapanFront.jpg,Aa Harimanada,GEN,Fighting,Sega,Sega,,,,,,,1993-09-03, -/games/boxart/full_3190420JapanFrontccc.jpg,Aa Harimanada,GB,Fighting,ASK,ASK,,,,,,,1993-07-23, -/games/boxart/default.jpg,AAA: El Videojuego,Wii,Fighting,Unknown,Sabarasa Studios,,,,,,,, -/games/boxart/default.jpg,AAA: El Videojuego,PS3,Fighting,Unknown,Immersion Software & Graphics,,,,,,,, -/games/boxart/default.jpg,AAA: El Videojuego,X360,Fighting,Unknown,Immersion Software & Graphics,,,,,,,, -/games/boxart/default.jpg,AAA: El Videojuego,PSP,Fighting,Unknown,Sabarasa Studios,,,,,,,, -/games/boxart/default.jpg,AAA: El Videojuego,DS,Fighting,Unknown,Sabarasa Studios,,,,,,,, -/games/boxart/full_acceleration-of-suguri-x-edition_908AmericaFront.jpg,Acceleration of Suguri X Edition,PSN,Fighting,Sony Online Entertainment,Orange_Juice,,,,,,,2011-02-15, -/games/boxart/full_933780JapanFrontccc.jpg,Advanced V.G.,SAT,Fighting,TGL,TGL,,,,,,,1997-03-14, -/games/boxart/full_1660600JapanFrontccc.jpg,Advanced V.G.,PCE,Fighting,TGL,TGL,,,,,,,1994-07-22, -/games/boxart/full_3223207JapanFrontccc.jpg,Advanced V.G.,PS,Fighting,TGL,TGL,,,,,,,1996-04-19, -/games/boxart/full_1349561JapanFrontccc.jpg,Advanced V.G. 2,PS,Fighting,TGL,TGL,,,,,,,1998-09-23, -/games/boxart/full_aggressors-of-dark-kombat_959AmericaFront.jpg,Aggressors of Dark Kombat,VC,Fighting,ADK,ADK Corporation,,,,,,,2011-05-10, -/games/boxart/72215ccc.jpg,Aggressors of Dark Kombat,NG,Fighting,ADK,ADK Corporation,,,,,,,1996-08-24, -/games/boxart/full_aggressors-of-dark-kombat-cd_924AmericaFront.jpg,Aggressors of Dark Kombat (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1995-01-01, -/games/boxart/full_5488550PALFrontccc.jpg,All Star Fighters,PS2,Fighting,Essential Games,D3 Publisher,,,,,,,2007-03-23, -/games/boxart/full_andre-panza-kick-boxing_1AmericaFront.jpg,Andre Panza Kick Boxing,PCE,Fighting,Turbo Technologies,Loriciel,,,,,,,1991-01-01, -/games/boxart/full_5343894JapanFrontccc.jpg,Angel Eyes,PS,Fighting,Tecmo,Tecmo,,,,,,,1997-12-11, -/games/boxart/default.jpg,Animal Boxing,DSi,Fighting,Destineer,Akaoni Studio,,,,,,,2011-01-17, -/games/boxart/full_animal-boxing_190AmericaFront.jpg,Animal Boxing,DSiW,Fighting,Destineer,Akaoni Studio,,,,,,,2008-12-02, -/games/boxart/full_8398602JapanFrontccc.jpg,Appleseed EX,PS2,Fighting,Sega,DreamFactory,,,,,,,2007-02-15, -/games/boxart/full_outlaws-of-the-lost-dynasty_7AmericaFront.jpg,Arcade Hits: Outlaws of the Lost Dynasty,PSN,Fighting,Sony Computer Entertainment,Data East,,,,,,,2010-10-05, -/games/boxart/full_arcana-heart-3_602AmericaFront.jpg,Arcana Heart 3,PSN,Fighting,Aksys Games,Examu Inc.,,,,,,,2011-04-19, -/games/boxart/full_996305JapanFrontccc.jpg,Armed Fighter,PS,Fighting,Banpresto,Banpresto,,,,,,,1999-03-04, -/games/boxart/full_art-of-fighting_188AmericaFront.jpg,Art of Fighting,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_3067420AmericaFrontccc.jpg,Art of Fighting,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-10-08, -/games/boxart/1028046ccc.jpg,Art of Fighting,SNES,Fighting,Takara,SNK Corporation,,,,,,,1993-12-01, -/games/boxart/6863026ccc.jpg,Art of Fighting,GEN,Fighting,Sega,SNK Corporation,,,,,,,1994-01-13, -/games/boxart/full_6349102AmericaFrontccc.jpg,Art of Fighting,NG,Fighting,SNK,SNK Corporation,,,,,,,1992-12-11, -/games/boxart/full_art-of-fighting-cd_605AmericaFront.jpg,Art of Fighting (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-01-01, -/games/boxart/full_art-of-fighting-psp_531AmericaFront.jpg,Art of Fighting (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, -/games/boxart/full_5934895AmericaFrontccc.jpg,Art of Fighting 2,NG,Fighting,SNK,SNK Corporation,,,,,,,1994-03-11, -/games/boxart/1927046ccc.jpg,Art of Fighting 2,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-07-28, -/games/boxart/full_art-of-fighting-2-cd_853AmericaFront.jpg,Art of Fighting 2 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-01-01, -/games/boxart/full_art-of-fighting-ryuuko-no-ken-gaiden_676JapanFront.jpg,Art of Fighting: Ryuuko no Ken Gaiden,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-08-23,2018-03-28 -/games/boxart/full_art-of-fighting-ryuuko-no-ken-gaiden-cd_806JapanFront.jpg,Art of Fighting: Ryuuko no Ken Gaiden (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-09-14, -/games/boxart/full_4615132JapanFrontccc.jpg,Ashita no Joe,SNES,Fighting,Konami,K Amusement Leasing,,,,,,,1992-11-27, -/games/boxart/full_50529JapanFrontccc.jpg,Ashita no Joe Touchi: Typing Namida Hashi,PS2,Fighting,Sunsoft,SunSoft,,,,,,,2001-03-29, -/games/boxart/full_2383846JapanFrontccc.jpg,Ashita no Joe: Masseki ni Moe Agare!,GBA,Fighting,Konami,Konami,,,,,,,2003-12-04, -/games/boxart/full_8758567JapanFrontccc.jpg,Ashita no Joe: Masshiro ni Moe Tsukiro!,PS2,Fighting,Konami,Konami,,,,,,,2003-12-04, -/games/boxart/full_7178025JapanFrontccc.jpg,Astra Superstars,SAT,Fighting,Sunsoft,SunSoft,,,,,,,1998-08-06, -/games/boxart/full_8260042JapanFrontccc.jpg,Asuka 120% Excellent: Burning Fest. Excellent,PS,Fighting,Sony Computer Entertainment,Family Soft,,,,,,,1997-05-09, -/games/boxart/full_asuka-120-excellent-burning-fest-excellent_735JapanFront.jpg,Asuka 120% Excellent: Burning Fest. Excellent,PSN,Fighting,Sony Computer Entertainment,Family Soft,,,,,,,2011-02-09, -/games/boxart/full_asuka-120-final-burning-fest-final_268JapanFront.jpg,Asuka 120% Final: Burning Fest. Final,PSN,Fighting,Family Soft,Family Soft,,,,,,,2011-04-13, -/games/boxart/full_41504JapanFrontccc.jpg,Asuka 120% Final: Burning Fest. Final,PS,Fighting,Family Soft,Family Soft,,,,,,,1999-05-27, -/games/boxart/full_asuka-120-limited-burning-fest-limited_149JapanFront.jpg,Asuka 120% Limited: Burning Fest. Limited,PS,Fighting,ASK,Fill-In Cafe,,,,,,,1997-10-09, -/games/boxart/full_asuka-120-maxima-burning-fest-maxima_412JapanFront.jpg,Asuka 120% Maxima: Burning Fest. Maxima,PCE,Fighting,NEC Interchannel,Fill-In Cafe,,,,,,,1995-07-28, -/games/boxart/full_asuka-120-return-burning-fest-return_504JapanFront.jpg,Asuka 120% Return: Burning Fest. Return,PC,Fighting,Family Soft,Family Soft,,,,,,,1999-09-24, -/games/boxart/full_asuka-120-special-burning-fest-special_540JapanFront.jpg,Asuka 120% Special: Burning Fest. Special,PSN,Fighting,Family Soft,Family Soft,,,,,,,2010-12-08, -/games/boxart/full_2809318JapanFrontccc.jpg,Asuka 120% Special: Burning Fest. Special,PS,Fighting,Family Soft,Family Soft,,,,,,,1996-03-29, -/games/boxart/full_avatar-bowman-2_2AmericaFront.jpg,Avatar Bowman 2,XBL,Fighting,Microsoft,Super Boise 2,,,,,,,2010-09-06, -/games/boxart/full_avatar-fighter_271AmericaFront.jpg,Avatar Fighter,XBL,Fighting,Microsoft,Mr Brian,,,,,,,2011-03-20, -/games/boxart/full_avatar-fighter-online_818AmericaFront.jpg,Avatar Fighter Online,XBL,Fighting,Microsoft,Bwoot Games,,,,,,,2011-09-21, -/games/boxart/full_avatar-showdown_939AmericaFront.jpg,Avatar Showdown,XBL,Fighting,Unknown,JForce Games,,,,,,,, -/games/boxart/full_1255910JapanFrontccc.jpg,Bakegyamon: Ayakashi Fighting,DS,Fighting,Takara Tomy,Takara Tomy,,,,,,,2007-03-01, -/games/boxart/full_bakumatsu-rouman-dai-ni-maku-gekka-no-kenshi-cd_714JapanFront.jpg,Bakumatsu Rouman Dai Ni Maku: Gekka no Kenshi (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1999-02-27, -/games/boxart/full_9091837JapanFrontccc.jpg,Bakumatsu Rouman: Gekka no Kenshi,PS,Fighting,SNK,SNK Corporation,,,,,,,1999-02-25, -/games/boxart/full_bakumatsu-rouman-gekka-no-kenshi-1-2_476JapanFront.jpg,Bakumatsu Rouman: Gekka no Kenshi 1-2,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2006-01-12, -/games/boxart/3299007ccc.jpg,Ballz 3D,SNES,Fighting,Accolade,PF.Magic,,,,,,,1994-11-01, -/games/boxart/6661020ccc.jpg,Ballz 3D,GEN,Fighting,Accolade,PF.Magic,,,,,,,1994-01-01, -/games/boxart/8842054ccc.jpg,Ballz: The Director's Cut,3DO,Fighting,PF.Magic,PF.Magic,,,,,,,1995-01-01, -/games/boxart/full_9186091AmericaFrontccc.jpg,Barbarian,GBA,Fighting,Unknown,Titus Software,,,,,,,, -/games/boxart/9549433ccc.jpg,Barbarian,GC,Fighting,Titus,Saffire Corporation,,,,,,,2004-01-01, -/games/boxart/full_barbarian_895AmericaFront.jpg,Barbarian,XB,Fighting,Unknown,Avalon Interactive,,,,,,,, -/games/boxart/5344928ccc.jpg,Batman Forever,SNES,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-10-26, -/games/boxart/full_8549582JapanFrontccc.jpg,Battle Arena Nitoshinden,PS,Fighting,Takara,Tamsoft,,,,,,,1996-09-20, -/games/boxart/full_9304678AmericaFrontccc.jpg,Battle Arena Toshinden,PC,Fighting,Playmates,Digital Dialect,,,,,,,1996-04-30, -/games/boxart/full_battle-arena-toshinden_150AmericaFront.jpg,Battle Arena Toshinden,GB,Fighting,Takara,Takara,,,,,,,1996-11-01, -/games/boxart/full_battle-arena-toshinden-2_633AmericaFront.jpg,Battle Arena Toshinden 2,PC,Fighting,Microsoft,Tamsoft,,,,,,,1997-01-01, -/games/boxart/default.jpg,Battle Arena Toshinden 2 Plus,PS,Fighting,Takara,Tamsoft,,,,,,,1996-08-09, -/games/boxart/full_1231451AmericaFrontccc.jpg,Battle Beast,PC,Fighting,7th Level,7th Level,,,,,,,1995-01-01, -/games/boxart/9988500ccc.jpg,Battle Blaze,SNES,Fighting,Sammy Corporation,Sammy Studios,,,,,,,1993-12-01, -/games/boxart/full_battle-crusher_265JapanFront.jpg,Battle Crusher,GB,Fighting,Banpresto,Banpresto,,,,,,,1995-01-27, -/games/boxart/full_7848729AmericaFrontccc.png,Battle Fantasia,PSN,Fighting,Aksys Games,Arc System Works,,,,,,,2009-12-22, -/games/boxart/full_7924480JapanFrontccc.jpg,Battle Heat,PCFX,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-12-23, -/games/boxart/full_2226509JapanFrontccc.jpg,Battle Master: Kyuukyoku no Senshitachi,SNES,Fighting,Toshiba EMI,System Vision,,,,,,,1993-11-19, -/games/boxart/2407464ccc.jpg,Battle Monsters,SAT,Fighting,Acclaim Entertainment,Naxat Soft,,,,,,,1996-09-30, -/games/boxart/full_battle-raper_347JapanFront.jpg,Battle Raper,PC,Fighting,Illusion Soft,Illusion Soft,,,,,,,2002-04-19, -/games/boxart/full_2411662JapanFrontccc.jpg,Battle Raper II: The Game,PC,Fighting,Illusion Soft,Illusion Soft,,,,,,,2005-04-22, -/games/boxart/full_battle-royale_8AmericaFront.jpg,Battle Royale,PCE,Fighting,Turbo Technologies,Incredible Technologies,,,,,,,1990-01-01, -/games/boxart/full_3200170JapanFrontccc.jpg,Battle Spirits: Digimon Frontier,WS,Fighting,Bandai,Bandai,,,,,,,2002-12-07, -/games/boxart/full_4489101JapanFrontccc.jpg,Battle Tycoon: Flash Hiders SFX,SNES,Fighting,Right Stuff,Right Stuff,,,,,,,1995-05-19, -/games/boxart/full_9578064AmericaFrontccc.jpg,Battle-X,XBL,Fighting,Microsoft,JAD Entertainment LLC,,,,,,,2009-02-25, -/games/boxart/5337405ccc.jpg,Bebe's Kids,SNES,Fighting,Mandigo,Radical Entertainment,,,,,,,1986-01-01, -/games/boxart/1981930ccc.jpg,Best of the Best: Championship Karate,GEN,Fighting,Electro Brain,Electro Brain,,,,,,,1993-01-01, -/games/boxart/full_4242671AmericaFrontccc.jpg,Best of the Best: Championship Karate,GB,Fighting,Electro Brain,Electro Brain,,,,,,,1992-12-01, -/games/boxart/full_4209421AmericaFrontccc.jpg,Best of the Best: Championship Karate,SNES,Fighting,Electro Brain,Electro Brain,,,,,,,1992-11-01, -/games/boxart/full_708431AmericaFrontccc.jpg,Best of the Best: Championship Karate,NES,Fighting,Electro Brain,Electro Brain,,,,,,,1992-12-01, -/games/boxart/full_bishoujo-senshi-sailor-moon-s_0JapanFront.jpg,Bishoujo Senshi Sailor Moon S,3DO,Fighting,Bandai,Bandai,,,,,,,1995-03-17, -/games/boxart/full_9234790JapanFrontccc.jpg,Bishoujo Senshi Sailor Moon Super S: Shin Shuyaku Soudatsusen,PS,Fighting,Angel Studios,Angel Studios,,,,,,,1996-03-08, -/games/boxart/full_bishoujo-senshi-sailor-moon-super-s-shuyaku-soudatsusen_9JapanFront.jpg,Bishoujo Senshi Sailor Moon Super S: Shuyaku!! Soudatsusen,SNES,Fighting,Bandai,Angel Studios,,,,,,,1996-03-29, -/games/boxart/full_8564774JapanFrontccc.jpg,Bishoujo Senshi Sailor Moon Super S: Various Emotion,SAT,Fighting,Angel Studios,Angel Studios,,,,,,,1996-11-29, -/games/boxart/full_9788518AmericaFrontccc.jpg,Black Belt Challenge,GBA,Fighting,THQ,Lost Boys,,,,,,,2002-09-23, -/games/boxart/full_blayzbloo-super-melee-brawlers-battle-royale_4AmericaFront.jpg,BlayzBloo: Super Melee Brawlers Battle Royale,DSiW,Fighting,Aksys Games,Arc System Works,,,,,,,2010-08-02, -/games/boxart/full_blazblue-calamity-trigger-portable_0AmericaFront.jpg,BlazBlue: Calamity Trigger Portable,PSN,Fighting,Aksys Games,Arc System Works,7.9,,,,,,2010-04-01, -/games/boxart/full_1234869JapanFrontccc.jpg,BlazBlue: Central Fiction,Arc,Fighting,Arc System Works,Arc System Works,,,,,,,2015-11-19,2019-01-25 -/games/boxart/full_7426597JapanFrontccc.jpg,BlazBlue: Chrono Phantasma,Arc,Fighting,Arc System Works,Arc System Works,,,,,,,2012-11-21,2018-10-18 -/games/boxart/default.jpg,BlazBlue: Continuum Shift - Makoto Nanaya,PSN,Fighting,Unknown,Arc System Works,,,,,,,, -/games/boxart/full_blazblue-continuum-shift-makoto-nanaya_594AmericaFront.jpg,BlazBlue: Continuum Shift - Makoto Nanaya,XBL,Fighting,Aksys Games,Arc System Works,,,,,,,2010-08-03, -/games/boxart/full_blazblue-continuum-shift-platinum-the-trinity_260AmericaFront.jpg,BlazBlue: Continuum Shift - Platinum the Trinity,XBL,Fighting,Aksys Games,Arc System Works,,,,,,,2011-05-10, -/games/boxart/default.jpg,BlazBlue: Continuum Shift - Platinum the Trinity,PSN,Fighting,Unknown,Arc System Works,,,,,,,, -/games/boxart/default.jpg,BlazBlue: Continuum Shift - Valkenhayn R. Hellsing,PSN,Fighting,Unknown,Arc System Works,,,,,,,, -/games/boxart/full_blazblue-continuum-shift-valkenhayn-r-hellsing_500AmericaFront.jpg,BlazBlue: Continuum Shift - Valkenhayn R. Hellsing,XBL,Fighting,Aksys Games,Arc System Works,,,,,,,2010-01-10, -/games/boxart/full_9824725AmericaFrontccc.png,BlazBlue: Continuum Shift EXTEND,X360,Fighting,Aksys Games,Arc System Works,,,,,,,2012-02-14,2019-04-08 -/games/boxart/full_blazblue-continuum-shift-ii_545JapanFront.jpg,BlazBlue: Continuum Shift II,PSN,Fighting,Aksys Games,Arc System Works,,,,,,,2011-06-07, -/games/boxart/full_9647348JapanFrontccc.jpg,Bleach Advance: Kurenai ni Somaru Soul Society,GBA,Fighting,Sega,Alpha Unit,,,,,,,2005-07-21, -/games/boxart/full_5839884JapanFrontccc.jpg,Bleach: Heat the Soul 2,PSP,Fighting,Sony Computer Entertainment,Eighting,,,,,,,2005-09-01, -/games/boxart/full_bleach-heat-the-soul-7_4JapanFront.jpg,Bleach: Heat the Soul 7,PSN,Fighting,Sony Computer Entertainment,Eighting,,,,,,,2010-09-02, -/games/boxart/full_1196081AmericaFrontccc.jpg,bleemcast! Tekken 3,DC,Fighting,bleem!,bleem!,,,,,,,2001-10-31, -/games/boxart/full_9772624AmericaFrontccc.png,Bloody Roar,PSN,Fighting,Sony Computer Entertainment,Eighting / Raizing,,,,,,,2009-08-20, -/games/boxart/full_bloody-roar-ii_2AmericaFront.jpg,Bloody Roar II,PSN,Fighting,Sony Computer Entertainment,Eighting / Raizing,,,,,,,2010-06-08, -/games/boxart/full_537539AmericaFrontccc.jpg,Bomber Boing,XBL,Fighting,Microsoft,Dark Schneider,,,,,,,2008-12-09, -/games/boxart/full_boxers-road_279JapanFront.jpg,Boxer's Road,PSN,Fighting,Sony Computer Entertainment,New Corporation,,,,,,,2007-07-26, -/games/boxart/full_6119071JapanFrontccc.jpg,Boxer's Road 2: The Real,PSP,Fighting,Ertain,Ertain,,,,,,,2006-09-28, -/games/boxart/full_boxing_57AmericaFront.jpg,Boxing,PS,Fighting,A1 Games,Nekogumi,,,,,,,2001-05-14, -/games/boxart/full_boxing_902PALFront.png,Boxing,PSN,Fighting,Midas Interactive Entertainment,Nekogumi,,,,,,,2010-11-24, -/games/boxart/full_3074467PALFrontccc.jpg,Boxing Champions,PS2,Fighting,Midas Interactive Entertainment,Tamsoft,,,,,,,2003-11-07, -/games/boxart/full_bruce-lee_305AmericaFront.jpg,Bruce Lee,PC,Fighting,Unknown,"Datasoft, inc",,,,,,,1984-01-01, -/games/boxart/full_2616827AmericaFrontccc.jpg,Brutal: Paws of Fury,SNES,Fighting,CyberSoft,Eurocom Entertainment Software,,,,,,,1994-12-01, -/games/boxart/full_8660550AmericaFrontccc.jpg,Brutal: Paws of Fury,SCD,Fighting,GameTek,"Imagitec Design, Inc.",,,,,,,1993-01-01, -/games/boxart/full_3113117AmericaFrontccc.jpg,Brutal: Paws of Fury,GEN,Fighting,GameTek,"Imagitec Design, Inc.",,,,,,,1994-01-01, -/games/boxart/full_bullfight-ring-no-hasha_5JapanFront.jpg,Bullfight Ring no Hasha,PCE,Fighting,Unknown,Cream,,,,,,,1989-12-08, -/games/boxart/496353ccc.jpg,Burning Fight,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-04-14, -/games/boxart/2464647ccc.jpg,Burning Fight,NG,Fighting,SNK,SNK Corporation,,,,,,,1991-08-09, -/games/boxart/full_burning-fight-cd_231AmericaFront.jpg,Burning Fight (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-09-09, -/games/boxart/full_3805790AmericaFrontccc.jpg,Burning Fists: Force Striker,SCD,Fighting,Good Night Brave Warrior,Good Deal Games,,,,,,,2006-01-01, -/games/boxart/full_2616175JapanFrontccc.jpg,Buster Fight,GG,Fighting,Sega,SIMS,,,,,,,1994-02-11, -/games/boxart/5279774ccc.jpg,C2: ClayFighter 2: Judgement Clay,SNES,Fighting,Interplay,Interplay,,,,,,,1994-01-01, -/games/boxart/full_1277563JapanFrontccc.jpg,Capcom Generation 5: Dai 5 Shuu Kakutouka-tachi,SAT,Fighting,Capcom,Capcom,,,,,,,1998-12-03, -/games/boxart/9208486ccc.gif,Capcom vs. SNK Pro,PS,Fighting,Capcom,Capcom,7.7,,,,,,2002-08-14, -/games/boxart/full_5700491JapanFrontccc.jpg,Champion Wrestler,VC,Fighting,Taito,Taito Corporation,,,,,,,2009-01-20, -/games/boxart/full_5237094JapanFrontccc.jpg,Champion Wrestler,PCE,Fighting,Taito,Taito Corporation,,,,,,,1990-12-14, -/games/boxart/full_8639010JapanFrontccc.jpg,Champion Wrestler: Jikkyou Raibu,PS,Fighting,Taito,Taito Corporation,,,,,,,1996-02-16, -/games/boxart/full_china-warrior-aka-the-kung-fu_5AmericaFront.png,China Warrior,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1989-01-01, -/games/boxart/full_china-warrior_9AmericaFront.png,China Warrior,VC,Fighting,Hudson Soft,Hudson Soft,,,,,,,2007-06-25, -/games/boxart/full_4138741JapanFrontccc.jpg,Cho Aniki: Bakuretsu Ranto Hen,SNES,Fighting,NCS,NCS,,,,,,,1995-09-22, -/games/boxart/full_chus-dynasty_286AmericaFront.jpg,Chus Dynasty,XBL,Fighting,Microsoft,mHoesterey,,,,,,,2010-12-10, -/games/boxart/6389732ccc.jpg,ClayFighter,GEN,Fighting,Interplay,Visual Concepts,,,,,,,1994-01-01, -/games/boxart/default.jpg,ClayFighter,DSiW,Fighting,Unknown,StudioBlack Games,,,,,,,, -/games/boxart/default.jpg,ClayFighter,WW,Fighting,Unknown,StudioBlack Games,,,,,,,, -/games/boxart/full_9826540AmericaFrontccc.jpg,ClayFighter,SNES,Fighting,Interplay,Visual Concepts,,,,,,,1993-01-01, -/games/boxart/full_6920866AmericaFrontccc.jpg,ClayFighter,VC,Fighting,Interplay,Visual Concepts,,,,,,,2009-05-25, -/games/boxart/full_1262574AmericaFrontccc.jpg,ClayFighter 63 1/3,VC,Fighting,Unknown,Danger Productions,,,,,,,, -/games/boxart/full_6633824AmericaFrontccc.jpg,ClayFighter: Sculptor's Cut,N64,Fighting,Interplay,Danger Productions,,,,,,,1998-05-01, -/games/boxart/full_5179575AmericaFrontccc.jpg,ClayFighter: Tournament Edition,SNES,Fighting,Interplay,Visual Concepts,,,,,,,1994-05-01, -/games/boxart/default.jpg,Cletus Clay,XBL,Fighting,Unknown,Tuna Technologies,,,,,,,, -/games/boxart/full_3411583AmericaFrontccc.jpg,Colosseum,XBL,Fighting,Microsoft,Shortfuse Games,,,,,,,2008-11-17, -/games/boxart/full_9600051AmericaFrontccc.jpg,Contender,PS,Fighting,Sony Computer Entertainment,Victor Interactive Software,,,,,,,1998-12-31, -/games/boxart/full_cosmo-fighters_410AmericaFront.jpg,Cosmo Fighters,DSiW,Fighting,Abylight,Abylight,,,,,,,2010-12-20, -/games/boxart/full_6483731AmericaFrontccc.jpg,Criminals Under Arrest,XBL,Fighting,Microsoft,interfaceKO,,,,,,,2009-09-27, -/games/boxart/1815006ccc.jpg,Criticom,SAT,Fighting,Victory Lap Games,Kronos Digital Entertainment,,,,,,,1997-01-01, -/games/boxart/full_1246060JapanFrontccc.jpg,Custom Robo GX,GBA,Fighting,Nintendo,Noise Inc.,,,,,,,2002-07-26, -/games/boxart/full_7975357JapanFrontccc.jpg,Custom Robo V2,VC,Fighting,Nintendo,Noise Inc.,,,,,,,2008-02-19, -/games/boxart/full_cutie-suzuki-no-ringside-angel_13JapanFront.jpg,Cutie Suzuki no Ringside Angel,GEN,Fighting,Asmik Ace Entertainment,Copya System Ltd.,,,,,,,1990-12-12, -/games/boxart/full_1137398AmericaFrontccc.jpg,Cyber Troopers Virtual-On,PC,Fighting,Sega,Sega,,,,,,,1997-09-30, -/games/boxart/full_8544979AmericaFrontccc.jpg,Cyber Troopers Virtual-On: Oratorio Tangram,DC,Fighting,Activision,Sega-AM3,8.2,,,,,,2000-06-01, -/games/boxart/full_6683384AmericaFrontccc.jpg,Cyber Troopers Virtual-On: Oratorio Tangram Ver. 5.66,XBL,Fighting,Sega,Sega-AM2,7,,,,,,2009-04-29, -/games/boxart/full_2507760JapanFrontccc.jpg,Cyberbots: Fullmetal Madness,SAT,Fighting,Capcom,Capcom,5.9,,,,,,1997-03-28, -/games/boxart/full_cyberbots-fullmetal-madness_909JapanFront.jpg,Cyberbots: Fullmetal Madness,PSN,Fighting,Capcom,Capcom,,,,,,,2011-09-13, -/games/boxart/full_cyberbots-full-metal-madness_573JapanFront.jpg,Cyberbots: Fullmetal Madness,PS,Fighting,Capcom,Capcom,,,,,,,1997-12-25, -/games/boxart/full_2840847JapanFrontccc.jpg,D-Xhird,SAT,Fighting,Takara,Takara,,,,,,,1997-05-30, -/games/boxart/full_dark-awake-the-king-has-no-name_7JapanFront.jpg,Dark Awake: The King has no Name,PSN,Fighting,Recom,Recom,,,,,,,2010-08-05, -/games/boxart/3168568ccc.jpg,Dark Legend,SAT,Fighting,Data East,Data East,,,,,,,1995-10-01, -/games/boxart/full_4644984AmericaFrontccc.jpg,Dark Rift,PC,Fighting,Victory Lap Games,Kronos Digital Entertainment,,,,,,,1997-10-22, -/games/boxart/full_darkstalkers-3_891JapanFront.jpg,Darkstalkers 3,PSN,Fighting,Capcom,Capcom,,,,,,,2011-02-09, -/games/boxart/full_1932606AmericaFrontccc.png,Darkstalkers Chronicle: The Chaos Tower,PSN,Fighting,Capcom,Capcom,7.5,,,,,,2009-10-28, -/games/boxart/full_1671975AmericaFrontccc.jpg,Darkstalkers: The Night Warriors,PS,Fighting,Capcom,Capcom,,,,,,,1996-03-28, -/games/boxart/full_3129375PALFrontccc.jpg,David Douillet Judo,GC,Fighting,Big Ben Interactive,10Tacle Studios Belgium,,,,,,,2006-09-27, -/games/boxart/full_5809920PALFrontccc.jpg,David Douillet Judo,PS2,Fighting,Big Ben Interactive,10Tacle Studios Belgium,,,,,,,2007-04-02, -/games/boxart/full_4760519PALFrontccc.jpg,David Douillet Judo,PC,Fighting,Big Ben Interactive,10Tacle Studios Belgium,,,,,,,2007-04-02, -/games/boxart/full_2925773AmericaFrontccc.jpg,Dead or Alive 5 Last Round,X360,Fighting,Tecmo Koei,Team Ninja,,,,,,,2015-02-17, -/games/boxart/full_611399AmericaFrontccc.jpg,Dead or Alive 5 Last Round,PC,Fighting,Tecmo Koei,Team Ninja,,,,,,,2015-03-30, -/games/boxart/full_3445152JapanFrontccc.jpg,Dead or Alive 5 Last Round,PS3,Fighting,Tecmo Koei,Team Ninja,,,,,,,2015-03-17,2018-11-20 -/games/boxart/full_deadliest-warrior-legends_365AmericaFront.jpg,Deadliest Warrior: Legends,PSN,Fighting,Unknown,"Pipeworks Software, Inc.",5.5,,,,,,2011-07-26, -/games/boxart/full_deadliest-warrior-legends_345AmericaFront.jpg,Deadliest Warrior: Legends,XBL,Fighting,Unknown,"Pipeworks Software, Inc.",6.5,,,,,,2011-07-06, -/games/boxart/full_deadliest-warrior-the-game_5AmericaFront.jpg,Deadliest Warrior: The Game,XBL,Fighting,Spike,Pipeworks Software,,,,,,,2010-07-27, -/games/boxart/full_deadliest-warrior-the-game_1AmericaFront.jpg,Deadliest Warrior: The Game,PSN,Fighting,Unknown,Pipeworks Software,,,,,,,2010-10-05, -/games/boxart/8927334ccc.jpg,Deadly Arts,N64,Fighting,Konami,Konami Computer Entertainment Osaka,,,,,,,1998-10-07, -/games/boxart/4633374ccc.jpg,Deadly Moves,GEN,Fighting,Kaneko Co. Ltd,Kaneko,,,,,,,1992-08-14, -/games/boxart/full_1093918AmericaFrontccc.png,Def Jam Fight for NY: The Takeover,PSN,Fighting,Electronic Arts,Aki Corp.,8,,,,,,2009-09-30, -/games/boxart/full_destrega_591AmericaFront.jpg,Destrega,PSN,Fighting,Sony Computer Entertainment,Omega Force,,,,,,,2011-02-15, -/games/boxart/full_8274944AmericaFrontccc.jpg,Digimon Battle Spirit,GBA,Fighting,Bandai,Bandai,6.3,,,,,,2003-01-13, -/games/boxart/full_8468607JapanFrontccc.jpg,Digimon Battle Spirit Ver.1.5,WS,Fighting,Bandai,Bandai,,,,,,,2002-04-27, -/games/boxart/full_9398108JapanFrontccc.jpg,Digimon Tamers: Battle Spirit,WS,Fighting,Bandai,Bandai,,,,,,,2001-10-06, -/games/boxart/full_digital-champ-battle-boxing_3JapanFront.jpg,Digital Champ: Battle Boxing,PCE,Fighting,Naxat Soft,Naxat Soft,,,,,,,1989-10-13, -/games/boxart/full_digital-champ-battle-boxing_7JapanFront.jpg,Digital Champ: Battle Boxing,VC,Fighting,Naxat Soft,Naxat Soft,,,,,,,2008-10-20, -/games/boxart/full_dissidia-012-duodecim-final-fantasy_308AmericaFront.jpg,Dissidia 012: Duodecim Final Fantasy,PSN,Fighting,Square Enix,Square Enix,8.3,,,,,,2011-03-22, -/games/boxart/full_dissidia-duodecim-prologus-final-fantasy_346AmericaFront.png,Dissidia Duodecim Prologus Final Fantasy,PSN,Fighting,Square Enix,Square Enix,,,,,,,2011-03-15, -/games/boxart/full_7137891AmericaFrontccc.png,Dissidia: Final Fantasy,PSN,Fighting,Square Enix,Square Enix,8.1,,,,,,2009-11-04, -/games/boxart/full_3665857AmericaFrontccc.jpg,Dissidia: Final Fantasy (Arcade),Arc,Fighting,Square Enix,Square Enix,,,,,,,2016-01-01, -/games/boxart/default.jpg,Divekick,XOne,Fighting,Namco Networks America Inc.,Namco Networks America Inc.,,,,,,,2020-12-31, -/games/boxart/full_8451008AmericaFrontccc.png,Doc Louis's Punch-Out!!,WW,Fighting,Nintendo,Next Level Games,,,,,,,2009-10-27, -/games/boxart/full_8890448AmericaFrontccc.jpg,Doodleman,XBL,Fighting,Microsoft,Pigyman,,,,,,,2009-02-20, -/games/boxart/3301717ccc.jpg,Doomsday Warrior,SNES,Fighting,Renovation,Laser Soft,,,,,,,1993-03-01, -/games/boxart/435029ccc.jpg,Double Dragon V: The Shadow Falls,GEN,Fighting,Tradewest,Leland Interactive Media,,,,,,,1994-08-01, -/games/boxart/full_dragon-ball-z_769PALFront.jpg,Dragon Ball Z,GEN,Fighting,Bandai,TOSE Software,,,,,,,1994-01-01, -/games/boxart/full_dragon-ball-z-gekitou-tenkaichi-budokai_4JapanFront.jpg,Dragon Ball Z: Gekitou Tenkaichi Budokai,NES,Fighting,Bandai,Bandai,,,,,,,1992-12-29, -/games/boxart/full_1374712AmericaFrontccc.png,Dragon Ball Z: Shin Budokai,PSN,Fighting,Atari,Dimps Corporation,,,,,,,2009-09-30, -/games/boxart/full_4351326AmericaFrontccc.png,Dragon Ball Z: Shin Budokai - Another Road,PSN,Fighting,Atari,Dimps Corporation,,,,,,,2009-09-30, -/games/boxart/137677ccc.jpg,Dragon Ball Z: Ultimate Battle 22,PS,Fighting,Infogrames,Bandai,,,,,,,2003-03-25, -/games/boxart/1532521ccc.jpg,Dragon: The Bruce Lee Story,AJ,Fighting,Atari,Virgin Interactive,,,,,,,1994-11-01, -/games/boxart/2216103ccc.jpg,Dragon: The Bruce Lee Story,SNES,Fighting,Acclaim Entertainment,Virgin Interactive,,,,,,,1995-07-01, -/games/boxart/5304922ccc.jpg,Dragon: The Bruce Lee Story,GEN,Fighting,Acclaim Entertainment,Virgin Interactive,,,,,,,1994-01-01, -/games/boxart/full_dragoon_765AmericaFront.jpg,Dragoon,XBL,Fighting,Microsoft,XELF,,,,,,,2010-06-09, -/games/boxart/full_3060092JapanFrontccc.jpg,Dream Management,GBA,Fighting,Game Village,Game Village,,,,,,,2003-03-20, -/games/boxart/full_8887746JapanFrontccc.jpg,DreamMix TV: World Fighters,PS2,Fighting,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, -/games/boxart/full_5854534JapanFrontccc.jpg,DreamMix TV: World Fighters,GC,Fighting,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, -/games/boxart/full_8977805AmericaFrontccc.jpg,Dungeon Fighter Online,PC,Fighting,Nexon America,NeoPle,,,,,,,2009-09-22, -/games/boxart/full_9335906AmericaFrontccc.jpg,Dungeon Fighter Online,XBL,Fighting,Unknown,SoftMax,,,,,,,, -/games/boxart/1730354ccc.jpg,Dynamite Cop!,DC,Fighting,Sega,Sega-AM1,5.8,,,,,,1999-11-03, -/games/boxart/full_ea-sports-mma_41AmericaFront.jpg,EA Sports MMA,PSN,Fighting,EA Sports,EA Tiburon,,,,,,,2011-06-02, -/games/boxart/8814123ccc.jpg,ECW Hardcore Revolution,DC,Fighting,Acclaim Entertainment,Acclaim Entertainment,4.8,,,,,,2000-02-29, -/games/boxart/full_4734863AmericaFrontccc.jpg,ECW Hardcore Revolution,GB,Fighting,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-02-01, -/games/boxart/full_ehrgeiz_186JapanFront.jpg,Ehrgeiz,PSN,Fighting,Square Enix,DreamFactory,,,,,,,2008-07-09, -/games/boxart/8440997ccc.gif,Eternal Champions,GEN,Fighting,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/2598629ccc.jpg,Eternal Champions,VC,Fighting,Sega,Sega,,,,,,,2007-12-03, -/games/boxart/full_eternal-champions_589AmericaFront.jpg,Eternal Champions,PC,Fighting,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/1402897ccc.jpg,Eternal Champions: Challenge from the Dark Side,SCD,Fighting,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_3322440AmericaFrontccc.jpg,FaceBreaker,XBL,Fighting,EA Sports,EA Canada,,,,,,,2010-07-20, -/games/boxart/full_fairy-tail-portable-guild_10JapanFront.jpg,Fairy Tail: Portable Guild,PSN,Fighting,Konami,Konami,,,,,,,2010-07-21, -/games/boxart/full_fairy-tail-portable-guild-2_368JapanFront.jpg,Fairy Tail: Portable Guild 2,PSN,Fighting,Konami,Konami,,,,,,,2011-03-10, -/games/boxart/full_2757736AmericaFrontccc.jpg,Fatal Fury,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-10-08, -/games/boxart/5264387ccc.jpg,Fatal Fury,NG,Fighting,SNK,SNK Corporation,,,,,,,1991-12-20, -/games/boxart/full_fatal-fury_6AmericaFront.jpg,Fatal Fury,GEN,Fighting,Takara,SNK Corporation,,,,,,,1993-01-01, -/games/boxart/full_fatal-fury_232AmericaFront.jpg,Fatal Fury,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_fatal-fury-psp_675AmericaFront.jpg,Fatal Fury (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/4958622ccc.jpg,Fatal Fury 2,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-06-30, -/games/boxart/full_7466312AmericaFrontccc.jpg,Fatal Fury 2,GEN,Fighting,Takara,SNK Corporation,,,,,,,1994-01-01, -/games/boxart/1092309ccc.jpg,Fatal Fury 2,NG,Fighting,SNK,SNK Corporation,,,,,,,1993-03-05, -/games/boxart/full_fatal-fury-2-cd_146JapanFront.jpg,Fatal Fury 2 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-03-30, -/games/boxart/full_4531412AmericaFrontccc.jpg,Fatal Fury 3: Road to the Final Victory,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2010-10-04, -/games/boxart/full_4715524AmericaFrontccc.jpg,Fatal Fury 3: Road to the Final Victory,PC,Fighting,Agetec,Kinesoft,,,,,,,2001-11-23, -/games/boxart/full_1051309AmericaFrontccc.jpg,Fatal Fury 3: Road to the Final Victory,NG,Fighting,SNK,SNK Corporation,,,,,,,1995-04-21, -/games/boxart/full_fatal-fury-3-road-to-the-final-victory-cd_9AmericaFront.jpg,Fatal Fury 3: Road to the Final Victory (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-04-28, -/games/boxart/full_3688587AmericaFrontccc.jpg,Fatal Fury Special,GG,Fighting,Takara,Takara / Aspect Co.,,,,,,,1994-01-01, -/games/boxart/full_fatal-fury-special_357AmericaFront.jpg,Fatal Fury Special,VC,Fighting,D4 Enterprise,SNK Corporation,8,,,,,,2010-03-01, -/games/boxart/full_5253246AmericaFrontccc.jpg,Fatal Fury Special,XBL,Fighting,SNK Playmore,Mine Loader,,,,,,,2007-09-05, -/games/boxart/full_248052AmericaFrontccc.jpg,Fatal Fury Special,NG,Fighting,SNK,SNK Corporation,,,,,,,1993-12-22, -/games/boxart/full_6428531AmericaFrontccc.jpg,Fatal Fury Special,SCD,Fighting,JVC,Funcom,,,,,,,1995-01-01, -/games/boxart/full_fatal-fury-special-cd_582AmericaFront.jpg,Fatal Fury Special (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-09-09, -/games/boxart/4337318ccc.jpg,Fatal Fury: Mark of the Wolves,DC,Fighting,Agetec,SNK Corporation,8.8,,,,,,2001-11-23, -/games/boxart/full_fatal-fury-the-battle-of-fury-cd_193AmericaFront.jpg,Fatal Fury: The Battle of Fury (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-01-01, -/games/boxart/full_fatal-fury-wild-ambition_6JapanFront.jpg,Fatal Fury: Wild Ambition,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-04-26, -/games/boxart/full_2708546AmericaFrontccc.png,Fate/Unlimited Codes,PSN,Fighting,Capcom,Eighting,7.6,,,,,,2009-09-03, -/games/boxart/full_1603644JapanFrontccc.jpg,Fate/Unlimited Codes,PSP,Fighting,Unknown,Eighting,,,,,,,2009-09-03, -/games/boxart/default.jpg,Fight Monkey of Magic,XBL,Fighting,Unknown,Jesse Demarco,,,,,,,, -/games/boxart/full_9118759AmericaFrontccc.jpg,Fight Night Round 2004,PS2,Fighting,EA Sports,EA Sports,,,,,,,2004-04-05, -/games/boxart/full_9381143AmericaFrontccc.png,Fight Night Round 3,PSN,Fighting,EA Sports,EA Chicago,7.2,,,,,,2009-09-30, -/games/boxart/full_7240522AmericaFrontccc.jpg,Fight Night Round 3,XBL,Fighting,EA Sports,EA Chicago,,,,,,,2009-08-11, -/games/boxart/full_fight-night-round-4_4AmericaFront.jpg,Fight Night Round 4,XBL,Fighting,EA Sports,EA Canada,,,,,,,2010-07-06, -/games/boxart/5949621ccc.jpg,Fighter's History,SNES,Fighting,Data East,Data East,,,,,,,1994-08-01, -/games/boxart/full_fighters-history-dynamite_2JapanFront.jpg,Fighter's History Dynamite,SAT,Fighting,Data East,Data East,,,,,,,1997-07-04, -/games/boxart/full_fighters-impact_175JapanFront.jpg,Fighters' Impact,PSN,Fighting,Taito,Taito Corporation,,,,,,,2008-06-25, -/games/boxart/full_fighters-impact_837JapanFront.jpg,Fighters' Impact,PS,Fighting,Taito,Taito Corporation,,,,,,,1997-04-25, -/games/boxart/full_karnovs-revenge_8AmericaFront.jpg,Fighter’s History Dynamite,VC,Fighting,Unknown,Data East,,,,,,,2020-12-31, -/games/boxart/default.jpg,Fighting Force,PSP,Fighting,Unknown,Eidos Interactive,,,,,,,, -/games/boxart/full_1577250AmericaFrontccc.jpg,Fighting Masters,GEN,Fighting,Treco,Almanic Corp.,,,,,,,1992-08-17, -/games/boxart/full_fighting-simulator-2-in-1-flying-warriors_55AmericaFront.jpg,Fighting Simulator: 2-in-1 Flying Warriors,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1992-04-01, -/games/boxart/full_287985AmericaFrontccc.jpg,Fighting Street,PCE,Fighting,NEC,Alfa System,,,,,,,1989-01-01, -/games/boxart/full_fighting-street_4AmericaFront.jpg,Fighting Street,VC,Fighting,Capcom,Alfa System,,,,,,,2009-11-02, -/games/boxart/full_7376663AmericaFrontccc.png,Final Fight,ACPC,Fighting,U.S. Gold,Capcom,,,,,,,1991-01-01,2018-01-06 -/games/boxart/full_8697441JapanFrontccc.jpg,Final Fight Revenge,SAT,Fighting,Capcom,Capcom,,,,,,,2000-03-30, -/games/boxart/full_7839920AmericaFrontccc.jpg,Final Slam 2,PC,Fighting,Unknown,Unknown,,,,,,,2014-06-12, -/games/boxart/default.jpg,Fire Pro Wrestling,XBL,Fighting,Unknown,Spike,,,,,,,, -/games/boxart/full_2429004JapanFrontccc.jpg,Fire Pro Wrestling D,DC,Fighting,Spike,S-Neo,,,,,,,2001-03-01, -/games/boxart/full_fire-prowrestling-2_6AmericaFront.jpg,Fire ProWrestling 2,GBA,Fighting,BAM! Entertainment,Spike,7.8,,,,,,2002-09-23, -/games/boxart/full_fire-prowrestling-2nd-bout_5JapanFront.jpg,Fire ProWrestling 2nd Bout,VC,Fighting,Spike,Human Entertainment,,,,,,,2008-05-27, -/games/boxart/full_fire-prowrestling-2nd-bout_10JapanFront.jpg,Fire ProWrestling 2nd Bout,PCE,Fighting,Human Entertainment,Human Entertainment,,,,,,,1991-08-30, -/games/boxart/full_fire-prowrestling-3-legend-bout_3JapanFront.jpg,Fire ProWrestling 3: Legend Bout,PCE,Fighting,Human Entertainment,Human Entertainment,,,,,,,1992-11-13, -/games/boxart/full_fire-prowrestling-3-legend-bout_0JapanFront.jpg,Fire ProWrestling 3: Legend Bout,VC,Fighting,Spike,Human Entertainment,,,,,,,2008-12-24, -/games/boxart/full_fire-prowrestling-for-wonderswan_5JapanFront.jpg,Fire ProWrestling for WonderSwan,WS,Fighting,Kaga Tech,Human Club,,,,,,,2000-08-31, -/games/boxart/full_fire-prowrestling-iron-slam-96_8JapanFront.jpg,Fire ProWrestling Iron Slam '96,PS,Fighting,Human Entertainment,S-Neo,,,,,,,1996-03-15, -/games/boxart/full_fire-prowrestling-z_8JapanFront.jpg,Fire ProWrestling Z,PS2,Fighting,Spike,Spike,,,,,,,2003-06-05, -/games/boxart/full_fire-prowrestling-combination-tag_10JapanFront.jpg,Fire ProWrestling: Combination Tag,PCE,Fighting,Human Entertainment,Human Entertainment,,,,,,,1989-06-22, -/games/boxart/full_fire-prowrestling-combination-tag_5JapanFront.jpg,Fire ProWrestling: Combination Tag,VC,Fighting,Spike,Human Entertainment,,,,,,,2007-03-13, -/games/boxart/full_6973627AmericaFrontccc.jpg,Fist of the North Star,GB,Fighting,Electro Brain,Shouei,,,,,,,1990-04-01, -/games/boxart/full_5394183JapanFrontccc.jpg,Flash Hiders,PCE,Fighting,Right Stuff,Right Stuff,,,,,,,1993-12-19, -/games/boxart/7548614ccc.jpg,Foes of Ali,3DO,Fighting,EA Sports,Gray Matter,,,,,,,1995-01-01, -/games/boxart/full_4754258AmericaFrontccc.jpg,Foreman For Real,SNES,Fighting,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, -/games/boxart/full_1953865AmericaFrontccc.jpg,Foreman For Real,GEN,Fighting,Acclaim Entertainment,Software Creations,,,,,,,1995-01-01, -/games/boxart/8863148ccc.jpg,Foreman For Real,GB,Fighting,Acclaim Entertainment,Software Creations,,,,,,,1995-09-01, -/games/boxart/full_5512662AmericaFrontccc.jpg,Foreman For Real,GG,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/full_9131951JapanFrontccc.jpg,Frame Gride,DC,Fighting,From Software,From Software,8.6,,,,,,1999-07-15, -/games/boxart/full_9138961JapanFrontccc.jpg,From TV Animation One Piece: Grand Battle Swan Colosseum,WS,Fighting,Bandai,Bandai,,,,,,,2002-07-12, -/games/boxart/full_7403737JapanFrontccc.jpg,Fullmetal Alchemist: Dream Carnival,PS2,Fighting,Bandai,Eighting / Raizing,,,,,,,2004-08-26, -/games/boxart/full_funaki-masakatsu-hybrid-wrestler_5JapanFront.jpg,Funaki Masakatsu: Hybrid Wrestler,SNES,Fighting,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1994-10-21, -/games/boxart/full_7849163AmericaFrontccc.jpg,Funky Punch XL,XBL,Fighting,Microsoft,SolusG,,,,,,,2008-11-19, -/games/boxart/full_galaxy-fight_607AmericaFront.jpg,Galaxy Fight,PSN,Fighting,Sony Computer Entertainment,SunSoft,,,,,,,2010-12-14, -/games/boxart/full_7985150PALFrontccc.jpg,Galaxy Fight,PS,Fighting,Sunsoft,SunSoft,,,,,,,1996-04-01, -/games/boxart/full_4587372JapanFrontccc.jpg,Galaxy Fight: Universal Warriors,VC,Fighting,D4 Enterprise,SunSoft,,,,,,,2010-03-23, -/games/boxart/full_3754125JapanFrontccc.jpg,Galaxy Fight: Universal Warriors,NG,Fighting,SNK,SunSoft,,,,,,,1995-02-25, -/games/boxart/full_4634790AmericaFrontccc.jpg,Galaxy Fight: Universal Warriors (CD),NG,Fighting,Sunsoft,SunSoft,,,,,,,1995-04-21, -/games/boxart/full_garou-densetsu-2-aratanaru-tatakai_236JapanFront.jpg,Garou Densetsu 2: Aratanaru Tatakai,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-03-12, -/games/boxart/full_6130978JapanFrontccc.jpg,Garou Densetsu Special,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-12-02, -/games/boxart/full_garou-mark-of-the-wolves_589AmericaFront.jpg,Garou: Mark of the Wolves,NG,Fighting,SNK,SNK Corporation,,,,,,,2000-02-25, -/games/boxart/full_garou-mark-of-the-wolves_895JapanFront.jpg,Garou: Mark of the Wolves,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2005-06-30, -/games/boxart/full_2324897AmericaFrontccc.jpg,Garou: Mark of the Wolves,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,7.8,,,,,,2009-06-24, -/games/boxart/full_201417JapanFrontccc.jpg,Garouden Breakblow,PS2,Fighting,ESP,Opus Studio,,,,,,,2005-11-17, -/games/boxart/full_9785022JapanFrontccc.jpg,Garouden Breakblow: Fist or Twist,PS2,Fighting,ESP,Opus Studio,,,,,,,2007-03-15, -/games/boxart/full_666724AmericaFrontccc.png,Gekitotsu! Break Gakuen,And,Fighting,Eighting,Eighting,,,,,,,2014-08-04,2018-08-20 -/games/boxart/full_gekitou-power-modela_320JapanFront.jpg,Gekitou Power Modeler,GB,Fighting,Capcom,Capcom,,,,,,,1998-11-27, -/games/boxart/6662962ccc.jpg,George Foreman's KO Boxing,NES,Fighting,Acclaim Entertainment,Beam Software,,,,,,,1992-12-01, -/games/boxart/303405ccc.jpg,George Foreman's KO Boxing,GB,Fighting,Acclaim Entertainment,Beam Software,,,,,,,1992-09-01, -/games/boxart/full_2797277AmericaFrontccc.jpg,George Foreman's KO Boxing,GG,Fighting,Flying Edge,SIMS,,,,,,,1992-01-01, -/games/boxart/full_4718441PALFrontccc.jpg,George Foreman's KO Boxing,MS,Fighting,Flying Edge,SIMS,,,,,,,1992-01-01, -/games/boxart/full_2948385AmericaFrontccc.jpg,George Foreman's KO Boxing,GEN,Fighting,Flying Edge,Beam Software,,,,,,,1992-02-07, -/games/boxart/full_6823473AmericaFrontccc.jpg,George Foreman's KO Boxing,SNES,Fighting,Acclaim Entertainment,Beam Software,,,,,,,1992-01-01, -/games/boxart/full_349542AmericaFrontccc.jpg,Godzilla,PCE,Fighting,Hudson Soft,Alfa System,,,,,,,1993-01-01, -/games/boxart/full_2193497AmericaFrontccc.jpg,Godzilla Unleashed,PS2,Fighting,Atari,"Pipeworks Software, Inc.",4.3,,,,,,2007-11-20, -/games/boxart/full_1874829JapanFrontccc.jpg,Godzilla: Kaijuu Daikessen,SNES,Fighting,TOHO,Alfa System,,,,,,,1994-12-09, -/games/boxart/full_6978945JapanFrontccc.jpg,Goiken Muyou: Anarchy in the Nippon,SAT,Fighting,KSS,KSS,,,,,,,1997-10-02, -/games/boxart/full_gouketsuji-ichizoku-2-chottodake-saikyou-densetsu_681JapanFront.jpg,Gouketsuji Ichizoku 2: Chottodake Saikyou Densetsu,PSN,Fighting,Unknown,AI,,,,,,,2011-04-13, -/games/boxart/full_gouketuji-ichizoku_6JapanFront.jpg,Gouketuji Ichizoku,GEN,Fighting,Atlus,Atlus Co.,,,,,,,1994-11-18, -/games/boxart/full_61816JapanFrontccc.jpg,Groove Adventure Rave: Hikari to Yami no Daikessen,GBA,Fighting,Konami,Konami,,,,,,,2002-03-02, -/games/boxart/full_5396070JapanFrontccc.jpg,Groove on Fight,SAT,Fighting,Atlus,Atlus Co.,,,,,,,1997-05-16, -/games/boxart/full_7187027PALFrontccc.png,Guilty Gear,PSN,Fighting,System 3 Arcade Software,Arc System Works,,,,,,,2010-01-07, -/games/boxart/full_4874044JapanFrontccc.jpg,Guilty Gear 2: Overture,XBL,Fighting,Arc System Works,Arc System Works,,,,,,,2010-03-09,2019-04-21 -/games/boxart/full_9375593PALFrontccc.jpg,Guilty Gear Isuka,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2006-06-20, -/games/boxart/full_guilty-gear-isuka_408PALFront.jpg,Guilty Gear Isuka,XB,Fighting,505 Games,Arc System Works,,,,,,,2006-01-01, -/games/boxart/full_2591890AmericaFrontccc.jpg,Guilty Gear Judgment,PSN,Fighting,Majesco,Arc System Works,7.5,,,,,,2008-10-02, -/games/boxart/full_9674772JapanFrontccc.jpg,Guilty Gear Petit,WS,Fighting,Sammy Corporation,Arc System Works,,,,,,,2001-01-25, -/games/boxart/full_5682758JapanFrontccc.jpg,Guilty Gear Petit 2,WS,Fighting,Sammy Corporation,Arc System Works,,,,,,,2001-09-27, -/games/boxart/full_7277671JapanFrontccc.jpg,Guilty Gear X,DC,Fighting,Sammy Corporation,Arc System Works,8.7,,,,,,2000-12-14, -/games/boxart/full_7070418AmericaFrontccc.jpg,Guilty Gear X2 #Reload,XBL,Fighting,Sega,Arc System Works,,,,,,,2008-06-16,2019-04-21 -/games/boxart/full_9011672PALFrontccc.jpg,Guilty Gear X2 #Reload,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2004-07-23,2019-04-21 -/games/boxart/full_3377711PALFrontccc.jpg,Guilty Gear X2 #Reload,PS2,Fighting,Zoo Digital Publishing,Arc System Works,,,,,,,2004-12-10, -/games/boxart/full_6690577AmericaFrontccc.png,Guilty Gear Xrd: Sign,Arc,Fighting,Sega,Arc System Works,,,,,,,2014-02-20,2018-11-01 -/games/boxart/full_4980778JapanFrontccc.jpg,Guilty Gear XX #Reload,PSP,Fighting,Sega,Arc System Works,,,,,,,2005-09-29, -/games/boxart/full_3572890AmericaFrontccc.png,Guilty Gear XX Accent Core Plus,PSN,Fighting,Aksys Games,Arc System Works,7.6,,,,,,2009-09-30, -/games/boxart/full_7622504AmericaFrontccc.jpg,Gundam Battle Assault 2,PS,Fighting,Bandai,Bandai,,,,,,,2002-07-17, -/games/boxart/full_6183227JapanFrontccc.jpg,Hajime no Ippo 2: Victorious Road,PS2,Fighting,ESP,New,,,,,,,2004-01-29, -/games/boxart/full_hajime-no-ippo-portable-victorious-spirits_586JapanFront.jpg,Hajime no Ippo Portable: Victorious Spirits,PSN,Fighting,Grand Prix Games,ESP Software,,,,,,,2010-12-22, -/games/boxart/full_1423460JapanFrontccc.jpg,Hajime no Ippo: The Fighting,PS,Fighting,Kodansha,Kodansha,,,,,,,1997-07-31, -/games/boxart/full_8834539JapanFrontccc.jpg,Hajime no Ippo: Victorious Boxers - Championship Version,PS2,Fighting,ESP,New,,,,,,,2002-06-27, -/games/boxart/4043038ccc.jpg,Hal Wrestling,GB,Fighting,HAL Laboratory,Human Entertainment,,,,,,,1990-01-02, -/games/boxart/full_7651099AmericaFrontccc.jpg,Hieronymus Bash,XBL,Fighting,Microsoft,Kindling,,,,,,,2009-04-10, -/games/boxart/full_hiryu-no-ken-retsuden-gb_420JapanFront.jpg,Hiryu no Ken Retsuden GB,GB,Fighting,Culture Brain,Culture Brain,,,,,,,2000-12-22, -/games/boxart/full_hiryu-no-ken-s-golden-fighter_541JapanFront.jpg,Hiryu no Ken S: Golden Fighter,SNES,Fighting,Culture Brain,Culture Brain,,,,,,,1992-07-31, -/games/boxart/full_hiryu-no-ken-special-fighting-wars_489JapanFront.jpg,Hiryu no Ken Special: Fighting Wars,NES,Fighting,Culture Brain,Culture Brain,,,,,,,1991-06-21, -/games/boxart/full_9104305JapanFrontccc.jpg,Hokuto no Ken,SAT,Fighting,Banpresto,Banpresto,,,,,,,1995-12-22, -/games/boxart/full_608864JapanFrontccc.jpg,Hokuto no Ken,PS,Fighting,Banpresto,Banpresto,,,,,,,1996-08-30, -/games/boxart/full_2475696JapanFrontccc.jpg,Hokuto no Ken 6: Gekitou Denshouken - Haou heno Michi,SNES,Fighting,Toei Animation,Shouei,,,,,,,1992-11-20, -/games/boxart/full_3143601JapanFrontccc.jpg,Hokuto no Ken 7: Seiken Retsuden - Denshousha heno Michi,SNES,Fighting,Toei Animation,Shouei,,,,,,,1993-12-24, -/games/boxart/full_4215872JapanFrontccc.jpg,Hokuto no Ken: Seiki Matsukyu Seishi Densetsu,PS,Fighting,Bandai,Bandai,,,,,,,2000-10-26, -/games/boxart/full_hyper-reverthion_714JapanFront.jpg,Hyper Reverthion,SAT,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-06-07, -/games/boxart/full_6404707PALFrontccc.jpg,Hyper Street Fighter II: The Anniversary Edition,PS2,Fighting,Capcom,Capcom Production Studio 2,,,,,,,2004-05-28, -/games/boxart/full_4333259AmericaFrontccc.jpg,Injustice: Gods Among Us,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2013-04-16,2018-04-22 -/games/boxart/full_international-karate-_811PALFront.jpg,International Karate +,PS,Fighting,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-01-01, -/games/boxart/full_5633793AmericaFrontccc.jpg,International Karate +,GBA,Fighting,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-02-21, -/games/boxart/full_international-karate-_566AmericaFront.jpg,International Karate +,VC,Fighting,Kaasa Solution,System 3 Software,,,,,,,2008-07-25, -/games/boxart/full_international-karate_437PALFront.jpg,International Karate 2000,GB,Fighting,Virgin Interactive,Studio 3,,,,,,,2000-11-24, -/games/boxart/full_international-karate-advanced_924PALFront.jpg,International Karate Advanced,GBA,Fighting,Studio 3,Studio 3,,,,,,,2001-11-30, -/games/boxart/full_8222233PALFrontccc.png,istanbul Beyleri,PC,Fighting,Unknown,,,,,,,,2006-12-17, -/games/boxart/4672705ccc.jpg,Jojo's Bizarre Adventure,DC,Fighting,Capcom,Capcom,8.1,,,,,,2000-01-01, -/games/boxart/full_joy-mech-fight_1JapanFront.jpg,Joy Mech Fight,VC,Fighting,Nintendo,Nintendo R&D1,,,,,,,2008-03-11, -/games/boxart/full_joy-mech-fight_8JapanFront.jpg,Joy Mech Fight,NES,Fighting,Nintendo,Nintendo R&D1,,,,,,,1993-05-21, -/games/boxart/full_jurassic-park-dinosaur-battles_0AmericaFront.jpg,Jurassic Park: Dinosaur Battles,PC,Fighting,VU Games,VU Games,,,,,,,2002-09-17, -/games/boxart/full_justice-league-task-force_6AmericaFront.jpg,Justice League Task Force,SNES,Fighting,Sunsoft,Blizzard Entertainment,,,,,,,1995-06-01, -/games/boxart/full_6901734AmericaFrontccc.jpg,Justice League Task Force,GEN,Fighting,Acclaim Entertainment,SunSoft,,,,,,,1995-08-24, -/games/boxart/full_1545953JapanFrontccc.jpg,K-1 World GP: Zettai Ouja Ikusei Keikaku,DS,Fighting,D3 Publisher,D3 Publisher,,,,,,,2007-12-06, -/games/boxart/full_kabuki-klash_452JapanFront.jpg,Kabuki Klash (CD),NG,Fighting,Hudson Soft,RED Company,,,,,,,1995-11-24, -/games/boxart/full_6818632JapanFrontccc.jpg,Kakuge-Yaro: Fighting Game Creator,PS,Fighting,IPC Software,IPC Software,,,,,,,2000-02-17, -/games/boxart/full_8714727JapanFrontccc.jpg,Kamen Rider,PS,Fighting,Bandai,Bandai,,,,,,,1998-10-01, -/games/boxart/full_8380400JapanFrontccc.jpg,Kamen Rider,SNES,Fighting,Bandai,Bandai,,,,,,,1993-11-12, -/games/boxart/full_5580164JapanFrontccc.jpg,Kamen Rider Agito,PS,Fighting,Bandai,Bandai,,,,,,,2001-11-29, -/games/boxart/full_7184529JapanFrontccc.jpg,Kamen Rider V3,PS,Fighting,Bandai,Kaze,,,,,,,2000-09-14, -/games/boxart/full_kamen-rider-climax-heroes-fourze_780JapanFront.jpg,Kamen Rider: Climax Heroes Fourze,PSN,Fighting,Namco Bandai,Eighting,,,,,,,2011-12-01, -/games/boxart/full_karate-champ_534AmericaFront.jpg,Karate Champ,NES,Fighting,Data East,Data East,,,,,,,1986-11-01, -/games/boxart/default.jpg,Karate Champ (Arcade),VC,Fighting,Hamster Corporation,Technos Japan Corporation,,,,,,,2010-03-16, -/games/boxart/default.jpg,Karate Master 2 Knock Down Blow,PC,Fighting,Milestone S.r.l.,Crian Soft,,,,,,,2015-03-20, -/games/boxart/default.jpg,Karate Phants: Gloves of Glory,WW,Fighting,Unknown,SnapDragon Games,,,,,,,, -/games/boxart/4300925ccc.jpg,Karateka,7800,Fighting,Atari,"IBID, Inc.",,,,,,,1988-01-01, -/games/boxart/full_9564990AmericaFrontccc.jpg,Karateka,PC,Fighting,Broderbund,Broderbund Software,,,,,,,1986-01-01, -/games/boxart/full_6649097JapanFrontccc.jpg,Karateka,NES,Fighting,Soft Pro,Broderbund Software,,,,,,,1985-12-05, -/games/boxart/full_karnovs-revenge_10AmericaFront.jpg,Karnov's Revenge,NG,Fighting,Data East,Data East,,,,,,,1994-04-28, -/games/boxart/full_karnovs-revenge-cd_2JapanFront.jpg,Karnov's Revenge (CD),NG,Fighting,SNK,Data East,,,,,,,1994-01-01, -/games/boxart/8662895ccc.jpg,Kasumi Ninja,AJ,Fighting,Atari,Atari Games (Midway),,,,,,,1994-01-01, -/games/boxart/full_948759JapanFrontccc.jpg,Kengo 3,PS2,Fighting,Genki,LightWeight,,,,,,,2004-09-22, -/games/boxart/default.jpg,Kentooshi Furi Furi Boxing,WW,Fighting,Takara Tomy,Takara Tomy,,,,,,,2009-11-24, -/games/boxart/full_kick-ass_0AmericaFront.jpg,Kick-Ass,PSN,Fighting,WHA Entertainment,Frozen Codebase,,,,,,,2010-04-29, -/games/boxart/full_5580701AmericaFrontccc.jpg,Kickboxing,PS,Fighting,Agetec,Jorudan,,,,,,,2002-03-01, -/games/boxart/full_453158AmericaFrontccc.jpg,Killer Instinct,GB,Fighting,Nintendo,Rare Ltd.,,,,,,,1995-11-01, -/games/boxart/full_1077470AmericaFrontccc.jpg,Killer Instinct (2013),PC,Fighting,Microsoft Studios,Iron Galaxy,,,,,,,2016-03-29,2018-10-02 -/games/boxart/full_king-of-fighters-maximum-impact-maniax_819JapanFront.jpg,King of Fighters: Maximum Impact - Maniax,PS2,Fighting,SNK Playmore,Noise Factory,,,,,,,2006-03-23, -/games/boxart/default.jpg,King of Fighters: Maximum Impact 360,X360,Fighting,Unknown,SNK Playmore Corporation,,,,,,,, -/games/boxart/full_7456742JapanFrontccc.jpg,Kinnikuman Nisei: Dream Tag Match,WS,Fighting,Bandai,TOSE,,,,,,,2002-03-02, -/games/boxart/full_9115019JapanFrontccc.jpg,Kinnikuman: Dirty Challenger,SNES,Fighting,Yutaka,Yutaka,,,,,,,1992-08-21, -/games/boxart/full_kinnikuman-kinniku-ookurai-soudatsusen_8JapanFront.jpg,Kinnikuman: Kinniku Ookurai Soudatsusen (FDS),NES,Fighting,Bandai,Bandai,,,,,,,1987-05-01, -/games/boxart/full_8268569JapanFrontccc.jpg,Kinnikuman: Muscle Generations,PSP,Fighting,Bandai,Aki Corporation,,,,,,,2006-02-23, -/games/boxart/full_7124997JapanFrontccc.jpg,Kinnikuman: The Dream Match,GB,Fighting,Yutaka,Yutaka,,,,,,,1992-09-12, -/games/boxart/full_7931890JapanFrontccc.jpg,Kishin Douji Zenki FX: Vajra Fight,PCFX,Fighting,Hudson Soft,Hudson Soft,,,,,,,1995-12-22, -/games/boxart/full_kizuna-encounter-super-tag-battle_676AmericaFront.jpg,Kizuna Encounter: Super Tag Battle,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-06-28, -/games/boxart/full_kizuna-encounter-super-tag-battle_405AmericaFront.jpg,Kizuna Encounter: Super Tag Battle,NG,Fighting,SNK,SNK Corporation,,,,,,,1996-11-08, -/games/boxart/full_3502402AmericaFrontccc.jpg,Knockout Kings,GB,Fighting,EA Sports,Digital Eclipse,,,,,,,1999-12-07, -/games/boxart/default.jpg,Knuckle Heads (Arcade),VC,Fighting,Namco Bandai,Namco,,,,,,,2009-08-18, -/games/boxart/full_9333898JapanFrontccc.jpg,Koihime Enbu,PS3,Fighting,Yeti,Boss Alien Ltd.,,,,,,,2015-09-30, -/games/boxart/full_3652375JapanFrontccc.jpg,Konjiki no Gashbell!! Unare! Yuujou no Zakeru 2,GBA,Fighting,Banpresto,Banpresto,,,,,,,2004-12-22, -/games/boxart/full_koutetsu-reiiki-steeldom_420JapanFront.jpg,Koutetsu Reiiki: Steeldom,SAT,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-09-06, -/games/boxart/full_koutetsu-reiiki-steeldom_767JapanFront.jpg,Koutetsu Reiiki: Steeldom,PSN,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-05-12, -/games/boxart/full_koutetsu-reiiki-steeldom_213JapanFront.jpg,Koutetsu Reiiki: Steeldom,PS,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-08-30, -/games/boxart/full_kung-fu-live_695AmericaFront.jpg,Kung-Fu LIVE,PSN,Fighting,Virtual Air Guitar Company,Virtual Air Guitar Company Ltd,,,,,,,2010-12-07, -/games/boxart/full_4395571AmericaFrontccc.jpg,Last Bronx,PC,Fighting,Sega,Sega,,,,,,,1998-01-01, -/games/boxart/full_5527784AmericaFrontccc.jpg,Legend of the Dragon,PS2,Fighting,Game Factory,Neko Entertainment,,,,,,,2007-05-01, -/games/boxart/full_5289738AmericaFrontccc.jpg,Lethal League,PC,Fighting,Unknown,Unknown,,,,,,,2014-08-27, -/games/boxart/default.jpg,Lucha Libre AAA: Heroes del Ring,PSP,Fighting,Unknown,Sabarasa Entertainment,,,,,,,, -/games/boxart/default.jpg,Lucha Libre AAA: Heroes del Ring,DSiW,Fighting,Unknown,Slang,,,,,,,, -/games/boxart/full_lucha-libre-aaa-heroes-of-the-ring_0AmericaFront.jpg,Lucha Libre AAA: Heroes del Ring,Wii,Fighting,Unknown,Sabarasa Entertainment,,,,,,,2011-05-28, -/games/boxart/full_2430697JapanFrontccc.jpg,Mad Stalker: Full Metal Force,PCE,Fighting,NEC Interchannel,Family Soft,,,,,,,1994-09-15, -/games/boxart/full_mad-stalker-full-metal-force_238JapanFront.jpg,Mad Stalker: Full Metal Force,PSN,Fighting,Family Soft,Family Soft,,,,,,,2011-01-12, -/games/boxart/full_535004JapanFrontccc.jpg,Mad Stalker: Full Metal Force,PS,Fighting,Family Soft,Family Soft,,,,,,,1997-07-03, -/games/boxart/full_maniac-pro-wrestling-ashita-e-no-tatakai_7JapanFront.jpg,Maniac Pro-Wrestling: Ashita e no Tatakai,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1990-05-25, -/games/boxart/full_666260JapanFrontccc.jpg,Mar Heaven: Ärm Fight Dream,PS2,Fighting,Konami,Konami,,,,,,,2005-11-03, -/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,DS,Fighting,Unknown,Twelve Interactive,,,,,,,, -/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,PSP,Fighting,Unknown,Twelve Interactive,,,,,,,, -/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,PS2,Fighting,Unknown,Twelve Interactive,,,,,,,, -/games/boxart/default.jpg,Martial Arts: Capoeira Fighters,PC,Fighting,Unknown,Twelve Interactive,,,,,,,, -/games/boxart/full_6168107JapanFrontccc.jpg,Marvel Super Heroes vs. Street Fighter,SAT,Fighting,Capcom,Capcom,,,,,,,1998-10-22, -/games/boxart/full_1080927AmericaFrontccc.jpg,Marvel vs. Capcom 2,XBL,Fighting,Capcom,Backbone Emeryville,8.3,,,,,,2009-07-29, -/games/boxart/full_3046852AmericaFrontccc.png,Marvel vs. Capcom 2,PSN,Fighting,Capcom,Backbone Emeryville,8.6,,,,,,2009-08-13, -/games/boxart/full_masters-of-combat_0PALFront.jpg,Masters of Combat,MS,Fighting,Sega,SIMS,,,,,,,1993-01-01, -/games/boxart/6770646ccc.jpg,Mat Mania Challenge,7800,Fighting,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_4074086AmericaFrontccc.jpg,Matrimelee,NG,Fighting,Sun Amusement,Noise Factory,,,,,,,2003-05-29, -/games/boxart/full_797702JapanFrontccc.jpg,Melty Blood,PC,Fighting,Type-Moon,Type-Moon,,,,,,,2002-12-01, -/games/boxart/full_5762701JapanFrontccc.jpg,Melty Blood: Act Cadenza Version B,PC,Fighting,Ecole,Type-Moon,,,,,,,2007-07-27, -/games/boxart/full_3243579JapanFrontccc.jpg,Melty Blood: Re-ACT,PC,Fighting,Type-Moon,Type-Moon,,,,,,,2004-01-01, -/games/boxart/default.jpg,Melty Blood: Re-ACT Final Tuned,PC,Fighting,Type-Moon,Type-Moon,,,,,,,2005-07-03, -/games/boxart/1113246ccc.jpg,Metal Masters,GB,Fighting,Electro Brain,Bit Managers,,,,,,,1993-12-01, -/games/boxart/2396252ccc.jpg,Mighty Morphin Power Rangers,SNES,Fighting,Bandai,Natsume,,,,,,,1994-09-01, -/games/boxart/full_mighty-morphin-power-rangers-the-fighting-edition_10AmericaFront.jpg,Mighty Morphin Power Rangers: The Fighting Edition,SNES,Fighting,Bandai,Natsume,,,,,,,1995-09-01, -/games/boxart/full_369906AmericaFrontccc.jpg,Mighty Morphin Power Rangers: The Movie,GG,Fighting,Sega,Banpresto,,,,,,,1994-01-01, -/games/boxart/full_1589204JapanFrontccc.jpg,Mobile Suit Gundam Seed Destiny,GBA,Fighting,Bandai,Bandai,,,,,,,2004-11-25, -/games/boxart/full_monster-pro-wrestling_6JapanFront.jpg,Monster Pro Wrestling,PCE,Fighting,ASK,Lenar,,,,,,,1991-11-22, -/games/boxart/full_2662239PALFrontccc.jpg,Mortal Kombat,MS,Fighting,Acclaim Entertainment,Williams,,,,,,,1993-01-01, -/games/boxart/full_4053922AmericaFrontccc.jpg,Mortal Kombat,Arc,Fighting,Midway Games,Midway,,,,,,,1992-08-09, -/games/boxart/3425262ccc.gif,Mortal Kombat,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1993-09-13, -/games/boxart/121190ccc.jpg,Mortal Kombat,SNES,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1993-09-13, -/games/boxart/full_6147408AmericaFrontccc.jpg,Mortal Kombat,GG,Fighting,Arena Entertainment,Williams,,,,,,,1993-09-13, -/games/boxart/5341625ccc.jpg,Mortal Kombat,SCD,Fighting,Arena Entertainment,Probe Entertainment Limited,,,,,,,1994-05-26, -/games/boxart/3109707ccc.jpg,Mortal Kombat 3,PC,Fighting,Williams Entertainment,Midway Games,,,,,,,1996-01-01, -/games/boxart/default.jpg,Mortal Kombat 3,MS,Fighting,Tec Toy,Midway Games,,,,,,,1996-01-01, -/games/boxart/full_mortal-kombat-3_207AmericaFront.jpg,Mortal Kombat 3,GB,Fighting,Williams Entertainment,Software Creations,,,,,,,1995-11-01, -/games/boxart/full_2924738PALFrontccc.jpg,Mortal Kombat 3,GG,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1996-01-01, -/games/boxart/full_465450AmericaFrontccc.jpg,Mortal Kombat 4,Arc,Fighting,Midway Games,Eurocom Entertainment Software,,,,,,,1997-09-11, -/games/boxart/503925ccc.jpg,Mortal Kombat Gold,DC,Fighting,Midway Games,Eurocom Entertainment Software,5.7,,,,,,1999-08-31, -/games/boxart/full_mortal-kombat-i-amp-ii_5JapanFront.jpg,Mortal Kombat I & II,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-01-01, -/games/boxart/full_6313021AmericaFrontccc.jpg,Mortal Kombat II,PC,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_2688044JapanFrontccc.jpg,Mortal Kombat II,PS,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-08-02, -/games/boxart/full_mortal-kombat-ii_693AmericaFront.jpg,Mortal Kombat II,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-09-01, -/games/boxart/full_7398588AmericaFrontccc.jpg,Mortal Kombat II,GG,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_7931209PALFrontccc.jpg,Mortal Kombat II,MS,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_1558170AmericaFrontccc.png,Mortal Kombat II,Arc,Fighting,Midway Games,Midway,,,,,,,1993-06-25, -/games/boxart/full_5435225AmericaFrontccc.jpg,Mortal Kombat II,PSN,Fighting,Sony Online Entertainment,Digital Eclipse,,,,,,,2007-04-12,2018-11-27 -/games/boxart/2606960ccc.jpg,Mortal Kombat II,SAT,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-03-28, -/games/boxart/7085946ccc.jpg,Mortal Kombat Trilogy,SAT,Fighting,Midway Games,Point of View Inc.,,,,,,,1997-08-31, -/games/boxart/full_2617017AmericaFrontccc.jpg,Mortal Kombat Trilogy,PC,Fighting,GT Interactive,Point of View Inc.,,,,,,,1997-01-01, -/games/boxart/full_mortal-kombat-vs-dc-universe_95AmericaFront.jpg,Mortal Kombat vs DC Universe,PSN,Fighting,Midway Games,Midway,7.7,,,,,,2011-11-01, -/games/boxart/full_mortal-kombat-vs-dc-universe_3AmericaFront.jpg,Mortal Kombat vs DC Universe,XBL,Fighting,Midway Games,Midway Amusement Games,,,,,,,2010-09-15, -/games/boxart/full_mortal-kombat-arcade-kollection_788AmericaFront.jpg,Mortal Kombat: Arcade Kollection,XBL,Fighting,Unknown,NetherRealm Studios / Other Ocean Interactive,5,,,,,,2011-08-31, -/games/boxart/full_mortal-kombat-arcade-kollection_950AmericaFront.jpg,Mortal Kombat: Arcade Kollection,PSN,Fighting,Unknown,NetherRealm Studios / Other Ocean Interactive,5,,,,,,2011-08-30, -/games/boxart/default.jpg,Mortal Kombat: Arcade Kollection,PC,Fighting,Unknown,NetherRealm Studios / Other Ocean Interactive,,,,,,,2011-08-31, -/games/boxart/full_9754246AmericaFrontccc.jpg,Mortal Kombat: Armageddon,XB,Fighting,Midway Games,Midway Games,7.5,,,,,,2006-10-11, -/games/boxart/full_mortal-kombat-freddy-krueger_82AmericaFront.jpg,Mortal Kombat: Freddy Krueger,XBL,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_mortal-kombat-freddy-krueger_20AmericaFront.jpg,Mortal Kombat: Freddy Krueger,PSN,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_mortal-kombat-kenshi_444AmericaFront.jpg,Mortal Kombat: Kenshi,XBL,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_mortal-kombat-kenshi_561AmericaFront.jpg,Mortal Kombat: Kenshi,PSN,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_mortal-kombat-rain_415AmericaFront.jpg,Mortal Kombat: Rain,XBL,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_mortal-kombat-rain_665AmericaFront.jpg,Mortal Kombat: Rain,PSN,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_mortal-kombat-skarlet_682AmericaFront.jpg,Mortal Kombat: Skarlet,PSN,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_mortal-kombat-skarlet_974AmericaFront.jpg,Mortal Kombat: Skarlet,XBL,Fighting,Unknown,Netherrealms,,,,,,,, -/games/boxart/full_5285069AmericaFrontccc.png,Mortal Kombat: Unchained,PSN,Fighting,Midway Games,JGI Entertainment,,,,,,,2009-10-01, -/games/boxart/full_2425388AmericaFrontccc.jpg,MTV Celebrity Deathmatch,PC,Fighting,Gotham Games,Big Ape Productions,,,,,,,2003-10-19, -/games/boxart/full_610612AmericaFrontccc.jpg,MTV Celebrity Deathmatch,PS,Fighting,Gotham Games,Big Ape Productions,,,,,,,2003-10-21, -/games/boxart/full_9318027AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Legacy,PC,Fighting,Namco Bandai Games,CyberConnect2,,,,,,,2017-08-25, -/games/boxart/full_natsume-championship-wrestling_563AmericaFront.jpg,Natsume Championship Wrestling,SNES,Fighting,Natsume,Natsume,,,,,,,1994-06-01, -/games/boxart/full_natsume-championship-wrestling_467AmericaFront.jpg,Natsume Championship Wrestling,VC,Fighting,Natsume,Natsume,,,,,,,2011-03-21, -/games/boxart/full_neogeo-battle-coliseum_10AmericaFront.jpg,NeoGeo Battle Coliseum,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-06-09, -/games/boxart/full_2405582JapanFrontccc.jpg,NeoGeo Online Collection Complete Box Gekkan,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-12-23, -/games/boxart/full_2169111JapanFrontccc.jpg,NeoGeo Online Collection Complete Box Joukan,PS2,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-12-23, -/games/boxart/full_nettou-garou-densetsu-2_885JapanFront.jpg,Nettou Garou Densetsu 2,GB,Fighting,Takara,Takara,,,,,,,1994-07-29, -/games/boxart/full_2013858JapanFrontccc.jpg,Nettou Real Bout Garou Densetsu Special,GB,Fighting,Takara,SNK Corporation,,,,,,,1998-03-27, -/games/boxart/full_8880038JapanFrontccc.jpg,Nettou Samurai Spirits: Zankuro Musouken,GB,Fighting,Takara,Betop,,,,,,,1996-08-23, -/games/boxart/full_ninku-2_796JapanFront.jpg,Ninku 2: Tenkuuryuu e no Michi,GG,Fighting,Sega,Sega,,,,,,,1995-12-22, -/games/boxart/full_ninku_990JapanFront.jpg,Ninku: Tsuyokina Yatsura No Daigekitotsu!,SAT,Fighting,Sega,Sega,,,,,,,1996-02-02, -/games/boxart/full_one_9PALFront.jpg,One,NGage,Fighting,Nokia,Digital Legends Entertainment,6.8,,,,,,2005-10-13, -/games/boxart/full_7817352AmericaFrontccc.jpg,One Must Fall: 2097,PC,Fighting,Epic Games,Diversions Entertainment,,,,,,,1994-06-15, -/games/boxart/full_2137714AmericaFrontccc.jpg,One Must Fall: Battlegrounds,PC,Fighting,Diversions Entertainment,Diversions Entertainment,,,,,,,2003-12-19, -/games/boxart/full_1872476JapanFrontccc.jpg,Oozumou Tamashii,SNES,Fighting,Takara,Takara,,,,,,,1992-12-11, -/games/boxart/full_1886541JapanFrontccc.jpg,Oretachi Game Center Zoku: Yie Ar Kung Fu,PS2,Fighting,Hamster Corporation,Hamster Corporation,,,,,,,2005-10-27, -/games/boxart/full_ougon-musou-kyoku_121JapanFront.jpg,Ougon Musou Kyoku,PC,Fighting,Unknown,07th Expansion,,,,,,,2010-12-31, -/games/boxart/full_ougon-musou-kyoku-x_59JapanFront.jpg,Ougon Musou Kyoku X,X360,Fighting,Alchemist,07th Expansion,,,,,,,2011-10-06, -/games/boxart/default.jpg,Over the Top Wrestling,X360,Fighting,Unknown,Majesco Games,,,,,,,, -/games/boxart/full_1870642AmericaFrontccc.jpg,Overruled!,OSX,Fighting,Team17 Software,Dlala Studios,,,,,,,2014-09-15,2018-08-08 -/games/boxart/full_58519AmericaFrontccc.jpg,Overruled!,Linux,Fighting,Team17 Software,Dlala Studios,,,,,,,2014-09-15,2018-08-08 -/games/boxart/full_9290168AmericaFrontccc.jpg,Overruled!,PC,Fighting,Team17 Software,Dlala Studios,,,,,,,2014-09-15,2018-08-08 -/games/boxart/default.jpg,Pajamorama,XBL,Fighting,Unknown,Dannobot Games,,,,,,,, -/games/boxart/default.jpg,Persona 4: The Ultimate in Mayonaka Arena,X360,Fighting,Unknown,Arc System Works,,,,,,,, -/games/boxart/default.jpg,Persona 4: The Ultimate in Mayonaka Arena,PS3,Fighting,Unknown,Arc System Works,,,,,,,, -/games/boxart/default.jpg,Phantom Breaker: Battle Grounds,PSV,Fighting,5pb,5pb. Inc.,,,,,,,2014-07-29, -/games/boxart/full_9460469AmericaFrontccc.jpg,Photo Dojo,DSiW,Fighting,Nintendo,Nintendo,,,,,,,2010-05-10, -/games/boxart/full_3693570AmericaFrontccc.jpg,Pirate Cubes,XBL,Fighting,Microsoft,Peter Conti,,,,,,,2009-02-25, -/games/boxart/5901590ccc.jpg,Pit-Fighter,GB,Fighting,THQ,Tengen,,,,,,,1992-06-01, -/games/boxart/full_6896041AmericaFrontccc.jpg,Pit-Fighter,GEN,Fighting,Tengen,Sterling Silver Software,,,,,,,1991-01-01, -/games/boxart/5480481ccc.jpg,Pit-Fighter,SNES,Fighting,THQ,Tengen,,,,,,,1992-03-01, -/games/boxart/977458ccc.jpg,Plasma Sword: Nightmare of Bilstein,DC,Fighting,Capcom,Capcom,5.7,,,,,,2000-03-31, -/games/boxart/full_pocket-fighter_983AmericaFront.jpg,Pocket Fighter,PSN,Fighting,Sony Computer Entertainment,Capcom,,,,,,,2011-02-08, -/games/boxart/full_4530744JapanFrontccc.jpg,Pocket Fighter,WS,Fighting,Bandai,Soft Machine,,,,,,,2000-04-06, -/games/boxart/full_593017JapanFrontccc.jpg,Pokken Tournament,Arc,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-07-16, -/games/boxart/610164ccc.jpg,Power Instinct,SNES,Fighting,Atlus,Atlus Co.,,,,,,,1994-12-01, -/games/boxart/8698832ccc.jpg,Power Moves,SNES,Fighting,Kaneko Co. Ltd,Kaneko,,,,,,,1993-01-01, -/games/boxart/default.jpg,Power Punch,WW,Fighting,Unknown,GrandPrix Games,,,,,,,, -/games/boxart/full_1283110AmericaFrontccc.jpg,Power Quest,GB,Fighting,Sunsoft,Japan System Supply,,,,,,,1998-12-01, -/games/boxart/6060819ccc.jpg,Power Stone 2,DC,Fighting,Capcom,Capcom,8.8,,,,,,2000-08-23, -/games/boxart/9902503ccc.jpg,Primal Rage,3DO,Fighting,LG,Atari Games,,,,,,,1995-01-01, -/games/boxart/475547ccc.jpg,Primal Rage,SNES,Fighting,Time Warner Interactive,Bitmasters,,,,,,,1995-08-01, -/games/boxart/full_7653102AmericaFrontccc.jpg,Primal Rage,GG,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/2572870ccc.jpg,Primal Rage,GB,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-07-01, -/games/boxart/full_3815596AmericaFrontccc.jpg,Primal Rage,PC,Fighting,Time Warner Interactive,Teeny Weeny Games,,,,,,,1995-01-01, -/games/boxart/full_3392234AmericaFrontccc.jpg,Primal Rage,SAT,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/5487812ccc.jpg,Primal Rage,AJ,Fighting,Time Warner Interactive,Atari Games,,,,,,,1995-12-01, -/games/boxart/full_9183208AmericaFrontccc.jpg,Primal Rage,GEN,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/full_9882921JapanFrontccc.jpg,Pro Wrestling,PS,Fighting,A1 Games,D3 Publisher,,,,,,,1999-01-01, -/games/boxart/2979192ccc.jpg,Pro Wrestling,MS,Fighting,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_pro-wrestling-sengokuden-hyper-tag-match_885JapanFront.jpg,Pro Wrestling Sengokuden: Hyper Tag Match,PSN,Fighting,GungHo,KSS,,,,,,,2011-03-09, -/games/boxart/full_pro-wrestling-sengokuden-hyper-tag-match_647JapanFront.jpg,Pro Wrestling Sengokuden: Hyper Tag Match,PS,Fighting,KSS,KSS,,,,,,,1997-10-23, -/games/boxart/full_project-cerberus_3JapanFront.jpg,Project Cerberus,PSP,Fighting,Milestone,MileStone Inc.,,,,,,,2010-08-26, -/games/boxart/default.jpg,Project Giant Robot,WiiU,Fighting,Nintendo,Nintendo,,,,,,,2017-12-31, -/games/boxart/2301039ccc.jpg,Project Justice,DC,Fighting,Capcom,Capcom,7.9,,,,,,2001-05-16, -/games/boxart/full_5843713PALFrontccc.jpg,Psychic Force 2,PS,Fighting,JVC,Taito Corporation,,,,,,,2001-01-01, -/games/boxart/692934ccc.jpg,Psychic Force 2012,DC,Fighting,Acclaim Entertainment,Taito Corporation,6.6,,,,,,1999-10-31, -/games/boxart/full_865656JapanFrontccc.jpg,Psychic Force Complete,PS2,Fighting,Taito,Taito Corporation,,,,,,,2005-12-29, -/games/boxart/7508119ccc.jpg,Punch-Out!! Featuring Mr. Dream,NES,Fighting,Nintendo,Nintendo IRD,,,,,,,1990-08-01, -/games/boxart/full_6016238AmericaFrontccc.jpg,Punch-Out!! Featuring Mr. Dream,VC,Fighting,Nintendo,Nintendo IRD,9,,,,,,2007-04-16, -/games/boxart/full_rag-doll-kung-fu_778AmericaFront.png,Rag Doll Kung Fu,PC,Fighting,Valve,Mark Healey,7,,,,,,2005-10-12, -/games/boxart/full_rag-doll-kung-fu-fists-of-plastic_8AmericaFront.jpg,Rag Doll Kung Fu: Fists of Plastic,PSN,Fighting,Sony Computer Entertainment,Tarsier Studios,6.2,,,,,,2009-04-09, -/games/boxart/full_3994880AmericaFrontccc.jpg,Rage of the Dragons,NG,Fighting,Playmore,Evoga Entertainment,,,,,,,2002-09-20, -/games/boxart/full_2579677AmericaFrontccc.jpg,Rage of the Gladiator,WW,Fighting,Ghostfire Games,Ghostfire Games,8,,,,,,2010-03-15, -/games/boxart/full_5078057AmericaFrontccc.png,Rage of the Immortals,And,Fighting,GREE,GREE,,,,,,,2014-03-13, -/games/boxart/full_7106453PALFrontccc.jpg,Rakuga Kids,N64,Fighting,Konami,KCEK,,,,,,,1998-12-04, -/games/boxart/full_9502723JapanFrontccc.jpg,Rakugaki Showtime,PS,Fighting,Enix,"Treasure Co., Ltd.",,,,,,,1999-07-29, -/games/boxart/default.jpg,Ranger Wars,XBL,Fighting,Unknown,Nubbernaut,,,,,,,, -/games/boxart/full_7330847JapanFrontccc.jpg,Ranma 1/2: Battle Renaissance,PS,Fighting,Shogakukan,Atelier-Sai,,,,,,,1996-12-06, -/games/boxart/full_2141324JapanFrontccc.jpg,Ranma 1/2: Chougi Ranbu Hen,SNES,Fighting,Shogakukan,Atelier Double,,,,,,,1994-04-28, -/games/boxart/full_978436JapanFrontccc.jpg,"Ranma 1/2: Datou, Ganso Musabetsu Kakutou-ryuu!",PCE,Fighting,NCS,NCS,,,,,,,1992-10-02, -/games/boxart/full_2026951AmericaFrontccc.jpg,Ranma 1/2: Hard Battle,SNES,Fighting,NCS,Atelier Double,,,,,,,1993-11-12, -/games/boxart/965706ccc.jpg,Ready 2 Rumble Boxing: Round 2,DC,Fighting,Midway Games,Midway Games,,,,,,,2000-10-23, -/games/boxart/full_real-bout-fatal-fury_147JapanFront.jpg,Real Bout Fatal Fury,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-04-26, -/games/boxart/full_9998287PALFrontccc.jpg,Real Bout Fatal Fury,PS,Fighting,Sony Computer Entertainment,SNK Corporation,,,,,,,1997-08-01, -/games/boxart/full_7249291AmericaFrontccc.jpg,Real Bout Fatal Fury,NG,Fighting,SNK,SNK Corporation,,,,,,,1996-01-26, -/games/boxart/full_real-bout-fatal-fury-cd_334AmericaFront.jpg,Real Bout Fatal Fury (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-02-23, -/games/boxart/full_9406422AmericaFrontccc.jpg,Real Bout Fatal Fury 2: The Newcomers,NG,Fighting,SNK,SNK Corporation,,,,,,,1998-04-29, -/games/boxart/full_3721146AmericaFrontccc.jpg,Real Bout Fatal Fury Special,NG,Fighting,SNK,SNK Corporation,,,,,,,1997-02-28, -/games/boxart/full_real-bout-fatal-fury-special-cd_127AmericaFront.jpg,Real Bout Fatal Fury Special (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1997-01-01, -/games/boxart/full_real-bout-garou-densetsu-2-the-newcomers-cd_238JapanFront.jpg,Real Bout Garou Densetsu 2: The Newcomers (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1998-07-23, -/games/boxart/full_real-bout-garou-densetsu-special_141JapanFront.jpg,Real Bout Garou Densetsu Special,SAT,Fighting,SNK,SNK Corporation,,,,,,,1997-12-23, -/games/boxart/full_real-bout-garou-densetsu-special-dominated-mind_587JapanFront.jpg,Real Bout Garou Densetsu Special: Dominated Mind,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-05-31, -/games/boxart/full_real-bout-garou-densetsu-best-collection_587JapanFront.jpg,Real Bout Garou Densetsu: Best Collection,SAT,Fighting,SNK,SNK Corporation,,,,,,,1998-08-06, -/games/boxart/full_real-steel_124AmericaFront.jpg,Real Steel,PSN,Fighting,Yuke's,Yuke's,,,,,,,2011-10-18, -/games/boxart/full_real-steel_551AmericaFront.jpg,Real Steel,XBL,Fighting,Yuke's,Yuke's,,,,,,,2011-10-12, -/games/boxart/full_2650557AmericaFrontccc.jpg,Resurrection: Rise 2,PC,Fighting,Acclaim Entertainment,Mirage Tech,,,,,,,1996-02-29, -/games/boxart/3354543ccc.jpg,Resurrection: Rise 2,SAT,Fighting,Acclaim Entertainment,Mirage Tech,,,,,,,1996-01-01, -/games/boxart/3270917ccc.jpg,Revengers of Vengeance,SCD,Fighting,Extreme Entertainment Group,Micronet,,,,,,,1994-01-01, -/games/boxart/full_reverthion_901JapanFront.jpg,Reverthion,PSN,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-06-23, -/games/boxart/full_reverthion_767JapanFront.jpg,Reverthion,PS,Fighting,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-12-01, -/games/boxart/full_7630649AmericaFrontccc.jpg,Riddick Bowe Boxing,GG,Fighting,Extreme Entertainment Group,Equilibrium,,,,,,,1993-01-01, -/games/boxart/full_3792205AmericaFrontccc.jpg,Riddick Bowe Boxing,SNES,Fighting,Extreme Entertainment Group,Malibu Games,,,,,,,1994-01-01, -/games/boxart/full_riddick-bowe-boxing_910AmericaFront.jpg,Riddick Bowe Boxing,GB,Fighting,Extreme Entertainment Group,Equilibrium,,,,,,,1994-01-01, -/games/boxart/default.jpg,Rikishi,DSiW,Fighting,ArtePiazza,ArtePiazza,,,,,,,2011-01-19, -/games/boxart/full_6823906AmericaFrontccc.jpg,Rise 2: Resurrection,PS,Fighting,Acclaim Entertainment,Mirage Tech,,,,,,,1996-03-06, -/games/boxart/full_4708915AmericaFrontccc.jpg,Rise of the Robots,GG,Fighting,Acclaim Entertainment,Mirage,,,,,,,1994-01-01, -/games/boxart/full_9392417AmericaFrontccc.jpg,Rise of the Robots,CDi,Fighting,Philips Media France,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/full_7190371PALFrontccc.jpg,Rise of the Robots,GEN,Fighting,Acclaim Entertainment,Data Design Interactive,,,,,,,1994-01-01, -/games/boxart/7675694ccc.jpg,Rise of the Robots,3DO,Fighting,Absolute Entertainment,Mirage,,,,,,,1995-03-17, -/games/boxart/full_9027802AmericaFrontccc.jpg,Rise of the Robots,MSD,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/227801ccc.jpg,Rise of the Robots,SNES,Fighting,Acclaim Entertainment,Data Design Interactive,,,,,,,1995-01-01, -/games/boxart/full_3898889AmericaFrontccc.jpg,Rise of the Robots,Amig,Fighting,Time Warner Interactive,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/1172932ccc.jpg,Robo Pit,SAT,Fighting,THQ,Altron Corporation,,,,,,,1996-01-01, -/games/boxart/full_5192373AmericaFrontccc.jpg,Robo-Pit 2,PS,Fighting,Mud Duck Productions,Altron Corporation,,,,,,,2003-01-01, -/games/boxart/full_3244915AmericaFrontccc.jpg,Rock 'Em Sock 'Em Robot,GBA,Fighting,DSI Games,Full Fat,,,,,,,2006-10-02, -/games/boxart/full_rock-em-sock-em-robots_766AmericaFront.jpg,Rock 'Em Sock 'Em Robots,GBA,Fighting,DSI Games,Full Fat,,,,,,,2006-10-02, -/games/boxart/full_9900624AmericaFrontccc.jpg,Rocky,GBA,Fighting,Ubisoft,Virtucraft,,,,,,,2002-11-17, -/games/boxart/150368ccc.jpg,Rocky,MS,Fighting,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_rokudenashi-blues_149JapanFront.jpg,Rokudenashi Blues,SNES,Fighting,Unknown,TOSE Software,,,,,,,1994-04-15, -/games/boxart/full_royal-pro-wrestling_1JapanFront.jpg,Royal Pro Wrestling,3DO,Fighting,Natsume,Natsume,,,,,,,1996-02-23, -/games/boxart/full_6367153JapanFrontccc.jpg,Rurouni Kenshin: Ishin Gekitouhen,PS,Fighting,Sony Computer Entertainment,Zoom Inc.,,,,,,,1996-11-29, -/games/boxart/full_rushing-punch_79AmericaFront.jpg,Rushing Punch,XBL,Fighting,Microsoft,Divider1109jp,,,,,,,2011-05-20, -/games/boxart/full_7620805JapanFrontccc.jpg,Ryuuko no Ken,PCE,Fighting,Hudson Soft,Alfa System,,,,,,,1994-03-26, -/games/boxart/full_8942366JapanFrontccc.jpg,Ryuuko no Ken 2,SNES,Fighting,Saurus,Saurus,,,,,,,1994-12-21, -/games/boxart/full_saber-marionette-j-battle-sabers_103JapanFront.gif,Saber Marionette J: Battle Sabers,PS,Fighting,Bandai,Tom Create,,,,,,,1997-03-28, -/games/boxart/full_6918517PALFrontccc.jpg,Saint Seiya: Soldiers' Soul,PC,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-10-06, -/games/boxart/full_1525098PALFrontccc.jpg,Saint Seiya: The Sanctuary,PS2,Fighting,Bandai,Dimps Corporation,,,,,,,2005-06-30, -/games/boxart/full_sakigake-otokojuku_669JapanFront.jpg,Sakigake!! Otokojuku,PS2,Fighting,D3 Publisher,D3 Publisher,,,,,,,2005-11-10, -/games/boxart/full_samurai-shodown_997AmericaFront.jpg,Samurai Shodown,GEN,Fighting,Takara,Saurus,,,,,,,1994-01-01, -/games/boxart/full_753223AmericaFrontccc.jpg,Samurai Shodown,GG,Fighting,Takara,Takara,,,,,,,1994-01-01, -/games/boxart/2424435ccc.jpg,Samurai Shodown,SCD,Fighting,JVC,Funcom,,,,,,,1993-01-01, -/games/boxart/full_2742703JapanFrontccc.jpg,Samurai Shodown,3DO,Fighting,BMG Interactive Entertainment,Crystal Dynamics,,,,,,,1995-02-10, -/games/boxart/full_samurai-shodown_372AmericaFront.jpg,Samurai Shodown,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_samurai-shodown_399AmericaFront.jpg,Samurai Shodown,GB,Fighting,Takara,Takara,,,,,,,1994-11-01, -/games/boxart/5540426ccc.jpg,Samurai Shodown,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2008-06-16, -/games/boxart/full_samurai-shodown-psp_672AmericaFront.jpg,Samurai Shodown (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-02-01, -/games/boxart/full_samurai-shodown-2_252AmericaFront.jpg,Samurai Shodown 2,PC,Fighting,Interplay,Kinesoft,,,,,,,1999-05-14, -/games/boxart/full_5628444AmericaFrontccc.png,Samurai Shodown Anthology,PSN,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-09-30, -/games/boxart/full_5357719AmericaFrontccc.jpg,Samurai Shodown II,XBL,Fighting,SNK Playmore,SNK Corporation,,,,,,,2008-09-10, -/games/boxart/1413005ccc.jpg,Samurai Shodown II,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2008-08-25, -/games/boxart/full_samurai-shodown-ii-cd_789AmericaFront.jpg,Samurai Shodown II (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1994-12-15, -/games/boxart/full_5755839JapanFrontccc.jpg,Samurai Shodown III,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2010-09-06, -/games/boxart/full_samurai-shodown-iii-cd_732AmericaFront.jpg,Samurai Shodown III (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-12-29, -/games/boxart/full_samurai-shodown-iv-amakusas-revenge_130AmericaFront.jpg,Samurai Shodown IV: Amakusa's Revenge,NG,Fighting,SNK,SNK Corporation,,,,,,,1996-11-29, -/games/boxart/full_samurai-shodown-iv-amakusas-revenge-cd_908AmericaFront.jpg,Samurai Shodown IV: Amakusa's Revenge (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-12-27, -/games/boxart/full_samurai-shodown-v_198AmericaFront.jpg,Samurai Shodown V,NG,Fighting,SNK,Yuki Enterprise,,,,,,,2003-12-11, -/games/boxart/full_8169336PALFrontccc.jpg,Samurai Shodown V,PS2,Fighting,Ignition Entertainment,Yuki Enterprise,,,,,,,2006-05-26, -/games/boxart/full_samurai-shodown-v-special_362AmericaFront.jpg,Samurai Shodown V Special,NG,Fighting,SNK,Yuki Enterprise,,,,,,,2004-07-09, -/games/boxart/full_3638931AmericaFrontccc.jpg,Samurai Showdown,SNES,Fighting,Unknown,Neo Geo,,,,,,,, -/games/boxart/full_4225542JapanFrontccc.jpg,Samurai Spirits Best Collection,SAT,Fighting,SNK,SNK Corporation,,,,,,,1998-08-06, -/games/boxart/default.jpg,Samurai Spirits Zero Special,XB,Fighting,Unknown,SNK Corporation,,,,,,,, -/games/boxart/full_7259037JapanFrontccc.jpg,Samurai Spirits: Amakusa Kourin,SAT,Fighting,SNK,SNK Corporation,,,,,,,1997-10-02, -/games/boxart/full_9216054JapanFrontccc.jpg,Samurai Spirits: Amakusa Kourin Special,PS,Fighting,SNK,SNK Corporation,,,,,,,1997-12-25, -/games/boxart/full_samurai-spirits-kenkaku-yubinan-pack_621JapanFront.jpg,Samurai Spirits: Kenkaku Yubinan Pack,PS,Fighting,SNK,SNK Corporation,,,,,,,1998-03-26, -/games/boxart/full_6097102JapanFrontccc.jpg,Samurai Spirits: Zankuro Musouken,SAT,Fighting,SNK,SNK Corporation,,,,,,,1996-11-08, -/games/boxart/full_samurai-vs-zombie_474AmericaFront.jpg,Samurai vs Zombie,XBL,Fighting,Microsoft,Chise,,,,,,,2010-02-01, -/games/boxart/default.jpg,San Goku Shi III,MS,Fighting,Unknown,Koei,,,,,,,1994-01-01, -/games/boxart/default.jpg,SARAYIN ESRARI,PC,Fighting,Unknown,Unknown,,,,,,,,2018-10-08 -/games/boxart/5309686ccc.jpg,Saturday Night Slammasters,GEN,Fighting,Capcom,Capcom,,,,,,,1994-01-01, -/games/boxart/full_savage-reign_528AmericaFront.jpg,Savage Reign,NG,Fighting,SNK,SNK Corporation,,,,,,,1995-05-26, -/games/boxart/full_savage-reign_384AmericaFront.jpg,Savage Reign,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2011-05-31, -/games/boxart/full_savage-reign-cd_948AmericaFront.jpg,Savage Reign (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1995-06-16, -/games/boxart/full_392179JapanFrontccc.jpg,SD Gundam Eiyuden Daikessen!! Knight vs Musha,PS,Fighting,Bandai,Bandai,,,,,,,2001-03-01, -/games/boxart/full_sd-hiryu-no-ken_229JapanFront.jpg,SD Hiryu no Ken,SNES,Fighting,Unknown,Culture Brain,,,,,,,, -/games/boxart/full_3424821JapanFrontccc.jpg,SD Hiryu no Ken Densetsu,N64,Fighting,Culture Brain,Culture Brain,,,,,,,1999-01-29, -/games/boxart/full_sd-hiryu-no-ken-ex_907JapanFront.jpg,SD Hiryu no Ken EX,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1999-04-30, -/games/boxart/full_sd-hiryu-no-ken-gaiden_750JapanFront.jpg,SD Hiryu no Ken Gaiden,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1995-04-14, -/games/boxart/full_sd-hiryu-no-ken-gaiden-2_976JapanFront.jpg,SD Hiryu no Ken Gaiden 2,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1996-09-27, -/games/boxart/full_sega-ages-2500-series-vol-16-virtua-fighter-2_0JapanFront.jpg,Sega Ages 2500 Series Vol. 16: Virtua Fighter 2,PS2,Fighting,Sega,Sega-AM2,,,,,,,2004-10-14, -/games/boxart/full_sega-ages-2500-series-vol-19-fighting-vipers_4JapanFront.jpg,Sega Ages 2500 Series Vol. 19: Fighting Vipers,PS2,Fighting,Sega,Sega,,,,,,,2005-04-28, -/games/boxart/full_5919904JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 31: Dennou Senki Virtual On,PS2,Fighting,Sega,Sega,,,,,,,2007-10-25, -/games/boxart/full_1956319JapanFrontccc.jpg,Sega Ages Series 2500 Vol. 24: Last Bronx: Tokyo Bengaichi,PS2,Fighting,Sega,M2,,,,,,,2006-06-29, -/games/boxart/full_seifuku-densetsu-pretty-fighter_10JapanFront.jpg,Seifuku Densetsu: Pretty Fighter,SNES,Fighting,Imagineer,Genki,,,,,,,1994-12-02, -/games/boxart/full_seifuku-densetsu-pretty-fighter-x_342JapanFront.jpg,Seifuku Densetsu: Pretty Fighter X,SAT,Fighting,Imagineer,Imagineer,,,,,,,1995-06-16, -/games/boxart/full_shadow-war-of-succession_9AmericaFront.jpg,Shadow: War of Succession,3DO,Fighting,3DO,Tribeca Digital Studios,,,,,,,1994-01-01, -/games/boxart/full_7148666JapanFrontccc.jpg,Shaman King: Funbari Spirits,PS2,Fighting,Bandai,Dimps Corporation,,,,,,,2004-04-08, -/games/boxart/full_4478420AmericaFrontccc.jpg,Shaq-Fu,SNES,Fighting,Electronic Arts,Delphine Software International,,,,,,,1994-10-01, -/games/boxart/234392ccc.jpg,Shaq-Fu,GB,Fighting,Black Pearl,Unexpected Development,,,,,,,1995-10-01, -/games/boxart/full_7339989AmericaFrontccc.jpg,Shaq-Fu,GEN,Fighting,Electronic Arts,Delphine Software International,,,,,,,1994-01-01, -/games/boxart/full_shaq-fu_769AmericaFront.jpg,Shaq-Fu,GG,Fighting,Electronic Arts,Tiertex Design Studios,,,,,,,1995-01-01, -/games/boxart/full_new-japan-pro-wrestling-toukon-retsuden_9JapanFront.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden,WS,Fighting,Tomy Corporation,Tomy Corporation,,,,,,,1999-03-04, -/games/boxart/full_3442025JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Retsuden 4,DC,Fighting,Tomy Corporation,Tomy Corporation,,,,,,,1999-09-02, -/games/boxart/full_5468358JapanFrontccc.jpg,Shin Nippon Pro Wrestling: Toukon Road - Brave Spirits,N64,Fighting,Hudson Soft,Yuke's Media Creations,,,,,,,1998-01-04, -/games/boxart/full_shin-nippon-pro-wrestling-toukon-road-2-the-next-generation_2JapanFront.jpg,Shin Nippon Pro Wrestling: Toukon Road 2 - The Next Generation,N64,Fighting,Hudson Soft,Yuke's Media Creations,,,,,,,1998-12-26, -/games/boxart/full_7157328JapanFrontccc.jpg,Simple 1500 Series Vol. 52: The Pro Wrestling 2,PS,Fighting,D3 Publisher,Yuke's,,,,,,,2000-12-14, -/games/boxart/full_2872816JapanFrontccc.jpg,Simple 1500 Series Vol. 58: The Sumo,PS,Fighting,D3 Publisher,Multimedia Intelligence Transfer,,,,,,,2001-04-26, -/games/boxart/full_8046194JapanFrontccc.jpg,Simple 1500 Series Vol. 99: The Kendo,PS,Fighting,D3 Publisher,Amedio,,,,,,,2002-08-29, -/games/boxart/full_4238554JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 12: Kidou Butouden G Gundam: The Battle,PS,Fighting,Bandai,Natsume,,,,,,,2002-10-10, -/games/boxart/full_8205625JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 13: Kidou Senki Gundam W: The Battle,PS,Fighting,Bandai,Natsume,,,,,,,2002-10-10, -/games/boxart/default.jpg,Simple Series Vol. 5: The Judo,WW,Fighting,D3 Publisher,D3 Publisher,,,,,,,2009-10-27, -/games/boxart/default.jpg,Skullgirls,PS4,Fighting,Unknown,Reverge Labs,,,,,,,2015-01-01, -/games/boxart/default.jpg,Skullgirls,PSV,Fighting,Unknown,Reverge Labs,,,,,,,2015-01-01, -/games/boxart/default.jpg,Skullgirls,XBL,Fighting,Unknown,Reverge Labs,,,,,,,, -/games/boxart/full_2353418AmericaFrontccc.png,Skullgirls,PSN,Fighting,Unknown,Reverge Labs,,,,,,,, -/games/boxart/full_5358637JapanFrontccc.jpg,Slap Happy Rhythm Busters,PS,Fighting,ASK,Polygon Magic,,,,,,,2000-06-29, -/games/boxart/full_9963359AmericaFrontccc.jpg,Slaughter Sport,GEN,Fighting,Razorsoft,Sanritsu Denki,,,,,,,1991-01-01, -/games/boxart/default.jpg,smackdown vs. raw 2009,PS2,Fighting,Unknown,Yuke's,,,,,,,, -/games/boxart/full_snake-warriors-training_2PALFront.jpg,Snake Warriors: Training,PSN,Fighting,Unknown,Crystal Games,,,,,,,2011-04-19, -/games/boxart/1510172ccc.jpg,Sonic Battle,GBA,Fighting,THQ,Sonic Team/Dimps Corporation,7.9,,,,,,2004-01-05,2018-02-05 -/games/boxart/2680469ccc.jpg,Soul Fighter,DC,Fighting,Mindscape,Toka,4.1,,,,,,1999-10-31, -/games/boxart/full_372292AmericaFrontccc.jpg,SoulCalibur,XBL,Fighting,Namco Bandai Games,Namco,7.5,,,,,,2008-07-02, -/games/boxart/full_2586628AmericaFrontccc.png,SoulCalibur: Broken Destiny,PSN,Fighting,Namco Bandai,Project Soul,,,,,,,2009-10-01, -/games/boxart/full_1505619PALFrontccc.jpg,Spectral vs Generation,PSP,Fighting,Midas Interactive Entertainment,Idea Factory / International Games System (IGS),,,,,,,2007-03-30, -/games/boxart/full_4637267PALFrontccc.jpg,Spectral vs Generation,PS2,Fighting,Midas Interactive Entertainment,Idea Factory / International Games System (IGS),,,,,,,2007-07-25, -/games/boxart/full_star-gladiator-episode-i-final-crusade_782JapanFront.jpg,Star Gladiator Episode: I Final Crusade,PSN,Fighting,Capcom,Capcom,,,,,,,2011-02-09, -/games/boxart/full_stardust-suplex_996JapanFront.jpg,Stardust Suplex,SNES,Fighting,Varie,Varie Corporation,,,,,,,1995-01-20, -/games/boxart/full_9072370AmericaFrontccc.png,Steambot Chronicles: Battle Tournament,PSN,Fighting,Atlus,Irem Software Engineering,,,,,,,2009-10-21, -/games/boxart/6893232ccc.jpg,Street Combat,SNES,Fighting,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-04-01, -/games/boxart/default.jpg,Street Fighter 2 Special Champion Edition,GEN,Fighting,Unknown,Capcom,,,,,,,, -/games/boxart/default.jpg,Street Fighter Alpha,PC,Fighting,Capcom,Capcom,,,,,,,2000-06-14, -/games/boxart/full_7473558AmericaFrontccc.png,Street Fighter Alpha 2,PSN,Fighting,Sony Computer Entertainment,Capcom,,,,,,,2009-06-04, -/games/boxart/full_3297963AmericaFrontccc.jpg,Street Fighter Alpha 2,VC,Fighting,Capcom,Capcom,,,,,,,2009-12-07, -/games/boxart/full_3178650AmericaFrontccc.jpg,Street Fighter Alpha 2,PC,Fighting,Capcom,Capcom,,,,,,,1997-11-01, -/games/boxart/default.jpg,Street Fighter Alpha 3,PSN,Fighting,Unknown,Capcom,,,,,,,, -/games/boxart/4090802ccc.jpg,Street Fighter Alpha 3,DC,Fighting,Capcom,Capcom,8.4,,,,,,2000-05-31, -/games/boxart/full_7840513AmericaFrontccc.png,Street Fighter Alpha 3 MAX,PSN,Fighting,Capcom,Capcom,,,,,,,2009-10-14, -/games/boxart/full_5997749AmericaFrontccc.png,Street Fighter Alpha: Warriors' Dreams,PSN,Fighting,Capcom,Capcom,,,,,,,2008-08-14, -/games/boxart/full_5996201AmericaFrontccc.jpg,Street Fighter Alpha: Warriors' Dreams,GB,Fighting,Capcom,Crawfish Interactive,,,,,,,2000-03-01, -/games/boxart/full_3319498AmericaFrontccc.jpg,Street Fighter II,GB,Fighting,Nintendo,Capcom,,,,,,,1995-09-01, -/games/boxart/full_street-fighter-ii-turbo-hyper-fighting_9AmericaFront.jpg,Street Fighter II Turbo: Hyper Fighting,VC,Fighting,Capcom,Capcom,,,,,,,2007-06-25, -/games/boxart/default.jpg,Street Fighter II',MS,Fighting,Tec Toy,Capcom,,,,,,,1997-01-01, -/games/boxart/full_2787589AmericaFrontccc.jpg,Street Fighter II' Hyper Fighting,XBL,Fighting,Capcom,Sensory Sweep,6.9,,,,,,2006-08-02, -/games/boxart/full_street-fighter-ii-champion-edition_1JapanFront.jpg,Street Fighter II': Champion Edition,PCE,Fighting,NEC,Capcom,,,,,,,1993-06-12, -/games/boxart/full_2244765JapanFrontccc.jpg,Street Fighter II': Champion Edition,VC,Fighting,Capcom,Capcom,,,,,,,2009-11-16, -/games/boxart/full_8488324AmericaFrontccc.jpg,Street Fighter II': Special Champion Edition,VC,Fighting,Capcom,Capcom,,,,,,,2008-10-13, -/games/boxart/full_street-fighter-ii-the-world-warrior_1AmericaFront.jpg,Street Fighter II: The World Warrior,VC,Fighting,Capcom,Capcom,,,,,,,2006-12-25, -/games/boxart/full_1988158JapanFrontccc.jpg,Street Fighter III: 3rd Strike,PS2,Fighting,Capcom,Capcom,,,,,,,2004-07-22, -/games/boxart/9786918ccc.jpg,Street Fighter III: 3rd Strike,DC,Fighting,Capcom,Capcom,7.8,,,,,,2000-10-04, -/games/boxart/full_street-fighter-iii-3rd-strike-online-edition_867AmericaFront.jpg,Street Fighter III: 3rd Strike Online Edition,PSN,Fighting,Capcom,Capcom,8.5,,,,,,2011-08-23, -/games/boxart/full_street-fighter-iii-3rd-strike-online-edition_136AmericaFront.jpg,Street Fighter III: 3rd Strike Online Edition,XBL,Fighting,Capcom,Capcom,9.3,,,,,,2011-08-23, -/games/boxart/full_4737354AmericaFrontccc.jpg,Street Fighter III: Double Impact,DC,Fighting,Capcom,Capcom,8,,,,,,2000-06-19, -/games/boxart/full_676293AmericaFrontccc.jpg,Street Fighter IV,XBL,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2010-02-09, -/games/boxart/default.jpg,Street Fighter Online: Mouse Generation,PC,Fighting,Unknown,Daletto,,,,,,,, -/games/boxart/full_910419JapanFrontccc.jpg,Street Fighter Zero 3,SAT,Fighting,Capcom,Capcom,,,,,,,1999-08-06, -/games/boxart/3834538ccc.jpg,Street Fighter: The Movie,SAT,Fighting,Capcom,Incredible Technologies,,,,,,,1995-08-10, -/games/boxart/default.jpg,Street Heroes,NES,Fighting,Sachen,Thin Chen Enterprises,,,,,,,1995-01-01, -/games/boxart/full_5702549AmericaFrontccc.jpg,Streets of Fury,XBL,Fighting,Microsoft,Cyrille Lagarigue,,,,,,,2009-08-24, -/games/boxart/full_strip-fighter-2_5JapanFront.jpg,Strip Fighter II,PCE,Fighting,Unknown,Games Express,,,,,,,1993-01-01, -/games/boxart/full_5776725JapanFrontccc.jpg,Suiko Enbu: Fuuun Saiki,SAT,Fighting,Data East,Data East,,,,,,,1996-03-22, -/games/boxart/full_3119998JapanFrontccc.jpg,Suiko Enbu: Outlaws of the Lost Dynasty,PS,Fighting,Data East,Data East,,,,,,,1996-01-26, -/games/boxart/full_2275221JapanFrontccc.jpg,Super B-Daman: Fighting Phoenix,GB,Fighting,Hudson Soft,Takara,,,,,,,1997-07-11, -/games/boxart/full_super-bikkuriman_29JapanFront.jpg,Super BikkuriMan,SNES,Fighting,Bec,Tom Create,,,,,,,1993-01-29, -/games/boxart/full_super-chinese-fighter_88JapanFront.jpg,Super Chinese Fighter,SNES,Fighting,Culture Brain,Culture Brain,,,,,,,1995-01-03, -/games/boxart/full_super-chinese-fighter-ex_993JapanFront.jpg,Super Chinese Fighter EX,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1999-12-24, -/games/boxart/full_super-chinese-fighter-gb_250JapanFront.jpg,Super Chinese Fighter GB,GB,Fighting,Culture Brain,Culture Brain,,,,,,,1996-12-28, -/games/boxart/full_6531460JapanFrontccc.jpg,Super Fire ProWrestling 2,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1992-12-25, -/games/boxart/full_5154096JapanFrontccc.jpg,Super Fire ProWrestling III Easy Type,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1994-02-04, -/games/boxart/full_5091311JapanFrontccc.jpg,Super Fire ProWrestling III Final Bout,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1993-12-28, -/games/boxart/full_5848734JapanFrontccc.jpg,Super Fire ProWrestling Queen's Special,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1995-06-30, -/games/boxart/full_1576131JapanFrontccc.jpg,Super Fire ProWrestling X Premium,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1996-03-29, -/games/boxart/full_super-godzilla_5AmericaFront.jpg,Super Godzilla,SNES,Fighting,TOHO,"Toho Co., Ltd.",,,,,,,1994-07-01, -/games/boxart/full_6300993JapanFrontccc.jpg,Super Smash Bros.,iQue,Fighting,Unknown,HAL Laboratory,,,,,,,, -/games/boxart/3157801ccc.jpg,Super Street Fighter II Turbo,3DO,Fighting,Panasonic Interactive Media,Capcom,,,,,,,1994-01-01, -/games/boxart/full_super-street-fighter-ii-turbo-hd-remix_8AmericaFront.jpg,Super Street Fighter II Turbo: HD Remix,PSN,Fighting,Capcom,Backbone Emeryville,9.1,,,,,,2008-11-25, -/games/boxart/full_7477810AmericaFrontccc.jpg,Super Street Fighter II Turbo: HD Remix,XBL,Fighting,Capcom,Backbone Emeryville,8.9,,,,,,2008-11-26, -/games/boxart/full_3183029JapanFrontccc.jpg,Super Street Fighter II X for Matching Service,DC,Fighting,Capcom,Capcom,,,,,,,2000-12-22, -/games/boxart/9101664ccc.jpg,Super Street Fighter II: The New Challengers,VC,Fighting,Capcom,Capcom,,,,,,,2008-01-21, -/games/boxart/full_super-street-fighter-iv_14AmericaFront.jpg,Super Street Fighter IV,XBL,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2011-01-11, -/games/boxart/full_super-street-fighter-iv-arcade-edition_620AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,PSN,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2011-06-07, -/games/boxart/full_super-street-fighter-iv-arcade-edition_262AmericaFront.jpg,Super Street Fighter IV: Arcade Edition,XBL,Fighting,Capcom,Capcom / Dimps Corporation,,,,,,,2011-06-07, -/games/boxart/full_9277080JapanFrontccc.jpg,SVC Chaos: SNK vs. Capcom,NG,Fighting,SNK Playmore,SNK Corporation,,,,,,,2003-11-14, -/games/boxart/full_2004020PALFrontccc.jpg,SVC Chaos: SNK vs. Capcom,PS2,Fighting,Ignition Entertainment,SNK Corporation,,,,,,,2005-04-15, -/games/boxart/full_6031853AmericaFrontccc.jpg,Tag Team Wrestling,NES,Fighting,Data East,Data East,,,,,,,1986-09-01, -/games/boxart/full_4656093JapanFrontccc.jpg,Taiketsu! Ultra Hero,GBA,Fighting,Jorudan,Jorudan,,,,,,,2004-03-05, -/games/boxart/4476547ccc.jpg,Tech Romancer,DC,Fighting,Capcom,Capcom,8.3,,,,,,2000-03-31, -/games/boxart/7564793ccc.jpg,Tecmo World Wrestling,NES,Fighting,Tecmo,Tecmo,,,,,,,1990-04-01, -/games/boxart/full_6823580PALFrontccc.jpg,Teenage Mutant Ninja Turtles: Mutant Melee,PS2,Fighting,Konami,Konami Computer Entertainment Hawaii,,,,,,,2005-10-14, -/games/boxart/full_5600998AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: Tournament Fighters,GEN,Fighting,Konami,Konami,,,,,,,1993-12-02, -/games/boxart/full_tekken_336AmericaFront.jpg,Tekken,PSN,Fighting,Sony Computer Entertainment,Namco,,,,,,,2011-06-07, -/games/boxart/full_806326AmericaFrontccc.png,Tekken 2,PSN,Fighting,Namco Bandai,Namco,,,,,,,2006-12-03, -/games/boxart/full_9239065PALFrontccc.jpg,Tekken 2 / Soul Blade,PS,Fighting,Sony Computer Entertainment,Namco,,,,,,,2003-05-09, -/games/boxart/4998632ccc.jpg,Tekken 5: Dark Resurrection,PSN,Fighting,Namco Bandai,Namco Bandai Games,8.1,,,,,,2007-03-01, -/games/boxart/full_697428AmericaFrontccc.png,Tekken 6,PSN,Fighting,Namco Bandai,Namco Bandai Games,,,,,,,2009-11-24, -/games/boxart/full_944981AmericaFrontccc.jpg,Tekken 7,Arc,Fighting,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-03-18, -/games/boxart/full_2393955AmericaFrontccc.jpg,Teleroboxer,VB,Fighting,Nintendo,Nintendo IRD,,,,,,,1995-08-01, -/games/boxart/full_7486039JapanFrontccc.jpg,Tenryu Genchiro no Pro Wrestling Revolution: WAR - Wrestle and Romance,SNES,Fighting,Jaleco,Jaleco Entertainment,,,,,,,1994-09-30, -/games/boxart/default.jpg,The Circle: Martial Arts Fighter,Wii,Fighting,Unknown,Twelve Interactive,,,,,,,, -/games/boxart/full_2871084JapanFrontccc.jpg,The Eye of Typhoon,3DO,Fighting,Unknown,Viccom,,,,,,,1996-01-01, -/games/boxart/default.jpg,The gamrReview Test Game,NES,Fighting,Unknown,VGChartz,10,,,,,,1994-01-13, -/games/boxart/full_the-kick-boxing_9JapanFront.jpg,The Kick Boxing,PCE,Fighting,Micro World,Loriciel,,,,,,,1992-07-31, -/games/boxart/full_6980483AmericaFrontccc.jpg,The King of Fighters '94,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2007-01-07, -/games/boxart/full_the-king-of-fighters-94_441AmericaFront.jpg,The King of Fighters '94,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_the-king-of-fighters-94-psp_522AmericaFront.jpg,The King of Fighters '94 (PSP),PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, -/games/boxart/full_the-king-of-fighters-94-re-bout_520JapanFront.jpg,The King of Fighters '94 Re-Bout,PS2,Fighting,Unknown,SNK Playmore Corporation,,,,,,,, -/games/boxart/full_the-king-of-fighters-95_368AmericaFront.jpg,The King of Fighters '95,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-07-19, -/games/boxart/full_4037550AmericaFrontccc.jpg,The King of Fighters '95,GB,Fighting,Nintendo,Aspect Co. Ltd.,,,,,,,1997-02-01, -/games/boxart/full_5520077JapanFrontccc.jpg,The King of Fighters '95,VC,Fighting,D4 Enterprise,SNK Corporation,,,,,,,2010-04-26, -/games/boxart/full_the-king-of-fighters-95-96_235JapanFront.jpg,The King of Fighters '95 + '96,SAT,Fighting,SNK,SNK Corporation,,,,,,,1996-12-31, -/games/boxart/full_the-king-of-fighters-96_963JapanFront.jpg,The King of Fighters '96,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-10-11, -/games/boxart/full_the-king-of-fighters-96_280AmericaFront.jpg,The King of Fighters '96,VC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2011-02-15, -/games/boxart/full_the-king-of-fighters-96-cd_408AmericaFront.jpg,The King of Fighters '96 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1996-10-25, -/games/boxart/full_3036819AmericaFrontccc.jpg,The King of Fighters '97,NG,Fighting,SNK,SNK Corporation,,,,,,,1997-09-25, -/games/boxart/full_the-king-of-fighters-97_511JapanFront.jpg,The King of Fighters '97,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-05-31, -/games/boxart/full_the-king-of-fighters-97-cd_405AmericaFront.jpg,The King of Fighters '97 (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1997-01-01, -/games/boxart/full_9239388AmericaFrontccc.jpg,The King of Fighters '98 Ultimate Match,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,7.6,,,,,,2009-07-01, -/games/boxart/full_the-king-of-fighters-98_61JapanFront.jpg,The King of Fighters '98: Dream Match Never Ends,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-06-28, -/games/boxart/full_5382130AmericaFrontccc.jpg,The King of Fighters '98: The Slugfest,NG,Fighting,SNK,SNK Corporation,,,,,,,1998-09-23, -/games/boxart/full_9106193AmericaFrontccc.jpg,The King of Fighters '98: The Slugfest (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1998-01-01, -/games/boxart/full_4991112AmericaFrontccc.jpg,The King of Fighters '99,PSN,Fighting,Sony Computer Entertainment,SNK Corporation,,,,,,,2009-05-14, -/games/boxart/full_5874127AmericaFrontccc.jpg,The King of Fighters '99: Millennium Battle,NG,Fighting,SNK,SNK Corporation,,,,,,,1999-09-23, -/games/boxart/full_the-king-of-fighters-99-millennium-battle-cd_804AmericaFront.jpg,The King of Fighters '99: Millennium Battle (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1999-01-01, -/games/boxart/default.jpg,The King of Fighters 2000,PS4,Fighting,SNK Playmore,Trigger Apps,,,,,,,2016-05-03, -/games/boxart/full_2447383JapanFrontccc.jpg,The King of Fighters 2000,DC,Fighting,Playmore,Playmore Corporation,,,,,,,2002-08-08, -/games/boxart/full_the-king-of-fighters-2000_73JapanFront.jpg,The King of Fighters 2000,NG,Fighting,SNK,SNK Corporation,,,,,,,2000-12-21, -/games/boxart/full_9481328AmericaFrontccc.jpg,The King of Fighters 2001,NG,Fighting,Unknown,Eolith,,,,,,,2002-03-14, -/games/boxart/full_2207970JapanFrontccc.jpg,The King of Fighters 2001,DC,Fighting,Playmore,Eolith,,,,,,,2002-12-26, -/games/boxart/full_2831441JapanFrontccc.jpg,The King of Fighters 2001,PS2,Fighting,SNK Playmore,Eolith,,,,,,,2003-10-23, -/games/boxart/full_5562420JapanFrontccc.jpg,The King of Fighters 2002,DC,Fighting,Playmore,Eolith,,,,,,,2003-06-19, -/games/boxart/full_2009842PALFrontccc.jpg,The King of Fighters 2002,XB,Fighting,Ignition Entertainment,Eolith,,,,,,,2005-11-18, -/games/boxart/9515306ccc.jpg,The King of Fighters 2002,NG,Fighting,Sun Amusement,Eolith,,,,,,,2002-12-18, -/games/boxart/full_3419186PALFrontccc.jpg,The King of Fighters 2002,PS2,Fighting,Ignition Entertainment,Eolith,,,,,,,2005-10-07, -/games/boxart/full_the-king-of-fighters-2002-unlimited-match_2AmericaFront.jpg,The King of Fighters 2002: Unlimited Match,XBL,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-11-03, -/games/boxart/full_152831AmericaFrontccc.jpg,The King of Fighters 2003,NG,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2004-03-18, -/games/boxart/full_the-king-of-fighters-2003_519PALFront.jpg,The King of Fighters 2003,XB,Fighting,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-03-03, -/games/boxart/full_70510PALFrontccc.jpg,The King of Fighters 2003,PS2,Fighting,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-04-01, -/games/boxart/full_4872544AmericaFrontccc.png,The King of Fighters Collection: The Orochi Saga,PSN,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2009-09-30, -/games/boxart/full_315685AmericaFrontccc.jpg,The King of Fighters EX: Neo Blood,GBA,Fighting,Sammy Corporation,Marvelous Interactive,8.3,,,,,,2002-01-01, -/games/boxart/full_the-king-of-fighters-extreme_60AmericaFront.jpg,The King of Fighters Extreme,NGage,Fighting,Nokia,Hudson Soft,,,,,,,2005-01-12, -/games/boxart/full_the-king-of-fighters-capital_655JapanFront.jpg,The King of Fighters Kyo,PSN,Fighting,SNK Playmore,SNK Corporation,,,,,,,2007-06-28, -/games/boxart/full_9397416PALFrontccc.jpg,The King of Fighters NeoWave,PS2,Fighting,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-10-06, -/games/boxart/full_the-king-of-fighters-portable-9498-chapter-of-orochi_204JapanFront.jpg,The King of Fighters Portable '94~'98: Chapter of Orochi,PSN,Fighting,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-06-24, -/games/boxart/full_the-king-of-fighters-best-collection_861JapanFront.jpg,The King of Fighters: Best Collection,SAT,Fighting,SNK,SNK Corporation,,,,,,,1998-10-01, -/games/boxart/full_the-king-of-fighters-heat-of-battle_936PALFront.jpg,The King of Fighters: Heat of Battle,GB,Fighting,Takara,Aspect Co. Ltd.,,,,,,,1998-01-01, -/games/boxart/full_the-last-blade_712AmericaFront.jpg,The Last Blade,NG,Fighting,SNK,SNK Corporation,,,,,,,1998-01-29, -/games/boxart/full_the-last-blade-cd_475AmericaFront.jpg,The Last Blade (CD),NG,Fighting,SNK,SNK Corporation,,,,,,,1998-03-26, -/games/boxart/full_the-last-blade-2_598AmericaFront.jpg,The Last Blade 2,NG,Fighting,SNK,SNK Corporation,,,,,,,1999-01-28, -/games/boxart/4285022ccc.jpg,The Last Blade 2: Heart of the Samurai,DC,Fighting,Agetec,SNK Corporation,8,,,,,,2001-08-06, -/games/boxart/full_6890369AmericaFrontccc.jpg,The Rhythm of Fighters,And,Fighting,SNK Playmore,SNK Playmore,,,,,,,2014-06-24, -/games/boxart/full_time-killers_2AmericaFront.jpg,Time Killers,GEN,Fighting,Black Pearl,Incredible Technologies,,,,,,,1996-01-01, -/games/boxart/8559290ccc.jpg,Title Match Pro Wrestling,2600,Fighting,Absolute Entertainment,Absolute Entertainment,,,,,,,1987-01-01, -/games/boxart/6983081ccc.jpg,Title Match Pro Wrestling,7800,Fighting,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, -/games/boxart/full_6847996AmericaFrontccc.jpg,TMNT: Mutant Melee,PC,Fighting,Konami,Konami Computer Entertainment Hawaii,,,,,,,2005-03-28, -/games/boxart/full_tna-impact-cross-the-line_1AmericaFront.jpg,TNA iMPACT: Cross the Line,PSN,Fighting,SouthPeak Interactive,Point of View,,,,,,,2010-06-22, -/games/boxart/full_3915178PALFrontccc.png,Tom and Jerry in Fists of Furry,PC,Fighting,NewKidCo,VIS Entertainment,,,,,,,2002-01-01, -/games/boxart/default.jpg,Toon Fighter Z: BeatEm With Fun!,DS,Fighting,Unknown,TBA,,,,,,,, -/games/boxart/full_2704161AmericaFrontccc.jpg,ToriBash,PC,Fighting,Nabi Studios,Nabi Studios,,,,,,,2006-01-01, -/games/boxart/full_toribash-violence-perfected_1AmericaFront.jpg,ToriBash: Violence Perfected,WW,Fighting,Nabi Studios,Nabi Studios,,,,,,,2010-07-12, -/games/boxart/full_4273162JapanFrontccc.jpg,Toshinden,Wii,Fighting,Takara Tomy,DreamFactory,,,,,,,2009-12-10, -/games/boxart/full_4196014PALFrontccc.jpg,Toshinden Subaru,PS,Fighting,Takara,Tamsoft,,,,,,,2000-06-30, -/games/boxart/full_6310917AmericaFrontccc.jpg,Toughman Contest,GEN,Fighting,EA Sports,Visual Concepts,,,,,,,1995-01-01, -/games/boxart/full_4973654AmericaFrontccc.jpg,Transformers: Beast Wars Transmetals,N64,Fighting,BAM! Entertainment,Locomotive Games,,,,,,,2000-11-15, -/games/boxart/full_1941708AmericaFrontccc.jpg,Transformers: Prime,DS,Fighting,Activision,Altron,,,,,,,2012-10-30,2019-01-06 -/games/boxart/full_tsuppari-oozumou_1JapanFront.jpg,Tsuppari Oozumou,NES,Fighting,Tecmo,Tecmo,,,,,,,1987-09-18, -/games/boxart/full_tsuppari-oozumou_5JapanFront.jpg,Tsuppari Oozumou: Heisei Han,PCE,Fighting,Naxat Soft,Naxat Soft,,,,,,,1993-02-19, -/games/boxart/1124617ccc.jpg,Tuff E Nuff,SNES,Fighting,Jaleco,Jaleco Entertainment,,,,,,,1993-09-01, -/games/boxart/full_twinkle-queen_1JapanFront.jpg,Twinkle Queen,Wii,Fighting,Milestone,MileStone Inc.,,,,,,,2010-08-26, -/games/boxart/full_7761320AmericaFrontccc.jpg,UFC 2009 Undisputed,XBL,Fighting,THQ,Yuke's Osaka,,,,,,,2010-03-30, -/games/boxart/full_ufc-undisputed-2010_7AmericaFront.jpg,UFC Undisputed 2010,PSN,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2010-09-14, -/games/boxart/default.jpg,Ugoite Asobu Boxing,DSiW,Fighting,Genki,Genki,,,,,,,2010-07-28, -/games/boxart/full_ultimate-fighter_224AmericaFront.jpg,Ultimate Fighter,SNES,Fighting,Culture Brain,Culture Brain,,,,,,,1994-06-01, -/games/boxart/9728075ccc.jpg,Ultimate Fighting Championship,GB,Fighting,Crave Entertainment,Fluid Studios,,,,,,,2000-11-27, -/games/boxart/full_3380303AmericaFrontccc.jpg,Ultimate Mortal Kombat 3,XBL,Fighting,Midway Games,Digital Eclipse,7.1,,,,,,2006-10-21, -/games/boxart/1377118ccc.jpg,Ultimate Mortal Kombat 3,SAT,Fighting,Williams Entertainment,Eurocom Entertainment Software,,,,,,,1996-01-01, -/games/boxart/5627171ccc.gif,Ultimate Mortal Kombat 3,GEN,Fighting,Williams Entertainment,Avalanche Software,,,,,,,1996-01-01, -/games/boxart/8836281ccc.jpg,Ultimate Mortal Kombat 3,SNES,Fighting,Midway Games,Avalanche Software,,,,,,,1996-10-01, -/games/boxart/7069676ccc.jpg,Ultra Vortek,AJ,Fighting,Atari,Beyond Games,,,,,,,1995-01-01, -/games/boxart/1245499ccc.jpg,Ultraman,SNES,Fighting,Bandai,Bandai,,,,,,,1991-10-01, -/games/boxart/full_6032070JapanFrontccc.jpg,Ultraman,WS,Fighting,Bandai,Bandai,,,,,,,2001-06-21, -/games/boxart/full_4887051JapanFrontccc.jpg,Ultraman,GEN,Fighting,Ma-Ba,Ma-Ba,,,,,,,1993-04-09, -/games/boxart/full_2388726JapanFrontccc.jpg,Ultraman Fighting Evolution,PS,Fighting,Banpresto,Banpresto,,,,,,,1998-02-19, -/games/boxart/full_4209142JapanFrontccc.jpg,Ultraman Fighting Evolution 2,PS2,Fighting,Banpresto,Banpresto,,,,,,,2002-10-31, -/games/boxart/full_4717593JapanFrontccc.jpg,Ultraman Fighting Evolution Rebirth,PS2,Fighting,Banpresto,Banpresto,,,,,,,2005-10-27, -/games/boxart/full_8987775JapanFrontccc.jpg,Ultraman: Hikari no Kyojin Densetsu,SAT,Fighting,Bandai,Bandai,,,,,,,1996-12-20, -/games/boxart/full_1520875JapanFrontccc.jpg,Under Night In-Birth,Arc,Fighting,Sega,Ecole Software,,,,,,,2012-09-20,2018-11-09 -/games/boxart/5411726ccc.jpg,Urban Champion,NES,Fighting,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, -/games/boxart/5812595ccc.jpg,Urban Champion,VC,Fighting,Nintendo,Nintendo R&D1,,,,,,,2007-01-01, -/games/boxart/default.jpg,Valkyrie Fight,PC,Fighting,Amaginz,Amaginz,,,,,,,2001-01-01, -/games/boxart/full_5879556JapanFrontccc.jpg,Valkyrie Fight Tag,PC,Fighting,Amaginz,Amaginz,,,,,,,2001-01-01, -/games/boxart/full_6967905JapanFrontccc.jpg,Vampire Chronicle for Matching Service,DC,Fighting,Capcom,Capcom,,,,,,,2000-08-10, -/games/boxart/full_1911637JapanFrontccc.jpg,Vampire: Darkstalkers Collection,PS2,Fighting,Capcom,Capcom,,,,,,,2005-05-19, -/games/boxart/full_3389919JapanFrontccc.jpg,Vanguard Princess,PC,Fighting,Unknown,Tomoaki Sugeno,,,,,,,2009-06-30, -/games/boxart/full_versus-hero_6JapanFront.jpg,Versus Hero,GB,Fighting,Banpresto,Banpresto,,,,,,,1992-08-07, -/games/boxart/full_4762239AmericaFrontccc.jpg,Victorious Boxers 2: Fighting Spirit,PS2,Fighting,Empire Interactive,Grandprix Inc.,,,,,,,2006-11-20, -/games/boxart/full_9363328PALFrontccc.jpg,Victory Boxing Champion Edition,PS,Fighting,JVC,Victor Interactive Software,,,,,,,1996-12-01, -/games/boxart/3904471ccc.jpg,Virtua Fighter,PC,Fighting,Sega,Sega-AM2,7.4,,,,,,1996-08-31, -/games/boxart/4071551ccc.jpg,Virtua Fighter 2,PC,Fighting,Sega,Sega-AM2,8.1,,,,,,1997-09-30, -/games/boxart/full_virtua-fighter-2_3AmericaFront.jpg,Virtua Fighter 2,VC,Fighting,Sega,Sega-AM2,,,,,,,2007-04-16, -/games/boxart/full_virtua-fighter-2_5AmericaFront.jpg,Virtua Fighter 2,GEN,Fighting,Sega,Sega-AM2,,,,,,,1997-01-01, -/games/boxart/full_virtua-fighter-2-genesis_414AmericaFront.jpg,Virtua Fighter 2 (Genesis),PC,Fighting,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_6493655AmericaFrontccc.jpg,Virtua Fighter 5,XBL,Fighting,Unknown,Sega-AM2,,,,,,,, -/games/boxart/full_virtua-fighter-animation_2AmericaFront.jpg,Virtua Fighter Animation,GG,Fighting,Sega,Sega,,,,,,,1996-01-01, -/games/boxart/default.jpg,Virtua Fighter Animation,MS,Fighting,Tec Toy,Aspect,,,,,,,1997-03-01, -/games/boxart/full_7873104AmericaFrontccc.jpg,Virtua Fighter Remix,SAT,Fighting,Sega,Sega-AM2,,,,,,,1995-01-01, -/games/boxart/full_3496501JapanFrontccc.jpg,Virtual Pro Wrestling 2: Oudou Keishou,N64,Fighting,Asmik Ace Entertainment,Aki Corp.,,,,,,,2000-01-28, -/games/boxart/full_8825440JapanFrontccc.jpg,Virtual Pro Wrestling 64,N64,Fighting,Asmik Ace Entertainment,Aki Corp.,,,,,,,1997-12-19, -/games/boxart/full_vr-troopers_3AmericaFront.jpg,VR Troopers,GG,Fighting,Sega,Syrox Developments,,,,,,,1995-01-01, -/games/boxart/full_vr-troopers_8AmericaFront.jpg,VR Troopers,GEN,Fighting,Sega,Syrox Developments,,,,,,,1995-01-01, -/games/boxart/full_6100995JapanFrontccc.jpg,Waku Waku 7,NG,Fighting,SNK,SunSoft,,,,,,,1996-12-27, -/games/boxart/full_7894521JapanFrontccc.jpg,Waku Waku 7,SAT,Fighting,Sunsoft,SunSoft,,,,,,,1997-06-20, -/games/boxart/full_31842JapanFrontccc.jpg,Waku Waku 7,VC,Fighting,D4 Enterprise,SunSoft,,,,,,,2010-04-27, -/games/boxart/full_1812480AmericaFrontccc.jpg,War Gods,PC,Fighting,Midway Games,Midway Games,,,,,,,1997-06-30, -/games/boxart/3045071ccc.jpg,Way of the Warrior,3DO,Fighting,Universal Interactive,Naughty Dog,,,,,,,1995-01-01, -/games/boxart/9957673ccc.jpg,WCW Mayhem,GB,Fighting,Electronic Arts,2n Productions,,,,,,,2000-04-01, -/games/boxart/full_2276202AmericaFrontccc.jpg,WCW Nitro,PC,Fighting,THQ,Inland Productions,,,,,,,1998-01-01, -/games/boxart/8545792ccc.jpg,WCW vs The World,PS,Fighting,THQ,Aki Corp.,,,,,,,1997-02-28, -/games/boxart/8203034ccc.jpg,WCW World Wrestling Championship,NES,Fighting,FCI,Nichibutsu,,,,,,,1990-04-01, -/games/boxart/7945434ccc.jpg,WCW/nWo Thunder,PS,Fighting,THQ,Inland Productions,,,,,,,1998-12-31, -/games/boxart/7887636ccc.jpg,WCW: The Main Event,GB,Fighting,FCI,"FCI, Inc.",,,,,,,1994-02-01, -/games/boxart/full_weaponlord_0AmericaFront.jpg,WeaponLord,SNES,Fighting,Namco,Visual Concepts,,,,,,,1995-09-01, -/games/boxart/full_weaponlord_3AmericaFront.jpg,WeaponLord,GEN,Fighting,Namco,Visual Concepts,,,,,,,1995-01-01, -/games/boxart/full_5472569PALFrontccc.jpg,World Fighting,PS2,Fighting,505 Games,HuneX,,,,,,,2004-12-01, -/games/boxart/full_world-heroes_5AmericaFront.jpg,World Heroes,GEN,Fighting,Sega,Sega,,,,,,,1994-08-16, -/games/boxart/full_9194011AmericaFrontccc.jpg,World Heroes,SNES,Fighting,Sunsoft,SunSoft,,,,,,,1993-09-01, -/games/boxart/full_world-heroes_1AmericaFront.jpg,World Heroes,VC,Fighting,SNK Playmore,ADK Corporation,,,,,,,2007-10-08, -/games/boxart/full_world-heroes_6AmericaFront.jpg,World Heroes,NG,Fighting,SNK,ADK Corporation,,,,,,,1992-09-11, -/games/boxart/full_world-heroes_517AmericaFront.jpg,World Heroes,PSN,Fighting,SNK Playmore,ADK,,,,,,,2011-08-30, -/games/boxart/full_world-heroes-cd_143JapanFront.jpg,World Heroes (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1995-03-17, -/games/boxart/full_world-heroes-2_992JapanFront.jpg,World Heroes 2,VC,Fighting,D4 Enterprise,ADK,,,,,,,2011-11-15, -/games/boxart/full_world-heroes-2_59JapanFront.jpg,World Heroes 2,PCE,Fighting,Hudson Soft,Hudson Soft,,,,,,,1994-06-04, -/games/boxart/5265737ccc.jpg,World Heroes 2,NG,Fighting,SNK,ADK Corporation,,,,,,,1993-06-04, -/games/boxart/full_world-heroes-2_907AmericaFront.jpg,World Heroes 2,SNES,Fighting,Takara,Saurus,,,,,,,1994-09-01, -/games/boxart/full_world-heroes-2-cd_228JapanFront.jpg,World Heroes 2 (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1995-04-14, -/games/boxart/full_world-heroes-2-jet_899AmericaFront.jpg,World Heroes 2 Jet,NG,Fighting,SNK,ADK Corporation,,,,,,,1994-06-10, -/games/boxart/full_world-heroes-2-jet_9AmericaFront.jpg,World Heroes 2 Jet,GB,Fighting,Takara,Takara,,,,,,,1995-08-01, -/games/boxart/full_world-heroes-2-jet-cd_544JapanFront.jpg,World Heroes 2 Jet (CD),NG,Fighting,ADK,ADK Corporation,,,,,,,1994-11-11, -/games/boxart/full_world-heroes-perfect_17AmericaFront.jpg,World Heroes Perfect,VC,Fighting,D4 Enterprise,ADK Corporation,,,,,,,2011-01-11, -/games/boxart/full_1831273JapanFrontccc.jpg,World Heroes Perfect,SAT,Fighting,SNK,ADK Corporation,,,,,,,1996-08-09, -/games/boxart/full_4853704AmericaFrontccc.jpg,World Heroes Perfect,NG,Fighting,SNK,ADK Corporation,,,,,,,1995-06-30, -/games/boxart/full_world-heroes-perfect-cd_94AmericaFront.jpg,World Heroes Perfect (CD),NG,Fighting,SNK,ADK Corporation,,,,,,,1995-07-21, -/games/boxart/full_541623JapanFrontccc.jpg,Wrestle Kingdom,X360,Fighting,Yuke's,Yuke's Future Media Creators,,,,,,,2005-12-22, -/games/boxart/full_7894839PALFrontccc.jpg,WWC: World Wrestling Championship,PS2,Fighting,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/full_wwe-aftershock_645AmericaFront.jpg,WWE Aftershock,NGage,Fighting,Nokia,Exient Entertainment,5.4,,,,,,2005-08-15, -/games/boxart/full_wwe-all-stars_592AmericaFront.jpg,WWE All Stars,PSN,Fighting,THQ,THQ,,,,,,,2011-03-28, -/games/boxart/default.jpg,WWE Brawl,X360,Fighting,Unknown,THQ,,,,,,,, -/games/boxart/default.jpg,WWE Brawl,Wii,Fighting,Unknown,THQ,,,,,,,, -/games/boxart/default.jpg,WWE Brawl,PS3,Fighting,Unknown,THQ,,,,,,,, -/games/boxart/default.jpg,WWE Immortals,And,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2015-01-15, -/games/boxart/full_wwe-smackdown-vs-raw-2008_2AmericaFront.jpg,WWE SmackDown vs Raw 2008,XBL,Fighting,THQ,Yuke's Media Creations,,,,,,,2010-07-27, -/games/boxart/full_wwe-smackdown-vs-raw-2009_5AmericaFront.jpg,WWE SmackDown vs. Raw 2009,XBL,Fighting,THQ,Yuke's Media Creations,,,,,,,2010-07-27, -/games/boxart/full_4229647AmericaFrontccc.png,WWE SmackDown vs. Raw 2009,PSN,Fighting,THQ,Yuke's Media Creations,,,,,,,2009-09-30, -/games/boxart/full_2306005AmericaFrontccc.png,WWE Smackdown vs. Raw 2010,PSN,Fighting,THQ,Yuke's,,,,,,,2009-10-21, -/games/boxart/full_wwe-smackdown-vs-raw-2011_2AmericaFront.jpg,WWE SmackDown vs. Raw 2011,PSN,Fighting,THQ,JAKKS Pacific,,,,,,,2010-10-26, -/games/boxart/2085555ccc.jpg,WWE Smackdown! vs. Raw,PS2,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2004-11-02, -/games/boxart/3474155ccc.jpg,WWE Smackdown! vs. RAW Superstar Series,PS2,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2008-03-04, -/games/boxart/full_141653AmericaFrontccc.jpg,WWF Attitude,GB,Fighting,Acclaim Entertainment,Crawfish Interactive,,,,,,,1999-06-01, -/games/boxart/full_6154999AmericaFrontccc.jpg,WWF Attitude,DC,Fighting,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1999-11-10, -/games/boxart/full_wwf-betrayal_852AmericaFront.jpg,WWF Betrayal,GB,Fighting,THQ,WayForward Technologies,,,,,,,2001-08-07, -/games/boxart/full_6300070AmericaFrontccc.jpg,WWF in Your House,SAT,Fighting,Acclaim Entertainment,"Sculptured Software, Inc.",,,,,,,1996-11-30, -/games/boxart/full_1101303AmericaFrontccc.jpg,WWF in Your House,PC,Fighting,Acclaim Entertainment,"Sculptured Software, Inc.",,,,,,,1996-12-31, -/games/boxart/7807897ccc.jpg,WWF King of the Ring,GB,Fighting,LJN,Eastridge Technology,,,,,,,1993-09-01, -/games/boxart/6326757ccc.jpg,WWF King of the Ring,NES,Fighting,LJN,Eastridge Technology,,,,,,,1993-11-01, -/games/boxart/full_6319839AmericaFrontccc.jpg,WWF Rage in the Cage,SCD,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1994-01-01, -/games/boxart/full_wwf-raw_0AmericaFront.jpg,WWF Raw (1994),GEN,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1994-01-01,2018-01-06 -/games/boxart/9140296ccc.jpg,WWF Raw (1994),SNES,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1994-04-18,2018-01-06 -/games/boxart/4175003ccc.jpg,WWF Raw (1994),GG,Fighting,Acclaim Entertainment,Realtime Associates,,,,,,,1994-01-01,2018-01-06 -/games/boxart/full_wwf-raw_235AmericaFront.jpg,WWF Raw (1994),GB,Fighting,Accolade,LJN Ltd.,,,,,,,1994-12-01,2018-01-06 -/games/boxart/full_7353834AmericaFrontccc.jpg,WWF Royal Rumble,SNES,Fighting,LJN,Sculptured Software,,,,,,,1993-06-01, -/games/boxart/full_9118859AmericaFrontccc.jpg,WWF Royal Rumble,DC,Fighting,THQ,Yuke's Future Media Creators,,,,,,,2000-08-01, -/games/boxart/full_4228503AmericaFrontccc.jpg,WWF Royal Rumble,GEN,Fighting,Flying Edge,Sculptured Software,,,,,,,1993-09-01, -/games/boxart/7484215ccc.jpg,WWF SmackDown!,PS,Fighting,THQ,Yuke's,9,,,,,,2000-03-02, -/games/boxart/full_4865601AmericaFrontccc.jpg,WWF Super Wrestlemania,GEN,Fighting,Flying Edge,Sculptured Software,,,,,,,1992-01-01, -/games/boxart/full_168375AmericaFrontccc.jpg,WWF Superstars,GB,Fighting,LJN,Rare Ltd.,,,,,,,1991-01-01, -/games/boxart/full_6363041AmericaFrontccc.jpg,WWF Superstars 2,GB,Fighting,LJN,Sculptured Software,,,,,,,1992-01-01, -/games/boxart/full_2708173AmericaFrontccc.jpg,WWF War Zone,GB,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-01-01, -/games/boxart/full_727154AmericaFrontccc.jpg,WWF WrestleMania 2000,GB,Fighting,THQ,Natsume,,,,,,,1999-01-01, -/games/boxart/4266911ccc.jpg,WWF WrestleMania Challenge,NES,Fighting,LJN,Rare Ltd.,,,,,,,1990-11-01, -/games/boxart/9642737ccc.jpg,WWF WrestleMania: Steel Cage Challenge,NES,Fighting,LJN,Sculptured Software,,,,,,,1992-09-01, -/games/boxart/full_wwf-wrestlemania-steel-cage-challenge_9PALFront.jpg,WWF WrestleMania: Steel Cage Challenge,MS,Fighting,Flying Edge,Flying Edge,,,,,,,1992-01-01, -/games/boxart/2782614ccc.jpg,WWF WrestleMania: Steel Cage Challenge,GG,Fighting,Flying Edge,Flying Edge,,,,,,,1993-01-01, -/games/boxart/6111054ccc.jpg,WWF Wrestlemania: The Arcade Game,SAT,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1996-01-01, -/games/boxart/full_9923945AmericaFrontccc.jpg,WWF WrestleMania: The Arcade Game,PC,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1997-01-01, -/games/boxart/full_995793AmericaFrontccc.jpg,WWF WrestleMania: The Arcade Game,SNES,Fighting,Acclaim Entertainment,Sculptured Software,3,,,,,,1995-11-01, -/games/boxart/full_9344416AmericaFrontccc.jpg,WWF WrestleMania: The Arcade Game,GEN,Fighting,Acclaim Entertainment,Sculptured Software,,,,,,,1995-01-01, -/games/boxart/full_2504483AmericaFrontccc.jpg,X-Men: Children of the Atom,PC,Fighting,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1997-05-31, -/games/boxart/4274507ccc.jpg,X-Men: Mutant Academy,GB,Fighting,Activision,Crawfish Interactive,,,,,,,2000-07-01, -/games/boxart/7228076ccc.jpg,X-Men: Mutant Academy,PS,Fighting,Activision,Paradox Development,,,,,,,2000-07-11, -/games/boxart/full_5417748AmericaFrontccc.jpg,Yie Ar Kung Fu,XBL,Fighting,Konami,Digital Eclipse,,,,,,,2007-07-18, -/games/boxart/full_2673499JapanFrontccc.jpg,Yie Ar Kung Fu,VC,Fighting,Konami,Konami,,,,,,,2008-01-08, -/games/boxart/full_4830030JapanFrontccc.jpg,Yie Ar Kung Fu,NES,Fighting,Konami,Konami,,,,,,,1985-04-22, -/games/boxart/full_8381745JapanFrontccc.jpg,Yie Ar Kung Fu 2: The Emperor Yie-Gah,VC,Fighting,Konami,Konami,,,,,,,2009-12-08, -/games/boxart/full_yu-yu-hakusho_4JapanFront.jpg,Yu Yu Hakusho,3DO,Fighting,Tomy Corporation,Hudson Soft,,,,,,,1994-12-23, -/games/boxart/full_6496902JapanFrontccc.jpg,Yuu Yuu Hakusho Final,SNES,Fighting,Namco,Namco,,,,,,,1995-03-24, -/games/boxart/full_5392711JapanFrontccc.jpg,Yuu Yuu Hakusho Forever,PS2,Fighting,Banpresto,Dimps Corporation,,,,,,,2005-05-19, -/games/boxart/full_yuu-yuu-hakusho-bakutou-ankoku-bujutsu-kai_7JapanFront.jpg,Yuu Yuu Hakusho: Bakutou Ankoku Bujutsu Kai,NES,Fighting,Bandai,TOSE Software,,,,,,,1993-10-22, -/games/boxart/full_192068JapanFrontccc.jpg,Yuu Yuu Hakusho: Tokubetsu Hen,SNES,Fighting,Namco,Namco,,,,,,,1994-12-22, -/games/boxart/full_1783462AmericaFrontccc.jpg,YuYu Hakusho Ghost Files: Dark Tournament,PS2,Fighting,Atari,Digital Fiction,,,,,,,2004-09-21, -/games/boxart/full_9267938JapanFrontccc.jpg,Zen-Nippon Joshi Pro Wrestling: Queen of Queen,PCFX,Fighting,NEC Interchannel,NEC,,,,,,,1995-03-24, -/games/boxart/full_2231380JapanFrontccc.jpg,Zen-Nippon Joshi ProWrestling Kounin: Fire Pro Joshi All Star Dreamslam,SNES,Fighting,Human Entertainment,Human Club,,,,,,,1994-07-22, -/games/boxart/full_9595914JapanFrontccc.jpg,Zen-Nippon Onna Pro Wrestling: Joou Densetsu,PS,Fighting,TEN,GW,4.9,,,,,,1998-07-23, -/games/boxart/full_2426761JapanFrontccc.jpg,Zen-Nippon Pro Wrestling Jet,GB,Fighting,NCS,NCS,,,,,,,1994-07-15, -/games/boxart/full_8838081JapanFrontccc.jpg,Zero Divide,PC,Fighting,GameBank,Kinesoft,,,,,,,1996-01-01, -/games/boxart/full_zero-divide_821JapanFront.jpg,Zero Divide,PSN,Fighting,Zoom,Zoom Inc.,,,,,,,2010-04-14, -/games/boxart/full_3691436PALFrontccc.jpg,Zero Divide 2: The Secret Wish,PS,Fighting,Sony Computer Entertainment,Zoom Inc.,,,,,,,1998-10-01, -/games/boxart/full_7759823JapanFrontccc.jpg,Zero Divide: The Final Conflict,SAT,Fighting,Zoom,Zoom Inc.,,,,,,,1997-11-20, -/games/boxart/full_zoids-struggle_4JapanFront.jpg,Zoids Struggle,PS2,Fighting,Tomy Corporation,Eighting,,,,,,,2004-11-18, -/games/boxart/full_6943378JapanFrontccc.jpg,Zoids: Full Metal Crash,GC,Fighting,Tomy Corporation,Tomy Corporation,,,,,,,2005-10-27, -/games/boxart/full_8682478AmericaFrontccc.jpg,ZSX4 Guitarpocalypse,XBL,Fighting,Microsoft,Jamezila,,,,,,,2008-11-24, -/games/boxart/default.jpg,K-1 World Grand Prix 2001 Kaimakuden,PS,Fighting,Unknown,Daft,,,,,,,,2020-10-07 -/games/boxart/full_1808455AmericaFrontccc.jpg,ACA NEOGEO ART OF FIGHTING,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-23,2018-04-02 -/games/boxart/full_3256895AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-09-21,2018-04-02 -/games/boxart/full_1184909AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-03-28 -/games/boxart/full_2591782AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-11,2018-03-29 -/games/boxart/full_138104AmericaFrontccc.jpg,ACA NEOGEO ART OF FIGHTING 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-22,2018-04-02 -/games/boxart/full_2566629AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-11,2018-04-02 -/games/boxart/full_3142955AmericaFrontccc.jpeg,ACA NEOGEO ART OF FIGHTING 3,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-26,2018-08-05 -/games/boxart/full_6081701AmericaFrontccc.png,ACA NEOGEO ART OF FIGHTING 3,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-02,2018-04-02 -/games/boxart/full_2569362AmericaFrontccc.png,ACA NEOGEO FATAL FURY,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-01-12,2018-04-02 -/games/boxart/full_4794166AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-23,2018-04-02 -/games/boxart/full_3436670AmericaFrontccc.png,ACA NEOGEO FATAL FURY,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-04-02 -/games/boxart/full_9959191AmericaFrontccc.png,ACA NEOGEO FATAL FURY 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-27,2018-03-29 -/games/boxart/full_2620338AmericaFrontccc.png,ACA NEOGEO FATAL FURY 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-22,2018-04-02 -/games/boxart/full_1563812AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-04-02 -/games/boxart/full_1913102AmericaFrontccc.png,ACA NEOGEO FATAL FURY 3,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-15,2018-03-28 -/games/boxart/full_8505644AmericaFrontccc.png,ACA NEOGEO FATAL FURY 3,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-03-29 -/games/boxart/full_6785317AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY 3,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-04-02 -/games/boxart/full_8813110AmericaFrontccc.jpg,ACA NEOGEO FATAL FURY SPECIAL,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-13,2018-04-02 -/games/boxart/full_9432115AmericaFrontccc.png,ACA NEOGEO FATAL FURY SPECIAL,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-13,2018-03-29 -/games/boxart/full_3341914AmericaFrontccc.png,ACA NEOGEO FATAL FURY SPECIAL,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-13,2018-04-02 -/games/boxart/full_4524865AmericaFrontccc.png,ACA NEOGEO GALAXY FIGHT: UNIVERSAL WARRIORS,PS4,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-04-27,2018-03-29 -/games/boxart/full_1549112AmericaFrontccc.png,ACA NEOGEO GALAXY FIGHT: UNIVERSAL WARRIORS,NS,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-05-18,2018-04-02 -/games/boxart/full_4825061AmericaFrontccc.jpg,ACA NEOGEO GALAXY FIGHT: UNIVERSAL WARRIORS,XOne,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-04-06,2018-04-02 -/games/boxart/full_6124540AmericaFrontccc.png,ACA NEOGEO GAROU: MARK OF THE WOLVES,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-11,2018-04-02 -/games/boxart/full_9852572AmericaFrontccc.jpeg,ACA NEOGEO KARNOV'S REVENGE,PS4,Fighting,Hamster Corporation,Data East,,,,,,,2017-12-07,2018-04-03 -/games/boxart/full_6324750AmericaFrontccc.jpg,ACA NEOGEO KARNOV'S REVENGE,XOne,Fighting,Hamster Corporation,Data East,,,,,,,2017-11-16,2018-04-02 -/games/boxart/full_5613818AmericaFrontccc.png,ACA NEOGEO KARNOV'S REVENGE,NS,Fighting,Hamster Corporation,Data East,,,,,,,2017-11-16,2018-04-02 -/games/boxart/full_6518887AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-03-18,2018-03-28 -/games/boxart/full_2670628AmericaFrontccc.jpg,ACA NEOGEO REAL BOUT FATAL FURY,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-12,2018-04-03 -/games/boxart/full_3845311AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-13,2018-03-29 -/games/boxart/full_6010373AmericaFrontccc.jpeg,ACA NEOGEO REAL BOUT FATAL FURY 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-03-08,2018-04-01 -/games/boxart/full_7057595AmericaFrontccc.jpg,ACA NEOGEO REAL BOUT FATAL FURY SPECIAL,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-12-14,2018-04-04 -/games/boxart/full_4440462AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY SPECIAL,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-08,2018-03-29 -/games/boxart/full_6889349AmericaFrontccc.png,ACA NEOGEO REAL BOUT FATAL FURY SPECIAL,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 -/games/boxart/full_3023766AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-07-20,2018-04-04 -/games/boxart/full_8898089AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2016-12-09,2018-03-30 -/games/boxart/full_6084763AmericaFrontccc.jpg,ACA NEOGEO SAMURAI SHODOWN,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-04 -/games/boxart/full_2871634AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN II,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-11,2018-03-30 -/games/boxart/full_9357369AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN II,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-01,2018-03-28 -/games/boxart/full_9071525AmericaFrontccc.jpg,ACA NEOGEO SAMURAI SHODOWN II,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-09-21,2018-04-04 -/games/boxart/full_8338093AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN III,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 -/games/boxart/full_898332AmericaFrontccc.jpg,ACA NEOGEO SAMURAI SHODOWN III,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-01,2018-04-03 -/games/boxart/full_7776528AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN III,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-05,2018-08-05 -/games/boxart/full_8862218AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN IV,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 -/games/boxart/full_43835AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN IV,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 -/games/boxart/full_6141094AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN IV,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-04-13,2018-04-04 -/games/boxart/full_904752AmericaFrontccc.png,ACA NEOGEO SAMURAI SHODOWN V,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-05,2018-08-05 -/games/boxart/full_5391438AmericaFrontccc.jpeg,ACA NEOGEO SAMURAI SHODOWN V,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-05,2018-08-05 -/games/boxart/full_9048728AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '94,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-09,2018-04-02 -/games/boxart/full_4953315AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '94,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-16,2018-04-02 -/games/boxart/full_2974147AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '94,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2016-10-27,2018-03-29 -/games/boxart/full_2451649AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '95,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-11,2018-03-29 -/games/boxart/full_7357356AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '95,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-10-12,2018-04-02 -/games/boxart/full_6757773AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '95,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-30,2018-04-02 -/games/boxart/full_5164272AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '96,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-10,2018-04-02 -/games/boxart/full_9355468AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '96,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-10,2018-03-29 -/games/boxart/full_6716523AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '96,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-12-28,2018-04-02 -/games/boxart/full_5243719AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '97,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-02,2018-03-29 -/games/boxart/full_2393295AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '97,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-07-26,2018-08-05 -/games/boxart/full_8967444AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '97,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-02,2018-04-02 -/games/boxart/full_3925732AmericaFrontccc.jpg,ACA NEOGEO THE KING OF FIGHTERS '98,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-11,2018-04-03 -/games/boxart/full_7797581AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '98,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-03 -/games/boxart/full_8528419AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '98,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-26,2018-03-29 -/games/boxart/full_9979347AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS '99,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-25,2018-04-04 -/games/boxart/full_3536603AmericaFrontccc.jpeg,ACA NEOGEO THE KING OF FIGHTERS '99,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-05,2018-08-05 -/games/boxart/full_5548375AmericaFrontccc.png,ACA NEOGEO THE KING OF FIGHTERS 2000,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-08-10,2018-04-04 -/games/boxart/full_8290595AmericaFrontccc.jpeg,ACA NEOGEO THE KING OF FIGHTERS 2000,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-06-21,2018-08-05 -/games/boxart/full_5519130AmericaFrontccc.png,ACA NEOGEO THE LAST BLADE,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-12-14,2018-04-03 -/games/boxart/full_9480881AmericaFrontccc.jpg,ACA NEOGEO THE LAST BLADE,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-18,2018-04-03 -/games/boxart/full_576377AmericaFrontccc.png,ACA NEOGEO THE LAST BLADE,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-06-15,2018-03-28 -/games/boxart/full_7344872AmericaFrontccc.jpeg,ACA NEOGEO THE LAST BLADE 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-15,2018-04-01 -/games/boxart/full_9600577AmericaFrontccc.png,ACA NEOGEO THE LAST BLADE 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-06-21,2018-08-05 -/games/boxart/full_558440AmericaFrontccc.jpeg,ACA NEOGEO THE LAST BLADE 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-04-19,2018-08-05 -/games/boxart/full_3470004AmericaFrontccc.jpeg,ACA NEOGEO WAKU WAKU 7,XOne,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-03-22,2018-04-01 -/games/boxart/full_6155891AmericaFrontccc.png,ACA NEOGEO WAKU WAKU 7,NS,Fighting,Hamster Corporation,SunSoft,,,,,,,2017-03-03,2018-04-01 -/games/boxart/full_1941416AmericaFrontccc.jpg,ACA NEOGEO WORLD HEROES,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-02-23,2018-04-01 -/games/boxart/full_6717017AmericaFrontccc.png,ACA NEOGEO WORLD HEROES,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-30,2018-04-01 -/games/boxart/full_8849224AmericaFrontccc.png,ACA NEOGEO WORLD HEROES,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-01-26,2018-04-01 -/games/boxart/full_4187998AmericaFrontccc.jpg,ACA NEOGEO WORLD HEROES 2,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-25,2018-04-01 -/games/boxart/full_2696324AmericaFrontccc.png,ACA NEOGEO WORLD HEROES 2,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-05-25,2018-03-29 -/games/boxart/full_314663AmericaFrontccc.png,ACA NEOGEO WORLD HEROES 2,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-25,2018-03-28 -/games/boxart/full_4559381AmericaFrontccc.jpeg,ACA NEOGEO WORLD HEROES 2 JET,PS4,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-01-30,2018-03-28 -/games/boxart/full_6212442AmericaFrontccc.jpg,ACA NEOGEO WORLD HEROES 2 JET,XOne,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-11-30,2018-04-01 -/games/boxart/full_2099151AmericaFrontccc.png,ACA NEOGEO WORLD HEROES 2 JET,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2018-03-22,2018-03-28 -/games/boxart/full_9509882AmericaFrontccc.png,ACA NEOGEO WORLD HEROES PERFECT,NS,Fighting,Hamster Corporation,SNK Corporation,,,,,,,2017-03-03,2018-04-04 -/games/boxart/full_3212066AmericaFrontccc.png,Arcade Archives: Double Dragon,NS,Fighting,Taito Corporation,Technos Japan Corporation,,,,,,,2018-01-18,2018-02-04 -/games/boxart/full_3965882JapanFrontccc.jpg,Blade Arcus Rebellion from Shining,NS,Fighting,Sega,Studio Saizensen,,,,,,,2019-03-14,2019-02-24 -/games/boxart/full_3527155JapanFrontccc.jpg,Blade Arcus Rebellion from Shining,PS4,Fighting,Sega,Studio Saizensen,,,,,,,2019-03-14,2019-02-24 -/games/boxart/full_5101216AmericaFrontccc.jpg,BlazBlue: Central Fiction,PC,Fighting,"H2 Interactive Co., Ltd.",Arc System Works,,,,,,,2017-04-26,2019-01-25 -/games/boxart/full_9859860JapanFrontccc.jpg,BlazBlue: Central Fiction,NS,Fighting,Aksys Games,Arc System Works,,,,,,,2019-02-07,2019-01-25 -/games/boxart/full_9475606AmericaFrontccc.jpg,BlazBlue: Cross Tag Battle,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2018-06-05,2019-04-08 -/games/boxart/default.jpg,Boreal Blade,PC,Fighting,Unknown,Frozenbyte,,,,,,,,2019-08-28 -/games/boxart/default.jpg,Boreal Blade,NS,Fighting,Unknown,Frozenbyte,,,,,,,,2019-08-28 -/games/boxart/full_3342234AmericaFrontccc.jpg,Bounty Battle,PS4,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 -/games/boxart/full_556987AmericaFrontccc.jpg,Bounty Battle,XOne,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 -/games/boxart/full_8345028AmericaFrontccc.jpg,Bounty Battle,PC,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 -/games/boxart/full_4731354AmericaFrontccc.jpg,Bounty Battle,NS,Fighting,Unknown,DarkScreen Games,,,,,,,,2020-09-09 -/games/boxart/default.jpg,Brawlhalla,PC,Fighting,Unknown,Blue Mammoth Games,,,,,,,,2019-03-26 -/games/boxart/default.jpg,Brawlout,PS4,Fighting,Unknown,Angry Mob Games,,,,,,,,2018-02-10 -/games/boxart/default.jpg,Brawlout,XOne,Fighting,Unknown,Angry Mob Games,,,,,,,,2018-02-10 -/games/boxart/default.jpg,Brawlout,PC,Fighting,Unknown,Angry Mob Games,,,,,,,,2018-02-10 -/games/boxart/full_7067252AmericaFrontccc.jpg,Breakers Collection,XOne,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 -/games/boxart/full_8531266AmericaFrontccc.jpg,Breakers Collection,XS,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 -/games/boxart/full_6074857AmericaFrontccc.jpg,Breakers Collection,NS,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 -/games/boxart/full_7041997AmericaFrontccc.jpg,Breakers Collection,PC,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 -/games/boxart/full_3153569AmericaFrontccc.jpg,Breakers Collection,PS4,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 -/games/boxart/full_4406889AmericaFrontccc.jpg,Breakers Collection,PS5,Fighting,Unknown,QUByte Interactive,,,,,,,,2023-04-04 -/games/boxart/full_9740327AmericaFrontccc.jpg,Capcom Beat 'Em Up Bundle,PC,Fighting,Capcom,Capcom,,,,,,,2018-09-18,2018-12-19 -/games/boxart/full_1159637AmericaFrontccc.jpg,Capcom Beat 'Em Up Bundle,XOne,Fighting,Capcom,Capcom,,,,,,,2018-09-18,2018-12-19 -/games/boxart/full_8421115AmericaFrontccc.jpeg,Capcom Fighting Collection,PC,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 -/games/boxart/full_3540614AmericaFrontccc.jpeg,Capcom Fighting Collection,PS4,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 -/games/boxart/full_9527064AmericaFrontccc.jpeg,Capcom Fighting Collection,XOne,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 -/games/boxart/full_7486438AmericaFrontccc.jpeg,Capcom Fighting Collection,NS,Fighting,Capcom,Capcom,,,,,,,2022-06-24,2022-04-27 -/games/boxart/full_4467935AmericaFrontccc.jpg,Cobra Kai: The Karate Kid Saga Continues,NS,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2020-10-27,2020-09-24 -/games/boxart/full_2687158AmericaFrontccc.jpg,Cobra Kai: The Karate Kid Saga Continues,PS4,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2020-10-27,2021-01-31 -/games/boxart/full_3043668AmericaFrontccc.jpg,Cobra Kai: The Karate Kid Saga Continues,XOne,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2020-10-27,2021-01-31 -/games/boxart/default.jpg,Cobra Kai: The Karate Kid Saga Continues,PC,Fighting,GameMill Entertainment,GameMill Entertainment,,,,,,,2021-01-05,2021-01-31 -/games/boxart/default.jpg,Creed: Rise to Glory,OR,Fighting,Unknown,Survios,,,,,,,,2022-03-15 -/games/boxart/full_614894AmericaFrontccc.jpg,Dead or Alive 5 Ultimate,X360,Fighting,Tecmo Koei,Team Ninja,,,,,,,2013-09-03,2018-11-20 -/games/boxart/full_3938452AmericaFrontccc.jpg,Dead or Alive 5 Ultimate,PS3,Fighting,Tecmo Koei,Team Ninja,,,,,,,2013-09-03,2018-11-20 -/games/boxart/full_1513583AmericaFrontccc.jpg,Dead or Alive 6,PC,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-02-15,2019-03-21 -/games/boxart/full_515689AmericaFrontccc.jpg,Dead or Alive 6,PS4,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-02-15,2019-03-21 -/games/boxart/full_6230549AmericaFrontccc.jpg,Dead or Alive 6,XOne,Fighting,Koei Tecmo,Team Ninja,,,,,,,2019-02-15,2019-03-21 -/games/boxart/full_5196827AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,PC,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 -/games/boxart/full_5087873AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,PS4,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 -/games/boxart/full_4945240AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,PS5,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 -/games/boxart/full_7041691AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,XOne,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 -/games/boxart/full_5813348AmericaFrontccc.jpg,Demon Slayer: Kimetsu no Yaiba – The Hinokami Chronicles,XS,Fighting,Unknown,CyberConnect2,,,,,,,,2021-12-23 -/games/boxart/default.jpg,Digital Champ Battle Boxing,WiiU,Fighting,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_2776679AmericaFrontccc.jpg,DNF Duel,PC,Fighting,Unknown,Arc System Works,,,,,,,,2022-09-19 -/games/boxart/full_3736244AmericaFrontccc.jpg,DNF Duel,PS4,Fighting,Unknown,Arc System Works,,,,,,,,2022-09-19 -/games/boxart/full_8582580AmericaFrontccc.jpg,DNF Duel,PS5,Fighting,Unknown,Arc System Works,,,,,,,,2022-09-19 -/games/boxart/full_7788549AmericaFrontccc.png,Double Dragon 4,NS,Fighting,Arc System Works,InterOne,,,,,,,2017-09-07,2018-03-11 -/games/boxart/full_4627340AmericaFrontccc.jpg,Dragon Ball: Sparking! Zero,PC,Fighting,Unknown,Spike Chunsoft,,,,,,,,2023-12-07 -/games/boxart/full_8747596AmericaFrontccc.jpg,Dragon Ball: Sparking! Zero,PS5,Fighting,Unknown,Spike Chunsoft,,,,,,,,2023-12-07 -/games/boxart/full_5036776AmericaFrontccc.jpg,Dragon Ball: Sparking! Zero,XS,Fighting,Unknown,Spike Chunsoft,,,,,,,,2023-12-07 -/games/boxart/full_743859PALFrontccc.jpg,Drawfighters,PS4,Fighting,Unknown,Sony Computer Entertainment,,,,,,,,2019-01-24 -/games/boxart/full_9640992PALFrontccc.jpg,EA Sports UFC 4,PS4,Fighting,EA Sports,Electronic Arts,,,,,,,2020-08-14,2020-07-14 -/games/boxart/full_4477520PALFrontccc.jpg,EA Sports UFC 4,XOne,Fighting,EA Sports,Electronic Arts,,,,,,,2020-08-14,2020-07-14 -/games/boxart/full_2679481AmericaFrontccc.png,Fantasy Strike,NS,Fighting,Sirlin Games,Sirlin Games,,,,,,,2018-07-01,2018-03-23 -/games/boxart/full_7037256AmericaFrontccc.jpg,Fighting EX Layer,PS4,Fighting,Arika,Arika,,,,,,,2018-06-28,2018-10-09 -/games/boxart/default.jpg,Fighting EX Layer,PC,Fighting,Unknown,Arika,,,,,,,,2019-03-26 -/games/boxart/full_9585736JapanFrontccc.jpg,Fighting Illusion K-1 Grand Prix 2000,PS,Fighting,Xing Entertainment,Daft,,,,,,,2000-10-05,2020-08-12 -/games/boxart/full_1632790JapanFrontccc.jpg,Fighting Illusion V: K-1 Grand Prix '99,PS,Fighting,Xing Entertainment,Daft,,,,,,,2020-09-30,2020-08-12 -/games/boxart/full_3942575AmericaFrontccc.jpg,Fire Pro Wrestling World,PC,Fighting,Spike Chunsoft,Spike Chunsoft,,,,,,,2017-12-18,2018-03-29 -/games/boxart/default.jpg,Flying Warriors,WiiU,Fighting,Unknown,Culture Brain,,,,,,,,2020-08-25 -/games/boxart/full_5328719AmericaFrontccc.png,Gang Beasts,PC,Fighting,Double Fine Presents,Boneloaf,6,,,,,,2017-12-12,2018-01-21 -/games/boxart/full_3007338AmericaFrontccc.jpeg,GigaBash,PS5,Fighting,Unknown,Passion Republic Games,,,,,,,,2022-11-18 -/games/boxart/full_8486060AmericaFrontccc.jpeg,GigaBash,PC,Fighting,Unknown,Passion Republic Games,,,,,,,,2022-11-18 -/games/boxart/full_808216AmericaFrontccc.jpeg,GigaBash,PS4,Fighting,Unknown,Passion Republic Games,,,,,,,,2022-11-18 -/games/boxart/full_3302921AmericaFrontccc.jpg,Granblue Fantasy Versus: Rising,PC,Fighting,Unknown,Arc System Works,,,,,,,,2023-08-22 -/games/boxart/full_9030815AmericaFrontccc.jpg,Granblue Fantasy Versus: Rising,PS4,Fighting,Unknown,Arc System Works,,,,,,,,2023-08-22 -/games/boxart/full_966097AmericaFrontccc.jpg,Granblue Fantasy Versus: Rising,PS5,Fighting,Unknown,Arc System Works,,,,,,,,2023-08-22 -/games/boxart/full_7272586AmericaFrontccc.jpg,Granblue Fantasy: Versus,PC,Fighting,Unknown,Arc System Works,,,,,,,,2021-01-12 -/games/boxart/full_1537642AmericaFrontccc.jpg,Guilty Gear -Strive-,PS4,Fighting,Arc System Works,Arc System Works,,,,,,,2020-12-31,2019-11-24 -/games/boxart/full_6510043AmericaFrontccc.jpg,Guilty Gear -Strive-,PC,Fighting,Unknown,Arc System Works,,,,,,,,2021-03-04 -/games/boxart/full_7599589AmericaFrontccc.jpg,Guilty Gear -Strive-,PS5,Fighting,Unknown,Arc System Works,,,,,,,,2021-03-04 -/games/boxart/full_3477342PALFrontccc.jpg,Guilty Gear 20th Anniversary Pack,NS,Fighting,Arc System Works,Arc System Works,,,,,,,2019-05-16,2019-03-22 -/games/boxart/full_9203318AmericaFrontccc.jpg,Guilty Gear 2: Overture,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2016-03-31,2019-04-21 -/games/boxart/full_3705063AmericaFrontccc.jpg,Guilty Gear XX Accent Core Plus R,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2015-05-27,2019-04-21 -/games/boxart/full_850827AmericaFrontccc.png,Guilty Gear XX Accent Core Plus R,NS,Fighting,Arc System Works,Arc System Works,,,,,,,2019-05-16,2019-05-14 -/games/boxart/default.jpg,Hard Blow,PS,Fighting,Unknown,Electronic Arts Victor,,,,,,,,2020-10-02 -/games/boxart/full_7487912AmericaFrontccc.jpg,Idol Showdown,PC,Fighting,Unknown,Besto Game Team,,,,,,,,2023-06-23 -/games/boxart/full_2500AmericaFrontccc.jpg,Injustice 2: Legendary Edition,PC,Fighting,Unknown,NetherRealm Studios,,,,,,,,2022-08-29 -/games/boxart/full_1042465AmericaFrontccc.jpg,Injustice 2: Legendary Edition,PS4,Fighting,Unknown,NetherRealm Studios,,,,,,,,2022-08-29 -/games/boxart/full_7313159AmericaFrontccc.jpg,Injustice 2: Legendary Edition,XOne,Fighting,Unknown,NetherRealm Studios,,,,,,,,2022-08-29 -/games/boxart/full_8131181AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,PC,Fighting,Unknown,Byking,,,,,,,,2023-11-10 -/games/boxart/full_110233AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,PS4,Fighting,Unknown,Byking,,,,,,,,2023-11-10 -/games/boxart/full_6685851AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,PS5,Fighting,Unknown,Byking,,,,,,,,2023-11-10 -/games/boxart/full_9269585AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,XOne,Fighting,Unknown,Byking,,,,,,,,2023-11-10 -/games/boxart/full_6066920AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,XS,Fighting,Unknown,Byking,,,,,,,,2023-11-10 -/games/boxart/full_3733212AmericaFrontccc.jpg,Jujutsu Kaisen: Cursed Clash,NS,Fighting,Unknown,Byking,,,,,,,,2023-11-10 -/games/boxart/full_4079053AmericaFrontccc.jpg,Jump Force,NS,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2020-08-28,2020-06-05 -/games/boxart/full_6135383AmericaFrontccc.jpg,Jump Force,PC,Fighting,Bandai Namco Entertainment,Spike Chunsoft,,,,,,,2019-02-15,2018-06-11 -/games/boxart/full_7272164JapanFrontccc.jpg,K-1 Oujya ni Narou!,PS,Fighting,Xing Entertainment,Xing Entertainment,,,,,,,2000-03-30,2020-10-02 -/games/boxart/full_6408331AmericaFrontccc.png,Kill la Kill: IF,PC,Fighting,Arc System Works,Arc System Works,,,,,,,2019-07-26,2019-04-06 -/games/boxart/full_7343228AmericaFrontccc.jpg,Kill la Kill: IF,NS,Fighting,Arc System Works,Arc System Works,,,,,,,2019-07-26,2019-04-06 -/games/boxart/full_7584072AmericaFrontccc.jpg,Kill la Kill: IF,PS4,Fighting,Arc System Works,Arc System Works,,,,,,,2019-07-26,2019-04-06 -/games/boxart/full_2388211AmericaFrontccc.jpeg,Killer Instinct 2 Classic,XOne,Fighting,Microsoft Studios,Code Mystics,,,,,,,2014-09-23,2018-10-15 -/games/boxart/full_2314972AmericaFrontccc.jpeg,Killer Instinct Classic,XOne,Fighting,Microsoft Studios,Code Mystics,,,,,,,2013-11-22,2018-10-15 -/games/boxart/full_3852267AmericaFrontccc.png,Killer Instinct: Definitive Edition,XOne,Fighting,Microsoft Studios,Iron Galaxy,,,,,,,2016-09-20,2018-05-25 -/games/boxart/full_4572368AmericaFrontccc.jpg,Kirby Fighters 2,NS,Fighting,Nintendo,HAL Laboratory,,,,,,,2020-09-24,2020-09-25 -/games/boxart/default.jpg,Kung-Fu Heroes,WiiU,Fighting,Unknown,Culture Brain,,,,,,,,2020-08-25 -/games/boxart/full_759826AmericaFrontccc.jpg,Lego Brawls,XOne,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 -/games/boxart/full_9338177AmericaFrontccc.jpg,Lego Brawls,XS,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 -/games/boxart/full_7310799AmericaFrontccc.jpg,Lego Brawls,NS,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 -/games/boxart/full_1189905AmericaFrontccc.jpg,Lego Brawls,PC,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 -/games/boxart/full_4065157AmericaFrontccc.jpg,Lego Brawls,PS4,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 -/games/boxart/full_3219620AmericaFrontccc.jpg,Lego Brawls,PS5,Fighting,Unknown,RED Games,,,,,,,,2022-05-06 -/games/boxart/default.jpg,Little Ninja Brothers,WiiU,Fighting,Unknown,Culture Brain,,,,,,,,2020-08-25 -/games/boxart/full_7863810AmericaFrontccc.jpg,Lost Saga NA,PC,Fighting,Smilegate West,IO Entertainment,,,,,,,2013-12-08,2019-04-22 -/games/boxart/full_6042498AmericaFrontccc.jpg,Melty Blood: Type Lumina,PC,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 -/games/boxart/full_113864AmericaFrontccc.jpg,Melty Blood: Type Lumina,PS4,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 -/games/boxart/full_7541784AmericaFrontccc.jpg,Melty Blood: Type Lumina,XOne,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 -/games/boxart/full_2953326AmericaFrontccc.jpg,Melty Blood: Type Lumina,NS,Fighting,Unknown,French-Bread,,,,,,,,2021-08-17 -/games/boxart/full_3321561AmericaFrontccc.png,Mighty Fight Federation,PC,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_7396780AmericaFrontccc.png,Mighty Fight Federation,PS4,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_3865943AmericaFrontccc.png,Mighty Fight Federation,XOne,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_8863684AmericaFrontccc.png,Mighty Fight Federation,NS,Fighting,"Komi Games, Inc","Komi Games, Inc",,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_5820961AmericaFrontccc.jpeg,Mortal Kombat 1,NS,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 -/games/boxart/full_8289474AmericaFrontccc.jpeg,Mortal Kombat 1,PC,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 -/games/boxart/full_177053AmericaFrontccc.jpeg,Mortal Kombat 1,PS5,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 -/games/boxart/full_1121055AmericaFrontccc.jpeg,Mortal Kombat 1,XS,Fighting,Unknown,NetherRealm Studios,,,,,,,,2023-06-08 -/games/boxart/full_6141495AmericaFrontccc.jpg,Mortal Kombat 11,XOne,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 -/games/boxart/full_9068473AmericaFrontccc.png,Mortal Kombat 11,PC,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 -/games/boxart/full_4994719AmericaFrontccc.jpg,Mortal Kombat 11,PS4,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 -/games/boxart/full_5529392AmericaFrontccc.jpg,Mortal Kombat 11,NS,Fighting,Warner Bros. Interactive Entertainment,NetherRealm Studios,,,,,,,2019-04-23,2019-03-31 -/games/boxart/full_816497AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,NS,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 -/games/boxart/full_9044601AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,XOne,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 -/games/boxart/full_7177229AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,PC,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 -/games/boxart/full_6879576AmericaFrontccc.jpg,Mortal Kombat 11: Aftermath,PS4,Fighting,Unknown,NetherRealm Studios,,,,,,,,2020-05-29 -/games/boxart/full_2309469AmericaFrontccc.jpg,MultiVersus,PS5,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 -/games/boxart/full_3764189AmericaFrontccc.jpg,MultiVersus,XOne,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 -/games/boxart/full_8005799AmericaFrontccc.jpg,MultiVersus,XS,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 -/games/boxart/full_6216689AmericaFrontccc.jpg,MultiVersus,PC,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 -/games/boxart/full_1121827AmericaFrontccc.jpg,MultiVersus,PS4,Fighting,Unknown,Player First Games,,,,,,,,2022-01-15 -/games/boxart/full_5556892AmericaFrontccc.jpg,My Hero One's Justice,PC,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2018-10-26,2018-09-12 -/games/boxart/full_2873629AmericaFrontccc.jpg,My Hero One’s Justice 2,XOne,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 -/games/boxart/full_4620998AmericaFrontccc.jpg,My Hero One’s Justice 2,PC,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 -/games/boxart/full_6670481AmericaFrontccc.jpg,My Hero One’s Justice 2,NS,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 -/games/boxart/full_7239444AmericaFrontccc.jpg,My Hero One’s Justice 2,PS4,Fighting,Bandai Namco Entertainment,Byking,,,,,,,2020-03-13,2019-12-06 -/games/boxart/full_6498170AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,PC,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2017-02-02,2020-01-06 -/games/boxart/full_5469375AmericaFrontccc.jpg,Naruto Shippuden Ultimate Ninja Storm 4: Road to Boruto,NS,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2020-04-24,2020-01-06 -/games/boxart/full_9445964AmericaFrontccc.jpg,Naruto Shippuden: Ultimate Ninja Storm Trilogy,XOne,Fighting,Bandai Namco Entertainment,CyberConnect2,,,,,,,2018-04-26,2018-03-03 -/games/boxart/full_1489249AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,XOne,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 -/games/boxart/full_6963601AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,XS,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 -/games/boxart/full_3363600AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,NS,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 -/games/boxart/full_1334573AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,PC,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 -/games/boxart/full_8647212AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,PS4,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 -/games/boxart/full_6675850AmericaFrontccc.jpg,Naruto x Boruto Ultimate Ninja Storm Connections,PS5,Fighting,Unknown,CyberConnect2,,,,,,,,2023-08-22 -/games/boxart/full_2128391AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,PC,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 -/games/boxart/full_1645801AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,PS4,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 -/games/boxart/full_2077869AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,PS5,Fighting,GameMill Entertainment,Ludosity,7,,,,,,2021-10-05,2022-02-27 -/games/boxart/full_4795AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,XOne,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 -/games/boxart/full_9166279AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,XS,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 -/games/boxart/full_5140263AmericaFrontccc.jpg,Nickelodeon All-Star Brawl,NS,Fighting,GameMill Entertainment,Ludosity,,,,,,,2021-10-05,2022-02-27 -/games/boxart/full_380108AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,PS4,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 -/games/boxart/full_5279484AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,PS5,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 -/games/boxart/full_7021405AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,XOne,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 -/games/boxart/full_7740034AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,XS,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 -/games/boxart/full_6427121AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,NS,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 -/games/boxart/full_3144613AmericaFrontccc.jpg,Nickelodeon All-Star Brawl 2,PC,Fighting,Unknown,Ludosity,,,,,,,,2023-08-22 -/games/boxart/default.jpg,Ninja Spirit,WiiU,Fighting,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Omen of Sorrow,XOne,Fighting,Unknown,AOne Games,,,,,,,,2018-08-17 -/games/boxart/default.jpg,Omen of Sorrow,PC,Fighting,Unknown,AOne Games,,,,,,,,2018-08-17 -/games/boxart/full_8987860AmericaFrontccc.jpg,One Punch Man: A Hero Nobody Knows,XOne,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-02-28,2019-07-26 -/games/boxart/full_284398AmericaFrontccc.jpg,One Punch Man: A Hero Nobody Knows,PC,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-02-28,2019-07-26 -/games/boxart/full_1426765AmericaFrontccc.jpg,One Punch Man: A Hero Nobody Knows,PS4,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-02-28,2019-07-26 -/games/boxart/full_7371967AmericaFrontccc.jpg,Override 2: Super Mech League,PS4,Fighting,Unknown,The Balance Inc,,,,,,,,2021-01-24 -/games/boxart/full_9925567AmericaFrontccc.jpg,Override 2: Super Mech League,XOne,Fighting,Unknown,The Balance Inc,,,,,,,,2021-01-24 -/games/boxart/full_2126567AmericaFrontccc.jpg,Override 2: Super Mech League,PC,Fighting,Unknown,The Balance Inc,,,,,,,,2021-01-24 -/games/boxart/full_4006312AmericaFrontccc.jpg,Phantom Breaker: Omnia,PS4,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 -/games/boxart/full_4786913AmericaFrontccc.jpg,Phantom Breaker: Omnia,XOne,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 -/games/boxart/full_2275869AmericaFrontccc.jpg,Phantom Breaker: Omnia,NS,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 -/games/boxart/full_3041458AmericaFrontccc.jpg,Phantom Breaker: Omnia,PC,Fighting,Unknown,MAGES. Inc.,,,,,,,,2022-01-15 -/games/boxart/full_5642463AmericaFrontccc.png,Pocket Rumble,NS,Fighting,Chucklefish,Cardboard Robot Games,,,,,,,2018-12-30,2018-02-13 -/games/boxart/full_2984368AmericaFrontccc.jpg,Power Move Pro Wrestling,PS,Fighting,Activision,Yuke's,,,,,,,1996-12-20,2019-01-29 -/games/boxart/full_2445063AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,XOne,Fighting,nWay,nWay,,,,,,,2019-03-26,2019-03-24 -/games/boxart/full_6500890AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,PS4,Fighting,nWay,nWay,,,,,,,2019-04-02,2019-03-24 -/games/boxart/full_7053780AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,NS,Fighting,nWay,nWay,,,,,,,2019-03-26,2019-03-24 -/games/boxart/full_5443587AmericaFrontccc.jpg,Power Rangers: Battle for the Grid,PC,Fighting,nWay,nWay,,,,,,,2019-10-01,2019-03-24 -/games/boxart/default.jpg,Rocky Super Action Boxing,CV,Fighting,Unknown,Coleco,,,,,,,,2021-10-18 -/games/boxart/full_8776003AmericaFrontccc.jpg,RoShamBo Arena,PC,Fighting,Blam! Games LLC,Blam!,,,,,,,2016-07-14,2019-04-17 -/games/boxart/full_301207AmericaFrontccc.jpg,Samurai Shodown,PS4,Fighting,SNK,SNK Playmore,,,,,,,2019-06-27,2019-05-04 -/games/boxart/full_3317380AmericaFrontccc.jpg,Samurai Shodown,PC,Fighting,SNK,SNK Playmore,,,,,,,2019-06-27,2019-05-04 -/games/boxart/full_7712332AmericaFrontccc.jpg,Samurai Shodown,NS,Fighting,SNK,SNK Playmore,,,,,,,2020-02-25,2019-05-04 -/games/boxart/full_3750795AmericaFrontccc.jpg,Samurai Shodown,XOne,Fighting,SNK,SNK Playmore,,,,,,,2019-07-27,2019-05-04 -/games/boxart/full_3384622AmericaFrontccc.jpg,Sclash,PS5,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 -/games/boxart/full_2012974AmericaFrontccc.jpg,Sclash,XOne,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 -/games/boxart/full_1801685AmericaFrontccc.jpg,Sclash,XS,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 -/games/boxart/full_8131525AmericaFrontccc.jpg,Sclash,NS,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 -/games/boxart/full_379454AmericaFrontccc.jpg,Sclash,PC,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 -/games/boxart/full_3437244AmericaFrontccc.jpg,Sclash,PS4,Fighting,Unknown,Bevel bakery,,,,,,,,2023-08-25 -/games/boxart/default.jpg,Senran Kagura Estival Versus,PC,Fighting,Unknown,Tamsoft,,,,,,,,2019-03-29 -/games/boxart/full_4832041AmericaFrontccc.jpg,Shovel Knight Showdown,WiiU,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_2408254AmericaFrontccc.jpg,Shovel Knight Showdown,NS,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_8310438AmericaFrontccc.jpg,Shovel Knight Showdown,PC,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_4695122AmericaFrontccc.jpg,Shovel Knight Showdown,XOne,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_4103013AmericaFrontccc.jpg,Shovel Knight Showdown,PS3,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_5479442AmericaFrontccc.jpg,Shovel Knight Showdown,PS4,Fighting,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_2155604AmericaFrontccc.jpg,SoulCalibur,All,Fighting,Namco,Project Soul,,,,,,,1998-07-30,2020-12-05 -/games/boxart/full_1386429AmericaFrontccc.jpg,SoulCalibur VI,PC,Fighting,Bandai Namco Games,Project Soul,,,,,,,2018-10-19,2018-11-07 -/games/boxart/full_5371174AmericaFrontccc.png,Squareboy vs Bullies: Arena Edition,NS,Fighting,Ratalaika Games,Ratalaika Games,,,,,,,2017-10-12,2018-03-25 -/games/boxart/full_1772088AmericaFrontccc.png,Steredenn: Binary Stars,NS,Fighting,Plug In Digital,Pixelnest,,,,,,,2018-03-08,2018-03-25 -/games/boxart/default.jpg,Stick Fight: The Game,NS,Fighting,Landfall Games,Landfall,,,,,,,2021-04-01,2021-11-08 -/games/boxart/default.jpg,Stick Fight: The Game,And,Fighting,Unknown,Landfall,,,,,,,,2021-11-08 -/games/boxart/default.jpg,Stick Fight: The Game,XOne,Fighting,Unknown,Landfall,,,,,,,,2021-11-08 -/games/boxart/default.jpg,Stick Fight: The Game,PS4,Fighting,Unknown,Landfall,,,,,,,,2021-11-08 -/games/boxart/default.jpg,Street Fighter,C64,Fighting,Unknown,Capcom,,,,,,,,2020-04-09 -/games/boxart/full_4670458AmericaFrontccc.jpg,Street Fighter 6,PC,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 -/games/boxart/full_1719831AmericaFrontccc.jpg,Street Fighter 6,PS4,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 -/games/boxart/full_4719097AmericaFrontccc.jpg,Street Fighter 6,PS5,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 -/games/boxart/full_2246899AmericaFrontccc.jpg,Street Fighter 6,XS,Fighting,Unknown,Capcom,,,,,,,,2022-06-02 -/games/boxart/full_1321128AmericaFrontccc.png,Street Fighter V: Arcade Edition,PS4,Fighting,Capcom,Capcom,,,,,,,2018-01-16,2018-06-22 -/games/boxart/full_3431774AmericaFrontccc.jpg,Tekken 8,PS5,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2024-01-25,2022-09-14 -/games/boxart/full_5431521AmericaFrontccc.jpg,Tekken 8,XS,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2024-01-25,2022-09-14 -/games/boxart/full_2324546AmericaFrontccc.jpg,Tekken 8,All,Fighting,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2024-01-25,2022-09-14 -/games/boxart/full_8184860AmericaFrontccc.jpg,Tekken 8,PC,Fighting,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2024-01-25,2022-09-14 -/games/boxart/default.jpg,THE KING OF FIGHTERS '97 GLOBAL MATCH,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2018-12-01 -/games/boxart/default.jpg,THE KING OF FIGHTERS '98 ULTIMATE MATCH FINAL EDITION,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2019-03-29 -/games/boxart/full_6663168AmericaFrontccc.jpeg,THE KING OF FIGHTERS XIII STEAM EDITION,PC,Fighting,SNK Playmore,SNK Corporation,,,,,,,2013-09-13,2019-03-29 -/games/boxart/default.jpg,The King of Fighters XIV: Steam Edition,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2019-03-26 -/games/boxart/full_5569802AmericaFrontccc.jpg,The King of Fighters XV,PS4,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 -/games/boxart/full_4833285AmericaFrontccc.jpg,The King of Fighters XV,PS5,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 -/games/boxart/full_1899902AmericaFrontccc.jpg,The King of Fighters XV,XS,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 -/games/boxart/full_907606AmericaFrontccc.jpg,The King of Fighters XV,PC,Fighting,Unknown,SNK Corporation,,,,,,,,2021-08-27 -/games/boxart/full_3453025AmericaFrontccc.jpg,The Rumble Fish 2,XS,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 -/games/boxart/full_6310656AmericaFrontccc.jpg,The Rumble Fish 2,NS,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 -/games/boxart/full_5608510AmericaFrontccc.jpg,The Rumble Fish 2,PC,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 -/games/boxart/full_307417AmericaFrontccc.jpg,The Rumble Fish 2,PS4,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 -/games/boxart/full_7242446AmericaFrontccc.jpg,The Rumble Fish 2,PS5,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 -/games/boxart/full_6606925AmericaFrontccc.jpg,The Rumble Fish 2,XOne,Fighting,Unknown,Dimps Corporation,,,,,,,,2022-12-09 -/games/boxart/full_5206473JapanFrontccc.jpg,The Wild Rings,XB,Fighting,Microsoft Game Studios,Paon Corporation,,,,,,,2003-04-10,2018-10-10 -/games/boxart/full_642085AmericaFrontccc.jpeg,Them's Fightin' Herds,PS4,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 -/games/boxart/full_4839451AmericaFrontccc.jpeg,Them's Fightin' Herds,NS,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 -/games/boxart/full_8178781AmericaFrontccc.jpeg,Them's Fightin' Herds,PC,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 -/games/boxart/full_17540AmericaFrontccc.jpg,Them's Fightin' Herds,XS,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 -/games/boxart/full_274014AmericaFrontccc.jpg,Them's Fightin' Herds,XOne,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 -/games/boxart/full_1067024AmericaFrontccc.jpeg,Them's Fightin' Herds,PS5,Fighting,Unknown,Mane6,,,,,,,,2022-10-30 -/games/boxart/full_4246147PALFrontccc.jpg,Ultra Street Fighter IV,PC,Fighting,Capcom,Capcom,,,,,,,2014-08-08,2018-04-04 -/games/boxart/full_6962809AmericaFrontccc.jpg,Ultra Street Fighter IV,PS3,Fighting,Capcom,Capcom,,,,,,,2014-08-05,2018-03-31 -/games/boxart/full_6288486AmericaFrontccc.jpg,Ultra Street Fighter IV,X360,Fighting,Capcom,Capcom,,,,,,,2014-08-05,2018-04-04 -/games/boxart/full_1052183AmericaFrontccc.png,Under Night In-Birth Exe:Late[cl-r],NS,Fighting,Aksys Games,French-Bread,,,,,,,2020-02-20,2019-11-23 -/games/boxart/full_4238889AmericaFrontccc.png,Under Night In-Birth Exe:Late[cl-r],PS4,Fighting,Aksys Games,French-Bread,,,,,,,2020-02-20,2019-11-23 -/games/boxart/full_1829502AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],PC,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 -/games/boxart/full_9214359AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],PS4,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 -/games/boxart/full_9512202AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],PS5,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 -/games/boxart/full_2542304AmericaFrontccc.jpg,Under Night In-Birth II [Sys:Celes],NS,Fighting,Unknown,French-Bread,,,,,,,,2023-09-25 -/games/boxart/default.jpg,Vigilante,WiiU,Fighting,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7642936AmericaFrontccc.jpg,Virtua Fighter 5 Ultimate Showdown,PS4,Fighting,Sega,Sega,,,,,,,2021-06-01,2021-05-26 -/games/boxart/full_4417105AmericaFrontccc.jpg,War of the Monsters,PS4,Fighting,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2015-12-05,2018-09-24 -/games/boxart/full_566592PALFrontccc.jpg,Way of the Passive Fist,NS,Fighting,Household Games,Household Games,,,,,,,2019-04-11,2022-04-18 -/games/boxart/full_8606101PALFrontccc.jpg,WWE 2k17,PC,Fighting,2K Games,Yuke's,,,,,,,2017-02-07,2018-10-08 -/games/boxart/full_3216454AmericaFrontccc.jpg,WWE 2K19,PC,Fighting,2K Sports,Visual Concepts,,,,,,,2018-10-09,2018-06-22 -/games/boxart/full_1800822AmericaFrontccc.jpg,WWE 2K20,PC,Fighting,2K Games,Visual Concepts,,,,,,,2019-10-22,2019-08-09 -/games/boxart/full_1736823PALFrontccc.jpg,WWE 2K20,PS4,Fighting,2K Games,Visual Concepts,,,,,,,2019-10-22,2019-08-09 -/games/boxart/full_2275356PALFrontccc.jpg,WWE 2K20,XOne,Fighting,2K Games,Visual Concepts,,,,,,,2019-10-22,2019-08-09 -/games/boxart/full_1341570AmericaFrontccc.jpg,WWE 2K22,All,Fighting,2K Sports,Visual Concepts,,,,,,,2022-03-11,2021-09-21 -/games/boxart/full_2181613AmericaFrontccc.jpg,WWE 2K23,PS4,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 -/games/boxart/full_4687243AmericaFrontccc.jpg,WWE 2K23,PS5,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 -/games/boxart/full_8424007AmericaFrontccc.jpg,WWE 2K23,XOne,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 -/games/boxart/full_8557885AmericaFrontccc.jpg,WWE 2K23,XS,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 -/games/boxart/full_2452866AmericaFrontccc.jpg,WWE 2K23,PC,Fighting,Unknown,Visual Concepts,,,,,,,,2023-08-22 -/games/boxart/full_5393101AmericaFrontccc.png,WWE 2K24,PS4,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 -/games/boxart/full_9789380AmericaFrontccc.png,WWE 2K24,PS5,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 -/games/boxart/full_7252647AmericaFrontccc.png,WWE 2K24,XOne,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 -/games/boxart/full_8376330AmericaFrontccc.png,WWE 2K24,XS,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 -/games/boxart/full_52511AmericaFrontccc.png,WWE 2K24,PC,Fighting,Unknown,Visual Concepts,,,,,,,,2024-01-28 -/games/boxart/full_4140328AmericaFrontccc.jpg,Wii Fit,Series,Misc,Nintendo,Nintendo,,,,,,,2008-05-21,2020-02-19 -/games/boxart/full_minecraft_1AmericaFront.png,Minecraft,PC,Misc,Mojang,Mojang AB,10,,,,,,2010-05-10,2018-08-05 -/games/boxart/full_6165969AmericaFrontccc.jpg,Wii Play,Wii,Misc,Nintendo,Nintendo EAD,5.9,,,,,,2007-02-12, -/games/boxart/full_196621AmericaFrontccc.jpg,Simple,Series,Misc,Agetec,Bandai Namco Studios,,,,,,,2002-11-30,2021-01-12 -/games/boxart/full_7749365AmericaFrontccc.jpg,Brain Age: Train Your Brain in Minutes a Day,DS,Misc,Nintendo,Nintendo SDD,8.1,,,,,,2006-04-17, -/games/boxart/full_6480469AmericaFrontccc.jpg,Garry's Mod,PC,Misc,Valve,Facepunch Studios,,,,,,,2006-11-29,2019-12-25 -/games/boxart/full_3483868AmericaFrontccc.jpg,Ring Fit Adventure,NS,Misc,Nintendo,Nintendo EPD,,,,,,,2019-10-18,2019-10-18 -/games/boxart/full_1039696AmericaFrontccc.jpg,Brain Age 2: More Training in Minutes a Day,DS,Misc,Nintendo,Nintendo SDD,8,,,,,,2007-08-20, -/games/boxart/full_7845034AmericaFrontccc.jpg,Minecraft,X360,Misc,Microsoft Studios,Mojang,,,,,,,2013-06-04,2018-08-05 -/games/boxart/full_just-dance-2_8AmericaFront.jpg,Just Dance 2,Wii,Misc,Ubisoft,Ubisoft Paris,7.3,,,,,,2010-10-12, -/games/boxart/full_just-dance-3_883AmericaFront.jpg,Just Dance 3,Wii,Misc,Ubisoft,Ubisoft Paris,7.5,,,,,,2011-10-07, -/games/boxart/full_wii-party_1AmericaFront.jpg,Wii Party,Wii,Misc,Nintendo,"Nd Cube Co., Ltd.",7,,,,,,2010-10-03, -/games/boxart/full_7340729AmericaFrontccc.jpg,Mario Party DS,DS,Misc,Nintendo,Hudson Soft,7.1,,,,,,2007-11-19, -/games/boxart/full_7451822AmericaFrontccc.jpg,Mario Party 8,Wii,Misc,Nintendo,Hudson Soft,6.5,,,,,,2007-05-29, -/games/boxart/full_5106568AmericaFrontccc.jpg,Pokémon Pinball,Series,Misc,Nintendo,Jupiter,,,,,,,1999-06-29,2023-08-12 -/games/boxart/full_8805912AmericaFrontccc.jpg,Big Brain Academy,DS,Misc,Nintendo,Nintendo EAD,7.7,,,,,,2006-06-05, -/games/boxart/full_just-dance_8AmericaFront.jpg,Just Dance,Wii,Misc,Ubisoft,Ubisoft Paris,5.4,,,,,,2009-11-17, -/games/boxart/8982539ccc.jpg,Pokémon Pinball,GBC,Misc,Nintendo,Jupiter Corporation,8.7,,,,,,1999-07-31,2018-01-06 -/games/boxart/full_265994AmericaFrontccc.jpg,Starbound,PC,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, -/games/boxart/full_2753610AmericaFrontccc.jpg,Counter-Strike,PC,Misc,Sierra Studios,Unknown,,,,,,,2000-11-08, -/games/boxart/7892769ccc.jpg,EyeToy Play,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,7.5,,,,,,2003-11-04, -/games/boxart/full_5288634AmericaFrontccc.jpg,Who Wants to be a Millionaire,PC,Misc,Disney Interactive Studios,Jellyvision,,,,,,,1999-11-23, -/games/boxart/full_4376602PALFrontccc.jpg,English Training: Have Fun Improving Your Skills!,DS,Misc,Nintendo,Plato,,,,,,,2006-10-27, -/games/boxart/full_1117156JapanFrontccc.jpg,Tomodachi Collection,DS,Misc,Nintendo,Nintendo SPD Group No.1,,,,,,,2009-06-18, -/games/boxart/full_6559570AmericaFrontccc.jpg,Big Brain Academy: Wii Degree,Wii,Misc,Nintendo,Nintendo EAD,7.1,,,,,,2007-06-11, -/games/boxart/full_3097585AmericaFrontccc.jpg,Flash Focus: Vision Training in Minutes a Day,DS,Misc,Nintendo,Bandai Namco Games,6.1,,,,,,2007-10-15, -/games/boxart/full_5100943AmericaFrontccc.jpg,Personal Trainer: Cooking,DS,Misc,Nintendo,Nintendo EAD,8.4,,,,,,2008-11-24, -/games/boxart/full_7587303AmericaFrontccc.jpg,Divinity: Original Sin,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-10-27, -/games/boxart/full_3217685AmericaFrontccc.jpg,Capcom Arcade Stadium,Series,Misc,Capcom,Capcom,,,,,,,2021-02-17,2023-11-08 -/games/boxart/2276753ccc.jpg,Mario Party,N64,Misc,Nintendo,Hudson Soft,7.6,,,,,,1999-02-08, -/games/boxart/7521321ccc.gif,Clubhouse Games,DS,Misc,Nintendo,Agenda,8.3,,,,,,2006-10-09, -/games/boxart/4647968ccc.jpg,Mario Party 2,N64,Misc,Nintendo,Hudson Soft,,,,,,,2000-01-24, -/games/boxart/6052819ccc.jpg,Mario Party 4,GC,Misc,Nintendo,Hudson Soft,7,,,,,,2002-10-21, -/games/boxart/full_art-academy_9AmericaFront.jpg,Art Academy,DS,Misc,Nintendo,Headstrong Games,6.8,,,,,,2010-10-25, -/games/boxart/full_2886915AmericaFrontccc.jpg,Mario Paint,SNES,Misc,Nintendo,Intelligent Systems,,,,,,,1992-05-05, -/games/boxart/full_2881504PALFrontccc.jpg,Mario Party 10,WiiU,Misc,Nintendo,"Nd Cube Co., Ltd.",6.3,,,,,,2015-03-20,2018-01-24 -/games/boxart/full_8442632AmericaFrontccc.jpg,Kirby's Pinball Land,GB,Misc,Nintendo,HAL Laboratory,,,,,,,1993-11-28, -/games/boxart/full_4454739AmericaFrontccc.jpg,Mario Party 5,GC,Misc,Nintendo,Hudson Soft,5.9,,,,,,2003-11-10, -/games/boxart/full_9962625AmericaFrontccc.jpg,Banished,PC,Misc,Falcom,Unknown,,,,,,,2014-01-01, -/games/boxart/full_6724089JapanFrontccc.jpg,Mahjong,NES,Misc,Nintendo,Nintendo,,,,,,,1983-08-27, -/games/boxart/full_5179365AmericaFrontccc.jpg,Mario Party 7,GC,Misc,Nintendo,Hudson Soft,6,,,,,,2005-11-07, -/games/boxart/full_2528892AmericaFrontccc.png,Las Vegas Poker & Blackjack,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-25,2018-01-13 -/games/boxart/full_1202937AmericaFrontccc.jpg,Resident Evil 4,Wii,Misc,Capcom,Unknown,,,,,,,2007-06-19, -/games/boxart/full_9020610AmericaFrontccc.jpg,Surgeon Simulator,PC,Misc,Bossa Studios,Bossa Studios,,,,,,,2013-04-19,2019-02-02 -/games/boxart/9566058ccc.jpg,Mario Party 3,N64,Misc,Nintendo,Hudson Soft,7,,,,,,2001-05-06, -/games/boxart/6042378ccc.jpg,Pinball,NES,Misc,Nintendo,Nintendo,,,,,,,1985-10-18, -/games/boxart/full_1976010AmericaFrontccc.jpg,Sonic Mega Collection Plus,PS2,Misc,Sega,Sonic Team,,,,,,,2004-11-02, -/games/boxart/full_4013978AmericaFrontccc.jpg,Risk of Rain,PC,Misc,"Infocom, Inc.",Unknown,,,,,,,2013-11-08, -/games/boxart/full_3658270AmericaFrontccc.jpg,Guitar Hero,PS2,Misc,RedOctane,Harmonix Music Systems,8,,,,,,2005-11-07, -/games/boxart/full_5745612AmericaFrontccc.jpg,Namco Museum DS,DS,Misc,Namco Bandai,M2,,,,,,,2007-09-18, -/games/boxart/full_1968093JapanFrontccc.jpg,Kanshuu Nippon Joushikiryoku Kentei Kyoukai: Imasara Hito ni wa Kikenai Otona no Joushikiryoku Training DS,DS,Misc,Nintendo,HAL Laboratory,,,,,,,2006-10-26, -/games/boxart/1498647ccc.jpg,Sonic Mega Collection,GC,Misc,Sega,Sonic Team,7.5,,,,,,2002-11-10, -/games/boxart/full_wii-play-motion_53AmericaFront.png,Wii Play: Motion,Wii,Misc,Nintendo,Nintendo EAD,5.2,,,,,,2011-06-13, -/games/boxart/6739439ccc.jpg,Mario Party 6,GC,Misc,Nintendo,Hudson Soft,7.2,,,,,,2004-12-06, -/games/boxart/full_3414449AmericaFrontccc.jpg,Poker Night,Series,Misc,Telltale Games,Telltale Games,,,,,,,2010-11-22,2021-07-14 -/games/boxart/full_3958962AmericaFrontccc.jpg,Capcom Arcade Stadium,All,Misc,Capcom,Capcom,,,,,,,2021-02-17,2023-06-06 -/games/boxart/full_992686AmericaFrontccc.png,Kingdom Hearts HD I.5 ReMIX,PS3,Misc,Square Enix,Square Enix,,,,,,,2013-09-10,2017-12-31 -/games/boxart/full_audiosurf_414PALFront.jpg,AudioSurf,PC,Misc,Invisible Handlebar,BestGameEver.com,8.2,,,,,,2008-02-15, -/games/boxart/full_8539357PALFrontccc.jpg,Practise English!,DS,Misc,Nintendo,Plato,,,,,,,2007-10-26, -/games/boxart/full_4950034AmericaFrontccc.jpg,Goat Simulator,PC,Misc,Coffee Stain Studios,Unknown,,,,,,,2014-04-01, -/games/boxart/full_285676AmericaFrontccc.jpg,Rogue Legacy,PC,Misc,Cellar Door Games,Unknown,,,,,,,2013-06-27, -/games/boxart/full_1881793AmericaFrontccc.jpg,Yu-Gi-Oh! Worldwide Edition: Stairway to the Destined Duel,GBA,Misc,Konami,KCEJ,,,,,,,2003-04-08, -/games/boxart/full_4-player-mah-jong_819JapanFront.jpg,4 Nin uchi Mahjong,NES,Misc,Nintendo,Hudson Soft,,,,,,,1984-11-02, -/games/boxart/full_7635995AmericaFrontccc.jpg,Nintendo Labo: Toy-Con 01 Variety Kit,NS,Misc,Nintendo,Nintendo EPD,7.7,,,,,,2018-04-20,2018-11-19 -/games/boxart/full_5206589AmericaFrontccc.jpg,Spintires,PC,Misc,Unknown,Unknown,,,,,,,2014-06-12, -/games/boxart/2096750ccc.jpg,Pokémon Pinball: Ruby & Sapphire (Old all region sales),GBA,Misc,Nintendo,Jupiter Corporation,,,,,,,2003-08-26,2018-09-04 -/games/boxart/full_yakuman_646JapanFront.jpg,Yakuman,GB,Misc,Nintendo,Intelligent Systems,,,,,,,1989-04-21, -/games/boxart/925952ccc.jpg,Game & Watch Gallery 2,GB,Misc,Nintendo,Nintendo,,,,,,,1998-06-15, -/games/boxart/8660173ccc.jpg,Game & Watch Gallery 3,GB,Misc,Nintendo,Nintendo,,,,,,,1999-04-16, -/games/boxart/full_5783144AmericaFrontccc.jpg,Super Monkey Ball: Banana Blitz,Wii,Misc,Sega,Sega,7.3,,,,,,2006-11-14, -/games/boxart/6735015ccc.jpg,Donkey Konga,GC,Misc,Nintendo,Namco,7.3,,,,,,2004-09-27, -/games/boxart/full_7930817PALFrontccc.jpg,Game Builder Garage,NS,Misc,Nintendo,Nintendo,,,,,,,2021-06-11,2021-08-01 -/games/boxart/full_7247259JapanFrontccc.jpg,Jissen Pachinko Hisshouhou! CR Hokuto no Ken,PS2,Misc,Sega,Sammy Studios,,,,,,,2005-12-22, -/games/boxart/full_2031172JapanFrontccc.jpg,Oshare Majo Love and Berry: DS Collection,DS,Misc,Sega,Sega,,,,,,,2006-11-22, -/games/boxart/full_7536708AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,All,Misc,Capcom,Capcom,,,,,,,2022-07-22,2023-11-08 -/games/boxart/full_1031508AmericaFrontccc.jpg,Super Monkey Ball: Touch & Roll,DS,Misc,Sega,Amusement Vision,,,,,,,2006-02-21, -/games/boxart/full_to-the-moon_453AmericaFront.png,To the Moon,PC,Misc,Unknown,Freebird Games,8.5,,,,,,2011-11-01, -/games/boxart/full_3478023AmericaFrontccc.jpg,The Walking Dead: Season Two,PC,Misc,Telltale Games,Unknown,,,,,,,2014-10-14, -/games/boxart/full_6068084JapanFrontccc.jpg,Sekai no Gohan Shaberu! DS Oryouri Navi,DS,Misc,Nintendo,Nintendo,,,,,,,2008-12-04, -/games/boxart/full_2002665PALFrontccc.jpg,EyeToy Play 3,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2005-11-04, -/games/boxart/9339415ccc.jpg,Game & Watch Gallery,GB,Misc,Nintendo,Nintendo,,,,,,,1997-05-01, -/games/boxart/full_3793330JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou: Hokuto no Ken,PS2,Misc,Sammy Corporation,Sammy Studios,,,,,,,2004-05-27, -/games/boxart/full_1703806AmericaFrontccc.png,Midway Arcade Treasures,All,Misc,Midway Games,Digital Eclipse,,,,,,,2003-11-17,2022-09-30 -/games/boxart/full_4371521AmericaFrontccc.jpg,PaRappa The Rapper,PS,Misc,Sony Computer Entertainment,NanaOn-Sha,9.2,,,,,,1997-10-31, -/games/boxart/full_5098927AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,All,Misc,Konami,Digital Eclipse,,,,,,,2022-08-30,2023-04-07 -/games/boxart/full_8386128AmericaFrontccc.jpg,UNO,XBL,Misc,Microsoft,Carbonated Games,8,,,,,,2006-05-09, -/games/boxart/full_5895130PALFrontccc.jpg,Wargame: Red Dragon,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/full_2568507AmericaFrontccc.jpeg,Firewatch,PC,Misc,Unknown,Unknown,,,,,,,2016-02-09, -/games/boxart/full_1539555AmericaFrontccc.jpg,Hammerwatch,PC,Misc,Unknown,Unknown,,,,,,,2013-08-14, -/games/boxart/full_poker-night-at-the-inventory_619AmericaFront.jpg,Poker Night at the Inventory,PC,Misc,Telltale Games,Telltale Games,8,,,,,,2010-11-22, -/games/boxart/full_8617642AmericaFrontccc.jpg,Reus,PC,Misc,Abbey Games,Unknown,,,,,,,2013-05-16, -/games/boxart/full_6082708AmericaFrontccc.jpg,Mario Teaches Typing,PC,Misc,Interplay,Interplay,,,,,,,1992-01-01, -/games/boxart/full_4413661PALFrontccc.jpg,LEGO Worlds,PC,Misc,Warner Bros. Interactive Entertainment,Traveller's Tales,,,,,,,2015-06-01, -/games/boxart/full_6487634AmericaFrontccc.jpg,The Evil Within,PC,Misc,Bethesda Softworks,Tango Gameworks,5.5,,,,,,2014-10-14,2018-03-13 -/games/boxart/full_1112014AmericaFrontccc.jpg,Democracy 3,PC,Misc,Positech Games,Unknown,,,,,,,2013-10-14, -/games/boxart/full_6429602AmericaFrontccc.jpeg,Company of Heroes 2,PC,Misc,Sega,Relic,,,,,,,2013-06-25,2018-05-25 -/games/boxart/full_9687798AmericaFrontccc.jpg,Telltale Games' Poker Night 2,PC,Misc,Telltale Games,Unknown,,,,,,,2013-04-26, -/games/boxart/full_8137510AmericaFrontccc.jpg,Ratchet & Clank: Into the Nexus,PS3,Misc,Sony Computer Entertainment America,Unknown,7.7,,,,,,2013-11-12, -/games/boxart/full_7027154AmericaFrontccc.jpg,Doom 3 BFG Edition,PC,Misc,Bethesda Softworks,Unknown,,,,,,,2012-10-16, -/games/boxart/full_7964898AmericaFrontccc.jpg,FORCED,PC,Misc,BetaDwarf,Unknown,,,,,,,2013-10-24, -/games/boxart/full_just-dance-wii_343JapanFront.jpg,Just Dance Wii,Wii,Misc,Nintendo,Unknown,,,,,,,2011-10-13, -/games/boxart/full_894316PALFrontccc.jpg,Remember Me,PC,Misc,Capcom,DONTNOD Entertainment,,,,,,,2013-06-04,2018-02-02 -/games/boxart/full_6235191PALFrontccc.jpg,LEGO The Lord of the Rings,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2012-11-13, -/games/boxart/full_7837528AmericaFrontccc.jpg,Thomas Was Alone,PC,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2012-07-24,2018-05-10 -/games/boxart/full_3263852AmericaFrontccc.jpg,Octodad: Dadliest Catch,PC,Misc,Young Horses,Unknown,,,,,,,2014-01-30, -/games/boxart/full_4187746JapanFrontccc.jpg,Meccha! Taiko no Tatsujin Master DS: 7-tsu no Shima no Daibouken,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2008-04-24, -/games/boxart/full_544066JapanFrontccc.jpg,Taiko no Tatsujin Wii,Wii,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2008-12-11, -/games/boxart/full_4614966AmericaFrontccc.jpg,Out There Somewhere,PC,Misc,Unknown,Unknown,,,,,,,2012-02-21, -/games/boxart/full_7319339AmericaFrontccc.jpg,Alan Wake's American Nightmare,PC,Misc,Remedy Entertainment,Unknown,,,,,,,2012-05-22, -/games/boxart/full_2756898JapanFrontccc.jpg,Taiko no Tatsujin DS: Touch de Dokodon!,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2007-07-26, -/games/boxart/full_5711066AmericaFrontccc.png,Microsoft Entertainment Pack,Series,Misc,Microsoft,Microsoft,,,,,,,1990-01-01,2021-03-21 -/games/boxart/full_3490835AmericaFrontccc.png,Tales of Xillia 2,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-08-19, -/games/boxart/full_2110067AmericaFrontccc.jpg,The Swapper,PC,Misc,Facepalm Games,Unknown,,,,,,,2013-05-30, -/games/boxart/full_5561470JapanFrontccc.jpg,Taiko no Tatsujin: Chibi Dragon to Fushigi na Orb,3DS,Misc,Namco Bandai Games,Bandai Namco Games,,,,,,,2012-07-12,2018-01-08 -/games/boxart/full_4761503AmericaFrontccc.jpg,Teleglitch,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-07-24, -/games/boxart/full_5005338AmericaFrontccc.jpg,Art Academy: Lessons for Everyone!,3DS,Misc,Nintendo,Headstrong Games,8,,,,,,2012-10-01,2018-01-09 -/games/boxart/full_406521AmericaFrontccc.jpg,Unepic,PC,Misc,Unknown,@unepic_fran,,,,,,,2011-09-30,2018-01-07 -/games/boxart/full_3155019AmericaFrontccc.jpg,ibb and obb,PC,Misc,Zen Studios,Unknown,,,,,,,2014-05-26, -/games/boxart/full_2247936AmericaFrontccc.jpg,A Story About My Uncle,PC,Misc,Coffee Stain Studios,Unknown,,,,,,,2014-05-28, -/games/boxart/full_4700522AmericaFrontccc.jpg,Evoland,PC,Misc,Shiro Games,Unknown,,,,,,,2013-04-04, -/games/boxart/full_5095143AmericaFrontccc.jpg,Osmos,PC,Misc,Hemisphere Games,Hemisphere Games,7.8,,,,,,2009-08-08, -/games/boxart/full_akb148-idol-to-guam-de-koishitara_231JapanFront.jpg,AKB1/48: Idol to Guam de Koishitara...,PSP,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2011-10-06, -/games/boxart/full_5001236JapanFrontccc.jpg,Itadaki Street DS,DS,Misc,Square Enix,Armor Project / Think Garage,,,,,,,2007-06-21, -/games/boxart/full_akb148-idol-to-koishitara_697JapanFront.jpg,AKB1/48: Idol to Koishitara...,PSP,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-12-23, -/games/boxart/full_98181AmericaFrontccc.jpg,Magic: The Gathering,PC,Misc,Atari,MicroProse,,,,,,,1997-02-28, -/games/boxart/full_4002148AmericaFrontccc.jpg,Tales of Zesteria,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2015-10-20, -/games/boxart/full_3317723JapanFrontccc.jpg,Dragon Quest & Final Fantasy in Itadaki Street Special,PS2,Misc,Square Enix,Paon,,,,,,,2004-12-22, -/games/boxart/full_5833592JapanFrontccc.jpg,Ennichi no Tatsujin,Wii,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2006-12-02, -/games/boxart/full_5864744AmericaFrontccc.jpg,Revolution Ace,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/full_4321169AmericaFrontccc.jpg,Never Alone,PC,Misc,E-Line Media,Unknown,,,,,,,2014-11-18, -/games/boxart/full_2814382AmericaFrontccc.jpg,Death Rally (Remake),PC,Misc,Nordic Games,Unknown,,,,,,,2012-08-03, -/games/boxart/full_7466788AmericaFrontccc.jpg,Long Live The Queen,PC,Misc,Fabio Ricci,Unknown,,,,,,,2013-11-08, -/games/boxart/full_8099801AmericaFrontccc.jpg,Clustertruck,PC,Misc,TinyBuild Games,Landfall,,,,,,,2016-09-27,2018-03-01 -/games/boxart/full_6812545AmericaFrontccc.jpg,War for the Overworld,PC,Misc,Unknown,Unknown,,,,,,,2015-04-02, -/games/boxart/full_7017238AmericaFrontccc.jpg,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,PC,Misc,Unknown,Unknown,,,,,,,2013-03-05, -/games/boxart/full_2436334AmericaFrontccc.jpg,Slender: The Arrival,PC,Misc,Polytron Corporation,Unknown,,,,,,,2013-03-26, -/games/boxart/full_7946541JapanFrontccc.jpg,Hatsune Miku: Project Diva 2nd,PSP,Misc,Sega,Sega,,,,,,,2010-07-29, -/games/boxart/full_solar-2_170AmericaFront.jpg,Solar 2,PC,Misc,Unknown,Murudai,8,,,,,,2011-06-17, -/games/boxart/full_3499036AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_6159851AmericaFrontccc.jpg,God Mode,PC,Misc,Atlus,Unknown,,,,,,,2014-01-01, -/games/boxart/full_5213712AmericaFrontccc.jpg,The Bridge,PC,Misc,Unknown,Unknown,,,,,,,2013-02-22, -/games/boxart/full_1004560AmericaFrontccc.jpg,LUFTRAUSERS,PC,Misc,Vlambeer,Unknown,,,,,,,2014-03-18, -/games/boxart/full_2075829AmericaFrontccc.jpg,Mercenary Kings,PC,Misc,Tribute Games,Unknown,,,,,,,2014-04-01, -/games/boxart/full_1197018AmericaFrontccc.jpg,Blackguards,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-01-01, -/games/boxart/full_1311050AmericaFrontccc.jpg,Retro City Rampage,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_7366650AmericaFrontccc.jpg,Castle Story,PC,Misc,Zono Incorporated,Unknown,,,,,,,2020-12-31, -/games/boxart/full_1463690AmericaFrontccc.jpg,The Cave,PC,Misc,Sega,Unknown,,,,,,,2013-01-23, -/games/boxart/full_1086757JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken SE,PS2,Misc,Sega,Sammy Studios,,,,,,,2006-08-03, -/games/boxart/full_8095644JapanFrontccc.jpg,Taiko no Tatsujin DS: Dororon! Youkai Daikessen!!,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-07-01, -/games/boxart/full_bittrip-beat_8AmericaFront.jpg,BIT.TRIP BEAT,PC,Misc,Gaijin Entertainment,Gaijin Games Inc.,7.5,,,,,,2010-11-02, -/games/boxart/full_584267AmericaFrontccc.jpg,3-D Ultra Pinball,All,Misc,Sierra Online,Dynamix,,,,,,,1995-01-01,2021-04-05 -/games/boxart/full_1760860AmericaFrontccc.jpg,Evolution,All,Misc,Sydney Development Corporation,Distinctive Software,,,,,,,1982-01-01,2022-04-23 -/games/boxart/full_2444749AmericaFrontccc.jpg,Hoyle's Official Book of Games: Volume 1,All,Misc,Sierra Entertainment,Sierra Entertainment,,,,,,,1989-01-01,2021-04-08 -/games/boxart/full_7310958AmericaFrontccc.jpg,The Typing of The Dead: Overkill,PC,Misc,Unknown,Modern Dream,,,,,,,,2019-02-11 -/games/boxart/full_9653827AmericaFrontccc.png,Namco Museum 50th Anniversary,All,Misc,Namco,Digital Eclipse,,,,,,,2005-08-30,2020-11-21 -/games/boxart/full_8270545AmericaFrontccc.jpg,Canyon Capers,PC,Misc,Unknown,Unknown,,,,,,,2014-04-25, -/games/boxart/full_3734379AmericaFrontccc.jpg,Gas Guzzlers Extreme,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2013-10-08, -/games/boxart/full_5939169AmericaFrontccc.jpg,Lovers in a Dangerous Spacetime,PC,Misc,Asteroid Base,Unknown,,,,,,,2020-12-31, -/games/boxart/full_6027483AmericaFrontccc.jpg,100+ Great Games,PC,Misc,ValuSoft,ValuSoft,,,,,,,2000-01-01,2023-05-24 -/games/boxart/full_taiko-no-tatsujin-portable-dx_276JapanFront.jpg,Taiko no Tatsujin Portable DX,PSP,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2011-07-14, -/games/boxart/full_5704248AmericaFrontccc.jpg,Edge of Space,PC,Misc,Unknown,Unknown,,,,,,,2013-06-28, -/games/boxart/full_6438388AmericaFrontccc.jpg,Quantum Conundrum,PC,Misc,Square Enix,Unknown,,,,,,,2012-06-21, -/games/boxart/full_k-on-houkago-live_7JapanFront.jpg,K-ON! Houkago Live!!,PSP,Misc,Sega,Sega,,,,,,,2010-09-30, -/games/boxart/full_5220666AmericaFrontccc.jpg,Always Sometimes Monsters,PC,Misc,Devolver Digital,Unknown,,,,,,,2014-05-21, -/games/boxart/full_4546294AmericaFrontccc.jpg,Defense Grid 2,PC,Misc,505 Games,Unknown,,,,,,,2014-09-23, -/games/boxart/full_6067604AmericaFrontccc.jpg,Ampu-Tea,PC,Misc,Kiss,Unknown,,,,,,,2014-05-30, -/games/boxart/full_1327219AmericaFrontccc.jpg,Volgarr the Viking,PC,Misc,Adult Swim,Unknown,,,,,,,2013-09-13, -/games/boxart/full_6607256AmericaFrontccc.jpg,Divekick,PC,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-08-20, -/games/boxart/full_495217AmericaFrontccc.jpg,Eador: Masters of the Broken World,PC,Misc,Snowbird Games,Unknown,,,,,,,2013-04-19, -/games/boxart/full_1587904AmericaFrontccc.jpg,Epic Pinball,PC,Misc,Epic Games,Digital Extremes,,,,,,,1993-11-01,2022-09-27 -/games/boxart/9548096ccc.jpg,Pac-Man Pinball Advance,GBA,Misc,Namco,Human Soft,,,,,,,2005-05-02, -/games/boxart/full_4634900AmericaFrontccc.jpg,The Game of Life,PS,Misc,Hasbro Interactive,Double Helix Games,,,,,,,1998-09-30, -/games/boxart/full_5552739AmericaFrontccc.jpg,Full Mojo Rampage,PC,Misc,Over The Top Games,Unknown,,,,,,,2014-05-08, -/games/boxart/full_9015640AmericaFrontccc.jpg,Mars: War Logs,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2013-08-26, -/games/boxart/full_9117709AmericaFrontccc.jpg,Infested Planet,PC,Misc,Zoo Games silver,Unknown,,,,,,,2014-03-06, -/games/boxart/full_6884269AmericaFrontccc.jpg,101-in-1 Party Megamix Wii,Wii,Misc,Atlus,Nordcurrent,,,,,,,2009-10-27, -/games/boxart/full_5437506AmericaFrontccc.jpg,Dreamfall Chapters,PC,Misc,Unknown,Unknown,,,,,,,2014-11-01, -/games/boxart/full_1-2-3-kick-it-drop-that-beat-like-an-ugly-baby_832AmericaFront.jpg,1... 2... 3... KICK IT! (Drop That Beat Like an Ugly Baby),PC,Misc,Dejobaan Games,Dejobaan Games,,,,,,,2011-04-01, -/games/boxart/full_8371433AmericaFrontccc.jpg,Wheel of Fortune,N64,Misc,Take-Two Interactive,GameTek,,,,,,,1997-12-02, -/games/boxart/full_6717092PALFrontccc.jpeg,Contrast,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2013-11-15, -/games/boxart/full_1565389AmericaFrontccc.jpg,Deus Ex: The Fall,PC,Misc,Square Enix,Unknown,,,,,,,2014-03-25, -/games/boxart/full_3624109AmericaFrontccc.jpg,Space Run,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/full_1875910AmericaFrontccc.jpg,Millennium Gamepak Gold,PC,Misc,ValuSoft,ValuSoft,,,,,,,2000-01-01,2023-05-24 -/games/boxart/full_3782923AmericaFrontccc.jpg,Tales of Maj'Eyal,PC,Misc,DarkGod,Unknown,,,,,,,2013-12-12, -/games/boxart/full_2442175AmericaFrontccc.jpg,Darkwood,PC,Misc,Acid Wizard Studio,Unknown,,,,,,,2014-07-24, -/games/boxart/full_5136385AmericaFrontccc.jpg,Distance,PC,Misc,Refract Studios,Unknown,,,,,,,2020-12-31, -/games/boxart/full_8700544JapanFrontccc.jpg,Nodame Cantabile,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2007-04-19, -/games/boxart/full_1839205AmericaFrontccc.jpg,Valdis Story: Abyssal City,PC,Misc,Endless Fluff Games,Unknown,,,,,,,2013-09-08, -/games/boxart/full_1751878AmericaFrontccc.jpg,Final Fantasy III,PC,Misc,Square Enix,Unknown,,,,,,,2014-05-27, -/games/boxart/full_326462AmericaFrontccc.jpg,Mother Russia Bleeds,PC,Misc,Bandai Visual,Unknown,,,,,,,2016-01-01, -/games/boxart/full_6809001AmericaFrontccc.jpg,Melody's Escape,PC,Misc,Unknown,Unknown,,,,,,,2014-02-26, -/games/boxart/full_9914174AmericaFrontccc.jpg,The Fall,PC,Misc,Over The Moon,Unknown,,,,,,,2014-05-30, -/games/boxart/full_3768365AmericaFrontccc.jpg,Vessel,PC,Misc,indiePub,Unknown,,,,,,,2012-03-01, -/games/boxart/full_2625194AmericaFrontccc.jpg,Theatrhythm: Final Fantasy,3DS,Misc,Square Enix,Jupiter Multimedia,7.8,,,,,,2012-07-03,2018-01-09 -/games/boxart/full_5339244AmericaFrontccc.jpg,Chip,PC,Misc,Kiss,Unknown,,,,,,,2014-04-25, -/games/boxart/full_8310694AmericaFrontccc.jpg,Anomaly 2,PC,Misc,11 bit studios,Unknown,,,,,,,2013-05-15, -/games/boxart/full_8479303AmericaFrontccc.jpg,Not a Hero,PC,Misc,Devolver Digital,Unknown,,,,,,,2015-05-14, -/games/boxart/full_5017830AmericaFrontccc.jpg,Sonic The Hedgehog 4 Episode I,PC,Misc,Sega,Unknown,,,,,,,2012-01-19, -/games/boxart/full_2711825AmericaFrontccc.jpg,Drawful 2,PC,Misc,Jackbox Games,Jackbox Games,,,,,,,2016-07-21,2019-04-17 -/games/boxart/full_8734806JapanFrontccc.png,Dragon Quest & Final Fantasy in Itadaki Street Special,PSP,Misc,Square Enix,Unknown,,,,,,,2006-05-25, -/games/boxart/full_1732305AmericaFrontccc.jpg,Elite Beat Agents,DS,Misc,Nintendo,iNiS,8.4,,,,,,2006-11-06, -/games/boxart/full_6594919AmericaFrontccc.jpg,SHENZHEN I/O,PC,Misc,Zachtronics Industries,Zachtronics Industries,,,,,,,2016-11-17,2019-04-06 -/games/boxart/full_980201AmericaFrontccc.jpg,Orbt XL,PC,Misc,Nickervision Studios,Nickervision Studios,,,,,,,2017-04-21,2019-03-27 -/games/boxart/full_8237607AmericaFrontccc.jpg,Rento Fortune - Online Dice Board Game,PC,Misc,LAN - GAMES EOOD,LAN - GAMES EOOD,,,,,,,2017-07-14,2019-03-23 -/games/boxart/full_8987149AmericaFrontccc.png,Macadam Bumper,All,Misc,Accolade,ERE Informatique,,,,,,,1988-01-01,2021-03-20 -/games/boxart/full_8753134JapanFrontccc.jpg,Hatsune Miku: Project Diva,PSP,Misc,Sega,Sega,,,,,,,2009-07-02, -/games/boxart/full_822608JapanFrontccc.jpg,Kyoto Daigaku Atsuji Tetsuji Kyouju Kanshuu: Zaidan Houjin Nihon Kanji Nouryoku Kentei Kyoukai Kyouryoku: Kanji Trainer Portable,PSP,Misc,Sega,Sega,,,,,,,2006-12-14, -/games/boxart/full_2273685JapanFrontccc.jpg,Final Fantasy III,PSP,Misc,Square Enix,Unknown,,,,,,,2012-09-25, -/games/boxart/full_2892277AmericaFrontccc.jpg,Monty Python's Complete Waste of Time,PC,Misc,7th Level,7th Level,,,,,,,1994-10-04,2021-08-29 -/games/boxart/full_1701916AmericaFrontccc.png,DragonStrike,All,Misc,Strategic Simulations,Westwood Associates,,,,,,,1990-01-01,2021-03-23 -/games/boxart/full_732747AmericaFrontccc.jpg,Raster Blaster,All,Misc,BudgeCo,Bill Budge,,,,,,,1981-01-01,2021-04-06 -/games/boxart/full_2215518AmericaFrontccc.jpg,Lane Mastodon vs. the Blubbermen,PC,Misc,Infocom,"Tom Snyder Productions, Inc.",,,,,,,1988-01-01, -/games/boxart/full_5980727AmericaFrontccc.jpg,Horizon V,All,Misc,Gebelli Software,Gebelli Software,,,,,,,1982-01-01,2021-04-06 -/games/boxart/full_6352483AmericaFrontccc.jpg,Voyage of the Valkyrie,OSX,Misc,Unknown,Leo Christopherson,,,,,,,,2021-04-06 -/games/boxart/full_2552103AmericaFrontccc.jpg,The Game Show,OSX,Misc,Unknown,Computer Advanced Ideas,,,,,,,,2021-04-05 -/games/boxart/default.jpg,1Path,And,Misc,Bulkypix,Unknown,,,,,,,2014-03-02, -/games/boxart/default.jpg,Akaya Akashiya Ayakashino,PSP,Misc,Unknown,Unknown,,,,,,,2014-02-13, -/games/boxart/default.jpg,Chain Chronicle,And,Misc,Sega,Unknown,,,,,,,2013-08-17, -/games/boxart/default.jpg,Mahjong World Contest,PS3,Misc,8Floor,Unknown,,,,,,,2014-02-24, -/games/boxart/default.jpg,Mahjong World Contest,OSX,Misc,8Floor,Unknown,,,,,,,2012-12-03, -/games/boxart/default.jpg,Mahjong World Contest,PC,Misc,8Floor,Unknown,,,,,,,2012-12-03, -/games/boxart/default.jpg,Mahjong World Contest,PSV,Misc,8Floor,Unknown,,,,,,,2014-01-08, -/games/boxart/default.jpg,MechRunner,OSX,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,MechRunner,PC,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,MechRunner,PSV,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,MechRunner,PS4,Misc,Spark Plug Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Skyforge,PC,Misc,MY.COM,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,TowerFall,Ouya,Misc,Unknown,Unknown,,,,,,,2013-06-25, -/games/boxart/full_2592465AmericaFrontccc.jpg,TowerFall,PS4,Misc,Unknown,Unknown,,,,,,,2014-03-11, -/games/boxart/default.jpg,Warlock 2: The Exiled,PC,Misc,Paradox Interactive,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,World of Speed,PC,Misc,MY.COM,Unknown,,,,,,,2015-01-01, -/games/boxart/full_detuned_9AmericaFront.jpg,.deTuned,PSN,Misc,Sony Computer Entertainment,.theprodukkt,4.5,,,,,,2009-10-15, -/games/boxart/full_3673944JapanFrontccc.jpg,0 Kara no Shogi: Shogi Youchien Ayumi Kumi R,PS,Misc,Affect,Affect,,,,,,,2000-08-10, -/games/boxart/full_0-kara-no-shogi-shogi-youchien-ayumi-kumi-r_2JapanFront.jpg,0 Kara no Shogi: Shogi Youchien Ayumi Kumi R,PSN,Misc,Affect,Affect,,,,,,,2010-08-11, -/games/boxart/default.jpg,0x10c,PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,0x10c,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,100 Doors 2013,And,Misc,Gipnetix Games,Unknown,,,,,,,2012-12-07, -/games/boxart/full_7257198JapanFrontccc.jpg,100 Manyen Quiz Hunter,PS,Misc,FPS,FPS,,,,,,,1998-12-23, -/games/boxart/default.jpg,1001 Nights: The Adventures of Sindbad,PSP,Misc,Alawar Entertainment,Unknown,,,,,,,2011-10-18, -/games/boxart/default.jpg,1001 Nights: The Adventures of Sindbad,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,101 Drinking Games,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-01-16, -/games/boxart/default.jpg,101 Penguin Pets 3D,3DS,Misc,SelectSoft,Unknown,,,,,,,2013-10-17, -/games/boxart/default.jpg,101 Pinball World,DSi,Misc,SelectSoft,Unknown,,,,,,,2012-01-12, -/games/boxart/full_101-in-1-megamix_4AmericaFront.jpg,101-in-1 Megamix,PSN,Misc,Nordcurrent,Nordcurrent,,,,,,,2010-09-21, -/games/boxart/full_4773090JapanFrontccc.jpg,13-Sai no Hello Work DS,DS,Misc,Digital Works Entertainment,Digital Works Entertainment,,,,,,,2008-05-29, -/games/boxart/full_7667905JapanFrontccc.jpg,1500DS Spirits Vol. 10: Igo,DS,Misc,Tasuke,Tasuke,,,,,,,2008-05-15, -/games/boxart/full_2680727JapanFrontccc.jpg,1500DS Spirits Vol. 1: Mahjong,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, -/games/boxart/full_9690787JapanFrontccc.jpg,1500DS Spirits Vol. 2: Shogi,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, -/games/boxart/full_8227798JapanFrontccc.jpg,1500DS Spirits Vol. 4: Reversi,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, -/games/boxart/full_9939253JapanFrontccc.jpg,1500DS Spirits Vol. 5: Hanafuda,DS,Misc,Tasuke,Tasuke,,,,,,,2007-08-09, -/games/boxart/full_4052661JapanFrontccc.jpg,1500DS Spirits Vol. 6: Trump,DS,Misc,Tasuke,Tasuke,,,,,,,2007-11-22, -/games/boxart/full_4376049JapanFrontccc.jpg,1500DS Spirits Vol. 7: Chess,DS,Misc,Tasuke,Tasuke,,,,,,,2007-11-22, -/games/boxart/full_4987648JapanFrontccc.jpg,1500DS Spirits Vol. 9: 2 Nin-uchi Mahjong,DS,Misc,Tasuke,Tasuke,,,,,,,2007-11-22, -/games/boxart/full_1309107JapanFrontccc.jpg,1500DS Spirits: Mahjong V,DS,Misc,Tasuke,Tasuke,,,,,,,2009-12-03, -/games/boxart/full_4222839JapanFrontccc.jpg,1500DS Spirits: Shogi V,DS,Misc,Tasuke,Tasuke,,,,,,,2009-12-03, -/games/boxart/default.jpg,15DicePuzzle,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,15DicePuzzle,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_18-card-games_259PALFront.jpg,18 Card Games,DS,Misc,Rondomedia,Foreign Media Games,,,,,,,2010-11-16, -/games/boxart/default.jpg,1849,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,1849,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,18th Gate,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-10-25, -/games/boxart/default.jpg,2 Fast 4 Gnomz,3DS,Misc,QubicGames,Unknown,,,,,,,2012-11-01, -/games/boxart/default.jpg,2 Fast 4 Gnomz,Wii,Misc,QubicGames,Unknown,,,,,,,2012-02-23, -/games/boxart/default.jpg,2 Games in 1 Double Pack: Finding Nemo / Monsters Inc.,3DS,Misc,Ghostlight,Unknown,,,,,,,2013-05-09, -/games/boxart/full_865887AmericaFrontccc.jpg,2 Games in 1 Double Pack: Scooby-Doo and the Cyber Chase / Scooby-Doo! Mystery Mayhem,GBA,Misc,THQ,Software Creations / Artificial Mind and Movement,,,,,,,2005-03-08, -/games/boxart/full_4426440PALFrontccc.jpg,2 Games in 1: Sonic Advance & Sonic Battle,GBA,Misc,THQ,Sega,,,,,,,2005-11-16, -/games/boxart/full_6986868PALFrontccc.jpg,2 Games in 1: Sonic Pinball Party & Sonic Battle,GBA,Misc,Sega,Sega,,,,,,,2006-01-26, -/games/boxart/default.jpg,2 Games in 1: SpongeBob SquarePants: SuperSponge & Rugrats Go Wild,And,Misc,"Days Of Wonder, Inc.",Unknown,,,,,,,2014-01-01, -/games/boxart/full_4191729PALFrontccc.jpg,2 Games in 1: The Incredibles + Finding Nemo,GC,Misc,THQ,Heavy Iron Studios / Traveller's Tales,,,,,,,2006-03-23, -/games/boxart/default.jpg,2 Games in 1: The Incredibles + Finding Nemo,And,Misc,Electronic Arts,Unknown,,,,,,,2011-03-22, -/games/boxart/default.jpg,200V Challenge Spirit Mahjong,DSiW,Misc,Tasuke,Tasuke,,,,,,,2009-09-09, -/games/boxart/full_20q_702PALFront.png,20Q,PSN,Misc,Unknown,20Q. Net Inc.,,,,,,,2011-04-20, -/games/boxart/full_20th-century-video-almanac_10AmericaFront.jpg,20th Century Video Almanac,3DO,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, -/games/boxart/full_21-emon-mezase-hotel-ou_7JapanFront.jpg,21 Emon: Mezase! Hotel Ou,PCE,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1994-12-16, -/games/boxart/full_21-blackjack_758AmericaFront.jpg,21: Blackjack,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-11-15, -/games/boxart/full_8542505JapanFrontccc.jpg,250 Mannin no KanKen: Wii de Tokoton Kanji Nou,Wii,Misc,IE Institute,IE Institute,,,,,,,2008-07-31, -/games/boxart/full_890327JapanFrontccc.jpg,2999 Game Kids,PS,Misc,Sony Computer Entertainment,SCEI,,,,,,,1998-12-23, -/games/boxart/full_2d-math-panic_132AmericaFront.jpg,2D Math Panic,XBL,Misc,Microsoft,OnekSoft Games,,,,,,,2011-09-11, -/games/boxart/full_5423729AmericaFrontccc.jpg,2GoVids Rachel Star Stunt Show,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-16, -/games/boxart/full_2494648AmericaFrontccc.jpg,2win Ghost,XBL,Misc,Microsoft,Paineert,,,,,,,2009-02-20, -/games/boxart/full_2831318PALFrontccc.jpg,3 Games in 1: SpongeBob SquarePants: SuperSponge / Rugrats: I Gotta Go Party / Tak and the Power of Juju,GBA,Misc,THQ,Climax Group / Eurocom Entertainment Software / Avalanche Software,,,,,,,2005-11-25, -/games/boxart/default.jpg,3 Games in 1: SpongeBob SquarePants: SuperSponge / Rugrats: I Gotta Go Party / Tak and the Power of Juju,3DS,Misc,Cypronia,Unknown,,,,,,,2012-12-20, -/games/boxart/default.jpg,3 Heroes Crystal Soul,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-01-05, -/games/boxart/default.jpg,3 Heroes Crystal Soul,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-01-05, -/games/boxart/default.jpg,3 Ninjas Kick Back / Hook,GEN,Misc,Sega,Unknown,,,,,,,1993-01-01, -/games/boxart/default.jpg,3 Stars of Destiny,PC,Misc,Unknown,Unknown,,,,,,,2009-02-23, -/games/boxart/default.jpg,"3, 2, 1... WordsUp!",DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2012-07-05, -/games/boxart/full_7452984AmericaFrontccc.jpg,"3-2-1, Rattle Battle!",WW,Misc,Tecmo,Tecmo,,,,,,,2009-08-31, -/games/boxart/default.jpg,3-bun Tenkatouitsu: Bakumatsu Quiz-Hen,DSiW,Misc,Gakken,"GAE, Inc.",,,,,,,2010-09-22, -/games/boxart/default.jpg,3-bun Tenkatouitsu: Harumon Sengoku Quiz-Hen,DSiW,Misc,GAE,GAE,,,,,,,2010-02-24, -/games/boxart/default.jpg,3-bun Tenkatouitsu: Nishihon Sengoku Quiz-Hen,DSiW,Misc,GAE,GAE,,,,,,,2010-02-24, -/games/boxart/9609455ccc.jpg,3-D Ultra Pinball,PC,Misc,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1996-09-23, -/games/boxart/default.jpg,300: Rise of an Empire -- Seize Your Glory,And,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2014-02-07, -/games/boxart/default.jpg,3450 Algo,DSiW,Misc,Comolink,Comolink,,,,,,,2011-03-16, -/games/boxart/full_5405589AmericaFrontccc.jpg,360 Mega App Pack HD,XBL,Misc,Microsoft,Seph,,,,,,,2009-08-12, -/games/boxart/4431095ccc.jpg,3D Atlas,3DO,Misc,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, -/games/boxart/full_610384AmericaFrontccc.jpg,3D Magic Images,XBL,Misc,Microsoft,Unknown,,,,,,,2009-07-17, -/games/boxart/full_3d-mahjong_10AmericaFront.jpg,3D Mahjong,DSiW,Misc,Cosmigo,Cosmigo,,,,,,,2010-08-16, -/games/boxart/6116768ccc.jpg,3D Ultra Pinball: Creep Night,PC,Misc,Unknown,Sierra Entertainment,,,,,,,, -/games/boxart/6218737ccc.jpg,3D Ultra Pinball: NASCAR,PC,Misc,Sierra Entertainment,Dynamix,,,,,,,1996-01-01, -/games/boxart/full_1187530AmericaFrontccc.jpg,3D Ultra Pinball: The Lost Continent,PC,Misc,Sierra Entertainment,Sierra Entertainment,,,,,,,1997-01-01, -/games/boxart/full_3do-buffet_0AmericaFront.jpg,3DO Buffet,3DO,Misc,3DO,Interplay,,,,,,,1995-04-27, -/games/boxart/default.jpg,4 Kids: Shape It,And,Misc,Unknown,Unknown,,,,,,,2014-02-11, -/games/boxart/full_4-moku-narabe-3d_815AmericaFront.jpg,4 Moku Narabe 3D,XBL,Misc,Microsoft,okui,,,,,,,2011-08-17, -/games/boxart/default.jpg,4 Pics 1 Song,And,Misc,Game Circus LLC,Unknown,,,,,,,2013-05-09, -/games/boxart/default.jpg,4 Pics 1 Word,And,Misc,LOTUM GmbH,Unknown,,,,,,,2013-02-04, -/games/boxart/default.jpg,4 Scenes 1 Movie,And,Misc,Fruitella Games,Unknown,,,,,,,2013-05-07, -/games/boxart/full_4-travellers-play-french_1AmericaFront.jpg,4 Travellers: Play French,DSiW,Misc,AGENIUS Interactive,AGENIUS Interactive,,,,,,,2010-07-12, -/games/boxart/default.jpg,4 Travellers: Play Italian,DSiW,Misc,Unknown,AGENIUS Interactive,,,,,,,, -/games/boxart/full_1425516AmericaFrontccc.jpg,4 Travellers: Play Spanish,DSiW,Misc,AGENIUS Interactive,AGENIUS Interactive,,,,,,,2010-03-08, -/games/boxart/full_4-in-1-fun-pak_305AmericaFront.jpg,4-in-1 Fun Pak,GB,Misc,Interplay,Beam Software,,,,,,,1992-09-01, -/games/boxart/full_4-in-1-funpak-volume-ii_608AmericaFront.jpg,4-in-1 Funpak: Volume II,GB,Misc,Interplay,Beam Software,,,,,,,1993-08-01, -/games/boxart/default.jpg,40-in-1 Explosive Megamix,DSi,Misc,Nordcurrent,Unknown,,,,,,,2012-02-09, -/games/boxart/default.jpg,40-in-1 Explosive Megamix,3DS,Misc,Nordcurrent,Unknown,,,,,,,2012-02-09, -/games/boxart/default.jpg,4444,And,Misc,Bulkypix,Unknown,,,,,,,2014-05-15, -/games/boxart/full_5749660AmericaFrontccc.jpg,5 Arcade Gems,WW,Misc,Nordcurrent,Nordcurrent,,,,,,,2010-04-26, -/games/boxart/full_667609AmericaFrontccc.jpg,5 in 1 Solitaire,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-02-01, -/games/boxart/full_927633AmericaFrontccc.jpg,5 in 1 Solitaire,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-02-01, -/games/boxart/full_7337355AmericaFrontccc.jpg,5 In One Fun Pak,GG,Misc,Interplay,Beam Software,,,,,,,1994-01-01, -/games/boxart/full_5-in-1-arcade-hits_6AmericaFront.jpg,5-in-1 Arcade Hits,PSN,Misc,Unknown,Grip Games,,,,,,,2010-07-06, -/games/boxart/full_708846JapanFrontccc.jpg,5-Kyuu kara 1-Kyuu Zenkyuu Taiou: Saishin Kakomondai - 2-Ji Shiken Taisaku - Eiken Kanzenhan,DS,Misc,IE Institute,IE Institute,,,,,,,2009-11-05, -/games/boxart/default.jpg,50 More Classic Games,DS,Misc,Destineer,cerasus.media GmbH,,,,,,,2011-05-12, -/games/boxart/full_6-great-games_791AmericaFront.jpg,6 Great Games,PC,Misc,Unknown,"21 Rocks, LLC",,,,,,,2011-08-16, -/games/boxart/full_6-in-1_978AmericaFront.jpg,6 in 1,NES,Misc,Unknown,MegaSoft,,,,,,,1992-01-01, -/games/boxart/full_9685014PALFrontccc.png,6 in 1 Dictionary with Camera Function,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2009-09-04, -/games/boxart/full_651861JapanFrontccc.jpg,64 Hanafuda: Tenshi no Yakusoku,N64,Misc,Altron,Altron,,,,,,,1999-11-05, -/games/boxart/full_9427632JapanFrontccc.jpg,64 Trump Collection: Alice no Waku Waku Trump World,N64,Misc,Bottom Up,Bottom Up,,,,,,,1998-08-07, -/games/boxart/full_2841247AmericaFrontccc.jpg,7 Card Games,DSiW,Misc,cerasus.media,cerasus.media,,,,,,,2010-04-12, -/games/boxart/default.jpg,7.62 High Calibre,PC,Misc,1C Company,Unknown,,,,,,,2007-08-24, -/games/boxart/full_3383171JapanFrontccc.jpg,700 Banjin no Atama o Yokusuru: Chou Keisan DS - 13000-Mon + Image Keisan,DS,Misc,IE Institute,IE Institute,,,,,,,2009-03-12, -/games/boxart/default.jpg,90's Pool,3DS,Misc,Cinemax,Unknown,,,,,,,2012-03-29, -/games/boxart/default.jpg,90's Pool,DSi,Misc,Cinemax,Unknown,,,,,,,2012-03-29, -/games/boxart/default.jpg,99 Levels to Hell,PC,Misc,Zaxis Games,Unknown,,,,,,,2014-02-19, -/games/boxart/default.jpg,99 Levels to Hell,OSX,Misc,bom667,Unknown,,,,,,,2012-06-07, -/games/boxart/default.jpg,99 Levels to Hell,Linux,Misc,bom667,Unknown,,,,,,,2012-06-07, -/games/boxart/default.jpg,99 Spirits,PC,Misc,RunnerGames,Unknown,,,,,,,2013-05-31, -/games/boxart/default.jpg,@field,PSV,Misc,Sonic Powered,Unknown,,,,,,,2012-03-29, -/games/boxart/default.jpg,A Bird Story,PC,Misc,Freebird Games,Unknown,,,,,,,2013-07-01, -/games/boxart/full_9697854AmericaFrontccc.jpg,A Bug's Life: Active Play,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,1998-11-03, -/games/boxart/full_5610889PALFrontccc.jpg,A Bug's Life: Activity Centre,PS,Misc,Sony Computer Entertainment,Disney Interactive Studios,,,,,,,1999-12-01, -/games/boxart/full_3154336AmericaFrontccc.jpg,A Frog Game,XBL,Misc,Microsoft,imagodespira,,,,,,,2009-08-21, -/games/boxart/default.jpg,A Game of Dwarves,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,A Game of Dwarves,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_7520013AmericaFrontccc.jpg,A Game of Tennis,XBL,Misc,Microsoft,UberGeekGames,,,,,,,2009-01-31, -/games/boxart/full_9419193AmericaFrontccc.jpg,A Killer's Dream,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2009-11-21,2020-03-03 -/games/boxart/default.jpg,A Little War,And,Misc,G5 Software,Unknown,,,,,,,2014-01-06, -/games/boxart/full_8918144AmericaFrontccc.jpg,A Perfect Massage,XBL,Misc,Microsoft,R3dDr4g0n,,,,,,,2009-05-25, -/games/boxart/default.jpg,A Reflex Game: Xhake Shake,PC,Misc,Unknown,Unknown,,,,,,,2014-04-11, -/games/boxart/default.jpg,A-10 Cuba!,Mob,Misc,Activision,Unknown,,,,,,,1996-11-30, -/games/boxart/full_4233437AmericaFrontccc.jpg,A-Maze!-ING,XBL,Misc,Microsoft,Copasetic,,,,,,,2009-10-12, -/games/boxart/default.jpg,A.N.N.E,PC,Misc,gamesbymo,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Aahh! Spot the Difference,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-03-01, -/games/boxart/default.jpg,Aahh! Spot the Difference,DSi,Misc,Gamelion Studios,Unknown,,,,,,,2012-03-01, -/games/boxart/full_4008736AmericaFrontccc.jpg,Aardvark,XBL,Misc,Microsoft,idiot,,,,,,,2009-11-18, -/games/boxart/full_4419615AmericaFrontccc.jpg,Aaron's Ping-Pong,XBL,Misc,Microsoft,Sangretu,,,,,,,2008-11-25, -/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,PSV,Misc,Nicalis,Unknown,,,,,,,2014-06-03, -/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,3DS,Misc,Nicalis,Unknown,,,,,,,2014-06-03, -/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,X360,Misc,8bits fanatics,Unknown,,,,,,,2011-01-18, -/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,PC,Misc,Nicalis,Unknown,,,,,,,2014-06-03, -/games/boxart/default.jpg,Aban Hawkins & the 1001 Spikes,PS4,Misc,Nicalis,Unknown,,,,,,,2014-06-03, -/games/boxart/full_absolute-chess_3AmericaFront.jpg,Absolute Chess,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-08-09, -/games/boxart/default.jpg,Absolute Chess,DSiW,Misc,Unknown,Tasuke,,,,,,,, -/games/boxart/full_1682853AmericaFrontccc.jpg,Absolute Obedience,PC,Misc,Jast,Langmaor,,,,,,,2006-10-25, -/games/boxart/full_absolute-reversi_1AmericaFront.jpg,Absolute Reversi,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-08-23, -/games/boxart/default.jpg,Abyss,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2012-08-23, -/games/boxart/default.jpg,Abyss,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2012-08-23, -/games/boxart/default.jpg,Abyss Odyssey,PC,Misc,Atlus,Unknown,,,,,,,2014-07-15, -/games/boxart/default.jpg,Abyss Odyssey,X360,Misc,Atlus,Unknown,,,,,,,2014-07-16, -/games/boxart/default.jpg,Abyss Odyssey,PS3,Misc,Atlus,Unknown,,,,,,,2014-07-15, -/games/boxart/default.jpg,Academy of Magic: Word Spells,PC,Misc,Total Eclipse,Unknown,,,,,,,2005-10-17, -/games/boxart/default.jpg,Academy: Checkers,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2011-10-20, -/games/boxart/default.jpg,Academy: Checkers,DSi,Misc,Gamelion Studios,Unknown,,,,,,,2011-10-20, -/games/boxart/full_academy-tic-tac-toe_7AmericaFront.jpg,Academy: Tic-Tac-Toe,DSiW,Misc,Gamelion Studios,Gamelion Studios,,,,,,,2010-10-18, -/games/boxart/default.jpg,Ace Attorney: Ryuunosuke Wright's Adventure,3DS,Misc,Capcom,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Ace Combat: Infinity,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Ace Fishing: Wild Catch,And,Misc,Com2uS,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Ace Mathician,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-07-12, -/games/boxart/full_7269290AmericaFrontccc.jpg,Aceball,XBL,Misc,Microsoft,VoodooChief,,,,,,,2008-12-29, -/games/boxart/default.jpg,Aces of the Luftwaffe,And,Misc,HandyGames,Unknown,,,,,,,2013-02-14, -/games/boxart/default.jpg,Across Age,And,Misc,FDG Entertainment,Unknown,,,,,,,2010-10-07, -/games/boxart/default.jpg,ACT Series: Tango Choo Nichi Ei Hen,DSiW,Misc,Digital Media Lab,Digital Media Lab,,,,,,,2010-01-27, -/games/boxart/default.jpg,ACT Series: Tango Choo Nichi Jyuu Hen,DSiW,Misc,Digital Media Lab,Digital Media Lab,,,,,,,2009-11-11, -/games/boxart/default.jpg,ACT Series: Tango Choo Nichi Kan Hen,DSiW,Misc,Digital Media Lab,Digital Media Lab,,,,,,,2010-01-27, -/games/boxart/9580339ccc.jpg,Action 52,GEN,Misc,Active Enterprises,Farsight Technologies,,,,,,,1993-01-01, -/games/boxart/full_action-52_274AmericaFront.jpg,Action 52,NES,Misc,Active Enterprises,Active Enterprises,,,,,,,1991-01-01, -/games/boxart/full_4864151PALFrontccc.jpg,Action Pack: Prince of Persia: Rival Swords / Tom Clancy's Rainbow Six Vegas / Driver 76,PSP,Misc,Ubisoft,Ubisoft,,,,,,,2009-03-27, -/games/boxart/default.jpg,Activision Anthology,And,Misc,Activision,Unknown,,,,,,,2012-08-30, -/games/boxart/default.jpg,Activision Anthology,Mob,Misc,Activision,Unknown,,,,,,,2003-10-06, -/games/boxart/default.jpg,Activision Anthology,PSP,Misc,Activision,Unknown,,,,,,,2006-11-08, -/games/boxart/default.jpg,Activision Anthology,OSX,Misc,Activision,Aspyr,,,,,,,2003-10-06, -/games/boxart/full_8481426AmericaFrontccc.png,Activision Hits Remixed,PSN,Misc,Activision,Digital Eclipse,,,,,,,2009-09-30, -/games/boxart/default.jpg,Activision Hits: Remixed,SNES,Misc,Activision,Unknown,,,,,,,1993-09-01, -/games/boxart/full_4028452AmericaFrontccc.jpg,ActRaiser,SNES,Misc,Enix,Quintet,,,,,,,1991-11-01, -/games/boxart/7642063ccc.jpg,ActRaiser,VC,Misc,Square Enix,Quintet,,,,,,,2007-05-28, -/games/boxart/full_9782657PALFrontccc.jpg,Actua Pool,DS,Misc,Atari,Zoo Digital Publishing,,,,,,,2007-02-02, -/games/boxart/full_8874995PALFrontccc.jpg,Actua Pool,PS,Misc,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, -/games/boxart/full_1642736JapanFrontccc.jpg,Ad Lib Ouji ...to Fuyukai na Nakama-tachi!?,PS,Misc,Nippon Telenet,Unknown,,,,,,,2002-12-19, -/games/boxart/default.jpg,Adam's Venture Episode 2: Solomon's Secret,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2011-04-08, -/games/boxart/default.jpg,Adam's Venture Episode 3: Revelations,PC,Misc,Vertigo Games,Unknown,,,,,,,2012-03-09, -/games/boxart/default.jpg,Addy Junior Mein Körper,DS,Misc,Unknown,Mindscape,,,,,,,, -/games/boxart/full_addy-junior-mein-korper_5PALFront.jpg,Addy Junior: Mein Korper,DS,Misc,Mindscape,Mindscape Inc.,,,,,,,2009-07-30, -/games/boxart/default.jpg,adidas miCoach,PS,Misc,Land Ho,Unknown,,,,,,,2012-07-13, -/games/boxart/default.jpg,adidas miCoach,PS3,Misc,Land Ho,Unknown,,,,,,,2012-07-24, -/games/boxart/default.jpg,adidas miCoach,And,Misc,Land Ho,Unknown,,,,,,,2010-08-01, -/games/boxart/full_819774AmericaFrontccc.jpg,Advanced Rock Paper Scissors,XBL,Misc,Microsoft,North West,,,,,,,2009-08-12, -/games/boxart/default.jpg,Adventure Bar Story,And,Misc,"Rideon Japan, Inc.",Unknown,,,,,,,2012-07-30, -/games/boxart/default.jpg,Adventure Chronicles: The Search For Lost Treasure,OSX,Misc,Strategy First,Unknown,,,,,,,2012-05-18, -/games/boxart/default.jpg,Adventure Chronicles: The Search For Lost Treasure,PC,Misc,Strategy First,Unknown,,,,,,,2012-05-18, -/games/boxart/full_adventure-in-vegas-slot-machine_3AmericaFront.jpg,Adventure in Vegas: Slot Machine,DSiW,Misc,Gamelion Studios,Gamelion Studios,,,,,,,2010-11-08, -/games/boxart/default.jpg,Adventure Island II,3DS,Misc,Hudson Soft,Unknown,,,,,,,2014-03-06, -/games/boxart/full_8382009AmericaFrontccc.jpg,Adventure Pinball: Forgotten Island,PC,Misc,Electronic Arts,Digital Extremes,,,,,,,2001-03-21, -/games/boxart/default.jpg,Adventure Time: Hey Ice King! Why'd You Steal Our Garbage?,DS,Misc,D3Publisher,Unknown,,,,,,,2012-11-20, -/games/boxart/full_1393122AmericaFrontccc.jpg,Adventure Time: Hey Ice King! Why'd You Steal Our Garbage?,3DS,Misc,D3Publisher,Unknown,,,,,,,2012-11-20, -/games/boxart/default.jpg,Adventure Time: The Secret of the Nameless,PC,Misc,Little Orbit,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Adventure Time: The Secret of the Nameless,PS3,Misc,Little Orbit,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Adventure Town,And,Misc,Supersolid Ltd,Unknown,,,,,,,2013-11-25, -/games/boxart/default.jpg,Adventures of Lolo,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Aeon Command,Linux,Misc,Unknown,Unknown,,,,,,,2014-01-04, -/games/boxart/default.jpg,Aeon Command,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-04, -/games/boxart/default.jpg,Aeon Command,PC,Misc,Unknown,Unknown,,,,,,,2014-01-04, -/games/boxart/default.jpg,Aeon Command,And,Misc,Unknown,Unknown,,,,,,,2014-01-04, -/games/boxart/default.jpg,Aero Drum,WW,Misc,Unknown,Yudo,,,,,,,, -/games/boxart/default.jpg,Aero Guitar,WW,Misc,Yudo,Yudo,,,,,,,2008-09-30, -/games/boxart/default.jpg,After Burner,C64,Misc,Sega,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,After Burner II,NES,Misc,Sunsoft,Unknown,,,,,,,1989-03-30, -/games/boxart/default.jpg,After Burner II,SAT,Misc,Sega,Unknown,,,,,,,1996-09-27, -/games/boxart/default.jpg,After Burner II,PS2,Misc,Sega,Unknown,,,,,,,2004-03-18, -/games/boxart/default.jpg,Age of Decadence,PC,Misc,Iron Tower Studio,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Age of Reflex,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-25, -/games/boxart/default.jpg,Age of Reflex,OSX,Misc,ECRUSH DI DI NATALE SALVATORE,Unknown,,,,,,,2014-04-25, -/games/boxart/default.jpg,Age of Reflex,PC,Misc,ECRUSH DI DI NATALE SALVATORE,Unknown,,,,,,,2014-04-25, -/games/boxart/default.jpg,Age of Warring Empire,And,Misc,Silent Software Inc.,Unknown,,,,,,,2013-06-17, -/games/boxart/default.jpg,Age of Warring Empire,BRW,Misc,Silent Software Inc.,Unknown,,,,,,,2013-06-17, -/games/boxart/default.jpg,Age of Wonders 3,OSX,Misc,Triumph Studios,Unknown,,,,,,,2015-04-14, -/games/boxart/default.jpg,Age of Wushu,PC,Misc,Snail Game,Unknown,,,,,,,2014-03-27, -/games/boxart/full_2032955AmericaFrontccc.jpeg,Age of Zombies,And,Misc,Halfbrick Studios,Unknown,,,,,,,2011-07-08, -/games/boxart/full_4855293AmericaFrontccc.jpeg,Age of Zombies,PSP,Misc,Halfbrick Studios,Unknown,,,,,,,2010-02-25, -/games/boxart/full_3715916AmericaFrontccc.jpeg,Age of Zombies,PSV,Misc,evoline srl,Unknown,,,,,,,2014-01-14, -/games/boxart/default.jpg,Aggression: Europe Under Fire,PC,Misc,Buka Entertainment,Unknown,,,,,,,2007-05-10, -/games/boxart/full_8468314JapanFrontccc.jpg,AI Igo,PSP,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-12-22, -/games/boxart/full_4066967JapanFrontccc.jpg,AI Mahjong,PSP,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-12-22, -/games/boxart/default.jpg,AI Mahjong Selection,PS,Misc,Hamster Corporation,i4,,,,,,,2002-07-25, -/games/boxart/full_6600931JapanFrontccc.jpg,Ai no Hateni,PS,Misc,Success,Success,,,,,,,1999-07-22, -/games/boxart/full_ai-sensei-no-oshiete-watashi-no-hoshi_286JapanFront.jpg,Ai Sensei no Oshiete: Watashi no Hoshi,NES,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-03-26, -/games/boxart/full_9946768JapanFrontccc.jpg,Ai Shogi,PS,Misc,Soft Bank,Something,,,,,,,1995-11-22, -/games/boxart/full_2174971JapanFrontccc.jpg,AI Shogi,3DO,Misc,Taito,Taito Corporation,,,,,,,1995-09-14, -/games/boxart/full_3785047JapanFrontccc.jpg,AI Shogi,SAT,Misc,Soft Bank,Something,,,,,,,1995-08-25, -/games/boxart/full_1713551JapanFrontccc.jpg,AI Shogi,PSP,Misc,Marvelous Interactive,Marvelous,,,,,,,2005-01-20, -/games/boxart/full_9998364JapanFrontccc.jpg,Ai Shogi 2,PS,Misc,GameBank,ASCII Entertainment,,,,,,,1997-12-25, -/games/boxart/full_5801280JapanFrontccc.jpg,Ai Shogi 2,SAT,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1998-06-11, -/games/boxart/full_6442882JapanFrontccc.jpg,Ai Shogi 2 Deluxe,PS,Misc,i4,ASCII Entertainment,,,,,,,1999-09-22, -/games/boxart/full_1157675JapanFrontccc.jpg,Ai Shogi 2000,PS,Misc,i4,Unknown,,,,,,,1999-11-25, -/games/boxart/full_7290993JapanFrontccc.jpg,AI Shogi 3,N64,Misc,ASCII Entertainment,i4,,,,,,,1998-12-18, -/games/boxart/default.jpg,AI Shogi Selection,PS,Misc,Hamster Corporation,i4,,,,,,,2002-05-23, -/games/boxart/full_3585880AmericaFrontccc.jpg,Aichi Yokabu us online,XBL,Misc,Microsoft,Takeshi Yoshimura,,,,,,,2009-12-05, -/games/boxart/full_5451754AmericaFrontccc.jpg,Aimeroids,XBL,Misc,Microsoft,simesf,,,,,,,2009-10-10, -/games/boxart/default.jpg,Air Battle Hockey 3D,3DS,Misc,10TACLE Studios,Unknown,,,,,,,2014-01-03, -/games/boxart/default.jpg,Air Control,PC,Misc,Unknown,Unknown,,,,,,,2014-05-23, -/games/boxart/default.jpg,AiRace Speed,3DS,Misc,QubicGames,Unknown,,,,,,,2013-09-19, -/games/boxart/default.jpg,Airport Madness,Wii,Misc,The Learning Company,Unknown,,,,,,,2011-12-15, -/games/boxart/default.jpg,Airships,PC,Misc,"VOOZ CO.,LTD",Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,Airships,OSX,Misc,"VOOZ CO.,LTD",Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,Airships,Linux,Misc,"VOOZ CO.,LTD",Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,AirTycoon 3,And,Misc,TRADEGAME Lab Inc.,Unknown,,,,,,,2014-03-13, -/games/boxart/full_91105JapanFrontccc.jpg,Aishiau Kotoshika Dekinai,PS,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1998-02-11, -/games/boxart/default.jpg,Aitakute Monkey,DSiW,Misc,Starfish,Starfish SD,,,,,,,2011-04-20, -/games/boxart/default.jpg,Aiyoku no Eustia,PC,Misc,Unknown,August,,,,,,,2011-04-28, -/games/boxart/default.jpg,Akane the Kunoichi,PC,Misc,Haruneko,Unknown,,,,,,,2014-05-02, -/games/boxart/default.jpg,Akaneiro: Demon Hunters,PC,Misc,Spicy Horse,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Akaneiro: Demon Hunters,OSX,Misc,Spicy Horse,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Akari by Nikoli,3DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_akazukin-cha-cha-osawagase-panic-race_2JapanFront.jpg,Akazukin Cha Cha: Osawagase Panic Race,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1996-10-25, -/games/boxart/full_akb148-idol-to-guam-de-koishitara_134JapanFront.jpg,AKB1/48: Idol to Guam de Koishitara...,PSN,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2011-10-06, -/games/boxart/full_akimi-village_660AmericaFront.jpg,Akimi Village,PSN,Misc,Sony Online Entertainment,NinjaBee,,,,,,,2011-06-14, -/games/boxart/full_8454070PALFrontccc.jpg,Akira Psychoball,PS2,Misc,Atari,KAZe Co.,,,,,,,2002-02-21, -/games/boxart/full_7375542JapanFrontccc.jpg,Akko de Pon! Ikasama Hourouki,DS,Misc,Success,Success,,,,,,,2008-04-24, -/games/boxart/full_7616496JapanFrontccc.jpg,Akko de Pon! Ikasama Hourouki,Wii,Misc,Success,Success,,,,,,,2008-07-03, -/games/boxart/default.jpg,Al Emmo and the Lost Dutchman's Mine,PC,Misc,Himalaya Studios,Unknown,,,,,,,2006-09-05, -/games/boxart/full_1669982JapanFrontccc.jpg,Alabama,PS,Misc,D3 Publisher,Unknown,,,,,,,2000-09-21, -/games/boxart/full_4108284PALFrontccc.jpg,Alan Hansen's Sports Challenge,PS2,Misc,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, -/games/boxart/full_8555728PALFrontccc.jpg,Alan Hansen's Sports Challenge,PC,Misc,Oxygen Interactive,Oxygen Interactve,,,,,,,2007-10-26, -/games/boxart/default.jpg,Aleph,XBL,Misc,Unknown,DigiPen,,,,,,,, -/games/boxart/default.jpg,Alex Hunter: Lord of the Mind,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-12-17, -/games/boxart/default.jpg,Alex The Fox,Wii,Misc,The Learning Company,Unknown,,,,,,,2011-12-29, -/games/boxart/default.jpg,Alice - Behind the Mirror full - A Hidden Object Adventure,And,Misc,Anuman,Unknown,,,,,,,2014-05-17, -/games/boxart/default.jpg,Alien,C64,Misc,Sega-AM7,Unknown,,,,,,,1984-01-01, -/games/boxart/default.jpg,Alien 3,C64,Misc,Acclaim Entertainment,Unknown,,,,,,,1992-01-01, -/games/boxart/full_814187AmericaFrontccc.jpg,Alien Ambush,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2008-11-16, -/games/boxart/default.jpg,Alien Autopsy,WW,Misc,Unknown,Alten8,,,,,,,, -/games/boxart/default.jpg,Alien Chaos 3D,3DS,Misc,Mojang,Unknown,,,,,,,2012-03-27, -/games/boxart/5104075ccc.jpg,Alien Crush,PCE,Misc,Turbo Technologies,Compile,,,,,,,1989-01-01, -/games/boxart/full_1792730AmericaFrontccc.jpg,Alien Crush,VC,Misc,Hudson Soft,Compile,7.3,,,,,,2006-12-11, -/games/boxart/full_alien-crush_581JapanFront.jpg,Alien Crush,PSN,Misc,Hudson Soft,Compile,,,,,,,2011-06-02, -/games/boxart/default.jpg,Alien On The Run,3DS,Misc,G-Style,Unknown,,,,,,,2014-05-22, -/games/boxart/full_7309875AmericaFrontccc.jpg,Alien Rage,PS3,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Alien Rage,X360,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Alien Spidy,PC,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, -/games/boxart/default.jpg,Alien Spidy,X360,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, -/games/boxart/default.jpg,Alien Spidy,PS3,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, -/games/boxart/default.jpg,Alien Spidy,OSX,Misc,Kalypso Media,Unknown,,,,,,,2013-03-20, -/games/boxart/default.jpg,Aliens: Colonial Marines,WiiU,Misc,Sega,Unknown,,,,,,,2013-02-12, -/games/boxart/full_2639117JapanFrontccc.jpg,Alive,PS,Misc,General Entertainment,General Entertainment,,,,,,,1998-08-06, -/games/boxart/default.jpg,All New Retro Remakes Collection,PC,Misc,Unknown,Retro Gamer,,,,,,,2004-01-01, -/games/boxart/full_all-star-action_738PALFront.jpg,All Star Action,PS,Misc,Phoenix Games,Mere Mortals,,,,,,,2003-01-01, -/games/boxart/default.jpg,All Zombies Must Die!,PC,Misc,Doublesix,Unknown,,,,,,,2012-03-12, -/games/boxart/default.jpg,All Zombies Must Die!,PS3,Misc,Doublesix,Unknown,,,,,,,2011-12-27, -/games/boxart/default.jpg,All Zombies Must Die!,X360,Misc,Doublesix,Unknown,,,,,,,2011-12-28, -/games/boxart/full_9558546JapanFrontccc.jpg,All-Star Mahjong,PS,Misc,Pony Canyon,Pony Canyon,,,,,,,1997-09-18, -/games/boxart/default.jpg,Alone,PC,Misc,Greenwood Entertainment Software GmbH,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Alone in the Dark,PS3,Misc,Atari,Unknown,,,,,,,2008-11-18, -/games/boxart/default.jpg,Alone in the Dark (1992),OSX,Misc,Interplay Entertainment Corp.,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,Alone in the Dark (1992),FMT,Misc,Krisalis,Unknown,,,,,,,1993-01-01, -/games/boxart/full_8485089AmericaFrontccc.jpg,Alone in the Dark (1992),3DO,Misc,Interplay Productions,Krisalis,,,,,,,1994-08-03,2018-01-06 -/games/boxart/default.jpg,Alone in the Dark (1992),MSD,Misc,I*Motion,Unknown,,,,,,,1992-01-01, -/games/boxart/default.jpg,Alone in the Dark 2,SAT,Misc,Infogrames,Unknown,,,,,,,1996-08-22, -/games/boxart/default.jpg,Alone in the Dark 2,PS,Misc,Infogrames,Unknown,,,,,,,1996-08-22, -/games/boxart/default.jpg,Alone in the Dark 2,OSX,Misc,Interplay Entertainment Corp.,Unknown,,,,,,,1996-01-01, -/games/boxart/default.jpg,Alone in the Dark 2,FMT,Misc,Electronic Arts Victor,Unknown,,,,,,,1994-12-01, -/games/boxart/default.jpg,Alone in the Dark 2,MSD,Misc,Infogrames,Unknown,,,,,,,1994-09-25, -/games/boxart/default.jpg,Alpaca Evolution,And,Misc,COCOSOLA Inc.,Unknown,,,,,,,2013-06-24, -/games/boxart/8961746ccc.jpg,Alpha Beam with Ernie,2600,Misc,Atari,"Children's Computer Workshop, Inc.",,,,,,,1983-01-01, -/games/boxart/full_alt-play-jason-rohrer-anthology_164AmericaFront.jpg,Alt-Play: Jason Rohrer Anthology,DSiW,Misc,Sabarasa Entertainment,Jason Rohrer,,,,,,,2011-01-03, -/games/boxart/5894054ccc.jpg,Alvin and the Chipmunks,PC,Misc,Brash Entertainment,Sensory Sweep Studios,,,,,,,2007-12-04, -/games/boxart/default.jpg,Always Remember Me,PC,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2011-04-17, -/games/boxart/default.jpg,Always Remember Me,And,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2013-04-11, -/games/boxart/full_amazing-facts_6AmericaFront.jpg,Amazing Facts,XBL,Misc,Microsoft,Danthekilla,,,,,,,2010-08-24, -/games/boxart/full_6295871JapanFrontccc.jpg,America Oudan Ultra-Quiz,GB,Misc,Tomy Corporation,Tomy,,,,,,,1990-12-23, -/games/boxart/full_4506153JapanFrontccc.jpg,America Oudan Ultra-Quiz,PS,Misc,Victor Interactive,Pegasus Japan,,,,,,,1996-02-23, -/games/boxart/full_909349JapanFrontccc.jpg,America Oudan Ultra-Quiz,PS2,Misc,DigiCube,DigiCube,,,,,,,2002-03-28, -/games/boxart/full_3678153JapanFrontccc.jpg,America Oudan Ultra-Quiz,SNES,Misc,Tomy Corporation,Tomy,,,,,,,1992-11-20, -/games/boxart/full_4850623JapanFrontccc.jpg,America Oudan Ultra-Quiz Part 2,GB,Misc,Tomy Corporation,Tomy,,,,,,,1991-12-20, -/games/boxart/full_4701679JapanFrontccc.jpg,America Oudan Ultra-Quiz Part 3,GB,Misc,Tomy Corporation,Tomy,,,,,,,1992-11-27, -/games/boxart/full_2434846JapanFrontccc.jpg,America Oudan Ultra-Quiz Part 4,GB,Misc,Tomy Corporation,Tomy,,,,,,,1993-10-29, -/games/boxart/full_589290JapanFrontccc.jpg,America Oudan Ultra-Quiz: Shijou Saidai no Tatakai,NES,Misc,Tomy Corporation,Tomy,,,,,,,1991-11-29, -/games/boxart/full_5921214AmericaFrontccc.jpg,American Idol,PC,Misc,Codemasters,Hothouse Creations,,,,,,,2003-11-18, -/games/boxart/default.jpg,American Mensa Academy,And,Misc,Square Enix,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,American Mensa Academy,X360,Misc,Square Enix,Unknown,,,,,,,2012-12-12, -/games/boxart/default.jpg,American Mensa Academy,PS3,Misc,Square Enix,Unknown,,,,,,,2013-02-05, -/games/boxart/default.jpg,American Mensa Academy,PC,Misc,Square Enix,Unknown,,,,,,,2012-07-27, -/games/boxart/1558560ccc.jpg,American Pool,PS,Misc,Mud Duck Productions,DigiCube,,,,,,,2003-05-06, -/games/boxart/full_2547882AmericaFrontccc.jpg,American Popstar: Road to Celebrity,DSiW,Misc,Gameloft,Gameloft,,,,,,,2009-05-25, -/games/boxart/default.jpg,Amnesia Twin Pack,PSP,Misc,Idea Factory,Unknown,,,,,,,2012-03-15, -/games/boxart/default.jpg,Amnesia Twin Pack,BRW,Misc,Sucker Punch Productions,Unknown,,,,,,,2011-06-07, -/games/boxart/default.jpg,Amplitude (2016),PS4,Misc,Harmonix Music Systems,Harmonix Music Systems,,,,,,,2016-01-05, -/games/boxart/default.jpg,Anata no Kyuu o Check Kanken Mini Test,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-12-22, -/games/boxart/default.jpg,Ancient Game Treasures: Mill,PSN,Misc,Unknown,G1M2,,,,,,,2011-03-15, -/games/boxart/full_2056829JapanFrontccc.jpg,And-Kensaku,Wii,Misc,Nintendo,Nintendo / Shift,,,,,,,2010-04-29, -/games/boxart/default.jpg,Angolmois '99,PS,Misc,Success,Success,,,,,,,1999-08-26, -/games/boxart/full_2380896AmericaFrontccc.jpeg,Angry Birds,And,Misc,Rovio Mobile,Unknown,,,,,,,2010-10-15, -/games/boxart/default.jpg,Angry Birds,WinP,Misc,Rovio Mobile,Unknown,,,,,,,2011-06-29, -/games/boxart/default.jpg,Angry Birds,3DS,Misc,Activision,Unknown,,,,,,,2012-09-25, -/games/boxart/default.jpg,Angry Birds,PSP,Misc,Rovio Mobile,Unknown,,,,,,,2013-10-15, -/games/boxart/default.jpg,Angry Birds Epic,And,Misc,Rovio Mobile,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Angry Birds Epic,WinP,Misc,Rovio Mobile,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Angry Birds Free,BRW,Misc,Yuke's Osaka,Unknown,,,,,,,2010-11-04, -/games/boxart/default.jpg,Angry Birds Go,And,Misc,Rovio Mobile,Unknown,,,,,,,2013-12-11, -/games/boxart/default.jpg,Angry Birds HD,DS,Misc,Sega,Unknown,,,,,,,2009-03-05, -/games/boxart/default.jpg,Angry Birds Star Wars II,And,Misc,Unknown,Unknown,,,,,,,2013-09-19, -/games/boxart/default.jpg,Angry Birds: Star Wars,And,Misc,Rovio Mobile,Unknown,,,,,,,2012-11-08, -/games/boxart/default.jpg,Angry Birds: Star Wars,WinP,Misc,Rovio Mobile,Unknown,,,,,,,2012-11-08, -/games/boxart/default.jpg,Angry Bunnies,3DS,Misc,Cypronia,Unknown,,,,,,,2013-10-31, -/games/boxart/default.jpg,Angry FireBalls,And,Misc,Big Fish Games,Unknown,,,,,,,2013-04-29, -/games/boxart/default.jpg,Angry FireBalls,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-11-14, -/games/boxart/default.jpg,Angry FireBalls,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-11-14, -/games/boxart/default.jpg,Angry Kittens Attack,PC,Misc,SlinDev,Unknown,,,,,,,2014-04-22, -/games/boxart/default.jpg,Angry Kittens Attack,OSX,Misc,SlinDev,Unknown,,,,,,,2014-04-22, -/games/boxart/default.jpg,Angry Video Game Nerd Adventures,3DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_9645547AmericaFrontccc.png,Angry Video Game Nerd Adventures,WiiU,Misc,Unknown,Freakzone Games,,,,,,,,2018-07-12 -/games/boxart/full_7119772AmericaFrontccc.jpg,Animal Crossing Calculator,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-04, -/games/boxart/full_8603317AmericaFrontccc.jpg,Animal Crossing Clock,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-04, -/games/boxart/full_9722870JapanFrontccc.jpg,Animal Mania: Doki*Doki Aishou Check,GBA,Misc,Konami,Jupiter Multimedia,,,,,,,2002-01-31, -/games/boxart/full_5575142AmericaFrontccc.jpg,Animaniacs Game Pack!,PC,Misc,Warner Bros. Interactive,Funnybone Entertainment,,,,,,,1997-12-31, -/games/boxart/default.jpg,Animas Online,And,Misc,GameForge,Unknown,,,,,,,2014-05-26, -/games/boxart/full_8984384JapanFrontccc.jpg,Anime Eikaiwa: 15 Shounen Hyouryuuhen,PS2,Misc,Success,Success,,,,,,,2001-08-30, -/games/boxart/full_393399JapanFrontccc.jpg,Anime Eikaiwa: Tondemo Nezumi Daikatsuyaku,PS2,Misc,Success,Success,,,,,,,2001-08-30, -/games/boxart/full_992237JapanFrontccc.jpg,Anime Eikaiwa: Totoi,PS2,Misc,Success,Success,,,,,,,2001-08-30, -/games/boxart/full_anime-freak-fx-vol-1_10JapanFront.jpg,Anime Freak FX Vol. 1,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1995-08-12, -/games/boxart/full_8388854JapanFrontccc.jpg,Anime Freak FX Vol. 2,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1995-12-22, -/games/boxart/full_1126974JapanFrontccc.jpg,Anime Freak FX Vol. 3,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1996-04-05, -/games/boxart/full_4328632JapanFrontccc.jpg,Anime Freak FX Vol. 4,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1997-02-28, -/games/boxart/full_3316176JapanFrontccc.jpg,Anime Freak FX Vol. 5,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1997-08-29, -/games/boxart/full_367435JapanFrontccc.jpg,Anime Freak FX Vol. 6,PCFX,Misc,NEC Interchannel,NEC Interchannel,,,,,,,1998-02-27, -/games/boxart/default.jpg,Ano Tameni ni Watashi ga Dekiru Koto,PC,Misc,Unknown,softhouse-seal,,,,,,,2011-07-29, -/games/boxart/default.jpg,Anomaly 2,And,Misc,11 bit studios,Unknown,,,,,,,2013-11-14, -/games/boxart/full_4487398AmericaFrontccc.jpg,Anomaly 2,Linux,Misc,11 bit studios,Unknown,,,,,,,2013-05-15, -/games/boxart/full_5697538AmericaFrontccc.jpg,Anomaly 2,OSX,Misc,11 bit studios,Unknown,,,,,,,2013-06-06, -/games/boxart/default.jpg,Anomaly 2,PS4,Misc,11 bit studios,Unknown,,,,,,,2014-09-16, -/games/boxart/default.jpg,Anomaly Korea,Linux,Misc,11 bit studios,Unknown,,,,,,,2013-11-06, -/games/boxart/default.jpg,Anomaly Korea,OSX,Misc,11 bit studios,Unknown,,,,,,,2013-11-06, -/games/boxart/default.jpg,Anomaly Korea,PC,Misc,11 bit studios,Unknown,,,,,,,2013-11-06, -/games/boxart/default.jpg,Anomaly Korea,And,Misc,11 bit studios,Unknown,,,,,,,2012-12-20, -/games/boxart/default.jpg,Anomaly: Warzone Earth,OSX,Misc,11 bit studios,Unknown,,,,,,,2011-04-06, -/games/boxart/full_9955342AmericaFrontccc.jpg,Anomaly: Warzone Earth,X360,Misc,11 bit studios,Unknown,,,,,,,2012-04-06, -/games/boxart/default.jpg,Anomaly: Warzone Earth,And,Misc,11 bit studios,Unknown,,,,,,,2012-01-26, -/games/boxart/default.jpg,Anomaly: Warzone Earth,Linux,Misc,11 bit studios,Unknown,,,,,,,2011-04-08, -/games/boxart/full_9380422AmericaFrontccc.jpg,Anomaly: Warzone Earth,PS3,Misc,11 bit studios,Unknown,,,,,,,2012-09-11, -/games/boxart/default.jpg,Anonymous Notes Chapter 3: From The Abyss,3DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Anonymous Notes Chapter 3: From The Abyss,DSi,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_5323179JapanFrontccc.jpg,Anpanman to Asobu: Aiueo Kyoushitsu DX,DS,Misc,Agatsuma Entertainment,Agatsuma Entertainment,,,,,,,2009-12-17, -/games/boxart/full_4219864JapanFrontccc.jpg,Anpanpan to Asobo: Aiueo Kyoushitsu,DS,Misc,Agatsuma Entertainment,Agatsuma Entertainment,,,,,,,2006-12-07, -/games/boxart/full_ante-up-texas-holdem_969AmericaFront.jpg,Ante Up: Texas Hold'em,DSiW,Misc,Unknown,MonkeyPaw Games,,,,,,,2011-01-24, -/games/boxart/full_anteater_66AmericaFront.jpg,Anteater,2600,Misc,Stern,Stern,,,,,,,1982-01-01, -/games/boxart/full_anticipation_8AmericaFront.jpg,Anticipation,NES,Misc,Nintendo,Rare Ltd.,,,,,,,1988-11-01, -/games/boxart/default.jpg,Antique Road Trip 2: Homecoming,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-04-19, -/games/boxart/default.jpg,Antique Road Trip 2: Homecoming,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-04-19, -/games/boxart/default.jpg,Antique Road Trip: American Dreamin',PC,Misc,Big Fish Games,Unknown,,,,,,,2013-09-25, -/games/boxart/default.jpg,Antique Road Trip: USA,And,Misc,Big Fish Games,Unknown,,,,,,,2013-09-28, -/games/boxart/default.jpg,Antique Road Trip: USA,OSX,Misc,Big Fish Games,Unknown,,,,,,,2010-05-03, -/games/boxart/default.jpg,Antique Road Trip: USA,PC,Misc,Big Fish Games,Unknown,,,,,,,2010-05-03, -/games/boxart/default.jpg,Anubis II,PC,Misc,Metro3D,Unknown,,,,,,,2005-07-08, -/games/boxart/default.jpg,Anubis II,PS2,Misc,Metro3D,Unknown,,,,,,,2005-07-14, -/games/boxart/default.jpg,Anyo Haseyo! Korean Word Puzzle,DSiW,Misc,IE Institute,I.E. Institute,,,,,,,2010-07-14, -/games/boxart/full_9804084JapanFrontccc.jpg,Ao-Don DS: Hanabi no Goku & Hanabi no Takumi,DS,Misc,Commseed,Commseed,,,,,,,2010-06-17, -/games/boxart/full_1889267PALFrontccc.png,Ape Academy 2,PSN,Misc,Sony Computer Entertainment,Shift,,,,,,,2009-06-11, -/games/boxart/full_4991411JapanFrontccc.jpg,Appare! Shogi Jiisan,DS,Misc,Success,Arioka,,,,,,,2005-11-24, -/games/boxart/default.jpg,Applemint Works: Shimai & Tenshi Pack,PC,Misc,Unknown,appleC.C.,,,,,,,2011-07-29, -/games/boxart/default.jpg,AquaPazza: AquaPlus Dream Match,Arc,Misc,Aqua Plus,Unknown,,,,,,,2011-06-22, -/games/boxart/full_6580254JapanFrontccc.jpg,Aquarian Age: Tokyo Wars,PS,Misc,ESP,Broccoli,,,,,,,2000-05-25, -/games/boxart/full_4371151AmericaFrontccc.jpg,Aquarium HD,XBL,Misc,Microsoft,reedake2,,,,,,,2009-02-23, -/games/boxart/default.jpg,Aquarium with Clock,DSiW,Misc,LukPlus,LukPlus,,,,,,,2010-02-24, -/games/boxart/full_ar-games_767AmericaFront.jpg,AR Games,3DS,Misc,Nintendo,Nintendo,,,,,,,2011-03-27, -/games/boxart/default.jpg,Aralon: Sword and Shadow,And,Misc,Unknown,Unknown,,,,,,,2012-06-28, -/games/boxart/full_4205140JapanFrontccc.jpg,Arasuji de Kitaeru Sokumimi no Susume DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-04-26, -/games/boxart/full_9715238JapanFrontccc.jpg,Arasuji de Oboeru Sokudoku no Susume DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-04-26, -/games/boxart/full_arc-arena-monster-tournament_737AmericaFront.jpg,Arc Arena: Monster Tournament,PSN,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,2010-11-23, -/games/boxart/default.jpg,ARC STYLE: Baseball 3D,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,ARC STYLE: Happy Ocean,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-03-06, -/games/boxart/default.jpg,ARC STYLE: Simple Mahjong 3D,3DS,Misc,Arc System Works,Arc System Works,,,,,,,2011-11-30, -/games/boxart/default.jpg,ARC STYLE: Solitaire,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-01-30, -/games/boxart/default.jpg,Arc the Lad II & Arc Arena: Monster Tournament,PSN,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,2010-11-23, -/games/boxart/full_9271998JapanFrontccc.jpg,Arc the Lad: Monster Game with Casino Game,PS,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,1997-07-31, -/games/boxart/full_9308839AmericaFrontccc.jpg,Arcade Classic 4: Defender / Joust,GB,Misc,Nintendo,Williams Electronics,,,,,,,1995-10-01, -/games/boxart/full_arcade-classics_7AmericaFront.jpg,Arcade Classics,GEN,Misc,Sega,Al Baker and Associates,,,,,,,1996-01-01, -/games/boxart/8289527ccc.jpg,Arcade Classics,GG,Misc,Sega,Al Baker and Associates,,,,,,,1996-01-01, -/games/boxart/default.jpg,Arcade Classics 3D,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-10-31, -/games/boxart/8425674ccc.jpg,Arcade Classics: Super Breakout / Battlezone,GB,Misc,Black Pearl,Atari,,,,,,,1996-10-01, -/games/boxart/full_arcade-essentials_594PALFront.png,Arcade Essentials,PSN,Misc,Nordcurrent,Nordcurrent,,,,,,,2010-12-07, -/games/boxart/full_arcade-essentials_802AmericaFront.jpg,Arcade Essentials,WW,Misc,Nordcurrent,Nordcurrent,,,,,,,2011-03-21, -/games/boxart/full_1471563AmericaFrontccc.jpg,Arcade Favorites CD-ROM 5 Pak,PC,Misc,GT Interactive,GT Interactive,,,,,,,1995-01-01, -/games/boxart/full_4667582PALFrontccc.jpg,Arcade Smash Hits,MS,Misc,Sega,Virgin Games,,,,,,,1992-01-01, -/games/boxart/full_5517886AmericaFrontccc.jpg,Arcade Snake,XBL,Misc,Microsoft,LemonBallGames,,,,,,,2009-12-21, -/games/boxart/default.jpg,Arcadecraft,PC,Misc,Unknown,Unknown,,,,,,,2014-05-22, -/games/boxart/full_4353425JapanFrontccc.jpg,Arcana Strikes,SAT,Misc,Takara,Takara,,,,,,,1997-12-11, -/games/boxart/default.jpg,Arcane Chronicles,PC,Misc,Nexon,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Arcane Legends,And,Misc,Spacetime Studios,Unknown,,,,,,,2012-11-13, -/games/boxart/default.jpg,Arcania: Fall of Setarrif,PC,Misc,Nordic Games,Unknown,,,,,,,2011-10-25, -/games/boxart/default.jpg,Arcania: Fall of Setarrif,X360,Misc,Nordic Games,Unknown,,,,,,,2013-08-23, -/games/boxart/default.jpg,Arcania: Fall of Setarrif,PS3,Misc,Nordic Games,Unknown,,,,,,,2013-05-31, -/games/boxart/default.jpg,Archeage,PC,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,ArcheBlade,PC,Misc,Unknown,Unknown,,,,,,,2014-04-25, -/games/boxart/full_1017022PALFrontccc.jpg,Archer Maclean's 3D Pool,PS,Misc,Ignition Entertainment,Awesome Productions,,,,,,,2003-10-17, -/games/boxart/4351298ccc.jpg,Archon,NES,Misc,Activision,Bulletproof Software,,,,,,,1989-12-01, -/games/boxart/447611ccc.jpg,Are You Smarter Than A 5th Grader?,PC,Misc,THQ,AWE Games,,,,,,,2007-08-27, -/games/boxart/5415454ccc.jpg,Are You Smarter Than a 5th Grader? Make The Grade,PS2,Misc,THQ,THQ,,,,,,,2008-10-20, -/games/boxart/full_1362948AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make The Grade,XBL,Misc,THQ,Blitz Game Studios,,,,,,,2008-10-29, -/games/boxart/full_2241600AmericaFrontccc.jpg,Are You Smarter than a 5th Grader? Make the Grade,PC,Misc,THQ,THQ,,,,,,,2008-10-15, -/games/boxart/full_1261260JapanFrontccc.jpg,Are! Mo Kore? Mo Momotarou,PS,Misc,System Sacom,System Sacom,,,,,,,1996-10-04, -/games/boxart/default.jpg,Argo,PC,Misc,Halfbrick Studios,Unknown,,,,,,,2014-04-10, -/games/boxart/full_4417340JapanFrontccc.jpg,Ark no 10-Punkan Eigo Master: Chuukyuu,DS,Misc,Interchannel-Holon,Interchannel-Holon Inc.,,,,,,,2007-03-08, -/games/boxart/full_1495629JapanFrontccc.jpg,Ark no 10-Punkan Eigo Master: Joukyuu,DS,Misc,Interchannel-Holon,Interchannel-Holon Inc.,,,,,,,2007-03-08, -/games/boxart/full_6607181JapanFrontccc.jpg,Ark no 10-Punkan Eigo Master: Shokyuu,DS,Misc,Interchannel-Holon,Interchannel-Holon Inc.,,,,,,,2007-03-08, -/games/boxart/full_1942385JapanFrontccc.jpg,Arkana Senki Ludo,PS,Misc,Pai,Falcon,,,,,,,1998-07-09, -/games/boxart/full_1203579AmericaFrontccc.jpg,ArkX,XBL,Misc,Microsoft,ralph78fr,,,,,,,2009-02-18, -/games/boxart/full_arma-x-anniversary-edition_285PALFront.jpg,ArmA X: Anniversary Edition,PC,Misc,Unknown,Bohemia Interactive,,,,,,,2011-09-16, -/games/boxart/default.jpg,Armed Seven,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2013-10-04, -/games/boxart/full_9089098AmericaFrontccc.png,Armillo,WiiU,Misc,Fuzzy Wuzzy Games,Unknown,,,,,,,2014-07-03, -/games/boxart/full_786248PALFrontccc.jpg,Armin van Buuren: In the Mix,Wii,Misc,Foreign Media Games,Transgaming Technologies,,,,,,,2010-08-20, -/games/boxart/default.jpg,Armored Hunter Gunhound EX,PC,Misc,G.rev Ltd.,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Armored Hunter Gunhound EX,PSP,Misc,G.rev Ltd.,Unknown,,,,,,,2013-01-31, -/games/boxart/default.jpg,Armored Warfare,PC,Misc,MY.COM,Unknown,,,,,,,2015-01-01, -/games/boxart/full_9355575AmericaFrontccc.jpg,Army Men Gold: Collector's Edition,PS,Misc,3DO,3DO,,,,,,,2002-01-01, -/games/boxart/full_9033811AmericaFrontccc.jpg,Army Men: War Chest,PC,Misc,3DO,3DO,,,,,,,2002-09-23, -/games/boxart/full_around-the-world_610AmericaFront.jpg,Around the World,WW,Misc,Unknown,Wizarbox Studios,,,,,,,2010-12-27, -/games/boxart/default.jpg,Array,And,Misc,Unknown,Unknown,,,,,,,2014-05-19, -/games/boxart/full_1293460AmericaFrontccc.jpg,Arriba!,XBL,Misc,Microsoft,Jagglestein,,,,,,,2008-11-22, -/games/boxart/default.jpg,Arrow of Laputa: A Shadowless Teacher and the Key of Chiron,3DS,Misc,ArtePiazza,Unknown,,,,,,,2014-03-26, -/games/boxart/full_2134089JapanFrontccc.jpg,Art Camion Sugorokuden,PS,Misc,Affect,Affect,,,,,,,2000-04-27, -/games/boxart/full_art-camion-sugorokuden_422JapanFront.jpg,Art Camion Sugorokuden,PSN,Misc,Affect,Affect,,,,,,,2010-12-22, -/games/boxart/full_890718PALFrontccc.jpg,Arthur and the Revenge of Maltazard,PC,Misc,Ubisoft,Avalanche Productions,,,,,,,2010-09-24, -/games/boxart/full_7204886PALFrontccc.jpg,Arthur and the Revenge of Maltazard,Wii,Misc,Ubisoft,Avalanche Productions,,,,,,,2010-09-24, -/games/boxart/full_9735226PALFrontccc.jpg,Arthur and the Revenge of Maltazard,DS,Misc,Ubisoft,Avalanche Productions,,,,,,,2010-09-24, -/games/boxart/5720938ccc.jpg,Arthur's Absolutely Fun Day!,GB,Misc,The Learning Company,Ed Magnin and Associates,,,,,,,2000-09-07, -/games/boxart/default.jpg,Artist ni Narou! Kigaru ni Sketch,DSiW,Misc,Ertain,Ertain,,,,,,,2010-04-28, -/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Inu-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2009-12-16, -/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Joukyuu-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2010-01-13, -/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Musha-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2010-02-03, -/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Neko-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2010-01-06, -/games/boxart/default.jpg,Artist ni Narou! Minna no Nurie Shokyuu-Hen,DSiW,Misc,Ertain,Ertain,,,,,,,2009-12-09, -/games/boxart/default.jpg,Ascend: Hand of Kul,PC,Misc,Signal Studios,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Ascendant,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-13, -/games/boxart/default.jpg,Ascendant,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-13, -/games/boxart/default.jpg,Ascendant,PC,Misc,Unknown,Unknown,,,,,,,2014-05-13, -/games/boxart/default.jpg,Ascension to the Throne,PC,Misc,1C Company,Unknown,,,,,,,2007-01-26, -/games/boxart/default.jpg,Ascent: The Space Game,PC,Misc,Unknown,Unknown,,,,,,,2014-04-09, -/games/boxart/default.jpg,Asoberu Ehon: Mind Ten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-09-16, -/games/boxart/full_1909105JapanFrontccc.jpg,Asoberu Eigo: Word Magic DS,DS,Misc,Shingakusha,Shingakusha,,,,,,,2008-12-25, -/games/boxart/full_1224257JapanFrontccc.jpg,Ason de Chinou Up,PS,Misc,Gakken,Unknown,,,,,,,2003-12-11, -/games/boxart/full_9894205JapanFrontccc.jpg,Asonde Aiueo,PS,Misc,Gakushuu Kenkyuusha,Gakushuu Kenkyuusha,,,,,,,2003-05-29, -/games/boxart/full_3368139JapanFrontccc.jpg,Asonde Igo ga Sara ni Tsuyoku naru!! Ginsei Igo DS Chuukyuuhen,DS,Misc,Electronic Arts,SilverStar Japan,,,,,,,2009-06-18, -/games/boxart/full_917516JapanFrontccc.jpg,Asonde Igo ga Tsuyoku naru!! Ginsei Igo DS,DS,Misc,Electronic Arts,SilverStar Japan,,,,,,,2007-03-01, -/games/boxart/full_902516JapanFrontccc.jpg,Asonde Kazu Suuji,PS,Misc,Gakushuu Kenkyuusha,Gakushuu Kenkyuusha,,,,,,,2003-05-29, -/games/boxart/default.jpg,Asphalt 7: Heat,And,Misc,Gameloft,Unknown,,,,,,,2012-06-25, -/games/boxart/default.jpg,Asphalt 7: Heat,WinP,Misc,Gameloft,Unknown,,,,,,,2013-02-27, -/games/boxart/default.jpg,Asphalt 8: Airborne,And,Misc,Gameloft,Unknown,,,,,,,2013-08-23, -/games/boxart/default.jpg,Assassin's Creed Double Pack,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, -/games/boxart/default.jpg,Assassin's Creed Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, -/games/boxart/full_4122801AmericaFrontccc.jpg,Assassin's Creed Freedom Cry,PC,Misc,Ubisoft,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Assassin's Creed Freedom Cry,PS3,Misc,Ubisoft,Unknown,,,,,,,2014-02-18, -/games/boxart/default.jpg,Assassin's Creed Freedom Cry,PS4,Misc,Ubisoft,Unknown,,,,,,,2014-02-18, -/games/boxart/default.jpg,Assassin's Creed: Pirates,And,Misc,Ubisoft,Unknown,,,,,,,2013-12-05, -/games/boxart/default.jpg,Assault Android Cactus,WiiU,Misc,Witch Beam Games,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Assault Android Cactus,PC,Misc,Witch Beam Games,Unknown,,,,,,,2013-08-28, -/games/boxart/default.jpg,Assault Android Cactus,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-28, -/games/boxart/default.jpg,Assault Android Cactus,Linux,Misc,Unknown,Unknown,,,,,,,2013-08-28, -/games/boxart/full_6393132PALFrontccc.jpg,Asterix Brain Trainer,DS,Misc,Atari,Little Worlds Studio,,,,,,,2008-06-27, -/games/boxart/full_6448403PALFrontccc.jpg,Asterix: Mega Madness,PS,Misc,Infogrames,UDS,,,,,,,2001-06-29, -/games/boxart/full_asteroids-amp-super-breakout_1AmericaFront.jpg,Asteroids & Super Breakout,PC,Misc,SelectSoft,Digital Eclipse,,,,,,,2003-01-01, -/games/boxart/default.jpg,"Astro Junk: It’s Space, Garbage and Rapid Fire Fun",And,Misc,Square Enix,Unknown,,,,,,,2013-12-18, -/games/boxart/default.jpg,Astro Tripper,PC,Misc,PomPom Games,Unknown,,,,,,,2011-09-15, -/games/boxart/full_astro-warrior-pit-pot_2PALFront.jpg,Astro Warrior / Pit Pot,MS,Misc,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/default.jpg,Astro!,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-26, -/games/boxart/full_6339PALFrontccc.jpg,Astrology,DS,Misc,Black Bean Games,Black Bean Games,,,,,,,2009-07-03, -/games/boxart/default.jpg,at Enta! Taisen Hanafuda: Koi Koi Kassen,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-05-26, -/games/boxart/default.jpg,at Enta! Taisen Igo,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-04-21, -/games/boxart/default.jpg,at Enta! Taisen Mahjong 2,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-03-24, -/games/boxart/default.jpg,at Enta! Taisen Shogi 2,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-03-24, -/games/boxart/default.jpg,at Kanji Jukugo Game: Kanjukuken Kanshuu,DSiW,Misc,Tasuke,Tasuke,,,,,,,2010-02-24, -/games/boxart/full_5543708JapanFrontccc.jpg,Atama de Do! Kotenko Kotenko,DS,Misc,Dorart,Dorart,,,,,,,2007-03-29, -/games/boxart/full_atama-iq-panic_98JapanFront.jpg,Atama IQ Panic,DSiW,Misc,Unknown,Intergrow,,,,,,,2011-09-28, -/games/boxart/default.jpg,Atama o Yokusuru Anzan DS: Zou no Hana Fuusen,DSiW,Misc,Shingakusha,Shingakusha,,,,,,,2010-01-20, -/games/boxart/default.jpg,Atamago,DSiW,Misc,Unknown,Intergrow,,,,,,,2011-08-24, -/games/boxart/5340980ccc.jpg,Atari Anniversary Edition,DC,Misc,Atari,Digital Eclipse,5.1,,,,,,2001-07-02, -/games/boxart/full_5418065AmericaFrontccc.jpg,Atari Anniversary Edition,PC,Misc,Atari,Digital Eclipse,7.2,,,,,,2001-07-09, -/games/boxart/full_atari-anniversary-edition-redux_625PALFront.png,Atari Anniversary Edition Redux,PSN,Misc,Atari,Digital Eclipse,,,,,,,2011-02-16, -/games/boxart/full_atari-masterpieces-vol-i_236AmericaFront.jpg,Atari Masterpieces Vol. I,NGage,Misc,Atari,Backbone Entertainment,,,,,,,2005-01-01, -/games/boxart/8756028ccc.jpg,Atari Masterpieces Vol. II,NGage,Misc,Atari,Backbone Entertainment,,,,,,,2006-02-01, -/games/boxart/full_2521436AmericaFrontccc.jpg,Atari: 80 Classic Games in One!,PC,Misc,Atari,Digital Eclipse,,,,,,,2003-11-11, -/games/boxart/default.jpg,Atelier Iris 3: Grand Phantasm,PS2,Misc,NIS America,Unknown,,,,,,,2007-05-29, -/games/boxart/full_2835486JapanFrontccc.jpg,Athena no Kateiban: Family Game,PS,Misc,Athena,Athena,,,,,,,1996-03-22, -/games/boxart/default.jpg,Athletics: Winter Sports,And,Misc,Tangram3D,Unknown,,,,,,,2014-01-28, -/games/boxart/default.jpg,Atlantica Online,PC,Misc,NDoors Interactive,Unknown,,,,,,,2008-10-30, -/games/boxart/default.jpg,Atlantis Adventure,BRW,Misc,Social Quantum,Unknown,,,,,,,2013-09-02, -/games/boxart/default.jpg,Atrevete a Soñar,And,Misc,Spicy Horse,Unknown,,,,,,,2012-11-23, -/games/boxart/default.jpg,Atrevete a Soñar,BRW,Misc,Spicy Horse,Unknown,,,,,,,2012-07-12, -/games/boxart/full_3678949JapanFrontccc.jpg,Atsumare! GuruGuru Onsen,DC,Misc,Sega,Overworks,,,,,,,1999-09-23, -/games/boxart/full_5857590JapanFrontccc.jpg,Atsumare! GuruGuru Onsen BB,DC,Misc,Sega,Overworks,,,,,,,2000-10-31, -/games/boxart/default.jpg,Attack of the Kraken,And,Misc,Quantum Sheep,Unknown,,,,,,,2010-09-01, -/games/boxart/default.jpg,Attractio,PCFX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Attractio,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Attractio,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/full_9733109AmericaFrontccc.jpg,Audiball,XBL,Misc,Microsoft,Indiecisive Games,,,,,,,2008-11-20, -/games/boxart/default.jpg,Audiosurf Air,PC,Misc,Invisible Handlebar,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Audition Portable,PSP,Misc,T3 Entertainment,T3 Entertainment,,,,,,,2007-06-04, -/games/boxart/default.jpg,Auf Wiedersehen Monty: ZX Spectrum,MSX,Misc,Gremlin Graphics,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Auf Wiedersehen Monty: ZX Spectrum,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Auf Wiedersehen Monty: ZX Spectrum,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1987-01-01, -/games/boxart/full_2836717AmericaFrontccc.jpg,Austin Powers Operation: Trivia,PC,Misc,Sierra Entertainment,Bandai,,,,,,,1999-07-01, -/games/boxart/full_6939351AmericaFrontccc.jpg,Austin Powers Pinball,PS,Misc,Gotham Games,Wildfire Studios,,,,,,,2002-10-09, -/games/boxart/full_7965522AmericaFrontccc.jpg,Austin Powers Pinball,PC,Misc,Global Star Software,Wildfire Studios,,,,,,,2003-01-29, -/games/boxart/full_6938635AmericaFrontccc.gif,Australia Zoo Quest,PC,Misc,DreamCatcher Interactive,Unknown,,,,,,,2008-03-26, -/games/boxart/default.jpg,Auto Club Revolution,PC,Misc,Eutechnyx,Unknown,,,,,,,2012-03-29, -/games/boxart/full_av-poker_0JapanFront.jpg,AV Poker: World Gambler,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, -/games/boxart/default.jpg,Ava and Avior Save the Earth,And,Misc,Unknown,Unknown,,,,,,,2013-11-28, -/games/boxart/full_6491909AmericaFrontccc.jpg,Ava and Avior Save the Earth,WiiU,Misc,Unknown,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Avalanche 2: Super Avalanche,PC,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, -/games/boxart/full_1007951AmericaFrontccc.jpg,Avatar Casino Slots #1,XBL,Misc,Microsoft,SGN Casual Games,,,,,,,2009-11-25, -/games/boxart/full_avatar-connection_763AmericaFront.jpg,Avatar Connection,XBL,Misc,Microsoft,Digital DNA Games,,,,,,,2011-08-31, -/games/boxart/full_6058405AmericaFrontccc.jpg,Avatar Drop,XBL,Misc,Microsoft,RodYan,,,,,,,2009-09-03, -/games/boxart/full_221691AmericaFrontccc.jpg,Avatar Match,XBL,Misc,Microsoft,GameWicket,,,,,,,2009-12-17, -/games/boxart/full_avatar-superstar_61AmericaFront.jpg,Avatar Superstar,XBL,Misc,Microsoft,DigitalDNA2,,,,,,,2011-06-01, -/games/boxart/default.jpg,Avatar Superstars Poker,XBL,Misc,Unknown,Microsoft Game Studios,,,,,,,, -/games/boxart/default.jpg,Avatar's Rock,XBL,Misc,Unknown,i ENDER i,,,,,,,, -/games/boxart/default.jpg,Avengers Alliance,BRW,Misc,Marvel Entertainment,Unknown,,,,,,,2012-03-01, -/games/boxart/default.jpg,Avengers Alliance,And,Misc,Marvel Entertainment,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Aveyond: Gates of Night,PC,Misc,Amaranth Games,Unknown,,,,,,,2014-04-18, -/games/boxart/default.jpg,Avoid - Sensory Overload,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Awesomenauts,PC,Misc,Ronimo Games,Unknown,,,,,,,2012-08-02, -/games/boxart/default.jpg,Awesomenauts,PS4,Misc,DTP Entertainment,Unknown,,,,,,,2014-03-04, -/games/boxart/default.jpg,Ayakashi: Ghost Guild,And,Misc,Zynga,Unknown,,,,,,,2012-10-17, -/games/boxart/full_9371987JapanFrontccc.jpg,Ayrton Senna Personal Talk: Message for the Future,SAT,Misc,Sega,InVision Entertainment,,,,,,,1995-04-28, -/games/boxart/full_2870052JapanFrontccc.jpg,Ayumi Kumi,PS,Misc,Affect,Affect,,,,,,,1999-04-08, -/games/boxart/default.jpg,Aztez,PS4,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Aztez,PSV,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Aztez,WiiU,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Aztez,XOne,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Aztez,OSX,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Aztez,Linux,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Aztez,PC,Misc,Team Colorblind,Unknown,,,,,,,2015-01-01, -/games/boxart/full_3207726JapanFrontccc.jpg,Azumanga Daioh Advance,GBA,Misc,King Records,King Records,,,,,,,2003-04-25, -/games/boxart/full_1898009JapanFrontccc.jpg,Azumanga Donjara Daiou,PS,Misc,Bandai,Ganbarion,,,,,,,2002-04-18, -/games/boxart/7052954ccc.jpg,B-Boy,PS2,Misc,SouthPeak Interactive,FreeStyleGames,,,,,,,2008-07-15, -/games/boxart/full_1762136PALFrontccc.png,B-Boy,PSN,Misc,Sony Computer Entertainment,FreeStyleGames,,,,,,,2007-11-20, -/games/boxart/full_b-units-build-it_3PALFront.jpg,B-Units: Build It!,DS,Misc,505 Games,505 Games,,,,,,,2010-09-10, -/games/boxart/full_3077965AmericaFrontccc.jpg,BABEL Rising,X360,Misc,Ubisoft,Unknown,,,,,,,2012-06-13, -/games/boxart/default.jpg,BABEL Rising,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-06-12, -/games/boxart/default.jpg,BABEL Rising,PC,Misc,Ubisoft,Unknown,,,,,,,2012-08-07, -/games/boxart/full_5896973AmericaFrontccc.jpg,Baby Luv,PC,Misc,GameMill,Unknown,,,,,,,1997-11-19, -/games/boxart/full_baby-maker-extreme_9AmericaFront.jpg,Baby Maker Extreme,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2010-04-08, -/games/boxart/full_4413758PALFrontccc.jpg,Baby Universe,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,1998-10-01, -/games/boxart/default.jpg,Back side of the Earth: Pilot Brothers 3,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-05, -/games/boxart/default.jpg,Back To Life 2,OSX,Misc,Strategy First,Unknown,,,,,,,2014-05-06, -/games/boxart/default.jpg,Back To Life 2,PC,Misc,Strategy First,Unknown,,,,,,,2014-05-06, -/games/boxart/full_5843289PALFrontccc.jpg,Backgammon,PS,Misc,Phoenix Games,Altron,,,,,,,2003-03-28, -/games/boxart/full_backgammon_834PALFront.jpg,Backgammon,GB,Misc,JVC,Altron,,,,,,,2000-12-01, -/games/boxart/full_backgammon_668AmericaFront.jpg,Backgammon,PC,Misc,Fiendish Games,Fiendish Games,,,,,,,2000-08-20, -/games/boxart/default.jpg,Backgammon,DSiW,Misc,Unknown,GameOn,,,,,,,, -/games/boxart/full_9558490JapanFrontccc.jpg,Backgammon 2000,PS,Misc,Unbalance,Oxford Softworks,,,,,,,2000-05-18, -/games/boxart/default.jpg,Backgammon Blitz,PSV,Misc,VooFoo Studios,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Backgammon Blitz,PS3,Misc,VooFoo Studios,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Backgammon Blitz,PS4,Misc,VooFoo Studios,Unknown,,,,,,,2014-04-15, -/games/boxart/full_6796423AmericaFrontccc.png,Backstreet Billiards,PSN,Misc,Sony Computer Entertainment,argent,,,,,,,2009-11-23, -/games/boxart/default.jpg,Bad Day,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Bad Day,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_4133195AmericaFrontccc.jpg,Bad Piggies,And,Misc,Rovio Mobile,Unknown,,,,,,,2012-09-27, -/games/boxart/full_4725074AmericaFrontccc.jpg,Bad Piggies,PC,Misc,Rovio Mobile,Unknown,,,,,,,2012-09-27, -/games/boxart/full_2132956AmericaFrontccc.jpg,Bad Piggies,Mob,Misc,Rovio Mobile,Unknown,,,,,,,2013-01-01, -/games/boxart/full_3491904AmericaFrontccc.jpg,Bailout!,XBL,Misc,Microsoft,ChefTeslaCoil,,,,,,,2009-09-10, -/games/boxart/full_bakenou-tv-94_132JapanFront.jpg,Bakenou TV '94,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1994-10-28, -/games/boxart/full_bakenou-v3_719JapanFront.jpg,Bakenou V3,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1993-12-17, -/games/boxart/default.jpg,Bakery Story,And,Misc,TeamLava,Unknown,,,,,,,2010-12-20, -/games/boxart/full_5631625JapanFrontccc.jpg,Bakuretsu Akindo,PS,Misc,Astec 21,Astec 21,,,,,,,1996-03-22, -/games/boxart/full_6037209JapanFrontccc.jpg,Bakushou Jinsei 64: Mezase! Resort Ou,N64,Misc,Taito,Taito Corporation,,,,,,,1998-12-24, -/games/boxart/full_6175414JapanFrontccc.jpg,Bakushou!! All Yoshimoto Quiz Ou Kettaisen,3DO,Misc,Yoshimoto Kogyo,Yoshimoto Kogyo,,,,,,,1995-03-24, -/games/boxart/full_304701JapanFrontccc.jpg,Bakushou!! All Yoshimoto Quiz Ou Ketteisen,PS,Misc,Yoshimoto Kogyo,Yoshimoto Kogyo,,,,,,,1995-12-15, -/games/boxart/full_bakushou-all-yoshimoto-quiz-ou-ketteisen-dx_7JapanFront.jpg,Bakushou!! All Yoshimoto Quiz-Ou Ketteisen DX,SAT,Misc,Yoshimoto Kogyo,Open Sesame,,,,,,,1995-12-01, -/games/boxart/default.jpg,Ballet Salon,And,Misc,Libii Tech Limited,Unknown,,,,,,,2014-01-30, -/games/boxart/default.jpg,Ballistic Blast,PC,Misc,Unknown,unilever,,,,,,,2011-01-01, -/games/boxart/default.jpg,Balloon Pop Plus,PC,Misc,flaregames,Unknown,,,,,,,2013-06-10, -/games/boxart/default.jpg,Balloon Pop Plus,OSX,Misc,flaregames,Unknown,,,,,,,2013-04-16, -/games/boxart/default.jpg,Balloon Pop Plus,And,Misc,flaregames,Unknown,,,,,,,2012-10-26, -/games/boxart/default.jpg,Balloon Pop Plus,WinP,Misc,flaregames,Unknown,,,,,,,2013-06-10, -/games/boxart/default.jpg,Balloon Pop!,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-09-06, -/games/boxart/default.jpg,Ballpoint Universe: Infinite,WiiU,Misc,Arachnid Games,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,Ballpoint Universe: Infinite,OSX,Misc,Arachnid Games,Unknown,,,,,,,2013-12-17, -/games/boxart/default.jpg,Ballpoint Universe: Infinite,PC,Misc,Arachnid Games,Unknown,,,,,,,2013-12-17, -/games/boxart/full_7738890AmericaFrontccc.jpg,BallsAndBlocks,XBL,Misc,Microsoft,Ben3DX,,,,,,,2009-08-27, -/games/boxart/default.jpg,Banana Bliss: Jungle Puzzles,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2013-12-19, -/games/boxart/default.jpg,Banana Kong,And,Misc,FDG Entertainment,Unknown,,,,,,,2013-06-24, -/games/boxart/default.jpg,Band of Monsters,And,Misc,Kemco,Unknown,,,,,,,2014-04-15, -/games/boxart/full_3624580AmericaFrontccc.jpg,Barbie Fashion Show,PC,Misc,VU Games,VU Games,,,,,,,2004-08-17, -/games/boxart/full_5225960AmericaFrontccc.jpg,Barbie Fashion Show: An Eye for Style,PC,Misc,Activision,Activision,,,,,,,2008-09-23, -/games/boxart/default.jpg,Barbie Fashion Show: Eye For Style,PC,Misc,Activision,Activision,,,,,,,2008-09-23, -/games/boxart/default.jpg,Bardbarian,And,Misc,Bulkypix,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Bardbarian,PC,Misc,Bulkypix,Unknown,,,,,,,2014-04-01, -/games/boxart/full_4543519AmericaFrontccc.jpg,Barf And Beer,XBL,Misc,Microsoft,Danimal,,,,,,,2009-02-13, -/games/boxart/default.jpg,Baron Wittard: Nemesis of Ragnarok,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2011-02-18, -/games/boxart/full_9341862JapanFrontccc.jpg,Bartender DS,DS,Misc,Electronic Arts,Electronic Arts,,,,,,,2007-09-27, -/games/boxart/default.jpg,Basement Crawl,PS4,Misc,Bloober Team,Unknown,,,,,,,2013-11-15, -/games/boxart/default.jpg,Basha Baloot,PSN,Misc,Unknown,Quirkat,,,,,,,2011-03-02, -/games/boxart/full_basha-card-game-collection_781PALFront.jpg,Basha Card Game Collection,PSN,Misc,Unknown,Quirkat,,,,,,,2011-01-19, -/games/boxart/full_basha-tarneeb_528PALFront.jpg,Basha Tarneeb,PSN,Misc,Unknown,Quirkat,,,,,,,2011-01-19, -/games/boxart/full_basha-trix_193PALFront.jpg,Basha Trix,PSN,Misc,Unknown,Quirkat,,,,,,,2011-01-19, -/games/boxart/3821672ccc.jpg,Basic Math,2600,Misc,Atari,Atari,,,,,,,1977-01-01, -/games/boxart/full_basic-programming_23PALFront.jpg,BASIC Programming,2600,Misc,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/default.jpg,Basketball Kings,And,Misc,Mobigame SARL,Unknown,,,,,,,2014-03-21, -/games/boxart/default.jpg,Bass Masters Classic,Mob,Misc,THQ,Unknown,,,,,,,1998-01-01, -/games/boxart/default.jpg,Bass Masters Classic: Pro Edition,NES,Misc,Konami Digital Entertainment,Unknown,,,,,,,1993-01-01, -/games/boxart/default.jpg,Bass Masters Classic: Tournament Edition,Mob,Misc,THQ,Unknown,,,,,,,1998-01-01, -/games/boxart/full_5815681AmericaFrontccc.jpg,Battle Ball,XBL,Misc,Microsoft,Jhample,,,,,,,2009-06-07, -/games/boxart/default.jpg,Battle Bears Gold,And,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_8164302AmericaFrontccc.jpg,Battle Beat,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2009-12-31, -/games/boxart/default.jpg,Battle Camp,BRW,Misc,PennyPop,Unknown,,,,,,,2013-06-30, -/games/boxart/default.jpg,Battle Cry,And,Misc,DYNAMICNEXT,Unknown,,,,,,,2014-04-25, -/games/boxart/full_9407331JapanFrontccc.jpg,BATTLE for SAINT: Sammy's Cup Championship,PS2,Misc,Enterbrain,Enterbrain,,,,,,,2001-08-30, -/games/boxart/default.jpg,Battle Mages,PC,Misc,Buka Entertainment,Unknown,,,,,,,2013-11-27, -/games/boxart/full_battle-of-kingdom_610JapanFront.jpg,Battle of Kingdom,GB,Misc,Meldac,Meldac,,,,,,,1991-12-13, -/games/boxart/full_4060617JapanFrontccc.jpg,Battle Pinball,3DO,Misc,Nippon Data Works,Nippon Data Works,,,,,,,1994-11-25, -/games/boxart/full_battle-pinball_7JapanFront.jpg,Battle Pinball,SNES,Misc,Banpresto,Banpresto,,,,,,,1995-02-24, -/games/boxart/full_5596422AmericaFrontccc.jpg,Battle Poker,WW,Misc,Left Field Productions,Left Field Productions,,,,,,,2009-07-20, -/games/boxart/full_8404877AmericaFrontccc.jpg,Battle Poker,PSN,Misc,Left Field Productions,Left Field Productions,,,,,,,2009-12-10, -/games/boxart/default.jpg,Battle Rage: Reflex,Wii,Misc,Big Ben Interactive,Unknown,,,,,,,2011-02-14, -/games/boxart/default.jpg,Battle Reel Series 01: Reelgun,DSiW,Misc,Unknown,Team Battle Reel,,,,,,,2010-11-10, -/games/boxart/default.jpg,Battle Reel Series 02: Ao Dokura,DSiW,Misc,Unknown,Team Battle Reel,,,,,,,2010-11-10, -/games/boxart/default.jpg,Battle Run - Real Time Multiplayer Race,And,Misc,Game Hive Corp.,Unknown,,,,,,,2013-07-24, -/games/boxart/default.jpg,BattleCry,PC,Misc,Bethesda Softworks,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Battlefied 2,Linux,Misc,Unknown,Unknown,,,,,,,2012-09-18, -/games/boxart/default.jpg,Battlefied 2,OSX,Misc,Unknown,Unknown,,,,,,,2012-05-01, -/games/boxart/default.jpg,Battlefied 2,X360,Misc,Capcom,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Battlefied 2,PSV,Misc,Capcom,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Battlefied 2,PS3,Misc,Capcom,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Battleheart,And,Misc,Mika Mobile,Unknown,,,,,,,2011-05-20, -/games/boxart/default.jpg,Battlestone,And,Misc,Zynga,Unknown,,,,,,,2013-05-23, -/games/boxart/default.jpg,Bean's Quest,And,Misc,Kumobius,Unknown,,,,,,,2012-04-05, -/games/boxart/default.jpg,Bean's Quest,PC,Misc,Kumobius,Unknown,,,,,,,2012-02-26, -/games/boxart/full_2558770AmericaFrontccc.jpg,Beat IT!,XBL,Misc,Microsoft,MonsuneMoon,,,,,,,2008-11-15, -/games/boxart/full_5346488JapanFrontccc.jpg,Beat Planet Music,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2000-01-20, -/games/boxart/full_3335436AmericaFrontccc.jpg,Beat Sneak Bandit,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Beat the Boss,And,Misc,Game Hive Corp.,Unknown,,,,,,,2012-02-29, -/games/boxart/default.jpg,Beat the Boss 2,And,Misc,Game Hive Corp.,Unknown,,,,,,,2012-12-10, -/games/boxart/default.jpg,Beat the Boss 3,And,Misc,Game Hive Corp.,Unknown,,,,,,,2013-12-11, -/games/boxart/full_6495912PALFrontccc.jpg,Beat the Intro,Wii,Misc,Mindscape,Mindscape,,,,,,,2010-03-31, -/games/boxart/full_2237700AmericaFrontccc.jpg,Beat'n Groovy,XBL,Misc,Konami,"Voltex, Inc.",,,,,,,2008-10-08, -/games/boxart/default.jpg,BeatBlasters III,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-21, -/games/boxart/default.jpg,BeatBlasters III,OSX,Misc,Unknown,Unknown,,,,,,,2014-02-21, -/games/boxart/default.jpg,BeatBlasters III,PC,Misc,Unknown,Unknown,,,,,,,2014-02-21, -/games/boxart/full_5693870AmericaFrontccc.png,Beaterator,PSN,Misc,Rockstar Games,Rockstar Leeds,7.9,,,,,,2009-10-01, -/games/boxart/full_8227727AmericaFrontccc.png,Beats,PSN,Misc,Sony Computer Entertainment,SCEE London Studio,7,,,,,,2007-12-27, -/games/boxart/default.jpg,Beauty Academy,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-11, -/games/boxart/full_beauty-and-the-beast-a-board-game-adventure_875AmericaFront.jpg,Beauty and the Beast: A Board Game Adventure,GB,Misc,Nintendo,Left Field Productions,,,,,,,1999-10-25, -/games/boxart/full_8945175JapanFrontccc.jpg,Beck: The Game,PS2,Misc,Marvelous Interactive,Flagship,,,,,,,2005-03-31, -/games/boxart/full_5457720AmericaFrontccc.jpg,Bed Time Nursery Rhymes,XBL,Misc,Microsoft,North Squard,,,,,,,2009-08-23, -/games/boxart/default.jpg,Beer Caps Tap,PC,Misc,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Beer Caps Tap,OSX,Misc,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/full_7426150AmericaFrontccc.jpg,Beer Screensaver,XBL,Misc,Microsoft,Entrager,,,,,,,2009-08-12, -/games/boxart/default.jpg,Before Crisis: Final Fantasy VII,Mob,Misc,Square Enix,Unknown,,,,,,,2004-09-24, -/games/boxart/default.jpg,Bejeweled 2,X360,Misc,Oberon Media,Unknown,,,,,,,2005-11-22, -/games/boxart/default.jpg,Bejeweled 2,PC,Misc,PopCap Games,Unknown,,,,,,,2004-11-05, -/games/boxart/default.jpg,Bella Design,PC,Misc,Unknown,Unknown,,,,,,,2014-04-17, -/games/boxart/full_1547901AmericaFrontccc.jpg,Bella Sara,PC,Misc,Codemasters,Hidden City Games,,,,,,,2008-09-30, -/games/boxart/default.jpg,Bellator: MMA Onslaught,PS3,Misc,Cloud Imperium Games Corporation,Unknown,,,,,,,2012-09-30, -/games/boxart/default.jpg,Bellator: MMA Onslaught,X360,Misc,Cloud Imperium Games Corporation,Unknown,,,,,,,2012-09-30, -/games/boxart/8116169ccc.jpg,Berlitz French Translator,GB,Misc,GameTek,GameTek,,,,,,,1991-09-01, -/games/boxart/5087126ccc.jpg,Berlitz Spanish Translator,GB,Misc,GameTek,GameTek,,,,,,,1991-09-01, -/games/boxart/full_7902723PALFrontccc.jpg,Best Friends: Dogs & Cats,GBA,Misc,DTP Entertainment,Sproing Interactive Media,,,,,,,2006-10-23, -/games/boxart/full_best-of-solitaire_958PALFront.png,Best of Solitaire,PSN,Misc,Cosmigo,Cosmigo,,,,,,,2011-06-02, -/games/boxart/default.jpg,Beyond Good & Evil,PS3,Misc,Ubisoft,Unknown,,,,,,,2011-06-28, -/games/boxart/default.jpg,Beyond Good & Evil,X360,Misc,Ubisoft,Unknown,,,,,,,2011-03-02, -/games/boxart/default.jpg,Bibi & Tina - Das Spiel zum Kinofilm,3DS,Misc,Kiddinx,Unknown,,,,,,,2014-02-27, -/games/boxart/5297120ccc.jpg,Bible Buffet,NES,Misc,Wisdom Tree,Color Dreams,,,,,,,1993-01-01, -/games/boxart/default.jpg,Bientot l'ete,OSX,Misc,Tale of Tales,Unknown,,,,,,,2013-02-06, -/games/boxart/default.jpg,Bientot l'ete,PC,Misc,Tale of Tales,Unknown,,,,,,,2013-02-06, -/games/boxart/default.jpg,Big Time Gangsta,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2011-03-30, -/games/boxart/default.jpg,Big Time Rush: Backstage Pass,DS,Misc,GameMill,Unknown,,,,,,,2012-11-06, -/games/boxart/default.jpg,Big Time Rush: Dance Party,Wii,Misc,GameMill,Unknown,,,,,,,2012-11-06, -/games/boxart/default.jpg,Big Win Football,And,Misc,Hothead Games,Unknown,,,,,,,2012-09-28, -/games/boxart/default.jpg,Big Win MLB,And,Misc,Hothead Games,Unknown,,,,,,,2013-04-11, -/games/boxart/default.jpg,Big Win Racing,And,Misc,Hothead Games,Unknown,,,,,,,2013-12-05, -/games/boxart/default.jpg,BigHead Bash,OSX,Misc,Spicy Horse,Unknown,,,,,,,2012-05-24, -/games/boxart/default.jpg,BigHead Bash,PC,Misc,Spicy Horse,Unknown,,,,,,,2012-05-24, -/games/boxart/default.jpg,BigHead Bash,BRW,Misc,Spicy Horse,Unknown,,,,,,,2012-03-24, -/games/boxart/full_bijin-tokei-portable_3JapanFront.jpg,Bijin-Tokei Portable,PSN,Misc,HuneX,HuneX,,,,,,,2010-08-10, -/games/boxart/default.jpg,Bike Rider DX,3DS,Misc,Spicysoft Corp.,Unknown,,,,,,,2013-08-01, -/games/boxart/full_bikkuri-pachinko-ashita-no-joe-kyoraku-collection-vol-1_734JapanFront.jpg,Bikkuri Pachinko: Ashita no Joe - Kyoraku Collection Vol. 1,PS3,Misc,Unknown,Kyouraku Sangyou Holdings,,,,,,,2011-04-21, -/games/boxart/full_bikkuri-tobidasu-mahou-no-pen_763JapanFront.jpg,Bikkuri! Tobidasu! Mahou no Pen,3DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2011-08-11, -/games/boxart/full_135472JapanFrontccc.jpg,BikkuriMan 2000 Viva! Festival!,DC,Misc,Sega Toys,Sega Toys,,,,,,,2000-05-02, -/games/boxart/full_bikkuriman-daijikai_812JapanFront.jpg,BikkuriMan Daijikai,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1988-12-23, -/games/boxart/full_billiard-action_942PALFront.jpg,Billiard Action,DS,Misc,505 Games,Agenda,,,,,,,2006-02-03, -/games/boxart/4388691ccc.jpg,Billiards,PS,Misc,Unknown,A1 Games,,,,,,,, -/games/boxart/full_bing-bing-bingo_634JapanFront.jpg,Bing Bing! Bingo,SNES,Misc,KSS,KSS,,,,,,,1993-12-22, -/games/boxart/full_bingo-party-deluxe_672AmericaFront.jpg,Bingo Party Deluxe,WW,Misc,Ateam,Ateam,,,,,,,2011-05-02, -/games/boxart/default.jpg,BioHazard Twin Pack,PS3,Misc,Capcom,Unknown,,,,,,,2012-03-15, -/games/boxart/default.jpg,Bionic Heart,And,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2012-04-09, -/games/boxart/default.jpg,Bionic Heart,OSX,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2009-07-22, -/games/boxart/default.jpg,Bionic Heart,Linux,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2009-07-22, -/games/boxart/default.jpg,Bionic Heart,PC,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2009-07-22, -/games/boxart/default.jpg,Biorhythm,DSiW,Misc,Cinemax,Cinemax,,,,,,,2010-12-17, -/games/boxart/default.jpg,BioShock 2,OSX,Misc,2K Games,Unknown,,,,,,,2012-03-29, -/games/boxart/full_3434949AmericaFrontccc.jpg,BioShock Infinite,OSX,Misc,2K Games,Unknown,,,,,,,2013-08-29, -/games/boxart/default.jpg,Bird Mania Christmas 3D,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2013-12-26, -/games/boxart/default.jpg,Bird Reflex,Wii,Misc,The Learning Company,Unknown,,,,,,,2012-02-02, -/games/boxart/default.jpg,Bird Shoot,And,Misc,Bulkypix,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Bird_Hunt,And,Misc,Evil Indie Games,Unknown,,,,,,,2014-03-19, -/games/boxart/full_7211293PALFrontccc.jpg,Bishi Bashi Special,PS,Misc,Konami,KCE Sapporo,,,,,,,2000-07-07, -/games/boxart/full_5091985PALFrontccc.png,Bishi Bashi Special,PSN,Misc,Konami,KCE Sapporo,,,,,,,2008-04-24, -/games/boxart/full_3895562JapanFrontccc.jpg,Bishi Bashi Special 2,PS,Misc,Konami,Konami,,,,,,,1999-09-02, -/games/boxart/full_3809159JapanFrontccc.jpg,Bishi Bashi Special 3,PS,Misc,Konami,Konami,,,,,,,2000-06-29, -/games/boxart/full_bishoujo-janshi-suchie-pai_2JapanFront.jpg,Bishoujo Janshi Suchie-Pai,SNES,Misc,Jaleco,Jaleco Entertainment,,,,,,,1993-07-30, -/games/boxart/full_bishoujo-janshi-suchie-pai_9JapanFront.jpg,Bishoujo Janshi Suchie-Pai,VC,Misc,Jaleco,Jaleco Entertainment,,,,,,,2010-11-24, -/games/boxart/full_bishoujo-senshi-sailor-moon-collection_7JapanFront.jpg,Bishoujo Senshi Sailor Moon Collection,PCE,Misc,Banpresto,Banpresto,,,,,,,1994-11-25, -/games/boxart/default.jpg,Bit Boy!! ARCADE,3DS,Misc,Bplus,Unknown,,,,,,,2014-04-17, -/games/boxart/full_1927782AmericaFrontccc.png,BIT.TRIP BEAT,WW,Misc,Aksys Games,Gaijin Games Inc.,7.5,,,,,,2009-03-16, -/games/boxart/full_7008346AmericaFrontccc.jpg,BIT.TRIP CORE,WW,Misc,Aksys Games,Gaijin Games Inc.,7.6,,,,,,2009-07-06, -/games/boxart/full_bittrip-flux_375AmericaFront.jpg,BIT.TRIP FLUX,WW,Misc,Aksys Games,Gaijin Games Inc.,8.2,,,,,,2011-02-28, -/games/boxart/default.jpg,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,X360,Misc,Unknown,Unknown,,,,,,,2013-03-05, -/games/boxart/full_8110072AmericaFrontccc.png,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,WiiU,Misc,Unknown,Unknown,,,,,,,2013-03-05, -/games/boxart/default.jpg,Bit.Trip Presents... Runner 2: Future Legend of Rhythm Alien,PS3,Misc,Unknown,Unknown,,,,,,,2013-03-05, -/games/boxart/full_1879245AmericaFrontccc.jpg,BIT.TRIP VOID,WW,Misc,Aksys Games,Gaijin Games Inc.,8.2,,,,,,2009-11-23, -/games/boxart/full_2470930JapanFrontccc.jpg,Biz Nouryoku DS Series: Wagokoro no Moto,DS,Misc,Kokuyo,Kokuyo,,,,,,,2007-09-13, -/games/boxart/full_9102268JapanFrontccc.jpg,Biz Nouryoku Series: Miryoku Kaikaku,DS,Misc,Kokuyo,Kokuyo,,,,,,,2007-07-12, -/games/boxart/full_9869308JapanFrontccc.jpg,Biz Taiken DS Series: Kigyoudou Inshoku,DS,Misc,Kokuyo,Kokuyo,,,,,,,2007-07-26, -/games/boxart/default.jpg,Biz Taiken DS Series: Kigyoudou Kaigai,DS,Misc,Unknown,Kokuyo,,,,,,,, -/games/boxart/full_6635813JapanFrontccc.jpg,Biz Taiken Series: Kigyoudou,PSP,Misc,Kokuyo,Kokuyo,,,,,,,2006-03-09, -/games/boxart/default.jpg,Black Gold,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Black Guards,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Black Rainbow,PC,Misc,Unknown,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,Black Rainbow,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,Black Rainbow,And,Misc,Unknown,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,Blackguards,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-01-22, -/games/boxart/6021256ccc.jpg,Blackjack,NES,Misc,American Video Entertainment,Odyssey Software Inc.,,,,,,,1992-01-01, -/games/boxart/8158018ccc.jpg,Blackjack,2600,Misc,Atari,Atari,,,,,,,1977-10-01, -/games/boxart/default.jpg,Blacklight: Retribution,PS4,Misc,Perfect World Entertainment,Unknown,,,,,,,2013-11-15, -/games/boxart/default.jpg,Blade & Soul,PC,Misc,NCSoft,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Blade Arcus from Shining,Arc,Misc,Sega,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Blade Symphony,PC,Misc,Unknown,Unknown,,,,,,,2014-05-07, -/games/boxart/default.jpg,Blades Heart,PC,Misc,Unknown,KAI,,,,,,,2011-07-29, -/games/boxart/default.jpg,Blitz Brigade - Online multiplayer shooting action!,And,Misc,Gameloft,Unknown,,,,,,,2013-05-09, -/games/boxart/default.jpg,Block & Switch,PS,Misc,Serene,Serene,,,,,,,2002-01-24, -/games/boxart/full_5920922AmericaFrontccc.jpg,Block Fight!,XBL,Misc,Microsoft,xXTomK2007xx,,,,,,,2008-12-25, -/games/boxart/full_2022603AmericaFrontccc.jpg,Block Fight!!,XBL,Misc,Microsoft,Cypherroo,,,,,,,2009-12-21, -/games/boxart/full_block-vengeance-alpha_112AmericaFront.jpg,Block Vengeance Alpha,XBL,Misc,Microsoft,thedeadstu,,,,,,,2011-07-09, -/games/boxart/full_2567900AmericaFrontccc.jpg,BlockBUSTER,XBL,Misc,Microsoft,o 3DMUVE LLC o,,,,,,,2009-02-04, -/games/boxart/default.jpg,Blockbuster World Video Game Championship II,GEN,Misc,Acclaim Entertainment,Various,,,,,,,1995-01-01, -/games/boxart/default.jpg,BlockHopper,PC,Misc,Unknown,Unknown,,,,,,,2012-02-25, -/games/boxart/default.jpg,Blockscape,OSX,Misc,Sega Falcom,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Blockscape,Linux,Misc,Sega Falcom,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Blockscape,PC,Misc,Sega Falcom,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Blocky Roads,And,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-17, -/games/boxart/8528966ccc.jpg,Blonde Justice,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1994-01-01, -/games/boxart/default.jpg,Blood Knights,PS3,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Blood Knights,X360,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Blood Knights,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Blood of the Werewolf,PC,Misc,Unknown,Unknown,,,,,,,2013-10-28, -/games/boxart/default.jpg,Bloom,PC,Misc,Studio Fawn,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Bloom,OSX,Misc,Studio Fawn,Unknown,,,,,,,2020-12-31, -/games/boxart/full_5955749AmericaFrontccc.jpg,Blue Estate,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/full_2267259AmericaFrontccc.jpg,Blue Estate,XOne,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/full_4997130AmericaFrontccc.jpg,Blue Estate,PS4,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode One,PC,Misc,Relentless Software,Unknown,,,,,,,2010-11-24, -/games/boxart/full_blues-clues-blues-alphabet-book_2AmericaFront.jpg,Blue's Clues: Blue's Alphabet Book,GB,Misc,Mattel Interactive,Vicarious Visions,,,,,,,2001-01-30, -/games/boxart/full_3795873AmericaFrontccc.jpg,Board Game Classics Collection,PC,Misc,iWin,iWin,,,,,,,2009-08-24, -/games/boxart/full_boardwalk-ball-toss_525AmericaFront.jpg,Boardwalk Ball Toss,DSiW,Misc,Skyworks Interactive,Skyworks Interactive,,,,,,,2011-06-30, -/games/boxart/full_1958209PALFrontccc.jpg,Bob the Builder: Can We Fix It? / Tweenies: Game Time,PS,Misc,BBC Multimedia,Various,,,,,,,2009-01-01, -/games/boxart/full_bobby-fischer-teaches-chess_317AmericaFront.jpg,Bobby Fischer Teaches Chess,PC,Misc,Interplay,Mission Studios,,,,,,,1994-01-01, -/games/boxart/full_3908251AmericaFrontccc.jpg,Bobby Says - Dance with me!,XBL,Misc,Microsoft,Mexond,,,,,,,2009-06-14, -/games/boxart/full_body-and-brain-connection-higher-learning-i_70AmericaFront.jpg,Body and Brain Connection: Higher Learning I,XBL,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2011-03-22, -/games/boxart/full_body-and-brain-connection-higher-learning-ii_788AmericaFront.jpg,Body and Brain Connection: Higher Learning II,XBL,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2011-04-26, -/games/boxart/full_bodycon-digital-rave-part-1_1JapanFront.jpg,Bodycon Digital Rave Part 1,3DO,Misc,Unknown,Trans-Pegasus Limited,,,,,,,1994-12-23, -/games/boxart/full_8940995JapanFrontccc.jpg,Boko Yume no Tatsujin,DC,Misc,Fujicom,Fujicom,,,,,,,2002-01-24, -/games/boxart/full_4080232JapanFrontccc.jpg,Bokujyoukeieteki Board Game: Umapoly,PS,Misc,Konami,Konami,,,,,,,1999-12-25, -/games/boxart/default.jpg,Bokukano: Koi Hanashi Party! Naisho na Otoko no Girls Talk,PC,Misc,Unknown,Gspot,,,,,,,2011-07-29, -/games/boxart/default.jpg,Bomb the Monsters,And,Misc,Unknown,Unknown,,,,,,,2014-05-29, -/games/boxart/full_7681051AmericaFrontccc.png,Bomberman Land,PSN,Misc,Hudson Soft,Hudson Soft,6.4,,,,,,2010-01-07, -/games/boxart/full_bomberman-land-psone_0JapanFront.jpg,Bomberman Land (PSOne),PSN,Misc,Hudson Soft,Hudson Soft,,,,,,,2008-09-24, -/games/boxart/full_7120041JapanFrontccc.jpg,Bomberman Land 2,GC,Misc,Hudson Soft,Racjin,,,,,,,2003-07-31, -/games/boxart/full_7624382JapanFrontccc.jpg,Bomberman Land 2,PS2,Misc,Hudson Soft,Racjin,,,,,,,2003-07-17, -/games/boxart/full_5401708JapanFrontccc.jpg,Bomberman Land 3,PS2,Misc,Hudson Soft,Racjin,,,,,,,2005-08-04, -/games/boxart/default.jpg,Bombshell,PC,Misc,Interceptor Entertainment,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Bombshell,PS4,Misc,Interceptor Entertainment,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Bonsai Blast,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-07, -/games/boxart/default.jpg,Book of Legends,OSX,Misc,Gogii Games,Unknown,,,,,,,2008-11-14, -/games/boxart/default.jpg,Bookstore Dream,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-09-13, -/games/boxart/default.jpg,Bookstore Dream,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-09-13, -/games/boxart/default.jpg,Bookworm,PC,Misc,PopCap Games,Unknown,,,,,,,2006-08-30, -/games/boxart/default.jpg,Bookworm,DSi,Misc,PopCap Games,Unknown,,,,,,,2009-11-30, -/games/boxart/default.jpg,Bookworm,OSX,Misc,PopCap Games,Unknown,,,,,,,2006-08-30, -/games/boxart/default.jpg,Bookworm,X360,Misc,PopCap Games,Unknown,,,,,,,2010-11-15, -/games/boxart/default.jpg,Bookworm Deluxe,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-01-20, -/games/boxart/full_boom-beats_4PALFront.png,Boom Beats,PSN,Misc,Gamelion Studios,Gamelion Studios,,,,,,,2010-12-07, -/games/boxart/default.jpg,Boot Hill Heroes,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Boot Hill Heroes,X360,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Boot Hill Heroes,PSV,Misc,Unknown,Unknown,,,,,,,2014-04-02, -/games/boxart/default.jpg,BorderZone,PC,Misc,1C Company,Unknown,,,,,,,2006-07-19, -/games/boxart/default.jpg,Boulder Dash: 30th Anniversary Edition,OSX,Misc,First Star Software,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Boulder Dash: 30th Anniversary Edition,PC,Misc,First Star Software,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Boulder Dash: 30th Anniversary Edition,And,Misc,First Star Software,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Bounce Ball Pro,PC,Misc,Aeria Games & Entertainment,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Bowling Bonanza 3D,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-05-16, -/games/boxart/default.jpg,Box Pusher,DSi,Misc,Cosmigo,Unknown,,,,,,,2012-02-23, -/games/boxart/default.jpg,Box Pusher,3DS,Misc,Cosmigo,Unknown,,,,,,,2012-02-23, -/games/boxart/full_4589471AmericaFrontccc.jpg,Brain Age Express: Arts & Letters,DSiW,Misc,Nintendo,Nintendo SDD,,,,,,,2009-08-10, -/games/boxart/full_1788560AmericaFrontccc.jpg,Brain Age Express: Math,DSiW,Misc,Nintendo,Nintendo SDD,,,,,,,2009-04-05, -/games/boxart/full_463315AmericaFrontccc.jpg,Brain Challenge,XBL,Misc,Gameloft,Gameloft,6.1,,,,,,2008-03-12, -/games/boxart/full_9768230AmericaFrontccc.jpg,Brain Challenge,WW,Misc,Gameloft,Gameloft,,,,,,,2008-11-10, -/games/boxart/full_22141AmericaFrontccc.jpg,Brain Challenge (PSP),PSN,Misc,Sony Computer Entertainment,Gameloft,,,,,,,2008-12-04, -/games/boxart/3907393ccc.jpg,Brain Games,2600,Misc,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_5509336AmericaFrontccc.jpg,Bratz,PS,Misc,Ubisoft,DC Studios,,,,,,,2003-03-12, -/games/boxart/default.jpg,Bratz: Fashion Boutique,DS,Misc,Unknown,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,Bratz: Fashion Boutique,3DS,Misc,Unknown,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,Bravada,PC,Misc,Unknown,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,Bravada,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,Bravada,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,Brave Frontier,And,Misc,gumi Inc.,Unknown,,,,,,,2013-12-13, -/games/boxart/default.jpg,Brave: The Video Game,PC,Misc,Disney Interactive Studios,Unknown,,,,,,,2012-06-19, -/games/boxart/default.jpg,Brave: The Video Game,OSX,Misc,Disney Interactive Studios,Unknown,,,,,,,2012-06-19, -/games/boxart/default.jpg,Brave: The Video Game,PS3,Misc,Disney Interactive Studios,Unknown,,,,,,,2012-06-19, -/games/boxart/full_5303991AmericaFrontccc.jpg,Break One Out,XBL,Misc,Microsoft,Unknown,,,,,,,2009-03-26, -/games/boxart/full_222289AmericaFrontccc.jpg,BreakQuest: Extra Evolution,PSV,Misc,Beatshapers,Unknown,,,,,,,2012-10-16, -/games/boxart/default.jpg,BreakQuest: Extra Evolution,PSP,Misc,Beatshapers,Unknown,,,,,,,2012-10-16, -/games/boxart/default.jpg,BreakQuest: Extra Evolution,PS3,Misc,Beatshapers,Unknown,,,,,,,2012-10-16, -/games/boxart/full_891186AmericaFrontccc.png,Brett,PC,Misc,Wisdom Tree,Westwood Studios,,,,,,,2009-04-01, -/games/boxart/full_8507232PALFrontccc.jpg,Brian Lara Cricket / Jonah Lomu Rugby,PS,Misc,Codemasters,Various,,,,,,,2002-11-29, -/games/boxart/default.jpg,Brick-Force,PC,Misc,Monolith,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Brick-Force,OSX,Misc,Monolith,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Brick-Force,And,Misc,Monolith,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Bridge Constructor Medieval,And,Misc,Headup Games,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Bridge Constructor Playground,And,Misc,Headup Games,Unknown,,,,,,,2012-02-08, -/games/boxart/default.jpg,Brigade E5: New Jagged Union,PC,Misc,1C Company,Unknown,,,,,,,2006-10-17, -/games/boxart/default.jpg,Brilliant Hamsters!,3DS,Misc,Bergsala Lightweight,Unknown,,,,,,,2013-12-05, -/games/boxart/full_1612719AmericaFrontccc.jpg,Britney's Dance Beat,PC,Misc,THQ,Metro Graphics,,,,,,,2002-06-19, -/games/boxart/full_7796661AmericaFrontccc.jpg,Brixx,XBL,Misc,Microsoft,BigBlackBlock,,,,,,,2010-01-04, -/games/boxart/default.jpg,Broken Sword 5 - the Serpents Curse,PSV,Misc,Revolution,Unknown,,,,,,,2014-05-06, -/games/boxart/default.jpg,Brunch Panic,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-10-17, -/games/boxart/default.jpg,Bubble Mania,And,Misc,TeamLava,Unknown,,,,,,,2012-06-15, -/games/boxart/default.jpg,Bubble Pop World,3DS,Misc,Cypronia,Unknown,,,,,,,2014-03-13, -/games/boxart/default.jpg,Bubble Safari,And,Misc,Zynga,Unknown,,,,,,,2013-05-11, -/games/boxart/default.jpg,Bubble Safari,BRW,Misc,Zynga,Unknown,,,,,,,2012-05-09, -/games/boxart/default.jpg,Bubble Shooter Mania,And,Misc,Wizards Time LLC,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Bubble Witch Saga,And,Misc,King.com,Unknown,,,,,,,2012-07-25, -/games/boxart/default.jpg,Bubble Witch Saga,BRW,Misc,King.com,Unknown,,,,,,,2011-07-29, -/games/boxart/default.jpg,Bubble Witch Saga 2,And,Misc,King.com,Unknown,,,,,,,2014-06-03, -/games/boxart/full_8663796AmericaFrontccc.jpg,BugRace,XBL,Misc,Microsoft,Gnimmel,,,,,,,2009-12-07, -/games/boxart/default.jpg,Bulu Monster,And,Misc,Sigma Game Limited,Unknown,,,,,,,2014-02-10, -/games/boxart/default.jpg,Bulu Monster,BRW,Misc,Sigma Game Limited,Unknown,,,,,,,2013-09-24, -/games/boxart/full_bumble-plot_435AmericaFront.jpg,Bumble Plot,PC,Misc,IBM,The Learning Co.,,,,,,,1982-01-01, -/games/boxart/285425ccc.jpg,Bumper Bash,2600,Misc,Spectravision,Spectravision,,,,,,,1983-01-01, -/games/boxart/full_bunny-dodge_206PALFront.jpg,Bunny Dodge,PSN,Misc,Unknown,SKYL-COM LTD,,,,,,,2011-06-02, -/games/boxart/default.jpg,Burden,OSX,Misc,Silver Style,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Burden,PC,Misc,Silver Style,Unknown,,,,,,,2015-01-01, -/games/boxart/full_burger-burger-pocket_869JapanFront.jpg,Burger Burger Pocket,GB,Misc,Gaps,Biox,,,,,,,1999-03-26, -/games/boxart/default.jpg,Burnout Anthology,Arc,Misc,Williams,Unknown,,,,,,,1990-01-01, -/games/boxart/full_5213359JapanFrontccc.jpg,Business Ryoku Kentei DS,DS,Misc,Electronic Arts,Electronic Arts,,,,,,,2008-03-27, -/games/boxart/full_7543417AmericaFrontccc.jpg,Bust a Wall,XBL,Misc,Microsoft,Kevin Robinson,,,,,,,2009-09-09, -/games/boxart/default.jpg,Bust-n-Rush,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,BUSTED,And,Misc,LEANDRO PIM,Unknown,,,,,,,2013-08-01, -/games/boxart/full_42908AmericaFrontccc.jpg,Bustout Velocity,PC,Misc,SelectSoft,SelectSoft,,,,,,,2006-01-01, -/games/boxart/default.jpg,Butterfly Garden,WW,Misc,Unknown,Autonomous Productions,,,,,,,, -/games/boxart/full_3723032AmericaFrontccc.jpg,Button Memory,XBL,Misc,Microsoft,Thunder Hammer Studios,,,,,,,2009-07-11, -/games/boxart/full_9477897AmericaFrontccc.jpg,ButtonHoldingExtravaganzaParty,XBL,Misc,Microsoft,scottwashi,,,,,,,2009-11-25, -/games/boxart/full_5695170AmericaFrontccc.jpg,Buttons,XBL,Misc,Microsoft,T Rexagon,,,,,,,2009-11-27, -/games/boxart/full_5786872PALFrontccc.jpg,Buttsubushi,PS,Misc,Phoenix Games,Selen,,,,,,,2003-01-01, -/games/boxart/full_1980535PALFrontccc.png,Buzz! Brain Bender,PSN,Misc,Sony Computer Entertainment,Curve Studios,,,,,,,2008-12-18, -/games/boxart/full_2686523PALFrontccc.jpg,Buzz! Brain of the UK,PS2,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2009-03-27, -/games/boxart/full_6783115PALFrontccc.png,Buzz! Brain Of The UK,PSN,Misc,Sony Computer Entertainment,Curve Studios,,,,,,,2009-03-26, -/games/boxart/full_896102PALFrontccc.jpg,Buzz! Junior: Dino Den,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2008-02-22, -/games/boxart/full_buzz-junior-dino-den_4PALFront.jpg,Buzz! Junior: Dino Den,PSN,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2009-12-10, -/games/boxart/full_buzz-junior-jungle-party_7PALFront.jpg,Buzz! Junior: Jungle Party,PSN,Misc,Sony Computer Entertainment,Magenta Software,,,,,,,2009-03-12, -/games/boxart/full_8102658PALFrontccc.jpg,Buzz! Junior: Monster Rumble,PS2,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2007-10-31, -/games/boxart/full_4297956AmericaFrontccc.png,Buzz! Junior: Monster Rumble,PSN,Misc,Sony Computer Entertainment,SCEE,,,,,,,2009-09-03, -/games/boxart/full_2289140AmericaFrontccc.png,Buzz! Junior: Robo Jam,PSN,Misc,Sony Computer Entertainment,Cohort Studios,,,,,,,2009-07-09, -/games/boxart/full_5059603PALFrontccc.jpg,Buzz! Le plus malin des Français,PS3,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2009-03-25, -/games/boxart/full_5950573PALFrontccc.png,Buzz! Master Quiz,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2010-04-01, -/games/boxart/full_3073226PALFrontccc.jpg,Buzz! Pop Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2008-03-14, -/games/boxart/full_6612037AmericaFrontccc.jpg,Buzz! Quiz TV - Add-On: American Culture,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2009-01-22, -/games/boxart/full_5768276PALFrontccc.jpg,Buzz! The Sports Quiz,PS2,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2006-11-10, -/games/boxart/full_buzz-the-ultimate-music-quiz_560PALFront.png,Buzz! The Ultimate Music Quiz,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2011-01-12, -/games/boxart/full_6951055JapanFrontccc.jpg,Buzzer Beater (Kouhen),PS,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-05-27, -/games/boxart/full_4354688JapanFrontccc.jpg,Buzzer Beater (Zenpen),PS,Misc,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-05-27, -/games/boxart/default.jpg,Cabela's Big Game Hunter 2006: Trophy Season,PC,Misc,Activision Value,Unknown,,,,,,,2008-09-09, -/games/boxart/default.jpg,Cabela's Big Game Hunter 2006: Trophy Season,Wii,Misc,Activision Value,Unknown,,,,,,,2008-09-09, -/games/boxart/default.jpg,Cabela's Big Game Hunter: 2004 Season,PC,Misc,Activision Value,Unknown,,,,,,,2003-08-27, -/games/boxart/default.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,PC,Misc,Activision Value,Unknown,,,,,,,2005-11-24, -/games/boxart/default.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,PS2,Misc,Activision Value,Unknown,,,,,,,2005-11-16, -/games/boxart/default.jpg,Cabela's Dangerous Hunts: Ultimate Challenge,XB,Misc,Activision Value,Unknown,,,,,,,2005-11-16, -/games/boxart/default.jpg,Cabela's Deer Hunt 2005 Season,PC,Misc,Activision Value,Unknown,,,,,,,2004-09-03, -/games/boxart/default.jpg,Cabela's GrandSlam Hunting: 2004 Trophies,PC,Misc,Activision Value,Unknown,,,,,,,2003-08-29, -/games/boxart/default.jpg,Cabela's Legendary Adventures,PC,Misc,Activision Value,Unknown,,,,,,,2008-09-09, -/games/boxart/default.jpg,Cabela's Outdoor Adventures (2006),XB,Misc,Activision Value,Unknown,,,,,,,2005-09-14, -/games/boxart/default.jpg,Cabela's Outdoor Adventures (2006),PC,Misc,Activision Value,Unknown,,,,,,,2006-03-07, -/games/boxart/7887465ccc.jpg,Caesars Palace,GB,Misc,Arcadia Systems,Arcadia Systems,,,,,,,1991-01-01, -/games/boxart/full_4725288AmericaFrontccc.jpg,Caesars Palace,NES,Misc,Virgin Interactive,Virgin Games,,,,,,,1992-01-01, -/games/boxart/4598657ccc.jpg,Caesars Palace,GEN,Misc,Virgin Interactive,Illusions Gaming Company,,,,,,,1993-03-01, -/games/boxart/full_5176471AmericaFrontccc.jpg,Caesars Palace,PS,Misc,Interplay,Interplay,5.1,,,,,,1997-10-31, -/games/boxart/5355629ccc.jpg,Caesars Palace 2000: Millennium Gold Edition,DC,Misc,Interplay,Runecraft,2.5,,,,,,2000-09-24, -/games/boxart/full_2267923AmericaFrontccc.jpg,Caesars Palace 2000: Millennium Gold Edition,PC,Misc,Interplay,Runecraft,,,,,,,2000-06-29, -/games/boxart/full_6399635AmericaFrontccc.jpg,Caesars Palace Classics,PC,Misc,Interplay,Interplay,,,,,,,2001-01-01, -/games/boxart/full_caesars-palace-ii_595AmericaFront.jpg,Caesars Palace II,GB,Misc,Interplay,Runecraft,,,,,,,1999-07-01, -/games/boxart/full_8316633AmericaFrontccc.jpg,Caesars Palace VIP Series: Blackjack,PC,Misc,Interplay,Interplay,,,,,,,1998-03-22, -/games/boxart/full_5579331AmericaFrontccc.jpg,Caesars Palace VIP Series: Craps,PC,Misc,Interplay,Interplay,,,,,,,1998-02-01, -/games/boxart/default.jpg,Caesars Slots,BRW,Misc,Playtika LTD,Unknown,,,,,,,2012-01-05, -/games/boxart/default.jpg,Caesars Slots,And,Misc,Playtika LTD,Unknown,,,,,,,2013-06-13, -/games/boxart/full_6580995AmericaFrontccc.jpg,Cafeland,OSX,Misc,Teyon,Unknown,,,,,,,2012-02-01, -/games/boxart/full_5028218AmericaFrontccc.jpg,Cafeland,BRW,Misc,Teyon,Unknown,,,,,,,2012-02-01, -/games/boxart/default.jpg,Caillou Ready to Read,PC,Misc,Unknown,Brighter Minds,,,,,,,, -/games/boxart/default.jpg,Caillou: Ready for School,PC,Misc,Unknown,Brighter Child,,,,,,,, -/games/boxart/default.jpg,Cake Ninja,DSi,Misc,Cypronia,Unknown,,,,,,,2011-12-29, -/games/boxart/default.jpg,Cake Ninja,3DS,Misc,Cypronia,Unknown,,,,,,,2011-12-29, -/games/boxart/default.jpg,Cake Ninja 2,3DS,Misc,Cypronia,Unknown,,,,,,,2012-11-01, -/games/boxart/default.jpg,Calculation 100 Renutsu,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-10-14, -/games/boxart/full_calculator_499AmericaFront.jpg,Calculator,DSiW,Misc,Cinemax,Cinemax,,,,,,,2011-05-20, -/games/boxart/full_6330078AmericaFrontccc.jpg,Calculator360,XBL,Misc,Microsoft,DecapodStudios,,,,,,,2009-03-21, -/games/boxart/full_call-me_406AmericaFront.jpg,Call Me,XBL,Misc,Unknown,Utopioneer Games,,,,,,,, -/games/boxart/default.jpg,Call of Arena,And,Misc,Freyr Games,Unknown,,,,,,,2013-11-26, -/games/boxart/default.jpg,Call of Duty: Strike Team,And,Misc,Activision,Unknown,,,,,,,2013-10-25, -/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animals Racing Tournament,Wii,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animals Racing Tournament,Wii,Misc,Zoo Games,Unknown,,,,,,,2010-07-20, -/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animals Racing Tournament,DS,Misc,Zoo Games,Unknown,,,,,,,2010-08-03, -/games/boxart/full_cambrian-qts-kaseki-ni-nattemo_140JapanFront.jpg,Cambrian QTS: Kaseki ni Nattemo,PS2,Misc,Global A Entertainment,Tenky,,,,,,,2003-12-11, -/games/boxart/full_camelot-galway-city-of-the-tribes_570PALFront.jpg,Camelot Galway: City Of The Tribes,PC,Misc,Star Cave Studios,Star Cave Studios Limited,,,,,,,2006-03-13, -/games/boxart/default.jpg,Camelot Unchained,PC,Misc,City State Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,CamGun,GIZ,Misc,Unknown,Domenecus Software,,,,,,,, -/games/boxart/default.jpg,CANDLE,WiiU,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,CANDLE,PC,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,CANDLE,OSX,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,CANDLE,Linux,Misc,Teku Studios,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Candle Route,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-07-12, -/games/boxart/default.jpg,Candle Route,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-07-12, -/games/boxart/default.jpg,Candy Match 3,3DS,Misc,Big Ben Interactive,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Cannons Lasers Rockets,PC,Misc,Unknown,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Cannons Lasers Rockets,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-04, -/games/boxart/full_1026753AmericaFrontccc.jpg,Cap'n Crunch's Crunchling Adventure,PC,Misc,Quaker Oats,Cobalt Interactive,,,,,,,1999-01-01, -/games/boxart/default.jpg,Capcom Classics Collection,PC,Misc,En Masse Entertainment,Unknown,,,,,,,2012-05-01, -/games/boxart/full_872501AmericaFrontccc.png,Capcom Classics Collection Reloaded,PSN,Misc,Capcom,Capcom,7.1,,,,,,2009-10-01, -/games/boxart/default.jpg,Capcom Classics Collection Reloaded,NG,Misc,SNK Playmore,Unknown,,,,,,,1999-11-21, -/games/boxart/full_4997445AmericaFrontccc.png,Capcom Classics Collection Remixed,PSN,Misc,Capcom,Digital Eclipse,7.6,,,,,,2009-07-02, -/games/boxart/8026671ccc.jpg,Capcom Classics Collection Volume 2,XB,Misc,Capcom,Digital Eclipse,,,,,,,2006-11-24, -/games/boxart/351905ccc.jpg,Capcom Classics Collection Volume 2,PS2,Misc,Capcom,Digital Eclipse,,,,,,,2006-11-24, -/games/boxart/full_1690871JapanFrontccc.jpg,Capcom Generation 3: Dai 3 Shuu Koko ni Rekishi Hajimaru,SAT,Misc,Capcom,Capcom,,,,,,,1998-10-15, -/games/boxart/full_9541108JapanFrontccc.jpg,Capcom Generation 3: Dai 3 Shuu Koko ni Rekishi Hajimaru,PS,Misc,Capcom,Capcom,,,,,,,1998-10-15, -/games/boxart/full_8980117PALFrontccc.jpg,Capcom Generations,PS,Misc,Capcom,Capcom,,,,,,,1999-09-03, -/games/boxart/full_1066715JapanFrontccc.jpg,Capcom no Quiz: Tonosama no Yabou,SCD,Misc,Sims,SIMS,,,,,,,1992-12-25, -/games/boxart/full_119721AmericaFrontccc.jpg,Capcom Platinum Hits Triple Pack,X360,Misc,Capcom,Capcom,,,,,,,2009-09-08, -/games/boxart/full_7740391AmericaFrontccc.png,Capcom Puzzle World,PSN,Misc,Capcom,Capcom,7.4,,,,,,2009-10-21, -/games/boxart/full_capcom-quiz-hatena-no-daibouken_475JapanFront.jpg,Capcom Quiz: Hatena? no Daibouken,GB,Misc,Capcom,Capcom,,,,,,,1990-12-21, -/games/boxart/default.jpg,CAPSULE,OSX,Misc,Unknown,Unknown,,,,,,,2012-02-14, -/games/boxart/default.jpg,CAPSULE,PC,Misc,Unknown,Unknown,,,,,,,2012-02-14, -/games/boxart/default.jpg,Captain America: The Winter Soldier,And,Misc,Gameloft,Unknown,,,,,,,2014-03-27, -/games/boxart/full_captain-tsubasa-jikkyou-typing_10JapanFront.jpg,Captain Tsubasa: Jikkyou Typing,PC,Misc,Avex,E-Frontier,,,,,,,2003-12-26, -/games/boxart/default.jpg,Car Town,BRW,Misc,Cie Games,Unknown,,,,,,,2010-07-27, -/games/boxart/default.jpg,Car Town Streets,And,Misc,Miniclip.com,Unknown,,,,,,,2013-10-16, -/games/boxart/full_5550147JapanFrontccc.jpg,Card Captor Sakura: Sakura Card de Mini-Game,GBA,Misc,Success,TDK Core,,,,,,,2003-12-12, -/games/boxart/full_1986049JapanFrontccc.jpg,Card Captor Sakura: Sakura Card-hen Sakura Card to Tomodachi,GBA,Misc,MTO,MTO,,,,,,,2004-04-23, -/games/boxart/full_7580431JapanFrontccc.jpg,Card de Asobu! Hajimete no DS,DS,Misc,Sega,Sega,,,,,,,2009-03-19, -/games/boxart/full_card-game_860JapanFront.jpg,Card Game,GB,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1990-06-15, -/games/boxart/full_1990065JapanFrontccc.jpg,Card Game 9,DS,Misc,Taito,Taito Corporation,,,,,,,2006-08-31, -/games/boxart/default.jpg,Card Hunter,PC,Misc,Unknown,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Card II,PS,Misc,Success,Success,,,,,,,1999-09-22, -/games/boxart/full_3194497JapanFrontccc.jpg,Card Party,GBA,Misc,Media Kite,"Nd Cube Co., Ltd.",,,,,,,2002-10-25, -/games/boxart/full_4736988PALFrontccc.jpg,Card Shark,PS,Misc,Midas Interactive Entertainment,Bottom Up,,,,,,,2001-02-16, -/games/boxart/full_card-shark_141PALFront.png,Card Shark,PSN,Misc,Laughing Jackal,Midas Interactive Entertainment,,,,,,,2011-06-02, -/games/boxart/full_1874405AmericaFrontccc.jpg,CardArcade,XBL,Misc,Microsoft,yyr,,,,,,,2009-08-06, -/games/boxart/full_cardinal-arc-konton-no-fuusatsu_585JapanFront.jpg,Cardinal Arc: Konton no Fuusatsu,PS2,Misc,Idea Factory,Neverland Company,,,,,,,2003-08-07, -/games/boxart/default.jpg,Carmageddon: Reincarnation,PC,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, -/games/boxart/default.jpg,Carmageddon: Reincarnation,PS4,Misc,Stainless Games,Unknown,,,,,,,2016-05-21, -/games/boxart/default.jpg,Carmageddon: Reincarnation,Linux,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, -/games/boxart/default.jpg,Carmageddon: Reincarnation,OSX,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, -/games/boxart/default.jpg,Carmageddon: Reincarnation,XOne,Misc,Stainless Games,Unknown,,,,,,,2015-05-21, -/games/boxart/default.jpg,Carmen Sandiego Adventures in Math: The Case of the Crumbling Cathedral,Wii,Misc,The Learning Company,Unknown,,,,,,,2012-01-12, -/games/boxart/default.jpg,Carmen Sandiego Adventures in Math: The Island of Diamonds,Wii,Misc,The Learning Company,Unknown,,,,,,,2012-03-22, -/games/boxart/full_5661210JapanFrontccc.jpg,Carol the DarkAngel,PS,Misc,Sony Computer Entertainment,SCEI,,,,,,,1998-04-02, -/games/boxart/default.jpg,Carps & Dragons,3DS,Misc,Abylight,Unknown,,,,,,,2013-09-26, -/games/boxart/full_9134733AmericaFrontccc.jpg,Carrum,XBL,Misc,Microsoft,DrMistry,,,,,,,2009-05-03, -/games/boxart/default.jpg,Cars Toon: Mater’s Tall Tales,Wii,Misc,Unknown,Disney Interactive Studios,,,,,,,, -/games/boxart/default.jpg,Cart Life,PC,Misc,Unknown,Unknown,,,,,,,2010-07-29, -/games/boxart/full_3986408AmericaFrontccc.jpg,Cartoon Network Collection: Game Boy Advance Video Premium Edition,GBA,Misc,Majesco,Majesco Games,,,,,,,2004-11-10, -/games/boxart/8074294ccc.jpg,Casino,2600,Misc,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/default.jpg,Casino,GIZ,Misc,Unknown,Hustler,,,,,,,, -/games/boxart/full_2563932PALFrontccc.jpg,Casino Challenge,PS2,Misc,Play It,Aqua Pacific,,,,,,,2004-01-16, -/games/boxart/267521ccc.jpg,Casino Funpak,GB,Misc,Interplay,Interplay,,,,,,,1995-01-01, -/games/boxart/1957306ccc.jpg,Casino Games,MS,Misc,Sega,Compile,,,,,,,1989-01-01, -/games/boxart/8714058ccc.jpg,Casino Kid,NES,Misc,Sofel,Sofel,,,,,,,1989-10-01, -/games/boxart/6120714ccc.jpg,Casino Kid II,NES,Misc,Sofel,Sofel,,,,,,,1993-04-01, -/games/boxart/full_casino-nights_874AmericaFront.jpg,Casino Nights,XBL,Misc,Microsoft,GZ Storm Games,,,,,,,2010-12-24, -/games/boxart/default.jpg,CasinoRPG,PC,Misc,Unknown,Unknown,,,,,,,2014-04-16, -/games/boxart/default.jpg,Castle Clash,And,Misc,IGG.com,Unknown,,,,,,,2013-11-16, -/games/boxart/default.jpg,Castle Clout 3D,3DS,Misc,SelectSoft,Unknown,,,,,,,2014-01-30, -/games/boxart/default.jpg,Castle Conqueror Against,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2011-12-08, -/games/boxart/default.jpg,Castle Conqueror Against,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2011-12-08, -/games/boxart/default.jpg,Castle Story,OSX,Misc,Zono Incorporated,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Castle Story,Linux,Misc,Zono Incorporated,Unknown,,,,,,,2020-12-31, -/games/boxart/full_castleminer_33AmericaFront.jpg,CastleMiner,XBL,Misc,Microsoft,Digital DNA,,,,,,,2011-07-27, -/games/boxart/full_7211360AmericaFrontccc.jpg,CastleVille,BRW,Misc,Zynga,Unknown,,,,,,,2011-11-11, -/games/boxart/default.jpg,Cat Fight,3DS,Misc,Little Orbit,Unknown,,,,,,,2013-03-13, -/games/boxart/default.jpg,Cat Fight,Wii,Misc,Little Orbit,Unknown,,,,,,,2012-11-13, -/games/boxart/default.jpg,Cat Frenzy,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-06-07, -/games/boxart/full_9622699AmericaFrontccc.jpg,Catch22,XBL,Misc,Microsoft,TrackThisOut,,,,,,,2009-11-22, -/games/boxart/default.jpg,Cats & Dogs Slots,And,Misc,Gamelion Studios,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Cats Toss,OSX,Misc,WaveDNA,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Cats Toss,PC,Misc,WaveDNA,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Caveboy Escape,And,Misc,Unknown,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Caveman Rock,PC,Misc,CyberPlanet Interactive,Unknown,,,,,,,2007-01-01, -/games/boxart/default.jpg,Caveman Rock,PS2,Misc,Phoenix Games,Unknown,,,,,,,2007-01-01, -/games/boxart/default.jpg,Caveman Wars,And,Misc,AMA Studios,Unknown,,,,,,,2013-12-03, -/games/boxart/default.jpg,Cavesweeper,WinP,Misc,Quikding,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Cavesweeper,And,Misc,Quikding,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Cel Damage,PS3,Misc,Electronic Arts,Unknown,,,,,,,2014-04-22, -/games/boxart/default.jpg,Cel Damage,PS4,Misc,Electronic Arts,Unknown,,,,,,,2014-04-22, -/games/boxart/default.jpg,Cel Damage,PSV,Misc,Electronic Arts,Unknown,,,,,,,2014-04-22, -/games/boxart/full_7592231AmericaFrontccc.jpg,Celebrate,XBL,Misc,Microsoft,doozerdude,,,,,,,2009-02-20, -/games/boxart/full_5527223JapanFrontccc.jpg,Center Shiken: Eigo Listening Sokushuu DS,DS,Misc,Educational Network,Educational Network,,,,,,,2009-11-19, -/games/boxart/full_centipede-amp-battlezone_7AmericaFront.jpg,Centipede & Battlezone,PC,Misc,SelectSoft,Digital Eclipse,,,,,,,2003-01-01, -/games/boxart/default.jpg,Chain Blaster,3DS,Misc,G-Style,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Chained,3DS,Misc,Silverball,Unknown,,,,,,,2013-05-02, -/games/boxart/full_1958589PALFrontccc.jpg,Championship Manager Quiz,PS,Misc,Eidos Interactive,Sports Interactive,,,,,,,2001-11-30, -/games/boxart/default.jpg,Championship Snowboarding 2004,PC,Misc,Activision Value,Unknown,,,,,,,2003-11-09, -/games/boxart/default.jpg,Champs: Battlegrounds,And,Misc,"Quark Games, Inc.",Unknown,,,,,,,2013-08-08, -/games/boxart/full_8397346PALFrontccc.png,Chaos à la Maison,Wii,Misc,Midway Games,Lexis Numerique,,,,,,,2009-03-20, -/games/boxart/default.jpg,Chaos Chronicles,PC,Misc,bitComposer Games,Unknown,,,,,,,2013-04-01, -/games/boxart/default.jpg,Chaos Domain,PC,Misc,Kiss,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,chaos ring II,And,Misc,Square Enix,Unknown,,,,,,,2013-03-15, -/games/boxart/default.jpg,Chaos Rings,WinP,Misc,Square Enix,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Chaos Rings,And,Misc,Square Enix,Unknown,,,,,,,2012-10-10, -/games/boxart/default.jpg,Chaos Rings Omega,And,Misc,Square Enix,Unknown,,,,,,,2011-05-19, -/games/boxart/default.jpg,Chara Pasha! Cinnamon Roll,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2011-01-12, -/games/boxart/default.jpg,Chara Pasha! Hello Kitty,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2010-12-08, -/games/boxart/default.jpg,Chara Pasha! Kikansha Thomas,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2010-12-15, -/games/boxart/default.jpg,Chara Pasha! My Melody,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2011-03-02, -/games/boxart/default.jpg,Chara Pasha! SpongeBob,DSiW,Misc,Unknown,Nippon Columbia,,,,,,,2011-01-19, -/games/boxart/full_4376036JapanFrontccc.jpg,Chara-Chinko,DS,Misc,Interchannel,Interchannel,,,,,,,2009-10-01, -/games/boxart/default.jpg,Charlaine Harris: Dying for Daylight,PC,Misc,Mastertronic,Unknown,,,,,,,2012-04-05, -/games/boxart/full_6638567AmericaFrontccc.jpg,Chasing Aurora,WiiU,Misc,Broken Rules,Unknown,,,,,,,2012-11-18, -/games/boxart/default.jpg,Chasing Yello for Tango,And,Misc,dreamfab,Unknown,,,,,,,2014-02-24, -/games/boxart/default.jpg,Chasm,PS4,Misc,Discord Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Chasm,PC,Misc,Discord Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Chasm,OSX,Misc,Discord Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Chasm,Linux,Misc,Discord Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cheats for Hay Day game,And,Misc,tono / Ctrl+k,Unknown,,,,,,,2012-02-18, -/games/boxart/default.jpg,Check vs. Mate,PSP,Misc,Unknown,TopWare Interactive,,,,,,,, -/games/boxart/default.jpg,Check vs. Mate,DS,Misc,Unknown,TopWare Interactive,,,,,,,, -/games/boxart/default.jpg,Check vs. Mate,Wii,Misc,Unknown,TopWare Interactive,,,,,,,, -/games/boxart/full_checkmate_993JapanFront.jpg,Checkmate,GB,Misc,Unknown,Altron,,,,,,,2020-12-31, -/games/boxart/default.jpg,ChefVille,BRW,Misc,Zynga,Unknown,,,,,,,2012-08-07, -/games/boxart/full_5637765PALFrontccc.jpg,Chegger's Party Quiz,PS2,Misc,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, -/games/boxart/full_6761330PALFrontccc.jpg,Chegger's Party Quiz,PC,Misc,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, -/games/boxart/default.jpg,Cheshire Match!,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-10-04, -/games/boxart/default.jpg,Chess & Checkers,DSiW,Misc,Unknown,GameOn,,,,,,,, -/games/boxart/full_5972930JapanFrontccc.jpg,Chess 2000,PS,Misc,Unbalance,Oxford Softworks,,,,,,,2000-04-06, -/games/boxart/full_3878477AmericaFrontccc.jpg,Chess Challenge!,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-05-10, -/games/boxart/full_8734063AmericaFrontccc.jpg,Chess Challenge!,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-05-10, -/games/boxart/full_9230797AmericaFrontccc.png,Chess Crusade,DS,Misc,DSI Games,Slam Games,,,,,,,2008-07-22, -/games/boxart/full_5198060PALFrontccc.jpg,Chess Crusade,Wii,Misc,DSI Games,Slam Games,,,,,,,2008-07-22, -/games/boxart/default.jpg,Chess Crusade,PC,Misc,Zoo Digital Publishing,Slam Games,,,,,,,2008-09-01, -/games/boxart/full_chess-crusade_111PALFront.jpg,Chess Crusade,PS2,Misc,Zoo Digital Publishing,Slam Games,,,,,,,2008-09-01, -/games/boxart/default.jpg,Chess Pro,DSi,Misc,Cypronia,Unknown,,,,,,,2013-05-16, -/games/boxart/default.jpg,Chess: Secrets of the Grandmasters,PC,Misc,Avanquest Software,Unknown,,,,,,,2012-03-09, -/games/boxart/full_chessmaster_165AmericaFront.jpg,Chessmaster,GC,Misc,Ubisoft,Ubisoft,,,,,,,2003-09-01, -/games/boxart/full_804965AmericaFrontccc.jpg,Chessmaster,GB,Misc,Mindscape,Park Place Productions,,,,,,,1999-11-15, -/games/boxart/default.jpg,Chessmaster Challenge,PC,Misc,PlayFirst,PlayFirst,,,,,,,2009-08-12, -/games/boxart/full_5981203AmericaFrontccc.png,Chessmaster: The Art of Learning,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-06-24, -/games/boxart/default.jpg,Chevrolet Camaro: Wild Ride,3DS,Misc,Storm City Games,Unknown,,,,,,,2011-11-21, -/games/boxart/full_chibi-maruko-chan-4-korega-nippon-dayo-oujisama_10JapanFront.jpg,Chibi Maruko-Chan 4: Korega Nippon Dayo! Oujisama,GB,Misc,Takara,KID Corporation,,,,,,,1992-08-07, -/games/boxart/full_chibi-maruko-chan-maruko-deluxe-gekijou_1JapanFront.jpg,Chibi Maruko-Chan: Maruko Deluxe Gekijou,GB,Misc,Takuyo,KID Corporation,,,,,,,1995-05-26, -/games/boxart/full_chibi-maruko-chan-maruko-deluxe-quiz_0JapanFront.jpg,Chibi Maruko-Chan: Maruko Deluxe Quiz,NG,Misc,SNK,Takara,,,,,,,1996-01-26, -/games/boxart/full_9106424JapanFrontccc.jpg,Chibi Maruko-Chan: Quiz de Piihyara,PCE,Misc,Namco,Namco,,,,,,,1992-01-10, -/games/boxart/full_4251186JapanFrontccc.jpg,Chibi Maruko-Chan: Uki Uki Shopping,NES,Misc,Namco,Namco,,,,,,,1991-10-04, -/games/boxart/full_4684865AmericaFrontccc.jpg,Chick Chick Chicky,XBL,Misc,Microsoft,DunhamBrosGames,,,,,,,2009-07-15, -/games/boxart/default.jpg,Children of Liberty,PC,Misc,Unknown,Unknown,,,,,,,2014-04-18, -/games/boxart/full_8237839AmericaFrontccc.jpg,Chillax HD,XBL,Misc,Microsoft,mrsquare,,,,,,,2009-09-19, -/games/boxart/full_6368925AmericaFrontccc.jpg,Chinese Checkers Deluxe,XBL,Misc,Microsoft,Per Pixel Games LLC,,,,,,,2009-06-19, -/games/boxart/full_4906866AmericaFrontccc.jpg,Chipmunk Christmas,XBL,Misc,Microsoft,PhoenixSS,,,,,,,2009-12-22, -/games/boxart/full_chiri-quiz-shougakusei_453JapanFront.jpg,Chiri Quiz Shougakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2011-08-10, -/games/boxart/full_5711661JapanFrontccc.jpg,Cho-Nazo-Oh,PS,Misc,Bandai,Bandai,,,,,,,2000-01-27, -/games/boxart/full_6032771AmericaFrontccc.jpg,Choc-a-riffic,XBL,Misc,Microsoft,ProjectorGames,,,,,,,2009-07-21, -/games/boxart/default.jpg,Choco Blocks,And,Misc,Mediaflex Games,Unknown,,,,,,,2014-04-01, -/games/boxart/full_7125372JapanFrontccc.jpg,Chocobo Collection - Happy 10th Anniversary!,PS,Misc,Square,SquareSoft,,,,,,,1999-12-22, -/games/boxart/full_252041JapanFrontccc.jpg,Chocobo Land: A Game of Dice,GBA,Misc,Unknown,SquareSoft,,,,,,,, -/games/boxart/default.jpg,Choice of the Rock Star,PC,Misc,Choice of Games,Unknown,,,,,,,2014-04-04, -/games/boxart/default.jpg,Choice of the Rock Star,And,Misc,Choice of Games,Unknown,,,,,,,2014-04-04, -/games/boxart/default.jpg,Chomp!,PC,Misc,Unknown,Unknown,,,,,,,2014-05-25, -/games/boxart/default.jpg,Chomp!,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-25, -/games/boxart/default.jpg,Chompy Chomp Chomp,PC,Misc,Kiss,Unknown,,,,,,,2014-05-16, -/games/boxart/default.jpg,Choplifter HD,PC,Misc,inXile Entertainment,Unknown,,,,,,,2012-01-11, -/games/boxart/default.jpg,Chotto DS Bungaku Zenshuu: Sekai no Bungaku 20,DSiW,Misc,Nintendo,Genius Sonority Inc.,,,,,,,2009-02-25,2018-04-23 -/games/boxart/full_820541JapanFrontccc.jpg,Chotto Shot,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2006-11-02, -/games/boxart/full_2023376JapanFrontccc.jpg,Chou Kantan Boki Nyuumon DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-11-22, -/games/boxart/full_621134JapanFrontccc.jpg,Chou Kowai Hanashi DS: Ao no Shou,DS,Misc,Alchemist,Alchemist,,,,,,,2010-08-05, -/games/boxart/default.jpg,Choujin Ultra Baseball Card Battle,3DS,Misc,Culture Brain,Unknown,,,,,,,2014-03-13, -/games/boxart/default.jpg,Christmas Delights,GIZ,Misc,Unknown,Pocket Software,,,,,,,, -/games/boxart/default.jpg,Christmas Goodies!,And,Misc,Unknown,Unknown,,,,,,,2014-02-20, -/games/boxart/default.jpg,Christmas Mahjong,GIZ,Misc,Unknown,AIP Mobile,,,,,,,, -/games/boxart/default.jpg,Christmas Salon,And,Misc,Libii Tech Limited,Unknown,,,,,,,2013-12-09, -/games/boxart/default.jpg,Christmas Sudoku,3DS,Misc,Bigben Interactive,Unknown,,,,,,,2013-07-25, -/games/boxart/full_2402125AmericaFrontccc.jpg,Christmas Tree,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2009-12-02, -/games/boxart/full_9048126AmericaFrontccc.jpg,Christmas Tree 3D,XBL,Misc,Microsoft,Holographic Dreams,,,,,,,2009-12-09, -/games/boxart/default.jpg,Christmas Wonderland,DSi,Misc,Virtual Playground,Unknown,,,,,,,2012-12-22, -/games/boxart/default.jpg,Christmas Wonderland 2,3DS,Misc,Microvalue,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,Christmas Wonderland 3,3DS,Misc,Microvalue,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,Chroma,PC,Misc,Harmonix Music Systems,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Chronoblade,Ouya,Misc,nWay,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Chronology,PC,Misc,osao,Unknown,,,,,,,2014-05-12, -/games/boxart/full_9741749JapanFrontccc.jpg,Chubaw Desuyo! Kyoushou Recipe Shuu,DS,Misc,Alpha Unit,Alpha Unit,,,,,,,2007-10-04, -/games/boxart/default.jpg,Chuck E. Cheese's Alien Defense Force,DSi,Misc,UFO Interactive,Unknown,,,,,,,2012-12-13, -/games/boxart/default.jpg,Chuck E. Cheese's Alien Defense Force,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-12-13, -/games/boxart/default.jpg,Chuck's Challenge 3D,PC,Misc,Unknown,Unknown,,,,,,,2014-02-28, -/games/boxart/default.jpg,Chuck's Challenge 3D,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-28, -/games/boxart/default.jpg,Chuck's Challenge 3D,OSX,Misc,Unknown,Unknown,,,,,,,2014-02-28, -/games/boxart/default.jpg,Chuugaku Eijukugo Kihon 150-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-09-30, -/games/boxart/default.jpg,Chuugaku Eitango Kihon 400-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-08-26, -/games/boxart/full_2135759JapanFrontccc.jpg,Chuukana Janshi Tenhoo Painyan Remix,DS,Misc,CyberFront,Jaleco Entertainment,,,,,,,2007-06-28, -/games/boxart/full_3811340JapanFrontccc.jpg,Chuukana Janshi Tenhoo Painyan Remix,PSP,Misc,CyberFront,Jaleco Entertainment,,,,,,,2007-06-28, -/games/boxart/full_cinema-eikaiwa-a-boys-life_549JapanFront.jpg,Cinema Eikaiwa: A Boy's Life,PS,Misc,Success,Success,,,,,,,1999-04-22, -/games/boxart/full_cinema-eikaiwa-ai-no-hate-ni_675JapanFront.jpg,Cinema Eikaiwa: Ai no Hate ni,PS,Misc,Success,Success,,,,,,,1999-07-22, -/games/boxart/full_cinema-eikaiwa-arashi-ga-oka_958JapanFront.jpg,Cinema Eikaiwa: Arashi ga Oka,PS,Misc,Success,Success,,,,,,,1999-03-18, -/games/boxart/full_cinema-eikaiwa-interceptor_604JapanFront.jpg,Cinema Eikaiwa: Interceptor,PS,Misc,Success,Success,,,,,,,1999-02-18, -/games/boxart/full_cinema-eikaiwa-tengokuni-ikenai-papa_577JapanFront.jpg,Cinema Eikaiwa: Tengokuni Ikenai Papa,PS,Misc,Success,Success,,,,,,,1999-01-14, -/games/boxart/full_cinema-eikaiwa-zombie_351JapanFront.jpg,Cinema Eikaiwa: Zombie,PS,Misc,Success,Success,,,,,,,1999-05-27, -/games/boxart/default.jpg,Circle of Death,PC,Misc,Kiss,Unknown,,,,,,,2013-11-19, -/games/boxart/default.jpg,CircleX,And,Misc,Griptonite Studio,Unknown,,,,,,,2011-12-01, -/games/boxart/default.jpg,Circus City,And,Misc,Marvelous,Unknown,,,,,,,2014-01-30, -/games/boxart/full_4324195AmericaFrontccc.jpg,Citizens of Earth,3DS,Misc,Atlus,Unknown,,,,,,,2015-01-20, -/games/boxart/full_4297304AmericaFrontccc.jpg,Citizens of Earth,WiiU,Misc,Atlus,Unknown,,,,,,,2015-01-20, -/games/boxart/full_3696223AmericaFrontccc.jpg,Citizens of Earth,PS4,Misc,Atlus,Unknown,,,,,,,2015-01-20, -/games/boxart/full_7561327AmericaFrontccc.jpg,Citizens of Earth,PSV,Misc,Atlus,Unknown,,,,,,,2015-01-20, -/games/boxart/full_4790373AmericaFrontccc.jpg,Citizens of Earth,PC,Misc,Atlus,Unknown,,,,,,,2015-01-20, -/games/boxart/default.jpg,City Destruction : Bomb IT,OSX,Misc,Devolver Digital,Unknown,,,,,,,2014-07-24, -/games/boxart/default.jpg,City Destruction : Bomb IT,PC,Misc,Devolver Digital,Unknown,,,,,,,2014-07-24, -/games/boxart/default.jpg,City Encounter,And,Misc,Csharks Games & Solutions Pvt Ltd,Unknown,,,,,,,2014-05-23, -/games/boxart/default.jpg,City of Steam: Arkadia,PC,Misc,Mechanist Games,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,City Sights: Seattle,PC,Misc,Mastertronic,Unknown,,,,,,,2012-03-16, -/games/boxart/default.jpg,City Transport Map Volumes 1 & 2,DSiW,Misc,Nintendo,TBA,,,,,,,2009-08-07, -/games/boxart/default.jpg,City Zombies,GIZ,Misc,Unknown,Gameview Studios,,,,,,,, -/games/boxart/default.jpg,Clandestine,PC,Misc,Logic Artists,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,CLANG,PC,Misc,Capcom Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,CLANG,OSX,Misc,Capcom Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Clash of Lords,And,Misc,IGG.com,Unknown,,,,,,,2013-07-10, -/games/boxart/default.jpg,Clash of Lords 2,And,Misc,IGG.com,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,Class of Heroes II,PS3,Misc,Acquire,Unknown,,,,,,,2010-07-15, -/games/boxart/default.jpg,Class of Heroes II,PSP,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2013-06-04, -/games/boxart/default.jpg,Class of Heroes II,PSV,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2013-06-04, -/games/boxart/full_classic-collection_797PALFront.jpg,Classic Collection,GEN,Misc,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_classic-compendium-2_5PALFront.jpg,Classic Compendium 2,GIZ,Misc,Gizmondo Studios,AI Factory,,,,,,,2005-10-22, -/games/boxart/873291ccc.jpg,Classic Concentration,NES,Misc,GameTek,"Softie, Inc.",,,,,,,1990-09-01, -/games/boxart/default.jpg,Classic Games Overload: Card & Puzzle Edition,3DS,Misc,"Telegames, Inc.",Unknown,,,,,,,2012-11-30, -/games/boxart/default.jpg,Classic Sokoban,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_classic-text-adventure-masterpieces_639AmericaFront.jpg,Classic Text Adventure Masterpieces,PC,Misc,Activision,"Infocom, Inc.",,,,,,,1996-01-01, -/games/boxart/full_4464326AmericaFrontccc.jpg,Classicard,XBL,Misc,Microsoft,Arcane Labs,,,,,,,2008-11-22, -/games/boxart/default.jpg,Clear Vision 3,And,Misc,DPFLASHES STUDIOS,Unknown,,,,,,,2014-01-22, -/games/boxart/full_6906536PALFrontccc.jpg,Clever Kids: Dino Land,PS2,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, -/games/boxart/full_9188659PALFrontccc.jpg,Clever Kids: Dino Land,PC,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, -/games/boxart/full_9096444PALFrontccc.jpg,Clever Kids: Farmyard Fun,Wii,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, -/games/boxart/full_3797449PALFrontccc.jpg,Clever Kids: Farmyard Fun,PC,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-09-26, -/games/boxart/full_8515678PALFrontccc.jpg,Clever Kids: Pirates,Wii,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, -/games/boxart/full_3141678PALFrontccc.jpg,Clever Kids: Pirates,PC,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-11-21, -/games/boxart/full_6903460PALFrontccc.jpg,Clever Kids: Pony World,PC,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, -/games/boxart/full_9583535PALFrontccc.jpg,Clever Kids: Pony World,PS2,Misc,Midas Interactive Entertainment,Gamerholix,,,,,,,2007-11-02, -/games/boxart/full_clifford-the-big-red-dog-thinking-adventures_331AmericaFront.jpg,Clifford The Big Red Dog: Thinking Adventures,PC,Misc,Scholastic Inc.,"Learn Technologies Interactive, Inc.",,,,,,,1999-01-01, -/games/boxart/full_5102666AmericaFrontccc.jpg,Clock 24-7,XBL,Misc,Microsoft,Schmaltzy Boy,,,,,,,2009-03-21, -/games/boxart/default.jpg,Close Up Pics,And,Misc,Mediaflex Games,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Cloud Raiders,PC,Misc,"Game Insight, LLC",Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cloud Raiders,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Cloud Raiders,BRW,Misc,"Game Insight, LLC",Unknown,,,,,,,2014-02-28, -/games/boxart/full_966954AmericaFrontccc.jpg,Cloudberry Kingdom,WiiU,Misc,Ubisoft,Unknown,,,,,,,2013-10-01, -/games/boxart/full_9714925AmericaFrontccc.jpg,Cloudberry Kingdom,X360,Misc,Ubisoft,Unknown,,,,,,,2013-07-31, -/games/boxart/full_6878080AmericaFrontccc.jpg,Cloudberry Kingdom,PC,Misc,Ubisoft,Unknown,,,,,,,2013-08-02, -/games/boxart/full_6009709AmericaFrontccc.jpg,Cloudberry Kingdom,PS3,Misc,Ubisoft,Unknown,,,,,,,2013-07-30, -/games/boxart/default.jpg,Cloudbuilt,PC,Misc,Rising Star Games,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Cloudbuilt,OSX,Misc,Rising Star Games,Unknown,,,,,,,2014-03-20, -/games/boxart/full_7958104AmericaFrontccc.jpg,Clubhouse Games Express: Card Classics,DSiW,Misc,Nintendo,Agenda,,,,,,,2009-04-27, -/games/boxart/full_3624581AmericaFrontccc.jpg,Clubhouse Games Express: Family Favorites,DSiW,Misc,Nintendo,Agenda,,,,,,,2009-09-07, -/games/boxart/full_6501885AmericaFrontccc.jpg,Clubhouse Games Express: Strategy Pack,DSiW,Misc,Nintendo,Agenda,,,,,,,2009-09-21, -/games/boxart/full_clue-finders-6th-grade-adventures_911AmericaFront.jpg,Clue Finders: 6th Grade Adventures,PC,Misc,Unknown,The Learning Company,,,,,,,2005-02-24, -/games/boxart/default.jpg,Clumsy Bird,And,Misc,Candy Games,Unknown,,,,,,,2014-01-28, -/games/boxart/default.jpg,CoasterVille,BRW,Misc,Zynga,Unknown,,,,,,,2012-12-05, -/games/boxart/default.jpg,Cocktail,And,Misc,Hypnos,Unknown,,,,,,,2013-11-27, -/games/boxart/full_7341702JapanFrontccc.jpg,Cocktail Pack,PCFX,Misc,Cocktail Soft,Cocktail Soft,,,,,,,1997-11-28, -/games/boxart/full_6069978AmericaFrontccc.jpg,Cocktail Paradise,XBL,Misc,Microsoft,kittie,,,,,,,2009-05-04, -/games/boxart/default.jpg,Coconut Fall,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-08-23, -/games/boxart/default.jpg,Coconut Fall,WinP,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Coconut Fall,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Cocoto Alien Brick Breaker,3DS,Misc,Bigben Interactive,Unknown,,,,,,,2013-01-24, -/games/boxart/default.jpg,Cocoto Magic Circus 2,WiiU,Misc,Big Ben Interactive,Unknown,,,,,,,2014-01-09, -/games/boxart/default.jpg,Coffee Rush,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Coffee Rush,X360,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Cognition: An Erica Reed Thriller,OSX,Misc,Phoenix Online Studios,Unknown,,,,,,,2012-10-30, -/games/boxart/full_1032275AmericaFrontccc.jpeg,Cognition: An Erica Reed Thriller,PC,Misc,Phoenix Online Studios,Unknown,,,,,,,2012-10-30, -/games/boxart/full_cohort-chess_632PALFront.png,Cohort Chess,PSN,Misc,Unknown,Cohort Studios,,,,,,,2011-06-07, -/games/boxart/default.jpg,CoinRPG,PC,Misc,Independent Arts Software GmbH,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,CoinRPG,OSX,Misc,Independent Arts Software GmbH,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,CoinRPG,Linux,Misc,Independent Arts Software GmbH,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Coins n Rainbows,And,Misc,Unknown,Unknown,,,,,,,2014-06-19, -/games/boxart/full_5489607AmericaFrontccc.jpg,Colaris,XBL,Misc,Microsoft,Clay Schubiner,,,,,,,2009-12-18, -/games/boxart/default.jpg,Cold Case Files,PC,Misc,Activision Value,Unknown,,,,,,,2004-09-14, -/games/boxart/full_collection-pocket_393JapanFront.jpg,Collection Pocket,GB,Misc,Naxat Soft,Naxat Soft,,,,,,,1997-11-21, -/games/boxart/9159154ccc.jpg,Color a Dinosaur,NES,Misc,Virgin Interactive,Farsight Technologies,,,,,,,1993-07-01, -/games/boxart/full_4708822AmericaFrontccc.jpg,Color Break,XBL,Misc,Microsoft,Dgamer,,,,,,,2009-09-07, -/games/boxart/default.jpg,Color Commando,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-25, -/games/boxart/default.jpg,Color Commando,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-25, -/games/boxart/default.jpg,Color Commando,DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-25, -/games/boxart/default.jpg,Color Zen,WiiU,Misc,Cypronia,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Color Zen,3DS,Misc,Cypronia,Unknown,,,,,,,2014-06-05, -/games/boxart/default.jpg,Colorings,And,Misc,Namco Tales Studio / Wolfteam,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Colossatron: Massive World Threat,And,Misc,Halfbrick Studios,Unknown,,,,,,,2013-12-19, -/games/boxart/default.jpg,Colourette,3DS,Misc,Agetec,Unknown,,,,,,,2012-07-19, -/games/boxart/default.jpg,Combat Mission: Red Thunder,PC,Misc,Battlefront.com,Unknown,,,,,,,2014-04-07, -/games/boxart/default.jpg,Combat Mission: Red Thunder,OSX,Misc,Battlefront.com,Unknown,,,,,,,2014-04-07, -/games/boxart/full_combo-red-moon-rising_443AmericaFront.jpg,Combo - red moon rising,XBL,Misc,Microsoft,ANH Games,,,,,,,2011-07-21, -/games/boxart/default.jpg,Come On! Dragons,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-11-08, -/games/boxart/default.jpg,Come On! Dragons,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-11-08, -/games/boxart/default.jpg,Comic Party,PSP,Misc,Aqua Plus,Unknown,,,,,,,2005-12-29, -/games/boxart/full_7001956AmericaFrontccc.png,Comic Workshop,3DS,Misc,Collavier Corporation,Collavier Corporation,,,,,,,2014-07-17, -/games/boxart/default.jpg,Command & Conquer: Covert Operations,SAT,Misc,Westwood Studios,Unknown,,,,,,,1996-12-31, -/games/boxart/default.jpg,Command & Conquer: Covert Operations,PS,Misc,Westwood Studios,Unknown,,,,,,,1997-02-28, -/games/boxart/default.jpg,Command & Conquer: Covert Operations,OSX,Misc,Virgin Interactive,Unknown,,,,,,,1995-12-31, -/games/boxart/default.jpg,Command & Conquer: Covert Operations,MSD,Misc,Virgin Interactive,Unknown,,,,,,,1995-08-31, -/games/boxart/3705740ccc.jpg,Command and Destroy,DS,Misc,"Destination Software, Inc",Unknown,,,,,,,2008-02-15, -/games/boxart/575325ccc.jpg,Compton's Interactive Encyclopedia,SCD,Misc,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_1353271AmericaFrontccc.jpg,Concentration,2600,Misc,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_console-info_948AmericaFront.jpg,Console Info,XBL,Misc,Microsoft,Highbrow Games,,,,,,,2010-11-23, -/games/boxart/default.jpg,CONSORTIUM,PC,Misc,Unknown,Unknown,,,,,,,2014-01-08, -/games/boxart/default.jpg,Constant C,X360,Misc,"International Games System Co., Ltd",Unknown,,,,,,,2014-03-12, -/games/boxart/default.jpg,Constant C,PC,Misc,"International Games System Co., Ltd",Unknown,,,,,,,2014-03-12, -/games/boxart/full_4978682AmericaFrontccc.jpg,Constrictor,XBL,Misc,Microsoft,Osiris,,,,,,,2008-12-29, -/games/boxart/full_2400948AmericaFrontccc.jpg,Constructor360,XBL,Misc,Microsoft,Raccoon456,,,,,,,2009-06-05, -/games/boxart/default.jpg,continue?9876543210,Linux,Misc,Humansoft,Unknown,,,,,,,2014-01-03, -/games/boxart/default.jpg,continue?9876543210,OSX,Misc,Humansoft,Unknown,,,,,,,2014-01-03, -/games/boxart/default.jpg,continue?9876543210,PC,Misc,Humansoft,Unknown,,,,,,,2014-01-03, -/games/boxart/default.jpg,Contra III: The Alien Wars,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-01-09, -/games/boxart/default.jpg,Contract Killer,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2011-03-24, -/games/boxart/default.jpg,Contract Killer 2,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2012-10-24, -/games/boxart/default.jpg,Contrast,PSV,Misc,Compulsion Games,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Contrast,X360,Misc,Focus Home Interactive,Unknown,,,,,,,2013-11-15, -/games/boxart/default.jpg,Contrast,PS3,Misc,Compulsion Games,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Contrast,PS4,Misc,Compulsion Games,Unknown,,,,,,,2013-11-15, -/games/boxart/default.jpg,Cookie Clickers,And,Misc,Riverhill Soft,Unknown,,,,,,,2013-09-24, -/games/boxart/default.jpg,Cookie Jam,And,Misc,SGN,Unknown,,,,,,,2014-02-26, -/games/boxart/default.jpg,Cookies & Milk,And,Misc,ootii,Unknown,,,,,,,2014-03-04, -/games/boxart/full_3794095JapanFrontccc.jpg,Cool Cool Toon,DC,Misc,SNK,SNK Corporation,7.4,,,,,,2000-08-10, -/games/boxart/full_5409134AmericaFrontccc.jpg,Cool Herders,DC,Misc,GOAT Store Publishing,HarmlessLion Games,,,,,,,2005-12-15, -/games/boxart/full_2883542JapanFrontccc.jpg,Cosmetic Paradise: Kirei no Mahou,DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2010-04-29, -/games/boxart/full_8326803JapanFrontccc.jpg,Cosmic Fantasy Visual Shuu,PCE,Misc,Nippon Telenet,Laser Soft,,,,,,,1993-02-12, -/games/boxart/default.jpg,Costume Quest 2,PC,Misc,Double Fine Productions,Unknown,,,,,,,2014-10-07, -/games/boxart/full_4941000AmericaFrontccc.jpg,Counter-Strike,OSX,Misc,Valve Corporation,Unknown,,,,,,,2013-01-24, -/games/boxart/default.jpg,Counter-Strike Online,PC,Misc,Nexon,Unknown,,,,,,,2008-07-24, -/games/boxart/default.jpg,Counter-Strike: Condition Zero,OSX,Misc,Valve Corporation,Unknown,,,,,,,2013-02-22, -/games/boxart/default.jpg,Counter-Strike: Source,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-06-23, -/games/boxart/default.jpg,Country Living,And,Misc,DifferenceGames,Unknown,,,,,,,2014-05-04, -/games/boxart/full_6737724PALFrontccc.png,Cover Girl,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-10-15, -/games/boxart/2154438ccc.jpg,Cowboy Casino,3DO,Misc,Intellivision Productions,Intellimedia,,,,,,,1994-01-01, -/games/boxart/full_8795411JapanFrontccc.jpg,CR Hissatsu Konjin Pachitte Chonmage @ VPACHI,DC,Misc,Hackberry,Hack Berry,,,,,,,2001-08-02, -/games/boxart/default.jpg,Crappy the Turd,And,Misc,Kerem San,Unknown,,,,,,,2014-02-14, -/games/boxart/full_3182824AmericaFrontccc.jpg,Crash Bandicoot Action Pack,PS2,Misc,Sierra Entertainment,Vicarious Visions / Traveller's Tales / Radical Entertainment,,,,,,,2007-06-12, -/games/boxart/full_3836998AmericaFrontccc.jpg,Crayola: Make a Masterpiece,PC,Misc,IBM,IBM,,,,,,,1998-01-01, -/games/boxart/full_crayon-shin-chan-taiketsu-kantam-panic_87JapanFront.jpg,Crayon Shin-Chan: Taiketsu! Kantam Panic!!,GG,Misc,Bandai,Minato Giken,,,,,,,1995-02-24, -/games/boxart/full_crazy-cheebo-puzzle-party_716AmericaFront.jpg,Crazy Cheebo: Puzzle Party,DSiW,Misc,Unknown,Cypronia,,,,,,,2011-06-06, -/games/boxart/default.jpg,Crazy Chicken Pirates 3D,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-16, -/games/boxart/default.jpg,Crazy Chicken Pirates 3D,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-16, -/games/boxart/full_5879896PALFrontccc.jpg,Crazy Circus,DS,Misc,Unknown,Farmind,,,,,,,, -/games/boxart/full_2772505AmericaFrontccc.jpg,Crazy Coins,XBL,Misc,Microsoft,ByteMaster,,,,,,,2009-09-14, -/games/boxart/default.jpg,Crazy Fred,3DS,Misc,Arc System Works,Unknown,,,,,,,2012-07-05, -/games/boxart/default.jpg,Crazy Hunter,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2012-09-06, -/games/boxart/default.jpg,Crazy Hunter,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2012-09-06, -/games/boxart/default.jpg,Crazy Kangaroo,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-10-11, -/games/boxart/default.jpg,Crazy Market,And,Misc,Game Atelier,Unknown,,,,,,,2013-10-31, -/games/boxart/default.jpg,Crazy Market,PC,Misc,Game Atelier,Unknown,,,,,,,2013-10-18, -/games/boxart/default.jpg,Crazy Market,WinP,Misc,Game Atelier,Unknown,,,,,,,2013-10-18, -/games/boxart/default.jpg,Crazy Market,PSV,Misc,Game Atelier,Unknown,,,,,,,2013-10-30, -/games/boxart/full_crazy-pinball_8AmericaFront.jpg,Crazy Pinball,DSiW,Misc,DTP Entertainment,dtp entertainment AG,,,,,,,2010-09-13, -/games/boxart/default.jpg,Crea,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/full_5911061AmericaFrontccc.png,Creature Defense,PSN,Misc,Hudson Entertainment,Hudson Soft,,,,,,,2009-11-04, -/games/boxart/default.jpg,Creatures and Castles VX,PSV,Misc,hiive,Unknown,,,,,,,2014-02-12, -/games/boxart/default.jpg,Crime Files: The Templar Knight,3DS,Misc,JoWood,Unknown,,,,,,,2012-12-06, -/games/boxart/default.jpg,Criminal Case,BRW,Misc,Amaze Entertainment / Griptonite Games,Unknown,,,,,,,2012-11-15, -/games/boxart/default.jpg,Crimsonland,PS4,Misc,10tons Ltd,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Crimsonland,Linux,Misc,10tons Ltd,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Crimsonland,OSX,Misc,10tons Ltd,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Crimsonland,PC,Misc,10tons Ltd,Unknown,,,,,,,2014-06-11, -/games/boxart/full_1292180AmericaFrontccc.png,Critter Cross,And,Misc,Unknown,Unknown,,,,,,,2014-06-23, -/games/boxart/default.jpg,Critter Escape,And,Misc,Cyber Planet,Unknown,,,,,,,2013-01-08, -/games/boxart/full_1097615AmericaFrontccc.jpg,Croixleur Sigma,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,Crop Circle,3DS,Misc,Point of View,Unknown,,,,,,,2014-04-10, -/games/boxart/9923381ccc.jpg,Crue Ball,GEN,Misc,Electronic Arts,NuFX,,,,,,,1992-01-01, -/games/boxart/full_cruise-party_3AmericaFront.jpg,Cruise Party,WW,Misc,Enjoy Gaming,Enjoy Gaming ltd.,,,,,,,2010-07-05, -/games/boxart/default.jpg,Crusader Kings,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2012-02-14, -/games/boxart/default.jpg,Crusader Kings II,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2012-05-24, -/games/boxart/default.jpg,Cryamore,X360,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cryamore,PS3,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cryamore,WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cryamore,And,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cryamore,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cryamore,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Cryamore,Ouya,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Crystal Caliburn,PC,Misc,Starplay,LittleWing,,,,,,,1994-01-01, -/games/boxart/default.jpg,Crystal Caverns of Amon-Ra,DSi,Misc,SelectSoft,Unknown,,,,,,,2011-09-29, -/games/boxart/default.jpg,Crystal Caverns of Amon-Ra,3DS,Misc,SelectSoft,Unknown,,,,,,,2011-09-29, -/games/boxart/default.jpg,Crystal Fantasy,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_331291AmericaFrontccc.jpg,Crystal Path,PC,Misc,GameHouse,Puzzle Lab,,,,,,,2005-01-12, -/games/boxart/default.jpg,CSI: Hidden Crimes,And,Misc,Ubisoft,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,CSR Racing,And,Misc,NaturalMotion,Unknown,,,,,,,2013-04-15, -/games/boxart/default.jpg,CSR Racing,OSX,Misc,NaturalMotion,Unknown,,,,,,,2012-06-28, -/games/boxart/full_6284856AmericaFrontccc.jpg,Cuadro,XBL,Misc,Microsoft,RIC,,,,,,,2009-02-25, -/games/boxart/default.jpg,Cube Tactics,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2014-03-13, -/games/boxart/default.jpg,Cubit The Hardcore Platformer Robot,3DS,Misc,"505 Games US, Inc.",Unknown,,,,,,,2013-12-26, -/games/boxart/default.jpg,Cult County,PC,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Cult County,XOne,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Cult County,WiiU,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Cult County,PSV,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Cult County,PS4,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Cult County,PS3,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/full_cult-jump_768JapanFront.jpg,Cult Jump,GB,Misc,Bandai,Bandai,,,,,,,1993-09-10, -/games/boxart/full_3531364JapanFrontccc.jpg,Cult Master: Ultraman ni Miserarete,GB,Misc,Bandai,Bandai,,,,,,,1993-03-12, -/games/boxart/default.jpg,Culture Quiz,PSN,Misc,Sony Computer Entertainment,Relentless Software,,,,,,,2010-08-11, -/games/boxart/full_curious-george-early-learning-adventure_511AmericaFront.jpg,Curious George Early Learning Adventure,PC,Misc,Unknown,Houghto Mifflin Interactive,,,,,,,2006-10-11, -/games/boxart/default.jpg,Curling Super Championship,3DS,Misc,Cypronia,Unknown,,,,,,,2012-06-07, -/games/boxart/default.jpg,Curling Super Championship,DSi,Misc,Cypronia,Unknown,,,,,,,2012-06-07, -/games/boxart/default.jpg,Cursed Mountain,PC,Misc,Deep Silver,Unknown,,,,,,,2010-02-05, -/games/boxart/default.jpg,Custom Mahjong,DS,Misc,Success,Affect,,,,,,,2007-12-20, -/games/boxart/default.jpg,Cut the Birds,And,Misc,Marvelous Entertainment,Unknown,,,,,,,2013-02-28, -/games/boxart/default.jpg,Cut the Rope 2,And,Misc,ZeptoLab,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Cut the Rope: Experiments,And,Misc,ZeptoLab,Unknown,,,,,,,2012-02-17, -/games/boxart/default.jpg,Cut the Rope: Holiday Gift,And,Misc,ZeptoLab,Unknown,,,,,,,2010-12-10, -/games/boxart/default.jpg,Cut the Rope: Time Travel,And,Misc,ZeptoLab,Unknown,,,,,,,2013-04-18, -/games/boxart/default.jpg,Cute Knight Kingdom,PC,Misc,Fabio Ricci,Unknown,,,,,,,2009-11-13, -/games/boxart/default.jpg,Cute Knight Kingdom,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2009-11-13, -/games/boxart/default.jpg,Cute Knight Kingdom,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2009-11-13, -/games/boxart/default.jpg,Cute Witch! runner,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Cute Witch! runner,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Cybernator,PS2,Misc,NCS,Unknown,,,,,,,2004-01-01, -/games/boxart/full_cycloid_265AmericaFront.jpg,Cycloid,XBL,Misc,Microsoft,Blitz1UP,,,,,,,2011-08-11, -/games/boxart/default.jpg,D.C. III: Da Capo III,PC,Misc,Circus,Unknown,,,,,,,2012-04-27, -/games/boxart/full_daa-daa-daa-totsuzen-card-de-battle-de-uranai_821JapanFront.jpg,Daa! Daa! Daa! Totsuzen * Card de Battle de Uranai!?,GB,Misc,Video System,Video System,,,,,,,2000-12-08, -/games/boxart/full_8066395JapanFrontccc.jpg,Dai-Mahjong,GBA,Misc,Hori,Hori,,,,,,,2001-12-13, -/games/boxart/default.jpg,Daiakuji,PC,Misc,Alice Soft,Alice Soft,,,,,,,2001-11-30, -/games/boxart/full_1537679JapanFrontccc.jpg,Daigasso! Band Brothers Tsuika Kyoku Cartridge: Request Selection,DS,Misc,Nintendo,Nintendo R&D2,,,,,,,2005-09-26, -/games/boxart/full_daito-giken-koushiki-pachi-slot-simulator-hihouden-fuujirareta-megami-portable_499JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable,PSN,Misc,Paon,Paon Corporation,,,,,,,2011-02-24, -/games/boxart/full_403469JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Banchou,PS2,Misc,Daito,Daito,,,,,,,2005-11-02, -/games/boxart/full_daito-giken-koushiki-pachi-slot-simulator-ossu-misao-maguro-densetsu-portable_0JapanFront.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable,PSN,Misc,Paon,Paon Corporation,,,,,,,2010-07-01, -/games/boxart/full_1890311JapanFrontccc.jpg,Daito Giken Koushiki Pachi-Slot Simulator: Yoshimune,PS2,Misc,Daito,Daito,,,,,,,2004-12-09, -/games/boxart/full_7237234PALFrontccc.jpg,Dalmatians 3,PS2,Misc,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/4750899ccc.jpg,Dance Aerobics,NES,Misc,Nintendo,Human Entertainment,,,,,,,1989-03-01, -/games/boxart/full_8469854JapanFrontccc.jpg,Dance Dance Revolution 2nd Mix: Dreamcast Edtion,DC,Misc,Konami,Konami,8.1,,,,,,2000-02-17, -/games/boxart/full_4924861JapanFrontccc.jpg,Dance Dance Revolution Club Version Dreamcast Edition,DC,Misc,Konami,Konami,,,,,,,2000-04-27, -/games/boxart/full_5888345AmericaFrontccc.jpg,Dance Dance Revolution Universe,XBL,Misc,Konami,Konami,,,,,,,2009-08-11, -/games/boxart/full_3263256JapanFrontccc.jpg,Dance Dance Revolution: Music Fit,Wii,Misc,Konami,Konami,,,,,,,2010-01-28, -/games/boxart/full_9366698PALFrontccc.jpg,Dance Fest,PS2,Misc,Oxygen Interactive,Broadsword Interactive,,,,,,,2006-10-20, -/games/boxart/full_2716062PALFrontccc.png,Dance Floor,DS,Misc,Big Ben Interactive,Artefacts Studio,,,,,,,2009-02-20, -/games/boxart/full_dance-juniors_489PALFront.jpg,Dance Juniors,Wii,Misc,Ubisoft,Ubisoft,,,,,,,2011-02-04, -/games/boxart/default.jpg,Dance Magic,X360,Misc,Unknown,Maximum Family Games,,,,,,,, -/games/boxart/default.jpg,Dance Magic,PS3,Misc,Gaijin Entertainment,Unknown,,,,,,,2013-01-08, -/games/boxart/full_9091422PALFrontccc.jpg,Dance Party: Club Hits,PS2,Misc,Nordic Games,Broadsword Interactive,,,,,,,2009-05-08, -/games/boxart/full_721112PALFrontccc.jpg,Dance Party: Pop Hits,PS2,Misc,Nordic Games,Broadsword Interactive,,,,,,,2009-05-08, -/games/boxart/default.jpg,Dance Star Party,PS3,Misc,Unknown,Sony Computer Entertainment,,,,,,,, -/games/boxart/full_2560932JapanFrontccc.jpg,Dance Summit 2001: Bust A Move,PS2,Misc,Enix,Metro Corporation,,,,,,,2000-11-02, -/games/boxart/full_dance-its-your-stage_8AmericaFront.jpg,Dance! It's Your Stage,XBL,Misc,DTP Entertainment,Sproing Interactive Media GMBH,,,,,,,2010-09-08, -/games/boxart/full_dance-its-your-stage_4PALFront.jpg,Dance! It's Your Stage,DS,Misc,Unknown,Sproing Interactive Media GMBH,,,,,,,, -/games/boxart/full_dance-its-your-stage_630PALFront.jpg,Dance! It's Your Stage,PC,Misc,DTP Entertainment,Sproing Interactive Media GMBH,,,,,,,2010-09-30, -/games/boxart/full_5747563PALFrontccc.jpg,Dance: UK,PS2,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2003-10-03, -/games/boxart/full_2926888PALFrontccc.gif,Dance: UK,XB,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2004-07-02, -/games/boxart/full_4962231PALFrontccc.jpg,Dance: UK,PS,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2003-10-17, -/games/boxart/full_5063467PALFrontccc.jpg,Dance: UK eXtra Trax,PS,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2004-04-30, -/games/boxart/full_1460150PALFrontccc.jpg,Dance: UK eXtra Trax,PS2,Misc,Big Ben Interactive,Broadsword Interactive,,,,,,,2004-04-23, -/games/boxart/full_7697031PALFrontccc.jpg,Dance: UK XL,PS2,Misc,Jester Interactive,Broadsword Interactive,,,,,,,2005-09-30, -/games/boxart/full_dance-uk-xl-party_10PALFront.jpg,Dance: UK XL Party,PS2,Misc,Jester Interactive,Broadsword Interactive,,,,,,,2005-09-16, -/games/boxart/full_3397352AmericaFrontccc.jpg,Dancing with the Stars,PC,Misc,Activision,Zoe Mode,,,,,,,2008-04-11, -/games/boxart/default.jpg,Danger Dash,And,Misc,Gameloft,Unknown,,,,,,,2013-09-05, -/games/boxart/full_4697072JapanFrontccc.jpg,Daredemo Asobi Taizen,DS,Misc,Nintendo,Nintendo,,,,,,,2005-11-03, -/games/boxart/full_4601571JapanFrontccc.jpg,Daredemo Kantan! Chou Chikun no Tsumego,DS,Misc,Mycom,Mycom,,,,,,,2006-09-14, -/games/boxart/full_6682606JapanFrontccc.jpg,Daredemo Kantan! Watanabe Akira no Tsume Shogi,DS,Misc,Mycom,Mycom,,,,,,,2006-12-21, -/games/boxart/default.jpg,Dark (2013),X360,Misc,Kalypso Media,Unknown,,,,,,,2013-06-11, -/games/boxart/default.jpg,Dark (2013),PC,Misc,Kalypso Media,Unknown,,,,,,,2013-06-14, -/games/boxart/default.jpg,Dark Legends,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Dark Legends,And,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Dark Lore Mysteries: The Hunt For Truth,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Dark Scavenger,PC,Misc,Unknown,Unknown,,,,,,,2014-05-16, -/games/boxart/default.jpg,Dark Scavenger,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-16, -/games/boxart/default.jpg,Dark Sceptre,ZXS,Misc,Firebird Software,Unknown,,,,,,,1988-01-01, -/games/boxart/default.jpg,Dark Shadows: Army of Evil,PC,Misc,Burian Media Enterprises,Unknown,,,,,,,2014-03-12, -/games/boxart/full_4585876AmericaFrontccc.jpg,Dark Skies: Constellations,XBL,Misc,Microsoft,Oesis Inc,,,,,,,2009-09-01, -/games/boxart/full_4839019AmericaFrontccc.jpg,Dark Skies: Messier,XBL,Misc,Microsoft,Oesis Inc,,,,,,,2009-10-09, -/games/boxart/default.jpg,Dark Woods: Curse of Eve,PC,Misc,Anansi Studios,Unknown,,,,,,,2014-03-04, -/games/boxart/default.jpg,Dark Woods: Curse of Eve,And,Misc,Anansi Studios,Unknown,,,,,,,2013-11-08, -/games/boxart/default.jpg,Darkfall,PC,Misc,Aventurine SA,Unknown,,,,,,,2009-07-13, -/games/boxart/default.jpg,Darkfall: Unholy Wars,PC,Misc,Aventurine SA,Unknown,,,,,,,2013-04-16, -/games/boxart/default.jpg,Darkstone,And,Misc,Anuman,Unknown,,,,,,,2014-03-20, -/games/boxart/full_4117045AmericaFrontccc.png,Darkwood,Linux,Misc,Acid Wizard Studio,Unknown,,,,,,,2014-07-24, -/games/boxart/full_70098AmericaFrontccc.png,Darkwood,OSX,Misc,Acid Wizard Studio,Unknown,,,,,,,2014-07-24, -/games/boxart/default.jpg,Darts Up 3D,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-09-05, -/games/boxart/default.jpg,Date Warp,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2010-05-25, -/games/boxart/default.jpg,Date Warp,PC,Misc,Fabio Ricci,Unknown,,,,,,,2010-05-25, -/games/boxart/default.jpg,Date Warp,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2010-05-25, -/games/boxart/default.jpg,Dawn of Aces II,PC,Misc,Activision Value,Unknown,,,,,,,2005-12-05, -/games/boxart/default.jpg,Dawngate,PC,Misc,Electronic Arts,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Dawnkeeper: Last Survivors,And,Misc,Unknown,Unknown,,,,,,,2014-05-12, -/games/boxart/full_daycare-nightmare_608AmericaFront.jpg,Daycare Nightmare,PC,Misc,eGames,Floodgate Entertainment,,,,,,,2007-12-13, -/games/boxart/default.jpg,Daylight,PS4,Misc,Atlus,Unknown,,,,,,,2014-04-29, -/games/boxart/default.jpg,Daylight,PC,Misc,Zombie Studios,Unknown,,,,,,,2014-04-29, -/games/boxart/default.jpg,Daytona USA 2: Battle on the Edge,Arc,Misc,Sega,Unknown,,,,,,,1998-06-01, -/games/boxart/default.jpg,Dead Defence,And,Misc,PlayFlock,Unknown,,,,,,,2013-10-16, -/games/boxart/default.jpg,Dead Nation,PSV,Misc,Sony Computer Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Dead or Alive 5,Arc,Misc,Tecmo Koei,Unknown,,,,,,,2014-01-01, -/games/boxart/full_dead-or-alive-paradise_10JapanFront.jpg,Dead or Alive Paradise,PSN,Misc,Tecmo Koei,Team Ninja,,,,,,,2010-04-01, -/games/boxart/default.jpg,DEAD TRIGGER 2,And,Misc,MADFINGER Games,Unknown,,,,,,,2013-10-23, -/games/boxart/default.jpg,Deadfall,X360,Misc,Unknown,Unknown,,,,,,,2014-07-30, -/games/boxart/default.jpg,Deadfall,PC,Misc,Unknown,Unknown,,,,,,,2014-07-30, -/games/boxart/3773257ccc.jpg,Deal or No Deal,GBA,Misc,DSI Games,Gravity-I,,,,,,,2007-07-18, -/games/boxart/full_deal-or-no-deal-special-edition_6AmericaFront.jpg,Deal or No Deal: Special Edition,Wii,Misc,Zoo Games,Zoo Games,,,,,,,2010-09-13, -/games/boxart/default.jpg,Dear Esther,PC,Misc,thechineseroom,Unknown,,,,,,,2012-02-14, -/games/boxart/default.jpg,Death,XBL,Misc,Unknown,ZebraGames,,,,,,,, -/games/boxart/default.jpg,Death Rally,MSD,Misc,"Apogee Software, Ltd.",Unknown,,,,,,,1996-12-31, -/games/boxart/default.jpg,Death Rally (Remake),And,Misc,Remedy Entertainment,Unknown,,,,,,,2011-03-30, -/games/boxart/default.jpg,DeathSmiles,Arc,Misc,Cave,Unknown,,,,,,,2007-10-19, -/games/boxart/default.jpg,Decathlon,C64,Misc,Activision,Unknown,,,,,,,1986-01-01, -/games/boxart/default.jpg,Decathlon 2012,3DS,Misc,Cinemax,Unknown,,,,,,,2012-07-26, -/games/boxart/default.jpg,Decathlon 2012,DSi,Misc,Cinemax,Unknown,,,,,,,2012-07-26, -/games/boxart/default.jpg,Deep Blue Sea,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-03-24, -/games/boxart/default.jpg,deep down (Working Title),PS4,Misc,Capcom,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Deep Loot,And,Misc,Monster and Monster,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Deep Sea Creatures,DSi,Misc,Collavier Corporation,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Deep Sea Creatures,3DS,Misc,Collavier Corporation,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Deer Hunter 2014,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2013-09-17, -/games/boxart/default.jpg,Deer Hunting King,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-07-04, -/games/boxart/full_defender-joust_7AmericaFront.jpg,Defender / Joust,GB,Misc,Midway Games,Digital Eclipse,,,,,,,1999-03-01, -/games/boxart/default.jpg,Defenders & Dragons,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-14, -/games/boxart/full_1677354AmericaFrontccc.jpg,Defense Grid 2,XOne,Misc,505 Games,Unknown,,,,,,,2014-09-23, -/games/boxart/default.jpg,Defense Grid 2,PS4,Misc,505 Games,Unknown,,,,,,,2014-09-23, -/games/boxart/default.jpg,Defense Grid 2,Linux,Misc,505 Games,Unknown,,,,,,,2014-09-23, -/games/boxart/default.jpg,Defense Grid 2,OSX,Misc,505 Games,Unknown,,,,,,,2014-09-23, -/games/boxart/default.jpg,Defense Of Yano,PSP,Misc,System Soft,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Defense Of Yano,3DS,Misc,System Soft,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Defense Technica,X360,Misc,CyberFront,Unknown,,,,,,,2014-04-23, -/games/boxart/default.jpg,Defense Technica,PS3,Misc,CyberFront,Unknown,,,,,,,2014-04-22, -/games/boxart/default.jpg,Defense Technica,PC,Misc,Devolver Digital,Unknown,,,,,,,2013-10-24, -/games/boxart/default.jpg,Defense Technica,And,Misc,Com2uS,Unknown,,,,,,,2014-01-13, -/games/boxart/default.jpg,Defense Zone 2,And,Misc,Artem Karakozov,Unknown,,,,,,,2012-10-24, -/games/boxart/full_3691523AmericaFrontccc.png,Defense: Evolution,And,Misc,Unknown,Unknown,,,,,,,2014-06-07, -/games/boxart/full_dejiko-no-mahjong-party_661JapanFront.jpg,Dejiko no Mahjong Party,GB,Misc,King Records,King Records,,,,,,,2000-12-08, -/games/boxart/full_5099052JapanFrontccc.jpg,Dejiko no Maibura,DC,Misc,Isao,Isao,,,,,,,2000-12-14, -/games/boxart/full_8651042JapanFrontccc.jpg,Dekiru Otoko no Mote Life: Hiru no Mote Kouza Hen,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2008-02-14, -/games/boxart/full_9702626JapanFrontccc.jpg,Dekiru Otoko no Mote Life: Yoru no Mote Jissen Hen,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2008-02-14, -/games/boxart/full_8069751JapanFrontccc.jpg,Dekisugi Tingle Pack,DSiW,Misc,Nintendo,Vanpool,,,,,,,2009-06-24, -/games/boxart/full_6142209JapanFrontccc.jpg,Dekitayo Mama! Mitsugo no Kuma-San: Onna no Ko,DS,Misc,Starfish,Starfish SD,,,,,,,2010-04-15, -/games/boxart/full_9062506JapanFrontccc.jpg,Dekitayo Mama! Mitsugo no Kuma-San: Otoko no Ko,DS,Misc,Starfish,Starfish SD,,,,,,,2010-04-15, -/games/boxart/default.jpg,DekuMama,PC,Misc,Unknown,Studio Kame,,,,,,,2011-07-29, -/games/boxart/default.jpg,Democracy 3,Linux,Misc,Positech Games,Unknown,,,,,,,2013-10-14, -/games/boxart/default.jpg,Democracy 3,OSX,Misc,Positech Games,Unknown,,,,,,,2013-10-14, -/games/boxart/default.jpg,Demon King Box,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-08-21, -/games/boxart/default.jpg,Demon Tribe,And,Misc,Sega,Unknown,,,,,,,2013-12-11, -/games/boxart/full_9609885JapanFrontccc.jpg,Dengen Tenshi Taisen Mahjong: Shangri-La,DC,Misc,Marvelous Interactive,Marvelous,,,,,,,1999-11-25, -/games/boxart/full_3534700AmericaFrontccc.jpg,Dennis Miller: That's News to Me,3DO,Misc,Sanctuary Woods,Sanctuary Woods,,,,,,,1994-01-01, -/games/boxart/full_dennou-hyouryuu-multimedia-cruising_6JapanFront.jpg,Dennou Hyouryuu: Multimedia Cruising,3DO,Misc,Unknown,Scitron & Art,,,,,,,1995-05-19, -/games/boxart/default.jpg,Dennou Shinpan Kisaragi Sanjikan,PC,Misc,Unknown,Lune,,,,,,,2011-07-29, -/games/boxart/full_9557387JapanFrontccc.jpg,Denpa Shounen-teki Kenshou Seikatsu: Nasubi no Heya,DC,Misc,Hudson Soft,Hudson,,,,,,,1999-07-22, -/games/boxart/default.jpg,Dentaku + TCG-You Tool: Dual Dentaku Custom,DSiW,Misc,Tasuke,Tasuke,,,,,,,2009-09-30, -/games/boxart/default.jpg,Deponia,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2012-08-07, -/games/boxart/full_7428482AmericaFrontccc.jpg,Depression Quest,Linux,Misc,The Quinnspiracy,The Quinnspiracy,,,,,,,2014-08-11,2018-08-06 -/games/boxart/full_5453118AmericaFrontccc.jpg,Depression Quest,OSX,Misc,The Quinnspiracy,The Quinnspiracy,,,,,,,2014-08-11,2018-08-06 -/games/boxart/full_9911041AmericaFrontccc.jpg,Depression Quest,PC,Misc,The Quinnspiracy,The Quinnspiracy,,,,,,,2014-08-11,2018-08-06 -/games/boxart/default.jpg,Depths of Betrayal,And,Misc,Big Fish Games,Unknown,,,,,,,2013-07-06, -/games/boxart/default.jpg,Depths of Betrayal,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-03-16, -/games/boxart/default.jpg,Depths of Betrayal,PC,Misc,Big Fish Games,Unknown,,,,,,,2012-03-16, -/games/boxart/default.jpg,Depths of Fear: Knossos,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Desert Speedtrap Starring Road Runner and Wile E. Coyote,GG,Misc,Sega,Unknown,,,,,,,1993-01-01, -/games/boxart/default.jpg,Despicable Me: Minion Rush,And,Misc,Gameloft,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Despicable Me: The Game,DS,Misc,D3Publisher,Unknown,,,,,,,2010-07-06, -/games/boxart/default.jpg,Destiny of Spirits,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,Destiny's Dilemma,DS,Misc,Unknown,Lich King Studios,,,,,,,, -/games/boxart/default.jpg,Deus Ex: The Fall,And,Misc,Square Enix,Unknown,,,,,,,2014-01-22, -/games/boxart/default.jpg,Devil Band - Rock the Underworld,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-06-14, -/games/boxart/default.jpg,Devil Band - Rock the Underworld,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-06-14, -/games/boxart/default.jpg,Devil May Cry 3: Dante's Awakening,PC,Misc,Ubisoft,Unknown,,,,,,,2006-10-16, -/games/boxart/full_8595842JapanFrontccc.jpg,Devil Summoner: Soul Hackers - Akuma Zensho Dainishuu,SAT,Misc,Atlus,Atlus Co.,,,,,,,1997-12-23, -/games/boxart/full_1445907AmericaFrontccc.jpg,Devil's Crush,PCE,Misc,NEC Interchannel,Compile,,,,,,,1990-01-01, -/games/boxart/full_6305192AmericaFrontccc.jpg,Devil's Crush,VC,Misc,Hudson Soft,Compile,7.5,,,,,,2007-07-23, -/games/boxart/full_devils-crush_2JapanFront.jpg,Devil's Crush,PSN,Misc,Hudson Soft,Compile,,,,,,,2009-07-15, -/games/boxart/full_dezaemon-kids_841JapanFront.jpg,Dezaemon Kids!,PS,Misc,Athena,Athena,,,,,,,1998-10-22, -/games/boxart/full_dezaemon-kids_876JapanFront.jpg,Dezaemon Kids!,PSN,Misc,Unknown,Athena,,,,,,,2011-11-01, -/games/boxart/default.jpg,Diamond Dash,BRW,Misc,wooga,Unknown,,,,,,,2012-01-11, -/games/boxart/default.jpg,Diamond Dash,And,Misc,wooga,Unknown,,,,,,,2011-12-06, -/games/boxart/full_dice-de-chocobo_7JapanFront.jpg,Dice de Chocobo,PSN,Misc,Square,SquareSoft,,,,,,,2008-07-23, -/games/boxart/full_did-it-myself-abc123_2AmericaFront.jpg,Did It Myself ABC123,DSiW,Misc,Powerhead Games,Powerhead Games,,,,,,,2010-08-09, -/games/boxart/default.jpg,Die Hard 2: Die Harder,Amig,Misc,Grandslam,Unknown,,,,,,,1992-01-01, -/games/boxart/default.jpg,Die Hard 2: Die Harder,AST,Misc,Grandslam,Unknown,,,,,,,1992-01-01, -/games/boxart/default.jpg,Die Hard 2: Die Harder,MSD,Misc,Grandslam,Unknown,,,,,,,1992-01-01, -/games/boxart/default.jpg,Die Hard 2: Die Harder,C64,Misc,Grandslam,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Die Hard Arcade,PS2,Misc,Sega,Unknown,,,,,,,2006-04-27, -/games/boxart/default.jpg,Die Hard Arcade,Arc,Misc,Sega,Unknown,,,,,,,1996-01-01, -/games/boxart/default.jpg,Die Hard: Nakatomi Plaza,PC,Misc,Sierra Entertainment,Unknown,,,,,,,2002-04-22, -/games/boxart/full_diet-channel_5JapanFront.jpg,Diet Channel,PS2,Misc,Konami,Konami,,,,,,,2004-03-04, -/games/boxart/default.jpg,Diet Nyuumon Set Undou Kaishou!,PS,Misc,Unknown,Twilight Express,,,,,,,2001-12-20, -/games/boxart/full_6865367JapanFrontccc.jpg,Digi Charat: Digi Communication,GBA,Misc,Broccoli,Broccoli,,,,,,,2002-10-25, -/games/boxart/default.jpg,Digimon Masters,PC,Misc,Joymax,Unknown,,,,,,,2011-10-25, -/games/boxart/full_832881AmericaFrontccc.jpg,Digital Art Gallery: Callad,XBL,Misc,Microsoft,Unknown,,,,,,,2009-08-01, -/games/boxart/full_digital-dance-mix-vol-1-namie-amuro_4JapanFront.jpg,Digital Dance Mix Vol. 1: Namie Amuro,SAT,Misc,Sega,Sega-AM2,,,,,,,1997-01-10, -/games/boxart/7114304ccc.jpg,Digital Dreamware,3DO,Misc,Virgin Interactive,Virgin Interactive,,,,,,,1995-01-01, -/games/boxart/full_digital-pinball-necronomicon_90JapanFront.jpg,Digital Pinball: Necronomicon,SAT,Misc,Kaze,KAZe Co.,,,,,,,1996-11-15, -/games/boxart/full_2003855PALFrontccc.jpg,Digitars: Magnificent Flying Funfair,DS,Misc,Ghostlight,Laughing Jackal,,,,,,,2010-04-23, -/games/boxart/full_8404142AmericaFrontccc.jpg,Dilbert's Desktop Games,PC,Misc,DreamCatcher Interactive,Cyclops Software,,,,,,,1997-09-30, -/games/boxart/default.jpg,Diner Dash: Flo on the Go®,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-31, -/games/boxart/default.jpg,Diner Dash: Flo on the Go®,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-31, -/games/boxart/default.jpg,Diner Dash: Flo on the Go®,DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-31, -/games/boxart/7117193ccc.jpg,Diner Dash: Hometown Hero,PC,Misc,PlayFirst,Unknown,,,,,,,2007-11-07, -/games/boxart/default.jpg,Dino Adventure,WiiU,Misc,Oxygen Games,Unknown,,,,,,,2015-01-01, -/games/boxart/full_4400655JapanFrontccc.jpg,Dino King Battle: Taiko Kara no Hyouryuusha,DS,Misc,Taito,Taito Corporation,,,,,,,2006-08-24, -/games/boxart/full_dino-land_881AmericaFront.jpg,Dino Land,GEN,Misc,Renovation,Wolf Team,,,,,,,1991-01-25, -/games/boxart/default.jpg,DiRT 3: Complete Edition,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,DiRT 3: Complete Edition,X360,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,DiRT 3: X Games Asia Track Pack,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,DiRT 3: X Games Asia Track Pack,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,DiRT 3: X Games Asia Track Pack,X360,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_discolight_5AmericaFront.jpg,Discolight,DSiW,Misc,Kaasa Solution,Kaasa Solution,,,,,,,2010-11-08, -/games/boxart/default.jpg,Discover our Earth,DS,Misc,Unknown,JoWooD Entertainment,,,,,,,, -/games/boxart/4070344ccc.jpg,Discovery! A Seek & Find Adventure,PC,Misc,Mumbo Jumbo,MumboJumbo,,,,,,,2008-07-29, -/games/boxart/default.jpg,Disgaea 2: Cursed Memories,PSP,Misc,NIS America,Unknown,,,,,,,2009-09-08, -/games/boxart/default.jpg,Disgaea 2: Cursed Memories,PS3,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-01-22, -/games/boxart/default.jpg,Disgaea 3: Absence of Justice,PSV,Misc,NIS America,Unknown,,,,,,,2012-04-17, -/games/boxart/default.jpg,Disgaea: Hour of Darkness,PS3,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-01-15, -/games/boxart/default.jpg,Disgaea: Hour of Darkness,PSP,Misc,NIS America,Unknown,,,,,,,2007-10-30, -/games/boxart/default.jpg,Disgaea: Hour of Darkness,DS,Misc,NIS America,Unknown,,,,,,,2008-09-23, -/games/boxart/1283202ccc.jpg,Disney Channel Collection Vol. 2,GBA,Misc,Majesco,Majesco Games,,,,,,,2005-04-04, -/games/boxart/default.jpg,Disney City Girl,BRW,Misc,"Playdom, Inc.",Unknown,,,,,,,2012-06-29, -/games/boxart/default.jpg,Disney Hidden Worlds,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-12-19, -/games/boxart/full_6352386AmericaFrontccc.jpg,Disney Infinity,PC,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-18, -/games/boxart/8035468ccc.jpg,Disney Sing It,PC,Misc,Disney Interactive Studios,Zoe Mode,,,,,,,2008-12-02, -/games/boxart/default.jpg,Disney Sing It! High School Musical 3: Senior Year,XBL,Misc,Disney Interactive Studios,Zoe Mode,,,,,,,2010-08-10, -/games/boxart/default.jpg,Disney Wheres My Valentine?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-12-20, -/games/boxart/full_disneys-beauty-and-the-beast-activity-center_535PALFront.jpg,Disney's Beauty and the Beast Activity Center,PC,Misc,GSP,Infogrames,,,,,,,2000-10-01, -/games/boxart/full_5153097PALFrontccc.jpg,Disney's Brother Bear / Disney Princess,GBA,Misc,THQ,Various,,,,,,,2005-05-11, -/games/boxart/full_7715868PALFrontccc.png,Disney's Pooh's Party Game: In Search of the Treasure,PSN,Misc,Disney Interactive Studios,Doki Denki,,,,,,,2009-09-13, -/games/boxart/5574091ccc.jpg,Disney's The Hunchback of Notre Dame,GB,Misc,Disney Interactive Studios,Tiertex Design Studios,,,,,,,1997-03-01, -/games/boxart/full_disneys-the-lion-king-classic-game-collection_4AmericaFront.jpg,Disney's The Lion King: Classic Game Collection,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2003-10-08, -/games/boxart/full_disneys-the-little-mermaid-ii-pinball-frenzy_787AmericaFront.jpg,Disney's The Little Mermaid II Pinball Frenzy,GB,Misc,Nintendo,Left Field Productions,,,,,,,2000-09-24, -/games/boxart/default.jpg,Distance,Linux,Misc,Refract Studios,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Distance,OSX,Misc,Refract Studios,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Distant Worlds: Universe,PC,Misc,Slitherine,Unknown,,,,,,,2014-05-23, -/games/boxart/full_8180998PALFrontccc.jpg,Diva Girls: Making the Music,DS,Misc,505 Games,505 Games,,,,,,,2009-05-22, -/games/boxart/default.jpg,DiveBomb Chomp,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,DiveBomb Chomp,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,DiveBomb Chomp,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Divekick,PS4,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-11-15, -/games/boxart/default.jpg,Divekick,PS3,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-08-20, -/games/boxart/default.jpg,Divekick,PSV,Misc,Namco Networks America Inc.,Unknown,,,,,,,2013-08-20, -/games/boxart/full_dj-hero-3d_253AmericaFront.jpg,DJ Hero 3D,3DS,Misc,Unknown,FreeStyleGames,,,,,,,, -/games/boxart/full_9811095AmericaFrontccc.png,DJ Max Fever,PSN,Misc,PM Studios,Pentavision Entertainment,7.7,,,,,,2010-01-28, -/games/boxart/default.jpg,DJ Max Portable,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2006-10-27, -/games/boxart/default.jpg,DJ Max Portable - Black Square,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2008-12-24, -/games/boxart/default.jpg,DJ Max Portable - Clazziquai Edition,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2008-10-23, -/games/boxart/default.jpg,DJ Max Portable 2,PSP,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2007-03-30, -/games/boxart/full_dj-max-portable-3_9AmericaFront.jpg,DJ Max Portable 3,PSN,Misc,PM Studios,Pentavision Entertainment,,,,,,,2010-10-19, -/games/boxart/default.jpg,DJ Max Portable: Black Square,PSP,Misc,CyberFront,Unknown,,,,,,,2012-03-22, -/games/boxart/default.jpg,DJ Max Technika,PSV,Misc,Unknown,Pentavision,,,,,,,, -/games/boxart/default.jpg,DJ Max Technika Portable,PSV,Misc,Unknown,CyberFront,,,,,,,, -/games/boxart/default.jpg,DJ Max Trilogy,PC,Misc,Pentavision Entertainment,Pentavision Entertainment,,,,,,,2008-12-24, -/games/boxart/full_dj-wars_9JapanFront.jpg,DJ Wars,SAT,Misc,Spike,Exit,,,,,,,1997-12-18, -/games/boxart/default.jpg,Do Not Fall,PS3,Misc,XPEC Entertainment,Unknown,,,,,,,2013-06-23, -/games/boxart/default.jpg,Dodge IT - Survive IT,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Dogfight 1942,X360,Misc,City Interactive,Unknown,,,,,,,2012-09-05, -/games/boxart/default.jpg,Dogfight 1942,PC,Misc,City Interactive,Unknown,,,,,,,2012-09-21, -/games/boxart/default.jpg,Dogfight 1942,PS3,Misc,City Interactive,Unknown,,,,,,,2012-12-18, -/games/boxart/default.jpg,Dogimegi Inryoku-chan,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-05-31, -/games/boxart/full_2122090AmericaFrontccc.jpg,Dokee and the Musical Rain,XBL,Misc,Microsoft,Baltico X,,,,,,,2008-11-20, -/games/boxart/full_1458969AmericaFrontccc.jpg,Doki-Doki Universe,PS4,Misc,Sony Computer Entertainment,HumaNature Studios,,,,,,,2013-12-10,2018-09-14 -/games/boxart/full_839803AmericaFrontccc.jpg,Doki-Doki Universe,PS3,Misc,Sony Computer Entertainment,HumaNature Studios,,,,,,,2013-12-10,2018-09-14 -/games/boxart/full_758037JapanFrontccc.jpg,Doko Demo Raku Raku! DS Kakeibo,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2006-12-07, -/games/boxart/full_5978662JapanFrontccc.jpg,Dokodemo Hamster 4: Doki Doki Sugoroku Daibouken!,PS,Misc,Bec,Atelier Double,,,,,,,2001-07-26, -/games/boxart/default.jpg,Dolmus Driver,And,Misc,Gripati Digital Entertainment,Unknown,,,,,,,2013-07-18, -/games/boxart/default.jpg,Dominions 3: The Awakening,OSX,Misc,Unknown,Unknown,,,,,,,2013-09-10, -/games/boxart/default.jpg,Dominions 3: The Awakening,Linux,Misc,Unknown,Unknown,,,,,,,2013-09-10, -/games/boxart/default.jpg,Dominions 3: The Awakening,PC,Misc,Unknown,Unknown,,,,,,,2013-09-10, -/games/boxart/full_9073107AmericaFrontccc.jpg,Domino Master,XBL,Misc,Microsoft,"TikGames, LLC",,,,,,,2008-09-17, -/games/boxart/full_242838AmericaFrontccc.jpg,Don't Fry the Frog,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Donguri Adventure,DS,Misc,Activision,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,Donguri Adventure,Wii,Misc,Activision,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,Donguri Adventure,3DS,Misc,Activision,Unknown,,,,,,,2012-10-30, -/games/boxart/6138120ccc.jpg,Donkey Kong Jr. Math,NES,Misc,Nintendo,Nintendo,,,,,,,1985-10-18, -/games/boxart/6490963ccc.jpg,Donkey Kong Jr. Math,VC,Misc,Nintendo,Nintendo,,,,,,,2007-09-03, -/games/boxart/full_6832339AmericaFrontccc.jpg,Donkey Kong Jr. Math,WiiU,Misc,Nintendo,Nintendo,,,,,,,2014-08-28, -/games/boxart/full_donkey-konga-12-pack_4JapanFront.jpg,Donkey Konga 1+2 Pack,GC,Misc,Nintendo,Namco,,,,,,,2004-07-01, -/games/boxart/full_4351568JapanFrontccc.jpg,Donkey Konga 3: Tabe-houdai! Haru Mogitate 50 Kyoku,GC,Misc,Nintendo,Namco,,,,,,,2005-03-17, -/games/boxart/default.jpg,Donut Dash!,And,Misc,Unknown,Unknown,,,,,,,2014-02-28, -/games/boxart/default.jpg,Donut Yum!,PSV,Misc,Syntetic Dreams,Unknown,,,,,,,2014-03-05, -/games/boxart/default.jpg,Doodle Attack,OSX,Misc,Double Fine Productions,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Doodle Attack,Linux,Misc,Double Fine Productions,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Doodle Attack,PC,Misc,Double Fine Productions,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Doodle Dash!,3DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Doom & Destiny,And,Misc,HeartBit Interactive,Unknown,,,,,,,2013-07-15, -/games/boxart/default.jpg,Doom & Destiny,PC,Misc,HeartBit Interactive,Unknown,,,,,,,2012-11-28, -/games/boxart/default.jpg,Doomdark's Revenge,ZXS,Misc,Beyond Software,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Doomdark's Revenge,C64,Misc,Beyond Software,Unknown,,,,,,,1985-01-01, -/games/boxart/full_9075024JapanFrontccc.jpg,Doraemon Dokodemo Walker,GBA,Misc,Epoch,Epoch,,,,,,,2002-03-29, -/games/boxart/full_9670027JapanFrontccc.jpg,Doraemon no Study Boy: Gakushuu Kanji Game,GB,Misc,Epoch,Epoch,,,,,,,2001-01-12, -/games/boxart/full_310484JapanFrontccc.jpg,Doraemon no Study Boy: Kanji Yomikaki Master,GB,Misc,Epoch,Epoch,,,,,,,2003-07-18, -/games/boxart/full_7453172JapanFrontccc.jpg,Doraemon no Study Boy: Kuku Game,GB,Misc,Epoch,Epoch,,,,,,,2000-12-20, -/games/boxart/full_294378JapanFrontccc.jpg,Doraemon Quiz Boy,GB,Misc,Shogakukan,Shogakukan,,,,,,,2000-04-28, -/games/boxart/full_819385JapanFrontccc.jpg,Doraemon Quiz Boy 2,GB,Misc,Epoch,Epoch,,,,,,,2002-10-04, -/games/boxart/full_9414151JapanFrontccc.jpg,Doraemon: Himitsu no Yojigen Pocket,PS,Misc,Bandai,Bandai,,,,,,,2001-11-29, -/games/boxart/full_3239083JapanFrontccc.jpg,Doraemon: Wakuwaku Pocket Paradise,GG,Misc,Sega,Sega,,,,,,,1996-04-26, -/games/boxart/full_2692682JapanFrontccc.jpg,DoraSlot: Hana Hana Matsuri Da!!,PSP,Misc,Dorasu,Dorasu,,,,,,,2009-06-25, -/games/boxart/default.jpg,Double Bloob,DSi,Misc,Bloober Team,Unknown,,,,,,,2011-12-01, -/games/boxart/default.jpg,Double Bloob,3DS,Misc,Bloober Team,Unknown,,,,,,,2011-12-01, -/games/boxart/full_double-dare_7AmericaFront.jpg,Double Dare,NES,Misc,GameTek,Rare Ltd.,,,,,,,1990-04-01, -/games/boxart/full_36438AmericaFrontccc.png,Double Dragon II: The Revenge,3DS,Misc,Aksys Games,Unknown,,,,,,,2014-06-12, -/games/boxart/full_4459727AmericaFrontccc.jpeg,Double Dragon: Neon,PS3,Misc,Unknown,Unknown,7.1,,,,,,, -/games/boxart/full_1442621AmericaFrontccc.jpeg,Double Dragon: Neon,X360,Misc,Unknown,Unknown,5,,,,,,, -/games/boxart/default.jpg,Double Fine Adventure (Working Title),And,Misc,Double Fine Productions,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Double Fine Adventure (Working Title),OSX,Misc,Double Fine Productions,Unknown,,,,,,,2014-01-28, -/games/boxart/default.jpg,Double Fine Adventure (Working Title),Linux,Misc,Double Fine Productions,Unknown,,,,,,,2014-01-28, -/games/boxart/full_2990048AmericaFrontccc.jpg,Double Fine Happy Action Theater,XBL,Misc,Microsoft Studios,Double Fine Productions,,,,,,,2012-02-01,2018-09-29 -/games/boxart/full_6250757AmericaFrontccc.jpg,Double Header: Complete Onside Soccer and Power Slide,3DO,Misc,Unknown,Good Deal Games,,,,,,,, -/games/boxart/default.jpg,Double Pack Tomb Raider: Legend / Anniversary,DS,Misc,Activision,Unknown,,,,,,,2012-06-26, -/games/boxart/default.jpg,Double Pack Tomb Raider: Legend / Anniversary,And,Misc,Gameloft,Unknown,,,,,,,2012-06-28, -/games/boxart/default.jpg,Double Pack: Joe Montana Football 3 / Double Clutch MD,GEN,Misc,Sega,Various,,,,,,,1996-01-01, -/games/boxart/full_6464913PALFrontccc.jpg,Double Pack: LEGO Indiana Jones: The Original Adventures / Kung Fu Panda,X360,Misc,Activision,"Traveller's Tales / Luxoflux, Inc.",,,,,,,2008-11-01, -/games/boxart/full_double-yakuman_99JapanFront.jpg,Double Yakuman,GB,Misc,Vap,Vap,,,,,,,1993-03-19, -/games/boxart/full_double-yakuman-ii_350JapanFront.jpg,Double Yakuman II,GB,Misc,Vap,Vap,,,,,,,1993-09-17, -/games/boxart/full_double-yakuman-jr_886JapanFront.jpg,Double Yakuman Jr.,GB,Misc,Vap,Vap,,,,,,,1993-08-19, -/games/boxart/default.jpg,DoubleDown Casino - Slots & Video Poker,BRW,Misc,Double Down Interactive,Unknown,,,,,,,2012-01-20, -/games/boxart/default.jpg,DoubleDown Casino - Slots & Video Poker,And,Misc,Double Down Interactive,Unknown,,,,,,,2012-03-01, -/games/boxart/full_2600395JapanFrontccc.jpg,Doubutsu no Shima no Chobi Gurumi,GBA,Misc,Rocket Science Games,Rocket Science Games,,,,,,,2003-08-08, -/games/boxart/default.jpg,Downhill Supreme 2,And,Misc,Rockstar Leeds/North,Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,Downtown Mafia,And,Misc,DYNAMICNEXT,Unknown,,,,,,,2014-04-25, -/games/boxart/full_7829556AmericaFrontccc.jpg,Downtown Texas Hold'em,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-02-01, -/games/boxart/default.jpg,Downtown Texas Hold'em,PSN,Misc,Unknown,Electronic Arts,,,,,,,, -/games/boxart/default.jpg,Dr. Driving,And,Misc,The Codemasters Software Company Limited,Unknown,,,,,,,2013-06-19, -/games/boxart/default.jpg,Dr. Greylord,And,Misc,Unknown,Unknown,,,,,,,2014-04-30, -/games/boxart/full_dr-minigames_112PALFront.png,Dr. MiniGames,PSN,Misc,StormBASIC,StormBasic Games,,,,,,,2010-12-21, -/games/boxart/full_dr-ruths-computer-game-of-good-sex_863AmericaFront.jpg,Dr. Ruth's Computer Game of Good Sex,PC,Misc,Hasbro Interactive,Avalon Hill,,,,,,,1986-01-01, -/games/boxart/default.jpg,Dr. Seuss Green Eggs & Ham,PC,Misc,Unknown,The Learning Company,,,,,,,, -/games/boxart/default.jpg,Dr. Seuss Kindergarten,PC,Misc,Unknown,Broderbund,,,,,,,, -/games/boxart/default.jpg,Dr. Seuss Reading Games,PC,Misc,Unknown,Mecca,,,,,,,, -/games/boxart/default.jpg,Dr. Seuss' The Cat in the Hat,PC,Misc,Unknown,Vivendi universal,,,,,,,, -/games/boxart/full_7138542AmericaFrontccc.jpg,Dracula 2: The Last Sanctuary,PS,Misc,DreamCatcher Interactive,Unknown,,,,,,,2012-05-06, -/games/boxart/full_6021426AmericaFrontccc.jpg,Dracula 2: The Last Sanctuary,And,Misc,Microids,Unknown,,,,,,,2012-02-14, -/games/boxart/full_2109672AmericaFrontccc.jpg,Dracula 2: The Last Sanctuary,PC,Misc,Meridian4,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Dragon Ball: Hunter,And,Misc,Inlogic Software,Unknown,,,,,,,2014-03-07, -/games/boxart/default.jpg,Dragon City,PC,Misc,Social Point,Unknown,,,,,,,2012-05-20, -/games/boxart/default.jpg,Dragon City,BRW,Misc,Social Point,Unknown,,,,,,,2012-05-20, -/games/boxart/default.jpg,Dragon Coins,And,Misc,Sega,Unknown,,,,,,,2014-05-08, -/games/boxart/full_1666438AmericaFrontccc.jpg,Dragon Fantasy Book I,PSV,Misc,The Muteki Corporation,Unknown,,,,,,,2013-04-16, -/games/boxart/full_3199663AmericaFrontccc.jpg,Dragon Fantasy Book I,PS3,Misc,The Muteki Corporation,Unknown,,,,,,,2013-04-16, -/games/boxart/full_3133984AmericaFrontccc.jpg,Dragon Fantasy Book I,And,Misc,The Muteki Corporation,Unknown,,,,,,,2012-07-16, -/games/boxart/default.jpg,Dragon Fantasy Book II,PSV,Misc,The Muteki Corporation,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Dragon Fantasy Book II,PS3,Misc,The Muteki Corporation,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Dragon Mania,And,Misc,Gameloft,Unknown,,,,,,,2013-11-18, -/games/boxart/default.jpg,Dragon Quest Monsters: Battle Road Victory - Senyou Color Code Scanner,DSiW,Misc,Square Enix,Armor Project/Bird Studio,,,,,,,2010-07-15, -/games/boxart/default.jpg,Dragon Realms,And,Misc,GREE,Unknown,,,,,,,2013-10-10, -/games/boxart/default.jpg,Dragon Story,And,Misc,TeamLava,Unknown,,,,,,,2012-08-08, -/games/boxart/full_dragons-fury_520AmericaFront.jpg,Dragon's Fury,GEN,Misc,Tengen,"TechnoSoft Co., Ltd.",,,,,,,1992-01-01, -/games/boxart/full_dragons-revenge_542AmericaFront.jpg,Dragon's Revenge,GEN,Misc,Tengen,Tengen,,,,,,,1993-01-01, -/games/boxart/default.jpg,Dragons & Titans,OSX,Misc,"Thunderstorm Entertainment Inc.,",Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Dragons & Titans,PC,Misc,"Thunderstorm Entertainment Inc.,",Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Dragons & Titans,BRW,Misc,"Thunderstorm Entertainment Inc.,",Unknown,,,,,,,2013-02-04, -/games/boxart/default.jpg,Dragons of Atlantis: Heirs of the Dragon,And,Misc,Kabam,Unknown,,,,,,,2013-08-14, -/games/boxart/default.jpg,Dragons World,And,Misc,Social Quantum,Unknown,,,,,,,2013-12-21, -/games/boxart/default.jpg,dragonvale,And,Misc,Backflip Studios,Unknown,,,,,,,2011-09-14, -/games/boxart/default.jpg,DRAKERZ-Confrontation,PC,Misc,Unknown,Unknown,,,,,,,2014-05-19, -/games/boxart/full_8108527AmericaFrontccc.jpg,Draw,XBL,Misc,Microsoft,Unknown,,,,,,,2009-08-19, -/games/boxart/full_8473971AmericaFrontccc.jpg,Draw Something,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Draw Something,And,Misc,OMGPOP,Unknown,,,,,,,2012-02-01, -/games/boxart/default.jpg,Draw Something,WinP,Misc,Zynga,Unknown,,,,,,,2012-10-27, -/games/boxart/default.jpg,Dreadnought,PC,Misc,Unknown,Yager Development,,,,,,,, -/games/boxart/full_dream-audition_22JapanFront.jpg,Dream Audition,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2000-08-03, -/games/boxart/full_dream-audition-2_487JapanFront.jpg,Dream Audition 2,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2000-12-14, -/games/boxart/full_dream-audition-3_737JapanFront.jpg,Dream Audition 3,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2001-07-05, -/games/boxart/full_dream-audition-super-hit-disc-1_713JapanFront.jpg,Dream Audition Super Hit Disc 1,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2001-11-22, -/games/boxart/full_dream-audition-super-hit-disc-2_737JapanFront.jpg,Dream Audition Super Hit Disc 2,PS2,Misc,Jaleco,Jaleco Entertainment,,,,,,,2001-11-22, -/games/boxart/default.jpg,Dream League Soccer,And,Misc,First Touch,Unknown,,,,,,,2013-11-18, -/games/boxart/full_2925035JapanFrontccc.jpg,Dream Passport,DC,Misc,Sega,Sega,,,,,,,1998-01-01, -/games/boxart/full_8909286AmericaFrontccc.jpg,DreamCast Generator Vol.2,DC,Misc,Sega,Sega,,,,,,,2000-06-01, -/games/boxart/full_2684056JapanFrontccc.jpg,DreamFlyer,DC,Misc,Sega,Sega,,,,,,,1999-12-09, -/games/boxart/default.jpg,DreamOn Volume 1,DC,Misc,Sega,Sega,,,,,,,1999-01-01, -/games/boxart/default.jpg,DreamOn Volume 2,DC,Misc,Sega,Sega,,,,,,,2000-01-01, -/games/boxart/default.jpg,Dress To Play: Cute Witches!,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2012-11-08, -/games/boxart/full_9901677AmericaFrontccc.jpg,Drift,XBL,Misc,Microsoft,Polychrome,,,,,,,2008-11-12, -/games/boxart/full_4914089AmericaFrontccc.jpg,Drinkards,XBL,Misc,Microsoft,The Unallied,,,,,,,2009-10-26, -/games/boxart/default.jpg,Drop Zone: Under Fire,Wii,Misc,SelectSoft,Unknown,,,,,,,2012-10-04, -/games/boxart/default.jpg,Drox Operative,PC,Misc,Soldak Entertainment,Unknown,,,,,,,2012-11-29, -/games/boxart/default.jpg,Drox Operative,OSX,Misc,Soldak Entertainment,Unknown,,,,,,,2012-11-29, -/games/boxart/default.jpg,Drox Operative,Linux,Misc,Soldak Entertainment,Unknown,,,,,,,2012-11-29, -/games/boxart/full_7628380AmericaFrontccc.jpg,Drum XPlosion,XBL,Misc,Microsoft,Super Id,,,,,,,2009-04-18, -/games/boxart/full_5931378AmericaFrontccc.jpg,DrumKit,XBL,Misc,Microsoft,Big Daddio,,,,,,,2009-02-23, -/games/boxart/full_drums-challenge_768PALFront.png,Drums Challenge,PSN,Misc,Sanuk Games,Sanuk Games,,,,,,,2011-06-02, -/games/boxart/full_4356115JapanFrontccc.jpg,DS Calorie Navi,DS,Misc,IE Institute,IE Institute,,,,,,,2007-07-05, -/games/boxart/full_2218504JapanFrontccc.jpg,DS de Yomu Series: Tezuka Osamu Hi no Tori 1,DS,Misc,Compile Heart,Compile Heart,,,,,,,2008-07-31, -/games/boxart/full_8053351JapanFrontccc.jpg,DS de Yomu Series: Tezuka Osamu Hi no Tori 2,DS,Misc,Compile Heart,Compile Heart,,,,,,,2008-07-31, -/games/boxart/full_1283144JapanFrontccc.jpg,DS de Yomu Series: Tezuka Osamu Hi no Tori 3,DS,Misc,Compile Heart,Compile Heart,,,,,,,2008-07-31, -/games/boxart/full_8331977JapanFrontccc.jpg,DS Kageyama Method: Dennou Hanpuku - Chiri - Rekishi - Koumin - Maru x Maru Shakaika,DS,Misc,Shogakukan,Jupiter Corporation,,,,,,,2010-01-28, -/games/boxart/full_8299224JapanFrontccc.jpg,DS Kageyama Method: Tadashii Kanji Kakitori-Kun - Kondo wa KanKen Taisaku Dayo!,DS,Misc,Shogakukan,Jupiter Corporation,,,,,,,2007-11-29, -/games/boxart/default.jpg,DS Kokoro Nurie,DSiW,Misc,Nintendo,Cattle Call,,,,,,,2010-04-07, -/games/boxart/full_5586566JapanFrontccc.jpg,DS Motte Tabi ni Deyo: Kyoto,DS,Misc,JTB West,JTB West,,,,,,,2008-02-28, -/games/boxart/full_ds-pico-series-sanrio-no-party-heikou-oryouri-oshiyare-okaimono_151JapanFront.jpg,DS Pico Series: Sanrio no Party Heikou! Oryouri - Oshiyare - Okaimono,DS,Misc,Idea Factory,Compile Heart,,,,,,,2008-08-07, -/games/boxart/full_2445150JapanFrontccc.jpg,DS:Style Series: Anata mo DS de Classic Kiite Mimasenka?,DS,Misc,Square Enix,iNiS,,,,,,,2007-07-05, -/games/boxart/full_2243606JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - France-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-07-05, -/games/boxart/full_969365JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Hawaii-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-10-04, -/games/boxart/full_8556364JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Hong Kong-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, -/games/boxart/full_6825139JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Igirisu-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, -/games/boxart/full_7690264JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Italia-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-07-05, -/games/boxart/full_8994875JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - New York-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-10-04, -/games/boxart/full_5301635JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Seoul - Busan-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, -/games/boxart/full_1998564JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Shanghai-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-12-13, -/games/boxart/full_8560255JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Taiwan-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-10-04, -/games/boxart/full_7879866JapanFrontccc.jpg,DS:Style Series: Chikyuu no Arukikata DS - Thai-Hen,DS,Misc,Square Enix,Will,,,,,,,2007-07-05, -/games/boxart/full_5767651JapanFrontccc.jpg,DS:Style Series: Hana Saku DS Gardening Life,DS,Misc,Square Enix,Elements,,,,,,,2007-07-05, -/games/boxart/full_dual-pack-syphon-filter-logans-shadow-killzone-liberation_342AmericaFront.jpg,Dual Pack: Syphon Filter Logan's Shadow / Killzone Liberation,PSP,Misc,Sony Computer Entertainment,Various,,,,,,,2011-06-21, -/games/boxart/default.jpg,DUBWARS,And,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,DUBWARS,Ouya,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,DUBWARS,Linux,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,DUBWARS,OSX,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,DUBWARS,PC,Misc,Mura Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Ducati Challenge,And,Misc,Digital Tales,Unknown,,,,,,,2011-05-24, -/games/boxart/default.jpg,Duck Dynasty: Battle of the Beards,And,Misc,A&E Television Networks Mobile,Unknown,,,,,,,2013-10-23, -/games/boxart/default.jpg,Duck Tail,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-04-01, -/games/boxart/full_duckinator_151AmericaFront.jpg,Duckinator,XBL,Misc,Microsoft,MuleTrain Industries,,,,,,,2011-07-08, -/games/boxart/default.jpg,DuckTales: Scrooges Loot,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-09-18, -/games/boxart/default.jpg,Ducky Doodle 3D,And,Misc,Yamago,Unknown,,,,,,,2014-04-10, -/games/boxart/full_4929556JapanFrontccc.jpg,Duke Saraie no Kenkou Walking Navi,DS,Misc,Dorart,Dorart,,,,,,,2007-05-17, -/games/boxart/default.jpg,Dumb Ways to Die,And,Misc,Metro Trains Melbourne,Unknown,,,,,,,2013-05-07, -/games/boxart/default.jpg,Dungeon Highway,And,Misc,Substantial Inc.,Unknown,,,,,,,2014-02-05, -/games/boxart/default.jpg,Dungeon Hunter 4,And,Misc,Gameloft,Unknown,,,,,,,2013-04-11, -/games/boxart/full_dungeon-land_275JapanFront.jpg,Dungeon Land,GB,Misc,Enix,Random House,,,,,,,1992-12-15, -/games/boxart/full_4131391AmericaFrontccc.jpg,Dungeon of the Endless,PC,Misc,OnLine Studio Productions LLC,Unknown,,,,,,,2013-12-11, -/games/boxart/default.jpg,Dungeonland,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-01-29, -/games/boxart/default.jpg,Dungeonland,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-05-21, -/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,WiiU,Misc,Capcom,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,X360,Misc,Capcom,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,SAT,Misc,Capcom,Unknown,,,,,,,1996-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Shadow over Mystara,Arc,Misc,Capcom,Unknown,,,,,,,1996-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,X360,Misc,Capcom,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,WiiU,Misc,Capcom,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,PS3,Misc,Capcom,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,SAT,Misc,Capcom,Unknown,,,,,,,1999-01-01, -/games/boxart/default.jpg,Dungeons & Dragons: Tower of Doom,Arc,Misc,Capcom,Unknown,,,,,,,1993-01-01, -/games/boxart/default.jpg,Durango,Linux,Misc,Nexon,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Durango,And,Misc,Nexon,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Durango,PC,Misc,Nexon,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Duty of Sentinel,PC,Misc,Unknown,Unknown,,,,,,,2014-03-06, -/games/boxart/full_dx-bakenou-z_514JapanFront.jpg,DX Bakenou Z,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1992-04-17, -/games/boxart/full_497889JapanFrontccc.jpg,DX Game of Life,SAT,Misc,Takara,Takara,,,,,,,1995-12-15, -/games/boxart/full_6645755JapanFrontccc.jpg,DX Game of Life 2,SAT,Misc,Takara,Takara,,,,,,,1997-07-24, -/games/boxart/full_4005143JapanFrontccc.jpg,DX Jinsei Game III,PS,Misc,Takara,Takara,,,,,,,1999-12-02, -/games/boxart/full_9026037JapanFrontccc.jpg,DX Jinsei Game IV,PS,Misc,Takara,Takara,,,,,,,2001-11-29, -/games/boxart/full_5746575JapanFrontccc.jpg,DX Jinsei Game V,PS,Misc,Takara,Takara,,,,,,,2002-12-05, -/games/boxart/default.jpg,Dynamite Cop!,Arc,Misc,Sega,Unknown,,,,,,,1998-06-01, -/games/boxart/full_4207668PALFrontccc.png,EA Replay,PSN,Misc,Electronic Arts,Team Fusion,4.9,,,,,,2009-01-22, -/games/boxart/full_843758AmericaFrontccc.jpg,EA Sports Live Score Tracker,PSN,Misc,Unknown,Electronic Arts,,,,,,,, -/games/boxart/default.jpg,EA Sports Live Score Tracker,PC,Misc,EA Sports,Unknown,,,,,,,2007-10-23, -/games/boxart/default.jpg,East vs West: A Hearts of Iron Game,PC,Misc,Paradox Interactive,Unknown,,,,,,,2014-04-01, -/games/boxart/full_4421928AmericaFrontccc.jpg,Easter Bunneh,XBL,Misc,Microsoft,Soulfire Software,,,,,,,2009-04-09, -/games/boxart/default.jpg,Echoes of Eridu,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Eclipse War Online,PC,Misc,Unknown,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Ecolibrium,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-02-12, -/games/boxart/default.jpg,Eden Eternal,PC,Misc,Aeria Games & Entertainment,Unknown,,,,,,,2011-06-16, -/games/boxart/full_9768899JapanFrontccc.jpg,Edo Bunka Rekishi Kentei DS,DS,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2008-03-13, -/games/boxart/full_5383153JapanFrontccc.jpg,eexy life: East End X Yuri,PS,Misc,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,1996-10-25,2018-09-16 -/games/boxart/default.jpg,Egg Baby,And,Misc,Nix Hydra Games,Unknown,,,,,,,2013-03-25, -/games/boxart/default.jpg,Eien no Aseria: Kono Daichi no Hate de,PSP,Misc,CyberFront,Unknown,,,,,,,2012-03-08, -/games/boxart/full_9017668JapanFrontccc.jpg,Eigo Koubunhen: 26 Units,GBA,Misc,Keynet,Keynet,,,,,,,2001-08-31, -/games/boxart/full_4935404JapanFrontccc.jpg,Eigo o Taberu Fushigi na Ikimono Marsh,DS,Misc,Dimple Entertainment,Microvision,,,,,,,2007-10-25, -/games/boxart/full_eijukugo-target-1000-goukaku-boy-series-3_949JapanFront.jpg,Eijukugo Target 1000,GB,Misc,Imagineer,C-Lab,,,,,,,1997-03-28, -/games/boxart/full_4563244JapanFrontccc.jpg,Eijukugo Target 1000 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-08-09, -/games/boxart/full_100388JapanFrontccc.jpg,Eijukugohen: 650 Phrases,GBA,Misc,Keynet,Keynet,,,,,,,2001-08-31, -/games/boxart/full_eiken-2-kyuu-level-no-kaiwa-hyuugen-333-goukaku-boy-series-9_207JapanFront.jpg,Eiken 2-Kyuu Level no Kaiwa Hyuugen 333,GB,Misc,Imagineer,C-Lab,,,,,,,1997-10-31, -/games/boxart/full_4564805JapanFrontccc.jpg,Eiken DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2007-09-13, -/games/boxart/full_eiken-ou-2-kyuuhen_0JapanFront.jpg,Eiken-Ou: 2-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2008-03-06, -/games/boxart/full_eiken-ou-3-kyuuhen_3JapanFront.jpg,Eiken-Ou: 3-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2007-04-26, -/games/boxart/full_eiken-ou-4-kyuuhen_4JapanFront.jpg,Eiken-Ou: 4-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2007-04-26, -/games/boxart/full_eiken-ou-jun-2-kyuuhen_10JapanFront.jpg,Eiken-Ou: Jun-2-Kyuuhen,DS,Misc,Gakken,Gakken Index,,,,,,,2007-08-30, -/games/boxart/full_3268717JapanFrontccc.jpg,Eikou Seminar Koushiki DS Kyouzaki: Chuugakkou Eitango - Eitan Zamurai DS,DS,Misc,Educational Network,Educational Network,,,,,,,2009-03-26, -/games/boxart/full_7709848JapanFrontccc.jpg,Eikou Seminar Koushiki DS Kyouzaki: Shougakkou Eigo - Eitan Zamurai DS,DS,Misc,Educational Network,Educational Network,,,,,,,2009-03-26, -/games/boxart/default.jpg,Einherjar: The Viking's Blood,PC,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-02-06, -/games/boxart/full_4858418JapanFrontccc.jpg,Eisei Meijin,PS,Misc,Konami,Konami,,,,,,,1995-09-08, -/games/boxart/full_6659565JapanFrontccc.jpg,Eisei Meijin 3: Game Creator Yoshimura Nobuhiro no Zunou,DC,Misc,Konami,Konami,,,,,,,1999-07-08, -/games/boxart/full_163733JapanFrontccc.jpg,Eisei Meijin II,PS,Misc,Konami,Konami,,,,,,,1996-12-20, -/games/boxart/full_3784122JapanFrontccc.jpg,Eisei Meijin III,PS,Misc,Konami,Konami,,,,,,,1999-03-18, -/games/boxart/full_1474995JapanFrontccc.jpg,Eisei Meijin VI,GC,Misc,Konami,Konami,,,,,,,2002-09-26, -/games/boxart/full_8593357JapanFrontccc.jpg,Eisei Meijin VI,PS2,Misc,Konami,Konami,,,,,,,2002-02-28, -/games/boxart/full_eitango-target-1900-goukaku-boy-series-1_775JapanFront.jpg,Eitango Target 1900,GB,Misc,Imagineer,C-Lab,,,,,,,1996-12-13, -/games/boxart/full_3445833JapanFrontccc.jpg,Eitango Target 1900 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-08-10, -/games/boxart/full_294203JapanFrontccc.jpg,Eitangohen: 2000 Words,GBA,Misc,Keynet,Keynet,,,,,,,2001-08-31, -/games/boxart/default.jpg,El Chavo,Wii,Misc,Slang,Unknown,,,,,,,2012-04-27, -/games/boxart/default.jpg,El Chavo,PC,Misc,Capcom / Mitchell Corporation,Unknown,,,,,,,2013-08-08, -/games/boxart/default.jpg,El Chavo,OSX,Misc,Capcom / Mitchell Corporation,Unknown,,,,,,,2013-08-08, -/games/boxart/default.jpg,El Chavo Kart,PSV,Misc,Slang,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,El Chavo Kart,PS3,Misc,Slang,Unknown,,,,,,,2014-02-21, -/games/boxart/default.jpg,El Chavo Kart,X360,Misc,Slang,Unknown,,,,,,,2014-02-21, -/games/boxart/full_4552443AmericaFrontccc.jpg,Electroplankton: Beatnes,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, -/games/boxart/full_1389508AmericaFrontccc.jpg,Electroplankton: Hanenbow,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, -/games/boxart/full_9744145AmericaFrontccc.jpg,Electroplankton: Lumiloop,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, -/games/boxart/full_9996397AmericaFrontccc.jpg,Electroplankton: Luminarrow,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, -/games/boxart/full_2622407AmericaFrontccc.jpg,Electroplankton: Marine-Crystals,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, -/games/boxart/full_9930467AmericaFrontccc.jpg,Electroplankton: Nanocarp,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, -/games/boxart/full_1945552AmericaFrontccc.jpg,Electroplankton: Rec-Rec,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, -/games/boxart/full_6219808AmericaFrontccc.jpg,Electroplankton: Sun-Animalcule,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, -/games/boxart/full_5703821AmericaFrontccc.jpg,Electroplankton: Trapy,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-09, -/games/boxart/full_2123405AmericaFrontccc.jpg,Electroplankton: Varvoice,DSiW,Misc,Nintendo,Indies Zero,,,,,,,2009-11-23, -/games/boxart/default.jpg,Eleusis,PC,Misc,Unknown,Unknown,,,,,,,2013-10-16, -/games/boxart/full_7471075JapanFrontccc.jpg,Elevator Action Old & New,GBA,Misc,Media Kite,Media Kite,,,,,,,2002-12-20, -/games/boxart/default.jpg,ELGARD - MORPG,And,Misc,RntsMedia,Unknown,,,,,,,2012-11-06, -/games/boxart/default.jpg,Elite,MSX,Misc,Firebird,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Elite,ZXS,Misc,Firebird,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Elite,C64,Misc,Firebird,Unknown,,,,,,,1985-01-01, -/games/boxart/full_6029043PALFrontccc.jpg,Elite,ApII,Misc,Firebird,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Elite,AST,Misc,Firebird,Unknown,,,,,,,1988-01-01, -/games/boxart/default.jpg,Elite,Amig,Misc,Firebird,Unknown,,,,,,,1988-01-01, -/games/boxart/full_9285175PALFrontccc.jpg,Elite,Aco,Misc,Frontier Developments Inc.,Unknown,,,,,,,1984-09-20, -/games/boxart/full_2153187PALFrontccc.jpg,Elite,BBCM,Misc,Frontier Developments Inc.,Unknown,,,,,,,1984-09-20, -/games/boxart/default.jpg,Elite,MSD,Misc,Firebird,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Elite Pinball HD,XBL,Misc,Unknown,Frozen North,,,,,,,, -/games/boxart/default.jpg,Emergency Ambulance Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2012-03-14, -/games/boxart/default.jpg,Empire Builder: Ancient Egypt,3DS,Misc,JoWood,Unknown,,,,,,,2012-12-20, -/games/boxart/default.jpg,Empire Z,And,Misc,Ember Entertainment,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Empire: Four Kingdoms,And,Misc,Goodgame Studios,Unknown,,,,,,,2013-03-12, -/games/boxart/full_ename-asatarou-oshima-takeo-no-jissen-mahjong-kyoushitsu_538JapanFront.jpg,Ename Asatarou + Oshima Takeo no Jissen Mahjong Kyoushitsu,GB,Misc,Gaps,Gaps,,,,,,,1998-12-25, -/games/boxart/default.jpg,Enchanted Cavern,PC,Misc,Alawar Entertainment,Unknown,,,,,,,2013-03-10, -/games/boxart/default.jpg,Enchanted Cavern,OSX,Misc,Alawar Entertainment,Unknown,,,,,,,2014-03-13, -/games/boxart/default.jpg,End of Serenity,And,Misc,Kemco,Unknown,,,,,,,2012-11-12, -/games/boxart/default.jpg,End of Serenity,PSP,Misc,Natsume,Unknown,,,,,,,2014-06-24, -/games/boxart/default.jpg,Endless Apples,PSV,Misc,Unknown,Unknown,,,,,,,2014-03-05, -/games/boxart/full_1086596AmericaFrontccc.png,Endless Legend,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2014-09-18, -/games/boxart/default.jpg,Endless Space,OSX,Misc,Iceberg Interactive,Unknown,,,,,,,2012-08-24, -/games/boxart/full_8189117AmericaFrontccc.jpg,Endlessly,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1995-01-01, -/games/boxart/default.jpg,EndWar Online,PCFX,Misc,Ubisoft Shanghai,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,EndWar Online,OSX,Misc,Ubisoft,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,EndWar Online,PC,Misc,Ubisoft,Unknown,,,,,,,2020-12-31, -/games/boxart/full_1533788JapanFrontccc.jpg,Enpitsu de Oku no Hosomichi DS,DS,Misc,Success,Success,,,,,,,2007-05-31, -/games/boxart/full_3802866AmericaFrontccc.jpg,Enzai - Falsely Accused - eine falsche Beschuldi-gung,PC,Misc,Jast,Langmaor,,,,,,,2006-01-31, -/games/boxart/default.jpg,Epic Mickey: The Power of Illusion,3DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Episode: Choose Your Story,And,Misc,Episode Interactive,Unknown,,,,,,,2014-02-20, -/games/boxart/default.jpg,EPOCH.,PC,Misc,Raw Fury,Unknown,,,,,,,2014-06-05, -/games/boxart/full_5044238JapanFrontccc.jpg,EQ Trainer DS: Dekiru Otona no Communication Jutsu,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2007-03-08, -/games/boxart/default.jpg,Escape - Living Room,And,Misc,Mobest Media,Unknown,,,,,,,2013-04-20, -/games/boxart/default.jpg,Escape from LaVille,And,Misc,Gabriele Pellistri,Unknown,,,,,,,2011-08-11, -/games/boxart/7827002ccc.jpg,Escape From Paradise,PC,Misc,DreamCatcher Interactive,Unknown,,,,,,,2008-03-26, -/games/boxart/default.jpg,Escape from zombies,3DS,Misc,Tom Create,Unknown,,,,,,,2013-10-10, -/games/boxart/default.jpg,Escape Goat 2,PC,Misc,Double Fine Productions,Unknown,,,,,,,2014-03-24, -/games/boxart/default.jpg,Escape The Ape,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-12-08, -/games/boxart/default.jpg,Escape The Ape,And,Misc,Big Fish Games,Unknown,,,,,,,2013-03-02, -/games/boxart/default.jpg,Escape The Lost Kingdom: The Forgotten Pharaoh,PC,Misc,Strategy First,Unknown,,,,,,,2010-08-06, -/games/boxart/default.jpg,Escape the Mansion,And,Misc,Gipnetix Games,Gipnetix Games,,,,,,,2014-02-23, -/games/boxart/default.jpg,Escape the Virus: Shoot'Em Up!,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-30, -/games/boxart/default.jpg,Escape the Virus: Shoot'Em Up!,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-08-30, -/games/boxart/default.jpg,Escape the Virus: Swarm Survival,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-06-28, -/games/boxart/default.jpg,Escape the Virus: Swarm Survival,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-06-28, -/games/boxart/default.jpg,Escape Trick: Convience Store,DSi,Misc,Intense,Unknown,,,,,,,2011-11-17, -/games/boxart/default.jpg,Escape Trick: Convience Store,3DS,Misc,Intense,Unknown,,,,,,,2011-11-17, -/games/boxart/default.jpg,Escape Trick: Ninja Castle,3DS,Misc,Intense,Unknown,,,,,,,2011-12-15, -/games/boxart/default.jpg,Escape Trick: Ninja Castle,DSi,Misc,Intense,Unknown,,,,,,,2011-09-22, -/games/boxart/default.jpg,escapeVektor,3DS,Misc,Nnooo,Unknown,,,,,,,2012-12-20, -/games/boxart/full_esse-rakuraku-kakeibo_427JapanFront.jpg,ESSE Rakuraku Kakeibo,3DS,Misc,IE Institute,IE Institute,,,,,,,2011-12-22, -/games/boxart/full_7303506JapanFrontccc.jpg,ESSE Shikkari Kakeibo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-10-25, -/games/boxart/full_etch-a-sketch_794AmericaFront.jpg,Etch A Sketch,PC,Misc,Mumbo Jumbo,GameShastra,,,,,,,2008-10-14, -/games/boxart/default.jpg,Eternity Warriors 3,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-08, -/games/boxart/default.jpg,Etherium,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Europa Universalis IV,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Europa Universalis IV,Linux,Misc,Paradox Interactive,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Everest,PC,Misc,Activision Value,Unknown,,,,,,,2004-03-02, -/games/boxart/full_everybodys-stress-buster_693PALFront.png,Everybody's Stress Buster,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2010-12-22, -/games/boxart/default.jpg,Evofish,WiiU,Misc,Bulkypix,Unknown,,,,,,,2014-04-03, -/games/boxart/default.jpg,Evofish,And,Misc,Bulkypix,Unknown,,,,,,,2013-12-03, -/games/boxart/default.jpg,Evoland,OSX,Misc,Shiro Games,Unknown,,,,,,,2013-04-04, -/games/boxart/default.jpg,Evolution RTS,PC,Misc,Unknown,Unknown,,,,,,,2014-04-04, -/games/boxart/default.jpg,Evolution: Battle for Utopia,And,Misc,MY.COM,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Evopollution,PC,Misc,Unknown,Unknown,,,,,,,2014-04-23, -/games/boxart/full_ex-jinsei-game_9JapanFront.jpg,EX Jinsei Game,PS2,Misc,Takara,Takara,,,,,,,2002-03-07, -/games/boxart/full_ex-jinsei-game-ii_9JapanFront.jpg,EX Jinsei Game II,PS2,Misc,Takara,Takara,,,,,,,2003-11-06, -/games/boxart/full_2847531AmericaFrontccc.jpg,Exhibition Volume 1,X360,Misc,Microsoft Game Studios,Various,,,,,,,2007-01-01,2018-10-08 -/games/boxart/default.jpg,Explosive Dinosaurs,PC,Misc,Unknown,Unknown,,,,,,,2015-04-01, -/games/boxart/default.jpg,Explosive Dinosaurs,Ouya,Misc,Unknown,Unknown,,,,,,,2015-04-01, -/games/boxart/default.jpg,Expo Bingo!,PC,Misc,Nexon America,Unknown,,,,,,,2005-05-11, -/games/boxart/full_extreme-ghostbusters-creativity-centre_7PALFront.jpg,Extreme Ghostbusters: Creativity Centre,PC,Misc,LSP Games,LSP Games,,,,,,,2001-01-01, -/games/boxart/full_3324444AmericaFrontccc.png,Extreme Pinball,PSN,Misc,Sony Computer Entertainment,Epic Games,,,,,,,2010-01-28, -/games/boxart/full_8120324AmericaFrontccc.jpg,Extreme Pinball,PC,Misc,Electronic Arts,Digital Extremes,,,,,,,1995-01-01, -/games/boxart/default.jpg,Extreme Road Trip 2,And,Misc,Roofdog Games,Unknown,,,,,,,2013-01-17, -/games/boxart/full_2732084AmericaFrontccc.jpg,Extreme RPS Online,XBL,Misc,Microsoft,MonkeyWare Studios,,,,,,,2009-08-02, -/games/boxart/full_8092218AmericaFrontccc.jpg,Eye-Ball,XBL,Misc,Microsoft,Von Chrono,,,,,,,2009-07-29, -/games/boxart/full_3125762AmericaFrontccc.jpg,EyeCandy: Chromadose,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-06-10, -/games/boxart/full_3520068AmericaFrontccc.jpg,EyeCreate,PSN,Misc,Sony Computer Entertainment,London Studios,,,,,,,2007-10-23,2018-09-24 -/games/boxart/full_1783872PALFrontccc.jpg,EyeToy Play: Astro Zoo,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-02, -/games/boxart/full_8408503PALFrontccc.jpg,EyeToy Play: Hero,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-11-12, -/games/boxart/full_8483413PALFrontccc.jpg,EyeToy Play: PomPom Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-11-12, -/games/boxart/default.jpg,EyeToy: Active,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2005-02-01, -/games/boxart/full_74031PALFrontccc.jpg,EyeToy: Chat,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-04-01, -/games/boxart/full_8247654JapanFrontccc.jpg,EZ-Talk Shokyuuhen 1,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, -/games/boxart/full_4701272JapanFrontccc.jpg,EZ-Talk Shokyuuhen 1-6 Kan Set,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-03-21, -/games/boxart/full_9475675JapanFrontccc.jpg,EZ-Talk Shokyuuhen 2,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, -/games/boxart/full_5005530JapanFrontccc.jpg,EZ-Talk Shokyuuhen 3,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, -/games/boxart/full_7083996JapanFrontccc.jpg,EZ-Talk Shokyuuhen 4,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, -/games/boxart/full_5049630JapanFrontccc.jpg,EZ-Talk Shokyuuhen 5,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, -/games/boxart/full_9271705JapanFrontccc.jpg,EZ-Talk Shokyuuhen 6,GBA,Misc,Keynet,"Nd Cube Co., Ltd.",,,,,,,2001-08-01, -/games/boxart/full_3778863AmericaFrontccc.jpg,ezmuze+: Hamst3r edition,XBL,Misc,Microsoft,Mad Ninja Skillz,,,,,,,2009-05-06, -/games/boxart/full_762297AmericaFrontccc.jpg,EZmuze: Break / House Edition,XBL,Misc,Microsoft,Mad Ninja Skillz,,,,,,,2008-12-19, -/games/boxart/default.jpg,F-Zero: Maximum Velocity,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-17, -/games/boxart/4927822ccc.jpg,Fable II Pub Games,XBL,Misc,Microsoft Game Studios,Lionhead Studios,5.2,,,,,,2008-08-13, -/games/boxart/full_1988744AmericaFrontccc.jpg,Faceez,DSiW,Misc,Neko Entertainment,Neko Entertainment,,,,,,,2010-02-22, -/games/boxart/full_faceez-monsters_193AmericaFront.jpg,Faceez: Monsters!,DSiW,Misc,Neko Entertainment,Neko Entertainment,,,,,,,2011-03-28, -/games/boxart/default.jpg,Fail Hard,And,Misc,Fingersoft,Unknown,,,,,,,2014-01-12, -/games/boxart/default.jpg,Fairy Bloom Freesia,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2012-10-17, -/games/boxart/full_fairy-kitty-no-kaiun-jiten-yousei-no-kuni-no-uranai-shugyou_835JapanFront.jpg,Fairy Kitty no Kaiun Jiten: Yousei no Kuni no Uranai Shugyou,GB,Misc,Imagineer,Imagineer,,,,,,,1998-12-11, -/games/boxart/default.jpg,"Fairy Tale About Father Frost, Ivan and Nastya",PC,Misc,1C Company,Unknown,,,,,,,2000-12-20, -/games/boxart/full_falcom-classics_722JapanFront.jpg,Falcom Classics,SAT,Misc,Victor Interactive,Nihon Falcom Corporation,,,,,,,1997-11-06, -/games/boxart/full_falcom-classics-collection_252JapanFront.jpg,Falcom Classics Collection,SAT,Misc,Victor Interactive,Nihon Falcom Corporation,,,,,,,1999-03-04, -/games/boxart/full_falcom-classics-ii_142JapanFront.jpg,Falcom Classics II,SAT,Misc,Victor Interactive,Nihon Falcom Corporation,,,,,,,1998-10-29, -/games/boxart/default.jpg,Fall Out Bird,And,Misc,Mass Threat,Unknown,,,,,,,2014-02-20, -/games/boxart/default.jpg,Fall Weiss,PC,Misc,Unknown,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Fallout 3 & Oblivion Double Pack,PC,Misc,Bethesda Softworks,Unknown,,,,,,,2012-04-03, -/games/boxart/default.jpg,Fallout 3 & Oblivion Double Pack,X360,Misc,Bethesda Softworks,Unknown,,,,,,,2012-04-03, -/games/boxart/default.jpg,Famaze,PC,Misc,Unknown,Unknown,,,,,,,2014-05-05, -/games/boxart/full_1706580PALFrontccc.jpg,Fame Academy,PC,Misc,Ubisoft,Monte Cristo Multimedia,,,,,,,2003-10-31, -/games/boxart/full_6236017PALFrontccc.jpg,Fame Academy,PS2,Misc,Ubisoft,Monte Cristo Multimedia,,,,,,,2003-11-21, -/games/boxart/full_3154469JapanFrontccc.jpg,Famicom Igo Nyuumon,NES,Misc,I'Max,Unknown,,,,,,,1991-11-29, -/games/boxart/full_7688281JapanFrontccc.jpg,Famicom Shogi: Ryuu-Ou-Sen,NES,Misc,I'Max,Home Data,,,,,,,1991-02-15, -/games/boxart/full_1693545AmericaFrontccc.jpg,Family & Friends Party,WW,Misc,Gammick Entertainment,Gammick Entertainment,,,,,,,2009-03-02, -/games/boxart/default.jpg,Family Bowling 3D,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-10-03, -/games/boxart/full_8045923AmericaFrontccc.jpg,Family Card Games,WW,Misc,Aksys Games,Arc System Works,,,,,,,2009-11-02, -/games/boxart/default.jpg,Family Farm Seaside,And,Misc,Rich Olson,Unknown,,,,,,,2013-02-02, -/games/boxart/6610478ccc.jpg,Family Feud,PS2,Misc,Global Star Software,Ingram Entertainment,,,,,,,2006-10-12, -/games/boxart/1492415ccc.jpg,Family Feud,SNES,Misc,GameTek,"Imagineering, Inc.",,,,,,,1993-10-01, -/games/boxart/3370502ccc.jpg,Family Feud,NES,Misc,GameTek,Beam Software,,,,,,,1991-05-01, -/games/boxart/263303ccc.jpg,Family Feud,3DO,Misc,GameTek,Eurocom Entertainment Software,,,,,,,1994-01-01, -/games/boxart/7537239ccc.jpg,Family Feud,GBA,Misc,Global Star Software,Ingram Entertainment,,,,,,,2006-10-12, -/games/boxart/full_8796991AmericaFrontccc.jpg,Family Feud,PC,Misc,Global Star Software,Ingram Entertainment,,,,,,,2006-09-26, -/games/boxart/full_2821402AmericaFrontccc.jpg,Family Feud,GEN,Misc,GameTek,Eurocom Entertainment Software,,,,,,,1993-01-01, -/games/boxart/full_family-feud_0AmericaFront.jpg,Family Feud,PSN,Misc,Ludia,Ludia Inc.,,,,,,,2010-07-06, -/games/boxart/full_4474050AmericaFrontccc.png,Family Feud 2,And,Misc,Unknown,Ludia,,,,,,,2014-04-01, -/games/boxart/full_6638560AmericaFrontccc.jpg,Family Feud Collection,PC,Misc,iWin,iWin,,,,,,,2009-08-24, -/games/boxart/full_family-games_526AmericaFront.jpg,Family Games: Pen & Paper Edition!,WW,Misc,Icon Games,Icon Games,,,,,,,2010-12-13, -/games/boxart/full_family-games-pen-ampamp-paper-edition_724PALFront.png,Family Games: Pen & Paper Edition!,PSN,Misc,Icon Games,Icon Games,,,,,,,2011-01-04, -/games/boxart/default.jpg,Family Guy Time Warped,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-05-16, -/games/boxart/default.jpg,Family Guy: The Quest for Stuff,And,Misc,"TinyCo, Inc.",Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Family Kart 3D,3DS,Misc,Arc System Works,Unknown,,,,,,,2013-08-01, -/games/boxart/full_1287273JapanFrontccc.jpg,Family Mahjong,NES,Misc,Namco,Nihon Bussan,,,,,,,1987-08-11, -/games/boxart/full_9747592JapanFrontccc.jpg,Family Mahjong II: Shanghai he no Michi,NES,Misc,Namco,Nihon Bussan,,,,,,,1988-11-25, -/games/boxart/full_600969AmericaFrontccc.jpg,Family Pirate Party,WW,Misc,Aksys Games,Arc System Works,,,,,,,2009-05-11, -/games/boxart/default.jpg,Family Table Tennis,3DS,Misc,Aksys Games,Unknown,,,,,,,2013-09-26, -/games/boxart/full_family-trainer-meiro-daisakusen_903JapanFront.jpg,Family Trainer: Meiro Daisakusen,NES,Misc,Bandai,Bandai,,,,,,,1987-07-31, -/games/boxart/full_family-trainer-rairai-kyonshizu-baby-kyonshii-no-amida-daibouken_190JapanFront.jpg,Family Trainer: Rairai Kyonshizu: Baby Kyonshii no Amida Daibouken,NES,Misc,Bandai,Bandai,,,,,,,1989-01-26, -/games/boxart/full_family-trainer-tostugeki-fuuun-takeshi-shiro_46JapanFront.jpg,Family Trainer: Tostugeki! Fuuun Takeshi Shiro,NES,Misc,Bandai,Bandai,,,,,,,1987-12-28, -/games/boxart/full_4291222JapanFrontccc.jpg,Fantastic Marchen: Cake-yasan Monogatari + Doubutsu Chara Navi Uranai Kosei Shinri Gaku,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2002-11-01, -/games/boxart/full_fantastic-pinball-kyutenkai_769JapanFront.jpg,Fantastic Pinball Kyutenkai,PS,Misc,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-03-31, -/games/boxart/full_fantastic-pinball-kyutenkai_808JapanFront.jpg,Fantastic Pinball Kyutenkai,SAT,Misc,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1995-08-25, -/games/boxart/default.jpg,Fantastic Tambourine,WW,Misc,Unknown,Zoom,,,,,,,, -/games/boxart/default.jpg,Fantasy Grounds,PC,Misc,Unknown,Unknown,,,,,,,2014-05-09, -/games/boxart/default.jpg,Fantasy Hero: Unsigned Legacy,PSV,Misc,Arc System Works,Unknown,,,,,,,2014-12-02, -/games/boxart/full_fantasy-slots-adventure-slots-and-games_7AmericaFront.jpg,Fantasy Slots: Adventure Slots and Games,WW,Misc,Big John Games,Big John Games,,,,,,,2010-08-02, -/games/boxart/full_fantasy-slots-adventure-slots-and-games_299AmericaFront.jpg,Fantasy Slots: Adventure Slots and Games,DSiW,Misc,Big John Games,Big John Games,,,,,,,2010-12-27, -/games/boxart/default.jpg,Fantasy Town,And,Misc,Gameloft,Unknown,,,,,,,2011-12-07, -/games/boxart/default.jpg,Far Cry 2 / Tom Clancy's Ghost Recon Advanced Warfighter Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, -/games/boxart/default.jpg,Far Cry 3: Blood Dragon,PS3,Misc,Ubisoft,Unknown,,,,,,,2013-05-01, -/games/boxart/default.jpg,Far Cry 3: Blood Dragon,X360,Misc,Ubisoft,Unknown,,,,,,,2013-05-01, -/games/boxart/default.jpg,Farm Defense Puzzle,And,Misc,Unknown,Unknown,,,,,,,2014-04-26, -/games/boxart/default.jpg,Farm Frenzy 4,OSX,Misc,Big Fish Games,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Farm Frenzy 4,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Farm Heroes Saga,BRW,Misc,King.com,Unknown,,,,,,,2013-03-26, -/games/boxart/default.jpg,Farm Heroes Saga,And,Misc,King.com,Unknown,,,,,,,2014-01-03, -/games/boxart/default.jpg,Farm Story,And,Misc,TeamLava,Unknown,,,,,,,2013-03-05, -/games/boxart/default.jpg,Farming USA,And,Misc,Michael Bowen,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Farming World,OSX,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Farming World,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,FarmVille 2: Country Escape,And,Misc,Zynga,Unknown,,,,,,,2014-04-16, -/games/boxart/default.jpg,Fashion Story,And,Misc,TeamLava,Unknown,,,,,,,2011-03-31, -/games/boxart/default.jpg,Fast & Furious 6: The Game,And,Misc,Kabam,Unknown,,,,,,,2013-05-15, -/games/boxart/5329853ccc.jpg,Fat Bobby,Lynx,Misc,Telegames,Telegames,,,,,,,1997-01-01, -/games/boxart/default.jpg,Fatal Hearts,PC,Misc,Fabio Ricci,Unknown,,,,,,,2014-02-14, -/games/boxart/full_fathammer-classics-pack_4AmericaFront.jpg,Fathammer Classics Pack,GIZ,Misc,Gizmondo Studios,AI Factory,,,,,,,2005-10-22, -/games/boxart/5434524ccc.jpg,Fatty Bear's Birthday Surprise,3DO,Misc,3DO,Humongous Entertainment,,,,,,,1993-01-01, -/games/boxart/1101316ccc.jpg,Fatty Bear's Birthday Surprise,PC,Misc,Humongous,Humongous Entertainment,,,,,,,1993-01-01, -/games/boxart/full_fatty-bears-fun-pack_7JapanFront.jpg,Fatty Bear's Fun Pack,3DO,Misc,Media.Vision Entertainment,Humongous Entertainment,,,,,,,1994-08-06, -/games/boxart/full_fawnix_548AmericaFront.jpg,Fawnix,XBL,Misc,Microsoft,EPITFOG,,,,,,,2011-07-20, -/games/boxart/default.jpg,Fearless Fantasy,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Feeding Frenzy 2 Deluxe,PC,Misc,PopCap Games,PopCap,,,,,,,2006-08-30, -/games/boxart/full_feel-for-two_1PALFront.jpg,Feel for Two,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-05-26, -/games/boxart/default.jpg,Fenix Rage,PS4,Misc,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Fenix Rage,PC,Misc,Green Lava Studios,Unknown,,,,,,,2014-09-24, -/games/boxart/default.jpg,Ferris Mueller's Day Off,And,Misc,Glitch Games,Unknown,,,,,,,2014-01-15, -/games/boxart/full_294098JapanFrontccc.jpg,Fever 2: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2000-05-02, -/games/boxart/full_5308285JapanFrontccc.jpg,Fever 3: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2000-11-02, -/games/boxart/full_3566941JapanFrontccc.jpg,Fever 4: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2001-03-08, -/games/boxart/full_2331550JapanFrontccc.jpg,Fever 5: Sankyo Koushiki Pachinko Simulation,PS,Misc,ICS,ICS,,,,,,,2001-09-20, -/games/boxart/full_fever-sankyo-koushiki-pachinko-simulation-for-wonderswan_9JapanFront.jpg,Fever Sankyo Koushiki Pachinko Simulation for WonderSwan,WS,Misc,Bec,Bec,,,,,,,1999-12-09, -/games/boxart/full_8443270JapanFrontccc.jpg,Fever: Sankyo Koushiki Pachinko Simulation,PS,Misc,Ichikawa,Ichikawa,,,,,,,1999-11-11, -/games/boxart/full_8720178AmericaFrontccc.jpeg,Fez,PS4,Misc,Polytron,Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,Fez,PSV,Misc,Polytron,Unknown,,,,,,,2014-03-25, -/games/boxart/1308581ccc.jpg,Fidelity Ultimate Chess Challenge,Lynx,Misc,Telegames,"Telegames, Inc.",,,,,,,1992-01-01, -/games/boxart/default.jpg,FIFA 13,PS2,Misc,EA Sports,Unknown,,,,,,,2012-09-25, -/games/boxart/default.jpg,FIFA Street,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_4490981PALFrontccc.jpg,FightBox,GBA,Misc,BBC Multimedia,Gamezlab,,,,,,,2004-02-06, -/games/boxart/default.jpg,Fighting Fantasy: Starship Traveller,And,Misc,Tin Man Games,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Final Fantasy,GBA,Misc,Nintendo,Unknown,,,,,,,2004-11-29, -/games/boxart/default.jpg,Final Fantasy II,GBA,Misc,Nintendo,Unknown,,,,,,,2004-11-29, -/games/boxart/default.jpg,Final Fantasy II,PSP,Misc,Square Enix,Unknown,,,,,,,2007-07-24, -/games/boxart/default.jpg,Final Fantasy IV,PSP,Misc,Square Enix,Unknown,,,,,,,2011-04-19, -/games/boxart/default.jpg,Final Fantasy IV,Wii,Misc,Square Enix,Unknown,,,,,,,2010-03-08, -/games/boxart/default.jpg,Final Fantasy IV,GBA,Misc,Square Enix,Unknown,,,,,,,2005-12-12, -/games/boxart/default.jpg,Final Fantasy IV,TG16,Misc,ArtDink,Unknown,,,,,,,1993-06-11, -/games/boxart/default.jpg,Final Fantasy Tactics,And,Misc,Square Enix,Unknown,,,,,,,2013-02-14, -/games/boxart/default.jpg,Final Fantasy Tactics,PSP,Misc,Square Enix,Unknown,,,,,,,2007-10-09, -/games/boxart/default.jpg,Final Fantasy VI,GBA,Misc,Nintendo,Unknown,,,,,,,2007-02-05, -/games/boxart/default.jpg,Final Fight,GBA,Misc,Capcom,Unknown,,,,,,,2001-09-26, -/games/boxart/default.jpg,Final Fight,SCD,Misc,Sega,Unknown,,,,,,,1993-04-03, -/games/boxart/default.jpg,Final Fight,ZXS,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Final Fight,C64,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Final Fight,AST,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Final Fight,Amig,Misc,U.S. Gold,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Final Fight,Arc,Misc,Capcom,Unknown,,,,,,,1989-12-01, -/games/boxart/default.jpg,Final Fight,WiiU,Misc,Capcom,Unknown,,,,,,,2013-10-03, -/games/boxart/default.jpg,Final Fight 2,WiiU,Misc,Capcom,Unknown,,,,,,,2013-10-03, -/games/boxart/default.jpg,Final Fight 3,WiiU,Misc,Capcom,Unknown,,,,,,,2013-10-03, -/games/boxart/default.jpg,Final Rush,PC,Misc,Unknown,Unknown,,,,,,,2013-09-17, -/games/boxart/full_9228151JapanFrontccc.jpg,Find Love 2: The Prologue,SAT,Misc,Daiki,Daiki,,,,,,,1998-06-04, -/games/boxart/full_550476AmericaFrontccc.jpg,Find Teddy,XBL,Misc,Microsoft,Stephen M Bennett,,,,,,,2009-02-09, -/games/boxart/9173461ccc.jpg,Finding Nemo: Learning With Nemo,PC,Misc,Buena Vista,InLight Entertainment,,,,,,,2005-10-05, -/games/boxart/full_finger-connection_6AmericaFront.jpg,Finger Connection,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-04, -/games/boxart/full_8787929AmericaFrontccc.jpg,Fire,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-16, -/games/boxart/default.jpg,Fire Emblem: Ankoku Ryu to Hikari no Tsurugi,3DS,Misc,Nintendo,Intelligent Systems,,,,,,,2012-08-01,2018-08-06 -/games/boxart/default.jpg,Fire Pro Wrestling Returns,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-04-23, -/games/boxart/full_6155774AmericaFrontccc.jpg,Firecracker HD,XBL,Misc,Microsoft,yaystuff,,,,,,,2009-12-27, -/games/boxart/default.jpg,Firefighters 2014,PC,Misc,Rondomedia,Unknown,,,,,,,2014-05-21, -/games/boxart/full_1277387AmericaFrontccc.jpg,Fireplace,XBL,Misc,Microsoft,SniperED007,,,,,,,2008-12-21, -/games/boxart/full_954666AmericaFrontccc.jpg,Firewatch,Linux,Misc,Unknown,Unknown,,,,,,,2016-02-09, -/games/boxart/full_9856925AmericaFrontccc.jpg,Firewatch,OSX,Misc,Unknown,Unknown,,,,,,,2016-02-09, -/games/boxart/full_6271248AmericaFrontccc.jpg,Fireworks HD,XBL,Misc,Microsoft,Squimball,,,,,,,2009-07-16, -/games/boxart/full_2787601AmericaFrontccc.jpg,Fireworks Screensaver,XBL,Misc,Microsoft,lutas,,,,,,,2009-09-25, -/games/boxart/full_6099271AmericaFrontccc.jpg,Fireworks Spectacular,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-02, -/games/boxart/full_6991227AmericaFrontccc.jpg,Fish Racer Arcade,XBL,Misc,Microsoft,Kytin,,,,,,,2009-04-01, -/games/boxart/full_1564755AmericaFrontccc.jpg,Fishbowl,XBL,Misc,Microsoft,NEARFANTASTlCA,,,,,,,2009-01-20, -/games/boxart/9483478ccc.jpg,Fisher Price: Firehouse Rescue,NES,Misc,GameTek,Imagineering Inc.,,,,,,,1990-03-01, -/games/boxart/5029319ccc.jpg,Fisher Price: I Can Remember,NES,Misc,GameTek,Beam Software,,,,,,,1990-03-01, -/games/boxart/8755679ccc.jpg,Fisher Price: Perfect Fit,NES,Misc,GameTek,Beam Software,,,,,,,1990-03-01, -/games/boxart/default.jpg,Fishing Paradise 3D,And,Misc,Bass Professor,Unknown,,,,,,,2013-04-12, -/games/boxart/default.jpg,Fist Puncher,PC,Misc,Adult Swim,Unknown,,,,,,,2013-06-21, -/games/boxart/default.jpg,Fist Puncher,X360,Misc,Adult Swim,Unknown,,,,,,,2013-07-31, -/games/boxart/default.jpg,Fist Puncher,Ouya,Misc,Adult Swim,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Fistful of Frags,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-09, -/games/boxart/default.jpg,Fistful of Frags,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-09, -/games/boxart/default.jpg,Fistful of Frags,PC,Misc,Unknown,Unknown,,,,,,,2014-05-09, -/games/boxart/default.jpg,Fit Music,Wii,Misc,Electric Dreams Software,Unknown,,,,,,,2012-04-15, -/games/boxart/default.jpg,Fiz: The Brewery Management Game,And,Misc,"Bit By Bit Studios, LLC",Unknown,,,,,,,2013-12-19, -/games/boxart/default.jpg,Flag Quiz,And,Misc,Unknown,Unknown,,,,,,,2014-06-19, -/games/boxart/default.jpg,Flame Over,PSV,Misc,Laughing Jackal,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Flap for Life,And,Misc,Unknown,Unknown,,,,,,,2014-03-09, -/games/boxart/default.jpg,Flappy Bird,And,Misc,Codemasters Online,Unknown,,,,,,,2013-05-24, -/games/boxart/default.jpg,Flappy Fin & Friends,And,Misc,Go Games Limited,Unknown,,,,,,,2014-02-24, -/games/boxart/full_9095979AmericaFrontccc.jpg,Flash Cards for Kids,XBL,Misc,Microsoft,Talryyn,,,,,,,2009-09-04, -/games/boxart/full_flash-sega-saturn-ochikazuki-hen_670JapanFront.jpg,Flash Sega Saturn: Ochikazuki-hen,SAT,Misc,Sega,Sega,,,,,,,1996-01-01, -/games/boxart/default.jpg,Flashback (2013),PS3,Misc,Ubisoft,Unknown,,,,,,,2013-10-02, -/games/boxart/default.jpg,Flashback (2013),X360,Misc,Ubisoft,Unknown,,,,,,,2013-08-21, -/games/boxart/full_7795334AmericaFrontccc.jpg,Flashback (2013),PC,Misc,Ubisoft,Unknown,,,,,,,2013-10-01, -/games/boxart/full_flashlight_5AmericaFront.jpg,Flashlight,DSiW,Misc,Kaasa Solution,Kaasa Solution,,,,,,,2010-10-25, -/games/boxart/default.jpg,Flick Home Run! : Zombies,And,Misc,infinity pocket,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Flight Control,And,Misc,Namco Bandai Games,Unknown,,,,,,,2011-11-18, -/games/boxart/default.jpg,Flight Control,PC,Misc,Firemint,Unknown,,,,,,,2011-11-18, -/games/boxart/default.jpg,Flight Control,PS3,Misc,Firemint,Unknown,,,,,,,2011-01-27, -/games/boxart/default.jpg,Flip,PC,Misc,Unknown,Unknown,,,,,,,2014-05-17, -/games/boxart/default.jpg,Flip,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Flip,Linux,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Flip,And,Misc,Unknown,Unknown,,,,,,,2014-05-17, -/games/boxart/default.jpg,Flip the Core,3DS,Misc,Engine Software,Unknown,,,,,,,2012-06-28, -/games/boxart/default.jpg,Flip the Core,DSi,Misc,Engine Software,Unknown,,,,,,,2012-06-28, -/games/boxart/full_781396AmericaFrontccc.jpg,Flipnote Studio,DSiW,Misc,Nintendo,Nintendo EAD Tokyo,9,,,,,,2009-08-12, -/games/boxart/default.jpg,Flipper 2,DSi,Misc,Engine Software,Unknown,,,,,,,2012-01-26, -/games/boxart/default.jpg,Flipper 2,3DS,Misc,Engine Software,Unknown,,,,,,,2012-01-26, -/games/boxart/full_3103565AmericaFrontccc.jpg,Flips: More Bloody Horowitz,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-05-17, -/games/boxart/full_flips-silent-but-deadly_2AmericaFront.jpg,Flips: Silent But Deadly,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-06-14, -/games/boxart/full_7343834AmericaFrontccc.jpg,Flips: Terror in Cubicle Four,DSiW,Misc,Electronic Arts,Electronic Arts,5,,,,,,2010-03-01, -/games/boxart/full_9134195AmericaFrontccc.jpg,Flips: The Bubonic Builders,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-03-08, -/games/boxart/full_2746210AmericaFrontccc.jpg,Flips: The Enchanted Wood,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-05-10, -/games/boxart/full_flips-the-folk-of-the-faraway-tree_0AmericaFront.jpg,Flips: The Folk of the Faraway Tree,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-07-05, -/games/boxart/full_flips-the-magic-faraway-tree_0AmericaFront.jpg,Flips: The Magic Faraway Tree,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-06-07, -/games/boxart/default.jpg,Floating Cloud God Saves the Pilgrims,PSP,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Floating Cloud God Saves the Pilgrims,PSV,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Flockers,PC,Misc,Team17 Software,Unknown,,,,,,,2014-05-16, -/games/boxart/default.jpg,Floras,And,Misc,Unknown,Unknown,,,,,,,2014-05-08, -/games/boxart/full_3031425AmericaFrontccc.png,flOw (PSP),PSN,Misc,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2008-03-05, -/games/boxart/default.jpg,Flower Farmer,And,Misc,Code 4 Development LLC,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Flower Shop: Summer In Fairbrook,OSX,Misc,Winter Wolves Studio,Unknown,,,,,,,2010-01-28, -/games/boxart/default.jpg,Flower Shop: Summer In Fairbrook,PC,Misc,Winter Wolves Studio,Unknown,,,,,,,2010-01-28, -/games/boxart/default.jpg,Flower Shop: Summer In Fairbrook,Linux,Misc,Winter Wolves Studio,Unknown,,,,,,,2014-05-16, -/games/boxart/full_5783934PALFrontccc.jpg,Flux: Audio Visual Experience,SCD,Misc,Virgin Interactive,EXP,,,,,,,1995-01-01, -/games/boxart/full_4049106AmericaFrontccc.jpg,Flyhunter Origins,PC,Misc,Triniti Interactive,Unknown,,,,,,,2014-10-01, -/games/boxart/full_1043882AmericaFrontccc.jpg,Flyhunter Origins,And,Misc,Triniti Interactive,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Flying Turtle,3DS,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-04-03, -/games/boxart/default.jpg,Flying Turtle,OSX,Misc,Big Fish Games,Unknown,,,,,,,2009-11-25, -/games/boxart/default.jpg,Flying War,And,Misc,AppXplore Sdn Bhd,Unknown,,,,,,,2014-04-03, -/games/boxart/default.jpg,Flying Words,And,Misc,Go Games Limited,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,FlyingSheep,And,Misc,Frima Studio,Unknown,,,,,,,2014-02-18, -/games/boxart/default.jpg,Food Battle: The Game,PC,Misc,Smosh LLC,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Food Battle: The Game,And,Misc,Smosh LLC,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Foosball - Street Edition,PC,Misc,Unknown,Unknown,,,,,,,2014-04-16, -/games/boxart/full_6664365AmericaFrontccc.jpg,Football Genius: The Ultimate Quiz,XBL,Misc,RTL,I-Imagine Interactive,,,,,,,2009-09-30, -/games/boxart/full_1834789PALFrontccc.jpg,Football Manager 2013,And,Misc,Sega,Unknown,,,,,,,2012-12-13, -/games/boxart/full_6447218PALFrontccc.jpg,Football Manager 2013,OSX,Misc,Sega,Unknown,,,,,,,2012-11-01, -/games/boxart/default.jpg,FORCED,PS3,Misc,BetaDwarf,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,FORCED,X360,Misc,BetaDwarf,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,FORCED,Linux,Misc,BetaDwarf,Unknown,,,,,,,2013-10-24, -/games/boxart/default.jpg,FORCED,OSX,Misc,BetaDwarf,Unknown,,,,,,,2013-10-24, -/games/boxart/default.jpg,forma.8,PSV,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,forma.8,PS4,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,forma.8,PC,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,forma.8,OSX,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,forma.8,Linux,Misc,Mixedbag Srl,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Forsaken Fortress,OSX,Misc,Photon Productions,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Forsaken Fortress,Lynx,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Forsaken Fortress,PC,Misc,Photon Productions,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Forsaken Fortress,Linux,Misc,Photon Productions,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Fort Defense North Menace,PSV,Misc,8Floor,Unknown,,,,,,,2014-03-11, -/games/boxart/full_fortresscraft-chapter-1_824AmericaFront.jpg,FortressCraft Chapter 1,XBL,Misc,Microsoft,ProjectorGames,,,,,,,2011-04-08, -/games/boxart/default.jpg,Fortuna Magus,And,Misc,"Kotobuki Solution Co., Ltd.",Unknown,,,,,,,2014-03-10, -/games/boxart/full_5771509PALFrontccc.jpg,Forty 4 Party,PS2,Misc,505 Games,HuneX,,,,,,,2005-01-01, -/games/boxart/default.jpg,Four In A Line Pro,PC,Misc,Unknown,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Four In A Line Pro,OSX,Misc,Unknown,Unknown,,,,,,,2014-03-28, -/games/boxart/full_9880319AmericaFrontccc.jpg,Fractal Dive,XBL,Misc,Microsoft,heloli,,,,,,,2009-12-08, -/games/boxart/default.jpg,Fraction Monkeys,And,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Fractured Soul,PC,Misc,Endgame Studios,Unknown,,,,,,,2014-02-25, -/games/boxart/full_4397910PALFrontccc.jpg,Franklin: A Birthday Surprise,GC,Misc,Game Factory,Neko Entertainment,,,,,,,2006-06-16, -/games/boxart/default.jpg,Freaking Meatbags,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Freaking Meatbags,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/full_5033827AmericaFrontccc.jpeg,Freddi Fish and Luther's Maze Madness,PC,Misc,Humongous Entertainment.,Unknown,,,,,,,1996-11-22, -/games/boxart/default.jpg,Freddi Fish and Luther's Maze Madness,OSX,Misc,Humongous Entertainment.,Unknown,,,,,,,1996-11-22, -/games/boxart/default.jpg,Freddi Fish and Luther's Maze Madness,Linux,Misc,Humongous Entertainment.,Unknown,,,,,,,1996-11-22, -/games/boxart/full_109772AmericaFrontccc.jpeg,Freddi Fish and Luther's Water Worries,PC,Misc,Humongous Entertainment,Unknown,,,,,,,1996-12-19, -/games/boxart/default.jpg,Frederic: Evil Strikes Back,PC,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-23, -/games/boxart/default.jpg,Frederic: Evil Strikes Back,And,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-07, -/games/boxart/default.jpg,Frederic: Evil Strikes Back,OSX,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-23, -/games/boxart/default.jpg,Frederic: Evil Strikes Back,Linux,Misc,Forever Entertainment S.A.,Unknown,,,,,,,2014-05-23, -/games/boxart/default.jpg,FreeCell - Solitaire Connection,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-12-06, -/games/boxart/default.jpg,FreeCell Deluxe,And,Misc,Griptonite Studio,Unknown,,,,,,,2012-08-01, -/games/boxart/default.jpg,FreeCell FULL GAME,PSV,Misc,Namco Bandai Games,Unknown,,,,,,,2013-12-19, -/games/boxart/default.jpg,Freecell Pro,And,Misc,Griptonite Studio,Unknown,,,,,,,2012-10-16, -/games/boxart/default.jpg,FreeCell Solitaire,3DS,Misc,Agetec,Unknown,,,,,,,2012-08-09, -/games/boxart/default.jpg,Freecell Solitaire Pro,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2012-12-13, -/games/boxart/default.jpg,FreeCell Solitaire!,3DS,Misc,Cerasus Media,Unknown,,,,,,,2013-02-28, -/games/boxart/default.jpg,FreeCell!,Wii,Misc,Natsume,Unknown,,,,,,,2012-10-18, -/games/boxart/default.jpg,Freecell+,Wii,Misc,D4 Enterprise,Unknown,,,,,,,2012-11-08, -/games/boxart/default.jpg,Freecell+,Arc,Misc,Trigger Apps,Unknown,,,,,,,1993-04-09, -/games/boxart/default.jpg,FreeCell.,3DS,Misc,Virtual Playground,Unknown,,,,,,,2013-02-28, -/games/boxart/default.jpg,Freedom Fall,And,Misc,Unknown,Unknown,,,,,,,2013-07-19, -/games/boxart/default.jpg,Freedom Fall,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-28, -/games/boxart/default.jpg,Freedom Fall,PC,Misc,Unknown,Unknown,,,,,,,2013-08-28, -/games/boxart/full_3045528AmericaFrontccc.jpg,Freeze Tag Fun Pack #1,PC,Misc,Freeze Tag,Freeze Tag / Joju Games - Dekovir Entertainment - Linksolutions,,,,,,,2009-09-24, -/games/boxart/full_7817955AmericaFrontccc.jpg,Freeze Tag Fun Pack #2,PC,Misc,Freeze Tag,Freeze Tag / iQ212,,,,,,,2009-09-24, -/games/boxart/full_2760847PALFrontccc.jpg,French Buddy,DS,Misc,Unknown,Deep Silver,,,,,,,, -/games/boxart/8374537ccc.png,Frets on Fire,PC,Misc,Unknown,Unreal Voodoo,,,,,,,2006-08-03, -/games/boxart/full_233502AmericaFrontccc.jpg,Fridgy,XBL,Misc,Microsoft,Wiley,,,,,,,2009-05-06, -/games/boxart/default.jpg,Friendly Fire!,And,Misc,Red Robot Labs Inc.,Unknown,,,,,,,2013-10-22, -/games/boxart/default.jpg,Fritz & Chesster's Chess Complete,PC,Misc,Unknown,ChessBase,,,,,,,, -/games/boxart/default.jpg,Fritz & Chesster's Chess For Winners,PC,Misc,Unknown,ChessBase,,,,,,,, -/games/boxart/default.jpg,Fritz Chess 13,PC,Misc,Viva Media,ChessBase,,,,,,,2011-10-24, -/games/boxart/default.jpg,Frobisher Says!,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-04-16, -/games/boxart/default.jpg,Frog Toss,X360,Misc,Press Play,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Froggy Splash 2,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-23, -/games/boxart/full_149650JapanFrontccc.jpg,From TV Animation One Piece: Treasure Wars 2 - Buggyland Heyou Koso,WS,Misc,Bandai,Graphic Research,,,,,,,2002-12-20, -/games/boxart/default.jpg,Frontier: First Encounters,MSD,Misc,GameTek,Unknown,,,,,,,1995-04-16, -/games/boxart/default.jpg,Frontline Commando 2,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-03-05, -/games/boxart/default.jpg,Frozen Endzone,PC,Misc,Mode 7,Unknown,,,,,,,2014-03-10, -/games/boxart/default.jpg,Frozen Free Fall,And,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,Frozen Synapse,PSV,Misc,Mode 7,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Frozen Synapse,PS3,Misc,Mode 7,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Frozen Synapse,OSX,Misc,Mode 7,Unknown,,,,,,,2011-05-26, -/games/boxart/default.jpg,Frozen Synapse: Tactics,PS3,Misc,Double Eleven,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Frozen Synapse: Tactics,PSV,Misc,Double Eleven,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Fruit Moves,And,Misc,Unknown,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Fruit Ninja,PSV,Misc,Halfbrick Studios,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Fruit Ninja,WinP,Misc,Halfbrick Studios,Unknown,,,,,,,2010-12-22, -/games/boxart/default.jpg,Fruit Ninja,And,Misc,Halfbrick Studios,Unknown,,,,,,,2010-09-17, -/games/boxart/default.jpg,Fruit Swap,PC,Misc,Liminal Games,Unknown,,,,,,,2014-02-07, -/games/boxart/default.jpg,Fruits and Veggies Educational Memory Game,3DS,Misc,G-Style,Unknown,,,,,,,2013-04-25, -/games/boxart/full_2468089JapanFrontccc.jpg,Fruits Mura no Doubutsu Tachi,GBA,Misc,TDK Core,TDK Core,,,,,,,2004-10-28, -/games/boxart/default.jpg,Fruits Slide Puzzle,PC,Misc,South East Games,Unknown,,,,,,,2014-02-05, -/games/boxart/default.jpg,Fruits Slide Puzzle,OSX,Misc,South East Games,Unknown,,,,,,,2014-02-05, -/games/boxart/default.jpg,Fruits Slide Puzzle,Linux,Misc,South East Games,Unknown,,,,,,,2014-02-05, -/games/boxart/default.jpg,Fruits vs. Birds,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Frustration,OSX,Misc,Gunho Online Entertainment,Unknown,,,,,,,2014-07-22, -/games/boxart/default.jpg,Frustration,PC,Misc,Gunho Online Entertainment,Unknown,,,,,,,2014-07-22, -/games/boxart/default.jpg,FTL: Faster Than Light,OSX,Misc,Unknown,Unknown,,,,,,,2012-09-14, -/games/boxart/full_7036307PALFrontccc.png,FTL: Faster Than Light,PC,Misc,Unknown,Unknown,8.6,,,,,,2012-09-14, -/games/boxart/default.jpg,FTL: Faster Than Light,Linux,Misc,Unknown,Unknown,,,,,,,2012-09-14, -/games/boxart/full_5464089JapanFrontccc.jpg,Fujimori Midori no Let's Tarot,DS,Misc,ASNetworks,ASNetworks,,,,,,,2007-12-13, -/games/boxart/default.jpg,Full Bore,PC,Misc,Unknown,Unknown,,,,,,,2013-09-29, -/games/boxart/full_full-house-poker-featuring-avatar-superstars_54AmericaFront.jpg,Full House Poker featuring Avatar Superstars,XBL,Misc,Microsoft,Krome Studios,8,,,,,,2011-03-16, -/games/boxart/default.jpg,Full Throttle,OSX,Misc,LucasArts,Unknown,,,,,,,1996-01-01, -/games/boxart/default.jpg,Full Throttle,MSD,Misc,LucasArts,Unknown,,,,,,,1995-05-02, -/games/boxart/6525988ccc.jpg,Fun 'n Games,3DO,Misc,Panasonic Interactive Media,Virgin Interactive,,,,,,,1994-01-01, -/games/boxart/default.jpg,Fun! Fun! Minigolf TOUCH!,3DS,Misc,Shin'en Multimedia,Unknown,,,,,,,2012-03-08, -/games/boxart/default.jpg,Funky Smugglers,OSX,Misc,11 bit studios,Unknown,,,,,,,2012-10-11, -/games/boxart/default.jpg,Funky Smugglers,And,Misc,11 bit studios,Unknown,,,,,,,2012-10-11, -/games/boxart/full_8349208PALFrontccc.jpg,Funny Cards,GBA,Misc,505 Games,Access,,,,,,,2006-02-01, -/games/boxart/full_furopon-world_1JapanFront.jpg,Furopon World,3DO,Misc,Warp,Warp,,,,,,,1995-09-14, -/games/boxart/full_8208716JapanFrontccc.jpg,Fushigi no Kuni no Alice,GBA,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2003-01-09, -/games/boxart/full_2354194JapanFrontccc.jpg,Fushigi no Kuni no Alice,PS2,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2003-06-12, -/games/boxart/full_2129443JapanFrontccc.jpg,Fushigi no Kuni no Angelique,GBA,Misc,KOEI,Koei,,,,,,,2002-03-08, -/games/boxart/full_4853976JapanFrontccc.jpg,Fushigi no Kuni no Angelique,PCFX,Misc,NEC,Koei,,,,,,,1996-10-11, -/games/boxart/default.jpg,Future Combat - Patriots at War,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-11-11, -/games/boxart/default.jpg,Future Combat - Patriots at War,PSV,Misc,Namco Bandai Games,Unknown,,,,,,,2014-11-11, -/games/boxart/full_5758263AmericaFrontccc.jpg,futureU: The Prep Game for SAT,PC,Misc,Aspyr,Aspyr Media,,,,,,,2008-08-25, -/games/boxart/full_1330942AmericaFrontccc.jpg,Fuzion Frenzy,XBL,Misc,Microsoft Game Studios,Blitz Games,,,,,,,2007-12-04, -/games/boxart/default.jpg,Fuzion Pirates,And,Misc,CJ Internet Corp.,Unknown,,,,,,,2014-05-19, -/games/boxart/full_5058901JapanFrontccc.jpg,G.G Series Collection Plus,DS,Misc,Genterprise,Suzak,,,,,,,2010-05-27, -/games/boxart/full_gabrielles-ghostly-groove-monster-mix_684AmericaFront.jpg,Gabrielle's Ghostly Groove: Monster Mix,WW,Misc,Natsume,Santa Entertainment,,,,,,,2011-05-16, -/games/boxart/full_3831636JapanFrontccc.jpg,Gachapin Nikki DS,DS,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-09-20, -/games/boxart/full_gacharoku-2_4JapanFront.jpg,Gacharoku 2: Kondo wa Sekai Isshuu yo!!,PS2,Misc,Sony Computer Entertainment,Agenda,,,,,,,2003-12-18, -/games/boxart/full_5547258JapanFrontccc.jpg,Gaia Master,PS,Misc,Capcom,Capcom,,,,,,,2000-04-13, -/games/boxart/full_7724209JapanFrontccc.jpg,Gaia Master Duel Card Attacks,GB,Misc,Capcom,Capcom,,,,,,,2001-06-29, -/games/boxart/default.jpg,Gaia's Moon,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2012-01-19, -/games/boxart/default.jpg,Gaia's Moon,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2012-01-19, -/games/boxart/default.jpg,Gaiabreaker,WiiU,Misc,Ubiquitous Media Corp.,Unknown,,,,,,,2014-08-14, -/games/boxart/full_3016460JapanFrontccc.jpg,Gakken Chuugokugo Sanmai DS,DS,Misc,Gakken,Gakken,,,,,,,2008-07-10, -/games/boxart/full_gakken-chuugokugo-sanmai-ds-kiki-tore-amp-shoki-tore_337JapanFront.jpg,Gakken Chuugokugo Sanmai DS: Kiki-Tore & Shoki-Tore,DS,Misc,Gakken,Gakken,,,,,,,2011-03-17, -/games/boxart/full_7959227JapanFrontccc.jpg,Gakken DS: Otona no Gakushuu Kindaichi Sensei no Nihongo Lesson,DS,Misc,Gakken,Tenky,,,,,,,2007-02-22, -/games/boxart/full_2778934JapanFrontccc.jpg,Gakken Eigo Sanmai DS,DS,Misc,Gakken,Gakken,,,,,,,2009-11-26, -/games/boxart/full_3413812JapanFrontccc.jpg,Gakken Hangul Sanmai DS,DS,Misc,IE Institute,Gakken,,,,,,,2009-03-19, -/games/boxart/full_gakken-hangul-go-sanmai-ds-kiki-tore-amp-shoki-tore_960JapanFront.jpg,Gakken Hangul-Go Sanmai DS: Kiki-Tore & Shoki-Tore,DS,Misc,Gakken,Gakken,,,,,,,2011-03-17, -/games/boxart/full_6274223JapanFrontccc.jpg,Gakken Kanyouku Kotowaza 210,GB,Misc,Imagineer,Imagineer,,,,,,,1998-01-30, -/games/boxart/full_3080404JapanFrontccc.jpg,Gakken M Bunko: Monoshiri Edo Meijin,DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2008-04-10, -/games/boxart/full_7357739JapanFrontccc.jpg,Gakken Mainichi no Drill DS: Mesaze! Miracle Shougaku 1 Nensei,DS,Misc,Gakken,Gakken,,,,,,,2008-06-19, -/games/boxart/full_5709166JapanFrontccc.jpg,Gakken Mu Henshuubu Kanshuu: Choujou Genshou Research File,DS,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2008-09-11, -/games/boxart/full_5755363JapanFrontccc.jpg,Gakken Rekishi 512,GB,Misc,Imagineer,Imagineer,,,,,,,1998-05-29, -/games/boxart/full_9191073JapanFrontccc.jpg,Gakken Shiaza Jukugo 288,GB,Misc,Imagineer,Imagineer,,,,,,,1998-01-30, -/games/boxart/full_gakken-taigo-indonesia-go-sanmai-ds_5JapanFront.jpg,Gakken Taigo: Indonesia-Go Sanmai DS,DS,Misc,Gakken,Gakken,,,,,,,2010-10-14, -/games/boxart/full_1535844JapanFrontccc.jpg,Gakken Youten Rank Jun Series: Kagaku DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-12-21, -/games/boxart/full_4199424JapanFrontccc.jpg,Gakken Youten Rank Jun Series: Nippon no Rekishi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-12-21, -/games/boxart/full_1225985JapanFrontccc.jpg,Gakken: Shin TOEIC Test Kanzen Kouryaku 2,DS,Misc,Gakken,Gakken,,,,,,,2009-03-19, -/games/boxart/full_9660433JapanFrontccc.jpg,Gakkyuou Yamazaki: Yamazaki Oukoku Oofun Araso,DC,Misc,Sega,Sega,,,,,,,1999-12-23, -/games/boxart/full_4315141AmericaFrontccc.jpg,Galactic Pinball,VB,Misc,Nintendo,Intelligent Systems,,,,,,,1995-08-14, -/games/boxart/default.jpg,Galatea,PSV,Misc,Unknown,Unknown,,,,,,,2014-02-26, -/games/boxart/default.jpg,Galaxy Legend,And,Misc,Tap4Fun,Unknown,,,,,,,2013-08-08, -/games/boxart/default.jpg,GALAXY OF DEATH,3DS,Misc,SelectSoft,Unknown,,,,,,,2013-01-10, -/games/boxart/default.jpg,Galaxy Saver,DSi,Misc,G-Style,Unknown,,,,,,,2013-01-03, -/games/boxart/default.jpg,Galaxy Saver,3DS,Misc,G-Style,Unknown,,,,,,,2013-01-03, -/games/boxart/full_9781069AmericaFrontccc.jpg,Gallery: Landscapes,XBL,Misc,Microsoft,Deej,,,,,,,2009-07-05, -/games/boxart/full_2901671AmericaFrontccc.jpg,Gallery: World Cities,XBL,Misc,Microsoft,Deej,,,,,,,2009-10-15, -/games/boxart/full_5761158JapanFrontccc.jpg,Gamble Panic,GG,Misc,Sega,Sega,,,,,,,1995-01-27, -/games/boxart/full_7204079JapanFrontccc.jpg,Gambler Jiko Chuushinha 2: Gekitou Tokyo Mahjong Land Hen,SCD,Misc,Game Arts,Game Arts,,,,,,,1992-12-18, -/games/boxart/full_507653AmericaFrontccc.jpg,Game & Watch Collection,DS,Misc,Nintendo,Nintendo,,,,,,,2008-12-15, -/games/boxart/full_game-ampamp-watch-collection-2_6AmericaFront.jpg,Game & Watch Collection 2,DS,Misc,Nintendo,Nintendo,,,,,,,2010-03-31, -/games/boxart/full_8409577AmericaFrontccc.png,Game & Watch Gallery,3DS,Misc,Nintendo,Nintendo,,,,,,,2011-07-14,2018-08-30 -/games/boxart/3746903ccc.jpg,Game Boy Camera,GB,Misc,Nintendo,Game Freak,,,,,,,1998-08-01, -/games/boxart/full_341656JapanFrontccc.jpg,Game Center USA: Midway Arcade Treasures,PS2,Misc,Success,Success,,,,,,,2006-09-21, -/games/boxart/full_9409313JapanFrontccc.jpg,Game de Oboeru TOEIC Test: Goku DeruDeru 1700,PS,Misc,Nagase Brothers,Nagase Brothers,,,,,,,2001-03-01, -/games/boxart/full_2288432JapanFrontccc.jpg,Game de wa Jimeru TOEIC Test: Mazuha Nyuumonhen 1500,PS,Misc,Nagase Brothers,Nagase Brothers,,,,,,,2003-06-05, -/games/boxart/default.jpg,Game Dev Tycoon,OSX,Misc,Greenheart Games,Unknown,,,,,,,2013-03-15, -/games/boxart/full_game-frenzy_825AmericaFront.jpg,Game Frenzy,XBL,Misc,Microsoft,MindsEdge,,,,,,,2011-09-22, -/games/boxart/1382602ccc.jpg,Game Guru,3DO,Misc,3DO,3DO,,,,,,,1996-01-01, -/games/boxart/full_5899584JapanFrontccc.jpg,Game Nihonishi: Kakumeiko Oda Nobunaga,SAT,Misc,KOEI,Koei,,,,,,,1997-04-04, -/games/boxart/full_3716816JapanFrontccc.jpg,Game no Tatsujin,3DO,Misc,Sunsoft,SunSoft,,,,,,,1995-06-09, -/games/boxart/full_7720588JapanFrontccc.jpg,Game no Tatsujin,PS,Misc,Sunsoft,SunSoft,,,,,,,1995-06-09, -/games/boxart/full_5085994JapanFrontccc.jpg,Game no Tatsujin,SNES,Misc,Sunsoft,Affect,,,,,,,1995-08-11, -/games/boxart/full_422986JapanFrontccc.jpg,Game no Tatsujin,SAT,Misc,Sunsoft,SunSoft,,,,,,,1995-06-09, -/games/boxart/default.jpg,Game of Thrones Ascent,BRW,Misc,ibrahim kocaalioglu,Unknown,,,,,,,2013-02-21, -/games/boxart/full_9728866JapanFrontccc.jpg,Game Party,NES,Misc,Coconuts Japan,Color Dreams,,,,,,,1990-08-03, -/games/boxart/full_7617739AmericaFrontccc.jpg,Game Room,XBL,Misc,Microsoft,Krome Studios,,,,,,,2010-03-24, -/games/boxart/full_9084773AmericaFrontccc.jpg,Game Room,PC,Misc,Sierra Entertainment,Sierra Entertainment,,,,,,,2001-03-24, -/games/boxart/full_game-show-2-pack_294AmericaFront.jpg,Game Show 2-Pack,Wii,Misc,THQ,THQ,,,,,,,2011-09-26, -/games/boxart/full_8162311AmericaFrontccc.jpg,Game Training Vol 1: Dexterity,XBL,Misc,Microsoft,Justin Le Clair,,,,,,,2009-07-03, -/games/boxart/full_game-ware-vol1_713JapanFront.jpg,Game-Ware Vol.1,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1996-04-05, -/games/boxart/full_game-ware-vol2_378JapanFront.jpg,Game-Ware Vol.2,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1996-07-05, -/games/boxart/full_game-ware-vol3_331JapanFront.jpg,Game-Ware Vol.3,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1996-10-04, -/games/boxart/full_game-ware-vol4_860JapanFront.jpg,Game-Ware Vol.4,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1997-03-07, -/games/boxart/full_game-ware-vol5_287JapanFront.jpg,Game-Ware Vol.5,SAT,Misc,General Entertainment,General Entertainment,,,,,,,1997-06-27, -/games/boxart/default.jpg,GameBoy Wars Advance 1+2,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-03, -/games/boxart/full_8078423AmericaFrontccc.jpg,GameFinder,XBL,Misc,Microsoft,UberGeekGames,,,,,,,2009-08-18, -/games/boxart/default.jpg,Games Festival 2,3DS,Misc,Big Ben Interactive,Unknown,,,,,,,2013-10-17, -/games/boxart/full_4170731JapanFrontccc.jpg,Ganbare Goemon: Mononoke Sugoroku,GB,Misc,Konami,Konami,,,,,,,1999-12-16, -/games/boxart/default.jpg,Ganbaru Watashi no Osaifu Ouendan,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-01, -/games/boxart/default.jpg,Gang Lords,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2013-09-24, -/games/boxart/default.jpg,Ganja Farm,And,Misc,Vasili Tryndyk,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Gardens Inc. 2: The Road to Fame,PC,Misc,Mumbo Jumbo,Unknown,,,,,,,2014-05-22, -/games/boxart/full_9085942JapanFrontccc.jpg,Gateway to English: Eigo de Go!,3DO,Misc,Gakken,Gakken,,,,,,,1996-02-16, -/games/boxart/default.jpg,Gauntlet 2014,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2014-07-01, -/games/boxart/full_gb-pachi-slot-hisshouhou-jr_560JapanFront.jpg,GB Pachi-Slot Hisshouhou Jr.,GB,Misc,Sammy Corporation,Sammy Studios,,,,,,,1994-07-29, -/games/boxart/default.jpg,GEARCRACK Arena,PC,Misc,Unknown,Unknown,,,,,,,2014-05-29, -/games/boxart/full_9423338JapanFrontccc.jpg,Gegege no Kitarou: Youkai Donjaara,SNES,Misc,Bandai,Tom Create,,,,,,,1996-07-19, -/games/boxart/default.jpg,Gems With Friends,And,Misc,Zynga,Unknown,,,,,,,2012-11-22, -/games/boxart/5599312ccc.jpg,Genesis 6-Pak,GEN,Misc,Sega,Sega,,,,,,,1995-06-01, -/games/boxart/default.jpg,Genius Personal Eiwaraku Jiten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-01-13, -/games/boxart/default.jpg,Genius Personal Waeiraku Jiten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-01-13, -/games/boxart/full_genjin-collection_2JapanFront.jpg,Genjin Collection,GB,Misc,Hudson Soft,Hudson Soft,,,,,,,1996-11-22, -/games/boxart/full_8427173JapanFrontccc.jpg,Gensou Maden Saiyuuki: Harukanaru Nishi e,PS,Misc,J-Wing,J-Wing,,,,,,,2002-12-26, -/games/boxart/default.jpg,Genzai no Kyoushitsu -Kaguya Collection-,PC,Misc,Unknown,Atelier Kaguya,,,,,,,2011-07-22, -/games/boxart/default.jpg,Geometry Dash,And,Misc,Robert Topala,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Germinator,PSV,Misc,Creat Studios,Unknown,,,,,,,2013-03-05, -/games/boxart/default.jpg,Germinator,PS3,Misc,Creat Studios,Unknown,,,,,,,2013-03-05, -/games/boxart/default.jpg,Get Even,PC,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Get Even,XOne,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Get Even,PS4,Misc,Farm 51,Unknown,,,,,,,2018-01-01, -/games/boxart/full_7542598JapanFrontccc.jpg,Get Ride! AMDrive Shutsugeki! Battle Party,GBA,Misc,Konami,Konami,,,,,,,2004-12-16, -/games/boxart/default.jpg,Get Water!,And,Misc,Decode Entertainment Inc.,Unknown,,,,,,,2014-03-22, -/games/boxart/full_get-your-girlfriend-into-games_126AmericaFront.jpg,Get Your Girlfriend Into Games,XBL,Misc,Microsoft,AwesomeGamesStudio,,,,,,,2010-11-06, -/games/boxart/full_5796775JapanFrontccc.jpg,Getter Robo Daikessen!,PS,Misc,"Emotion, Inc.","TechnoSoft Co., Ltd.",,,,,,,1999-09-09, -/games/boxart/full_9769977JapanFrontccc.jpg,GG Portrait Virtua Fighter Kids: Akira Yuki,GG,Misc,Sega,Sega,,,,,,,1996-11-01, -/games/boxart/default.jpg,Ghost Detective: Shida's Ayakashi Case Book,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Ghost Fighter,X360,Misc,Quikding,Unknown,,,,,,,2011-10-23, -/games/boxart/full_3412430AmericaFrontccc.jpg,Ghost Mansion Party,WW,Misc,Gameloft,Gameloft,,,,,,,2009-10-26, -/games/boxart/default.jpg,Ghost of a Tale,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Ghost Shooter,WinP,Misc,Quikding,Unknown,,,,,,,2013-02-22, -/games/boxart/default.jpg,Ghost Song: A Journey of Hope,Linux,Misc,Matt White,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Ghost Song: A Journey of Hope,OSX,Misc,Matt White,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Ghost Song: A Journey of Hope,PC,Misc,Matt White,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Ghost Whisperer: Shadowlands,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/7769527ccc.jpg,Ghostbusters,MS,Misc,Sega,Compile,,,,,,,1987-01-01, -/games/boxart/default.jpg,Ghostbusters,MSX,Misc,Activision,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Ghostbusters,C64,Misc,Activision,Unknown,,,,,,,1984-01-01, -/games/boxart/full_9972195AmericaFrontccc.jpg,Ghostbusters,ApII,Misc,Activision,Unknown,,,,,,,1984-01-01, -/games/boxart/full_3505425AmericaFrontccc.png,Ghostbusters,ACPC,Misc,Activision,Activision,,,,,,,1985-01-01,2018-01-06 -/games/boxart/default.jpg,Ghostbusters (1986),GEN,Misc,Sega,Unknown,,,,,,,1990-06-29, -/games/boxart/default.jpg,Ghosts 'n Goblins,GBA,Misc,Capcom,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Ghosts 'n Goblins,Arc,Misc,Capcom,Unknown,,,,,,,1985-09-19, -/games/boxart/default.jpg,Ghosts 'n Goblins,C64,Misc,Elite,Unknown,,,,,,,1986-12-01, -/games/boxart/full_ghxyk2-classics-vol-1_696AmericaFront.jpg,GHXYK2 Classics Vol. 1,XBL,Misc,Microsoft,GHXYK2,,,,,,,2011-07-24, -/games/boxart/full_3342406AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_1291845AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,X360,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_4856153AmericaFrontccc.jpg,Giana Sisters: Twisted Dreams,WiiU,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_gijutsu-hyouronsha-kanshuu-kihonjouhou-gijutsusha-ds_432JapanFront.jpg,Gijutsu Hyouronsha Kanshuu: Kihonjouhou Gijutsusha DS,DS,Misc,Unknown,First IDC,,,,,,,, -/games/boxart/full_2270389AmericaFrontccc.jpg,Gin Rummy,XBL,Misc,Sierra Online,Sierra Online Shanghai Studios,,,,,,,2008-09-03, -/games/boxart/default.jpg,Ginsei Igo,PSV,Misc,Unknown,Silver Star,,,,,,,, -/games/boxart/default.jpg,Ginsei Igo 3D,3DS,Misc,SilverStar,SilverStar,,,,,,,2011-11-22, -/games/boxart/full_3720127JapanFrontccc.jpg,Ginsei Igo Portable,PSP,Misc,SilverStar,SilverStar,,,,,,,2010-05-20, -/games/boxart/full_6249155JapanFrontccc.jpg,Ginsei Shogi Portable,PSP,Misc,SilverStar,SilverStar,,,,,,,2010-02-18, -/games/boxart/full_ginsei-shogi-portable-fuuun-ryuuko-raiden_543JapanFront.jpg,Ginsei Shogi Portable: Fuuun Ryuuko Raiden,PSP,Misc,SilverStar,SilverStar,,,,,,,2011-08-04, -/games/boxart/default.jpg,Ginsei Shogi: Fuuun Ryuuko Raiden,PSV,Misc,Unknown,Silver Star,,,,,,,, -/games/boxart/default.jpg,Ginsei Shogi: Fuuun Ryuuko Raiden,And,Misc,Unknown,Unknown,,,,,,,2014-01-27, -/games/boxart/full_8023564JapanFrontccc.jpg,Ginsei Table Games Wii,Wii,Misc,Electronic Arts,SilverStarJapan,,,,,,,2008-10-23, -/games/boxart/default.jpg,Ginsei Tsume Shogi,DSiW,Misc,SilverStar,SilverStarJapan,,,,,,,2011-03-16, -/games/boxart/full_4897634JapanFrontccc.jpg,Gintama Oyakata no Jissen Pachinko Hisshouhou,SNES,Misc,Sammy Corporation,Sammy Studios,,,,,,,1995-02-17, -/games/boxart/full_girl-with-a-heart-of_350AmericaFront.jpg,Girl With a Heart of,PC,Misc,Unknown,Bent Spoon Games,,,,,,,2011-11-17, -/games/boxart/default.jpg,Girls' Fashion Shoot,3DS,Misc,Rising Star Games,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,Glass Tower,PC,Misc,Strategy First,Unknown,,,,,,,2000-12-31, -/games/boxart/full_8229516JapanFrontccc.jpg,Glay Station,PS,Misc,Oracion,Unknown,,,,,,,1999-04-16, -/games/boxart/default.jpg,Glint,And,Misc,UFO Interactive Games,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Glitch: Game of Giant Imagination,PC,Misc,Unknown,"Tiny Speck, Inc",,,,,,,, -/games/boxart/full_7745862AmericaFrontccc.jpg,Globulos Party,DSiW,Misc,GlobZ,GlobZ,6,,,,,,2010-03-01, -/games/boxart/default.jpg,Glory of Generals,And,Misc,EASY Inc.,Unknown,,,,,,,2013-07-05, -/games/boxart/default.jpg,Glyder,DSi,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Glyder,3DS,Misc,Unknown,Unknown,,,,,,,2013-07-18, -/games/boxart/default.jpg,Glyder,DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_445854AmericaFrontccc.jpg,Go 3D,XBL,Misc,Microsoft,FrogSlayer Studios,,,,,,,2009-04-30, -/games/boxart/full_go-meiheibe-amp-reversi-touryuumon_7JapanFront.jpg,Go Meiheibe & Reversi Touryuumon,WS,Misc,Sammy Corporation,Sammy Studios,,,,,,,2000-01-13, -/games/boxart/full_go-series-pinball-attack_9AmericaFront.jpg,GO Series: Pinball Attack!,DSiW,Misc,Gamebridge,ArtePiazza,,,,,,,2010-11-08, -/games/boxart/full_8325027PALFrontccc.jpg,Go! Explore,PSP,Misc,Sony Computer Entertainment,Nav N Go,,,,,,,2008-07-18, -/games/boxart/full_6239330AmericaFrontccc.jpg,Go! Go! Break Steady,XBL,Misc,Microsoft,Little Boy Games,,,,,,,2008-07-23, -/games/boxart/full_5048093JapanFrontccc.jpg,Go! Go! Hitchhike,GB,Misc,J-Wing,J-Wing,,,,,,,1998-07-10, -/games/boxart/default.jpg,Goat Rampage,And,Misc,Swift Apps,Unknown,,,,,,,2014-03-11, -/games/boxart/default.jpg,Goblin Defenders: Steel n Wood,And,Misc,Alawar Entertainment,Unknown,,,,,,,2013-09-26, -/games/boxart/full_gobs-of-games_4AmericaFront.jpg,Gobs of Games,GB,Misc,3DO,2n Productions,,,,,,,2000-09-01, -/games/boxart/default.jpg,God Mode,PS3,Misc,Atlus,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,God Mode,X360,Misc,Atlus,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Godus,OSX,Misc,22Cans,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Godus,Linux,Misc,22Cans,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Godus,PC,Misc,22Cans,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Godus,And,Misc,22Cans,Unknown,,,,,,,2015-01-01, -/games/boxart/full_godzilla-trading-battle_9JapanFront.jpg,Godzilla Trading Battle,PS,Misc,TOHO,"Toho Co., Ltd.",,,,,,,1998-12-03, -/games/boxart/default.jpg,Godzilla: Smash3,And,Misc,"Rogue Play, Inc.",Unknown,,,,,,,2014-05-16, -/games/boxart/full_4933017JapanFrontccc.jpg,Goemon: Mononoke Sugoroku,N64,Misc,Konami,Konami Computer Entertainment Kyoto,,,,,,,1999-12-25, -/games/boxart/full_6074372JapanFrontccc.jpg,Goku Mahjong Deluxe,GBA,Misc,Athena,Athena,,,,,,,2001-08-10, -/games/boxart/default.jpg,Gold Jumper,And,Misc,Gogii Games,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Gold Jumper,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Golden Axe 3,GEN,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/450448ccc.gif,Golden Nugget Casino DS,DS,Misc,Unknown,SkyRiver Studios,,,,,,,, -/games/boxart/full_7279019AmericaFrontccc.jpg,Golden Royal Blackjack,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2008-12-05, -/games/boxart/full_8127134AmericaFrontccc.jpg,Golden Royal Hold'em,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2009-06-09, -/games/boxart/default.jpg,Golden Sun,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-07, -/games/boxart/default.jpg,Golf,GBA,Misc,Nintendo,Unknown,,,,,,,2003-04-21, -/games/boxart/default.jpg,Gone Home,OSX,Misc,The Fullbright Company,Unknown,,,,,,,2013-08-15, -/games/boxart/default.jpg,Gone Home,Linux,Misc,The Fullbright Company,Unknown,,,,,,,2013-08-15, -/games/boxart/default.jpg,Goooooal Europa 2012,3DS,Misc,Cinemax,Unknown,,,,,,,2012-06-21, -/games/boxart/default.jpg,Goooooal Europa 2012,DSi,Misc,Cinemax,Unknown,,,,,,,2012-06-21, -/games/boxart/full_gotatsujin-electro_277JapanFront.jpg,Gotatsujin: Electro,PS,Misc,ASK,ASK Corporation,,,,,,,1998-10-29, -/games/boxart/full_gotatsujin-electro_913JapanFront.jpg,Gotatsujin: Electro,PSN,Misc,ASK,ASK Corporation,,,,,,,2010-12-22, -/games/boxart/default.jpg,GoTuizz,And,Misc,Bulkypix,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,Gourmet Ranch,BRW,Misc,Playdemic,Unknown,,,,,,,2010-07-01, -/games/boxart/default.jpg,Governor of Poker,And,Misc,Youda Games,Unknown,,,,,,,2009-12-05, -/games/boxart/default.jpg,Governor of Poker,3DS,Misc,Youda Games,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Grand Battle--MMO Strategy:War,And,Misc,Red Storm Entertainment,Unknown,,,,,,,2014-01-23, -/games/boxart/default.jpg,Grand Theft Auto Compilation,3DS,Misc,Alchemist,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Grand Theft Auto Online,X360,Misc,Take-Two Interactive,Unknown,,,,,,,2013-10-01, -/games/boxart/default.jpg,Grand Theft Auto: Episodes from Liberty City,DS,Misc,Atari,Unknown,,,,,,,2009-06-16, -/games/boxart/default.jpg,Grand Theft Auto: London 1969,PSV,Misc,TGL,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Grand Theft Auto: San Andreas,OSX,Misc,Rockstar Games,Unknown,,,,,,,2011-09-01, -/games/boxart/default.jpg,Grand Theft Auto: San Andreas,WinP,Misc,Rockstar Games,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Grand Theft Auto: San Andreas,And,Misc,Rockstar Games,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Grand Theft Auto: The Trilogy,X360,Misc,Kadokawa Games,Unknown,,,,,,,2014-06-05, -/games/boxart/default.jpg,Grand Theft Auto: The Trilogy,PSV,Misc,Kadokawa Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Gravi,PC,Misc,Unknown,Unknown,,,,,,,2013-10-08, -/games/boxart/full_4658566AmericaFrontccc.jpg,Gravitron 2,PC,Misc,Independent,Dark Castle Software,,,,,,,2008-08-31, -/games/boxart/default.jpg,Gravity Badgers,PC,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-11-28, -/games/boxart/default.jpg,Gravity Badgers,And,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2014-02-06, -/games/boxart/default.jpg,Gravity Badgers,OSX,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-12-02, -/games/boxart/full_great-adventures-by-fisher-price-pirate-ship_44AmericaFront.jpg,Great Adventures by Fisher Price: Pirate Ship,PC,Misc,Unknown,Davidson & associates / Fisher Price,,,,,,,2006-01-01, -/games/boxart/full_7763607AmericaFrontccc.jpg,Great Big War Game,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Green Farm 3,And,Misc,Gameloft,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,GRID,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2013-03-28, -/games/boxart/default.jpg,Grid Puzzle the Brain Game,And,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Grim Facade: Mystery of Venice,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-06-24, -/games/boxart/full_grimm-meisaku-gekijou-akazukin_4JapanFront.jpg,Grimm Meisaku Gekijou: Akazukin,3DO,Misc,Unknown,Ima Company,,,,,,,1994-09-02, -/games/boxart/full_6836047JapanFrontccc.jpg,Grimm Meisaku Gekijou: Bremen no Ongakutai,3DO,Misc,Unknown,Ima Company,,,,,,,1994-09-02, -/games/boxart/full_grimm-meisaku-gekijou-hansel-to-gretel_4JapanFront.jpg,Grimm Meisaku Gekijou: Hansel to Gretel,3DO,Misc,Unknown,Ima Company,,,,,,,1994-09-02, -/games/boxart/default.jpg,Grinsia,And,Misc,Nicalis,Unknown,,,,,,,2012-03-20, -/games/boxart/default.jpg,Grinsia,3DS,Misc,Nicalis,Unknown,,,,,,,2014-05-08, -/games/boxart/default.jpg,Grinsia,Linux,Misc,Nicalis,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Grinsia,PC,Misc,Nicalis,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Groove Heaven,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2013-05-23, -/games/boxart/full_3704772PALFrontccc.gif,Groovy Chick: My Fashion World,DS,Misc,Mindscape,Mindscape,,,,,,,2009-10-02, -/games/boxart/default.jpg,Growing Pains,PC,Misc,Smudged Cat Games,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,Growtopia,And,Misc,Robinson Technologies,Unknown,,,,,,,2013-01-11, -/games/boxart/default.jpg,GT Racing 2: The Real Car Experience,And,Misc,Gameloft,Unknown,,,,,,,2013-11-13, -/games/boxart/default.jpg,Guardian Knight,PS4,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Guardian Knight,PSV,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Guardian Knight,OSX,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Guardian Knight,PC,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Guardian Knight,Linux,Misc,Defiant Development,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Guess The Character!,And,Misc,"Conversion, LLC",Unknown,,,,,,,2014-04-05, -/games/boxart/default.jpg,Guise Of The Wolf,PC,Misc,Unknown,Unknown,,,,,,,2014-01-24, -/games/boxart/full_8040328AmericaFrontccc.jpg,Guitar Hero & Guitar Hero II Dual Pack,PS2,Misc,Activision,Harmonix Music Systems,,,,,,,2007-10-31, -/games/boxart/full_3459254AmericaFrontccc.jpg,Guitar Hero Live,And,Misc,Activision,FreeStyleGames,,,,,,,2016-01-01, -/games/boxart/9521272ccc.jpg,Guitar Hero: Aerosmith,PC,Misc,Aspyr,Neversoft Entertainment,,,,,,,2008-10-17, -/games/boxart/full_4744886AmericaFrontccc.jpg,Guitar Praise: Solid Rock,PC,Misc,Unknown,Digital Praise,,,,,,,, -/games/boxart/full_5811773AmericaFrontccc.jpg,Guitar Rock Tour,DSiW,Misc,Gameloft,Ubisoft,,,,,,,2009-08-17, -/games/boxart/full_3678161AmericaFrontccc.png,Gunma's Ambition,And,Misc,RucKyGAMES,RucKyGAMES,,,,,,,2014-06-06, -/games/boxart/default.jpg,Guns of Icarus Online,PC,Misc,Muse Games,Unknown,,,,,,,2012-10-29, -/games/boxart/default.jpg,GunZ 2: The Second Duel,PC,Misc,MAIET Entertainment,Unknown,,,,,,,2014-02-17, -/games/boxart/default.jpg,Guru Guru Tamagotchi!,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-24, -/games/boxart/full_1727990JapanFrontccc.jpg,GuruGuru Onsen 2,DC,Misc,Sega,Overworks,,,,,,,2001-08-09, -/games/boxart/full_2553726JapanFrontccc.jpg,GuruGuru Onsen 3,DC,Misc,Sega,Overworks,,,,,,,2002-03-14, -/games/boxart/default.jpg,Gus and the CyberBuds Software SchoolHouse Collection,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1996-01-01, -/games/boxart/full_6581888AmericaFrontccc.jpg,Gus Goes to Cyberopolis,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1994-01-01, -/games/boxart/default.jpg,Gus Goes to CyberStone Park,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1996-01-01, -/games/boxart/full_6493538AmericaFrontccc.jpg,Gus Goes to Cybertown,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1993-01-01, -/games/boxart/default.jpg,Gus Goes to the Kooky Carnival,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1995-01-01, -/games/boxart/default.jpg,Gus Goes to the Megarific Museum,PC,Misc,Modern Media Ventures,Modern Media Ventures,,,,,,,1996-01-01, -/games/boxart/full_8936073JapanFrontccc.jpg,Gyakuten Saiban Jiten,DS,Misc,Capcom,Capcom,,,,,,,2007-04-12, -/games/boxart/full_gyogun-tanchiki-pocket-sonar_795JapanFront.jpg,Gyogun Tanchiki: Pocket Sonar,GB,Misc,Bandai,Bandai,,,,,,,1998-07-24, -/games/boxart/default.jpg,H-Hour: World's Elite,PS4,Misc,Infogrammes Studios,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,H-Hour: World's Elite,PC,Misc,Infogrammes Studios,Unknown,,,,,,,2016-01-01, -/games/boxart/full_6271929JapanFrontccc.jpg,Hai-Shin 2,PS,Misc,Aques,Aques,,,,,,,1998-03-26, -/games/boxart/full_6433516JapanFrontccc.jpg,Hai-Shin 3,PS2,Misc,DigiCube,DigiCube,,,,,,,2002-12-19, -/games/boxart/full_7561436AmericaFrontccc.jpg,Hail to the Chimp,PSN,Misc,Gamecock,Wideload Games,,,,,,,2009-04-10, -/games/boxart/default.jpg,Hailan Rising,PC,Misc,Unknown,GamersFirst,,,,,,,, -/games/boxart/default.jpg,Hajimete no Mojirenshuu,DSiW,Misc,Unknown,Mechanic Arms,,,,,,,2010-07-07, -/games/boxart/default.jpg,Hakuoki: Memories of the Shinsengumi,3DS,Misc,Rising Star Games,Unknown,,,,,,,2013-10-24, -/games/boxart/default.jpg,Half-Life,OSX,Misc,Valve Corporation,Unknown,,,,,,,2013-01-25, -/games/boxart/default.jpg,Half-Life 2,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-03-26, -/games/boxart/default.jpg,Half-Life 2: Episode One,OSX,Misc,Valve Corporation,Unknown,,,,,,,2006-06-01, -/games/boxart/default.jpg,Half-Life 2: Episode Two,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-05-26, -/games/boxart/default.jpg,Half-Minute Hero 2,PC,Misc,Marvelous Entertainment,Unknown,,,,,,,2014-04-04, -/games/boxart/full_3602208AmericaFrontccc.jpg,Halloween 360,XBL,Misc,Microsoft,PictureShow,,,,,,,2009-10-18, -/games/boxart/default.jpg,Halloween: Trick or Treat 2,3DS,Misc,Microvalue,Unknown,,,,,,,2013-10-03, -/games/boxart/full_6535723AmericaFrontccc.jpg,Halo Waypoint,XBL,Misc,Microsoft Game Studios,"Certain Affinity, Inc. 343 Industries",,,,,,,2009-11-05, -/games/boxart/default.jpg,Hammerwatch,Linux,Misc,Unknown,Unknown,,,,,,,2013-08-14, -/games/boxart/default.jpg,Hammerwatch,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-14, -/games/boxart/full_6637994JapanFrontccc.jpg,Hamster Monogatari Collection,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2003-05-23, -/games/boxart/default.jpg,Hamster Universe,And,Misc,Atari Games(Midway),Unknown,,,,,,,2014-05-05, -/games/boxart/full_5779556JapanFrontccc.jpg,Hana to Ryuu,PS,Misc,I'Max,Unknown,,,,,,,1998-08-13, -/games/boxart/full_544068JapanFrontccc.jpg,Hanafuda Graffiti: Koi Monogatari,PS,Misc,I'Max,I'Max,,,,,,,1996-05-10, -/games/boxart/full_hanafuda-shiyouyo_9JapanFront.jpg,Hanafuda Shiyouyo,WS,Misc,Kaga Tech,Kaga Tech,,,,,,,2000-02-17, -/games/boxart/full_7868103JapanFrontccc.jpg,Hanafuda Trump Mahjong: Depachika Wayounaka,GBA,Misc,Global A Entertainment,Global A Entertainment,,,,,,,2002-06-27, -/games/boxart/default.jpg,Hanaoni Twin Pack,PSP,Misc,Idea Factory,Unknown,,,,,,,2012-03-22, -/games/boxart/default.jpg,Hanasaku Manimani,PS3,Misc,5pb,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,Handsome x English: Inglez ni Koishite,DS,Misc,Unknown,Intelligent Design,,,,,,,, -/games/boxart/default.jpg,Handy Mahjong,DSiW,Misc,ITL,ITL,,,,,,,2009-11-04, -/games/boxart/2797308ccc.jpg,Hang On & Astro Warrior,MS,Misc,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/5451920ccc.jpg,Hang On & Safari Hunt,MS,Misc,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/3181480ccc.jpg,Hang On & Safari Hunt,MS,Misc,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/default.jpg,Hanging With Friends,And,Misc,Zynga,Unknown,,,,,,,2011-09-29, -/games/boxart/default.jpg,Hanging With Friends Free,3DS,Misc,"Activision Publishing, Inc.",Unknown,,,,,,,2013-04-18, -/games/boxart/full_6651712JapanFrontccc.jpg,Haniu Meijin no Omoshiro Shogi,SNES,Misc,Tomy Corporation,Access,,,,,,,1995-03-31, -/games/boxart/full_5870045PALFrontccc.png,Hannah Montana: Rock Out the Show,PSN,Misc,Disney Interactive Studios,"Page 44 Studios, LLC",,,,,,,2009-10-22, -/games/boxart/default.jpg,Happily Ever After,PC,Misc,Lace Mamba Global,Unknown,,,,,,,2012-04-06, -/games/boxart/full_happy-charlie-to-soratobu-carinval_83JapanFront.jpg,Happy Charlie to Soratobu Carinval,PS3,Misc,Sony Computer Entertainment,Magic Pixel Games,,,,,,,2011-12-01, -/games/boxart/default.jpg,Happy Circus,3DS,Misc,Unknown,Unknown,,,,,,,2013-10-03, -/games/boxart/full_happy-diet_2JapanFront.jpg,Happy Diet,PS,Misc,Unknown,Twilight Express,,,,,,,2001-04-26, -/games/boxart/full_4424787AmericaFrontccc.jpg,Happy Hammerin',WW,Misc,Gamebridge,Agenda,,,,,,,2010-03-01, -/games/boxart/full_happy-holidays-halloween_8AmericaFront.jpg,Happy Holidays Halloween,WW,Misc,505 Games,505 Games,,,,,,,2010-10-18, -/games/boxart/full_5085288AmericaFrontccc.jpg,Happy Holidays: Christmas,WW,Misc,505 Games,505 Games,,,,,,,2009-12-21, -/games/boxart/default.jpg,Happy Pets,BRW,Misc,Crowdstar Inc,Unknown,,,,,,,2009-11-16, -/games/boxart/default.jpg,Happy Street,And,Misc,Godzilab,Unknown,,,,,,,2012-08-06, -/games/boxart/full_8901395JapanFrontccc.jpg,Happy Trump 20,GBA,Misc,Success,Success,,,,,,,2005-01-14, -/games/boxart/default.jpg,Happy Wars,X360,Misc,Unknown,Unknown,,,,,,,2012-10-12, -/games/boxart/1265334ccc.jpg,Hard Rock Casino,PS2,Misc,Crave Entertainment,Crave Entertainment,,,,,,,2006-11-27, -/games/boxart/full_6280184AmericaFrontccc.jpg,Hard Rock Casino,PC,Misc,Mumbo Jumbo,Jamdat Mobile,,,,,,,2004-02-09, -/games/boxart/full_8953230AmericaFrontccc.jpg,Hardcore Pinball,GBA,Misc,Telegames,Paragon 5,7.3,,,,,,2002-12-16, -/games/boxart/default.jpg,Hardest Game Ever 2,And,Misc,Orangenose Studios,Unknown,,,,,,,2013-03-22, -/games/boxart/full_4842548AmericaFrontccc.jpg,Hardwood Backgammon,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,6.8,,,,,,2005-12-08, -/games/boxart/full_5463323AmericaFrontccc.jpg,Hardwood Backgammon,PC,Misc,Silver Creek Entertainment,Silver Creek Entertainment,,,,,,,2006-11-14, -/games/boxart/full_8681266AmericaFrontccc.jpg,Hardwood Hearts,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,6.5,,,,,,2005-12-08, -/games/boxart/full_7964238AmericaFrontccc.jpg,Hardwood Spades,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,6.2,,,,,,2005-12-08, -/games/boxart/default.jpg,Harezora Monogatari,PC,Misc,E-Frontier,Unknown,,,,,,,2012-03-16, -/games/boxart/full_1720859JapanFrontccc.jpg,Harukanaru Toki no Naka de: Banjyou Yuugi,PS,Misc,KOEI,Koei,,,,,,,2003-06-26, -/games/boxart/full_1731665AmericaFrontccc.jpg,Hasbro Family Fun Pack,PS4,Misc,Ubisoft,Ubisoft,,,,,,,2015-10-20,2018-06-19 -/games/boxart/full_9912734AmericaFrontccc.png,Hasbro Family Game Night,PSN,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-10-29, -/games/boxart/full_9196693AmericaFrontccc.jpg,Hasbro Family Game Night: Battleship,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, -/games/boxart/full_3312818AmericaFrontccc.jpg,Hasbro Family Game Night: Boggle,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, -/games/boxart/full_4889659AmericaFrontccc.jpg,Hasbro Family Game Night: Scrabble,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, -/games/boxart/full_854105AmericaFrontccc.jpg,Hasbro Family Game Night: Sorry!,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, -/games/boxart/full_5424125AmericaFrontccc.jpg,Hasbro Family Game Night: Sorry! Sliders,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, -/games/boxart/full_628409AmericaFrontccc.jpg,Hasbro Family Game Night: Yahtzee,XBL,Misc,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, -/games/boxart/default.jpg,Hatsune Miku: Project Diva,PSN,Misc,Unknown,Sega,,,,,,,, -/games/boxart/full_hatsune-miku-project-diva-dreamy-theater_1JapanFront.jpg,Hatsune Miku: Project Diva - Dreamy Theater,PSN,Misc,Sega,Sega,,,,,,,2010-06-24, -/games/boxart/default.jpg,Hatsune Miku: Project Diva - Dreamy Theater 2nd,PSN,Misc,Sega,Sega,,,,,,,2011-08-04, -/games/boxart/default.jpg,Hatsune Miku: Project Diva 2.5,PSP,Misc,Unknown,Sega,,,,,,,, -/games/boxart/full_hatsune-miku-project-diva-2nd_1JapanFront.jpg,Hatsune Miku: Project Diva 2nd,PSN,Misc,Sega,Sega,,,,,,,2010-08-31, -/games/boxart/default.jpg,Haunted House 3,And,Misc,DifferenceGames,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Haunted Manor: Queen of Death,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-11-20, -/games/boxart/full_hayaoshi-quiz-ouza-ketteisen_659JapanFront.jpg,Hayaoshi Quiz: Ouza Ketteisen,GB,Misc,Jaleco,Jaleco Entertainment,,,,,,,1998-07-31, -/games/boxart/full_4512415JapanFrontccc.jpg,Hayauchi Super Igo,NES,Misc,Namco,Homedata,,,,,,,1989-03-03, -/games/boxart/full_3724126AmericaFrontccc.jpg,HB Arcade Cards,WW,Misc,HB Studios Multimedia,HB Studios Multimedia,2.8,,,,,,2009-07-27, -/games/boxart/full_7437261AmericaFrontccc.jpg,Head Banger,XBL,Misc,Microsoft,Ganksoft,,,,,,,2008-11-29, -/games/boxart/default.jpg,Heads Up!,And,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,"Heart Forth, Alicia",Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,"Heart Forth, Alicia",OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,"Heart Forth, Alicia",PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,"Heart Forth, Alicia",WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,"Heart Forth, Alicia",PSV,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_4511588AmericaFrontccc.png,Hearthstone: Heroes of Warcraft,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2014-03-11, -/games/boxart/full_1598564AmericaFrontccc.png,Hearthstone: Heroes of Warcraft,PC,Misc,Blizzard Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/full_hearts-spades-euchre_218AmericaFront.jpg,Hearts Spades Euchre,DSiW,Misc,Cosmigo,Cosmigo,,,,,,,2011-06-30, -/games/boxart/default.jpg,Heathcliff: Spot On,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-11-28, -/games/boxart/default.jpg,Heavy Shooter,And,Misc,Unknown,Unknown,,,,,,,2014-05-12, -/games/boxart/default.jpg,Hegemony Rome: The Rise of Caesar,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, -/games/boxart/full_4673546JapanFrontccc.jpg,Heisei Kyouiku Iinkai DS: Zenkoku Touitsu Moshi Special,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2007-12-20, -/games/boxart/full_3647473JapanFrontccc.jpg,Heiwa Pachinko World 64,N64,Misc,Amtechs,Shouei,,,,,,,1997-11-28, -/games/boxart/full_6262407JapanFrontccc.jpg,Heiwa Parlor! Pro BunDoriKing Special,PS,Misc,Namco,Namco,,,,,,,2001-12-27, -/games/boxart/full_heiwa-parlor-pro-fujiko-nio-ma-ka-se-special_10JapanFront.jpg,Heiwa Parlor! Pro Fujiko Nio-ma-ka-se Special,PS,Misc,Mitsui,Mitsui Bussan,,,,,,,2000-12-28, -/games/boxart/full_8997894JapanFrontccc.jpg,Heiwa Parlor! Pro: Lupin Sansei Special,PS,Misc,Telenet Japan,Telenet Japan,,,,,,,2000-01-13, -/games/boxart/default.jpg,Heldric - The legend of the shoemaker,PC,Misc,Unknown,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Heldric - The legend of the shoemaker,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-17, -/games/boxart/3897548ccc.jpg,Helix,WW,Misc,Ghostfire Games,Ghostfire Games,,,,,,,2008-08-25, -/games/boxart/default.jpg,HELLO HERO,And,Misc,"Fincon Co., Ltd.",Unknown,,,,,,,2013-10-22, -/games/boxart/full_hello-kitty-asobi-no-mochabako_0JapanFront.jpg,Hello Kitty Asobi no Mochabako,3DO,Misc,Mizuki,Mizuki,,,,,,,1995-06-16, -/games/boxart/full_4757175JapanFrontccc.jpg,Hello Kitty no Onnaru Mail,DC,Misc,Sega,Sega,,,,,,,2000-04-13, -/games/boxart/full_1825701JapanFrontccc.jpg,Hello Kitty no Waku Waku Quiz,DC,Misc,Sega,Sega,,,,,,,2000-08-10, -/games/boxart/full_hellokids-vol-1-coloring-and-painting_335AmericaFront.jpg,Hellokids Vol. 1: Coloring and Painting,DSiW,Misc,BiP Media,BiP media,,,,,,,2011-05-16, -/games/boxart/default.jpg,Hellraid,PS3,Misc,Techland,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Hellraid,PC,Misc,Techland,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Hellraid,X360,Misc,Techland,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Hellraid,XOne,Misc,Techland,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Hellraid,PS4,Misc,Techland,Unknown,,,,,,,2016-01-01, -/games/boxart/full_7252555PALFrontccc.jpg,Help Charity Compilation,PS,Misc,Sony Computer Entertainment,Electronic Arts / Cyan Worlds,,,,,,,1996-01-01, -/games/boxart/default.jpg,Here Be Monsters,BRW,Misc,Gamesys,Unknown,,,,,,,2012-08-15, -/games/boxart/default.jpg,Hero Project,DSi,Misc,Agetec,Unknown,,,,,,,2012-07-19, -/games/boxart/default.jpg,Hero Project,DS,Misc,SilverStar,Unknown,,,,,,,2011-02-23, -/games/boxart/full_hero-shuugou-pinball-party_13JapanFront.jpg,Hero Shuugou!! Pinball Party,GB,Misc,Jaleco,Jaleco Entertainment,,,,,,,1990-01-12, -/games/boxart/default.jpg,Hero Siege,PC,Misc,Panic Art Studios,Unknown,,,,,,,2013-12-18, -/games/boxart/default.jpg,Hero Siege,And,Misc,Panic Art Studios,Unknown,,,,,,,2013-12-18, -/games/boxart/default.jpg,Hero Zero,And,Misc,Meridian,Unknown,,,,,,,2013-05-23, -/games/boxart/default.jpg,Hero Zero,BRW,Misc,Meridian,Unknown,,,,,,,2012-08-09, -/games/boxart/default.jpg,Hero-U: Rogue to Redemption,PC,Misc,Transolar Games,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Hero-U: Rogue to Redemption,OSX,Misc,Transolar Games,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Hero-U: Rogue to Redemption,Linux,Misc,Transolar Games,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Heroes and Generals,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Heroes of Atlan,And,Misc,"WeMade Entertainment CO., LTD",Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Heroes of Camelot,And,Misc,Kabam,Unknown,,,,,,,2013-09-18, -/games/boxart/full_8624836AmericaFrontccc.png,Heroes of Dragon Age,And,Misc,Electronic Arts,Unknown,,,,,,,2013-12-05, -/games/boxart/default.jpg,Heroes of Steel,PC,Misc,Unknown,Unknown,,,,,,,2014-04-23, -/games/boxart/default.jpg,HEX,OSX,Misc,Cryptozoic Entertainment,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,HEX,PC,Misc,Cryptozoic Entertainment,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Hex Heroes,OSX,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Hex Heroes,PC,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Hex Heroes,WiiU,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Hex Heroes,Linux,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_hexchess-360_132AmericaFront.jpg,HexChess 360,XBL,Misc,Microsoft,JimmyFo,,,,,,,2011-07-25, -/games/boxart/full_hidden-mysteries-collection-triple-pack_419PALFront.jpg,Hidden Mysteries Collection Triple Pack,PC,Misc,Avanquest,Avanquest Software,,,,,,,2011-01-21, -/games/boxart/full_hide-and-scare_788AmericaFront.jpg,Hide and Scare,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-06-18,2020-03-03 -/games/boxart/full_hien-de-hien-de-diet_5JapanFront.jpg,Hien de Hien de Diet,PS,Misc,Unknown,Twilight Express,,,,,,,2001-12-27, -/games/boxart/full_906584AmericaFrontccc.jpg,High School Musical 3: Senior Year DANCE!,PC,Misc,Disney Interactive Studios,Page 44 Studios,,,,,,,2008-11-04, -/games/boxart/full_high-speed_195AmericaFront.jpg,High Speed,NES,Misc,Tradewest,Rare Ltd.,,,,,,,1991-07-01, -/games/boxart/9543849ccc.jpg,High Stakes Gambling,GB,Misc,Electro Brain,Sculptured Software,,,,,,,1992-01-02, -/games/boxart/72758ccc.jpg,High Stakes on the Vegas Strip: Poker Edition,PSN,Misc,Sony Computer Entertainment,Sony Online Entertainment,,,,,,,2007-09-13, -/games/boxart/full_6078339AmericaFrontccc.jpg,High Stakes: Texas Hold'em,DSiW,Misc,Hudson Soft,Hudson Soft,,,,,,,2009-12-21, -/games/boxart/default.jpg,Highland Solitaire,DSiW,Misc,Unknown,PixelTales,,,,,,,, -/games/boxart/default.jpg,Highway Run,And,Misc,99Games Online Private Limited,Unknown,,,,,,,2014-02-26, -/games/boxart/full_596966JapanFrontccc.jpg,Hikaru no Go,GBA,Misc,Konami,Konami,,,,,,,2001-10-25, -/games/boxart/full_4137621JapanFrontccc.jpg,Hikaru no Go 2,GBA,Misc,Konami,Konami,,,,,,,2002-07-18, -/games/boxart/full_9888282JapanFrontccc.jpg,Hikaru no Go 3,GC,Misc,Konami,Konami,,,,,,,2003-03-20, -/games/boxart/default.jpg,Hill Climb Racing,And,Misc,Fingersoft,Unknown,,,,,,,2012-11-08, -/games/boxart/default.jpg,Himawari no Kyoukai to Nagai Natsuyasumi: Extra Vacation,PSP,Misc,Kero Makura,Unknown,,,,,,,2013-10-31, -/games/boxart/default.jpg,Himawari no Kyoukai to Nagai Natsuyasumi: Extra Vacation,PS3,Misc,Kero Makura,Unknown,,,,,,,2013-10-31, -/games/boxart/default.jpg,Hime Girl Paradise: Mechikawa! Agemori Sensation!,3DS,Misc,Nippon Columbia,Unknown,,,,,,,2012-03-22, -/games/boxart/default.jpg,Himitsu no Ooku,DSiW,Misc,Hudson Soft,Hudson Entertainment,,,,,,,2009-08-19, -/games/boxart/full_hip-hop-king-rytmik-edition_467AmericaFront.jpg,Hip Hop King: Rytmik Edition,DSiW,Misc,Cinemax,Cinemax,,,,,,,2012-01-12, -/games/boxart/default.jpg,Hippocampal: The White Sofa,PC,Misc,Strategy First,Unknown,,,,,,,2014-05-27, -/games/boxart/full_hirake-ponkikki_35JapanFront.jpg,Hirake! Ponkikki,NES,Misc,Takara,Takara,,,,,,,1992-04-17, -/games/boxart/default.jpg,Hirameki Card Battle Mekuruka,WW,Misc,Tom Create,Tom Create,,,,,,,2009-07-14, -/games/boxart/default.jpg,Hirameki Egara Shiritori,DSiW,Misc,Unknown,Mechanic Arms,,,,,,,2011-06-22, -/games/boxart/full_hirata-shogo-interactive-ehon-ningyo-hime_3JapanFront.jpg,Hirata Shogo Interactive Ehon: Ningyo Hime,3DO,Misc,Elcom,Elcom,,,,,,,1994-12-02, -/games/boxart/full_hiromichi-oniisan-no-oyako-taisou-navi_3JapanFront.jpg,Hiromichi Oniisan no Oyako Taisou Navi,DS,Misc,Dorart,Dorart,,,,,,,2008-01-31, -/games/boxart/full_872906JapanFrontccc.jpg,Hissatsu Kung Fu: Kanji Dragon,DS,Misc,Success,Success,,,,,,,2007-06-07, -/games/boxart/full_9284217JapanFrontccc.jpg,Hissatsu Pachi-Slot Station,PS,Misc,Sunsoft,SunSoft,,,,,,,1998-08-20, -/games/boxart/full_760062JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 2,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-10-28, -/games/boxart/full_9406883JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 3,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-03-04, -/games/boxart/full_5360423JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 4,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-07-27, -/games/boxart/full_4790976JapanFrontccc.jpg,Hissatsu Pachi-Slot Station 5,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-11-16, -/games/boxart/full_8131908JapanFrontccc.jpg,Hissatsu Pachi-Slot Station SP,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-12-16, -/games/boxart/full_9327973JapanFrontccc.jpg,Hissatsu Pachi-Slot Station SP 2,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-09-14, -/games/boxart/full_7367013JapanFrontccc.jpg,Hissatsu Pachi-Slot Station SP 3,PS,Misc,Sunsoft,Unknown,,,,,,,2002-01-01, -/games/boxart/full_hissatsu-pachinko-evolution-2-osomatsu-kun_825JapanFront.jpg,Hissatsu Pachinko Evolution 2: Osomatsu-kun,PS2,Misc,Sunsoft,SunSoft,,,,,,,2006-03-02, -/games/boxart/full_3653848JapanFrontccc.jpg,Hissatsu Pachinko Station,PS,Misc,Sunsoft,SunSoft,,,,,,,1996-09-13, -/games/boxart/full_8702402JapanFrontccc.jpg,Hissatsu Pachinko Station 10,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-10-19, -/games/boxart/full_2537885JapanFrontccc.jpg,Hissatsu Pachinko Station 2,PS,Misc,Sunsoft,SunSoft,,,,,,,1997-12-25, -/games/boxart/full_3017466JapanFrontccc.jpg,Hissatsu Pachinko Station 3,PS,Misc,Sunsoft,SunSoft,,,,,,,1998-12-17, -/games/boxart/full_4673280JapanFrontccc.jpg,Hissatsu Pachinko Station 4,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-03-11, -/games/boxart/full_7329296JapanFrontccc.jpg,Hissatsu Pachinko Station 5,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-06-10, -/games/boxart/full_2400638JapanFrontccc.jpg,Hissatsu Pachinko Station 6,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-07-01, -/games/boxart/full_3778507JapanFrontccc.jpg,Hissatsu Pachinko Station 7,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-11-25, -/games/boxart/full_5421599JapanFrontccc.jpg,Hissatsu Pachinko Station 8,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-03-30, -/games/boxart/full_7539755JapanFrontccc.jpg,Hissatsu Pachinko Station 9,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-06-08, -/games/boxart/full_7142775JapanFrontccc.jpg,Hissatsu Pachinko Station Now,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-09-30, -/games/boxart/full_3893069AmericaFrontccc.jpg,Hissatsu Pachinko Station Now 2,PS,Misc,Sunsoft,SunSoft,,,,,,,1999-12-22, -/games/boxart/full_4924051JapanFrontccc.jpg,Hissatsu Pachinko Station Now 3,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-02-03, -/games/boxart/full_8894652JapanFrontccc.jpg,Hissatsu Pachinko Station Now 4,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-07-06, -/games/boxart/full_7218039JapanFrontccc.jpg,Hissatsu Pachinko Station Now 5,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-07-19, -/games/boxart/full_8408827JapanFrontccc.jpg,Hissatsu Pachinko Station Now 6,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-11-16, -/games/boxart/full_1754023JapanFrontccc.jpg,Hissatsu Pachinko Station Now 7,PS,Misc,Sunsoft,SunSoft,,,,,,,2000-12-28, -/games/boxart/full_5158078JapanFrontccc.jpg,Hissatsu Pachinko Station Now 8,PS,Misc,Sunsoft,SunSoft,,,,,,,2001-03-15, -/games/boxart/full_6517334JapanFrontccc.jpg,Hissatsu Pachinko Station Now 9,PS,Misc,Sunsoft,SunSoft,,,,,,,2002-02-07, -/games/boxart/full_hisshou-777-fighter-ii-pachi-slot-hi-jouhou_489JapanFront.jpg,Hisshou 777 Fighter 2: Pachi Slot Hi Jouhou,SNES,Misc,Vap,Jorudan,,,,,,,1994-08-19, -/games/boxart/full_hisshou-777-fighter-iii-kokuryuu-ou-no-fukkatsu_565JapanFront.jpg,Hisshou 777 Fighter III: Kokuryuu Ou no Fukkatsu,SNES,Misc,Vap,Jorudan,,,,,,,1995-09-15, -/games/boxart/full_hisshou-pachinkopachi-slot-kouryaku-series-vol-2-bomber-powerful-ampamp-yume-yume-world-dx_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 2: Bomber Powerful & Yume Yume World DX,PS2,Misc,D3 Publisher,Sankyo,,,,,,,2006-01-12, -/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-3-cr-marilyn-monroe_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 3: CR Marilyn Monroe,PS2,Misc,D3 Publisher,Bisty,,,,,,,2006-02-23, -/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-4-cr-ashita-gaarusa-yoshimoto-world_6JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 4: CR Ashita Gaarusa Yoshimoto World,PS2,Misc,D3 Publisher,Bisty,,,,,,,2006-05-25, -/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-6-7cafe-keishikina-bomber-powerful-2_1JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 6: 7Cafe Keishikina Bomber Powerful 2,PS2,Misc,D3 Publisher,Sankyo,,,,,,,2006-08-03, -/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-7-cr-fever-powerful-zero_7JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 7: CR Fever Powerful Zero,PS2,Misc,D3 Publisher,Sankyo,,,,,,,2006-10-26, -/games/boxart/full_hisshou-pachinkopachi-slot-kouryoku-series-vol-8-cr-matsura-aya_3JapanFront.jpg,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 8: CR Matsura Aya,PS2,Misc,D3 Publisher,Bisty,,,,,,,2006-11-30, -/games/boxart/default.jpg,History Channel: Battle for the Pacific,PS3,Misc,Activision Value,Unknown,,,,,,,2008-02-19, -/games/boxart/default.jpg,Hit it Rich! Free Casino Slots,BRW,Misc,Zynga,Unknown,,,,,,,2013-03-26, -/games/boxart/full_7431808JapanFrontccc.gif,Hobo no Kenkou Techou,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-04-21, -/games/boxart/default.jpg,Hobonichi Rosenzu 2009,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-01-28, -/games/boxart/default.jpg,Hobonichi Rosenzu 2010,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-02-03, -/games/boxart/default.jpg,Hogs of War,PS3,Misc,Infogrames,Unknown,,,,,,,2013-03-19, -/games/boxart/default.jpg,Hogs of War,PSP,Misc,Infogrames,Unknown,,,,,,,2013-03-19, -/games/boxart/default.jpg,Hogs of War / Worms,OSX,Misc,Alientrap Games Inc,Unknown,,,,,,,2003-01-09, -/games/boxart/default.jpg,Hogs of War / Worms,PC,Misc,Alientrap Games Inc,Unknown,,,,,,,2003-01-09, -/games/boxart/default.jpg,Hoka no Otoko no Seieki de Haramu Toki,PC,Misc,Unknown,Atelier Sakura,,,,,,,2011-07-29, -/games/boxart/full_hole-in-the-wall_305AmericaFront.jpg,Hole In The Wall,XBL,Misc,Microsoft,Ludia,5.5,,,,,,2011-08-24, -/games/boxart/full_9728508AmericaFrontccc.jpg,Hollow Ball,XBL,Misc,Microsoft,Victor Ortega,,,,,,,2009-09-15, -/games/boxart/default.jpg,Hollow Dissent,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Hollow Dissent,PC,Misc,Unknown,Unknown,,,,,,,2014-01-13, -/games/boxart/1552278ccc.jpg,Hollywood Squares,NES,Misc,GameTek,Rare Ltd.,,,,,,,1989-09-01, -/games/boxart/default.jpg,Home - a Unique Horror Adventure,PS4,Misc,Benjamin Rivers Inc.,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Home - a Unique Horror Adventure,PSV,Misc,Benjamin Rivers Inc.,Unknown,,,,,,,2015-01-01, -/games/boxart/full_home-doctor_553JapanFront.jpg,Home Doctor,PS,Misc,Success,Success,,,,,,,1997-11-13, -/games/boxart/full_hon-shogi_645JapanFront.jpg,Hon Shogi,GB,Misc,Imagineer,Imagineer,,,,,,,1994-11-25, -/games/boxart/full_hon-shogi-naitou-kudan-shogi-hiden_345JapanFront.jpg,Hon Shogi: Naitou Kudan Shogi Hiden,NES,Misc,Seta Corporation,Random House,,,,,,,1985-08-10, -/games/boxart/full_honkaku-shogi-shogi-ou_395JapanFront.jpg,Honkaku Shogi: Shogi Ou,GB,Misc,Warashi,Warashi,,,,,,,1998-11-13, -/games/boxart/full_honkakuteki-pachinko-jikki-kouryaku-series-milky-bar-and-kirakuin_49JapanFront.jpg,Honkakuteki Pachinko Jikki Kouryaku Series: Milky Bar and Kirakuin,PS2,Misc,Unbalance,Unbalance,,,,,,,2001-07-19, -/games/boxart/full_4876927JapanFrontccc.jpg,Honki de Manabu LEC de Goukakuru: Hishou Boki 3-Kyuu Portable,PSP,Misc,Square Enix,Square Enix,,,,,,,2010-01-21, -/games/boxart/full_3057775JapanFrontccc.jpg,Honki de Manabu LEC de Goukakuru: Takuchi Tatemono Torihiki Shuninsha Portable,PSP,Misc,Square Enix,Square Enix,,,,,,,2010-01-21, -/games/boxart/full_7613489JapanFrontccc.jpg,Honki de Manabu: LEC de Goukaku - DS Hishou Kentei 2-Kyuu/3-Kyuu,DS,Misc,Square Enix,Square Enix,,,,,,,2009-02-26, -/games/boxart/full_honki-de-manabu-lec-de-goukakuru-ds-gyouseishoshi_0JapanFront.jpg,Honki de Manabu: LEC de Goukakuru - DS Gyouseishoshi,DS,Misc,Square Enix,Square Enix,,,,,,,2010-09-02, -/games/boxart/full_7631946JapanFrontccc.jpg,Honki de Manabu: LEC de Goukakuru - DS Kikenbutsu Toriatsukaimono Otsushu 4-Rui,DS,Misc,Square Enix,Square Enix,,,,,,,2009-12-03, -/games/boxart/full_808808JapanFrontccc.jpg,Honki de Manabu: LEC de Goukakuru - DS Koumuinshiken Suumato Shori,DS,Misc,Square Enix,Square Enix,,,,,,,2009-12-03, -/games/boxart/full_honki-de-manabu-lec-de-goukakuru-ds-takuchi-tatemono-torihiki-shuninsha-2011-toshi-amp-2012-toshi-nendoban_67JapanFront.jpg,Honki de Manabu: LEC de Goukakuru - DS Takuchi Tatemono Torihiki Shuninsha 2011-Toshi & 2012-Toshi Nendoban,DS,Misc,Square Enix,Square Enix,,,,,,,2011-02-03, -/games/boxart/default.jpg,HonorBound,And,Misc,JuiceBox Games,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,Hooked on Bass Fishing,DSi,Misc,Gamebridge,Unknown,,,,,,,2013-12-05, -/games/boxart/default.jpg,Hooked on Bass Fishing,3DS,Misc,Gamebridge,Unknown,,,,,,,2013-12-05, -/games/boxart/full_7416452AmericaFrontccc.jpg,Horn,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Horoscope,DS,Misc,Unknown,Deep Silver,,,,,,,, -/games/boxart/full_7620980PALFrontccc.jpg,Horse & Pony: Best Friends: My Horse,GBA,Misc,DTP Entertainment,Independent Arts,,,,,,,2007-01-15, -/games/boxart/full_497160PALFrontccc.jpg,Horse & Pony: My Horsefarm / Let's Ride 2,GBA,Misc,DTP Entertainment,Independent Arts,,,,,,,2007-07-11, -/games/boxart/full_2980622AmericaFrontccc.jpg,Horse Race Starter,XBL,Misc,Microsoft,dot zo games,,,,,,,2009-08-17, -/games/boxart/full_740311JapanFrontccc.jpg,Hoshizora Navi,DS,Misc,ASCII Entertainment,AstroArts,,,,,,,2009-03-26, -/games/boxart/full_5679634AmericaFrontccc.jpg,Hot Action Pack,2600,Misc,Activision,HES Interactive,,,,,,,1990-01-01, -/games/boxart/full_hot-shots-shorties-blue_611AmericaFront.jpg,Hot Shots Shorties Blue,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, -/games/boxart/full_hot-shots-shorties-green_875AmericaFront.jpg,Hot Shots Shorties Green,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, -/games/boxart/full_hot-shots-shorties-red_935AmericaFront.jpg,Hot Shots Shorties Red,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, -/games/boxart/full_hot-shots-shorties-yellow_565AmericaFront.jpg,Hot Shots Shorties Yellow,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-01-04, -/games/boxart/default.jpg,Hot Slots,NES,Misc,Hacker International,Hacker International,,,,,,,1991-01-01, -/games/boxart/default.jpg,Hot Wheels World's Best Driver,WiiU,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-09-17, -/games/boxart/default.jpg,Hot Wheels World's Best Driver,3DS,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,OSX,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, -/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,PSV,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, -/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,PS4,Misc,Devolver Digital,Unknown,6,,,,,,2015-03-10, -/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,PS3,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, -/games/boxart/default.jpg,Hotline Miami 2: Wrong Number,Linux,Misc,Devolver Digital,Unknown,,,,,,,2015-03-10, -/games/boxart/default.jpg,Houkago Custom Time: Customize Lovers,PC,Misc,Teatime,Teatime,,,,,,,2011-07-29, -/games/boxart/full_house-md-episode-5-under-the-big-top_766AmericaFront.jpg,House M.D. - Episode 5: Under the Big Top,DSiW,Misc,Legacy Interactive,Legacy Interactive,,,,,,,2011-12-01, -/games/boxart/full_7716503JapanFrontccc.jpg,House of Tarot,GG,Misc,Sega,Sega,,,,,,,1991-03-08, -/games/boxart/default.jpg,Hover : Revolt of Gamers,Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Hover : Revolt of Gamers,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Hover : Revolt of Gamers,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/full_how-to-get-girls_570AmericaFront.jpg,How To Get Girls,XBL,Misc,Microsoft,Black Hat Games,,,,,,,2011-07-05, -/games/boxart/default.jpg,How to Survive,WiiU,Misc,505 Games,Unknown,,,,,,,2014-06-19, -/games/boxart/default.jpg,Howard the Duck,C64,Misc,Activision,Unknown,,,,,,,1986-01-01, -/games/boxart/full_hoyle-card-games-2009_281AmericaFront.jpg,Hoyle Card Games 2009,PC,Misc,Encore,Freeverse,,,,,,,2008-06-16, -/games/boxart/full_hoyle-casino-2009_963AmericaFront.jpg,Hoyle Casino 2009,PC,Misc,Encore,Freeverse,,,,,,,2008-09-17, -/games/boxart/full_948276AmericaFrontccc.jpg,Hoyle Classic Card Games,PC,Misc,Sierra Entertainment,"Sierra On-Line, Inc.",,,,,,,1997-11-30, -/games/boxart/full_hoyle-puzzle-amp-board-games-2009_952AmericaFront.jpg,Hoyle Puzzle & Board Games 2009,PC,Misc,Encore,Freeverse,,,,,,,2008-06-16, -/games/boxart/default.jpg,Hoyle Texas Hold 'em,XBL,Misc,Unknown,TikGames,,,,,,,, -/games/boxart/full_3589064JapanFrontccc.jpg,Hudson Best Collection Vol. 1: Bomberman Collection,GBA,Misc,Hudson Soft,Hudson Soft,,,,,,,2005-12-22, -/games/boxart/full_3417280JapanFrontccc.jpg,Hudson Best Collection Vol. 2: Lode Runner Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2005-12-22, -/games/boxart/full_856373JapanFrontccc.jpg,Hudson Best Collection Vol. 3: Action Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2005-12-22, -/games/boxart/full_2167997JapanFrontccc.jpg,Hudson Best Collection Vol. 4: Nazotoki Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2005-12-22, -/games/boxart/full_7489373JapanFrontccc.jpg,Hudson Best Collection Vol. 5: Shooting Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2006-01-19, -/games/boxart/full_6551388JapanFrontccc.jpg,Hudson Best Collection Vol. 6: Bouken Jima Collection,GBA,Misc,Hudson Soft,Hudson,,,,,,,2006-01-19, -/games/boxart/full_2479292PALFrontccc.jpg,Hugo 2in1: Bukkazoom! / The Evil Mirror,GBA,Misc,ITE Media,ITE Media,,,,,,,2005-10-20, -/games/boxart/default.jpg,Human Element,PS4,Misc,Unknown,Unknown,,,,,,,2015-10-01, -/games/boxart/default.jpg,Human Element,XOne,Misc,Unknown,Unknown,,,,,,,2015-10-01, -/games/boxart/default.jpg,Human Element,PC,Misc,Unknown,Unknown,,,,,,,2015-10-01, -/games/boxart/default.jpg,Hunger Games: Catching Fire - Panem Run,And,Misc,Reliance Big Entertainment UK Private Ltd,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,Hungry Giraffe,PSV,Misc,Laughing Jackal,Unknown,,,,,,,2012-10-02, -/games/boxart/default.jpg,Hungry Shark - Part 1,And,Misc,Future Games of London,Unknown,,,,,,,2010-07-28, -/games/boxart/default.jpg,Hungry Shark Evolution,And,Misc,Future Games of London,Unknown,,,,,,,2010-07-28, -/games/boxart/default.jpg,Hunter x Hunter: Battle Allstars,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-28, -/games/boxart/2621225ccc.jpg,Hyper 3-D Pinball,SAT,Misc,Virgin Interactive,NMS Software,,,,,,,1996-10-31, -/games/boxart/full_7523061AmericaFrontccc.jpg,Hyper 3-D Pinball,PC,Misc,Virgin Interactive,NMS Software,,,,,,,1995-12-31, -/games/boxart/full_6655604AmericaFrontccc.jpg,Hypnotizing,XBL,Misc,Microsoft,GoVids,,,,,,,2009-09-16, -/games/boxart/full_i-am-a-teacher-super-mario-no-sweater-fds_82JapanFront.jpg,I am a Teacher: Super Mario no Sweater (FDS),NES,Misc,Unknown,Royal Kougyou,,,,,,,1986-08-27, -/games/boxart/default.jpg,I ate colors,And,Misc,Aexol,Unknown,,,,,,,2014-05-30, -/games/boxart/full_9073679PALFrontccc.jpg,I Did It Mum! Dolls House,DS,Misc,505 Games,505 Games,,,,,,,2009-09-25, -/games/boxart/full_5179284AmericaFrontccc.jpg,I Heart Shift,XBL,Misc,Microsoft,Fronominal,,,,,,,2009-09-08, -/games/boxart/7322243ccc.jpg,I Love Dolphin,DS,Misc,Unknown,Starfish,,,,,,,, -/games/boxart/full_5322264PALFrontccc.jpg,I-Fluid,PC,Misc,Exkee,Exkee,,,,,,,2008-07-22, -/games/boxart/default.jpg,I-Sing,Wii,Misc,Unknown,Dreamcatcher,,,,,,,, -/games/boxart/full_1946841AmericaFrontccc.jpg,ibb and obb,PS3,Misc,Zen Studios,Unknown,,,,,,,2013-08-06, -/games/boxart/default.jpg,Ice Hockey,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-02-20, -/games/boxart/full_8452414JapanFrontccc.jpg,Ichido wa Yonde de Okitai Nihon Bungaku 100-Sen,DS,Misc,Spike,Spike,,,,,,,2007-07-26, -/games/boxart/default.jpg,Icomania,And,Misc,Games for Friends,Unknown,,,,,,,2013-03-04, -/games/boxart/default.jpg,Icon Pop Quiz,And,Misc,Alegrium,Unknown,,,,,,,2012-11-14, -/games/boxart/full_6524011AmericaFrontccc.jpg,id Anthology,PC,Misc,GT Interactive,id Software,,,,,,,1996-11-30, -/games/boxart/full_9249147JapanFrontccc.jpg,Ide Yosuke Meijin no Shinmi Sen Mahjong,3DO,Misc,Capcom,Capcom,,,,,,,1996-06-28, -/games/boxart/full_9886849JapanFrontccc.jpg,Ide Yosuke Meijin no Shinmi Sen Mahjong,PS,Misc,Capcom,Capcom,,,,,,,1996-06-28, -/games/boxart/full_4530653JapanFrontccc.jpg,Ide Yosuke Meijin no Shinmi Sen Mahjong,SAT,Misc,Capcom,Capcom,,,,,,,1996-06-28, -/games/boxart/full_5820064JapanFrontccc.jpg,Ide Yosuke no Mahjong Juku,N64,Misc,Seta Corporation,Seta Corporation,,,,,,,2000-04-21, -/games/boxart/full_126422JapanFrontccc.jpg,Ide Yosuke no Mahjong Kyoshitsu,PS,Misc,Athena,Athena,,,,,,,1999-12-02, -/games/boxart/full_ide-yosuke-no-mahjong-kyositsu-gb_142JapanFront.jpg,Ide Yosuke no Mahjong Kyositsu GB,GB,Misc,Athena,Athena,,,,,,,2000-06-30, -/games/boxart/full_idol-kasatsu-fan-club_2JapanFront.jpg,Idol Hanafuda Fan Club,PCE,Misc,Unknown,Games Express,,,,,,,1991-01-01, -/games/boxart/full_8366174JapanFrontccc.jpg,Idol Janshi Suchie-Pai Special,3DO,Misc,Jaleco,Jaleco Entertainment,,,,,,,1995-01-12, -/games/boxart/full_574048JapanFrontccc.jpg,Idol Janshi Suchie-Pai Special,SAT,Misc,Jaleco,Jaleco Entertainment,,,,,,,1995-02-24, -/games/boxart/full_idol-mahjong-final-romance-2-hyper-edition_4JapanFront.jpg,Idol Mahjong Final Romance 2: Hyper Edition,3DO,Misc,Unknown,Infinite State Games,,,,,,,1996-01-19, -/games/boxart/full_igo-time-trial-shikatsu-daihyakka_2JapanFront.jpg,Igo Time Trial: Shikatsu Daihyakka,3DO,Misc,Unknown,Ematic,,,,,,,1995-08-11, -/games/boxart/full_igo-time-trial-thumego-1_3JapanFront.jpg,Igo Time Trial: Thumego 1,3DO,Misc,Unknown,Ematic,,,,,,,1994-08-06, -/games/boxart/default.jpg,IGT Slots: Diamond Galaxy,PC,Misc,Masque Publishing,Unknown,,,,,,,2012-04-03, -/games/boxart/9773404ccc.jpg,IGT Slots: Little Green Men,PC,Misc,Masque Publishing,"Masque Publishing, Inc.",,,,,,,2008-09-09, -/games/boxart/default.jpg,IHF Handball Challenge 14,PC,Misc,Plug In Digital,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Ikachan,3DS,Misc,Nicalis,Unknown,,,,,,,2013-01-31, -/games/boxart/default.jpg,Ikinari Anata ni Koishiteiru,PC,Misc,Unknown,Makura,,,,,,,2011-07-29, -/games/boxart/full_32077AmericaFrontccc.jpg,Illusions 360,XBL,Misc,Microsoft,Unknown,,,,,,,2009-07-02, -/games/boxart/default.jpg,Ima Sugu Oniichan ni Imoto da tte Iitai!,PC,Misc,Piacci,Unknown,,,,,,,2012-12-14, -/games/boxart/default.jpg,Ima wa Dono? Hyakka: Hyakkajiten Mypedia Yori,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-02-24, -/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 1 - Sukkiri Kogoda Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, -/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 2 - Suteki na Egao Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, -/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 3 - Wakawakashii Kao Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, -/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 4 - Me to Ku no Kenkou Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, -/games/boxart/default.jpg,Imakara Hajimeru Facening: Kao Tora-Mini 5 - Kao no Refresh Course,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-09-09, -/games/boxart/full_8233814JapanFrontccc.jpg,Imi Gawakaru Otona no Jukugo Renshuu: Kadokawa Ruigo Shinjiten Kara 5-Man Mon,DS,Misc,Now Production,Now Production,,,,,,,2009-01-15, -/games/boxart/3691389ccc.jpg,Immortal Desire,3DO,Misc,Vise,Vivid Interactive,,,,,,,1994-01-01, -/games/boxart/default.jpg,Imouto Style,PC,Misc,Unknown,C: drive.,,,,,,,2011-07-29, -/games/boxart/default.jpg,Impire,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-02-14, -/games/boxart/default.jpg,Impossamole,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,Impossamole,AST,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,Impossamole,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,Impossamole,Amig,Misc,Gremlin Graphics,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,Impossible Mission,C64,Misc,Epyx,Unknown,,,,,,,1984-01-01, -/games/boxart/default.jpg,In the 1st Degree,PC,Misc,Broderbund,Broderbund,,,,,,,1995-08-31, -/games/boxart/default.jpg,In Verbis Virtus,And,Misc,Choice of Games,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,In Verbis Virtus,PC,Misc,Unknown,Unknown,,,,,,,2015-04-03, -/games/boxart/default.jpg,Inazuma Eleven Online,PC,Misc,Level 5,Unknown,,,,,,,2014-05-31, -/games/boxart/full_7133069AmericaFrontccc.jpg,IncaBlocks,XBL,Misc,Microsoft,FuncWorks LLC,,,,,,,2009-10-14, -/games/boxart/full_inchworm-animation_32AmericaFront.jpg,Inchworm Animation,DSiW,Misc,Unknown,Flat Black Films,,,,,,,2011-04-25, -/games/boxart/full_3303432AmericaFrontccc.jpg,Indirian Solitaire,XBL,Misc,Microsoft,Indirian Software,,,,,,,2008-12-29, -/games/boxart/default.jpg,Inescapable,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Inescapable,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Inescapable,PC,Misc,Unknown,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Infested Planet,OSX,Misc,Zoo Games silver,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Infinite Crisis,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2015-03-26, -/games/boxart/7532731ccc.jpg,InfoGenius Productivity Pak: Frommer's Travel Guide,GB,Misc,GameTek,GameTek,,,,,,,1991-09-02, -/games/boxart/4258344ccc.jpg,InfoGenius Productivity Pak: Personal Organizer and Phone Book,GB,Misc,GameTek,Imagineering Inc,,,,,,,1991-09-02, -/games/boxart/7904318ccc.jpg,InfoGenius Productivity Pak: Spell Checker and Calculator,GB,Misc,GameTek,GameTek,,,,,,,1991-09-02, -/games/boxart/full_inspector-gadget-recreabox_3PALFront.jpg,Inspector Gadget Recreabox,PC,Misc,Hip Interactive,TBA,,,,,,,2001-01-01, -/games/boxart/default.jpg,Instantion,And,Misc,Unknown,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Insurgency,PC,Misc,NEW WORLD,Unknown,,,,,,,2014-01-22, -/games/boxart/default.jpg,Insurgency,OSX,Misc,NEW WORLD,Unknown,,,,,,,2014-01-22, -/games/boxart/full_4664864AmericaFrontccc.jpg,Intellivision Lives!,PC,Misc,Intellivision Productions,Intellivision Productions,,,,,,,1999-04-30, -/games/boxart/full_62502AmericaFrontccc.jpg,Intellivision Lives!,XBL,Misc,Crave Entertainment,Realtime Associates,,,,,,,2008-09-15, -/games/boxart/default.jpg,Intellivision Lives!,DSiW,Misc,Unknown,Intellivision Productions Inc.,,,,,,,, -/games/boxart/3158389ccc.jpg,Interactive Storybook DS Series 2,DS,Misc,Tommo,Tommo,,,,,,,2007-10-26, -/games/boxart/full_internet-othello_936JapanFront.jpg,Internet Othello,PS2,Misc,Success,Success,,,,,,,2002-06-13, -/games/boxart/default.jpg,Into the Dark,PC,Misc,Homegrown Games,Unknown,,,,,,,2013-04-18, -/games/boxart/full_4709690JapanFrontccc.jpg,InuYasha: Naraku no Wana! Mayoi no Mori no Shoutaijou,GBA,Misc,Takara,WinkySoft,,,,,,,2003-01-23, -/games/boxart/default.jpg,Invasion of the Alien Blobs!,DSi,Misc,G-Style,Unknown,,,,,,,2012-11-29, -/games/boxart/default.jpg,Invasion of the Alien Blobs!,3DS,Misc,G-Style,Unknown,,,,,,,2012-11-29, -/games/boxart/6694447ccc.jpg,INXS: Make My Video,SCD,Misc,Sony Imagesoft,Digital Pictures,,,,,,,1992-10-15, -/games/boxart/default.jpg,Inyoku Tokubetsu Kyoushitsu,PC,Misc,Miel,Unknown,,,,,,,2012-03-09, -/games/boxart/7919142ccc.jpg,ioi,PC,Misc,Westwood Studios,"Well, let us see...",,,,,,,2008-02-29, -/games/boxart/default.jpg,iON Bond,And,Misc,Unknown,Unknown,,,,,,,2014-05-28, -/games/boxart/full_7459885JapanFrontccc.jpg,Ippan Zaidan Houjin: Nippon Kanji Shuujukudo Kentei Kikou Kounen - Tsuutenkaku DS,DS,Misc,Now Production,Now Production,,,,,,,2010-06-10, -/games/boxart/full_ippatsu-gyakuten-dx-bakenou_519JapanFront.jpg,Ippatsu Gyakuten: DX Bakenou,GB,Misc,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1991-05-17, -/games/boxart/default.jpg,iRacing,Mob,Misc,Unknown,Unknown,,,,,,,2008-08-26, -/games/boxart/full_iredia-atrams-secret_896AmericaFront.jpg,Iredia: Atram's Secret,XBL,Misc,Microsoft,CEIEC,,,,,,,2010-11-06, -/games/boxart/full_irem-arcade-classics_9JapanFront.jpg,Irem Arcade Classics,PS,Misc,I'Max,Irem Software Engineering,,,,,,,1996-04-26, -/games/boxart/full_irem-arcade-classics_1JapanFront.jpg,Irem Arcade Classics,SAT,Misc,I'Max,Irem Software Engineering,,,,,,,1996-04-26, -/games/boxart/full_irem-arcade-classics_7JapanFront.jpg,Irem Arcade Classics,PSN,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-10-27, -/games/boxart/full_9397945JapanFrontccc.jpg,Iribaru Rieko no Dendou Mahjong,GBA,Misc,Media Rings,Media Rings,,,,,,,2001-09-28, -/games/boxart/full_1572489AmericaFrontccc.jpg,Iris,XBL,Misc,Microsoft,Altered Reality,,,,,,,2009-05-11, -/games/boxart/full_5962293PALFrontccc.jpg,Iron Chef,PS2,Misc,Phoenix Games,Phoenix Games,,,,,,,2007-12-01, -/games/boxart/default.jpg,Iron Man 3 - The Official Game,And,Misc,Gameloft,Unknown,,,,,,,2013-04-25, -/games/boxart/default.jpg,Ironclad Tactics,PS4,Misc,Zachtronics Industries,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Ironclad Tactics,Linux,Misc,Zachtronics Industries,Unknown,,,,,,,2013-09-18, -/games/boxart/default.jpg,Ironclad Tactics,OSX,Misc,Zachtronics Industries,Unknown,,,,,,,2013-09-18, -/games/boxart/default.jpg,Ironclad Tactics,PC,Misc,Zachtronics Industries,Unknown,,,,,,,2013-09-18, -/games/boxart/default.jpg,Ironpants,And,Misc,Eduardas Klenauskis,Unknown,,,,,,,2014-01-27, -/games/boxart/full_9370787AmericaFrontccc.png,Ironpants,PC,Misc,Eduardas Klenauskis,Eduardas Klenauskis,,,,,,,2014-01-27, -/games/boxart/default.jpg,Irotoridori no Sekai,PC,Misc,Favorite,Favorite,,,,,,,2011-07-29, -/games/boxart/full_ishida-masao-ku-dan-no-igo-seiha_3JapanFront.jpg,Ishida Masao Ku-Dan no Igo Seiha,3DO,Misc,Electronic Arts Victor,Electronic Arts Victor,,,,,,,1995-01-27, -/games/boxart/full_ishida-masao-no-tsumego-paradise_523JapanFront.jpg,Ishida Masao no Tsumego Paradise,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,1990-12-21, -/games/boxart/default.jpg,Island: The Lost Medallion,PC,Misc,Big Fish Games,Unknown,,,,,,,2010-03-30, -/games/boxart/full_9061002JapanFrontccc.jpg,Isseki Hacchou: Kore 1-pon de 8 Shurui!,GBA,Misc,Konami,Konami,,,,,,,2002-03-28, -/games/boxart/full_9336390JapanFrontccc.jpg,It's tehodoki! Hannya Shingyou Nyuumon,DS,Misc,ASNetworks,ASNetworks,,,,,,,2007-08-09, -/games/boxart/full_1947133JapanFrontccc.jpg,Itadaki Street: Gorgeous King,PS,Misc,Enix,Tomcat System,,,,,,,1998-09-23, -/games/boxart/full_5939186JapanFrontccc.jpg,Itsu Demo Doko Demo: Onita Atsushi no Seiji Quiz DS,DS,Misc,Milestone,MileStone Inc.,,,,,,,2007-09-27, -/games/boxart/full_953492JapanFrontccc.jpg,Itsumono Shokuzai de Dekichau Suteki na Sweets to Gochisou,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2007-12-20, -/games/boxart/full_2197429AmericaFrontccc.jpg,Ittle Dew,And,Misc,Ludosity AB,Unknown,,,,,,,2014-06-07, -/games/boxart/full_7583363AmericaFrontccc.jpg,Ittle Dew,PC,Misc,Ludosity AB,Unknown,,,,,,,2013-07-23, -/games/boxart/full_5638809AmericaFrontccc.jpg,Ittle Dew,WiiU,Misc,Ludosity AB,Unknown,,,,,,,2014-05-29, -/games/boxart/full_9922086AmericaFrontccc.jpg,ItzaBitza,PC,Misc,Sabi Games,Sabi Games,,,,,,,2009-10-14, -/games/boxart/full_7572731AmericaFrontccc.jpg,ItzaZoo,PC,Misc,Sabi Games,Sabi Games,,,,,,,2009-12-09, -/games/boxart/default.jpg,Jack Houston and the Necronauts,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Jackpot Slots - Slot Machines,And,Misc,GREE,Unknown,,,,,,,2012-12-10, -/games/boxart/full_1292186AmericaFrontccc.jpg,Jacob Jones and the Bigfoot Mystery,PSV,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-05-14, -/games/boxart/full_3073328AmericaFrontccc.jpg,Jacob Jones and the Bigfoot Mystery,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-05-14, -/games/boxart/default.jpg,Jagged Alliance: Flashback,PC,Misc,Full Control Studios,Unknown,,,,,,,2014-07-01, -/games/boxart/full_8935190JapanFrontccc.jpg,Jaguar Mishin Sashi Senyou Soft: Mario Family,GB,Misc,Jaguar,Jaguar,,,,,,,2001-09-10, -/games/boxart/default.jpg,Jak and Daxter: The Precursor Legacy,PS3,Misc,SCEA,Unknown,,,,,,,2012-02-07, -/games/boxart/full_jaka-jaka-music_6JapanFront.jpg,Jaka Jaka Music!,DS,Misc,Plato,Plato,,,,,,,2010-09-23, -/games/boxart/full_jaleco-collection-vol-1_975JapanFront.jpg,Jaleco Collection Vol. 1,PS,Misc,Pacific Century Cyber Works,Jaleco Entertainment,,,,,,,2003-10-23, -/games/boxart/full_jam-space-pocketstudio_955AmericaFront.jpg,Jam Space: PocketStudio,DSiW,Misc,HB Studios Multimedia,HB Studios,,,,,,,2010-12-13, -/games/boxart/full_8456414AmericaFrontccc.jpg,Jammer,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-05-11, -/games/boxart/4082431ccc.jpg,Jampack Volume 14 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2006-04-19, -/games/boxart/full_6371943AmericaFrontccc.jpg,Jampack Volume 15 (RP-M),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2006-10-17, -/games/boxart/full_9421839AmericaFrontccc.jpg,Jampack Volume 15 (RP-T),PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2006-10-17, -/games/boxart/default.jpg,Jan Sangoku Musou 2,PSP,Misc,KOEI,Koei,,,,,,,2017-12-30,2018-07-31 -/games/boxart/full_5635934JapanFrontccc.jpg,Jangou Simulation Mahjong Michi 64,N64,Misc,Video System,Art,,,,,,,1997-07-25, -/games/boxart/full_171345JapanFrontccc.jpg,Jangou World Cup,SCD,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1993-08-27, -/games/boxart/default.jpg,Janken Party Paradise,WW,Misc,Studio Zan,Studio Zan,,,,,,,2010-01-26, -/games/boxart/full_janline-r_6JapanFront.jpg,Janline R,PS3,Misc,Recom,Recom,,,,,,,2009-08-06, -/games/boxart/full_janshirou_216JapanFront.jpg,Janshirou,GB,Misc,Sammy Corporation,Sammy Studios,,,,,,,1992-03-27, -/games/boxart/full_janshirou-2_257JapanFront.jpg,Janshirou 2,GB,Misc,Sammy Corporation,Sammy Studios,,,,,,,1994-03-18, -/games/boxart/full_7592006JapanFrontccc.jpg,Jantaku Boy,GB,Misc,Namco,Namco,,,,,,,1992-01-24, -/games/boxart/full_jelly-pops_696PALFront.jpg,Jelly Pops,PSN,Misc,PomPom,PomPom Games,,,,,,,2011-09-27, -/games/boxart/default.jpg,Jelly Splash,And,Misc,wooga,Unknown,,,,,,,2013-09-24, -/games/boxart/default.jpg,Jelly Splash,BRW,Misc,wooga,Unknown,,,,,,,2013-05-07, -/games/boxart/full_jeopardy_180AmericaFront.jpg,Jeopardy!,NES,Misc,GameTek,Rare Ltd.,,,,,,,1988-09-01, -/games/boxart/5109869ccc.jpg,Jeopardy!,GB,Misc,GameTek,Data Design Interactive,,,,,,,1991-03-01, -/games/boxart/1283197ccc.jpg,Jeopardy!,SCD,Misc,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-01-01, -/games/boxart/full_4738785AmericaFrontccc.jpg,Jeopardy!,PSN,Misc,Sony Online Entertainment,Sony Online Entertainment Los Angeles,,,,,,,2008-09-11, -/games/boxart/full_6833428AmericaFrontccc.jpg,Jeopardy!,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-09-30, -/games/boxart/full_1431082AmericaFrontccc.jpg,Jeopardy!,SNES,Misc,GameTek,Imagineering Inc.,,,,,,,1992-12-01, -/games/boxart/full_6207540AmericaFrontccc.jpg,Jeopardy!,GEN,Misc,GameTek,Park Place Productions,,,,,,,1992-12-01, -/games/boxart/full_1823127AmericaFrontccc.jpg,Jeopardy! 2003,PC,Misc,Atari,Atari,,,,,,,2002-09-30, -/games/boxart/full_8121441AmericaFrontccc.jpg,Jeopardy! 25th Anniversary,GG,Misc,GameTek,GameTek,,,,,,,1992-01-01, -/games/boxart/4853921ccc.jpg,Jeopardy! 25th Anniversary Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1990-06-01, -/games/boxart/full_3463979AmericaFrontccc.jpg,Jeopardy! 2nd Edition,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,2000-09-19, -/games/boxart/full_776966AmericaFrontccc.jpg,Jeopardy! Deluxe,PC,Misc,Encore,Sony Pictures Digital Network,,,,,,,2007-06-20, -/games/boxart/full_8355073AmericaFrontccc.jpg,Jeopardy! Deluxe Edition,GEN,Misc,GameTek,Park Place Productions,,,,,,,1993-06-21, -/games/boxart/full_1234861AmericaFrontccc.jpg,Jeopardy! Deluxe Edition,SNES,Misc,GameTek,Imagineering Inc.,,,,,,,1994-06-01, -/games/boxart/2480383ccc.jpg,Jeopardy! Junior Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1989-10-01, -/games/boxart/2285010ccc.jpg,Jeopardy! Platinum Edition,GB,Misc,GameTek,Data Design Interactive,,,,,,,1996-12-01, -/games/boxart/1490374ccc.jpg,Jeopardy! Sports Edition,GB,Misc,GameTek,Data Design Interactive,,,,,,,1994-05-01, -/games/boxart/full_7083236AmericaFrontccc.jpg,Jeopardy! Sports Edition,GG,Misc,GameTek,GameTek,,,,,,,1994-01-01, -/games/boxart/full_3964722AmericaFrontccc.jpg,Jeopardy! Sports Edition,GEN,Misc,GameTek,Park Place Productions,,,,,,,1993-05-01, -/games/boxart/full_297557AmericaFrontccc.jpg,Jeopardy! Sports Edition,SNES,Misc,GameTek,Imagineering Inc.,,,,,,,1994-05-01, -/games/boxart/full_jeopardy-super-deluxe_1AmericaFront.jpg,Jeopardy! Super Deluxe,PC,Misc,Encore,Sony Pictures Digital Network,,,,,,,2008-06-16, -/games/boxart/8648779ccc.jpg,Jeopardy! Teen Tournament,GB,Misc,GameTek,Data Design Interactive,,,,,,,1996-12-01, -/games/boxart/default.jpg,Jetpack Joyride,PSV,Misc,Big Ant Studios,Unknown,,,,,,,2012-12-31, -/games/boxart/default.jpg,Jetpack Joyride,PS3,Misc,Big Ant Studios,Unknown,,,,,,,2012-12-31, -/games/boxart/default.jpg,Jetpack Joyride,PSP,Misc,Beatshapers,Unknown,,,,,,,2012-11-20, -/games/boxart/default.jpg,Jetpack Joyride,And,Misc,Halfbrick Studios,Unknown,,,,,,,2012-09-28, -/games/boxart/default.jpg,Jett Rocket II: The Wrath of Taikai,3DS,Misc,Shin'en,Unknown,,,,,,,2013-11-13, -/games/boxart/default.jpg,Jewel Adventures,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-05, -/games/boxart/default.jpg,Jewel Mania,And,Misc,TeamLava,Unknown,,,,,,,2012-11-07, -/games/boxart/default.jpg,Jewel Quest IV: Heritage,3DS,Misc,Unknown,Unknown,,,,,,,2014-05-08, -/games/boxart/default.jpg,Jewel Quest Mysteries 3 - The Seventh Gate,PC,Misc,Unknown,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Jewel Quest Mysteries 3 - The Seventh Gate,3DS,Misc,Unknown,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Jewel Quest Mysteries 3 - The Seventh Gate,DS,Misc,Unknown,Unknown,,,,,,,2012-06-15, -/games/boxart/full_7958323AmericaFrontccc.jpg,Jewel Quest Pack,PC,Misc,iWin,iWin,,,,,,,2009-08-24, -/games/boxart/full_jikki-pachi-slot-simulation-vol-1_2JapanFront.jpg,Jikki Pachi-Slot Simulator Vol. 1,3DO,Misc,Electronic Arts Victor,Nexton,,,,,,,1995-07-21, -/games/boxart/full_jikki-pachi-slot-tettei-kouryaku-yamasa-collection_377JapanFront.jpg,Jikki Pachi-Slot Tettei Kouryaku: Yamasa Collection,PS,Misc,Culture Publishers,Yamasa Entertainment,,,,,,,1998-03-26, -/games/boxart/full_bear-in-the-big-blue-house_4AmericaFront.jpg,Jim Henson's Bear in the Big Blue House,PS,Misc,Ubisoft,DC Studios,,,,,,,2003-04-26, -/games/boxart/full_bear-in-the-big-blue-house_10AmericaFront.jpg,Jim Henson's Bear in the Big Blue House,GB,Misc,Ubisoft,Ubisoft,,,,,,,2002-03-21, -/games/boxart/full_2963244AmericaFrontccc.jpg,Jimmy White's Cue Ball,GB,Misc,Vatical Entertainment,Vicarious Visions,,,,,,,2000-12-22, -/games/boxart/full_6404003JapanFrontccc.jpg,Jinsei 8-Man-7000-Kai no Shokuji wo Tanoshiku suru: Oishiku Kiwameru Shokutsuu DS: Otona no Shuumatsu Henshuu-bu Gensen no Osusume Tenpo Jouhou Iri,DS,Misc,Square Enix,High Horse Entertainment,,,,,,,2007-12-13, -/games/boxart/full_jinsei-game_10JapanFront.jpg,Jinsei Game,GB,Misc,Takara,Takara,,,,,,,1995-06-23, -/games/boxart/full_8886102JapanFrontccc.jpg,Jinsei Game,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2009-12-03, -/games/boxart/full_7338277JapanFrontccc.jpg,Jinsei Game 64,N64,Misc,Takara,Takara,,,,,,,1999-03-19, -/games/boxart/full_9907787JapanFrontccc.jpg,Jinsei Game Advance,GBA,Misc,Takara,Takara,,,,,,,2002-04-18, -/games/boxart/full_jinsei-game-densetsu_349JapanFront.jpg,Jinsei Game Densetsu,GB,Misc,Takara,Takara,,,,,,,1991-06-28, -/games/boxart/full_2074277JapanFrontccc.jpg,Jinsei Game for Dreamcast,DC,Misc,Takara,Takara,,,,,,,2000-06-22, -/games/boxart/full_6018612JapanFrontccc.jpg,Jinsei Game Q DS: Heisei no Dekigoto,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2007-12-27, -/games/boxart/full_jinsei-game-happy-family_2JapanFront.jpg,Jinsei Game: Happy Family,Wii,Misc,Takara Tomy,Takara Tomy,,,,,,,2010-11-11, -/games/boxart/default.jpg,Jinsei Game: Happy Step,WW,Misc,Takara Tomy,Takara Tomy,,,,,,,2010-10-12, -/games/boxart/full_4179081JapanFrontccc.jpg,Jishin DS: 72 Jikan,DS,Misc,Iota,Iota,,,,,,,2009-06-25, -/games/boxart/full_jissen-pachi-slot-hisshouhou-ds-aladdin-ii-evolution_6JapanFront.jpg,Jissen Pachi-Slot Hisshouhou! DS: Aladdin II Evolution,DS,Misc,Sega,Sammy Studios,,,,,,,2006-03-30, -/games/boxart/full_8574881JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken Plus,PS2,Misc,Sega,Sammy Studios,,,,,,,2005-02-24, -/games/boxart/full_4584878JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Kemono-Oh Advance,GBA,Misc,Sammy Corporation,Sammy Studios,,,,,,,2002-03-22, -/games/boxart/full_2931627JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Onimusha 3,PS2,Misc,Sega,Sammy Studios,,,,,,,2005-07-14, -/games/boxart/full_jissen-pachi-slot-hisshouhou-portable-aladdin-ii-evolution_1JapanFront.jpg,Jissen Pachi-Slot Hisshouhou! Portable: Aladdin II Evolution,PSP,Misc,Sega,Sammy Studios,,,,,,,2006-03-30, -/games/boxart/full_375166JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Selection: Salaryman Kintarou - Slotter Kintarou - Ore no Sora,PS2,Misc,Sega,Sammy Studios,,,,,,,2008-02-14, -/games/boxart/full_2495839JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Single: Kamen Rider & Gallop,PS,Misc,MaxBet,Sammy Studios,,,,,,,1999-10-28, -/games/boxart/full_7864805JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Single: Kamen Rider V3,PS,Misc,MaxBet,Sammy Studios,,,,,,,1999-10-28, -/games/boxart/full_1512572JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou! Ultraman Club,PS2,Misc,Sega,Sammy Studios,,,,,,,2006-03-16, -/games/boxart/full_6963872JapanFrontccc.jpg,Jissen Pachi-Slot Hisshouhou!@VPACHI Kingdom,DC,Misc,MaxBet,MaxBet,,,,,,,2000-09-28, -/games/boxart/full_4381290JapanFrontccc.jpg,Jissen Pachinko Hisshouhou! Aladdin Destiny EX,PS2,Misc,Sega,Sammy Studios,,,,,,,2007-05-31, -/games/boxart/full_1624851JapanFrontccc.jpg,Jissen Pachislot Hisshouhou! Hokuto no Ken Portable,PSP,Misc,Sega,Sammy Studios,,,,,,,2005-06-30, -/games/boxart/default.jpg,"JK Shojo Imouto no Inyoku Choukyou: Imouto no Mousou wa, Genjitsu e to Aegidasu...",PC,Misc,Appetite,Unknown,,,,,,,2012-03-16, -/games/boxart/default.jpg,Johnny Hotshot,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-11-08, -/games/boxart/default.jpg,Johnny Impossible,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-12-27, -/games/boxart/default.jpg,Johnny Kung Fu,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-07-12, -/games/boxart/default.jpg,Joining Hands,OSX,Misc,10tons Ltd,Unknown,,,,,,,2012-01-09, -/games/boxart/default.jpg,Joining Hands,And,Misc,10tons Ltd,Unknown,,,,,,,2011-11-06, -/games/boxart/default.jpg,Joining Hands,PC,Misc,10tons Ltd,Unknown,,,,,,,2012-08-23, -/games/boxart/default.jpg,Joining Hands,WinP,Misc,10tons Ltd,Unknown,,,,,,,2013-01-22, -/games/boxart/default.jpg,Joining Hands 2,OSX,Misc,10tons Ltd,Unknown,,,,,,,2013-09-06, -/games/boxart/default.jpg,Joining Hands 2,And,Misc,10tons Ltd,Unknown,,,,,,,2013-09-06, -/games/boxart/default.jpg,Joining Hands 2,WinP,Misc,10tons Ltd,Unknown,,,,,,,2013-09-09, -/games/boxart/default.jpg,Joining Hands 2,PC,Misc,10tons Ltd,Unknown,,,,,,,2013-09-09, -/games/boxart/default.jpg,Jojo's Bizarre Adventure,X360,Misc,Capcom,Unknown,,,,,,,2012-08-21, -/games/boxart/default.jpg,Jojo's Bizarre Adventure,Arc,Misc,Capcom,Unknown,,,,,,,1998-01-01, -/games/boxart/full_2463313JapanFrontccc.jpg,Jouchi Daigaku Tsuchiya Takahide Kyouju Kanshuu: Ryoukiki Exercise: Riron no Migi-te to Kansei no Hidari-te,DS,Misc,CyberFront,Majesco Entertainment,,,,,,,2008-01-31, -/games/boxart/default.jpg,Journey of a Roach,Linux,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-11-04, -/games/boxart/default.jpg,Journey of a Roach,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-11-04, -/games/boxart/default.jpg,Journey of a Roach,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-11-04, -/games/boxart/full_juggle_2AmericaFront.jpg,Juggle!,XBL,Misc,Microsoft,Denki,,,,,,,2010-09-07, -/games/boxart/default.jpg,Jugyou de Ecchi?,PC,Misc,Unknown,Hakudakukei,,,,,,,2011-07-29, -/games/boxart/full_9344478AmericaFrontccc.jpg,Jump Duck,XBL,Misc,Microsoft,LocoPuyo,,,,,,,2009-11-25, -/games/boxart/default.jpg,Jump Trials Supreme,3DS,Misc,G-Style,Unknown,,,,,,,2013-12-12, -/games/boxart/full_7484617JapanFrontccc.jpg,Jung Rhythm,SAT,Misc,Altron,Altron,,,,,,,1998-01-15, -/games/boxart/full_732982AmericaFrontccc.jpg,Jungle Blocks,XBL,Misc,Microsoft,Danny Tuppeny,,,,,,,2009-06-02, -/games/boxart/default.jpg,Jungle Heat,And,Misc,MY.COM,Unknown,,,,,,,2013-06-21, -/games/boxart/full_7366540JapanFrontccc.jpg,Jungle Park,PS,Misc,Bandai,Saru Brunei,,,,,,,1998-02-26, -/games/boxart/full_jungle-party_818PALFront.png,Jungle Party,PSN,Misc,Sony Computer Entertainment,SCEE,,,,,,,2010-12-08, -/games/boxart/full_jungle-school_840AmericaFront.jpg,Jungle School,DS,Misc,SouthPeak Interactive,Little World Studios,,,,,,,2011-11-29, -/games/boxart/full_7833755AmericaFrontccc.jpg,Jungle Speed,WW,Misc,Playful Entertainment,Playful Entertainment,,,,,,,2009-01-12, -/games/boxart/default.jpg,Junior Work Zone,PS3,Misc,Unknown,Maximum,,,,,,,2011-10-15, -/games/boxart/default.jpg,Junktopia,And,Misc,Mobo Studio,Unknown,,,,,,,2013-05-01, -/games/boxart/full_jurassic-park-iii-danger-zone_8AmericaFront.jpg,Jurassic Park III: Danger Zone!,PC,Misc,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2005-06-29, -/games/boxart/full_3429624JapanFrontccc.jpg,Jurassic Park Institute Tour: Dinosaur Rescue,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2003-07-18, -/games/boxart/default.jpg,Jurassic Park: Builder,And,Misc,Ludia,Unknown,,,,,,,2013-03-08, -/games/boxart/full_just-dance-kids_492PALFront.jpg,Just Dance Kids,X360,Misc,Ubisoft,Ubisoft,,,,,,,2011-11-04, -/games/boxart/full_just-jam_386AmericaFront.jpg,Just Jam,WW,Misc,Big John Games,"Zivix, LLC",7.5,,,,,,2011-07-07, -/games/boxart/default.jpg,Just Sing! 80s Collection,DSiW,Misc,DTP Entertainment,dtp entertainment AG,,,,,,,2011-06-23, -/games/boxart/full_just-sing-christmas-songs_573AmericaFront.jpg,Just Sing! Christmas Songs,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-12-13, -/games/boxart/full_just-sing-christmas-vol-2_78AmericaFront.jpg,Just Sing! Christmas Vol. 2,DSiW,Misc,DTP Entertainment,Engine Software,,,,,,,2010-12-20, -/games/boxart/full_just-sing-national-anthems_6AmericaFront.jpg,Just Sing! National Anthems,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-08-16, -/games/boxart/full_2743422AmericaFrontccc.jpg,KA-52 Team Alligator,PC,Misc,GT Interactive,Simis Ltd.,,,,,,,2000-03-31, -/games/boxart/default.jpg,Kabama,X360,Misc,Triangle Service,Unknown,,,,,,,2014-04-24, -/games/boxart/full_4014212JapanFrontccc.jpg,Kabuki Machi Reach Mahjong,SNES,Misc,Pony Canyon,Pony Canyon,,,,,,,1994-07-15, -/games/boxart/full_1448232JapanFrontccc.jpg,Kageyama Hideo no IQ Teacher DS,DS,Misc,IE Institute,IE Institute,,,,,,,2006-03-30, -/games/boxart/full_kaikan-phrase_427JapanFront.jpg,Kaikan Phrase,PS,Misc,Enix,Produce!,,,,,,,2000-02-24, -/games/boxart/full_kaiketsu-zorori-mezase-itazura-king_886JapanFront.jpg,Kaiketsu Zorori: Mezase! Itazura King,PS2,Misc,Bandai,Bandai,,,,,,,2004-04-28, -/games/boxart/default.jpg,Kaite Oboeru: Eitango Chou,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-17, -/games/boxart/default.jpg,Kaite Oboeru: Shashin Tango,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-17, -/games/boxart/full_8972734JapanFrontccc.jpg,Kaiun Kenkyuuka - Utsukita Mahiro Kanshuu - Mainichi Kokorobics: DS Uranai Happiness 2008,DS,Misc,Dimple Entertainment,Dimple Entertainment,,,,,,,2008-01-31, -/games/boxart/full_4562271JapanFrontccc.jpg,Kakikomi Shiki 'Hannya Shingyou' Renshuu Chou DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-04-12, -/games/boxart/full_718402JapanFrontccc.jpg,Kakinoki Shogi,3DO,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1994-10-21, -/games/boxart/full_7219657JapanFrontccc.jpg,Kakinoki Shogi,PS,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1994-12-22, -/games/boxart/full_8271855JapanFrontccc.jpg,Kakinoki Shogi,SAT,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1995-04-14, -/games/boxart/full_1555935JapanFrontccc.jpg,Kakinoki Shogi,SNES,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1995-09-01, -/games/boxart/full_6493682JapanFrontccc.jpg,Kakinoki Shogi II,PS,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1998-03-26, -/games/boxart/full_3369917JapanFrontccc.jpg,Kakinoki Shogi IV,PS2,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,2000-03-04, -/games/boxart/full_kakitori-rekishi-shougakusei_56JapanFront.jpg,Kakitori Rekishi Shougakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2011-07-13, -/games/boxart/full_2090663JapanFrontccc.jpg,Kamen Rider SD: Guranshokkaa no Yabou,NES,Misc,Angel Studios,Angel Studios,,,,,,,1993-01-22, -/games/boxart/default.jpg,Kamen Rider: Climax Heroes Fourze,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Kamen Rider: Climax Heroes Fourze,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Kamen Rider: Climax Heroes Fourze,PC,Misc,Unknown,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Kamen Rider: Climax Heroes OOO,PC,Misc,Unknown,Unknown,,,,,,,2014-07-28, -/games/boxart/default.jpg,Kamen Rider: Climax Heroes W,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/full_1766066JapanFrontccc.jpg,Kamen Rider: Sakusen File 1,SAT,Misc,Toei Animation,Toei Animation,,,,,,,1997-11-13, -/games/boxart/default.jpg,Kanin Tokkyuu Matsuba: Nikuyoku no Gourmet Kikou,PC,Misc,Unknown,Tsurumiku,,,,,,,2011-07-29, -/games/boxart/full_kanji-boy_114JapanFront.jpg,Kanji Boy,GB,Misc,J-Wing,J-Wing,,,,,,,1999-06-03, -/games/boxart/full_kanji-boy-2_978JapanFront.jpg,Kanji Boy 2,GB,Misc,J-Wing,J-Wing,,,,,,,2000-06-30, -/games/boxart/full_kanji-boy-3_845JapanFront.jpg,Kanji Boy 3,GB,Misc,J-Wing,J-Wing,,,,,,,2003-06-05, -/games/boxart/full_5559828JapanFrontccc.jpg,Kanji no Wataridori,DS,Misc,Success,Success,,,,,,,2006-06-01, -/games/boxart/default.jpg,Kanojo no Shinyuu: H o Shitai Dake Nan Dakedo...,PC,Misc,GokuFero,GokuFero,,,,,,,2011-07-15, -/games/boxart/full_7258504JapanFrontccc.jpg,Karada Yorokobu Shokuji & Exercise: Kenkou Kentei,DS,Misc,Yudo,Yudo / GDHC,,,,,,,2007-11-15, -/games/boxart/full_8338815JapanFrontccc.jpg,Karan Koron Gakuen: Byuarabu Hen,PS,Misc,J-Wing,Unknown,,,,,,,2000-04-20, -/games/boxart/full_8636497JapanFrontccc.jpg,Karan Koron Gakuen: Doki Doki Hen,PS,Misc,J-Wing,J-Wing,,,,,,,2000-02-24, -/games/boxart/full_5331912JapanFrontccc.jpg,Karan Koron Gakuen: Munekyun Hen,PS,Misc,J-Wing,Unknown,,,,,,,2000-03-30, -/games/boxart/full_2413940JapanFrontccc.jpg,Karaoke Joysound Wii: Duet Kyokuhen,Wii,Misc,Hudson Soft,Xing Inc.,,,,,,,2010-06-10, -/games/boxart/full_7582570JapanFrontccc.jpg,Karaoke Joysound Wii: Enka Kayoukyouku Hen,Wii,Misc,Hudson Soft,Xing Inc.,,,,,,,2010-06-10, -/games/boxart/full_654596AmericaFrontccc.jpg,Karaoke Revolution American Idol Encore,XBL,Misc,Konami,Blitz Games,,,,,,,2009-08-11, -/games/boxart/full_7063672JapanFrontccc.jpg,Karaoke Revolution Anime Song Selection,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_7156327JapanFrontccc.jpg,Karaoke Revolution Dreams & Memories,PS2,Misc,Konami,Konami,,,,,,,2004-03-18, -/games/boxart/full_3092798JapanFrontccc.jpg,Karaoke Revolution Family Pack,PS2,Misc,Konami,Konami,,,,,,,2004-07-22, -/games/boxart/full_7850004JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 1,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, -/games/boxart/full_4380341JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 2,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, -/games/boxart/full_7826959JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 3,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, -/games/boxart/full_9367788JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 4,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, -/games/boxart/full_5214654JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 5,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_6937600JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 6,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_7197375JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 7,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_9341241JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 8,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_9629076JapanFrontccc.jpg,Karaoke Revolution J-Pop Best Vol 9,PS2,Misc,Konami,Konami,,,,,,,2004-03-18, -/games/boxart/full_6903715JapanFrontccc.jpg,Karaoke Revolution Kazoku Idol Sengen,PS2,Misc,Konami,Konami,,,,,,,2004-07-22, -/games/boxart/full_7702185JapanFrontccc.jpg,Karaoke Revolution Love & Ballad,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, -/games/boxart/full_6593792JapanFrontccc.jpg,Karaoke Revolution Night Selection 2003,PS2,Misc,Konami,Konami,,,,,,,2003-11-27, -/games/boxart/full_5241255AmericaFrontccc.jpg,Karaoke Revolution Presents American Idol,PS2,Misc,Konami,Blitz Games,,,,,,,2007-01-02, -/games/boxart/full_8344980JapanFrontccc.jpg,Karaoke Revolution Snow & Party,PS2,Misc,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_833742JapanFrontccc.jpg,Karaoke Revolution: Kissing Selection,PS2,Misc,Konami,Konami,,,,,,,2004-04-22, -/games/boxart/default.jpg,Karous: The Beast of Re:Eden,3DS,Misc,Unknown,Unknown,,,,,,,2014-01-23, -/games/boxart/default.jpg,Katamuku + Action: Katamuction,DSiW,Misc,HI Games & Publishing,HI Games & Publishing,,,,,,,2009-12-24, -/games/boxart/default.jpg,Kazoku Keikaku: Re:Tsumugu Ito,PS3,Misc,CyberFront,Unknown,,,,,,,2013-10-24, -/games/boxart/full_7312481PALFrontccc.png,KAZooK,PSN,Misc,Empire Interactive,Monte Cristo Multimedia,,,,,,,2008-11-27, -/games/boxart/default.jpg,Keitai Ou-sama Game @ Sex Sesshoku no In Hen,PC,Misc,Unknown,Kanisky,,,,,,,2011-07-22, -/games/boxart/default.jpg,Kemonomix,DSiW,Misc,Unknown,"Rocket Studio, Inc.",,,,,,,2010-08-04, -/games/boxart/default.jpg,Ken to Mah? to Gakuenmono. 3,PSP,Misc,Acquire,Unknown,,,,,,,2010-10-07, -/games/boxart/default.jpg,Ken to Mah? to Gakuenmono. 3,PS3,Misc,Acquire,Unknown,,,,,,,2010-10-07, -/games/boxart/default.jpg,Kentei TV! Wii,WW,Misc,Kosaido,Kosaido Co.,,,,,,,2009-07-14, -/games/boxart/default.jpg,Kentucky Route Zero,OSX,Misc,Unknown,Unknown,,,,,,,2013-02-22, -/games/boxart/default.jpg,Kentucky Route Zero,PC,Misc,Unknown,Unknown,,,,,,,2013-02-22, -/games/boxart/default.jpg,Kerbal Space Program,Linux,Misc,Unknown,Unknown,,,,,,,2015-04-27, -/games/boxart/default.jpg,Kerbal Space Program,OSX,Misc,Unknown,Unknown,,,,,,,2015-04-27, -/games/boxart/full_5273579AmericaFrontccc.jpg,Kerbal Space Program,PC,Misc,Unknown,Unknown,,,,,,,2015-04-27, -/games/boxart/full_8123031JapanFrontccc.jpg,Kero Kero Keroppi to Origami no Tabibito,3DO,Misc,Mizuki,Mizuki,,,,,,,1995-06-16, -/games/boxart/full_5520638AmericaFrontccc.png,Kersploosh!,3DS,Misc,Nintendo,Poisoft,,,,,,,2013-03-07,2018-09-05 -/games/boxart/default.jpg,Kick-Ass 2,X360,Misc,Badland Studio,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Kick-Ass 2,PS3,Misc,Badland Studio,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Kick-Ass 2,PC,Misc,Badland Studio,Unknown,,,,,,,2014-08-15, -/games/boxart/full_3139991AmericaFrontccc.jpg,KickBeat,PSV,Misc,Zen Studios,Unknown,,,,,,,2014-01-01, -/games/boxart/full_8770846AmericaFrontccc.jpg,KickBeat,PS3,Misc,Zen Studios,Unknown,,,,,,,2013-09-03, -/games/boxart/full_6701158AmericaFrontccc.jpg,KickBeat,XOne,Misc,Zen Studios,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8293214AmericaFrontccc.jpg,KickBeat,PS4,Misc,Zen Studios,Unknown,,,,,,,2015-01-01, -/games/boxart/full_3315700AmericaFrontccc.jpg,KickBeat,WiiU,Misc,Zen Studios,Zen Studios,,,,,,,2014-09-11,2018-04-10 -/games/boxart/full_635376JapanFrontccc.jpg,Kidou Gekidan Haro Ichiza: Gundam Mahjong + Z: Sara ni Deki Ruyouni Nattana!,DS,Misc,Namco Bandai,Microvision,,,,,,,2007-09-06, -/games/boxart/full_7011156JapanFrontccc.jpg,Kidou Senkan Nadesico: Ruriruri Mahjong,GB,Misc,King Records,Studio Saizensen,,,,,,,1999-12-24, -/games/boxart/full_6495584JapanFrontccc.jpg,Kids Station: Babapapa,PS,Misc,Sunsoft,SunSoft,,,,,,,2001-10-04, -/games/boxart/full_kids-station-bishoujo-senshi-sailor-moon_8JapanFront.jpg,Kids Station: Bishoujo Senshi Sailor Moon,PS,Misc,Bandai,Bandai,,,,,,,2001-01-29, -/games/boxart/full_6491249JapanFrontccc.jpg,Kids Station: Bokurato Asobou! Ultraman TV,PS,Misc,Bandai,Bandai,,,,,,,2000-09-21, -/games/boxart/full_kids-station-crayon-shin-chan_704JapanFront.jpg,Kids Station: Crayon Shin-Chan,PS,Misc,Bandai,Bandai,,,,,,,2001-11-29, -/games/boxart/full_5797759JapanFrontccc.jpg,Kids Station: Digimon Park,PS,Misc,Bandai,Chime,,,,,,,2001-07-26, -/games/boxart/full_5804119JapanFrontccc.jpg,Kids Station: Doki Doki ★Norimono Daibouken,PS,Misc,Sunsoft,SunSoft,,,,,,,2001-12-13, -/games/boxart/full_890501JapanFrontccc.jpg,Kids Station: Kamen Rider Heroes,PS,Misc,Bandai,Bandai,,,,,,,2002-07-18, -/games/boxart/full_8405185JapanFrontccc.jpg,Kids Station: Ultraman Cosmos,PS,Misc,Bandai,Bandai,,,,,,,2001-11-29, -/games/boxart/full_2189567JapanFrontccc.jpg,Kikansha Thomas DS 2: Asonde Manabu DS Youchien,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-07-24, -/games/boxart/full_893573JapanFrontccc.jpg,Kikansha Thomas: Kokugo Sansuu Eigo,DS,Misc,Rocket Company,Rocket Company,,,,,,,2007-08-02, -/games/boxart/default.jpg,Kill Fun Yeah,Linux,Misc,Unknown,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Kill Fun Yeah,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Kill Fun Yeah,PC,Misc,Unknown,Unknown,,,,,,,2014-05-30, -/games/boxart/full_7162995AmericaFrontccc.png,Kim Kardashian: Hollywood,And,Misc,Glu Mobile Inc.,Glu Mobile Inc.,,,,,,,2014-06-26, -/games/boxart/full_kimi-wo-aogi-otome-wa-hime-ni_428JapanFront.jpg,Kimi wo Aogi Otome wa Hime ni,PC,Misc,Peas Soft,Peas Soft,,,,,,,2011-07-29, -/games/boxart/full_5466793JapanFrontccc.jpg,Kimi wo Aogi Otome wa Hime ni,PSV,Misc,Entergram,Peas Soft,,,,,,,2016-09-29, -/games/boxart/default.jpg,Kindan no Byoutou,PC,Misc,Unknown,Atelier Kaguya,,,,,,,2011-07-29, -/games/boxart/default.jpg,Kindan no Byoutou,C64,Misc,Mirrorsoft,Unknown,,,,,,,1991-01-01, -/games/boxart/full_4487480AmericaFrontccc.jpg,Kinect Nat Geo TV,X360,Misc,Microsoft Studios,Relentless Software,,,,,,,2012-09-18,2018-09-29 -/games/boxart/full_2187611AmericaFrontccc.jpg,Kinect Sesame Street TV,X360,Misc,Microsoft Studios,Soho Productions,,,,,,,2012-09-18,2018-09-29 -/games/boxart/full_kinectimals-now-with-bears_735AmericaFront.jpg,Kinectimals: Now with Bears!,XBL,Misc,Microsoft Studios,Frontier Developments,,,,,,,2011-10-11, -/games/boxart/default.jpg,Kinetic Void,PC,Misc,Badland Studio,Unknown,,,,,,,2014-11-21, -/games/boxart/full_king-james-bible_401AmericaFront.jpg,King James Bible,GB,Misc,Wisdom Tree,Wisdom Tree,,,,,,,1994-01-01, -/games/boxart/full_king-of-casino_0AmericaFront.jpg,King of Casino,PCE,Misc,NEC,Algorithm Institute,,,,,,,1990-01-01, -/games/boxart/full_2842615AmericaFrontccc.jpg,King's Bounty,ApII,Misc,New World Computing,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,King's Bounty,Amig,Misc,New World Computing,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,King's Bounty,C64,Misc,New World Computing,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,King's Bounty,GEN,Misc,Electronic Arts,Unknown,,,,,,,1991-02-21, -/games/boxart/default.jpg,King's Bounty,MSD,Misc,New World Computing,Unknown,,,,,,,1990-01-01, -/games/boxart/full_kings-cup_652AmericaFront.jpg,King's Cup,XBL,Misc,Microsoft,Dwarf Biter,,,,,,,2011-09-07, -/games/boxart/full_9377850AmericaFrontccc.jpg,King's Table: Legend of Ragnarok,PC,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1993-01-01, -/games/boxart/default.jpg,Kingdom Come: Deliverance,OSX,Misc,Warhorse Studios,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Kingdom Conquest II,And,Misc,Sega,Unknown,,,,,,,2013-01-17, -/games/boxart/default.jpg,Kingdom Elemental,PC,Misc,Chronic Logic,Unknown,,,,,,,2008-08-21, -/games/boxart/full_8498147AmericaFrontccc.jpg,Kingdom Rush,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Kingdom Rush,And,Misc,Ironhide Game Studio,Unknown,,,,,,,2013-05-15, -/games/boxart/default.jpg,Kingdom Rush Frontiers,And,Misc,Ironhide Game Studio,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,Kingdom Three Musketeers,PSV,Misc,Unknown,Unknown,,,,,,,2014-02-05, -/games/boxart/default.jpg,Kingdom Under Fire II,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,KingdomConquest,And,Misc,Sega,Unknown,,,,,,,2010-11-16, -/games/boxart/default.jpg,Kingdoms of Camelot: Battle for the North,And,Misc,Kabam,Unknown,,,,,,,2012-03-01, -/games/boxart/full_kingyo-chuuihou-tobidase-game-gakuen_463JapanFront.jpg,Kingyo Chuuihou! Tobidase! Game Gakuen,SNES,Misc,Jaleco,Jaleco Entertainment,,,,,,,1994-03-18, -/games/boxart/full_9124994JapanFrontccc.jpg,Kiratto Kaiketsu! 64 Tanteidan,N64,Misc,Imagineer,Pandora Box,,,,,,,1998-10-23, -/games/boxart/default.jpg,Kirby & the Amazing Mirror,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Kirby Super Star,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-05-23, -/games/boxart/default.jpg,Kirby's Dream Course,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-05-23, -/games/boxart/default.jpg,Kirby's Dream Land 3,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-05-23, -/games/boxart/full_7421749JapanFrontccc.jpg,Kirei Zukin Seikatsu,DS,Misc,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-04-22, -/games/boxart/full_kirei-zukin-seikatsu-2_343JapanFront.jpg,Kirei Zukin Seikatsu 2,DS,Misc,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2011-04-28, -/games/boxart/full_1968364JapanFrontccc.jpg,Kirihara Shoten Forest: Eigo @ DS,DS,Misc,Ertain,Ertain,,,,,,,2009-03-26, -/games/boxart/full_2344953JapanFrontccc.jpg,Kirihara Shoten Kanshuu: Daigakusei Ryoku Kentei DS,DS,Misc,ASK,ASK,,,,,,,2008-12-04, -/games/boxart/full_oshare-nikki_914JapanFront.jpg,Kisekae Series 2: Oshare Nikki,GB,Misc,Victor Interactive,Victor Interactive Software,,,,,,,2001-03-23, -/games/boxart/full_4882238AmericaFrontccc.jpg,Kissy Poo,XBL,Misc,Microsoft,The ZMan,,,,,,,2009-11-12, -/games/boxart/full_4072334JapanFrontccc.jpg,Kitaihei Gold,DC,Misc,NetVillage,NetVillage,,,,,,,1999-11-18, -/games/boxart/default.jpg,Kitchen Scramble,BRW,Misc,"Playdom, Inc.",Unknown,,,,,,,2013-06-27, -/games/boxart/full_4557312JapanFrontccc.jpg,Kiteretsu Daihyakka: Cho Jiku Sugoroku,SNES,Misc,Video System,Video System,,,,,,,1995-01-27, -/games/boxart/full_4859494AmericaFrontccc.jpg,Kittie's Mazes,XBL,Misc,Microsoft,Kittie Software,,,,,,,2009-02-27, -/games/boxart/default.jpg,Kitty Jump,And,Misc,Sparkle Apps,Unknown,,,,,,,2014-02-21, -/games/boxart/default.jpg,Kitty Luv,PC,Misc,Activision Value,Unknown,,,,,,,2006-07-02, -/games/boxart/default.jpg,Kiwi Dash,And,Misc,Gamevil,Unknown,,,,,,,2014-01-16, -/games/boxart/default.jpg,Klonoa: Empire of Dreams,WiiU,Misc,Namco Bandai Games,Unknown,,,,,,,2014-05-29, -/games/boxart/default.jpg,Knights & Dragons,And,Misc,GREE,Unknown,,,,,,,2012-12-13, -/games/boxart/default.jpg,Knights of Pen & Paper,And,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, -/games/boxart/default.jpg,Knights of Pen & Paper,Linux,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, -/games/boxart/default.jpg,Knights of Pen & Paper,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, -/games/boxart/default.jpg,Knights of Pen & Paper,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-06-18, -/games/boxart/default.jpg,Knock-knock,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Knytt Underground,PSV,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, -/games/boxart/full_5044783AmericaFrontccc.png,Knytt Underground,PS3,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, -/games/boxart/full_8099685PALFrontccc.png,Knytt Underground,WiiU,Misc,Triniti Interactive,Unknown,,,,,,,2013-12-19, -/games/boxart/default.jpg,Knytt Underground,Linux,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, -/games/boxart/default.jpg,Knytt Underground,OSX,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, -/games/boxart/default.jpg,Knytt Underground,PC,Misc,Triniti Interactive,Unknown,,,,,,,2012-12-18, -/games/boxart/full_602106JapanFrontccc.jpg,Kobun Kanbun DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-10-15, -/games/boxart/default.jpg,Kochadaiiyaan the Legend: Kingdom Run,And,Misc,Unknown,Unknown,,,,,,,2014-03-12, -/games/boxart/default.jpg,Kochadaiiyaan the Legend: Reign of Arrows,And,Misc,Unknown,Unknown,,,,,,,2014-03-14, -/games/boxart/default.jpg,Kodoku,PS4,Misc,Carnivore Studio,Unknown,,,,,,,2015-04-01, -/games/boxart/default.jpg,Kodoku,PSV,Misc,Carnivore Studio,Unknown,,,,,,,2015-04-01, -/games/boxart/default.jpg,Kodomo Kyouiku Telebi Wii: Aiue-Oumuzu,WW,Misc,Home Media,Home Media,,,,,,,2009-08-25, -/games/boxart/default.jpg,Kodomo Kyouiku TV Wii: Aiue-O-Chan,WW,Misc,Home Media,Home Media,,,,,,,2009-04-28, -/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-1-kan_429JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 1-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-07-06, -/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-2-kan_310JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 2-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-07-06, -/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-3-kan_721JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 3-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-07-06, -/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-4-kan_893JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 4-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-10-19, -/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-5-kan_478JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 5-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-10-19, -/games/boxart/full_kodomo-no-tame-no-yomi-kikase-ehon-de-asobou-6-kan_326JapanFront.jpg,Kodomo no Tame no Yomi Kikase: Ehon de Asobou 6-Kan,DS,Misc,Starfish,Starfish,,,,,,,2006-10-19, -/games/boxart/full_9266696AmericaFrontccc.jpg,Kodu Game Lab,XBL,Misc,Microsoft Game Studios,MSR Kodu,,,,,,,2009-07-01, -/games/boxart/full_koiku-te-quiz-motto-my-angel_7JapanFront.jpg,Koiku te Quiz Motto: My Angel,WS,Misc,Bandai,Namco,,,,,,,1999-04-15, -/games/boxart/full_7371268JapanFrontccc.jpg,Kokoro ga Mezameru Otoko Tachi no Nurie DS: Tamiya Box Art,DS,Misc,Ertain,Ertain,,,,,,,2007-04-26, -/games/boxart/full_7603627JapanFrontccc.jpg,Kokoro ni Shimiru: Mouhitsu de Kaku - Aida Mitsuo DS,DS,Misc,Ertain,Ertain,,,,,,,2006-11-30, -/games/boxart/full_2864547JapanFrontccc.jpg,Koma Neko DS,DS,Misc,Genterprise,Suzak,,,,,,,2008-07-24, -/games/boxart/full_konas-crate_207AmericaFront.jpg,Kona's Crate,PC,Misc,Unknown,Darkwind Media,,,,,,,2011-08-04, -/games/boxart/full_9113763JapanFrontccc.jpg,Konami Antiques MSX Collection Ultra Pack,SAT,Misc,Konami,Konami Computer Entertainment Yokohama,,,,,,,1998-07-23, -/games/boxart/full_1884410JapanFrontccc.jpg,Konami Antiques: MSX Collection Vol. 1,PS,Misc,Konami,Konami Computer Entertainment Tokyo,,,,,,,1997-11-20, -/games/boxart/full_8260707JapanFrontccc.jpg,Konami Antiques: MSX Collection Vol. 2,PS,Misc,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-01-22, -/games/boxart/full_5400866JapanFrontccc.jpg,Konami Antiques: MSX Collection Vol. 3,PS,Misc,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-03-19, -/games/boxart/full_6804056AmericaFrontccc.jpg,Konami Collector's Series: Castlevania & Contra,PC,Misc,Konami,Konami,,,,,,,2002-11-16, -/games/boxart/full_konami-gb-collection-3_4JapanFront.jpg,Konami GB Collection 3,GB,Misc,Konami,KCEJ,,,,,,,1998-02-19, -/games/boxart/full_konami-gb-collection-vol-1_3JapanFront.jpg,Konami GB Collection Vol. 1,GB,Misc,Konami,KCEJ,,,,,,,1997-09-25, -/games/boxart/full_konami-gb-collection-vol-2_9JapanFront.jpg,Konami GB Collection Vol. 2,GB,Misc,Konami,KCEJ,,,,,,,1997-12-11, -/games/boxart/full_konami-gb-collection-vol-4_3JapanFront.jpg,Konami GB Collection Vol. 4,GB,Misc,Konami,KCEJ,,,,,,,1998-03-19, -/games/boxart/full_5225491AmericaFrontccc.jpg,"Konami Kids Playground - Frogger: Hop, Skip & Jumpin' Fun",PS2,Misc,Konami,ImaginEngine,,,,,,,2007-09-11, -/games/boxart/default.jpg,Konung 2,PC,Misc,1C Company,Unknown,,,,,,,2004-11-30, -/games/boxart/full_korg-m01-music-workstation_570JapanFront.jpg,KORG M01 Music Workstation,DS,Misc,Unknown,Detune Ltd.,,,,,,,2010-12-03, -/games/boxart/default.jpg,Kosmik Revenge,And,Misc,Realtech VR,Unknown,,,,,,,2014-04-24, -/games/boxart/full_1274869JapanFrontccc.jpg,Kosodate Quiz Motto: My Angel,PS,Misc,Namco,Microvision,,,,,,,1999-03-25, -/games/boxart/full_1848536JapanFrontccc.jpg,Kosodate Quiz: My Angel,PS,Misc,Namco,Namco,,,,,,,1997-11-13, -/games/boxart/full_6669986JapanFrontccc.jpg,"Kou Rate Ura Mahjong Retsuden Mukoubuchi: Goburei, Shuuryou desu ne",DS,Misc,Pi Arts,TamTam,,,,,,,2007-07-26, -/games/boxart/default.jpg,Koukaku no Ai: Senzaii Shiki e no Mesu Buta Kokuin,PC,Misc,Lilith,Unknown,,,,,,,2012-03-10, -/games/boxart/default.jpg,Koukou Eijukugo Kihon 200-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-11-18, -/games/boxart/default.jpg,Koukou Eitango Kihon 400-Go Master,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-10-21, -/games/boxart/full_8119523JapanFrontccc.jpg,Koukou Juken: Eitango Get Through 1900 - Eitan Zamurai DS,DS,Misc,Educational Network,Educational Network,,,,,,,2007-10-11, -/games/boxart/full_koukou-nyuushideru-jun-chuugaku-eijukugo-350_309JapanFront.jpg,Koukou Nyuushideru Jun: Chuugaku Eijukugo 350,GB,Misc,Imagineer,C-Lab,,,,,,,1997-07-25, -/games/boxart/full_koukou-nyuushideru-jun-chuugaku-eitango-1700_260JapanFront.jpg,Koukou Nyuushideru Jun: Chuugaku Eitango 1700,GB,Misc,Imagineer,C-Lab,,,,,,,1997-06-27, -/games/boxart/full_koukou-nyuushideru-jun-kanji-mondai-no-seifuku_967JapanFront.jpg,Koukou Nyuushideru Jun: Kanji Mondai no Seifuku,GB,Misc,Imagineer,C-Lab,,,,,,,1997-08-29, -/games/boxart/full_koukou-nyuushideru-jun-rekishi-nendai-anki-point-240_701JapanFront.jpg,Koukou Nyuushideru Jun: Rekishi Nendai Anki Point 240,GB,Misc,Imagineer,C-Lab,,,,,,,1997-09-26, -/games/boxart/full_koukou-nyuushideru-jun-rika-anki-point-250_460JapanFront.jpg,Koukou Nyuushideru Jun: Rika Anki Point 250,GB,Misc,Imagineer,C-Lab,,,,,,,1997-10-01, -/games/boxart/full_koumin-quiz-shougakusei_933JapanFront.jpg,Koumin Quiz Shougakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2011-08-03, -/games/boxart/default.jpg,Kraken Attack,PC,Misc,Csharks Games & Solutions Pvt Ltd,Unknown,,,,,,,2014-02-24, -/games/boxart/default.jpg,Kraken Attack,And,Misc,Csharks Games & Solutions Pvt Ltd,Unknown,,,,,,,2014-02-24, -/games/boxart/7422996ccc.jpg,Kris Kross: Make My Video,SCD,Misc,Sony Imagesoft,Digital Pictures,,,,,,,1992-01-01, -/games/boxart/default.jpg,KRUNCH,Linux,Misc,Unknown,Unknown,,,,,,,2012-12-21, -/games/boxart/default.jpg,KRUNCH,PC,Misc,Unknown,Unknown,,,,,,,2012-12-21, -/games/boxart/default.jpg,KRUNCH,OSX,Misc,Unknown,Unknown,,,,,,,2012-12-21, -/games/boxart/default.jpg,KTBG: Kill The Bad Guy,PC,Misc,Exkee,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,KTBG: Kill The Bad Guy,Linux,Misc,Exkee,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,KTBG: Kill The Bad Guy,OSX,Misc,Exkee,Unknown,,,,,,,2014-05-28, -/games/boxart/full_5948895JapanFrontccc.jpg,Kuma Uta,PS2,Misc,Sony Computer Entertainment,MuuMuu,,,,,,,2003-11-20, -/games/boxart/default.jpg,Kung Fu Dragon,3DS,Misc,Agetec,Unknown,,,,,,,2011-07-21, -/games/boxart/default.jpg,Kung Fu Rabbit,3DS,Misc,Unknown,Unknown,,,,,,,2014-02-21, -/games/boxart/default.jpg,Kuroko no Basuke: Shouri e no Kiseki,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2014-02-20, -/games/boxart/default.jpg,Kuronijibon 2,PC,Misc,Unknown,Black Rainbow,,,,,,,2011-07-29, -/games/boxart/full_kuukan-sagashimono-kei-nouryoku-kaihatsu-3d-nou-training_653JapanFront.jpg,Kuukan Sagashimono Kei: Nouryoku Kaihatsu 3D Nou Training,3DS,Misc,IE Institute,IE Institute,,,,,,,2011-04-07, -/games/boxart/default.jpg,Kuukiyomi. DS,DSiW,Misc,G-mode,G-mode,,,,,,,2009-03-25, -/games/boxart/full_kyukyoku-mahjong_2JapanFront.jpg,Kyukyoku Mahjong,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, -/games/boxart/full_kyukyoku-mahjong-ii_8JapanFront.jpg,Kyukyoku Mahjong II,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, -/games/boxart/full_kyuusei-senjutsu-niyoru-heisei-kaiun-koyomi_6JapanFront.jpg,Kyuusei Senjutsu Niyoru Heisei Kaiun Koyomi,3DO,Misc,Unknown,Ariadne,,,,,,,1994-12-09, -/games/boxart/full_labyrinth_476AmericaFront.jpg,Labyrinth,XBL,Misc,Microsoft,Subtle Abberation,,,,,,,2011-07-09, -/games/boxart/default.jpg,Labyrinthine Dreams,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Lacuna Passage,OSX,Misc,Infogrames Melbourne,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Lacuna Passage,PC,Misc,Infogrames Melbourne,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Lacuna Passage,Linux,Misc,Infogrames Melbourne,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Ladybug Puzzle,PC,Misc,r2 game,Unknown,,,,,,,2015-11-03, -/games/boxart/default.jpg,Ladybug Puzzle,Linux,Misc,r2 game,Unknown,,,,,,,2015-11-03, -/games/boxart/default.jpg,Ladybug Puzzle,OSX,Misc,r2 game,Unknown,,,,,,,2015-11-03, -/games/boxart/default.jpg,Ladybug Puzzle,PSV,Misc,r2 game,Unknown,,,,,,,2015-11-03, -/games/boxart/default.jpg,Ladybug Puzzle,PS4,Misc,r2 game,Unknown,,,,,,,2015-11-03, -/games/boxart/default.jpg,Ladybug Puzzle,PS3,Misc,r2 game,Unknown,,,,,,,2015-11-03, -/games/boxart/default.jpg,Lalaloopsy Carnival of Friends,3DS,Misc,Unknown,Unknown,,,,,,,2012-09-25, -/games/boxart/default.jpg,Lalaloopsy Carnival of Friends,DS,Misc,Unknown,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,Larva Mortus,OSX,Misc,Rake in Grass,Unknown,,,,,,,2008-05-13, -/games/boxart/full_2505934AmericaFrontccc.jpg,Las Vegas Cool Hand,GB,Misc,Take-Two Interactive,Tarantula Studios,,,,,,,1998-12-01, -/games/boxart/full_8237297AmericaFrontccc.jpg,Last Gladiators Digital Pinball,SAT,Misc,Time Warner Interactive,Kaze,,,,,,,1996-01-01, -/games/boxart/default.jpg,Last Heroes - The Final Stand,And,Misc,Unknown,Unknown,,,,,,,2014-02-24, -/games/boxart/full_le-concert-ff_760JapanFront.jpg,Le Concert ff,PS,Misc,Warashi,Warashi,,,,,,,1999-12-09, -/games/boxart/full_le-concert-ff_500JapanFront.jpg,Le Concert ff,PSN,Misc,Warashi,Warashi,,,,,,,2010-12-08, -/games/boxart/full_le-concert-ff-pp_458JapanFront.jpg,Le Concert ff + pp,PS,Misc,Warashi,Warashi,,,,,,,2000-09-07, -/games/boxart/full_le-concert-pp_560JapanFront.jpg,Le Concert pp,PS,Misc,Warashi,Warashi,,,,,,,1999-12-09, -/games/boxart/full_le-concert-pp_150JapanFront.jpg,Le Concert pp,PSN,Misc,Warashi,Warashi,,,,,,,2010-12-08, -/games/boxart/default.jpg,League of Angels,PC,Misc,Koramgame.com,Unknown,,,,,,,2014-03-30, -/games/boxart/default.jpg,Leaping Larry,PC,Misc,Unknown,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Learn Math Advanced,DS,Misc,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2010-11-16, -/games/boxart/default.jpg,Learn To Play Chess With Fritz & Chesster,PC,Misc,Viva Media,ChessBase,,,,,,,2003-07-02, -/games/boxart/default.jpg,Learn to Play Chess with Fritz & Chesster 2: Chess in the Black Castle,PC,Misc,Viva Media,ChessBase,,,,,,,2004-11-05, -/games/boxart/default.jpg,Learn to Play Chess with Fritz & Chesster 3: Chess for Winners,PC,Misc,Viva Media,ChessBase,,,,,,,2006-11-15, -/games/boxart/default.jpg,Learn to Play Chess with Fritz and Chesster 2: Chess in the Black Castle,PC,Misc,Unknown,ChessBase,,,,,,,, -/games/boxart/full_8262125PALFrontccc.png,Learning with the PooYoos: Episode 1,WW,Misc,Lexis Numerique,Lexis Numerique,,,,,,,2009-11-23, -/games/boxart/full_learning-with-the-pooyoos-episode-1_217AmericaFront.jpg,Learning with the PooYoos: Episode 1,PSN,Misc,Lexis Numerique,Lexis Numerique,,,,,,,2011-06-02, -/games/boxart/full_1135166AmericaFrontccc.jpg,Learning with the PooYoos: Episode 2,WW,Misc,Lexis Numerique,Lexis Numerique,7,,,,,,2010-04-05, -/games/boxart/default.jpg,Learning with the PooYoos: Episode 2,PSN,Misc,Unknown,Lexis Numerique,,,,,,,, -/games/boxart/full_learning-with-the-pooyoos-episode-3_5AmericaFront.jpg,Learning with the PooYoos: Episode 3,WW,Misc,Lexis Numerique,Lexis Numerique,,,,,,,2010-10-04, -/games/boxart/default.jpg,Learning with the PooYoos: Episode 3,PSN,Misc,Unknown,Lexis Numerique,,,,,,,, -/games/boxart/full_4339240AmericaFrontccc.jpg,LED Display,XBL,Misc,Microsoft,Mr Brian,,,,,,,2009-07-22, -/games/boxart/full_4704832AmericaFrontccc.jpg,Left 4 Dead 2,OSX,Misc,Valve Corporation,Unknown,,,,,,,2010-09-05, -/games/boxart/default.jpg,Left Brain Right Brain,X360,Misc,Unknown,Majesco Games,,,,,,,, -/games/boxart/default.jpg,Left Brain Right Brain,PS3,Misc,Unknown,Majesco Games,,,,,,,, -/games/boxart/default.jpg,Legend of Grimrock,OSX,Misc,Almost Human,Unknown,,,,,,,2012-12-19, -/games/boxart/default.jpg,Legend of Grimrock,Linux,Misc,Almost Human,Unknown,,,,,,,2012-12-19, -/games/boxart/default.jpg,Legend of Raven,XOne,Misc,Nicalis,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Legend of Raven,PS4,Misc,Nicalis,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Legend of Raven,PSV,Misc,Nicalis,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Legend of the Holy Sword: Rise of Mana,And,Misc,Square Enix,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Legends of Dawn,PC,Misc,Dreamatrix,Unknown,,,,,,,2013-06-27, -/games/boxart/default.jpg,Legionwood 2: Rise of the Eternal's Realm,PC,Misc,Unknown,Unknown,,,,,,,2014-02-28, -/games/boxart/default.jpg,LEGO City My City,And,Misc,The LEGO Group,Unknown,,,,,,,2014-01-02, -/games/boxart/default.jpg,LEGO Drome Racers & LEGO Creator: Knights Kingdom Double Pack,X360,Misc,Mastiff,Unknown,,,,,,,2013-01-29, -/games/boxart/default.jpg,LEGO Drome Racers & LEGO Creator: Knights Kingdom Double Pack,PS3,Misc,Mastiff,Unknown,,,,,,,2013-01-29, -/games/boxart/default.jpg,LEGO Harry Potter: Years 1-4,OSX,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2011-02-22, -/games/boxart/default.jpg,LEGO Harry Potter: Years 5-7,OSX,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2012-03-22, -/games/boxart/default.jpg,LEGO Indiana Jones 2: The Adventure Continues,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2011-04-02, -/games/boxart/default.jpg,LEGO Indiana Jones: The Original Adventures,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2008-06-03, -/games/boxart/default.jpg,LEGO Star Wars II: The Original Trilogy,OSX,Misc,2K Australia / 2K Boston,Unknown,,,,,,,2007-05-04, -/games/boxart/default.jpg,LEGO Star Wars: The Complete Saga,OSX,Misc,LucasArts,Unknown,,,,,,,2010-11-16, -/games/boxart/default.jpg,LEGO Star Wars: The Complete Saga,PC,Misc,LucasArts,Unknown,,,,,,,2009-10-13, -/games/boxart/default.jpg,LEGO The Lord of the Rings,OSX,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2013-02-22, -/games/boxart/default.jpg,Leo´s Fortune,And,Misc,1337 Game Design,Unknown,,,,,,,2015-01-01, -/games/boxart/full_lets-draw-amp-share_99AmericaFront.jpg,Let's Draw & Share!,XBL,Misc,Microsoft,Kobingo,,,,,,,2011-08-14, -/games/boxart/full_5745158AmericaFrontccc.jpg,Let's Draw A Picture Together!,XBL,Misc,Microsoft,Kobingo,,,,,,,2009-04-30, -/games/boxart/full_2398434AmericaFrontccc.jpg,Let's Explore: The Airport,PC,Misc,Humongous,Humongous Entertainment,,,,,,,1995-01-01, -/games/boxart/full_lets-mangaka-ds-style_6JapanFront.jpg,Let's Mangaka DS Style,DS,Misc,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-07-29, -/games/boxart/default.jpg,Let's Ride: Best in Breed 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,Let's Try Bass Fishing: FISH ON NEXT,PSV,Misc,Kadokawa Shoten,Unknown,,,,,,,2012-03-29, -/games/boxart/default.jpg,Letter Challenge,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Letter Challenge,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Letter Quest: Grimm's Journey,And,Misc,Unknown,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Lies Of Astaroth,And,Misc,iFree Studio Limited,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Lies Of Astaroth,WinP,Misc,iFree Studio Limited,Unknown,,,,,,,2013-12-18, -/games/boxart/full_7063911AmericaFrontccc.jpg,Life Goes On,Linux,Misc,Punchline / Shirogumi,Unknown,,,,,,,2014-04-16, -/games/boxart/full_5421807AmericaFrontccc.jpg,Life Goes On,PC,Misc,Punchline / Shirogumi,Unknown,,,,,,,2014-04-16, -/games/boxart/full_7018398AmericaFrontccc.jpg,Life Goes On,OSX,Misc,Punchline / Shirogumi,Unknown,,,,,,,2014-04-16, -/games/boxart/default.jpg,Life of Pixel,PC,Misc,Unknown,Unknown,,,,,,,2014-05-21, -/games/boxart/default.jpg,Life of Pixel,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-21, -/games/boxart/default.jpg,Life of Pixel,PSV,Misc,Unknown,Unknown,,,,,,,2013-01-09, -/games/boxart/default.jpg,Life With Horses 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-12-12, -/games/boxart/default.jpg,Life With Horses 3D,Linux,Misc,Silver Fox Media,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Lifeless Planet,PC,Misc,Unknown,Unknown,,,,,,,2014-06-06, -/games/boxart/full_lifescape-seimei-40-okunen-haruka-na-tabi_10JapanFront.jpg,LifeScape: Seimei 40 Okunen Haruka na Tabi,PS,Misc,MediaQuest,Scitron & Art,,,,,,,1996-05-24, -/games/boxart/full_lifescape-seimei-40-okunen-haruka-na-tabi_5JapanFront.jpg,LifeScape: Seimei 40 Okunen Haruka na Tabi,SAT,Misc,MediaQuest,Scitron & Art,,,,,,,1996-01-26, -/games/boxart/full_5949223AmericaFrontccc.jpg,Light Catcher,XBL,Misc,Microsoft,Shuffle,,,,,,,2008-12-15, -/games/boxart/default.jpg,Light Hero,And,Misc,Eagle Capital LLC.,Unknown,,,,,,,2014-03-21, -/games/boxart/default.jpg,Lights_Off,PC,Misc,SmashGames,Unknown,,,,,,,2014-02-11, -/games/boxart/default.jpg,Lights_Off,OSX,Misc,SmashGames,Unknown,,,,,,,2014-02-11, -/games/boxart/default.jpg,Lights_Off,Linux,Misc,SmashGames,Unknown,,,,,,,2014-02-11, -/games/boxart/full_5581417AmericaFrontccc.jpeg,Lili: Child of Geos,PC,Misc,"BitMonster, Inc.",Unknown,,,,,,,2014-05-09, -/games/boxart/default.jpg,Lilith-Izm07: Ore no Pet Hen,PC,Misc,Unknown,Lilith Soft,,,,,,,2011-07-29, -/games/boxart/full_4215185JapanFrontccc.jpg,Lilliput Oukoku: Lillimoni to Issho-puni!,GBA,Misc,Sega,Alpha Unit,,,,,,,2004-02-12, -/games/boxart/full_6639425AmericaFrontccc.jpg,Lilly Looking Through,PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,LIMBO,PSV,Misc,Playdead,Unknown,,,,,,,2013-06-04, -/games/boxart/default.jpg,LIMBO,OSX,Misc,Playdead,Unknown,,,,,,,2012-01-13, -/games/boxart/default.jpg,LINE COOKIE RUN,And,Misc,SUMS Online Ltd,Unknown,,,,,,,2014-01-29, -/games/boxart/default.jpg,LINE Dozer,And,Misc,SUMS Online Ltd,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,LINE Go!Go!Go!,And,Misc,SUMS Online Ltd,Unknown,,,,,,,2014-01-09, -/games/boxart/full_lion-and-the-king_6PALFront.jpg,Lion and the King,PS,Misc,Midas Interactive Entertainment,The Code Monkeys,,,,,,,2001-04-13, -/games/boxart/full_lion-and-the-king-2_6PALFront.jpg,Lion and the King 2,PS,Misc,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, -/games/boxart/default.jpg,Little Acorns,3DS,Misc,"Activision Publishing, Inc.",Unknown,,,,,,,2013-04-18, -/games/boxart/full_9977034AmericaFrontccc.jpg,Little Acorns,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_2334207PALFrontccc.jpg,Little Britain: The Computer Game,PC,Misc,Blast! Entertainment Ltd,Revolution Studios / Gamerholix,,,,,,,2007-02-02, -/games/boxart/full_4774867PALFrontccc.jpg,Little Britain: The Video Game,PS2,Misc,Blast! Entertainment Ltd,Revolution Studios / Gamerholix,,,,,,,2007-02-02, -/games/boxart/full_2671477PALFrontccc.png,Little Britain: The Video Game,PSN,Misc,Mastertronic,Gamerholix,,,,,,,2009-07-09, -/games/boxart/default.jpg,Littlewitch Parfait: Kuroneko Mahouten Monogatari,PSP,Misc,CyberFront,Unknown,,,,,,,2012-03-22, -/games/boxart/full_8967633AmericaFrontccc.jpg,LIVELAYER PROTOTYPE,XBL,Misc,Microsoft,kamadasyoko,,,,,,,2009-08-17, -/games/boxart/default.jpg,Llama Or Duck?!,And,Misc,CodProd,Unknown,,,,,,,2012-05-06, -/games/boxart/default.jpg,Lock ‘N Chase,PSN,Misc,Unknown,G1M2,,,,,,,, -/games/boxart/full_2817467AmericaFrontccc.jpg,Lodestar 1000,XBL,Misc,Microsoft,BadRadish,,,,,,,2009-11-02, -/games/boxart/full_3480869JapanFrontccc.jpg,Logic Mahjong Souryu: 3-Player Version,PS,Misc,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1999-05-04, -/games/boxart/default.jpg,Logos Quiz Game,3DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Logos Quiz Game,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Lola's ABC Party,3DS,Misc,BeiZ Ltd.,Unknown,,,,,,,2014-03-13, -/games/boxart/default.jpg,Lola's ABC Party,OSX,Misc,BeiZ Ltd.,Unknown,,,,,,,2013-09-29, -/games/boxart/default.jpg,Lola's ABC Party,And,Misc,BeiZ Ltd.,Unknown,,,,,,,2013-07-18, -/games/boxart/default.jpg,Lola's Fruit Shop Sudoku,DSi,Misc,BeiZ Ltd.,Unknown,,,,,,,2012-07-21, -/games/boxart/default.jpg,Lola's Fruit Shop Sudoku,3DS,Misc,BeiZ Ltd.,Unknown,,,,,,,2012-07-21, -/games/boxart/default.jpg,Lola's Fruit Shop Sudoku,And,Misc,BeiZ Ltd.,Unknown,,,,,,,2011-07-20, -/games/boxart/full_8420124AmericaFrontccc.jpg,LOLCats,XBL,Misc,Microsoft,Unknown,,,,,,,2009-08-24, -/games/boxart/full_6895426AmericaFrontccc.jpeg,Lone Survivor,PS3,Misc,Curve Studios,Unknown,,,,,,,2013-09-09, -/games/boxart/full_1978302AmericaFrontccc.jpeg,Lone Survivor,PSV,Misc,Curve Studios,Unknown,,,,,,,2013-09-09, -/games/boxart/default.jpg,Lord of the Dragons,And,Misc,KLab Global Pte. Ltd.,Unknown,,,,,,,2013-01-31, -/games/boxart/full_6277557AmericaFrontccc.jpg,Lost Cities,XBL,Misc,Sierra Online,Sierra Online Shanghai Studios,,,,,,,2008-04-23, -/games/boxart/default.jpg,Lost Civilization,PC,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Lost Light,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2014-03-13, -/games/boxart/default.jpg,Lost Marbles,PC,Misc,Binary Takeover LLC,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Lost Marbles,OSX,Misc,Binary Takeover LLC,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Lost Marbles,Linux,Misc,Binary Takeover LLC,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Lost Vikings 2,SAT,Misc,Interplay Productions,Unknown,,,,,,,1997-01-01, -/games/boxart/default.jpg,Lost Vikings 2,PC,Misc,Interplay Productions,Unknown,,,,,,,1997-04-30, -/games/boxart/1545955ccc.jpg,Love Bites,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1995-01-01, -/games/boxart/default.jpg,Lovers in a Dangerous Spacetime,OSX,Misc,Asteroid Base,Unknown,,,,,,,2020-12-31, -/games/boxart/full_9214343AmericaFrontccc.jpg,Lower Your Score with Tom Kite - Mental Messages,3DO,Misc,Intellivision Productions,Intellimedia,,,,,,,1994-01-01, -/games/boxart/full_lsd_5JapanFront.jpg,LSD,PS,Misc,Asmik Ace Entertainment,OutSide Directors Company,,,,,,,1998-10-22, -/games/boxart/full_lsd_0JapanFront.jpg,LSD,PSN,Misc,Asmik Ace Entertainment,OutSide Directors Company,,,,,,,2010-08-11, -/games/boxart/full_6070860JapanFrontccc.jpg,Lucky * Star: Net Idol Meister,PSP,Misc,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2009-12-23, -/games/boxart/full_9598139PALFrontccc.jpg,Lucky Luke: The Daltons,DS,Misc,Atari,Atari,,,,,,,2008-11-13, -/games/boxart/default.jpg,Lucky Rabbit Reflex,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-02, -/games/boxart/default.jpg,Lucky Rabbit Reflex,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-02, -/games/boxart/default.jpg,Lucky Rabbit Reflex,PC,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-02, -/games/boxart/default.jpg,LUFTRAUSERS,PSV,Misc,Vlambeer,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,LUFTRAUSERS,PS3,Misc,Vlambeer,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,LUFTRAUSERS,OSX,Misc,Vlambeer,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,LUFTRAUSERS,Linux,Misc,Vlambeer,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,Lula Pinball,PC,Misc,Unknown,Independent Arts Software,,,,,,,, -/games/boxart/default.jpg,Lula Pinball,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-05-02, -/games/boxart/default.jpg,Lumines,PS3,Misc,Q Entertainment,Unknown,,,,,,,2009-01-01, -/games/boxart/default.jpg,Lumines,X360,Misc,Q Entertainment,Unknown,,,,,,,2006-10-18, -/games/boxart/default.jpg,Lumines,PS2,Misc,Ubisoft,Unknown,,,,,,,2007-02-27, -/games/boxart/default.jpg,Lumines,PSP,Misc,Ubisoft,Unknown,,,,,,,2005-03-22, -/games/boxart/default.jpg,Lunar 2: Eternal Blue,SCD,Misc,Working Designs,Unknown,,,,,,,1995-09-15, -/games/boxart/full_lupin-iii-the-master-file_8JapanFront.jpg,Lupin III: The Master File,SAT,Misc,Mizuki,Mizuki,,,,,,,1996-03-29, -/games/boxart/default.jpg,Lupin the 3rd Chronicles,SAT,Misc,Spike,Spike,,,,,,,1997-08-08, -/games/boxart/full_7403135PALFrontccc.jpg,Luv Me Buddies Wonderland,WiiU,Misc,O2 Games,O2 Games,,,,,,,2014-05-29,2018-01-22 -/games/boxart/1100520ccc.gif,M-1 Abrams Battle Tank,GEN,Misc,Sega,Dynamix,,,,,,,1991-01-01, -/games/boxart/default.jpg,M.A.V.,PC,Misc,BombDog,Unknown,,,,,,,2020-12-31, -/games/boxart/full_873586JapanFrontccc.jpg,Maboroshi Tsukiyo,DC,Misc,Sims,SIMS,,,,,,,1999-09-23, -/games/boxart/default.jpg,MacGyver: Deadly Descent,And,Misc,FairPlay Media Limited,Unknown,,,,,,,2014-05-21, -/games/boxart/default.jpg,Mach Rider,3DS,Misc,Nintendo,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Mach Rider,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-05-01, -/games/boxart/full_3067468JapanFrontccc.jpg,Macross Aiuchi Typing Protoculture,PC,Misc,SSI,SSI Tristar,,,,,,,2003-01-24, -/games/boxart/full_5180404JapanFrontccc.jpg,Macross Aiuchi Typing Valkyrie,PC,Misc,SSI,SSI Tristar,,,,,,,2002-07-05, -/games/boxart/default.jpg,Mad Monkey : Best Arcade Kid Game (Kids Games+ Retro Arcade = Fun),PC,Misc,Youda Games,Unknown,,,,,,,2012-09-07, -/games/boxart/default.jpg,Mad Monkey : Best Arcade Kid Game (Kids Games+ Retro Arcade = Fun),OSX,Misc,G5 Entertainment,Unknown,,,,,,,2012-07-09, -/games/boxart/default.jpg,Mad Monkey : Best Arcade Kid Game (Kids Games+ Retro Arcade = Fun),And,Misc,G5 Entertainment,Unknown,,,,,,,2011-11-17, -/games/boxart/default.jpg,Mad Skills Motocross 2,And,Misc,Turborilla,Unknown,,,,,,,2014-02-20, -/games/boxart/default.jpg,Madagascar 3: The Video Game,Wii,Misc,D3Publisher,Unknown,,,,,,,2012-06-05, -/games/boxart/default.jpg,Madagascar 3: The Video Game,PS3,Misc,D3Publisher,Unknown,,,,,,,2012-06-05, -/games/boxart/default.jpg,Madagascar 3: The Video Game,DS,Misc,D3Publisher,Unknown,,,,,,,2012-06-05, -/games/boxart/default.jpg,MADDENING,PC,Misc,Toco Games,Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,MADDENING,OSX,Misc,Toco Games,Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,Made in Chelsea The Game,And,Misc,Channel 4 Television Corporation,Unknown,,,,,,,2014-04-03, -/games/boxart/default.jpg,Madera & Figaro in The Rescue of Ginger,Ouya,Misc,Unknown,Unknown,,,,,,,2014-03-12, -/games/boxart/full_maestro-green-groove_0AmericaFront.jpg,Maestro! Green Groove,DSiW,Misc,Neko Entertainment,Pasta Games!,,,,,,,2010-06-28, -/games/boxart/default.jpg,Mage's Initiation: Reign of the Elements,Linux,Misc,Himalaya Studios,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Mage's Initiation: Reign of the Elements,OSX,Misc,Himalaya Studios,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Magi: Hajimari no Meikyuu,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2013-02-21, -/games/boxart/full_magic-destiny-astrological-games-_448AmericaFront.jpg,Magic Destiny -Astrological Games-,WW,Misc,Unknown,Shanblue Interactive,,,,,,,2011-01-31, -/games/boxart/default.jpg,Magic Duels: Origin,XOne,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2016-01-01, -/games/boxart/default.jpg,Magic Duels: Origin,PS4,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2016-01-01, -/games/boxart/default.jpg,Magic Duels: Origin,PC,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2016-01-01, -/games/boxart/full_9741217JapanFrontccc.jpg,Magic: The Gathering,DC,Misc,Sega,Sega,,,,,,,2001-06-28, -/games/boxart/full_550964AmericaFrontccc.jpg,Magic: The Gathering - Duels of the Planeswalkers,XBL,Misc,Wizards of the Coast,Stainless Games,8,,,,,,2009-06-17, -/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers_633AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers,PSN,Misc,Wizards of the Coast,Stainless Games,,,,,,,2010-11-23, -/games/boxart/full_7020299AmericaFrontccc.jpg,Magic: The Gathering Online,PC,Misc,Wizards of the Coast,Leaping Lizard Software Inc.,,,,,,,2002-06-14, -/games/boxart/default.jpg,Magic: The Gathering Online 2.0,PC,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2005-01-01, -/games/boxart/default.jpg,Magic: The Gathering Online III,PC,Misc,Wizards of the Coast,Wizards of the Coast,,,,,,,2008-04-22, -/games/boxart/full_8580149AmericaFrontccc.jpg,Magic: The Gathering Online: Champions of Kamigawa,PC,Misc,Wizards of the Coast,Leaping Lizard,,,,,,,2004-10-25, -/games/boxart/full_2117478AmericaFrontccc.jpg,Magic: The Gathering Spells Of The Ancients,PC,Misc,Microprose,MicroProse,,,,,,,1997-09-30, -/games/boxart/default.jpg,Magical Diary,PC,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-31, -/games/boxart/default.jpg,Magical Diary,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-31, -/games/boxart/default.jpg,Magical Diary,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2012-05-31, -/games/boxart/full_2565006AmericaFrontccc.jpg,Magical Melody Fanidanshingu Country,XBL,Misc,Microsoft,nakfiv,,,,,,,2009-09-03, -/games/boxart/default.jpg,Magical Whip: Wizards of Phantasmal Forest,DSi,Misc,Agetec,Unknown,,,,,,,2011-08-25, -/games/boxart/default.jpg,Magical Whip: Wizards of Phantasmal Forest,3DS,Misc,Agetec,Unknown,,,,,,,2011-08-25, -/games/boxart/default.jpg,Magicians & Looters,X360,Misc,Morgopolis Studios,Unknown,,,,,,,2013-08-22, -/games/boxart/default.jpg,Magicians & Looters,PC,Misc,Morgopolis Studios,Unknown,,,,,,,2013-08-22, -/games/boxart/default.jpg,Magicka: Wizard Wars,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2014-05-27, -/games/boxart/default.jpg,Magicka: Wizard Wars,PC,Misc,Paradox Interactive,Unknown,,,,,,,2014-05-27, -/games/boxart/default.jpg,Magnetic Cube,PC,Misc,Wicked Loot,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Magrunner: Dark Pulse,X360,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Magrunner: Dark Pulse,PS3,Misc,Focus Home Interactive,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Magrunner: Dark Pulse,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2013-06-20, -/games/boxart/full_8598332AmericaFrontccc.jpg,Mahjong,WW,Misc,Cosmigo,Appendix Games,,,,,,,2009-12-04, -/games/boxart/full_mahjong_45AmericaFront.jpg,Mahjong,DSiW,Misc,DTP Entertainment,Appendix Games,,,,,,,2011-01-31, -/games/boxart/default.jpg,Mahjong * Dream C Club,PC,Misc,Unknown,Unknown,,,,,,,2014-04-15, -/games/boxart/full_3514682AmericaFrontccc.jpg,Mahjong 63 Motel,XBL,Misc,Microsoft,zio3,,,,,,,2009-10-02, -/games/boxart/full_mahjong-cop-ryuu-shiro-ookami-no-yabou_0JapanFront.jpg,Mahjong Cop Ryuu: Shiro Ookami no Yabou,GEN,Misc,Sega,Sega,,,,,,,1989-12-14, -/games/boxart/full_mahjong-doukyuusei-special_8JapanFront.jpg,Mahjong Doukyuusei Special,SAT,Misc,Unknown,Make Software,,,,,,,1996-03-29, -/games/boxart/full_mahjong-fight-club-shinsei-zenkoku-taisen-han_813JapanFront.jpg,Mahjong Fight Club: Shinsei Zenkoku Taisen Han,PSV,Misc,Konami,Konami,,,,,,,2011-12-17, -/games/boxart/full_mahjong-fight-club-zenkoku-taisen-ban_0JapanFront.jpg,Mahjong Fight Club: Zenkoku Taisen Ban,PSP,Misc,Konami,Konami,,,,,,,2006-12-07, -/games/boxart/full_mahjong-gakuen-toumasou-shirou-toujou_5JapanFront.jpg,Mahjong Gakuen Toumasou Shirou Toujou,PCE,Misc,FACE,Sankindo,,,,,,,1989-11-24, -/games/boxart/full_mahjong-gakuen-toumasou-shirou-toujou-mild_0JapanFront.jpg,Mahjong Gakuen Toumasou Shirou Toujou Mild,PCE,Misc,FACE,Sankindo,,,,,,,1990-06-29, -/games/boxart/full_mahjong-gakuensai_6JapanFront.jpg,Mahjong Gakuensai,SAT,Misc,Unknown,Make Software,,,,,,,1997-11-06, -/games/boxart/full_mahjong-gakuensai-dx_4JapanFront.jpg,Mahjong Gakuensai DX,SAT,Misc,Unknown,Make Software,,,,,,,1998-09-23, -/games/boxart/default.jpg,Mahjong Gensoukyoku I-II,PC,Misc,Active,Active,,,,,,,1996-09-20, -/games/boxart/full_mahjong-goku-special_8JapanFront.jpg,Mahjong Goku Special,PCE,Misc,Sunsoft,Chatnoir,,,,,,,1990-08-10, -/games/boxart/full_mahjong-goku-tenjiku_5JapanFront.jpg,Mahjong Goku Tenjiku,PCFX,Misc,NEC Interchannel,Chat Noir,,,,,,,1995-03-24, -/games/boxart/full_mahjong-goku-tenjiku_3JapanFront.jpg,Mahjong Goku Tenjiku,SAT,Misc,Electronic Arts Victor,Chat Noir,,,,,,,1994-11-22, -/games/boxart/full_mahjong-goku-tenjiku_7JapanFront.jpg,Mahjong Goku Tenjiku,PS,Misc,Electronic Arts Victor,Chat Noir,,,,,,,1994-12-03, -/games/boxart/full_mahjong-goku-tenjiku_8JapanFront.jpg,Mahjong Goku Tenjiku,3DO,Misc,ASCII Entertainment,Chat Noir,,,,,,,1994-06-25, -/games/boxart/full_mahjong-goku-tenjiku_4JapanFront.jpg,Mahjong Goku Tenjiku,SNES,Misc,Chat Noir,Chat Noir,,,,,,,1994-08-19, -/games/boxart/full_mahjong-goku-tenjiku-99_1JapanFront.jpg,Mahjong Goku Tenjiku 99,PS,Misc,Chat Noir,Chat Noir,,,,,,,1999-06-03, -/games/boxart/full_5454993JapanFrontccc.jpg,Mahjong Haoh Battle Royale,PS2,Misc,NCS,NCS,,,,,,,2005-07-14, -/games/boxart/full_mahjong-haoh-battle-royale-ii_4JapanFront.jpg,Mahjong Haoh Battle Royale II,PSP,Misc,NCS,NCS,,,,,,,2010-01-14, -/games/boxart/full_4543356JapanFrontccc.jpg,Mahjong Haoh Battle Royale II,PS2,Misc,NCS,NCS,,,,,,,2006-04-13, -/games/boxart/default.jpg,Mahjong Haoh: Dankyuu Battle 3,PS3,Misc,NCS,Unknown,,,,,,,2013-10-31, -/games/boxart/full_mahjong-haouden-kaisers-quest_7JapanFront.jpg,Mahjong Haouden: Kaiser's Quest,PCE,Misc,UPL,UPL,,,,,,,1992-02-28, -/games/boxart/7222345ccc.jpg,Mahjong Keiji,GBA,Misc,Hudson Entertainment,Hudson,,,,,,,2001-07-12, -/games/boxart/full_mahjong-kuru-jidai-av-gal-seifukuhen_5JapanFront.jpg,Mahjong Kuru Jidai: AV Gal Seifukuhen,3DO,Misc,Micronet,Micronet,,,,,,,1994-07-20, -/games/boxart/full_mahjong-kuru-jidai-ko-gal-hokagohen_7JapanFront.jpg,Mahjong Kuru Jidai: Ko Gal Hokagohen,3DO,Misc,Micronet,Micronet,,,,,,,1995-10-18, -/games/boxart/full_1231287JapanFrontccc.jpg,Mahjong Quest,GB,Misc,J-Wing,J-Wing,,,,,,,1998-12-23, -/games/boxart/full_7447236AmericaFrontccc.jpg,Mahjong Quest Collection,PC,Misc,iWin,iWin,,,,,,,2009-08-24, -/games/boxart/full_mahjong-sengoku-jidai_2JapanFront.jpg,Mahjong Sengoku Jidai,MS,Misc,Sega,Sega,,,,,,,1987-10-18, -/games/boxart/full_mahjong-shikaku-retsuden-mahjong-wars_5JapanFront.jpg,Mahjong Shikaku Retsuden: Mahjong Wars,PCE,Misc,Nihon Bussan,Nichibutsu,,,,,,,1990-02-01, -/games/boxart/full_5727004JapanFrontccc.jpg,Mahjong Taikai,NES,Misc,KOEI,Koei,,,,,,,1989-10-31, -/games/boxart/full_2119249JapanFrontccc.jpg,Mahjong Taikai,PSP,Misc,KOEI,Koei,,,,,,,2004-12-22, -/games/boxart/full_7918718JapanFrontccc.jpg,Mahjong Taikai II Special,DC,Misc,KOEI,Koei,,,,,,,1999-03-04, -/games/boxart/full_7136861JapanFrontccc.jpg,Mahjong Tenshi: Angel Lips,SAT,Misc,Syscom,Syscom,,,,,,,1996-03-29, -/games/boxart/full_mahjong-toryuumon_2JapanFront.jpg,Mahjong Toryuumon,WS,Misc,Sammy Corporation,Sammy Studios,,,,,,,1999-03-11, -/games/boxart/full_mahjong-uranai-fortuna-tsuki-no-megami-tachi_247JapanFront.jpg,Mahjong Uranai Fortuna: Tsuki no Megami-tachi,PS,Misc,Affect,Affect,,,,,,,2001-02-01, -/games/boxart/full_mahjong-uranai-fortuna-tsuki-no-megami-tachi_786JapanFront.jpg,Mahjong Uranai Fortuna: Tsuki no Megami-tachi,PSN,Misc,Affect,Affect,,,,,,,2010-12-22, -/games/boxart/default.jpg,Mahjong Wisdom: Ancient Tales,XBL,Misc,Unknown,TikGames,,,,,,,, -/games/boxart/default.jpg,Mahjong World,And,Misc,PICK Technology Limited,Unknown,,,,,,,2013-03-03, -/games/boxart/full_mahjong-youchien-tamago-gumi_1JapanFront.jpg,Mahjong Youchien: Tamago Gumi,PS,Misc,Affect,Affect,,,,,,,1998-03-12, -/games/boxart/full_mahjong-youchien-tamago-gumi_9JapanFront.jpg,Mahjong Youchien: Tamago Gumi,PSN,Misc,Affect,Affect,,,,,,,2010-07-15, -/games/boxart/full_mahjong-youchien-tamago-gumi-2_9JapanFront.jpg,Mahjong Youchien: Tamago Gumi 2,PS,Misc,Affect,Affect,,,,,,,2000-09-28, -/games/boxart/full_mahjong-youchien-tamago-gumi-2_7JapanFront.jpg,Mahjong Youchien: Tamago Gumi 2,PSN,Misc,Affect,Affect,,,,,,,2010-09-08, -/games/boxart/default.jpg,Mahou Senshi Fairy Maids,PC,Misc,Triangle,Triangle,,,,,,,2011-07-29, -/games/boxart/full_mahou-shoujo-fancy-coco_632JapanFront.jpg,Mahou Shoujo Fancy Coco,PS,Misc,Pow,Planning Office Wada,,,,,,,1996-09-13, -/games/boxart/default.jpg,Mahou Shoujo Taisen Zanbatsu,PSV,Misc,Unknown,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Mahoutsukai no Yoru: Witch on the Holy Night,PC,Misc,Type-Moon,Unknown,,,,,,,2012-04-12, -/games/boxart/default.jpg,Maiden Dream Fan Disc,PC,Misc,Rune,Rune,,,,,,,2001-11-01, -/games/boxart/full_maids-with-balloons_994AmericaFront.jpg,Maids with Balloons,XBL,Misc,Microsoft,Jason Keiderling,,,,,,,2010-12-27, -/games/boxart/337263ccc.png,Mainichi Issho,PS3,Misc,Sony Computer Entertainment,BeXide / Game Arts,,,,,,,2006-11-11, -/games/boxart/full_5237336JapanFrontccc.jpg,Mainichi Kawaru Quiz Bangumi Days 365,SAT,Misc,Oz Club,Oz Club,,,,,,,1996-03-15, -/games/boxart/full_5711587JapanFrontccc.jpg,Mainichi Shinbunsha Kyouruoku: Saikyou no Kanji Drill 5-Man Mon,DS,Misc,NCS,NCS,,,,,,,2009-01-15, -/games/boxart/full_9468034JapanFrontccc.jpg,Mainichi Suteki! Hello Kitty no Life Kit,DS,Misc,Dorart,Dorart,,,,,,,2007-09-13, -/games/boxart/default.jpg,Maisodateru Ki Calendar,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-11-04, -/games/boxart/full_maisys-playhouse_509AmericaFront.jpg,Maisy's Playhouse,PC,Misc,TDK Mediactive,TDK Mediactive,,,,,,,2009-06-05, -/games/boxart/default.jpg,Major League Wizardry,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Major League Wizardry,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Major League Wizardry,And,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Makai Ichiban Kan,PSV,Misc,Compile Heart,Unknown,,,,,,,2015-12-17, -/games/boxart/default.jpg,Makai Kingdom: Chronicles of the Sacred Tome,PSP,Misc,Nippon Ichi Software,Unknown,,,,,,,2011-10-06, -/games/boxart/default.jpg,Make 10,BRW,Misc,Nekki,Unknown,,,,,,,2011-02-12, -/games/boxart/default.jpg,Make It Rain: The Love of Money,And,Misc,"Space Inch, LLC",Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Makichan to Nau.,PC,Misc,Waffle,Waffle,,,,,,,2011-07-29, -/games/boxart/default.jpg,Maleficent Free Fall,PC,Misc,Disney Interactive Studios,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Maleficent Free Fall,WinP,Misc,Disney Interactive Studios,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Maleficent Free Fall,And,Misc,Disney Interactive Studios,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Man Of Prey,PC,Misc,Buka Entertainment,Unknown,,,,,,,2009-09-10, -/games/boxart/default.jpg,Man Vs Snake,And,Misc,Quikding,Unknown,,,,,,,2013-11-11, -/games/boxart/default.jpg,Mana Crusher,And,Misc,Little Worlds Studio,Unknown,,,,,,,2014-03-26, -/games/boxart/full_manepa-1000-bannin-no-fx-training-leverage-kisei-taiouban_4JapanFront.jpg,Manepa 1000-Bannin no FX Training: Leverage Kisei Taiouban,DS,Misc,Genki,Genki,,,,,,,2010-09-16, -/games/boxart/full_manga-ka-debut-monogatari-ds-akogare-manga-ka-ikusei-game_5JapanFront.jpg,Manga Ka Debut Monogatari DS: Akogare! Manga Ka Ikusei Game,DS,Misc,TDK Core,TDK Core,,,,,,,2005-11-10, -/games/boxart/default.jpg,Manhunter,PC,Misc,Kiss,Unknown,,,,,,,2013-01-29, -/games/boxart/default.jpg,Manic Marble,PSP,Misc,Acquire,Unknown,,,,,,,2011-05-19, -/games/boxart/default.jpg,Manic Marble 2,Wii,Misc,D4 Enterprise,Unknown,,,,,,,2012-12-27, -/games/boxart/default.jpg,Manic Marble 2,NG,Misc,Trigger Apps,Unknown,,,,,,,1999-06-24, -/games/boxart/default.jpg,Manic Marble 3,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-02-07, -/games/boxart/default.jpg,Manic Marble 3,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-02-07, -/games/boxart/default.jpg,Manic Pumpkin,3DS,Misc,Bigben Interactive,Unknown,,,,,,,2013-02-21, -/games/boxart/default.jpg,Mansion,DS,Misc,Nexon,Unknown,,,,,,,2011-11-17, -/games/boxart/default.jpg,MapleStory 2,PC,Misc,Nexon,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Maplus Portable Navi 4,PSV,Misc,Unknown,Edia Co.,,,,,,,, -/games/boxart/full_6103878JapanFrontccc.jpg,MAPLUS: Portable Navi 2,PSP,Misc,Edia,Edia Corporation,,,,,,,2007-12-20, -/games/boxart/default.jpg,Marble Arena 2,PC,Misc,Unknown,Brightside Games,,,,,,,2011-12-13, -/games/boxart/default.jpg,Marble Solitaire,OSX,Misc,Unknown,Unknown,,,,,,,2014-08-05, -/games/boxart/default.jpg,Marble Solitaire,PC,Misc,Unknown,Unknown,,,,,,,2014-08-05, -/games/boxart/full_2191126JapanFrontccc.jpg,Marie & Gully no Let's Science,DS,Misc,Dorart,Dorart,,,,,,,2010-04-15, -/games/boxart/full_marine-tour_9JapanFront.jpg,Marine Tour,3DO,Misc,Office Create,Office Create,,,,,,,1994-08-06, -/games/boxart/default.jpg,Mario & Luigi: Superstar Saga,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-03, -/games/boxart/full_8415799AmericaFrontccc.jpg,Mario Calculator,DSiW,Misc,Nintendo,Nintendo,6,,,,,,2009-06-15, -/games/boxart/full_7600516AmericaFrontccc.jpg,Mario Clock,DSiW,Misc,Nintendo,Nintendo,3.5,,,,,,2009-06-15, -/games/boxart/5821057ccc.jpg,Mario is Missing!,SNES,Misc,Mindscape,Software Creations,,,,,,,1993-06-01, -/games/boxart/1409332ccc.jpg,Mario is Missing!,PC,Misc,Mindscape,Software Toolworks,,,,,,,1992-01-01, -/games/boxart/6206824ccc.jpg,Mario is Missing!,NES,Misc,Mindscape,Radical Entertainment,,,,,,,1993-07-01, -/games/boxart/full_3720000JapanFrontccc.jpg,Mario no Photopi,N64,Misc,Tokyo Electron,Tokyo Electron,,,,,,,1998-12-02, -/games/boxart/full_mario-party-2_8AmericaFront.jpg,Mario Party 2,VC,Misc,Nintendo,Hudson Soft,,,,,,,2010-12-20, -/games/boxart/full_7740365AmericaFrontccc.jpg,Mario Teaches Typing 2,PC,Misc,Interplay,Brainstorm,,,,,,,1997-01-01, -/games/boxart/6757836ccc.jpg,Mario's Early Years: Fun with Letters,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1994-10-01, -/games/boxart/2343815ccc.jpg,Mario's Early Years: Fun with Numbers,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1994-09-01, -/games/boxart/5195724ccc.jpg,Mario's Early Years: Preschool Fun,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1994-11-01, -/games/boxart/full_marios-game-gallery_8AmericaFront.jpg,Mario's Game Gallery,PC,Misc,Interplay,Presage Software Inc.,,,,,,,1995-02-23, -/games/boxart/132798ccc.jpg,Mario's Time Machine,SNES,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-12-01, -/games/boxart/full_1181331AmericaFrontccc.jpg,Mario's Time Machine,NES,Misc,Software Toolworks,Radical Entertainment,,,,,,,1994-04-23, -/games/boxart/full_9348160AmericaFrontccc.jpg,Mario's Time Machine Deluxe,PC,Misc,Mindscape,Software Toolworks,,,,,,,1996-01-01, -/games/boxart/default.jpg,Mark Hinchcliffe's Game Series,WW,Misc,Unknown,Alten8,,,,,,,, -/games/boxart/7694820ccc.jpg,Marky Mark: Make My Video,SCD,Misc,Sega,Digital Pictures,,,,,,,1992-01-01, -/games/boxart/default.jpg,Mars: War Logs,X360,Misc,Focus Home Interactive,Unknown,,,,,,,2013-07-26, -/games/boxart/default.jpg,Mars: War Logs,PS3,Misc,Focus Home Interactive,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Marshal - Stratego Game,DSi,Misc,EnjoyUp Games,Unknown,,,,,,,2013-05-02, -/games/boxart/default.jpg,Marshal - Stratego Game,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-05-02, -/games/boxart/default.jpg,Marshal Online - Stratego Game,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-08-30, -/games/boxart/default.jpg,Martha Stewart,3DS,Misc,Unknown,Majesco Entertainment,,,,,,,, -/games/boxart/full_1162588JapanFrontccc.jpg,Maru Goukaku Shikaku Dasshu! Financial Planning Ginou Kentei Shiken 2-Kyuu 3-Kyuu,DS,Misc,Media5,Media5,,,,,,,2010-06-24, -/games/boxart/full_6315492JapanFrontccc.jpg,Maru Goukaku Shikaku Dasshu! Gyouseishoshi Shiken,DS,Misc,Media5,Media5,,,,,,,2010-06-10, -/games/boxart/full_maru-goukaku-shikaku-dasshu-hanbaishi-kentei-shiken-2-kyuu-3-kyuu_9JapanFront.jpg,Maru Goukaku Shikaku Dasshu! Hanbaishi Kentei Shiken 2-Kyuu - 3-Kyuu,DS,Misc,Media5,Media5,,,,,,,2010-10-07, -/games/boxart/full_6798138JapanFrontccc.jpg,Maru Goukaku Shiraku Sashhu! IT Passport Shiken,DS,Misc,Media5,Media5,,,,,,,2010-01-14, -/games/boxart/full_maru-goukaku-shikaku-dasshu-2011-nendohan-gyouseishoshi-shiken_495JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! 2011-Nendohan - Gyouseishoshi Shiken,DS,Misc,Media5,Media5,,,,,,,2011-04-07, -/games/boxart/full_maru-goukaku-shikaku-dasshu-2011-nendohan-financial-planner-ginou-kentei-shiken-2-kyuu-3-kyuu_882JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! 2011-Nendohan Financial Planner Ginou Kentei Shiken 2-Kyuu 3-Kyuu,DS,Misc,Media5,Media5,,,,,,,2011-06-23, -/games/boxart/full_maru-goukaku-shikaku-dasshu-2011-nendohan-jouhou-security-specialist-shiken-network-specialist-shiken_841JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! 2011-Nendohan Jouhou Security Specialist Shiken - Network Specialist Shiken,DS,Misc,Media5,Media5,,,,,,,2011-05-26, -/games/boxart/full_maru-goukaku-shikaku-dasshu-care-manager-shiken_1JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Care Manager Shiken,DS,Misc,Media5,Media5,,,,,,,2010-10-21, -/games/boxart/full_maru-goukaku-shikaku-dasshu-chuushoukigyou-shindanshi-shiken_8JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Chuushoukigyou Shindanshi Shiken,DS,Misc,Media5,Media5,,,,,,,2010-09-02, -/games/boxart/default.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 2-Kyuu Portable,PSP,Misc,Media5,Media5,,,,,,,2011-11-23, -/games/boxart/full_maru-goukaku-shikaku-dasshu-fp-financial-planning-ginou-kentei-shiken-2-kyuu-portable_102JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 2-Kyuu Portable,PSN,Misc,Media5,Media5,,,,,,,2011-11-23, -/games/boxart/full_maru-goukaku-shikaku-dasshu-fp-financial-planning-ginou-kentei-shiken-3-kyuu-portable_815JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 3-Kyuu Portable,PSP,Misc,Media5,Media5,,,,,,,2011-11-23, -/games/boxart/full_maru-goukaku-shikaku-dasshu-fp-financial-planning-ginou-kentei-shiken-3-kyuu-portable_731JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! FP Financial Planning Ginou Kentei Shiken 3-Kyuu Portable,PSN,Misc,Media5,Media5,,,,,,,2011-11-23, -/games/boxart/full_maru-goukaku-shikaku-dasshu-it-passport-shiken-portable_330JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! IT Passport Shiken Portable,PSP,Misc,Media5,Media5,,,,,,,2011-09-01, -/games/boxart/maru-goukaku-shikaku-dasshu-it-passport-shiken-portable_521JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! IT Passport Shiken Portable,PSN,Misc,Media5,Media5,,,,,,,2011-09-08, -/games/boxart/maru-goukaku-shikaku-dasshu-jouhou-gijutsusha-shiken-portable_826JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Jouhou Gijutsusha Shiken Portable,PSN,Misc,Media5,Media5,,,,,,,2011-09-08, -/games/boxart/maru-goukaku-shikaku-dasshu-jouhou-gijutsusha-shiken-portable_787JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Jouhou Gijutsusha Shiken Portable,PSP,Misc,Media5,Media5,,,,,,,2011-09-08, -/games/boxart/full_maru-goukaku-shikaku-dasshu-kaigo-fukushisi-shiken_572JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Kaigo Fukushisi Shiken,DS,Misc,Media5,Media5,,,,,,,2011-08-18, -/games/boxart/maru-goukaku-shikaku-dasshu-kihon-jouhou-gijutsusha-shiken-portable_709JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Kihon Jouhou Gijutsusha Shiken Portable,PSP,Misc,Media5,Media5,,,,,,,2011-09-08, -/games/boxart/maru-goukaku-shikaku-dasshu-kihon-jouhou-gijutsusha-shiken-portable_924JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Kihon Jouhou Gijutsusha Shiken Portable,PSN,Misc,Media5,Media5,,,,,,,2011-09-08, -/games/boxart/full_maru-goukaku-shikaku-dasshu-shouken-gaimuin-ni-shu-shiken_0JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! Shouken Gaimuin Ni-Shu Shiken,DS,Misc,Media5,Media5,,,,,,,2010-09-02, -/games/boxart/full_maru-goukaku-shikaku-dasshu-tac-koumuin-shiken-kokka-ii-tane_35JapanFront.jpg,Maru Goukaku: Shikaku Dasshu! TAC Koumuin Shiken - Kokka II Tane,DS,Misc,Media5,Media5,,,,,,,2010-11-25, -/games/boxart/default.jpg,Maru Goukaku: Shikaku Dasshu! Takken Shiken DS,DS,Misc,Media5,Unknown,,,,,,,2012-06-14, -/games/boxart/default.jpg,Marvel Heroes,PC,Misc,Gazillion Entertainment,Unknown,,,,,,,2013-06-04, -/games/boxart/full_9562932AmericaFrontccc.jpg,Marvel Heroes: Comic Book Creator,PC,Misc,Planetwide Games,Planetwide Games,,,,,,,2006-11-24, -/games/boxart/full_pinball-fx-2-marvel-pinball_894AmericaFront.jpg,Marvel Pinball,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2010-12-14, -/games/boxart/default.jpg,Marvel Pinball,3DS,Misc,Zen Studios,Unknown,,,,,,,2012-06-28, -/games/boxart/default.jpg,Marvel Pinball,And,Misc,Zen Studios,Unknown,,,,,,,2011-12-01, -/games/boxart/default.jpg,Marvel Pinball,WiiU,Misc,Zen Studios,Unknown,,,,,,,2013-01-31, -/games/boxart/default.jpg,Marvel Pinball,PSV,Misc,Zen Studios,Unknown,,,,,,,2012-11-13, -/games/boxart/default.jpg,Marvel Pinball 3D,3DS,Misc,Zen Studios,Unknown,,,,,,,2012-06-28, -/games/boxart/full_pinball-fx-2-marvel-pinball-captain-america_618AmericaFront.jpg,Marvel Pinball: Captain America,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2011-06-28, -/games/boxart/full_pinball-fx-2-marvel-pinball-fantastic-four_892AmericaFront.jpg,Marvel Pinball: Fantastic Four,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2011-06-01, -/games/boxart/default.jpg,Marvel Pinball: Vengeance and Virtue,PSN,Misc,Zen Studios,Zen Studios,,,,,,,2011-12-13, -/games/boxart/default.jpg,Marvel Puzzle Quest: Dark Reign,And,Misc,D3Publisher,Unknown,,,,,,,2013-10-03, -/games/boxart/default.jpg,Marvel Puzzle Quest: Dark Reign,PC,Misc,D3Publisher,Unknown,,,,,,,2013-12-05, -/games/boxart/default.jpg,Marvel Run Jump Smash!,And,Misc,Marvel Entertainment,Unknown,,,,,,,2014-01-30, -/games/boxart/full_1778184AmericaFrontccc.jpg,Marvel Trading Card Game,PC,Misc,Konami,Vicious Cycle,,,,,,,2007-02-21, -/games/boxart/default.jpg,MARVEL War of Heroes,And,Misc,Mobage,Unknown,,,,,,,2012-10-18, -/games/boxart/full_marvelous-mystery-6-pack_50AmericaFront.jpg,Marvelous Mystery 6 Pack,PC,Misc,Viva Media,"Viva Media, LLC",,,,,,,2009-04-15, -/games/boxart/full_1167120AmericaFrontccc.jpg,Mary-Kate and Ashley: Pocket Planner,GB,Misc,Acclaim Entertainment,Powerhead Games,,,,,,,2000-11-29, -/games/boxart/default.jpg,Mask Game,WinP,Misc,Quikding,Unknown,,,,,,,2012-03-23, -/games/boxart/default.jpg,Mask Game,And,Misc,Quikding,Unknown,,,,,,,2012-03-23, -/games/boxart/default.jpg,Massive Chalice,OSX,Misc,Double Fine Productions,Unknown,,,,,,,2014-11-11, -/games/boxart/full_master-games-1_0PALFront.jpg,Master Games 1,MS,Misc,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_8222229AmericaFrontccc.jpg,Master of Illusion Express: Deep Psyche,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-20, -/games/boxart/full_7419534AmericaFrontccc.jpg,Master of Illusion Express: Funny Face,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-05, -/games/boxart/full_4980694AmericaFrontccc.jpg,Master of Illusion Express: Matchmaker,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-14, -/games/boxart/full_666827AmericaFrontccc.jpg,Master of Illusion Express: Mind Probe,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-11-30, -/games/boxart/full_8538643AmericaFrontccc.jpg,Master of Illusion Express: Psychic Camera,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-28, -/games/boxart/full_4532716AmericaFrontccc.jpg,Master of Illusion Express: Shuffle Games,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-13, -/games/boxart/full_6407361AmericaFrontccc.jpg,Master Reboot,OSX,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-11-20, -/games/boxart/full_2426164AmericaFrontccc.jpg,Master Reboot,PC,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2013-10-29, -/games/boxart/full_3745637AmericaFrontccc.jpg,Master Reboot,PS3,Misc,Wales Interactive Ltd.,Unknown,,,,,,,2014-03-04, -/games/boxart/default.jpg,Masters of the World: Geopolitical Simulator 3,OSX,Misc,Eversim,Unknown,,,,,,,2014-03-11, -/games/boxart/default.jpg,Masters of the World: Geopolitical Simulator 3,PC,Misc,Eversim,Unknown,,,,,,,2014-03-11, -/games/boxart/full_match-up_5AmericaFront.jpg,Match Up!,DSiW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-08-02, -/games/boxart/full_1925661AmericaFrontccc.jpg,Matchem,XBL,Misc,Microsoft,Michael Lee,,,,,,,2009-03-10, -/games/boxart/default.jpg,Matching Tunes,PC,Misc,Neon Surge,Unknown,,,,,,,2014-06-03, -/games/boxart/default.jpg,Matching With Friends,And,Misc,Zynga,Unknown,,,,,,,2013-09-10, -/games/boxart/default.jpg,MatchMore,Linux,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,MatchMore,PC,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,MatchMore,OSX,Misc,Midnight Magic Games,Unknown,,,,,,,2014-04-01, -/games/boxart/full_1433549AmericaFrontccc.jpg,Math Aerobat,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-06-17, -/games/boxart/full_math-cruncher_34AmericaFront.jpg,Math Cruncher,XBL,Misc,Microsoft,Bluebomber128,,,,,,,2011-07-04, -/games/boxart/full_1612908AmericaFrontccc.jpg,Math Gardener,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-07-20, -/games/boxart/full_math-patrol-the-kleptoid-threat_574AmericaFront.jpg,Math Patrol: The Kleptoid Threat,GBA,Misc,Tomy Corporation,GXB Interactive,,,,,,,2007-11-01, -/games/boxart/full_math-patrol-the-venus-virus_138AmericaFront.jpg,Math Patrol: The Venus Virus,GBA,Misc,Unknown,GXB Interactive,,,,,,,2020-12-31, -/games/boxart/full_2247175AmericaFrontccc.jpg,Math Sniper 3D,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-05-08, -/games/boxart/3478421ccc.jpg,Mathemagics,3DO,Misc,3DO,L3 Interactive,,,,,,,1994-01-01, -/games/boxart/full_matsumoto-akira-no-kabushiki-hisshougaku_5JapanFront.jpg,Matsumoto Akira no Kabushiki Hisshougaku,NES,Misc,Imagineer,Imagineer,,,,,,,1988-02-18, -/games/boxart/full_matsumoto-akira-no-kabushiki-hisshougaku-ii_7JapanFront.jpg,Matsumoto Akira no Kabushiki Hisshougaku II,NES,Misc,Imagineer,Imagineer,,,,,,,1989-03-31, -/games/boxart/full_maus-ds_6PALFront.jpg,Maus DS,DS,Misc,Deep Silver,Braingame,,,,,,,2008-12-12, -/games/boxart/full_9463986AmericaFrontccc.jpg,Max Fun Times,XBL,Misc,Microsoft,Claymerikorp,,,,,,,2009-07-25, -/games/boxart/full_maxi-15_559AmericaFront.jpg,Maxi 15,NES,Misc,American Video Entertainment,Various,,,,,,,1992-01-01, -/games/boxart/1196009ccc.jpg,Maximum Pool,DC,Misc,Sierra Entertainment,Dynamix,6.4,,,,,,2000-12-04, -/games/boxart/default.jpg,May's Mysteries: The Secret of Dragonville,PC,Misc,Unknown,Unknown,,,,,,,2012-03-09, -/games/boxart/full_9062456JapanFrontccc.jpg,Maya's Fortune Telling: Kiseki no Maya Uranai,PS,Misc,Oracion,Unknown,,,,,,,1999-08-05, -/games/boxart/full_2628973AmericaFrontccc.jpg,Mayan Countdown,XBL,Misc,Microsoft,Zenfar,,,,,,,2009-08-04, -/games/boxart/full_mcdonalds-original-happy-disc_176JapanFront.jpg,McDonald's Original Happy Disc,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2001-01-01, -/games/boxart/full_mcdonalds-treasure-land-adventure_681AmericaFront.jpg,McDonald's Treasure Land Adventure,GEN,Misc,Sega,"Treasure Co., Ltd.",,,,,,,1993-01-01, -/games/boxart/full_mcdonalds-videogame_957AmericaFront.png,McDonald's Videogame,PC,Misc,Unknown,Molleindustria,,,,,,,2006-01-01, -/games/boxart/default.jpg,Me & My Furry Patients 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Mechanic Infantry,PC,Misc,SCE Studio San Diego,Unknown,,,,,,,2011-07-17, -/games/boxart/default.jpg,MechWarrior Online,PC,Misc,Infinite Game Publishing,Unknown,,,,,,,2013-09-17, -/games/boxart/full_1763641PALFrontccc.jpg,MediEvil / (c-12) Final Resistance,PS,Misc,Sony Computer Entertainment,SCEE,,,,,,,2003-05-09, -/games/boxart/full_6235876AmericaFrontccc.jpg,Meet UR Match,XBL,Misc,Microsoft,Georges Dad,,,,,,,2009-06-30, -/games/boxart/full_5079624PALFrontccc.jpg,Mega 6 Vol. 3,GEN,Misc,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/9908758ccc.jpg,Mega Games 1,GEN,Misc,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_495447PALFrontccc.jpg,Mega Games 2,GEN,Misc,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_6712325PALFrontccc.jpg,Mega Games 3,GEN,Misc,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_5130351PALFrontccc.jpg,Mega Games 6,GEN,Misc,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_9822181PALFrontccc.jpg,Mega Games 6 Vol. 2,GEN,Misc,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/default.jpg,Mega Man Battle Chip Challenge,WiiU,Misc,Capcom,Capcom Production Studio 2,,,,,,,2014-08-14, -/games/boxart/default.jpg,Mega Man II,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-08, -/games/boxart/default.jpg,Mega Man III,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-08, -/games/boxart/default.jpg,Mega Man IV,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Mega Man V,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Mega Man Xtreme,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Mega Man Xtreme 2,3DS,Misc,Capcom,Unknown,,,,,,,2014-05-29, -/games/boxart/default.jpg,MEGASTUNT Mayhem,3DS,Misc,UFO Interactive Games,Unknown,,,,,,,2012-09-20, -/games/boxart/default.jpg,MEGASTUNT Mayhem,DSi,Misc,UFO Interactive Games,Unknown,,,,,,,2012-09-20, -/games/boxart/default.jpg,MEGASTUNT Mayhem,Linux,Misc,UFO Interactive,Unknown,,,,,,,2012-09-20, -/games/boxart/default.jpg,Megatokyo,Linux,Misc,Supersonic,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Megatokyo,PC,Misc,Supersonic,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Megatokyo,OSX,Misc,Supersonic,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,MegaTrivia 2,GIZ,Misc,Unknown,Hometown I.S.,,,,,,,, -/games/boxart/default.jpg,Meikyou Kokugo: Rakubiki Jiten,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-11-25, -/games/boxart/full_meitantei-conan-trick-trick-vol-1_820JapanFront.jpg,Meitantei Conan: Trick Trick Vol. 1,PS,Misc,Bandai,Kamui,,,,,,,2003-04-17, -/games/boxart/default.jpg,Meltdown (2013),And,Misc,Bulkypix,Unknown,,,,,,,2013-11-07, -/games/boxart/default.jpg,Meltdown (2013),PC,Misc,Bulkypix,Unknown,,,,,,,2014-03-05, -/games/boxart/default.jpg,Meltdown (2013),OSX,Misc,Bulkypix,Unknown,,,,,,,2014-03-05, -/games/boxart/default.jpg,Meltdown (2013),Ouya,Misc,Bulkypix,Unknown,,,,,,,2014-02-01, -/games/boxart/full_8368413AmericaFrontccc.jpg,Memorania,XBL,Misc,Microsoft,MrBenj4min,,,,,,,2009-02-10, -/games/boxart/full_3010815PALFrontccc.jpeg,Memoria,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2015-01-01, -/games/boxart/full_memorial-series-sunsoft-vol-5-raf-world-hebereke_562JapanFront.jpg,Memorial * Series: Sunsoft Vol. 5: Raf World / Hebereke,PS,Misc,Sunsoft,Microvision,,,,,,,2002-03-28, -/games/boxart/full_memorial-series-sunsoft-vol-5-raf-world-hebereke_536JapanFront.jpg,Memorial * Series: Sunsoft Vol. 5: Raf World / Hebereke,PSN,Misc,Sunsoft,Microvision,,,,,,,2010-11-24, -/games/boxart/full_7060366AmericaFrontccc.jpg,MemoStomp,XBL,Misc,Microsoft,knickstorm,,,,,,,2008-11-24, -/games/boxart/default.jpg,Men of War: Condemned Heroes,PC,Misc,1C Company,1C-SoftClub,,,,,,,2012-04-12,2019-03-29 -/games/boxart/default.jpg,Men Vs Machines,3DS,Misc,"ENTERBRAIN,INC.",Unknown,,,,,,,2013-08-08, -/games/boxart/full_389154AmericaFrontccc.jpg,Men's Room Mayhem,PSV,Misc,Triniti Interactive,Unknown,,,,,,,2013-05-21, -/games/boxart/default.jpg,Men's Room Mayhem,And,Misc,Triniti Interactive,Unknown,,,,,,,2013-05-22, -/games/boxart/default.jpg,Mercenary Kings,PS4,Misc,Tribute Games,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Mercenary Kings,PSV,Misc,Tribute Games,Unknown,,,,,,,2015-01-01, -/games/boxart/full_3545987AmericaFrontccc.jpg,Mercer Mayer's Little Critter: Just Me and My Grandpa,PC,Misc,GT Interactive,GT Interactive,,,,,,,1998-01-01, -/games/boxart/default.jpg,Meridian: New World,PC,Misc,Headup Games,Unknown,,,,,,,2014-04-04, -/games/boxart/full_6940293JapanFrontccc.jpg,Mermaid Melody: Pichi Pichi Picchi,GBA,Misc,Konami,Konami,,,,,,,2003-10-09, -/games/boxart/full_6400047JapanFrontccc.jpg,Mermaid Melody: Pichi Pichi Picchi Pichi Pichi Party,GBA,Misc,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_6732661JapanFrontccc.jpg,Mermaid Melody: Pichi Pichi Picchi Pichi Pichitto Live Start,GBA,Misc,Konami,Konami,,,,,,,2004-03-18, -/games/boxart/default.jpg,Mermaid Resort,And,Misc,Copenhagen Creators,Unknown,,,,,,,2013-12-23, -/games/boxart/default.jpg,Metal Gear,PS2,Misc,Konami Digital Entertainment,Unknown,,,,,,,2007-07-26, -/games/boxart/default.jpg,Metal Gear 2: Solid Snake,PS2,Misc,Konami Digital Entertainment,Unknown,,,,,,,2007-07-26, -/games/boxart/default.jpg,Metal Gear Solid 2: Sons of Liberty,PC,Misc,Konami Digital Entertainment,Unknown,,,,,,,2003-03-27, -/games/boxart/default.jpg,Metal Gear Solid 2: Sons of Liberty,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, -/games/boxart/default.jpg,Metal Gear Solid 2: Sons of Liberty,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, -/games/boxart/default.jpg,Metal Gear Solid 3: Snake Eater,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, -/games/boxart/default.jpg,Metal Gear Solid 3: Snake Eater,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, -/games/boxart/default.jpg,Metal Gear Solid: Peace Walker,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, -/games/boxart/default.jpg,Metal Gear Solid: Peace Walker,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2011-11-08, -/games/boxart/default.jpg,Metal Slug,Linux,Misc,SNK Playmore,Unknown,,,,,,,2013-02-25, -/games/boxart/default.jpg,Metal Slug,Linux,Misc,Trigger Apps,Unknown,,,,,,,1996-07-05, -/games/boxart/default.jpg,Metal Slug,Arc,Misc,Trigger Apps,Unknown,,,,,,,1996-04-18, -/games/boxart/default.jpg,METAL SLUG DEFENSE,And,Misc,SNK Playmore,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Metro: Last Light,Linux,Misc,Deep Silver,Unknown,,,,,,,2013-05-14, -/games/boxart/default.jpg,Metro: Last Light,OSX,Misc,Deep Silver,Unknown,,,,,,,2013-05-14, -/games/boxart/default.jpg,Metroid Fusion,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-03, -/games/boxart/full_4962519AmericaFrontccc.jpg,Metroid Prime / The Legend of Zelda: The Wind Waker,GC,Misc,Nintendo,Retro Studios / Nintendo EAD,,,,,,,2005-11-01, -/games/boxart/default.jpg,Mew-Genics,PC,Misc,Team Meat,Unknown,,,,,,,2014-01-01, -/games/boxart/full_7685024JapanFrontccc.jpg,Mezase Debut! Fashion Designer Monogatari + Kawaii Pet Game Gallery 2,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2004-08-12, -/games/boxart/full_mezase-shoujo-manga-ka-chao-manga-school_3JapanFront.jpg,Mezase! Shoujo Manga Ka! Chao Manga School,DS,Misc,TDK Core,TDK Core,,,,,,,2006-11-09, -/games/boxart/full_michael-jackson-the-experience_921AmericaFront.jpg,Michael Jackson: The Experience,PSN,Misc,Ubisoft,Ubisoft Montreal,,,,,,,2010-11-23, -/games/boxart/full_5996168AmericaFrontccc.jpg,Mickey's Adventure in Numberland,NES,Misc,Hi Tech Expressions,Beam Software,,,,,,,1994-03-01, -/games/boxart/full_3287861AmericaFrontccc.jpg,Mickey's Safari in Letterland,NES,Misc,Hi Tech Expressions,Beam Software,,,,,,,1993-03-01, -/games/boxart/full_3276896AmericaFrontccc.gif,Microsoft. 3D Movie Maker,PC,Misc,Microsoft,Microsoft Home,,,,,,,1998-01-01, -/games/boxart/default.jpg,Midnight Club 3: DUB Edition (America/Others Sales),X360,Misc,Kalypso Media,Unknown,,,,,,,2013-03-06, -/games/boxart/default.jpg,Midnight Club 3: DUB Edition (America/Others Sales),PC,Misc,Kalypso Media,Unknown,,,,,,,2013-03-06, -/games/boxart/default.jpg,Midnight Club 3: DUB Edition (America/Others Sales),PS3,Misc,Kalypso Media,Unknown,,,,,,,2013-03-06, -/games/boxart/full_3055367AmericaFrontccc.jpg,Midway Arcade Treasures,PC,Misc,Midway Games,Digital Eclipse,,,,,,,2004-08-27, -/games/boxart/full_1947438AmericaFrontccc.jpg,Midway Arcade Treasures: Deluxe Edition,PC,Misc,Midway Games,Digital Eclipse,,,,,,,2006-02-17, -/games/boxart/default.jpg,Midway Arcade Treasures: Extended Play,PSN,Misc,Midway Games,Digital Eclipse,,,,,,,2010-06-29, -/games/boxart/full_561144AmericaFrontccc.jpg,Midway presents Arcade Hits: Moon Patrol / Spy Hunter,GB,Misc,Midway Games,Digital Eclipse,,,,,,,1999-04-28, -/games/boxart/5805620ccc.jpg,Midway Presents Arcade's Greatest Hits,SAT,Misc,Midway Games,Digital Eclipse,,,,,,,1996-01-01, -/games/boxart/2223384ccc.jpg,Midway Presents Arcade's Greatest Hits: The Atari Collection 1,SAT,Misc,Midway Games,Digital Eclipse,,,,,,,1997-07-14, -/games/boxart/full_1096926AmericaFrontccc.jpg,Midway Presents Arcade's Greatest Hits: The Atari Collection 2,PS,Misc,Midway Games,Digital Eclipse,,,,,,,1997-12-31, -/games/boxart/default.jpg,Midway Presents Arcade's Greatest Hits: The Midway Collection 2,PC,Misc,GT Interactive,Digital Eclipse,,,,,,,1997-01-01, -/games/boxart/full_8561123AmericaFrontccc.jpg,Midway Presents Arcade's Greatest Hits: The Midway Collection 2,PS,Misc,Midway Games,Digital Eclipse,,,,,,,1997-11-30, -/games/boxart/full_5579735AmericaFrontccc.jpg,Midway's Greatest Arcade Hits Volume 1,DC,Misc,Midway Games,Digital Eclipse,6.7,,,,,,2000-06-27, -/games/boxart/4853684ccc.jpg,Midway's Greatest Arcade Hits Volume 2,DC,Misc,Midway Games,Midway,7,,,,,,2001-11-15, -/games/boxart/default.jpg,Midwinter,Amig,Misc,Rainbird,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,Midwinter,MSD,Misc,Rainbird,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,Midwinter,AST,Misc,Rainbird,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,Midwinter II: Flames of Freedom,MSD,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Midwinter II: Flames of Freedom,AST,Misc,Rainbird,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Midwinter II: Flames of Freedom,Amig,Misc,Rainbird,Unknown,,,,,,,1991-01-01, -/games/boxart/default.jpg,Miffy's World,WW,Misc,Pan Vision,Pan Vision,,,,,,,2010-10-15, -/games/boxart/full_3760034PALFrontccc.jpg,Might & Magic Heroes VI - Shades of Darkness,PC,Misc,Ubisoft,Unknown,,,,,,,2013-05-02, -/games/boxart/default.jpg,Mightier,PC,Misc,Ratloop Asia Pte Ltd,Unknown,,,,,,,2009-03-19, -/games/boxart/default.jpg,Mighty Switch Force! 2,3DS,Misc,WayForward Technologies,Unknown,,,,,,,2013-06-13, -/games/boxart/full_5155074PALFrontccc.png,Mighty Switch Force! 2,WiiU,Misc,WayForward Technologies,Unknown,,,,,,,2013-10-17, -/games/boxart/full_mile-high-pinball_782AmericaFront.jpg,Mile High Pinball,NGage,Misc,Nokia,Bonus Mobile Entertainment,8,,,,,,2005-11-14, -/games/boxart/default.jpg,Millennium - A New Hope,PC,Misc,Unknown,Unknown,,,,,,,2009-09-21, -/games/boxart/default.jpg,Million Dollar Arm,WinP,Misc,99Games,Unknown,,,,,,,2014-05-12, -/games/boxart/full_159018AmericaFrontccc.jpg,Milton Bradley Classic Board Games,PC,Misc,Atari,Random Games,,,,,,,2007-03-05, -/games/boxart/full_4701896AmericaFrontccc.png,Mind Quiz,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-07-01, -/games/boxart/default.jpg,Mind Teazzer,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1994-01-01, -/games/boxart/full_9274635AmericaFrontccc.jpg,Mind Warp,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2009-12-12,2020-03-03 -/games/boxart/full_8878327JapanFrontccc.jpg,Mindseeker,NES,Misc,Namco,Namco,,,,,,,1989-04-18, -/games/boxart/full_808145AmericaFrontccc.png,Minecraft,And,Misc,Mojang,Mojang,,,,,,,2011-10-08,2018-08-05 -/games/boxart/full_6852687AmericaFrontccc.png,Minecraft,iOS,Misc,Mojang,Mojang,,,,,,,2011-11-17,2018-08-05 -/games/boxart/default.jpg,Miner Adventure,And,Misc,Mateen Pekan,Unknown,,,,,,,2014-03-18, -/games/boxart/full_3377377AmericaFrontccc.jpg,Minesweeper Mayhem,XBL,Misc,Microsoft,jsmars,,,,,,,2009-05-22, -/games/boxart/default.jpg,Mini Golf: Wacky Worlds,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2013-08-15, -/games/boxart/full_3121467JapanFrontccc.jpg,Minimoni: Onegaio Hoshisama!,GBA,Misc,Konami,Konami,,,,,,,2002-12-12, -/games/boxart/default.jpg,Mining & Tunneling Simulator,PC,Misc,UIG Entertainment,Unknown,,,,,,,2014-03-05, -/games/boxart/full_1689504JapanFrontccc.jpg,Minna de Dokusho DS Naruhodo! Tanoshii Seikatsu no Urawaza Inwaza,DS,Misc,Dorart,Dorart,,,,,,,2010-05-20, -/games/boxart/full_1080066JapanFrontccc.jpg,Minna de Dokusho: Keatai Shousetsu Desu,DS,Misc,Dorart,Dorart,,,,,,,2008-12-25, -/games/boxart/full_minna-de-shitendo-ds-genji-monogatari-chottodake-bungaku_702JapanFront.jpg,Minna de Shitendo DS: Genji Monogatari + Chottodake Bungaku,DS,Misc,Dorart,Dorart,,,,,,,2008-06-19, -/games/boxart/full_minna-de-taikan-dokusho-ds-cho-kowai-gakkou-no-kaidan_3JapanFront.jpg,Minna de Taikan Dokusho DS: Cho-Kowai! Gakkou no Kaidan,DS,Misc,Dorart,Dorart,,,,,,,2010-08-19, -/games/boxart/full_minna-no-chizu-2-chiiki-han-chuunichimoto-han_9JapanFront.jpg,Minna no Chizu 2 Chiiki-Han: Chuunichimoto-Han,PSP,Misc,Zenrin,Zenrin,,,,,,,2007-08-09, -/games/boxart/full_7538924JapanFrontccc.jpg,Minna no Chizu 2 Chiiki-Han: Higashinichimoto-Han,PSP,Misc,Zenrin,Zenrin,,,,,,,2007-08-09, -/games/boxart/full_7843315JapanFrontccc.jpg,Minna no Chizu 2 Chiiki-Han: Nishinippon-Han,PSP,Misc,Zenrin,Zenrin,,,,,,,2007-08-09, -/games/boxart/full_minna-no-chizu-3_0JapanFront.jpg,Minna no Chizu 3,PSP,Misc,Zenrin,Zenrin,,,,,,,2008-04-24, -/games/boxart/full_7955177JapanFrontccc.jpg,Minna no Navi,PSP,Misc,Zenrin,Zenrin,,,,,,,2009-11-05, -/games/boxart/full_minna-no-othello_667JapanFront.jpg,Minna no Othello,PS,Misc,Success,Success,,,,,,,2002-02-28, -/games/boxart/full_184770JapanFrontccc.jpg,Minna no Ouji-Sama,GBA,Misc,Konami,Konami,,,,,,,2003-12-04, -/games/boxart/default.jpg,Minna no Rhythm Tengoku,Wii,Misc,Unknown,Nintendo,,,,,,,, -/games/boxart/full_899648JapanFrontccc.jpg,Minna no Shiatsu: Itami mo Tsukare mo Sukirii!,PSP,Misc,Dorart,Dorart,,,,,,,2010-03-18, -/games/boxart/full_1815090JapanFrontccc.jpg,Minna no Shogi,GBA,Misc,Success,Success,,,,,,,2004-09-24, -/games/boxart/full_2957151JapanFrontccc.jpg,Minna no Soft Series: Minna no Mahjong,GBA,Misc,MTO,MTO,,,,,,,2003-10-31, -/games/boxart/full_8226056JapanFrontccc.jpg,Minna no Soft Series: Shanghai,GBA,Misc,Success,Success,,,,,,,2003-10-31, -/games/boxart/default.jpg,Minna no Theater Wii,WW,Misc,Fuji,FujiSoft,,,,,,,2009-01-27, -/games/boxart/default.jpg,MirrorMoon EP,Linux,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,MirrorMoon EP,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,MirrorMoon EP,OSX,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_3483842AmericaFrontccc.jpg,Miss Spider's Sunny Patch Friends: Harvest Time Hop and Fly,DS,Misc,Game Factory,Shin'en,,,,,,,2006-05-30, -/games/boxart/default.jpg,Missy Mila Twisted Tales,DSiW,Misc,Unknown,Planet Nemo Productions,,,,,,,2011-01-21, -/games/boxart/default.jpg,Mistborn: Birthright,X360,Misc,Little Orbit,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Mistborn: Birthright,PS3,Misc,Little Orbit,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Mistborn: Birthright,PC,Misc,Little Orbit,Unknown,,,,,,,2020-12-31, -/games/boxart/full_mix-superstar_1AmericaFront.jpg,Mix Superstar,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-11-08, -/games/boxart/full_8949552AmericaFrontccc.jpg,Mixed Messages,DSiW,Misc,Activision,Vicarious Visions,,,,,,,2009-04-13, -/games/boxart/full_mizuki-shigeru-no-youkai-hyakkiyakou_183JapanFront.jpg,Mizuki Shigeru no Youkai Hyakkiyakou,SNES,Misc,KSS,KSS,,,,,,,1995-12-20, -/games/boxart/full_5811411JapanFrontccc.jpg,Mizutani Junko: Believer Dreamer,PS,Misc,Antinos Records,Antinos Records,,,,,,,1996-06-21, -/games/boxart/default.jpg,MLB Dream Nine Mobile,OSX,Misc,Konami Digital Entertainment,Unknown,,,,,,,2013-01-07, -/games/boxart/default.jpg,MLB Perfect Inning,And,Misc,Gamevil,Unknown,,,,,,,2014-05-07, -/games/boxart/default.jpg,Modern War,And,Misc,GREE,Unknown,,,,,,,2012-08-24, -/games/boxart/default.jpg,Modi Tsunamo,And,Misc,Milestone,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Moe Moe Daisensou * Gendaiban++,PS3,Misc,SystemSoft,Unknown,,,,,,,2012-03-08, -/games/boxart/default.jpg,Moe Moe Daisensou * Gendaiban++,PSV,Misc,SystemSoft,Unknown,,,,,,,2012-06-30, -/games/boxart/full_5716687AmericaFrontccc.png,Moebius,PC,Misc,Pinkerton Road,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Moebius,Linux,Misc,Pinkerton Road,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Moebius,OSX,Misc,Pinkerton Road,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Moji to Koe de Rakushiku Kaiwa: Speech Support DS,DSiW,Misc,Unknown,Wacom IT,,,,,,,2011-03-30, -/games/boxart/default.jpg,Moke Moke,DSi,Misc,G-Style,Unknown,,,,,,,2013-02-14, -/games/boxart/full_4974761AmericaFrontccc.jpg,MoleGame,XBL,Misc,Microsoft,PA2,,,,,,,2009-09-25, -/games/boxart/full_6487704JapanFrontccc.jpg,Mommy Talk DS,DS,Misc,Intelligent Design,Intelligent Design,,,,,,,2010-07-01, -/games/boxart/full_1428050JapanFrontccc.jpg,Momotarou Dentetsu 12,GC,Misc,Hudson Soft,Hudson Soft,,,,,,,2003-12-11, -/games/boxart/full_1883887JapanFrontccc.jpg,Momotarou Dentetsu 16 Gold,X360,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-12-06, -/games/boxart/full_8986229JapanFrontccc.jpg,Momotarou Dentetsu G: Gold Deck o Tsukure!,GBA,Misc,Hudson Entertainment,Bandai,,,,,,,2005-06-30, -/games/boxart/full_momotarou-dentetsu-tag-match-yuujou-doryoku-shouri-no-maki_594JapanFront.jpg,Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!,PSN,Misc,Hudson Soft,Hudson Soft,,,,,,,2011-01-11, -/games/boxart/full_1119478JapanFrontccc.jpg,Momotarou Dentetsu USA,PS2,Misc,Hudson Soft,Hudson Soft,,,,,,,2004-11-18, -/games/boxart/full_1843190JapanFrontccc.jpg,Momotaru Matsuri,GBA,Misc,Hudson Entertainment,Hudson,,,,,,,2001-03-21, -/games/boxart/default.jpg,Monaco,PC,Misc,Unknown,Pocketwatch Games,,,,,,,, -/games/boxart/full_1037555PALFrontccc.jpg,Monaco: What's Yours Is Mine,PC,Misc,Pocketwatch Games,Unknown,8.9,,,,,,2013-04-24, -/games/boxart/default.jpg,Monaco: What's Yours Is Mine,X360,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Monaco: What's Yours Is Mine,OSX,Misc,Pocketwatch Games,Unknown,,,,,,,2020-12-31, -/games/boxart/full_3746131JapanFrontccc.jpg,Mondai na Nihongo,DS,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-09-06, -/games/boxart/default.jpg,Monkey Pirates,WiiU,Misc,Henchmen Studios,Unknown,,,,,,,2014-06-26, -/games/boxart/default.jpg,Monochroma,PC,Misc,Nowhere Studios,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Monochroma,Ouya,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Monochroma,PSV,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Monochroma,XOne,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Monochroma,WiiU,Misc,Nowhere Studios,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Monochroma,PS4,Misc,Nowhere Studios,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Monochroma,Linux,Misc,Nowhere Studios,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Monochroma,OSX,Misc,Nowhere Studios,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Monochroma,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_monopoly_489AmericaFront.jpg,Monopoly,GEN,Misc,Parker Bros.,Sculptured Software,,,,,,,1992-01-25, -/games/boxart/full_7802946AmericaFrontccc.jpg,Monopoly,SNES,Misc,Parker Bros.,Sculptured Software,,,,,,,1992-09-01, -/games/boxart/2168809ccc.jpg,Monopoly,NES,Misc,Arcadia Systems,Sculptured Software,,,,,,,1991-05-01, -/games/boxart/1826144ccc.jpg,Monopoly,GB,Misc,Parker Bros.,Sculptured Software,,,,,,,1991-12-01, -/games/boxart/1639282ccc.jpg,Monopoly,MS,Misc,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_3017395AmericaFrontccc.jpg,Monopoly,GBA,Misc,DSI Games,Destination Software,,,,,,,2004-01-01, -/games/boxart/full_monopoly_5PALFront.jpg,Monopoly,PSN,Misc,Electronic Arts,Electronic Arts,,,,,,,2010-04-15, -/games/boxart/full_monopoly-japan_748JapanFront.jpg,Monopoly (Japan),SNES,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1993-03-05, -/games/boxart/default.jpg,Monopoly Streets,PSN,Misc,Electronic Arts,Electronic Arts,6.7,,,,,,2011-11-08, -/games/boxart/full_monoshiri-koro-yuugaku_0JapanFront.jpg,Monoshiri Koro Yuugaku,3DO,Misc,Unknown,Shinko Human Create,,,,,,,1995-12-15, -/games/boxart/default.jpg,Monsieur Bears ABC,And,Misc,Europa-Apps,Unknown,,,,,,,2013-12-27, -/games/boxart/default.jpg,Monster Burner,WinP,Misc,Ubisoft,Unknown,,,,,,,2013-05-08, -/games/boxart/full_monster-buster-club_473AmericaFront.jpg,Monster Buster Club,DSiW,Misc,Nordcurrent,Nordcurrent,,,,,,,2011-02-28, -/games/boxart/full_8804376JapanFrontccc.jpg,Monster Finder,DS,Misc,Alpha Unit,Alpha Unit,,,,,,,2009-11-19, -/games/boxart/default.jpg,Monster Hunter,PSP,Misc,Capcom,Unknown,,,,,,,2006-05-23, -/games/boxart/default.jpg,Monster Hunter,Wii,Misc,Capcom,Unknown,,,,,,,2009-04-23, -/games/boxart/default.jpg,Monster Hunter Freedom 2,PSV,Misc,Capcom,Unknown,,,,,,,2009-06-23, -/games/boxart/default.jpg,Monster Hunter Frontier Online,PC,Misc,Capcom,Unknown,,,,,,,2007-06-21, -/games/boxart/default.jpg,Monster Hunter Nikki: Poka Poka Airu Mura,PSP,Misc,Capcom,Unknown,,,,,,,2011-08-10, -/games/boxart/default.jpg,Monster Hunter Portable 3rd HD Ver.,PSP,Misc,Capcom,Unknown,,,,,,,2010-12-01, -/games/boxart/default.jpg,Monster Legends,BRW,Misc,Social Point,Unknown,,,,,,,2013-09-13, -/games/boxart/full_monster-maker-kids-ousama-ni-naritai_535JapanFront.jpg,Monster Maker Kids: Ousama ni Naritai,SNES,Misc,Sofel,Sofel,,,,,,,1994-11-18, -/games/boxart/full_monster-math_122AmericaFront.jpg,Monster Math,PC,Misc,IBM,IBM,,,,,,,1983-01-01, -/games/boxart/default.jpg,Monster Shooter,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-11-15, -/games/boxart/default.jpg,Monster Stack 2,And,Misc,Health Pack Games Inc.,Unknown,,,,,,,2013-05-31, -/games/boxart/default.jpg,Monster Stacker,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Monster Stacker,And,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Monster Warlord,And,Misc,Gamevil,Unknown,,,,,,,2012-12-18, -/games/boxart/default.jpg,MonsterCrafter,And,Misc,Naquatic LLC,Unknown,,,,,,,2013-12-05, -/games/boxart/default.jpg,MonsterCrafter,And,Misc,Naquatic LLC,Unknown,,,,,,,2013-12-04, -/games/boxart/full_monsters-swimming_200AmericaFront.jpg,Monsters Swimming,XBL,Misc,Microsoft,Monster Bite Games,,,,,,,2011-04-03, -/games/boxart/default.jpg,Monsters University,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-06-20, -/games/boxart/default.jpg,Monsters University: Catch Archie,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-05-23, -/games/boxart/full_8231805AmericaFrontccc.jpg,"Monsters, Inc.: Monster Tag",PC,Misc,Disney Interactive Studios,Sapient,,,,,,,2001-01-01, -/games/boxart/default.jpg,Monsters: Mass Destruction,X360,Misc,Unknown,Majesco Games,,,,,,,, -/games/boxart/default.jpg,Monsters: Mass Destruction,PS3,Misc,Unknown,Majesco Games,,,,,,,, -/games/boxart/default.jpg,Montezuma Blitz,And,Misc,Alawar Entertainment,Unknown,,,,,,,2014-04-18, -/games/boxart/default.jpg,Montezuma Blitz,PSV,Misc,Alawar Entertainment,Unknown,,,,,,,2012-04-10, -/games/boxart/default.jpg,Monty is Innocent,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Monty on the Run,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Monty on the Run,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1985-01-01, -/games/boxart/full_moon-cheese_510AmericaFront.jpg,Moon Cheese,XBL,Misc,Microsoft,Whampashimash,,,,,,,2011-08-11, -/games/boxart/default.jpg,Moon Chronicles,3DS,Misc,Renegade Kid,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Mordheim: City of the Dammed,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2014-10-01, -/games/boxart/full_8238094JapanFrontccc.jpg,Morita no Saikyou Reversi,DC,Misc,Random House,Random House,,,,,,,1999-04-15, -/games/boxart/full_3738308JapanFrontccc.jpg,Morita no Saikyou Shogi,DC,Misc,Random House,Random House,,,,,,,1999-04-15, -/games/boxart/full_morita-shogi_5JapanFront.jpg,Morita Shogi,NES,Misc,Seta Corporation,Random House,,,,,,,1987-04-14, -/games/boxart/full_9167064JapanFrontccc.jpg,Morita Shogi 64,N64,Misc,Seta Corporation,Seta Corporation,,,,,,,1998-04-03, -/games/boxart/full_739952JapanFrontccc.jpg,Morita Shogi Advance,GBA,Misc,Hudson Entertainment,Hudson,,,,,,,2001-07-12, -/games/boxart/full_morita-shogi-for-wonderswan_3JapanFront.jpg,Morita Shogi for WonderSwan,WS,Misc,Yuki,Yuki,,,,,,,1999-12-22, -/games/boxart/full_morita-shogi-pc_5JapanFront.jpg,Morita Shogi PC,PCE,Misc,NEC,Random House,,,,,,,1991-09-27, -/games/boxart/full_moshi-monsters_867AmericaFront.jpg,Moshi Monsters,PC,Misc,Unknown,Mind Candy,,,,,,,2009-11-24, -/games/boxart/default.jpg,Mother Russia Bleeds,Linux,Misc,Bandai Visual,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Mother Russia Bleeds,OSX,Misc,Bandai Visual,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Motocross Meltdown,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2014-01-21, -/games/boxart/default.jpg,Motorbike,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2013-06-25, -/games/boxart/default.jpg,Mots 360,3DS,Misc,Level 5,Unknown,,,,,,,2013-05-16, -/games/boxart/default.jpg,Motte Island,PC,Misc,Unknown,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,"Motto Ane, Chan to Shiyouyo!",PSV,Misc,NetRevo,Unknown,,,,,,,2014-05-29, -/games/boxart/default.jpg,Motto Me de Unou o Kitaeru: Sokudoku Jutsu 3,3DS,Misc,Milestone,MileStone Inc.,,,,,,,2011-08-25, -/games/boxart/full_321852JapanFrontccc.jpg,Motto! Hamster to Rasou: Akachan ga Umare Tayou,DS,Misc,Interchannel,Interchannel,,,,,,,2009-09-17, -/games/boxart/default.jpg,Mount Olympus,And,Misc,iCOOLgeeks,Unknown,,,,,,,2014-03-22, -/games/boxart/default.jpg,MouseCraft,PC,Misc,Unknown,Unknown,,,,,,,2014-07-08, -/games/boxart/default.jpg,MouseCraft,PS3,Misc,Unknown,Unknown,,,,,,,2014-07-08, -/games/boxart/default.jpg,MouseCraft,PS4,Misc,Unknown,Unknown,,,,,,,2014-07-08, -/games/boxart/default.jpg,MouseCraft,PSV,Misc,Unknown,Unknown,,,,,,,2014-07-08, -/games/boxart/default.jpg,MouseCraft,Linux,Misc,Unknown,Unknown,,,,,,,2014-07-08, -/games/boxart/default.jpg,MouseCraft,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-08, -/games/boxart/default.jpg,Movie Challenge: Oscars Special,GIZ,Misc,Unknown,Redwind Software,,,,,,,, -/games/boxart/default.jpg,Movie Quiz,And,Misc,Unknown,Unknown,,,,,,,2013-05-16, -/games/boxart/default.jpg,Movie Rush!,And,Misc,"GAMEVIL USA, Inc.",Unknown,,,,,,,2014-03-01, -/games/boxart/full_1266205AmericaFrontccc.jpg,Mr BeatLoop,XBL,Misc,Microsoft,floatstarpx,,,,,,,2009-10-29, -/games/boxart/default.jpg,Mr. Brain,DSiW,Misc,Square Enix,Square-Enix,,,,,,,2009-05-27, -/games/boxart/default.jpg,Mr. Bree+,OSX,Misc,Unknown,Unknown,,,,,,,2013-11-26, -/games/boxart/default.jpg,Mr. Bree+,PC,Misc,Unknown,Unknown,,,,,,,2014-05-01, -/games/boxart/full_mr-hat-amp-the-magic-cube_951PALFront.jpg,Mr. Hat & the Magic Cube,PSN,Misc,Unknown,Bravo Games,,,,,,,2011-03-30, -/games/boxart/default.jpg,Mr. Nutz,GBA,Misc,Atari,Unknown,,,,,,,2003-09-30, -/games/boxart/full_4652286PALFrontccc.jpg,Mr. Physics,DS,Misc,CDV Software Entertainment,Mastertronic,,,,,,,2009-06-26, -/games/boxart/full_2494106PALFrontccc.jpg,Mr. Physics,PC,Misc,CDV Software Entertainment,Mastertronic,,,,,,,2008-07-10, -/games/boxart/default.jpg,Mr. Trivia,GIZ,Misc,Unknown,Iron Square,,,,,,,, -/games/boxart/default.jpg,Ms. Germinator,PSV,Misc,Creat Studios,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Ms. Germinator,PS3,Misc,Creat Studios,Unknown,,,,,,,2014-01-01, -/games/boxart/full_6364955PALFrontccc.jpg,MTV Fan Attack,DS,Misc,Mindscape,Le Caillou,,,,,,,2007-11-22, -/games/boxart/full_1406118AmericaFrontccc.png,Multiponk,And,Misc,Fingerlab,Fingerlab,,,,,,,2011-12-21, -/games/boxart/default.jpg,Munchiemania!,And,Misc,Random Games Inc.,Unknown,,,,,,,2014-04-04, -/games/boxart/default.jpg,Munich Bus Simulator,PC,Misc,Aerosoft,Unknown,,,,,,,2014-04-07, -/games/boxart/default.jpg,Munin,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Munin,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2014-07-01, -/games/boxart/7656050ccc.jpg,Murakumo: Renegade Mech Pursuit,XB,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_7740273AmericaFrontccc.jpg,Musaic Box,PC,Misc,1C Company,KranX Productions,8,,,,,,2008-10-11, -/games/boxart/default.jpg,Muse_Attack,And,Misc,11 bit studios,Unknown,,,,,,,2012-11-14, -/games/boxart/default.jpg,Muse_Attack,OSX,Misc,11 bit studios,Unknown,,,,,,,2012-11-13, -/games/boxart/default.jpg,Mushroom 11,And,Misc,SevenOne Intermedia GmbH,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Mushroom 11,OSX,Misc,SevenOne Intermedia GmbH,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Mushroom 11,PC,Misc,SevenOne Intermedia GmbH,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Music Master: Chopin,PC,Misc,Unknown,Bloober Team,,,,,,,, -/games/boxart/full_music-on-acoustic-guitar_5AmericaFront.jpg,Music on: Acoustic Guitar,DSiW,Misc,Abylight,Abylight,,,,,,,2010-09-06, -/games/boxart/full_music-on-drums_895AmericaFront.jpg,Music on: Drums,DSiW,Misc,Abylight,Abylight,,,,,,,2011-01-03, -/games/boxart/full_music-on-electric-guitar_224AmericaFront.jpg,Music on: Electric Guitar,DSiW,Misc,Abylight,Abylight,,,,,,,2010-11-22, -/games/boxart/full_music-on-electronic-keyboard_7AmericaFront.jpg,Music on: Electronic Keyboard,DSiW,Misc,Abylight,Abylight,,,,,,,2010-06-14, -/games/boxart/full_music-on-learning-piano_1AmericaFront.jpg,Music on: Learning Piano,DSiW,Misc,Abylight,Abylight,,,,,,,2010-08-30, -/games/boxart/full_music-on-learning-piano-vol-2_31AmericaFront.jpg,Music on: Learning Piano Vol. 2,DSiW,Misc,Abylight,Abylight,,,,,,,2011-04-18, -/games/boxart/full_music-on-playing-piano_0AmericaFront.jpg,Music on: Playing Piano,DSiW,Misc,Abylight,Abylight,,,,,,,2010-10-18, -/games/boxart/full_music-on-retro-keyboard_6AmericaFront.jpg,Music on: Retro Keyboard,DSiW,Misc,Abylight,Abylight,,,,,,,2010-07-12, -/games/boxart/full_music-quiz_4AmericaFront.jpg,Music Quiz,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-29, -/games/boxart/full_572747AmericaFrontccc.jpg,Music Roll,XBL,Misc,Microsoft,XELF,,,,,,,2009-08-12, -/games/boxart/default.jpg,Music School,DS,Misc,Unknown,Enigma Software Productions,,,,,,,, -/games/boxart/default.jpg,Music School,DSiW,Misc,Unknown,Enigma Software Productions,,,,,,,, -/games/boxart/full_8758095PALFrontccc.jpg,Music: Music Creation for the PlayStation,PS,Misc,Codemasters,Jester Interactive,,,,,,,1998-11-01, -/games/boxart/full_9436263AmericaFrontccc.jpg,Musicus,XBL,Misc,Microsoft,floor,,,,,,,2009-11-27, -/games/boxart/default.jpg,Mutant Mudds,PC,Misc,Renegade Kid,Unknown,,,,,,,2012-08-30, -/games/boxart/default.jpg,Mutant Mudds,PSV,Misc,Renegade Kid,Unknown,,,,,,,2013-12-17, -/games/boxart/default.jpg,Mutant Mudds,WiiU,Misc,Renegade Kid,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Mutants Genetic Gladiator,BRW,Misc,Meridian 4,Unknown,,,,,,,2013-04-24, -/games/boxart/default.jpg,Mutants: Genetic Gladiators,BRW,Misc,Meridian 4,Unknown,,,,,,,2013-07-09, -/games/boxart/full_5097947JapanFrontccc.jpg,Mutsu: Water Looper Mutsu,GBA,Misc,Tomy Corporation,Alpha Unit,,,,,,,2001-12-21, -/games/boxart/default.jpg,Muv-Luv,PC,Misc,age,Unknown,,,,,,,2004-04-30, -/games/boxart/default.jpg,Muv-Luv Alternative,PC,Misc,age,Unknown,,,,,,,2006-03-03, -/games/boxart/default.jpg,MW Classic by Zynga,PS3,Misc,Unknown,Unknown,,,,,,,2014-04-02, -/games/boxart/default.jpg,My Animal Puzzles,And,Misc,Unity Games,Unknown,,,,,,,2014-01-09, -/games/boxart/full_my-asian-farm_58AmericaFront.jpg,My Asian Farm,DSiW,Misc,BiP Media,BiP media,,,,,,,2011-08-11, -/games/boxart/full_my-australian-farm_929AmericaFront.jpg,My Australian Farm,DSiW,Misc,BiP Media,BiP media,,,,,,,2011-07-28, -/games/boxart/default.jpg,My Body Coach 3,X360,Misc,Big Ben Interactive,Unknown,,,,,,,2012-11-15, -/games/boxart/default.jpg,"My Boo - Virtual Pet with Mini Games for Kids, Boys and Girls",And,Misc,Tapps Tecnologia da Informao Ltda.,Unknown,,,,,,,2013-09-25, -/games/boxart/default.jpg,My Country: build your dream city,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2012-01-20, -/games/boxart/default.jpg,My Exotic Farm,WiiU,Misc,BiP Media,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,My Farm,DSi,Misc,BiP Media,Unknown,,,,,,,2010-08-23, -/games/boxart/default.jpg,My Farm,3DS,Misc,Big Ben Interactive,Unknown,,,,,,,2013-08-01, -/games/boxart/default.jpg,My Farm,WiiU,Misc,BiP Media,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,My First Songs,WiiU,Misc,Ringzero Game Studio,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,My Foal 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-03-21, -/games/boxart/2512167ccc.jpg,My Horse and Me,PC,Misc,Atari,Unknown,,,,,,,2008-02-05, -/games/boxart/default.jpg,My Love. Perfect Match,PC,Misc,Unknown,Unknown,,,,,,,2013-10-10, -/games/boxart/default.jpg,My Love. Perfect Match,OSX,Misc,Unknown,Unknown,,,,,,,2013-10-10, -/games/boxart/default.jpg,My Love. Perfect Match,Linux,Misc,Unknown,Unknown,,,,,,,2013-10-10, -/games/boxart/default.jpg,My Muppets Show,BRW,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-08-01, -/games/boxart/default.jpg,My Muppets Show,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-08-01, -/games/boxart/8076855ccc.jpg,My Paint: The Animated Paint Program,SCD,Misc,Saddleback,WayForward,,,,,,,1993-01-01, -/games/boxart/full_5666673AmericaFrontccc.jpg,My Personal Diary,DS,Misc,DreamCatcher Interactive,Dreamcatcher,,,,,,,2009-02-17, -/games/boxart/9996637ccc.jpg,My Pokémon Ranch,WW,Misc,Nintendo,Ambrella,,,,,,,2008-06-09, -/games/boxart/default.jpg,My Rabbids,DSiW,Misc,Unknown,Ubisoft Montpellier,,,,,,,, -/games/boxart/default.jpg,My Style Studio: Hair Salon,3DS,Misc,Cypronia,Unknown,,,,,,,2013-12-12, -/games/boxart/default.jpg,My Style Studio: Hair Salon,WiiU,Misc,Cypronia,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,My Talking Tom,And,Misc,Out Fit 7 Ltd.,Unknown,,,,,,,2013-11-13, -/games/boxart/default.jpg,My Vet Practice 3D - In the Country,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-10-17, -/games/boxart/full_9961532AmericaFrontccc.jpg,myChristmas,XBL,Misc,Microsoft,SniperED007,,,,,,,2009-12-05, -/games/boxart/full_mydiary_395AmericaFront.jpg,myDiary,DSiW,Misc,Nnooo,Nnooo,,,,,,,2011-01-31, -/games/boxart/full_3804993AmericaFrontccc.jpg,myFishtank,XBL,Misc,Microsoft,SniperED007,,,,,,,2009-05-28, -/games/boxart/full_4833500AmericaFrontccc.jpg,myNotebook: Blue,DSiW,Misc,Nnooo,Nnooo,,,,,,,2009-11-23, -/games/boxart/full_mynotebook-carbon_1AmericaFront.jpg,myNotebook: Carbon,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-08-16, -/games/boxart/full_4324810AmericaFrontccc.jpg,myNotebook: Green,DSiW,Misc,Nnooo,Nnooo,,,,,,,2009-12-21, -/games/boxart/full_mynotebook-pearl_4AmericaFront.jpg,myNotebook: Pearl,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-08-30, -/games/boxart/full_6781929AmericaFrontccc.jpg,myNotebook: Red,DSiW,Misc,Nnooo,Nnooo,,,,,,,2009-12-07, -/games/boxart/full_mynotebook-tan_9AmericaFront.jpg,myNotebook: Tan,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-09-13, -/games/boxart/full_5669803AmericaFrontccc.jpg,myPostcards,DSiW,Misc,Nnooo,Nnooo,,,,,,,2010-04-19, -/games/boxart/full_4967474AmericaFrontccc.jpg,MySims Camera,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2009-09-21, -/games/boxart/default.jpg,Mystereet F: The Detectives' Curtain Call,XOne,Misc,5pb,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Mystery Case Files: Prime Suspects,OSX,Misc,Big Fish Games,Unknown,,,,,,,2006-09-02, -/games/boxart/default.jpg,Mystery Case Files: Ravenhearst,OSX,Misc,Big Fish Games,Unknown,,,,,,,2007-02-02, -/games/boxart/default.jpg,Mystery Case Files: Ravenhearst,3DS,Misc,Big Fish Games,Unknown,,,,,,,2014-04-03, -/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,OSX,Misc,Activision,Unknown,,,,,,,2009-02-17, -/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,PC,Misc,Activision,Unknown,,,,,,,2009-02-17, -/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,And,Misc,Big Fish Games,Unknown,,,,,,,2013-03-06, -/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,WiiU,Misc,Big Fish Games,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,3DS,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Mystery Case Files: Retun to Ravenhearst,WinP,Misc,Big Fish Games,Unknown,,,,,,,2013-06-18, -/games/boxart/default.jpg,Mystery Lighthouse,And,Misc,Digi-chain Games,Unknown,,,,,,,2013-10-03, -/games/boxart/default.jpg,Mystery Murders: The Sleeping Palace,3DS,Misc,Microvalue,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,Mystery P.I. ~Kieta Film~,3DS,Misc,G-mode,SpinTop Games,,,,,,,2011-06-07, -/games/boxart/default.jpg,Mystery Trackers: Silent Hollow,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-08-30, -/games/boxart/default.jpg,Nabara's World: Labyrinth of Light,DS,Misc,Mentor Interactive,Unknown,,,,,,,2012-05-07, -/games/boxart/default.jpg,Nadashiki Unou de Adventure: Katachi 123 0Sai - 2Sai Muke,PS,Misc,Success,Success,,,,,,,2000-09-21, -/games/boxart/full_2352648JapanFrontccc.jpg,Nakajima Miyuki: Namiromu,PS,Misc,Oracion,Unknown,,,,,,,1998-10-15, -/games/boxart/full_5002152JapanFrontccc.jpg,Nakamura Sumiko Tettei Shidou: Shin TOEIC Test 1-hi-1-fun DS Lesson,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-10-02, -/games/boxart/full_9368847JapanFrontccc.jpg,Nakamura Tooru Kanshuu: Indo Shiki Keisan Drill DS,DS,Misc,GungHo,GungHo,,,,,,,2008-02-28, -/games/boxart/full_4231649JapanFrontccc.jpg,Nakashima Tetsunari no Othello Seminar,XB,Misc,Success,Success,,,,,,,2002-06-13, -/games/boxart/full_9651807JapanFrontccc.jpg,Nakayoshi Mahjong Kapurichi,GBA,Misc,Konami,Konami,,,,,,,2001-10-25, -/games/boxart/full_nakayoshi-quiz-no-oshigo-to-theme-park_65JapanFront.jpg,Nakayoshi Quiz no Oshigo to Theme Park,DS,Misc,Culture Brain,Culture Brain,,,,,,,2011-06-16, -/games/boxart/full_4620893JapanFrontccc.jpg,Namco Anthology 1,PS,Misc,Namco,Namco,,,,,,,1998-06-04, -/games/boxart/full_2048283JapanFrontccc.jpg,Namco Anthology 2,PS,Misc,Namco,Namco,,,,,,,1998-09-23, -/games/boxart/full_4941006JapanFrontccc.jpg,Namco Gallery Vol. 1,GB,Misc,Namco,Namco,,,,,,,1996-07-21, -/games/boxart/full_3430580JapanFrontccc.jpg,Namco Gallery Vol. 2,GB,Misc,Namco,Namco,,,,,,,1996-11-29, -/games/boxart/full_2142943JapanFrontccc.jpg,Namco Gallery Vol. 3,GB,Misc,Namco,Namco,,,,,,,1997-07-25, -/games/boxart/full_2611118JapanFrontccc.jpg,Namco Mahjong III: Mahjong Tengoku,NES,Misc,Namco,Namco,,,,,,,1991-03-08, -/games/boxart/821591ccc.jpg,Namco Museum,DC,Misc,Namco,Mass Media,5.5,,,,,,2000-06-25, -/games/boxart/full_5880574JapanFrontccc.jpg,Namco Museum,PSP,Misc,Namco,Mass Media,,,,,,,2005-02-24, -/games/boxart/full_969435AmericaFrontccc.png,Namco Museum,NS,Misc,Namco Bandai Games,Mass Media,7.7,,,,,,2017-07-28,2019-03-29 -/games/boxart/full_namco-museum-battle-collection_201JapanFront.jpg,Namco Museum Battle Collection,PSN,Misc,Namco Bandai,Namco Tales Studio,,,,,,,2011-01-12, -/games/boxart/full_6199458JapanFrontccc.jpg,Namco Museum Encore,PS,Misc,Namco,Namco,,,,,,,1997-10-30, -/games/boxart/full_5730387AmericaFrontccc.jpg,Namco Museum Essentials,PSN,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2009-07-16, -/games/boxart/full_6552163AmericaFrontccc.jpg,Namco Museum: 50th Anniversary,PC,Misc,Namco,Digital Eclipse,,,,,,,2005-10-25, -/games/boxart/default.jpg,Namco trans/mission V1.03,PS2,Misc,Unknown,Namco,,,,,,,, -/games/boxart/full_namcollection_727JapanFront.jpg,namCollection,PS2,Misc,Namco,Namco,,,,,,,2005-07-21, -/games/boxart/default.jpg,NANACA+CRASH,And,Misc,Unknown,Unknown,,,,,,,2014-05-17, -/games/boxart/full_nanami-no-oshiete-eibunpou-ds-kisokara-manabu-step-up-gakushuu_122JapanFront.jpg,Nanami no Oshiete Eibunpou DS: Kisokara Manabu Step Up Gakushuu,DS,Misc,Media5,Media5,,,,,,,2011-06-30, -/games/boxart/full_nanami-no-oshiete-english-ds-mezase-toeic-master_152JapanFront.jpg,Nanami no Oshiete English DS: Mezase TOEIC Master,DS,Misc,Media5,Media5,,,,,,,2011-03-26, -/games/boxart/full_9998679JapanFrontccc.jpg,Nankoku Sodachi DS,DS,Misc,Commseed,Commseed,,,,,,,2009-12-24, -/games/boxart/full_naoko-to-hide-bou-kanji-no-tensai-1_9JapanFront.jpg,Naoko to Hide Bou: Kanji no Tensai 1,3DO,Misc,Unknown,Gakuman,,,,,,,1995-03-10, -/games/boxart/full_naoko-to-hide-bou-sansuu-no-tensai-1_7JapanFront.jpg,Naoko to Hide Bou: Sansuu no Tensai 1,3DO,Misc,Unknown,Gakuman,,,,,,,1995-03-10, -/games/boxart/full_naoko-to-hide-bou-sansuu-no-tensai-2_5JapanFront.jpg,Naoko to Hide Bou: Sansuu no Tensai 2,3DO,Misc,Unknown,Gakuman,,,,,,,1995-03-10, -/games/boxart/default.jpg,Narco Terror,X360,Misc,Deep Silver,Unknown,,,,,,,2013-07-30, -/games/boxart/default.jpg,Narco Terror,PS3,Misc,Deep Silver,Unknown,,,,,,,2013-07-30, -/games/boxart/default.jpg,Narco Terror,PC,Misc,Deep Silver,Unknown,,,,,,,2013-07-30, -/games/boxart/default.jpg,Nari Kyara Katei Kyooshi Hitman REBORN!,DSiW,Misc,Takara Tomy,Takara-Tomy,,,,,,,2010-01-27, -/games/boxart/default.jpg,Nari-Chara: Naruto Shippuden,DSiW,Misc,Takara Tomy,Takara Tomy,,,,,,,2010-01-20, -/games/boxart/full_naruhodo-the-world_219JapanFront.jpg,Naruhodo! The World,SNES,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1994-11-25, -/games/boxart/default.jpg,Naruto: Path of the Ninja,GBA,Misc,Tomy Corporation,Unknown,,,,,,,2004-07-22, -/games/boxart/full_naruto-shinobi-no-sato-no-jintori-kassen_7JapanFront.jpg,Naruto: Shinobi no Sato no Jintori Kassen,PS,Misc,Bandai,Dimps Corporation,,,,,,,2003-06-26, -/games/boxart/default.jpg,NASCAR Racing Online Series,Arc,Misc,BudCat Games,Unknown,,,,,,,2007-01-01, -/games/boxart/full_natgeo-quiz-wild-life_1PALFront.jpg,NatGeo Quiz! Wild Life,PC,Misc,Tradewest,Gusto Games,,,,,,,2010-06-14, -/games/boxart/default.jpg,Naughty Bricks,And,Misc,Unknown,Unknown,,,,,,,2013-10-01, -/games/boxart/default.jpg,Navel Nishimata Aoi & Suzuhira Hiro Collection,PC,Misc,Navel,Navel,,,,,,,2011-07-29, -/games/boxart/default.jpg,NAX Music Player,PSV,Misc,Arc System Works,Arc System Works,,,,,,,2011-12-17, -/games/boxart/full_naxat-super-pinball-jaki-hakai_7JapanFront.jpg,Naxat Super Pinball: Jaki Hakai,SNES,Misc,Naxat Soft,Naxat Soft,,,,,,,1992-12-18, -/games/boxart/full_8741434JapanFrontccc.jpg,Nazotte Oboeru Otona no Kanji Renshuu,DS,Misc,Now Production,Now Production,,,,,,,2006-12-21, -/games/boxart/full_9132087JapanFrontccc.jpg,Nazotte Oboeru Otona no Kanji Renshuu Kaitei-ban,DS,Misc,Now Production,Now Production,,,,,,,2010-02-25, -/games/boxart/full_5539166JapanFrontccc.jpg,Nazotte Oboeru Otona no Kanji Renshuu Kanzen-ban,DS,Misc,Now Production,Now Production,,,,,,,2007-11-22, -/games/boxart/full_5256876AmericaFrontccc.png,NBA 2K14,And,Misc,2K Sports,Unknown,,,,,,,2013-10-01, -/games/boxart/default.jpg,NBA Baller Beats,X360,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Necromancer,And,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Necromancer,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Need for Speed: Shift 2: Unleashed,Wii,Misc,Shanblue Interactive,Unknown,,,,,,,2012-12-20, -/games/boxart/default.jpg,Need To Escape,And,Misc,Mobest Media,Unknown,,,,,,,2013-07-18, -/games/boxart/default.jpg,Neighbourhood Necromancer,And,Misc,Choice of Games,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Nemo's Reef,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-12-20, -/games/boxart/full_8443267JapanFrontccc.jpg,Neo Golden Logres,DC,Misc,Success,LittleWing,,,,,,,2000-10-26, -/games/boxart/full_neon-genesis-evangelion-digital-card-library_890JapanFront.jpg,Neon Genesis Evangelion Digital Card Library,SAT,Misc,Sega,Gainax,,,,,,,1997-09-25, -/games/boxart/full_2385538AmericaFrontccc.jpg,Neon Paddles,XBL,Misc,Microsoft,Dark Schneider,,,,,,,2009-03-04, -/games/boxart/full_9913796JapanFrontccc.jpg,Neppachi II@VPACHI: CR Harenchi Gauken,DC,Misc,Daikoku,Daikoku,,,,,,,2000-07-06, -/games/boxart/full_4962493JapanFrontccc.jpg,Neppachi III@VPACHI: CR do Konjou Gale 2 - CR do Konjou Gale H,DC,Misc,Daikoku,Daikoku,,,,,,,2000-09-28, -/games/boxart/full_2877173JapanFrontccc.jpg,Neppachi IV@VPACHI: CR Aa! Hana no Ouendan 3,DC,Misc,Daikoku,Daikoku,,,,,,,2000-12-14, -/games/boxart/full_4250299JapanFrontccc.jpg,Neppachi V@VPACHI: CR Monster House,DC,Misc,Daikoku,Daikoku,,,,,,,2000-12-14, -/games/boxart/full_1106195JapanFrontccc.jpg,Neppachi VI@VPACHI,DC,Misc,Daikoku,Daikoku,,,,,,,2001-02-15, -/games/boxart/full_1333049JapanFrontccc.jpg,Neppachi: 10 Ren Chande Las Vegas Ryokou,DC,Misc,Daikoku,Daikoku,,,,,,,1999-11-25, -/games/boxart/full_6989440AmericaFrontccc.png,Nerdy Workout,PC,Misc,Joseph Rothenberg,Joseph Rothenberg,,,,,,,2014-03-27, -/games/boxart/default.jpg,NES Open Tournament Golf,3DS,Misc,Nintendo,Unknown,,,,,,,2007-06-18, -/games/boxart/full_9430975AmericaFrontccc.jpg,NES Remix 2,WiiU,Misc,Nintendo,Nintendo,,,,,,,2014-04-25,2018-08-28 -/games/boxart/default.jpg,NEStalgia,PC,Misc,Unknown,Unknown,,,,,,,2014-04-15, -/games/boxart/full_9732326JapanFrontccc.jpg,Net Versus Chess,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, -/games/boxart/full_4159517JapanFrontccc.jpg,Net Versus Hanafuda,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, -/games/boxart/full_7719681JapanFrontccc.jpg,Net Versus Igo,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, -/games/boxart/full_7071286JapanFrontccc.jpg,Net Versus Mahjong,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, -/games/boxart/full_1805186JapanFrontccc.jpg,Net Versus Renju Gomoku Narabe,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, -/games/boxart/full_3613433JapanFrontccc.jpg,Net Versus Reversi,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, -/games/boxart/full_3985753JapanFrontccc.jpg,Net Versus Shogi,DC,Misc,Atmark,Atmark,,,,,,,2001-05-24, -/games/boxart/full_3785660JapanFrontccc.jpg,Netto de Para,DC,Misc,Takuyo,Takuyo,,,,,,,2000-07-27, -/games/boxart/full_6022277AmericaFrontccc.jpg,Never Alone,PS4,Misc,E-Line Media,Unknown,,,,,,,2014-11-18, -/games/boxart/full_6639025AmericaFrontccc.jpg,Never Alone,XOne,Misc,E-Line Media,Unknown,,,,,,,2014-11-18, -/games/boxart/default.jpg,Never Future,WinP,Misc,Unknown,Unknown,,,,,,,2014-03-05, -/games/boxart/full_8806453JapanFrontccc.jpg,New Chuugaku Eitango Target 1800 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-01-22, -/games/boxart/full_227637JapanFrontccc.jpg,New Eitango Target 1900 DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-08-09, -/games/boxart/default.jpg,New Ghostbusters II,GB,Misc,Activision,Unknown,,,,,,,1990-01-01, -/games/boxart/default.jpg,New Horizon English Course,DS,Misc,Paon Corporation,Unknown,,,,,,,2012-03-22, -/games/boxart/full_3103369JapanFrontccc.jpg,New Shikakei Atama o Kore Kusuru DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-04-02, -/games/boxart/default.jpg,New Vegas Games,PC,Misc,Encore,Monkey Byte Development,,,,,,,2000-12-14, -/games/boxart/default.jpg,Newton Vs The Horde,Wii,Misc,Unknown,Unknown,,,,,,,2012-01-26, -/games/boxart/default.jpg,Newton Vs The Horde,X360,Misc,GoGo-Robot,Unknown,,,,,,,2010-04-04, -/games/boxart/default.jpg,Next Education: Eibunpou,PSV,Misc,Unknown,Media Five,,,,,,,, -/games/boxart/default.jpg,Next Education: Gyouseishoshi,PSV,Misc,Unknown,Media Five,,,,,,,, -/games/boxart/full_6652959JapanFrontccc.jpg,Next King: Koi no Sennen Oukoku,PS,Misc,Bandai,Alfa System,,,,,,,1997-06-27, -/games/boxart/full_7636439JapanFrontccc.jpg,Next King: Koi no Sennen Oukoku,SAT,Misc,Bandai,Alfa System,,,,,,,1997-11-20, -/games/boxart/default.jpg,Nexuiz,OSX,Misc,AlienTrap Games,Unknown,,,,,,,2005-05-31, -/games/boxart/full_7753497JapanFrontccc.jpg,Nichibutsu Mahjong: Yoshimoto Gekijou,GB,Misc,Nichibutsu,Nichibutsu,,,,,,,1994-11-18, -/games/boxart/default.jpg,Nick JR Play Math!,PC,Misc,Unknown,Viacom NEWMEDIA,,,,,,,1995-01-01, -/games/boxart/default.jpg,Nickelodeon Dance 2,X360,Misc,2K Play,Unknown,,,,,,,2012-11-06, -/games/boxart/default.jpg,Nickelodeon Dance 2,Wii,Misc,2K Play,Unknown,,,,,,,2012-11-06, -/games/boxart/7482521ccc.jpg,Nickelodeon Party Blast,PS2,Misc,Unknown,Data Design Interactive,,,,,,,, -/games/boxart/full_1954124AmericaFrontccc.jpg,Nickelodeon Party Blast,PC,Misc,Atari,Data Design Interactive,,,,,,,2002-10-31, -/games/boxart/full_4579415AmericaFrontccc.jpg,Nickelodeon Vol. 1 4-Pack,GBA,Misc,THQ,THQ,,,,,,,2007-03-16, -/games/boxart/default.jpg,Nicolas Eymerich - The Inquisitor,OSX,Misc,Plug In Digital,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,Nicolas Eymerich - The Inquisitor,PC,Misc,Plug In Digital,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,Nightmares from the Deep 2: The Siren's Call,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-01-12, -/games/boxart/full_1193653JapanFrontccc.jpg,Nihongo Bunshou Nouryoku Kentei Kyoukai Kyouryoku: Tadashii Nihongo DS,DS,Misc,Mycom,Mycom,,,,,,,2007-01-25, -/games/boxart/full_4034991JapanFrontccc.jpg,Nihongo Daijiten,PS2,Misc,ArtDink,ArtDink,,,,,,,2001-12-06, -/games/boxart/full_470581JapanFrontccc.jpg,Nihongo de Asobo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2008-10-09, -/games/boxart/full_9796129JapanFrontccc.jpg,Nihongo Kentei DS,DS,Misc,Paon,Paon Corporation,,,,,,,2008-04-24, -/games/boxart/full_4435522JapanFrontccc.jpg,Nihonshi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-11-12, -/games/boxart/full_nihonshi-target-201_209JapanFront.jpg,Nihonshi Target 201,GB,Misc,Imagineer,C-Lab,,,,,,,1996-12-13, -/games/boxart/full_nikoli-no-sudoku-3-dai-yon-shuu-sudoku-number-link-shikaku-ni-kire-hashi-o-kakero_800JapanFront.jpg,Nikoli no Sudoku +3 Dai-Yon-Shuu: Sudoku - Number Link - Shikaku ni Kire - Hashi o Kakero,PSP,Misc,Hamster Corporation,Hamster Corporation,,,,,,,2011-06-09, -/games/boxart/default.jpg,Nikoli no Sudoku 3D Dai-ni-Shuu: 8-tsu no Puzzle de 1000-Mon,3DS,Misc,Hamster Corporation,Unknown,,,,,,,2012-04-12, -/games/boxart/default.jpg,Nikoli no Sudoku V: Shugyoku no 12 Puzzle,3DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Nikoli no Sudoku V: Shugyoku no 12 Puzzle,PSV,Misc,Hamster Corporation,Unknown,,,,,,,2012-04-12, -/games/boxart/full_9389646PALFrontccc.jpg,Ninja Captains,DS,Misc,Nordcurrent,In-house,,,,,,,2009-10-16, -/games/boxart/default.jpg,Ninja Saga,And,Misc,1st Playable,Unknown,,,,,,,2012-04-20, -/games/boxart/full_748019AmericaFrontccc.jpg,NINJA TRAIN,XBL,Misc,Microsoft,dot zo games,,,,,,,2009-08-20, -/games/boxart/default.jpg,Ninja Volley 2,And,Misc,Unknown,Unknown,,,,,,,2014-04-20, -/games/boxart/default.jpg,Ninjabee Critic's Choice Collection,X360,Misc,Unknown,NinjaBee,,,,,,,, -/games/boxart/default.jpg,NinJump,And,Misc,Backflip Studios,Unknown,,,,,,,2010-08-12, -/games/boxart/default.jpg,NinJump Deluxe,And,Misc,Backflip Studios,Unknown,,,,,,,2012-10-19, -/games/boxart/full_nintendo-countdown-calendar_6AmericaFront.jpg,Nintendo Countdown Calendar,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-09-20, -/games/boxart/full_9666087AmericaFrontccc.jpg,Nintendo DSi Instrument Tuner,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-29, -/games/boxart/default.jpg,Nintendo DSi Instrument Tuner,MSD,Misc,GameTek,Unknown,,,,,,,1993-10-01, -/games/boxart/full_1162003AmericaFrontccc.jpg,Nintendo DSi Metronome,DSiW,Misc,Nintendo,Nintendo / Intelligent Systems,,,,,,,2010-03-29, -/games/boxart/full_nintendo-gamecube-preview-disc_163AmericaFront.jpg,Nintendo GameCube Preview Disc,GC,Misc,Nintendo,Nintendo,,,,,,,2003-01-01, -/games/boxart/full_5939140JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Dankurai Nintei: Heisei Mahjong-Shou,DC,Misc,Micronet,Micronet,,,,,,,2000-10-26, -/games/boxart/full_3643141JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi,PS,Misc,Naxat Soft,Naxat Soft,,,,,,,1997-05-30, -/games/boxart/full_3107904JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi,SAT,Misc,Naxat Soft,Naxat Soft,,,,,,,1997-05-30, -/games/boxart/full_4332577JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi,PSN,Misc,Naxat Soft,Naxat Soft,,,,,,,2009-09-24, -/games/boxart/full_8028827JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Doujou Yaburi 2,PS,Misc,Chat Noir,Naxat Soft,,,,,,,1999-12-22, -/games/boxart/full_tetsuman_4JapanFront.jpg,Nippon Pro Mahjong Renmei Kounin: Tetsuman,WS,Misc,Kaga Tech,Kaga Tech,,,,,,,1999-07-15, -/games/boxart/full_1003288JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Tetsuman Advance ~Menkyo Kaiden Series~,GBA,Misc,Kaga Tech,Kaga Tech,,,,,,,2002-04-26, -/games/boxart/full_1872418JapanFrontccc.jpg,Nippon Pro Mahjong Renmei Kounin: Tetsuman Menkyo Minnaten,DC,Misc,Naxat Soft,Naxat Soft,,,,,,,1999-11-18, -/games/boxart/full_nippon-shuzan-renmei-kanshuu-itsudemo-soroban-ds_7JapanFront.jpg,Nippon Shuzan Renmei Kanshuu: Itsudemo Soroban DS,DS,Misc,Unknown,Suzak,,,,,,,2008-06-19, -/games/boxart/full_nippon-suugaku-kentai-kyoukai-kounin-suken-ds-otona-ga-kaikenai-kodomo-no-sansuu_517JapanFront.jpg,Nippon Suugaku Kentei Kyoukai Kounin: Suuken DS - Otona ga Tokenai!? Kodomo no Sansuu,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-04-24, -/games/boxart/full_niv-bible-amp-the-20-lost-levels-of-joshua_596AmericaFront.jpg,NIV Bible & the 20 Lost Levels of Joshua,GB,Misc,Wisdom Tree,Wisdom Tree,,,,,,,1996-01-01, -/games/boxart/default.jpg,No Girls Allowed,And,Misc,Unknown,Unknown,,,,,,,2014-03-09, -/games/boxart/full_no-luca-no_619AmericaFront.jpg,No Luca No,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-08-06, -/games/boxart/default.jpg,Nobunaga no Yabou Online: Houou no Shou,PC,Misc,Tecmo Koei,Unknown,,,,,,,2012-03-07, -/games/boxart/full_nogizaka-haruka-no-himitsu-doujinshi-hajime-mashita_5JapanFront.jpg,Nogizaka Haruka no Himitsu: Doujinshi Hajime Mashita,PSP,Misc,Kadokawa Shoten,ASCII Media Works,,,,,,,2010-10-28, -/games/boxart/full_8191230JapanFrontccc.jpg,Nontan no Issho: Hoshino Okurimono,3DO,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1995-05-19, -/games/boxart/full_noon_6JapanFront.jpg,NOON,SAT,Misc,Micro Cabin,Micro Cabin,,,,,,,1998-01-29, -/games/boxart/full_noon_7JapanFront.jpg,NOON,PS,Misc,Micro Cabin,Micro Cabin,,,,,,,1998-01-29, -/games/boxart/full_noon_10JapanFront.jpg,NOON,PSN,Misc,Sony Computer Entertainment,Micro Cabin,,,,,,,2010-10-13, -/games/boxart/full_norinori-relakkuma-hit-song-ongakusai_3JapanFront.jpg,Norinori Relakkuma: Hit Song Ongakusai,DS,Misc,Rocket Company,Rocket Company,,,,,,,2010-12-02, -/games/boxart/full_2774318AmericaFrontccc.jpg,Norn9: Var Commons,PSV,Misc,Aksys Games,Otomate,,,,,,,2015-11-03,2018-07-19 -/games/boxart/default.jpg,Not a Hero,XOne,Misc,Devolver Digital,Unknown,,,,,,,2015-05-14, -/games/boxart/default.jpg,Not a Hero,PS4,Misc,Devolver Digital,Unknown,,,,,,,2015-05-14, -/games/boxart/default.jpg,Novus AEterno,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,NOWHERE,PC,Misc,duangle,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,NOWHERE,Linux,Misc,duangle,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,NOWHERE,OSX,Misc,duangle,Unknown,,,,,,,2016-01-01, -/games/boxart/full_3524179AmericaFrontccc.jpg,Nuke Your Neighbor,XBL,Misc,Microsoft,Lucid Vision Games,,,,,,,2008-12-31, -/games/boxart/full_number-munchers_963AmericaFront.jpg,Number Munchers,PC,Misc,MECC,MECC,,,,,,,1988-01-01, -/games/boxart/default.jpg,Nun Attack,And,Misc,Frima Studio,Unknown,,,,,,,2013-03-06, -/games/boxart/default.jpg,Nun Attack,PSV,Misc,Frima Studio,Unknown,,,,,,,2013-03-19, -/games/boxart/default.jpg,Nun Attack Origins: Yuki's Silent Quest,And,Misc,Frima Studio,Unknown,,,,,,,2014-05-20, -/games/boxart/full_7952503JapanFrontccc.jpg,O-to-i-re: Dreamcast Sequencer,DC,Misc,Waka Mfg,Waka Mfg,,,,,,,1999-12-09, -/games/boxart/full_obocchamakun_3JapanFront.jpg,Obocchamakun,NES,Misc,Tecmo,Tecmo,,,,,,,1991-04-05, -/games/boxart/full_1724761AmericaFrontccc.jpg,Ocean Scenes,XBL,Misc,Microsoft,Holmfry,,,,,,,2009-01-20, -/games/boxart/6781402ccc.jpg,Oceans Below,3DO,Misc,Multisoft,Software Toolworks,,,,,,,1995-01-01, -/games/boxart/full_ocha-ken-to-itsumo-na-kayoshi_676JapanFront.jpg,Ocha-Ken to Itsumo na Kayoshi,3DS,Misc,Unknown,Nippon Columbia,,,,,,,2011-12-01, -/games/boxart/full_ochichige-designer-sakutte-pon_349JapanFront.jpg,Ochichige Designer Sakutte Pon!,SAT,Misc,Victor Interactive,Pack-In-Soft,,,,,,,1997-11-20, -/games/boxart/full_6537965AmericaFrontccc.jpg,Octodad: Dadliest Catch,PS4,Misc,Young Horses,Unknown,,,,,,,2014-04-22, -/games/boxart/full_2415712AmericaFrontccc.jpg,Octodad: Dadliest Catch,OSX,Misc,Young Horses,Unknown,,,,,,,2014-01-30, -/games/boxart/full_2773522AmericaFrontccc.jpg,Octodad: Dadliest Catch,Linux,Misc,Young Horses,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Oddlight,And,Misc,online in4mation GmbH,Unknown,,,,,,,2014-02-26, -/games/boxart/default.jpg,Oddworld: Abe's Exoddus,GB,Misc,GT Interactive,Unknown,,,,,,,2000-01-01, -/games/boxart/default.jpg,Oddworld: Abe's Exoddus,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-10-22, -/games/boxart/default.jpg,Oddworld: Abe's Exoddus,PSP,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-10-22, -/games/boxart/default.jpg,Oddworld: Abe's Oddysee,GB,Misc,GT Interactive,Unknown,,,,,,,1998-01-01, -/games/boxart/full_9661281AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,PS4,Misc,Oddworld Inhabitants,Unknown,,,,,,,2014-07-22, -/games/boxart/full_6070253AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,WiiU,Misc,Oddworld Inhabitants,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Odekake! Earth Seeker,DSiW,Misc,Enterbrain,Crafts & Meisters,,,,,,,2011-06-23, -/games/boxart/default.jpg,Odesys FreeCell,3DS,Misc,EnjoyUp Games,Unknown,,,,,,,2013-01-03, -/games/boxart/full_oeka-kids-anpanman-no-hiragana-daisuki_293JapanFront.jpg,Oeka Kids: Anpanman no Hiragana Daisuki,NES,Misc,Bandai,Bandai,,,,,,,1991-03-26, -/games/boxart/full_oeka-kids-anpanman-to-oekaki-shiyou_424JapanFront.jpg,Oeka Kids: Anpanman to Oekaki Shiyou!!,NES,Misc,Bandai,Bandai,,,,,,,1990-10-25, -/games/boxart/full_office-affairs_24AmericaFront.jpg,Office Affairs,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-03-02,2020-03-03 -/games/boxart/default.jpg,Offroad Driver 3D,And,Misc,Pix Arts,Unknown,,,,,,,2014-03-26, -/games/boxart/full_7851002JapanFrontccc.jpg,Ogura Hyakunin Isshu,3DO,Misc,Unknown,Bansoft,,,,,,,1995-05-26, -/games/boxart/full_5846764JapanFrontccc.jpg,Ohenro-San: Hosshin no Dojo,GC,Misc,Pin Change,Pin Change,,,,,,,2003-04-24, -/games/boxart/default.jpg,Ohno Odyssey,3DS,Misc,Big John Games,Big John Games,,,,,,,2013-11-21,2019-01-21 -/games/boxart/full_338281AmericaFrontccc.jpg,Oichokabu Online,XBL,Misc,Microsoft,Takeshi Yoshimura,,,,,,,2009-12-31, -/games/boxart/full_oiran-rouge_289JapanFront.jpg,Oiran Rouge,PC,Misc,Liar Soft,Liar-soft,,,,,,,2011-07-22, -/games/boxart/full_3625875JapanFrontccc.jpg,Oja Majo Doremi,PS,Misc,Bandai,Bandai,,,,,,,2002-03-20, -/games/boxart/full_519405JapanFrontccc.jpg,Oja Majo Doremi #,PS,Misc,Bandai,Bandai,,,,,,,2000-09-21, -/games/boxart/full_3199384JapanFrontccc.jpg,Oja Majo Doremi Dokkan! Nijiiro Paradise,PS,Misc,Bandai,Bandai,,,,,,,2002-11-28, -/games/boxart/full_okabu_491AmericaFront.jpg,Okabu,PSN,Misc,Unknown,HandCircus,5.5,,,,,,2011-10-18, -/games/boxart/default.jpg,Okiraku Golf 3D,3DS,Misc,Unknown,Unknown,,,,,,,2012-10-24, -/games/boxart/default.jpg,Oknytt,PC,Misc,Unknown,Unknown,,,,,,,2013-07-08, -/games/boxart/full_185438JapanFrontccc.jpg,Okuman Chouja Game,GBA,Misc,Takara,Takara,,,,,,,2001-11-30, -/games/boxart/full_olympia-yamasa-virtua-pachi-slot-ii_218JapanFront.jpg,Olympia Yamasa: Virtua Pachi-Slot II,PS,Misc,Unknown,Yamasa Entertainment,,,,,,,1997-04-18, -/games/boxart/full_1623181AmericaFrontccc.jpg,OMG! High School Triple Play Pack,PC,Misc,Legacy Interactive,Navarre,,,,,,,2009-04-07, -/games/boxart/default.jpg,Omniverse Live,PC,Misc,Polynetix Studio,Unknown,,,,,,,2014-01-31, -/games/boxart/default.jpg,One For Eleven,And,Misc,Actoz Soft,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,One Piece Unlimited Cruise SP 2,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2012-07-27, -/games/boxart/full_one-piece-mezase-king-of-berry_416JapanFront.jpg,One Piece: Mezase! King of Berry,GBA,Misc,Banpresto,Banpresto,,,,,,,2003-03-28, -/games/boxart/full_oneesan-to-issho-janken-paradise_3JapanFront.jpg,Oneesan to Issho! Janken Paradise,3DO,Misc,Unknown,Interlas,,,,,,,1994-12-16, -/games/boxart/full_oneesan-to-issho-chakuse-kae-paradise_10JapanFront.jpg,Oneesan to Issho! Kisekae Paradise,3DO,Misc,Bullet Proof Software,Bullet Proof Software,,,,,,,1995-11-22, -/games/boxart/default.jpg,Ongaku,WW,Misc,Unknown,Smashmouth Games,,,,,,,, -/games/boxart/full_9941253JapanFrontccc.jpg,Ongaku Tsukuru: Kanadeeru,SNES,Misc,ASCII Entertainment,ASCII Entertainment,,,,,,,1996-04-12, -/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,WinP,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,PC,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,OSX,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Online Artillery – Medieval Multiplayer Fortress Siege,And,Misc,Wolfteam / Namco Tales Studio,Unknown,,,,,,,2014-04-01, -/games/boxart/full_6873819JapanFrontccc.jpg,Onsei Ninshiki Mahjong: Jarman,DC,Misc,Visit,Visit,,,,,,,2000-08-31, -/games/boxart/full_ooedo-huusui-ingaritsu-hanabi-2_741JapanFront.jpg,Ooedo Huusui Ingaritsu Hanabi 2,PS,Misc,Magical Company,Magical Company,,,,,,,2000-06-22, -/games/boxart/full_ooedo-huusui-ingaritsu-hanabi-2_588JapanFront.jpg,Ooedo Huusui Ingaritsu Hanabi 2,PSN,Misc,Mahou,Magical Company,,,,,,,2011-02-23, -/games/boxart/full_2281334JapanFrontccc.jpg,Ookami Ichio Funtouki: Sakura Wars Kayou Show - Benitokage Yori,DC,Misc,Sega,Overworks,,,,,,,2000-02-24, -/games/boxart/full_7255651PALFrontccc.jpg,Oops! Prank Party,Wii,Misc,Hudson Soft,Hudson Soft,,,,,,,2010-10-08, -/games/boxart/default.jpg,Open Doors To Escape,And,Misc,Mobest Media,Unknown,,,,,,,2013-06-11, -/games/boxart/default.jpg,Open Me!,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Orc Attack: Flatulent Rebellion,PS3,Misc,Unknown,Unknown,,,,,,,2013-10-08, -/games/boxart/default.jpg,Orc Attack: Flatulent Rebellion,X360,Misc,Unknown,Unknown,,,,,,,2013-10-09, -/games/boxart/default.jpg,Orc Attack: Flatulent Rebellion,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Orcs Must Die! 2,PC,Misc,Robot Entertainment,Unknown,,,,,,,2012-07-30, -/games/boxart/default.jpg,Order of Magic,PC,Misc,Nikita,Unknown,,,,,,,2014-03-19, -/games/boxart/default.jpg,Ore ni Hatarakette Iwaretemo Otsu,PSV,Misc,ASCII Media Works,Unknown,,,,,,,2014-03-26, -/games/boxart/default.jpg,Ore ni Hatarakette Iwaretemo Otsu,PSP,Misc,ASCII Media Works,Unknown,,,,,,,2013-04-24, -/games/boxart/full_8631458JapanFrontccc.jpg,Oretachi Game Center: Pooyan,PS2,Misc,Hamster Corporation,Hamster Corporation,,,,,,,2006-05-25, -/games/boxart/default.jpg,Oretachi ni Tsubasa wa Nai,PS3,Misc,5pb,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,Oretachi ni Tsubasa wa Nai,PC,Misc,Navel,Unknown,,,,,,,2009-11-30, -/games/boxart/default.jpg,Origami Kami,PSV,Misc,"responDESIGN, Inc.",Unknown,,,,,,,2014-04-22, -/games/boxart/full_4507548AmericaFrontccc.jpg,Origin,XBL,Misc,Microsoft,William Ulrich,,,,,,,2009-09-18, -/games/boxart/default.jpg,ORION: Dino Horde,PCFX,Misc,Unknown,Unknown,,,,,,,2012-05-04, -/games/boxart/default.jpg,ORION: Dino Horde,PC,Misc,"Rocket Studio, Inc.",Unknown,,,,,,,2012-05-04, -/games/boxart/default.jpg,Osawari Tantei Nameko Daihanshoku,3DS,Misc,Success,Unknown,,,,,,,2013-02-28, -/games/boxart/default.jpg,Oshare ni Koishite 2 Plus,DS,Misc,Culture Brain,Unknown,,,,,,,2012-04-05, -/games/boxart/full_9628297JapanFrontccc.jpg,Oshare Wanko,GBA,Misc,MTO,MTO,,,,,,,2004-03-05, -/games/boxart/full_9022923JapanFrontccc.jpg,Oshigoto Nojinsei Game,PS,Misc,Takara,Takara,,,,,,,2000-12-14, -/games/boxart/default.jpg,Otegaru Shashin Memo,DSiW,Misc,Unknown,Mechanic Arms,,,,,,,2010-11-04, -/games/boxart/full_othello_66PALFront.jpg,Othello,GB,Misc,Nintendo,Kawada,,,,,,,1990-01-01, -/games/boxart/7402414ccc.jpg,Othello,2600,Misc,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/8811840ccc.jpg,Othello,NES,Misc,Acclaim Entertainment,HAL Laboratory,,,,,,,1988-12-01, -/games/boxart/default.jpg,Othello,DSiW,Misc,Arc System Works,Arc System Works,,,,,,,2009-07-29, -/games/boxart/default.jpg,Othello,WW,Misc,Arc System Works,Arc System Works,,,,,,,2009-12-22, -/games/boxart/full_othello_689JapanFront.jpg,Othello,PSN,Misc,Arc System Works,Arc System Works,,,,,,,2010-03-25, -/games/boxart/default.jpg,Othello,PS2,Misc,Success,Success,,,,,,,2003-07-31, -/games/boxart/full_othello-fds_671JapanFront.jpg,Othello (FDS),NES,Misc,Kawada,HAL Laboratory,,,,,,,1986-10-13, -/games/boxart/default.jpg,Othello (HES),NES,Misc,HES Interactive,Bits Studios,,,,,,,1988-01-01, -/games/boxart/default.jpg,Othello 3D,3DS,Misc,Arc System Works,Arc System Works,,,,,,,2011-06-07, -/games/boxart/full_othello-millennium_625JapanFront.jpg,Othello Millennium,GB,Misc,Unknown,Tsukuda Original,,,,,,,1999-10-08, -/games/boxart/full_othello-world_965JapanFront.jpg,Othello World,GB,Misc,Unknown,Dice,,,,,,,1994-09-30, -/games/boxart/full_othello-world_804JapanFront.jpg,Othello World,SNES,Misc,Unknown,Dice,,,,,,,1992-04-05, -/games/boxart/full_othello-world-ii-yumeto-michi-he-no-chousen_615JapanFront.jpg,Othello World II: Yumeto Michi he no Chousen,PS,Misc,Unknown,Pre Stage,,,,,,,1995-12-08, -/games/boxart/default.jpg,Otherworld: Spring of Shadows,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-01-23, -/games/boxart/default.jpg,Otherworld: Spring of Shadows,PC,Misc,Big Fish Games,Unknown,,,,,,,2012-01-23, -/games/boxart/default.jpg,Otona no Tame no Renjuku Kanji,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-05-19, -/games/boxart/default.jpg,Otonano Tamu no Keisan Training DS,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-08-05, -/games/boxart/full_3294412PALFrontccc.jpg,Ottifanten Pinball,GBA,Misc,Trendverlag,Independent Arts Software GmbH,,,,,,,2005-12-15, -/games/boxart/full_7442858JapanFrontccc.jpg,Oubunsha Deru-Jun: Koumin DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-10-11, -/games/boxart/full_5489477JapanFrontccc.jpg,Oubunsha Deru-Jun: Rekishi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-08-13, -/games/boxart/full_9629374JapanFrontccc.jpg,Oubunsha Deru-Jun: Rika DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-08-13, -/games/boxart/full_2518345JapanFrontccc.jpg,Oubunsha Deru-Jun: Sansuu DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-10-11, -/games/boxart/full_5076796JapanFrontccc.jpg,Ouma ga Toki,PS,Misc,Victor Interactive,Break,,,,,,,2001-08-09, -/games/boxart/default.jpg,Out of the Park Baseball 15,Linux,Misc,Out of the Park Developments,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Out of the Park Baseball 15,OSX,Misc,Out of the Park Developments,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Out of the Park Baseball 15,PC,Misc,Out of the Park Developments,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Out There Somewhere,OSX,Misc,Unknown,Unknown,,,,,,,2012-02-21, -/games/boxart/full_3746702AmericaFrontccc.jpg,Outlast,PC,Misc,Red Barrels,Unknown,,,,,,,2014-01-01, -/games/boxart/full_4253960AmericaFrontccc.jpg,Outlast,PS4,Misc,Red Barrels,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Overcast - Walden and the Werewolf,PC,Misc,Unknown,Unknown,,,,,,,2014-04-18, -/games/boxart/full_oxadania-an-e-boo_30AmericaFront.jpg,Oxadania: An E-book,XBL,Misc,Microsoft,JB Marius-Sheridan,,,,,,,2011-08-10, -/games/boxart/full_3827359JapanFrontccc.jpg,Oyaji Hunter Mahjong,3DO,Misc,Warp,Warp,,,,,,,1995-07-14, -/games/boxart/full_7866173JapanFrontccc.jpg,Oyako de Asobo: Miffy no Omocha Bako,Wii,Misc,Square Enix,Square Enix,,,,,,,2010-03-18, -/games/boxart/default.jpg,Pac-Man,Arc,Misc,Midway,Unknown,,,,,,,1980-10-01, -/games/boxart/default.jpg,PAC-MAN MONSTERS,And,Misc,GREE,Unknown,,,,,,,2014-04-24, -/games/boxart/full_pacapaca-passion_384JapanFront.jpg,Pacapaca Passion,PS,Misc,Produce!,Produce!,,,,,,,1999-06-24, -/games/boxart/full_pacapaca-passion_560JapanFront.jpg,Pacapaca Passion,PSN,Misc,Kemco,Produce!,,,,,,,2011-03-25, -/games/boxart/full_pacapaca-passion-2_790JapanFront.jpg,Pacapaca Passion 2,PS,Misc,Produce!,Produce!,,,,,,,2000-04-27, -/games/boxart/full_pacapaca-passion-2_429JapanFront.jpg,Pacapaca Passion 2,PSN,Misc,Kemco,Produce!,,,,,,,2011-04-13, -/games/boxart/full_pacapaca-passion-special_227JapanFront.jpg,Pacapaca Passion Special,PS,Misc,CyberFront,Produce!,,,,,,,2002-04-04, -/games/boxart/full_7334456JapanFrontccc.jpg,Pachi-Slot Love Story,SNES,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1993-11-19, -/games/boxart/full_4109994JapanFrontccc.jpg,Pachi-Slot Nobunaga no Yabou: Tenka Sousei,PS2,Misc,KOEI,Koei,,,,,,,2006-03-30, -/games/boxart/full_pachi-slot-pc_8JapanFront.jpg,Pachi-Slot PC,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, -/games/boxart/full_pachi-slot-teiou-7_6JapanFront.jpg,Pachi-Slot Teiou 7,PS,Misc,Media Entertainment,Media Entertainment,,,,,,,2000-10-12, -/games/boxart/full_854435JapanFrontccc.jpg,Pachi-Slot Teiou Maker Suishou Manual 5: Race Queen 2 Tomcat,PS,Misc,Media Entertainment,Media Entertainment,,,,,,,2001-08-30, -/games/boxart/full_8421987JapanFrontccc.jpg,Pachi-Slot Teiou: Dream Slot - Heiwa SP,DC,Misc,Media Entertainment,Media Entertainment,,,,,,,2001-07-26, -/games/boxart/full_6767257JapanFrontccc.jpg,Pachi-Slot Teiou: Dream Slot Olympia SP,DC,Misc,Media Entertainment,Media Entertainment,,,,,,,2001-09-27, -/games/boxart/full_pachi-slot-teiou-yamasa-remix_88JapanFront.jpg,Pachi-Slot Teiou: Yamasa Remix,PS,Misc,Media Entertainment,Yamasa Entertainment,,,,,,,2000-08-30, -/games/boxart/full_pachinka-mania-p-cr-tekken-tafu_9JapanFront.jpg,Pachinka Mania P: CR Tekken Tafu,PSP,Misc,Dorart,Dorart,,,,,,,2010-09-16, -/games/boxart/full_pachinko-amp-pachi-slot-parlor-pro-extra_2JapanFront.jpg,Pachinko & Pachi-Slot Parlor! Pro Extra,PS,Misc,Unknown,CBC,,,,,,,2000-09-28, -/games/boxart/full_9327365JapanFrontccc.jpg,Pachinko 365 Nichi,N64,Misc,Seta Corporation,Seta Corporation,,,,,,,1998-05-29, -/games/boxart/full_pachinko-cr-mouretsu-genjin-t_0JapanFront.jpg,Pachinko CR Mouretsu Genjin T,GB,Misc,Hect,Hect,,,,,,,1999-06-04, -/games/boxart/default.jpg,Pachinko Jikki,PS3,Misc,Unknown,Hackberry,,,,,,,, -/games/boxart/full_6787143JapanFrontccc.jpg,Pachinko no Dendou: CR Nanashi,DC,Misc,Micro Cabin,Micro Cabin,,,,,,,2001-10-04, -/games/boxart/full_5153044JapanFrontccc.jpg,Pachinko Wars,SNES,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1992-07-17, -/games/boxart/full_3370858JapanFrontccc.jpg,Pachio-Kun FX: Maboroshi no Shima Daikessen,PCFX,Misc,NEC,NEC,,,,,,,1995-09-22, -/games/boxart/full_pachiokun-juban-shobu_4JapanFront.jpg,Pachiokun: Juban Shobu,PCE,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1992-03-13, -/games/boxart/full_7293319JapanFrontccc.jpg,Pachiokun: Warau Uchuu,PCE,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1992-12-22, -/games/boxart/full_3248369JapanFrontccc.jpg,PachiPara 12: Ooumi to Natsu no Omoide,PS2,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2005-12-15, -/games/boxart/full_pachipara-16-gingira-paradise-2_2JapanFront.jpg,PachiPara 16: Gingira Paradise 2,PS3,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-11-25, -/games/boxart/full_pachipara-16-gingira-paradise-2_307JapanFront.jpg,PachiPara 16: Gingira Paradise 2,PSN,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-11-25, -/games/boxart/full_pachipara-17-shinkai-monogatari-with-agnes-ram_394JapanFront.jpg,PachiPara 17: Shinkai Monogatari with Agnes Ram,PS3,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-02-24, -/games/boxart/full_pachipara-17-shinkai-monogatari-with-agnes-ram_445JapanFront.jpg,PachiPara 17: Shinkai Monogatari with Agnes Ram,PSN,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-02-24, -/games/boxart/default.jpg,PachiPara Portable: Sakura,PSP,Misc,Unknown,Irem Software Engineering,,,,,,,, -/games/boxart/full_pachipara-slot-pachi-slot-super-umi-monogatari_297JapanFront.jpg,PachiPara Slot: Pachi-Slot Super Umi Monogatari,PSP,Misc,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-05-26, -/games/boxart/full_9676872JapanFrontccc.jpg,Pachitte Chonmage,PS,Misc,Hackberry,Hack Berry,,,,,,,1999-11-25, -/games/boxart/full_4639371JapanFrontccc.jpg,Pachitte Chonmage 2,PS,Misc,Hackberry,Hack Berry,,,,,,,2000-06-01, -/games/boxart/full_pachitte-chonmage-3_4JapanFront.jpg,Pachitte Chonmage 3,PS,Misc,Hackberry,Hack Berry,,,,,,,2002-04-18, -/games/boxart/full_4583873JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 13: Pachinko Hissatsu Shigotojin III,PS2,Misc,Hackberry,Hack Berry,,,,,,,2007-11-22, -/games/boxart/full_6685789JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 2: CR Jurassic Park,PS2,Misc,Hackberry,Hack Berry,,,,,,,2003-02-06, -/games/boxart/full_9306682JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 3,PS2,Misc,Hackberry,Hack Berry,,,,,,,2003-04-17, -/games/boxart/full_9297781JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 4,PS2,Misc,Hackberry,Hack Berry,,,,,,,2003-05-29, -/games/boxart/full_1812297JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 5: CR Kamen Rider,PS2,Misc,Hackberry,Hack Berry,,,,,,,2004-04-15, -/games/boxart/full_5313829JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 6: CR Pachinko Yellow Cab,PS2,Misc,Hackberry,Hack Berry,,,,,,,2004-07-15, -/games/boxart/full_3849145JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 7: CR Pachinko Dokaben,PS2,Misc,Hackberry,Hack Berry,,,,,,,2004-10-07, -/games/boxart/full_329990JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 8,PS2,Misc,Hackberry,Hack Berry,,,,,,,2005-08-04, -/games/boxart/full_7722396JapanFrontccc.jpg,Pachitte Chonmage Tatsujin 9: Pachinko Mitokoumon,PS2,Misc,Hackberry,Hack Berry,,,,,,,2005-10-27, -/games/boxart/full_2651984JapanFrontccc.jpg,Pachitte Chonmage Tatsujin: CR Nettou Power Pro Kun,PS2,Misc,Hackberry,Hack Berry,,,,,,,2001-12-20, -/games/boxart/default.jpg,Pahelika: Revelations,OSX,Misc,Unknown,Unknown,,,,,,,2013-11-20, -/games/boxart/full_paint-splash_33AmericaFront.jpg,Paint Splash,WW,Misc,Unknown,KnapNok Games,8,,,,,,2011-09-08, -/games/boxart/full_8687726AmericaFrontccc.jpg,Painting Party,XBL,Misc,Microsoft,Kobingo,,,,,,,2009-12-19, -/games/boxart/default.jpg,PairPlay Europe,PC,Misc,Unknown,PairPlay Ltd,,,,,,,, -/games/boxart/full_9733688AmericaFrontccc.jpg,Pajama Sam's One-Stop Fun Shop,PC,Misc,Humongous,Humongous Entertainment,,,,,,,2000-01-01, -/games/boxart/default.jpg,"Palm Reader, Unveil Your Secrets",Linux,Misc,Unknown,Unknown,,,,,,,2014-01-10, -/games/boxart/default.jpg,"Palm Reader, Unveil Your Secrets",OSX,Misc,Unknown,Unknown,,,,,,,2014-01-10, -/games/boxart/default.jpg,"Palm Reader, Unveil Your Secrets",PC,Misc,Unknown,Unknown,,,,,,,2014-01-10, -/games/boxart/full_8209816JapanFrontccc.jpg,Palm Town,PS,Misc,Mycom,Mycom,,,,,,,1999-07-08, -/games/boxart/default.jpg,Pandora: First Contact,Linux,Misc,Slitherine Software,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,Pandora: First Contact,OSX,Misc,Slitherine Software,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,Pandora: First Contact,PC,Misc,Slitherine Software,Unknown,,,,,,,2013-11-14, -/games/boxart/1525931ccc.jpg,Panel Action Bingo,GB,Misc,FCI,Locus,,,,,,,1993-11-01, -/games/boxart/default.jpg,Panel DE Naruto,GB,Misc,Bandai,Unknown,,,,,,,1993-09-10, -/games/boxart/default.jpg,Panzer Tactics DS,PC,Misc,bitComposer Games,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Papa Pear Saga,BRW,Misc,King.com,Unknown,,,,,,,2013-03-28, -/games/boxart/full_8239976PALFrontccc.jpg,Paparazzi,PS2,Misc,505 Games,HuneX,,,,,,,2005-11-16, -/games/boxart/full_6318353AmericaFrontccc.jpg,Paper Airplane Chase,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-27, -/games/boxart/default.jpg,Paper Dungeons,Linux,Misc,Unknown,Unknown,,,,,,,2014-03-26, -/games/boxart/default.jpg,Paper Dungeons,PC,Misc,Unknown,Unknown,,,,,,,2014-03-26, -/games/boxart/default.jpg,Paperama,And,Misc,Unknown,Unknown,,,,,,,2014-04-28, -/games/boxart/default.jpg,Paperbound,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8851411PALFrontccc.jpg,PaperMates,DS,Misc,Unknown,Intergrow,,,,,,,, -/games/boxart/default.jpg,Paradigm Shift,PC,Misc,Unknown,Unknown,,,,,,,2014-05-19, -/games/boxart/default.jpg,Paranormal Agency,And,Misc,G5 Entertainment,Unknown,,,,,,,2010-04-06, -/games/boxart/default.jpg,Paranormal Agency,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2010-04-06, -/games/boxart/default.jpg,Paranormal Agency,WinP,Misc,G5 Entertainment,Unknown,,,,,,,2010-04-06, -/games/boxart/default.jpg,Paranormal State: Poison Spring,PC,Misc,Legacy Interactive,Unknown,,,,,,,2013-11-26, -/games/boxart/full_866037AmericaFrontccc.png,PaRappa the Rapper,PSN,Misc,Sony Computer Entertainment,epics,,,,,,,2008-07-28, -/games/boxart/default.jpg,Parkan 2,PC,Misc,1C Company,Unknown,,,,,,,2007-05-11, -/games/boxart/default.jpg,Parking Star 3D,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-06-26, -/games/boxart/full_5496131JapanFrontccc.jpg,Parlor! Mini,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1996-04-26, -/games/boxart/full_2304641JapanFrontccc.jpg,Parlor! Mini 3,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1996-09-27, -/games/boxart/full_4760911JapanFrontccc.jpg,Parlor! Mini 5,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1997-03-28, -/games/boxart/full_1070561JapanFrontccc.jpg,Parlor! Mini 6,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1997-05-30, -/games/boxart/full_1438097JapanFrontccc.jpg,Parlor! Mini 7,SNES,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1997-08-29, -/games/boxart/full_8923362JapanFrontccc.jpg,Parlor! Pro 64: Pachinko Jikki Simulation Game,N64,Misc,Telenet,Telenet,,,,,,,1999-01-29, -/games/boxart/full_1153423JapanFrontccc.jpg,Parlor! Pro 7,PS,Misc,Namco,Namco,,,,,,,1999-03-25, -/games/boxart/full_5782215JapanFrontccc.jpg,Parlor! Pro 8,PS,Misc,Namco,Namco,,,,,,,1999-12-09, -/games/boxart/full_9152162JapanFrontccc.jpg,Parlor! Pro Collection,PS,Misc,Namco,Namco,,,,,,,2000-09-21, -/games/boxart/full_parlor-pro-jr-vol-2_4JapanFront.jpg,Parlor! Pro Jr. Vol. 2,PS,Misc,Telenet,Telenet,,,,,,,1999-11-02, -/games/boxart/722403ccc.jpg,Parlour Games,MS,Misc,Sega,Compile,,,,,,,1988-01-01, -/games/boxart/full_parrot-paradise-lorikeets_969AmericaFront.jpg,Parrot Paradise: Lorikeets,XBL,Misc,Microsoft,Shaun Quaintance,,,,,,,2011-08-11, -/games/boxart/default.jpg,Party Crashers,Wii,Misc,Unknown,Twelve Interactive,,,,,,,, -/games/boxart/full_party-game-box-100_2JapanFront.jpg,Party Game Box 100,Wii,Misc,Hudson Soft,Hudson Soft,,,,,,,2010-11-11, -/games/boxart/full_9669363PALFrontccc.jpg,Party Girls,PS2,Misc,505 Games,Tamsoft,,,,,,,2005-11-16, -/games/boxart/full_220950PALFrontccc.jpg,Passport to... Barcelona,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-22,2018-09-24 -/games/boxart/full_7417164PALFrontccc.jpg,Passport to... Prague,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-22,2018-09-24 -/games/boxart/full_7854076PALFrontccc.jpg,Passport to... Rome,PSP,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-22,2018-09-24 -/games/boxart/default.jpg,Past Memories,And,Misc,Ayopa Games LLC,Unknown,,,,,,,2013-08-08, -/games/boxart/full_pataank_9AmericaFront.jpg,PaTaank,3DO,Misc,PF.Magic,PF.Magic,,,,,,,1994-01-01, -/games/boxart/default.jpg,PathPix Zen,3DS,Misc,cerasus.media,Unknown,,,,,,,2013-03-14, -/games/boxart/full_7546757AmericaFrontccc.jpg,Patriotic Pinball,PS,Misc,Gotham Games,Wildfire Studios,,,,,,,2003-04-22, -/games/boxart/full_6423555AmericaFrontccc.jpg,Patterns Of Light,XBL,Misc,Microsoft,TheAngryWaffle,,,,,,,2009-04-16, -/games/boxart/default.jpg,Pavilion,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Pavilion,PSV,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Paws & Claws: Pampered Pets Resort 3D,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,Payout Poker & Casino,PC,Misc,Namco,Bits Studios,,,,,,,2006-08-23, -/games/boxart/full_2500051AmericaFrontccc.jpg,Payout Poker & Casino,XB,Misc,Namco,Bits Studios,,,,,,,2006-08-22, -/games/boxart/full_9992055AmericaFrontccc.jpg,Payout Poker & Casino,PS2,Misc,Namco,Bits Studios,,,,,,,2006-08-23, -/games/boxart/full_pe-jongju-to-manabu-kankokugo-ds-date-hen_9JapanFront.jpg,Pe-Jongju to Manabu Kankokugo DS: Date-Hen,DS,Misc,D3 Publisher,Mobilero,,,,,,,2010-08-26, -/games/boxart/default.jpg,Peach Fetch! Double!!,PC,Misc,softhouse-seal,Unknown,,,,,,,2012-03-09, -/games/boxart/full_peek-a-boo-poker_164AmericaFront.jpg,Peek A Boo Poker,NES,Misc,Panesian,Panesian,,,,,,,1991-01-01, -/games/boxart/default.jpg,Peg Board,PC,Misc,Sunny Tam,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,Peg Board,And,Misc,Sunny Tam,Unknown,,,,,,,2013-02-28, -/games/boxart/full_peg-solitaire_8AmericaFront.jpg,Peg Solitaire,DSiW,Misc,CIRCLE Entertainment,OmniG Software Inc.,,,,,,,2010-11-01, -/games/boxart/full_3255583AmericaFrontccc.jpg,Peggle 2,XOne,Misc,Electronic Arts,Unknown,,,,,,,2013-12-09, -/games/boxart/default.jpg,Penarium,PC,Misc,Team17 Software,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Penarium,OSX,Misc,Team17 Software,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Pencil Doodle,PSV,Misc,SCEE,Unknown,,,,,,,2014-06-03, -/games/boxart/full_9517462PALFrontccc.jpg,Pengo,GG,Misc,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/default.jpg,Penguin Hop,PC,Misc,Unknown,Unknown,,,,,,,2014-02-28, -/games/boxart/default.jpg,PENGUIN-KUN WARS (E),PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-05-29, -/games/boxart/full_penthouse-interactive-virtual-photo-shoot-vol-1_5JapanFront.jpg,Penthouse Interactive Virtual Photo Shoot Vol. 1,3DO,Misc,Apollo,Apollo,,,,,,,1994-12-23, -/games/boxart/full_peperon-mura-no-shiki_10JapanFront.jpg,Peperon Mura no Shiki,3DO,Misc,NHK,NHK,,,,,,,1995-10-20, -/games/boxart/default.jpg,Pepper Panic Saga,BRW,Misc,King.com,Unknown,,,,,,,2013-10-30, -/games/boxart/default.jpg,Percy 'n' Friends - Jump Adventure,PC,Misc,Unknown,Unknown,,,,,,,2013-09-10, -/games/boxart/default.jpg,Percy's Predicament,WiiU,Misc,Maestro Interactive Games,Unknown,,,,,,,2014-02-07, -/games/boxart/default.jpg,pero2Cat,WinP,Misc,Unknown,Unknown,,,,,,,2013-04-20, -/games/boxart/default.jpg,pero2Cat,And,Misc,Unknown,Unknown,,,,,,,2013-04-20, -/games/boxart/default.jpg,Persona 4: Arena,Arc,Misc,Atlus,Unknown,,,,,,,2012-03-01, -/games/boxart/default.jpg,Persona 4: The Ultimax Ultra Suplex Hold,Arc,Misc,Atlus,Unknown,,,,,,,2013-11-28, -/games/boxart/default.jpg,Personality Profile Test,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Personality Type,PC,Misc,Schell Games,Unknown,,,,,,,2014-03-26, -/games/boxart/default.jpg,PES Manager,And,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Pet Alliance,And,Misc,EFUN COMPANY LIMITED,Unknown,,,,,,,2013-09-15, -/games/boxart/default.jpg,Pet Food Train,And,Misc,Libii Tech Limited,Unknown,,,,,,,2014-02-06, -/games/boxart/default.jpg,Pet Rescue Saga,And,Misc,King.com,Unknown,,,,,,,2013-06-12, -/games/boxart/default.jpg,Pet Rescue Saga,BRW,Misc,King.com,Unknown,,,,,,,2012-10-09, -/games/boxart/default.jpg,Pet Shop Story,And,Misc,TeamLava,Unknown,,,,,,,2011-12-08, -/games/boxart/default.jpg,Petanque in St Tropez,And,Misc,Pix Arts,Unknown,,,,,,,2013-12-18, -/games/boxart/full_2851756PALFrontccc.jpg,Peter Pan,PS2,Misc,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, -/games/boxart/full_2502302AmericaFrontccc.jpg,Petz: Hamsterz 2,GBA,Misc,Ubisoft,Ubisoft,,,,,,,2007-11-13, -/games/boxart/full_1458963AmericaFrontccc.png,Petz: Hamsterz Bunch,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-10-28, -/games/boxart/default.jpg,Petz: Monkeyz House,PC,Misc,Unknown,Ubisoft,,,,,,,, -/games/boxart/full_1927228AmericaFrontccc.png,Petz: Saddle Club,PSN,Misc,Ubisoft,Ubisoft,,,,,,,2009-10-28, -/games/boxart/default.jpg,Petz: Sports Club,PC,Misc,Unknown,Ubisoft Montreal,,,,,,,, -/games/boxart/5245258ccc.gif,Phantasmagoria,PC,Misc,Sierra Entertainment,Sierra,,,,,,,1995-01-01, -/games/boxart/full_phase-runner_626AmericaFront.jpg,Phase Runner,XBL,Misc,Microsoft,thelostone,,,,,,,2011-07-27, -/games/boxart/default.jpg,Phase-D: Kurosei no Shou,PSP,Misc,Boost On,Unknown,,,,,,,2012-03-29, -/games/boxart/full_2898117AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,Wii,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-13, -/games/boxart/full_1299634AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,X360,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-23, -/games/boxart/full_8956423AmericaFrontccc.jpg,Phineas and Ferb: Quest for Cool Stuff,DS,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-08-13, -/games/boxart/full_8361374JapanFrontccc.jpg,Phonics de Minitsuku Eigo,DS,Misc,Meister Hero,Meister Hero,,,,,,,2010-03-25, -/games/boxart/full_6583542AmericaFrontccc.jpg,Photo Clock,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-25, -/games/boxart/default.jpg,Photo Stand Tsuki: Ban-Bro DX Radio,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-04-01, -/games/boxart/full_2365940AmericaFrontccc.png,Photos With Mario,3DS,Misc,Nintendo,Nintendo,,,,,,,2014-05-19,2018-09-05 -/games/boxart/full_169425AmericaFrontccc.jpg,Physics Sandbox,XBL,Misc,Microsoft,xMONOx,,,,,,,2009-07-24, -/games/boxart/full_physics-sandbox-2_6AmericaFront.jpg,Physics Sandbox 2,XBL,Misc,Microsoft,xMONOx,,,,,,,2010-11-04, -/games/boxart/default.jpg,Pic Combo,And,Misc,Games for Friends,Unknown,,,,,,,2013-03-29, -/games/boxart/default.jpg,Picdun 2: Witch's Curse,3DS,Misc,Intense,Unknown,,,,,,,2013-02-21, -/games/boxart/default.jpg,Picotto Knights,PSV,Misc,NHN corp.,Unknown,,,,,,,2012-09-20, -/games/boxart/default.jpg,Picross e,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2013-06-13, -/games/boxart/default.jpg,Picross e3,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2013-10-03, -/games/boxart/default.jpg,Picross e4,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2014-05-01, -/games/boxart/full_pictionary_2AmericaFront.jpg,Pictionary,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,1997-01-01, -/games/boxart/full_pictionary_1AmericaFront.jpg,Pictionary,NES,Misc,LJN,Software Creations,,,,,,,1990-07-01, -/games/boxart/default.jpg,Piggy Adventure,PS4,Misc,Unknown,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Pigs Can Fly - Pig Flight Simulator,PC,Misc,Ultra Runaway Games,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,Pilot Reflex - Top Gun Trainer,PC,Misc,Unknown,Unknown,,,,,,,2013-12-18, -/games/boxart/default.jpg,Pilot Story: Landing Dojo,PC,Misc,TechnoBrain,Unknown,,,,,,,2012-04-20, -/games/boxart/full_5595758AmericaFrontccc.jpg,Pilot Test,XBL,Misc,Microsoft,Holographic Dreams,,,,,,,2009-12-16, -/games/boxart/full_5326273AmericaFrontccc.jpg,Pinball,VC,Misc,Nintendo,Nintendo,,,,,,,2006-11-19, -/games/boxart/full_3311333AmericaFrontccc.jpg,Pinball,2600,Misc,Unknown,Zellers,,,,,,,, -/games/boxart/full_622839PALFrontccc.jpg,Pinball Advance,GBA,Misc,Digital Worldwide,Rebellion Developments,,,,,,,2002-10-18, -/games/boxart/default.jpg,Pinball Builder,PC,Misc,The Learning Company,21st Century Entertainment,,,,,,,1997-01-01, -/games/boxart/full_6589745PALFrontccc.jpg,Pinball Challenge Deluxe,GBA,Misc,Ubisoft,Binary 9 Studios,,,,,,,2002-07-05, -/games/boxart/full_312999PALFrontccc.jpg,Pinball Deluxe,DS,Misc,Atari,Atari,,,,,,,2009-05-14, -/games/boxart/1124556ccc.jpg,Pinball Dreams,SNES,Misc,GameTek,Spidersoft,,,,,,,1994-07-07, -/games/boxart/full_3952957AmericaFrontccc.jpg,Pinball Dreams,GG,Misc,GameTek,Spidersoft,,,,,,,1995-01-01, -/games/boxart/5429664ccc.jpg,Pinball Dreams,GB,Misc,GameTek,Spidersoft,,,,,,,1993-08-01, -/games/boxart/full_23958AmericaFrontccc.png,Pinball Dreams,PSN,Misc,Cowboy Rodeo,Rebellion Developments,,,,,,,2010-01-28, -/games/boxart/full_pinball-duel_7AmericaFront.jpg,Pinball Duel,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-29, -/games/boxart/2767324ccc.jpg,Pinball Fantasies,SNES,Misc,GameTek,Spidersoft,,,,,,,1995-02-01, -/games/boxart/8870198ccc.jpg,Pinball Fantasies,GB,Misc,GameTek,Spidersoft,,,,,,,1995-02-01, -/games/boxart/5221362ccc.jpg,Pinball Fantasies,AJ,Misc,Atari,21st Century Entertainment,,,,,,,1995-06-01, -/games/boxart/full_4525296AmericaFrontccc.png,Pinball Fantasies,PSN,Misc,Cowboy Rodeo,Cowboy Rodeo,,,,,,,2009-11-23, -/games/boxart/full_9010913PALFrontccc.jpg,Pinball Fun,PS2,Misc,505 Games,HuneX,,,,,,,2004-06-25, -/games/boxart/full_5056675AmericaFrontccc.jpg,Pinball FX,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2007-04-25, -/games/boxart/full_pinball-fx-2_10AmericaFront.jpg,Pinball FX 2,XBL,Misc,Microsoft,Zen Studios,9.5,,,,,,2010-10-27, -/games/boxart/full_2923942AmericaFrontccc.jpg,Pinball FX 2,PC,Misc,Microsoft Studios,Zen Studios,,,,,,,2013-05-10,2018-08-09 -/games/boxart/full_8074668AmericaFrontccc.png,Pinball FX 2,XOne,Misc,Zen Studios,Zen Studios,,,,,,,2014-08-14, -/games/boxart/full_pinball-fx-2-mars_684AmericaFront.jpg,Pinball FX 2: MARS,XBL,Misc,Microsoft,Zen Studios,,,,,,,2011-04-20, -/games/boxart/full_marvel-pinball_196AmericaFront.jpg,Pinball FX 2: Marvel Pinball,XBL,Misc,Zen Studios,Zen Studios,8.2,,,,,,2010-12-08, -/games/boxart/full_pinball-fx-2-marvel-pinball-captain-america_918AmericaFront.jpg,Pinball FX 2: Marvel Pinball - Captain America,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-06-29, -/games/boxart/full_pinball-fx-2-marvel-pinball-fantastic-four_768AmericaFront.jpg,Pinball FX 2: Marvel Pinball - Fantastic Four,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-05-17, -/games/boxart/default.jpg,Pinball FX 2: Marvel Pinball - Vengeance and Virtue,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-12-13, -/games/boxart/full_pinball-fx-2-ms-splosion-man_870AmericaFront.jpg,Pinball FX 2: Ms. 'Splosion Man,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-08-31, -/games/boxart/default.jpg,Pinball FX 2: Paranormal,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-10-26, -/games/boxart/full_4500099AmericaFrontccc.jpg,Pinball FX 2: Sorcerer's Lair,XBL,Misc,Zen Studios,Zen Studios,,,,,,,2011-10-12, -/games/boxart/full_7686726AmericaFrontccc.jpeg,Pinball FX: Buccaneer,XBL,Misc,Microsoft,Zen Studios,,,,,,,2007-10-31, -/games/boxart/full_4964634AmericaFrontccc.jpeg,Pinball FX: Earth Defense,XBL,Misc,Microsoft,Zen Studios,,,,,,,2009-09-22, -/games/boxart/full_8784533AmericaFrontccc.jpeg,Pinball FX: Excalibur,XBL,Misc,Microsoft,Zen Studios,,,,,,,2010-01-27, -/games/boxart/full_8980601AmericaFrontccc.jpeg,Pinball FX: Nightmare Mansion,XBL,Misc,Microsoft,Zen Studios,,,,,,,2008-01-16, -/games/boxart/full_2869099AmericaFrontccc.jpeg,Pinball FX: Rocky and Bullwinkle,XBL,Misc,Microsoft,Zen Studios,,,,,,,2008-04-03, -/games/boxart/full_pinball-graffiti_479PALFront.jpg,Pinball Graffiti,SAT,Misc,JVC,Pack-In-Video,,,,,,,1996-01-01, -/games/boxart/full_547010AmericaFrontccc.png,Pinball Hall of Fame: The Gottlieb Collection,PSN,Misc,Crave Entertainment,Crave Entertainment,,,,,,,2009-09-30, -/games/boxart/default.jpg,Pinball Hall of Fame: The Gottlieb Collection,XBL,Misc,Unknown,Crave Entertainment,,,,,,,, -/games/boxart/full_1047359AmericaFrontccc.jpg,Pinball Hall of Fame: The Williams Collection,PS2,Misc,Crave Entertainment,FarSight Studios,,,,,,,2008-02-26, -/games/boxart/full_pinball-hall-of-fame-the-williams-collection_848PALFront.png,Pinball Hall of Fame: The Williams Collection,PSN,Misc,System 3 Arcade Software,FarSight Studios,7,,,,,,2011-03-09, -/games/boxart/333571ccc.jpg,Pinball Jam,Lynx,Misc,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/8717507ccc.jpg,Pinball Mania,PC,Misc,21st Century Entertainment,Spidersoft,,,,,,,1996-01-01, -/games/boxart/full_8296423AmericaFrontccc.jpg,Pinball Pulse: The Ancients Beckon,DSiW,Misc,Nintendo,Fuse Games Limited,7.9,,,,,,2009-10-12, -/games/boxart/full_pinballistik_247PALFront.jpg,Pinballistik,PSN,Misc,Creat Studio,Creat Studios,,,,,,,2011-11-01, -/games/boxart/default.jpg,PinballYeah!,PC,Misc,Interplay,Unknown,,,,,,,2010-11-19, -/games/boxart/full_3402598AmericaFrontccc.jpg,Ping Time,XBL,Misc,Microsoft,MatthewM,,,,,,,2009-04-18, -/games/boxart/full_8057968AmericaFrontccc.jpg,Pin·Bot,NES,Misc,Nintendo,Rare Ltd.,,,,,,,1990-05-01, -/games/boxart/default.jpg,Pipe Push,PC,Misc,Phosphor Games,Unknown,,,,,,,2013-10-31, -/games/boxart/default.jpg,Pirate Mysteries,And,Misc,Kristanix Games,Unknown,,,,,,,2012-01-01, -/games/boxart/default.jpg,Pirate Mysteries,OSX,Misc,Kristanix Games,Unknown,,,,,,,2011-02-03, -/games/boxart/default.jpg,Pirates,PC,Misc,Three Flip Studios,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Pirates,OSX,Misc,Three Flip Studios,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Pirates,Linux,Misc,Three Flip Studios,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Pirates Assault,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-03-15, -/games/boxart/default.jpg,Pirates Assault,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-03-15, -/games/boxart/default.jpg,Pirates of the Caribbean Multiplayer,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2011-10-18, -/games/boxart/default.jpg,Pirates: Adventures of the Black Corsair,DS,Misc,Unknown,Mamba Games,,,,,,,, -/games/boxart/default.jpg,Pirates: Adventures of the Black Corsair,Wii,Misc,Unknown,Mamba Games,,,,,,,, -/games/boxart/full_1167977AmericaFrontccc.jpg,Pit Crew Panic!,WW,Misc,Hudson Entertainment,Hudson Soft,,,,,,,2008-12-01, -/games/boxart/default.jpg,Pivotal Punishment,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2013-05-09, -/games/boxart/default.jpg,PIX3D,3DS,Misc,Gamelion Studios,Unknown,,,,,,,2012-12-20, -/games/boxart/default.jpg,Pixel Boy and the Ever Expanding Dungeon,PC,Misc,Line One Games,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Pixel Boy and the Ever Expanding Dungeon,OSX,Misc,Line One Games,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Pixel Boy and the Ever Expanding Dungeon,Linux,Misc,Line One Games,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,Pixel Gun 3D,And,Misc,Unknown,Unknown,,,,,,,2013-05-03, -/games/boxart/default.jpg,Pixel Nom,And,Misc,Unknown,Unknown,,,,,,,2014-02-24, -/games/boxart/full_pixeljunk-4am_832AmericaFront.jpg,PixelJunk 4am,PSN,Misc,Unknown,Q-Games,,,,,,,, -/games/boxart/default.jpg,PixelJunk Monsters,PSP,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2010-04-27, -/games/boxart/default.jpg,PixelJunk Monsters,PSV,Misc,Double Eleven,Unknown,,,,,,,2013-07-30, -/games/boxart/default.jpg,PixelJunk Monsters,PC,Misc,Double Eleven,Unknown,,,,,,,2013-08-26, -/games/boxart/default.jpg,Pixoban,And,Misc,Cooking Mama Ltd.,Unknown,,,,,,,2013-05-17, -/games/boxart/full_pizza-frenzy-deluxe_40AmericaFront.jpg,Pizza Frenzy Deluxe,PC,Misc,PopCap Games,Oberon Media,,,,,,,2006-08-30, -/games/boxart/full_pizza-hut-demo-disc-one_80AmericaFront.jpg,Pizza Hut Demo Disc One,PS,Misc,Sony Computer Entertainment,Various,,,,,,,1999-01-01, -/games/boxart/full_pizza-hut-demo-disc-two_721AmericaFront.jpg,Pizza Hut Demo Disc Two,PS,Misc,Sony Computer Entertainment,Various,,,,,,,1999-01-01, -/games/boxart/default.jpg,Pizza Maker,And,Misc,Wizards Time LLC,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Plague Inc.,And,Misc,Miniclip.com,Unknown,,,,,,,2012-10-04, -/games/boxart/default.jpg,Plane Shooting,PC,Misc,Nano Games,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Planet Crashers,3DS,Misc,Ignition Entertainment,Unknown,,,,,,,2012-07-26, -/games/boxart/full_3537103AmericaFrontccc.jpg,"Planet Crashmania 9,000,000",XBL,Misc,Microsoft,Chapel,,,,,,,2009-02-23, -/games/boxart/default.jpg,Planet Stronghold,OSX,Misc,Winter Wolves Studio,Unknown,,,,,,,2011-03-27, -/games/boxart/default.jpg,Planet Stronghold,Linux,Misc,Winter Wolves Studio,Unknown,,,,,,,2011-03-27, -/games/boxart/default.jpg,Planet Stronghold,PC,Misc,Winter Wolves Studio,Unknown,,,,,,,2011-03-27, -/games/boxart/full_2372359AmericaFrontccc.jpg,PlanetWeb Web Browser 1.0,DC,Misc,Sega,Sega,,,,,,,1999-09-09, -/games/boxart/full_8259859AmericaFrontccc.jpg,PlanetWeb Web Browser 3.0,DC,Misc,Sega,Sega,,,,,,,2001-01-01, -/games/boxart/full_8109531AmericaFrontccc.jpg,Plants vs. Zombies,PSV,Misc,Sony Computer Entertainment,Unknown,,,,,,,2012-02-21, -/games/boxart/default.jpg,Plants vs. Zombies,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2011-02-08, -/games/boxart/default.jpg,Plants vs. Zombies,DS,Misc,PopCap Games,Unknown,,,,,,,2011-01-18, -/games/boxart/default.jpg,Plants vs. Zombies,OSX,Misc,PopCap Games,Unknown,,,,,,,2009-03-05, -/games/boxart/default.jpg,Plants vs. Zombies,And,Misc,Electronic Arts,Unknown,,,,,,,2011-12-14, -/games/boxart/default.jpg,Plants vs. Zombies,X360,Misc,PopCap Games,Unknown,,,,,,,2010-09-08, -/games/boxart/default.jpg,Plants vs. Zombies,DSi,Misc,PopCap Games,Unknown,,,,,,,2011-03-14, -/games/boxart/default.jpg,Plants vs. Zombies,OSX,Misc,PopCap Games,Unknown,,,,,,,2009-05-05, -/games/boxart/full_9418245AmericaFrontccc.png,Plants vs. Zombies,WinP,Misc,PopCap Games,Unknown,,,,,,,2011-06-22, -/games/boxart/default.jpg,Plants vs. Zombies,PSV,Misc,PopCap Games,Unknown,,,,,,,2013-02-21, -/games/boxart/default.jpg,Plants vs. Zombies 2: It's About Time,OSX,Misc,PopCap Games,Unknown,,,,,,,2013-07-31, -/games/boxart/default.jpg,Plants vs. Zombies 2: It's About Time,PC,Misc,PopCap Games,Unknown,,,,,,,2013-07-31, -/games/boxart/default.jpg,Plants vs. Zombies Adventures,BRW,Misc,PopCap Games,Unknown,,,,,,,2013-05-20, -/games/boxart/full_8263127AmericaFrontccc.jpg,Plasma TV Break In,XBL,Misc,Microsoft,Zenfar,,,,,,,2009-06-10, -/games/boxart/default.jpg,Platforms Unlimited,And,Misc,XperimentalZ Games,Unknown,,,,,,,2014-02-04, -/games/boxart/full_6877388JapanFrontccc.jpg,Platinum Double Pack: Gears of War / Dead Rising,X360,Misc,Capcom,Epic Games / Capcom,,,,,,,2007-11-01, -/games/boxart/full_play-amp-learn-spanish_489AmericaFront.jpg,Play & Learn Spanish,DSiW,Misc,SelectSoft,SelectSoft,,,,,,,2011-08-04, -/games/boxart/full_play-as-you-go_457AmericaFront.jpg,Play As You Go,XBL,Misc,Microsoft,Scrubby Fresh Studio's L.L.C.,,,,,,,2011-09-07, -/games/boxart/full_7443184PALFrontccc.jpg,Play the World,Wii,Misc,Unknown,Dreamcatcher,,,,,,,, -/games/boxart/default.jpg,Play to Cure: Genes In Space,And,Misc,Cancer Research UK,Unknown,,,,,,,2014-01-28, -/games/boxart/full_play-with-birds_929AmericaFront.jpg,Play with Birds,WW,Misc,Game Factory,Game Factory,,,,,,,2011-04-11, -/games/boxart/full_play-with-the-teletubbies_334AmericaFront.jpg,Play with the Teletubbies,PS,Misc,BBC Multimedia,Asylum Entertainment,,,,,,,2000-08-08, -/games/boxart/full_play-with-the-teletubbies_349AmericaFront.jpg,Play with the Teletubbies,PC,Misc,Knowledge Adventure,Asylum Entertainment,,,,,,,2000-09-01, -/games/boxart/full_6828354JapanFrontccc.jpg,Playboy Karaoke Collection Volume 1,SAT,Misc,Victory Lap Games,Vic Tokai,,,,,,,1996-08-09, -/games/boxart/full_2754386JapanFrontccc.jpg,Playboy Karaoke Collection Volume 2,SAT,Misc,Victory Lap Games,Vic Tokai,,,,,,,1996-08-09, -/games/boxart/default.jpg,"Playhouse Disney The Wiggles, Wiggle Bay",PC,Misc,Unknown,Disney Interactive,,,,,,,, -/games/boxart/full_playhouse-disney-rolie-polie-olie-the-search-for-spot_220AmericaFront.jpg,Playhouse Disney: Rolie Polie Olie- The Search for Spot,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2001-11-06, -/games/boxart/full_741771AmericaFrontccc.jpg,Playmobil 2,PC,Misc,DreamCatcher Interactive,Dreamcatcher,,,,,,,2009-12-08, -/games/boxart/default.jpg,Playstation Move Mind Benders,PS3,Misc,Unknown,Sony Computer Entertainment,,,,,,,, -/games/boxart/full_playstation-network-collection-power-pack_30PALFront.jpg,PlayStation Network Collection: Power Pack,PSP,Misc,Sony Computer Entertainment,Various,,,,,,,2008-10-24, -/games/boxart/full_1358032JapanFrontccc.jpg,Pocket Chikyuugi DS: Sawatte Tanoshimu Jinrui 5000 Toshi no Ayumi,DS,Misc,NCS,Mycom,,,,,,,2009-04-09, -/games/boxart/full_pocket-color-mahjong_998JapanFront.jpg,Pocket Color Mahjong,GB,Misc,Bottom Up,Bottom Up,,,,,,,1999-12-22, -/games/boxart/full_pocket-color-trump_149JapanFront.jpg,Pocket Color Trump,GB,Misc,Bottom Up,Bottom Up,,,,,,,1999-12-22, -/games/boxart/default.jpg,Pocket Gunfighters,And,Misc,Gamevil,Unknown,,,,,,,2014-04-01, -/games/boxart/full_pocket-hanafuda_5JapanFront.jpg,Pocket Hanafuda,GB,Misc,Bottom Up,Bottom Up,,,,,,,1999-06-11, -/games/boxart/full_9774130JapanFrontccc.jpg,Pocket Jansou,GG,Misc,Namco,Namco,,,,,,,1992-02-07, -/games/boxart/full_pocket-mahjong_70JapanFront.jpg,Pocket Mahjong,GB,Misc,Bottom Up,Bottom Up,,,,,,,1997-07-25, -/games/boxart/default.jpg,Pocket Mine,And,Misc,Roofdog Games,Unknown,,,,,,,2013-09-30, -/games/boxart/full_pocket-music_387PALFront.jpg,Pocket Music,GBA,Misc,Rage Software,Jester Interactive,,,,,,,2002-04-26, -/games/boxart/full_pocket-music_623PALFront.jpg,Pocket Music,GB,Misc,Rage Software,Jester Interactive,,,,,,,2002-02-22, -/games/boxart/default.jpg,Pocket Pack: Strategy Games,DSiW,Misc,Mere Mortals,Mere Mortals,,,,,,,2010-06-18, -/games/boxart/default.jpg,Pocket Pack: Words & Numbers,DSiW,Misc,Mere Mortals,Mere Mortals,,,,,,,2010-04-16, -/games/boxart/full_3650241AmericaFrontccc.png,Pocket Pool,PSN,Misc,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2009-07-29, -/games/boxart/full_5476852AmericaFrontccc.jpg,Pocket Professor: KwikNotes Volume One,GBA,Misc,"Pocket Direct, L.L.C.","Pocket Direct, L.L.C.",,,,,,,2006-03-13, -/games/boxart/default.jpg,Pocket Runners,OSX,Misc,"Sirqul, Inc.",Unknown,,,,,,,2013-04-30, -/games/boxart/default.jpg,Pocket Runners,And,Misc,"Sirqul, Inc.",Unknown,,,,,,,2013-12-18, -/games/boxart/default.jpg,Pocket Rurubu Hokkaido,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-07-29, -/games/boxart/default.jpg,Pocket Rurubu Izuhakone,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-02-24, -/games/boxart/default.jpg,Pocket Rurubu Kobe,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-24, -/games/boxart/default.jpg,Pocket Rurubu Kyoto,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-27, -/games/boxart/default.jpg,Pocket Rurubu Nagoya,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-12-24, -/games/boxart/default.jpg,Pocket Rurubu Okinawa,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-07-29, -/games/boxart/default.jpg,Pocket Rurubu Osaka,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-21, -/games/boxart/default.jpg,Pocket Rurubu Shinshuu,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-02-24, -/games/boxart/default.jpg,Pocket Rurubu Tokyo,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-27, -/games/boxart/default.jpg,Pocket Rurubu Yokohama,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-21, -/games/boxart/default.jpg,Pocket Rurubu Yokohama / Kamakura,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-21, -/games/boxart/full_8412380AmericaFrontccc.jpg,Pocket-Jongg 2009,XBL,Misc,Microsoft,Kaikomaster,,,,,,,2009-05-27, -/games/boxart/full_pokedex-3d_323AmericaFront.jpg,Pokédex 3D,3DS,Misc,Nintendo,"Creatures, Inc.",,,,,,,2011-06-06, -/games/boxart/full_6459601JapanFrontccc.png,Pokémon Card Game: Asobikata DS,DS,Misc,Nintendo,Game Freak,,,,,,,2011-08-05, -/games/boxart/full_7648973AmericaFrontccc.jpg,Pokémon Colosseum Bonus Disc,GC,Misc,Nintendo,Genius Sonority Inc.,,,,,,,2004-02-10, -/games/boxart/full_5796328AmericaFrontccc.png,Pokémon Dream Radar,3DS,Misc,Nintendo,Creatures Inc.,,,,,,,2012-10-07,2018-09-04 -/games/boxart/full_310087AmericaFrontccc.jpg,Pokémon Trading Card Game Online,PC,Misc,Nintendo,Game Freak,,,,,,,2011-08-15,2018-08-03 -/games/boxart/full_45858AmericaFrontccc.jpg,Poker Ball,XBL,Misc,Microsoft,MarkcusD,,,,,,,2008-11-14, -/games/boxart/full_6803657AmericaFrontccc.jpg,Poker Blinds,XBL,Misc,Microsoft,shuboarder,,,,,,,2009-10-22, -/games/boxart/default.jpg,Poker by Zynga,BRW,Misc,Zynga,Unknown,,,,,,,2010-07-20, -/games/boxart/default.jpg,Poker by Zynga,And,Misc,Zynga,Unknown,,,,,,,2010-12-22, -/games/boxart/full_4642720AmericaFrontccc.jpg,Poker Face Paul's Blackjack,GG,Misc,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_2890809AmericaFrontccc.jpg,Poker Face Paul's Gin,GG,Misc,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_9763240AmericaFrontccc.jpg,Poker Face Paul's Poker,GG,Misc,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_2311633AmericaFrontccc.jpg,Poker Face Paul's Solitaire,GG,Misc,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_9993578PALFrontccc.jpg,Poker Masters,PS2,Misc,Liquid Games,Mere Mortals,,,,,,,2005-05-04, -/games/boxart/full_3589790PALFrontccc.jpg,Poker Masters,PC,Misc,Liquid Games,Mere Mortals,,,,,,,2005-03-06, -/games/boxart/full_8412757AmericaFrontccc.jpg,Poker Plus,2600,Misc,Sears,Telegames,,,,,,,1978-01-01, -/games/boxart/full_3133876AmericaFrontccc.jpg,Poker Squares,XBL,Misc,Microsoft,Stephen M Bennett,,,,,,,2009-01-14, -/games/boxart/full_1062083AmericaFrontccc.jpg,Poker Stacker,XBL,Misc,Microsoft,SevenDollarBill,,,,,,,2009-02-07, -/games/boxart/6757923ccc.jpg,Polar Games 2,PC,Misc,Mumbo Jumbo,Unknown,,,,,,,2008-04-30, -/games/boxart/default.jpg,Pole Position,C64,Misc,Atari,Unknown,,,,,,,1984-01-01, -/games/boxart/default.jpg,Pole Position,Arc,Misc,Atari,Unknown,,,,,,,1982-11-01, -/games/boxart/default.jpg,Police Force,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2011-11-25, -/games/boxart/default.jpg,Police Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2010-09-17, -/games/boxart/full_7710229JapanFrontccc.jpg,Policenauts Pilot Disc,3DO,Misc,Konami,Konami Computer Entertainment Japan,,,,,,,1995-04-21, -/games/boxart/default.jpg,Pollushot,OSX,Misc,3 Sprockets,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Pollushot,PC,Misc,3 Sprockets,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Pollushot,Linux,Misc,3 Sprockets,Unknown,,,,,,,2014-03-27, -/games/boxart/full_6391583AmericaFrontccc.jpg,Pong Toss Pro! Frat Party Games,WW,Misc,JV Games Inc.,JV Games Inc.,,,,,,,2010-06-28, -/games/boxart/8049799ccc.jpg,Pong Toss! Frat Party Games,WW,Misc,JV Games Inc.,JV Games Inc.,,,,,,,2008-07-28, -/games/boxart/default.jpg,Ponjan,DSiW,Misc,Takara Tomy,Takara Tomy,,,,,,,2009-11-25, -/games/boxart/default.jpg,Ponjan,WW,Misc,Takara Tomy,Takara Tomy,,,,,,,2009-12-01, -/games/boxart/full_pony-vs-pony_131AmericaFront.jpg,Pony vs. Pony,PC,Misc,Unknown,"Artix Entertainment, LLC",,,,,,,2011-09-02, -/games/boxart/default.jpg,Pool Live Tour,And,Misc,Chillingo Ltd,Unknown,,,,,,,2013-08-07, -/games/boxart/default.jpg,Pool Live Tour,BRW,Misc,Chillingo Ltd,Unknown,,,,,,,2012-01-20, -/games/boxart/full_3577589AmericaFrontccc.jpg,Pop Bugs Zap,PSV,Misc,Henchmen Studios,Henchmen Studios,,,,,,,2014-06-25, -/games/boxart/full_7220917AmericaFrontccc.png,Pop Bugs Zap,And,Misc,Henchmen Studios,Henchmen Studios,,,,,,,2014-06-25, -/games/boxart/default.jpg,Pop Town,DS,Misc,505 Games,Dimple,,,,,,,2009-03-13, -/games/boxart/full_8929446JapanFrontccc.jpg,Pop'n Music,DC,Misc,Konami,Konami,,,,,,,1999-02-25, -/games/boxart/full_977238JapanFrontccc.jpg,Pop'n Music,PS,Misc,Konami,Konami,,,,,,,1999-02-25, -/games/boxart/full_8062692JapanFrontccc.jpg,"PopCap Arcade: Rakushisa, Ippai, Action & Puzzle 7 Pack",X360,Misc,Microsoft,PopCap Games,,,,,,,2010-06-03, -/games/boxart/full_6488810AmericaFrontccc.jpg,PopCap Hits! Vol 2,PS2,Misc,PopCap Games,PopCap Games,,,,,,,2008-07-15, -/games/boxart/full_popeye-ijiwaru-majo-sea-hag-no-maki_7JapanFront.jpg,Popeye Ijiwaru Majo: Sea Hag no Maki,SNES,Misc,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1994-08-12, -/games/boxart/full_popeye-no-eigo-asobi_7JapanFront.jpg,Popeye no Eigo Asobi,NES,Misc,Nintendo,Nintendo,,,,,,,1983-11-22, -/games/boxart/default.jpg,Poptropica,DS,Misc,Ubisoft,Unknown,,,,,,,2012-11-06, -/games/boxart/default.jpg,Pororo Penguin Run,And,Misc,Supersolid Ltd,Unknown,,,,,,,2014-04-18, -/games/boxart/full_portal-1-amp-2-pack_136JapanFront.jpg,Portal 1 & 2 Pack,PC,Misc,Unknown,Valve Software,,,,,,,2020-12-31, -/games/boxart/default.jpg,Portal 1 & 2 Pack,X360,Misc,Atari,Unknown,,,,,,,2013-02-06, -/games/boxart/default.jpg,Post Master,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Post Master,OSX,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Pou,And,Misc,"RealNetworks, Inc",Unknown,,,,,,,2012-10-26, -/games/boxart/6107726ccc.jpg,Power Factory Featuring C&C Music Factory,SCD,Misc,Sony Imagesoft,Digital Pictures,,,,,,,1992-01-01, -/games/boxart/full_1211041AmericaFrontccc.jpg,Power Hour,XBL,Misc,Microsoft,GIGGITYGIGG1TY,,,,,,,2009-08-17, -/games/boxart/full_power-math_6PALFront.jpg,Power Math,Wii,Misc,Unknown,Tivola Interactive Media,,,,,,,, -/games/boxart/8467161ccc.jpg,Power Rangers: Ninja Storm,PC,Misc,THQ,Artech Digital Entertainment,,,,,,,2003-09-03, -/games/boxart/default.jpg,Power Rangers: Super Samurai,X360,Misc,Bandai,Unknown,,,,,,,2012-12-04, -/games/boxart/full_power-source-princes-trust-disc_873PALFront.jpg,Power Source: Prince's Trust Disc,PS,Misc,Sony Computer Entertainment,SCEE,,,,,,,1997-07-01, -/games/boxart/full_9478228PALFrontccc.jpg,Powershot Pinball Constructor,DS,Misc,Oxygen Interactive,Ivolgamus,,,,,,,2008-03-26, -/games/boxart/full_prank-call_303AmericaFront.jpg,Prank Call,XBL,Misc,Microsoft,Neil Jones,,,,,,,2011-04-27, -/games/boxart/default.jpg,Predator,C64,Misc,Activision,Unknown,,,,,,,1988-01-01, -/games/boxart/full_press-your-luck_1AmericaFront.png,Press Your Luck,PSN,Misc,Ludia,Ludia Inc.,,,,,,,2010-08-24, -/games/boxart/full_9117503AmericaFrontccc.jpg,Press Your Luck 2010 Edition,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,2009-10-27, -/games/boxart/full_4465021JapanFrontccc.jpg,Pretty Rhythm Collection,DS,Misc,Santa Entertainment,Santa Entertainment,,,,,,,2009-12-03, -/games/boxart/default.jpg,Primal Carnage: Genesis,PS4,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/full_7972030AmericaFrontccc.jpg,Primary Attack,XBL,Misc,Microsoft,Steve Roe,,,,,,,2009-10-26, -/games/boxart/default.jpg,Prime World,And,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Prime World,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Prime World: Alchemy,And,Misc,Nival Interactive,Unknown,,,,,,,2013-02-12, -/games/boxart/default.jpg,Prime World: Defenders,OSX,Misc,Nival Interactive,Unknown,,,,,,,2013-06-05, -/games/boxart/default.jpg,Prime World: Defenders,PC,Misc,Nival Interactive,Unknown,,,,,,,2013-06-05, -/games/boxart/full_8751522AmericaFrontccc.png,Primordia,PC,Misc,Wadjet Eye Games,Unknown,,,,,,,2013-01-01, -/games/boxart/full_5389049AmericaFrontccc.jpg,Prince of Persia (2008),OSX,Misc,Ubisoft,Unknown,,,,,,,2009-03-24, -/games/boxart/full_8913437AmericaFrontccc.jpg,Prince of Persia (2008),X360,Misc,Ubisoft,Unknown,,,,,,,2008-12-02, -/games/boxart/full_3483864AmericaFrontccc.jpg,Prince of Persia (2008),PS3,Misc,Ubisoft,Unknown,,,,,,,2008-12-02, -/games/boxart/default.jpg,Prince of Persia: The Shadow and The Flame,And,Misc,Ubisoft,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Prince of Tennis II: Go to the Top,3DS,Misc,FuRyu Corporation,Unknown,,,,,,,2014-11-06, -/games/boxart/default.jpg,Princess Evangile,PC,Misc,Unknown,Moonstone,,,,,,,2011-07-29, -/games/boxart/default.jpg,Princess Isabella: Return of the Curse,PC,Misc,Strategy First,Unknown,,,,,,,2010-01-12, -/games/boxart/default.jpg,Princess Isabella: Return of the Curse,3DS,Misc,Destineer,Unknown,,,,,,,2010-09-03, -/games/boxart/default.jpg,Princess Isabella: Return of the Curse,OSX,Misc,Strategy First,Unknown,,,,,,,2010-01-12, -/games/boxart/full_7341313JapanFrontccc.jpg,Princess Maker Pocket Dai-sakusen,PS,Misc,NineLives,Gainax,,,,,,,1998-08-13, -/games/boxart/full_5241633JapanFrontccc.jpg,Princess Maker: Go! Go! Princess,PS,Misc,NineLives,Gainax,,,,,,,1999-01-21, -/games/boxart/full_princess-memory-tool-typing_186JapanFront.jpg,Princess Memory: Tool Typing,PC,Misc,F&C,F&C,,,,,,,2001-09-28, -/games/boxart/default.jpg,Prismatica,OSX,Misc,Silver Dollar Games 2,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Prismatica,And,Misc,Silver Dollar Games 2,Unknown,,,,,,,2015-04-01, -/games/boxart/default.jpg,Prismatica,WinP,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Prismatica,PC,Misc,Unknown,Unknown,,,,,,,2014-03-12, -/games/boxart/default.jpg,Prismatica,Linux,Misc,Silver Dollar Games 2,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Prison Escape,Mob,Misc,Activision Value,Unknown,,,,,,,2001-11-23, -/games/boxart/full_7818400JapanFrontccc.jpg,Private Idol Disc Vol.10: Masaki Mai,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-12-11, -/games/boxart/full_94068JapanFrontccc.jpg,Private Idol Disc Vol.11: Hiroshige Mayumi,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-12-18, -/games/boxart/full_3344747JapanFrontccc.jpg,Private Idol Disc Vol.1: Kioroshi Yu,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-07-26, -/games/boxart/full_856410JapanFrontccc.jpg,Private Idol Disc Vol.2: Uchiyama Miki,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-08-30, -/games/boxart/full_3234183JapanFrontccc.jpg,Private Idol Disc Vol.3: Oshima Akemi,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-09-27, -/games/boxart/full_5559089JapanFrontccc.jpg,Private Idol Disc Vol.4: Kuroda Miyuki,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-06-27, -/games/boxart/full_5491180JapanFrontccc.jpg,Private Idol Disc Vol.5: Fujisaki Nanako,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-08-08, -/games/boxart/full_6860254JapanFrontccc.jpg,Private Idol Disc Vol.6: Satomi Yoshida,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-09-25, -/games/boxart/full_5971124JapanFrontccc.jpg,Private Idol Disc Vol.7: Asou Kaori,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-11-20, -/games/boxart/full_7245833JapanFrontccc.jpg,Private Idol Disc Vol.8: Kokawa Emiko,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-11-27, -/games/boxart/full_1888465JapanFrontccc.jpg,Private Idol Disc Vol.9: Nagamatsu Keiko,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-12-04, -/games/boxart/full_7432981JapanFrontccc.jpg,Private Idol Disc: Data-Hen Race Queen F,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-12-27, -/games/boxart/full_7383704JapanFrontccc.jpg,Private Idol Disc: Tokobetsuhen Cos-Players,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1996-11-29, -/games/boxart/full_6838170JapanFrontccc.jpg,Private Idol Disc: Tokubetsu-Hen Campaign Girl '97,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-06-20, -/games/boxart/full_7697274JapanFrontccc.jpg,Private Idol Disc: Tokubetsu-Hen Kogyaru Daijyakka 100,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-04-25, -/games/boxart/full_8482029JapanFrontccc.jpg,Private Idol Disc: Tokubetsu-Hen Race Queen G,SAT,Misc,Sada Soft,Sada Soft,,,,,,,1997-01-29, -/games/boxart/full_9039204PALFrontccc.jpg,Pro Cycling Manager 2014,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/full_6961646JapanFrontccc.jpg,Pro Logic Mahjong Hai-Shin,PS,Misc,Aques,Aques,,,,,,,1997-01-31, -/games/boxart/full_2572645JapanFrontccc.jpg,Pro Mahjong Kiwame 64,N64,Misc,Athena,Athena,,,,,,,1997-11-21, -/games/boxart/full_6780957JapanFrontccc.jpg,Pro Mahjong Kiwame D,DC,Misc,Athena,Athena,,,,,,,2000-03-30, -/games/boxart/full_pro-mahjong-kiwame-for-wonderswan_7JapanFront.jpg,Pro Mahjong Kiwame for WonderSwan,WS,Misc,Athena,Athena,,,,,,,1999-10-07, -/games/boxart/full_1629034JapanFrontccc.jpg,Pro Mahjong Tsuwamono 64: Jansou Battle ni Chousen,N64,Misc,Culture Brain,Culture Brain,,,,,,,1999-11-05, -/games/boxart/full_1669035JapanFrontccc.jpg,Pro Mahjong Tsuwamono Advance,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2005-08-11, -/games/boxart/2948156ccc.jpg,Pro Pinball,SAT,Misc,Interplay,Cunning Developments,,,,,,,1996-11-30, -/games/boxart/default.jpg,Pro Riders Snowboard,OSX,Misc,Vtree Entertainment,Unknown,,,,,,,2014-03-10, -/games/boxart/default.jpg,Pro Riders Snowboard,PC,Misc,Vtree Entertainment,Unknown,,,,,,,2013-10-02, -/games/boxart/default.jpg,Pro Tennis 2014,And,Misc,Inlogic Software,Unknown,,,,,,,2014-12-17, -/games/boxart/full_2171203JapanFrontccc.jpg,Pro Wrestling Kentei DS,DS,Misc,Plenty,Plenty,,,,,,,2010-03-25, -/games/boxart/default.jpg,ProBaseball:Unlimited,PS3,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,ProBaseball:Unlimited,PSV,Misc,Q Entertainment/UserJoy Technology,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Procyon,PC,Misc,Unknown,Unknown,,,,,,,2014-02-26, -/games/boxart/default.jpg,Project A16 (Atelier),PS3,Misc,Gust,Unknown,,,,,,,2014-06-26, -/games/boxart/full_2850875AmericaFrontccc.png,Project CARS,Linux,Misc,Slightly Mad Studios,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Project N.O.E.L.S.,PSV,Misc,Arc System Works,Arc System Works,,,,,,,2011-12-17, -/games/boxart/default.jpg,Project Phoenix,PSV,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Phoenix,And,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Phoenix,Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Phoenix,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Phoenix,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Phoenix,PS4,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Root,PSV,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Project Root,PC,Misc,Kiss,Unknown,,,,,,,2014-05-01, -/games/boxart/full_1368290AmericaFrontccc.jpg,Project Spark,PC,Misc,Microsoft Studios,Team Dakota,,,,,,,2014-10-07,2018-05-20 -/games/boxart/default.jpg,Project Temporality,PC,Misc,Unknown,Unknown,,,,,,,2014-03-06, -/games/boxart/full_project-windstorm_670AmericaFront.jpg,Project Windstorm,XBL,Misc,Microsoft,Always On,,,,,,,2011-09-20, -/games/boxart/default.jpg,Project Zomboid,Linux,Misc,The Indie Stone,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Zomboid,OSX,Misc,The Indie Stone,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Project Zomboid,PC,Misc,The Indie Stone,Unknown,,,,,,,2020-12-31, -/games/boxart/full_7781487PALFrontccc.png,Psycho Pinball,GEN,Misc,Codemasters,Codemasters,,,,,,,1994-01-01, -/games/boxart/full_1525710PALFrontccc.jpg,Psycho Pinball,PC,Misc,Codemasters,Codemasters,,,,,,,1995-01-01, -/games/boxart/full_9619687AmericaFrontccc.jpg,Publisher Dream,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-05-02, -/games/boxart/default.jpg,Publisher Dream,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-05-02, -/games/boxart/default.jpg,Pucca Noodle Rush,DSiW,Misc,Big Ben Interactive,Bigben Interactive,,,,,,,2011-02-18, -/games/boxart/default.jpg,Puchicon,DSiW,Misc,Unknown,SmileBoom,,,,,,,2011-03-09, -/games/boxart/full_3350528JapanFrontccc.jpg,PukuPuku Tennen Kairanban: Youkoso! Illusion Land e,GBA,Misc,Marvelous Interactive,Marvelous Interactive,,,,,,,2004-12-09, -/games/boxart/full_8236921AmericaFrontccc.jpg,Pulsar,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-09-11, -/games/boxart/default.jpg,Pump It Up!,PC,Misc,Andamiro U.S.A. Corp.,Andamiro U.S.A. Corp.,,,,,,,1999-10-01, -/games/boxart/default.jpg,Pump It Up: Exceed Portable,PSP,Misc,Studio9,Andamiro U.S.A. Corp.,,,,,,,2006-11-30, -/games/boxart/default.jpg,Pump it Up: The PreX3 the International 4th Dance Floor,PC,Misc,Andamiro U.S.A. Corp.,Andamiro U.S.A. Corp.,,,,,,,2003-01-01, -/games/boxart/default.jpg,Pump It Up: Zero Portable,PSP,Misc,Studio9,Andamiro U.S.A. Corp.,,,,,,,2007-10-15, -/games/boxart/default.jpg,Pumped: Bmx,And,Misc,Buka Enterteinment,Unknown,,,,,,,2012-08-08, -/games/boxart/default.jpg,Pumpkin Blast,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-03-14, -/games/boxart/full_4244152AmericaFrontccc.jpg,Pumpkin Carver,XBL,Misc,Microsoft,Stegersaurus Games,,,,,,,2009-10-01, -/games/boxart/full_387187AmericaFrontccc.jpg,Pumpkin Chop,XBL,Misc,Microsoft,MatthewM,,,,,,,2009-10-19, -/games/boxart/full_punch-the-monkey-game-edition_4JapanFront.jpg,Punch the Monkey! Game Edition,PS,Misc,Bandai,Bandai,,,,,,,2000-06-22, -/games/boxart/default.jpg,Puppy Luv,Wii,Misc,Activision Value,Unknown,,,,,,,2007-11-06, -/games/boxart/default.jpg,Puppy Luv,PC,Misc,Gogii Games,Unknown,,,,,,,2006-04-06, -/games/boxart/default.jpg,Pure Chess,WiiU,Misc,Triniti Interactive,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Pure Chess,3DS,Misc,Triniti Interactive,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Pure Chess,PS4,Misc,Unknown,Unknown,,,,,,,2014-04-15, -/games/boxart/5015883ccc.jpg,Pure Pinball,PC,Misc,Simon & Schuster Interactive,Iridon Interactive,,,,,,,2003-05-28, -/games/boxart/full_8226207PALFrontccc.jpg,Pure Pinball 2.0 REDUX,PC,Misc,Legendo Entertainment,Legendo Entertainment,,,,,,,2005-02-04, -/games/boxart/full_481870AmericaFrontccc.png,Pure Pool,PS4,Misc,Triniti Interactive,Unknown,,,,,,,2014-12-05, -/games/boxart/default.jpg,Pure Pool,PC,Misc,Triniti Interactive,Unknown,,,,,,,2014-07-30, -/games/boxart/1105699ccc.jpg,Purrfect Pet Shop,PC,Misc,eGames,,,,,,,,2008-06-13, -/games/boxart/9790714ccc.jpg,Putt-Putt Goes to the Moon,3DO,Misc,Humongous,Humongous Entertainment,,,,,,,1994-01-01, -/games/boxart/1952535ccc.jpg,Putt-Putt Joins the Parade,3DO,Misc,Humongous,Humongous Entertainment,,,,,,,1994-01-01, -/games/boxart/1147563ccc.jpg,Putt-Putt's Fun Pack,3DO,Misc,Humongous,Humongous Entertainment,,,,,,,1994-01-01, -/games/boxart/default.jpg,Putty Squad,PS,Misc,System 3,Unknown,,,,,,,2013-11-29, -/games/boxart/default.jpg,Putty Squad,PC,Misc,System 3,Unknown,,,,,,,2013-11-29, -/games/boxart/default.jpg,Putty Squad,SNES,Misc,Ocean Software,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,Puzzle & Dragons,And,Misc,GungHo,Unknown,,,,,,,2012-12-15, -/games/boxart/full_5822509JapanFrontccc.jpg,Puzzle & Tantei Collection,GBA,Misc,Culture Brain,Culture Brain,,,,,,,2003-03-28, -/games/boxart/full_2208756JapanFrontccc.jpg,Puzzle Bobble 2X & Space Invaders,SAT,Misc,Taito,Taito Corporation,,,,,,,1997-04-04, -/games/boxart/default.jpg,Puzzle Quest: Challenge of the Warlords,3DS,Misc,D3Publisher,Unknown,,,,,,,2011-05-23, -/games/boxart/default.jpg,Puzzle Retreat,And,Misc,The Voxel Agents,Unknown,,,,,,,2013-01-31, -/games/boxart/full_7164483AmericaFrontccc.jpg,Pwned,XBL,Misc,Microsoft,BlackPwn,,,,,,,2009-04-12, -/games/boxart/default.jpg,Pyro Jump,And,Misc,Pinpin Team,Unknown,,,,,,,2014-01-30, -/games/boxart/default.jpg,QBEH-1: The Atlas Cube,PC,Misc,Unknown,Unknown,,,,,,,2014-05-15, -/games/boxart/full_1086189AmericaFrontccc.jpg,QbTron 3D,XBL,Misc,Microsoft,Raccoon456,,,,,,,2009-12-11, -/games/boxart/default.jpg,QJ,WW,Misc,Unknown,Q Entertainment,,,,,,,, -/games/boxart/default.jpg,QuadSeeker,PC,Misc,11 bit studios,Unknown,,,,,,,2014-05-29, -/games/boxart/default.jpg,QuadSeeker,And,Misc,11 bit studios,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,QuadSeeker,Linux,Misc,11 bit studios,Unknown,,,,,,,2014-05-29, -/games/boxart/default.jpg,QuadSeeker,OSX,Misc,11 bit studios,Unknown,,,,,,,2014-05-29, -/games/boxart/default.jpg,QUALIA 3: Multi Agent,PC,Misc,Masaya,Unknown,,,,,,,2014-04-18, -/games/boxart/default.jpg,Quantum Conundrum,X360,Misc,Square Enix,Unknown,,,,,,,2012-07-11, -/games/boxart/full_quattro-adventure_718AmericaFront.jpg,Quattro Adventure,NES,Misc,Camerica,Codemasters,,,,,,,1991-01-01, -/games/boxart/full_7866671AmericaFrontccc.jpg,Quattro Arcade,NES,Misc,Camerica,Codemasters,,,,,,,1992-01-01, -/games/boxart/default.jpg,Queen's Crown,PC,Misc,Tribute Games,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Queen's Crown,PSV,Misc,Tribute Games,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Quell Memento,And,Misc,Fallen Tree Games,Unknown,,,,,,,2013-06-29, -/games/boxart/default.jpg,Quell Memento,PSV,Misc,Fallen Tree Games,Unknown,,,,,,,2013-06-04, -/games/boxart/default.jpg,Quell Reflect,And,Misc,Fallen Tree Games,Unknown,,,,,,,2011-12-21, -/games/boxart/default.jpg,Quell Reflect,3DS,Misc,Unknown,Unknown,,,,,,,2014-02-20, -/games/boxart/full_5786011AmericaFrontccc.jpg,Quest for Fame,PC,Misc,IBM,Virtual Music,,,,,,,1995-01-01, -/games/boxart/full_6132995JapanFrontccc.jpg,Quest for Fame,PS,Misc,Sony Computer Entertainment,SCEI,,,,,,,1997-07-10, -/games/boxart/default.jpg,Quick Escape - Cellar,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-13, -/games/boxart/default.jpg,Quick Escape - Library,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-12, -/games/boxart/default.jpg,Quick Fill Q,DSi,Misc,Agetec,Unknown,,,,,,,2012-06-05, -/games/boxart/default.jpg,Quick Fill Q,3DS,Misc,Agetec,Unknown,,,,,,,2012-06-05, -/games/boxart/default.jpg,Quick Freecell,3DS,Misc,Jupiter Corporation,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Quick Tap Reflex,OSX,Misc,MinMax Games Ltd.,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Quick Tap Reflex,PC,Misc,MinMax Games Ltd.,Unknown,,,,,,,2015-01-01, -/games/boxart/full_quickdraw_876AmericaFront.jpg,QuickDraw,XBL,Misc,Microsoft,GZ Storm,,,,,,,2011-07-16, -/games/boxart/full_quiz-animania_10AmericaFront.jpg,Quiz Animania,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-11, -/games/boxart/full_quiz-daisousa-sen-part-2-quiz-meintantei-neo-geo_433JapanFront.jpg,Quiz Daisousa Sen Part 2: Quiz Meintantei Neo Geo,NG,Misc,SNK,SNK Corporation,,,,,,,1992-04-24, -/games/boxart/full_9161484JapanFrontccc.jpg,Quiz Daisousa Sen: The Last Count Down,NG,Misc,SNK,SNK Corporation,,,,,,,1991-08-30, -/games/boxart/full_quiz-king-of-fighters_824JapanFront.jpg,Quiz King of Fighters,NG,Misc,SNK,Saurus,,,,,,,1995-03-10, -/games/boxart/full_quiz-king-of-fighters-cd_832JapanFront.jpg,Quiz King of Fighters (CD),NG,Misc,Saurus,Saurus,,,,,,,1995-04-07, -/games/boxart/full_quiz-kirameki-star-road_8JapanFront.jpg,Quiz Kirameki Star Road,DS,Misc,Taito,Taito Corporation,,,,,,,2006-08-10, -/games/boxart/default.jpg,Quiz no Tabi: Tetsudou Ryojou Hen,DS,Misc,Success,Success,,,,,,,2008-05-29, -/games/boxart/full_1520505JapanFrontccc.jpg,Quiz Ongaku no Jikan: Joysound Wii Super DX Senyou Kyoku Navi Dzuke,DSiW,Misc,Hudson Soft,Xing Inc.,,,,,,,2010-12-08, -/games/boxart/full_1656132JapanFrontccc.jpg,Quiz Scramble Special,SCD,Misc,Sega,Sega,,,,,,,1992-05-29, -/games/boxart/full_quiz-sekai-wa-show-by-shoubai_221JapanFront.jpg,Quiz Sekai wa Show by Shoubai!!,GB,Misc,Takara,Takara,,,,,,,1992-08-07, -/games/boxart/full_quiz-tokou-shashin_4JapanFront.jpg,Quiz Tokou Shashin,PCE,Misc,Unknown,Games Express,,,,,,,1992-01-01, -/games/boxart/full_9299756JapanFrontccc.jpg,Quiz! Nihongo-Ou,DS,Misc,Success,Success,,,,,,,2006-12-14, -/games/boxart/default.jpg,R.B.I. Baseball 14,X360,Misc,MLB.com,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,R.B.I. Baseball 14,PS4,Misc,MLB.com,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,R.B.I. Baseball 14,PS3,Misc,MLB.com,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,R.B.I. Baseball 14,XOne,Misc,MLB.com,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Rabbids Big Bang,And,Misc,Ubisoft,Unknown,,,,,,,2013-10-17, -/games/boxart/full_670808AmericaFrontccc.jpg,Rabbids Lab,WW,Misc,Ubisoft,Ubisoft,,,,,,,2009-12-28, -/games/boxart/default.jpg,Rabbids Rumble,3DS,Misc,Ubisoft,Unknown,,,,,,,2012-11-13, -/games/boxart/default.jpg,Rabbit Hole 3D,Linux,Misc,Unknown,Unknown,,,,,,,2014-04-25, -/games/boxart/default.jpg,Rabbit Hole 3D,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-25, -/games/boxart/default.jpg,Rabbit Hole 3D,PC,Misc,Unknown,Unknown,,,,,,,2014-04-25, -/games/boxart/default.jpg,Race To Mars,PC,Misc,Intermarum,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Race To The Line,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-11-28, -/games/boxart/full_racer-mini-yonku-japan-cup_593JapanFront.jpg,Racer Mini Yonku: Japan Cup,NES,Misc,Konami,Konami,,,,,,,1989-08-25, -/games/boxart/full_radar-mission_890AmericaFront.jpg,Radar Mission,GB,Misc,Nintendo,Nintendo,,,,,,,1991-02-01, -/games/boxart/full_radar-mission_74AmericaFront.png,Radar Mission,3DS,Misc,Nintendo,Nintendo R&D1,,,,,,,2011-06-06, -/games/boxart/full_radiangames-fireball_74AmericaFront.jpg,radiangames Fireball,XBL,Misc,Microsoft,radiangames,,,,,,,2010-11-11, -/games/boxart/default.jpg,Rage of Bahamut,And,Misc,Mobage,Unknown,,,,,,,2012-05-15, -/games/boxart/default.jpg,Rage Runner,PC,Misc,Plug In Digital,Unknown,,,,,,,2014-05-16, -/games/boxart/default.jpg,Rage Runner,OSX,Misc,Plug In Digital,Unknown,,,,,,,2014-05-16, -/games/boxart/default.jpg,Ragnarok Valkyrie Uprising,And,Misc,NEOCYON,Unknown,,,,,,,2013-05-22, -/games/boxart/default.jpg,Raiden IV,PS3,Misc,UFO Interactive,Unknown,,,,,,,2014-04-29, -/games/boxart/default.jpg,RaiderZ,PC,Misc,Perfect World Entertainment,Unknown,,,,,,,2012-10-24, -/games/boxart/default.jpg,Rail Racing,And,Misc,Polarbit,Unknown,,,,,,,2014-01-09, -/games/boxart/default.jpg,Raildale,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-20, -/games/boxart/default.jpg,Rails,And,Misc,BeLight Software,Unknown,,,,,,,2013-01-04, -/games/boxart/default.jpg,Rain World,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Rain World,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Rain World,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_6933881AmericaFrontccc.jpg,Rainbow Moon,PSV,Misc,EastAsiaSoft,Unknown,,,,,,,2013-12-03, -/games/boxart/full_951560JapanFrontccc.jpg,Raku Jongg for WonderSwan Color,WS,Misc,Bandai,Enterbrain,,,,,,,2001-05-31, -/games/boxart/default.jpg,Raku Raku Kinen Appli Wii,WW,Misc,SilverStar,SilverStar,,,,,,,2009-07-14, -/games/boxart/full_rakushou-pachi-slot-sengen_6JapanFront.jpg,Rakushou! Pachi-Slot Sengen,PS2,Misc,Tecmo,Net Corporation,,,,,,,2003-10-23, -/games/boxart/full_rakushou-pachi-slot-sengen-2_9JapanFront.jpg,Rakushou! Pachi-Slot Sengen 2,PS2,Misc,Tecmo,Net Corporation,,,,,,,2004-10-28, -/games/boxart/full_rakushou-pachi-slot-sengen-3_4JapanFront.jpg,Rakushou! Pachi-Slot Sengen 3,PS2,Misc,Tecmo,Net Corporation,,,,,,,2005-06-23, -/games/boxart/full_7962692JapanFrontccc.jpg,Rami-chan no Oedo Sugoroku: Keio Yuugekitai Gaiden,PS,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1998-09-17, -/games/boxart/default.jpg,Ranch Rush 2,GIZ,Misc,Unknown,"FreshGames, LLC",,,,,,,, -/games/boxart/full_ranma-chan-no-ooeto-surogoku-keio-yugekitai-gaiden_8JapanFront.jpg,Ranma-Chan no Ooeto Surogoku: Keio Yugekitai Gaiden,PS,Misc,Victor Interactive,Victor Interactive Software,,,,,,,1998-09-17, -/games/boxart/default.jpg,Ratchet & Clank: Going Commando,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2012-08-28, -/games/boxart/full_5900283AmericaFrontccc.jpg,Rate My Avatar,XBL,Misc,Microsoft,ProjectorGames,,,,,,,2009-12-10, -/games/boxart/default.jpg,Ravensword: Shadowlands,And,Misc,Crescent Moon Games,Unknown,,,,,,,2013-03-20, -/games/boxart/default.jpg,Ravensword: Shadowlands,Linux,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-06, -/games/boxart/default.jpg,Ravensword: Shadowlands,OSX,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-06, -/games/boxart/default.jpg,Ravensword: Shadowlands,PC,Misc,Crescent Moon Games,Unknown,,,,,,,2013-12-06, -/games/boxart/default.jpg,Ray's the Dead,PS4,Misc,Team 17,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Ray's the Dead,OSX,Misc,Team 17,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Ray's the Dead,PC,Misc,Team 17,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Rayman Fiesta Run,And,Misc,Ubisoft,Unknown,,,,,,,2013-11-07, -/games/boxart/4819097ccc.jpg,Rayman Raving Rabbids,PS2,Misc,Ubisoft,Ubisoft Montpellier,,,,,,,2006-12-05, -/games/boxart/2446381ccc.jpg,Rayman Raving Rabbids,GBA,Misc,Ubisoft,Ubisoft Montpellier,,,,,,,2006-11-14, -/games/boxart/full_6719433PALFrontccc.jpg,Rayman Raving Rabbids 2,PC,Misc,Unknown,Ubisoft Paris,,,,,,,, -/games/boxart/default.jpg,Razor Global Domination Pro Tour,XOne,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Razor Global Domination Pro Tour,PS4,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Razor Global Domination Pro Tour,WiiU,Misc,Renegade Kid,Unknown,,,,,,,2016-01-01, -/games/boxart/full_2205028AmericaFrontccc.jpg,RBR - Fading Memories,XBL,Misc,Microsoft,Von Chrono,,,,,,,2009-03-17, -/games/boxart/full_8125854AmericaFrontccc.png,RC Cars,PC,Misc,1C Company,Unknown,,,,,,,2003-12-11, -/games/boxart/full_5239036JapanFrontccc.jpg,Reach Mahjong,PS,Misc,Pony Canyon,Pony Canyon,,,,,,,2000-12-14, -/games/boxart/default.jpg,Reader Rabbit,PC,Misc,The Learning Company,The Learning Company,,,,,,,1989-01-01, -/games/boxart/full_1902939AmericaFrontccc.jpg,Reader Rabbit 2,PC,Misc,The Learning Company,The Learning Company,,,,,,,1993-01-01, -/games/boxart/full_2555768AmericaFrontccc.jpg,Reader Rabbit 3,PC,Misc,The Learning Company,The Learning Company,,,,,,,1993-01-01, -/games/boxart/default.jpg,Reader Rabbit Kindergarten,PC,Misc,Unknown,The Learning Company,,,,,,,, -/games/boxart/default.jpg,Reader Rabbit Math,DS,Misc,Unknown,Graffiti Entertainment,,,,,,,, -/games/boxart/full_3020837AmericaFrontccc.jpg,Reader Rabbit Personalized 2nd Grade,PC,Misc,Unknown,The Learning Company,,,,,,,1998-01-01, -/games/boxart/full_7624517AmericaFrontccc.jpg,Reader Rabbit's 1st Grade,PC,Misc,Unknown,The Learning Company,,,,,,,1997-01-01, -/games/boxart/default.jpg,Ready to Run,PS4,Misc,Beatshapers,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,"Ready, Set... Brazil",And,Misc,Unknown,Unknown,,,,,,,2014-04-16, -/games/boxart/default.jpg,Real Boxing,PSV,Misc,Vivid Games,Unknown,,,,,,,2013-09-17, -/games/boxart/default.jpg,Real Boxing,And,Misc,Vivid Games,Unknown,,,,,,,2013-03-13, -/games/boxart/default.jpg,Real Boxing,OSX,Misc,Vivid Games,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Real Horror Stories,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-01, -/games/boxart/full_real-pinball_0AmericaFront.jpg,Real Pinball,3DO,Misc,Panasonic Interactive Media,Nippon Data Works,,,,,,,1994-01-01, -/games/boxart/default.jpg,Real Racing 3,And,Misc,Electronic Arts,Unknown,,,,,,,2013-03-10, -/games/boxart/default.jpg,Real Steel,And,Misc,Reliance Big Entertainment UK Private Ltd,Unknown,,,,,,,2011-09-15, -/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,OSX,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, -/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,And,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, -/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,Ouya,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, -/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,PC,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, -/games/boxart/default.jpg,Reaper Tale of a Pale Swordsman,WinP,Misc,Hexage.net,Unknown,,,,,,,2013-09-20, -/games/boxart/default.jpg,Rebellion Run: Dash or Capture,PSV,Misc,PlanetG,Unknown,,,,,,,2014-02-27, -/games/boxart/full_8052569AmericaFrontccc.jpg,Rebound,XBL,Misc,Microsoft,Meta,,,,,,,2009-12-04, -/games/boxart/default.jpg,Rebound Roy,PC,Misc,Halfbrick Studios,Unknown,,,,,,,2014-04-07, -/games/boxart/default.jpg,Rebuild of Evangelion: Sound Impact,PSP,Misc,Unknown,Grasshopper Manufacture,,,,,,,, -/games/boxart/default.jpg,Rebuzzle,And,Misc,Active Data Online Pty Ltd,Unknown,,,,,,,2014-04-01, -/games/boxart/full_record-of-lodoss-war-eiyuu-kishiden-gb_775JapanFront.jpg,Record of Lodoss War: Eiyuu Kishiden GB,GB,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1998-12-11, -/games/boxart/default.jpg,Record Run,And,Misc,Harmonix Music Systems,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Red Fireball - Gravity Game,OSX,Misc,Big Fish Games,Unknown,,,,,,,2013-10-17, -/games/boxart/default.jpg,Red Fireball - Gravity Game,PC,Misc,Big Fish Games,Unknown,,,,,,,2013-10-17, -/games/boxart/default.jpg,Red Frontier,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Red Goddess,Linux,Misc,Unknown,Unknown,,,,,,,2015-04-01, -/games/boxart/default.jpg,Red Goddess,OSX,Misc,Unknown,Unknown,,,,,,,2015-04-01, -/games/boxart/default.jpg,Red Goddess,WiiU,Misc,Yanim Studio,Unknown,,,,,,,2018-01-01, -/games/boxart/default.jpg,Red Goddess,PSV,Misc,Yanim Studio,Unknown,,,,,,,2018-01-01, -/games/boxart/default.jpg,Redneck Racers,PC,Misc,Unknown,Unknown,,,,,,,2010-12-10, -/games/boxart/default.jpg,Redux: Dark Matters,PC,Misc,HuCast,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Redux: Dark Matters,DC,Misc,HuCast,Unknown,,,,,,,2014-01-27, -/games/boxart/full_8146887AmericaFrontccc.jpg,Reef Rave,XBL,Misc,Microsoft,North Squard,,,,,,,2009-08-03, -/games/boxart/full_3371092AmericaFrontccc.jpg,Reel Deal Card Games '09,PC,Misc,Phantom EFX,PhantomEFX,,,,,,,2008-09-02, -/games/boxart/6707946ccc.jpg,Reel Deal Casino: Millionaire's Club,PC,Misc,Phantom EFX,Phantom EFX,,,,,,,2008-09-02, -/games/boxart/default.jpg,Reel Deal Slots American Adventure,PC,Misc,Unknown,"Phantom EFX, Inc.",,,,,,,, -/games/boxart/full_9435747AmericaFrontccc.jpg,Reel Deal Slots: Blackbeard's Revenge,PC,Misc,Phantom EFX,Phantom EFX,,,,,,,2008-09-02, -/games/boxart/default.jpg,Reflex,PC,Misc,Kiss,Unknown,,,,,,,1993-01-01, -/games/boxart/default.jpg,Reflex Check - Balloon Destroyer,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Reflex Tester,OSX,Misc,Unknown,Unknown,,,,,,,2014-01-21, -/games/boxart/default.jpg,Reflex Tester,PC,Misc,Unknown,Unknown,,,,,,,2014-01-21, -/games/boxart/full_7485068AmericaFrontccc.jpg,Reflex Turbo 3,XBL,Misc,Microsoft,JJJ,,,,,,,2009-05-12, -/games/boxart/default.jpg,Reflex!,PC,Misc,Screen 7,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Reflexes - (Reaction),OSX,Misc,Secret Exit Ltd.,Unknown,,,,,,,2014-01-10, -/games/boxart/default.jpg,Reflexes - (Reaction),PC,Misc,Secret Exit Ltd.,Unknown,,,,,,,2014-01-10, -/games/boxart/default.jpg,Reflexes test,PC,Misc,Unknown,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Reflexic,OSX,Misc,Unknown,Unknown,,,,,,,2009-05-28, -/games/boxart/default.jpg,Reflexic,PC,Misc,Unknown,Unknown,,,,,,,2009-05-28, -/games/boxart/default.jpg,Reflexic,Linux,Misc,Unknown,Unknown,,,,,,,2009-05-28, -/games/boxart/default.jpg,Reflexions,Linux,Misc,Tripwire Interactive,Unknown,,,,,,,2011-05-04, -/games/boxart/default.jpg,Reflexions,OSX,Misc,Tripwire Interactive,Unknown,,,,,,,2011-05-04, -/games/boxart/default.jpg,Reflexions,PC,Misc,Tripwire Interactive,Unknown,,,,,,,2011-05-04, -/games/boxart/default.jpg,ReflexOn,PC,Misc,Cartoon Network,Unknown,,,,,,,2014-04-11, -/games/boxart/default.jpg,Reflexon - Reaction Game With Multiplayer!,PC,Misc,Buka Entertainment,Unknown,,,,,,,2008-09-25, -/games/boxart/full_2913588JapanFrontccc.jpg,Refrain Love,PS,Misc,Riverhillsoft,River Hill Software,,,,,,,1997-03-14, -/games/boxart/default.jpg,Reign of Summoners 2014,And,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,ReignMaker,OSX,Misc,"MobCrete, Inc.",Unknown,,,,,,,2014-04-16, -/games/boxart/default.jpg,ReignMaker,PC,Misc,"MobCrete, Inc.",Unknown,,,,,,,2014-04-16, -/games/boxart/full_814692JapanFrontccc.jpg,Rekiken DS,DS,Misc,Rocket Company,Rocket Company,,,,,,,2008-04-24, -/games/boxart/full_6567473JapanFrontccc.jpg,Relaxuma * Rhythm: Mattari Kibun de Da Run Run Run,DS,Misc,Rocket Company,Rocket Company,,,,,,,2009-12-03, -/games/boxart/default.jpg,Remember - Hardcore Memory Game,PC,Misc,Neko Entertainment,Unknown,,,,,,,2014-05-23, -/games/boxart/full_6491146AmericaFrontccc.jpg,Remote Control,NES,Misc,Hi Tech Expressions,RSP,,,,,,,1990-05-01, -/games/boxart/full_6527981AmericaFrontccc.jpg,Remote Masseuse,XBL,Misc,Microsoft,Entrager,,,,,,,2009-02-11, -/games/boxart/default.jpg,Renegade,WiiU,Misc,Arc System Works,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Renegade,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Renjuku Kanji Chuugakusei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-04-28, -/games/boxart/default.jpg,Renjuku Kanji Shougaku 1 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-12-16, -/games/boxart/default.jpg,Renjuku Kanji Shougaku 2 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-01-20, -/games/boxart/default.jpg,Renjuku Kanji Shougaku 3 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-02-03, -/games/boxart/default.jpg,Renjuku Kanji Shougaku 4 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-03-10, -/games/boxart/default.jpg,Renjuku Kanji Shougaku 5 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-03-10, -/games/boxart/default.jpg,Renjuku Kanji Shougaku 6 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-04-07, -/games/boxart/full_6566211JapanFrontccc.jpg,Res Arcana Diana Ray: Uranai no Meikyu,SNES,Misc,Coconuts Japan,Coconuts Japan,,,,,,,1995-04-14, -/games/boxart/default.jpg,Rescue Dog,PC,Misc,Unknown,Unknown,,,,,,,2014-04-05, -/games/boxart/default.jpg,Rescue Dove,PC,Misc,TransGaming,Unknown,,,,,,,2014-04-02, -/games/boxart/default.jpg,Rescue Dove,PS3,Misc,UFO Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Rescue Dove,X360,Misc,UFO Interactive,Unknown,,,,,,,2013-07-03, -/games/boxart/default.jpg,Resident Evil,DS,Misc,Capcom,Unknown,,,,,,,2006-02-07, -/games/boxart/full_5829011PALFrontccc.jpg,Resident Evil 4,X360,Misc,Capcom,Unknown,,,,,,,2011-09-20, -/games/boxart/full_3768673AmericaFrontccc.jpg,Resident Evil 4,PS3,Misc,Capcom,Unknown,,,,,,,2011-09-20, -/games/boxart/default.jpg,Restaurant Story,And,Misc,TeamLava,Unknown,,,,,,,2010-12-20, -/games/boxart/full_3278926AmericaFrontccc.jpg,Resuscitation,XBL,Misc,Microsoft,SmileBoom,,,,,,,2009-11-05, -/games/boxart/full_5629131AmericaFrontccc.jpg,reTension,XBL,Misc,Microsoft,SoNotSoft dot com,,,,,,,2008-12-28, -/games/boxart/default.jpg,Retro City Rampage,PS3,Misc,Vblank Entertainment Inc.,Unknown,,,,,,,2012-10-09, -/games/boxart/full_2874413AmericaFrontccc.jpg,Retro City Rampage,PSV,Misc,Vblank Entertainment Inc.,Unknown,,,,,,,2012-10-09, -/games/boxart/default.jpg,Retro Game Crunch,PC,Misc,Shaun Inman,Unknown,,,,,,,2014-05-19, -/games/boxart/default.jpg,Retro Game Crunch,OSX,Misc,Shaun Inman,Unknown,,,,,,,2014-05-19, -/games/boxart/default.jpg,Retroball 3000,And,Misc,Unknown,Unknown,,,,,,,2014-05-23, -/games/boxart/default.jpg,Retrocade: DataStream Y2K600,X360,Misc,Unknown,QuimbyRBG,,,,,,,, -/games/boxart/full_3651617AmericaFrontccc.jpg,Return of Arcade,PC,Misc,Microsoft,Microsoft,,,,,,,1996-03-31,2018-10-10 -/games/boxart/full_2742308AmericaFrontccc.jpg,Return of the Obra Dinn,PC,Misc,3909 LLC,Unknown,,,,,,,2018-10-18, -/games/boxart/default.jpg,ReVeN,Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,ReVeN,OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,ReVeN,PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/full_7282458AmericaFrontccc.png,Revenge of the 'Gator,GB,Misc,HAL Laboratory,HAL Laboratory,,,,,,,1989-10-18, -/games/boxart/default.jpg,ReWord - Words With Friends and Word Game Companion,3DS,Misc,Cypronia,Unknown,,,,,,,2013-03-14, -/games/boxart/full_rhythm-core-alpha_9AmericaFront.jpg,Rhythm Core Alpha,DSiW,Misc,SoftEgg Enterprises,SoftEgg Enterprises,,,,,,,2010-08-09, -/games/boxart/default.jpg,Rhythm Core Alpha,PSN,Misc,Unknown,SoftEgg Enterprises,,,,,,,, -/games/boxart/default.jpg,Rhythm Core Alpha 2,DSi,Misc,SoftEgg Enterprises,Unknown,,,,,,,2013-06-20, -/games/boxart/default.jpg,Rhythm Core Alpha 2,3DS,Misc,SoftEgg Enterprises,Unknown,,,,,,,2013-06-20, -/games/boxart/full_2774062JapanFrontccc.jpg,Rhythm de RunRunRun,DS,Misc,Alpha Unit,Alpha Unit,,,,,,,2009-04-09, -/games/boxart/default.jpg,RHYTHM THIEF & the Paris Caper,PC,Misc,Sega,Unknown,,,,,,,2013-10-30, -/games/boxart/full_rhythm-zone_942AmericaFront.jpg,Rhythm Zone,PC,Misc,Unknown,Sonic Boom Games,,,,,,,2010-07-20, -/games/boxart/full_richard-scarrys-busy-town-best-christmas-ever_380AmericaFront.jpg,Richard Scarry's Busy Town: Best Christmas Ever,PC,Misc,Simon & Schuster Interactive,Pearson Software,,,,,,,1999-01-01, -/games/boxart/full_richard-scarrys-how-things-work-in-busy-town_484AmericaFront.gif,Richard Scarry's How Things Work in Busy Town,PC,Misc,Simon & Schuster Interactive,Pearson Software,,,,,,,1994-01-01, -/games/boxart/4895690ccc.jpg,Riddle Of The Tomb,PC,Misc,DreamCatcher Interactive,Unknown,,,,,,,2008-04-01, -/games/boxart/default.jpg,Riddle Quest,And,Misc,Apprope,Unknown,,,,,,,2014-04-15, -/games/boxart/default.jpg,Ridge Racer Slipstream,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Ridiculous Fishing - A Tale of Redemption,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Rigonauts,And,Misc,Unknown,Unknown,,,,,,,2012-10-23, -/games/boxart/default.jpg,Rigonauts,PC,Misc,Unknown,Unknown,,,,,,,2012-04-08, -/games/boxart/full_ring-infinity_6JapanFront.jpg,Ring Infinity,WS,Misc,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2000-08-10, -/games/boxart/full_5580152AmericaFrontccc.jpg,Ring of Fire,XBL,Misc,Microsoft,Mookie,,,,,,,2009-05-28, -/games/boxart/default.jpg,RIOT,And,Misc,Unknown,Unknown,,,,,,,2013-08-15, -/games/boxart/default.jpg,RIOT,Linux,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,RIOT,OSX,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,RIOT,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,RIOT,Ouya,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Riot Police,PC,Misc,Activision Value,Unknown,,,,,,,2004-02-05, -/games/boxart/default.jpg,Rise of Incarnates,PC,Misc,Namco Bandai Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Rising Board 3D,3DS,Misc,Odenis Studio,Unknown,,,,,,,2012-09-20, -/games/boxart/default.jpg,Rising Generals,PC,Misc,InnoGames,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Risk of Rain,PSV,Misc,"Infocom, Inc.",Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Rizumu de Kitaeru Atarashii Eigo Duke Yasashii Kaiwa Hen,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-05-27, -/games/boxart/default.jpg,Road Not Taken,PSV,Misc,Spry Fox,Unknown,,,,,,,2015-01-01, -/games/boxart/full_7319646AmericaFrontccc.jpg,Road Not Taken,PS4,Misc,Spry Fox,Unknown,,,,,,,2014-08-05, -/games/boxart/default.jpg,Robin Hood: Legend of Sherwood,PC,Misc,Wanadoo Edition,Unknown,,,,,,,2002-11-15, -/games/boxart/default.jpg,Robin's Quest: A Legend Born,And,Misc,Gogii Games,Unknown,,,,,,,2014-01-11, -/games/boxart/default.jpg,Robin's Quest: A Legend Born,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Robot Rescue 2,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-10-11, -/games/boxart/default.jpg,Robot Rescue Revolution,PS3,Misc,Teyon Entertainment,Unknown,,,,,,,2013-12-04, -/games/boxart/default.jpg,Robot Rescue Revolution,PC,Misc,Teyon Entertainment,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Robot Unicorn Attack,And,Misc,Adult Swim,Unknown,,,,,,,2011-04-19, -/games/boxart/default.jpg,Robot Unicorn Attack,BRW,Misc,Adult Swim,Unknown,,,,,,,2010-08-01, -/games/boxart/default.jpg,Robot Unicorn Attack 2,And,Misc,Adult Swim,Unknown,,,,,,,2013-07-12, -/games/boxart/full_5136349AmericaFrontccc.jpg,Rock & Roll Jeopardy!,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2005-05-11,2018-09-15 -/games/boxart/7679600ccc.jpg,Rock 'n Ball,NES,Misc,Vap,Namco,,,,,,,1990-01-01, -/games/boxart/full_7760905AmericaFrontccc.png,Rock 'n Roll Knowitall,And,Misc,Unknown,Unknown,,,,,,,2014-06-14, -/games/boxart/full_rock-n-mole-extreme_24AmericaFront.jpg,Rock 'n' Mole Extreme,XBL,Misc,Microsoft,Stinky Badger Games,,,,,,,2011-08-03, -/games/boxart/full_rock-band-unplugged_9PALFront.jpg,Rock Band Unplugged,PSN,Misc,MTV Games,Backbone Entertainment / Harmonix Music Systems,8,,,,,,2010-03-11, -/games/boxart/default.jpg,Rock Band: Pearl Jam,X360,Misc,Unknown,Harmonix Music Systems,,,,,,,, -/games/boxart/default.jpg,Rock Band: Pearl Jam,PS3,Misc,Unknown,Harmonix Music Systems,,,,,,,, -/games/boxart/default.jpg,Rock Band: Pearl Jam,Wii,Misc,Unknown,Harmonix Music Systems,,,,,,,, -/games/boxart/full_6508125AmericaFrontccc.jpg,Rock Paintings / Hot Hits,SCD,Misc,Sega,Sega,,,,,,,1992-10-15, -/games/boxart/full_8210163AmericaFrontccc.jpg,Rock Paper Scissors Xtreme!,XBL,Misc,Microsoft,ChefTeslaCoil,,,,,,,2009-07-19, -/games/boxart/full_6262498AmericaFrontccc.jpg,Rock-n-Roll Domo,DSiW,Misc,Nintendo,Suzak,,,,,,,2009-10-19, -/games/boxart/6535851ccc.jpg,Rocket Power: Extreme Arcade Games,PC,Misc,THQ,Sapient Corporation,,,,,,,2001-10-14, -/games/boxart/default.jpg,Rocketbirds 2: Evolution,PS4,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Rocko's Quest,PC,Misc,Strategy First,Unknown,,,,,,,2003-07-30, -/games/boxart/full_262563AmericaFrontccc.jpg,Rocky and Bullwinkle,XBL,Misc,Microsoft,Zen Studios,,,,,,,2008-04-16, -/games/boxart/full_2684174AmericaFrontccc.jpg,Rogue Legacy,Linux,Misc,Cellar Door Games,Unknown,,,,,,,2013-06-27, -/games/boxart/full_9861502AmericaFrontccc.jpg,Rogue Legacy,OSX,Misc,Cellar Door Games,Unknown,,,,,,,2013-06-27, -/games/boxart/default.jpg,Rogue Shooter: The FPS Roguelike,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, -/games/boxart/full_8837905AmericaFrontccc.jpg,Rollerball,NES,Misc,HAL Laboratory,HAL Laboratory,,,,,,,1990-02-01, -/games/boxart/default.jpg,Romeo & Juliet,PSP,Misc,Quinrose,Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Room Escape - Attic,And,Misc,Mobest Media,Unknown,,,,,,,2013-04-12, -/games/boxart/default.jpg,Room Escape - Doors,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-13, -/games/boxart/default.jpg,Room Escape - Floors,And,Misc,Mobest Media,Unknown,,,,,,,2013-02-19, -/games/boxart/default.jpg,Room Escape - Prison,And,Misc,Mobest Media,Unknown,,,,,,,2012-12-13, -/games/boxart/default.jpg,Room Escape 100,And,Misc,Mobest Media,Unknown,,,,,,,2013-01-21, -/games/boxart/default.jpg,Rope Rescue,And,Misc,Chillingo,Unknown,,,,,,,2012-11-16, -/games/boxart/default.jpg,ROTO,And,Misc,Lucid Games,Unknown,,,,,,,2014-05-03, -/games/boxart/default.jpg,Routes,PSP,Misc,Aqua Plus,Unknown,,,,,,,2007-01-25, -/games/boxart/default.jpg,Routes,PS2,Misc,Aqua Plus,Unknown,,,,,,,2007-01-25, -/games/boxart/default.jpg,Rover Rescue,PC,Misc,Kiss,Unknown,,,,,,,2014-05-08, -/games/boxart/default.jpg,Royal Revolt 2,And,Misc,flaregames,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Royal Story,BRW,Misc,Fun,Unknown,,,,,,,2013-01-23, -/games/boxart/default.jpg,Rozen Maiden: Wechseln Sie Welt ab,PSV,Misc,5pb,Unknown,,,,,,,2014-01-30, -/games/boxart/default.jpg,Rozen Maiden: Wechseln Sie Welt ab,PS3,Misc,5pb,Unknown,,,,,,,2014-01-30, -/games/boxart/full_2691128AmericaFrontccc.jpg,RPaints,XBL,Misc,Microsoft,Remyremrem,,,,,,,2008-12-05, -/games/boxart/default.jpg,RPG Chronus Arc,And,Misc,Kemco,Unknown,,,,,,,2013-09-30, -/games/boxart/default.jpg,RPG Journey to Kreisia,And,Misc,Kemco,Unknown,,,,,,,2014-02-03, -/games/boxart/default.jpg,RPG Silver Nornir,PSP,Misc,"Kotobuki Solution Co., Ltd.",Unknown,,,,,,,2013-10-13, -/games/boxart/default.jpg,RPG Soul of Deva,And,Misc,Kemco,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Rube Works: The Official Rube Goldberg Invention Game,And,Misc,Unity Games,Unknown,,,,,,,2014-01-15, -/games/boxart/default.jpg,RubPix,And,Misc,Bulkypix,Unknown,,,,,,,2014-05-28, -/games/boxart/full_2680626AmericaFrontccc.jpg,Rugrats in Paris: The Movie,PC,Misc,THQ,Mattel Interactive,,,,,,,2000-01-01, -/games/boxart/full_rugrats-mystery-adventures_394AmericaFront.jpg,Rugrats Mystery Adventures,PC,Misc,Mattel Interactive,Mattel Interactive,,,,,,,1999-09-15, -/games/boxart/default.jpg,Rui wa Tomo o Yobu,PSV,Misc,5pb,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,Rui wa Tomo o Yobu,PS3,Misc,5pb,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,Rui wa Tomo o Yobu,PC,Misc,Akatsuki Works,Unknown,,,,,,,2008-06-26, -/games/boxart/435339ccc.jpg,Ruiner Pinball,AJ,Misc,Atari,High Voltage Software,,,,,,,1995-01-01, -/games/boxart/full_2835686AmericaFrontccc.jpg,Rumble Massage,XBL,Misc,Microsoft,Justin Le Clair,,,,,,,2009-01-27, -/games/boxart/full_rumblevoice_421AmericaFront.jpg,RumbleVoice,XBL,Misc,Microsoft,Aztecgames,,,,,,,2011-08-29, -/games/boxart/full_rummikub_0AmericaFront.jpg,Rummikub,DSiW,Misc,Games Factory Online,Engine Software,,,,,,,2010-10-04, -/games/boxart/default.jpg,Run and Fire,PC,Misc,Nikita,Unknown,,,,,,,2014-05-26, -/games/boxart/default.jpg,Runemaster,PC,Misc,Paradox Interactive,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Running with Friends,And,Misc,Zynga,Unknown,,,,,,,2013-11-20, -/games/boxart/default.jpg,RUSH,WiiU,Misc,Two Tribes,Unknown,,,,,,,2013-12-12, -/games/boxart/default.jpg,RUSH,OSX,Misc,Two Tribes,Unknown,,,,,,,2010-12-03, -/games/boxart/full_rytmik_0AmericaFront.jpg,Rytmik,DSiW,Misc,Cinemax,Cinemax,,,,,,,2010-08-23, -/games/boxart/full_rytmik-rock-edition_840AmericaFront.jpg,Rytmik: Rock Edition,DSiW,Misc,Cinemax,Cinemax,,,,,,,2010-12-06, -/games/boxart/default.jpg,Sacrilegium,PC,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Sacrilegium,X360,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Sacrilegium,PS3,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Sacrilegium,OSX,Misc,TopWare Interactive,Unknown,,,,,,,2020-12-31, -/games/boxart/full_sadamoto-yoshiyuki-illustrations_541JapanFront.jpg,Sadamoto Yoshiyuki: Illustrations,SAT,Misc,Gainax Network Systems,CRI,,,,,,,1997-11-27, -/games/boxart/default.jpg,Sadness,WiiU,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Saga of Pandoria,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Saga of Pandoria,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Saga of Pandoria,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Saikyoo Silver Star Shogi,DSiW,Misc,SilverStar,Silver Star Japan,,,,,,,2009-08-19, -/games/boxart/full_saikyou-ginsei-chess_4JapanFront.jpg,Saikyou Ginsei Chess,PS,Misc,I'Max,SilverStarJapan,,,,,,,2002-10-24, -/games/boxart/full_saikyou-ginsei-chess_1JapanFront.jpg,Saikyou Ginsei Chess,PSN,Misc,Hamster Corporation,SilverStarJapan,,,,,,,2010-10-27, -/games/boxart/default.jpg,Saikyou Ginsei Igo,WW,Misc,Electronic Arts,SilverStar,,,,,,,2008-06-24, -/games/boxart/default.jpg,Saikyou Ginsei Igo,DSiW,Misc,SilverStar,SilverStar,,,,,,,2009-09-16, -/games/boxart/full_saikyou-ginsei-mahjong_9JapanFront.jpg,Saikyou Ginsei Mahjong,PS,Misc,I.Magic,I.Magic,,,,,,,2002-08-29, -/games/boxart/full_saikyou-ginsei-mahjong_4JapanFront.jpg,Saikyou Ginsei Mahjong,PSN,Misc,Sony Computer Entertainment,I.Magic,,,,,,,2010-10-13, -/games/boxart/default.jpg,Saikyou Ginsei Mahjong,WW,Misc,SilverStar,SilverStarJapan,,,,,,,2008-10-07, -/games/boxart/full_saikyou-ginsei-mahjong-2_9JapanFront.jpg,Saikyou Ginsei Mahjong 2,PS,Misc,I'Max,I'Max,,,,,,,2002-10-24, -/games/boxart/full_4118291JapanFrontccc.jpg,Saikyou Toudai Shogi Deluxe,PSP,Misc,NCS,NCS,,,,,,,2009-08-20, -/games/boxart/full_2476963JapanFrontccc.jpg,Saitou Takashi no DS de Yomu Sanshoku Ball-Pen Meisaku Juku,DS,Misc,Sega,Sega,,,,,,,2007-07-19, -/games/boxart/full_sakata-goro-kudan-no-renju-kyoushitsu_319JapanFront.jpg,Sakata Goro Kudan no Renju Kyoushitsu,GB,Misc,Culture Brain,Culture Brain,,,,,,,1999-06-25, -/games/boxart/full_sakigake-kuromati-koukou_545JapanFront.jpg,Sakigake!! Kuromati Koukou,PS2,Misc,DigiCube,DigiCube,,,,,,,2003-02-20, -/games/boxart/full_1568320JapanFrontccc.jpg,Sakura Momoko Gekijou: Kojikoji,DC,Misc,Marvelous Interactive,Marvelous,,,,,,,2000-04-20, -/games/boxart/default.jpg,"Sakura Taisen 4: Koi Seyo, Otome",PC,Misc,Sega,Unknown,,,,,,,2004-12-31, -/games/boxart/default.jpg,"Sakura Taisen 4: Koi Seyo, Otome",DC,Misc,Sega,Unknown,,,,,,,2002-03-21, -/games/boxart/full_6301658JapanFrontccc.jpg,Sakura Taisen: Tekigeki Graph,SAT,Misc,Sega,Red 5 Software,,,,,,,1998-12-23, -/games/boxart/full_1327899JapanFrontccc.jpg,Sakura Wars: Kinematron Hanagumi Mail,DC,Misc,Sega,Overworks,,,,,,,2000-12-28, -/games/boxart/default.jpg,Sakurai Miho no Kouun no Megami Therapy Uranai,DSiW,Misc,Unknown,WaiS,,,,,,,2011-02-16, -/games/boxart/full_salary-man-settai-mahjong_2JapanFront.jpg,Salary Man Settai Mahjong,PS,Misc,Visit,Visit,,,,,,,2001-05-10, -/games/boxart/default.jpg,Sam & Max Save The World,PC,Misc,The Adventure Company,Unknown,,,,,,,2007-08-07, -/games/boxart/default.jpg,Sam & Max Save The World,Wii,Misc,The Adventure Company,Unknown,,,,,,,2008-10-15, -/games/boxart/9460137ccc.jpg,Samba De Amigo,DC,Misc,Sega,Sonic Team,7.6,,,,,,2000-10-16, -/games/boxart/full_3074885JapanFrontccc.jpg,Samba De Amigo Ver. 2000,DC,Misc,Sega,Sonic Team,9.6,,,,,,2000-12-14, -/games/boxart/default.jpg,Samphi,PC,Misc,Desura,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Samurai G,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-10-04, -/games/boxart/default.jpg,Samurai II: Vengeance,And,Misc,MADFINGER Games,Unknown,,,,,,,2011-06-24, -/games/boxart/default.jpg,Samurai II: Vengeance,OSX,Misc,MADFINGER Games,Unknown,,,,,,,2011-03-23, -/games/boxart/default.jpg,Samurai Siege,And,Misc,Space Ape Games,Unknown,,,,,,,2013-09-30, -/games/boxart/default.jpg,Samurai vs Zombies Defense 2,And,Misc,Glu Mobile Inc.,Unknown,,,,,,,2013-03-06, -/games/boxart/full_828694AmericaFrontccc.jpg,Sanctum 2,PS3,Misc,D3Publisher,Unknown,,,,,,,2013-09-10, -/games/boxart/full_7902236AmericaFrontccc.jpg,Sanctum 2,X360,Misc,D3Publisher,Unknown,,,,,,,2013-05-15, -/games/boxart/full_5997342AmericaFrontccc.jpg,Sanctum 2,PC,Misc,Coffee Stain Studios,Unknown,,,,,,,2013-05-15, -/games/boxart/default.jpg,Sang-Froid - Tales of Werewolves,PC,Misc,Unknown,Unknown,,,,,,,2013-02-22, -/games/boxart/full_2634396AmericaFrontccc.jpg,Sanity: Aiken's Artifact,PC,Misc,Fox Interactive,Unknown,,,,,,,2000-09-20, -/games/boxart/full_sanrio-uranai-party_964JapanFront.jpg,Sanrio Uranai Party,GB,Misc,Imagineer,Imagineer,,,,,,,1997-12-05, -/games/boxart/default.jpg,Satazius,PC,Misc,Capcom,Unknown,,,,,,,2011-12-06, -/games/boxart/default.jpg,Satellite Reign,OSX,Misc,Ubisoft Romania,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Satellite Reign,Linux,Misc,Ubisoft Romania,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8956974AmericaFrontccc.jpeg,Satellite Reign,PC,Misc,Ubisoft Romania,Unknown,,,,,,,2015-01-01, -/games/boxart/full_9098189AmericaFrontccc.jpg,Satellites,XBL,Misc,Microsoft,Thomas Bedran,,,,,,,2008-11-21, -/games/boxart/full_1422835JapanFrontccc.jpg,Saturn Music School,SAT,Misc,Waka Interactive Entertainment,Waka Interactive Entertainment,,,,,,,1997-08-09, -/games/boxart/full_3611886JapanFrontccc.jpg,Saturn Music School 2,SAT,Misc,Waka Interactive Entertainment,Waka Interactive Entertainment,,,,,,,1998-07-30, -/games/boxart/default.jpg,Save the Furries,Wii,Misc,Smack Down Productions,Unknown,,,,,,,2012-06-21, -/games/boxart/default.jpg,Save the Furries,And,Misc,HeroCraft,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,Saving Raylene,And,Misc,Unknown,Unknown,,,,,,,2014-03-21, -/games/boxart/full_270543AmericaFrontccc.jpg,sbdm-1,XBL,Misc,Microsoft,notohoho,,,,,,,2009-08-13, -/games/boxart/default.jpg,Scarab Solitaire,DSiW,Misc,Unknown,PixelTales,,,,,,,, -/games/boxart/full_8331216AmericaFrontccc.jpg,Scare Me,XBL,Misc,Microsoft,WolRon,,,,,,,2009-11-02, -/games/boxart/default.jpg,Scarygirl,X360,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_scene-it-movie-night_324AmericaFront.jpg,Scene It? Movie Night,XBL,Misc,Screenlife,Sarbakan,,,,,,,2011-11-30, -/games/boxart/full_scholastic-dragon-tales-learn-amp-fly-with-dragons_390AmericaFront.jpg,Scholastic Dragon Tales: Learn & Fly With Dragons,PC,Misc,Scholastic Inc.,TOPICS Entertainment,,,,,,,2004-06-23, -/games/boxart/full_scotland-yard_536JapanFront.jpg,Scotland Yard,GB,Misc,Toei Animation,Shouei,,,,,,,1990-12-07, -/games/boxart/full_scrabble_252PALFront.jpg,Scrabble,GB,Misc,Ubisoft,Runecraft,,,,,,,2001-11-30, -/games/boxart/full_9647891PALFrontccc.jpg,Scrabble,GBA,Misc,Ubisoft,Runecraft,,,,,,,2002-03-28, -/games/boxart/full_9297932AmericaFrontccc.png,Scrabble,PSN,Misc,Electronic Arts,Stainless Games,,,,,,,2009-09-30, -/games/boxart/full_353989PALFrontccc.png,Scram Kitty and his Buddy on Rails,WiiU,Misc,Dakko Dakko,Unknown,,,,,,,2014-05-15, -/games/boxart/default.jpg,Scramble With Friends,And,Misc,Zynga,Unknown,,,,,,,2012-03-15, -/games/boxart/default.jpg,Scratch: The Ultimate DJ,X360,Misc,Unknown,Commotion Interactive,,,,,,,, -/games/boxart/default.jpg,Scratch: The Ultimate DJ,PS3,Misc,Unknown,Commotion Interactive,,,,,,,, -/games/boxart/default.jpg,Scrolls,PC,Misc,Mojang,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,SCD,Misc,Ubisoft,Unknown,,,,,,,1989-07-01, -/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,XOne,Misc,Ubisoft,Unknown,,,,,,,2013-12-01, -/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,And,Misc,Ubisoft,Unknown,,,,,,,2013-09-01, -/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,DS,Misc,Ubisoft,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Sea Animal Games for Toddlers and Kids with Jigsaw Puzzles,Linux,Misc,Ubisoft,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Sea Legends: Phantasmal Light,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-01-16, -/games/boxart/default.jpg,Season Match 2,And,Misc,Big Fish Games,Unknown,,,,,,,2013-10-19, -/games/boxart/default.jpg,Season Match 2,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-11-30, -/games/boxart/default.jpg,Season Match 2,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-11-30, -/games/boxart/default.jpg,Season Match 3: Curse of the Witch Crow,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-12-07, -/games/boxart/default.jpg,Season Match 3: Curse of the Witch Crow,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-12-07, -/games/boxart/default.jpg,SeaWorld Adventure Park Tycoon,PC,Misc,Activision Value,Unknown,,,,,,,2003-09-29, -/games/boxart/default.jpg,SeaWorld Adventure Park Tycoon 2,PC,Misc,Activision Value,Unknown,,,,,,,2005-01-25, -/games/boxart/default.jpg,Secret Agent Files: Miami,3DS,Misc,Unknown,Unknown,,,,,,,2013-11-07, -/games/boxart/full_secret-flirts-make-everyone-fall-for-you_10PALFront.jpg,Secret Flirts: Make everyone fall for you!,DS,Misc,Nobilis,Smack Down Productions,,,,,,,2009-06-26, -/games/boxart/default.jpg,Secret Ponchos,PS4,Misc,Switchblade Monkeys,Unknown,,,,,,,2014-12-02, -/games/boxart/default.jpg,Secret Service,PS2,Misc,Activision Value,Unknown,,,,,,,2008-11-04, -/games/boxart/default.jpg,Secret Service,PC,Misc,Activision Value,Unknown,,,,,,,2008-11-04, -/games/boxart/default.jpg,Secret Service 2: Security Breach,PC,Misc,Activision Value,Unknown,,,,,,,2003-10-28, -/games/boxart/full_sega-ages_344AmericaFront.gif,Sega Ages,SAT,Misc,Working Designs,Rutubo Games,,,,,,,1997-01-01, -/games/boxart/default.jpg,Sega Ages 2500 Series Vol. 10: After Burner II,Mob,Misc,Virgin Interactive,Unknown,,,,,,,1995-01-01, -/games/boxart/full_3723831JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 21: SDI & Quartett - Sega System 16 Collection,PS2,Misc,Sega,Sega,,,,,,,2005-10-27, -/games/boxart/full_sega-ages-2500-series-vol-23-sega-memorial-collection_1JapanFront.jpg,Sega Ages 2500 Series Vol. 23: Sega Memorial Collection,PS2,Misc,Sega,Sega,,,,,,,2005-12-22, -/games/boxart/default.jpg,Sega Ages: After Burner II,Mob,Misc,SegaSoft,Unknown,,,,,,,1997-06-30, -/games/boxart/90998ccc.jpg,Sega Classics Arcade Collection (4-in-1),SCD,Misc,Sega,Sega,,,,,,,1992-10-12, -/games/boxart/full_8080707AmericaFrontccc.jpg,Sega Classics Arcade Collection (5-in-1),SCD,Misc,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_4216934AmericaFrontccc.jpg,Sega DreamCast Generator: Playable Bits and Video Clips Vol.1,DC,Misc,Sega,Sega,,,,,,,1999-09-09, -/games/boxart/default.jpg,Sega Game Pack 4in1,GG,Misc,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/8881814ccc.jpg,sega game pack 4in1,GG,Misc,Unknown,SEGA Enterprises Ltd.,,,,,,,, -/games/boxart/full_sega-genesis-classic-collection-gold-edition_82AmericaFront.jpg,Sega Genesis Classic Collection: Gold Edition,PC,Misc,Sega,Sega,,,,,,,2011-03-15, -/games/boxart/full_3353086AmericaFrontccc.png,Sega Genesis Collection,PSN,Misc,Sega,Sega,,,,,,,2009-09-30, -/games/boxart/default.jpg,Sega Genesis Collection,NG,Misc,SNK Playmore,Unknown,,,,,,,1999-11-30, -/games/boxart/8381048ccc.jpg,Sega GT 2002 & JSRF: Jet Set Radio Future,XB,Misc,Sega,Wow Entertainment / Smilebit,,,,,,,2002-10-15, -/games/boxart/full_9960194AmericaFrontccc.gif,Sega PC Mega Pack,PC,Misc,Activision,Sega,,,,,,,2003-11-09, -/games/boxart/full_1125855AmericaFrontccc.jpg,Sega Smash Pack,PC,Misc,Sega,Sega,,,,,,,1999-02-01, -/games/boxart/full_650400AmericaFrontccc.jpg,Sega Smash Pack 2,PC,Misc,Sega,Sega,,,,,,,2000-01-01, -/games/boxart/full_5949862AmericaFrontccc.jpg,Sega Smash Pack Volume 1,DC,Misc,Sega,Sega,5.8,,,,,,2001-01-31, -/games/boxart/full_segare-ijiri_450JapanFront.jpg,Segare Ijiri,PS,Misc,Enix,Enix Corporation,,,,,,,1999-06-03, -/games/boxart/full_segata-sanshirou-shinken-yuugi_853JapanFront.jpg,Segata Sanshirou Shinken Yuugi,SAT,Misc,Sega,Sega,,,,,,,1998-10-29, -/games/boxart/full_9160769JapanFrontccc.jpg,Seimei Handan,3DO,Misc,Unknown,Ariadne,,,,,,,1995-02-17, -/games/boxart/full_seipoi-densetsu_932JapanFront.jpg,Seipoi Densetsu,GB,Misc,Gaps,Gaps,,,,,,,2000-04-14, -/games/boxart/default.jpg,Sekai no Omoshiro Party Game,WW,Misc,Sims,SIMS,,,,,,,2010-04-20, -/games/boxart/default.jpg,Sekai no Omoshiro Party Game 2,WW,Misc,Sims,SIMS,,,,,,,2010-05-11, -/games/boxart/full_4181325JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo,PS,Misc,SilverStar,SilverStar,,,,,,,2001-11-29, -/games/boxart/full_366777JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 2,PS,Misc,SilverStar,SilverStar,,,,,,,2003-01-23, -/games/boxart/full_7661882JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 3,PS,Misc,SilverStar,SilverStar,,,,,,,2003-10-23, -/games/boxart/full_2934805JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 4,PS2,Misc,Magnolia,Magnolia,,,,,,,2004-05-27, -/games/boxart/full_3198728JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 5,PS2,Misc,Magnolia,Magnolia,,,,,,,2004-06-10, -/games/boxart/full_9603269JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo 6,PS2,Misc,Magnolia,Magnolia,,,,,,,2005-08-11, -/games/boxart/default.jpg,Sekai Saikyou Ginsei Igo 7,PS2,Misc,Unknown,SilverStar,,,,,,,, -/games/boxart/default.jpg,Sekai Saikyou Ginsei Igo 7,PS3,Misc,Unknown,SilverStar,,,,,,,, -/games/boxart/full_4191487JapanFrontccc.jpg,Sekai Saikyou Ginsei Igo Kouza,PS2,Misc,SilverStar,SilverStar,,,,,,,2009-11-19, -/games/boxart/full_sekai-saikyou-ginsei-igo-hybrid-monte-carlo_5JapanFront.jpg,Sekai Saikyou Ginsei Igo: Hybrid Monte Carlo,PS3,Misc,SilverStar,SilverStarJapan,,,,,,,2010-11-25, -/games/boxart/full_sekai-saikyou-ginsei-igo-hybrid-monte-carlo_710JapanFront.jpg,Sekai Saikyou Ginsei Igo: Hybrid Monte Carlo,PSN,Misc,SilverStar,SilverStarJapan,,,,,,,2010-12-22, -/games/boxart/full_sekai-saikyou-ginsei-shogi-fuuum-ryouko-raiden_812JapanFront.jpg,Sekai Saikyou Ginsei Shogi: Fuuum Ryouko Raiden,PS3,Misc,SilverStar,SilverStar,,,,,,,2011-04-21, -/games/boxart/default.jpg,Sekai Seifuku: Costume Fes,PSV,Misc,Spike Chunsoft,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Sekai Tanken: Kokki World Map,DSiW,Misc,ISP,ISP,,,,,,,2009-12-09, -/games/boxart/full_5446848JapanFrontccc.jpg,Sekaishi DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-11-12, -/games/boxart/full_sekurafuumin-no-mocha-hako_0JapanFront.jpg,Sekura/Fuumin no Mocha Hako,3DO,Misc,Unknown,Grams',,,,,,,1994-08-27, -/games/boxart/default.jpg,Sela The Space Pirate,And,Misc,Game Atelier,Unknown,,,,,,,2013-02-13, -/games/boxart/full_sen-miyako-monogatari-sono-i_8JapanFront.jpg,Sen Miyako Monogatari: Sono I,SAT,Misc,CRI,CRI,,,,,,,1995-10-27, -/games/boxart/full_sen-miyako-monogatari-sono-i_6JapanFront.jpg,Sen Miyako Monogatari: Sono I,PS,Misc,Tohoku Shinsha,CRI,,,,,,,1996-01-19, -/games/boxart/default.jpg,Sengoku Basara 3 Double Pack,PS3,Misc,Capcom,Unknown,,,,,,,2012-03-15, -/games/boxart/default.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PSV,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Sengoku Hime 3: Tenka o Kirisaku Hikari to Kage,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PC,Misc,Unicorn-A,Unknown,,,,,,,2012-12-14, -/games/boxart/default.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PSP,Misc,SystemSoft Alpha,Unknown,,,,,,,2014-01-23, -/games/boxart/default.jpg,Sengoku Hime 4: Souha Hyakkei Hanamamoru Chikai,PS3,Misc,SystemSoft Alpha,Unknown,,,,,,,2014-02-27, -/games/boxart/full_2393653JapanFrontccc.jpg,Sengoku Jidai Vol. 1: Shukunden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, -/games/boxart/full_4393705JapanFrontccc.jpg,Sengoku Jidai Vol. 2: Gunshiden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, -/games/boxart/full_1835679JapanFrontccc.jpg,Sengoku Jidai Vol. 3: Moushouden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, -/games/boxart/full_5973180JapanFrontccc.jpg,Sengoku Mahjong,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1988-07-08, -/games/boxart/full_sengoku-mahjong_5JapanFront.jpg,Sengoku Mahjong,PSN,Misc,Hudson Soft,Hudson Soft,,,,,,,2009-07-15, -/games/boxart/full_8950365JapanFrontccc.jpg,Sengoku Mahjong,VC,Misc,Hudson Soft,Hudson Soft,,,,,,,2007-05-15, -/games/boxart/full_7375628JapanFrontccc.jpg,Sengoku Spirits: Gunshiden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, -/games/boxart/full_9738874JapanFrontccc.jpg,Sengoku Spirits: Moushouden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, -/games/boxart/full_5694493JapanFrontccc.jpg,Sengoku Spirits: Shukunden,DS,Misc,Tasuke,Tasuke,,,,,,,2010-03-18, -/games/boxart/default.jpg,Sengoku Tenshi Djibril,PC,Misc,Unknown,Front Wing,,,,,,,2011-07-29, -/games/boxart/full_9107702JapanFrontccc.jpg,Sengoku Turb F.I.D,DC,Misc,NEC Interchannel,NEC,,,,,,,1999-12-23, -/games/boxart/full_4726056JapanFrontccc.jpg,Senran Kagura: Dekamori Shinovi Pack,PSV,Misc,Marvelous Entertainment,Various,,,,,,,2014-11-27,2018-10-14 -/games/boxart/default.jpg,Sensei Wars,And,Misc,2K Games,Unknown,,,,,,,2013-12-12, -/games/boxart/full_9309404JapanFrontccc.jpg,Sentimental Journey,PS,Misc,Banpresto,Banpresto,,,,,,,1998-09-23, -/games/boxart/full_6130191JapanFrontccc.jpg,serial experiments lain,PS,Misc,Pioneer LDC,Production 2nd,,,,,,,1998-11-26, -/games/boxart/full_409747AmericaFrontccc.jpg,Sesame Street Counting Cafe,GEN,Misc,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, -/games/boxart/full_sesame-street-123_8AmericaFront.jpg,Sesame Street: 123,NES,Misc,Hi Tech Expressions,Rare Ltd.,,,,,,,1989-01-01, -/games/boxart/5251844ccc.gif,Sesame Street: ABC,NES,Misc,Hi Tech Expressions,Rare Ltd.,,,,,,,1989-09-01, -/games/boxart/8448238ccc.jpg,Sesame Street: ABC & 123,NES,Misc,Hi Tech Expressions,Rare Ltd.,,,,,,,1990-01-01, -/games/boxart/9741601ccc.jpg,Sesame Street: Elmo's 123s,GB,Misc,NewKidCo,Bonsai Entertainment Corp.,,,,,,,1999-03-01, -/games/boxart/full_sesame-street-elmos-abcs_2AmericaFront.jpg,Sesame Street: Elmo's ABCs,GB,Misc,NewKidCo,Bonsai Entertainment Corp.,,,,,,,1999-03-01, -/games/boxart/full_sesame-street-get-set-to-learn_627AmericaFront.jpg,Sesame Street: Get Set to Learn,PC,Misc,Encore,Encore Software / Henson Productions Inc.,,,,,,,2002-01-01, -/games/boxart/default.jpg,Seven Dwarfs: The Queens Return,PC,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-10-17, -/games/boxart/default.jpg,Seven Dwarfs: The Queens Return,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-10-17, -/games/boxart/default.jpg,Seven Souls Online,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_5096012AmericaFrontccc.png,Severed,PSV,Misc,DrinkBox Studios,Unknown,,,,,,,2016-04-26, -/games/boxart/full_4278936AmericaFrontccc.png,Severed,3DS,Misc,DrinkBox Studios,Unknown,,,,,,,2016-10-13, -/games/boxart/default.jpg,Severed,And,Misc,DrinkBox Studios,Unknown,,,,,,,2016-01-01, -/games/boxart/full_5756654AmericaFrontccc.jpg,Sex,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1995-01-01, -/games/boxart/full_sex-or-love_520AmericaFront.jpg,Sex or Love?,XBL,Misc,Microsoft,Alex Blickenstaff,,,,,,,2011-05-13, -/games/boxart/full_9790933AmericaFrontccc.jpg,Sexy Poker,WW,Misc,Gameloft,Gameloft,4.1,,,,,,2009-08-03, -/games/boxart/default.jpg,Shadow Fight 2,And,Misc,Nekki,Unknown,,,,,,,2014-04-04, -/games/boxart/default.jpg,Shadow Puppeteer,WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Shadow Puppeteer,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Shadow Rebound,And,Misc,"Zeichenkraftwerk Jeutter, Schaller, Staeger GbR",Unknown,,,,,,,2014-03-27, -/games/boxart/default.jpg,Shadow Warrior,PC,Misc,Devolver Digital,Unknown,,,,,,,2013-09-26, -/games/boxart/default.jpg,Shadowgate (2013),And,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Shadowgate (2013),OSX,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Shadowgate (2013),PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Shadowrun Online,PC,Misc,Unknown,Unknown,,,,,,,2014-03-31, -/games/boxart/default.jpg,Shadowrun Online,OSX,Misc,Unknown,Unknown,,,,,,,2014-03-31, -/games/boxart/full_8727323AmericaFrontccc.jpg,Shadowrun Returns,OSX,Misc,Harebrained Schemes,Unknown,,,,,,,2013-07-25, -/games/boxart/full_1614103AmericaFrontccc.jpg,Shadowrun Returns,PC,Misc,Harebrained Schemes,Unknown,,,,,,,2013-07-25, -/games/boxart/default.jpg,Shadows on the Vatican,PC,Misc,TBA,Unknown,,,,,,,2014-03-21, -/games/boxart/default.jpg,Shakui Atama wo Maruku Suru: Himekuri Calendar DS,DSiW,Misc,IE Institute,IE Institute,,,,,,,2009-09-30, -/games/boxart/default.jpg,Shaman King Chou Senjiryokketsu: Meramera/Funbari Version,GB,Misc,King Records,Studio Saizensen,,,,,,,2001-12-21, -/games/boxart/full_6961660JapanFrontccc.jpg,Shanghai Dynasty,DC,Misc,Activision,Success,,,,,,,2000-03-16, -/games/boxart/full_2016361AmericaFrontccc.jpg,Shanghai: Triple Threat,SAT,Misc,Activision,Activision,,,,,,,1995-01-01, -/games/boxart/full_1031997AmericaFrontccc.jpg,Shanghai: Triple Threat,3DO,Misc,Activision,Activision,,,,,,,1994-01-01, -/games/boxart/default.jpg,Shannon Tweed's Attack Of The Groupies,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Shape Time!,And,Misc,Unknown,Unknown,,,,,,,2014-05-02, -/games/boxart/default.jpg,Shark Party,DS,Misc,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_9305032AmericaFrontccc.jpg,Shark Tale Game Boy Advance Video,GBA,Misc,Majesco,Majesco Games,,,,,,,2005-10-26, -/games/boxart/default.jpg,Shattered Planet,And,Misc,Execution Labs,Unknown,,,,,,,2014-03-27, -/games/boxart/full_9407276AmericaFrontccc.jpg,Shed,XBL,Misc,Microsoft,richayrich,,,,,,,2008-12-05, -/games/boxart/default.jpg,Sheep Happens,And,Misc,Kongregate,Unknown,,,,,,,2013-08-22, -/games/boxart/default.jpg,SheepOrama,And,Misc,Unknown,Unknown,,,,,,,2014-05-13, -/games/boxart/6519588ccc.jpg,Shelley Duvall's It's a Bird's Life,3DO,Misc,Sanctuary Woods,Sanctuary Woods,,,,,,,1993-01-01, -/games/boxart/default.jpg,ShellShock: Nam '67,PS2,Misc,Eidos Interactive,Unknown,,,,,,,2004-09-14, -/games/boxart/default.jpg,ShellShock: Nam '67,PC,Misc,Eidos Interactive,Unknown,,,,,,,2004-09-14, -/games/boxart/default.jpg,Shelter,PC,Misc,Unknown,Unknown,,,,,,,2013-08-28, -/games/boxart/default.jpg,Shelter,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-28, -/games/boxart/default.jpg,Shelterra the Skyworld,And,Misc,Kemco,Unknown,,,,,,,2014-04-01, -/games/boxart/full_3180718AmericaFrontccc.jpg,Shiatsu Massage,XBL,Misc,Microsoft,kittie,,,,,,,2009-06-30, -/games/boxart/default.jpg,Shiei no Sona-Nyl Refrain: What a Beautiful Memories,X360,Misc,Liar Soft,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Shiei no Sona-Nyl Refrain: What a Beautiful Memories,PSP,Misc,Liar Soft,Unknown,,,,,,,2014-02-27, -/games/boxart/full_shield-the-beat_861AmericaFront.jpg,Shield the Beat,XBL,Misc,Unknown,MBrio,,,,,,,, -/games/boxart/full_shikakei-atama-o-kore-kusuru_314JapanFront.jpg,Shikakei Atama o Kore Kusuru,GB,Misc,Imagineer,C-Lab,,,,,,,1998-06-26, -/games/boxart/default.jpg,Shikaku i Atama o Maru Kusuru,WW,Misc,IE Institute,IE Institute,,,,,,,2009-08-04, -/games/boxart/full_3879070JapanFrontccc.jpg,Shikakui Atama Maruku Suru: Kanji Keisanhen,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2004-11-04, -/games/boxart/full_6456025JapanFrontccc.jpg,Shikakui Atama Maruku Suru: Kokugo Sansuu Shakai Rikahen,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2004-11-04, -/games/boxart/full_6693414JapanFrontccc.jpg,"Shikakui Atama wo Maruku Suru: DS Joushiki, Nanmon no Shou",DS,Misc,IE Institute,IE Institute,,,,,,,2006-09-28, -/games/boxart/full_177186JapanFrontccc.jpg,Shikakui Atama wo Maruku Suru: DS Kanji no Shou,DS,Misc,IE Institute,IE Institute,,,,,,,2006-09-28, -/games/boxart/full_1462091JapanFrontccc.jpg,Shikakui Atama wo Maruku Suru: DS Keisan no Shou,DS,Misc,IE Institute,IE Institute,,,,,,,2006-09-28, -/games/boxart/full_6043834JapanFrontccc.jpg,Shikakui Atama wo Marukusuru Wii,Wii,Misc,IE Institute,IE Institute,,,,,,,2009-04-29, -/games/boxart/full_shikami-no-maki_213JapanFront.jpg,Shikami No Maki,PS,Misc,Vap,Vap,,,,,,,1996-02-02, -/games/boxart/full_shikami-no-maki_151JapanFront.jpg,Shikami No Maki,PSN,Misc,Hamster Corporation,Vap,,,,,,,2010-12-08, -/games/boxart/full_shikigami_785JapanFront.jpg,Shikigami,PC,Misc,Akabee Soft 2,Akabee Soft 2,,,,,,,2011-07-29, -/games/boxart/default.jpg,Shikihime Garden,PC,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-03-11, -/games/boxart/full_6005675JapanFrontccc.jpg,Shimura Ken no Baka Tonosama: Bakushou Tenka Touitsu Game,GBA,Misc,TDK Core,TDK Core,,,,,,,2002-12-06, -/games/boxart/full_shin-4-jin-uchi-mahjong-yakuman-tengoku_449JapanFront.jpg,Shin 4-Jin Uchi Mahjong: Yakuman Tengoku,NES,Misc,Nintendo,Chat Noir,,,,,,,1991-06-28, -/games/boxart/full_5056398JapanFrontccc.jpg,Shin Honkaku Hanafuda,DC,Misc,Altron,Altron,,,,,,,1999-07-22, -/games/boxart/default.jpg,Shin Megami Tensei,WiiU,Misc,Atlus,Unknown,,,,,,,2013-07-03, -/games/boxart/default.jpg,Shin Megami Tensei,And,Misc,"Index Digital Media, Inc.",Unknown,,,,,,,2012-11-01, -/games/boxart/full_3774212JapanFrontccc.jpg,Shin Megami Tensei Trading Card: Card Summoner,GB,Misc,Enterbrain,Enterbrain,,,,,,,2001-07-27, -/games/boxart/full_6389463JapanFrontccc.jpg,Shin Megami Tensei: Devil Summoner - Akuma Zensho,SAT,Misc,Atlus,Atlus Co.,,,,,,,1996-04-26, -/games/boxart/default.jpg,Shin Megami Tensei: Digital Devil Saga,PS3,Misc,Atlus,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Shin Megami Tensei: Digital Devil Saga 2,PS3,Misc,Atlus,Unknown,,,,,,,2014-06-10, -/games/boxart/default.jpg,Shin Megami Tensei: Persona 4,PS3,Misc,Atlus,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Shin Nozokima: Gesshukuya Kanshi 24 Ji,PC,Misc,Unknown,Maika,,,,,,,2011-07-29, -/games/boxart/default.jpg,Shin Sangoku Mahjong: Kokushi Musou,DSiW,Misc,SilverStar,SilverStarJapan,,,,,,,2010-09-15, -/games/boxart/default.jpg,Shin Sangoku Musou 6 with Moushouden,PC,Misc,Tecmo Koei,Unknown,,,,,,,2012-03-09, -/games/boxart/default.jpg,Shin Sangoku Musou Online: Ryuujin Ranbu,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_shinkyoku-soukai-polyphonica-plus_277JapanFront.jpg,Shinkyoku Soukai Polyphonica Plus,PC,Misc,Ocelot,Ocelot,,,,,,,2011-07-22, -/games/boxart/full_8930292JapanFrontccc.jpg,Shinri Kenkyuuka Yuuki Yuu Kanshuu: Mainichi Kokorobics DS Therapy,DS,Misc,Dimple Entertainment,Dimple Entertainment,,,,,,,2007-05-24, -/games/boxart/full_shinseiki-evangelion-mahjong-hokan-keikaku_533JapanFront.jpg,Shinseiki Evangelion Mahjong Hokan Keikaku,GB,Misc,King Records,Studio Saizensen,,,,,,,2000-09-29, -/games/boxart/full_8034676JapanFrontccc.jpg,Shinseiki Evangelion Portable Pack,PSP,Misc,CyberFront,CyberFront,,,,,,,2009-10-08, -/games/boxart/full_shinseiki-evangelion-eva-to-yukai-na-nakamatachi_4JapanFront.jpg,Shinseiki Evangelion: Eva to Yukai na Nakamatachi,SAT,Misc,Gainax Network Systems,Gainax Network Systems,,,,,,,1998-11-05, -/games/boxart/full_5330955JapanFrontccc.jpg,Shinseiki Evangelion: Typing E-Keikaku,DC,Misc,Gainax Network Systems,Gainax,,,,,,,2001-04-19, -/games/boxart/default.jpg,Shiny the Firefly,And,Misc,Headup Games,Unknown,,,,,,,2013-04-25, -/games/boxart/full_5973577JapanFrontccc.jpg,Shinzui Taikyoku Igo: Go Sennin,SNES,Misc,J-Wing,Jorudan,,,,,,,1995-06-02, -/games/boxart/full_shodan-morita-shogi_5JapanFront.jpg,Shodan Morita Shogi,SNES,Misc,Seta Corporation,Seta Corporation,,,,,,,1991-08-23, -/games/boxart/default.jpg,Shogi,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-22, -/games/boxart/full_shogi_569JapanFront.jpg,Shogi,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,1989-12-19, -/games/boxart/full_shogi-2_229JapanFront.jpg,Shogi 2,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,1999-03-19, -/games/boxart/full_shogi-3_519JapanFront.jpg,Shogi 3,GB,Misc,Pony Canyon,Pony Canyon,,,,,,,2001-12-24, -/games/boxart/full_shogi-shodan-icchohusen_5JapanFront.jpg,Shogi Shodan Icchohusen,PCE,Misc,Home Data,Home Data,,,,,,,1990-08-10, -/games/boxart/full_shogi-shoshinsha-muyou_9JapanFront.jpg,Shogi Shoshinsha Muyou,PCE,Misc,Home Data,Home Data,,,,,,,1991-11-29, -/games/boxart/full_shogi-toryuumon_0JapanFront.jpg,Shogi Toryuumon,WS,Misc,Sammy Corporation,Sammy Studios,,,,,,,1999-10-28, -/games/boxart/full_4869110JapanFrontccc.jpg,Shogi World Champion: Gekisashi 2,PS2,Misc,Mycom,NCS,,,,,,,2003-01-09, -/games/boxart/full_4366016JapanFrontccc.jpg,Shogi World Champion: Gekisashi DS,DS,Misc,Mycom,NCS,,,,,,,2010-01-28, -/games/boxart/full_8556484JapanFrontccc.jpg,Shogi World Champion: Gekisashi Portable,PSP,Misc,NCS,NCS,,,,,,,2010-04-15, -/games/boxart/full_5639915JapanFrontccc.jpg,Shoho Kara wa Hajimeru Otona no Eitango Renshuu,DS,Misc,Now Production,Now Production,,,,,,,2008-05-22, -/games/boxart/full_shoot_193PALFront.jpg,Shoot,PS,Misc,Phoenix Games,Naps Team,,,,,,,2002-01-01, -/games/boxart/full_shoot-or-date_637AmericaFront.jpg,Shoot or Date,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-05-10,2020-03-03 -/games/boxart/default.jpg,ShootMania Storm,PC,Misc,Ubisoft,Unknown,,,,,,,2013-04-10, -/games/boxart/default.jpg,Shopping Mall Parking,And,Misc,Devilish Developments,Unknown,,,,,,,2014-03-21, -/games/boxart/full_short-warp_3JapanFront.jpg,Short Warp,3DO,Misc,Warp,Warp,,,,,,,1996-01-15, -/games/boxart/full_9493322AmericaFrontccc.jpg,Shotest Shogi,XBL,Misc,Microsoft,Al Factory Ltd. / Rubicon Mobile Ltd,,,,,,,2008-09-10, -/games/boxart/full_shotest-shogi_388AmericaFront.jpg,Shotest Shogi 3D,PC,Misc,Unknown,Rubicon Development,,,,,,,2008-06-01, -/games/boxart/full_2293745AmericaFrontccc.jpg,Shrek 2 Game Boy Advance Video,GBA,Misc,Majesco,Majesco Games,,,,,,,2005-10-01, -/games/boxart/full_7691458AmericaFrontccc.jpg,Shrek's Carnival Craze Party Games,PC,Misc,Activision,Ivolgamus,,,,,,,2008-10-28, -/games/boxart/default.jpg,Shunkan Jump Kentei,3DS,Misc,G-Style,Unknown,,,,,,,2012-11-15, -/games/boxart/default.jpg,Shunkan Jump Kentei,DSi,Misc,G-Style,Unknown,,,,,,,2012-11-15, -/games/boxart/default.jpg,Shuuchi Tsuma Chijoku Densha,PC,Misc,Unknown,Appetite,,,,,,,2011-07-29, -/games/boxart/2426043ccc.jpg,Sid Meier's C.P.U. Bach,3DO,Misc,Microprose,MicroProse,,,,,,,1994-01-01, -/games/boxart/full_2501722AmericaFrontccc.jpg,Side Pocket,SNES,Misc,Data East,Iguana Entertainment,,,,,,,1993-12-01, -/games/boxart/full_1123978AmericaFrontccc.jpg,Side Pocket,GG,Misc,Data East,Data East USA,,,,,,,1994-01-01, -/games/boxart/7128094ccc.jpg,Side Pocket,GB,Misc,Data East,Data East,,,,,,,1990-11-01, -/games/boxart/full_231424AmericaFrontccc.jpg,Side Pocket,NES,Misc,Namco,Data East,,,,,,,1987-01-01, -/games/boxart/full_4761200AmericaFrontccc.jpg,Side Pocket,GEN,Misc,Data East,Data East,,,,,,,1992-01-01, -/games/boxart/full_9612396JapanFrontccc.jpg,Side Pocket 3,SAT,Misc,Data East,Data East,,,,,,,1997-07-18, -/games/boxart/default.jpg,Sideway,PSN,Misc,Unknown,Playbrains / Fuel Industries,,,,,,,, -/games/boxart/default.jpg,Siege Hero,And,Misc,Miniclip.com,Unknown,,,,,,,2012-05-31, -/games/boxart/default.jpg,Siesta Fiesta,3DS,Misc,Midway Studios Austin,Unknown,,,,,,,2014-07-24, -/games/boxart/default.jpg,Signs of Life,PC,Misc,Unknown,Unknown,,,,,,,2014-01-27, -/games/boxart/default.jpg,Silent Scope: Bone Eater,Arc,Misc,Konami Digital Entertainment,Unknown,,,,,,,2015-01-01, -/games/boxart/full_1376778AmericaFrontccc.jpg,Silver Star Reversi,WW,Misc,Agetec,Electronic Arts,,,,,,,2009-06-29, -/games/boxart/default.jpg,Silver Zombie,And,Misc,Unknown,Unknown,,,,,,,2014-03-27, -/games/boxart/full_5027433AmericaFrontccc.jpg,Simon the Sorcerer's Pinball,PC,Misc,Adventure Soft,Adventure Soft,,,,,,,1998-01-01, -/games/boxart/full_5423480JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 10: Tarot Uranai,PS,Misc,D3 Publisher,Game Stage,,,,,,,2001-10-25, -/games/boxart/full_4659708JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 11: Katei de Dekiru Tsubo Shiatsu,PS,Misc,D3 Publisher,ASK,,,,,,,2001-12-13, -/games/boxart/full_9438428JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 12: Katei no Igaku,PS,Misc,D3 Publisher,ASK,,,,,,,2001-12-13, -/games/boxart/full_2891070JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 14: Kurashi no Manner,PS,Misc,D3 Publisher,Sol,,,,,,,2002-02-14, -/games/boxart/full_2498852JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 15: Inu no Kaikata,PS,Misc,D3 Publisher,Billiken Soft,,,,,,,2002-04-18, -/games/boxart/full_2964150JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 16: Neko no Kaikata,PS,Misc,D3 Publisher,Billiken Soft,,,,,,,2002-04-18, -/games/boxart/full_8048403JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 17: Planetarium,PS,Misc,D3 Publisher,Highwaystar,,,,,,,2002-04-18, -/games/boxart/full_4872209JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 18: Kanji Quiz: Kanji Kentei ni Challenge,PS,Misc,D3 Publisher,Dyna,,,,,,,2002-05-23, -/games/boxart/full_2976071JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 1: Norikae Annai- 2000 Edition,PS,Misc,D3 Publisher,Jorudan,,,,,,,2000-09-14, -/games/boxart/full_801237JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 2: Katei no Fuusui,PS,Misc,D3 Publisher,Game Stage,,,,,,,2000-08-24, -/games/boxart/full_7472952JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 3: Seimei Handan,PS,Misc,D3 Publisher,Game Stage,,,,,,,2000-08-24, -/games/boxart/full_3040121JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 4: Ryouri ~Teiban Ryouri Recipe Shou~,PS,Misc,D3 Publisher,Nekogumi,,,,,,,2000-08-24, -/games/boxart/full_235147JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 5: Kusuri no Jiten - Pill Book 2001 Edition,PS,Misc,D3 Publisher,Hi,,,,,,,2001-01-18, -/games/boxart/full_9286491JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 6: Cocktail no Recipe,PS,Misc,D3 Publisher,Astroll,,,,,,,2001-01-18, -/games/boxart/full_2984729JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 7: Rakushiku Manabu Unten Menkyo,PS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2001-05-02, -/games/boxart/full_4764980JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 8: 1-Jikan de Wakaru Kabushiki Toushi,PS,Misc,D3 Publisher,Game Stage,,,,,,,2001-07-26, -/games/boxart/full_587816JapanFrontccc.jpg,Simple 1500 Jitsuyou Series Vol. 9: Watashi Style no Aromatherapy,PS,Misc,D3 Publisher,Hi,,,,,,,2001-07-26, -/games/boxart/full_5450216JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 4: Trump,PS,Misc,D3 Publisher,Amedio,,,,,,,2001-10-25, -/games/boxart/full_17357JapanFrontccc.jpg,Simple 1500 Series Vol. 11: The Pinball,PS,Misc,D3 Publisher,Nekogumi,,,,,,,1999-07-22, -/games/boxart/full_5166203JapanFrontccc.jpg,Simple 1500 Series Vol. 12: The Quiz,PS,Misc,Culture Brain,Tears and Ichikawa Software,,,,,,,1999-08-12, -/games/boxart/full_3281739JapanFrontccc.jpg,Simple 1500 Series Vol. 15: The Pachinko,PS,Misc,D3 Publisher,Claftman,,,,,,,1999-11-01, -/games/boxart/full_2098852JapanFrontccc.jpg,Simple 1500 Series Vol. 19: The Sugoroku,PS,Misc,D3 Publisher,Amedio,,,,,,,1999-11-18, -/games/boxart/full_4584226JapanFrontccc.jpg,Simple 1500 Series Vol. 34: The Quiz Bangumi,PS,Misc,D3 Publisher,Athena,,,,,,,2000-08-03, -/games/boxart/full_9235823JapanFrontccc.jpg,Simple 1500 Series Vol. 49: The Casino,PS,Misc,D3 Publisher,Break,,,,,,,2000-12-07, -/games/boxart/full_8828515JapanFrontccc.jpg,Simple 1500 Series Vol. 50: The Billiards 2,PS,Misc,D3 Publisher,argent,,,,,,,2000-12-07, -/games/boxart/full_9807436JapanFrontccc.jpg,Simple 1500 Series Vol. 55: The Darts,PS,Misc,D3 Publisher,Amedio,,,,,,,2001-02-01, -/games/boxart/full_7586470JapanFrontccc.jpg,Simple 1500 Series Vol. 61: The Quiz 2,PS,Misc,D3 Publisher,O Part,,,,,,,2001-05-02, -/games/boxart/full_9605137JapanFrontccc.jpg,Simple 1500 Series Vol. 66: The Kaiten - Mawasun Da!!,PS,Misc,D3 Publisher,Taito,,,,,,,2001-07-05, -/games/boxart/full_9508125JapanFrontccc.jpg,Simple 1500 Series Vol. 84: The Intro Quiz,PS,Misc,D3 Publisher,AMS,,,,,,,2002-01-31, -/games/boxart/full_7900732JapanFrontccc.jpg,Simple 1500 Series Vol. 88: The Gal Mahjong,PS,Misc,D3 Publisher,HuneX,,,,,,,2002-03-28, -/games/boxart/full_3146185JapanFrontccc.jpg,Simple 1500 Series Vol. 8: The Solitaire,PS,Misc,D3 Publisher,Success,,,,,,,1998-11-19, -/games/boxart/full_1823348JapanFrontccc.jpg,Simple 1500 Series Vol. 91: The Gambler ~Honoo no Tobaku Densetsu~,PS,Misc,D3 Publisher,Tomcat System,,,,,,,2002-03-28, -/games/boxart/full_1449806JapanFrontccc.jpg,Simple 2000 Honkaku Shikou Series Vol. 2: The Igo,PS2,Misc,D3 Publisher,Yuki Enterprise,,,,,,,2002-06-25, -/games/boxart/full_simple-2000-series-portable-vol-1-the-mahjong_8JapanFront.jpg,Simple 2000 Series Portable Vol. 1: The Mahjong,PSP,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-08-26, -/games/boxart/full_simple-2000-series-portable-vol-1-the-mahjong_5JapanFront.jpg,Simple 2000 Series Portable Vol. 1: The Mahjong,PSN,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-10-26, -/games/boxart/full_simple-2000-series-portable-vol-2-the-shogi_5JapanFront.jpg,Simple 2000 Series Portable Vol. 2: The Shogi,PSP,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-08-26, -/games/boxart/full_simple-2000-series-portable-vol-2-the-shogi_9JapanFront.jpg,Simple 2000 Series Portable Vol. 2: The Shogi,PSN,Misc,D3 Publisher,D3 Publisher,,,,,,,2010-10-26, -/games/boxart/full_2434270JapanFrontccc.jpg,"Simple 2000 Series Vol. 12: The Quiz 20,000 Mon",PS2,Misc,D3 Publisher,Warashi,,,,,,,2002-11-07, -/games/boxart/full_1586444JapanFrontccc.jpg,Simple 2000 Series Vol. 17: The Suiri - Aratanaru 20 no Jikenbo,PS2,Misc,D3 Publisher,Tomcat System,,,,,,,2002-12-19, -/games/boxart/full_3794931JapanFrontccc.jpg,Simple 2000 Series Vol. 29: The Renai Board - Seishun 18 Radio,PS2,Misc,D3 Publisher,Billiken Soft,,,,,,,2003-05-29, -/games/boxart/full_8122439JapanFrontccc.jpg,Simple 2000 Series Vol. 40: The Touyou Sandai Uranjustsu,PS2,Misc,D3 Publisher,Game Stage,,,,,,,2003-11-06, -/games/boxart/full_4868897JapanFrontccc.jpg,Simple 2000 Series Vol. 46: The Kanji Quiz - Challenge! Kanji Kentai,PS2,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2004-03-18, -/games/boxart/full_simple-2000-series-vol-66-the-party-unou-quiz_0JapanFront.jpg,Simple 2000 Series Vol. 66: The Party Unou Quiz,PS2,Misc,D3 Publisher,IMJ Entertainment,,,,,,,2004-11-11, -/games/boxart/full_8165221JapanFrontccc.jpg,Simple 2000 Series Wii Vol. 1: The Table Game,Wii,Misc,D3 Publisher,Yuki Enterprise,,,,,,,2008-09-25, -/games/boxart/full_simple-2000-ultimate-series-vol-20-love-mahjong-2_2JapanFront.jpg,Simple 2000 Ultimate Series Vol. 20: Love * Mahjong! 2,PS2,Misc,D3 Publisher,HuneX,,,,,,,2004-10-14, -/games/boxart/full_7448056JapanFrontccc.jpg,Simple 2000 Ultimate Vol. 5: Love * Mahjong!,PS2,Misc,D3 Publisher,HuneX,,,,,,,2002-11-14, -/games/boxart/full_2236558JapanFrontccc.jpg,Simple 2960 Tomodachi Series Vol. 1: The Table Game Collection,GBA,Misc,D3 Publisher,Access,,,,,,,2003-03-20, -/games/boxart/full_5062514JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 01: Kidou Senshi Gundam: The Gunjin Shogi,PS,Misc,Bandai,Amedio,,,,,,,2001-10-25, -/games/boxart/full_2725885JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 04: Jarin-Ko Chie: The Hanafuda,PS,Misc,Bandai,Bam Entertainment,,,,,,,2001-11-29, -/games/boxart/full_9965217JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 06: Dokonjou Gaeru: The Mahjong,PS,Misc,Bandai,Yuki Enterprise,,,,,,,2002-01-24, -/games/boxart/full_7998765JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 07: Ikkyuu-san: The Quiz,PS,Misc,Bandai,Ooparts,,,,,,,2002-03-28, -/games/boxart/full_983519JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 11: Meitantei Conan - The Board Game,PS,Misc,Bandai,D3 Publisher,,,,,,,2002-08-29, -/games/boxart/full_2154454JapanFrontccc.jpg,Simple DS Series Vol. 10: The Doko Demo Kanji Quiz,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2006-12-21, -/games/boxart/full_2342747JapanFrontccc.jpg,Simple DS Series Vol. 19: Yareba Dekiru! THE Micro Step Gijutsu de Oboeru Eitango,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2007-07-26, -/games/boxart/full_8914676JapanFrontccc.jpg,Simple DS Series Vol. 36: Arc de Minitsuku! TOEIC Test Bunpou Tokkun Hen,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2008-05-22, -/games/boxart/full_3314366JapanFrontccc.jpg,Simple DS Series Vol. 37: Arc de Minitsuku! TOEIC Test Listening Kyouka Hen,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2008-05-22, -/games/boxart/full_1944570JapanFrontccc.jpg,Simple DS Series Vol. 38: Arc de Manabu! Toeic Test Hajimete Hen,DS,Misc,D3 Publisher,Vingt-et-un Systems,,,,,,,2008-05-22, -/games/boxart/full_361744JapanFrontccc.jpg,Simple DS Series Vol. 9: Atama ga Yoku Naru - The Me no Training,DS,Misc,D3 Publisher,Japan Art Media,,,,,,,2006-12-21, -/games/boxart/full_simple-wii-series-vol-3-ason-de-wakaru-the-party-casino_5JapanFront.jpg,Simple Wii Series Vol. 3: Ason de Wakaru - The Party Casino,Wii,Misc,D3 Publisher,D3 Publisher,,,,,,,2007-12-27, -/games/boxart/full_simply-mahjong_0AmericaFront.jpg,Simply Mahjong,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-09-06, -/games/boxart/full_simply-solitaire_376AmericaFront.jpg,Simply Solitaire,DSiW,Misc,Engine Software,Engine Software,,,,,,,2011-03-28, -/games/boxart/default.jpg,Simply Sudoku,DSiW,Misc,Engine Software,Engine Software,,,,,,,2010-03-12, -/games/boxart/full_2502786PALFrontccc.jpg,SingStar Apres-Ski Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-06, -/games/boxart/full_singstar-apres-ski-party-2_785PALFront.jpg,SingStar Apres-Ski Party 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-12-03, -/games/boxart/full_3469863PALFrontccc.jpg,SingStar Bollywood,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-10-19, -/games/boxart/full_77964PALFrontccc.jpg,SingStar Boy Bands vs Girl Bands,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-10-17, -/games/boxart/full_4672562PALFrontccc.jpg,SingStar Chartbreaker,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-12-04, -/games/boxart/default.jpg,SingStar Classics,PS2,Misc,Unknown,SCEE London Studio,,,,,,,, -/games/boxart/full_1358943PALFrontccc.jpg,SingStar Deutsch Rock-Pop,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-12, -/games/boxart/full_446027PALFrontccc.jpg,SingStar Deutsch Rock-Pop Vol 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-10-02, -/games/boxart/full_7244554PALFrontccc.jpg,SingStar Die Toten Hosen,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-08-28, -/games/boxart/full_singstar-fussballhits_8PALFront.jpg,SingStar Fussballhits,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-06-11, -/games/boxart/full_67613PALFrontccc.jpg,SingStar Hottest Hits,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-09-25, -/games/boxart/full_2247781PALFrontccc.jpg,SingStar Italian Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-28, -/games/boxart/full_4322363PALFrontccc.jpg,SingStar Kent,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-05-26, -/games/boxart/full_9313012PALFrontccc.jpg,SingStar Kent,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-05-26, -/games/boxart/full_6732671PALFrontccc.jpg,SingStar La edad de Oro del Pop Español,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-11-15, -/games/boxart/full_2779379PALFrontccc.jpg,SingStar Mallorca Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-07-13, -/games/boxart/full_4002695PALFrontccc.jpg,SingStar Michael Jackson,PS3,Misc,Unknown,SCEE London Studio,,,,,,,, -/games/boxart/full_1744895PALFrontccc.jpg,SingStar Norsk på Norsk,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-09-13, -/games/boxart/full_4907127PALFrontccc.jpg,SingStar NRJ Music Tour,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2004-11-19, -/games/boxart/full_2683022PALFrontccc.jpg,SingStar Operacion Triunfo,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-06-18, -/games/boxart/full_8890161PALFrontccc.jpg,SingStar Pop Hits 2,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-10-24, -/games/boxart/full_3741913PALFrontccc.jpg,SingStar Pop Hits 3,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-06-11, -/games/boxart/full_8166560PALFrontccc.jpg,SingStar Rock Ballads,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-09-21, -/games/boxart/full_3964533PALFrontccc.jpg,SingStar Svenska Hits Schlager,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-09-12, -/games/boxart/full_7262950PALFrontccc.jpg,SingStar The Wiggles,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2010-05-27, -/games/boxart/default.jpg,SingStar The Wiggles,PS3,Misc,Unknown,SCEE London Studio,,,,,,,, -/games/boxart/full_5515365PALFrontccc.jpg,SingStar Top.it,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-09-11, -/games/boxart/full_3075345PALFrontccc.jpg,SingStar Turkish Party,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-10-31, -/games/boxart/full_1600738PALFrontccc.jpg,SingStar Vasco,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-11-18, -/games/boxart/full_6806882PALFrontccc.jpg,SingStar Vasco,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-11-18, -/games/boxart/full_2919524PALFrontccc.jpg,SingStar: Made In Germany,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-11-06, -/games/boxart/full_singstar-morangos-com-acucar_42PALFront.jpg,SingStar: Morangos com Acucar,PS2,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-01-01, -/games/boxart/full_singstar-morangos-com-acucar_307PALFront.jpg,SingStar: Morangos com Acucar,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-01-01, -/games/boxart/default.jpg,Sins of a Dark Age,PC,Misc,Infinite Game Publishing,Unknown,,,,,,,2020-12-31, -/games/boxart/full_sir-benfros-brilliant-balloon_463AmericaFront.jpg,Sir Benfro's Brilliant Balloon,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,"Sir, You Are Being Hunted",Linux,Misc,Unknown,Unknown,,,,,,,2013-08-19, -/games/boxart/default.jpg,"Sir, You Are Being Hunted",OSX,Misc,Unknown,Unknown,,,,,,,2013-08-19, -/games/boxart/default.jpg,"Sir, You Are Being Hunted",PC,Misc,Unknown,Unknown,,,,,,,2013-08-19, -/games/boxart/default.jpg,Sis Koi: Shisukoi,PC,Misc,Unknown,Etoiles,,,,,,,2011-07-29, -/games/boxart/full_2539632AmericaFrontccc.jpg,Six Flags Fun Park,PC,Misc,Brash Entertainment,7 Studios,,,,,,,2008-10-07, -/games/boxart/default.jpg,Six-Guns,WinP,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_7827897AmericaFrontccc.jpg,Sketch,XBL,Misc,Microsoft,SRH,,,,,,,2009-07-02, -/games/boxart/full_sketchy-bounce_863AmericaFront.jpg,Sketchy Bounce,XBL,Misc,Microsoft,Gazido Gaming,,,,,,,2011-07-26, -/games/boxart/default.jpg,Ski Safari: Adventure Time,And,Misc,Cartoon Network,Unknown,,,,,,,2013-12-12, -/games/boxart/default.jpg,Sky Kid,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2014-02-20, -/games/boxart/default.jpg,Skydive: Proximity Flight,X360,Misc,TopWare Interactive,Unknown,,,,,,,2014-03-14, -/games/boxart/default.jpg,Skydive: Proximity Flight,PS3,Misc,Gaijin Entertainment,Unknown,,,,,,,2013-10-01, -/games/boxart/default.jpg,Skydiver Drop Zone,PC,Misc,Unknown,Unknown,,,,,,,2014-03-26, -/games/boxart/default.jpg,Skyward Collapse,OSX,Misc,"Arcen Games, LLC",Unknown,,,,,,,2013-05-23, -/games/boxart/default.jpg,Skyward Collapse,PC,Misc,"Arcen Games, LLC",Unknown,,,,,,,2013-05-23, -/games/boxart/default.jpg,SlamIt Pinball: Big Score,PC,Misc,Strategy First,Technetium Games,,,,,,,2009-02-23, -/games/boxart/full_634686AmericaFrontccc.jpg,Slayin,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Sleep Clock: Record and Analyse Your Sleep Patterns,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-10-29, -/games/boxart/full_9552476AmericaFrontccc.jpg,Sleep Is Death,PC,Misc,Jason Rohrer,Jason Rohrer,,,,,,,2010-04-12, -/games/boxart/default.jpg,Sleep Record Mezamashi Dokei,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-10-07, -/games/boxart/full_8426916AmericaFrontccc.jpg,Slender: The Arrival,WiiU,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/full_3513884AmericaFrontccc.jpg,Slender: The Arrival,X360,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/full_8917813AmericaFrontccc.jpg,Slender: The Arrival,PS3,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/full_5663580AmericaFrontccc.jpg,Slender: The Arrival,OSX,Misc,Polytron Corporation,Unknown,,,,,,,2013-03-26, -/games/boxart/default.jpg,Slender: The Eight Pages,OSX,Misc,Spike Co.,Unknown,,,,,,,2012-06-26, -/games/boxart/default.jpg,Slender: The Eight Pages,PC,Misc,Spike Co.,Unknown,,,,,,,2012-06-26, -/games/boxart/default.jpg,Slimebow,And,Misc,Unknown,Unknown,,,,,,,2014-03-24, -/games/boxart/default.jpg,Slimebow,WinP,Misc,Unknown,Unknown,,,,,,,2014-03-24, -/games/boxart/default.jpg,SLINGSHOT BRAVES,And,Misc,"COLOPL, Inc.",Unknown,,,,,,,2014-04-18, -/games/boxart/default.jpg,Slip,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-28, -/games/boxart/default.jpg,Slip,PC,Misc,Unknown,Unknown,,,,,,,2014-04-28, -/games/boxart/default.jpg,Slot Machines by IGG,And,Misc,IGG.com,Unknown,,,,,,,2013-07-15, -/games/boxart/full_slot-quest-wild-west-shootout_419AmericaFront.jpg,Slot Quest: Wild West Shootout,PC,Misc,Phantom EFX,"Phantom EFX, Inc.",,,,,,,2011-08-22, -/games/boxart/full_6395847JapanFrontccc.jpg,Slot! Pro 2,PS,Misc,Namco,Namco,,,,,,,2001-03-29, -/games/boxart/full_4845239JapanFrontccc.jpg,Slot! Pro 2 Advance,GBA,Misc,Nippon Telenet,Nippon Telenet,,,,,,,2002-04-26, -/games/boxart/full_7915300JapanFrontccc.jpg,Slot! Pro 4,PS,Misc,Namco,Namco,,,,,,,2002-02-28, -/games/boxart/full_7214272JapanFrontccc.jpg,Slot! Pro Advance,GBA,Misc,Nippon Telenet,Nippon Telenet,,,,,,,2001-12-28, -/games/boxart/full_slot-pro-dx-fujiko-2_5JapanFront.jpg,Slot! Pro DX: Fujiko 2,PS2,Misc,Nippon Telenet,Nippon Telenet,,,,,,,2003-02-27, -/games/boxart/default.jpg,Slotomania - Slot Machines,And,Misc,Playtika LTD,Unknown,,,,,,,2011-11-07, -/games/boxart/full_3141663AmericaFrontccc.jpg,Slots,2600,Misc,Sears,Telegames,,,,,,,1978-01-01, -/games/boxart/default.jpg,Slots - Pharaohs Way,And,Misc,CERVO MEDIA GMBH,Unknown,,,,,,,2013-09-11, -/games/boxart/default.jpg,Slots - Titans Way,And,Misc,Playmore Corporation,Unknown,,,,,,,2013-08-08, -/games/boxart/default.jpg,Slots - Titans Way,BRW,Misc,TOPGAME,Unknown,,,,,,,2013-07-06, -/games/boxart/full_slotter-chou-mania-antonio-inoki-ga-genki-ni-suru-pachi-slot-ki_873JapanFront.jpg,Slotter Chou Mania: Antonio Inoki ga Genki ni Suru Pachi-Slot Ki,PS3,Misc,Dorart,Dorart,,,,,,,2011-03-31, -/games/boxart/default.jpg,Slotter Mania,PS3,Misc,Unknown,Dorart,,,,,,,, -/games/boxart/full_4338760JapanFrontccc.jpg,Slotter Mania 2,PS,Misc,Dorart,Dorart,,,,,,,2002-01-17, -/games/boxart/full_8119916JapanFrontccc.jpg,Slotter Mania 3,PS,Misc,Dorart,Dorart,,,,,,,2002-03-28, -/games/boxart/full_925653JapanFrontccc.jpg,Slotter Mania 4,PS,Misc,Dorart,Dorart,,,,,,,2002-06-27, -/games/boxart/full_5541999JapanFrontccc.jpg,Slotter Mania 5,PS,Misc,Dorart,Dorart,,,,,,,2002-09-26, -/games/boxart/full_4868343JapanFrontccc.jpg,Slotter Mania 6,PS,Misc,Dorart,Dorart,,,,,,,2002-10-24, -/games/boxart/full_8644090JapanFrontccc.jpg,Slotter Mania 7,PS,Misc,Dorart,Dorart,,,,,,,2002-12-19, -/games/boxart/full_8576600JapanFrontccc.jpg,Slotter Mania 8,PS,Misc,Dorart,Dorart,,,,,,,2003-01-30, -/games/boxart/full_5729051JapanFrontccc.jpg,Slotter Mania 9,PS,Misc,Dorart,Dorart,,,,,,,2003-03-13, -/games/boxart/full_2209063JapanFrontccc.jpg,Slotter Mania Gaiden,PS,Misc,Dorart,Dorart,,,,,,,2002-09-12, -/games/boxart/full_slotter-mania-p-mach-gogogo-iii_917JapanFront.jpg,Slotter Mania P: Mach GoGoGo III,PSP,Misc,Dorart,Aristocrat,,,,,,,2011-01-06, -/games/boxart/full_slotter-mania-p-sansan-hanahana-ampamp-sansan-oasis_4JapanFront.jpg,Slotter Mania P: SanSan HanaHana & SanSan Oasis,PSP,Misc,Dorart,Dorart,,,,,,,2010-10-21, -/games/boxart/full_slotter-mania-p-sansan-hanahana-ampamp-sansan-oasis_7JapanFront.jpg,Slotter Mania P: SanSan HanaHana & SanSan Oasis,PSN,Misc,Dorart,Dorart,,,,,,,2010-10-21, -/games/boxart/default.jpg,Slotter Mania V,PSV,Misc,Unknown,Dorart,,,,,,,, -/games/boxart/default.jpg,Slotter Mania V: Black Lagoon,PSV,Misc,Dorart,Unknown,,,,,,,2012-03-15, -/games/boxart/default.jpg,Slotter Mania V: Gakuen Mokushiroku - Highschool of the Dead,PS3,Misc,Dorat,Unknown,,,,,,,2013-10-10, -/games/boxart/full_8187963JapanFrontccc.jpg,Slotter Mania: Core Tokonatsu no Netsusa! Oasis,PS,Misc,Dorart,Dorart,,,,,,,2001-11-08, -/games/boxart/full_6422969JapanFrontccc.jpg,Slotter Mania: Gekinetsu Okisuro! Siosai Special,PS,Misc,Dorart,Dorart,,,,,,,2001-04-26, -/games/boxart/full_6456542JapanFrontccc.jpg,Slotter UP Core,PS2,Misc,Dorart,Dorart,,,,,,,2003-07-10, -/games/boxart/full_315801JapanFrontccc.jpg,Slotter Up Core 10: Mach GoGoGo 2,PS2,Misc,Dorart,Dorart,,,,,,,2008-04-24, -/games/boxart/full_slotter-up-core-12-pinpon_380JapanFront.jpg,Slotter Up Core 12: PinPon,PS2,Misc,Dorart,Dorart,,,,,,,2010-12-02, -/games/boxart/full_6042436JapanFrontccc.jpg,Slotter UP Core 2,PS2,Misc,Dorart,Dorart,,,,,,,2003-07-24, -/games/boxart/full_3697757JapanFrontccc.jpg,Slotter UP Core 3: Yuda! Doronjo ni Omakase,PS2,Misc,Dorart,Dorart,,,,,,,2004-06-17, -/games/boxart/full_2260796JapanFrontccc.jpg,Slotter UP Core 4: Don-chan Gekiuchi! Jissen Pachi-Slot Ore Izuma,PS2,Misc,Dorart,Dorart,,,,,,,2004-10-21, -/games/boxart/full_4765927JapanFrontccc.jpg,Slotter UP Core 5: Lupin Daisuki! Shuyaku ha Zenigata,PS2,Misc,Dorart,Dorart,,,,,,,2004-11-25, -/games/boxart/full_5845246JapanFrontccc.jpg,Slotter UP Core 6: Enda! Kyojin no Hoshi II,PS2,Misc,Dorart,Dorart,,,,,,,2005-01-27, -/games/boxart/full_2295157JapanFrontccc.jpg,Slotter UP Core 7: Dekitou da! Street Fighter II,PS2,Misc,Dorart,Dorart,,,,,,,2005-06-16, -/games/boxart/full_1999856JapanFrontccc.jpg,Slotter Up Core 8: Kyojin no Hoshi III,PS2,Misc,Dorart,Dorart,,,,,,,2005-12-22, -/games/boxart/full_8651923JapanFrontccc.jpg,Slotter Up Core 9,PS2,Misc,Dorart,Dorart,,,,,,,2006-11-02, -/games/boxart/full_2247662JapanFrontccc.jpg,Slotter UP Core Alpha,PS2,Misc,Dorart,Dorart,,,,,,,2003-12-04, -/games/boxart/full_5536629JapanFrontccc.jpg,Slotter UP Mania,PS2,Misc,Dorart,Dorart,,,,,,,2003-04-24, -/games/boxart/default.jpg,Slotter Up Mania 10: Pioneer Special III,PS2,Misc,Dorart,Dorart,,,,,,,2008-05-22, -/games/boxart/full_8577496JapanFrontccc.jpg,Slotter UP Mania 2,PS2,Misc,Dorart,Dorart,,,,,,,2003-09-11, -/games/boxart/full_5273078JapanFrontccc.jpg,Slotter UP Mania 3,PS2,Misc,Dorart,Dorart,,,,,,,2003-12-18, -/games/boxart/full_1106111JapanFrontccc.jpg,Slotter UP Mania 4,PS2,Misc,Dorart,Dorart,,,,,,,2004-02-26, -/games/boxart/full_5565830JapanFrontccc.jpg,Slotter UP Mania 5,PS2,Misc,Dorart,Dorart,,,,,,,2004-10-28, -/games/boxart/default.jpg,Slotter UP Mania 6: Oki no Neffuu! Pioneer Special II,PS2,Misc,Dorart,Dorart,,,,,,,2005-05-26, -/games/boxart/default.jpg,Slotter UP Mania 7: Saishin Saikyou! Pioneer Max,PS2,Misc,Dorart,Dorart,,,,,,,2005-09-01, -/games/boxart/default.jpg,Slotter UP Mania 8: Senkou Kokuchi! Juggler Special II,PS2,Misc,Dorart,Dorart,,,,,,,2005-09-29, -/games/boxart/full_1364297JapanFrontccc.jpg,Slotter UP Mania 9,PS2,Misc,Dorart,Dorart,,,,,,,2007-12-27, -/games/boxart/full_2136476AmericaFrontccc.jpg,Slottso Party,XBL,Misc,Microsoft,Star Gaming Network,,,,,,,2009-02-14, -/games/boxart/default.jpg,Small World: Tunnels,PC,Misc,Unknown,"Days Of Wonder, Inc.",,,,,,,, -/games/boxart/default.jpg,SMART Adventures Mission Math,And,Misc,Unknown,Unknown,,,,,,,2014-03-28, -/games/boxart/default.jpg,Smart As...,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2012-10-23, -/games/boxart/8357232ccc.jpg,Smart Girl's Magical Book Club,DS,Misc,Unknown,Starfish Inc.,,,,,,,2020-12-31, -/games/boxart/default.jpg,Smart Girl's Playhouse,DSi,Misc,UFO Interactive,Unknown,,,,,,,2012-11-08, -/games/boxart/full_smart-series-jajas-adventure_443AmericaFront.png,Smart Series: Jaja's Adventure,Wii,Misc,UFO Interactive,CyberPlanet Interactive,,,,,,,2010-03-16, -/games/boxart/default.jpg,Smash Cat Heroes,3DS,Misc,Tom Create,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Smash Hit,And,Misc,Mediocre AB,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Smite,PC,Misc,Hi-Rez Studios,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Smurfs Village,And,Misc,"Beeline Interactive, Inc.",Unknown,,,,,,,2012-02-28, -/games/boxart/default.jpg,Snail Crusher,And,Misc,games2be GmbH,Unknown,,,,,,,2014-05-01, -/games/boxart/full_8243108JapanFrontccc.jpg,Snatcher CD-ROMantic: Pilot Disk,PCE,Misc,Konami,Konami,,,,,,,1992-08-07, -/games/boxart/full_snk-arcade-classics_906JapanFront.jpg,SNK Arcade Classics 0,PSP,Misc,SNK Playmore,SNK Playmore Corporation,,,,,,,2011-04-21, -/games/boxart/full_snk-arcade-classics-0_153JapanFront.jpg,SNK Arcade Classics 0,PSN,Misc,SNK Playmore,SNK Playmore Corporation,,,,,,,2011-04-21, -/games/boxart/full_1199827AmericaFrontccc.png,SNK Arcade Classics Vol. 1,PSN,Misc,SNK,Terminal Reality,,,,,,,2009-09-30, -/games/boxart/full_9271527JapanFrontccc.jpg,Snoopy no Aiken DS: Chitte Okitai Inu no Koto - Inu no Nouryoku - Anata no Shitsuke,DS,Misc,Hachikou Shouji,Hachikou Shouji,,,,,,,2009-10-15, -/games/boxart/full_1621520JapanFrontccc.jpg,Snoopy to Issho ni DS Eigo Lesson,DS,Misc,Interchannel,Gakken,,,,,,,2007-11-15, -/games/boxart/full_4764320AmericaFrontccc.jpg,Snowmans Dilemma,XBL,Misc,Microsoft,Paineert,,,,,,,2008-11-22, -/games/boxart/full_so-many-girls-so-little-time_2AmericaFront.jpg,So Many Girls So Little Time,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2010-08-08,2020-03-03 -/games/boxart/default.jpg,Soaring Ninja,And,Misc,Epic Pixel,Unknown,,,,,,,2014-03-07, -/games/boxart/default.jpg,Sokomania 2: Cool Job,3DS,Misc,Cinemax,Unknown,,,,,,,2014-05-08, -/games/boxart/default.jpg,Sokuren Keisan: Nanmon-hen,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2011-04-13, -/games/boxart/default.jpg,Sokuren Keisan: Shougaku 1 Nensei,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-09-22, -/games/boxart/default.jpg,Sokuren Keisan: Shougaku 2 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-09-29, -/games/boxart/default.jpg,Sokuren Keisan: Shougaku 3 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-11-04, -/games/boxart/default.jpg,Sokuren Keisan: Shougaku 4 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-11-04, -/games/boxart/default.jpg,Sokuren Keisan: Shougaku 5 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2010-12-15, -/games/boxart/default.jpg,Sokuren Keisan: Shougaku 6 Nensei,DSiW,Misc,IE Institute,Mechanic Arms,,,,,,,2011-01-12, -/games/boxart/full_solar-2_397AmericaFront.jpg,Solar 2,XBL,Misc,Microsoft,Murudai,,,,,,,2011-06-19, -/games/boxart/default.jpg,SolForge,Wii,Misc,2K Boston,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,SolForge,X360,Misc,2K Boston,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Solitaire,WW,Misc,GameOn,GameOn,,,,,,,2009-11-27, -/games/boxart/full_solitaire_1PALFront.png,Solitaire,PSN,Misc,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-21, -/games/boxart/full_solitaire-247_2AmericaFront.jpg,Solitaire 24/7,DSiW,Misc,Cosmigo,Cosmigo GmbH,,,,,,,2010-07-12, -/games/boxart/default.jpg,Solitaire Blitz,BRW,Misc,PopCap Games,Unknown,,,,,,,2012-03-06, -/games/boxart/full_solitaire-funpak_3AmericaFront.jpg,Solitaire FunPak,GB,Misc,Interplay,Beam Software,,,,,,,1994-11-01, -/games/boxart/full_solitaire-funpak_1AmericaFront.jpg,Solitaire Funpak,GG,Misc,Interplay,Beam Software,,,,,,,1994-01-01, -/games/boxart/full_6708472AmericaFrontccc.jpg,Solitaire Poker,GG,Misc,Sega,Sankindo,,,,,,,1991-01-01, -/games/boxart/default.jpg,Soliti Horse,3DS,Misc,Game Freak,Unknown,,,,,,,2013-07-30, -/games/boxart/full_1651135AmericaFrontccc.jpg,Soltrio Solitaire,XBL,Misc,Silver Creek Entertainment,Silver Creek Entertainment,,,,,,,2007-05-16, -/games/boxart/full_8437826AmericaFrontccc.png,SOMA (2015),PS4,Misc,Frictional Games,Unknown,,,,,,,2015-09-22, -/games/boxart/default.jpg,Son of Scoregasm,PSV,Misc,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Sonic & All-Stars Racing Transformed,PC,Misc,Sega,Unknown,,,,,,,2013-01-31, -/games/boxart/default.jpg,Sonic & All-Stars Racing Transformed,PSV,Misc,Sega,Unknown,,,,,,,2012-12-18, -/games/boxart/default.jpg,Sonic & All-Stars Racing Transformed,PS3,Misc,Sega,Unknown,,,,,,,2012-11-18, -/games/boxart/full_7539089AmericaFrontccc.jpg,Sonic Action 4 Pack,PC,Misc,Activision,Sega,,,,,,,2001-01-01, -/games/boxart/full_5049614AmericaFrontccc.jpg,Sonic Action Pack,PC,Misc,Activision,Sega,,,,,,,2002-01-01, -/games/boxart/6280489ccc.jpg,Sonic Classics,GEN,Misc,Sega,Sega,,,,,,,1997-06-14, -/games/boxart/full_7827087AmericaFrontccc.png,Sonic Dash,And,Misc,Sega,Unknown,,,,,,,2013-11-26, -/games/boxart/full_7014986PALFrontccc.jpg,Sonic Gems Collection,PS2,Misc,Sega,Sonic Team,,,,,,,2005-09-30, -/games/boxart/default.jpg,Sonic Gems Collection,3DS,Misc,Rocket Company,Unknown,,,,,,,2014-03-13, -/games/boxart/full_4058262AmericaFrontccc.jpg,Sonic Pinball Party,GBA,Misc,Sega,Sonic Team,,,,,,,2003-06-01, -/games/boxart/default.jpg,Sonic The Hedgehog 4 Episode I,And,Misc,Sega,Unknown,,,,,,,2012-01-25, -/games/boxart/default.jpg,Sonic The Hedgehog 4 Episode I,WinP,Misc,Sega,Unknown,,,,,,,2010-11-08, -/games/boxart/full_3318147AmericaFrontccc.jpg,Sonic The Hedgehog 4 Episode I,Wii,Misc,Sega,Unknown,,,,,,,2010-10-11, -/games/boxart/default.jpg,Sonic the Hedgehog 4: Episode 2,And,Misc,Sega,Unknown,,,,,,,2012-06-26, -/games/boxart/5047401ccc.jpg,Sonic the Hedgehog Spinball,GEN,Misc,Sega,Sega,,,,,,,1993-11-14, -/games/boxart/7503395ccc.jpg,Sonic the Hedgehog Spinball,GG,Misc,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/2962689ccc.jpg,Sonic the Hedgehog Spinball,VC,Misc,Sega,Sega,,,,,,,2007-03-12, -/games/boxart/full_2294228PALFrontccc.jpg,Sonic the Hedgehog Spinball,MS,Misc,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_sonic-spinball_135AmericaFront.jpg,Sonic the Hedgehog Spinball,PC,Misc,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/full_8671561AmericaFrontccc.jpg,Sonic X Game Boy Advance Video Volume 2,GBA,Misc,Majesco,Majesco Games,,,,,,,2004-05-11, -/games/boxart/full_745381JapanFrontccc.jpg,Sony Computer Science Kenkyuujo Mogi Kenichirou Hakase Kanshuu: Nou ni Kaikan Minna de Aha Taiken!,PSP,Misc,Sega,Sega,,,,,,,2006-11-30, -/games/boxart/full_2870350JapanFrontccc.jpg,Soreike no Kokoroji,PS,Misc,Polygram Magic of Japan,Access,,,,,,,1996-11-08, -/games/boxart/full_soroban-ds_0JapanFront.jpg,Soroban DS,DS,Misc,Unknown,Suzak,,,,,,,2007-07-12, -/games/boxart/full_7321749JapanFrontccc.jpg,Sotsugyou Album,SAT,Misc,Shogakukan,Shogakukan,,,,,,,1998-01-15, -/games/boxart/full_9353377JapanFrontccc.jpg,Sotsugyou Bangai Hen: Nee Mahjong Shiyo!,SNES,Misc,KSS,KSS,,,,,,,1994-10-28, -/games/boxart/default.jpg,Soul Blade,Arc,Misc,Namco,Unknown,,,,,,,1996-05-16, -/games/boxart/default.jpg,Soul Calibur IV,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2008-07-29, -/games/boxart/default.jpg,Soul Saga,WiiU,Misc,Disastercake,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Soul Saga,PSV,Misc,Disastercake,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Soul Saga,PS4,Misc,Disastercake,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Soul Saga,PC,Misc,Disastercake,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Soul Saga,OSX,Misc,Disastercake,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,SoulCalibur,Arc,Misc,Namco,Unknown,,,,,,,1998-07-30, -/games/boxart/default.jpg,SoulCalibur,And,Misc,Namco Bandai Games,Unknown,,,,,,,2013-11-20, -/games/boxart/default.jpg,SoulCalibur II,Arc,Misc,Namco,Unknown,,,,,,,2002-12-31, -/games/boxart/default.jpg,SoulCalibur II,X360,Misc,Namco Bandai Games,Unknown,,,,,,,2013-11-20, -/games/boxart/default.jpg,SoulCalibur II,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2013-11-19, -/games/boxart/default.jpg,SoulCalibur: Lost Swords,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-22, -/games/boxart/default.jpg,Soulcalibur: Unbreakable Soul,And,Misc,Namco Bandai Games,Unknown,,,,,,,2020-12-31, -/games/boxart/full_8808820AmericaFrontccc.jpg,Sound Shapes,PSV,Misc,Sony Computer Entertainment,Queasy Games,,,,,,,2012-08-07, -/games/boxart/full_2739580AmericaFrontccc.jpg,Sound Shapes,PS3,Misc,Sony Computer Entertainment,Queasy Games,,,,,,,2012-08-07,2018-09-14 -/games/boxart/full_54729AmericaFrontccc.jpg,Sound Shapes,PS4,Misc,Sony Computer Entertainment,Queasy Games,,,,,,,2013-11-15,2018-09-14 -/games/boxart/default.jpg,Source,XOne,Misc,Fenix Fire,Unknown,,,,,,,2015-07-01, -/games/boxart/default.jpg,Source,PS4,Misc,Fenix Fire,Unknown,,,,,,,2015-07-01, -/games/boxart/default.jpg,Source,PC,Misc,Fenix Fire,Unknown,,,,,,,2015-01-01, -/games/boxart/full_109887JapanFrontccc.jpg,Souryu: Logical Mahjong,PS,Misc,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1996-12-20, -/games/boxart/full_3920949AmericaFrontccc.jpg,South Park: Chef's Luv Shack,DC,Misc,Acclaim Entertainment,Acclaim Studios Austin,4.6,,,,,,1999-10-31, -/games/boxart/full_6294489AmericaFrontccc.jpg,South Park: Chef's Luv Shack,PC,Misc,Acclaim Entertainment,Acclaim Studios Austin,5.2,,,,,,1999-11-30, -/games/boxart/full_5665454PALFrontccc.jpg,Space Channel 5,PS2,Misc,Sony Computer Entertainment,United Game Artists,,,,,,,2002-03-15, -/games/boxart/2868292ccc.jpg,Space Channel 5,DC,Misc,Sega,United Game Artists,8.1,,,,,,2000-06-04, -/games/boxart/full_space-channel-5-part-2_4PALFront.jpg,Space Channel 5 Part 2,PS2,Misc,Sega,United Game Artists,,,,,,,2002-11-28, -/games/boxart/full_4180515JapanFrontccc.jpg,Space Channel 5 Part 2,DC,Misc,Sega,United Game Artists,,,,,,,2002-02-14, -/games/boxart/full_space-channel-5-part-2_170AmericaFront.jpg,Space Channel 5 Part 2,PSN,Misc,Sega,United Game Artists,,,,,,,2011-10-04, -/games/boxart/full_space-channel-5-part-2_623AmericaFront.jpg,Space Channel 5 Part 2,XBL,Misc,Sega,United Game Artists,,,,,,,2011-10-05, -/games/boxart/default.jpg,Space City,And,Misc,Kemco,Unknown,,,,,,,2014-02-03, -/games/boxart/default.jpg,Space City,WiiU,Misc,Natsume,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Space Farmers,Linux,Misc,Kiss,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Space Farmers,OSX,Misc,Kiss,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Space Farmers,PC,Misc,Kiss,Unknown,,,,,,,2014-04-17, -/games/boxart/full_14165AmericaFrontccc.jpg,Space Math,XBL,Misc,Microsoft,hotshot 10101,,,,,,,2009-07-29, -/games/boxart/default.jpg,Space Noir,And,Misc,Unity Games,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Space Noir,PC,Misc,Unity Games,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Space Smasher,WinP,Misc,Unknown,Unknown,,,,,,,2014-02-24, -/games/boxart/default.jpg,Space Smasher,PC,Misc,Unknown,Unknown,,,,,,,2014-02-24, -/games/boxart/default.jpg,SpaceCom,PC,Misc,one2tribe Sp. z o.o.,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,SpaceVenture,PC,Misc,Unknown,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Spandex Force: Champion Rising,And,Misc,Unknown,Unknown,,,,,,,2014-04-11, -/games/boxart/default.jpg,Spandex Force: Champion Rising,PC,Misc,Unknown,Unknown,,,,,,,2014-04-11, -/games/boxart/full_8391535AmericaFrontccc.jpg,Sparkle Snapshots,DSiW,Misc,Nintendo,Nintendo,,,,,,,2009-11-02, -/games/boxart/default.jpg,Sparkle Unleashed,And,Misc,10tons Ltd,Unknown,,,,,,,2014-04-16, -/games/boxart/full_8401296JapanFrontccc.jpg,Sparrow Garden: Namco Mahjong,PS,Misc,Namco,Namco,,,,,,,1996-01-01, -/games/boxart/default.jpg,Sparta II: Alexander the Great,PC,Misc,Lace Mamba Global,Unknown,,,,,,,2012-03-16, -/games/boxart/default.jpg,Spartacus Legends,PS3,Misc,Ubisoft,Unknown,,,,,,,2013-06-25, -/games/boxart/default.jpg,Spartacus Legends,X360,Misc,Ubisoft,Unknown,,,,,,,2013-06-26, -/games/boxart/default.jpg,Spartan Wars: Empire of Honor,And,Misc,Tap4Fun,Unknown,,,,,,,2012-12-05, -/games/boxart/default.jpg,Spate,PC,Misc,Ayyo Games,Unknown,,,,,,,2014-03-27, -/games/boxart/full_7928486JapanFrontccc.jpg,Spawn: The Ultimate,PS,Misc,Oracion,Unknown,,,,,,,1998-12-17, -/games/boxart/default.jpg,Special Enquiry Detail: Engaged to Kill Full,And,Misc,G5 Entertainment,Unknown,,,,,,,2013-09-28, -/games/boxart/default.jpg,Special Enquiry Detail: The Hand that Feeds Full,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-09-29, -/games/boxart/full_9755049AmericaFrontccc.jpg,Spectra Musical Massage,XBL,Misc,Microsoft,Pow Studios,,,,,,,2009-08-04, -/games/boxart/full_1313795AmericaFrontccc.jpg,Speed,XBL,Misc,Microsoft,Mouse88,,,,,,,2009-12-28, -/games/boxart/full_1149259AmericaFrontccc.jpg,Speed Factory,XBL,Misc,Microsoft,Bradleat,,,,,,,2009-10-22, -/games/boxart/full_795260AmericaFrontccc.jpg,SpeedMath,XBL,Misc,Microsoft,Michael Lee,,,,,,,2009-05-19, -/games/boxart/default.jpg,Spell Quest: Grimm's Journey,And,Misc,Mark Smith,Unknown,,,,,,,2014-02-05, -/games/boxart/full_6428057PALFrontccc.jpg,Spellbound Party,Wii,Misc,505 Games,Unknown,,,,,,,2010-04-23, -/games/boxart/default.jpg,Spellcreepers,And,Misc,bitComposer Games,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Spellforce Universe,XOne,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,Spellforce Universe,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,Spellforce Universe,PS4,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,Spellforce Universe,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-03-18, -/games/boxart/default.jpg,Spellforce Universe,And,Misc,Namco Bandai Games,Unknown,,,,,,,2011-10-14, -/games/boxart/default.jpg,Spelunky,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-08-27, -/games/boxart/default.jpg,Spelunky,PS3,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2013-08-27, -/games/boxart/default.jpg,Spice Road,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Spider-Man 2 Activity Center,PC,Misc,Activision Value,Unknown,,,,,,,2004-06-28, -/games/boxart/full_3510718AmericaFrontccc.jpg,SpiderEvader,XBL,Misc,Microsoft,SRH,,,,,,,2009-09-29, -/games/boxart/full_8221564AmericaFrontccc.jpg,Spin the Bottle: Bumpie's Party,WiiU,Misc,KnapNok Games,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Spirit Hunters Inc: Light,DSi,Misc,Nnooo,Unknown,,,,,,,2012-11-22, -/games/boxart/default.jpg,Spirit Hunters Inc: Light,3DS,Misc,Nnooo,Unknown,,,,,,,2012-11-22, -/games/boxart/default.jpg,Spirit Hunters Inc: Shadow,DSi,Misc,Nnooo,Unknown,,,,,,,2012-11-22, -/games/boxart/default.jpg,Spirit Hunters Inc: Shadow,3DS,Misc,Nnooo,Unknown,,,,,,,2012-11-22, -/games/boxart/full_9384281AmericaFrontccc.jpg,Spirit Whirled,XBL,Misc,Microsoft,cgIRIS,,,,,,,2009-02-25, -/games/boxart/default.jpg,Spirited Heart,And,Misc,Winter Wolves Game Studio,Unknown,,,,,,,2013-04-11, -/games/boxart/default.jpg,Spirited Heart,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2009-04-14, -/games/boxart/default.jpg,Spirited Heart,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2009-04-14, -/games/boxart/default.jpg,Spirited Heart,PC,Misc,Fabio Ricci,Unknown,,,,,,,2009-04-14, -/games/boxart/9723151ccc.jpg,Splat Renegade Paintball,PC,Misc,Take-Two Interactive,Cat Daddy Games,,,,,,,2005-10-11, -/games/boxart/default.jpg,Splatterhouse (Arcade),TG16,Misc,Namco,Unknown,,,,,,,1990-04-21, -/games/boxart/default.jpg,Splemy,WinP,Misc,Midway Studios San Diego,Unknown,,,,,,,2014-04-25, -/games/boxart/full_7531588PALFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom + Jimmy Neutron Boy Genius,GBA,Misc,THQ,"Vicarious Visions / Human Soft, Inc.",,,,,,,2005-06-30, -/games/boxart/default.jpg,"SpongeBob SquarePants: Lights, Camera, Pants!",DS,Misc,Unknown,THQ,,,,,,,, -/games/boxart/full_sports-trivia_2AmericaFront.jpg,Sports Trivia,GG,Misc,Sega,Adrenalin Interactive,,,,,,,1995-01-01, -/games/boxart/full_sports-trivia-championship-edition_4AmericaFront.jpg,Sports Trivia: Championship Edition,GG,Misc,Sega,Adrenalin Interactive,,,,,,,1995-01-01, -/games/boxart/default.jpg,SPORTSFRIENDS,Linux,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,SPORTSFRIENDS,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,SPORTSFRIENDS,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,SPORTSFRIENDS,PS4,Misc,Unknown,Unknown,,,,,,,2014-05-06, -/games/boxart/default.jpg,SPORTSFRIENDS,PS3,Misc,Unknown,Unknown,,,,,,,2014-05-06, -/games/boxart/default.jpg,Spot It! Mean Machines,3DS,Misc,Big John Games,Unknown,,,,,,,2012-11-01, -/games/boxart/default.jpg,Spot It! Mean Machines,DSi,Misc,Big John Games,Unknown,,,,,,,2012-11-01, -/games/boxart/default.jpg,Spy Mouse,And,Misc,EA Mobile,Unknown,,,,,,,2011-08-25, -/games/boxart/full_8347191AmericaFrontccc.jpg,Sqong Christmas,XBL,Misc,Microsoft,Mexond,,,,,,,2009-12-02, -/games/boxart/default.jpg,Squibs Arcade,WW,Misc,Unknown,Alten8,,,,,,,, -/games/boxart/default.jpg,Squids Odyssey,3DS,Misc,The Game Bakers,Unknown,,,,,,,2014-07-03, -/games/boxart/default.jpg,Squids Odyssey,WiiU,Misc,The Game Bakers,Unknown,,,,,,,2014-05-22, -/games/boxart/full_2043629AmericaFrontccc.jpg,Squirm,XBL,Misc,Microsoft,owlisland,,,,,,,2009-12-02, -/games/boxart/default.jpg,Stack Rabbit,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-10-31, -/games/boxart/full_2044223AmericaFrontccc.jpg,Stacked with Daniel Negreanu,PC,Misc,Myelin Media,5000ft,,,,,,,2006-05-30, -/games/boxart/default.jpg,Staking Claims,PC,Misc,Kongregate,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Staking Claims,And,Misc,Unknown,Unknown,,,,,,,2014-02-27, -/games/boxart/default.jpg,Stand O'Food,PSP,Misc,G5 Entertainment,Unknown,,,,,,,2009-12-10, -/games/boxart/default.jpg,Stand O'Food,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2011-01-06, -/games/boxart/default.jpg,Stand O'Food,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-06-28, -/games/boxart/default.jpg,Stand O'Food,PC,Misc,G5 Entertainment,Unknown,,,,,,,2011-01-06, -/games/boxart/default.jpg,Stand OFood 3 Full,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-09-22, -/games/boxart/default.jpg,Stand OFood 3 Full,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2011-06-02, -/games/boxart/default.jpg,Stand OFood 3 Full,PC,Misc,G5 Entertainment,Unknown,,,,,,,2013-03-07, -/games/boxart/default.jpg,Star Blitz,And,Misc,Unknown,Unknown,,,,,,,2014-02-06, -/games/boxart/full_759083AmericaFrontccc.jpg,Star Chart,XBL,Misc,Microsoft,Escapist Games,,,,,,,2010-03-21, -/games/boxart/full_1433747AmericaFrontccc.png,Star Citizen,PC,Misc,Cloud Imperium Games Corporation,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Star Girl: Valentine Hearts,And,Misc,Animoca,Unknown,,,,,,,2014-02-06, -/games/boxart/full_4883087JapanFrontccc.jpg,Star Komi: Star Communicator,GBA,Misc,Konami,Konami,,,,,,,2001-07-26, -/games/boxart/default.jpg,Star Lords,OSX,Misc,Iceberg Interactive,Unknown,,,,,,,2013-12-06, -/games/boxart/default.jpg,Star Lords,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2013-12-06, -/games/boxart/full_star-ninja_561AmericaFront.jpg,Star Ninja,XBL,Misc,Microsoft,Bounding Box Games LLC,,,,,,,2011-07-21, -/games/boxart/default.jpg,Star Ocean: The Last Hope,PS3,Misc,Square Enix,Unknown,,,,,,,2010-02-08, -/games/boxart/default.jpg,Star Trek: The Rebel Universe,AST,Misc,Simon & Schuster Interactive,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Star Trek: The Rebel Universe,Amig,Misc,Simon & Schuster Interactive,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Star Trek: The Rebel Universe,C64,Misc,Simon & Schuster Interactive,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Star Warfare:Alien Invasion,And,Misc,Freyr Games,Unknown,,,,,,,2012-01-22, -/games/boxart/1068755ccc.jpg,Star Wars Chess,SCD,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, -/games/boxart/9614838ccc.jpg,Star Wars Chess,PC,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, -/games/boxart/full_9900114AmericaFrontccc.jpg,Star Wars Galaxies Trading Card Game: Champions of the Force,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-08-27, -/games/boxart/default.jpg,Star Wars Pinball,And,Misc,Zen Studios,Unknown,,,,,,,2013-03-19, -/games/boxart/default.jpg,Star Wars Pinball,PS3,Misc,Zen Studios,Unknown,,,,,,,2013-05-14, -/games/boxart/default.jpg,Star Wars Pinball,PSV,Misc,Zen Studios,Unknown,,,,,,,2013-05-14, -/games/boxart/default.jpg,Star Wars: 1313,X360,Misc,LucasArts,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Star Wars: 1313,PS3,Misc,LucasArts,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Star Wars: 1313,PC,Misc,LucasArts,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Star Wars: Assault Team,And,Misc,LucasArts,Unknown,,,,,,,2014-03-27, -/games/boxart/full_star-wars-fan-favorite-ii_122AmericaFront.jpg,Star Wars: Fan Favorites II,PC,Misc,LucasArts,Various,,,,,,,2010-10-04, -/games/boxart/full_star-wars-the-best-of-pc_763AmericaFront.jpg,Star Wars: The Best of PC,PC,Misc,LucasArts,Various,,,,,,,2006-11-21, -/games/boxart/default.jpg,Star Wars: Tiny Death Star,And,Misc,LucasArts,Unknown,,,,,,,2013-11-07, -/games/boxart/default.jpg,Starbound,Ouya,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Starbound,OSX,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Starbound,Linux,Misc,"Infocom, Inc.",Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,StarCraft,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,1999-01-01, -/games/boxart/default.jpg,StarCraft II: Heart of the Swarm,OSX,Misc,Unknown,Unknown,,,,,,,2013-03-12, -/games/boxart/default.jpg,StarCraft II: Legacy of the Void,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2015-11-10, -/games/boxart/default.jpg,StarCraft II: Legacy of the Void,Linux,Misc,Gaslamp Games,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,StarCraft II: Wings of Liberty,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2010-01-27, -/games/boxart/default.jpg,StarDrive 2,OSX,Misc,Iceberg Interactive,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,StarDrive 2,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,StarDrive 2,Linux,Misc,Iceberg Interactive,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,StarForge,PC,Misc,Unknown,Unknown,,,,,,,2014-09-22, -/games/boxart/default.jpg,Stargate,NES,Misc,HAL Laboratory,Unknown,,,,,,,1988-01-01, -/games/boxart/default.jpg,Stargate,C64,Misc,Atari,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Stargate,Arc,Misc,"Williams Electronic Games, Inc.",Unknown,,,,,,,1981-10-21, -/games/boxart/default.jpg,Starlight Inception,PC,Misc,Unknown,Unknown,,,,,,,2014-04-22, -/games/boxart/default.jpg,Starlite Astronaut Academy: G-Ball,PC,Misc,NASA,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,Starlite Astronaut Academy: G-Ball,OSX,Misc,NASA,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,Starry * Sky: In Autumn - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-09-25, -/games/boxart/default.jpg,Starry * Sky: In Autumn - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-08-29, -/games/boxart/default.jpg,Starry * Sky: In Spring - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-03-27, -/games/boxart/default.jpg,Starry * Sky: In Spring - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-04-25, -/games/boxart/default.jpg,Starry * Sky: In Summer - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-06-26, -/games/boxart/default.jpg,Starry * Sky: In Summer - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-06-27, -/games/boxart/default.jpg,Starry * Sky: In Winter - PSP Edition,PC,Misc,honeybee,Unknown,,,,,,,2009-12-25, -/games/boxart/default.jpg,Starry * Sky: In Winter - PSP Edition,3DS,Misc,honeybee,Unknown,,,,,,,2013-10-31, -/games/boxart/default.jpg,Starry ? Sky: After Summer,PC,Misc,honeybee,Unknown,,,,,,,2013-03-28, -/games/boxart/default.jpg,Starship Corporation,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Starwhal: Just the Tip,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Starwhal: Just the Tip,PS3,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Starwhal: Just the Tip,PC,Misc,Unknown,Unknown,,,,,,,2014-02-17, -/games/boxart/full_3017535AmericaFrontccc.jpeg,Stasis,PC,Misc,Daedalic Entertainment,Unknown,,,,,,,2015-08-31, -/games/boxart/649909ccc.jpg,Station Invasion,3DO,Misc,3DO,3DO,,,,,,,1994-01-01, -/games/boxart/full_1140997AmericaFrontccc.jpg,Stealth Inc.,PS4,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-03-19, -/games/boxart/full_1350098AmericaFrontccc.jpg,Stealth Inc.,PSV,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2013-07-23, -/games/boxart/full_8175084AmericaFrontccc.jpg,Stealth Inc.,PS3,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2013-07-23, -/games/boxart/full_4050030PALFrontccc.png,Stealth Inc. 2,WiiU,Misc,Curve Studios,Unknown,,,,,,,2014-10-23, -/games/boxart/default.jpg,Steam Battle,PC,Misc,Nekki,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Steam Battle,OSX,Misc,Nekki,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Steam Battle,Linux,Misc,Nekki,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8948230AmericaFrontccc.jpg,Stereo3D Gallery,XBL,Misc,Microsoft,Aztec,,,,,,,2009-09-05, -/games/boxart/default.jpg,Steve Jackson's Sorcery!,And,Misc,inkle,Unknown,,,,,,,2014-03-12, -/games/boxart/full_2295798JapanFrontccc.jpg,Steve Soresi no Business Eikaiwa PeraPera DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2010-03-11, -/games/boxart/full_9928101JapanFrontccc.jpg,Steve Soresi no Eikaiwa PeraPera DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2010-03-11, -/games/boxart/default.jpg,Stick It to the Man,PSV,Misc,Zoink Games,Unknown,,,,,,,2013-12-03, -/games/boxart/default.jpg,Stick It to the Man,PS3,Misc,Zoink Games,Unknown,,,,,,,2013-11-19, -/games/boxart/default.jpg,Stick It to the Man,PS4,Misc,Zoink Games,Unknown,,,,,,,2014-05-06, -/games/boxart/default.jpg,Stick It to the Man,WiiU,Misc,Zoink Games,Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Stick It to the Man,PC,Misc,Triniti Interactive,Unknown,,,,,,,2013-12-13, -/games/boxart/default.jpg,Stick Ranger,PC,Misc,DAN-BALL,Unknown,,,,,,,2008-07-18, -/games/boxart/default.jpg,Stickman Soccer,And,Misc,Tencent Games,Unknown,,,,,,,2013-11-27, -/games/boxart/default.jpg,Stickman Soccer 2014,And,Misc,Tencent Games,Unknown,,,,,,,2014-06-04, -/games/boxart/default.jpg,Stone Quarry Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2012-03-09, -/games/boxart/default.jpg,Stonehearth,PC,Misc,SIMS Co.,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Stonehearth,OSX,Misc,SIMS Co.,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Stonehearth,Linux,Misc,SIMS Co.,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Stonekeep: Bones of the Ancestors,Wii,Misc,Interplay,Unknown,,,,,,,2012-01-19, -/games/boxart/default.jpg,Stranded,OSX,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Stranded,Linux,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Stranded,PC,Misc,Good Shepherd Entertainment,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Stranger of Sword City,PC,Misc,Experience Inc.,Unknown,,,,,,,2014-08-22, -/games/boxart/full_stratego-next-edition_359AmericaFront.jpg,Stratego: Next Edition,DSiW,Misc,Games Factory Online,Games Factory Online,,,,,,,2011-06-23, -/games/boxart/full_5842661PALFrontccc.jpg,Street Dance,PS2,Misc,Oxygen Interactive,Broadsword Interactive,,,,,,,2006-10-20, -/games/boxart/default.jpg,Street Fighter,TG16,Misc,NEC Avenue,Unknown,,,,,,,1989-12-01, -/games/boxart/default.jpg,Street Fighter,Arc,Misc,Capcom,Unknown,,,,,,,1987-12-01, -/games/boxart/default.jpg,Street Fighter Alpha 2,WiiU,Misc,Capcom,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Street Fighter Alpha Anthology,X360,Misc,Capcom,Unknown,,,,,,,2012-09-26, -/games/boxart/default.jpg,Street Fighter Alpha Anthology,PS3,Misc,Capcom,Unknown,,,,,,,2012-09-25, -/games/boxart/default.jpg,StreetRace Rivals,BRW,Misc,Glu Games,Unknown,,,,,,,2013-06-08, -/games/boxart/default.jpg,Streets of Rage 2,PC,Misc,Sega,Unknown,,,,,,,2011-01-26, -/games/boxart/default.jpg,Streets of Rage 3,PC,Misc,Sega,Unknown,,,,,,,2012-05-03, -/games/boxart/default.jpg,Strictly Come Dancing,Wii,Misc,Unknown,Ubisoft,,,,,,,, -/games/boxart/default.jpg,Strictly Come Dancing,PS3,Misc,Unknown,Ubisoft,,,,,,,, -/games/boxart/default.jpg,Strictly Come Dancing,X360,Misc,Unknown,Ubisoft,,,,,,,, -/games/boxart/full_3149754AmericaFrontccc.jpg,Strike Suit Zero,PS4,Misc,Born Ready Games,Unknown,,,,,,,2014-04-01, -/games/boxart/full_1636608AmericaFrontccc.jpg,Strike Suit Zero,XOne,Misc,Born Ready Games,Unknown,,,,,,,2014-04-01, -/games/boxart/full_2273197AmericaFrontccc.jpg,Strike Suit Zero,Linux,Misc,Born Ready Games,Unknown,,,,,,,2013-08-09, -/games/boxart/full_7793853AmericaFrontccc.jpg,Strike Suit Zero,OSX,Misc,Born Ready Games,Unknown,,,,,,,2013-08-09, -/games/boxart/default.jpg,Strike Vector,PC,Misc,Ragequit Corporation,Unknown,,,,,,,2014-01-28, -/games/boxart/full_7462133AmericaFrontccc.jpg,Strip Poker II: A Sizzling Game of Chance,PC,Misc,Artworx Software Company,"Artworx Software Co, Inc.",,,,,,,1988-01-01, -/games/boxart/full_1046824AmericaFrontccc.jpg,Strip Poker: A Sizzling Game of Chance,PC,Misc,Artworx Software Company,"Artworx Software Co, Inc.",,,,,,,1985-01-01, -/games/boxart/default.jpg,Students of the Round,PSP,Misc,Experience Inc.,Unknown,,,,,,,2010-04-30, -/games/boxart/default.jpg,Students of the Round,PC,Misc,Experience Inc.,Unknown,,,,,,,2010-04-30, -/games/boxart/default.jpg,Students of the Round,X360,Misc,Experience Inc.,Unknown,,,,,,,2010-04-30, -/games/boxart/default.jpg,Stunt Guy 2.0,And,Misc,Unknown,Unknown,,,,,,,2014-04-16, -/games/boxart/full_9576394JapanFrontccc.jpg,Style Book: Fushigi Boshi no Futago Hime Gyu!,DS,Misc,Bandai,Bandai,,,,,,,2006-03-23, -/games/boxart/default.jpg,Subete Gatsugun Agaru Kimochi Chiyosa! Kotobashi-ru,DSiW,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2010-11-10, -/games/boxart/default.jpg,Subject 9,OSX,Misc,Unknown,Unknown,,,,,,,2013-08-16, -/games/boxart/default.jpg,Subject 9,PC,Misc,Unknown,Unknown,,,,,,,2013-08-16, -/games/boxart/default.jpg,Subway Surfers,And,Misc,Kiloo Games,Unknown,,,,,,,2012-05-24, -/games/boxart/default.jpg,Successfully Learning English: Year 2,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-04-15, -/games/boxart/default.jpg,Successfully Learning English: Year 3,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-04-29, -/games/boxart/default.jpg,Successfully Learning English: Year 4,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-05-13, -/games/boxart/default.jpg,Successfully Learning English: Year 5,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-05-27, -/games/boxart/default.jpg,Successfully Learning German Year 4,DSiW,Misc,Unknown,Tivola Publishing GmbH,,,,,,,, -/games/boxart/default.jpg,Successfully Learning German: Year 2,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-17, -/games/boxart/default.jpg,Successfully Learning German: Year 2,WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-17, -/games/boxart/default.jpg,Successfully Learning German: Year 3,DSiW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-30, -/games/boxart/default.jpg,Successfully Learning German: Year 3,WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-06-30, -/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 2",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-04, -/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 3",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-11, -/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 4",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-03-25, -/games/boxart/default.jpg,"Successfully Learning: Mathematics, Year 5",WW,Misc,Tivola,Tivola Interactive Media,,,,,,,2011-04-08, -/games/boxart/full_5861324AmericaFrontccc.jpg,SUDOKU,DSiW,Misc,Electronic Arts,Electronic Arts,,,,,,,2009-10-26, -/games/boxart/full_sugoro-quest-dice-no-senshi-tachi_2JapanFront.jpg,Sugoro Quest: Dice no Senshi Tachi,NES,Misc,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1991-06-28, -/games/boxart/full_sugoro-quest-dice-no-senshi-tachi_142JapanFront.jpg,Sugoro Quest: Dice no Senshi Tachi,VC,Misc,Arc System Works,Arc System Works,,,,,,,, -/games/boxart/default.jpg,Sukusuku Native Eigoki Calendar,DSiW,Misc,IE Institute,IE Institute,,,,,,,2010-05-26, -/games/boxart/default.jpg,Sumeragi Ryouko no Bitch na 1 nichi,PC,Misc,Unknown,CodePink,,,,,,,2011-07-29, -/games/boxart/default.jpg,Summer Games 3D,And,Misc,Tangram3D,Unknown,,,,,,,2011-09-15, -/games/boxart/default.jpg,SUMMON MASTERS,And,Misc,BiCore,Unknown,,,,,,,2014-03-05, -/games/boxart/1132384ccc.jpg,Super Action Pack,2600,Misc,Activision,Activision,,,,,,,1988-01-01, -/games/boxart/full_748232JapanFrontccc.jpg,Super B-Daman Battle Phoenix 64,N64,Misc,Hudson Soft,Takara,,,,,,,1998-07-24, -/games/boxart/default.jpg,Super Black Bass 3D,3DS,Misc,Rising Star Games,Unknown,,,,,,,2013-09-19, -/games/boxart/686143ccc.jpg,Super Caesars Palace,SNES,Misc,Virgin Interactive,Illusions Gaming Company,,,,,,,1993-01-01, -/games/boxart/full_super-double-yakuman_14JapanFront.jpg,Super Double Yakuman,SNES,Misc,Vap,Vap,,,,,,,1994-04-01, -/games/boxart/full_super-double-yakuman-ii_168JapanFront.jpg,Super Double Yakuman II,SNES,Misc,Vap,Vap,,,,,,,1997-03-14, -/games/boxart/default.jpg,Super DX Ball,PC,Misc,Independent,Blitwise Productions,,,,,,,2006-02-03, -/games/boxart/full_687935AmericaFrontccc.jpg,Super Game Boy,SNES,Misc,Nintendo,Nintendo,,,,,,,1994-06-14, -/games/boxart/default.jpg,Super High Impact,GEN,Misc,Arena Entertainment,Unknown,,,,,,,1992-01-01, -/games/boxart/5522281ccc.jpg,Super Jeopardy!,NES,Misc,GameTek,GameTek,,,,,,,1991-09-01, -/games/boxart/full_super-jinsei-game_863JapanFront.jpg,Super Jinsei Game,SNES,Misc,Takara,Takara,,,,,,,1994-03-18, -/games/boxart/full_super-jinsei-game-3_367JapanFront.jpg,Super Jinsei Game 3,SNES,Misc,Takara,Takara,,,,,,,1996-11-29, -/games/boxart/default.jpg,Super Kid Cannon,PC,Misc,Skyjoy Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Super Kid Cannon,And,Misc,Skyjoy Interactive,Unknown,,,,,,,2015-01-01, -/games/boxart/full_4144206JapanFrontccc.jpg,Super Mahjong,SNES,Misc,I'Max,I'Max,,,,,,,1992-08-22, -/games/boxart/full_super-mahjong-3-karakuchi_242JapanFront.jpg,Super Mahjong 3: Karakuchi,SNES,Misc,I'Max,I'Max,,,,,,,1994-11-25, -/games/boxart/default.jpg,Super Mario Bros.,WiiU,Misc,Nintendo,Unknown,,,,,,,2013-09-19, -/games/boxart/default.jpg,Super Mario Bros.,3DS,Misc,Nintendo,Unknown,,,,,,,2012-02-16, -/games/boxart/1173429ccc.jpg,Super Mario Bros. / Duck Hunt,NES,Misc,Nintendo,Nintendo,,,,,,,1988-11-01, -/games/boxart/8627085ccc.jpg,Super Mario Bros. / Duck Hunt / World Class Track Meet,NES,Misc,Nintendo,Nintendo / Bandai,,,,,,,1990-12-01, -/games/boxart/full_6499299PALFrontccc.jpg,Super Mario Bros. / Tetris / Nintendo World Cup,NES,Misc,Nintendo,Nintendo,,,,,,,1988-11-01, -/games/boxart/default.jpg,Super Mario Bros. 3,3DS,Misc,Nintendo,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Super Mario Bros. 3,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Super Mario Bros.: The Lost Levels,3DS,Misc,Nintendo,Unknown,,,,,,,2012-12-27, -/games/boxart/full_6622213AmericaFrontccc.png,Super Mario World 2: Yoshi's Island,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-24, -/games/boxart/full_super-me-mail-gb-me-mail-bear-no-happy-mail-town_132JapanFront.jpg,Super Me-Mail GB: Me-Mail Bear no Happy Mail Town,GB,Misc,Konami,Konami,,,,,,,2000-12-01, -/games/boxart/full_super-mic-chan_457JapanFront.jpg,Super Micchan,PS2,Misc,Pacific Century Cyber Works,Jaleco Entertainment,,,,,,,2001-04-26, -/games/boxart/full_super-momotarou-dentetsu_5JapanFront.jpg,Super Momotarou Dentetsu,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1989-09-15, -/games/boxart/full_super-momotarou-dentetsu-ii_1JapanFront.jpg,Super Momotarou Dentetsu II,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1991-12-20, -/games/boxart/full_6070030JapanFrontccc.jpg,Super Momotarou Dentetsu II,SNES,Misc,Hudson Soft,Hudson Soft,,,,,,,1992-08-07, -/games/boxart/full_super-momotarou-dentetsu-iii_7JapanFront.jpg,Super Momotarou Dentetsu III,GG,Misc,Hudson Soft,Hudson Soft,,,,,,,1995-12-15, -/games/boxart/default.jpg,Super Monkey Ball Bounce,And,Misc,Sega,Unknown,,,,,,,2014-09-04, -/games/boxart/full_9505869AmericaFrontccc.jpg,Super Motherload,PS4,Misc,XGen Studios,Unknown,,,,,,,2014-01-01, -/games/boxart/full_8310258AmericaFrontccc.jpg,Super Motherload,PS3,Misc,XGen Studios,Unknown,,,,,,,2014-01-01, -/games/boxart/full_653084AmericaFrontccc.jpg,Super Motherload,PC,Misc,XGen Studios,Unknown,,,,,,,2013-11-15, -/games/boxart/full_1689185AmericaFrontccc.jpg,Super Motherload,OSX,Misc,XGen Studios,Unknown,,,,,,,2013-11-15, -/games/boxart/full_5803506AmericaFrontccc.jpg,Super Pinball: Behind the Mask,SNES,Misc,Nintendo,"KAZe Co., Ltd.",,,,,,,1994-11-01, -/games/boxart/default.jpg,Super Puzzle Platformer Deluxe,PC,Misc,Adult Swim,Unknown,,,,,,,2013-05-24, -/games/boxart/full_4975375JapanFrontccc.jpg,Super Real Mahjong Dousoukai,GBA,Misc,Rocket Company,Rocket Company,,,,,,,2004-11-04, -/games/boxart/full_7234977JapanFrontccc.jpg,Super Real Mahjong P 5 FX,PCFX,Misc,Naxat Soft,Seta Corporation,,,,,,,1996-03-29, -/games/boxart/full_4905388JapanFrontccc.jpg,Super Real Mahjong P 7,SAT,Misc,Seta Corporation,Seta Corporation,,,,,,,1998-05-21, -/games/boxart/full_super-real-mahjong-p5_3JapanFront.jpg,Super Real Mahjong P V,3DO,Misc,Seta Corporation,Seta Corporation,,,,,,,1995-12-15, -/games/boxart/full_9628587JapanFrontccc.jpg,Super Real Mahjong P VI,SAT,Misc,Seta Corporation,Seta Corporation,,,,,,,1996-05-17, -/games/boxart/full_super-real-mahjong-p4-aishou-shindan_1JapanFront.jpg,Super Real Mahjong PIV + Aishou Shindan,3DO,Misc,Seta Corporation,Seta Corporation,,,,,,,1995-03-10, -/games/boxart/full_4977318JapanFrontccc.jpg,Super Robot Pinball,GB,Misc,Media Factory,Media Factory,,,,,,,2001-02-23, -/games/boxart/1093590ccc.jpg,Super Scrabble,GB,Misc,Milton Bradley,Imagineering Inc,,,,,,,1991-03-01, -/games/boxart/full_930337JapanFrontccc.jpg,Super Shogi,SNES,Misc,I'Max,Unknown,,,,,,,1992-06-19, -/games/boxart/full_super-street-fighter-ii-turbo-pinball-fx_389AmericaFront.jpg,Super Street Fighter II Turbo Pinball FX,XBL,Misc,Capcom,Zen Studios,,,,,,,2008-11-13, -/games/boxart/full_7833604JapanFrontccc.jpg,Super Tempo,SAT,Misc,MediaQuest,Aspect Co. Ltd.,,,,,,,1998-04-29, -/games/boxart/default.jpg,Super Time Force,XOne,Misc,Capybara Games,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,Super Time Force,X360,Misc,Capybara Games,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,Super Toy Cars,PC,Misc,Eclipse Entertainment,Unknown,,,,,,,2014-02-27, -/games/boxart/full_super-trump-collection_10JapanFront.jpg,Super Trump Collection,SNES,Misc,Bottom Up,Bottom Up,,,,,,,1995-04-21, -/games/boxart/full_super-trump-collection-2_2JapanFront.jpg,Super Trump Collection 2,SNES,Misc,Bottom Up,Bottom Up,,,,,,,1996-07-19, -/games/boxart/full_super-uno_49JapanFront.jpg,Super UNO,SNES,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1993-11-12, -/games/boxart/default.jpg,Super Win the Game,Linux,Misc,Minor Key Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Super Win the Game,OSX,Misc,Minor Key Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Super Win the Game,PC,Misc,Minor Key Games,Unknown,,,,,,,2015-01-01, -/games/boxart/full_5204209JapanFrontccc.jpg,Super Zugan 2: Tsukanpo Fighter,SNES,Misc,J-Wing,J-Wing,,,,,,,1994-12-30, -/games/boxart/full_super-zugan-hakotenjou-kara-no-shoutai_470JapanFront.jpg,Super Zugan: Hakotenjou kara no Shoutai,SNES,Misc,Electronic Arts Victor,Electronic Arts,,,,,,,1994-02-11, -/games/boxart/default.jpg,Superheroes Mania,And,Misc,Advanced Studio LLC,Unknown,,,,,,,2014-03-13, -/games/boxart/full_1337018JapanFrontccc.jpg,SuperLite 3-in-1: Arcade Classic Shuu,PS,Misc,Success,Success,,,,,,,2002-01-24, -/games/boxart/full_3908651AmericaFrontccc.jpg,Superman Activity Center,PC,Misc,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,1998-01-01, -/games/boxart/default.jpg,Superstar Dance Club: #1 Hits!!!,PSN,Misc,XS Games,Warashi,,,,,,,2010-03-11, -/games/boxart/full_2499585AmericaFrontccc.jpg,Superstar Dance Club: #1. Hits!!!,PS,Misc,XS Games,Warashi,,,,,,,2002-12-01, -/games/boxart/default.jpg,Supreme Ruler 1936,PC,Misc,BattleGoat Studios,Unknown,,,,,,,2014-05-09, -/games/boxart/default.jpg,Surgeon Simulator 2013,OSX,Misc,Bossa Studios,Unknown,,,,,,,2013-04-19, -/games/boxart/default.jpg,Surgeon Simulator 2013,Linux,Misc,Bossa Studios,Unknown,,,,,,,2013-04-19, -/games/boxart/default.jpg,Survarium,PC,Misc,Way Forward,Unknown,,,,,,,2014-01-01, -/games/boxart/full_4060996AmericaFrontccc.jpg,Sushi Bumper,XBL,Misc,Microsoft,Tinderbox,,,,,,,2009-06-17, -/games/boxart/full_662993JapanFrontccc.jpg,Suugaku Master DS,DS,Misc,IE Institute,IE Institute,,,,,,,2009-10-15, -/games/boxart/full_suzuki-bakuhatsu_515JapanFront.jpg,Suzuki Bakuhatsu,PS,Misc,Enix,Enix Corporation,,,,,,,2000-07-06, -/games/boxart/default.jpg,Sweet Fuse: At Your Side,PSP,Misc,Aksys Games,Unknown,,,,,,,2013-08-27, -/games/boxart/default.jpg,Sweet Fuse: At Your Side,PSV,Misc,Aksys Games,Unknown,,,,,,,2013-08-27, -/games/boxart/default.jpg,Sweet Lily Dreams,PC,Misc,Unknown,Unknown,,,,,,,2014-05-16, -/games/boxart/default.jpg,Sweet Memories Blackjack,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-07-12, -/games/boxart/full_sweet-reversi_6AmericaFront.jpg,Sweet Reversi,PSN,Misc,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-15, -/games/boxart/default.jpg,Sweezy Gunner,PC,Misc,Unknown,Unknown,,,,,,,2014-05-06, -/games/boxart/default.jpg,Swipecart,PC,Misc,Unknown,Unknown,,,,,,,2014-05-08, -/games/boxart/full_9856058AmericaFrontccc.jpg,Switch Galaxy Ultra,PS4,Misc,Atomicom,Unknown,,,,,,,2015-01-01, -/games/boxart/full_3324894AmericaFrontccc.jpg,Switch Galaxy Ultra,PSV,Misc,Atomicom,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Sword of Fargoal,OSX,Misc,Chillingo,Unknown,,,,,,,2011-02-03, -/games/boxart/default.jpg,Sword of Fargoal,C64,Misc,Epyx,Unknown,,,,,,,1983-01-01, -/games/boxart/default.jpg,Sword of Fargoal 2,PC,Misc,Fargoal,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Sword of Fargoal 2,Linux,Misc,Fargoal,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Sword of Fargoal 2,OSX,Misc,Fargoal,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Swords & Soldiers II,WiiU,Misc,Ronimo Games,Unknown,,,,,,,2020-12-31, -/games/boxart/full_4741000PALFrontccc.jpg,Swords & Soldiers,WiiU,Misc,Ronimo Games,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,SXPD,And,Misc,Little Chicken Game Company,Unknown,,,,,,,2015-01-01, -/games/boxart/full_sylvania-melody_478JapanFront.jpg,Sylvania Melody: Mori no Nakama to Odori Mashi!,GB,Misc,Takara,Takara,,,,,,,2000-03-17, -/games/boxart/default.jpg,Syndicate,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_3912273AmericaFrontccc.jpg,System Override,XBL,Misc,Microsoft,Centurion Games,,,,,,,2009-06-25, -/games/boxart/default.jpg,T.E.C. 3001,Linux,Misc,Bulkypix,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,T.E.C. 3001,OSX,Misc,Bulkypix,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,T.E.C. 3001,PC,Misc,Bulkypix,Unknown,,,,,,,2014-04-10, -/games/boxart/default.jpg,T2: The Arcade Game,C64,Misc,Probe Entertainment Ltd.,Unknown,,,,,,,1987-01-01, -/games/boxart/full_3884751JapanFrontccc.jpg,Table Game Spirits,DS,Misc,Tasuke,Tasuke,,,,,,,2005-11-10, -/games/boxart/full_8774649JapanFrontccc.jpg,Table Game Spirits 2,DS,Misc,Tasuke,Tasuke,,,,,,,2006-12-07, -/games/boxart/full_8836765JapanFrontccc.jpg,Table Game Spirits V,DS,Misc,Tasuke,Tasuke,,,,,,,2009-06-25, -/games/boxart/690802ccc.jpg,Taboo: The Sixth Sense,NES,Misc,Tradewest,Rare Ltd.,,,,,,,1989-04-01, -/games/boxart/full_7187520JapanFrontccc.jpg,Taiko no Tatsujin Portable,PSP,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2005-08-04, -/games/boxart/full_824304JapanFrontccc.jpg,Taiko no Tatsujin: Atsumare! Matsuri Da!! Yondaime,PS2,Misc,Namco,Namco,,,,,,,2004-07-22, -/games/boxart/full_1255988JapanFrontccc.jpg,Taiko no Tatsujin: Doka! To Oomori Nanadaime,PS2,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2006-12-07, -/games/boxart/full_1753153JapanFrontccc.jpg,Taiko no Tatsujin: Tobikkiri! Anime Special,PS2,Misc,Namco,Namco,,,,,,,2005-08-04, -/games/boxart/full_2257765JapanFrontccc.jpg,Taiko no Tatsujin: Wai Wai Happy Rokudaime,PS2,Misc,Namco,Namco,,,,,,,2005-12-08, -/games/boxart/full_3409329JapanFrontccc.jpg,Taikyoku Igo: Shinzui Go Sennin,PS,Misc,J-Wing,J-Wing,,,,,,,1999-02-04, -/games/boxart/full_3125080JapanFrontccc.jpg,Taikyoku Mahjong: Net de Ron!,PS2,Misc,Arika,Arika,,,,,,,2001-12-20, -/games/boxart/full_taito-variety-pack_698JapanFront.jpg,Taito Variety Pack,GB,Misc,Taito,Taito Corporation,,,,,,,1997-02-28, -/games/boxart/full_taiyoku-igo-heisei-kiin_7JapanFront.jpg,Taiyoku Igo: Heisei Kiin,WS,Misc,Success,Kaga Tech,,,,,,,2000-02-24, -/games/boxart/full_6328029JapanFrontccc.jpg,Takahashi Akiko no Mahjong Seminar,XB,Misc,Success,Success,,,,,,,2002-06-13, -/games/boxart/full_4924691JapanFrontccc.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS,DS,Misc,Genki,Genki,,,,,,,2008-01-24, -/games/boxart/full_7066815JapanFrontccc.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS 2010 Nendohan,DS,Misc,Genki,Genki,,,,,,,2008-12-18, -/games/boxart/full_6684560JapanFrontccc.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS 2011 Nendohan,DS,Misc,Genki,Genki,,,,,,,2010-01-14, -/games/boxart/full_takahashi-shoten-kanshuu-saihinshutsu-spi-perfect-mondaishuu-ds-2012-nendohan_4JapanFront.jpg,Takahashi Shoten Kanshuu: Saihinshutsu! SPI Perfect Mondaishuu DS 2012 Nendohan,DS,Misc,Genki,Genki,,,,,,,2010-11-25, -/games/boxart/full_6610738JapanFrontccc.jpg,Take-Out! DS Series 1: Tetsudou Data File,DS,Misc,D3 Publisher,AIUEO-KAN,,,,,,,2009-01-22, -/games/boxart/full_9167920JapanFrontccc.jpg,Take-Out! DS Series 2: Yachou Daizukan,DS,Misc,D3 Publisher,AIUEO-KAN,,,,,,,2009-02-26, -/games/boxart/full_takemiya-masaki-kudan-no-igo-taishou_46JapanFront.jpg,Takemiya Masaki Kudan no Igo Taishou,SNES,Misc,KSS,KSS,,,,,,,1995-08-11, -/games/boxart/full_1261968JapanFrontccc.jpg,Takeshi no Sengoku Fuuunko,NES,Misc,Taito,Taito Corporation,,,,,,,1988-11-25, -/games/boxart/full_2388779JapanFrontccc.jpg,Tako no Marine,DC,Misc,Micro Cabin,Micro Cabin,,,,,,,2002-05-16, -/games/boxart/full_takuyo-mix-box-first-anniversary_10JapanFront.jpg,Takuyo Mix Box: First Anniversary,PSP,Misc,Takuyo,Takuyo,,,,,,,2010-07-29, -/games/boxart/default.jpg,Tales From Space: Mutant Blobs Attack,PSV,Misc,DrinkBox Studios,Unknown,,,,,,,2012-02-21, -/games/boxart/full_5424432AmericaFrontccc.jpg,Tales From Space: Mutant Blobs Attack,PSV,Misc,DrinkBox Studios,Unknown,,,,,,,2012-02-21, -/games/boxart/default.jpg,Tales From Space: Mutant Blobs Attack,PC,Misc,DrinkBox Studios,Unknown,,,,,,,2012-08-15, -/games/boxart/default.jpg,Tales from the Dragon Mountain: the Strix Full,PC,Misc,Cateia Games,Unknown,,,,,,,2014-03-15, -/games/boxart/default.jpg,Tales from the Dragon Mountain: the Strix Full,OSX,Misc,Cateia Games,Unknown,,,,,,,2014-03-15, -/games/boxart/default.jpg,Tales of Asteria,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Tales of Maj'Eyal,OSX,Misc,DarkGod,Unknown,,,,,,,2013-01-25, -/games/boxart/default.jpg,Tales of Monkey Island,OSX,Misc,Telltale Games,Unknown,,,,,,,2010-02-11, -/games/boxart/default.jpg,Tales of Phantasia (GBA),PC,Misc,Ubisoft,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Tales of Phantasia: Full Voice Edition,PS,Misc,Namco Bandai Games,Unknown,,,,,,,1998-12-23, -/games/boxart/default.jpg,Tales of Symphonia: Dawn of the New World,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Tales of the Adventure Company,And,Misc,Imagineering,Unknown,,,,,,,2014-06-05, -/games/boxart/default.jpg,Tales to Enjoy! Little Red Riding Hood,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Tales to Enjoy! Little Red Riding Hood,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Tales to Enjoy! Puss in Boots,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Tales to Enjoy! Puss in Boots,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Tales to Enjoy! Three Little Pigs,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-09, -/games/boxart/default.jpg,Tales to Enjoy! Three Little Pigs,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-09, -/games/boxart/default.jpg,Tales to Enjoy! Ugly Duckling,3DS,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-19, -/games/boxart/default.jpg,Tales to Enjoy! Ugly Duckling,DSi,Misc,Enjoy Gaming ltd.,Unknown,,,,,,,2013-09-19, -/games/boxart/full_8558284JapanFrontccc.jpg,TalkMan Shiki: Shabe Lingual Eikaiwa,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-01-18, -/games/boxart/full_7784046JapanFrontccc.jpg,TalkMan Shiki: Shabe Lingual Eikaiwa for Kids!,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-06-28, -/games/boxart/full_1771753JapanFrontccc.jpg,TalkMan Travel,PSP,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-12-13, -/games/boxart/full_3260985AmericaFrontccc.png,Talkman Travel: Paris,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2008-08-06, -/games/boxart/full_7780921AmericaFrontccc.png,Talkman Travel: Rome,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2008-08-06, -/games/boxart/full_8472788AmericaFrontccc.png,Talkman Travel: Tokyo,PSN,Misc,Sony Computer Entertainment,SCEI,,,,,,,2008-08-06, -/games/boxart/full_9275327JapanFrontccc.jpg,Tamura Teruaki no Mahjong Seminar,NES,Misc,Pony Canyon,Pony Canyon,,,,,,,1990-09-21, -/games/boxart/full_9278395JapanFrontccc.jpg,Tanaka Torahiko no Uru Toraryuu Shogi,DC,Misc,Arc System Works,Arc System Works,,,,,,,1999-11-11, -/games/boxart/default.jpg,Tango Fiesta,PC,Misc,Mastertronic,Unknown,,,,,,,2020-12-31, -/games/boxart/full_tanimura-hitoshi-no-don-quixote-ga-iku_914JapanFront.jpg,Tanimura Hitoshi no Don Quixote ga Iku,GB,Misc,Atlus,Atlus Co.,,,,,,,2000-08-11, -/games/boxart/default.jpg,Tank Domination,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Tap My Plane,And,Misc,Unknown,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Tappingo,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2014-02-27, -/games/boxart/full_6262509AmericaFrontccc.png,Tappingo 2,3DS,Misc,Goodbye Galaxy Games,Goodbye Galaxy Games,,,,,,,2014-08-28, -/games/boxart/full_4896511AmericaFrontccc.jpg,Tarot,XBL,Misc,Microsoft,Pill360,,,,,,,2009-09-30, -/games/boxart/full_tarot-uranai_1JapanFront.jpg,Tarot Uranai,3DO,Misc,Unknown,Ariadne,,,,,,,1995-01-13, -/games/boxart/default.jpg,Tasty Blue,PC,Misc,Dingo Inc.,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,Tasty Blue,OSX,Misc,Dingo Inc.,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,Te to Te Try On! Tropical,PSP,Misc,Boost On,Unknown,,,,,,,2012-03-29, -/games/boxart/default.jpg,Team Umizoomi & Dora's Fantastic Flight,DS,Misc,2K Play,Unknown,,,,,,,2012-11-06, -/games/boxart/default.jpg,Tears to Tiara Gaiden: Avalon no Nazo,PSP,Misc,Aqua Plus,Unknown,,,,,,,2010-12-16, -/games/boxart/default.jpg,Tears to Tiara: Kakan no Daichi,PSP,Misc,Aqua Plus,Unknown,,,,,,,2010-11-25, -/games/boxart/full_9566681JapanFrontccc.jpg,Technictix,PS2,Misc,Arika,Arika,,,,,,,2001-01-25, -/games/boxart/full_techno-kitten-adventure_108AmericaFront.jpg,Techno Kitten Adventure,XBL,Misc,Microsoft,xMONOx,,,,,,,2010-09-06, -/games/boxart/default.jpg,Techno Kitten Adventure!,XBL,Misc,Unknown,21 Street Games LLC,,,,,,,, -/games/boxart/full_techno-motor_9JapanFront.jpg,Techno Motor,SAT,Misc,Unknown,Denshi,,,,,,,1998-03-26, -/games/boxart/default.jpg,Teenage Mutant Ninja Turtles: Out of the Shadows,PS3,Misc,Activision,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Teenage Mutant Ninja Turtles: Out of the Shadows,PC,Misc,Activision,Unknown,,,,,,,2013-08-28, -/games/boxart/default.jpg,Teenage Queen,DS,Misc,Unknown,ERE Informatique,,,,,,,, -/games/boxart/full_dynogems-amp-tehra-dark-warrior_2PALFront.png,Tehra Dark Warrior & Dynogems,PSN,Misc,StormBASIC,StormBasic Games,,,,,,,2010-10-19, -/games/boxart/full_2543923PALFrontccc.jpg,Tekken / Ridge Racer,PS,Misc,Sony Computer Entertainment,Namco,,,,,,,2003-01-01, -/games/boxart/default.jpg,Tekken Revolution,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2013-06-11, -/games/boxart/default.jpg,Tekken: Dark Resurrection / Ridge Racer 2,PSP,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2008-12-10, -/games/boxart/full_3965157JapanFrontccc.jpg,Tele-Shibai Wii,Wii,Misc,Konami,Konami,,,,,,,2009-07-30, -/games/boxart/default.jpg,Teleglitch,OSX,Misc,Paradox Interactive,Unknown,,,,,,,2013-07-24, -/games/boxart/default.jpg,Teleglitch,Linux,Misc,Paradox Interactive,Unknown,,,,,,,2013-07-24, -/games/boxart/default.jpg,Telltale Games' Poker Night 2,OSX,Misc,Telltale Games,Unknown,,,,,,,2013-04-26, -/games/boxart/default.jpg,Telltale Games' Poker Night 2,X360,Misc,Telltale Games,Unknown,,,,,,,2013-04-24, -/games/boxart/default.jpg,Telltale Games' Poker Night 2,PS3,Misc,Telltale Games,Unknown,,,,,,,2013-04-30, -/games/boxart/full_telly-addicts_6PALFront.jpg,Telly Addicts,PS2,Misc,Ubisoft,Ubisoft,,,,,,,2007-11-23, -/games/boxart/default.jpg,Temple Run,WinP,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2013-03-27, -/games/boxart/default.jpg,Temple Run,And,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2012-03-27, -/games/boxart/default.jpg,Temple Run 2,And,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2013-01-17, -/games/boxart/default.jpg,Temple Run 2,WinP,Misc,"Imangi Studios, LLC",Unknown,,,,,,,2013-12-20, -/games/boxart/default.jpg,Temple Run: Brave,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-06-14, -/games/boxart/default.jpg,Temple Run: Oz,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-03-05, -/games/boxart/full_5971999AmericaFrontccc.jpg,Temple Topper,XBL,Misc,Microsoft,idle han,,,,,,,2010-01-02, -/games/boxart/full_temptation_390PALFront.png,tEMPtAtION,PC,Misc,Virgin Interactive,"Papyrus Design Group, Inc., Trilobyte, Inc., Westwood Studios, Inc.",,,,,,,1996-01-01, -/games/boxart/full_tenchou-no-igo_4JapanFront.jpg,Tenchou no Igo,PSP,Misc,NCS,NCS,,,,,,,2010-10-28, -/games/boxart/default.jpg,Tengami,OSX,Misc,Nyamyam,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Tengami,PC,Misc,Nyamyam,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Tengami,WiiU,Misc,Nyamyam,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Tennis Blitz,PC,Misc,Hudson Soft / West One,Unknown,,,,,,,2013-10-17, -/games/boxart/default.jpg,Tennis no Oji-Sama: Kiss of Prince Ice / Flame,PS2,Misc,Konami,Konami,,,,,,,2003-10-30, -/games/boxart/default.jpg,Tennis no Oji-Sama: Love of Prince Bitter / Sweet,PS2,Misc,Konami,Tenky,,,,,,,2004-02-12, -/games/boxart/default.jpg,Tenshi no Hane wo Fumanaide,PC,Misc,Unknown,Mephisto,,,,,,,2011-07-29, -/games/boxart/full_4248977JapanFrontccc.jpg,Tentama: 1st Sunnyside,DC,Misc,KID,KID,,,,,,,2001-10-25, -/games/boxart/default.jpg,Terminator 2 Judgment Day,SNES,Misc,Acclaim Entertainment,Unknown,,,,,,,1994-01-01, -/games/boxart/full_9473301AmericaFrontccc.jpg,Terwilliger,XBL,Misc,Microsoft,domric,,,,,,,2009-04-14, -/games/boxart/full_test-yourself-psychology_133AmericaFront.jpg,Test Yourself: Psychology,PSN,Misc,Creat Studio,Creat Studios,,,,,,,2011-03-08, -/games/boxart/full_3041718AmericaFrontccc.jpg,Texas Cheat 'Em,XBL,Misc,D3 Publisher,Wideload Games Inc.,,,,,,,2009-05-13, -/games/boxart/full_7630418AmericaFrontccc.jpg,Texas Cheat 'Em,PSN,Misc,D3 Publisher,Wideload Games Inc.,,,,,,,2009-05-14, -/games/boxart/full_8063201AmericaFrontccc.jpg,Texas Cheat 'Em,PC,Misc,D3 Publisher,Wideload Games Inc.,,,,,,,2009-08-10, -/games/boxart/full_8261175AmericaFrontccc.jpg,Texas Hold'em,XBL,Misc,TikGames,"TikGames, LLC",6.7,,,,,,2006-08-23, -/games/boxart/full_6229880AmericaFrontccc.jpg,Texas Hold'em Poker,WW,Misc,Gameloft,Gameloft,,,,,,,2009-09-14, -/games/boxart/full_8451835AmericaFrontccc.png,Texas Hold'em Tournament,WW,Misc,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-06-01, -/games/boxart/full_9133652JapanFrontccc.jpg,Texthoth Ludo: Arcanum Senki,SAT,Misc,Pai,Falcon,,,,,,,1997-12-18, -/games/boxart/full_that-really-hot-chick_215AmericaFront.jpg,That Really Hot Chick,XBL,Misc,Microsoft,Horrendous Games,,,,,,,2011-08-27, -/games/boxart/full_the-3d-adventures-of-sailor-moon_0AmericaFront.jpg,The 3D Adventures of Sailor Moon,PC,Misc,Unknown,3VR New Media,,,,,,,1997-01-01, -/games/boxart/default.jpg,The Activision Decathlon,C64,Misc,Activision,Unknown,,,,,,,1984-01-01, -/games/boxart/full_7819221AmericaFrontccc.jpg,The Amazing Brain Train!,WW,Misc,Wahoo Studios,NinjaBee,,,,,,,2010-01-18, -/games/boxart/default.jpg,The Amazing Race,DS,Misc,Unknown,Ludia Inc.,,,,,,,2020-12-31, -/games/boxart/default.jpg,The Amazing Race,PC,Misc,Unknown,Ludia Inc.,,,,,,,2020-12-31, -/games/boxart/default.jpg,The Amazing Race,X360,Misc,Unknown,Ludia Inc.,,,,,,,2020-12-31, -/games/boxart/default.jpg,The Amazing Spider-Man 2,And,Misc,Gameloft,Unknown,,,,,,,2014-04-18, -/games/boxart/full_4189356AmericaFrontccc.jpg,The Amazing Virtual Sea-Monkeys,PS,Misc,Conspiracy Entertainment,Creature Labs,,,,,,,2002-01-01, -/games/boxart/full_4458035AmericaFrontccc.jpg,The Amazing Virtual Sea-Monkeys,PC,Misc,Xicat Interactive,Creature Labs,,,,,,,2002-08-11, -/games/boxart/3550343ccc.jpg,The Animals!,3DO,Misc,Software Toolworks,Software Toolworks,,,,,,,1993-01-01, -/games/boxart/default.jpg,The Archer,PC,Misc,Unknown,Unknown,,,,,,,2013-10-10, -/games/boxart/full_4795136JapanFrontccc.png,The Band of Thieves & 1000 Pokémon,3DS,Misc,Nintendo,Marvelous,,,,,,,2014-06-05,2018-08-03 -/games/boxart/default.jpg,The Banner Saga,PC,Misc,Versus Evil,Unknown,,,,,,,2014-01-14, -/games/boxart/default.jpg,The Battles of King Arthur,OSX,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,The Battles of King Arthur,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,The Beatles: Rock Band,PS2,Misc,Unknown,Harmonix Music Systems,,,,,,,, -/games/boxart/full_2250233PALFrontccc.jpg,The Big Deal,DS,Misc,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-08-14, -/games/boxart/full_3633249PALFrontccc.jpg,The Bitmap Brothers Compilation,PC,Misc,Bitmap Brothers,The Bitmap Brothers,,,,,,,1995-05-01, -/games/boxart/full_6166597AmericaFrontccc.png,The Blackwell Epiphany,PC,Misc,Wadjet Eye Games,Unknown,,,,,,,2014-04-24, -/games/boxart/full_the-cat-and-the-coup_477AmericaFront.jpg,The Cat and the Coup,PC,Misc,Unknown,Peter Brinson and Kurosh ValaNejad,,,,,,,2011-06-15, -/games/boxart/default.jpg,The Cave,X360,Misc,Sega,Unknown,,,,,,,2013-01-23, -/games/boxart/default.jpg,The Cave,PS3,Misc,Sega,Unknown,,,,,,,2012-01-22, -/games/boxart/full_1958781AmericaFrontccc.jpeg,The Cave,WiiU,Misc,Double Fine Productions,Unknown,,,,,,,2013-01-22, -/games/boxart/default.jpg,The Chainsaw Incident,PS4,Misc,ORiGO Games,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,The Chainsaw Incident,PC,Misc,ORiGO Games,Unknown,,,,,,,2016-01-01, -/games/boxart/full_8071679AmericaFrontccc.jpg,The Collector,XBL,Misc,Microsoft,Aztec,,,,,,,2008-12-29, -/games/boxart/default.jpg,The Cosmology of Kyoto,MSD,Misc,Unknown,Unknown,,,,,,,1995-08-30, -/games/boxart/2395771ccc.jpg,The Coven,3DO,Misc,Vivid Interactive,Vivid Interactive,,,,,,,1994-01-01, -/games/boxart/default.jpg,The Culling Of The Cows,PC,Misc,Kiss,Unknown,,,,,,,2014-05-09, -/games/boxart/default.jpg,The Dark Eye: Demonicon,X360,Misc,Kalypso Media,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Dark Eye: Demonicon,PS3,Misc,Kalypso Media,Unknown,,,,,,,2015-01-01, -/games/boxart/full_6415044AmericaFrontccc.jpg,The Dark Knight Rises,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,The Dead Linger,PC,Misc,Sandswept Studios,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,The Deepak Chopra Project,X360,Misc,Unknown,Curious Pictures,,,,,,,, -/games/boxart/default.jpg,The Desolate Hope,PC,Misc,Unknown,Unknown,,,,,,,2014-05-05, -/games/boxart/full_6932297AmericaFrontccc.jpg,The Drinking Game,XBL,Misc,Microsoft,North Squard,,,,,,,2009-08-17, -/games/boxart/default.jpg,The Dungeoning,PC,Misc,Unknown,Unknown,,,,,,,2014-04-24, -/games/boxart/full_843520AmericaFrontccc.jpg,The Earth Move With The Moon,XBL,Misc,Microsoft,Kosei Wada,,,,,,,2009-11-18, -/games/boxart/full_6074818AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dawnguard,X360,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_6062390AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dawnguard,PS3,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_4559947AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dawnguard,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,The Enchanted Cave,And,Misc,Unknown,Unknown,,,,,,,2014-01-31, -/games/boxart/default.jpg,The Endless Forest,PC,Misc,Tale of Tales,Unknown,,,,,,,2006-02-15, -/games/boxart/full_7755945AmericaFrontccc.jpg,The Exterminator,XBL,Misc,Microsoft,crazzzy stoner,,,,,,,2009-03-20, -/games/boxart/default.jpg,The Fall,OSX,Misc,Unknown,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,The Fall,Linux,Misc,Over The Moon,Unknown,,,,,,,2014-05-30, -/games/boxart/full_3509095AmericaFrontccc.jpg,The Fart Machine II,XBL,Misc,Microsoft,Alex Blickenstaff,,,,,,,2009-09-28, -/games/boxart/full_6825360AmericaFrontccc.jpg,The Flashlight,XBL,Misc,Microsoft,Alex Blickenstaff,,,,,,,2009-11-06, -/games/boxart/full_5746465AmericaFrontccc.jpg,The Flight Before Christmas!,XBL,Misc,Microsoft,Torturas,,,,,,,2009-12-15, -/games/boxart/full_1147989AmericaFrontccc.jpg,The Floor is Jelly,PC,Misc,Auren Snyder,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,The Flying Hamster,GBA,Misc,Namco,Unknown,,,,,,,2005-02-22, -/games/boxart/default.jpg,The FreeCell,3DS,Misc,cerasus.media,Unknown,,,,,,,2013-01-24, -/games/boxart/full_4687919AmericaFrontccc.jpg,The Galactic Aquarium,XBL,Misc,Microsoft,GoGo Robot,,,,,,,2009-06-09, -/games/boxart/full_3784894AmericaFrontccc.jpg,The Game of Life,PC,Misc,Hasbro Interactive,Mass Media,,,,,,,1998-09-30, -/games/boxart/full_the-game-of-life-spongebob-squarepants-edition_379AmericaFront.jpg,The Game of Life: SpongeBob SquarePants Edition,PC,Misc,ValuSoft,ValuSoft,,,,,,,2008-08-28, -/games/boxart/default.jpg,The Girl and the Robot,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Girl and the Robot,WiiU,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Girl and the Robot,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Girl and the Robot,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Great Gatsby,PC,Misc,Mastertronic,Unknown,,,,,,,2012-03-16, -/games/boxart/default.jpg,The Great Giana Sisters,MSX,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,The Great Giana Sisters,AST,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,The Great Giana Sisters,Amig,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,The Great Giana Sisters,C64,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,The Great Giana Sisters,BRW,Misc,Rainbow Arts,Unknown,,,,,,,1987-01-01, -/games/boxart/full_9529701AmericaFrontccc.jpg,The Guy Game,PC,Misc,Gathering of Developers,Top Heavy Studios,,,,,,,2004-12-22, -/games/boxart/full_7889760AmericaFrontccc.jpg,The Headsman,XBL,Misc,Microsoft,David Flook,,,,,,,2009-09-14, -/games/boxart/full_3435430JapanFrontccc.jpg,The Heiwa Otenki Studio,PS,Misc,Aqua Rouge,Aqua Rouge,,,,,,,2001-03-29, -/games/boxart/default.jpg,The History Channel: Civil War - Great Battles,PC,Misc,Activision Value,Unknown,,,,,,,2003-02-11, -/games/boxart/default.jpg,The History Channel: Crusades - Quest for Power,PC,Misc,Activision Value,Unknown,,,,,,,2003-11-11, -/games/boxart/default.jpg,The History Channel: The Alamo - Fight for Independence,PC,Misc,Activision Value,Unknown,,,,,,,2004-04-13, -/games/boxart/default.jpg,The Hobbit: Kingdoms of Middle-earth,And,Misc,Kabam,Unknown,,,,,,,2012-10-25, -/games/boxart/full_5716095AmericaFrontccc.jpg,The Hula Hamsters,PC,Misc,3A Studios,3A Studios Inc,,,,,,,2005-01-01, -/games/boxart/default.jpg,The Hunger Games Adventures,BRW,Misc,"Funtactix, Inc",Unknown,,,,,,,2012-03-30, -/games/boxart/default.jpg,The Hunger Games Adventures,And,Misc,"Funtactix, Inc",Unknown,,,,,,,2012-09-13, -/games/boxart/full_the-idolmster-2_741JapanFront.jpg,The Idolm@ster 2,X360,Misc,Bandai,Bandai Namco Games,,,,,,,2011-02-24, -/games/boxart/default.jpg,The Incredibles,OSX,Misc,THQ,Unknown,,,,,,,2004-10-29, -/games/boxart/default.jpg,The Incredibles: When Danger Calls,OSX,Misc,THQ,Unknown,,,,,,,2004-11-03, -/games/boxart/full_the-indian-in-the-cupboard_566AmericaFront.jpg,The Indian in the Cupboard,PC,Misc,Viacom,Viacom New Media,,,,,,,1995-12-27, -/games/boxart/default.jpg,The Inner World,OSX,Misc,Headup Games,Unknown,,,,,,,2013-07-01, -/games/boxart/default.jpg,The Irregular at Magic High School: Out of Order,PSV,Misc,Namco Bandai Games,Unknown,,,,,,,2014-10-30, -/games/boxart/full_the-king-of-fighters-96-neogeo-collection-cd_759JapanFront.jpg,The King of Fighters '96: NeoGeo Collection (CD),NG,Misc,SNK,SNK Corporation,,,,,,,1997-02-14, -/games/boxart/default.jpg,The King of Fighters '97,Arc,Misc,Trigger Apps,Unknown,,,,,,,1997-07-28, -/games/boxart/default.jpg,The King of Fighters '97,Wii,Misc,SNK Playmore,Unknown,,,,,,,2012-03-08, -/games/boxart/default.jpg,The King of Fighters '97,Linux,Misc,Trigger Apps,Unknown,,,,,,,1997-10-30, -/games/boxart/full_the-land-before-time-kindergarten-adventure_874AmericaFront.jpg,The Land Before Time: Kindergarten Adventure,PC,Misc,Brighter Minds Media,Brighter Minds Media,,,,,,,2005-10-12, -/games/boxart/full_the-land-before-time-prehistoric-adventures_365AmericaFront.jpg,The Land Before Time: Prehistoric Adventures,PC,Misc,Brighter Minds Media,Brighter Minds Media,,,,,,,2004-09-16, -/games/boxart/full_8858588AmericaFrontccc.jpg,The Last Cannonball,XBL,Misc,Microsoft,Jhample,,,,,,,2009-08-14, -/games/boxart/default.jpg,The Last Door,OSX,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,The Last Door,Linux,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,The Last Door,PC,Misc,Phoenix Online Studios,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,The Last Federation,OSX,Misc,"Arcen Games, LLC",Unknown,,,,,,,2014-04-18, -/games/boxart/default.jpg,The Last Federation,PC,Misc,"Arcen Games, LLC",Unknown,,,,,,,2014-04-18, -/games/boxart/default.jpg,The Last Federation,Linux,Misc,"Arcen Games, LLC",Unknown,,,,,,,2014-04-18, -/games/boxart/default.jpg,The Legend of Heroes II: Prophecy of the Moonlight Witch,SAT,Misc,Bandai,Unknown,,,,,,,1998-02-26, -/games/boxart/default.jpg,The Legend of Heroes III: Song of the Ocean,PC,Misc,Falcom Corporation,Unknown,,,,,,,1999-12-09, -/games/boxart/default.jpg,The Legend of Heroes: A Tear of Vermillion,PS,Misc,Bandai,Unknown,,,,,,,1998-08-27, -/games/boxart/default.jpg,The Legend of Heroes: A Tear of Vermillion,PC,Misc,Bandai,Unknown,,,,,,,2000-12-07, -/games/boxart/default.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,DS,Misc,Activision,Unknown,,,,,,,2007-06-19, -/games/boxart/full_6369761PALFrontccc.jpg,The Legend of Zelda: The Minish Cap,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-06-05, -/games/boxart/default.jpg,The Legend of Zelda: The Minish Cap,3DS,Misc,Nintendo,Unknown,,,,,,,2011-12-16, -/games/boxart/default.jpg,The Lone Ranger by Disney,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-07-03, -/games/boxart/default.jpg,The Lord of the Rings: Online Trading Card Game,PC,Misc,Worlds Apart,Worlds Apart,,,,,,,2004-01-31, -/games/boxart/default.jpg,The Lords of Midnight,ZXS,Misc,Unknown,Unknown,,,,,,,1984-01-01, -/games/boxart/default.jpg,The Lords of Midnight,C64,Misc,Beyond Software,Unknown,,,,,,,1984-01-01, -/games/boxart/1702298ccc.jpg,The Lost Cases of Sherlock Holmes,PC,Misc,Legacy Interactive,Unknown,,,,,,,2008-05-15, -/games/boxart/default.jpg,The Lost Town: The Jungle,DSi,Misc,CIRCLE Entertainment,Unknown,,,,,,,2012-08-02, -/games/boxart/default.jpg,The Lost Treasures of Alexandria,DSi,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,The Lost Vikings,MSD,Misc,Interplay Productions,Unknown,,,,,,,1993-01-01, -/games/boxart/full_2121837AmericaFrontccc.jpg,The Lost Vikings,Amig,Misc,Interplay Productions,Unknown,,,,,,,1993-01-01, -/games/boxart/full_473120PALFrontccc.jpg,The Lost Vikings,CD32,Misc,Interplay Productions,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,The Merchant of Menace: The Lost Episode,PC,Misc,BBC Multimedia,Unknown,,,,,,,2014-05-28, -/games/boxart/default.jpg,The Merchant of Menace: The Lost Episode,And,Misc,BBC Multimedia,Unknown,,,,,,,2014-07-24, -/games/boxart/full_8757330AmericaFrontccc.jpg,The Miracle Piano Teaching System,NES,Misc,Mindscape,The Software Toolworks,,,,,,,1990-01-01, -/games/boxart/full_9411778AmericaFrontccc.jpg,The Miracle Piano Teaching System,GEN,Misc,Software Toolworks,The Software Toolworks,,,,,,,1992-01-01, -/games/boxart/full_330893AmericaFrontccc.jpg,The Miracle Piano Teaching System,SNES,Misc,Software Toolworks,The Software Toolworks,,,,,,,1991-01-01, -/games/boxart/full_the-monopoly-game-2_850JapanFront.jpg,The Monopoly Game 2,SNES,Misc,Tomy Corporation,Tomcat System,,,,,,,1995-03-31, -/games/boxart/default.jpg,The Music Game,PC,Misc,Broken Rules,Unknown,,,,,,,2014-01-07, -/games/boxart/default.jpg,The Music Game,OSX,Misc,Broken Rules,Unknown,,,,,,,2014-01-07, -/games/boxart/full_the-mysteries-through-time-collection_740PALFront.jpg,The Mysteries Through Time Collection,PC,Misc,Mastertronic,Various,,,,,,,2011-11-04, -/games/boxart/default.jpg,The Mysterious Cities of Gold: Secret Paths,PC,Misc,Unknown,Unknown,,,,,,,2013-11-21, -/games/boxart/default.jpg,The Mysterious Cities of Gold: Secret Paths,3DS,Misc,Unknown,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,The Mysterious Cities of Gold: Secret Paths,WiiU,Misc,Unknown,Unknown,,,,,,,2013-11-21, -/games/boxart/full_4221341AmericaFrontccc.jpg,The Mystic Orb,XBL,Misc,Microsoft,Unknown,,,,,,,2009-05-15, -/games/boxart/full_the-naked-brothers-band-the-video-game_963AmericaFront.jpg,The Naked Brothers Band: The Video Game,PC,Misc,THQ,Barking Lizards Technologies,,,,,,,2008-10-15, -/games/boxart/full_the-oddboxx_474AmericaFront.jpg,The Oddboxx,PC,Misc,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2010-12-20, -/games/boxart/full_5946300JapanFrontccc.jpg,The Oni Taiji: Mokushi Se! Ni Yome Momotarou,PS,Misc,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1995-10-13, -/games/boxart/full_2705776AmericaFrontccc.jpg,The Oracle,XBL,Misc,Microsoft,loidl,,,,,,,2009-08-04, -/games/boxart/full_the-path-of-go_648AmericaFront.jpg,The Path of Go,XBL,Misc,Microsoft,Microsoft Research,,,,,,,2010-12-15, -/games/boxart/default.jpg,The Penguins of Madagascar: Dr. Blowhole Returns - Again,PC,Misc,Namco Bandai Games,Unknown,,,,,,,2014-03-28, -/games/boxart/full_2515402AmericaFrontccc.jpg,The Periodic Table,XBL,Misc,Microsoft,Wiley,,,,,,,2009-07-29, -/games/boxart/default.jpg,The Pinball Arcade,PS4,Misc,FarSight Studios,FarSight Studios,,,,,,,2013-11-15,2017-12-31 -/games/boxart/default.jpg,The PowerPuff Girls Learning Challenge #1- Mojo Jojo's Clone Zone,PC,Misc,The Learning Company,The Learning Company,,,,,,,2002-01-22, -/games/boxart/8300435ccc.jpg,The Price is Right,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,2008-09-22, -/games/boxart/full_the-price-is-right_416PALFront.jpg,The Price is Right,DSiW,Misc,Ludia,Ludia Inc.,,,,,,,2010-04-09, -/games/boxart/full_the-price-is-right_2AmericaFront.jpg,The Price is Right,PSN,Misc,Ludia,Ludia Inc.,,,,,,,2010-05-18, -/games/boxart/full_6814830AmericaFrontccc.jpg,The Price is Right 2010 Edition,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,2009-09-22, -/games/boxart/default.jpg,The Price is Right: Decades,PC,Misc,Ubisoft,Ludia Inc.,,,,,,,, -/games/boxart/default.jpg,The Promised Land,PC,Misc,Buka Entertainment,Unknown,,,,,,,2014-04-25, -/games/boxart/default.jpg,The Punisher (2005),PS2,Misc,THQ,Unknown,,,,,,,2005-03-04, -/games/boxart/default.jpg,The Punisher (2005),XB,Misc,THQ,Unknown,,,,,,,2005-03-04, -/games/boxart/default.jpg,The Punisher (2005),PC,Misc,THQ,Unknown,,,,,,,2005-03-04, -/games/boxart/default.jpg,The Rabbit's Apprentice,OSX,Misc,Daedalic Entertainment,Unknown,,,,,,,2013-05-28, -/games/boxart/default.jpg,The Rainbow Colored Deer Games,PSV,Misc,Isayonline Services,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Rainbow Colored Deer Games,3DS,Misc,Isayonline Services,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Rainbow Colored Deer Games,WiiU,Misc,Isayonline Services,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Rainbow Colored Deer Games,PC,Misc,Isayonline Services,Unknown,,,,,,,2014-02-06, -/games/boxart/default.jpg,The Rainbow Colored Deer Games,OSX,Misc,Isayonline Services,Unknown,,,,,,,2014-02-06, -/games/boxart/default.jpg,The Rainbow Colored Deer Games,And,Misc,Isayonline Services,Unknown,,,,,,,2014-02-06, -/games/boxart/default.jpg,The Red Solstice,PC,Misc,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/full_3459043JapanFrontccc.jpg,The Renai Simulation 2: Fureai,DC,Misc,D3 Publisher,HuneX,,,,,,,2002-09-26, -/games/boxart/full_6947482JapanFrontccc.jpg,The Renai Simulation: Natsuiro Celebration,DC,Misc,D3 Publisher,HuneX,,,,,,,2002-09-26, -/games/boxart/full_the-rockin-dead_444AmericaFront.jpg,The Rockin' Dead,PC,Misc,Unknown,bitComposer Games,,,,,,,, -/games/boxart/default.jpg,The Royal Trap,PC,Misc,Fabio Ricci,Unknown,,,,,,,2013-02-23, -/games/boxart/default.jpg,The Royal Trap,OSX,Misc,Fabio Ricci,Unknown,,,,,,,2013-02-23, -/games/boxart/default.jpg,The Royal Trap,Linux,Misc,Fabio Ricci,Unknown,,,,,,,2013-02-23, -/games/boxart/default.jpg,The Samaritan Paradox,PC,Misc,Screen 7,Unknown,,,,,,,2014-03-20, -/games/boxart/6018691ccc.jpg,The San Diego Zoo Presents: The Animals!,SCD,Misc,Software Toolworks,Arnowitz Studios,,,,,,,1994-06-01, -/games/boxart/default.jpg,The Secret of Monkey Island,PS3,Misc,LucasArts,Unknown,,,,,,,2009-07-23, -/games/boxart/default.jpg,The Secret of Monkey Island,X360,Misc,LucasArts,Unknown,,,,,,,2009-07-15, -/games/boxart/default.jpg,The Secret Society - Hidden Mystery,And,Misc,G5 Entertainment,Unknown,,,,,,,2013-06-06, -/games/boxart/full_the-seller_574AmericaFront.jpg,The Seller,DSiW,Misc,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2011-01-17, -/games/boxart/full_5607058JapanFrontccc.jpg,The Shinri Game IV: Itsumo Shin ni Hoshizora o,PS,Misc,Visit,Visit,,,,,,,1998-11-05, -/games/boxart/full_1233704AmericaFrontccc.jpg,The Showdown Effect,PC,Misc,Paradox Interactive,Unknown,,,,,,,2013-03-05, -/games/boxart/default.jpg,The Sims 3: Pets,And,Misc,Electronic Arts,Unknown,,,,,,,2011-09-06, -/games/boxart/default.jpg,The Sims 3: Showtime,DS,Misc,Electronic Arts,Unknown,,,,,,,2010-10-26, -/games/boxart/default.jpg,The Sims 3: Showtime,PS3,Misc,Electronic Arts,Unknown,,,,,,,2010-10-26, -/games/boxart/default.jpg,The Sims 3: Showtime,X360,Misc,Electronic Arts,Unknown,,,,,,,2010-10-26, -/games/boxart/default.jpg,The Sims 3: Showtime,3DS,Misc,Electronic Arts,Unknown,,,,,,,2011-03-27, -/games/boxart/default.jpg,The Sims 3: Showtime,Wii,Misc,Electronic Arts,Unknown,,,,,,,2010-11-15, -/games/boxart/default.jpg,The Sims 4,OSX,Misc,Electronic Arts,Unknown,,,,,,,2015-02-17, -/games/boxart/default.jpg,The Sims FreePlay,And,Misc,Electronic Arts,Unknown,,,,,,,2012-02-15, -/games/boxart/default.jpg,The Sims Online,PC,Misc,Electronic Arts,Unknown,,,,,,,2002-12-17, -/games/boxart/default.jpg,The Stomping Land,PC,Misc,Unknown,Unknown,,,,,,,2014-05-30, -/games/boxart/default.jpg,The Story of a Star,And,Misc,Bally Midway,Unknown,,,,,,,2014-05-14, -/games/boxart/default.jpg,The Swapper,PSV,Misc,Curve Studios,Unknown,,,,,,,2014-06-25, -/games/boxart/default.jpg,The Swapper,PS4,Misc,Curve Studios,Unknown,,,,,,,2014-06-25, -/games/boxart/default.jpg,The Swapper,PS3,Misc,Curve Studios,Unknown,,,,,,,2014-06-25, -/games/boxart/default.jpg,The Train Giant,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,The Trash Pack,DS,Misc,Activision,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,The Trash Pack,3DS,Misc,Activision,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,The Treasures of Montezuma 3,PC,Misc,Alawar Entertainment,Unknown,,,,,,,2011-06-15, -/games/boxart/default.jpg,The Treasures of Montezuma 3,OSX,Misc,Alawar Entertainment,Unknown,,,,,,,2011-09-22, -/games/boxart/default.jpg,The Treasures of Montezuma 3,And,Misc,Alawar Entertainment,Unknown,,,,,,,2012-09-27, -/games/boxart/default.jpg,The Tribez,BRW,Misc,"Game Insight, LLC",Unknown,,,,,,,2012-10-11, -/games/boxart/default.jpg,The Tribez,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2012-10-11, -/games/boxart/default.jpg,The Tribez & Castlez,And,Misc,"Game Insight, LLC",Unknown,,,,,,,2014-02-19, -/games/boxart/default.jpg,The Ugly Duckling Games by eBo,WiiU,Misc,Line One Games,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Ugly Duckling Games by eBo,PC,Misc,Line One Games,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,The Ugly Duckling Games by eBo,Linux,Misc,Line One Games,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,The Ugly Duckling Games by eBo,OSX,Misc,Line One Games,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,The Ugly Duckling Interactive Game Book,And,Misc,Lyn And Line LLC,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,The Ugly Duckling Interactive Game Book,OSX,Misc,Lyn And Line LLC,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,The Ugly Duckling Interactive Game Book,PC,Misc,Lyn And Line LLC,Unknown,,,,,,,2014-04-01, -/games/boxart/full_6328430AmericaFrontccc.jpg,The Unfinished Swan,PS3,Misc,Sony Computer Entertainment,Unknown,,,,,,,2012-10-16, -/games/boxart/full_7667302JapanFrontccc.jpg,The Uranai,PS,Misc,Visit,Visit,,,,,,,1999-11-11, -/games/boxart/full_6511869JapanFrontccc.jpg,The Uranai 2,PS,Misc,Visit,Visit,,,,,,,1999-11-18, -/games/boxart/full_2566116JapanFrontccc.jpg,The Uranai 3,PS,Misc,Visit,Visit,,,,,,,2000-08-24, -/games/boxart/full_539464JapanFrontccc.jpg,The Uranai 4,PS,Misc,Visit,Visit,,,,,,,2000-08-24, -/games/boxart/full_903271JapanFrontccc.jpg,The Uranai 5,PS,Misc,Visit,Visit,,,,,,,2000-11-30, -/games/boxart/full_8586143JapanFrontccc.jpg,The Uranai 6,PS,Misc,Visit,Visit,,,,,,,2000-11-30, -/games/boxart/full_2814163AmericaFrontccc.jpg,The Vault of Darkness,PC,Misc,Electronic Arts,Electronic Arts,,,,,,,2004-05-17,2018-01-10 -/games/boxart/full_the-very-hungry-caterpillars-abcs_3AmericaFront.jpg,The Very Hungry Caterpillar's ABCs,WW,Misc,Cybird,"CYBIRD Co.,Ltd",,,,,,,2010-09-20, -/games/boxart/full_6400973AmericaFrontccc.jpg,The Visualizer,XBL,Misc,Microsoft,ShadowRage,,,,,,,2009-10-03, -/games/boxart/default.jpg,The Voyage,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,The Walking Dead: A Telltale Games Series,OSX,Misc,Telltale Games,Unknown,,,,,,,2012-04-24, -/games/boxart/default.jpg,The Walking Dead: Season Two,Ouya,Misc,Telltale Games,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,The Walking Dead: Season Two,OSX,Misc,Telltale Games,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,The Warriors,PS3,Misc,Rockstar Games,Unknown,,,,,,,2013-05-28, -/games/boxart/full_6665788PALFrontccc.jpg,The Weakest Link,PS2,Misc,Activision,Traveller's Tales,,,,,,,2001-11-02, -/games/boxart/full_5204146AmericaFrontccc.jpg,The Weakest Link,PC,Misc,Activision,Traveller's Tales,,,,,,,2001-10-01, -/games/boxart/default.jpg,The Wiggles: Wiggly Party,PC,Misc,Unknown,Playhouse Disney,,,,,,,, -/games/boxart/default.jpg,The Witch's Yarn,OSX,Misc,Mousechief,Unknown,,,,,,,2014-04-03, -/games/boxart/default.jpg,The Witch's Yarn,PC,Misc,Mousechief,Unknown,,,,,,,2014-04-03, -/games/boxart/full_5236907JapanFrontccc.png,The World of Golden Eggs: Nori Nori Rhythm Kei,Wii,Misc,AQ Interactive,AQ Interactive,,,,,,,2008-06-26, -/games/boxart/full_the-x-factor-sing_6PALFront.jpg,The X-Factor: Sing,PC,Misc,Black Bean Games,Lago,,,,,,,2005-10-21, -/games/boxart/full_the-x-factor-sing_10PALFront.jpg,The X-Factor: Sing,PS2,Misc,Black Bean Games,Lago,,,,,,,2005-10-21, -/games/boxart/full_2888426JapanFrontccc.jpg,The Yakyuu Ken Special: Konya wa 12-kai Ikusa,SAT,Misc,Societa Daikanyama,Societa Daikanyama,,,,,,,1995-07-28, -/games/boxart/full_the-yakyuuken-special_9JapanFront.jpg,The Yakyuuken Special,3DO,Misc,Unknown,Soshietta,,,,,,,1994-11-11, -/games/boxart/full_9441784AmericaFrontccc.jpg,TheAmazingRumblingHypnoDisc,XBL,Misc,Microsoft,Aztec,,,,,,,2009-07-21, -/games/boxart/default.jpg,Theatre Of The Absurd,PC,Misc,Strategy First,Unknown,,,,,,,2012-12-10, -/games/boxart/default.jpg,Theatrhythm Final Fantasy: All-Star Festival,Arc,Misc,Square Enix,Square Enix,,,,,,,2020-12-31, -/games/boxart/default.jpg,There Came an Echo,XOne,Misc,Iridium,Unknown,,,,,,,2015-02-24, -/games/boxart/default.jpg,There Came an Echo,PS4,Misc,Iridium,Unknown,,,,,,,2015-02-24, -/games/boxart/default.jpg,There Came an Echo,PC,Misc,Iridium,Unknown,,,,,,,2015-02-24, -/games/boxart/default.jpg,They Breathe,PC,Misc,The Working Parts,Unknown,,,,,,,2014-05-23, -/games/boxart/default.jpg,They Breathe,X360,Misc,The Working Parts,Unknown,,,,,,,2011-12-06, -/games/boxart/default.jpg,They Need To Be Fed,PC,Misc,Direct Solutions,Unknown,,,,,,,2014-03-25, -/games/boxart/default.jpg,Thinking with Time-Machine,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-14, -/games/boxart/default.jpg,Thinking with Time-Machine,PC,Misc,Unknown,Unknown,,,,,,,2014-04-14, -/games/boxart/default.jpg,Thomas the Tank Engine & Friends,GEN,Misc,THQ,Unknown,,,,,,,1993-01-01, -/games/boxart/default.jpg,Thomas the Tank Engine & Friends,SNES,Misc,THQ,Unknown,,,,,,,1993-01-01, -/games/boxart/full_4138711AmericaFrontccc.jpg,Thomas Was Alone,PSV,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2013-04-23,2018-05-10 -/games/boxart/full_3321048AmericaFrontccc.jpg,Thomas Was Alone,PS3,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2013-04-23,2018-05-10 -/games/boxart/full_9323647AmericaFrontccc.jpg,Thomas Was Alone,OSX,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2012-07-24,2018-05-10 -/games/boxart/full_1319195AmericaFrontccc.jpg,Thomas Was Alone,Linux,Misc,DECK13 Interactive GmbH,Mike Bithell Games,,,,,,,2012-07-24,2018-05-10 -/games/boxart/default.jpg,Thor: The Dark World - The Official Game,And,Misc,Gameloft,Unknown,,,,,,,2013-10-31, -/games/boxart/default.jpg,Threes!,And,Misc,Sirvo LLC,Unknown,,,,,,,2014-03-12, -/games/boxart/default.jpg,Throne of Fire,C64,Misc,Melbourne House,Unknown,,,,,,,1986-01-01, -/games/boxart/default.jpg,Throne of Fire,ZXS,Misc,Melbourne House,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Throne Rush,BRW,Misc,Progrestar,Unknown,,,,,,,2013-10-10, -/games/boxart/default.jpg,Throne Rush,And,Misc,Progrestar,Unknown,,,,,,,2013-10-23, -/games/boxart/default.jpg,Throw Trucks With Your Mind!,OSX,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Throw Trucks With Your Mind!,PC,Misc,Unknown,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Thunder Wolves,PC,Misc,bitComposer Games,Unknown,,,,,,,2013-05-15, -/games/boxart/default.jpg,Thunder Wolves,PS3,Misc,bitComposer Games,Unknown,,,,,,,2013-08-13, -/games/boxart/default.jpg,Thunder Wolves,X360,Misc,bitComposer Games,Unknown,,,,,,,2013-06-12, -/games/boxart/default.jpg,THUNDERCATS,DS,Misc,Namco Bandai Games,Unknown,,,,,,,2012-10-30, -/games/boxart/full_4151042AmericaFrontccc.jpg,Ticket to Ride,XBL,Misc,Playful Entertainment,"Next Level Games, Inc.",,,,,,,2008-06-25, -/games/boxart/full_779166AmericaFrontccc.jpg,TicTacToe,XBL,Misc,Microsoft,Aztec,,,,,,,2009-06-06, -/games/boxart/full_9217134PALFrontccc.png,Tiger Trouble,PSN,Misc,Gameshastra,GameShastra,,,,,,,2009-12-22, -/games/boxart/default.jpg,Tiki Monkeys,And,Misc,MilkCap,Unknown,,,,,,,2013-12-31, -/games/boxart/default.jpg,Tile Temple Tactics,And,Misc,AppyNation Ltd.,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Tilt to Live 2: Redonkulous,And,Misc,One Man Left,Unknown,,,,,,,2014-02-24, -/games/boxart/full_6662176PALFrontccc.jpg,Tilt!,PS,Misc,Virgin Interactive,NMS Software,,,,,,,1997-01-01, -/games/boxart/full_1608857AmericaFrontccc.jpg,Time and Tune,XBL,Misc,Microsoft,Justin Le Clair,,,,,,,2009-04-14, -/games/boxart/full_time-cruise_7AmericaFront.jpg,Time Cruise,PCE,Misc,NEC,Sankindo,,,,,,,1992-01-01, -/games/boxart/full_8789660AmericaFrontccc.jpg,Time Flows But Does Not Return,XBL,Misc,Microsoft,The Shape of Games to Come,,,,,,,2009-04-25, -/games/boxart/default.jpg,Tiny Barbarian DX,PC,Misc,Unknown,Unknown,,,,,,,2013-12-03, -/games/boxart/default.jpg,Tiny Dice Dungeon,And,Misc,Kongregate,Unknown,,,,,,,2014-05-11, -/games/boxart/default.jpg,Tiny Dungeon: Birth for Yours,PC,Misc,Unknown,Rosebleu,,,,,,,2011-07-29, -/games/boxart/default.jpg,Tiny Games - Knights & Dragons,3DS,Misc,"Reactor, Inc.",Unknown,,,,,,,2014-05-01, -/games/boxart/default.jpg,Tiny Toon Adventures: Buster and the Beanstalk,PC,Misc,Unknown,Terraglyph Interactive Studios,,,,,,,1996-01-01, -/games/boxart/full_tiny-toon-adventures-cartoon-workshop_4AmericaFront.jpg,Tiny Toon Adventures: Cartoon Workshop,NES,Misc,Konami,Novotrade,,,,,,,1992-12-01, -/games/boxart/default.jpg,Tiny Touchdown,And,Misc,Fat Fish Games,Unknown,,,,,,,2014-03-20, -/games/boxart/full_titan_3JapanFront.jpg,Titan,PCE,Misc,Naxat Soft,ISCO,,,,,,,1991-03-15, -/games/boxart/default.jpg,Titanic: Hidden Expedition,3DS,Misc,Sigma Ent. Inc.,Unknown,,,,,,,2014-06-26, -/games/boxart/default.jpg,To Heart,PSP,Misc,Aqua Plus,Unknown,,,,,,,2011-10-27, -/games/boxart/default.jpg,To Heart 2,PSP,Misc,Aqua Plus,Unknown,,,,,,,2009-07-30, -/games/boxart/default.jpg,To Heart 2,PS3,Misc,Aqua Plus,Unknown,,,,,,,2011-09-22, -/games/boxart/default.jpg,To Heart 2 Portable,PC,Misc,honeybee,Unknown,,,,,,,2012-12-27, -/games/boxart/default.jpg,To Heart Portable,PC,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Toaru Kanojo no Netorare Kiroku,PC,Misc,Unknown,Miel,,,,,,,2011-06-24, -/games/boxart/default.jpg,Toast Time,And,Misc,Force Of Habit,Unknown,,,,,,,2014-02-06, -/games/boxart/full_tobidase-trouble-hanafuda-douchuuki_655JapanFront.jpg,Tobidase! Trouble Hanafuda Douchuuki,PSP,Misc,Kadokawa Shoten,HuneX,,,,,,,2007-04-19, -/games/boxart/default.jpg,Tobuscus Adventures,PC,Misc,Capcom Production Studio 1,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Tobuscus Adventures,And,Misc,Capcom Production Studio 1,Unknown,,,,,,,2014-01-01, -/games/boxart/full_1984817AmericaFrontccc.jpg,TOCA Championship Racing,PC,Misc,Codemasters,Unknown,,,,,,,1998-08-29, -/games/boxart/full_6341047JapanFrontccc.jpg,TOEIC Test Eitango Speed Master DS,DS,Misc,Creative Core,Creative Core,,,,,,,2009-04-30, -/games/boxart/full_8200061JapanFrontccc.jpg,TOEIC Test Kousiki DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2009-08-27, -/games/boxart/default.jpg,Toeic Test Portable,PSP,Misc,Media5,Unknown,,,,,,,2012-03-22, -/games/boxart/full_9495481JapanFrontccc.jpg,TOEIC Test Super Coach @DS,DS,Misc,Kirihara Shoten,Kirihara Shoten,,,,,,,2010-02-25, -/games/boxart/default.jpg,Toeic Test: Chousoku Training,3DS,Misc,IE Institute,Unknown,,,,,,,2012-04-05, -/games/boxart/default.jpg,Toeic Test: Jissen Tokkun,PSV,Misc,Media5,Unknown,,,,,,,2012-03-22, -/games/boxart/default.jpg,Toki o Kanaderu Waltz,PC,Misc,Unknown,Debo no Su Seisakusho,,,,,,,2011-07-29, -/games/boxart/full_9458210PALFrontccc.png,Toki Tori 2,WiiU,Misc,Two Tribes,Unknown,,,,,,,2013-04-04, -/games/boxart/default.jpg,Toki Tori 2,PC,Misc,Two Tribes,Unknown,,,,,,,2014-01-01, -/games/boxart/full_5490178JapanFrontccc.jpg,Tokimeki Card Paradise: Koi no Royal Straight Flush,PCFX,Misc,Sonnet,Sonnet,,,,,,,1996-01-26, -/games/boxart/full_3015501JapanFrontccc.jpg,Tokimeki Mahjong Paradise Special,3DO,Misc,Sonnet,Sonnet,,,,,,,1996-03-01, -/games/boxart/full_1416892JapanFrontccc.jpg,Tokimeki Memorial 2: Music Video Clips: Circus de Ai Imashou,PS2,Misc,Konami,Konami,,,,,,,2002-04-18, -/games/boxart/full_tokoros-mahjong_912JapanFront.jpg,Tokoro's Mahjong,SNES,Misc,Victory Lap Games,Syscom,,,,,,,1994-09-23, -/games/boxart/full_tokoros-mahjong-jr_95JapanFront.jpg,Tokoro's Mahjong Jr.,GB,Misc,Victory Lap Games,Vic Tokai,,,,,,,1994-12-22, -/games/boxart/full_4943984JapanFrontccc.jpg,Tokutenryoku Gakushuu DS: Chuu-1 Eigo,DS,Misc,Benesse,Benesse,,,,,,,2008-02-05, -/games/boxart/full_5020822JapanFrontccc.jpg,Tokutenryoku Gakushuu DS: Chuu-2 Eigo,DS,Misc,Benesse,Benesse,,,,,,,2008-02-05, -/games/boxart/full_5492656JapanFrontccc.jpg,Tokutenryoku Gakushuu DS: Chuu-3 Eigo,DS,Misc,Benesse,Benesse,,,,,,,2008-02-05, -/games/boxart/full_4412618JapanFrontccc.jpg,Tokyo Odaiba Casino,DS,Misc,Success,Success,,,,,,,2008-02-21, -/games/boxart/default.jpg,Tom Clancy's Politika,PC,Misc,Red Storm Entertainment,Unknown,,,,,,,1997-11-30, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six,OSX,Misc,Red Storm Entertainment,Unknown,,,,,,,1999-12-08, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon Advanced Warfighter 2 Double Pack,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon Advanced Warfighter 2 Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon AW,WiiU,Misc,Ubisoft,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six Vegas 2 / Ghost Recon AW,PC,Misc,Ubisoft,Unknown,,,,,,,2012-08-15, -/games/boxart/default.jpg,Tom Clancy's Splinter Cell Double Agent / Rainbow Six Vegas Double Pack,PS3,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, -/games/boxart/default.jpg,Tom Clancy's Splinter Cell Double Agent / Rainbow Six Vegas Double Pack,X360,Misc,Ubisoft,Unknown,,,,,,,2012-03-30, -/games/boxart/full_tonfuso_3JapanFront.jpg,Tonfuso,WS,Misc,Bandai,Bandai,,,,,,,2001-06-28, -/games/boxart/default.jpg,Tony Hawk's Shred Session,And,Misc,Activision,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Toon Twister 3-D,PC,Misc,Scholastic Inc.,Scholastic,,,,,,,2003-01-01, -/games/boxart/full_tootuff_214PALFront.jpg,Tootuff,GB,Misc,Infogrames,Planet Interactive,,,,,,,2001-06-15, -/games/boxart/default.jpg,Top Gear: Race The Stig,And,Misc,BBC Worldwide,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Top Gear: Race The Stig,WinP,Misc,BBC Worldwide,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Top Ski Racing 2014,And,Misc,Azerbo,Unknown,,,,,,,2014-03-06, -/games/boxart/full_2494846PALFrontccc.jpg,Top Trumps: Doctor Who,PS2,Misc,Eidos Interactive,Rockpool Games,,,,,,,2008-05-16, -/games/boxart/full_7566954PALFrontccc.jpg,Top Trumps: Doctor Who,PC,Misc,Eidos Interactive,Rockpool Games,,,,,,,2008-05-16, -/games/boxart/default.jpg,Tori Tamashii: Chicken-do Shindan,DSiW,Misc,G-mode,G-mode,,,,,,,2009-09-30, -/games/boxart/9810227ccc.jpg,Tori-Emaki,PSN,Misc,Sony Online Entertainment,SCEE London Studio,,,,,,,2008-01-17, -/games/boxart/default.jpg,Toriko: Gourmet Survival!,3DS,Misc,Namco Bandai Games,Unknown,,,,,,,2012-07-05, -/games/boxart/full_3960164JapanFrontccc.jpg,Toshinden Card Quest,PS,Misc,Takara,Takara,,,,,,,1998-04-02, -/games/boxart/full_5975906PALFrontccc.jpg,Total Carnage,CD32,Misc,Ars System Works,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,Total Carnage,MSD,Misc,Midway,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,Total Carnage,Amig,Misc,Ars System Works,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,Total Conquest - Online combat and strategy,And,Misc,Gameloft,Unknown,,,,,,,2013-09-18, -/games/boxart/full_2808515AmericaFrontccc.jpg,Total Monarchy,XBL,Misc,Microsoft,glavian999,,,,,,,2009-12-22, -/games/boxart/full_1748948AmericaFrontccc.jpg,TotemBall,XBL,Misc,Microsoft,Strange Flavour,,,,,,,2006-10-04, -/games/boxart/default.jpg,Touch Battle Tank 3D 2,3DS,Misc,Agetec,Unknown,,,,,,,2014-01-30, -/games/boxart/full_4048297JapanFrontccc.jpg,Touch de Manzai! Megami no Etsubo DS,DS,Misc,Ertain,Ertain,,,,,,,2006-06-29, -/games/boxart/default.jpg,Touch de Oboeru Hyakuninisshu: Chotto DSi Shiguredono,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-11-04, -/games/boxart/full_touch-de-rakushou-pachi-slot-sengen-rio-de-carnival_1JapanFront.jpg,Touch de Rakushou! Pachi-Slot Sengen: Rio de Carnival,DS,Misc,Tecmo,Net Corporation,,,,,,,2005-09-08, -/games/boxart/default.jpg,Touch Dictionary,DS,Misc,Daiwon C&A,Daiwon C&A,,,,,,,2005-07-01, -/games/boxart/full_6893211AmericaFrontccc.jpg,Touch Solitaire,DSiW,Misc,Nintendo,Nintendo,,,,,,,2010-01-11, -/games/boxart/full_toudai-shogi-jouseki-dojo-kanketsuhen_0JapanFront.jpg,Toudai Shogi: Jouseki Dojo Kanketsuhen,PS2,Misc,NCS,NCS,,,,,,,2004-09-09, -/games/boxart/full_toudai-shogi-meijinsen-dojo-ds_505JapanFront.jpg,Toudai Shogi: Meijinsen Dojo DS,DS,Misc,NCS,NCS,,,,,,,2011-04-21, -/games/boxart/full_toudai-shogi-shikenbisha-dojo_9JapanFront.jpg,Toudai Shogi: Shikenbisha Dojo,PS2,Misc,Mycom,Mycom,,,,,,,2000-12-07, -/games/boxart/full_toudai-shougi-mejinsen-dojo_6JapanFront.jpg,Toudai Shougi: Mejinsen Dojo,PSP,Misc,NCS,NCS,,,,,,,2010-10-28, -/games/boxart/default.jpg,Tousouchuu: Shijou Saikyou no Hunter-Tachi Kara Nigekire!,And,Misc,Namco Bandai Games,Unknown,,,,,,,2014-05-29, -/games/boxart/default.jpg,Tower of Ghost,PC,Misc,Unknown,Unknown,,,,,,,2013-01-19, -/games/boxart/default.jpg,Towns,OSX,Misc,Irrational Games / Looking Glass Studios,Unknown,,,,,,,2012-11-07, -/games/boxart/default.jpg,Towns,PC,Misc,Irrational Games / Looking Glass Studios,Unknown,,,,,,,2012-11-07, -/games/boxart/default.jpg,Towtruck Simulator 2015,PC,Misc,UIG Entertainment,Unknown,,,,,,,2014-03-11, -/games/boxart/full_9526314AmericaFrontccc.jpg,Toy Story Activity Center,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,1996-01-01, -/games/boxart/default.jpg,Toy Story CD-ROM Sampler,PC,Misc,Disney Interactive Studios,Disney Interactive,,,,,,,1999-01-01, -/games/boxart/default.jpg,Toy Story CD-ROM Sampler,SNES,Misc,Malibu Games,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,Toy Story: Smash It!,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-02-28, -/games/boxart/default.jpg,TrackMania Turbo: Build to Race,Wii,Misc,City Interactive,Unknown,,,,,,,2011-03-24, -/games/boxart/full_756999AmericaFrontccc.jpg,TrackMania² Stadium,PC,Misc,Ubisoft,Unknown,,,,,,,2013-06-20, -/games/boxart/default.jpg,Traffic Racer,And,Misc,Soner Kara,Unknown,,,,,,,2013-11-13, -/games/boxart/default.jpg,TrainStation,And,Misc,Pixel Federation,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,TrainStation,BRW,Misc,Pixel Federation,Unknown,,,,,,,2012-01-11, -/games/boxart/default.jpg,Trainz Simulator 2,OSX,Misc,N3V Games Pty Ltd,Unknown,,,,,,,2014-03-26, -/games/boxart/default.jpg,Transformers: Revenge of the Fallen,DS,Misc,Activision,Unknown,,,,,,,2009-06-23, -/games/boxart/default.jpg,Transformers: Revenge of the Fallen -- Autobots,PS2,Misc,Activision,Unknown,,,,,,,2009-06-23, -/games/boxart/default.jpg,Transformers: Revenge of the Fallen -- Autobots,Wii,Misc,Activision,Unknown,,,,,,,2009-06-23, -/games/boxart/3101328ccc.jpg,Transformers: The Game,PSP,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Transformers: The Game,Mob,Misc,Activision,Unknown,,,,,,,2007-06-26, -/games/boxart/default.jpg,Travel Adventures with Hello Kitty,3DS,Misc,Bergsala Lightweight,Unknown,,,,,,,2013-10-01, -/games/boxart/full_1739248PALFrontccc.jpg,Travel Coach: Europe 2,DS,Misc,HMH Interactive,HMH Hamburger Medien Haus,,,,,,,2008-11-20, -/games/boxart/full_5876490PALFrontccc.jpg,Travel Coach: Europe 3,DS,Misc,HMH Interactive,HMH Hamburger Medien Haus,,,,,,,2008-11-20, -/games/boxart/default.jpg,Treasure Raiders,And,Misc,Crave Entertainment,Unknown,,,,,,,2014-03-03, -/games/boxart/default.jpg,Treasurenauts,3DS,Misc,Renegade Kid,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Trial Xtreme 3,And,Misc,Deemedya M.S. Ltd.,Unknown,,,,,,,2013-01-09, -/games/boxart/default.jpg,Trials Evolution,PC,Misc,Ubisoft,Unknown,,,,,,,2013-03-21, -/games/boxart/default.jpg,Trials Frontier,And,Misc,Ubisoft,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Trials Fusion,X360,Misc,Ubisoft,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Trials HD,PC,Misc,Ubisoft,Unknown,,,,,,,2013-03-21, -/games/boxart/full_619584AmericaFrontccc.jpg,Trials HD - Big Pack,XBL,Misc,Microsoft,"RedLynx, Ltd.",9,,,,,,2009-12-30, -/games/boxart/default.jpg,Trials Legend,PC,Misc,RedLynx,Unknown,,,,,,,2010-11-17, -/games/boxart/default.jpg,Tribeat,And,Misc,Unknown,Unknown,,,,,,,2014-05-04, -/games/boxart/default.jpg,Tribes Fast Attack,3DS,Misc,Big John Games,Unknown,,,,,,,2013-02-28, -/games/boxart/7896866ccc.jpg,Trick Shot,2600,Misc,Imagic,Imagic,,,,,,,1982-01-01, -/games/boxart/full_8945197AmericaFrontccc.jpg,Triple Pack: Dead Rising / Lost Planet: Extreme Condition Colonies Edition / Devil May Cry 4,X360,Misc,Capcom,Capcom,,,,,,,2009-09-08, -/games/boxart/full_6549112AmericaFrontccc.jpg,Triple Score: 3 Games in 1,GEN,Misc,Sega,Sega,,,,,,,1993-08-16, -/games/boxart/480209ccc.jpg,Trivial Pursuit,SCD,Misc,Virgin Interactive,"Western Technologies, Inc.",,,,,,,1993-01-01, -/games/boxart/full_1065055AmericaFrontccc.jpg,Trivial Pursuit,XBL,Misc,Electronic Arts,Adrenalin Interactive,,,,,,,2009-12-08, -/games/boxart/default.jpg,Trivial Pursuit CD-ROM Edition,PC,Misc,Hasbro Interactive,Adrenalin Entertainment,,,,,,,1996-01-01, -/games/boxart/full_4696445PALFrontccc.jpg,Trivial Pursuit unlimited,PS2,Misc,Atari,Atari,,,,,,,2007-01-01, -/games/boxart/full_1701333PALFrontccc.jpg,Trivial Pursuit unlimited,PC,Misc,Atari,Atari,,,,,,,2007-01-01, -/games/boxart/full_2005331AmericaFrontccc.jpg,Trivial Pursuit: Bring On The 90's Edition,PC,Misc,iWin,iWin,,,,,,,2007-02-28, -/games/boxart/full_2527720PALFrontccc.jpg,Trivial Pursuit: Genus Edition,MS,Misc,Domark Software,Domark,,,,,,,1992-01-01, -/games/boxart/full_4702602AmericaFrontccc.jpg,Trivial Pursuit: Interactive Multimedia Game,PC,Misc,Parker Bros.,"Western Technologies, Inc.",,,,,,,1994-01-01, -/games/boxart/full_3810559AmericaFrontccc.jpg,Trivial Pursuit: Millennium Edition,PC,Misc,Hasbro Interactive,Adrenalin Interactive,,,,,,,1999-12-27, -/games/boxart/full_2919908AmericaFrontccc.jpg,Trivial Pursuit: NASCAR Edition,PC,Misc,Hasbro Interactive,Hasbro Interactive,,,,,,,1999-01-01, -/games/boxart/default.jpg,Trolls vs Vikings,And,Misc,Unknown,Unknown,,,,,,,2014-02-26, -/games/boxart/default.jpg,Trolly Bird,PSV,Misc,Unknown,Unknown,,,,,,,2015-02-26, -/games/boxart/default.jpg,Trouserheart,And,Misc,10tons Ltd,Unknown,,,,,,,2013-10-28, -/games/boxart/default.jpg,Trouserheart,WinP,Misc,10tons Ltd,Unknown,,,,,,,2013-11-06, -/games/boxart/full_6083675AmericaFrontccc.jpg,True Pinball,SAT,Misc,Ocean,Digital Illusions,,,,,,,1996-10-31, -/games/boxart/full_trump-boy_0JapanFront.jpg,Trump Boy,GB,Misc,Pack-In-Video,Pack-In-Video,,,,,,,1990-03-29, -/games/boxart/full_trump-boy-2_0JapanFront.jpg,Trump Boy II,GB,Misc,Pack-In-Video,Pack-In-Video,,,,,,,1990-11-09, -/games/boxart/full_trump-collection_8JapanFront.jpg,Trump Collection,WS,Misc,Bottom Up,Bottom Up,,,,,,,1999-07-01, -/games/boxart/full_trump-collection-2_10JapanFront.jpg,Trump Collection 2: Bottom Up Teki Sekai Isshuu no Tabi,WS,Misc,Bottom Up,Bottom Up,,,,,,,2000-09-28, -/games/boxart/full_8803737JapanFrontccc.jpg,Trump Collection GB,GB,Misc,Bottom Up,Bottom Up,,,,,,,1997-11-28, -/games/boxart/full_try-not-to-fart_7AmericaFront.jpg,Try Not To Fart,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2010-06-07,2020-03-03 -/games/boxart/full_1293498JapanFrontccc.jpg,Tsukatte Utau Saru Band,DSiW,Misc,Nintendo,muu muu,,,,,,,2010-04-28, -/games/boxart/full_tsumiki-bloq_256JapanFront.jpg,Tsumiki BLOQ,PS3,Misc,Sony Computer Entertainment,Supermassive Games Ltd.,,,,,,,2011-02-17,2018-04-07 -/games/boxart/full_889608JapanFrontccc.jpg,Tsuushin Taisen Mahjong: Touryuumon,X360,Misc,AQ Interactive,Yuki Enterprise,,,,,,,2006-01-26, -/games/boxart/default.jpg,TUG,PC,Misc,Unknown,Unknown,,,,,,,2014-03-28, -/games/boxart/full_tuneland_90AmericaFront.jpg,Tuneland,PC,Misc,7th Level,7th Level,,,,,,,1994-01-01, -/games/boxart/full_9060378AmericaFrontccc.jpg,Tunescape,XBL,Misc,Microsoft,ladron,,,,,,,2010-04-02, -/games/boxart/full_turntablist-dj-battle_5JapanFront.jpg,Turntablist: DJ Battle,WS,Misc,Bandai,Bandai,,,,,,,1999-11-25, -/games/boxart/default.jpg,Turtle Tale,3DS,Misc,Saturnine Games,Unknown,,,,,,,2014-05-22, -/games/boxart/full_1126609AmericaFrontccc.jpg,TV Calibration,XBL,Misc,Microsoft,Arcane Labs,,,,,,,2009-02-21, -/games/boxart/full_tv-champion_703JapanFront.jpg,TV Champion,GB,Misc,Yutaka,Tom Create,,,,,,,1994-10-28, -/games/boxart/default.jpg,TV Manager 2,PC,Misc,Ascaron Entertainment GmbH,Unknown,,,,,,,2012-03-16, -/games/boxart/6610432ccc.jpg,TV Show King,WW,Misc,Gameloft,Gameloft,,,,,,,2008-05-12, -/games/boxart/full_tv-show-king_1AmericaFront.png,TV Show King,PSN,Misc,Gameloft,Gameloft,,,,,,,2009-08-06, -/games/boxart/full_6901133AmericaFrontccc.jpg,TV Show King 2,WW,Misc,Gameloft,Gameloft,,,,,,,2009-12-21, -/games/boxart/full_tvdj_100JapanFront.jpg,TVDJ,PS2,Misc,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2000-06-29, -/games/boxart/full_4172527PALFrontccc.jpg,Twenty 2 Party,PS2,Misc,505 Games,Japan Art Media,,,,,,,2005-05-01, -/games/boxart/full_4632714AmericaFrontccc.jpg,Twin 2 Pack: Sonic 3D Blast/Sonic R,PC,Misc,Activision,Sega,,,,,,,2002-01-01, -/games/boxart/default.jpg,Twin Cobra,Arc,Misc,Romstar,Unknown,,,,,,,1987-01-01, -/games/boxart/full_twinkle-nights_8JapanFront.jpg,Twinkle * Nights,3DO,Misc,Unknown,Interlas,,,,,,,1995-03-17, -/games/boxart/full_9375160AmericaFrontccc.jpg,Type Attacks,XBL,Misc,Microsoft,batfox,,,,,,,2008-12-18, -/games/boxart/default.jpg,Typer Shark Deluxe,PC,Misc,PopCap Games,PopCap,,,,,,,2006-08-30, -/games/boxart/default.jpg,Tyrant Unleashed,And,Misc,Kongregate,Unknown,,,,,,,2013-08-08, -/games/boxart/full_uchi-no-3-shimai-no-karaoke-utagassen_770JapanFront.jpg,Uchi no 3 Shimai no Karaoke Utagassen,DS,Misc,Culture Brain,Culture Brain,,,,,,,2010-12-09, -/games/boxart/full_9662522JapanFrontccc.jpg,Uchuu Daisakusen Chocovader: Uchuu kara no Shinryakusha,GBA,Misc,Namco,Namco,,,,,,,2002-12-20, -/games/boxart/full_575335JapanFrontccc.jpg,Uchuu Seibutsu Furopon-Kun,3DO,Misc,Sanyei Shobou,Sanyei Shobou,,,,,,,1994-08-06, -/games/boxart/default.jpg,Ugoite Asobu Diet,DSiW,Misc,Genki,"Shapes, Inc.",,,,,,,2010-07-14, -/games/boxart/full_1201348AmericaFrontccc.jpg,Ultimate Arcade Chat Rooms,XBL,Misc,Microsoft,Raining Talent LLC,,,,,,,2009-11-14, -/games/boxart/default.jpg,Ultimate Band,PS2,Misc,Unknown,Disney Interactive Studios,,,,,,,2020-12-31, -/games/boxart/full_4970257AmericaFrontccc.png,Ultimate Board Game Collection,PSN,Misc,Valcon Games,Jack of All Games,,,,,,,2009-07-08, -/games/boxart/full_ultimate-card-games-2_961AmericaFront.jpg,Ultimate Card Games,DS,Misc,Telegames,"Telegames, Inc.",,,,,,,2011-11-04, -/games/boxart/full_5897552PALFrontccc.jpg,Ultimate Casino,PS2,Misc,505 Games,Amedio,,,,,,,2004-12-01, -/games/boxart/full_ultimate-drums_0AmericaFront.jpg,Ultimate Electronic Drums,XBL,Misc,Microsoft,Angry Aardvark,,,,,,,2010-08-01, -/games/boxart/full_ultimate-lemmings_10PALFront.jpg,Ultimate Lemmings,PC,Misc,Psygnosis,DMA Design,,,,,,,1996-01-01, -/games/boxart/full_9795945PALFrontccc.jpg,Ultimate Mind Games,PS2,Misc,Midas Interactive Entertainment,Yuki Enterprise,,,,,,,2004-06-25, -/games/boxart/default.jpg,Ultimate Mortal Kombat 3,DS,Misc,Midway,Unknown,,,,,,,2007-11-12, -/games/boxart/full_7695159AmericaFrontccc.jpg,Ultimate Pinball,PC,Misc,GT Interactive,Teeny Weeny Games,,,,,,,1996-01-01, -/games/boxart/full_7263504PALFrontccc.jpg,Ultimate Pro Pinball,PS2,Misc,Empire Interactive,Atomic Planet Entertainment,,,,,,,2005-07-22, -/games/boxart/full_3230549PALFrontccc.jpg,Ultimate Pro Pinball,XB,Misc,VU Games,Atomic Planet Entertainment,,,,,,,2006-11-21, -/games/boxart/full_9364102AmericaFrontccc.jpg,Ultimate Pro Pinball,PC,Misc,Empire Interactive,Atomic Planet Entertainment,,,,,,,2006-12-01, -/games/boxart/full_5847255AmericaFrontccc.jpg,Ultimate Wargame Collection Volume 3: Modern Warfare,PC,Misc,SSI,SSI,,,,,,,1999-12-27, -/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,Ouya,Misc,Unknown,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,PC,Misc,Unknown,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,Linux,Misc,Unknown,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Ultionus: A Tale of Petty Revenge,OSX,Misc,Unknown,Unknown,,,,,,,2014-02-25, -/games/boxart/full_7935391AmericaFrontccc.jpg,ULTRA-POWERED MASSAGER!,XBL,Misc,Microsoft,Clay Schubiner,,,,,,,2009-08-12, -/games/boxart/full_1377888JapanFrontccc.jpg,Ultraman Zearth,PS,Misc,Tohoku Shinsha,Tohoku Shinsha,,,,,,,1996-12-20, -/games/boxart/full_6948487JapanFrontccc.jpg,Ultraman Zukan,SAT,Misc,Kodansha,Kodansha,,,,,,,1996-09-13, -/games/boxart/full_9184813JapanFrontccc.jpg,Ultraman Zukan 2,SAT,Misc,Kodansha,Kodansha,,,,,,,1997-12-18, -/games/boxart/full_6719802JapanFrontccc.jpg,Ultraman Zukan 3,SAT,Misc,Kodansha,Kodansha,,,,,,,1998-06-18, -/games/boxart/4830150ccc.jpg,Ultraverse Prime / Microcosm,SCD,Misc,Sony Imagesoft,Various,,,,,,,1994-01-01, -/games/boxart/full_6449522AmericaFrontccc.png,Um Jammer Lammy,PSN,Misc,Sony Computer Entertainment,NanaOn-Sha,,,,,,,2009-10-01, -/games/boxart/full_8319634JapanFrontccc.jpg,Umesawa Yukari no Igo Seminar,XB,Misc,Success,Success,,,,,,,2002-06-13, -/games/boxart/full_6042857JapanFrontccc.jpg,Umezawa Yukari no Taikyoku Igo: Heisei Kiin II,PS,Misc,Daiki,NanaOn-Sha,,,,,,,1998-12-17, -/games/boxart/full_1844652JapanFrontccc.jpg,Umezawa Yukari no Yasashi Igo,DS,Misc,NCS,NCS,,,,,,,2008-01-31, -/games/boxart/full_9126664JapanFrontccc.jpg,Umibe de Reach!,SAT,Misc,Mycom,Mycom,,,,,,,1998-08-20, -/games/boxart/default.jpg,Uncharted Waters: New Horizons,SNES,Misc,Tecmo Koei,Unknown,,,,,,,1994-10-24, -/games/boxart/default.jpg,Uncharted Waters: New Horizons,Wii,Misc,Tecmo Koei,Unknown,,,,,,,2009-04-06, -/games/boxart/default.jpg,Uncharted Waters: New Horizons,WiiU,Misc,Tecmo Koei,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,Undead Bowling,3DS,Misc,G-Style,Unknown,,,,,,,2013-07-18, -/games/boxart/default.jpg,UnderTale,OSX,Misc,Rocket Science,Unknown,,,,,,,2020-12-31, -/games/boxart/full_undou-fusoku-kaishou-punch-de-diet_3JapanFront.jpg,Undou Fusoku Kaishou Punch de Diet,PS,Misc,Unknown,Twilight Express,,,,,,,2002-03-14, -/games/boxart/default.jpg,Unearthed,PS3,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Unearthed,X360,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Unearthed,PC,Misc,Unknown,Unknown,,,,,,,2014-01-03, -/games/boxart/default.jpg,Unepic,WiiU,Misc,EnjoyUp Games,Unknown,,,,,,,2014-01-16, -/games/boxart/default.jpg,United Eleven,PC,Misc,Nexon,Unknown,,,,,,,2014-05-15, -/games/boxart/full_570095AmericaFrontccc.jpg,UNO,GB,Misc,Mattel Interactive,HotGen Studios,7.5,,,,,,1999-12-16, -/games/boxart/full_2998641AmericaFrontccc.jpg,UNO,DSiW,Misc,Gameloft,Gameloft,,,,,,,2009-12-21, -/games/boxart/full_9957506AmericaFrontccc.jpg,UNO,WW,Misc,Gameloft,Gameloft,,,,,,,2010-01-25, -/games/boxart/full_1520666AmericaFrontccc.png,UNO,PSN,Misc,Gameloft,Gameloft,7.5,,,,,,2009-10-01, -/games/boxart/full_uno_550JapanFront.jpg,UNO,PS,Misc,MediaQuest,MediaQuest,,,,,,,1998-04-02, -/games/boxart/default.jpg,UNO,PS2,Misc,Success,Success,,,,,,,2004-03-11, -/games/boxart/full_uno_229AmericaFront.jpg,UNO,PC,Misc,Mattel Interactive,Mattel Interactive,,,,,,,2000-12-01, -/games/boxart/full_2118037AmericaFrontccc.jpg,UNO (2017),PC,Misc,Ubisoft,Ubisoft,,,,,,,2017-01-03,2020-01-31 -/games/boxart/full_uno-psp_7AmericaFront.jpg,UNO (PSP),PSN,Misc,Gameloft,Gameloft,,,,,,,2010-04-22, -/games/boxart/full_uno-2-small-world_655JapanFront.jpg,UNO 2: Small World,GB,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1995-03-03, -/games/boxart/full_uno-52_83AmericaFront.jpg,UNO 52,GBA,Misc,DSI Games,Black Lantern Studios,,,,,,,2006-09-28, -/games/boxart/full_uno-dx_736JapanFront.jpg,UNO DX,SAT,Misc,MediaQuest,Mitsui & Co.,,,,,,,1998-01-29, -/games/boxart/full_380833AmericaFrontccc.jpg,UNO Free Fall,GBA,Misc,DSI Games,Black Lantern Studios,,,,,,,2007-03-06, -/games/boxart/full_9881474AmericaFrontccc.jpg,UNO RUSH,XBL,Misc,Microsoft,Carbonated Games,,,,,,,2009-03-25, -/games/boxart/2761228ccc.jpg,UNO Undercover,PC,Misc,Unknown,Golden Goose Games,,,,,,,2008-01-01, -/games/boxart/full_uno-small-world_395JapanFront.jpg,UNO: Small World,GB,Misc,Tomy Corporation,Tomy Corporation,,,,,,,1993-11-26, -/games/boxart/full_7288437JapanFrontccc.jpg,Unou Ikusei: IQ Breeder - Pet to Nakayoku IQ Lesson,DS,Misc,MegaHouse,MegaHouse,,,,,,,2007-11-22, -/games/boxart/default.jpg,Unsung Story: Tale of the Guardians,And,Misc,"Playdek, Inc.",Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,UnTangle Lines,Linux,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,UnTangle Lines,OSX,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,UnTangle Lines,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,Up? - Reflex Game,PC,Misc,Unknown,Unknown,,,,,,,2014-03-17, -/games/boxart/default.jpg,Up? - Reflex Game,OSX,Misc,Unknown,Unknown,,,,,,,2014-03-17, -/games/boxart/default.jpg,Up? - Reflex Game,Linux,Misc,Unknown,Unknown,,,,,,,2014-03-17, -/games/boxart/full_8946991AmericaFrontccc.jpg,Urban Art Gallery,XBL,Misc,Microsoft,North West,,,,,,,2009-07-05, -/games/boxart/full_5253842AmericaFrontccc.jpg,Urban Trial Freestyle,3DS,Misc,Unknown,Unknown,,,,,,,2013-01-01, -/games/boxart/full_218527AmericaFrontccc.jpg,Urban Trial Freestyle,PSV,Misc,Unknown,Unknown,,,,,,,2013-01-01, -/games/boxart/full_291447AmericaFrontccc.jpg,Urban Trial Freestyle,PS3,Misc,Unknown,Unknown,,,,,,,2013-01-01, -/games/boxart/default.jpg,Ushimitsu Monstruo: Fushigi na Oki no Dance Party,WW,Misc,Santa Entertainment,Santa Entertainment,,,,,,,2011-08-23, -/games/boxart/default.jpg,Uso Hakken Utsuwa: Kokoronouchi o Nozoichao ☆,DSiW,Misc,Genki,Genki,,,,,,,2010-02-10, -/games/boxart/full_6848267JapanFrontccc.jpg,Utacchi,DS,Misc,Konami,Konami,,,,,,,2010-02-25, -/games/boxart/full_utautau-seirei-songs_773JapanFront.jpg,Utautau: Seirei Songs,PS,Misc,Enix,Enix Corporation,,,,,,,2000-02-24, -/games/boxart/default.jpg,Utawarerumono,PSP,Misc,Aqua Plus,Unknown,,,,,,,2009-05-28, -/games/boxart/default.jpg,Utility Vehicle Simulator,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2012-03-14, -/games/boxart/full_2598614JapanFrontccc.jpg,Utsukushii Nihongo no Kakikata Hanashikata DS,DS,Misc,IE Institute,IE Institute,,,,,,,2007-05-17, -/games/boxart/default.jpg,Utsushite Jikkan! Diet Memo,DSiW,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2009-08-05, -/games/boxart/full_7141791JapanFrontccc.jpg,V Master Cross,GBA,Misc,Success,Success,,,,,,,2002-07-26, -/games/boxart/7832211ccc.jpg,V.I.P. Casino: Blackjack,WW,Misc,High Voltage Software,"High Voltage Software, Inc.",,,,,,,2008-05-12, -/games/boxart/default.jpg,Vacation Adventures: Park Ranger,3DS,Misc,Microvalue,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Valiant Hearts: The Great War,PS4,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, -/games/boxart/default.jpg,Valiant Hearts: The Great War,PS3,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, -/games/boxart/full_8681871AmericaFrontccc.jpg,Valiant Hearts: The Great War,PC,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, -/games/boxart/default.jpg,Valiant Hearts: The Great War,X360,Misc,Ubisoft,Unknown,,,,,,,2014-06-25, -/games/boxart/full_valis-visual-shuu_2JapanFront.jpg,Valis Visual Shuu,PCE,Misc,Nippon Telenet,Nippon Telenet,,,,,,,1993-02-19, -/games/boxart/full_632233AmericaFrontccc.jpg,Valkyrie's Hentai Anime Poker,PC,Misc,Jast,JAST Japan,,,,,,,1999-01-01, -/games/boxart/default.jpg,Vampire or Not,OSX,Misc,thesetales,Unknown,,,,,,,2015-07-01, -/games/boxart/default.jpg,Vampire or Not,PC,Misc,thesetales,Unknown,,,,,,,2015-07-01, -/games/boxart/default.jpg,Vampire or Not,Linux,Misc,thesetales,Unknown,,,,,,,2015-07-01, -/games/boxart/default.jpg,Vampires,Linux,Misc,SCEA Studio San Diego,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Vampires,PC,Misc,SCEA Studio San Diego,Unknown,,,,,,,2014-03-06, -/games/boxart/default.jpg,Vampires Until Dawn,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Vampires Vs Werewolves,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-03-03, -/games/boxart/default.jpg,Vampires! What do you know about them?,PC,Misc,Minor Key Games,Unknown,,,,,,,2013-10-21, -/games/boxart/default.jpg,Vampires! What do you know about them?,OSX,Misc,Minor Key Games,Unknown,,,,,,,2013-10-21, -/games/boxart/default.jpg,Vampires! What do you know about them?,Linux,Misc,Minor Key Games,Unknown,,,,,,,2013-10-21, -/games/boxart/default.jpg,"Vampires,Zombies and Monsters Attack",Linux,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,"Vampires,Zombies and Monsters Attack",PC,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,"Vampires,Zombies and Monsters Attack",OSX,Misc,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Vampires: Bloodlust,PC,Misc,Eutechnyx,Unknown,,,,,,,2014-04-03, -/games/boxart/default.jpg,Vampires: Bloodlust,And,Misc,Eutechnyx,Unknown,,,,,,,2014-04-24, -/games/boxart/default.jpg,Vampires: Todd & Jessica's Story,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2013-07-08, -/games/boxart/default.jpg,Vampires: Todd & Jessica's Story,PC,Misc,G5 Entertainment,Unknown,,,,,,,2013-03-19, -/games/boxart/default.jpg,Vampires: Todd & Jessica's Story,And,Misc,G5 Entertainment,Unknown,,,,,,,2014-03-05, -/games/boxart/default.jpg,Vanguard Ace,PC,Misc,Unknown,Midas Interactive,,,,,,,, -/games/boxart/default.jpg,VANITAS,And,Misc,Tale of Tales,Unknown,,,,,,,2010-02-04, -/games/boxart/full_8548416AmericaFrontccc.jpg,Vegas Dream,NES,Misc,HAL Laboratory,HAL Laboratory,,,,,,,1990-03-01, -/games/boxart/9508486ccc.jpg,Vegas Games,GB,Misc,3DO,Digital Eclipse,,,,,,,2000-02-01, -/games/boxart/full_2857617AmericaFrontccc.jpg,Vegas Stakes,SNES,Misc,Nintendo,HAL Laboratory,,,,,,,1993-01-01, -/games/boxart/full_4501778AmericaFrontccc.jpg,Vegas Stakes,VC,Misc,Nintendo,HAL Laboratory,,,,,,,2007-11-26, -/games/boxart/5087993ccc.jpg,Vegas Stakes,GB,Misc,Nintendo,HAL Laboratory,,,,,,,1995-01-01, -/games/boxart/default.jpg,Vektorial Pong,PC,Misc,Iceberg Interactive,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Velocity (2012),PSP,Misc,Futurlab 1,Unknown,,,,,,,2012-05-15, -/games/boxart/default.jpg,Velocity (2012),PSV,Misc,Futurlab 1,Unknown,,,,,,,2012-05-15, -/games/boxart/default.jpg,Velocity (2012),PS3,Misc,Futurlab 1,Unknown,,,,,,,2012-05-15, -/games/boxart/full_119568AmericaFrontccc.jpg,Venatio Creo,XBL,Misc,Microsoft,Urishizu,,,,,,,2009-12-20, -/games/boxart/default.jpg,Vertical Drop Heroes,PC,Misc,Unknown,Unknown,,,,,,,2014-05-20, -/games/boxart/default.jpg,Vessel,PS3,Misc,Namco Bandai Games,Unknown,,,,,,,2014-03-11, -/games/boxart/default.jpg,Vessel,X360,Misc,Namco Bandai Games,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Vexed Jewels,PC,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Vexed Jewels,OSX,Misc,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_4098486PALFrontccc.jpg,vib-ribbon,PS,Misc,Sony Computer Entertainment,NanaOn-Sha,,,,,,,2000-09-01, -/games/boxart/full_vibes_2PALFront.jpg,Vibes,PSN,Misc,Laughing Jackal,Laughing Jackal,,,,,,,2010-06-08, -/games/boxart/default.jpg,Victim of Xen,PC,Misc,Unknown,Unknown,,,,,,,2014-05-21, -/games/boxart/default.jpg,Victoria II with Victoria II: A House Divided,PC,Misc,CyberFront,Unknown,,,,,,,2012-04-06, -/games/boxart/default.jpg,Victorious: Taking the Lead,DS,Misc,D3Publisher,Unknown,,,,,,,2012-11-13, -/games/boxart/full_4093931JapanFrontccc.jpg,Victory Zone 2,PS,Misc,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,1996-09-20, -/games/boxart/4449044ccc.jpg,Video Checkers,2600,Misc,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/8799631ccc.jpg,Video Chess,2600,Misc,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/9750300ccc.jpg,Video Pinball,2600,Misc,Atari,Atari,,,,,,,1981-01-01, -/games/boxart/full_videomation_386AmericaFront.jpg,Videomation,NES,Misc,THQ,"Western Technologies, Inc.",,,,,,,1991-06-01, -/games/boxart/default.jpg,Viking Brothers,OSX,Misc,Viva Media,Unknown,,,,,,,2014-04-23, -/games/boxart/default.jpg,Viking Brothers,PC,Misc,Viva Media,Unknown,,,,,,,2014-04-23, -/games/boxart/default.jpg,Village Life,BRW,Misc,Playdemic,Unknown,,,,,,,2012-11-01, -/games/boxart/default.jpg,Villagers and Heroes,PC,Misc,Unknown,Unknown,,,,,,,2014-04-17, -/games/boxart/full_violin-paradise_271AmericaFront.jpg,Violin Paradise,WW,Misc,Unknown,Keystone Game Studio,,,,,,,2010-12-13, -/games/boxart/full_2846289JapanFrontccc.jpg,Virtua Fighter CG Portrait Series The Final: Dural,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-01-01, -/games/boxart/full_5293235JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.10: Jeffry McWild,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-03-01, -/games/boxart/full_9394648JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.7: Shun Di,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-01-26, -/games/boxart/full_4250205JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.8: Lion Rafale,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-01-26, -/games/boxart/full_6847412JapanFrontccc.jpg,Virtua Fighter CG Portrait Series Vol.9: Kage Maru,SAT,Misc,Sega,Sega-AM2,,,,,,,1996-03-01, -/games/boxart/full_4268274JapanFrontccc.jpg,Virtua Pachi-Slot 7,PS,Misc,Map Japan,Map Japan,,,,,,,2000-09-07, -/games/boxart/full_9213309JapanFrontccc.jpg,Virtua Pachi-Slot EX,PS,Misc,Map Japan,Map Japan,,,,,,,1999-10-21, -/games/boxart/full_4043593JapanFrontccc.jpg,Virtua Pachi-Slot History of Kitadenshi,PS,Misc,Map Japan,Map Japan,,,,,,,2001-01-18, -/games/boxart/full_5974289JapanFrontccc.jpg,Virtua Pachi-Slot Olympia Special,PS,Misc,Map Japan,Map Japan,,,,,,,1998-10-22, -/games/boxart/full_1591567JapanFrontccc.jpg,Virtua Pachi-Slot V,PS,Misc,Map Japan,Map Japan,,,,,,,1999-09-02, -/games/boxart/full_9743040JapanFrontccc.jpg,Virtua Pachi-Slot VI,PS,Misc,Map Japan,Map Japan,,,,,,,2000-02-17, -/games/boxart/full_virtual-attraction-part-1_785AmericaFront.jpg,Virtual Attraction - Part 1,XBL,Misc,Microsoft,Fun Factory Entertainment,,,,,,,2011-07-23, -/games/boxart/full_999034AmericaFrontccc.jpg,Virtual Casino,SAT,Misc,Natsume,DATT Japan,,,,,,,1996-01-01, -/games/boxart/default.jpg,Virtual City 2: Paradise Resort,And,Misc,G5 Entertainment,Unknown,,,,,,,2012-04-05, -/games/boxart/default.jpg,Virtual City 2: Paradise Resort,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2012-04-05, -/games/boxart/default.jpg,Virtual City 2: Paradise Resort,BRW,Misc,G5 Entertainment,Unknown,,,,,,,2012-04-05, -/games/boxart/default.jpg,Virtual City Playground,OSX,Misc,G5 Entertainment,Unknown,,,,,,,2011-12-13, -/games/boxart/default.jpg,Virtual City Playground,And,Misc,G5 Entertainment,Unknown,,,,,,,2011-12-13, -/games/boxart/default.jpg,Virtual City Playground,WinP,Misc,G5 Entertainment,Unknown,,,,,,,2011-12-13, -/games/boxart/full_7197241AmericaFrontccc.jpg,Virtual Light Machine,AJ,Misc,Atari,Atari,,,,,,,1995-01-01, -/games/boxart/full_virtual-money-plant_27AmericaFront.jpg,Virtual Money Plant,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-08-12, -/games/boxart/full_virtual-pinball_27AmericaFront.jpg,Virtual Pinball,GEN,Misc,Electronic Arts,"BudgeCo., Inc.",,,,,,,1993-01-01, -/games/boxart/full_7558973AmericaFrontccc.jpg,Virtual VCR: Colors of Modern Rock,SCD,Misc,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_340557AmericaFrontccc.jpg,Virtual Villagers 2: The Lost Children,PC,Misc,Big Fish Games,LDW,,,,,,,2007-02-15, -/games/boxart/full_visual-mix-ayumi-hamasaki-dome-tour-2001_639JapanFront.jpg,Visual Mix Ayumi Hamasaki Dome Tour 2001,PS2,Misc,Avex,Avex,,,,,,,2001-12-13, -/games/boxart/default.jpg,Vitrum,PC,Misc,Unknown,Unknown,,,,,,,2012-09-25, -/games/boxart/full_186056AmericaFrontccc.jpg,Viva Pinata: Party Animals,XBL,Misc,Microsoft Game Studios,Krome Studios,,,,,,,2009-12-15, -/games/boxart/default.jpg,VizionEck,PS4,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_voice-changer-360_77AmericaFront.jpg,Voice Changer 360,XBL,Misc,Microsoft,DigitalDNA,,,,,,,2011-02-03, -/games/boxart/full_9367119JapanFrontccc.jpg,Voice Paradise,PCFX,Misc,NEC Interchannel,ASK,,,,,,,1996-05-17, -/games/boxart/default.jpg,VoidExpanse,PC,Misc,Unknown,Unknown,,,,,,,2014-04-02, -/games/boxart/default.jpg,Volleyball,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-03-20, -/games/boxart/default.jpg,Volt,PC,Misc,Unknown,Unknown,,,,,,,2014-04-14, -/games/boxart/default.jpg,Voodoo Whisperer Curse of a Legend,PC,Misc,Strategy First,Unknown,,,,,,,2014-04-08, -/games/boxart/full_wacky-races-bugs-bunny-amp-taz-time-busters_521PALFront.jpg,Wacky Races / Bugs Bunny & Taz: Time Busters,PS,Misc,Infogrames,Various,,,,,,,2002-11-22, -/games/boxart/3408574ccc.jpg,Wacky Worlds Creativity Studio,GEN,Misc,Sega,HeadGames,,,,,,,1994-07-20, -/games/boxart/full_5448488JapanFrontccc.jpg,Wai Wai 3-nin Uchi Mahjong,PS,Misc,Hori,Hori,,,,,,,2000-12-14, -/games/boxart/full_wai-wai-mahjong-yukai-na-jantomi-tachi_1JapanFront.jpg,Wai Wai Mahjong: Yukai na Jantomi-tachi,PCE,Misc,Video System,Video System,,,,,,,1989-06-19, -/games/boxart/default.jpg,WAKEDAS,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-08-22, -/games/boxart/full_1448876JapanFrontccc.jpg,Wantame Variety Channel,DS,Misc,Capcom,Capcom,,,,,,,2008-08-07, -/games/boxart/default.jpg,Wanted: Monty Mole,ZXS,Misc,Gremlin Graphics,Unknown,,,,,,,1984-01-01, -/games/boxart/default.jpg,Wanted: Monty Mole,C64,Misc,Gremlin Graphics,Unknown,,,,,,,1984-01-01, -/games/boxart/default.jpg,War for the Overworld,Linux,Misc,Unknown,Unknown,,,,,,,2015-04-02, -/games/boxart/default.jpg,War for the Overworld,OSX,Misc,Unknown,Unknown,,,,,,,2015-04-02, -/games/boxart/default.jpg,War in Middle Earth,ZXS,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,War in Middle Earth,MSX,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,War in Middle Earth,MSD,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,War in Middle Earth,AST,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,War in Middle Earth,Amig,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,War in Middle Earth,C64,Misc,Melbourne House,Unknown,,,,,,,1989-01-01, -/games/boxart/default.jpg,War of the Fallen,And,Misc,Zynga,Unknown,,,,,,,2013-05-13, -/games/boxart/default.jpg,War of the Roses,PC,Misc,Paradox Interactive,Unknown,,,,,,,2012-10-02, -/games/boxart/default.jpg,War of Thrones,BRW,Misc,Simpy Entertainment,Unknown,,,,,,,2011-11-10, -/games/boxart/default.jpg,War Rock,PC,Misc,Nexon America,Unknown,,,,,,,2007-02-07, -/games/boxart/full_4753164AmericaFrontccc.png,War Thunder,PS4,Misc,Gaijin Entertainment,Unknown,,,,,,,2014-06-03, -/games/boxart/full_5417561AmericaFrontccc.png,War Thunder,PC,Misc,Gaijin Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,War Thunder,OSX,Misc,Gaijin Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/full_8984494AmericaFrontccc.jpg,War: The Card Game Advanced,XBL,Misc,Microsoft,North West,,,,,,,2009-09-18, -/games/boxart/full_5450235JapanFrontccc.jpg,Warauinu no Bouken GB: Silly Go Lucky!,GB,Misc,Capcom,Capcom,,,,,,,2001-02-23, -/games/boxart/default.jpg,Warcraft II: Tides of Darkness,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,1996-04-30, -/games/boxart/default.jpg,Warcraft II: Tides of Darkness,MSD,Misc,Blizzard Entertainment,Unknown,,,,,,,1996-04-30, -/games/boxart/default.jpg,Warcraft III: Reign of Chaos,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2003-07-01, -/games/boxart/default.jpg,Warcraft: Orcs & Humans,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,1996-01-01, -/games/boxart/default.jpg,Warehouse and Logistic Manager,PC,Misc,Unknown,Unknown,,,,,,,2014-02-25, -/games/boxart/default.jpg,Warface,PC,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Warface,X360,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Warface,PS3,Misc,Trion Worlds,Unknown,,,,,,,2020-12-31, -/games/boxart/full_1519416AmericaFrontccc.jpg,Warfare Soundboard,XBL,Misc,Microsoft,SFX Dude,,,,,,,2009-09-09, -/games/boxart/default.jpg,Warfire!,And,Misc,Kaixin Network Technology Co. Ltd - loftygame,Unknown,,,,,,,2014-03-30, -/games/boxart/full_3411296AmericaFrontccc.png,Warframe,PS4,Misc,Digital Extremes,Digital Extremes,,,,,,,2013-11-15,2018-07-08 -/games/boxart/full_8129423PALFrontccc.png,Warframe,PC,Misc,Digital Extremes,Digital Extremes,,,,,,,2013-03-25,2018-07-08 -/games/boxart/default.jpg,Wargame,PSV,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-11-12, -/games/boxart/default.jpg,Wargame,PSP,Misc,Sony Computer Entertainment America,Unknown,,,,,,,2009-11-12, -/games/boxart/default.jpg,Wargame: European Escalation,PC,Misc,Focus Home Interactive,Unknown,,,,,,,2012-02-22, -/games/boxart/default.jpg,"Warhammer 40,000: Chess - Regicide",And,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,"Warhammer 40,000: Kill Team",PC,Misc,Sega,Unknown,,,,,,,2014-05-22, -/games/boxart/default.jpg,Wario Land 4,WiiU,Misc,Nintendo,Unknown,,,,,,,2014-05-08, -/games/boxart/full_7661911AmericaFrontccc.jpg,WarioWare D.I.Y. Showcase,WW,Misc,Nintendo,Intelligent Systems,,,,,,,2010-03-29, -/games/boxart/default.jpg,"WarioWare, Inc.: Mega MicroGame$",WiiU,Misc,Nintendo,Unknown,,,,,,,2014-04-10, -/games/boxart/full_8860437AmericaFrontccc.jpg,WarioWare: Snapped!,DSiW,Misc,Nintendo,Intelligent Systems,,,,,,,2009-04-05, -/games/boxart/default.jpg,Warm Gun,PC,Misc,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_735149PALFrontccc.gif,Warning: Code de la Route,Wii,Misc,Atari,Aruman Interactive,,,,,,,2008-06-27, -/games/boxart/full_7008911AmericaFrontccc.jpg,Wasteland 2,Linux,Misc,inXile Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/full_5004886AmericaFrontccc.jpg,Wasteland 2,OSX,Misc,inXile Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/full_we-dare-flirty-fun-for-all_79PALFront.jpg,We Dare: Flirty Fun for All,PS3,Misc,Ubisoft,Ubisoft Milan,,,,,,,2011-02-11, -/games/boxart/default.jpg,WeChat Speed,And,Misc,Tencent Technology(Shenzhen) Company Limited,Unknown,,,,,,,2014-03-26, -/games/boxart/default.jpg,Werewolves vs Vampires,PS4,Misc,10tons Ltd,Unknown,,,,,,,2014-04-08, -/games/boxart/default.jpg,Werewolves vs Vampires,PSV,Misc,10tons Ltd,Unknown,,,,,,,2014-02-04, -/games/boxart/default.jpg,Werewolves vs Vampires,And,Misc,10tons Ltd,Unknown,,,,,,,2012-09-27, -/games/boxart/default.jpg,Western Story,And,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_whack-a-friend_523AmericaFront.jpg,Whack-A-Friend,DSiW,Misc,Agetec,Agetec,,,,,,,2011-05-09, -/games/boxart/default.jpg,What Rhymes With Martians?,And,Misc,Unknown,Unknown,,,,,,,2014-04-09, -/games/boxart/default.jpg,What'S It Worth?,PC,Misc,Unknown,A&E Games,,,,,,,, -/games/boxart/default.jpg,What's My IQ?,And,Misc,Orangenose Studios,Unknown,,,,,,,2012-08-15, -/games/boxart/default.jpg,What's the Word?,And,Misc,Red-Spell,Unknown,,,,,,,2012-11-07, -/games/boxart/7781324ccc.jpg,Wheel of Fortune,GB,Misc,GameTek,Data Design Interactive,,,,,,,1990-09-01, -/games/boxart/2016659ccc.jpg,Wheel of Fortune,SCD,Misc,Sony Imagesoft,Imagineering Inc.,,,,,,,1994-01-01, -/games/boxart/full_7754978AmericaFrontccc.jpg,Wheel of Fortune,NES,Misc,GameTek,Rare Ltd.,,,,,,,1987-01-01, -/games/boxart/full_wheel-of-fortune_368AmericaFront.jpg,Wheel of Fortune,PSN,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2009-03-19, -/games/boxart/full_3969779AmericaFrontccc.jpg,Wheel of Fortune,GEN,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, -/games/boxart/full_wheel-of-fortune_8AmericaFront.jpg,Wheel of Fortune,SNES,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-09-01, -/games/boxart/full_wheel-of-fortune_7AmericaFront.jpg,Wheel of Fortune,PC,Misc,Hasbro Interactive,Artech Studios,,,,,,,1998-09-30, -/games/boxart/full_5990276AmericaFrontccc.jpg,Wheel of Fortune & Jeopardy! Bundle,PC,Misc,Encore,Sony Pictures Digital Network,,,,,,,2009-09-01, -/games/boxart/full_wheel-of-fortune-2003_7AmericaFront.jpg,Wheel of Fortune 2003,PC,Misc,Infogrames,Artech Studios,,,,,,,2002-10-28, -/games/boxart/full_wheel-of-fortune-deluxe_1AmericaFront.jpg,Wheel of Fortune Deluxe,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2007-06-20, -/games/boxart/full_wheel-of-fortune-super-deluxe_5AmericaFront.jpg,Wheel of Fortune Super Deluxe,PC,Misc,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-05-23, -/games/boxart/full_wheel-of-fortune-2nd-edition_8AmericaFront.jpg,Wheel of Fortune: 2nd Edition,PC,Misc,Infogrames,Artech Studios,,,,,,,2000-09-19, -/games/boxart/3042051ccc.jpg,Wheel of Fortune: Deluxe Edition,SNES,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1994-04-01, -/games/boxart/full_wheel-of-fortune-family-edition_7AmericaFront.jpg,Wheel of Fortune: Family Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1990-03-01, -/games/boxart/2548524ccc.jpg,Wheel of Fortune: Featuring Vanna White,GG,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, -/games/boxart/full_wheel-of-fortune-featuring-vanna-white_10AmericaFront.jpg,Wheel of Fortune: Featuring Vanna White,NES,Misc,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, -/games/boxart/full_wheel-of-fortune-junior-edition_9AmericaFront.jpg,Wheel of Fortune: Junior Edition,NES,Misc,GameTek,Rare Ltd.,,,,,,,1989-10-01, -/games/boxart/default.jpg,Where's My Water? 2,And,Misc,Disney Interactive Studios,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Where's My Water? 2,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-09-12, -/games/boxart/default.jpg,Wheres My Mickey?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-06-20, -/games/boxart/default.jpg,Wheres My Mickey?,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-06-20, -/games/boxart/default.jpg,Wheres My Perry?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-07-18, -/games/boxart/default.jpg,Wheres My Perry?,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-12-19, -/games/boxart/default.jpg,Wheres My Water?,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2011-11-23, -/games/boxart/default.jpg,Wheres My Water?,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2011-11-23, -/games/boxart/default.jpg,Whispering Willows,Linux,Misc,Unknown,Unknown,,,,,,,2014-06-17, -/games/boxart/default.jpg,Whispering Willows,OSX,Misc,Unknown,Unknown,,,,,,,2014-06-17, -/games/boxart/default.jpg,Whispering Willows,PC,Misc,Unknown,Unknown,,,,,,,2014-06-17, -/games/boxart/default.jpg,Whispering Willows,Ouya,Misc,Unknown,Unknown,,,,,,,2014-05-27, -/games/boxart/default.jpg,White Haven Mysteries,PC,Misc,Big Fish Games,Unknown,,,,,,,2012-01-08, -/games/boxart/default.jpg,White Haven Mysteries,OSX,Misc,Big Fish Games,Unknown,,,,,,,2012-01-08, -/games/boxart/default.jpg,Whitetail Deer Hunter,PCFX,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Who Lives Here? - Animal Tails,And,Misc,Penguin Australia,Unknown,,,,,,,2013-09-17, -/games/boxart/full_2605505PALFrontccc.jpg,Who Wants to be a Millionaire,GBA,Misc,Eidos Interactive,Zoo Digital Publishing,,,,,,,2002-10-18, -/games/boxart/full_9746160PALFrontccc.jpg,Who Wants to be a Millionaire,DC,Misc,Eidos Interactive,Hothouse Creations,,,,,,,2000-09-29, -/games/boxart/full_9009348AmericaFrontccc.jpg,Who Wants to be a Millionaire: 2nd Edition,PS,Misc,Sony Computer Entertainment,Jellyvision,,,,,,,2000-06-23, -/games/boxart/full_457651PALFrontccc.jpg,Who Wants to Be a Millionaire: Junior,GBA,Misc,Zoo Digital Publishing,Hothouse Creations,,,,,,,2005-09-30, -/games/boxart/full_5015686PALFrontccc.jpg,Who Wants to be a Millionaire? 2nd Edition,GBA,Misc,Zoo Digital Publishing,Celador,,,,,,,2004-10-15, -/games/boxart/default.jpg,Whore of the Orient,PS4,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Whore of the Orient,XOne,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Whore of the Orient,PC,Misc,Warner Bros. Interactive Entertainment,Unknown,,,,,,,2020-12-31, -/games/boxart/full_why-did-i-buy-this_675AmericaFront.jpg,Why Did I Buy This?,XBL,Misc,Microsoft,Silver Dollar Games,,,,,,,2011-05-29,2020-03-03 -/games/boxart/full_wi-fi-taiou-yakuman-ds_189JapanFront.jpg,Wi-Fi Taiou Yakuman DS,DS,Misc,Nintendo,Nintendo,,,,,,,2006-09-14, -/games/boxart/full_wi-fi-taiou-gensen-table-game-ds_0JapanFront.jpg,Wi-Fi Taiou: Gensen Table Game DS,DS,Misc,Hudson Soft,Yuki Enterprise,,,,,,,2007-08-02, -/games/boxart/full_8376989JapanFrontccc.jpg,Wi-Fi Taiou: Gensen Table Game Wii,Wii,Misc,Hudson Soft,Yuki Enterprise,,,,,,,2008-05-22, -/games/boxart/default.jpg,Wicked Woods,Linux,Misc,Atlus,Unknown,,,,,,,2014-04-01, -/games/boxart/default.jpg,Wicked Woods,OSX,Misc,Atlus,Unknown,,,,,,,2014-05-07, -/games/boxart/default.jpg,Wicked Woods,PC,Misc,Atlus,Unknown,,,,,,,2014-05-07, -/games/boxart/default.jpg,Widget's Odyssey 1 and 2,X360,Misc,THQ,Unknown,,,,,,,2012-02-29, -/games/boxart/default.jpg,Widget's Odyssey 1 and 2,PC,Misc,THQ,Unknown,,,,,,,2012-05-10, -/games/boxart/default.jpg,WigCatcher,PC,Misc,Unknown,Unknown,,,,,,,2014-04-21, -/games/boxart/default.jpg,WiiMove,WW,Misc,Unknown,PheroseSoft,,,,,,,, -/games/boxart/full_wiki-read-wikipedia-for-xbox_921AmericaFront.jpg,Wiki Read: Wikipedia for Xbox,XBL,Misc,Microsoft,Paul Fisch 1,,,,,,,2011-07-12, -/games/boxart/3121357ccc.jpg,Williams Arcade's Greatest Hits,GEN,Misc,Williams Entertainment,Digital Eclipse,,,,,,,1996-01-01, -/games/boxart/8231759ccc.jpg,Williams Arcade's Greatest Hits,SNES,Misc,Midway Games,Digital Eclipse,,,,,,,1996-10-01, -/games/boxart/full_6618913AmericaFrontccc.jpg,Williams Arcade's Greatest Hits,PS,Misc,Williams Entertainment,Digital Eclipse,,,,,,,1996-04-10, -/games/boxart/full_5657937AmericaFrontccc.jpg,Windforge,PC,Misc,Unknown,Unknown,,,,,,,2014-03-11, -/games/boxart/1585366ccc.jpg,Wing Commander Privateer,PC,Misc,Electronic Arts,Origin,,,,,,,1993-01-01, -/games/boxart/default.jpg,Wings Over Europe,PC,Misc,Strategy First,Unknown,,,,,,,2006-05-24, -/games/boxart/full_3244716PALFrontccc.jpg,Winky the Little Bear,PS,Misc,Phoenix Games,The Code Monkeys,,,,,,,2003-06-27, -/games/boxart/8574247ccc.jpg,Winnie the Pooh: Adventures in the 100 Acre Wood,GB,Misc,NewKidCo,NewKidCo,,,,,,,2000-04-01, -/games/boxart/full_6799484AmericaFrontccc.jpg,Winter Holiday Slots 2009,XBL,Misc,Microsoft,SGN Casual Games,,,,,,,2009-12-23, -/games/boxart/default.jpg,Winter Sports - Feel the Spirit,3DS,Misc,Silver Fox Media,Unknown,,,,,,,2013-12-19, -/games/boxart/default.jpg,Winx Club: Magical Fairy Party,DS,Misc,D3Publisher,Unknown,,,,,,,2012-10-30, -/games/boxart/default.jpg,WipEout 2097,OSX,Misc,Virtual Programming Ltd,Unknown,,,,,,,2002-02-01, -/games/boxart/default.jpg,WipEout 2097,Amig,Misc,Psygnosis / Reflections Interactive,Unknown,,,,,,,1999-12-01, -/games/boxart/default.jpg,WipEout 2097,PC,Misc,Psygnosis,Unknown,,,,,,,1997-07-31, -/games/boxart/default.jpg,Wishbringer,MSD,Misc,Infocom,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Wishbringer,C64,Misc,Infocom,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Wishbringer,AST,Misc,Infocom,Unknown,,,,,,,1985-01-01, -/games/boxart/full_7388327AmericaFrontccc.jpg,Wishbringer,ApII,Misc,Infocom,Unknown,,,,,,,1985-01-01, -/games/boxart/default.jpg,Wishbringer,OSX,Misc,Infocom,Unknown,,,,,,,1985-01-01, -/games/boxart/full_8067442AmericaFrontccc.png,Wishbringer,ACPC,Misc,Infocom,Infocom,,,,,,,1986-01-01,2018-01-06 -/games/boxart/default.jpg,Wishbringer,Amig,Misc,Infocom,Unknown,,,,,,,1986-01-01, -/games/boxart/default.jpg,Witch and Hero,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-04-18, -/games/boxart/default.jpg,Without Memory,PS4,Misc,Unknown,Unknown,,,,,,,2017-01-01, -/games/boxart/full_9288124AmericaFrontccc.jpg,Wits & Wagers,XBL,Misc,Microsoft,Hidden Path Entertainment,,,,,,,2008-05-07, -/games/boxart/default.jpg,Wizard Defenders,3DS,Misc,Teyon Entertainment,Unknown,,,,,,,2012-12-27, -/games/boxart/default.jpg,Wizard Defenders,DSi,Misc,Teyon Entertainment,Unknown,,,,,,,2012-12-27, -/games/boxart/6955852ccc.jpg,Wizard Pinball,GG,Misc,Domark Software,Teque Interactive,,,,,,,1992-01-01, -/games/boxart/default.jpg,Wizardry Perfect Pack,PS3,Misc,Acquire,Acquire,,,,,,,2011-12-08, -/games/boxart/full_9540746AmericaFrontccc.jpg,Wizard’s Tower Screen Saver,XBL,Misc,Microsoft,sgDarkSquirrel,,,,,,,2009-09-02, -/games/boxart/default.jpg,Wizball,PC,Misc,Ocean Software,Unknown,,,,,,,2007-11-03, -/games/boxart/default.jpg,Wizball,MSD,Misc,Ocean Software,Unknown,,,,,,,1988-01-01, -/games/boxart/default.jpg,Wizball,AST,Misc,Ocean Software,Unknown,,,,,,,1988-01-01, -/games/boxart/default.jpg,Wizball,Amig,Misc,Ocean Software,Unknown,,,,,,,1988-01-01, -/games/boxart/default.jpg,Wizball,ZXS,Misc,Ocean Software,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Wizball,C64,Misc,Ocean Software,Unknown,,,,,,,1987-01-01, -/games/boxart/default.jpg,Wolfetto,PC,Misc,Matthew Brown,Unknown,,,,,,,2014-02-19, -/games/boxart/default.jpg,Wolfetto,OSX,Misc,Matthew Brown,Unknown,,,,,,,2014-02-19, -/games/boxart/default.jpg,Wolfetto,Linux,Misc,Matthew Brown,Unknown,,,,,,,2014-02-19, -/games/boxart/default.jpg,Wonder World Amusement Park,3DS,Misc,Unknown,Coyote Console,,,,,,,, -/games/boxart/default.jpg,WonderFlick,XOne,Misc,Level 5,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,WonderFlick,WiiU,Misc,Level 5,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,WonderFlick,PSV,Misc,Level 5,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,WonderFlick,PS4,Misc,Level 5,Unknown,,,,,,,2015-01-01, -/games/boxart/default.jpg,WonderFlick,And,Misc,Level 5,Unknown,,,,,,,2014-01-01, -/games/boxart/default.jpg,Woodcutter Simulator 2013,PC,Misc,Excalibur Publishing Limited,Unknown,,,,,,,2013-12-19, -/games/boxart/8615452ccc.jpg,Woody Woodpecker And Friends Volume One,3DO,Misc,Universal Interactive,Universal Interactive,,,,,,,1994-01-01, -/games/boxart/full_7130919AmericaFrontccc.jpg,Woody Woodpecker And Friends Volume Three,3DO,Misc,Universal Interactive,Universal Interactive,,,,,,,1994-01-01, -/games/boxart/1124114ccc.jpg,Woody Woodpecker And Friends Volume Two,3DO,Misc,Universal Interactive,Universal Interactive,,,,,,,1994-01-01, -/games/boxart/default.jpg,Word Jolt,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/full_2233835AmericaFrontccc.jpg,Word Safari: The Friendship Totems,GBA,Misc,Tomy Corporation,GXB Interactive,,,,,,,2007-12-01, -/games/boxart/full_6866932AmericaFrontccc.jpg,Words In A Word,XBL,Misc,Microsoft,Evolution Dreams Studio,,,,,,,2009-11-27, -/games/boxart/default.jpg,Words of Wonder,BRW,Misc,"Playdom, Inc.",Unknown,,,,,,,2013-03-06, -/games/boxart/default.jpg,Words of Wonder,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-12-13, -/games/boxart/full_9268903AmericaFrontccc.jpg,Words Search,XBL,Misc,Microsoft,KRGkill,,,,,,,2009-09-14, -/games/boxart/default.jpg,Words With Friends,And,Misc,Zynga,Unknown,,,,,,,2011-02-14, -/games/boxart/default.jpg,Words With Friends Free,3DS,Misc,BeiZ Ltd.,Unknown,,,,,,,2013-04-21, -/games/boxart/default.jpg,Wordspionage,And,Misc,Unknown,Unknown,,,,,,,2014-01-12, -/games/boxart/default.jpg,Working Dawgs: A-Maze-ing Pipes,DSi,Misc,Big John Games,Unknown,,,,,,,2012-11-15, -/games/boxart/default.jpg,Working Dawgs: A-Maze-ing Pipes,3DS,Misc,Big John Games,Unknown,,,,,,,2012-11-15, -/games/boxart/default.jpg,World at Arms - Wage war for your nation!,And,Misc,Gameloft,Unknown,,,,,,,2015-11-02, -/games/boxart/full_1515570AmericaFrontccc.jpg,World Championship Cards,PS2,Misc,Crave Entertainment,Crave Entertainment,,,,,,,2008-04-08, -/games/boxart/8956420ccc.jpg,World Championship Poker,GC,Misc,Crave Entertainment,Coresoft,,,,,,,2005-08-23, -/games/boxart/full_5306239AmericaFrontccc.jpg,World Clock,XBL,Misc,Microsoft,Escapist Games,,,,,,,2009-07-03, -/games/boxart/default.jpg,World Conqueror 3D,3DS,Misc,CIRCLE Entertainment,Unknown,,,,,,,2013-11-14, -/games/boxart/default.jpg,World Of Aircraft,And,Misc,WhiteBigRabbit,Unknown,,,,,,,2013-05-21, -/games/boxart/default.jpg,World of Guns: Gun Disassembly,PC,Misc,Unknown,Unknown,,,,,,,2014-05-21, -/games/boxart/full_world-of-harry-potter_57AmericaFront.jpg,World of Harry Potter,PC,Misc,Electronic Arts,Electronic Arts,,,,,,,2005-08-02, -/games/boxart/full_6358145PALFrontccc.png,World of Pool,PSN,Misc,Ghostlight,Ghostlight,,,,,,,2009-02-19, -/games/boxart/default.jpg,World of Warcraft,OSX,Misc,Blizzard Entertainment,Unknown,,,,,,,2004-11-23, -/games/boxart/full_9392967AmericaFrontccc.jpg,World Poker Tour: Texas Hold 'Em,DSiW,Misc,Hands On Mobile,Hands-on Mobile,,,,,,,2010-05-24, -/games/boxart/full_5491819AmericaFrontccc.jpg,World Series of Poker,PC,Misc,Activision,Activision Value,,,,,,,2005-09-13, -/games/boxart/full_6186880AmericaFrontccc.jpg,World Series of Poker 2008: Battle for the Bracelets,PC,Misc,Activision,Left Field Productions,,,,,,,2007-10-30, -/games/boxart/4278128ccc.jpg,World Series of Poker: Tournament of Champions 2007 Edition,PC,Misc,Activision,Left Field Productions,3.4,,,,,,2006-10-02, -/games/boxart/full_9981595AmericaFrontccc.jpg,Worms 3,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Worms Battlegrounds,PS4,Misc,Team17 Software,Unknown,,,,,,,2014-06-03, -/games/boxart/full_2860049PALFrontccc.jpg,Worms Pinball,PS,Misc,Infogrames,Team17 Software,,,,,,,2000-01-01, -/games/boxart/default.jpg,Wreck'em Racing,And,Misc,Ludobit,Unknown,,,,,,,2014-04-17, -/games/boxart/default.jpg,Wreck-it Ralph,And,Misc,Oddworld Inhabitans,Unknown,,,,,,,2012-11-02, -/games/boxart/default.jpg,Wreck-it Ralph,WinP,Misc,Oddworld Inhabitans,Unknown,,,,,,,2013-09-03, -/games/boxart/full_7207510JapanFrontccc.jpg,Wrestle Angels: Survivor,PS2,Misc,Success,Success,,,,,,,2006-08-24, -/games/boxart/default.jpg,Written Legends: Nightmare at Sea,OSX,Misc,Big Fish Games,Unknown,,,,,,,2011-08-05, -/games/boxart/default.jpg,Written Legends: Nightmare at Sea,PC,Misc,Big Fish Games,Unknown,,,,,,,2011-08-05, -/games/boxart/default.jpg,Written Legends: Nightmare at Sea,OSX,Misc,Big Fish Games,Unknown,,,,,,,2013-02-04, -/games/boxart/6402071ccc.jpg,WWF Smackdown! Just Bring It,PS2,Misc,Unknown,Yuke's,,,,,,,, -/games/boxart/full_1023904AmericaFrontccc.png,Xbox Fitness,XOne,Misc,Microsoft Studios,Sumo Digital,,,,,,,2013-11-22,2018-08-09 -/games/boxart/full_9484267AmericaFrontccc.jpg,Xbox Live Arcade Compilation Disc,X360,Misc,Microsoft Game Studios,Various,,,,,,,2007-10-23,2018-10-08 -/games/boxart/full_xenosaga-freaks_154JapanFront.jpg,Xenosaga Freaks,PS2,Misc,Namco,Monolith Soft,,,,,,,2004-04-28, -/games/boxart/full_7871238AmericaFrontccc.jpg,xFart,XBL,Misc,Microsoft,arcarocket,,,,,,,2009-02-23, -/games/boxart/default.jpg,Xhake Shake Graffiti - A Reflex Game,PC,Misc,Namco Bandai Games,Unknown,,,,,,,2014-04-11, -/games/boxart/default.jpg,Yaiba: Ninja Gaiden Z,PC,Misc,Tecmo Koei,Unknown,,,,,,,2014-03-04, -/games/boxart/default.jpg,Yak Dash (Horns of Glory),And,Misc,Unknown,Unknown,,,,,,,2014-10-01, -/games/boxart/full_yakiniku-bugyou-bonfire_632JapanFront.jpg,Yakiniku Bugyou Bonfire!,PS2,Misc,Media Entertainment,Media Entertainment,,,,,,,2003-08-14, -/games/boxart/full_4385675JapanFrontccc.jpg,Yakitate!! Japan Game 1 Gou Choujou Kessen!! Pantasic Grand Prix!,DS,Misc,Bandai,Bandai,,,,,,,2006-01-12, -/games/boxart/full_2156182JapanFrontccc.jpg,Yakuman DS,DS,Misc,Nintendo,Intelligent Systems,,,,,,,2005-03-31, -/games/boxart/full_5028830JapanFrontccc.jpeg,Yakuman Wii: Ide Yosuke no Kenkou Mahjong,WW,Misc,Nintendo,Nintendo,,,,,,,2008-05-20, -/games/boxart/full_yamada-kamachi-bijutsukan-kamachis-museum_7JapanFront.jpg,Yamada Kamachi Bijutsukan: Kamachi's Museum,3DO,Misc,Unknown,TV Asahi,,,,,,,1995-06-09, -/games/boxart/full_7027468JapanFrontccc.jpg,Yamakawa Ichimonittou Nihonshi B Yougo Mondaishuu,GB,Misc,Imagineer,Imagineer,,,,,,,1998-04-22, -/games/boxart/full_8761892JapanFrontccc.jpg,Yamakawa Ichimonittou Sekaishi B Yougo Mondaishuu,GB,Misc,Imagineer,Imagineer,,,,,,,1998-03-20, -/games/boxart/full_7965754JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Nihonshi B: Shin Sougou Training Plus,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-02-04, -/games/boxart/full_2486126JapanFrontccc.jpg,Yamakawa Shuppansha Kanshuu: Shousetsu Sakaishi B: Shin Sougou Training Plus,DS,Misc,Namco Bandai,Bandai Namco Games,,,,,,,2010-02-04, -/games/boxart/full_yamasa-digi-guide-faust_380JapanFront.jpg,Yamasa Digi Guide: Faust,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2001-01-18, -/games/boxart/full_yamasa-digi-guide-faust_223JapanFront.jpg,Yamasa Digi Guide: Faust,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-10-29, -/games/boxart/full_yamasa-digi-guide-hyper-rush_806JapanFront.jpg,Yamasa Digi Guide: Hyper Rush,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-10-05, -/games/boxart/full_yamasa-digi-guide-hyper-rush_299JapanFront.jpg,Yamasa Digi Guide: Hyper Rush,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-06-11, -/games/boxart/full_yamasa-digi-guide-m-771_222JapanFront.jpg,Yamasa Digi Guide: M-771,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-11-16, -/games/boxart/full_yamasa-digi-guide-m-771_376JapanFront.jpg,Yamasa Digi Guide: M-771,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-06-11, -/games/boxart/full_yamasa-digi-guide-new-pulsar-r_221JapanFront.jpg,Yamasa Digi Guide: New Pulsar R,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-10-05, -/games/boxart/full_yamasa-digi-guide-new-pulsar-r_579JapanFront.jpg,Yamasa Digi Guide: New Pulsar R,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-06-11, -/games/boxart/full_yamasa-digi-guide-umekagetsu-r_595JapanFront.jpg,Yamasa Digi Guide: Umekagetsu R,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2000-12-21, -/games/boxart/full_yamasa-digi-guide-umekagetsu-r_209JapanFront.jpg,Yamasa Digi Guide: Umekagetsu R,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2009-03-11, -/games/boxart/full_yamasa-digi-selection_880JapanFront.jpg,Yamasa Digi Selection,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-04-25, -/games/boxart/full_yamasa-digi-selection_745JapanFront.jpg,Yamasa Digi Selection,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-07-23, -/games/boxart/full_yamasa-digi-selection-2_710JapanFront.jpg,Yamasa Digi Selection 2,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-08-27, -/games/boxart/full_yamasa-digi-selection-2_145JapanFront.jpg,Yamasa Digi Selection 2,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-11-28, -/games/boxart/full_yamasa-digi-world-2-lcd-edition_851JapanFront.jpg,Yamasa Digi World 2: LCD Edition,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-01-24, -/games/boxart/full_yamasa-digi-world-3_665JapanFront.jpg,Yamasa Digi World 3,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-07-25, -/games/boxart/full_yamasa-digi-world-4_382JapanFront.jpg,Yamasa Digi World 4,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2003-02-20, -/games/boxart/default.jpg,Yamasa Digi World Series: Matsuri no Tatsujin,PS2,Misc,Unknown,Yamasa Entertainment,,,,,,,, -/games/boxart/full_yamasa-digi-world-sp_468JapanFront.jpg,Yamasa Digi World SP,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2002-09-26, -/games/boxart/full_9397125JapanFrontccc.jpg,Yamasa Digi World SP: Bounty Killer,PS3,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2008-10-30, -/games/boxart/full_yamasa-digi-world-sp-giant-pulsar_802JapanFront.jpg,Yamasa Digi World SP: Giant Pulsar,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2006-09-07, -/games/boxart/full_yamasa-digi-world-sp-neo-magic-pulsar-xx_656JapanFront.jpg,Yamasa Digi World SP: Neo Magic Pulsar XX,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2003-11-06, -/games/boxart/full_yamasa-digi-world-sp-umi-ichiban-r_529JapanFront.jpg,Yamasa Digi World SP: Umi Ichiban R,PS2,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2003-05-01, -/games/boxart/full_yamasa-digi-world-collaboration-sp-pachi-slot-ridge-racer_842JapanFront.jpg,Yamasa Digi World: Collaboration SP Pachi-Slot Ridge Racer,PS2,Misc,Namco Bandai,Namco Bandai Games,,,,,,,2008-06-05, -/games/boxart/full_yamasa-digi-world-tetra-master_589JapanFront.jpg,Yamasa Digi World: Tetra Master,PS,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2001-05-24, -/games/boxart/full_yamasa-digi-world-tetra-master_32JapanFront.jpg,Yamasa Digi World: Tetra Master,PSN,Misc,Yamasa Entertainment,Yamasa Entertainment,,,,,,,2010-12-22, -/games/boxart/default.jpg,Yamiiro no Snow Drops,PC,Misc,Unknown,Iris,,,,,,,2011-07-29, -/games/boxart/full_6204711AmericaFrontccc.jpg,Ye Olde Dice Game,XBL,Misc,Microsoft,darthuvuis,,,,,,,2009-05-06, -/games/boxart/default.jpg,Year 0,PC,Misc,Legendary Games,Unknown,,,,,,,2014-03-03, -/games/boxart/full_4964212AmericaFrontccc.jpg,Yo-Jin-Bo,PC,Misc,Hirameki International Group,TwoFive,,,,,,,2006-10-30, -/games/boxart/full_yoake-yori-ruriiro-na_751JapanFront.jpg,Yoake Yori Ruriiro na,PC,Misc,Unknown,August,,,,,,,2005-09-22, -/games/boxart/full_yoake-yori-ruriiro-na-moonlight-cradle_445JapanFront.jpg,Yoake Yori Ruriiro na: Moonlight Cradle,PC,Misc,Unknown,August,,,,,,,2009-02-27, -/games/boxart/default.jpg,Yogventures,OSX,Misc,KAZe Co.,Unknown,,,,,,,2013-07-01, -/games/boxart/default.jpg,Yogventures,PC,Misc,KAZe Co.,Unknown,,,,,,,2013-07-01, -/games/boxart/full_8995503JapanFrontccc.jpg,Yokojiku de Manabu Sekai no Rekishi: Yoko-Gaku DS,DS,Misc,Takara Tomy,Takara Tomy,,,,,,,2008-07-10, -/games/boxart/full_yomehapi-you-make-happy_694JapanFront.jpg,YomeHapi: You Make Happy!,PC,Misc,Unknown,Chien,,,,,,,2011-07-22, -/games/boxart/full_3378709JapanFrontccc.jpg,Yonenaga Kunio no Shogi Seminar,XBL,Misc,Success,Success,,,,,,,2002-06-13, -/games/boxart/full_you-dont-know-jack-6-the-lost-gold_54AmericaFront.jpg,You Don't Know Jack 6: The Lost Gold,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,2003-12-01, -/games/boxart/full_4510499AmericaFrontccc.jpg,You Don't Know Jack Movies,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1997-04-30, -/games/boxart/full_2365236AmericaFrontccc.jpg,You Don't Know Jack Sports,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1996-09-30, -/games/boxart/full_2237530AmericaFrontccc.jpg,You Don't Know Jack Television,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1997-12-31, -/games/boxart/8712708ccc.jpg,You Don't Know Jack Volume 2,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1996-11-30, -/games/boxart/198498ccc.jpg,You Don't Know Jack Volume 3,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1997-10-31, -/games/boxart/8828507ccc.jpg,You Don't Know Jack Volume 4: The Ride,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1998-11-30, -/games/boxart/full_3199180AmericaFrontccc.jpg,You Don't Know Jack: 5th Dementia,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,2000-10-31, -/games/boxart/full_4080555AmericaFrontccc.jpg,You Don't Know Jack: Louder! Faster! Funnier!,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,2000-03-30, -/games/boxart/full_3267142AmericaFrontccc.jpg,You Don't Know Jack: Offline,PC,Misc,Sierra Entertainment,"Jellyvision, Inc.",,,,,,,1999-11-30, -/games/boxart/default.jpg,You Have to Win the Game,Linux,Misc,Minor Key Games,Unknown,,,,,,,2012-05-06, -/games/boxart/default.jpg,You Have to Win the Game,OSX,Misc,Minor Key Games,Unknown,,,,,,,2012-05-06, -/games/boxart/default.jpg,You Have to Win the Game,PC,Misc,Minor Key Games,Unknown,,,,,,,2012-05-06, -/games/boxart/full_5285053AmericaFrontccc.jpg,Your Doodles Are Bugged!,XBL,Misc,Microsoft,Spyn Doctor,,,,,,,2010-02-01, -/games/boxart/full_your-doodles-are-bugged_933AmericaFront.jpg,Your Doodles Are Bugged!,PC,Misc,Blitz Game Studios,Spyn Doctor Games,6.8,,,,,,2011-04-25, -/games/boxart/full_youyou-jinsei_6JapanFront.jpg,YouYou Jinsei,PCE,Misc,Hudson Soft,Hudson Soft,,,,,,,1988-04-22, -/games/boxart/full_2089693JapanFrontccc.jpg,Yozemi no Center Shoujun Series: Eigo Hen,DS,Misc,ASK,ASK,,,,,,,2007-12-06, -/games/boxart/default.jpg,Yrminsul,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Yrminsul,OSX,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Ys IV: Mask of the Sun ~a new theory~,SNES,Misc,Tonkin House,Unknown,,,,,,,1993-11-19, -/games/boxart/default.jpg,Ys V Expert,PS2,Misc,Taito Corporation,Unknown,,,,,,,2006-03-30, -/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",Amig,Misc,Virgin Interactive,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",GB,Misc,Virgin Interactive,Unknown,,,,,,,1995-10-01, -/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",MSD,Misc,Virgin Interactive,Unknown,,,,,,,1994-01-01, -/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",NES,Misc,Virgin Interactive,Unknown,,,,,,,1994-12-31, -/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",GEN,Misc,Sega,Unknown,,,,,,,1993-11-11, -/games/boxart/default.jpg,Ys: The Ark of Napishtim,PC,Misc,Nihon Falcom Corporation,Unknown,,,,,,,2003-09-27, -/games/boxart/default.jpg,Yu-Gi-Oh! Millennium Duels,PS3,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-04-29, -/games/boxart/default.jpg,Yu-Gi-Oh! Millennium Duels,X360,Misc,Konami Digital Entertainment,Unknown,,,,,,,2014-04-29, -/games/boxart/full_4904286JapanFrontccc.jpg,Yukie Nakama: Moonlight to Daybreak,PS,Misc,Antinos Records,Antinos Records,,,,,,,1996-06-21, -/games/boxart/full_yuukyuu-no-kobako-official-collection_51JapanFront.jpg,Yuukyuu no Kobako Official Collection,SAT,Misc,Media Works,MediaWorks,,,,,,,1997-12-11, -/games/boxart/full_z-kai-kyuukyoku-no-eigo-koubun-285_235JapanFront.jpg,Z-Kai Kyuukyoku no Eigo Koubun 285,GB,Misc,Imagineer,C-Lab,,,,,,,1997-11-28, -/games/boxart/full_z-kai-kyuukyoku-no-eijukugo-1017_377JapanFront.jpg,Z-Kai Kyuukyoku no Eijukugo 1017,GB,Misc,Imagineer,C-Lab,,,,,,,1997-10-01, -/games/boxart/full_z-kai-kyuukyoku-no-eitango-1500_678JapanFront.jpg,Z-Kai Kyuukyoku no Eitango 1500,GB,Misc,Imagineer,C-Lab,,,,,,,1997-07-11, -/games/boxart/full_168121AmericaFrontccc.jpg,Z-Run,PSV,Misc,Beatshapers,Unknown,,,,,,,2014-07-01, -/games/boxart/full_zaidan-houjin-nippon-kanji-nouryoku-kentai-kyoukai-kyouryoku-kanken-ds-training_3JapanFront.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentai Kyoukai Kyouryoku: Kanken DS Training,DS,Misc,IE Institute,IE Institute,,,,,,,2010-10-14, -/games/boxart/full_9535108JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen Wii Kanji O Ketteisen,Wii,Misc,Rocket Company,Rocket Company,,,,,,,2007-12-27, -/games/boxart/full_9313573JapanFrontccc.jpg,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 250-Mannin no KanKen,DS,Misc,IE Institute,IE Institute,,,,,,,2007-11-01, -/games/boxart/default.jpg,Zappi,PC,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/default.jpg,Zappi,And,Misc,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/full_zen-pinball_9AmericaFront.jpg,ZEN Pinball,PSN,Misc,Zen Studios,Zen Studios,8.3,,,,,,2009-05-14, -/games/boxart/default.jpg,ZEN Pinball,And,Misc,Zen Studios,Unknown,,,,,,,2011-12-01, -/games/boxart/default.jpg,ZEN Pinball,3DS,Misc,Zen Studios,Unknown,,,,,,,2012-01-12, -/games/boxart/default.jpg,Zen Pinball 2,WiiU,Misc,Zen Studios,Unknown,,,,,,,2013-03-21, -/games/boxart/default.jpg,Zen Pinball 2,PSV,Misc,Zen Studios,Unknown,,,,,,,2012-09-04, -/games/boxart/default.jpg,Zen Pinball 2,PS3,Misc,Zen Studios,Unknown,,,,,,,2012-09-04, -/games/boxart/full_zen-pinball-3d_352AmericaFront.png,Zen Pinball 3D,3DS,Misc,Zen Studios,Zen Studios,,,,,,,2012-01-12, -/games/boxart/full_5252615AmericaFrontccc.jpg,Zen Sound,XBL,Misc,Microsoft,Polychrome,,,,,,,2009-08-09, -/games/boxart/full_9313462JapanFrontccc.jpg,Zen Super Robot Taisen Denshi Daihyakka,PS,Misc,Banpresto,Banpresto,,,,,,,1998-10-29, -/games/boxart/full_9321835JapanFrontccc.jpg,Zennou Series Vol. 2: Indo Shiki Keisan Drill DS,DS,Misc,ASK,"ASK Co., Ltd.",,,,,,,2008-02-14, -/games/boxart/default.jpg,Zeno Clash,X360,Misc,Atlus,Unknown,,,,,,,2010-05-05, -/games/boxart/default.jpg,Zeno Clash 2,PS3,Misc,Atlus,Unknown,,,,,,,2013-07-22, -/games/boxart/default.jpg,Zeno Clash 2,X360,Misc,Atlus,Unknown,,,,,,,2013-07-26, -/games/boxart/default.jpg,Zenonia 4: Return of a Legend,And,Misc,Gamevil,Unknown,,,,,,,2012-02-13, -/games/boxart/default.jpg,Zenonia 5: Wheel of Destiny,And,Misc,Gamevil,Unknown,,,,,,,2013-01-09, -/games/boxart/full_3957185AmericaFrontccc.jpg,Zens 360,XBL,Misc,Microsoft,xMONOx,,,,,,,2009-08-17, -/games/boxart/full_1733153JapanFrontccc.jpg,Zero Kara Hajimeru: Otona no 5-Kokugo Nyuumon,DS,Misc,Now Production,Now Production,,,,,,,2008-11-13, -/games/boxart/full_9232311JapanFrontccc.jpg,Zero Kara Kantan Chuugokugo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2010-04-08, -/games/boxart/full_8664421JapanFrontccc.jpg,Zero Kara Kantan Kankokugo DS,DS,Misc,IE Institute,IE Institute,,,,,,,2010-04-08, -/games/boxart/full_zettai-meikyuu-grimm-nanatsu-no-kagi-to-rakuen-no-otome_691JapanFront.jpg,Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome,PC,Misc,Karin Entertainment,Karin Entertainment,,,,,,,2011-07-22, -/games/boxart/3207216ccc.jpg,Zeus: Master of Olympus,PC,Misc,Sierra Entertainment,Impressions Games,,,,,,,2000-10-22, -/games/boxart/2595817ccc.jpg,Zhadnost: The People's Party,3DO,Misc,3DO,3DO,,,,,,,1995-03-02, -/games/boxart/full_1459621AmericaFrontccc.jpg,ZiGGURAT,iOS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/full_zimo-mahjong-fanatic_974AmericaFront.jpg,Zimo: Mahjong Fanatic,DSiW,Misc,Agetec,Agetec,,,,,,,2011-06-16, -/games/boxart/full_9678583JapanFrontccc.jpg,Zipangu Jima: Unmei wa Saikoro ga Kimeru!?,PS,Misc,Human Entertainment,Human Club,,,,,,,1999-10-07, -/games/boxart/default.jpg,Zombie Isle,And,Misc,Kemco,Unknown,,,,,,,2014-03-03, -/games/boxart/default.jpg,Zombie Killer Squad,And,Misc,"Section Studios, Inc.",Unknown,,,,,,,2013-11-16, -/games/boxart/default.jpg,Zombie Panic in Wonderland,Mob,Misc,Akaoni Studio,Unknown,,,,,,,2012-03-01, -/games/boxart/default.jpg,Zombie Panic in Wonderland,And,Misc,Akaoni Studio,Unknown,,,,,,,2012-10-19, -/games/boxart/default.jpg,Zombie Playground,OSX,Misc,Massive Black Inc,Unknown,,,,,,,2020-12-31, -/games/boxart/default.jpg,Zombie Playground,PC,Misc,Massive Black Inc,Unknown,,,,,,,2020-12-31, -/games/boxart/full_zombie-racers_725PALFront.png,Zombie Racers,PSN,Misc,Unknown,Big Head Games Ltd.,,,,,,,2011-06-07, -/games/boxart/default.jpg,Zombie Samurai,PC,Misc,Alawar Entertainment,Unknown,,,,,,,2008-04-01, -/games/boxart/default.jpg,Zombie Samurai,OSX,Misc,Alawar Entertainment,Unknown,,,,,,,2011-05-05, -/games/boxart/default.jpg,Zombie Samurai,And,Misc,HeroCraft,Unknown,,,,,,,2011-03-24, -/games/boxart/default.jpg,Zombie Slayer Diox,3DS,Misc,UFO Interactive,Unknown,,,,,,,2012-05-22, -/games/boxart/default.jpg,Zombie Street,3DS,Misc,Arc System Works,Unknown,,,,,,,2014-04-30, -/games/boxart/default.jpg,Zombie Tsunami,And,Misc,Mobigame,Unknown,,,,,,,2012-05-31, -/games/boxart/default.jpg,Zombies Hate Pumpkins DX,And,Misc,Monster and Monster,Unknown,,,,,,,2011-10-25, -/games/boxart/default.jpg,Zombies Monsters Robots,PC,Misc,En Masse Entertainment,Unknown,,,,,,,2014-10-01, -/games/boxart/default.jpg,Zombies Vs. Vampires,And,Misc,GottaPlay Ltd,Unknown,,,,,,,2014-02-14, -/games/boxart/default.jpg,Zombieville USA,And,Misc,Mika Mobile,Unknown,,,,,,,2011-07-14, -/games/boxart/default.jpg,Zomgeri Panic,DSi,Misc,Gamebridge,Unknown,,,,,,,2012-02-02, -/games/boxart/default.jpg,Zomgeri Panic,3DS,Misc,Gamebridge,Unknown,,,,,,,2012-02-02, -/games/boxart/default.jpg,Zone Warrior,3DS,Misc,Level 5,Unknown,,,,,,,2013-06-20, -/games/boxart/default.jpg,ZoneOut,3DS,Misc,Sega,Unknown,,,,,,,2014-04-02, -/games/boxart/1413324ccc.gif,Zoo Tycoon DS,DS,Misc,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Zuma Blitz,BRW,Misc,PopCap Games,Unknown,,,,,,,2010-12-14, -/games/boxart/default.jpg,Zuma Blitz,And,Misc,PopCap Games,Unknown,,,,,,,2013-05-16, -/games/boxart/full_3821470JapanFrontccc.jpg,Zunou ni Asekaku Game Series! Vol. 1: Cool 104 Joker & Setline,DS,Misc,Aruze Corp,Aruze Corp,,,,,,,2004-12-02, -/games/boxart/full_1548388PALFrontccc.png,A Virus Named TOM,PC,Misc,Misfits Attic,Misfits Attic,7,,,,,,2012-08-01,2018-01-22 -/games/boxart/full_1235602AmericaFrontccc.jpg,Aircar,OR,Misc,Giant Form Entertainment,Giant Form Entertainment,,,,,,,2017-08-16,2021-10-28 -/games/boxart/full_3207228AmericaFrontccc.png,Aliens: The Computer Game (Software Studios),ACPC,Misc,Electric Dreams Software,Software Studios,,,,,,,1987-01-01,2018-01-08 -/games/boxart/full_3293423JapanFrontccc.jpg,Anata no Yonkihi Kyoudoutan,NS,Misc,Unknown,Nippon Ichi Software,,,,,,,,2018-04-08 -/games/boxart/default.jpg,Annihilation,WiiU,Misc,Unknown,TreeFall Studios,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Armored Warfare,PS4,Misc,Unknown,Mail.ru,,,,,,,,2018-03-08 -/games/boxart/full_4126817AmericaFrontccc.jpg,Artifact,OSX,Misc,Valve Corporation,Valve Corporation,,,,,,,2018-11-28,2018-12-19 -/games/boxart/full_742895AmericaFrontccc.jpg,Artifact,Linux,Misc,Valve Corporation,Valve Corporation,,,,,,,2018-11-28,2018-12-19 -/games/boxart/full_8683084AmericaFrontccc.jpg,Artifact,And,Misc,Valve Corporation,Valve Corporation,,,,,,,2019-01-01,2018-12-19 -/games/boxart/full_5735575AmericaFrontccc.jpg,Artifact,PC,Misc,Valve Corporation,Valve Corporation,,,,,,,2018-11-28,2018-12-19 -/games/boxart/full_889698AmericaFrontccc.jpg,Artifact,iOS,Misc,Valve Corporation,Valve Corporation,,,,,,,2019-01-01,2018-12-19 -/games/boxart/full_2576197AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,XS,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 -/games/boxart/full_8168911AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,XOne,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 -/games/boxart/full_9160406AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,PS5,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 -/games/boxart/full_813224AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,PS4,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 -/games/boxart/full_8911469AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,PC,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 -/games/boxart/full_6264544AmericaFrontccc.jpg,Atari 50: The Anniversary Celebration,NS,Misc,Unknown,Digital Eclipse,,,,,,,,2022-11-09 -/games/boxart/default.jpg,Atari Flashback Classics,PSV,Misc,Unknown,Atari Games,,,,,,,,2022-08-25 -/games/boxart/full_7948558AmericaFrontccc.png,Azure Snake,WiiU,Misc,RandomSpin,RandomSpin,,,,,,,2019-01-24,2020-10-05 -/games/boxart/default.jpg,BASIC Programming Language,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 -/games/boxart/full_7052725AmericaFrontccc.jpg,Book of Potions,PS3,Misc,Sony Computer Entertainment,SCEE London Studio,,,,,,,2013-11-12,2018-12-03 -/games/boxart/full_7311242AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,XOne,Misc,Unknown,Capcom,,,,,,,,2022-07-06 -/games/boxart/full_7086911AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,PS4,Misc,Unknown,Capcom,,,,,,,,2022-07-06 -/games/boxart/full_3666783AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,PC,Misc,Unknown,Capcom,,,,,,,,2022-07-06 -/games/boxart/full_5060504AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,NS,Misc,Unknown,Capcom,,,,,,,,2022-07-06 -/games/boxart/full_5953720AmericaFrontccc.jpg,Capcom Arcade 2nd Stadium,XS,Misc,Unknown,Capcom,,,,,,,,2022-07-06 -/games/boxart/full_835520AmericaFrontccc.jpg,Capcom Arcade Stadium,XOne,Misc,Unknown,Capcom,,,,,,,,2023-06-06 -/games/boxart/full_5216153AmericaFrontccc.jpg,Capcom Arcade Stadium,PS4,Misc,Unknown,Capcom,,,,,,,,2023-06-06 -/games/boxart/full_3526867AmericaFrontccc.jpg,Capcom Arcade Stadium,PC,Misc,Unknown,Capcom,,,,,,,,2023-06-06 -/games/boxart/full_6344135AmericaFrontccc.png,Cardfight!! Vanguard EX,NS,Misc,FuRyu Corporation,FuRyu,,,,,,,2019-09-19,2019-04-08 -/games/boxart/full_9491012AmericaFrontccc.png,Cardfight!! Vanguard EX,PS4,Misc,FuRyu Corporation,FuRyu,,,,,,,2019-09-19,2019-04-08 -/games/boxart/full_2959861AmericaFrontccc.jpg,Catan Universe,PC,Misc,United Soft Media,exozet games,,,,,,,2017-04-25,2019-04-22 -/games/boxart/full_2096553AmericaFrontccc.jpg,Clicker Guild,PC,Misc,Fox Dawn,Fox Dawn,,,,,,,2016-12-16,2019-04-21 -/games/boxart/default.jpg,Clicker Heroes,PC,Misc,Unknown,Playsaurus,,,,,,,,2019-03-26 -/games/boxart/default.jpg,Clicker Heroes 2,PC,Misc,Unknown,Playsaurus,,,,,,,,2019-03-26 -/games/boxart/full_7912839AmericaFrontccc.jpg,Clustertruck,PS4,Misc,TinyBuild Games,Landfall,,,,,,,2016-09-27,2018-03-01 -/games/boxart/full_4146823AmericaFrontccc.jpg,Clustertruck,XOne,Misc,TinyBuild Games,Landfall,,,,,,,2016-09-27,2018-03-01 -/games/boxart/full_8641967AmericaFrontccc.png,Clustertruck,NS,Misc,TinyBuild Games,Landfall,,,,,,,2018-03-15,2018-03-01 -/games/boxart/default.jpg,Conversational French,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 -/games/boxart/default.jpg,"Creature Clicker - Capture, Train, Ascend!",PC,Misc,Unknown,ColloseusX,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Crosswords I,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 -/games/boxart/default.jpg,Crosswords II,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 -/games/boxart/default.jpg,Crosswords III,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 -/games/boxart/full_805655AmericaFrontccc.png,Death Mark,XOne,Misc,Unknown,Experience Inc.,,,,,,,,2019-03-17 -/games/boxart/full_6637533PALFrontccc.jpg,Diggs Nightcrawler,PS3,Misc,Sony Computer Entertainment Europe,Exient Entertainment,,,,,,,2013-05-31,2018-04-11 -/games/boxart/default.jpg,DJ Max Respect V,PC,Misc,Neowiz Entertainment,Neowiz Entertainment,,,,,,,2020-03-12,2023-07-17 -/games/boxart/full_6698436AmericaFrontccc.jpg,Dreams,PS4,Misc,Sony Interactive Entertainment,Media Molecule,,,,,,,2020-02-14,2020-04-10 -/games/boxart/default.jpg,Duskers,PC,Misc,Unknown,Misfits Attic,,,,,,,,2018-01-22 -/games/boxart/full_9497657AmericaFrontccc.png,EcoFish,iOS,Misc,Unknown,Eclipse Games,,,,,,,,2022-08-10 -/games/boxart/full_4649850AmericaFrontccc.png,El Silla - Arcade Edition,WiiU,Misc,Markanime Studios,Markanime Studios,,,,,,,2019-04-15,2020-09-20 -/games/boxart/default.jpg,Family Budgeting,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 -/games/boxart/default.jpg,Five Nights at Freddy's,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 2,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 2,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 2,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 3,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 3,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 3,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 4,NS,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 4,PS4,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/default.jpg,Five Nights at Freddy's 4,XOne,Misc,Unknown,Scott Cawthon,,,,,,,,2019-11-28 -/games/boxart/full_4386561AmericaFrontccc.png,Frederic 2: Evil Strikes Back,NS,Misc,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-02-01,2018-02-01 -/games/boxart/full_6219322AmericaFrontccc.jpg,Frost,PC,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 -/games/boxart/default.jpg,Frost,PS4,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 -/games/boxart/full_9784216AmericaFrontccc.png,Frost,NS,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 -/games/boxart/default.jpg,Frost,XOne,Misc,Unknown,Studio des Tenebres,,,,,,,,2018-07-03 -/games/boxart/default.jpg,Geography Challenge,Int,Misc,Unknown,Mattel,,,,,,,,2018-01-14 -/games/boxart/full_7275584PALFrontccc.jpg,Ghost 1.0,PC,Misc,@unepic_fran,@unepic_fran,,,,,,,2016-06-07,2018-01-11 -/games/boxart/full_5756645AmericaFrontccc.jpg,Good Archer,PC,Misc,Sergej110,Sergej110,,,,,,,2017-03-10,2019-04-16 -/games/boxart/full_1454665AmericaFrontccc.jpg,Gwent: The Witcher Card Game,PC,Misc,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2018-10-23,2018-12-19 -/games/boxart/full_3716372AmericaFrontccc.jpg,Gwent: The Witcher Card Game,PS4,Misc,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2018-12-04,2018-12-19 -/games/boxart/full_2680620AmericaFrontccc.jpg,Gwent: The Witcher Card Game,XOne,Misc,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2018-12-04,2018-12-19 -/games/boxart/full_4967278JapanFrontccc.jpg,Honey Select,PC,Misc,Unknown,Illusion,,,,,,,,2017-12-18 -/games/boxart/full_3497794AmericaFrontccc.jpg,Horror Hospital,PC,Misc,KNP,KNP,,,,,,,2017-01-04,2019-04-21 -/games/boxart/full_326117AmericaFrontccc.png,Hulu,NS,Misc,Hulu,Hulu,,,,,,,2017-11-09,2018-03-12 -/games/boxart/full_4856553AmericaFrontccc.png,Ingress,And,Misc,Unknown,Niantic Labs,,,,,,,,2018-01-11 -/games/boxart/full_5730150AmericaFrontccc.png,Ingress,iOS,Misc,Unknown,Niantic Labs,,,,,,,,2018-01-11 -/games/boxart/default.jpg,Jack LaLanne's Physical Conditioning,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 -/games/boxart/full_8804180PALFrontccc.jpg,Journey Collector's Edition,PS4,Misc,Sony Computer Entertainment,thatgamecompany,,,,,,,2015-09-29,2018-09-23 -/games/boxart/default.jpg,Kaiji: Steel Beam Crossing of Despair,NS,Misc,Unknown,Solidsphere,,,,,,,,2018-01-07 -/games/boxart/full_1938365AmericaFrontccc.png,Kid Pix,PC,Misc,Broderbund,Broderbund,,,,,,,1991-03-01,2018-05-11 -/games/boxart/full_2865610AmericaFrontccc.png,Kodu Game Lab,PC,Misc,Microsoft Studios,Microsoft Research,,,,,,,2013-12-05,2019-03-23 -/games/boxart/full_4737639AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,PS4,Misc,Unknown,Konami,,,,,,,,2019-03-19 -/games/boxart/full_5438828AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,NS,Misc,Unknown,Konami,,,,,,,,2019-03-19 -/games/boxart/full_1006120AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,PC,Misc,Unknown,Konami,,,,,,,,2019-03-19 -/games/boxart/full_1128875AmericaFrontccc.png,Konami Anniversary Collection: Arcade Classics,XOne,Misc,Unknown,Konami,,,,,,,,2019-03-19 -/games/boxart/default.jpg,Las Vegas Roulette,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 -/games/boxart/default.jpg,Learning Fun I,Int,Misc,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/default.jpg,Learning Fun II,Int,Misc,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/default.jpg,Lone Survivor,PS4,Misc,Unknown,Curve Studios,,,,,,,,2018-02-22 -/games/boxart/full_942203JapanFrontccc.jpg,Metal!,NS,Misc,DMM Games,DMM Games,,,,,,,2018-02-08,2018-01-12 -/games/boxart/full_3864721AmericaFrontccc.jpg,Microsoft Entertainment Pack 1,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 -/games/boxart/full_4674150AmericaFrontccc.jpg,Microsoft Entertainment Pack 2,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 -/games/boxart/full_6057707AmericaFrontccc.jpg,Microsoft Entertainment Pack 3,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 -/games/boxart/full_7000119AmericaFrontccc.jpg,Microsoft Entertainment Pack 4,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 -/games/boxart/default.jpg,Midway Arcade Origins,PS3,Misc,Unknown,Backbone Entertainment,,,,,,,,2017-12-31 -/games/boxart/full_7639883AmericaFrontccc.png,Miitomo,iOS,Misc,Nintendo,Nintendo,,,,,,,2016-03-17,2018-04-05 -/games/boxart/full_5093048AmericaFrontccc.png,Miitomo,And,Misc,Nintendo,Nintendo,,,,,,,2016-03-31,2018-04-05 -/games/boxart/full_3467360AmericaFrontccc.png,Millie's Math House,PC,Misc,Edmark,Theatrix Interactive,,,,,,,1992-01-01,2018-05-12 -/games/boxart/default.jpg,Mini Ghost,PC,Misc,@unepic_fran,@unepic_fran,,,,,,,2017-04-28,2018-01-11 -/games/boxart/full_8149546AmericaFrontccc.jpg,"Monsters, Inc. Scream Team Training",PC,Misc,Disney Interactive Studios,Gorilla Systems,,,,,,,2001-11-01,2018-04-05 -/games/boxart/full_8199125AmericaFrontccc.jpg,Mosaic,PC,Misc,Raw Fury,Krillbite Studio,,,,,,,2019-12-05,2018-08-17 -/games/boxart/full_3634245AmericaFrontccc.jpg,Mosaic,NS,Misc,Raw Fury,Krillbite Studio,,,,,,,2020-01-23,2018-08-17 -/games/boxart/full_7787968AmericaFrontccc.jpg,Mosaic,XOne,Misc,Raw Fury,Krillbite Studio,,,,,,,2020-01-23,2018-08-17 -/games/boxart/full_1681298AmericaFrontccc.jpg,Mosaic,PS4,Misc,Raw Fury,Krillbite Studio,,,,,,,2020-01-23,2018-08-17 -/games/boxart/default.jpg,Mr. Basic Meets Bits 'N Bytes,Int,Misc,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/default.jpg,N.E.R.O.: Nothing Ever Remains Obscure,PC,Misc,Unknown,Storm in a Teacup,,,,,,,,2018-08-24 -/games/boxart/default.jpg,N.E.R.O.: Nothing Ever Remains Obscure,XOne,Misc,Unknown,Storm in a Teacup,,,,,,,,2018-08-24 -/games/boxart/full_5672646AmericaFrontccc.jpg,NGHTMN,PC,Misc,DIGITAL MISTAKE,DIGITAL MISTAKE,,,,,,,2017-05-01,2019-04-21 -/games/boxart/full_368175AmericaFrontccc.jpeg,Nintendo Labo: Toy-Con 04 VR Kit,NS,Misc,Nintendo,Nintendo EPD,,,,,,,2019-04-12,2019-10-18 -/games/boxart/full_4166419AmericaFrontccc.jpg,NKODICE,PC,Misc,Unknown,KSYM,,,,,,,,2021-07-27 -/games/boxart/full_2601212AmericaFrontccc.jpg,Nom Nom Galaxy,PS4,Misc,Unknown,Q-Games,,,,,,,,2022-08-23 -/games/boxart/default.jpg,Pac-Man 256,PS4,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2016-06-21,2019-11-16 -/games/boxart/default.jpg,Pac-Man 256,XOne,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2016-06-21,2019-11-16 -/games/boxart/default.jpg,Pac-Man 256,And,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2015-08-20,2019-11-16 -/games/boxart/default.jpg,Pac-Man 256,iOS,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2015-08-20,2019-11-16 -/games/boxart/default.jpg,Pac-Man 256,Linux,Misc,Bandai Namco Entertainment,Bandai Namco,,,,,,,2016-06-21,2019-11-16 -/games/boxart/default.jpg,Pac-Man 256,WinP,Misc,Unknown,Bandai Namco,,,,,,,,2019-11-16 -/games/boxart/full_6235631PALFrontccc.jpg,Penguin Wars,NS,Misc,Dispatch Games,Dispatch Games,,,,,,,2019-08-22,2018-03-16 -/games/boxart/full_784101JapanFrontccc.jpg,Penny-Punching Princess,PSV,Misc,NIS America,Nippon Ichi Software,,,,,,,2018-04-03,2018-01-07 -/games/boxart/full_9733313AmericaFrontccc.jpg,Pixel Game Maker MV,PC,Misc,AGM Playism,Kadokawa Games,,,,,,,2019-12-01,2019-08-12 -/games/boxart/full_3881142AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,3DO,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 -/games/boxart/full_5148848AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,NS,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 -/games/boxart/full_9199703AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,PC,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 -/games/boxart/full_7511134AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,PS5,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 -/games/boxart/full_2714698AmericaFrontccc.jpg,Plumbers Don’t Wear Ties,PS4,Misc,Unknown,Kirin Entertainment,,,,,,,,2021-06-15 -/games/boxart/full_5008901AmericaFrontccc.jpg,Power Play Sports Trivia,PS,Misc,Ubisoft,Starsphere Interactive,,,,,,,2002-05-06,2018-03-30 -/games/boxart/full_5802028AmericaFrontccc.jpg,Prinny Presents NIS Classics Volume 1,NS,Misc,Unknown,Nippon Ichi Software,,,,,,,,2021-09-11 -/games/boxart/full_1062370AmericaFrontccc.jpg,Prinny Presents NIS Classics Volume 2,NS,Misc,Unknown,Nippon Ichi Software,,,,,,,,2021-09-11 -/games/boxart/full_6875943JapanFrontccc.jpg,PriPara: All Idol Perfect Stage,NS,Misc,Takara Tomy ARTS,Takara Tomy ARTS,,,,,,,2018-03-22,2018-01-12 -/games/boxart/full_1497423AmericaFrontccc.png,Project Athia,PS5,Misc,Square Enix,Square Enix,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_88714AmericaFrontccc.png,Project Athia,PC,Misc,Square Enix,Square Enix,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_1483071JapanFrontccc.jpg,Puru-Chara Friends: Hoppe-chan to Sanrio Characters,NS,Misc,Neos,Neos,,,,,,,2019-04-25,2019-03-22 -/games/boxart/full_6584976AmericaFrontccc.png,Rainbow Snake,WiiU,Misc,RandomSpin,RandomSpin,,,,,,,2018-05-03,2020-10-05 -/games/boxart/full_4556397AmericaFrontccc.jpg,Rayman Brain Games,PS,Misc,Ubisoft,Aqua Pacific,,,,,,,2001-08-11,2018-04-04 -/games/boxart/default.jpg,Rising Angels: Reborn,PC,Misc,Unknown,Sekai Project,,,,,,,,2017-12-31 -/games/boxart/default.jpg,Rising Angels: Reborn,Linux,Misc,Unknown,Sekai Project,,,,,,,,2017-12-31 -/games/boxart/full_3040568AmericaFrontccc.jpg,ROBLOX,XOne,Misc,Roblox Corporation,Roblox Corporation,,,,,,,2016-01-27,2018-01-22 -/games/boxart/full_4213633AmericaFrontccc.jpg,ROBLOX,PC,Misc,Unknown,Roblox Corporation,,,,,,,,2018-01-22 -/games/boxart/full_9603144AmericaFrontccc.jpg,Rollers of the Realm: Reunion,PC,Misc,Unknown,Phantom Compass,,,,,,,,2021-06-10 -/games/boxart/default.jpg,Royal Dealer,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_3981489AmericaFrontccc.jpg,RPG Maker MV,XOne,Misc,NIS America,Kadokawa Games,,,,,,,2019-03-01,2018-12-23 -/games/boxart/full_7935053AmericaFrontccc.jpg,Say No! More,NS,Misc,Unknown,Studio Fizbin,,,,,,,,2021-04-08 -/games/boxart/full_5214816AmericaFrontccc.jpg,Say No! More,PC,Misc,Unknown,Studio Fizbin,,,,,,,,2021-04-08 -/games/boxart/full_7838464AmericaFrontccc.jpg,Say No! More,iOS,Misc,Unknown,Studio Fizbin,,,,,,,,2021-04-08 -/games/boxart/full_4135259AmericaFrontccc.jpg,Scene It? Movie Night,PSN,Misc,Screenlife,Sarbakan,,,,,,,2011-11-29,2018-08-04 -/games/boxart/full_9510435AmericaFrontccc.jpg,Scorn,XS,Misc,Unknown,Ebb Software,,,,,,,,2020-05-07 -/games/boxart/full_7475818JapanFrontccc.jpg,Sega 3D Fukkoku Archives,3DS,Misc,Sega,M2,,,,,,,2014-12-18,2018-04-27 -/games/boxart/full_6423666JapanFrontccc.jpg,Sega 3D Fukkoku Archives 3,3DS,Misc,Sega,M2,,,,,,,2016-12-22,2018-04-27 -/games/boxart/full_1222199AmericaFrontccc.jpg,Senran Kagura: Peach Ball,NS,Misc,Xseed Games,Marvelous,,,,,,,2019-07-09,2019-07-04 -/games/boxart/full_8181689AmericaFrontccc.jpg,Senran Kagura: Peach Ball,PC,Misc,Xseed Games,Tamsoft,,,,,,,2019-08-14,2019-08-05 -/games/boxart/full_5490311AmericaFrontccc.png,Severed,NS,Misc,DrinkBox Studios,DrinkBox Studios,,,,,,,2017-08-08,2018-01-01 -/games/boxart/full_5428605AmericaFrontccc.jpg,SHENZHEN SOLITAIRE,PC,Misc,Zachtronics Industries,Zachtronics Industries,,,,,,,2016-12-15,2019-04-06 -/games/boxart/full_6333392AmericaFrontccc.jpg,Shovel Knight Showdown,Linux,Misc,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/default.jpg,Spelling Challenge,Int,Misc,Unknown,APh Technological Consulting,,,,,,,,2018-01-14 -/games/boxart/full_1736144AmericaFrontccc.jpg,Spellweaver,PC,Misc,Dream Reactor,Dream Reactor,,,,,,,2016-02-01,2019-04-22 -/games/boxart/full_1928788AmericaFrontccc.jpg,Spyro + Crash Remastered Game Bundle,PS4,Misc,Activision,Vicarious Visions,,,,,,,2018-12-01,2018-12-17 -/games/boxart/full_5345395AmericaFrontccc.jpg,Spyro + Crash Remastered Game Bundle,XOne,Misc,Activision,Vicarious Visions,,,,,,,2018-12-01,2018-12-17 -/games/boxart/full_4609543AmericaFrontccc.jpg,Star Wars Pinball VR,PS4,Misc,Unknown,Zen Studios,,,,,,,,2021-08-01 -/games/boxart/full_3118598AmericaFrontccc.jpg,Star Wars Pinball VR,PC,Misc,Unknown,Zen Studios,,,,,,,,2021-08-01 -/games/boxart/full_2835169AmericaFrontccc.jpg,Stern Pinball Arcade,XOne,Misc,Alliance Digital Media,FarSight Studios,,,,,,,2016-11-28,2019-02-19 -/games/boxart/full_8954924AmericaFrontccc.jpg,Stern Pinball Arcade,PS4,Misc,Alliance Digital Media,FarSight Studios,,,,,,,2016-11-15,2019-02-19 -/games/boxart/default.jpg,Stern Pinball Arcade,PC,Misc,FarSight Studios,FarSight Studios,,,,,,,2016-12-23,2018-01-25 -/games/boxart/full_5736449AmericaFrontccc.jpg,Steven Universe: Save the Light / OK K.O.! Let’s Play Heroes,NS,Misc,Outright Games,Outright Games,,,,,,,2019-03-19,2018-08-04 -/games/boxart/default.jpg,Steven Universe: Save the Light / OK K.O.! Let’s Play Heroes,PS4,Misc,Outright Games,Outright Games,,,,,,,2019-03-19,2018-08-04 -/games/boxart/default.jpg,Steven Universe: Save the Light / OK K.O.! Let’s Play Heroes,XOne,Misc,Outright Games,Outright Games,,,,,,,2019-03-19,2018-08-04 -/games/boxart/full_9141250JapanFrontccc.jpg,Summer Lesson: Hikari - Allison - Chisato 3 in 1 Game Pack,PS4,Misc,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2018-02-22,2018-11-20 -/games/boxart/full_1666703AmericaFrontccc.png,Tabletop Gallery,WiiU,Misc,Unknown,RCMADIAX,,,,,,,,2018-01-06 -/games/boxart/full_2220426AmericaFrontccc.jpg,Taito Milestones,NS,Misc,Unknown,Taito,,,,,,,,2021-06-15 -/games/boxart/full_807837PALFrontccc.jpg,Taito Milestones 2,NS,Misc,Unknown,Taito Corporation,,,,,,,,2023-07-22 -/games/boxart/default.jpg,Tamagotchi no Puchi Puchi Omisechi: Ninki no Omise Atsume Maseta,PS3,Misc,Unknown,Bandai Namco Games,,,,,,,,2017-12-10 -/games/boxart/full_292013AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,XS,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 -/games/boxart/full_9527576AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,XOne,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 -/games/boxart/full_1376999AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,PS5,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 -/games/boxart/full_749773AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,PS4,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 -/games/boxart/full_5554328AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,PC,Misc,Unknown,Digital Eclipse,,,,,,,,2022-07-21 -/games/boxart/full_9678177AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles: The Cowabunga Collection,NS,Misc,Konami,Digital Eclipse,,,,,,,2022-08-30,2022-09-05 -/games/boxart/full_6120899AmericaFrontccc.jpg,The Best of Microsoft Entertainment Pack,PC,Misc,Unknown,Microsoft,,,,,,,,2021-03-21 -/games/boxart/full_8604411AmericaFrontccc.png,The Elder Scrolls: Legends,PS4,Misc,Unknown,Bethesda Game Studios,,,,,,,,2018-06-11 -/games/boxart/full_797506AmericaFrontccc.png,The Elder Scrolls: Legends,XOne,Misc,Unknown,Bethesda Game Studios,,,,,,,,2018-06-11 -/games/boxart/full_5702038AmericaFrontccc.png,The Elder Scrolls: Legends,NS,Misc,Unknown,Bethesda Game Studios,,,,,,,,2018-06-11 -/games/boxart/default.jpg,The Electric Company Math Fun,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-16,2018-01-13 -/games/boxart/default.jpg,The Electric Company Word Fun,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1980-11-05,2018-01-13 -/games/boxart/default.jpg,The Jetsons' Way With Words,Int,Misc,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9260672JapanFrontccc.jpg,The Variety Game Large Set: Goldfish Scooping - Card - Number Puzzle - Nikakudori,NS,Misc,D3 Publisher,D3 Publisher,,,,,,,2019-04-04,2019-03-31 -/games/boxart/full_2652815AmericaFrontccc.png,TOSS N GO,WiiU,Misc,Unknown,RCMADIAX,,,,,,,,2018-01-05 -/games/boxart/default.jpg,Touch Selections,WiiU,Misc,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/default.jpg,Triple Action,Int,Misc,Mattel Electronics,APh Technological Consulting,,,,,,,1981-10-15,2018-01-13 -/games/boxart/default.jpg,Triple Challenge,Int,Misc,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/full_7953035AmericaFrontccc.jpg,VISCO Collection,XS,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 -/games/boxart/full_2606032AmericaFrontccc.jpg,VISCO Collection,XOne,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 -/games/boxart/full_6861948AmericaFrontccc.jpg,VISCO Collection,PS5,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 -/games/boxart/full_1166763AmericaFrontccc.jpg,VISCO Collection,PS4,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 -/games/boxart/full_9211547AmericaFrontccc.jpg,VISCO Collection,PC,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 -/games/boxart/full_4399673AmericaFrontccc.jpg,VISCO Collection,NS,Misc,Unknown,QUByte Interactive,,,,,,,,2023-10-27 -/games/boxart/full_7435624AmericaFrontccc.jpg,Walking with Dinosaurs,PS3,Misc,Sony Computer Entertainment Europe,Supermassive Games Ltd.,,,,,,,2013-11-13,2018-04-11 -/games/boxart/full_6610120AmericaFrontccc.png,Warframe,NS,Misc,Unknown,Digital Extremes,,,,,,,,2018-07-08 -/games/boxart/default.jpg,"WarioWare, Inc.: Mega MicroGame$",3DS,Misc,Unknown,Nintendo,,,,,,,,2018-02-06 -/games/boxart/full_4010181AmericaFrontccc.jpg,Winnie the Pooh Baby,PC,Misc,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2001-01-01,2018-04-04 -/games/boxart/full_728563AmericaFrontccc.jpg,Worlds Adrift Island Creator,PC,Misc,Bossa Studios,Bossa Studios,,,,,,,2016-04-28,2019-04-03 -/games/boxart/full_5659046JapanFrontccc.jpg,Xbox Video Chat,XB,Misc,Microsoft,Microsoft,,,,,,,2004-11-25,2018-10-11 -/games/boxart/full_7858118AmericaFrontccc.jpg,World of WarCraft,Series,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2004-11-23,2020-03-20 -/games/boxart/full_851533AmericaFrontccc.jpg,Guild Wars,Series,MMO,NCSoft,ArenaNet,,,,,,,2005-04-26,2020-02-19 -/games/boxart/2497399ccc.jpg,World of Warcraft,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,2004-11-23,2018-04-22 -/games/boxart/full_world-of-warcraft-cataclysm_20AmericaFront.jpg,World of Warcraft: Cataclysm,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9,,,,,,2010-12-07,2018-04-22 -/games/boxart/full_9224264AmericaFrontccc.jpg,World of Warcraft: Wrath of the Lich King,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,2008-11-13,2018-04-22 -/games/boxart/full_6039467AmericaFrontccc.jpg,World of Warcraft: Shadowlands,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-10-24,2020-08-05 -/games/boxart/178686ccc.jpg,World of Warcraft: The Burning Crusade,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,2007-01-16,2018-04-22 -/games/boxart/full_7325454AmericaFrontccc.jpg,World of Warcraft: Battle for Azeroth,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2018-08-14,2018-04-19 -/games/boxart/full_4214163AmericaFrontccc.jpg,World of Warcraft: Legion,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2016-08-29,2018-04-22 -/games/boxart/full_7342681AmericaFrontccc.jpg,World of Warcraft: Warlords of Draenor,PC,MMO,Activision Blizzard,Blizzard Entertainment,,,,,,,2014-11-13,2018-04-22 -/games/boxart/full_9606792AmericaFrontccc.jpg,World of Warcraft: Mists of Pandaria,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2012-09-25,2018-04-22 -/games/boxart/full_7548233AmericaFrontccc.jpg,Final Fantasy XI: Online,All,MMO,Sony Computer Entertainment,Square,,,,,,,2004-03-23,2021-01-14 -/games/boxart/full_final-fantasy-xiv_8AmericaFront.jpg,Final Fantasy XIV Online,PC,MMO,Square Enix,Square Enix,5.3,,,,,,2010-09-22,2018-04-22 -/games/boxart/full_2527636AmericaFrontccc.png,Black Desert Online,PC,MMO,Kakao Games,Pearl Abyss,,,,,,,2016-03-03,2019-01-07 -/games/boxart/full_1752635AmericaFrontccc.jpg,Miscreated,PC,MMO,Unknown,Entrada Interactive,,,,,,,,2019-02-04 -/games/boxart/full_6267368AmericaFrontccc.jpg,Dragon Quest X,All,MMO,Square Enix,Square Enix,,,,,,,2012-08-02,2021-01-07 -/games/boxart/full_5906613JapanFrontccc.jpg,Dragon Quest X,Wii,MMO,Unknown,Square Enix,,,,,,,,2018-04-22 -/games/boxart/full_6280253AmericaFrontccc.jpg,Tower Unite,PC,MMO,Unknown,PixelTail Games,,,,,,,,2019-02-20 -/games/boxart/full_61596AmericaFrontccc.jpg,Bless Online,PC,MMO,Unknown,Neowiz Corporation,,,,,,,,2019-03-01 -/games/boxart/full_3074974AmericaFrontccc.jpg,Gloria Victis,PC,MMO,Black Eye Games,Black Eye Games,,,,,,,2016-06-09,2019-03-27 -/games/boxart/full_907250JapanFrontccc.jpg,Angel Love Online,PS3,MMO,Q Entertainment,UserJoy Technology,,,,,,,2011-07-07,2018-09-15 -/games/boxart/full_9809778JapanFrontccc.png,Angel Love Online,PSN,MMO,Q Entertainment,UserJoy Technology,,,,,,,2008-09-25,2018-09-15 -/games/boxart/full_dc-universe-online_634AmericaFront.jpg,DC Universe Online,PSN,MMO,Sony Online Entertainment,WBIE,6.7,,,,,,2011-03-22,2018-09-15 -/games/boxart/full_9224112AmericaFrontccc.jpeg,DC Universe Online,PS4,MMO,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2013-11-15,2018-09-15 -/games/boxart/full_9578024JapanFrontccc.jpg,Dragon Quest X,PC,MMO,Square Enix,Square Enix,,,,,,,2013-09-26,2018-04-22 -/games/boxart/full_3605503JapanFrontccc.jpg,Dragon Quest X: Inishie no Ryuu no Denshou Online,WiiU,MMO,Square Enix,Square Enix,,,,,,,2015-04-30,2018-09-15 -/games/boxart/default.jpg,Dragon's Prophet,PC,MMO,Sony Online Entertainment,Runewalker Entertainment Ltd.,,,,,,,2018-09-23,2018-09-16 -/games/boxart/full_2022855AmericaFrontccc.png,EverQuest Next,PC,MMO,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2016-12-31,2018-09-15 -/games/boxart/full_5257093AmericaFrontccc.png,EverQuest Next,PS4,MMO,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2016-12-31,2018-09-15 -/games/boxart/full_3712146AmericaFrontccc.jpeg,Realm of the Mad God,PC,MMO,Miniclip SA,Wild Shadow Studios,,,,,,,2011-06-20,2018-07-24 -/games/boxart/full_7608185AmericaFrontccc.jpg,Realm of the Mad God,PC,MMO,Kabam,Wild Shadow Studios,,,,,,,2012-02-20,2018-07-24 -/games/boxart/full_8972232AmericaFrontccc.jpg,Realm of the Mad God,OSX,MMO,Kabam,Wild Shadow Studios,,,,,,,2012-02-20,2018-07-24 -/games/boxart/full_8747557AmericaFrontccc.jpg,The Elder Scrolls Online,OSX,MMO,Bethesda Softworks,Bethesda Game Studios,,,,,,,2014-04-04,2018-09-15 -/games/boxart/full_3720226AmericaFrontccc.jpg,World of Warcraft: Warlords of Draenor,OSX,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-11-13,2018-08-11 -/games/boxart/full_7892169AmericaFrontccc.jpg,Aberoth,PC,MMO,Jarbit,Jarbit,,,,,,,2015-07-17,2019-04-08 -/games/boxart/default.jpg,Arena Of Valor,NS,MMO,Unknown,TiMi Studios,,,,,,,,2020-11-08 -/games/boxart/full_1857675AmericaFrontccc.jpg,ATLAS,XOne,MMO,Studio Wildcard,Studio Wildcard,,,,,,,2019-10-08,2018-12-12 -/games/boxart/full_1195755AmericaFrontccc.jpg,ATLAS,PC,MMO,Studio Wildcard,Studio Wildcard,,,,,,,2018-12-19,2018-12-12 -/games/boxart/full_2225583AmericaFrontccc.jpg,Bit Heroes,PC,MMO,Kongregate,Juppiomenz,,,,,,,2017-12-13,2019-04-07 -/games/boxart/full_9042055AmericaFrontccc.jpg,Black Desert,XOne,MMO,Pearl Abyss,Pearl Abyss,,,,,,,2019-03-04,2019-01-07 -/games/boxart/full_1983380AmericaFrontccc.jpg,Bless Unleashed,XOne,MMO,Neowiz Corporation,Round8 Studio,,,,,,,2020-03-12,2020-09-29 -/games/boxart/full_2004373AmericaFrontccc.jpg,Bless Unleashed,PC,MMO,Neowiz Corporation,Round8 Studio,,,,,,,2021-12-01,2020-09-29 -/games/boxart/full_6405254AmericaFrontccc.jpg,Bless Unleashed,PS4,MMO,Neowiz Corporation,Round8 Studio,,,,,,,2020-10-22,2020-09-29 -/games/boxart/full_4026604AmericaFrontccc.jpg,Blue Protocol,PC,MMO,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-07-26 -/games/boxart/full_2599694AmericaFrontccc.jpg,Blue Protocol,PS5,MMO,Unknown,Bandai Namco Games,,,,,,,,2022-12-09 -/games/boxart/full_3872874AmericaFrontccc.jpg,Blue Protocol,XS,MMO,Unknown,Bandai Namco Games,,,,,,,,2022-12-09 -/games/boxart/full_586368AmericaFrontccc.png,Closers,PS4,MMO,En Masse Entertainment,Naddic Games,,,,,,,2020-12-31,2019-03-24 -/games/boxart/full_3450851AmericaFrontccc.png,Closers,PC,MMO,En Masse Entertainment,Naddic Games,,,,,,,2016-11-27,2019-03-24 -/games/boxart/full_6251153JapanFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,PC,MMO,Square Enix,Square Enix,,,,,,,2018-07-26,2018-11-06 -/games/boxart/full_2512191AmericaFrontccc.jpg,Dragon Quest X: All in One Package Ver.1-4,WiiU,MMO,Square Enix,Square Enix,,,,,,,2018-07-26,2018-09-15 -/games/boxart/default.jpg,Everspace,NS,MMO,Rockfish Games,Rockfish Games,,,,,,,2018-12-11,2020-11-08 -/games/boxart/full_7431057AmericaFrontccc.png,Final Fantasy XIV: Endwalker,All,MMO,Unknown,Square Enix,,,,,,,,2021-12-23 -/games/boxart/full_3586848AmericaFrontccc.jpg,Final Fantasy XIV: Shadowbringers,PC,MMO,Square Enix,Square Enix,,,,,,,2019-07-02,2019-06-13 -/games/boxart/full_639389AmericaFrontccc.jpg,Final Fantasy XIV: Shadowbringers,PS4,MMO,Square Enix,Square Enix,,,,,,,2019-07-02,2019-06-13 -/games/boxart/full_2074169AmericaFrontccc.jpg,Guild Wars 2: End of Dragons,PC,MMO,Unknown,ArenaNet,,,,,,,,2022-11-20 -/games/boxart/full_4767303AmericaFrontccc.jpg,Heaven Forest - VR MMO,PC,MMO,Chubby Pixel,Fabio Ferrara,,,,,,,2016-12-10,2019-04-08 -/games/boxart/full_8457290AmericaFrontccc.jpg,Last Oasis,PC,MMO,Donkey Crew,Donkey Crew,,,,,,,2019-09-03,2019-06-14 -/games/boxart/full_5702645AmericaFrontccc.png,Magic: Legends,PC,MMO,Perfect World Entertainment,Cryptic Studios,,,,,,,2020-12-01,2020-01-09 -/games/boxart/full_7326746PALFrontccc.jpg,New World,PC,MMO,Amazon Game Studios,Amazon Game Studios,,,,,,,2021-08-25,2019-12-16 -/games/boxart/full_2015696JapanFrontccc.jpg,Phantasy Star Online 2: Cloud,NS,MMO,Sega,Sega,,,,,,,2018-04-04,2018-11-06 -/games/boxart/full_292513AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,XOne,MMO,Sega,Sega,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_4831153AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,XS,MMO,Sega,Sega,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_2837538AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,NS,MMO,Unknown,Sega,,,,,,,,2020-07-23 -/games/boxart/full_7015533AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,PC,MMO,Sega,Sega,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_8727782AmericaFrontccc.jpg,Phantasy Star Online 2: New Genesis,PS4,MMO,Unknown,Sega,,,,,,,,2020-07-23 -/games/boxart/default.jpg,Star Trek Online,PS4,MMO,Unknown,Cryptic Studios,7.5,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Trek Online,XOne,MMO,Unknown,Cryptic Studios,,,,,,,,2024-01-05 -/games/boxart/full_3431832AmericaFrontccc.jpg,Starbase,PC,MMO,Frozenbyte,Frozenbyte,,,,,,,2019-12-01,2019-05-29 -/games/boxart/full_5187458AmericaFrontccc.jpg,The Day Before,PC,MMO,Unknown,FNTASTIC,,,,,,,,2021-10-16 -/games/boxart/full_3166970AmericaFrontccc.jpg,The Day Before,PS5,MMO,Unknown,FNTASTIC,,,,,,,,2021-10-16 -/games/boxart/full_8046058AmericaFrontccc.jpg,The Day Before,XS,MMO,Unknown,FNTASTIC,,,,,,,,2021-10-16 -/games/boxart/full_1616347AmericaFrontccc.jpg,The Elder Scrolls Online: Greymoor,PS4,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2020-06-09,2020-01-16 -/games/boxart/full_9302314AmericaFrontccc.jpg,The Elder Scrolls Online: Greymoor,XOne,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2020-06-09,2020-01-16 -/games/boxart/full_457722AmericaFrontccc.jpg,The Elder Scrolls Online: Greymoor,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2020-05-26,2020-01-16 -/games/boxart/full_5948147AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,XS,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 -/games/boxart/full_8486418AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,PC,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 -/games/boxart/full_9221205AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,PS4,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 -/games/boxart/full_9194174AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,PS5,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 -/games/boxart/full_7399038AmericaFrontccc.jpg,The Elder Scrolls Online: High Isle,XOne,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2022-09-19 -/games/boxart/full_4796588AmericaFrontccc.jpg,The Elder Scrolls Online: Necrom,PC,MMO,Unknown,ZeniMax Online Studios,,,,,,,,2023-06-23 -/games/boxart/full_4528852AmericaFrontccc.jpg,The Elder Scrolls Online: Tamriel Unlimited,PC,MMO,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2015-06-09,2018-09-15 -/games/boxart/default.jpg,Trove,PC,MMO,Unknown,Trion Worlds,,,,,,,,2019-03-26 -/games/boxart/full_5033240AmericaFrontccc.jpg,Warspear Online,PC,MMO,AIGRIND,AIGRIND,,,,,,,2017-11-02,2019-04-22 -/games/boxart/full_3713732AmericaFrontccc.png,World of Warcraft: Classic,PC,MMO,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-08-27,2019-07-10 -/games/boxart/full_9745897AmericaFrontccc.jpg,Worlds Adrift,PC,MMO,Bossa Studios,Bossa Studios,,,,,,,2017-05-24,2019-04-03 -/games/boxart/full_3570409AmericaFrontccc.png,Just Dance,Series,Music,Ubisoft,Ubisoft,,,,,,,2009-11-17,2020-02-11 -/games/boxart/full_2714227AmericaFrontccc.jpg,Guitar Hero,Series,Music,Activision,Harmonix,,,,,,,2005-11-08,2020-03-05 -/games/boxart/full_9213805AmericaFrontccc.jpg,SingStar,Series,Music,Sony Interactive Entertainment,London Studios,,,,,,,2004-05-21,2020-02-18 -/games/boxart/full_5811111AmericaFrontccc.jpg,Rock Band,Series,Music,MTV Games,Harmonix,,,,,,,2007-11-20,2021-04-18 -/games/boxart/full_1007059AmericaFrontccc.jpg,Taiko no Tatsujin,Series,Music,Namco,Bandai Namco Studios,,,,,,,2004-10-26,2020-02-18 -/games/boxart/full_4716120AmericaFrontccc.jpg,Dance Dance Revolution,Series,Music,Konami,Konami,,,,,,,1998-09-26,2020-03-03 -/games/boxart/full_9072975AmericaFrontccc.jpg,The Experience,Series,Music,Ubisoft,Ubisoft,,,,,,,2010-11-06,2020-02-10 -/games/boxart/full_9832721AmericaFrontccc.jpg,Guitar Hero III: Legends of Rock,All,Music,Activision,Neversoft,,,,,,,2007-10-28,2020-11-01 -/games/boxart/full_6437038AmericaFrontccc.jpg,Just Dance 3,All,Music,Ubisoft,Ubisoft,,,,,,,2011-10-07,2020-10-24 -/games/boxart/full_8338537AmericaFrontccc.png,Hatsune Miku: Project,Series,Music,Sega,Sega,,,,,,,2012-04-09,2020-02-07 -/games/boxart/full_1809696AmericaFrontccc.jpg,Guitar Hero World Tour,All,Music,Activision,Neversoft,,,,,,,2008-10-26,2020-11-01 -/games/boxart/full_6799741PALFrontccc.jpg,Guitar Hero II,All,Music,RedOctane,Harmonix Music Systems,,,,,,,2006-11-07,2020-11-01 -/games/boxart/full_7839498AmericaFrontccc.jpg,Rhythm Heaven,Series,Music,Nintendo,Nintendo,,,,,,,2009-04-05,2020-08-18 -/games/boxart/full_2637023AmericaFrontccc.jpg,Just Dance 2015,All,Music,Ubisoft,Ubisoft,,,,,,,2014-10-21,2020-10-24 -/games/boxart/full_2013895AmericaFrontccc.jpg,Rock Band,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2007-11-20,2021-04-18 -/games/boxart/full_1456560AmericaFrontccc.jpg,Rocksmith,Series,Music,Ubisoft,Ubisoft,,,,,,,2011-10-18,2021-06-13 -/games/boxart/full_1360801AmericaFrontccc.jpg,Guitar Hero: Aerosmith,All,Music,Activision,Neversoft,,,,,,,2008-06-29,2020-11-01 -/games/boxart/full_7718699AmericaFrontccc.jpg,Rhythm Heaven,DS,Music,Nintendo,Nintendo SPD Group No.1,8.5,,,,,,2009-04-05,2018-05-31 -/games/boxart/full_5698978PALFrontccc.png,Michael Jackson: The Experience,All,Music,Ubisoft,Ubisoft,,,,,,,2010-11-06,2020-10-24 -/games/boxart/full_5220393AmericaFrontccc.jpg,Wii Music,Wii,Music,Nintendo,Nintendo EAD,5.6,,,,,,2008-10-20,2018-05-31 -/games/boxart/full_dance-central_7AmericaFront.jpg,Dance Central,X360,Music,MTV Games,Harmonix Music Systems,8.4,,,,,,2010-11-04,2018-08-10 -/games/boxart/full_5902227PALFrontccc.jpg,Taiko no Tatsujin: Drum 'n' Fun!,NS,Music,Bandai Namco Games,Bandai Namco Games,7.5,,,,,,2018-11-02,2018-08-25 -/games/boxart/full_7180287AmericaFrontccc.jpg,Beat Saber,All,Music,Beat Games,Beat Games,,,,,,,2019-05-21,2020-10-10 -/games/boxart/full_5924762AmericaFrontccc.jpg,Rock Band 2,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2008-09-14,2021-04-18 -/games/boxart/full_6390825AmericaFrontccc.jpg,The Beatles: Rock Band,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2009-09-09,2021-04-18 -/games/boxart/full_3363044AmericaFrontccc.jpg,Guitar Hero: Metallica,All,Music,Activision,Neversoft,,,,,,,2009-03-29,2020-11-01 -/games/boxart/full_6964639AmericaFrontccc.png,DJ Hero,All,Music,Activision,FreeStyle Games,,,,,,,2009-08-27,2020-11-01 -/games/boxart/full_9002546AmericaFrontccc.jpg,Rock Band 3,All,Music,MTV Games,Harmonix Music Systems,,,,,,,2010-10-26,2021-04-18 -/games/boxart/full_8806175AmericaFrontccc.jpg,Beatmania,Series,Music,Konami,Konami,,,,,,,1997-12-31,2021-01-12 -/games/boxart/full_8292588PALFrontccc.jpg,Rhythm Heaven Megamix,3DS,Music,Nintendo,Nintendo,8.8,,,,,,2016-06-15,2018-05-31 -/games/boxart/full_5174609AmericaFrontccc.jpg,Guitar Hero 5,All,Music,Activision,Neversoft,,,,,,,2009-09-01,2020-11-01 -/games/boxart/full_8134400AmericaFrontccc.jpg,Hatsune Miku: Project Diva Future Tone,PS4,Music,Sega,Sega,,,,,,,2017-01-10,2018-09-21 -/games/boxart/full_7873233PALFrontccc.jpeg,Child of Eden,All,Music,Ubisoft,Q Entertainment,,,,,,,2011-06-14,2021-07-05 -/games/boxart/full_4061647AmericaFrontccc.png,Hatsune Miku: Project DIVA F,All,Music,Sega,Sega,,,,,,,2014-03-04,2021-01-05 -/games/boxart/full_5941565AmericaFrontccc.jpg,Audiosurf 2,PC,Music,Unknown,Dylan Fitterer,,,,,,,,2019-02-13 -/games/boxart/full_9085664AmericaFrontccc.jpg,Guitar Hero: Van Halen,All,Music,Activision,Underground Development,,,,,,,2009-12-22,2020-11-01 -/games/boxart/full_8145009JapanFrontccc.jpg,Hatsune Miku -Project DIVA- f,PSV,Music,Sega,Sega,,,,,,,2014-03-04,2019-01-11 -/games/boxart/full_5533471AmericaFrontccc.jpg,Before the Echo,PC,Music,Unknown,Iridium Studios,,,,,,,,2019-03-24 -/games/boxart/full_7498369AmericaFrontccc.jpg,Hatsune Miku: Project Diva MegaMix,NS,Music,Sega,Sega,,,,,,,2020-05-15,2020-01-24 -/games/boxart/full_123821AmericaFrontccc.jpg,Symphony,PC,Music,Unknown,Empty Clip Studios,,,,,,,,2019-03-24 -/games/boxart/full_2539276AmericaFrontccc.jpg,Rush Bros.,PC,Music,Digital Tribe Games,XYLA Entertainment,,,,,,,2013-05-24,2019-04-16 -/games/boxart/full_5741927AmericaFrontccc.jpg,Intralism,PC,Music,KHB-Soft,KHB-Soft,,,,,,,2016-11-04,2019-04-06 -/games/boxart/full_9653800AmericaFrontccc.jpg,The Idolmaster: Starlit Season,All,Music,Bandai Namco,"ILCA, Inc.",,,,,,,2021-10-14,2021-10-20 -/games/boxart/full_6662134AmericaFrontccc.jpg,XPLORA1: Peter Gabriel's Secret World,All,Music,MacPlay,Real World Media,,,,,,,1993-12-21,2022-09-28 -/games/boxart/full_7239816AmericaFrontccc.jpg,VOEZ,NS,Music,PM Studios,Rayark Inc.,8.5,,,,,,2018-08-14,2018-01-28 -/games/boxart/full_8996688AmericaFrontccc.jpg,Crypt of the NecroDancer,Linux,Music,Klei Entertainment,Brace Yourself Games,,,,,,,2015-04-23,2018-08-06 -/games/boxart/full_6824218AmericaFrontccc.jpg,Crypt of the NecroDancer,PC,Music,Klei Entertainment,Brace Yourself Games,,,,,,,2015-04-23,2018-08-06 -/games/boxart/full_9153161AmericaFrontccc.jpg,Crypt of the NecroDancer,OSX,Music,Klei Entertainment,Brace Yourself Games,,,,,,,2015-04-23,2018-08-06 -/games/boxart/full_6257367PALFrontccc.jpg,Disney Violetta: Rhythm & Music,Wii,Music,Disney Interactive Studios,Little Orbit,,,,,,,2014-10-01,2018-04-07 -/games/boxart/full_9377397PALFrontccc.jpg,Disney Violetta: Rhythm & Music,DS,Music,Disney Interactive Studios,Little Orbit,,,,,,,2014-10-01,2018-04-07 -/games/boxart/full_5057213AmericaFrontccc.png,HarmoKnight,3DS,Music,Nintendo,Game Freak,,,,,,,2013-03-28,2018-08-31 -/games/boxart/default.jpg,Hatsune Miku: VR Future Live,PS4,Music,Sega,Sega,,,,,,,2016-10-13,2018-04-08 -/games/boxart/full_9309219AmericaFrontccc.jpg,Just Dance 2017,PC,Music,Ubisoft,Ubisoft Paris,,,,,,,2016-10-25,2018-04-06 -/games/boxart/full_402726AmericaFrontccc.jpg,Just Dance: Greatest Hits,X360,Music,Ubisoft,Ubisoft Paris,,,,,,,2012-07-26,2018-11-03 -/games/boxart/full_8666198AmericaFrontccc.jpg,Let's Sing 2016,Wii,Music,Ravenscourt,Voxler,,,,,,,2015-10-23,2018-04-07 -/games/boxart/full_4666142AmericaFrontccc.jpg,Rocksmith 2014,OSX,Music,Ubisoft,Ubisoft San Francisco,9,,,,,,2013-10-22,2018-03-08 -/games/boxart/full_3543595AmericaFrontccc.jpg,Rocksmith 2014 Edition Remastered,PC,Music,Ubisoft,Ubisoft,,,,,,,2016-10-04,2018-06-19 -/games/boxart/full_6872118AmericaFrontccc.jpg,The Hip Hop Dance Experience,X360,Music,Ubisoft,iNiS,,,,,,,2012-11-13,2019-05-02 -/games/boxart/full_9196031AmericaFrontccc.jpg,We Sing (2016),XOne,Music,THQ Nordic,THQ Nordic,,,,,,,2016-12-31,2018-09-07 -/games/boxart/full_6754045PALFrontccc.png,Wii Karaoke U by JOYSOUND,WiiU,Music,Nintendo,TOSE,,,,,,,2012-12-08,2018-08-28 -/games/boxart/full_6315459JapanFrontccc.jpg,ZillerNet,XB,Music,Microsoft,Studio9,,,,,,,2005-06-10,2018-09-25 -/games/boxart/full_7126112AmericaFrontccc.jpg,AVICII Invector,XOne,Music,Wired Productions,Wired Productions,,,,,,,2019-12-11,2020-08-17 -/games/boxart/full_996431AmericaFrontccc.jpg,AVICII Invector,NS,Music,Wired Productions,Wired Productions,,,,,,,2020-09-08,2020-08-17 -/games/boxart/full_3358298AmericaFrontccc.jpg,AVICII Invector,PC,Music,Wired Productions,Wired Productions,,,,,,,2019-12-11,2020-08-17 -/games/boxart/full_7904193AmericaFrontccc.jpg,AVICII Invector,PS4,Music,Wired Productions,Wired Productions,,,,,,,2019-12-11,2020-08-17 -/games/boxart/full_1772957AmericaFrontccc.jpeg,Beat Saber,PS4,Music,Beat Games,Beat Games,,,,,,,2018-11-20,2018-11-08 -/games/boxart/full_845365AmericaFrontccc.jpg,Beat Saber,OR,Music,Beat Games,Beat Games,,,,,,,2018-05-01,2022-03-15 -/games/boxart/full_7766200AmericaFrontccc.png,Cadence of Hyrule - Crypt of the NecroDancer feat. The Legend of Zelda,NS,Music,Nintendo,Brace Yourself Games,9.5,,,,,,2019-06-13,2019-06-12 -/games/boxart/full_2590625AmericaFrontccc.jpg,Crypt of the NecroDancer,XOne,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2017-02-10,2018-08-06 -/games/boxart/full_7522182AmericaFrontccc.jpg,Crypt of the NecroDancer,PS4,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2016-02-02,2018-08-06 -/games/boxart/full_9082291AmericaFrontccc.jpg,Crypt of the NecroDancer,PSV,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2016-02-02,2018-08-06 -/games/boxart/full_1478993AmericaFrontccc.png,Crypt of the NecroDancer: Nintendo Switch Edition,NS,Music,Brace Yourself Games,Brace Yourself Games,,,,,,,2018-02-01,2018-11-23 -/games/boxart/full_2380257AmericaFrontccc.jpg,Cytus Alpha,NS,Music,PM Studios,Rayark Inc.,,,,,,,2019-04-23,2019-03-22 -/games/boxart/full_8231223AmericaFrontccc.jpeg,Dance Central Spotlight,XOne,Music,Microsoft Studios,Harmonix Music Systems,,,,,,,2014-09-02,2018-11-16 -/games/boxart/full_7432201AmericaFrontccc.png,Dark Witch Music Episode: Rudymical,NS,Music,Flyhigh Works,Flyhigh Works,,,,,,,2017-05-11,2018-03-11 -/games/boxart/full_5374136AmericaFrontccc.png,EAT BEAT DEADSPIKE-san,NS,Music,Arc System Works,Arc System Works,,,,,,,2018-03-22,2018-03-23 -/games/boxart/full_4016302AmericaFrontccc.jpg,Fortnite Festival,XOne,Music,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_4983999AmericaFrontccc.jpg,Fortnite Festival,XS,Music,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_1217995AmericaFrontccc.jpg,Fortnite Festival,NS,Music,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_6278263AmericaFrontccc.jpg,Fortnite Festival,PC,Music,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_3006412AmericaFrontccc.jpg,Fortnite Festival,PS4,Music,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_7389052AmericaFrontccc.jpg,Fortnite Festival,PS5,Music,Unknown,Epic Games,,,,,,,,2023-12-12 -/games/boxart/full_6177744AmericaFrontccc.png,Frederic: The Resurrection of Music,NS,Music,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2017-12-21,2018-02-04 -/games/boxart/full_7879802AmericaFrontccc.png,Fuser,NS,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 -/games/boxart/full_8228946AmericaFrontccc.png,Fuser,PC,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 -/games/boxart/full_3834820AmericaFrontccc.png,Fuser,PS4,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 -/games/boxart/full_2710664AmericaFrontccc.png,Fuser,XOne,Music,NCSoft,Harmonix Music Systems,,,,,,,2020-11-10,2020-06-02 -/games/boxart/full_6400647AmericaFrontccc.jpg,God of Rock,XOne,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 -/games/boxart/full_9586207AmericaFrontccc.jpg,God of Rock,XS,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 -/games/boxart/full_2830547AmericaFrontccc.jpg,God of Rock,NS,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 -/games/boxart/full_3127210AmericaFrontccc.jpg,God of Rock,PC,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 -/games/boxart/full_7879109AmericaFrontccc.jpg,God of Rock,PS4,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 -/games/boxart/full_8770344AmericaFrontccc.jpg,God of Rock,PS5,Music,Unknown,Modus Studios,,,,,,,,2023-05-18 -/games/boxart/full_3739383AmericaFrontccc.jpg,Gunvolt Records Cychronicle,XS,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 -/games/boxart/full_5602307AmericaFrontccc.jpg,Gunvolt Records Cychronicle,NS,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 -/games/boxart/full_7853679AmericaFrontccc.jpg,Gunvolt Records Cychronicle,PC,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 -/games/boxart/full_2813885AmericaFrontccc.jpg,Gunvolt Records Cychronicle,PS4,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 -/games/boxart/full_4430874AmericaFrontccc.jpg,Gunvolt Records Cychronicle,PS5,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 -/games/boxart/full_3785604AmericaFrontccc.jpg,Gunvolt Records Cychronicle,XOne,Music,Unknown,Inti Creates,,,,,,,,2024-01-15 -/games/boxart/full_7045437AmericaFrontccc.png,Hiragana Pixel Party,NS,Music,Springloaded,Springloaded,,,,,,,2017-12-16,2018-03-12 -/games/boxart/full_1697974AmericaFrontccc.jpg,Just Dance 2020,NS,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 -/games/boxart/full_399042AmericaFrontccc.jpg,Just Dance 2020,PS4,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 -/games/boxart/full_8923636AmericaFrontccc.jpg,Just Dance 2020,XOne,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 -/games/boxart/full_2102202AmericaFrontccc.jpg,Just Dance 2020,Wii,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2022-08-25 -/games/boxart/full_3728704AmericaFrontccc.jpg,Just Dance 2020,PC,Music,Ubisoft,Ubisoft,,,,,,,2019-11-05,2019-07-25 -/games/boxart/full_129797AmericaFrontccc.jpg,Just Dance 2021,XOne,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 -/games/boxart/full_7171897AmericaFrontccc.jpg,Just Dance 2021,NS,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 -/games/boxart/full_3664092AmericaFrontccc.jpg,Just Dance 2021,PS4,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 -/games/boxart/full_9910163AmericaFrontccc.jpg,Just Dance 2021,PS5,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 -/games/boxart/full_590580AmericaFrontccc.jpg,Just Dance 2021,XS,Music,Ubisoft,Ubisoft Paris,,,,,,,2020-11-12,2020-08-27 -/games/boxart/full_1401118AmericaFrontccc.jpg,Just Dance 2022,All,Music,Ubisoft,Ubisoft,,,,,,,2021-11-04,2021-09-21 -/games/boxart/full_2587987AmericaFrontccc.png,Just Shapes & Beats,NS,Music,Berzerk Studio,Berzerk Studio,,,,,,,2018-07-01,2018-03-23 -/games/boxart/full_1738416JapanFrontccc.jpg,Karaoke JOYSOUND for Switch,NS,Music,Xing Entertainment,Xing Inc.,,,,,,,2017-12-06,2018-08-30 -/games/boxart/full_8423912AmericaFrontccc.jpg,Kingdom Hearts: Melody of Memory,NS,Music,Square Enix,Square Enix,,,,,,,2020-11-13,2020-09-18 -/games/boxart/full_3000931AmericaFrontccc.jpg,Kingdom Hearts: Melody of Memory,PS4,Music,Square Enix,Square Enix,,,,,,,2020-11-13,2020-09-18 -/games/boxart/full_7285386AmericaFrontccc.jpg,Kingdom Hearts: Melody of Memory,XOne,Music,Square Enix,Square Enix,,,,,,,2020-11-13,2020-09-18 -/games/boxart/full_8541127PALFrontccc.jpg,Let's Sing 2016,XOne,Music,Ravenscourt,Voxler,,,,,,,2015-10-23,2018-04-07 -/games/boxart/full_3045165PALFrontccc.jpg,Let's Sing 2018,Wii,Music,Koch Media,Voxler,,,,,,,2017-11-24,2018-02-02 -/games/boxart/full_4612597PALFrontccc.jpg,Let's Sing 2018,PS4,Music,Koch Media,Voxler,,,,,,,2017-11-24,2018-02-02 -/games/boxart/full_639483AmericaFrontccc.jpg,Love Live! School Idol Festival ~After School Activity~ Wai-Wai! Home Meeting!!,PS4,Music,Unknown,BushiRoad,,,,,,,,2021-02-10 -/games/boxart/full_1383366AmericaFrontccc.png,Lyrica,NS,Music,RNOVA Studio,Cosen,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_4715761AmericaFrontccc.png,Lyrica,iOS,Music,RNOVA Studio,Cosen,,,,,,,2017-11-15,2019-03-23 -/games/boxart/full_8010450AmericaFrontccc.png,Lyrica,And,Music,RNOVA Studio,Cosen,,,,,,,2017-11-15,2019-03-23 -/games/boxart/default.jpg,Melody Blaster,Int,Music,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_8100988AmericaFrontccc.jpg,No Straight Roads,PS4,Music,Unknown,Metronomik,,,,,,,,2020-09-23 -/games/boxart/full_528973AmericaFrontccc.jpg,No Straight Roads,XOne,Music,Unknown,Metronomik,,,,,,,,2020-09-23 -/games/boxart/full_7103032AmericaFrontccc.jpg,No Straight Roads,NS,Music,Unknown,Metronomik,,,,,,,,2020-09-23 -/games/boxart/full_6003065AmericaFrontccc.jpg,No Straight Roads,PC,Music,Unknown,Metronomik,,,,,,,,2020-09-23 -/games/boxart/full_6207191AmericaFrontccc.jpg,Ode,PC,Music,Unknown,Reflections Interactive,,,,,,,,2020-02-01 -/games/boxart/full_4409101AmericaFrontccc.jpg,Patapon 2 Remastered,PS4,Music,Sony Interactive Entertainment,Pyramid/JAPAN Studio,,,,,,,2020-01-30,2020-04-11 -/games/boxart/full_3884237AmericaFrontccc.jpg,Ragnarock,PC,Music,Unknown,WanadevStudio,,,,,,,,2022-02-09 -/games/boxart/full_5752220AmericaFrontccc.jpg,Rock Band Blitz,PS3,Music,Unknown,Harmonix Music Systems,8,,,,,,,2022-08-13 -/games/boxart/full_1488306AmericaFrontccc.jpg,Rock Band Blitz,X360,Music,Unknown,Harmonix Music Systems,7.5,,,,,,,2022-08-13 -/games/boxart/full_9000274AmericaFrontccc.jpg,Rocksmith+,XS,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 -/games/boxart/full_2599924AmericaFrontccc.jpg,Rocksmith+,PC,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 -/games/boxart/full_1604701AmericaFrontccc.jpg,Rocksmith+,PS4,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 -/games/boxart/full_2336792AmericaFrontccc.jpg,Rocksmith+,PS5,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 -/games/boxart/full_8580119AmericaFrontccc.jpg,Rocksmith+,XOne,Music,Unknown,Ubisoft,,,,,,,,2021-06-13 -/games/boxart/full_8635009AmericaFrontccc.jpg,Sayonara Wild Hearts,NS,Music,Annapurna Interactive,Simogo,,,,,,,2019-09-19,2018-12-06 -/games/boxart/default.jpg,Senran Kagura Bon Appetit!,PC,Music,Unknown,Meteorise,,,,,,,,2019-03-29 -/games/boxart/full_7195946AmericaFrontccc.jpg,SingStar,PS4,Music,Sony Computer Entertainment,SCEE London Studio,,,,,,,2014-10-28,2018-09-24 -/games/boxart/full_8003177AmericaFrontccc.jpg,Space Channel 5 VR: Kinda Funky News Flash!,PC,Music,Sega,Grounding Inc.,,,,,,,2020-12-01,2019-12-06 -/games/boxart/full_4824253AmericaFrontccc.jpg,Space Channel 5 VR: Kinda Funky News Flash!,PS4,Music,Sega,Grounding Inc.,,,,,,,2020-12-01,2019-12-06 -/games/boxart/full_7285353AmericaFrontccc.png,Super Beat Sports,NS,Music,Harmonix Music Systems,Harmonix Music Systems,,,,,,,2017-11-02,2018-03-25 -/games/boxart/full_3046062AmericaFrontccc.jpg,The Idolmaster: Starlit Season,PS4,Music,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_4948756AmericaFrontccc.jpg,The Idolmaster: Starlit Season,PC,Music,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_3263908AmericaFrontccc.jpg,Theatrhythm Final Bar Line,NS,Music,Unknown,indieszero,,,,,,,,2022-12-31 -/games/boxart/full_7302436AmericaFrontccc.jpg,Theatrhythm Final Bar Line,PS4,Music,Unknown,indieszero,,,,,,,,2022-12-31 -/games/boxart/full_4349865AmericaFrontccc.png,Thumper,NS,Music,Drool,Drool,9,,,,,,2017-05-18,2018-02-20 -/games/boxart/full_9113407AmericaFrontccc.jpg,Track Lab,PS4,Music,Sony Interactive Entertainment,Little Chicken Game Company,,,,,,,2018-08-21,2018-09-21 -/games/boxart/full_3515224AmericaFrontccc.jpg,Mario Party,Series,Party,Nintendo,Hudson Soft,,,,,,,1999-02-01,2020-02-18 -/games/boxart/full_857142AmericaFrontccc.png,Wii Play,Series,Party,Nintendo,Nintendo,,,,,,,2007-02-12,2020-02-20 -/games/boxart/full_kinect-adventures_386AmericaFront.jpg,Kinect Adventures!,X360,Party,Microsoft Game Studios,Good Science Studio,6.7,,,,,,2010-11-04,2018-09-29 -/games/boxart/full_4963230AmericaFrontccc.jpg,Super Mario Party,NS,Party,Nintendo,"Nd Cube Co., Ltd.",7.3,,,,,,2018-10-05,2018-11-19 -/games/boxart/full_9307768AmericaFrontccc.png,Mario Party Superstars,NS,Party,Nintendo,Nintendo,,,,,,,2021-10-29,2021-06-15 -/games/boxart/full_8637938AmericaFrontccc.jpg,Wii Party,Series,Party,Nintendo,NDcube,,,,,,,2010-10-03,2020-02-19 -/games/boxart/full_8313517AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,PC,Party,Devolver Digital,Mediatonic,,,,,,,2020-08-04,2020-07-14 -/games/boxart/full_34461AmericaFrontccc.png,Buzz!,Series,Party,Sony Interactive Entertainment,Relentless Software,,,,,,,2005-10-21,2020-02-17 -/games/boxart/full_6620852AmericaFrontccc.jpg,Carnival Games,Series,Party,Global Star Software,Cat Daddy Games,,,,,,,2007-08-27,2020-02-15 -/games/boxart/full_6306042AmericaFrontccc.jpg,WarioWare,Series,Party,Nintendo,Nintendo,,,,,,,2003-05-26,2020-02-22 -/games/boxart/full_7335455AmericaFrontccc.jpg,Clubhouse Games,Series,Party,Nintendo,"Agenda, C.A. Production, NDcube",,,,,,,2006-10-09,2020-06-08 -/games/boxart/full_6678222AmericaFrontccc.jpg,Carnival Games,All,Party,Global Star Software,Cat Daddy Games,,,,,,,2007-08-27,2020-12-30 -/games/boxart/full_6951595AmericaFrontccc.jpg,Nintendo Land,WiiU,Party,Nintendo,Nintendo,7.5,,,,,,2012-11-18,2020-08-25 -/games/boxart/full_859707AmericaFrontccc.jpg,Clubhouse Games: 51 Worldwide Classics,NS,Party,Nintendo,Nintendo,,,,,,,2020-06-05,2020-04-07 -/games/boxart/full_5612421AmericaFrontccc.jpg,You Don't Know Jack,Series,Party,Berkeley Systems,Berkeley Systems,,,,,,,1995-01-01,2021-04-10 -/games/boxart/full_5223328JapanFrontccc.jpg,"Momotaro Dentetsu: Showa, Heisei, Reiwa Mo Teiban!",NS,Party,Konami,Konami,,,,,,,2020-11-19,2020-11-24 -/games/boxart/full_3991269AmericaFrontccc.jpg,1-2-Switch,NS,Party,Nintendo,Nintendo EPD,5.7,,,,,,2017-03-03,2018-11-19 -/games/boxart/full_mario-party-9_118AmericaFront.jpg,Mario Party 9,Wii,Party,Nintendo,"Nd Cube Co., Ltd.",6.5,,,,,,2012-03-11,2018-11-19 -/games/boxart/full_6638330AmericaFrontccc.png,Game Party,Series,Party,Midway Games,FarSight Studios,,,,,,,2007-11-27,2021-08-17 -/games/boxart/full_7715117AmericaFrontccc.jpg,Mario Party: Island Tour,3DS,Party,Nintendo,"Nd Cube Co., Ltd.",5.5,,,,,,2013-11-22,2020-08-04 -/games/boxart/full_352331AmericaFrontccc.jpg,Wii Party U,WiiU,Party,Nintendo,"Nd Cube Co., Ltd.",6.6,,,,,,2013-10-25,2018-11-19 -/games/boxart/full_8709109AmericaFrontccc.jpg,Rayman Raving Rabbids: TV Party,All,Party,Ubisoft,Ubisoft Paris,,,,,,,2008-11-18,2020-11-26 -/games/boxart/full_7896936PALFrontccc.jpg,WarioWare: Get It Together!,NS,Party,Nintendo,Nintendo,,,,,,,2021-09-10,2021-06-16 -/games/boxart/full_6198138AmericaFrontccc.jpg,Move or Die,PC,Party,Unknown,Those Awesome Guys,,,,,,,,2019-02-05 -/games/boxart/full_3135013AmericaFrontccc.jpg,The Jackbox Party Pack 3,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2016-10-18,2019-04-21 -/games/boxart/full_3360947AmericaFrontccc.jpg,The Jackbox Party Pack,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2014-11-26,2019-04-21 -/games/boxart/full_4038087AmericaFrontccc.jpg,The Jackbox Party Pack 2,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2015-10-13,2019-04-21 -/games/boxart/full_9059459AmericaFrontccc.jpg,You Don't Know Jack (1995),All,Party,Berkeley Systems,Jellyvision,,,,,,,1995-01-01,2021-04-10 -/games/boxart/full_1225499AmericaFrontccc.jpg,Adorables,PC,Party,Unknown,White Rabbit Games,,,,,,,,2019-03-04 -/games/boxart/full_2446508AmericaFrontccc.jpg,The Jackbox Party Pack 4,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2017-10-19,2019-04-21 -/games/boxart/full_9299307PALFrontccc.png,Ape Escape Academy,PSN,Party,Sony Computer Entertainment,Shift,5.3,,,,,,2009-04-09,2018-09-18 -/games/boxart/full_4184551PALFrontccc.jpg,EyeToy: Monkey Mania,PS2,Party,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2005-03-18,2018-09-16 -/games/boxart/default.jpg,A Gummy's Life,PC,Party,Unknown,EP Games,,,,,,,,2018-09-22 -/games/boxart/full_6056328AmericaFrontccc.png,A Gummy's Life,NS,Party,Unknown,EP Games,,,,,,,,2018-09-22 -/games/boxart/full_6716278AmericaFrontccc.jpg,Among Us,XS,Party,Unknown,Innersloth,,,,,,,,2022-01-13 -/games/boxart/full_1611406AmericaFrontccc.jpg,Among Us,XOne,Party,Unknown,Innersloth,,,,,,,,2022-01-13 -/games/boxart/full_3966697AmericaFrontccc.jpg,Among Us,PS5,Party,Unknown,Innersloth,,,,,,,,2022-01-13 -/games/boxart/full_7597019AmericaFrontccc.jpg,Among Us,PS4,Party,Unknown,Innersloth,,,,,,,,2022-01-13 -/games/boxart/full_5687606AmericaFrontccc.jpg,Among Us,NS,Party,Unknown,Innersloth,,,,,,,,2021-11-08 -/games/boxart/full_6379548AmericaFrontccc.jpg,Among Us,PC,Party,Unknown,Innersloth,,,,,,,,2022-01-13 -/games/boxart/full_6483487AmericaFrontccc.jpg,Among Us VR,PC,Party,Unknown,Schell Games,,,,,,,,2022-11-20 -/games/boxart/full_783150AmericaFrontccc.jpg,Among Us VR,PS4,Party,Unknown,Schell Games,,,,,,,,2022-11-20 -/games/boxart/full_8327673AmericaFrontccc.jpg,Animal Force,PS4,Party,Oasis Games Ltd.,ISVR,,,,,,,2018-07-10,2018-09-19 -/games/boxart/full_5717186PALFrontccc.jpg,Ape Escape Academy 2,PSN,Party,Sony Computer Entertainment,Shift,,,,,,,2009-09-24,2018-09-19 -/games/boxart/full_7285530PALFrontccc.jpg,Ape Escape Academy 2,PSP,Party,Sony Computer Entertainment,Shift,,,,,,,2005-12-15,2018-09-18 -/games/boxart/full_2576193AmericaFrontccc.png,Astro Bears Party,NS,Party,QubicGames,QubicGames,,,,,,,2017-09-28,2018-02-04 -/games/boxart/full_7763887AmericaFrontccc.png,BINGO for Nintendo Switch,NS,Party,Starsign,Starsign,,,,,,,2018-03-15,2018-11-02 -/games/boxart/full_5874228AmericaFrontccc.jpg,Bonkies,PC,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 -/games/boxart/full_8110628AmericaFrontccc.jpg,Bonkies,PS4,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 -/games/boxart/full_4075425AmericaFrontccc.jpg,Bonkies,XOne,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 -/games/boxart/full_4936083AmericaFrontccc.jpg,Bonkies,NS,Party,Unknown,Studio Gauntlet,,,,,,,,2021-08-01 -/games/boxart/full_8655777AmericaFrontccc.jpg,Boomerang Fu,PC,Party,Cranky Watermelon,Cranky Watermelon,,,,,,,2020-08-13,2021-11-08 -/games/boxart/full_7790033AmericaFrontccc.jpg,Boomerang Fu,XOne,Party,Cranky Watermelon,Cranky Watermelon,,,,,,,2020-08-13,2021-11-08 -/games/boxart/full_3255098AmericaFrontccc.jpg,Boomerang Fu,NS,Party,Cranky Watermelon,Cranky Watermelon,,,,,,,2020-08-13,2021-11-08 -/games/boxart/full_3812171AmericaFrontccc.jpg,Cake Bash,XOne,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 -/games/boxart/full_5471245AmericaFrontccc.jpg,Cake Bash,PS4,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 -/games/boxart/full_9808700AmericaFrontccc.jpg,Cake Bash,NS,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 -/games/boxart/full_4635960AmericaFrontccc.jpg,Cake Bash,PC,Party,Unknown,High Tea Frog,,,,,,,,2020-11-23 -/games/boxart/full_7295828AmericaFrontccc.jpg,Chimparty,PS4,Party,Sony Interactive Entertainment,NapNok Games,,,,,,,2018-11-13,2018-09-21 -/games/boxart/full_1903942AmericaFrontccc.png,Conga Master Party!,NS,Party,Undercoders,Rising Star Games,,,,,,,2017-09-28,2018-03-11 -/games/boxart/full_1528229AmericaFrontccc.png,Death Squared,NS,Party,SMG Studio,SMG Studio,,,,,,,2017-07-13,2018-03-11 -/games/boxart/full_4713500AmericaFrontccc.jpg,Disney Tsum Tsum Festival,NS,Party,Bandai Namco Entertainment,Bandai Namco,,,,,,,2019-11-08,2019-02-14 -/games/boxart/full_3903085JapanFrontccc.jpg,Every Party,X360,Party,Microsoft Game Studios,Game Republic,,,,,,,2005-12-10,2018-04-27 -/games/boxart/full_2076028AmericaFrontccc.jpg,Everybody 1-2-Switch!,NS,Party,Unknown,Nintendo,,,,,,,,2023-06-21 -/games/boxart/full_9640484AmericaFrontccc.jpg,Eville,PC,Party,Unknown,VestGames,,,,,,,,2022-11-11 -/games/boxart/full_9419030AmericaFrontccc.jpg,Eville,XOne,Party,Unknown,VestGames,,,,,,,,2022-11-11 -/games/boxart/full_1857815AmericaFrontccc.jpg,Eville,XS,Party,Unknown,VestGames,,,,,,,,2022-11-11 -/games/boxart/full_6849217AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,PS4,Party,Devolver Digital,Mediatonic,,,,,,,2020-08-04,2020-07-14 -/games/boxart/full_1170918AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,NS,Party,Unknown,Mediatonic Ltd.,,,,,,,,2021-02-17 -/games/boxart/full_9633894AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,All,Party,Devolver Digital,Mediatonic,,,,,,,2020-08-04,2021-02-18 -/games/boxart/full_6955004AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,XS,Party,Unknown,Mediatonic,,,,,,,,2021-02-18 -/games/boxart/full_5324946AmericaFrontccc.jpg,Fall Guys: Ultimate Knockout,XOne,Party,Unknown,Mediatonic,,,,,,,,2021-02-18 -/games/boxart/full_7807929AmericaFrontccc.jpg,Frantics,PS4,Party,Sony Interactive Entertainment,NapNok Games,,,,,,,2018-03-06,2018-09-24 -/games/boxart/full_2713050AmericaFrontccc.png,Guilt Battle Arena,NS,Party,ForwardXP,Invincible Cat,,,,,,,2018-03-01,2018-03-23 -/games/boxart/full_3793496AmericaFrontccc.png,INVERSUS Deluxe,NS,Party,Hypersect,Hypersect,,,,,,,2017-09-28,2018-03-12 -/games/boxart/full_8808949AmericaFrontccc.jpg,Jeopardy!,WiiU,Party,THQ,Pipeworks Software,,,,,,,2012-12-14,2020-09-15 -/games/boxart/full_4058023AmericaFrontccc.jpg,Kinect Party,X360,Party,Unknown,Double Fine Productions,,,,,,,,2022-08-14 -/games/boxart/full_606914AmericaFrontccc.jpg,Kirby's Dream Buffet,NS,Party,Unknown,HAL Laboratory,,,,,,,,2022-08-14 -/games/boxart/full_8551533PALFrontccc.jpg,Knowledge is Power: Decades,PS4,Party,Sony Interactive Entertainment,Wish Studio,,,,,,,2018-11-14,2018-09-24 -/games/boxart/full_3544571AmericaFrontccc.png,Lovers in a Dangerous Spacetime,NS,Party,Asteroid Base,Asteroid Base,,,,,,,2017-10-03,2018-03-23 -/games/boxart/full_9987715AmericaFrontccc.jpg,Lumberhill,PC,Party,Unknown,2BIGo,,,,,,,,2022-04-21 -/games/boxart/full_9387695AmericaFrontccc.jpg,Lumberhill,NS,Party,Unknown,2BIGo,,,,,,,,2022-04-21 -/games/boxart/default.jpg,Mario Party 2,WiiU,Party,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/full_5385900AmericaFrontccc.jpg,Marooners,XOne,Party,M2H,M2H,,,,,,,2018-02-06,2021-07-26 -/games/boxart/full_8112161AmericaFrontccc.jpg,Marooners,PS4,Party,M2H,M2H,,,,,,,2018-02-06,2021-07-26 -/games/boxart/full_6091474AmericaFrontccc.jpg,Marooners,NS,Party,Unknown,M2H,,,,,,,,2021-07-26 -/games/boxart/full_337651AmericaFrontccc.jpg,Marooners,PC,Party,M2H,M2H,,,,,,,2016-09-15,2021-07-26 -/games/boxart/full_2521756AmericaFrontccc.png,Moon Hunters,NS,Party,Kitfox Games,Kitfox Games,,,,,,,2017-10-26,2018-03-23 -/games/boxart/full_5926624PALFrontccc.jpg,No Heroes Here,NS,Party,Mad Mimic,Mad Mimic,,,,,,,2018-06-28,2022-04-18 -/games/boxart/default.jpg,Overcooked! All You Can Eat,PS4,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 -/games/boxart/default.jpg,Overcooked! All You Can Eat,PC,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 -/games/boxart/default.jpg,Overcooked! All You Can Eat,NS,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 -/games/boxart/full_4502481AmericaFrontccc.jpg,Overcooked! All You Can Eat,PS5,Party,Team17,Ghost Town Games,,,,,,,2020-12-01,2020-07-21 -/games/boxart/full_690502AmericaFrontccc.jpg,Overcooked! All You Can Eat,XS,Party,Team17,Ghost Town Games,,,,,,,2020-12-01,2020-07-21 -/games/boxart/default.jpg,Overcooked! All You Can Eat,XOne,Party,Unknown,Ghost Town Games,,,,,,,,2021-11-07 -/games/boxart/full_3835876AmericaFrontccc.jpg,Party Animals,PC,Party,Unknown,Recreate Games,,,,,,,,2023-10-17 -/games/boxart/full_1569956AmericaFrontccc.jpg,Party Animals,XOne,Party,Unknown,Recreate Games,,,,,,,,2023-10-17 -/games/boxart/full_3289956AmericaFrontccc.jpg,Party Animals,XS,Party,Unknown,Recreate Games,,,,,,,,2023-10-17 -/games/boxart/full_1256962AmericaFrontccc.jpg,Pooh's Party Game: In Search of the Treasure,PS,Party,Disney Interactive Studios,Doki Denki,,,,,,,2001-11-22,2018-04-04 -/games/boxart/full_9883545JapanFrontccc.jpg,Rabbids: Adventure Party,NS,Party,Ubisoft,Ubisoft,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_3485499PALFrontccc.png,Schlag den Star,PS4,Party,bitComposer Games,Lost The Game Studio,,,,,,,2017-11-30,2018-01-09 -/games/boxart/full_3468897PALFrontccc.png,Schlag den Star,NS,Party,bitComposer Games,Lost The Game Studio,,,,,,,2017-09-29,2018-01-09 -/games/boxart/default.jpg,Scribble,WiiU,Party,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_9241897AmericaFrontccc.jpg,Shrek: Treasure Hunt,PS,Party,TDK Mediactive,The Code Monkeys,,,,,,,2002-10-18,2018-03-30 -/games/boxart/full_6751858AmericaFrontccc.png,Slam Land,NS,Party,Unknown,Bread Machine Games,,,,,,,,2018-07-10 -/games/boxart/default.jpg,Slam Land,PS4,Party,Unknown,Bread Machine Games,,,,,,,,2018-07-10 -/games/boxart/default.jpg,Slam Land,PC,Party,Unknown,Bread Machine Games,,,,,,,,2018-07-10 -/games/boxart/full_6533229AmericaFrontccc.png,Super Rocket Shootout,NS,Party,Plug In Digital,Oddly Shaped Pixels,,,,,,,2018-03-06,2018-03-25 -/games/boxart/full_6949392AmericaFrontccc.png,The Jackbox Party Pack,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-08-17,2019-04-21 -/games/boxart/full_9863226AmericaFrontccc.png,The Jackbox Party Pack 2,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-08-17,2019-04-21 -/games/boxart/full_9000102AmericaFrontccc.png,The Jackbox Party Pack 3,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-04-13,2019-04-21 -/games/boxart/full_4755535AmericaFrontccc.png,The Jackbox Party Pack 4,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2017-10-19,2019-04-21 -/games/boxart/full_2608544AmericaFrontccc.jpg,The Jackbox Party Pack 5,PC,Party,Jackbox Games,Jackbox Games,,,,,,,2018-10-17,2019-04-21 -/games/boxart/full_3698013AmericaFrontccc.png,The Jackbox Party Pack 5,NS,Party,Jackbox Games,Jackbox Games,,,,,,,2018-10-17,2019-04-21 -/games/boxart/full_1353901AmericaFrontccc.jpg,The Jackbox Party Pack 8,All,Party,Unknown,Jackbox Games,,,,,,,,2021-12-23 -/games/boxart/full_3032373AmericaFrontccc.jpg,The Playroom,PS4,Party,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2013-11-15,2018-09-17 -/games/boxart/full_3913377AmericaFrontccc.jpg,The Playroom VR,PS4,Party,Sony Interactive Entertainment,SIE Japan Studio,,,,,,,2016-10-10,2018-09-17 -/games/boxart/full_3975811PALFrontccc.jpg,Tools Up!,NS,Party,All in! Games,All in! Games,,,,,,,2019-12-03,2022-04-17 -/games/boxart/full_7331778AmericaFrontccc.png,Use Your Words,NS,Party,"Smiling Buddha Games, LLC.","Smiling Buddha Games, LLC.",,,,,,,2017-08-03,2018-03-26 -/games/boxart/default.jpg,Use Your Words,WiiU,Party,Unknown,"Smiling Buddha Games, LLC.",,,,,,,,2020-08-25 -/games/boxart/full_6441633AmericaFrontccc.jpg,WarioWare: Move It!,NS,Party,Unknown,Nintendo,,,,,,,,2023-06-21 -/games/boxart/default.jpg,WinKings,WiiU,Party,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_4441628AmericaFrontccc.jpg,Super Mario,Series,Platform,Nintendo,Nintendo,,,,,,,1983-07-20,2020-02-20 -/games/boxart/full_6967040AmericaFrontccc.jpg,Sonic the Hedgehog,Series,Platform,Sega,Sonic Team,,,,,,,1991-06-23,2020-02-07 -/games/boxart/full_1999242AmericaFrontccc.jpg,Donkey Kong,Series,Platform,Nintendo,Nintendo,,,,,,,1981-07-31,2020-02-21 -/games/boxart/full_413263AmericaFrontccc.jpg,Kirby,Series,Platform,Nintendo,HAL Laboratory,,,,,,,1992-08-01,2020-02-22 -/games/boxart/full_2715474AmericaFrontccc.jpg,Crash Bandicoot,Series,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,1996-09-09,2020-03-02 -/games/boxart/full_9847529AmericaFrontccc.jpg,Terraria,All,Platform,Re-Logic,Re-Logic,,,,,,,2011-05-16,2020-10-10 -/games/boxart/full_6885786AmericaFrontccc.png,Mega Man,Series,Platform,Capcom,Capcom,,,,,,,1987-12-17,2020-02-03 -/games/boxart/8972270ccc.jpg,Super Mario Bros.,NES,Platform,Nintendo,Nintendo EAD,10,,,,,,1985-10-18, -/games/boxart/full_2916260AmericaFrontccc.jpg,New Super Mario Bros.,DS,Platform,Nintendo,Nintendo EAD,9.1,,,,,,2006-05-15, -/games/boxart/full_1410872AmericaFrontccc.jpg,New Super Mario Bros. Wii,Wii,Platform,Nintendo,Nintendo EAD,8.6,,,,,,2009-11-15, -/games/boxart/full_3757250AmericaFrontccc.jpg,Spyro,Series,Platform,Sony Interactive Entertainment,Insomniac Games,,,,,,,1998-09-10,2020-03-06 -/games/boxart/full_1925973AmericaFrontccc.jpg,Yoshi,Series,Platform,Nintendo,Nintendo,,,,,,,1992-06-01,2020-02-21 -/games/boxart/full_1659701AmericaFrontccc.jpg,Super Mario Odyssey,NS,Platform,Nintendo,Nintendo EPD,9.9,,,,,,2017-10-27,2018-11-19 -/games/boxart/full_5573500AmericaFrontccc.png,Rayman,Series,Platform,Ubisoft,Ubisoft,,,,,,,1995-09-19,2020-02-10 -/games/boxart/full_1508029AmericaFrontccc.jpg,Human: Fall Flat,All,Platform,Curve Digital,No Brakes Games,,,,,,,2016-07-22,2021-02-11 -/games/boxart/full_terraria_497AmericaFront.jpg,Terraria,PC,Platform,Re-Logic,Re-Logic,8.8,,,,,,2011-05-16,2018-03-19 -/games/boxart/full_1091265AmericaFrontccc.jpg,Super Mario World,SNES,Platform,Nintendo,Nintendo EAD,8.5,,,,,,1991-08-13,2018-08-10 -/games/boxart/3345559ccc.jpg,Super Mario Land,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,1989-08-01, -/games/boxart/4113056ccc.jpg,Super Mario Bros. 3,NES,Platform,Nintendo,Nintendo R&D2,,,,,,,1990-02-12,2018-08-09 -/games/boxart/full_4959961AmericaFrontccc.jpg,New Super Mario Bros. U Deluxe,NS,Platform,Nintendo,Nintendo EPD,,,,,,,2019-01-11,2020-08-02 -/games/boxart/full_1317024AmericaFrontccc.jpg,Gex,Series,Platform,BMG Interactive Entertainment,Crystal Dynamics,,,,,,,1995-04-01,2020-03-01 -/games/boxart/4697634ccc.jpg,Sonic the Hedgehog,GEN,Platform,Sega,Sonic Team,,,,,,,1991-06-23, -/games/boxart/full_9872028AmericaFrontccc.jpg,New Super Mario Bros. 2,3DS,Platform,Nintendo,Nintendo,7.5,,,,,,2012-08-19,2018-01-30 -/games/boxart/full_super-mario-3dland_167AmericaFront.jpg,Super Mario 3D Land,3DS,Platform,Nintendo,Nintendo EAD Tokyo,8.9,,,,,,2011-11-13,2018-04-06 -/games/boxart/full_5542974AmericaFrontccc.jpg,Super Mario Galaxy,Wii,Platform,Nintendo,Nintendo EAD Tokyo,9.7,,,,,,2007-11-12, -/games/boxart/full_437865AmericaFrontccc.jpg,Super Mario 3D World + Bowser's Fury,NS,Platform,Nintendo,Nintendo,,,,,,,2021-02-12,2020-09-03 -/games/boxart/full_1923698AmericaFrontccc.jpg,Wario,Series,Platform,Nintendo,Nintendo,,,,,,,1994-03-13,2020-02-22 -/games/boxart/full_8313328AmericaFrontccc.jpg,Little Nightmares,Series,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2017-04-28,2020-03-15 -/games/boxart/full_9007863AmericaFrontccc.jpg,Super Mario 64,N64,Platform,Nintendo,Nintendo EAD,9.7,,,,,,1996-09-29, -/games/boxart/full_7726715AmericaFrontccc.jpg,LittleBigPlanet,Series,Platform,Sony Computer Entertainment,Media Molecule,,,,,,,2008-10-27,2023-12-22 -/games/boxart/full_5947486AmericaFrontccc.jpg,Super Mario Land 2: 6 Golden Coins,GB,Platform,Nintendo,Nintendo R&D1,9,,,,,,1992-11-02, -/games/boxart/full_1719347AmericaFrontccc.jpg,Super Mario 64 DS,DS,Platform,Nintendo,Nintendo EAD,8.6,,,,,,2004-11-20, -/games/boxart/8836826ccc.jpg,Super Mario All-Stars,SNES,Platform,Nintendo,Nintendo EAD,,,,,,,1993-08-01, -/games/boxart/full_357995AmericaFrontccc.jpg,Crash Bandicoot N. Sane Trilogy,All,Platform,Activision,Vicarious Visions,,,,,,,2017-06-30,2020-10-30 -/games/boxart/full_7225226AmericaFrontccc.jpg,Pitfall,Series,Platform,Activision,Activision,,,,,,,1982-04-20,2020-02-16 -/games/boxart/full_2675039AmericaFrontccc.png,Spyro Reignited Trilogy,All,Platform,Activision,Toys for Bob,,,,,,,2018-11-13,2023-09-01 -/games/boxart/6431319ccc.jpg,Donkey Kong Country,SNES,Platform,Nintendo,Rare Ltd.,9,,,,,,1994-11-21, -/games/boxart/full_4511980AmericaFrontccc.png,Super Mario 3D All-Stars,NS,Platform,Nintendo,Nintendo,,,,,,,2020-09-18,2020-09-04 -/games/boxart/full_9518829AmericaFrontccc.jpg,Super Mario Maker 2,NS,Platform,Nintendo,Nintendo,,,,,,,2019-06-28,2019-04-24 -/games/boxart/full_4457140AmericaFrontccc.jpg,Cuphead,Series,Platform,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-03-11 -/games/boxart/2668604ccc.jpg,Super Mario Bros. 2,NES,Platform,Nintendo,Nintendo EAD,,,,,,,1988-10-01, -/games/boxart/full_903954AmericaFrontccc.jpg,Super Mario Galaxy 2,Wii,Platform,Nintendo,Nintendo EAD Tokyo,9.7,,,,,,2010-05-23, -/games/boxart/full_3051890AmericaFrontccc.jpg,Trine,Series,Platform,Nobilis,Frozenbyte,,,,,,,2009-07-03,2021-01-28 -/games/boxart/full_9428003AmericaFrontccc.png,Ratchet & Clank (2016),PS4,Platform,Sony Interactive Entertainment,Insomniac Games,,,,,,,2016-04-12,2018-04-25 -/games/boxart/full_5429176AmericaFrontccc.jpg,Kirby and the Forgotten Land,NS,Platform,Nintendo,HAL Laboratory,,,,,,,2022-03-25,2022-01-15 -/games/boxart/full_5316597AmericaFrontccc.png,Crash Bandicoot,PS,Platform,Sony Computer Entertainment,Naughty Dog,7.8,,,,,,1996-09-01, -/games/boxart/full_1047708AmericaFrontccc.jpg,Donkey Kong Country: Tropical Freeze,All,Platform,Nintendo,Retro Studios,,,,,,,2014-02-21,2021-07-21 -/games/boxart/full_donkey-kong-country-returns_6AmericaFront.jpg,Donkey Kong Country Returns,Wii,Platform,Nintendo,Retro Studios,8.6,,,,,,2010-11-21, -/games/boxart/full_7762029AmericaFrontccc.jpg,Cuphead,All,Platform,Studio MDHR,Studio MDHR,,,,,,,2017-09-29,2020-11-23 -/games/boxart/full_2593325AmericaFrontccc.jpg,Limbo,All,Platform,Playdead,Playdead,,,,,,,2010-07-21,2020-12-27 -/games/boxart/full_7789756AmericaFrontccc.jpg,Sonic the Hedgehog 2,GEN,Platform,Sega,Sonic Team,,,,,,,1992-11-20, -/games/boxart/full_7690529AmericaFrontccc.jpg,Super Mario Sunshine,GC,Platform,Nintendo,Nintendo EAD,9.2,,,,,,2002-08-25, -/games/boxart/full_5846657AmericaFrontccc.jpg,Super Mario 3D World,WiiU,Platform,Nintendo,Nintendo EAD Tokyo,9.5,,,,,,2013-11-22,2018-01-02 -/games/boxart/full_2519436AmericaFrontccc.jpg,New Super Mario Bros. U,WiiU,Platform,Nintendo,Nintendo EAD,8.4,,,,,,2012-11-18,2020-08-02 -/games/boxart/8735469ccc.jpg,Crash Bandicoot 3: Warped,PS,Platform,Sony Computer Entertainment,Naughty Dog,9.3,,,,,,1998-10-31,2018-09-24 -/games/boxart/full_4091452AmericaFrontccc.jpg,Trials,Series,Platform,RedLynx,RedLynx,,,,,,,2009-08-12,2020-04-26 -/games/boxart/5020276ccc.jpg,Super Mario World: Super Mario Advance 2,GBA,Platform,Nintendo,Nintendo EAD,9.4,,,,,,2002-02-09, -/games/boxart/1255012ccc.png,Super Mario Advance,GBA,Platform,Nintendo,Nintendo EAD,8.2,,,,,,2001-06-10, -/games/boxart/full_1011555AmericaFrontccc.jpg,LittleBigPlanet 3,PS4,Platform,Sony Computer Entertainment,Sumo Digital,,,,,,,2014-11-18,2018-04-03 -/games/boxart/3074364ccc.jpg,Super Mario Advance 4: Super Mario Bros. 3,GBA,Platform,Nintendo,Nintendo EAD,9.2,,,,,,2003-10-21, -/games/boxart/8478887ccc.jpg,Donkey Kong 64,N64,Platform,Nintendo,Rare Ltd.,9.3,,,,,,1999-11-22, -/games/boxart/7315975ccc.jpg,Super Mario Land 3: Wario Land,GB,Platform,Nintendo,Nintendo R&D1,7.9,,,,,,1994-02-09, -/games/boxart/3074502ccc.jpg,Donkey Kong Country 2: Diddy's Kong Quest,SNES,Platform,Nintendo,Rare Ltd.,9.3,,,,,,1995-11-20, -/games/boxart/2147013ccc.jpg,Kirby's Dream Land,GB,Platform,Nintendo,HAL Laboratory,,,,,,,1992-08-01, -/games/boxart/1232596ccc.jpg,Super Mario Bros. Deluxe,GB,Platform,Nintendo,Nintendo EAD,9.7,,,,,,1999-04-30, -/games/boxart/4840522ccc.jpg,Spyro the Dragon,PS,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,1998-09-10, -/games/boxart/full_2418105AmericaFrontccc.jpg,Donkey Kong Country: Tropical Freeze,NS,Platform,Nintendo,Retro Studios,9.1,,,,,,2018-05-04,2020-08-02 -/games/boxart/full_1964379AmericaFrontccc.jpg,Sonic Heroes,All,Platform,Sega,Sonic Team,,,,,,,2004-01-06,2020-11-14 -/games/boxart/full_7061626AmericaFrontccc.png,Ghosts 'n Goblins,Series,Platform,Capcom,Capcom,,,,,,,1985-09-19,2020-02-03 -/games/boxart/full_2499488AmericaFrontccc.jpg,LittleBigPlanet,PS3,Platform,Sony Computer Entertainment,Media Molecule,9.4,,,,,,2008-10-28, -/games/boxart/full_6412652AmericaFrontccc.jpg,Kirby Star Allies,NS,Platform,Nintendo,HAL Laboratory,8.1,,,,,,2018-03-16,2018-03-14 -/games/boxart/full_3574120AmericaFrontccc.jpg,Super Mario Bros. Wonder,NS,Platform,Nintendo,Nintendo,,,,,,,2023-10-20,2023-06-21 -/games/boxart/full_4113341AmericaFrontccc.jpg,Super Paper Mario,Wii,Platform,Nintendo,Intelligent Systems,8.5,,,,,,2007-04-09, -/games/boxart/269609ccc.jpg,Super Mario World 2: Yoshi's Island,SNES,Platform,Nintendo,Nintendo EAD,9,,,,,,1995-10-04, -/games/boxart/full_7543191AmericaFrontccc.jpg,Crash Bandicoot 2: Cortex Strikes Back,PS,Platform,Sony Computer Entertainment,Naughty Dog,8.6,,,,,,1997-10-31, -/games/boxart/full_3540643AmericaFrontccc.jpg,Super Mario Maker,WiiU,Platform,Nintendo,Nintendo EAD,8.8,,,,,,2015-09-11,2018-03-29 -/games/boxart/3899399ccc.gif,Disney's Aladdin,GEN,Platform,Sega,Virgin Interactive,,,,,,,1993-11-11, -/games/boxart/127822ccc.jpg,Pitfall!,2600,Platform,Activision,Activision,,,,,,,1982-04-20, -/games/boxart/full_4185325AmericaFrontccc.jpg,Ratatouille,All,Platform,THQ,Heavy Iron Studios,,,,,,,2007-06-26,2021-03-01 -/games/boxart/full_2695527AmericaFrontccc.png,Sonic Colors,All,Platform,Sega,Sonic Team/Dimps Corporation,,,,,,,2010-11-16,2020-11-14 -/games/boxart/full_827930AmericaFrontccc.jpg,Teenage Mutant Ninja Turtles,All,Platform,Ultra Games,Konami,,,,,,,1989-06-25,2022-04-23 -/games/boxart/full_631355AmericaFrontccc.jpg,The Simpsons Game,All,Platform,Electronic Arts,EA Redwood Shores,,,,,,,2007-10-30,2021-04-17 -/games/boxart/full_1159073AmericaFrontccc.jpg,Donkey Kong Land,GB,Platform,Nintendo,Rare Ltd.,,,,,,,1995-07-26, -/games/boxart/full_6084466AmericaFrontccc.jpg,Super Mario Maker,3DS,Platform,Nintendo,Nintendo,7.3,,,,,,2016-12-02,2018-03-29 -/games/boxart/6911521ccc.jpg,Ratchet & Clank,PS2,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2002-11-07, -/games/boxart/1238741ccc.jpg,Banjo-Kazooie,N64,Platform,Nintendo,Rare Ltd.,9.3,,,,,,1998-05-31, -/games/boxart/full_7805728AmericaFrontccc.jpg,BattleBlock Theater,PC,Platform,The Behemoth,The Behemoth,,,,,,,2014-05-15,2018-11-18 -/games/boxart/full_7949056AmericaFrontccc.jpg,Donkey Kong Country 3: Dixie Kong's Double Trouble!,SNES,Platform,Nintendo,Rare Ltd.,8.8,,,,,,1996-11-22, -/games/boxart/full_1724750AmericaFrontccc.jpg,Croc,Series,Platform,Fox Interactive,Argonaut Software,,,,,,,1997-09-29,2023-06-26 -/games/boxart/full_1284426AmericaFrontccc.jpg,Oddworld: Abe's Oddysee,All,Platform,GT Interactive,Oddworld Inhabitants,,,,,,,1997-09-18,2021-01-01 -/games/boxart/full_9210938AmericaFrontccc.jpg,Sonic Frontiers,All,Platform,Sega,Sonic Team,,,,,,,2022-11-08,2022-12-13 -/games/boxart/6000844ccc.jpg,Spyro 2: Ripto's Rage!,PS,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,1999-10-31, -/games/boxart/full_3486976AmericaFrontccc.jpg,Yoshi's Island DS,DS,Platform,Nintendo,Artoon,8.2,,,,,,2006-11-13, -/games/boxart/full_7109212AmericaFrontccc.jpg,Yoshi's Crafted World,NS,Platform,Nintendo,Good-Feel,7.8,,,,,,2019-03-29,2019-03-22 -/games/boxart/7195655ccc.jpg,Spyro: Year of the Dragon,PS,Platform,Sony Computer Entertainment,Insomniac Games,9.1,,,,,,2000-10-23, -/games/boxart/2584016ccc.jpg,Ratchet & Clank: Up Your Arsenal,PS2,Platform,Sony Computer Entertainment,Insomniac Games,9.1,,,,,,2004-11-03, -/games/boxart/6747618ccc.jpg,Sonic Heroes,PS2,Platform,Sega,Sonic Team,6.6,,,,,,2004-01-27, -/games/boxart/full_2864432AmericaFrontccc.png,Kid Icarus,Series,Platform,Nintendo,Nintendo,,,,,,,1987-07-01,2022-05-10 -/games/boxart/692813ccc.jpg,Donkey Kong,GB,Platform,Nintendo,Nintendo EAD,,,,,,,1994-06-01, -/games/boxart/full_2929337AmericaFrontccc.jpg,Metroid Dread,NS,Platform,Nintendo,Nintendo,,,,,,,2021-10-08,2021-06-15 -/games/boxart/1221019ccc.jpg,Croc: Legend of the Gobbos,PS,Platform,Fox Interactive,Argonaut Games,7.6,,,,,,1997-09-29, -/games/boxart/full_4699921AmericaFrontccc.png,Little Nightmares,All,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2017-04-28,2021-01-22 -/games/boxart/full_9421049AmericaFrontccc.png,Risk of Rain,All,Platform,Chucklefish,Hopoo Games,,,,,,,2013-11-08,2021-01-10 -/games/boxart/full_1399120AmericaFrontccc.jpg,Shantae,Series,Platform,Capcom,WayForward,,,,,,,2002-06-02,2021-06-26 -/games/boxart/full_2403085AmericaFrontccc.jpg,Sonic and the Secret Rings,Wii,Platform,Sega,Sonic Team,6.7,,,,,,2007-02-20, -/games/boxart/full_2730464AmericaFrontccc.jpg,Sonic Rush,DS,Platform,Sega,Dimps Corporation,7.8,,,,,,2005-11-15, -/games/boxart/full_1193334AmericaFrontccc.jpg,Kirby Super Star Ultra,DS,Platform,Nintendo,HAL Laboratory,7.3,,,,,,2008-09-22, -/games/boxart/full_4526978PALFrontccc.jpg,Super Meat Boy,PC,Platform,Unknown,Team Meat,9.2,,,,,,2010-11-30, -/games/boxart/6496030ccc.jpg,Ratchet & Clank: Going Commando,PS2,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,2003-11-11, -/games/boxart/full_7881891AmericaFrontccc.jpg,Donkey Kong Country Returns 3D,3DS,Platform,Nintendo,Monster Games,8.6,,,,,,2013-05-24,2018-09-28 -/games/boxart/full_9030369AmericaFrontccc.jpg,Yoshi's Story,N64,Platform,Nintendo,Nintendo EAD,,,,,,,1998-03-01, -/games/boxart/1372617ccc.jpg,Yoshi's Island: Super Mario Advance 3,GBA,Platform,Nintendo,Nintendo EAD,,,,,,,2002-09-24, -/games/boxart/full_4863801AmericaFrontccc.jpg,Trine 2,PC,Platform,Frozenbyte,Frozenbyte,,,,,,,2011-12-07, -/games/boxart/full_1879183AmericaFrontccc.jpg,Sonic the Hedgehog (2006),All,Platform,Sega,Sonic Team,,,,,,,2006-11-14,2020-11-14 -/games/boxart/full_2472443AmericaFrontccc.jpg,Kirby: Triple Deluxe,3DS,Platform,Nintendo,HAL Laboratory,7.8,,,,,,2014-05-02,2018-01-30 -/games/boxart/full_8880485AmericaFrontccc.jpg,Shovel Knight,All,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-06-26,2021-01-22 -/games/boxart/full_9520182AmericaFrontccc.jpg,Shovel Knight,Series,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-06-26,2020-02-28 -/games/boxart/full_2112179JapanFrontccc.jpg,Super Mario Bros. 2 (FDS),NES,Platform,Nintendo,Nintendo EAD,,,,,,,1986-06-03, -/games/boxart/full_5798649AmericaFrontccc.jpg,Bloodstained,Series,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2021-02-08 -/games/boxart/full_7788350AmericaFrontccc.jpg,Ratchet & Clank Future: Tools of Destruction,PS3,Platform,Sony Computer Entertainment,Insomniac Games,8.9,,,,,,2007-10-23, -/games/boxart/full_4661108AmericaFrontccc.jpg,Mirror's Edge,Series,Platform,Electronic Arts,EA DICE,,,,,,,2008-11-11,2021-01-26 -/games/boxart/full_5121479AmericaFrontccc.jpg,Mirror's Edge,All,Platform,Electronic Arts,EA DICE,,,,,,,2008-11-11,2021-01-26 -/games/boxart/full_1992253AmericaFrontccc.png,Sonic Adventure,All,Platform,Sega,Sonic Team,,,,,,,1999-09-09,2020-11-14 -/games/boxart/full_4322901AmericaFrontccc.jpg,Dustforce DX,PC,Platform,Hitbox Team,Hitbox Team,,,,,,,2012-01-17,2019-02-01 -/games/boxart/full_2202568AmericaFrontccc.jpg,Sonic Unleashed,All,Platform,Sega,Sonic Team,,,,,,,2008-11-18,2020-11-13 -/games/boxart/full_kirbys-dream-land-2_636AmericaFront.jpg,Kirby's Dream Land 2,GB,Platform,Nintendo,HAL Laboratory,,,,,,,1995-05-01, -/games/boxart/full_1526512AmericaFrontccc.jpg,Donkey Kong Land 2,GB,Platform,Nintendo,Rare Ltd.,,,,,,,1996-09-01, -/games/boxart/full_2230050AmericaFrontccc.jpg,Daxter,PSP,Platform,Sony Computer Entertainment,Ready at Dawn,8.6,,,,,,2006-03-14, -/games/boxart/1759563ccc.jpg,Mario Bros.,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, -/games/boxart/6257011ccc.jpg,Classic NES Series: Super Mario Bros.,GBA,Platform,Nintendo,Nintendo EAD,8.3,,,,,,2004-06-02, -/games/boxart/8940749ccc.gif,Kirby Squeak Squad,DS,Platform,Nintendo,"HAL Laboratory, Flagship",7.3,,,,,,2006-12-06, -/games/boxart/full_super-mario-all-stars-limited-edition_6AmericaFront.jpg,Super Mario All-Stars: Limited Edition,Wii,Platform,Nintendo,Nintendo EAD,7.2,,,,,,2010-12-12, -/games/boxart/full_1863734AmericaFrontccc.png,Flashback,All,Platform,U.S. Gold,Delphine Software International,,,,,,,1992-01-01,2021-03-31 -/games/boxart/full_9869088AmericaFrontccc.jpg,Wario Land 3,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,2000-05-01, -/games/boxart/2673699ccc.jpg,Wario Land 4,GBA,Platform,Nintendo,Nintendo R&D1,,,,,,,2001-11-18, -/games/boxart/full_5744926AmericaFrontccc.jpg,Donkey Kong Country,GBC,Platform,Nintendo,Rare Ltd.,9.1,,,,,,2000-11-04,2018-01-06 -/games/boxart/9013066ccc.jpg,Kirby: Nightmare in Dream Land,GBA,Platform,Nintendo,HAL Laboratory,8.1,,,,,,2002-12-02,2018-04-20 -/games/boxart/full_5999233AmericaFrontccc.jpg,Yoshi's New Island,3DS,Platform,Nintendo,Arzest,,,,,,,2014-03-14,2018-02-01 -/games/boxart/full_3796205AmericaFrontccc.jpg,Donkey Kong Country: Tropical Freeze,WiiU,Platform,Nintendo,Retro Studios,8.8,,,,,,2014-02-21,2018-01-22 -/games/boxart/full_9539758AmericaFrontccc.jpg,Bloodstained: Ritual of the Night,All,Platform,505 Games,ArtPlay,,,,,,,2019-06-18,2021-02-08 -/games/boxart/full_3892294AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,All,Platform,Studio MDHR,Studio MDHR,,,,,,,2022-06-30,2022-06-10 -/games/boxart/full_disney-epic-mickey_944AmericaFront.jpg,Disney Epic Mickey,Wii,Platform,Disney Interactive Studios,Junction Point Studios,7,,,,,,2010-11-30, -/games/boxart/full_4689705AmericaFrontccc.jpg,Prince of Persia,All,Platform,Broderbund,Broderbund,,,,,,,1989-10-03,2020-11-23 -/games/boxart/full_4234471AmericaFrontccc.jpg,Tak,Series,Platform,THQ,Avalanche Software,,,,,,,2003-10-15,2023-05-21 -/games/boxart/full_363062AmericaFrontccc.jpg,The SpongeBob SquarePants Movie,All,Platform,THQ,Heavy Iron Studios,,,,,,,2004-10-27,2023-05-24 -/games/boxart/full_kirby-returns-to-dreamland_666AmericaFront.jpg,Kirby's Return to Dreamland,Wii,Platform,Nintendo,HAL Laboratory,7.6,,,,,,2011-10-24, -/games/boxart/full_ratchet-ampamp-clank-all-4-one_186AmericaFront.jpg,Ratchet & Clank: All 4 One,PS3,Platform,Sony Computer Entertainment,Insomniac Games,7.5,,,,,,2011-10-18, -/games/boxart/full_kirbys-epic-yarn_10AmericaFront.jpg,Kirby's Epic Yarn,Wii,Platform,Nintendo,Good-Feel,8.7,,,,,,2010-10-17, -/games/boxart/full_4823489AmericaFrontccc.jpg,Sonic Generations,All,Platform,Sega,Sonic Team/Dimps Corporation,,,,,,,2011-11-01,2020-11-14 -/games/boxart/full_7136269AmericaFrontccc.jpg,Ratchet & Clank Future: A Crack in Time,PS3,Platform,Sony Computer Entertainment,Insomniac Games,8.7,,,,,,2009-10-27, -/games/boxart/5881405ccc.jpg,Donkey Kong Country,GBA,Platform,Nintendo,Rare Ltd.,7.5,,,,,,2003-06-09, -/games/boxart/full_8686401AmericaFrontccc.jpg,Mega Man 11,All,Platform,Capcom,Capcom,,,,,,,2018-10-02,2020-10-12 -/games/boxart/full_sonic-colors_1AmericaFront.jpg,Sonic Colors,Wii,Platform,Sega,Sonic Team,7.7,,,,,,2010-11-16, -/games/boxart/full_38481AmericaFrontccc.gif,Kirby 64: The Crystal Shards,N64,Platform,Nintendo,HAL Laboratory,7.9,,,,,,2000-06-26, -/games/boxart/full_5819763AmericaFrontccc.jpg,Ori and the Blind Forest: Definitive Edition,PC,Platform,Nordic Games,Moon Studios,,,,,,,2016-06-14,2018-08-12 -/games/boxart/full_1836729AmericaFrontccc.jpg,Kid Icarus,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1987-08-01, -/games/boxart/full_7341338AmericaFrontccc.jpg,Disney's Aladdin,SNES,Platform,Capcom,Capcom/Disney,,,,,,,1993-11-21, -/games/boxart/917473ccc.jpg,Kirby's Adventure,NES,Platform,Nintendo,HAL Laboratory,,,,,,,1993-05-01, -/games/boxart/full_8635826AmericaFrontccc.jpg,Human: Fall Flat,PC,Platform,Unknown,No Brakes Games,,,,,,,,2021-02-11 -/games/boxart/9742637ccc.jpg,Super Princess Peach,DS,Platform,Nintendo,TOSE Software,7.8,,,,,,2006-02-27, -/games/boxart/full_1111051AmericaFrontccc.jpg,Trials Fusion,All,Platform,Ubisoft,RedLynx,,,,,,,2014-04-15,2021-01-07 -/games/boxart/full_5807001AmericaFrontccc.jpg,Psychonauts,All,Platform,Majesco,Double Fine Productions,,,,,,,2004-04-19,2021-07-09 -/games/boxart/full_76508AmericaFrontccc.jpg,Disney's DuckTales,NES,Platform,Capcom,Capcom,,,,,,,1989-09-01, -/games/boxart/full_ghosts-n-goblins_0AmericaFront.jpg,Ghosts 'n Goblins,NES,Platform,Capcom,Micronics,,,,,,,1986-11-01, -/games/boxart/full_889865AmericaFrontccc.png,Sackboy: A Big Adventure,All,Platform,Sony Interactive Entertainment,Sumo Digital,,,,,,,2020-11-12,2023-12-22 -/games/boxart/full_5310710AmericaFrontccc.jpg,DuckTales: Remastered,All,Platform,Capcom,WayForward Technologies,,,,,,,2013-08-13,2020-10-12 -/games/boxart/full_8152384AmericaFrontccc.jpg,Jak II,PS2,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2003-10-14, -/games/boxart/3947124ccc.jpg,Sonic Adventure DX: Director's Cut,GC,Platform,Sega,Sonic Team,5.4,,,,,,2003-06-18, -/games/boxart/full_5718590AmericaFrontccc.jpg,Sonic Unleashed,Wii,Platform,Sega,Sonic Team/Dimps Corporation,6.7,,,,,,2008-11-18, -/games/boxart/full_3628085AmericaFrontccc.jpg,Yoshi's Woolly World,WiiU,Platform,Nintendo,Good-Feel,7.4,,,,,,2015-10-16,2020-08-03 -/games/boxart/full_7956644AmericaFrontccc.jpg,Donkey Kong Classics,NES,Platform,Nintendo,Nintendo,,,,,,,1988-10-01, -/games/boxart/full_9830217AmericaFrontccc.jpg,Sonic the Hedgehog (2006),X360,Platform,Sega,Sonic Team,4.8,,,,,,2006-11-14,2018-02-05 -/games/boxart/full_1336252AmericaFrontccc.jpg,Mega Man 2,NES,Platform,Capcom,Capcom,,,,,,,1989-07-01, -/games/boxart/full_ice-climber_104AmericaFront.jpg,Ice Climber,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1985-10-01, -/games/boxart/full_5847248AmericaFrontccc.jpg,Mega Man Legacy Collection,All,Platform,Capcom,Capcom,,,,,,,2015-08-25,2020-10-10 -/games/boxart/4691586ccc.jpg,Sonic CD,SCD,Platform,Sega,Sonic Team,,,,,,,1993-11-19, -/games/boxart/full_sonic-colors_4AmericaFront.jpg,Sonic Colors,DS,Platform,Sega,Sonic Team,8.2,,,,,,2010-11-16, -/games/boxart/full_5046467AmericaFrontccc.png,Banjo-Tooie,N64,Platform,Nintendo,Rare Ltd.,9.3,,,,,,2000-11-19, -/games/boxart/full_1419500AmericaFrontccc.jpg,Wario Land II,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,1998-03-02, -/games/boxart/full_8478256AmericaFrontccc.jpg,Kirby & the Amazing Mirror,GBA,Platform,Nintendo,Flagship,7.9,,,,,,2004-10-18, -/games/boxart/full_5904064AmericaFrontccc.jpg,Kirby's Return to Dream Land Deluxe,NS,Platform,Nintendo,HAL Laboratory,,,,,,,2023-02-24,2022-09-13 -/games/boxart/full_4285816AmericaFrontccc.jpg,Kirby Super Star,SNES,Platform,Nintendo,HAL Laboratory,,,,,,,1996-09-20,2018-04-20 -/games/boxart/full_disneys-ducktales_95AmericaFront.jpg,Disney's DuckTales,GB,Platform,Capcom,Capcom,,,,,,,1990-11-01, -/games/boxart/3018816ccc.jpg,Sonic Heroes,GC,Platform,Sega,Sonic Team,7.2,,,,,,2004-01-05, -/games/boxart/full_3426009AmericaFrontccc.jpg,Strider,All,Platform,Capcom,Double Helix Games,,,,,,,2014-02-18,2020-10-10 -/games/boxart/6752301ccc.jpg,Shadow The Hedgehog,PS2,Platform,Sega,Sonic Team,4.8,,,,,,2005-11-15, -/games/boxart/full_7892242PALFrontccc.png,Fez,PC,Platform,Trapdoor,Polytron Corporation,,,,,,,2013-05-01, -/games/boxart/full_kirby-mass-attack_779AmericaFront.jpg,Kirby: Mass Attack,DS,Platform,Nintendo,HAL Laboratory,8.4,,,,,,2011-09-19, -/games/boxart/8064706ccc.jpg,The Magical Quest starring Mickey Mouse (all region sales),SNES,Platform,Capcom,Capcom,,,,,,,1992-12-01, -/games/boxart/full_2410673AmericaFrontccc.jpg,Disney's Chip 'n Dale: Rescue Rangers,NES,Platform,Capcom,Capcom,,,,,,,1990-06-01, -/games/boxart/full_8908991AmericaFrontccc.jpg,Sonic and the Black Knight,Wii,Platform,Sega,Sonic Team,4.8,,,,,,2009-03-03, -/games/boxart/4592439ccc.jpg,Sonic Rush Adventure,DS,Platform,Sega,Dimps Corporation,,,,,,,2007-09-18, -/games/boxart/full_5097770AmericaFrontccc.jpg,Ratchet & Clank Future: Quest for Booty,PSN,Platform,Sony Computer Entertainment,Insomniac Games,7.7,,,,,,2008-08-21, -/games/boxart/full_7545693AmericaFrontccc.jpg,Ratchet & Clank Collection,All,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2012-08-28,2023-12-24 -/games/boxart/full_334521AmericaFrontccc.jpg,Mega Man X,SNES,Platform,Capcom,Capcom,,,,,,,1994-01-01, -/games/boxart/full_4942602AmericaFrontccc.jpg,Sonic the Hedgehog (2006),PS3,Platform,Sega,Sonic Team,,,,,,,2007-01-30,2018-02-05 -/games/boxart/8810309ccc.jpg,Donkey Kong,NES,Platform,Nintendo,Nintendo,,,,,,,1986-06-01, -/games/boxart/1776603ccc.jpg,Donkey Kong Jr.,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, -/games/boxart/full_2385860AmericaFrontccc.jpg,Mega Man X Legacy Collection,All,Platform,Capcom,Capcom,,,,,,,2018-07-24,2023-06-06 -/games/boxart/5653039ccc.jpg,Popeye,NES,Platform,Nintendo,Nintendo,,,,,,,1986-06-01, -/games/boxart/full_2485085AmericaFrontccc.jpg,Trine,All,Platform,Nobilis,Frozenbyte,,,,,,,2009-07-03,2021-01-28 -/games/boxart/full_1490899AmericaFrontccc.jpg,Super Ghouls 'n Ghosts,SNES,Platform,Capcom,Capcom,,,,,,,1991-11-01, -/games/boxart/2720101ccc.jpg,Mega Man 3,NES,Platform,Capcom,Capcom,,,,,,,1990-11-01, -/games/boxart/full_1084976AmericaFrontccc.jpg,SpeedRunners,PC,Platform,Unknown,DoubleDutch Games,,,,,,,,2021-02-18 -/games/boxart/full_4377822AmericaFrontccc.jpg,Wario Land: Shake It!,Wii,Platform,Nintendo,Good-Feel,7.3,,,,,,2008-09-22, -/games/boxart/5245696ccc.jpg,Donkey Kong Land III,GB,Platform,Nintendo,Rare Ltd.,,,,,,,1997-09-01, -/games/boxart/7196302ccc.jpg,Braid,PC,Platform,Number None,Number None Inc.,8.8,,,,,,2009-04-10, -/games/boxart/full_5521197AmericaFrontccc.png,A Hat in Time,All,Platform,Gears for Breakfast,Gears for Breakfast,,,,,,,2017-10-05,2021-02-12 -/games/boxart/full_4810698AmericaFrontccc.jpg,Celeste,All,Platform,Matt Makes Games Inc.,Matt Makes Games Inc.,,,,,,,2018-01-25,2021-02-09 -/games/boxart/full_9505931PALFrontccc.jpg,Cool Spot,All,Platform,Virgin Games,Virgin Games,,,,,,,1993-04-01,2021-05-25 -/games/boxart/full_5287591AmericaFrontccc.png,Earthworm Jim,All,Platform,Playmates,Shiny Entertainment,,,,,,,1994-10-01,2022-04-26 -/games/boxart/full_9436054AmericaFrontccc.png,Fez,All,Platform,Trapdoor,Polytron Corporation,,,,,,,2012-04-13,2021-02-17 -/games/boxart/full_2415430AmericaFrontccc.jpg,Gex,3DO,Platform,BMG Interactive Entertainment,Crystal Dynamics,,,,,,,1994-11-16, -/games/boxart/full_7926601AmericaFrontccc.png,Inside,All,Platform,Playdead,Playdead,,,,,,,2016-06-29,2020-12-27 -/games/boxart/full_7393034AmericaFrontccc.jpg,Knack,PS4,Platform,Sony Computer Entertainment,SCE Japan Studio,8.4,,,,,,2013-11-15,2018-09-17 -/games/boxart/full_3169977AmericaFrontccc.jpg,Little Nightmares 2,All,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2021-03-12 -/games/boxart/full_8051624AmericaFrontccc.jpg,Madagascar,All,Platform,Activision,Toys for Bob,,,,,,,2005-05-24,2022-10-06 -/games/boxart/full_9679466AmericaFrontccc.jpg,Mega Man II,GB,Platform,Capcom,Capcom,,,,,,,1992-01-29, -/games/boxart/full_5286779AmericaFrontccc.jpg,Mega Man: Dr. Wily's Revenge,GB,Platform,Capcom,Capcom,,,,,,,1991-12-01, -/games/boxart/full_6957254AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,All,Platform,Activision,Activision,,,,,,,1994-01-01,2020-12-19 -/games/boxart/full_4760750AmericaFrontccc.jpg,Rayman 2: The Great Escape,All,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1999-11-06,2021-08-31 -/games/boxart/full_8239890AmericaFrontccc.png,Rayman 3: Hoodlum Havoc,All,Platform,Ubisoft,Ubisoft,,,,,,,2003-03-04,2020-11-09 -/games/boxart/full_3508434AmericaFrontccc.jpg,Rayman Legends,All,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,2013-09-03,2020-11-09 -/games/boxart/8062198ccc.jpg,Sonic Adventure 2 Battle,GC,Platform,Sega,Sonic Team,6.8,,,,,,2002-02-11, -/games/boxart/full_217634AmericaFrontccc.jpg,Sonic Mania,All,Platform,Sega,PagodaWest Games,,,,,,,2017-08-15,2020-10-23 -/games/boxart/full_2394414AmericaFrontccc.png,Sonic the Hedgehog 4: Episode I,All,Platform,Sega,Dimps Corporation,,,,,,,2010-10-07,2020-11-14 -/games/boxart/full_1422916AmericaFrontccc.png,Tak and the Power of Juju,All,Platform,THQ,Avalanche Software,,,,,,,2003-10-15,2023-05-21 -/games/boxart/full_6047030AmericaFrontccc.jpg,Thomas Was Alone,All,Platform,Mike Bithell Games,Mike Bithell Games,,,,,,,2012-06-30,2021-02-20 -/games/boxart/full_6738586AmericaFrontccc.jpg,WALL-E,All,Platform,Unknown,Heavy Iron Studios,,,,,,,,2021-05-25 -/games/boxart/full_5349323AmericaFrontccc.jpg,Yooka-Laylee,Series,Platform,Team 17,Playtonic Games,,,,,,,2017-04-11,2020-03-15 -/games/boxart/full_388417AmericaFrontccc.jpg,Yooka-Laylee,All,Platform,Team17,Playtonic Games,,,,,,,2017-04-11,2021-01-24 -/games/boxart/full_4067616AmericaFrontccc.jpg,Dust: An Elysian Tail,PC,Platform,Microsoft Studios,Humble Hearts,,,,,,,2013-05-24,2018-08-07 -/games/boxart/full_9120261AmericaFrontccc.png,Spelunky,PC,Platform,"Mossmouth, LLC","Mossmouth, LLC",,,,,,,2008-12-21, -/games/boxart/full_rayman-origins_504AmericaFront.jpg,Rayman Origins,Wii,Platform,Ubisoft,Ubisoft,9.5,,,,,,2011-11-15, -/games/boxart/full_4871324AmericaFrontccc.jpg,Ratchet & Clank: Full Frontal Assault,All,Platform,Sony Interactive Entertainment,Insomniac Games,,,,,,,2012-11-27,2023-12-24 -/games/boxart/full_7039905AmericaFrontccc.jpg,Ultimate Chicken Horse,PC,Platform,Unknown,Clever Endeavour Games,,,,,,,,2019-02-07 -/games/boxart/5890045ccc.jpg,Rayman Advance,GBA,Platform,Ubisoft,Digital Eclipse,8.4,,,,,,2001-06-10, -/games/boxart/full_3328482AmericaFrontccc.png,VVVVVV,PC,Platform,Terry Cavanagh,Terry Cavanagh,7.8,,,,,,2010-01-11, -/games/boxart/full_4470321AmericaFrontccc.jpg,Prince of Persia 2: The Shadow and the Flame,All,Platform,Ubisoft,Broderbund,,,,,,,1993-01-01,2020-11-26 -/games/boxart/875351ccc.jpg,Wizards & Warriors,NES,Platform,Acclaim Entertainment,Rare Ltd.,,,,,,,1987-12-01, -/games/boxart/full_3486322AmericaFrontccc.jpg,Sonic Lost World,All,Platform,Sega,Sonic Team/Dimps Corporation,,,,,,,2013-10-29,2020-10-23 -/games/boxart/full_2136381AmericaFrontccc.jpg,de Blob,Wii,Platform,THQ,Blue Tongue,8.1,,,,,,2008-09-22, -/games/boxart/full_9741016AmericaFrontccc.jpg,Sonic 3D Blast,GEN,Platform,Sega,Traveller's Tales,,,,,,,1996-11-01, -/games/boxart/full_8916401AmericaFrontccc.jpeg,Inside,PC,Platform,Playdead,Playdead,,,,,,,2016-01-01, -/games/boxart/full_6264054AmericaFrontccc.jpg,Sonic Generations Collection,PC,Platform,Unknown,Devils Details,,,,,,,,2019-02-08 -/games/boxart/full_bittrip-runner_971AmericaFront.png,BIT.TRIP RUNNER,PC,Platform,Gaijin Entertainment,Gaijin Games Inc.,7,,,,,,2011-02-28, -/games/boxart/full_9447000AmericaFrontccc.png,Bloodstained: Curse of the Moon,All,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2021-02-08 -/games/boxart/full_4865560AmericaFrontccc.jpg,Montezuma's Revenge,All,Platform,Parker Brothers,Utopia Software,,,,,,,1984-01-01,2023-06-24 -/games/boxart/full_9888863AmericaFrontccc.jpg,Rambo,NES,Platform,Acclaim Entertainment,Pack-In-Video,,,,,,,1988-05-01, -/games/boxart/full_2056554AmericaFrontccc.jpg,Cave Story+,PC,Platform,Studio Pixel,Studio Pixel,,,,,,,2011-11-23, -/games/boxart/full_8691831AmericaFrontccc.jpg,Mega Man Legacy Collection,PS4,Platform,Capcom,Digital Eclipse Software,,,,,,,2016-02-23,2018-05-29 -/games/boxart/full_5905612AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,All,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 -/games/boxart/full_3053585AmericaFrontccc.jpg,Shovel Knight,PC,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-06-26,2018-11-21 -/games/boxart/full_3306730AmericaFrontccc.jpg,Shovel Knight,3DS,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-11-03,2018-11-21 -/games/boxart/8057015ccc.jpg,Batman,GB,Platform,Sunsoft,SunSoft,,,,,,,1990-06-01, -/games/boxart/full_3192861AmericaFrontccc.jpg,Castlevania: Circle of the Moon,GBA,Platform,Konami,KCEK,8.9,,,,,,2001-06-10, -/games/boxart/8983185ccc.jpg,Croc 2,PS,Platform,Fox Interactive,Argonaut Games,6.5,,,,,,1999-06-30, -/games/boxart/full_5823396AmericaFrontccc.jpg,Skylanders: Giants,All,Platform,Activision,Toys for Bob,,,,,,,2012-10-21,2021-03-18 -/games/boxart/full_3597116AmericaFrontccc.jpg,Vectorman,GEN,Platform,Sega,Blue Sky Software,,,,,,,1995-01-01, -/games/boxart/full_5646203AmericaFrontccc.jpg,Sonic Adventure 2,PC,Platform,Unknown,Sega,,,,,,,,2019-02-10 -/games/boxart/full_4437603AmericaFrontccc.jpg,The Emperor's New Groove,All,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2000-11-13,2021-07-05 -/games/boxart/full_8095467AmericaFrontccc.jpg,Bloody Trapland,PC,Platform,Unknown,2Play,,,,,,,,2019-02-10 -/games/boxart/full_3473087AmericaFrontccc.jpg,Shovel Knight,NS,Platform,Yacht Club Games,Yacht Club Games,9,,,,,,2019-04-09,2019-01-28 -/games/boxart/full_9292682AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,PC,Platform,Image & Form Games,Image & Form Games,,,,,,,2013-12-05,2018-03-19 -/games/boxart/full_7450947AmericaFrontccc.jpg,Princess.Loot.Pixel.Again,PC,Platform,Unknown,EfimovMax,,,,,,,,2019-02-11 -/games/boxart/full_5552532AmericaFrontccc.jpg,Tiny and Big: Grandpa's Leftovers,PC,Platform,Unknown,Black Pants Studio,,,,,,,,2019-02-11 -/games/boxart/full_5309630AmericaFrontccc.jpg,Grow Home,PC,Platform,Ubisoft,Ubisoft Reflections,,,,,,,2015-02-04, -/games/boxart/full_2627477AmericaFrontccc.jpg,Squishy the Suicidal Pig,PC,Platform,Unknown,Tomi Maarela,,,,,,,,2019-02-13 -/games/boxart/full_7560185AmericaFrontccc.jpg,And Yet It Moves,PC,Platform,Broken Rules,TU Wien,8,,,,,,2009-04-02, -/games/boxart/full_2979050AmericaFrontccc.jpg,Yellow: The Yellow Artifact,PC,Platform,Unknown,Unknown,,,,,,,,2019-02-14 -/games/boxart/full_4958575AmericaFrontccc.png,Bloodstained: Curse of the Moon,NS,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2018-06-05 -/games/boxart/full_6448170AmericaFrontccc.jpg,Disney's Aladdin in Nasira's Revenge,All,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2001-03-15,2021-07-05 -/games/boxart/full_772615AmericaFrontccc.png,Lode Runner,All,Platform,Broderbund,Douglas E. Smith,,,,,,,1983-06-23,2022-04-07 -/games/boxart/full_4766602AmericaFrontccc.png,Shovel Knight,WiiU,Platform,Yacht Club Games,Yacht Club Games,9,,,,,,2014-06-26,2018-11-21 -/games/boxart/full_4332717AmericaFrontccc.jpg,Strider (2014),PC,Platform,Capcom,Double Helix Games,,,,,,,2014-02-19,2019-01-03 -/games/boxart/1818421ccc.jpg,Sonic Adventure DX: Director's Cut,PC,Platform,Activision,Sonic Team,,,,,,,2004-01-01, -/games/boxart/full_5005338AmericaFrontccc.jpg,Downwell,PC,Platform,Unknown,Moppin,,,,,,,,2019-02-15 -/games/boxart/full_2817470AmericaFrontccc.jpg,Rocketbirds: Hardboiled Chicken,PC,Platform,Unknown,Ratloop Asia Pte Ltd,,,,,,,,2019-02-15 -/games/boxart/full_8763075AmericaFrontccc.jpg,Little Nightmares,PC,Platform,Namco Bandai Games,Tarsier Studios,8.6,,,,,,2017-04-28,2019-02-20 -/games/boxart/full_1546700AmericaFrontccc.png,Curious George,All,Platform,Namco,Monkey Bar Games,,,,,,,2006-02-01,2020-11-21 -/games/boxart/full_6016049AmericaFrontccc.jpg,Pid,PC,Platform,Unknown,Might and Delight,,,,,,,,2019-02-16 -/games/boxart/full_3267063AmericaFrontccc.jpg,Cat Goes Platform,PC,Platform,Unknown,VOiD Games,,,,,,,,2019-02-17 -/games/boxart/full_7618466AmericaFrontccc.jpg,Mega Man Legacy Collection,XOne,Platform,Capcom,Digital Eclipse Software,,,,,,,2015-08-25,2018-05-29 -/games/boxart/full_8736542AmericaFrontccc.jpg,DuckTales: Remastered,PC,Platform,Capcom,WayForward,,,,,,,2013-08-13,2019-02-17 -/games/boxart/full_6954047AmericaFrontccc.jpeg,Owlboy,PC,Platform,D-Pad Studio,D-Pad Studios,,,,,,,2016-11-01,2019-02-16 -/games/boxart/full_9125859AmericaFrontccc.jpg,Touhou Luna Nights,All,Platform,Playism,Team Ladybug,,,,,,,2018-08-20,2021-04-12 -/games/boxart/full_5016916AmericaFrontccc.png,Momodora: Reverie Under the Moonlight,PC,Platform,AGM Playism,Bombservice,,,,,,,2016-03-04,2018-01-05 -/games/boxart/full_capsized_932AmericaFront.jpg,Capsized,PC,Platform,Unknown,Alientrap Games Inc,7.9,,,,,,2011-04-29, -/games/boxart/full_120611AmericaFrontccc.jpg,Reset 1-1,PC,Platform,New Reality Games,Panda Indie Studio,,,,,,,2016-08-30,2019-02-11 -/games/boxart/646023ccc.jpg,Sonic CD,PC,Platform,Sega,Sonic Team,,,,,,,1995-08-31, -/games/boxart/full_4965058AmericaFrontccc.jpg,ZRoll,PC,Platform,Unknown,KxONE,,,,,,,,2019-02-20 -/games/boxart/full_8199300AmericaFrontccc.jpg,Dreaming Sarah,PC,Platform,Unknown,Asteristic Game Studio,,,,,,,,2019-02-20 -/games/boxart/full_329491AmericaFrontccc.jpg,EeOneGuy Adventure,PC,Platform,Unknown,Akakiy Petrushkin,,,,,,,,2019-02-22 -/games/boxart/full_2457425AmericaFrontccc.jpg,They Bleed Pixels,PC,Platform,Unknown,Spooky Squid Games Inc.,,,,,,,,2019-02-23 -/games/boxart/full_6924244AmericaFrontccc.jpg,TowerFall Ascension,PC,Platform,Matt Makes Games Inc.,Matt Thorson,9,,,,,,2014-03-11,2018-01-21 -/games/boxart/full_5786418AmericaFrontccc.jpg,Rochard,PC,Platform,Unknown,Recoil Games,,,,,,,,2019-02-23 -/games/boxart/full_9934847AmericaFrontccc.jpg,Refunct,PC,Platform,Unknown,Dominique Grieshofer,,,,,,,,2019-02-25 -/games/boxart/full_9236849AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,PC,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-02-25, -/games/boxart/full_4385445AmericaFrontccc.jpg,HardCube,PC,Platform,Unknown,LEVER Software,,,,,,,,2019-02-26 -/games/boxart/full_350557AmericaFrontccc.jpg,Fez,XBL,Platform,Polytron,Polytron,,,,,,,2012-04-13, -/games/boxart/full_7566768AmericaFrontccc.jpg,Spider: The Video Game,PS,Platform,BMG Interactive Entertainment,Boss Game Studios,,,,,,,1996-07-12, -/games/boxart/full_3108917AmericaFrontccc.jpg,Just Hero,PC,Platform,Unknown,Anatoliy Loginovskikh,,,,,,,,2019-02-27 -/games/boxart/full_6491833JapanFrontccc.jpg,La-Mulana,PC,Platform,GR3 Project,GR3 Project,,,,,,,2005-05-27, -/games/boxart/full_2342527AmericaFrontccc.jpg,Electronic Super Joy,PC,Platform,Unknown,Michael Todd Games,,,,,,,,2019-02-28 -/games/boxart/full_closure_13AmericaFront.jpg,Closure,PC,Platform,Glaiel Games,Glaiel Games,,,,,,,2009-01-01, -/games/boxart/full_6124836AmericaFrontccc.png,Shovel Knight,PS4,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-04-21,2018-11-21 -/games/boxart/full_5455630AmericaFrontccc.jpg,Hard Room,PC,Platform,Unknown,Evgeny Shcherbakov,,,,,,,,2019-03-01 -/games/boxart/full_6251952AmericaFrontccc.jpg,A Hat in Time,PC,Platform,Gears for Breakfast,Gears for Breakfast,,,,,,,2017-10-05,2018-08-01 -/games/boxart/full_9444754AmericaFrontccc.jpg,Hyposphere,PC,Platform,Unknown,Atum Software,,,,,,,,2019-03-06 -/games/boxart/full_4686864AmericaFrontccc.jpg,Gish,PC,Platform,GarageGames,Chronic Logic,8.2,,,,,,2004-09-17, -/games/boxart/full_5997419AmericaFrontccc.jpg,PuppyStory,PC,Platform,Unknown,Tatyana Murzina,,,,,,,,2019-03-09 -/games/boxart/full_760920AmericaFrontccc.jpg,Apotheon,PC,Platform,AlienTrap Games,AlienTrap Games,,,,,,,2013-07-01, -/games/boxart/full_3756418AmericaFrontccc.jpg,Moccasin,PC,Platform,Unknown,YarGri,,,,,,,,2019-03-10 -/games/boxart/full_8076130AmericaFrontccc.jpg,Sonic Mania,PC,Platform,Sega,PagodaWest Games,,,,,,,2017-08-15, -/games/boxart/full_7452152AmericaFrontccc.jpg,Prehistorik Man,All,Platform,Titus,Titus France SA,,,,,,,1996-01-25,2023-06-27 -/games/boxart/full_8104975AmericaFrontccc.jpg,Night Forest,PC,Platform,Unknown,Brimo Studio,,,,,,,,2019-03-19 -/games/boxart/full_2749136AmericaFrontccc.jpg,Yooka-Laylee,PC,Platform,Team17 Software,Playtonic Games,,,,,,,2018-01-01,2018-05-31 -/games/boxart/full_921791AmericaFrontccc.jpg,PixelJunk Eden,PC,Platform,Unknown,Q-Games,,,,,,,,2019-03-19 -/games/boxart/full_4515967AmericaFrontccc.jpg,Yeti Adventure,PC,Platform,Unknown,Unknown,,,,,,,,2019-03-20 -/games/boxart/full_3634245AmericaFrontccc.jpg,The Orb Chambers II,PC,Platform,Unknown,StarSystemStudios,,,,,,,,2019-03-21 -/games/boxart/full_9814999AmericaFrontccc.jpg,Running Sausage,PC,Platform,Unknown,Unknown,,,,,,,,2019-03-23 -/games/boxart/1250157ccc.jpg,Bug!,SAT,Platform,Sega,Realtime Associates,,,,,,,1995-05-15, -/games/boxart/full_8539411AmericaFrontccc.jpg,Outrunner,PC,Platform,Unknown,Outcorp,,,,,,,,2019-03-25 -/games/boxart/full_7551394AmericaFrontccc.jpg,SUPER DISTRO,PC,Platform,Unknown,KITATUS STUDIOS,,,,,,,,2019-03-27 -/games/boxart/full_4576312AmericaFrontccc.jpg,Urban Trial Freestyle,PC,Platform,Unknown,Tate Multimedia,,,,,,,,2019-03-29 -/games/boxart/full_1494719AmericaFrontccc.jpg,140,PC,Platform,Carlsen Games,Carlsen Games,,,,,,,2013-10-16,2019-04-22 -/games/boxart/full_2518996AmericaFrontccc.jpg,Shantae and the Pirate's Curse,PC,Platform,WayForward,WayForward,,,,,,,2015-04-23,2019-04-22 -/games/boxart/full_2864100AmericaFrontccc.jpeg,Teslagrad,PC,Platform,Rain Games,Rain Games,,,,,,,2015-09-15,2019-04-22 -/games/boxart/full_7212012AmericaFrontccc.jpg,Mega Man Legacy Collection,PC,Platform,Capcom,Digital Eclipse Software,,,,,,,2015-08-25,2018-05-29 -/games/boxart/full_3488744AmericaFrontccc.jpg,Haydee,PC,Platform,Haydee Interactive,Haydee Interactive,,,,,,,2016-09-26,2019-04-21 -/games/boxart/full_1234241AmericaFrontccc.jpg,Bionic Commando Rearmed,All,Platform,Capcom,GRIN,,,,,,,2008-08-14,2021-02-14 -/games/boxart/full_835769AmericaFrontccc.jpg,Spaceport Hope,PC,Platform,team BitClub,team BitClub,,,,,,,2016-04-16,2019-04-21 -/games/boxart/full_5642620AmericaFrontccc.jpg,Super Cuber,PC,Platform,Icy Studios,Icy Studios,,,,,,,2017-02-27,2019-04-21 -/games/boxart/full_9066650AmericaFrontccc.jpg,Shantae: Risky's Revenge Director's Cut,PC,Platform,Way Forward,Way Forward Technologies,,,,,,,2014-07-15,2019-04-21 -/games/boxart/full_3309146AmericaFrontccc.jpg,Mechanic Escape,PC,Platform,Plug In Digital,Slak Games,,,,,,,2014-04-15,2019-04-17 -/games/boxart/full_7874345AmericaFrontccc.jpg,Ben and Ed,PC,Platform,Sluggerfly,Sluggerfly,,,,,,,2015-12-08,2019-04-17 -/games/boxart/full_1571218AmericaFrontccc.jpg,8BitBoy,PC,Platform,AwesomeBlade,AwesomeBlade,,,,,,,2014-05-06,2019-04-16 -/games/boxart/full_5696157AmericaFrontccc.jpg,N++,PC,Platform,Metanet Software Inc.,Metanet Software Inc.,,,,,,,2016-08-25,2019-04-16 -/games/boxart/full_9603502AmericaFrontccc.jpg,Swiftly,PC,Platform,Cleverweek,Cleverweek,,,,,,,2016-01-26,2019-04-10 -/games/boxart/full_1321571AmericaFrontccc.jpg,Squirbs,PC,Platform,Team Indev,Team Indev,,,,,,,2016-01-06,2019-04-08 -/games/boxart/full_8183319AmericaFrontccc.jpg,INK,PC,Platform,ZackBellGames,ZackBellGames,,,,,,,2015-08-05,2019-04-07 -/games/boxart/full_9795897AmericaFrontccc.jpg,20XX,PC,Platform,Batterystaple Games,Batterystaple Games,,,,,,,2017-08-16,2019-04-07 -/games/boxart/full_5863437AmericaFrontccc.jpg,Alter World,PC,Platform,Giorgi Abelashvili,Giorgi Abelashvili,,,,,,,2015-05-29,2019-04-06 -/games/boxart/full_oddworld-munchs-oddysee_312AmericaFront.jpg,Oddworld: Munch's Oddysee,PC,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2010-12-20,2019-04-05 -/games/boxart/full_4909796AmericaFrontccc.jpg,Snapshot,PC,Platform,Retro Affect,Retro Affect,,,,,,,2012-08-30,2019-04-04 -/games/boxart/full_ares-extinction-agenda_660AmericaFront.jpg,A.R.E.S. Extinction Agenda,PC,Platform,Extend Studio,ORiGO Games,6.8,,,,,,2010-12-14, -/games/boxart/full_8330333AmericaFrontccc.jpg,Mighty No. 9,PC,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 -/games/boxart/full_5437785AmericaFrontccc.jpg,Alpacapaca Dash,PC,Platform,Synnergy Circle Games,Synnergy Circle Games,,,,,,,2017-01-24,2019-04-01 -/games/boxart/full_9847152AmericaFrontccc.jpg,Albert and Otto,PC,Platform,K Bros Games,K Bros Games,,,,,,,2015-10-28,2019-03-27 -/games/boxart/full_1448640AmericaFrontccc.jpg,Adventures of Shuggy,PC,Platform,Smudged Cat Games,Smudged Cat Games,,,,,,,2012-06-13,2019-03-27 -/games/boxart/full_6575206AmericaFrontccc.jpg,Cargo Commander,PC,Platform,Missing Link Games,Serious Brew,,,,,,,2012-11-01,2019-03-27 -/games/boxart/full_6232481AmericaFrontccc.jpg,Skylanders: Imaginators,All,Platform,Activision,Toys for Bob,,,,,,,2016-10-16,2021-03-18 -/games/boxart/full_8740479AmericaFrontccc.jpg,The Pagemaster,All,Platform,Fox Interactive,Probe Software,,,,,,,1994-11-23,2022-09-28 -/games/boxart/full_7571957AmericaFrontccc.jpg,LarryBoy and the Bad Apple,All,Platform,Crave Entertainment,Papaya Studios,,,,,,,2006-08-08,2022-09-26 -/games/boxart/full_749154AmericaFrontccc.jpg,Shovel Knight,XOne,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-10-13,2018-11-21 -/games/boxart/full_9102857AmericaFrontccc.jpg,Bionic Commando Rearmed,XBL,Platform,Capcom,GRIN,8.7,,,,,,2008-08-13, -/games/boxart/full_1228193AmericaFrontccc.jpg,Sackboy: A Big Adventure,PC,Platform,PlayStation PC,Sumo Digital,,,,,,,2022-10-27,2023-12-22 -/games/boxart/full_3376193AmericaFrontccc.png,Monster Boy and the Cursed Kingdom,All,Platform,FDG Entertainment,Game Atelier,,,,,,,2018-12-04,2021-05-22 -/games/boxart/full_9374382AmericaFrontccc.png,Mirror's Edge (mobile),iOS,Platform,Unknown,Iron Monkey,,,,,,,,2021-01-26 -/games/boxart/full_6038425AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,NS,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2018-01-05 -/games/boxart/full_1604941AmericaFrontccc.jpg,City Climber,PC,Platform,Ondrej Angelovic,Ondrej Angelovic,,,,,,,2017-02-24,2021-08-16 -/games/boxart/full_5797876AmericaFrontccc.jpg,Apple Panic,All,Platform,Broderbund,Ben Serki,,,,,,,1981-01-01,2021-04-06 -/games/boxart/full_9840890AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,PC,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 -/games/boxart/full_1925502AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,PS4,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 -/games/boxart/full_7113335AmericaFrontccc.jpg,Canyon Climber,All,Platform,Tandy Corporation,Steve Bjork,,,,,,,1982-01-01,2021-04-06 -/games/boxart/full_9198257AmericaFrontccc.jpg,ToeJam & Earl: Back in the Groove,XOne,Platform,HumaNature Studios,HumaNature Studios,,,,,,,2019-03-01,2021-09-17 -/games/boxart/full_8291693AmericaFrontccc.jpg,'Splosion Man,XBL,Platform,Twisted Pixel Games,Twisted Pixel Games,8.4,,,,,,2009-07-22, -/games/boxart/full_1602894PALFrontccc.jpg,2 Games in 1: The SpongeBob SquarePants Movie / Battle for Bikini Bottom,GC,Platform,THQ,Heavy Iron Studios,,,,,,,2006-03-23, -/games/boxart/full_9390139PALFrontccc.jpg,2 Games in 1: The SpongeBob SquarePants Movie / Tak 2: The Staff of Dreams,GC,Platform,THQ,Heavy Iron Studios / Avalanche Software,,,,,,,2006-03-23, -/games/boxart/8219901ccc.jpg,3 Ninjas Kick Back,GEN,Platform,Psygnosis,Malibu Games,,,,,,,1994-06-01, -/games/boxart/full_3-ninjas-kick-back_637AmericaFront.jpg,3 Ninjas Kick Back,SNES,Platform,Sony Imagesoft,Malibu Games,,,,,,,1994-11-01, -/games/boxart/3130086ccc.jpg,3 Ninjas Kick Back / Hook,SCD,Platform,Sony Imagesoft,Malibu Games / Core Design Ltd.,,,,,,,1994-02-01, -/games/boxart/full_3d-classics-kid-icarus_523AmericaFront.jpg,3D Classics: Kid Icarus,3DS,Platform,Nintendo,Nintendo,,,,,,,2012-01-18, -/games/boxart/full_3d-classics-kirbys-adventure_874AmericaFront.png,3D Classics: Kirby's Adventure,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-11-17, -/games/boxart/default.jpg,40 Winks,PSN,Platform,Atari,Eurocom Entertainment Software,,,,,,,2010-11-24, -/games/boxart/full_8410270AmericaFrontccc.jpg,6180 the moon,PC,Platform,Unknown,Unknown,,,,,,,2013-03-08, -/games/boxart/full_2764920AmericaFrontccc.jpg,6180 the moon,WiiU,Platform,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/6199600ccc.jpg,8 Eyes,NES,Platform,Taxan,Thinking Rabbit,,,,,,,1990-01-01, -/games/boxart/full_2044644AmericaFrontccc.jpg,8BitBoy,OSX,Platform,AwesomeBlade,AwesomeBlade,,,,,,,2014-05-13,2019-04-16 -/games/boxart/full_7505179AmericaFrontccc.jpg,A Bomb's Way,XBL,Platform,Microsoft,SmudgedCat,,,,,,,2009-04-03, -/games/boxart/default.jpg,A Boy and His Blob,PC,Platform,Unknown,WayForward Technologies,,,,,,,, -/games/boxart/default.jpg,A Boy and His Blob,PS4,Platform,Unknown,WayForward Technologies,,,,,,,, -/games/boxart/default.jpg,A Boy and His Blob,XOne,Platform,Unknown,WayForward Technologies,,,,,,,, -/games/boxart/default.jpg,A Boy and His Blob,3DS,Platform,Unknown,WayForward Technologies,,,,,,,, -/games/boxart/8741983ccc.jpg,A Boy and His Blob: Trouble on Blobolonia,NES,Platform,Absolute Entertainment,Imagineering,,,,,,,1989-01-01, -/games/boxart/full_4740816AmericaFrontccc.jpg,A Boy and His Blob: Trouble on Blobolonia,VC,Platform,Majesco,Imagineering,,,,,,,2009-11-23, -/games/boxart/default.jpg,A Bug's Life,PC,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,1998-01-01, -/games/boxart/full_9342994AmericaFrontccc.jpg,A Bug's Life,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1999-03-31, -/games/boxart/full_a-bugs-life_4AmericaFront.jpg,A Bug's Life,PSN,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,2010-07-27, -/games/boxart/full_a-game-you-cant-beat_956AmericaFront.jpg,A Game you can't BEAT!!,XBL,Platform,Unknown,Latin Soul Studio,,,,,,,, -/games/boxart/full_7526296AmericaFrontccc.jpg,A Great Easter Egg Hunt,XBL,Platform,Microsoft,ProjectorGames,,,,,,,2009-04-24, -/games/boxart/full_a-hard-game-without-zombies_221AmericaFront.jpg,A Hard Game Without Zombies,XBL,Platform,Microsoft,MasterGroke,,,,,,,2011-07-01, -/games/boxart/full_6364687AmericaFrontccc.jpg,A Hat in Time,OSX,Platform,Gears for Breakfast,Gears for Breakfast,,,,,,,2017-10-05,2018-08-01 -/games/boxart/full_a-nightmare-on-elm-street_83AmericaFront.jpg,A Nightmare on Elm Street,NES,Platform,LJN,Rare Ltd.,,,,,,,1990-10-01, -/games/boxart/full_3499815AmericaFrontccc.jpg,A.R.E.S. Extinction Agenda EX,XBL,Platform,Unknown,Extend Studio,,,,,,,,2019-04-03 -/games/boxart/293470ccc.jpg,AAAHH!!! Real Monsters,GEN,Platform,Viacom,Realtime Associates,,,,,,,1995-09-15, -/games/boxart/full_aaahh-real-monsters_2AmericaFront.jpg,AAAHH!!! Real Monsters,SNES,Platform,Viacom,Realtime Associates,,,,,,,1995-08-18, -/games/boxart/full_4821667JapanFrontccc.jpg,Action Pachio,SNES,Platform,Coconuts Japan,C-Lab,,,,,,,1993-04-09, -/games/boxart/full_2823058AmericaFrontccc.jpg,ActRaiser 2,SNES,Platform,Enix,Quintet,7.5,,,,,,1993-11-01, -/games/boxart/7729697ccc.jpg,Adventure Island,VC,Platform,Hudson Soft,Hudson Soft / West One,,,,,,,2007-09-03, -/games/boxart/full_6141493AmericaFrontccc.jpg,Adventure Island,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1992-02-01, -/games/boxart/2724311ccc.jpg,Adventure Island 3,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1992-09-01, -/games/boxart/full_adventure-island-2_346AmericaFront.jpg,Adventure Island II,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2011-04-15, -/games/boxart/7473875ccc.jpg,Adventure Island II,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1991-02-01, -/games/boxart/full_2126187AmericaFrontccc.jpg,Adventure Island II: Aliens in Paradise,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-02-01, -/games/boxart/full_adventure-island-ii-aliens-in-paradise_148AmericaFront.jpg,Adventure Island II: Aliens in Paradise,3DS,Platform,Unknown,Hudson Soft,,,,,,,, -/games/boxart/full_9270736AmericaFrontccc.png,Adventure Island: The Beginning,WW,Platform,Hudson Soft,Hudson Soft,,,,,,,2009-05-25, -/games/boxart/full_adventures-of-captain-becky_0AmericaFront.jpg,ADVENTURES of CAPTAIN Becky,XBL,Platform,Microsoft,sakura,,,,,,,2010-08-21, -/games/boxart/full_the-adventures-of-shuggy_982AmericaFront.jpg,Adventures of Shuggy,XBL,Platform,Valcon Games,Smudged Cat Games,8.3,,,,,,2011-06-15,2019-03-27 -/games/boxart/full_7351502AmericaFrontccc.jpg,Adventures Of Sid XMAS Special,XBL,Platform,Microsoft,CoderSys,,,,,,,2009-12-21, -/games/boxart/6931339ccc.jpg,Adventures of Yogi Bear,SNES,Platform,CyberSoft,Blue Turtle,,,,,,,1994-10-01, -/games/boxart/full_aero-the-acro-bat_8AmericaFront.jpg,Aero The Acro-Bat,VC,Platform,Sunsoft,Iguana Entertainment,,,,,,,2010-07-26, -/games/boxart/4651584ccc.jpg,Aero The Acro-Bat,SNES,Platform,Sunsoft,Iguana Entertainment,,,,,,,1993-10-01, -/games/boxart/full_4617289AmericaFrontccc.jpg,Aero The Acro-Bat,GEN,Platform,Sunsoft,Iguana Entertainment,,,,,,,1993-01-01, -/games/boxart/8856822ccc.jpg,Aero The Acro-Bat 2,GEN,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-01-01, -/games/boxart/full_aero-the-acro-bat-2_8AmericaFront.jpg,Aero The Acro-Bat 2,VC,Platform,Sunsoft,Iguana Entertainment,,,,,,,2010-09-20, -/games/boxart/6415504ccc.jpg,Aero The Acro-Bat 2,SNES,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-11-01, -/games/boxart/full_6127127PALFrontccc.jpg,Agent Hugo: Hula Holiday,PC,Platform,NDS Software,Attractive Games,,,,,,,2008-12-15, -/games/boxart/full_9471140PALFrontccc.jpg,Agent Hugo: Hula Holiday,Wii,Platform,NDS Software,Attractive Games,,,,,,,2008-12-06, -/games/boxart/full_467079PALFrontccc.jpg,Agent Hugo: Hula Holiday,PS2,Platform,NDS Software,Attractive Games,,,,,,,2008-12-09, -/games/boxart/full_agent-hugo-lemoon-twist_342PALFront.png,Agent Hugo: Lemoon Twist,Wii,Platform,ITE Media,Beyond Reality Games Ltd.,,,,,,,2008-05-23, -/games/boxart/full_agent-hugo-lemoon-twist_831PALFront.jpg,Agent Hugo: Lemoon Twist,PC,Platform,ITE Media,Beyond Reality Games Ltd.,,,,,,,2007-01-01, -/games/boxart/full_agent-hugo-lemoon-twist_23PALFront.jpg,Agent Hugo: Lemoon Twist,PS2,Platform,ITE Media,Beyond Reality Games Ltd.,,,,,,,2007-11-05, -/games/boxart/full_akane-the-kunoichi_782AmericaFront.jpg,Akane the Kunoichi,XBL,Platform,Microsoft,Haruneko,,,,,,,2011-05-28, -/games/boxart/default.jpg,Akane the Kunoichi,X360,Platform,Haruneko,Haruneko,,,,,,,2011-05-28, -/games/boxart/full_6031194JapanFrontccc.jpg,Akumajou Dracula (FDS),NES,Platform,Konami,Konami,,,,,,,1986-09-26, -/games/boxart/full_6806251JapanFrontccc.jpg,Akumajou Dracula X: Chi no Rondo,PCE,Platform,Konami,Konami,,,,,,,1993-10-29, -/games/boxart/full_5479462JapanFrontccc.jpg,Akumajou Dracula X: Gekka no Yasoukyoku,SAT,Platform,Konami,Konami,8.3,,,,,,1998-06-25, -/games/boxart/full_6331507JapanFrontccc.jpg,Akumajou Special: Boku Dracula-kun,NES,Platform,Konami,Konami,,,,,,,1990-10-19, -/games/boxart/default.jpg,Alex Kidd in Miracle World,PSN,Platform,Unknown,Sega,,,,,,,, -/games/boxart/637636ccc.jpg,Alex Kidd in Miracle World,MS,Platform,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/5960582ccc.jpg,Alex Kidd in Miracle World,VC,Platform,Sega,Sega,,,,,,,2008-06-23, -/games/boxart/4433405ccc.jpg,Alex Kidd in Shinobi World,MS,Platform,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_7505051AmericaFrontccc.jpg,Alex Kidd in Shinobi World,VC,Platform,Sega,Sega,,,,,,,2010-02-01, -/games/boxart/7244999ccc.jpg,Alex Kidd in the Enchanted Castle,GEN,Platform,Sega,Sega,,,,,,,1989-08-14, -/games/boxart/full_alex-kidd-in-the-enchanted-castle_1AmericaFront.jpg,Alex Kidd in the Enchanted Castle,PC,Platform,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/full_5254876AmericaFrontccc.jpg,Alex Kidd in the Enchanted Castle,VC,Platform,Sega,Sega,,,,,,,2007-04-11, -/games/boxart/5479622ccc.jpg,Alex Kidd: High-Tech World,MS,Platform,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/9045646ccc.jpg,Alex Kidd: The Lost Stars,MS,Platform,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_5015968AmericaFrontccc.jpg,Alex Kidd: The Lost Stars,VC,Platform,Sega,Sega,,,,,,,2009-03-09, -/games/boxart/3487132ccc.jpg,Alfred Chicken,GB,Platform,Mindscape,Twilight Games,,,,,,,1994-02-01, -/games/boxart/4281306ccc.jpg,Alfred Chicken,NES,Platform,Mindscape,Twilight Games,,,,,,,1994-02-01, -/games/boxart/full_alfreds-adventure_7PALFront.jpg,Alfred's Adventure,GB,Platform,SCi,Mobius Entertainment,,,,,,,2000-09-01, -/games/boxart/4916589ccc.jpg,Alien 3,SNES,Platform,LJN,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/full_5426172AmericaFrontccc.jpg,Alien 3,MS,Platform,Tec Toy,Probe Entertainment Limited,,,,,,,1992-01-01, -/games/boxart/full_6608972AmericaFrontccc.jpg,Alien 3,GG,Platform,Arena Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/7202454ccc.jpg,Alien 3,NES,Platform,LJN,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/904614ccc.jpg,Alien 3,GEN,Platform,Arena Entertainment,Probe Entertainment Limited,,,,,,,1992-01-01, -/games/boxart/full_alien-soldier_726AmericaFront.jpg,Alien Soldier,PC,Platform,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/8841032ccc.jpg,Alisia Dragoon,GEN,Platform,Sega,Game Arts / Gainax,,,,,,,1992-04-23, -/games/boxart/full_all-night-nippon-super-mario-bros-fds_755JapanFront.jpg,All Night Nippon Super Mario Bros. (FDS),NES,Platform,Fuji,Nintendo R&D1,,,,,,,1986-01-01, -/games/boxart/full_3067945AmericaFrontccc.jpg,Along Came A Spider,XBL,Platform,Microsoft,Foley,,,,,,,2009-12-29, -/games/boxart/8732177ccc.jpg,Amagon,NES,Platform,Sammy Corporation,Aicom,,,,,,,1989-04-01, -/games/boxart/full_6710818AmericaFrontccc.jpg,Amazing Princess Sarah,X360,Platform,Haruneko,Haruneko,,,,,,,2014-07-09, -/games/boxart/full_3940800AmericaFrontccc.jpg,Amazing Princess Sarah,PC,Platform,Haruneko,Haruneko,,,,,,,2014-08-18, -/games/boxart/full_ancients-of-ooga_8AmericaFront.jpg,Ancients of Ooga,XBL,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,7.3,,,,,,2010-06-30, -/games/boxart/full_ancients-of-ooga_477AmericaFront.jpg,Ancients of Ooga,PC,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,,,,,,,2010-06-30, -/games/boxart/full_ancients-of-ooga-the-forgotten-chapters_613AmericaFront.jpg,Ancients of Ooga - The Forgotten Chapters,PC,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,,,,,,,2011-05-18, -/games/boxart/full_ancients-of-ooga-the-forgotten-chapters_269AmericaFront.jpg,Ancients of Ooga - The Forgotten Chapters,XBL,Platform,NinjaBee,NinjaBee / Bacon Wrapped Games,,,,,,,2011-05-18, -/games/boxart/full_and-yet-it-moves_0AmericaFront.jpg,And Yet It Moves,WW,Platform,Broken Rules,Broken Rules,8.4,,,,,,2010-08-23, -/games/boxart/full_anima-ark-of-sinners_30AmericaFront.jpg,Anima: Ark of Sinners,WW,Platform,Unknown,Anima Games Studio,,,,,,,2011-10-27, -/games/boxart/full_animaniacs_10AmericaFront.jpg,Animaniacs,GB,Platform,Konami,Factor 5,,,,,,,1995-07-01, -/games/boxart/7551507ccc.jpg,Animaniacs,SNES,Platform,Konami,Konami,,,,,,,1994-11-01, -/games/boxart/6224557ccc.jpg,Animaniacs,GEN,Platform,Sega,Konami,,,,,,,1994-05-14, -/games/boxart/full_animaniacs-a-gigantic-adventure_6AmericaFront.jpg,Animaniacs: A Gigantic Adventure,PC,Platform,SouthPeak Interactive,SouthPeak Games,,,,,,,1999-01-01, -/games/boxart/2822385ccc.jpg,"Animaniacs: Lights, Camera, Action!",GBA,Platform,Ignition Entertainment,Warthog,,,,,,,2005-11-13, -/games/boxart/full_1489173PALFrontccc.jpg,Animaniacs: The Great Edgar Hunt,PS2,Platform,Unknown,Warthog,,,,,,,, -/games/boxart/full_2089462AmericaFrontccc.jpg,Animaniacs: The Great Edgar Hunt,XB,Platform,Ignition Entertainment,Warthog,,,,,,,2005-08-29, -/games/boxart/full_antipole_246AmericaFront.jpg,Antipole,DSiW,Platform,Unknown,Saturnine Games,,,,,,,, -/games/boxart/full_antipole_500AmericaFront.jpg,Antipole,XBL,Platform,Microsoft,Saturnine Games,,,,,,,2011-01-21, -/games/boxart/full_5501423AmericaFrontccc.jpg,Ape Escape 2,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,,,,,,,2016-08-02,2018-09-17 -/games/boxart/full_8637782AmericaFrontccc.png,Ape Escape: On the Loose,PSN,Platform,Sony Computer Entertainment,SIMS,6.6,,,,,,2008-03-05, -/games/boxart/default.jpg,Apotheon,PS4,Platform,AlienTrap Games,AlienTrap Games,,,,,,,2015-01-01, -/games/boxart/full_256719AmericaFrontccc.jpg,Ardy LightFoot,SNES,Platform,Titus,ASCII Entertainment,,,,,,,1996-02-01, -/games/boxart/full_9533712JapanFrontccc.jpg,Argos no Juujiken,MS,Platform,Salio,Tecmo,,,,,,,1988-03-25, -/games/boxart/full_9823981AmericaFrontccc.jpg,Aritana and the Harpy's Feather,PC,Platform,Duaik Entretenimento,Duaik Entretenimento,,,,,,,2014-08-15,2018-08-02 -/games/boxart/full_9540653AmericaFrontccc.jpg,Aritana and the Harpy's Feather,OSX,Platform,Duaik Entretenimento,Duaik Entretenimento,,,,,,,2014-08-15,2018-08-02 -/games/boxart/full_8958448AmericaFrontccc.jpg,Arkedo Series - 01 JUMP!,XBL,Platform,Microsoft,Arkedo,,,,,,,2009-10-02, -/games/boxart/full_3224317AmericaFrontccc.jpg,Arkedo Series - 03 PIXEL!,XBL,Platform,Microsoft,Arkedo,,,,,,,2009-12-21, -/games/boxart/full_5779811AmericaFrontccc.jpg,Artoon,XBL,Platform,Microsoft,Oscar K,,,,,,,2008-11-17, -/games/boxart/full_6251555JapanFrontccc.jpg,Arumana no Kiseki (FDS),NES,Platform,Konami,Konami,,,,,,,1987-08-11, -/games/boxart/full_1103793AmericaFrontccc.jpg,Astal,SAT,Platform,Sega,Sega,,,,,,,1995-04-27, -/games/boxart/full_3538327AmericaFrontccc.jpg,Asteria,PC,Platform,Legend Entertainment,Legend Entertainment,,,,,,,2014-07-03, -/games/boxart/full_889811PALFrontccc.jpg,Asterix,MS,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_6746924PALFrontccc.jpg,Asterix,GB,Platform,Infogrames,Bit Managers,,,,,,,1993-01-01, -/games/boxart/full_1849586PALFrontccc.jpg,Asterix,SNES,Platform,Infogrames,Bit Managers,,,,,,,1996-08-29, -/games/boxart/full_8339567PALFrontccc.jpg,Asterix & Obelix,SNES,Platform,Infogrames,Infogrames,,,,,,,1995-09-28, -/games/boxart/full_6322779PALFrontccc.jpg,Asterix & Obelix,GB,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, -/games/boxart/full_7226041PALFrontccc.jpg,Asterix & Obelix XXL 2: Mission: Wifix,DS,Platform,Atari,Mistic Software,,,,,,,2006-11-01, -/games/boxart/full_4578403PALFrontccc.jpg,Asterix & Obelix XXL 2: Mission: Wifix,PSP,Platform,Atari,Etranges Libellules,,,,,,,2006-11-17, -/games/boxart/full_asterix-and-the-great-rescue_1PALFront.jpg,Asterix and the Great Rescue,MS,Platform,Sega,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/6244819ccc.jpg,Asterix and the Great Rescue,GEN,Platform,Sega,Core Design Ltd.,,,,,,,1994-01-01, -/games/boxart/full_9789681AmericaFrontccc.jpg,Asterix and the Great Rescue,GG,Platform,Sega,Core Design Ltd.,,,,,,,1995-01-01, -/games/boxart/full_asterix-and-the-power-of-the-gods_167PALFront.jpg,Asterix and the Power of the Gods,GEN,Platform,Sega,Core Design Ltd.,,,,,,,1995-01-01, -/games/boxart/full_asterix-and-the-secret-mission_2PALFront.jpg,Asterix and the Secret Mission,MS,Platform,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_4852561PALFrontccc.jpg,Asterix and the Secret Mission,GG,Platform,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_asterix-search-for-dogmatix_568PALFront.jpg,Asterix: Search for Dogmatix,GB,Platform,Infogrames,Rebellion Developments,,,,,,,2000-05-31, -/games/boxart/default.jpg,Athena,PSN,Platform,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, -/games/boxart/1136340ccc.jpg,Athena,NES,Platform,SNK,Micronics,,,,,,,1987-08-01, -/games/boxart/full_3577272JapanFrontccc.jpg,Atlantis no Nazo,VC,Platform,Sunsoft,SunSoft,,,,,,,2008-12-02, -/games/boxart/full_5673965JapanFrontccc.jpg,Atlantis no Nazo,NES,Platform,Unknown,SunSoft,,,,,,,, -/games/boxart/full_620636AmericaFrontccc.jpeg,Auf Wiedersehen Monty,ACPC,Platform,Gremlin Graphics,Gremlin Graphics,,,,,,,1987-01-01,2018-01-07 -/games/boxart/full_avatars-dont-bleed_583AmericaFront.jpg,Avatars Don't Bleed,XBL,Platform,Microsoft,SoGameSoftware,,,,,,,2011-05-31, -/games/boxart/full_avenging-spirit_144AmericaFront.jpg,Avenging Spirit,GB,Platform,Jaleco,Jaleco Entertainment,,,,,,,1992-12-01, -/games/boxart/full_avenging-spirit_469AmericaFront.png,Avenging Spirit,3DS,Platform,Jaleco,Jaleco Entertainment,7,,,,,,2011-08-11, -/games/boxart/full_awesome-possum_488AmericaFront.jpg,Awesome Possum Kicks Dr. Machino's Butt!,GEN,Platform,Tengen,Tengen,,,,,,,1993-01-01, -/games/boxart/default.jpg,Awesomenauts,PSN,Platform,DTP Entertainment,Ronimo Games,,,,,,,2012-05-01, -/games/boxart/full_944736AmericaFrontccc.jpg,Awesomenauts,XBL,Platform,DTP Entertainment,Ronimo Games,,,,,,,2012-05-02, -/games/boxart/default.jpg,Azangara,PC,Platform,Unknown,AxySoft,,,,,,,2007-01-01, -/games/boxart/3034661ccc.jpg,B.O.B.,SNES,Platform,Electronic Arts,Gray Matter,,,,,,,1993-06-01, -/games/boxart/full_baby-felix-halloween_310PALFront.jpg,Baby Felix Halloween,GB,Platform,LSP Games,Bit Managers,,,,,,,2001-12-19, -/games/boxart/full_baby-jo-the-super-hero_120JapanFront.jpg,Baby Jo: The Super Hero,PCE,Platform,Micro World,Loriciels,,,,,,,1992-08-28, -/games/boxart/full_baby-t-rex_497PALFront.jpg,Baby T-Rex,GB,Platform,Beam Software,Beam Software,,,,,,,1993-01-01, -/games/boxart/full_back-to-the-future-part-ii-amp-iii_1AmericaFront.jpg,Back to the Future Part II & III,NES,Platform,LJN,Beam Software,,,,,,,1990-09-01, -/games/boxart/default.jpg,Ball Lightning,XBL,Platform,Unknown,Samuel H. Potter,,,,,,,, -/games/boxart/6920102ccc.jpg,Balloon Fight,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2007-07-16, -/games/boxart/full_8527085AmericaFrontccc.jpg,Balloon Kid,GB,Platform,Nintendo,Pax Softnica,,,,,,,1990-10-01, -/games/boxart/full_balloon-kid_811AmericaFront.png,Balloon Kid,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-11-03, -/games/boxart/full_3297721AmericaFrontccc.jpg,Banana Split,XBL,Platform,Microsoft,Torturas,,,,,,,2009-10-19, -/games/boxart/full_banjo-kazooie-nuts-amp-bolts_260AmericaFront.jpg,Banjo-Kazooie: Nuts & Bolts,XBL,Platform,Microsoft Game Studios,Rare Ltd.,,,,,,,2010-01-05, -/games/boxart/full_5544621AmericaFrontccc.jpg,Banjo-Tooie,XBL,Platform,Microsoft Game Studios,4J Studios,,,,,,,2009-04-29, -/games/boxart/8682915ccc.jpg,Barbie,NES,Platform,Hi Tech Expressions,Imagineering Inc.,,,,,,,1991-12-01, -/games/boxart/3523510ccc.jpg,Barbie Game Girl,GB,Platform,Hi Tech Expressions,Imagineering Inc,,,,,,,1992-10-01, -/games/boxart/full_barbie-super-model_117AmericaFront.jpg,Barbie Super Model,SNES,Platform,Hi Tech Expressions,Software Creations,,,,,,,1993-12-01, -/games/boxart/full_barbie-super-model_629AmericaFront.jpg,Barbie Super Model,GEN,Platform,Hi Tech Expressions,Tahoe Software,,,,,,,1992-01-01, -/games/boxart/default.jpg,Barbie Super Model,PC,Platform,Hi Tech Expressions,Tahoe Software,,,,,,,1993-01-01, -/games/boxart/default.jpg,Bard to the Future,Linux,Platform,Battlebard Games,Battlebard Games,,,,,,,2015-02-27, -/games/boxart/default.jpg,Bard to the Future,PC,Platform,Battlebard Games,Battlebard Games,,,,,,,2015-02-27, -/games/boxart/default.jpg,Bard to the Future,OSX,Platform,Battlebard Games,Battlebard Games,,,,,,,2015-02-27, -/games/boxart/full_barneys-hide-and-seek_850AmericaFront.jpg,Barney's Hide and Seek,GEN,Platform,Sega,Realtime Associates,,,,,,,1993-01-01, -/games/boxart/full_bart-simpsons-escape-from-camp-deadly_888AmericaFront.jpg,Bart Simpson's Escape From Camp Deadly,GB,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1991-11-01, -/games/boxart/full_5137495AmericaFrontccc.jpg,Batman,NES,Platform,Sunsoft,SunSoft,,,,,,,1990-02-01, -/games/boxart/3153889ccc.jpg,Batman,GEN,Platform,Sunsoft,SunSoft,,,,,,,1990-07-19, -/games/boxart/full_5062687AmericaFrontccc.jpg,Batman: Return of the Joker,GB,Platform,Sunsoft,SunSoft,,,,,,,1992-05-01, -/games/boxart/full_4828490AmericaFrontccc.jpg,Batman: Return of the Joker,NES,Platform,Sunsoft,SunSoft,,,,,,,1991-12-01, -/games/boxart/full_battle-kid-fortress-of-peril_827AmericaFront.jpg,Battle Kid: Fortress of Peril,NES,Platform,Unknown,Sivak Games,,,,,,,2010-02-22, -/games/boxart/full_1160857JapanFrontccc.jpg,Battle Master,PS,Platform,Taki,Taki,,,,,,,1998-01-08, -/games/boxart/full_2223911AmericaFrontccc.png,BattleBlock Theater,XBL,Platform,The Behemoth,The Behemoth,,,,,,,2013-04-03,2018-11-18 -/games/boxart/full_1501771AmericaFrontccc.jpg,BattleBlock Theater,Linux,Platform,The Behemoth,The Behemoth,,,,,,,2014-05-15,2018-11-18 -/games/boxart/full_beep_718AmericaFront.jpg,BEEP,PC,Platform,Unknown,Big Fat Alien,,,,,,,2011-03-03, -/games/boxart/5660554ccc.gif,Beethoven: The Ultimate Canine Caper,SNES,Platform,Hi Tech Expressions,Riedel Software,,,,,,,1993-12-01, -/games/boxart/full_394510AmericaFrontccc.jpg,Beetlejuice,GB,Platform,LJN,Rare Ltd.,,,,,,,1992-01-01, -/games/boxart/full_6619768AmericaFrontccc.jpg,Beetlejuice,NES,Platform,LJN,Rare Ltd.,,,,,,,1991-05-01, -/games/boxart/full_6118905AmericaFrontccc.jpg,Being,XBL,Platform,Microsoft,Chounard,,,,,,,2008-11-07, -/games/boxart/full_2752418AmericaFrontccc.jpg,Ben 10 Alien Force: The Rise of Hex,WW,Platform,Konami,Black Lantern Studios,,,,,,,2010-05-31, -/games/boxart/full_9749342AmericaFrontccc.jpg,Ben 10 Alien Force: The Rise of Hex,XBL,Platform,Konami,Black Lantern Studios,,,,,,,2010-05-26, -/games/boxart/full_ben-10-ultimate-alien-cosmic-destruction_8AmericaFront.jpg,Ben 10 Ultimate Alien: Cosmic Destruction,PSN,Platform,D3 Publisher,Papaya Studios,,,,,,,2010-10-05, -/games/boxart/full_2939614AmericaFrontccc.jpg,Bennu,XBL,Platform,Microsoft,AlMra,,,,,,,2009-07-03, -/games/boxart/full_1384704AmericaFrontccc.png,Beyond Gravity,And,Platform,Qwiboo,Qwiboo,,,,,,,2014-07-09, -/games/boxart/8433870ccc.jpg,Bible Adventures,NES,Platform,Wisdom Tree,Wisdom Tree,,,,,,,1990-01-01, -/games/boxart/full_big-nose-freaks-out_645AmericaFront.jpg,Big Nose Freaks Out,NES,Platform,Camerica,Codemasters,,,,,,,1992-01-01, -/games/boxart/full_big-nose-the-caveman_251AmericaFront.jpg,Big Nose the Caveman,NES,Platform,Camerica,Codemasters,,,,,,,1991-01-01, -/games/boxart/4227260ccc.jpg,Bill & Ted's Excellent Game Boy Adventure,GB,Platform,LJN,Beam Software,,,,,,,1991-08-01, -/games/boxart/full_7462615JapanFrontccc.jpg,Bio-Miracle Bokutte Upa,VC,Platform,Konami,Konami,,,,,,,2008-06-09, -/games/boxart/full_8975436JapanFrontccc.jpg,Bio-Miracle Bokutte Upa,NES,Platform,Konami,Konami,,,,,,,1993-02-26, -/games/boxart/full_bionic-commando_638AmericaFront.png,Bionic Commando,3DS,Platform,Capcom,Capcom,,,,,,,, -/games/boxart/4697929ccc.jpg,Bionic Commando,GB,Platform,Capcom,Capcom,,,,,,,1992-09-01, -/games/boxart/8278065ccc.jpg,Bionic Commando,NES,Platform,Capcom,Capcom,,,,,,,1988-12-01, -/games/boxart/4011308ccc.jpg,Bionic Commando Rearmed,PC,Platform,Capcom,GRIN,8,,,,,,2008-08-14, -/games/boxart/full_bionic-commando-rearmed_7JapanFront.jpg,Bionic Commando Rearmed,PSN,Platform,Capcom,GRIN,8,,,,,,2008-08-14, -/games/boxart/full_bionic-commando-rearmed-2_294AmericaFront.jpg,Bionic Commando Rearmed 2,XBL,Platform,Capcom,Fatshark,6.7,,,,,,2011-02-02, -/games/boxart/full_bionic-commando-rearmed-2_834AmericaFront.jpg,Bionic Commando Rearmed 2,PSN,Platform,Capcom,Fatshark,6.5,,,,,,2011-02-01, -/games/boxart/full_9847625AmericaFrontccc.jpg,Bionicle,PC,Platform,Electronic Arts,Argonaut Games,,,,,,,2003-10-31, -/games/boxart/full_775904AmericaFrontccc.jpg,BIT.TRIP RUNNER,WW,Platform,Aksys Games,Gaijin Games Inc.,7.4,,,,,,2010-05-17, -/games/boxart/default.jpg,Black Tiger (Arcade),VC,Platform,Capcom,Capcom,,,,,,,2011-01-24, -/games/boxart/full_4651756AmericaFrontccc.jpg,Blackhole,PC,Platform,1C Company,FiolaSoft Studio,,,,,,,2015-02-27,2018-08-01 -/games/boxart/full_5158672AmericaFrontccc.jpg,Blackhole,OSX,Platform,1C Company,FiolaSoft Studio,,,,,,,2015-02-27,2018-08-01 -/games/boxart/full_3935300AmericaFrontccc.jpg,Blackhole,Linux,Platform,1C Company,FiolaSoft Studio,,,,,,,2015-02-27,2018-08-01 -/games/boxart/941551ccc.jpg,Blackthorne,SNES,Platform,Interplay,Blizzard Entertainment,,,,,,,1994-01-01, -/games/boxart/1149737ccc.jpg,Blades of Vengeance,GEN,Platform,Electronic Arts,Beam Software,,,,,,,1993-01-01, -/games/boxart/full_5300924AmericaFrontccc.jpg,Blaster Master,VC,Platform,Sunsoft,SunSoft,,,,,,,2009-12-14, -/games/boxart/9541567ccc.jpg,Blaster Master,NES,Platform,Sunsoft,SunSoft,,,,,,,1988-11-30, -/games/boxart/full_1664328AmericaFrontccc.png,Blaster Master,3DS,Platform,Sunsoft,SunSoft,,,,,,,2014-07-24, -/games/boxart/full_blaster-master-2_560AmericaFront.jpg,Blaster Master 2,GEN,Platform,Sunsoft,Software Creations,,,,,,,1993-03-15, -/games/boxart/full_blaster-master-enemy-below_585AmericaFront.png,Blaster Master: Enemy Below,3DS,Platform,Sunsoft,SunSoft,,,,,,,2011-12-15, -/games/boxart/full_blimp-the-flying-adventures_344PALFront.jpg,Blimp: The Flying Adventures,PSN,Platform,Unknown,CraneBalls Studios,,,,,,,2010-12-07, -/games/boxart/full_block-jump_417AmericaFront.jpg,Block Jump,XBL,Platform,Microsoft,cptpaper,,,,,,,2011-07-01, -/games/boxart/full_4706785AmericaFrontccc.jpg,Blue's Journey,VC,Platform,D4 Enterprise,ADK Corporation,,,,,,,2007-11-12, -/games/boxart/full_7377716AmericaFrontccc.jpg,Blue's Journey,NG,Platform,SNK,ADK Corporation,,,,,,,1991-07-01, -/games/boxart/full_3113555AmericaFrontccc.jpg,Bobby is Going Home,2600,Platform,Bit Corporation,Bit Corporation,,,,,,,1983-01-01, -/games/boxart/full_bomberman-hero_749AmericaFront.jpg,Bomberman Hero,VC,Platform,Hudson Soft,AI,,,,,,,2011-03-07, -/games/boxart/default.jpg,Bonk,3DS,Platform,Unknown,Hudson Soft,,,,,,,, -/games/boxart/full_bonk-3-bonks-big-adventure_2AmericaFront.jpg,Bonk 3: Bonk's Big Adventure,VC,Platform,Hudson Soft,RED Company,,,,,,,2007-09-03, -/games/boxart/full_bonk-3-bonks-big-adventure_67JapanFront.jpg,Bonk 3: Bonk's Big Adventure,PSN,Platform,Hudson Soft,RED Company,,,,,,,2010-01-20, -/games/boxart/full_bonk-3-bonks-big-adventure_8AmericaFront.jpg,Bonk 3: Bonk's Big Adventure,PCE,Platform,Hudson Soft,RED Company,,,,,,,1993-01-01, -/games/boxart/full_bonk-3-bonks-big-adventure-cd_4AmericaFront.jpg,Bonk 3: Bonk's Big Adventure CD,PCE,Platform,Turbo Technologies,RED Company,,,,,,,1994-12-01, -/games/boxart/full_8516674AmericaFrontccc.jpg,Bonk's Adventure,VC,Platform,Hudson Soft,RED Company,,,,,,,2006-11-21, -/games/boxart/full_bonks-adventure_219JapanFront.jpg,Bonk's Adventure,PSN,Platform,Hudson Soft,RED Company,,,,,,,2011-06-02, -/games/boxart/full_2732897AmericaFrontccc.jpg,Bonk's Adventure,NES,Platform,Hudson Soft,RED Company,,,,,,,1994-01-01, -/games/boxart/full_9851682AmericaFrontccc.jpg,Bonk's Adventure,GB,Platform,Hudson Soft,RED Company,,,,,,,1992-12-01, -/games/boxart/full_4839AmericaFrontccc.jpg,Bonk's Adventure,PCE,Platform,NEC,RED Company,,,,,,,1990-01-01, -/games/boxart/full_bonks-revenge_821JapanFront.jpg,Bonk's Revenge,PSN,Platform,Hudson Soft,RED Company,,,,,,,2009-11-18, -/games/boxart/full_bonks-revenge_10AmericaFront.jpg,Bonk's Revenge,GB,Platform,Hudson Soft,RED Company,,,,,,,1994-11-01, -/games/boxart/full_8152591AmericaFrontccc.jpg,Bonk's Revenge,PCE,Platform,NEC,RED Company,,,,,,,1991-01-01, -/games/boxart/full_871701AmericaFrontccc.jpg,Bonk's Revenge,VC,Platform,Hudson Soft,RED Company,,,,,,,2007-04-16, -/games/boxart/default.jpg,Bonk: Brink of Extinction,PSN,Platform,Unknown,Pi Studios,,,,,,,, -/games/boxart/default.jpg,Bonk: Brink of Extinction,XBL,Platform,Unknown,Pi Studios,,,,,,,, -/games/boxart/default.jpg,Bonk: Brink of Extinction,WW,Platform,Unknown,Pi Studios,,,,,,,, -/games/boxart/full_6125914AmericaFrontccc.jpg,Bonkers,SNES,Platform,Capcom,Capcom,,,,,,,1994-10-01, -/games/boxart/full_1843393AmericaFrontccc.jpg,Boogerman: A Pick and Flick Adventure,SNES,Platform,Interplay,Interplay,,,,,,,1995-12-01, -/games/boxart/1186661ccc.jpg,Boogerman: A Pick and Flick Adventure,GEN,Platform,Interplay,Interplay,,,,,,,1994-08-06, -/games/boxart/full_6715316AmericaFrontccc.jpg,Boogerman: A Pick and Flick Adventure,VC,Platform,Interplay,Interplay,,,,,,,2008-11-24, -/games/boxart/8607288ccc.jpg,Bounty Bob Strikes Back!,5200,Platform,Big Five Software,Big Five Software,,,,,,,1984-01-01, -/games/boxart/full_4937256AmericaFrontccc.jpg,Box Boy!,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2015-04-02,2018-07-17 -/games/boxart/full_braid_2AmericaFront.jpg,Braid,PSN,Platform,Number None,Hothead Games,9.3,,,,,,2009-11-12, -/games/boxart/full_2237968AmericaFrontccc.jpg,Braid,XBL,Platform,Microsoft,Number None Inc.,9.4,,,,,,2008-08-06, -/games/boxart/3986146ccc.jpg,Bram Stoker's Dracula,SNES,Platform,Sony Imagesoft,Traveller's Tales,,,,,,,1993-09-01,2018-12-01 -/games/boxart/full_1877536AmericaFrontccc.jpg,Brave: The Searcher for Spirit Dancer,PS2,Platform,SouthPeak Interactive,VIS Entertainment,,,,,,,2007-04-09, -/games/boxart/4647211ccc.jpg,Bubble Bobble,GB,Platform,Taito,Taito Corporation,,,,,,,1991-03-01, -/games/boxart/7085416ccc.jpg,Bubble Bobble,NES,Platform,Taito,Taito Corporation,,,,,,,1988-11-01, -/games/boxart/full_bubble-bobble_8AmericaFront.jpg,Bubble Bobble,PC,Platform,Taito,Taito Corporation,,,,,,,1989-01-01, -/games/boxart/full_bubble-bobble_6AmericaFront.jpg,Bubble Bobble,GG,Platform,Taito,Taito Corporation,,,,,,,1994-01-01, -/games/boxart/full_bubble-bobble_4PALFront.jpg,Bubble Bobble,MS,Platform,Sega,Taito Corporation,,,,,,,1992-01-01, -/games/boxart/2120412ccc.jpg,Bubble Bobble,VC,Platform,Taito,Taito Corporation,,,,,,,2007-12-31, -/games/boxart/full_5698477AmericaFrontccc.png,Bubble Bobble Plus!,WW,Platform,Taito,Taito Corporation,,,,,,,2009-05-25, -/games/boxart/full_bubsy-ii_822AmericaFront.jpg,Bubsy II,GB,Platform,Accolade,Images Software Ltd.,,,,,,,1994-01-01, -/games/boxart/full_bubsy-ii_164AmericaFront.jpg,Bubsy II,GEN,Platform,Accolade,Accolade,,,,,,,1994-01-01, -/games/boxart/4171103ccc.jpg,Bubsy II,SNES,Platform,Accolade,Accolade,,,,,,,1994-10-01, -/games/boxart/8414695ccc.jpg,Bubsy in Fractured Furry Tails,AJ,Platform,Accolade,"Imagitec Design, Inc.",,,,,,,1994-01-01, -/games/boxart/4987739ccc.jpg,Bubsy in: Claws Encounters of the Furred Kind,GEN,Platform,Accolade,Accolade,,,,,,,1993-01-01, -/games/boxart/6403811ccc.jpg,Bubsy in: Claws Encounters of the Furred Kind,SNES,Platform,Accolade,Solid Software,,,,,,,1993-05-01, -/games/boxart/full_bucky-ohare_6AmericaFront.jpg,Bucky O'Hare,NES,Platform,Konami,Konami,,,,,,,1992-01-01, -/games/boxart/full_buffers-evolution_4JapanFront.jpg,Buffers Evolution,WS,Platform,Bandai,Bandai,,,,,,,1999-12-09, -/games/boxart/1452150ccc.jpg,Bug Too!,SAT,Platform,Sega,Realtime Associates,,,,,,,1996-12-10, -/games/boxart/full_1308758AmericaFrontccc.jpg,Bug Too!,PC,Platform,SegaSoft,Realtime Associates,,,,,,,1996-12-10, -/games/boxart/full_4679574AmericaFrontccc.jpg,Bug!,PC,Platform,Sega,Realtime Associates,,,,,,,1996-09-09, -/games/boxart/full_bugs-bunny-collection_919JapanFront.jpg,Bugs Bunny Collection,GB,Platform,Kemco,Kotobuki Systems,,,,,,,1997-12-19, -/games/boxart/full_bugs-bunny-in-crazy-castle-4_870AmericaFront.jpg,Bugs Bunny In Crazy Castle 4,GB,Platform,Kemco,Kemco,,,,,,,2000-07-01, -/games/boxart/full_3941337AmericaFrontccc.jpg,Bugs Bunny in Double Trouble,GG,Platform,Sega,Atod AB,,,,,,,1996-01-01, -/games/boxart/6305103ccc.jpg,Bugs Bunny in Double Trouble,GEN,Platform,Sega,Atod AB,,,,,,,1996-01-01, -/games/boxart/6646728ccc.jpg,Bugs Bunny: Crazy Castle 3,GB,Platform,Kemco,Kemco,,,,,,,1999-01-01, -/games/boxart/full_bugs-bunny-lost-in-time_43AmericaFront.jpg,Bugs Bunny: Lost in Time,PC,Platform,Infogrames,Artificial Mind and Movement,,,,,,,1999-09-30, -/games/boxart/full_bugs-bunny-rabbit-rampage_21AmericaFront.jpg,Bugs Bunny: Rabbit Rampage,SNES,Platform,Sunsoft,Viacom New Media,,,,,,,1994-02-01, -/games/boxart/default.jpg,BurgerTime World Tour,WW,Platform,Unknown,MonkeyPaw Games,,,,,,,2012-02-09, -/games/boxart/full_burgertime-world-tour_743AmericaFront.jpg,BurgerTime World Tour,PC,Platform,Unknown,MonkeyPaw Games,,,,,,,, -/games/boxart/full_burgertime-world-tour_659AmericaFront.jpg,BurgerTime World Tour,XBL,Platform,Unknown,MonkeyPaw Games,5.8,,,,,,2011-11-02, -/games/boxart/full_burgertime-world-tour_729AmericaFront.jpg,BurgerTime World Tour,PSN,Platform,Unknown,MonkeyPaw Games,,,,,,,2011-11-15, -/games/boxart/9962811ccc.jpg,Buzz Lightyear of Star Command,DC,Platform,Activision,Traveller's Tales,5.2,,,,,,2000-09-26, -/games/boxart/default.jpg,C.I.D 925: An Ordinary Life,PSP,Platform,Unknown,Oxygen,,,,,,,, -/games/boxart/full_7083738JapanFrontccc.jpg,Capcom Generation 2: Dai 2 Shuu Makai to Kishi,SAT,Platform,Capcom,Capcom,,,,,,,1998-09-23, -/games/boxart/full_9267912JapanFrontccc.jpg,Capcom Generation 2: Dai 2 Shuu Makai to Kishi,PS,Platform,Capcom,Capcom,,,,,,,1998-09-23, -/games/boxart/default.jpg,Capsized,XBL,Platform,Unknown,Alientrap Software,,,,,,,, -/games/boxart/default.jpg,Captain Comic,PC,Platform,ComputerEasy,Color Dreams,,,,,,,1988-05-01, -/games/boxart/full_the-adventures-of-captain-comic-episode-ii-fractured-reality_404AmericaFront.jpg,Captain Comic II: Fractured Reality,PC,Platform,ComputerEasy,Color Dreams,,,,,,,1990-01-01, -/games/boxart/8703404ccc.jpg,Captain Comic: The Adventure,NES,Platform,ComputerEasy,Color Dreams,,,,,,,1989-01-01, -/games/boxart/8009736ccc.jpg,Captain Novolin,SNES,Platform,Raya System,Sculptured Software,,,,,,,1992-11-01, -/games/boxart/full_captain-planet-and-the-planeteers_0PALFront.jpg,Captain Planet and the Planeteers,GEN,Platform,Sega,NovaLogic,,,,,,,1993-01-01, -/games/boxart/8838189ccc.jpg,Captain Planet and the Planeteers,NES,Platform,Mindscape,Chris Gray Enterprises,,,,,,,1991-09-01, -/games/boxart/full_captain-silver_6JapanFront.jpg,Captain Silver,NES,Platform,Tokuma Shoten,Tokuma Shoten,,,,,,,1988-12-16, -/games/boxart/9172356ccc.jpg,Captain Silver,MS,Platform,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_3603124AmericaFrontccc.jpg,CarneyVale Showtime,XBL,Platform,Microsoft,Gambit,,,,,,,2008-12-22, -/games/boxart/6372281ccc.jpg,Casper,3DO,Platform,Interplay,"Logicware, Inc.",,,,,,,1996-01-01, -/games/boxart/full_castle-of-deceit_4AmericaFront.jpg,Castle of Deceit,NES,Platform,Bunch Games,"Bunch Games, Inc.",,,,,,,1990-01-01, -/games/boxart/full_385667AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse,GG,Platform,Sega,Sega (AM7),,,,,,,1991-01-01, -/games/boxart/3848553ccc.jpg,Castle of Illusion Starring Mickey Mouse,MS,Platform,Sega,Sega (AM7),,,,,,,1990-01-01, -/games/boxart/8554539ccc.jpg,Castle of Illusion Starring Mickey Mouse,GEN,Platform,Sega,Sega (AM7),,,,,,,1990-01-01, -/games/boxart/full_929069AmericaFrontccc.png,Castle of Illusion Starring Mickey Mouse (2013),iOS,Platform,Disney Interactive Studios,Sega,,,,,,,2013-11-21,2019-04-20 -/games/boxart/full_5375438AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),PC,Platform,Sega,Sega,,,,,,,2013-09-04,2019-04-20 -/games/boxart/full_7310804AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),PS3,Platform,Sega,Sega,,,,,,,2013-09-03,2019-04-20 -/games/boxart/full_9556230AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),X360,Platform,Sega,Sega,,,,,,,2013-09-04,2019-04-20 -/games/boxart/full_2615386AmericaFrontccc.jpg,Castle of Magic,DSiW,Platform,Gameloft,Gameloft,,,,,,,2009-11-23, -/games/boxart/full_778299AmericaFrontccc.jpg,Castle Wolfenstein,PC,Platform,Muse Software,Muse Software,,,,,,,1983-01-01, -/games/boxart/full_9423130AmericaFrontccc.jpg,Castlevania,VC,Platform,Konami,Konami,7.5,,,,,,2007-04-30, -/games/boxart/full_9050788AmericaFrontccc.jpg,Castlevania,PC,Platform,Konami,"Distinctive Software, Inc.",,,,,,,1990-01-01, -/games/boxart/full_4482162AmericaFrontccc.png,Castlevania Chronicles,PSN,Platform,Konami,Konami Computer Entertainment Tokyo,,,,,,,2008-12-18, -/games/boxart/full_7868422AmericaFrontccc.jpg,Castlevania II: Belmont's Revenge,GB,Platform,Konami,Konami,,,,,,,1991-08-01, -/games/boxart/full_7016907AmericaFrontccc.jpg,Castlevania II: Simon's Quest,VC,Platform,Konami,Konami,7,,,,,,2007-10-29, -/games/boxart/full_4572535AmericaFrontccc.png,Castlevania III: Dracula's Curse,WiiU,Platform,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2014-06-26, -/games/boxart/full_6305154AmericaFrontccc.jpg,Castlevania III: Dracula's Curse,VC,Platform,Capcom,Konami,9,,,,,,2009-01-12, -/games/boxart/full_5649237AmericaFrontccc.png,Castlevania III: Dracula's Curse,3DS,Platform,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2014-06-26, -/games/boxart/full_6204969AmericaFrontccc.jpg,Castlevania Legends,GB,Platform,Konami,Konami,,,,,,,1998-03-11, -/games/boxart/full_6132671AmericaFrontccc.png,Castlevania: Symphony of the Night,PSN,Platform,Konami,Digital Eclipse,9.3,,,,,,2007-07-18, -/games/boxart/full_1956173JapanFrontccc.jpg,Castlevania: Rondo of Blood,VC,Platform,Konami,Konami,9,,,,,,2010-03-15, -/games/boxart/full_4284660AmericaFrontccc.jpg,Castlevania: Symphony of the Night,XBL,Platform,Konami,Digital Eclipse,8.9,,,,,,2007-03-21, -/games/boxart/full_1926408AmericaFrontccc.jpg,Castlevania: The Adventure,GB,Platform,Konami,Konami,,,,,,,1989-12-01, -/games/boxart/full_9036636AmericaFrontccc.jpg,Castlevania: The Adventure ReBirth,WW,Platform,Konami,M2,8.2,,,,,,2009-12-28, -/games/boxart/full_2912055AmericaFrontccc.jpg,Castlevania: The Dracula X Chronicles,PSN,Platform,Konami,Konami,8.1,,,,,,2009-12-10, -/games/boxart/6705381ccc.jpg,Catwoman,GB,Platform,Kemco,Kemco,,,,,,,1999-12-01, -/games/boxart/full_9090749AmericaFrontccc.jpg,Cave Story,WW,Platform,Unknown,Nicalis,8.8,,,,,,2010-03-22, -/games/boxart/1862316ccc.png,Cave Story,PC,Platform,Studio Pixel,Studio Pixel,,,,,,,2004-12-20, -/games/boxart/full_cave-story_817AmericaFront.jpg,Cave Story,DSiW,Platform,Unknown,Nicalis,,,,,,,2010-11-29, -/games/boxart/2110762ccc.gif,Chakan,GEN,Platform,Sega,Sega,,,,,,,1992-06-08, -/games/boxart/full_8944494AmericaFrontccc.jpg,Charlie's Blast Factory,XBL,Platform,Microsoft,Dr Joker,,,,,,,2009-04-06, -/games/boxart/full_cheese-cat-astrophe-starring-speedy-gonzales_1PALFront.jpg,Cheese Cat-Astrophe Starring Speedy Gonzales,GEN,Platform,Sega,Time Warner Interactive,,,,,,,1995-01-01, -/games/boxart/full_cheese-cat-astrophe-starring-speedy-gonzales_6AmericaFront.jpg,Cheese Cat-Astrophe Starring Speedy Gonzales,GG,Platform,Sega,Cryo Interactive,,,,,,,1995-01-01, -/games/boxart/full_8667512PALFrontccc.jpg,Cheese Cat-Astrophe Starring Speedy Gonzales,MS,Platform,Sega,Cryo Interactive,,,,,,,1995-01-01, -/games/boxart/full_chester_512AmericaFront.jpg,Chester,XBL,Platform,Microsoft,Brilliant Blue-G,6,,,,,,2011-08-31, -/games/boxart/5158801ccc.jpg,Chester Cheetah: Too Cool to Fool,GEN,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1992-01-01, -/games/boxart/full_7515393AmericaFrontccc.jpg,Chester Cheetah: Too Cool to Fool,SNES,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1992-12-01, -/games/boxart/380012ccc.jpg,Chester Cheetah: Wild Wild Quest,GEN,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1992-01-01, -/games/boxart/full_3856765AmericaFrontccc.jpg,Chester Cheetah: Wild Wild Quest,SNES,Platform,Kaneko Co. Ltd,Kaneko,,,,,,,1994-03-01, -/games/boxart/full_chiki-chiki-boys_504AmericaFront.jpg,Chiki Chiki Boys,GEN,Platform,Sega,Capcom,,,,,,,1993-01-01, -/games/boxart/full_chiki-chiki-boys_881JapanFront.jpg,Chiki Chiki Boys,PSN,Platform,Capcom,NEC Avenue,,,,,,,2011-04-20, -/games/boxart/full_chiki-chiki-boys_793JapanFront.jpg,Chiki Chiki Boys,PCE,Platform,NEC Avenue,NEC Avenue,,,,,,,1994-07-15, -/games/boxart/full_9139253JapanFrontccc.jpg,Chip Chan Kick!,PCFX,Platform,NEC,NEC,,,,,,,1996-09-13, -/games/boxart/full_2663850JapanFrontccc.jpg,Chippoke Ralph no Daibouken: The Adventure of Little Ralph,PS,Platform,New,New,,,,,,,1999-06-03, -/games/boxart/full_chou-genjin-2_5JapanFront.jpg,Chou-Genjin 2,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1995-07-28, -/games/boxart/full_5140957AmericaFrontccc.jpg,Chris Unarmed,XBL,Platform,Microsoft,Chris Hughes,,,,,,,2009-12-09, -/games/boxart/full_7437413AmericaFrontccc.jpg,Christmas NiGHTS into dreams...,SAT,Platform,Sega,Sonic Team,8,,,,,,1996-01-01, -/games/boxart/default.jpg,Chronoblade,3DS,Platform,Unknown,Corocell,,,,,,,, -/games/boxart/full_1985824AmericaFrontccc.jpg,Chronos Twins,DSiW,Platform,Enjoy Gaming,EnjoyUp Games,,,,,,,2010-01-18, -/games/boxart/full_7119924AmericaFrontccc.jpg,Chronos Twins DX,WW,Platform,Enjoy Gaming,EnjoyUp Games,,,,,,,2010-01-11, -/games/boxart/full_3621378AmericaFrontccc.jpg,Chubbins,WiiU,Platform,Unknown,Unknown,,,,,,,2014-06-05, -/games/boxart/full_7765497AmericaFrontccc.jpg,Chuck Rock,GEN,Platform,Virgin Interactive,Core Design,,,,,,,1992-01-01, -/games/boxart/7789480ccc.jpg,Chuck Rock,SCD,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-01-01, -/games/boxart/full_4713468PALFrontccc.jpg,Chuck Rock,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, -/games/boxart/2491956ccc.jpg,Chuck Rock,SNES,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-11-01, -/games/boxart/3125574ccc.jpg,Chuck Rock,GB,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1993-12-01, -/games/boxart/2126205ccc.jpg,Chuck Rock II: Son of Chuck,SCD,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_5324770PALFrontccc.jpg,Chuck Rock II: Son of Chuck,MS,Platform,Sega,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/254423ccc.jpg,Chuck Rock II: Son of Chuck,GEN,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_3690902AmericaFrontccc.jpg,Chuck Rock II: Son of Chuck,GG,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_cid-the-dummy_7AmericaFront.jpg,CID The Dummy,PS2,Platform,O-Games,Twelve Games,,,,,,,2009-07-07, -/games/boxart/full_8217755PALFrontccc.jpg,CID The Dummy,PC,Platform,O-Games,Twelve Games,,,,,,,2009-07-07, -/games/boxart/full_292334AmericaFrontccc.jpg,Citizen X,SCD,Platform,Good Night Brave Warrior,Good Deal Games,,,,,,,2002-10-01, -/games/boxart/full_city-connection_6AmericaFront.jpg,City Connection,VC,Platform,Jaleco,Jaleco Entertainment,,,,,,,2008-05-27, -/games/boxart/654321ccc.jpg,City Connection,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1985-05-01, -/games/boxart/5603866ccc.jpg,Clash at Demonhead,NES,Platform,Victory Lap Games,Vic Tokai,,,,,,,1990-01-01, -/games/boxart/full_6894295AmericaFrontccc.jpg,Claymates,SNES,Platform,Interplay,Visual Concepts,,,,,,,1993-01-01, -/games/boxart/full_cliffhanger_303AmericaFront.jpg,Cliffhanger,GB,Platform,Sony Imagesoft,Spidersoft,,,,,,,1993-12-01, -/games/boxart/9010124ccc.jpg,Cliffhanger,NES,Platform,Sony Imagesoft,Sony Imagesoft,,,,,,,1993-11-01, -/games/boxart/full_8799683AmericaFrontccc.jpg,Cliffhanger,GG,Platform,Sony Imagesoft,Spidersoft,,,,,,,1994-01-01, -/games/boxart/5700363ccc.jpg,Clockwork Knight 2,SAT,Platform,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_6167949AmericaFrontccc.jpg,Cloning Clyde,XBL,Platform,NinjaBee,NinjaBee,7.6,,,,,,2006-07-19, -/games/boxart/full_4617159AmericaFrontccc.jpg,Clover,XBL,Platform,Binary Tweed,Deej,,,,,,,2009-05-08, -/games/boxart/full_clover-a-curious-tale_427AmericaFront.jpg,Clover: A Curious Tale,PC,Platform,Blitz Game Studios,Deej,,,,,,,2010-03-03, -/games/boxart/full_clover-a-curious-tale_43AmericaFront.jpg,Clover: A Curious Tale,XBL,Platform,Microsoft,Deej,,,,,,,2010-08-16, -/games/boxart/full_clydes-adventure_208AmericaFront.jpg,Clyde's Adventure,PC,Platform,Unknown,Moonlite Software,,,,,,,1992-01-01, -/games/boxart/full_clydes-revenge_26AmericaFront.gif,Clyde's Revenge!,PC,Platform,Unknown,Moonlite Software,,,,,,,1995-01-01, -/games/boxart/full_8786443PALFrontccc.jpg,Cocoto Platform Jumper,GC,Platform,Big Ben Interactive,Neko Entertainment,,,,,,,2004-12-10, -/games/boxart/default.jpg,Cocoto Platform Jumper,PC,Platform,Big Ben Interactive,Neko Entertainment,,,,,,,2006-12-07, -/games/boxart/full_7225840PALFrontccc.jpg,Cocoto Platform Jumper,PS2,Platform,Big Ben Interactive,Neko Entertainment,,,,,,,2004-07-02, -/games/boxart/full_7351312AmericaFrontccc.jpg,Cocoto Platform Jumper,WW,Platform,Neko Entertainment,Neko Entertainment,,,,,,,2009-04-27, -/games/boxart/full_3108223AmericaFrontccc.jpg,Cold War Commander,XBL,Platform,Microsoft,ChefTeslaCoil,,,,,,,2009-05-28, -/games/boxart/full_comic-jumper-the-adventures-of-captain-smiley_6AmericaFront.jpg,Comic Jumper,XBL,Platform,Twisted Pixel Games,Twisted Pixel Games,7.7,,,,,,2010-10-06, -/games/boxart/5529209ccc.jpg,Commander Keen,GB,Platform,Activision,David A. Palmer Productions,,,,,,,2001-05-30, -/games/boxart/full_6861315AmericaFrontccc.jpg,Commander Keen Complete Pack,PC,Platform,Valve,id Software,,,,,,,2007-08-03, -/games/boxart/2139724ccc.gif,Commander Keen: Aliens Ate My Babysitter!,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, -/games/boxart/5793402ccc.jpg,Commander Keen: Goodbye Galaxy,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, -/games/boxart/2006839ccc.jpg,Commander Keen: Keen Dreams,PC,Platform,id Software,id Software,,,,,,,1991-01-23, -/games/boxart/3130237ccc.gif,Commander Keen: Keen Must Die!,PC,Platform,Apogee,id Software,,,,,,,1990-12-14, -/games/boxart/8178158ccc.gif,Commander Keen: Marooned on Mars,PC,Platform,Apogee,id Software,,,,,,,1990-12-14, -/games/boxart/1934373ccc.gif,Commander Keen: Secret of the Oracle,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, -/games/boxart/4135588ccc.gif,Commander Keen: The Armageddon Machine,PC,Platform,Apogee,id Software,,,,,,,1991-12-15, -/games/boxart/8659588ccc.gif,Commander Keen: The Earth Explodes,PC,Platform,Apogee,id Software,,,,,,,1990-11-14, -/games/boxart/full_1821228AmericaFrontccc.jpg,Congo's Caper,SNES,Platform,Data East,DE Act Team,,,,,,,1993-05-01, -/games/boxart/1679237ccc.jpg,Conker's Pocket Tales,GB,Platform,Rare,Rare Ltd.,,,,,,,1999-06-08, -/games/boxart/1439627ccc.jpg,Cool Spot,GB,Platform,Virgin Interactive,NMS Software,,,,,,,1994-10-01, -/games/boxart/6834868ccc.gif,Cool Spot,GEN,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-02-18, -/games/boxart/full_4225830PALFrontccc.jpg,Cool Spot,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, -/games/boxart/full_cool-spot_0PALFront.jpg,Cool Spot,PC,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, -/games/boxart/full_4131416AmericaFrontccc.jpg,Cool Spot,GG,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, -/games/boxart/full_3198731AmericaFrontccc.jpg,Cool Spot,SNES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-09-01, -/games/boxart/9647947ccc.jpg,Cool World,GB,Platform,Ocean,Ocean,,,,,,,1993-06-01, -/games/boxart/full_cortex-command_383AmericaFront.jpg,Cortex Command,PC,Platform,Unknown,Data Realms,,,,,,,2010-01-01, -/games/boxart/full_cosmos-cosmic-adventure_751AmericaFront.jpg,Cosmo's Cosmic Adventure,PC,Platform,Apogee,"Apogee Software, Ltd.",,,,,,,1992-03-01, -/games/boxart/full_2092124AmericaFrontccc.png,Crash Bandicoot,PSN,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2006-12-04, -/games/boxart/full_2536799AmericaFrontccc.png,Crash Bandicoot 2: Cortex Strikes Back,PSN,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2008-01-09,2018-09-24 -/games/boxart/5926780ccc.jpg,Crash Bandicoot 2: N-Tranced,GBA,Platform,Unknown,Vicarious Visions,,,,,,,, -/games/boxart/full_4518122AmericaFrontccc.png,Crash Bandicoot 3: Warped,PSN,Platform,Sony Computer Entertainment,Naughty Dog,,,,,,,2008-02-06, -/games/boxart/full_7284240AmericaFrontccc.jpg,Crash Bandicoot: The Wrath of Cortex,XBL,Platform,Activision,Traveller's Tales,,,,,,,2007-12-04, -/games/boxart/full_5719507AmericaFrontccc.png,Crash of the Titans,PSN,Platform,Activision,SuperVillain Studios,,,,,,,2009-09-30, -/games/boxart/full_9454719AmericaFrontccc.jpg,Crash of the Titans,XBL,Platform,Activision,Radical Entertainment,,,,,,,2009-11-10, -/games/boxart/full_1361156AmericaFrontccc.png,Crash: Mind Over Mutant,PSN,Platform,Activision,Radical Entertainment,,,,,,,2009-09-30, -/games/boxart/full_crayon-shin-chan-2-dai-maou-no-gyakushu_978JapanFront.jpg,Crayon Shin-Chan 2: Dai Maou no Gyakushu,SNES,Platform,Bandai,Bandai,,,,,,,1994-05-27, -/games/boxart/full_crayon-shin-chan-arashi-o-yobu-enji_40JapanFront.jpg,Crayon Shin-Chan: Arashi o Yobu Enji,GEN,Platform,Ma-Ba,Ma-Ba,,,,,,,1994-03-11, -/games/boxart/full_crayon-shin-chan-ora-to-shiro-ha-otomodachi-dayo_257JapanFront.jpg,Crayon Shin-Chan: Ora to Shiro ha Otomodachi Dayo,GB,Platform,Bandai,Bandai,,,,,,,1993-04-09, -/games/boxart/full_crescent-pale-mist_678AmericaFront.jpg,Crescent Pale Mist,PSN,Platform,Sony Online Entertainment,ClassiC Shikoukairo,,,,,,,2010-11-09, -/games/boxart/full_6923244AmericaFrontccc.jpg,Croc 2,GB,Platform,THQ,Natsume,,,,,,,2001-01-25, -/games/boxart/7082698ccc.jpg,Croc: Legend of the Gobbos,PC,Platform,Fox Interactive,Argonaut Games,,,,,,,1997-11-26, -/games/boxart/1717732ccc.jpg,Croc: Legend of the Gobbos,SAT,Platform,Fox Interactive,Argonaut Games,,,,,,,1997-01-01, -/games/boxart/full_6670260AmericaFrontccc.png,Crush,PSN,Platform,Sega,Zoe Mode,8.5,,,,,,2009-09-30, -/games/boxart/default.jpg,Crystal Caves,PC,Platform,Apogee,"Apogee Software, Ltd.",,,,,,,1991-10-23, -/games/boxart/8240698ccc.jpg,Crystal's Pony Tale,GEN,Platform,Sega,Artech Studios,,,,,,,1994-01-01, -/games/boxart/4051342ccc.jpg,Daffy Duck,GB,Platform,Sunsoft,SunSoft,,,,,,,1995-01-01, -/games/boxart/full_8552969PALFrontccc.jpg,Daffy Duck in Hollywood,MS,Platform,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/full_8348221PALFrontccc.jpg,Daffy Duck in Hollywood,GEN,Platform,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_4156472PALFrontccc.jpg,Daffy Duck in Hollywood,GG,Platform,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/9701576ccc.jpg,Daffy Duck: Fowl Play,GB,Platform,Sunsoft,SunSoft,,,,,,,1999-12-01, -/games/boxart/full_daffy-duck-the-marvin-missions_10AmericaFront.jpg,Daffy Duck: The Marvin Missions,SNES,Platform,Sunsoft,SunSoft,,,,,,,1993-10-01, -/games/boxart/full_dai-makai-mura_9JapanFront.jpg,Dai Makaimura,PCE,Platform,NEC Interchannel,Alfa System,,,,,,,1990-07-27, -/games/boxart/full_dai-makai-mura_10JapanFront.jpg,Dai Makaimura,PSN,Platform,Capcom,Alfa System,,,,,,,2010-08-18, -/games/boxart/full_dai-makai-mura_3JapanFront.jpg,Dai Makaimura,VC,Platform,Capcom,Alfa System,,,,,,,2009-02-03, -/games/boxart/full_1518133JapanFrontccc.jpg,Daiku no Gensan 2: Akage no Dan no Gyakushuu,NES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-10-22, -/games/boxart/full_70132JapanFrontccc.jpg,Daiku no Gensan: KachiKachi no Tonkachi ga Kachi,GB,Platform,Gaps,Biox,,,,,,,2000-04-28, -/games/boxart/full_6352287JapanFrontccc.jpg,Daiku no Gensan: Robot Teikoku no Yabou,GB,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1994-03-25, -/games/boxart/full_478812PALFrontccc.jpg,Danan: The Jungle Fighter,MS,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/default.jpg,Dangerous Dave,PC,Platform,SoftDisk Publishing,SoftDisk,,,,,,,1990-01-01, -/games/boxart/full_2683903AmericaFrontccc.jpg,Dangerous Dave in the Haunted Mansion,PC,Platform,SoftDisk Publishing,id Software,,,,,,,1991-01-01, -/games/boxart/full_dark-castle_993AmericaFront.jpg,Dark Castle,PC,Platform,Unknown,"Silicon Beach Software, Inc.",,,,,,,1987-01-01, -/games/boxart/full_dark-castle_857AmericaFront.jpg,Dark Castle,GEN,Platform,Electronic Arts,Artech Studios,,,,,,,1991-01-01, -/games/boxart/full_497455AmericaFrontccc.jpg,Dark Void Zero,PC,Platform,Capcom,Other Ocean Interactive,,,,,,,2010-04-12, -/games/boxart/full_8407425AmericaFrontccc.jpg,Dark Void Zero,DSiW,Platform,Capcom,Other Ocean Interactive,8.5,,,,,,2010-01-18, -/games/boxart/9268710ccc.jpg,Darkwing Duck,GB,Platform,Sunsoft,Capcom,,,,,,,1993-01-13, -/games/boxart/2982109ccc.jpg,Darkwing Duck,NES,Platform,Capcom,Capcom,,,,,,,1992-06-01, -/games/boxart/full_darkwing-duck_8AmericaFront.jpg,Darkwing Duck,PCE,Platform,Turbo Technologies,Interactive Designs,,,,,,,1992-01-01, -/games/boxart/full_6688912AmericaFrontccc.png,Daxter,PSN,Platform,Sony Computer Entertainment,Ready at Dawn,,,,,,,2009-10-01, -/games/boxart/default.jpg,Daze Before Christmas,GEN,Platform,Sunsoft,Funcom,,,,,,,1994-01-01, -/games/boxart/998543ccc.gif,Daze Before Christmas,SNES,Platform,Sunsoft,Funcom,,,,,,,1993-01-01, -/games/boxart/full_7769970AmericaFrontccc.jpg,de Blob,PC,Platform,THQ Nordic,Blue Tongue,,,,,,,2017-03-03, -/games/boxart/full_death-and-the-fly_140AmericaFront.jpg,Death and the Fly,PC,Platform,Interplay,Independent Programmist Group,,,,,,,2011-05-20, -/games/boxart/full_7595427AmericaFrontccc.jpg,Death Jr.,PSN,Platform,Konami,Backbone Entertainment,,,,,,,2009-12-10, -/games/boxart/full_3419876AmericaFrontccc.jpg,Death Jr. II: Root of Evil,PSN,Platform,Konami,Backbone Entertainment,6.9,,,,,,2009-12-10, -/games/boxart/full_decap-attack_855AmericaFront.jpg,Decap Attack,PC,Platform,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_decap-attack_877AmericaFront.jpg,Decap Attack,GEN,Platform,Sega,Vic Tokai,,,,,,,1991-01-01, -/games/boxart/full_2738291PALFrontccc.jpg,Deep Duck Trouble Starring Donald Duck,MS,Platform,Sega,Aspect,,,,,,,1993-01-01, -/games/boxart/full_defy-gravity_632AmericaFront.jpg,Defy Gravity,XBL,Platform,Microsoft,Paul Fisch 1,,,,,,,2011-02-07, -/games/boxart/6744188ccc.jpg,Demolition Man,SNES,Platform,Acclaim Entertainment,Virgin Interactive,,,,,,,1995-08-01, -/games/boxart/full_1438148AmericaFrontccc.jpg,Demon's Crest,SNES,Platform,Capcom,Capcom,,,,,,,1994-11-01, -/games/boxart/2896243ccc.jpg,Dennis the Menace,GB,Platform,Ocean,Ocean,,,,,,,1994-02-01, -/games/boxart/full_desert-demolition-starring-road-runner-and-wile-e-coyote_5AmericaFront.jpg,Desert Demolition starring Road Runner and Wile E. Coyote,GEN,Platform,Sega,Bluesky Innovations,,,,,,,1994-01-01, -/games/boxart/full_9096954AmericaFrontccc.jpg,Desert Speedtrap starring Road Runner & Wile E. Coyote,GG,Platform,Sega,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_364441PALFrontccc.jpg,Desert Speedtrap Starring Road Runner and Wile E. Coyote,MS,Platform,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/full_despicable-me-the-game_2AmericaFront.jpg,Despicable Me: The Game,PSN,Platform,D3 Publisher,Monkey Bar Games,,,,,,,2010-07-06, -/games/boxart/full_2191510AmericaFrontccc.jpg,Dexter's Laboratory: Mandark's Lab?,PS,Platform,BAM! Entertainment,Red Lemon Studios,,,,,,,2002-04-05, -/games/boxart/9198031ccc.jpg,Digger T. Rock: The Legend of the Lost City,NES,Platform,Milton Bradley,Rare Ltd.,,,,,,,1990-12-01, -/games/boxart/7053500ccc.jpg,DinoCity,SNES,Platform,Irem Software Engineering,Smart Egg Pictures,,,,,,,1992-09-01, -/games/boxart/full_5918748AmericaFrontccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,PC,Platform,Disney Interactive Studios,Crystal Dynamics,,,,,,,2000-11-01, -/games/boxart/full_9887854AmericaFrontccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,GB,Platform,Activision,Crystal Dynamics,,,,,,,2000-11-22, -/games/boxart/full_1772284AmericaFrontccc.jpg,Disney's 102 Dalmatians: Puppies to the Rescue,DC,Platform,Eidos Interactive,Crystal Dynamics,6.9,,,,,,2000-11-15, -/games/boxart/full_8559314PALFrontccc.jpg,Disney's Aladdin,NES,Platform,Virgin Interactive,NMS Software,,,,,,,1994-01-01, -/games/boxart/full_3725104PALFrontccc.jpg,Disney's Aladdin,MS,Platform,Sega,Nexa,,,,,,,1994-01-01, -/games/boxart/full_disneys-aladdin_862AmericaFront.jpg,Disney's Aladdin,GB,Platform,Virgin Interactive,NMS Software,,,,,,,1995-10-01, -/games/boxart/full_5354950AmericaFrontccc.jpg,Disney's Aladdin,GG,Platform,Sega,SIMS,,,,,,,1994-01-01, -/games/boxart/full_disneys-aladdin-gbc_501AmericaFront.jpg,Disney's Aladdin (GBC),GB,Platform,Ubisoft,Crawfish Interactive,,,,,,,2000-11-07, -/games/boxart/default.jpg,Disney's Ariel the Little Mermaid,MS,Platform,Tec Toy,BlueSky Software,,,,,,,1992-01-01, -/games/boxart/full_disneys-atlantis-the-lost-empire_420AmericaFront.jpg,Disney's Atlantis: The Lost Empire,GB,Platform,THQ,Eurocom Entertainment Software,,,,,,,2001-06-14, -/games/boxart/full_disneys-beauty-and-the-beast_370PALFront.jpg,Disney's Beauty and the Beast,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-01-01, -/games/boxart/full_disneys-beauty-and-the-beast_421AmericaFront.jpg,Disney's Beauty and the Beast,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-07-01, -/games/boxart/full_disneys-beauty-and-the-beast-belles-quest_122AmericaFront.jpg,Disney's Beauty and the Beast: Belle's Quest,GEN,Platform,Sunsoft,Software Creations,,,,,,,1993-01-01, -/games/boxart/full_disneys-beauty-and-the-beast-roar-of-the-beast_922AmericaFront.jpg,Disney's Beauty and the Beast: Roar of the Beast,GEN,Platform,Sunsoft,Software Creations,,,,,,,1993-01-01, -/games/boxart/6442566ccc.jpg,Disney's Bonkers,GEN,Platform,Capcom,Sega,,,,,,,1994-01-01, -/games/boxart/full_7458672AmericaFrontccc.jpg,Disney's Bonkers: Wax Up!,GG,Platform,Sega,Al Baker and Associates,,,,,,,1995-01-01, -/games/boxart/default.jpg,Disney's Bonkers: Wax Up!,MS,Platform,Tec Toy,Tec Toy,,,,,,,1994-01-01, -/games/boxart/full_585037AmericaFrontccc.jpg,Disney's Chicken Little,PC,Platform,Buena Vista,Avalanche Software,,,,,,,2005-11-02, -/games/boxart/full_2073704AmericaFrontccc.jpg,Disney's Chip 'n Dale: Rescue Rangers 2,NES,Platform,Capcom,Capcom,,,,,,,1994-01-01, -/games/boxart/full_disneys-donald-duck-goin-quackers_8PALFront.jpg,Disney's Donald Duck: Goin' Quackers,PC,Platform,Ubisoft,Disney Interactive Studios,,,,,,,2000-01-01, -/games/boxart/full_6893569AmericaFrontccc.jpg,Disney's Donald Duck: Goin' Quackers,GB,Platform,Ubisoft,Disney Interactive Studios,,,,,,,2000-10-19, -/games/boxart/4481267ccc.jpg,Disney's Donald Duck: Goin' Quackers,DC,Platform,Ubisoft,Disney Interactive Studios,7.2,,,,,,2000-12-13, -/games/boxart/4071640ccc.jpg,Disney's DuckTales 2,NES,Platform,Capcom,Capcom,,,,,,,1993-01-01, -/games/boxart/full_2372917AmericaFrontccc.jpg,Disney's DuckTales 2,GB,Platform,Disney Interactive Studios,Capcom,,,,,,,1993-11-01, -/games/boxart/full_disneys-hercules_10AmericaFront.jpg,Disney's Hercules,PSN,Platform,Sony Computer Entertainment,Eurocom Entertainment Software,,,,,,,2010-07-27, -/games/boxart/full_767239AmericaFrontccc.jpg,Disney's Hercules,PS,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1997-07-01, -/games/boxart/2977612ccc.jpg,Disney's Hercules,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1997-07-01, -/games/boxart/5847463ccc.jpg,Disney's Kim Possible: What's the Switch?,PS2,Platform,Buena Vista,Artificial Mind and Movement,,,,,,,2006-10-19, -/games/boxart/full_7717227AmericaFrontccc.jpg,Disney's Lilo & Stitch,PS,Platform,Sony Computer Entertainment,Blitz Games,,,,,,,2002-06-14, -/games/boxart/1412374ccc.jpg,Disney's Mulan,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1998-10-01, -/games/boxart/674591ccc.jpg,Disney's Pinocchio,GEN,Platform,THQ,Virgin Interactive,,,,,,,1996-01-01, -/games/boxart/7696542ccc.jpg,Disney's Pinocchio,SNES,Platform,Disney Interactive Studios,Virgin Interactive,,,,,,,1996-11-01, -/games/boxart/full_5540514AmericaFrontccc.jpg,Disney's Pinocchio,GB,Platform,Black Pearl,NMS Software,,,,,,,1996-10-01, -/games/boxart/full_3590305AmericaFrontccc.jpg,Disney's Pocahontas,GEN,Platform,Disney Interactive Studios,Funcom Oslo A/S,,,,,,,1996-01-01, -/games/boxart/full_disneys-pocahontas_235AmericaFront.jpg,Disney's Pocahontas,GB,Platform,Black Pearl,Tiertex Design Studios,,,,,,,1996-04-01, -/games/boxart/full_8994778AmericaFrontccc.jpg,Disney's TaleSpin,GEN,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/default.jpg,Disney's Tarzan,PC,Platform,Unknown,Disney Interactive,,,,,,,, -/games/boxart/full_disneys-the-emperors-new-groove_4AmericaFront.jpg,Disney's The Emperor's New Groove,PSN,Platform,Sony Computer Entertainment,Argonaut Software,,,,,,,2011-03-08, -/games/boxart/full_disneys-the-emperors-new-groove_7AmericaFront.jpg,Disney's The Emperor's New Groove,GB,Platform,Ubisoft,Sandbox,,,,,,,2000-12-01, -/games/boxart/full_4421531AmericaFrontccc.jpg,Disney's The Jungle Book,NES,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1994-08-01, -/games/boxart/9473049ccc.jpg,Disney's The Jungle Book,GEN,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1994-01-01, -/games/boxart/full_disneys-the-jungle-book_2PALFront.jpg,Disney's The Jungle Book,PC,Platform,Virgin Interactive,Disney Interactive,,,,,,,1995-01-01, -/games/boxart/full_4018095PALFrontccc.jpg,Disney's Winnie the Pooh's Rumbly Tumbly Adventure & Rayman 3,GBA,Platform,Ubisoft,Phoenix Game Studio / Ubisoft,,,,,,,2006-06-16, -/games/boxart/full_8546113AmericaFrontccc.jpg,Disney´s The Jungle Book,GB,Platform,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1994-08-01, -/games/boxart/full_divergent-shift_6AmericaFront.jpg,Divergent Shift,DSiW,Platform,Konami,Intrinsic Games,,,,,,,2010-08-16, -/games/boxart/full_9117464AmericaFrontccc.jpg,Dodge These Balls,XBL,Platform,Microsoft,imagodespira,,,,,,,2009-08-22, -/games/boxart/full_don-doko-don_2JapanFront.jpg,Don Doko Don,NES,Platform,Taito,Taito Corporation,,,,,,,1990-03-09, -/games/boxart/full_don-doko-don_0JapanFront.jpg,Don Doko Don,PCE,Platform,Taito,Taito Corporation,,,,,,,1990-05-31, -/games/boxart/full_don-doko-don-2_0JapanFront.jpg,Don Doko Don 2,NES,Platform,Taito,Taito Corporation,,,,,,,1992-01-31, -/games/boxart/full_dont-call-me-skyfish_130AmericaFront.jpg,Don't Call Me Skyfish,XBL,Platform,Microsoft,Uplion,,,,,,,2011-07-08, -/games/boxart/full_2922936PALFrontccc.jpg,Donald in Maui Mallard,GEN,Platform,Sega,Eurocom Entertainment Software,,,,,,,1995-12-08, -/games/boxart/full_2112399AmericaFrontccc.jpg,Donkey Kong,VC,Platform,Nintendo,Nintendo,,,,,,,2006-01-19, -/games/boxart/9763557ccc.jpg,Donkey Kong,7800,Platform,Atari,Nintendo,,,,,,,1988-01-01, -/games/boxart/default.jpg,Donkey Kong,PC,Platform,Atari,Nintendo,,,,,,,1983-01-01, -/games/boxart/full_7184013JapanFrontccc.jpg,Donkey Kong (FDS),NES,Platform,Nintendo,Nintendo,,,,,,,1988-04-08, -/games/boxart/1824088ccc.jpg,Donkey Kong 3,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2008-07-14, -/games/boxart/424142ccc.jpg,Donkey Kong 3,NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-06-01, -/games/boxart/2544391ccc.jpg,Donkey Kong Country,VC,Platform,Nintendo,Rare Ltd.,8.1,,,,,,2007-02-19, -/games/boxart/6295535ccc.jpg,Donkey Kong Country 2: Diddy's Kong Quest,VC,Platform,Nintendo,Rare Ltd.,8.8,,,,,,2007-05-21, -/games/boxart/full_8535332AmericaFrontccc.jpg,Donkey Kong Country 3: Dixie Kong's Double Trouble!,VC,Platform,Nintendo,Rare Ltd.,8.5,,,,,,2007-12-24, -/games/boxart/full_7854055AmericaFrontccc.jpg,Donkey Kong Jr.,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2006-12-04, -/games/boxart/full_6649941JapanFrontccc.jpeg,Donkey Kong Jr. (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1988-07-19, -/games/boxart/8144413ccc.jpg,Donkey Kong Junior,7800,Platform,Atari,Nintendo,,,,,,,1988-01-01, -/games/boxart/default.jpg,Doodle Jump,XBL,Platform,Unknown,Lima Sky,,,,,,,, -/games/boxart/9048540ccc.jpg,Doom Troopers,GEN,Platform,Playmates,Adrenalin Entertainment,,,,,,,1995-01-01, -/games/boxart/full_36273AmericaFrontccc.jpg,Doom Troopers,SNES,Platform,Playmates,Adrenalin Entertainment,,,,,,,1995-11-01, -/games/boxart/full_9734247JapanFrontccc.jpg,Doraemon 2: Nobita to Hikari no Shinden,N64,Platform,Epoch,Epoch,,,,,,,1998-12-11, -/games/boxart/full_1464402JapanFrontccc.jpg,Doraemon 3: Nobita to Toki no Hougyoku,SNES,Platform,Epoch,Fortyfive,,,,,,,1994-12-16, -/games/boxart/full_8035351JapanFrontccc.jpg,Doraemon Minna de Yuubou!,GC,Platform,Epoch,Epoch,,,,,,,2003-07-18, -/games/boxart/full_8751454JapanFrontccc.jpg,Doraemon Nobita No Dorabian Night (Card),PCE,Platform,Hudson Soft,Now Production,,,,,,,1991-12-06, -/games/boxart/full_6553674JapanFrontccc.jpg,Doraemon Nobita No Dorabian Night (CD),PCE,Platform,Hudson Soft,Now Production,,,,,,,1992-05-29, -/games/boxart/full_2553706JapanFrontccc.jpg,Doraemon Nobita to 3 Tsu no Seirei Ishi,N64,Platform,Epoch,Epoch,,,,,,,1997-03-21, -/games/boxart/full_1386831JapanFrontccc.jpg,DoReMi Fantasy: Milon no DokiDoki Daibouken,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1996-03-22, -/games/boxart/full_7561824JapanFrontccc.jpg,DoReMi Fantasy: Milon's DokiDoki Adventure,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2008-03-10, -/games/boxart/full_dr-franken_405AmericaFront.jpg,Dr. Franken,GB,Platform,Kemco,"MotiveTime, Ltd.",,,,,,,1992-12-01, -/games/boxart/full_dr-franken-ii_316AmericaFront.jpg,Dr. Franken II,GB,Platform,Jaleco,"MotiveTime, Ltd.",,,,,,,1997-10-01, -/games/boxart/default.jpg,Dr. Maybee and the Adventures of Scarygirl,DSiW,Platform,Unknown,TikGames,,,,,,,, -/games/boxart/full_dr-maybee-and-the-adventures-of-scarygirl_992PALFront.jpg,Dr. Maybee and the Adventures of Scarygirl,PSN,Platform,TikGames,TikGames,,,,,,,2011-07-06, -/games/boxart/full_8413222PALFrontccc.jpg,Dr. Muto,GBA,Platform,Midway Games,Digital Eclipse,,,,,,,2003-03-21, -/games/boxart/full_6587930JapanFrontccc.jpg,Dragon Buster,NES,Platform,Namco,Namco,,,,,,,1987-01-07, -/games/boxart/full_2270817JapanFrontccc.jpg,Dragon Buster,VC,Platform,Namco Bandai,Namco,,,,,,,2008-11-18, -/games/boxart/default.jpg,Dragon Buster (Arcade),VC,Platform,Namco Bandai,Namco,,,,,,,2009-09-15, -/games/boxart/full_dragon-egg_8JapanFront.jpg,Dragon Egg!,PCE,Platform,NCS,Tenky,,,,,,,1991-09-27, -/games/boxart/full_dragon-tales-dragon-adventures_996AmericaFront.jpg,Dragon Tales: Dragon Adventures,GB,Platform,NewKidCo,Handheld Games,,,,,,,2001-11-15, -/games/boxart/full_dragons-curse_0AmericaFront.jpg,Dragon's Curse,VC,Platform,Hudson Soft,Hudson Soft,7.5,,,,,,2007-04-02, -/games/boxart/full_dragons-curse_6AmericaFront.jpg,Dragon's Curse,PCE,Platform,NEC,Hudson Soft,,,,,,,1991-01-01, -/games/boxart/9602062ccc.jpg,Dragon's Lair,NES,Platform,Sony Imagesoft,Imagesoft,,,,,,,1990-12-01, -/games/boxart/full_3984880AmericaFrontccc.jpg,Dragon's Lair,SCD,Platform,ReadySoft,ReadySoft,,,,,,,1994-01-01, -/games/boxart/full_3514264AmericaFrontccc.jpg,Dragon's Lair,DSiW,Platform,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-12-21, -/games/boxart/44085ccc.jpg,Dragon's Lair,AJ,Platform,ReadySoft,ReadySoft,,,,,,,1995-01-01, -/games/boxart/9146079ccc.jpg,Dragon's Lair,SNES,Platform,Data Age,Konami,,,,,,,1993-02-01, -/games/boxart/3262355ccc.jpg,Dragon's Lair,3DO,Platform,ReadySoft,ReadySoft,,,,,,,1994-01-01, -/games/boxart/full_9797571PALFrontccc.jpg,Dragon's Lair 3D: Return to the Lair,PS2,Platform,Unknown,Dragonstone Software,,,,,,,, -/games/boxart/7679049ccc.jpg,Dragon's Lair 3D: Return to the Lair,PC,Platform,Ubisoft,Dragonstone Software,,,,,,,2002-11-17, -/games/boxart/full_dragons-lair-ii-time-warp_249AmericaFront.jpg,Dragon's Lair II: Time Warp,PSN,Platform,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-04-26, -/games/boxart/full_dragons-lair-ii-time-warp_606AmericaFront.jpg,Dragon's Lair II: Time Warp,DSiW,Platform,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-12-20, -/games/boxart/1054178ccc.jpg,Dragon's Lair: The Legend,GB,Platform,Ubisoft,"MotiveTime, Ltd.",,,,,,,1991-01-01, -/games/boxart/full_6254576PALFrontccc.jpg,Dragon's Rock,GBA,Platform,Unknown,Independent Arts,,,,,,,, -/games/boxart/full_3771357PALFrontccc.jpg,Dragon: The Bruce Lee Story,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1995-01-01, -/games/boxart/full_6280943AmericaFrontccc.jpg,Dragon: The Bruce Lee Story,GG,Platform,Acclaim Entertainment,Virgin Interactive,,,,,,,1993-01-01, -/games/boxart/default.jpg,Dubbers Adventure,Wii,Platform,Unknown,Newrosoft,,,,,,,, -/games/boxart/full_duke-nukem_758AmericaFront.jpg,Duke Nukem,GB,Platform,GT Interactive,Torus Games,,,,,,,1999-09-10, -/games/boxart/default.jpg,Duludubi Star,PC,Platform,Unknown,,,,,,,,, -/games/boxart/full_9816076AmericaFrontccc.jpg,Dust: An Elysian Tail,Linux,Platform,Microsoft Game Studios,Humble Hearts,,,,,,,2013-12-17,2018-08-07 -/games/boxart/full_7843523AmericaFrontccc.jpg,Dust: An Elysian Tail,OSX,Platform,Microsoft Game Studios,Humble Hearts,,,,,,,2013-12-17,2018-08-07 -/games/boxart/full_7409706AmericaFrontccc.jpg,Dust: An Elysian Tail,XBL,Platform,Microsoft Studios,Humble Hearts,,,,,,,2012-08-15,2018-10-01 -/games/boxart/full_6929772AmericaFrontccc.jpg,Dust: An Elysian Tail,PS4,Platform,Humble Hearts,Humble Hearts,,,,,,,2014-10-07,2018-08-07 -/games/boxart/default.jpg,Dynamite Headdy,SNES,Platform,Unknown,"Treasure Co., Ltd.",,,,,,,, -/games/boxart/default.jpg,Dynamite Headdy,MS,Platform,Tec Toy,Minato Giken,,,,,,,1994-01-01, -/games/boxart/7605404ccc.jpg,Dynamite Headdy,VC,Platform,Sega,"Treasure Co., Ltd.",,,,,,,2007-07-30, -/games/boxart/full_6773026AmericaFrontccc.jpg,Dynamite Headdy,GG,Platform,Sega,"Treasure Co., Ltd.",,,,,,,1994-01-01, -/games/boxart/full_2028903AmericaFrontccc.jpg,Earthworm Jim,PC,Platform,Activision,Activision,,,,,,,1995-11-30, -/games/boxart/full_4486200AmericaFrontccc.jpg,Earthworm Jim,GG,Platform,Playmates,Eurocom Entertainment Software,,,,,,,1995-01-01, -/games/boxart/default.jpg,Earthworm Jim,WW,Platform,Unknown,Gameloft,,,,,,,, -/games/boxart/full_4824157AmericaFrontccc.jpg,Earthworm Jim,DSiW,Platform,Gameloft,Gameloft,,,,,,,2010-05-10, -/games/boxart/full_6130529AmericaFrontccc.jpg,Earthworm Jim,VC,Platform,Interplay,Shiny Entertainment,,,,,,,2008-10-27, -/games/boxart/6976348ccc.jpg,Earthworm Jim,GB,Platform,Playmates,Eurocom Entertainment Software,,,,,,,1995-01-01, -/games/boxart/8657815ccc.jpg,Earthworm Jim,GEN,Platform,Playmates,Shiny Entertainment,,,,,,,1994-06-09, -/games/boxart/7926056ccc.jpg,Earthworm Jim,SNES,Platform,Playmates,Shiny Entertainment,,,,,,,1994-06-22, -/games/boxart/9981307ccc.jpg,Earthworm Jim,MS,Platform,Tec Toy,Eurocom Entertainment Software,,,,,,,1996-01-01, -/games/boxart/full_1708351AmericaFrontccc.jpg,Earthworm Jim 1 & 2: The Whole Can 'O Worms,PC,Platform,Playmates,Rainbow Arts,,,,,,,1996-04-30, -/games/boxart/6321997ccc.jpg,Earthworm Jim 2,GEN,Platform,Playmates,Shiny Entertainment,,,,,,,1996-01-01, -/games/boxart/full_7758907AmericaFrontccc.jpg,Earthworm Jim 2,VC,Platform,Interplay,Shiny Entertainment,,,,,,,2009-12-14, -/games/boxart/full_6167913PALFrontccc.jpg,Earthworm Jim 2,PS,Platform,Unknown,Screaming Pink,,,,,,,, -/games/boxart/full_4583997AmericaFrontccc.jpg,Earthworm Jim 2,SAT,Platform,Playmates,Screaming Pink,,,,,,,1996-01-01, -/games/boxart/6530358ccc.jpg,Earthworm Jim 2,SNES,Platform,Playmates,Shiny Entertainment,8.8,,,,,,1995-01-01, -/games/boxart/full_4458786PALFrontccc.jpg,Earthworm Jim 2,PC,Platform,Interplay,Rainbow Arts,,,,,,,1996-08-22, -/games/boxart/full_3669267AmericaFrontccc.jpg,Earthworm Jim 3D,PC,Platform,Interplay,VIS Entertainment,,,,,,,2000-06-29, -/games/boxart/full_earthworm-jim-hd_2AmericaFront.jpg,Earthworm Jim HD,PSN,Platform,Gameloft,Gameloft,,,,,,,2010-08-03, -/games/boxart/full_earthworm-jim-hd_0AmericaFront.jpg,Earthworm Jim HD,XBL,Platform,Gameloft,Gameloft,,,,,,,2010-06-09, -/games/boxart/6435176ccc.jpg,Earthworm Jim Special Edition,SCD,Platform,Playmates,Shiny Entertainment,,,,,,,1995-03-15, -/games/boxart/full_9538069AmericaFrontccc.jpg,Earthworm Jim: Menace 2 the Galaxy,GB,Platform,Crave Entertainment,David A. Palmer Productions,,,,,,,1999-11-10, -/games/boxart/full_7740972PALFrontccc.jpg,Ed's Farm,DS,Platform,Zoo Digital Publishing,FrontLine Studios,,,,,,,2007-10-11, -/games/boxart/full_798205AmericaFrontccc.jpg,"Ed, Edd n Eddy: The Mis-Edventures",PC,Platform,Midway Games,A2M,,,,,,,2005-11-16, -/games/boxart/3511076ccc.jpg,Eek! The Cat,SNES,Platform,Ocean,CTA,,,,,,,1994-08-01, -/games/boxart/4054817ccc.jpg,El Tigre: The Adventures of Manny Rivera,PS2,Platform,THQ,Blue Tongue Entertainment,,,,,,,2007-10-29, -/games/boxart/full_7398379AmericaFrontccc.jpg,Elevator Action,GB,Platform,Taito,Natsume,,,,,,,1991-12-01, -/games/boxart/6296329ccc.jpg,Elevator Action,2600,Platform,Atari,Taito Corporation,,,,,,,2001-01-01, -/games/boxart/6694287ccc.jpg,Elevator Action,VC,Platform,Tommo,Micronics,,,,,,,2007-03-05, -/games/boxart/2151623ccc.jpg,Elevator Action,NES,Platform,Taito,Micronics,,,,,,,1987-08-01, -/games/boxart/full_elevator-action-deluxe_498AmericaFront.jpg,Elevator Action Deluxe,PSN,Platform,Square Enix,Square Enix,4,,,,,,2011-08-30, -/games/boxart/full_esper-boukentai_4JapanFront.jpg,Esper Boukentai,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1987-10-13, -/games/boxart/3030996ccc.jpg,ESWAT: City Under Siege,VC,Platform,Sega,Sega,,,,,,,2007-09-07, -/games/boxart/full_eswat-city-under-siege_103AmericaFront.jpg,ESWAT: City Under Siege,PC,Platform,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_eswat-city-under-siege_5AmericaFront.jpg,ESWAT: City Under Siege,GEN,Platform,Sega,Sega,,,,,,,1990-07-13, -/games/boxart/full_4044904AmericaFrontccc.png,Eversion,PC,Platform,Zaratustra Productions,Zaratustra Productions,,,,,,,2010-06-07, -/games/boxart/full_8252565AmericaFrontccc.jpg,Evil Twin: Cyprien's Chronicles,DC,Platform,Unknown,In Utero,,,,,,,2020-12-31, -/games/boxart/full_2684029PALFrontccc.jpg,Evil Twin: Cyprien's Chronicles,PS2,Platform,Unknown,In Utero,,,,,,,2020-12-31, -/games/boxart/full_1163594PALFrontccc.jpg,Evil Twin: Cyprien's Chronicles,PC,Platform,Ubisoft,Ubisoft,,,,,,,2001-10-04, -/games/boxart/full_ex-mutants_9AmericaFront.jpg,Ex-Mutants,GEN,Platform,Sega,Malibu Games,,,,,,,1992-01-01, -/games/boxart/full_exelinya-burst_580AmericaFront.jpg,EXELINYA BURST,XBL,Platform,Microsoft,DK Alpla,,,,,,,2010-04-22, -/games/boxart/full_explodemon_706AmericaFront.jpg,Explodemon!,PSN,Platform,Unknown,Curve Studios,5.9,,,,,,2011-02-08, -/games/boxart/full_6774871PALFrontccc.jpg,Extreme Ghostbusters,GB,Platform,LSP Games,Magic Pockets,,,,,,,2001-04-02, -/games/boxart/default.jpg,Fallen Frontier,XBL,Platform,Unknown,Moonshot Games,,,,,,,, -/games/boxart/8343668ccc.jpg,Fantasia,GEN,Platform,Sega,Infogrames,,,,,,,1991-01-01, -/games/boxart/5130361ccc.jpg,Fast Eddie,2600,Platform,20th Century Fox Video Games,Sirius Software,,,,,,,1982-01-01, -/games/boxart/full_fatal-rewind_545AmericaFront.jpg,Fatal Rewind,GEN,Platform,Electronic Arts,Raising Hell,,,,,,,1991-01-01, -/games/boxart/full_faussete-amour_194JapanFront.jpg,Faussete Amour,PCE,Platform,Naxat Soft,Naxat Soft,,,,,,,1993-03-26, -/games/boxart/full_felix-the-cat_562AmericaFront.jpg,Felix The Cat,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-07-01, -/games/boxart/9648388ccc.jpg,Felix the Cat,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1992-10-01, -/games/boxart/default.jpg,Fenix Rage,XOne,Platform,Green Lava Studios,Green Lava Studios,,,,,,,2015-01-01, -/games/boxart/default.jpg,Ferias Frustradas de Pica Pau,GEN,Platform,Tec Toy,Tec Toy,,,,,,,1995-01-01, -/games/boxart/default.jpg,Ferias Frustradas de Pica Pau,MS,Platform,Tec Toy,Tec Toy,,,,,,,1996-01-01, -/games/boxart/default.jpg,Fire & Ice,MS,Platform,Tec Toy,Tec Toy,,,,,,,1993-01-01, -/games/boxart/full_281999AmericaFrontccc.jpg,Flashback: The Quest for Identity,SCD,Platform,U.S. Gold,Delphine Software International,,,,,,,1994-11-01, -/games/boxart/full_6378076AmericaFrontccc.jpg,Flashback: The Quest for Identity,SNES,Platform,U.S. Gold,Delphine Software International,,,,,,,1993-09-09, -/games/boxart/full_522216AmericaFrontccc.jpg,Flashback: The Quest for Identity,AJ,Platform,U.S. Gold,Delphine Software International,,,,,,,1995-07-01, -/games/boxart/full_7511142PALFrontccc.jpg,Flashback: The Quest for Identity,PC,Platform,SSI,Delphine Software International,,,,,,,1993-01-01, -/games/boxart/full_5945998AmericaFrontccc.jpg,Flashback: The Quest for Identity,3DO,Platform,U.S. Gold,Delphine Software International,,,,,,,1995-01-01, -/games/boxart/full_3043548AmericaFrontccc.jpg,Flashback: The Quest for Identity,GEN,Platform,U.S. Gold,Delphine Software International,,,,,,,1993-11-07, -/games/boxart/922144ccc.jpg,Flicky,GEN,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_flicky_174AmericaFront.jpg,Flicky,PC,Platform,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/5744853ccc.jpg,Flink,GEN,Platform,Unknown,Psygnosis,,,,,,,, -/games/boxart/8469088ccc.jpg,Flink,SCD,Platform,Victory Lap Games,Psygnosis,,,,,,,1994-01-01, -/games/boxart/default.jpg,Flipper 2,DSiW,Platform,Unknown,Goodbye Galaxy Games,,,,,,,, -/games/boxart/full_365331AmericaFrontccc.jpg,Flushed Away,GBA,Platform,D3 Publisher,Altron,4.3,,,,,,2006-10-24, -/games/boxart/full_4146770AmericaFrontccc.jpg,Flushed Away,PS2,Platform,D3 Publisher,Monkey Bar Games,,,,,,,2006-10-24, -/games/boxart/full_fortress-of-fear-wizards-amp-warriors-x_581AmericaFront.png,Fortress of Fear: Wizards & Warriors X,GB,Platform,Acclaim Entertainment,Rare Ltd.,,,,,,,1990-01-01, -/games/boxart/full_1538838AmericaFrontccc.jpg,Foto Face: The Face Stealer Strikes,DSiW,Platform,Electronic Arts,Electronic Arts,,,,,,,2009-11-30, -/games/boxart/full_peter-pan-and-the-pirates_880AmericaFront.jpg,Fox's Peter Pan & the Pirates: The Revenge of Captain Hook,NES,Platform,THQ,Equilibrium,,,,,,,1991-01-01, -/games/boxart/full_4834397AmericaFrontccc.jpg,Freedom Planet,OSX,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2014-07-21,2018-08-11 -/games/boxart/full_freekscape-escape-from-hell_4AmericaFront.jpg,Freekscape: Escape from Hell,PSN,Platform,Creat Studio,Kidguru Studios,7.5,,,,,,2010-04-08, -/games/boxart/full_4940611AmericaFrontccc.jpg,Frequency,XBL,Platform,Microsoft,Ianthraxx,,,,,,,2009-10-28, -/games/boxart/full_4903623AmericaFrontccc.jpg,Freqµency,XBL,Platform,Microsoft,Ianthraxx,,,,,,,2009-10-28, -/games/boxart/full_2634495AmericaFrontccc.jpg,Fret Nice,XBL,Platform,Tecmo,Pieces Interactive,5.3,,,,,,2010-02-24, -/games/boxart/full_2211508AmericaFrontccc.png,Fret Nice,PSN,Platform,Tecmo,Pieces Interactive,,,,,,,2010-02-04, -/games/boxart/full_7296667AmericaFrontccc.jpg,Frog Feast,AJ,Platform,Chaos89,RasterSoft,,,,,,,2006-01-01, -/games/boxart/full_2946951AmericaFrontccc.jpg,Frogger Beyond,PC,Platform,Konami,Konami,,,,,,,2003-03-24, -/games/boxart/full_4514853PALFrontccc.jpg,Frogger Beyond,PS2,Platform,Konami,Konami,,,,,,,2003-06-27, -/games/boxart/full_4096003AmericaFrontccc.jpg,Frogger's Adventures: The Rescue,PC,Platform,Konami,Konami,,,,,,,2003-11-04, -/games/boxart/full_8389717AmericaFrontccc.jpg,Funk of Titans,XOne,Platform,A Crowd of Monsters,Atooi,,,,,,,2015-01-09, -/games/boxart/full_funky-lab-rat_4AmericaFront.jpg,Funky Lab Rat,PSN,Platform,Unknown,Hydravision Entertainment,,,,,,,2010-11-30, -/games/boxart/full_furry-legends_294AmericaFront.jpg,Furry Legends,DSiW,Platform,Gamelion Studios,Gamelion Studios,,,,,,,2011-10-13, -/games/boxart/full_furry-legends_10AmericaFront.jpg,Furry Legends,WW,Platform,Gamelion Studios,Gamelion Studios,,,,,,,2010-07-19, -/games/boxart/default.jpg,Furry Legends: Beginnings,DSiW,Platform,Unknown,Gamelion Studios,,,,,,,, -/games/boxart/full_3820801JapanFrontccc.jpg,Fushigi no Yume no Alice,PCE,Platform,FACE,Sankindo,,,,,,,1990-12-07, -/games/boxart/full_gi-joe_857AmericaFront.jpg,G.I. Joe: A Real American Hero,NES,Platform,Taxan,KID Corporation,,,,,,,1991-01-01, -/games/boxart/full_gi-joe-the-atlantis-factor_589AmericaFront.jpg,G.I. Joe: The Atlantis Factor,NES,Platform,Capcom,KID Corporation,,,,,,,1992-03-01, -/games/boxart/full_4441293AmericaFrontccc.jpg,Galahad,GEN,Platform,Electronic Arts,Traveller's Tales,,,,,,,1992-01-01, -/games/boxart/full_legend-of-robots_868PALFront.jpg,Gamocracy One: Legend of Robot,PSN,Platform,Unknown,The Bearded Ladies Consulting,,,,,,,2011-07-13, -/games/boxart/full_7091161JapanFrontccc.jpg,Ganbare Goemon 2,NES,Platform,Konami,Konami,,,,,,,1989-01-04, -/games/boxart/full_3261835JapanFrontccc.jpg,Ganbare Goemon 2: Kiteretsu Shougun Magginesu,VC,Platform,Konami,Konami,,,,,,,2008-05-27, -/games/boxart/full_8519159JapanFrontccc.jpg,Ganbare Goemon 3: Shishijyuurokubei no Karakuri Manji Katame,VC,Platform,Konami,Konami,,,,,,,2009-09-15, -/games/boxart/full_7312104JapanFrontccc.jpg,Ganbare Goemon! Karakuri Douchuu,VC,Platform,Konami,Konami,,,,,,,2007-11-06, -/games/boxart/full_6737794JapanFrontccc.jpg,Ganbare Goemon: Hoshizorashi Dynamites Arawaru!!,GB,Platform,Konami,Konami,,,,,,,2000-12-21, -/games/boxart/full_9811987JapanFrontccc.jpg,Ganbare Goemon: Sarawareta Ebisumaru!,GB,Platform,Konami,Konami,,,,,,,1991-12-25, -/games/boxart/full_8263893AmericaFrontccc.jpg,GANBARE NATSUKI SAN,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-10-26, -/games/boxart/full_9304685JapanFrontccc.jpg,Ganbare! Daiku no Gensan,SNES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-12-22, -/games/boxart/full_ganso-yancha-maru_782JapanFront.jpg,Ganso!! Yancha-Maru,GB,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-07-11, -/games/boxart/3292532ccc.jpg,Garfield: Caught in the Act,GEN,Platform,Sega,Sega,,,,,,,1995-12-31, -/games/boxart/full_6585695AmericaFrontccc.jpg,Garfield: Caught in the Act,GG,Platform,Sega,Novotrade International,,,,,,,1995-01-01, -/games/boxart/full_9312207AmericaFrontccc.jpg,Garfield: Caught in the Act,PC,Platform,Sega,Point of View,,,,,,,1995-01-01, -/games/boxart/full_genji-tsuushin-agedama_9JapanFront.jpg,Genji Tsuushin Agedama,PCE,Platform,NEC,NEC,,,,,,,1991-12-13, -/games/boxart/full_genjin-kotts_7JapanFront.jpg,Genjin Kotts,GB,Platform,Unknown,B.I.,,,,,,,1995-03-24, -/games/boxart/2078674ccc.jpg,George of the Jungle and the Search for the Secret,PS2,Platform,Crave Entertainment,Crave Entertainment,,,,,,,2008-03-11, -/games/boxart/full_241226AmericaFrontccc.png,Gex,PSN,Platform,Sony Computer Entertainment,Beam Software,,,,,,,2009-11-04, -/games/boxart/6603848ccc.jpg,Gex,SAT,Platform,Crystal Dynamics,Crystal Dynamics,,,,,,,1996-01-01, -/games/boxart/full_9155851AmericaFrontccc.jpg,Gex,PC,Platform,Microsoft,Crystal Dynamics,,,,,,,1996-11-07, -/games/boxart/full_8818304AmericaFrontccc.png,Gex 3: Deep Cover Gecko,PSN,Platform,Sony Computer Entertainment,Crystal Dynamics,,,,,,,2009-10-01, -/games/boxart/default.jpg,Gex: Enter The Gecko,PC,Platform,Unknown,Crystal Dynamics,,,,,,,, -/games/boxart/full_4315198AmericaFrontccc.jpg,Gex: Enter the Gecko,GB,Platform,Crave Entertainment,David A. Palmer Productions,,,,,,,1998-12-01, -/games/boxart/5804415ccc.jpg,Ghost House,MS,Platform,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/873664ccc.jpg,Ghostbusters,GEN,Platform,Sega,Compile,,,,,,,1990-06-29, -/games/boxart/full_ghosts-n-goblins_2AmericaFront.jpg,Ghosts 'n Goblins,VC,Platform,Capcom,Micronics,,,,,,,2007-12-10, -/games/boxart/default.jpg,Ghosts 'n Goblins (Arcade),VC,Platform,Capcom,Capcom,,,,,,,2011-01-10, -/games/boxart/1921699ccc.jpg,Ghouls 'n Ghosts,MS,Platform,Sega,Capcom,,,,,,,1990-01-01, -/games/boxart/full_6552757AmericaFrontccc.jpg,Ghouls 'n Ghosts,GEN,Platform,Sega,AM8,,,,,,,1989-01-01, -/games/boxart/full_5517888AmericaFrontccc.jpg,Ghouls 'n Ghosts,VC,Platform,Capcom,AM8,,,,,,,2007-08-27, -/games/boxart/full_gift_954PALFront.jpg,Gift,PS2,Platform,Cryo Interactive,EKO System,,,,,,,2001-07-06, -/games/boxart/full_8834471PALFrontccc.jpg,Ginger: Beyond the Crystal,PS4,Platform,PQube,Badland Studio,,,,,,,2016-10-28,2018-09-21 -/games/boxart/full_659345AmericaFrontccc.png,Glacier Rush,And,Platform,SuperVillain Studios,SuperVillain Studios,,,,,,,2014-06-05, -/games/boxart/full_9080390PALFrontccc.jpg,Global Gladiators,GG,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, -/games/boxart/full_global-gladiators_10PALFront.jpg,Global Gladiators,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, -/games/boxart/default.jpg,Glover,PC,Platform,Hasbro Interactive,Interactive Studios Ltd.,,,,,,,1998-10-26, -/games/boxart/full_7680552JapanFrontccc.jpg,Go Go Ackman,SNES,Platform,Banpresto,Aspect,,,,,,,1994-12-23, -/games/boxart/full_6888710JapanFrontccc.jpg,Go Go Ackman,GB,Platform,Banpresto,Aspect,,,,,,,1995-08-25, -/games/boxart/full_7269350JapanFrontccc.jpg,Go Go Ackman 2,SNES,Platform,Banpresto,Aspect,,,,,,,1995-07-21, -/games/boxart/full_go-series-tower-of-deus_870AmericaFront.jpg,GO Series: Tower of Deus,DSiW,Platform,Gamebridge,Tom Create,,,,,,,2011-05-09, -/games/boxart/full_3861000PALFrontccc.jpg,Go West: A Lucky Luke Adventure,Wii,Platform,Atari,Tate Interactive,,,,,,,2007-11-20, -/games/boxart/full_3196110PALFrontccc.jpg,Go West: A Lucky Luke Adventure,DS,Platform,Atari,Neko Entertainment,,,,,,,2007-11-20, -/games/boxart/full_7972182PALFrontccc.jpg,Go! Go! Beckham! Adventure on Soccer Island,GBA,Platform,Rage Software,Denki,7.5,,,,,,2002-08-30, -/games/boxart/1039152ccc.jpg,Gods,GEN,Platform,Mindscape,The Bitmap Brothers,,,,,,,1992-01-01, -/games/boxart/full_2112124PALFrontccc.jpg,Gods,PC,Platform,Renegade,Bitmap Brothers,,,,,,,1991-01-01, -/games/boxart/7944974ccc.jpg,Gods,SNES,Platform,Mindscape,Bitmap Brothers,,,,,,,1992-01-01, -/games/boxart/full_goku-makai-mura-kai_5JapanFront.jpg,Goku Makaimura Kai,PSN,Platform,Capcom,Capcom,,,,,,,2010-03-18, -/games/boxart/full_gold-and-glory-the-road-to-el-dorado_700AmericaFront.jpg,Gold and Glory: The Road to El Dorado,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2000-04-30, -/games/boxart/full_2057311AmericaFrontccc.png,Gold Fish Casino Slots,And,Platform,Williams Electronics,Williams Electronics,,,,,,,2014-06-04, -/games/boxart/default.jpg,Gold Fish Casino Slots,BRW,Platform,Unknown,Williams Electronics,,,,,,,2015-01-01, -/games/boxart/full_goolin_819AmericaFront.jpg,GOOLIN,XBL,Platform,Microsoft,LuckySoft,,,,,,,2011-09-14, -/games/boxart/full_grand-theft-froot_653AmericaFront.jpg,Grand Theft Froot,XBL,Platform,Microsoft,JackandLisa,,,,,,,2011-07-13, -/games/boxart/full_gravitation_412AmericaFront.jpg,Gravitation,PC,Platform,Jason Rohrer,Jason Rohrer,,,,,,,2008-02-28, -/games/boxart/full_6275824AmericaFrontccc.jpg,Gravity,XBL,Platform,Microsoft,Riddlersoft,,,,,,,2009-11-25, -/games/boxart/full_566494AmericaFrontccc.jpg,GREEN ISLAND,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-09-11, -/games/boxart/full_7152849AmericaFrontccc.jpg,Greendog: The Beached Surfer Dude!,GG,Platform,Sega,Interactive Designs,,,,,,,1993-01-01, -/games/boxart/5828828ccc.jpg,Greendog: The Beached Surfer Dude!,GEN,Platform,Sega,Interactive Designs,,,,,,,1992-01-01, -/games/boxart/5884980ccc.jpg,Gremlins 2: The New Batch,GB,Platform,Sunsoft,SunSoft,,,,,,,1991-01-01, -/games/boxart/default.jpg,Grow Home,PS4,Platform,Ubisoft,Ubisoft Reflections,,,,,,,2015-09-01, -/games/boxart/default.jpg,Gun-Lord,NG,Platform,Unknown,NG:DEV.TEAM,,,,,,,, -/games/boxart/default.jpg,Gun-Lord,DC,Platform,Unknown,NG:DEV.TEAM,,,,,,,, -/games/boxart/default.jpg,Guru Guru,XBL,Platform,Unknown,Gasp Games,,,,,,,, -/games/boxart/7128221ccc.jpg,Gyromite,NES,Platform,Unknown,Nintendo,,,,,,,, -/games/boxart/full_819959AmericaFrontccc.png,Halo Zero,PC,Platform,Dobermann,Dobermann,,,,,,,2005-01-01, -/games/boxart/full_3591287PALFrontccc.jpg,Hammerin' Harry,NES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-01-01, -/games/boxart/full_3327604JapanFrontccc.jpg,Hammerin' Harry: Ghost Breeding Company,GB,Platform,Irem Software Engineering,Tamtex,,,,,,,1993-01-01, -/games/boxart/full_happy_705AmericaFront.jpg,HAPPY,XBL,Platform,Microsoft,SOLLOMAN,,,,,,,2011-09-08, -/games/boxart/full_hard-corps-uprising_87AmericaFront.jpg,Hard Corps: Uprising,XBL,Platform,Konami,Arc System Works,7.2,,,,,,2011-02-16, -/games/boxart/full_hard-corps-uprising_736AmericaFront.jpg,Hard Corps: Uprising,PSN,Platform,Konami,Arc System Works,7.9,,,,,,2011-03-15, -/games/boxart/full_92341AmericaFrontccc.jpg,Harley's Humongous Adventure,SNES,Platform,Hi Tech Expressions,"Visual Concepts, Ltd.",,,,,,,1993-02-01, -/games/boxart/full_6833421AmericaFrontccc.jpg,Harry Potter Collection,PC,Platform,Electronic Arts,Electronic Arts,,,,,,,2004-09-01, -/games/boxart/full_830749AmericaFrontccc.jpg,Heart of Darkness,PC,Platform,Interplay,Amazing Studios,,,,,,,1998-08-31, -/games/boxart/full_9671253AmericaFrontccc.jpg,Heart of the Alien: Out of This World Parts I and II,SCD,Platform,Virgin Interactive,Delphine Software International,,,,,,,1994-01-01, -/games/boxart/7144606ccc.jpg,Heracles: Battle With The Gods,PC,Platform,Midas Interactive Entertainment,Neko Entertainment,,,,,,,2006-07-21, -/games/boxart/full_1717141AmericaFrontccc.png,Hero of Sparta,PSN,Platform,Gameloft,Gameloft,,,,,,,2009-10-01, -/games/boxart/full_9304451AmericaFrontccc.jpg,Hero of Sparta,DSiW,Platform,Gameloft,Gameloft,,,,,,,2010-05-31, -/games/boxart/1322071ccc.jpg,Hook,GB,Platform,Sony Imagesoft,Ocean,,,,,,,1992-01-01, -/games/boxart/full_6879011AmericaFrontccc.jpg,Hook,GG,Platform,Sony Imagesoft,Spidersoft,,,,,,,1992-01-01, -/games/boxart/7226920ccc.jpg,Hook,NES,Platform,Sony Imagesoft,Ocean,,,,,,,1992-04-01, -/games/boxart/default.jpg,Hook,MS,Platform,Unknown,Spidersoft,,,,,,,, -/games/boxart/8382934ccc.jpg,Hook,SNES,Platform,Sony Imagesoft,Ukiyotei,,,,,,,1992-01-01, -/games/boxart/full_4884846AmericaFrontccc.jpg,Hook,GEN,Platform,Sony Imagesoft,Core Design Ltd.,,,,,,,1992-01-01, -/games/boxart/full_3011535PALFrontccc.jpg,Hoppie,PS2,Platform,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/full_hudson-hawk_633AmericaFront.jpg,Hudson Hawk,NES,Platform,Sony Imagesoft,Ocean,,,,,,,1992-02-01, -/games/boxart/full_hudson-hawk_557AmericaFront.jpg,Hudson Hawk,GB,Platform,Sony Imagesoft,Ocean,,,,,,,1991-12-01, -/games/boxart/full_6234578JapanFrontccc.jpg,Hudson Selection Vol. 3: PC Genjin,GC,Platform,Hudson Soft,RED Company,,,,,,,2003-12-04, -/games/boxart/full_2398570JapanFrontccc.jpg,Hudson Selection Vol. 3: PC Genjin,PS2,Platform,Hudson Soft,RED Company,,,,,,,2003-12-04, -/games/boxart/full_9995829JapanFrontccc.jpg,Hudson Selection Vol. 4: Takahashi Meijin no Bouken Shima,PS2,Platform,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, -/games/boxart/full_640739JapanFrontccc.jpg,Hudson Selection Vol. 4: Takahashi Meijin no Bouken Shima,GC,Platform,Hudson Soft,Hudson Soft,,,,,,,2003-12-18, -/games/boxart/default.jpg,Hue,PC,Platform,Dan Da Rocha,Fiddlesticks,,,,,,,2016-01-01,2020-12-16 -/games/boxart/full_4562602AmericaFrontccc.jpg,Hunter Hunted,PC,Platform,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-11-01, -/games/boxart/full_9587883PALFrontccc.jpg,Hurricanes,GEN,Platform,U.S. Gold,Arc Developments,,,,,,,1994-01-01, -/games/boxart/9899512ccc.jpg,Hurricanes,SNES,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-12-01, -/games/boxart/5204585ccc.jpg,Hyper Force,AJ,Platform,Songbird Productions,Visual Impact,,,,,,,2000-04-10, -/games/boxart/full_4050922PALFrontccc.jpg,I-Ninja,PC,Platform,Zoo Digital Publishing,Argonaut Games,,,,,,,2004-04-23, -/games/boxart/full_1003414AmericaFrontccc.jpg,Ice Age 2: The Meltdown,PC,Platform,Vivendi Games,Eurocom Entertainment Software,,,,,,,2006-03-14, -/games/boxart/default.jpg,Ice Climber,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-09-01, -/games/boxart/9462727ccc.jpg,Ice Climber,VC,Platform,Nintendo,Nintendo R&D1,6.4,,,,,,2007-02-12, -/games/boxart/full_9262613JapanFrontccc.jpg,Ichigeki: Hagane no Hito,PS,Platform,Bandai,Bandai,,,,,,,1999-11-02, -/games/boxart/full_ilomilo_819AmericaFront.jpg,ilomilo,XBL,Platform,Microsoft Game Studios,Southend Interactive,8.2,,,,,,2011-01-05, -/games/boxart/full_966661AmericaFrontccc.jpg,Impossamole,ACPC,Platform,Gremlin Graphics,Core Design,,,,,,,1990-01-01,2018-01-06 -/games/boxart/full_impossamole_4AmericaFront.jpg,Impossamole,PCE,Platform,NEC,Gremlin Interactive,,,,,,,1991-10-01, -/games/boxart/full_impossible-mission_5PALFront.jpg,Impossible Mission,VC,Platform,System 3 Arcade Software,Epyx,,,,,,,2008-04-11, -/games/boxart/full_3689467PALFrontccc.png,Impossible Mission,PSN,Platform,System 3 Arcade Software,System 3 Software,,,,,,,2009-10-08, -/games/boxart/full_impossible-mission_8PALFront.jpg,Impossible Mission,MS,Platform,U.S. Gold,Epyx,,,,,,,1988-01-01, -/games/boxart/8377672ccc.jpg,Impossible Mission,7800,Platform,Atari,Atari,,,,,,,1986-01-01, -/games/boxart/full_impossible-mission_2AmericaFront.jpg,Impossible Mission,Wii,Platform,Codemasters,System 3 Software,,,,,,,2007-01-01, -/games/boxart/7456790ccc.jpg,Incantation,SNES,Platform,Titus,Titus Software,,,,,,,1996-12-01, -/games/boxart/8668501ccc.jpg,Indiana Jones and the Last Crusade,GB,Platform,Ubisoft,NMS Software,,,,,,,1994-01-02, -/games/boxart/full_9709753AmericaFrontccc.jpg,Indiana Jones and the Temple of Doom (Mindscape),NES,Platform,Mindscape,Atari Games,,,,,,,1988-12-01, -/games/boxart/full_7958896AmericaFrontccc.jpg,Indiana Jones and the Temple of Doom (Tengen),NES,Platform,Tengen,Atari Games,,,,,,,1988-12-01, -/games/boxart/full_6563580AmericaFrontccc.jpg,Indiana Jones' Greatest Adventures,SNES,Platform,JVC,Factor 5,,,,,,,1994-10-11, -/games/boxart/full_3817199AmericaFrontccc.jpg,Indiana Jones' Greatest Adventures,VC,Platform,LucasArts,Factor 5,,,,,,,2009-11-16, -/games/boxart/full_inmomentum_201AmericaFront.jpg,InMomentum,PC,Platform,Unknown,Digital Arrow’,,,,,,,2011-10-31, -/games/boxart/full_6958725AmericaFrontccc.jpg,Inside,PS4,Platform,Playdead,Playdead,9,,,,,,2016-08-23,2018-03-31 -/games/boxart/full_3500611AmericaFrontccc.jpg,Inside,XOne,Platform,Playdead,Playdead,,,,,,,2016-01-01, -/games/boxart/default.jpg,Inside My Radio,PC,Platform,Seaven Studio,Seaven Studio,,,,,,,2020-12-31, -/games/boxart/default.jpg,Inside My Radio,PS4,Platform,Seaven Studio,Seaven Studio,,,,,,,2020-12-31, -/games/boxart/default.jpg,Inside My Radio,XOne,Platform,Seaven Studio,Seaven Studio,,,,,,,2020-12-31, -/games/boxart/2566243ccc.jpg,Inspector Gadget,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-12-01, -/games/boxart/full_9943884AmericaFrontccc.jpg,Inspector Gadget: Advance Mission,GBA,Platform,DreamCatcher Interactive,Magic Pockets,6.5,,,,,,2001-11-29, -/games/boxart/full_inspector-gadget-mad-robots-invasion_9PALFront.jpg,Inspector Gadget: Mad Robots Invasion,PS2,Platform,Hip Interactive,Silmarils,,,,,,,2003-05-22, -/games/boxart/full_inspector-gadget-operation-madkactus_920AmericaFront.jpg,Inspector Gadget: Operation Madkactus,GB,Platform,Ubisoft,RFX Interactive,,,,,,,2001-03-01, -/games/boxart/full_4581921AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,GB,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-08-01, -/games/boxart/7630132ccc.jpg,Iron Man / X-O Manowar in Heavy Metal,SAT,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-10-09, -/games/boxart/full_3823821AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,PC,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-10-14, -/games/boxart/full_6101410AmericaFrontccc.jpg,Iron Man / X-O Manowar in Heavy Metal,GG,Platform,Acclaim Entertainment,"Realtime Associates, Inc.",,,,,,,1996-01-01, -/games/boxart/8759447ccc.gif,Ironsword: Wizards & Warriors II,NES,Platform,Acclaim Entertainment,Rare Ltd.,,,,,,,1989-12-01, -/games/boxart/full_jj-amp-jeff_5AmericaFront.jpg,J.J. & Jeff,PCE,Platform,Hudson Soft,Hudson Soft,,,,,,,1990-01-01, -/games/boxart/full_jj-ampamp-jeff_6AmericaFront.jpg,J.J. & Jeff,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2007-05-28, -/games/boxart/full_7258715AmericaFrontccc.jpg,Jackie Chan's Action Kung Fu,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1990-12-01, -/games/boxart/full_jackie-chan_4AmericaFront.jpg,Jackie Chan's Action Kung Fu,PCE,Platform,Hudson Soft,Now Production,,,,,,,1992-01-01, -/games/boxart/full_jajamaru-no-daibouken_2JapanFront.jpg,Jajamaru no Daibouken,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1986-08-22, -/games/boxart/full_7025248AmericaFrontccc.png,Jak and Daxter: The Lost Frontier,PSN,Platform,Sony Computer Entertainment,High Impact Games,7.4,,,,,,2009-11-03, -/games/boxart/full_6305765AmericaFrontccc.jpg,Jake's Discount Video Game,XBL,Platform,Microsoft,jacob aaronson,,,,,,,2010-01-04, -/games/boxart/full_6231332AmericaFrontccc.jpg,James Bond 007: The Duel,GEN,Platform,Domark Software,The Kremlin,,,,,,,1993-01-01, -/games/boxart/full_james-bond-007-the-duel_4PALFront.jpg,James Bond 007: The Duel,MS,Platform,Domark Software,The Kremlin,,,,,,,1993-01-01, -/games/boxart/full_james-bond-jr_657AmericaFront.jpg,James Bond Jr.,NES,Platform,THQ,Eurocom Entertainment Software,,,,,,,1992-11-01, -/games/boxart/full_james-bond-jr_780AmericaFront.jpg,James Bond Jr.,SNES,Platform,THQ,Gray Matter,,,,,,,1992-10-01, -/games/boxart/full_6582534AmericaFrontccc.jpg,James Pond 2: Codename RoboCod,GG,Platform,U.S. Gold,Millennium,,,,,,,1993-01-01, -/games/boxart/full_9801630PALFrontccc.png,James Pond 2: Codename RoboCod,PSN,Platform,System 3 Arcade Software,Gameware Development,,,,,,,2009-07-02, -/games/boxart/8819782ccc.jpg,James Pond 2: Codename RoboCod,GEN,Platform,Electronic Arts,Millennium Interactive,,,,,,,1993-08-18, -/games/boxart/full_james-pond-2-codename-robocod_5PALFront.jpg,James Pond 2: Codename: Robocod,MS,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1991-01-01, -/games/boxart/8812173ccc.jpg,James Pond 3: Operation Starfish,GEN,Platform,Electronic Arts,Millennium Interactive Ltd,,,,,,,1993-04-09, -/games/boxart/9526752ccc.jpg,James Pond: Underwater Agent,GEN,Platform,Electronic Arts,Millennium Interactive,,,,,,,1991-01-01, -/games/boxart/8694164ccc.jpg,Jazz Jackrabbit,PC,Platform,Epic Games,Epic MegaGames,,,,,,,1994-07-30, -/games/boxart/7523315ccc.jpg,Jazz Jackrabbit 2,PC,Platform,Epic Games,Epic Games,,,,,,,1998-07-31, -/games/boxart/default.jpg,Jelly Boy,SNES,Platform,Ocean,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_jelly-boy_96PALFront.jpg,Jelly Boy,GB,Platform,Ocean,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_5931130AmericaFrontccc.jpg,Jett Rocket,WW,Platform,Shin'en,Shin'en Multimedia,,,,,,,2010-06-28, -/games/boxart/full_7536225AmericaFrontccc.jpg,Jill of the Jungle,PC,Platform,Epic Games,Epic Games,,,,,,,1992-01-01, -/games/boxart/full_3521596PALFrontccc.jpg,Jill of the Jungle: Jill Goes Underground,PC,Platform,Epic Games,Epic Games,,,,,,,1992-01-01, -/games/boxart/full_799044PALFrontccc.jpg,Jill of the Jungle: Jill Saves The Prince,PC,Platform,Epic Games,Epic Games,,,,,,,1992-01-01, -/games/boxart/full_7398728AmericaFrontccc.jpg,Jill of the Jungle: The Complete Trilogy,PC,Platform,Epic Games,Epic Games,,,,,,,1993-01-01, -/games/boxart/full_jim-power_595JapanFront.jpg,Jim Power,PCE,Platform,Micro World,Loriciels,,,,,,,1993-03-19, -/games/boxart/full_jim-power-lost-dimension-in-3d_278AmericaFront.jpg,Jim Power: Lost Dimension in 3D,SNES,Platform,Electro Brain,Loriciels,,,,,,,1993-12-01, -/games/boxart/full_4030729AmericaFrontccc.jpg,Jimmy Neutron: Boy Genius,PC,Platform,THQ,AWE Games,,,,,,,2001-11-06, -/games/boxart/full_9028983PALFrontccc.jpg,Jinx,PS,Platform,Sony Computer Entertainment,Hammerhead,,,,,,,2003-01-31, -/games/boxart/full_joe-amp-mac-caveman-ninja_7AmericaFront.jpg,Joe & Mac: Caveman Ninja,PC,Platform,New World Computing,Data East,,,,,,,1991-01-01, -/games/boxart/full_7788587AmericaFrontccc.jpg,Joe & Mac,SNES,Platform,Data East,Data East,,,,,,,1992-01-01, -/games/boxart/full_830377AmericaFrontccc.jpg,Joe & Mac,NES,Platform,Data East,Data East,,,,,,,1991-01-01, -/games/boxart/804431ccc.jpg,Joe & Mac,GB,Platform,Data East,"MotiveTime, Ltd.",,,,,,,1993-06-01, -/games/boxart/8637699ccc.jpg,Joe & Mac,GEN,Platform,Takara,Eden Entertainment Software,,,,,,,1991-01-01, -/games/boxart/full_9162167AmericaFrontccc.jpg,Joe & Mac 2: Lost in the Tropics,SNES,Platform,Data East,Data East,,,,,,,1994-04-01, -/games/boxart/4150198ccc.jpg,Johnny Bazookatone,SAT,Platform,U.S. Gold,Arc Developments,,,,,,,1996-01-01, -/games/boxart/9563070ccc.jpg,Johnny Bazookatone,3DO,Platform,U.S. Gold,Arc Developments,,,,,,,1995-01-01, -/games/boxart/default.jpg,Johnny Platform Saves Christmas,XBL,Platform,Unknown,IshiEiketsu,,,,,,,, -/games/boxart/full_4976889AmericaFrontccc.jpg,Johnny Platform Saves Xmas!,XBL,Platform,Microsoft,IshiEiketsu,,,,,,,2009-12-08, -/games/boxart/full_6839697AmericaFrontccc.jpg,Johnny Platform's Biscuit Romp,XBL,Platform,Microsoft,IshiEiketsu,,,,,,,2008-12-26, -/games/boxart/9458750ccc.jpg,Journey to Silius,NES,Platform,Sunsoft,Tokai Engineering,,,,,,,1990-09-01, -/games/boxart/6823790ccc.jpg,Joust,5200,Platform,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_7864464AmericaFrontccc.jpg,Joust,XBL,Platform,Midway Games,Digital Eclipse,7.4,,,,,,2005-11-22, -/games/boxart/6241580ccc.jpg,Joust,Lynx,Platform,"Shadowsoft, Inc.","Shadowsoft, Inc.",,,,,,,1992-01-01, -/games/boxart/full_joust_0AmericaFront.jpg,Joust,NES,Platform,HAL Laboratory,HAL Laboratory,,,,,,,1988-10-01, -/games/boxart/default.jpg,Joust,PSN,Platform,Midway Games,Digital Eclipse,,,,,,,2007-05-24, -/games/boxart/7556393ccc.jpg,Joust,7800,Platform,Atari,Atari,,,,,,,1986-01-01, -/games/boxart/full_8360823AmericaFrontccc.jpg,Judge Dredd,PC,Platform,Acclaim Entertainment,Acclaim,,,,,,,1997-01-01, -/games/boxart/7291471ccc.jpg,Judge Dredd,GB,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-02, -/games/boxart/full_9305204AmericaFrontccc.jpg,Judge Dredd,GEN,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/full_6419013AmericaFrontccc.jpg,Judge Dredd,GG,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/7512086ccc.jpg,Judge Dredd,SNES,Platform,Acclaim Entertainment,Probe Software,,,,,,,1995-10-26, -/games/boxart/full_3016366AmericaFrontccc.jpg,Jumper Robot,XBL,Platform,Microsoft,Angel Z,,,,,,,2009-11-16, -/games/boxart/full_4517285AmericaFrontccc.png,Jumping Flash!,PSN,Platform,Sony Computer Entertainment,Exact,,,,,,,2007-01-04, -/games/boxart/full_7748813AmericaFrontccc.png,Jumping Flash! 2,PSN,Platform,Sony Computer Entertainment,Exact,,,,,,,2009-10-01, -/games/boxart/full_8742917AmericaFrontccc.jpg,Jumpman,PC,Platform,IBM,Epyx,,,,,,,1984-01-01, -/games/boxart/5121774ccc.jpg,Jungle Hunt,5200,Platform,Atari,Taito Corporation,,,,,,,1983-01-01, -/games/boxart/full_jurassic-park-iii-dino-defender_0AmericaFront.jpg,Jurassic Park III: Dino Defender,PC,Platform,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2001-06-29, -/games/boxart/4050831ccc.jpg,Jurassic Park III: The DNA Factor,GBA,Platform,Konami,KCEA Honolulu,4,,,,,,2001-07-16, -/games/boxart/1160461ccc.jpg,Jurassic Park Part 2: The Chaos Continues,GB,Platform,Ocean,Ocean,,,,,,,1994-12-01, -/games/boxart/8757889ccc.jpg,Jurassic Park Part 2: The Chaos Continues,SNES,Platform,Ocean,Ocean,,,,,,,1994-11-01, -/games/boxart/full_jurassic-park-rampage-edition_4AmericaFront.jpg,Jurassic Park: Rampage Edition,GEN,Platform,Sega,Bluesky Innovations,,,,,,,1994-01-01, -/games/boxart/full_justice-league-injustice-for-all_7AmericaFront.jpg,Justice League: Injustice for All,GBA,Platform,Midway Games,Saffire Corporation,5.6,,,,,,2002-11-17, -/games/boxart/5681952ccc.jpg,Kabuki Quantum Fighter,NES,Platform,HAL Laboratory,Human Entertainment,,,,,,,1991-01-01, -/games/boxart/full_kaettekita-mario-bros-fds_657JapanFront.jpg,Kaettekita Mario Bros. (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1988-11-30, -/games/boxart/full_5237657AmericaFrontccc.jpg,KAITEN PATISSIER,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-10-05, -/games/boxart/full_kaizou-chounin-shubibinman_5JapanFront.jpg,Kaizou Chounin Shubibinman,VC,Platform,Hudson Soft,NCS,,,,,,,2007-03-27, -/games/boxart/full_kaizou-chounin-shubibinman_5JapanFront.jpg,Kaizou Chounin Shubibinman,PCE,Platform,NCS,NCS,,,,,,,1989-03-18, -/games/boxart/full_kaizou-chounin-shubibinman_904JapanFront.jpg,Kaizou Chounin Shubibinman,PSN,Platform,NCS,NCS,,,,,,,2011-01-19, -/games/boxart/full_kaizou-chounin-shubibinman-3-ikai-no-princess_8JapanFront.jpg,Kaizou Chounin Shubibinman 3: Ikai no Princess,PCE,Platform,NCS,NCS,,,,,,,1992-02-28, -/games/boxart/full_kaizou-chounin-shubibinman-3-ikai-no-princess_788JapanFront.jpg,Kaizou Chounin Shubibinman 3: Ikai no Princess,PSN,Platform,Unknown,NCS,,,,,,,2011-04-20, -/games/boxart/full_8981004AmericaFrontccc.jpg,Kaleidoscope,XBL,Platform,Microsoft,Morsel,,,,,,,2010-02-12, -/games/boxart/full_8634993AmericaFrontccc.jpg,Kalimba,PC,Platform,Microsoft Studios,Press Play,,,,,,,2015-04-22, -/games/boxart/full_2597747JapanFrontccc.jpg,Kamen Rider Kuuga,PS,Platform,Bandai,Bandai,,,,,,,2000-12-21, -/games/boxart/full_6470AmericaFrontccc.jpg,Kameo: Elements of Power,XBL,Platform,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-08-11, -/games/boxart/6339205ccc.jpg,Kangaroo,5200,Platform,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/2989585ccc.jpg,Kao the Kangaroo,DC,Platform,Titus,X-Ray Interactive,6.6,,,,,,2001-02-13, -/games/boxart/full_7377847AmericaFrontccc.jpg,Kao the Kangaroo Round 2,XB,Platform,Atari,Tate Interactive,,,,,,,2006-03-21, -/games/boxart/5354964ccc.jpg,Karnov,NES,Platform,Data East,Data East,,,,,,,1990-12-01, -/games/boxart/full_karoshi_920PALFront.jpg,Karoshi,PSN,Platform,Unknown,YoYo Games Ltd.,,,,,,,2011-04-06, -/games/boxart/full_9169630JapanFrontccc.jpg,Kaze no Klonoa: Moonlight Museum,WS,Platform,Bandai,Bandai,,,,,,,1999-05-20, -/games/boxart/full_keith-courage-in-alpha-zones_0AmericaFront.jpg,Keith Courage in Alpha Zones,PCE,Platform,NEC,Hudson Soft,,,,,,,1989-01-01, -/games/boxart/301993ccc.jpg,Kendo Rage,SNES,Platform,Seta Corporation,Affect,,,,,,,1993-10-01, -/games/boxart/full_kenseiden_3AmericaFront.jpg,Kenseiden,MS,Platform,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_6574866JapanFrontccc.jpg,Kessakusen! Ganbare Goemon 1+ 2: Yuki-hime to Magginesu,GBA,Platform,Konami,Konami,,,,,,,2005-04-21, -/games/boxart/full_2256121AmericaFrontccc.jpg,Kid Chameleon,VC,Platform,Sega,Sega Technical Institute,6.7,,,,,,2007-05-28, -/games/boxart/3279575ccc.jpg,Kid Chameleon,GEN,Platform,Sega,Sega Technical Institute,,,,,,,1992-05-28, -/games/boxart/full_kid-chameleon_580AmericaFront.jpg,Kid Chameleon,PC,Platform,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/full_5076876AmericaFrontccc.jpg,Kid Dracula,GB,Platform,Konami,Konami,,,,,,,1993-01-01, -/games/boxart/full_3611784AmericaFrontccc.jpg,Kid Icarus,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2007-02-12, -/games/boxart/full_8364252JapanFrontccc.jpg,Kid Icarus (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-12-19, -/games/boxart/full_7780709AmericaFrontccc.jpg,Kid Icarus: Of Myths and Monsters,GB,Platform,Nintendo,Nintendo R&D1,,,,,,,1991-11-01, -/games/boxart/full_4466691AmericaFrontccc.jpg,Kid Klown in Crazy Chase,SNES,Platform,Kemco,Kemco,,,,,,,1994-01-01, -/games/boxart/full_3374812JapanFrontccc.jpg,Kid Klown in Crazy Chase 2: Love Love Hani Soudatsusen,PS,Platform,Kemco,Kemco,,,,,,,1996-12-06, -/games/boxart/full_6569759AmericaFrontccc.png,Kid Klown in Night Mayor World,NES,Platform,Kemco,Kemco,,,,,,,1993-04-01, -/games/boxart/5395188ccc.jpg,Kid Kool,NES,Platform,Victory Lap Games,Vic Tokai,,,,,,,1990-03-01, -/games/boxart/full_387771AmericaFrontccc.jpg,Kid Niki: Radical Ninja,NES,Platform,Data East,Irem Software Engineering,,,,,,,1987-11-01, -/games/boxart/8966882ccc.gif,Kirby 64: The Crystal Shards,VC,Platform,Nintendo,HAL Laboratory,7.5,,,,,,2008-02-25, -/games/boxart/full_1489309AmericaFrontccc.jpg,Kirby Super Star,VC,Platform,Nintendo,HAL Laboratory,,,,,,,2010-05-17, -/games/boxart/full_kirbys-dream-land_461AmericaFront.jpg,Kirby's Dream Land,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2011-06-30, -/games/boxart/full_kirbys-dream-land-3ds-vc_270AmericaFront.jpg,Kirby's Dream Land,3DS,Platform,Nintendo,Nintendo,,,,,,,2011-06-30, -/games/boxart/full_3307248AmericaFrontccc.jpg,Kirby's Dream Land 3,VC,Platform,Nintendo,HAL Laboratory,,,,,,,2009-01-05, -/games/boxart/full_2364381AmericaFrontccc.jpg,Kiwi Kraze: A Bird-Brained Adventure!,NES,Platform,Taito,Software Creations,,,,,,,1991-04-01, -/games/boxart/default.jpg,Klonoa: Door to Phantomile,PSN,Platform,Namco Bandai,Namco,,,,,,,2011-07-06, -/games/boxart/default.jpg,Knuckles Chaotix,GEN,Platform,Sega,Sega,,,,,,,1995-04-01, -/games/boxart/full_6211905AmericaFrontccc.jpg,Kodama,WinP,Platform,Unknown,Unknown,,,,,,,2014-08-08, -/games/boxart/full_konami-wai-wai-world_8JapanFront.jpg,Konami Wai Wai World,NES,Platform,Konami,Konami,,,,,,,1988-01-14, -/games/boxart/1542294ccc.jpg,Kung Fu Kid,MS,Platform,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_6092114AmericaFrontccc.jpg,Kung Fu Panda,XBL,Platform,Activision,Luxoflux,,,,,,,2010-03-30, -/games/boxart/full_la-mulana_968AmericaFront.jpg,La-Mulana,WW,Platform,Unknown,"Asterizm Co., Ltd",,,,,,,, -/games/boxart/full_9735843AmericaFrontccc.jpg,La-Mulana 2,PC,Platform,AGM Playism,Nigoro,,,,,,,2018-07-30,2019-04-08 -/games/boxart/full_2815489PALFrontccc.jpg,Land of Illusion starring Mickey Mouse,MS,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_landit-bandit_2AmericaFront.jpg,Landit Bandit,PSN,Platform,Unknown,The Bearded Ladies,,,,,,,2010-07-13, -/games/boxart/full_5394834PALFrontccc.jpg,Lanfeust of Troy,DS,Platform,Atari,Visual Impact,,,,,,,2007-12-07, -/games/boxart/full_1322320PALFrontccc.jpg,Lanfeust of Troy,PSP,Platform,Atari,Tate Interactive,,,,,,,2008-05-07, -/games/boxart/full_legend-of-hero-tonma_7AmericaFront.jpg,Legend of Hero Tonma,VC,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-09-24, -/games/boxart/full_legend-of-hero-tonma_1AmericaFront.jpg,Legend of Hero Tonma,PCE,Platform,NEC,Irem Software Engineering,,,,,,,1993-01-01, -/games/boxart/full_5773874AmericaFrontccc.jpg,Legend of Illusion starring Mickey Mouse,GG,Platform,Sega,Aspect,,,,,,,1995-01-01, -/games/boxart/default.jpg,Legend of Illusion starring Mickey Mouse,MS,Platform,Tec Toy,Aspect,,,,,,,1994-01-01, -/games/boxart/full_4623972PALFrontccc.jpg,LEGO Bionicle Double Pack,PC,Platform,Focus Home Interactive,Argonaut Games / Asylum Entertainment,,,,,,,2006-10-06, -/games/boxart/full_497736AmericaFrontccc.jpg,Lemony Snicket's A Series of Unfortunate Events,PC,Platform,Activision,KnowWonder Digital Mediaworks,,,,,,,2004-11-10, -/games/boxart/full_4446600AmericaFrontccc.jpg,Lester the Unlikely,SNES,Platform,DTMC,Visual Concepts,,,,,,,1994-01-01, -/games/boxart/7993159ccc.jpg,Lethal Weapon,SNES,Platform,Ocean,Ocean,,,,,,,1992-12-01, -/games/boxart/full_4800271AmericaFrontccc.jpg,Lilly Adventure,2600,Platform,Unknown,Quelle,,,,,,,1983-01-01, -/games/boxart/full_limbo_1AmericaFront.jpg,LIMBO,XBL,Platform,Microsoft Game Studios,Playdead,9,,,,,,2011-04-19, -/games/boxart/full_limbo_698AmericaFront.jpg,LIMBO,PSN,Platform,Unknown,Playdead,9,,,,,,2011-07-19, -/games/boxart/default.jpg,LIMBO,Linux,Platform,Playdead,Playdead,,,,,,,2014-06-23, -/games/boxart/full_2605228AmericaFrontccc.png,LIMBO,XOne,Platform,Playdead,Playdead,,,,,,,2014-12-05, -/games/boxart/2997548ccc.jpg,Little Nemo the Dream Master,NES,Platform,Capcom,Capcom,,,,,,,1990-09-01, -/games/boxart/6139869ccc.jpg,Little Samson,NES,Platform,Taito,Takeru,,,,,,,1992-10-22, -/games/boxart/full_littlebigplanet_831AmericaFront.jpg,LittleBigPlanet,PSN,Platform,Sony Computer Entertainment,Media Molecule,8.6,,,,,,2011-06-02, -/games/boxart/full_littlebigplanet-psp_7AmericaFront.png,LittleBigPlanet (PSP),PSN,Platform,Sony Music Entertainment,SCEE Cambridge,8.7,,,,,,2009-11-24,2018-12-03 -/games/boxart/full_littlebigplanet-2-special-edition_462AmericaFront.jpg,LittleBigPlanet 2: Special Edition,PS3,Platform,Sony Computer Entertainment,Media Molecule,,,,,,,2011-11-15, -/games/boxart/full_9988174AmericaFrontccc.png,LocoRoco,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,8.1,,,,,,2008-04-23,2018-09-17 -/games/boxart/full_1368673AmericaFrontccc.jpg,LocoRoco 2,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,8.6,,,,,,2009-02-10,2018-09-17 -/games/boxart/full_8269269AmericaFrontccc.jpg,LocoRoco Cocoreccho!,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2007-09-21,2018-09-17 -/games/boxart/full_8384693AmericaFrontccc.png,LocoRoco Midnight Carnival,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,7.1,,,,,,2009-10-29,2018-09-17 -/games/boxart/full_lode-runner-for-wonderswan_7JapanFront.jpg,Lode Runner for WonderSwan,WS,Platform,Banpresto,Banpresto,,,,,,,2000-04-20, -/games/boxart/full_8661948AmericaFrontccc.jpg,LogiGun,PC,Platform,Unknown,Unknown,,,,,,,2012-08-01, -/games/boxart/full_2330301PALFrontccc.jpg,Lomax,PC,Platform,Psygnosis,Psygnosis,,,,,,,1997-06-06, -/games/boxart/full_looney-tunes_458AmericaFront.jpg,Looney Tunes,GB,Platform,Sunsoft,SunSoft,,,,,,,1992-10-01, -/games/boxart/full_looney-tunes-carrot-crazy_59AmericaFront.jpg,Looney Tunes: Carrot Crazy,GB,Platform,Infogrames,Velez & Dubail,,,,,,,1999-04-01, -/games/boxart/full_554425PALFrontccc.jpg,Looney Tunes: Taz Express,N64,Platform,Infogrames,Zed Two Limited,,,,,,,2000-08-01, -/games/boxart/34240ccc.jpg,Looney Tunes: Twouble!,GB,Platform,Infogrames,Bit Managers,,,,,,,1999-03-30, -/games/boxart/2694228ccc.jpg,LostWinds,WW,Platform,Frontier Developments,Frontier Developments,8.2,,,,,,2008-05-12, -/games/boxart/full_5669963AmericaFrontccc.jpg,LostWinds: Winter of the Melodias,WW,Platform,Frontier Developments,Frontier Developments,8.6,,,,,,2009-10-19, -/games/boxart/full_low-g-man-the-low-gravity-man_8AmericaFront.jpg,Low G Man: The Low Gravity Man,NES,Platform,Taxan,Taxan,,,,,,,1990-09-01, -/games/boxart/default.jpg,Luc Bernard's Eternity's Child,WW,Platform,Unknown,Alten8,,,,,,,, -/games/boxart/default.jpg,Luc Bernard's Eternity's Child,DS,Platform,Unknown,Alten8,,,,,,,, -/games/boxart/full_7568386AmericaFrontccc.jpg,Lucidity,PC,Platform,LucasArts,LucasArts,7,,,,,,2009-10-07, -/games/boxart/full_1097706AmericaFrontccc.jpg,Lucidity,XBL,Platform,LucasArts,LucasArts,7,,,,,,2009-10-07, -/games/boxart/full_7316462PALFrontccc.jpg,Lucky Luke,GB,Platform,Infogrames,Infogrames,,,,,,,1996-01-01, -/games/boxart/full_1083319PALFrontccc.jpg,Lucky Luke,SNES,Platform,Infogrames,Infogrames,,,,,,,1997-10-27, -/games/boxart/full_5630093PALFrontccc.jpg,Lucky Luke (GBC),GB,Platform,Infogrames,Infogrames,,,,,,,1999-07-09, -/games/boxart/full_5264705PALFrontccc.jpg,Lucky Luke: Desperado Train,GB,Platform,Infogrames,Infogrames,,,,,,,2000-01-01, -/games/boxart/full_lumi_4AmericaFront.jpg,Lumi,XBL,Platform,Microsoft,Kydos Studios,,,,,,,2010-07-12, -/games/boxart/full_m-amp-ms-mini-madness_726AmericaFront.jpg,M & M's Mini Madness,GB,Platform,Majesco,Pipe Dream Interactive,,,,,,,2000-12-08, -/games/boxart/full_mc-kids_3AmericaFront.jpg,M.C. Kids,NES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-02-01, -/games/boxart/full_4244112AmericaFrontccc.jpg,Machiavelli's Ascent,XBL,Platform,Microsoft,Naturally Formed Studios,,,,,,,2008-12-29, -/games/boxart/full_magic-boy_83AmericaFront.jpg,Magic Boy,PC,Platform,Empire Interactive,Blue Turtle,,,,,,,1993-01-01, -/games/boxart/9073942ccc.jpg,Magic Boy,SNES,Platform,JVC,Empire Interactive,,,,,,,1996-08-01, -/games/boxart/full_8117234AmericaFrontccc.jpg,Magic Sword,SNES,Platform,Capcom,Capcom,,,,,,,1993-01-01, -/games/boxart/default.jpg,Magical Whip: Wizards of Phantasmal Forest,DSiW,Platform,SilverStar,SilverStarJapan,,,,,,,2010-11-10, -/games/boxart/full_makai-prince-dorabocchan_4JapanFront.jpg,Makai Prince Dorabocchan,PCE,Platform,Naxat Soft,Naxat Soft,,,,,,,1990-12-21, -/games/boxart/full_makai-mura-for-wonderswan_7JapanFront.jpg,Makaimura for WonderSwan,WS,Platform,Bandai,Capcom,,,,,,,1999-07-22, -/games/boxart/full_6498741PALFrontccc.jpg,Man Overboard!,GEN,Platform,Codemasters,Zeppelin Games,,,,,,,1994-01-01, -/games/boxart/full_manic-miner_103PALFront.jpg,Manic Miner,GBA,Platform,Jester Interactive,Jester Interactive,,,,,,,2002-08-09, -/games/boxart/full_2488863JapanFrontccc.jpg,Mappy,GG,Platform,Namco,Namco,,,,,,,1991-05-24, -/games/boxart/full_8832994JapanFrontccc.jpg,Mappy,VC,Platform,Namco Bandai,Namco,,,,,,,2008-01-29, -/games/boxart/default.jpg,Mappy (Arcade),VC,Platform,Namco Bandai,Namco,,,,,,,2009-03-27, -/games/boxart/full_7624629JapanFrontccc.jpg,Mappy Kids,NES,Platform,Namco,Namco,,,,,,,1989-12-22, -/games/boxart/full_8257328AmericaFrontccc.jpg,Mappy-Land,NES,Platform,Taxan,Namco,,,,,,,1989-04-01, -/games/boxart/3659420ccc.gif,Mario Bros.,VC,Platform,Nintendo,Nintendo R&D1,,,,,,,2006-11-19, -/games/boxart/3938224ccc.jpg,Mario Bros.,5200,Platform,Atari,Atari,,,,,,,1983-10-01, -/games/boxart/2781674ccc.jpg,Mario Bros.,7800,Platform,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_7437027AmericaFrontccc.jpg,Mario Clash,VB,Platform,Nintendo,Nintendo R&D1,,,,,,,1995-10-01, -/games/boxart/full_marko_2AmericaFront.jpg,Marko,GG,Platform,Domark Software,Domark Software,,,,,,,1993-01-01, -/games/boxart/full_2522552AmericaFrontccc.jpg,Marko,SCD,Platform,Good Night Brave Warrior,Good Deal Games,,,,,,,2004-01-01, -/games/boxart/default.jpg,Marko's Magic Football,SNES,Platform,Acclaim Entertainment,The Kremlin,,,,,,,1995-01-01, -/games/boxart/full_5828310AmericaFrontccc.jpg,Marsupilami,GEN,Platform,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_8076152AmericaFrontccc.jpg,Marvel Super Heroes: War of the Gems,SNES,Platform,Capcom,Capcom,,,,,,,1996-11-01, -/games/boxart/full_8604942AmericaFrontccc.jpg,Mary-Kate and Ashley: Get a Clue!,GB,Platform,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-06-01, -/games/boxart/full_master-of-darkness_1PALFront.jpg,Master of Darkness,MS,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_7155822AmericaFrontccc.jpg,Maui Mallard in Cold Shadow,SNES,Platform,Nintendo,Eurocom Entertainment Software,,,,,,,1996-01-01, -/games/boxart/full_3267941AmericaFrontccc.jpg,Maui Mallard in Cold Shadow,PC,Platform,Disney Interactive Studios,Eurocom Entertainment Software,,,,,,,1996-09-30, -/games/boxart/full_5754063AmericaFrontccc.jpg,Maui Mallard in Cold Shadow,GB,Platform,Sunsoft,Eurocom Entertainment Software,,,,,,,1998-01-01, -/games/boxart/full_4347122AmericaFrontccc.jpg,Max & the Magic Marker,PC,Platform,Press Play,Press Play,,,,,,,2010-02-08, -/games/boxart/full_1824315AmericaFrontccc.jpg,Max & the Magic Marker,WW,Platform,Press Play,Press Play,7,,,,,,2010-03-08, -/games/boxart/full_max-ampamp-the-magic-marker-gold-edition_85AmericaFront.jpg,Max & the Magic Marker: Gold Edition,PSN,Platform,Pan Vision,Press Play,7,,,,,,2011-11-01, -/games/boxart/full_maximo-ghosts-to-glory_571AmericaFront.jpg,Maximo: Ghosts to Glory,PSN,Platform,Capcom,Capcom,,,,,,,2011-10-04, -/games/boxart/full_maya-the-bee-klatschmohnwiese-in-gefahr_575PALFront.jpg,Maya the Bee: Klatschmohnwiese in Gefahr,DS,Platform,Midway Games,Independent Arts Software GmbH,,,,,,,2006-11-15, -/games/boxart/full_7695802PALFrontccc.jpg,Maya the Bee: Klatschmohnwiese in Gefahr,GBA,Platform,Midway Games,Independent Arts Software GmbH,,,,,,,2006-11-22, -/games/boxart/full_6990170PALFrontccc.jpg,Maya The Bee: Sweet Gold,GBA,Platform,Midway Games,Shin'en Multimedia,,,,,,,2005-03-18, -/games/boxart/full_514937PALFrontccc.jpg,Maya The Bee: The Great Adventure,GBA,Platform,Acclaim Entertainment,Shin'en Multimedia,,,,,,,2002-03-27, -/games/boxart/full_3617433AmericaFrontccc.jpg,Mega Man,PC,Platform,Capcom,Capcom,,,,,,,1990-01-01, -/games/boxart/full_rockman_132AmericaFront.jpg,Mega Man,PSN,Platform,Sony Computer Entertainment,Capcom,,,,,,,2011-01-18, -/games/boxart/full_9585661AmericaFrontccc.jpg,Mega Man,VC,Platform,Capcom,Capcom,,,,,,,2008-08-18, -/games/boxart/full_6541965AmericaFrontccc.jpg,Mega Man,GG,Platform,U.S. Gold,Freestyle,,,,,,,1995-01-01, -/games/boxart/full_5171995AmericaFrontccc.jpg,Mega Man 10,WW,Platform,Capcom,Inti Creates,8.3,,,,,,2010-03-01, -/games/boxart/full_mega-man-10_2AmericaFront.jpg,Mega Man 10,PSN,Platform,Capcom,Inti Creates,7.9,,,,,,2010-03-11, -/games/boxart/full_3696217AmericaFrontccc.jpg,Mega Man 10,XBL,Platform,Capcom,Inti Creates,8.4,,,,,,2010-03-31, -/games/boxart/full_mega-man-2_780AmericaFront.jpg,Mega Man 2,PSN,Platform,Sony Computer Entertainment,Capcom,,,,,,,2011-02-01, -/games/boxart/full_3966625AmericaFrontccc.jpg,Mega Man 2,VC,Platform,Capcom,Capcom,9.5,,,,,,2008-09-15, -/games/boxart/full_4917014AmericaFrontccc.jpg,Mega Man 3,PC,Platform,Capcom,Capcom,,,,,,,1992-01-01, -/games/boxart/full_mega-man-3_836AmericaFront.jpg,Mega Man 3,PSN,Platform,Sony Computer Entertainment,Capcom,,,,,,,2011-03-08, -/games/boxart/full_3912211AmericaFrontccc.jpg,Mega Man 3,VC,Platform,Capcom,Capcom,,,,,,,2008-11-10, -/games/boxart/full_2514076AmericaFrontccc.jpg,Mega Man 4,VC,Platform,Capcom,Capcom,8,,,,,,2010-04-19, -/games/boxart/default.jpg,Mega Man 5,WiiU,Platform,Capcom,Capcom,,,,,,,2014-07-24, -/games/boxart/full_mega-man-5_469AmericaFront.jpg,Mega Man 5,VC,Platform,Capcom,Capcom,8.5,,,,,,2011-06-16, -/games/boxart/full_1524939AmericaFrontccc.png,Mega Man 6,WiiU,Platform,Capcom,Capcom,,,,,,,2014-08-21,2018-04-10 -/games/boxart/default.jpg,Mega Man 6,3DS,Platform,Capcom,Capcom,,,,,,,2013-06-20, -/games/boxart/full_6345937AmericaFrontccc.png,Mega Man 9,WW,Platform,Capcom,Inti Creates,8.1,,,,,,2008-09-22, -/games/boxart/full_4917609AmericaFrontccc.jpg,Mega Man 9,PSN,Platform,Capcom,Inti Creates,8,,,,,,2008-09-25, -/games/boxart/full_5986181AmericaFrontccc.jpg,Mega Man 9,XBL,Platform,Capcom,Inti Creates,8.1,,,,,,2008-10-01, -/games/boxart/full_mega-man-anniversary-collectioncancelled_456AmericaFront.jpg,Mega Man Anniversary Collection,GBA,Platform,Unknown,Capcom,,,,,,,, -/games/boxart/full_931332JapanFrontccc.jpg,Mega Man Dual Pack,PSP,Platform,Capcom,Capcom,,,,,,,2011-09-16, -/games/boxart/full_3107313AmericaFrontccc.png,Mega Man Maverick Hunter X,PSN,Platform,Capcom,Capcom,,,,,,,2009-10-29, -/games/boxart/default.jpg,Mega Man Powered Up,PSN,Platform,Unknown,Capcom,,,,,,,, -/games/boxart/default.jpg,Mega Man Universe,XBL,Platform,Unknown,Capcom,,,,,,,, -/games/boxart/default.jpg,Mega Man Universe,PSN,Platform,Unknown,Capcom,,,,,,,, -/games/boxart/4306907ccc.jpg,Mega Man V,GB,Platform,Capcom,Capcom,,,,,,,1994-09-01, -/games/boxart/full_mega-man-x_761AmericaFront.jpg,Mega Man X,VC,Platform,Capcom,Capcom,,,,,,,2011-04-18, -/games/boxart/full_8189726AmericaFrontccc.jpg,Mega Man X,PC,Platform,Capcom,Capcom,,,,,,,1995-01-01, -/games/boxart/full_1462520PALFrontccc.jpg,Mega Man X3,PS,Platform,Virgin Interactive,Capcom,,,,,,,1997-07-01, -/games/boxart/full_5900797AmericaFrontccc.jpg,Mega Man X3,PC,Platform,Capcom,Capcom,,,,,,,1998-01-01, -/games/boxart/full_6821841PALFrontccc.jpg,Mega Man X3,SAT,Platform,Capcom,Capcom,,,,,,,1996-01-01, -/games/boxart/full_5730741AmericaFrontccc.jpg,Mega Man X4,PC,Platform,Capcom,Capcom,,,,,,,1998-01-01, -/games/boxart/full_3136974AmericaFrontccc.jpg,Mega Man X5,PS3,Platform,Unknown,Capcom,,,,,,,2014-09-09, -/games/boxart/full_8359713AmericaFrontccc.jpg,Mega Man X5,PSV,Platform,Capcom,Capcom,,,,,,,2014-09-09, -/games/boxart/full_7983105AmericaFrontccc.jpg,Mega Man X5,PC,Platform,Capcom,Capcom,,,,,,,2002-08-20, -/games/boxart/default.jpg,Mega Man X6,PC,Platform,Capcom,Capcom,,,,,,,2002-12-13, -/games/boxart/full_3223878PALFrontccc.jpg,Mega Man X8,PC,Platform,Capcom,Capcom,,,,,,,2005-11-01, -/games/boxart/default.jpg,Mega Man: Dr. Wily's Revenge,3DS,Platform,Capcom,Capcom,7.5,,,,,,2011-06-07, -/games/boxart/full_mega-man-the-wily-wars_6PALFront.jpg,Mega Man: The Wily Wars,GEN,Platform,Capcom,Capcom,,,,,,,1994-10-20, -/games/boxart/6065420ccc.jpg,Mega Turrican,GEN,Platform,Data East,Factor 5,,,,,,,1994-01-01, -/games/boxart/9020106ccc.jpg,Mega Turrican,VC,Platform,Factor 5,Factor 5,,,,,,,2008-04-14, -/games/boxart/3663222ccc.gif,Merlin,GB,Platform,Electronic Arts,RFX Interactive,,,,,,,2001-02-03, -/games/boxart/7272130ccc.jpg,Michael Jackson's Moonwalker,MS,Platform,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_2599316AmericaFrontccc.jpg,Michael Jackson's Moonwalker,VC,Platform,Unknown,Ultimate Productions,,,,,,,, -/games/boxart/full_9437033AmericaFrontccc.jpg,Michael Jackson's Moonwalker,GEN,Platform,Sega,Ultimate Productions,,,,,,,1990-08-24, -/games/boxart/default.jpg,Michael Jackson's Moonwalker,GG,Platform,Unknown,Sega,,,,,,,, -/games/boxart/4551396ccc.jpg,Michael Jordan in Chaos in the Windy City,SNES,Platform,Electronic Arts,Electronic Arts,,,,,,,1994-11-01, -/games/boxart/3073197ccc.jpg,Mick & Mack as the Global Gladiators,GEN,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1992-01-01, -/games/boxart/full_4352871AmericaFrontccc.jpg,Mickey Mania: The Timeless Adventures of Mickey Mouse,SNES,Platform,Sony Imagesoft,Traveller's Tales,,,,,,,1995-03-30, -/games/boxart/full_3973592AmericaFrontccc.jpg,Mickey Mania: The Timeless Adventures of Mickey Mouse,SCD,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,1994-01-01, -/games/boxart/8053615ccc.jpg,Mickey Mania: The Timeless Adventures of Mickey Mouse,GEN,Platform,Sony Imagesoft,Traveller's Tales,,,,,,,1994-01-01, -/games/boxart/full_mickey-mouse-magic-wands_373AmericaFront.jpg,Mickey Mouse: Magic Wands!,GB,Platform,Nintendo,Kemco,,,,,,,1998-05-01, -/games/boxart/2008918ccc.jpg,Mickey Mousecapade,NES,Platform,Capcom,Hudson Soft,,,,,,,1988-10-01, -/games/boxart/full_6020950JapanFrontccc.jpg,Mickey to Donald Magical Adventure 3,SNES,Platform,Capcom,Capcom,,,,,,,1995-12-08, -/games/boxart/full_3969919AmericaFrontccc.jpg,Mickey's Dangerous Chase,GB,Platform,Capcom,Kotobuki Systems,,,,,,,1992-01-01, -/games/boxart/full_mickeys-wild-adventure_834PALFront.jpg,Mickey's Wild Adventure,PS,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,1996-03-01, -/games/boxart/1060414ccc.jpg,Mighty Bomb Jack,VC,Platform,Tecmo,Tecmo,,,,,,,2007-05-07, -/games/boxart/1424841ccc.jpg,Mighty Bomb Jack,NES,Platform,Tecmo,Tecmo,,,,,,,1987-07-01, -/games/boxart/full_1347170AmericaFrontccc.jpg,Mighty Max,SNES,Platform,Ocean,Ocean,,,,,,,1995-02-01, -/games/boxart/1127869ccc.jpg,Mighty Morphin' Power Rangers,GB,Platform,Bandai,Tom Create,,,,,,,1994-08-01, -/games/boxart/full_1072709AmericaFrontccc.jpg,Mighty No. 9,X360,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 -/games/boxart/full_8232745PALFrontccc.jpg,Mighty No. 9,3DS,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 -/games/boxart/full_8919531AmericaFrontccc.jpg,Mighty No. 9,PS3,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 -/games/boxart/full_5854582AmericaFrontccc.jpg,Mighty No. 9,Linux,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 -/games/boxart/full_9004179AmericaFrontccc.jpg,Mighty No. 9,PSV,Platform,Deep Silver,Comcept,,,,,,,2016-07-01,2018-07-04 -/games/boxart/full_2336640AmericaFrontccc.jpg,Mighty No. 9,OSX,Platform,Eidos Interactive Ltd,Comcept,,,,,,,2016-01-01,2018-07-04 -/games/boxart/default.jpg,Mighty Switch Force,PC,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2015-06-01, -/games/boxart/full_mighty-switch-force_413AmericaFront.png,Mighty Switch Force,3DS,Platform,WayForward,WayForward Technologies,,,,,,,2011-12-22, -/games/boxart/full_millennium-man_593AmericaFront.jpg,Millennium Man,XBL,Platform,Microsoft,Fixed-Point Consulting LLC,,,,,,,2011-08-01, -/games/boxart/3893985ccc.gif,Milon's Secret Castle,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2007-06-04, -/games/boxart/default.jpg,Milon's Secret Castle,DS,Platform,Unknown,Hudson Soft,,,,,,,, -/games/boxart/full_237337AmericaFrontccc.jpg,Milon's Secret Castle,GB,Platform,Hudson Soft,Hudson Soft,,,,,,,1993-03-01, -/games/boxart/9321210ccc.jpg,Milon's Secret Castle,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1988-09-01, -/games/boxart/full_miner-2049er_4AmericaFront.jpg,Miner 2049er,GB,Platform,Big Five Software,Big Five Software,,,,,,,1992-10-01, -/games/boxart/5938276ccc.jpg,Miner 2049er,2600,Platform,Tigervision,Tigervision,,,,,,,1983-01-01, -/games/boxart/default.jpg,Miner 2049er,PC,Platform,Unknown,Big Five Software,,,,,,,1983-01-01, -/games/boxart/2459979ccc.jpg,Miner 2049er,5200,Platform,Big Five Software,Big Five Software,,,,,,,1983-01-01, -/games/boxart/full_2144431AmericaFrontccc.jpg,Miner 2049er Volume II,2600,Platform,Tigervision,Tigervision,,,,,,,1983-06-01, -/games/boxart/full_minna-de-spelunker-black_29JapanFront.jpg,Minna de Spelunker Black,PSN,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-01-07, -/games/boxart/full_miracle-adventure_7JapanFront.jpg,Miracle Adventure,NG,Platform,SNK,Data East,,,,,,,1994-12-18, -/games/boxart/default.jpg,Mister Rogers the Video Game,PC,Platform,Unknown,SM64Guy,,,,,,,, -/games/boxart/full_mohawk-and-headphone-jack_0AmericaFront.jpg,Mohawk and Headphone Jack,SNES,Platform,Black Pearl,Solid Software,,,,,,,1996-08-01, -/games/boxart/full_2805082AmericaFrontccc.png,Momodora III,PC,Platform,rdein,Bombservice,,,,,,,2014-07-01,2018-01-05 -/games/boxart/full_7036581AmericaFrontccc.jpg,Monster in My Pocket,NES,Platform,Konami,Konami,,,,,,,1992-01-01, -/games/boxart/full_5434318AmericaFrontccc.jpg,Monster Lair,VC,Platform,Nintendo,Alfa System,,,,,,,2007-12-17, -/games/boxart/full_9758230AmericaFrontccc.jpg,Monster Lair,PCE,Platform,NEC,Alfa System,,,,,,,1989-01-01, -/games/boxart/1041502ccc.jpg,Monster Party,NES,Platform,Bandai,Bandai,,,,,,,1989-06-01, -/games/boxart/full_310861JapanFrontccc.jpg,Monster World IV,GEN,Platform,Sega,Westone Bit Entertainment,,,,,,,1994-04-01, -/games/boxart/full_monsters-probably-stole-my-princess_6PALFront.jpg,Monsters (Probably) Stole My Princess!,PSN,Platform,Mediatonic,Mediatonic Ltd.,8.4,,,,,,2010-04-22, -/games/boxart/full_monsters-probably-stole-my-princess_3AmericaFront.jpg,Monsters (Probably) Stole My Princess!,XBL,Platform,Microsoft,Mediatonic Ltd.,,,,,,,2010-08-24, -/games/boxart/full_monsters-inc-scream-team_123AmericaFront.jpg,"Monsters, Inc. Scream Team",PSN,Platform,Sony Computer Entertainment,Artificial Mind and Movement,,,,,,,2011-03-08, -/games/boxart/full_6349586AmericaFrontccc.png,Monty on the Run,ACPC,Platform,Gremlin Graphics,Unknown,,,,,,,1985-01-01,2018-01-06 -/games/boxart/full_8494146PALFrontccc.jpg,Mr Bean,PS2,Platform,Blast! Entertainment Ltd,Beyond Reality,,,,,,,2007-12-14, -/games/boxart/full_mr-nutz_81PALFront.jpg,Mr Nutz,GBA,Platform,Infogrames,Dream On,,,,,,,2001-01-01, -/games/boxart/full_7898111AmericaFrontccc.jpg,Mr. Bones,SAT,Platform,Sega,Zono Inc.,,,,,,,1996-09-30, -/games/boxart/full_mr-gimmick_4PALFront.jpg,Mr. Gimmick,NES,Platform,Sunsoft,Authentic Entertainment,,,,,,,1993-05-19, -/games/boxart/default.jpg,Mr. Nutz,GB,Platform,Ocean,Ocean,,,,,,,1994-01-01, -/games/boxart/full_4521585AmericaFrontccc.jpg,Mr. Nutz,GBC,Platform,Infogrames,Planet Interactive,,,,,,,1999-12-01,2019-04-23 -/games/boxart/full_2492120PALFrontccc.jpg,Mr. Nutz,GEN,Platform,Ocean,Ocean,,,,,,,1994-01-01, -/games/boxart/full_6053252AmericaFrontccc.jpg,Mr. Nutz,SNES,Platform,Ocean,Ocean,,,,,,,1994-08-01, -/games/boxart/full_mr-nutz-gbc_157AmericaFront.jpg,Mr. Nutz (GBC),GB,Platform,Infogrames,Planet Interactive,,,,,,,1999-12-01, -/games/boxart/full_8467688AmericaFrontccc.jpg,Mr. Robot,PC,Platform,Moonpod,Moonpod,,,,,,,2007-01-10, -/games/boxart/full_ms-splosion-man_939AmericaFront.jpg,Ms. 'Splosion Man,XBL,Platform,Twisted Pixel Games,Twisted Pixel Games,8.4,,,,,,2011-07-13, -/games/boxart/full_5233150AmericaFrontccc.png,Ms. 'Splosion Man,WinP,Platform,Microsoft Studios,Twisted Pixel Games,,,,,,,2013-04-03,2018-10-01 -/games/boxart/full_4719171AmericaFrontccc.jpg,Ms. 'Splosion Man,PC,Platform,Microsoft Studios,Twisted Pixel Games,,,,,,,2013-04-03,2018-10-02 -/games/boxart/full_mugen-senshi-valis_969JapanFront.jpg,Mugen Senshi Valis,PSN,Platform,Hudson Soft,Nippon Telenet,,,,,,,2010-12-15, -/games/boxart/full_mugen-senshi-valis_762JapanFront.jpg,Mugen Senshi Valis,PCE,Platform,Nippon Telenet,Nippon Telenet,,,,,,,1992-03-19, -/games/boxart/full_3287707AmericaFrontccc.jpg,Murasaki Baby,PSV,Platform,Sony Computer Entertainment,Ovosonico,,,,,,,2014-09-16,2018-09-22 -/games/boxart/default.jpg,Mushroom Men: Truffle Trouble,PC,Platform,Red Fly Studio,Red Fly Studio,,,,,,,2015-03-10, -/games/boxart/full_mutant-mudds_486AmericaFront.png,Mutant Mudds,3DS,Platform,Nintendo,Renegade Kid,,,,,,,2012-01-26, -/games/boxart/full_mystery-quest_0AmericaFront.jpg,Mystery Quest,NES,Platform,Taxan,Carry Lab.,,,,,,,1989-04-01, -/games/boxart/full_3375787AmericaFrontccc.jpg,Mystic Defender,GEN,Platform,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_8316403AmericaFrontccc.jpg,N+,XBL,Platform,Metanet Software Inc.,Slick Entertainment,,,,,,,2008-02-20, -/games/boxart/3585096ccc.jpg,Naruto: Ninja Council 2,GBA,Platform,D3 Publisher,Aspect,,,,,,,2006-10-04, -/games/boxart/full_5107361AmericaFrontccc.jpg,Nasty,XBL,Platform,Microsoft,Kris Steele,,,,,,,2009-08-24, -/games/boxart/full_new-adventure-island_402AmericaFront.jpg,New Adventure Island,PSN,Platform,Hudson Soft,Now Production,,,,,,,2011-06-07, -/games/boxart/full_new-adventure-island_5AmericaFront.jpg,New Adventure Island,PCE,Platform,NEC,Now Production,,,,,,,1992-01-01, -/games/boxart/full_new-adventure-island_1AmericaFront.jpg,New Adventure Island,VC,Platform,Hudson Soft,Now Production,,,,,,,2007-02-19, -/games/boxart/full_6213576AmericaFrontccc.jpg,Nicktoons: Attack of the Toybots,GBA,Platform,THQ,Firemint,,,,,,,2007-10-23, -/games/boxart/9448364ccc.jpg,Nicktoons: Attack of the Toybots,DS,Platform,THQ,Natsume,,,,,,,2007-10-23, -/games/boxart/full_niko-niko-pun_7JapanFront.jpg,Niko-Niko Pun,PCE,Platform,NHK,ISCO,,,,,,,1991-12-13, -/games/boxart/full_nin2-jump_669AmericaFront.jpg,Nin2-Jump,XBL,Platform,Cave,Cave,7.3,,,,,,2011-04-27, -/games/boxart/full_ninja-chop_519AmericaFront.jpg,Ninja Chop!!,XBL,Platform,Microsoft,zerozerozero,,,,,,,2010-03-11, -/games/boxart/full_ninja-crusaders_6AmericaFront.jpg,Ninja Crusaders,NES,Platform,Sammy Corporation,NMK,,,,,,,1990-12-01, -/games/boxart/7262085ccc.jpg,Ninja Gaiden,Lynx,Platform,Tecmo,Atari,,,,,,,1991-07-01, -/games/boxart/full_228679AmericaFrontccc.jpg,Ninja Gaiden,GG,Platform,Sega,Tecmo,,,,,,,1991-01-01, -/games/boxart/2047927ccc.jpg,Ninja Gaiden,NES,Platform,Konami,Tecmo,,,,,,,1989-03-01, -/games/boxart/full_202599AmericaFrontccc.jpg,Ninja Gaiden,VC,Platform,Tecmo,Tecmo,,,,,,,2007-05-14, -/games/boxart/full_5484586PALFrontccc.jpg,Ninja Gaiden,MS,Platform,Sega,Tecmo,,,,,,,1988-01-01, -/games/boxart/6377984ccc.jpg,Ninja Gaiden II: The Dark Sword of Chaos,VC,Platform,Tecmo,Tecmo,,,,,,,2007-10-15, -/games/boxart/full_ninja-gaiden-ii-the-dark-sword-of-chaos_8AmericaFront.jpg,Ninja Gaiden II: The Dark Sword of Chaos,NES,Platform,Tecmo,Tecmo,,,,,,,1990-05-01, -/games/boxart/7903164ccc.png,Ninja Gaiden III: The Ancient Ship of Doom,VC,Platform,Tecmo,Tecmo,,,,,,,2008-02-18, -/games/boxart/4717994ccc.jpg,Ninja Gaiden III: The Ancient Ship of Doom,NES,Platform,Tecmo,Tecmo,,,,,,,1991-08-01, -/games/boxart/406423ccc.jpg,Ninja Gaiden Shadow,GB,Platform,Tecmo,Natsume,,,,,,,1991-12-13, -/games/boxart/full_ninja-gaiden-trilogy_1AmericaFront.jpg,Ninja Gaiden Trilogy,SNES,Platform,Tecmo,Team Ninja,,,,,,,1995-08-10, -/games/boxart/full_5059290AmericaFrontccc.jpg,Ninja Guardian,XBL,Platform,Microsoft,Phoenix Game Studios,,,,,,,2009-08-30, -/games/boxart/full_ninja-jajamaru-kun_8JapanFront.jpg,Ninja JaJaMaru-kun,VC,Platform,Jaleco,Jaleco Entertainment,,,,,,,2007-10-22, -/games/boxart/full_ninja-jajamaru-kun_6JapanFront.jpg,Ninja JaJaMaru-kun,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1985-11-15, -/games/boxart/default.jpg,Ninja JaJaMaru-kun: Pen wa Ken Yorimo Kyoushidegozaru,DS,Platform,Unknown,Jaleco Entertainment,,,,,,,, -/games/boxart/full_ninja-jajamaru-kun-ginga-daisakusen_7JapanFront.jpg,Ninja JaJaMaru: Ginga Daisakusen,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1991-03-29, -/games/boxart/255045ccc.jpg,Ninja Kid,NES,Platform,Bandai,TOSE Software,,,,,,,1986-10-29, -/games/boxart/full_7150647JapanFrontccc.jpg,Ninja Ryuukenden,PCE,Platform,Hudson Soft,Tecmo,,,,,,,1992-01-24, -/games/boxart/full_4568825JapanFrontccc.jpg,Ninja Ryuukenden,VC,Platform,Tecmo,Tecmo,,,,,,,2009-04-20, -/games/boxart/full_ninja-sneaking_36AmericaFront.jpg,Ninja Sneaking,XBL,Platform,Microsoft,WINGLAY,,,,,,,2011-08-27, -/games/boxart/full_3693684JapanFrontccc.jpg,Ninja-Kun: Ashura no Shou,VC,Platform,Jaleco,UPL,,,,,,,2009-05-19, -/games/boxart/full_35445JapanFrontccc.jpg,Ninja-Kun: Ashura no Shou,NES,Platform,UPL,UPL,,,,,,,1988-05-27, -/games/boxart/full_ninjah_589AmericaFront.jpg,Ninjah,XBL,Platform,Unknown,Big Stupid Face,,,,,,,, -/games/boxart/full_ninjamurai_515AmericaFront.jpg,Ninjamurai,PSN,Platform,Unknown,Open Emotion Studios,,,,,,,2011-07-05, -/games/boxart/full_541920PALFrontccc.jpg,Noah's Ark,NES,Platform,Konami,Source Research & Development,,,,,,,1992-01-01, -/games/boxart/full_7922312PALFrontccc.jpg,Noddy and the Magic Book,PS2,Platform,Unknown,Neko Entertainment,,,,,,,, -/games/boxart/full_noobow_112JapanFront.jpg,Noobow,GB,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-12-11, -/games/boxart/full_notebook-adventures_626AmericaFront.jpg,Notebook Adventures,XBL,Platform,Microsoft,Six3six Studios,,,,,,,2011-04-08, -/games/boxart/full_nuts-amp-milk_483JapanFront.jpg,Nuts & Milk,NES,Platform,Hudson Soft,Hudson Soft,,,,,,,1984-07-28, -/games/boxart/full_nuts-amp-milk_388JapanFront.jpg,Nuts & Milk,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2007-11-20, -/games/boxart/full_8190687AmericaFrontccc.jpg,NyxQuest: Kindred Spirits,WW,Platform,Over The Top Games,Over The Top Games,8.4,,,,,,2009-08-10, -/games/boxart/full_nyxquest-kindred-spirits_982AmericaFront.jpg,NyxQuest: Kindred Spirits,PC,Platform,Over The Top Games,Over The Top Games,,,,,,,2010-09-27, -/games/boxart/full_3074775JapanFrontccc.jpg,Obocchamakun,PCE,Platform,Namco,Pack-In-Video,,,,,,,1991-03-15, -/games/boxart/full_8386024AmericaFrontccc.jpg,Oddworld Adventures,GB,Platform,GT Interactive,Saffire Corporation,,,,,,,1998-12-01, -/games/boxart/full_4517555AmericaFrontccc.jpg,Oddworld Adventures 2,GB,Platform,GT Interactive,Saffire Corporation,,,,,,,2000-01-01, -/games/boxart/full_9149803AmericaFrontccc.jpg,Oddworld Pack,PC,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2008-08-28, -/games/boxart/full_1913325AmericaFrontccc.png,Oddworld: Abe's Exoddus,PSN,Platform,Sony Computer Entertainment,Oddworld Inhabitants,,,,,,,2009-10-22, -/games/boxart/full_8353353AmericaFrontccc.png,Oddworld: Abe's Exoddus,PSN,Platform,Sony Computer Entertainment,Oddworld Inhabitants,,,,,,,2009-10-22, -/games/boxart/3142817ccc.jpg,Oddworld: Abe's Exoddus,PC,Platform,GT Interactive,Oddworld Inhabitants,8.3,,,,,,1998-11-30, -/games/boxart/2514766ccc.jpg,Oddworld: Abe's Oddysee,PC,Platform,GT Interactive,Oddworld Inhabitants,8.1,,,,,,1997-10-31, -/games/boxart/full_3224790AmericaFrontccc.png,Oddworld: Abe's Oddysee,PSN,Platform,Sony Computer Entertainment,Oddworld Inhabitants,,,,,,,2009-10-22, -/games/boxart/full_2728380AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,Linux,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-02-25, -/games/boxart/full_2746888AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,XOne,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-03-27, -/games/boxart/full_7880636PALFrontccc.png,Oddworld: Abe's Oddysee New N' Tasty!,PS3,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-04-21, -/games/boxart/full_1263836AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,PSV,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2020-12-31, -/games/boxart/full_3094832PALFrontccc.png,Oddworld: Abe's Oddysee New N' Tasty!,X360,Platform,Unknown,Just Add Water,,,,,,,2014-01-01, -/games/boxart/full_3073541AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,OSX,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2015-02-25, -/games/boxart/default.jpg,Oddworld: Munch's Oddysee,PSV,Platform,Unknown,Just Add Water,,,,,,,, -/games/boxart/default.jpg,Oddworld: Munch's Oddysee,PSN,Platform,Unknown,Just Add Water,,,,,,,, -/games/boxart/default.jpg,Oddworld: Stranger's Wrath,PSV,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2012-12-18, -/games/boxart/full_6876902AmericaFrontccc.jpg,Oggy and the Cockroaches,GBA,Platform,Telegames,Xilam,,,,,,,2005-03-22, -/games/boxart/default.jpg,Oio,PC,Platform,Unknown,Uncanny Games,,,,,,,, -/games/boxart/default.jpg,OIO The Game,PC,Platform,Unknown,Uncanny,,,,,,,, -/games/boxart/default.jpg,OIOThe Game,PC,Platform,Unknown,Uncanny Games,,,,,,,, -/games/boxart/full_1545174AmericaFrontccc.jpg,On A Roll,XBL,Platform,Microsoft,Battenberg Software,,,,,,,2009-09-21, -/games/boxart/full_824158AmericaFrontccc.jpg,Onslaught,XBL,Platform,Microsoft,Stainless,,,,,,,2009-01-21, -/games/boxart/full_onslaught_70AmericaFront.jpg,Onslaught,GEN,Platform,Ballistic,Nextgrand,,,,,,,1991-01-01, -/games/boxart/full_oretachi-game-center-zoku-sono-2-crazy-climber_2JapanFront.jpg,Oretachi Game Center Zoku Sono 2: Crazy Climber,PS2,Platform,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, -/games/boxart/full_oretachi-game-center-zoku-burger-time_9JapanFront.jpg,Oretachi Game Center Zoku: Burger Time,PS2,Platform,Hamster Corporation,Hamster Corporation,,,,,,,2005-10-27, -/games/boxart/full_6264481JapanFrontccc.jpg,Oretachi Game Center: Akumajou Dracula,PS2,Platform,Konami,Hamster Corporation,,,,,,,2006-05-25, -/games/boxart/full_3987320AmericaFrontccc.jpeg,Ori and the Blind Forest,XOne,Platform,Microsoft Studios,Moon Studios,,,,,,,2015-03-11,2018-01-04 -/games/boxart/6447663ccc.jpg,Oscar,SNES,Platform,Titus,Flair Software,,,,,,,1996-10-01, -/games/boxart/full_3632270AmericaFrontccc.jpg,Oscar in Movieland,DSiW,Platform,Virtual Playground,Virtual Playground,,,,,,,2010-02-08, -/games/boxart/full_4492633AmericaFrontccc.jpg,Oscar in Toyland,DSiW,Platform,Virtual Playground,Virtual Playground,,,,,,,2009-09-14, -/games/boxart/full_oscar-in-toyland-2_480AmericaFront.jpg,Oscar in Toyland 2,DSiW,Platform,Virtual Playground,Sanuk Games,,,,,,,2011-02-14, -/games/boxart/full_oscars-world-tour_433AmericaFront.jpg,Oscar's World Tour,DSiW,Platform,Virtual Playground,Virtual Playground,,,,,,,2011-07-28, -/games/boxart/full_46337AmericaFrontccc.png,Oscura Second Shadow,And,Platform,Silver Style,Silver Style,,,,,,,2014-08-28, -/games/boxart/full_3161476AmericaFrontccc.jpg,Out of This World,3DO,Platform,Interplay,Delphine Software International,,,,,,,1994-01-01, -/games/boxart/full_4777808AmericaFrontccc.jpg,Out of This World,GEN,Platform,Virgin Interactive,Delphine Software International,,,,,,,1993-01-01, -/games/boxart/full_7471149AmericaFrontccc.jpg,Out of This World,PC,Platform,U.S. Gold,Delphine Software International,,,,,,,1991-01-01, -/games/boxart/8938497ccc.jpg,Out of This World,SNES,Platform,Interplay,Delphine Software International,,,,,,,1992-11-01, -/games/boxart/2250508ccc.jpg,Out to Lunch,SNES,Platform,Mindscape,Mindscape,,,,,,,1993-11-01, -/games/boxart/full_out-to-lunch_313PALFront.jpg,Out to Lunch,GB,Platform,Mindscape,Mindscape Inc.,,,,,,,1993-01-01, -/games/boxart/full_outland_463AmericaFront.jpg,Outland,PSN,Platform,Ubisoft,Housemarque,8.4,,,,,,2011-06-14, -/games/boxart/full_outland_254AmericaFront.jpg,Outland,XBL,Platform,Ubisoft,Housemarque,8.4,,,,,,2011-04-27, -/games/boxart/full_916967AmericaFrontccc.jpg,Over the Hedge,PC,Platform,Activision,Beenox,6.7,,,,,,2006-05-09, -/games/boxart/full_2106902AmericaFrontccc.jpg,Over the Hedge: Hammy Goes Nuts!,GBA,Platform,Activision,Vicarious Visions,,,,,,,2006-10-10, -/games/boxart/4226825ccc.jpg,Pac-in-Time,GB,Platform,Namco,Atreid Concept SA,,,,,,,1995-02-01, -/games/boxart/full_pac-in-time_115AmericaFront.jpg,Pac-in-Time,PC,Platform,Mindscape,Kalisto,,,,,,,1994-01-01, -/games/boxart/full_pac-in-time_769AmericaFront.jpg,Pac-In-Time,SNES,Platform,Namco,Atreid Concept SA,,,,,,,1995-01-01, -/games/boxart/8503070ccc.jpg,Pac-Land,Lynx,Platform,Atari,Atari,,,,,,,1992-12-31, -/games/boxart/full_5456821JapanFrontccc.jpg,Pac-Land,NES,Platform,Namco,Namco,,,,,,,1985-11-21, -/games/boxart/full_4807785AmericaFrontccc.jpg,Pac-Land,PCE,Platform,NEC,Namco,,,,,,,1990-01-01, -/games/boxart/5392269ccc.jpg,Pac-Man 2: The New Adventures,GEN,Platform,Namco,Ballistic,,,,,,,1994-01-01, -/games/boxart/2148955ccc.jpg,Pac-Man 2: The New Adventures,SNES,Platform,Namco,Namco,,,,,,,1994-04-06, -/games/boxart/full_3917226AmericaFrontccc.jpg,PAC-MAN and the Ghostly Adventures,PC,Platform,Namco Bandai Games,Monkey Bar Games,,,,,,,2013-10-29,2018-12-02 -/games/boxart/2002218ccc.gif,Pac-Man World,GBA,Platform,Namco,Full Fat,,,,,,,2004-11-17, -/games/boxart/9632421ccc.jpg,Pac-Man World,PS,Platform,Namco,Namco,,,,,,,1999-09-30, -/games/boxart/full_4142547AmericaFrontccc.jpg,Pac-Man World 2,PC,Platform,Hip Interactive,Namco,,,,,,,2004-05-25, -/games/boxart/3840363ccc.jpg,Pac-Man World 2,PS2,Platform,Namco,Namco,,,,,,,2002-02-24, -/games/boxart/full_pallurikio_1AmericaFront.jpg,Pallurikio,PSN,Platform,Playstos Entertainment,Playstos Entertainment,,,,,,,2010-06-15, -/games/boxart/full_2352321AmericaFrontccc.jpg,Pallurikio,WW,Platform,Playstos Entertainment,Playstos Entertainment,,,,,,,2009-12-21, -/games/boxart/full_9111316AmericaFrontccc.jpg,Pandemonium 2,PC,Platform,Crystal Dynamics,Toys for Bob,,,,,,,1997-06-30, -/games/boxart/full_4906433AmericaFrontccc.jpg,Pandemonium!,SAT,Platform,Crystal Dynamics,Toys for Bob,,,,,,,1997-01-01, -/games/boxart/full_5555791AmericaFrontccc.png,Pandemonium!,PSN,Platform,Sony Computer Entertainment,Toys for Bob,,,,,,,2009-10-08, -/games/boxart/full_9273730AmericaFrontccc.jpg,Pandemonium!,PC,Platform,Crystal Dynamics,Crystal Dynamics,,,,,,,1997-06-30, -/games/boxart/full_pandemonium_605AmericaFront.jpg,Pandemonium!,NGage,Platform,Eidos Interactive,Ideaworks3D,5.8,,,,,,2003-10-06, -/games/boxart/full_panic-restaurant_63AmericaFront.jpg,Panic Restaurant,NES,Platform,Taito,EIM,,,,,,,1992-10-01, -/games/boxart/full_papyrus_42PALFront.jpg,Papyrus,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2000-01-01, -/games/boxart/default.jpg,Parasitus,XBL,Platform,Unknown,TBA,,,,,,,, -/games/boxart/full_parasol-stars-the-story-of-bubble-bobble-iii_10PALFront.jpg,Parasol Stars: Rainbow Islands II,NES,Platform,Ocean,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/full_parasol-stars_1AmericaFront.jpg,Parasol Stars: The Story of Bubble Bobble III,PCE,Platform,Working Designs,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/full_parasol-stars_3AmericaFront.jpg,Parasol Stars: The Story of Bubble Bobble III,VC,Platform,Taito,Taito Corporation,,,,,,,2008-08-19, -/games/boxart/full_6789382AmericaFrontccc.png,Patapon,PSN,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.7,,,,,,2009-09-02, -/games/boxart/full_7996799AmericaFrontccc.png,Patapon 2,PSN,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,8.2,,,,,,2009-05-06, -/games/boxart/full_patapon-3_410AmericaFront.jpg,Patapon 3,PSN,Platform,Sony Computer Entertainment,Pyramid/JAPAN Studio,,,,,,,2011-04-12, -/games/boxart/4553215ccc.jpg,Penguin Adventure,PC,Platform,Unknown,Konami,,,,,,,, -/games/boxart/full_phantom-2040_1AmericaFront.jpg,Phantom 2040,SNES,Platform,Viacom,Viacom New Media,,,,,,,1995-06-01, -/games/boxart/5756695ccc.jpg,Phantom 2040,GEN,Platform,Viacom,Viacom New Media,,,,,,,1995-01-01, -/games/boxart/full_9766708AmericaFrontccc.jpg,Phantom 2040,GG,Platform,Viacom,Unexpected Development,,,,,,,1995-01-01, -/games/boxart/9106632ccc.jpg,Piglet's Big Game,PC,Platform,THQ,Doki Denki,,,,,,,2003-01-01, -/games/boxart/full_3074827AmericaFrontccc.jpg,Pink Goes to Hollywood,GEN,Platform,TecMagik,HeadGames,,,,,,,1993-01-01, -/games/boxart/8693245ccc.jpg,Pink Goes to Hollywood,SNES,Platform,TecMagik,Manley and Associates Inc.,,,,,,,1993-11-01, -/games/boxart/full_pinky-and-the-brain-the-master-plan_10PALFront.jpg,Pinky and the Brain: The Master Plan,GBA,Platform,Unknown,Warthog,,,,,,,2020-12-31, -/games/boxart/4744631ccc.jpg,Pinobee,PS,Platform,Konami,Artoon,,,,,,,2003-04-17, -/games/boxart/3973322ccc.jpg,Pitfall,5200,Platform,Activision,Activision,,,,,,,1983-01-01, -/games/boxart/8877265ccc.jpg,Pitfall II: Lost Caverns,5200,Platform,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/full_pitfall-ii-lost-caverns_4AmericaFront.jpg,Pitfall II: Lost Caverns,PC,Platform,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/915777ccc.jpg,Pitfall: The Mayan Adventure,AJ,Platform,Atari,Activision,,,,,,,1995-10-01, -/games/boxart/1834657ccc.jpg,Pitfall: The Mayan Adventure,SCD,Platform,Activision,Activision,,,,,,,1994-01-01, -/games/boxart/full_7754890AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,PC,Platform,Activision,Activision,,,,,,,1996-01-01, -/games/boxart/full_6539112AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,GEN,Platform,Activision,Activision,,,,,,,1994-01-01, -/games/boxart/full_8655212AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,VC,Platform,Activision,Activision,,,,,,,2009-04-13, -/games/boxart/full_3471430AmericaFrontccc.jpg,Pitfall: The Mayan Adventure,SNES,Platform,Activision,Redline Games,,,,,,,1994-11-01, -/games/boxart/full_pixn-love-rush_305PALFront.jpg,Pix'n Love Rush,PSN,Platform,Sanuk Games,Bulkypix,,,,,,,2011-03-01, -/games/boxart/full_3697080AmericaFrontccc.jpg,Pixel Man,XBL,Platform,Microsoft,Super Gravelyn Bros,,,,,,,2009-09-19, -/games/boxart/394418ccc.jpg,PixelJunk Eden,PSN,Platform,Sony Computer Entertainment,Q-Games,7.9,,,,,,2008-07-31, -/games/boxart/full_1694052AmericaFrontccc.jpg,Planet Pachinko,WW,Platform,Allied Kingdoms,Allied Kingdoms,,,,,,,2009-01-12, -/games/boxart/full_3472212AmericaFrontccc.jpg,Plasma Spheres,XBL,Platform,Microsoft,abnormalsoft,,,,,,,2008-11-30, -/games/boxart/full_platformance-castle-pain_1AmericaFront.jpg,PLATFORMANCE : Castle Pain,XBL,Platform,Microsoft,Magiko Gaming,,,,,,,2010-07-24, -/games/boxart/full_platformance-temple-death_983AmericaFront.jpg,PLATFORMANCE: Temple Death,XBL,Platform,Microsoft,Magiko Gaming,,,,,,,2011-06-20, -/games/boxart/full_5124961AmericaFrontccc.jpg,PlayStation Move Ape Escape,PSN,Platform,Sony Computer Entertainment,SCE Japan Studio,3.5,,,,,,2011-07-05,2018-09-17 -/games/boxart/full_playstation-move-heroes_686AmericaFront.jpg,PlayStation Move Heroes,PSN,Platform,Sony Computer Entertainment,Nihilistic Software,,,,,,,2011-03-22, -/games/boxart/full_3001543AmericaFrontccc.jpg,Plok,SNES,Platform,Tradewest,Software Creations,,,,,,,1993-09-01, -/games/boxart/full_pocket-zaurus-ju-ouken-no-nazo_8JapanFront.jpg,Pocket Zaurus: Ju Ouken no Nazo,NES,Platform,Bandai,Bandai,,,,,,,1987-02-27, -/games/boxart/default.jpg,Pole's Big Adventure,WW,Platform,Sega,Sega,,,,,,,2009-02-03, -/games/boxart/full_popeye_3JapanFront.jpg,Popeye,GB,Platform,Sigma,Sigma Ent. Inc.,,,,,,,1990-04-20, -/games/boxart/2958160ccc.jpg,Popeye,5200,Platform,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/full_2986233AmericaFrontccc.jpg,Popeye 2,GB,Platform,Activision,Sigma Ent. Inc.,,,,,,,1993-10-01, -/games/boxart/full_porky-pigs-haunted-holiday_5AmericaFront.jpg,Porky Pig's Haunted Holiday,SNES,Platform,Acclaim Entertainment,Phoenix Interactive Entertainment,,,,,,,1995-10-01, -/games/boxart/full_4675790AmericaFrontccc.jpg,Portal Runner,GB,Platform,3DO,Handheld Games,,,,,,,2001-09-01, -/games/boxart/full_postman-pat-and-the-greendale-rocket_10PALFront.jpg,Postman Pat and the Greendale Rocket,GBA,Platform,Game Factory,Neko Entertainment,,,,,,,2007-02-16, -/games/boxart/full_4470445AmericaFrontccc.jpg,Power Blade,NES,Platform,Taito,Natsume,,,,,,,1991-03-01, -/games/boxart/full_2632418AmericaFrontccc.jpg,Power Blade 2,NES,Platform,Taito,Natsume,,,,,,,1992-10-01, -/games/boxart/7264267ccc.jpg,Power Piggs of the Dark Ages,SNES,Platform,Titus,Radical Entertainment,,,,,,,1996-05-01, -/games/boxart/full_5624788AmericaFrontccc.jpg,Prehistorik Man,SNES,Platform,Titus,Kemco,,,,,,,1996-01-01, -/games/boxart/5871002ccc.jpg,Prehistorik Man,GB,Platform,Titus,Kemco,,,,,,,1996-01-01, -/games/boxart/full_130670AmericaFrontccc.jpg,Prehistorik Man,DSiW,Platform,Interplay,Interplay,,,,,,,2010-02-15, -/games/boxart/8617281ccc.jpg,Prince of Persia,GB,Platform,Virgin Interactive,Virgin Games,,,,,,,1992-01-01, -/games/boxart/3061853ccc.jpg,Prince of Persia,SNES,Platform,Konami,Arsys Software Inc.,,,,,,,1992-11-01, -/games/boxart/1781285ccc.jpg,Prince of Persia,SCD,Platform,Sega,Bits Laboratory,,,,,,,1992-01-01, -/games/boxart/full_4766200AmericaFrontccc.jpg,Prince of Persia,NES,Platform,Virgin Interactive,"MotiveTime, Ltd.",,,,,,,1992-11-01, -/games/boxart/473244ccc.jpg,Prince of Persia (1989),PC,Platform,Broderbund,Brøderbund,,,,,,,1989-01-01, -/games/boxart/full_prince-of-persia-2-the-shadow-and-the-flame_5AmericaFront.jpg,Prince of Persia 2: The Shadow and the Flame,SNES,Platform,Titus,Titus Software,,,,,,,1996-10-01, -/games/boxart/6353943ccc.jpg,Prince of Persia 2: The Shadow and the Flame,PC,Platform,Mindscape,Brøderbund,,,,,,,1993-01-01, -/games/boxart/full_5244953AmericaFrontccc.jpg,Prince of Persia Classic,XBL,Platform,Ubisoft,Gameloft,7.7,,,,,,2007-06-13, -/games/boxart/full_prince-of-persia-classic_6AmericaFront.jpg,Prince of Persia Classic,PSN,Platform,Ubisoft,Gameloft,8.6,,,,,,2008-10-23, -/games/boxart/7551450ccc.jpg,Prince of Persia: Arabian Nights,DC,Platform,Mattel Interactive,Avalanche Software,7.6,,,,,,2000-12-06, -/games/boxart/full_7117883AmericaFrontccc.jpg,Prince of Persia: Epilogue,PSN,Platform,Ubisoft,Ubisoft Montreal,,,,,,,2009-03-05, -/games/boxart/full_569899AmericaFrontccc.jpg,Prince of Persia: Epilogue,XBL,Platform,Ubisoft,Ubisoft Montreal,,,,,,,2009-03-05, -/games/boxart/full_prinny-2-dawn-of-operation-panties-dood_452AmericaFront.jpg,"Prinny 2: Dawn of Operation Panties, Dood!",PSN,Platform,NIS America,Nippon Ichi Software,,,,,,,2011-01-11, -/games/boxart/full_4452890AmericaFrontccc.png,Prinny: Can I Really be the Hero?,PSN,Platform,NIS America,Nippon Ichi Software,,,,,,,2009-09-30, -/games/boxart/full_pro-jumper-guilty-gear-tangent_290AmericaFront.jpg,Pro Jumper! Guilty Gear Tangent!?,DSiW,Platform,Aksys Games,Arc System Works,,,,,,,2011-06-23, -/games/boxart/full_professional-tealer_556AmericaFront.jpg,Professional $tealer,XBL,Platform,Microsoft,Aly Ameen,,,,,,,2011-08-29, -/games/boxart/full_4999316JapanFrontccc.jpg,Psycho Dream,SNES,Platform,Riot,Riot,,,,,,,1992-12-11, -/games/boxart/7225033ccc.jpg,Psycho Fox,MS,Platform,Sega,Vic Tokai,,,,,,,1989-01-01, -/games/boxart/full_6109063AmericaFrontccc.jpg,Psychonauts,XBL,Platform,Majesco,Double Fine Productions,,,,,,,2007-12-04, -/games/boxart/full_puccas-kisses-game_831AmericaFront.jpg,Pucca's Kisses Game,WW,Platform,Big Ben Interactive,Bigben Interactive,,,,,,,2011-02-14, -/games/boxart/442227ccc.jpg,Puggsy,SCD,Platform,Psygnosis,Traveller's Tales,,,,,,,1993-01-01, -/games/boxart/full_puggsy_280AmericaFront.jpg,Puggsy,GEN,Platform,Psygnosis,Traveller's Tales,,,,,,,1993-01-01, -/games/boxart/full_1072248JapanFrontccc.jpg,Pulseman,VC,Platform,Sega,Game Freak,,,,,,,2009-07-13, -/games/boxart/full_6207317JapanFrontccc.jpg,Pulseman,GEN,Platform,Sega,Game Freak,,,,,,,1994-07-22, -/games/boxart/8772175ccc.jpg,Puss 'N Boots: Pero's Great Adventure,NES,Platform,Electro Brain,Shouei,,,,,,,1990-06-01, -/games/boxart/full_7056687AmericaFrontccc.jpg,Putt-Putt and Pep's Dog on a Stick,PC,Platform,Unknown,Humongous,,,,,,,1996-01-01, -/games/boxart/full_174906AmericaFrontccc.jpg,Putty Squad,3DS,Platform,Maximum Games,System 3,,,,,,,2014-05-20,2018-09-17 -/games/boxart/full_6870310AmericaFrontccc.jpg,Putty Squad,X360,Platform,System 3,System 3,,,,,,,2014-06-25,2018-09-17 -/games/boxart/786862ccc.gif,QuackShot starring Donald Duck,GEN,Platform,Sega,Sega (AM7),,,,,,,1991-12-19, -/games/boxart/full_quartet_2AmericaFront.jpg,Quartet,MS,Platform,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_5744285AmericaFrontccc.jpg,Quest for the Shaven Yak starring Ren & Stimpy,GG,Platform,Sega,Realtime Associates,,,,,,,1994-01-01, -/games/boxart/default.jpg,Quest for the Shaven Yak Starring Ren & Stimpy,MS,Platform,Tec Toy,Realtime Associates,,,,,,,1993-01-01, -/games/boxart/full_raguy-cd_735JapanFront.jpg,Raguy (CD),NG,Platform,ADK,ADK Corporation,,,,,,,1994-10-31, -/games/boxart/full_rainbow-islands_6PALFront.jpg,Rainbow Islands,GB,Platform,TDK Core,Taito Corporation,,,,,,,2001-01-01, -/games/boxart/2169831ccc.jpg,Rainbow Islands,NES,Platform,Taito,Disco,,,,,,,1991-06-01, -/games/boxart/full_rainbow-islands-puttys-party_3JapanFront.jpg,Rainbow Islands: Putty's Party,WS,Platform,Bandai,Bandai,,,,,,,2000-06-29, -/games/boxart/full_rainbow-islands-story-of-the-bubble-bobble-2_7PALFront.jpg,Rainbow Islands: Story of the Bubble Bobble 2,MS,Platform,Sega,Taito Corporation,,,,,,,1993-01-01, -/games/boxart/full_random-the-dungeon_1AmericaFront.jpg,Random the Dungeon,XBL,Platform,Microsoft,Last Man on the Sun,,,,,,,2011-08-03, -/games/boxart/1123757ccc.jpg,Rastan,MS,Platform,Sega,Taito Corporation,,,,,,,1988-01-01, -/games/boxart/full_7840400AmericaFrontccc.jpg,Ratatouille,XB,Platform,THQ,Asobo Studio,6,,,,,,2007-06-26, -/games/boxart/full_3698429AmericaFrontccc.png,Ratchet & Clank: Going Mobile,Mob,Platform,Sony Pictures Digital Network,Handheld Games,,,,,,,2005-11-14,2018-04-07 -/games/boxart/5805236ccc.jpg,Rayman,GB,Platform,Ubisoft,Ubisoft Montpellier,9,,,,,,2000-02-29, -/games/boxart/full_1788612AmericaFrontccc.png,Rayman,PSN,Platform,Sony Computer Entertainment,Ubisoft Montpellier,,,,,,,2008-07-17, -/games/boxart/full_9832152AmericaFrontccc.jpg,Rayman,PC,Platform,Ubisoft,Ubisoft Montpellier,7.4,,,,,,1996-04-30, -/games/boxart/full_6970828AmericaFrontccc.jpg,Rayman,DSiW,Platform,Ubisoft,Ubisoft,,,,,,,2009-12-07, -/games/boxart/1510584ccc.jpg,Rayman,AJ,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1995-09-08, -/games/boxart/full_1480985AmericaFrontccc.jpg,Rayman,SAT,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1995-01-01, -/games/boxart/full_6166854PALFrontccc.jpg,Rayman 10th Anniversary,PS2,Platform,Ubisoft,Ubisoft,,,,,,,2005-09-01, -/games/boxart/full_4200215AmericaFrontccc.jpg,Rayman 10th Anniversary,PC,Platform,Ubisoft,Ubisoft,,,,,,,2005-09-01, -/games/boxart/full_5195458PALFrontccc.jpg,Rayman 10th Anniversary,GC,Platform,Ubisoft,Ubisoft,,,,,,,2005-09-01, -/games/boxart/5499236ccc.jpg,Rayman 2,GB,Platform,Ubisoft,Ubisoft,,,,,,,2001-06-01, -/games/boxart/default.jpg,Rayman 2: Revolution,PSN,Platform,Unknown,Ubisoft,,,,,,,, -/games/boxart/full_6728775AmericaFrontccc.png,Rayman 2: The Great Escape,PSN,Platform,Sony Computer Entertainment,Ubisoft,,,,,,,2008-12-17, -/games/boxart/full_9705408AmericaFrontccc.jpg,Rayman 2: The Great Escape,DC,Platform,Ubisoft,Ubisoft Montpellier,9.1,,,,,,2000-03-08, -/games/boxart/full_rayman-3_482AmericaFront.jpg,Rayman 3,NGage,Platform,Gameloft,Gameloft,8,,,,,,2003-12-11, -/games/boxart/8404994ccc.jpg,Rayman Forever,PC,Platform,Ubisoft,Ubisoft,6.9,,,,,,1999-05-31, -/games/boxart/default.jpg,Rayman Trilogy,PS3,Platform,Unknown,Ubisoft,,,,,,,, -/games/boxart/1330475ccc.jpg,Realm,SNES,Platform,Titus,Flair Software,,,,,,,1996-12-01, -/games/boxart/default.jpg,Red Goddess,XOne,Platform,Yanim Studio,Yanim Studio,,,,,,,2018-01-01,2018-09-07 -/games/boxart/full_4854181AmericaFrontccc.jpg,Red Goddess: Inner World,PC,Platform,Yanim Studio,Yanim Studio,,,,,,,2015-09-01,2018-09-07 -/games/boxart/full_9938564AmericaFrontccc.jpg,Red Goddess: Inner World,PS4,Platform,Yanim Studio,Yanim Studio,,,,,,,2015-06-30,2018-09-07 -/games/boxart/full_2499305AmericaFrontccc.jpg,Revenge of Drancon,GG,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_1663208AmericaFrontccc.jpg,Risky Woods,GEN,Platform,Electronic Arts,Dinamic Software,,,,,,,1992-01-01, -/games/boxart/full_6658079AmericaFrontccc.jpg,Ristar,GEN,Platform,Sega,Sonic Team,,,,,,,1995-02-16, -/games/boxart/full_6267504AmericaFrontccc.jpg,Ristar,GG,Platform,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_ristar_858AmericaFront.jpg,Ristar,PC,Platform,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/full_8151872AmericaFrontccc.jpg,Ristar,VC,Platform,Sega,Sonic Team,,,,,,,2006-12-04, -/games/boxart/full_road-runner_10AmericaFront.jpg,Road Runner,PC,Platform,Mindscape,Banana Development,,,,,,,1989-01-01, -/games/boxart/full_9160784AmericaFrontccc.png,Road Runner's Death Valley Rally,SNES,Platform,Sunsoft,"ICOM Simulations, Inc.",,,,,,,1992-11-01, -/games/boxart/full_james-pond-2-codename-robocod_747PALFront.jpg,Robocod: James Pond II,PS,Platform,Play It,Vectordean Ltd,,,,,,,2004-09-01, -/games/boxart/full_7702856PALFrontccc.jpg,Robocod: James Pond II,PS,Platform,Play It,Gameware Development,,,,,,,2004-09-01, -/games/boxart/3258699ccc.jpg,RoboCop 2,NES,Platform,Data East,Ocean Software,,,,,,,1991-04-01, -/games/boxart/full_807641AmericaFrontccc.jpg,RoboCop 2,GB,Platform,Ocean,Painting by Numbers,,,,,,,1991-11-01, -/games/boxart/7758853ccc.jpg,RoboCop 3,NES,Platform,Ocean,Probe Entertainment Limited,,,,,,,1992-08-01, -/games/boxart/full_7019081AmericaFrontccc.jpg,RoboCop 3,GG,Platform,Flying Edge,Eden Entertainment Software,,,,,,,1994-01-01, -/games/boxart/full_455459AmericaFrontccc.jpg,RoboCop 3,GEN,Platform,Flying Edge,Eden Entertainment Software,,,,,,,1993-01-01, -/games/boxart/6583993ccc.jpg,RoboCop 3,SNES,Platform,Ocean,Ocean Software,,,,,,,1992-09-01, -/games/boxart/full_1237478PALFrontccc.jpg,RoboCop 3,MS,Platform,Flying Edge,Eden Entertainment Software,,,,,,,1993-01-01, -/games/boxart/full_5359626PALFrontccc.jpg,RoboCop versus The Terminator,GG,Platform,Virgin Interactive,NMS Software,,,,,,,1993-01-01, -/games/boxart/full_5492891AmericaFrontccc.jpg,RoboCop versus The Terminator,SNES,Platform,Virgin Interactive,Interplay,,,,,,,1993-11-01, -/games/boxart/full_2824728AmericaFrontccc.jpg,RoboCop versus The Terminator,GEN,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-05-19, -/games/boxart/full_4297936AmericaFrontccc.jpg,RoboCop versus The Terminator,GB,Platform,Interplay,Unexpected Development,,,,,,,1994-08-01, -/games/boxart/full_9530606PALFrontccc.jpg,RoboCop versus The Terminator,MS,Platform,Virgin Interactive,NMS Software,,,,,,,1991-01-01, -/games/boxart/full_robot-platformer_977AmericaFront.jpg,Robot Platformer,XBL,Platform,Microsoft,cored.dk,,,,,,,2011-08-10, -/games/boxart/default.jpg,Robotriot,XBL,Platform,Unknown,Centurion Games,,,,,,,, -/games/boxart/full_robox_1AmericaFront.jpg,Robox,WW,Platform,Unknown,DreamBox Games,4.5,,,,,,2010-11-01, -/games/boxart/full_2720489AmericaFrontccc.jpg,Rocket Knight,PC,Platform,Konami,Climax Studios,7.6,,,,,,2010-05-12, -/games/boxart/full_rocket-knight_5AmericaFront.jpg,Rocket Knight,PSN,Platform,Konami,Climax Studios,6.9,,,,,,2010-05-18, -/games/boxart/full_8288934AmericaFrontccc.jpg,Rocket Knight,XBL,Platform,Konami,Climax Studios,7,,,,,,2010-05-12, -/games/boxart/full_4447488AmericaFrontccc.jpg,Rocket Knight Adventures,GEN,Platform,Konami,Konami,,,,,,,1993-08-05, -/games/boxart/full_6552313AmericaFrontccc.jpg,Rockin' Kats,NES,Platform,Atlus,Atlus Co.,,,,,,,1991-09-01, -/games/boxart/full_4281899JapanFrontccc.jpg,RockMan,PS,Platform,Capcom,Capcom,,,,,,,1999-08-05, -/games/boxart/full_5990780JapanFrontccc.jpg,RockMan & Forte,SNES,Platform,Capcom,Capcom,,,,,,,1998-04-24, -/games/boxart/full_6543213JapanFrontccc.jpg,RockMan & Forte: Mirai Kara no Chousen Sha,WS,Platform,Bandai,Bandai,,,,,,,1999-10-28, -/games/boxart/full_rockman-2-dr-wily-no-nazo_110JapanFront.jpg,RockMan 2: Dr. Wily no Nazo,PS,Platform,Capcom,Capcom,,,,,,,1999-09-02, -/games/boxart/full_rockman-3-dr-wily-no-saigo_887JapanFront.jpg,RockMan 3: Dr. Wily no Saigo!?,PS,Platform,Capcom,Capcom,,,,,,,1999-09-14, -/games/boxart/full_rockman-4-aratanaru-yabou_98JapanFront.jpg,RockMan 4: Aratanaru Yabou!!,PS,Platform,Capcom,Capcom,,,,,,,1999-10-28, -/games/boxart/full_rockman-4-aratanaru-yabou_102JapanFront.jpg,RockMan 4: Aratanaru Yabou!!,PSN,Platform,Capcom,Capcom,,,,,,,2011-02-09, -/games/boxart/full_rockman-5-blues-no-wana_555JapanFront.jpg,RockMan 5: Blues no Wana!?,PS,Platform,Capcom,Capcom,,,,,,,1999-11-25, -/games/boxart/full_rockman-6-shijou-saidai-no-tatakai_340JapanFront.jpg,RockMan 6: Shijou Saidai no Tatakai!!,PS,Platform,Capcom,Capcom,,,,,,,1999-12-09, -/games/boxart/full_7573566JapanFrontccc.jpg,RockMan EXE WS,WS,Platform,Bandai,Capcom,,,,,,,2003-02-08, -/games/boxart/default.jpg,RockMan X7,PC,Platform,Capcom,Capcom,,,,,,,2003-01-01, -/games/boxart/2284135ccc.jpg,Rocko's Modern Life: Spunky's Dangerous Day,SNES,Platform,Viacom,Viacom New Media,,,,,,,1994-04-01, -/games/boxart/full_rocky-rodent_414AmericaFront.jpg,Rocky Rodent,SNES,Platform,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-09-01, -/games/boxart/full_rodland_1PALFront.jpg,RodLand,NES,Platform,Jaleco,Sales Curve Interactive,,,,,,,1993-01-01, -/games/boxart/full_rodland_3PALFront.jpg,RodLand,GB,Platform,Jaleco,Eurocom Entertainment Software,,,,,,,1993-01-01, -/games/boxart/full_roller-angels_45AmericaFront.jpg,Roller Angels,DSiW,Platform,Agetec,Agetec Inc.,,,,,,,2011-07-07, -/games/boxart/full_4757977AmericaFrontccc.jpg,Rolo to the Rescue,GEN,Platform,Electronic Arts,Vectordean,,,,,,,1992-01-01, -/games/boxart/full_8649369JapanFrontccc.jpg,Ronald McDonald in Magical World,GG,Platform,Sega,Sega,,,,,,,1994-03-04, -/games/boxart/default.jpg,Rose and the Old Castle of Twilight,PSV,Platform,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2016-04-26, -/games/boxart/full_80606AmericaFrontccc.jpg,Rugrats Go Wild,GBA,Platform,THQ,Magellan Interactive,,,,,,,2003-05-28, -/games/boxart/full_7104353AmericaFrontccc.jpg,Rugrats: Time Travelers,GB,Platform,THQ,Software Creations,,,,,,,1999-11-05, -/games/boxart/full_5034449AmericaFrontccc.jpg,Run Away,XBL,Platform,Microsoft,L0llygagg3r,,,,,,,2009-10-23, -/games/boxart/5265994ccc.jpg,Run Saber,SNES,Platform,Atlus,Horisoft,,,,,,,1993-09-01, -/games/boxart/full_8943080AmericaFrontccc.png,Run Sackboy! Run!,PSV,Platform,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-03-31,2018-04-07 -/games/boxart/full_4022522AmericaFrontccc.jpg,Run Sackboy! Run!,iOS,Platform,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-10-30, -/games/boxart/full_5938530AmericaFrontccc.jpg,Run Sackboy! Run!,And,Platform,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2015-01-01,2018-04-07 -/games/boxart/full_9353430AmericaFrontccc.jpg,Runbow,WiiU,Platform,Nighthawk Interactive,13AM Games,,,,,,,2016-11-01, -/games/boxart/full_9785581AmericaFrontccc.jpg,Rush'n Attack,XBL,Platform,Konami,Digital Eclipse,,,,,,,2007-05-23, -/games/boxart/full_4140740AmericaFrontccc.jpg,Rush'n Attack,NES,Platform,Konami,Konami,,,,,,,1987-04-01, -/games/boxart/full_rushn-attack-ex-patriot_308AmericaFront.jpg,Rush'n Attack: Ex-Patriot,XBL,Platform,Konami,Vatra Games,4.9,,,,,,2011-03-30, -/games/boxart/full_rushn-attack-ex-patriot_680AmericaFront.jpg,Rush'n Attack: Ex-Patriot,PSN,Platform,Konami,Vatra Games,4.9,,,,,,2011-03-29, -/games/boxart/1020845ccc.jpg,Rygar,NES,Platform,Tecmo,Tecmo,,,,,,,1987-07-01, -/games/boxart/8822523ccc.jpg,Rygar,Lynx,Platform,Atari,NuFX,,,,,,,1990-01-01, -/games/boxart/default.jpg,Rygar: Legendary Warrior (Arcade),VC,Platform,Tecmo,Tecmo,,,,,,,2009-10-19, -/games/boxart/full_sabrina-the-animated-series-spooked_724AmericaFront.jpg,Sabrina the Animated Series: Spooked!,GB,Platform,Simon & Schuster Interactive,WayForward Technologies,,,,,,,2001-11-06, -/games/boxart/full_sabrina-the-animated-series-zapped_453AmericaFront.jpg,Sabrina the Animated Series: Zapped!,GB,Platform,Simon & Schuster Interactive,WayForward Technologies,,,,,,,2000-11-01, -/games/boxart/full_sackboys-prehistoric-moves_651AmericaFront.jpg,Sackboy's Prehistoric Moves,PSN,Platform,Sony Computer Entertainment,XDev,6.7,,,,,,2010-12-14, -/games/boxart/default.jpg,Saikyoo Yokosuku Action Volume 1: Noroi no Geemu Ketsu,DSiW,Platform,Square Enix,Square Enix,,,,,,,2009-09-09, -/games/boxart/default.jpg,Saikyoo Yokosuku Action Volume 2: Noroi no Geemu Goku,DSiW,Platform,Square Enix,Square Enix,,,,,,,2009-09-09, -/games/boxart/full_sailor-moon-la-luna-splende_142PALFront.jpg,Sailor Moon: La Luna Splende,DS,Platform,Namco Bandai,Namco Bandai Games,,,,,,,2011-03-16, -/games/boxart/full_9527255AmericaFrontccc.jpg,Saira,PC,Platform,nifflas,nifflas,,,,,,,2009-12-12, -/games/boxart/full_5267044PALFrontccc.jpg,Santa Claus junior,GBA,Platform,JoWood Productions,Neon Studios,,,,,,,2002-11-01, -/games/boxart/full_santa-claus-junior_925PALFront.jpg,Santa Claus junior,GB,Platform,JoWood Productions,Neon Studios,,,,,,,2001-11-30, -/games/boxart/full_santa-claus-saves-the-earth_766PALFront.jpg,Santa Claus Saves the Earth,PS,Platform,Unknown,Ivolgamus UAB,,,,,,,, -/games/boxart/full_3852542AmericaFrontccc.png,Secret Agent Clank,PSN,Platform,Sony Computer Entertainment,High Impact Games,,,,,,,2009-10-01, -/games/boxart/full_sega-ages-2500-series-vol-6-ichini-no-tant-r-to-bonanza-bros_0JapanFront.jpg,Sega Ages 2500 Series Vol. 6: Ichini no Tant-R to Bonanza Bros.,PS2,Platform,Sega,Sega,,,,,,,2004-01-15, -/games/boxart/full_shadow-blasters_398AmericaFront.jpg,Shadow Blasters,GEN,Platform,Sage's Creation,Sigma Enterprises,,,,,,,1990-08-09, -/games/boxart/full_shadow-dancer_86AmericaFront.jpg,Shadow Dancer,PC,Platform,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/full_6628646PALFrontccc.jpg,Shadow Dancer: The Secret of Shinobi,MS,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/8428051ccc.jpg,Shadow Dancer: The Secret of Shinobi,GEN,Platform,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_7850751AmericaFrontccc.jpg,Shadow Dancer: The Secret of Shinobi,VC,Platform,Sega,Sega,,,,,,,2010-01-18, -/games/boxart/full_shadow-of-the-beast_1PALFront.jpg,Shadow of the Beast,MS,Platform,TecMagik,TecMagik,,,,,,,1992-01-01, -/games/boxart/full_6591875AmericaFrontccc.jpg,Shadow of the Beast,GEN,Platform,Electronic Arts,WJS Design,,,,,,,1991-01-01, -/games/boxart/7290124ccc.jpg,Shadow of the Beast,Lynx,Platform,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_shadow-of-the-beast_7AmericaFront.jpg,Shadow of the Beast,PCE,Platform,Turbo Technologies,Psygnosis,,,,,,,1992-01-01, -/games/boxart/full_shadow-of-the-ninja_2AmericaFront.jpg,Shadow of the Ninja,VC,Platform,Natsume,Natsume,,,,,,,2010-06-14, -/games/boxart/9655772ccc.jpg,Shadow of the Ninja,NES,Platform,Natsume,Natsume,,,,,,,1990-12-01, -/games/boxart/full_2282749AmericaFrontccc.jpg,Shantae,GB,Platform,Capcom,WayForward Technologies,8.4,,,,,,2002-06-02, -/games/boxart/full_7298484AmericaFrontccc.png,Shantae and the Pirate's Curse,WiiU,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2014-12-25,2018-07-04 -/games/boxart/full_1937660AmericaFrontccc.png,Shantae: Half-Genie Hero,PC,Platform,WayForward Technologies,Way Forward Technologies,,,,,,,2016-12-20,2018-12-30 -/games/boxart/full_5609065AmericaFrontccc.png,Shantae: Half-Genie Hero,PS3,Platform,WayForward Technologies,Way Forward Technologies,,,,,,,2016-04-01,2018-12-30 -/games/boxart/full_3829875AmericaFrontccc.png,Shantae: Half-Genie Hero,XOne,Platform,WayForward Technologies,Way Forward Technologies,,,,,,,2016-12-20,2018-12-30 -/games/boxart/full_5759010AmericaFrontccc.png,Shantae: Half-Genie Hero,X360,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2016-04-01,2018-01-07 -/games/boxart/default.jpg,Shantae: Risky's Revenge,iOS,Platform,Unknown,WayForward Technologies,,,,,,,, -/games/boxart/full_shantae-riskys-revenge_1AmericaFront.jpg,Shantae: Risky's Revenge,DSiW,Platform,WayForward,WayForward Technologies,8.1,,,,,,2010-10-04, -/games/boxart/full_shatterhand_7AmericaFront.jpg,Shatterhand,NES,Platform,Jaleco,Natsume,,,,,,,1991-12-01, -/games/boxart/default.jpg,Shift,PSN,Platform,Unknown,Fishing Cactus,,,,,,,, -/games/boxart/default.jpg,Shiftlings,WiiU,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, -/games/boxart/default.jpg,Shiftlings,PC,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, -/games/boxart/default.jpg,Shiftlings,PS4,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, -/games/boxart/default.jpg,Shiftlings,XOne,Platform,Sierra Entertainment,Rock Pocket Ltd,,,,,,,2015-03-03, -/games/boxart/full_shining-in-the-darkness_94AmericaFront.jpg,Shining in the Darkness,PC,Platform,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/1263803ccc.jpg,Shinobi,MS,Platform,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_6066277AmericaFrontccc.jpg,Shinobi,NES,Platform,Tengen,Sega,,,,,,,1989-01-01, -/games/boxart/full_1403AmericaFrontccc.jpg,Shinobi,XBL,Platform,Sega,Backbone Entertainment,,,,,,,2009-06-10, -/games/boxart/full_816045AmericaFrontccc.jpg,Shinobi,VC,Platform,Sega,Sega,,,,,,,2009-12-07, -/games/boxart/full_8009354AmericaFrontccc.jpg,Shinobi,GG,Platform,Sega,Sega,,,,,,,1991-06-09, -/games/boxart/full_shinobi_4JapanFront.jpg,Shinobi,PCE,Platform,Asmik Ace Entertainment,Dual,,,,,,,1989-12-08, -/games/boxart/full_1188812AmericaFrontccc.jpg,Shinobi II: The Silent Fury,GG,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_shinobi-iii-return-of-the-ninja-master_452AmericaFront.jpg,Shinobi III: Return of the Ninja Master,PC,Platform,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/full_shockman_6AmericaFront.jpg,Shockman,PCE,Platform,NCS,Winds,,,,,,,1991-01-01, -/games/boxart/full_shockman_603JapanFront.jpg,Shockman,PSN,Platform,Hudson Soft,Winds,,,,,,,2011-02-16, -/games/boxart/full_shockman_5AmericaFront.jpg,Shockman,VC,Platform,Hudson Soft,Winds,,,,,,,2007-04-30, -/games/boxart/full_3729144AmericaFrontccc.jpg,Shonen Jump's One Piece,GBA,Platform,Bandai,Dimps Corporation,,,,,,,2005-09-07, -/games/boxart/full_3070129AmericaFrontccc.jpg,Shovel Knight,Linux,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-10-08,2018-11-21 -/games/boxart/full_6320234AmericaFrontccc.jpg,Shovel Knight,OSX,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2014-09-13,2018-11-21 -/games/boxart/full_180558AmericaFrontccc.jpg,Shovel Knight,PS3,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-04-21, -/games/boxart/full_4754107AmericaFrontccc.jpg,Shovel Knight,PSV,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2015-04-21,2018-11-21 -/games/boxart/full_6919902AmericaFrontccc.jpg,Shrek 2,GBA,Platform,Activision,Vicarious Visions,6.7,,,,,,2004-04-28, -/games/boxart/full_190103AmericaFrontccc.jpg,Shrek: Fairy Tale Freakdown,GB,Platform,TDK Mediactive,Prolific,,,,,,,2001-05-29, -/games/boxart/full_8299548AmericaFrontccc.jpg,Shrek: Forever After,PC,Platform,Activision,XPEC Entertainment Inc.,,,,,,,2010-05-18, -/games/boxart/full_sideway-new-york_55AmericaFront.jpg,Sideway: New York,PSN,Platform,Sony Online Entertainment,Playbrains / Fuel Industries,7,,,,,,2011-10-11, -/games/boxart/full_5921820JapanFrontccc.jpg,Silhouette Mirage,SAT,Platform,ESP,"Treasure Co., Ltd.",,,,,,,1997-09-11, -/games/boxart/full_silhouette-mirage_1JapanFront.jpg,Silhouette Mirage,PSN,Platform,ESP,"Treasure Co., Ltd.",,,,,,,2010-08-25, -/games/boxart/1038931ccc.jpg,Sink or Swim,SNES,Platform,Titus,Zeppelin Games,,,,,,,1996-01-01, -/games/boxart/full_7833537AmericaFrontccc.jpg,Sitting Ducks,PC,Platform,Hip Interactive,Asobo Studio,,,,,,,2004-03-02, -/games/boxart/full_5042498PALFrontccc.jpg,Sitting Ducks,PS,Platform,LSP Games,The Code Monkeys,,,,,,,2004-04-16, -/games/boxart/832604ccc.jpg,Skeleton Warriors,SAT,Platform,Playmates,Neversoft Entertainment,,,,,,,1996-01-01, -/games/boxart/5587962ccc.jpg,Skuljagger: Revolt of the Westicans,SNES,Platform,American Softworks,Realtime Associates,,,,,,,1992-10-01, -/games/boxart/default.jpg,Skunny: Back to the Forest,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, -/games/boxart/default.jpg,Skunny: Desert Raid,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, -/games/boxart/default.jpg,Skunny: In The Wild West,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, -/games/boxart/default.jpg,Skunny: Lost in Space,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, -/games/boxart/default.jpg,Skunny: Save Our Pizzas,PC,Platform,Copysoft,Copysoft,,,,,,,1994-01-01, -/games/boxart/full_7484247AmericaFrontccc.jpg,Skwug,XBL,Platform,Microsoft,JeremyVerchick48,,,,,,,2009-07-27, -/games/boxart/full_sky-taxi-4-top-secret_490AmericaFront.jpg,Sky Taxi 4: Top Secret,PC,Platform,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 -/games/boxart/4150385ccc.jpg,Skyblazer,SNES,Platform,Sony Imagesoft,Ukiyotei,,,,,,,1994-01-01, -/games/boxart/full_sly-3-honor-among-thieves_448AmericaFront.jpg,Sly 3: Honor Among Thieves,PSN,Platform,Sony Computer Entertainment,Sucker Punch Productions,,,,,,,2011-11-29, -/games/boxart/full_sly-cooper-and-the-thievius-racconus_908AmericaFront.jpg,Sly Cooper and the Thievius Racconus,PSN,Platform,Sony Computer Entertainment,Sucker Punch Productions,,,,,,,2011-11-29, -/games/boxart/full_6813799AmericaFrontccc.jpg,Small Soldiers,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1998-01-01, -/games/boxart/1779120ccc.jpg,Smart Ball,SNES,Platform,Sony Imagesoft,System Sacom,,,,,,,1992-03-01, -/games/boxart/full_5421163AmericaFrontccc.jpg,SMASHELL,XBL,Platform,Microsoft,Antab,,,,,,,2008-11-18, -/games/boxart/full_546260AmericaFrontccc.jpg,Snail Against Squirrel,2600,Platform,Bit Corporation,Bit Corporation,,,,,,,1983-08-20, -/games/boxart/full_6568882PALFrontccc.jpg,Snake Rattle n Roll,GEN,Platform,Sega,Rare Ltd.,,,,,,,1993-01-01, -/games/boxart/full_3340843AmericaFrontccc.jpg,Snake Rattle n Roll,NES,Platform,Nintendo,Rare Ltd.,,,,,,,1991-01-01, -/games/boxart/3447347ccc.jpg,Sneaky Snakes,GB,Platform,Tradewest,Rare Ltd.,,,,,,,1991-06-01, -/games/boxart/full_snow-bros_906JapanFront.jpg,Snow Bros.,GEN,Platform,Tengen,Toaplan,,,,,,,1993-05-28, -/games/boxart/2222177ccc.jpg,Snow Brothers,GB,Platform,Capcom,Toaplan,,,,,,,1992-01-01, -/games/boxart/full_snow-brothers_469AmericaFront.jpg,Snow Brothers,NES,Platform,Capcom,Sol,,,,,,,1991-11-01, -/games/boxart/1074648ccc.jpg,Snow White and the Seven Dwarfs,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2001-11-15, -/games/boxart/full_soccer-kid_3AmericaFront.jpg,Soccer Kid,PC,Platform,Unknown,Krisalis Software,,,,,,,1994-01-01, -/games/boxart/7643361ccc.jpg,Soccer Kid,AJ,Platform,Songbird Productions,Krisalis Software,,,,,,,2000-02-07, -/games/boxart/full_soccer-kid_10PALFront.jpg,Soccer Kid,PS,Platform,Telegames,Krisalis Software,,,,,,,2003-12-13, -/games/boxart/full_soccer-kid_7AmericaFront.jpg,Soccer Kid,3DO,Platform,3DO,Team17 Software,,,,,,,1994-05-02, -/games/boxart/full_sol-intelligence_130AmericaFront.jpg,Sol Intelligence,XBL,Platform,Microsoft,Angel of Osmond,,,,,,,2011-04-07, -/games/boxart/full_son-son-ii_5JapanFront.jpg,Son Son II,PCE,Platform,NEC,Capcom,,,,,,,1989-01-27, -/games/boxart/default.jpg,Sonic & Knuckles,PC,Platform,Sega,Sega,,,,,,,1997-03-20, -/games/boxart/full_3826629AmericaFrontccc.jpg,Sonic & Garfield Pack,PC,Platform,Sega,Sega,,,,,,,1999-01-01, -/games/boxart/full_3300390AmericaFrontccc.jpg,Sonic & Knuckles,XBL,Platform,Sega,Sonic Team,,,,,,,2009-09-09, -/games/boxart/full_9013317AmericaFrontccc.jpg,Sonic & Knuckles,VC,Platform,Sega,Sonic Team,9,,,,,,2010-02-15, -/games/boxart/full_8899078AmericaFrontccc.jpg,Sonic & Knuckles Collection,PC,Platform,Expert,Sega,,,,,,,1999-01-01, -/games/boxart/full_sonic-3-amp-knuckles_830AmericaFront.jpg,Sonic 3 & Knuckles,PC,Platform,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/9526429ccc.jpg,Sonic 3D Blast,SAT,Platform,Sega,Traveller's Tales,,,,,,,1996-11-30, -/games/boxart/973766ccc.jpg,Sonic 3D Blast,VC,Platform,Sega,Traveller's Tales,,,,,,,2007-11-19, -/games/boxart/7703082ccc.jpg,Sonic 3D Blast,PC,Platform,Sega,Traveller's Tales,,,,,,,1997-09-30, -/games/boxart/full_sonic-3d-blast-genesis_619AmericaFront.jpg,Sonic 3D Blast (Genesis),PC,Platform,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/full_sonic-adventure_4AmericaFront.jpg,Sonic Adventure,PSN,Platform,Sega,Sonic Team,4.2,,,,,,2010-09-21, -/games/boxart/full_sonic-adventure_8AmericaFront.jpg,Sonic Adventure,XBL,Platform,Sega,Sonic Team,4.3,,,,,,2010-09-15, -/games/boxart/full_7077545AmericaFrontccc.png,Sonic Adventure 2,PS3,Platform,Sega,Sonic Team,,,,,,,2012-10-02, -/games/boxart/default.jpg,Sonic Adventure 2,X360,Platform,Sega,Sonic Team,,,,,,,2012-10-05, -/games/boxart/6287230ccc.jpg,Sonic Blast,GG,Platform,Sega,Aspect,,,,,,,1996-12-12, -/games/boxart/default.jpg,Sonic Blast,MS,Platform,Tec Toy,Sega,,,,,,,1997-01-01, -/games/boxart/full_sonic-cd_711AmericaFront.jpg,Sonic CD,XBL,Platform,Sega,Sonic Team,,,,,,,2011-12-14, -/games/boxart/full_1535444AmericaFrontccc.jpg,Sonic Forces,PC,Platform,Sega,Sonic Team,,,,,,,2018-01-01,2017-12-19 -/games/boxart/full_sonic-labyrinth_346AmericaFront.jpg,Sonic Labyrinth,GG,Platform,Sega,Minato Giken,,,,,,,1995-11-01, -/games/boxart/full_sonic-the-hedgehog_787AmericaFront.jpg,Sonic the Hedgehog,PSN,Platform,Sega,Sonic Team,,,,,,,2011-03-01, -/games/boxart/full_sonic-the-hedgehog_888AmericaFront.jpg,Sonic the Hedgehog,PC,Platform,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_sonic-the-hedgehog_9AmericaFront.jpg,Sonic the Hedgehog,MS,Platform,Sega,Sega,,,,,,,1991-10-25, -/games/boxart/full_9313400AmericaFrontccc.png,Sonic the Hedgehog,XBL,Platform,Sega,Backbone Entertainment,,,,,,,2007-07-11, -/games/boxart/8604182ccc.jpg,Sonic the Hedgehog (MS),VC,Platform,Sega,Sega,,,,,,,2008-08-04, -/games/boxart/full_3877732AmericaFrontccc.jpg,Sonic the Hedgehog (X360),XBL,Platform,Sega,Sonic Team,,,,,,,2009-08-11, -/games/boxart/full_sonic-the-hedgehog-2_514AmericaFront.jpg,Sonic the Hedgehog 2,PSN,Platform,Sega,Sonic Team,,,,,,,2011-04-05, -/games/boxart/full_6458239AmericaFrontccc.jpg,Sonic the Hedgehog 2,VC,Platform,Sega,Sonic Team,,,,,,,2007-06-12, -/games/boxart/full_3950698PALFrontccc.jpg,Sonic the Hedgehog 2,MS,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_sonic-the-hedgehog-2_754AmericaFront.jpg,Sonic the Hedgehog 2,PC,Platform,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/full_2326040AmericaFrontccc.jpg,Sonic the Hedgehog 2,XBL,Platform,Sega,Backbone Entertainment,,,,,,,2007-09-12, -/games/boxart/full_8344857PALFrontccc.jpg,Sonic the Hedgehog 2 (MS),VC,Platform,Sega,Sega,,,,,,,2008-12-08, -/games/boxart/full_2353294AmericaFrontccc.jpg,Sonic the Hedgehog 3,VC,Platform,Sega,Sonic Team,,,,,,,2007-09-10, -/games/boxart/full_5638998AmericaFrontccc.jpg,Sonic the Hedgehog 3,XBL,Platform,Sega,Sonic Team / Backbone Entertainment,,,,,,,2009-06-10, -/games/boxart/default.jpg,Sonic the Hedgehog 3,PSN,Platform,Unknown,Sonic Team,,,,,,,, -/games/boxart/full_5265767AmericaFrontccc.jpg,Sonic the Hedgehog 4: Episode 1,WW,Platform,Sega,Dimps Corporation,7.7,,,,,,2010-10-11, -/games/boxart/full_sonic-the-hedgehog-4-episode-1_140AmericaFront.jpg,Sonic the Hedgehog 4: Episode 1,XBL,Platform,Sega,Dimps Corporation,7.5,,,,,,2010-10-13, -/games/boxart/full_sonic-the-hedgehog-4-episode-1_7AmericaFront.jpg,Sonic the Hedgehog 4: Episode 1,PSN,Platform,Sega,Dimps Corporation,7.6,,,,,,2010-10-12, -/games/boxart/default.jpg,Sonic the Hedgehog 4: Episode 2,WW,Platform,Unknown,Dimps Corporation,,,,,,,, -/games/boxart/default.jpg,Sonic the Hedgehog 4: Episode 2,PSN,Platform,Sega,Dimps Corporation,,,,,,,2012-05-15, -/games/boxart/full_3920185AmericaFrontccc.png,Sonic the Hedgehog 4: Episode 2,XBL,Platform,Sega,Dimps Corporation,,,,,,,2012-05-16, -/games/boxart/full_8118743PALFrontccc.jpg,Sonic the Hedgehog Chaos,VC,Platform,Sega,Aspect Co. Ltd.,,,,,,,2009-02-02, -/games/boxart/full_6870352PALFrontccc.jpg,Sonic the Hedgehog Chaos,MS,Platform,Tec Toy,Aspect Co. Ltd.,,,,,,,1995-01-01, -/games/boxart/7162055ccc.jpg,Sonic the Hedgehog Chaos,GG,Platform,Sega,Aspect Co. Ltd.,,,,,,,1993-11-23, -/games/boxart/full_3429082AmericaFrontccc.jpg,Sonic the Hedgehog Genesis,GBA,Platform,Sega,Sega,,,,,,,2006-11-14, -/games/boxart/full_sonic-the-hedgehog-triple-trouble_494AmericaFront.jpg,Sonic the Hedgehog: Triple Trouble,GG,Platform,Sega,Aspect Co. Ltd.,,,,,,,1994-11-01, -/games/boxart/full_7385826AmericaFrontccc.jpg,Sonic Unleashed,XBL,Platform,Sega,Sonic Team,,,,,,,2009-10-20, -/games/boxart/full_sonicn_953AmericaFront.jpg,SonicN,NGage,Platform,Sega,Sonic Team,5.4,,,,,,2003-10-06, -/games/boxart/full_sonson_4JapanFront.jpg,SonSon,NES,Platform,Capcom,Micronics,,,,,,,1986-02-08, -/games/boxart/default.jpg,SonSon (Arcade),VC,Platform,Capcom,Capcom,,,,,,,2010-12-06, -/games/boxart/full_1864155JapanFrontccc.jpg,Soreike!! Kid: Go! Go! Kid,GB,Platform,Kemco,Kemco,,,,,,,1997-07-18, -/games/boxart/4399821ccc.jpg,Space Chimps,PC,Platform,Brash Entertainment,Red Tribe,,,,,,,2008-07-15, -/games/boxart/full_4387545AmericaFrontccc.jpg,SPACE MILKMAN,XBL,Platform,Microsoft,SmileBoom,,,,,,,2009-11-04, -/games/boxart/full_spare-parts_804AmericaFront.jpg,Spare Parts,XBL,Platform,Electronic Arts,EA Bright Light,,,,,,,2011-01-19, -/games/boxart/full_spare-parts_455AmericaFront.jpg,Spare Parts,PSN,Platform,Electronic Arts,EA Bright Light,,,,,,,2011-01-18, -/games/boxart/3682828ccc.jpg,Sparkster,SNES,Platform,Konami,Konami,,,,,,,1994-10-01, -/games/boxart/full_9369703AmericaFrontccc.jpg,Sparkster,GEN,Platform,Konami,Konami,,,,,,,1994-01-01, -/games/boxart/9415899ccc.jpg,Speedy Gonzales,GB,Platform,Sunsoft,SunSoft,,,,,,,1993-07-01, -/games/boxart/7956628ccc.jpg,Speedy Gonzales: Aztec Adventure,GB,Platform,Sunsoft,Electro Source,,,,,,,1999-12-26, -/games/boxart/full_speedy-gonzales-los-gatos-bandidos_4AmericaFront.jpg,Speedy Gonzales: Los Gatos Bandidos,SNES,Platform,Acclaim Entertainment,SunSoft,,,,,,,1995-08-01, -/games/boxart/9430133ccc.jpg,Spelunker,NES,Platform,Broderbund,Micro Graphic Image,,,,,,,1987-09-01, -/games/boxart/full_spelunker_7AmericaFront.jpg,Spelunker,VC,Platform,Tozai Games,Micro Graphic Image,,,,,,,2008-03-17, -/games/boxart/full_spelunker-hd_731AmericaFront.jpg,Spelunker HD,PSN,Platform,Tozai Games,Irem Software Engineering,,,,,,,2010-11-23, -/games/boxart/full_8046403AmericaFrontccc.jpg,Spelunky,XBL,Platform,Microsoft,"Mossmouth, LLC",,,,,,,2012-07-04, -/games/boxart/5053243ccc.jpg,Spider-Man,MS,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/5802017ccc.jpg,Spider-Man,GB,Platform,Activision,Vicarious Visions,,,,,,,2000-08-31, -/games/boxart/5772978ccc.gif,Spider-Man,GEN,Platform,Sega,Recreational Brainware,,,,,,,1991-10-17, -/games/boxart/3449881ccc.jpg,Spider-Man,GG,Platform,Flying Edge,Bits Studios,,,,,,,1992-01-01, -/games/boxart/full_7733115AmericaFrontccc.jpg,Spider-Man,SNES,Platform,LJN,"Western Technologies, Inc.",,,,,,,1995-02-01, -/games/boxart/5676216ccc.jpg,Spider-Man / X-Men,GB,Platform,LJN,Unexpected Development,,,,,,,1993-01-01, -/games/boxart/6750185ccc.jpg,Spider-Man 2: The Sinister Six,GB,Platform,Activision,Torus Games,,,,,,,2001-05-30, -/games/boxart/full_9097199AmericaFrontccc.jpg,Spider-Man 3,GBA,Platform,Activision,Vicarious Visions,6.9,,,,,,2007-05-04, -/games/boxart/full_spider-man-3-invasion-of-the-spider-slayers_34AmericaFront.jpg,Spider-Man 3: Invasion of the Spider-Slayers,GB,Platform,LJN,Bits Studios,,,,,,,1993-07-01, -/games/boxart/full_8779603AmericaFrontccc.jpg,Spider-Man and the X-Men: Arcade's Revenge,SNES,Platform,LJN,Software Creations,,,,,,,1992-01-01, -/games/boxart/6001906ccc.jpg,Spider-Man the Animated Series,GEN,Platform,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1993-01-01, -/games/boxart/2951326ccc.jpg,Spider-Man/X-Men: Arcade's Revenge,GEN,Platform,Acclaim Entertainment,Software Creations,,,,,,,1986-01-01, -/games/boxart/6946808ccc.jpg,Spider-Man: Battle for New York,GBA,Platform,Activision,Torus Games,,,,,,,2006-11-14, -/games/boxart/full_spider-man-return-of-the-sinister-six_9PALFront.jpg,Spider-Man: Return of the Sinister Six,MS,Platform,Flying Edge,Bits Studios,,,,,,,1992-01-01, -/games/boxart/4326248ccc.jpg,Spider-Man: Return of the Sinister Six,GG,Platform,Flying Edge,Bits Studios,,,,,,,1993-01-01, -/games/boxart/9757620ccc.jpg,Spider-Man: Return of the Sinister Six,NES,Platform,LJN,Bits Studios,,,,,,,1992-10-01, -/games/boxart/full_miracle-adventure_3JapanFront.jpg,Spin Master,VC,Platform,D4 Enterprise,Data East,,,,,,,2010-11-22, -/games/boxart/full_5829615AmericaFrontccc.jpg,Spindizzy Worlds,SNES,Platform,ASCII Entertainment,ASCII Entertainment,,,,,,,1993-03-01, -/games/boxart/full_46509PALFrontccc.jpg,Spirou,PC,Platform,Infogrames,Infogrames,,,,,,,1997-01-01, -/games/boxart/full_3165338PALFrontccc.jpg,Spirou,GEN,Platform,Infogrames,Infogrames,,,,,,,1996-09-20, -/games/boxart/full_9900324PALFrontccc.jpg,Spirou,SNES,Platform,Infogrames,Infogrames,,,,,,,1996-09-29, -/games/boxart/default.jpg,Spirou,GB,Platform,Infogrames,Bit Managers,,,,,,,1996-01-01, -/games/boxart/full_2060280PALFrontccc.jpg,Spirou: The Robot Invasion,GB,Platform,Ubisoft,Planet Interactive,,,,,,,2000-01-01, -/games/boxart/full_8449218AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom,PC,Platform,THQ,AWE Games,,,,,,,2003-10-31, -/games/boxart/full_spongebob-squarepants-creature-from-the-krusty-krab_6AmericaFront.jpg,SpongeBob SquarePants: Creature from the Krusty Krab,GBA,Platform,THQ,WayForward Technologies,,,,,,,2006-10-16, -/games/boxart/full_8995580AmericaFrontccc.jpg,SpongeBob SquarePants: Creature from the Krusty Krab,PC,Platform,THQ,Blitz Games,,,,,,,2006-10-16, -/games/boxart/full_2494709AmericaFrontccc.jpg,Spongebob Squarepants: Creature from the Krusty Krab,PS2,Platform,THQ,Blitz Games,,,,,,,2006-10-16, -/games/boxart/full_709708AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,PS3,Platform,Activision,Behaviour Interactive,,,,,,,2013-10-22,2020-12-17 -/games/boxart/full_103250AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,Wii,Platform,Activision,Behaviour Interactive,,,,,,,2013-10-22,2020-12-17 -/games/boxart/full_906497AmericaFrontccc.jpg,SpongeBob SquarePants: Plankton's Robotic Revenge,DS,Platform,Activision,Engine Software,,,,,,,2013-10-22,2020-12-17 -/games/boxart/7432545ccc.jpg,Spot Goes to Hollywood,SAT,Platform,Virgin Interactive,Burst Studios,7,,,,,,1996-01-01, -/games/boxart/6277366ccc.jpg,Spot Goes to Hollywood,GEN,Platform,Acclaim Entertainment,Virgin Interactive,,,,,,,1995-01-01, -/games/boxart/full_4020073AmericaFrontccc.jpg,Spot: The Cool Adventure,GB,Platform,Virgin Interactive,Visual Concepts,,,,,,,1993-01-06, -/games/boxart/full_4809874AmericaFrontccc.jpg,Spot: The Video Game!,NES,Platform,Arcadia Corporation,Virgin Interactive,,,,,,,1990-09-01, -/games/boxart/full_3181187AmericaFrontccc.jpg,Spyro 2: Ripto's Rage!,PSN,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2009-05-07, -/games/boxart/full_3863005AmericaFrontccc.jpg,Spyro Superpack,GBA,Platform,VU Games,Digital Eclipse,,,,,,,2005-10-18, -/games/boxart/full_3417545AmericaFrontccc.png,Spyro the Dragon,PSN,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2007-10-24, -/games/boxart/full_9741613AmericaFrontccc.jpg,Spyro: Year of the Dragon,PSN,Platform,Sony Computer Entertainment,Insomniac Games,,,,,,,2009-05-14, -/games/boxart/3932924ccc.jpg,Star Wars,NES,Platform,JVC,Beam Software,,,,,,,1991-11-01, -/games/boxart/full_star-wars_3PALFront.jpg,Star Wars,MS,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, -/games/boxart/3077639ccc.jpg,Star Wars,GG,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, -/games/boxart/full_7234923PALFrontccc.jpg,Star Wars,GB,Platform,Capcom,NMS Software,,,,,,,1992-11-01, -/games/boxart/7098898ccc.jpg,Star Wars: The Empire Strikes Back,NES,Platform,JVC,Lucasfilm Games,,,,,,,1992-03-01, -/games/boxart/full_star-wars-the-empire-strikes-back_8AmericaFront.jpg,Star Wars: The Empire Strikes Back,GB,Platform,Ubisoft,NMS Software,,,,,,,1993-01-01, -/games/boxart/5223062ccc.jpg,Stargate,GEN,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/3496193ccc.jpg,Stargate,SNES,Platform,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1995-04-01, -/games/boxart/full_5339388PALFrontccc.jpg,Starshot: Space Circus Fever,PC,Platform,Infogrames,Infogrames,,,,,,,1999-01-01, -/games/boxart/full_2597553AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,WiiU,Platform,Image & Form Games,Image & Form Games,,,,,,,2014-08-28,2018-08-30 -/games/boxart/full_4670776AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,PS4,Platform,Image & Form Games,Image & Form Games,,,,,,,2014-03-18,2018-03-19 -/games/boxart/full_792432AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,PSV,Platform,Image & Form Games,Image & Form Games,,,,,,,2014-03-18,2018-03-19 -/games/boxart/full_9622261AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,3DS,Platform,Image & Form Games,Image & Form Games,8,,,,,,2013-08-08,2018-03-19 -/games/boxart/full_2193856AmericaFrontccc.jpg,Strawberry Shortcake: The Sweet Dreams Game,PS2,Platform,Game Factory,EKO Software,,,,,,,2006-10-30, -/games/boxart/default.jpg,Strider,PC,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1989-01-01, -/games/boxart/full_7700343AmericaFrontccc.jpg,Strider,GEN,Platform,Sega,Capcom,,,,,,,1990-01-01, -/games/boxart/full_strider_703JapanFront.jpg,Strider,VC,Platform,Sega,Sega,,,,,,,2011-11-15, -/games/boxart/4485482ccc.jpg,Strider,NES,Platform,Capcom,Capcom,,,,,,,1989-07-01, -/games/boxart/5462114ccc.jpg,Strider,MS,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_3297448AmericaFrontccc.jpg,Strider (2014),X360,Platform,Capcom,Double Helix Games,,,,,,,2014-02-19,2019-01-03 -/games/boxart/full_3530226AmericaFrontccc.jpg,Strider (2014),PS4,Platform,Capcom,Double Helix Games,,,,,,,2014-02-18,2019-01-03 -/games/boxart/default.jpg,Strider Hiryu,PS,Platform,Capcom,Capcom,,,,,,,2006-10-24, -/games/boxart/full_strider-hiryu_7JapanFront.jpg,Strider Hiryu,PCE,Platform,NEC Avenue,NEC Avenue,,,,,,,1994-09-22, -/games/boxart/full_strider-ii_10PALFront.jpg,Strider II,MS,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1991-01-01, -/games/boxart/6603237ccc.jpg,Strider Returns: Journey From Darkness,GG,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, -/games/boxart/full_strider-returns-journey-from-darkness_9AmericaFront.jpg,Strider Returns: Journey From Darkness,GEN,Platform,U.S. Gold,Tiertex Design Studios,,,,,,,1990-01-01, -/games/boxart/full_2630462AmericaFrontccc.jpg,StrikeForce-Psi,XBL,Platform,Microsoft,Starlit Sky Games,,,,,,,2009-04-20, -/games/boxart/full_3642209AmericaFrontccc.jpg,Stuart Little 2,PS,Platform,Sony Computer Entertainment,Magenta Software,,,,,,,2002-07-17, -/games/boxart/full_7128952AmericaFrontccc.jpg,Stuart Little 2,PC,Platform,Infogrames,Hyperspace Cowgirls,,,,,,,2002-01-01, -/games/boxart/full_sumo-squash_124AmericaFront.jpg,Sumo Squash!,XBL,Platform,Microsoft,F4T C4T,,,,,,,2011-05-31, -/games/boxart/6545529ccc.jpg,Sunday Funday: The Ride,NES,Platform,Wisdom Tree,Wisdom Tree,,,,,,,1995-01-01, -/games/boxart/full_super-adventure-island_354AmericaFront.jpg,Super Adventure Island,VC,Platform,Hudson Soft,Produce!,,,,,,,2011-05-30, -/games/boxart/full_super-adventure-island-ii_176AmericaFront.jpg,Super Adventure Island II,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-10-01, -/games/boxart/full_super-adventure-island-ii_143AmericaFront.jpg,Super Adventure Island II,VC,Platform,Hudson Soft,Hudson Soft,8,,,,,,2011-06-10, -/games/boxart/full_1411404JapanFrontccc.jpg,Super Back to the Future Part II,SNES,Platform,Toshiba EMI,Daft,,,,,,,1993-07-23, -/games/boxart/full_super-bonk_9AmericaFront.jpg,Super Bonk,SNES,Platform,Hudson Soft,Hudson Soft,,,,,,,1994-11-01, -/games/boxart/full_super-bonk_4AmericaFront.jpg,Super Bonk,VC,Platform,Hudson Soft,Hudson Soft,,,,,,,2011-04-04, -/games/boxart/full_super-bubsy_654AmericaFront.jpg,Super Bubsy,PC,Platform,Accolade,ATI Technologies,,,,,,,1995-01-01, -/games/boxart/full_7938959AmericaFrontccc.jpg,Super Castlevania IV,VC,Platform,Konami,Konami,8,,,,,,2006-12-25, -/games/boxart/full_5526921AmericaFrontccc.jpg,Super Ghouls 'n Ghosts,VC,Platform,Capcom,Capcom,7.5,,,,,,2007-03-05, -/games/boxart/2585044ccc.jpg,Super James Pond,SNES,Platform,American Softworks,Vectordean,,,,,,,1993-01-01, -/games/boxart/full_6233826AmericaFrontccc.jpg,Super Lucky's Tale,PC,Platform,THQ Nordic,Playful Corp.,,,,,,,2018-09-14,2018-11-19 -/games/boxart/default.jpg,Super Mario 64,iQue,Platform,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/full_8270314AmericaFrontccc.jpg,Super Mario 64,VC,Platform,Nintendo,Nintendo EAD,9,,,,,,2006-11-19, -/games/boxart/full_4440316PALFrontccc.jpg,Super Mario All-Stars and Super Mario World,SNES,Platform,Nintendo,Nintendo EAD,,,,,,,1994-12-01, -/games/boxart/1488723ccc.jpg,Super Mario Bros.,VC,Platform,Nintendo,Nintendo EAD,9,,,,,,2006-12-25, -/games/boxart/1666488ccc.jpg,Super Mario Bros. 2,VC,Platform,Nintendo,Nintendo EAD,8.5,,,,,,2007-07-02, -/games/boxart/7919200ccc.jpg,Super Mario Bros. 3,VC,Platform,Nintendo,Nintendo R&D2,9.5,,,,,,2007-11-05, -/games/boxart/full_7224092JapanFrontccc.jpg,Super Mario Bros.: The Lost Levels,VC,Platform,Nintendo,Nintendo EAD,,,,,,,2007-10-01, -/games/boxart/default.jpg,Super Mario Bros.: The Lost Levels,WiiU,Platform,Nintendo,Nintendo,,,,,,,2007-10-01,2018-08-30 -/games/boxart/full_super-mario-brothers-fds_315JapanFront.jpg,Super Mario Brothers (FDS),NES,Platform,Nintendo,Nintendo R&D1,,,,,,,1986-02-21, -/games/boxart/full_super-mario-land_31AmericaFront.png,Super Mario Land,3DS,Platform,Nintendo,Nintendo R&D1,7.5,,,,,,2011-06-06, -/games/boxart/default.jpg,Super Mario Land (3DS VC),3DS,Platform,Unknown,Nintendo,,,,,,,, -/games/boxart/full_super-mario-land-2-6-golden-coins_213AmericaFront.png,Super Mario Land 2: 6 Golden Coins,3DS,Platform,Unknown,Nintendo,9,,,,,,, -/games/boxart/full_9555808AmericaFrontccc.jpg,Super Mario World,VC,Platform,Nintendo,Nintendo EAD,8.5,,,,,,2007-02-05, -/games/boxart/full_super-meat-boy_10AmericaFront.jpg,Super Meat Boy,XBL,Platform,Microsoft,Team Meat,9,,,,,,2010-10-20, -/games/boxart/full_2726265AmericaFrontccc.jpg,Super Meat Boy,WW,Platform,Unknown,Team Meat,,,,,,,, -/games/boxart/full_4781658AmericaFrontccc.jpg,Super Meat Boy Forever,PC,Platform,Team Meat,Team Meat,,,,,,,2020-12-26, -/games/boxart/full_4212807AmericaFrontccc.jpg,Super Meat Boy Forever,And,Platform,Team Meat,Team Meat,,,,,,,2020-12-26, -/games/boxart/full_6868870AmericaFrontccc.png,Super Monkey Ball Adventure,PSN,Platform,Sega,Traveller's Tales,,,,,,,2009-10-01, -/games/boxart/full_5569579AmericaFrontccc.jpg,Super Pitfall,NES,Platform,Activision,Micronics,,,,,,,1987-11-01, -/games/boxart/8866392ccc.jpg,Super Putty,SNES,Platform,U.S. Gold,System 3,,,,,,,1994-01-01, -/games/boxart/full_7277956AmericaFrontccc.jpg,Super Star Wars,VC,Platform,LucasArts,Sculptured Software,,,,,,,2009-08-10, -/games/boxart/3601892ccc.gif,Super Star Wars,SNES,Platform,JVC,Sculptured Software,,,,,,,1992-06-01, -/games/boxart/7530278ccc.jpg,Super Star Wars: Return of the Jedi,GG,Platform,Black Pearl,Realtime Associates,,,,,,,1994-01-01, -/games/boxart/full_3228589AmericaFrontccc.jpg,Super Star Wars: Return of the Jedi,GB,Platform,Black Pearl,Realtime Associates,,,,,,,1994-01-01, -/games/boxart/full_6599432AmericaFrontccc.jpg,Super Star Wars: Return of the Jedi,VC,Platform,LucasArts,Sculptured Software,,,,,,,2009-09-07, -/games/boxart/6199250ccc.gif,Super Star Wars: Return of the Jedi,SNES,Platform,LucasArts,Sculptured Software,,,,,,,1994-06-22, -/games/boxart/full_7531544AmericaFrontccc.jpg,Super Star Wars: The Empire Strikes Back,VC,Platform,LucasArts,Sculptured Software,,,,,,,2009-08-24, -/games/boxart/full_9817274AmericaFrontccc.jpg,Super Star Wars: The Empire Strikes Back,SNES,Platform,JVC,Sculptured Software,,,,,,,1993-06-01, -/games/boxart/full_super-troll-islands_2AmericaFront.jpg,Super Troll Islands,SNES,Platform,ASC Games,Millenium Interactive,,,,,,,1994-02-01, -/games/boxart/6347789ccc.jpg,Super Turrican,SNES,Platform,Seika,Factor 5,,,,,,,1993-05-01, -/games/boxart/full_4010146AmericaFrontccc.jpg,Super Turrican,VC,Platform,Factor 5,Factor 5,,,,,,,2008-03-03, -/games/boxart/full_576542PALFrontccc.jpg,Super Turrican,NES,Platform,Imagineer,Rainbow Arts,,,,,,,1993-07-22, -/games/boxart/full_8485645AmericaFrontccc.jpg,Super Turrican 2,SNES,Platform,Ocean,Factor 5,,,,,,,1995-11-01, -/games/boxart/full_7014431AmericaFrontccc.jpg,Super Turrican 2,VC,Platform,Nintendo,Factor 5,,,,,,,2008-09-29, -/games/boxart/full_super-valis-iv_0AmericaFront.jpg,Super Valis IV,SNES,Platform,Atlus,Laser Soft,,,,,,,1993-02-01, -/games/boxart/1673191ccc.gif,Super Widget,SNES,Platform,Atlus,Atlus Co.,,,,,,,1993-09-01, -/games/boxart/full_6907827AmericaFrontccc.jpg,Supercow,XBL,Platform,Microsoft,CTXM and NevoSoft,,,,,,,2009-03-26, -/games/boxart/full_2200068AmericaFrontccc.jpg,Superman,NES,Platform,Kemco,Kotobuki Systems,,,,,,,1988-12-01, -/games/boxart/4399785ccc.jpg,Superman,2600,Platform,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_superman_939AmericaFront.jpg,Superman,GB,Platform,Titus,Titus Software,,,,,,,1997-12-01, -/games/boxart/full_6838097PALFrontccc.jpg,Superman: The Man of Steel,MS,Platform,Virgin Interactive,Graftgold,,,,,,,1993-01-01, -/games/boxart/full_9809621PALFrontccc.jpg,Superman: The Man of Steel,GG,Platform,Virgin Interactive,Graftgold,,,,,,,1993-01-01, -/games/boxart/full_swamp-thing_159AmericaFront.jpg,Swamp Thing,GB,Platform,THQ,Equilibrium,,,,,,,1992-10-01, -/games/boxart/full_sword-master_6AmericaFront.jpg,Sword Master,NES,Platform,Activision,Athena,,,,,,,1992-01-01, -/games/boxart/full_6016693AmericaFrontccc.jpg,Syd of Valis,GEN,Platform,Renovation,Telenet,,,,,,,1992-01-01, -/games/boxart/7343764ccc.jpg,Sylvester and Tweety in Cagey Capers,GEN,Platform,Time Warner Interactive,"Alexandria, Inc.",,,,,,,1993-01-01, -/games/boxart/default.jpg,T.E.C. 3001,XBL,Platform,Bulkypix,Phoenix Games Studio,8,,,,,,2014-08-24, -/games/boxart/7932050ccc.jpg,Tail 'Gator,GB,Platform,Natsume,Natsume,,,,,,,1991-06-01, -/games/boxart/full_tails-adventure_4AmericaFront.png,Tails Adventure,GG,Platform,Sega,Aspect,,,,,,,1995-11-01, -/games/boxart/161870ccc.jpg,Tak: The Great Juju Challenge,PS2,Platform,THQ,Avalanche Software,,,,,,,2005-09-19, -/games/boxart/full_take-arms_42AmericaFront.jpg,Take Arms,XBL,Platform,Microsoft,Discord Games,,,,,,,2011-08-28, -/games/boxart/full_tales-from-space-about-a-blob_201AmericaFront.jpg,Tales from Space: About a Blob,PSN,Platform,Unknown,DrinkBox Studios,,,,,,,2011-02-08, -/games/boxart/full_tales-of-elastic-boy-mission-1_2AmericaFront.jpg,Tales of Elastic Boy: Mission 1,WW,Platform,Lexis Numerique,Lexis Numerique,,,,,,,2010-08-30, -/games/boxart/6112461ccc.jpg,Tarzan: Lord of the Jungle,GB,Platform,GameTek,Eurocom Entertainment Software,,,,,,,1994-10-01, -/games/boxart/default.jpg,Taz in Escape from Mars,MS,Platform,Tec Toy,Al Baker and Associates,,,,,,,1996-01-01, -/games/boxart/full_9580539AmericaFrontccc.jpg,Taz in Escape From Mars,GEN,Platform,Sega,"HeadGames, Inc.",,,,,,,1994-06-19, -/games/boxart/8427761ccc.jpg,Taz in Escape from Mars,GG,Platform,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_392609AmericaFrontccc.jpg,Taz Wanted,PC,Platform,Atari,Blitz Games,5.7,,,,,,2002-10-01, -/games/boxart/1347542ccc.jpg,Taz-Mania,GB,Platform,Sunsoft,SunSoft,,,,,,,1994-09-01, -/games/boxart/full_9589032AmericaFrontccc.jpg,Taz-Mania,GEN,Platform,Sega,Recreational Brainware,,,,,,,1992-12-24, -/games/boxart/full_taz-mania_2PALFront.jpg,Taz-Mania,MS,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/348160ccc.jpg,Taz-mania,GG,Platform,Sega,NuFX,,,,,,,1994-01-01, -/games/boxart/989641ccc.jpg,Taz-Mania 2,GB,Platform,THQ,Black Pearl,,,,,,,1996-10-18, -/games/boxart/6314172ccc.jpg,Tazmanian Devil: Munching Madness,GB,Platform,Sunsoft,M4 Limited,,,,,,,1999-11-01, -/games/boxart/1496498ccc.jpg,Teddy Boy,MS,Platform,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/7680872ccc.jpg,Teenage Mutant Ninja Turtles III: Radical Rescue,GB,Platform,Konami,Konami,,,,,,,1993-11-01, -/games/boxart/full_teenage-mutant-ninja-turtles-fall-of-the-foot-clan_412AmericaFront.png,Teenage Mutant Ninja Turtles: Fall of the Foot Clan,GB,Platform,Ultra Games,Konami,,,,,,,1990-08-01, -/games/boxart/full_telstar-double-value-games-sonic-the-hedgehog-2-bubsy-in-claws-encounters-of-the-furred-kind_788PALFront.jpg,Telstar Double Value Games: Sonic the Hedgehog 2 / Bubsy in: Claws Encounters of the Furred Kind,GEN,Platform,Telstar,Various,,,,,,,1995-01-01, -/games/boxart/default.jpg,Tembo the Badass Elephant,PC,Platform,Sega,Game Freak,,,,,,,2015-07-21, -/games/boxart/default.jpg,Tembo the Badass Elephant,PS4,Platform,Sega,Game Freak,,,,,,,2015-07-21, -/games/boxart/default.jpg,Tembo the Badass Elephant,XOne,Platform,Sega,Game Freak,,,,,,,2015-07-21, -/games/boxart/full_tempo-jr_2AmericaFront.jpg,Tempo Jr.,GG,Platform,Sega,SIMS,,,,,,,1995-01-01, -/games/boxart/full_3721187JapanFrontccc.jpg,Ten Made Jack: Odorokimamenoki Dai Tou Bou!!,PS,Platform,Enix,Exrays,,,,,,,2000-03-23, -/games/boxart/8389166ccc.jpg,Terminator 2: Judgment Day,GB,Platform,Capcom,Bits Studios,,,,,,,1992-01-01, -/games/boxart/3568778ccc.jpg,Terminator 2: Judgment Day,NES,Platform,Acclaim Entertainment,LJN Ltd.,,,,,,,1992-02-01, -/games/boxart/full_terminator-2-judgment-day_6PALFront.jpg,Terminator 2: Judgment Day,MS,Platform,Flying Edge,Arc Developments,,,,,,,1993-01-01, -/games/boxart/full_terracon_3PALFront.jpg,Terracon,PS,Platform,Sony Computer Entertainment,PictureHouse,,,,,,,2000-08-25, -/games/boxart/full_terrover_9AmericaFront.jpg,TerRover,PSN,Platform,Sony Online Entertainment,Creat Studios,,,,,,,2010-09-07, -/games/boxart/full_8213135AmericaFrontccc.png,Teslagrad,Linux,Platform,Rain Games,Rain Games,,,,,,,2013-12-13,2019-04-22 -/games/boxart/full_372026AmericaFrontccc.png,Teslagrad,OSX,Platform,Rain Games,Rain Games,,,,,,,2013-12-13,2019-04-22 -/games/boxart/full_the-2d-adventures-of-rotating-octopus_709PALFront.jpg,The 2D Adventures of Rotating Octopus Character,PSN,Platform,Unknown,Dakko Dakko,,,,,,,2011-06-02, -/games/boxart/3544957ccc.jpg,The Addams Family,SNES,Platform,Ocean,Ocean,,,,,,,1992-03-01, -/games/boxart/4239545ccc.jpg,The Addams Family,GB,Platform,Ocean,Ocean,,,,,,,1992-01-01, -/games/boxart/2308467ccc.jpg,The Addams Family,NES,Platform,Ocean,Ocean,,,,,,,1991-01-01, -/games/boxart/full_the-addams-family_5AmericaFront.jpg,The Addams Family,PCE,Platform,Turbo Technologies,ICOM Simulations,,,,,,,1991-01-01, -/games/boxart/3791753ccc.jpg,The Addams Family,GEN,Platform,Flying Edge,Ocean,,,,,,,1994-01-01, -/games/boxart/full_1519161AmericaFrontccc.jpg,The Addams Family,GG,Platform,Flying Edge,Arc Developments,,,,,,,1994-01-01, -/games/boxart/full_1938746AmericaFrontccc.jpg,The Addams Family: Pugsley's Scavenger Hunt,GB,Platform,Ocean,Enigma Variations,,,,,,,1993-07-01, -/games/boxart/8577432ccc.jpg,The Addams Family: Pugsley's Scavenger Hunt,NES,Platform,Ocean,Enigma Variations,,,,,,,1993-08-01, -/games/boxart/full_5144029AmericaFrontccc.jpg,The Addams Family: Pugsley's Scavenger Hunt,SNES,Platform,Ocean,Enigma Variations,,,,,,,1993-02-01, -/games/boxart/full_the-adventures-of-dr-franken_302AmericaFront.gif,The Adventures of Dr. Franken,SNES,Platform,DTMC,"MotiveTime, Ltd.",,,,,,,1993-12-01, -/games/boxart/6410365ccc.jpg,The Adventures of Kid Kleets,SNES,Platform,Ocean,Krisalis Software,,,,,,,1994-08-01, -/games/boxart/6888698ccc.jpg,The Adventures of Mighty Max,GEN,Platform,Ocean,WJS Design,,,,,,,1994-01-01, -/games/boxart/full_the-adventures-of-rad-gravity_10AmericaFront.jpg,The Adventures of Rad Gravity,NES,Platform,Activision,Interplay,,,,,,,1990-12-01, -/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_907AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,GEN,Platform,Absolute Entertainment,Imagineering Inc.,,,,,,,1993-01-01, -/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_172AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,SNES,Platform,THQ,Imagineering Inc.,,,,,,,1993-06-01, -/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_921AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,NES,Platform,THQ,Radical Entertainment,,,,,,,1992-12-01, -/games/boxart/full_the-adventures-of-rocky-and-bullwinkle-and-friends_278AmericaFront.jpg,The Adventures of Rocky and Bullwinkle and Friends,GB,Platform,THQ,Imagineering Inc.,,,,,,,1992-10-01, -/games/boxart/2599611ccc.jpg,The Adventures of Star Saver,GB,Platform,Taito,A-Wave,,,,,,,1992-03-01, -/games/boxart/full_the-amazing-spider-man_295AmericaFront.jpg,The Amazing Spider-Man,PC,Platform,Unknown,Oxford Digital Enterprises,,,,,,,1989-01-01, -/games/boxart/7498419ccc.jpg,The Ant Bully,PC,Platform,Midway Games,Artificial Mind and Movement,,,,,,,2006-07-24, -/games/boxart/1184499ccc.jpg,The Blues Brothers,GB,Platform,Titus,Titus Software,,,,,,,1992-06-01, -/games/boxart/full_the-blues-brothers_501AmericaFront.jpg,The Blues Brothers,PC,Platform,Titus,Titus Software,,,,,,,1991-01-01, -/games/boxart/full_blues-brothers_755AmericaFront.jpg,The Blues Brothers,NES,Platform,Titus,Titus Software,,,,,,,1992-09-01, -/games/boxart/full_the-blues-brothers_555AmericaFront.jpg,The Blues Brothers,SNES,Platform,Titus,Titus Software,,,,,,,1993-06-01, -/games/boxart/default.jpg,The Blues Brothers: Jukebox Adventure,PC,Platform,Titus,Titus Software,,,,,,,1993-01-01, -/games/boxart/871169ccc.jpg,The Blues Brothers: Jukebox Adventure,GB,Platform,Titus,Titus Software,,,,,,,1994-12-16, -/games/boxart/6168556ccc.jpg,The Bugs Bunny Birthday Blowout,NES,Platform,Kemco,Kemco,,,,,,,1990-09-01, -/games/boxart/7074040ccc.jpg,The Bugs Bunny Crazy Castle,NES,Platform,Kemco,Kemco,,,,,,,1989-08-01, -/games/boxart/full_the-bugs-bunny-crazy-castle_399AmericaFront.jpg,The Bugs Bunny Crazy Castle,GB,Platform,Kemco,Kemco,,,,,,,1990-03-01, -/games/boxart/full_the-bugs-bunny-crazy-castle-2_682AmericaFront.png,The Bugs Bunny Crazy Castle 2,GB,Platform,Kemco,Kemco,,,,,,,1991-09-01, -/games/boxart/full_3975847AmericaFrontccc.png,The Company of Myself,PC,Platform,2DArray,2DArray,,,,,,,2009-11-27, -/games/boxart/full_the-cyber-shinobi_0PALFront.jpg,The Cyber Shinobi,MS,Platform,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_the-deep-cave_152AmericaFront.jpg,The Deep Cave,XBL,Platform,Microsoft,jijaweb,,,,,,,2010-11-23, -/games/boxart/full_the-disney-collection-castle-of-illusion-quackshot_4PALFront.jpg,The Disney Collection: Castle of Illusion / Quackshot,GEN,Platform,Sega,Sega (AM7),,,,,,,1996-01-01, -/games/boxart/3741470ccc.jpg,The Fairly Odd Parents: Shadow Showdown,PC,Platform,THQ,Blitz Games,,,,,,,2004-09-14, -/games/boxart/4664085ccc.jpg,The Fairly OddParents: Breakin' Da Rules,PC,Platform,THQ,Blitz Games,,,,,,,2003-11-03, -/games/boxart/full_the-fancy-pants-adventures_452AmericaFront.jpg,The Fancy Pants Adventures,XBL,Platform,Electronic Arts,Over The Top Games,7.1,,,,,,2011-04-20, -/games/boxart/full_the-fancy-pants-adventures_536AmericaFront.jpg,The Fancy Pants Adventures,PSN,Platform,Electronic Arts,Over The Top Games,7.2,,,,,,2011-04-19, -/games/boxart/full_the-flash_10PALFront.jpg,The Flash,MS,Platform,Sega,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/3298911ccc.jpg,The Flash,GB,Platform,THQ,Equilibrium,,,,,,,1992-03-01, -/games/boxart/full_the-flintstones_4PALFront.jpg,The Flintstones,MS,Platform,Sega,Grandslam,,,,,,,1993-01-01, -/games/boxart/full_6365411AmericaFrontccc.jpg,The Flintstones,GEN,Platform,Taito,Taito Corporation,,,,,,,1993-10-22, -/games/boxart/full_the-flintstones_9AmericaFront.jpg,The Flintstones,SNES,Platform,Ocean,Ocean,,,,,,,1995-02-01, -/games/boxart/full_the-flintstones-dino-lost-in-bedrock_8AmericaFront.png,The Flintstones: Dino: Lost in Bedrock,PC,Platform,Hi Tech Expressions,"Softie, Inc.",,,,,,,1991-01-01, -/games/boxart/892886ccc.jpg,The Flintstones: King Rock Treasure Island,GB,Platform,Taito,Taito Corporation,,,,,,,1993-02-01, -/games/boxart/2131208ccc.jpg,The Flintstones: The Movie,GB,Platform,Ocean,Twilight Games,,,,,,,1994-12-01, -/games/boxart/7916588ccc.jpg,The Flintstones: The Rescue of Dino & Hoppy,NES,Platform,Taito,Sol,,,,,,,1991-12-01, -/games/boxart/full_1609244AmericaFrontccc.jpg,The Flintstones: The Surprise at Dinosaur Peak!,NES,Platform,Taito,Taito Corporation,,,,,,,1994-08-01, -/games/boxart/8553321ccc.jpg,The Flintstones: The Treasure of Sierra Madrock,SNES,Platform,Taito,Taito Corporation,,,,,,,1994-03-01, -/games/boxart/8179179ccc.jpg,The Goonies II,NES,Platform,Konami,Konami,,,,,,,1987-11-01, -/games/boxart/full_7309200AmericaFrontccc.jpg,The Gravity Effect,XBL,Platform,Microsoft,The Riddler 24,,,,,,,2009-02-17, -/games/boxart/8497419ccc.jpg,The Great Circus Mystery Starring Mickey & Minnie,SNES,Platform,Capcom,Capcom,,,,,,,1994-01-01, -/games/boxart/full_1949814AmericaFrontccc.png,The Great Giana Sisters,ACPC,Platform,Rainbow Arts,Time Warp Productions,,,,,,,1987-01-01,2018-01-06 -/games/boxart/full_7735012AmericaFrontccc.jpg,The Grinch,GB,Platform,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-11-01, -/games/boxart/full_81212AmericaFrontccc.jpg,The Impossible Game,XBL,Platform,Microsoft,FlukeDude,,,,,,,2009-11-23, -/games/boxart/full_the-impossible-game-level-pack_25AmericaFront.jpg,The Impossible Game Level Pack,XBL,Platform,Microsoft,FlukeDude,,,,,,,2010-11-29, -/games/boxart/8512956ccc.jpg,The Incredible Crash Dummies,GG,Platform,Flying Edge,Teeny Weeny Games,,,,,,,1992-01-01, -/games/boxart/8962209ccc.jpg,The Incredible Crash Dummies,SNES,Platform,LJN,Gray Matter,,,,,,,1993-10-01, -/games/boxart/full_the-incredible-crash-dummies_3AmericaFront.jpg,The Incredible Crash Dummies,NES,Platform,LJN,Software Creations,,,,,,,1994-08-01, -/games/boxart/full_the-incredible-crash-dummies_4AmericaFront.jpg,The Incredible Crash Dummies,GB,Platform,LJN,Software Creations,,,,,,,1992-11-01, -/games/boxart/7599005ccc.jpg,The Incredible Hulk,GEN,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_3850009PALFrontccc.jpg,The Incredible Hulk,MS,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/8487064ccc.jpg,The Incredible Hulk,SNES,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-08-01, -/games/boxart/430244ccc.jpg,The Incredible Hulk,GG,Platform,U.S. Gold,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/full_the-itchy-and-scratchy-game_4AmericaFront.jpg,The Itchy & Scratchy Game,GG,Platform,Acclaim Entertainment,Bits Studios,,,,,,,1995-01-01, -/games/boxart/5729508ccc.jpg,The Itchy & Scratchy Game,SNES,Platform,Acclaim Entertainment,Bits Studios,,,,,,,1995-03-01, -/games/boxart/6308523ccc.jpg,The Itchy & Scratchy Game,GEN,Platform,Acclaim Entertainment,Bits Studios,,,,,,,1994-01-01, -/games/boxart/3693893ccc.jpg,The Jetsons: Invasion of the Planet Pirates,SNES,Platform,Taito,Sting,,,,,,,1994-06-01, -/games/boxart/7630186ccc.jpg,The Jetsons: Robot Panic,GB,Platform,Taito,Taito,,,,,,,1992-01-02, -/games/boxart/full_the-jump-hero_785AmericaFront.jpg,The Jump Hero,XBL,Platform,Microsoft,Silver Dollar Games,,,,,,,2011-08-25, -/games/boxart/8929165ccc.jpg,The King of Kings: The Early Years,NES,Platform,Wisdom Tree,Wisdom Tree,,,,,,,1991-01-01, -/games/boxart/full_the-krion-conquest_148AmericaFront.jpg,The Krion Conquest,NES,Platform,Victory Lap Games,Vic Tokai,,,,,,,1991-01-01, -/games/boxart/full_the-land-before-time_779AmericaFront.jpg,The Land Before Time,GB,Platform,Conspiracy Entertainment,Eclipse Entertainment,,,,,,,2001-07-14, -/games/boxart/full_the-land-before-time-return-to-the-great-valley_737AmericaFront.jpg,The Land Before Time: Return to the Great Valley,PS,Platform,Sound Source,Realtime Associates,,,,,,,2000-09-15, -/games/boxart/full_9846252PALFrontccc.jpg,The Last Tinker: City of Colors,PS4,Platform,LOOT Entertainment,Mimimi Productions,,,,,,,2014-08-19,2018-09-21 -/games/boxart/8577042ccc.jpg,The Legend of Kage,NES,Platform,Taito,Taito Corporation,,,,,,,1987-08-01, -/games/boxart/387878ccc.jpg,The Legend of Kage,VC,Platform,Taito,Taito Corporation,,,,,,,2007-02-19, -/games/boxart/full_the-legend-of-spyro-a-new-beginning_936AmericaFront.jpg,The Legend of Spyro: A New Beginning,XB,Platform,Sierra Entertainment,Krome Studios,6.4,,,,,,2006-10-10, -/games/boxart/full_9475728AmericaFrontccc.jpg,The Legend of Spyro: A New Beginning,XBL,Platform,Activision,Krome Studios,,,,,,,2008-06-16, -/games/boxart/3379950ccc.jpg,The Legend of Spyro: A New Beginning,GBA,Platform,Sierra Entertainment,Krome Studios,,,,,,,2006-10-10, -/games/boxart/full_the-legend-of-spyro-a-new-beginning_695AmericaFront.jpg,The Legend of Spyro: A New Beginning,PS2,Platform,Sierra Entertainment,Krome Studios,6.3,,,,,,2006-10-10, -/games/boxart/full_4946413AmericaFrontccc.jpg,The Legend of Spyro: The Eternal Night,GBA,Platform,Sierra Entertainment,Amaze Entertainment,,,,,,,2007-10-02, -/games/boxart/full_6677018PALFrontccc.jpg,The Lion King,NES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, -/games/boxart/5372933ccc.jpg,The Lion King,GB,Platform,THQ,Dark Technologies,,,,,,,1995-04-01, -/games/boxart/full_the-lion-king_10PALFront.jpg,The Lion King,PC,Platform,Virgin Interactive,EastPoint,,,,,,,1994-01-01, -/games/boxart/4077168ccc.jpg,The Lion King,GG,Platform,Sega,Syrox Developments,,,,,,,1995-01-01, -/games/boxart/full_the-lion-king_3PALFront.jpg,The Lion King,MS,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, -/games/boxart/7467700ccc.jpg,The Little Mermaid,GB,Platform,Capcom,Capcom,,,,,,,1993-02-01, -/games/boxart/1006931ccc.jpg,The Little Mermaid,NES,Platform,Capcom,Capcom,,,,,,,1991-07-01, -/games/boxart/4188343ccc.jpg,The Lost World: Jurassic Park,GB,Platform,THQ,Torus Games,,,,,,,1998-01-02, -/games/boxart/5365943ccc.jpg,The Lucky Dime Caper starring Donald Duck,GG,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_8090053PALFrontccc.jpg,The Lucky Dime Caper starring Donald Duck,MS,Platform,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_the-mask_10AmericaFront.jpg,The Mask,SNES,Platform,Black Pearl,Black Pearl,,,,,,,1995-10-01, -/games/boxart/full_the-most-addicting-sheep-game_577AmericaFront.jpg,The Most Addicting Sheep Game,XBL,Platform,Microsoft,BombdiggidyBullfrog,,,,,,,2011-04-08, -/games/boxart/full_4511339AmericaFrontccc.jpg,The New Adventures of Mary-Kate & Ashley,GB,Platform,Acclaim Entertainment,Crawfish Interactive,,,,,,,1999-12-01, -/games/boxart/full_6843869JapanFrontccc.jpg,The New Zealand Story,PCE,Platform,Taito,Aisystem Tokyo,,,,,,,1990-02-23, -/games/boxart/full_16091JapanFrontccc.jpg,The New Zealand Story,VC,Platform,Taito,Aisystem Tokyo,,,,,,,2008-10-14, -/games/boxart/full_7932784JapanFrontccc.jpg,The New Zealand Story,GEN,Platform,Taito,Taito Corporation,,,,,,,1990-03-03, -/games/boxart/full_8717276PALFrontccc.jpg,The New Zealand Story,MS,Platform,TecMagik,TecMagik,,,,,,,1992-01-01, -/games/boxart/full_the-ottifants_3PALFront.jpg,The Ottifants,GG,Platform,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_the-ottifants_4PALFront.jpg,The Ottifants,MS,Platform,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_the-ottifants_1PALFront.jpg,The Ottifants,GEN,Platform,Sega,Graftgold,,,,,,,1993-01-01, -/games/boxart/6993193ccc.jpg,The Pagemaster,GB,Platform,Fox Interactive,Probe Entertainment Limited,,,,,,,1994-11-01, -/games/boxart/5034472ccc.jpg,The Pagemaster,SNES,Platform,Fox Interactive,Probe Entertainment Limited,,,,,,,1994-11-01, -/games/boxart/3441079ccc.jpg,The Pirates of Dark Water,SNES,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-01-01, -/games/boxart/full_3038282AmericaFrontccc.jpg,The Pirates of Dark Water,GEN,Platform,Sunsoft,Iguana Entertainment,,,,,,,1994-01-01, -/games/boxart/full_the-princess-and-the-frog_10AmericaFront.jpg,The Princess and the Frog,PC,Platform,Disney Interactive Studios,Griptonite Games,,,,,,,2009-11-17, -/games/boxart/7682530ccc.jpg,The Real Ghostbusters,GB,Platform,Activision,Kemco,,,,,,,1993-10-01, -/games/boxart/7314089ccc.jpg,The Ren & Stimpy Show: Veediots!,SNES,Platform,THQ,Gray Matter,,,,,,,1993-10-01, -/games/boxart/full_the-ren-amp-stimpy-show-presents-stimpys-invention_1AmericaFront.jpg,The Ren & Stimpy Show Presents: Stimpy's Invention,GEN,Platform,Sega,Blue Sky Software,,,,,,,1993-01-01, -/games/boxart/4553124ccc.jpg,The Ren & Stimpy Show: Space Cadet Adventures,GB,Platform,THQ,Imagineering Inc.,,,,,,,1992-11-01, -/games/boxart/2414669ccc.jpg,The Ren & Stimpy Show: Veediots!,GB,Platform,THQ,THQ,,,,,,,1993-10-01, -/games/boxart/default.jpg,The Revenge of Shinobi,PSN,Platform,Unknown,Sega,,,,,,,, -/games/boxart/full_9474994AmericaFrontccc.jpg,The Revenge of Shinobi,GEN,Platform,Sega,Sega,,,,,,,1989-12-02, -/games/boxart/full_5386110AmericaFrontccc.jpg,The Revenge of Shinobi,VC,Platform,Sega,Sega,,,,,,,2009-08-17, -/games/boxart/full_the-rocketeer_0AmericaFront.jpg,The Rocketeer,NES,Platform,Bandai,Realtime Associates,,,,,,,1991-05-01, -/games/boxart/full_the-simpsons-bart-ampamp-the-beanstalk_917AmericaFront.jpg,The Simpsons: Bart & the Beanstalk,GB,Platform,Acclaim Entertainment,Software Creations,,,,,,,1994-02-01, -/games/boxart/1918215ccc.jpg,The Simpsons: Bart Meets Radioactive Man,GG,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1992-01-01, -/games/boxart/1794172ccc.jpg,The Simpsons: Bart vs. the Juggernauts,GB,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1992-09-01, -/games/boxart/3581335ccc.jpg,The Simpsons: Bart vs. the Space Mutants,GG,Platform,Flying Edge,Imagineering Inc.,,,,,,,1992-01-01, -/games/boxart/6294918ccc.jpg,The Simpsons: Bart vs. the Space Mutants,GEN,Platform,Flying Edge,Arc Developments,,,,,,,1992-01-01, -/games/boxart/full_the-simpsons-bart-vs-the-space-mutants_5PALFront.jpg,The Simpsons: Bart vs. the Space Mutants,MS,Platform,Flying Edge,Imagineering Inc.,,,,,,,1991-01-01, -/games/boxart/full_the-simpsons-bart-vs-the-space-mutants_3AmericaFront.jpg,The Simpsons: Bart vs. the Space Mutants,PC,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1997-01-01, -/games/boxart/9403633ccc.gif,The Simpsons: Bart vs. the Space Mutants,NES,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1991-02-01, -/games/boxart/8679092ccc.jpg,The Simpsons: Bart vs. the World,NES,Platform,Acclaim Entertainment,Imagineering Inc,,,,,,,1991-02-01, -/games/boxart/7350227ccc.jpg,The Simpsons: Bart's Nightmare,GEN,Platform,Flying Edge,"Sculptured Software, Inc.",,,,,,,1993-01-01, -/games/boxart/8299046ccc.jpg,The Simpsons: Bart's Nightmare,SNES,Platform,Acclaim Entertainment,Sculptured Software,,,,,,,1992-09-01, -/games/boxart/4716847ccc.jpg,The Simpsons: Bartman Meets Radioactive Man,NES,Platform,Acclaim Entertainment,Imagineering Inc.,,,,,,,1992-12-01, -/games/boxart/2749227ccc.jpg,The Simpsons: Night of the Living Treehouse of Horror,GB,Platform,THQ,Software Creations,,,,,,,2001-03-26, -/games/boxart/full_3281841AmericaFrontccc.jpg,The Smurfs,MS,Platform,Tec Toy,Infogrames,,,,,,,1996-01-01, -/games/boxart/full_890880PALFrontccc.jpg,The Smurfs,GEN,Platform,Infogrames,Virtual Studio,,,,,,,1995-01-01, -/games/boxart/full_2377631PALFrontccc.jpg,The Smurfs,SNES,Platform,Infogrames,Infogrames,,,,,,,1994-01-01, -/games/boxart/3898990ccc.jpg,The Smurfs,GB,Platform,Infogrames,Bit Managers,,,,,,,1994-01-01, -/games/boxart/full_969093PALFrontccc.jpg,The Smurfs,GG,Platform,Infogrames,IMPS,,,,,,,1994-01-01, -/games/boxart/full_2907089PALFrontccc.jpg,The Smurfs,NES,Platform,Infogrames,Infogrames,,,,,,,1994-01-01, -/games/boxart/full_5589048PALFrontccc.jpg,The Smurfs Travel the World,MS,Platform,Infogrames,Infogrames,,,,,,,1996-01-01, -/games/boxart/full_5099574PALFrontccc.jpg,The Smurfs Travel The World,GB,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, -/games/boxart/full_3852900PALFrontccc.jpg,The Smurfs Travel The World,GEN,Platform,Infogrames,Visual Studio,,,,,,,1996-01-01, -/games/boxart/full_6337190PALFrontccc.jpg,The Smurfs Travel The World,SNES,Platform,Infogrames,Virtual Studio,,,,,,,1994-01-01, -/games/boxart/full_the-smurfs-nightmare_80PALFront.jpg,The Smurfs' Nightmare,GB,Platform,Infogrames,Velez & Dubail,,,,,,,1997-01-01, -/games/boxart/full_the-smurfs-nightmare-gbc_479AmericaFront.jpg,The Smurfs' Nightmare (GBC),GB,Platform,Infogrames,Velez & Dubail,,,,,,,1999-02-28, -/games/boxart/default.jpg,The Swindle,PC,Platform,Unknown,Size Five Games,,,,,,,, -/games/boxart/full_3892814AmericaFrontccc.jpg,The Tale of Despereaux,PC,Platform,Brash Entertainment,Sensory Sweep Studios,,,,,,,2008-12-16, -/games/boxart/7327927ccc.jpg,The Terminator,NES,Platform,Mindscape,Radical Entertainment,,,,,,,1992-12-01, -/games/boxart/full_2486010AmericaFrontccc.jpg,The Terminator,GEN,Platform,Virgin Interactive,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_4660643AmericaFrontccc.jpg,The Terminator,SNES,Platform,Mindscape,Mindscape Inc.,,,,,,,1993-04-01, -/games/boxart/full_the-terminator_8PALFront.jpg,The Terminator,GG,Platform,Virgin Interactive,Probe Entertainment Limited,,,,,,,1992-01-01, -/games/boxart/full_the-terminator_0PALFront.jpg,The Terminator,MS,Platform,Virgin Interactive,Probe Entertainment Limited,,,,,,,1990-01-01, -/games/boxart/95982ccc.jpg,The Terminator,SCD,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1993-03-08, -/games/boxart/default.jpg,The War of the Worlds,PSN,Platform,Unknown,Other Ocean Interactive,,,,,,,, -/games/boxart/full_the-war-of-the-worlds_792AmericaFront.jpg,The War of the Worlds,XBL,Platform,Paramount Digital Entertainment,Other Ocean Interactive,3.5,,,,,,2011-10-26, -/games/boxart/full_6537569AmericaFrontccc.jpg,The Young Indiana Jones Chronicles,NES,Platform,Jaleco,LucasArts,,,,,,,1992-12-01, -/games/boxart/full_tiger-road_1AmericaFront.jpg,Tiger Road,PCE,Platform,NEC,Victor Interactive Software,,,,,,,1990-01-01, -/games/boxart/full_6087326AmericaFrontccc.jpg,Tigger's Honey Hunt,PC,Platform,Atari,Doki Denki,,,,,,,2001-04-01, -/games/boxart/full_6607753JapanFrontccc.jpg,Tingle no Balloon Fight DS,DS,Platform,Nintendo,Vanpool,,,,,,,2007-04-01, -/games/boxart/full_3390509AmericaFrontccc.jpg,Tinhead,GEN,Platform,Ballistic,MicroProse,,,,,,,1993-01-01, -/games/boxart/default.jpg,Tintin in Tibet,MS,Platform,Unknown,Infogrames,,,,,,,, -/games/boxart/default.jpg,Tintin in Tibet,GG,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, -/games/boxart/full_128980PALFrontccc.jpg,Tintin in Tibet,GB,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, -/games/boxart/full_8288708PALFrontccc.jpg,Tintin in Tibet,GEN,Platform,Infogrames,Infogrames,,,,,,,1995-01-01, -/games/boxart/full_8187836PALFrontccc.jpg,Tintin in Tibet,PC,Platform,Infogrames,Infogrames,,,,,,,1994-01-01, -/games/boxart/full_2896449PALFrontccc.jpg,Tintin in Tibet,SNES,Platform,Infogrames,Infogrames,,,,,,,1995-12-14, -/games/boxart/full_6888777PALFrontccc.jpg,Tintin in Tibet (GBC),GB,Platform,Infogrames,Bit Managers,,,,,,,2001-12-03, -/games/boxart/full_tintin-prisoner-of-the-sun_632PALFront.jpg,Tintin: Prisoner of the Sun,GB,Platform,Infogrames,Bit Managers,,,,,,,2000-09-08, -/games/boxart/full_5624552AmericaFrontccc.jpg,Tiny Toon Adventures,NES,Platform,Konami,Konami,,,,,,,1991-12-01, -/games/boxart/1251530ccc.jpg,Tiny Toon Adventures 2: Montana's Movie Madness,GB,Platform,Konami,Konami,,,,,,,1993-11-01, -/games/boxart/full_tiny-toon-adventures-2-trouble-in-wackyland_1AmericaFront.jpg,Tiny Toon Adventures 2: Trouble in Wackyland,NES,Platform,Konami,Konami,,,,,,,1993-04-01, -/games/boxart/456992ccc.jpg,Tiny Toon Adventures: Babs' Big Break,GB,Platform,Konami,Konami,,,,,,,1992-02-01, -/games/boxart/2460299ccc.jpg,Tiny Toon Adventures: Buster Busts Loose!,SNES,Platform,Konami,Konami,,,,,,,1993-02-01, -/games/boxart/8469584ccc.jpg,Tiny Toon Adventures: Buster Saves the Day,GB,Platform,Conspiracy Entertainment,Warthog,,,,,,,2001-07-29, -/games/boxart/1216151ccc.gif,Tiny Toon Adventures: Buster's Hidden Treasure,GEN,Platform,Konami,Konami,,,,,,,1993-01-01, -/games/boxart/1927686ccc.jpg,Titus the Fox,GB,Platform,Titus,Aqua Pacific,,,,,,,1993-06-01, -/games/boxart/full_titus-the-fox-gbc_79AmericaFront.jpg,Titus the Fox (GBC),GB,Platform,Titus,Aqua Pacific,,,,,,,2000-11-01, -/games/boxart/full_2142655AmericaFrontccc.jpeg,Toast Time,PC,Platform,Force Of Habit,Force Of Habit,,,,,,,2014-08-27, -/games/boxart/full_tobes-vertical-adventure_217AmericaFront.jpg,Tobe's Vertical Adventure,PC,Platform,Unknown,Secret Base,8,,,,,,2011-07-18, -/games/boxart/full_4227359AmericaFrontccc.jpg,Tobe's Vertical Adventure,XBL,Platform,Microsoft,rayteoactive,,,,,,,2010-01-05, -/games/boxart/full_toejam-amp-earl-in-panic-on-funkotron_707AmericaFront.jpg,ToeJam & Earl in Panic on Funkotron,PC,Platform,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/3794329ccc.jpg,ToeJam & Earl in Panic on Funkotron,VC,Platform,Sega,ToeJam & Earl Productions,,,,,,,2007-06-04, -/games/boxart/6107353ccc.jpg,ToeJam & Earl in Panic on Funkotron,GEN,Platform,Sega,ToeJam & Earl Productions,,,,,,,1993-04-01, -/games/boxart/2261114ccc.jpg,Toki,Lynx,Platform,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_toki-going-ape-spit_989AmericaFront.jpg,Toki: Going Ape Spit,GEN,Platform,Sega,TAD Corporation,,,,,,,1991-01-01, -/games/boxart/full_9094395AmericaFrontccc.png,Tokobot,PSN,Platform,Tecmo,Tecmo,,,,,,,2008-12-17, -/games/boxart/9899371ccc.gif,Tokobot Plus: Mysteries of the Karakuri,PS2,Platform,Tecmo,Tecmo,,,,,,,2006-10-24, -/games/boxart/8469089ccc.jpg,Tom & Jerry,GB,Platform,Hi Tech Expressions,Beam Software,,,,,,,1992-10-01, -/games/boxart/full_tom-ampamp-jerry_695AmericaFront.jpg,Tom & Jerry,SNES,Platform,Hi Tech Expressions,Riedel Software,,,,,,,1993-04-01, -/games/boxart/full_4030401AmericaFrontccc.jpg,Tom & Jerry: The Ultimate Game of Cat and Mouse!,NES,Platform,Hi Tech Expressions,Software Creations,,,,,,,1991-12-01, -/games/boxart/9075663ccc.jpg,Tom and Jerry,GB,Platform,Majesco,Morning Star Multimedia,,,,,,,1999-09-27, -/games/boxart/full_5077172AmericaFrontccc.jpg,Tom and Jerry Tales,GBA,Platform,Warner Bros. Interactive,Sensory Sweep,,,,,,,2006-12-08, -/games/boxart/32311ccc.jpg,Tom and Jerry: Frantic Antics,GB,Platform,Hi Tech Expressions,Beam Software,,,,,,,1993-10-01, -/games/boxart/full_tom-and-jerry-the-movie_7PALFront.jpg,Tom and Jerry: The Movie,MS,Platform,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/3300080ccc.jpg,Tom and Jerry: The Movie,GG,Platform,Sega,SIMS,,,,,,,1993-01-01, -/games/boxart/full_2265598AmericaFrontccc.jpg,Tomb Raider starring Lara Croft,GB,Platform,THQ,Core Design Ltd.,8.1,,,,,,2000-06-08, -/games/boxart/full_6574759AmericaFrontccc.jpg,Tomb Raider: Curse of the Sword,GB,Platform,Activision,Core Design Ltd.,,,,,,,2001-07-01, -/games/boxart/default.jpg,Tomba!,PSN,Platform,Unknown,Whoopee Camp,,,,,,,, -/games/boxart/1429222ccc.jpg,Tonic Trouble,PC,Platform,Ubisoft,Ubisoft Montpellier,,,,,,,1999-12-06, -/games/boxart/full_1852271PALFrontccc.jpg,Tonic Trouble,GB,Platform,Ubisoft,RFX Interactive,,,,,,,2000-01-01, -/games/boxart/full_toonsylvania_193AmericaFront.jpg,Toonsylvania,GB,Platform,Ubisoft,RFX Interactive,,,,,,,2000-06-01, -/games/boxart/full_top-hunter_0JapanFront.jpg,Top Hunter,NG,Platform,SNK,SNK Corporation,,,,,,,1994-06-24, -/games/boxart/full_top-hunter-roddy-amp-cathy_5JapanFront.jpg,Top Hunter: Roddy & Cathy,VC,Platform,D4 Enterprise,SNK Corporation,,,,,,,2007-12-31, -/games/boxart/full_top-hunter-roddy-ampamp-cathy-cd_4AmericaFront.jpg,Top Hunter: Roddy & Cathy (CD),NG,Platform,SNK,SNK Corporation,,,,,,,1994-09-29, -/games/boxart/full_topatoi_4AmericaFront.jpg,topatoi: spinning through the worlds,PSN,Platform,Boolat Games,Boolat Games,,,,,,,2009-10-15, -/games/boxart/default.jpg,topatoi: The Pillar of Skies!,PSN,Platform,Unknown,Boolat Games,,,,,,,, -/games/boxart/full_3871670AmericaFrontccc.jpg,Total Recall,NES,Platform,Acclaim Entertainment,Interplay,,,,,,,1990-08-01, -/games/boxart/8369558ccc.jpg,Totally Rad,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1991-03-01, -/games/boxart/default.jpg,Towel Slappin' Pro-Jumper!,DSiW,Platform,Arc System Works,Arc System Works,,,,,,,2010-09-01, -/games/boxart/full_3273560AmericaFrontccc.jpg,Tower Toppler,VC,Platform,Commodore,Triffix Entertainment Inc.,,,,,,,2009-05-04, -/games/boxart/1574817ccc.jpg,Tower Toppler,7800,Platform,Atari,Triffix Entertainment Inc.,,,,,,,1988-01-01, -/games/boxart/7076721ccc.jpg,Toy Story,SNES,Platform,Capcom,Traveller's Tales,,,,,,,1996-04-25, -/games/boxart/full_toy-story_0AmericaFront.jpg,Toy Story,PC,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,1996-10-31, -/games/boxart/7292464ccc.jpg,Toy Story,GEN,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,1996-04-26, -/games/boxart/134629ccc.jpg,Toy Story,GB,Platform,Black Pearl,Tiertex Design Studios,,,,,,,1996-05-01, -/games/boxart/full_4913162AmericaFrontccc.jpg,Toy Story 2,GB,Platform,THQ,Tiertex Design Studios,,,,,,,1999-11-30, -/games/boxart/4058792ccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,DC,Platform,Activision,Traveller's Tales,,,,,,,2000-06-30, -/games/boxart/full_toy-story-2-buzz-lightyear-to-the-rescue_587AmericaFront.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,PSN,Platform,Sony Computer Entertainment,Traveller's Tales,,,,,,,2011-03-08, -/games/boxart/full_6854454AmericaFrontccc.jpg,Toy Story 2: Buzz Lightyear to the Rescue!,PC,Platform,Disney Interactive Studios,Traveller's Tales,,,,,,,2000-01-01, -/games/boxart/full_9727983AmericaFrontccc.jpg,Trantor: The Last Stormtrooper,MSD,Platform,Keypunch,Probe Software,,,,,,,1988-01-01, -/games/boxart/full_2115220PALFrontccc.jpg,Trantor: The Last Stormtrooper,MSX,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1987-01-01, -/games/boxart/default.jpg,Trantor: The Last Stormtrooper,ZXS,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1987-01-01, -/games/boxart/default.jpg,Trantor: The Last Stormtrooper,Amig,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1987-01-01, -/games/boxart/default.jpg,Trantor: The Last Stormtrooper,AST,Platform,Probe Entertainment Ltd.,Probe Software,,,,,,,1988-01-01, -/games/boxart/full_3824381PALFrontccc.jpg,Trash It,PS,Platform,GT Interactive,Rage Software,,,,,,,1997-07-01, -/games/boxart/full_3997241PALFrontccc.jpg,Trash It,SAT,Platform,GT Interactive,Rage Software,,,,,,,1997-01-01, -/games/boxart/full_7495250AmericaFrontccc.jpg,Treasure Master,NES,Platform,American Softworks,Software Creations,,,,,,,1991-12-01, -/games/boxart/full_treasure-treasure-fortress-forage_0AmericaFront.jpg,Treasure Treasure: Fortress Forage Extra Edition,XBL,Platform,Microsoft,IshiEiketsu,,,,,,,2010-09-01, -/games/boxart/full_6086672PALFrontccc.jpg,Trine,PS3,Platform,Nobilis,Frozenbyte,8.2,,,,,,2009-10-09, -/games/boxart/full_2319817AmericaFrontccc.png,Trine,PSN,Platform,Nobilis,Frozenbyte,8.3,,,,,,2009-10-22, -/games/boxart/full_trine-2_837AmericaFront.jpg,Trine 2,XBL,Platform,Atlus,Frozenbyte,,,,,,,2011-12-21, -/games/boxart/full_trine-2_664AmericaFront.jpg,Trine 2,PSN,Platform,Atlus,Frozenbyte,,,,,,,2011-12-20, -/games/boxart/full_7210245AmericaFrontccc.jpg,Trine 2,OSX,Platform,Frozenbyte,Frozenbyte,,,,,,,2011-12-07,2018-08-30 -/games/boxart/full_trip-world_691JapanFront.jpg,Trip World,3DS,Platform,Sunsoft,SunSoft,,,,,,,2011-11-30, -/games/boxart/full_trip-world_356PALFront.jpg,Trip World,GB,Platform,Sunsoft,SunSoft,,,,,,,1993-01-01, -/games/boxart/708097ccc.jpg,Trojan,NES,Platform,Capcom,Capcom,,,,,,,1987-02-01, -/games/boxart/full_8925839AmericaFrontccc.png,Tuffy the Corgi and the Tower of Bones,PSV,Platform,Action Button Entertainment LLC,Action Button Entertainment LLC,,,,,,,2014-06-24, -/games/boxart/full_5627096AmericaFrontccc.jpg,Turok 2: Seeds of Evil,GB,Platform,Acclaim Entertainment,Bit Managers,,,,,,,1998-12-31, -/games/boxart/full_4617955AmericaFrontccc.jpg,Turok: Battle of the Bionosaurs,GB,Platform,Acclaim Entertainment,Bit Managers,,,,,,,1998-08-06, -/games/boxart/full_6953350AmericaFrontccc.jpg,Turrican,GEN,Platform,Accolade,The Code Monkeys,,,,,,,1991-01-01, -/games/boxart/full_1360044AmericaFrontccc.jpg,Turrican,GB,Platform,Accolade,The Code Monkeys,,,,,,,1991-11-01, -/games/boxart/full_4517098AmericaFrontccc.jpg,Turrican,PCE,Platform,Ballistic,The Code Monkeys,,,,,,,1991-08-01, -/games/boxart/full_turtle-casino_472AmericaFront.jpg,Turtle Casino,XBL,Platform,Microsoft,X25 Entertainment,,,,,,,2011-08-02, -/games/boxart/full_tweetys-high-flying-adventure_886AmericaFront.jpg,Tweety's High-Flying Adventure,GB,Platform,Kemco,Kemco,,,,,,,2000-11-01, -/games/boxart/full_twin-2-pack-sonic-cdsonic-ampamp-knuckles-collection_165AmericaFront.jpg,Twin 2 Pack: Sonic CD/Sonic & Knuckles Collection,PC,Platform,Activision,Sonic Team,,,,,,,2007-02-01, -/games/boxart/full_twin-blades_17PALFront.png,Twin Blades,PSN,Platform,Sanuk Games,Sanuk Games,,,,,,,2011-02-22, -/games/boxart/full_hebereke_7PALFront.jpg,Ufouria: The Saga,VC,Platform,Sunsoft,SunSoft,,,,,,,2010-08-23, -/games/boxart/full_207445AmericaFrontccc.png,Ufouria: The Saga,WiiU,Platform,Sunsoft,SunSoft,,,,,,,2014-07-24, -/games/boxart/full_9295775PALFrontccc.jpg,Ufouria: The Saga,NES,Platform,Sunsoft,SunSoft,,,,,,,1992-11-19, -/games/boxart/full_292173AmericaFrontccc.png,Ultimate Ghosts 'n Goblins,PSN,Platform,Capcom,Capcom,,,,,,,2009-01-15, -/games/boxart/full_8561353JapanFrontccc.jpg,Ultraman Tiga & Ultraman Dyna: New Generations,PS,Platform,Bandai,Bandai,,,,,,,1998-07-16, -/games/boxart/5046136ccc.jpg,Universal Soldier,GB,Platform,Accolade,The Code Monkeys,,,,,,,1992-12-01, -/games/boxart/full_universal-soldier_842AmericaFront.jpg,Universal Soldier,GEN,Platform,Ballistic,The Code Monkeys,,,,,,,1992-01-01, -/games/boxart/full_285486AmericaFrontccc.jpeg,Unravel,PC,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2016-02-09, -/games/boxart/full_9372744AmericaFrontccc.jpeg,Unravel,PS4,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2016-02-09, -/games/boxart/full_990670AmericaFrontccc.png,Unravel,XOne,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2016-02-09, -/games/boxart/full_9234355AmericaFrontccc.jpg,URA KAITEN PATISSIER,XBL,Platform,Microsoft,DK Alpla,,,,,,,2009-10-12, -/games/boxart/full_urusei-yatsura-lum-no-wedding-bell_7JapanFront.jpg,Urusei Yatsura: Lum no Wedding Bell,NES,Platform,Jaleco,TOSE Software,,,,,,,1986-10-23, -/games/boxart/full_valis_966AmericaFront.jpg,Valis,GEN,Platform,Renovation,Riot,,,,,,,1991-01-01, -/games/boxart/full_valis-ii_958JapanFront.jpg,Valis II,PSN,Platform,Hudson Soft,Nippon Telenet,,,,,,,2011-03-16, -/games/boxart/full_valis-ii_6AmericaFront.jpg,Valis II,PCE,Platform,NEC,Nippon Telenet,,,,,,,1990-01-01, -/games/boxart/full_959013AmericaFrontccc.jpg,Valis III,GEN,Platform,Renovation,Telenet Japan,,,,,,,1991-01-01, -/games/boxart/full_6576330AmericaFrontccc.jpg,Valis III,PCE,Platform,Turbo Technologies,Telenet Japan,,,,,,,1992-01-01, -/games/boxart/full_valis-iv_5JapanFront.jpg,Valis IV,PCE,Platform,Nippon Telenet,Nippon Telenet,,,,,,,1991-08-23, -/games/boxart/6396450ccc.jpg,Vampire: Master of Darkness,GG,Platform,Sega,SIMS,,,,,,,1993-11-04, -/games/boxart/full_4315740AmericaFrontccc.jpg,Vectorman,VC,Platform,Sega,Blue Sky Software,,,,,,,2008-09-22, -/games/boxart/full_vectorman_327AmericaFront.jpg,Vectorman,PC,Platform,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/5216584ccc.gif,Vectorman 2,GEN,Platform,Sega,Blue Sky Software,,,,,,,1996-11-15, -/games/boxart/full_5407180AmericaFrontccc.jpg,Virtual Boy Wario Land,VB,Platform,Nintendo,Nintendo R&D1,,,,,,,1995-11-27, -/games/boxart/default.jpg,Volchaos,XBL,Platform,Microsoft,Fun Infused Games,,,,,,,2011-11-30, -/games/boxart/full_vvvvvv_526AmericaFront.png,VVVVVV,3DS,Platform,Unknown,Nicalis,,,,,,,2011-12-29, -/games/boxart/2629437ccc.gif,Wacky Races,NES,Platform,Atlus,Atlus Co.,,,,,,,1992-05-01, -/games/boxart/full_wai-wai-world-2-sos-paseri-jou_8JapanFront.jpg,Wai Wai World 2: SOS!! Paseri Jou,NES,Platform,Konami,Konami,,,,,,,1991-01-05, -/games/boxart/full_6159401PALFrontccc.jpg,Wallace & Gromit in Project Zoo,PC,Platform,BAM! Entertainment,Frontier Developments,,,,,,,2003-10-31, -/games/boxart/full_4856292AmericaFrontccc.jpg,Walt Disney Pictures Presents Enchanted: Once Upon Andalasia,GBA,Platform,Disney Interactive Studios,Artificial Mind and Movement,,,,,,,2007-11-15, -/games/boxart/full_8612553AmericaFrontccc.jpg,Walt Disney Pictures Presents The Santa Clause 3: The Escape Clause,GBA,Platform,Buena Vista,1st Playable Productions,,,,,,,2006-10-19, -/games/boxart/full_2099327AmericaFrontccc.jpg,Walt Disney's Alice in Wonderland,GB,Platform,Nintendo,Digital Eclipse,,,,,,,2000-10-04, -/games/boxart/full_walt-disneys-the-jungle-book_5AmericaFront.jpg,Walt Disney's The Jungle Book,SNES,Platform,Virgin Interactive,Virgin Interactive,,,,,,,1994-08-01, -/games/boxart/8088767ccc.jpg,Walt Disney's The Jungle Book,GG,Platform,Virgin Interactive,Syrox Developments,,,,,,,1994-01-01, -/games/boxart/full_6454457PALFrontccc.jpg,Walt Disney's The Jungle Book,MS,Platform,Virgin Interactive,Syrox Developments,,,,,,,1993-01-01, -/games/boxart/3814108ccc.jpg,Walt Disney's The Jungle Book: Mowgli's Wild Adventure,GB,Platform,Ubisoft,Ubisoft,,,,,,,2000-11-20, -/games/boxart/full_3931912AmericaFrontccc.jpg,Wardner,GEN,Platform,"Mentrix Software, Inc.",Toaplan,,,,,,,1991-04-25, -/games/boxart/default.jpg,Way In Dusk,DS,Platform,Unknown,Elephant Games,,,,,,,, -/games/boxart/full_5362380AmericaFrontccc.jpg,Wayne's World,GEN,Platform,THQ,Gray Matter,,,,,,,1993-02-18, -/games/boxart/full_6879947AmericaFrontccc.jpg,Wayne's World,NES,Platform,THQ,Radical Entertainment,,,,,,,1993-11-01, -/games/boxart/full_3209618AmericaFrontccc.jpg,Wayne's World,SNES,Platform,THQ,Gray Matter,,,,,,,1993-04-01, -/games/boxart/7928034ccc.jpg,Wayne's World,GB,Platform,THQ,Radical Entertainment,,,,,,,1993-11-01, -/games/boxart/2938061ccc.jpg,We're Back! A Dinosaur's Story,GB,Platform,Hi Tech Expressions,Beam Software,,,,,,,1993-10-01, -/games/boxart/full_were-back-a-dinosaurs-story_239AmericaFront.jpg,We're Back! A Dinosaur's Story,SNES,Platform,Hi Tech Expressions,Visual Concepts,,,,,,,1993-11-01, -/games/boxart/full_3099453AmericaFrontccc.jpg,Welcome to Mexico,XBL,Platform,Microsoft,Angelo Pelini,,,,,,,2009-02-28, -/games/boxart/full_wendy-every-witch-way_791AmericaFront.jpg,Wendy: Every Witch Way,GB,Platform,TDK Mediactive,WayForward Technologies,,,,,,,2001-08-28, -/games/boxart/3387320ccc.jpg,Werewolf: The Last Warrior,NES,Platform,Data East,Takara,,,,,,,1990-01-01, -/games/boxart/full_who-is-god_139AmericaFront.jpg,Who is God,XBL,Platform,Microsoft,Magiko Gaming,,,,,,,2011-08-02, -/games/boxart/full_whomp-em_9AmericaFront.jpg,Whomp 'Em,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1991-03-01, -/games/boxart/full_widget_10AmericaFront.jpg,Widget,NES,Platform,Atlus,Zodiac Entertainment,,,,,,,1992-11-01, -/games/boxart/full_widgets-odyssey_2PALFront.jpg,Widget's Odyssey,PSN,Platform,Frima Studio,Frima Studio,,,,,,,2010-07-06, -/games/boxart/full_widgets-odyssey-1-and-2_622PALFront.png,Widget's Odyssey 1 and 2,PSN,Platform,Frima Studio,Frima Studio,,,,,,,2011-02-09, -/games/boxart/full_widgets-odyssey-2_2PALFront.png,Widget's Odyssey 2,PSN,Platform,Frima Studio,Frima Studio,,,,,,,2010-08-03, -/games/boxart/full_3634984AmericaFrontccc.jpg,Wik & The Fable of Souls,PC,Platform,High Horse Entertainment,Reflexive Entertainment,,,,,,,2004-09-14, -/games/boxart/full_8666061AmericaFrontccc.jpg,Wik & The Fable of Souls,XBL,Platform,Microsoft,Reflexive Entertainment,7.8,,,,,,2005-12-15, -/games/boxart/full_1955610AmericaFrontccc.png,Wipeout 2 (Mobile),And,Platform,Activision,Activision,,,,,,,2014-08-28, -/games/boxart/full_5098892AmericaFrontccc.jpg,Wiz 'n' Liz,GEN,Platform,Psygnosis,Raising Hell Productions,,,,,,,1993-01-01, -/games/boxart/full_wolfchild_0PALFront.jpg,Wolfchild,GG,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_wolfchild_10PALFront.jpg,Wolfchild,MS,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_wolfchild_10AmericaFront.jpg,Wolfchild,SNES,Platform,Virgin Interactive,Core Design Ltd.,,,,,,,1993-06-01, -/games/boxart/full_wolfchild_8AmericaFront.jpg,Wolfchild,GEN,Platform,JVC,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/9987582ccc.jpg,Wolfchild,SCD,Platform,JVC,Core Design Ltd.,,,,,,,1993-01-18, -/games/boxart/7864727ccc.jpg,Wolverine: Adamantium Rage,SNES,Platform,LJN,Bits Studios,,,,,,,1994-01-01, -/games/boxart/5408496ccc.jpg,Wolverine: Adamantium Rage,GEN,Platform,Acclaim Entertainment,Teeny Weeny Games,,,,,,,1994-01-01, -/games/boxart/full_5776368AmericaFrontccc.jpg,Wonder Boy,VC,Platform,Sega,Sega,,,,,,,2008-03-31, -/games/boxart/3574640ccc.jpg,Wonder Boy,MS,Platform,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/default.jpg,Wonder Boy in Monster Land (Arcade),VC,Platform,Sega,Westone Bit Entertainment,,,,,,,2011-06-21, -/games/boxart/default.jpg,Wonder Boy in Monster Land (Arcade),PSN,Platform,Unknown,Westone Bit Entertainment,,,,,,,, -/games/boxart/full_478647PALFrontccc.jpg,Wonder Boy in Monster World,MS,Platform,Sega,Westone Bit Entertainment,,,,,,,1993-01-01, -/games/boxart/6534351ccc.jpg,Wonder Boy in Monster World,GEN,Platform,Sega,Westone Bit Entertainment,,,,,,,1992-01-01, -/games/boxart/1080581ccc.jpg,Wonder Boy in Monster World,VC,Platform,Nintendo,Westone Bit Entertainment,,,,,,,2007-04-23, -/games/boxart/default.jpg,Wonder Boy in Monster World,PSN,Platform,Unknown,Westone Bit Entertainment,,,,,,,, -/games/boxart/full_2693753JapanFrontccc.jpg,Wonder Boy in Monster World IV,VC,Platform,Unknown,Westone Bit Entertainment,,,,,,,, -/games/boxart/default.jpg,Wonder Boy in Monster World IV,XBL,Platform,Unknown,Westone Bit Entertainment,,,,,,,, -/games/boxart/default.jpg,Wonder Boy in Monster World IV,PSN,Platform,Unknown,Westone Bit Entertainment,,,,,,,, -/games/boxart/full_5352671AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),Linux,Platform,DotEmu,Lizardcube,,,,,,,2017-07-18,2018-08-10 -/games/boxart/full_6237980AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),XOne,Platform,DotEmu,Lizardcube,,,,,,,2017-04-18,2018-08-10 -/games/boxart/full_2306061AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),PC,Platform,DotEmu,Lizardcube,,,,,,,2017-07-18,2018-08-10 -/games/boxart/full_2145425AmericaFrontccc.jpg,Wonder Boy: The Dragon's Trap (Remake),OSX,Platform,DotEmu,Lizardcube,,,,,,,2017-07-18,2018-08-10 -/games/boxart/434248ccc.jpg,Wonder Dog,SCD,Platform,JVC,Core Design Ltd.,,,,,,,1992-01-01, -/games/boxart/full_3533661AmericaFrontccc.jpg,Wondership Q,PS4,Platform,Cygames,Miracle Positive,,,,,,,2020-12-31,2018-07-05 -/games/boxart/full_8042850AmericaFrontccc.jpg,Woody Woodpecker,GB,Platform,DreamCatcher Interactive,Planet Interactive,,,,,,,2001-09-01, -/games/boxart/full_woody-woodpecker-escape-from-buzz-buzzard-park_916AmericaFront.jpg,Woody Woodpecker: Escape from Buzz Buzzard Park,PC,Platform,DreamCatcher Interactive,EKO System,,,,,,,2001-11-21, -/games/boxart/full_2549872AmericaFrontccc.jpg,World Molder,XBL,Platform,Microsoft,Victor Dettlaff,,,,,,,2008-12-06, -/games/boxart/9794628ccc.jpg,World of Illusion starring Mickey Mouse and Donald Duck,GEN,Platform,Sega,Sega of America,,,,,,,1992-01-01, -/games/boxart/full_wrath-of-the-black-manta_864AmericaFront.jpg,Wrath of the Black Manta,NES,Platform,Taito,Taito Corporation,,,,,,,1990-04-01, -/games/boxart/3766573ccc.jpg,Wrecking Crew,VC,Platform,Nintendo,Nintendo,,,,,,,2007-11-19, -/games/boxart/full_3560842JapanFrontccc.jpeg,Wrecking Crew (FDS),NES,Platform,Nintendo,Nintendo,,,,,,,1989-02-03, -/games/boxart/full_wurm-journey-to-the-center-of-the-earth_7AmericaFront.jpg,Wurm: Journey to the Center of the Earth,NES,Platform,Asmik Corp,Sofel,,,,,,,1991-11-01, -/games/boxart/full_1916621AmericaFrontccc.jpg,X-Kaliber 2097,SNES,Platform,Activision,fupac,,,,,,,1994-01-01, -/games/boxart/6404552ccc.gif,X-Men,GEN,Platform,Sega,"Western Technologies, Inc.",,,,,,,1993-05-18, -/games/boxart/6399449ccc.jpg,X-Men,GG,Platform,Sega,Western Technologies Inc,,,,,,,1994-01-01, -/games/boxart/full_x-men-2-game-masters-legacy_0AmericaFront.jpg,X-Men 2: Game Master's Legacy,GG,Platform,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_4655344AmericaFrontccc.jpg,X-Men: Mutant Apocalypse,SNES,Platform,Capcom,Capcom,,,,,,,1995-01-02, -/games/boxart/8599021ccc.jpg,X-Men: Wolverine's Rage,GB,Platform,Activision,Digital Eclipse,,,,,,,2001-05-15, -/games/boxart/3586989ccc.jpg,Xexyz,NES,Platform,Hudson Soft,Atlus Co.,,,,,,,1990-04-01, -/games/boxart/full_yo-noid_2AmericaFront.jpg,Yo! Noid,NES,Platform,Capcom,Now Production,,,,,,,1990-11-01, -/games/boxart/full_yogi-bear-in-yogi-bears-goldrush_909AmericaFront.jpg,Yogi Bear in Yogi Bear's Goldrush,GB,Platform,GameTek,Entertainment Int,,,,,,,1994-10-01, -/games/boxart/full_9645061PALFrontccc.jpg,Yogi Bear's Cartoon Capers,GEN,Platform,Empire Interactive,Blue Turtle,,,,,,,1994-01-01, -/games/boxart/full_2024275AmericaFrontccc.jpg,Yooka-Laylee,Linux,Platform,Team17 Software,Playtonic Games,,,,,,,2018-01-01,2018-05-31 -/games/boxart/full_4443429AmericaFrontccc.jpg,Yooka-Laylee,OSX,Platform,Team17 Software,Playtonic Games,,,,,,,2018-01-01,2018-05-31 -/games/boxart/default.jpg,Yooka-Laylee,WiiU,Platform,Team17 Software,Playtonic Games,,,,,,,2017-01-01, -/games/boxart/default.jpg,Yoshi's Story,iQue,Platform,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/8742808ccc.gif,Yoshi's Story,VC,Platform,Nintendo,Nintendo EAD,,,,,,,2007-09-17, -/games/boxart/full_youkai-club_10JapanFront.jpg,Youkai Club,NES,Platform,Jaleco,Jaleco Entertainment,,,,,,,1987-05-19, -/games/boxart/full_yukkuri-no-meikyuu_937AmericaFront.jpg,Yukkuri no Meikyuu,XBL,Platform,Microsoft,HOSSIE,,,,,,,2010-05-06, -/games/boxart/full_4847044AmericaFrontccc.jpg,Zapper: One Wicked Cricket,XBL,Platform,Atari,Blitz Games,,,,,,,2008-11-17, -/games/boxart/full_1110441AmericaFrontccc.jpg,Zapper: One Wicked Cricket!,PC,Platform,Infogrames,Blitz Games,,,,,,,2002-10-09, -/games/boxart/full_2981086AmericaFrontccc.jpg,Zen: Intergalactic Ninja,NES,Platform,Konami,Konami,,,,,,,1993-03-01, -/games/boxart/5255422ccc.jpg,Zen: Intergalactic Ninja,GB,Platform,Konami,Konami,,,,,,,1993-01-01, -/games/boxart/470479ccc.jpg,Zero the Kamikaze Squirrel,SNES,Platform,Sunsoft,SunSoft,,,,,,,1994-01-01, -/games/boxart/6966782ccc.jpg,Zillion,MS,Platform,Sega,Tatsunoko Productions,,,,,,,1987-01-01, -/games/boxart/full_zillion-ii-the-tri-formation_4AmericaFront.jpg,Zillion II: The Tri Formation,MS,Platform,Sega,Tatsunoko Productions,,,,,,,1988-01-01, -/games/boxart/4532331ccc.jpg,Zoboomafoo: Playtime in Zobooland,GB,Platform,Encore,Vicarious Visions,,,,,,,2001-10-01, -/games/boxart/4980561ccc.jpg,Zool,GB,Platform,GameTek,Gremlin Interactive,,,,,,,1993-01-01, -/games/boxart/7518218ccc.jpg,Zool,SNES,Platform,Infocom,Gremlin Interactive,,,,,,,1994-07-29, -/games/boxart/8550656ccc.jpg,Zool 2,AJ,Platform,Atari,Gremlin Interactive,,,,,,,1994-01-01, -/games/boxart/full_3591860PALFrontccc.jpg,Zool 2,PC,Platform,Gremlin Interactive Ltd,Gremlin Graphics,,,,,,,1994-01-01, -/games/boxart/5507629ccc.jpg,Zool: Ninja of the 'Nth' Dimension,GG,Platform,GameTek,Gremlin Interactive,,,,,,,1993-01-01, -/games/boxart/full_8883645AmericaFrontccc.jpg,Zoomaroom,XBL,Platform,Microsoft,FourBrosStudio,,,,,,,2009-02-20, -/games/boxart/full_zoonies-escape-from-makatu_153AmericaFront.jpg,Zoonies - Escape from Makatu,DSiW,Platform,Unknown,Kiloo Games,,,,,,,2011-08-18, -/games/boxart/full_3780232AmericaFrontccc.jpg,ZP2K9,XBL,Platform,Microsoft,Jamezila,,,,,,,2009-02-28, -/games/boxart/default.jpg,140,WiiU,Platform,Unknown,Double Fine Productions,,,,,,,,2020-08-19 -/games/boxart/full_2753010AmericaFrontccc.png,20XX,NS,Platform,Batterystaple Games,Batterystaple Games,,,,,,,2018-07-10,2020-03-09 -/games/boxart/full_6733673AmericaFrontccc.jpg,30XX,PC,Platform,Batterystaple Games,Batterystaple Games,,,,,,,2021-12-01,2020-08-26 -/games/boxart/full_7045871AmericaFrontccc.png,36 Fragments of Midnight,NS,Platform,Petite Games,Petite Games,,,,,,,2017-09-14,2019-04-13 -/games/boxart/full_7593832AmericaFrontccc.jpg,A Hat in Time,XOne,Platform,Humble Bundle,Gears for Breakfast,,,,,,,2017-12-07,2018-07-31 -/games/boxart/full_5229366AmericaFrontccc.jpg,A Hat in Time,PS4,Platform,Humble Bundle,Gears for Breakfast,,,,,,,2017-12-05,2018-07-31 -/games/boxart/full_5505548AmericaFrontccc.png,A Robot Named Fight!,NS,Platform,Hitcents,Matt Bitner Games,,,,,,,2018-04-26,2019-04-21 -/games/boxart/full_7120853AmericaFrontccc.jpg,A Tale of Paper,XS,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 -/games/boxart/full_6891253AmericaFrontccc.jpg,A Tale of Paper,NS,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 -/games/boxart/full_8329157AmericaFrontccc.jpg,A Tale of Paper,PC,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 -/games/boxart/full_5905840AmericaFrontccc.jpg,A Tale of Paper,PS5,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 -/games/boxart/full_7556551AmericaFrontccc.jpg,A Tale of Paper,XOne,Platform,Unknown,Open House Games,,,,,,,,2021-06-15 -/games/boxart/full_2558316AmericaFrontccc.jpg,A.R.E.S. Extinction Agenda EX,PC,Platform,ORiGO Games,Extend Studio,,,,,,,2014-10-03,2019-04-03 -/games/boxart/full_5099082AmericaFrontccc.jpg,Aeon Drive,XS,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 -/games/boxart/full_9704079AmericaFrontccc.jpg,Aeon Drive,NS,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 -/games/boxart/full_1422415AmericaFrontccc.jpg,Aeon Drive,PC,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 -/games/boxart/full_1747483AmericaFrontccc.jpg,Aeon Drive,PS4,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 -/games/boxart/full_9905794AmericaFrontccc.jpg,Aeon Drive,PS5,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 -/games/boxart/full_4912209AmericaFrontccc.jpg,Aeon Drive,XOne,Platform,Unknown,2Awesome Studio,,,,,,,,2021-10-21 -/games/boxart/full_647403AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,PS5,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 -/games/boxart/full_4185172AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,XS,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 -/games/boxart/full_1716934AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,XOne,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 -/games/boxart/full_4873085AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,NS,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 -/games/boxart/full_4795423AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,PC,Platform,Merge Games,Merge Games,,,,,,,2021-06-22,2021-05-20 -/games/boxart/full_8031253AmericaFrontccc.jpg,Alex Kidd in Miracle World DX,PS4,Platform,Unknown,Merge Games,,,,,,,,2021-05-20 -/games/boxart/full_9215482AmericaFrontccc.png,Alteric,NS,Platform,Sometimes You,Sometimes You,,,,,,,2018-03-30,2018-03-23 -/games/boxart/full_7259144AmericaFrontccc.jpg,Android Hunter A,PC,Platform,Unknown,DigiPlox,,,,,,,,2020-12-20 -/games/boxart/full_826635AmericaFrontccc.png,Arcade Archives: Crazy Climber,NS,Platform,Hamster Corporation,Hamster,,,,,,,2018-02-08,2018-03-23 -/games/boxart/full_2591150PALFrontccc.png,Arcade Archives: Donkey Kong,NS,Platform,Hamster Corporation,Hamster Corporation,,,,,,,2018-06-14,2019-08-10 -/games/boxart/full_7870678AmericaFrontccc.png,Arcade Archives: Vs. Super Mario Bros.,NS,Platform,Hamster Corporation,Nintendo,,,,,,,2017-12-22,2018-02-04 -/games/boxart/full_3389680AmericaFrontccc.jpg,Aritana and the Harpy's Feather,XOne,Platform,Duaik Entretenimento,Duaik Entretenimento,,,,,,,2015-09-09,2018-08-02 -/games/boxart/full_386496AmericaFrontccc.jpg,Astral Ascent,PC,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 -/games/boxart/full_7442684AmericaFrontccc.jpg,Astral Ascent,PS4,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 -/games/boxart/full_9599786AmericaFrontccc.jpg,Astral Ascent,PS5,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 -/games/boxart/full_3232150AmericaFrontccc.jpg,Astral Ascent,XOne,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 -/games/boxart/full_4358339AmericaFrontccc.jpg,Astral Ascent,XS,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 -/games/boxart/full_7805874AmericaFrontccc.jpg,Astral Ascent,NS,Platform,Unknown,Hibernian Workshop,,,,,,,,2023-11-16 -/games/boxart/full_4656388AmericaFrontccc.jpg,Azure Striker Gunvolt 2,PC,Platform,Inti Creates,Inti Creates,,,,,,,2020-06-22,2020-06-11 -/games/boxart/full_5857988AmericaFrontccc.jpg,Azure Striker Gunvolt 2,PS4,Platform,Inti Creates,Inti Creates,,,,,,,2020-04-23,2020-06-11 -/games/boxart/full_824046AmericaFrontccc.jpg,Azure Striker Gunvolt 2,NS,Platform,Inti Creates,Inti Creates,,,,,,,2017-08-31,2020-06-11 -/games/boxart/full_7028411AmericaFrontccc.jpg,B.C.'s Quest for Tires,CV,Platform,Sierra Online,Sydney Development,,,,,,,1983-11-01,2021-10-18 -/games/boxart/full_9869067AmericaFrontccc.jpg,Balan Wonderworld,XOne,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_2836058AmericaFrontccc.jpg,Balan Wonderworld,XS,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_1839897AmericaFrontccc.jpg,Balan Wonderworld,NS,Platform,Unknown,Square Enix,,,,,,,,2020-08-07 -/games/boxart/full_1988326AmericaFrontccc.jpg,Balan Wonderworld,PC,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_5160587AmericaFrontccc.jpg,Balan Wonderworld,PS4,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_7527575AmericaFrontccc.jpg,Balan Wonderworld,PS5,Platform,Square Enix,Square Enix,,,,,,,2021-12-01,2020-07-23 -/games/boxart/default.jpg,Banana Prince,NES,Platform,Unknown,KID,,,,,,,,2017-12-31 -/games/boxart/full_9785091AmericaFrontccc.jpg,Bard's Gold,PS4,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2016-06-17,2019-04-28 -/games/boxart/full_4578156AmericaFrontccc.jpg,Bard's Gold,XOne,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2016-06-17,2019-04-28 -/games/boxart/full_5861215AmericaFrontccc.jpg,Bard's Gold,PC,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2015-08-14,2019-04-28 -/games/boxart/full_1836328AmericaFrontccc.png,Bard's Gold,NS,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2019-03-05,2019-04-28 -/games/boxart/full_5143059AmericaFrontccc.jpg,Bard's Gold,PSV,Platform,Pixel Lantern,Pixel Lantern,,,,,,,2016-06-17,2019-04-28 -/games/boxart/default.jpg,Beauty & the Beast,Int,Platform,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_7575264AmericaFrontccc.jpg,Ben and Ed - Blood Party,PC,Platform,Sluggerfly,Sluggerfly,,,,,,,2018-02-13,2019-04-17 -/games/boxart/full_3586483AmericaFrontccc.jpg,Berserk Boy,XS,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 -/games/boxart/full_7224316AmericaFrontccc.jpg,Berserk Boy,NS,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 -/games/boxart/full_9934972AmericaFrontccc.jpg,Berserk Boy,PC,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 -/games/boxart/full_1428221AmericaFrontccc.jpg,Berserk Boy,PS4,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 -/games/boxart/full_4657559AmericaFrontccc.jpg,Berserk Boy,PS5,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 -/games/boxart/full_2659940AmericaFrontccc.jpg,Berserk Boy,XOne,Platform,Unknown,BerserkBoy Games,,,,,,,,2024-01-13 -/games/boxart/full_914906AmericaFrontccc.png,Binaries,NS,Platform,Ant Workshop Ltd,Ant Workshop Ltd,,,,,,,2017-09-28,2018-03-02 -/games/boxart/full_4469530AmericaFrontccc.jpg,Black Knight Sword,X360,Platform,Unknown,Grasshopper Manufacture,,,,,,,,2022-08-15 -/games/boxart/full_5363848AmericaFrontccc.jpg,Black Knight Sword,PS3,Platform,Unknown,Grasshopper Manufacture,,,,,,,,2022-08-15 -/games/boxart/full_3947043AmericaFrontccc.jpg,Blackhole: Complete Edition,XOne,Platform,1C Company,FiolaSoft Studio,,,,,,,2017-08-08,2018-08-01 -/games/boxart/full_3090965AmericaFrontccc.jpg,Blackhole: Complete Edition,PS4,Platform,1C Company,FiolaSoft Studio,,,,,,,2017-08-08,2018-08-01 -/games/boxart/full_7906349AmericaFrontccc.png,Bloodstained: Curse of the Moon,PS4,Platform,Unknown,Inti Creates,,,,,,,,2018-06-05 -/games/boxart/default.jpg,Bloodstained: Curse of the Moon,XOne,Platform,Unknown,Inti Creates,,,,,,,,2018-06-05 -/games/boxart/full_8101033AmericaFrontccc.png,Bloodstained: Curse of the Moon,PC,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2018-06-05 -/games/boxart/full_7774312AmericaFrontccc.png,Bloodstained: Curse of the Moon,PSV,Platform,Inti Creates,Inti Creates,,,,,,,2018-05-24,2018-06-05 -/games/boxart/full_112995AmericaFrontccc.png,Bloodstained: Curse of the Moon,3DS,Platform,Unknown,Inti Creates,,,,,,,,2018-06-05 -/games/boxart/full_7821603AmericaFrontccc.jpg,Bomb Rush Cyberfunk,XOne,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 -/games/boxart/full_1478137AmericaFrontccc.jpg,Bomb Rush Cyberfunk,XS,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 -/games/boxart/full_6053236AmericaFrontccc.jpg,Bomb Rush Cyberfunk,NS,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 -/games/boxart/full_6860831AmericaFrontccc.jpg,Bomb Rush Cyberfunk,PC,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 -/games/boxart/full_8112206AmericaFrontccc.jpg,Bomb Rush Cyberfunk,PS4,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 -/games/boxart/full_9377095AmericaFrontccc.jpg,Bomb Rush Cyberfunk,PS5,Platform,Unknown,Team Reptile,,,,,,,,2023-12-19 -/games/boxart/default.jpg,BONK 3 Bonk's Big Adventure,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Bonk's Revenge,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_8476215AmericaFrontccc.jpg,Bouncy Bullets,NS,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 -/games/boxart/full_5606861AmericaFrontccc.jpg,Bouncy Bullets,PSV,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 -/games/boxart/full_1457813AmericaFrontccc.jpg,Bouncy Bullets,PS4,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 -/games/boxart/full_1233342AmericaFrontccc.jpg,Bouncy Bullets,XOne,Platform,Ratalaika Games,Ratalaika Games,,,,,,,2019-07-12,2019-07-13 -/games/boxart/full_3278294AmericaFrontccc.jpg,Bound,PS4,Platform,Sony Interactive Entertainment,Plastic,,,,,,,2016-08-16,2018-09-21 -/games/boxart/full_6902229AmericaFrontccc.jpg,Box Box Boy!,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2016-06-30,2018-07-17 -/games/boxart/full_6606894AmericaFrontccc.png,Brawl,NS,Platform,QubicGames,QubicGames,,,,,,,2018-01-12,2018-02-02 -/games/boxart/full_9642623AmericaFrontccc.jpg,Bubsy: Paws on Fire!,NS,Platform,Accolade,Choice Provisions,,,,,,,2019-05-16,2019-04-15 -/games/boxart/full_1796422AmericaFrontccc.jpg,Bubsy: Paws on Fire!,PS4,Platform,Accolade,Choice Provisions,,,,,,,2019-05-16,2019-04-15 -/games/boxart/full_6304804AmericaFrontccc.jpg,Bubsy: Paws on Fire!,PC,Platform,Accolade,Choice Provisions,,,,,,,2019-05-16,2019-04-15 -/games/boxart/full_108803AmericaFrontccc.png,Bubsy: The Woolies Strike Back,PC,Platform,Accolade,Black Forest Games,,,,,,,2017-10-31,2018-09-20 -/games/boxart/default.jpg,Burger Time,CV,Platform,Unknown,Data East,,,,,,,,2021-10-18 -/games/boxart/default.jpg,BurgerTime,Int,Platform,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_511038AmericaFrontccc.jpg,Bye-Bye Box Boy!,3DS,Platform,Nintendo,HAL Laboratory,,,,,,,2017-04-12,2018-07-17 -/games/boxart/full_9604995AmericaFrontccc.png,Castle of Heart,NS,Platform,7Levels,7Levels,,,,,,,2018-03-23,2018-03-23 -/games/boxart/full_6343406AmericaFrontccc.png,Castle of Illusion Starring Mickey Mouse (2013),And,Platform,Disney Interactive Studios,Sega,,,,,,,2014-06-18,2019-04-20 -/games/boxart/full_2027718AmericaFrontccc.png,Castle of Illusion Starring Mickey Mouse (2013),WinP,Platform,Disney Interactive Studios,Sega,,,,,,,2014-05-27,2019-04-20 -/games/boxart/full_4443244AmericaFrontccc.jpg,Castle of Illusion Starring Mickey Mouse (2013),OSX,Platform,Feral Interactive,Feral Interactive,,,,,,,2014-07-24,2019-04-20 -/games/boxart/full_6786650AmericaFrontccc.png,Caveman Warriors,NS,Platform,JanduSoft S.L.,JanduSoft,,,,,,,2017-12-05,2018-03-11 -/games/boxart/full_3901199AmericaFrontccc.png,Celeste,XOne,Platform,Matt Makes Games Inc.,Matt Thorson,,,,,,,2018-01-26,2018-01-11 -/games/boxart/full_7090562AmericaFrontccc.jpg,Celeste,PS4,Platform,Matt Makes Games Inc.,Matt Thorson,,,,,,,2018-01-25,2018-01-30 -/games/boxart/full_9704508AmericaFrontccc.png,Celeste,NS,Platform,Matt Makes Games Inc.,Matt Makes Games Inc.,9.3,,,,,,2018-01-25,2018-01-13 -/games/boxart/full_7336996AmericaFrontccc.jpg,Celeste,PC,Platform,Matt Makes Games Inc.,Matt Thorson,,,,,,,2018-01-25,2018-01-11 -/games/boxart/full_919233AmericaFrontccc.jpg,Cling!,iOS,Platform,Unknown,First5 Games,,,,,,,,2022-08-16 -/games/boxart/default.jpg,Congo Bongo,Int,Platform,Sega,Sega,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9887852AmericaFrontccc.jpg,Crash Bandicoot 4: It's About Time,NS,Platform,Activision,Toys for Bob,,,,,,,2021-03-12,2021-11-06 -/games/boxart/full_8369554AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,XS,Platform,Unknown,Toys for Bob,,,,,,,,2021-11-08 -/games/boxart/full_3237255AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,PS5,Platform,Unknown,Toys for Bob,,,,,,,,2021-11-08 -/games/boxart/full_8618755AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,PC,Platform,Unknown,Toys for Bob,,,,,,,,2021-11-08 -/games/boxart/full_1481398AmericaFrontccc.jpeg,Crash Bandicoot 4: It's About Time,All,Platform,Activision,Toys for Bob,,,,,,,2020-10-02,2020-10-30 -/games/boxart/full_6017828AmericaFrontccc.jpg,Crash Bandicoot 4: It’s About Time,PS4,Platform,Activision,Toys for Bob,,,,,,,2020-10-02,2020-10-22 -/games/boxart/full_4254050AmericaFrontccc.jpg,Crash Bandicoot 4: It’s About Time,XOne,Platform,Activision,Toys for Bob,,,,,,,2020-10-02,2020-06-20 -/games/boxart/full_3167249AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,PS4,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 -/games/boxart/full_852006AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,XOne,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 -/games/boxart/full_1011719AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,PC,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 -/games/boxart/full_3660860AmericaFrontccc.jpg,Cuphead - The Delicious Last Course,NS,Platform,Unknown,Studio MDHR,,,,,,,,2022-06-10 -/games/boxart/full_9610026AmericaFrontccc.jpg,Cyber Hook,PC,Platform,Unknown,Blazing Stick,,,,,,,,2020-09-23 -/games/boxart/full_8407182AmericaFrontccc.jpg,Cyber Hook,NS,Platform,Unknown,Blazing Stick,,,,,,,,2020-09-23 -/games/boxart/full_5196948AmericaFrontccc.jpg,Cyber Shadow,XOne,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_3532276AmericaFrontccc.jpg,Cyber Shadow,NS,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_5683985AmericaFrontccc.jpg,Cyber Shadow,PC,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_1905641AmericaFrontccc.jpg,Cyber Shadow,PS4,Platform,Yacht Club Games,Mechanical Head Studios,,,,,,,2020-12-01,2020-07-16 -/games/boxart/full_8389104AmericaFrontccc.jpg,de Blob,NS,Platform,THQ Nordic,THQ Nordic,,,,,,,2018-06-26,2018-02-13 -/games/boxart/full_7595438PALFrontccc.jpg,de Blob,PS4,Platform,THQ Nordic,Blue Tongue,,,,,,,2017-11-14,2018-02-13 -/games/boxart/default.jpg,de Blob,XOne,Platform,THQ Nordic,Blue Tongue,,,,,,,2017-11-14,2018-02-13 -/games/boxart/full_8245785AmericaFrontccc.jpg,de Blob 2,PS4,Platform,THQ Nordic,THQ Nordic,,,,,,,2018-02-27,2018-02-13 -/games/boxart/full_3391144AmericaFrontccc.png,Deep Ones,NS,Platform,Flyhigh Works,Sometimes You,,,,,,,2017-09-28,2018-03-11 -/games/boxart/full_3114906AmericaFrontccc.jpg,Demon Turf,PC,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_8689238AmericaFrontccc.jpg,Demon Turf,XOne,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_639766AmericaFrontccc.jpg,Demon Turf,XS,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_6458750AmericaFrontccc.jpg,Demon Turf,PS4,Platform,Unknown,Fabraz,,,,,,,,2021-06-13 -/games/boxart/full_5953513AmericaFrontccc.jpg,Demon Turf,PS5,Platform,Unknown,Fabraz,,,,,,,,2021-06-13 -/games/boxart/full_5147386AmericaFrontccc.jpg,Demon Turf,NS,Platform,Fabraz,Fabraz,,,,,,,2021-12-01,2020-06-18 -/games/boxart/default.jpg,Diner,Int,Platform,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/full_6912534AmericaFrontccc.png,Disney Classic Games: Aladdin and The Lion King,NS,Platform,Unknown,Disney Interactive,,,,,,,,2019-11-03 -/games/boxart/full_1927951AmericaFrontccc.jpg,Disney Illusion Island,NS,Platform,Unknown,Dlala Studios,,,,,,,,2023-04-10 -/games/boxart/full_6361586AmericaFrontccc.jpg,Disney's Aladdin,PC,Platform,Virgin Games,Virgin Games,,,,,,,1994-11-11,2018-03-06 -/games/boxart/default.jpg,Disney's The Emperor's New Groove,PS3,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2010-07-27,2020-07-13 -/games/boxart/default.jpg,Disney's The Emperor's New Groove,PSP,Platform,Sony Computer Entertainment,Argonaut Games,,,,,,,2010-07-27,2020-07-13 -/games/boxart/full_4417408AmericaFrontccc.jpg,Disney's The Emperor's New Groove,PC,Platform,Disney Interactive Studios,Argonaut Games,,,,,,,2000-11-21,2019-03-31 -/games/boxart/default.jpg,Doney Kong Land III,VC,Platform,Unknown,Rare Ltd.,,,,,,,,2021-11-06 -/games/boxart/full_9207500AmericaFrontccc.jpg,Donkey Kong,CV,Platform,Coleco,Nintendo,,,,,,,1981-07-09,2020-09-18 -/games/boxart/full_1111103AmericaFrontccc.jpg,Donkey Kong,Int,Platform,Coleco,Coleco,,,,,,,1982-01-01,2018-01-13 -/games/boxart/default.jpg,Donkey Kong Jr.,Int,Platform,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_4890760AmericaFrontccc.jpg,Donkey Kong Junior,CV,Platform,Coleco,Nintendo,,,,,,,1983-05-01,2020-10-13 -/games/boxart/default.jpg,Donkey Kong Land,VC,Platform,Nintendo,Rare Ltd.,,,,,,,2014-10-16,2021-11-06 -/games/boxart/default.jpg,Donkey Kong Land 2,VC,Platform,Nintendo,Rare Ltd.,,,,,,,2014-10-23,2021-11-06 -/games/boxart/default.jpg,Donkey Kong Land III,VC,Platform,Nintendo,Rare Ltd.,,,,,,,2014-10-30,2021-11-08 -/games/boxart/full_3914650AmericaFrontccc.jpg,Doritos Crash Course 2,XBL,Platform,Microsoft Studios,Behaviour Interactive,,,,,,,2013-05-08,2018-11-18 -/games/boxart/full_8028740PALFrontccc.jpg,Dracula Twins,PC,Platform,Legendo Entertainment,Legendo Entertainment,,,,,,,2006-10-26,2018-03-21 -/games/boxart/full_8086901AmericaFrontccc.jpg,Dust: An Elysian Tail,NS,Platform,Humble Hearts,Humble Hearts,,,,,,,2018-09-10,2018-09-26 -/games/boxart/full_3847264AmericaFrontccc.jpg,Earthblade,PC,Platform,Unknown,Extremely OK Games,,,,,,,,2022-12-09 -/games/boxart/default.jpg,Eba & Egg: A Hatch Trip,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_5478887AmericaFrontccc.png,Elliot Quest,NS,Platform,PlayEveryWare Games,Ansimuz,,,,,,,2017-10-19,2018-03-12 -/games/boxart/full_4911715AmericaFrontccc.jpg,Elypse,PS4,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 -/games/boxart/full_9941243AmericaFrontccc.jpg,Elypse,NS,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 -/games/boxart/full_7843717AmericaFrontccc.jpg,Elypse,PC,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 -/games/boxart/full_7484451AmericaFrontccc.jpg,Elypse,PS5,Platform,Unknown,Hot Chili Games,,,,,,,,2023-05-18 -/games/boxart/full_8401529AmericaFrontccc.png,Embers of Mirrim,NS,Platform,Creative Bytes Studios,Creative Bytes Studios,,,,,,,2017-12-07,2018-03-12 -/games/boxart/full_6232291AmericaFrontccc.jpg,Emerald Shores,PC,Platform,Unknown,Fordesoft,,,,,,,,2019-03-16 -/games/boxart/full_2155959AmericaFrontccc.jpg,Emerald Shores,PSV,Platform,Unknown,Fordesoft,,,,,,,,2019-03-16 -/games/boxart/full_4357978AmericaFrontccc.jpg,Exception,NS,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 -/games/boxart/full_1436739AmericaFrontccc.jpg,Exception,PC,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 -/games/boxart/full_4903419AmericaFrontccc.jpg,Exception,PS4,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 -/games/boxart/full_5802300AmericaFrontccc.jpg,Exception,XOne,Platform,Traxmaster Software,Traxmaster Software,,,,,,,2019-08-13,2019-08-11 -/games/boxart/full_2470821AmericaFrontccc.jpg,Felix the Cat,NS,Platform,Unknown,Konami,,,,,,,,2024-01-13 -/games/boxart/full_1575654AmericaFrontccc.jpg,Felix the Cat,PS4,Platform,Unknown,Konami,,,,,,,,2024-01-13 -/games/boxart/full_1588499AmericaFrontccc.jpg,Felix the Cat,PS5,Platform,Unknown,Konami,,,,,,,,2024-01-13 -/games/boxart/default.jpg,Fez,NS,Platform,Polytron Corporation,Polytron Corporation,,,,,,,2021-04-14,2022-05-24 -/games/boxart/full_9295097PALFrontccc.jpg,Flashback,XOne,Platform,Microids,Paul Cuisset,,,,,,,2018-11-20,2018-10-31 -/games/boxart/full_7612732AmericaFrontccc.png,Flat Heroes,NS,Platform,Deck 13,Parallel Circles,,,,,,,2018-08-02,2018-08-01 -/games/boxart/full_9359355AmericaFrontccc.png,Flinthook,NS,Platform,Tribute Games,Tribute Games,,,,,,,2018-03-09,2018-03-03 -/games/boxart/full_6721578AmericaFrontccc.jpg,Flyhunter Origins,PSV,Platform,Unknown,Steel Wool Games,,,,,,,,2022-08-23 -/games/boxart/full_1105148AmericaFrontccc.jpg,Fork Parker's Holiday Profit Hike,PC,Platform,Devolver Digital,Dodge Roll,,,,,,,2014-12-18,2019-04-21 -/games/boxart/full_5771540AmericaFrontccc.png,FOX n FORESTS,PS4,Platform,Unknown,Bonus Level Entertainment,,,,,,,,2022-08-30 -/games/boxart/full_9945465AmericaFrontccc.jpg,FOX n FORESTS,PC,Platform,EuroVideo Medien,Bonus Level Entertainment,,,,,,,2018-05-17,2018-09-10 -/games/boxart/full_7754687AmericaFrontccc.png,FOX n FORESTS,XOne,Platform,Unknown,Bonus Level Entertainment,,,,,,,,2022-08-30 -/games/boxart/full_8239540AmericaFrontccc.png,FOX n FORESTS,NS,Platform,Unknown,Bonus Level Entertainment,,,,,,,,2022-08-30 -/games/boxart/full_3484939AmericaFrontccc.png,Freedom Planet,NS,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2018-08-30,2018-08-11 -/games/boxart/full_5351294AmericaFrontccc.jpg,Freedom Planet,Linux,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2015-04-17,2018-08-11 -/games/boxart/full_4604069AmericaFrontccc.jpg,Freedom Planet,PS4,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2017-03-21,2018-08-11 -/games/boxart/full_7492460AmericaFrontccc.png,Freedom Planet,WiiU,Platform,Galaxy Trail,Galaxy Trail,,,,,,,2015-10-01,2018-01-21 -/games/boxart/full_1235490AmericaFrontccc.png,FreezeMe,WiiU,Platform,Unknown,Rainy Night Creations,,,,,,,,2018-01-05 -/games/boxart/default.jpg,Frogger,Int,Platform,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_4667438AmericaFrontccc.jpg,Gargoyles Remastered,XS,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 -/games/boxart/full_3667164AmericaFrontccc.jpg,Gargoyles Remastered,NS,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 -/games/boxart/full_1766480AmericaFrontccc.jpg,Gargoyles Remastered,PC,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 -/games/boxart/full_1436861AmericaFrontccc.jpg,Gargoyles Remastered,PS4,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 -/games/boxart/full_7836587AmericaFrontccc.jpg,Gargoyles Remastered,PS5,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 -/games/boxart/full_4264614AmericaFrontccc.jpg,Gargoyles Remastered,XOne,Platform,Unknown,Empty Clip Studios,,,,,,,,2023-10-17 -/games/boxart/default.jpg,Gelly Break,NS,Platform,Unknown,EuroVideo Medien,,,,,,,,2019-04-25 -/games/boxart/default.jpg,Ghost Parade,NS,Platform,Unknown,Aksys Games,,,,,,,,2018-07-08 -/games/boxart/default.jpg,Ghost Parade,PC,Platform,Unknown,Aksys Games,,,,,,,,2018-07-08 -/games/boxart/default.jpg,Ghost Parade,PS4,Platform,Unknown,Aksys Games,,,,,,,,2018-07-08 -/games/boxart/full_1982663AmericaFrontccc.png,Ghosts 'n Goblins Resurrection,NS,Platform,Capcom,Capcom,,,,,,,2021-02-25,2021-02-26 -/games/boxart/default.jpg,Ghosts 'n Goblins,GB,Platform,Unknown,Capcom,,,,,,,,2017-12-31 -/games/boxart/full_9056615AmericaFrontccc.png,Ginger: Beyond the Crystal,NS,Platform,Badland Games,Drakhar Studio,,,,,,,2017-11-17,2018-09-21 -/games/boxart/full_8361425AmericaFrontccc.jpg,GRIS,iOS,Platform,Devolver Digital,Nomada Studio,,,,,,,2019-08-21,2019-11-27 -/games/boxart/full_8796767AmericaFrontccc.jpg,GRIS,PC,Platform,Devolver Digital,Nomada Studio,,,,,,,2018-12-13,2019-11-27 -/games/boxart/full_7003017AmericaFrontccc.jpg,GRIS,PS4,Platform,Devolver Digital,Nomada Studio,,,,,,,2019-11-26,2019-11-27 -/games/boxart/full_7412841AmericaFrontccc.png,"Guns, Gore & Cannoli",NS,Platform,Crazy Monkey,Crazy Monkey Studios,,,,,,,2017-12-21,2018-03-12 -/games/boxart/full_7954783AmericaFrontccc.png,Halloween Forever,PSV,Platform,Unknown,Imaginary Monsters,,,,,,,,2018-10-27 -/games/boxart/full_7133988AmericaFrontccc.png,Hell Yeah! the Wrath of the Dead Rabbit,PS3,Platform,Unknown,Arkedo Studio,,,,,,,,2022-08-13 -/games/boxart/full_2686769AmericaFrontccc.png,Hell Yeah! the Wrath of the Dead Rabbit,X360,Platform,Unknown,Arkedo Studio,,,,,,,,2022-08-13 -/games/boxart/full_1467030AmericaFrontccc.jpg,Hoa,PS4,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 -/games/boxart/full_6518338AmericaFrontccc.jpg,Hoa,PS5,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 -/games/boxart/full_7018AmericaFrontccc.jpg,Hoa,XOne,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 -/games/boxart/full_9507885AmericaFrontccc.jpg,Hoa,XS,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 -/games/boxart/full_5156838AmericaFrontccc.jpg,Hoa,NS,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 -/games/boxart/full_5203513AmericaFrontccc.jpg,Hoa,PC,Platform,Unknown,Skrollcat Studio,,,,,,,,2021-06-13 -/games/boxart/full_9619482AmericaFrontccc.png,Hob: The Definitive Edition,NS,Platform,Perfect World,Runic Games,,,,,,,2019-04-04,2019-04-02 -/games/boxart/default.jpg,Holy Diver,NES,Platform,Unknown,Irem Software Engineering,,,,,,,,2018-09-29 -/games/boxart/full_9728452AmericaFrontccc.jpg,Hot Lava,PC,Platform,Klei Entertainment,Klei Entertainment,,,,,,,2020-12-01,2019-07-01 -/games/boxart/full_9655721AmericaFrontccc.jpg,Hot Lava,Linux,Platform,Klei Entertainment,Klei Entertainment,,,,,,,2020-12-01,2019-07-01 -/games/boxart/default.jpg,Hue,NS,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 -/games/boxart/default.jpg,Hue,PSV,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 -/games/boxart/default.jpg,Hue,PS4,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 -/games/boxart/default.jpg,Hue,XOne,Platform,Unknown,Fiddlesticks,,,,,,,,2020-12-16 -/games/boxart/full_9505956AmericaFrontccc.png,Human: Fall Flat,NS,Platform,Curve Digital,No Brakes Games,,,,,,,2017-12-07,2018-03-12 -/games/boxart/default.jpg,Humanity Asset,PC,Platform,Unknown,Browny Application,,,,,,,,2019-03-19 -/games/boxart/full_8468115AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,NS,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 -/games/boxart/full_9054570AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,PS4,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 -/games/boxart/full_5760281AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,XOne,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 -/games/boxart/full_7733627AmericaFrontccc.jpg,Ice Age: Scrat's Nutty Adventure,PC,Platform,Bandai Namco Entertainment,Just Add Water,,,,,,,2019-10-18,2019-09-12 -/games/boxart/full_2588895AmericaFrontccc.jpg,Jak 3,PS4,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-11-28,2018-09-24 -/games/boxart/full_3694820AmericaFrontccc.jpg,Jak and Daxter: The Precursor Legacy,PS4,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-08-22,2018-09-25 -/games/boxart/full_8569288AmericaFrontccc.jpg,Jak II,PS4,Platform,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-11-28,2018-09-25 -/games/boxart/full_1667267AmericaFrontccc.png,Joggernauts,NS,Platform,Unknown,Space Mace,,,,,,,,2018-10-10 -/games/boxart/default.jpg,Joggernauts,PC,Platform,Unknown,Space Mace,,,,,,,,2018-10-10 -/games/boxart/full_4096028AmericaFrontccc.jpeg,Kalimba,XOne,Platform,Microsoft Studios,Press Play,,,,,,,2014-12-17,2018-08-09 -/games/boxart/full_3687960JapanFrontccc.jpg,Kamen no Ninja Hanamaru,NES,Platform,Capcom,Capcom,,,,,,,1990-03-16,2017-12-31 -/games/boxart/full_9227730AmericaFrontccc.jpg,Kao the Kangaroo,XOne,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 -/games/boxart/full_661470AmericaFrontccc.jpg,Kao the Kangaroo,PS4,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 -/games/boxart/full_3476834AmericaFrontccc.jpg,Kao the Kangaroo,PS5,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 -/games/boxart/full_2364931AmericaFrontccc.jpg,Kao the Kangaroo,XS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 -/games/boxart/full_3109944AmericaFrontccc.jpg,Kao the Kangaroo,NS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-05-31 -/games/boxart/full_5947570AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,PS4,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 -/games/boxart/full_1667909AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,PS5,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 -/games/boxart/full_848114AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,XOne,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 -/games/boxart/full_9067148AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,XS,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 -/games/boxart/full_172820AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,NS,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 -/games/boxart/full_5479702AmericaFrontccc.png,Kao the Kangaroo - Bend The Rool'es,PC,Platform,Unknown,Tate Multimedia,,,,,,,,2023-05-03 -/games/boxart/full_2807578AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,NS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 -/games/boxart/full_703581AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,PC,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 -/games/boxart/full_8734810AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,PS4,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 -/games/boxart/full_6991486AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,PS5,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 -/games/boxart/full_319396AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,XOne,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 -/games/boxart/full_5528761AmericaFrontccc.png,Kao the Kangaroo - Oh! Well,XS,Platform,Unknown,Tate Multimedia,,,,,,,,2022-11-07 -/games/boxart/full_4834738AmericaFrontccc.jpg,Katana Zero,PC,Platform,Devolver Digital,Askiisoft,,,,,,,2019-04-18,2019-04-15 -/games/boxart/full_9379806AmericaFrontccc.png,Kid Tripp,NS,Platform,Four Horses,Four Horses,,,,,,,2017-11-23,2018-03-12 -/games/boxart/full_6748136AmericaFrontccc.jpg,Kirby's Extra Epic Yarn,3DS,Platform,Nintendo,Good-Feel,,,,,,,2019-03-08,2019-01-09 -/games/boxart/full_9852297AmericaFrontccc.png,Knight Terrors,NS,Platform,Nicalis,Freakzone Games,,,,,,,2017-10-24,2018-03-12 -/games/boxart/full_6794637JapanFrontccc.jpg,La-Mulana 2,PS4,Platform,Active Gaming Media,Nigoro,,,,,,,2020-12-31,2019-04-08 -/games/boxart/full_7945720JapanFrontccc.jpg,La-Mulana 2,NS,Platform,Active Gaming Media,Nigoro,,,,,,,2020-12-31,2019-04-08 -/games/boxart/full_4918505AmericaFrontccc.jpg,La-Mulana 2,XOne,Platform,Active Gaming Media,Nigoro,,,,,,,2020-12-31,2019-04-08 -/games/boxart/default.jpg,Legend of Hero Tonma,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7698697AmericaFrontccc.jpg,Levelhead,XOne,Platform,Unknown,Butterscotch Shenanigans,,,,,,,,2021-01-13 -/games/boxart/full_9237573AmericaFrontccc.jpg,Levelhead,NS,Platform,Unknown,Butterscotch Shenanigans,,,,,,,,2021-01-13 -/games/boxart/full_340339AmericaFrontccc.jpg,Levelhead,PC,Platform,Unknown,Butterscotch Shenanigans,,,,,,,,2021-01-13 -/games/boxart/full_5243115AmericaFrontccc.png,Light Fall,NS,Platform,Bishop Games,Bishop Games,,,,,,,2018-05-01,2018-03-23 -/games/boxart/default.jpg,Limbo,NS,Platform,Unknown,Playdead,,,,,,,,2021-11-07 -/games/boxart/full_166535AmericaFrontccc.jpg,Little Nightmares 2,NS,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 -/games/boxart/full_9708195AmericaFrontccc.jpg,Little Nightmares 2,PC,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 -/games/boxart/full_8297221AmericaFrontccc.jpg,Little Nightmares 2,PS4,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 -/games/boxart/full_7471777AmericaFrontccc.jpg,Little Nightmares 2,XOne,Platform,Bandai Namco Entertainment,Tarsier Studios,,,,,,,2021-02-11,2019-10-29 -/games/boxart/full_7201003AmericaFrontccc.jpg,Little Nightmares 2 – Enhanced Edition,PC,Platform,Unknown,Tarsier Studios,,,,,,,,2021-08-27 -/games/boxart/full_1902059AmericaFrontccc.jpg,Little Nightmares 2 – Enhanced Edition,PS5,Platform,Unknown,Tarsier Studios,,,,,,,,2021-08-27 -/games/boxart/full_3026743AmericaFrontccc.jpg,Little Nightmares 2 – Enhanced Edition,XS,Platform,Unknown,Tarsier Studios,,,,,,,,2021-08-27 -/games/boxart/full_2096525AmericaFrontccc.jpg,Little Nightmares 3,PS4,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 -/games/boxart/full_2112930AmericaFrontccc.jpg,Little Nightmares 3,PS5,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 -/games/boxart/full_2804859AmericaFrontccc.jpg,Little Nightmares 3,XOne,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 -/games/boxart/full_290131AmericaFrontccc.jpg,Little Nightmares 3,XS,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 -/games/boxart/full_9681304AmericaFrontccc.jpg,Little Nightmares 3,NS,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 -/games/boxart/full_1963057AmericaFrontccc.jpg,Little Nightmares 3,PC,Platform,Unknown,Supermassive Games Ltd.,,,,,,,,2023-10-05 -/games/boxart/full_6294468PALFrontccc.jpg,LittleBigPlanet PS Vita: Marvel Super Hero Edition,PSV,Platform,Sony Computer Entertainment,Tarsier Studios,,,,,,,2014-11-18,2018-09-23 -/games/boxart/full_9976090AmericaFrontccc.jpg,LocoRoco 2 Remastered,PS4,Platform,Sony Interactive Entertainment,SIE Japan Studio,,,,,,,2017-12-09,2018-09-24 -/games/boxart/full_3808767AmericaFrontccc.jpg,LUNARK,PS5,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 -/games/boxart/full_2831067AmericaFrontccc.jpg,LUNARK,XOne,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 -/games/boxart/full_3377573AmericaFrontccc.jpg,LUNARK,XS,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 -/games/boxart/full_866135AmericaFrontccc.jpg,LUNARK,PC,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 -/games/boxart/full_9840370AmericaFrontccc.jpg,LUNARK,NS,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 -/games/boxart/full_8622905AmericaFrontccc.jpg,LUNARK,PS4,Platform,Unknown,Canari Games,,,,,,,,2023-03-04 -/games/boxart/full_587105PALFrontccc.jpg,Mad Rat Dead,NS,Platform,NIS America,Nippon Ichi Software,,,,,,,2020-10-30,2020-09-15 -/games/boxart/full_3462117AmericaFrontccc.jpg,Mad Rat Dead,PS4,Platform,NIS America,Nippon Ichi Software,,,,,,,2020-10-30,2020-09-15 -/games/boxart/default.jpg,MagiCat,PC,Platform,Unknown,Kucing Rembes,,,,,,,,2018-09-22 -/games/boxart/full_5123594AmericaFrontccc.png,MagiCat,NS,Platform,Unknown,Kucing Rembes,,,,,,,,2018-09-22 -/games/boxart/default.jpg,Mario vs Donkey Kong,WiiU,Platform,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/full_7061596AmericaFrontccc.png,Mecho Tales,NS,Platform,Arcade Distillery,Arcade Distillery,,,,,,,2017-12-14,2018-03-23 -/games/boxart/full_9508477AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,NS,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 -/games/boxart/full_2363317AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,PC,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 -/games/boxart/full_7223600AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,PS4,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 -/games/boxart/full_5667396AmericaFrontccc.jpg,Mega Man Zero/ZX Legacy Collection,XOne,Platform,Capcom,Inti Creates,,,,,,,2020-02-25,2019-10-30 -/games/boxart/full_2342720JapanFrontccc.jpg,Mickey no Tokyo Disneyland Daibouken,SNES,Platform,Tomy Corporation,Graphic Research,,,,,,,1994-12-16,2018-05-31 -/games/boxart/full_2045601AmericaFrontccc.jpeg,Mighty Switch Force! Collection,PC,Platform,Unknown,WayForward,,,,,,,,2019-07-24 -/games/boxart/full_382155AmericaFrontccc.jpeg,Mighty Switch Force! Collection,PS4,Platform,Unknown,WayForward,,,,,,,,2019-07-24 -/games/boxart/full_562763AmericaFrontccc.jpeg,Mighty Switch Force! Collection,NS,Platform,Unknown,WayForward,,,,,,,,2019-07-24 -/games/boxart/full_3036572AmericaFrontccc.jpeg,Mighty Switch Force! Collection,XOne,Platform,Unknown,WayForward,,,,,,,,2019-07-24 -/games/boxart/default.jpg,Miko Mole,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Miner 2049er,CV,Platform,Unknown,Big Five Software,,,,,,,,2021-10-18 -/games/boxart/full_4048109AmericaFrontccc.jpg,MO:Astray,PC,Platform,Unknown,Archpray Inc.,,,,,,,,2020-10-04 -/games/boxart/full_5542561AmericaFrontccc.jpg,MO:Astray,NS,Platform,Unknown,Archpray Inc.,,,,,,,,2020-10-04 -/games/boxart/full_7005682AmericaFrontccc.png,Momodora,PC,Platform,rdein,Bombservice,,,,,,,2010-08-08,2018-01-05 -/games/boxart/full_8217756AmericaFrontccc.png,Momodora II,PC,Platform,rdein,Bombservice,,,,,,,2011-07-10,2018-01-05 -/games/boxart/full_7026789AmericaFrontccc.png,Momodora: Reverie Under the Moonlight,PS4,Platform,Unknown,Bombservice,,,,,,,2017-03-16,2018-01-05 -/games/boxart/full_1182987AmericaFrontccc.jpg,Monster Boy and the Cursed Kingdom,XOne,Platform,FDG Entertainment,Game Atelier,,,,,,,2018-11-06,2018-12-19 -/games/boxart/full_8965820AmericaFrontccc.png,Mutant Mudds Collection,NS,Platform,Atooi,Atooi,,,,,,,2017-12-14,2018-03-23 -/games/boxart/full_9528807AmericaFrontccc.jpg,Nefarious,NS,Platform,Digerati,StarBlade,,,,,,,2018-09-13,2018-09-10 -/games/boxart/full_9860927AmericaFrontccc.jpg,"Neko Ghost, Jump!",XOne,Platform,Burgos Games,Burgos Games,,,,,,,2020-12-01,2020-01-16 -/games/boxart/full_7920578AmericaFrontccc.jpg,"Neko Ghost, Jump!",PC,Platform,Burgos Games,Burgos Games,,,,,,,2020-12-01,2020-01-16 -/games/boxart/full_5756460AmericaFrontccc.jpg,"Neko Ghost, Jump!",PS4,Platform,Burgos Games,Burgos Games,,,,,,,2020-12-01,2020-01-16 -/games/boxart/full_7406872AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,XS,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 -/games/boxart/full_2720628AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,NS,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 -/games/boxart/full_8373476AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,PC,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 -/games/boxart/full_1764088AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,PS4,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 -/games/boxart/full_3939242AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,PS5,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 -/games/boxart/full_3817782AmericaFrontccc.jpg,New Joe & Mac - Caveman Ninja,XOne,Platform,Unknown,Mr. Nutz Studio,,,,,,,,2022-10-05 -/games/boxart/full_3247834AmericaFrontccc.jpg,New Super Lucky's Tale,PS4,Platform,Playful,Playful Corp.,,,,,,,2020-08-21,2020-06-10 -/games/boxart/full_2476254AmericaFrontccc.jpg,New Super Lucky's Tale,XOne,Platform,Microsoft Studios,Playful Corp.,,,,,,,2020-08-21,2020-06-10 -/games/boxart/full_7965148AmericaFrontccc.png,New Super Lucky’s Tale,NS,Platform,Playful,Playful Corp.,,,,,,,2019-11-08,2019-07-31 -/games/boxart/full_9230483AmericaFrontccc.jpg,Newt One,NS,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 -/games/boxart/full_9691004AmericaFrontccc.jpg,Newt One,PC,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 -/games/boxart/full_2254690AmericaFrontccc.jpg,Newt One,PS4,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 -/games/boxart/full_2179602AmericaFrontccc.jpg,Newt One,XOne,Platform,DevNAri,DevNAri,,,,,,,2019-08-30,2019-08-05 -/games/boxart/full_9368165AmericaFrontccc.jpg,Oddworld: Abe's Oddysee New N' Tasty!,NS,Platform,Oddworld Inhabitants,Just Add Water,,,,,,,2020-10-27,2020-10-03 -/games/boxart/full_9634807AmericaFrontccc.jpg,Oddworld: Soulstorm,PS4,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2021-12-01,2020-06-14 -/games/boxart/full_6305936AmericaFrontccc.jpg,Oddworld: Soulstorm,PS5,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2021-12-01,2020-06-14 -/games/boxart/full_9189357AmericaFrontccc.jpg,Oddworld: Soulstorm,XOne,Platform,Unknown,Oddworld Inhabitants,,,,,,,,2021-08-26 -/games/boxart/full_6680919AmericaFrontccc.jpg,Oddworld: Soulstorm,XS,Platform,Unknown,Oddworld Inhabitants,,,,,,,,2021-08-26 -/games/boxart/full_7098746AmericaFrontccc.jpg,Oddworld: Soulstorm,PC,Platform,Oddworld Inhabitants,Oddworld Inhabitants,,,,,,,2021-12-01,2020-06-14 -/games/boxart/default.jpg,OkunoKa,NS,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 -/games/boxart/default.jpg,OkunoKA Madness,NS,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 -/games/boxart/default.jpg,OkunoKA Madness,PS4,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 -/games/boxart/default.jpg,OkunoKA Madness,PC,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 -/games/boxart/default.jpg,OkunoKA Madness,XOne,Platform,Unknown,Caracal Games,,,,,,,,2021-11-08 -/games/boxart/full_9800679AmericaFrontccc.jpg,Ori and the Blind Forest,PC,Platform,Microsoft Studios,Moon Studios,,,,,,,2015-03-11,2018-08-12 -/games/boxart/full_9732861AmericaFrontccc.png,Ori and the Blind Forest: Definitive Edition,XOne,Platform,Microsoft Studios,Moon Studios,,,,,,,2016-03-11,2020-08-04 -/games/boxart/full_6211056AmericaFrontccc.jpg,Ori and the Blind Forest: Definitive Edition,NS,Platform,Xbox Game Studios,Moon Studios,,,,,,,2019-09-27,2019-09-09 -/games/boxart/full_1691729AmericaFrontccc.png,Ori and the Will of the Wisps,NS,Platform,iam8bit,Moon Studios,,,,,,,2020-09-17,2020-09-17 -/games/boxart/full_34092AmericaFrontccc.jpg,Orn: The Tiny Forest Sprite,PC,Platform,FIVE12 GAMES,FIVE12 GAMES,,,,,,,2018-12-20,2020-01-16 -/games/boxart/full_5119883AmericaFrontccc.png,Orn: The Tiny Forest Sprite,NS,Platform,FIVE12 GAMES,FIVE12 GAMES,,,,,,,2020-01-24,2020-01-16 -/games/boxart/full_4662018AmericaFrontccc.jpeg,Owlboy,Linux,Platform,D-Pad Studio,D-Pad Studios,,,,,,,2017-01-27,2018-01-06 -/games/boxart/full_4631692AmericaFrontccc.jpeg,Owlboy,XOne,Platform,D-Pad Studio,D-Pad Studios,,,,,,,2018-02-13,2018-01-06 -/games/boxart/full_9127274AmericaFrontccc.jpg,Pac-Man World Re-Pac,PC,Platform,Unknown,Now Production,,,,,,,,2022-07-13 -/games/boxart/full_566556AmericaFrontccc.jpg,Pac-Man World Re-Pac,PS4,Platform,Unknown,Now Production,,,,,,,,2022-07-13 -/games/boxart/full_6575950AmericaFrontccc.jpg,Pac-Man World Re-Pac,PS5,Platform,Namco Bandai Games,Now Production,,,,,,,2022-08-25,2022-07-13 -/games/boxart/full_3052392AmericaFrontccc.jpg,Pac-Man World Re-Pac,XOne,Platform,Unknown,Now Production,,,,,,,,2022-07-13 -/games/boxart/full_4860080AmericaFrontccc.jpg,Pac-Man World Re-Pac,XS,Platform,Unknown,Now Production,,,,,,,,2022-07-13 -/games/boxart/full_7785284AmericaFrontccc.jpg,Pac-Man World Re-Pac,NS,Platform,Unknown,Now Production,,,,,,,,2022-07-13 -/games/boxart/full_2179418PALFrontccc.jpg,Paw Patrol on a Roll,3DS,Platform,Outright Games,Outright Games,,,,,,,2018-10-23,2018-08-07 -/games/boxart/full_4787360AmericaFrontccc.jpg,Paw Patrol on a Roll,PC,Platform,Outright Games,Outright Games,,,,,,,2018-10-23,2018-08-07 -/games/boxart/default.jpg,Perman,NES,Platform,Unknown,Irem Software Engineering,,,,,,,,2017-12-31 -/games/boxart/full_8533470AmericaFrontccc.png,Pitfall!,Int,Platform,Activision,Activision,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_5162723AmericaFrontccc.png,Pitfall: Beyond the Jungle,GB,Platform,Unknown,Activision,,,,,,,,2017-12-31 -/games/boxart/full_5454638AmericaFrontccc.jpg,Pizza Tower,PC,Platform,Unknown,Tour De Pizza,,,,,,,,2023-12-16 -/games/boxart/full_4494342AmericaFrontccc.jpg,Popeye,CV,Platform,Parker Brothers,Nintendo,,,,,,,1983-08-02,2021-10-18 -/games/boxart/default.jpg,Popeye,Int,Platform,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9524234AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,PC,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 -/games/boxart/full_868181AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,PS4,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 -/games/boxart/full_9335307AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,PS5,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 -/games/boxart/full_4441173AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,XOne,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 -/games/boxart/full_6990626AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,XS,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 -/games/boxart/full_2263170AmericaFrontccc.jpg,Prince of Persia: The Lost Crown,NS,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2023-06-08 -/games/boxart/full_3706370AmericaFrontccc.jpg,Projection: First Light,PC,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 -/games/boxart/full_733073AmericaFrontccc.jpg,Projection: First Light,NS,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 -/games/boxart/full_8696666AmericaFrontccc.jpg,Projection: First Light,PS4,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 -/games/boxart/full_5687684AmericaFrontccc.jpg,Projection: First Light,XOne,Platform,Blowfish Studios,Shadowplay Studios,,,,,,,2020-09-29,2020-09-29 -/games/boxart/full_9043910AmericaFrontccc.jpg,Psychonauts 2,PC,Platform,Starbreeze Studios,Double Fine Productions,,,,,,,2020-12-31,2021-06-14 -/games/boxart/full_7826764AmericaFrontccc.jpg,Psychonauts 2,XOne,Platform,Starbreeze Studios,Double Fine Productions,,,,,,,2020-12-31,2021-06-14 -/games/boxart/full_2432786AmericaFrontccc.jpg,Psychonauts 2,PS4,Platform,Starbreeze Studios,Double Fine Productions,,,,,,,2020-12-31,2021-06-14 -/games/boxart/full_9603501AmericaFrontccc.jpg,Psychonauts 2,XS,Platform,Xbox Game Studios,Double Fine Productions,,,,,,,2021-08-25,2022-01-16 -/games/boxart/full_8894358AmericaFrontccc.jpg,psyscrolr,WiiU,Platform,Unknown,Actos Games,,,,,,,,2022-08-23 -/games/boxart/full_1164184AmericaFrontccc.jpg,Pumpkin Jack,PC,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 -/games/boxart/full_1529879AmericaFrontccc.jpg,Pumpkin Jack,PS4,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 -/games/boxart/full_5807016AmericaFrontccc.jpg,Pumpkin Jack,PS5,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 -/games/boxart/full_5344825AmericaFrontccc.jpg,Pumpkin Jack,XOne,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 -/games/boxart/full_4313799AmericaFrontccc.jpg,Pumpkin Jack,XS,Platform,Unknown,Nicolas Meyssonnier,,,,,,,,2021-10-11 -/games/boxart/full_4386982AmericaFrontccc.png,Putty Pals,NS,Platform,Harmonious Games,Harmonious Games,,,,,,,2017-10-18,2018-03-25 -/games/boxart/default.jpg,Q*bert,Int,Platform,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_8390586AmericaFrontccc.jpg,Q*bert,CV,Platform,Parker Brothers,Gottlieb,,,,,,,1983-09-06,2021-10-18 -/games/boxart/default.jpg,Rabi-Ribi,NS,Platform,Unknown,Winking Entertainment,,,,,,,,2018-01-09 -/games/boxart/full_7175553AmericaFrontccc.jpg,Raccoo Venture,XS,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 -/games/boxart/full_8889924AmericaFrontccc.jpg,Raccoo Venture,NS,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 -/games/boxart/full_7178451AmericaFrontccc.jpg,Raccoo Venture,PC,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 -/games/boxart/full_5566011AmericaFrontccc.jpg,Raccoo Venture,PS4,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 -/games/boxart/full_7629845AmericaFrontccc.jpg,Raccoo Venture,PS5,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 -/games/boxart/full_413144AmericaFrontccc.jpg,Raccoo Venture,XOne,Platform,Unknown,Diego Ras,,,,,,,,2023-12-14 -/games/boxart/full_6980953AmericaFrontccc.jpg,Rad Rodgers,PC,Platform,3D Realms,3D Realms,,,,,,,2016-12-01,2018-01-08 -/games/boxart/full_7318545AmericaFrontccc.jpg,Rad Rodgers Radical Edition,NS,Platform,THQ Nordic,Slipgate Studios,,,,,,,2019-02-26,2019-01-03 -/games/boxart/default.jpg,Rayman 3,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_876195AmericaFrontccc.jpg,Rayman 3 HD,XBL,Platform,Unknown,Ubisoft Montpellier,,,,,,,,2022-08-10 -/games/boxart/default.jpg,Rayman Advance,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7957816AmericaFrontccc.jpg,REZ PLZ,NS,Platform,Long Neck Games,Long Neck Games,,,,,,,2020-07-15,2019-08-14 -/games/boxart/full_6923221AmericaFrontccc.jpg,REZ PLZ,PC,Platform,Long Neck Games,Long Neck Games,,,,,,,2020-07-15,2019-08-14 -/games/boxart/full_400278AmericaFrontccc.jpg,REZ PLZ,XOne,Platform,Long Neck Games,Long Neck Games,,,,,,,2020-07-15,2019-08-14 -/games/boxart/full_4054158AmericaFrontccc.png,RIVE: Ultimate Edition,NS,Platform,Two Tribes,Two Tribes,,,,,,,2017-11-17,2018-03-25 -/games/boxart/full_3126382JapanFrontccc.jpg,Robocco Wars,NES,Platform,IGS,Taito,,,,,,,1991-08-02,2017-12-31 -/games/boxart/full_4983514AmericaFrontccc.jpg,Rocket Knight Adventures: Re-Sparked,NS,Platform,Unknown,Konami,,,,,,,,2024-01-13 -/games/boxart/full_4843506AmericaFrontccc.jpg,Rocket Knight Adventures: Re-Sparked,PS4,Platform,Unknown,Konami,,,,,,,,2024-01-13 -/games/boxart/full_4814995AmericaFrontccc.jpg,Rocket Knight Adventures: Re-Sparked,PS5,Platform,Unknown,Konami,,,,,,,,2024-01-13 -/games/boxart/full_6790077AmericaFrontccc.jpg,Rogue Legacy 2,XS,Platform,Unknown,Cellar Door Games,,,,,,,,2022-04-07 -/games/boxart/full_6415243AmericaFrontccc.jpg,Rogue Legacy 2,PC,Platform,Unknown,Cellar Door Games,,,,,,,,2022-04-07 -/games/boxart/full_2953572AmericaFrontccc.jpg,Rogue Legacy 2,XOne,Platform,Unknown,Cellar Door Games,,,,,,,,2022-04-07 -/games/boxart/full_6417309PALFrontccc.jpg,Rolling Bob,PS4,Platform,Unknown,Sony Computer Entertainment,,,,,,,,2019-01-24 -/games/boxart/full_3896468AmericaFrontccc.jpg,Runbow,NS,Platform,Headup Games,13AM Games,,,,,,,2018-06-14,2018-04-08 -/games/boxart/full_2669685AmericaFrontccc.jpg,Ryan's Rescue Squad,NS,Platform,Outright Games,Stage Clear Studios,,,,,,,2022-03-04,2022-08-11 -/games/boxart/full_4942127AmericaFrontccc.png,Sackboy: A Big Adventure,PS5,Platform,Sony Interactive Entertainment,Sumo Digital,,,,,,,2020-11-12,2020-06-11 -/games/boxart/full_8579424AmericaFrontccc.png,Sackboy: A Big Adventure,PS4,Platform,Sony Interactive Entertainment,Sumo Digital,,,,,,,2020-11-12,2020-09-18 -/games/boxart/full_2425138AmericaFrontccc.png,Sausage Sports Club,NS,Platform,Luckshot Games,Luckshot Games,,,,,,,2018-09-01,2018-03-25 -/games/boxart/full_1019536AmericaFrontccc.png,Save me Mr Tako: Tasukete Tako-San,NS,Platform,Nicalis,Christophe Galati,,,,,,,2018-10-30,2018-10-17 -/games/boxart/full_2058272AmericaFrontccc.jpg,Sayonara Umihara Kawase,PC,Platform,Degica,Studio Saizensen,,,,,,,2015-10-06,2019-04-26 -/games/boxart/full_5638995JapanFrontccc.jpg,Sayonara Umihara Kawase,PSV,Platform,Agatsuma Entertainment,Studio Saizensen,,,,,,,2015-04-21,2019-04-26 -/games/boxart/full_3282017AmericaFrontccc.jpg,ScourgeBringer,XOne,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 -/games/boxart/full_8812626AmericaFrontccc.jpg,ScourgeBringer,NS,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 -/games/boxart/full_2061640AmericaFrontccc.jpg,ScourgeBringer,PC,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 -/games/boxart/full_8399811AmericaFrontccc.jpg,ScourgeBringer,PSV,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 -/games/boxart/full_4612381AmericaFrontccc.jpg,ScourgeBringer,PS4,Platform,Unknown,Flying Oak Games,,,,,,,,2021-03-07 -/games/boxart/full_171910AmericaFrontccc.jpg,Scrap Garden,PC,Platform,Flazm,Egidijus Bachur,,,,,,,2016-05-06,2019-04-06 -/games/boxart/full_5171554AmericaFrontccc.jpg,Scrap Garden - The Day Before,PC,Platform,Flazm,Egidijus Bachur,,,,,,,2016-10-08,2019-04-06 -/games/boxart/full_9031268AmericaFrontccc.jpeg,Seasons After Fall,PC,Platform,Unknown,Swing Swing Submarine,,,,,,,,2017-12-31 -/games/boxart/full_4406784AmericaFrontccc.jpg,SEGA Ages Sonic the Hedgehog 2,NS,Platform,Sega,Sega,,,,,,,2020-02-20,2020-01-16 -/games/boxart/default.jpg,SEGA Ages: Alex Kidd in Miracle World,NS,Platform,Unknown,Sega,,,,,,,,2018-04-15 -/games/boxart/full_8264908AmericaFrontccc.png,SEGA Ages: Sonic the Hedgehog,NS,Platform,Sega,Sega,,,,,,,2018-09-20,2018-04-15 -/games/boxart/default.jpg,Semblance,PC,Platform,Unknown,Nyamakop,,,,,,,,2018-07-03 -/games/boxart/full_5537836AmericaFrontccc.png,Semblance,NS,Platform,Unknown,Nyamakop,,,,,,,,2018-07-03 -/games/boxart/full_7637659AmericaFrontccc.png,Shadow Bug,NS,Platform,Muro Studios,Muro Studios,,,,,,,2018-03-30,2018-03-25 -/games/boxart/full_4550109AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,XS,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 -/games/boxart/full_2536443AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,NS,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 -/games/boxart/full_5290395AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,PC,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 -/games/boxart/full_4308915AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,PS4,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 -/games/boxart/full_440692AmericaFrontccc.jpg,Shadow of the Ninja - Reborn,PS5,Platform,Unknown,NatsumeAtari,,,,,,,,2023-11-25 -/games/boxart/full_6085197AmericaFrontccc.jpg,Shantae,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 -/games/boxart/full_225245AmericaFrontccc.jpg,Shantae,NS,Platform,WayForward,WayForward,,,,,,,2021-04-22,2020-09-02 -/games/boxart/full_9136973AmericaFrontccc.png,Shantae and the Pirate's Curse,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 -/games/boxart/full_8245296AmericaFrontccc.jpg,Shantae and the Seven Sirens,PC,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 -/games/boxart/full_1951293AmericaFrontccc.jpg,Shantae and the Seven Sirens,PS4,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 -/games/boxart/full_8591710AmericaFrontccc.png,Shantae and the Seven Sirens,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 -/games/boxart/full_6464318AmericaFrontccc.jpg,Shantae and the Seven Sirens,XOne,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 -/games/boxart/full_8525787AmericaFrontccc.jpg,Shantae and the Seven Sirens,iOS,Platform,WayForward,WayForward,,,,,,,2019-09-19,2019-10-02 -/games/boxart/full_3720840AmericaFrontccc.jpg,Shantae and the Seven Sirens,NS,Platform,WayForward,WayForward,,,,,,,2020-05-28,2019-10-02 -/games/boxart/full_3286872AmericaFrontccc.jpg,Shantae: Half-Genie Hero Ultimate Edition,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 -/games/boxart/full_4336213AmericaFrontccc.jpg,Shantae: Risky's Revenge,PS4,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2015-06-23,2020-07-10 -/games/boxart/full_7108449AmericaFrontccc.jpg,Shantae: Risky's Revenge,XOne,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2020-12-01,2020-07-10 -/games/boxart/full_2521521AmericaFrontccc.jpg,Shantae: Risky's Revenge,DSi,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2010-10-10,2020-07-10 -/games/boxart/full_9070148AmericaFrontccc.jpg,Shantae: Risky's Revenge,NS,Platform,WayForward,WayForward Technologies,,,,,,,2020-10-15,2020-07-10 -/games/boxart/full_9137545AmericaFrontccc.jpg,Shantae: Risky's Revenge,PC,Platform,WayForward Technologies,WayForward Technologies,,,,,,,2014-07-15,2020-07-10 -/games/boxart/full_8337931AmericaFrontccc.jpg,Shantae: Risky's Revenge - Director's Cut,PS5,Platform,Unknown,WayForward,,,,,,,,2021-06-15 -/games/boxart/default.jpg,Shantae: Risky's Revenge Director's Cut,WiiU,Platform,Way Forward,Way Forward Technologies,,,,,,,2016-03-24,2019-04-21 -/games/boxart/full_7464482AmericaFrontccc.jpg,Shantae: Risky's Revenge Director's Cut,PS4,Platform,Way Forward,Way Forward Technologies,,,,,,,2015-06-23,2019-04-21 -/games/boxart/full_9743742AmericaFrontccc.png,Shiftlings - Enhanced Edition,NS,Platform,Unknown,Rock Pocket Ltd,,,,,,,,2018-02-09 -/games/boxart/full_8031458AmericaFrontccc.jpg,Shovel Knight Dig,XS,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 -/games/boxart/full_346187AmericaFrontccc.jpg,Shovel Knight Dig,All,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 -/games/boxart/full_5069857AmericaFrontccc.jpg,Shovel Knight Dig,NS,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 -/games/boxart/full_9363843AmericaFrontccc.jpg,Shovel Knight Dig,PC,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 -/games/boxart/full_7500199AmericaFrontccc.jpg,Shovel Knight Dig,PS5,Platform,Unknown,Yacht Club Games,,,,,,,,2022-09-11 -/games/boxart/full_925587AmericaFrontccc.jpg,Shovel Knight: King of Cards,WiiU,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_8282351AmericaFrontccc.jpg,Shovel Knight: King of Cards,XOne,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_6528835AmericaFrontccc.jpg,Shovel Knight: King of Cards,NS,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_5581793AmericaFrontccc.jpg,Shovel Knight: King of Cards,PSV,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_8224957AmericaFrontccc.jpg,Shovel Knight: King of Cards,PS4,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_2200863AmericaFrontccc.jpg,Shovel Knight: King of Cards,PS3,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_7751671AmericaFrontccc.jpg,Shovel Knight: King of Cards,Linux,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_5073945AmericaFrontccc.jpg,Shovel Knight: King of Cards,3DS,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_1410800AmericaFrontccc.jpg,Shovel Knight: King of Cards,PC,Platform,Unknown,Yacht Club Games,,,,,,,,2019-12-08 -/games/boxart/full_1091393AmericaFrontccc.jpg,Shovel Knight: Treasure Trove,PS4,Platform,Yacht Club Games,Yacht Club Games,,,,,,,2019-04-09,2018-10-27 -/games/boxart/full_5752183AmericaFrontccc.png,Shu,NS,Platform,Coatsink Software,Coatsink Software,,,,,,,2018-01-23,2018-03-25 -/games/boxart/full_8551013AmericaFrontccc.jpg,Sir Eatsalot,PSV,Platform,Unknown,Behind the Stone,,,,,,,,2018-04-17 -/games/boxart/full_8006225AmericaFrontccc.jpg,Sir Eatsalot,NS,Platform,EastAsiaSoft,Behind the Stone,,,,,,,2020-01-09,2020-01-10 -/games/boxart/full_5355666AmericaFrontccc.png,Slime-san,NS,Platform,Fabraz,Fabraz,,,,,,,2017-08-03,2018-03-25 -/games/boxart/full_1600453AmericaFrontccc.png,Sling Ming,NS,Platform,Good Night Brave Warrior,Good Night Brave Warrior,,,,,,,2018-04-05,2018-03-25 -/games/boxart/full_2438942AmericaFrontccc.png,Sly Cooper,Series,Platform,Sony Interactive Entertainment,Sucker Punch,,,,,,,2002-09-23,2020-03-19 -/games/boxart/full_3242802AmericaFrontccc.jpg,Smurf: Rescue in Gargamel's Castle,CV,Platform,Coleco,Coleco,,,,,,,1982-09-07,2020-09-18 -/games/boxart/full_7081318AmericaFrontccc.jpg,Sonic Colors Ultimate,NS,Platform,Sega,Sonic Team,,,,,,,2021-09-07,2021-06-15 -/games/boxart/full_5941077AmericaFrontccc.jpg,Sonic Colors Ultimate,PC,Platform,Unknown,Sonic Team,,,,,,,,2021-06-15 -/games/boxart/full_1620009AmericaFrontccc.jpg,Sonic Colors Ultimate,PS4,Platform,Unknown,Sonic Team,,,,,,,,2021-06-15 -/games/boxart/full_5378007AmericaFrontccc.jpg,Sonic Colors Ultimate,XOne,Platform,Unknown,Sonic Team,,,,,,,,2021-06-15 -/games/boxart/full_6242731AmericaFrontccc.jpg,Sonic Frontiers,NS,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 -/games/boxart/full_391472AmericaFrontccc.jpg,Sonic Frontiers,PS4,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 -/games/boxart/full_5987028AmericaFrontccc.jpg,Sonic Frontiers,PS5,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 -/games/boxart/full_1020528AmericaFrontccc.jpg,Sonic Frontiers,XOne,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 -/games/boxart/full_9142419AmericaFrontccc.jpg,Sonic Frontiers,XS,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 -/games/boxart/full_8608123AmericaFrontccc.jpg,Sonic Frontiers,PC,Platform,Unknown,Sonic Team,,,,,,,,2021-12-10 -/games/boxart/default.jpg,Sonic Lost World,PC,Platform,Unknown,Sonic Team,,,,,,,,2018-04-01 -/games/boxart/full_7481184AmericaFrontccc.jpg,Sonic Origins,XOne,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 -/games/boxart/full_5572270AmericaFrontccc.jpg,Sonic Origins,XS,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 -/games/boxart/full_1473180AmericaFrontccc.jpg,Sonic Origins,NS,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 -/games/boxart/full_7898681AmericaFrontccc.jpg,Sonic Origins,PC,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 -/games/boxart/full_8769486AmericaFrontccc.jpg,Sonic Origins,PS4,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 -/games/boxart/full_4159019AmericaFrontccc.jpg,Sonic Origins,PS5,Platform,Sega,Sega,,,,,,,2022-06-23,2022-04-27 -/games/boxart/full_7888527AmericaFrontccc.jpg,Sonic Origins Plus,PC,Platform,Unknown,Sega,,,,,,,,2023-05-17 -/games/boxart/full_8481616AmericaFrontccc.jpg,Sonic Origins Plus,PS4,Platform,Unknown,Sega,,,,,,,,2023-05-17 -/games/boxart/full_1979573AmericaFrontccc.jpg,Sonic Origins Plus,PS5,Platform,Unknown,Sega,,,,,,,,2023-05-17 -/games/boxart/full_6428191AmericaFrontccc.jpg,Sonic Origins Plus,XOne,Platform,Unknown,Sega,,,,,,,,2023-05-17 -/games/boxart/full_9888963AmericaFrontccc.jpg,Sonic Origins Plus,XS,Platform,Unknown,Sega,,,,,,,,2023-05-17 -/games/boxart/full_8449704AmericaFrontccc.jpg,Sonic Origins Plus,NS,Platform,Unknown,Sega,,,,,,,,2023-05-17 -/games/boxart/full_5936874AmericaFrontccc.png,Sonic Superstars,XS,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 -/games/boxart/full_3642626AmericaFrontccc.png,Sonic Superstars,NS,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 -/games/boxart/full_5637625AmericaFrontccc.png,Sonic Superstars,PC,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 -/games/boxart/full_1820227AmericaFrontccc.png,Sonic Superstars,PS4,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 -/games/boxart/full_1364565AmericaFrontccc.png,Sonic Superstars,PS5,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 -/games/boxart/full_3727075AmericaFrontccc.png,Sonic Superstars,XOne,Platform,Unknown,Sonic Team,,,,,,,,2023-06-08 -/games/boxart/default.jpg,Space Hunted,WiiU,Platform,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_2718131AmericaFrontccc.png,Spartan,NS,Platform,Sinister Cyclops,Sinister Cyclops,,,,,,,2018-04-01,2018-03-25 -/games/boxart/full_643308AmericaFrontccc.png,Splasher,NS,Platform,Plug In Digital,Plug In Digital,,,,,,,2017-10-26,2018-03-25 -/games/boxart/full_9901563AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,XOne,Platform,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2020-09-29 -/games/boxart/full_6436172AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,PS4,Platform,THQ Nordic,Purple Lamp,,,,,,,2020-06-23,2022-05-16 -/games/boxart/full_607989AmericaFrontccc.jpg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,NS,Platform,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2021-01-31 -/games/boxart/full_4357894AmericaFrontccc.jpeg,SpongeBob SquarePants: Battle for Bikini Bottom - Rehydrated,PC,Platform,THQ Nordic,THQ Nordic,,,,,,,2020-06-23,2020-09-29 -/games/boxart/full_8839308AmericaFrontccc.jpg,Spyro Reignited Trilogy,PC,Platform,"Activision Publishing, Inc.",Toys for Bob,,,,,,,2019-09-03,2019-06-13 -/games/boxart/full_9980896AmericaFrontccc.jpg,Spyro Reignited Trilogy,NS,Platform,"Activision Publishing, Inc.",Toys for Bob,,,,,,,2019-09-03,2019-06-13 -/games/boxart/full_4403699PALFrontccc.jpg,SteamWorld Dig 2,PSV,Platform,Image & Form Games,Image & Form Games,,,,,,,2017-09-26,2019-03-31 -/games/boxart/full_5252380PALFrontccc.jpg,SteamWorld Dig 2,XOne,Platform,Image & Form Games,Image & Form Games,,,,,,,2018-11-21,2019-03-31 -/games/boxart/full_5774660PALFrontccc.jpg,SteamWorld Dig 2,PC,Platform,Image & Form Games,Image & Form Games,,,,,,,2017-09-22,2019-03-31 -/games/boxart/full_3273040PALFrontccc.jpg,SteamWorld Dig 2,3DS,Platform,Image & Form Games,Image & Form Games,,,,,,,2018-02-22,2019-03-31 -/games/boxart/full_6900879AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,NS,Platform,Image & Form Games,Image & Form Games,,,,,,,2018-02-01,2018-03-19 -/games/boxart/full_6063342AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,Linux,Platform,Image & Form Games,Image & Form Games,,,,,,,2013-12-05,2018-08-30 -/games/boxart/full_5142161AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,OSX,Platform,Image & Form Games,Image & Form Games,,,,,,,2013-12-05,2018-08-30 -/games/boxart/full_825411AmericaFrontccc.png,SteamWorld Dig: A Fistful of Dirt,XOne,Platform,Image & Form Games,Image & Form Games,,,,,,,2015-06-05,2018-08-30 -/games/boxart/full_6362463AmericaFrontccc.jpg,Stela,PC,Platform,Unknown,SkyBox Labs,,,,,,,,2019-10-22 -/games/boxart/full_9434478AmericaFrontccc.jpg,Stela,XOne,Platform,Unknown,SkyBox Labs,,,,,,,,2019-10-22 -/games/boxart/full_940109AmericaFrontccc.png,Stick It To The Man,NS,Platform,Zoink Games,Zoink Games,,,,,,,2017-11-23,2018-03-25 -/games/boxart/full_5173529AmericaFrontccc.jpg,Street Fighter X Mega Man,PC,Platform,Unknown,Seow Zong Hui,,,,,,,,2022-08-14 -/games/boxart/full_9361340AmericaFrontccc.png,Super Chariot,NS,Platform,Unknown,Microids,,,,,,,2018-05-10,2018-03-25 -/games/boxart/full_7095022AmericaFrontccc.jpg,Super Mario Bros. 35,NS,Platform,Nintendo,Nintendo,,,,,,,2020-10-01,2020-09-03 -/games/boxart/default.jpg,Super Mario Land 3: Wario Land,VC,Platform,Nintendo,Nintendo,,,,,,,2012-02-16,2021-11-06 -/games/boxart/full_3633717AmericaFrontccc.png,Super Mario Run,And,Platform,Nintendo,Nintendo,,,,,,,2017-03-22,2018-04-04 -/games/boxart/full_4608726AmericaFrontccc.png,Super Meat Boy,NS,Platform,BlitWorks,Team Meat,,,,,,,2018-01-11,2018-03-25 -/games/boxart/full_7379059AmericaFrontccc.jpg,Super Meat Boy,Series,Platform,Team Meat,Team Meat,,,,,,,2010-10-20,2020-03-19 -/games/boxart/full_218545AmericaFrontccc.jpg,Super Meat Boy Forever,PS4,Platform,Team Meat,Team Meat,,,,,,,2020-12-26,2019-04-01 -/games/boxart/full_5501601AmericaFrontccc.jpg,Super Meat Boy Forever,XOne,Platform,Team Meat,Team Meat,,,,,,,2020-12-26,2019-04-01 -/games/boxart/full_316593AmericaFrontccc.png,Super Meat Boy Forever,NS,Platform,Team Meat,Team Meat,,,,,,,2020-12-26,2018-02-13 -/games/boxart/full_9720767PALFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,XOne,Platform,Sega,Sega,,,,,,,2019-10-29,2019-07-23 -/games/boxart/full_8315374AmericaFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,PC,Platform,Sega,Sega,,,,,,,2019-12-11,2019-07-23 -/games/boxart/full_5469293AmericaFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,NS,Platform,Sega,Sega,,,,,,,2019-10-29,2021-01-31 -/games/boxart/full_1054910PALFrontccc.jpg,Super Monkey Ball: Banana Blitz HD,PS4,Platform,Sega,Sega,,,,,,,2019-10-29,2019-07-23 -/games/boxart/full_9410757AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,PS5,Platform,Unknown,Sega,,,,,,,,2021-06-15 -/games/boxart/full_2293869AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,XOne,Platform,Unknown,Sega,,,,,,,,2021-06-15 -/games/boxart/full_4396829AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,PC,Platform,Unknown,Sega,,,,,,,,2021-06-15 -/games/boxart/full_1576067AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,NS,Platform,Unknown,Sega,,,,,,,,2021-06-15 -/games/boxart/full_5578018AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,PS4,Platform,Unknown,Sega,,,,,,,,2021-06-15 -/games/boxart/full_3890964AmericaFrontccc.jpg,Super Monkey Ball: Banana Mania,XS,Platform,Unknown,Sega,,,,,,,,2021-06-15 -/games/boxart/full_9354374AmericaFrontccc.png,Super One More Jump,NS,Platform,SMG Studio,SMG Studio,,,,,,,2018-01-25,2018-03-25 -/games/boxart/full_7493604AmericaFrontccc.jpg,Super Skull Smash GO! 2 Turbo,PS4,Platform,Poppy Works,TACS Games,,,,,,,2018-07-17,2018-07-22 -/games/boxart/full_5815196AmericaFrontccc.jpg,Super Skull Smash GO! 2 Turbo,PSV,Platform,Poppy Works,TACS Games,,,,,,,2018-07-17,2018-07-22 -/games/boxart/full_2787149AmericaFrontccc.jpg,Super Skull Smash GO! 2 Turbo,PC,Platform,Poppy Works,TACS Games,,,,,,,2018-07-17,2018-07-22 -/games/boxart/default.jpg,Superfrog,Amig,Platform,Unknown,Team17,,,,,,,,2018-03-16 -/games/boxart/full_2696131AmericaFrontccc.png,Superola and the Lost Burgers,NS,Platform,Undergames,Undergames,,,,,,,2018-02-22,2018-03-25 -/games/boxart/default.jpg,Tales From Space: Mutant Blobs Attack,NS,Platform,Unknown,DrinkBox Studios,,,,,,,,2019-05-10 -/games/boxart/full_3810737AmericaFrontccc.png,Teslagrad,NS,Platform,Rain Games,Rain Games,,,,,,,2017-12-07,2019-04-22 -/games/boxart/default.jpg,TEST GAME 2,Wii,Platform,Unknown,TESTING COMPANY,,,,,,,,2017-12-10 -/games/boxart/full_4917247AmericaFrontccc.png,The Artful Escape,PC,Platform,Annapurna Interactive,Beethoven & Dinosaur,,,,,,,2020-12-01,2019-11-25 -/games/boxart/full_3744519AmericaFrontccc.png,The Artful Escape,XOne,Platform,Annapurna Interactive,Beethoven & Dinosaur,,,,,,,2020-12-01,2019-11-25 -/games/boxart/full_5166173AmericaFrontccc.png,The Artful Escape,XS,Platform,Unknown,Beethoven & Dinosaur,,,,,,,,2021-12-23 -/games/boxart/full_7747979AmericaFrontccc.png,The Artful Escape,iOS,Platform,Annapurna Interactive,Beethoven & Dinosaur,,,,,,,2020-12-01,2019-11-25 -/games/boxart/full_4915691AmericaFrontccc.jpg,The Cub,PC,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 -/games/boxart/full_1007492AmericaFrontccc.jpg,The Cub,PS4,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 -/games/boxart/full_7744797AmericaFrontccc.jpg,The Cub,PS5,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 -/games/boxart/full_4989635AmericaFrontccc.jpg,The Cub,XOne,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 -/games/boxart/full_2524451AmericaFrontccc.jpg,The Cub,XS,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 -/games/boxart/full_4712233AmericaFrontccc.jpg,The Cub,NS,Platform,Unknown,Demagog Studio,,,,,,,,2023-11-06 -/games/boxart/default.jpg,The Disney Afternoon Collection,PS4,Platform,Unknown,Digital Eclipse,,,,,,,,2021-10-18 -/games/boxart/full_5581069AmericaFrontccc.png,The Incredible Crash Dummies,GEN,Platform,Flying Edge,Gray Matter,,,,,,,1993-01-01,2018-03-30 -/games/boxart/default.jpg,The Jetsons: Cogswell's Caper!,NES,Platform,Unknown,Natsume,,,,,,,,2020-08-26 -/games/boxart/default.jpg,The Last Night,XOne,Platform,Unknown,Unknown,,,,,,,,2017-12-29 -/games/boxart/default.jpg,The Last Night,PC,Platform,Unknown,Unknown,,,,,,,,2017-12-29 -/games/boxart/full_3901526AmericaFrontccc.png,The Messenger,NS,Platform,Devolver Digital,Sabotage,,,,,,,2018-08-30,2018-03-26 -/games/boxart/default.jpg,The Messenger,PC,Platform,Devolver Digital,Sabotage,,,,,,,2018-08-30,2022-05-24 -/games/boxart/default.jpg,The Messenger,XOne,Platform,Unknown,Sabotage,,,,,,,,2022-05-24 -/games/boxart/default.jpg,The Messenger,PS4,Platform,Devolver Digital,Sabotage,,,,,,,2019-03-19,2022-05-24 -/games/boxart/full_1421981AmericaFrontccc.png,The Swindle,NS,Platform,Curve Digital,Size Five Games,,,,,,,2018-10-11,2018-10-06 -/games/boxart/full_1456727AmericaFrontccc.jpg,Thomas Was Alone: Benjamin's Flight,PS3,Platform,Unknown,Mike Bithell Games,,,,,,,,2022-08-17 -/games/boxart/full_4887983AmericaFrontccc.jpg,Thomas Was Alone: Benjamin's Flight,PSV,Platform,Unknown,Mike Bithell Games,,,,,,,,2022-08-17 -/games/boxart/default.jpg,Time Slip,SNES,Platform,Unknown,Sales Curve Interactive,,,,,,,,2019-06-22 -/games/boxart/full_596648AmericaFrontccc.jpg,Tinykin,PC,Platform,Unknown,Splashteam,,,,,,,,2021-06-14 -/games/boxart/full_9885586AmericaFrontccc.jpeg,Toki,NES,Platform,Taito,Taito,,,,,,,1991-07-19,2017-12-31 -/games/boxart/full_7044498AmericaFrontccc.jpg,Trials of the Blood Dragon,PC,Platform,Unknown,RedLynx,,,,,,,,2020-02-01 -/games/boxart/full_6045404AmericaFrontccc.jpg,Trine 2,Linux,Platform,Frozenbyte,Frozenbyte,,,,,,,2012-11-06,2018-08-30 -/games/boxart/full_1332259AmericaFrontccc.jpg,Trine 2: Complete Story,PS4,Platform,Frozenbyte,Frozenbyte,,,,,,,2013-11-15,2018-08-28 -/games/boxart/full_6238096AmericaFrontccc.png,TurtlePop : Journey to Freedom,NS,Platform,DigiPen Game Studios,Zengami,,,,,,,2018-03-09,2018-02-01 -/games/boxart/full_6966427AmericaFrontccc.png,Twin Robots Ultimate Edition,NS,Platform,Ratalaika Games,Thinice Games,,,,,,,2018-02-23,2018-03-09 -/games/boxart/full_5861347AmericaFrontccc.png,Umihara Kawase Fresh!,NS,Platform,Nicalis,Studio Saizensen,,,,,,,2019-07-09,2019-07-04 -/games/boxart/full_7959973AmericaFrontccc.png,Umihara Kawase Fresh!,PS4,Platform,Success,Studio Saizensen,,,,,,,2019-12-01,2019-08-13 -/games/boxart/full_4483186AmericaFrontccc.jpg,Unbound: Worlds Apart,PC,Platform,Unknown,Alien Pixel Studios,,,,,,,,2021-08-03 -/games/boxart/full_1650171AmericaFrontccc.png,Unepic,NS,Platform,Francis Cota,@unepic_fran,,,,,,,2017-12-15,2018-03-26 -/games/boxart/full_3335378AmericaFrontccc.png,Unravel Two,XOne,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-06-09,2018-06-10 -/games/boxart/full_7869926AmericaFrontccc.png,Unravel Two,NS,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2019-03-22,2019-02-14 -/games/boxart/full_7167908AmericaFrontccc.png,Unravel Two,PC,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-06-09,2019-02-14 -/games/boxart/full_342194AmericaFrontccc.jpg,Unravel Two,PS4,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-06-09,2018-06-10 -/games/boxart/full_9778995PALFrontccc.jpg,Unravel Yarny Bundle,XOne,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-07-24,2018-12-18 -/games/boxart/full_6806725PALFrontccc.jpg,Unravel Yarny Bundle,PS4,Platform,Electronic Arts,ColdWood Interactive,,,,,,,2018-07-24,2018-12-18 -/games/boxart/default.jpg,Unruly Heroes,XOne,Platform,Unknown,Magic Design Studios,,,,,,,,2019-01-26 -/games/boxart/default.jpg,Unruly Heroes,PC,Platform,Unknown,Magic Design Studios,,,,,,,,2019-01-26 -/games/boxart/full_292168AmericaFrontccc.jpg,Unruly Heroes,NS,Platform,Unknown,Magic Design Studios,,,,,,,,2019-01-26 -/games/boxart/full_1092083AmericaFrontccc.png,Uurnog Uurnlimited,NS,Platform,Raw Fury,Raw Fury,,,,,,,2017-11-21,2018-03-26 -/games/boxart/full_9735758AmericaFrontccc.jpg,Venture Kid,PC,Platform,Snikkabo AS,FDG Entertainment,,,,,,,2018-05-03,2018-05-18 -/games/boxart/full_8641876AmericaFrontccc.jpg,Vigil: The Longest Night,NS,Platform,Another Indie,Glass Heart Games,,,,,,,2020-12-01,2021-02-14 -/games/boxart/full_218167AmericaFrontccc.jpg,Vigil: The Longest Night,PC,Platform,Another Indie,Glass Heart Games,,,,,,,2020-10-14,2021-02-14 -/games/boxart/full_7172839AmericaFrontccc.jpg,Vigil: The Longest Night,PS4,Platform,Another Indie,Glass Heart Games,,,,,,,2020-12-01,2021-02-14 -/games/boxart/full_132895AmericaFrontccc.jpg,Vigil: The Longest Night,XOne,Platform,Another Indie,Glass Heart Games,,,,,,,2020-12-01,2021-02-14 -/games/boxart/full_3806111AmericaFrontccc.jpeg,Voodoo Vince: Remastered,PC,Platform,Microsoft Studios,Beep Games,,,,,,,2017-04-18,2018-08-12 -/games/boxart/full_7706213AmericaFrontccc.jpeg,Voodoo Vince: Remastered,XOne,Platform,Microsoft Studios,Beep Games,,,,,,,2017-04-18,2018-08-12 -/games/boxart/full_3222984AmericaFrontccc.png,VVVVVV,NS,Platform,Nicalis,Nicalis,,,,,,,2017-11-17,2018-03-26 -/games/boxart/default.jpg,Wario Land 3,VC,Platform,Nintendo,Nintendo,,,,,,,2012-12-06,2021-11-06 -/games/boxart/default.jpg,Wario Land II,VC,Platform,Nintendo,Nintendo,,,,,,,2012-07-19,2021-11-06 -/games/boxart/full_1195382AmericaFrontccc.png,Wawa Land,iOS,Platform,Unknown,Play Fripp,,,,,,,,2022-08-12 -/games/boxart/full_7161017AmericaFrontccc.jpg,Whipseey and the Lost Atlas,PS4,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 -/games/boxart/full_658975AmericaFrontccc.jpg,Whipseey and the Lost Atlas,XOne,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 -/games/boxart/full_5299352AmericaFrontccc.jpg,Whipseey and the Lost Atlas,NS,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 -/games/boxart/full_8554068AmericaFrontccc.jpg,Whipseey and the Lost Atlas,PC,Platform,Unknown,Daniel A. Ramirez,,,,,,,,2019-09-01 -/games/boxart/full_542189AmericaFrontccc.jpg,Witchcrafty,PC,Platform,Unknown,PigeonDev,,,,,,,,2021-07-20 -/games/boxart/full_6650607AmericaFrontccc.jpg,Witchcrafty,PSV,Platform,Unknown,PigeonDev,,,,,,,,2021-07-20 -/games/boxart/full_2878908AmericaFrontccc.jpg,Wonder Boy Anniversary Collection,PS5,Platform,Unknown,Bliss Brain,,,,,,,,2023-02-05 -/games/boxart/full_189534AmericaFrontccc.jpg,Wonder Boy Anniversary Collection,NS,Platform,Unknown,Bliss Brain,,,,,,,,2022-12-15 -/games/boxart/full_1678686AmericaFrontccc.jpg,Wonder Boy Anniversary Collection,PS4,Platform,Unknown,Bliss Brain,,,,,,,,2022-12-15 -/games/boxart/full_2698934AmericaFrontccc.jpg,Wonder Boy Returns Remix,NS,Platform,Unknown,Unknown,,,,,,,2019-05-23,2019-11-04 -/games/boxart/full_6289225AmericaFrontccc.jpg,Wonder Boy: Asha in Monster World,PC,Platform,Unknown,ArtDink,,,,,,,,2021-04-15 -/games/boxart/full_4960526AmericaFrontccc.jpg,Wonder Boy: Asha in Monster World,PS4,Platform,Unknown,ArtDink,,,,,,,,2021-04-15 -/games/boxart/full_9932344AmericaFrontccc.jpg,Wonder Boy: Asha in Monster World,NS,Platform,Unknown,ArtDink,,,,,,,,2021-04-15 -/games/boxart/full_7263944AmericaFrontccc.jpg,Wondership Q,PC,Platform,Cygames,Miracle Positive,,,,,,,2016-07-18,2018-07-05 -/games/boxart/default.jpg,World Gone Sour,PS3,Platform,Unknown,Playbrains,,,,,,,,2018-02-22 -/games/boxart/default.jpg,World Gone Sour,PC,Platform,Unknown,Playbrains,,,,,,,,2018-02-22 -/games/boxart/full_8614205AmericaFrontccc.jpg,World Gone Sour,X360,Platform,Unknown,Playbrains,,,,,,,,2018-02-22 -/games/boxart/full_2065655AmericaFrontccc.jpg,Worldless,PS5,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 -/games/boxart/full_3012677AmericaFrontccc.jpg,Worldless,XOne,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 -/games/boxart/full_5029543AmericaFrontccc.jpg,Worldless,XS,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 -/games/boxart/full_442003AmericaFrontccc.jpg,Worldless,NS,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 -/games/boxart/full_5178036AmericaFrontccc.jpg,Worldless,PC,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 -/games/boxart/full_598724AmericaFrontccc.jpg,Worldless,PS4,Platform,Unknown,Noname Studios,,,,,,,,2023-11-24 -/games/boxart/full_9682471AmericaFrontccc.jpg,Xenon Valkyrie+,PS4,Platform,COWCAT,Diabolical Mind,,,,,,,2018-02-20,2019-04-01 -/games/boxart/full_781712AmericaFrontccc.jpg,Xenon Valkyrie+,PSV,Platform,COWCAT,Diabolical Mind,,,,,,,2017-12-19,2019-04-01 -/games/boxart/full_2663151AmericaFrontccc.jpg,Xenon Valkyrie+,PC,Platform,COWCAT,Diabolical Mind,,,,,,,2017-02-03,2019-04-01 -/games/boxart/full_4190650AmericaFrontccc.png,Xeodrifter,NS,Platform,Atooi,Atooi,,,,,,,2018-02-15,2018-03-26 -/games/boxart/full_3225203AmericaFrontccc.png,Yooka-Laylee,NS,Platform,Team17 Digital Ltd,Playtonic Games,,,,,,,2017-12-14,2018-05-31 -/games/boxart/full_8101927AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,PC,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_3547867AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,NS,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_9987646AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,XOne,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_8362437AmericaFrontccc.jpg,Yooka-Laylee and the Impossible Lair,PS4,Platform,Team 17,Playtonic Games,,,,,,,2019-10-08,2019-06-08 -/games/boxart/full_2881264AmericaFrontccc.jpg,Tetris,Series,Puzzle,The Tetris Company,Alexey Pajitnov,,,,,,,1988-01-01,2020-02-27 -/games/boxart/full_8660779AmericaFrontccc.jpg,Bejeweled,Series,Puzzle,PopCap Games,PopCap Games,,,,,,,2001-05-30,2020-02-25 -/games/boxart/full_7634300AmericaFrontccc.jpg,Brain Age,Series,Puzzle,Nintendo,Nintendo,,,,,,,2006-04-16,2020-02-20 -/games/boxart/3740960ccc.jpg,Tetris,GB,Puzzle,Nintendo,Bullet Proof Software,,,,,,,1989-07-31, -/games/boxart/full_6143069AmericaFrontccc.jpg,Portal,Series,Puzzle,Valve,Valve,,,,,,,2007-10-10,2020-02-19 -/games/boxart/full_9786892AmericaFrontccc.png,Puyo Puyo,Series,Puzzle,Sega,Compile,,,,,,,2002-02-11,2020-02-07 -/games/boxart/full_58440AmericaFrontccc.jpg,Lemmings,Series,Puzzle,Psygnosis,DMA Design,,,,,,,1991-02-14,2020-03-14 -/games/boxart/full_2834833AmericaFrontccc.jpg,Zuma,All,Puzzle,PopCap Games,Oberon Media,,,,,,,2003-12-12,2020-11-30 -/games/boxart/full_1751770AmericaFrontccc.jpg,Zuma,Series,Puzzle,PopCap Games,Oberon Media,,,,,,,2003-12-12,2020-02-16 -/games/boxart/full_6133074AmericaFrontccc.jpg,Portal,All,Puzzle,Valve,Valve,,,,,,,2007-10-10,2020-11-09 -/games/boxart/full_3256341AmericaFrontccc.jpg,Scribblenauts,Series,Puzzle,Warner Bros. Interactive Entertainment,5th Cell,,,,,,,2009-09-15,2020-03-01 -/games/boxart/full_2625011AmericaFrontccc.jpg,Bomberman,Series,Puzzle,Konami,Hudson Soft,,,,,,,1987-01-01,2021-02-19 -/games/boxart/full_5205402AmericaFrontccc.jpg,The Room,Series,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2012-09-01,2020-03-18 -/games/boxart/full_1612733AmericaFrontccc.jpg,Big Brain Academy,Series,Puzzle,Nintendo,Nintendo,,,,,,,2006-06-05,2020-03-23 -/games/boxart/full_1834338AmericaFrontccc.jpg,Monument Valley,Series,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2014-04-03,2021-01-30 -/games/boxart/3878609ccc.jpg,Pac-Man,2600,Puzzle,Atari,Atari,,,,,,,1982-03-01, -/games/boxart/full_3412807AmericaFrontccc.png,The Room,All,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2012-09-01,2020-12-18 -/games/boxart/full_6373715AmericaFrontccc.jpg,Mario vs. Donkey Kong,Series,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2004-05-24,2020-02-22 -/games/boxart/full_4580639AmericaFrontccc.jpg,Tetris,NES,Puzzle,Nintendo,Nintendo,,,,,,,1989-11-01, -/games/boxart/2366566ccc.jpg,Dr. Mario,GB,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1990-12-01, -/games/boxart/full_206432AmericaFrontccc.jpg,Monument Valley,All,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2014-04-03,2021-01-30 -/games/boxart/full_9622150AmericaFrontccc.jpg,Yoshi,All,Puzzle,Nintendo,Game Freak,,,,,,,1992-06-01,2020-11-09 -/games/boxart/3111018ccc.jpg,Dr. Mario,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1990-10-01, -/games/boxart/full_2109545AmericaFrontccc.png,Captain Toad: Treasure Tracker,All,Puzzle,Nintendo,Nintendo,,,,,,,2014-12-05,2021-03-03 -/games/boxart/full_1186055AmericaFrontccc.jpg,Monument Valley 2,All,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2017-06-05,2021-01-30 -/games/boxart/full_5316903AmericaFrontccc.png,The Room Two,All,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2013-12-12,2020-12-18 -/games/boxart/full_7973709AmericaFrontccc.jpg,Yoshi,GB,Puzzle,Nintendo,Game Freak,,,,,,,1992-07-01, -/games/boxart/full_mario-vs-donkey-kong-mini-land-mayhem_1AmericaFront.jpg,Mario vs. Donkey Kong: Mini-Land Mayhem!,DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,7.8,,,,,,2010-11-14, -/games/boxart/1410269ccc.jpg,Tetris DS,DS,Puzzle,Nintendo,Nintendo,8.5,,,,,,2006-03-20, -/games/boxart/full_3243605AmericaFrontccc.jpg,Yoshi's Cookie,All,Puzzle,Nintendo,TOSE,,,,,,,1992-11-21,2020-11-09 -/games/boxart/full_2299361AmericaFrontccc.jpg,The 7th Guest,Series,Puzzle,Virgin Interactive,Trilobyte,,,,,,,1993-04-01,2023-06-09 -/games/boxart/full_3384844AmericaFrontccc.jpg,Lumines,Series,Puzzle,Ubisoft,Q Entertainment,,,,,,,2005-03-23,2021-02-26 -/games/boxart/9940541ccc.jpg,WarioWare Touched!,DS,Puzzle,Nintendo,Intelligent Systems,7.8,,,,,,2005-02-14, -/games/boxart/full_7236801AmericaFrontccc.jpg,Captain Toad: Treasure Tracker,NS,Puzzle,Nintendo,Nintendo EPD,8.1,,,,,,2018-07-13,2018-11-18 -/games/boxart/full_7825184AmericaFrontccc.jpg,WarioWare: Smooth Moves,Wii,Puzzle,Nintendo,Intelligent Systems,8.2,,,,,,2007-01-15, -/games/boxart/full_2825731AmericaFrontccc.jpg,"Papers, Please",PC,Puzzle,3909 LLC,3909 LLC,8.4,,,,,,2013-08-13,2018-01-20 -/games/boxart/full_1202307AmericaFrontccc.jpg,Super Bomberman R,All,Puzzle,Konami,Konami,,,,,,,2017-03-03,2021-02-19 -/games/boxart/full_9915305AmericaFrontccc.png,Alleyway,GB,Puzzle,Nintendo,Nintendo R&D1 / Intelligent Systems,,,,,,,1989-08-01, -/games/boxart/full_7734270AmericaFrontccc.jpg,Big Brain Academy: Brain vs. Brain,NS,Puzzle,Nintendo,Nintendo,,,,,,,2021-12-03,2021-09-11 -/games/boxart/full_930934AmericaFrontccc.jpg,Tetris DX,GBC,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1998-10-31,2018-01-06 -/games/boxart/full_1947043AmericaFrontccc.jpg,Yoshi,NES,Puzzle,Nintendo,Game Freak,,,,,,,1992-06-01, -/games/boxart/full_8124715AmericaFrontccc.jpg,Yoshi's Cookie,GB,Puzzle,Nintendo,Jupiter Multimedia,,,,,,,1993-01-01, -/games/boxart/full_8639597AmericaFrontccc.jpg,Mario vs. Donkey Kong 2: March of the Minis,DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,7.7,,,,,,2006-09-25, -/games/boxart/full_1237921JapanFrontccc.jpg,Puzzle & Dragons,3DS,Puzzle,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2013-12-12,2018-01-05 -/games/boxart/full_1793494AmericaFrontccc.jpg,Puzzle & Dragons Z + Super Mario Bros. Edition,3DS,Puzzle,Nintendo,GungHo Online Entertainment,7.8,,,,,,2015-05-22,2018-07-17 -/games/boxart/full_7190934PALFrontccc.png,Professor Layton and the Mask of Miracle,3DS,Puzzle,Nintendo,Level 5,8.4,,,,,,2012-10-28,2018-01-05 -/games/boxart/full_7445844AmericaFrontccc.jpg,Puyo Puyo Tetris,All,Puzzle,Sega,Sonic Team,,,,,,,2017-04-25,2021-05-12 -/games/boxart/full_7468364AmericaFrontccc.png,The Room Three,All,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2015-11-04,2020-12-18 -/games/boxart/full_6293340AmericaFrontccc.jpg,Captain Toad: Treasure Tracker,WiiU,Puzzle,Nintendo,Nintendo EAD Tokyo,7.7,,,,,,2014-12-05,2020-08-04 -/games/boxart/7849130ccc.jpg,Mario vs. Donkey Kong,GBA,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2004-05-24, -/games/boxart/full_3793739AmericaFrontccc.jpg,Personal Trainer: Math,DS,Puzzle,Nintendo,Jupiter Corporation,,,,,,,2009-01-12, -/games/boxart/full_7373881AmericaFrontccc.jpg,Gyromite,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1985-10-18, -/games/boxart/full_8531786AmericaFrontccc.jpg,Scribblenauts: Unlimited,PC,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,8.8,,,,,,2012-11-19,2017-12-31 -/games/boxart/full_120013PALFrontccc.jpg,Dr Kawashima's Brain Training for Nintendo Switch,NS,Puzzle,Nintendo,Nintendo,,,,,,,2020-01-03,2020-01-10 -/games/boxart/full_9644058AmericaFrontccc.jpg,Tetris 2,GB,Puzzle,Nintendo,Nintendo,,,,,,,1993-01-01,2019-01-08 -/games/boxart/full_6859898AmericaFrontccc.jpg,Kirby Tilt 'n' Tumble,GB,Puzzle,Nintendo,HAL Laboratory,,,,,,,2001-04-11, -/games/boxart/8486721ccc.jpg,Qix,GB,Puzzle,Nintendo,Taito Corporation,,,,,,,1990-05-01, -/games/boxart/4888883ccc.jpg,Yoshi's Cookie,NES,Puzzle,Nintendo,Bullet Proof Software,,,,,,,1993-04-01, -/games/boxart/full_121185AmericaFrontccc.jpg,PAC-MAN Championship Edition DX+ All You Can Eat Edition,PC,Puzzle,Unknown,Bandai Namco,,,,,,,,2018-12-01 -/games/boxart/9596380ccc.jpg,"WarioWare, Inc.: Mega MicroGame$",GBA,Puzzle,Nintendo,Nintendo R&D1,,,,,,,2003-05-21, -/games/boxart/full_6510230PALFrontccc.jpg,Angry Birds Trilogy,All,Puzzle,Rovio Mobile,Rovio Mobile,,,,,,,2012-09-25,2021-02-20 -/games/boxart/full_118318AmericaFrontccc.jpg,Catherine,Series,Puzzle,Atlus,Atlus,,,,,,,2011-02-17,2020-03-27 -/games/boxart/full_7381663AmericaFrontccc.png,Catherine,All,Puzzle,Atlus,Atlus,,,,,,,2011-07-26,2021-01-24 -/games/boxart/full_9894560AmericaFrontccc.jpg,Puyo Puyo Tetris,NS,Puzzle,Sega,Sonic Team,8.3,,,,,,2017-04-25,2018-07-04 -/games/boxart/full_7385847AmericaFrontccc.jpg,Scribblenauts,DS,Puzzle,Warner Bros. Interactive,5TH Cell,8.2,,,,,,2009-09-15, -/games/boxart/full_2918059AmericaFrontccc.jpg,The Incredible Machine,Series,Puzzle,Sierra Online,Jeff Tunnell Productions,,,,,,,1993-01-01,2021-04-14 -/games/boxart/full_6283275AmericaFrontccc.jpg,Unpacking,All,Puzzle,Humble Bundle,Witch Beam,,,,,,,2021-11-02,2021-12-14 -/games/boxart/full_760012AmericaFrontccc.jpg,The Talos Principle,PC,Puzzle,Devolver Digital,Croteam,,,,,,,2014-12-11, -/games/boxart/full_1167457AmericaFrontccc.jpg,Bendy and the Ink Machine,PC,Puzzle,Joey Drew Studios Inc.,TheMeatly Games,,,,,,,2018-02-28,2018-12-19 -/games/boxart/full_8496841AmericaFrontccc.jpg,Cake Mania,Series,Puzzle,Sandlot Games,Sandlot Games,,,,,,,2006-09-15,2021-05-05 -/games/boxart/full_spacechem_60AmericaFront.jpg,SpaceChem,PC,Puzzle,Unknown,Zachtronics Industries,9,,,,,,2011-03-02, -/games/boxart/full_7761103AmericaFrontccc.png,Safecracker,All,Puzzle,GT Interactive,Daydream Software,,,,,,,1997-05-01,2021-03-12 -/games/boxart/full_4140653AmericaFrontccc.jpg,Bomberman Live,XBL,Puzzle,Hudson Soft,Backbone Entertainment,8.3,,,,,,2007-07-18, -/games/boxart/9356928ccc.jpg,Lumines: Puzzle Fusion,PSP,Puzzle,Ubisoft,Q Entertainment,9.1,,,,,,2005-03-22, -/games/boxart/full_6554306AmericaFrontccc.jpg,Boulder Dash,All,Puzzle,First Star Software,Data East,,,,,,,1984-03-01,2022-09-30 -/games/boxart/full_7103889AmericaFrontccc.jpg,Shanghai,All,Puzzle,Activision,Activision,,,,,,,1986-07-01,2021-09-01 -/games/boxart/full_5835521AmericaFrontccc.jpg,The Witness,PC,Puzzle,"Thekla, Inc.",Number None Inc.,,,,,,,2016-01-26, -/games/boxart/full_bad-rats-the-rats-revenge_9AmericaFront.jpg,Bad Rats: The Rats' Revenge,PC,Puzzle,Invent4 Entertainment,Invent4 Entertainment,,,,,,,2009-07-20, -/games/boxart/full_4526482AmericaFrontccc.jpg,Mirror,PC,Puzzle,Unknown,KAGAMI WORKs,,,,,,,,2019-02-09 -/games/boxart/full_2000240AmericaFrontccc.jpg,Boom Blox,Wii,Puzzle,Electronic Arts,EA Los Angeles,8.6,,,,,,2008-05-06, -/games/boxart/full_cogs_958AmericaFront.jpg,Cogs,PC,Puzzle,Lazy 8 Studios,Lazy 8 Studios,7.5,,,,,,2009-04-14, -/games/boxart/full_6031640AmericaFrontccc.jpg,Toki Tori,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-01-29, -/games/boxart/full_4419295AmericaFrontccc.jpg,Pony Island,PC,Puzzle,Unknown,Daniel Mullins Games,,,,,,,,2019-02-13 -/games/boxart/full_4599085AmericaFrontccc.jpeg,The Room,PC,Puzzle,Fireproof Games,Fireproof Games,,,,,,,2014-07-28, -/games/boxart/full_9628541AmericaFrontccc.jpg,LYNE,PC,Puzzle,Unknown,Thomas Bowker,,,,,,,,2019-02-15 -/games/boxart/full_bejeweled-3_207AmericaFront.jpg,Bejeweled 3,PC,Puzzle,PopCap Games,PopCap Games,8.1,,,,,,2010-12-07, -/games/boxart/full_6325776AmericaFrontccc.jpg,Talon Man Remastered,Amig,Puzzle,Out of crumpét's:,OutOfTime,,,,,,,2018-01-01,2018-12-12 -/games/boxart/full_shatter_14AmericaFront.jpg,Shatter,PC,Puzzle,Sidhe Interactive,Sidhe Interactive,8.6,,,,,,2010-03-15, -/games/boxart/full_9870379AmericaFrontccc.jpg,Pixel Puzzles: Japan,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2014-04-17,2019-02-16 -/games/boxart/full_9648986AmericaFrontccc.jpg,Antichamber,PC,Puzzle,Unknown,Demruth,,,,,,,,2021-02-17 -/games/boxart/full_6978546AmericaFrontccc.jpg,RUSH,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-12-03,2019-02-11 -/games/boxart/full_5608960AmericaFrontccc.jpg,Stacking,PC,Puzzle,Double Fine Productions,Double Fine Productions,,,,,,,2012-03-06,2019-02-11 -/games/boxart/full_2105399AmericaFrontccc.jpg,Energy Cycle,PC,Puzzle,Sometimes You,Sometimes You,,,,,,,2016-01-13,2019-02-03 -/games/boxart/full_8954167AmericaFrontccc.jpg,Contraption Maker,PC,Puzzle,Unknown,Unknown,,,,,,,2014-07-07, -/games/boxart/full_6191041AmericaFrontccc.jpg,"Please, Don't Touch Anything",PC,Puzzle,Plug In Digital,Four Quarters,,,,,,,2015-03-26, -/games/boxart/full_627589AmericaFrontccc.jpg,Scribblenauts Unmasked: A DC Comics Adventure,PC,Puzzle,Warner Bros. Interactive Entertainment,5TH Cell,,,,,,,2013-09-24,2018-04-03 -/games/boxart/full_nightsky_354AmericaFront.jpg,NightSky,PC,Puzzle,Unknown,Nicalis,7.8,,,,,,2011-01-06, -/games/boxart/full_8516053AmericaFrontccc.jpg,Bacteria,PC,Puzzle,Unknown,Sometimes You,,,,,,,,2019-02-21 -/games/boxart/full_4561782AmericaFrontccc.jpg,Faerie Solitaire,PC,Puzzle,Unknown,Subsoap,,,,,,,,2019-02-23 -/games/boxart/full_5430953AmericaFrontccc.jpg,Human Resource Machine,PC,Puzzle,Unknown,Tomorrow Corporation,,,,,,,,2019-02-23 -/games/boxart/full_8929451AmericaFrontccc.jpg,Tiny Bridge: Ratventure,PC,Puzzle,Unknown,Estelion,,,,,,,,2019-02-26 -/games/boxart/full_6582975AmericaFrontccc.jpg,Death Coming,PC,Puzzle,Zodiac Interactive,NEXT Studios,,,,,,,2017-11-06,2019-04-20 -/games/boxart/full_puyo-puyo-7_8JapanFront.jpg,Puyo Puyo 7,DS,Puzzle,Sega,Sega,,,,,,,2009-07-30, -/games/boxart/full_9848817AmericaFrontccc.jpg,Peggle Nights,PC,Puzzle,PopCap Games,PopCap Games,7.8,,,,,,2008-09-16, -/games/boxart/full_7269698AmericaFrontccc.jpg,Zup!,PC,Puzzle,Unknown,Quiet River,,,,,,,,2019-03-05 -/games/boxart/full_7391648AmericaFrontccc.jpg,OneShot,PC,Puzzle,Unknown,Little Cat Feet,,,,,,,,2019-03-09 -/games/boxart/full_5340218AmericaFrontccc.jpg,Intergalactic Bubbles,PC,Puzzle,Unknown,Hellscape Games,,,,,,,,2019-03-09 -/games/boxart/full_3880141AmericaFrontccc.jpg,Hook (2015),PC,Puzzle,Unknown,Maciej Targoni,,,,,,,,2019-03-12 -/games/boxart/full_8236672AmericaFrontccc.jpg,Forestation,PC,Puzzle,Unknown,Wonderbox Games,,,,,,,,2019-03-13 -/games/boxart/full_5386847AmericaFrontccc.jpg,Hexcells,PC,Puzzle,Unknown,Matthew Brown,,,,,,,,2019-03-17 -/games/boxart/full_6784640AmericaFrontccc.jpg,Hell Girls,PC,Puzzle,Unknown,Athena Works,,,,,,,,2019-03-18 -/games/boxart/full_961263AmericaFrontccc.jpg,Tumblestone,PC,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2019-03-18 -/games/boxart/full_1569365AmericaFrontccc.jpg,Cowboy zombie,PC,Puzzle,Unknown,Unknown,,,,,,,,2019-03-18 -/games/boxart/full_1275500AmericaFrontccc.jpg,Infinifactory,PC,Puzzle,Unknown,Zachtronics Industries,,,,,,,,2019-03-18 -/games/boxart/full_9446699AmericaFrontccc.jpg,Pixel Puzzles 2: Anime,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2015-03-27,2019-04-03 -/games/boxart/full_4421912AmericaFrontccc.jpg,Bridge Constructor Portal,PC,Puzzle,Unknown,ClockStone,,,,,,,,2018-07-09 -/games/boxart/full_5147509AmericaFrontccc.jpg,Zup! 2,PC,Puzzle,Unknown,Quiet River,,,,,,,,2019-03-22 -/games/boxart/full_9933704AmericaFrontccc.jpg,Hidden Folks,PC,Puzzle,Unknown,Adriaan de Jongh,,,,,,,,2019-03-22 -/games/boxart/full_1707323AmericaFrontccc.jpg,True or False,PC,Puzzle,Unknown,Vladimir Maslov,,,,,,,,2019-03-23 -/games/boxart/full_1795174AmericaFrontccc.jpg,Two Digits,PC,Puzzle,Unknown,Cleverweek,,,,,,,,2019-03-23 -/games/boxart/full_8325935AmericaFrontccc.jpg,Zup! 3,PC,Puzzle,Unknown,Quiet River,,,,,,,,2019-03-25 -/games/boxart/full_6872415PALFrontccc.jpg,Toki Tori 2+,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2016-02-26,2018-09-21 -/games/boxart/full_5643110AmericaFrontccc.jpg,Three Digits,PC,Puzzle,Unknown,Cleverweek,,,,,,,,2019-03-27 -/games/boxart/full_657374AmericaFrontccc.jpg,Anykey Simulator,PC,Puzzle,Unknown,RiDeLy,,,,,,,,2019-03-29 -/games/boxart/full_1787913AmericaFrontccc.jpg,Inverted,PC,Puzzle,Dagestan Technology,Versus System,,,,,,,2016-07-22,2019-04-22 -/games/boxart/full_9791194AmericaFrontccc.jpg,Sig.NULL,PC,Puzzle,Dagestan Technology,SaintHeiser,,,,,,,2016-09-27,2019-04-22 -/games/boxart/full_1345733AmericaFrontccc.jpg,NUKED KNIGHT,PC,Puzzle,Siberian Digital,Nuked Games,,,,,,,2016-10-19,2019-04-22 -/games/boxart/full_3470521AmericaFrontccc.jpg,Mouse in Lab,PC,Puzzle,Unknown,Unknown,,,,,,,2017-02-02,2019-04-21 -/games/boxart/full_2126041AmericaFrontccc.jpg,10000000,PC,Puzzle,EightyEightGames,EightyEightGames,,,,,,,2013-01-15,2019-04-21 -/games/boxart/full_1039603AmericaFrontccc.jpg,The Magical Silence,PC,Puzzle,Anatoliy Loginovskikh,Anatoliy Loginovskikh,,,,,,,2016-06-10,2019-04-21 -/games/boxart/full_6019143AmericaFrontccc.jpg,The Turing Test,PC,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2016-08-30,2019-04-21 -/games/boxart/full_1362975AmericaFrontccc.jpg,The Misadventures of P.B. Winterbottom,PC,Puzzle,2K Games,The Odd Gentlemen,8.1,,,,,,2010-04-20, -/games/boxart/full_19856AmericaFrontccc.jpg,Attempt[42],PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2016-12-08,2019-04-21 -/games/boxart/full_6938425AmericaFrontccc.jpg,Snik,PC,Puzzle,Cleverweek,Cleverweek,,,,,,,2015-09-04,2019-04-21 -/games/boxart/full_2179960AmericaFrontccc.jpg,Circuits,PC,Puzzle,Digital Tentacle,Digital Tentacle,,,,,,,2014-04-17,2019-04-21 -/games/boxart/full_9049057AmericaFrontccc.jpg,Linked,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2017-02-21,2019-04-20 -/games/boxart/full_4416300AmericaFrontccc.jpg,Splice,PC,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2012-06-13,2019-04-17 -/games/boxart/full_6682744AmericaFrontccc.jpg,Dexodonex,PC,Puzzle,Seragam,Seragam,,,,,,,2016-12-08,2019-04-17 -/games/boxart/full_8402563AmericaFrontccc.jpg,Puzzle Cube,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2016-10-12,2019-04-17 -/games/boxart/full_4145795AmericaFrontccc.jpg,Approaching Blocks,PC,Puzzle,Dymchick1,Dymchick1,,,,,,,2016-06-04,2019-04-17 -/games/boxart/full_2782396AmericaFrontccc.jpg,Multimirror,PC,Puzzle,Cleverweek,Cleverweek,,,,,,,2016-11-15,2019-04-17 -/games/boxart/full_9488968AmericaFrontccc.jpg,Akin,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2016-06-06,2019-04-09 -/games/boxart/full_9218760AmericaFrontccc.jpg,The chronicles of Emerland. Solitaire.,PC,Puzzle,Rainbow Games,Rainbow Games,,,,,,,2013-10-04,2019-04-09 -/games/boxart/full_zen-bound-2_571AmericaFront.jpg,Zen Bound 2,PC,Puzzle,Secret Exit Ltd.,Secret Exit Ltd.,,,,,,,2010-11-16,2019-04-08 -/games/boxart/full_8992233AmericaFrontccc.jpg,Alchemy Mysteries: Prague Legends,PC,Puzzle,Jetdogs Studios,Jetdogs Studios,,,,,,,2014-12-22,2019-04-06 -/games/boxart/full_3652923AmericaFrontccc.jpg,Cubium Dreams,PC,Puzzle,Siberian Digital,Igrodelsky,,,,,,,2016-04-29,2019-04-06 -/games/boxart/full_5025350AmericaFrontccc.jpg,Kairo,PC,Puzzle,Lupus Studios Limited,Locked Door Puzzle,,,,,,,2013-04-24,2019-04-03 -/games/boxart/full_9070611AmericaFrontccc.jpg,Pixel Puzzles 2: Space,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2016-02-19,2019-04-03 -/games/boxart/full_1615599AmericaFrontccc.jpg,Ace of Words,PC,Puzzle,Ocean Software,ZeroBit Games,,,,,,,2016-05-13,2019-04-03 -/games/boxart/full_chime_857AmericaFront.png,Chime,PC,Puzzle,OneBigGame,Zoe Mode,,,,,,,2010-09-06,2019-04-01 -/games/boxart/full_3349015AmericaFrontccc.jpg,QUBIC,PC,Puzzle,Rock Path Collective,Triple-Star Studio,,,,,,,2016-11-18,2019-04-01 -/games/boxart/full_1462488AmericaFrontccc.jpg,GRUZCHIK,PC,Puzzle,Unknown,Unknown,,,,,,,2017-03-10,2019-04-01 -/games/boxart/full_360488AmericaFrontccc.jpg,Hexcells Infinite,PC,Puzzle,Matthew Brown,Matthew Brown,,,,,,,2014-09-01, -/games/boxart/full_9213637AmericaFrontccc.jpg,aMAZE,PC,Puzzle,Blender Games,Blender Games,,,,,,,2017-03-14,2019-03-26 -/games/boxart/full_931761AmericaFrontccc.jpg,Mickey's Runaway Zoo,PC,Puzzle,Disney Interactive Studios,Westwood Associates,,,,,,,1991-01-01,2022-10-18 -/games/boxart/full_1489002AmericaFrontccc.jpg,The Fool's Errand,All,Puzzle,Miles Computing,Cliff Johnson,,,,,,,1987-01-01,2021-04-08 -/games/boxart/full_2541684AmericaFrontccc.jpg,Uncle Henry's Playhouse,PC,Puzzle,Trilobyte,Trilobyte,,,,,,,1996-11-18,2023-06-09 -/games/boxart/full_10-days-under-the-sea_47AmericaFront.jpg,10 Days Under the Sea,PC,Puzzle,Alawar Entertainment,FlyWheel Games,,,,,,,2008-11-01, -/games/boxart/1284586ccc.jpg,10 Talismans,PC,Puzzle,Red Mile Entertainment,Nevosoft,,,,,,,2006-09-07, -/games/boxart/default.jpg,100 Doors: Floors Escape,And,Puzzle,100 Gates,Unknown,,,,,,,2014-08-14, -/games/boxart/full_1001-blockbusters_772AmericaFront.jpg,1001 Blockbusters,DSiW,Puzzle,SelectSoft,SelectSoft,7,,,,,,2011-10-13, -/games/boxart/full_8727447AmericaFrontccc.jpg,1001 Crystal Mazes Collection,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-05-03, -/games/boxart/full_101-in-1-explosive-megamix_504PALFront.jpg,101-in-1 Explosive Megamix,WW,Puzzle,Unknown,Nordcurrent,2.5,,,,,,, -/games/boxart/full_5117301AmericaFrontccc.jpg,15 Puzzle,XBL,Puzzle,Microsoft,Snowcap Games,,,,,,,2009-08-28, -/games/boxart/full_63213JapanFrontccc.jpg,1500DS Spirits Vol. 3: Block Kuzushi,DS,Puzzle,Tasuke,Tasuke,,,,,,,2007-08-09, -/games/boxart/full_8160803PALFrontccc.jpg,2 Games in 1: Columns Crown & ChuChu Rocket!,GBA,Puzzle,Sega,Sega,,,,,,,2005-11-11, -/games/boxart/default.jpg,2048,3DS,Puzzle,Cosmigo,Ketchapp,,,,,,,2014-06-19, -/games/boxart/default.jpg,2Puzzle It: Fantasy,DSiW,Puzzle,Unknown,Neuland Multimedia,,,,,,,2010-07-09, -/games/boxart/full_4227778AmericaFrontccc.jpg,3-D Tetris,VB,Puzzle,Nintendo,Tikipod,,,,,,,1996-03-22, -/games/boxart/default.jpg,3D Block Kuzushi,3DS,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-06-07, -/games/boxart/full_4799935AmericaFrontccc.jpg,3D Lemmings,PC,Puzzle,Psygnosis,Clockwork Games,,,,,,,1995-07-31, -/games/boxart/full_6118443PALFrontccc.jpg,3D Lemmings,SAT,Puzzle,Psygnosis,Clockwork Games,,,,,,,1996-01-01, -/games/boxart/full_3d-twist-ampamp-match_740PALFront.png,3D Twist & Match,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2011-04-12, -/games/boxart/full_3d-twist-ampamp-match_620AmericaFront.jpg,3D Twist & Match,DSiW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2011-05-23, -/games/boxart/full_4-elements-hd_641AmericaFront.jpg,4 Elements HD,PSN,Puzzle,Playrix Entertainment,Boolat Games,,,,,,,2011-08-30, -/games/boxart/full_5-in-1-mahjong_947AmericaFront.jpg,5 in 1 Mahjong,DSiW,Puzzle,cerasus.media,cerasus.media GmbH,,,,,,,2011-03-14, -/games/boxart/full_8222130AmericaFrontccc.jpg,5 Spots Party,WW,Puzzle,Cosmonaut Games,Cosmonaut Games,,,,,,,2009-07-20, -/games/boxart/full_505-tangram_598AmericaFront.jpg,505 Tangram,DSiW,Puzzle,Cosmigo,GameOn GmbH,,,,,,,2011-02-07, -/games/boxart/full_9387003AmericaFrontccc.png,7 Wonders of the Ancient World,PSN,Puzzle,Mumbo Jumbo,Hot Lava Games,5.4,,,,,,2009-04-01, -/games/boxart/full_2444877AmericaFrontccc.jpg,7 Wonders of the Ancient World,PS2,Puzzle,Mumbo Jumbo,Hot Lava Games,,,,,,,2007-11-20, -/games/boxart/full_9813103AmericaFrontccc.jpg,7 Wonders: Treasures of Seven,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-10-24, -/games/boxart/full_a-fairy-tale_183AmericaFront.jpg,A Fairy Tale,DSiW,Puzzle,High Horse Entertainment,Black Lantern Studios,,,,,,,2011-04-04, -/games/boxart/full_a-kappas-trail_7AmericaFront.jpg,A Kappa's Trail,DSiW,Puzzle,Nintendo,Brownie Brown,,,,,,,2010-06-14, -/games/boxart/full_2148694AmericaFrontccc.jpg,A Morons Challenge,XBL,Puzzle,Microsoft,arcarocket,,,,,,,2009-06-11, -/games/boxart/full_5099928AmericaFrontccc.jpg,A Topsy Turvy Life: Turvy Drops,DSiW,Puzzle,Tecmo Koei,Tecmo Koei Holdings,,,,,,,2010-05-17, -/games/boxart/default.jpg,Aargon Deluxe,PC,Puzzle,Unknown,Twilight Games,,,,,,,2001-05-08, -/games/boxart/9453179ccc.jpg,ABC Island,PC,Puzzle,Unknown,KraiSoft Entertainment,,,,,,,2008-01-01, -/games/boxart/full_absolute-brickbuster_7AmericaFront.jpg,Absolute BrickBuster,DSiW,Puzzle,Tasuke,Tasuke,,,,,,,2010-07-26, -/games/boxart/full_5397511AmericaFrontccc.jpg,Abstacked,XBL,Puzzle,Microsoft,lutas,,,,,,,2008-11-15, -/games/boxart/default.jpg,Abundante!,PC,Puzzle,Myth People,Myth People,,,,,,,2007-01-10, -/games/boxart/full_academy-checkers_369AmericaFront.jpg,Academy: Checkers,DSiW,Puzzle,Gamelion Studios,Gamelion,,,,,,,2011-10-27, -/games/boxart/full_acid-drop_510PALFront.jpg,Acid Drop,2600,Puzzle,Salu,Salu,,,,,,,1992-01-01, -/games/boxart/full_acme-animation-factory_937AmericaFront.jpg,ACME Animation Factory,SNES,Puzzle,Sunsoft,Probe Software,,,,,,,1994-11-01, -/games/boxart/full_4473559JapanFrontccc.jpg,Addie no Okurimono: To Moze from Addie,PS,Puzzle,Sony Computer Entertainment,SCEI,,,,,,,2000-02-03, -/games/boxart/full_2870859AmericaFrontccc.jpg,Advanced Circuits,DSiW,Puzzle,BiP Media,BiP media,,,,,,,2010-05-24, -/games/boxart/default.jpg,Adventures in Odyssey 3D CD-ROM Interactive Game,PC,Puzzle,Unknown,Focus on the Family,,,,,,,1998-01-01, -/games/boxart/full_8789970AmericaFrontccc.jpg,Adventures of Lolo,VC,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,2007-08-06, -/games/boxart/full_adventures-of-lolo_7PALFront.jpg,Adventures of Lolo,GB,Puzzle,Nintendo,HAL Laboratory,,,,,,,1995-01-01, -/games/boxart/4145083ccc.jpg,Adventures of Lolo 2,NES,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1990-03-01, -/games/boxart/2946231ccc.jpg,Adventures of Lolo 2,VC,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,2007-01-21, -/games/boxart/7417438ccc.jpg,Adventures of Lolo 3,NES,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1991-09-01,2018-04-20 -/games/boxart/full_2123138AmericaFrontccc.jpg,Aesop's Garden,XBL,Puzzle,Microsoft,Excalibur Studios,,,,,,,2009-11-16, -/games/boxart/full_afterzoom_817AmericaFront.jpg,AfterZoom,DSiW,Puzzle,Abylight,Abylight,7.5,,,,,,2011-07-14, -/games/boxart/default.jpg,Ah! Nikakutori,DSiW,Puzzle,Acute Entertainment,"Acute Entertainment, Inc.,",,,,,,,2010-03-17, -/games/boxart/full_1253462AmericaFrontccc.jpg,Aha! I Got It! Escape Game,WW,Puzzle,Ateam,Ateam,,,,,,,2009-11-02, -/games/boxart/full_3911205AmericaFrontccc.jpg,Alchemist,XBL,Puzzle,Microsoft,Aeon,,,,,,,2009-02-27, -/games/boxart/full_962618AmericaFrontccc.jpg,Alice Greenfingers,PC,Puzzle,Arcade Lab,Arcade Lab,,,,,,,2007-07-11, -/games/boxart/full_alien-puzzle-adventure_272AmericaFront.jpg,Alien Puzzle Adventure,DSiW,Puzzle,Mastertronic,Just Flight,,,,,,,2011-01-17, -/games/boxart/full_4849763AmericaFrontccc.jpg,Alien Pyramid Challenge!,XBL,Puzzle,Microsoft,Swampopus,,,,,,,2009-09-30, -/games/boxart/full_alleyway_621AmericaFront.png,Alleyway,3DS,Puzzle,Nintendo,Nintendo R&D1 / Intelligent Systems,,,,,,,2011-06-06, -/games/boxart/full_4301591AmericaFrontccc.jpg,AlphaBounce,DSiW,Puzzle,Mad Monkey Studio,Mad Monkey Studio,9,,,,,,2010-04-12, -/games/boxart/full_4005387AmericaFrontccc.jpg,Altar of Gems,XBL,Puzzle,Microsoft,Hotwave Games,,,,,,,2009-01-08, -/games/boxart/1478185ccc.jpg,Altered Space: A 3-D Alien Adventure,GB,Puzzle,Sony Imagesoft,Software Creations,,,,,,,1991-09-01, -/games/boxart/full_amazing-adventures-around-the-world_588AmericaFront.jpg,Amazing Adventures Around The World,PC,Puzzle,PopCap Games,SpinTop Games / PopCap,,,,,,,2008-09-17, -/games/boxart/full_amazing-adventures-the-forgotten-dynasty_992AmericaFront.jpg,Amazing Adventures: The Forgotten Dynasty,PC,Puzzle,PopCap Games,PopCap,,,,,,,2011-08-05, -/games/boxart/full_8767020AmericaFrontccc.jpg,Amazing Tater,GB,Puzzle,Atlus,Atlus Co.,,,,,,,1992-02-01, -/games/boxart/full_3224818AmericaFrontccc.jpg,Amazing Wizard,XBL,Puzzle,Microsoft,XtianP,,,,,,,2008-12-31, -/games/boxart/full_7625859AmericaFrontccc.jpg,American Mensa Academy,Wii,Puzzle,Maximum Games,Barnstorm Games,,,,,,,2012-11-16,2018-09-17 -/games/boxart/full_7179022AmericaFrontccc.jpg,American Mensa Academy,3DS,Puzzle,Maximum Games,Barnstorm Games,,,,,,,2012-11-13,2018-09-17 -/games/boxart/full_2500419PALFrontccc.jpg,Anastasia,PS,Puzzle,Midas Interactive Entertainment,The Code Monkeys,,,,,,,2001-04-06, -/games/boxart/default.jpg,Anaume Puzzle Game Q,DSiW,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-06-07, -/games/boxart/full_816238AmericaFrontccc.jpg,Angry Birds,DSiW,Puzzle,Unknown,Chillingo,,,,,,,2020-12-31, -/games/boxart/default.jpg,Angry Birds,PSV,Puzzle,Rovio Mobile,Exient Entertainment,,,,,,,2013-10-15,2018-07-12 -/games/boxart/default.jpg,Angry Birds,X360,Puzzle,Activision,Rovio Mobile,,,,,,,2012-09-25,2018-07-12 -/games/boxart/full_9510333AmericaFrontccc.jpg,Angry Birds,WW,Puzzle,Unknown,Chillingo,,,,,,,2020-12-31, -/games/boxart/full_angry-birds_414AmericaFront.jpg,Angry Birds,PSN,Puzzle,Chillingo,Abstraction Games,7.5,,,,,,2011-01-04, -/games/boxart/default.jpg,Angry Birds,WiiU,Puzzle,Activision,FUN Labs,,,,,,,2013-08-13,2018-07-12 -/games/boxart/full_animal-color-cross_9AmericaFront.jpg,Animal Color Cross,DSiW,Puzzle,Little Worlds Studio,Little Worlds Studio,,,,,,,2010-06-28, -/games/boxart/full_2695157AmericaFrontccc.jpg,Animal Puzzle Adventure,DSiW,Puzzle,Aksys Games,CIRCLE Entertainment,,,,,,,2010-01-04, -/games/boxart/full_4580123PALFrontccc.jpg,Animal Snap: Rescue Them 2 By 2,PS,Puzzle,Ignition Entertainment,"Awesome Developments, Ltd.",,,,,,,2003-09-19, -/games/boxart/full_annecto_69AmericaFront.jpg,Annecto,XBL,Puzzle,Unknown,oh-four-hundred,,,,,,,2011-08-04, -/games/boxart/full_aqua-panic_6AmericaFront.jpg,Aqua Panic!,PSN,Puzzle,Unknown,EKO System,,,,,,,2010-10-19, -/games/boxart/full_aqua-panic-psp_4PALFront.jpg,Aqua Panic! (PSP),PSN,Puzzle,Neko Entertainment,EKO System,,,,,,,2010-04-08, -/games/boxart/default.jpg,Aqua Panic! Oasis,PSN,Puzzle,Unknown,EKO System,,,,,,,, -/games/boxart/full_aquattack_0PALFront.png,Aquattack!,PSN,Puzzle,Valcon Games,Mere Mortals,,,,,,,2010-12-07, -/games/boxart/full_4248449JapanFrontccc.jpg,Araiguma Rascal: Racoon Rascal,SNES,Puzzle,NCS,Masaya,,,,,,,1994-03-25, -/games/boxart/full_arcade-hits-magical-drop_709AmericaFront.jpg,Arcade Hits: Magical Drop,PSN,Puzzle,Data East,Data East,,,,,,,2011-11-01, -/games/boxart/full_8933093AmericaFrontccc.png,Archer Maclean's Mercury,PSN,Puzzle,Ignition Entertainment,Awesome Studios,7.7,,,,,,2008-12-03, -/games/boxart/full_archibalds-adventures_6PALFront.jpg,Archibald's Adventures,PSN,Puzzle,Unknown,Pavel Tovarys,,,,,,,2010-07-14, -/games/boxart/full_arctic-adventures-polars-puzzles_9PALFront.png,Arctic Adventures: Polar's Puzzles,PSN,Puzzle,Eidos Interactive,Eiconic Games,,,,,,,2010-08-03, -/games/boxart/full_arctic-escape_757AmericaFront.jpg,Arctic Escape,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2011-02-21, -/games/boxart/default.jpg,Are? DS ga Sakasa de Sukedo. Sakasa Drops,DSiW,Puzzle,Tecmo,Tecmo,,,,,,,2010-02-03, -/games/boxart/full_819513AmericaFrontccc.jpg,Arkanoid,PC,Puzzle,Taito,Taito Corporation,,,,,,,1988-01-01, -/games/boxart/1415130ccc.jpg,Arkanoid,NES,Puzzle,Taito,Taito Corporation,,,,,,,1987-08-01, -/games/boxart/full_arkanoid-ii-revenge-of-doh_4JapanFront.jpg,Arkanoid II: Revenge of Doh,NES,Puzzle,Taito,Taito Corporation,,,,,,,1988-03-08, -/games/boxart/full_2015456AmericaFrontccc.jpg,Arkanoid II: Revenge of Doh,PC,Puzzle,Taito,NovaLogic,,,,,,,1989-01-01, -/games/boxart/full_6870009AmericaFrontccc.jpg,Arkanoid Live!,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-05-06, -/games/boxart/full_8392319AmericaFrontccc.jpg,Arkanoid Plus!,WW,Puzzle,Taito,Taito Corporation,,,,,,,2009-09-28, -/games/boxart/full_4126253JapanFrontccc.jpg,Arkanoid R 2000,PS,Puzzle,Taito,Taito Corporation,,,,,,,1999-07-01, -/games/boxart/full_arkanoid-returns_547JapanFront.jpg,Arkanoid Returns,PSN,Puzzle,Taito,Taito Corporation,,,,,,,2008-07-23, -/games/boxart/full_73751JapanFrontccc.jpg,Arkanoid Returns,PS,Puzzle,Taito,Taito Corporation,,,,,,,1997-08-07, -/games/boxart/full_2521205AmericaFrontccc.jpg,Arkanoid: Doh It Again,SNES,Puzzle,Nintendo,Taito Corporation,,,,,,,1997-11-01, -/games/boxart/full_9864015AmericaFrontccc.jpg,Arkedo Series - 02 SWAP!,XBL,Puzzle,Microsoft,Arkedo,,,,,,,2009-10-23, -/games/boxart/default.jpg,Armadillo Run,PC,Puzzle,Unknown,Peter Stock,9,,,,,,, -/games/boxart/full_2998512AmericaFrontccc.jpg,Arrow Run,XBL,Puzzle,Microsoft,North Squard,,,,,,,2009-08-27, -/games/boxart/83923ccc.jpg,Art Alive,GEN,Puzzle,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_7826391AmericaFrontccc.jpg,Art of Balance,WW,Puzzle,Shin'en,Shin'en Multimedia,,,,,,,2010-02-15, -/games/boxart/default.jpg,Art Style REMNEM,DSiW,Puzzle,Unknown,skip Ltd.,,,,,,,, -/games/boxart/full_9909916AmericaFrontccc.jpg,Art Style: AQUIA,DSiW,Puzzle,Nintendo,skip Ltd.,7.5,,,,,,2009-04-05, -/games/boxart/full_4199686AmericaFrontccc.jpg,Art Style: BASE 10,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-07-06, -/games/boxart/full_9662991AmericaFrontccc.jpg,Art Style: BOXLIFE,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-06-22, -/games/boxart/full_2909806AmericaFrontccc.jpg,Art Style: CUBELLO,WW,Puzzle,Nintendo,skip Ltd.,,,,,,,2008-10-13, -/games/boxart/full_4701813AmericaFrontccc.jpg,Art Style: DIGIDRIVE,DSiW,Puzzle,Nintendo,Q-Games,,,,,,,2009-11-16, -/games/boxart/full_7891764AmericaFrontccc.jpg,Art Style: ORBIENT,WW,Puzzle,Nintendo,skip Ltd.,7.8,,,,,,2008-09-29, -/games/boxart/full_5421397AmericaFrontccc.jpg,Art Style: PiCTOBiTS,DSiW,Puzzle,Nintendo,skip Ltd.,7.7,,,,,,2009-05-18, -/games/boxart/full_6283885AmericaFrontccc.jpg,Art Style: precipice,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-08-03, -/games/boxart/full_4813049AmericaFrontccc.jpg,Art Style: ROTOHEX,WW,Puzzle,Nintendo,skip Ltd.,,,,,,,2008-10-27, -/games/boxart/full_4311625AmericaFrontccc.jpg,Art Style: Rotozoa,WW,Puzzle,Nintendo,skip Ltd.,,,,,,,2010-06-21, -/games/boxart/full_2045687AmericaFrontccc.jpg,Art Style: ZENGAGE,DSiW,Puzzle,Nintendo,skip Ltd.,,,,,,,2009-07-20, -/games/boxart/full_2223749JapanFrontccc.jpg,Arthur to Astaroth no Nazo Makaimura: Incredible Toons,SAT,Puzzle,Capcom,Capcom,,,,,,,1996-08-30, -/games/boxart/full_7324476JapanFrontccc.jpg,Arthur to Astaroth no Nazo Makaimura: Incredible Toons,PS,Puzzle,Capcom,Capcom,,,,,,,1996-08-30, -/games/boxart/full_7585706JapanFrontccc.jpg,Asonde Shogi ga Tsuyoku Naru! Ginsei Shogi DS,DS,Puzzle,Electronic Arts,SilverStar Japan,,,,,,,2007-03-01,2018-10-09 -/games/boxart/full_asphalt-jungle-2_318AmericaFront.jpg,Asphalt Jungle 2,XBL,Puzzle,Microsoft,Hoelkosoft,,,,,,,2011-08-26, -/games/boxart/full_assembly-line_692AmericaFront.jpg,Assembly Line,XBL,Puzzle,Microsoft,LoneWolf Studios,,,,,,,2011-07-24, -/games/boxart/full_astro-bugz-revenge_5AmericaFront.jpg,Astro Bugz Revenge,WW,Puzzle,Sudden Games,Sudden Games LLC,,,,,,,2010-09-27, -/games/boxart/default.jpg,Astro Bugz Revenge,PC,Puzzle,Unknown,Sudden Games LLC,,,,,,,, -/games/boxart/full_1817315AmericaFrontccc.jpg,Astro Match3,XBL,Puzzle,Microsoft,PinoEire,,,,,,,2009-10-18, -/games/boxart/full_921895AmericaFrontccc.jpg,AstroPop,XBL,Puzzle,Oberon Media,PopCap Games,7.4,,,,,,2006-03-22, -/games/boxart/default.jpg,AstroPop Deluxe,PC,Puzzle,PopCap Games,Oberon Media,,,,,,,2006-08-30, -/games/boxart/full_astroslugs_678AmericaFront.jpg,Astroslugs,PC,Puzzle,Mumbo Jumbo,Bit Barons,,,,,,,2011-01-26, -/games/boxart/full_2450402JapanFrontccc.jpg,Atama no Kaiten no Training: Rubik's Cube & Chou Yuumei Puzzle Tachi,DS,Puzzle,Digital Works Entertainment,Digital Works Entertainment,,,,,,,2007-04-26, -/games/boxart/full_8538896JapanFrontccc.jpg,Atama wo Kitaete Asobu Taisen Yajirushi Puzzle: Puppynu Vector One,DS,Puzzle,MegaCyber,MegaCyber,,,,,,,2006-06-29, -/games/boxart/full_574023AmericaFrontccc.png,Atlantic Quest,3DS,Puzzle,Maximum Games,rokapublish,,,,,,,2014-04-15,2018-09-17 -/games/boxart/full_677900PALFrontccc.jpg,Atlantis: The Lost Continent,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, -/games/boxart/full_2647520AmericaFrontccc.jpg,Atomic Bomberman,PC,Puzzle,Interplay,Interplay Entertainment,,,,,,,1997-07-31, -/games/boxart/full_atomic-punk_143AmericaFront.jpg,Atomic Punk,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1991-10-01, -/games/boxart/default.jpg,atShogi Challenge Spirits,DSiW,Puzzle,Tasuke,Tasuke,,,,,,,2009-10-07, -/games/boxart/full_8557448AmericaFrontccc.png,Auditorium,PC,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2009-01-01, -/games/boxart/default.jpg,Auditorium,XBL,Puzzle,Unknown,Cipher Prime,,,,,,,2020-12-31, -/games/boxart/full_auditorium-psp_586AmericaFront.jpg,Auditorium (PSP),PSN,Puzzle,Zoo Games,Cipher Prime,,,,,,,2011-01-04, -/games/boxart/full_auditorium-hd_509AmericaFront.jpg,Auditorium HD,PSN,Puzzle,Zoo Games,Cipher Prime,7.8,,,,,,2010-11-23, -/games/boxart/default.jpg,Axiom Overdrive,XBL,Puzzle,Unknown,Reflexive Entertainment,,,,,,,, -/games/boxart/full_aya-and-the-cubes-of-light_424AmericaFront.jpg,Aya and the Cubes of Light,WW,Puzzle,Unknown,Object Vision Software,7,,,,,,2011-09-22, -/games/boxart/full_1293709AmericaFrontccc.jpg,Azkend,PC,Puzzle,Myth People,Myth People,,,,,,,2007-12-19, -/games/boxart/default.jpg,Aztec Treasure Hunt,DS,Puzzle,Unknown,Playlogic,,,,,,,, -/games/boxart/full_9853583AmericaFrontccc.jpg,Azubi's Pool Of Bethesda,XBL,Puzzle,Microsoft,Azubi,,,,,,,2009-09-16, -/games/boxart/full_2185796JapanFrontccc.jpg,Babel no Tou,NES,Puzzle,Namco,Namco,,,,,,,1986-07-18, -/games/boxart/full_babel-the-king-of-the-blocks_75PALFront.jpg,BABEL: The King of the Blocks,PSN,Puzzle,StormBASIC,StormBasic Games,,,,,,,2011-06-02, -/games/boxart/full_7610688AmericaFrontccc.jpg,Back to Bed,iOS,Puzzle,Unknown,Surreal Software,,,,,,,, -/games/boxart/full_270982AmericaFrontccc.jpg,Back to Bed,PC,Puzzle,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2014-08-06,2019-05-14 -/games/boxart/4100867ccc.jpg,Backgammon,2600,Puzzle,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_7016004AmericaFrontccc.jpg,Baku Baku,PC,Puzzle,Sega,Sega-AM2,,,,,,,1996-11-27, -/games/boxart/default.jpg,Baku Baku,MS,Puzzle,Tec Toy,Tec Toy,,,,,,,1998-01-01, -/games/boxart/full_4720391AmericaFrontccc.jpg,Baku Baku,GG,Puzzle,Sega,Minato Giken,,,,,,,1996-01-01, -/games/boxart/full_3245958JapanFrontccc.jpg,Bakuretsu Hunter: Mahjong Special,PS,Puzzle,Banpresto,Banpresto,,,,,,,1996-10-25, -/games/boxart/default.jpg,Bakutan,WW,Puzzle,Alpha Unit,Alpha Unit,,,,,,,2008-11-11, -/games/boxart/full_2161692AmericaFrontccc.jpg,Ball Fighter,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2009-12-07, -/games/boxart/3354481ccc.jpg,Ballistic,GB,Puzzle,Atari,Atari,,,,,,,1999-10-31, -/games/boxart/full_1088789AmericaFrontccc.jpg,Balloon Blocks,XBL,Puzzle,Microsoft,Creative Cog Games,,,,,,,2009-11-25, -/games/boxart/full_balloon-pop-festival_8AmericaFront.jpg,Balloon Pop Festival,WW,Puzzle,UFO Interactive,UFO Interactive,,,,,,,2010-07-12, -/games/boxart/full_balls-n-walls_699AmericaFront.jpg,Balls N Walls,XBL,Puzzle,Microsoft,David Tse,,,,,,,2011-09-15, -/games/boxart/full_1477950AmericaFrontccc.jpg,Bang Attack,WW,Puzzle,Engine Software,Engine Software,,,,,,,2010-04-19, -/games/boxart/full_bashi-blocks_820AmericaFront.png,Bashi Blocks,PSN,Puzzle,Unknown,Icon Games Entertainment Ltd,,,,,,,2011-09-06, -/games/boxart/full_9894275AmericaFrontccc.jpg,Bat-L-Blocks,XBL,Puzzle,Microsoft,JamesH,,,,,,,2009-01-14, -/games/boxart/full_6121347JapanFrontccc.jpg,Battery Navi,3DO,Puzzle,Dai Nippon Printing,Dai Nippon Printing,,,,,,,1995-01-01, -/games/boxart/full_4829866JapanFrontccc.jpg,Battle Lode Runner,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-04-23, -/games/boxart/full_9122101JapanFrontccc.jpg,Battle Lode Runner,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1993-02-10, -/games/boxart/full_battle-of-the-elements_326AmericaFront.jpg,Battle of the Elements,DSiW,Puzzle,Unknown,EnjoyUp Games,,,,,,,, -/games/boxart/default.jpg,Battle Qix,PS,Puzzle,Success,Success,,,,,,,2002-10-24, -/games/boxart/full_2733298AmericaFrontccc.jpg,BattleSweeper,XBL,Puzzle,Microsoft,StudioGuineaPig,,,,,,,2009-02-11, -/games/boxart/default.jpg,BBG,PSP,Puzzle,Unknown,Seed9,,,,,,,, -/games/boxart/full_beamem-up_4PALFront.jpg,Beam'em Up,PSN,Puzzle,Unknown,Immersive Games,,,,,,,2010-06-15, -/games/boxart/full_8238185AmericaFrontccc.jpg,BeatBlox,XBL,Puzzle,Microsoft,Aaron Ramsey,,,,,,,2009-04-02, -/games/boxart/full_6853162AmericaFrontccc.jpg,Beautiful Katamari,XBL,Puzzle,Namco Bandai,Now Production,,,,,,,2010-02-16, -/games/boxart/full_3482481AmericaFrontccc.jpg,Bejeweled 2,PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2009-01-29, -/games/boxart/full_bejeweled-2_10AmericaFront.jpg,Bejeweled 2,WW,Puzzle,PopCap Games,PopCap Games,,,,,,,2010-06-14, -/games/boxart/full_bejeweled-2-psp_2AmericaFront.jpg,Bejeweled 2 (PSP),PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2010-06-29, -/games/boxart/full_4490606AmericaFrontccc.jpg,Bejeweled 2 Deluxe,XBL,Puzzle,Oberon Media,PopCap Games,6.9,,,,,,2005-11-22, -/games/boxart/full_bejeweled-3_738AmericaFront.jpg,Bejeweled 3,XBL,Puzzle,PopCap Games,PopCap Games,,,,,,,2011-10-19, -/games/boxart/default.jpg,Bejeweled 3,PSN,Puzzle,Unknown,PopCap Games,,,,,,,, -/games/boxart/full_bejeweled-blitz-live_215AmericaFront.jpg,Bejeweled Blitz Live,XBL,Puzzle,PopCap Games,Torpex Games,7.2,,,,,,2011-02-23, -/games/boxart/full_bejeweled-deluxe_294AmericaFront.jpg,Bejeweled Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2004-01-01, -/games/boxart/full_8720890AmericaFrontccc.jpg,Bejeweled Twist,DSiW,Puzzle,PopCap Games,Griptonite Games,,,,,,,2009-12-14, -/games/boxart/full_between_88AmericaFront.jpg,Between,PC,Puzzle,Jason Rohrer,Jason Rohrer,,,,,,,2008-11-13, -/games/boxart/full_beyond_68AmericaFront.jpg,BEYOND,XBL,Puzzle,Microsoft,mitabo,,,,,,,2011-07-05, -/games/boxart/full_1607048AmericaFrontccc.jpg,Big Kahuna Party,WW,Puzzle,Nintendo,Reflexive Entertainment,,,,,,,2008-12-15, -/games/boxart/full_big-money-deluxe_50AmericaFront.jpg,Big Money Deluxe,PC,Puzzle,PopCap Games,PopCap,,,,,,,2006-08-30, -/games/boxart/full_6957269PALFrontccc.jpg,Big Word Puzzle Book,DS,Puzzle,505 Games,505 Games,,,,,,,2009-04-24, -/games/boxart/full_4331323AmericaFrontccc.png,Billionaire Blitz,And,Puzzle,Unknown,Unknown,,,,,,,2014-08-27, -/games/boxart/full_9017358AmericaFrontccc.jpg,Bird & Beans,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-04-05, -/games/boxart/full_bishoujo-senshi-sailor-moon-s-kondo-wa-puzzle-de-oshioki-yo_0JapanFront.jpg,Bishoujo Senshi Sailor Moon S: Kondo wa Puzzle de Oshioki yo!,SNES,Puzzle,Bandai,Tom Create,,,,,,,1994-07-15, -/games/boxart/full_bishoujo-senshi-sailor-moon-s-kurukkurin_5JapanFront.jpg,Bishoujo Senshi Sailor Moon S: Kurukkurin,SNES,Puzzle,Bandai,Tom Create,,,,,,,1995-02-24, -/games/boxart/full_bishoujo-senshi-sailor-moon-super-s-fuwa-fuwa-panic_4JapanFront.jpg,Bishoujo Senshi Sailor Moon Super S: Fuwa Fuwa Panic,SNES,Puzzle,Bandai,Tom Create,,,,,,,1995-12-08, -/games/boxart/full_bishoujo-senshi-sailor-moon-sailor-stars-fuwa-fuwa-panic-2_7JapanFront.jpg,Bishoujo Senshi Sailor Moon: Sailor Stars Fuwa Fuwa Panic 2,SNES,Puzzle,Bandai,Tom Create,,,,,,,1996-09-27, -/games/boxart/full_9857156JapanFrontccc.jpg,bit Generations: Coloris,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, -/games/boxart/full_8583044JapanFrontccc.jpg,bit Generations: Digidrive,GBA,Puzzle,Nintendo,Q-Games,,,,,,,2006-07-27, -/games/boxart/full_8106628JapanFrontccc.jpg,bit Generations: Orbital,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, -/games/boxart/full_8161397JapanFrontccc.jpg,bit Generations: Soundvoyager,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, -/games/boxart/6510255ccc.jpg,bit Generations: Soundvoyager,GBA,Puzzle,Nintendo,skip Ltd.,,,,,,,2006-07-27, -/games/boxart/full_7756386AmericaFrontccc.jpg,bittos+,WW,Puzzle,MACHINE Studios LLC,Unconditional Studios LLC,,,,,,,2010-01-25, -/games/boxart/full_4809949AmericaFrontccc.jpg,Blazing Dragons,SAT,Puzzle,Mindscape,Illusions Game Company,,,,,,,1996-10-31, -/games/boxart/full_4400268PALFrontccc.png,Bliss Island,PSN,Puzzle,Codemasters,PomPom Games,5.7,,,,,,2009-02-05, -/games/boxart/full_2394024AmericaFrontccc.jpg,Bliss Island,XBL,Puzzle,Codemasters Online,PomPom Games,5.3,,,,,,2008-03-12, -/games/boxart/full_6178399PALFrontccc.jpg,Block Buster,PS,Puzzle,Phoenix Games,Marvelous Interactive,,,,,,,2003-08-08, -/games/boxart/full_block-cascade-fusion_4PALFront.jpg,Block Cascade Fusion,PSN,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2011-06-02, -/games/boxart/default.jpg,Block Factory,3DS,Puzzle,Unknown,EnjoyGaming,,,,,,,, -/games/boxart/full_4974472JapanFrontccc.jpg,Block Kuzushi (FDS),NES,Puzzle,Konami,Konami,,,,,,,1986-12-13, -/games/boxart/full_block-kuzushi-gb_476JapanFront.jpg,Block Kuzushi GB,GB,Puzzle,Pow,Pow,,,,,,,1995-12-29, -/games/boxart/1388174ccc.jpg,Block Out,GEN,Puzzle,Electronic Arts,California Dreams,,,,,,,1991-01-01, -/games/boxart/full_blockado-puzzle-island_438AmericaFront.jpg,Blockado - Puzzle Island,DSiW,Puzzle,Unknown,Bitfield,,,,,,,2011-08-18, -/games/boxart/full_5282883AmericaFrontccc.jpg,Blockids,PS,Puzzle,Natsume,Athena,,,,,,,2003-08-04, -/games/boxart/full_blockids_796AmericaFront.jpg,Blockids,PSN,Puzzle,Sony Computer Entertainment,Athena,,,,,,,2010-11-30, -/games/boxart/default.jpg,Blockout,WW,Puzzle,Unknown,Cosmigo,,,,,,,, -/games/boxart/default.jpg,Blocks: The Devilish Delivery Game,XBL,Puzzle,Unknown,IndiePubGames,,,,,,,, -/games/boxart/full_blockt_9AmericaFront.jpg,Blockt,XBL,Puzzle,Microsoft,Moltensoft,,,,,,,2011-09-02, -/games/boxart/full_blodia_637JapanFront.jpg,Blodia,GB,Puzzle,Tonkin House,Tonkin House,,,,,,,1990-04-20, -/games/boxart/full_blodia-land-puzzle-quest_690JapanFront.jpg,Blodia Land: Puzzle Quest,NES,Puzzle,Tonkin House,Tonkin House,,,,,,,1990-08-11, -/games/boxart/full_1670150AmericaFrontccc.jpg,BLOK DROP U,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2014-03-06,2018-01-07 -/games/boxart/default.jpg,Bloktonik,WW,Puzzle,Unknown,Robotube Games,,,,,,,2020-12-31, -/games/boxart/full_blokus_717AmericaFront.jpg,Blokus,PSN,Puzzle,Gameloft,Gameloft,,,,,,,2010-12-21, -/games/boxart/full_blokus-club-with-bumpy-trot_145JapanFront.jpg,Blokus Club with Bumpy Trot,PS2,Puzzle,Irem Software Engineering,Irem Software Engineering,,,,,,,2005-11-17, -/games/boxart/full_66351AmericaFrontccc.jpg,Blokus World Tour,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-05-26, -/games/boxart/full_1573424AmericaFrontccc.jpg,Bloons,WW,Puzzle,Hands On Mobile,Bloober Team,,,,,,,2010-02-08, -/games/boxart/full_8212767AmericaFrontccc.png,Bloons,PSN,Puzzle,Hands On Mobile,Bloober Team,,,,,,,2009-11-23, -/games/boxart/full_111479AmericaFrontccc.jpg,Bloons,DSiW,Puzzle,Hands On Mobile,Bloober Team,,,,,,,2010-05-03, -/games/boxart/full_5568296AmericaFrontccc.jpg,Blow,XBL,Puzzle,Vector 2 Games,David Flook,,,,,,,2008-11-17, -/games/boxart/full_blow-me-up_898AmericaFront.jpg,Blow Me Up,XBL,Puzzle,Microsoft,Stegersaurus Games 2,,,,,,,2011-08-12, -/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle_239AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle,PSN,Puzzle,Relentless Software,Relentless Software,,,,,,,2010-03-25, -/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle_173AmericaFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle,PC,Puzzle,Relentless Software,Relentless Software,,,,,,,2010-12-03, -/games/boxart/full_blue-toad-murder-files-the-mysteries-of-little-riddle-episode-one_132PALFront.jpg,Blue Toad Murder Files: The Mysteries of Little Riddle - Episode One,PSN,Puzzle,Relentless Software,Relentless Software,,,,,,,2009-12-17, -/games/boxart/full_8692329AmericaFrontccc.jpg,Boggle,PC,Puzzle,Hasbro Interactive,Hasbro Interactive,,,,,,,1997-09-30, -/games/boxart/6682301ccc.jpg,Boggle Plus,GB,Puzzle,Parker Bros.,Sculptured Software,,,,,,,1992-02-01, -/games/boxart/full_8142773AmericaFrontccc.jpg,Boingz,WW,Puzzle,RealArcade,NinjaBee,,,,,,,2008-11-24, -/games/boxart/full_1387804JapanFrontccc.jpg,Bokura no Telebi Game Kentei,DS,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2008-06-26, -/games/boxart/full_187364AmericaFrontccc.jpg,Bomb Disposal Expert,XBL,Puzzle,Microsoft,Evolution Dreams Studio,,,,,,,2009-04-25, -/games/boxart/full_bomberman_887AmericaFront.jpg,Bomberman,NGage,Puzzle,Nokia,Hudson Soft,5.4,,,,,,2004-08-04, -/games/boxart/full_5233794AmericaFrontccc.jpg,Bomberman,PCE,Puzzle,Turbo Technologies,Hudson Soft,,,,,,,1990-01-01, -/games/boxart/6207052ccc.jpg,Bomberman '93,PCE,Puzzle,Interchannel,Hudson Soft,,,,,,,1993-01-01, -/games/boxart/1433848ccc.jpg,Bomberman '93,VC,Puzzle,Turbo Technologies,Hudson Soft,,,,,,,2006-11-21, -/games/boxart/full_5321348JapanFrontccc.jpg,Bomberman '94,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1993-12-10, -/games/boxart/full_bomberman-94_547AmericaFront.jpg,Bomberman '94,PSN,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2011-06-02, -/games/boxart/full_5174836JapanFrontccc.jpg,Bomberman '94,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-03-23, -/games/boxart/full_8937688JapanFrontccc.jpg,Bomberman 64 (Japan),N64,Puzzle,Hudson Soft,Racjin,,,,,,,2001-12-20, -/games/boxart/full_5600307AmericaFrontccc.jpg,Bomberman Blast,WW,Puzzle,Hudson Entertainment,Hudson Soft,8.1,,,,,,2008-09-29, -/games/boxart/full_3057287AmericaFrontccc.jpg,Bomberman Blitz,DSiW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-11-09, -/games/boxart/full_3685319AmericaFrontccc.jpg,Bomberman Collection,PC,Puzzle,Konami,Hudson Soft,,,,,,,2003-03-24, -/games/boxart/full_4111653JapanFrontccc.jpg,Bomberman Collection,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1996-07-21, -/games/boxart/2051106ccc.jpg,Bomberman GB,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1995-04-01, -/games/boxart/full_2056680JapanFrontccc.jpg,Bomberman GB3,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1996-12-20, -/games/boxart/full_6932049JapanFrontccc.jpg,Bomberman Jetters,PS2,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2002-12-19, -/games/boxart/full_bomberman-legacy_25AmericaFront.jpg,Bomberman Legacy,PSN,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2010-11-23, -/games/boxart/full_bomberman-live-battlefest_149AmericaFront.jpg,Bomberman Live: Battlefest,XBL,Puzzle,Hudson Soft,Pi Studios,7.3,,,,,,2010-12-08, -/games/boxart/default.jpg,Bomberman Live: Battlefest,WW,Puzzle,Unknown,Pi Studios,,,,,,,, -/games/boxart/default.jpg,Bomberman Max Red / Blue: Challenger / Champion,GB,Puzzle,Vatical Entertainment,Hudson Soft,,,,,,,2000-05-14, -/games/boxart/8638896ccc.jpg,Bomberman Online,DC,Puzzle,Sega,Hudson Soft,8.4,,,,,,2001-10-30, -/games/boxart/full_4252644JapanFrontccc.jpg,Bomberman Online World,PC,Puzzle,MGame,Hudson Soft,,,,,,,2008-01-01, -/games/boxart/full_4024913AmericaFrontccc.jpg,Bomberman Party Edition,PSN,Puzzle,Sony Computer Entertainment,Metro,,,,,,,2009-12-10, -/games/boxart/full_4063417AmericaFrontccc.png,Bomberman Ultra,PSN,Puzzle,Hudson Soft,Hudson Soft,8,,,,,,2009-06-11, -/games/boxart/default.jpg,Bomberman Ultra: Battlefest,PSN,Puzzle,Unknown,Pi Studios,,,,,,,, -/games/boxart/full_3789740JapanFrontccc.jpg,Bomberman: Panic Bomber,VC,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2008-03-18, -/games/boxart/full_7045450JapanFrontccc.jpg,Bomberman: Panic Bomber,PSP,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2005-06-23, -/games/boxart/full_1077414JapanFrontccc.jpg,Bomberman: Panic Bomber,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1994-12-22, -/games/boxart/full_8866704AmericaFrontccc.jpg,Boogie Bunnies,PC,Puzzle,Sierra Online,Artech Studios,,,,,,,2008-05-13, -/games/boxart/full_7243641AmericaFrontccc.jpg,Boogie Bunnies,XBL,Puzzle,Sierra Online,Artech Studios,6.5,,,,,,2008-01-16, -/games/boxart/full_5366314AmericaFrontccc.jpg,BookWorm,DSiW,Puzzle,Electronic Arts,PopCap Games,,,,,,,2009-11-30, -/games/boxart/full_bookworm-adventures-volume-2_3AmericaFront.jpg,Bookworm Adventures Volume 2,PC,Puzzle,PopCap Games,PopCap Games,8.3,,,,,,2009-07-30, -/games/boxart/full_642861AmericaFrontccc.jpg,Boom Boom Rocket,XBL,Puzzle,Electronic Arts,Bizarre Creations,6.3,,,,,,2007-04-11, -/games/boxart/full_boom-boom-squaries_133AmericaFront.jpg,Boom Boom Squaries,DSiW,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2011-02-07, -/games/boxart/full_boorps-balls_588AmericaFront.jpg,Boorp's Balls,PC,Puzzle,Unknown,Katana Games,,,,,,,2007-03-19, -/games/boxart/full_8143638AmericaFrontccc.jpg,Bop N' Pop!,XBL,Puzzle,Microsoft,trufun101,,,,,,,2009-06-25, -/games/boxart/full_3241649AmericaFrontccc.jpg,Boulder Dash,NES,Puzzle,JVC,First Star Software,,,,,,,1990-06-01, -/games/boxart/full_5405381AmericaFrontccc.jpg,Boulder Dash,VC,Puzzle,Commodore,First Star Software,,,,,,,2009-06-01, -/games/boxart/full_869137PALFrontccc.jpg,Boulder Dash,GB,Puzzle,Nintendo,Beam Software,,,,,,,1990-01-01, -/games/boxart/full_boulder-dash_222AmericaFront.jpg,Boulder Dash,PC,Puzzle,First Star Software,First Star Software,,,,,,,1984-01-01, -/games/boxart/full_boulder-dash-construction-kit_282AmericaFront.jpg,Boulder Dash Construction Kit,PC,Puzzle,Epyx,"IBID, Inc.",,,,,,,1987-01-01, -/games/boxart/full_boulder-dash-ii-rockfords-revenge_798PALFront.jpg,Boulder Dash II: Rockford's Revenge,PC,Puzzle,First Star Software,First Star Software,,,,,,,1986-01-01, -/games/boxart/full_boulder-dash-xl_126AmericaFront.jpg,Boulder Dash-XL,XBL,Puzzle,Kalypso,Catnip Games,7.6,,,,,,2011-07-13, -/games/boxart/full_2343627AmericaFrontccc.jpg,Boulder Dash-XL 3D,3DS,Puzzle,Giant Media Group,Catnip Games,,,,,,,2012-09-25,2018-08-31 -/games/boxart/full_boulder-dash-rocks_412PALFront.jpg,Boulder Dash: Rocks!,PSP,Puzzle,Unknown,10tacle Studios AG,,,,,,,,2018-03-22 -/games/boxart/full_7706251AmericaFrontccc.jpg,Bounce & Break,DSiW,Puzzle,Enjoy Gaming,Enjoy Gaming Ltd,,,,,,,2010-05-03, -/games/boxart/6611430ccc.jpg,Boxxle,GB,Puzzle,FCI,Thinking Rabbit,,,,,,,1990-02-01, -/games/boxart/5896064ccc.jpg,Boxxle 2,GB,Puzzle,FCI,Thinking Rabbit,,,,,,,1992-06-01, -/games/boxart/full_boxyboy_10AmericaFront.jpg,Boxyboy,PCE,Puzzle,NEC,Media Rings,,,,,,,1990-01-01, -/games/boxart/full_4518217AmericaFrontccc.jpg,Brain Age Express: Sudoku,DSiW,Puzzle,Nintendo,Nintendo SDD,,,,,,,2009-08-17, -/games/boxart/8605491ccc.jpg,Brain Bender,GB,Puzzle,Electro Brain,Gremlin Interactive,,,,,,,1991-11-02, -/games/boxart/5308034ccc.jpg,Brain Buster Puzzle Pak,DS,Puzzle,Agetec,Suzak / Nicoli,,,,,,,2007-06-15, -/games/boxart/full_6725372AmericaFrontccc.jpg,Brain Challenge,DSiW,Puzzle,Gameloft,Gameloft,,,,,,,2009-07-13, -/games/boxart/full_39033AmericaFrontccc.jpg,Brain Challenge,PC,Puzzle,Unknown,Gameloft,,,,,,,, -/games/boxart/full_2268199AmericaFrontccc.jpg,Brain Deluxe,XBL,Puzzle,Microsoft,Eicus Software,,,,,,,2009-02-03, -/games/boxart/168028ccc.jpg,Brain Drain,GB,Puzzle,Acclaim Entertainment,Visual Impact,,,,,,,1998-03-01, -/games/boxart/full_9865528AmericaFrontccc.jpg,Brain Drain,WW,Puzzle,Enjoy Gaming,Enjoy Gaming,,,,,,,2010-04-26, -/games/boxart/full_brain-drain_5AmericaFront.jpg,Brain Drain,DSiW,Puzzle,Enjoy Gaming,Enjoy Gaming,,,,,,,2010-06-28, -/games/boxart/default.jpg,Brain Drain,Wii,Puzzle,Unknown,Enjoy Gaming Ltd,,,,,,,, -/games/boxart/full_6323750AmericaFrontccc.jpg,Brain Party,XBL,Puzzle,Microsoft,Hudzilla,,,,,,,2008-11-19, -/games/boxart/full_2364104AmericaFrontccc.jpg,Brain Spa,PC,Puzzle,Ubisoft,Ubisoft,,,,,,,2007-09-25, -/games/boxart/full_3140329AmericaFrontccc.png,Brainpipe,PSN,Puzzle,Hands On Mobile,Hands On Mobile Inc.,,,,,,,2009-10-01, -/games/boxart/full_brainstorm-series-word-wizard-3d_751AmericaFront.jpg,Brainstorm Series: Word Wizard 3D,3DS,Puzzle,Storm City Games,Storm City Entertainment,,,,,,,, -/games/boxart/default.jpg,Brainstorm!,PC,Puzzle,Simon & Schuster Interactive,Onscreen Interactive Ltd.,,,,,,,2002-10-10, -/games/boxart/full_7290467AmericaFrontccc.jpg,Brave Furries,And,Puzzle,Bulkypix,Bulkypix,,,,,,,2014-08-06, -/games/boxart/full_3503070AmericaFrontccc.jpg,Break In,XBL,Puzzle,Microsoft,duality72,,,,,,,2009-04-09, -/games/boxart/5831223ccc.jpg,Breakout,2600,Puzzle,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_breakout_17AmericaFront.jpg,Breakout,PC,Puzzle,Atari,Supersonic Software,,,,,,,2000-10-06, -/games/boxart/5496149ccc.jpg,Breakout 2000,AJ,Puzzle,Telegames,L4 Software,,,,,,,1996-12-01, -/games/boxart/full_3573767AmericaFrontccc.jpg,BreakQuest,PC,Puzzle,Oberon Media,Nurium Games,,,,,,,2004-11-15, -/games/boxart/full_7822921PALFrontccc.png,BreakQuest,PSN,Puzzle,Beatshapers,Beatshapers,7,,,,,,2010-03-18, -/games/boxart/full_breakthru_8JapanFront.jpg,BreakThru!,PS,Puzzle,Shoeisha,Shoeisha,,,,,,,1995-12-01, -/games/boxart/9560407ccc.jpg,BreakThru!,SNES,Puzzle,Spectrum Holobyte,Artech Digital Entertainment,,,,,,,1995-01-01, -/games/boxart/full_3546599JapanFrontccc.jpg,BreakThru!,SAT,Puzzle,BMG Interactive Entertainment,Shoeisha,,,,,,,1995-09-22, -/games/boxart/558709ccc.jpg,BreakThru!,GB,Puzzle,Spectrum Holobyte,Realtime Associates,,,,,,,1995-01-01, -/games/boxart/full_3909741JapanFrontccc.jpg,Breed Master,PS,Puzzle,Office Create,Unknown,,,,,,,2002-04-25, -/games/boxart/full_brick-breaker_10PALFront.png,Brick Breaker,PSN,Puzzle,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-21, -/games/boxart/full_4508524PALFrontccc.jpg,Brick Em' All,GBA,Puzzle,505 Games,Access,,,,,,,2006-02-01, -/games/boxart/full_8998646AmericaFrontccc.png,BrickBlast U!,WiiU,Puzzle,Unknown,Unknown,,,,,,,2014-06-26, -/games/boxart/full_1213081AmericaFrontccc.jpg,Bricks4Ever,XBL,Puzzle,Microsoft,Running Pixel,,,,,,,2009-02-17, -/games/boxart/full_bridge_368AmericaFront.jpg,Bridge,DSiW,Puzzle,Unknown,Cosmigo,,,,,,,2011-09-15, -/games/boxart/full_1902917AmericaFrontccc.jpg,Bruiser & Scratch,WW,Puzzle,Nintendo,Steel Penny Games,,,,,,,2008-12-08, -/games/boxart/4935754ccc.jpg,Bubble Bath Babes,NES,Puzzle,Panesian,Panesian,,,,,,,1991-01-01, -/games/boxart/full_3684929AmericaFrontccc.jpg,Bubble Bobble also featuring Rainbow Islands,PC,Puzzle,Acclaim Entertainment,Probe Entertainment Ltd.,,,,,,,1996-09-30, -/games/boxart/full_2598662AmericaFrontccc.jpg,Bubble Bobble also featuring Rainbow Islands,SAT,Puzzle,Acclaim Entertainment,Probe Entertainment Ltd.,,,,,,,1996-01-01, -/games/boxart/full_bubble-bobble-classic_844AmericaFront.jpg,Bubble Bobble Classic,GB,Puzzle,Metro 3D,Dreams,,,,,,,1999-01-01, -/games/boxart/full_6700547AmericaFrontccc.jpg,Bubble Bobble Neo!,XBL,Puzzle,Taito,Taito Corporation,7.5,,,,,,2009-09-16, -/games/boxart/1680670ccc.jpg,Bubble Bobble Part 2,NES,Puzzle,Taito,Taito Corporation,,,,,,,1993-08-01, -/games/boxart/full_9314802AmericaFrontccc.jpg,Bubble Bobble Part 2,GB,Puzzle,Natsume,Taito Corporation,,,,,,,1993-07-01, -/games/boxart/full_144837AmericaFrontccc.png,Bubble Trubble,PSN,Puzzle,Creat Studio,Creat Studios,6,,,,,,2009-11-11, -/games/boxart/full_6929923JapanFrontccc.jpg,Building Crush!,PS,Puzzle,Shoeisha,Unknown,,,,,,,1996-10-25, -/games/boxart/full_6191522AmericaFrontccc.jpg,Buku Sudoku,PC,Puzzle,Merscom LLC,Absolutist Ltd.,,,,,,,2006-01-01, -/games/boxart/full_3351242AmericaFrontccc.jpg,Buku Sudoku,XBL,Puzzle,Microsoft,Absolutist Ltd.,6.7,,,,,,2008-05-28, -/games/boxart/142996ccc.jpg,BurgerTime,NES,Puzzle,Data East,Data East,,,,,,,1987-05-01, -/games/boxart/full_burn-the-rope_415AmericaFront.jpg,Burn the Rope,WW,Puzzle,Unknown,Big Blue Bubble Inc.,6,,,,,,, -/games/boxart/full_8536344JapanFrontccc.jpg,Burning Paper,GB,Puzzle,Logic,G-Amusements,,,,,,,1993-02-26, -/games/boxart/7696030ccc.jpg,Bust-A-Move,SNES,Puzzle,Taito,Taito Corporation,,,,,,,1995-03-01, -/games/boxart/full_8157658AmericaFrontccc.jpg,Bust-A-Move,GG,Puzzle,Taito,Taito Corporation,,,,,,,1995-01-01, -/games/boxart/full_7843644AmericaFrontccc.jpg,Bust-A-Move '99,N64,Puzzle,Acclaim Entertainment,Distinctive Developments Ltd.,,,,,,,1999-04-30, -/games/boxart/full_5140720JapanFrontccc.jpg,Bust-A-Move (CD),NG,Puzzle,SNK,Taito Corporation,,,,,,,1995-01-01, -/games/boxart/full_7958907PALFrontccc.jpg,Bust-A-Move 2 Arcade Edition,PC,Puzzle,Acclaim Entertainment,Les Bird and Ruben Cabrera,,,,,,,1998-01-01, -/games/boxart/6256255ccc.jpg,Bust-A-Move 2 Arcade Edition,SAT,Puzzle,Acclaim Entertainment,Taito Corporation,,,,,,,1996-01-01, -/games/boxart/8748149ccc.jpg,Bust-A-Move 2 Arcade Edition,GB,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-02-01, -/games/boxart/2961892ccc.jpg,Bust-A-Move 3,SAT,Puzzle,Natsume,Taito Corporation,,,,,,,1997-12-31, -/games/boxart/full_bust-a-move-3-dx_675PALFront.jpg,Bust-A-Move 3 DX,PC,Puzzle,Empire Interactive,Taito Corporation,,,,,,,2002-01-11, -/games/boxart/full_3150571PALFrontccc.jpg,Bust-A-Move 3 DX,GB,Puzzle,Taito,Probe Entertainment Limited,,,,,,,1998-01-01, -/games/boxart/full_663442AmericaFrontccc.jpg,Bust-A-Move 4,GB,Puzzle,Acclaim Entertainment,Crawfish Interactive,,,,,,,2000-04-27, -/games/boxart/1198304ccc.jpg,Bust-A-Move 4,DC,Puzzle,Acclaim Entertainment,Taito Corporation,8.2,,,,,,2000-05-31, -/games/boxart/full_8329832AmericaFrontccc.jpg,Bust-A-Move 4,PC,Puzzle,Interplay,Taito Corporation,,,,,,,2001-01-31, -/games/boxart/full_9820659AmericaFrontccc.jpg,Bust-A-Move Live!,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-09-30, -/games/boxart/9871790ccc.jpg,Bust-A-Move Millennium,GB,Puzzle,Acclaim Entertainment,Taito Corporation,,,,,,,2000-10-27, -/games/boxart/full_2497994AmericaFrontccc.jpg,Bust-A-Move Plus!,WW,Puzzle,Taito,Taito Corporation,,,,,,,2009-07-06, -/games/boxart/full_buzz-quiz-world_8AmericaFront.jpg,BUZZ! Quiz World,PSN,Puzzle,Sony Computer Entertainment,Magenta Software,,,,,,,2009-12-17, -/games/boxart/default.jpg,Cadillac,PS,Puzzle,Hect,Unknown,,,,,,,1999-05-27, -/games/boxart/full_9041499JapanFrontccc.jpg,Calcolo! Ochimono Shooting,PS,Puzzle,Clef Inventor,Clef Inventor,,,,,,,1997-11-06, -/games/boxart/full_can-you-see-what-i-see_198AmericaFront.jpg,Can You See What I See? Curfuffle's Collectibles,PC,Puzzle,Mumbo Jumbo,Freeze Tag,,,,,,,2008-10-13, -/games/boxart/full_7257433AmericaFrontccc.jpg,Candy Crush Saga,And,Puzzle,King.com,King.com,,,,,,,2012-12-14,2018-07-20 -/games/boxart/full_4300907AmericaFrontccc.jpg,Candy Crush Saga,BRW,Puzzle,King.com,King.com,,,,,,,2012-04-12,2018-07-20 -/games/boxart/full_4725783AmericaFrontccc.jpg,Candy Crush Saga,PC,Puzzle,King.com,King.com,,,,,,,2010-01-01, -/games/boxart/full_cannonbotgo_350AmericaFront.jpg,CannonBotGo,XBL,Puzzle,Microsoft,Segawa,,,,,,,2010-12-11, -/games/boxart/full_9473700AmericaFrontccc.jpg,Carcophony,XBL,Puzzle,Microsoft,glpeas,,,,,,,2009-10-22, -/games/boxart/full_cardboard-castle_499AmericaFront.jpg,Cardboard Castle,iOS,Puzzle,Unknown,White Birds Productions,7.5,,,,,,, -/games/boxart/full_6326751JapanFrontccc.jpg,Cardcaptor Sakura: Clow Card Magic,PS,Puzzle,Arika,Arika,,,,,,,2000-01-27, -/games/boxart/full_8698254AmericaFrontccc.jpg,Caribbean Hideaway,PC,Puzzle,Oberon Media,Oberon Media,,,,,,,2008-01-28, -/games/boxart/full_584292AmericaFrontccc.jpg,Caribbean Mah Jong,PC,Puzzle,GameHouse,GameHouse,,,,,,,2006-05-25, -/games/boxart/full_4020426PALFrontccc.png,Carol Vorderman's Sudoku,PSN,Puzzle,Empire Interactive,Empire Interactive,7.4,,,,,,2008-11-27, -/games/boxart/full_2822024AmericaFrontccc.jpg,Carol Vorderman's Sudoku,PC,Puzzle,Eidos Interactive,Empire Interactive,,,,,,,2007-03-12, -/games/boxart/full_2007070AmericaFrontccc.jpg,Cassie's Corner,XBL,Puzzle,Microsoft,North Squard,,,,,,,2009-09-27, -/games/boxart/9353515ccc.jpg,Castelian,NES,Puzzle,Triffix,Bits Studios,,,,,,,1991-06-01, -/games/boxart/2219172ccc.jpg,Castelian,GB,Puzzle,Triffix,Bits Studios,,,,,,,1991-05-01, -/games/boxart/full_7307308AmericaFrontccc.jpg,Castlequest,NES,Puzzle,Nexoft,ASCII Entertainment,,,,,,,1989-09-01, -/games/boxart/full_caterpillar_10PALFront.png,Caterpillar,PSN,Puzzle,TikGames,TikGames,,,,,,,2010-09-14, -/games/boxart/default.jpg,Caterpillar,DSiW,Puzzle,Unknown,TikGames,,,,,,,, -/games/boxart/1668645ccc.jpg,Catrap,GB,Puzzle,Asmik Corp,ASK,,,,,,,1990-09-01, -/games/boxart/default.jpg,Catrap,3DS,Puzzle,Unknown,Nintendo,8.5,,,,,,, -/games/boxart/full_3874517AmericaFrontccc.jpg,Caveman Rock,DS,Puzzle,Unknown,Cyber Planet Interactive,,,,,,,2020-12-31, -/games/boxart/default.jpg,Caveman Rock,Wii,Puzzle,Unknown,Cyber Planet Interactive,,,,,,,, -/games/boxart/full_chains_79AmericaFront.jpg,Chains,PC,Puzzle,Meridian4,2DEngine.com,,,,,,,2008-10-25, -/games/boxart/full_2813096AmericaFrontccc.jpg,Chainz 2: Relinked,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-04-25, -/games/boxart/full_chameleon_1AmericaFront.jpg,Chameleon,PSN,Puzzle,UFO Interactive,Starfish,,,,,,,2010-07-06, -/games/boxart/full_8654367JapanFrontccc.jpg,Championship Lode Runner,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-10-27, -/games/boxart/full_5446972JapanFrontccc.jpg,Championship Lode Runner,NES,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1985-04-17, -/games/boxart/full_7198607AmericaFrontccc.jpg,Charm Tale 2: Mermaid Lagoon,PC,Puzzle,RealArcade,Puzzle Lab,,,,,,,2008-01-02, -/games/boxart/full_chew-man-fu_2AmericaFront.jpg,Chew Man Fu,VC,Puzzle,Hudson Soft,Now Production,,,,,,,2007-02-26, -/games/boxart/full_chew-man-fu_7AmericaFront.jpg,Chew Man Fu,PCE,Puzzle,NEC,Now Production,,,,,,,1990-01-01, -/games/boxart/full_chibi-maruko-chan-no-taisen-puzzle-dama_2JapanFront.jpg,Chibi Maruko-Chan no Taisen Puzzle Dama,SAT,Puzzle,Konami,Konami,,,,,,,1995-12-15, -/games/boxart/full_3504500JapanFrontccc.jpg,Chibi Maruko-Chan: Waku Waku Shopping,GEN,Puzzle,Namco,Namco,,,,,,,1992-01-14, -/games/boxart/full_8592337JapanFrontccc.jpg,Chiki Chiki Tengoku,GB,Puzzle,J-Wing,J-Wing,,,,,,,1995-04-28, -/games/boxart/full_6492370AmericaFrontccc.jpg,Chime,XBL,Puzzle,Valcon Games,Zoe Mode,8,,,,,,2010-02-03, -/games/boxart/full_chime-super-deluxe_197AmericaFront.jpg,Chime Super Deluxe,PSN,Puzzle,Unknown,Zoe Mode,7.6,,,,,,2011-03-29, -/games/boxart/7891143ccc.jpg,Chip's Challenge,Lynx,Puzzle,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/full_chizu-monogatari-sono-1_4JapanFront.jpg,Chizu Monogatari: Sono 1,3DO,Puzzle,Unknown,Ariadne,,,,,,,1995-10-27, -/games/boxart/full_chou-gals-kotobuki-ran-2_10JapanFront.jpg,Chou Gals! Kotobuki Ran 2,GB,Puzzle,Konami,Konami,,,,,,,2002-02-07, -/games/boxart/full_399767AmericaFrontccc.jpg,Christmas Clix!,WW,Puzzle,JV Games Inc.,JV Games Inc.,,,,,,,2009-11-30, -/games/boxart/default.jpg,Christmas Wonderland,DSiW,Puzzle,Unknown,Filematch Ltd.,,,,,,,2011-12-08, -/games/boxart/full_chuzzle-deluxe_136AmericaFront.jpg,Chuzzle Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2007-05-30, -/games/boxart/full_4474890JapanFrontccc.jpg,Cinnamoroll: Koko ni Ruyo,GBA,Puzzle,Imagineer,Imagineer,,,,,,,2003-12-05, -/games/boxart/full_5904210AmericaFrontccc.png,Circles,PSN,Puzzle,Gamehastra,GameShastra,,,,,,,2009-11-18, -/games/boxart/full_5167882AmericaFrontccc.jpg,Circuits,OSX,Puzzle,Digital Tentacle,Digital Tentacle,,,,,,,2014-04-17,2019-04-21 -/games/boxart/full_3138390AmericaFrontccc.jpg,Circuits,Linux,Puzzle,Digital Tentacle,Digital Tentacle,,,,,,,2014-04-17,2019-04-21 -/games/boxart/full_circus-lido_2JapanFront.jpg,Circus Lido,PCE,Puzzle,Unknown,Planning System,,,,,,,1991-04-06, -/games/boxart/full_8743548AmericaFrontccc.png,City Mysteries,3DS,Puzzle,Teyon Entertainment,SelectSoft,,,,,,,2014-07-03, -/games/boxart/full_classic-compendium_7AmericaFront.jpg,Classic Compendium,GIZ,Puzzle,Gizmondo Studios,AI Factory,,,,,,,2005-10-22, -/games/boxart/full_3170629JapanFrontccc.jpg,Cleopatra Fortune,DC,Puzzle,Altron,Altron,,,,,,,2001-06-21, -/games/boxart/full_8492646JapanFrontccc.jpg,Cleopatra Fortune,SAT,Puzzle,Taito,Taito Corporation,,,,,,,1997-02-14, -/games/boxart/full_307657AmericaFrontccc.jpg,Cleopatra's Fortune,PS,Puzzle,Mud Duck Productions,Altron,,,,,,,2003-01-01, -/games/boxart/full_7841127AmericaFrontccc.png,Click!,PC,Puzzle,FobTi Interactive,FobTi Interactive,,,,,,,2012-09-30, -/games/boxart/full_clockworks_124JapanFront.jpg,ClockWorks,SAT,Puzzle,Tokuma Shoten,Tokuma Shoten,,,,,,,1996-08-09, -/games/boxart/full_4479597JapanFrontccc.jpg,ClockWorks,SNES,Puzzle,Tokuma Shoten,Axes Art Amuse,,,,,,,1995-12-08, -/games/boxart/full_clockworks_827JapanFront.jpg,ClockWorks,PS,Puzzle,Tokuma Shoten,Tokuma Shoten,,,,,,,1996-07-26, -/games/boxart/722069ccc.jpg,Clu Clu Land,VC,Puzzle,Nintendo,Nintendo R&D1,,,,,,,2008-09-01, -/games/boxart/full_8603039JapanFrontccc.jpg,Clu Clu Land (FDS),NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1992-04-28, -/games/boxart/full_4721478PALFrontccc.jpg,Coconut Dodge,PSN,Puzzle,Futurlab 1,FuturLab,,,,,,,2010-08-31, -/games/boxart/full_6280717AmericaFrontccc.png,Cocoro - Line Defender,3DS,Puzzle,"ENTERBRAIN,INC.","ENTERBRAIN,INC.",,,,,,,2014-06-26, -/games/boxart/full_4317286AmericaFrontccc.jpg,Coffeetime Crosswords,XBL,Puzzle,Konami,"Voltex, Inc.",,,,,,,2008-07-16, -/games/boxart/full_2722475AmericaFrontccc.png,Color Zen Kids,3DS,Puzzle,Cypronia,Large Animal Games,,,,,,,2014-06-19, -/games/boxart/full_8335005AmericaFrontccc.png,Color Zen Kids,WiiU,Puzzle,Cypronia,Large Animal Games,,,,,,,2014-06-19, -/games/boxart/full_6271098AmericaFrontccc.jpg,ColorZ,WW,Puzzle,Exkee,Exkee,7,,,,,,2009-09-07, -/games/boxart/full_8242949AmericaFrontccc.jpg,Colotristar,XBL,Puzzle,Microsoft,HackerFace,,,,,,,2009-08-30, -/games/boxart/full_2434718AmericaFrontccc.jpg,Colourfill,And,Puzzle,Unknown,Unknown,,,,,,,2014-04-05, -/games/boxart/full_2284213PALFrontccc.jpg,Colpile,DS,Puzzle,Atari,Success,,,,,,,2009-09-18, -/games/boxart/default.jpg,Columns,SNES,Puzzle,Media Factory,Marigul,,,,,,,1999-08-01, -/games/boxart/full_columns_483AmericaFront.jpg,Columns,PC,Puzzle,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/full_columns_3AmericaFront.jpg,Columns,MS,Puzzle,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_7485890AmericaFrontccc.jpg,Columns,VC,Puzzle,Sega,Sega,6.5,,,,,,2006-12-04, -/games/boxart/4748546ccc.jpg,Columns,GEN,Puzzle,Sega,Sega,,,,,,,1990-06-29, -/games/boxart/full_6465177AmericaFrontccc.jpg,Columns,GG,Puzzle,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_columns_4JapanFront.jpg,Columns,PCE,Puzzle,Nippon Telenet,Laser Soft,,,,,,,1991-03-29, -/games/boxart/3631032ccc.jpg,Columns Crown,GBA,Puzzle,THQ,Sega,7.3,,,,,,2002-02-04, -/games/boxart/full_columns-gb-tezuka-osamu-characters_10JapanFront.jpg,Columns GB: Tezuka Osamu Characters,GB,Puzzle,Media Factory,Media Factory,,,,,,,1999-11-05, -/games/boxart/full_columns-iii_378AmericaFront.jpg,Columns III,PC,Puzzle,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/8838950ccc.jpg,Columns III,GEN,Puzzle,Sega,Vic Tokai,,,,,,,1993-12-17, -/games/boxart/full_columns-iii-revenge-of-columns_1AmericaFront.jpg,Columns III: Revenge of Columns,VC,Puzzle,Sega,Vic Tokai,,,,,,,2008-02-04, -/games/boxart/full_2436253JapanFrontccc.jpg,Communication Logic Battle Daisessen,DC,Puzzle,Fortyfive,Fortyfive,,,,,,,2000-05-11, -/games/boxart/full_6393547AmericaFrontccc.jpg,Contraption Maker,OSX,Puzzle,Unknown,Unknown,,,,,,,2014-07-07, -/games/boxart/5378968ccc.jpg,Cool Ball,GB,Puzzle,Takara,Bit Managers,,,,,,,1994-08-01, -/games/boxart/full_cool-bricks_578PALFront.jpg,Cool Bricks,GB,Puzzle,SCi,Freestylez,,,,,,,1999-12-01, -/games/boxart/default.jpg,Coronation Street,DS,Puzzle,Unknown,Mindscape Inc.,,,,,,,, -/games/boxart/full_1256751JapanFrontccc.jpg,Coropata,DS,Puzzle,LukPlus,LukPlus,,,,,,,2009-12-24, -/games/boxart/full_9043400JapanFrontccc.jpg,Cosmo Gang: The Puzzle,VC,Puzzle,Namco Bandai,Namco,,,,,,,2008-02-12, -/games/boxart/full_7076452JapanFrontccc.jpg,Cosmo Gang: The Puzzle,SNES,Puzzle,Namco,Namco,,,,,,,1993-02-26, -/games/boxart/default.jpg,Cosmo Gang: The Puzzle (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-04-06, -/games/boxart/full_4924923AmericaFrontccc.jpg,Couples Sudoku,XBL,Puzzle,Microsoft,JDPCreations,,,,,,,2008-12-08, -/games/boxart/default.jpg,Cradle of Egypt,PC,Puzzle,AWEM Studio,AWEM Studio,,,,,,,2011-11-23, -/games/boxart/full_cradle-of-persia_125AmericaFront.jpg,Cradle of Persia,PC,Puzzle,AWEM Studio,AWEM Studio,,,,,,,2007-12-12, -/games/boxart/full_990962AmericaFrontccc.jpg,Cradle of Rome,PC,Puzzle,Elephant Entertainment,cerasus.media GmbH,,,,,,,2007-05-08, -/games/boxart/full_4390622AmericaFrontccc.jpg,Cratermaze,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-08-13, -/games/boxart/full_4936863AmericaFrontccc.jpg,Cratermaze,PCE,Puzzle,NEC,Hudson Soft,,,,,,,1990-01-01, -/games/boxart/full_7683174AmericaFrontccc.jpg,Crayon Physics Deluxe,PC,Puzzle,Kloonigames,Petri Purho,7.5,,,,,,2009-01-07, -/games/boxart/full_crayon-shin-chan-orato-to-poi-poi_651JapanFront.jpg,Crayon Shin-Chan: Orato to Poi Poi,NES,Puzzle,Bandai,TOSE Software,,,,,,,1993-08-27, -/games/boxart/full_crayon-shin-chan-osagusu-dobon_566JapanFront.jpg,Crayon Shin-Chan: Osagusu Dobon,SNES,Puzzle,Bandai,Bandai,,,,,,,1996-09-27, -/games/boxart/full_crayon-chan-puzzle-daimaou-no-nazo_5JapanFront.jpg,Crayon Shin-Chan: Puzzle Daimaou no Nazo,3DO,Puzzle,Bandai,Bandai,,,,,,,1995-03-10, -/games/boxart/default.jpg,Crazy Garage,Wii,Puzzle,Unknown,Playlogic,,,,,,,, -/games/boxart/8681941ccc.jpg,Crazy Machines 2,PC,Puzzle,Viva Media,FAKT Software GmBH,,,,,,,2008-06-20, -/games/boxart/full_5279604AmericaFrontccc.jpg,Crazy Machines 2: Liquid Force,PC,Puzzle,Viva Media,Fakt Software,,,,,,,2009-10-15, -/games/boxart/full_5661757PALFrontccc.jpg,Crazy Machines Complete,PC,Puzzle,Viva Media,Kalypso,,,,,,,2009-04-24, -/games/boxart/full_crazy-machines-elements_504AmericaFront.jpg,Crazy Machines Elements,XBL,Puzzle,DTP Entertainment,FAKT Software GmBH,5,,,,,,2011-08-24, -/games/boxart/default.jpg,Crazy Machines Elements,PSN,Puzzle,Unknown,FAKT Software GmBH,,,,,,,, -/games/boxart/default.jpg,Crazy Machines Elements,PC,Puzzle,Unknown,FAKT Software GmBH,,,,,,,, -/games/boxart/full_2099196AmericaFrontccc.jpg,Crazy Mouse,XBL,Puzzle,Microsoft,Ultizen Games,,,,,,,2008-10-15, -/games/boxart/full_6688347PALFrontccc.jpg,Crazy School Games,DS,Puzzle,DTP Entertainment,Cranberry Production,,,,,,,2009-06-15, -/games/boxart/full_crazy-sudoku_4AmericaFront.jpg,Crazy Sudoku,DSiW,Puzzle,DTP Entertainment,DTP Entertainment,,,,,,,2010-07-19, -/games/boxart/full_critical-mass_285AmericaFront.jpg,Critical Mass,PC,Puzzle,Unknown,Manic Game Studios,8.7,,,,,,2011-06-20, -/games/boxart/full_2905623AmericaFrontccc.png,Critter Crunch,PSN,Puzzle,Capybara Games,Capybara Games,8.8,,,,,,2009-10-08, -/games/boxart/7166736ccc.jpg,Critter Round-Up,WW,Puzzle,Konami,Konami,,,,,,,2008-05-19, -/games/boxart/full_4490019JapanFrontccc.gif,Crossword de Manabou! Chiri - Rekishi,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-05-24, -/games/boxart/full_2935243JapanFrontccc.gif,Crossword DS + Sekai 1-Shuu Cross,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-10-25, -/games/boxart/full_6562885AmericaFrontccc.jpg,Crystal Crush,XBL,Puzzle,Microsoft,Running Pixel,,,,,,,2008-11-20, -/games/boxart/full_crystal-mines_5PALFront.png,Crystal Mines,PSN,Puzzle,Home Entertainment Suppliers,Home Entertainment Suppliers,,,,,,,2011-01-12, -/games/boxart/3042878ccc.jpg,Crystal Mines,NES,Puzzle,Color Dreams,Color Dreams,,,,,,,1989-01-01, -/games/boxart/8918808ccc.jpg,Crystal Mines II,Lynx,Puzzle,Atari,Color Dreams,,,,,,,1990-01-01, -/games/boxart/full_5019867AmericaFrontccc.jpg,Cubage,XBL,Puzzle,Microsoft,Louis Ingenthron,,,,,,,2008-11-03, -/games/boxart/full_1327930AmericaFrontccc.png,Cube,PSN,Puzzle,D3 Publisher,Metia Interactive,,,,,,,2008-09-17, -/games/boxart/full_2205033AmericaFrontccc.jpg,Cube Stacker,XBL,Puzzle,Microsoft,FoomTown Game Studio,,,,,,,2009-06-07, -/games/boxart/full_cubicle_531AmericaFront.jpg,Cubicle,XBL,Puzzle,Microsoft,Uberplex,,,,,,,2011-08-25, -/games/boxart/full_7626226AmericaFrontccc.jpg,Cubism,XBL,Puzzle,Microsoft,JeppeN,,,,,,,2009-12-29, -/games/boxart/full_456241AmericaFrontccc.jpg,Cubix Classic,XBL,Puzzle,Microsoft,Raccoon456,,,,,,,2009-05-12, -/games/boxart/full_cubixx_9AmericaFront.gif,Cubixx,PSN,Puzzle,Laughing Jackal,Laughing Jackal,6.6,,,,,,2010-06-08, -/games/boxart/full_cubixx-hd_933AmericaFront.jpg,Cubixx HD,PSN,Puzzle,Laughing Jackal,Laughing Jackal,,,,,,,2011-09-20, -/games/boxart/full_8771094AmericaFrontccc.jpg,Cuboid,PSN,Puzzle,Sony Computer Entertainment,Creat Studios,,,,,,,2009-01-08, -/games/boxart/full_8541063AmericaFrontccc.jpg,Culture,XBL,Puzzle,Microsoft,Hidden Path Entertainment,,,,,,,2008-10-27, -/games/boxart/full_3811666AmericaFrontccc.jpg,Cut the Rope,DSiW,Puzzle,Chillingo,Chillingo,,,,,,,2011-10-20,2018-12-28 -/games/boxart/full_6301490AmericaFrontccc.png,Cut the Rope,WinP,Puzzle,ZeptoLab,ZeptoLab,,,,,,,2012-11-07,2018-12-28 -/games/boxart/full_4076135AmericaFrontccc.png,Cut the Rope,And,Puzzle,ZeptoLab,ZeptoLab,,,,,,,2011-06-01,2018-12-28 -/games/boxart/full_ds-garage-21-taneomaku-tori_9JapanFront.jpg,D's Garage 21: Taneomaku Tori,WS,Puzzle,Bandai,Bandai,,,,,,,1999-12-22, -/games/boxart/full_5516179AmericaFrontccc.png,D-Cube Planet,PSN,Puzzle,Gamehastra,GameShastra,,,,,,,2009-11-18, -/games/boxart/full_6451303AmericaFrontccc.jpg,D-Cypher,XBL,Puzzle,Microsoft,BlatterChip,,,,,,,2009-09-29, -/games/boxart/9506321ccc.jpg,Daedalian Opus,GB,Puzzle,Victory Lap Games,Vic Tokai,,,,,,,1990-07-01, -/games/boxart/default.jpg,"Daffy Duck, P.I.: The Case of the Missing Letters",PC,Puzzle,Psygnosis,Riedel Software,,,,,,,1993-01-01, -/games/boxart/full_daitoride_471JapanFront.jpg,Daitoride,SAT,Puzzle,Metro 3D,Metro3D,,,,,,,1996-06-28, -/games/boxart/default.jpg,Dancing Eyes,PSN,Puzzle,Unknown,Namco Bandai Games,,,,,,,, -/games/boxart/full_datamine_0AmericaFront.jpg,Datamine,DSiW,Puzzle,Enjoy Gaming,Visual Impact,,,,,,,2010-10-11, -/games/boxart/full_dead-space-ignition_0AmericaFront.jpg,Dead Space Ignition,PSN,Puzzle,Electronic Arts,Sumo Digital,,,,,,,2010-10-12, -/games/boxart/full_dead-space-ignition_7AmericaFront.jpg,Dead Space Ignition,XBL,Puzzle,Electronic Arts,Sumo Digital,,,,,,,2010-10-13, -/games/boxart/full_delbo_117AmericaFront.jpg,Delbo,DSiW,Puzzle,Neko Entertainment,Asamzak,,,,,,,2011-06-23, -/games/boxart/full_denki-blocks_387PALFront.png,Denki Blocks!,PSN,Puzzle,Unknown,Tiger Games,,,,,,,2011-02-22, -/games/boxart/full_denki-blocks_743PALFront.jpg,Denki Blocks!,GB,Puzzle,Unknown,Denki,,,,,,,, -/games/boxart/full_denki-groove-jigoku-v-sweepstation-version_68JapanFront.jpg,Denki Groove Jigoku V: SweepStation Version,PS,Puzzle,Sony Music Entertainment,Opus Studio,,,,,,,1998-01-08, -/games/boxart/full_6264680JapanFrontccc.jpg,Destructo 2,PS,Puzzle,Phoenix Games,Axes Art Amuse,,,,,,,2003-12-31, -/games/boxart/full_detective-mouse_576PALFront.jpg,Detective Mouse,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, -/games/boxart/default.jpg,Deus Ex GO,And,Puzzle,Square Enix,Square Enix,,,,,,,2016-08-18, -/games/boxart/full_9851560PALFrontccc.jpg,Devil World,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1987-07-15, -/games/boxart/full_3847162PALFrontccc.jpg,Devil World,VC,Puzzle,Nintendo,Nintendo R&D1,,,,,,,2008-10-31, -/games/boxart/full_dexterity_786AmericaFront.jpg,Dexterity,GB,Puzzle,SNK,SNK Corporation,,,,,,,1990-07-01, -/games/boxart/4013156ccc.jpg,Dice Puzzle,2600,Puzzle,Panda Entertainment,Panda Entertainment,,,,,,,1983-01-01, -/games/boxart/3895ccc.jpg,Dig Dug,5200,Puzzle,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_4113747AmericaFrontccc.jpg,Dig Dug,PC,Puzzle,Atari,Namco,,,,,,,1983-01-01, -/games/boxart/full_914159AmericaFrontccc.jpg,Dig Dug,GB,Puzzle,Namco,Namco,,,,,,,1992-01-01, -/games/boxart/4884352ccc.jpg,Dig Dug,7800,Puzzle,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_8573233JapanFrontccc.jpg,Dig Dug,VC,Puzzle,Namco Bandai,Namco,,,,,,,2008-06-09, -/games/boxart/full_5938633AmericaFrontccc.jpg,Dig Dug,XBL,Puzzle,Namco Bandai,Namco,6.7,,,,,,2006-10-11, -/games/boxart/default.jpg,Dig Dug (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-10-20, -/games/boxart/full_1938358AmericaFrontccc.jpg,Dig Dug Deeper,PC,Puzzle,Atari,Creature Labs,,,,,,,2001-10-31, -/games/boxart/default.jpg,Dig Dug II (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-10-20, -/games/boxart/full_dig-dug-ii-trouble-in-paradise_5AmericaFront.jpg,Dig Dug II: Trouble In Paradise,NES,Puzzle,Bandai,Namco,,,,,,,1989-12-01, -/games/boxart/default.jpg,Dig It Up,WW,Puzzle,Unknown,Sarbakan,,,,,,,, -/games/boxart/default.jpg,Dig It Up,XBL,Puzzle,Unknown,Sarbakan,,,,,,,, -/games/boxart/full_digger-dan-ampamp-kaboom_673AmericaFront.jpg,Digger Dan & Kaboom,DSiW,Puzzle,Virtual Playground,Virtual Playground,,,,,,,2011-01-24, -/games/boxart/full_8282484AmericaFrontccc.jpg,Digging Deep: Tap the Blocks,And,Puzzle,Unknown,Unknown,,,,,,,2014-07-07, -/games/boxart/full_digi-tiles_9AmericaFront.jpg,Digi-Tiles,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, -/games/boxart/full_8438959AmericaFrontccc.jpg,Diner Dash,WW,Puzzle,Hudson Soft,Hudson Entertainment,6.4,,,,,,2010-03-29, -/games/boxart/full_4682987AmericaFrontccc.jpg,Diner Dash,PC,Puzzle,PlayFirst,GameLab,,,,,,,2003-12-03, -/games/boxart/full_7553945AmericaFrontccc.png,Diner Dash,PSN,Puzzle,Hudson Soft,Hudson Entertainment,,,,,,,2009-11-23, -/games/boxart/full_9131AmericaFrontccc.jpg,Diner Dash,XBL,Puzzle,Big Fish Games,GameLab,6.4,,,,,,2009-11-18, -/games/boxart/full_5289440AmericaFrontccc.jpg,Diner Dash 2,PC,Puzzle,ValuSoft,GameLab,,,,,,,2008-08-22, -/games/boxart/full_2652043AmericaFrontccc.jpg,Diner Dash: Flo on the Go,PC,Puzzle,Take-Two Interactive,GameLab,,,,,,,2007-06-11, -/games/boxart/default.jpg,Diner Dash: Seasonal Snack Pack,PC,Puzzle,Encore,GameLab,,,,,,,2008-10-21, -/games/boxart/9206540ccc.jpg,Dinolympics,Lynx,Puzzle,Atari,"Imagitec Design, Inc.",,,,,,,1992-01-01, -/games/boxart/full_1240648AmericaFrontccc.jpg,Disney Fireworks,DSiW,Puzzle,Disney Interactive Studios,Disney Interactive Studios,5,,,,,,2010-03-29, -/games/boxart/default.jpg,Disney's Beauty and the Beast,PC,Puzzle,Disney Interactive Studios,Infogrames,,,,,,,1994-01-01, -/games/boxart/full_1331452AmericaFrontccc.jpg,Disney's Timon & Pumbaa's Jungle Games,SNES,Puzzle,THQ,Tiertex Design Studios,,,,,,,1997-01-01, -/games/boxart/full_5771525AmericaFrontccc.png,Divine Gate,And,Puzzle,GungHo,Unknown,,,,,,,2013-09-30, -/games/boxart/default.jpg,Doc Clock: The Toasted Sandwich of Time,PSN,Puzzle,Unknown,Stickmen Studios,,,,,,,, -/games/boxart/full_doc-clock-the-toasted-sandwich-of-time_689AmericaFront.jpg,Doc Clock: The Toasted Sandwich of Time,PC,Puzzle,Stickmen Studios,Stickmen Studios,,,,,,,2010-10-15, -/games/boxart/full_doc-clock-the-toasted-sandwich-of-time_359AmericaFront.jpg,Doc Clock: The Toasted Sandwich of Time,WW,Puzzle,Stickmen Studios,Stickmen Studios,,,,,,,2011-01-17, -/games/boxart/full_6366144AmericaFrontccc.jpg,DodoGo!,DSiW,Puzzle,Neko Entertainment,Alien After All,,,,,,,2010-04-26, -/games/boxart/full_dodogo-challenge_760AmericaFront.jpg,DodoGo! Challenge,DSiW,Puzzle,Neko Entertainment,Alien After All,,,,,,,2010-12-27, -/games/boxart/full_dodogo-robo_940AmericaFront.jpg,DodoGo! Robo,DSiW,Puzzle,Neko Entertainment,Alien After All,,,,,,,2011-04-18, -/games/boxart/full_5772491JapanFrontccc.jpg,Doki Doki Idol Star Seeker Remix,DC,Puzzle,G.Rev,G.Rev,,,,,,,2002-01-31, -/games/boxart/full_7484818JapanFrontccc.jpg,Doki Doki Shutter Chance,PS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1997-10-23, -/games/boxart/default.jpg,DokiDoki Penguin Land (MN),GEN,Puzzle,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_2296327JapanFrontccc.jpg,Dolucky no Puzzle Tour '94,SNES,Puzzle,Imagineer,Zoom Inc.,,,,,,,1994-10-28, -/games/boxart/full_dont-cross-the-line_0AmericaFront.jpg,Don't Cross the Line,DSiW,Puzzle,Aksys Games,Jupiter Corporation,,,,,,,2010-06-07, -/games/boxart/full_9683534AmericaFrontccc.jpg,Don't Fear The Sweeper,XBL,Puzzle,Microsoft,gameXcore,,,,,,,2009-01-28, -/games/boxart/full_5084492JapanFrontccc.jpg,Don-Chan Puzzle: Hanabi de Don,GBA,Puzzle,Aruze Corp,Aruze Corp,,,,,,,2004-07-29, -/games/boxart/full_1959765JapanFrontccc.jpg,Door Door,NES,Puzzle,Enix,ChunSoft,,,,,,,1985-07-18, -/games/boxart/full_1324067AmericaFrontccc.jpg,Doppler,And,Puzzle,Unknown,Unknown,,,,,,,2014-08-12, -/games/boxart/full_4384089AmericaFrontccc.jpg,Dora the Explorer: Lost City Adventure,PC,Puzzle,Infogrames,Infogrames,,,,,,,2002-07-27, -/games/boxart/default.jpg,Double Bloob,DSiW,Puzzle,Unknown,Bloober Team,,,,,,,, -/games/boxart/default.jpg,Double Bloob,DS,Puzzle,Unknown,Bloober Team,,,,,,,, -/games/boxart/full_857174AmericaFrontccc.jpg,DoubleVision,XBL,Puzzle,Microsoft,Aztec,,,,,,,2009-02-27, -/games/boxart/full_7730002AmericaFrontccc.png,Dr. Luigi,WiiU,Puzzle,Nintendo,Nintendo,,,,,,,2013-12-31,2018-08-28 -/games/boxart/full_2192003JapanFrontccc.png,Dr. Mario,SNES,Puzzle,Nintendo,Nintendo,,,,,,,1998-06-01, -/games/boxart/default.jpg,Dr. Mario 64,iQue,Puzzle,Unknown,Newcome,,,,,,,, -/games/boxart/full_8403303AmericaFrontccc.jpg,Dr. Mario Express,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-04-20, -/games/boxart/full_2741214AmericaFrontccc.jpg,Dr. Mario Online Rx,WW,Puzzle,Nintendo,Nintendo,,,,,,,2008-05-26, -/games/boxart/3107929ccc.jpg,Dr. Mario Online RX,WW,Puzzle,Nintendo,Arika,,,,,,,2008-05-26, -/games/boxart/full_7286993AmericaFrontccc.jpg,Dr. Mario: Miracle Cure,3DS,Puzzle,Nintendo,Nintendo,,,,,,,2015-06-11, -/games/boxart/full_3287298AmericaFrontccc.jpg,Dr. Popper,XBL,Puzzle,Microsoft,Bill Reiss,,,,,,,2008-12-19, -/games/boxart/full_dr-robotniks-mean-bean-machine_114AmericaFront.jpg,Dr. Robotnik's Mean Bean Machine,PC,Puzzle,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/1794464ccc.jpg,Dr. Robotnik's Mean Bean Machine,GEN,Puzzle,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_8120430PALFrontccc.jpg,Dr. Robotnik's Mean Bean Machine,MS,Puzzle,Sega,Compile,,,,,,,1994-01-01, -/games/boxart/full_5389005AmericaFrontccc.jpg,Dr. Robotnik's Mean Bean Machine,GG,Puzzle,Sega,Compile,,,,,,,1993-02-01, -/games/boxart/full_121692AmericaFrontccc.jpg,Dr. Robotnik's Mean Bean Machine,VC,Puzzle,Sega,Compile,,,,,,,2006-12-11, -/games/boxart/full_9866273AmericaFrontccc.jpg,Dr. Seuss: The Cat in the Hat,PS,Puzzle,NewKidCo,DC Studios,,,,,,,2004-04-23, -/games/boxart/full_9539095JapanFrontccc.jpg,Dragon Dance,DS,Puzzle,Success,AlwaysNeat,,,,,,,2009-02-26, -/games/boxart/full_2941114AmericaFrontccc.jpg,Dragon Dance,GB,Puzzle,Crave Entertainment,Natsume,,,,,,,2000-08-01, -/games/boxart/full_4985324JapanFrontccc.jpg,Dragon Dance,PSP,Puzzle,Success,AlwaysNeat,,,,,,,2009-02-26, -/games/boxart/full_dragon-money_7JapanFront.jpg,Dragon Money,PS,Puzzle,Micro Cabin,E.O. Imagination,,,,,,,1999-05-04, -/games/boxart/full_dragon-money_6JapanFront.jpg,Dragon Money,PSN,Puzzle,Sony Computer Entertainment,E.O. Imagination,,,,,,,2010-10-13, -/games/boxart/full_dreamwalker_380AmericaFront.jpg,Dreamwalker,DSiW,Puzzle,Unknown,Code Mystics,,,,,,,2011-06-06, -/games/boxart/full_4520389AmericaFrontccc.png,Drill Sergeant Mindstrong,WW,Puzzle,Xseed Games,Hi Corporation,,,,,,,2009-06-22, -/games/boxart/default.jpg,DROD RPG: Tendry's Tale,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2008-09-12, -/games/boxart/full_8024483AmericaFrontccc.jpg,DROD: Deadly Rooms of Death,PC,Puzzle,Webfoot Technologies,Caravel Games,,,,,,,1997-01-01, -/games/boxart/full_6519961AmericaFrontccc.jpg,DROD: Journey to Rooted Hold,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2005-01-01, -/games/boxart/default.jpg,DROD: King Dugan's Dungeon,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2005-12-05, -/games/boxart/full_9988430AmericaFrontccc.jpg,DROD: The City Beneath,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2007-04-01, -/games/boxart/full_8202612AmericaFrontccc.jpg,DROD: The Second Sky,Linux,Puzzle,Caravel Games,Caravel Games,,,,,,,2014-07-01, -/games/boxart/full_5895133AmericaFrontccc.jpg,DROD: The Second Sky,PC,Puzzle,Caravel Games,Caravel Games,,,,,,,2014-07-01, -/games/boxart/full_5075388AmericaFrontccc.jpg,DROD: The Second Sky,OSX,Puzzle,Caravel Games,Caravel Games,,,,,,,2014-07-01, -/games/boxart/full_2845457AmericaFrontccc.jpg,Drop Off,PCE,Puzzle,NEC,Data East,,,,,,,1990-01-01, -/games/boxart/full_9176542AmericaFrontccc.jpg,Drop Off,VC,Puzzle,Hudson Soft,Data East,,,,,,,2007-07-30, -/games/boxart/full_817471AmericaFrontccc.jpg,Droplitz,XBL,Puzzle,Atlus,Blitz Arcade,5,,,,,,2009-06-24, -/games/boxart/default.jpg,Droplitz,PC,Puzzle,Atlus,Blitz Arcade,,,,,,,2009-06-30, -/games/boxart/full_6896419AmericaFrontccc.png,Droplitz,PSN,Puzzle,Atlus,Blitz Arcade,7.8,,,,,,2009-06-25, -/games/boxart/full_2441515JapanFrontccc.jpg,DS Dengeki Bunko: Alison,DS,Puzzle,Media Works,Media Works,,,,,,,2006-12-07, -/games/boxart/full_7927532JapanFrontccc.jpg,DS Puzzler: Numpla Fan & Oekaki Logic,DS,Puzzle,TDK Core,TDK Core,,,,,,,2006-12-07, -/games/boxart/full_8486404JapanFrontccc.jpg,DS Puzzler: Numpla Fan & Oekaki Logic Wi-Fi Taiou,DS,Puzzle,TDK Core,TDK Core,,,,,,,2007-12-20, -/games/boxart/full_9619489AmericaFrontccc.jpg,DUOtrix,XBL,Puzzle,Microsoft,Mo,,,,,,,2008-11-15, -/games/boxart/full_dynablaster_364PALFront.jpg,Dynablaster,PC,Puzzle,Ubisoft,Hudson Soft,,,,,,,1992-01-01, -/games/boxart/full_4063468AmericaFrontccc.png,Dynogems,PSN,Puzzle,StormBASIC,StormBasic Games,,,,,,,2010-01-14, -/games/boxart/full_dynomite-deluxe_403AmericaFront.jpg,Dynomite! Deluxe,PC,Puzzle,Electronic Arts,PopCap Games,,,,,,,2002-04-18, -/games/boxart/full_7957063AmericaFrontccc.jpg,Earth Shaker,XBL,Puzzle,Microsoft,Battenberg Software,,,,,,,2010-02-02, -/games/boxart/full_8145844AmericaFrontccc.jpg,echochrome,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-05-01,2018-09-17 -/games/boxart/full_4877821AmericaFrontccc.png,echochrome (PSP),PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2008-05-01,2018-09-17 -/games/boxart/full_echochrome-ii_764AmericaFront.jpg,echochrome ii,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,8,,,,,,2010-12-21,2018-09-16 -/games/boxart/full_mugen-kairou-hikari-to-kage-no-hako_315JapanFront.jpg,echochrome ii,PS3,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2010-12-21,2018-09-16 -/games/boxart/full_3308818AmericaFrontccc.png,Echoes,PSN,Puzzle,Halfbrick Studios,Halfbrick Studios,7.9,,,,,,2009-11-18, -/games/boxart/full_1743170AmericaFrontccc.jpg,echoshift,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,7.5,,,,,,2010-02-24,2018-09-17 -/games/boxart/full_edge_991AmericaFront.jpg,Edge,PC,Puzzle,Two Tribes,Mobigame,,,,,,,2011-08-11, -/games/boxart/full_edge_942PALFront.jpg,Edge,PSN,Puzzle,Mobigame,Mobigame SARL,,,,,,,2010-12-01, -/games/boxart/full_9592248AmericaFrontccc.jpg,Eets,PC,Puzzle,Klei Entertainment,Klei Entertainment,,,,,,,2006-03-29, -/games/boxart/full_684050AmericaFrontccc.jpg,Eets: Chowdown!,XBL,Puzzle,Klei Entertainment,Klei Entertainment,,,,,,,2007-04-25, -/games/boxart/full_ej-puzzles-hooked_88AmericaFront.jpg,EJ Puzzles: Hooked,DSiW,Puzzle,Electron Jump Games,Electron Jump Games,,,,,,,2011-01-10, -/games/boxart/default.jpg,El Chavo,DS,Puzzle,Unknown,Slang,,,,,,,, -/games/boxart/full_elefunk_0AmericaFront.jpg,Elefunk,PSN,Puzzle,Sony Computer Entertainment,8bit Games,,,,,,,2008-07-17, -/games/boxart/6646944ccc.jpg,Elements,PC,Puzzle,Mumbo Jumbo,Unknown,,,,,,,2008-04-09, -/games/boxart/full_7936797AmericaFrontccc.jpg,Elite Trivia,XBL,Puzzle,Microsoft,Laberinto,,,,,,,2009-12-30, -/games/boxart/full_elizabeth-find-md-diagnosis-mystery_280AmericaFront.jpg,Elizabeth Find M.D.: Diagnosis Mystery,PC,Puzzle,ValuSoft,"Gunnar Games, Inc.",,,,,,,2009-04-23, -/games/boxart/full_elizabeth-find-md-diagnosis-mystery-season-2_982AmericaFront.jpg,"Elizabeth Find M.D.: Diagnosis Mystery, Season 2",PC,Puzzle,THQ,"Gunnar Games, Inc.",,,,,,,2011-05-31, -/games/boxart/default.jpg,Emeraldia,VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-03-26, -/games/boxart/full_320262AmericaFrontccc.jpg,Encleverment Experiment,XBL,Puzzle,Blitz Game Studios,Mere Mortals,,,,,,,2009-11-11, -/games/boxart/default.jpg,Energy Chain,DSiW,Puzzle,Genterprise,Genterprise,,,,,,,2009-08-19, -/games/boxart/full_engacho-for-wonderswan_5JapanFront.jpg,Engacho! for WonderSwan,WS,Puzzle,NAC Geographic Products Inc.,NAC Geographic Products Inc.,,,,,,,1999-10-28, -/games/boxart/full_enigmo_272PALFront.jpg,Enigmo,PSN,Puzzle,Beatshapers,Pangea Software,,,,,,,2011-03-01, -/games/boxart/full_1414538AmericaFrontccc.jpg,Equilibrio,WW,Puzzle,DK Games,DK Games,,,,,,,2009-04-06, -/games/boxart/full_2077131AmericaFrontccc.jpg,Equilibrio,PC,Puzzle,DK Games,DK Games,,,,,,,2009-10-14, -/games/boxart/full_6574567AmericaFrontccc.jpg,Equitunes,XBL,Puzzle,Microsoft,see games,,,,,,,2009-10-25, -/games/boxart/full_4728427AmericaFrontccc.jpg,Escape Plan,PSV,Puzzle,Sony Computer Entertainment,Fun Bits,,,,,,,2012-02-14,2018-09-23 -/games/boxart/full_2841187AmericaFrontccc.jpg,Everyday Genius: SquareLogic,PC,Puzzle,Mumbo Jumbo,TrueThought,,,,,,,2009-10-21, -/games/boxart/4013475ccc.jpg,Evolution: Dino Dudes,AJ,Puzzle,Atari,"Imagitec Design, Inc.",,,,,,,1994-01-01, -/games/boxart/full_2286860PALFrontccc.png,Exit,PSN,Puzzle,Ubisoft,Taito Corporation,7.9,,,,,,2009-04-23, -/games/boxart/full_7036239AmericaFrontccc.jpg,Exit,XBL,Puzzle,Taito,Taito Corporation,7.5,,,,,,2007-10-24, -/games/boxart/full_3377395AmericaFrontccc.jpg,Exit 2,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-02-25, -/games/boxart/full_8592498PALFrontccc.jpg,Exit 2,PSP,Puzzle,505 Games,Taito Corporation,,,,,,,2007-03-23, -/games/boxart/4063357ccc.gif,Exodus: Journey to the Promised Land,GB,Puzzle,Wisdom Tree,Color Dreams,,,,,,,1992-01-01, -/games/boxart/4616969ccc.jpg,Exodus: Journey to the Promised Land,GEN,Puzzle,Wisdom Tree,Wisdom Tree,,,,,,,1993-01-01, -/games/boxart/8693992ccc.jpg,Exodus: Journey to the Promised Land,NES,Puzzle,Wisdom Tree,Wisdom Tree,,,,,,,1990-01-01, -/games/boxart/default.jpg,Explosive Brick,GB,Puzzle,Sachen,sachen,,,,,,,1994-01-01, -/games/boxart/full_3233337AmericaFrontccc.jpg,Extreme Hangman,DSiW,Puzzle,Gamelion Studios,"SkyZone Entertainment, Inc.",,,,,,,2010-02-08, -/games/boxart/default.jpg,Extreme Hangman 2,DSiW,Puzzle,Unknown,"SkyZone Entertainment, Inc.",,,,,,,, -/games/boxart/default.jpg,Eye Q,DS,Puzzle,Unknown,O3 Entertainment,,,,,,,, -/games/boxart/full_fabulous-finds_409AmericaFront.jpg,Fabulous Finds,PC,Puzzle,ValuSoft,THQ,,,,,,,2009-02-17, -/games/boxart/full_7422170PALFrontccc.png,Fading Shadows,PSN,Puzzle,Nordcurrent,Ivolgamus,7,,,,,,2009-05-21, -/games/boxart/full_3892451AmericaFrontccc.jpg,Fake Colours,Ouya,Puzzle,Good-feel Co. Ltd.,Good-feel Co. Ltd.,,,,,,,2014-08-19, -/games/boxart/default.jpg,Fall in the Dark,DSiW,Puzzle,SilverStar,SilverStar Japan,,,,,,,2010-04-21, -/games/boxart/default.jpg,Fantastic Cube,WW,Puzzle,Zoom,Zoom Inc.,,,,,,,2010-02-23, -/games/boxart/full_1419614AmericaFrontccc.png,Farm Heroes Saga,PC,Puzzle,King.com,King.com,,,,,,,2013-03-26, -/games/boxart/8142845ccc.jpg,Fashion Solitaire,PC,Puzzle,Brighter Minds Media,Large Animal Games,,,,,,,2008-07-14, -/games/boxart/full_4570356AmericaFrontccc.jpg,Fat Princess: Piece of Cake,PSV,Puzzle,Sony Computer Entertainment America,SCEA Santa Monica Studio,,,,,,,2015-01-13,2018-12-03 -/games/boxart/full_3093941AmericaFrontccc.jpg,Fat Princess: Piece of Cake,iOS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2014-10-15, -/games/boxart/full_4666841AmericaFrontccc.jpg,Fat Princess: Piece of Cake,And,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2014-10-15, -/games/boxart/default.jpg,Fear for Sale: Mystery of McInroy Manor,PC,Puzzle,Activision,Big Fish Games,,,,,,,2011-07-27, -/games/boxart/full_4746240AmericaFrontccc.jpg,Feeding Frenzy,XBL,Puzzle,Oberon Media,Sprout Games,5.3,,,,,,2006-03-15, -/games/boxart/full_feeding-frenzy-2-shipwreck-showdown_5AmericaFront.jpg,Feeding Frenzy 2: Shipwreck Showdown,PSN,Puzzle,Sony Online Entertainment,Gastronaut Studios,,,,,,,2010-03-11, -/games/boxart/full_7775538AmericaFrontccc.jpg,Feeding Frenzy 2: Shipwreck Showdown,PC,Puzzle,PopCap Games,Sprout Games,,,,,,,2006-02-06, -/games/boxart/full_3074151AmericaFrontccc.jpg,Feeding Frenzy 2: Shipwreck Showdown,XBL,Puzzle,PopCap Games,Sprout Games,,,,,,,2008-09-17, -/games/boxart/default.jpg,Ferryman Puzzle,DSiW,Puzzle,Engine Software,Engine Software,,,,,,,2011-01-28, -/games/boxart/default.jpg,Fillogic,PC,Puzzle,Unknown,Pingbit Games,,,,,,,2011-09-08, -/games/boxart/full_finger-flashing_599JapanFront.jpg,Finger Flashing,PSN,Puzzle,Affect,Affect,,,,,,,2010-11-24, -/games/boxart/full_finger-flashing_849JapanFront.jpg,Finger Flashing,PS,Puzzle,Affect,Affect,,,,,,,1999-07-15, -/games/boxart/default.jpg,Finkles Adventure,Wii,Puzzle,Unknown,,,,,,,,, -/games/boxart/full_fintastic-fishdom-collection_869AmericaFront.jpg,Fintastic Fishdom Collection,PC,Puzzle,Unknown,Playrix Entertainment,,,,,,,2011-04-05, -/games/boxart/full_fire-panic_10AmericaFront.jpg,Fire Panic,DSiW,Puzzle,RTL,Yullaby Games,,,,,,,2010-06-07, -/games/boxart/full_fish-tank_2PALFront.png,Fish Tank,PSN,Puzzle,Unknown,iFun4all,,,,,,,2011-04-05, -/games/boxart/full_fish-tank_415AmericaFront.jpg,Fish Tank,WW,Puzzle,Unknown,iFun4all,6.5,,,,,,2011-10-20, -/games/boxart/full_fishdom-2_244PALFront.jpg,Fishdom 2,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2010-04-30, -/games/boxart/full_fishdom-5-game-pack_295AmericaFront.jpg,Fishdom 5-Game Pack,PC,Puzzle,Unknown,Playrix Entertainment,,,,,,,2010-10-26, -/games/boxart/full_fishdom-collectors-edition_890PALFront.jpg,Fishdom Collector's Edition,PC,Puzzle,Rondomedia,Playrix Entertainment,,,,,,,2010-02-24, -/games/boxart/full_fishdom-h2o-hidden-odyssey_968PALFront.jpg,Fishdom H2O: Hidden Odyssey,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-05-28, -/games/boxart/full_fishdom-frosty-splash_823AmericaFront.jpg,Fishdom: Frosty Splash,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-11-12, -/games/boxart/full_fishdom-harvest-splash_300AmericaFront.jpg,Fishdom: Harvest Splash,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-10-08, -/games/boxart/full_fishdom-holiday-edition_305PALFront.jpg,Fishdom: Holiday Edition,PC,Puzzle,Rondomedia,Playrix Entertainment,,,,,,,2009-09-30, -/games/boxart/full_fishdom-spooky-splash_504AmericaFront.jpg,Fishdom: Spooky Splash,PC,Puzzle,Playrix Entertainment,Playrix Entertainment,,,,,,,2009-10-06, -/games/boxart/default.jpg,Fitness Dash,PC,Puzzle,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2008-12-31,2019-05-03 -/games/boxart/full_5988685AmericaFrontccc.jpg,Five Nights At Freddy's 2,PC,Puzzle,Scott Cawthon,Scott Cawthon,,,,,,,2014-11-10,2018-03-29 -/games/boxart/default.jpg,Five Nights At Freddy's 2,And,Puzzle,Unknown,Unknown,,,,,,,, -/games/boxart/full_6159664AmericaFrontccc.jpg,Five Nights at Freddy's 4,PC,Puzzle,Scott Cawthon,Scott Cawthon,,,,,,,2015-07-23,2018-03-28 -/games/boxart/full_5016582PALFrontccc.jpg,Fizz,DS,Puzzle,Lexicon Entertainment,DK Games,,,,,,,2008-05-23, -/games/boxart/full_fizz_0AmericaFront.jpg,Fizz,DSiW,Puzzle,DK Games,DK Games,,,,,,,2010-09-27, -/games/boxart/full_flametail_3AmericaFront.jpg,Flametail,DSiW,Puzzle,Nintendo,Mindware,,,,,,,2010-06-07, -/games/boxart/full_flappy_38JapanFront.jpg,Flappy,VC,Puzzle,Unknown,DB Soft,,,,,,,2007-07-03, -/games/boxart/full_flappy_927JapanFront.jpg,Flappy,NES,Puzzle,Unknown,DB Soft,,,,,,,1985-06-14, -/games/boxart/full_flappy-special_70JapanFront.jpg,Flappy Special,GB,Puzzle,Victor Interactive,Victor Interactive Software,,,,,,,1990-03-23, -/games/boxart/full_flash-koibito-kun_2JapanFront.jpg,Flash Koibito-Kun,WS,Puzzle,Koubunsha,Koto,,,,,,,2000-12-28, -/games/boxart/3369033ccc.jpg,Flip Out!,AJ,Puzzle,Atari,Gorilla Systems,,,,,,,1995-01-01, -/games/boxart/full_9103224AmericaFrontccc.jpg,Flipper,DSiW,Puzzle,Xform,Goodbye Galaxy Games,7.5,,,,,,2010-02-22, -/games/boxart/full_2965947AmericaFrontccc.jpg,Flipull,GB,Puzzle,Taito,Taito Corporation,,,,,,,1990-04-01, -/games/boxart/full_4704545JapanFrontccc.jpg,Flipull,NES,Puzzle,Taito,Taito Corporation,,,,,,,1989-12-15, -/games/boxart/full_2583294AmericaFrontccc.jpg,Flock!,PC,Puzzle,Capcom,Proper Games,,,,,,,2009-04-07, -/games/boxart/full_2044921AmericaFrontccc.jpg,Flock!,XBL,Puzzle,Capcom,Proper Games,,,,,,,2009-04-08, -/games/boxart/full_flock_6AmericaFront.jpg,Flock!,PSN,Puzzle,Capcom,Proper Games,,,,,,,2009-04-09, -/games/boxart/full_2602610AmericaFrontccc.jpg,Flora's Fruit Farm,PC,Puzzle,Eidos Interactive,Honeyslug,,,,,,,2009-10-02, -/games/boxart/full_fluidity_714AmericaFront.jpg,Fluidity,WW,Puzzle,Nintendo,Curve Studios,8.4,,,,,,2010-12-06, -/games/boxart/default.jpg,Fluttabyes,PC,Puzzle,Unknown,Red Chain,,,,,,,, -/games/boxart/full_2876986PALFrontccc.png,Forest Puzzle,PSN,Puzzle,IBA Group,IBA Group,,,,,,,2010-12-21, -/games/boxart/full_franky-joe-amp-dirk-on-the-tiles_681PALFront.jpg,"Franky, Joe & Dirk: On The Tiles",GB,Puzzle,Elite,Audio Visual Magic,,,,,,,1993-01-01, -/games/boxart/full_frenzic_859AmericaFront.jpg,Frenzic,DSiW,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-11-29, -/games/boxart/full_frobot_385AmericaFront.jpg,Frobot,WW,Puzzle,Unknown,Fugazo,,,,,,,2010-12-20, -/games/boxart/default.jpg,Frobot,PC,Puzzle,Unknown,Fugazo,,,,,,,, -/games/boxart/full_459688AmericaFrontccc.jpeg,FRU,XOne,Puzzle,Through Games,Through Games,,,,,,,2016-07-13,2018-08-10 -/games/boxart/full_5423143AmericaFrontccc.jpg,Fruit Attack,XBL,Puzzle,Microsoft,ScumThorax,,,,,,,2008-11-03, -/games/boxart/full_6985914AmericaFrontccc.jpg,Funtown Mahjong,XBL,Puzzle,Microsoft,FunTown World Ltd,,,,,,,2009-01-28, -/games/boxart/full_futari-no-fantavision_2JapanFront.jpg,Futari no Fantavision,PS2,Puzzle,Sony Computer Entertainment,SCEI,,,,,,,2002-07-04, -/games/boxart/full_gg-series-ninja-karakuri-den_5AmericaFront.jpg,G.G Series: Ninja Karakuri Den,DSiW,Puzzle,Genterprise,Suzak,,,,,,,2010-08-23, -/games/boxart/default.jpg,G.G Series: Shinobi Karakuri-Den 2,DSiW,Puzzle,Genterprise,Suzak,,,,,,,2010-09-08, -/games/boxart/full_5993108JapanFrontccc.jpg,Gals Panic SS,SAT,Puzzle,Mycom,Kaneko,,,,,,,1996-09-27, -/games/boxart/full_2039015AmericaFrontccc.jpg,Game about a soup factory,XBL,Puzzle,Microsoft,floatstarpx,,,,,,,2009-04-19, -/games/boxart/full_2836089AmericaFrontccc.jpg,Gel: Set & Match,XBL,Puzzle,Gastronaut Studios,Gastronaut Studios,,,,,,,2009-05-20, -/games/boxart/full_gem-gem_886JapanFront.jpg,Gem Gem,GB,Puzzle,Victory Lap Games,Vic Tokai,,,,,,,1991-03-29, -/games/boxart/full_2487901AmericaFrontccc.jpg,Gem Smashers,GBA,Puzzle,Metro 3D,Frame Studios Interactive,8,,,,,,2003-07-01, -/games/boxart/full_1941163AmericaFrontccc.jpg,Gemsweeper,PC,Puzzle,Mumbo Jumbo,Lobstersoft,,,,,,,2007-08-01, -/games/boxart/full_gene-labs_3AmericaFront.jpg,Gene Labs,WW,Puzzle,Unknown,FrontLine Studios,,,,,,,2010-11-01, -/games/boxart/full_gene-labs_7AmericaFront.jpg,Gene Labs,DSiW,Puzzle,Unknown,FrontLine Studios,,,,,,,2010-11-01, -/games/boxart/full_1483176AmericaFrontccc.jpg,Geon,PSN,Puzzle,Pinnacle,Strawdog Studios Ltd.,,,,,,,2008-09-25, -/games/boxart/full_201989AmericaFrontccc.jpg,Geon: Emotions,XBL,Puzzle,Eidos Interactive,Strawdog Studios Ltd.,,,,,,,2007-09-19, -/games/boxart/default.jpg,GeoRunner,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, -/games/boxart/full_6281225AmericaFrontccc.jpg,Gerbil Physics,XBL,Puzzle,Microsoft,Beringela,,,,,,,2009-12-07, -/games/boxart/full_5025909JapanFrontccc.jpg,Get!! Colonies,DC,Puzzle,Sega,Sega,,,,,,,2000-03-30, -/games/boxart/full_3747731JapanFrontccc.jpg,Getter Love!! Chou Renai Party Game,N64,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1998-12-04, -/games/boxart/full_ghost-mania_953AmericaFront.jpg,Ghost Mania,WW,Puzzle,Legendo Entertainment,Legendo Entertainment,,,,,,,2011-01-03, -/games/boxart/full_ginga_9JapanFront.jpg,Ginga,GB,Puzzle,Hot-B,Hot-B,,,,,,,1990-12-14, -/games/boxart/full_1829266JapanFrontccc.jpg,Gion Hana,PS,Puzzle,Nihon Bussan,Unknown,,,,,,,1995-12-15, -/games/boxart/full_8762633JapanFrontccc.jpg,Gion Hana 2,PS,Puzzle,Nichibutsu,Nichibutsu,,,,,,,1999-02-04, -/games/boxart/full_4254415AmericaFrontccc.jpg,Globe Clicker,XBL,Puzzle,Microsoft,Maximinus,,,,,,,2009-12-02, -/games/boxart/full_glocal-hexcite_2JapanFront.jpg,Glocal Hexcite,PS,Puzzle,Locus,Locus,,,,,,,1999-12-22, -/games/boxart/full_glocal-hexcite_4JapanFront.jpg,Glocal Hexcite,WS,Puzzle,Success,Success,,,,,,,2000-06-29, -/games/boxart/full_9561739AmericaFrontccc.jpg,Glow Artisan,DSiW,Puzzle,Powerhead Games,Powerhead Games,,,,,,,2009-12-28, -/games/boxart/default.jpg,Glyph 2,PC,Puzzle,Unknown,Sandlot Games,,,,,,,, -/games/boxart/full_6389795JapanFrontccc.jpg,Go Raku O Tango!,GB,Puzzle,J-Wing,J-Wing,,,,,,,2000-02-11, -/games/boxart/full_go-raku-o-tango_8JapanFront.jpg,Go Raku O Tango!,WS,Puzzle,Mebius,Mebius,,,,,,,1999-04-01, -/games/boxart/full_go-series-10-second-run_10AmericaFront.jpg,GO Series: 10 Second Run,DSiW,Puzzle,Gamebridge,G-mode,,,,,,,2010-09-20, -/games/boxart/full_go-series-earth-saver_61AmericaFront.jpg,GO Series: Earth Saver,DSiW,Puzzle,Gamebridge,Tom Create,,,,,,,2011-03-07, -/games/boxart/full_go-go-island-rescue_10AmericaFront.jpg,Go! Go! Island Rescue!,DSiW,Puzzle,Connect2Media,Mforma Europe Limited,,,,,,,2010-10-25, -/games/boxart/410947ccc.jpg,Go! Puzzle,PS3,Puzzle,Sony Computer Entertainment,Zoonami,,,,,,,2007-06-14, -/games/boxart/default.jpg,Go! Puzzle,PSP,Puzzle,Unknown,Sony Computer Entertainment America,,,,,,,, -/games/boxart/3698165ccc.jpg,Go! Puzzle,PSN,Puzzle,Sony Computer Entertainment,Zoonami,,,,,,,2007-06-13, -/games/boxart/full_4223412AmericaFrontccc.png,Go! Puzzle (PSP),PSN,Puzzle,Sony Computer Entertainment,Zoonami Ltd.,,,,,,,2008-02-06, -/games/boxart/9312348ccc.jpg,Go! Sudoku,PSN,Puzzle,Sony Computer Entertainment,Sumo Digital,,,,,,,2006-12-07, -/games/boxart/full_5554269PALFrontccc.png,Go! Sudoku (PSP),PSN,Puzzle,Sony Computer Entertainment,Sumo Digital,,,,,,,2007-11-20, -/games/boxart/9766074ccc.jpg,Gobliiins,PC,Puzzle,Unknown,Coktel Vision,,,,,,,1992-01-01, -/games/boxart/1783513ccc.jpg,Gobliins 2: The Prince Buffoon,PC,Puzzle,Sierra Entertainment,Coktel Vision,,,,,,,1992-01-01, -/games/boxart/full_goblins-quest-3_342PALFront.jpg,Goblins Quest 3,PC,Puzzle,Sierra Entertainment,Coktel Vision,,,,,,,1993-01-01, -/games/boxart/3244559ccc.jpg,Godzilla,GB,Puzzle,TOHO,Compile,,,,,,,1990-10-01, -/games/boxart/full_gold-fever_217AmericaFront.jpg,Gold Fever,DSiW,Puzzle,TikGames,Creat Studios,,,,,,,2011-06-16, -/games/boxart/full_gold-fever_3AmericaFront.gif,Gold Fever,PSN,Puzzle,TikGames,Creat Studios,,,,,,,2010-06-15, -/games/boxart/full_5617518AmericaFrontccc.jpg,Golden Tangram,XBL,Puzzle,Microsoft,Spyn Doctor,,,,,,,2009-08-15, -/games/boxart/full_9930765JapanFrontccc.jpg,Golem no Maigo,DC,Puzzle,Caramel Pot,Caramel Pot,,,,,,,2000-02-24, -/games/boxart/full_1503781AmericaFrontccc.png,Gothic Masquerade,3DS,Puzzle,SelectSoft,Teyon Entertainment,,,,,,,2014-08-14, -/games/boxart/full_greentechplus_684PALFront.jpg,GreenTechPLUS+,PSN,Puzzle,Unknown,Yoyo Games,,,,,,,2011-01-26, -/games/boxart/full_2499126AmericaFrontccc.jpg,Grid Chasers,XBL,Puzzle,Microsoft,Bright Night Games,,,,,,,2009-01-31, -/games/boxart/756687ccc.jpg,Gridders,3DO,Puzzle,3DO,Tetragon,,,,,,,1994-01-01, -/games/boxart/full_groovin-blocks_9AmericaFront.jpg,Groovin' Blocks,PSN,Puzzle,Sony Online Entertainment,Empty Clip Studios,,,,,,,2010-03-18, -/games/boxart/5748214ccc.jpg,Groovin' Blocks,WW,Puzzle,Nintendo,Empty Clip Studios,,,,,,,2008-09-08, -/games/boxart/full_groovin-blocks-psp_10AmericaFront.jpg,Groovin' Blocks (PSP),PSN,Puzzle,Sony Online Entertainment,Empty Clip Studios,,,,,,,2010-07-13, -/games/boxart/full_775804AmericaFrontccc.jpg,Gruntz,PC,Puzzle,Monolith Productions,Monolith Productions,,,,,,,1999-02-28, -/games/boxart/default.jpg,Gubble,PS,Puzzle,Unknown,Actual Entertainment,,,,,,,, -/games/boxart/full_4285387JapanFrontccc.jpg,GunPey,PS,Puzzle,Bandai,Yoshidayama Workshop,,,,,,,1999-12-16, -/games/boxart/full_7573050JapanFrontccc.jpg,GunPey,WS,Puzzle,Bandai,Bandai,,,,,,,1999-03-04, -/games/boxart/full_7295338JapanFrontccc.jpg,GunPey EX,WS,Puzzle,Bandai,Bandai,,,,,,,2000-12-09, -/games/boxart/full_8489193JapanFrontccc.jpg,Guru Logic Champ,GBA,Puzzle,Compile,Compile,,,,,,,2001-11-29, -/games/boxart/default.jpg,H2O,PC,Puzzle,Webfoot Technologies,Webfoot Technologies,,,,,,,1996-01-01, -/games/boxart/full_929442PALFrontccc.jpg,Habitrail Hamster Ball,PS2,Puzzle,Phoenix Games,Data Design Interactive,,,,,,,2005-01-01, -/games/boxart/default.jpg,Hachi-One Diver DS: Naruzou-kun wa Sami Shogi,DSiW,Puzzle,SilverStar,SilverStar Japan,,,,,,,2010-02-24, -/games/boxart/full_hack-this-game-2_792AmericaFront.jpg,Hack This Game 2,XBL,Puzzle,Microsoft,Utopioneer Games,,,,,,,2011-07-08, -/games/boxart/full_hacotama_800AmericaFront.jpg,HACOTAMA,XBL,Puzzle,Microsoft,YO1KOMORI,,,,,,,2011-09-08, -/games/boxart/default.jpg,Halloween: Trick or Treat,DSiW,Puzzle,Unknown,Virtual Playground,,,,,,,, -/games/boxart/default.jpg,Hamekomi Lucky Puzzle Wii Returns,WW,Puzzle,Tryfirst,Akinai Games,,,,,,,2009-09-29, -/games/boxart/full_hammer-heads-deluxe_117AmericaFront.jpg,Hammer Heads Deluxe,PC,Puzzle,PopCap Games,Nuclide,,,,,,,2006-09-21, -/games/boxart/full_hamster-club-awasete-chu_396JapanFront.jpg,Hamster Club Awasete Chu,GB,Puzzle,Jorudan,Jorudan,,,,,,,2000-09-22, -/games/boxart/full_5877690PALFrontccc.jpg,Hamster Heroes,PC,Puzzle,Data Design Interactive,Data Design Interactive,,,,,,,2005-07-27, -/games/boxart/full_8669314PALFrontccc.jpg,Hamster Heroes,PS2,Puzzle,Metro 3D,Data Design Interactive,,,,,,,2005-07-15, -/games/boxart/full_hamsterball_2AmericaFront.jpg,HamsterBall,PSN,Puzzle,TikGames,Creat Studios,,,,,,,2010-03-25, -/games/boxart/full_280406AmericaFrontccc.jpg,HamsterBall,PC,Puzzle,Brighter Minds Media,Raptisoft,,,,,,,2005-01-01, -/games/boxart/full_8230935JapanFrontccc.jpg,Hanagumi Taisen Columns 2,DC,Puzzle,Sega,Tenky,9,,,,,,2000-01-06, -/games/boxart/full_5944817AmericaFrontccc.jpg,Hangman,XBL,Puzzle,Microsoft,Bartycart,,,,,,,2009-10-14, -/games/boxart/full_3482272AmericaFrontccc.jpg,Happyface,XBL,Puzzle,Microsoft,DSRush,,,,,,,2009-01-03, -/games/boxart/full_9932516AmericaFrontccc.jpg,Hard-Hat Domo,DSiW,Puzzle,Nintendo,Suzak,,,,,,,2009-10-19, -/games/boxart/full_2556406JapanFrontccc.jpg,Harobots Action!!,DS,Puzzle,Sunrise Interactive,Sunrise Interactive,,,,,,,2005-12-29, -/games/boxart/default.jpg,Hasbro Family Game Night,PS3,Puzzle,Unknown,Electronic Arts,,,,,,,, -/games/boxart/full_7284541JapanFrontccc.jpg,Hatena Satena,GBA,Puzzle,Hudson Soft,Hudson,,,,,,,2001-10-04, -/games/boxart/full_hatris_3AmericaFront.jpg,Hatris,NES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1992-04-01, -/games/boxart/full_hatris_5JapanFront.jpg,Hatris,PCE,Puzzle,Micro Cabin,Micro Cabin,,,,,,,1991-05-24, -/games/boxart/1510177ccc.jpg,Hatris,GB,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1991-05-01, -/games/boxart/full_haunted-legends-the-queen-of-spades_669PALFront.jpg,Haunted Legends: The Queen of Spades,PC,Puzzle,Unknown,Big Fish Games,,,,,,,2011-08-01, -/games/boxart/full_1700583AmericaFrontccc.jpg,Hazardous Gas Unit,XBL,Puzzle,Microsoft,buddrick,,,,,,,2010-01-04, -/games/boxart/full_355184AmericaFrontccc.png,Hazumino,And,Puzzle,Unknown,Unknown,,,,,,,2014-04-26, -/games/boxart/full_hebereke-no-oishii-puzzle_505JapanFront.jpg,Hebereke no Oishii Puzzle,SNES,Puzzle,Sunsoft,SunSoft,,,,,,,1994-08-31, -/games/boxart/full_heberekes-popoitto_97PALFront.jpg,Hebereke's Popoitto,SAT,Puzzle,Sunsoft,Success,,,,,,,1995-01-01, -/games/boxart/full_heberekes-popoitto_522PALFront.jpg,Hebereke's Popoitto,PS,Puzzle,Sunsoft,SunSoft,,,,,,,1996-03-01, -/games/boxart/full_heberekes-popoitto_378JapanFront.jpg,Hebereke's Popoitto,SNES,Puzzle,Sunsoft,SunSoft,,,,,,,1995-09-30, -/games/boxart/full_heberekes-popoon_420PALFront.jpg,Hebereke's Popoon,SNES,Puzzle,Sunsoft,SunSoft,,,,,,,1994-01-01, -/games/boxart/full_heisei-tensai-bakabon-susume-bakabons_2JapanFront.jpg,Heisei Tensai Bakabon: Susume! Bakabons,SAT,Puzzle,General Entertainment,General Entertainment,,,,,,,1995-07-07, -/games/boxart/full_hello-kitty-no-beads-koubou_993JapanFront.jpg,Hello Kitty no Beads Koubou,GB,Puzzle,Imagineer,Imagineer,,,,,,,1999-07-17, -/games/boxart/full_3788312JapanFrontccc.jpg,Hello Kitty no Magical Block,DC,Puzzle,Sega,Sega,,,,,,,2000-03-30, -/games/boxart/full_hello-kitty-no-magical-museum_999JapanFront.jpg,Hello Kitty no Magical Museum,GB,Puzzle,Imagineer,Imagineer,,,,,,,1999-04-28, -/games/boxart/full_1832713JapanFrontccc.jpg,Hello Kitty no PacPac & Logic,DS,Puzzle,Dorart,Dorart,,,,,,,2009-07-30, -/games/boxart/full_1287845JapanFrontccc.jpg,Hello Kitty to Issho! Block Crash 123!!,PSP,Puzzle,Dorart,Dorart,,,,,,,2010-07-15, -/games/boxart/full_hello-kitty-to-issho-block-crash-123_10JapanFront.jpg,Hello Kitty to Issho! Block Crash 123!!,PSN,Puzzle,Dorart,Dorart,,,,,,,2010-07-15, -/games/boxart/full_hello-kittys-cube-frenzy_0AmericaFront.jpg,Hello Kitty's Cube Frenzy,GB,Puzzle,NewKidCo,Torus Games,,,,,,,1999-12-28, -/games/boxart/full_5045710JapanFrontccc.jpg,Hello Kitty: Lovely Fruit Park,DC,Puzzle,Sega,Sega,,,,,,,1999-11-25, -/games/boxart/full_herkules_562PALFront.jpg,Herkules,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, -/games/boxart/full_heroes-of-hellas_685AmericaFront.jpg,Heroes of Hellas,PC,Puzzle,Unknown,Jaibo Games,,,,,,,2007-11-14, -/games/boxart/default.jpg,Heroes of Hellas 3: Athens,PC,Puzzle,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2011-09-28,2019-05-03 -/games/boxart/full_6711648AmericaFrontccc.jpg,Heron: Steam Machine,WW,Puzzle,Triangle Studios,Triangle Studios,,,,,,,2010-01-04, -/games/boxart/full_1318497AmericaFrontccc.jpg,Hexcells Infinite,OSX,Puzzle,Matthew Brown,Matthew Brown,,,,,,,2014-09-01, -/games/boxart/full_6049480AmericaFrontccc.jpg,Hexcells Infinite,Linux,Puzzle,Matthew Brown,Matthew Brown,,,,,,,2014-09-01, -/games/boxart/full_hexcite-the-shapes-of-victory_9AmericaFront.jpg,Hexcite: The Shapes of Victory,GB,Puzzle,Ubisoft,Landwarf,,,,,,,1999-01-01, -/games/boxart/full_9873456AmericaFrontccc.jpg,Hexic 2,XBL,Puzzle,Microsoft,Carbonated Games,,,,,,,2007-08-15, -/games/boxart/full_7554736AmericaFrontccc.jpg,Hexic Deluxe,PC,Puzzle,Mumbo Jumbo,Carbonated Games,,,,,,,2007-01-24, -/games/boxart/full_1976548AmericaFrontccc.jpg,Hexic HD,XBL,Puzzle,Microsoft,Carbonated Games,7.4,,,,,,2005-11-22, -/games/boxart/full_9677097AmericaFrontccc.jpg,Hexothermic,XBL,Puzzle,Microsoft,David webb,,,,,,,2008-12-19, -/games/boxart/default.jpg,Hidden Escape,And,Puzzle,Unknown,Unknown,,,,,,,2015-04-12, -/games/boxart/full_6465496AmericaFrontccc.jpg,Hidden Mysteries: Buckingham Palace,PC,Puzzle,Unknown,,,,,,,,, -/games/boxart/default.jpg,Hidden Mysteries: Civil War,PC,Puzzle,Activision,Activision,,,,,,,2008-04-29, -/games/boxart/default.jpg,Hidden Mysteries: Forbidden City,PC,Puzzle,Unknown,Licensed 4U,,,,,,,2012-03-30, -/games/boxart/default.jpg,Hidden Mysteries: JFK Conspiracy,PC,Puzzle,Unknown,Licensed 4U,,,,,,,2011-11-30, -/games/boxart/full_hidden-mysteries-notre-dame_283PALFront.jpg,Hidden Mysteries: Notre Dame,PC,Puzzle,GameMill,Licensed 4U,,,,,,,2011-04-19, -/games/boxart/full_hidden-mysteries-salem-secrets-witch-trials-of-1692_806AmericaFront.jpg,Hidden Mysteries: Salem Secrets - Witch Trials of 1692,PC,Puzzle,GameMill,Gunnar Games,,,,,,,2010-11-10, -/games/boxart/default.jpg,Hidden Mysteries: Secrets of the White House,PC,Puzzle,Activision,GameMill Publishing,,,,,,,2009-08-27, -/games/boxart/default.jpg,Hidden Mysteries: Titanic 2,PC,Puzzle,Unknown,Licensed 4U,,,,,,,2011-11-30, -/games/boxart/full_hidden-photo_984AmericaFront.jpg,Hidden Photo,DSiW,Puzzle,Unknown,Subdued Software,,,,,,,2011-06-16, -/games/boxart/1575016ccc.jpg,Hidden Relics,PC,Puzzle,eGames,Toy Box,,,,,,,2008-03-07, -/games/boxart/full_hints-hunter_7AmericaFront.jpg,Hints Hunter,DSiW,Puzzle,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2010-08-02, -/games/boxart/default.jpg,Hitman GO,PC,Puzzle,Square Enix,Square Enix,,,,,,,2016-02-23, -/games/boxart/default.jpg,Hitman GO,PSV,Puzzle,Square Enix,Square Enix,,,,,,,2016-02-23, -/games/boxart/default.jpg,Hitman GO,PS4,Puzzle,Square Enix,Square Enix,,,,,,,2016-02-23, -/games/boxart/full_hive-sweeper_3PALFront.png,Hive Sweeper,PSN,Puzzle,Unknown,Skyl-com,,,,,,,2010-08-25, -/games/boxart/full_holiday-lemmings-1993_2PALFront.jpg,Holiday Lemmings 1993,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1993-01-01, -/games/boxart/full_holiday-lemmings-1994_2AmericaFront.jpg,Holiday Lemmings 1994,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1994-11-01, -/games/boxart/full_547478AmericaFrontccc.jpg,Holiday Trivia,XBL,Puzzle,Microsoft,JoMasta,,,,,,,2009-12-03, -/games/boxart/full_hong-kong_150JapanFront.jpg,Hong Kong,GB,Puzzle,Tokuma Shoten,Onion Software,,,,,,,1990-08-11, -/games/boxart/default.jpg,Hostile Makeover,PC,Puzzle,Big Fish Games,Big Fish Games,,,,,,,2009-10-17, -/games/boxart/full_287104AmericaFrontccc.jpg,Hot and Cold: A 3D Hidden Object Adventure,DSiW,Puzzle,Majesco,Majesco Games,,,,,,,2009-12-21, -/games/boxart/default.jpg,Hot Brain,PSP,Puzzle,Midway Games,Midway Studios San Diego,,,,,,,2007-06-18, -/games/boxart/full_7571545AmericaFrontccc.png,Hot Brain,PSN,Puzzle,Midway Games,Midway Studios San Diego,,,,,,,2009-09-30, -/games/boxart/full_5429298AmericaFrontccc.jpg,Hotel Danger,XBL,Puzzle,Microsoft,North West,,,,,,,2009-08-27, -/games/boxart/full_house-md-episode-1-globetrotting_222AmericaFront.jpg,House M.D. - Episode 1: Globetrotting,DSiW,Puzzle,Legacy Interactive,Legacy Interactive,,,,,,,2011-05-30, -/games/boxart/default.jpg,HOYLE Crosswords & Sudoku,PC,Puzzle,Unknown,Encore Software,,,,,,,, -/games/boxart/full_3807075JapanFrontccc.jpg,Hudson Selection Vol. 1: Cubic Lode Runner,PS2,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2003-11-27, -/games/boxart/full_hudson-selection-vol-1-cubic-lode-runner_762JapanFront.jpg,Hudson Selection Vol. 1: Cubic Lode Runner,GC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2003-07-10, -/games/boxart/full_4659844JapanFrontccc.jpg,Hungry Dinosaurs,SNES,Puzzle,Sunsoft,Magical Company,,,,,,,1995-01-03, -/games/boxart/full_6345907AmericaFrontccc.jpg,HuntersLunch,XBL,Puzzle,Microsoft,DK Alpla,,,,,,,2009-10-22, -/games/boxart/2042138ccc.jpg,Hyper Lode Runner,GB,Puzzle,Bandai,Broderbund,,,,,,,1989-01-02, -/games/boxart/full_5720319PALFrontccc.jpg,Hyperballoid HD,PSN,Puzzle,Isquared Games,iSquared Games,,,,,,,2010-04-22, -/games/boxart/full_i-spy-treasure-hunt_198AmericaFront.jpg,I Spy Treasure Hunt,PC,Puzzle,Scholastic Inc.,Scholastic,,,,,,,2001-01-01, -/games/boxart/full_icebreaker_6AmericaFront.jpg,Icebreaker,PC,Puzzle,Unknown,Magnet Interactive Studios,,,,,,,1995-10-31, -/games/boxart/6801920ccc.jpg,Icebreaker,3DO,Puzzle,Panasonic Interactive Media,Magnet Interactive Studios,,,,,,,1995-01-01, -/games/boxart/full_2122933AmericaFrontccc.jpg,Ichi,Linux,Puzzle,Stolen Couch Games,Stolen Couch Games,,,,,,,2014-06-12,2018-08-08 -/games/boxart/full_3515457AmericaFrontccc.jpg,Ichi,PC,Puzzle,Stolen Couch Games,Stolen Couch Games,,,,,,,2014-06-12,2018-08-08 -/games/boxart/full_8960841AmericaFrontccc.jpg,Ichi,OSX,Puzzle,Stolen Couch Games,Stolen Couch Games,,,,,,,2014-06-12,2018-08-08 -/games/boxart/default.jpg,Ichimoo Dajin! King Cat,DSiW,Puzzle,Tom Create,Tom Create,,,,,,,2009-10-07, -/games/boxart/default.jpg,Ide Yousuke no Kenkuo Mahjong DSi,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-02-25, -/games/boxart/full_iggle-pop_398AmericaFront.jpg,Iggle Pop!,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2004-11-17, -/games/boxart/full_iggle-pop-deluxe_388AmericaFront.jpg,Iggle Pop! Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2006-02-14, -/games/boxart/full_2207938JapanFrontccc.jpg,Igo o Nintarou!,PS,Puzzle,DigiCube,DigiCube,,,,,,,2002-03-28, -/games/boxart/full_ikibago_490AmericaFront.jpg,Ikibago,DSiW,Puzzle,Neko Entertainment,Yamago,,,,,,,2011-05-02, -/games/boxart/default.jpg,Illust Logic + Nihon no Mukashibanashi,DSiW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-09-30, -/games/boxart/full_637432JapanFrontccc.jpg,Illust Logic DS + Colorful Logic,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-10-25, -/games/boxart/full_438902JapanFrontccc.jpg,Imasugu Tsukaeru Mamechishiki: Quiz Zatsugaku-Ou DS,DS,Puzzle,Kamui,Jaleco Entertainment,,,,,,,2010-02-11, -/games/boxart/full_5928380AmericaFrontccc.jpg,Infinite Crosswords,PC,Puzzle,MSN Games,Playtonium Game,,,,,,,2005-01-01, -/games/boxart/default.jpg,Influence,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-06-22, -/games/boxart/full_8152956AmericaFrontccc.jpg,Interpol: The Trail of Dr. Chaos,XBL,Puzzle,Microsoft,"TikGames, LLC",,,,,,,2009-01-07, -/games/boxart/full_1210499AmericaFrontccc.png,Interpol: The Trail of Dr. Chaos,PSN,Puzzle,TikGames,"TikGames, LLC",,,,,,,2009-09-17, -/games/boxart/1099056ccc.jpg,Interpol: The Trail of Dr. Chaos,PC,Puzzle,TikGames,"TikGames, LLC",,,,,,,2007-09-05, -/games/boxart/full_9228357AmericaFrontccc.png,IQ Test,WiiU,Puzzle,Unknown,Ninja Pig Studios,,,,,,,2014-07-31,2018-01-03 -/games/boxart/full_3464668JapanFrontccc.jpg,Iraroji VOW,DS,Puzzle,From Software,From Software,,,,,,,2007-05-24, -/games/boxart/1936247ccc.jpg,Ishido,GB,Puzzle,ASCII Entertainment,Nexoft,,,,,,,1990-08-03, -/games/boxart/8503562ccc.jpg,It's Mr Pants,GBA,Puzzle,THQ,Rare Ltd.,7.5,,,,,,2005-11-15, -/games/boxart/full_2753340JapanFrontccc.jpg,Itsu Demo Doko Demo Dekiru Igo: AI Igo DS,DS,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2006-02-23, -/games/boxart/full_1264745JapanFrontccc.jpg,Itsu Demo Doko Demo Dekiru Shogi: AI Shogi DS,DS,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2006-02-23, -/games/boxart/full_ivy-the-kiwi-mini_0AmericaFront.jpg,Ivy the Kiwi? mini,DSiW,Puzzle,Xseed Games,PROPE,,,,,,,2010-10-11, -/games/boxart/default.jpg,Ivy the Kiwi? mini,WW,Puzzle,Unknown,PROPE,,,,,,,, -/games/boxart/full_9766814PALFrontccc.jpg,Jello,PS2,Puzzle,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/full_8369937AmericaFrontccc.jpg,Jelly Belly: Ballistic Beans,PS2,Puzzle,Zoo Digital Publishing,Blue Monkey Studios,,,,,,,2009-04-21, -/games/boxart/full_jellyfish-md_131AmericaFront.jpg,Jellyfish MD,XBL,Puzzle,Microsoft,Kevin Costello,,,,,,,2011-09-02, -/games/boxart/full_jewel-keepers-easter-island_466PALFront.png,Jewel Keepers: Easter Island,PSN,Puzzle,Nordcurrent,Nordcurrent,,,,,,,2010-11-16, -/games/boxart/full_jewel-keepers-easter-island_803AmericaFront.jpg,Jewel Keepers: Easter Island,WW,Puzzle,Nordcurrent,Nordcurrent,,,,,,,2011-02-21, -/games/boxart/full_jewel-keepers-easter-island_43AmericaFront.jpg,Jewel Keepers: Easter Island,DSiW,Puzzle,Nordcurrent,Nordcurrent,6,,,,,,2011-07-07, -/games/boxart/full_jewel-match_285PALFront.jpg,Jewel Match,PC,Puzzle,iWin,iWin,,,,,,,2007-03-07, -/games/boxart/full_4421508AmericaFrontccc.jpg,Jewel Quest,PC,Puzzle,Mumbo Jumbo,"iWin, Inc.",8,,,,,,2004-10-29, -/games/boxart/full_5998353AmericaFrontccc.jpg,Jewel Quest,XBL,Puzzle,iWin,"iWin, Inc.",6.8,,,,,,2006-03-08, -/games/boxart/full_4333129AmericaFrontccc.jpg,Jewelry Master Twinkle,XBL,Puzzle,Microsoft,ARIKA CO LTD,,,,,,,2009-12-26, -/games/boxart/full_9574185AmericaFrontccc.jpg,Jewels of Cleopatra,PC,Puzzle,Encore,"Encore Software, Inc.",,,,,,,2007-07-09, -/games/boxart/full_7524183AmericaFrontccc.jpg,JigDoku,XBL,Puzzle,Microsoft,Wiley,,,,,,,2009-04-24, -/games/boxart/default.jpg,Jigsaw 365,PC,Puzzle,MSN Games,Playtonium Game,,,,,,,2005-01-01, -/games/boxart/full_6420469JapanFrontccc.jpg,Jigsaw Land: Japan Graffiti,PS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1996-09-13, -/games/boxart/full_9784126AmericaFrontccc.jpg,Jigsaw Madness,PS,Puzzle,XS Games,Nippon Ichi Software,,,,,,,2002-12-01, -/games/boxart/full_jigsaw-madness_4AmericaFront.jpg,Jigsaw Madness,PSN,Puzzle,Sony Computer Entertainment,Nippon Ichi Software,,,,,,,2010-03-18, -/games/boxart/full_4713053JapanFrontccc.jpg,Jigsaw Puzzle DS: DS de Meguru Sekai Isan no Tabi,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2008-03-06, -/games/boxart/full_6070995AmericaFrontccc.jpg,Jigsaw Puzzle Express,XBL,Puzzle,Microsoft,arcarocket,,,,,,,2009-02-25, -/games/boxart/full_1915985JapanFrontccc.jpg,Jigsaw Puzzle: Kyou no Wanko,Wii,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-07-26, -/games/boxart/full_4523540JapanFrontccc.jpg,Jigsaw World,PS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1995-02-03, -/games/boxart/full_8881608AmericaFrontccc.jpg,Jigsaw World,XBL,Puzzle,Microsoft,EduardoJimenez,,,,,,,2009-06-09, -/games/boxart/full_8199916JapanFrontccc.jpg,Jigsaw World: Daigekitou! Jig-Battle Heroes,DS,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2008-06-26, -/games/boxart/full_50988JapanFrontccc.jpg,Jukugon,PSP,Puzzle,Sega,Sonic Team,,,,,,,2006-07-13, -/games/boxart/full_jumpstart-deep-sea-escape_759AmericaFront.jpg,JumpStart: Deep Sea Escape,DS,Puzzle,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2011-03-15, -/games/boxart/full_6264643AmericaFrontccc.jpg,Junction,GG,Puzzle,Micronet,Micronet,,,,,,,1991-01-01, -/games/boxart/full_7558997AmericaFrontccc.jpg,Junction,GEN,Puzzle,Micronet,Micronet,,,,,,,1990-01-01, -/games/boxart/full_2990063JapanFrontccc.jpg,Junk Brain Diagnosis: Kanako Enomoto,PS,Puzzle,Oracion,Unknown,,,,,,,1999-03-25, -/games/boxart/full_9244902AmericaFrontccc.jpg,Junkyard Battle,XBL,Puzzle,Microsoft,Daevid,,,,,,,2009-09-27, -/games/boxart/full_5644492AmericaFrontccc.png,K-Nika,And,Puzzle,Devilish Developments,Devilish Developments,,,,,,,2014-07-16, -/games/boxart/4435515ccc.jpg,Ka-blooey,SNES,Puzzle,Kemco,Mirrorsoft,,,,,,,1992-08-01, -/games/boxart/default.jpg,Kai Illust Puzzle Guru Guru Logic,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-12-02, -/games/boxart/default.jpg,Kaleidoscope,PSN,Puzzle,Isquared Games,iSquared Games,,,,,,,2011-09-21, -/games/boxart/full_4056973AmericaFrontccc.jpg,Kaotik Puzzle,XBL,Puzzle,Microsoft,Silvermax,,,,,,,2009-12-30, -/games/boxart/full_karimogi_592AmericaFront.png,Karimogi,PSN,Puzzle,StormBASIC,StormBasic Games,,,,,,,2011-01-18, -/games/boxart/default.jpg,Katamari Damacy Online,PC,Puzzle,Unknown,WindySoft,,,,,,,, -/games/boxart/full_6961279AmericaFrontccc.jpg,Ker Plunk! / Toss Across / Tip It,GBA,Puzzle,"Destination Software, Inc",Gravity-I,,,,,,,2006-08-31, -/games/boxart/3747454ccc.jpg,Kickle Cubicle,NES,Puzzle,Irem Software Engineering,Irem Software Engineering,,,,,,,1990-09-01, -/games/boxart/full_49658JapanFrontccc.jpg,Kidou Gekidan Haro Ichiza: Haro no Puyo Puyo,GBA,Puzzle,Bandai,Bandai,,,,,,,2005-07-21, -/games/boxart/full_4088383JapanFrontccc.jpg,Kinetic Connection,GG,Puzzle,Sega,Sega,,,,,,,1991-03-29, -/games/boxart/2330435ccc.jpg,King Arthur's World,SNES,Puzzle,Jaleco,Argonaut Games,,,,,,,1993-03-27, -/games/boxart/full_5624380PALFrontccc.jpg,King of Clubs,DS,Puzzle,Oxygen Interactive,Oxygen Interactive,,,,,,,2008-07-25, -/games/boxart/full_1971025JapanFrontccc.jpg,Kirby no KiraKira Kids,SNES,Puzzle,Nintendo,HAL Laboratory,,,,,,,1997-11-30, -/games/boxart/full_3854600JapanFrontccc.jpg,Kirby no KiraKira Kids,VC,Puzzle,Nintendo,HAL Laboratory,,,,,,,2010-01-05, -/games/boxart/4786362ccc.jpg,Kirby's Avalanche,SNES,Puzzle,Nintendo,HAL Laboratory,,,,,,,1995-02-01, -/games/boxart/7730133ccc.gif,Kirby's Avalanche,VC,Puzzle,Nintendo,HAL Laboratory,,,,,,,2007-09-24, -/games/boxart/full_2382391JapanFrontccc.jpg,Kita e. Photo Memories,DC,Puzzle,Hudson Soft,Hudson,,,,,,,1999-08-05, -/games/boxart/default.jpg,Klax,PC,Puzzle,Domark Software,Tengen,,,,,,,1992-01-01, -/games/boxart/full_1820962AmericaFrontccc.jpg,Klax,PCE,Puzzle,Tengen,Atari,,,,,,,1990-01-01, -/games/boxart/full_6470672AmericaFrontccc.jpg,Klax,GG,Puzzle,Tengen,Tengen,,,,,,,1992-01-01, -/games/boxart/full_klax_7AmericaFront.jpg,Klax,7800,Puzzle,Unknown,Atari,,,,,,,2002-01-01, -/games/boxart/full_klax_1AmericaFront.jpg,Klax,GEN,Puzzle,Tengen,Tengen,,,,,,,1990-09-06, -/games/boxart/full_klax_6PALFront.jpg,Klax,MS,Puzzle,Tengen,Tengen,,,,,,,1991-01-01, -/games/boxart/3948104ccc.jpg,Klax,GB,Puzzle,Hudson Soft,Tengen,,,,,,,1991-07-01, -/games/boxart/4757744ccc.jpg,Klax,NES,Puzzle,Tengen,Tengen,,,,,,,1990-01-01, -/games/boxart/2738343ccc.jpg,Klax,Lynx,Puzzle,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_3540699AmericaFrontccc.jpg,Klax (GBC),GB,Puzzle,Midway Games,Digital Eclipse,,,,,,,1999-04-01, -/games/boxart/full_know-how_1PALFront.jpg,Know How,PC,Puzzle,CDV Software Entertainment,Bitfield GmbH,,,,,,,2008-05-31, -/games/boxart/full_know-how_9PALFront.jpg,Know How,DS,Puzzle,CDV Software Entertainment,Bitfield GmbH,,,,,,,2008-10-30, -/games/boxart/full_koinu-de-kururin_758JapanFront.jpg,Koinu de Kururin,DS,Puzzle,MTO,MTO,,,,,,,2008-02-14, -/games/boxart/full_7656747JapanFrontccc.jpg,Kokoro o Yasumeru Otona no Nurie DS 2,DS,Puzzle,Ertain,Ertain,,,,,,,2007-12-06, -/games/boxart/full_5974721JapanFrontccc.jpg,Koro Koro Puzzle Happy Panechu!,GBA,Puzzle,Nintendo,Nintendo,,,,,,,2002-03-08, -/games/boxart/full_3023669JapanFrontccc.jpg,Korogashi Puzzle Katamari Damacy,DSiW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2009-03-25, -/games/boxart/full_kotoba-no-puzzle-mojipittan_5JapanFront.jpg,Kotoba no Puzzle: Mojipittan,PS2,Puzzle,Namco,Namco,,,,,,,2003-01-09, -/games/boxart/full_526787JapanFrontccc.jpg,Kotoba no Puzzle: Mojipittan Advance,GBA,Puzzle,Namco,Namco,,,,,,,2003-01-09, -/games/boxart/default.jpg,Kotoba no Puzzle: Mojipittan Wii,WW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2008-03-25, -/games/boxart/full_krazy-kreatures_1AmericaFront.jpg,Krazy Kreatures,NES,Puzzle,American Video Entertainment,American Video Entertainment,,,,,,,1990-01-01, -/games/boxart/full_5056246AmericaFrontccc.jpg,KrissX,XBL,Puzzle,Microsoft,Regolith Games Ltd,6.5,,,,,,2010-01-27, -/games/boxart/default.jpg,KrissX,PC,Puzzle,Unknown,Regolith Games,,,,,,,, -/games/boxart/default.jpg,KrissX,WW,Puzzle,Unknown,Regolith Games Ltd,,,,,,,, -/games/boxart/default.jpg,Krusty's Fun House,MS,Puzzle,Flying Edge,Audiogenic Software Ltd.,,,,,,,1992-01-01, -/games/boxart/5455356ccc.jpg,Krusty's Fun House,NES,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1992-09-01, -/games/boxart/full_krustys-fun-house_251AmericaFront.jpg,Krusty's Fun House,PC,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1993-01-01, -/games/boxart/full_140656PALFrontccc.jpg,Krusty's Fun House,GB,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1994-01-01, -/games/boxart/full_5791831AmericaFrontccc.jpg,Krusty's Funhouse,GG,Puzzle,Flying Edge,Audiogenic Software Ltd.,,,,,,,1993-01-01, -/games/boxart/707805ccc.jpg,Krusty's Super Fun House,SNES,Puzzle,Acclaim Entertainment,Audiogenic Software Ltd.,,,,,,,1992-06-01, -/games/boxart/full_3305870AmericaFrontccc.jpg,Krusty's Super Fun House,GEN,Puzzle,Flying Edge,Audiogenic Software Ltd.,,,,,,,1993-01-01, -/games/boxart/full_2009547AmericaFrontccc.jpg,Kuchibi,XBL,Puzzle,Microsoft,Spyn Doctor,,,,,,,2009-09-07, -/games/boxart/full_5824467PALFrontccc.png,Kula World,PSN,Puzzle,Sony Computer Entertainment,Game Design Sweden AB,,,,,,,2007-11-29, -/games/boxart/full_7443810AmericaFrontccc.png,Kurulin Fusion,PSN,Puzzle,MTO,Tozai Games,,,,,,,2009-12-10, -/games/boxart/full_8850064JapanFrontccc.jpg,Kurupara,WS,Puzzle,Tom Create,Tom Create,,,,,,,2001-06-14, -/games/boxart/full_kururin-pa_459JapanFront.jpg,Kururin Pa!,SAT,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1996-02-23, -/games/boxart/full_kururin-pa_50JapanFront.jpg,Kururin Pa!,PS,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1995-07-07, -/games/boxart/full_6228547JapanFrontccc.jpg,Kururin Squash!,GC,Puzzle,Nintendo,Eighting,,,,,,,2004-10-14, -/games/boxart/full_kurushi-final-mental-blocks_4PALFront.jpg,Kurushi Final: Mental Blocks,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-06-16, -/games/boxart/2103188ccc.jpg,Kwirk,GB,Puzzle,Acclaim Entertainment,Atlus Co.,,,,,,,1990-01-02, -/games/boxart/full_labyrinth_5PALFront.png,Labyrinth,PSN,Puzzle,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-21, -/games/boxart/default.jpg,Lady Layton: The Millionaire Ariadone's Conspiracy,3DS,Puzzle,Unknown,Level 5,,,,,,,, -/games/boxart/default.jpg,Lady Layton: The Millionaire Ariadone's Conspiracy,And,Puzzle,Level 5,Level 5,,,,,,,2018-01-01, -/games/boxart/full_8283520AmericaFrontccc.jpg,Landmark,XBL,Puzzle,Microsoft,IshSaid,,,,,,,2009-01-04, -/games/boxart/full_leedmees_393AmericaFront.jpg,Leedmees,XBL,Puzzle,Konami,Konami,6.5,,,,,,2011-09-07, -/games/boxart/default.jpg,Legend of Fae,PC,Puzzle,Endless Fluff Games,Endless Fluff Games,8,,,,,,2011-06-26, -/games/boxart/9080122ccc.gif,Lemmings,SNES,Puzzle,Sunsoft,DMA Design,,,,,,,1992-03-01, -/games/boxart/6233709ccc.jpg,Lemmings,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1991-01-01, -/games/boxart/full_lemmings_3PALFront.jpg,Lemmings,MS,Puzzle,Sega,Psygnosis,,,,,,,1992-01-01, -/games/boxart/full_4454734AmericaFrontccc.jpg,Lemmings,NES,Puzzle,Sunsoft,SunSoft,,,,,,,1992-11-01, -/games/boxart/full_lemmings_6AmericaFront.jpg,Lemmings,PSN,Puzzle,Sony Computer Entertainment,Team17 Software,6.5,,,,,,2006-12-07, -/games/boxart/7552231ccc.jpg,Lemmings,GEN,Puzzle,Sunsoft,DMA Design,,,,,,,1992-01-01, -/games/boxart/full_lemmings_8JapanFront.jpg,Lemmings,PCE,Puzzle,Sunsoft,Kuusou Kagaku,,,,,,,1992-11-28, -/games/boxart/9720804ccc.jpg,Lemmings,Lynx,Puzzle,Atari,DMA Design,,,,,,,1993-01-01, -/games/boxart/full_lemmings_4JapanFront.jpg,Lemmings,3DO,Puzzle,Electronic Arts Victor,DMA Design,,,,,,,1994-08-06, -/games/boxart/9791333ccc.jpg,Lemmings,GB,Puzzle,Imagineer,DMA Design,,,,,,,1994-08-01, -/games/boxart/full_112474AmericaFrontccc.jpg,Lemmings,GG,Puzzle,Sega,Probe Entertainment Limited,,,,,,,1992-01-01, -/games/boxart/full_6288527AmericaFrontccc.jpg,Lemmings & Oh No! More Lemmings,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1995-01-01, -/games/boxart/full_2712923AmericaFrontccc.jpg,Lemmings & Oh No! More Lemmings,PS,Puzzle,Psygnosis,DMA Design,,,,,,,1998-01-01, -/games/boxart/full_9031520AmericaFrontccc.jpg,Lemmings & Oh No! More Lemmings,GB,Puzzle,Take-Two Interactive,J-Wing,,,,,,,2000-12-01, -/games/boxart/full_4100909AmericaFrontccc.png,Lemmings (PSP),PSN,Puzzle,Sony Computer Entertainment,Team17 Software,,,,,,,2009-10-21, -/games/boxart/full_3617549PALFrontccc.jpg,Lemmings 2: The Tribes,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1993-01-01, -/games/boxart/6135443ccc.jpg,Lemmings 2: The Tribes,GEN,Puzzle,Psygnosis,Digital Developments,,,,,,,1994-01-01, -/games/boxart/full_lemmings-2-the-tribes_3PALFront.jpg,Lemmings 2: The Tribes,GB,Puzzle,Psygnosis,DMA Design,,,,,,,1994-01-01, -/games/boxart/5746893ccc.jpg,Lemmings 2: The Tribes,SNES,Puzzle,Psygnosis,DMA Design,,,,,,,1994-11-01, -/games/boxart/full_991240AmericaFrontccc.jpg,Lemmings Touch,PSV,Puzzle,Sony Computer Entertainment,d3t Ltd,,,,,,,2014-05-27,2018-09-16 -/games/boxart/full_lemmings-x-mas_10PALFront.jpg,Lemmings X-Mas,PC,Puzzle,Dice Multimedia,Psygnosis,,,,,,,2004-01-01, -/games/boxart/full_4156354AmericaFrontccc.jpg,Lexica,PC,Puzzle,"Merge Interactive, Incorporated","Merge Interactive, Incorporated",,,,,,,2014-07-04, -/games/boxart/full_lexis_87AmericaFront.jpg,Lexis,Lynx,Puzzle,Songbird Productions,Songbird Productions,,,,,,,1999-01-01, -/games/boxart/default.jpg,Libble Rabble (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-11-17, -/games/boxart/default.jpg,Lifeless Planet,XOne,Puzzle,Williams Entertainment Inc.,Williams Entertainment Inc.,,,,,,,2015-05-13, -/games/boxart/full_5409581AmericaFrontccc.jpg,Lights Off,XBL,Puzzle,Microsoft,Massif,,,,,,,2009-02-17, -/games/boxart/full_liight_190AmericaFront.jpg,Liight,WW,Puzzle,Unknown,Studio Walljump,,,,,,,2011-03-14, -/games/boxart/3698158ccc.jpg,Line Rider 2: Unbound,PC,Puzzle,"Genius Products, Inc.",InXile Entertainment,,,,,,,2008-08-12, -/games/boxart/full_5717012AmericaFrontccc.png,LINE: Disney Tsum Tsum,And,Puzzle,NAVER JAPAN,NAVER JAPAN,,,,,,,2014-07-01, -/games/boxart/full_3223013AmericaFrontccc.jpg,Lines,XBL,Puzzle,Microsoft,EdAndersenUK,,,,,,,2008-11-12, -/games/boxart/full_5264026AmericaFrontccc.jpg,Linger in Shadows,PSN,Puzzle,Sony Computer Entertainment,Plastic,,,,,,,2008-10-09, -/games/boxart/full_4667426AmericaFrontccc.jpg,Link 'n' Launch,DSiW,Puzzle,Nintendo,Intelligent Systems,,,,,,,2010-02-08, -/games/boxart/full_9402063AmericaFrontccc.jpg,Link Attack,XBL,Puzzle,Microsoft,wizlon,,,,,,,2009-10-28, -/games/boxart/full_976521AmericaFrontccc.jpg,LIT,WW,Puzzle,WayForward,WayForward Technologies,,,,,,,2009-02-09, -/games/boxart/full_8529586PALFrontccc.jpg,Little Book of Big Secrets,DS,Puzzle,505 Games,505 Games,,,,,,,2010-04-23, -/games/boxart/full_3936990AmericaFrontccc.jpg,Little Farm,PC,Puzzle,Mumbo Jumbo,Hot Lava,,,,,,,2008-05-20, -/games/boxart/3218442ccc.jpg,Little Shop of Treasures,PC,Puzzle,GameHouse,GameHouse,,,,,,,2007-03-28, -/games/boxart/full_little-shop-of-treasures-2_3PALFront.jpg,Little Shop of Treasures 2,PC,Puzzle,GameHouse,GameHouse,,,,,,,2007-09-26, -/games/boxart/691615ccc.jpg,Lock n' Chase,GB,Puzzle,Sunsoft,Data East,,,,,,,1990-01-02, -/games/boxart/full_4340360JapanFrontccc.jpg,Lode Runner,GBA,Puzzle,Success,Success,,,,,,,2003-02-21, -/games/boxart/7490453ccc.jpg,Lode Runner,VC,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2007-06-11, -/games/boxart/full_3141424AmericaFrontccc.jpg,Lode Runner,XBL,Puzzle,Microsoft,Tozai Games / SouthEnd Interactive,7,,,,,,2009-04-22, -/games/boxart/full_526745JapanFrontccc.jpg,Lode Runner Twin: Justy to Liberty no Daibouken,SNES,Puzzle,T&E Soft,Tikipod,,,,,,,1994-07-29, -/games/boxart/full_9680239JapanFrontccc.jpg,Lode Runner: Domdom Dan no Yabou!,GB,Puzzle,Xing Entertainment,Xing Entertainment,,,,,,,2000-04-28, -/games/boxart/full_lode-runner-nawareta-meikyuu_7JapanFront.jpg,Lode Runner: Lost Labyrinth,PCE,Puzzle,Pack-In-Video,Pack-In-Video,,,,,,,1990-07-27, -/games/boxart/full_1867131AmericaFrontccc.jpg,Lonpos,WW,Puzzle,Nintendo,Genki,,,,,,,2009-02-02, -/games/boxart/full_2104546AmericaFrontccc.jpg,Looksley's Line Up,DSiW,Puzzle,Nintendo,"Good-Feel Co., Ltd.",,,,,,,2010-05-17, -/games/boxart/full_3688801JapanFrontccc.jpg,Loopop Cube: Loop ★ Salad Portable: Matatabi,PSP,Puzzle,Dimple Entertainment,Dimple Entertainment,,,,,,,2010-01-28, -/games/boxart/full_7560630JapanFrontccc.jpg,Loopop Cube: Loop * Salad DS,DS,Puzzle,Dimple Entertainment,Dimple Entertainment,,,,,,,2008-01-31, -/games/boxart/4082344ccc.jpg,LoopZ,GB,Puzzle,Mindscape,Argonaut Games,,,,,,,1990-01-02, -/games/boxart/full_2781234AmericaFrontccc.jpg,Loopz,NES,Puzzle,Mindscape,Audiogenic,,,,,,,1990-10-01, -/games/boxart/default.jpg,Lost Chronicles: Fall of Caesar,PC,Puzzle,Avanquest,Vast Studios,,,,,,,2011-11-25, -/games/boxart/default.jpg,Lost Chronicles: Salem,PC,Puzzle,Unknown,Vast Studios,,,,,,,, -/games/boxart/full_lost-island-hidden-object-game_3AmericaFront.jpg,Lost Island: Hidden Object Game,WW,Puzzle,Ateam,Ateam Inc.,,,,,,,2010-09-13, -/games/boxart/default.jpg,Lost Secrets: Caribbean Explorer - Secrets of the Sea,PC,Puzzle,Activision,Unknown,,,,,,,2009-05-17, -/games/boxart/full_lost-vikings-2_1AmericaFront.jpg,Lost Vikings 2,SNES,Puzzle,Interplay,Blizzard Entertainment,,,,,,,1997-05-01, -/games/boxart/full_lucid_993AmericaFront.jpg,Lucid,PC,Puzzle,Unknown,YeaBoing,,,,,,,2011-07-19, -/games/boxart/full_lucky-clover_835AmericaFront.jpg,Lucky Clover,PC,Puzzle,Anarchy Enterprises,Anarchy Enterprises,,,,,,,2008-01-30, -/games/boxart/full_lucle_197JapanFront.jpg,Lucle,GB,Puzzle,Nintendo,Vic Tokai,,,,,,,1995-01-01, -/games/boxart/full_lume_623AmericaFront.jpg,Lume,PC,Puzzle,Unknown,State of Play Games,,,,,,,2011-05-09, -/games/boxart/full_7741732AmericaFrontccc.jpg,Lumines,PC,Puzzle,WildTangent,Q Entertainment,,,,,,,2007-11-29, -/games/boxart/full_3253767AmericaFrontccc.jpg,Lumines Advance Pack,PC,Puzzle,Q Entertainment,Q Entertainment,,,,,,,2008-04-18, -/games/boxart/full_3956457AmericaFrontccc.jpg,Lumines Live!,XBL,Puzzle,Q Entertainment,Q Entertainment Inc.,,,,,,,2006-10-18, -/games/boxart/480908ccc.jpg,Lumines Plus,PS2,Puzzle,Disney Interactive Studios,Q Entertainment,,,,,,,2007-02-27, -/games/boxart/full_lumines-supernova_0AmericaFront.jpg,Lumines Supernova,PSN,Puzzle,Q Entertainment,Q Entertainment,,,,,,,2008-12-23, -/games/boxart/full_9336790AmericaFrontccc.png,Luminux,And,Puzzle,Bulkypix,Bulkypix,,,,,,,2014-06-04, -/games/boxart/full_74799AmericaFrontccc.jpg,Luxor,PC,Puzzle,Activision,MumboJumbo,,,,,,,2005-03-17, -/games/boxart/full_732678AmericaFrontccc.jpg,Luxor 2,XBL,Puzzle,United Developers,MumboJumbo,5.5,,,,,,2007-04-04, -/games/boxart/full_8682848AmericaFrontccc.jpg,Luxor 2,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2006-11-15, -/games/boxart/full_6676408AmericaFrontccc.jpg,Luxor 3,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-06-16, -/games/boxart/default.jpg,Luxor Adventures,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2009-12-01, -/games/boxart/full_4728034AmericaFrontccc.jpg,Luxor Amun Rising,PC,Puzzle,Mac Play,Mac Play,,,,,,,2005-11-22, -/games/boxart/full_8335789AmericaFrontccc.jpg,Luxor Mahjong,PC,Puzzle,Mumbo Jumbo,Mac Play,,,,,,,2006-01-01, -/games/boxart/full_4059816AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,PSP,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-12-18, -/games/boxart/full_8976903AmericaFrontccc.jpg,Luxor: Pharaoh's Challenge,PS2,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-11-20, -/games/boxart/full_9965655AmericaFrontccc.png,Luxor: Pharaoh's Challenge,PSN,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-12-18, -/games/boxart/full_1972632AmericaFrontccc.jpg,Luxor: Quest for the Afterlife,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2008-11-04, -/games/boxart/full_9246972AmericaFrontccc.png,Luxor: The Wrath of Set,PSN,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2010-01-14, -/games/boxart/full_2662864AmericaFrontccc.jpg,Lynx Othello,Lynx,Puzzle,Unknown,Harry Dodgson,,,,,,,2000-01-01, -/games/boxart/full_3052204AmericaFrontccc.jpg,M&M's Break' Em,GBA,Puzzle,DSI Games,Frame Studios Interactive,,,,,,,2007-02-06, -/games/boxart/full_8521095AmericaFrontccc.jpg,M&M's Break' Em,DS,Puzzle,DSI Games,Frame Studios Interactive,,,,,,,2007-03-25, -/games/boxart/full_3635156AmericaFrontccc.jpg,Maboshi's Arcade,WW,Puzzle,Nintendo,Nintendo,8.5,,,,,,2008-12-29, -/games/boxart/default.jpg,Mad Blocker Adventure,PSV,Puzzle,Unknown,Open Emotion Studios,,,,,,,, -/games/boxart/full_mad-blocker-alpha-revenge-of-the-fluzzles_528PALFront.jpg,Mad Blocker Alpha: Revenge of the Fluzzles,PSN,Puzzle,Unknown,Open Emotion Studios,,,,,,,2011-04-19, -/games/boxart/full_3757757AmericaFrontccc.jpg,MADRISM,XBL,Puzzle,Microsoft,Techarts,,,,,,,2009-08-11, -/games/boxart/full_1242559AmericaFrontccc.jpg,MadStone,WW,Puzzle,Riverman Media,Riverman Media,,,,,,,2008-10-06, -/games/boxart/full_magic-orbz_9AmericaFront.jpg,Magic Orbz,PSN,Puzzle,Sony Computer Entertainment,Creat Studios,,,,,,,2009-01-15, -/games/boxart/full_9206378AmericaFrontccc.jpg,Magical Beat,PSV,Puzzle,Arc System Works,Arc System Works,,,,,,,2014-06-17, -/games/boxart/full_4045799JapanFrontccc.jpg,Magical Drop,VC,Puzzle,G-mode,Data East,,,,,,,2007-05-29, -/games/boxart/full_8651486JapanFrontccc.jpg,Magical Drop,SNES,Puzzle,Data East,Data East,,,,,,,1995-10-20, -/games/boxart/full_1359068AmericaFrontccc.jpg,Magical Drop,GB,Puzzle,Classified Games,Conspiracy Entertainment,,,,,,,2000-10-18, -/games/boxart/full_7346830JapanFrontccc.jpg,Magical Drop,PS,Puzzle,Data East,Data East,,,,,,,1996-01-13, -/games/boxart/full_1158037JapanFrontccc.jpg,Magical Drop,SAT,Puzzle,Data East,Data East,,,,,,,1995-12-15, -/games/boxart/full_8732027JapanFrontccc.jpg,Magical Drop + Wonderful!,PS,Puzzle,Data East,Data East,,,,,,,1999-02-25, -/games/boxart/full_3601031JapanFrontccc.jpg,Magical Drop 2,NG,Puzzle,SNK,Data East,,,,,,,1996-04-19, -/games/boxart/full_4596788JapanFrontccc.jpg,Magical Drop 2,SNES,Puzzle,Data East,Data East,,,,,,,1996-09-20, -/games/boxart/full_1618063JapanFrontccc.jpg,Magical Drop 2,SAT,Puzzle,Sega,Data East,,,,,,,1996-09-27, -/games/boxart/full_magical-drop-2-cd_3JapanFront.jpg,Magical Drop 2 (CD),NG,Puzzle,Data East,Data East,,,,,,,1996-05-24, -/games/boxart/full_magical-drop-f_3AmericaFront.jpg,Magical Drop F,PSN,Puzzle,Sony Computer Entertainment,Data East,,,,,,,2010-10-05, -/games/boxart/full_6034507JapanFrontccc.jpg,Magical Drop F: Daibouken Mo Rakujyanai!,PS,Puzzle,Data East,Data East,,,,,,,1999-10-21, -/games/boxart/full_7926255JapanFrontccc.jpg,Magical Drop for WonderSwan,WS,Puzzle,Data East,Data East,,,,,,,1999-10-14, -/games/boxart/full_8612815JapanFrontccc.jpg,Magical Drop II,VC,Puzzle,D4 Enterprise,Data East,,,,,,,2010-11-29, -/games/boxart/full_4777292PALFrontccc.jpg,Magical Drop III,PS,Puzzle,Swing! Entertainment,Data East,,,,,,,2000-07-23, -/games/boxart/full_4576679JapanFrontccc.jpg,Magical Drop III,SAT,Puzzle,Data East,Data East,,,,,,,1997-06-20, -/games/boxart/full_magical-drop-iii_0JapanFront.jpg,Magical Drop III,VC,Puzzle,D4 Enterprise,Data East,,,,,,,2010-12-27, -/games/boxart/full_9687572JapanFrontccc.jpg,Magical Drop III,NG,Puzzle,SNK,Data East,,,,,,,1997-04-25, -/games/boxart/default.jpg,Magical Drop Yurutto,DSiW,Puzzle,G-mode,G-mode,,,,,,,2009-07-29, -/games/boxart/full_9601830AmericaFrontccc.jpg,Magical Puzzle Popils,GG,Puzzle,Tengen,Tengen,,,,,,,1992-01-01, -/games/boxart/full_2307425AmericaFrontccc.jpg,Magical Tetris Challenge,GB,Puzzle,Capcom,Capcom,,,,,,,2000-02-17, -/games/boxart/full_2148937PALFrontccc.jpg,Magical Tetris Challenge,PS,Puzzle,Sony Computer Entertainment,Capcom,,,,,,,1999-01-01, -/games/boxart/full_magnetic-joe_443AmericaFront.jpg,Magnetic Joe,DSiW,Puzzle,Unknown,Most Wanted Entertainment,,,,,,,2011-02-28, -/games/boxart/1552476ccc.jpg,Magnetica Twist,WW,Puzzle,Nintendo,Nintendo,,,,,,,2008-06-30, -/games/boxart/full_3711847AmericaFrontccc.jpg,Magnetis,WW,Puzzle,Yullaby,Yullaby,,,,,,,2009-12-07, -/games/boxart/full_9245922AmericaFrontccc.jpg,Magnetis,PC,Puzzle,Yullaby,Yullaby,,,,,,,2009-11-05, -/games/boxart/default.jpg,Magnify Physics,iQue,Puzzle,Unknown,Toco Games,,,,,,,, -/games/boxart/default.jpg,Mahjong Solitaire,PSN,Puzzle,Agetec,Agetec,,,,,,,2010-06-29, -/games/boxart/full_2440919JapanFrontccc.jpg,Mahjong Taikai Wii,Wii,Puzzle,KOEI,Koei,,,,,,,2007-01-25, -/games/boxart/full_3917322AmericaFrontccc.jpg,Mahjong Tales: Ancient Wisdom,PSN,Puzzle,Sony Computer Entertainment,Creat Studios,,,,,,,2009-01-08, -/games/boxart/full_6398992AmericaFrontccc.jpg,Mahjong Zen,PC,Puzzle,Social Point,Social Point,,,,,,,2011-03-23,2018-07-23 -/games/boxart/full_8858122AmericaFrontccc.jpg,Mahjong Zen,PC,Puzzle,Social Point,Social Point,,,,,,,2011-03-23, -/games/boxart/full_8402348AmericaFrontccc.jpg,Mahjong Zen,BRW,Puzzle,Social Point,Social Point,,,,,,,2011-03-23,2018-07-23 -/games/boxart/full_mahjongg-artifacts_8PALFront.jpg,Mahjongg Artifacts,PSN,Puzzle,G5 Entertainment AB,G5 Entertainment,,,,,,,2010-06-15, -/games/boxart/full_3200318AmericaFrontccc.png,Mahjongg Artifacts: Chapter 2,PSN,Puzzle,G5 Entertainment AB,G5 Software,,,,,,,2009-10-21, -/games/boxart/full_mahou-gousei-ya-san-no-mike_316AmericaFront.jpg,Mahou Gousei Ya San no Mike,XBL,Puzzle,Microsoft,nakfiv,,,,,,,2010-01-18, -/games/boxart/full_4099494AmericaFrontccc.jpg,Maladras,XBL,Puzzle,Microsoft,Vincentvsoolen,,,,,,,2009-07-24, -/games/boxart/full_5910064AmericaFrontccc.jpg,Mania,XBL,Puzzle,Microsoft,Tower17Games,,,,,,,2009-02-23, -/games/boxart/default.jpg,Mapmap! By Touchi Kentei,DSiW,Puzzle,Spike,Spike,,,,,,,2009-12-09, -/games/boxart/full_4035972AmericaFrontccc.jpg,Marble Blast Ultra,XBL,Puzzle,Microsoft,GarageGames.com,7.2,,,,,,2006-01-23, -/games/boxart/full_6815849PALFrontccc.jpg,Marble Chaos,PS2,Puzzle,Phoenix Games,Phoenix Games,,,,,,,2007-08-10, -/games/boxart/default.jpg,Marble Drop,PC,Puzzle,Maxis,Maxis,,,,,,,1997-02-28, -/games/boxart/full_marble-madness_7AmericaFront.jpg,Marble Madness,GEN,Puzzle,Electronic Arts,Atari,,,,,,,1993-01-01, -/games/boxart/8537748ccc.jpg,Marble Madness,GB,Puzzle,Mindscape,Tengen,,,,,,,1991-05-01, -/games/boxart/8244532ccc.jpg,Marble Madness,NES,Puzzle,Milton Bradley,Rare Ltd.,,,,,,,1989-03-01, -/games/boxart/full_marble-madness_1AmericaFront.jpg,Marble Madness,GG,Puzzle,Tengen,Tengen,,,,,,,1992-01-01, -/games/boxart/full_marble-madness_9AmericaFront.jpg,Marble Madness,PC,Puzzle,Electronic Arts,Electronic Arts,,,,,,,1986-01-01, -/games/boxart/full_marble-madness_9PALFront.jpg,Marble Madness,MS,Puzzle,Virgin Interactive,Tengen,,,,,,,1992-01-01, -/games/boxart/full_marble-madness-gbc_2AmericaFront.jpg,Marble Madness (GBC),GB,Puzzle,Midway Games,Digital Eclipse,,,,,,,1999-12-01, -/games/boxart/default.jpg,Marbles Invasion,GIZ,Puzzle,Unknown,Nations Software,,,,,,,, -/games/boxart/default.jpg,Marbles Multiball 3D - The Castle Adventure,GIZ,Puzzle,Unknown,Mad Processor,,,,,,,, -/games/boxart/full_7267397JapanFrontccc.jpg,Marby Baby Story,PS,Puzzle,Ponos,Ponos,,,,,,,1999-02-18, -/games/boxart/full_1733058AmericaFrontccc.png,Mario and Donkey Kong: Minis on the Move,3DS,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2013-05-09,2018-09-05 -/games/boxart/full_4017065AmericaFrontccc.png,Mario vs. Donkey Kong,WiiU,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2017-02-09,2018-04-20 -/games/boxart/full_821522AmericaFrontccc.jpg,Mario vs. Donkey Kong: Minis March Again!,DSiW,Puzzle,Nintendo,Nintendo Software Technology Corporation,8.1,,,,,,2009-06-08, -/games/boxart/full_marios-picross_362AmericaFront.png,Mario's Picross,VC,Puzzle,Nintendo,Nintendo,,,,,,,2011-08-04, -/games/boxart/full_2324990JapanFrontccc.jpg,Mario's Super Picross,VC,Puzzle,Nintendo,Jupiter Multimedia,,,,,,,2007-09-14, -/games/boxart/full_3682129JapanFrontccc.jpg,Marl de Jigsaw,PS2,Puzzle,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2001-11-15, -/games/boxart/default.jpg,Marvin's Maze,PSN,Puzzle,SNK Playmore,SNK Playmore Corporation,,,,,,,2011-07-19, -/games/boxart/full_2919056AmericaFrontccc.jpg,Matrix,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-08-22, -/games/boxart/full_48784AmericaFrontccc.jpg,Matrix2,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-11-28, -/games/boxart/full_9495735AmericaFrontccc.jpg,Maui Wowee,PC,Puzzle,MSN Games,Toybox Games,,,,,,,2005-06-01, -/games/boxart/full_5588932PALFrontccc.png,Mawaskes,PSN,Puzzle,DHM Interactive,Irem Software Engineering,,,,,,,2009-12-17, -/games/boxart/full_1056381JapanFrontccc.jpg,Mawaza,PS2,Puzzle,Sony Computer Entertainment,Media.Vision,,,,,,,2005-10-06, -/games/boxart/full_8061993AmericaFrontccc.jpg,Max the Frog,XBL,Puzzle,Microsoft,MindStudios,,,,,,,2008-12-23, -/games/boxart/full_6732491AmericaFrontccc.jpg,May's Mysteries: The Secret of Dragonville,DS,Puzzle,Unknown,TBA,,,,,,,, -/games/boxart/full_1941396AmericaFrontccc.png,Me & My Katamari,PSN,Puzzle,Namco Bandai,Namco,,,,,,,2009-12-22, -/games/boxart/full_7193857AmericaFrontccc.jpg,Mega Bomberman,GEN,Puzzle,Sega,Hudson Soft,,,,,,,1994-01-01, -/games/boxart/full_5921540JapanFrontccc.jpg,Mega Panel,GEN,Puzzle,Namco,Namco,,,,,,,1990-11-22, -/games/boxart/full_mega-words_1AmericaFront.jpg,Mega Words,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-06-21, -/games/boxart/8891036ccc.jpg,Megalit,GB,Puzzle,Asmik Corp,Takara,,,,,,,1992-12-01, -/games/boxart/full_9208386AmericaFrontccc.jpg,Melvin's Meltdown,XBL,Puzzle,Microsoft,ThinkTank,,,,,,,2008-11-27, -/games/boxart/full_9503007AmericaFrontccc.jpg,Memory Match,2600,Puzzle,Sears,Telegames,,,,,,,1978-01-01, -/games/boxart/full_2674694AmericaFrontccc.jpg,Mendel Palace,NES,Puzzle,Hudson Soft,Game Freak,,,,,,,1989-12-12, -/games/boxart/full_mercury-hg_486AmericaFront.jpg,Mercury Hg,XBL,Puzzle,Ignition Entertainment,Ignition Entertainment,,,,,,,2011-09-28, -/games/boxart/full_mercury-hg_179AmericaFront.jpg,Mercury Hg,PSN,Puzzle,Ignition Entertainment,Ignition Entertainment,7,,,,,,2011-09-27, -/games/boxart/full_7362644AmericaFrontccc.png,Mercury Meltdown,PSN,Puzzle,Ignition Entertainment,Ignition Entertainment,,,,,,,2009-03-11, -/games/boxart/full_8763079AmericaFrontccc.jpg,Mercury Meltdown Remix,PS2,Puzzle,Ignition Entertainment,Ignition Entertainment,,,,,,,2006-12-04, -/games/boxart/full_mermaids-of-atlantis-the-riddle-of-the-magic-bubble_90AmericaFront.jpg,Mermaids of Atlantis: The Riddle of the Magic Bubble,NES,Puzzle,American Video Entertainment,Panesian,,,,,,,1991-01-01, -/games/boxart/full_163670AmericaFrontccc.jpg,Merv Griffin's Crosswords,PC,Puzzle,Elephant Entertainment,Elephant Entertainment,,,,,,,2008-03-17, -/games/boxart/full_9408373AmericaFrontccc.jpg,Merv Griffin's Crosswords,XBL,Puzzle,THQ,Pipeworks Software Inc.,,,,,,,2008-12-31, -/games/boxart/full_746729AmericaFrontccc.jpg,Meteos Wars,XBL,Puzzle,Q Entertainment,Q Entertainment Inc.,,,,,,,2008-12-10, -/games/boxart/full_8688344AmericaFrontccc.jpg,Metrico,PSV,Puzzle,Digital Dreams,Digital Dreams,,,,,,,2014-08-05, -/games/boxart/full_miburi-and-teburi_1JapanFront.jpg,Miburi & Teburi,Wii,Puzzle,Sega,Climax Entertainment,,,,,,,2008-02-21, -/games/boxart/full_3031146AmericaFrontccc.jpg,Micron,Linux,Puzzle,Apparition Games,Apparition Games,,,,,,,2014-07-23, -/games/boxart/full_4480049AmericaFrontccc.jpg,Micron,PC,Puzzle,Apparition Games,Apparition Games,,,,,,,2014-07-23, -/games/boxart/full_564991AmericaFrontccc.jpg,Micron,OSX,Puzzle,Apparition Games,Apparition Games,,,,,,,2014-07-23, -/games/boxart/full_1235925AmericaFrontccc.jpg,Microsoft Tinker,PC,Puzzle,Microsoft,Fuel Industries,,,,,,,2009-12-15, -/games/boxart/full_4701471AmericaFrontccc.png,Miegakure,PC,Puzzle,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_8064006AmericaFrontccc.jpg,Mighty Flip Champs!,DSiW,Puzzle,WayForward,Way Forward Technologies,8.3,,,,,,2009-06-01, -/games/boxart/full_mighty-flip-champs-dx_322AmericaFront.jpg,Mighty Flip Champs! DX,PSN,Puzzle,WayForward,WayForward Technologies,,,,,,,2011-07-12, -/games/boxart/full_1679811AmericaFrontccc.jpg,Mighty Mighty Missile!,SCD,Puzzle,Good Night Brave Warrior,Good Deal Games,,,,,,,2004-01-01, -/games/boxart/full_mighty-milky-way_131AmericaFront.jpg,Mighty Milky Way,DSiW,Puzzle,WayForward,WayForward Technologies,,,,,,,2011-05-09, -/games/boxart/full_299491JapanFrontccc.jpg,Milon no Hoshizora Shabon: Puzzle Kumikyoku,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-07-06, -/games/boxart/full_896345AmericaFrontccc.jpg,Miner Dig Deep,XBL,Puzzle,Microsoft,Robir,,,,,,,2009-02-04, -/games/boxart/full_minesweeper_543JapanFront.jpg,Minesweeper,GB,Puzzle,Pack-In-Video,ARC Co. Ltd,,,,,,,1991-12-13, -/games/boxart/full_minesweeper_240JapanFront.jpg,Minesweeper,PCE,Puzzle,Pack-In-Video,ARC Co. Ltd,,,,,,,1992-03-20, -/games/boxart/full_748391AmericaFrontccc.jpg,Minesweeper Flags,XBL,Puzzle,TikGames,"TikGames, LLC",,,,,,,2009-02-11, -/games/boxart/full_mingle-magnet_7JapanFront.jpg,Mingle Magnet,WS,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1999-11-02, -/games/boxart/default.jpg,Minna de Taisen Puzzle: Shanghai Wii,WW,Puzzle,Sunsoft,SunSoft,,,,,,,2009-04-07, -/games/boxart/full_1201554JapanFrontccc.jpg,Minna no Soft Series: Tetris,GBA,Puzzle,Success,Success,,,,,,,2003-11-28, -/games/boxart/full_5567455AmericaFrontccc.jpg,Mirror,XBL,Puzzle,Microsoft,David Flook,,,,,,,2009-11-05, -/games/boxart/full_moe-mekuri_343AmericaFront.jpg,Moe Mekuri,XBL,Puzzle,Microsoft,kohei,,,,,,,2010-08-02, -/games/boxart/full_moe-mekuri-2_477AmericaFront.jpg,Moe Mekuri 2,XBL,Puzzle,Microsoft,kohei,,,,,,,2011-09-02, -/games/boxart/full_683179AmericaFrontccc.jpg,Moki Moki,WW,Puzzle,Natsume,Natsume,,,,,,,2009-12-14, -/games/boxart/full_mole-control_731AmericaFront.jpg,Mole Control,PC,Puzzle,Blitz Game Studios,Remode,,,,,,,2010-01-20, -/games/boxart/full_mole-mania_2AmericaFront.jpg,Mole Mania,GB,Puzzle,Nintendo,Pax Softnica,8,,,,,,1997-02-01, -/games/boxart/full_money-idol-exchanger_380AmericaFront.jpg,Money Idol Exchanger,PSN,Puzzle,Sony Computer Entertainment,FACE,,,,,,,2010-11-16, -/games/boxart/full_money-idol-exchanger_961JapanFront.jpg,Money Idol Exchanger,PS,Puzzle,Athena,FACE,,,,,,,1998-11-05, -/games/boxart/full_1513706JapanFrontccc.jpg,Monochrome Boo & Baby Boo: Kururin Boo,DS,Puzzle,Creative Core,Creative Core,,,,,,,2009-12-10, -/games/boxart/6918260ccc.jpg,Monopoly 3,PC,Puzzle,Atari,Artech,,,,,,,2002-09-25, -/games/boxart/full_2675193PALFrontccc.jpg,Monster Eggs,PS2,Puzzle,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, -/games/boxart/full_monster-slider_544JapanFront.jpg,Monster Slider,SAT,Puzzle,Datt Japan,DATT Japan,,,,,,,1997-03-28, -/games/boxart/full_4917945AmericaFrontccc.png,Monument Valley,iOS,Puzzle,Ustwo Games,Ustwo Games,8.7,,,,,,2014-04-03,2018-01-21 -/games/boxart/full_8216814AmericaFrontccc.jpg,Moraff's Maximum Mahjongg,PC,Puzzle,Global Star Software,Moraff Games,,,,,,,2000-01-01, -/games/boxart/full_5502670AmericaFrontccc.jpg,Mouse House,WW,Puzzle,Big John Games,Plaid World Studios LLC,,,,,,,2010-02-22, -/games/boxart/full_8179835AmericaFrontccc.jpg,Move Your Brain: Rollway Puzzle,DSiW,Puzzle,Assoria,Assoria,,,,,,,2010-02-01, -/games/boxart/full_4262832AmericaFrontccc.jpg,Movipas,XBL,Puzzle,Microsoft,DARL,,,,,,,2009-10-14, -/games/boxart/default.jpg,Mr. Do! (Arcade),VC,Puzzle,Hamster Corporation,Universal,,,,,,,2010-04-27, -/games/boxart/full_7506062AmericaFrontccc.jpg,Mr. Driller,GB,Puzzle,Namco,Namco,,,,,,,2000-08-02, -/games/boxart/full_5234599JapanFrontccc.jpg,Mr. Driller,WS,Puzzle,Namco,Namco,,,,,,,2001-04-15, -/games/boxart/8177747ccc.jpg,Mr. Driller,DC,Puzzle,Namco,Namco,7.6,,,,,,2000-06-25, -/games/boxart/default.jpg,Mr. Driller 2,PC,Puzzle,Namco,Namco,,,,,,,2002-03-29, -/games/boxart/full_16955JapanFrontccc.jpg,Mr. Driller Ace,GBA,Puzzle,Namco,Namco,,,,,,,2002-08-23, -/games/boxart/full_671156JapanFrontccc.jpg,Mr. Driller G,PS,Puzzle,Namco,Namco,,,,,,,2001-11-22, -/games/boxart/full_5512758AmericaFrontccc.jpg,Mr. Driller Online,XBL,Puzzle,Namco Bandai,Namco Bandai Games,,,,,,,2008-04-02, -/games/boxart/full_2889653AmericaFrontccc.jpg,Mr. Driller W,WW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2009-08-24, -/games/boxart/full_7186999JapanFrontccc.jpg,Mr. Driller: Drill Land,GC,Puzzle,Namco,Namco,,,,,,,2002-12-20, -/games/boxart/full_4204334AmericaFrontccc.jpg,Mr. Driller: Drill Till You Drop,DSiW,Puzzle,Namco Bandai,Bandai Namco Games,6.5,,,,,,2010-04-05, -/games/boxart/4230336ccc.jpg,Ms. Pac Man,GEN,Puzzle,Tengen,Midway/Namco,,,,,,,1991-01-01, -/games/boxart/4009733ccc.jpg,Ms. Pac-Man,NES,Puzzle,Namco,Namco,,,,,,,1993-11-01, -/games/boxart/5776423ccc.jpg,Ms. Pac-Man,GB,Puzzle,Namco,Namco,,,,,,,1993-10-01, -/games/boxart/full_7192245AmericaFrontccc.jpg,Ms. Pac-Man,Lynx,Puzzle,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_5190544AmericaFrontccc.jpg,Ms. Pac-Man,GG,Puzzle,Majesco,General Computer Corporation,,,,,,,1995-01-01, -/games/boxart/full_5801373AmericaFrontccc.jpg,Ms. Pac-Man,XBL,Puzzle,Namco Bandai,Namco Bandai Games,,,,,,,2007-01-10, -/games/boxart/1891619ccc.jpg,Ms. Pac-Man,7800,Puzzle,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_6096512PALFrontccc.jpg,Ms. Pac-Man,MS,Puzzle,Tengen,General Computer Corporation,,,,,,,1991-01-01, -/games/boxart/full_7569155AmericaFrontccc.jpg,Ms. Pac-Man,SNES,Puzzle,Williams Entertainment,Digital Eclipse,,,,,,,1996-09-01, -/games/boxart/7357875ccc.jpg,Ms. Pac-Man,5200,Puzzle,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_2818646AmericaFrontccc.jpg,Ms. Pac-Man (Tengen),NES,Puzzle,Tengen,Namco,,,,,,,1990-01-01, -/games/boxart/9425837ccc.jpg,Ms. Pac-Man: Maze Madness,DC,Puzzle,Namco,Namco,6.9,,,,,,2000-11-13, -/games/boxart/full_ms-pac-man-quest-for-the-golden-maze_453AmericaFront.jpg,Ms. Pac-Man: Quest for the Golden Maze,PC,Puzzle,Infogrames,Creature Labs,,,,,,,2001-10-12, -/games/boxart/full_5092853AmericaFrontccc.jpg,Ms. Pac-Man: Special Color Edition,GB,Puzzle,Namco,Namco,,,,,,,1999-11-02, -/games/boxart/full_2254852JapanFrontccc.jpg,Musapey's Choco Marker,DC,Puzzle,Ecole,Ecole,,,,,,,2002-12-26, -/games/boxart/full_2963079AmericaFrontccc.png,Mysterious Stars 3D: A Fairy Tale,3DS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2014-07-03,2018-08-06 -/games/boxart/full_7987838AmericaFrontccc.jpg,Mysterious Stars: The Samurai,DS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2014-06-26,2018-11-23 -/games/boxart/default.jpg,Mystery P.I. - Portrait of a Thief,PC,Puzzle,Unknown,PopCap,,,,,,,, -/games/boxart/full_7107959AmericaFrontccc.jpg,Mystery P.I.: The Vegas Heist,PC,Puzzle,PopCap Games,SpinTop Games,,,,,,,2009-01-27, -/games/boxart/full_9202770AmericaFrontccc.jpg,Mysteryville 2,PC,Puzzle,Activision,Nevosoft,,,,,,,2008-10-19, -/games/boxart/full_9653473PALFrontccc.jpg,Myth Makers: Orbs of Doom,PS2,Puzzle,Phoenix Games,Data Design Interactive,,,,,,,2007-01-01, -/games/boxart/full_2643370AmericaFrontccc.jpg,Namco All-Stars: Pac-Man and Dig Dug,PC,Puzzle,Namco Networks America,Namco Networks America,,,,,,,2009-01-01, -/games/boxart/full_8507106AmericaFrontccc.jpg,Nancy Drew Dossier: Resorting to Danger,PC,Puzzle,Take-Two Interactive,Her Interactive,,,,,,,2009-08-25, -/games/boxart/default.jpg,Nandoku 500 Kanji Word Puzzle,DSiW,Puzzle,IE Institute,IE Institute,,,,,,,2010-01-20, -/games/boxart/full_2910576JapanFrontccc.jpg,Nazo Puyo: Aruru no Ru,GG,Puzzle,Sega,Compile,,,,,,,1994-07-29, -/games/boxart/full_7742566PALFrontccc.jpg,Neighbours From Hell Compilation,PC,Puzzle,JoWood Productions,JoWood,,,,,,,2004-02-20,2018-01-09 -/games/boxart/full_5497071AmericaFrontccc.jpg,Neopets: Codestone Quest,PC,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2007-09-18, -/games/boxart/default.jpg,Neratte Spot!,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-11-25, -/games/boxart/default.jpg,Nero,XOne,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, -/games/boxart/default.jpg,Nero,PC,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, -/games/boxart/default.jpg,Nero,WiiU,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, -/games/boxart/default.jpg,Nero,3DS,Puzzle,Game Grinder,Game Grinder,,,,,,,2016-01-01, -/games/boxart/full_8840262JapanFrontccc.jpg,Net de Bomberman,PS2,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2004-02-19, -/games/boxart/full_542949AmericaFrontccc.jpg,NEVES Plus,WW,Puzzle,Akinai Games,"BeeWorks Co., Ltd",,,,,,,2009-06-22, -/games/boxart/default.jpg,NightSky,WW,Puzzle,Unknown,Nicalis,,,,,,,, -/games/boxart/full_nikoli-no-puzzle-hitori-ni-shitekure_173JapanFront.jpg,Nikoli no Puzzle: Hitori ni Shitekure,3DS,Puzzle,Hamster Corporation,Hamster,,,,,,,2011-10-26, -/games/boxart/default.jpg,Nikoli no Puzzle: Sudoku,3DS,Puzzle,Hamster Corporation,"NIKOLI Co.,Ltd.",,,,,,,2011-06-07, -/games/boxart/full_nicoli-no-sudoku-3-dai-ni-shuu-sudoku-kakuro-bijutsukan-hitori-ni-shitekure_161JapanFront.jpg,Nikoli no Sudoku +3 Dai-Ni-Shuu: Sudoku Kakuro Bijutsukan Hitori ni Shitekure,PSP,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-01-13, -/games/boxart/full_nikoli-no-sudoku-3-dai-san-shuu-slither-link-masyu-yajilin_914JapanFront.jpg,Nikoli no Sudoku +3 Dai-San-Shuu: Slither Link Masyu Yajilin,PSP,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-03-10, -/games/boxart/full_nikoli-no-sudoku-3-dai-san-shuu-slither-link-masyu-yajilin_190JapanFront.jpg,Nikoli no Sudoku +3 Dai-San-Shuu: Slither Link Masyu Yajilin,PSN,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-03-10, -/games/boxart/full_nikolis-pencil-puzzle_314JapanFront.jpg,Nikoli no Sudoku 3D: 8-tsu no Puzzle de 1000-mon,3DS,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2011-03-31, -/games/boxart/full_nicoli-no-sudoku2-daiisshuu-sudoku-nurikabe-heyawake_8JapanFront.jpg,Nikoli no Sudoku+2 Daiisshuu: Sudoku Nurikabe Heyawake,PSP,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, -/games/boxart/full_nicoli-no-sudoku2-daiisshuu-sudoku-nurikabe-heyawake_312JapanFront.jpg,Nikoli no Sudoku+2 Daiisshuu: Sudoku Nurikabe Heyawake,PSN,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, -/games/boxart/default.jpg,Nikoli no Sudoku: Kanzenhan,PSV,Puzzle,Unknown,Hamster,,,,,,,, -/games/boxart/full_nimbus_344AmericaFront.jpg,Nimbus,PC,Puzzle,Unknown,Noumenon Games,8,,,,,,2010-10-25, -/games/boxart/full_1437564AmericaFrontccc.jpg,NINJA BROS.,XBL,Puzzle,Microsoft,dot zo games,,,,,,,2009-10-04, -/games/boxart/full_ninku-gaiden-heroyuki-daikatsugeki_559JapanFront.jpg,Ninku Gaiden: Hiroyuki Daikatsugeki,GG,Puzzle,Sega,Sega,,,,,,,1995-11-03, -/games/boxart/full_nintama-rantarou-gb-eawase-challenge-puzzle_224JapanFront.jpg,Nintama Rantarou GB: Eawase Challenge Puzzle,GB,Puzzle,Culture Brain,Culture Brain,,,,,,,1998-06-19, -/games/boxart/default.jpg,Nintendo DSi 99Bullets,DSiW,Puzzle,Unknown,EnjoyUp Games,,,,,,,, -/games/boxart/full_495626AmericaFrontccc.jpg,No Frills Cross Sums,XBL,Puzzle,Microsoft,JeBuS,,,,,,,2009-03-11, -/games/boxart/full_2829896AmericaFrontccc.jpg,No Frills Sudoku,XBL,Puzzle,Microsoft,JeBuS,,,,,,,2008-11-20, -/games/boxart/full_4902995JapanFrontccc.jpg,Nobunaga Mahjong,XB,Puzzle,E-Frontier,E-Frontier,,,,,,,2003-04-24, -/games/boxart/full_3957533AmericaFrontccc.jpg,Noby Noby Boy,PSN,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2009-02-19, -/games/boxart/full_2772088JapanFrontccc.jpg,Nonono Puzzle Chai-Rian,GBA,Puzzle,Nintendo,Creatures,,,,,,,2005-06-16, -/games/boxart/full_numba_1PALFront.jpg,Numba,PSN,Puzzle,Cobra Mobile,Cobra Mobile,,,,,,,2010-06-02, -/games/boxart/full_9310461JapanFrontccc.jpg,Number Place Infinity Mugen,DS,Puzzle,Ertain,Ertain,,,,,,,2008-03-27, -/games/boxart/full_158665AmericaFrontccc.jpg,Numblast,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2009-11-05,2018-09-17 -/games/boxart/full_4334009AmericaFrontccc.png,Numblast (PSP),PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2009-11-04,2018-09-17 -/games/boxart/full_595060JapanFrontccc.jpg,Numpla & Oekaki Puzzle,PSP,Puzzle,Success,Black Jack,,,,,,,2006-08-10, -/games/boxart/full_4621444JapanFrontccc.jpg,Numpla 10000-Mon,DS,Puzzle,Success,Success,,,,,,,2007-03-08, -/games/boxart/full_6680608JapanFrontccc.jpg,Numpla 10000-Mon,PSP,Puzzle,Success,Black Jack,,,,,,,2008-04-10, -/games/boxart/full_9642895JapanFrontccc.jpg,Numpla VOW,DS,Puzzle,From Software,From Software,,,,,,,2007-04-26, -/games/boxart/full_718553AmericaFrontccc.jpg,O-D Beat Drop,XBL,Puzzle,Arc System Works,Cyclone Zero,8.5,,,,,,2009-11-11, -/games/boxart/full_5725059AmericaFrontccc.jpg,Obulis,PC,Puzzle,Meridian4,IonFX,,,,,,,2009-03-19, -/games/boxart/full_6642349JapanFrontccc.jpg,Ochan no Oekaki Logic,SAT,Puzzle,Sunsoft,SunSoft,,,,,,,1995-11-17, -/games/boxart/full_7386285JapanFrontccc.jpg,Ochan no Oekaki Logic,PS,Puzzle,Sunsoft,SunSoft,,,,,,,1995-09-08, -/games/boxart/full_2976627JapanFrontccc.jpg,Ochan no Oekaki Logic,SNES,Puzzle,Sunsoft,Game Studio,,,,,,,1995-12-01, -/games/boxart/full_1407550JapanFrontccc.jpg,Ochan no Oekaki Logic,WS,Puzzle,Sunsoft,SunSoft,,,,,,,2000-01-06, -/games/boxart/full_8323707JapanFrontccc.jpg,Ochan no Oekaki Logic 2,PS,Puzzle,Sunsoft,SunSoft,,,,,,,1996-09-27, -/games/boxart/full_8978041JapanFrontccc.jpg,Ochan no Oekaki Logic 3,PS,Puzzle,Sunsoft,SunSoft,,,,,,,2001-02-15, -/games/boxart/default.jpg,ODS Air Explorer,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, -/games/boxart/default.jpg,ODS Carnival Math,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, -/games/boxart/default.jpg,ODS Robot Challenge,PC,Puzzle,Unknown,Ohio Distinctive Software,,,,,,,2002-01-01, -/games/boxart/default.jpg,Oekaki Logic,WW,Puzzle,G-mode,G-mode,,,,,,,2008-05-27, -/games/boxart/full_5704042JapanFrontccc.jpg,Oekaki Puzzle,PS,Puzzle,Success,Success,,,,,,,1999-05-27, -/games/boxart/full_1732779JapanFrontccc.jpg,Oekaki Puzzle 2,PS,Puzzle,Success,Success,,,,,,,2000-01-27, -/games/boxart/full_7400605JapanFrontccc.jpg,Oekaki Puzzle 3,PS,Puzzle,Success,Success,,,,,,,2000-06-29, -/games/boxart/full_8345464JapanFrontccc.jpg,Oekaki Puzzle 4,PS,Puzzle,Success,Success,,,,,,,2000-11-30, -/games/boxart/full_160459JapanFrontccc.jpg,Oekaki Puzzle 5,PS,Puzzle,Success,Success,,,,,,,2001-04-26, -/games/boxart/full_9666483AmericaFrontccc.jpg,Oh No! More Lemmings,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1991-01-01, -/games/boxart/full_6411347AmericaFrontccc.jpg,Oh Snap,XBL,Puzzle,Microsoft,The Unallied,,,,,,,2008-11-24, -/games/boxart/full_7169125JapanFrontccc.jpg,Olivias Mystery,SNES,Puzzle,Altron,Altron,,,,,,,1994-02-04, -/games/boxart/full_operation-creature-feature_4PALFront.jpg,Operation Creature Feature,PSN,Puzzle,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-20, -/games/boxart/full_7726468AmericaFrontccc.jpg,ORB 3D,NES,Puzzle,Hi Tech Expressions,Software Toolworks,,,,,,,1990-11-01, -/games/boxart/full_4001375AmericaFrontccc.jpg,Orbyx: Mystic Orbs of Chaos,XBL,Puzzle,Microsoft,ChrisH,,,,,,,2009-05-06, -/games/boxart/full_9682329JapanFrontccc.jpg,Oretachi Game Center: Quarth,PS2,Puzzle,Hamster Corporation,Hamster Corporation,,,,,,,2006-01-26, -/games/boxart/default.jpg,Otegaru Puzzle Series: Yurie to Fushigi na Meikyuu,DSiW,Puzzle,Arc System Works,Arc System Works,,,,,,,2011-02-23, -/games/boxart/full_5227464JapanFrontccc.jpg,Otogi Juushi Akazukin: Fairy Musketeers,DS,Puzzle,Konami,Tenky,,,,,,,2006-12-07, -/games/boxart/default.jpg,Otona no Nihonshi Puzzle,DSiW,Puzzle,IE Institute,IE Institute,,,,,,,2010-06-30, -/games/boxart/default.jpg,Otona no Sekaishi Puzzle,DSiW,Puzzle,IE Institute,IE Institute,,,,,,,2010-07-28, -/games/boxart/full_ouchan-no-oekaki-logic_3JapanFront.jpg,Ouchan no Oekaki Logic,WS,Puzzle,Sunsoft,SunSoft,,,,,,,2000-01-06, -/games/boxart/default.jpg,Ouchide Infinite Puchi Puchi Wii,WW,Puzzle,Namco Bandai,Bandai Namco Games,,,,,,,2008-06-24, -/games/boxart/full_overflow_991AmericaFront.jpg,Overflow,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-05-23, -/games/boxart/full_3779449AmericaFrontccc.jpg,Pac-Attack,GEN,Puzzle,Namco,Namco,,,,,,,1993-01-01, -/games/boxart/4467464ccc.jpg,Pac-Attack,VC,Puzzle,Namco,Namco,,,,,,,2008-01-14, -/games/boxart/7023270ccc.jpg,Pac-Attack,GB,Puzzle,Namco,Namco,,,,,,,1994-12-01, -/games/boxart/full_8711142AmericaFrontccc.jpg,Pac-Attack,GG,Puzzle,Namco,Namco,,,,,,,1994-01-01, -/games/boxart/6349576ccc.jpg,Pac-Attack,SNES,Puzzle,Namco,Namco,,,,,,,1993-10-01, -/games/boxart/full_1993538AmericaFrontccc.jpg,Pac-Man,XBL,Puzzle,Namco Bandai,Namco Bandai Games,7,,,,,,2006-08-09, -/games/boxart/full_pac-man_573AmericaFront.png,Pac-Man,3DS,Puzzle,Namco Bandai,Bandai Namco Games,5,,,,,,2011-09-01, -/games/boxart/9553694ccc.jpg,Pac-Man,5200,Puzzle,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_pac-man_0AmericaFront.jpg,Pac-Man,GB,Puzzle,Namco,Namco,,,,,,,1991-04-01, -/games/boxart/full_3065392AmericaFrontccc.jpg,Pac-Man,GG,Puzzle,Namco,Namco,,,,,,,1991-01-01, -/games/boxart/full_6159784AmericaFrontccc.jpg,Pac-Man,VC,Puzzle,Namco Bandai,Namco,,,,,,,2007-05-14, -/games/boxart/default.jpg,Pac-Man (FDS),NES,Puzzle,Namco,Namco,,,,,,,1990-05-18, -/games/boxart/full_9940224AmericaFrontccc.jpg,Pac-Man (Tengen),NES,Puzzle,Tengen,Namco,,,,,,,1987-01-01, -/games/boxart/full_pac-man-championship-edition_313PALFront.jpg,Pac-Man Championship Edition,PSN,Puzzle,Namco Bandai,Namco Bandai Games,5.5,,,,,,2011-02-01, -/games/boxart/full_6637310AmericaFrontccc.jpg,Pac-Man Championship Edition,XBL,Puzzle,Namco Bandai,Namco Bandai Games,8.5,,,,,,2007-06-06, -/games/boxart/full_pac-man-championship-edition-dx_167AmericaFront.jpg,Pac-Man Championship Edition DX,PSN,Puzzle,Namco Bandai,Namco Bandai Games,9,,,,,,2010-11-23, -/games/boxart/full_pac-man-championship-edition-dx_361AmericaFront.jpg,Pac-Man Championship Edition DX,XBL,Puzzle,Namco Bandai,Namco Bandai Games,9.4,,,,,,2010-11-17, -/games/boxart/full_5188860AmericaFrontccc.jpg,Pac-Man vs.,GC,Puzzle,Namco,Nintendo,7,,,,,,2003-12-02, -/games/boxart/full_9965075AmericaFrontccc.jpg,Pac-Man: Special Color Edition,GB,Puzzle,Namco,Namco,,,,,,,1999-08-01, -/games/boxart/full_2001106AmericaFrontccc.jpg,Pac-Mania,NES,Puzzle,Tengen,Westwood Associates,,,,,,,1991-01-01, -/games/boxart/full_5951313PALFrontccc.jpg,Pac-Mania,MS,Puzzle,TecMagik,Tengen,,,,,,,1991-01-01, -/games/boxart/full_pac-mania_5AmericaFront.jpg,Pac-Mania,GEN,Puzzle,Tengen,Sculptured Software,,,,,,,1991-01-01, -/games/boxart/default.jpg,Pac-Mania (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-08-04, -/games/boxart/default.jpg,Packing Conveyor,DSiW,Puzzle,Genterprise,Genterprise,,,,,,,2009-08-19, -/games/boxart/full_8477055AmericaFrontccc.jpg,Pajama Sam 2: Thunder and Lightning Aren't so Frightening,PC,Puzzle,Humongous,Humongous Entertainment,,,,,,,1998-06-03, -/games/boxart/full_206756AmericaFrontccc.jpg,Pajama Sam's Sock Works,PC,Puzzle,Humongous,Humongous Entertainment,,,,,,,1997-01-01, -/games/boxart/full_palamedes_9JapanFront.jpg,Palamedes,GB,Puzzle,Hot-B,Natsu System,,,,,,,1990-10-12, -/games/boxart/1472729ccc.jpg,Palamedes,NES,Puzzle,Hot-B,"Hot-B Co., Ltd.",,,,,,,1990-11-01, -/games/boxart/full_palamedes-ii-star-twinkles_151JapanFront.jpg,Palamedes II: Star Twinkles,NES,Puzzle,Hot-B,"Hot-B Co., Ltd.",,,,,,,1991-05-07, -/games/boxart/full_panda-craze_915AmericaFront.jpg,Panda Craze,DSiW,Puzzle,Creat Studio,TikGames,,,,,,,2011-02-14, -/games/boxart/full_panda-craze_6PALFront.png,Panda Craze,PSN,Puzzle,TikGames,TikGames,,,,,,,2010-09-14, -/games/boxart/default.jpg,Panewa!,DSiW,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2009-12-16, -/games/boxart/full_3345701AmericaFrontccc.jpg,Panic Bomber,VB,Puzzle,Hudson Soft,Raizing,,,,,,,1995-12-01, -/games/boxart/full_6669236JapanFrontccc.jpg,Panic Palette Portable,PSP,Puzzle,Takuyo,Takuyo,,,,,,,2008-07-31, -/games/boxart/463480ccc.jpg,Panic!,SCD,Puzzle,Sega,Data East,,,,,,,1993-04-23, -/games/boxart/full_6833384AmericaFrontccc.jpg,PanopLines,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-12-13, -/games/boxart/full_4038041AmericaFrontccc.jpg,Papa Pear Saga,PC,Puzzle,King.com,King.com,,,,,,,2013-03-28, -/games/boxart/default.jpg,Parallax,PC,Puzzle,Toasty Games,Toasty Games,,,,,,,2015-03-10, -/games/boxart/full_2991667AmericaFrontccc.jpg,Party Fun Pirate,WW,Puzzle,Tomy Corporation,Tomy Corporation,,,,,,,2009-04-13, -/games/boxart/full_6973955AmericaFrontccc.jpg,Pass The Pad!,XBL,Puzzle,Microsoft,shuboarder,,,,,,,2009-10-27, -/games/boxart/full_6899056AmericaFrontccc.jpg,Pastels Square,XBL,Puzzle,Microsoft,nobusi,,,,,,,2009-08-23, -/games/boxart/8049481ccc.jpg,Pat Sajak Trivia Gems,PC,Puzzle,uClick,Unknown,,,,,,,2008-03-20, -/games/boxart/full_9889500JapanFrontccc.jpg,PD Ultraman Link,SAT,Puzzle,Bandai,Bandai,,,,,,,1996-02-09, -/games/boxart/default.jpg,Peakvox: Mew Mew Chamber,DSiW,Puzzle,Unknown,Fun Unit,,,,,,,2011-03-09, -/games/boxart/full_1941501JapanFrontccc.jpg,Peepar Time,NES,Puzzle,Sanritsu Denki,Sanritsu Denki,,,,,,,1990-08-10, -/games/boxart/full_6154539AmericaFrontccc.png,Peggle,PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2009-11-19, -/games/boxart/full_41460AmericaFrontccc.jpg,Peggle,XBL,Puzzle,PopCap Games,PopCap Games,8.8,,,,,,2009-03-11, -/games/boxart/2900494ccc.jpg,Peggle,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2008-02-19, -/games/boxart/full_peggle-psp_782AmericaFront.jpg,Peggle (PSP),PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2010-11-16, -/games/boxart/full_947765AmericaFrontccc.jpg,Peggle 2,PS4,Puzzle,Electronic Arts,PopCap Games,,,,,,,2014-10-14, -/games/boxart/full_2355587AmericaFrontccc.jpg,Peggle 2,X360,Puzzle,Electronic Arts,PopCap Games,,,,,,,2014-05-07, -/games/boxart/default.jpg,Peggle Extreme,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2007-09-11, -/games/boxart/full_peggle-nights_8PALFront.jpg,Peggle Nights,PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2009-11-19, -/games/boxart/full_1878765AmericaFrontccc.jpg,Peggle Nights,XBL,Puzzle,PopCap Games,PopCap Games,8.4,,,,,,2009-11-18, -/games/boxart/full_5648696AmericaFrontccc.jpg,Pegzo,XBL,Puzzle,Microsoft,Wam Games,,,,,,,2009-03-04, -/games/boxart/full_793842AmericaFrontccc.jpg,Pendoku,XBL,Puzzle,Microsoft,bdj,,,,,,,2009-05-29, -/games/boxart/full_9512796AmericaFrontccc.jpg,Penga's Peril,XBL,Puzzle,Microsoft,AIE LLC,,,,,,,2009-02-04, -/games/boxart/full_penguin-land_4JapanFront.jpg,Penguin Land,GB,Puzzle,Pony Canyon,Atelier Double,,,,,,,1990-03-21, -/games/boxart/6034209ccc.jpg,Penguin Land,MS,Puzzle,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_6115337AmericaFrontccc.jpg,Penguin Slip-Slide,XBL,Puzzle,Microsoft,SGN Casual Games,,,,,,,2009-06-20, -/games/boxart/full_949893AmericaFrontccc.jpg,Penguin Slip-Slide Lite,XBL,Puzzle,Microsoft,SGN Casual Games,,,,,,,2009-08-22, -/games/boxart/2703745ccc.jpg,Penguin Wars,GB,Puzzle,ASCII Entertainment,Nexoft,,,,,,,1990-07-02, -/games/boxart/full_1587757AmericaFrontccc.jpg,Penguins & Friends: Hey! That's My Fish!,WW,Puzzle,Gammick Entertainment,Gammick Entertainment,,,,,,,2009-05-04, -/games/boxart/default.jpg,Penguins' Journey,PC,Puzzle,Unknown,MumboJumbo,,,,,,,, -/games/boxart/full_6068224AmericaFrontccc.jpg,PENTOMINON,XBL,Puzzle,Microsoft,xisai,,,,,,,2009-08-14, -/games/boxart/full_1377706JapanFrontccc.jpg,Pepenga Pengo,VC,Puzzle,Sega,Sega,,,,,,,2009-08-04, -/games/boxart/full_2210955JapanFrontccc.jpg,Pepenga Pengo,GEN,Puzzle,Sega,Sega,,,,,,,1995-12-22, -/games/boxart/full_5591774AmericaFrontccc.jpg,percussONE,XBL,Puzzle,Microsoft,SectionZ,,,,,,,2009-02-15, -/games/boxart/full_3618674AmericaFrontccc.jpg,PerlMania,XBL,Puzzle,Microsoft,Jay24w,,,,,,,2009-12-20, -/games/boxart/full_peter-frankel-puzzle-no-tou_3JapanFront.jpg,Peter Frankel: Puzzle no Tou,3DO,Puzzle,TBS,TBS,,,,,,,1995-01-13, -/games/boxart/full_photo-world_605AmericaFront.jpg,Photo World,DS,Puzzle,Atlus,"Interworks Unlimited, Inc.",,,,,,,2011-11-08, -/games/boxart/full_9803333AmericaFrontccc.jpg,Pick 'n Pile,2600,Puzzle,Unknown,Salu,,,,,,,, -/games/boxart/full_3851719AmericaFrontccc.png,Pick-A-Gem,3DS,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2014-07-24, -/games/boxart/full_9086831AmericaFrontccc.png,Pick-A-Gem,And,Puzzle,Gamelion Studios,Gamelion Studios,,,,,,,2013-08-30, -/games/boxart/full_5245474AmericaFrontccc.jpg,Picture Slider,XBL,Puzzle,Microsoft,Mortlath,,,,,,,2009-09-27, -/games/boxart/3760032ccc.jpg,Pieces,SNES,Puzzle,Atlus,Prism Kikaku,,,,,,,1994-12-01, -/games/boxart/default.jpg,Pile Up Bakery,PSN,Puzzle,Unknown,Sony Computer Entertainment America,,,,,,,, -/games/boxart/full_9596476AmericaFrontccc.png,Pinball Heroes: High Velocity Bowling,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 -/games/boxart/full_5627171AmericaFrontccc.png,Pinball Heroes: Hot Shots Golf,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 -/games/boxart/full_1919335AmericaFrontccc.png,Pinball Heroes: Pain Downtown,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 -/games/boxart/full_1578475AmericaFrontccc.png,Pinball Heroes: Uncharted,PSN,Puzzle,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2009-11-11,2018-12-04 -/games/boxart/default.jpg,Pinocchio's Puzzle,WW,Puzzle,EnjoyUp Games,EnjoyUp Games,,,,,,,2011-11-17, -/games/boxart/default.jpg,Pipe Dream,PC,Puzzle,Lucasfilm Games,The Assembly Line,,,,,,,1989-01-01, -/games/boxart/full_3717530AmericaFrontccc.jpg,Pipe Dream,NES,Puzzle,Bullet Proof Software,"Distinctive Software, Inc.",,,,,,,1990-01-01, -/games/boxart/full_5841474JapanFrontccc.jpg,Pipe Dream,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1992-08-07, -/games/boxart/8580879ccc.jpg,Pipe Dream,GB,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1990-09-01, -/games/boxart/default.jpg,Pipe Madness,PSN,Puzzle,Unknown,Ayeware AB,,,,,,,2011-01-04, -/games/boxart/3201912ccc.jpg,Pipe Mania,Wii,Puzzle,Unknown,Razorworks Studios,,,,,,,2020-12-31, -/games/boxart/full_2563707AmericaFrontccc.jpg,Pipe Mania,PC,Puzzle,Empire Interactive,Razorworks Studios,,,,,,,2008-09-26, -/games/boxart/full_200009PALFrontccc.png,Pipe Mania,PSN,Puzzle,Empire Interactive,Empire Interactive,,,,,,,2008-12-24, -/games/boxart/full_pipe-mania-1989_925AmericaFront.jpg,Pipe Mania (1989),PC,Puzzle,Empire Interactive,The Assembly Line,,,,,,,1989-01-01, -/games/boxart/default.jpg,Pipemania,NES,Puzzle,HES Interactive,Thin Chen Enterprises,,,,,,,1991-01-01, -/games/boxart/full_8796439AmericaFrontccc.jpg,Pit Crew Panic!,WW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2008-12-01, -/games/boxart/default.jpg,Pix Maze,DSiW,Puzzle,Unknown,Activision Blizzard,,,,,,,, -/games/boxart/full_pixel-blocked_934AmericaFront.jpg,Pixel Blocked!,XBL,Puzzle,Microsoft,damnigames,,,,,,,2011-07-27, -/games/boxart/full_929516AmericaFrontccc.jpg,Pixelpix,XBL,Puzzle,Microsoft,seasidebaz,,,,,,,2009-12-05, -/games/boxart/full_7135379AmericaFrontccc.jpeg,Piyotama,PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2007-08-09,2018-09-17 -/games/boxart/full_6911319AmericaFrontccc.jpg,Piyotama (PSP),PSN,Puzzle,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2010-07-27,2018-09-17 -/games/boxart/full_2864872AmericaFrontccc.jpg,PL�TTCHEN: Twist 'N' Paint,WW,Puzzle,Nintendo,Bplus,,,,,,,2008-09-22, -/games/boxart/full_5740653AmericaFrontccc.png,Plain Video Poker,3DS,Puzzle,Unknown,Unknown,,,,,,,2014-06-26, -/games/boxart/full_2950844AmericaFrontccc.jpg,Planet Delta,XBL,Puzzle,Microsoft,Evolution Dreams Studio,,,,,,,2008-11-20, -/games/boxart/full_planet-fish_457AmericaFront.jpg,Planet Fish,WW,Puzzle,Ludia,Ludia Inc.,,,,,,,2011-04-04, -/games/boxart/full_3609267PALFrontccc.jpg,Planet Ring,DC,Puzzle,Sega,Sega,,,,,,,2000-01-01, -/games/boxart/full_playstation-network-collection-puzzle-pack_212PALFront.jpg,PlayStation Network Collection: Puzzle Pack,PSP,Puzzle,Sony Computer Entertainment,SCEE,,,,,,,2008-10-24, -/games/boxart/full_5795958JapanFrontccc.jpg,Plus Plum,DC,Puzzle,Takuyo,Takuyo,,,,,,,1999-10-07, -/games/boxart/full_plus-plum-2_125JapanFront.jpg,Plus Plum 2,XB,Puzzle,Takuyo,Takuyo,,,,,,,2004-01-15, -/games/boxart/full_plus-plum-2-again_721JapanFront.jpg,Plus Plum 2 Again,PS2,Puzzle,Takuyo,Takuyo,,,,,,,2006-05-18, -/games/boxart/full_plus-plum-2-again-portable_310JapanFront.jpg,Plus Plum 2 Again Portable,PSP,Puzzle,Takuyo,Takuyo,,,,,,,2006-11-16, -/games/boxart/full_7384508AmericaFrontccc.jpeg,Pneuma: Breath of Life,XOne,Puzzle,Deco Digital,Deco Digital,,,,,,,2015-02-27, -/games/boxart/default.jpg,Pneuma: Breath of Life,PC,Puzzle,Deco Digital,Deco Digital,,,,,,,2015-02-27, -/games/boxart/default.jpg,Pneuma: Breath of Life,PS4,Puzzle,Deco Digital,Deco Digital,,,,,,,2015-07-07, -/games/boxart/full_6948798JapanFrontccc.jpg,Pocket Bomberman,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1997-12-12, -/games/boxart/full_7528895AmericaFrontccc.jpg,Pocket Bomberman (GBC),GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1998-12-10, -/games/boxart/full_6037043AmericaFrontccc.jpg,Pocoro,XBL,Puzzle,Microsoft,raytaller,,,,,,,2009-05-04, -/games/boxart/full_9038361AmericaFrontccc.png,Pokémon Battle Trozei,3DS,Puzzle,Nintendo,Genius Sonority Inc.,,,,,,,2014-03-20,2018-09-04 -/games/boxart/full_349809AmericaFrontccc.png,Pokémon Picross,3DS,Puzzle,Nintendo,Nintendo,,,,,,,2015-12-03,2018-08-03 -/games/boxart/full_8923465AmericaFrontccc.jpg,Pokémon Puzzle Challenge,GBC,Puzzle,Nintendo,Intelligent Systems,,,,,,,2000-09-01,2018-01-06 -/games/boxart/full_2871224AmericaFrontccc.jpg,Pokémon Puzzle League,VC,Puzzle,Nintendo,Nintendo Software Technology Corporation,,,,,,,2008-05-05, -/games/boxart/full_5695007AmericaFrontccc.jpg,Pokémon Shuffle,3DS,Puzzle,Nintendo,Genius Sonority Inc.,,,,,,,2015-04-01,2018-08-03 -/games/boxart/full_7577925AmericaFrontccc.jpg,Poker Smash,XBL,Puzzle,Microsoft,"Void Star Creations, LLC",,,,,,,2008-02-06, -/games/boxart/full_3192128AmericaFrontccc.jpg,Polar Panic,XBL,Puzzle,Valcon Games,Eiconic Games,7.5,,,,,,2009-12-23, -/games/boxart/full_8344334AmericaFrontccc.png,Polar Panic,PSN,Puzzle,Valcon Games,Eiconic Games,,,,,,,2009-12-22, -/games/boxart/full_polarium-advance_72AmericaFront.jpg,Polarium Advance,GBA,Puzzle,Atlus,Mitchell Corporation,,,,,,,2006-11-13, -/games/boxart/full_pong_477AmericaFront.jpg,Pong,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2011-09-13, -/games/boxart/full_pong-the-next-level_2PALFront.png,Pong: The Next Level,PSN,Puzzle,Atari,Supersonic Software,,,,,,,2010-10-20, -/games/boxart/5468765ccc.jpg,pOp,WW,Puzzle,Nnooo,Nnooo,5.6,,,,,,2008-05-12, -/games/boxart/full_371166AmericaFrontccc.jpg,Pop Quiz,XBL,Puzzle,Microsoft,Thunder Hammer Studios,,,,,,,2009-07-15, -/games/boxart/full_5529175AmericaFrontccc.jpg,Pop ‘Em Drop ‘Em Samegame,WW,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2009-03-23, -/games/boxart/full_762549JapanFrontccc.jpg,Pop'n Music 2,DC,Puzzle,Konami,Konami,,,,,,,1999-09-14, -/games/boxart/full_1556845JapanFrontccc.jpg,Pop'n Music 3 Append Disc,DC,Puzzle,Konami,Konami,,,,,,,2000-02-10, -/games/boxart/full_5351845JapanFrontccc.jpg,Pop'n Music 4 Append Disc,DC,Puzzle,Konami,Konami,,,,,,,2000-10-12, -/games/boxart/full_9649305AmericaFrontccc.jpg,pOp+ Solo,DSiW,Puzzle,Nnooo,Nnooo,,,,,,,2009-08-24, -/games/boxart/full_798009AmericaFrontccc.jpg,PopCap Hits! Vol 1,PS2,Puzzle,PopCap Games,PopCap Games,,,,,,,2007-11-15, -/games/boxart/full_9404078AmericaFrontccc.jpg,Portal,OSX,Puzzle,Valve Corporation,Valve Corporation,,,,,,,2010-05-12,2018-07-20 -/games/boxart/1139963ccc.jpg,Potpourrii,WW,Puzzle,Abstraction Games,Abstraction Games,,,,,,,2008-09-15, -/games/boxart/full_3879376AmericaFrontccc.jpg,PQ2: Practical Intelligence Quotient,PSN,Puzzle,D3 Publisher,Now Production,,,,,,,2008-06-12, -/games/boxart/full_6277433AmericaFrontccc.png,PQ: Practical Intelligence Quotient,PSN,Puzzle,D3 Publisher,Now Production,,,,,,,2008-09-17, -/games/boxart/full_1265615AmericaFrontccc.jpg,Pressured,PC,Puzzle,Unknown,Unknown,,,,,,,2014-07-18, -/games/boxart/full_pri-pri-primitive-princess_619JapanFront.jpg,Pri Pri: Primitive Princess!,GB,Puzzle,Sunsoft,SunSoft,,,,,,,1990-12-12, -/games/boxart/full_primary-potions_186AmericaFront.jpg,Primary Potions,XBL,Puzzle,Microsoft,Hydra Games Studios,,,,,,,2011-09-07, -/games/boxart/full_primrose_9AmericaFront.jpg,Primrose,DSiW,Puzzle,Sabarasa Entertainment,Sabarasa Entertainment,,,,,,,2010-07-12, -/games/boxart/full_primrose_600AmericaFront.jpg,Primrose,PC,Puzzle,Jason Rohrer,Jason Rohrer,7,,,,,,2009-02-19, -/games/boxart/full_5804708PALFrontccc.jpg,Prism Land,PS,Puzzle,Midas Interactive Entertainment,D Cruise,,,,,,,2000-01-01, -/games/boxart/full_5946893AmericaFrontccc.jpg,Prismatic,XBL,Puzzle,Microsoft,Mythicore,,,,,,,2009-05-31, -/games/boxart/full_production-panic_217AmericaFront.jpg,Production Panic,XBL,Puzzle,Microsoft,MikeE,,,,,,,2011-07-13, -/games/boxart/full_2413585AmericaFrontccc.jpg,Professor Heinz Wolff's Gravity,PC,Puzzle,Deep Silver,EM Studios,,,,,,,2008-12-29, -/games/boxart/default.jpg,Profitville,PC,Puzzle,Myth People,Myth People,,,,,,,2007-05-16, -/games/boxart/full_project-gert-moonbreaker_367AmericaFront.jpg,Project Gert: Moonbreaker,XBL,Puzzle,Microsoft,Modern07,,,,,,,2011-02-10, -/games/boxart/full_7608983JapanFrontccc.jpg,Psychic Force Puzzle Taisen,PS,Puzzle,Taito,Taito Corporation,,,,,,,1997-10-02, -/games/boxart/full_6837327PALFrontccc.jpg,Puchi Carat,GB,Puzzle,Event Horizon Software,Taito Corporation,,,,,,,2000-12-08, -/games/boxart/full_3437434PALFrontccc.jpg,Puchi Carat,PS,Puzzle,Event Horizon Software,Taito Corporation,,,,,,,2000-01-01, -/games/boxart/full_puddle_172AmericaFront.jpg,Puddle,PSN,Puzzle,Unknown,Neko Entertainment,,,,,,,, -/games/boxart/full_puddle_332AmericaFront.jpg,Puddle,XBL,Puzzle,Konami,Neko Entertainment,,,,,,,2012-01-25, -/games/boxart/full_puffins-lets-fish_4AmericaFront.jpg,Puffins: Let's Fish,DSiW,Puzzle,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2010-06-21,2018-10-08 -/games/boxart/full_3462201AmericaFrontccc.jpg,Puffins: Let's Roll,DSiW,Puzzle,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2010-04-26,2018-10-08 -/games/boxart/full_34045JapanFrontccc.jpg,Pururun! With Shieipu UP Garuzu,PS,Puzzle,J-Wing,Graphic Research,,,,,,,1997-01-10, -/games/boxart/full_8867587AmericaFrontccc.jpg,Push-Over,SNES,Puzzle,Ocean,"Red Rat Software, Ltd.",,,,,,,1992-01-01, -/games/boxart/full_6477154AmericaFrontccc.jpg,PushCrates,XBL,Puzzle,Microsoft,KRGkill,,,,,,,2009-09-28, -/games/boxart/full_pushmo_77AmericaFront.png,Pushmo,3DS,Puzzle,Nintendo,Intelligent Systems,,,,,,,2011-12-08, -/games/boxart/full_3045951AmericaFrontccc.png,Pushmo World,WiiU,Puzzle,Nintendo,Intelligent Systems,,,,,,,2014-06-19,2018-04-15 -/games/boxart/full_5671247AmericaFrontccc.jpg,Putt-Putt Enters the Race,PC,Puzzle,Unknown,Humongous,,,,,,,1998-01-01, -/games/boxart/full_6104194AmericaFrontccc.jpg,Putt-Putt Joins the Circus,PC,Puzzle,Unknown,Humongous,,,,,,,2000-07-01, -/games/boxart/full_78775AmericaFrontccc.jpg,Putt-Putt Saves the Zoo,PC,Puzzle,Unknown,Humongous,,,,,,,1995-01-01, -/games/boxart/full_3345372AmericaFrontccc.jpg,Putt-Putt Travels Through Time,PC,Puzzle,Unknown,Humongous,,,,,,,1997-01-01, -/games/boxart/full_7918338AmericaFrontccc.jpg,Putt-Putt: Pep's Birthday Surprise,PC,Puzzle,Atari,Humongous,,,,,,,2003-10-07, -/games/boxart/full_puyo-pop_699AmericaFront.jpg,Puyo Pop,NGage,Puzzle,Sega,Sega,5.7,,,,,,2003-10-06, -/games/boxart/full_9564588PALFrontccc.jpg,Puyo Pop Fever,XB,Puzzle,Sega,Sonic Team,,,,,,,2004-02-27, -/games/boxart/full_7543300PALFrontccc.jpg,Puyo Pop Fever,PS2,Puzzle,Sega,Sonic Team,,,,,,,2004-02-27, -/games/boxart/full_7690758JapanFrontccc.jpg,Puyo Pop Fever,PC,Puzzle,Sega,Sonic Team,,,,,,,2004-09-24, -/games/boxart/full_6251933PALFrontccc.jpg,Puyo Pop Fever,GBA,Puzzle,Sega,Sonic Team,,,,,,,2005-03-24, -/games/boxart/full_8143309JapanFrontccc.jpg,Puyo Puyo,NES,Puzzle,Tokuma Shoten,Compile,,,,,,,1993-07-23, -/games/boxart/full_4857301JapanFrontccc.jpg,Puyo Puyo,GG,Puzzle,Sega,Compile,,,,,,,1993-03-19, -/games/boxart/full_4549859JapanFrontccc.jpg,Puyo Puyo,GB,Puzzle,Banpresto,WinkySoft,,,,,,,1994-07-31, -/games/boxart/full_6653347JapanFrontccc.jpg,Puyo Puyo,VC,Puzzle,Sega,Compile,,,,,,,2006-12-02, -/games/boxart/full_7681532JapanFrontccc.jpg,Puyo Puyo,GEN,Puzzle,Sega,Compile,,,,,,,1992-12-18, -/games/boxart/default.jpg,Puyo Puyo (Arcade),VC,Puzzle,Sega,Compile,,,,,,,2011-04-12, -/games/boxart/full_6359820JapanFrontccc.jpg,Puyo Puyo 2,GEN,Puzzle,Sega,Compile,,,,,,,1994-12-02, -/games/boxart/full_8003308JapanFrontccc.jpg,Puyo Puyo 2,SAT,Puzzle,Sega,Compile,,,,,,,1995-10-27, -/games/boxart/full_1142848JapanFrontccc.jpg,Puyo Puyo 2,VC,Puzzle,Sega,Compile,,,,,,,2008-03-10, -/games/boxart/full_353471JapanFrontccc.jpg,Puyo Puyo 4,DC,Puzzle,Sega,Compile,8.7,,,,,,1999-03-04, -/games/boxart/full_8210443JapanFrontccc.jpg,Puyo Puyo DA! featuring ELLENA System,DC,Puzzle,Compile,Compile,2.3,,,,,,1999-12-16, -/games/boxart/full_568273JapanFrontccc.jpg,Puyo Puyo Fever,XBL,Puzzle,Sega,Sonic Team,,,,,,,2007-12-04, -/games/boxart/full_3006854JapanFrontccc.jpg,Puyo Puyo Fever,DC,Puzzle,Sega,Milestone,,,,,,,2004-02-24, -/games/boxart/full_1670271JapanFrontccc.jpg,Puyo Puyo Fever 2,PS2,Puzzle,Sega,Sonic Team,,,,,,,2005-11-24, -/games/boxart/full_5610756JapanFrontccc.jpg,Puyo Puyo Fever 2 [Chuu!],PSP,Puzzle,Sega,Sonic Team,,,,,,,2005-11-24, -/games/boxart/full_4447650JapanFrontccc.jpg,Puyo Puyo Fever 2 [Chuu!],DS,Puzzle,Sega,Sonic Team,,,,,,,2005-12-24, -/games/boxart/full_1312346JapanFrontccc.jpg,Puyo Puyo Tetris,XOne,Puzzle,Sega,Sonic Team,,,,,,,2014-12-04,2018-07-04 -/games/boxart/full_1643173JapanFrontccc.jpg,Puyo Puyo Tsuu,WS,Puzzle,Bandai,Bandai,,,,,,,1999-03-11, -/games/boxart/default.jpg,Puyo Puyo Tsuu (Arcade),VC,Puzzle,Sega,Compile,,,,,,,2011-06-07, -/games/boxart/full_7735154JapanFrontccc.jpg,Puyo Puyo! 15th Anniversary,Wii,Puzzle,Sega,Sonic Team,,,,,,,2007-07-26, -/games/boxart/default.jpg,Puyo Puyo!! 20th Anniversary,Wii,Puzzle,Sega,Sonic Team,,,,,,,2011-12-15, -/games/boxart/full_puyo-puyo-20th-anniversary_613JapanFront.jpg,Puyo Puyo!! 20th Anniversary,PSP,Puzzle,Sega,Sonic Team,,,,,,,2011-12-15, -/games/boxart/full_8128818JapanFrontccc.jpg,Puyo Puyo~n Party,N64,Puzzle,Compile,Compile,,,,,,,1999-12-03, -/games/boxart/full_puzzle_2AmericaFront.jpg,Puzzle,NES,Puzzle,American Video Entertainment,American Video Entertainment,,,,,,,1990-01-01, -/games/boxart/full_6048593JapanFrontccc.jpg,Puzzle & Dragons Z,3DS,Puzzle,Nintendo,GungHo Online Entertainment,,,,,,,2015-05-22,2018-07-17 -/games/boxart/full_puzzle-agent_147AmericaFront.jpg,Puzzle Agent,PSN,Puzzle,Telltale Games,Telltale Games,,,,,,,2011-04-19, -/games/boxart/full_puzzle-agent_934AmericaFront.jpg,Puzzle Agent,PC,Puzzle,Telltale Games,Telltale Games,7,,,,,,2010-06-30, -/games/boxart/default.jpg,Puzzle Agent,WW,Puzzle,Unknown,Telltale Games,,,,,,,2020-12-31, -/games/boxart/full_puzzle-agent-2_803AmericaFront.jpg,Puzzle Agent 2,PC,Puzzle,Telltale Games,Telltale Games,6.3,,,,,,2011-06-30, -/games/boxart/default.jpg,Puzzle Agent 2,PSN,Puzzle,Unknown,Telltale Games,,,,,,,, -/games/boxart/full_805085AmericaFrontccc.jpg,Puzzle Arcade,XBL,Puzzle,Eidos Interactive,CTXM/Say Design,,,,,,,2008-12-24, -/games/boxart/full_1665726JapanFrontccc.jpg,Puzzle Arena Toshinden,PS,Puzzle,Takara,Takara,,,,,,,1997-06-20, -/games/boxart/full_puzzle-bobble_112AmericaFront.jpg,Puzzle Bobble,PC,Puzzle,Interplay,Taito Corporation,,,,,,,1999-01-01, -/games/boxart/full_6259346JapanFrontccc.jpg,Puzzle Bobble,WS,Puzzle,Sunsoft,Taito Corporation,,,,,,,1999-07-01, -/games/boxart/full_8839604JapanFrontccc.jpg,Puzzle Bobble DS,DS,Puzzle,Taito,Lancarse,,,,,,,2005-08-25, -/games/boxart/full_3366698JapanFrontccc.jpg,Puzzle Bobble Pocket,PSP,Puzzle,Taito,Taito Corporation,,,,,,,2004-12-22, -/games/boxart/full_puzzle-bobble-vs_189AmericaFront.jpg,Puzzle Bobble VS,NGage,Puzzle,Taito,Taito Corporation,2.2,,,,,,2003-10-06, -/games/boxart/full_puzzle-boy_2JapanFront.jpg,Puzzle Boy,PCE,Puzzle,Nippon Telenet,Atlus Co.,,,,,,,1991-02-22, -/games/boxart/full_6452885AmericaFrontccc.png,Puzzle Challenge: Crosswords and More!,PSN,Puzzle,Crave Entertainment,Supersonic Software,,,,,,,2009-09-30, -/games/boxart/full_4802744AmericaFrontccc.jpg,Puzzle Chronicles,PC,Puzzle,Konami,Infinite Interactive,,,,,,,2010-04-22, -/games/boxart/full_2925881AmericaFrontccc.jpg,Puzzle Chronicles,XBL,Puzzle,Konami,Infinite Interactive,,,,,,,2010-04-21, -/games/boxart/default.jpg,Puzzle Chronicles,DSiW,Puzzle,Konami,Konami,,,,,,,2010-02-02, -/games/boxart/full_puzzle-chronicles_0AmericaFront.jpg,Puzzle Chronicles,PSN,Puzzle,Konami,Infinite Interactive,,,,,,,2010-04-22, -/games/boxart/full_8282042AmericaFrontccc.png,Puzzle Chronicles (PSP),PSN,Puzzle,Konami,Infinite Interactive,,,,,,,2010-02-18, -/games/boxart/full_4886536AmericaFrontccc.jpg,Puzzle City,PC,Puzzle,eGames,eGames,,,,,,,2008-06-13, -/games/boxart/full_8391700AmericaFrontccc.jpg,Puzzle DeFusion,XBL,Puzzle,Microsoft,rebotz,,,,,,,2008-12-23, -/games/boxart/full_puzzle-dimension_0AmericaFront.jpg,Puzzle Dimension,PC,Puzzle,Unknown,Doctor Entertainment,,,,,,,2010-06-21, -/games/boxart/full_puzzle-dimension_282AmericaFront.jpg,Puzzle Dimension,PSN,Puzzle,Unknown,Doctor Entertainment,8,,,,,,2011-06-28, -/games/boxart/full_puzzle-fever_149AmericaFront.jpg,Puzzle Fever,DSiW,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2011-07-14, -/games/boxart/full_7605802AmericaFrontccc.jpeg,Puzzle Guild: The Dragon War,And,Puzzle,Unknown,Unknown,,,,,,,2014-08-28, -/games/boxart/full_puzzle-guzzle_977AmericaFront.jpg,Puzzle Guzzle,PSN,Puzzle,Agetec,Irem Software Engineering,,,,,,,2011-04-19, -/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 1,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-05-27, -/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 2,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-07-01, -/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 3,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-07-29, -/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 4,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-09-02, -/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 5,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-09-30, -/games/boxart/default.jpg,Puzzle Iroiro: Gekkan Crossword House Vol. 6,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2009-10-28, -/games/boxart/full_8163436AmericaFrontccc.jpg,Puzzle League Express,DSiW,Puzzle,Nintendo,Intelligent Systems,,,,,,,2009-08-31, -/games/boxart/full_6710260JapanFrontccc.jpg,Puzzle Mania,PS,Puzzle,Human Entertainment,Human Club,,,,,,,1999-02-25, -/games/boxart/full_9416098JapanFrontccc.jpg,Puzzle Mania 2,PS,Puzzle,Human Entertainment,Human Club,,,,,,,1999-03-25, -/games/boxart/full_1503514PALFrontccc.jpg,Puzzle Maniacs,PS2,Puzzle,505 Games,HuneX,,,,,,,2006-03-01, -/games/boxart/full_2345597JapanFrontccc.jpg,Puzzle Mate: Crossword Mate,DS,Puzzle,Compile Heart,Compile Heart,,,,,,,2008-04-17, -/games/boxart/full_5433961JapanFrontccc.jpg,Puzzle Mate: Nanpure Mate,DS,Puzzle,Compile Heart,Compile Heart,,,,,,,2008-04-17, -/games/boxart/full_4938993JapanFrontccc.jpg,Puzzle Mate: Oekaki Mate,DS,Puzzle,Compile Heart,Compile Heart,,,,,,,2008-04-17, -/games/boxart/full_puzzle-nintama-rantarou-ninjutsu-gakuen-puzzle-no-maki_405JapanFront.jpg,Puzzle Nintama Rantarou: Ninjutsu Gakuen Puzzle no Maki,SNES,Puzzle,Culture Brain,Culture Brain,,,,,,,1996-06-28, -/games/boxart/full_6255058AmericaFrontccc.jpg,Puzzle Pandemonium,XBL,Puzzle,Microsoft,Sondogg Software,,,,,,,2009-02-20, -/games/boxart/full_puzzle-quest-2_4AmericaFront.jpg,Puzzle Quest 2,PC,Puzzle,Namco Networks America,Infinite Interactive,,,,,,,2010-08-12, -/games/boxart/default.jpg,Puzzle Quest 2,PSP,Puzzle,Unknown,Infinite Interactive,,,,,,,, -/games/boxart/default.jpg,Puzzle Quest 2,PSN,Puzzle,Unknown,Infinite Interactive,,,,,,,, -/games/boxart/full_puzzle-quest-2_7AmericaFront.jpg,Puzzle Quest 2,XBL,Puzzle,D3 Publisher,Infinite Interactive,,,,,,,2010-06-30, -/games/boxart/full_6211541AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,XBL,Puzzle,D3 Publisher,Infinite Interactive,9.1,,,,,,2007-10-10, -/games/boxart/full_puzzle-quest-challenge-of-the-warlords_445AmericaFront.jpg,Puzzle Quest: Challenge of the Warlords,DSiW,Puzzle,Unknown,1st Playable Productions,,,,,,,2011-05-23, -/games/boxart/full_983973AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PSN,Puzzle,D3 Publisher,Vicious Cycle,,,,,,,2008-10-09, -/games/boxart/full_9068256AmericaFrontccc.jpg,Puzzle Quest: Challenge of the Warlords,PC,Puzzle,D3 Publisher,Infinite Interactive,8.6,,,,,,2007-10-10, -/games/boxart/full_864256AmericaFrontccc.png,Puzzle Quest: Challenge of the Warlords (PSP),PSN,Puzzle,D3 Publisher,Vicious Cycle,,,,,,,2008-09-24, -/games/boxart/full_4585285AmericaFrontccc.png,Puzzle Quest: Galactrix,PSN,Puzzle,D3 Publisher,Infinite Interactive,,,,,,,2009-05-07, -/games/boxart/full_6539594AmericaFrontccc.jpg,Puzzle Quest: Galactrix,XBL,Puzzle,D3 Publisher,Infinite Interactive,,,,,,,2009-04-08, -/games/boxart/full_puzzle-rocks_342AmericaFront.jpg,Puzzle Rocks,DSiW,Puzzle,Cinemax,Cinemax,5.5,,,,,,2011-06-03, -/games/boxart/8772972ccc.jpg,Puzzle Scape,PSP,Puzzle,Got Game Entertainment,Farmind Ltd,,,,,,,2007-06-18, -/games/boxart/default.jpg,Puzzle Scape Mini,PSN,Puzzle,Farmind,Farmind,,,,,,,2009-10-01, -/games/boxart/full_9977586PALFrontccc.png,Puzzle Scape Mini,PSN,Puzzle,Farmind,Farmind Ltd,,,,,,,2009-10-01, -/games/boxart/full_8559385JapanFrontccc.jpg,Puzzle Series Vol. 1: Jigsaw Puzzle,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-03-23, -/games/boxart/full_3879793JapanFrontccc.jpg,Puzzle Series Vol. 2: Crossword,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-03-23, -/games/boxart/full_puzzle-series-vol-5-slither-link_4JapanFront.jpg,Puzzle Series Vol. 5: Slither Link,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-11-16, -/games/boxart/full_4726339JapanFrontccc.jpg,Puzzle Series Vol. 8: Nankuro,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-12-14, -/games/boxart/full_6083673JapanFrontccc.jpg,Puzzle Series Vol.7: Crossword 2,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-11-16, -/games/boxart/full_9334665JapanFrontccc.jpg,Puzzle Series: Jigsaw Puzzle Koinu Mekuri Hen,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-08-03, -/games/boxart/full_6336616JapanFrontccc.jpg,Puzzle Series: Jigsaw Puzzle: Koneko Mekuri,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2006-08-03, -/games/boxart/default.jpg,Puzzle to Go: Baby Animals,DSiW,Puzzle,Tivola,Tivola Interactive Media,,,,,,,2011-01-28, -/games/boxart/default.jpg,Puzzle to Go: Diddl,DSiW,Puzzle,Tivola,Tivola Publishing GmbH,,,,,,,2010-04-02, -/games/boxart/default.jpg,Puzzle to Go: Planets and Universe,DSiW,Puzzle,Tivola,Tivola Interactive Media,,,,,,,2011-02-18, -/games/boxart/default.jpg,Puzzle to Go: Sightseeing,DSiW,Puzzle,Tivola,Tivola Interactive Media,,,,,,,2011-03-04, -/games/boxart/default.jpg,Puzzle to Go: Wildlife,DSiW,Puzzle,Tivola,Tivola Publishing GmbH,,,,,,,2010-02-19, -/games/boxart/full_5524109AmericaFrontccc.jpg,Puzzle?,XBL,Puzzle,Microsoft,MarkMD76,,,,,,,2009-08-23, -/games/boxart/full_puzzled_495JapanFront.jpg,Puzzled,NG,Puzzle,SNK,SNK Corporation,,,,,,,1991-07-01, -/games/boxart/full_puzzled_60JapanFront.jpg,Puzzled,VC,Puzzle,D4 Enterprise,SNK Corporation,,,,,,,2011-06-14, -/games/boxart/full_puzzled-rabbit_545AmericaFront.jpg,Puzzled Rabbit,XBL,Puzzle,Microsoft,Pixel Elephant,,,,,,,2011-09-20, -/games/boxart/full_6817779AmericaFrontccc.jpg,Puzzlegeddon,XBL,Puzzle,Tecmo,Pieces Interactive,6.4,,,,,,2009-12-16, -/games/boxart/full_2608449AmericaFrontccc.png,Puzzlegeddon,PSN,Puzzle,Tecmo,Pieces Interactive,,,,,,,2009-12-17, -/games/boxart/full_7483367AmericaFrontccc.jpg,Puzzlegeddon,PC,Puzzle,Pieces Interactive,Pieces Interactive,,,,,,,2008-11-27, -/games/boxart/full_puzzler-world_604PALFront.jpg,Puzzler World,PC,Puzzle,Atari,Kalypso,,,,,,,2010-05-28, -/games/boxart/default.jpg,Puzzler World 2,PC,Puzzle,Unknown,Ideas Pad,,,,,,,2011-10-10, -/games/boxart/full_7687790AmericaFrontccc.jpg,Puzzlix,XBL,Puzzle,Microsoft,FornaxStudios,,,,,,,2009-02-14, -/games/boxart/full_puzznic_9JapanFront.jpg,Puzznic,PCE,Puzzle,Taito,Taito Corporation,,,,,,,1990-06-29, -/games/boxart/5809722ccc.gif,Puzznic,PS,Puzzle,Mud Duck Productions,Altron,,,,,,,2003-05-12, -/games/boxart/full_puzznic_0JapanFront.jpg,Puzznic,GB,Puzzle,Taito,Taito Corporation,,,,,,,1990-07-31, -/games/boxart/25783ccc.gif,Puzznic,NES,Puzzle,Taito,Taito Corporation,,,,,,,1990-11-01, -/games/boxart/full_9876180AmericaFrontccc.jpg,Puzzwords,XBL,Puzzle,Microsoft,Mr Brian,,,,,,,2009-06-07, -/games/boxart/full_8682447AmericaFrontccc.jpg,PuzzXXI,XBL,Puzzle,Microsoft,rafaro,,,,,,,2009-02-25, -/games/boxart/1951924ccc.jpg,Pyramid,NES,Puzzle,American Video Entertainment,sachen,,,,,,,1992-01-01, -/games/boxart/full_5161132AmericaFrontccc.png,Pyramid Solitaire Saga,And,Puzzle,King.com,King.com,,,,,,,2014-07-04, -/games/boxart/full_pyramids_290AmericaFront.png,Pyramids,3DS,Puzzle,Enjoy Gaming,Visual Impact Productions,7.5,,,,,,2011-10-27, -/games/boxart/8161738ccc.jpg,Pyramids of Ra,GB,Puzzle,Unknown,Micros,,,,,,,1993-04-01, -/games/boxart/1514331ccc.jpg,Q Billion,GB,Puzzle,Seta Corporation,Seta Corporation,,,,,,,1990-04-01, -/games/boxart/5262481ccc.jpg,Q*Bert,DC,Puzzle,Hasbro Interactive,Artech Digital Entertainment,5.4,,,,,,2000-11-30, -/games/boxart/full_7308689AmericaFrontccc.jpg,Q*bert,PC,Puzzle,Hasbro Interactive,Hasbro Interactive,,,,,,,1999-11-14, -/games/boxart/5023788ccc.jpg,Q*bert,NES,Puzzle,Ultra Games,Konami,,,,,,,1989-01-01, -/games/boxart/8264737ccc.jpg,Q*bert,PSN,Puzzle,Sony Online Entertainment,Gottlieb,,,,,,,2007-02-22, -/games/boxart/3467154ccc.jpg,Q*bert,5200,Puzzle,Parker Bros.,Parker Bros,,,,,,,1983-01-01, -/games/boxart/710556ccc.jpg,Q*bert,GB,Puzzle,Jaleco,Realtime Associates,,,,,,,1992-01-01, -/games/boxart/full_5411770AmericaFrontccc.jpg,Q*bert (GBC),GB,Puzzle,Hasbro Interactive,Pipe Dream Interactive,,,,,,,2000-09-25, -/games/boxart/full_5659434AmericaFrontccc.jpg,Q*bert 2005,PC,Puzzle,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2005-01-01,2018-09-15 -/games/boxart/5183534ccc.jpg,Q*bert 3,SNES,Puzzle,NTVIC,Realtime Associates,,,,,,,1993-10-01, -/games/boxart/3138117ccc.jpg,Q*bert's Qubes,2600,Puzzle,Parker Bros.,Parker Bros,,,,,,,1984-01-01, -/games/boxart/full_748185AmericaFrontccc.jpg,Qb,2600,Puzzle,XYPE,XYPE,,,,,,,2001-03-01, -/games/boxart/5299840ccc.jpg,Qix,Lynx,Puzzle,Telegames,Knight Technologies,,,,,,,1992-01-01, -/games/boxart/full_qix_0AmericaFront.jpg,Qix,PC,Puzzle,Taito,Alien Technology,,,,,,,1989-01-01, -/games/boxart/full_qix_3AmericaFront.jpg,Qix,NES,Puzzle,Taito,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/671095ccc.jpg,Qix,5200,Puzzle,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_qix_855JapanFront.jpg,Qix,3DS,Puzzle,Nintendo,Minakuchi Engineering,,,,,,,2011-07-07, -/games/boxart/default.jpg,Qix 2000,PS,Puzzle,Success,Success,,,,,,,2000-10-26, -/games/boxart/full_qix-adventure_9PALFront.jpg,Qix Adventure,GB,Puzzle,Event Horizon Software,Taito Corporation,,,,,,,2000-12-15, -/games/boxart/full_7601818AmericaFrontccc.jpg,Qix Neo,PS,Puzzle,Mud Duck Productions,Taito Corporation,,,,,,,2003-12-01, -/games/boxart/full_5567276AmericaFrontccc.jpg,Qix++,XBL,Puzzle,Taito,Taito Corporation,4.2,,,,,,2009-12-09, -/games/boxart/default.jpg,Qix++ (PSP),PSN,Puzzle,Taito,Taito Corporation,,,,,,,2010-02-25, -/games/boxart/default.jpg,Quadrilateral Cowboy,OSX,Puzzle,Blendo Games,Blendo Games,,,,,,,2015-01-01, -/games/boxart/default.jpg,Quadrilateral Cowboy,Linux,Puzzle,Blendo Games,Blendo Games,,,,,,,2015-01-01, -/games/boxart/default.jpg,Quadrilateral Cowboy,PC,Puzzle,Blendo Games,Blendo Games,,,,,,,2015-01-01, -/games/boxart/full_9833773AmericaFrontccc.jpg,QuadTrix,XBL,Puzzle,Microsoft,LotusXP,,,,,,,2009-05-08, -/games/boxart/full_434153AmericaFrontccc.jpg,QuantZ,PC,Puzzle,Gamerizon,Gamerizon,,,,,,,2008-08-13, -/games/boxart/full_9577173AmericaFrontccc.jpg,Quarth,GB,Puzzle,Konami,Ultra Games,,,,,,,1990-06-16, -/games/boxart/full_997811JapanFrontccc.jpg,Quarth,VC,Puzzle,Konami,Ultra Games,,,,,,,2010-02-02, -/games/boxart/full_6310459JapanFrontccc.jpg,Quarth,NES,Puzzle,Konami,Ultra Games,,,,,,,1990-04-13, -/games/boxart/full_3366011AmericaFrontccc.jpg,Quarx,XBL,Puzzle,Microsoft,bp,,,,,,,2008-12-29, -/games/boxart/default.jpg,Quest for Karma,PC,Puzzle,Unknown,Dreamcatcher,,,,,,,, -/games/boxart/default.jpg,Quester (Arcade),VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-12-08, -/games/boxart/default.jpg,Quick Pick,DSiW,Puzzle,Unknown,Dancing Dots,,,,,,,, -/games/boxart/default.jpg,Rabbit x Labyrinth Episode 2,DSiW,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-02-23, -/games/boxart/full_rabi-labi-gaiden-witchs-cat_320JapanFront.jpg,Rabi Labi Gaiden Witch's Cat,3DS,Puzzle,SilverStar,SilverStarJapan,,,,,,,2011-06-29, -/games/boxart/full_rabi-laby_539AmericaFront.jpg,Rabi Laby,DSiW,Puzzle,Agetec,SilverStarJapan,,,,,,,2011-03-14, -/games/boxart/full_8602383PALFrontccc.png,Rabi x Laby 3,3DS,Puzzle,Agetec,SilverStar,,,,,,,2014-07-10, -/games/boxart/full_radiangames-fluid_2AmericaFront.jpg,radiangames Fluid,XBL,Puzzle,Microsoft,radiangames,,,,,,,2010-10-22, -/games/boxart/full_9907820AmericaFrontccc.jpg,Rainbow Islands: Towering Adventure!,WW,Puzzle,Square Enix,Taito Corporation,,,,,,,2009-06-15, -/games/boxart/full_6855879AmericaFrontccc.jpg,Rainbow Islands: Towering Adventure!,XBL,Puzzle,Taito,Taito Corporation,,,,,,,2009-10-28, -/games/boxart/full_ramen-heaven_6AmericaFront.jpg,Ramen Heaven,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-04, -/games/boxart/full_4233292JapanFrontccc.jpg,Ranma 1/2: Ougi Jaanken,SNES,Puzzle,Shogakukan,Rumic Soft,,,,,,,1995-07-21, -/games/boxart/full_8345721JapanFrontccc.jpg,Ranma 1/2:Kakuren Bodesu Match,GB,Puzzle,Banpresto,Banpresto,,,,,,,1990-07-28, -/games/boxart/default.jpg,rAPPidRevise GCSE History,GIZ,Puzzle,Unknown,Limitless Learning Limited,,,,,,,, -/games/boxart/full_9859321AmericaFrontccc.jpg,Raskulls,XBL,Puzzle,Halfbrick Studios,Halfbrick Studios,7.4,,,,,,2010-12-29, -/games/boxart/full_real-crimes-the-unicorn-killer_433AmericaFront.jpg,Real Crimes: The Unicorn Killer,PC,Puzzle,Unknown,ValuSoft,,,,,,,2009-07-29, -/games/boxart/full_repixland_600AmericaFront.jpg,Repixland,XBL,Puzzle,Microsoft,FlanGames,,,,,,,2011-08-08, -/games/boxart/full_revoltin-youth_891AmericaFront.png,Revoltin' Youth,PSN,Puzzle,Unknown,Open Emotion Studios,,,,,,,2011-09-27, -/games/boxart/full_8839339AmericaFrontccc.jpg,Road Not Taken,PC,Puzzle,Spry Fox,Spry Fox,,,,,,,2014-08-05, -/games/boxart/full_1310990AmericaFrontccc.jpg,Robot Rescue,DSiW,Puzzle,Teyon Entertainment,Teyon Entertainment,,,,,,,2009-11-16, -/games/boxart/default.jpg,Robot Rescue 2,DSiW,Puzzle,Unknown,Teyon Entertainment,,,,,,,, -/games/boxart/full_rocket-mania-deluxe_921AmericaFront.jpg,Rocket Mania! Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2006-06-14, -/games/boxart/default.jpg,Rolling Bloobs,WW,Puzzle,Unknown,Bloober Team,,,,,,,, -/games/boxart/full_romance-of-rome_518AmericaFront.jpg,Romance of Rome,PC,Puzzle,Big Fish Games,Big Fish Games,,,,,,,2009-10-18, -/games/boxart/default.jpg,Rompers,VC,Puzzle,Namco Bandai,Namco,,,,,,,2009-12-01, -/games/boxart/full_4758951AmericaFrontccc.jpg,Roogoo,XBL,Puzzle,SouthPeak Interactive,SpiderMonk Entertainment,,,,,,,2008-06-04, -/games/boxart/default.jpg,Rotastic,PS3,Puzzle,Unknown,Dancing Dots,,,,,,,, -/games/boxart/full_rotastic_845AmericaFront.jpg,Rotastic,XBL,Puzzle,Focus Home Interactive,Dancing Dots,5,,,,,,2011-09-21, -/games/boxart/full_rotastic_880AmericaFront.jpg,Rotastic,PC,Puzzle,Unknown,Dancing Dots,,,,,,,, -/games/boxart/full_2571173AmericaFrontccc.jpg,Rotorize,XBL,Puzzle,Microsoft,AlexioXNA,,,,,,,2009-04-17, -/games/boxart/full_5594818AmericaFrontccc.jpg,RotorMania,XBL,Puzzle,Microsoft,Raccoon456,,,,,,,2009-07-03, -/games/boxart/full_7069907AmericaFrontccc.jpg,Rubik's Cube,2600,Puzzle,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_2678218AmericaFrontccc.jpg,Rubik's Puzzle Galaxy: RUSH,WW,Puzzle,Game Factory,Two Tribes,,,,,,,2009-12-14, -/games/boxart/full_7187234AmericaFrontccc.jpg,Runic,XBL,Puzzle,Microsoft,ExecutiveIguanaStudios,,,,,,,2009-12-10, -/games/boxart/full_rush_740AmericaFront.jpg,Rush,PC,Puzzle,Two Tribes,Two Tribes,,,,,,,2010-12-03, -/games/boxart/full_7911861JapanFrontccc.jpg,Ryuukyuu,PCE,Puzzle,FACE,Sankindo,,,,,,,1990-10-26, -/games/boxart/full_290018AmericaFrontccc.jpg,SafeCracker: The Ultimate Puzzle Adventure,PC,Puzzle,The Adventure Company,Kheops Studio,,,,,,,2006-08-02, -/games/boxart/full_same-game_4JapanFront.jpg,Same Game,GB,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1997-04-25, -/games/boxart/full_same-game_8JapanFront.jpg,Same Game,SNES,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1996-03-01, -/games/boxart/full_sanrio-carnival_666JapanFront.jpg,Sanrio Carnival,NES,Puzzle,Character Soft,Ape Inc.,,,,,,,1990-11-22, -/games/boxart/full_sanrio-carnival_566JapanFront.jpg,Sanrio Carnival,GB,Puzzle,Character Soft,Character Soft,,,,,,,1991-05-11, -/games/boxart/full_sanrio-carnival-2_797JapanFront.jpg,Sanrio Carnival 2,NES,Puzzle,Character Soft,Ape Inc.,,,,,,,1993-01-14, -/games/boxart/full_sanrio-carnival-2_115JapanFront.jpg,Sanrio Carnival 2,GB,Puzzle,Character Soft,Character Soft,,,,,,,1993-03-19, -/games/boxart/full_sanrio-shanghai_896JapanFront.jpg,Sanrio Shanghai,SNES,Puzzle,Character Soft,SAS Sakata,,,,,,,1994-08-31, -/games/boxart/default.jpg,Santa Claus is Coming to Town,DS,Puzzle,Unknown,Crave,,,,,,,, -/games/boxart/full_2816165JapanFrontccc.jpg,Saturn Bomberman Fight!!,SAT,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1997-12-11, -/games/boxart/full_6179293AmericaFrontccc.jpg,Save the Turtles,DSiW,Puzzle,Sabarasa Entertainment,Sabarasa Entertainment,8,,,,,,2010-03-29, -/games/boxart/full_4839364AmericaFrontccc.jpg,Scrabble Classic,DSiW,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2010-02-15, -/games/boxart/full_scrabble-junior_49PALFront.jpg,Scrabble Junior,PC,Puzzle,Ubisoft,Runecraft,,,,,,,2002-12-06, -/games/boxart/full_935302AmericaFrontccc.jpg,Scrabble Slam!,DSiW,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2010-04-26, -/games/boxart/full_scrabble-tools_10AmericaFront.jpg,Scrabble Tools,DSiW,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2010-07-19, -/games/boxart/full_1551717AmericaFrontccc.jpg,Scrambled Egzz,XBL,Puzzle,Microsoft,CandelaCreations,,,,,,,2009-02-11, -/games/boxart/full_5710138JapanFrontccc.jpg,SD Lupin Sansei: Kinko Yaburi Daisakusen,GB,Puzzle,Banpresto,Banpresto,,,,,,,1990-04-13, -/games/boxart/full_9566781AmericaFrontccc.jpg,See The Light,XBL,Puzzle,Microsoft,Sowaz,,,,,,,2009-12-22, -/games/boxart/full_sega-ages-2500-series-vol-12-puyo-puyo-tsuu-perfect-set_1JapanFront.jpg,Sega Ages 2500 Series Vol. 12: Puyo Puyo Tsuu Perfect Set,PS2,Puzzle,Sega,Sega,,,,,,,2004-05-24, -/games/boxart/full_sega-ages-2500-series-vol-28-tetris-collection_9JapanFront.jpg,Sega Ages 2500 Series Vol. 28: Tetris Collection,PS2,Puzzle,Sega,Sega,,,,,,,2006-09-28, -/games/boxart/full_7338958JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 7: Columns,PS2,Puzzle,Sega,SIMS,,,,,,,2003-12-18, -/games/boxart/full_sega-ages-columns-arcade-collection_8JapanFront.jpg,Sega Ages: Columns Arcade Collection,SAT,Puzzle,Sega,Sega,,,,,,,1997-10-30, -/games/boxart/full_8430457AmericaFrontccc.jpg,Sega PC Puzzle Pack,PC,Puzzle,Sega,Sega,,,,,,,1999-01-01, -/games/boxart/5899763ccc.jpg,Sega Swirl,DC,Puzzle,Sega,Tremor Entertainment,8.6,,,,,,2000-01-01, -/games/boxart/full_3789958AmericaFrontccc.jpg,Sega Swirl,PC,Puzzle,Sega,Tremor Entertainment,,,,,,,2000-01-01, -/games/boxart/full_5996787JapanFrontccc.jpg,Sega Tetris,DC,Puzzle,Sega,Wow Entertainment,,,,,,,2000-11-23, -/games/boxart/full_sennou-millenium_8JapanFront.jpg,Sennou Millenium,WS,Puzzle,Bandai,Bandai,,,,,,,2000-03-16, -/games/boxart/full_big-birds-hide-amp-speak_4AmericaFront.jpg,Sesame Street: Big Bird's Hide & Speak,NES,Puzzle,Hi Tech Expressions,RSP,,,,,,,1990-10-01, -/games/boxart/2975968ccc.jpg,Sesame Street: Numbers,3DO,Puzzle,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, -/games/boxart/full_6754353AmericaFrontccc.jpg,ShadowPlay,WW,Puzzle,Deep Fried Entertainment,Deep Fried Entertainment,,,,,,,2010-01-11, -/games/boxart/full_shanghai_6JapanFront.jpg,Shanghai,NES,Puzzle,Sunsoft,Activision,,,,,,,1987-12-04, -/games/boxart/full_shanghai_9JapanFront.jpg,Shanghai,PSN,Puzzle,Success,SunSoft,,,,,,,2010-08-05, -/games/boxart/full_shanghai_3JapanFront.jpg,Shanghai,PSP,Puzzle,Success,SunSoft,,,,,,,2006-03-23, -/games/boxart/full_shanghai_10JapanFront.jpg,Shanghai,Wii,Puzzle,Success,SunSoft,,,,,,,2007-12-13, -/games/boxart/3535817ccc.jpg,Shanghai,GB,Puzzle,HAL Laboratory,HAL Laboratory,,,,,,,1990-06-01, -/games/boxart/full_shanghai_2AmericaFront.jpg,Shanghai,MS,Puzzle,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_shanghai_1JapanFront.jpg,Shanghai,PCE,Puzzle,Hudson Soft,Hudson Soft,,,,,,,1987-10-30, -/games/boxart/9283129ccc.jpg,Shanghai,Lynx,Puzzle,Atari,Activision,,,,,,,1990-01-01, -/games/boxart/full_shanghai_7JapanFront.jpg,Shanghai,DS,Puzzle,Success,SunSoft,,,,,,,2005-12-22, -/games/boxart/full_5213647JapanFrontccc.jpg,Shanghai Advance,GBA,Puzzle,Sunsoft,SunSoft,,,,,,,2001-12-14, -/games/boxart/full_shanghai-ds-2_6JapanFront.jpg,Shanghai DS 2,DS,Puzzle,Success,Success,,,,,,,2010-09-23, -/games/boxart/full_1988910JapanFrontccc.jpg,Shanghai II,GG,Puzzle,Sunsoft,SunSoft,,,,,,,1990-12-27, -/games/boxart/full_4340085AmericaFrontccc.jpg,Shanghai II: Dragon's Eye,VC,Puzzle,Sega,Genki,,,,,,,2010-01-11, -/games/boxart/full_4792886AmericaFrontccc.jpg,Shanghai II: Dragon's Eye,SNES,Puzzle,Activision,Genki,,,,,,,1993-02-01, -/games/boxart/4662807ccc.jpg,Shanghai II: Dragon's Eye,GEN,Puzzle,Activision,Activision,,,,,,,1994-01-01, -/games/boxart/full_shanghai-pocket_7JapanFront.jpg,Shanghai Pocket,WS,Puzzle,Sunsoft,SunSoft,,,,,,,1999-04-01, -/games/boxart/full_shanghai-pocket_1JapanFront.jpg,Shanghai Pocket,GB,Puzzle,Sunsoft,SunSoft,,,,,,,1998-08-06, -/games/boxart/full_shanghai-pocket-gbc_5AmericaFront.jpg,Shanghai Pocket (GBC),GB,Puzzle,Activision,SunSoft,,,,,,,1998-12-01, -/games/boxart/full_4799933JapanFrontccc.jpg,Shanghai: The Great Wall,PCFX,Puzzle,NEC Interchannel,Activision,,,,,,,1996-03-15, -/games/boxart/full_shape-shop_202AmericaFront.jpg,Shape Shop,XBL,Puzzle,Microsoft,matt nauman,,,,,,,2011-05-31, -/games/boxart/full_shapo_3AmericaFront.jpg,Shapo,PSN,Puzzle,TikGames,Creat Studios,,,,,,,2010-10-05, -/games/boxart/full_shapo_641AmericaFront.jpg,Shapo,DSiW,Puzzle,TikGames,Creat Studios,,,,,,,2011-03-21, -/games/boxart/full_shatter_596AmericaFront.jpg,Shatter,PSN,Puzzle,Sidhe Interactive,Sidhe Interactive,8.4,,,,,,2009-07-23, -/games/boxart/full_4068723AmericaFrontccc.jpg,Shellblast HD,XBL,Puzzle,Microsoft,Optum,,,,,,,2009-08-23, -/games/boxart/full_shift-extended_6PALFront.png,SHIFT extended,PSN,Puzzle,Zallag,Fishing Cactus,8,,,,,,2011-01-19, -/games/boxart/full_4211818JapanFrontccc.jpg,Shikinjo,GG,Puzzle,Sunsoft,SunSoft,,,,,,,1991-04-26, -/games/boxart/full_9337995JapanFrontccc.jpg,Shin Megami Tensei: Devil Children - Puzzle de Call!,GBA,Puzzle,Atlus,Multimedia Intelligence Transfer,,,,,,,2003-07-25, -/games/boxart/full_1401027JapanFrontccc.jpg,Shin Noukyo Iku,DS,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-12-03, -/games/boxart/full_2762037AmericaFrontccc.jpg,ShinAnimals,And,Puzzle,Unknown,Unknown,,,,,,,2014-06-23, -/games/boxart/full_shingata-kururin-pa_398JapanFront.jpg,Shingata Kururin Pa!,PS,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1996-07-26, -/games/boxart/full_shingata-kururin-pa_29JapanFront.jpg,Shingata Kururin Pa!,SAT,Puzzle,Sky Think Systems,Sky Think Systems,,,,,,,1996-08-09, -/games/boxart/full_shockwave_7AmericaFront.jpg,Shockwave,NES,Puzzle,Unknown,American Game Cartridges,,,,,,,1990-01-01, -/games/boxart/full_4829394AmericaFrontccc.jpg,Shopping Crazy,XBL,Puzzle,Microsoft,Flying Pig Game Studio,,,,,,,2009-07-27, -/games/boxart/full_6403393AmericaFrontccc.jpg,Shrek-N-Roll,XBL,Puzzle,Activision,Backbone Entertainment,,,,,,,2007-11-14, -/games/boxart/default.jpg,Shunkan Tsubu Tsubu Tsubushi,DSiW,Puzzle,G-Style,G-Style,,,,,,,2010-03-03, -/games/boxart/full_5670810AmericaFrontccc.png,SHUT THE BOX,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2014-08-07,2018-01-06 -/games/boxart/full_5938389AmericaFrontccc.jpg,Sidehill Gouger,XBL,Puzzle,Microsoft,Canned Games,,,,,,,2009-12-15, -/games/boxart/full_8112328AmericaFrontccc.png,Siege Hero,PC,Puzzle,Miniclip.com,Armor Games,,,,,,,2011-04-30, -/games/boxart/full_3817468JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 2: Hello Kitty Illust Puzzle,PS,Puzzle,D3 Publisher,Tamsoft,,,,,,,2001-08-30, -/games/boxart/full_1103557JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 3: Hello Kitty Block Kuzushi,PS,Puzzle,D3 Publisher,Tamsoft,,,,,,,2001-10-25, -/games/boxart/full_6510350JapanFrontccc.jpg,Simple 1500 Series Vol. 14: The Block Kuzushi,PS,Puzzle,Karuchua,Tamsoft,,,,,,,1999-08-12, -/games/boxart/full_9684720JapanFrontccc.jpg,Simple 1500 Series Vol. 37: The Illustration Puzzle and Slide Puzzle,PS,Puzzle,D3 Publisher,Earthly Production,,,,,,,2000-09-14, -/games/boxart/full_3871657JapanFrontccc.jpg,Simple 1500 Series Vol. 51: The Jigsaw Puzzle,PS,Puzzle,D3 Publisher,AMS,,,,,,,2000-12-28, -/games/boxart/full_7310848JapanFrontccc.jpg,Simple 2000 Series Vol. 4: The Double Mahjong Puzzle,PS2,Puzzle,D3 Publisher,Metro Corporation,,,,,,,2002-04-25, -/games/boxart/full_simple-2000-series-vol-62-the-super-puzzle-bobble-dx_6JapanFront.jpg,Simple 2000 Series Vol. 62: The Super Puzzle Bobble DX,PS2,Puzzle,D3 Publisher,Taito Corporation,,,,,,,2004-09-22, -/games/boxart/full_8927478JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 02: Afro Inu: The Puzzle,PS,Puzzle,Bandai,Bam Entertainment,,,,,,,2001-10-25, -/games/boxart/full_simple-characters-2000-series-vol-14-nantettantei-idol-the-jigsaw-puzzle_9JapanFront.jpg,Simple Characters 2000 Series Vol. 14: Nantettantei Idol: The Jigsaw Puzzle,PS,Puzzle,Bandai,Bandai,,,,,,,2002-10-10, -/games/boxart/full_478913JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 15: Cyborg 009: The Block Kuzushi,PS,Puzzle,Bandai,Access,,,,,,,2002-10-10, -/games/boxart/full_9129138JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 16: Ganba no Bouken: The Puzzle Action,PS,Puzzle,Bandai,Ooparts,,,,,,,2003-04-03, -/games/boxart/full_4458194JapanFrontccc.jpg,Simple DS Series Vol. 33: The Crossword & Kanji Puzzle,DS,Puzzle,D3 Publisher,Digital Ware,,,,,,,2008-03-13, -/games/boxart/full_simple-wii-series-vol-5-the-block-kuzushi_1JapanFront.jpg,Simple Wii Series Vol. 5: The Block Kuzushi,Wii,Puzzle,D3 Publisher,D3 Publisher,,,,,,,2008-02-28, -/games/boxart/full_3936508AmericaFrontccc.jpg,Simply HangMan,XBL,Puzzle,Microsoft,MarkMD76,,,,,,,2009-01-29, -/games/boxart/full_simply-minesweeper_207AmericaFront.jpg,Simply Minesweeper,DSiW,Puzzle,Engine Software,Engine Software,6,,,,,,2011-10-06, -/games/boxart/full_9865092AmericaFrontccc.jpg,Simplz: Zoo,PC,Puzzle,High Horse Entertainment,Reflexive Entertainment,,,,,,,2010-01-20, -/games/boxart/full_skweek_0JapanFront.jpg,Skweek,PCE,Puzzle,Victor Interactive,Loriciels,,,,,,,1991-08-02, -/games/boxart/full_7770445AmericaFrontccc.jpg,SLAM,XBL,Puzzle,Microsoft,Blackstorm Games,,,,,,,2009-03-07, -/games/boxart/default.jpg,SlideColors,XBL,Puzzle,Unknown,AngelMarcos,,,,,,,, -/games/boxart/full_slingo-quest_759AmericaFront.jpg,Slingo Quest,DSiW,Puzzle,Mumbo Jumbo,MumboJumbo,,,,,,,2011-04-11, -/games/boxart/full_1999675AmericaFrontccc.jpg,Slingo Quest,PC,Puzzle,Mac Play,Mac Play,,,,,,,2007-03-13, -/games/boxart/full_slither-link_2JapanFront.jpg,Slither Link,WS,Puzzle,Bandai,Bandai,,,,,,,2000-04-20, -/games/boxart/full_8309473AmericaFrontccc.jpg,SMART SPLITTER,XBL,Puzzle,Microsoft,Zenryokutei,,,,,,,2009-08-12, -/games/boxart/default.jpg,Smashbreak,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, -/games/boxart/full_8790978AmericaFrontccc.jpg,Snake Maze,XBL,Puzzle,Microsoft,ShadowRage,,,,,,,2009-12-03, -/games/boxart/default.jpg,Snakenoid,DSiW,Puzzle,Cinemax,Cinemax,,,,,,,2010-02-05, -/games/boxart/full_snakes_148AmericaFront.jpg,Snakes,NGage,Puzzle,Nokia,IOMO,8.4,,,,,,2005-01-25, -/games/boxart/full_snapdots_10AmericaFront.jpg,Snapdots,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2010-10-18, -/games/boxart/full_6764851AmericaFrontccc.jpg,Snax Lite (Cooking Arcade),XBL,Puzzle,Microsoft,Phased,,,,,,,2009-02-20, -/games/boxart/full_sneezies_68AmericaFront.jpg,Sneezies,WW,Puzzle,Chillingo,Chillingo,,,,,,,2011-01-03, -/games/boxart/full_2912034PALFrontccc.jpg,Sneezies,PSN,Puzzle,Chillingo,Chillingo,,,,,,,2010-05-04, -/games/boxart/default.jpg,Sneezies,DSiW,Puzzle,Unknown,Chillingo,,,,,,,, -/games/boxart/full_snoopy-no-hajimete-no-tsukai_751JapanFront.jpg,Snoopy no Hajimete no Tsukai,GB,Puzzle,Kotobuki Systems,Kotobuki Systems,,,,,,,1996-12-21, -/games/boxart/7606725ccc.jpg,Snoopy's Magic Show,GB,Puzzle,Kemco,Kemco,,,,,,,1990-10-01, -/games/boxart/full_2604469AmericaFrontccc.jpg,So Many Me,PC,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 -/games/boxart/full_4160022AmericaFrontccc.jpg,So Many Me,OSX,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 -/games/boxart/full_soccer-bashi_83AmericaFront.jpg,Soccer Bashi,WW,Puzzle,Icon Games,Icon Games,,,,,,,2011-01-10, -/games/boxart/full_1506430AmericaFrontccc.jpg,Sokobond,PC,Puzzle,Draknek,Alan Hazelden and Harry Lee,,,,,,,2014-07-21, -/games/boxart/full_4130470AmericaFrontccc.jpg,Sokobond,Linux,Puzzle,Draknek,Alan Hazelden and Harry Lee,,,,,,,2014-07-21, -/games/boxart/full_2610570AmericaFrontccc.jpg,Sokobond,OSX,Puzzle,Draknek,Alan Hazelden and Harry Lee,,,,,,,2014-07-21, -/games/boxart/full_883669AmericaFrontccc.jpg,Sokomania,DSiW,Puzzle,Cinemax,Cinemax,,,,,,,2010-05-03, -/games/boxart/full_9216190AmericaFrontccc.jpg,Solicheck,XBL,Puzzle,Microsoft,johnstr,,,,,,,2008-12-30, -/games/boxart/full_1283938JapanFrontccc.jpg,Solomon no Kagi: Ouji Rihita no Namida,MS,Puzzle,Salio,Aisystem Tokyo,,,,,,,1988-04-17, -/games/boxart/full_6319276AmericaFrontccc.jpg,Solomon's Club,GB,Puzzle,Tecmo,Tecmo,,,,,,,1991-03-01, -/games/boxart/full_8801976AmericaFrontccc.jpg,Solomon's Key,VC,Puzzle,Tecmo,Tecmo,7,,,,,,2006-11-19, -/games/boxart/3346952ccc.jpg,Solomon's Key,NES,Puzzle,Nintendo,Nintendo,,,,,,,1987-01-01, -/games/boxart/default.jpg,Solomon's Key (Arcade),VC,Puzzle,Tecmo,Tecmo,,,,,,,2009-11-30, -/games/boxart/6152672ccc.jpg,Solstice: The Quest for the Staff of Demnos,NES,Puzzle,CBS / Sony,Software Creations,,,,,,,1990-01-01, -/games/boxart/default.jpg,Sonic Eraser (MN),GEN,Puzzle,Sega,Sonic Team,,,,,,,1991-01-01, -/games/boxart/full_1317951AmericaFrontccc.jpg,Sorcerer's Maze,PS,Puzzle,XS Games,Shoeisha,,,,,,,2003-12-04, -/games/boxart/full_sorcerers-maze_1AmericaFront.jpg,Sorcerer's Maze,PSN,Puzzle,Sony Computer Entertainment,Shoeisha,,,,,,,2010-02-18, -/games/boxart/full_3857745JapanFrontccc.jpg,Soreyuke Ebisumaru! Karakuri Meiro - Kieta Goemon no Nazo!!,SNES,Puzzle,Konami,Konami Computer Entertainment Osaka,,,,,,,1996-03-29, -/games/boxart/full_soroban-gu_8JapanFront.jpg,Soroban Gu,WS,Puzzle,Naxat Soft,Mechanic Arms,,,,,,,2000-12-09, -/games/boxart/3176958ccc.jpg,Soukoban,GG,Puzzle,Riverhillsoft,Riverhillsoft,,,,,,,1990-12-15, -/games/boxart/full_space-ark_3AmericaFront.jpg,Space Ark,XBL,Puzzle,Microsoft,Strawdog Studios,,,,,,,2010-06-16, -/games/boxart/full_2472370JapanFrontccc.jpg,Space Hexcite: Metal Legend EX,GBA,Puzzle,Jorudan,Jorudan,,,,,,,2001-04-27, -/games/boxart/full_6548486AmericaFrontccc.jpg,Spaceball: Revolution,DSiW,Puzzle,Virtual Toys,Virtual Toys,,,,,,,2010-02-15, -/games/boxart/full_9750204PALFrontccc.png,Spaceball: Revolution,PSN,Puzzle,Virtual Toys,Virtual Toys,,,,,,,2010-02-11, -/games/boxart/full_1935057AmericaFrontccc.jpg,Spaceball: Revolution,WW,Puzzle,Virtual Toys,Virtual Toys,,,,,,,2009-09-14, -/games/boxart/full_6366020AmericaFrontccc.jpg,Spacebrix,XBL,Puzzle,Microsoft,Kobingo,,,,,,,2009-02-14, -/games/boxart/full_8634848AmericaFrontccc.jpg,Sparkle 2,OSX,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-03-20,2019-04-06 -/games/boxart/full_7290385AmericaFrontccc.jpg,Sparkle 2,PSV,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-05-20,2019-04-06 -/games/boxart/full_7310355AmericaFrontccc.png,Sparkle 2,iOS,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-20,2019-04-06 -/games/boxart/full_4288611AmericaFrontccc.jpg,Sparkle 2,PS4,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-05-20,2019-04-06 -/games/boxart/full_7362132AmericaFrontccc.png,Sparkle 2,WinP,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-18,2019-04-06 -/games/boxart/full_4254281AmericaFrontccc.jpg,Sparkle 2,PC,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-18,2019-04-06 -/games/boxart/full_4178040AmericaFrontccc.png,Sparkle 2,And,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2013-06-18,2019-04-06 -/games/boxart/full_349041AmericaFrontccc.png,Spellfall - Puzzle RPG,And,Puzzle,Backflip Studios,Backflip Studios,,,,,,,2014-08-08, -/games/boxart/full_6065135PALFrontccc.png,Spin Jam,PSN,Puzzle,Empire Interactive,Empire Interactive,,,,,,,2008-11-06, -/games/boxart/full_spin-pair_3JapanFront.jpg,Spin Pair,PCE,Puzzle,Media Rings,Media Rings,,,,,,,1990-12-14, -/games/boxart/full_spin-six_10AmericaFront.jpg,Spin Six,DSiW,Puzzle,Nintendo,Zener Works,,,,,,,2010-06-21, -/games/boxart/full_2290975AmericaFrontccc.jpg,Splice,iOS,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2013-03-05,2019-04-17 -/games/boxart/full_5327939AmericaFrontccc.jpg,Splice,And,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2012-12-09,2019-04-17 -/games/boxart/full_1512649AmericaFrontccc.jpg,Splice,OSX,Puzzle,Cipher Prime,Cipher Prime,,,,,,,2012-06-13,2019-04-17 -/games/boxart/full_6007252AmericaFrontccc.jpg,SpongeBob Diner Dash,PC,Puzzle,PlayFirst,GameLab,,,,,,,2007-01-04, -/games/boxart/full_3015592AmericaFrontccc.jpg,Spooky,XBL,Puzzle,Microsoft,Loopy Max,,,,,,,2009-12-03, -/games/boxart/full_spotit-challenge_954AmericaFront.jpg,Spot It! Challenge,DSiW,Puzzle,Big John Games,Big John Games,,,,,,,2010-11-29, -/games/boxart/full_spot-the-difference_6AmericaFront.jpg,Spot the Difference,DSiW,Puzzle,Enjoy Gaming,Enjoy Gaming ltd.,,,,,,,2010-10-25, -/games/boxart/full_spot-the-differences_198AmericaFront.jpg,Spot the Differences!,WW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2011-02-07, -/games/boxart/full_2837706AmericaFrontccc.png,Spot the Differences!,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2009-12-17, -/games/boxart/full_8946149AmericaFrontccc.png,Spot the Differences: Party!,WiiU,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2013-09-05, -/games/boxart/4697479ccc.jpg,Spot: The Video Game,GB,Puzzle,Virgin Interactive,Software Creations,,,,,,,1991-09-01, -/games/boxart/full_8666773AmericaFrontccc.jpg,Spy Chameleon,XBL,Puzzle,Microsoft,Zeronian,,,,,,,2009-06-06, -/games/boxart/full_5398664AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,PC,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2014-06-11,2018-08-09 -/games/boxart/full_9158092AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,OSX,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2014-06-11,2018-08-09 -/games/boxart/full_3293528AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,Linux,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2014-06-11,2018-08-09 -/games/boxart/default.jpg,Spy Fox 2: Some Assembly Required,PC,Puzzle,Unknown,Humongous Entertainment,,,,,,,, -/games/boxart/full_7057786AmericaFrontccc.jpg,Sqong,XBL,Puzzle,Microsoft,Mexond,,,,,,,2009-05-21, -/games/boxart/default.jpg,Squeeballs Party,X360,Puzzle,Unknown,Eiconic Games,,,,,,,, -/games/boxart/full_362451AmericaFrontccc.jpg,Stack-Up,NES,Puzzle,Nintendo,Nintendo R&D1,,,,,,,1985-10-18, -/games/boxart/full_stacking_714AmericaFront.jpg,Stacking,XBL,Puzzle,THQ,Double Fine Productions,8.3,,,,,,2011-02-09, -/games/boxart/full_stacking_984AmericaFront.jpg,Stacking,PSN,Puzzle,THQ,Double Fine Productions,8.4,,,,,,2011-02-08, -/games/boxart/full_stacking-the-lost-hobo-king_856AmericaFront.jpg,Stacking: The Lost Hobo King,XBL,Puzzle,THQ,Double Fine Productions,,,,,,,2011-04-06, -/games/boxart/full_stacking-the-lost-hobo-king_961AmericaFront.jpg,Stacking: The Lost Hobo King,PSN,Puzzle,THQ,Double Fine Productions,,,,,,,2011-04-05, -/games/boxart/full_star-sweep_0JapanFront.jpg,Star Sweep,GB,Puzzle,Axela,fupac,,,,,,,1997-12-19, -/games/boxart/full_stardrone_713AmericaFront.jpg,StarDrone,PSN,Puzzle,Beatshapers,Beatshapers,7.2,,,,,,2011-04-05, -/games/boxart/4348973ccc.jpg,Stargate,GB,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-12-01, -/games/boxart/2600332ccc.jpg,Stargate,GG,Puzzle,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_starzzle_656AmericaFront.jpg,Starzzle,XBL,Puzzle,Microsoft,Bionic-Thumbs,,,,,,,2011-04-18, -/games/boxart/full_sticky-balls_2AmericaFront.jpg,Sticky Balls,GIZ,Puzzle,Gizmondo Studios,Gizmondo Studios Manchester,,,,,,,2005-10-22, -/games/boxart/full_3001336AmericaFrontccc.jpg,Storage Inc,XBL,Puzzle,Microsoft,Stolpskott Studios,,,,,,,2009-08-24, -/games/boxart/default.jpg,Storm,XBL,Puzzle,Unknown,indiePub,,,,,,,, -/games/boxart/default.jpg,Storm,PC,Puzzle,Unknown,indiePub,,,,,,,, -/games/boxart/default.jpg,Storm,PSN,Puzzle,Unknown,indiePub,,,,,,,, -/games/boxart/full_493875AmericaFrontccc.png,Stretchmo,3DS,Puzzle,Nintendo,Intelligent Systems,,,,,,,2015-05-14,2018-04-15 -/games/boxart/full_6049421AmericaFrontccc.png,Sudoku,PSN,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2009-10-01, -/games/boxart/full_6542380AmericaFrontccc.jpg,Sudoku 4Pockets,DSiW,Puzzle,4Pockets.com,4Pockets.com,,,,,,,2010-02-08, -/games/boxart/default.jpg,Sudoku Ball 3DS,3DS,Puzzle,Unknown,WhiteBear Studios,,,,,,,, -/games/boxart/full_5148280AmericaFrontccc.jpg,Sudoku Ball Detective,PC,Puzzle,Playlogic Game Factory,WhiteBear Studios,,,,,,,2009-09-22, -/games/boxart/full_7614258AmericaFrontccc.jpg,Sudoku Challenge!,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-11-30, -/games/boxart/full_9506146AmericaFrontccc.jpg,Sudoku Challenge!,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2008-11-24, -/games/boxart/full_sudoku-ds-nikoli-no-sudoku-ketteiban_894JapanFront.jpg,Sudoku DS: Nikoli no Sudoku Ketteiban,DS,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2008-05-29, -/games/boxart/default.jpg,Sudoku for Kids,PC,Puzzle,Unknown,Seed Studios,,,,,,,, -/games/boxart/full_4709500PALFrontccc.jpg,Sudoku for Kids,DS,Puzzle,Unknown,Gameinvest,,,,,,,, -/games/boxart/full_3363772AmericaFrontccc.jpg,Sudoku Master,DSiW,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2009-06-29, -/games/boxart/full_4758687AmericaFrontccc.jpg,SUDOKU Sensei,DSiW,Puzzle,Hudson Soft,Hudson Soft,,,,,,,2009-12-28, -/games/boxart/full_9140002AmericaFrontccc.jpg,Sudoku Student,DSiW,Puzzle,Hudson Entertainment,Hudson Soft,,,,,,,2009-07-27, -/games/boxart/full_6411254AmericaFrontccc.jpg,Sudoku X,XBL,Puzzle,Microsoft,MageStick X,,,,,,,2009-01-07, -/games/boxart/full_sum-fighter_344AmericaFront.jpg,Sum Fighter,XBL,Puzzle,Microsoft,MDCopp,,,,,,,2011-06-13, -/games/boxart/full_6925410AmericaFrontccc.jpg,SummerVacation,XBL,Puzzle,Microsoft,DK Alpla,,,,,,,2009-09-28, -/games/boxart/full_9647635JapanFrontccc.jpg,Super Bomberman: Panic Bomber W,SNES,Puzzle,Hudson Soft,Raizing,,,,,,,1995-03-01, -/games/boxart/full_super-bombliss_2JapanFront.jpg,Super Bombliss,SNES,Puzzle,Bullet Proof Software,TOSE,,,,,,,1995-03-17, -/games/boxart/full_super-bombliss-dx_1JapanFront.jpg,Super Bombliss DX,GB,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1999-12-10, -/games/boxart/5674574ccc.jpg,Super Breakout,5200,Puzzle,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_7701636AmericaFrontccc.jpg,Super Breakout,GB,Puzzle,Majesco,Morning Star Multimedia,,,,,,,1998-12-01, -/games/boxart/full_988179AmericaFrontccc.jpg,Super Bubble Pop,PS,Puzzle,Jaleco,Runecraft,4.6,,,,,,2002-12-25, -/games/boxart/full_5150714AmericaFrontccc.jpg,Super Bubble Pop,PC,Puzzle,RealNetworks,eGames,,,,,,,2002-01-01, -/games/boxart/default.jpg,Super Bust-A-Move,PC,Puzzle,EON Digital Entertainment,Taito Corporation,,,,,,,2001-10-19, -/games/boxart/657039ccc.jpg,Super Bust-A-Move 2,PS2,Puzzle,Ubisoft,Taito Corporation,,,,,,,2002-09-24, -/games/boxart/full_super-collapse_20AmericaFront.jpg,Super Collapse!,PC,Puzzle,GameHouse,GameHouse,,,,,,,2001-01-01, -/games/boxart/full_6810896AmericaFrontccc.png,Super Collapse! 3,PSN,Puzzle,Mumbo Jumbo,Mac Play,,,,,,,2009-04-08, -/games/boxart/5385907ccc.jpg,Super Collapse! 3,PSP,Puzzle,Mumbo Jumbo,Mac Play,,,,,,,2007-09-18, -/games/boxart/full_super-columns_8AmericaFront.jpg,Super Columns,GG,Puzzle,Sega,Sega,,,,,,,1995-06-05, -/games/boxart/default.jpg,Super Drop Mania,GIZ,Puzzle,Unknown,Fathammer,,,,,,,, -/games/boxart/full_6768846PALFrontccc.png,Super Fruit Fall,PSN,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2009-11-26, -/games/boxart/full_super-fruit-fall_10PALFront.jpg,Super Fruit Fall,PSP,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2007-08-10, -/games/boxart/full_super-fruit-fall_0PALFront.jpg,Super Fruit Fall,PS2,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2006-09-01, -/games/boxart/full_super-fruit-fall-minis_944PALFront.png,Super Fruit Fall (Minis),PSN,Puzzle,System 3 Arcade Software,Aqua Pacific,,,,,,,2010-12-01, -/games/boxart/full_2259681JapanFrontccc.jpg,Super Lode Runner (FDS),NES,Puzzle,Irem Software Engineering,Broderbund,,,,,,,1987-03-05, -/games/boxart/default.jpg,Super Lode Runner II (FDS),NES,Puzzle,Irem Software Engineering,Broderbund,,,,,,,1987-08-25, -/games/boxart/full_super-monkey-ball_640AmericaFront.jpg,Super Monkey Ball,NGage,Puzzle,Sega,Amusement Vision,5.8,,,,,,2003-10-06, -/games/boxart/full_2169984AmericaFrontccc.jpg,Super Monkey Ball 2-Pack,GC,Puzzle,Sega,Amusement Vision,,,,,,,2004-10-15, -/games/boxart/default.jpg,Super Motherload,WW,Puzzle,Unknown,XGenStudios,,,,,,,, -/games/boxart/full_1891122JapanFrontccc.jpg,Super Puyo Puyo 2 Remix,SNES,Puzzle,Compile,Compile,,,,,,,1996-03-08, -/games/boxart/full_705805AmericaFrontccc.jpg,Super Puzzle Fighter II Turbo,PC,Puzzle,Capcom,Capcom,,,,,,,1998-01-01, -/games/boxart/9900281ccc.jpg,Super Puzzle Fighter II Turbo,SAT,Puzzle,Capcom,Capcom,,,,,,,1997-02-28, -/games/boxart/full_4907631AmericaFrontccc.jpg,Super Puzzle Fighter II Turbo HD Remix,PC,Puzzle,Unknown,Backbone Entertainment,,,,,,,, -/games/boxart/full_super-puzzle-fighter-ii-turbo-hd-remix_440AmericaFront.jpg,Super Puzzle Fighter II Turbo HD Remix,PSN,Puzzle,Capcom,Backbone Entertainment,,,,,,,2007-08-29, -/games/boxart/full_3563513AmericaFrontccc.jpg,Super Puzzle Fighter II Turbo HD Remix,XBL,Puzzle,Capcom,Backbone Entertainment,,,,,,,2007-08-29, -/games/boxart/full_814646JapanFrontccc.jpg,Super Puzzle Fighter II X for Matching Service,DC,Puzzle,Capcom,Capcom,,,,,,,2001-07-05, -/games/boxart/1808209ccc.jpg,Super Rub a Dub,PSN,Puzzle,Sony Computer Entertainment,Sumo Digital,,,,,,,2007-05-02, -/games/boxart/full_super-stacker_6AmericaFront.jpg,Super Stacker,PSN,Puzzle,inXile Entertainment,InXile Entertainment,,,,,,,2010-05-25, -/games/boxart/full_super-swap_0AmericaFront.jpg,Super Swap!,DSiW,Puzzle,Teyon Entertainment,SelectSoft Games,,,,,,,2010-06-21, -/games/boxart/full_super-tetris-2-bombliss_9JapanFront.jpg,Super Tetris 2 + Bombliss,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1992-12-18, -/games/boxart/full_super-tetris-2-bombliss-gentei-han_9JapanFront.jpg,Super Tetris 2 + Bombliss: Gentei Han,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1994-01-21, -/games/boxart/full_5477788JapanFrontccc.jpg,Super Tetris 3,SNES,Puzzle,Bullet Proof Software,TOSE,,,,,,,1994-12-16, -/games/boxart/full_8573302AmericaFrontccc.jpg,Super Xblox 360!,XBL,Puzzle,Microsoft,GIGGITYGIGG1TY,,,,,,,2009-07-21, -/games/boxart/full_9327167AmericaFrontccc.jpg,Super Yum Yum: Puzzle Adventures,DSiW,Puzzle,Mastertronic,AirPlay,3,,,,,,2010-03-29, -/games/boxart/full_5145472JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro,PS,Puzzle,Success,Success,,,,,,,1999-05-27, -/games/boxart/full_8971966JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro 2,PS,Puzzle,Success,Success,,,,,,,2000-01-27, -/games/boxart/full_6639956JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro 3,PS,Puzzle,Success,Success,,,,,,,2000-11-30, -/games/boxart/full_1837633JapanFrontccc.jpg,SuperLite 1500 Series: Nankuro 4,PS,Puzzle,Success,Success,,,,,,,2001-05-24, -/games/boxart/full_superlite-1500-series-slither-link_5JapanFront.jpg,SuperLite 1500 Series: Slither Link,PS,Puzzle,Success,Success,,,,,,,2001-06-28, -/games/boxart/full_2431751JapanFrontccc.jpg,SuperLite 2000 Puzzle: Nankuro,PS2,Puzzle,Success,Success,,,,,,,2003-10-09, -/games/boxart/full_8485628JapanFrontccc.jpg,SuperLite 2500: Gekikara Numpla 2500-Mon,DS,Puzzle,Success,Success,,,,,,,2007-12-20, -/games/boxart/full_5394739JapanFrontccc.jpg,SuperLite 3in1 Series: Nankuro Shuu,PS,Puzzle,Success,Success,,,,,,,2002-02-07, -/games/boxart/full_surfacer_444AmericaFront.jpg,Surfacer+,DSiW,Puzzle,Lexis Numerique,Lexis Numerique,,,,,,,2011-01-10, -/games/boxart/full_1596199JapanFrontccc.jpg,Susume! Taisen Puzzle Dama: Toukon! Marumata Chou,N64,Puzzle,Konami,KCEK,,,,,,,1998-03-26, -/games/boxart/full_8845108JapanFrontccc.jpg,Sutte Hakkun,SNES,Puzzle,Nintendo,Nintendo,,,,,,,1999-06-25, -/games/boxart/full_5894991JapanFrontccc.jpg,Sutte Hakkun,VC,Puzzle,Nintendo,Nintendo,,,,,,,2010-03-02, -/games/boxart/full_swap-zap_23PALFront.jpg,Swap Zap,PSN,Puzzle,Unknown,Playgroundsquad,,,,,,,2011-02-16, -/games/boxart/full_swarm_576AmericaFront.jpg,Swarm,PSN,Puzzle,Ignition Entertainment,Hothead Games,6.8,,,,,,2011-03-22, -/games/boxart/full_swarm_651AmericaFront.jpg,Swarm,XBL,Puzzle,Ignition Entertainment,Hothead Games,6.8,,,,,,2011-03-23, -/games/boxart/default.jpg,swing,PS,Puzzle,Unknown,Software 2000,,,,,,,, -/games/boxart/full_swing_7PALFront.jpg,Swing,GB,Puzzle,Unknown,Software 2000,,,,,,,2000-10-20, -/games/boxart/full_5945347AmericaFrontccc.jpg,Switchball,PC,Puzzle,Sierra Online,Atomic Elbow,,,,,,,2007-06-26, -/games/boxart/full_8556053AmericaFrontccc.png,Switchball,PSN,Puzzle,Sony Online Entertainment,Atomic Elbow,,,,,,,2009-09-17, -/games/boxart/full_4606600AmericaFrontccc.jpg,Switchball,XBL,Puzzle,Sierra Online,Atomic Elbow,,,,,,,2007-11-07, -/games/boxart/full_8519921AmericaFrontccc.jpg,T-KARA,XBL,Puzzle,Microsoft,Mexond,,,,,,,2009-10-28, -/games/boxart/full_t-tris_551PALFront.jpg,T-Tris,Lynx,Puzzle,Bastian Schick,Bastian Schick,,,,,,,1996-01-01, -/games/boxart/full_9120813JapanFrontccc.jpg,Taisen Net Gimmick: Capcom & Psikyo All Stars,DC,Puzzle,Capcom,Psikyo,,,,,,,2001-06-28, -/games/boxart/full_talismania-deluxe_540AmericaFront.jpg,Talismania Deluxe,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2006-10-18, -/games/boxart/full_6812285AmericaFrontccc.jpg,Tall Infinity,PS,Puzzle,Agetec,Open Sesame,,,,,,,2003-08-20, -/games/boxart/full_tall-infinity_6AmericaFront.jpg,Tall Infinity,PSN,Puzzle,Sony Computer Entertainment,Open Sesame,,,,,,,2010-10-19, -/games/boxart/full_4962507JapanFrontccc.jpg,Tall Twins Tower,PS,Puzzle,Techno Soleil,Techno Soleil,,,,,,,2000-11-02, -/games/boxart/full_3064699AmericaFrontccc.png,Tangram Attack,3DS,Puzzle,Unknown,Unknown,,,,,,,2014-07-31, -/games/boxart/full_3672500JapanFrontccc.jpg,Tarepanda no GunPey,WS,Puzzle,Bandai,Bandai,,,,,,,1999-12-09, -/games/boxart/9922662ccc.jpg,Teddy Factory,PC,Puzzle,eGames,E-Games,,,,,,,2006-11-20, -/games/boxart/full_9475760PALFrontccc.jpg,Télé 7 Jeux: Mots Croisés,Wii,Puzzle,Koch Media,White Park Bay Software,,,,,,,2009-07-02, -/games/boxart/full_2759933PALFrontccc.jpg,Télé 7 Jeux: Mots Fléchés,Wii,Puzzle,Koch Media,White Park Bay Software,,,,,,,2008-09-05, -/games/boxart/full_959280PALFrontccc.png,Telegraph Crosswords,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2009-12-10, -/games/boxart/full_telegraph-crosswords_4AmericaFront.jpg,Telegraph Crosswords,DSiW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2010-06-14, -/games/boxart/full_9695525AmericaFrontccc.jpg,Telegraph Sudoku & Kakuro,DSiW,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2010-05-31, -/games/boxart/full_903423PALFrontccc.png,Telegraph Sudoku & Kakuro,PSN,Puzzle,Sanuk Games,Sanuk Games,,,,,,,2010-04-15, -/games/boxart/full_3581334JapanFrontccc.jpg,Tenchi Muyou! Rensa Hitsuyou,SAT,Puzzle,Pioneer LDC,Pioneer LDC,,,,,,,1997-02-28, -/games/boxart/full_tesserae_897PALFront.jpg,Tesserae,PC,Puzzle,GameTek,Eurocom Entertainment Software,,,,,,,1993-11-01, -/games/boxart/full_tesserae_136AmericaFront.jpg,Tesserae,GB,Puzzle,GameTek,Eurocom Entertainment Software,,,,,,,1993-08-01, -/games/boxart/2496192ccc.jpg,Tesserae,GG,Puzzle,GameTek,Eurocom Entertainment Software,,,,,,,1993-01-01, -/games/boxart/full_tetraminos_705AmericaFront.jpg,Tetraminos,PSN,Puzzle,Big Ben Interactive,Bigben Interactive,,,,,,,2011-06-28, -/games/boxart/full_260138JapanFrontccc.jpg,Tetris,WS,Puzzle,Vanguard,Vanguard Works,,,,,,,2002-04-18, -/games/boxart/full_tetris_432AmericaFront.jpg,Tetris,PSN,Puzzle,Electronic Arts,Electronic Arts,7.5,,,,,,2011-01-04, -/games/boxart/full_8130316AmericaFrontccc.jpg,Tetris & Dr. Mario,SNES,Puzzle,Nintendo,Nintendo,,,,,,,1994-01-01, -/games/boxart/full_8571401AmericaFrontccc.png,Tetris (PSP),PSN,Puzzle,Electronic Arts,Electronic Arts,,,,,,,2009-10-01, -/games/boxart/full_tetris-tengen_5AmericaFront.jpg,Tetris (Tengen),NES,Puzzle,Tengen,Tengen,,,,,,,1989-01-01, -/games/boxart/9983429ccc.jpg,Tetris 2,SNES,Puzzle,Nintendo,Bullet Proof Software,,,,,,,1994-08-01, -/games/boxart/full_8842109JapanFrontccc.jpg,Tetris 4D,DC,Puzzle,Bullet Proof Software,Bullet Proof Software,5.8,,,,,,1998-12-23, -/games/boxart/full_2740247JapanFrontccc.jpg,Tetris 64,N64,Puzzle,Seta Corporation,Amtex,,,,,,,1998-11-13, -/games/boxart/1185978ccc.jpg,Tetris Blast,GB,Puzzle,Nintendo,Bulletproof Software,,,,,,,1996-01-01, -/games/boxart/full_9565917AmericaFrontccc.jpg,Tetris Party,WW,Puzzle,Tetris Online,Hudson Soft,8.5,,,,,,2008-10-20, -/games/boxart/full_tetris-party-live_140AmericaFront.jpg,Tetris Party Live,DSiW,Puzzle,Tetris Online,Hudson Soft,,,,,,,2010-11-22, -/games/boxart/full_2697928AmericaFrontccc.jpg,Tetris Plus,SAT,Puzzle,Jaleco,Natsume,,,,,,,1996-09-30, -/games/boxart/full_2198154AmericaFrontccc.jpg,Tetris Plus,GB,Puzzle,Jaleco,Natsume,,,,,,,1997-08-01, -/games/boxart/full_6424854AmericaFrontccc.jpg,Tetris Splash,XBL,Puzzle,Tetris Online,"Tetris Online America, Inc.",,,,,,,2007-10-03, -/games/boxart/full_2157923PALFrontccc.jpg,Tetris Ultimate,PC,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2015-12-10,2018-07-29 -/games/boxart/full_3981908AmericaFrontccc.jpg,Tetris Ultimate,PS4,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2014-12-16,2018-07-29 -/games/boxart/full_2159218AmericaFrontccc.jpg,Tetris Ultimate,XOne,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2014-12-17,2018-07-29 -/games/boxart/full_9997656JapanFrontccc.jpg,Tetris with Card Captor Sakura: Eternal Heart,PS,Puzzle,Arika,Arika,,,,,,,2000-08-10, -/games/boxart/full_7437898AmericaFrontccc.jpg,Tetris Worlds,PC,Puzzle,THQ,Blue Planet Software,,,,,,,2001-11-23, -/games/boxart/9812120ccc.jpg,Tetris Worlds,XB,Puzzle,THQ,Radical Entertainment,,,,,,,2002-06-24, -/games/boxart/full_7790414AmericaFrontccc.jpg,th!nk Logic Trainer,DS,Puzzle,Conspiracy Entertainment,DTP Young Entertainment,,,,,,,2009-12-01, -/games/boxart/full_the-angry-hand-of-god_124AmericaFront.jpg,The Angry Hand of God,XBL,Puzzle,Microsoft,Alex Kaiser,,,,,,,2011-06-21, -/games/boxart/8234380ccc.jpg,The Brainies,SNES,Puzzle,Titus,Atreid Concept SA,,,,,,,1996-04-01, -/games/boxart/full_the-clockwork-man-2_594PALFront.jpg,The Clockwork Man 2,PC,Puzzle,Avanquest,Total Eclipse,,,,,,,2011-08-19, -/games/boxart/full_614579AmericaFrontccc.jpg,The Counting Kingdom,PC,Puzzle,Little Worlds Studio,Little Worlds Studio,,,,,,,2014-08-05, -/games/boxart/full_4142509AmericaFrontccc.jpg,The Counting Kingdom,OSX,Puzzle,Little Worlds Studio,Little Worlds Studio,,,,,,,2014-08-05, -/games/boxart/full_3946627PALFrontccc.jpg,The Cube,3DS,Puzzle,Funbox Media,Funbox Media,,,,,,,2013-11-09,2018-04-06 -/games/boxart/default.jpg,The Dream of Neko,DS,Puzzle,Unknown,DK Games,,,,,,,, -/games/boxart/full_7573599AmericaFrontccc.jpg,The Factory,XBL,Puzzle,Microsoft,CptnWaffles,,,,,,,2009-02-20, -/games/boxart/full_the-fidgetts_575AmericaFront.jpg,The Fidgetts,GB,Puzzle,Jaleco,Game Over Production,,,,,,,1997-10-01, -/games/boxart/default.jpg,The Great Chocolate Chase: A Chocolatier Twist,PC,Puzzle,PlayFirst,"Zemnott, Inc.",,,,,,,2008-07-14, -/games/boxart/3080556ccc.jpg,The Great Waldo Search,SNES,Puzzle,THQ,Radiance,,,,,,,1993-06-01, -/games/boxart/809358ccc.jpg,The Great Waldo Search,NES,Puzzle,THQ,Radiance,,,,,,,1992-12-01, -/games/boxart/5143027ccc.jpg,The Great Waldo Search,GEN,Puzzle,THQ,Radiance,,,,,,,1992-01-01, -/games/boxart/default.jpg,The Great Word Adventure 1 / Tuneland,PC,Puzzle,7th Level,7th Level,,,,,,,1995-01-01, -/games/boxart/full_the-hidden-mystery-collectives-puppet-show-1-amp-2_284PALFront.jpg,The Hidden Mystery Collectives: Puppet Show 1 & 2,PC,Puzzle,Focus Home Interactive,Big Fish Games,,,,,,,2010-10-08, -/games/boxart/full_1126081AmericaFrontccc.jpg,The Humans,GEN,Puzzle,GameTek,"Imagitec Design, Inc.",,,,,,,1992-05-14, -/games/boxart/default.jpg,The Humans,SNES,Puzzle,GameTek,GameTek,,,,,,,1993-01-01, -/games/boxart/full_6556347PALFrontccc.jpg,The Humans: Meet the Ancestors!,PC,Puzzle,Unknown,Blue Monkey Studios,,,,,,,, -/games/boxart/4466691ccc.jpg,The Incredible Machine,3DO,Puzzle,3DO,Dynamix,,,,,,,1994-01-01, -/games/boxart/full_the-incredible-machine_0AmericaFront.jpg,The Incredible Machine,PC,Puzzle,Sierra Entertainment,Jeff Tunnell Productions,,,,,,,1992-01-01, -/games/boxart/full_the-incredible-machine-mega-pack_828AmericaFront.jpg,The Incredible Machine Mega Pack,PC,Puzzle,Dynamix,Dynamix,,,,,,,2001-09-14, -/games/boxart/full_7240073AmericaFrontccc.jpg,The Incredible Machine v3.0,PC,Puzzle,Sierra Online,Jeff Tunnell Productions,,,,,,,1995-12-31, -/games/boxart/full_1941294AmericaFrontccc.jpg,The Incredible Maze,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2008-10-20, -/games/boxart/default.jpg,The Incredible Toon Machine,PC,Puzzle,Sierra Entertainment,Jeff Tunnell Productions,,,,,,,1994-01-01, -/games/boxart/full_8240863AmericaFrontccc.png,The Ingenious Machine,And,Puzzle,Unknown,Unknown,,,,,,,2014-06-09, -/games/boxart/full_the-lemmings-chronicles_0AmericaFront.jpg,The Lemmings Chronicles,PC,Puzzle,Psygnosis,DMA Design,,,,,,,1994-01-01, -/games/boxart/full_9807664AmericaFrontccc.jpeg,The Lost Kids,And,Puzzle,XPEC Entertainment,XPEC Entertainment,,,,,,,2014-06-05, -/games/boxart/full_6644241AmericaFrontccc.jpg,The Lost Vikings,PC,Puzzle,Interplay,Silicon & Synapse,,,,,,,1993-01-01, -/games/boxart/119300ccc.jpg,The Lost Vikings,GEN,Puzzle,Interplay,Silicon & Synapse,,,,,,,1992-01-01, -/games/boxart/full_3797389AmericaFrontccc.jpg,The Lost Vikings,SNES,Puzzle,Interplay,Silicon & Synapse,,,,,,,1993-04-01, -/games/boxart/default.jpg,The Marbians,PSN,Puzzle,Unknown,Nordisk Film Games Publishing,,,,,,,, -/games/boxart/full_4441637AmericaFrontccc.jpg,The Misadventures of P.B. Winterbottom,XBL,Puzzle,2K Play,The Odd Gentlemen,8.4,,,,,,2010-02-17, -/games/boxart/full_6170287AmericaFrontccc.jpg,The Next Tetris,PC,Puzzle,Hasbro Interactive,Blue Planet Software,,,,,,,1999-10-04, -/games/boxart/full_2881852AmericaFrontccc.jpg,The Perfect Match,XBL,Puzzle,Microsoft,Onion Factory,,,,,,,2009-01-18, -/games/boxart/full_7528JapanFrontccc.jpg,The Puzzle,PS,Puzzle,Agetec,D3 Publisher,,,,,,,2001-03-01, -/games/boxart/full_the-puzzle-2_940PALFront.jpg,The Puzzle 2,PS,Puzzle,Phoenix Games,Axes Art Amuse,,,,,,,2003-01-01, -/games/boxart/full_the-quiz-gear-fight_4JapanFront.jpg,The Quiz Gear Fight!!,GG,Puzzle,Sega,Sega,,,,,,,1995-04-07, -/games/boxart/default.jpg,The Shanghai,PS,Puzzle,Sunsoft,SunSoft,,,,,,,2000-05-02, -/games/boxart/full_3091751JapanFrontccc.jpg,The Shinri Game,DC,Puzzle,Visit,Visit,,,,,,,2001-02-01, -/games/boxart/full_5365109JapanFrontccc.jpg,The Simple 2960 Tomodachi Series Vol. 3: The Itsudemo Puzzle - Massugu Soroete Straws,GBA,Puzzle,D3 Publisher,BeeWorks,,,,,,,2003-12-18, -/games/boxart/full_4409226PALFrontccc.jpg,The Swapper,WiiU,Puzzle,Facepalm Games,Facepalm Games,,,,,,,2014-11-06, -/games/boxart/default.jpg,The Swapper,OSX,Puzzle,Facepalm Games,Facepalm Games,,,,,,,2014-02-18, -/games/boxart/default.jpg,The Swapper,Linux,Puzzle,Facepalm Games,Facepalm Games,,,,,,,2014-02-18, -/games/boxart/full_the-tales-of-bearsworth-manor-chaotic-conflicts_8AmericaFront.jpg,The Tales of Bearsworth Manor: Chaotic Conflicts,WW,Puzzle,Square Enix,Square Enix,,,,,,,2010-06-21, -/games/boxart/full_the-tales-of-bearsworth-manor-puzzling-pages_4AmericaFront.jpg,The Tales of Bearsworth Manor: Puzzling Pages,WW,Puzzle,Square Enix,Square Enix,,,,,,,2010-06-21, -/games/boxart/full_768682AmericaFrontccc.jpg,The Talos Principle,And,Puzzle,Devolver Digital,Croteam,,,,,,,2015-05-28, -/games/boxart/full_1853025AmericaFrontccc.jpg,The Talos Principle,OSX,Puzzle,Devolver Digital,Croteam,,,,,,,2014-12-11, -/games/boxart/full_6224806AmericaFrontccc.jpg,The Talos Principle,Linux,Puzzle,Devolver Digital,Croteam,,,,,,,2014-12-11, -/games/boxart/full_9446814AmericaFrontccc.jpg,The Three Stooges: Treasure Hunt Hijinks,PC,Puzzle,eGames,eGames,,,,,,,2008-11-10, -/games/boxart/full_8322315AmericaFrontccc.jpg,The Towers of Cedrick,XBL,Puzzle,Microsoft,wizlon,,,,,,,2009-06-04, -/games/boxart/default.jpg,The Treasures of Montezuma,PSN,Puzzle,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 -/games/boxart/full_the-trials-of-topoq_226AmericaFront.jpg,The Trials of Topoq,PSN,Puzzle,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-12-20, -/games/boxart/full_the-undergarden_98AmericaFront.jpg,The UnderGarden,PC,Puzzle,Atari,Vitamin G Studios,6.4,,,,,,2010-11-10, -/games/boxart/full_the-undergarden_701AmericaFront.jpg,The UnderGarden,PSN,Puzzle,Atari,Vitamin G Studios,6,,,,,,2011-02-01, -/games/boxart/full_the-undergarden_249AmericaFront.jpg,The UnderGarden,XBL,Puzzle,Atari,Vitamin G Studios,6.4,,,,,,2010-10-29, -/games/boxart/default.jpg,The Witness,XBL,Puzzle,Unknown,Number None Inc.,,,,,,,, -/games/boxart/default.jpg,The Witness,PSN,Puzzle,Unknown,Number None Inc.,,,,,,,, -/games/boxart/full_the-wonderful-end-of-the-world_848AmericaFront.jpg,The Wonderful End of the World,PC,Puzzle,Dejobaan Games,Dejobaan Games,,,,,,,2008-01-25, -/games/boxart/full_3691735PALFrontccc.jpg,Think: Train Your Brain,DS,Puzzle,Eidos Interactive,Eidos Interactive,,,,,,,2009-06-26, -/games/boxart/full_7310909AmericaFrontccc.jpg,thinkSMART: Advanced,DS,Puzzle,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2010-06-15, -/games/boxart/default.jpg,Threes!,XOne,Puzzle,Sirvo LLC,Sirvo LLC,,,,,,,2014-12-05, -/games/boxart/full_thruspace_6AmericaFront.jpg,ThruSpace,WW,Puzzle,Nintendo,Keys Factory,,,,,,,2010-10-18,2018-08-30 -/games/boxart/full_thunder-amp-lightning_2AmericaFront.jpg,Thunder & Lightning,NES,Puzzle,Romstar,Visco,,,,,,,1990-12-01, -/games/boxart/full_tidalis_9AmericaFront.jpg,Tidalis,PC,Puzzle,"Arcen Games, LLC","Arcen Games, LLC",7,,,,,,2010-07-16, -/games/boxart/full_3425819AmericaFrontccc.jpg,Tiki Towers,WW,Puzzle,RealNetworks,RealNetworks,,,,,,,2008-12-22, -/games/boxart/full_tiles-of-fate_8AmericaFront.jpg,Tiles of Fate,NES,Puzzle,American Video Entertainment,C&E Inc.,,,,,,,1990-01-01, -/games/boxart/full_timeball_9AmericaFront.jpg,Timeball,PCE,Puzzle,Turbo Technologies,Hudson Soft,,,,,,,1990-01-01, -/games/boxart/full_1516551AmericaFrontccc.jpg,Tiny Brains,PS4,Puzzle,505 Games,Spearhead Entertainment,,,,,,,2013-12-03, -/games/boxart/full_2942616AmericaFrontccc.jpg,Tiny Brains,PS3,Puzzle,505 Games,Spearhead Entertainment,,,,,,,2014-01-07, -/games/boxart/full_1158454AmericaFrontccc.jpg,Tiny Brains,PC,Puzzle,505 Games,Spearhead Entertainment,,,,,,,2013-12-11, -/games/boxart/full_2283066AmericaFrontccc.jpg,TiQal,XBL,Puzzle,Microsoft,"SlapDash Games, LLC",,,,,,,2008-03-26, -/games/boxart/full_titanic-mystery_693PALFront.jpg,Titanic Mystery,PC,Puzzle,PlayV,PlayV,,,,,,,2010-02-05, -/games/boxart/9952074ccc.jpg,Toki Tori,WW,Puzzle,Two Tribes,Two Tribes,7.7,,,,,,2008-06-02, -/games/boxart/7460123ccc.gif,Toki Tori,GB,Puzzle,Capcom,Two Tribes,,,,,,,2001-09-12, -/games/boxart/full_2997200JapanFrontccc.jpg,Tokimeki Memorial 2: Taisen Pazurudama,PS,Puzzle,Konami,KCET,,,,,,,2001-03-15, -/games/boxart/default.jpg,Tokimeki Memorial: Taisen Pazurudama,PC,Puzzle,Konami,Konami,,,,,,,1996-01-01, -/games/boxart/full_7485622JapanFrontccc.jpg,Tokimeki Memorial: Taisen Tokkaedama,SAT,Puzzle,Konami,Konami,,,,,,,1997-08-07, -/games/boxart/full_8145831JapanFrontccc.jpg,Tokimeki Memorial: Taisen Tokkaedama,PS,Puzzle,Konami,Konami,,,,,,,1997-06-19, -/games/boxart/full_6936837AmericaFrontccc.jpg,Toon-Doku,DS,Puzzle,Majesco,Dragon's Den Unlimted,,,,,,,2007-04-16, -/games/boxart/full_toontime-in-the-classroom_5AmericaFront.jpg,ToonTime ...in the classroom,3DO,Puzzle,3DO,Videoact V LC,,,,,,,1994-01-01, -/games/boxart/full_1394982AmericaFrontccc.jpg,Totem,XBL,Puzzle,Microsoft,Fervent Interactive,,,,,,,2008-11-17, -/games/boxart/full_4823997AmericaFrontccc.jpg,Toxic,XBL,Puzzle,Microsoft,BaracusJr,,,,,,,2009-01-18, -/games/boxart/full_toys_991PALFront.jpg,Toys,PS,Puzzle,Phoenix Games,The Code Monkeys,,,,,,,2003-01-01, -/games/boxart/default.jpg,Tractor Tom's Puzzle Farm,WW,Puzzle,Unknown,Alten8,,,,,,,, -/games/boxart/default.jpg,Trailblaze: Puzzle Incinerator,DSiW,Puzzle,Nintendo,Nintendo,,,,,,,2010-09-10, -/games/boxart/full_3920841PALFrontccc.jpg,Trailblazer,GIZ,Puzzle,Gizmondo Studios,Gizmondo Studios,,,,,,,2005-10-22, -/games/boxart/full_6986741AmericaFrontccc.jpg,Trajectile,DSiW,Puzzle,Nintendo,Q Games,6.7,,,,,,2010-01-04, -/games/boxart/full_trash-panic_289AmericaFront.jpg,Trash Panic,PSN,Puzzle,Sony Computer Entertainment,Sony Online Entertainment,6.8,,,,,,2009-06-04, -/games/boxart/full_4692116AmericaFrontccc.jpeg,TRI,PC,Puzzle,Rising Star Games,Rat King Entertainment,,,,,,,2015-01-01, -/games/boxart/default.jpg,Tribes of Mexica,XBL,Puzzle,Unknown,Incubator Games,,,,,,,, -/games/boxart/full_tricky-kick_2AmericaFront.jpg,Tricky Kick,PCE,Puzzle,IGS,Alfa System,,,,,,,1990-01-01, -/games/boxart/default.jpg,Trino,PC,Puzzle,ProjeX,ProjeX,,,,,,,2008-09-28, -/games/boxart/full_2440507AmericaFrontccc.jpg,Trino,XBL,Puzzle,Microsoft,TrinoTeam,,,,,,,2009-05-10, -/games/boxart/9714091ccc.jpg,Trip'd,3DO,Puzzle,Panasonic Interactive Media,Warp,,,,,,,1995-01-01, -/games/boxart/4003370ccc.jpg,Troddlers,SNES,Puzzle,Seika,Atod,,,,,,,1993-10-01, -/games/boxart/full_trog_798AmericaFront.jpg,Trog!,NES,Puzzle,Acclaim Entertainment,Visual Concepts,,,,,,,1991-10-01, -/games/boxart/full_5435041AmericaFrontccc.jpg,Trolls on Treasure Island,NES,Puzzle,American Video Entertainment,American Video Entertainment,,,,,,,1994-01-01, -/games/boxart/default.jpg,Tropix,PC,Puzzle,Unknown,Mumbo Jumbo,,,,,,,, -/games/boxart/full_trouballs_744AmericaFront.jpg,Trouballs,GB,Puzzle,Capcom,Paragon 5,,,,,,,2001-10-02, -/games/boxart/full_1117879AmericaFrontccc.jpg,Tulpa,PC,Puzzle,Rising Star Games,Rising Star Games,,,,,,,2015-01-29, -/games/boxart/full_7345367AmericaFrontccc.jpg,Tulpa,OSX,Puzzle,Rising Star Games,Rising Star Games,,,,,,,2015-01-29, -/games/boxart/full_2938281AmericaFrontccc.jpg,Tulpa,Linux,Puzzle,Rising Star Games,Rising Star Games,,,,,,,2015-01-29, -/games/boxart/full_tumble_5AmericaFront.jpg,Tumble,PSN,Puzzle,Sony Computer Entertainment,Supermassive Games Ltd.,7.2,,,,,,2010-09-14, -/games/boxart/full_tumblebugs_610AmericaFront.jpg,Tumblebugs,PC,Puzzle,Mumbo Jumbo,Wildfire Studios,,,,,,,2005-01-01, -/games/boxart/full_1378165AmericaFrontccc.jpg,Tumblebugs 2,WW,Puzzle,Gameshastra,Gameshastra Inc.,,,,,,,2010-02-01, -/games/boxart/full_turba_356AmericaFront.jpg,Turba,PC,Puzzle,Unknown,Binary Takeover LLC,,,,,,,2010-07-06, -/games/boxart/full_5263675AmericaFrontccc.png,Turky's Date,And,Puzzle,Unknown,Unknown,,,,,,,2014-07-22, -/games/boxart/full_919783AmericaFrontccc.jpg,Turnabout,PS,Puzzle,Natsume,ArtDink,,,,,,,2003-05-01, -/games/boxart/full_9480584JapanFrontccc.jpg,Twin Puzzle: Kisekae Wanko EX/Rainbow Magic 2,GBA,Puzzle,Culture Brain,Culture Brain,,,,,,,2004-12-17, -/games/boxart/full_3460100JapanFrontccc.jpg,TwinBee Taisen Puzzle Dama,PS,Puzzle,Konami,Konami,,,,,,,1994-12-09, -/games/boxart/3073808ccc.jpg,Twisted: The Game Show,3DO,Puzzle,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/full_1320507AmericaFrontccc.jpg,Txingurri,XBL,Puzzle,Microsoft,RIC,,,,,,,2009-11-24, -/games/boxart/full_upp_94JapanFront.jpg,U.P.P.,PS,Puzzle,Panther Software,Panther Software,,,,,,,1998-09-17, -/games/boxart/full_upp_391JapanFront.jpg,U.P.P.,PSN,Puzzle,Unknown,Panther Software,,,,,,,2011-03-09, -/games/boxart/full_ubongo_626AmericaFront.jpg,Ubongo,PC,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2010-11-01, -/games/boxart/full_ubongo_913AmericaFront.jpg,Ubongo,DSiW,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2011-04-25, -/games/boxart/full_ubongo_22AmericaFront.jpg,Ubongo,WW,Puzzle,Korner Entertainment,Korner Entertainment SL,,,,,,,2011-06-06, -/games/boxart/full_779569JapanFrontccc.jpg,Ugoku E Ver. 2.0: Aryol,SNES,Puzzle,Altron,Altron,,,,,,,1994-08-05, -/games/boxart/full_8684101AmericaFrontccc.jpg,Ultimate Pocket Games,GBA,Puzzle,Telegames,"Telegames, Inc.",,,,,,,2006-03-01, -/games/boxart/full_ultimate-qix_7AmericaFront.jpg,Ultimate Qix,GEN,Puzzle,Taito,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/full_6653225JapanFrontccc.jpg,Umihara Kawase,SNES,Puzzle,TNN,TNN,,,,,,,1994-12-23, -/games/boxart/full_3712872JapanFrontccc.jpg,Umihara Kawase Portable,PSP,Puzzle,Marvelous Interactive,Marvelous Interactive,,,,,,,2008-03-27, -/games/boxart/full_947269JapanFrontccc.jpg,Umihara Kawase Shun,PS,Puzzle,Xing Entertainment,Jack Pot,,,,,,,1997-02-28, -/games/boxart/full_3986661JapanFrontccc.jpg,Umihara Kawase Shun: Second Edition,PS,Puzzle,Xing Entertainment,Jack Pot / Clary,,,,,,,2000-01-20, -/games/boxart/full_8710554AmericaFrontccc.jpg,UNCHARTED: Fortune Hunter,iOS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-05-05,2018-04-07 -/games/boxart/default.jpg,Unkichi,GIZ,Puzzle,Unknown,"ACE Technology Co., Ltd.",,,,,,,, -/games/boxart/full_498578AmericaFrontccc.jpg,Unmechanical,PSV,Puzzle,Grip Games,Grip Games,,,,,,,2016-01-01, -/games/boxart/full_1570966AmericaFrontccc.jpg,Unmechanical,XOne,Puzzle,Grip Games,Grip Games,,,,,,,2015-01-30, -/games/boxart/full_5875391AmericaFrontccc.jpg,Unmechanical,And,Puzzle,Teotl Studios,Grip Games,,,,,,,2012-08-09, -/games/boxart/full_8020106AmericaFrontccc.jpg,Unmechanical,PS4,Puzzle,Grip Games,Grip Games,,,,,,,2015-02-10, -/games/boxart/full_1992662AmericaFrontccc.jpg,Unmechanical,PS3,Puzzle,Grip Games,Grip Games,,,,,,,2015-02-10, -/games/boxart/default.jpg,UpBot Goes Up,XBL,Puzzle,Unknown,IshiEiketsu,,,,,,,, -/games/boxart/full_5257937AmericaFrontccc.jpeg,Uptasia,PC,Puzzle,Unknown,Unknown,,,,,,,2014-07-09, -/games/boxart/full_5277988JapanFrontccc.jpg,V-Tetris,VB,Puzzle,Bullet Proof Software,Locomotive Games,,,,,,,1995-08-25, -/games/boxart/full_5391989AmericaFrontccc.png,Vane,PC,Puzzle,Friend & Foe,Friend & Foe,,,,,,,2016-01-01, -/games/boxart/full_8374116PALFrontccc.png,Vector TD,PSN,Puzzle,Candystand,Candystand.com,,,,,,,2010-03-04, -/games/boxart/full_8177769AmericaFrontccc.jpg,Velocity,XBL,Puzzle,Microsoft,AxB,,,,,,,2009-09-19, -/games/boxart/full_7206993AmericaFrontccc.png,VEMPIRE,PSN,Puzzle,Impressions Games,Impressionware SRL,,,,,,,2009-10-21, -/games/boxart/full_venice-deluxe_501AmericaFront.jpg,Venice Deluxe,PC,Puzzle,PopCap Games,Retro64,,,,,,,2007-06-26, -/games/boxart/full_1667622JapanFrontccc.jpg,Vermin Kids,PS,Puzzle,Electronic Arts Victor,Nexton,,,,,,,1996-11-01, -/games/boxart/default.jpg,Vertical Numbers,GIZ,Puzzle,Unknown,Jurgen Honigl,,,,,,,, -/games/boxart/full_6386677AmericaFrontccc.jpg,Vid Grid,AJ,Puzzle,Atari,High Voltage Software,,,,,,,1995-01-01, -/games/boxart/default.jpg,Vinnie's Tomb,PC,Puzzle,Unknown,Reldni Productions,,,,,,,, -/games/boxart/full_3788869JapanFrontccc.jpg,Virtual Lab,VB,Puzzle,J-Wing,J-Wing,,,,,,,1995-12-08, -/games/boxart/full_vizati_556AmericaFront.jpg,Vizati,PC,Puzzle,Unknown,Different Pixel,,,,,,,2010-06-11, -/games/boxart/full_vizati_884AmericaFront.jpg,Vizati,XBL,Puzzle,Microsoft,Blitz1UP,,,,,,,2011-07-03, -/games/boxart/full_voodoo-dice_46AmericaFront.jpg,Voodoo Dice,PC,Puzzle,Ubisoft,Exkee,,,,,,,2010-07-15, -/games/boxart/full_5658324AmericaFrontccc.jpg,Voodoo Dice,WW,Puzzle,Ubisoft,Exkee,,,,,,,2010-05-31, -/games/boxart/full_5676330AmericaFrontccc.jpg,Voodoo Dice,XBL,Puzzle,Ubisoft,Exkee,,,,,,,2010-05-26, -/games/boxart/full_voodoo-dice_5AmericaFront.jpg,Voodoo Dice,PSN,Puzzle,Ubisoft,Exkee,,,,,,,2010-05-26, -/games/boxart/full_1674224JapanFrontccc.jpg,Wagamama * Fairy: Mirumo de Pon! Taisen Mahoudama,GBA,Puzzle,Konami,Konami,,,,,,,2003-09-11, -/games/boxart/full_5842089PALFrontccc.png,Wakugumi: Monochrome Puzzle,DSiW,Puzzle,Nintendo,Mitchell,,,,,,,2009-10-16, -/games/boxart/full_6496662AmericaFrontccc.jpg,War Ships,XBL,Puzzle,Microsoft,Sevcikus,,,,,,,2009-09-23, -/games/boxart/full_8843590AmericaFrontccc.jpg,Wario Blast: Featuring Bomberman!,GB,Puzzle,Nintendo,Hudson Soft,,,,,,,1994-11-01, -/games/boxart/321370ccc.jpg,Wario's Woods,NES,Puzzle,Nintendo,Nintendo,,,,,,,1994-12-10, -/games/boxart/full_1423472AmericaFrontccc.jpg,Wario's Woods,VC,Puzzle,Nintendo,Nintendo,7.5,,,,,,2006-11-19, -/games/boxart/full_3636966AmericaFrontccc.jpg,Wario's Woods,SNES,Puzzle,Nintendo,Intelligent Systems,,,,,,,1993-12-10, -/games/boxart/full_wedding-peach_7JapanFront.jpg,Wedding Peach: Jamapii Panic,GB,Puzzle,KSS,Atelier Double,,,,,,,1995-12-08, -/games/boxart/full_weird-park-broken-tune_853AmericaFront.jpg,Weird Park: Broken Tune,PC,Puzzle,Unknown,"Alawar Entertainment, Inc.",,,,,,,2011-10-26,2019-05-03 -/games/boxart/full_6972440PALFrontccc.jpg,Wetrix,GB,Puzzle,Infogrames,Zed Two Limited,,,,,,,2000-09-29, -/games/boxart/full_8665163AmericaFrontccc.jpg,Wetrix,PC,Puzzle,Ocean,Zed Two Limited,,,,,,,1998-01-01, -/games/boxart/7209832ccc.jpg,Wetrix+,DC,Puzzle,Xicat Interactive,Zed Two Limited,,,,,,,2000-01-01, -/games/boxart/full_5502753AmericaFrontccc.jpg,What The?!,XBL,Puzzle,Microsoft,Social Loner Studios,,,,,,,2009-05-18, -/games/boxart/4645000ccc.jpg,Where in the World is Carmen Sandiego? Deluxe Edition,PC,Puzzle,Broderbund,"Brøderbund Software, Inc.",,,,,,,1990-12-31, -/games/boxart/full_where-is-my-heart_464PALFront.jpg,Where is my Heart?,PSN,Puzzle,Unknown,Copenhagen Game Collective,7.5,,,,,,2011-11-22, -/games/boxart/6674944ccc.jpg,Where's Waldo?,NES,Puzzle,THQ,Bethesda Softworks,,,,,,,1991-09-01, -/games/boxart/full_8278891AmericaFrontccc.jpg,Wheres My Water? Featuring XYY,PC,Puzzle,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-04-17, -/games/boxart/full_3035617AmericaFrontccc.jpg,Wheres My Water? Featuring XYY,And,Puzzle,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-04-17, -/games/boxart/full_7859074AmericaFrontccc.jpg,Wheres My Water? Featuring XYY,WinP,Puzzle,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-04-17, -/games/boxart/269984ccc.jpg,Who Wants to Be a Millionaire? 2nd Edition,GB,Puzzle,THQ,Valleycrest Productions,,,,,,,2000-09-25, -/games/boxart/4152974ccc.jpg,Wild Snake,GB,Puzzle,Spectrum Holobyte,Manley and Assocates Inc.,,,,,,,1994-09-01, -/games/boxart/full_1318096AmericaFrontccc.jpg,Wild Snake,SNES,Puzzle,Spectrum Holobyte,Manley and Associates Inc.,,,,,,,1994-09-01, -/games/boxart/full_6498AmericaFrontccc.jpg,"Win, Lose or Draw",NES,Puzzle,Hi Tech Expressions,RSP,,,,,,,1990-03-01, -/games/boxart/full_7623318AmericaFrontccc.jpg,Wind and Water: Puzzle Battles,DC,Puzzle,RedSpot Games,Yuan Works,,,,,,,2008-11-01, -/games/boxart/full_3260455AmericaFrontccc.jpg,Windosill,PC,Puzzle,Unknown,Vectorpark,,,,,,,2009-05-26, -/games/boxart/default.jpg,Witch's Curse 2,PC,Puzzle,Avanquest,Gogii Games,,,,,,,2011-10-28, -/games/boxart/full_woody-pop_222AmericaFront.jpg,Woody Pop,GG,Puzzle,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_woody-pop-shinjinrui-no-block-kuzushi_7JapanFront.jpg,Woody Pop: Shinjinrui no Block Kuzushi,MS,Puzzle,Sega,Sega,,,,,,,1987-03-15, -/games/boxart/full_word-mania-2_254AmericaFront.jpg,Word Mania 2,PC,Puzzle,eGames,Encore Software,,,,,,,2008-09-08, -/games/boxart/full_4463175AmericaFrontccc.jpg,Word Puzzle,XBL,Puzzle,Microsoft,InterServ International Inc.,,,,,,,2007-11-07, -/games/boxart/full_1911809AmericaFrontccc.jpg,Word Searcher,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-01-11, -/games/boxart/full_2432584AmericaFrontccc.jpg,Word Searcher,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2009-10-05, -/games/boxart/full_word-searcher-4_105AmericaFront.jpg,Word Searcher 4,DSiW,Puzzle,Unknown,Digital Leisure Inc.,,,,,,,2020-12-31, -/games/boxart/full_word-searcher-deluxe_83AmericaFront.jpg,Word Searcher Deluxe,WW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-04-25, -/games/boxart/full_word-searcher-ii_137AmericaFront.jpg,Word Searcher II,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-01-03, -/games/boxart/full_word-searcher-3_793AmericaFront.jpg,Word Searcher III,DSiW,Puzzle,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2011-05-16, -/games/boxart/full_4062359AmericaFrontccc.jpg,Word Soup,XBL,Puzzle,Microsoft,Fuzzy Bug,,,,,,,2008-11-13, -/games/boxart/8579680ccc.jpg,Word Zap,GB,Puzzle,Jaleco,Realtime Associates,,,,,,,1992-09-01, -/games/boxart/default.jpg,Wordsnake,WW,Puzzle,Unknown,Alten8,,,,,,,, -/games/boxart/719148ccc.gif,Wordsnake,DS,Puzzle,Unknown,Pixel Magick,,,,,,,, -/games/boxart/full_wordtris_589PALFront.jpg,Wordtris,PC,Puzzle,Spectrum Holobyte,"Armenica, Inc.",,,,,,,1991-01-01, -/games/boxart/full_wordtris_983AmericaFront.jpg,Wordtris,GB,Puzzle,Spectrum Holobyte,Realtime Associates,,,,,,,1992-11-01, -/games/boxart/full_wordtris_700AmericaFront.jpg,Wordtris,SNES,Puzzle,Spectrum Holobyte,Sphere,,,,,,,1992-11-01, -/games/boxart/full_7438294AmericaFrontccc.jpg,Wordzy,XBL,Puzzle,Microsoft,supps,,,,,,,2009-04-25, -/games/boxart/full_3213297AmericaFrontccc.jpg,World of Goo,WW,Puzzle,2D Boy,2D Boy,9.2,,,,,,2008-10-13, -/games/boxart/full_9056146AmericaFrontccc.jpg,Worms Blast,PC,Puzzle,Ubisoft,Team17 Software,,,,,,,2002-10-23, -/games/boxart/full_567594AmericaFrontccc.jpg,Worms Blast,PS2,Puzzle,Ubisoft,Team17 Software,,,,,,,2003-01-01, -/games/boxart/4269745ccc.jpg,Worms Blast,GBA,Puzzle,Ubisoft,Team17 Software,,,,,,,2002-01-01, -/games/boxart/full_3476073JapanFrontccc.jpg,Wrecking Crew '98,SNES,Puzzle,Nintendo,Pax Softonica,,,,,,,1998-05-23, -/games/boxart/default.jpg,Written Legends: Nightmare at Sea,PC,Puzzle,Big Fish Games,Vast Studios,,,,,,,2013-02-04, -/games/boxart/full_7763497AmericaFrontccc.jpg,WTF: Work Time Fun,PSN,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2009-09-24, -/games/boxart/full_8471627AmericaFrontccc.jpg,XCross,XBL,Puzzle,Microsoft,ralph78fr,,,,,,,2009-09-29, -/games/boxart/full_xi-sai-little_5JapanFront.jpg,XI [sai] Little,WS,Puzzle,Bandai,MBI,,,,,,,2001-12-20, -/games/boxart/full_xmas-puzzle_205AmericaFront.jpg,Xmas Puzzle,WW,Puzzle,Unknown,EnjoyUp Games,,,,,,,2011-12-01, -/games/boxart/full_6384477JapanFrontccc.jpg,Yamada Yuusuke World Puzzle: Bokura no 48 Jikan Sensou,PSP,Puzzle,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2009-11-26, -/games/boxart/full_yard-sale-hidden-treasures-sunnyville_5AmericaFront.png,Yard Sale Hidden Treasures: Sunnyville,PC,Puzzle,Big Fish Games,Slapdash Games,,,,,,,2008-08-10, -/games/boxart/full_yard-sale-hidden-treasures-sunnyville_2AmericaFront.jpg,Yard Sale Hidden Treasures: Sunnyville,WW,Puzzle,Konami,Konami,,,,,,,2010-06-14, -/games/boxart/9074452ccc.jpg,Yogi Bear: Great Balloon Blast,GB,Puzzle,BAM! Entertainment,Jorudan,,,,,,,2000-12-17, -/games/boxart/full_yohoho-puzzle-pirates_717AmericaFront.jpg,Yohoho! Puzzle Pirates,PC,Puzzle,Ubisoft,Three Rings Design,8.3,,,,,,2003-12-08, -/games/boxart/5500519ccc.jpg,Yoshi,VC,Puzzle,Nintendo,Game Freak,,,,,,,2007-07-09, -/games/boxart/full_3811656AmericaFrontccc.jpg,Yoshi's Cookie,VC,Puzzle,Nintendo,Bullet Proof Software,,,,,,,2008-04-07, -/games/boxart/full_1329487AmericaFrontccc.jpg,Yoshi's Cookie,SNES,Puzzle,Bullet Proof Software,Bullet Proof Software,,,,,,,1993-06-01, -/games/boxart/full_7858230AmericaFrontccc.jpg,Yosumin!,PC,Puzzle,Square Enix,Square Enix,,,,,,,2009-05-26, -/games/boxart/full_1765626AmericaFrontccc.jpg,Yosumin! Live,XBL,Puzzle,Square Enix,Square Enix,6,,,,,,2009-05-27, -/games/boxart/full_5627555AmericaFrontccc.jpg,"YOU, ME, and the CUBES",WW,Puzzle,Nintendo,fyto,,,,,,,2009-09-21, -/games/boxart/full_youda-farmer_143PALFront.jpg,Youda Farmer,PC,Puzzle,Unknown,Youda Games,,,,,,,2009-02-26, -/games/boxart/full_5537820PALFrontccc.jpg,YoYo's Puzzle Park,PS,Puzzle,JVC,Irem Software Engineering,,,,,,,1999-04-01, -/games/boxart/full_yukkuri-tanoshimu-otona-no-jigsaw-puzzle-ds-sekai-no-meiga-1-renaissance-baroque-no-kyoshou_6JapanFront.jpg,"Yukkuri Tanoshimu Otona no Jigsaw Puzzle DS: Sekai no Meiga 1: Renaissance, Baroque no Kyoshou",DS,Puzzle,Interchannel-Holon,Interchannel-Holon,,,,,,,2007-05-17, -/games/boxart/full_yukkuri-tanoshimu-otona-no-jigsaw-puzzle-ds-sekai-no-meiga-2-inshou-ha-kouki-inshou-ha-no-kyoshou_6JapanFront.jpg,"Yukkuri Tanoshimu Otona no Jigsaw Puzzle DS: Sekai no Meiga 2: Inshou-ha, Kouki Inshou-ha no Kyoshou",DS,Puzzle,Interchannel-Holon,Interchannel-Holon,,,,,,,2007-05-17, -/games/boxart/full_7398480AmericaFrontccc.jpg,Yumsters! 2: Around the World!,PC,Puzzle,KranX Productions,KranX Productions,,,,,,,2008-07-23, -/games/boxart/full_4084687AmericaFrontccc.png,ZaciSa's Last Stand,WiiU,Puzzle,ZeNfA Productions,ZeNfA Productions,,,,,,,2014-07-03, -/games/boxart/default.jpg,Zenerchi,PC,Puzzle,PlayFirst,Red Rocket Games,,,,,,,2009-08-13, -/games/boxart/full_7403037AmericaFrontccc.jpg,Zenses: Zen Garden,DS,Puzzle,Unknown,Shin'en,,,,,,,, -/games/boxart/full_zipang_3JapanFront.jpg,Zipang,PCE,Puzzle,Pack-In-Video,ARC Co. Ltd,,,,,,,1990-12-14, -/games/boxart/full_6713538AmericaFrontccc.jpg,Ziro,PC,Puzzle,Kokakiki,Eipix Entertainment,,,,,,,2009-11-28, -/games/boxart/full_2461340AmericaFrontccc.jpeg,Zombie Solitaire,PC,Puzzle,"oeFun, Inc.",Unknown,,,,,,,2013-11-15, -/games/boxart/default.jpg,Zoo Block,GB,Puzzle,Sachen,sachen,,,,,,,1990-01-01, -/games/boxart/full_9806407PALFrontccc.jpg,ZooCube,PS2,Puzzle,Midas Interactive Entertainment,PuzzleKings,,,,,,,2006-07-21, -/games/boxart/default.jpg,Zooloretto,Wii,Puzzle,Unknown,U&I Entertainment,,,,,,,, -/games/boxart/default.jpg,Zooloretto,DS,Puzzle,Unknown,U&I Entertainment,,,,,,,, -/games/boxart/9875662ccc.gif,Zooo,GBA,Puzzle,Ignition Entertainment,Success,7,,,,,,2006-01-17, -/games/boxart/full_4013439AmericaFrontccc.jpg,Zoop,PC,Puzzle,Viacom,Hookstone Productions,,,,,,,1995-09-30, -/games/boxart/full_7840621AmericaFrontccc.jpg,Zoop,GG,Puzzle,Viacom,Hookstone Productions,,,,,,,1995-01-01, -/games/boxart/full_570857AmericaFrontccc.jpg,Zoop,SNES,Puzzle,Viacom,Hookstone Productions,,,,,,,1995-01-01, -/games/boxart/8859557ccc.jpg,Zoop,GEN,Puzzle,Viacom,Panelcomp,,,,,,,1995-01-01, -/games/boxart/full_5590255AmericaFrontccc.jpg,Zoop,GB,Puzzle,Yanoman,Hookstone Productions,,,,,,,1995-11-05, -/games/boxart/full_3516025JapanFrontccc.jpg,Zoop,SAT,Puzzle,MediaQuest,Hookstone Productions,,,,,,,1996-11-29, -/games/boxart/7783730ccc.jpg,Zoop,AJ,Puzzle,Atari,Hookstone Productions,,,,,,,1996-01-01, -/games/boxart/full_zuma_6AmericaFront.jpg,Zuma,PSN,Puzzle,Sony Online Entertainment,PopCap Games,8,,,,,,2009-02-19, -/games/boxart/full_zuma_2AmericaFront.jpg,Zuma,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2003-12-08, -/games/boxart/full_zuma-psp_7AmericaFront.png,Zuma (PSP),PSN,Puzzle,Sony Online Entertainment,PopCap Games,,,,,,,2010-08-24, -/games/boxart/full_1817482AmericaFrontccc.jpg,Zuma Deluxe,PC,Puzzle,Mumbo Jumbo,PopCap Games,,,,,,,2004-04-15, -/games/boxart/full_zuma-deluxe_411AmericaFront.jpg,Zuma Deluxe,XBL,Puzzle,Microsoft,Oberon Media,7.4,,,,,,2005-11-22, -/games/boxart/full_4776672AmericaFrontccc.jpg,Zuma's Revenge! - Adventure,PC,Puzzle,PopCap Games,PopCap Games,,,,,,,2009-09-30, -/games/boxart/default.jpg,aMAZE Frozen,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Gears,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,BAFF Halloween,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Bitcoin Collector,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Choco Pixel X,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Chocolate makes you happy 2,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Chocolate makes you happy 3,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Chocolate makes you happy 6,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Chocolate makes you happy: New Year,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,2010: The Graphic Action Game,CV,Puzzle,Unknown,Coleco,,,,,,,,2021-10-18 -/games/boxart/default.jpg,3Souls,WiiU,Puzzle,Unknown,Red Column,,,,,,,,2020-08-19 -/games/boxart/full_5298205AmericaFrontccc.jpg,7th Sector,PC,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-03-05,2020-01-23 -/games/boxart/full_1362239AmericaFrontccc.jpg,7th Sector,PS4,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-02-05,2020-01-23 -/games/boxart/full_8541952AmericaFrontccc.jpg,7th Sector,XOne,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-02-05,2020-01-23 -/games/boxart/full_3893099AmericaFrontccc.jpg,7th Sector,NS,Puzzle,Sometimes You,Sergey Noskov,,,,,,,2020-02-05,2020-01-23 -/games/boxart/full_5387990AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,PS4,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 -/games/boxart/full_1330691AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,PS5,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 -/games/boxart/full_6982024AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,XOne,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 -/games/boxart/full_8813583AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,XS,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 -/games/boxart/full_6714596AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,NS,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 -/games/boxart/full_6216106AmericaFrontccc.jpg,A Boy and His Blob: Retro Collection,PC,Puzzle,Unknown,Limited Run Games,,,,,,,,2023-12-26 -/games/boxart/full_5747046AmericaFrontccc.jpg,A Little To The Left,PC,Puzzle,Unknown,Max Inferno,,,,,,,,2021-06-13 -/games/boxart/full_1099660AmericaFrontccc.png,A Normal Lost Phone,NS,Puzzle,Plug In Digital,Accidental Queens,,,,,,,2018-03-01,2019-04-21 -/games/boxart/full_3608355AmericaFrontccc.jpg,A-Men,PC,Puzzle,Bloober Team,Bloober Team,,,,,,,2014-01-25,2019-07-15 -/games/boxart/full_1126728AmericaFrontccc.jpg,A-Men,PS3,Puzzle,Unknown,Bloober Team,,,,,,,,2019-07-15 -/games/boxart/full_3352000AmericaFrontccc.png,ACA NEOGEO Gururin,NS,Puzzle,Hamster Corporation,FACE,,,,,,,2018-04-12,2018-08-05 -/games/boxart/full_255633AmericaFrontccc.jpeg,ACA NEOGEO Gururin,XOne,Puzzle,Hamster Corporation,FACE,,,,,,,2018-04-12,2018-08-05 -/games/boxart/full_9095808AmericaFrontccc.jpeg,ACA NEOGEO Gururin,PS4,Puzzle,Hamster Corporation,FACE,,,,,,,2018-06-08,2018-08-05 -/games/boxart/full_8954985AmericaFrontccc.png,ACA NEOGEO MAGICAL DROP II,NS,Puzzle,Hamster Corporation,Data East,,,,,,,2017-06-29,2018-08-05 -/games/boxart/full_1458959AmericaFrontccc.png,ACA NEOGEO MAGICAL DROP II,PS4,Puzzle,Hamster Corporation,Data East,,,,,,,2017-06-20,2018-04-02 -/games/boxart/full_7564144AmericaFrontccc.jpg,ACA NEOGEO MAGICAL DROP II,XOne,Puzzle,Hamster Corporation,Data East,,,,,,,2017-06-15,2018-04-02 -/games/boxart/full_5748871AmericaFrontccc.png,ACA NEOGEO MAGICAL DROP III,NS,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2018-02-22,2018-03-28 -/games/boxart/full_548418AmericaFrontccc.jpeg,ACA NEOGEO MAGICAL DROP III,XOne,Puzzle,Hamster Corporation,Data East,,,,,,,2018-02-22,2018-04-01 -/games/boxart/full_8649760AmericaFrontccc.jpeg,ACA NEOGEO MAGICAL DROP III,PS4,Puzzle,Hamster Corporation,Data East,,,,,,,2018-06-06,2018-08-05 -/games/boxart/full_9027041AmericaFrontccc.png,ACA NEOGEO Money Puzzle Exchanger,NS,Puzzle,Hamster Corporation,FACE,,,,,,,2018-06-28,2018-08-05 -/games/boxart/full_2360143AmericaFrontccc.jpeg,ACA NEOGEO Money Puzzle Exchanger,XOne,Puzzle,Hamster Corporation,FACE,,,,,,,2018-06-28,2018-08-05 -/games/boxart/full_3510580AmericaFrontccc.png,ACA NEOGEO PUZZLED,NS,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2017-08-24,2018-04-04 -/games/boxart/full_6876824AmericaFrontccc.png,ACA NEOGEO PUZZLED,PS4,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2017-08-31,2018-04-03 -/games/boxart/full_5826584AmericaFrontccc.jpg,ACA NEOGEO PUZZLED,XOne,Puzzle,Hamster Corporation,SNK Corporation,,,,,,,2017-08-24,2018-04-03 -/games/boxart/full_2872684AmericaFrontccc.png,Agent A: A puzzle in disguise,NS,Puzzle,Yak & Co,Yak & Co,,,,,,,2019-08-29,2018-11-14 -/games/boxart/full_7867676AmericaFrontccc.jpg,Akin Vol 2,PC,Puzzle,ThinkOfGames,ThinkOfGames,,,,,,,2017-07-13,2019-04-09 -/games/boxart/default.jpg,aMAZE 2,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE ABC,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Christmas,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Classic,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Classic: Inverted,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Dark Times,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Double,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Gears 3,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE Untouchable,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE ZER0,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,aMAZE: Halloween,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/full_894878AmericaFrontccc.jpg,American Arcadia,PC,Puzzle,Unknown,Out of the Blue Games,,,,,,,,2023-11-16 -/games/boxart/full_2519958AmericaFrontccc.jpg,American Arcadia,PS4,Puzzle,Unknown,Out of the Blue Games,,,,,,,,2023-11-16 -/games/boxart/full_77883AmericaFrontccc.jpg,American Arcadia,XOne,Puzzle,Unknown,Out of the Blue Games,,,,,,,,2023-11-16 -/games/boxart/full_8149538PALFrontccc.jpg,Angry Birds Trilogy,3DS,Puzzle,Unknown,Exient Entertainment,,,,,,,,2022-08-13 -/games/boxart/full_4894815AmericaFrontccc.jpg,Angry Birds Trilogy,WiiU,Puzzle,"Activision Publishing, Inc.",Rovio Mobile Ltd.,,,,,,,2013-08-13,2018-10-27 -/games/boxart/full_2393598AmericaFrontccc.jpg,Angry Birds Trilogy,Wii,Puzzle,"Activision Publishing, Inc.",Rovio Mobile Ltd.,,,,,,,2013-08-13,2018-10-27 -/games/boxart/default.jpg,Animal Gods,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7842884AmericaFrontccc.png,Animated Jigsaws: Beautiful Japanese Scenery,NS,Puzzle,Rainy Frog,Dico/BottleCube,,,,,,,2018-04-05,2018-03-23 -/games/boxart/default.jpg,ARCADE GAME SERIES Dig-Dug,PC,Puzzle,Unknown,Bandai Namco Games,,,,,,,,2017-12-31 -/games/boxart/default.jpg,Arcade Game Series: Pac-Man,PC,Puzzle,Unknown,Bandai Namco Games,,,,,,,,2017-12-31 -/games/boxart/full_8151188JapanFrontccc.jpg,Asonde Shogi ga Tsuyoku Naru Ginsei Shogi DX,3DS,Puzzle,Silver Star Japan,Silver Star,,,,,,,2015-07-30,2018-10-09 -/games/boxart/full_4743404JapanFrontccc.jpg,Asonde Shogi ga Tsuyoku Naru Ginsei Shogi DX,NS,Puzzle,Silver Star Japan,Silver Star,,,,,,,2017-12-14,2018-10-09 -/games/boxart/full_7237626AmericaFrontccc.jpg,ATONE: Heart of the Elder Tree,NS,Puzzle,Unknown,Wildboy Studios,,,,,,,,2023-02-05 -/games/boxart/full_4168782AmericaFrontccc.jpg,ATONE: Heart of the Elder Tree,PC,Puzzle,Unknown,Wildboy Studios,,,,,,,,2023-02-05 -/games/boxart/full_7235969AmericaFrontccc.jpg,ATONE: Heart of the Elder Tree,PS4,Puzzle,Unknown,Wildboy Studios,,,,,,,,2023-02-05 -/games/boxart/full_1729891AmericaFrontccc.png,Azkend 2: The World Beneath,NS,Puzzle,10tons,10tons Ltd,,,,,,,2018-01-12,2018-01-18 -/games/boxart/default.jpg,Back to Bed,WiiU,Puzzle,Unknown,Bedtime Digital Games,,,,,,,,2020-08-25 -/games/boxart/full_7247163AmericaFrontccc.png,Back to Bed,XOne,Puzzle,Bedtime Digital Games,Bedtime Digital Games,,,,,,,2014-10-20,2019-05-14 -/games/boxart/full_3337661AmericaFrontccc.png,Back to Bed,NS,Puzzle,2Awesome Studio,Bedtime Digital Games,,,,,,,2019-04-11,2019-05-14 -/games/boxart/full_1973910AmericaFrontccc.png,Baseball Riot,NS,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2018-01-19,2018-02-05 -/games/boxart/default.jpg,Bitcoin Collector: Spinners Attack,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/full_4830615AmericaFrontccc.png,Blok Drop X Twisted Fusion,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2014-12-18,2018-01-07 -/games/boxart/default.jpg,Bomb Squad,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-09-14,2018-01-13 -/games/boxart/default.jpg,Bomberman Panic Bomber,WiiU,Puzzle,Unknown,Konami,,,,,,,,2020-08-25 -/games/boxart/full_4169471AmericaFrontccc.png,Boost Beast,NS,Puzzle,Arc System Works,Arc System Works,,,,,,,2017-07-20,2018-03-02 -/games/boxart/full_9013128AmericaFrontccc.jpg,Botany Manor,XS,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 -/games/boxart/full_9334183AmericaFrontccc.jpg,Botany Manor,NS,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 -/games/boxart/full_623034AmericaFrontccc.jpg,Botany Manor,PC,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 -/games/boxart/full_8749142AmericaFrontccc.jpg,Botany Manor,XOne,Puzzle,Unknown,Balloon Studios,,,,,,,,2023-12-04 -/games/boxart/full_9991882AmericaFrontccc.jpg,BOX BOY! + BOX GIRL!,NS,Puzzle,Nintendo,HAL Laboratory,,,,,,,2019-04-26,2020-04-11 -/games/boxart/default.jpg,BOX UP,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 -/games/boxart/default.jpg,BRICK RACE,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Bridge Constructor Playground,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_4185511AmericaFrontccc.jpg,Bridge Constructor: The Walking Dead,All,Puzzle,Headup Games,ClockStone,,,,,,,2020-11-19,2021-01-05 -/games/boxart/full_3003600AmericaFrontccc.jpg,Catherine Classic,PC,Puzzle,Sega,Atlus,,,,,,,2019-01-10,2019-01-29 -/games/boxart/full_9138565JapanFrontccc.jpg,Catherine: Full Body,PSV,Puzzle,Atlus,Atlus,,,,,,,2019-02-14,2019-04-08 -/games/boxart/full_6463219AmericaFrontccc.jpg,Catherine: Full Body,PS4,Puzzle,Atlus,Atlus,,,,,,,2019-09-03,2019-04-30 -/games/boxart/full_937489AmericaFrontccc.png,Catherine: Full Body,NS,Puzzle,Atlus,Atlus,,,,,,,2020-07-07,2020-03-30 -/games/boxart/default.jpg,Chocolate makes you happy,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Chocolate makes you happy 4,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Chocolate makes you happy 5,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Chocolate makes you happy 7,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/full_584889AmericaFrontccc.png,Color Bombs,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2015-10-22,2018-01-07 -/games/boxart/full_9529465AmericaFrontccc.png,Crashmo,3DS,Puzzle,Nintendo,Intelligent Systems,,,,,,,2012-11-22,2018-04-15 -/games/boxart/full_969310AmericaFrontccc.jpg,Crystal Crisis,NS,Puzzle,Nicalis,Nicalis,,,,,,,2019-03-21,2018-05-25 -/games/boxart/default.jpg,Crystal Crisis,PC,Puzzle,Unknown,Nicalis,,,,,,,,2019-07-31 -/games/boxart/default.jpg,Crystal Crisis,PS4,Puzzle,Unknown,Nicalis,,,,,,,,2019-08-13 -/games/boxart/default.jpg,Cubeshift,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_9393862PALFrontccc.jpg,Cyber Protocol,NS,Puzzle,RedDeerGames,RedDeerGames,,,,,,,2019-09-26,2022-04-18 -/games/boxart/full_19864AmericaFrontccc.png,D/Generation HD,NS,Puzzle,West Coast Software,West Coast Software,,,,,,,2018-03-27,2018-03-23 -/games/boxart/default.jpg,Data mining,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/default.jpg,Data mining 3,PC,Puzzle,Unknown,Blender Games,,,,,,,,2024-01-28 -/games/boxart/full_9179787AmericaFrontccc.jpg,Death Coming,PS4,Puzzle,Zodiac Interactive,NEXT Studios,,,,,,,2019-02-26,2019-04-20 -/games/boxart/full_6862272AmericaFrontccc.png,Death Coming,And,Puzzle,Unknown,NEXT Studios,,,,,,,,2019-04-20 -/games/boxart/full_8205225AmericaFrontccc.png,Death Coming,NS,Puzzle,Zodiac Interactive,NEXT Studios,,,,,,,2019-04-25,2019-04-20 -/games/boxart/full_8920390AmericaFrontccc.jpg,Defoliation,NS,Puzzle,Cosen,Cosen,,,,,,,2018-05-31,2018-06-21 -/games/boxart/full_4195320AmericaFrontccc.jpg,Degrees of Separation,PC,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 -/games/boxart/full_2211984AmericaFrontccc.jpg,Degrees of Separation,NS,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 -/games/boxart/full_1494185AmericaFrontccc.jpg,Degrees of Separation,XOne,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 -/games/boxart/full_3594188AmericaFrontccc.jpg,Degrees of Separation,PS4,Puzzle,Unknown,Moondrop,,,,,,,,2019-02-19 -/games/boxart/full_6955613AmericaFrontccc.jpeg,Deponia,PS4,Puzzle,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2016-11-15,2019-04-27 -/games/boxart/full_2938677AmericaFrontccc.jpeg,Deponia Doomsday,PS4,Puzzle,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2019-02-27,2019-04-27 -/games/boxart/default.jpg,Dinosaur Hunt Puzzle,PC,Puzzle,Unknown,Racing Bros,,,,,,,,2019-03-29 -/games/boxart/full_8672953AmericaFrontccc.png,Donut County,NS,Puzzle,Annapurna Interactive,Ben Esposito,,,,,,,2018-12-18,2018-12-14 -/games/boxart/full_8141513AmericaFrontccc.jpg,Dorfromantik,NS,Puzzle,Unknown,Toukana Interactive,,,,,,,,2022-11-18 -/games/boxart/full_5221796AmericaFrontccc.jpg,Dorfromantik,PC,Puzzle,Unknown,Toukana Interactive,,,,,,,,2022-11-18 -/games/boxart/full_3420508AmericaFrontccc.jpg,Down in Bermuda,XOne,Puzzle,Unknown,Yak & co,,,,,,,,2021-01-27 -/games/boxart/full_8564364AmericaFrontccc.jpg,Down in Bermuda,NS,Puzzle,Unknown,Yak & co,,,,,,,,2021-01-27 -/games/boxart/full_4976019AmericaFrontccc.jpg,Down in Bermuda,PC,Puzzle,Unknown,Yak & co,,,,,,,,2021-01-27 -/games/boxart/full_3643647PALFrontccc.jpg,Dr. Mario,VC,Puzzle,Nintendo,Nintendo,,,,,,,2014-03-27,2022-04-17 -/games/boxart/full_6378931AmericaFrontccc.png,Drop It: Block Paradise,WiiU,Puzzle,ZeNfA Productions,ZeNfA Productions,,,,,,,2019-12-25,2020-09-20 -/games/boxart/full_181019PALFrontccc.jpg,EDGE,WiiU,Puzzle,Two Tribes,Mobigame,,,,,,,2021-11-21,2022-04-17 -/games/boxart/full_4084533AmericaFrontccc.png,Enchanting Mahjong Match,NS,Puzzle,D3Publisher,Orgesta,,,,,,,2018-03-15,2018-03-23 -/games/boxart/full_1649984AmericaFrontccc.png,Energy Balance,NS,Puzzle,Sometimes You,Sometimes You,,,,,,,2018-01-16,2018-03-01 -/games/boxart/full_3271403AmericaFrontccc.png,Energy Cycle,NS,Puzzle,Evgeniy Kolpakov,Sometimes You,,,,,,,2017-12-25,2019-02-03 -/games/boxart/full_7960695AmericaFrontccc.png,Energy Invasion,NS,Puzzle,Evgeniy Kolpakov,Sometimes You,,,,,,,2018-01-11,2018-03-12 -/games/boxart/default.jpg,Enigmatis 2: The Mists Of Ravenwood,PS4,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2017-05-30,2018-09-10 -/games/boxart/full_9332822AmericaFrontccc.jpg,Enigmatis 2: The Mists Of Ravenwood,NS,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2018-05-25,2018-06-06 -/games/boxart/full_1293176AmericaFrontccc.jpg,Enigmatis 3: The Shadow Of Karkhala,PS4,Puzzle,Big Fish Games,Artifex Mundi sp. z o.o.,,,,,,,2018-04-06,2018-06-23 -/games/boxart/full_7773088AmericaFrontccc.jpg,Enigmatis: The Ghosts Of Maple Creek,PS4,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi sp. z o.o.,,,,,,,2017-01-24,2018-06-23 -/games/boxart/full_9146944AmericaFrontccc.jpg,Escape Academy,PS5,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 -/games/boxart/full_8964371AmericaFrontccc.jpg,Escape Academy,PS4,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 -/games/boxart/full_5221847AmericaFrontccc.jpg,Escape Academy,PC,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 -/games/boxart/full_3164335AmericaFrontccc.jpg,Escape Academy,XS,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 -/games/boxart/full_6099090AmericaFrontccc.jpg,Escape Academy,XOne,Puzzle,Unknown,Coin Crew Games,,,,,,,,2022-12-10 -/games/boxart/full_5976070AmericaFrontccc.jpg,Escape Plan,PS4,Puzzle,Sony Computer Entertainment,Fun Bits,,,,,,,2013-12-03,2018-09-23 -/games/boxart/full_1754100AmericaFrontccc.jpeg,Etherborn,XOne,Puzzle,Unknown,Altered Matter,,,,,,,,2019-08-18 -/games/boxart/full_512210AmericaFrontccc.jpeg,Etherborn,PC,Puzzle,Unknown,Altered Matter,,,,,,,,2019-08-18 -/games/boxart/full_5617562AmericaFrontccc.jpg,Famicom Detective Club: The Girl Who Stands Behind,NS,Puzzle,Unknown,Nintendo,,,,,,,,2021-02-18 -/games/boxart/full_4048750AmericaFrontccc.jpg,Famicom Detective Club: The Missing Heir,NS,Puzzle,Unknown,Nintendo,,,,,,,,2021-02-18 -/games/boxart/full_1789099AmericaFrontccc.jpeg,FantaVision,PS4,Puzzle,Sony Computer Entertainment,SCEI,,,,,,,2015-12-14,2018-09-24 -/games/boxart/default.jpg,FIFTEEN,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 -/games/boxart/full_2589117AmericaFrontccc.jpg,Five Nights at Freddy's: Security Breach,PC,Puzzle,Scott Cawthon,Steel Wool Studios,,,,,,,2020-12-01,2020-08-13 -/games/boxart/full_3672891AmericaFrontccc.png,Follow the Rabbit,iOS,Puzzle,Unknown,Armor Games,,,,,,,,2022-08-12 -/games/boxart/full_4540839AmericaFrontccc.jpg,Four Bombs,3DS,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2017-03-30,2018-01-17 -/games/boxart/full_6522856AmericaFrontccc.jpg,Freshly Frosted,NS,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 -/games/boxart/full_335631AmericaFrontccc.jpg,Freshly Frosted,PC,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 -/games/boxart/full_6525302AmericaFrontccc.jpg,Freshly Frosted,PS4,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 -/games/boxart/full_9012405AmericaFrontccc.jpg,Freshly Frosted,XOne,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 -/games/boxart/full_3584974AmericaFrontccc.jpg,Freshly Frosted,XS,Puzzle,Unknown,The Quantum Astrophysicists Guild,,,,,,,,2022-10-10 -/games/boxart/full_7696517AmericaFrontccc.jpg,Frozen Free Fall: Snowball Fight,PC,Puzzle,Disney Interactive Studios,SuperVillain Studios,,,,,,,2015-09-15,2019-04-22 -/games/boxart/full_4295908AmericaFrontccc.png,FruitFall Crush,NS,Puzzle,System 3,System 3 Software,,,,,,,2017-12-21,2018-03-12 -/games/boxart/full_1838091AmericaFrontccc.jpg,Furmins,iOS,Puzzle,Unknown,Housemarque,,,,,,,,2022-08-19 -/games/boxart/full_2916455AmericaFrontccc.jpg,Furmins,PSV,Puzzle,Unknown,Housemarque,,,,,,,,2022-08-19 -/games/boxart/full_9956331AmericaFrontccc.png,Gem Smashers,NS,Puzzle,TREVA Entertainment,TREVA Entertainment,,,,,,,2018-03-15,2018-03-23 -/games/boxart/full_1005132AmericaFrontccc.jpg,Ghost Giant,PS4,Puzzle,Unknown,Zoink Games,,,,,,,,2019-04-14 -/games/boxart/full_7057174AmericaFrontccc.jpg,GNOG,PS4,Puzzle,Double Fine Presents,KO_OP Mode,7.9,,,,,,2017-05-02,2018-05-13 -/games/boxart/full_4735161AmericaFrontccc.jpg,Gods of Almagest,PSV,Puzzle,Unknown,Arrayansoft,,,,,,,,2021-02-27 -/games/boxart/full_5955260AmericaFrontccc.jpg,Good Job!,NS,Puzzle,Nintendo,Paladin Studios,,,,,,,2020-03-26,2020-07-21 -/games/boxart/full_6532840AmericaFrontccc.jpeg,Goodbye Deponia,PS4,Puzzle,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2019-01-30,2019-04-27 -/games/boxart/full_6533971AmericaFrontccc.png,Gorogoa,NS,Puzzle,Annapurna Interactive,Buried Signal,8.5,,,,,,2017-12-14,2018-01-31 -/games/boxart/full_5753137AmericaFrontccc.png,Green Game: TimeSwapper,NS,Puzzle,iFun4all,iFun4all,,,,,,,2017-11-17,2018-03-12 -/games/boxart/full_3256496AmericaFrontccc.png,Grid Mania,NS,Puzzle,QubicGames,FX Valley,,,,,,,2018-03-02,2018-03-23 -/games/boxart/full_9443863AmericaFrontccc.png,Grim Fandango Remastered,NS,Puzzle,Double Fine Productions,Double Fine Productions,,,,,,,2018-11-01,2018-12-01 -/games/boxart/full_6665937AmericaFrontccc.png,GUNBARICH,NS,Puzzle,Zerodiv,ZeroDiv,,,,,,,2017-08-03,2018-03-12 -/games/boxart/full_1855231AmericaFrontccc.png,Gunhouse,NS,Puzzle,Other Ocean Interactive,Necrosoft Games,,,,,,,2018-01-15,2018-01-13 -/games/boxart/default.jpg,Happy Trails,Int,Puzzle,Activision,Activision,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9766106AmericaFrontccc.png,Harvest Moon: Mad Dash,NS,Puzzle,Natsume,Natsume,,,,,,,2019-12-01,2019-07-10 -/games/boxart/full_7593779AmericaFrontccc.jpg,Harvest Moon: Mad Dash,PS4,Puzzle,Natsume,Natsume,,,,,,,2019-12-01,2019-07-10 -/games/boxart/default.jpg,Hexcells Plus,PC,Puzzle,Unknown,Matthew Brown,,,,,,,,2019-03-17 -/games/boxart/full_6044300AmericaFrontccc.png,Horror Stories,WiiU,Puzzle,VADIM GAFTON,RandomSpin,,,,,,,2019-07-04,2020-09-20 -/games/boxart/full_6235969AmericaFrontccc.jpg,Hotel Mario,CDi,Puzzle,Philips Interactive Media,Philips Fantasy Factory,,,,,,,1994-04-05,2018-04-18 -/games/boxart/full_176829AmericaFrontccc.jpg,Human Fall Flat 2,PC,Puzzle,Unknown,No Brakes Games,,,,,,,,2023-06-11 -/games/boxart/full_4069757AmericaFrontccc.png,Human Resource Machine,NS,Puzzle,Tomorrow Corporation,Tomorrow Corporation,,,,,,,2017-03-16,2018-02-03 -/games/boxart/full_1418033AmericaFrontccc.png,Human: Fall Flat,XOne,Puzzle,Curve Digital,No Brakes Games,,,,,,,2017-05-12,2019-04-19 -/games/boxart/full_3201331AmericaFrontccc.jpg,Humanity,PC,Puzzle,Unknown,tha ltd.,,,,,,,,2023-05-20 -/games/boxart/full_6802225AmericaFrontccc.jpg,Humanity,PS4,Puzzle,Unknown,tha ltd.,,,,,,,,2023-05-20 -/games/boxart/full_5932250AmericaFrontccc.jpg,Humanity,PS5,Puzzle,Unknown,tha ltd.,,,,,,,,2023-05-20 -/games/boxart/full_6638055AmericaFrontccc.jpg,I Expect You to Die 2,PC,Puzzle,Unknown,Schell Games,,,,,,,,2021-12-23 -/games/boxart/full_7076185AmericaFrontccc.jpg,I Expect You to Die 2,PS4,Puzzle,Unknown,Schell Games,,,,,,,,2021-12-23 -/games/boxart/full_9344028AmericaFrontccc.jpg,I Expect You To Die 3: Cog in the Machine,PC,Puzzle,Unknown,Schell Games,,,,,,,,2023-09-20 -/games/boxart/full_143164AmericaFrontccc.png,"I, Zombie",NS,Puzzle,Awesome Games Studio,Awesome Games Studio,,,,,,,2018-03-08,2018-03-23 -/games/boxart/full_4957741AmericaFrontccc.jpg,IMSCARED,PC,Puzzle,Ivan Zanotti's MyMadness Works,Ivan Zanotti's MyMadness Works,,,,,,,2016-01-31,2018-01-12 -/games/boxart/full_6169150AmericaFrontccc.png,IRONCAST,NS,Puzzle,Ripstone,Dreadbit,,,,,,,2017-08-10,2018-03-12 -/games/boxart/full_4072642AmericaFrontccc.png,Jewels with Buddies,iOS,Puzzle,Unknown,Scopely Inc.,,,,,,,,2022-08-12 -/games/boxart/full_9184946AmericaFrontccc.jpg,Jusant,PC,Puzzle,Unknown,DONTNOD Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_1066607AmericaFrontccc.jpg,Jusant,PS5,Puzzle,Unknown,DONTNOD Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_5818611AmericaFrontccc.jpg,Jusant,XS,Puzzle,Unknown,DONTNOD Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_5575173AmericaFrontccc.jpg,Keep Talking and Nobody Explodes,OR,Puzzle,Steel Crate Games,Steel Crate Games,,,,,,,2016-03-26,2021-10-28 -/games/boxart/full_2916781AmericaFrontccc.jpg,Killer Frequency,PC,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 -/games/boxart/full_1620867AmericaFrontccc.jpg,Killer Frequency,PS4,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 -/games/boxart/full_5541690AmericaFrontccc.jpg,Killer Frequency,PS5,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 -/games/boxart/full_6593817AmericaFrontccc.jpg,Killer Frequency,XOne,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 -/games/boxart/full_3701227AmericaFrontccc.jpg,Killer Frequency,XS,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 -/games/boxart/full_3099692AmericaFrontccc.jpg,Killer Frequency,NS,Puzzle,Unknown,Team17 Digital Ltd,,,,,,,,2023-06-23 -/games/boxart/full_1596128AmericaFrontccc.png,King Oddball,NS,Puzzle,10tons,10tons Ltd,,,,,,,2017-10-30,2018-03-12 -/games/boxart/full_5640306AmericaFrontccc.png,KNACK's Quest,iOS,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-11-06,2018-04-11 -/games/boxart/full_4900015AmericaFrontccc.png,KNACK's Quest,And,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-11-06,2018-04-11 -/games/boxart/default.jpg,Koi DX,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_5763950AmericaFrontccc.jpg,Labyrinth City: Pierre the Maze Detective,NS,Puzzle,Unknown,Darjeeling,,,,,,,,2021-07-30 -/games/boxart/full_5337070AmericaFrontccc.jpg,Labyrinth City: Pierre the Maze Detective,PC,Puzzle,Unknown,Darjeeling,,,,,,,,2021-07-30 -/games/boxart/default.jpg,Lady Bug,Int,Puzzle,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 -/games/boxart/default.jpg,Lara Croft Go,WinP,Puzzle,Unknown,Square Enix,,,,,,,,2019-05-25 -/games/boxart/default.jpg,Lara Croft Go,PSV,Puzzle,Unknown,Square Enix,,,,,,,,2019-05-25 -/games/boxart/default.jpg,Lara Croft Go,PS4,Puzzle,Unknown,Square Enix,,,,,,,,2019-05-25 -/games/boxart/full_9963516AmericaFrontccc.jpg,Lego Bricktales,XS,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 -/games/boxart/full_7414371AmericaFrontccc.jpg,Lego Bricktales,NS,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 -/games/boxart/full_3428091AmericaFrontccc.jpg,Lego Bricktales,PC,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 -/games/boxart/full_1957130AmericaFrontccc.jpg,Lego Bricktales,PS4,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 -/games/boxart/full_2057873AmericaFrontccc.jpg,Lego Bricktales,PS5,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 -/games/boxart/full_3874046AmericaFrontccc.jpg,Lego Bricktales,XOne,Puzzle,Unknown,ClockStone,,,,,,,,2022-10-27 -/games/boxart/full_9543940AmericaFrontccc.png,Letter Quest Remastered,NS,Puzzle,Digerati,Digerati,,,,,,,2017-11-23,2018-03-23 -/games/boxart/full_1589754AmericaFrontccc.png,Levels+: Addictive Puzzle Game,NS,Puzzle,flow,flow,,,,,,,2017-07-13,2018-03-23 -/games/boxart/full_3854162AmericaFrontccc.png,Little Inferno,NS,Puzzle,Tomorrow Corporation,Tomorrow Corporation,,,,,,,2017-03-16,2018-03-23 -/games/boxart/full_3181485AmericaFrontccc.png,Lock 'N' Chase,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-07-09,2018-01-13 -/games/boxart/default.jpg,Loco-Motion,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_6847501AmericaFrontccc.jpg,Lode Runner Legacy,PC,Puzzle,Tozai Games,Tozai Games,,,,,,,2017-07-13,2020-01-16 -/games/boxart/full_4678627AmericaFrontccc.jpg,Lode Runner Legacy,PS4,Puzzle,Tozai Games,Tozai Games,,,,,,,2020-01-29,2020-01-16 -/games/boxart/full_8949501AmericaFrontccc.jpg,Lode Runner Legacy,NS,Puzzle,Unknown,Tozai Games,,,,,,,,2020-01-16 -/games/boxart/full_7264753AmericaFrontccc.png,Lumines Remastered,NS,Puzzle,Enhance,Resonair,,,,,,,2018-05-01,2018-03-23 -/games/boxart/full_6179097AmericaFrontccc.jpg,Lumo,PC,Puzzle,Rising Star Games,Triple Eh?,,,,,,,2016-05-24,2019-03-18 -/games/boxart/full_1475872AmericaFrontccc.png,Lumo,XOne,Puzzle,Rising Star Games,Triple Eh?,,,,,,,2016-06-22,2019-03-18 -/games/boxart/default.jpg,Mahjong Deluxe 3,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_4250442AmericaFrontccc.jpg,Manifold Garden,PC,Puzzle,Unknown,William Chyr Studio,,,,,,,,2019-11-25 -/games/boxart/full_7675543AmericaFrontccc.jpg,Manifold Garden,PS4,Puzzle,William Chyr Studio,William Chyr Studio,,,,,,,2018-12-30,2018-05-03 -/games/boxart/full_8433784AmericaFrontccc.jpg,Maquette,PS5,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 -/games/boxart/full_1918678AmericaFrontccc.jpg,Maquette,XOne,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 -/games/boxart/full_8543234AmericaFrontccc.jpg,Maquette,XS,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 -/games/boxart/full_6451665AmericaFrontccc.jpg,Maquette,NS,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 -/games/boxart/full_3553916AmericaFrontccc.jpg,Maquette,PC,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 -/games/boxart/full_4489557AmericaFrontccc.jpg,Maquette,PS4,Puzzle,Unknown,Graceful Decay,,,,,,,,2023-07-22 -/games/boxart/full_9462662AmericaFrontccc.jpg,Mario vs. Donkey Kong,NS,Puzzle,Unknown,Nintendo,,,,,,,,2023-09-14 -/games/boxart/default.jpg,Maze Break,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_1604513PALFrontccc.jpg,Melbits World,PS4,Puzzle,Unknown,Melbot,,,,,,,,2019-01-21 -/games/boxart/full_7045746AmericaFrontccc.png,Membrane,NS,Puzzle,Perfect Hat,Perfect Hat,,,,,,,2018-02-22,2018-03-23 -/games/boxart/full_6744998AmericaFrontccc.jpg,Memorrha,NS,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-23,2019-07-07 -/games/boxart/full_1190227AmericaFrontccc.jpg,Memorrha,PC,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-27,2019-07-07 -/games/boxart/full_2197868AmericaFrontccc.jpg,Memorrha,PS4,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-23,2019-07-07 -/games/boxart/full_170057AmericaFrontccc.jpg,Memorrha,XOne,Puzzle,StickyStoneStudio,StickyStoneStudio,,,,,,,2019-09-23,2019-07-07 -/games/boxart/full_9935546AmericaFrontccc.png,Metropolis: Lux Obscura,NS,Puzzle,Sometimes You,Sometimes You,,,,,,,2018-04-04,2018-03-03 -/games/boxart/full_4521325AmericaFrontccc.png,Midnight Deluxe,NS,Puzzle,Unknown,Petite Games,,,,,,,,2018-03-09 -/games/boxart/full_4279470AmericaFrontccc.jpg,Millie,PC,Puzzle,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-04-03,2019-04-06 -/games/boxart/full_5134100AmericaFrontccc.png,Millie,NS,Puzzle,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-02-15,2019-04-06 -/games/boxart/full_380690AmericaFrontccc.jpg,Mind Maze,PSV,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 -/games/boxart/full_1282706AmericaFrontccc.jpg,Mind Maze,NS,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 -/games/boxart/full_99451AmericaFrontccc.jpg,Mind Maze,PC,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 -/games/boxart/full_1217797AmericaFrontccc.jpg,Mind Maze,XOne,Puzzle,Unknown,Sometimes You,,,,,,,,2021-07-16 -/games/boxart/default.jpg,Mind Strike,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_4458272AmericaFrontccc.png,Mom Hid My Game!,NS,Puzzle,Kemco,Kemco,,,,,,,2017-12-21,2018-03-23 -/games/boxart/full_8117061AmericaFrontccc.jpg,Monument Valley 3,All,Puzzle,Ustwo Games,Ustwo Games,,,,,,,2022-01-01,2021-01-30 -/games/boxart/default.jpg,Mouse Trap,Int,Puzzle,Coleco,Coleco,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_1452361AmericaFrontccc.png,Mr. Do!,CV,Puzzle,Coleco,Universal,,,,,,,1983-06-07,2020-09-18 -/games/boxart/full_4064938AmericaFrontccc.jpg,Mr. Driller Drill Land,NS,Puzzle,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-06-25,2020-04-08 -/games/boxart/full_8610920AmericaFrontccc.jpg,Mr. Driller Drill Land,PC,Puzzle,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-06-25,2020-04-08 -/games/boxart/full_1389014AmericaFrontccc.png,MUJO,NS,Puzzle,Oink Games,Oink Games,,,,,,,2017-11-30,2018-03-23 -/games/boxart/default.jpg,Murder by Numbers,PC,Puzzle,Unknown,Mediatonic,,,,,,,,2020-12-21 -/games/boxart/full_4397978AmericaFrontccc.jpg,Murder by Numbers,NS,Puzzle,Unknown,Mediatonic,,,,,,,,2020-12-21 -/games/boxart/full_663175AmericaFrontccc.jpg,Neighbours from Hell 2: On Vacation,PC,Puzzle,Cinemaware,JoWood,,,,,,,2006-05-07,2018-01-08 -/games/boxart/full_364991AmericaFrontccc.jpg,Neon Junctions,NS,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 -/games/boxart/full_3294438AmericaFrontccc.jpg,Neon Junctions,XOne,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 -/games/boxart/full_5246597AmericaFrontccc.jpg,Neon Junctions,PSV,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 -/games/boxart/full_6268299AmericaFrontccc.jpg,Neon Junctions,PC,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 -/games/boxart/full_4232212AmericaFrontccc.jpg,Neon Junctions,PS4,Puzzle,9 Eyes Game Studio,9 Eyes Game Studio,,,,,,,2019-06-07,2019-06-25 -/games/boxart/full_4715601PALFrontccc.jpg,Never Alone,WiiU,Puzzle,E-Line Media,Upper One Games,,,,,,,2015-06-25,2022-04-18 -/games/boxart/default.jpg,Night Stalker,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-05-16,2018-01-13 -/games/boxart/full_3674398AmericaFrontccc.jpg,Nightmares From The Deep: The Cursed Heart,PS4,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi,,,,,,,2016-08-02,2018-09-09 -/games/boxart/full_3254511PALFrontccc.jpg,Nova-111,WiiU,Puzzle,Curve Digital,Curve Studios,,,,,,,2015-09-15,2022-04-17 -/games/boxart/full_3944632AmericaFrontccc.png,Nuclien,NS,Puzzle,Springloaded,Springloaded,,,,,,,2018-01-19,2018-03-23 -/games/boxart/full_5000651AmericaFrontccc.png,Old Man's Journey,NS,Puzzle,Broken Rules,Broken Rules,,,,,,,2018-02-20,2018-02-12 -/games/boxart/default.jpg,ORBIT,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 -/games/boxart/full_5273312AmericaFrontccc.jpg,Out of Line,NS,Puzzle,Unknown,Nerd Monkeys,,,,,,,,2021-06-26 -/games/boxart/full_4052119AmericaFrontccc.jpg,Out of Line,PS4,Puzzle,Unknown,Nerd Monkeys,,,,,,,,2021-06-26 -/games/boxart/full_1213132AmericaFrontccc.jpg,Out of Line,XOne,Puzzle,Unknown,Nerd Monkeys,,,,,,,,2021-06-26 -/games/boxart/default.jpg,Pac-Man,Int,Puzzle,Atarisoft,Atari,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_8005466AmericaFrontccc.png,Packet Queen #,NS,Puzzle,Studio F-Sharp,"INFOARISE Co., Ltd.",,,,,,,2018-03-01,2018-03-25 -/games/boxart/default.jpg,Part time UFO,NS,Puzzle,Nintendo,HAL Laboratory,,,,,,,2020-10-28,2021-11-07 -/games/boxart/full_262358AmericaFrontccc.jpg,Patrick's Parabox,NS,Puzzle,Unknown,Patrick Traynor,,,,,,,,2023-01-10 -/games/boxart/full_9585712AmericaFrontccc.jpg,Patrick's Parabox,PC,Puzzle,Unknown,Patrick Traynor,,,,,,,,2023-01-10 -/games/boxart/full_2205969AmericaFrontccc.png,PENTAPUZZLE,WiiU,Puzzle,RCMADIAX,RCMADIAX,,,,,,,2015-03-19,2018-01-07 -/games/boxart/full_6559237AmericaFrontccc.jpg,Persian Nights: Sands Of Wonders,NS,Puzzle,Artifex Mundi sp. z o.o.,Artifex Mundi,,,,,,,2018-08-17,2018-09-09 -/games/boxart/full_8784521AmericaFrontccc.jpg,Phogs!,PS4,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 -/games/boxart/full_6511315AmericaFrontccc.jpg,Phogs!,XOne,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 -/games/boxart/full_1974264AmericaFrontccc.jpg,Phogs!,PC,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 -/games/boxart/full_7759107AmericaFrontccc.jpg,Phogs!,NS,Puzzle,Unknown,Bit Loom Studios,,,,,,,,2020-12-26 -/games/boxart/full_5984226AmericaFrontccc.png,Physical Contact: 2048,NS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2017-09-07,2018-03-25 -/games/boxart/full_1718531AmericaFrontccc.png,Physical Contact: Picture Place,NS,Puzzle,Collavier Corporation,Collavier Corporation,,,,,,,2017-09-28,2018-03-25 -/games/boxart/default.jpg,Pic-a-Pix Color,WiiU,Puzzle,Unknown,Lightwood Games,,,,,,,,2020-08-25 -/games/boxart/full_5990160AmericaFrontccc.png,Pic-a-Pix Deluxe,NS,Puzzle,Unknown,Lightwood Games,,,,,,,,2018-01-07 -/games/boxart/default.jpg,Picross 3D,WiiU,Puzzle,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_689274AmericaFrontccc.png,Picross S,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2017-09-28,2018-02-03 -/games/boxart/default.jpg,Picross S2,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2018-08-02,2021-11-10 -/games/boxart/full_3765088AmericaFrontccc.jpg,Picross S3,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2019-04-25,2019-04-20 -/games/boxart/111103AmericaFrontccc.jpg,Picross S4,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2020-04-23,2020-04-16 -/games/boxart/default.jpg,Picross S5,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2020-11-26,2021-11-10 -/games/boxart/default.jpg,Picross S6,NS,Puzzle,Jupiter Corporation,Jupiter Corporation,,,,,,,2021-04-22,2021-11-10 -/games/boxart/full_6697512AmericaFrontccc.jpg,Piczle Cross: Story of Seasons,PC,Puzzle,Unknown,Score Studios,,,,,,,,2023-12-16 -/games/boxart/full_1062029AmericaFrontccc.jpg,Piczle Cross: Story of Seasons,NS,Puzzle,Unknown,Score Studios,,,,,,,,2023-12-16 -/games/boxart/full_2561546AmericaFrontccc.png,Piczle Lines DX,NS,Puzzle,Score Studios,Score Studios,,,,,,,2017-08-24,2018-03-02 -/games/boxart/full_4490163JapanFrontccc.jpg,Piczle Puzzle Pack 3-in-1,NS,Puzzle,Rainy Frog,Score Studios,,,,,,,2019-04-25,2019-03-25 -/games/boxart/full_9018960AmericaFrontccc.png,Pikuniku,NS,Puzzle,Devolver Digital,Sectordub,,,,,,,2019-01-24,2019-03-24 -/games/boxart/full_7480782AmericaFrontccc.jpg,Pikuniku,PC,Puzzle,Devolver Digital,Sectordub,,,,,,,2019-01-24,2019-03-24 -/games/boxart/full_2142777AmericaFrontccc.jpg,Pile Up! Box by Box,XOne,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 -/games/boxart/full_6265770AmericaFrontccc.jpg,Pile Up! Box by Box,NS,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 -/games/boxart/full_661050AmericaFrontccc.jpg,Pile Up! Box by Box,PC,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 -/games/boxart/full_2079027AmericaFrontccc.jpg,Pile Up! Box by Box,PS4,Puzzle,Unknown,Seed by Seed,,,,,,,,2021-07-26 -/games/boxart/default.jpg,PINBALL,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 -/games/boxart/default.jpg,PINK DOT BLUE DOT,3DS,Puzzle,Unknown,RCMADIAX,,,,,,,,2018-01-17 -/games/boxart/full_9393195AmericaFrontccc.jpg,Pitfall Planet,PC,Puzzle,adamgryu,Bonfire Games,,,,,,,2016-05-02,2019-03-31 -/games/boxart/full_3377770AmericaFrontccc.png,Pitfall Planet,NS,Puzzle,Abstraction Games,Abstraction Games,,,,,,,2019-04-04,2019-03-31 -/games/boxart/full_8660356AmericaFrontccc.jpg,Pixel Puzzles 2: Birds,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2015-02-20,2019-04-03 -/games/boxart/full_7415405AmericaFrontccc.jpg,Pixel Puzzles 2: Christmas,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2018-11-27,2019-04-03 -/games/boxart/full_8313294AmericaFrontccc.jpg,Pixel Puzzles 2: Paintings,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2019-04-10,2019-04-03 -/games/boxart/full_2043219AmericaFrontccc.jpg,Pixel Puzzles 2: RADical ROACH,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2016-08-12,2019-04-03 -/games/boxart/full_8991691AmericaFrontccc.jpg,Pixel Puzzles Junior,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2017-02-17,2019-04-03 -/games/boxart/full_8488046AmericaFrontccc.jpg,Pixel Puzzles Mosaics,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2017-06-09,2019-04-03 -/games/boxart/full_6102318AmericaFrontccc.jpg,Pixel Puzzles Ultimate,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2016-09-09,2019-04-03 -/games/boxart/full_7146750AmericaFrontccc.jpg,Pixel Puzzles: UndeadZ,PC,Puzzle,DL Softworks,DL Softworks,,,,,,,2014-06-06,2019-04-03 -/games/boxart/full_7578570AmericaFrontccc.jpg,Planet of Lana,XS,Puzzle,Unknown,Wishfully Studios,,,,,,,,2023-06-22 -/games/boxart/full_1868868AmericaFrontccc.jpg,Planet of Lana,PC,Puzzle,Thunderful Publishing AB,Wishfully Studios,,,,,,,2023-05-23,2023-06-22 -/games/boxart/full_3483922AmericaFrontccc.jpg,Planet of Lana,XOne,Puzzle,Unknown,Wishfully Studios,,,,,,,,2023-06-22 -/games/boxart/full_177005AmericaFrontccc.png,Pokémon Café Mix,NS,Puzzle,Nintendo,Genius Sonority Inc.,,,,,,,2020-06-23,2020-06-17 -/games/boxart/full_7142255AmericaFrontccc.png,Pop-Up Pilgrims,PS4,Puzzle,Unknown,Dakko Dakko,,,,,,,,2018-01-31 -/games/boxart/full_7467260AmericaFrontccc.jpg,Portal: Companion Collection,NS,Puzzle,Valve Corporation,Valve Corporation,,,,,,,2022-06-28,2022-12-01 -/games/boxart/default.jpg,Preston Sterling,WiiU,Puzzle,Unknown,Animation Arts,,,,,,,,2020-08-25 -/games/boxart/full_4877153PALFrontccc.png,Puddle,WiiU,Puzzle,Neko Entertainment,Neko Entertainment,,,,,,,2013-01-31,2022-04-17 -/games/boxart/full_8462818AmericaFrontccc.jpg,PulzAR,PSV,Puzzle,Unknown,Sony Computer Entertainment America,,,,,,,,2022-08-12 -/games/boxart/full_2053336AmericaFrontccc.jpg,Puyo Puyo Tetris 2,PS5,Puzzle,Sega,Sega,,,,,,,2020-12-31,2020-08-27 -/games/boxart/full_3700620AmericaFrontccc.jpg,Puyo Puyo Tetris 2,XOne,Puzzle,Sega,Sega,,,,,,,2020-12-08,2020-08-27 -/games/boxart/full_450496AmericaFrontccc.jpg,Puyo Puyo Tetris 2,XS,Puzzle,Sega,Sega,,,,,,,2020-12-31,2020-08-27 -/games/boxart/full_7354415AmericaFrontccc.jpg,Puyo Puyo Tetris 2,NS,Puzzle,Sega,Sega,,,,,,,2020-12-08,2020-08-27 -/games/boxart/full_7208483AmericaFrontccc.jpg,Puyo Puyo Tetris 2,PC,Puzzle,Sega,Sega,,,,,,,2021-06-01,2020-08-27 -/games/boxart/full_4904284AmericaFrontccc.jpg,Puyo Puyo Tetris 2,PS4,Puzzle,Sega,Sega,,,,,,,2020-12-08,2020-08-27 -/games/boxart/full_9262750JapanFrontccc.jpg,Puzzle & Dragons GOLD,NS,Puzzle,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2020-01-15,2019-12-24 -/games/boxart/full_8895172AmericaFrontccc.png,Puzzle Adventure Blockle,NS,Puzzle,Intense,Intense,,,,,,,2017-08-03,2018-03-25 -/games/boxart/full_1744584AmericaFrontccc.jpg,Puzzle Bobble 3D: Vacation Odyssey,PS5,Puzzle,Unknown,Survios,,,,,,,,2022-04-06 -/games/boxart/full_4016648AmericaFrontccc.jpg,Puzzle Bobble 3D: Vacation Odyssey,PS4,Puzzle,Unknown,Survios,,,,,,,,2022-04-06 -/games/boxart/full_3930461AmericaFrontccc.jpg,Puzzle Bobble Everybubble!,NS,Puzzle,Unknown,Taito,,,,,,,,2022-08-30 -/games/boxart/full_8242663AmericaFrontccc.png,Puzzle Box Maker,NS,Puzzle,Bplus,Bplus,,,,,,,2017-12-21,2018-03-25 -/games/boxart/full_3062197AmericaFrontccc.jpg,Puzzle Knights,iOS,Puzzle,Unknown,Mojaro,,,,,,,,2022-08-18 -/games/boxart/full_6293115AmericaFrontccc.png,Puzzle Puppers,NS,Puzzle,Unknown,Cardboard Keep,,,,,,,,2018-02-06 -/games/boxart/full_9712742AmericaFrontccc.png,Puzzle Quest: The Legend Returns,NS,Puzzle,D3Go,Infinite Interactive,,,,,,,2019-09-19,2019-09-16 -/games/boxart/full_8282919AmericaFrontccc.jpg,Q REMASTERED,NS,Puzzle,liica inc.,liica inc.,,,,,,,2023-05-01,2023-12-11 -/games/boxart/full_6576729AmericaFrontccc.jpg,Q REMASTERED,PC,Puzzle,liica inc.,liica inc.,,,,,,,2023-05-01,2023-12-11 -/games/boxart/full_2875083AmericaFrontccc.jpg,Q*bert's Qubes,CV,Puzzle,Parker Brothers,Mylstar Electronics,,,,,,,1985-04-02,2021-10-20 -/games/boxart/full_3286187AmericaFrontccc.jpg,Q.U.B.E. 2,PC,Puzzle,Trapped Nerve Games,Toxic Games,,,,,,,2018-03-13,2018-03-09 -/games/boxart/full_8160417AmericaFrontccc.jpg,Q.U.B.E: Director's Cut,PC,Puzzle,Toxic Games,Toxic Games,,,,,,,2014-05-21,2019-04-17 -/games/boxart/full_7829774AmericaFrontccc.png,Qbics Paint,NS,Puzzle,Abylight,Abylight,,,,,,,2017-07-27,2018-03-25 -/games/boxart/full_2395889AmericaFrontccc.png,Qbik,NS,Puzzle,Forever Entertainment S.A.,Norbert Palacz,,,,,,,2018-01-18,2018-02-04 -/games/boxart/full_5262245AmericaFrontccc.png,Qix,Arc,Puzzle,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/default.jpg,Radical Rabbit Stew,XOne,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 -/games/boxart/default.jpg,Radical Rabbit Stew,PS4,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 -/games/boxart/default.jpg,Radical Rabbit Stew,NS,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 -/games/boxart/default.jpg,Radical Rabbit Stew,PC,Puzzle,Unknown,Pugstorm Game Studios,,,,,,,,2019-03-24 -/games/boxart/full_7072133AmericaFrontccc.jpg,Railbound,PC,Puzzle,Unknown,Afterburn,,,,,,,,2022-12-07 -/games/boxart/full_1058588AmericaFrontccc.png,Red Game Without a Great Name,NS,Puzzle,iFun4all,iFun4all,,,,,,,2017-12-07,2018-03-25 -/games/boxart/full_8514278AmericaFrontccc.jpg,Return of the Obra Dinn,PS4,Puzzle,3909 LLC,Lucas Pope,,,,,,,2019-10-18,2019-10-22 -/games/boxart/full_6302415AmericaFrontccc.jpg,Return of the Obra Dinn,XOne,Puzzle,3909 LLC,Lucas Pope,,,,,,,2019-10-18,2019-10-22 -/games/boxart/full_990360AmericaFrontccc.png,RPG Time: The Legend of Wright,XOne,Puzzle,Desk Works,Desk Works,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_9052485AmericaFrontccc.png,RPG Time: The Legend of Wright,PC,Puzzle,Desk Works,Desk Works,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_9234747AmericaFrontccc.jpg,Salary Man Escape VR,PS4,Puzzle,Oasis Games Ltd.,Red Accent Studios,,,,,,,2018-06-26,2019-03-28 -/games/boxart/default.jpg,Scooby Doo's Maze Chase,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_2764097AmericaFrontccc.png,Semispheres,NS,Puzzle,Vivid Helix,Vivid Helix,,,,,,,2017-03-03,2018-03-25 -/games/boxart/full_8536724AmericaFrontccc.png,Serial Cleaner,NS,Puzzle,Curve Digital,iFun4all,,,,,,,2017-11-30,2018-03-01 -/games/boxart/full_5621400AmericaFrontccc.png,Shadow Point,PC,Puzzle,Unknown,Coatsink Software,,,,,,,,2022-03-11 -/games/boxart/full_9780365AmericaFrontccc.png,She Remembered Caterpillars,NS,Puzzle,Ysbryd Games,Jumpsuit Entertainment,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_9381973PALFrontccc.jpg,Shephy,NS,Puzzle,Arc System Works,Arc System Works,,,,,,,2017-07-06,2018-01-03 -/games/boxart/default.jpg,SHOOT THE BALL,WiiU,Puzzle,Unknown,RCMADIAX,,,,,,,,2020-08-25 -/games/boxart/full_2416798AmericaFrontccc.jpg,Silt,PS4,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 -/games/boxart/full_1107906AmericaFrontccc.jpg,Silt,PS5,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 -/games/boxart/full_132258AmericaFrontccc.jpg,Silt,XOne,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 -/games/boxart/full_486768AmericaFrontccc.jpg,Silt,XS,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 -/games/boxart/full_3494036AmericaFrontccc.jpg,Silt,NS,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 -/games/boxart/full_9893602AmericaFrontccc.jpg,Silt,PC,Puzzle,Unknown,Spiral Circus,,,,,,,,2022-11-17 -/games/boxart/full_3427353AmericaFrontccc.png,SlabWell: The Quest For Kaktun's Alpaca,NS,Puzzle,Undergames,Undergames,,,,,,,2019-04-17,2019-04-20 -/games/boxart/full_4514128AmericaFrontccc.jpg,Slash It,PC,Puzzle,Just1337 Publisher,Just1337 Studio,,,,,,,2016-12-16,2019-04-08 -/games/boxart/full_7343454AmericaFrontccc.jpg,Slash It 2,PC,Puzzle,Just1337 Publisher,Just1337 Studio,,,,,,,2017-01-24,2019-04-08 -/games/boxart/full_9299519AmericaFrontccc.jpg,Slash It Ultimate,PC,Puzzle,Just1337 Publisher,Just1337 Studio,,,,,,,2017-07-15,2019-04-08 -/games/boxart/full_489598AmericaFrontccc.jpg,Slay the Spire,PS4,Puzzle,Humble Bundle,MegaCrit,,,,,,,2019-05-21,2019-05-26 -/games/boxart/full_1751053AmericaFrontccc.png,Slayaway Camp: Butcher's Cut,NS,Puzzle,Digerati,Digerati,,,,,,,2018-03-22,2018-03-25 -/games/boxart/full_4438435AmericaFrontccc.jpg,Snafu,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1981-10-15,2018-01-13 -/games/boxart/full_8369707AmericaFrontccc.jpg,Snake Pass,NS,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 -/games/boxart/full_1021901AmericaFrontccc.jpg,Snake Pass,PC,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 -/games/boxart/full_6159396AmericaFrontccc.jpg,Snake Pass,PS4,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 -/games/boxart/full_7418617AmericaFrontccc.jpg,Snake Pass,XOne,Puzzle,Sumo Digital,Sumo Digital,,,,,,,2017-03-28,2018-01-10 -/games/boxart/full_4211666AmericaFrontccc.jpg,So Many Me,XOne,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 -/games/boxart/full_1166922AmericaFrontccc.jpg,So Many Me,Linux,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 -/games/boxart/full_3135763AmericaFrontccc.jpg,So Many Me,Ouya,Puzzle,ORiGO Games,"Extend Interactive Co., Ltd.",,,,,,,2014-07-17,2018-08-11 -/games/boxart/full_8659336AmericaFrontccc.jpg,Solo,PC,Puzzle,Unknown,Team Gotham,,,,,,,,2022-08-29 -/games/boxart/full_8875359AmericaFrontccc.jpg,Sparkle 2,PS3,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2014-11-26,2019-04-06 -/games/boxart/full_102799AmericaFrontccc.jpg,Sparkle 2,XOne,Puzzle,10tons Ltd,10tons Ltd,,,,,,,2016-01-27,2019-04-06 -/games/boxart/full_8297784AmericaFrontccc.png,Sparkle Unleashed,NS,Puzzle,Unknown,10tons Ltd,,,,,,,,2018-01-07 -/games/boxart/full_1597736AmericaFrontccc.png,Spellspire,NS,Puzzle,10tons,10tons Ltd,,,,,,,2017-11-09,2018-03-25 -/games/boxart/full_82696AmericaFrontccc.png,Spiral Splatter,NS,Puzzle,Sometimes You,Sometimes You,,,,,,,2018-03-13,2018-03-25 -/games/boxart/full_7812330AmericaFrontccc.jpg,Spirit Swap: Lofi Beats to Match-3 To,PC,Puzzle,Unknown,"Soft Not Weak, LLC",,,,,,,,2021-06-13 -/games/boxart/full_8299890AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,PSV,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2016-07-21,2018-08-09 -/games/boxart/full_9335622AmericaFrontccc.png,Spy Chameleon - RGB Agent,NS,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2018-03-09,2018-08-09 -/games/boxart/full_1116001AmericaFrontccc.png,Spy Chameleon - RGB Agent,WiiU,Puzzle,EnjoyUp Games,Unfinished Pixel,,,,,,,2014-12-25,2018-08-09 -/games/boxart/full_3167438AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,XOne,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2015-05-22,2018-08-09 -/games/boxart/full_6586745AmericaFrontccc.jpg,Spy Chameleon - RGB Agent,PS4,Puzzle,Unfinished Pixel,Unfinished Pixel,,,,,,,2016-07-21,2018-08-09 -/games/boxart/default.jpg,Statik,PS4,Puzzle,Unknown,Tarsier Studios,,,,,,,,2020-09-15 -/games/boxart/full_8231321AmericaFrontccc.jpg,Storyteller,NS,Puzzle,Unknown,Daniel Benmergui,,,,,,,,2023-04-05 -/games/boxart/full_2241559AmericaFrontccc.jpg,Storyteller,PC,Puzzle,Unknown,Daniel Benmergui,,,,,,,,2023-04-05 -/games/boxart/full_5375278AmericaFrontccc.jpg,Strange Horticulture,NS,Puzzle,Unknown,Bad Viking,,,,,,,,2022-11-17 -/games/boxart/full_4684221AmericaFrontccc.jpg,Strange Horticulture,XOne,Puzzle,Unknown,Bad Viking,,,,,,,,2023-09-01 -/games/boxart/full_384994AmericaFrontccc.jpg,Strange Horticulture,PC,Puzzle,Unknown,Bad Viking,,,,,,,,2022-06-26 -/games/boxart/full_6889295AmericaFrontccc.jpg,Strange Horticulture,XS,Puzzle,Unknown,Bad Viking,,,,,,,,2023-09-01 -/games/boxart/full_2932404AmericaFrontccc.png,SubaraCity,NS,Puzzle,Flyhigh Works,Flyhigh Works,,,,,,,2018-08-31,2018-06-27 -/games/boxart/full_618245AmericaFrontccc.png,Subsurface Circular,NS,Puzzle,Ant Workshop,Mike Bithell Games,,,,,,,2018-03-01,2018-02-18 -/games/boxart/full_7222363AmericaFrontccc.png,Sudoku Relax,NS,Puzzle,G-mode,G-mode,,,,,,,2019-04-18,2019-04-20 -/games/boxart/full_5742830AmericaFrontccc.jpg,Summertime Madness,XOne,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 -/games/boxart/full_1633633AmericaFrontccc.jpg,Summertime Madness,XS,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 -/games/boxart/full_7915423AmericaFrontccc.jpg,Summertime Madness,NS,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 -/games/boxart/full_9515946AmericaFrontccc.jpg,Summertime Madness,PC,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 -/games/boxart/full_9420479AmericaFrontccc.jpg,Summertime Madness,PS4,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 -/games/boxart/full_61942AmericaFrontccc.jpg,Summertime Madness,PS5,Puzzle,Unknown,DP Games,,,,,,,,2022-12-10 -/games/boxart/full_3818539AmericaFrontccc.jpg,Superliminal,PC,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2019-11-12,2020-07-01 -/games/boxart/full_8961446AmericaFrontccc.jpg,Superliminal,PS4,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2020-07-07,2020-07-01 -/games/boxart/full_2239856AmericaFrontccc.jpg,Superliminal,XOne,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2020-07-07,2020-07-01 -/games/boxart/full_499563AmericaFrontccc.jpg,Superliminal,NS,Puzzle,Pillow Castle,Pillow Castle,,,,,,,2020-07-07,2020-07-01 -/games/boxart/full_5218063AmericaFrontccc.png,Swim Out,NS,Puzzle,Lozange Lab,Lozange Lab,,,,,,,2018-03-20,2018-03-25 -/games/boxart/full_4990897AmericaFrontccc.png,Tales of the Tiny Planet,NS,Puzzle,Pixelsplit,Pixelsplit,,,,,,,2018-01-17,2018-03-01 -/games/boxart/full_3877998AmericaFrontccc.jpg,Teardown,PC,Puzzle,Unknown,Tuxedo Labs,,,,,,,,2022-12-10 -/games/boxart/default.jpg,TETRA's Escape,XOne,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 -/games/boxart/full_2720062AmericaFrontccc.png,TETRA's Escape,NS,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 -/games/boxart/default.jpg,TETRA's Escape,PC,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 -/games/boxart/default.jpg,TETRA's Escape,PSV,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 -/games/boxart/default.jpg,TETRA's Escape,PS4,Puzzle,Unknown,ABX Games,,,,,,,,2018-07-24 -/games/boxart/full_511470AmericaFrontccc.png,Tetris 99,NS,Puzzle,Nintendo,Arika,,,,,,,2019-02-13,2019-02-14 -/games/boxart/full_7678017AmericaFrontccc.jpg,Tetris Effect,PC,Puzzle,Enhance,Monstars Inc.,,,,,,,2019-07-23,2019-07-21 -/games/boxart/full_3889589AmericaFrontccc.jpg,Tetris Effect Connected,XS,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2020-11-10,2020-07-23 -/games/boxart/full_367566AmericaFrontccc.jpg,Tetris Effect Connected,XOne,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2020-11-10,2020-07-23 -/games/boxart/full_1271756AmericaFrontccc.jpg,Tetris Effect Connected,PC,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2021-12-01,2020-07-23 -/games/boxart/default.jpg,Tetris Effect: Connected,NS,Puzzle,Enhance,"Tetris Online, Inc",,,,,,,2021-10-08,2021-11-06 -/games/boxart/full_6184502AmericaFrontccc.jpg,The Bradwell Conspiracy,XOne,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 -/games/boxart/full_5078161AmericaFrontccc.jpg,The Bradwell Conspiracy,NS,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 -/games/boxart/full_5820298AmericaFrontccc.jpg,The Bradwell Conspiracy,PS4,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 -/games/boxart/full_3153410AmericaFrontccc.jpg,The Bradwell Conspiracy,PC,Puzzle,Unknown,A Brave Plan,,,,,,,,2019-10-16 -/games/boxart/full_4624544AmericaFrontccc.png,The Bridge,NS,Puzzle,The Quantum Astrophysicists Guild,The Quantum Astrophysicists Guild,,,,,,,2017-09-07,2018-02-03 -/games/boxart/full_5650574PALFrontccc.jpg,The Cube,PS3,Puzzle,Funbox Media,Funbox Media,,,,,,,2012-11-09,2018-04-06 -/games/boxart/full_7168390AmericaFrontccc.jpg,The Eyes of Ara,PC,Puzzle,Unknown,100 Stones Interactive,,,,,,,,2019-10-05 -/games/boxart/full_9288054AmericaFrontccc.png,The Eyes of Ara,NS,Puzzle,Unknown,100 Stones Interactive,,,,,,,,2019-10-05 -/games/boxart/full_5948208AmericaFrontccc.png,The Gardens Between,NS,Puzzle,The Voxel Agents,The Voxel Agents,,,,,,,2018-09-20,2018-09-23 -/games/boxart/full_9334950AmericaFrontccc.jpeg,The Gardens Between,PS4,Puzzle,The Voxel Agents,The Voxel Agents,,,,,,,2018-09-20,2018-04-05 -/games/boxart/full_9413352AmericaFrontccc.jpg,The Great Perhaps,PC,Puzzle,Unknown,Caligari Games,,,,,,,,2019-08-13 -/games/boxart/full_4210756PALFrontccc.jpg,The Inner World: The Last Wind Monk,PC,Puzzle,Kalypso Media,Studio Fizbin,,,,,,,2017-10-24,2018-09-15 -/games/boxart/full_1341770AmericaFrontccc.jpg,The Last Clockwinder,PS5,Puzzle,Unknown,Pontoco,,,,,,,,2023-01-22 -/games/boxart/full_4554099AmericaFrontccc.jpg,The Last Clockwinder,PC,Puzzle,Unknown,Pontoco,,,,,,,,2023-01-22 -/games/boxart/full_180143AmericaFrontccc.jpg,The Mystery of the Druids,PC,Puzzle,CDV Software Entertainment,House of Tales,,,,,,,2001-09-14,2019-05-07 -/games/boxart/full_7520955AmericaFrontccc.jpg,The Pedestrian,PC,Puzzle,Skookum Arts,Skookum Arts,,,,,,,2020-01-29,2020-02-13 -/games/boxart/full_7545175AmericaFrontccc.jpg,The Pedestrian,PS4,Puzzle,Skookum Arts,Skookum Arts,,,,,,,2021-01-31,2020-08-13 -/games/boxart/full_9389038AmericaFrontccc.png,The Room,NS,Puzzle,Team17 Digital Ltd,Fireproof Games,,,,,,,2018-10-18,2018-10-06 -/games/boxart/full_9348941AmericaFrontccc.jpg,The Sojourn,PC,Puzzle,Iceberg Interactive,Shifting Tides,,,,,,,2019-09-20,2019-08-06 -/games/boxart/full_5432308AmericaFrontccc.jpg,The Sojourn,PS4,Puzzle,Iceberg Interactive,Shifting Tides,,,,,,,2019-09-20,2019-08-06 -/games/boxart/full_5729947AmericaFrontccc.jpg,The Sojourn,XOne,Puzzle,Iceberg Interactive,Shifting Tides,,,,,,,2019-09-20,2019-08-06 -/games/boxart/full_8919151AmericaFrontccc.png,The Spectrum Retreat,NS,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 -/games/boxart/full_7817326AmericaFrontccc.jpg,The Spectrum Retreat,PS4,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 -/games/boxart/full_6553100AmericaFrontccc.jpg,The Spectrum Retreat,XOne,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 -/games/boxart/full_2243599AmericaFrontccc.jpg,The Spectrum Retreat,PC,Puzzle,Unknown,Dan Smith Studios,,,,,,,,2018-08-16 -/games/boxart/full_9809266AmericaFrontccc.jpeg,The Splatters,XBL,Puzzle,Unknown,SpikySnail Games,,,,,,,,2022-08-10 -/games/boxart/full_8974361AmericaFrontccc.jpg,The Talos Principle,XOne,Puzzle,Devolver Digital,Croteam,,,,,,,2018-08-31,2018-12-28 -/games/boxart/full_3181824AmericaFrontccc.jpg,The Talos Principle 2,XS,Puzzle,Unknown,Croteam,,,,,,,,2023-10-07 -/games/boxart/full_8610097AmericaFrontccc.jpg,The Talos Principle 2,PC,Puzzle,Unknown,Croteam,,,,,,,,2023-10-07 -/games/boxart/full_1565490AmericaFrontccc.jpg,The Talos Principle 2,PS5,Puzzle,Unknown,Croteam,,,,,,,,2023-10-07 -/games/boxart/full_4498552AmericaFrontccc.jpg,The Talos Principle VR,PC,Puzzle,Devolver Digital,Croteam,,,,,,,2017-10-17,2018-12-28 -/games/boxart/full_6701372AmericaFrontccc.png,The Touryst,NS,Puzzle,Shin'en Multimedia,Shin'en Multimedia,,,,,,,2019-11-21,2019-11-23 -/games/boxart/full_9997125AmericaFrontccc.jpg,The Turing Test,NS,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2020-02-07,2020-01-27 -/games/boxart/full_6856796AmericaFrontccc.jpg,The Turing Test,PS4,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2017-01-23,2020-01-27 -/games/boxart/full_7584581AmericaFrontccc.jpg,The Turing Test,XOne,Puzzle,Square Enix,Bulkhead Interactive,,,,,,,2016-08-30,2020-01-27 -/games/boxart/full_9856898AmericaFrontccc.jpg,The Witness,XOne,Puzzle,"Thekla, Inc.","Thekla, Inc.",,,,,,,2016-09-13,2018-05-02 -/games/boxart/default.jpg,Thin Ice,Int,Puzzle,INTV Corporation,Mattel,,,,,,,1986-01-01,2018-01-13 -/games/boxart/default.jpg,Tina's Toy Factory,PS4,Puzzle,Independent,Strange Games,,,,,,,2015-08-25,2019-11-05 -/games/boxart/full_8746433AmericaFrontccc.png,Toki Tori,NS,Puzzle,Two Tribes,Two Tribes,,,,,,,2018-03-30,2018-03-26 -/games/boxart/full_7978122AmericaFrontccc.png,Toki Tori 2+,NS,Puzzle,Two Tribes,Two Tribes,,,,,,,2018-02-23,2018-09-21 -/games/boxart/full_2618733AmericaFrontccc.png,Totes the Goat,NS,Puzzle,Atooi,Atooi,,,,,,,2018-03-01,2018-03-26 -/games/boxart/full_8466090AmericaFrontccc.jpg,Touhou Spell Bubble,NS,Puzzle,Unknown,Taito,,,,,,,,2020-01-16 -/games/boxart/full_312771AmericaFrontccc.png,Transcripted,NS,Puzzle,Plug In Digital,Plug In Digital,,,,,,,2017-11-23,2018-03-26 -/games/boxart/full_9136431PALFrontccc.jpg,Transference,PS4,Puzzle,Ubisoft,Ubisoft Montreal,,,,,,,2018-09-18,2018-10-12 -/games/boxart/full_2257511AmericaFrontccc.jpeg,Tricky Towers,XOne,Puzzle,WeirdBeard,WeirdBeard,,,,,,,2017-09-15, -/games/boxart/full_466987AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,XS,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 -/games/boxart/full_1517170AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,NS,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 -/games/boxart/full_2253362AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,PC,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 -/games/boxart/full_9740793AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,PS4,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 -/games/boxart/full_648597AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,PS5,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 -/games/boxart/full_9698654AmericaFrontccc.jpg,Trine 5: A Clockwork Conspiracy,XOne,Puzzle,Unknown,Frozenbyte,,,,,,,,2023-07-25 -/games/boxart/default.jpg,Tron: Maze-A-Tron,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1982-10-06,2018-01-13 -/games/boxart/default.jpg,Tron: Solar Sailer,Int,Puzzle,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9948937AmericaFrontccc.jpg,Tumble VR,PS4,Puzzle,Sony Interactive Entertainment,Supermassive Games Ltd.,,,,,,,2016-10-10,2018-09-24 -/games/boxart/full_8222633AmericaFrontccc.png,Tumblestone,NS,Puzzle,The Quantum Astrophysicists Guild,The Quantum Astrophysicists Guild,,,,,,,2017-10-05,2018-04-01 -/games/boxart/full_6424804AmericaFrontccc.png,Typoman,NS,Puzzle,Wales Interactive Ltd.,Brainseed Factory,,,,,,,2018-02-22,2018-03-26 -/games/boxart/full_2847796AmericaFrontccc.jpg,UNCHARTED: Fortune Hunter,And,Puzzle,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2016-05-05,2018-04-07 -/games/boxart/full_3674728AmericaFrontccc.jpg,Unpacking,XS,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 -/games/boxart/full_3442872AmericaFrontccc.jpg,Unpacking,NS,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 -/games/boxart/full_365909AmericaFrontccc.jpg,Unpacking,XOne,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 -/games/boxart/full_8075843AmericaFrontccc.jpg,Unpacking,PC,Puzzle,Unknown,Witch Beam,,,,,,,,2021-11-19 -/games/boxart/full_7069738AmericaFrontccc.jpg,Vesta,XOne,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 -/games/boxart/full_7061607AmericaFrontccc.jpg,Vesta,PS4,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 -/games/boxart/full_8217468AmericaFrontccc.png,Vesta,NS,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 -/games/boxart/full_8266974AmericaFrontccc.png,Vesta,PC,Puzzle,FinalBoss Games,FinalBoss Games,,,,,,,2018-01-19,2018-01-21 -/games/boxart/full_2942137AmericaFrontccc.png,Warp Shift,NS,Puzzle,Isbit Games,Isbit Games,,,,,,,2018-03-27,2018-03-26 -/games/boxart/full_2622091AmericaFrontccc.jpg,Weakless,XOne,Puzzle,Punk Notion,Cubeish Games,,,,,,,2019-12-01,2019-08-14 -/games/boxart/full_3236214AmericaFrontccc.jpg,Weakless,PC,Puzzle,Punk Notion,Cubeish Games,,,,,,,2019-12-01,2019-08-14 -/games/boxart/default.jpg,White Night,iOS,Puzzle,Unknown,OSome Studio,,,,,,,,2019-05-04 -/games/boxart/default.jpg,White Night,PS4,Puzzle,Unknown,OSome Studio,,,,,,,,2019-05-04 -/games/boxart/full_501287AmericaFrontccc.jpg,White Night,XOne,Puzzle,Unknown,OSome Studio,,,,,,,,2019-05-04 -/games/boxart/full_2433563AmericaFrontccc.png,World of Goo,NS,Puzzle,Tomorrow Corporation,2D Boy,,,,,,,2017-03-16,2018-02-03 -/games/boxart/full_9992632AmericaFrontccc.png,Zombillie,NS,Puzzle,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-03-29,2018-03-26 -/games/boxart/full_4399408AmericaFrontccc.jpg,Mario Kart,Series,Racing,Nintendo,Nintendo,,,,,,,1992-09-01,2020-02-20 -/games/boxart/full_3250466AmericaFrontccc.jpg,Need for Speed,Series,Racing,Electronic Arts,EA Black Box,,,,,,,1994-08-31,2020-02-24 -/games/boxart/full_6787813AmericaFrontccc.jpg,Gran Turismo,Series,Racing,Sony Interactive Entertainment,Polyphony Digital,,,,,,,1998-05-12,2020-02-05 -/games/boxart/full_895207AmericaFrontccc.png,Mario Kart 8 Deluxe,NS,Racing,Nintendo,Nintendo EPD,9.3,,,,,,2017-04-28,2018-11-19 -/games/boxart/full_8932480AmericaFrontccc.jpg,Mario Kart Wii,Wii,Racing,Nintendo,Nintendo EAD,8.2,,,,,,2008-04-27,2018-04-11 -/games/boxart/full_9551652AmericaFrontccc.jpg,Mario Kart DS,DS,Racing,Nintendo,Nintendo EAD,9.1,,,,,,2005-11-14, -/games/boxart/full_5215089AmericaFrontccc.png,Driver,Series,Racing,GT Interactive,Ubisoft Reflections,,,,,,,1999-06-30,2020-02-09 -/games/boxart/full_mario-kart-7_649AmericaFront.jpg,Mario Kart 7,3DS,Racing,Nintendo,Nintendo EAD / Retro Studios,8.2,,,,,,2011-12-04, -/games/boxart/full_6597598AmericaFrontccc.jpeg,Midnight Club,Series,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2000-10-26,2020-02-15 -/games/boxart/full_9476896AmericaFrontccc.jpg,Need for Speed: Most Wanted,All,Racing,Electronic Arts,EA Canada,,,,,,,2005-11-15,2020-10-20 -/games/boxart/full_368201AmericaFrontccc.jpg,Need for Speed: Carbon,All,Racing,Electronic Arts,EA Canada,,,,,,,2006-10-30,2021-08-30 -/games/boxart/full_3956824AmericaFrontccc.jpg,Burnout,Series,Racing,EA Sports,Criterion Games,,,,,,,2001-11-01,2020-02-23 -/games/boxart/full_1321880AmericaFrontccc.jpg,Need for Speed: Underground,All,Racing,Electronic Arts,EA Black Box,,,,,,,2003-11-17,2020-10-20 -/games/boxart/full_5113832AmericaFrontccc.jpg,Gran Turismo 3: A-Spec,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,9.3,,,,,,2001-07-09, -/games/boxart/full_7498235AmericaFrontccc.jpg,Gran Turismo Sport,PS4,Racing,Sony Interactive Entertainment,Polyphony Digital,,,,,,,2017-10-17,2018-01-13 -/games/boxart/full_2265290AmericaFrontccc.jpg,Assetto Corsa,All,Racing,Kunos Simulazioni,Kunos Simulazioni,,,,,,,2014-12-19,2021-05-31 -/games/boxart/full_gran-turismo-5_118AmericaFront.png,Gran Turismo 5,PS3,Racing,Sony Computer Entertainment,Polyphony Digital,8.3,,,,,,2010-11-24, -/games/boxart/full_8555381AmericaFrontccc.jpg,Gran Turismo 4,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,8.7,,,,,,2005-02-22, -/games/boxart/full_6673252AmericaFrontccc.jpg,Need for Speed: Underground 2,All,Racing,Electronic Arts,EA Black Box,,,,,,,2004-11-09,2020-10-20 -/games/boxart/full_3731913AmericaFrontccc.png,Need for Speed: ProStreet,All,Racing,Electronic Arts,EA Black Box,,,,,,,2007-11-14,2020-10-20 -/games/boxart/6215143ccc.jpg,Gran Turismo,PS,Racing,Sony Computer Entertainment,Polyphony Digital,9.5,,,,,,1998-04-30, -/games/boxart/full_2914566AmericaFrontccc.jpg,MX vs. ATV,Series,Racing,THQ Nordic,Rainbow Studios,,,,,,,2001-02-05,2020-04-26 -/games/boxart/full_8835641AmericaFrontccc.jpg,Mario Kart 64,N64,Racing,Nintendo,Nintendo EAD,8.5,,,,,,1997-02-10, -/games/boxart/45196ccc.jpg,Gran Turismo 2,PS,Racing,Sony Computer Entertainment,Polyphony Digital,9.2,,,,,,1999-01-17, -/games/boxart/full_153566AmericaFrontccc.jpg,Need for Speed: Undercover,All,Racing,Electronic Arts,EA Black Box,,,,,,,2008-11-18,2020-10-20 -/games/boxart/full_3980311AmericaFrontccc.jpg,Super Mario Kart,SNES,Racing,Nintendo,Nintendo EAD,10,,,,,,1992-09-01, -/games/boxart/full_638065AmericaFrontccc.jpg,Mario Kart 8,WiiU,Racing,Nintendo,Nintendo,8.8,,,,,,2014-05-30,2020-08-02 -/games/boxart/full_4495553PALFrontccc.jpg,Cars,All,Racing,THQ,Rainbow Studios,,,,,,,2006-06-06,2021-02-27 -/games/boxart/full_6084156AmericaFrontccc.jpg,Moto Racer,Series,Racing,Electronic Arts,SK Software International,,,,,,,1997-09-03,2020-02-15 -/games/boxart/full_8826849AmericaFrontccc.jpg,DiRT,Series,Racing,Codemasters,Codemasters,,,,,,,2007-06-19,2021-01-26 -/games/boxart/full_1634771AmericaFrontccc.jpg,Project Gotham Racing,Series,Racing,Sega,Bizarre Creations,,,,,,,2001-01-15,2020-02-14 -/games/boxart/7829386ccc.jpg,Mario Kart: Double Dash!!,GC,Racing,Nintendo,Nintendo EAD,8.5,,,,,,2003-11-17, -/games/boxart/full_5267090AmericaFrontccc.jpg,Diddy Kong Racing,Series,Racing,Nintendo,Rare Ltd.,,,,,,,1997-11-24,2020-02-22 -/games/boxart/full_8898475AmericaFrontccc.jpg,MotorStorm,Series,Racing,Sony Interactive Entertainment,Evolution Studios,,,,,,,2007-03-06,2020-03-27 -/games/boxart/9360554ccc.jpg,Project Gotham Racing,XB,Racing,Microsoft,Bizarre Creations,8.4,,,,,,2001-11-14, -/games/boxart/2658248ccc.jpg,Mario Kart: Super Circuit,GBA,Racing,Nintendo,Intelligent Systems,9.3,,,,,,2001-08-26, -/games/boxart/full_7582703AmericaFrontccc.jpg,Gran Turismo 5 Prologue,PS3,Racing,Sony Computer Entertainment,Polyphony Digital,8.3,,,,,,2008-04-15, -/games/boxart/full_959035AmericaFrontccc.jpg,Gran Turismo 6,PS3,Racing,Sony Computer Entertainment America,Polyphony Digital,8.6,,,,,,2013-12-06,2018-04-18 -/games/boxart/full_8771966AmericaFrontccc.jpg,Ridge Racer,Series,Racing,Namco,Namco,,,,,,,1993-12-01,2021-03-02 -/games/boxart/full_6129193AmericaFrontccc.jpg,F-Zero,Series,Racing,Nintendo,Nintendo,,,,,,,1991-08-23,2021-04-21 -/games/boxart/full_3449494AmericaFrontccc.jpg,Need for Speed: Hot Pursuit (2010),All,Racing,Electronic Arts,Criterion Games,,,,,,,2010-11-16,2020-10-20 -/games/boxart/full_8788232AmericaFrontccc.jpg,Driveclub,PS4,Racing,Sony Computer Entertainment,Evolution Studios,7.2,,,,,,2014-10-07,2018-09-25 -/games/boxart/5394136ccc.jpg,Diddy Kong Racing,N64,Racing,Nintendo,Rare Ltd.,8.3,,,,,,1997-11-24, -/games/boxart/full_9538254AmericaFrontccc.jpg,Gran Turismo,PSP,Racing,Sony Computer Entertainment,Polyphony Digital,7.7,,,,,,2009-10-01, -/games/boxart/1280663ccc.jpg,Excitebike,NES,Racing,Nintendo,Nintendo R&D1,,,,,,,1985-10-18, -/games/boxart/full_1681145AmericaFrontccc.jpg,Need for Speed Rivals,All,Racing,Electronic Arts,Ghost Games,,,,,,,2013-11-15,2020-10-20 -/games/boxart/full_1108329AmericaFrontccc.jpg,Need for Speed: Shift,All,Racing,Electronic Arts,Slightly Mad Studios,,,,,,,2009-09-15,2020-10-15 -/games/boxart/full_1140685AmericaFrontccc.jpg,F-1 Race,GB,Racing,Nintendo,Nintendo,,,,,,,1991-02-01, -/games/boxart/full_8967697AmericaFrontccc.jpg,Star Wars Episode I Racer,N64,Racing,LucasArts,LucasArts,8.7,,,,,,1999-05-19, -/games/boxart/full_7343262AmericaFrontccc.jpg,MotorStorm,PS3,Racing,Sony Computer Entertainment,Evolution Studios,8.2,,,,,,2007-03-06, -/games/boxart/full_5509426AmericaFrontccc.jpg,Rally Championship,Series,Racing,Electronic Arts,Red Rat Software,,,,,,,2000-01-31,2020-02-28 -/games/boxart/1820005ccc.jpg,Wave Race 64,N64,Racing,Nintendo,Nintendo EAD,9.2,,,,,,1996-11-05, -/games/boxart/8573755ccc.jpg,F-Zero,SNES,Racing,Nintendo,Nintendo EAD,,,,,,,1991-08-13, -/games/boxart/full_8430955AmericaFrontccc.jpg,Forza Horizon 3,XOne,Racing,Microsoft Studios,Playground Games,9,,,,,,2016-09-27,2018-01-13 -/games/boxart/full_1369956AmericaFrontccc.png,Sonic & Sega All-Stars Racing,Series,Racing,Sega,Sumo Digital,,,,,,,2010-02-23,2020-11-13 -/games/boxart/full_2535610AmericaFrontccc.jpg,Project CARS,Series,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2015-05-06,2020-03-17 -/games/boxart/6537179ccc.jpg,R.C. Pro-Am,NES,Racing,Nintendo,Rare Ltd.,,,,,,,1988-02-01, -/games/boxart/full_1962139AmericaFrontccc.jpg,Carmageddon,All,Racing,Interplay Productions,Stainless Games,,,,,,,1997-06-30,2021-01-23 -/games/boxart/full_1671859AmericaFrontccc.jpg,Carmageddon,Series,Racing,Interplay Productions,Stainless Games,,,,,,,1997-06-30,2020-02-28 -/games/boxart/full_8345231AmericaFrontccc.jpg,Destruction Derby,Series,Racing,Psygnosis,Reflections Interactive,,,,,,,1995-10-31,2023-08-13 -/games/boxart/full_2933571AmericaFrontccc.jpeg,Hot Wheels Unleashed,All,Racing,Milestone,Milestone,,,,,,,2021-09-30,2021-12-22 -/games/boxart/full_7848746PALFrontccc.jpg,Project CARS,All,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2015-05-06,2021-01-22 -/games/boxart/full_5269685AmericaFrontccc.jpg,The Crew,All,Racing,Ubisoft,Ivory Tower,,,,,,,2014-12-02,2021-04-24 -/games/boxart/full_4228932AmericaFrontccc.jpg,Trials HD,XBL,Racing,Microsoft,"RedLynx, Ltd.",8.6,,,,,,2009-08-12, -/games/boxart/2260326ccc.jpg,Rad Racer,NES,Racing,Nintendo,SquareSoft,,,,,,,1987-01-01, -/games/boxart/full_478487PALFrontccc.jpg,Test Drive Unlimited 2,All,Racing,Atari,Eden Games,,,,,,,2011-02-08,2021-04-23 -/games/boxart/full_9878687AmericaFrontccc.jpg,Mario Kart Live: Home Circuit,NS,Racing,Nintendo,Velan Studios,,,,,,,2020-10-16,2020-09-03 -/games/boxart/3900991ccc.jpg,Cruis'n USA,N64,Racing,Nintendo,Midway Games,,,,,,,1996-12-03, -/games/boxart/full_3464702AmericaFrontccc.jpg,Formula 1 (1996),All,Racing,Psygnosis,Bizarre Creations,,,,,,,1996-09-30,2021-07-17 -/games/boxart/5209797ccc.jpg,F-1 World Grand Prix,N64,Racing,Video System,Paradigm Entertainment,,,,,,,1998-07-31, -/games/boxart/full_713838AmericaFrontccc.jpg,Diddy Kong Racing DS,DS,Racing,Nintendo,Rare Ltd.,5.1,,,,,,2007-02-05, -/games/boxart/full_8992970JapanFrontccc.jpg,F1 Race,NES,Racing,Nintendo,Nintendo,,,,,,,1984-11-02, -/games/boxart/full_7204108PALFrontccc.jpg,Gran Turismo 4 Prologue,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2004-05-18, -/games/boxart/full_5511418AmericaFrontccc.png,Sonic & All-Stars Racing Transformed,All,Racing,Sega,Sumo Digital,,,,,,,2012-11-18,2020-11-13 -/games/boxart/1533107ccc.jpg,Kirby Air Ride,GC,Racing,Nintendo,HAL Laboratory,6.4,,,,,,2003-10-13, -/games/boxart/full_818729AmericaFrontccc.jpg,Super R.C. Pro-Am,GB,Racing,Nintendo,Rare Ltd.,,,,,,,1991-10-01, -/games/boxart/full_678908AmericaFrontccc.jpg,Sonic Riders,PS2,Racing,Sega,Sonic Team,,,,,,,2006-02-21, -/games/boxart/5522790ccc.jpg,F-Zero X,N64,Racing,Nintendo,Nintendo EAD,8.5,,,,,,1998-09-30, -/games/boxart/full_9380287AmericaFrontccc.jpg,Sonic & Sega All-Stars Racing,All,Racing,Sega,Sumo Digital,,,,,,,2010-02-23,2020-11-13 -/games/boxart/5835562ccc.jpg,F-Zero: Maximum Velocity,GBA,Racing,Nintendo,"Nd Cube Co., Ltd.",8.7,,,,,,2001-06-12, -/games/boxart/full_3060234AmericaFrontccc.jpg,Burnout Paradise,All,Racing,Electronic Arts,Criterion Games,,,,,,,2008-01-22,2020-12-05 -/games/boxart/full_3863311AmericaFrontccc.png,Destruction Derby,PS,Racing,Psygnosis,Reflections Interactive,,,,,,,1995-11-01, -/games/boxart/full_5528958AmericaFrontccc.jpg,Destruction Derby 2,PS,Racing,Sony Computer Entertainment,Reflections Interactive,,,,,,,1996-10-31, -/games/boxart/full_997812AmericaFrontccc.jpg,FlatOut,All,Racing,Vivendi Games,Bugbear Entertainment,,,,,,,2005-07-12,2021-01-28 -/games/boxart/full_6539296AmericaFrontccc.jpg,FlatOut 2,All,Racing,Empire Interactive,Bugbear Entertainment,,,,,,,2006-06-30,2021-01-28 -/games/boxart/full_5338456AmericaFrontccc.jpg,Forza Motorsport 6,XOne,Racing,Microsoft Studios,Turn 10 Studios,,,,,,,2015-09-15,2018-01-12 -/games/boxart/full_5387927AmericaFrontccc.jpg,MotorStorm: Pacific Rift,PS3,Racing,Sony Computer Entertainment,Evolution Studios,8,,,,,,2008-10-28, -/games/boxart/full_3296321AmericaFrontccc.jpg,MX Unleashed,All,Racing,THQ,Rainbow Studios,,,,,,,2004-02-17,2023-05-24 -/games/boxart/full_5198635AmericaFrontccc.jpg,NASCAR Racing,All,Racing,Papyrus,Papyrus Design Group,,,,,,,1994-01-01,2021-04-10 -/games/boxart/full_3769005AmericaFrontccc.jpg,South Park Rally,N64,Racing,Acclaim Entertainment,Tantalus Interactive,4.2,,,,,,2000-02-29, -/games/boxart/full_6571144AmericaFrontccc.jpg,Trials Evolution,XBL,Racing,Microsoft Studios,RedLynx,,,,,,,2012-04-18,2018-10-08 -/games/boxart/full_5027664AmericaFrontccc.jpg,Ultimate Race Pro,PC,Racing,Microprose,Kalisto Entertainment,,,,,,,1998-03-17,2023-06-05 -/games/boxart/5982840ccc.jpg,WipEout,PS,Racing,Psygnosis,Psygnosis,8,,,,,,1995-11-21, -/games/boxart/full_1893194AmericaFrontccc.jpg,Ridge Racer,PSP,Racing,Namco,Namco,8.8,,,,,,2005-03-22, -/games/boxart/full_rallisport-challenge_688AmericaFront.jpg,RalliSport Challenge,XB,Racing,Microsoft,Digital Illusions,,,,,,,2002-03-04, -/games/boxart/full_1996637AmericaFrontccc.jpg,Test Drive 4,All,Racing,Accolade,Pitbull Syndicate,,,,,,,1997-11-03,2021-03-19 -/games/boxart/full_4314817AmericaFrontccc.png,Assetto Corsa,PC,Racing,Kunos Simulazioni,Kunos Simulazioni,,,,,,,2014-12-19,2018-09-17 -/games/boxart/full_4586616AmericaFrontccc.jpg,NASCAR Racing 2,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1996-11-30, -/games/boxart/full_6913958AmericaFrontccc.jpg,Lamborghini,Series,Racing,Titus,Titus France SA,,,,,,,1994-01-01,2023-06-27 -/games/boxart/full_9762472AmericaFrontccc.png,Grand Prix 2,PC,Racing,Microprose,MicroProse,,,,,,,1996-08-30, -/games/boxart/full_5045080AmericaFrontccc.jpg,IHRA Drag Racing,All,Racing,Bethesda Softworks,Digital Dialect,,,,,,,2001-01-01,2022-04-07 -/games/boxart/full_8285672AmericaFrontccc.jpg,MotoGP 4 - Official Game of MotoGP,PS2,Racing,Namco,Namco,,,,,,,2006-06-20, -/games/boxart/full_9547820AmericaFrontccc.jpg,Rally Trophy,PC,Racing,JoWood Productions,Bugbear Entertainment,,,,,,,2001-11-20, -/games/boxart/9715543ccc.jpg,TOCA Championship Racing,PS,Racing,3DO,Codemasters,,,,,,,1998-08-29, -/games/boxart/full_8500300PALFrontccc.jpg,GRID: Autosport,PC,Racing,Codemasters,Codemasters,,,,,,,2014-06-24,2018-11-04 -/games/boxart/full_3629195AmericaFrontccc.jpg,IndyCar Racing,Series,Racing,Papyrus,Papyrus Design Group,,,,,,,1993-01-01,2021-04-10 -/games/boxart/7419911ccc.jpg,Midtown Madness 3,XB,Racing,Microsoft Game Studios,Digital Illusions,,,,,,,2003-06-17, -/games/boxart/full_5688722AmericaFrontccc.jpg,Automobili Lamborghini,N64,Racing,Titus,Titus Software,,,,,,,1997-11-30, -/games/boxart/full_4478259AmericaFrontccc.png,Blur,All,Racing,Activision,Bizarre Creations,,,,,,,2010-05-25,2022-04-25 -/games/boxart/full_2690641PALFrontccc.png,Colin McRae: DiRT,All,Racing,Codemasters,Codemasters,9.4,,,,,,2007-06-19,2021-01-26 -/games/boxart/551809ccc.jpg,Dragster,2600,Racing,Activision,Activision,,,,,,,1980-01-01, -/games/boxart/full_6572469AmericaFrontccc.jpg,Test Drive (1987),All,Racing,Accolade,Distinctive Software,,,,,,,1987-01-01,2022-04-23 -/games/boxart/full_3780591AmericaFrontccc.jpg,Test Drive: Off-Road,All,Racing,Accolade,Elite Systems Ltd.,,,,,,,1997-03-27,2021-03-19 -/games/boxart/full_4129444AmericaFrontccc.png,Ben 10: Galactic Racing,All,Racing,D3 Publisher,Monkey Bar Games,,,,,,,2011-10-18,2020-11-18 -/games/boxart/full_5015839AmericaFrontccc.jpg,RalliSport Challenge 2,XB,Racing,Microsoft Game Studios,Digital Illusions,,,,,,,2004-05-04, -/games/boxart/6766468ccc.jpg,The Dukes of Hazzard: Racing for Home,PS,Racing,SouthPeak Interactive,Sinister Games,,,,,,,1999-11-30, -/games/boxart/full_7495681AmericaFrontccc.jpg,F1 2012,PC,Racing,Codemasters,Codemasters Birmingham,8.8,,,,,,2012-09-18,2018-03-13 -/games/boxart/full_4065035AmericaFrontccc.jpg,MegaRace,All,Racing,Software Toolworks,Cryo Interactive,,,,,,,1993-01-01,2021-03-21 -/games/boxart/full_4533493PALFrontccc.jpg,F1 2016,PC,Racing,Codemasters,Codemasters,,,,,,,2017-01-01,2018-05-14 -/games/boxart/full_1204282AmericaFrontccc.jpg,MX vs. ATV Reflex,PC,Racing,Unknown,Double Helix Games,,,,,,,,2019-02-14 -/games/boxart/full_4268779AmericaFrontccc.png,Grand Prix 3,PC,Racing,Microprose,MicroProse,9.3,,,,,,2000-08-24, -/games/boxart/full_uniracers_7AmericaFront.jpg,Uniracers,SNES,Racing,Nintendo,DMA Design,,,,,,,1994-12-01, -/games/boxart/full_599235AmericaFrontccc.jpg,Lamborghini American Challenge,All,Racing,Titus,Titus France SA,,,,,,,1994-01-01,2023-06-27 -/games/boxart/full_7469883AmericaFrontccc.jpg,Project CARS 2,PC,Racing,Namco Bandai Games,Slightly Mad Studios,,,,,,,2017-09-22, -/games/boxart/full_2581786AmericaFrontccc.jpg,Grand Prix Simulator,All,Racing,Codemasters,Codemasters,,,,,,,1987-01-01,2021-07-18 -/games/boxart/full_3907002AmericaFrontccc.jpg,The Duel: Test Drive II,All,Racing,Accolade,Distinctive Software,,,,,,,1989-01-01,2022-04-23 -/games/boxart/full_7568870AmericaFrontccc.jpg,Jet Racing Extreme: The First Encounter,PC,Racing,Real Dynamics,Real Dynamics,,,,,,,2015-07-14,2019-02-03 -/games/boxart/full_3271120AmericaFrontccc.jpg,Mortifero Motus,PC,Racing,Unknown,Unknown,,,,,,,,2019-02-20 -/games/boxart/full_2088500AmericaFrontccc.jpg,Zombie Driver HD,PC,Racing,Unknown,EXOR Studios,,,,,,,,2019-02-20 -/games/boxart/full_grand-prix-legends_9AmericaFront.jpg,Grand Prix Legends,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1998-10-31, -/games/boxart/full_3266427AmericaFrontccc.jpg,Indianapolis 500: The Simulation,All,Racing,Electronic Arts,Papyrus Design Group,,,,,,,1989-01-01,2021-04-10 -/games/boxart/full_5250310AmericaFrontccc.jpg,BARRIER X,PC,Racing,Unknown,Noclip,,,,,,,,2019-02-28 -/games/boxart/full_6367793AmericaFrontccc.png,IndyCar Racing II,All,Racing,Papyrus,Papyrus Design Group,,,,,,,1995-01-01,2021-04-10 -/games/boxart/full_3183653AmericaFrontccc.jpg,Survivalist,PC,Racing,Unknown,Bob the Game Development Bot,,,,,,,,2019-03-09 -/games/boxart/full_5447959PALFrontccc.jpg,F1 2014,PC,Racing,Codemasters,Codemasters Birmingham,,,,,,,2014-10-21, -/games/boxart/full_4622224AmericaFrontccc.jpg,High On Racing,PC,Racing,Unknown,SilentFuture,,,,,,,,2019-03-16 -/games/boxart/full_1335852AmericaFrontccc.jpg,Organ Biker,PC,Racing,Unknown,Screeching Wizard,,,,,,,,2019-03-23 -/games/boxart/2655398ccc.jpg,Full Auto,X360,Racing,Sega,Pseudo Interactive,7,,,,,,2006-02-14, -/games/boxart/full_4562411AmericaFrontccc.jpg,Colin McRae Rally,PC,Racing,Codemasters,Codemasters,9,,,,,,2000-02-29, -/games/boxart/full_7212056AmericaFrontccc.jpg,Redout: Enhanced Edition,PC,Racing,Unknown,34BigThings srl,,,,,,,,2019-03-29 -/games/boxart/full_6258702AmericaFrontccc.jpg,Joe Danger 2: The Movie,PC,Racing,Hello Games,Hello Games,,,,,,,2013-06-24,2019-04-22 -/games/boxart/full_4958785AmericaFrontccc.jpg,Absolute Drift,PC,Racing,Funselektor Labs Inc.,Funselektor Labs Inc.,,,,,,,2015-07-29,2019-04-22 -/games/boxart/full_ridge-racer-unbounded_65PALFront.jpg,Ridge Racer Unbounded,PC,Racing,Namco Bandai Games,Bugbear Entertainment,,,,,,,2012-03-27, -/games/boxart/full_2799894PALFrontccc.jpg,Lotus Challenge,PS2,Racing,Virgin Interactive,Kuju Entertainment,,,,,,,2001-11-02, -/games/boxart/full_9440486AmericaFrontccc.jpg,FlatOut 3: Chaos & Destruction,PC,Racing,Strategy First,Team 6 Games Studio,,,,,,,2011-12-13, -/games/boxart/full_skydrift_720AmericaFront.jpg,SkyDrift,PC,Racing,HandyGames,Digital Reality,,,,,,,2011-11-21,2019-04-17 -/games/boxart/2366709ccc.jpg,MSR: Metropolis Street Racer,DC,Racing,Sega,Bizarre Creations,8.6,,,,,,2001-01-15, -/games/boxart/full_9919863AmericaFrontccc.jpg,Little Racers STREET,PC,Racing,Milkstone Studios,Milkstone Studios S.L.,,,,,,,2014-02-06,2019-03-27 -/games/boxart/full_7209105AmericaFrontccc.jpg,BallisticNG,PC,Racing,Neognosis,Neognosis,,,,,,,2018-12-14,2019-03-26 -/games/boxart/full_2530272AmericaFrontccc.jpg,Grand Prix Circuit,All,Racing,Accolade,Distinctive Software,,,,,,,1988-01-01,2022-04-23 -/games/boxart/full_2261636AmericaFrontccc.jpg,N2O: Nitrous Oxide,PS,Racing,Fox Interactive,Gremlin Interactive,,,,,,,1998-06-30, -/games/boxart/full_ridge-racer-3d_482AmericaFront.jpg,Ridge Racer 3D,3DS,Racing,Namco Bandai,Namco Bandai Games,7.4,,,,,,2011-03-22, -/games/boxart/full_4811246AmericaFrontccc.jpg,OutRun 2006: Coast 2 Coast,XB,Racing,Sega,Sumo Digital,,,,,,,2006-04-25, -/games/boxart/full_5824771AmericaFrontccc.jpg,International Gran Prix,OSX,Racing,Unknown,"Riverbank Software, Inc.",,,,,,,,2021-04-06 -/games/boxart/full_1194943AmericaFrontccc.jpg,18 Wheeler: American Pro Trucker,DC,Racing,Sega,Sega-AM2,7.4,,,,,,2001-05-22, -/games/boxart/full_18-wheels-of-steel-across-america_338AmericaFront.jpg,18 Wheels of Steel: Across America,PC,Racing,ValuSoft,Sunstorm Interactive,,,,,,,2003-01-01, -/games/boxart/full_18-wheels-of-steel-big-city-rigs_792AmericaFront.jpg,18 Wheels of Steel: Big City Rigs,PC,Racing,ValuSoft,ValuSoft,,,,,,,2009-04-01, -/games/boxart/full_18-wheels-of-steel-gold-edition_702PALFront.jpg,18 Wheels of Steel: Gold Edition,PC,Racing,Rondomedia,Various,,,,,,,2009-01-26, -/games/boxart/full_18-wheels-of-steel-pedal-to-the-metal_603AmericaFront.jpg,18 Wheels of Steel: Pedal to the Metal,PC,Racing,ValuSoft,SCS Software,,,,,,,2004-08-30, -/games/boxart/366014ccc.jpg,1nsane,PC,Racing,Codemasters,Codemasters,,,,,,,2001-02-05, -/games/boxart/full_2929583AmericaFrontccc.jpg,2060 Cyber Racer,XBL,Racing,Microsoft,R3dDr4g0n,,,,,,,2009-06-03, -/games/boxart/full_2xl-mx-offroad_288AmericaFront.jpg,2XL MX Offroad,iOS,Racing,Unknown,"2XL Games, Inc.",,,,,,,, -/games/boxart/full_2713557AmericaFrontccc.jpg,2XL Supercross,PC,Racing,2XL Games,2XL Games,,,,,,,2010-04-06, -/games/boxart/full_321-supercrash_669PALFront.png,"3,2,1... SuperCrash!",PSN,Racing,StormBASIC,StormBasic Games,,,,,,,2010-11-09, -/games/boxart/full_3164591PALFrontccc.jpg,360: Three Sixty,PS,Racing,Cryo Interactive,Smart Dog,,,,,,,1999-07-18, -/games/boxart/full_3d-classics-excite-bike_755AmericaFront.jpg,3D Classics: Excite Bike,3DS,Racing,Unknown,Arika,,,,,,,, -/games/boxart/full_3d-classics-excitebike_387AmericaFront.png,3D Classics: Excitebike,3DS,Racing,Nintendo,Nintendo,,,,,,,2011-06-06, -/games/boxart/1623679ccc.jpg,4 Wheel Thunder,DC,Racing,Midway Games,Kalisto,8.1,,,,,,2000-05-04, -/games/boxart/full_8930986PALFrontccc.jpg,4x4 EVO 2,PS2,Racing,BAM! Entertainment,Terminal Reality,,,,,,,2003-11-04, -/games/boxart/full_392772AmericaFrontccc.jpg,4x4 EVO 2,PC,Racing,Gathering of Developers,Terminal Reality,,,,,,,2001-10-30, -/games/boxart/full_3002270AmericaFrontccc.jpg,4x4 Evolution,PC,Racing,Gathering of Developers,Terminal Reality,,,,,,,2000-10-29, -/games/boxart/4031593ccc.jpg,4x4 Evolution,DC,Racing,Gathering of Developers,Terminal Reality,7.9,,,,,,2000-10-30, -/games/boxart/full_4x4-jam_5PALFront.jpg,4x4 Jam,PSN,Racing,Unknown,Invictus Games,,,,,,,2010-06-23, -/games/boxart/full_4826853PALFrontccc.jpg,4X4 World Trophy,PS,Racing,Infogrames,Infogrames,,,,,,,2000-04-19, -/games/boxart/full_8251536PALFrontccc.jpg,5 Star Racing,PS,Racing,Phoenix Games,Kung Fu,,,,,,,2003-11-15, -/games/boxart/1453530ccc.jpg,A.I.M. Racing,PC,Racing,1C Company,SkyRiver Studios,,,,,,,2007-02-09, -/games/boxart/7123457ccc.jpg,A2 racer,PC,Racing,Davilex,Davilex,,,,,,,1996-01-01, -/games/boxart/7790091ccc.jpg,A2 Racer 2,PC,Racing,Davilex,Davilex,,,,,,,1998-01-01, -/games/boxart/default.jpg,A2 Racer 3,PC,Racing,Davilex,Davilex,,,,,,,2000-01-01, -/games/boxart/full_4859733PALFrontccc.jpg,A2 Racer II,PS,Racing,Davilex,Davilex,,,,,,,1998-01-01, -/games/boxart/full_4233380PALFrontccc.jpg,A2 Racer III: Europa Tour,PS,Racing,Davilex,Davilex,,,,,,,2002-01-01, -/games/boxart/8998670ccc.gif,ABC Sports Indy Racing,PC,Racing,Unknown,Shot Sports Software,,,,,,,1997-01-01, -/games/boxart/full_2368826PALFrontccc.jpg,Action Girlz Racing,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-07-23, -/games/boxart/full_753271PALFrontccc.jpg,Action Girlz Racing,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-09-15, -/games/boxart/full_7263792JapanFrontccc.jpg,Advan Racing,PS,Racing,Atlus,Atlus Co.,,,,,,,1998-11-19, -/games/boxart/full_aero-racer_7PALFront.jpg,Aero Racer,PSN,Racing,Halfbrick Studios,Halfbrick Studios,,,,,,,2010-03-11, -/games/boxart/default.jpg,Aero-Cross,PSN,Racing,Unknown,Namco Bandai Games,,,,,,,, -/games/boxart/default.jpg,Aero-Cross,XBL,Racing,Unknown,Namco Bandai Games,,,,,,,, -/games/boxart/full_air-combat-desert-aces_482AmericaFront.jpg,Air Combat: Desert Aces,XBL,Racing,Microsoft,Strange Games,,,,,,,2011-09-01, -/games/boxart/full_9108254AmericaFrontccc.jpg,AiRace,DSiW,Racing,Qubic Games,No Way Studios,,,,,,,2010-04-12, -/games/boxart/full_9477974AmericaFrontccc.jpg,AiRace: Tunnel,DSiW,Racing,Qubic Games,No Way Studio,,,,,,,2010-01-25, -/games/boxart/full_8231437PALFrontccc.jpg,AirBoarder 64,N64,Racing,GMI,Human Entertainment,,,,,,,1998-11-01, -/games/boxart/full_8968813AmericaFrontccc.jpg,Aircars,AJ,Racing,ICD,"Midnite Entertainment Group, Inc.",,,,,,,1997-01-01, -/games/boxart/full_1752958JapanFrontccc.jpg,AirRace Championship,PS,Racing,Xing Entertainment,Xing Entertainment,,,,,,,1999-03-04, -/games/boxart/4490034ccc.jpg,Al Unser Jr. Turbo Racing,NES,Racing,Data East,Data East,,,,,,,1990-03-01, -/games/boxart/full_al-unser-jrs-road-to-the-top_897AmericaFront.jpg,Al Unser Jr.'s Road to the Top,SNES,Racing,Mindscape,Radical Entertainment,,,,,,,1994-11-01, -/games/boxart/full_al-unser-jr-arcade-racing_251AmericaFront.jpg,"Al Unser, Jr. Arcade Racing",PC,Racing,Mindscape,Mindscape Inc.,,,,,,,1995-01-01, -/games/boxart/full_6080360PALFrontccc.jpg,Alarm For Cobra 11 Vol.2: Hot Pursuit,PS2,Racing,RTL,Davilex,,,,,,,2005-06-10, -/games/boxart/full_7389667JapanFrontccc.jpg,All Japan Grand Touring Car Championship,PS,Racing,Kaneko Co. Ltd,Kaneko,,,,,,,1996-02-23, -/games/boxart/7189975ccc.jpg,All-Star Racing,PS,Racing,Mud Duck Productions,Unknown,,,,,,,2002-10-06, -/games/boxart/9926505ccc.jpg,All-Star Racing 2,PS,Racing,Mud Duck Productions,Mud Duck,,,,,,,2003-04-24, -/games/boxart/full_3986501AmericaFrontccc.jpg,AMA Superbike,PC,Racing,Unknown,Motorsims,,,,,,,, -/games/boxart/7174195ccc.jpg,American Chopper,PC,Racing,Activision,Creat Studio,,,,,,,2004-12-22, -/games/boxart/full_anarchy-rush-hour_9AmericaFront.jpg,Anarchy: Rush Hour,PSN,Racing,Gaijin Entertainment,Gaijin Entertainment,,,,,,,2010-03-25, -/games/boxart/full_andretti-racing_5AmericaFront.jpg,Andretti Racing,PC,Racing,EA Sports,Stormfront Studios,,,,,,,1997-11-30, -/games/boxart/3270756ccc.jpg,Andretti Racing,SAT,Racing,EA Sports,Press Start Inc./ High Score Productions,9,,,,,,1997-11-17, -/games/boxart/full_8391022AmericaFrontccc.jpg,Antigrav Racing Championship,XBL,Racing,Microsoft,R3dDr4g0n,,,,,,,2009-11-04, -/games/boxart/full_3728691AmericaFrontccc.jpg,Antz Extreme Racing,PC,Racing,Empire Interactive,Supersonic Software,,,,,,,2002-08-28, -/games/boxart/full_antz-racing_843AmericaFront.jpg,Antz Racing,GB,Racing,Electronic Arts,RFX Interactive,,,,,,,2001-06-01, -/games/boxart/full_4424609PALFrontccc.jpg,Aqua GT,DC,Racing,Take-Two Interactive,East Point Software LTD,,,,,,,2000-12-22, -/games/boxart/9031920ccc.jpg,Aqua GT,PS,Racing,Take-Two Interactive,Take-Two Interactive,,,,,,,2001-01-26, -/games/boxart/full_3672917AmericaFrontccc.png,Aqua Moto Racing Utopia,WiiU,Racing,Zordix AB,Zordix AB,,,,,,,2018-04-19,2020-10-05 -/games/boxart/full_7764147AmericaFrontccc.jpg,ARC Ninja Edition,XBL,Racing,Microsoft,R3dDr4g0n,,,,,,,2009-11-28, -/games/boxart/723235ccc.jpg,Armada F/X Racers,GB,Racing,Metro 3D,Metro3D,,,,,,,2000-08-25, -/games/boxart/full_armageddon-riders_994AmericaFront.jpg,Armageddon Riders,PSN,Racing,Unknown,Targem Games,,,,,,,2011-06-07, -/games/boxart/full_8346501PALFrontccc.jpg,Army Racer,PC,Racing,Techland,Comgame 576 Ltd.,,,,,,,2005-10-15, -/games/boxart/full_5865512JapanFrontccc.jpg,Art Camion Geijutsuden,PS,Racing,TYO,TYO,,,,,,,1999-12-16, -/games/boxart/full_8464994AmericaFrontccc.jpg,Art Style: light trax,WW,Racing,Nintendo,skip Ltd.,7.4,,,,,,2010-05-24, -/games/boxart/full_3117448AmericaFrontccc.jpg,Asphalt 4: Elite Racing,DSiW,Racing,Gameloft,Gameloft,,,,,,,2009-07-06, -/games/boxart/full_asphalt-urban-gt_236AmericaFront.jpg,Asphalt: Urban GT,NGage,Racing,Nokia,Gameloft,7.5,,,,,,2004-11-15, -/games/boxart/full_4861194PALFrontccc.png,Asphalt: Urban GT 2,PSN,Racing,Ubisoft,Virtuos,,,,,,,2010-01-07, -/games/boxart/full_9634773PALFrontccc.jpg,Asphalt: Urban GT 2,NGage,Racing,Nokia,Gameloft,,,,,,,2005-12-06, -/games/boxart/full_astro-fang-super-machine_817JapanFront.jpg,Astro Fang: Super Machine,NES,Racing,Unknown,A-Wave,,,,,,,1990-10-26, -/games/boxart/full_9607832AmericaFrontccc.jpg,Astro Taxi,XBL,Racing,Microsoft,FifaKane,,,,,,,2009-09-24, -/games/boxart/2800870ccc.jpg,Atari Karts,AJ,Racing,Atari,Miracle Designs,,,,,,,1995-01-01, -/games/boxart/1841884ccc.jpg,ATV Mania,PS,Racing,Gotham Games,Gotham Games,,,,,,,2003-07-23, -/games/boxart/9726740ccc.jpg,ATV Offroad Fury 4,PS2,Racing,Sony Computer Entertainment,Climax Group,,,,,,,2006-10-31, -/games/boxart/default.jpg,ATV Quad Kings,PS2,Racing,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/default.jpg,ATV Quad Kings,PC,Racing,Unknown,Enjoy Gaming ltd.,,,,,,,, -/games/boxart/full_atv-racers_531AmericaFront.jpg,ATV Racers,PS,Racing,Mud Duck Productions,Miracle Designs,,,,,,,2003-12-03, -/games/boxart/full_atv-racers_137PALFront.png,ATV Racers,PSN,Racing,Midas Interactive Entertainment,Miracle Designs,,,,,,,2010-11-24, -/games/boxart/default.jpg,ATV Racing,GB,Racing,Datel,Datel,,,,,,,2001-02-23, -/games/boxart/full_atv-wild-ride_131AmericaFront.jpg,ATV Wild Ride,DS,Racing,Unknown,Renegade Kid,,,,,,,2020-12-31, -/games/boxart/default.jpg,ATV X-Treme: World Challenge,DS,Racing,Unknown,Maximum Family Games,,,,,,,2011-09-27, -/games/boxart/5580786ccc.jpg,ATV: Thunder Ridge Riders,GBA,Racing,"Destination Software, Inc",DSI Games,,,,,,,2006-09-05, -/games/boxart/4896480ccc.jpg,Autobahn Raser,PC,Racing,Koch Media,Davilex,,,,,,,1998-01-01, -/games/boxart/full_autobahn-tokio_3JapanFront.jpg,AutoBahn Tokio,3DO,Racing,Sanyei Shobou,Sanyei Shobou,,,,,,,1995-12-22, -/games/boxart/full_avaglide_0AmericaFront.jpg,AvaGlide,XBL,Racing,Microsoft,HaikuInteractive,,,,,,,2010-07-19, -/games/boxart/full_avatar-karting_500AmericaFront.jpg,Avatar Karting,XBL,Racing,Microsoft,Jujubee S.A.,,,,,,,2011-01-02, -/games/boxart/full_avatar-racedrome_5AmericaFront.jpg,Avatar Racedrome,XBL,Racing,Microsoft,Jujubee S.A.,,,,,,,2010-05-14, -/games/boxart/full_1678337AmericaFrontccc.jpg,Avatar Rockets,XBL,Racing,Microsoft,SniperED007,,,,,,,2009-11-08, -/games/boxart/full_avatar-without-a-chute_597AmericaFront.jpg,Avatar Without a Chute,XBL,Racing,Microsoft,Stegersaurus Games 2,,,,,,,2011-06-29, -/games/boxart/3020904ccc.jpg,Axelerator,PC,Racing,Magic Bytes,Synetic,,,,,,,1997-12-31, -/games/boxart/full_5335595PALFrontccc.jpg,Ayrton Senna Kart Duel,PS,Racing,Sunsoft,GAPS Inc.,,,,,,,1996-12-01, -/games/boxart/full_2895492PALFrontccc.jpg,Ayrton Senna Kart Duel 2,PS,Racing,Sunsoft,GAPS Inc.,,,,,,,1998-01-01, -/games/boxart/full_8825240JapanFrontccc.jpg,Ayrton Senna Kart Duel Special,PS,Racing,Gaps,GAPS Inc.,,,,,,,1999-04-28, -/games/boxart/3271258ccc.jpg,Ayrton Senna's Super Monaco GP II,GEN,Racing,Sega,Sega,,,,,,,1992-07-16, -/games/boxart/full_8246581PALFrontccc.jpg,Ayrton Senna's Super Monaco GP II,MS,Racing,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_4791190AmericaFrontccc.jpg,Ayrton Senna's Super Monaco GP II,GG,Racing,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_7006674AmericaFrontccc.jpg,Baja: Edge of Control,XBL,Racing,THQ,2XL Games,6.6,,,,,,2010-03-16, -/games/boxart/full_4475606JapanFrontccc.jpg,Bakusou Dekotora Densetsu 2,PS,Racing,Spike,Spike,,,,,,,1999-12-16, -/games/boxart/full_896029JapanFrontccc.jpg,Bakusou Dekotora Densetsu Black,DS,Racing,Spike,Spike,,,,,,,2008-03-20, -/games/boxart/full_6428617JapanFrontccc.jpg,Bakusou Dekotora Densetsu for WonderSwan,WS,Racing,Naxat Soft,Human Club,,,,,,,1999-12-29, -/games/boxart/full_2424151JapanFrontccc.jpg,Bakusou Dekotora Densetsu GB Special: Otoko Dokyou no Tenka Touitsu,GB,Racing,KID,KID Corporation,,,,,,,2000-07-21, -/games/boxart/full_906092JapanFrontccc.jpg,Bakusou Dekotora Densetsu: Otoko Hanamichi Yume Roman,PS2,Racing,Spike,Spike,,,,,,,2003-01-23, -/games/boxart/full_3209573AmericaFrontccc.jpg,Ballistics,PC,Racing,Xicat Interactive,GRIN,,,,,,,2001-10-22, -/games/boxart/full_1008210AmericaFrontccc.jpg,Bandits: Phoenix Rising,PC,Racing,Tri Synergy,GRIN,,,,,,,2003-03-28, -/games/boxart/full_banishing-racer_828JapanFront.jpg,Banishing Racer,GB,Racing,Jaleco,Jaleco Entertainment,,,,,,,1991-07-26, -/games/boxart/full_bari-bari-densetsu_10JapanFront.jpg,Bari Bari Densetsu,PCE,Racing,Taito,Taito Corporation,,,,,,,1989-11-30, -/games/boxart/full_battle-cross_638JapanFront.jpg,Battle Cross,SNES,Racing,Imagineer,Imagineer,,,,,,,1994-12-09, -/games/boxart/5083732ccc.jpg,Battle Grand Prix,SNES,Racing,Naxat Soft,Hudson Soft,,,,,,,1992-03-27, -/games/boxart/full_551379PALFrontccc.jpg,Battle OutRun,MS,Racing,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_bc-racers_9PALFront.jpg,BC Racers,PC,Racing,Unknown,Core Design Ltd.,,,,,,,1996-01-01, -/games/boxart/6966426ccc.jpg,BC Racers,3DO,Racing,LG,Core Design Ltd.,,,,,,,1995-01-01, -/games/boxart/9422809ccc.jpg,BC Racers,SCD,Racing,Time Warner Interactive,Core Design Ltd.,,,,,,,1994-12-01, -/games/boxart/full_5529356AmericaFrontccc.jpg,Beach Buggy Racing,And,Racing,Vector Unit,Vector Unit,,,,,,,2014-10-01, -/games/boxart/full_7965492AmericaFrontccc.jpg,Beam Breakers,PC,Racing,JoWood Productions,Similis,,,,,,,2002-10-21, -/games/boxart/5629345ccc.jpg,Beamrider,5200,Racing,Activision,Cheshire Engineering,,,,,,,1983-06-01, -/games/boxart/full_9673845AmericaFrontccc.jpg,Beetle Adventure Racing!,VC,Racing,Unknown,"Paradigm Entertainment, Electronic Arts",,,,,,,, -/games/boxart/3434977ccc.jpg,Big Bumpin',XB,Racing,King Games,Blitz Games,6.3,,,,,,2006-11-19, -/games/boxart/full_2353550AmericaFrontccc.jpg,Big Mutha Truckers,DS,Racing,DSI Games,Raylight Studios,,,,,,,2005-10-19, -/games/boxart/4821190ccc.jpg,Big Mutha Truckers,PC,Racing,THQ,Eutechnyx,,,,,,,2003-06-27, -/games/boxart/5237450ccc.jpg,Big Mutha Truckers 2,PC,Racing,THQ,Eutechnyx,,,,,,,2005-08-26, -/games/boxart/full_6729954AmericaFrontccc.jpg,Big Red Racing,PC,Racing,Eidos Interactive,Big Red Software,,,,,,,1996-02-29, -/games/boxart/full_big-rigs-over-the-road-racing_115AmericaFront.jpg,Big Rigs: Over the Road Racing,PC,Racing,GameMill,Stellar Stone,,,,,,,2003-11-20, -/games/boxart/full_1259762AmericaFrontccc.jpg,Bigfoot,NES,Racing,Acclaim Entertainment,Beam Software,,,,,,,1990-07-01, -/games/boxart/default.jpg,Bigfoot: Collision Course,PS2,Racing,Unknown,Destination Software,,,,,,,, -/games/boxart/full_8122144AmericaFrontccc.jpg,Biker Mice From Mars,SNES,Racing,Konami,Konami,,,,,,,1994-12-01, -/games/boxart/full_4553091AmericaFrontccc.jpg,Bill Elliott's NASCAR Challenge,NES,Racing,Konami,"Distinctive Software,Inc.",,,,,,,1991-01-01, -/games/boxart/7503915ccc.jpg,Bill Elliott's NASCAR Fast Tracks,GB,Racing,Konami,"Distinctive Software, Inc.",,,,,,,1991-01-01, -/games/boxart/full_5651652AmericaFrontccc.jpg,bleem! Gran Turismo 2,DC,Racing,bleem!,bleem!,,,,,,,2001-01-01, -/games/boxart/full_1952852AmericaFrontccc.jpg,BluePrint Racer 4D,XBL,Racing,Microsoft,ECHS BACHS,,,,,,,2009-04-21, -/games/boxart/full_1696979JapanFrontccc.jpg,BMX Trial: Alex Kidd,MS,Racing,Sega,Sega,,,,,,,1987-11-15, -/games/boxart/default.jpg,Bokan Go Go Go,PS,Racing,Banpresto,Banpresto,,,,,,,2001-02-22, -/games/boxart/full_bomberman-fantasy-race_3AmericaFront.jpg,Bomberman Fantasy Race,PSN,Racing,Sony Computer Entertainment,Graphic Research,,,,,,,2010-05-18, -/games/boxart/full_8375012PALFrontccc.jpg,Bomberman Kart,PS2,Racing,Hudson Soft,Racjin Co.,,,,,,,2003-10-17, -/games/boxart/full_1487579JapanFrontccc.jpg,Bomberman Kart DX,PS2,Racing,Hudson Soft,Racjin Co.,,,,,,,2004-04-15, -/games/boxart/full_boss-rally_622AmericaFront.jpg,Boss Rally,PC,Racing,SouthPeak Interactive,Boss Game Studios,,,,,,,1999-04-30, -/games/boxart/full_4747590JapanFrontccc.jpg,Bouken Yuuki PlaStar World: Plaston GP,GBA,Racing,Takara,Takara,,,,,,,2003-04-24, -/games/boxart/default.jpg,BPM Racing,WW,Racing,Unknown,Yuke’s,,,,,,,, -/games/boxart/full_6322658JapanFrontccc.jpg,Buckle Up!,PS,Racing,Shangri-La,Unknown,,,,,,,1998-01-29, -/games/boxart/full_6955144AmericaFrontccc.jpg,Buggy,PC,Racing,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-01-01, -/games/boxart/full_8893618PALFrontccc.jpg,Buggy,PS,Racing,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-07-01, -/games/boxart/full_buggy-run_1PALFront.jpg,Buggy Run,MS,Racing,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_bug-riders_107PALFront.png,Bugriders: The Race of Kings,PSN,Racing,Atari,n-Space,,,,,,,2011-02-09, -/games/boxart/default.jpg,Build 'n Race,PC,Racing,Zoo Games,Icon Games,,,,,,,2009-07-21, -/games/boxart/5766875ccc.jpg,Bump 'n' Jump,NES,Racing,Victory Lap Games,Data East,,,,,,,1988-12-01, -/games/boxart/default.jpg,Burn Out,PS,Racing,Success,Success,,,,,,,2000-08-24, -/games/boxart/default.jpg,Burnin' Rubber,PSN,Racing,Unknown,"G1M2, LLC",,,,,,,2010-06-22, -/games/boxart/full_2197798AmericaFrontccc.jpg,Burnout 3: Takedown,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2008-01-14, -/games/boxart/full_5074803AmericaFrontccc.jpg,Burnout Anthology,PS2,Racing,Electronic Arts,Criterion Studios,,,,,,,2008-11-19, -/games/boxart/full_burnout-crash_546AmericaFront.jpg,Burnout Crash!,XBL,Racing,Electronic Arts,Criterion Games,6.8,,,,,,2011-09-21, -/games/boxart/full_burnout-crash_394AmericaFront.jpg,Burnout Crash!,PSN,Racing,Electronic Arts,Criterion Games,7,,,,,,2011-09-20, -/games/boxart/272133ccc.gif,Burnout Dominator,PS2,Racing,Electronic Arts,Criterion Games,7.8,,,,,,2007-03-06, -/games/boxart/full_3485226AmericaFrontccc.png,Burnout Dominator,PSN,Racing,Electronic Arts,Criterion Games,7.8,,,,,,2009-09-30, -/games/boxart/full_882714AmericaFrontccc.png,Burnout Legends,PSN,Racing,Electronic Arts,Criterion Games,8.4,,,,,,2009-09-30, -/games/boxart/full_932763AmericaFrontccc.jpg,Burnout Paradise,XBL,Racing,Electronic Arts,Criterion Games,9,,,,,,2009-08-11, -/games/boxart/full_8729834AmericaFrontccc.jpg,Burnout Paradise,PSN,Racing,Electronic Arts,Criterion,9,,,,,,2008-09-25, -/games/boxart/full_burnout-paradise-big-surf-island_996AmericaFront.jpg,Burnout Paradise: Big Surf Island,XBL,Racing,Electronic Arts,Criterion Games,8,,,,,,2009-06-11, -/games/boxart/full_burnout-paradise-big-surf-island_651AmericaFront.jpg,Burnout Paradise: Big Surf Island,PSN,Racing,Electronic Arts,Criterion Games,8,,,,,,2009-06-11, -/games/boxart/full_burnout-paradise-cops-ampamp-robbers_444AmericaFront.jpg,Burnout Paradise: Cops & Robbers,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2009-04-30, -/games/boxart/full_burnout-paradise-cops-ampamp-robbers_617AmericaFront.jpg,Burnout Paradise: Cops & Robbers,PSN,Racing,Unknown,Criterion Games,,,,,,,2009-04-30, -/games/boxart/full_burnout-paradise-party-pack_548AmericaFront.jpg,Burnout Paradise: Party Pack,PSN,Racing,Electronic Arts,Criterion Games,,,,,,,2009-02-05, -/games/boxart/full_burnout-paradise-party-pack_830AmericaFront.jpg,Burnout Paradise: Party Pack,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2009-02-05, -/games/boxart/full_7427910AmericaFrontccc.jpg,Burnout Revenge,XBL,Racing,Electronic Arts,Criterion Games,,,,,,,2009-08-25, -/games/boxart/full_4214686PALFrontccc.jpg,Butt-Ugly Martians: Zoom or Doom!,GC,Racing,Unknown,Runecraft,,,,,,,, -/games/boxart/full_7322905PALFrontccc.jpg,Buzz! Junior: Ace Racers,PS2,Racing,Sony Computer Entertainment,Cohort Studios,,,,,,,2008-02-24, -/games/boxart/full_7550922JapanFrontccc.jpg,C1-Circuit,PS,Racing,Invex,Invex,,,,,,,1996-10-04, -/games/boxart/full_1989700PALFrontccc.jpg,C3 Racing: Car Constructors Championship,PS,Racing,Infogrames,Eutechnyx,,,,,,,1998-01-01, -/games/boxart/default.jpg,Calvin Tucker's Farm Animal Racing,Wii,Racing,Unknown,Team6 Game Studios,,,,,,,, -/games/boxart/default.jpg,Calvin Tucker's Redneck: Farm Animal Racing Tournament,DS,Racing,Unknown,Team6 Game Studios,,,,,,,, -/games/boxart/full_5292976PALFrontccc.jpg,Captain Scarlet,PS2,Racing,Blast! Entertainment Ltd,Brain in a Jar,,,,,,,2006-12-05, -/games/boxart/9739512ccc.jpg,Car & Driver,PC,Racing,Electronic Arts,Looking Glass Studios,,,,,,,1992-01-01, -/games/boxart/8329892ccc.jpg,Car and Driver Presents: Grand Tour Racing '98,PS,Racing,Activision,Eutechnyx,7,,,,,,1997-09-30, -/games/boxart/full_car-racing-challenge_353PALFront.jpg,Car Racing Challenge,PS2,Racing,505 Games,Tamsoft,,,,,,,2006-02-01, -/games/boxart/full_carmageddon_159AmericaFront.jpg,Carmageddon,GB,Racing,Titus,Aqua Pacific,,,,,,,2000-04-01, -/games/boxart/full_2940466PALFrontccc.jpg,Carmageddon,PS,Racing,Virgin Interactive,Aqua Pacific,,,,,,,1999-10-08, -/games/boxart/274823ccc.jpg,Carmageddon,PC,Racing,Interplay,SCi,,,,,,,1997-06-30, -/games/boxart/8790297ccc.jpg,Carmageddon 2: Carpocalypse Now,PC,Racing,Interplay,Stainless Games,,,,,,,1998-12-01, -/games/boxart/1874095ccc.png,Carmageddon Max Pack,PC,Racing,SCi,Stainless Games,,,,,,,1997-01-01, -/games/boxart/7628464ccc.jpg,Carmageddon Splat Pack,PC,Racing,SCi,Stainless Games,,,,,,,1997-01-01, -/games/boxart/2687477ccc.jpg,Carmageddon TDR 2000,PC,Racing,Xicat Interactive,SCi Entertainment Group,,,,,,,2000-12-02, -/games/boxart/full_8085793PALFrontccc.jpg,Carrera Power Slide,GBA,Racing,Unknown,Tiertex Design Studios,,,,,,,2003-01-01, -/games/boxart/full_8576838AmericaFrontccc.jpg,Cars,PC,Racing,THQ,Beenox,,,,,,,2006-06-06, -/games/boxart/5199306ccc.jpg,Cars: Mater-National Championship,GBA,Racing,THQ,Rainbow Studios,,,,,,,2007-11-12, -/games/boxart/full_3880996PALFrontccc.jpg,Cars: Mater-National Championship,PC,Racing,THQ,Rainbow Studios,,,,,,,2007-10-29, -/games/boxart/9515754ccc.jpg,Cars: Radiator Springs Adventure,PC,Racing,THQ,Beenox,,,,,,,2006-06-06, -/games/boxart/full_1570726AmericaFrontccc.jpg,CART Flag To Flag,DC,Racing,Sega,Zoom Inc.,6.3,,,,,,1999-09-08, -/games/boxart/full_4662197AmericaFrontccc.jpg,CART Precision Racing,PC,Racing,Unknown,Terminal Reality,,,,,,,, -/games/boxart/7649813ccc.jpg,Cartoon Network Speedway,GBA,Racing,Majesco,DC Studios,3,,,,,,2003-11-09, -/games/boxart/full_castrol-honda-superbike-2000_79AmericaFront.jpg,Castrol Honda Superbike 2000,PC,Racing,Midas Interactive Entertainment,Eidos Interactive,,,,,,,2000-01-01, -/games/boxart/full_castrol-honda-superbike-world-champions_191AmericaFront.jpg,Castrol Honda Superbike World Champions,PC,Racing,Unknown,Interactive Entertainment,,,,,,,1998-01-01, -/games/boxart/full_2086828PALFrontccc.jpg,Cel Damage Overdrive,PS2,Racing,Electronic Arts,Pseudo Interactive,5.3,,,,,,2002-12-12, -/games/boxart/4915124ccc.jpg,Championship Motocross 2001 Featuring Ricky Carmichael,GB,Racing,THQ,Tiertex Design Studios,,,,,,,2000-10-01, -/games/boxart/9844929ccc.jpg,Championship Motocross 2002 Featuring Ricky Carmichael,GBA,Racing,THQ,Tiertex Design Studios,,,,,,,2001-09-29, -/games/boxart/6204296ccc.jpg,Championship Pro-Am,GEN,Racing,Tradewest,Rare Ltd.,,,,,,,1992-01-01, -/games/boxart/full_2752607AmericaFrontccc.jpg,Championship Rally,Lynx,Racing,Songbird Productions,Songbird Productions,,,,,,,2000-01-01, -/games/boxart/3767572ccc.jpg,Championship Sprint,PSN,Racing,Sony Online Entertainment,Atari,,,,,,,2007-05-30, -/games/boxart/full_2460207JapanFrontccc.jpg,Charinko Hero,GC,Racing,Banpresto,Banpresto,,,,,,,2003-07-17, -/games/boxart/full_4760684AmericaFrontccc.jpg,Charlie Cat's Hot Air Balloon,XBL,Racing,Microsoft,Cute Cat Games,,,,,,,2009-09-14, -/games/boxart/full_chase-hq_10AmericaFront.jpg,Chase H.Q.,VC,Racing,Taito,Taito Corporation,,,,,,,2008-07-28, -/games/boxart/full_8776131AmericaFrontccc.jpg,Chase H.Q.,GG,Racing,Taito,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/5318514ccc.jpg,Chase H.Q.,GB,Racing,Taito,Bits Corporation Limited,,,,,,,1990-12-01, -/games/boxart/full_2613376PALFrontccc.jpg,Chase H.Q.,MS,Racing,Sega,Taito Corporation,,,,,,,1990-01-01, -/games/boxart/full_6848217AmericaFrontccc.jpg,Chase H.Q.,PCE,Racing,Taito,Taito Corporation,,,,,,,1992-01-01, -/games/boxart/full_chase-hq-ii_3AmericaFront.jpg,Chase H.Q. II,GEN,Racing,Taito,Taito Corporation,,,,,,,1992-10-22, -/games/boxart/full_1069157JapanFrontccc.jpg,Chase H.Q. Special: Police S.C.I.,SAT,Racing,Taito,Taito Corporation,,,,,,,1996-08-09, -/games/boxart/full_chase-hq-secret-police_5AmericaFront.jpg,Chase H.Q.: Secret Police,GB,Racing,Metro 3D,Taito Corporation,,,,,,,2000-05-30, -/games/boxart/3172825ccc.jpg,Checkered Flag,Lynx,Racing,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/1054403ccc.jpg,Checkered Flag,AJ,Racing,Atari,Rebellion Developments,,,,,,,1994-01-01, -/games/boxart/full_6609137AmericaFrontccc.jpg,Chicane,GIZ,Racing,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_chiki-chiki-machine-mou-race_9JapanFront.jpg,Chiki Chiki Machine Mou Race,GB,Racing,Atlus,Atlus Co.,,,,,,,1992-03-27, -/games/boxart/full_chocobo-racing_0JapanFront.jpg,Chocobo Racing,PSN,Racing,Square,SquareSoft,,,,,,,2009-02-10, -/games/boxart/full_7000835JapanFrontccc.jpg,Choro Q Jet: Rainbow Wings,PS,Racing,Takara,Takara,,,,,,,1998-02-26, -/games/boxart/full_9611274JapanFrontccc.jpg,Choro Q Park,SAT,Racing,Takara,Nextech,,,,,,,1998-03-26, -/games/boxart/full_7121716JapanFrontccc.jpg,Choro Q Works,PS2,Racing,Atlus,Barnhouse Effect,,,,,,,2005-05-26, -/games/boxart/full_4328449AmericaFrontccc.jpg,Chromatism,XBL,Racing,Microsoft,m00nkeh,,,,,,,2009-01-13, -/games/boxart/default.jpg,Circuit Racer,PC,Racing,GT Interactive,GT Interactive,,,,,,,1997-01-01, -/games/boxart/full_3837918PALFrontccc.jpg,Circus Maximus: Chariot Wars,PS2,Racing,THQ,Kodiak Interactive,,,,,,,2002-07-05, -/games/boxart/full_1588114AmericaFrontccc.jpg,City Racer,PC,Racing,Ubisoft,Ubisoft,,,,,,,2003-06-30, -/games/boxart/full_5067699JapanFrontccc.jpg,Clash King V201,DS,Racing,Genterprise,Genterprise,,,,,,,2009-09-17, -/games/boxart/default.jpg,Classic Car Racing,PC,Racing,1C Company,X-Bow Software,,,,,,,2010-01-22, -/games/boxart/7079192ccc.jpg,Club Drive,AJ,Racing,Atari,Atari,,,,,,,1994-01-01, -/games/boxart/default.jpg,Clutch,X360,Racing,Unknown,Targem Games,,,,,,,, -/games/boxart/full_5189401AmericaFrontccc.jpg,Clutch,PC,Racing,Game Factory Interactive,Targem Games,,,,,,,2009-06-02, -/games/boxart/full_5883968PALFrontccc.jpg,Cocoto Kart Racer,PS2,Racing,Big Ben Interactive,Neko Entertainment,,,,,,,2005-03-02, -/games/boxart/full_3886534PALFrontccc.jpg,Cocoto Kart Racer,GBA,Racing,Big Ben Interactive,Neko Entertainment,,,,,,,2005-01-01, -/games/boxart/full_5631439PALFrontccc.jpg,Cocoto Kart Racer,PC,Racing,Midas Interactive Entertainment,Neko Entertainment,,,,,,,2006-07-21, -/games/boxart/full_2321440PALFrontccc.jpg,Cocoto Kart Racer,GC,Racing,Big Ben Interactive,Neko Entertainment,,,,,,,2005-04-22, -/games/boxart/full_colin-mcrae-rally_284PALFront.png,Colin McRae Rally,GB,Racing,THQ,Spellbound,,,,,,,2001-01-01, -/games/boxart/full_6604773PALFrontccc.png,Colin McRae Rally 2005,PSN,Racing,Codemasters,Six by Nine,,,,,,,2009-08-20, -/games/boxart/full_colin-mcrae-rally-2005_759AmericaFront.jpg,Colin McRae Rally 2005,NGage,Racing,Nokia,Ideaworks3D,8.3,,,,,,2004-11-15, -/games/boxart/full_combat-cars_806AmericaFront.jpg,Combat Cars,GEN,Racing,Accolade,Accolade,,,,,,,1994-01-01, -/games/boxart/full_9823899AmericaFrontccc.jpg,Concept Car Series 2010,XBL,Racing,Unknown,Jujubee S.A.,,,,,,,, -/games/boxart/full_1499791AmericaFrontccc.jpg,Corvette,PC,Racing,TDK Mediactive,Steel Monkeys,,,,,,,2003-12-10, -/games/boxart/full_7677624AmericaFrontccc.jpg,Corvette Evolution GT,PS2,Racing,Valcon Games,MileStone Inc.,,,,,,,2006-10-11, -/games/boxart/full_4095774AmericaFrontccc.jpg,Courier Crisis,SAT,Racing,GT Interactive,New Level Software,,,,,,,1997-01-01, -/games/boxart/5097422ccc.jpg,Crash 'N Burn,3DO,Racing,Crystal Dynamics,Crystal Dynamics,,,,,,,1993-01-01, -/games/boxart/full_crash-nitro-kart_218AmericaFront.jpg,Crash Nitro Kart,NGage,Racing,Nokia,Vicarious Visions,6,,,,,,2004-07-28, -/games/boxart/full_6865091AmericaFrontccc.png,Crash Tag Team Racing,PSN,Racing,Activision,Radical Entertainment,,,,,,,2009-09-30, -/games/boxart/full_crash-team-racing_2AmericaFront.jpg,Crash Team Racing,PSN,Racing,Sony Computer Entertainment,Naughty Dog,,,,,,,2010-08-10, -/games/boxart/full_crash-time-autobahn-pursuit_979PALFront.jpg,Crash Time,PC,Racing,RTL,Synetic,,,,,,,2007-11-07, -/games/boxart/full_2242818PALFrontccc.jpg,Crash Time 4: The Syndicate,X360,Racing,DTP Entertainment,Synetic,,,,,,,2011-10-29,2019-01-02 -/games/boxart/full_3619089PALFrontccc.jpg,Crash Time II,PC,Racing,Meridian4,Synetic,,,,,,,2009-08-27, -/games/boxart/full_1578395PALFrontccc.jpg,Crash Time III,PC,Racing,Tradewest,Synetic,,,,,,,2009-11-27, -/games/boxart/default.jpg,Crash-City GP,3DS,Racing,Unknown,Rocket Company,,,,,,,, -/games/boxart/full_5099684AmericaFrontccc.jpg,Crash-Course Domo,DSiW,Racing,Nintendo,Suzak,,,,,,,2009-10-19, -/games/boxart/2351546ccc.jpg,CrashDay,PC,Racing,ValuSoft,Moonbyte Studios / Replay Studios,,,,,,,2006-12-20, -/games/boxart/full_7965677PALFrontccc.jpg,Crashed,PS2,Racing,Rage Software,Rage Software,,,,,,,2002-09-27, -/games/boxart/full_crasher_366AmericaFront.jpg,Crasher,PC,Racing,Mindscape,Punchers Impact,,,,,,,2011-01-28, -/games/boxart/full_crazy-cars_313AmericaFront.jpg,Crazy Cars,PC,Racing,Titus,Titus France SA,,,,,,,1987-01-01, -/games/boxart/8712553ccc.jpg,Crazy Frog Racer,GBA,Racing,Ubisoft,Digital Jesters,,,,,,,2005-12-16, -/games/boxart/2368340ccc.jpg,Crazy Frog Racer,PC,Racing,Ubisoft,Digital Jesters,,,,,,,2005-12-09, -/games/boxart/full_6797761AmericaFrontccc.jpg,Crazy Taxi,PC,Racing,Activision,Strangelite,5,,,,,,2002-09-30, -/games/boxart/full_crazy-taxi_1000AmericaFront.jpg,Crazy Taxi,PSN,Racing,Sega,Sega,6,,,,,,2010-11-16, -/games/boxart/full_crazy-taxi_10AmericaFront.jpg,Crazy Taxi,XBL,Racing,Sega,Sega,6,,,,,,2010-11-24, -/games/boxart/full_1885214AmericaFrontccc.png,Crazy Taxi: Fare Wars,PSN,Racing,Sega,Sniper Studios,6.3,,,,,,2009-09-30, -/games/boxart/full_3641941AmericaFrontccc.jpg,Crime Cities,PC,Racing,EON Digital Entertainment,Techland,,,,,,,2001-01-15, -/games/boxart/full_1368689AmericaFrontccc.jpg,Crime Killer,PC,Racing,Interplay,Pixelogic,,,,,,,1998-06-01, -/games/boxart/7160414ccc.jpg,CrimeWave,SAT,Racing,Eidos Interactive,Eidos Interactive,,,,,,,1997-05-26, -/games/boxart/full_7272876JapanFrontccc.jpg,Critical Velocity,PS2,Racing,Namco,Namco,,,,,,,2005-10-13, -/games/boxart/263701ccc.jpg,Cross Racing Championship 2005,PC,Racing,Graphsim Entertainment,Invictus,,,,,,,2005-10-04, -/games/boxart/full_4802953AmericaFrontccc.jpg,Cruis'n Exotica,GB,Racing,Midway Games,Crawfish Interactive,,,,,,,2000-11-06, -/games/boxart/6519682ccc.jpg,Cruis'n USA,VC,Racing,Nintendo,Midway Games,,,,,,,2008-03-31, -/games/boxart/full_7061050PALFrontccc.jpg,Crusty Demons,PS2,Racing,Deep Silver,Climax Group,,,,,,,2006-11-24, -/games/boxart/full_9259520AmericaFrontccc.jpg,Crystal Spear remake,XBL,Racing,Microsoft,former,,,,,,,2009-09-02, -/games/boxart/full_cubix-race-n-robots_246AmericaFront.jpg,Cubix: Race 'N Robots,GB,Racing,3DO,Blitz Games,,,,,,,2001-11-13, -/games/boxart/full_3012826AmericaFrontccc.jpg,Cyber Speedway,SAT,Racing,Sega,NexTech Corporation,,,,,,,1995-01-01, -/games/boxart/full_8757766AmericaFrontccc.jpg,Cyber Spin,SNES,Racing,Takara,Takara,,,,,,,1992-11-01, -/games/boxart/full_4677481PALFrontccc.jpg,Cyclone Circus,PS2,Racing,Playlogic Game Factory,Playlogic,,,,,,,2006-02-01, -/games/boxart/full_8412804PALFrontccc.jpg,D-Unit Drift Racing,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-10-13, -/games/boxart/full_2118388JapanFrontccc.jpg,D1 Professional Drift Grand Prix Series 2005,PS2,Racing,Yuke's,Yuke's Future Media Creators,,,,,,,2005-10-20, -/games/boxart/full_6721330PALFrontccc.jpg,Dakar 2,PS2,Racing,Acclaim Entertainment,Acclaim Studios Cheltenham,,,,,,,2003-03-07, -/games/boxart/full_4063498AmericaFrontccc.jpg,Danny Sullivan's Indy Heat,NES,Racing,Tradewest,Rare Ltd.,,,,,,,1992-08-01, -/games/boxart/full_8437101AmericaFrontccc.jpg,Darkwind: War on Wheels,PC,Racing,Psychic Software,Psychic Software,,,,,,,2014-08-22, -/games/boxart/full_9505198AmericaFrontccc.jpg,Darkwind: War on Wheels,OSX,Racing,Psychic Software,Psychic Software,,,,,,,2014-08-22, -/games/boxart/469382ccc.jpg,Dashin' Desperados,GEN,Racing,Data East,Data East,,,,,,,1993-01-01, -/games/boxart/full_days-of-thunder_1AmericaFront.jpg,Days of Thunder,PC,Racing,Mindscape,Argonaut Games,,,,,,,1990-01-01, -/games/boxart/6139058ccc.jpg,Days of Thunder,NES,Racing,Mindscape,Beam Software,,,,,,,1990-10-01, -/games/boxart/3400357ccc.jpg,Days of Thunder,GB,Racing,Mindscape,Argonaut Games,,,,,,,1992-02-01, -/games/boxart/default.jpg,Days of Thunder (PSP),PSN,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-06-02, -/games/boxart/full_days-of-thunder-arcade_251AmericaFront.jpg,Days of Thunder: Arcade,PC,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-02-25, -/games/boxart/full_days-of-thunder-arcade_42AmericaFront.jpg,Days of Thunder: Arcade,XBL,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-02-25, -/games/boxart/default.jpg,Days of Thunder: NASCAR Edition,XBL,Racing,Unknown,Piranha Games,,,,,,,, -/games/boxart/full_days-of-thunder-nascar-edition_242AmericaFront.jpg,Days of Thunder: NASCAR Edition,PSN,Racing,Paramount Digital Entertainment,Piranha Games,,,,,,,2011-02-22, -/games/boxart/3357134ccc.jpg,Daytona USA,DC,Racing,Sega,Amusement Vision,7.7,,,,,,2001-03-12, -/games/boxart/full_daytona-usa_980AmericaFront.jpg,Daytona USA,PSN,Racing,Sega,Sega,8.5,,,,,,2011-10-25, -/games/boxart/full_daytona-usa_84AmericaFront.jpg,Daytona USA,XBL,Racing,Sega,Sega,9,,,,,,2011-10-26, -/games/boxart/full_9799799AmericaFrontccc.jpg,Daytona USA,PC,Racing,Sega,Sega-AM2,,,,,,,1996-01-01, -/games/boxart/default.jpg,Daytona USA Deluxe,PC,Racing,Sega,Sega-AM2,,,,,,,1997-10-31, -/games/boxart/8669633ccc.jpg,Dead Heat Scramble,GB,Racing,Electro Brain,Toei Animation,,,,,,,1990-12-01, -/games/boxart/full_death-race_258AmericaFront.jpg,Death Race,NES,Racing,Unknown,"American Game Cartridges, Inc.",,,,,,,1991-01-01, -/games/boxart/full_5905061AmericaFrontccc.jpg,Death Rally,PC,Racing,GT Interactive,Remedy Entertainment,,,,,,,1996-12-31, -/games/boxart/full_death-track-resurrection_4AmericaFront.jpg,Death Track: Resurrection,PC,Racing,Aspyr,Sky Fallen,,,,,,,2009-03-31, -/games/boxart/full_death-track-resurrection_10AmericaFront.jpg,Death Track: Resurrection,PSN,Racing,Gaijin Entertainment,Sky Fallen,,,,,,,2010-06-14, -/games/boxart/full_4801192AmericaFrontccc.jpg,Demolition Herby,2600,Racing,Unknown,Telesys,,,,,,,1983-01-01, -/games/boxart/full_9824243AmericaFrontccc.jpg,Demolition Racer,PC,Racing,Infogrames,Pitbull Syndicate,,,,,,,2000-09-12, -/games/boxart/5369549ccc.jpg,Demolition Racer: No Exit,DC,Racing,Infogrames,Pitbull Syndicate,7.7,,,,,,2000-10-23, -/games/boxart/full_5649212AmericaFrontccc.jpg,Destruction Derby,PC,Racing,Psygnosis,Reflections Interactive,,,,,,,1996-01-01, -/games/boxart/full_9435733PALFrontccc.jpg,Destruction Derby,SAT,Racing,Psygnosis,Reflections Interactive,,,,,,,1996-01-01, -/games/boxart/full_6372584AmericaFrontccc.png,Destruction Derby,PSN,Racing,Sony Computer Entertainment,Reflections Interactive,,,,,,,2007-01-08, -/games/boxart/7944396ccc.jpg,Destruction Derby 2,PC,Racing,Sony Computer Entertainment,Reflections Interactive,,,,,,,1996-10-31, -/games/boxart/full_6552603AmericaFrontccc.jpg,DiRT,XBL,Racing,Codemasters,Codemasters,,,,,,,2009-10-27, -/games/boxart/full_6234701AmericaFrontccc.png,DiRT 2,PSN,Racing,Codemasters,Codemasters,,,,,,,2009-09-30, -/games/boxart/full_dirt-3-monte-carlo_241AmericaFront.jpg,DiRT 3: Monte Carlo,XBL,Racing,Codemasters,Codemasters,,,,,,,2011-06-29, -/games/boxart/full_dirt-3-monte-carlo_132AmericaFront.jpg,DiRT 3: Monte Carlo,PSN,Racing,Codemasters,Codemasters,,,,,,,2011-06-28, -/games/boxart/full_dirt-3-monte-carlo_894AmericaFront.jpg,DiRT 3: Monte Carlo,PC,Racing,Codemasters,Codemasters,,,,,,,2011-06-28, -/games/boxart/full_dirt-3-power-and-glory-car-pack_991AmericaFront.jpg,DiRT 3: Power and Glory Car Pack,PC,Racing,Codemasters,Codemasters,,,,,,,2011-06-15, -/games/boxart/full_dirt-3-power-and-glory-car-pack_364AmericaFront.jpg,DiRT 3: Power and Glory Car Pack,XBL,Racing,Codemasters,Codemasters,,,,,,,2011-06-14, -/games/boxart/full_dirt-3-power-and-glory-car-pack_592AmericaFront.jpg,DiRT 3: Power and Glory Car Pack,PSN,Racing,Codemasters,Codemasters,,,,,,,2011-06-15, -/games/boxart/full_8179249PALFrontccc.jpg,DiRT Showdown,PC,Racing,Codemasters,Codemasters,,,,,,,2012-05-28,2018-10-29 -/games/boxart/full_183735PALFrontccc.jpg,Dirt Track Devils,PS2,Racing,Midas Interactive Entertainment,Vingt-et-un Systems,,,,,,,2003-10-31, -/games/boxart/full_2684071AmericaFrontccc.jpg,Dirt Trax FX,SNES,Racing,Acclaim Entertainment,Sculptured Software,7,,,,,,1995-06-01, -/games/boxart/full_dirty-racing_2JapanFront.jpg,Dirty Racing,GB,Racing,Jaleco,Gremlin Interactive,,,,,,,1993-01-08, -/games/boxart/4843455ccc.jpg,Dodge 'Em,2600,Racing,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_2503305PALFrontccc.jpg,Dodgem Arena,PS,Racing,Project Two Interactive,Formula Game Development,,,,,,,1998-12-01, -/games/boxart/default.jpg,Donkey (DONKEY.BAS),PC,Racing,IBM,Bill Gates,,,,,,,1981-01-01,2018-10-10 -/games/boxart/full_1079633PALFrontccc.jpg,Doomsday Racers,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2005-07-15, -/games/boxart/full_4351872JapanFrontccc.jpg,Doraemon Kart,GB,Racing,Epoch,Epoch,,,,,,,1998-03-20, -/games/boxart/full_8808391JapanFrontccc.jpg,Doraemon Kart 2,GB,Racing,Epoch,Epoch,,,,,,,1999-03-12, -/games/boxart/full_doritos-crash-course_611AmericaFront.jpg,Doritos Crash Course,XBL,Racing,Microsoft Game Studios,Wanako Studios,8,,,,,,2010-12-08, -/games/boxart/full_double-clutch_589PALFront.jpg,Double Clutch,GEN,Racing,ASCII Entertainment,BGS Development,,,,,,,1992-01-01, -/games/boxart/full_double-steal-the-second-clash_284JapanFront.jpg,Double S.T.E.A.L. The Second Clash,XB,Racing,Microsoft,Bunkasha Games,,,,,,,2005-08-04, -/games/boxart/full_4348571PALFrontccc.jpg,Downforce,GBA,Racing,Titus,Karma Studios,7.9,,,,,,2002-05-24, -/games/boxart/full_1996999PALFrontccc.jpg,Drag Racer USA,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-10-27, -/games/boxart/full_9662365AmericaFrontccc.jpg,Drift Street International,DSiW,Racing,Tantalus Interactive,Tantalus Interactive,,,,,,,2010-03-22, -/games/boxart/full_8003151AmericaFrontccc.jpg,DRiiFT Mania,WW,Racing,Konami,Konami,,,,,,,2009-09-28, -/games/boxart/full_1756692AmericaFrontccc.png,Driver '76,PSN,Racing,Ubisoft,Sumo Digital,5.5,,,,,,2009-06-24, -/games/boxart/full_9996712AmericaFrontccc.jpg,Drome Racers,PC,Racing,Electronic Arts,Attention To Detail,,,,,,,2002-12-06, -/games/boxart/full_2769269PALFrontccc.jpg,Drome Racers,XB,Racing,Electronic Arts,Attention To Detail,,,,,,,2003-09-19, -/games/boxart/5905570ccc.jpg,DT Carnage,PS2,Racing,Agetec,Axis Entertainment,,,,,,,2008-09-06, -/games/boxart/full_2660190AmericaFrontccc.jpg,Ducati World Championship,PC,Racing,Unknown,Artematica Entertainment,3,,,,,,, -/games/boxart/full_9101396AmericaFrontccc.jpg,Ducati World Racing Challenge,PC,Racing,Acclaim Entertainment,Attention To Detail,,,,,,,2001-02-09, -/games/boxart/7710967ccc.jpg,Ducati World Racing Challenge,DC,Racing,Acclaim Entertainment,Attention To Detail,2.4,,,,,,2001-02-13, -/games/boxart/full_1171831AmericaFrontccc.jpg,Ducati World Racing Challenge,DC,Racing,Acclaim Entertainment,Attention To Detail,,,,,,,2001-02-13, -/games/boxart/full_1993382AmericaFrontccc.jpg,Dyad,PSN,Racing,][ Games,][ Games,,,,,,,2012-07-17, -/games/boxart/full_6990225AmericaFrontccc.jpg,E.O.S. - Exhibition of Speed,DC,Racing,Titus,Player 1,,,,,,,2001-08-21, -/games/boxart/default.jpg,Earache Extreme Metal Racing,PSP,Racing,Unknown,Metro3D,,,,,,,, -/games/boxart/full_5055567PALFrontccc.jpg,Earache: Extreme Metal Racing,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2007-02-02, -/games/boxart/full_6832782PALFrontccc.jpg,Earache: Extreme Metal Racing,Wii,Racing,Data Design Interactive,Data Design Interactive,,,,,,,2008-06-27, -/games/boxart/full_8609096PALFrontccc.jpg,Earache: Extreme Metal Racing,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-09-22, -/games/boxart/full_3912659AmericaFrontccc.gif,Edgar Torrenteras Extreme Biker,PC,Racing,Sierra Entertainment,Deibus Studios,,,,,,,1999-01-01, -/games/boxart/default.jpg,Elastomania DS,DS,Racing,Unknown,Mobirate,,,,,,,, -/games/boxart/8907005ccc.jpg,Eliminator Boat Duel,NES,Racing,Electro Brain,Sculptured Software,,,,,,,1991-11-01, -/games/boxart/full_3195297AmericaFrontccc.jpg,Enduro Racer,VC,Racing,Sega,Sega-AM2,,,,,,,2008-12-15, -/games/boxart/full_8178648AmericaFrontccc.jpg,Enduro Racer,MS,Racing,Sega,Sega-AM2,,,,,,,1987-01-01, -/games/boxart/full_evel-knievel_414AmericaFront.jpg,Evel Knievel,GB,Racing,Rockstar Games,Tarantula Studios,,,,,,,1999-11-30, -/games/boxart/6785483ccc.jpg,Excitebike,VC,Racing,Nintendo,Nintendo R&D1,,,,,,,2007-03-19, -/games/boxart/4914805ccc.jpg,Excitebike 64,iQue,Racing,Unknown,Left Field Productions,,,,,,,, -/games/boxart/full_7403986AmericaFrontccc.jpg,Excitebike: World Rally,WW,Racing,Nintendo,Monster Games,6.5,,,,,,2009-11-09, -/games/boxart/full_3803288AmericaFrontccc.jpg,Exhaust,XBL,Racing,Microsoft,DataBox Inc,,,,,,,2009-01-13, -/games/boxart/default.jpg,Extreme Championship Racing: Devastation,PS2,Racing,Acclaim Entertainment,Acclaim Entertainment,,,,,,,2001-11-02, -/games/boxart/full_4417749AmericaFrontccc.png,Extreme Road Trip 2,PC,Racing,Roofdog Games,Roofdog Games,,,,,,,2013-06-19, -/games/boxart/5539770ccc.jpg,Extreme-G 2,PC,Racing,Acclaim Entertainment,Probe Entertainment,,,,,,,1999-04-22, -/games/boxart/full_3425191JapanFrontccc.jpg,F-1 Circus CD,SCD,Racing,Nichibutsu,Nichibutsu,,,,,,,1994-03-18, -/games/boxart/full_f-1-dream_2JapanFront.jpg,F-1 Dream,PCE,Racing,NEC Avenue,NEC Avenue,,,,,,,1989-08-25, -/games/boxart/full_f-1-gp_1JapanFront.jpg,F-1 GP,3DO,Racing,Pony Canyon,Pony Canyon,,,,,,,1995-10-28, -/games/boxart/full_f-1-pilot_5JapanFront.jpg,F-1 Pilot,PCE,Racing,Pack-In-Video,Pack-In-Video,,,,,,,1989-03-23, -/games/boxart/1881049ccc.jpg,F-Zero,VC,Racing,Nintendo,Nintendo EAD,7.8,,,,,,2006-11-19, -/games/boxart/default.jpg,F-Zero X,iQue,Racing,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/full_9088341AmericaFrontccc.jpg,F-Zero X,VC,Racing,Nintendo,Nintendo EAD,6.8,,,,,,2007-06-26, -/games/boxart/full_6485028JapanFrontccc.jpg,F-Zero: Climax,GBA,Racing,Nintendo,Suzak,,,,,,,2004-10-21, -/games/boxart/full_f1_6PALFront.jpg,F1,MS,Racing,Domark Software,Teque Interactive,,,,,,,1993-01-01, -/games/boxart/full_3323193AmericaFrontccc.jpg,F1 2000,PC,Racing,EA Sports,Visual Sciences,,,,,,,2000-03-31, -/games/boxart/full_1274933AmericaFrontccc.jpg,F1 2001,PC,Racing,EA Sports,Electronic Arts UK,,,,,,,2001-10-14, -/games/boxart/full_1382910PALFrontccc.jpg,F1 2002,XB,Racing,EA Sports,Visual Sciences Ltd.,7,,,,,,2002-04-05, -/games/boxart/full_296844AmericaFrontccc.jpg,F1 2009,PC,Racing,Unknown,Sumo Digital,,,,,,,, -/games/boxart/full_1380412AmericaFrontccc.jpg,F1 2009,X360,Racing,Unknown,Sumo Digital,,,,,,,, -/games/boxart/full_5668768AmericaFrontccc.jpg,F1 2009,PS3,Racing,Codemasters,Sumo Digital,,,,,,,2009-11-17, -/games/boxart/full_8627663AmericaFrontccc.png,F1 2009,PSN,Racing,Codemasters,Sumo Digital,7.4,,,,,,2009-12-17, -/games/boxart/default.jpg,F1 2009,PSN,Racing,Unknown,Sumo Digital,,,,,,,, -/games/boxart/full_6159616PALFrontccc.jpg,F1 2013,OSX,Racing,2K Australia / 2K Boston,Feral Interactive,,,,,,,2014-03-06,2018-05-24 -/games/boxart/full_648628PALFrontccc.jpg,F1 2013,PC,Racing,Codemasters,Codemasters Birmingham,,,,,,,2013-10-08,2018-05-24 -/games/boxart/full_2961074PALFrontccc.jpg,F1 Career Challenge,XB,Racing,EA Sports,Visual Science,,,,,,,2003-06-27, -/games/boxart/full_2145615PALFrontccc.jpg,F1 Career Challenge,GC,Racing,EA Sports,Visual Science,,,,,,,2003-06-27, -/games/boxart/full_6582047AmericaFrontccc.jpg,F1 Challenge '99-'02,PC,Racing,EA Sports,Image Space Inc.,,,,,,,2003-06-24, -/games/boxart/full_f1-circus_4JapanFront.jpg,F1 Circus,NES,Racing,Nichibutsu,Nichibutsu,,,,,,,1992-02-07, -/games/boxart/full_f1-circus_6JapanFront.jpg,F1 Circus,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1990-09-14, -/games/boxart/full_f1-circus-91_5JapanFront.jpg,F1 Circus '91,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1991-07-12, -/games/boxart/full_f1-circus-92_2JapanFront.jpg,F1 Circus '92,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1992-12-18, -/games/boxart/full_f1-circus-md_7JapanFront.jpg,F1 Circus MD,GEN,Racing,Nichibutsu,Micronics,,,,,,,1991-12-20, -/games/boxart/full_f1-circus-special-pole-to-win_6JapanFront.jpg,F1 Circus Special: Pole To Win,PCE,Racing,Nichibutsu,Nihon Bussan,,,,,,,1992-06-26, -/games/boxart/full_f1-manager-2000_328PALFront.jpg,F1 Manager,PC,Racing,Electronic Arts,EA Sports,,,,,,,2000-10-13, -/games/boxart/full_7215215AmericaFrontccc.jpg,F1 Pole Position,GB,Racing,Ubisoft,Varie,,,,,,,1993-01-01, -/games/boxart/full_3737147AmericaFrontccc.jpg,F1 Pole Position,SNES,Racing,Ubisoft,Human Entertainment,,,,,,,1993-01-01, -/games/boxart/full_3448143PALFrontccc.jpg,F1 Pole Position 2,SNES,Racing,Ubisoft,Human Entertainment,,,,,,,1993-01-01, -/games/boxart/full_4371089JapanFrontccc.jpg,F1 Race Stars,WiiU,Racing,Codemasters,Codemasters Birmingham,,,,,,,2014-01-16,2018-10-17 -/games/boxart/full_6778930PALFrontccc.png,F1 Racing Championship,PC,Racing,Video System,Ubisoft,,,,,,,2001-03-23, -/games/boxart/full_5263831PALFrontccc.jpg,F1 Racing Championship,DC,Racing,Video System,Ubisoft,,,,,,,2001-02-02, -/games/boxart/full_4484292PALFrontccc.jpg,F1 Racing Championship,PS2,Racing,Video System,Ubisoft,,,,,,,2001-03-16, -/games/boxart/full_8221302PALFrontccc.jpg,F1 Racing Championship,GB,Racing,Video System,Ubisoft,,,,,,,2000-11-10, -/games/boxart/full_9374056PALFrontccc.jpg,F1 Racing Championship,N64,Racing,Video System,Ubisoft,,,,,,,2000-12-08, -/games/boxart/full_2434937AmericaFrontccc.jpg,F1 ROC II: Race of Champions,SNES,Racing,Seta Corporation,Seta Corporation,,,,,,,1994-01-01, -/games/boxart/full_f1-triple-battle_8JapanFront.jpg,F1 Triple Battle,PCE,Racing,Human Entertainment,Human Entertainment,,,,,,,1989-12-27, -/games/boxart/5743237ccc.jpg,F1 World Championship Edition,GEN,Racing,Domark Software,Parkstar Software,,,,,,,1995-01-01, -/games/boxart/default.jpg,F1 World Championship Edition,SNES,Racing,Acclaim Entertainment,Domark,,,,,,,1995-01-01, -/games/boxart/5784164ccc.jpg,F1 World Grand Prix,DC,Racing,Sega,Paradigm Entertainment,8,,,,,,2000-04-24, -/games/boxart/full_2621786PALFrontccc.jpg,F1 World Grand Prix II,DC,Racing,Video System,Paradigm Entertainment,7.1,,,,,,2000-12-02, -/games/boxart/full_5896119PALFrontccc.jpg,F1 World Grand Prix II,N64,Racing,Video System,Paradigm Entertainment,,,,,,,1998-07-01, -/games/boxart/4356243ccc.jpg,F355 Challenge: Passione Rossa,DC,Racing,Acclaim Entertainment,Sega,8.5,,,,,,2000-09-19, -/games/boxart/full_3365824JapanFrontccc.jpg,Family Circuit,NES,Racing,Namco,Game Studio,,,,,,,1988-01-06, -/games/boxart/full_8517751JapanFrontccc.jpg,Family Circuit '91,NES,Racing,Namco,Game Studio,,,,,,,1991-07-19, -/games/boxart/full_5628258AmericaFrontccc.jpg,Family Go-Kart Racing,WW,Racing,Aksys Games,Arc System Works,,,,,,,2010-02-22, -/games/boxart/full_161230AmericaFrontccc.jpg,Family Slot Car Racing,WW,Racing,Aksys Games,Arc System Works,,,,,,,2009-08-17, -/games/boxart/full_fast-racing-league_654AmericaFront.jpg,FAST - Racing League,WW,Racing,Shin'en,Shin'en Multimedia,6,,,,,,2011-05-30, -/games/boxart/full_fastest-1_8JapanFront.jpg,Fastest 1,GEN,Racing,Human Entertainment,Human Entertainment,,,,,,,1991-06-28, -/games/boxart/4261408ccc.jpg,Fastest Lap,GB,Racing,Vap,KID Corporation,,,,,,,1992-02-01, -/games/boxart/3196436ccc.jpg,Fatal Inertia EX,PSN,Racing,KOEI,Koei Canada,,,,,,,2008-06-19, -/games/boxart/4480847ccc.jpg,Fatal Run,7800,Racing,Atari,Sculptured Software,,,,,,,1987-01-01, -/games/boxart/8073772ccc.jpg,Fatal Run,2600,Racing,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/default.jpg,Ferrari Challenge Trofeo Pirelli,PSP,Racing,Unknown,Eutechnyx,,,,,,,, -/games/boxart/7952681ccc.jpg,Ferrari Grand Prix Challenge,NES,Racing,Acclaim Entertainment,System 3 Software,,,,,,,1992-06-01, -/games/boxart/full_ferrari-grand-prix-challenge_4AmericaFront.jpg,Ferrari Grand Prix Challenge,GEN,Racing,Flying Edge,Aisystem Tokyo,,,,,,,1992-01-01, -/games/boxart/7698856ccc.jpg,Ferrari Grand Prix Challenge,GB,Racing,Acclaim Entertainment,System 3 Software,,,,,,,1992-09-01, -/games/boxart/full_1523860AmericaFrontccc.jpg,Ferrari GT: Evolution,DSiW,Racing,Gameloft,Gameloft,,,,,,,2010-04-26, -/games/boxart/full_figure-8-racing_59AmericaFront.jpg,Figure 8 Racing,XBL,Racing,Microsoft,DennisMac,,,,,,,2011-09-14, -/games/boxart/full_9603966AmericaFrontccc.png,Final Fantasy VII G-Bike,And,Racing,Square Enix,Square Enix,,,,,,,2015-01-01, -/games/boxart/full_9007120JapanFrontccc.jpg,Final Lap,NES,Racing,Namco,Namco,,,,,,,1988-08-12, -/games/boxart/full_final-lap-2000_8JapanFront.jpg,Final Lap 2000,WS,Racing,Bandai,Bandai,,,,,,,2000-03-23, -/games/boxart/full_final-lap-special_10JapanFront.jpg,Final Lap Special,WS,Racing,Bandai,Bandai,,,,,,,2001-11-15, -/games/boxart/full_final-lap-twin_4AmericaFront.jpg,Final Lap Twin,PCE,Racing,NEC,Namco,,,,,,,1989-01-01, -/games/boxart/full_fire-amp-forget-ii_1PALFront.jpg,Fire & Forget II,MS,Racing,Titus,Titus Software,,,,,,,1990-01-01, -/games/boxart/full_432721PALFrontccc.png,Fireburst,X360,Racing,Unknown,exDream,,,,,,,, -/games/boxart/default.jpg,Fireburst,XBL,Racing,Unknown,exDream,,,,,,,, -/games/boxart/full_9779201PALFrontccc.png,Fireburst,PC,Racing,Unknown,exDream,,,,,,,, -/games/boxart/default.jpg,Fireburst,PSN,Racing,Unknown,exDream,,,,,,,, -/games/boxart/full_6319292PALFrontccc.png,Fireburst,PS3,Racing,Unknown,exDream,,,,,,,, -/games/boxart/full_5804818AmericaFrontccc.jpg,FlatOut 4: Total Insanity,PC,Racing,Unfinished Pixel,Kylotonn Entertainment,,,,,,,2017-05-05,2018-09-20 -/games/boxart/full_6106691PALFrontccc.png,FlatOut: Head On,PSN,Racing,Empire Interactive,Empire Interactive,7.3,,,,,,2009-01-08, -/games/boxart/default.jpg,FMX World Tour: Stars of Freestyle Motocross,PSN,Racing,Xendex,Xendex,,,,,,,2009-10-01, -/games/boxart/full_2923381AmericaFrontccc.jpg,Ford Bold Moves Street Racing,PC,Racing,Eidos Interactive,Razorworks Studios,,,,,,,2006-09-25, -/games/boxart/full_9064714AmericaFrontccc.png,Ford Racing,PSN,Racing,Sony Computer Entertainment,2K Games,,,,,,,2009-05-21, -/games/boxart/full_3812041AmericaFrontccc.jpg,Ford Racing,PC,Racing,Empire Interactive,Empire Interactive,,,,,,,2000-09-07, -/games/boxart/full_1506364AmericaFrontccc.jpg,Ford Racing 2,PC,Racing,Gotham Games,Razorworks Studios,,,,,,,2003-12-11, -/games/boxart/full_4136424AmericaFrontccc.jpg,Ford Racing 3,PC,Racing,2K Games,Empire Interactive,,,,,,,2005-03-01, -/games/boxart/full_6201759PALFrontccc.png,Ford Racing: Off Road,PSN,Racing,Empire Interactive,Razorworks Studios,,,,,,,2008-12-24, -/games/boxart/full_7007044AmericaFrontccc.jpg,Ford Truck Mania,PS,Racing,Gotham Games,Alpine Studios,,,,,,,2003-09-16, -/games/boxart/full_9920718AmericaFrontccc.jpg,Formula 1,PC,Racing,Psygnosis,Bizarre Creations,,,,,,,1997-06-30, -/games/boxart/497291ccc.jpg,Formula 1 Racing,GB,Racing,Eidos Interactive,Tarantula Studios,,,,,,,1999-06-30, -/games/boxart/full_formula-1-sensation_29PALFront.jpg,Formula 1 Sensation,NES,Racing,Unknown,Konami,,,,,,,2020-12-31, -/games/boxart/default.jpg,Formula Karts,PC,Racing,Sega,Manic Media Productions,,,,,,,1997-01-01, -/games/boxart/full_2059722PALFrontccc.jpg,Formula Karts: Special Edition,SAT,Racing,Sega,Manic Media Productions,,,,,,,1997-01-01, -/games/boxart/full_2548710PALFrontccc.jpg,Formula Karts: Special Edition,PS,Racing,Telstar,Manic Media Productions,,,,,,,1997-11-01, -/games/boxart/full_4833663PALFrontccc.jpg,Formula One 2005,PS2,Racing,Sony Computer Entertainment,Studio Liverpool,7,,,,,,2005-07-01, -/games/boxart/156595ccc.jpg,Formula One Grand Prix,PC,Racing,Microprose,MicroProse,,,,,,,1991-01-01, -/games/boxart/9812730ccc.jpg,Formula One: Built to Win,NES,Racing,Seta Corporation,Seta Corporation,,,,,,,1990-11-01, -/games/boxart/full_2432027AmericaFrontccc.jpeg,Forza Horizon 3,PC,Racing,Microsoft Studios,Playground Games,,,,,,,2016-09-27,2018-10-01 -/games/boxart/full_forza-motorsport-4-november-speed-pack_948AmericaFront.jpg,Forza Motorsport 4: November Speed Pack,XBL,Racing,Microsoft Studios,Turn 10,,,,,,,2011-11-01, -/games/boxart/full_1970381AmericaFrontccc.jpeg,Forza Motorsport 6: Apex,PC,Racing,Microsoft Studios,Turn 10 Studios,,,,,,,2016-09-06, -/games/boxart/full_6585567AmericaFrontccc.jpg,Forza Motorsport 7,PC,Racing,Microsoft Studios,Turn 10 Studios,8.1,,,,,,2017-10-03,2018-10-01 -/games/boxart/full_front-row_291JapanFront.jpg,Front Row,GB,Racing,KID,KID Corporation,,,,,,,1999-10-01, -/games/boxart/full_fuel_132AmericaFront.jpg,FUEL,XBL,Racing,Codemasters,Asobo Studio,6.6,,,,,,2011-07-12, -/games/boxart/full_931370AmericaFrontccc.png,Full Auto 2: Battlelines,PSN,Racing,Sega,Deep Fried Entertainment,5.5,,,,,,2009-09-30, -/games/boxart/full_6862033AmericaFrontccc.jpg,Full Contact Racing,XBL,Racing,Microsoft,Dennis McWilliams,,,,,,,2009-12-29, -/games/boxart/full_gg-series-drift-circuit_262AmericaFront.jpg,G.G Series: Drift Circuit,DSiW,Racing,Genterprise,Suzak,,,,,,,2011-02-21, -/games/boxart/default.jpg,G.G Series: Drift Circuit 2,DSiW,Racing,Genterprise,Suzak,,,,,,,2010-10-13, -/games/boxart/6552860ccc.jpg,Galaxy 5000: Racing in the 51st Century,NES,Racing,Activision,Activision,,,,,,,1991-02-01, -/games/boxart/full_8933515AmericaFrontccc.jpg,Game Training Vol 2: Flight,XBL,Racing,Microsoft,Justin Le Clair,,,,,,,2009-07-29, -/games/boxart/default.jpg,Gas: Fuel for Fun,PSN,Racing,Unknown,Supersonic Software,,,,,,,, -/games/boxart/default.jpg,Gas: Fuel for Fun,XBL,Racing,Unknown,Supersonic Software,,,,,,,, -/games/boxart/full_gekitotsu-yonku-battle_451JapanFront.jpg,Gekitotsu Yonku Battle,NES,Racing,Irem Software Engineering,Irem Software Engineering,,,,,,,1989-11-27, -/games/boxart/full_gekitotsu-yonku-battle_402JapanFront.jpg,Gekitotsu! Yonku Battle,PS,Racing,Coconuts Japan,Accolade,,,,,,,1997-07-31, -/games/boxart/full_6268273AmericaFrontccc.jpg,Geoff Crammond's Grand Prix 4,PC,Racing,Infogrames,MicroProse,,,,,,,2002-10-09, -/games/boxart/full_gizmondo-motocross-2005_1AmericaFront.jpg,Gizmondo Motocross 2005,GIZ,Racing,Gizmondo Studios,Housemarque,,,,,,,2005-10-22, -/games/boxart/full_5464276PALFrontccc.jpg,Glacier,PC,Racing,Vitrex Multimedia,Team6 Game Studios,,,,,,,2005-10-10, -/games/boxart/default.jpg,Glacier 3: The Meltdown,Wii,Racing,Zoo Games,Team6 Game Studios,,,,,,,2010-09-06, -/games/boxart/full_glimmerati_143AmericaFront.jpg,Glimmerati,NGage,Racing,Nokia,BugBear,8.4,,,,,,2005-08-16, -/games/boxart/full_gm-rally_6PALFront.jpg,GM Rally,PC,Racing,1C Company,TBA,,,,,,,2009-11-12, -/games/boxart/full_7793042PALFrontccc.jpg,Go Kart Rally,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, -/games/boxart/full_6308012AmericaFrontccc.jpg,GP Rider,GG,Racing,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_gp-rider_10PALFront.jpg,GP Rider,MS,Racing,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_grachten-racer_20PALFront.jpg,Grachten Racer,PC,Racing,Davilex,Lost Boys Interactive,,,,,,,2000-01-01, -/games/boxart/full_6710448AmericaFrontccc.jpg,Gran Turismo 5 Prologue,PSN,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2008-04-17, -/games/boxart/full_gran-turismo-5-prologue-spec-iii_77JapanFront.jpg,Gran Turismo 5 Prologue Spec III,PSN,Racing,Polyphony Digital,Polyphony Digital,,,,,,,2008-10-30, -/games/boxart/full_6793954JapanFrontccc.jpg,Gran Turismo 5 Prologue Spec III,PS3,Racing,Polyphony Digital,Polyphony Digital,,,,,,,2008-10-30, -/games/boxart/full_8546490AmericaFrontccc.jpg,Gran Turismo 7,PS4,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2022-03-04, -/games/boxart/full_9017726PALFrontccc.jpg,Gran Turismo Concept 2002 Tokyo-Geneva,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2002-07-19, -/games/boxart/full_9732551JapanFrontccc.jpg,Gran Turismo Concept 2002 Tokyo-Seoul,PS2,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2002-05-16, -/games/boxart/9046867ccc.jpg,Gran Turismo HD Concept,PSN,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2006-12-24, -/games/boxart/full_8961506JapanFrontccc.jpg,Gran Turismo HD Install Disc,PS3,Racing,Sony Computer Entertainment,Polyphony Digital,,,,,,,2007-09-01, -/games/boxart/full_graviton_1AmericaFront.jpg,Graviton,XBL,Racing,Microsoft,Silvan,,,,,,,2010-08-03, -/games/boxart/full_8916436PALFrontccc.jpg,Gravity Zero Racing,DS,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2008-09-05, -/games/boxart/full_6373969AmericaFrontccc.jpg,GRID,XBL,Racing,Codemasters,Codemasters,8.6,,,,,,2009-11-17, -/games/boxart/full_grid-8-ball-pack_334AmericaFront.jpg,GRID: 8-Ball Pack,PSN,Racing,Codemasters,Codemasters,,,,,,,2008-12-04, -/games/boxart/full_grid-8-ball-pack_232AmericaFront.jpg,GRID: 8-Ball Pack,XBL,Racing,Codemasters,Codemasters,,,,,,,2008-12-04, -/games/boxart/full_grid-prestige-pack_861AmericaFront.jpg,GRID: Prestige Pack,PSN,Racing,Codemasters,Codemasters,,,,,,,2010-03-04, -/games/boxart/full_grid-prestige-pack_458AmericaFront.jpg,GRID: Prestige Pack,XBL,Racing,Codemasters,Codemasters,,,,,,,2010-03-04, -/games/boxart/full_8444454AmericaFrontccc.jpg,GripShift,XBL,Racing,Microsoft,Sidhe Interactive,,,,,,,2007-12-12, -/games/boxart/6013573ccc.jpg,GripShift,PSN,Racing,Sony Online Entertainment,Sidhe Interactive,,,,,,,2007-01-04, -/games/boxart/full_8968842PALFrontccc.jpg,Grooverider: Slot Car Thunder,PS2,Racing,Play It,King of the Jungle,,,,,,,2005-01-28, -/games/boxart/full_431402JapanFrontccc.jpg,GT 24,SAT,Racing,Jaleco,Jaleco Entertainment,,,,,,,1998-05-28, -/games/boxart/full_233388AmericaFrontccc.jpg,GT Advance / GT Advance 2 / GT Advance 3 / MotoGP,GBA,Racing,THQ,THQ,,,,,,,2007-09-11, -/games/boxart/full_4712176PALFrontccc.jpg,GT Racers,GBA,Racing,Liquid Games,Alten8,,,,,,,2006-07-28, -/games/boxart/full_gt-racing_498JapanFront.jpg,GT Racing,SNES,Racing,Imagineer,Imagineer,,,,,,,1996-03-29, -/games/boxart/full_9334725PALFrontccc.jpg,GT-R 400,PS2,Racing,Midas Interactive Entertainment,Kuju Entertainment,,,,,,,2004-06-25, -/games/boxart/full_6515554AmericaFrontccc.png,GTI Club+,PSN,Racing,Konami,Sumo Digital,,,,,,,2009-01-15, -/games/boxart/full_8480094AmericaFrontccc.png,GTI Club: Supermini Festa!,PSN,Racing,Konami,Konami,,,,,,,2010-03-16, -/games/boxart/default.jpg,GTI Racing,PC,Racing,TopWare,Techland,,,,,,,2006-08-24, -/games/boxart/full_2286365AmericaFrontccc.jpg,GTR: FIA GT Racing Game,PC,Racing,10TACLE Studios,SimBin,,,,,,,2005-05-03, -/games/boxart/full_2796432AmericaFrontccc.jpg,Halfbrick Blast Off,XBL,Racing,Microsoft,Halfbrick Studios,,,,,,,2009-04-08,2018-08-09 -/games/boxart/default.jpg,Halfbrick Rocket Racing!,PSN,Racing,Halfbrick Studios,Halfbrick Studios,7,,,,,,2010-03-11, -/games/boxart/full_2878815AmericaFrontccc.jpg,Halfbrick Rocket Racing!,XBL,Racing,Microsoft,Halfbrick Studios,,,,,,,2009-09-02, -/games/boxart/full_halloween-racer_738PALFront.jpg,Halloween Racer,GB,Racing,Microids,Visual Impact,,,,,,,1999-01-01, -/games/boxart/full_hang-on_4PALFront.jpg,Hang On,MS,Racing,Sega,Sega,,,,,,,1985-01-01, -/games/boxart/full_hannspree-ten-kate-honda-sbk-superbike-world-championship_2AmericaFront.jpg,Hannspree Ten Kate Honda: SBK Superbike World Championship,PSN,Racing,Valcon Games,Milestone S.r.l,,,,,,,2010-09-07, -/games/boxart/default.jpg,Hard Drivin',PC,Racing,Domark Software,Atari,,,,,,,1990-01-01, -/games/boxart/3278008ccc.jpg,Hard Drivin',Lynx,Racing,Atari,"NuFX, Inc.",,,,,,,1991-12-30, -/games/boxart/full_5706637AmericaFrontccc.jpg,Hard Drivin',GEN,Racing,Tengen,Sterling Silver Software,,,,,,,1991-01-01, -/games/boxart/full_4370279PALFrontccc.jpg,Hard Drivin' II,PC,Racing,Domark Software,Tengen,,,,,,,1992-01-01, -/games/boxart/full_hard-truck-18-wheels-of-steel_991AmericaFront.jpg,Hard Truck: 18 Wheels of Steel,PC,Racing,ValuSoft,Sunstorm Interactive,,,,,,,2002-08-31, -/games/boxart/1461042ccc.jpg,Harley-Davidson Motorcycles: Race to the Rally,PS2,Racing,Activision,FUN Labs,,,,,,,2006-11-27, -/games/boxart/full_72566AmericaFrontccc.jpg,Harley-Davidson Motorcycles: Race to the Rally,PC,Racing,Activision,FUN Labs,,,,,,,2006-11-27, -/games/boxart/full_harms-way_560AmericaFront.jpg,Harms Way,XBL,Racing,Unknown,Bongfish GmbH,6,,,,,,2010-12-08, -/games/boxart/full_4731458AmericaFrontccc.jpg,Heli Good Spelunker,XBL,Racing,Microsoft,Jhample,,,,,,,2009-06-06, -/games/boxart/full_7831785AmericaFrontccc.jpg,Heracles Chariot Racing,WW,Racing,Neko Entertainment,Neko Entertainment,,,,,,,2009-07-06, -/games/boxart/full_7156324AmericaFrontccc.png,Heracles Chariot Racing,PSN,Racing,Neko Entertainment,Neko Entertainment,,,,,,,2009-12-17, -/games/boxart/full_3215732AmericaFrontccc.jpg,Hi-Octane,PC,Racing,Bullfrog Productions,Bullfrog Productions,,,,,,,1996-12-12, -/games/boxart/full_4934446AmericaFrontccc.png,Hi-Octane: The Track Fights Back!,PSN,Racing,Sony Computer Entertainment,Bullfrog Productions,,,,,,,2010-01-28, -/games/boxart/3155816ccc.jpg,Hi-Octane: The Track Fights Back!,SAT,Racing,Bullfrog Productions,Bullfrog Productions,,,,,,,1995-01-01, -/games/boxart/full_176231AmericaFrontccc.jpg,High Voltage Hot Rod Show,WW,Racing,High Voltage Software,High Voltage Software,,,,,,,2009-01-19, -/games/boxart/8431319ccc.jpg,Highway 2000,SAT,Racing,Unknown,Natsume,,,,,,,, -/games/boxart/full_history-ice-road-truckers_4PALFront.jpg,History: Ice Road Truckers,PSN,Racing,Slitherine Software,Slitherine Software,,,,,,,2010-06-15, -/games/boxart/full_184418AmericaFrontccc.jpg,Hooters Road Trip,PS,Racing,Ubisoft,Hoplite Research,,,,,,,2002-03-26, -/games/boxart/full_8593103AmericaFrontccc.jpg,Hooters Road Trip,PC,Racing,Ubisoft,Hoplite Research,,,,,,,2002-03-25, -/games/boxart/full_hot-wheels-stunt-track-driver_117AmericaFront.jpg,Hot Wheels Stunt Track Driver,GB,Racing,Mattel Interactive,Lucky Chicken,,,,,,,2000-01-01, -/games/boxart/full_5111654AmericaFrontccc.jpg,Hot Wheels Velocity X,PC,Racing,THQ,Beyond Games,,,,,,,2002-10-16, -/games/boxart/full_4477270AmericaFrontccc.jpg,Hot Wheels World Race,PC,Racing,THQ,Climax Group,,,,,,,2003-10-01, -/games/boxart/default.jpg,Hot Wheels World's Best Driver,PS3,Racing,Warner Bros. Interactive Entertainment,Firebrand Games,,,,,,,2013-09-17, -/games/boxart/default.jpg,Hot Wheels World's Best Driver,PC,Racing,Warner Bros. Interactive Entertainment,Firebrand Games,,,,,,,2013-09-17, -/games/boxart/default.jpg,Hot Wheels World's Best Driver,X360,Racing,Warner Bros. Interactive Entertainment,Firebrand Games,,,,,,,2013-09-17, -/games/boxart/full_6645321AmericaFrontccc.jpg,Hot Wheels: All Out,GBA,Racing,"Destination Software, Inc",TwoFiveSix,,,,,,,2006-09-13, -/games/boxart/full_1591818AmericaFrontccc.jpg,Hot Wheels: Beat That!,PC,Racing,Activision,Eutechnyx,,,,,,,2007-11-16, -/games/boxart/full_2790893AmericaFrontccc.jpg,Hot Wheels: Stunt Track Challenge,PC,Racing,THQ,Climax Group,,,,,,,2004-11-15, -/games/boxart/full_8868708PALFrontccc.jpg,HTR+ Slot Car Simulation,PC,Racing,Libredia Entertainment,QUByte Interactive,,,,,,,2014-05-29,2018-08-11 -/games/boxart/full_3231813PALFrontccc.jpg,HTR+ Slot Car Simulation,OSX,Racing,Libredia Entertainment,QUByte Interactive,,,,,,,2014-05-29,2018-08-11 -/games/boxart/full_717788AmericaFrontccc.jpg,Hugo Bukkazoom!,GBA,Racing,Unknown,ITE Media,,,,,,,2020-12-31, -/games/boxart/full_7505401JapanFrontccc.jpg,Human Grand Prix III: F1 Triple Battle,SNES,Racing,Human Entertainment,Human Entertainment,,,,,,,1994-09-30, -/games/boxart/full_6027352JapanFrontccc.jpg,Human Grand Prix IV: F1 Dream Battle,SNES,Racing,Human Entertainment,Human Entertainment,,,,,,,1995-08-25, -/games/boxart/5724338ccc.jpg,Hydro Thunder,DC,Racing,Midway Games,Eurocom Entertainment Software,7.9,,,,,,1999-09-09, -/games/boxart/full_hydro-thunder-hurricane_8AmericaFront.jpg,Hydro Thunder Hurricane,XBL,Racing,Microsoft Game Studios,Vector Unit Studios,7.5,,,,,,2010-07-28, -/games/boxart/full_hydro-thunder-hurricane-tempest-pack_735AmericaFront.png,Hydro Thunder Hurricane: Tempest Pack,XBL,Racing,Microsoft Game Studios,Vector Unit,,,,,,,2010-10-27, -/games/boxart/1906786ccc.jpg,I-War,AJ,Racing,Atari,"Imagitec Design, Inc.",,,,,,,1995-01-01, -/games/boxart/full_2252631JapanFrontccc.jpg,Idaten Jump DS: Moero! Flame Kaiser,DS,Racing,Taito,Taito Corporation,,,,,,,2006-09-07, -/games/boxart/full_275009PALFrontccc.jpg,Ignition,PC,Racing,Virgin Interactive,UDS,,,,,,,1997-01-01, -/games/boxart/full_3452010AmericaFrontccc.jpg,IHRA Drag Racing: Sportsman Edition,PC,Racing,Bethesda Softworks,Bethesda Softworks,,,,,,,2006-06-12, -/games/boxart/full_2648608AmericaFrontccc.jpg,IHRA Professional Drag Racing 2005,PC,Racing,Bethesda Softworks,Bethesda Softworks,,,,,,,2005-11-08, -/games/boxart/299928ccc.jpg,Impact Racing,SAT,Racing,Acclaim Entertainment,Funcom,,,,,,,1996-01-01, -/games/boxart/full_2155736AmericaFrontccc.jpg,IndyCar Series,PC,Racing,Codemasters,Brain in a Jar,,,,,,,2003-09-23, -/games/boxart/full_initial-d_736JapanFront.jpg,Initial D,SAT,Racing,Kodansha,Genki,,,,,,,1998-06-18, -/games/boxart/full_5311553JapanFrontccc.jpg,Initial D,PS,Racing,Kodansha,Genki,,,,,,,1999-01-07, -/games/boxart/full_5351176JapanFrontccc.jpg,Initial D Gaiden,GB,Racing,Kodansha,MTO,,,,,,,1998-03-06, -/games/boxart/full_6249690AmericaFrontccc.jpg,Initial D: Mountain Vengeance,PC,Racing,ValuSoft,Canopy Games,,,,,,,2004-02-24, -/games/boxart/full_9676562JapanFrontccc.jpg,Initial D: Takahashi Ryosuke no Typing Saisoku Riron,PS2,Racing,Sunsoft,SunSoft,,,,,,,2001-10-04, -/games/boxart/full_2614658PALFrontccc.jpg,International Moto-X,PS,Racing,Time Warner Interactive,Graftgold,,,,,,,1996-12-01, -/games/boxart/full_international-rally_649AmericaFront.jpg,International Rally,GB,Racing,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-06-15, -/games/boxart/full_9220908AmericaFrontccc.jpg,"Ivan ""Ironman"" Stewart's Super Off Road",NES,Racing,Tradewest,Rare Ltd.,,,,,,,1990-04-01, -/games/boxart/full_8234030JapanFrontccc.jpg,J's Racin',PS,Racing,TYO,Unknown,,,,,,,1997-09-25, -/games/boxart/full_1355038PALFrontccc.jpg,Jacked,PC,Racing,JoWood Productions,Sproing Interactive Media,,,,,,,2006-02-10, -/games/boxart/full_3557547PALFrontccc.jpg,Jacked,PS2,Racing,Unknown,Sproing Interactive Media,,,,,,,, -/games/boxart/full_3908209PALFrontccc.jpg,Jacked,XB,Racing,Empire Interactive,Sproing Interactive Media,,,,,,,2006-10-02, -/games/boxart/3199109ccc.jpg,Jaguar XJ220,SCD,Racing,JVC,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_jaleco-rally-big-run-the-supreme-4wd-challenge_931JapanFront.jpg,Jaleco Rally - Big Run: The Supreme 4WD Challenge,SNES,Racing,Jaleco,Jaleco Entertainment,,,,,,,1991-03-20, -/games/boxart/2600002ccc.jpg,Jeep Jamboree: Off Road Adventure,GB,Racing,Virgin Interactive,Gremlin Graphics,,,,,,,1992-01-02, -/games/boxart/4127603ccc.jpg,Jeep Thrills,PS2,Racing,DSI Games,Game Sauce,,,,,,,2008-08-05, -/games/boxart/default.jpg,Jellycar,XBL,Racing,Unknown,Walaber,,,,,,,, -/games/boxart/full_jellycar-2_85AmericaFront.jpg,JellyCar 2,WW,Racing,Disney Interactive Studios,Walt Disney Internet Group,3.5,,,,,,2011-01-10, -/games/boxart/full_jellycar-2_433AmericaFront.jpg,JellyCar 2,DSiW,Racing,Disney Interactive Studios,Walt Disney Internet Group,,,,,,,2011-03-07, -/games/boxart/full_jellycar-2_117PALFront.jpg,JellyCar 2,PSN,Racing,Disney Interactive Studios,Walt Disney Internet Group,,,,,,,2010-11-23, -/games/boxart/5360657ccc.jpg,Jeremy McGrath Supercross 2000,DC,Racing,Acclaim Entertainment,Acclaim Entertainment,4.4,,,,,,1999-09-29, -/games/boxart/full_5484268AmericaFrontccc.jpg,Jeremy McGrath Supercross 2000,GB,Racing,Acclaim Entertainment,M4 Limited,,,,,,,2000-03-01, -/games/boxart/default.jpg,Jeremy McGrath's Offroad,XBL,Racing,Unknown,2XL Games,,,,,,,, -/games/boxart/default.jpg,Jeremy McGrath's Offroad,PSN,Racing,Unknown,2XL Games,,,,,,,, -/games/boxart/3522834ccc.jpg,Jet Moto,PC,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,1997-11-30, -/games/boxart/full_5607059AmericaFrontccc.png,Jet Moto,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2007-01-31, -/games/boxart/full_7095859AmericaFrontccc.png,Jet Moto 2,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2008-01-23, -/games/boxart/full_2208339PALFrontccc.jpg,Jett Tailfin,WiiU,Racing,Hoplite Research,Hoplite Research,,,,,,,2014-08-07,2018-04-10 -/games/boxart/full_jissen-kyoutei_530JapanFront.jpg,Jissen Kyoutei,SNES,Racing,Imagineer,Imagineer,,,,,,,1995-06-23, -/games/boxart/default.jpg,Joe Danger,PC,Racing,Hello Games,Hello Games,,,,,,,2013-06-24, -/games/boxart/full_joe-danger_4AmericaFront.jpg,Joe Danger,PSN,Racing,Hello Games,Hello Games,,,,,,,2010-06-08, -/games/boxart/full_joe-danger-special-edition_100AmericaFront.jpg,Joe Danger: Special Edition,XBL,Racing,Microsoft,Hello Games,,,,,,,2011-12-14, -/games/boxart/default.jpg,Jovial Race,NES,Racing,Sachen,Thin Chen Enterprises,,,,,,,1989-01-01, -/games/boxart/full_2232875AmericaFrontccc.jpg,Joy Ride,XBL,Racing,Unknown,Big Park,,,,,,,, -/games/boxart/full_5255179AmericaFrontccc.png,Juiced 2: Hot Import Nights,PSN,Racing,THQ,Juice Games,,,,,,,2009-09-30, -/games/boxart/full_juiced-2-hot-import-nights_4AmericaFront.jpg,Juiced 2: Hot Import Nights,XBL,Racing,THQ,Juice Games,,,,,,,2010-08-10, -/games/boxart/default.jpg,JumpStart: Crazy Karts,Wii,Racing,Unknown,Knowledge Adventure Inc.,,,,,,,, -/games/boxart/full_5018825PALFrontccc.jpg,Kaido Racer,PS2,Racing,Konami,Genki,,,,,,,2005-11-18, -/games/boxart/full_1523093JapanFrontccc.jpg,Kamen Rider SD: Shutsugeki!! Rider Machine,SNES,Racing,Yutaka,Yutaka,,,,,,,1993-07-09, -/games/boxart/full_4382904PALFrontccc.jpg,Kart Racer,PC,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, -/games/boxart/full_9121495PALFrontccc.jpg,Kart Racer,PS2,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, -/games/boxart/full_kartrider_85AmericaFront.jpg,KartRider,PC,Racing,Nexon,Nexon,,,,,,,2007-10-02, -/games/boxart/full_9589658JapanFrontccc.jpg,Kat's Run: Zen Nihon K Car Senshuken,SNES,Racing,Atlus,Atlus Co.,,,,,,,1995-07-14, -/games/boxart/full_494JapanFrontccc.jpg,Kattobi Road,GB,Racing,Namco,Namco,,,,,,,1993-10-08, -/games/boxart/4046804ccc.jpg,Kawasaki Caribbean Challenge,SNES,Racing,GameTek,Park Place Productions,,,,,,,1993-06-01, -/games/boxart/default.jpg,Kawasaki Superbike Challenge,GG,Racing,Time Warner Interactive,Lankhor,,,,,,,1995-01-01, -/games/boxart/full_kawasaki-superbike-challenge_0AmericaFront.jpg,Kawasaki Superbike Challenge,GEN,Racing,Time Warner Interactive,Lankhor,,,,,,,1994-01-01, -/games/boxart/full_kawasaki-superbike-challenge_9AmericaFront.jpg,Kawasaki Superbike Challenge,SNES,Racing,Time Warner Interactive,Lankhor,,,,,,,1995-12-01, -/games/boxart/full_411368JapanFrontccc.jpg,Keroro Gunsou Taiketsu! Keroro Cart de Arimasu!!,GBA,Racing,Sunrise Interactive,Sunrise Interactive,,,,,,,2004-12-09, -/games/boxart/full_1896778PALFrontccc.jpg,Killer Loop,PC,Racing,Crave Entertainment,VCC Entertainment,,,,,,,2000-01-01, -/games/boxart/full_knight-rider_5AmericaFront.jpg,Knight Rider,NES,Racing,Acclaim Entertainment,Pack-In-Video,,,,,,,1989-12-01, -/games/boxart/full_6341462PALFrontccc.jpg,Knight Rider 2,PC,Racing,Davilex,Davilex,,,,,,,2004-01-01, -/games/boxart/full_7389596PALFrontccc.jpg,Knight Rider 2,PS2,Racing,Koch Media,Davilex,,,,,,,2004-11-05, -/games/boxart/full_6751762JapanFrontccc.png,Knight Rider Special,PCE,Racing,Pack-In-Video,Pack-In-Video,,,,,,,1989-12-22, -/games/boxart/full_5932670AmericaFrontccc.jpg,Knight Rider: The Game,PC,Racing,Tri Synergy,Davilex,,,,,,,2003-02-12, -/games/boxart/full_5080827PALFrontccc.jpg,Knight Rider: The Game,PS2,Racing,Davilex,Davilex,,,,,,,2002-11-22, -/games/boxart/5931362ccc.jpg,Konami Krazy Racers,GBA,Racing,Unknown,Konami,,,,,,,, -/games/boxart/full_kotobuki-grand-prix_10PALFront.jpg,Kotobuki Grand Prix,PS,Racing,Midas Interactive Entertainment,Syscom,,,,,,,2003-02-07, -/games/boxart/full_1390681JapanFrontccc.jpg,Kujibiki Unbalance,PS2,Racing,Marvelous Interactive,Marvelous Interactive,,,,,,,2007-01-25, -/games/boxart/default.jpg,Kyiv Chase,Wii,Racing,Unknown,Team6 Game Studios,,,,,,,, -/games/boxart/full_1407051AmericaFrontccc.jpg,Kyle Petty's No Fear Racing,SNES,Racing,Williams Entertainment,Leland Interactive Media,,,,,,,1995-01-15, -/games/boxart/full_2211044AmericaFrontccc.jpg,L.A. Rush,PC,Racing,Midway Games,The Pitbull Syndicate Limited,,,,,,,2006-02-06, -/games/boxart/6705567ccc.jpg,Lamborghini - American Challenge,SNES,Racing,Titus,Titus Software,,,,,,,1993-11-01, -/games/boxart/3932616ccc.jpg,Lamborghini American Challenge,GB,Racing,Titus,Titus Software,,,,,,,1993-01-02, -/games/boxart/full_7383255AmericaFrontccc.jpg,Lander Mania,XBL,Racing,Microsoft,hotshot 10101,,,,,,,2009-09-27, -/games/boxart/full_920062AmericaFrontccc.jpg,Lawnmower Racing Mania 2007,PC,Racing,VU Games,eV Interactive,,,,,,,2006-11-20, -/games/boxart/full_9417771AmericaFrontccc.jpg,Lawnmower Racing Mania 2007,XB,Racing,VU Games,eV Interactive,,,,,,,2007-09-30, -/games/boxart/full_7286875AmericaFrontccc.jpg,Le Mans 24 Hours,PC,Racing,Infogrames,Melbourne House Pty Ltd.,,,,,,,2002-05-24, -/games/boxart/full_571510PALFrontccc.jpg,LEGO Drome Racers & LEGO Creator: Knights Kingdom Double Pack,PC,Racing,Mastiff,Electronic Arts,,,,,,,2013-01-29, -/games/boxart/full_6365529PALFrontccc.jpg,LEGO Racers,GB,Racing,LEGO Media,Climax Group,,,,,,,2000-12-29, -/games/boxart/2473487ccc.jpg,LEGO Racers,PC,Racing,LEGO Media,High Voltage Software,,,,,,,1999-07-31, -/games/boxart/full_lilt-line_209AmericaFront.jpg,lilt line,WW,Racing,Gaijin Entertainment,Different Cloth,6.2,,,,,,2010-12-13, -/games/boxart/full_lingolu_529AmericaFront.jpg,Lingolu,XBL,Racing,Microsoft,VRhome,,,,,,,2011-07-01, -/games/boxart/full_8635609AmericaFrontccc.jpg,Little Racers,XBL,Racing,Microsoft,Milkstone Studios,,,,,,,2009-03-26, -/games/boxart/full_9903966PALFrontccc.jpg,London Racer,PS,Racing,Davilex,Davilex,,,,,,,2000-09-29, -/games/boxart/6017201ccc.jpg,London Racer 1,PC,Racing,Davilex,Davilex,,,,,,,2000-09-28, -/games/boxart/full_london-racer-ii_85PALFront.jpg,London Racer II,PC,Racing,Davilex,Davilex,,,,,,,2002-06-14, -/games/boxart/full_8501067PALFrontccc.jpg,London Racer II,PS,Racing,Davilex,Kiss,,,,,,,2002-06-14, -/games/boxart/full_8735692PALFrontccc.jpg,London Racer II,PS2,Racing,Davilex,Kiss,,,,,,,2002-06-14, -/games/boxart/full_8974145PALFrontccc.jpg,London Racer: Destruction Madness,PS2,Racing,Davilex,Davilex,,,,,,,2005-10-14, -/games/boxart/full_5553677PALFrontccc.jpg,London Racer: Police Madness,PS2,Racing,Davilex,Davilex,,,,,,,2005-10-28, -/games/boxart/full_4682032PALFrontccc.jpg,London Taxi: Rushour,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-02-10, -/games/boxart/full_5057481PALFrontccc.jpg,London Taxi: Rushour,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-01-07, -/games/boxart/full_932203AmericaFrontccc.jpg,Looney Tunes Racing,GB,Racing,Atari,Xantera,,,,,,,2000-06-01, -/games/boxart/3223771ccc.jpg,Looney Tunes: Space Race,DC,Racing,Infogrames,Infogrames Melbourne,7.8,,,,,,2000-11-27, -/games/boxart/default.jpg,Lotus Challenge,PC,Racing,Titus,Kuju Entertainment,,,,,,,2003-02-23, -/games/boxart/full_259689AmericaFrontccc.jpg,Lotus II,GEN,Racing,Electronic Arts,Gremlin Interactive,,,,,,,1993-01-01, -/games/boxart/8693151ccc.jpg,Lotus Turbo Challenge,GEN,Racing,Electronic Arts,Gremlin Int.,,,,,,,1992-01-01, -/games/boxart/full_mach-go-go-go_89JapanFront.jpg,Mach Go Go Go,GB,Racing,Tomy Corporation,Graphic Research,,,,,,,1997-08-08, -/games/boxart/5063140ccc.jpg,Mach Rider,VC,Racing,Nintendo,HAL Laboratory,,,,,,,2007-07-09, -/games/boxart/8447563ccc.jpg,Mach Rider,NES,Racing,Nintendo,HAL Laboratory,,,,,,,1985-10-18, -/games/boxart/full_6386687PALFrontccc.jpg,Mad Tracks,PC,Racing,Element 5,Load Inc.,,,,,,,2006-07-12, -/games/boxart/full_6554845AmericaFrontccc.jpg,Mad Tracks,XBL,Racing,D3 Publisher,Load Inc.,,,,,,,2007-05-30, -/games/boxart/full_6856239AmericaFrontccc.jpg,Mag Force Racing,DC,Racing,Crave Entertainment,VCC Entertainment,6.9,,,,,,2000-07-13, -/games/boxart/full_9302103AmericaFrontccc.jpg,Manx TT SuperBike,SAT,Racing,Sega,Tantalus Interactive,,,,,,,1997-06-30, -/games/boxart/full_7964657AmericaFrontccc.jpg,Manx TT SuperBike,PC,Racing,Sega,Psygnosis,,,,,,,1997-11-30, -/games/boxart/6038966ccc.jpg,Mario Andretti Racing,GEN,Racing,EA Sports,Stormfront Studios,,,,,,,1994-01-01, -/games/boxart/full_3059370AmericaFrontccc.jpg,Mario Kart 64,VC,Racing,Nintendo,Nintendo EAD,7.1,,,,,,2007-01-29, -/games/boxart/default.jpg,Mario Kart 64,iQue,Racing,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/default.jpg,Mario Kart DS,WiiU,Racing,Nintendo,Nintendo EAD,,,,,,,2015-04-23, -/games/boxart/default.jpg,Mario Kart: Super Circuit,WiiU,Racing,Nintendo,Intelligent Systems,,,,,,,2014-11-13, -/games/boxart/full_1929057AmericaFrontccc.jpg,Mart Racer,WW,Racing,Joju Games,Joju Games,,,,,,,2009-09-14, -/games/boxart/full_6689515PALFrontccc.jpg,Mashed,PS2,Racing,Unknown,Supersonic,,,,,,,2020-12-31, -/games/boxart/full_1016561AmericaFrontccc.jpg,Master Rallye,PC,Racing,Microids,Steel Monkeys,,,,,,,2002-04-17, -/games/boxart/6694606ccc.jpg,Math Gran Prix,2600,Racing,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/9047435ccc.jpg,Mega Race,SCD,Racing,Software Toolworks,Cryo Interactive,,,,,,,1994-01-01, -/games/boxart/full_92077AmericaFrontccc.jpg,MegaRace,3DO,Racing,Mindscape,Cryo Interactive,,,,,,,1994-01-01, -/games/boxart/default.jpg,MegaRace,PC,Racing,Software Toolworks,Cryo Interactive,,,,,,,1993-01-01, -/games/boxart/6196076ccc.jpg,MegaRace 2,PC,Racing,Mindscape,Cryo Interactive,,,,,,,1996-01-02, -/games/boxart/default.jpg,MegaRace 3,PC,Racing,Microids,Cryo Interactive,,,,,,,2001-11-14, -/games/boxart/full_7587548AmericaFrontccc.jpg,Metal Drift,PC,Racing,Unknown,Black Jacket Studios,,,,,,,, -/games/boxart/full_2867765JapanFrontccc.jpg,Metro-Cross,NES,Racing,Namco,Namco,,,,,,,1986-12-16, -/games/boxart/full_6156419AmericaFrontccc.jpg,Michael Andretti's World Grand Prix,NES,Racing,Sammy Corporation,Varie,,,,,,,1990-01-01, -/games/boxart/full_1053897AmericaFrontccc.jpg,Mickey's Racing Adventure,GB,Racing,Nintendo,Rare Ltd.,,,,,,,1999-11-22, -/games/boxart/full_mickeys-speedway-usa_253AmericaFront.jpg,Mickey's Speedway USA,GB,Racing,Nintendo,Rare Ltd.,,,,,,,2001-03-25, -/games/boxart/full_micro-machines_4PALFront.jpg,Micro Machines,GC,Racing,Unknown,Atari,,,,,,,, -/games/boxart/full_342708PALFrontccc.jpg,Micro Machines,GBA,Racing,Atari,Paragon 5,,,,,,,2003-02-21, -/games/boxart/default.jpg,Micro Machines,PC,Racing,Codemasters,Big Red Software,,,,,,,1994-10-01, -/games/boxart/915173ccc.jpg,Micro Machines,GEN,Racing,Codemasters,Codemasters,,,,,,,1994-09-12, -/games/boxart/full_7652727AmericaFrontccc.jpg,Micro Machines,NES,Racing,Camerica,Codemasters,,,,,,,1991-01-01, -/games/boxart/full_micro-machines_5PALFront.jpg,Micro Machines,GG,Racing,Codemasters,Codemasters,,,,,,,1993-01-01, -/games/boxart/full_2111060AmericaFrontccc.jpg,Micro Machines,GB,Racing,Ocean,Mindscape Inc.,,,,,,,1995-01-01, -/games/boxart/full_4636089AmericaFrontccc.jpg,Micro Machines,SNES,Racing,Ocean,Merit Studios,,,,,,,1994-12-01, -/games/boxart/full_micro-machines_3PALFront.jpg,Micro Machines,MS,Racing,Codemasters,Codemasters,,,,,,,1993-01-01, -/games/boxart/full_micro-machines_0PALFront.jpg,Micro Machines,XB,Racing,Atari,Atari,,,,,,,2002-11-08, -/games/boxart/full_micro-machines-1-and-2-twin-turbo_8AmericaFront.jpg,Micro Machines 1 and 2: Twin Turbo,GB,Racing,THQ,Virtucraft,,,,,,,2000-01-01, -/games/boxart/full_micro-machines-2-turbo-tournament_2AmericaFront.jpg,Micro Machines 2: Turbo Tournament,PC,Racing,Codemasters,Supersonic Software,,,,,,,1996-05-31, -/games/boxart/full_9924277PALFrontccc.jpg,Micro Machines 2: Turbo Tournament,SNES,Racing,Ocean,Codemasters,,,,,,,1996-02-22, -/games/boxart/full_micro-machines-2-turbo-tournament_8PALFront.jpg,Micro Machines 2: Turbo Tournament,GG,Racing,Codemasters,Codemasters,,,,,,,1995-01-01, -/games/boxart/full_8442443PALFrontccc.jpg,Micro Machines 2: Turbo Tournament,GEN,Racing,Codemasters,Codemasters,,,,,,,1994-01-01, -/games/boxart/1727382ccc.jpg,Micro Machines 2: Turbo Tournament,GB,Racing,Ocean,Mindscape Inc.,,,,,,,1994-01-01, -/games/boxart/full_6133679PALFrontccc.jpg,Micro Machines Military,GEN,Racing,Codemasters,Supersonic Software,,,,,,,1996-06-01, -/games/boxart/full_7952000PALFrontccc.jpg,Micro Machines Turbo Tournament 96,GEN,Racing,Codemasters,Supersonic Software,,,,,,,1995-05-01, -/games/boxart/full_micro-machines-v3_6PALFront.jpg,Micro Machines V3,PC,Racing,Codemasters,Toolbox Design Ltd.,,,,,,,1999-11-03, -/games/boxart/full_micro-machines-v3_2AmericaFront.jpg,Micro Machines V3,GB,Racing,THQ,Novalicious,,,,,,,2000-11-13, -/games/boxart/full_micro-machines-v4_4AmericaFront.jpg,Micro Machines V4,PC,Racing,Codemasters,Supersonic Software,,,,,,,2006-06-30, -/games/boxart/full_5427500AmericaFrontccc.png,Midnight Club 3: DUB Edition,PSN,Racing,Rockstar Games,Rockstar Leeds,,,,,,,2009-09-24, -/games/boxart/full_2713518AmericaFrontccc.jpg,Midnight Club II,PC,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2003-07-03, -/games/boxart/full_6013701AmericaFrontccc.png,Midnight Club: LA Remix,PSN,Racing,Rockstar Games,Rockstar London,,,,,,,2009-09-24, -/games/boxart/full_536014AmericaFrontccc.jpg,Midnight Club: Los Angeles,XBL,Racing,Rockstar Games,Rockstar San Diego,8.3,,,,,,2009-10-20, -/games/boxart/full_midnight-club-los-angeles-complete-edition_921AmericaFront.jpg,Midnight Club: Los Angeles Complete Edition,PSN,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2011-06-14, -/games/boxart/full_7330890PALFrontccc.jpg,Midnight GT: Primary Racer,PC,Racing,Unknown,Rage Games Ltd.,,,,,,,, -/games/boxart/full_midori-no-makibao_6JapanFront.jpg,Midori no Makibao,GB,Racing,Tomy Corporation,TOSE Software,,,,,,,1996-12-21, -/games/boxart/full_3921658AmericaFrontccc.jpg,Midtown Crazy Race,And,Racing,Jose Varela,Jose Varela,,,,,,,2013-12-09, -/games/boxart/full_681054AmericaFrontccc.png,Midtown Crazy Race,WiiU,Racing,Jose Varela,Jose Varela,,,,,,,2014-08-21,2018-04-10 -/games/boxart/full_midtown-madness_9AmericaFront.jpg,Midtown Madness,PC,Racing,Microsoft,Angel Studios,,,,,,,1999-04-30, -/games/boxart/full_mini-rc-rally_968AmericaFront.jpg,Mini RC Rally,DS,Racing,Summitsoft Entertainment,InterActive Vision Games,,,,,,,2006-12-12, -/games/boxart/full_mini-yonku-bakusou-kyoudai-lets-ampamp-go-wgp-hyper-heat_771JapanFront.jpg,Mini-Yonku Bakusou Kyoudai: Let's & Go!! WGP Hyper Heat,PS,Racing,Jaleco,Jaleco Entertainment,,,,,,,1997-11-20, -/games/boxart/full_mini-yonku-lets-ampamp-go-power-wgp-2_26JapanFront.jpg,Mini-Yonku Let's & Go!! Power WGP 2,SNES,Racing,Nintendo,Jupiter Multimedia,,,,,,,1998-10-01, -/games/boxart/default.jpg,Minna de Tobikome! Penguin Diving Fu-pa-ru-pa,WW,Racing,Agenda,Agenda,,,,,,,2009-09-15, -/games/boxart/full_miracle-space-race_796AmericaFront.jpg,Miracle Space Race,PS,Racing,Mud Duck Productions,Miracle Designs,,,,,,,2003-05-06, -/games/boxart/full_miracle-space-race_285PALFront.png,Miracle Space Race,PSN,Racing,Midas Interactive Entertainment,Miracle Designs,,,,,,,2010-11-24, -/games/boxart/full_missile-escape_6AmericaFront.jpg,Missile Escape,XBL,Racing,Microsoft,Maximinus,,,,,,,2010-03-22, -/games/boxart/full_2457405AmericaFrontccc.jpg,Mobil 1 Rally Championship,PC,Racing,Electronic Arts,Magnetic Fields,,,,,,,2000-01-31, -/games/boxart/default.jpg,Mobius Drive,WW,Racing,Jorudan,Jorudan Co.,,,,,,,2009-07-14, -/games/boxart/full_modnation-racers_269AmericaFront.jpg,ModNation Racers,PSN,Racing,Sony Computer Entertainment,SCE San Diego Studio,7.7,,,,,,2011-03-01,2018-02-03 -/games/boxart/full_modnation-racers-psp_900PALFront.jpg,ModNation Racers (PSP),PSN,Racing,Sony Computer Entertainment,SCE San Diego Studio,,,,,,,2010-05-25,2018-02-03 -/games/boxart/full_8126832AmericaFrontccc.jpg,Monaco 360 - retro racing,XBL,Racing,Microsoft,Jamie Lutzuver,,,,,,,2008-11-29, -/games/boxart/857655ccc.jpg,Monaco Grand Prix,DC,Racing,Ubisoft,Ubisoft,6.6,,,,,,1999-08-31, -/games/boxart/default.jpg,Monochrome Racing,PSN,Racing,Nordcurrent,Nordcurrent,,,,,,,2011-08-02, -/games/boxart/full_monochrome-racing_654AmericaFront.jpg,Monochrome Racing,WW,Racing,Nordcurrent,Nordcurrent,3,,,,,,2011-08-04, -/games/boxart/full_9118593AmericaFrontccc.jpg,Monster Garage,PC,Racing,Activision,Invictus Games Ltd,,,,,,,2004-01-21, -/games/boxart/full_3190453AmericaFrontccc.jpg,Monster Jam: Maximum Destruction,PC,Racing,Ubisoft,High Voltage Software,,,,,,,2002-12-20, -/games/boxart/full_monster-jam-path-of-destruction_673AmericaFront.jpg,Monster Jam: Path of Destruction,PSN,Racing,Activision,Torus Games,,,,,,,2010-11-09, -/games/boxart/full_monster-truck_743JapanFront.jpg,Monster Truck,GB,Racing,Varie,Varie,,,,,,,1990-10-19, -/games/boxart/full_6854064AmericaFrontccc.jpg,Monster Truck Madness,PC,Racing,Microsoft,Terminal Reality,,,,,,,1996-08-31, -/games/boxart/full_2788875AmericaFrontccc.jpg,Monster Truck Madness 2,PC,Racing,Microsoft,Terminal Reality,,,,,,,1998-04-30, -/games/boxart/full_5138052AmericaFrontccc.jpg,Monster Truck Wars,GG,Racing,Acclaim Entertainment,Acclaim,,,,,,,1995-01-01, -/games/boxart/2398689ccc.jpg,Monster Truck Wars,GB,Racing,Acclaim Entertainment,Gremlin Graphics,,,,,,,1994-01-02, -/games/boxart/full_7699351AmericaFrontccc.jpg,Monster Trucks Mayhem,GBA,Racing,DSI Games,Apex Designs,,,,,,,2006-09-05, -/games/boxart/full_5613160AmericaFrontccc.jpg,Monster Trucks Nitro,PC,Racing,RedLynx,RedLynx,,,,,,,2009-01-29, -/games/boxart/full_8031829AmericaFrontccc.jpg,Monster Trucks Nitro 2,PC,Racing,Miniclip.com,RedLynx,,,,,,,2010-04-05, -/games/boxart/full_8587947PALFrontccc.jpg,Monster Trux Extreme: Arena Edition,PS2,Racing,Phoenix Games,Data Design Interactive,,,,,,,2006-01-01, -/games/boxart/full_6233042PALFrontccc.jpg,Monster Trux Extreme: Offroad Edition,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-03-25, -/games/boxart/full_moto-extreme_307AmericaFront.jpg,Moto eXtreme,DSiW,Racing,Chillingo,Chillingo Ltd.,,,,,,,2011-06-30, -/games/boxart/full_5829039AmericaFrontccc.jpg,Moto Racer,PC,Racing,Electronic Arts,Delphine Software International,,,,,,,1997-08-31, -/games/boxart/full_451970AmericaFrontccc.jpg,Moto Racer 2,PC,Racing,Electronic Arts,Delphine Software International,,,,,,,1998-11-30, -/games/boxart/full_moto-racer-3_879AmericaFront.jpg,Moto Racer 3,PC,Racing,Atari,Delphine Software International,,,,,,,2002-01-31, -/games/boxart/full_526549PALFrontccc.jpg,Moto Racer 4,PC,Racing,Microids,Microids,,,,,,,2016-11-03, -/games/boxart/full_moto-roader_4AmericaFront.jpg,Moto Roader,PCE,Racing,NEC,NCS,,,,,,,1989-01-01, -/games/boxart/full_moto-roader_1AmericaFront.jpg,Moto Roader,VC,Racing,Hudson Soft,NCS,,,,,,,2007-01-15, -/games/boxart/full_moto-roader-ii_3JapanFront.jpg,Moto Roader II,PCE,Racing,NCS,NCS,,,,,,,1991-03-29, -/games/boxart/full_moto-roader-ii_182JapanFront.jpg,Moto Roader II,PSN,Racing,NCS,NCS,,,,,,,2011-01-19, -/games/boxart/full_moto-roader-mc_2JapanFront.jpg,Moto Roader MC,PCE,Racing,NCS,NCS,,,,,,,1992-12-18, -/games/boxart/full_5781973PALFrontccc.jpg,Moto X Maniac,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2007-03-09, -/games/boxart/full_6275653AmericaFrontccc.jpg,Motocross Madness,PC,Racing,Microsoft,Rainbow Studios,,,,,,,1998-07-31, -/games/boxart/full_motocross-madness-2_1AmericaFront.jpg,Motocross Madness 2,PC,Racing,Microsoft,Rainbow Studios,,,,,,,2000-05-26, -/games/boxart/full_2932675AmericaFrontccc.jpg,Motocross Mania,PC,Racing,On Deck Interactive,Deibus Studios,,,,,,,2000-11-14, -/games/boxart/full_1128144AmericaFrontccc.jpg,Motocross Mania 2,PS,Racing,Gotham Games,Alpine Studios,,,,,,,2003-06-25, -/games/boxart/2200270ccc.jpg,Motocross Maniacs,GB,Racing,Ultra Games,Konami,,,,,,,1990-01-01, -/games/boxart/4451401ccc.jpg,Motocross Racer,2600,Racing,Xonox,Xonox,,,,,,,1984-01-01, -/games/boxart/full_motogp_360AmericaFront.jpg,MotoGP,NGage,Racing,THQ,THQ,2.7,,,,,,2003-11-14, -/games/boxart/full_motogp-07_977PALFront.jpg,MotoGP '07,PC,Racing,THQ,Climax Studios,,,,,,,2007-09-28, -/games/boxart/full_5723390PALFrontccc.jpg,MotoGP 14,PC,Racing,Namco Bandai Games,Milestone S.r.l.,,,,,,,2014-11-04,2018-11-03 -/games/boxart/full_1542955PALFrontccc.jpg,MotoGP 15,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2015-06-24,2018-04-24 -/games/boxart/full_2303342PALFrontccc.jpg,MotoGP 17,PC,Racing,Koch Media,Milestone S.r.l.,,,,,,,2017-06-15,2018-06-25 -/games/boxart/full_436097AmericaFrontccc.jpg,MotoGP 2,PC,Racing,THQ,Climax Group,,,,,,,2003-05-21, -/games/boxart/full_1246262AmericaFrontccc.jpg,MotoGP 3: Ultimate Racing Technology,PC,Racing,THQ,Climax Group,,,,,,,2005-08-30, -/games/boxart/full_5166040AmericaFrontccc.png,MotoGP: URT - Ultimate Racing Technology,PC,Racing,THQ,Climax Studios,,,,,,,2002-06-28, -/games/boxart/full_motoheroz_491AmericaFront.jpg,MotoHeroz,WW,Racing,RedLynx,"RedLynx, Ltd.",8.3,,,,,,2011-09-15, -/games/boxart/default.jpg,MotoJump,XBL,Racing,Unknown,Carlo Sunseri,,,,,,,, -/games/boxart/full_2009151AmericaFrontccc.jpg,Motor City Online,PC,Racing,Electronic Arts,Electronic Arts,,,,,,,2001-10-29, -/games/boxart/273020ccc.jpg,Motor Psycho,7800,Racing,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_5046509AmericaFrontccc.jpg,Motor Toon Grand Prix,PS,Racing,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,1996-10-31, -/games/boxart/full_motor-toon-grand-prix_0AmericaFront.jpg,Motor Toon Grand Prix,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment Japan,,,,,,,2010-07-20, -/games/boxart/full_6859066AmericaFrontccc.jpg,MotorHead,PC,Racing,Fox Interactive,Digital Illusions,,,,,,,1999-02-28, -/games/boxart/full_416842PALFrontccc.png,Motorhead,PSN,Racing,Zoo Digital Publishing,Digital Illusions,,,,,,,2008-01-31, -/games/boxart/full_2051798AmericaFrontccc.jpg,MotorHEAT,XBL,Racing,Microsoft,Milkstone Studios,,,,,,,2010-02-26, -/games/boxart/full_motorstorm-3d-rift_3AmericaFront.jpg,MotorStorm 3D Rift,PSN,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2010-08-24, -/games/boxart/full_975386AmericaFrontccc.png,MotorStorm: Arctic Edge,PSN,Racing,Sony Computer Entertainment,Bigbig Studios,7.7,,,,,,2009-10-01, -/games/boxart/default.jpg,Mr. Bumblebee Racing Champion,WW,Racing,H2F Informationssysteme GmbH,H2F Informationssysteme GmbH,,,,,,,2010-06-11, -/games/boxart/full_2595255AmericaFrontccc.jpg,MTX Mototrax,PC,Racing,Aspyr,Aspyr,,,,,,,2004-11-15, -/games/boxart/full_driving-school_7JapanFront.jpg,Multimedia Shinsho: Driving School - Futsuu Menkyoka Hen,3DO,Racing,Unknown,"Jiscsoft Co., Ltd.",,,,,,,1995-10-25, -/games/boxart/full_3935463AmericaFrontccc.png,MX vs. ATV Reflex (PSP),PSN,Racing,THQ,Tantalus Interactive,,,,,,,2009-12-02, -/games/boxart/full_3355369PALFrontccc.jpg,MX vs. ATV Supercross,PC,Racing,Nordic Games,Rainbow Studios,,,,,,,2014-10-28,2018-04-17 -/games/boxart/full_mx-vs-atv-unleashed_461AmericaFront.jpg,MX vs. ATV Unleashed,PC,Racing,THQ,Rainbow Studios,,,,,,,2006-01-16, -/games/boxart/full_8805223AmericaFrontccc.png,MX vs. ATV Untamed,PSN,Racing,THQ,Rainbow Studios,,,,,,,2009-10-01, -/games/boxart/full_7276443AmericaFrontccc.jpg,MX vs. ATV Untamed,XBL,Racing,THQ,Rainbow Studios,,,,,,,2009-08-11, -/games/boxart/full_mx-vs-atv-alive_80AmericaFront.jpg,MX vs. ATV: Alive,PSN,Racing,THQ,Rainbow Studios,,,,,,,2011-10-25, -/games/boxart/full_4132454PALFrontccc.jpg,MXGP 3: The Official Motocross Videogame,PC,Racing,Milestone,Milestone,,,,,,,2017-05-30,2018-06-25 -/games/boxart/full_6130045PALFrontccc.jpg,Myth Makers: Super Kart GP,PS2,Racing,Phoenix Games,Data Design Interactive,,,,,,,2007-01-01, -/games/boxart/full_n2o-nitrous-oxide_8AmericaFront.jpg,N2O: Nitrous Oxide,PSN,Racing,Zoo Digital Publishing,Gremlin Interactive,,,,,,,2008-01-10, -/games/boxart/full_1468046JapanFrontccc.jpg,Naniwa Wangan Battle,PS,Racing,Medioza,Medioza,,,,,,,1998-03-26, -/games/boxart/full_3185596PALFrontccc.jpg,NASCAR '14,PC,Racing,Deep Silver,Eutechnyx,,,,,,,2014-02-18,2018-11-04 -/games/boxart/full_5546753AmericaFrontccc.jpg,NASCAR 2000,GB,Racing,EA Sports,THQ,,,,,,,2000-07-01, -/games/boxart/full_1120708AmericaFrontccc.jpg,NASCAR 2000,PC,Racing,EA Sports,Stormfront Studios,,,,,,,2000-02-29, -/games/boxart/full_4353549AmericaFrontccc.jpg,NASCAR 98,SAT,Racing,EA Sports,EA Sports,,,,,,,1997-08-31, -/games/boxart/full_5903118AmericaFrontccc.jpg,NASCAR 99: Legacy,PS,Racing,EA Sports,EA Sports,,,,,,,1999-01-01, -/games/boxart/full_8470313AmericaFrontccc.jpg,NASCAR Challenge,GB,Racing,Majesco,Morning Star Multimedia,,,,,,,1999-12-01, -/games/boxart/full_4607590AmericaFrontccc.jpg,NASCAR Craftsman Truck Series Racing,PC,Racing,Sierra Entertainment,Sierra Entertainment,,,,,,,1999-04-01, -/games/boxart/full_9299147AmericaFrontccc.jpg,NASCAR Heat,PC,Racing,Hasbro Interactive,Monster Games Inc.,,,,,,,2000-09-27, -/games/boxart/full_2989537AmericaFrontccc.jpg,NASCAR Heat,GB,Racing,Majesco,Game Titan,,,,,,,2000-12-01, -/games/boxart/full_2690591AmericaFrontccc.jpg,NASCAR Heat 2,PC,Racing,704Games,Monster Games,,,,,,,2017-09-12,2018-06-25 -/games/boxart/full_3890736AmericaFrontccc.jpg,NASCAR Heat Evolution,PC,Racing,Dusenberry Martin Racing,Monster Games,,,,,,,2016-09-13, -/games/boxart/full_3582118AmericaFrontccc.jpg,NASCAR Legends,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1999-10-31, -/games/boxart/full_9658429AmericaFrontccc.jpg,NASCAR Racers,GB,Racing,Majesco,Digital Eclipse,,,,,,,2000-12-01, -/games/boxart/full_nascar-racers_997AmericaFront.jpg,NASCAR Racers,PC,Racing,Hasbro Interactive,Hasbro Interactive,,,,,,,2000-11-21, -/games/boxart/full_5093863AmericaFrontccc.jpg,NASCAR Racers,PS,Racing,Hasbro Interactive,Hasbro Interactive,,,,,,,2000-11-22, -/games/boxart/full_6759302AmericaFrontccc.jpg,NASCAR Racing,PC,Racing,Papyrus,Papyrus,,,,,,,1994-01-01, -/games/boxart/full_8469907AmericaFrontccc.jpg,NASCAR Racing 2002 Season,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,2002-02-14, -/games/boxart/full_2314585AmericaFrontccc.jpg,NASCAR Racing 2003 Season,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,2003-02-14, -/games/boxart/full_1373395AmericaFrontccc.jpg,NASCAR Racing 3,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1999-08-31, -/games/boxart/full_548534AmericaFrontccc.jpg,NASCAR Racing 4,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,2001-02-06, -/games/boxart/default.jpg,NASCAR Racing Online Series,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1999-01-01, -/games/boxart/full_nascar-racing-1999-edition_762AmericaFront.jpg,NASCAR Racing: 1999 Edition,PC,Racing,Sierra Entertainment,Papyrus,,,,,,,1998-01-01, -/games/boxart/full_5307408AmericaFrontccc.jpg,NASCAR Revolution,PC,Racing,EA Sports,Stormfront Studios,,,,,,,1999-01-31, -/games/boxart/full_9949864AmericaFrontccc.jpg,NASCAR Revolution SE,PC,Racing,EA Sports,Stormfront Studios,,,,,,,1999-10-01, -/games/boxart/full_3867765AmericaFrontccc.jpg,NASCAR Road Racing,PC,Racing,EA Sports,FarSight Studios,,,,,,,1999-05-26, -/games/boxart/full_8003571AmericaFrontccc.jpg,NASCAR SimRacing,PC,Racing,EA Sports,EA Tiburon,,,,,,,2005-02-15, -/games/boxart/full_3467685AmericaFrontccc.jpg,NASCAR Thunder 2003,PC,Racing,EA Sports,EA Tiburon,,,,,,,2002-10-16, -/games/boxart/full_4845079AmericaFrontccc.jpg,NASCAR Thunder 2003,PS,Racing,EA Sports,BudCat Creations,,,,,,,2002-09-19, -/games/boxart/full_2017903AmericaFrontccc.jpg,NASCAR Thunder 2004,PS,Racing,EA Sports,BudCat Creations,,,,,,,2003-09-16, -/games/boxart/full_9836741AmericaFrontccc.jpg,NASCAR Thunder 2004,PC,Racing,EA Sports,EA Tiburon,,,,,,,2003-09-16, -/games/boxart/full_3937551AmericaFrontccc.jpg,Need for Speed Carbon,XBL,Racing,Electronic Arts,EA Canada,,,,,,,2009-08-11, -/games/boxart/full_8601886AmericaFrontccc.png,Need for Speed Carbon: Own the City,PSN,Racing,Electronic Arts,EA Black Box,,,,,,,2009-09-30, -/games/boxart/full_8583169AmericaFrontccc.jpg,Need for Speed Carbon: Own the City,GBA,Racing,Electronic Arts,EA Black Box,,,,,,,2006-10-31, -/games/boxart/full_9339526AmericaFrontccc.jpg,Need for Speed Collector's Series,PS2,Racing,Electronic Arts,Electronic Arts,,,,,,,2006-11-14, -/games/boxart/full_5984543AmericaFrontccc.jpg,Need for Speed II,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1997-04-02, -/games/boxart/full_8391688AmericaFrontccc.jpg,Need for Speed II,PS,Racing,Electronic Arts,EA Canada,,,,,,,1997-03-31, -/games/boxart/7408322ccc.jpg,Need for Speed II SE,PC,Racing,Electronic Arts,Electronic Arts,,,,,,,1997-01-01, -/games/boxart/full_4446757AmericaFrontccc.jpg,Need for Speed III: Hot Pursuit,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1998-09-27, -/games/boxart/default.jpg,Need for Speed No Limits,And,Racing,Electronic Arts,Firemonkeys,,,,,,,2020-12-31, -/games/boxart/full_5332078AmericaFrontccc.png,Need for Speed Underground Rivals,PSN,Racing,Electronic Arts,Team Fusion,,,,,,,2009-09-30, -/games/boxart/9309010ccc.jpg,Need For Speed: High Stakes,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1999-06-20, -/games/boxart/full_need-for-speed-hot-pursuit_993AmericaFront.jpg,Need for Speed: Hot Pursuit,XBL,Racing,Electronic Arts,Criterion Games,8.7,,,,,,2011-07-26, -/games/boxart/full_need-for-speed-hot-pursuit_502AmericaFront.jpg,Need for Speed: Hot Pursuit,PSN,Racing,Electronic Arts,Criterion Games,8.9,,,,,,2011-12-06, -/games/boxart/full_4246360AmericaFrontccc.jpg,Need for Speed: Most Wanted,XBL,Racing,Electronic Arts,EA Canada,9,,,,,,2009-08-11, -/games/boxart/full_5905278AmericaFrontccc.png,Need for Speed: Most Wanted 5-1-0,PSN,Racing,Electronic Arts,EA Canada,7.4,,,,,,2009-09-30, -/games/boxart/full_need-for-speed-nitro-x_354AmericaFront.jpg,Need for Speed: Nitro-X,DSiW,Racing,Electronic Arts,Electronic Arts,,,,,,,2010-11-15, -/games/boxart/full_need-for-speed-porsche-2000-moto-racer-2_340PALFront.jpg,Need for Speed: Porsche 2000 / Moto Racer 2,PS,Racing,Electronic Arts,Eden Studios / Delphine Software International,,,,,,,2002-09-13, -/games/boxart/full_7897090AmericaFrontccc.jpg,Need for Speed: Porsche Unleashed,PC,Racing,Electronic Arts,EA Canada,,,,,,,2000-03-22, -/games/boxart/full_8790714AmericaFrontccc.png,Need for Speed: ProStreet,PSN,Racing,Electronic Arts,EA Black Box,,,,,,,2009-09-30, -/games/boxart/full_3690236AmericaFrontccc.jpg,Need for Speed: ProStreet,XBL,Racing,Electronic Arts,EA Black Box,,,,,,,2009-08-25, -/games/boxart/full_need-for-speed-shift_810AmericaFront.jpg,Need for Speed: Shift,XBL,Racing,Electronic Arts,Slightly Mad Studios,,,,,,,2011-01-11, -/games/boxart/full_7657649AmericaFrontccc.png,Need for Speed: Shift,PSN,Racing,Electronic Arts,EA Bright Light,,,,,,,2009-09-30, -/games/boxart/full_need-for-speed-shift-exotic-racing-series_782AmericaFront.jpg,Need for Speed: Shift - Exotic Racing Series,XBL,Racing,Unknown,Slightly Mad Studios,,,,,,,, -/games/boxart/full_need-for-speed-shift-exotic-racing-series_962AmericaFront.jpg,Need for Speed: Shift - Exotic Racing Series,PSN,Racing,Unknown,Slightly Mad Studios,,,,,,,, -/games/boxart/full_need-for-speed-shift-ferrari-racing-series_639AmericaFront.jpg,Need for Speed: Shift - Ferrari Racing Series,XBL,Racing,Electronic Arts,Slightly Mad Studios,,,,,,,2010-02-16, -/games/boxart/full_need-for-speed-shift-2-unleashed_630AmericaFront.jpg,Need for Speed: Shift 2: Unleashed,PSN,Racing,Electronic Arts,Slightly Mad Studios,8.4,,,,,,2011-10-04, -/games/boxart/full_need-for-speed-undercover_9JapanFront.jpg,Need for Speed: Undercover,PSN,Racing,Electronic Arts,Piranha Games,,,,,,,2010-07-29, -/games/boxart/7623379ccc.jpg,Need for Speed: V-Rally 2,PS,Racing,Electronic Arts,Eden Studios,,,,,,,1999-10-31, -/games/boxart/9913504ccc.jpg,Need for Speed: V-Rally 2,PS,Racing,Unknown,"Electronic Arts, Eden Studios",,,,,,,, -/games/boxart/full_need-for-speed-world-online_504AmericaFront.jpg,Need for Speed: World Online,PC,Racing,Electronic Arts,Black Box/EA Shanghai,,,,,,,2010-07-20, -/games/boxart/full_6625122AmericaFrontccc.jpg,New Rally-X,XBL,Racing,Namco Bandai,Namco Bandai Games,4.2,,,,,,2006-12-27, -/games/boxart/default.jpg,New Rally-X (Arcade),VC,Racing,Namco Bandai,Namco,,,,,,,2009-10-06, -/games/boxart/full_6428220AmericaFrontccc.jpg,Newman/Haas Indy Car featuring Nigel Mansell,SNES,Racing,Acclaim Entertainment,Gremlin Interactive,,,,,,,1994-11-01, -/games/boxart/full_8607777AmericaFrontccc.jpg,NickToons Racing,GB,Racing,Hasbro Interactive,Pipe Dream Interactive,,,,,,,2000-12-07, -/games/boxart/full_3013855AmericaFrontccc.jpg,NickToons Racing,PC,Racing,Hasbro Interactive,Software Creations,,,,,,,2000-09-18, -/games/boxart/full_1999243AmericaFrontccc.jpg,Nigel Mansell's Indy Car Racing,GEN,Racing,Acclaim Entertainment,Gremlin Interactive,,,,,,,1994-01-01, -/games/boxart/6293974ccc.jpg,Nigel Mansell's World Championship Racing,GB,Racing,GameTek,Gremlin Interactive,,,,,,,1993-08-01, -/games/boxart/full_2708081AmericaFrontccc.jpg,Nigel Mansell's World Championship Racing,GEN,Racing,GameTek,Gremlin Graphics Software,,,,,,,1993-01-01, -/games/boxart/full_6782152AmericaFrontccc.jpg,Nigel Mansell's World Championship Racing,SNES,Racing,GameTek,Gremlin Graphics,,,,,,,1993-07-01, -/games/boxart/full_2675798AmericaFrontccc.jpg,Night Driver,2600,Racing,Atari,Atari,,,,,,,1978-10-01, -/games/boxart/full_1491433JapanFrontccc.jpg,Night Striker,SCD,Racing,Taito,Taito Corporation,,,,,,,1993-05-28, -/games/boxart/9011908ccc.jpg,Nitrobike,PS2,Racing,Ubisoft,Left Field Productions,,,,,,,2008-10-14, -/games/boxart/full_9457869AmericaFrontccc.jpg,Novadrome,XBL,Racing,Buena Vista,Stainless Games,,,,,,,2006-12-20, -/games/boxart/default.jpg,Off Road Drive,X360,Racing,Unknown,Avalon Style,,,,,,,, -/games/boxart/default.jpg,Off Road Drive,PS3,Racing,Unknown,Avalon Style,,,,,,,, -/games/boxart/default.jpg,Off-Road Drive,X360,Racing,1C Company,Avalon Style,,,,,,,2020-12-31, -/games/boxart/default.jpg,Off-Road Drive,PS3,Racing,1C Company,Avalon Style,,,,,,,2020-12-31, -/games/boxart/8681888ccc.jpg,Off-World Interceptor,3DO,Racing,Crystal Dynamics,Crystal Dynamics,,,,,,,1994-01-01, -/games/boxart/7937151ccc.jpg,Off-World Interceptor Extreme,SAT,Racing,Crystal Dynamics,Crystal Dynamics,,,,,,,1995-09-29, -/games/boxart/full_9417168PALFrontccc.jpg,Offroad Extreme!,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, -/games/boxart/full_one-two-boat-racing_0AmericaFront.jpg,One Two Boat Racing,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-04, -/games/boxart/full_5511617JapanFrontccc.jpg,Option Tuning Car Battle 2,PS,Racing,Jaleco,Jaleco Entertainment,,,,,,,1999-02-18, -/games/boxart/full_7925662JapanFrontccc.jpg,Option Tuning Car Battle Spec-R,PS,Racing,MTO,Unknown,,,,,,,2000-05-11, -/games/boxart/98556ccc.jpg,Out of Gas,GB,Racing,FCI,Realtime Associates,,,,,,,1992-10-01, -/games/boxart/5769962ccc.jpg,OutRun,MS,Racing,Sega,Sega-AM2,,,,,,,1987-01-01, -/games/boxart/full_6440918JapanFrontccc.jpg,OutRun,PCE,Racing,NEC Avenue,NEC Avenue,,,,,,,1990-12-21, -/games/boxart/590415ccc.jpg,OutRun,GEN,Racing,Sega,Sanritsu,,,,,,,1991-01-01, -/games/boxart/full_outrun_8PALFront.jpg,OutRun,GG,Racing,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_1509463AmericaFrontccc.jpg,OutRun 2006: Coast 2 Coast,PC,Racing,Sega,Sumo Digital,,,,,,,2006-06-27, -/games/boxart/full_542617AmericaFrontccc.jpg,OutRun 2019,GEN,Racing,Sega,SIMS,,,,,,,1993-01-01, -/games/boxart/full_2349450PALFrontccc.jpg,OutRun 3-D,MS,Racing,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_5641880PALFrontccc.jpg,OutRun Europa,MS,Racing,U.S. Gold,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_2567860AmericaFrontccc.jpg,OutRun Europa,GG,Racing,U.S. Gold,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_1765967AmericaFrontccc.jpg,OutRun Online Arcade,XBL,Racing,Sega,Sumo Digital,8,,,,,,2009-04-15, -/games/boxart/full_outrun-online-arcade_10PALFront.jpg,OutRun Online Arcade,PSN,Racing,Unknown,Sumo Digital,8,,,,,,, -/games/boxart/full_2095118JapanFrontccc.jpg,OutRun2 SP Special Tours,PS2,Racing,Sega,Sumo Digital,,,,,,,2007-02-08, -/games/boxart/full_3960511AmericaFrontccc.jpg,Pac-Man World Rally,PC,Racing,Namco Bandai,Smart Bomb Interactive,,,,,,,2006-08-31, -/games/boxart/full_6707236PALFrontccc.jpg,Paris-Dakar Rally,PC,Racing,Acclaim Entertainment,Broadsword Interactive,,,,,,,2001-08-31, -/games/boxart/full_payload_26AmericaFront.jpg,Payload,NGage,Racing,Nokia,Tantalus Interactive,,,,,,,2005-11-14, -/games/boxart/full_peak-performance_812JapanFront.jpg,Peak Performance,PSN,Racing,Atlus,Cave,,,,,,,2010-11-10, -/games/boxart/full_7102793PALFrontccc.jpg,Penny Racers,GBA,Racing,Takara,Xicat Interactive,,,,,,,2002-10-18, -/games/boxart/full_8714706JapanFrontccc.jpg,Perfect Choro Q,GB,Racing,Takara,Eleca,,,,,,,2000-08-11, -/games/boxart/full_7541364AmericaFrontccc.jpg,Pet Racer,PC,Racing,Strategy First,Techland,,,,,,,2003-01-01, -/games/boxart/8855384ccc.jpg,Pimp My Ride,PS2,Racing,Activision,Eutechnyx,,,,,,,2006-11-21, -/games/boxart/full_4712720PALFrontccc.jpg,Pitstop II,VC,Racing,Commodore,Synergystic Software,,,,,,,2009-02-23, -/games/boxart/default.jpg,Pixel Car Racer,And,Racing,Unknown,Unknown,,,,,,,, -/games/boxart/5912933ccc.jpg,PixelJunk Racers,PSN,Racing,Sony Computer Entertainment,Q-Games,5.9,,,,,,2007-09-13, -/games/boxart/full_pixeljunk-racers-2nd-lap_3AmericaFront.jpg,PixelJunk Racers: 2nd Lap,PSN,Racing,Sony Computer Entertainment,Q-Games,6.6,,,,,,2010-08-24, -/games/boxart/full_4620947AmericaFrontccc.jpg,Plane Crazy,PC,Racing,SegaSoft,"Inner Workings, Ltd.",,,,,,,1998-09-30, -/games/boxart/full_757696AmericaFrontccc.jpg,Pocket Racers,GB,Racing,Interplay,Interplay,,,,,,,1991-01-01, -/games/boxart/full_pocket-racing_2PALFront.jpg,Pocket Racing,GB,Racing,Virgin Interactive,MTO,,,,,,,2000-01-01, -/games/boxart/full_803939AmericaFrontccc.jpg,PocketBike Racer,X360,Racing,King Games,Blitz Games,5.4,,,,,,2006-11-19, -/games/boxart/9147074ccc.jpg,PocketBike Racer,XB,Racing,King Games,Blitz Games,5.1,,,,,,2006-11-19, -/games/boxart/1551538ccc.jpg,POD,PC,Racing,Ubisoft,Ubisoft,,,,,,,1997-02-28, -/games/boxart/full_2209257AmericaFrontccc.jpg,POD: Planet of Death,PC,Racing,Unknown,Ubi Soft,,,,,,,, -/games/boxart/1486344ccc.jpg,POD: Speedzone,DC,Racing,Ubisoft,Ubisoft,5.4,,,,,,2000-12-05, -/games/boxart/default.jpg,Pokosuka Racing,WW,Racing,Recom,Recom,,,,,,,2010-03-16, -/games/boxart/full_polaris-snocross_985PALFront.jpg,Polaris SnoCross,PC,Racing,Infogrames,Vicarious Visions,,,,,,,2001-12-19, -/games/boxart/full_36693AmericaFrontccc.jpg,Polaris SnoCross,GB,Racing,Vatical Entertainment,Vicarious Visions,,,,,,,2000-02-01, -/games/boxart/2473541ccc.jpg,Pole Position,5200,Racing,Atari,Namco,,,,,,,1983-01-01, -/games/boxart/full_pole-position_9AmericaFront.jpg,Pole Position,PC,Racing,Thunder Mountain,Namco America Inc.,,,,,,,1986-01-01, -/games/boxart/5314091ccc.jpg,Pole Position II,7800,Racing,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_6999014AmericaFrontccc.jpg,POLICE CHASE,PC,Racing,Unknown,COSMI Corporation,,,,,,,, -/games/boxart/full_pop-island-paperfield_6AmericaFront.jpg,Pop Island: Paperfield,DSiW,Racing,Odenis Studios,Odenis Studio,,,,,,,2010-07-12, -/games/boxart/full_post-apocalyptic-mayhem_297AmericaFront.jpg,Post Apocalyptic Mayhem,PC,Racing,Meridian4,Steel Monkeys,,,,,,,2011-03-17, -/games/boxart/full_6768267JapanFrontccc.jpg,Power Drift,PCE,Racing,Asmik Ace Entertainment,Copya Systems,,,,,,,1990-04-13, -/games/boxart/default.jpg,Power Drive,PC,Racing,U.S. Gold,Rage Software plc,,,,,,,1994-01-01, -/games/boxart/full_108941PALFrontccc.jpg,Power Drive,GEN,Racing,U.S. Gold,Rage Software,,,,,,,1994-01-01, -/games/boxart/9617695ccc.jpg,Power Drive Rally,AJ,Racing,Time Warner Interactive,Time Warner Interactive,,,,,,,1995-01-01, -/games/boxart/full_827207JapanFrontccc.jpg,Power Jet Racing 2001,DC,Racing,CRI,CSK Research Institute,,,,,,,2001-03-22, -/games/boxart/7848878ccc.jpg,Power Racer,GB,Racing,Tecmo,Tecmo,,,,,,,1990-01-02, -/games/boxart/full_3610768AmericaFrontccc.jpg,Power Rangers Zeo: Battle Racers,SNES,Racing,Bandai,Natsume,,,,,,,1996-09-01, -/games/boxart/2567887ccc.jpg,Powerboat GT,PC,Racing,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2008-02-29, -/games/boxart/full_100863PALFrontccc.jpg,Powerdrome,PC,Racing,Zoo Digital Publishing,Argonaut Games,,,,,,,2005-08-11, -/games/boxart/full_powerslide_3AmericaFront.jpg,Powerslide,3DO,Racing,Unknown,Elite Systems Ltd.,,,,,,,2007-07-01, -/games/boxart/4514597ccc.jpg,Powerslide,PC,Racing,GT Interactive,Ratbag,,,,,,,1998-11-30, -/games/boxart/full_1175251AmericaFrontccc.jpg,Pro Race Driver,PC,Racing,Codemasters,Codemasters,,,,,,,2003-04-17, -/games/boxart/full_7997151PALFrontccc.jpg,Pro Rally 2001,PC,Racing,Ubisoft,Ubisoft Barcelona,,,,,,,2000-12-15, -/games/boxart/full_5079306AmericaFrontccc.png,Project CARS,X360,Racing,Bandai Namco Games,Slightly Mad Studios,,,,,,,2014-04-01,2018-01-05 -/games/boxart/full_7770426AmericaFrontccc.png,Project CARS,PS3,Racing,Bandai Namco Games,Slightly Mad Studios,,,,,,,2014-04-01,2018-01-05 -/games/boxart/default.jpg,Project Gotham Racing 5,X360,Racing,Unknown,Bizarre Creations,,,,,,,, -/games/boxart/full_puffins-lets-race_7AmericaFront.jpg,Puffins: Let's Race,DSiW,Racing,Other Ocean Interactive,Other Ocean Interactive,,,,,,,2010-07-26,2018-10-08 -/games/boxart/4566770ccc.jpg,Pure,PC,Racing,Disney Interactive Studios,Black Rock Studio,7,,,,,,2008-09-16, -/games/boxart/full_pure_208AmericaFront.jpg,Pure,PSN,Racing,Disney Interactive Studios,Black Rock Studio,,,,,,,2011-02-15, -/games/boxart/full_pure_729AmericaFront.jpg,Pure,XBL,Racing,Disney Interactive Studios,Black Rock Studio,,,,,,,2011-02-23, -/games/boxart/full_4569872AmericaFrontccc.png,Pursuit Force,PSN,Racing,Sony Computer Entertainment,Bigbig Studios,7.3,,,,,,2009-05-07, -/games/boxart/full_7067670AmericaFrontccc.png,Pursuit Force: Extreme Justice,PSN,Racing,Sony Computer Entertainment,Bigbig Studios,7.3,,,,,,2009-05-13, -/games/boxart/default.jpg,PyroBlazer,Wii,Racing,Unknown,Eipix,,,,,,,, -/games/boxart/426477ccc.jpg,Quad Challenge,GEN,Racing,Namco,Namco,,,,,,,1991-01-01, -/games/boxart/4909096ccc.gif,Quad Desert Fury,GBA,Racing,Majesco,Skyworks Technologies,,,,,,,2003-09-25, -/games/boxart/full_5495366AmericaFrontccc.jpg,R.C. Grand Prix,GG,Racing,Absolute Entertainment,Absolute Entertainment,,,,,,,1992-01-01, -/games/boxart/1250840ccc.jpg,R.C. Grand Prix,MS,Racing,Seismic,Imagineering Inc.,,,,,,,1989-01-01, -/games/boxart/7480227ccc.jpg,R.C. Pro-Am II,NES,Racing,Tradewest,Rare Ltd.,,,,,,,1992-12-01, -/games/boxart/full_r4-ridge-racer-type-4_947AmericaFront.jpg,R4: Ridge Racer Type 4,PSN,Racing,Sony Computer Entertainment,Namco,,,,,,,2011-03-08, -/games/boxart/default.jpg,Race,GIZ,Racing,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_7783167AmericaFrontccc.jpg,RACE 07: Official WTCC Game,PC,Racing,Viva Media,SimBin,,,,,,,2007-10-09, -/games/boxart/4742127ccc.jpg,Race Days,GB,Racing,GameTek,Gremlin Interactive,,,,,,,1994-11-01, -/games/boxart/3006918ccc.jpg,Race Drivin',SNES,Racing,THQ,Imagineer,,,,,,,1992-10-01, -/games/boxart/4917733ccc.jpg,Race Drivin',GB,Racing,THQ,Argonaut Games,,,,,,,1993-01-01, -/games/boxart/full_4446760AmericaFrontccc.png,Race The Traffic,And,Racing,Unknown,Gameville Studio Inc.,,,,,,,2014-07-01, -/games/boxart/full_3705922AmericaFrontccc.jpg,Race: Auto Racing,2600,Racing,Sears,Telegames,,,,,,,1977-01-01, -/games/boxart/full_9516109PALFrontccc.jpg,RACE: The WTCC Game,PC,Racing,Viva Media,SimBin,,,,,,,2006-11-24, -/games/boxart/full_race-the-wtcc-game-caterham-expansion_420PALFront.jpg,RACE: The WTCC Game - Caterham Expansion,PC,Racing,Eidos Interactive,SimBin,,,,,,,2007-06-22, -/games/boxart/full_5371327PALFrontccc.jpg,Racedriver GRID & Colin McRae: DiRT Double Pack,X360,Racing,Codemasters,Codemasters,,,,,,,2010-03-12, -/games/boxart/full_racers-islands-crazy-arenas_999AmericaFront.jpg,Racers' Islands: Crazy Arenas,WW,Racing,Zallag,Artefacts Studio,,,,,,,2010-12-06, -/games/boxart/full_racers-islands-crazy-racers_4AmericaFront.jpg,Racers' Islands: Crazy Racers,WW,Racing,Zallag,Artefacts Studio,,,,,,,2010-10-04, -/games/boxart/full_7259570AmericaFrontccc.jpg,Racin' Ratz,GB,Racing,Mattel Interactive,KnowWonder,,,,,,,2000-01-01, -/games/boxart/8834937ccc.jpg,Racing,PS,Racing,Agetec,Tamsoft,,,,,,,2000-12-28, -/games/boxart/full_6821651AmericaFrontccc.jpg,Racing Aces,SCD,Racing,Sega,Hammond & Leyland,,,,,,,1993-12-31, -/games/boxart/full_racing-damashii_1JapanFront.jpg,Racing Damashii,GB,Racing,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-02-28, -/games/boxart/full_racing-damashii_8JapanFront.jpg,Racing Damashii,PCE,Racing,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-07-19, -/games/boxart/full_4145771PALFrontccc.jpg,Racing Fever,GBA,Racing,Neko Entertainment,Naps Team,,,,,,,2005-01-01, -/games/boxart/full_99638AmericaFrontccc.jpg,Racing Pak,2600,Racing,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_4137560AmericaFrontccc.jpg,Rad Racer II,NES,Racing,Square,Square,,,,,,,1990-06-01, -/games/boxart/full_radical-psycho-machine-racing_692AmericaFront.jpg,Radical Psycho Machine Racing,SNES,Racing,Interplay,Silicon & Synapse,,,,,,,1991-11-01, -/games/boxart/full_7566998AmericaFrontccc.jpg,RadRiverRun,XBL,Racing,Microsoft,MadMojo,,,,,,,2009-09-28, -/games/boxart/full_7883761AmericaFrontccc.jpg,Raging Thunder 2,And,Racing,Polarbit,Polarbit,,,,,,,2010-04-01, -/games/boxart/default.jpg,RailYard,GIZ,Racing,Unknown,Laddha Inc,,,,,,,, -/games/boxart/full_5709518PALFrontccc.jpg,Rally Championship,PS2,Racing,Codemasters,Warthog,,,,,,,2002-05-31, -/games/boxart/full_9656069AmericaFrontccc.jpg,Rally Championship,PC,Racing,Virgin Interactive,REEVEsoft,,,,,,,1997-06-30, -/games/boxart/full_rally-championship-xtreme_782PALFront.jpg,Rally Championship Xtreme,PC,Racing,Unknown,Warthog,,,,,,,2001-11-02, -/games/boxart/full_2610087AmericaFrontccc.png,Rally Cross,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2007-01-10, -/games/boxart/full_ram-racing_844AmericaFront.jpg,Ram Racing,DS,Racing,Storm City Games,Storm City Entertainment,,,,,,,2011-10-12, -/games/boxart/full_ram-racing_599AmericaFront.jpg,Ram Racing,Wii,Racing,Storm City Games,Storm City Entertainment,,,,,,,2011-10-12, -/games/boxart/full_rapid-assault_783AmericaFront.jpg,Rapid Assault,PC,Racing,IBM,GTE Entertainment,,,,,,,1995-01-01, -/games/boxart/full_8160464AmericaFrontccc.jpg,Rascal Racers,PS,Racing,Telegames,Miracle Designs,,,,,,,2004-01-01, -/games/boxart/default.jpg,Rascal Racers,PSN,Racing,Midas Interactive Entertainment,Miracle Designs,,,,,,,2011-06-02, -/games/boxart/full_ray-tracers_4JapanFront.jpg,Ray Tracers,PSN,Racing,Taito,Taito Corporation,,,,,,,2008-10-29, -/games/boxart/full_6600374AmericaFrontccc.jpg,RC Racing 360,XBL,Racing,Microsoft,Diego Malinverni,,,,,,,2010-01-04, -/games/boxart/full_9236732AmericaFrontccc.jpg,RC Revenge,PS,Racing,Acclaim Entertainment,Acclaim Entertainment,,,,,,,2000-08-16, -/games/boxart/full_5115785PALFrontccc.jpg,RC Toy Machines,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2004-11-05, -/games/boxart/3093542ccc.jpg,Re-Volt,DC,Racing,Acclaim Entertainment,Probe Entertainment Limited,7.7,,,,,,1999-12-17, -/games/boxart/full_7282265AmericaFrontccc.jpg,Re-Volt,PC,Racing,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1999-07-31, -/games/boxart/full_1070392AmericaFrontccc.jpg,RE-VOLT 2 : MULTIPLAYER,And,Racing,XWego,XWego,,,,,,,2014-07-29, -/games/boxart/full_6811439AmericaFrontccc.jpg,Redline F-1 Racer,SNES,Racing,Absolute Entertainment,Genki,,,,,,,1993-09-01, -/games/boxart/full_6902397AmericaFrontccc.jpg,Redout,NS,Racing,Nicalis,Nicalis,,,,,,,2018-12-30,2018-08-15 -/games/boxart/full_remote-racers_992AmericaFront.jpg,Remote Racers,DSiW,Racing,Qubic Games,NoWay Studio,,,,,,,2011-02-21, -/games/boxart/full_rescue-24-hours_393JapanFront.jpg,Rescue 24 Hours,PSN,Racing,GungHo,CS,,,,,,,2011-03-09, -/games/boxart/full_rescue-24-hours_748JapanFront.jpg,Rescue 24 Hours,PS,Racing,Unknown,CS,,,,,,,1997-03-14, -/games/boxart/full_richard-burns-rally_1AmericaFront.jpg,Richard Burns Rally,GIZ,Racing,Gizmondo Studios,Gizmondo Studios,,,,,,,2005-10-22, -/games/boxart/full_richard-burns-rally_834AmericaFront.jpg,Richard Burns Rally,XB,Racing,Unknown,Warthog,,,,,,,, -/games/boxart/full_196669PALFrontccc.jpg,Richard Burns Rally,PS2,Racing,SCi,Warthog,,,,,,,2004-07-09, -/games/boxart/full_3387100AmericaFrontccc.png,Ridge Racer,PSN,Racing,Namco Bandai,Namco,,,,,,,2009-12-17, -/games/boxart/full_ridge-racer-2_105JapanFront.jpg,Ridge Racer 2,PSN,Racing,Namco Bandai,Namco Bandai Games,,,,,,,2011-01-12, -/games/boxart/full_9955541AmericaFrontccc.jpg,Ridge Racer 6,XBL,Racing,Namco Bandai,Namco,,,,,,,2009-08-11, -/games/boxart/full_ridge-racer-accelerated_8AmericaFront.jpg,Ridge Racer Accelerated,iOS,Racing,Unknown,Namco Networks America,,,,,,,, -/games/boxart/full_9001539PALFrontccc.jpg,Rig Racer 2,PC,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-10-13, -/games/boxart/full_306525PALFrontccc.jpg,Rig Racer 2,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2005-07-12, -/games/boxart/full_581487AmericaFrontccc.jpg,Rig'n'Roll,PC,Racing,Unknown,Softlab-NSK,,,,,,,, -/games/boxart/full_8262580AmericaFrontccc.jpg,Road & Track Presents: The Need for Speed,PC,Racing,Electronic Arts,Pioneer Productions,,,,,,,1995-08-31, -/games/boxart/9831838ccc.jpg,Road & Track Presents: The Need for Speed,3DO,Racing,Electronic Arts Victor,Pioneer Productions,,,,,,,1994-01-01, -/games/boxart/9527602ccc.jpg,Road & Track Presents: The Need for Speed,SAT,Racing,Electronic Arts,Pioneer Productions,,,,,,,1996-01-01, -/games/boxart/full_5913448AmericaFrontccc.jpg,Road & Track Presents: The Need for Speed SE,PC,Racing,Electronic Arts,EA Seattle,,,,,,,1997-01-01, -/games/boxart/full_6766919JapanFrontccc.jpg,Road Fighter,VC,Racing,Konami,Konami,,,,,,,2009-11-24, -/games/boxart/full_road-fighter_7PALFront.jpg,Road Fighter,NES,Racing,Konami,Konami,,,,,,,1992-06-18, -/games/boxart/full_road-rash_8AmericaFront.jpg,Road Rash,GG,Racing,U.S. Gold,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/2601180ccc.jpg,Road Rash,GB,Racing,Ocean,The Code Monkeys,,,,,,,1996-10-01, -/games/boxart/full_road-rash_10AmericaFront.jpg,Road Rash,GEN,Racing,Electronic Arts,Electronic Arts,,,,,,,1992-11-19, -/games/boxart/8484590ccc.jpg,Road Rash,3DO,Racing,Electronic Arts,Monkey Do Productions,,,,,,,1994-01-01, -/games/boxart/full_2474612AmericaFrontccc.jpg,Road Rash,SAT,Racing,Electronic Arts,Advanced Technology Group,,,,,,,1996-01-01, -/games/boxart/7313279ccc.jpg,Road Rash,SCD,Racing,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/full_road-rash_5PALFront.jpg,Road Rash,MS,Racing,U.S. Gold,Electronic Arts,,,,,,,1989-01-01, -/games/boxart/full_road-rash-gbc_10AmericaFront.jpg,Road Rash (GBC),GB,Racing,Electronic Arts,3d6 Games,,,,,,,2000-11-29, -/games/boxart/6911921ccc.jpg,Road Rash 3,GEN,Racing,Electronic Arts,Electronic Arts,,,,,,,1995-05-15, -/games/boxart/full_road-rash-ii_2AmericaFront.jpg,Road Rash II,GEN,Racing,Electronic Arts,Electronic Arts,,,,,,,1993-07-22, -/games/boxart/full_road-rash-win-95_7AmericaFront.jpg,Road Rash Win 95,PC,Racing,Electronic Arts,Electronic Arts,,,,,,,1996-09-30, -/games/boxart/5764233ccc.jpg,Road Riot 4WD,SNES,Racing,THQ,Equilibrium,,,,,,,1992-12-31, -/games/boxart/full_3480462PALFrontccc.jpg,Road Wars,PC,Racing,Activision,Intense Entertainment,,,,,,,2000-08-25, -/games/boxart/9082099ccc.jpg,RoadBlasters,Lynx,Racing,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_roadblasters_5AmericaFront.jpg,RoadBlasters,GEN,Racing,Tengen,Sterling Silver Software,,,,,,,1991-01-01, -/games/boxart/3004092ccc.jpg,RoadBlasters,NES,Racing,Mindscape,Beam Software,,,,,,,1990-01-01, -/games/boxart/full_roadster_10JapanFront.jpg,Roadster,GB,Racing,Tonkin House,Tonkin House,,,,,,,1990-10-19, -/games/boxart/full_9547489AmericaFrontccc.jpg,Roadsters,GB,Racing,Titus,Titus Software,3,,,,,,2000-01-01, -/games/boxart/full_7855013AmericaFrontccc.jpg,Roadsters,DC,Racing,Titus,Player 1,4.6,,,,,,2000-11-21, -/games/boxart/full_robot-wars-advanced-destruction_284AmericaFront.jpg,Robot Wars: Advanced Destruction,GBA,Racing,VU Games,Crawfish Interactive,,,,,,,2002-11-22, -/games/boxart/full_1922760AmericaFrontccc.jpg,Rock N' Roll Racing,GEN,Racing,Interplay,Silicon & Synapse,,,,,,,1994-04-04, -/games/boxart/full_rocks-in-spaaace_306AmericaFront.jpg,Rocks. In. Spaaace!,XBL,Racing,Microsoft,RetroZombie,,,,,,,2011-08-27, -/games/boxart/full_4643844AmericaFrontccc.jpg,Rollcage,PC,Racing,Psygnosis,Attention To Detail,,,,,,,1999-03-31, -/games/boxart/full_3991341AmericaFrontccc.jpg,Room Zoom: Race for Impact,GC,Racing,Jaleco,Blade Interactive,,,,,,,2005-03-15, -/games/boxart/full_5573852AmericaFrontccc.jpg,Room Zoom: Race for Impact,PC,Racing,Jaleco,Blade Interactive,,,,,,,2004-08-16, -/games/boxart/full_route-16-turbo_567JapanFront.jpg,Route-16 Turbo,NES,Racing,Sunsoft,SunSoft,,,,,,,1985-10-04, -/games/boxart/full_3458985PALFrontccc.jpg,RPM Tuning,PC,Racing,Wanadoo,Babylon Software,,,,,,,2005-04-28, -/games/boxart/full_2509070PALFrontccc.jpg,RPM Tuning,PS2,Racing,Wanadoo,Babylon Software,,,,,,,2004-11-19, -/games/boxart/full_runabout-3d_925JapanFront.jpg,Runabout 3D,3DS,Racing,Rocket Company,Climax Entertainment,,,,,,,2012-01-19, -/games/boxart/full_2643PALFrontccc.jpg,Rush Hour,PC,Racing,Psygnosis,Clockwork Games Ltd.,,,,,,,1997-01-01, -/games/boxart/default.jpg,Rush Rush Rally Racing,WW,Racing,Unknown,Senile Team,,,,,,,, -/games/boxart/full_rush-rush-rally-racing_6PALFront.jpg,Rush Rush Rally Racing,DC,Racing,RedSpot Games,Senile Team,,,,,,,2009-11-04, -/games/boxart/4110371ccc.jpg,S.C.A.R.S,PC,Racing,Ubisoft,Vivid Image,,,,,,,1998-11-30, -/games/boxart/full_sci-special-criminal-investigation_1JapanFront.jpg,S.C.I.: Special Criminal Investigation,PCE,Racing,Taito,Taito Corporation,,,,,,,1991-01-25, -/games/boxart/full_sci-special-criminal-investigation_3JapanFront.jpg,S.C.I.: Special Criminal Investigation,VC,Racing,Taito,Taito Corporation,,,,,,,2008-12-09, -/games/boxart/full_special-criminal-investigation_8PALFront.jpg,S.C.I.: Special Criminal Investigation,MS,Racing,Sega,Taito Corporation,,,,,,,1992-01-01, -/games/boxart/7014588ccc.jpg,San Francisco Rush 2049,DC,Racing,Midway Games,Midway,8.1,,,,,,2000-09-06, -/games/boxart/7461335ccc.jpg,San Francisco Rush 2049,GB,Racing,Midway Games,Handheld Games,,,,,,,2000-09-07, -/games/boxart/full_saru-get-you-pipo-saru-racer_2JapanFront.jpg,Saru! Get You! Pipo Saru Racer,PSN,Racing,Sony Computer Entertainment,epics / SCEI,,,,,,,2009-09-24,2018-09-18 -/games/boxart/full_saru-get-you-pipo-saru-racer_1JapanFront.jpg,Saru! Get You! Pipo Saru Racer,PSP,Racing,Sony Computer Entertainment,epics / SCEI,,,,,,,2006-12-07,2018-09-18 -/games/boxart/full_6295614AmericaFrontccc.jpg,Saturday Night Speedway,PC,Racing,Atari,Ratbag,,,,,,,2004-03-04, -/games/boxart/full_sbk-x-superbike-world-championship_2AmericaFront.jpg,SBK X: Superbike World Championship,PC,Racing,Deep Silver,Milestone S.r.l,,,,,,,2010-10-19, -/games/boxart/full_4189358PALFrontccc.jpg,SBK08 Superbike World Championship,PC,Racing,Unknown,Milestone,,,,,,,2020-12-31, -/games/boxart/full_4467496PALFrontccc.jpg,SBK09 Superbike World Championship,PS2,Racing,Black Bean Games,Milestone,,,,,,,2009-05-29, -/games/boxart/full_7263934PALFrontccc.jpg,SBK09 Superbike World Championship,PC,Racing,Black Bean Games,Milestone,,,,,,,2009-05-29, -/games/boxart/full_3827154AmericaFrontccc.jpg,Scorcher,PC,Racing,Scavenger,Zyrinx,,,,,,,1996-11-30, -/games/boxart/full_8469763AmericaFrontccc.jpg,Scorcher,SAT,Racing,Sega,Zyrinx,,,,,,,1996-11-30, -/games/boxart/full_6876067AmericaFrontccc.jpg,SCORE International Baja 1000: The Official Game,PC,Racing,Activision,Left Field Productions,,,,,,,2008-10-28, -/games/boxart/full_739746AmericaFrontccc.jpg,Scrap Metal,XBL,Racing,Microsoft,Slick Entertainment,7.6,,,,,,2010-03-10, -/games/boxart/3141101ccc.jpg,Screamer,PC,Racing,Virgin Interactive,Graffiti,,,,,,,1995-10-31, -/games/boxart/full_4664658AmericaFrontccc.jpg,Screamer 2,PC,Racing,Virgin Interactive,Milestone S.r.l.,,,,,,,1996-09-30, -/games/boxart/default.jpg,Screamer 4x4,PC,Racing,Virgin Interactive,Clever's Develoement,,,,,,,2001-12-03, -/games/boxart/full_6923922AmericaFrontccc.png,Screamer Rally,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,, -/games/boxart/full_464269JapanFrontccc.jpg,SD Gundam Eiyuuden: Kishi Densetsu,WS,Racing,Bandai,Bandai,,,,,,,2001-03-15, -/games/boxart/full_6413865AmericaFrontccc.jpg,Sea-Doo HydroCross,PS,Racing,Vatical Entertainment,Vicarious Visions,,,,,,,2001-06-06, -/games/boxart/full_seaside-racing_10AmericaFront.jpg,Seaside Racing,XBL,Racing,Microsoft,Gustav Olsson,,,,,,,2010-07-25, -/games/boxart/full_7274524JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 13: OutRun,PS2,Racing,Sega,Sega,,,,,,,2004-05-27, -/games/boxart/full_sega-ages-2500-series-vol-2-monaco-gp_6JapanFront.jpg,Sega Ages 2500 Series Vol. 2: Monaco GP,PS2,Racing,Sega,Sega,,,,,,,2003-08-28, -/games/boxart/full_sega-ages-2500-series-vol-8-virtua-racing-flatout-_0JapanFront.jpg,Sega Ages 2500 Series Vol. 8: Virtua Racing -FlatOut-,PS2,Racing,Sega,Sega-AM2,,,,,,,2004-02-26, -/games/boxart/full_2568575JapanFrontccc.jpg,Sega Ages: OutRun,SAT,Racing,Sega,Sega,,,,,,,1996-09-20, -/games/boxart/full_332411JapanFrontccc.jpg,Sega Ages: Power Drift,SAT,Racing,Sega,Sega-AM2,,,,,,,1998-02-26, -/games/boxart/full_26283AmericaFrontccc.jpg,Sega GT,PC,Racing,Sega,Wow Entertainment,,,,,,,2001-10-19, -/games/boxart/full_sega-rally-championship_531AmericaFront.jpg,Sega Rally Championship,NGage,Racing,Unknown,Hitmaker,,,,,,,, -/games/boxart/full_7478737AmericaFrontccc.jpg,Sega Rally Championship,PC,Racing,Sega,Sega,,,,,,,1997-01-31, -/games/boxart/full_6976883AmericaFrontccc.jpg,Sega Rally Championship 2,PC,Racing,Sega,AM5,,,,,,,2000-01-01, -/games/boxart/full_sega-rally-online-arcade_575AmericaFront.jpg,SEGA Rally Online Arcade,X360,Racing,Sega,Sumo Digital,,,,,,,2011-05-18, -/games/boxart/full_sega-rally-online-arcade_660PALFront.png,SEGA Rally Online Arcade,PSN,Racing,Sega,Sumo Digital,,,,,,,2011-06-02, -/games/boxart/full_5025510AmericaFrontccc.png,Sega Rally Revo,PSN,Racing,Sega,BugBear,,,,,,,2009-12-17, -/games/boxart/full_3502700PALFrontccc.jpg,SEGA Rally Revo,XBL,Racing,Sega,Sega Racing Studio,,,,,,,2009-08-11, -/games/boxart/full_114303AmericaFrontccc.jpg,Sega Touring Car Championship,PC,Racing,Sega,Sega,,,,,,,1998-01-31, -/games/boxart/full_9005550AmericaFrontccc.jpg,Shanghai StreetRacer,PC,Racing,Team6,Team6 Game Studios,,,,,,,2004-03-01, -/games/boxart/full_shifters_328AmericaFront.jpg,Shifters,XBL,Racing,Microsoft,Third Eye,,,,,,,2011-04-03, -/games/boxart/full_8268966JapanFrontccc.jpg,Shin Bakusou Dekotora Densetsu,PS2,Racing,Spike,Spike,,,,,,,2005-02-10, -/games/boxart/full_3144199JapanFrontccc.jpg,Shinseiki GPX Cyber Formula,PS,Racing,Vap,Vap,,,,,,,1999-03-18, -/games/boxart/full_4353401JapanFrontccc.jpg,Shinseiki GPX Cyber Formula,GB,Racing,Varie,Varie,,,,,,,1992-02-28, -/games/boxart/full_3066004JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Aratanaru Chousensha,PS,Racing,Vap,Vap,,,,,,,2002-05-23, -/games/boxart/full_6947478JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The EVOLUTION,GC,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2004-07-29, -/games/boxart/full_2593043JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY,PS2,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2003-12-18, -/games/boxart/full_6639733JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY 2,PS2,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2005-08-11, -/games/boxart/full_9603185JapanFrontccc.jpg,Shinseiki GPX Cyber Formula: Road To The INFINITY 3,PS2,Racing,Sunrise Interactive,Atelier-Sai,,,,,,,2006-10-26, -/games/boxart/6751884ccc.jpg,Shrek Smash n' Crash Racing,GBA,Racing,Activision,Torus Games,,,,,,,2006-11-15, -/games/boxart/6593453ccc.jpg,Shrek Smash n' Crash Racing,PS2,Racing,Activision,Torus Games,,,,,,,2006-11-14, -/games/boxart/full_7555566JapanFrontccc.jpg,Simple 1500 Series Vol. 17: The Bike Race,PS,Racing,D3 Publisher,NCS,,,,,,,1999-11-01, -/games/boxart/full_3852732JapanFrontccc.jpg,Simple 1500 Series Vol. 25: The Keiba,PS,Racing,D3 Publisher,Nekogumi,,,,,,,2000-03-30, -/games/boxart/full_simple-1500-series-vol-38-the-real-racing-toyota_160JapanFront.jpg,Simple 1500 Series Vol. 38: The Real Racing: Toyota,PS,Racing,D3 Publisher,D3 Publisher,,,,,,,2000-09-14, -/games/boxart/full_5447844JapanFrontccc.jpg,Simple 1500 Series Vol. 78: The Zero Yon,PS,Racing,D3 Publisher,Quintet,,,,,,,2001-10-25, -/games/boxart/full_6387001JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 03: Kamen Rider: The Bike Race,PS,Racing,Bandai,Highwaystar,,,,,,,2001-10-25, -/games/boxart/full_3745584JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 17: Sentou Mecha Xabungle: The Racing Action,PS,Racing,Bandai,Access,,,,,,,2003-04-03, -/games/boxart/full_2623367JapanFrontccc.jpg,Simple DS Series Vol. 22: The Zero-Yon * Shinya,DS,Racing,D3 Publisher,Tamsoft,,,,,,,2007-09-20, -/games/boxart/full_1103846JapanFrontccc.jpg,Simple Wii Series Vol. 1: The Minna de Kart Race,Wii,Racing,D3 Publisher,D3 Publisher,,,,,,,2007-10-25, -/games/boxart/full_5443368AmericaFrontccc.jpg,Ski-doo Snow X Racing,PS2,Racing,Valcon Games,ColdWood Interactive,,,,,,,2007-08-02, -/games/boxart/default.jpg,Skunny Kart,PC,Racing,Copysoft,Copysoft,,,,,,,1993-01-01, -/games/boxart/default.jpg,Sky Pirates of Neo Terra,DS,Racing,Unknown,Aspyr,,,,,,,, -/games/boxart/7895758ccc.jpg,Sky Roads,PC,Racing,Creative Dimension,Blue Moon,,,,,,,1993-12-31, -/games/boxart/full_skydrift_530AmericaFront.jpg,SkyDrift,XBL,Racing,Unknown,Digital Reality,7.5,,,,,,2011-09-07,2019-04-17 -/games/boxart/full_skydrift_345AmericaFront.jpg,SkyDrift,PSN,Racing,Unknown,Digital Reality,7.5,,,,,,2011-09-06,2019-04-17 -/games/boxart/6433703ccc.jpg,Slipstream 5000,PC,Racing,Unknown,The Software Refinery,,,,,,,, -/games/boxart/full_8522014AmericaFrontccc.png,Smash Cars,PSN,Racing,TikGames,Creat Studios,,,,,,,2009-08-20, -/games/boxart/8738169ccc.jpg,Smuggler's Run 2: Hostile Territory,PS2,Racing,Rockstar Games,Rockstar San Diego,,,,,,,2001-10-30, -/games/boxart/full_snail-mail_510AmericaFront.jpg,Snail Mail,WW,Racing,Sandlot Games,Sandlot Games,,,,,,,2011-06-16, -/games/boxart/full_6942170AmericaFrontccc.png,Sno-Cross Championship Racing,PSN,Racing,Sony Computer Entertainment,UDS,,,,,,,2008-10-16, -/games/boxart/7582507ccc.jpg,Sno-Cross Championship Racing,DC,Racing,Crave Entertainment,UDS,4.8,,,,,,2000-11-30, -/games/boxart/full_snowmobile-championship-2000_199AmericaFront.jpg,Snowmobile Championship 2000,PC,Racing,GT Interactive,Second South Studios,,,,,,,1999-11-01, -/games/boxart/full_2474248PALFrontccc.jpg,Sonic & SEGA All-Stars Racing,PC,Racing,Sega,Sumo Digital,,,,,,,2010-02-23, -/games/boxart/full_1928816JapanFrontccc.jpg,Sonic Drift,GG,Racing,Sega,Sega,,,,,,,1994-03-18, -/games/boxart/7114579ccc.jpg,Sonic Drift 2,GG,Racing,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/1360799ccc.jpg,Sonic R,SAT,Racing,Sega,Traveller's Tales,,,,,,,1997-10-31, -/games/boxart/9449178ccc.jpg,Sonic R,PC,Racing,Expert,Sega,,,,,,,1998-01-01, -/games/boxart/full_742252AmericaFrontccc.png,Sonic Rivals,PSN,Racing,Sega,Backbone Entertainment,,,,,,,2009-09-30, -/games/boxart/full_6545418AmericaFrontccc.png,Sonic Rivals 2,PSN,Racing,Sega,Backbone Entertainment,,,,,,,2009-09-30, -/games/boxart/full_9412310AmericaFrontccc.jpg,South Park Rally,PC,Racing,Acclaim Entertainment,Tantalus Interactive,4.1,,,,,,1999-12-31, -/games/boxart/6633467ccc.jpg,South Park Rally,DC,Racing,Acclaim Entertainment,Tantalus Interactive,3.9,,,,,,2000-06-30, -/games/boxart/full_4346716AmericaFrontccc.jpg,Spectra,XOne,Racing,Gateway Interactive,Gateway Interactive,,,,,,,2015-05-08,2018-08-09 -/games/boxart/full_3102497AmericaFrontccc.jpg,Spectra,PC,Racing,Mastertronic,Gateway Interactive,,,,,,,2015-07-10,2018-08-09 -/games/boxart/full_8758679AmericaFrontccc.jpg,Spectra,OSX,Racing,Mastertronic,Gateway Interactive,,,,,,,2015-07-10,2018-08-09 -/games/boxart/full_1748998AmericaFrontccc.jpg,Spectra,Linux,Racing,Mastertronic,Gateway Interactive,,,,,,,2015-07-10,2018-08-09 -/games/boxart/full_9713754AmericaFrontccc.png,Spectra 8bit Racing,PC,Racing,NetherRealm Studios / Other Ocean Interactive,NetherRealm Studios / Other Ocean Interactive,,,,,,,2014-05-14, -/games/boxart/full_2126465AmericaFrontccc.png,Spectra 8bit Racing,XOne,Racing,NetherRealm Studios / Other Ocean Interactive,NetherRealm Studios / Other Ocean Interactive,,,,,,,2020-12-31, -/games/boxart/full_2192084AmericaFrontccc.png,Spectra 8bit Racing,WinP,Racing,NetherRealm Studios / Other Ocean Interactive,NetherRealm Studios / Other Ocean Interactive,,,,,,,2014-06-25, -/games/boxart/full_speed-busters-american-highways_114AmericaFront.jpg,Speed Busters: American Highways,PC,Racing,Ubisoft,Ubisoft,,,,,,,1998-01-01, -/games/boxart/1577457ccc.jpg,Speed Devils,DC,Racing,Ubisoft,Ubisoft,8.2,,,,,,1999-10-14, -/games/boxart/3460358ccc.jpg,Speed Devils Online Racing,DC,Racing,Ubisoft,Ubisoft,7.3,,,,,,2000-12-13, -/games/boxart/full_2059703AmericaFrontccc.jpg,Speed Kills,PC,Racing,Kiss,Holy Warp,,,,,,,2014-05-16,2019-04-21 -/games/boxart/full_9598401AmericaFrontccc.jpg,Speed Racer in My Most Dangerous Adventures,SNES,Racing,Accolade,Radical Entertainment,,,,,,,1994-11-01, -/games/boxart/default.jpg,Speed Racer in The Challenge of Racer X,PC,Racing,Accolade,Accolade,,,,,,,1992-01-01, -/games/boxart/full_6149645PALFrontccc.jpg,Speedboat GP,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/full_7459545AmericaFrontccc.jpg,Speedway II,2600,Racing,Sears,Telegames,,,,,,,1978-01-01, -/games/boxart/full_6871227PALFrontccc.png,Spinout,PSN,Racing,Ghostlight,Icon Games,,,,,,,2009-03-19, -/games/boxart/1421474ccc.jpg,Spirit Of Speed 1937,DC,Racing,Acclaim Entertainment,Acclaim,1.7,,,,,,2000-07-31, -/games/boxart/full_splitsecond_751AmericaFront.jpg,Split/Second,PSN,Racing,Disney Interactive Studios,Black Rock Studio,,,,,,,2010-11-16, -/games/boxart/3568615ccc.jpg,SPOGS Racing,WW,Racing,D2C Games,D2C Games,,,,,,,2008-07-07, -/games/boxart/default.jpg,SpongeBob SquarePants and the Nicktoons GravJet Racing,XBL,Racing,MTV Games,MTV Games,,,,,,,2009-12-23, -/games/boxart/full_8081441AmericaFrontccc.jpg,Sports Car GT,PC,Racing,Electronic Arts,Image Space Inc.,,,,,,,1999-04-30,2018-03-22 -/games/boxart/default.jpg,Sports Superbike,PC,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1999-11-30, -/games/boxart/full_sports-superbike_350PALFront.jpg,Sports Superbike,PS,Racing,Midas Interactive Entertainment,Interactive Entertainment,,,,,,,2000-09-01, -/games/boxart/default.jpg,Sports Superbike 2,PC,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,1999-11-30, -/games/boxart/full_3791248AmericaFrontccc.jpg,Sports Superbike 2,PS,Racing,Mud Duck Productions,Bethesda Softworks,,,,,,,2002-10-06, -/games/boxart/default.jpg,Sports Superbike 2,PSN,Racing,Midas Interactive Entertainment,Bethesda Softworks,,,,,,,2010-11-17, -/games/boxart/1587236ccc.jpg,Sprint Cars 2: Showdown at Eldora,PS2,Racing,THQ,Big Ant Studios,,,,,,,2008-03-11, -/games/boxart/full_8617837AmericaFrontccc.jpg,Sprint Cars: Road to Knoxville,PC,Racing,THQ,Big Ant Studios,,,,,,,2006-07-26, -/games/boxart/4941822ccc.jpg,Sprintmaster,2600,Racing,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/full_9862187AmericaFrontccc.jpg,Spy Hunter,PC,Racing,Aspyr,Fluent,,,,,,,2003-05-28, -/games/boxart/522598ccc.jpg,Spy Hunter,2600,Racing,Sega,Bally Midway,,,,,,,1983-01-01, -/games/boxart/7421373ccc.jpg,Spy Hunter,NES,Racing,Sunsoft,SunSoft,,,,,,,1987-09-01, -/games/boxart/full_1789468AmericaFrontccc.jpg,SRS: Street Racing Syndicate,PC,Racing,Namco,Eutechnyx,,,,,,,2005-01-18, -/games/boxart/full_1407467AmericaFrontccc.jpg,Star Wars Episode I Racer,PC,Racing,LucasArts,LucasArts,,,,,,,1999-05-19, -/games/boxart/8236608ccc.jpg,Star Wars Episode I Racer,DC,Racing,LucasArts,LucasArts,6.6,,,,,,2000-04-04, -/games/boxart/3704998ccc.jpg,Star Wars Episode I Racer,GBC,Racing,Nintendo,LucasArts,,,,,,,1999-11-30,2018-01-06 -/games/boxart/full_8060525AmericaFrontccc.jpg,Star Wars: Demolition,DC,Racing,LucasArts,"Luxoflux, Inc.",6.4,,,,,,2000-11-19, -/games/boxart/full_9699046AmericaFrontccc.jpg,Starsky & Hutch,PC,Racing,Gotham Games,Minds-Eye Productions,6.2,,,,,,2003-09-10, -/games/boxart/full_8559234AmericaFrontccc.png,State Shift,PSN,Racing,Conspiracy Entertainment,Engine Software,,,,,,,2009-09-17, -/games/boxart/full_state-shift_6PALFront.jpg,State Shift,PSP,Racing,Midas Interactive Entertainment,Engine Software,,,,,,,2007-06-08, -/games/boxart/default.jpg,Stock Car Crash,PS2,Racing,Unknown,Brain in a Jar,,,,,,,, -/games/boxart/full_streak-hoverboard-racing_207PALFront.png,Streak: Hoverboard Racing,PSN,Racing,Atari,SingleTrac,,,,,,,2010-12-08, -/games/boxart/full_2045436AmericaFrontccc.jpg,StreamLine,XBL,Racing,Microsoft,Omer,,,,,,,2009-05-18, -/games/boxart/4506759ccc.jpg,Street Racer,2600,Racing,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/7185077ccc.gif,Street Racer,GEN,Racing,Ubisoft,Vivid Image,,,,,,,1995-01-01, -/games/boxart/default.jpg,Street Racer,PC,Racing,Ubisoft,Vivid Image,,,,,,,1997-05-08, -/games/boxart/871899ccc.gif,Street Racer,SAT,Racing,Ubisoft,Vivid Image,,,,,,,1996-01-01, -/games/boxart/full_1303960AmericaFrontccc.jpg,Street Racer,GB,Racing,Ubisoft,Vivid Image,,,,,,,1996-12-01, -/games/boxart/3917711ccc.gif,Street Racer,SNES,Racing,Ubisoft,Vivid Image,,,,,,,1994-01-01, -/games/boxart/full_5322899AmericaFrontccc.jpg,Street Rod,PC,Racing,California Dreams,California Dreams,,,,,,,1989-01-01, -/games/boxart/full_6934565AmericaFrontccc.jpg,Street Rod 2 The Next Generation,PC,Racing,California Dreams,California Dreams,,,,,,,1991-01-01, -/games/boxart/full_681681AmericaFrontccc.png,StreetRace Rivals,PC,Racing,Glu Games,Glu,,,,,,,2013-06-08,2018-09-12 -/games/boxart/default.jpg,Streets of Moscow,PC,Racing,1C Company,Gaijin Entertainment,,,,,,,2010-01-22, -/games/boxart/full_streets-of-simcity_764AmericaFront.jpg,Streets of SimCity,PC,Racing,Maxis,Maxis,,,,,,,1997-10-31, -/games/boxart/full_4755665AmericaFrontccc.jpg,Stunt Cars,WW,Racing,Icon Games,Icon Games,,,,,,,2009-12-14, -/games/boxart/default.jpg,Stunt Cars 2,WW,Racing,Unknown,Icon Games,,,,,,,, -/games/boxart/full_102617PALFrontccc.jpg,Stunt GP,DC,Racing,Atari,Team17 Software,,,,,,,2001-06-08, -/games/boxart/full_7438503AmericaFrontccc.jpg,Stunt GP,PC,Racing,Virgin Interactive,Team17 Software,,,,,,,2001-10-25, -/games/boxart/full_stunt-car-racer_568AmericaFront.jpg,Stunt Track Racer,PC,Racing,Unknown,MicroStyle,,,,,,,1989-01-01, -/games/boxart/default.jpg,Stuntcar Extreme,GIZ,Racing,Unknown,Fathammer,,,,,,,, -/games/boxart/full_stuntman-ignition_6AmericaFront.jpg,Stuntman: Ignition,XBL,Racing,THQ,Paradigm Entertainment,,,,,,,2010-07-20, -/games/boxart/full_sunsoft-grand-prix_1PALFront.jpg,Sunsoft Grand Prix,GB,Racing,Sunsoft,ASK,,,,,,,1992-01-01, -/games/boxart/full_super-1-karting_828PALFront.jpg,Super 1 Karting,GB,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-08-03, -/games/boxart/5689483ccc.jpg,Super Burnout,AJ,Racing,Atari,Shen Studios,,,,,,,1995-01-01, -/games/boxart/5640878ccc.jpg,Super Chase H.Q.,SNES,Racing,Taito,Taito Corporation,,,,,,,1993-12-01, -/games/boxart/full_9003558AmericaFrontccc.jpg,Super Chase H.Q.,GB,Racing,Taito,Taito Corporation,,,,,,,1993-09-14, -/games/boxart/full_3135145JapanFrontccc.jpg,Super Family Circuit,SNES,Racing,Namco,Game Studio,,,,,,,1994-10-21, -/games/boxart/7642587ccc.jpg,Super Hang-On,GEN,Racing,Sega,Sega,,,,,,,1989-10-06, -/games/boxart/default.jpg,Super Hang-On (Arcade),VC,Racing,Sega,Sega-AM2,,,,,,,2010-09-14, -/games/boxart/full_4974132AmericaFrontccc.jpg,Super Laser Racer,PC,Racing,New Star Games,New Star Games,,,,,,,2010-02-18, -/games/boxart/full_6781339AmericaFrontccc.jpg,Super Mario Kart,VC,Racing,Nintendo,Nintendo EAD,,,,,,,2009-11-23, -/games/boxart/full_3898364AmericaFrontccc.jpg,Super Monaco GP,GEN,Racing,Sega,Sega,,,,,,,1990-10-19, -/games/boxart/9438040ccc.jpg,Super Monaco GP,MS,Racing,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/9409024ccc.jpg,Super Monaco GP,GG,Racing,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/7168522ccc.jpg,Super Off Road,Lynx,Racing,Telegames,"Telegames, Inc.",,,,,,,1991-01-01, -/games/boxart/full_super-off-road_10PALFront.jpg,Super Off Road,MS,Racing,Virgin Interactive,Leland Corporation,,,,,,,1992-01-01, -/games/boxart/1146835ccc.jpg,Super Off Road,SNES,Racing,Tradewest,Software Creations,,,,,,,1991-12-01, -/games/boxart/7145321ccc.jpg,Super Off Road,GB,Racing,Tradewest,NMS Software,,,,,,,1992-11-01, -/games/boxart/2070319ccc.jpg,Super Off Road,GG,Racing,Virgin Interactive,Graftgold,,,,,,,1992-01-01, -/games/boxart/2843161ccc.jpg,Super Off Road: The BAJA,SNES,Racing,Tradewest,Software Creations,,,,,,,1993-09-01, -/games/boxart/full_super-racing_2JapanFront.jpg,Super Racing,MS,Racing,Sega,Sega,,,,,,,1988-07-02, -/games/boxart/full_7416636AmericaFrontccc.jpg,Super Renegade Response,Ouya,Racing,Unknown,Unknown,,,,,,,2014-08-18, -/games/boxart/9481202ccc.jpg,Super Runabout: San Francisco Edition,DC,Racing,Climax Entertainment,Climax Entertainment,6.1,,,,,,2000-10-28, -/games/boxart/9274462ccc.jpg,Super Sprint,NES,Racing,Tengen,Atari,,,,,,,1989-01-01, -/games/boxart/full_super-spy-hunter_7AmericaFront.jpg,Super Spy Hunter,NES,Racing,Sunsoft,Tokai Engineering,,,,,,,1992-02-01, -/games/boxart/full_1971255AmericaFrontccc.png,Super Toy Cars,WiiU,Racing,Eclipse Entertainment,Eclipse Entertainment,,,,,,,2014-07-24, -/games/boxart/default.jpg,Super Worms,PC,Racing,Wiering Software,Wiering Software,,,,,,,1995-01-01, -/games/boxart/full_2739033PALFrontccc.jpg,Super-Bikes: Riding Challenge,PC,Racing,Black Bean Games,Milestone S.r.l.,,,,,,,2006-09-22, -/games/boxart/full_8526175PALFrontccc.jpg,Super-Bikes: Riding Challenge,PS2,Racing,Black Bean Games,Milestone S.r.l.,,,,,,,2006-09-15, -/games/boxart/default.jpg,Superbike '99,PC,Racing,Unknown,EA Sports,,,,,,,, -/games/boxart/full_7069800AmericaFrontccc.jpg,Superbike 2000,PC,Racing,EA Sports,Milestone,,,,,,,2000-02-29, -/games/boxart/full_3162806AmericaFrontccc.jpg,Superbike 2001,PC,Racing,EA Sports,EA Sports,,,,,,,2000-10-09, -/games/boxart/default.jpg,Superbike Challenge,PC,Racing,Unknown,Midas Interactive Entertainment,,,,,,,, -/games/boxart/full_8669620PALFrontccc.jpg,Superbike GP,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/default.jpg,Superbike World Champions,PC,Racing,Unknown,Interactive Entertainment,,,,,,,, -/games/boxart/full_6125319AmericaFrontccc.jpg,Superbike World Championship,PC,Racing,EA Sports,Milestone,,,,,,,1999-02-28, -/games/boxart/full_5034248AmericaFrontccc.jpg,Supercar Street Challenge,PC,Racing,Activision,EXAKT Entertainment,,,,,,,2001-10-30, -/games/boxart/2930749ccc.jpg,Supercross 3D,AJ,Racing,Atari,Tiertex Design Studios,,,,,,,1995-12-01, -/games/boxart/full_supercross-freestyle_387PALFront.jpg,Supercross Freestyle,GB,Racing,Infogrames,Infogrames,,,,,,,2000-01-01, -/games/boxart/full_supercross-kings_249AmericaFront.jpg,SuperCross Kings,PC,Racing,Summitsoft Entertainment,Summitsoft Entertainment,,,,,,,2000-12-14, -/games/boxart/full_superstars-v8-racing_2AmericaFront.jpg,Superstars V8 Racing,PSN,Racing,O-Games,Milestone S.r.l,,,,,,,2010-10-26, -/games/boxart/4008276ccc.jpg,Surf Rocket Racers,DC,Racing,Crave Entertainment,CRI,5.6,,,,,,2001-02-28, -/games/boxart/full_5659509AmericaFrontccc.jpg,Suzuka 8 Hours,SNES,Racing,Namco,Namco,,,,,,,1993-01-01, -/games/boxart/full_3231670AmericaFrontccc.jpg,Suzuki Alstare Extreme Racing,PC,Racing,Ubisoft,Criterion Games,,,,,,,2000-12-14, -/games/boxart/full_4278588PALFrontccc.jpg,Suzuki Alstare Extreme Racing,GB,Racing,Ubisoft,Visual Impact,,,,,,,1999-01-01, -/games/boxart/full_5659008AmericaFrontccc.jpg,Suzuki Alstare Extreme Racing,DC,Racing,Ubisoft,Criterion Games,6,,,,,,1999-11-16, -/games/boxart/full_4543817AmericaFrontccc.jpg,Suzuki Super-Bikes II: Riding Challenge,DS,Racing,Valcon Games,Kuju Entertainment,,,,,,,2008-07-29, -/games/boxart/full_4491289AmericaFrontccc.jpg,Suzuki Super-Bikes II: Riding Challenge,PS2,Racing,Valcon Games,Milestone S.r.l.,,,,,,,2006-11-07, -/games/boxart/full_1569360AmericaFrontccc.jpg,Swamp Buggy Racing,PC,Racing,WizardWorks,Daylight Productions,1.9,,,,,,2000-01-21, -/games/boxart/full_373159PALFrontccc.jpg,SX Superstar,PS2,Racing,Unknown,Climax Studios,,,,,,,, -/games/boxart/full_system-rush_8AmericaFront.jpg,System Rush,NGage,Racing,Nokia,Ideaworks3D,8.2,,,,,,2005-09-01, -/games/boxart/full_taito-chase-hq_2JapanFront.jpg,Taito Chase H.Q.,NES,Racing,Taito,Disco,,,,,,,1989-12-08, -/games/boxart/full_2641904JapanFrontccc.jpg,Taito Grand Prix: Eikou e no License,NES,Racing,Taito,Taito Corporation,,,,,,,1987-12-18, -/games/boxart/full_7760118AmericaFrontccc.jpg,Tales Runner,PC,Racing,OGPlanet,Rhaon Entertainment,,,,,,,2015-02-17,2019-03-29 -/games/boxart/full_5879719PALFrontccc.jpg,Taxi 2,DC,Racing,Ubisoft,Blue Sphere Games,,,,,,,2000-11-30, -/games/boxart/full_taxi-3_204PALFront.jpg,Taxi 3,GC,Racing,Ubisoft,Ubisoft Montreal,,,,,,,2003-08-28, -/games/boxart/full_taxi-3_152PALFront.jpg,Taxi 3,PS2,Racing,Ubisoft,Ubisoft Montreal,,,,,,,2003-02-23, -/games/boxart/full_taxi-3_547PALFront.jpg,Taxi 3,PC,Racing,Ubisoft,Ubisoft Montreal,,,,,,,2003-10-01, -/games/boxart/full_7064033PALFrontccc.jpg,Taxi 3,GBA,Racing,Ubisoft,Visual Impact,,,,,,,2003-01-22, -/games/boxart/full_taxi-3_981PALFront.jpg,Taxi 3,GB,Racing,Ubisoft,Visual Impact,,,,,,,2002-01-01, -/games/boxart/full_9873702PALFrontccc.jpg,Taxi Rider,PS2,Racing,505 Games,Tamsoft,,,,,,,2006-02-03, -/games/boxart/full_taz-mania_7AmericaFront.jpg,Taz-Mania,SNES,Racing,Sunsoft,Visual Concepts,,,,,,,1993-05-01, -/games/boxart/full_8538770AmericaFrontccc.jpg,Test Drive,PC,Racing,Atari,Pitbull Syndicate,,,,,,,2002-12-08, -/games/boxart/4524082ccc.jpg,Test Drive 2001,GB,Racing,Infogrames,Xantera,,,,,,,2000-12-05, -/games/boxart/full_test-drive-4_9AmericaFront.jpg,Test Drive 4,PC,Racing,Accolade,Pitbull Syndicate,,,,,,,1997-01-01, -/games/boxart/full_9433138PALFrontccc.jpg,Test Drive 4x4,PS,Racing,Infogrames,Infogrames,,,,,,,1999-01-01, -/games/boxart/5839744ccc.jpg,Test Drive 5,PC,Racing,Accolade,Pitbull Syndicate,,,,,,,1998-11-30, -/games/boxart/full_test-drive-6_111AmericaFront.jpg,Test Drive 6,PC,Racing,Atari,Pitbull Syndicate,,,,,,,1999-11-17, -/games/boxart/full_3627349AmericaFrontccc.jpg,Test Drive 6,GB,Racing,Infogrames,Xantera,,,,,,,1999-11-16, -/games/boxart/5283694ccc.jpg,Test Drive 6,DC,Racing,Infogrames,Pitbull Syndicate,4.8,,,,,,1999-11-30, -/games/boxart/8184655ccc.jpg,Test Drive Cycles,GB,Racing,Infogrames,Xantera,,,,,,,2000-08-01, -/games/boxart/full_9860075AmericaFrontccc.jpg,Test Drive II: The Duel,GEN,Racing,Ballistic,Distinctive Software,,,,,,,1992-01-01, -/games/boxart/full_881067AmericaFrontccc.jpg,Test Drive Le Mans,GB,Racing,Infogrames,Velez & Dubail,,,,,,,2000-06-01, -/games/boxart/full_49716AmericaFrontccc.jpg,Test Drive Le Mans,DC,Racing,Infogrames,Melbourne House Pty Ltd.,8.2,,,,,,2000-11-13, -/games/boxart/6071602ccc.jpg,Test Drive Off-Road 3,GB,Racing,Infogrames,Xantera,,,,,,,1999-01-01, -/games/boxart/full_5165446AmericaFrontccc.jpg,Test Drive Unlimited,PS2,Racing,Atari,Melbourne House,7.3,,,,,,2007-03-20, -/games/boxart/full_1759349AmericaFrontccc.jpg,Test Drive Unlimited,XBL,Racing,Atari,Eden Studios,,,,,,,2009-12-15,2018-10-01 -/games/boxart/default.jpg,Test Drive Unlimited 2: Casino Online,PSN,Racing,Unknown,Eden Studios,,,,,,,, -/games/boxart/default.jpg,Test Drive Unlimited 2: Casino Online,PC,Racing,Unknown,Eden Studios,,,,,,,, -/games/boxart/default.jpg,Test Drive Unlimited 2: Casino Online,XBL,Racing,Unknown,Eden Studios,,,,,,,, -/games/boxart/7966543ccc.jpg,Test Drive V-Rally,DC,Racing,Atari,Eden Studios,6.9,,,,,,2000-07-02, -/games/boxart/full_test-drive-offroad_7AmericaFront.jpg,Test Drive: Off-Road,PC,Racing,Accolade,Elite Systems Ltd.,,,,,,,1997-02-01, -/games/boxart/full_4550844AmericaFrontccc.jpg,Test Drive: Off-Road 2,PS,Racing,Accolade,Pitbull Syndicate,,,,,,,1998-09-30, -/games/boxart/full_2350403AmericaFrontccc.jpg,Test Drive: Off-Road 3,PS,Racing,Infogrames,Accolade,,,,,,,1999-10-19, -/games/boxart/full_the-charge_855AmericaFront.jpg,The Charge,XBL,Racing,Microsoft,ZebraGames,,,,,,,2011-01-14, -/games/boxart/full_5071295AmericaFrontccc.jpg,The Crew 2,PC,Racing,Ubisoft,Ivory Tower,,,,,,,2018-06-29,2018-07-19 -/games/boxart/full_the-dukes-of-hazzard-racing-for-home_23AmericaFront.jpg,The Dukes of Hazzard: Racing for Home,GB,Racing,SouthPeak Interactive,Spellbound,,,,,,,2000-11-07, -/games/boxart/full_the-dukes-of-hazzard-racing-for-home_339AmericaFront.jpg,The Dukes of Hazzard: Racing for Home,PC,Racing,SouthPeak Interactive,SouthPeak Games,,,,,,,2000-10-10, -/games/boxart/full_the-flintstones-in-viva-rock-vegas_0PALFront.jpg,The Flintstones in Viva Rock Vegas,PS2,Racing,Swing! Entertainment,TBA,,,,,,,2001-07-06, -/games/boxart/full_the-flintstones-bedrock-racing_8PALFront.jpg,The Flintstones: Bedrock Racing,PS2,Racing,Blast! Entertainment Ltd,Coyote Console,,,,,,,2007-10-02, -/games/boxart/full_the-getaway-high-speed-ii_915AmericaFront.jpg,The Getaway: High Speed II,GB,Racing,Williams Entertainment,Unexpected Development,,,,,,,1995-12-01, -/games/boxart/full_9500645AmericaFrontccc.jpg,The Italian Job,PS,Racing,Rockstar Games,Pixelogic,,,,,,,2002-04-29, -/games/boxart/full_4491462AmericaFrontccc.jpg,The Need for Speed,PC,Racing,Electronic Arts,Pioneer Productions,,,,,,,1995-08-31, -/games/boxart/full_6354080JapanFrontccc.jpg,The Shutokou Racing,GB,Racing,Pony Canyon,Pony Canyon,,,,,,,1998-12-18, -/games/boxart/default.jpg,The World of Cars Online,PC,Racing,Unknown,Disney Online,,,,,,,, -/games/boxart/full_1617583AmericaFrontccc.jpg,Thorium Wars,DSiW,Racing,Big John Games,Big John Games,,,,,,,2009-10-05, -/games/boxart/full_4244942AmericaFrontccc.jpg,Thunder Truck Rally,PC,Racing,Psygnosis,Reflections Interactive,,,,,,,1997-01-01, -/games/boxart/full_5034718AmericaFrontccc.jpg,TNN Motor Sports Hardcore 4x4,SAT,Racing,ASC Games,Gremlin Interactive,,,,,,,1996-01-01, -/games/boxart/full_tnn-motor-sports-hardcore-4x4_4AmericaFront.jpg,TNN Motor Sports Hardcore 4x4,PSN,Racing,Sony Computer Entertainment,Gremlin Interactive,,,,,,,2010-04-01, -/games/boxart/full_431910AmericaFrontccc.jpg,TNN Motor Sports Hardcore TR,PS,Racing,ASC Games,Eutechnyx,,,,,,,1999-12-02, -/games/boxart/full_3556500AmericaFrontccc.jpg,TNN Motorsports HardCore Heat,DC,Racing,ASC Games,CRI,,,,,,,1999-09-09, -/games/boxart/default.jpg,TNT Racers,PSN,Racing,DTP Entertainment,Keen Games,,,,,,,2011-02-23, -/games/boxart/default.jpg,TNT Racers,WW,Racing,Unknown,Keen Games,,,,,,,, -/games/boxart/full_tnt-racers_698AmericaFront.jpg,TNT Racers,XBL,Racing,DTP Entertainment,Keen Games,,,,,,,2011-02-09, -/games/boxart/full_tnt-racers-psp_589AmericaFront.jpg,TNT Racers (PSP),PSN,Racing,DTP Entertainment,Keen Games,7,,,,,,2011-02-15, -/games/boxart/default.jpg,ToCA Race Driver,PS2,Racing,Unknown,Codemasters,,,,,,,, -/games/boxart/2813539ccc.jpg,TOCA Touring Car Championship,GB,Racing,THQ,Spellbound,,,,,,,2000-11-01, -/games/boxart/full_1234093PALFrontccc.jpg,TOCA World Touring Cars,GBA,Racing,Ubisoft,Codemasters,,,,,,,2003-03-07, -/games/boxart/default.jpg,Tokyo Majin Gakuen: Teisenjou,DS,Racing,Unknown,Marvelous Interactive,,,,,,,, -/games/boxart/583839ccc.jpg,Tokyo Xtreme Racer 2,DC,Racing,Crave Entertainment,Genki,,,,,,,2000-09-01, -/games/boxart/full_7369733AmericaFrontccc.jpg,Tokyo Xtreme Racer DRIFT 2,PS2,Racing,Crave Entertainment,Genki,,,,,,,2007-04-17, -/games/boxart/full_8100417AmericaFrontccc.jpg,Tonka Raceway,GB,Racing,Hasbro Interactive,Morning Star Multimedia,,,,,,,1999-12-01, -/games/boxart/full_tonka-raceway_995AmericaFront.jpg,Tonka Raceway,PC,Racing,Hasbro Interactive,Media Station,,,,,,,1999-01-01, -/games/boxart/full_tonzurakko_1AmericaFront.jpg,Tonzurakko,PSN,Racing,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-04-15, -/games/boxart/full_8821615AmericaFrontccc.png,Top City Racing 2014,And,Racing,Azerbo,Azerbo,,,,,,,2014-07-25, -/games/boxart/4360099ccc.jpg,Top Gear,SNES,Racing,Majesco,Gremlin Graphics,,,,,,,1992-04-01, -/games/boxart/8930545ccc.jpg,Top Gear 2,SNES,Racing,Kemco,Kemco,,,,,,,1993-09-01, -/games/boxart/3591909ccc.jpg,Top Gear 3000,SNES,Racing,Kemco,Gremlin Interactive,,,,,,,1995-02-01, -/games/boxart/9847600ccc.jpg,Top Gear Pocket,GB,Racing,Vatical Entertainment,Kemco,,,,,,,1999-04-01, -/games/boxart/1458667ccc.jpg,Top Gear Pocket 2,GB,Racing,Kemco,Vision Works,,,,,,,2000-02-02, -/games/boxart/full_total-immersion-racing_6AmericaFront.jpg,Total Immersion Racing,PC,Racing,Empire Interactive,Razorworks Studios,,,,,,,2002-11-09, -/games/boxart/full_touch-racing-nitro_917PALFront.png,Touch Racing Nitro,PSN,Racing,Unknown,Bravo Games,,,,,,,2011-03-23, -/games/boxart/full_touge-max-2_887JapanFront.jpg,Touge Max 2,PS,Racing,Atlus,Cave,,,,,,,1998-09-17, -/games/boxart/full_touge-max-2_129JapanFront.jpg,Touge Max 2,PSN,Racing,Atlus,Cave,,,,,,,2010-11-24, -/games/boxart/full_touge-max-g_164JapanFront.jpg,Touge Max G,PS,Racing,Atlus,Cave,,,,,,,2000-01-13, -/games/boxart/default.jpg,Tour de France 2011,PS3,Racing,Unknown,Focus Home Interactive,,,,,,,, -/games/boxart/full_9076471AmericaFrontccc.jpg,ToW: Things on Wheels,XBL,Racing,Focus Home Interactive,Load Inc.,,,,,,,2010-05-12, -/games/boxart/full_2288815AmericaFrontccc.jpg,Toy Home,PSN,Racing,Sony Computer Entertainment,Game Republic,,,,,,,2007-12-20, -/games/boxart/full_6601379PALFrontccc.jpg,Toy Racer,DC,Racing,Sega,No Cliche,,,,,,,2000-12-22, -/games/boxart/full_toy-story-racer_4AmericaFront.jpg,Toy Story Racer,PSN,Racing,Sony Computer Entertainment,Traveller's Tales,,,,,,,2010-07-27, -/games/boxart/3713106ccc.jpg,Toy Story Racer,GB,Racing,Activision,Tiertex Design Studios,,,,,,,2001-02-28, -/games/boxart/default.jpg,Toy Stunt Bike,3DS,Racing,Unknown,Raoghard,,,,,,,2014-06-26, -/games/boxart/full_toy-stunt-bike_385AmericaFront.jpg,Toy Stunt Bike,XBL,Racing,Microsoft,Raoghard,,,,,,,2010-12-15, -/games/boxart/full_1247241AmericaFrontccc.jpg,Toybox Racing,XBL,Racing,Microsoft,Advanced Graphics Lab,,,,,,,2009-12-26, -/games/boxart/default.jpg,Toybox Turbos,PS3,Racing,Codemasters,Codemasters,,,,,,,2015-01-01, -/games/boxart/full_4536418AmericaFrontccc.jpeg,Toybox Turbos,PC,Racing,Codemasters,Codemasters,,,,,,,2014-11-11, -/games/boxart/default.jpg,Toybox Turbos,X360,Racing,Codemasters,Codemasters,,,,,,,2015-01-01, -/games/boxart/full_7237930AmericaFrontccc.jpg,Track Architect,XBL,Racing,Microsoft,Victor Ortega,,,,,,,2009-08-27, -/games/boxart/full_8216748PALFrontccc.jpg,Track Attack,PC,Racing,Microprose,Arc Developments,,,,,,,1996-01-01, -/games/boxart/full_2354890AmericaFrontccc.jpg,TrackMania,PC,Racing,Enlight,Nadeo,7,,,,,,2004-07-08, -/games/boxart/full_trackmania-2-canyon_606AmericaFront.jpg,TrackMania 2: Canyon,PC,Racing,Ubisoft,Nadeo,8.3,,,,,,2011-09-14, -/games/boxart/full_6136434PALFrontccc.jpg,TrackMania Nations Forever,PC,Racing,Focus Home Interactive,Nadeo,,,,,,,2008-04-16, -/games/boxart/full_1758568PALFrontccc.gif,TrackMania Nations: Electronic Sports World Cup,PC,Racing,Enlight,Nadeo,,,,,,,2006-01-27, -/games/boxart/full_1670037PALFrontccc.jpg,TrackMania Power Up!,PC,Racing,Focus Home Interactive,Nadeo,,,,,,,2004-05-14, -/games/boxart/8516803ccc.gif,TrackMania Sunrise,PC,Racing,Enlight,Nadeo,,,,,,,2005-05-02, -/games/boxart/full_7406366PALFrontccc.jpg,TrackMania Sunrise eXtreme,PC,Racing,Enlight,Nadeo,,,,,,,2005-11-14, -/games/boxart/6465157ccc.jpg,TrackMania United,PC,Racing,Ascaron Entertainment GmbH,Nadeo,,,,,,,2006-11-17, -/games/boxart/full_7209956PALFrontccc.jpg,TrackMania United Forever,PC,Racing,Focus Home Interactive,Nadeo,,,,,,,2008-05-23, -/games/boxart/default.jpg,TrackMania United Nations Forever,PC,Racing,Unknown,Nadeo,,,,,,,, -/games/boxart/full_846202AmericaFrontccc.jpg,TrackMania² Valley,PC,Racing,Ubisoft,Nadeo,,,,,,,2013-06-11,2020-02-01 -/games/boxart/default.jpg,Trials Legends,PC,Racing,Miniclip.com,RedLynx,,,,,,,2000-01-01, -/games/boxart/full_2082344PALFrontccc.jpg,Trickstar,GBA,Racing,Oxygen Interactive,Tantalus Interactive,,,,,,,2006-08-18, -/games/boxart/full_912617AmericaFrontccc.jpg,Trippin' Alien,XBL,Racing,Microsoft,TrippinAlien,,,,,,,2009-10-11, -/games/boxart/full_7213915PALFrontccc.jpg,Truck Racer,PS2,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, -/games/boxart/full_5279030PALFrontccc.jpg,Truck Racer,PC,Racing,Nordic Games,Brain in a Jar,,,,,,,2009-05-29, -/games/boxart/full_1834338AmericaFrontccc.jpg,Turbo OutRun,PC,Racing,Sega,CODE TO GO,,,,,,,1989-01-01, -/games/boxart/full_1403513PALFrontccc.jpg,Turbo OutRun,GEN,Racing,Sega,Tiertex Design Studios,,,,,,,1992-01-01, -/games/boxart/full_turbo-prop-racing_447JapanFront.jpg,Turbo Prop Racing,PSN,Racing,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-08-12, -/games/boxart/full_turbo-racing-challenge_787PALFront.jpg,Turbo Racing Challenge,GB,Racing,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-08-03, -/games/boxart/full_5960885PALFrontccc.jpg,Turbo Trucks,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/full_twisted-metal_734PALFront.png,Twisted Metal,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2011-02-23, -/games/boxart/full_6190436AmericaFrontccc.png,Twisted Metal 2,PSN,Racing,Sony Computer Entertainment,SingleTrac,,,,,,,2006-11-28, -/games/boxart/8833535ccc.jpg,Twisted Metal: Head On - Extra Twisted Edition,PS2,Racing,Sony Computer Entertainment,Eat Sleep Play,,,,,,,2008-02-05, -/games/boxart/full_2206159JapanFrontccc.jpg,Uchuu Race: Astro Go! Go!,SNES,Racing,Meldac,Kaze,,,,,,,1994-02-25, -/games/boxart/full_4785362AmericaFrontccc.jpg,Ultra Dual X Racer,XBL,Racing,Microsoft,JJJ,,,,,,,2009-05-15, -/games/boxart/4236676ccc.jpg,Universal Chaos,2600,Racing,Telegames,"Telegames, Inc.",,,,,,,1988-01-01, -/games/boxart/full_1369729AmericaFrontccc.jpg,Uphill Rush 2,PC,Racing,SPIL GAMES,SPIL GAMES,,,,,,,2009-06-08, -/games/boxart/full_4711473AmericaFrontccc.jpg,Uphill Rush 4,PC,Racing,SPIL GAMES,SPIL GAMES,,,,,,,2011-12-09, -/games/boxart/full_4863211PALFrontccc.jpg,Urban Extreme,PS2,Racing,Metro 3D,Data Design Interactive,,,,,,,2006-06-23, -/games/boxart/full_6854842PALFrontccc.jpg,Urban Extreme: Street Rage,Wii,Racing,Popcorn Arcade,Data Design Interactive,,,,,,,2008-07-25, -/games/boxart/full_4376045AmericaFrontccc.jpg,US Racer,PC,Racing,Atari,Davilex,,,,,,,2002-06-19, -/games/boxart/full_95766PALFrontccc.jpg,USA Racer,PS2,Racing,Davilex,Davilex,,,,,,,2002-06-14, -/games/boxart/full_usa-racer_469PALFront.jpg,USA Racer,PS,Racing,Davilex,Davilex,,,,,,,2002-04-11, -/games/boxart/full_8008479PALFrontccc.jpg,USA Racer,GBA,Racing,Davilex,Davilex,,,,,,,2002-06-14, -/games/boxart/full_v-rally-99_512AmericaFront.jpg,V-Rally '99,GB,Racing,Infogrames,Infogrames,,,,,,,1999-06-01, -/games/boxart/full_6317842PALFrontccc.jpg,V-Rally 2: Expert Edition,PC,Racing,Infogrames,Eden Studios,,,,,,,2000-09-29, -/games/boxart/full_7507017PALFrontccc.jpg,V-Rally 3,PC,Racing,Atari,Eden Studios,,,,,,,2003-11-14, -/games/boxart/full_2934283PALFrontccc.jpg,V-Rally 3,GC,Racing,Unknown,Eden Studios,,,,,,,, -/games/boxart/full_8142772PALFrontccc.jpg,V-Rally Championship Edition,GB,Racing,Ocean,Velez & Dubail,,,,,,,1998-01-01, -/games/boxart/full_vakantie-racer_625PALFront.jpg,Vakantie Racer,PC,Racing,Davilex,Lost Boys Interactive,,,,,,,2000-01-01, -/games/boxart/full_valet-parking-1989_351AmericaFront.jpg,Valet Parking 1989,DSiW,Racing,Unknown,Zordix AB,,,,,,,2011-05-30, -/games/boxart/6959580ccc.jpg,Vanishing Point,DC,Racing,Acclaim Entertainment,Clockwork Games,,,,,,,2000-12-21, -/games/boxart/full_5588000JapanFrontccc.jpg,Vatlva,SAT,Racing,JVC,Nippon Victor,,,,,,,1996-12-06, -/games/boxart/full_vector-racing_716JapanFront.jpg,Vector Racing,3DS,Racing,Arc System Works,Arc System Works,,,,,,,2011-08-10, -/games/boxart/full_vertigo_617AmericaFront.jpg,Vertigo,PSN,Racing,Icon Games,Icon Games,,,,,,,2011-03-15, -/games/boxart/full_2274895PALFrontccc.jpg,Vertigo,PC,Racing,Playlogic Game Factory,Icon Games,,,,,,,2009-06-16, -/games/boxart/full_victory-run_459AmericaFront.jpg,Victory Run,PSN,Racing,Hudson Soft,Hudson Soft,,,,,,,2011-06-07, -/games/boxart/full_4264867AmericaFrontccc.jpg,Victory Run,PCE,Racing,Hudson Soft,Hudson Soft,,,,,,,1991-01-19, -/games/boxart/full_1518100AmericaFrontccc.jpg,Victory Run,VC,Racing,Hudson Soft,Hudson Soft,,,,,,,2006-12-04, -/games/boxart/3350192ccc.jpg,Vigilante 8,GB,Racing,Vatical Entertainment,Vicarious Visions,,,,,,,1999-12-01, -/games/boxart/full_7786111AmericaFrontccc.jpg,Vigilante 8: 2nd Offense,DC,Racing,Activision,"Luxoflux, Inc.",,,,,,,1999-11-30, -/games/boxart/full_vin-diesel-wheelman_7AmericaFront.jpg,Vin Diesel: Wheelman,XBL,Racing,Ubisoft,Tigon,6.7,,,,,,2011-08-30, -/games/boxart/full_1003134PALFrontccc.jpg,Viper Racing,PC,Racing,Sierra Entertainment,Monster Games,,,,,,,1998-11-30, -/games/boxart/default.jpg,Voltage,X360,Racing,Unknown,IBA,,,,,,,, -/games/boxart/default.jpg,Voltage,PC,Racing,Unknown,IBA,,,,,,,, -/games/boxart/default.jpg,Voltage,PS3,Racing,Unknown,Lexicon Entertainment,,,,,,,, -/games/boxart/default.jpg,VR Sports Powerboat Racing,PC,Racing,Unknown,Promethean Designs,,,,,,,, -/games/boxart/full_4948356AmericaFrontccc.jpg,VR Virtua Racing,SAT,Racing,Time Warner Interactive,Sega-AM2,,,,,,,1995-06-01, -/games/boxart/default.jpg,VRC PRO,PC,Racing,Virtual Racing Industries Ltd.,Virtual Racing Industries Ltd.,,,,,,,2015-03-24, -/games/boxart/full_2554507AmericaFrontccc.jpg,Wacky Karts,XBL,Racing,Microsoft,KrollWare LLC,,,,,,,2009-08-20, -/games/boxart/full_1426869PALFrontccc.jpg,Wacky Races,PS,Racing,Infogrames,Appaloosa Interactive,,,,,,,2001-10-19, -/games/boxart/4993881ccc.gif,Wacky Races,GB,Racing,Infogrames,Velez & Dubail,,,,,,,2000-06-09, -/games/boxart/full_8575902AmericaFrontccc.jpg,Wacky Races,PC,Racing,Infogrames,Appaloosa Interactive,,,,,,,2000-01-01, -/games/boxart/4211284ccc.jpg,Wacky Races,DC,Racing,Infogrames,Infogrames,,,,,,,2000-06-26, -/games/boxart/full_2548552PALFrontccc.jpg,Wacky Races starring Dastardly & Muttley,PS2,Racing,Infogrames,Infogrames,,,,,,,2001-06-29, -/games/boxart/full_238061AmericaFrontccc.jpg,Wacky Wheels,PC,Racing,Apogee,Beavis-Soft,,,,,,,1994-10-17, -/games/boxart/full_wakeboarding-hd_0AmericaFront.jpg,Wakeboarding HD,PSN,Racing,TikGames,Creat Studios,,,,,,,2010-03-25, -/games/boxart/full_9641828AmericaFrontccc.jpg,Walt Disney World Quest: Magical Racing Tour,PC,Racing,Disney Interactive Studios,Crystal Dynamics,,,,,,,2001-01-24, -/games/boxart/8450718ccc.jpg,Walt Disney World Quest: Magical Racing Tour,GB,Racing,Activision,Prolific,,,,,,,2000-12-07, -/games/boxart/7684237ccc.jpg,Walt Disney World Quest: Magical Racing Tour,DC,Racing,Eidos Interactive,Crystal Dynamics,,,,,,,2000-07-19, -/games/boxart/full_8905784JapanFrontccc.jpg,Wangan Dead Heat + Real Arrange,SAT,Racing,Pack-In-Video,Genki,,,,,,,1996-08-30, -/games/boxart/full_7148078JapanFrontccc.jpg,Wangan Midnight,PS2,Racing,Genki,Genki,,,,,,,2002-03-28, -/games/boxart/full_6614012JapanFrontccc.jpg,Wangan Trial,PS,Racing,Victor Interactive,Victor Interactive Software,,,,,,,1998-03-07, -/games/boxart/full_9501609AmericaFrontccc.jpg,Wave Race,GB,Racing,Nintendo,Pax Softonica,,,,,,,1992-07-01, -/games/boxart/default.jpg,Wave Race 64,iQue,Racing,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/8910579ccc.jpg,Wave Race 64,VC,Racing,Nintendo,Nintendo EAD,,,,,,,2007-08-06, -/games/boxart/default.jpg,Wave Rally,XB,Racing,Unknown,Opus Studio,,,,,,,, -/games/boxart/full_948753AmericaFrontccc.jpg,Whiplash,PC,Racing,Interplay,Gremlin Interactive,,,,,,,1996-01-31, -/games/boxart/full_3973319AmericaFrontccc.jpg,White-Water Domo,DSiW,Racing,Nintendo,Suzak,,,,,,,2009-10-19, -/games/boxart/full_1321208AmericaFrontccc.jpg,Whiteout,PC,Racing,Konami,Vicarious Visions,,,,,,,2002-12-14, -/games/boxart/full_1333994AmericaFrontccc.jpg,Wildgear,And,Racing,Neowiz Entertainment,Neowiz Corporation,,,,,,,2014-08-07, -/games/boxart/full_5762581AmericaFrontccc.jpg,WipEout,PC,Racing,Psygnosis,Psygnosis,,,,,,,1995-11-01, -/games/boxart/2608883ccc.jpg,WipEout,SAT,Racing,Soft Bank,Psygnosis,,,,,,,1996-01-01, -/games/boxart/full_2623932AmericaFrontccc.png,WipEout,PSN,Racing,Sony Computer Entertainment,Psygnosis,,,,,,,2007-02-28, -/games/boxart/full_9689135PALFrontccc.jpg,WipEout 2097,SAT,Racing,Psygnosis,Psygnosis,,,,,,,1997-09-18, -/games/boxart/full_977954PALFrontccc.jpg,WipEout 3 Special Edition,PS,Racing,Sony Computer Entertainment,Psygnosis,,,,,,,2000-07-14, -/games/boxart/full_452306PALFrontccc.jpg,WipEout 3 Special Edition / Destruction Derby 2,PS,Racing,Sony Computer Entertainment,Psygnosis / Reflections Interactive,,,,,,,2003-05-09, -/games/boxart/full_wipeout-hd_3AmericaFront.jpg,WipEout HD,PSN,Racing,Sony Computer Entertainment,Studio Liverpool,8.7,,,,,,2008-09-25, -/games/boxart/full_5355846AmericaFrontccc.png,Wipeout Pulse,PSN,Racing,Sony Computer Entertainment,Studio Liverpool,,,,,,,2009-09-10, -/games/boxart/full_7115005AmericaFrontccc.png,Wipeout Pure,PSN,Racing,Sony Computer Entertainment,Studio Liverpool,,,,,,,2007-11-19, -/games/boxart/default.jpg,WipEout XL,PSN,Racing,Unknown,Psygnosis,,,,,,,, -/games/boxart/full_514408AmericaFrontccc.jpg,WipEout XL,PC,Racing,Psygnosis,Psygnosis,7.1,,,,,,1997-07-31, -/games/boxart/default.jpg,Woody Woodpecker Racing,DC,Racing,Unknown,Konami,,,,,,,, -/games/boxart/full_woody-woodpecker-racing_257AmericaFront.jpg,Woody Woodpecker Racing,PC,Racing,Konami,Syrox Developments,,,,,,,2001-01-31, -/games/boxart/full_woody-woodpecker-racing_789AmericaFront.jpg,Woody Woodpecker Racing,GB,Racing,Konami,Konami,,,,,,,2000-12-01, -/games/boxart/full_5836132JapanFrontccc.jpg,World Circuit,PCE,Racing,Namco,Game Studio,,,,,,,1991-10-18, -/games/boxart/4386367ccc.jpg,World Circuit Series,GB,Racing,Ultra Games,Konami,,,,,,,1992-01-01, -/games/boxart/full_world-grand-prix_10AmericaFront.jpg,World Grand Prix,MS,Racing,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_world-of-outlaws-sprint-cars_229AmericaFront.jpg,World of Outlaws: Sprint Cars,XBL,Racing,THQ,Big Ant Studios,,,,,,,2011-08-09, -/games/boxart/full_2404198AmericaFrontccc.jpg,World of Outlaws: Sprint Cars,PC,Racing,Atari,Ratbag,,,,,,,2003-02-11, -/games/boxart/full_world-of-outlaws-sprint-cars_4AmericaFront.jpg,World of Outlaws: Sprint Cars,PSN,Racing,THQ,Big Ant Studios,,,,,,,2010-05-11, -/games/boxart/default.jpg,World of Outlaws: Sprint Cars,PS3,Racing,Unknown,THQ,,,,,,,, -/games/boxart/full_5553483PALFrontccc.jpg,World Racing,PS2,Racing,TDK Mediactive,Synetic,,,,,,,2003-09-19, -/games/boxart/full_6167052PALFrontccc.jpg,World Racing,PC,Racing,TDK Mediactive,Synetic,,,,,,,2003-09-19, -/games/boxart/full_7970342PALFrontccc.jpg,World Racing,GC,Racing,TDK Mediactive,Synetic,,,,,,,2004-04-08, -/games/boxart/9871291ccc.jpg,World Tour Racing,AJ,Racing,Telegames,Teque Interactive,,,,,,,1997-06-01, -/games/boxart/full_4728083PALFrontccc.jpg,WRC II Extreme,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2002-11-29, -/games/boxart/full_9421668PALFrontccc.jpg,WRC: FIA World Rally Championship 3,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2003-11-21, -/games/boxart/full_2804664PALFrontccc.jpg,WRC: FIA World Rally Championship 4,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2004-10-22, -/games/boxart/full_2055070PALFrontccc.jpg,WRC: FIA World Rally Championship Arcade,PS,Racing,Sony Computer Entertainment,UDS,,,,,,,2002-11-08, -/games/boxart/full_5724006PALFrontccc.jpg,WRC: Rally Evolved,PS2,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2005-10-28, -/games/boxart/full_wreckin-crew_2PALFront.jpg,Wreckin Crew,PC,Racing,Telstar,Quickdraw Developments Ltd.,,,,,,,1998-06-16, -/games/boxart/full_6187756PALFrontccc.jpg,X-treme Quads,PS2,Racing,Phoenix Games,Phoenix Games,,,,,,,2005-04-05, -/games/boxart/full_557534AmericaFrontccc.jpg,XMAS Taxi,XBL,Racing,Microsoft,FifaKane,,,,,,,2009-11-16, -/games/boxart/default.jpg,Xpand Rally,PC,Racing,TopWare,Techland,,,,,,,2006-08-24, -/games/boxart/default.jpg,Xpand Rally Extreme,PC,Racing,Techland,Techland,,,,,,,2006-12-01, -/games/boxart/full_xs-airboat-racing_7AmericaFront.jpg,XS Airboat Racing,PSN,Racing,Sony Computer Entertainment,Miracle Designs,,,,,,,2010-04-08, -/games/boxart/full_164047AmericaFrontccc.jpg,XS Moto,PS,Racing,XS Games,Bubble Boy Limited,,,,,,,2003-03-01, -/games/boxart/full_xs-moto_6AmericaFront.jpg,XS Moto,PSN,Racing,Sony Computer Entertainment,Bubble Boy Limited,,,,,,,2010-04-22, -/games/boxart/full_xtreme-wheels_120AmericaFront.jpg,Xtreme Wheels,GB,Racing,BAM! Entertainment,Spike,,,,,,,2001-04-26, -/games/boxart/full_7133582AmericaFrontccc.jpg,Yamaha Supercross,PS2,Racing,DSI Games,Coyote Console,,,,,,,2009-07-14, -/games/boxart/full_7233537PALFrontccc.jpg,Yamaha Supercross,PC,Racing,DSI Games,Coyote Console,,,,,,,2008-07-14, -/games/boxart/full_7492885AmericaFrontccc.jpg,Yaris,XBL,Racing,Microsoft,Backbone Entertainment,,,,,,,2007-10-10, -/games/boxart/full_2764473JapanFrontccc.jpg,Zero 4 Champ Series: Drift Champ,PS2,Racing,Hudson Soft,Hudson Soft,,,,,,,2002-11-21, -/games/boxart/full_7780109AmericaFrontccc.jpg,Zero Gear,PC,Racing,Nimblebit,NimbleBit,,,,,,,2010-01-12, -/games/boxart/full_9115009JapanFrontccc.jpg,Zero4 Champ,PCE,Racing,Media Rings,Media Rings,,,,,,,1991-03-08, -/games/boxart/full_1036561JapanFrontccc.jpg,Zero4 Champ II,PCE,Racing,Media Rings,Media Rings,,,,,,,1993-03-05, -/games/boxart/full_9965613JapanFrontccc.jpg,Zero4 Champ: DooZy-J Type-R,SAT,Racing,Media Rings,Media Rings,,,,,,,1997-06-20, -/games/boxart/full_8490826AmericaFrontccc.jpg,Zombie Driver,PC,Racing,EXOR Studios,Akella,,,,,,,2009-12-04, -/games/boxart/full_8660346AmericaFrontccc.jpg,Zoom,XBL,Racing,Microsoft,Justin Le Clair,,,,,,,2009-04-19, -/games/boxart/full_9830184JapanFrontccc.jpg,Zusar Vasar,DC,Racing,Real Vision,Real Vision,,,,,,,2000-07-27, -/games/boxart/default.jpg,Arcade Archives: New Rally-X,NS,Racing,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: New Rally-X,PS4,Racing,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/full_6946124AmericaFrontccc.jpg,#DRIVE Rally,PS4,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 -/games/boxart/full_7569449AmericaFrontccc.jpg,#DRIVE Rally,PS5,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 -/games/boxart/full_9093834AmericaFrontccc.jpg,#DRIVE Rally,XOne,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 -/games/boxart/full_9079529AmericaFrontccc.jpg,#DRIVE Rally,XS,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 -/games/boxart/full_7715545AmericaFrontccc.jpg,#DRIVE Rally,NS,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 -/games/boxart/full_8870515AmericaFrontccc.jpg,#DRIVE Rally,PC,Racing,Unknown,Pixel Perfect Dude,,,,,,,,2023-11-10 -/games/boxart/full_9020138AmericaFrontccc.png,ACA NEOGEO OVER TOP,PS4,Racing,Hamster Corporation,SNK Corporation,,,,,,,2017-05-16,2018-04-03 -/games/boxart/full_1485424AmericaFrontccc.png,ACA NEOGEO OVER TOP,NS,Racing,Hamster Corporation,SNK Corporation,,,,,,,2017-04-27,2018-04-03 -/games/boxart/full_7046398AmericaFrontccc.jpg,ACA NEOGEO OVER TOP,XOne,Racing,Hamster Corporation,SNK Corporation,,,,,,,2017-04-20,2018-04-03 -/games/boxart/full_492739AmericaFrontccc.jpeg,ACA NEOGEO RIDING HERO,XOne,Racing,Hamster Corporation,SNK Corporation,,,,,,,2018-06-07,2018-08-05 -/games/boxart/full_744917AmericaFrontccc.png,ACA NEOGEO RIDING HERO,NS,Racing,Hamster Corporation,SNK Corporation,,,,,,,2018-06-07,2018-08-05 -/games/boxart/full_229682AmericaFrontccc.jpg,Antigraviator,PC,Racing,Iceberg Interactive,Cybernetic Walrus,,,,,,,2018-06-06,2018-07-06 -/games/boxart/default.jpg,Arcade Archives: Rally-X,PS4,Racing,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Archives: Rally-X,NS,Racing,Unknown,Namco,,,,,,,,2024-01-05 -/games/boxart/full_5210698AmericaFrontccc.png,Arcade Archives: Traverse USA,NS,Racing,Hamster Corporation,Irem Corp.,,,,,,,2017-11-30,2018-02-04 -/games/boxart/full_1808063AmericaFrontccc.jpg,art of rally,PC,Racing,Funselektor Labs Inc.,Funselektor Labs Inc.,,,,,,,2020-09-23,2021-01-13 -/games/boxart/full_9823318AmericaFrontccc.jpg,Assetto Corsa Competizione,PC,Racing,505 Games,Kunos Simulazioni,,,,,,,2019-05-29,2019-04-15 -/games/boxart/full_4175336AmericaFrontccc.jpg,Assetto Corsa Competizione,PS4,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 -/games/boxart/full_3062920AmericaFrontccc.jpg,Assetto Corsa Competizione,PS5,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 -/games/boxart/full_8083224AmericaFrontccc.jpg,Assetto Corsa Competizione,XOne,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 -/games/boxart/full_7196754AmericaFrontccc.jpg,Assetto Corsa Competizione,XS,Racing,Unknown,Kunos Simulazioni,,,,,,,,2021-08-27 -/games/boxart/default.jpg,Auto Racing,Int,Racing,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 -/games/boxart/full_6402252PALFrontccc.jpg,Baja: Edge of Control HD,PC,Racing,THQ Nordic,2XL Games,,,,,,,2017-09-14,2018-06-29 -/games/boxart/full_6531149AmericaFrontccc.jpg,Bang Bang Racing,X360,Racing,Unknown,Digital Reality,,,,,,,,2022-08-12 -/games/boxart/full_4415297AmericaFrontccc.jpg,Bang Bang Racing,PC,Racing,Unknown,Digital Reality,,,,,,,,2022-08-12 -/games/boxart/full_5364442AmericaFrontccc.jpg,Bang Bang Racing,PSN,Racing,Unknown,Digital Reality,,,,,,,,2022-08-12 -/games/boxart/full_4551250AmericaFrontccc.png,Beach Buggy Racing,NS,Racing,Vector Unit,Vector Unit,,,,,,,2017-09-14,2018-03-02 -/games/boxart/full_8742541AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,XOne,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 -/games/boxart/full_8177519AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,PS4,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 -/games/boxart/full_5163385AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,PC,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 -/games/boxart/full_9779013AmericaFrontccc.jpg,Beach Buggy Racing 2: Island Adventure,NS,Racing,Unknown,Vector Unit,,,,,,,,2021-03-17 -/games/boxart/full_3680957AmericaFrontccc.jpg,Ben-Hur,XOne,Racing,AOL,Krome Studios,,,,,,,2016-08-09,2018-01-22 -/games/boxart/full_9670851AmericaFrontccc.jpg,Bump 'n' Jump,CV,Racing,Coleco,Data East,,,,,,,1984-06-05,2021-10-18 -/games/boxart/default.jpg,Bump 'N' Jump,Int,Racing,Mattel Electronics,Technology Associates,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_3464649AmericaFrontccc.jpg,Burnout Paradise Remastered,NS,Racing,Electronic Arts,Criterion Games,,,,,,,2020-06-19,2020-04-16 -/games/boxart/full_2123688AmericaFrontccc.jpg,Chocobo GP,NS,Racing,Unknown,Square Enix,,,,,,,,2022-01-15 -/games/boxart/default.jpg,Circuit Superstars,XOne,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Circuit Superstars,NS,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Circuit Superstars,PC,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 -/games/boxart/default.jpg,Circuit Superstars,PS4,Racing,Unknown,Square Enix,,,,,,,,2019-06-10 -/games/boxart/full_4731823AmericaFrontccc.png,Coffin Dodgers,NS,Racing,Wales Interactive Ltd.,Milky Tea,,,,,,,2018-03-13,2018-03-23 -/games/boxart/full_4260836AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,XOne,Racing,Activision,Beenox,,,,,,,2019-06-21,2019-05-01 -/games/boxart/full_9183700AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,All,Racing,Activision,Beenox,,,,,,,2019-06-21,2020-10-30 -/games/boxart/full_5508830AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,PS4,Racing,Activision,Beenox,,,,,,,2019-06-21,2019-05-01 -/games/boxart/full_515599AmericaFrontccc.jpg,Crash Team Racing Nitro-Fueled,NS,Racing,Activision,Beenox,,,,,,,2019-06-21,2019-05-01 -/games/boxart/full_2103818PALFrontccc.jpg,Crash Time 4: The Syndicate,PS3,Racing,DTP Entertainment,Synetic,,,,,,,2011-11-30,2019-01-02 -/games/boxart/full_4320560AmericaFrontccc.jpg,Cruis'n Blast,NS,Racing,Nintendo,Nintendo,,,,,,,2021-09-14,2021-11-06 -/games/boxart/full_7492285PALFrontccc.jpg,Dakar 18,PC,Racing,Deep Silver,Bigmoon Entertainment,,,,,,,2018-09-25,2018-07-22 -/games/boxart/full_9752643AmericaFrontccc.jpg,Dakar Desert Rally,XS,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 -/games/boxart/full_5056970AmericaFrontccc.jpg,Dakar Desert Rally,PC,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 -/games/boxart/full_22920AmericaFrontccc.jpg,Dakar Desert Rally,PS4,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 -/games/boxart/full_9914493AmericaFrontccc.jpg,Dakar Desert Rally,PS5,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 -/games/boxart/full_5283473AmericaFrontccc.jpg,Dakar Desert Rally,XOne,Racing,Unknown,Saber Interactive,,,,,,,,2021-12-11 -/games/boxart/full_8671397AmericaFrontccc.jpg,Dangerous Driving,PC,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2019-04-09,2019-04-15 -/games/boxart/full_2055513PALFrontccc.jpg,Dangerous Driving,XOne,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2019-04-09,2019-04-15 -/games/boxart/full_3571868AmericaFrontccc.jpg,Dangerous Driving,PS4,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2019-04-09,2019-04-15 -/games/boxart/full_7786398AmericaFrontccc.jpg,Dangerous Driving 2,XOne,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 -/games/boxart/full_7202115AmericaFrontccc.jpg,Dangerous Driving 2,NS,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 -/games/boxart/full_2378913AmericaFrontccc.jpg,Dangerous Driving 2,PC,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 -/games/boxart/full_8743130AmericaFrontccc.jpg,Dangerous Driving 2,PS4,Racing,Three Fields Entertainment,Three Fields Entertainment,,,,,,,2020-12-01,2020-07-07 -/games/boxart/full_898664AmericaFrontccc.jpg,Darkwind: War on Wheels,Linux,Racing,Psychic Software,Psychic Software,,,,,,,2014-08-22,2018-08-10 -/games/boxart/default.jpg,Destructor,CV,Racing,Unknown,Coleco,,,,,,,,2021-10-18 -/games/boxart/full_6756421AmericaFrontccc.jpg,DiRT 5,PC,Racing,Codemasters,Codemasters,,,,,,,2020-11-06,2020-05-07 -/games/boxart/full_9587530AmericaFrontccc.jpg,DiRT 5,PS4,Racing,Codemasters,Codemasters,,,,,,,2020-11-06,2020-05-07 -/games/boxart/full_895012AmericaFrontccc.jpg,DiRT 5,PS5,Racing,Codemasters,Codemasters,,,,,,,2020-12-09,2020-05-07 -/games/boxart/full_6140855AmericaFrontccc.jpg,DiRT 5,XOne,Racing,Codemasters,Codemasters,8,,,,,,2020-11-06,2020-05-07 -/games/boxart/full_6284135AmericaFrontccc.jpg,DiRT 5,XS,Racing,Codemasters,Codemasters,,,,,,,2020-11-10,2020-05-07 -/games/boxart/full_316704PALFrontccc.jpg,DiRT Rally 2.0,PC,Racing,Codemasters,Codemasters,,,,,,,2019-02-25,2018-12-17 -/games/boxart/full_3330715AmericaFrontccc.jpg,DiRT Rally 2.0,XOne,Racing,Deep Silver,Codemasters,,,,,,,2019-02-26,2018-12-17 -/games/boxart/full_3331024AmericaFrontccc.jpg,DiRT Rally 2.0,PS4,Racing,Deep Silver,Codemasters,7.9,,,,,,2019-02-26,2018-12-17 -/games/boxart/full_5371615AmericaFrontccc.png,Don't Crash,WiiU,Racing,RCMADIAX,RCMADIAX,,,,,,,2015-07-09,2018-01-07 -/games/boxart/full_7296968AmericaFrontccc.jpg,Driveclub Bikes,PS4,Racing,Sony Computer Entertainment,Evolution Studios,,,,,,,2015-10-27,2018-09-24 -/games/boxart/full_7209264AmericaFrontccc.jpg,EA Sports WRC,XS,Racing,Unknown,Codemasters,,,,,,,,2023-09-29 -/games/boxart/full_1470526AmericaFrontccc.jpg,EA Sports WRC,PC,Racing,Unknown,Codemasters,,,,,,,,2023-09-29 -/games/boxart/full_559990AmericaFrontccc.jpg,EA Sports WRC,PS5,Racing,Unknown,Codemasters,,,,,,,,2023-09-29 -/games/boxart/default.jpg,Excitebots: Trick Racing,WiiU,Racing,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/full_8324728AmericaFrontccc.jpg,F-Zero 99,NS,Racing,Unknown,Nintendo,,,,,,,,2023-09-14 -/games/boxart/default.jpg,F-Zero X,WiiU,Racing,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/full_9203858AmericaFrontccc.jpg,F1 2012,OSX,Racing,Feral Interactive,Feral Interactive,,,,,,,2012-12-20,2018-03-09 -/games/boxart/full_9831228AmericaFrontccc.jpg,F1 2019,PC,Racing,Codemasters,Codemasters,,,,,,,2019-06-28,2019-05-04 -/games/boxart/full_3208378AmericaFrontccc.jpg,F1 2019,PS4,Racing,Codemasters,Codemasters,8.8,,,,,,2019-06-28,2019-05-04 -/games/boxart/full_3173536AmericaFrontccc.jpg,F1 2019,XOne,Racing,Codemasters,Codemasters,,,,,,,2019-06-28,2019-05-04 -/games/boxart/full_4653547AmericaFrontccc.jpg,F1 2020,PC,Racing,Codemasters,Codemasters Birmingham,,,,,,,2020-07-10,2020-04-16 -/games/boxart/full_7778782AmericaFrontccc.jpg,F1 2020,PS4,Racing,Codemasters,Codemasters Birmingham,9,,,,,,2020-07-10,2020-04-16 -/games/boxart/full_1594266AmericaFrontccc.jpg,F1 2020,XOne,Racing,Codemasters,Codemasters Birmingham,9,,,,,,2020-07-10,2020-04-16 -/games/boxart/full_5326610AmericaFrontccc.jpg,F1 2021,PC,Racing,Unknown,Codemasters,,,,,,,,2021-06-10 -/games/boxart/full_4305301AmericaFrontccc.jpg,F1 2021,PS4,Racing,Codemasters,Codemasters,,,,,,,2021-07-14,2021-06-10 -/games/boxart/full_7600232AmericaFrontccc.jpg,F1 2021,PS5,Racing,Codemasters,Codemasters,,,,,,,2021-07-13,2021-06-10 -/games/boxart/full_5368839AmericaFrontccc.jpg,F1 2021,XOne,Racing,Unknown,Codemasters,9,,,,,,,2021-06-10 -/games/boxart/full_360843AmericaFrontccc.jpg,F1 2021,XS,Racing,Unknown,Codemasters,8.5,,,,,,,2021-06-10 -/games/boxart/full_7354425AmericaFrontccc.jpg,F1 22,PC,Racing,Unknown,Codemasters,,,,,,,,2022-07-12 -/games/boxart/full_1239252AmericaFrontccc.jpg,F1 22,PS4,Racing,Unknown,Codemasters,,,,,,,,2022-07-12 -/games/boxart/full_5446413AmericaFrontccc.jpg,F1 22,PS5,Racing,Codemasters,Codemasters,7.5,,,,,,2022-07-01,2022-07-12 -/games/boxart/full_9185085AmericaFrontccc.jpg,F1 22,XOne,Racing,Codemasters,Codemasters,,,,,,,2022-07-01,2022-07-12 -/games/boxart/full_4624246AmericaFrontccc.jpg,F1 22,XS,Racing,Codemasters,Codemasters,7.5,,,,,,2022-07-01,2022-07-12 -/games/boxart/full_6354998AmericaFrontccc.jpg,F1 23,XOne,Racing,Unknown,Codemasters,,,,,,,,2023-06-23 -/games/boxart/full_6227458AmericaFrontccc.jpg,F1 23,XS,Racing,Unknown,Codemasters,8,,,,,,,2023-06-23 -/games/boxart/full_2409052AmericaFrontccc.jpg,F1 23,PC,Racing,Electronic Arts,Codemasters,,,,,,,2023-06-13,2023-06-23 -/games/boxart/full_2575153AmericaFrontccc.jpg,F1 23,PS4,Racing,Unknown,Codemasters,,,,,,,,2023-06-23 -/games/boxart/full_154328AmericaFrontccc.jpg,F1 23,PS5,Racing,Unknown,Codemasters,8.5,,,,,,,2023-06-23 -/games/boxart/full_1219773AmericaFrontccc.jpg,Fast & Furious Crossroads,XOne,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-07,2020-01-08 -/games/boxart/full_886547AmericaFrontccc.jpg,Fast & Furious Crossroads,PC,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-07,2020-01-08 -/games/boxart/full_4104559AmericaFrontccc.jpg,Fast & Furious Crossroads,PS4,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-07,2020-01-08 -/games/boxart/full_2852259AmericaFrontccc.png,Fast RMX,NS,Racing,Shin'en,Shin'en,,,,,,,2017-03-03,2018-03-12 -/games/boxart/full_9343528AmericaFrontccc.jpeg,Forza Horizon 2 Presents Fast & Furious,XOne,Racing,Microsoft Studios,Playground Games,,,,,,,2015-03-27,2018-10-15 -/games/boxart/full_4160452AmericaFrontccc.jpeg,Forza Horizon 4,PC,Racing,Microsoft Studios,Playground Games,10,,,,,,2018-10-02,2018-06-11 -/games/boxart/full_2876922AmericaFrontccc.jpg,Forza Horizon 4,XS,Racing,Microsoft Studios,Playground Games,,,,,,,2020-11-10,2020-09-19 -/games/boxart/full_5889523AmericaFrontccc.jpg,Forza Horizon 5,PC,Racing,Xbox Game Studios,Playground Games,,,,,,,2021-11-09,2022-01-16 -/games/boxart/full_5787022AmericaFrontccc.jpg,Forza Horizon 5,XOne,Racing,Unknown,Playground Games,,,,,,,,2021-06-13 -/games/boxart/full_1598386AmericaFrontccc.jpg,Forza Horizon 5,XS,Racing,Xbox Game Studios,Playground Games,,,,,,,2021-11-09,2022-01-16 -/games/boxart/full_2963915AmericaFrontccc.jpg,Forza Horizon 5: Hot Wheels,XS,Racing,Unknown,Playground Games,,,,,,,,2022-09-19 -/games/boxart/full_6756518AmericaFrontccc.jpg,Forza Horizon 5: Hot Wheels,PC,Racing,Unknown,Playground Games,,,,,,,,2022-09-19 -/games/boxart/full_8651871AmericaFrontccc.jpg,Forza Horizon 5: Hot Wheels,XOne,Racing,Unknown,Playground Games,,,,,,,,2022-09-19 -/games/boxart/full_2210572AmericaFrontccc.jpg,Forza Horizon 5: Rally Adventure,XOne,Racing,Unknown,Playground Games,,,,,,,,2023-06-23 -/games/boxart/full_4777476AmericaFrontccc.jpg,Forza Horizon 5: Rally Adventure,XS,Racing,Unknown,Playground Games,,,,,,,,2023-06-23 -/games/boxart/full_8580509AmericaFrontccc.jpg,Forza Horizon 5: Rally Adventure,PC,Racing,Unknown,Playground Games,,,,,,,,2023-06-23 -/games/boxart/full_7573412AmericaFrontccc.png,Forza Motorsport,PC,Racing,Xbox Game Studios,Turn 10 Studios,,,,,,,2023-10-10,2020-07-23 -/games/boxart/full_2236993AmericaFrontccc.png,Forza Motorsport,XS,Racing,Xbox Game Studios,Turn 10 Studios,,,,,,,2023-10-10,2020-07-23 -/games/boxart/full_891084AmericaFrontccc.jpg,Garfield Kart: Furious Racing,NS,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 -/games/boxart/full_9264778AmericaFrontccc.jpg,Garfield Kart: Furious Racing,PC,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 -/games/boxart/full_3659777AmericaFrontccc.jpg,Garfield Kart: Furious Racing,PS4,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 -/games/boxart/full_9918413AmericaFrontccc.jpg,Garfield Kart: Furious Racing,XOne,Racing,Microids,Microids,,,,,,,2019-11-05,2019-08-01 -/games/boxart/full_7337609AmericaFrontccc.jpg,Gear.Club Unlimited 2,NS,Racing,Microids,Eden Games,,,,,,,2018-12-04,2018-12-19 -/games/boxart/full_9546874AmericaFrontccc.jpg,Genso Skydrift,NS,Racing,illuCalab,illuCalab,,,,,,,2019-12-12,2019-06-16 -/games/boxart/full_6534841AmericaFrontccc.jpg,Genso Skydrift,PS4,Racing,illuCalab,illuCalab,,,,,,,2020-12-01,2019-06-16 -/games/boxart/full_3042581AmericaFrontccc.jpg,Genso Skydrift,PC,Racing,illuCalab,illuCalab,,,,,,,2019-12-11,2019-06-16 -/games/boxart/full_9803413AmericaFrontccc.jpg,Ghost Bike,PS5,Racing,Unknown,Messhof,,,,,,,,2023-12-11 -/games/boxart/full_288333AmericaFrontccc.jpg,Ghost Bike,XOne,Racing,Unknown,Messhof,,,,,,,,2023-12-11 -/games/boxart/full_9290066AmericaFrontccc.jpg,Ghost Bike,XS,Racing,Unknown,Messhof,,,,,,,,2023-12-11 -/games/boxart/full_1891566AmericaFrontccc.jpg,Ghost Bike,PC,Racing,Unknown,Messhof,,,,,,,,2023-12-11 -/games/boxart/full_4371688AmericaFrontccc.jpg,Ghost Bike,PS4,Racing,Unknown,Messhof,,,,,,,,2023-12-11 -/games/boxart/full_6278333AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,XOne,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 -/games/boxart/full_8813018AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,XS,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 -/games/boxart/full_6093743AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,NS,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 -/games/boxart/full_1345683AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,PC,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 -/games/boxart/full_1655535AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,PS4,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 -/games/boxart/full_6214179AmericaFrontccc.jpg,Gigantosaurus: Dino Kart,PS5,Racing,Unknown,3DClouds.it,,,,,,,,2023-06-11 -/games/boxart/full_6524478AmericaFrontccc.png,Gotcha Racing 2nd,NS,Racing,Arc System Works,Arc System Works,,,,,,,2018-05-29,2018-03-23 -/games/boxart/full_7885497AmericaFrontccc.jpg,Gran Turismo 7,PS5,Racing,Sony Interactive Entertainment,Polyphony Digital,,,,,,,2022-03-04,2021-08-02 -/games/boxart/full_9497067AmericaFrontccc.png,Grand Prix Rock 'N Racing,NS,Racing,EnjoyUp Games,EnjoyUp Games,,,,,,,2018-01-04,2018-01-07 -/games/boxart/full_2468449PALFrontccc.jpg,Gravel,PC,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-02-27,2018-01-13 -/games/boxart/full_6479224PALFrontccc.jpg,GRID,XOne,Racing,Codemasters,Codemasters,,,,,,,2019-10-11,2019-05-28 -/games/boxart/full_1426923PALFrontccc.jpg,GRID,PS4,Racing,Codemasters,Codemasters,7.1,,,,,,2019-10-11,2019-05-28 -/games/boxart/full_370077AmericaFrontccc.jpg,GRID (2019),PC,Racing,Codemasters,Codemasters,,,,,,,2019-10-11,2019-05-28 -/games/boxart/full_3454403AmericaFrontccc.jpg,GRID Legends,XS,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 -/games/boxart/full_5902237AmericaFrontccc.jpg,GRID Legends,PC,Racing,Electronic Arts,Codemasters,,,,,,,2022-02-25,2021-07-24 -/games/boxart/full_6242742AmericaFrontccc.jpg,GRID Legends,PS4,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 -/games/boxart/full_7418101AmericaFrontccc.jpg,GRID Legends,PS5,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 -/games/boxart/full_7581836AmericaFrontccc.jpg,GRID Legends,XOne,Racing,Unknown,Codemasters,,,,,,,,2021-07-24 -/games/boxart/full_6006331AmericaFrontccc.png,GRID: Autosport,NS,Racing,Codemasters,Feral Interactive,,,,,,,2019-08-31,2019-02-14 -/games/boxart/full_676570AmericaFrontccc.jpg,GRIP: Combat Racing,PC,Racing,U&I Entertainment,Caged Element,,,,,,,2018-11-06,2018-09-11 -/games/boxart/full_126014AmericaFrontccc.jpg,GRIP: Combat Racing,XOne,Racing,U&I Entertainment,Caged Element,,,,,,,2018-11-06,2018-09-11 -/games/boxart/full_9261859AmericaFrontccc.jpg,Horizon Chase 2,iOS,Racing,Unknown,Aquiris Game Studio,,,,,,,,2023-01-11 -/games/boxart/full_5647913AmericaFrontccc.jpg,Horizon Chase Turbo,PC,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-05-15,2019-03-08 -/games/boxart/full_5589754AmericaFrontccc.jpg,Horizon Chase Turbo,XOne,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-11-28,2019-03-08 -/games/boxart/full_9204517AmericaFrontccc.jpg,Horizon Chase Turbo,PS4,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-05-15,2019-03-08 -/games/boxart/full_4743226AmericaFrontccc.png,Horizon Chase Turbo,NS,Racing,AQUIRIS,Aquiris Game Studio,,,,,,,2018-11-28,2019-03-08 -/games/boxart/full_2911257AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 -/games/boxart/full_1628158AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 -/games/boxart/full_3742300AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 -/games/boxart/full_5093383AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 -/games/boxart/full_757912AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 -/games/boxart/full_8292389AmericaFrontccc.jpg,Hot Wheels Unleashed 2: Turbocharged,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-09-17 -/games/boxart/full_4903552AmericaFrontccc.jpg,Hot Wheels: Rift Rally,PC,Racing,Unknown,Velan Studios,,,,,,,,2023-06-11 -/games/boxart/full_3433260AmericaFrontccc.jpg,Hot Wheels: Rift Rally,PS4,Racing,Unknown,Velan Studios,,,,,,,,2023-06-11 -/games/boxart/full_9915266AmericaFrontccc.jpg,Hot Wheels: Rift Rally,PS5,Racing,Unknown,Velan Studios,,,,,,,,2023-06-11 -/games/boxart/default.jpg,Hotshot Racing,NS,Racing,Unknown,Lucky Mountain Games,,,,,,,,2021-11-10 -/games/boxart/full_2186545AmericaFrontccc.jpg,Jak X: Combat Racing,PS4,Racing,Sony Interactive Entertainment,Naughty Dog,,,,,,,2017-11-28,2018-09-24 -/games/boxart/default.jpg,Joe Danger,PSV,Racing,Unknown,Hello Games,,,,,,,,2019-08-12 -/games/boxart/default.jpg,Jolt Family Robot Racer,WiiU,Racing,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_218212AmericaFrontccc.jpeg,Kandagawa Jet Girls,PC,Racing,Xseed Games,Marvelous,,,,,,,2020-08-25,2020-06-08 -/games/boxart/full_4160978AmericaFrontccc.jpeg,Kandagawa Jet Girls,PS4,Racing,Marvelous,Marvelous,,,,,,,2020-08-25,2019-08-06 -/games/boxart/full_5324472AmericaFrontccc.jpg,Kinetica,PS4,Racing,Sony Interactive Entertainment,SCEA Santa Monica Studio,,,,,,,2016-05-17,2018-12-03 -/games/boxart/full_8321912AmericaFrontccc.jpg,LEGO 2K Drive,PS5,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 -/games/boxart/full_3970104AmericaFrontccc.jpg,LEGO 2K Drive,XOne,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 -/games/boxart/full_3989987AmericaFrontccc.jpg,LEGO 2K Drive,XS,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 -/games/boxart/full_1807999AmericaFrontccc.jpg,LEGO 2K Drive,NS,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 -/games/boxart/full_5116955AmericaFrontccc.jpg,LEGO 2K Drive,PC,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 -/games/boxart/full_8217773AmericaFrontccc.jpg,LEGO 2K Drive,PS4,Racing,Unknown,Visual Concepts,,,,,,,,2023-04-01 -/games/boxart/full_6024819AmericaFrontccc.jpg,Mad Riders,PC,Racing,Unknown,Techland,,,,,,,,2022-08-11 -/games/boxart/full_9637927AmericaFrontccc.jpg,Mad Riders,PS3,Racing,Unknown,Techland,,,,,,,,2022-08-11 -/games/boxart/full_4137997AmericaFrontccc.jpg,Mad Riders,X360,Racing,Unknown,Techland,,,,,,,,2022-08-11 -/games/boxart/default.jpg,Mantis Burn Racing,PC,Racing,Unknown,VooFoo Studios,,,,,,,,2018-02-16 -/games/boxart/full_7996026AmericaFrontccc.png,Mantis Burn Racing,NS,Racing,Unknown,VooFoo Studios,,,,,,,,2018-02-16 -/games/boxart/default.jpg,Mario Kart 64,WiiU,Racing,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/full_4028922AmericaFrontccc.jpg,Meow Motors,PC,Racing,ArtVostok,ArtVostok,,,,,,,2018-06-04,2018-06-12 -/games/boxart/full_6318936AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 2,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-02-08,2018-10-19 -/games/boxart/full_7785273AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 2,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-02-08,2018-10-19 -/games/boxart/full_8368498AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_5206266AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_1271042AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_6362248AmericaFrontccc.jpeg,Monster Energy Supercross - The Official Videogame 3,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-02-04,2021-01-28 -/games/boxart/full_8425455AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_2798802AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_2006260AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_3404549AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_190244AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_9521396AmericaFrontccc.jpg,Monster Energy Supercross - The Official Videogame 4,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-01-28 -/games/boxart/full_4444676AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_890276AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_5288165AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_1144647AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_4279387AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_2809484AmericaFrontccc.jpg,Monster Energy Supercross: The Official Videogame 5,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_2800910AmericaFrontccc.jpg,Monster Jam Steel Titans,PC,Racing,THQ Nordic,Rainbow Studios,,,,,,,2019-06-25,2019-04-15 -/games/boxart/full_8033561AmericaFrontccc.jpg,Monster Jam Steel Titans,PS4,Racing,THQ Nordic,Rainbow Studios,,,,,,,2019-06-25,2019-04-15 -/games/boxart/full_7562389PALFrontccc.jpg,Monster Jam Steel Titans,XOne,Racing,THQ Nordic,Rainbow Studios,,,,,,,2019-05-25,2019-04-15 -/games/boxart/full_1192455PALFrontccc.jpg,MotoGP 18,PS4,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-06-07,2019-01-02 -/games/boxart/full_9603558PALFrontccc.jpg,MotoGP 18,NS,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-06-28,2019-01-02 -/games/boxart/full_6185216PALFrontccc.jpg,MotoGP 18,XOne,Racing,Milestone S.r.l.,Milestone S.r.l,,,,,,,2018-06-07,2019-01-02 -/games/boxart/full_2099347PALFrontccc.jpg,MotoGP 19,NS,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-27,2019-06-10 -/games/boxart/full_1976007AmericaFrontccc.jpg,MotoGP 19,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-06,2019-06-10 -/games/boxart/full_2360593PALFrontccc.jpg,MotoGP 19,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-06,2019-06-10 -/games/boxart/full_6389699PALFrontccc.jpg,MotoGP 19,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2019-06-06,2019-06-10 -/games/boxart/full_4591618AmericaFrontccc.jpg,MotoGP 20,NS,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 -/games/boxart/full_6419981AmericaFrontccc.jpg,MotoGP 20,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 -/games/boxart/full_4033206AmericaFrontccc.jpg,MotoGP 20,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 -/games/boxart/full_6468842AmericaFrontccc.jpg,MotoGP 20,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-04-23,2020-04-13 -/games/boxart/full_1712303AmericaFrontccc.jpg,MotoGP 21,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 -/games/boxart/full_2762344AmericaFrontccc.jpg,MotoGP 21,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 -/games/boxart/full_4007244AmericaFrontccc.jpg,MotoGP 21,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 -/games/boxart/full_4930412AmericaFrontccc.jpg,MotoGP 21,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 -/games/boxart/full_8303724AmericaFrontccc.jpg,MotoGP 21,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 -/games/boxart/full_5123479AmericaFrontccc.jpg,MotoGP 21,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2021-07-30 -/games/boxart/full_1397229AmericaFrontccc.jpg,MotoGP 22,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 -/games/boxart/full_5031058AmericaFrontccc.jpg,MotoGP 22,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 -/games/boxart/full_7002462AmericaFrontccc.jpg,MotoGP 22,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 -/games/boxart/full_5238140AmericaFrontccc.jpg,MotoGP 22,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 -/games/boxart/full_1333972AmericaFrontccc.jpg,MotoGP 22,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 -/games/boxart/full_3580093AmericaFrontccc.jpg,MotoGP 22,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-11-18 -/games/boxart/full_6953271AmericaFrontccc.jpg,MotoGP 23,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 -/games/boxart/full_6540536AmericaFrontccc.jpg,MotoGP 23,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 -/games/boxart/full_7806445AmericaFrontccc.jpg,MotoGP 23,NS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 -/games/boxart/full_8996352AmericaFrontccc.jpg,MotoGP 23,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 -/games/boxart/full_5065388AmericaFrontccc.jpg,MotoGP 23,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 -/games/boxart/full_1916764AmericaFrontccc.jpg,MotoGP 23,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-22 -/games/boxart/full_9697498PALFrontccc.jpg,Motor Strike,PS4,Racing,Unknown,Sony Computer Entertainment,,,,,,,,2019-01-24 -/games/boxart/default.jpg,MOTOROADER,WiiU,Racing,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_3962431PALFrontccc.jpg,MX vs ATV All Out,PC,Racing,THQ Nordic,Rainbow Studios,,,,,,,2018-03-27,2018-01-07 -/games/boxart/full_120530AmericaFrontccc.jpg,MX vs. ATV All Out,NS,Racing,THQ Nordic,Rainbow Studios,,,,,,,2020-09-01,2020-07-07 -/games/boxart/full_8542283AmericaFrontccc.jpg,MX vs. ATV Legends,PS5,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 -/games/boxart/full_9042854AmericaFrontccc.jpg,MX vs. ATV Legends,XOne,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 -/games/boxart/full_7868734AmericaFrontccc.jpg,MX vs. ATV Legends,XS,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 -/games/boxart/full_7664839AmericaFrontccc.jpg,MX vs. ATV Legends,PC,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 -/games/boxart/full_6356084AmericaFrontccc.jpg,MX vs. ATV Legends,PS4,Racing,Unknown,Rainbow Studios,,,,,,,,2021-09-18 -/games/boxart/full_8911865PALFrontccc.jpg,MXGP Pro,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2018-06-29,2018-04-26 -/games/boxart/full_3056195AmericaFrontccc.jpg,NASCAR Heat 5,PC,Racing,Motorsport Games,704Games,,,,,,,2020-07-10,2020-06-03 -/games/boxart/full_9653985AmericaFrontccc.jpg,NASCAR Heat 5,PS4,Racing,Motorsport Games,704Games,,,,,,,2020-07-10,2020-06-03 -/games/boxart/full_7123040AmericaFrontccc.jpg,NASCAR Heat 5,XOne,Racing,Motorsport Games,704Games,,,,,,,2020-07-10,2020-06-03 -/games/boxart/full_7610809AmericaFrontccc.jpeg,NASCAR Heat Ultimate Edition+,NS,Racing,Motorsport Games,704Games,,,,,,,2021-11-19,2022-01-04 -/games/boxart/full_8814338AmericaFrontccc.jpg,NASCAR The Game: Inside Line,Wii,Racing,Activision,Eutechnyx,,,,,,,2012-11-06,2018-11-23 -/games/boxart/full_1460341AmericaFrontccc.png,Need for Speed Heat,PC,Racing,Electronic Arts,Ghost Games,8,,,,,,2019-11-08,2019-10-01 -/games/boxart/full_3926023AmericaFrontccc.png,Need for Speed Heat,PS4,Racing,Electronic Arts,Ghost Games,6.6,,,,,,2019-11-08,2019-10-01 -/games/boxart/full_1024636AmericaFrontccc.png,Need for Speed Heat,XOne,Racing,Electronic Arts,Ghost Games,7.5,,,,,,2019-11-08,2019-10-01 -/games/boxart/full_1795116AmericaFrontccc.jpg,Need for Speed Unbound,PS5,Racing,Unknown,Criterion Games,8,,,,,,,2022-10-15 -/games/boxart/full_2213776AmericaFrontccc.jpg,Need for Speed Unbound,XS,Racing,Unknown,Criterion Games,7.8,,,,,,,2022-10-15 -/games/boxart/full_2815394AmericaFrontccc.jpg,Need for Speed Unbound,PC,Racing,Unknown,Criterion Games,,,,,,,,2022-10-15 -/games/boxart/full_940716PALFrontccc.jpg,Need for Speed: Hot Pursuit Remastered,NS,Racing,Electronic Arts,Criterion Games,,,,,,,2020-11-13,2021-01-26 -/games/boxart/default.jpg,NHRA Championship Drag Racing: Speed for All,PS4,Racing,Unknown,Team6 Game Studios,,,,,,,,2024-01-05 -/games/boxart/default.jpg,NHRA Championship Drag Racing: Speed for All,PC,Racing,Unknown,Team6 Game Studios,,,,,,,,2024-01-05 -/games/boxart/default.jpg,NHRA Championship Drag Racing: Speed for All,PS5,Racing,Unknown,Team6 Game Studios,,,,,,,,2024-01-05 -/games/boxart/full_5256809AmericaFrontccc.jpg,NHRA Drag Racing 2,PC,Racing,Unknown,"Motorsport Simulations, Inc.",,,,,,,,2023-05-24 -/games/boxart/full_2467774AmericaFrontccc.jpg,Nickelodeon Kart Racers 2: Grand Prix,PS4,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-10-06,2022-05-14 -/games/boxart/full_699306AmericaFrontccc.jpg,Nickelodeon Kart Racers 2: Grand Prix,NS,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-10-06,2020-12-18 -/games/boxart/full_9302514AmericaFrontccc.png,Nickelodeon Kart Racers 2: Grand Prix,PC,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-12-01,2020-09-29 -/games/boxart/full_585456AmericaFrontccc.png,Nickelodeon Kart Racers 2: Grand Prix,XOne,Racing,GameMill Entertainment,Bamtang,,,,,,,2020-10-06,2020-09-23 -/games/boxart/default.jpg,Pitstop,CV,Racing,Unknown,Epyx,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Pole Position,Int,Racing,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 -/games/boxart/full_1422291AmericaFrontccc.jpg,Police Chase,PS4,Racing,Unknown,Toplitz Productions GmBh,,,,,,,,2019-11-30 -/games/boxart/full_7852694AmericaFrontccc.jpg,Police Chase,XOne,Racing,Unknown,Toplitz Productions GmBh,,,,,,,,2019-11-30 -/games/boxart/full_6017494AmericaFrontccc.jpg,Project CARS 3,PC,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-28,2020-06-29 -/games/boxart/full_6038973AmericaFrontccc.jpg,Project CARS 3,PS4,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-28,2020-06-29 -/games/boxart/full_9563621AmericaFrontccc.jpg,Project CARS 3,XOne,Racing,Bandai Namco Entertainment,Slightly Mad Studios,,,,,,,2020-08-28,2020-06-29 -/games/boxart/full_3488189PALFrontccc.jpg,Radial G Racing Revolved,PS4,Racing,Tammeka Games,Tammeka Games,,,,,,,2017-10-06,2018-09-21 -/games/boxart/full_6607222AmericaFrontccc.png,Rally Racers,NS,Racing,System 3,System 3 Software,,,,,,,2018-01-11,2018-03-25 -/games/boxart/full_9681583AmericaFrontccc.jpg,Redout 2,PC,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 -/games/boxart/full_473448AmericaFrontccc.jpg,Redout 2,PS4,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 -/games/boxart/full_3219936AmericaFrontccc.jpg,Redout 2,PS5,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 -/games/boxart/full_492454AmericaFrontccc.jpg,Redout 2,XOne,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 -/games/boxart/full_1439371AmericaFrontccc.jpg,Redout 2,XS,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 -/games/boxart/full_4144398AmericaFrontccc.jpg,Redout 2,NS,Racing,Unknown,34BigThings srl,,,,,,,,2021-12-11 -/games/boxart/default.jpg,Redout: Space Assault,PC,Racing,Unknown,34BigThings srl,,,,,,,,2019-03-29 -/games/boxart/full_7264389PALFrontccc.png,Ride 3,PC,Racing,Bandai Namco Entertainment,Milestone S.r.l.,,,,,,,2018-11-30,2019-03-21 -/games/boxart/full_8194208AmericaFrontccc.jpg,Ride 4,XOne,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-10-08,2020-04-14 -/games/boxart/full_7707626AmericaFrontccc.jpg,Ride 4,PC,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-10-08,2020-04-14 -/games/boxart/full_3989559AmericaFrontccc.jpg,Ride 4,PS4,Racing,Milestone S.r.l.,Milestone S.r.l.,,,,,,,2020-10-08,2020-04-14 -/games/boxart/full_3140694AmericaFrontccc.jpg,Ride 5,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-13 -/games/boxart/full_5124324AmericaFrontccc.jpg,Ride 5,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-13 -/games/boxart/full_1487157AmericaFrontccc.jpg,Ride 5,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2023-08-13 -/games/boxart/full_8096478AmericaFrontccc.png,Riptide GP: Renegade,NS,Racing,Vector Unit,Vector Unit,,,,,,,2017-12-07,2018-03-05 -/games/boxart/full_4380987AmericaFrontccc.jpg,Road Rage,PC,Racing,Maximum Games,Team 6 Games Studio,,,,,,,2017-11-14,2018-01-19 -/games/boxart/full_2314160AmericaFrontccc.png,Rock 'N Racing: Off Road DX,NS,Racing,EnjoyUp Games,EnjoyUp Games,,,,,,,2017-11-09,2018-03-25 -/games/boxart/full_344134AmericaFrontccc.jpg,Rocket Racing,XOne,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 -/games/boxart/full_828679AmericaFrontccc.jpg,Rocket Racing,XS,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 -/games/boxart/full_3088708AmericaFrontccc.jpg,Rocket Racing,NS,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 -/games/boxart/full_4786229AmericaFrontccc.jpg,Rocket Racing,PC,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 -/games/boxart/full_2827771AmericaFrontccc.jpg,Rocket Racing,PS4,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 -/games/boxart/full_9673711AmericaFrontccc.jpg,Rocket Racing,PS5,Racing,Unknown,Psyonix,,,,,,,,2023-12-12 -/games/boxart/full_6817860AmericaFrontccc.jpg,SBK 22,PS5,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_6986934AmericaFrontccc.jpg,SBK 22,XOne,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_1081967AmericaFrontccc.jpg,SBK 22,XS,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_3839749AmericaFrontccc.jpg,SBK 22,PC,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_5641425AmericaFrontccc.jpg,SBK 22,PS4,Racing,Unknown,Milestone S.r.l.,,,,,,,,2022-12-11 -/games/boxart/full_9275033AmericaFrontccc.jpg,Sega Ages: Virtua Racing,NS,Racing,Sega,Sega,,,,,,,2019-04-25,2019-04-20 -/games/boxart/full_6672173AmericaFrontccc.png,SpeedX 3D Hyper Edition,3DS,Racing,Unknown,Gamelion Studios,,,,,,,,2022-08-17 -/games/boxart/default.jpg,Spy Hunter,CV,Racing,Unknown,Bally Midway,,,,,,,,2021-10-18 -/games/boxart/full_813233AmericaFrontccc.png,Spy Hunter,PSV,Racing,Unknown,TT Fusion,,,,,,,,2022-08-14 -/games/boxart/full_8152075AmericaFrontccc.jpg,Spy Hunter,3DS,Racing,Warner Bros. Interactive Entertainment,TT Fusion,,,,,,,2012-10-09,2018-05-21 -/games/boxart/default.jpg,Stadium Mud Buggies,Int,Racing,INTV Corporation,Realtime Associates,,,,,,,1989-01-01,2018-01-13 -/games/boxart/full_1807029AmericaFrontccc.jpg,Star Wars Episode I: Racer,NS,Racing,Aspyr,LucasArts,,,,,,,2020-06-23,2021-11-08 -/games/boxart/default.jpg,Star Wars Episode I: Racer,XOne,Racing,Unknown,Aspyr Media,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Wars Episode I: Racer,PS4,Racing,Unknown,Aspyr Media,,,,,,,,2024-01-05 -/games/boxart/full_776684AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,XS,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 -/games/boxart/full_7223132AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 -/games/boxart/full_3448772AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,NS,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All,PC,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-12-03,2021-12-24 -/games/boxart/full_4288930AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,XOne,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 -/games/boxart/full_1045360AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-09-21,2021-10-30 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Blazing Freedom Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/full_6070408AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Blazing Freedom Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/full_6338001AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Blazing Freedom Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Lizzy Musi Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/full_9310277AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Lizzy Musi Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/full_2196022AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Lizzy Musi Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Ryan Martin Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/full_431612AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Ryan Martin Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/full_4523526AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Ryan Martin Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/full_2387156AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Skull Noir Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/full_4535082AmericaFrontccc.jpg,Street Outlaws 2: Winner Takes All - Skull Noir Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Skull Noir Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/full_1094053AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Stargazer Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/full_6865732AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Stargazer Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Stargazer Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/full_2419108AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Steel Thunder Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/full_2571806AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - Steel Thunder Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - Steel Thunder Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - The 70s Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/full_3487433AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 70s Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/full_5811212AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 70s Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/default.jpg,Street Outlaws 2: Winner Takes All - The 80s Bundle,NS,Racing,Unknown,Team6 Game Studios,,,,,,,,2022-01-21 -/games/boxart/full_8650538AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 80s Bundle,PS5,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-15 -/games/boxart/full_4729409AmericaFrontccc.png,Street Outlaws 2: Winner Takes All - The 80s Bundle,PS4,Racing,GameMill Entertainment,Team6 Game Studios,,,,,,,2021-11-25,2022-01-21 -/games/boxart/full_6826767AmericaFrontccc.png,Super Toy Cars,NS,Racing,Eclipse Games,Eclipse Games,,,,,,,2018-03-02,2018-03-25 -/games/boxart/full_1012279AmericaFrontccc.jpg,Taxi Chaos,PS4,Racing,Unknown,Team 6 Games Studio,,,,,,,,2021-03-09 -/games/boxart/full_1106288AmericaFrontccc.jpg,Taxi Chaos,XOne,Racing,Unknown,Team 6 Games Studio,,,,,,,,2021-03-09 -/games/boxart/full_1919397AmericaFrontccc.jpg,Taxi Chaos,NS,Racing,Unknown,Team 6 Games Studio,,,,,,,,2021-03-09 -/games/boxart/full_4694694AmericaFrontccc.jpg,Team Sonic Racing,PS4,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 -/games/boxart/full_4678342AmericaFrontccc.jpg,Team Sonic Racing,PC,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 -/games/boxart/full_1213539AmericaFrontccc.jpg,Team Sonic Racing,XOne,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 -/games/boxart/full_9526976AmericaFrontccc.jpg,Team Sonic Racing,NS,Racing,Sega,Sumo Digital,,,,,,,2019-05-21,2019-03-22 -/games/boxart/full_3976678AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,PS5,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 -/games/boxart/full_131048AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,XOne,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 -/games/boxart/full_7375922AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,XS,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 -/games/boxart/full_8451799AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,NS,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 -/games/boxart/full_4465471AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,PC,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 -/games/boxart/full_77419AmericaFrontccc.jpg,Test Drive Unlimited Solar Crown,PS4,Racing,Unknown,KT Racing,,,,,,,,2021-09-23 -/games/boxart/full_6714001AmericaFrontccc.jpg,Test Drive: Ferrari Legends,PC,Racing,Evolved Games,Slightly Mad Studios,,,,,,,2012-12-10,2019-01-04 -/games/boxart/full_9584764AmericaFrontccc.jpg,The Crew Motorfest,PC,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 -/games/boxart/full_257721AmericaFrontccc.jpg,The Crew Motorfest,PS4,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 -/games/boxart/full_226331AmericaFrontccc.jpg,The Crew Motorfest,PS5,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 -/games/boxart/full_8771271AmericaFrontccc.jpg,The Crew Motorfest,XOne,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 -/games/boxart/full_8964009AmericaFrontccc.jpg,The Crew Motorfest,XS,Racing,Unknown,Ubisoft,,,,,,,,2023-06-13 -/games/boxart/default.jpg,The Dukes of Hazzard,CV,Racing,Unknown,Coleco,,,,,,,,2021-10-18 -/games/boxart/full_8416850AmericaFrontccc.png,The Next Penelope,NS,Racing,Plug In Digital,Seaven Studio,,,,,,,2017-12-21,2018-03-26 -/games/boxart/full_9992009AmericaFrontccc.jpg,Top Racer Collection,XOne,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 -/games/boxart/full_7187955AmericaFrontccc.jpg,Top Racer Collection,XS,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 -/games/boxart/full_6216084AmericaFrontccc.jpg,Top Racer Collection,NS,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 -/games/boxart/full_4039199AmericaFrontccc.jpg,Top Racer Collection,PC,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 -/games/boxart/full_7969576AmericaFrontccc.jpg,Top Racer Collection,PS4,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 -/games/boxart/full_396925AmericaFrontccc.jpg,Top Racer Collection,PS5,Racing,Unknown,QUByte Interactive,,,,,,,,2023-10-28 -/games/boxart/full_1047086AmericaFrontccc.jpg,Trailblazers,PC,Racing,Rising Star Games,Supergonk,,,,,,,2018-05-08,2018-09-22 -/games/boxart/full_3371319AmericaFrontccc.jpg,Trailblazers,XOne,Racing,Rising Star Games,Supergonk,,,,,,,2018-05-09,2018-09-22 -/games/boxart/full_3384565AmericaFrontccc.jpg,TT Isle of Man: Ride on the Edge,PC,Racing,Unknown,Kylotonn,,,,,,,,2018-03-07 -/games/boxart/full_4245678AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,PS5,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 -/games/boxart/full_6822889AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,XOne,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 -/games/boxart/full_3000456AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,XS,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 -/games/boxart/full_2509665AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,NS,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 -/games/boxart/full_1972181AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,PC,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 -/games/boxart/full_9470095AmericaFrontccc.jpg,TT Isle Of Man: Ride On The Edge 3,PS4,Racing,Unknown,RaceWard Studio,,,,,,,,2023-03-30 -/games/boxart/default.jpg,Turbo,CV,Racing,Unknown,Sega,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Turbo,Int,Racing,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_5993713AmericaFrontccc.jpg,Twisted Metal: Black,PS4,Racing,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2015-12-05,2018-09-24 -/games/boxart/full_4998530AmericaFrontccc.png,Urban Trial Playground,NS,Racing,Tate Multimedia,Teyon,,,,,,,2018-04-05,2018-03-26 -/games/boxart/full_3157720AmericaFrontccc.jpg,V-Rally 4,PC,Racing,Bigben Interactive,Kylotonn,,,,,,,2018-09-25,2019-03-22 -/games/boxart/full_8860588AmericaFrontccc.jpg,V-Rally 4,NS,Racing,Bigben Interactive,Kylotonn,,,,,,,2019-02-19,2019-03-22 -/games/boxart/default.jpg,VICTORY RUN,WiiU,Racing,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_3780251AmericaFrontccc.jpg,Volvo: Drive for Life,XB,Racing,Microsoft,Climax Studios,,,,,,,2005-01-01,2018-10-11 -/games/boxart/full_7819812AmericaFrontccc.png,Vroom in the Night Sky,NS,Racing,Poisoft,Poisoft,,,,,,,2017-04-05,2018-03-26 -/games/boxart/full_4790802AmericaFrontccc.jpg,Wheels of Destruction,PS3,Racing,Unknown,Gelid Games,,,,,,,,2022-08-10 -/games/boxart/full_1865262AmericaFrontccc.jpg,WipEout Rush,And,Racing,Unknown,Amuzo,,,,,,,,2021-09-16 -/games/boxart/full_2830365AmericaFrontccc.jpg,WipEout Rush,iOS,Racing,Unknown,Amuzo,,,,,,,,2021-09-16 -/games/boxart/full_7742675AmericaFrontccc.jpg,WRC 10,PC,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 -/games/boxart/full_3468809AmericaFrontccc.jpg,WRC 10,PS4,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 -/games/boxart/full_1119325AmericaFrontccc.jpg,WRC 10,PS5,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 -/games/boxart/full_6167653AmericaFrontccc.jpg,WRC 10,XOne,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 -/games/boxart/full_1680307AmericaFrontccc.jpg,WRC 10,XS,Racing,Unknown,Kylotonn,,,,,,,,2021-09-11 -/games/boxart/full_3001690AmericaFrontccc.jpg,WRC 8,NS,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 -/games/boxart/full_4252398AmericaFrontccc.jpg,WRC 8,PC,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 -/games/boxart/full_4825024AmericaFrontccc.jpg,WRC 8,XOne,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 -/games/boxart/full_4488326AmericaFrontccc.jpg,WRC 8,PS4,Racing,Bigben Interactive,Kylotonn Entertainment,,,,,,,2019-09-30,2019-01-25 -/games/boxart/full_6276108AmericaFrontccc.jpg,WRC 9,PS4,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 -/games/boxart/full_5895471AmericaFrontccc.jpg,WRC 9,PS5,Racing,Nacon,Kylotonn,,,,,,,2020-12-01,2020-06-17 -/games/boxart/full_698046AmericaFrontccc.jpg,WRC 9,XOne,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 -/games/boxart/full_1914888AmericaFrontccc.jpg,WRC 9,XS,Racing,Nacon,Kylotonn,,,,,,,2020-12-01,2020-06-17 -/games/boxart/full_307591AmericaFrontccc.jpg,WRC 9,NS,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 -/games/boxart/full_3859832AmericaFrontccc.jpg,WRC 9,PC,Racing,Nacon,Kylotonn,,,,,,,2020-09-03,2020-06-17 -/games/boxart/full_7787376AmericaFrontccc.png,Wreckfest,PC,Racing,THQ Nordic,Bugbear Entertainment,,,,,,,2018-06-14,2018-12-19 -/games/boxart/full_2672830AmericaFrontccc.jpg,Wreckfest,PS4,Racing,THQ Nordic,Bugbear Entertainment,,,,,,,2019-03-31,2018-12-19 -/games/boxart/full_4604823AmericaFrontccc.jpg,Wreckfest,XOne,Racing,THQ Nordic,Bugbear Entertainment,,,,,,,2019-03-31,2018-12-19 -/games/boxart/full_8192906AmericaFrontccc.jpg,Xenon Racer,NS,Racing,Soedesco,3DClouds.it,,,,,,,2019-03-26,2019-01-03 -/games/boxart/full_9907384AmericaFrontccc.jpg,Xenon Racer,PC,Racing,Soedesco,3DClouds.it,,,,,,,2019-01-01,2018-10-27 -/games/boxart/full_1661909AmericaFrontccc.jpg,Xenon Racer,XOne,Racing,Soedesco,3DClouds.it,,,,,,,2019-03-26,2019-01-03 -/games/boxart/full_8117686AmericaFrontccc.jpg,Xenon Racer,PS4,Racing,Soedesco,3DClouds.it,,,,,,,2019-03-26,2019-01-03 -/games/boxart/full_4261443AmericaFrontccc.jpg,Pokemon,Series,Role-Playing,Nintendo,Game Freak,,,,,,,1998-09-28,2020-02-03 -/games/boxart/full_6200477AmericaFrontccc.jpg,Final Fantasy,Series,Role-Playing,Square,Square,,,,,,,1987-12-18,2020-02-28 -/games/boxart/full_7532562AmericaFrontccc.jpg,Monster Hunter,Series,Role-Playing,Capcom,Capcom,,,,,,,2004-09-21,2020-02-03 -/games/boxart/full_9103473AmericaFrontccc.jpg,The Elder Scrolls,Series,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,1994-03-25,2020-03-04 -/games/boxart/full_126001AmericaFrontccc.jpg,Dragon Quest,Series,Role-Playing,Square,ArtePiazza,,,,,,,1986-05-27,2020-02-27 -/games/boxart/full_9734805AmericaFrontccc.jpg,The Witcher,Series,Role-Playing,CD Projekt,CD Projekt Red Studio,,,,,,,2007-10-30,2020-02-13 -/games/boxart/full_2251346AmericaFrontccc.jpg,Dragon Ball,Series,Role-Playing,Bandai,Tose,,,,,,,1986-09-27,2020-03-05 -/games/boxart/full_5830479AmericaFrontccc.png,The Elder Scrolls V: Skyrim,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2011-11-10,2020-10-27 -/games/boxart/full_3500762AmericaFrontccc.jpg,Diablo,Series,Role-Playing,Blizzard Entertainment,Blizzard North,,,,,,,1997-01-03,2020-02-18 -/games/boxart/full_7478122AmericaFrontccc.jpg,Fallout,Series,Role-Playing,Bethesda Softworks,Interplay Entertainment,,,,,,,1997-10-10,2020-03-07 -/games/boxart/full_3930956AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,All,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-18,2020-10-29 -/games/boxart/full_2022224AmericaFrontccc.jpg,Souls,Series,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2009-10-06,2020-02-17 -/games/boxart/full_221036AmericaFrontccc.jpg,Kingdom Hearts,Series,Role-Playing,Square Enix,Square,,,,,,,2002-09-17,2020-02-27 -/games/boxart/full_8994911AmericaFrontccc.jpg,Dark Souls,Series,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2011-10-04,2022-10-22 -/games/boxart/full_6442337AmericaFrontccc.png,Pokémon Red / Green / Blue Version,GB,Role-Playing,Nintendo,Game Freak,9.4,,,,,,1998-09-30, -/games/boxart/full_978121AmericaFrontccc.png,Diablo III,All,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2015-05-15,2020-10-29 -/games/boxart/full_8149048AmericaFrontccc.jpg,Tales of,Series,Role-Playing,Namco,Bandai Namco Studios,,,,,,,1998-09-30,2020-02-06 -/games/boxart/full_4549099AmericaFrontccc.png,Pokémon Sword / Shield,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2019-11-15,2019-11-21 -/games/boxart/full_6073563AmericaFrontccc.jpg,Cyberpunk 2077,All,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-12-10,2022-10-02 -/games/boxart/full_2133565AmericaFrontccc.jpg,Fallout 4,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2015-11-10,2020-10-30 -/games/boxart/full_4790283AmericaFrontccc.jpg,Hogwarts Legacy,All,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2023-02-10,2023-02-23 -/games/boxart/full_1190583AmericaFrontccc.jpg,Pokémon Scarlet / Violet,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2022-11-18,2022-05-31 -/games/boxart/full_588708AmericaFrontccc.jpg,Monster Hunter: World,All,Role-Playing,Capcom,Capcom,,,,,,,2018-01-26,2020-10-13 -/games/boxart/full_1344180AmericaFrontccc.png,Pokémon Gold / Silver Version,GB,Role-Playing,Nintendo,Game Freak,9.2,,,,,,2000-10-14, -/games/boxart/full_5431802AmericaFrontccc.jpg,Final Fantasy X/X-2,All,Role-Playing,Square,Square,,,,,,,2001-12-17,2020-10-19 -/games/boxart/full_8004317AmericaFrontccc.jpg,Super Robot Wars,Series,Role-Playing,Bandai,Banpresto,,,,,,,1991-04-20,2020-02-19 -/games/boxart/full_4770276AmericaFrontccc.png,Persona,Series,Role-Playing,Atlus,Atlus,,,,,,,1996-11-01,2020-02-03 -/games/boxart/full_6701083AmericaFrontccc.png,The Elder Scrolls Online,All,Role-Playing,Bethesda Softworks,ZeniMax Online Studios,,,,,,,2014-04-04,2020-10-27 -/games/boxart/full_2730687AmericaFrontccc.jpg,Pokémon Diamond / Pearl Version,DS,Role-Playing,Nintendo,Game Freak,8.6,,,,,,2007-04-28, -/games/boxart/full_6071346AmericaFrontccc.jpg,Pokemon Mystery Dungeon,Series,Role-Playing,Nintendo,Chunsoft,,,,,,,2006-09-18,2020-03-03 -/games/boxart/full_9470074AmericaFrontccc.png,Pokémon X/Y,3DS,Role-Playing,Nintendo,Game Freak,8.9,,,,,,2013-10-12,2018-01-06 -/games/boxart/full_4631072AmericaFrontccc.jpg,Deus Ex,Series,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2000-06-17,2020-02-28 -/games/boxart/full_6532288JapanFrontccc.png,Pokémon Sun/Moon,3DS,Role-Playing,Nintendo,Game Freak,9,,,,,,2016-11-18,2018-08-03 -/games/boxart/full_4771333AmericaFrontccc.png,Pokémon Ruby / Sapphire Version,GBA,Role-Playing,Nintendo,Game Freak,8.8,,,,,,2003-03-17, -/games/boxart/full_6939273AmericaFrontccc.jpg,Mass Effect,Series,Role-Playing,Electronic Arts,BioWare,,,,,,,2007-11-20,2020-02-24 -/games/boxart/full_5355846AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,PC,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-19,2018-05-04 -/games/boxart/full_2983232AmericaFrontccc.jpg,Pokémon Black / White Version,DS,Role-Playing,Nintendo,Game Freak,8.6,,,,,,2011-03-06, -/games/boxart/full_2669309AmericaFrontccc.jpg,"Pokémon: Let's Go, Pikachu/Eevee",NS,Role-Playing,Nintendo,Game Freak,,,,,,,2018-11-16,2019-01-31 -/games/boxart/full_6071133AmericaFrontccc.png,Pokémon Brilliant Diamond / Shining Pearl,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2021-11-19,2021-02-26 -/games/boxart/full_89834AmericaFrontccc.jpg,Pokémon Legends: Arceus,NS,Role-Playing,Nintendo,Game Freak,,,,,,,2022-01-28,2021-02-26 -/games/boxart/4260472ccc.jpg,Pokémon Yellow: Special Pikachu Edition,GB,Role-Playing,Nintendo,Game Freak,8.7,,,,,,1999-10-19, -/games/boxart/full_5184866AmericaFrontccc.png,Pokémon Omega Ruby/Pokémon Alpha Sapphire,3DS,Role-Playing,Nintendo,Game Freak,,,,,,,2014-11-21,2018-08-03 -/games/boxart/full_217288AmericaFrontccc.jpg,Final Fantasy VII,All,Role-Playing,Sony Computer Entertainment,Square,,,,,,,1997-09-07,2020-10-09 -/games/boxart/full_708831AmericaFrontccc.png,Yo-kai Watch,Series,Role-Playing,Nintendo,Level 5,,,,,,,2015-11-06,2020-02-16 -/games/boxart/full_3054233AmericaFrontccc.jpg,Paper Mario,Series,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2001-02-05,2020-02-21 -/games/boxart/full_2733841AmericaFrontccc.jpg,Pokémon Heart Gold / Soul Silver Version,DS,Role-Playing,Nintendo,Game Freak,8.6,,,,,,2010-03-14, -/games/boxart/full_4336497AmericaFrontccc.png,Fable,Series,Role-Playing,Microsoft Game Studios,Big Blue Box,,,,,,,2004-09-14,2020-07-25 -/games/boxart/full_7461389AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,PS4,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-19,2018-05-04 -/games/boxart/full_8727281AmericaFrontccc.png,Mario & Luigi,Series,Role-Playing,Nintendo,AlphaDream,,,,,,,2003-11-17,2020-02-21 -/games/boxart/full_4035614AmericaFrontccc.jpg,7 Days to Die,All,Role-Playing,The Fun Pimps,The Fun Pimps,,,,,,,2013-12-13,2021-08-15 -/games/boxart/full_diablo-iii_550AmericaFront.jpg,Diablo III,PC,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,9,,,,,,2012-05-15,2018-01-03 -/games/boxart/full_5668335AmericaFrontccc.jpg,Pokémon FireRed / LeafGreen Version,GBA,Role-Playing,Nintendo,Game Freak,8.3,,,,,,2004-09-07, -/games/boxart/full_788912AmericaFrontccc.jpg,Dragon Age,Series,Role-Playing,Electronic Arts,BioWare,,,,,,,2009-11-03,2020-12-31 -/games/boxart/full_9023300AmericaFrontccc.jpg,Monster Hunter World: Iceborne,All,Role-Playing,Capcom,Capcom,,,,,,,2019-09-06,2020-10-13 -/games/boxart/full_5149406AmericaFrontccc.jpg,Dark Souls III,All,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2016-04-12,2020-11-08 -/games/boxart/full_2872487AmericaFrontccc.jpg,SaGa,Series,Role-Playing,Square Enix,Square,,,,,,,1990-09-30,2020-02-29 -/games/boxart/full_8506359AmericaFrontccc.jpeg,Dragon Ball Xenoverse 2,All,Role-Playing,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2016-10-25,2020-10-27 -/games/boxart/full_8559796AmericaFrontccc.jpg,Final Fantasy XV,All,Role-Playing,Square Enix,Square Enix,,,,,,,2016-11-29,2020-10-19 -/games/boxart/1190945ccc.jpg,Final Fantasy VII,PS,Role-Playing,Sony Computer Entertainment,SquareSoft,9.6,,,,,,1997-09-03,2019-03-23 -/games/boxart/full_4991142AmericaFrontccc.jpg,Dragon Quest Monsters,Series,Role-Playing,Square Enix,TOSE,,,,,,,2000-01-25,2024-01-17 -/games/boxart/full_5074393AmericaFrontccc.jpg,Final Fantasy VIII,All,Role-Playing,Square,Square,,,,,,,1999-09-09,2020-10-19 -/games/boxart/full_3963621AmericaFrontccc.png,Xeno,Series,Role-Playing,Square,Square,,,,,,,1998-10-20,2020-03-14 -/games/boxart/full_9155401AmericaFrontccc.png,Pokémon: Ultra Sun and Ultra Moon,3DS,Role-Playing,Nintendo,Game Freak,8.1,,,,,,2017-11-17,2018-08-03 -/games/boxart/full_6460081AmericaFrontccc.png,Megami Tensei,Series,Role-Playing,Atlus,Atlus,,,,,,,2004-10-12,2020-02-07 -/games/boxart/full_5209633AmericaFrontccc.jpg,Monster Hunter Generations,All,Role-Playing,Capcom,Capcom,,,,,,,2016-07-15,2020-10-13 -/games/boxart/1184295ccc.jpg,Final Fantasy VIII,PS,Role-Playing,Square EA,SquareSoft,9.4,,,,,,1999-09-07, -/games/boxart/4912276ccc.jpg,Final Fantasy X,PS2,Role-Playing,Square,SquareSoft,9,,,,,,2001-12-17, -/games/boxart/full_3674437AmericaFrontccc.png,Pokémon Black 2 and White 2,DS,Role-Playing,Nintendo,Game Freak,8,,,,,,2012-10-07,2018-02-25 -/games/boxart/full_6838974AmericaFrontccc.jpg,Monster Hunter 4,All,Role-Playing,Capcom,Capcom,,,,,,,2015-02-13,2020-10-13 -/games/boxart/full_9492003AmericaFrontccc.jpg,Inazuma Eleven,Series,Role-Playing,Level 5,Level 5,,,,,,,2008-08-22,2020-02-17 -/games/boxart/full_7741138AmericaFrontccc.jpg,Palworld,All,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 -/games/boxart/full_4176059AmericaFrontccc.jpg,Palworld,PC,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 -/games/boxart/full_6578282AmericaFrontccc.jpg,Dragon's Dogma,Series,Role-Playing,Capcom,Capcom,,,,,,,2012-05-22,2020-02-04 -/games/boxart/full_3809221AmericaFrontccc.png,Final Fantasy XII,All,Role-Playing,Square Enix,Square Enix,,,,,,,2006-10-31,2020-10-19 -/games/boxart/full_5265880AmericaFrontccc.jpg,Final Fantasy XIII,All,Role-Playing,Square Enix,Square Enix,,,,,,,2010-03-09,2020-10-19 -/games/boxart/full_157272AmericaFrontccc.png,Bloodborne,PS4,Role-Playing,Sony Computer Entertainment,From Software,8.2,,,,,,2015-03-24,2018-04-10 -/games/boxart/full_2423658AmericaFrontccc.jpg,Pokémon Platinum Version,DS,Role-Playing,Nintendo,Game Freak,8.3,,,,,,2009-03-22, -/games/boxart/full_4164171AmericaFrontccc.jpg,NieR: Automata,All,Role-Playing,Square Enix,PlatinumGames,,,,,,,2017-03-07,2020-12-24 -/games/boxart/full_5787912AmericaFrontccc.png,Baldur's Gate,Series,Role-Playing,Interplay Entertainment Corp.,BioWare,,,,,,,2000-07-31,2020-02-13 -/games/boxart/full_8088410AmericaFrontccc.png,Yokai Watch 2: Bony Spirits / Fleshy Souls / Psychic Specters,3DS,Role-Playing,Nintendo,Level 5,,,,,,,2016-09-30,2019-01-26 -/games/boxart/full_791766AmericaFrontccc.jpg,Persona 5,All,Role-Playing,Atlus,Atlus,,,,,,,2017-04-04,2020-12-06 -/games/boxart/4017681ccc.jpg,Pokémon Emerald Version,GBA,Role-Playing,Nintendo,Game Freak,7.7,,,,,,2005-04-30, -/games/boxart/full_8752575AmericaFrontccc.png,Final Fantasy VII Remake,All,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-10,2023-09-15 -/games/boxart/full_7932218AmericaFrontccc.jpg,Grim Dawn,All,Role-Playing,Crate Entertainment,Crate Entertainment,,,,,,,2016-02-25,2022-02-28 -/games/boxart/full_4799911PALFrontccc.jpg,Guild Wars 2,PC,Role-Playing,NCSoft,ArenaNet,,,,,,,2012-08-28, -/games/boxart/full_1972160AmericaFrontccc.jpg,Mana,Series,Role-Playing,Square,Square,,,,,,,1991-11-01,2020-02-13 -/games/boxart/full_5941674AmericaFrontccc.jpg,Nioh,Series,Role-Playing,Koei Tecmo,Team Ninja,,,,,,,2017-02-07,2020-02-08 -/games/boxart/full_1158616AmericaFrontccc.png,The Legend of Heroes: Trails,Series,Role-Playing,Xseed Games,Falcom,,,,,,,2011-03-29,2020-02-06 -/games/boxart/full_7607046AmericaFrontccc.jpg,Pokémon Ranger,Series,Role-Playing,Nintendo,HAL Laboratory,,,,,,,2006-10-30,2023-08-12 -/games/boxart/full_3423518AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic,Series,Role-Playing,LucasArts,BioWare,,,,,,,2003-07-15,2020-03-01 -/games/boxart/full_9707395AmericaFrontccc.jpg,Kingdom Hearts III,All,Role-Playing,Square Enix,Square Enix,,,,,,,2019-01-29,2020-11-08 -/games/boxart/full_4171406AmericaFrontccc.jpg,Fallout 4,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,9,,,,,,2015-11-10,2018-03-24 -/games/boxart/full_6258544AmericaFrontccc.jpg,Dragon Quest XI,All,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-04,2020-10-23 -/games/boxart/7542120ccc.jpg,Guild Wars,PC,Role-Playing,NCSoft,ArenaNet,8.7,,,,,,2005-04-26, -/games/boxart/full_654386AmericaFrontccc.jpg,Atelier,Series,Role-Playing,Koei Tecmo,Gust,,,,,,,2005-06-28,2020-12-12 -/games/boxart/full_5437540AmericaFrontccc.jpg,Final Fantasy XII,PS2,Role-Playing,Square Enix,Square Enix,9.4,,,,,,2006-10-31, -/games/boxart/2989621ccc.jpg,Pokémon Crystal Version,GBC,Role-Playing,Nintendo,Game Freak,8.7,,,,,,2001-07-29,2018-01-06 -/games/boxart/6663606ccc.jpg,Kingdom Hearts,PS2,Role-Playing,Square EA,SquareSoft,8.5,,,,,,2002-09-16, -/games/boxart/full_9685302AmericaFrontccc.jpg,Dragon Age: Inquisition,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2014-11-18,2020-12-31 -/games/boxart/full_6794384AmericaFrontccc.jpg,Mass Effect 3,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2012-03-06,2020-12-05 -/games/boxart/full_3437028AmericaFrontccc.jpg,Final Fantasy IX,All,Role-Playing,Square,Square,,,,,,,2000-11-13,2020-10-19 -/games/boxart/full_9270682AmericaFrontccc.jpg,Dark Souls II,All,Role-Playing,Bandai Namco Games,From Software,,,,,,,2014-03-11,2020-11-23 -/games/boxart/full_9921863AmericaFrontccc.jpg,Dragon Quest IX: Sentinels of the Starry Skies,DS,Role-Playing,Nintendo,Level 5,8.6,,,,,,2010-07-11, -/games/boxart/5453509ccc.jpg,Final Fantasy IX,PS,Role-Playing,Square,SquareSoft,9.2,,,,,,2000-11-13, -/games/boxart/1345488ccc.jpg,Final Fantasy X-2,PS2,Role-Playing,Square Enix,Square Enix,8.3,,,,,,2003-11-18, -/games/boxart/full_2310319AmericaFrontccc.jpg,Dragon Ball Xenoverse,All,Role-Playing,Bandai Namco Games,Dimps Corporation,,,,,,,2015-02-24,2020-10-27 -/games/boxart/full_324298AmericaFrontccc.jpg,Chrono,Series,Role-Playing,Square,Square,,,,,,,1995-08-11,2020-02-12 -/games/boxart/full_425491AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,All,Role-Playing,Capcom,Capcom,,,,,,,2013-04-23,2021-01-08 -/games/boxart/full_5517909AmericaFrontccc.jpg,Fallout: New Vegas,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.3,,,,,,2010-10-19, -/games/boxart/full_282541AmericaFrontccc.jpg,Kingdom Hearts II,PS2,Role-Playing,Square Enix,Square Enix,8.3,,,,,,2006-03-28, -/games/boxart/full_6422364AmericaFrontccc.jpg,Disgaea,Series,Role-Playing,Atlus,Nippon Ichi Software,,,,,,,2003-08-27,2021-02-03 -/games/boxart/full_9475820AmericaFrontccc.jpg,Anthem,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2019-02-22,2023-12-20 -/games/boxart/full_1868510AmericaFrontccc.jpg,Diablo II: Resurrected,All,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2022-04-17 -/games/boxart/full_3186217AmericaFrontccc.jpg,Final Fantasy VII Remake,PS4,Role-Playing,Square Enix,Square Enix,8.7,,,,,,2020-04-10,2020-08-05 -/games/boxart/full_7765106AmericaFrontccc.jpg,South Park: The Stick of Truth,All,Role-Playing,Ubisoft,Obsidian Entertainment,,,,,,,2014-03-04,2021-04-16 -/games/boxart/full_3478515AmericaFrontccc.jpg,The Outer Worlds,Series,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2020-02-06 -/games/boxart/full_8902583AmericaFrontccc.png,The Outer Worlds,All,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2020-10-10 -/games/boxart/full_9038046AmericaFrontccc.jpg,Torchlight,Series,Role-Playing,Encore,Runic Games,,,,,,,2009-10-27,2020-03-20 -/games/boxart/full_8029244AmericaFrontccc.jpg,Dark Souls,All,Role-Playing,Namco Bandai Games,From Software,,,,,,,2011-10-04,2020-11-20 -/games/boxart/9850714ccc.jpg,Dragon Quest VIII: Journey of the Cursed King,PS2,Role-Playing,Square Enix,Level 5 / Armor Project,8.6,,,,,,2005-11-15, -/games/boxart/full_monster-hunter-freedom-3_495JapanFront.jpg,Monster Hunter Freedom 3,PSP,Role-Playing,Capcom,Capcom,,,,,,,2010-12-01,2019-01-08 -/games/boxart/full_205074AmericaFrontccc.jpg,Pokémon Mystery Dungeon: Explorers of Time / Darkness,DS,Role-Playing,Nintendo,ChunSoft,6.4,,,,,,2008-04-20, -/games/boxart/full_3643328AmericaFrontccc.jpg,Ys,Series,Role-Playing,Nihon Falcom Corp,Nihon Falcom,,,,,,,1987-06-21,2021-02-09 -/games/boxart/full_4545317AmericaFrontccc.jpg,The Witcher 3: Wild Hunt,XOne,Role-Playing,Warner Bros. Interactive Entertainment,CD Projekt Red Studio,,,,,,,2015-05-19,2018-03-24 -/games/boxart/full_6762265AmericaFrontccc.png,Wizardry,Series,Role-Playing,Sirtech,Sir-Tech,,,,,,,1981-09-01,2021-04-06 -/games/boxart/full_8699724AmericaFrontccc.jpg,Mario & Luigi: Bowser's Inside Story,DS,Role-Playing,Nintendo,AlphaDream Corporation,9.1,,,,,,2009-09-14, -/games/boxart/full_3035840AmericaFrontccc.jpg,Dragon Ball Z: Kakarot,All,Role-Playing,Bandai Namco Entertainment,CyberConnect2,,,,,,,2020-01-17,2020-10-09 -/games/boxart/full_4120598AmericaFrontccc.jpg,Might and Magic,Series,Role-Playing,New World Computing,New World Computing,,,,,,,1990-07-31,2021-03-14 -/games/boxart/full_5819217AmericaFrontccc.jpg,Monster Hunter 3,All,Role-Playing,Capcom,Capcom,,,,,,,2010-04-20,2020-10-13 -/games/boxart/1747742ccc.jpg,Dragon Quest VII,PS,Role-Playing,Enix,Heart Beat,8,,,,,,2001-11-01,2018-03-27 -/games/boxart/full_7735329AmericaFrontccc.jpg,Monster Hunter 4 Ultimate,3DS,Role-Playing,Capcom,Capcom,8.8,,,,,,2015-02-13,2018-03-28 -/games/boxart/full_4873458AmericaFrontccc.jpg,Fire Emblem: Three Houses,NS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2019-07-26,2019-06-11 -/games/boxart/full_92569JapanFrontccc.jpg,Monster Hunter 4,3DS,Role-Playing,Capcom,Capcom,,,,,,,2013-09-14,2019-01-07 -/games/boxart/full_9638389AmericaFrontccc.jpg,Sakura Wars,Series,Role-Playing,Sega,Red Entertainment,,,,,,,2010-03-30,2020-02-08 -/games/boxart/full_6524627AmericaFrontccc.jpg,Diablo II,PC,Role-Playing,Blizzard Entertainment,Blizzard North,8.8,,,,,,2000-06-29, -/games/boxart/full_7320536AmericaFrontccc.jpg,God Eater,Series,Role-Playing,Bandai Namco Entertainment,Shift,,,,,,,2011-03-15,2020-03-12 -/games/boxart/full_5075715AmericaFrontccc.jpg,Lords of the Fallen,Series,Role-Playing,CI Games,Deck13 Interactive,,,,,,,2014-10-28,2023-10-23 -/games/boxart/full_4926081AmericaFrontccc.jpg,Monster Rancher,Series,Role-Playing,Tecmo,Tecmo,,,,,,,1997-11-30,2021-01-23 -/games/boxart/full_4871410AmericaFrontccc.jpg,Octopath Traveler,Series,Role-Playing,Square Enix,Square Enix,,,,,,,2018-07-13,2023-06-07 -/games/boxart/full_6019774AmericaFrontccc.jpg,Persona 5 Royal,All,Role-Playing,Sega,Atlus,,,,,,,2020-03-31,2022-12-01 -/games/boxart/full_5849436AmericaFrontccc.jpg,The Elder Scrolls III: Morrowind,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2002-05-01,2020-10-27 -/games/boxart/full_7717574AmericaFrontccc.jpg,Divinity,Series,Role-Playing,CDV Software Entertainment,Larian Studios,,,,,,,2002-09-22,2020-03-15 -/games/boxart/full_6276285AmericaFrontccc.jpg,Dark Souls III,PS4,Role-Playing,Namco Bandai Games,From Software,,,,,,,2016-04-12,2018-04-23 -/games/boxart/2360332ccc.jpg,Dragon Quest III,NES,Role-Playing,Enix,ChunSoft,,,,,,,1992-03-01,2018-03-27 -/games/boxart/full_2965405AmericaFrontccc.jpg,Final Fantasy III,All,Role-Playing,Square,Square,,,,,,,1990-04-27,2020-10-19 -/games/boxart/full_4125348AmericaFrontccc.jpg,Final Fantasy VI,All,Role-Playing,Square,Square,,,,,,,1994-04-02,2020-10-19 -/games/boxart/full_7807469AmericaFrontccc.jpg,Monster Hunter Freedom Unite,PSP,Role-Playing,Capcom,Capcom Production Studio 1,7.7,,,,,,2009-06-23, -/games/boxart/full_4672017AmericaFrontccc.jpg,Elden Ring,PS5,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 -/games/boxart/full_2086374AmericaFrontccc.png,Undertale,PC,Role-Playing,Toby Fox,Toby Fox,,,,,,,2015-09-15,2018-01-07 -/games/boxart/full_9713176AmericaFrontccc.jpg,Fable II,X360,Role-Playing,Microsoft Game Studios,Lionhead Studios,9,,,,,,2008-10-21, -/games/boxart/full_2765424AmericaFrontccc.jpg,Final Fantasy IV,All,Role-Playing,Square,Square,,,,,,,1991-07-19,2020-10-19 -/games/boxart/9531394ccc.jpg,Pokémon Mystery Dungeon: Blue Rescue Team,DS,Role-Playing,Nintendo,ChunSoft,6.3,,,,,,2006-09-18, -/games/boxart/full_9941134AmericaFrontccc.png,Star Ocean,Series,Role-Playing,Enix,tri-Ace,,,,,,,1996-07-19,2021-01-15 -/games/boxart/full_2112875AmericaFrontccc.jpg,Dark Souls: Remastered,All,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2018-05-25,2023-08-04 -/games/boxart/full_9064836AmericaFrontccc.jpg,Final Fantasy XIII-2,All,Role-Playing,Square Enix,Square,,,,,,,2012-01-31,2020-10-19 -/games/boxart/full_544093AmericaFrontccc.png,Breath of Fire,Series,Role-Playing,Capcom,Capcom,,,,,,,1994-08-10,2020-02-03 -/games/boxart/full_2695520PALFrontccc.jpg,Dark Souls III,PC,Role-Playing,Namco Bandai Games,From Software,,,,,,,2016-04-11,2018-11-02 -/games/boxart/full_9931309PALFrontccc.jpg,Dark Souls: Prepare to Die Edition,PC,Role-Playing,Namco Bandai Games,From Software,,,,,,,2012-08-24,2019-02-01 -/games/boxart/full_580396AmericaFrontccc.png,Dragon Age: Origins,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2009-11-03,2020-12-31 -/games/boxart/1457148ccc.jpg,Dragon Quest IV,NES,Role-Playing,Enix,ChunSoft,,,,,,,1992-10-01,2018-03-27 -/games/boxart/full_6472579JapanFrontccc.jpg,Dragon Quest VI: Maboroshi no Daichi,SNES,Role-Playing,Enix,Heart Beat,,,,,,,1995-12-09, -/games/boxart/full_1504446AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic,All,Role-Playing,LucasArts,BioWare,,,,,,,2003-07-15,2021-01-04 -/games/boxart/full_5419080AmericaFrontccc.jpg,Front Mission,Series,Role-Playing,Square,G-Craft,,,,,,,2000-02-29,2020-02-29 -/games/boxart/full_618681AmericaFrontccc.jpg,Bravely,Series,Role-Playing,Nintendo,Silicon Studio,,,,,,,2014-02-07,2020-02-29 -/games/boxart/full_2029251AmericaFrontccc.jpg,Parasite Eve,Series,Role-Playing,Square,Square,,,,,,,1998-09-09,2020-02-29 -/games/boxart/full_1740459AmericaFrontccc.png,Sacred,Series,Role-Playing,Encore,Ascaron,,,,,,,2004-03-25,2021-04-21 -/games/boxart/full_7812017JapanFrontccc.jpg,Fire Emblem Fates,3DS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2016-02-19,2017-12-31 -/games/boxart/full_4795232AmericaFrontccc.jpg,Elden Ring,XS,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 -/games/boxart/full_5791265AmericaFrontccc.jpg,Miitopia,All,Role-Playing,Nintendo,Nintendo,,,,,,,2017-07-28,2021-08-05 -/games/boxart/full_2206216AmericaFrontccc.jpg,Bastion,All,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,,,,,,,2011-07-20,2020-12-27 -/games/boxart/full_5007761AmericaFrontccc.jpg,Code Vein,All,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-27,2020-10-09 -/games/boxart/full_1769656AmericaFrontccc.jpg,Code Vein,Series,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-09-27,2020-02-04 -/games/boxart/full_1495600AmericaFrontccc.jpg,Dave the Diver,All,Role-Playing,Mintrocket,Mintrocket,,,,,,,2023-06-28,2024-01-03 -/games/boxart/full_8401813AmericaFrontccc.jpg,Fable,XB,Role-Playing,Microsoft Game Studios,Big Blue Box,8.6,,,,,,2004-09-14,2018-09-25 -/games/boxart/full_9389307AmericaFrontccc.jpg,Final Fantasy Pixel Remaster,Series,Role-Playing,Square Enix,Square Enix,,,,,,,2021-07-28,2023-05-02 -/games/boxart/full_5055053AmericaFrontccc.png,Final Fantasy XVI,PS5,Role-Playing,Square Enix,Square Enix,,,,,,,2023-06-22,2020-09-16 -/games/boxart/full_4448674AmericaFrontccc.jpg,Kingdom Come: Deliverance,All,Role-Playing,Deep Silver,Warhorse Studios,,,,,,,2018-02-13,2021-01-10 -/games/boxart/full_5908925AmericaFrontccc.png,Lords of the Fallen,All,Role-Playing,Bandai Namco Games,Deck13 Interactive,,,,,,,2014-10-28,2021-01-11 -/games/boxart/full_3464857AmericaFrontccc.jpeg,Mass Effect: Andromeda,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2017-03-21,2020-12-05 -/games/boxart/full_2597640AmericaFrontccc.jpg,Middle-earth: Shadow of War,All,Role-Playing,Warner Bros. Interactive Entertainment,Monolith Productions,,,,,,,2017-10-10,2021-08-30 -/games/boxart/full_4253859AmericaFrontccc.jpg,Octopath Traveler,All,Role-Playing,Square Enix,Square Enix,,,,,,,2018-07-13,2021-02-13 -/games/boxart/full_1641696AmericaFrontccc.jpg,Torchlight II,PC,Role-Playing,Runic Games,Runic Games,,,,,,,2012-09-20, -/games/boxart/full_3660425AmericaFrontccc.png,Yokai Watch,3DS,Role-Playing,Nintendo,Level 5,7.7,,,,,,2015-11-06,2018-01-05 -/games/boxart/full_2892565AmericaFrontccc.jpg,Pokémon Ranger,DS,Role-Playing,Nintendo,HAL Laboratory,6.6,,,,,,2006-10-30, -/games/boxart/2233652ccc.jpg,Final Fantasy III,SNES,Role-Playing,Square,SquareSoft,9.1,,,,,,1994-10-20, -/games/boxart/full_4038526PALFrontccc.jpg,Tales of Vesperia,All,Role-Playing,Namco Bandai Games,Namco Tales Studio,,,,,,,2008-08-26,2020-11-11 -/games/boxart/full_8377993AmericaFrontccc.png,Final Fantasy V,All,Role-Playing,Square,Square,,,,,,,1992-12-06,2020-10-19 -/games/boxart/full_5882471AmericaFrontccc.jpg,Ni no Kuni,Series,Role-Playing,Namco Bandai Games,Level 5,,,,,,,2013-01-22,2020-02-06 -/games/boxart/full_4744121AmericaFrontccc.jpg,Persona 4,All,Role-Playing,Atlus,Atlus,,,,,,,2008-12-09,2020-12-06 -/games/boxart/6996433ccc.jpg,Baldur's Gate,PC,Role-Playing,Interplay,BioWare,9.2,,,,,,1998-11-30, -/games/boxart/full_5948649JapanFrontccc.jpg,Dragon Quest V: Tenkuu no Hanayome,SNES,Role-Playing,Enix,ChunSoft,,,,,,,1992-09-27, -/games/boxart/full_magicka_923AmericaFront.jpg,Magicka,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,7.6,,,,,,2011-01-25, -/games/boxart/full_7549575AmericaFrontccc.jpg,Valkyria Chronicles,Series,Role-Playing,Sega,Sega,,,,,,,2008-11-04,2020-09-14 -/games/boxart/full_5914705AmericaFrontccc.png,Mario & Luigi: Dream Team,3DS,Role-Playing,Nintendo,AlphaDream Corporation,8,,,,,,2013-08-11,2018-08-28 -/games/boxart/full_353860AmericaFrontccc.jpg,Tales of Arise,All,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2021-09-10,2021-09-16 -/games/boxart/full_6928169AmericaFrontccc.png,Xenoblade Chronicles 2,NS,Role-Playing,Nintendo,Monolith Soft,8.2,,,,,,2017-12-01,2018-01-01 -/games/boxart/full_8177486AmericaFrontccc.jpg,Elden Ring,PS4,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 -/games/boxart/full_1951496AmericaFrontccc.jpg,Chrono Trigger,All,Role-Playing,Square,Square,,,,,,,1995-03-11,2021-01-08 -/games/boxart/full_monster-hunter-tri-g_515JapanFront.jpg,Monster Hunter 3G,3DS,Role-Playing,Capcom,Capcom,7.6,,,,,,2013-03-19,2018-01-05 -/games/boxart/full_3359022AmericaFrontccc.jpg,NieR: Automata,PS4,Role-Playing,Square Enix,PlatinumGames,,,,,,,2017-03-07,2018-01-01 -/games/boxart/full_bastion_213AmericaFront.jpg,Bastion,PC,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,8.5,,,,,,2011-08-16, -/games/boxart/full_9117241AmericaFrontccc.jpg,Dungeon Siege,Series,Role-Playing,Microsoft,Gas Powered Games,,,,,,,2002-04-05,2021-01-07 -/games/boxart/full_6177641AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII,PSP,Role-Playing,Square Enix,Square Enix,8.1,,,,,,2008-03-25, -/games/boxart/9277225ccc.jpg,Diablo,PC,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,8.7,,,,,,1996-11-30, -/games/boxart/full_9856108AmericaFrontccc.jpg,Dragon Quest II,NES,Role-Playing,Enix,ChunSoft,,,,,,,1990-09-01,2018-05-06 -/games/boxart/full_7911693AmericaFrontccc.jpg,Final Fantasy Tactics,PS,Role-Playing,Sony Computer Entertainment,SquareSoft,8.8,,,,,,1998-01-28, -/games/boxart/full_5508185AmericaFrontccc.jpg,Nioh 2,All,Role-Playing,Sony Interactive Entertainment,Koei Tecmo Games,,,,,,,2020-03-13,2021-04-28 -/games/boxart/full_877556PALFrontccc.jpg,Paper Mario: Sticker Star,3DS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2012-11-11,2018-01-05 -/games/boxart/full_dungeon-defenders_987AmericaFront.jpg,Dungeon Defenders,PC,Role-Playing,Trendy Entertainment,Trendy Entertainment,8.3,,,,,,2011-10-19, -/games/boxart/809811ccc.jpg,Pokémon Colosseum,GC,Role-Playing,Nintendo,Genius Sonority Inc.,7,,,,,,2004-03-22, -/games/boxart/full_3831556JapanFrontccc.jpg,Final Fantasy V,SNES,Role-Playing,Square,SquareSoft,7.5,,,,,,1992-12-06, -/games/boxart/full_3699063AmericaFrontccc.jpg,Monster Hunter Freedom 2,PSP,Role-Playing,Capcom,Capcom,7.6,,,,,,2007-08-29, -/games/boxart/full_5010943AmericaFrontccc.jpg,Realms of Arkania,Series,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1993-06-01,2022-05-11 -/games/boxart/full_115466AmericaFrontccc.png,Fire Emblem: Awakening,3DS,Role-Playing,Nintendo,Intelligent Systems,9,,,,,,2013-02-04,2018-01-01 -/games/boxart/full_9614181AmericaFrontccc.jpg,Yokai Watch Blasters: Red Cat Corps / White Dog Squad,3DS,Role-Playing,Nintendo,Level 5,,,,,,,2018-09-07,2018-09-09 -/games/boxart/8509143ccc.jpg,Pokémon Mystery Dungeon: Red Rescue Team,GBA,Role-Playing,Nintendo,ChunSoft,,,,,,,2006-09-18, -/games/boxart/9533107ccc.jpg,Dragon Quest Monsters,GB,Role-Playing,Eidos Interactive,TOSE,,,,,,,1999-12-31,2018-03-27 -/games/boxart/full_3527400AmericaFrontccc.jpg,Pokémon Ranger: Shadows of Almia,DS,Role-Playing,Nintendo,HAL Laboratory,6.7,,,,,,2008-11-10, -/games/boxart/full_1196113AmericaFrontccc.jpg,Chrono Trigger,SNES,Role-Playing,Square,SquareSoft,8.8,,,,,,1995-09-27, -/games/boxart/5113389ccc.jpg,Final Fantasy III,DS,Role-Playing,Square Enix,Matrix Software,7.4,,,,,,2006-11-14, -/games/boxart/full_8057920AmericaFrontccc.jpg,Persona 5 Royal,PS4,Role-Playing,Atlus,Atlus,,,,,,,2020-03-31,2020-08-05 -/games/boxart/full_5606272AmericaFrontccc.jpg,Darkest Dungeon,PC,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19,2018-01-31 -/games/boxart/full_893006JapanFrontccc.jpg,Yokai Watch 3: Sushi / Tempura / Sukiyaki,3DS,Role-Playing,Level 5,Level 5,,,,,,,2016-07-16,2019-01-26 -/games/boxart/full_1370744AmericaFrontccc.jpg,Neverwinter Nights,PC,Role-Playing,Atari,BioWare Corp.,8.7,,,,,,2002-06-16, -/games/boxart/full_7891196AmericaFrontccc.jpg,The Witcher 2: Assassins of Kings,All,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2011-05-17,2020-10-29 -/games/boxart/full_806144AmericaFrontccc.jpg,Valkyrie Profile,Series,Role-Playing,Enix,tri-Ace,,,,,,,2000-08-29,2020-02-29 -/games/boxart/full_2494663AmericaFrontccc.jpg,Deus Ex: Human Revolution,All,Role-Playing,Square Enix,Eidos Montreal,,,,,,,2011-08-23,2021-01-05 -/games/boxart/full_4145556AmericaFrontccc.jpg,Yu-Gi-Oh: Duel Monsters 4,GB,Role-Playing,Konami,Konami,,,,,,,2000-12-07, -/games/boxart/full_557966JapanFrontccc.jpg,Inazuma Eleven 3: Lightning Bolt / Bomb Blast / Team Ogre Attacks!,DS,Role-Playing,Level 5,Level 5,,,,,,,2010-07-01,2019-01-26 -/games/boxart/full_2266145AmericaFrontccc.jpg,Mario & Luigi: Superstar Saga,GBA,Role-Playing,Nintendo,AlphaDream Corporation,8.8,,,,,,2003-11-17, -/games/boxart/full_super-mario-rpg-legend-of-the-seven-stars_2AmericaFront.jpg,Super Mario RPG: Legend of the Seven Stars,SNES,Role-Playing,Nintendo,SquareSoft,,,,,,,1996-05-13, -/games/boxart/full_6607839AmericaFrontccc.jpg,Final Fantasy,All,Role-Playing,Square,Square,,,,,,,1990-07-12,2020-10-18 -/games/boxart/full_8914976AmericaFrontccc.jpg,Atelier Ryza,Series,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2021-03-29 -/games/boxart/9930254ccc.png,Baldur's Gate II: Shadows of Amn,PC,Role-Playing,Interplay,BioWare,9.5,,,,,,2000-09-24, -/games/boxart/full_756915AmericaFrontccc.jpg,Diablo II: Lord of Destruction,PC,Role-Playing,Blizzard Entertainment,Blizzard North,,,,,,,2001-06-27, -/games/boxart/full_599346AmericaFrontccc.jpg,Dragon Age II,All,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-03-08,2020-12-31 -/games/boxart/full_dragon-quest-monsters-joker-2_128AmericaFront.jpg,Dragon Quest Monsters: Joker 2,DS,Role-Playing,Nintendo,TOSE Software,8.1,,,,,,2011-09-19, -/games/boxart/full_4562275AmericaFrontccc.jpg,Dragon Warrior,NES,Role-Playing,Nintendo,ChunSoft,,,,,,,1989-08-01,2018-05-07 -/games/boxart/full_4790455AmericaFrontccc.jpg,GreedFall,All,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2021-02-22 -/games/boxart/9915101ccc.jpg,Sacred,PC,Role-Playing,Encore,Ascaron,,,,,,,2004-03-25, -/games/boxart/full_star-wars-the-old-republic_150AmericaFront.jpg,Star Wars: The Old Republic,PC,Role-Playing,Electronic Arts,BioWare / LucasArts,8.4,,,,,,2011-12-20, -/games/boxart/full_7393363AmericaFrontccc.jpg,Tales of Berseria,All,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-01-24,2021-09-16 -/games/boxart/full_2040155AmericaFrontccc.jpg,Torchlight,All,Role-Playing,Runic Games,Runic Games,,,,,,,2009-10-27,2021-01-09 -/games/boxart/full_3862784AmericaFrontccc.png,Two Worlds II,All,Role-Playing,TopWare Interactive,Reality Pump,,,,,,,2011-02-08,2021-03-31 -/games/boxart/full_5535554AmericaFrontccc.jpg,Vampyr,All,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,,,,,,2018-06-05,2020-11-27 -/games/boxart/full_9375116AmericaFrontccc.jpg,Yu-Gi-Oh! Forbidden Memories,PS,Role-Playing,Konami,KCEJ,7,,,,,,2002-03-20, -/games/boxart/full_4940917AmericaFrontccc.jpg,Pokémon Mystery Dungeon: Rescue Team DX,NS,Role-Playing,Nintendo,Spike Chunsoft,,,,,,,2020-03-06,2020-08-05 -/games/boxart/full_6591474PALFrontccc.jpg,Inazuma Eleven 2: Blizzard / Firestorm,DS,Role-Playing,Level 5,Level 5,,,,,,,2009-10-09,2018-08-31 -/games/boxart/full_1264975AmericaFrontccc.jpg,Pokémon Battle Revolution,Wii,Role-Playing,Nintendo,Genius Sonority Inc.,5.2,,,,,,2007-06-25, -/games/boxart/full_700404AmericaFrontccc.jpg,Paper Mario: The Thousand-Year Door,GC,Role-Playing,Nintendo,Intelligent Systems,9,,,,,,2004-10-11, -/games/boxart/full_3767599AmericaFrontccc.jpg,Dark Souls III,XOne,Role-Playing,Namco Bandai Games,From Software,,,,,,,2016-04-12,2018-11-11 -/games/boxart/full_6302072AmericaFrontccc.jpg,Dragon Quest Monsters: Joker,DS,Role-Playing,Square Enix,TOSE Software,7.6,,,,,,2007-11-06, -/games/boxart/full_9270094AmericaFrontccc.jpg,Monster Hunter Tri,Wii,Role-Playing,Capcom,Capcom Production Studio 1,8.1,,,,,,2010-04-20, -/games/boxart/full_3074366AmericaFrontccc.jpg,Octopath Traveler,NS,Role-Playing,Nintendo,Square Enix,8.1,,,,,,2018-07-13,2018-10-02 -/games/boxart/8753411ccc.jpg,Parasite Eve,PS,Role-Playing,Square EA,SquareSoft,7.9,,,,,,1998-09-09, -/games/boxart/full_245146AmericaFrontccc.jpg,Dark Souls: Remastered,PS4,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2018-05-25,2018-06-05 -/games/boxart/full_3669915AmericaFrontccc.jpg,Xenoblade Chronicles: Definitive Edition,NS,Role-Playing,Nintendo,Monolith Soft,,,,,,,2020-05-29,2020-05-11 -/games/boxart/full_3772068AmericaFrontccc.jpg,Xenoblade Chronicles 3,NS,Role-Playing,Nintendo,Monolith Soft,,,,,,,2022-07-29,2022-02-09 -/games/boxart/full_3532413AmericaFrontccc.jpg,Secret of Mana,SNES,Role-Playing,Square,SquareSoft,9.1,,,,,,1993-10-03, -/games/boxart/full_208338JapanFrontccc.jpg,Dragon Quest V: Tenkuu no Hanayome,PS2,Role-Playing,Enix,Matrix Software,,,,,,,2004-03-25, -/games/boxart/full_3406993AmericaFrontccc.jpg,Kingdom Hearts HD I.5 + II.5 ReMIX,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2017-03-28,2018-01-10 -/games/boxart/full_6740566AmericaFrontccc.jpg,Monster Hunter Stories 2: Wings of Ruin,All,Role-Playing,Capcom,Capcom,,,,,,,2021-07-09,2021-07-20 -/games/boxart/full_1379692AmericaFrontccc.jpg,Dark Souls II: Scholar of the First Sin,PS4,Role-Playing,Namco Bandai Games,From Software,,,,,,,2015-04-07,2018-04-23 -/games/boxart/full_3752594AmericaFrontccc.jpg,Miitopia,NS,Role-Playing,Nintendo,Nintendo,,,,,,,2021-05-21,2021-02-18 -/games/boxart/full_3709919PALFrontccc.jpg,Valkyria Chronicles,All,Role-Playing,Sega,Sega,,,,,,,2008-11-04,2021-01-20 -/games/boxart/5369655ccc.jpg,Mario & Luigi: Partners in Time,DS,Role-Playing,Nintendo,AlphaDream Corporation,8.8,,,,,,2005-11-28, -/games/boxart/756698ccc.jpg,Chrono Cross,PS,Role-Playing,Square EA,SquareSoft,9.7,,,,,,2000-08-15, -/games/boxart/full_8912751AmericaFrontccc.jpg,Dragon Quest V: Hand of the Heavenly Bride,DS,Role-Playing,Square Enix,ArtePiazza,8.6,,,,,,2009-02-17, -/games/boxart/full_dragon-quest-vi-realms-of-revelation_506AmericaFront.png,Dragon Quest VI: Realms of Revelation,DS,Role-Playing,Nintendo,ArtePiazza,7.6,,,,,,2011-02-14, -/games/boxart/full_dungeon-siege_8AmericaFront.jpg,Dungeon Siege,PC,Role-Playing,Microsoft,Gas Powered Games,,,,,,,2002-03-31, -/games/boxart/7014894ccc.jpg,Final Fantasy II,SNES,Role-Playing,Square,Square,10,,,,,,1991-11-23, -/games/boxart/full_kingdom-hearts-3582-days_7AmericaFront.jpg,Kingdom Hearts 358/2 Days,DS,Role-Playing,Square Enix,High Horse Entertainment,7.5,,,,,,2009-09-29, -/games/boxart/full_kingdom-hearts-birth-by-sleep_3AmericaFront.jpg,Kingdom Hearts: Birth by Sleep,PSP,Role-Playing,Square Enix,Square Enix,7.9,,,,,,2010-09-07, -/games/boxart/full_3604938AmericaFrontccc.jpg,Tales of Destiny,All,Role-Playing,Namco,Wolf Team,,,,,,,1998-09-30,2020-11-11 -/games/boxart/full_387892AmericaFrontccc.png,Pokémon Super Mystery Dungeon,3DS,Role-Playing,Nintendo,ChunSoft,7.7,,,,,,2015-11-20,2018-08-03 -/games/boxart/218442ccc.jpg,Golden Sun,GBA,Role-Playing,Nintendo,Camelot Software Planning,9.1,,,,,,2001-11-11, -/games/boxart/full_8152372AmericaFrontccc.jpg,Fire Emblem Engage,NS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2023-01-20,2022-09-13 -/games/boxart/full_6766362AmericaFrontccc.jpg,Dragon Quest IV: Chapters of the Chosen,DS,Role-Playing,Square Enix,ArtePiazza,8.1,,,,,,2008-09-16, -/games/boxart/6709905ccc.jpg,Dragon Quest Monsters 2: Cobi's Journey,GB,Role-Playing,Enix,TOSE Software,,,,,,,2001-09-15,2018-05-06 -/games/boxart/full_2959234AmericaFrontccc.jpg,Dragon Quest VII: Fragments of the Forgotten Past,3DS,Role-Playing,Nintendo,ArtePiazza,,,,,,,2016-09-16,2018-01-30 -/games/boxart/1175844ccc.jpg,Kingdom Hearts: Chain of Memories,GBA,Role-Playing,Square Enix,Jupiter Corporation,7.4,,,,,,2004-12-07, -/games/boxart/full_7078797AmericaFrontccc.jpg,Tales of Symphonia,All,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-07-13,2020-11-11 -/games/boxart/full_pokemon-ranger-guardian-signs_4AmericaFront.jpg,Pokémon Ranger: Guardian Signs,DS,Role-Playing,Nintendo,Creatures Inc.,6.5,,,,,,2010-10-04, -/games/boxart/full_7814487AmericaFrontccc.jpg,Star Wars Knights of the Old Republic II: The Sith Lords,PC,Role-Playing,LucasArts,Obsidian Entertainment,,,,,,,2005-02-08, -/games/boxart/full_4454479AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth,Series,Role-Playing,Bandai Namco Entertainment,Media.Vision,,,,,,,2016-02-02,2021-02-22 -/games/boxart/full_4170079AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,All,Role-Playing,Unknown,Toylogic,,,,,,,,2020-12-24 -/games/boxart/full_4442673AmericaFrontccc.jpg,Persona 4 Golden,PSV,Role-Playing,Atlus,Atlus,,,,,,,2012-11-20,2018-01-11 -/games/boxart/full_932003AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,All,Role-Playing,Namco Bandai Games,Bandai Namco Games,,,,,,,2019-01-11,2021-09-16 -/games/boxart/full_5109862AmericaFrontccc.jpg,Warhammer Online: Age of Reckoning,PC,Role-Playing,Electronic Arts,Mythic,,,,,,,2008-09-18, -/games/boxart/full_pokemon-mystery-dungeon-explorers-of-sky_10AmericaFront.jpg,Pokémon Mystery Dungeon: Explorers of Sky,DS,Role-Playing,Nintendo,ChunSoft,5.7,,,,,,2009-10-12, -/games/boxart/full_3687534JapanFrontccc.jpg,Romancing SaGa 2,SNES,Role-Playing,Square,SquareSoft,,,,,,,1993-12-10, -/games/boxart/full_1953808AmericaFrontccc.jpg,Grim Dawn,PC,Role-Playing,Crate Entertainment,Crate Entertainment,8.4,,,,,,2016-02-25, -/games/boxart/full_5450402AmericaFrontccc.jpg,Dark Souls II: Scholar of the First Sin,PC,Role-Playing,Unknown,From Software,,,,,,,,2019-02-03 -/games/boxart/full_4365652AmericaFrontccc.png,Tales of Phantasia,All,Role-Playing,Namco,Wolf Team,,,,,,,1995-12-15,2020-11-11 -/games/boxart/425265ccc.jpg,Pokémon XD: Gale of Darkness,GC,Role-Playing,Nintendo,Genius Sonority Inc.,6.9,,,,,,2005-09-28, -/games/boxart/full_3643743AmericaFrontccc.png,Bravely Default: Flying Fairy,3DS,Role-Playing,Nintendo,Square Enix,8.2,,,,,,2014-02-07,2018-01-05 -/games/boxart/full_2437365JapanFrontccc.jpg,Dragon Quest III: Soshite Densetsu e...,SNES,Role-Playing,Enix,Heart Beat,,,,,,,1996-12-06, -/games/boxart/full_9542991JapanFrontccc.jpg,Final Fantasy III,NES,Role-Playing,Square,Square,,,,,,,1990-04-27, -/games/boxart/full_1621398AmericaFrontccc.jpg,Star Ocean: Till The End of Time,PS2,Role-Playing,Square Enix,tri-Ace,7.8,,,,,,2004-08-31, -/games/boxart/full_7228924AmericaFrontccc.jpg,The Witcher 3: Complete Edition,NS,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2019-10-15,2019-06-11 -/games/boxart/full_6123054AmericaFrontccc.png,Pokémon Mystery Dungeon: Gates to Infinity,3DS,Role-Playing,Nintendo,Spike Chunsoft,5.9,,,,,,2013-03-24,2018-01-05 -/games/boxart/full_6225069AmericaFrontccc.jpg,Final Fantasy II,All,Role-Playing,Square,Square,,,,,,,1988-12-17,2020-10-19 -/games/boxart/full_3354580AmericaFrontccc.jpg,Paper Mario,N64,Role-Playing,Nintendo,Intelligent Systems,9.1,,,,,,2001-02-05, -/games/boxart/full_the-final-fantasy-legend_747AmericaFront.jpg,The Final Fantasy Legend,GB,Role-Playing,Square,Square,6,,,,,,1990-09-01, -/games/boxart/full_6574610AmericaFrontccc.jpg,Mega Man Battle Network 4: Red Sun / Blue Moon,GBA,Role-Playing,Capcom,Capcom,,,,,,,2004-06-29, -/games/boxart/full_8445515AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch,PS3,Role-Playing,Namco Bandai Games,Level 5/Studio Ghibli,,,,,,,2013-01-22,2018-01-01 -/games/boxart/full_4291775AmericaFrontccc.jpg,Tales of Xillia,PS3,Role-Playing,Namco Bandai Games,Namco Tales Studio,,,,,,,2013-08-06, -/games/boxart/full_8883811AmericaFrontccc.jpg,Transistor,PC,Role-Playing,Unknown,Supergiant Games,,,,,,,2014-04-01,2018-04-20 -/games/boxart/full_5375401JapanFrontccc.jpg,Romancing SaGa,SNES,Role-Playing,Square,SquareSoft,,,,,,,1992-01-28, -/games/boxart/full_8990755AmericaFrontccc.jpg,Deus Ex: Invisible War,All,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2003-12-02,2020-10-26 -/games/boxart/full_9502352JapanFrontccc.jpg,Dragon Quest IV: Michibikareshi Monotachi,PS,Role-Playing,Enix,Heart Beat,,,,,,,2001-11-22, -/games/boxart/full_972140AmericaFrontccc.jpg,Dragon's Dogma,All,Role-Playing,Capcom,Capcom,,,,,,,2012-05-22,2020-10-11 -/games/boxart/full_223481AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,PS3,Role-Playing,Square Enix,Square Enix,8.5,,,,,,2014-03-18,2019-03-22 -/games/boxart/full_8174480AmericaFrontccc.jpg,Final Fantasy: Crystal Chronicles,GC,Role-Playing,Nintendo,Square Enix,7.7,,,,,,2004-02-09, -/games/boxart/full_kingdom-hearts-3d-dream-drop-distance_584JapanFront.jpg,Kingdom Hearts 3D: Dream Drop Distance,3DS,Role-Playing,Square Enix,Square Enix,7.5,,,,,,2012-07-31,2018-01-05 -/games/boxart/full_8761455AmericaFrontccc.jpg,Kingdom Hearts HD II.8 Final Chapter Prologue,PS4,Role-Playing,Square Enix,Square-Enix,7.6,,,,,,2017-01-24,2018-01-01 -/games/boxart/full_4612841AmericaFrontccc.jpg,Monster Hunter Freedom,PSP,Role-Playing,Capcom,Capcom,7,,,,,,2006-05-23, -/games/boxart/full_8806439JapanFrontccc.jpg,Romancing SaGa 3,SNES,Role-Playing,Square,SquareSoft,,,,,,,1995-11-11, -/games/boxart/3546314ccc.jpg,SaGa Frontier,PS,Role-Playing,Sony Computer Entertainment,SquareSoft,8,,,,,,1998-03-31, -/games/boxart/full_4631524AmericaFrontccc.jpg,Xenogears,PS,Role-Playing,Square,SquareSoft,7.8,,,,,,1998-10-20, -/games/boxart/full_7920457AmericaFrontccc.jpg,Pillars of Eternity,PC,Role-Playing,Paradox Interactive,Obsidian Entertainment,,,,,,,2015-03-26,2018-02-06 -/games/boxart/full_926630AmericaFrontccc.jpg,Tales of Eternia,All,Role-Playing,Namco,Wolf Team,,,,,,,2001-09-10,2020-11-11 -/games/boxart/full_9221711PALFrontccc.jpg,Dark Souls II,PC,Role-Playing,Namco Bandai Games,From Software,,,,,,,2014-04-24,2018-04-23 -/games/boxart/full_dark-souls_484AmericaFront.jpg,Dark Souls,X360,Role-Playing,Namco Bandai,From Software,9.1,,,,,,2011-10-04, -/games/boxart/full_3243748AmericaFrontccc.jpg,Dark Souls II: Scholar of the First Sin,XOne,Role-Playing,Namco Bandai Games,From Software,,,,,,,2015-04-07,2018-03-09 -/games/boxart/full_8264080AmericaFrontccc.jpg,Tales of Berseria,PS4,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-01-24, -/games/boxart/full_5650033AmericaFrontccc.png,Kingdoms of Amalur: Reckoning,All,Role-Playing,Electronic Arts,38 Studios,,,,,,,2012-02-07,2021-08-25 -/games/boxart/full_553338AmericaFrontccc.jpg,Miitopia,3DS,Role-Playing,Nintendo,Nintendo EPD,6.6,,,,,,2017-07-28,2018-11-18 -/games/boxart/3319352ccc.gif,Final Fantasy,NES,Role-Playing,Nintendo,Square,8.5,,,,,,1990-07-12, -/games/boxart/1972591ccc.jpg,Final Fantasy IV,DS,Role-Playing,Square Enix,Matrix Software,8.5,,,,,,2008-07-21, -/games/boxart/full_7946846AmericaFrontccc.jpg,Final Fantasy XII: The Zodiac Age,PS4,Role-Playing,Square Enix,Square Enix,8.6,,,,,,2017-07-11,2018-09-22 -/games/boxart/full_5928945AmericaFrontccc.png,Kingdom Hearts HD II.5 ReMIX,PS3,Role-Playing,Square Enix,Square Enix,,,,,,,2014-12-02,2017-12-31 -/games/boxart/5739474ccc.jpg,Parasite Eve II,PS,Role-Playing,Square EA,SquareSoft,7.4,,,,,,2000-01-12, -/games/boxart/5055837ccc.jpg,Final Fantasy Tactics Advance,GBA,Role-Playing,Square Enix,SquareSoft,8.9,,,,,,2003-09-08, -/games/boxart/full_9038892PALFrontccc.jpg,NieR: Automata,PC,Role-Playing,Square Enix,PlatinumGames,,,,,,,2017-03-17,2018-01-16 -/games/boxart/full_5071080PALFrontccc.jpg,Deus Ex: Mankind Divided,PC,Role-Playing,Square Enix,Eidos Montreal,,,,,,,2016-08-23, -/games/boxart/full_9834798AmericaFrontccc.jpg,Dark Souls: Remastered,NS,Role-Playing,Bandai Namco Entertainment,From Software,8.8,,,,,,2018-10-19,2018-06-05 -/games/boxart/2081496ccc.jpg,Tales of Destiny,PS,Role-Playing,Namco,Wolfteam,6.2,,,,,,1998-09-30, -/games/boxart/9399816ccc.jpg,Final Fantasy VII,PC,Role-Playing,Eidos Interactive,SquareSoft,8.4,,,,,,1998-05-31,2019-03-23 -/games/boxart/4969179ccc.jpg,Golden Sun: The Lost Age,GBA,Role-Playing,Nintendo,Camelot Software Planning,8.3,,,,,,2003-04-14, -/games/boxart/full_5052582AmericaFrontccc.png,Fantasy Life,3DS,Role-Playing,Nintendo,Level 5/Brownie Brown,6.9,,,,,,2014-10-24,2018-01-01 -/games/boxart/full_3809571AmericaFrontccc.jpg,Tales of Destiny 2,All,Role-Playing,Sony Computer Entertainment,Telenet Japan / Wolfteam,,,,,,,2002-11-28,2020-11-11 -/games/boxart/full_7028317JapanFrontccc.jpg,Chocobo no Fushigi Dungeon,PS,Role-Playing,Square,SquareSoft,,,,,,,1997-12-23, -/games/boxart/full_9120460AmericaFrontccc.jpg,Chrono Trigger,DS,Role-Playing,Square Enix,Square Enix,9.2,,,,,,2008-11-25, -/games/boxart/full_7506558AmericaFrontccc.jpg,Deus Ex,All,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2000-06-23,2020-10-26 -/games/boxart/full_7986214JapanFrontccc.jpg,Dragon Quest I & II,SNES,Role-Playing,Enix,ChunSoft,,,,,,,1993-12-18, -/games/boxart/full_255791PALFrontccc.jpg,Kingdom Come: Deliverance,PC,Role-Playing,Warhorse Studios,Warhorse Studios,,,,,,,2018-02-13,2018-01-10 -/games/boxart/full_5818257AmericaFrontccc.png,Shin Megami Tensei V,NS,Role-Playing,Sega,Atlus,,,,,,,2021-11-11,2021-12-08 -/games/boxart/7694576ccc.jpg,Star Ocean: The Second Story,PS,Role-Playing,Sony Computer Entertainment,tri-Ace,8.2,,,,,,1999-06-02, -/games/boxart/full_7896916AmericaFrontccc.png,Mario & Luigi: Paper Jam,3DS,Role-Playing,Nintendo,AlphaDream Corporation,7.4,,,,,,2016-01-22,2018-01-07 -/games/boxart/full_9048252AmericaFrontccc.png,Dragon's Crown,All,Role-Playing,Atlus,Vanillaware,,,,,,,2013-08-06,2021-02-18 -/games/boxart/3585065ccc.jpg,Titan Quest,PC,Role-Playing,THQ,Iron Lore Entertainment,7.6,,,,,,2006-06-26, -/games/boxart/7596469ccc.jpg,Final Fantasy XII: Revenant Wings,DS,Role-Playing,Square Enix,Square Enix / Think and Feel Inc.,8.2,,,,,,2007-11-20, -/games/boxart/2799676ccc.jpg,Age of Conan: Hyborian Adventures,PC,Role-Playing,Eidos Interactive,Funcom,7.9,,,,,,2008-05-20, -/games/boxart/full_1419440AmericaFrontccc.jpg,Baldur's Gate: Dark Alliance,All,Role-Playing,Black Isle Studios,Snowblind Studios,,,,,,,2001-12-04,2020-12-31 -/games/boxart/full_2903690AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,PC,Role-Playing,Beamdog,Overhaul Games,,,,,,,2012-11-28,2022-09-26 -/games/boxart/full_150248AmericaFrontccc.jpg,Biomutant,All,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2021-05-25,2021-08-18 -/games/boxart/full_2320909AmericaFrontccc.png,Bravely Default II,All,Role-Playing,Square Enix,Silicon Studio,,,,,,,2021-02-26,2021-12-22 -/games/boxart/full_4117853AmericaFrontccc.jpg,Demon's Souls,PS3,Role-Playing,Atlus,From Software,9.1,,,,,,2009-10-06, -/games/boxart/full_423454AmericaFrontccc.jpg,Divinity: Original Sin 2,PC,Role-Playing,Larian Studios,Larian Studios,,,,,,,2016-09-15,2019-02-03 -/games/boxart/full_3096347AmericaFrontccc.jpg,Dragon Quest Monsters: The Dark Prince,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2023-12-01,2023-06-21 -/games/boxart/full_5788751AmericaFrontccc.jpg,Final Fantasy Tactics: The War of the Lions,PSP,Role-Playing,Square Enix,Square Enix,8.9,,,,,,2007-10-09, -/games/boxart/full_1774495JapanFrontccc.png,Final Fantasy Type-0 HD,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2015-03-17,2018-05-10 -/games/boxart/full_8240602AmericaFrontccc.jpg,Fire Emblem Echoes: Shadows of Valentia,3DS,Role-Playing,Nintendo,Intelligent Systems,8.3,,,,,,2017-05-19,2017-12-31 -/games/boxart/full_7022205AmericaFrontccc.jpg,Granblue Fantasy,Series,Role-Playing,Xseed Games,Cygames,,,,,,,2020-03-03,2020-04-23 -/games/boxart/full_6674151AmericaFrontccc.jpg,Hades,All,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2020-09-17,2020-12-27 -/games/boxart/4565747ccc.jpg,Legend of Mana,PS,Role-Playing,Square,SquareSoft,7.8,,,,,,2000-06-07, -/games/boxart/full_3454890AmericaFrontccc.jpg,Lies of P,All,Role-Playing,Neowiz Corporation,Neowiz Corporation,,,,,,,2023-09-18,2023-10-17 -/games/boxart/full_8053694AmericaFrontccc.jpg,Lords of the Fallen (2023),All,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-10-23 -/games/boxart/full_6867819AmericaFrontccc.jpg,Moonlighter,All,Role-Playing,11 bit studios,Digital Sun,,,,,,,2018-05-29,2020-10-09 -/games/boxart/full_6824307AmericaFrontccc.jpg,Octopath Traveler II,All,Role-Playing,Square Enix,Square Enix,,,,,,,2023-02-24,2023-06-07 -/games/boxart/full_5609304AmericaFrontccc.jpg,Outward,All,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-03-26,2020-12-01 -/games/boxart/full_5168259AmericaFrontccc.jpg,Salt and Sanctuary,All,Role-Playing,Ska Studios,Ska Studios,,,,,,,2016-03-15,2021-01-27 -/games/boxart/full_1579116AmericaFrontccc.jpg,Star Wars Galaxies: An Empire Divided,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2003-07-09, -/games/boxart/full_4940138AmericaFrontccc.jpg,The Bard's Tale,All,Role-Playing,inXile Entertainment,Interplay Productions,,,,,,,2004-10-26,2021-03-28 -/games/boxart/full_3311430AmericaFrontccc.jpg,The Lord of the Rings: The Third Age,All,Role-Playing,Electronic Arts,EA Redwood Shores,,,,,,,2004-11-02,2020-12-03 -/games/boxart/full_9680092AmericaFrontccc.jpg,The Scroll of Taiwu,PC,Role-Playing,ConchShip Games,ConchShip Games,,,,,,,2018-09-21,2021-08-16 -/games/boxart/6588447ccc.jpg,The Witcher,PC,Role-Playing,Atari,CD Projekt Red Studio,7.9,,,,,,2007-10-30, -/games/boxart/full_4045092AmericaFrontccc.jpg,Toukiden,Series,Role-Playing,Tecmo Koei,Omega Force,,,,,,,2014-02-11,2021-02-05 -/games/boxart/full_4310559AmericaFrontccc.jpg,Transistor,All,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2014-05-20,2020-12-27 -/games/boxart/full_1530869AmericaFrontccc.jpg,Trials of Mana,All,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2021-02-12 -/games/boxart/full_1805366AmericaFrontccc.jpg,Triangle Strategy,All,Role-Playing,Square Enix,Square Enix,,,,,,,2022-03-04,2022-12-21 -/games/boxart/full_5461415AmericaFrontccc.jpg,Valkyria Chronicles,PS3,Role-Playing,Sega,Sega WOW Overworks,8.4,,,,,,2008-11-04, -/games/boxart/full_9360267AmericaFrontccc.png,Valkyria Chronicles 4,All,Role-Playing,Sega,Sega,,,,,,,2018-09-25,2021-01-20 -/games/boxart/1914055ccc.jpg,Xenosaga Episode I: Der Wille zur Macht,PS2,Role-Playing,Namco,Monolith Soft,8.7,,,,,,2003-02-26, -/games/boxart/full_5328772JapanFrontccc.jpg,Tales of Destiny 2,PS2,Role-Playing,Namco,Telenet Japan / Wolteam,,,,,,,2002-11-28, -/games/boxart/full_4696396AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,PC,Role-Playing,Capcom,Capcom,,,,,,,2016-01-15,2019-03-22 -/games/boxart/full_7297792AmericaFrontccc.jpg,Kingdoms of Amalur: Reckoning,PC,Role-Playing,Electronic Arts,38 Studios,,,,,,,2012-02-07,2018-11-23 -/games/boxart/full_9132786AmericaFrontccc.jpg,Tales of Symphonia,GC,Role-Playing,Namco,Namco Tales Studio,8.5,,,,,,2004-07-14, -/games/boxart/full_6932070AmericaFrontccc.jpg,Bravely Default II,NS,Role-Playing,Nintendo,Silicon Studio,,,,,,,2021-02-26,2019-12-17 -/games/boxart/1529312ccc.jpg,Final Fantasy I & II: Dawn of Souls,GBA,Role-Playing,Nintendo,Square Enix,7.1,,,,,,2004-11-29, -/games/boxart/full_4357499AmericaFrontccc.png,Portal Knights,PC,Role-Playing,505 Games,Keen Games,,,,,,,2016-02-25,2018-07-03 -/games/boxart/full_614303JapanFrontccc.jpg,Dragon Quest Monsters: Terry's Wonderland 3D,3DS,Role-Playing,Square Enix,Square Enix,,,,,,,2012-05-31,2018-01-07 -/games/boxart/full_5140513AmericaFrontccc.jpg,Legend of Grimrock,PC,Role-Playing,Almost Human,Almost Human Games,,,,,,,2012-04-11,2021-02-16 -/games/boxart/full_747610AmericaFrontccc.jpg,Ni no Kuni II: Revenant Kingdom,All,Role-Playing,Bandai Namco Entertainment,Level 5,,,,,,,2018-03-23,2021-01-22 -/games/boxart/full_3580522AmericaFrontccc.jpg,Persona 4 Golden,PC,Role-Playing,Sega,Atlus,,,,,,,2020-06-13,2020-08-05 -/games/boxart/full_5532103AmericaFrontccc.jpg,Tales of the Abyss,All,Role-Playing,Namco Bandai Games,Namco Tales Studio,,,,,,,2006-10-10,2020-11-11 -/games/boxart/full_9689588AmericaFrontccc.jpg,Lost Castle,PC,Role-Playing,Unknown,Hunter Studio,,,,,,,,2019-02-06 -/games/boxart/full_3466616AmericaFrontccc.jpg,Pool of Radiance,Series,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1988-06-01,2021-03-26 -/games/boxart/full_8280346PALFrontccc.jpg,Dungeon Siege III,All,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-06-21,2021-01-07 -/games/boxart/full_4658217AmericaFrontccc.jpg,Triangle Strategy,NS,Role-Playing,Nintendo,Square Enix,,,,,,,2022-03-04,2022-04-08 -/games/boxart/full_6709656JapanFrontccc.jpg,Tales of Phantasia,PS,Role-Playing,Namco,Namco Tales Studio / Wolfteam,,,,,,,1998-12-23, -/games/boxart/full_5246682PALFrontccc.jpg,Valkyria Chronicles,PC,Role-Playing,Sega,Sega,,,,,,,2014-11-11, -/games/boxart/full_1647873AmericaFrontccc.jpg,Sacred 2: Fallen Angel,All,Role-Playing,Deep Silver,Ascaron,,,,,,,2008-11-11,2021-04-21 -/games/boxart/full_9874748AmericaFrontccc.jpg,Lords of the Fallen,PC,Role-Playing,Namco Bandai Games,DECK13 Interactive,,,,,,,2014-10-28,2018-05-10 -/games/boxart/693603ccc.jpg,Tales of the Abyss,PS2,Role-Playing,Namco,Namco Tales Studio,8,,,,,,2006-10-10, -/games/boxart/full_9902301AmericaFrontccc.jpg,Valkyrie Profile 2: Silmeria,PS2,Role-Playing,Square Enix,tri-Ace,8.4,,,,,,2006-09-26, -/games/boxart/full_5343108AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing,PC,Role-Playing,Unknown,Neocore Games,,,,,,,,2019-02-07 -/games/boxart/full_2339078AmericaFrontccc.jpg,Risen 2: Dark Waters,PC,Role-Playing,Deep Silver,Piranha Bytes,6.6,,,,,,2012-04-26,2018-01-03 -/games/boxart/full_8186027AmericaFrontccc.jpg,Dragon Quest Swords: The Masked Queen and the Tower of Mirrors,Wii,Role-Playing,Square Enix,Genius Sonority Inc./Eighting,,,,,,,2008-02-19, -/games/boxart/4525493ccc.jpg,Valkyrie Profile,PS,Role-Playing,Enix,tri-Ace,8.1,,,,,,2000-08-29, -/games/boxart/full_4303794AmericaFrontccc.jpg,Final Fantasy XIII,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2019-02-07 -/games/boxart/full_two-worlds-ii_621AmericaFront.jpg,Two Worlds II,PC,Role-Playing,SouthPeak Interactive,Reality Pump,6.9,,,,,,2011-02-08, -/games/boxart/full_3847003AmericaFrontccc.jpg,Advanced Dungeons & Dragons,Int,Role-Playing,Mattel Electronics,APh Technological Consulting,,,,,,,1982-08-16,2018-01-13 -/games/boxart/full_9286865AmericaFrontccc.jpg,Bravely Second: End Layer,3DS,Role-Playing,Nintendo,Silicon Studio,7.4,,,,,,2016-04-15,2018-01-08 -/games/boxart/full_5731289JapanFrontccc.jpg,God Eater 2,All,Role-Playing,Bandai Namco Entertainment,Shift,,,,,,,2013-11-14,2020-11-18 -/games/boxart/full_4201439PALFrontccc.jpg,Nier,All,Role-Playing,Square Enix,Cavia,,,,,,,2010-04-27,2020-12-24 -/games/boxart/7458207ccc.jpg,The Elder Scrolls: Chapter II: Daggerfall,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.4,,,,,,1996-08-31, -/games/boxart/full_4052387JapanFrontccc.jpg,Tales of Rebirth,All,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-12-16,2020-11-11 -/games/boxart/8515168ccc.jpg,Unlimited Saga,PS2,Role-Playing,Square Enix,SquareSoft,4.9,,,,,,2003-06-17, -/games/boxart/full_6954411AmericaFrontccc.jpg,Final Fantasy Tactics A2: Grimoire of the Rift,DS,Role-Playing,Square Enix,Square Enix,8.1,,,,,,2008-06-24, -/games/boxart/full_5783905AmericaFrontccc.jpg,Phantasy Star Portable,PSP,Role-Playing,Sega,Alfa System,7.1,,,,,,2009-03-03, -/games/boxart/full_dungeon-siege-iii_163AmericaFront.jpg,Dungeon Siege III,PC,Role-Playing,Square Enix,Obsidian Entertainment,7.3,,,,,,2011-06-21, -/games/boxart/full_1283054AmericaFrontccc.jpg,Hand of Fate,PC,Role-Playing,Defiant Development,Defiant Development,,,,,,,2015-02-17,2019-04-21 -/games/boxart/full_8110433AmericaFrontccc.jpg,Pixel Piracy,PC,Role-Playing,Re-Logic,Quadro Delta,,,,,,,2015-04-23,2018-08-09 -/games/boxart/full_6893631JapanFrontccc.jpg,Tales of Rebirth,PS2,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-12-16, -/games/boxart/full_8472013AmericaFrontccc.jpg,Baldur's Gate: Tales of the Sword Coast,PC,Role-Playing,Interplay,BioWare,8.1,,,,,,1999-04-30, -/games/boxart/3299425ccc.jpg,Fallout,PC,Role-Playing,Interplay,Black Isle Studios,8.9,,,,,,1997-09-30, -/games/boxart/full_ninokuni-shikkoku-no-madoushi_765JapanFront.jpg,Ni no Kuni: Dominion of the Dark Djinn,DS,Role-Playing,Level 5,Level 5/Studio Ghibli,,,,,,,2010-12-09,2019-01-11 -/games/boxart/full_phantasy-star-portable-2_2AmericaFront.jpg,Phantasy Star Portable 2,PSP,Role-Playing,Sega,Alfa System,7.4,,,,,,2010-09-14, -/games/boxart/full_2311021AmericaFrontccc.jpg,Shin Megami Tensei III: Nocturne HD Remaster,All,Role-Playing,Sega,Atlus,,,,,,,2021-05-21,2021-04-28 -/games/boxart/full_8281780AmericaFrontccc.jpg,Shin Megami Tensei IV,3DS,Role-Playing,Atlus,Atlus,8.3,,,,,,2013-07-16,2020-08-05 -/games/boxart/full_9127009AmericaFrontccc.jpg,Wartales,PC,Role-Playing,Shiro Games,Shiro Games,,,,,,,2021-12-01,2022-02-09 -/games/boxart/full_5458802AmericaFrontccc.jpg,Hyper Light Drifter,PC,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2016-03-31, -/games/boxart/full_5270034AmericaFrontccc.jpg,Fable Anniversary,PC,Role-Playing,Microsoft Studios,Lionhead Studios,,,,,,,2014-09-12,2018-08-12 -/games/boxart/3909398ccc.jpg,Final Fantasy VIII,PC,Role-Playing,Square EA,SquareSoft,8,,,,,,2000-01-25, -/games/boxart/full_647497AmericaFrontccc.jpg,The Last Remnant,X360,Role-Playing,Square Enix,Square Enix,6.5,,,,,,2008-11-20, -/games/boxart/full_1173376AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Echoes of Time,All,Role-Playing,Square Enix,Square Enix,,,,,,,2009-03-24,2021-01-14 -/games/boxart/full_1971045JapanFrontccc.jpg,Sword Art Online: Hollow Fragment,PSV,Role-Playing,Namco Bandai Games,Bandai Namco Games,,,,,,,2014-08-19,2018-07-03 -/games/boxart/full_3283669AmericaFrontccc.png,Final Fantasy X / X-2 HD Remaster,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2016-05-12,2019-03-22 -/games/boxart/full_dungeons-of-dredmor_54AmericaFront.jpg,Dungeons of Dredmor,PC,Role-Playing,Unknown,Gaslamp Games,8,,,,,,2011-07-13, -/games/boxart/full_7624127AmericaFrontccc.jpg,Toukiden: The Age of Demons,All,Role-Playing,Tecmo Koei,Omega Force,,,,,,,2014-02-11,2021-02-05 -/games/boxart/full_9200255AmericaFrontccc.jpg,Life is Feudal: Your Own,PC,Role-Playing,Unknown,Bitbox Ltd.,,,,,,,,2019-02-09 -/games/boxart/full_9029190AmericaFrontccc.jpg,Shadowrun: Dragonfall,PC,Role-Playing,Unknown,Harebrained Schemes,,,,,,,,2019-02-09 -/games/boxart/full_9593007JapanFrontccc.jpg,Super Robot Wars Z,PS2,Role-Playing,Unknown,Banpresto,,,,,,,,2020-11-20 -/games/boxart/full_1774507JapanFrontccc.jpg,Arc the Lad,PS,Role-Playing,Sony Computer Entertainment,G-Craft,,,,,,,1995-06-30, -/games/boxart/full_4651848AmericaFrontccc.jpg,Atelier Ryza: Ever Darkness & the Secret Hideout,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2020-12-09 -/games/boxart/full_2559299AmericaFrontccc.jpg,Baldur's Gate II: Throne of Bhaal,PC,Role-Playing,Interplay,BioWare Corporation,8.9,,,,,,2001-06-21, -/games/boxart/full_9992886AmericaFrontccc.jpg,Blackguards,All,Role-Playing,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2014-01-24,2021-04-01 -/games/boxart/full_9244050AmericaFrontccc.png,Digimon Survive,All,Role-Playing,Bandai Namco Entertainment,Hyde,,,,,,,2022-07-29,2022-12-02 -/games/boxart/3146876ccc.jpg,Gothic 3,PC,Role-Playing,Aspyr,Piranha Bytes,6.8,,,,,,2006-11-14, -/games/boxart/full_2156236PALFrontccc.jpg,Live A Live,NS,Role-Playing,Nintendo,Square Enix,,,,,,,2022-07-22,2022-09-02 -/games/boxart/full_9065828AmericaFrontccc.jpg,Loop Hero,PC,Role-Playing,Unknown,Four Quarters,,,,,,,,2021-03-12 -/games/boxart/full_magicka-vietnam_569AmericaFront.jpg,Magicka: Vietnam,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,5.5,,,,,,2011-04-21, -/games/boxart/full_5760802AmericaFrontccc.jpg,Romancing SaGa,PS2,Role-Playing,Square Enix,Square Enix,6,,,,,,2005-10-11, -/games/boxart/full_9941330AmericaFrontccc.jpg,Rune Factory 5,NS,Role-Playing,Marvelous Entertainment,Xseed Games,,,,,,,2022-03-22,2019-02-13 -/games/boxart/full_9469286AmericaFrontccc.png,Ultima Underworld: The Stygian Abyss,All,Role-Playing,Origin Systems,Blue Sky Productions,,,,,,,1992-03-01,2021-03-15 -/games/boxart/full_7895266AmericaFrontccc.jpg,Ys VIII: Lacrimosa of Dana,All,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2017-09-12,2021-02-09 -/games/boxart/full_9394477AmericaFrontccc.jpg,Reigns,PC,Role-Playing,Unknown,Nerial,,,,,,,,2019-02-09 -/games/boxart/full_9092258AmericaFrontccc.jpg,Final Fantasy XV: Windows Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-03-06,2018-09-07 -/games/boxart/full_6227321JapanFrontccc.jpg,Tales of Symphonia,PS2,Role-Playing,Namco,Namco Tales Studio,,,,,,,2004-09-22, -/games/boxart/full_8778502JapanFrontccc.jpg,Super Robot Wars: Original Generations,PS2,Role-Playing,Unknown,Banpresto,,,,,,,,2020-11-19 -/games/boxart/501429ccc.jpg,Infinite Undiscovery,X360,Role-Playing,Square Enix,tri-Ace,6.8,,,,,,2008-09-02, -/games/boxart/full_2670795AmericaFrontccc.jpg,Terra Incognita ~ Chapter One: The Descendant,PC,Role-Playing,Unknown,Back To Basics Gaming,,,,,,,,2019-02-10 -/games/boxart/full_8604711JapanFrontccc.jpg,Super Robot Wars Z III,All,Role-Playing,Bandai Namco,Banpresto,,,,,,,2008-09-25,2020-11-23 -/games/boxart/full_668697AmericaFrontccc.jpg,Star Ocean: The Last Hope,X360,Role-Playing,Square Enix,tri-Ace,7.3,,,,,,2009-02-24, -/games/boxart/full_1645495AmericaFrontccc.jpg,Dragonlance,Series,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1988-01-01,2021-03-22 -/games/boxart/592983ccc.jpg,Radiata Stories,PS2,Role-Playing,Square Enix,tri-Ace,7.7,,,,,,2005-09-06, -/games/boxart/full_2480725AmericaFrontccc.jpeg,Tales of Zestiria,PC,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-10-20, -/games/boxart/full_6440185AmericaFrontccc.jpg,Shin Megami Tensei: Persona 4,PS2,Role-Playing,Atlus,Atlus,9.2,,,,,,2008-12-08,2018-01-11 -/games/boxart/full_8456609AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth1,PC,Role-Playing,Unknown,Compile Heart,,,,,,,,2019-02-10 -/games/boxart/full_586638AmericaFrontccc.jpg,Salt and Sanctuary,PC,Role-Playing,Ska Studios,Ska Studios,,,,,,,2016-03-15,2019-02-10 -/games/boxart/full_4681594AmericaFrontccc.png,Project X Zone,3DS,Role-Playing,Namco Bandai Games,Banpresto,6.5,,,,,,2013-06-25,2018-01-17 -/games/boxart/full_435647AmericaFrontccc.jpg,Realms of Arkania III: Shadows over Riva,PC,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1997-05-31, -/games/boxart/full_8552055AmericaFrontccc.png,Temple of Apshai,All,Role-Playing,Automated Simulations,Automated Simulations,,,,,,,1979-08-01,2021-04-07 -/games/boxart/full_1774913AmericaFrontccc.jpg,Ultima IV: Quest of the Avatar,All,Role-Playing,Origin Systems,Origin Systems,,,,,,,1985-11-01,2021-03-15 -/games/boxart/full_3154821AmericaFrontccc.jpg,Savage Lands,PC,Role-Playing,Unknown,Last Bastion Studios LLC,,,,,,,,2019-02-10 -/games/boxart/full_8029433PALFrontccc.jpg,Tales of Eternia,PSP,Role-Playing,Ubisoft,Namco,8,,,,,,2006-02-10, -/games/boxart/9345328ccc.jpg,Tales of Legendia,PS2,Role-Playing,Namco,Namco / Team MelFes,7.2,,,,,,2006-02-07, -/games/boxart/full_9566906JapanFrontccc.jpg,Tales of Destiny,PS2,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2006-11-30, -/games/boxart/full_2028213AmericaFrontccc.jpg,Disgaea 5,All,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2015-10-06,2021-02-03 -/games/boxart/full_phantasy-star-portable-2-infinity_903JapanFront.jpg,Phantasy Star Portable 2: Infinity,PSP,Role-Playing,Sega,Alfa System,,,,,,,2011-02-24, -/games/boxart/full_2397893JapanFrontccc.jpg,SD Gundam G Generation Wars,All,Role-Playing,Bandai Namco Games,Tom Create,,,,,,,2009-08-06,2020-11-21 -/games/boxart/9231423ccc.jpg,The World Ends With You,DS,Role-Playing,Square Enix,Square Enix,8.6,,,,,,2008-04-21, -/games/boxart/full_8866124AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-01-26,2020-12-09 -/games/boxart/full_dragon-quest-25-shuunen-kinin-famicom-ampamp-super-famicom-dragon-quest-i-ii-iii_602JapanFront.jpg,Dragon Quest 25 Shuunen Kinin: Famicom & Super Famicom Dragon Quest I-II-III,Wii,Role-Playing,Square Enix,Square Enix,,,,,,,2011-09-15, -/games/boxart/full_125785AmericaFrontccc.jpg,Drakengard,PS2,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2004-03-02, -/games/boxart/full_7239395AmericaFrontccc.jpg,Wasteland 2,All,Role-Playing,Deep Silver,InXile Entertainment,,,,,,,2014-09-19,2021-03-30 -/games/boxart/full_4335925JapanFrontccc.jpg,Dark Souls: Remastered,PC,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2018-05-25,2018-06-05 -/games/boxart/5945766ccc.jpg,Xenosaga Episode III: Also sprach Zarathustra,PS2,Role-Playing,Namco,Monolith Soft,7.9,,,,,,2006-08-29, -/games/boxart/full_4982180AmericaFrontccc.jpg,Risen 3: Titan Lords Enhanced Edition,PC,Role-Playing,Deep Silver,Piranha Bytes,6.3,,,,,,2014-08-12,2018-01-03 -/games/boxart/full_8508981AmericaFrontccc.jpg,Knights of Pen and Paper +1,PC,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-02-12 -/games/boxart/full_165513AmericaFrontccc.jpg,Costume Quest,PC,Role-Playing,Unknown,Double Fine Productions,8,,,,,,2011-10-14, -/games/boxart/full_3796082JapanFrontccc.jpg,Dragon Quest: Shounen Yangus to Fushigi no Dungeon,PS2,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2006-04-20, -/games/boxart/full_4291564JapanFrontccc.jpg,Tales of the World: Radiant Mythology 2,PSP,Role-Playing,Namco Bandai,Alfa System,,,,,,,2009-01-29, -/games/boxart/full_3310749AmericaFrontccc.jpg,Final Fantasy IX,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2019-02-13 -/games/boxart/full_7812195AmericaFrontccc.jpg,Data Hacker: Reboot,PC,Role-Playing,New Reality Games,New Reality Games,,,,,,,2015-02-13, -/games/boxart/full_5178002AmericaFrontccc.jpg,South Park: The Fractured But Whole,PC,Role-Playing,Ubisoft,Ubisoft San Francisco,,,,,,,2017-10-17,2018-04-06 -/games/boxart/full_6114466AmericaFrontccc.jpg,One Way Heroics,PC,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2018-01-06 -/games/boxart/4676814ccc.jpg,Tales of Phantasia,GBA,Role-Playing,Nintendo,Wolfteam / Namco Tales Studio,7,,,,,,2006-03-06, -/games/boxart/full_1570311JapanFrontccc.jpg,Super Robot Wars OG Gaiden,PS2,Role-Playing,Unknown,Banpresto,,,,,,,,2020-11-21 -/games/boxart/full_3537515PALFrontccc.jpg,Fairy Tail,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2021-02-07 -/games/boxart/full_might-ampamp-magic-clash-of-heroes_129AmericaFront.jpg,Might & Magic: Clash of Heroes,PC,Role-Playing,Ubisoft,Capybara Games,,,,,,,2011-09-22, -/games/boxart/2470815ccc.jpg,Tales of the World: Radiant Mythology,PSP,Role-Playing,Namco Bandai,Alfa System,7,,,,,,2007-07-17, -/games/boxart/full_7470147JapanFrontccc.jpg,Tales of the Tempest,DS,Role-Playing,Namco,Dimps Corporation,,,,,,,2006-10-26, -/games/boxart/full_7693580AmericaFrontccc.jpg,.hack//G.U. Last Recode,All,Role-Playing,Bandai Namco Entertainment,CyberConnect2,,,,,,,2017-11-03,2021-02-09 -/games/boxart/full_8708561AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2023-03-24,2023-04-27 -/games/boxart/full_1290742AmericaFrontccc.jpg,God Wars,Series,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2017-06-20,2020-02-17 -/games/boxart/full_4897572AmericaFrontccc.jpg,Stonekeep,All,Role-Playing,Interplay Productions,Interplay Productions,,,,,,,1995-11-08,2021-03-30 -/games/boxart/full_5955650AmericaFrontccc.jpg,LISA,PC,Role-Playing,Unknown,Dingaling,,,,,,,,2019-02-15 -/games/boxart/full_2835072AmericaFrontccc.jpg,Dark and Light,PC,Role-Playing,Unknown,Snail Games USA,,,,,,,,2019-02-15 -/games/boxart/full_48991AmericaFrontccc.jpg,Drayt Empire,PC,Role-Playing,Unknown,RPG Video,,,,,,,,2019-02-15 -/games/boxart/full_7815850AmericaFrontccc.jpg,For The King,PC,Role-Playing,Unknown,IronOak Games,,,,,,,,2019-02-15 -/games/boxart/full_6535922PALFrontccc.jpg,Tales of Berseria,PC,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2018-01-01,2018-05-25 -/games/boxart/full_3592175AmericaFrontccc.jpg,Incitement 3,PC,Role-Playing,Unknown,Astronomic Games,,,,,,,,2019-02-15 -/games/boxart/3555438ccc.jpg,Sword of Mana,GBA,Role-Playing,Nintendo,Brownie Brown,,,,,,,2003-12-01, -/games/boxart/427425ccc.jpg,Xenosaga Episode II: Jenseits von Gut und Böse,PS2,Role-Playing,Namco,Monolith Soft,7.3,,,,,,2005-02-15, -/games/boxart/full_673627AmericaFrontccc.jpg,Atonement 2: Ruptured by Despair,PC,Role-Playing,Unknown,Astronomic Games,,,,,,,,2019-02-16 -/games/boxart/full_game-of-thrones_813AmericaFront.jpg,Game of Thrones,PC,Role-Playing,Atlus,Cyanide Studios,,,,,,,2012-05-15, -/games/boxart/836978ccc.jpg,Final Fantasy Anniversary Edition,PSP,Role-Playing,Square Enix,Square Enix,7.4,,,,,,2007-06-26, -/games/boxart/962235ccc.jpg,Shin Megami Tensei: Nocturne,PS2,Role-Playing,Atlus,Atlus Co.,8,,,,,,2004-10-12, -/games/boxart/full_5331325AmericaFrontccc.jpg,The Secret World,PC,Role-Playing,Electronic Arts,Funcom,,,,,,,2012-07-03,2018-11-04 -/games/boxart/full_7958335AmericaFrontccc.jpg,Shadowrun: Hong Kong,PC,Role-Playing,Unknown,Harebrained Schemes,,,,,,,,2019-02-09 -/games/boxart/full_6320495AmericaFrontccc.jpg,Divinity: Dragon Commander,PC,Role-Playing,Larian Studios,Larian Studios,,,,,,,2013-08-06,2019-02-18 -/games/boxart/full_6033098AmericaFrontccc.png,Pool of Radiance,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1988-06-01,2021-03-26 -/games/boxart/full_2415048AmericaFrontccc.jpg,Legend of Grimrock 2,PC,Role-Playing,Unknown,Almost Human Games,,,,,,,,2019-02-19 -/games/boxart/full_3788434AmericaFrontccc.jpg,Labyronia RPG,PC,Role-Playing,Unknown,Labyrinthine,,,,,,,,2019-02-19 -/games/boxart/full_7875123AmericaFrontccc.jpg,Final Quest II,PC,Role-Playing,Back To Basics Gaming,RPG Video,,,,,,,2016-10-18,2019-02-17 -/games/boxart/full_5957450AmericaFrontccc.jpg,Greyfox RPG,PC,Role-Playing,EQ Games,Lesley Dodd,,,,,,,2015-02-24,2019-02-17 -/games/boxart/full_6752441PALFrontccc.jpg,Elex,PC,Role-Playing,THQ Nordic,Piranha Bytes,,,,,,,2017-10-17,2018-06-30 -/games/boxart/full_1919965AmericaFrontccc.jpg,Legend of Mysteria RPG,PC,Role-Playing,EQ Games,Labyrinthine,,,,,,,2015-10-09,2019-02-16 -/games/boxart/full_3368199AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2014-07-29,2019-02-16 -/games/boxart/full_5753172AmericaFrontccc.png,Eye of the Beholder,Series,Role-Playing,Strategic Simulations,Westwood Associates,,,,,,,1991-01-01,2021-03-24 -/games/boxart/full_813686AmericaFrontccc.jpg,Fate/Samurai Remnant,All,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 -/games/boxart/5574904ccc.jpg,Final Fantasy Origins,PS,Role-Playing,Square Enix,TOSE,8.3,,,,,,2003-04-08, -/games/boxart/full_8409003AmericaFrontccc.jpg,Grandia III,PS2,Role-Playing,Square Enix,Game Arts,7.5,,,,,,2006-02-14, -/games/boxart/full_7632143AmericaFrontccc.jpg,Persona Q: Shadow of the Labyrinth,3DS,Role-Playing,Atlus,Atlus,8.3,,,,,,2014-11-25,2018-01-07 -/games/boxart/full_7928579AmericaFrontccc.jpg,Quest for Glory: So You Want to Be a Hero,All,Role-Playing,Sierra Online,Sierra On-Line,,,,,,,1989-10-01,2021-04-08 -/games/boxart/full_6338151AmericaFrontccc.jpg,Sea of Stars,All,Role-Playing,Sabotage Studio,Sabotage Studio,,,,,,,2023-08-29,2023-08-30 -/games/boxart/full_5876111AmericaFrontccc.jpg,Toukiden 2,All,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2017-03-21,2021-02-07 -/games/boxart/full_4065655AmericaFrontccc.jpg,Wasteland,All,Role-Playing,Electronic Arts,Interplay Productions,,,,,,,1988-01-02,2021-03-30 -/games/boxart/full_2371185AmericaFrontccc.jpg,Final Fantasy XIII-2,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2014-12-11, -/games/boxart/full_9472112AmericaFrontccc.jpg,The Land of Dasthir,PC,Role-Playing,Back To Basics Gaming,RPG Video,,,,,,,2017-01-10,2019-02-11 -/games/boxart/full_832880AmericaFrontccc.jpg,God Eater 2: Rage Burst,PC,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2016-10-01,2018-07-04 -/games/boxart/full_9606774AmericaFrontccc.jpg,Data Hacker: Initiation,PC,Role-Playing,New Reality Games,New Reality Games,,,,,,,2014-07-21,2019-02-06 -/games/boxart/full_6048617JapanFrontccc.jpg,Star Ocean,SNES,Role-Playing,Enix,tri-Ace,,,,,,,1996-07-19, -/games/boxart/full_5472466AmericaFrontccc.jpg,Lichdom: Battlemage,PC,Role-Playing,Unknown,Unknown,,,,,,,2014-08-26, -/games/boxart/full_8227846AmericaFrontccc.png,Lightning Returns: Final Fantasy XIII,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2015-12-10, -/games/boxart/full_8314116AmericaFrontccc.jpg,Evoland 2,PC,Role-Playing,Shiro Games,Shiro Games,,,,,,,2015-08-25,2018-08-10 -/games/boxart/full_7729353AmericaFrontccc.jpg,Fullmetal Alchemist 2: Curse of the Crimson Elixir,PS2,Role-Playing,Square Enix,Racjin,,,,,,,2005-07-12, -/games/boxart/full_4414332AmericaFrontccc.jpg,Valkyrie Profile: Covenant of the Plume,DS,Role-Playing,Square Enix,tri-Ace,7.5,,,,,,2009-03-16, -/games/boxart/full_shin-megami-tensei-persona-3-portable_1AmericaFront.jpg,Shin Megami Tensei: Persona 3 Portable,PSP,Role-Playing,Atlus,Atlus Co.,8.9,,,,,,2010-07-06, -/games/boxart/full_5733573AmericaFrontccc.jpg,Chroma Squad,PC,Role-Playing,Behold Studios,Behold Studios,,,,,,,2015-04-30,2019-03-08 -/games/boxart/full_1389398AmericaFrontccc.jpg,Destiny Warriors RPG,PC,Role-Playing,Unknown,ninjalex,,,,,,,,2019-02-23 -/games/boxart/full_6066126AmericaFrontccc.jpg,Tales of Symphonia: Dawn of the New World,Wii,Role-Playing,Namco Bandai,Namco Tales Studio,6.8,,,,,,2008-11-11, -/games/boxart/full_1618669AmericaFrontccc.jpg,Phantasy Star 0,DS,Role-Playing,Sega,Sonic Team,7.5,,,,,,2009-11-10, -/games/boxart/full_352585JapanFrontccc.jpg,Tales of Phantasia,SNES,Role-Playing,Namco,Wolf Team,,,,,,,1995-12-15, -/games/boxart/8946064ccc.jpg,Drakengard 2,PS2,Role-Playing,Ubisoft,Cavia Inc.,,,,,,,2006-02-14, -/games/boxart/full_8115274AmericaFrontccc.jpg,Shin Megami Tensei: Persona,PSP,Role-Playing,Atlus,Atlus Co.,7.6,,,,,,2009-09-22, -/games/boxart/full_3320075AmericaFrontccc.jpg,Secrets of Grindea,PC,Role-Playing,Unknown,Pixel Ferrets,,,,,,,,2019-02-25 -/games/boxart/full_3653449AmericaFrontccc.jpg,Legend of Dungeon,PC,Role-Playing,Unknown,Robot Loves Kitty,,,,,,,,2019-02-25 -/games/boxart/full_4409633AmericaFrontccc.jpg,Data Hacker: Corruption,PC,Role-Playing,Unknown,New Reality Games,,,,,,,,2019-02-25 -/games/boxart/full_2493823AmericaFrontccc.jpg,Skyborn,PC,Role-Playing,Unknown,Dancing Dragon Games,,,,,,,,2019-02-26 -/games/boxart/full_6016015AmericaFrontccc.jpg,Pillars of Eternity II: Deadfire,PC,Role-Playing,Versus Evil,Obsidian Entertainment,,,,,,,2018-12-31,2018-01-11 -/games/boxart/full_3397846AmericaFrontccc.jpg,Secret Of Magia,PC,Role-Playing,Unknown,EQ-Games,,,,,,,,2019-02-26 -/games/boxart/full_5478840JapanFrontccc.jpg,Summon Night 4,PS2,Role-Playing,Banpresto,Flight-Plan,,,,,,,2006-11-30, -/games/boxart/full_9259615AmericaFrontccc.png,Atelier Sophie 2: The Alchemist of the Mysterious Dream,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2022-02-25,2022-05-11 -/games/boxart/full_8144684AmericaFrontccc.jpg,Blue Reflection,Series,Role-Playing,Koei Tecmo,Gust,,,,,,,2017-09-26,2022-02-28 -/games/boxart/7914176ccc.jpg,Digimon World DS,DS,Role-Playing,Namco Bandai,Namco Bandai Games America,,,,,,,2006-11-07, -/games/boxart/full_2806511AmericaFrontccc.jpg,Disgaea 5 Complete,NS,Role-Playing,NIS America,Nippon Ichi Software,9,,,,,,2017-05-23,2018-02-25 -/games/boxart/full_gothic_538AmericaFront.jpg,Gothic,PC,Role-Playing,Xicat Interactive,Piranha Bytes,8.1,,,,,,2001-11-23, -/games/boxart/full_1122308AmericaFrontccc.jpg,Gothic II,PC,Role-Playing,Atari,Piranha Bytes,8,,,,,,2003-10-28, -/games/boxart/full_7675509AmericaFrontccc.jpg,King's Field (Japan),PS,Role-Playing,From Software,From Software,,,,,,,1994-12-16, -/games/boxart/full_8556745AmericaFrontccc.jpg,Phantasy Star Universe,PS2,Role-Playing,Sega,Sonic Team,6.4,,,,,,2006-10-24, -/games/boxart/full_1283647AmericaFrontccc.jpg,Romancing SaGa 2,All,Role-Playing,Square,Square,,,,,,,1993-12-10,2021-02-20 -/games/boxart/full_7981181AmericaFrontccc.png,Toukiden Kiwami,All,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2015-06-26,2021-02-05 -/games/boxart/full_719293AmericaFrontccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,All,Role-Playing,Sirtech,Sir-Tech,,,,,,,1981-09-01,2021-04-06 -/games/boxart/full_9136907AmericaFrontccc.jpg,Labyronia RPG 2,PC,Role-Playing,Unknown,Labyrinthine,,,,,,,,2019-02-27 -/games/boxart/full_7613626AmericaFrontccc.jpg,Agarest: Generations of War,PC,Role-Playing,Unknown,Idea Factory,,,,,,,,2019-02-28 -/games/boxart/full_2610605AmericaFrontccc.jpg,Sword of the Stars: The Pit,PC,Role-Playing,Unknown,Kerberos Productions Inc.,,,,,,,,2019-02-28 -/games/boxart/2561702ccc.jpg,NeverEnd,PC,Role-Playing,DreamCatcher Interactive,Mayhem Studios,,,,,,,2006-10-02, -/games/boxart/full_4048091AmericaFrontccc.jpg,Dragon Ball Z: Attack of the Saiyans,DS,Role-Playing,Namco Bandai,Monolith Soft,7.2,,,,,,2009-11-10, -/games/boxart/5832016ccc.jpg,Valkyrie Profile: Lenneth,PSP,Role-Playing,Square Enix,tri-Ace,8.1,,,,,,2006-07-18, -/games/boxart/full_8516772AmericaFrontccc.jpg,The Incredible Adventures of Van Helsing: Final Cut,PC,Role-Playing,Unknown,NeoCoreGames,,,,,,,,2019-03-02 -/games/boxart/full_4165818JapanFrontccc.jpg,Tales of the World: Narikiri Dungeon 2,GBA,Role-Playing,Namco,Alfa System,,,,,,,2002-10-25, -/games/boxart/full_803958AmericaFrontccc.jpg,Sword Art Online: Fatal Bullet,PC,Role-Playing,Namco Bandai Games,Dimps Corporation,,,,,,,2018-02-23,2018-02-23 -/games/boxart/full_1377048AmericaFrontccc.jpg,Sacred 3,PC,Role-Playing,Deep Silver,Keen Games,,,,,,,2014-07-29,2018-11-16 -/games/boxart/full_5493677AmericaFrontccc.jpg,Dinosaur King,DS,Role-Playing,Sega,Climax Entertainment,,,,,,,2008-09-23, -/games/boxart/full_6088167AmericaFrontccc.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2017-12-21,2020-10-17 -/games/boxart/full_8978481JapanFrontccc.jpg,Hanjuku Eiyuu Tai 3D,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2003-06-26, -/games/boxart/full_891840AmericaFrontccc.jpg,Musashi: Samurai Legend,PS2,Role-Playing,Square Enix,Square Enix,6.9,,,,,,2005-03-15, -/games/boxart/full_7574096AmericaFrontccc.jpg,Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon,PS2,Role-Playing,Atlus,Atlus Co.,8,,,,,,2009-05-12, -/games/boxart/full_6231374AmericaFrontccc.png,Curse of the Azure Bonds,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1989-01-01,2021-03-22 -/games/boxart/full_3338470AmericaFrontccc.jpg,Krater,PC,Role-Playing,Unknown,Fatshark,,,,,,,2012-06-12, -/games/boxart/full_7282243AmericaFrontccc.jpg,Machine Made: Rebirth,PC,Role-Playing,Unknown,Proteus Studios,,,,,,,,2019-03-05 -/games/boxart/full_9453930AmericaFrontccc.jpg,Wanderlust: Rebirth,PC,Role-Playing,Unknown,Yeti Trunk,,,,,,,,2019-03-06 -/games/boxart/full_2625939AmericaFrontccc.jpg,Disgaea 5: Alliance of Vengeance,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2015-10-06, -/games/boxart/full_7637410AmericaFrontccc.jpg,Pyre,PC,Role-Playing,Unknown,Supergiant Games,,,,,,,,2019-03-10 -/games/boxart/full_5655896AmericaFrontccc.jpg,Moon Hunters,PC,Role-Playing,Unknown,Kitfox Games,,,,,,,,2019-03-10 -/games/boxart/full_247405PALFrontccc.png,Atelier Sophie: The Alchemist of the Mysterious Book,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2015-11-19,2020-10-16 -/games/boxart/full_8342676AmericaFrontccc.jpg,Wolcen: Lords of Mayhem,PC,Role-Playing,Unknown,WOLCEN Studio,,,,,,,,2019-03-10 -/games/boxart/full_6084063AmericaFrontccc.jpg,Disgaea PC,PC,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2016-02-24,2017-12-31 -/games/boxart/full_4783594AmericaFrontccc.jpg,Dungeons & Dragons: Chronicles of Mystara,PC,Role-Playing,Unknown,Iron Galaxy Studios,,,,,,,,2019-03-12 -/games/boxart/full_9008476AmericaFrontccc.jpg,Space Rangers HD: A War Apart,PC,Role-Playing,Unknown,SNK Games,,,,,,,,2019-03-12 -/games/boxart/full_417337AmericaFrontccc.png,Secret of the Silver Blades,All,Role-Playing,Strategic Simulations,"Strategic Simulations, Inc.",,,,,,,1990-01-01,2021-03-22 -/games/boxart/full_6862079AmericaFrontccc.jpg,Final Fantasy Type-0 HD,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2019-03-16 -/games/boxart/full_575982JapanFrontccc.jpg,Star Ocean: Till the End of Time Director's Cut,PS2,Role-Playing,Square Enix,tri-Ace,,,,,,,2004-01-22, -/games/boxart/full_500025AmericaFrontccc.jpg,King's Bounty: Warriors of the North,PC,Role-Playing,Unknown,1C-SoftClub,,,,,,,,2019-03-17 -/games/boxart/full_3365972PALFrontccc.jpg,Vampyr,PC,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,,,,,,2018-06-05,2018-02-08 -/games/boxart/full_4500107AmericaFrontccc.jpg,West of Loathing,PC,Role-Playing,Unknown,Asymmetric Publications,,,,,,,,2019-03-17 -/games/boxart/full_2440325AmericaFrontccc.jpg,3D Dot Game Heroes,PS3,Role-Playing,Atlus,Silicon Studio,7.5,,,,,,2010-05-11, -/games/boxart/full_5793790AmericaFrontccc.jpg,Final Fantasy Fables: Chocobo's Dungeon,Wii,Role-Playing,Square Enix,High Horse Entertainment,7.4,,,,,,2008-07-08, -/games/boxart/4260210ccc.jpg,Final Fantasy II Anniversary Edition,PSP,Role-Playing,Square Enix,Square Enix,6.5,,,,,,2007-07-24, -/games/boxart/full_7180581JapanFrontccc.jpg,Summon Night 5,PSP,Role-Playing,Gaijinworks,Felistella,,,,,,,2015-12-15,2018-11-08 -/games/boxart/full_9039612JapanFrontccc.jpg,Tales of Innocence,DS,Role-Playing,Namco Bandai,Alfa System,,,,,,,2007-12-06, -/games/boxart/full_1222388AmericaFrontccc.jpg,The Bard's Tale: Remastered and Resnarkled,PC,Role-Playing,Unknown,InXile Entertainment,,,,,,,,2019-03-19 -/games/boxart/4580698ccc.jpg,.hack//G.U. Vol.1//Rebirth,PS2,Role-Playing,Namco Bandai,CyberConnect2,6.6,,,,,,2006-10-24, -/games/boxart/full_icewind-dale_972AmericaFront.jpg,Icewind Dale,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2000-06-29, -/games/boxart/full_3979865AmericaFrontccc.jpg,Tap Heroes,PC,Role-Playing,Unknown,VaragtP,,,,,,,,2019-03-19 -/games/boxart/full_9526825AmericaFrontccc.jpg,The Banner Saga 2,PC,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-04-19, -/games/boxart/full_6852059AmericaFrontccc.jpg,Alchemyland,PC,Role-Playing,Unknown,azimut team,,,,,,,,2019-03-20 -/games/boxart/full_8342405AmericaFrontccc.jpg,Shin Megami Tensei: Strange Journey,DS,Role-Playing,Atlus,Atlus Co.,8,,,,,,2010-03-23, -/games/boxart/full_5213397AmericaFrontccc.jpg,Rogue Port - Red Nightmare,PC,Role-Playing,Sunight Games,Sunight Games,,,,,,,2016-05-07,2019-04-21 -/games/boxart/full_4901571AmericaFrontccc.jpg,Tempest: Pirate Action RPG,PC,Role-Playing,Unknown,Unknown,,,,,,,,2019-03-23 -/games/boxart/full_7971489AmericaFrontccc.jpg,Citadel: Forged with Fire,PC,Role-Playing,Unknown,Blue Isle Studios,,,,,,,,2019-03-24 -/games/boxart/full_4041989AmericaFrontccc.jpg,Etrian Odyssey IV: Legends of the Titan,3DS,Role-Playing,Atlus,Atlus Co.,8.2,,,,,,2013-02-26,2018-01-17 -/games/boxart/full_3265498AmericaFrontccc.jpg,Labyrinth of Refrain: Coven of Dusk,All,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2018-09-18,2021-02-09 -/games/boxart/full_2221640AmericaFrontccc.jpg,Moonlighter,NS,Role-Playing,Merge Games,Digital Sun,8.3,,,,,,2018-11-09,2019-02-22 -/games/boxart/full_3030958AmericaFrontccc.png,Nights of Azure,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2016-03-29,2021-02-07 -/games/boxart/full_8031295AmericaFrontccc.png,Pool of Radiance: Ruins of Myth Drannor,PC,Role-Playing,Ubisoft,Stormfront Studios,,,,,,,2001-09-28, -/games/boxart/full_8717225AmericaFrontccc.jpg,Shin Megami Tensei: Devil Survivor,DS,Role-Playing,Atlus,Atlus Co.,8.4,,,,,,2009-06-23, -/games/boxart/full_8964578AmericaFrontccc.jpg,Tales of the Abyss,3DS,Role-Playing,Namco Bandai,Namco Tales Studio,7.3,,,,,,2012-02-14, -/games/boxart/full_1386754AmericaFrontccc.jpg,Fight The Dragon,PC,Role-Playing,Unknown,3 Sprockets,,,,,,,,2019-03-24 -/games/boxart/full_9976132PALFrontccc.jpg,Battle Chasers: Nightwar,PC,Role-Playing,THQ Nordic,Airship Syndicate,,,,,,,2017-10-03,2018-09-22 -/games/boxart/full_6681904JapanFrontccc.jpg,Tales of Destiny: Director's Cut,PS2,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2008-01-31, -/games/boxart/full_915897JapanFrontccc.jpg,Shining Wind,PS2,Role-Playing,Sega,Amusement Vision,,,,,,,2007-05-17, -/games/boxart/full_9844320AmericaFrontccc.jpg,The Chosen RPG,PC,Role-Playing,Unknown,Little Big Lee,,,,,,,,2019-03-29 -/games/boxart/full_7790199AmericaFrontccc.jpg,RoboMatch,PC,Role-Playing,Lasta Dan Publisher,Anti-Ded GameDev,,,,,,,2017-03-06,2019-04-22 -/games/boxart/full_8386302AmericaFrontccc.jpg,Ys I & II Chronicles+,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2013-02-14,2019-04-22 -/games/boxart/full_5534557JapanFrontccc.jpg,Dragon Quest Characters: Torneko no Daibouken 3: Fushigi no Dungeon,PS2,Role-Playing,Enix,ChunSoft,,,,,,,2002-10-31, -/games/boxart/full_etrian-odyssey-iii-the-drowned-city_7AmericaFront.jpg,Etrian Odyssey III: The Drowned City,DS,Role-Playing,Atlus,Atlus Co. / Lancarse,7.3,,,,,,2010-09-21, -/games/boxart/full_9125448AmericaFrontccc.jpg,Battle Brothers,PC,Role-Playing,Overhype Studios,Overhype Studios,,,,,,,2017-03-24,2019-04-22 -/games/boxart/full_6426878AmericaFrontccc.jpg,DarkEnd,PC,Role-Playing,Kiss,Kodots Games,,,,,,,2014-10-17,2019-04-22 -/games/boxart/full_3623490AmericaFrontccc.jpg,Fairy Fencer F,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2015-08-04,2018-11-04 -/games/boxart/full_4336468JapanFrontccc.jpg,Tales of Phantasia: Full Voice Edition,PSP,Role-Playing,Namco Bandai,Mineloader Software,,,,,,,2006-09-07, -/games/boxart/full_5625998JapanFrontccc.jpg,Tales of Phantasia: Narikiri Dungeon,GB,Role-Playing,Namco,Alfa System,,,,,,,2000-11-10, -/games/boxart/full_9005064AmericaFrontccc.jpg,Battlepaths,PC,Role-Playing,Digerati Distribution,Key17 Games,,,,,,,2012-10-28,2019-03-29 -/games/boxart/full_2971002AmericaFrontccc.jpg,Final Fantasy IV,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2014-09-17,2019-04-22 -/games/boxart/full_9892030PALFrontccc.jpg,Fallout 4 VR,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2017-12-11,2018-02-07 -/games/boxart/full_1647467AmericaFrontccc.jpg,Hyperdimension Neptunia Re;Birth2: Sisters Generation,PC,Role-Playing,Idea Factory,Idea Factory,,,,,,,2015-05-29,2019-04-17 -/games/boxart/full_2833873JapanFrontccc.jpg,7th Dragon 2020-II,PSP,Role-Playing,Sega,imageepoch Inc.,,,,,,,2013-04-18,2018-11-14 -/games/boxart/full_525640AmericaFrontccc.jpg,Heroes of Ruin,3DS,Role-Playing,Square Enix,n-Space,6.6,,,,,,2012-07-17, -/games/boxart/full_2997014JapanFrontccc.jpg,Star Ocean: Blue Sphere,GB,Role-Playing,Enix,tri-Ace,,,,,,,2001-06-28, -/games/boxart/full_4301544AmericaFrontccc.jpg,QuestRun,PC,Role-Playing,Digerati Distribution,Cuve Games,,,,,,,2014-04-18,2019-04-21 -/games/boxart/full_3958299AmericaFrontccc.jpg,Runestone Keeper,PC,Role-Playing,Blackfire Games,Blackfire Games,,,,,,,2015-03-23,2019-04-21 -/games/boxart/full_2084979AmericaFrontccc.jpeg,Eye of the Beholder,All,Role-Playing,Unknown,Westwood Associates,,,,,,,,2021-03-24 -/games/boxart/full_tales-of-destiny-2_829JapanFront.jpg,Tales of Destiny 2,PSP,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2007-02-15, -/games/boxart/full_7278487AmericaFrontccc.jpg,Hero of the Kingdom,PC,Role-Playing,Lonely Troops,Lonely Troops,,,,,,,2012-12-20,2019-04-21 -/games/boxart/full_2963627AmericaFrontccc.jpg,Delver,PC,Role-Playing,Priority Interrupt,Priority Interrupt,,,,,,,2018-02-01,2019-04-21 -/games/boxart/full_192588AmericaFrontccc.jpg,Phantasie,Series,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1985-01-01,2021-03-25 -/games/boxart/full_7329557AmericaFrontccc.jpg,Hand of Fate 2,PC,Role-Playing,Defiant Development,Defiant Development,,,,,,,2017-11-07,2019-04-21 -/games/boxart/full_6887843AmericaFrontccc.jpg,Rogue Port - Blue Nightmare,PC,Role-Playing,Sunight Games,Sunight Games,,,,,,,2017-02-20,2019-04-21 -/games/boxart/full_6475842AmericaFrontccc.jpg,Ni no Kuni II: Revenant Kingdom,PC,Role-Playing,Namco Bandai Games,Level 5,8.5,,,,,,2018-03-23,2019-04-21 -/games/boxart/full_monster-hunter-frontier_4JapanFront.jpg,Monster Hunter Frontier Online,X360,Role-Playing,Capcom,Capcom,,,,,,,2010-06-24, -/games/boxart/full_4798647JapanFrontccc.jpg,Tales of the World: Narikiri Dungeon 3,GBA,Role-Playing,Namco,Alfa System / Mars Corporation,,,,,,,2005-01-06, -/games/boxart/full_1286728AmericaFrontccc.jpg,Dead Age,PC,Role-Playing,Headup Games,Silent Dreams,,,,,,,2016-07-14,2019-04-17 -/games/boxart/full_2886344AmericaFrontccc.jpg,Three Heroes,PC,Role-Playing,Cats Who Play,Cats Who Play,,,,,,,2015-09-17,2019-04-17 -/games/boxart/full_8832745AmericaFrontccc.jpg,Epic Battle Fantasy 4,PC,Role-Playing,Matt Roszak,Matt Roszak,,,,,,,2014-02-25,2019-04-17 -/games/boxart/full_6017142AmericaFrontccc.jpg,Desktop Dungeons,PC,Role-Playing,QCF Design,QCF Design,8.5,,,,,,2013-11-07,2019-04-17 -/games/boxart/full_603864AmericaFrontccc.jpg,- Arcane Raise -,PC,Role-Playing,WAX Publishing,Arcane Raise,,,,,,,2017-03-10,2019-04-17 -/games/boxart/full_avadon-the-black-fortress_465AmericaFront.png,Avadon: The Black Fortress,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2011-05-02,2019-04-17 -/games/boxart/full_8695875AmericaFrontccc.jpg,Atelier Ayesha: The Alchemist of Dusk,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2013-03-05,2018-01-02 -/games/boxart/full_9362564AmericaFrontccc.jpg,Blue Reflection: Second Light,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-11-09,2022-02-28 -/games/boxart/full_1061744AmericaFrontccc.jpg,Ultima III: Exodus,All,Role-Playing,Origin Systems,Origin Systems,,,,,,,1983-08-23,2021-03-15 -/games/boxart/full_champions-of-krynn_236AmericaFront.jpg,Champions of Krynn,PC,Role-Playing,SSI,SSI,,,,,,,1990-01-01, -/games/boxart/full_7670959AmericaFrontccc.jpg,Sword Art Online: Hollow Realization,PC,Role-Playing,Bandai Namco Entertainment,Aquria,,,,,,,2017-10-27,2019-03-22 -/games/boxart/full_7147751AmericaFrontccc.jpg,Dungeons & Dragons: Daggerdale,PC,Role-Playing,Atari,Bedlam Games,,,,,,,2011-06-24,2019-04-08 -/games/boxart/full_2775038AmericaFrontccc.jpg,Crashlands,PC,Role-Playing,Butterscotch Shenanigans,Butterscotch Shenanigans,,,,,,,2016-01-21,2019-04-06 -/games/boxart/full_5054552AmericaFrontccc.jpg,Dead State: Reanimated,PC,Role-Playing,DoubleBear Productions,DoubleBear Productions,,,,,,,2014-12-04,2019-03-29 -/games/boxart/full_460258AmericaFrontccc.jpg,Final Fantasy XII: The Zodiac Age,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-01,2018-09-22 -/games/boxart/full_1335625AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,All,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 -/games/boxart/full_8749219AmericaFrontccc.jpg,Planescape Torment: Enhanced Edition,PC,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 -/games/boxart/full_2824468AmericaFrontccc.jpg,Sakura Dungeon,PC,Role-Playing,Winged Cloud,Winged Cloud,,,,,,,2016-06-03,2019-04-04 -/games/boxart/full_7079500AmericaFrontccc.jpg,Vanishing Realms,PC,Role-Playing,Indimo Labs LLC,Indimo Labs LLC,,,,,,,2016-04-05,2019-04-04 -/games/boxart/full_4855031AmericaFrontccc.jpg,Final Fantasy VI,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2015-12-16,2019-03-27 -/games/boxart/full_5311390AmericaFrontccc.jpg,LiEat,PC,Role-Playing,AGM Playism,Miwashiba,,,,,,,2016-02-26,2019-03-26 -/games/boxart/full_1484899AmericaFrontccc.jpg,Knights of Pen and Paper 2,PC,Role-Playing,Paradox Interactive,Kyy Games,,,,,,,2015-10-20,2019-03-26 -/games/boxart/full_3381722AmericaFrontccc.jpg,The Technomancer,PC,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2016-06-28,2018-06-27 -/games/boxart/full_7059618AmericaFrontccc.jpg,Atelier Escha & Logy: Alchemists of the Dusk Sky,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2014-03-11,2018-01-02 -/games/boxart/full_4493330AmericaFrontccc.jpg,Bullet Girls Phantasia,All,Role-Playing,D3 Publisher,SHADE Inc.,,,,,,,2020-01-17,2020-10-10 -/games/boxart/full_7914829PALFrontccc.jpg,God Wars: Future Past,All,Role-Playing,NIS America,Kadokawa Games,,,,,,,2017-06-20,2021-01-24 -/games/boxart/full_1828177AmericaFrontccc.jpg,Might and Magic: The Secret of the Inner Sanctum,All,Role-Playing,New World Computing,New World Computing,,,,,,,1986-01-01,2021-03-13 -/games/boxart/full_3109243AmericaFrontccc.jpg,Muramasa Rebirth,PSV,Role-Playing,Aksys Games,Vanillaware,,,,,,,2013-06-25,2019-01-10 -/games/boxart/full_2453792JapanFrontccc.jpg,Tales of the World: Summoner's Lineage,GBA,Role-Playing,Namco,Magical Company,,,,,,,2003-03-07, -/games/boxart/full_4956770JapanFrontccc.jpg,Toriko: Gourmet Survival 2,PSP,Role-Playing,Unknown,Natsume,,,,,,,,2020-11-20 -/games/boxart/full_6981039AmericaFrontccc.jpg,Ultima II: Revenge of the Enchantress,PC,Role-Playing,Sierra Online,"Sierra On-Line, Inc.",,,,,,,1982-01-01, -/games/boxart/full_3580742AmericaFrontccc.png,Savage Frontier,Series,Role-Playing,Strategic Simulations,Beyond Software,,,,,,,1991-01-01,2021-03-22 -/games/boxart/full_5648502JapanFrontccc.jpg,Tales of Fandom Vol.2,PS2,Role-Playing,Namco Bandai,Namco Tales Studio,,,,,,,2007-06-28, -/games/boxart/full_47821JapanFrontccc.jpg,Egg Monster Hero,DS,Role-Playing,Unknown,Neverland,,,,,,,, -/games/boxart/full_hanjuku-eiyuu-4-7-jin-no-hanjuku-eiyuu_5JapanFront.jpg,Hanjuku Eiyuu 4: 7-Jin no Hanjuku Eiyuu,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-05-26, -/games/boxart/full_4534693AmericaFrontccc.jpg,Shin Megami Tensei: Devil Summoner: Soul Hackers,3DS,Role-Playing,Atlus,Atlus,,,,,,,2013-04-16,2018-01-22 -/games/boxart/full_613085AmericaFrontccc.jpg,Atelier Shallie: Alchemists of the Dusk Sea,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2015-03-10,2018-11-03 -/games/boxart/full_7198733AmericaFrontccc.jpg,Blue Reflection,All,Role-Playing,Koei Tecmo,Gust,,,,,,,2017-09-26,2020-10-17 -/games/boxart/full_832634JapanFrontccc.jpg,Fullmetal Alchemist 3: Kami o Tsugu Shoujo,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-07-21, -/games/boxart/full_439815AmericaFrontccc.png,Hillsfar,All,Role-Playing,Westwood Studios,Westwood,,,,,,,1989-01-01,2021-03-22 -/games/boxart/full_5444174AmericaFrontccc.png,Eye of the Beholder II: The Legend of Darkmoon,PC,Role-Playing,SSI,Westwood Associates,,,,,,,1991-01-01, -/games/boxart/8345486ccc.jpg,Dawn of Mana,PS2,Role-Playing,Square Enix,Square Enix,6.3,,,,,,2007-05-24, -/games/boxart/full_4216501AmericaFrontccc.jpg,Half-Minute Hero,PSP,Role-Playing,Xseed Games,Opus Studio,8.5,,,,,,2009-10-13, -/games/boxart/full_625027JapanFrontccc.jpg,Sigma Harmonics,DS,Role-Playing,Square Enix,Square Enix,,,,,,,2008-08-21, -/games/boxart/full_7869095JapanFrontccc.jpg,Uncharted Waters IV HD Version,All,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-05-20,2021-07-27 -/games/boxart/full_1957207AmericaFrontccc.png,Gateway to the Savage Frontier,All,Role-Playing,Strategic Simulations,Beyond Software,,,,,,,1991-01-01,2021-03-22 -/games/boxart/full_9371390AmericaFrontccc.png,Death Knights of Krynn,PC,Role-Playing,SSI,SSI,,,,,,,1991-01-01, -/games/boxart/full_4482833JapanFrontccc.jpg,Persona 2: Eternal Punishment,PSP,Role-Playing,Atlus,Atlus,,,,,,,2012-05-17,2018-01-11 -/games/boxart/full_pools-of-darkness_841AmericaFront.jpg,Pools of Darkness,PC,Role-Playing,SSI,SSI,,,,,,,1991-01-01, -/games/boxart/full_4328055AmericaFrontccc.jpg,Buck Rogers: Countdown to Doomsday,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1990-01-01,2021-03-22 -/games/boxart/full_6222346AmericaFrontccc.png,Eye of the Beholder III: Assault on Myth Drannor,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1992-01-01, -/games/boxart/full_6371254AmericaFrontccc.jpg,Disgaea 7,All,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2023-01-26,2023-02-10 -/games/boxart/full_2479841JapanFrontccc.jpg,Growlanser,PSP,Role-Playing,Atlus,Career Soft,,,,,,,2009-05-14, -/games/boxart/full_1003619AmericaFrontccc.png,Metal Max Xeno,All,Role-Playing,NIS America,Kadokawa Games,,,,,,,2018-09-25,2021-02-08 -/games/boxart/full_5200870AmericaFrontccc.jpg,Monark,All,Role-Playing,FuRyu Corporation,Lancarse,,,,,,,2022-02-22,2021-10-21 -/games/boxart/full_186724AmericaFrontccc.jpg,Omega Labyrinth Life,All,Role-Playing,D3 Publisher,Matrix Games,,,,,,,2019-12-10,2020-10-10 -/games/boxart/full_5939192AmericaFrontccc.png,Phantasie,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1985-01-01,2021-03-25 -/games/boxart/full_1009480AmericaFrontccc.jpg,Ultima I: The First Age of Darkness,PC,Role-Playing,California Pacific,"Origin Systems, Inc.",,,,,,,1981-01-01, -/games/boxart/full_2486198AmericaFrontccc.png,Wizard's Crown,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_6205598AmericaFrontccc.jpg,Muramasa: The Demon Blade,Wii,Role-Playing,Ignition Entertainment,Vanillaware,8,,,,,,2009-09-08,2019-01-10 -/games/boxart/full_7612627AmericaFrontccc.jpg,Phantasie III: The Wrath of Nikademus,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1987-01-01,2021-03-25 -/games/boxart/full_338149AmericaFrontccc.jpg,Arc Rise Fantasia,Wii,Role-Playing,Ignition Entertainment,imageepoch Inc.,6.3,,,,,,2010-07-20, -/games/boxart/full_1176489JapanFrontccc.jpg,Shin Megami Tensei NINE,XB,Role-Playing,Atlus,Next Entertainment,,,,,,,2002-12-05, -/games/boxart/full_7553493AmericaFrontccc.png,The Dark Queen of Krynn,All,Role-Playing,Strategic Simulations,MicroMagic,,,,,,,1992-01-01,2021-03-22 -/games/boxart/full_3689142AmericaFrontccc.png,Buck Rogers: Matrix Cubed,PC,Role-Playing,Unknown,Strategic Simulations,,,,,,,,2021-03-22 -/games/boxart/full_1427580AmericaFrontccc.jpg,Questron,PC,Role-Playing,Unknown,Strategic Simulations,,,,,,,,2021-03-27 -/games/boxart/full_3211923JapanFrontccc.jpg,Valhalla Knights 2: Battle Stance,PSP,Role-Playing,Marvelous Interactive,K2,,,,,,,2009-06-25, -/games/boxart/full_4546648AmericaFrontccc.png,Forgotten Realms: Unlimited Adventures,All,Role-Playing,Strategic Simulations,MicroMagic,,,,,,,1993-03-17,2021-03-24 -/games/boxart/full_3584265AmericaFrontccc.png,Treasures of the Savage Frontier,PC,Role-Playing,Unknown,Beyond Software,,,,,,,,2021-03-22 -/games/boxart/full_2953052AmericaFrontccc.jpg,Phantasie II,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_7748261AmericaFrontccc.jpg,Akalabeth,PC,Role-Playing,California Pacific,Top of the Orchard,,,,,,,1979-01-01, -/games/boxart/full_6894031AmericaFrontccc.jpg,Criminal Girls 2: Party Favors,PSV,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2016-10-11,2018-01-15 -/games/boxart/full_dungeon-hack_561AmericaFront.jpg,Dungeon Hack,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1993-01-01, -/games/boxart/full_199304AmericaFrontccc.jpg,Dungeon Masters Assistant Volume I: Encounters,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1989-01-01,2021-03-26 -/games/boxart/full_9352974AmericaFrontccc.jpg,Neverwinter Nights: Darkness over Daggerford,All,Role-Playing,Ossian Studios,Ossian Studios,,,,,,,2006-08-16,2021-03-15 -/games/boxart/full_5076127AmericaFrontccc.png,The Eternal Dagger,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1987-01-01,2021-03-25 -/games/boxart/full_1081386AmericaFrontccc.jpg,Rings of Zilfin,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_770797AmericaFrontccc.jpg,Valhalla Knights: Eldar Saga,Wii,Role-Playing,Xseed Games,K2 / Kurogane,3.5,,,,,,2009-09-29, -/games/boxart/full_3829081AmericaFrontccc.jpg,BattleTech: The Crescent Hawk's Inception,PC,Role-Playing,Infocom,Westwood Associates,,,,,,,1988-11-01, -/games/boxart/full_9370834AmericaFrontccc.png,Shard of Spring,All,Role-Playing,Strategic Simulations,TX Digital Illusions,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_6122992AmericaFrontccc.png,Realms of Darkness,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_quarterstaff-tomb-of-setmoth_941AmericaFront.jpg,Quarterstaff: Tomb of Setmoth,PC,Role-Playing,Unknown,Simulated Environment Systems,,,,,,,1990-08-10, -/games/boxart/full_3657501AmericaFrontccc.jpg,DragonQuest,All,Role-Playing,Enix,Simulations Publications,,,,,,,1986-05-27,2021-04-06 -/games/boxart/full_7890779AmericaFrontccc.jpg,Apventure to Atlantis,OSX,Role-Playing,Unknown,Synergistic Software,,,,,,,,2021-04-06 -/games/boxart/full_5334600AmericaFrontccc.jpg,Swordsman Online,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2015-01-01, -/games/boxart/default.jpg,.hack//fragment,PC,Role-Playing,Namco Bandai,CyberConnect2 / ArtDink,,,,,,,2005-11-01, -/games/boxart/full_5095091AmericaFrontccc.jpg,.hack//G.U. Last Recode,PC,Role-Playing,Namco Bandai Games,CyberConnect2,,,,,,,2018-01-01,2018-06-10 -/games/boxart/default.jpg,100 Years' War,PC,Role-Playing,Unknown,Internet Gaming Gate,,,,,,,, -/games/boxart/full_4995894JapanFrontccc.jpg,3-Nen B-Gumi Kinpachi Sensei: Densetsu no Kyoudan ni Tate!,PS2,Role-Playing,ChunSoft,ChunSoft,,,,,,,2004-06-24, -/games/boxart/full_7th-dragon-2020_263JapanFront.jpg,7th Dragon 2020,PSN,Role-Playing,Sega,Image Epoch,,,,,,,2011-11-23, -/games/boxart/full_1995843AmericaFrontccc.png,9Dragons,PC,Role-Playing,Acclaim Entertainment,Indy21,,,,,,,2007-05-09, -/games/boxart/full_a-farewell-to-dragons_331PALFront.jpg,A Farewell to Dragons,PC,Role-Playing,1C Company,Arise / KranX Productions,,,,,,,2009-11-11, -/games/boxart/full_a-pimp-rpg_113AmericaFront.jpg,A Pimp RPG,XBL,Role-Playing,Microsoft,HobbiSoft,,,,,,,2011-09-16, -/games/boxart/full_6204712AmericaFrontccc.jpg,A Wizard's Lizard,OSX,Role-Playing,"Lost Decade Games, LLC","Lost Decade Games, LLC",,,,,,,2014-06-16, -/games/boxart/full_7963701AmericaFrontccc.jpg,A Wizard's Lizard,Linux,Role-Playing,"Lost Decade Games, LLC","Lost Decade Games, LLC",,,,,,,2014-06-16, -/games/boxart/full_7110834AmericaFrontccc.jpg,A Wizard's Lizard,PC,Role-Playing,"Lost Decade Games, LLC","Lost Decade Games, LLC",,,,,,,2014-06-16, -/games/boxart/9453846ccc.jpg,A.I.M.,PC,Role-Playing,1C Company,SkyRiver Studios,,,,,,,2004-01-01, -/games/boxart/full_aim-2_825PALFront.jpg,A.I.M. 2: Clan Wars,PC,Role-Playing,1C Company,SkyRiver Studios,,,,,,,2008-03-20, -/games/boxart/7706535ccc.jpg,Abandoned Places: A Time for Heroes,PC,Role-Playing,Unknown,Art,,,,,,,1992-01-01, -/games/boxart/full_5093775JapanFrontccc.jpg,Absolute: Blazing Infinity,X360,Role-Playing,Idea Factory,Neverland,,,,,,,2007-03-29, -/games/boxart/full_6922127JapanFrontccc.jpg,Absolute: Blazing Infinity,XBL,Role-Playing,Idea Factory,Neverland,,,,,,,2009-12-22, -/games/boxart/full_6746440AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Eye of the Beholder,SCD,Role-Playing,Sega,"FCI, Inc.",,,,,,,1994-06-29, -/games/boxart/full_9256549AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Hillsfar,NES,Role-Playing,FCI,Strategic Simulations,,,,,,,1993-02-01, -/games/boxart/full_4372964AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Curse of the Azure Bonds,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1989-01-01, -/games/boxart/full_5943623JapanFrontccc.jpg,Advanced Dungeons & Dragons: Dragons of Flame,NES,Role-Playing,Pony Canyon,Atelier Double,,,,,,,1992-02-21, -/games/boxart/full_6747227AmericaFrontccc.jpg,Advanced Dungeons & Dragons: DragonStrike,NES,Role-Playing,FCI,Westwood Studios,,,,,,,1992-07-01, -/games/boxart/4414932ccc.jpg,Advanced Dungeons & Dragons: Eye of the Beholder,SNES,Role-Playing,Capcom,Capcom,,,,,,,1994-01-01, -/games/boxart/full_9706409AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Heroes of the Lance,NES,Role-Playing,FCI,"Strategic Simulations, Inc.",,,,,,,1991-01-01, -/games/boxart/full_advanced-dungeons-ampamp-dragons-heroes-of-the-lance_0PALFront.jpg,Advanced Dungeons & Dragons: Heroes of the Lance,MS,Role-Playing,U.S. Gold,Tiertex Design Studios,,,,,,,1991-01-01, -/games/boxart/full_2517020AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Hillsfar,PC,Role-Playing,SSI,Westwood Studios,,,,,,,1989-01-01, -/games/boxart/full_6547012AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Pool of Radiance,NES,Role-Playing,FCI,Marionette,,,,,,,1992-04-01, -/games/boxart/full_1374243AmericaFrontccc.jpg,Advanced Dungeons & Dragons: Pool of Radiance,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1988-12-01, -/games/boxart/7103522ccc.jpg,Advanced Dungeons & Dragons: Slayer,3DO,Role-Playing,SSI,"Lion Entertainment, Inc.",,,,,,,1994-01-01, -/games/boxart/full_9569053AmericaFrontccc.jpg,Adventure in Serenia,PC,Role-Playing,IBM,On-Line Systems,,,,,,,1982-01-01, -/games/boxart/default.jpg,Adventures of Mana,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,2016-02-04, -/games/boxart/default.jpg,Adventures of Mana,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-02-04, -/games/boxart/full_adventures-to-go_7AmericaFront.jpg,Adventures to Go!,PSN,Role-Playing,Natsume,Global A Entertainment,,,,,,,2010-03-25, -/games/boxart/full_74050AmericaFrontccc.png,Aedis Eclipse: Generation of Chaos,PSN,Role-Playing,NIS America,Neverland Company,5.9,,,,,,2009-12-22, -/games/boxart/full_3088399PALFrontccc.jpg,AereA,PC,Role-Playing,Soedesco,Triangle Studios,,,,,,,2017-07-28,2018-08-01 -/games/boxart/full_9884159AmericaFrontccc.jpg,AereA,XOne,Role-Playing,Soedesco,Triangle Studios,,,,,,,2017-07-28,2018-08-01 -/games/boxart/full_3148056JapanFrontccc.jpg,After Armageddon Gaiden: Majuu Toushouden Eclipse,SCD,Role-Playing,Sega,Micro Design,,,,,,,1994-11-11, -/games/boxart/default.jpg,Age of Conan: Hyborian Adventures,X360,Role-Playing,Unknown,Funcom,,,,,,,, -/games/boxart/default.jpg,Age of Wulin - Legend of the Nine Scrolls,PC,Role-Playing,Unknown,Snail Game,,,,,,,, -/games/boxart/full_ahrimans-prophecy_475AmericaFront.jpg,Ahriman's Prophecy,PC,Role-Playing,Unknown,Amaranth Games,,,,,,,2005-12-05, -/games/boxart/default.jpg,Aion: Assault on Balaurea,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2010-09-10, -/games/boxart/full_5763137JapanFrontccc.jpg,Aisle Lord,SCD,Role-Playing,Wolf Team,Wolf Team,,,,,,,1992-05-29, -/games/boxart/full_5466711AmericaFrontccc.jpg,Akaneiro: Demon Hunters,PC,Role-Playing,Spicy Horse,Spicy Horse,,,,,,,2013-01-31, -/games/boxart/full_akazukin-cha-cha_9JapanFront.jpg,Akazukin ChaCha,GB,Role-Playing,Tomy Corporation,Tomy Corporation,,,,,,,1995-04-28, -/games/boxart/full_7569335AmericaFrontccc.jpg,Akuma: Demon Spawn,PC,Role-Playing,JC Research,JC Research,,,,,,,1999-10-19, -/games/boxart/full_al-qadim-the-genies-curse_560AmericaFront.jpg,Al-Qadim: The Genie's Curse,PC,Role-Playing,SSI,Stormfront Studios,,,,,,,1994-01-01, -/games/boxart/full_albert-odyssey_2JapanFront.jpg,Albert Odyssey,VC,Role-Playing,Unknown,SunSoft,,,,,,,, -/games/boxart/full_9095656JapanFrontccc.jpg,Albert Odyssey,SNES,Role-Playing,Sunsoft,SunSoft,,,,,,,1993-03-05, -/games/boxart/full_5073434JapanFrontccc.jpg,Albert Odyssey 2: Jashin no Taidou,SNES,Role-Playing,Sunsoft,SunSoft,,,,,,,1994-12-22, -/games/boxart/5062777ccc.jpg,Albert Odyssey: Legend of Eldean,SAT,Role-Playing,Working Designs,SunSoft,7,,,,,,1997-07-31, -/games/boxart/3129305ccc.jpg,Albion,PC,Role-Playing,Blue Byte,Blue Byte Software GmbH,,,,,,,1996-08-31, -/games/boxart/full_3953517JapanFrontccc.jpg,Alcahest,SNES,Role-Playing,Square,HAL Laboratory,,,,,,,1993-12-17, -/games/boxart/full_alganon_704AmericaFront.jpg,Alganon,PC,Role-Playing,Unknown,Quest Online,,,,,,,2010-03-01, -/games/boxart/full_alien-breed-2-assault_805AmericaFront.jpg,Alien Breed 2: Assault,PSN,Role-Playing,Team17 Software,Team17 Software,,,,,,,2010-12-07, -/games/boxart/full_alien-fires-2199-ad_967AmericaFront.jpg,Alien Fires: 2199 AD,PC,Role-Playing,Unknown,Jagware,,,,,,,, -/games/boxart/full_1209452AmericaFrontccc.png,Alien Syndrome,PSN,Role-Playing,Sega,Totally Games,4.9,,,,,,2009-09-30, -/games/boxart/default.jpg,All Points Bulletin,X360,Role-Playing,Unknown,Realtime Worlds,,,,,,,, -/games/boxart/default.jpg,All Points Bulletin,PS3,Role-Playing,Unknown,Realtime Worlds,,,,,,,, -/games/boxart/default.jpg,Allods Online,PC,Role-Playing,Unknown,Astrum Nival,6,,,,,,, -/games/boxart/full_5301982JapanFrontccc.jpg,Alnam no Tsubasa: Shouchiri no Sora no Achira e,PS,Role-Playing,Right Stuff,Right Stuff,,,,,,,1997-12-25, -/games/boxart/full_9846984JapanFrontccc.jpg,Alshark,SCD,Role-Playing,Unknown,Popcorn,,,,,,,1993-11-26, -/games/boxart/full_alternate-reality-the-city_870AmericaFront.jpg,Alternate Reality: The City,PC,Role-Playing,Unknown,Paradise Programming,,,,,,,1986-01-01, -/games/boxart/full_altis-gates_402AmericaFront.jpg,Altis Gates,PC,Role-Playing,IGG,IGG.com,,,,,,,2010-02-01, -/games/boxart/full_alundra_2AmericaFront.jpg,Alundra,PSN,Role-Playing,Sony Computer Entertainment,Matrix Software,,,,,,,2010-10-12, -/games/boxart/default.jpg,Amphibian Man,PS3,Role-Playing,Unknown,KDV Games,,,,,,,2020-12-31, -/games/boxart/full_7326099AmericaFrontccc.jpg,An Elder Scrolls Legend: Battlespire,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,6.7,,,,,,1997-11-30, -/games/boxart/full_3193385AmericaFrontccc.jpg,Anarchy Online,PC,Role-Playing,Funcom,Funcom,,,,,,,2001-01-26, -/games/boxart/full_3081011AmericaFrontccc.jpg,Anarchy Online: Alien Invasion,PC,Role-Playing,Funcom,Funcom,,,,,,,2004-08-31, -/games/boxart/full_anarchy-online-lost-eden_3AmericaFront.jpg,Anarchy Online: Lost Eden,PC,Role-Playing,Funcom,Funcom,,,,,,,2006-12-14, -/games/boxart/full_8199024AmericaFrontccc.jpg,Anarchy Online: Shadowlands,PC,Role-Playing,Funcom,Funcom,,,,,,,2003-09-08, -/games/boxart/full_1791562AmericaFrontccc.jpg,Anarchy Online: The Notum Wars,PC,Role-Playing,Funcom,Funcom,,,,,,,2002-11-23, -/games/boxart/2152132ccc.png,Ancient Domains of Mystery,PC,Role-Playing,Unknown,Thomas Biskup,,,,,,,1994-01-01, -/games/boxart/full_2194449AmericaFrontccc.jpg,Ancient Land of Ys,PC,Role-Playing,Broderbund,Unlimited Software Inc.,,,,,,,1989-01-01, -/games/boxart/full_1422404JapanFrontccc.jpg,Ancient Roman: Power of Dark Side,PS,Role-Playing,Nihon System,Nihon Systems,,,,,,,1998-04-23, -/games/boxart/default.jpg,Angband,PC,Role-Playing,Unknown,Andrew Sidwell,,,,,,,1996-08-06, -/games/boxart/default.jpg,Angel Senki,PS3,Role-Playing,Q Entertainment,Q Entertainment,,,,,,,2011-07-07, -/games/boxart/default.jpg,Angel Senki,PSN,Role-Playing,Q Entertainment,Q Entertainment,,,,,,,2009-09-16, -/games/boxart/full_6228517JapanFrontccc.jpg,Angel's Feather,PS2,Role-Playing,KID,KID Corporation,,,,,,,2004-03-11, -/games/boxart/full_9995684JapanFrontccc.jpg,Angel's Feather,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2003-04-25, -/games/boxart/full_8292350JapanFrontccc.jpg,Angel's Feather: Kohaku no Hitomi,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2005-07-29, -/games/boxart/full_617049JapanFrontccc.jpg,Angel's Feather: Kuro no Zanei,PS2,Role-Playing,GN Software,GN Software,,,,,,,2005-06-30, -/games/boxart/full_6880396JapanFrontccc.jpg,Angelique Duet,DS,Role-Playing,KOEI,Koei,,,,,,,2006-04-06, -/games/boxart/full_1938731JapanFrontccc.jpg,Angelique Tenkuu no Requiem,PS,Role-Playing,KOEI,Koei,,,,,,,1999-02-04, -/games/boxart/full_6896751JapanFrontccc.jpg,Angelique Tenkuu no Requiem,PCFX,Role-Playing,KOEI,Koei,,,,,,,1998-04-02, -/games/boxart/full_angels-online_41AmericaFront.jpg,Angels Online,PC,Role-Playing,IGG,UserJoy Technology,,,,,,,2007-01-01, -/games/boxart/full_9781874JapanFrontccc.jpg,Animal Breeder 3,GB,Role-Playing,J-Wing,J-Wing,,,,,,,1999-06-24, -/games/boxart/full_64956JapanFrontccc.jpg,Animal Breeder 4,GB,Role-Playing,J-Wing,J-Wing,,,,,,,2001-01-01, -/games/boxart/full_6683888JapanFrontccc.jpg,Animastar,DC,Role-Playing,Aki Corp.,Aki Corporation,,,,,,,2000-06-15, -/games/boxart/full_animastar-gb_754JapanFront.jpg,Animastar GB,GB,Role-Playing,Media Factory,Aki Corporation,,,,,,,2001-03-30, -/games/boxart/full_anonymous-notes-chapter-1-from-the-abyss_715AmericaFront.jpg,Anonymous Notes Chapter 1: From the Abyss,DSiW,Role-Playing,Sonic Powered,Sonic Powered,,,,,,,2011-04-04, -/games/boxart/full_anonymous-notes-chapter-2-from-the-abyss_46AmericaFront.jpg,Anonymous Notes Chapter 2: From the Abyss,DSiW,Role-Playing,Sonic Powered,Sonic Powered,,,,,,,2011-05-02, -/games/boxart/full_5707210JapanFrontccc.jpg,Another Bible,GB,Role-Playing,Atlus,Atlus Co.,,,,,,,1995-03-03, -/games/boxart/full_1457170PALFrontccc.jpg,Anthem,XOne,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2019-02-22,2018-06-10 -/games/boxart/full_7915472PALFrontccc.jpg,Anthem,PS4,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2019-02-22,2018-06-10 -/games/boxart/full_6989381PALFrontccc.jpg,Anthem,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2019-02-22,2018-06-10 -/games/boxart/full_2466488AmericaFrontccc.jpg,Antiquia Lost,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2016-08-04,2018-08-18 -/games/boxart/full_3734773AmericaFrontccc.jpg,Anvil of Dawn,PC,Role-Playing,New World Computing,DreamForge,,,,,,,1995-10-31, -/games/boxart/full_ape-quest_1AmericaFront.jpg,Ape Quest,PSN,Role-Playing,Sony Computer Entertainment,Shift,7,,,,,,2008-01-10, -/games/boxart/default.jpg,Aphelion,XBL,Role-Playing,Unknown,lunatic studios,,,,,,,, -/games/boxart/default.jpg,Aphelion 2,XBL,Role-Playing,Unknown,lunatic studios,,,,,,,, -/games/boxart/full_aphelion-episode-one-graves-of-earth_801AmericaFront.jpg,Aphelion Episode One: Graves of Earth,XBL,Role-Playing,Microsoft,lunatic studios,,,,,,,2010-07-08, -/games/boxart/full_aphelion-episode-two-wings-of-omega_676AmericaFront.jpg,Aphelion Episode Two: Wings of Omega,XBL,Role-Playing,Microsoft,lunatic studios,,,,,,,2010-12-19, -/games/boxart/full_267710JapanFrontccc.jpg,Apocalypse: Desire Next,X360,Role-Playing,Idea Factory,Neverland,,,,,,,2007-11-29, -/games/boxart/full_arc-the-lad_5AmericaFront.jpg,Arc the Lad,PSN,Role-Playing,Sony Computer Entertainment,G-Craft,,,,,,,2010-10-12, -/games/boxart/full_1891576AmericaFrontccc.jpg,Arc the Lad Collection,PS,Role-Playing,Working Designs,ARC Entertainment,,,,,,,2002-04-18, -/games/boxart/full_arc-the-lad-ii_681AmericaFront.jpg,Arc the Lad II,PSN,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,,,,,,2010-11-23, -/games/boxart/full_arc-the-lad-iii_938AmericaFront.jpg,Arc the Lad III,PSN,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,,,,,,2011-01-04, -/games/boxart/full_5759860JapanFrontccc.jpg,Arc the Lad: Kijin Fukkatsu,WS,Role-Playing,Bandai,Bandai,,,,,,,2002-07-04, -/games/boxart/2584452ccc.jpg,Arcana,SNES,Role-Playing,HAL Laboratory,HAL Laboratory,,,,,,,1992-05-01, -/games/boxart/full_3016834AmericaFrontccc.jpg,Archangel,PC,Role-Playing,Fishtank Interactive,Metropolis Software,,,,,,,2002-11-19, -/games/boxart/full_archlord_643AmericaFront.jpg,ArchLord,PC,Role-Playing,Codemasters,nhm Games,,,,,,,2006-10-03, -/games/boxart/default.jpg,Archlord 2,PC,Role-Playing,Webzen,Webzen,,,,,,,2015-01-01, -/games/boxart/full_66668JapanFrontccc.jpg,Arcus 1-2-3,SCD,Role-Playing,Wolf Team,Wolf Team,,,,,,,1993-07-23, -/games/boxart/full_arcus-odyssey_889AmericaFront.jpg,Arcus Odyssey,GEN,Role-Playing,Renovation,Wolf Team,,,,,,,1991-01-01, -/games/boxart/full_arcus-odyssey_457AmericaFront.jpg,Arcus Odyssey,SNES,Role-Playing,Unknown,Wolf Team,,,,,,,, -/games/boxart/full_aretha_2JapanFront.jpg,Aretha,GB,Role-Playing,Yanoman,Yanoman,,,,,,,1990-11-16, -/games/boxart/full_aretha_7JapanFront.jpg,Aretha,SNES,Role-Playing,Yanoman,Yanoman,,,,,,,1993-11-26, -/games/boxart/full_aretha-ii_3JapanFront.jpg,Aretha II,GB,Role-Playing,Yanoman,Yanoman,,,,,,,1991-09-27, -/games/boxart/full_aretha-ii-ariel-no-fushigi-na-tabi_10JapanFront.jpg,Aretha II: Ariel no Fushigi na Tabi,SNES,Role-Playing,Yanoman,Japan Art Media (JAM),,,,,,,1994-12-02, -/games/boxart/full_aretha-iii_5JapanFront.jpg,Aretha III,GB,Role-Playing,Yanoman,Yanoman,,,,,,,1992-10-16, -/games/boxart/full_7936501JapanFrontccc.jpg,Arle no Bouken: Mahou no Jewel,GB,Role-Playing,Compile,Compile,,,,,,,2000-03-31, -/games/boxart/full_arms-heart_4JapanFront.jpg,Arms' Heart,PSP,Role-Playing,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, -/games/boxart/full_arms-heart_384JapanFront.jpg,Arms' Heart,PSN,Role-Playing,Hamster Corporation,Hamster Corporation,,,,,,,2010-11-25, -/games/boxart/full_arubarea-no-otome_682JapanFront.jpg,Arubarea no Otome: Uruwashi no Seishikitachi,PSN,Role-Playing,Sony Computer Entertainment,NCS,,,,,,,2009-05-13, -/games/boxart/full_5363630JapanFrontccc.jpg,Arubarea no Otome: Uruwashi no Seishikitachi,PS,Role-Playing,NCS,NCS,,,,,,,1998-10-08, -/games/boxart/full_9821394AmericaFrontccc.png,Ascend: Hand of Kul,X360,Role-Playing,Signal Studios,Signal Studios,,,,,,,2013-09-25,2018-01-06 -/games/boxart/default.jpg,Asda 2,PC,Role-Playing,Unknown,MaxOn Soft,,,,,,,, -/games/boxart/full_asda-story_579AmericaFront.jpg,Asda Story,PC,Role-Playing,Unknown,MaxOn Soft,,,,,,,2008-08-05, -/games/boxart/5172454ccc.jpg,Asheron's Call,PC,Role-Playing,Microsoft,Turbine Inc.,,,,,,,1999-10-31, -/games/boxart/full_7852155AmericaFrontccc.jpg,Asheron's Call 2: Fallen Kings,PC,Role-Playing,Microsoft Game Studios,Turbine Inc.,,,,,,,2002-11-20,2018-11-14 -/games/boxart/1271248ccc.jpg,Asheron's Call 2: Legions,PC,Role-Playing,Turbine Inc.,Turbine Inc.,,,,,,,2005-05-04, -/games/boxart/2074175ccc.jpg,Asheron's Call Dark Majesty,PC,Role-Playing,Microsoft,Turbine Inc.,,,,,,,2001-11-04, -/games/boxart/4141041ccc.jpg,Asheron's Call: Throne of Destiny,PC,Role-Playing,Turbine Inc.,Turbine Inc.,,,,,,,2005-07-18, -/games/boxart/full_137461PALFrontccc.png,Astonishia Story,PSN,Role-Playing,Ubisoft,Sonnori,4.8,,,,,,2010-01-07, -/games/boxart/default.jpg,Astonishia Story,PC,Role-Playing,Unknown,Sonnori,,,,,,,1994-07-01, -/games/boxart/default.jpg,Astonishia Story: Forgotten Saga,PC,Role-Playing,Unknown,Phantagram,,,,,,,1997-11-01, -/games/boxart/full_7689756JapanFrontccc.jpg,Asuncia: Matsue no Jubaku,PS,Role-Playing,Xing Entertainment,Xing Entertainment,,,,,,,1997-11-27, -/games/boxart/full_5673787PALFrontccc.jpg,Aura 2,PC,Role-Playing,Unknown,JoWooD Entertainment,,,,,,,, -/games/boxart/full_4015154JapanFrontccc.jpg,Aura Battler Dunbine,PS,Role-Playing,Bandai,Bandai,,,,,,,2000-03-04, -/games/boxart/full_aurora-blade_954AmericaFront.jpg,Aurora Blade,PC,Role-Playing,IGG,Aurora Blade Inc.,,,,,,,2009-12-10, -/games/boxart/full_1112399JapanFrontccc.jpg,Aurora Quest: Otaku no Seiza in Another World,PCE,Role-Playing,Pack-In-Video,Pack-In-Video,,,,,,,1993-12-10, -/games/boxart/full_6974561AmericaFrontccc.jpg,Auto Assault,PC,Role-Playing,NCSoft,NetDevil,,,,,,,2006-04-13, -/games/boxart/full_2251163AmericaFrontccc.jpg,Auto Duel,PC,Role-Playing,Origin Systems,MicroMagic,,,,,,,1985-01-01, -/games/boxart/full_autoduel_150AmericaFront.jpg,Autoduel,PC,Role-Playing,Origin Systems,MicroMagic,,,,,,,1985-01-01, -/games/boxart/full_avalis-dungeon_254AmericaFront.jpg,Avalis Dungeon,XBL,Role-Playing,Microsoft,Team Shuriken,,,,,,,2011-02-21, -/games/boxart/full_avalis-dungeon-2_546AmericaFront.jpg,Avalis Dungeon 2,XBL,Role-Playing,Microsoft,Team Shuriken,,,,,,,2011-09-13, -/games/boxart/full_avatar-adventurers-online_433AmericaFront.jpg,Avatar Adventurers Online,XBL,Role-Playing,Microsoft,Squarebananas,,,,,,,2011-02-13, -/games/boxart/full_avatar-fantasy-rpg_404AmericaFront.jpg,Avatar Fantasy RPG,XBL,Role-Playing,Microsoft,AwesomeGamesStudio,,,,,,,2011-06-01, -/games/boxart/full_avatar-legends_756AmericaFront.jpg,Avatar Legends,XBL,Role-Playing,Microsoft,Barkers Crest,,,,,,,2011-05-26, -/games/boxart/full_9013102PALFrontccc.jpg,Avencast: Rise of the Mage,PC,Role-Playing,Lighthouse Interactive,ClockStoneSoftware,7.3,,,,,,2007-11-08, -/games/boxart/default.jpg,Avernum,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2000-01-01, -/games/boxart/default.jpg,Avernum 2,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2001-01-01, -/games/boxart/default.jpg,Avernum 3,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2002-01-01, -/games/boxart/default.jpg,Avernum 4,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2006-03-02, -/games/boxart/default.jpg,Avernum 5,PC,Role-Playing,Spiderweb Software,Spider Web Software,,,,,,,2008-02-18, -/games/boxart/default.jpg,Avernum 6,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2010-02-26, -/games/boxart/full_1008838AmericaFrontccc.jpg,Azure Dreams,GB,Role-Playing,Konami,KCE Nagoya,,,,,,,1999-01-01, -/games/boxart/full_b-daman-baku-gaiden-v-final-mega-tune_10JapanFront.jpg,B-Daman Baku Gaiden V: Final Mega Tune,GB,Role-Playing,Media Factory,Media Factory,,,,,,,2000-02-04, -/games/boxart/full_b-daman-baku-gaiden-victory-e-no-michi_974JapanFront.jpg,B-Daman Baku Gaiden: Victory e no Michi,GB,Role-Playing,Media Factory,Media Factory,,,,,,,1999-01-29, -/games/boxart/7493412ccc.jpg,Back to Stone,GBA,Role-Playing,O~3 Entertainment,Hidden Floor,5.5,,,,,,2006-12-15, -/games/boxart/full_bad-blood_380AmericaFront.jpg,Bad Blood,PC,Role-Playing,Origin Systems,Origin,,,,,,,1990-01-01, -/games/boxart/full_142629JapanFrontccc.png,Bahamut Lagoon,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2009-09-29, -/games/boxart/full_bakutsu-retrieve-master_139JapanFront.jpg,Bakuchou Retrieve Master,GB,Role-Playing,Konami,Konami,,,,,,,1998-10-15, -/games/boxart/full_3379396JapanFrontccc.jpg,Bakukyuu Renpatsu!! Super B-Daman Gekitan! Rising Valkyrie!,GB,Role-Playing,Takara,Alpha Unit,,,,,,,2000-03-24, -/games/boxart/full_bakumatsu-korinden-oni_189JapanFront.jpg,Bakumatsu Korinden Oni,SNES,Role-Playing,Banpresto,Pandora Box,,,,,,,1996-02-02, -/games/boxart/full_bakumatsu-ishinden-revolution_770JapanFront.jpg,Bakumatsu Revolution,PSN,Role-Playing,Acquire,Acquire,,,,,,,2010-06-25, -/games/boxart/full_8993341AmericaFrontccc.jpg,Baldur's Gate II: The Collection,PC,Role-Playing,Interplay,Interplay,,,,,,,2003-08-01, -/games/boxart/full_2156800PALFrontccc.jpg,Baldur's Gate: 4 in 1 Boxset,PC,Role-Playing,Atari,BioWare Corporation,,,,,,,2006-06-08, -/games/boxart/default.jpg,Balrog Sampler,PC,Role-Playing,Unknown,Chameleon Software,,,,,,,, -/games/boxart/full_barcode-taisen-bardigun_916JapanFront.jpg,Barcode Taisen Bardigun,GB,Role-Playing,Tamsoft,GRC,,,,,,,1998-12-11, -/games/boxart/full_1066837JapanFrontccc.jpg,Bardysh,PS,Role-Playing,Imadio,Imadio,,,,,,,1999-07-22, -/games/boxart/full_1558215JapanFrontccc.jpg,Baroque,PS,Role-Playing,Sting,Sting,,,,,,,1999-10-28, -/games/boxart/full_8723744JapanFrontccc.jpg,Baroque,SAT,Role-Playing,Sting,Sting,,,,,,,1998-05-21, -/games/boxart/full_4454346JapanFrontccc.jpg,Baroque Syndrome,PS,Role-Playing,Sting,Sting,,,,,,,2000-07-27, -/games/boxart/full_bastion_256AmericaFront.png,Bastion,XBL,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,9,,,,,,2011-07-20, -/games/boxart/default.jpg,Baten Kaitos Origins,DS,Role-Playing,Unknown,Namco Bandai Games,,,,,,,, -/games/boxart/full_8451815JapanFrontccc.jpg,Battle Konchuuden,PS,Role-Playing,Jaleco,Jaleco,,,,,,,1999-01-21, -/games/boxart/full_8854145PALFrontccc.jpg,Battle Mages: Sign of Darkness,PC,Role-Playing,Buka Entertainment,Targem Games,,,,,,,2006-04-13,2018-07-19 -/games/boxart/7593878ccc.jpg,Battle Master,GEN,Role-Playing,Arena Entertainment,Mirrorsoft,,,,,,,1991-01-01, -/games/boxart/default.jpg,BattleKnight,PC,Role-Playing,Unknown,Gameforge Productions GmbH,,,,,,,, -/games/boxart/default.jpg,Battlestar Galactica Online,PC,Role-Playing,Unknown,Artplant,,,,,,,2011-02-08, -/games/boxart/full_5774520AmericaFrontccc.jpg,BattleTech: The Crescent Hawks' Revenge,PC,Role-Playing,Infocom,Westwood Associates,,,,,,,1990-01-01, -/games/boxart/full_4845032JapanFrontccc.jpg,Bealphareth,PS,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2000-09-28, -/games/boxart/2751411ccc.jpg,Beggar Prince,GEN,Role-Playing,Super Fighter Team,C&E Inc.,,,,,,,1996-05-22, -/games/boxart/full_benkei-gaiden_16JapanFront.jpg,Benkei Gaiden,PSN,Role-Playing,Hudson Soft,SunSoft,,,,,,,2010-12-15, -/games/boxart/full_benkei-gaiden_8JapanFront.jpg,Benkei Gaiden,PCE,Role-Playing,Sunsoft,SunSoft,,,,,,,1989-12-22, -/games/boxart/full_benkei-gaiden_5JapanFront.jpg,Benkei Gaiden,VC,Role-Playing,Sunsoft,SunSoft,,,,,,,2007-04-17, -/games/boxart/full_benkei-gaiden-suna-no-shou_41JapanFront.jpg,Benkei Gaiden: Suna no Shou,SNES,Role-Playing,Sunsoft,SunSoft,,,,,,,1992-12-11, -/games/boxart/full_betrayal-at-krondor_771AmericaFront.jpg,Betrayal at Krondor,PC,Role-Playing,Sierra Entertainment,Dynamix,,,,,,,1993-06-22, -/games/boxart/full_betrayal-in-antara_96AmericaFront.jpg,Betrayal in Antara,PC,Role-Playing,Sierra Entertainment,Sierra Entertainment,,,,,,,1997-07-31, -/games/boxart/5503771ccc.jpg,Beyond Oasis,VC,Role-Playing,Sega,Sega,,,,,,,2007-03-19, -/games/boxart/full_3334932AmericaFrontccc.jpg,Beyond Oasis,VC,Role-Playing,Sega,Ancient,7.8,,,,,,2007-03-19, -/games/boxart/full_8823377JapanFrontccc.jpg,Bikkuri! Dokkiri! Mahou no Pen,DS,Role-Playing,Unknown,Global A Entertainment,,,,,,,, -/games/boxart/full_bikkuriman-2000-charging-card-gb_495JapanFront.jpg,BikkuriMan 2000 Charging Card GB,GB,Role-Playing,Imagineer,Imagineer,,,,,,,2000-06-10, -/games/boxart/full_bikkuriman-world_9JapanFront.jpg,BikkuriMan World: Gekitou Sei Senshi,NES,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-07-27, -/games/boxart/full_8383595PALFrontccc.jpg,Biomutant,PC,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2019-03-31,2021-08-18 -/games/boxart/full_6590692AmericaFrontccc.jpg,Biomutant,PS4,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2019-03-31,2021-08-18 -/games/boxart/full_8417296AmericaFrontccc.jpg,Biomutant,XOne,Role-Playing,THQ Nordic,Experiment 101,,,,,,,2019-03-31,2021-08-18 -/games/boxart/full_7954290AmericaFrontccc.jpg,BioShock & The Elder Scrolls IV: Oblivion Bundle,X360,Role-Playing,Take-Two Interactive,2K Games / Bethesda Softworks,,,,,,,2009-07-07, -/games/boxart/full_331583AmericaFrontccc.jpg,BioShock & The Elder Scrolls IV: Oblivion Bundle,PC,Role-Playing,Take-Two Interactive,2K Games / Bethesda Softworks,,,,,,,2009-07-07, -/games/boxart/full_4011874JapanFrontccc.jpg,Bishoujo Senshi Sailormoon: Another Story,SNES,Role-Playing,Angel Studios,Angel Studios,,,,,,,1995-09-22, -/games/boxart/full_blackstone-part-one_549AmericaFront.jpg,Blackstone - Part One,XBL,Role-Playing,Microsoft,Battenberg Software,,,,,,,2011-07-13, -/games/boxart/default.jpg,Blade & Soul,PC,Role-Playing,Unknown,Team Bloodlust,,,,,,,, -/games/boxart/full_3773697JapanFrontccc.jpg,Blade Arts: Tasogare no Miyako R'lyeh,PS,Role-Playing,Enix,Enix Corporation,,,,,,,2000-09-28, -/games/boxart/full_7214629AmericaFrontccc.png,Blade Dancer: Lineage of Light,PSN,Role-Playing,NIS America,Hit Maker,,,,,,,2009-09-30, -/games/boxart/default.jpg,Blades of Avernum,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2004-06-09, -/games/boxart/full_4686820JapanFrontccc.jpg,Blaze & Blade Busters,PS,Role-Playing,T&E Soft,Tikipod,,,,,,,1998-09-23, -/games/boxart/full_6124642AmericaFrontccc.jpg,Blaze & Blade: Eternal Quest,PC,Role-Playing,SouthPeak Interactive,Tikipod,,,,,,,2000-01-31, -/games/boxart/full_1257598PALFrontccc.jpg,Blaze & Blade: Eternal Quest,PS,Role-Playing,FunSoft,Tikipod,,,,,,,1998-06-01, -/games/boxart/full_blaze-union-story-to-reach-the-future_7JapanFront.jpg,Blaze Union: Story to Reach the Future,PSN,Role-Playing,Sting,Sting,,,,,,,2010-05-27, -/games/boxart/full_blazing-souls-accelerate_9AmericaFront.jpg,Blazing Souls: Accelerate,PSN,Role-Playing,Aksys Games,Neverland Company,,,,,,,2010-10-19, -/games/boxart/full_8622442JapanFrontccc.jpg,Blend X Brand,PS,Role-Playing,Tonkin House,Tonkin House,,,,,,,2000-06-29, -/games/boxart/full_7171474AmericaFrontccc.png,Blood Omen: Legacy of Kain,PSN,Role-Playing,Sony Computer Entertainment,Silicon Knights,,,,,,,2009-09-10, -/games/boxart/8520412ccc.jpg,Blood Omen: Legacy of Kain,PC,Role-Playing,Activision,Silicon Knights,,,,,,,1997-08-31, -/games/boxart/full_5195217AmericaFrontccc.png,Bloody Vampire,3DS,Role-Playing,Agetec,SilverStar,,,,,,,2013-01-31, -/games/boxart/full_bloodycheckers_617AmericaFront.jpg,BloodyCheckers,XBL,Role-Playing,Microsoft,kerry,,,,,,,2011-06-20, -/games/boxart/full_blue-almanac_632JapanFront.jpg,Blue Almanac,GEN,Role-Playing,Unknown,Hot B,,,,,,,2020-12-31, -/games/boxart/default.jpg,Blue Angelo: Angels from the Shrine,GBA,Role-Playing,Shibuya Interactive,Virtual Spaghetti,,,,,,,2005-02-02, -/games/boxart/full_274879JapanFrontccc.jpg,Blue Breaker,SAT,Role-Playing,Human Entertainment,Human Club,,,,,,,1997-11-27, -/games/boxart/full_7834226JapanFrontccc.jpg,Blue Breaker Burst: Bishou o Anata to,PS,Role-Playing,Human Entertainment,HuneX,,,,,,,1998-07-23, -/games/boxart/full_5630272JapanFrontccc.jpg,Blue Breaker Burst: Egao no Asuni,PS,Role-Playing,Human Entertainment,HuneX,,,,,,,1998-10-09, -/games/boxart/full_4764659JapanFrontccc.jpg,Blue Breaker: Egao no Yakusoku,PS,Role-Playing,Human Entertainment,Human Club,,,,,,,1997-12-25, -/games/boxart/full_7682246JapanFrontccc.jpg,Blue Forest Story: Kaze no Fuuin,PS,Role-Playing,Right Stuff,Right Stuff,,,,,,,1996-12-06, -/games/boxart/full_blue-forest-monogatari_9JapanFront.jpg,Blue Forest Story: Kaze no Fuuin,3DO,Role-Playing,Right Stuff,Right Stuff,,,,,,,1996-04-26, -/games/boxart/full_blue-wing-blitz_7JapanFront.jpg,Blue Wing Blitz,WS,Role-Playing,Square,SquareSoft,,,,,,,2001-07-05, -/games/boxart/full_2487954JapanFrontccc.jpg,Boboboubo Boubobo Dassutsu! Hajike Royale,GC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2005-03-17, -/games/boxart/full_3808787JapanFrontccc.jpg,Boboboubo Boubobo: 9 Kiwame Senshi Gyagu Yuugou,GBA,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2004-03-25, -/games/boxart/full_body-conquest-ii_3JapanFront.jpg,Body Conquest II,PCE,Role-Playing,Unknown,Hacker International,,,,,,,1993-01-01, -/games/boxart/default.jpg,Boku mo Sekai o Sukuitai: Battle Tournament,WW,Role-Playing,Poisoft,Poisoft,,,,,,,2010-11-02, -/games/boxart/full_322088JapanFrontccc.jpg,Bomberman Jetters: Densetsu no Bomberman,GBA,Role-Playing,Hudson Soft,AI,,,,,,,2002-10-24, -/games/boxart/full_7305075AmericaFrontccc.jpg,Bomberman Quest,GB,Role-Playing,Electro Brain,Hudson Soft,,,,,,,1999-11-01, -/games/boxart/full_bonded-realities_279AmericaFront.jpg,Bonded Realities,XBL,Role-Playing,Microsoft,MikeVentron,,,,,,,2011-01-26, -/games/boxart/full_8236232JapanFrontccc.jpg,Bouken Jidai Katsugeki: Goemon,PS2,Role-Playing,Konami,Konami Computer Entertainment Kobe,,,,,,,2000-12-21, -/games/boxart/full_4513589JapanFrontccc.jpg,Bouken Yuuki PlaStar World: Densetsu no PlaStar Gate EX,GBA,Role-Playing,Takara,Takara,,,,,,,2003-12-04, -/games/boxart/full_1111580JapanFrontccc.jpg,Bouken Yuuki PlaStar World: Densetsu no Plasto Gate,GBA,Role-Playing,Takara,Takara,,,,,,,2003-04-24, -/games/boxart/full_8349217JapanFrontccc.jpg,Bouken-Ou Beet: Busters Road,GBA,Role-Playing,Bandai,Bandai,,,,,,,2005-01-20, -/games/boxart/full_6099210JapanFrontccc.jpg,Bouken-Ou Beet: Darkness Century,PS2,Role-Playing,Bandai,Shade,,,,,,,2005-04-28, -/games/boxart/full_8405489JapanFrontccc.jpg,Bouken-Ou Beet: Vandal vs. Busters,DS,Role-Playing,Bandai,Bandai,,,,,,,2005-12-22, -/games/boxart/full_825823JapanFrontccc.jpg,Boundary Gate: Daughter of Kingdom,PCFX,Role-Playing,NEC,Pack-In-Video,,,,,,,1997-01-24, -/games/boxart/full_570709JapanFrontccc.jpg,Boundary Gate: Daughter of Kingdom,PS,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1997-07-17, -/games/boxart/full_boundlessplanet_3AmericaFront.jpg,BoundlessPlanet,PC,Role-Playing,Unknown,BoundlessPlanet,,,,,,,2006-11-01, -/games/boxart/full_6273774JapanFrontccc.jpg,Bounty Sword,SNES,Role-Playing,Pioneer LDC,ITL,,,,,,,1995-09-08, -/games/boxart/full_3124203JapanFrontccc.jpg,Bounty Sword: Double Edge,PS,Role-Playing,Pioneer LDC,Pioneer LDC,,,,,,,1998-07-30, -/games/boxart/full_6355639JapanFrontccc.jpg,Bounty Swords First,PS,Role-Playing,Pioneer LDC,Pioneer LDC,,,,,,,1997-06-06, -/games/boxart/full_bounty-swords-first_58JapanFront.jpg,Bounty Swords First,PSN,Role-Playing,Hamster Corporation,Pioneer LDC,,,,,,,2011-04-13, -/games/boxart/835168ccc.jpg,Brain Lord,SNES,Role-Playing,Enix,Produce!,,,,,,,1994-08-01, -/games/boxart/8300574ccc.jpg,Brandish,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1995-02-01, -/games/boxart/full_9835593JapanFrontccc.jpg,Brandish,PCE,Role-Playing,NEC Interchannel,Nihon Falcom Corporation,,,,,,,1994-06-17, -/games/boxart/full_2706329JapanFrontccc.jpg,Brandish 2 Expert,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1996-03-15, -/games/boxart/full_1087233JapanFrontccc.jpg,Brandish 2: The Planet Buster,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1995-08-11, -/games/boxart/full_brandish-3-spirit-of-balcan_479JapanFront.jpg,Brandish 3: Spirit of Balcan,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1994-01-01, -/games/boxart/default.jpg,Brandish 4: VT,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1996-01-01, -/games/boxart/full_brandish-the-dark-revenant_35JapanFront.jpg,Brandish: The Dark Revenant,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-12-16, -/games/boxart/full_brave-fencer-musashi_7JapanFront.jpg,Brave Fencer Musashi,PSN,Role-Playing,Square,SquareSoft,,,,,,,2008-07-09, -/games/boxart/full_5828959JapanFrontccc.jpg,Brave Prove,PS,Role-Playing,Data East,Data East,,,,,,,1998-04-16, -/games/boxart/full_2042078JapanFrontccc.jpg,Brave Saga 2,PS,Role-Playing,Takara,Takara,,,,,,,2000-05-02, -/games/boxart/full_brave-saga-shinshou-astaria_7JapanFront.jpg,Brave Saga Shinshou Astaria,GB,Role-Playing,Takara,Takara,,,,,,,2001-01-26, -/games/boxart/full_7687242AmericaFrontccc.png,Brave Story: New Traveler,PSN,Role-Playing,Xseed Games,Game Republic,7.5,,,,,,2009-07-29, -/games/boxart/full_5123110JapanFrontccc.jpg,Brave Story: Wataru no Bouken,PS2,Role-Playing,Sony Computer Entertainment,SIMS,,,,,,,2006-07-06, -/games/boxart/full_6094589AmericaFrontccc.jpg,Brave Trials,And,Role-Playing,IGG.com,IGG.com,,,,,,,2014-08-06, -/games/boxart/full_3138351AmericaFrontccc.jpg,Bravely Default: Praying Brage,PC,Role-Playing,Square Enix,NHN Japan Corp.,,,,,,,2012-11-01, -/games/boxart/full_breath-of-death-vii_348AmericaFront.jpg,Breath of Death VII: The Beginning,PC,Role-Playing,Zeboyd Games,Zeboyd Games,,,,,,,2011-07-13, -/games/boxart/full_635049PALFrontccc.jpg,Breath of Death VII: The Beginning,XBL,Role-Playing,Zeboyd Games,RainbowDespair,,,,,,,2011-04-22, -/games/boxart/full_4067656AmericaFrontccc.jpg,Breath of Fire,SNES,Role-Playing,Square,Capcom,9,,,,,,1994-10-10, -/games/boxart/default.jpg,Breath of Fire 4,PSN,Role-Playing,Unknown,Capcom,,,,,,,, -/games/boxart/7055597ccc.jpg,Breath of Fire II,VC,Role-Playing,Capcom,Capcom,,,,,,,2007-08-27, -/games/boxart/full_5328932PALFrontccc.png,Breath of Fire III,PSN,Role-Playing,Capcom,Capcom,6,,,,,,2009-11-26, -/games/boxart/full_5891213PALFrontccc.jpg,Breath of Fire IV,PC,Role-Playing,Capcom,Capcom,,,,,,,2003-09-10, -/games/boxart/full_breath-of-fire-iv_973AmericaFront.jpg,Breath of Fire IV,PSN,Role-Playing,Sony Computer Entertainment,Capcom,,,,,,,2011-08-16, -/games/boxart/full_7410791JapanFrontccc.jpg,Brightis,PS,Role-Playing,Sony Computer Entertainment,ARC Entertainment,,,,,,,1999-10-14, -/games/boxart/full_9049496AmericaFrontccc.gif,Broken Circle,GBA,Role-Playing,Unknown,7Raven Studios,,,,,,,, -/games/boxart/3772428ccc.jpg,Buck Rogers: Countdown to Doomsday,GEN,Role-Playing,Electronic Arts,SSI,,,,,,,1991-01-01, -/games/boxart/full_3601715AmericaFrontccc.jpg,Buck Rogers: Countdown to Doomsday,PC,Role-Playing,SSI,SSI,,,,,,,1990-01-01, -/games/boxart/full_9722438JapanFrontccc.jpg,Burai: Hachigyoku no Yuushi Densetsu,SCD,Role-Playing,Sega,Pandora Box,,,,,,,1992-09-11, -/games/boxart/full_2323329JapanFrontccc.jpg,Busin 0: Wizardry Alternative Neo,PS2,Role-Playing,Atlus,Racjin,,,,,,,2003-11-13, -/games/boxart/default.jpg,Cabal Online,PC,Role-Playing,Unknown,ESTsoft Corp.,,,,,,,, -/games/boxart/full_8441409AmericaFrontccc.jpg,Cadash,PCE,Role-Playing,Working Designs,ITL,,,,,,,1991-01-01, -/games/boxart/full_7657541AmericaFrontccc.jpg,Cadash,VC,Role-Playing,Taito,ITL,,,,,,,2008-11-11, -/games/boxart/full_1536120PALFrontccc.jpg,Call For Heroes: Pompolic Wars,Wii,Role-Playing,Unknown,Quotix Software,,,,,,,2020-12-31, -/games/boxart/default.jpg,Call of Gods,PC,Role-Playing,Unknown,Boyojoy Network,,,,,,,2011-11-16, -/games/boxart/full_497190JapanFrontccc.jpg,Card of Destiny: Hikari to Yami no Tougoumono,DC,Role-Playing,Abel,Abel Software,,,,,,,2002-03-28, -/games/boxart/full_cardcaptor-sakura-sakura-to-fushigi-na-clow-cards_7JapanFront.jpg,CardCaptor Sakura: Sakura to Fushigi na Clow Cards,WS,Role-Playing,Bandai,SIMS,,,,,,,1999-12-02, -/games/boxart/full_150113AmericaFrontccc.jpg,Caribbean!,PC,Role-Playing,Snowbird Game Studios,Snowbird Game Studios,,,,,,,2015-02-20, -/games/boxart/full_6838639AmericaFrontccc.jpg,Casper (GBC),GB,Role-Playing,Interplay,G3 Interactive,,,,,,,2000-05-01, -/games/boxart/full_cave-noire_627JapanFront.jpg,Cave Noire,GB,Role-Playing,Konami,Konami,,,,,,,1991-04-19, -/games/boxart/default.jpg,Caverns of Xaskazien,PC,Role-Playing,Unknown,Little Devils Inc.,,,,,,,1995-01-01, -/games/boxart/default.jpg,Caverns of Xaskazien,Lynx,Role-Playing,Unknown,Little Devils Inc.,,,,,,,, -/games/boxart/full_chachamaru-boukenki-3-abyss-no-tou_529JapanFront.jpg,Chacha-Maru Boukenki 3: Abyss no Tou,GB,Role-Playing,Human Entertainment,Human Entertainment,,,,,,,1991-08-02, -/games/boxart/full_chalvo-55_150JapanFront.jpg,Chalvo 55,GB,Role-Playing,Unknown,Nippon System,,,,,,,1997-02-21, -/games/boxart/default.jpg,Champions Online,X360,Role-Playing,Unknown,Cryptic Studios,,,,,,,, -/games/boxart/full_chantelise_38PALFront.jpg,Chantelise,PC,Role-Playing,Unknown,EasyGameStation,5.2,,,,,,2011-07-29, -/games/boxart/full_chantelise-a-tale-of-two-sisters_862AmericaFront.jpg,Chantelise: A Tale of Two Sisters,PC,Role-Playing,Independent,EasyGameStation,,,,,,,2011-07-29, -/games/boxart/full_chaos-gateway_822AmericaFront.jpg,Chaos Gateway,XBL,Role-Playing,Microsoft,ChaosGateway,,,,,,,2010-10-23, -/games/boxart/default.jpg,Chaos Reborn,Linux,Role-Playing,Gollop Games,Gollop Games,,,,,,,2015-07-01, -/games/boxart/default.jpg,Chaos Reborn,OSX,Role-Playing,Gollop Games,Gollop Games,,,,,,,2015-07-01, -/games/boxart/default.jpg,Chaos Reborn,PC,Role-Playing,Gollop Games,Gollop Games,,,,,,,2015-07-01, -/games/boxart/full_8223068AmericaFrontccc.png,Chaos Rings III,And,Role-Playing,Square Enix,Media.Vision,,,,,,,2014-10-16, -/games/boxart/default.jpg,Chevalier Saga Tactics,PSN,Role-Playing,Unknown,imageepoch Inc.,,,,,,,2020-12-31, -/games/boxart/default.jpg,Chevalier Saga Tactics,PC,Role-Playing,Unknown,imageepoch Inc.,,,,,,,, -/games/boxart/full_chibi-maruko-chan-okozukai-daisakusen_7JapanFront.jpg,Chibi Maruko-Chan Okozukai Daisakusen!,GB,Role-Playing,Takara,KID Corporation,,,,,,,1990-12-07, -/games/boxart/full_2664645AmericaFrontccc.jpg,Child of Light,PS3,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 -/games/boxart/full_8408421AmericaFrontccc.jpg,Child of Light,WiiU,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 -/games/boxart/full_790975AmericaFrontccc.jpg,Child of Light,X360,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 -/games/boxart/full_5866252AmericaFrontccc.png,Child of Light,XOne,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2014-04-30,2018-12-30 -/games/boxart/full_9877139JapanFrontccc.jpg,Cho Aniki: Otoko no Tamafuda,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-02-10, -/games/boxart/full_chocobo-no-fushigi-dungeon_8JapanFront.jpg,Chocobo no Fushigi Dungeon,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-08-25, -/games/boxart/full_chocobos-dungeon-2_7JapanFront.jpg,Chocobo's Dungeon 2,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-10-27, -/games/boxart/full_7347301JapanFrontccc.jpg,Choro Q Hyper,GB,Role-Playing,Takara,Takara,,,,,,,1999-07-30, -/games/boxart/full_4772656JapanFrontccc.jpg,Choro Q Wonderful!,PS,Role-Playing,Takara,Takara,,,,,,,1999-08-05, -/games/boxart/full_chou-majin-eiyuuden-wataru-another-step_278JapanFront.jpg,Chou Majin Eiyuuden Wataru: Another Step,PS,Role-Playing,Banpresto,Aspect Co. Ltd.,,,,,,,1998-04-23, -/games/boxart/full_chou-majin-eiyuuden-wataru-mazekko-monster_24JapanFront.jpg,Chou Majin Eiyuuden Wataru: Mazekko Monster,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,1997-12-12, -/games/boxart/full_chou-majin-eiyuuden-wataru-mazekko-monster-2_254JapanFront.jpg,Chou Majin Eiyuuden Wataru: Mazekko Monster 2,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,1998-08-07, -/games/boxart/full_1191682JapanFrontccc.jpg,Chou-Hatsumei Boy Kanipan: Bousou Robot no Nazo!?,DC,Role-Playing,Sega,Sega,,,,,,,1999-07-08, -/games/boxart/8187999ccc.jpg,Chronicles of Pern: Dragon Riders,DC,Role-Playing,Ubisoft,Ubisoft,4.9,,,,,,2001-08-09, -/games/boxart/full_chrono-cross_828JapanFront.jpg,Chrono Cross,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-11-08, -/games/boxart/full_5877844JapanFrontccc.jpg,Chrono Trigger,PS,Role-Playing,SquareSoft,SquareSoft,,,,,,,2001-06-29, -/games/boxart/full_chrono-trigger_518AmericaFront.jpg,Chrono Trigger,VC,Role-Playing,Square Enix,SquareSoft,9.5,,,,,,2011-05-16, -/games/boxart/full_chrono-trigger_777AmericaFront.jpg,Chrono Trigger,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-10-04, -/games/boxart/full_city-of-heroes_600AmericaFront.jpg,City of Heroes,PC,Role-Playing,NCSoft,Paragon Studios,,,,,,,2004-04-27, -/games/boxart/full_city-of-heroes-going-rogue_46AmericaFront.jpg,City of Heroes: Going Rogue,PC,Role-Playing,NCSoft,Paragon Studios,,,,,,,2010-08-17, -/games/boxart/full_classic-dungeon-x2_760JapanFront.jpg,ClaDun x2,PSN,Role-Playing,Unknown,System Prisma,6,,,,,,, -/games/boxart/full_cladun-this-is-an-rpg_9AmericaFront.jpg,ClaDun: This is an RPG,PSN,Role-Playing,NIS America,System Prisma,8,,,,,,2010-09-21, -/games/boxart/default.jpg,Clan of Champions,PC,Role-Playing,Unknown,Acquire,,,,,,,, -/games/boxart/default.jpg,Clan of Champions,PS3,Role-Playing,Unknown,Acquire,,,,,,,, -/games/boxart/default.jpg,Clan of Champions,X360,Role-Playing,Unknown,Acquire,,,,,,,, -/games/boxart/full_9561166AmericaFrontccc.jpg,Clans,PC,Role-Playing,GT Interactive,Strategy First,,,,,,,1999-01-01, -/games/boxart/full_3056036AmericaFrontccc.png,Class of Heroes,PSN,Role-Playing,Atlus,ZeroDiv,,,,,,,2009-11-04, -/games/boxart/full_9880438JapanFrontccc.jpg,Code Age Commanders,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-10-13, -/games/boxart/full_command-master_11JapanFront.jpg,Command Master,GB,Role-Playing,Enix,Enix Corporation,,,,,,,2000-11-22, -/games/boxart/full_community-pom-omoide-o-dakishimete_76JapanFront.jpg,Community Pom: Omoide o Dakishimete,PSN,Role-Playing,Family Soft,Family Soft,,,,,,,2011-03-09, -/games/boxart/full_community-pom-omoide-o-dakishimete_24JapanFront.jpg,Community Pom: Omoide o Dakishimete,PS,Role-Playing,Family Soft,Family Soft,,,,,,,1999-06-24, -/games/boxart/default.jpg,Conquer Online,PC,Role-Playing,TQ Digital Entertainment,TQ Digital Entertainment,,,,,,,2004-11-14, -/games/boxart/default.jpg,Corum Online,PC,Role-Playing,"Gala-Net, Inc.",NetTimeSoft,,,,,,,2007-02-15, -/games/boxart/full_6226077AmericaFrontccc.jpg,Cosmic Fantasy 2,PCE,Role-Playing,Working Designs,Laser Soft,,,,,,,1992-01-01, -/games/boxart/full_1591593JapanFrontccc.jpg,Cosmic Fantasy 3: Bouken Shounen Rei,PCE,Role-Playing,Nippon Telenet,Laser Soft,,,,,,,1992-09-25, -/games/boxart/full_3192680JapanFrontccc.jpg,Cosmic Fantasy 4: Ginga Shounen Densetsu (Gekitouhen),PCE,Role-Playing,Nippon Telenet,Open Sesame,,,,,,,1994-11-25, -/games/boxart/full_6032700JapanFrontccc.jpg,Cosmic Fantasy 4: Ginga Shounen Densetsu (Totsunyuuhen),PCE,Role-Playing,Nippon Telenet,Open Sesame,,,,,,,1994-06-10, -/games/boxart/full_1616905JapanFrontccc.jpg,Cosmic Fantasy Stories,SCD,Role-Playing,Riot,Riot,,,,,,,1992-03-27, -/games/boxart/full_2922583JapanFrontccc.jpg,Cosmic Fantasy: Bouken Shounen Yuu,PCE,Role-Playing,Nippon Telenet,Laser Soft,,,,,,,1990-03-30, -/games/boxart/full_costume-quest_4AmericaFront.jpg,Costume Quest,XBL,Role-Playing,THQ,Double Fine Productions,7.6,,,,,,2010-10-20, -/games/boxart/full_costume-quest_9AmericaFront.jpg,Costume Quest,PSN,Role-Playing,THQ,Double Fine Productions,7.6,,,,,,2010-10-19, -/games/boxart/default.jpg,Costume Quest 2,WiiU,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-30, -/games/boxart/default.jpg,Costume Quest 2,X360,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-30, -/games/boxart/default.jpg,Costume Quest 2,PS3,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-28, -/games/boxart/default.jpg,Costume Quest 2,XOne,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-30, -/games/boxart/full_2137714AmericaFrontccc.jpg,Costume Quest 2,PS4,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-28, -/games/boxart/default.jpg,Costume Quest 2,Linux,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-07, -/games/boxart/default.jpg,Costume Quest 2,OSX,Role-Playing,Double Fine Productions,Double Fine Productions,,,,,,,2014-10-07, -/games/boxart/full_costume-quest-grubbins-on-ice_888AmericaFront.jpg,Costume Quest: Grubbins on Ice,XBL,Role-Playing,THQ,Double Fine Productions,6.9,,,,,,2010-12-21, -/games/boxart/full_costume-quest-grubbins-on-ice_676AmericaFront.jpg,Costume Quest: Grubbins on Ice,PSN,Role-Playing,THQ,Double Fine Productions,6.9,,,,,,2010-12-21, -/games/boxart/full_1069590JapanFrontccc.jpg,Crescendo Symphony: Kagami no Kishi,XBL,Role-Playing,Microsoft,nakfiv,,,,,,,2009-08-21, -/games/boxart/full_9972891JapanFrontccc.jpg,Crime Crackers 2,PS,Role-Playing,Sony Computer Entertainment,Media.Vision,,,,,,,1997-11-27, -/games/boxart/full_crimson-alliance_247AmericaFront.jpg,Crimson Alliance,XBL,Role-Playing,Microsoft,Certain Affinity,7.6,,,,,,2011-09-07, -/games/boxart/full_3266971AmericaFrontccc.png,Crimson Gem Saga,PSN,Role-Playing,Atlus,IronNos Corp.,7.3,,,,,,2009-10-21, -/games/boxart/full_1047739AmericaFrontccc.png,Crimson Shroud,3DS,Role-Playing,Level 5,Nex Entertainment,7.9,,,,,,2012-12-13,2019-01-04 -/games/boxart/full_1659426AmericaFrontccc.jpg,Crisis Nuclear Holocaust,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2009-11-16,2020-03-03 -/games/boxart/full_7608099JapanFrontccc.jpg,Croket! 2,GBA,Role-Playing,Konami,Konami,,,,,,,2003-07-17, -/games/boxart/full_6839321JapanFrontccc.jpg,Croket! DS: Tenkuu no Yuusha tachi,DS,Role-Playing,Konami,Jupiter Corporation,,,,,,,2005-11-24, -/games/boxart/full_5103060AmericaFrontccc.png,Cronous: The Shadow of Conspiracy,PC,Role-Playing,E-Games,Lizard Interactive,,,,,,,2004-01-01, -/games/boxart/full_1338501AmericaFrontccc.jpg,Cross Horizon,And,Role-Playing,Marvelous Entertainment,Marvelous Entertainment,,,,,,,2013-07-03, -/games/boxart/full_261712AmericaFrontccc.jpg,Cross Reverie,XOne,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, -/games/boxart/full_8846696AmericaFrontccc.jpg,Cross Reverie,PC,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2016-10-01, -/games/boxart/full_9025738AmericaFrontccc.jpg,Cross Reverie,PSV,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, -/games/boxart/full_6919319AmericaFrontccc.jpg,Cross Reverie,WiiU,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, -/games/boxart/full_6499880AmericaFrontccc.jpg,Cross Reverie,OSX,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2016-10-01, -/games/boxart/full_1700629AmericaFrontccc.jpg,Cross Reverie,Linux,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2016-10-01, -/games/boxart/full_612358AmericaFrontccc.jpg,Cross Reverie,PS4,Role-Playing,Sinxsoft,Sinxsoft,,,,,,,2017-04-01, -/games/boxart/full_4581210PALFrontccc.jpg,Crowntakers,PC,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-07-11,2018-08-10 -/games/boxart/full_1692759PALFrontccc.jpg,Crowntakers,OSX,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-11-07,2018-08-10 -/games/boxart/full_5745064AmericaFrontccc.png,Crowntakers,And,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-11-07,2018-08-10 -/games/boxart/7274993ccc.gif,Crusader of Centy,GEN,Role-Playing,Atlus,Nextech,,,,,,,1994-06-16, -/games/boxart/full_5593593AmericaFrontccc.jpg,Crusaders of Might and Magic,PC,Role-Playing,3DO,3DO,4.8,,,,,,1999-11-30, -/games/boxart/full_7615449AmericaFrontccc.gif,Crusaders of Solaria,PC,Role-Playing,R2Games,R2Games,,,,,,,2014-07-01, -/games/boxart/9539583ccc.jpg,Crypts of Chaos,2600,Role-Playing,20th Century Fox Video Games,20th Century Fox Video Games,,,,,,,1982-01-01, -/games/boxart/full_1401705JapanFrontccc.jpg,Crystal Beans: From Dungeon Explorer,SNES,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1995-10-27, -/games/boxart/full_crystal-monsters_1AmericaFront.jpg,Crystal Monsters,DSiW,Role-Playing,Gameloft,Gameloft,,,,,,,2010-07-26, -/games/boxart/default.jpg,Crystal Saga,PC,Role-Playing,Unknown,R2Games,,,,,,,, -/games/boxart/full_4595149AmericaFrontccc.jpg,Crystal Warriors,GG,Role-Playing,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_174786AmericaFrontccc.jpg,Crystalis,NES,Role-Playing,SNK,SNK Corporation,,,,,,,1990-07-01, -/games/boxart/full_8783634AmericaFrontccc.jpg,Crystalis,GB,Role-Playing,Nintendo,Nintendo Software Technology Corporation,,,,,,,2000-06-26, -/games/boxart/full_4159245AmericaFrontccc.png,Crystareino,And,Role-Playing,"Kotobuki Solution Co., Ltd.",Kemco-Seika,,,,,,,2014-08-02, -/games/boxart/full_cthulhu-saves-the-world_588AmericaFront.jpg,Cthulhu Saves the World,PC,Role-Playing,Zeboyd Games,Zeboyd Games,8,,,,,,2011-07-13, -/games/boxart/full_cthulhu-saves-the-world_773AmericaFront.jpg,Cthulhu Saves the World,XBL,Role-Playing,Microsoft,Zeboyd Games,8,,,,,,2010-12-30, -/games/boxart/full_240228AmericaFrontccc.jpg,Cube World,PC,Role-Playing,Picroma,Picroma,,,,,,,2019-09-30,2019-09-21 -/games/boxart/default.jpg,Custom Robo,iQue,Role-Playing,Unknown,Noise,,,,,,,, -/games/boxart/full_6602378JapanFrontccc.jpg,Cyber Doll,SAT,Role-Playing,I'Max,I'Max,,,,,,,1996-08-09, -/games/boxart/full_cyber-drive-zoids-hatakedamono-no-senshi-hugh_9JapanFront.jpg,Cyber Drive Zoids: Hatakedamono no Senshi Hugh,GBA,Role-Playing,Tomy Corporation,Amedio,,,,,,,2003-07-18, -/games/boxart/full_cyber-knight_1JapanFront.jpg,Cyber Knight,PCE,Role-Playing,Tonkin House,Compile,,,,,,,1990-10-12, -/games/boxart/full_cyber-knight_8JapanFront.jpg,Cyber Knight,SNES,Role-Playing,Tonkin House,Group SNE,,,,,,,1992-10-30, -/games/boxart/full_cyber-knight-ii-chikyuu-teikoku-no-yabou_9JapanFront.jpg,Cyber Knight II: Chikyuu Teikoku no Yabou,SNES,Role-Playing,Tonkin House,Group SNE,,,,,,,1994-08-26, -/games/boxart/full_3609495AmericaFrontccc.jpg,Cyberdimension Neptunia: 4 Goddesses Online,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2018-02-27,2018-07-04 -/games/boxart/full_5532046JapanFrontccc.jpg,D+Vine [Luv],DC,Role-Playing,Princess Soft,Princess Soft,,,,,,,2001-10-25, -/games/boxart/full_9041351JapanFrontccc.jpg,Dai Fushinden,SCD,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1995-02-24, -/games/boxart/full_5981935JapanFrontccc.jpg,Daibouken Deluxe: Harukanaru Umi,PS,Role-Playing,Soft Office,Soft Office,,,,,,,1997-04-18, -/games/boxart/full_4789444JapanFrontccc.jpg,Daikoukai Jidai Online: El Oriente,PC,Role-Playing,KOEI,Koei,,,,,,,2009-12-15, -/games/boxart/full_5676018JapanFrontccc.jpg,Daikoukai Jidai Online: El Oriente,PS3,Role-Playing,KOEI,Koei,,,,,,,2009-12-15, -/games/boxart/full_daikoukai-jidai-online-tierra-americana_494JapanFront.jpg,Daikoukai Jidai Online: Tierra Americana,PC,Role-Playing,Tecmo Koei,Tecmo Koei Games,,,,,,,2011-02-22, -/games/boxart/full_daikoukai-jidai-online-tierra-americana_517JapanFront.jpg,Daikoukai Jidai Online: Tierra Americana,PS3,Role-Playing,Tecmo Koei,Tecmo Koei Games,,,,,,,2011-02-22, -/games/boxart/full_dalk_262PALFront.jpg,Dalk,PC,Role-Playing,Alice Soft,Alice Soft,,,,,,,1992-01-01, -/games/boxart/default.jpg,Dangerous High School Girls in Trouble,PC,Role-Playing,Unknown,Mousechief,,,,,,,2008-05-14, -/games/boxart/5317479ccc.jpg,Dark Age of Camelot,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,8.7,,,,,,2001-09-01, -/games/boxart/full_2079812AmericaFrontccc.jpg,Dark Age of Camelot: 5th Anniversary,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2006-11-14, -/games/boxart/full_6584263AmericaFrontccc.jpg,Dark Age of Camelot: Catacombs,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2004-12-07, -/games/boxart/full_6561428PALFrontccc.jpg,Dark Age of Camelot: Darkness Rising,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2005-10-11, -/games/boxart/full_1764624AmericaFrontccc.jpg,Dark Age of Camelot: Gold Edition,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2003-06-03, -/games/boxart/full_3760364PALFrontccc.jpg,Dark Age of Camelot: Labyrinth of the Minotaur,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2007-02-14, -/games/boxart/full_4964516AmericaFrontccc.jpg,Dark Age of Camelot: Platinum Edition,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2004-06-29, -/games/boxart/full_dark-age-of-camelot-shrouded-isles_834AmericaFront.jpg,Dark Age of Camelot: Shrouded Isles,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2002-12-02, -/games/boxart/full_2610131AmericaFrontccc.jpg,Dark Age of Camelot: Trials of Atlantis,PC,Role-Playing,Mythic Entertainment,Mythic Entertainment,,,,,,,2003-10-28, -/games/boxart/full_750960AmericaFrontccc.jpg,Dark Cloud 2,PS4,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2016-01-19, -/games/boxart/default.jpg,Dark Delve,XBL,Role-Playing,Unknown,Checkmark Games,,,,,,,, -/games/boxart/full_dark-eyes-battlegate_9JapanFront.jpg,Dark Eyes: BattleGate,WS,Role-Playing,Bandai,Nextech,,,,,,,2001-03-15, -/games/boxart/full_1079742JapanFrontccc.jpg,Dark Law: Meaning of Death,SNES,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1997-03-28, -/games/boxart/full_6326816AmericaFrontccc.jpg,Dark Savior,SAT,Role-Playing,Sega,Climax Entertainment,,,,,,,1996-11-30, -/games/boxart/full_9339432AmericaFrontccc.jpg,Dark Spyre,PC,Role-Playing,EPS/Electronic Zoo,Event Horizon Software,,,,,,,1990-01-01, -/games/boxart/full_3617311AmericaFrontccc.jpg,Dark Sun Online: Crimson Sands,PC,Role-Playing,"Strategic Simulations, Inc","Strategic Simulations, Inc.",,,,,,,1996-01-01, -/games/boxart/full_dark-sun-shattered-lands_946AmericaFront.jpg,Dark Sun: Shattered Lands,PC,Role-Playing,SSI,SSI,,,,,,,1993-01-01, -/games/boxart/default.jpg,Darkest Dungeon,Linux,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19, -/games/boxart/default.jpg,Darkest Dungeon,PSV,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19,2018-01-31 -/games/boxart/default.jpg,Darkest Dungeon,OSX,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2016-01-19, -/games/boxart/full_dawnspire-prelude_3AmericaFront.jpg,Dawnspire: Prelude,PC,Role-Playing,DreamCatcher Interactive,Silent Grove Studios,,,,,,,2007-04-03, -/games/boxart/full_day-watch_899AmericaFront.jpg,Day Watch,PC,Role-Playing,GamersGate,Nival Interactive,,,,,,,2007-05-16, -/games/boxart/full_deadly-towers_5AmericaFront.jpg,Deadly Towers,NES,Role-Playing,Broderbund,Lenar,,,,,,,1987-09-01, -/games/boxart/full_2126770JapanFrontccc.jpg,Death Bringer: Himerareta Monshou,SCD,Role-Playing,Riot,Riot,,,,,,,1992-04-17, -/games/boxart/full_death-bringer-the-knight-of-darkness_5JapanFront.jpg,Death Bringer: The Knight of Darkness,PCE,Role-Playing,Nippon Telenet,Renovation Game,,,,,,,1990-04-27, -/games/boxart/default.jpg,Death Under the Labyrinth,PSV,Role-Playing,Compile Heart,Compile Heart,,,,,,,2015-10-08, -/games/boxart/5074188ccc.jpg,DeathKeep,PC,Role-Playing,SSI,"Lion Entertainment, Inc.",,,,,,,1996-04-30, -/games/boxart/1680865ccc.jpg,DeathKeep,3DO,Role-Playing,SSI,"Lion Entertainment, Inc.",,,,,,,1995-01-01, -/games/boxart/full_deathspank_0AmericaFront.jpg,DeathSpank,PSN,Role-Playing,Electronic Arts,Hothead Games,7.8,,,,,,2010-07-13, -/games/boxart/full_deathspank_43AmericaFront.jpg,DeathSpank,PC,Role-Playing,Hothead Games,Hothead Games,8.2,,,,,,2010-10-26, -/games/boxart/full_deathspank_4AmericaFront.jpg,DeathSpank,XBL,Role-Playing,Electronic Arts,Hothead Games,7.7,,,,,,2010-07-14, -/games/boxart/full_deathspank-thongs-of-virtue_10AmericaFront.jpg,DeathSpank: Thongs of Virtue,PSN,Role-Playing,Electronic Arts,Hothead Games,8.3,,,,,,2010-09-28, -/games/boxart/full_deathspank-thongs-of-virtue_0AmericaFront.jpg,DeathSpank: Thongs of Virtue,XBL,Role-Playing,Electronic Arts,Hothead Games,8.5,,,,,,2010-09-22, -/games/boxart/full_deathspank-thongs-of-virtue_612AmericaFront.jpg,DeathSpank: Thongs of Virtue,PC,Role-Playing,Electronic Arts,Hothead Games,8.5,,,,,,2010-11-30, -/games/boxart/full_3523373JapanFrontccc.jpg,Deep Dungeon (FDS),NES,Role-Playing,Square,Hummingbird Soft,,,,,,,1986-12-19, -/games/boxart/full_253792AmericaFrontccc.jpg,Defenders of Oasis,GG,Role-Playing,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_4460672JapanFrontccc.jpg,Deltora Quest: 7-tsu no Houseki,DS,Role-Playing,Namco Bandai,Bandai Namco Games,,,,,,,2007-09-20, -/games/boxart/full_5216350AmericaFrontccc.jpg,Demise: Rise of the Ku'Tan,PC,Role-Playing,IPC Software,Artifact Entertainment,,,,,,,1999-12-31, -/games/boxart/default.jpg,Demon Hunter,GBA,Role-Playing,Independent,Independent Arts,,,,,,,2003-03-15, -/games/boxart/default.jpg,Demon's Winter,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1986-01-01, -/games/boxart/default.jpg,Depths of Peril,PC,Role-Playing,Unknown,Soldak Entertainment,,,,,,,2007-09-06, -/games/boxart/full_9274838AmericaFrontccc.jpg,Descent to Undermountain,PC,Role-Playing,Interplay,"Interplay Productions, Inc.",,,,,,,1997-09-30, -/games/boxart/full_6132555JapanFrontccc.jpg,deSPIRIA,DC,Role-Playing,Atlus,Atlus Co.,,,,,,,2000-09-21, -/games/boxart/full_5477214AmericaFrontccc.jpg,Destiny of an Emperor,NES,Role-Playing,Capcom,Capcom,,,,,,,1990-09-01, -/games/boxart/full_3243049AmericaFrontccc.jpg,Deus Ex: Game of the Year Edition,PC,Role-Playing,Eidos Interactive,Ion Storm,,,,,,,2001-05-09, -/games/boxart/full_9128094AmericaFrontccc.jpg,Dex,Linux,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 -/games/boxart/full_7063535AmericaFrontccc.jpg,Dex,Ouya,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 -/games/boxart/full_8994525AmericaFrontccc.jpg,Dex,OSX,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 -/games/boxart/full_4411392JapanFrontccc.png,Diario: Rebirth Moon Legend,X360,Role-Playing,Idea Factory,Idea Factory,,,,,,,2007-02-08, -/games/boxart/full_1636327JapanFrontccc.jpg,Diario: Rebirth Moon Legend,XBL,Role-Playing,Idea Factory,Idea Factory,,,,,,,2009-12-08, -/games/boxart/full_dicing-knight-period_2JapanFront.jpg,Dicing Knight Period,WS,Role-Playing,Qute,Platine Dispositif,,,,,,,2004-05-31, -/games/boxart/full_6582757JapanFrontccc.jpg,Digimon Adventure 02 Zero Two: D1 Tamers,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-12-09, -/games/boxart/full_1884238JapanFrontccc.jpg,Digimon Adventure 02 Zero Two: Tag Tamers,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-08-03, -/games/boxart/full_8475253JapanFrontccc.jpg,Digimon Adventure: Cathode Tamer,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-01-20, -/games/boxart/default.jpg,Digimon Anode/Cathode Tamer: Veedramon Version,WS,Role-Playing,Bandai,SIMS,,,,,,,2001-09-18, -/games/boxart/default.jpg,Digimon Story: Cyber Sleuth,PSV,Role-Playing,Unknown,Media.Vision,,,,,,,, -/games/boxart/full_7810499JapanFrontccc.jpg,Digimon Tamers: Brave Tamers,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-12-29, -/games/boxart/full_3587264JapanFrontccc.jpg,Digimon Tamers: Digimon Medley,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-07-12, -/games/boxart/full_8280019JapanFrontccc.jpg,Digimon Tamers: Pocket Culumon,PS,Role-Playing,Bandai,Bandai,,,,,,,2001-05-17, -/games/boxart/full_3152885AmericaFrontccc.jpg,Digimon World 3,PS,Role-Playing,Bandai,Bandai,4,,,,,,2002-06-05, -/games/boxart/full_2563991JapanFrontccc.jpg,Digital Devil Story: Megami Tensei,NES,Role-Playing,Namco,Atlus Co.,,,,,,,1987-09-11, -/games/boxart/full_9005162JapanFrontccc.jpg,Digital Devil Story: Megami Tensei II,NES,Role-Playing,Namco,Atlus Co.,,,,,,,1990-04-06, -/games/boxart/full_8005021JapanFrontccc.jpg,Digital Monsters Ver. S: Digimon Tamers,SAT,Role-Playing,Bandai,Bandai,,,,,,,1998-09-23, -/games/boxart/full_digital-monsters-d-project_7JapanFront.jpg,Digital Monsters: D Project,WS,Role-Playing,Bandai,Sting,,,,,,,2002-08-03, -/games/boxart/default.jpg,Dimensity,PC,Role-Playing,Strategy First,Dagger Games Studio,,,,,,,2008-12-08, -/games/boxart/9471007ccc.jpg,Dink Smallwood,PC,Role-Playing,Robinson Technologies,Robinson Technologies,,,,,,,1997-10-17, -/games/boxart/full_288743AmericaFrontccc.png,Disgaea 2: Dark Hero Days,PSN,Role-Playing,NIS America,Nippon Ichi Software,8.1,,,,,,2009-09-30, -/games/boxart/full_8484805AmericaFrontccc.png,Disgaea: Afternoon of Darkness,PSN,Role-Playing,NIS America,Nippon Ichi Software,8.7,,,,,,2009-09-30, -/games/boxart/3116701ccc.jpg,Disney Princess: Royal Adventure,GBA,Role-Playing,Buena Vista,Art,,,,,,,2006-10-05, -/games/boxart/full_divinity-ii-flames-of-vengeance_663PALFront.jpg,Divinity II: Flames of Vengeance,X360,Role-Playing,DTP Entertainment,Larian Studios,,,,,,,2010-08-31, -/games/boxart/full_divinity-ii-the-dragon-knight-saga_856AmericaFront.jpg,Divinity II: The Dragon Knight Saga,PC,Role-Playing,Focus Home Interactive,Larian Studios,,,,,,,2010-11-05, -/games/boxart/full_dodonpachi_959JapanFront.jpg,DoDonPachi,PSN,Role-Playing,Hamster Corporation,"SPS Co.,Ltd.",,,,,,,2010-05-26, -/games/boxart/full_2830400JapanFrontccc.jpg,Dokapon 3-2-1: Arashi o Yobu Yuujou,SNES,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1994-12-02, -/games/boxart/full_7813218JapanFrontccc.jpg,Dokapon DX: Wataru Sekai wa Oni Darake,GC,Role-Playing,Asmik Ace Entertainment,Sting,,,,,,,2003-04-10, -/games/boxart/full_9581325JapanFrontccc.jpg,Dokapon DX: Wataru Sekai wa Oni Darake,PS2,Role-Playing,Asmik Ace Entertainment,Sting,,,,,,,2004-07-08, -/games/boxart/full_2668036JapanFrontccc.jpg,Dokapon Gaiden: Honoo no Audition,SNES,Role-Playing,Asmik Ace Entertainment,Earthly Soft,,,,,,,1995-12-01, -/games/boxart/full_5840239JapanFrontccc.jpg,Dokapon the World,PS2,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2004-11-03, -/games/boxart/full_8294196JapanFrontccc.jpg,Dokapon?! Millennium Quest,GB,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2000-07-14, -/games/boxart/full_5809361JapanFrontccc.jpg,Doki Doki Poyatachio!!,PS,Role-Playing,King Records,King Records,,,,,,,1998-09-10, -/games/boxart/full_1562957JapanFrontccc.jpg,Domo-Kun no Fushigi Terebi,GBA,Role-Playing,Nintendo,Suzak,,,,,,,2002-02-21, -/games/boxart/full_3868162AmericaFrontccc.jpg,Don't be nervous talking to Girls,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2009-12-08,2020-03-03 -/games/boxart/full_doom-amp-destiny_498AmericaFront.jpg,Doom & Destiny,XBL,Role-Playing,HeartBit Interactive,HeartBit Interactive,,,,,,,2011-08-25, -/games/boxart/full_1792665AmericaFrontccc.jpg,Doomdark's Revenge,ACPC,Role-Playing,Beyond Software,Unknown,,,,,,,1985-01-01,2018-01-06 -/games/boxart/full_8438854JapanFrontccc.jpg,Doraemon 3: Makai no Dungeon,PS,Role-Playing,Epoch,Epoch,,,,,,,2000-12-14, -/games/boxart/full_1465846JapanFrontccc.jpg,Doraemon: Giga Zombie no Gyakushuu,NES,Role-Playing,Epoch,Epoch,,,,,,,1990-09-14, -/games/boxart/full_2806290JapanFrontccc.jpg,Doraemon: Kimito Pet no Monogatari,GB,Role-Playing,Epoch,Epoch,,,,,,,2001-03-16, -/games/boxart/full_9957485JapanFrontccc.jpg,Doraemon: Midori no Wakusei Doki Doki Daikyuushuutsu!,GBA,Role-Playing,Epoch,Mobile 21,,,,,,,2001-04-27, -/games/boxart/1708151ccc.jpg,Double Dungeons,VC,Role-Playing,Hudson Soft,NCS/Masaya,3.5,,,,,,2007-03-12, -/games/boxart/full_double-dungeons_666JapanFront.jpg,Double Dungeons,PSN,Role-Playing,Hudson Soft,NCS/Masaya,,,,,,,2010-11-17, -/games/boxart/7173347ccc.jpg,Double Dungeons,PCE,Role-Playing,NEC,NCS/Masaya,,,,,,,1989-01-01, -/games/boxart/full_1080900JapanFrontccc.jpg,Doukyuusei 2,PCFX,Role-Playing,NEC Avenue,Elf,,,,,,,1996-08-09, -/games/boxart/full_3273922JapanFrontccc.jpg,Down the World: Mervil's Ambition,SNES,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1994-09-30, -/games/boxart/full_dragon-age-ii_89AmericaFront.jpg,Dragon Age II,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2011-12-06, -/games/boxart/default.jpg,Dragon Age II ( BioWare Signature Edition ),X360,Role-Playing,Unknown,BioWare Corporation,,,,,,,, -/games/boxart/default.jpg,Dragon Age II ( BioWare Signature Edition ),PS3,Role-Playing,Unknown,BioWare Corporation,,,,,,,, -/games/boxart/full_dragon-age-ii-legacy_976AmericaFront.jpg,Dragon Age II: Legacy,PSN,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-07-26, -/games/boxart/full_dragon-age-ii-legacy_961AmericaFront.jpg,Dragon Age II: Legacy,XBL,Role-Playing,Electronic Arts,BioWare,5.3,,,,,,2011-07-26, -/games/boxart/full_dragon-age-ii-legacy_318PALFront.jpg,Dragon Age II: Legacy,PC,Role-Playing,Electronic Arts,BioWare,5.6,,,,,,2011-07-26, -/games/boxart/default.jpg,Dragon Age II: Mark of the Assassin,XBL,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-10-11, -/games/boxart/full_dragon-age-ii-mark-of-the-assassin_728AmericaFront.jpg,Dragon Age II: Mark of the Assassin,PS3,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-10-11, -/games/boxart/default.jpg,Dragon Age II: Mark of the Assassin,PC,Role-Playing,Electronic Arts,BioWare,,,,,,,2011-10-11, -/games/boxart/full_dragon-age-ii-the-black-emporium_9AmericaFront.jpg,Dragon Age II: The Black Emporium,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, -/games/boxart/full_dragon-age-ii-the-black-emporium_111AmericaFront.jpg,Dragon Age II: The Black Emporium,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, -/games/boxart/full_dragon-age-ii-the-black-emporium_98AmericaFront.jpg,Dragon Age II: The Black Emporium,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, -/games/boxart/full_dragon-age-ii-the-exiled-prince_832AmericaFront.jpg,Dragon Age II: The Exiled Prince,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, -/games/boxart/full_dragon-age-ii-the-exiled-prince_631AmericaFront.jpg,Dragon Age II: The Exiled Prince,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, -/games/boxart/full_dragon-age-ii-the-exiled-prince_213AmericaFront.jpg,Dragon Age II: The Exiled Prince,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2011-03-08, -/games/boxart/full_dragon-age-origins-awakening_3AmericaFront.jpg,Dragon Age Origins: Awakening,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-03-16, -/games/boxart/full_dragon-age-origins-awakening_298JapanFront.jpg,Dragon Age Origins: Awakening,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-03-18, -/games/boxart/full_dragon-age-origins-darkspawn-chronicles_5AmericaFront.jpg,Dragon Age Origins: Darkspawn Chronicles,PC,Role-Playing,Electronic Arts,BioWare Corp.,5.3,,,,,,2010-05-18, -/games/boxart/full_dragon-age-origins-darkspawn-chronicles_1AmericaFront.jpg,Dragon Age Origins: Darkspawn Chronicles,XBL,Role-Playing,Electronic Arts,BioWare Corp.,5.3,,,,,,2010-05-18, -/games/boxart/full_dragon-age-origins-darkspawn-chronicles_8AmericaFront.jpg,Dragon Age Origins: Darkspawn Chronicles,PSN,Role-Playing,Electronic Arts,BioWare Corp.,5,,,,,,2010-05-18, -/games/boxart/full_dragon-age-origins-golems-of-amgarrak_8AmericaFront.jpg,Dragon Age Origins: Golems of Amgarrak,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-08-10, -/games/boxart/full_dragon-age-origins-golems-of-amgarrak_0AmericaFront.jpg,Dragon Age Origins: Golems of Amgarrak,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-08-10, -/games/boxart/full_dragon-age-origins-golems-of-amgarrak_3AmericaFront.jpg,Dragon Age Origins: Golems of Amgarrak,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-08-10, -/games/boxart/full_dragon-age-origins-lelianas-song_8AmericaFront.jpg,Dragon Age Origins: Leliana's Song,PC,Role-Playing,Electronic Arts,BioWare Corp.,7,,,,,,2010-07-06, -/games/boxart/full_dragon-age-origins-lelianas-song_4AmericaFront.jpg,Dragon Age Origins: Leliana's Song,XBL,Role-Playing,Electronic Arts,BioWare Corp.,7,,,,,,2010-07-06, -/games/boxart/full_dragon-age-origins-lelianas-song_1AmericaFront.jpg,Dragon Age Origins: Leliana's Song,PSN,Role-Playing,Electronic Arts,BioWare Corp.,7,,,,,,2010-07-06, -/games/boxart/full_dragon-age-origins-return-to-ostagar_4AmericaFront.jpg,Dragon Age Origins: Return to Ostagar,PC,Role-Playing,Electronic Arts,BioWare Corp.,6.3,,,,,,2010-01-13, -/games/boxart/full_dragon-age-origins-return-to-ostagar_3AmericaFront.jpg,Dragon Age Origins: Return to Ostagar,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-03-11, -/games/boxart/full_dragon-age-origins-return-to-ostagar_8AmericaFront.jpg,Dragon Age Origins: Return to Ostagar,XBL,Role-Playing,Electronic Arts,BioWare Corp.,5.8,,,,,,2010-01-13, -/games/boxart/full_5468072AmericaFrontccc.jpg,Dragon Age Origins: The Stone Prisoner,PSN,Role-Playing,Electronic Arts,BioWare Corp.,8,,,,,,2009-11-04, -/games/boxart/full_dragon-age-origins-the-stone-prisoner_8AmericaFront.jpg,Dragon Age Origins: The Stone Prisoner,PC,Role-Playing,Electronic Arts,BioWare Corp.,8,,,,,,2009-11-03, -/games/boxart/full_dragon-age-origins-the-stone-prisoner_6AmericaFront.jpg,Dragon Age Origins: The Stone Prisoner,XBL,Role-Playing,Electronic Arts,BioWare Corp.,8,,,,,,2009-11-03, -/games/boxart/full_dragon-age-origins-wardens-keep_7AmericaFront.jpg,Dragon Age Origins: Warden's Keep,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2009-11-03, -/games/boxart/full_dragon-age-origins-wardens-keep_1AmericaFront.jpg,Dragon Age Origins: Warden's Keep,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2009-11-03, -/games/boxart/full_715859AmericaFrontccc.jpg,Dragon Age Origins: Warden's Keep,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2009-11-04, -/games/boxart/full_dragon-age-origins-witch-hunt_9AmericaFront.jpg,Dragon Age Origins: Witch Hunt,XBL,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-09-07, -/games/boxart/full_dragon-age-origins-witch-hunt_3AmericaFront.jpg,Dragon Age Origins: Witch Hunt,PSN,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-09-07, -/games/boxart/full_dragon-age-origins-witch-hunt_2AmericaFront.jpg,Dragon Age Origins: Witch Hunt,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-09-07, -/games/boxart/full_dragon-age-origins_588AmericaFront.jpg,Dragon Age: Origins,PSN,Role-Playing,Unknown,BioWare,,,,,,,2011-08-02, -/games/boxart/full_dragon-age-origins-ultimate-edition_5AmericaFront.jpg,Dragon Age: Origins - Ultimate Edition,PS3,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-10-12, -/games/boxart/full_dragon-age-origins-ultimate-edition_4AmericaFront.jpg,Dragon Age: Origins - Ultimate Edition,X360,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2010-10-12, -/games/boxart/full_dragonball_4JapanFront.jpg,Dragon Ball,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-11-20, -/games/boxart/full_dragon-ball-3-gokuuden_1JapanFront.jpg,Dragon Ball 3: Gokuuden,NES,Role-Playing,Bandai,Bandai,,,,,,,1989-10-27, -/games/boxart/default.jpg,Dragon Ball Online,PC,Role-Playing,Unknown,NTL,,,,,,,, -/games/boxart/full_dragon-ball-z-gaiden-saiyajin-zetsumetsu-keikaku_8JapanFront.jpg,Dragon Ball Z Gaiden: Saiyajin Zetsumetsu Keikaku,NES,Role-Playing,Bandai,Bandai,,,,,,,1993-08-06, -/games/boxart/full_dragon-ball-z-ii-gekigami-freeza_3JapanFront.jpg,Dragon Ball Z II: Gekigami Freeza!!,NES,Role-Playing,Bandai,Bandai,,,,,,,1991-08-10, -/games/boxart/full_dragon-ball-z-iii-ressen-jinzou-ningen_3JapanFront.jpg,Dragon Ball Z III: Ressen Jinzou Ningen,NES,Role-Playing,Bandai,Bandai,,,,,,,1992-08-07, -/games/boxart/full_7395662JapanFrontccc.jpg,Dragon Ball Z Super Gokuden: Totsugeki-Hen,SNES,Role-Playing,Bandai,TOSE,,,,,,,1995-03-24, -/games/boxart/full_dragonball-z-goku-gekitouden_4JapanFront.jpg,Dragon Ball Z: Goku Gekitouden,GB,Role-Playing,Bandai,Bandai,,,,,,,1995-08-25, -/games/boxart/full_dragonball-z-goku-hishouden_9JapanFront.jpg,Dragon Ball Z: Goku Hishouden,GB,Role-Playing,Bandai,Bandai,,,,,,,1994-11-25, -/games/boxart/full_dragon-ball-z-kyoushuu-saiyajin_72JapanFront.jpg,Dragon Ball Z: Kyoushuu! Saiyajin,NES,Role-Playing,Bandai,Bandai,,,,,,,1990-10-27, -/games/boxart/full_6023286AmericaFrontccc.jpg,Dragon Ball Z: Legendary Super Warriors,GB,Role-Playing,Infogrames,Banpresto,,,,,,,2002-11-08, -/games/boxart/full_5094993JapanFrontccc.jpg,Dragon Buster II: Yami no Fuuin,NES,Role-Playing,Namco,Namco,,,,,,,1989-04-27, -/games/boxart/full_6675151AmericaFrontccc.jpg,Dragon Crystal,GG,Role-Playing,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_6237659PALFrontccc.jpg,Dragon Crystal,MS,Role-Playing,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_dragon-drive-tactics-break_914JapanFront.jpg,Dragon Drive: Tactics Break,PS,Role-Playing,Bandai,Bandai,,,,,,,2002-10-03, -/games/boxart/full_5399680JapanFrontccc.jpg,Dragon Drive: World D Break,GBA,Role-Playing,Banpresto,Zero One,,,,,,,2003-07-18, -/games/boxart/full_9175042AmericaFrontccc.jpg,Dragon Fighting Mission RPG,And,Role-Playing,Unknown,Unknown,,,,,,,2014-03-26, -/games/boxart/full_dragon-knight-amp-graffiti_7JapanFront.jpg,Dragon Knight & Graffiti,PCE,Role-Playing,NEC Avenue,Elf,,,,,,,1995-03-31, -/games/boxart/full_6234067JapanFrontccc.jpg,Dragon Knight 4,PC,Role-Playing,Elf,Elf,,,,,,,2007-06-29, -/games/boxart/full_638348JapanFrontccc.jpg,Dragon Knight 4,PCFX,Role-Playing,NEC Avenue,NEC Avenue,,,,,,,1997-03-28, -/games/boxart/full_769353JapanFrontccc.jpg,Dragon Knight 4,PS,Role-Playing,Banpresto,Elf,,,,,,,1997-02-07, -/games/boxart/full_dragon-knight-ii_8JapanFront.jpg,Dragon Knight II,PCE,Role-Playing,NEC Avenue,TamTam,,,,,,,1992-08-07, -/games/boxart/full_9356290JapanFrontccc.jpg,Dragon Knight III,PCE,Role-Playing,NEC Interchannel,Elf,,,,,,,1994-07-22, -/games/boxart/3421392ccc.jpg,Dragon Lore,3DO,Role-Playing,Mindscape,Cryo Interactive,,,,,,,1994-01-01, -/games/boxart/full_3252800AmericaFrontccc.jpg,Dragon Lore II: The Heart of the Dragon Man,PC,Role-Playing,Interplay,Cryo Interactive Entertainment,,,,,,,1997-06-30, -/games/boxart/full_9420755JapanFrontccc.jpg,Dragon Master Silk,SAT,Role-Playing,Datam Polystar,Datam Polystar,,,,,,,1997-03-28, -/games/boxart/full_dragon-nest_800AmericaFront.jpg,Dragon Nest,PC,Role-Playing,Nexon America,Eyedentity Games,8.5,,,,,,2011-08-16, -/games/boxart/full_2982050JapanFrontccc.jpg,Dragon Quest Characters: Torneko no Daibouken 2 Advance,GBA,Role-Playing,Enix,ChunSoft,,,,,,,2001-12-20, -/games/boxart/full_8203603JapanFrontccc.jpg,Dragon Quest Characters: Torneko no Daibouken 3 Advance,GBA,Role-Playing,Square Enix,ChunSoft,,,,,,,2004-06-24, -/games/boxart/default.jpg,Dragon Quest X,And,Role-Playing,Square Enix,Square Enix,,,,,,,2013-12-16,2018-04-07 -/games/boxart/full_1335217AmericaFrontccc.jpg,Dragon Quest XI: Echoes of an Elusive Age S - Definitive Edition,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2019-04-10 -/games/boxart/default.jpg,Dragon Realms,PC,Role-Playing,Unknown,Simutronics,,,,,,,1995-02-04, -/games/boxart/full_dragon-saga_663AmericaFront.png,Dragon Saga,PC,Role-Playing,Gravity Corporation,Barunson Interactive,,,,,,,2009-10-15, -/games/boxart/default.jpg,Dragon Saga New Origins: Into the Darkness,PC,Role-Playing,Gravity Corporation,Gravity Interactive,,,,,,,2011-09-01, -/games/boxart/full_dragon-scroll-yomigaerishi-maryuu_1JapanFront.jpg,Dragon Scroll: Yomigaerishi Maryuu,NES,Role-Playing,Konami,Konami,,,,,,,1987-12-04, -/games/boxart/full_dragon-slayer-gaiden_6JapanFront.jpg,Dragon Slayer Gaiden,GB,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1992-03-06, -/games/boxart/full_dragon-slayer-i_6JapanFront.jpg,Dragon Slayer I,GB,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1990-08-12, -/games/boxart/full_dragon-slayer_9JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu,VC,Role-Playing,Sega,Sega Falcom,,,,,,,2009-02-10, -/games/boxart/full_dragon-slayer-eiyuu-densetsu-ii_10JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu II,SNES,Role-Playing,Epoch,Nihon Falcom Corporation,,,,,,,1993-06-04, -/games/boxart/full_6764668JapanFrontccc.jpg,Dragon Slayer: Eiyuu Densetsu II,VC,Role-Playing,Sega,Sega,,,,,,,2009-03-03, -/games/boxart/full_6587467JapanFrontccc.jpg,Dragon Slayer: Eiyuu Densetsu II,GEN,Role-Playing,Sega,Sega,,,,,,,1995-01-20, -/games/boxart/full_dragon-slayer-eiyuu-densetsu-ii_0JapanFront.jpg,Dragon Slayer: Eiyuu Densetsu II,PCE,Role-Playing,Hudson Soft,Alfa System,,,,,,,1992-12-23, -/games/boxart/full_dragon-slayer-the-legend-of-heroes_2AmericaFront.jpg,Dragon Slayer: The Legend of Heroes,VC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2007-12-25,2018-12-14 -/games/boxart/full_dragon-slayer-the-legend-of-heroes_10AmericaFront.jpg,Dragon Slayer: The Legend of Heroes,PCE,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,1991-01-01,2018-12-14 -/games/boxart/4245342ccc.jpg,Dragon View,SNES,Role-Playing,Kemco,Atari Europe S.A.S.U.,,,,,,,1994-11-01, -/games/boxart/full_7320123AmericaFrontccc.jpg,Dragon Wars,PC,Role-Playing,Interplay,Interplay Entertainment Corp.,,,,,,,1989-01-01, -/games/boxart/full_941479AmericaFrontccc.jpg,Dragon's Dogma Online,PC,Role-Playing,Capcom,Capcom,,,,,,,2015-08-27, -/games/boxart/full_6145766JapanFrontccc.png,Dragon's Dogma Quest,PSV,Role-Playing,Capcom,Capcom,,,,,,,2013-12-19,2019-01-29 -/games/boxart/full_5105381AmericaFrontccc.png,Dragoneer's Aria,PSN,Role-Playing,NIS America,Hit Maker,5.2,,,,,,2009-09-30, -/games/boxart/1755181ccc.jpg,Dragonstomper,2600,Role-Playing,Unknown,Starpath Corp.,,,,,,,1982-01-01, -/games/boxart/full_drakensang-phileassons-secret_987PALFront.jpg,Drakensang: Phileasson's Secret,PC,Role-Playing,ValuSoft,Radon Labs GmbH,,,,,,,2011-05-13, -/games/boxart/full_4403373PALFrontccc.jpg,Drakensang: The River of Time,PC,Role-Playing,ValuSoft,Radon Labs GmbH,,,,,,,2011-01-11, -/games/boxart/full_7168936AmericaFrontccc.jpg,Drakkhen,SNES,Role-Playing,Kemco,Kemco-Seika,,,,,,,1991-09-01, -/games/boxart/full_3762099AmericaFrontccc.jpg,Drakkhen,PC,Role-Playing,Infogrames,Draconian,,,,,,,1990-01-01, -/games/boxart/full_1981130JapanFrontccc.jpg,Dream Master,NES,Role-Playing,Namco,Birthday,,,,,,,1992-09-22, -/games/boxart/full_dreams-of-witchtown_110AmericaFront.jpg,Dreams of Witchtown,XBL,Role-Playing,Microsoft,Dip Slit,,,,,,,2010-01-13, -/games/boxart/full_druaga-no-tou-the-recovery-of-babylim_8JapanFront.jpg,Druaga no Tou: The Recovery of Babylim,PC,Role-Playing,E-Frontier,Q Entertainment,,,,,,,2009-02-13, -/games/boxart/full_dual-orb_614JapanFront.jpg,Dual Orb,SNES,Role-Playing,I'Max,I'Max,,,,,,,1993-04-16, -/games/boxart/full_dual-orb-ii_604JapanFront.jpg,Dual Orb II,SNES,Role-Playing,I'Max,I'Max,,,,,,,1994-12-29, -/games/boxart/default.jpg,Duel Savior,PC,Role-Playing,Giga,Giga,,,,,,,2004-10-01, -/games/boxart/full_7673275JapanFrontccc.jpg,Duel Savior Destiny,PS2,Role-Playing,Alchemist,Giga,,,,,,,2005-12-22, -/games/boxart/default.jpg,Duel Savior Justice,PC,Role-Playing,Giga,Giga,,,,,,,2005-07-29, -/games/boxart/full_7419005AmericaFrontccc.jpg,Dungeon Adventure,XBL,Role-Playing,Microsoft,UberGeekGames,,,,,,,2010-01-07, -/games/boxart/default.jpg,Dungeon Campaign,PC,Role-Playing,Unknown,"Synergistic Software, Inc.",,,,,,,, -/games/boxart/default.jpg,Dungeon Defenders,PSV,Role-Playing,Unknown,Trendy Entertainment,,,,,,,, -/games/boxart/full_dungeon-defenders_174AmericaFront.jpg,Dungeon Defenders,XBL,Role-Playing,D3 Publisher,Trendy Entertainment,7.3,,,,,,2011-10-19, -/games/boxart/full_dungeon-defenders_580AmericaFront.jpg,Dungeon Defenders,PSN,Role-Playing,Unknown,Trendy Entertainment,8.3,,,,,,2011-10-18, -/games/boxart/full_9477746AmericaFrontccc.jpg,Dungeon Explorer,PCE,Role-Playing,NEC,Atlus Co.,,,,,,,1989-01-01, -/games/boxart/4217218ccc.jpg,Dungeon Explorer,SCD,Role-Playing,Sega,West One,,,,,,,1994-01-01, -/games/boxart/2277375ccc.jpg,Dungeon Explorer,VC,Role-Playing,Hudson Soft,Atlus Co.,6,,,,,,2007-01-08, -/games/boxart/full_dungeon-explorer_799AmericaFront.jpg,Dungeon Explorer,PSN,Role-Playing,Hudson Soft,Atlus Co.,,,,,,,2011-06-07, -/games/boxart/full_4033757AmericaFrontccc.jpg,Dungeon Explorer,PSP,Role-Playing,Hudson Soft,West One,,,,,,,2011-06-07, -/games/boxart/full_dungeon-explorer-ii_5JapanFront.jpg,Dungeon Explorer II,PSN,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2010-09-15, -/games/boxart/full_8812158AmericaFrontccc.jpg,Dungeon Explorer II,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2008-02-05, -/games/boxart/full_6592963AmericaFrontccc.jpg,Dungeon Explorer II,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1993-01-01, -/games/boxart/full_8421932AmericaFrontccc.png,Dungeon Explorer: Warriors of Ancient Arts,PSN,Role-Playing,Hudson Soft,Hudson Soft,6.1,,,,,,2010-01-07, -/games/boxart/full_dungeon-hunter-alliance_743AmericaFront.jpg,Dungeon Hunter: Alliance,PSN,Role-Playing,Gameloft,Gameloft,6.7,,,,,,2011-04-12, -/games/boxart/full_dungeon-hunter-alliance_381AmericaFront.jpg,Dungeon Hunter: Alliance,PSV,Role-Playing,Ubisoft,Ubisoft,,,,,,,2012-02-14, -/games/boxart/full_2606307JapanFrontccc.jpg,Dungeon KiD,NES,Role-Playing,Quest,Quest Corporation,,,,,,,1990-08-31, -/games/boxart/4582160ccc.jpg,Dungeon Lords,PC,Role-Playing,DreamCatcher Interactive,Heuristic Park,,,,,,,2005-05-05, -/games/boxart/full_7514176AmericaFrontccc.jpg,Dungeon Magic: Swords of the Elements,NES,Role-Playing,Taito,Natsume,,,,,,,1990-07-01, -/games/boxart/full_9265080AmericaFrontccc.png,Dungeon Maker: Hunting Ground,PSN,Role-Playing,Xseed Games,Global A,,,,,,,2009-11-04, -/games/boxart/5195223ccc.jpg,Dungeon Master,PC,Role-Playing,Unknown,FTL Games,,,,,,,1989-01-01, -/games/boxart/4911699ccc.jpg,Dungeon Master,SNES,Role-Playing,JVC,FTL Games,,,,,,,1993-06-01, -/games/boxart/full_8836677AmericaFrontccc.jpg,Dungeon Master II: The Legend of Skullkeep,PC,Role-Playing,Interplay,FTL Games,,,,,,,1995-07-31, -/games/boxart/1386117ccc.jpg,Dungeon Master II: The Legend of Skullkeep,SCD,Role-Playing,JVC,Victor Interactive Software,,,,,,,1994-01-01, -/games/boxart/full_7807213JapanFrontccc.jpg,Dungeon of Windaria,DS,Role-Playing,Compile Heart,Compile Heart,,,,,,,2008-05-15, -/games/boxart/full_dungeon-party-the-wizard-in-action_260AmericaFront.jpg,Dungeon Party,PC,Role-Playing,Focus Home Interactive,Cyanide,,,,,,,2009-05-15, -/games/boxart/7549154ccc.jpg,Dungeon Runners,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2007-05-24, -/games/boxart/full_dungeon-savior_124JapanFront.jpg,Dungeon Savior,GB,Role-Playing,J-Wing,J-Wing,,,,,,,2000-08-04, -/games/boxart/full_dungeon-siege-ii-deluxe-edition_0AmericaFront.jpg,Dungeon Siege II: Deluxe Edition,PC,Role-Playing,2K Games,Gas Powered Games,,,,,,,2006-10-23, -/games/boxart/full_dungeon-siege-iii-treasures-of-the-sun_589AmericaFront.jpg,Dungeon Siege III: Treasures of the Sun,PC,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-10-25, -/games/boxart/full_dungeon-siege-iii-treasures-of-the-sun_546AmericaFront.jpg,Dungeon Siege III: Treasures of the Sun,X360,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-10-25, -/games/boxart/full_dungeon-siege-iii-treasures-of-the-sun_358AmericaFront.jpg,Dungeon Siege III: Treasures of the Sun,PS3,Role-Playing,Square Enix,Obsidian Entertainment,,,,,,,2011-10-25, -/games/boxart/full_dungeon-tales_119AmericaFront.jpg,Dungeon Tales,XBL,Role-Playing,Microsoft,laurent goethals,,,,,,,2010-10-07, -/games/boxart/9278475ccc.jpg,Dungeons & Dragons: Order of the Griffon,PCE,Role-Playing,Turbo Technologies,Westwood Studios,,,,,,,1992-01-01, -/games/boxart/4271574ccc.jpg,Dungeons & Dragons: Warriors of the Eternal Sun,GEN,Role-Playing,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/default.jpg,Dungeons & Dragons Online: Forsaken Lands,PC,Role-Playing,Unknown,Atari,,,,,,,, -/games/boxart/full_dungeons-ampamp-dragons-daggerdale_975AmericaFront.jpg,Dungeons & Dragons: Daggerdale,XBL,Role-Playing,Atari,Bedlam Games,4.3,,,,,,2011-05-25, -/games/boxart/full_dungeons-ampamp-dragons-daggerdale_253AmericaFront.jpg,Dungeons & Dragons: Daggerdale,PSN,Role-Playing,Unknown,Bedlam Games,6,,,,,,, -/games/boxart/full_7124843AmericaFrontccc.jpg,Dusk of the Gods,PC,Role-Playing,Interstel,Event Horizon Software,,,,,,,1990-01-01, -/games/boxart/full_eye-divine-cybermancy_842AmericaFront.jpg,E.Y.E.: Divine Cybermancy,PC,Role-Playing,Unknown,Streum On Studio,,,,,,,2011-07-29, -/games/boxart/default.jpg,E.Y.E: Divine Cybermancy,PC,Role-Playing,Unknown,Streum On Studio,,,,,,,2011-07-29, -/games/boxart/full_7569268JapanFrontccc.jpg,EarthBound Beginnings,NES,Role-Playing,Nintendo,Ape Studios / HAL Laboratory / Brownie Brown,,,,,,,1989-07-27,2023-04-25 -/games/boxart/full_1724612JapanFrontccc.jpg,Ecolis: Aoi Umi to Ugoku Shima,DS,Role-Playing,GungHo,Headlock,,,,,,,2009-05-28, -/games/boxart/full_2808591JapanFrontccc.jpg,Ecsaform,PS,Role-Playing,"Emotion, Inc.","Emotion, Inc.",,,,,,,1999-01-28, -/games/boxart/full_6530352JapanFrontccc.jpg,Eien no Aseria: The Spirit of Eternity Sword,PS2,Role-Playing,Nippon Ichi Software,Xuse,,,,,,,2005-05-12, -/games/boxart/full_eien-no-aseria-kono-daichi-no-hate-de_705JapanFront.jpg,Eien no Aseria: The Spirit of Eternity Sword Expansion,PC,Role-Playing,Xuse,Xuse,,,,,,,2004-08-13, -/games/boxart/full_4442411JapanFrontccc.jpg,Eien no Filena,SNES,Role-Playing,Tokuma Shoten,Tokuma Shoten,,,,,,,1995-02-25, -/games/boxart/full_673333JapanFrontccc.jpg,Eithea,PS,Role-Playing,Atlus,TamTam,,,,,,,2001-02-22, -/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-fc_16JapanFront.jpg,Eiyuu Densetsu: Sora no Kiseki FC,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, -/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-set_156JapanFront.jpg,Eiyuu Densetsu: Sora no Kiseki Set,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, -/games/boxart/full_the-legend-of-heroes-sora-no-kiseki-the-3rd_146JapanFront.jpg,Eiyuu Densetsu: Sora no Kiseki the 3rd,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, -/games/boxart/default.jpg,Eiyuu Densetsu: Zero no Kiseki,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,, -/games/boxart/full_eiyuu-densetsu-zero-no-kiseki_4JapanFront.jpg,Eiyuu Densetsu: Zero no Kiseki,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-09-30, -/games/boxart/full_5730053JapanFrontccc.jpg,Eiyuu Senki: The World Conquest,PC,Role-Playing,Tenco,Tenco,,,,,,,2012-03-30, -/games/boxart/full_3996603JapanFrontccc.jpg,Eiyuu Senki: The World Conquest,PSV,Role-Playing,5pb,Tenco,,,,,,,2014-05-29, -/games/boxart/full_589427JapanFrontccc.jpg,Eiyuu Senki: The World Conquest,PS3,Role-Playing,RunnerGames,Tenco,,,,,,,2015-10-01, -/games/boxart/full_9217234JapanFrontccc.jpg,El Dorado Gate Volume 1,DC,Role-Playing,Capcom,Capcom,7.3,,,,,,2000-10-10, -/games/boxart/full_7807556JapanFrontccc.jpg,El Dorado Gate Volume 2,DC,Role-Playing,Capcom,Capcom,,,,,,,2000-12-12, -/games/boxart/full_6435352JapanFrontccc.jpg,El Dorado Gate Volume 3,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-02-02, -/games/boxart/full_7070600JapanFrontccc.jpg,El Dorado Gate Volume 4,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-04-12, -/games/boxart/full_2745432JapanFrontccc.jpg,El Dorado Gate Volume 5,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-06-06, -/games/boxart/full_85316JapanFrontccc.jpg,El Dorado Gate Volume 6,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-08-08, -/games/boxart/full_2434562JapanFrontccc.jpg,El Dorado Gate Volume 7,DC,Role-Playing,Capcom,Capcom,,,,,,,2001-10-10, -/games/boxart/full_7701485AmericaFrontccc.jpg,Elemental Gimmick Gear,DC,Role-Playing,Vatical Entertainment,Birthday,7.4,,,,,,1999-12-31, -/games/boxart/full_elfaria_494JapanFront.jpg,Elfaria,SNES,Role-Playing,Hudson Soft,RED Company,,,,,,,1993-01-03, -/games/boxart/full_elfaria-ii_539JapanFront.jpg,Elfaria II,SNES,Role-Playing,Hudson Soft,RED Company,,,,,,,1995-06-09, -/games/boxart/full_7072224JapanFrontccc.jpg,Elie no Atelier GB,GB,Role-Playing,Imagineer,Gust,,,,,,,2000-01-08, -/games/boxart/full_4739743JapanFrontccc.jpg,Elie no Atelier: Salburg no Renkinjutsushi 2,PS,Role-Playing,Gust,Gust,,,,,,,1998-12-17, -/games/boxart/full_831931AmericaFrontccc.jpeg,Elminage Gothic: Ulm Zakir to Yami no Gishiki,PC,Role-Playing,Ghostlight,Ghostlight,,,,,,,2014-09-18, -/games/boxart/full_8329624JapanFrontccc.jpg,Elminage: Yami no Fujo to Kamigami no Yubiwa,PS2,Role-Playing,Starfish,Starfish SD,,,,,,,2008-03-27, -/games/boxart/default.jpg,Elysian Shadows,PC,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, -/games/boxart/default.jpg,Elysian Shadows,OSX,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, -/games/boxart/default.jpg,Elysian Shadows,Linux,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, -/games/boxart/default.jpg,Elysian Shadows,And,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, -/games/boxart/default.jpg,Elysian Shadows,Ouya,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, -/games/boxart/default.jpg,Elysian Shadows,DC,Role-Playing,WaterMelon,Elysian Shadows Team,,,,,,,2016-01-01, -/games/boxart/full_8447068JapanFrontccc.jpg,Emerald Dragon,SNES,Role-Playing,Media Works,Media Works,,,,,,,1995-07-28, -/games/boxart/full_1998793JapanFrontccc.jpg,Emerald Dragon,PCE,Role-Playing,NEC Interchannel,Media Works,,,,,,,1994-01-28, -/games/boxart/full_endless-ages_667AmericaFront.jpg,Endless Ages,PC,Role-Playing,Summitsoft Entertainment,Avaria,,,,,,,2003-06-27, -/games/boxart/full_3065317JapanFrontccc.jpg,Endnesia,PS2,Role-Playing,Enix,Vanpool,,,,,,,2001-05-31, -/games/boxart/full_energy_0JapanFront.jpg,Energy,PCE,Role-Playing,NCS,Luasan Soft,,,,,,,1989-04-19, -/games/boxart/full_epic-dungeon_802AmericaFront.jpg,Epic Dungeon,XBL,Role-Playing,Microsoft,Eyehook,,,,,,,2010-11-30, -/games/boxart/full_6451742AmericaFrontccc.jpg,Epiphany in Spaaace!,XBL,Role-Playing,Microsoft,RainbowDespair,,,,,,,2009-10-20, -/games/boxart/full_6397741AmericaFrontccc.jpg,Equinox,SNES,Role-Playing,Sony Imagesoft,Software Creations,,,,,,,1993-01-01, -/games/boxart/2347939ccc.jpg,Eragon,GBA,Role-Playing,Sierra Entertainment,Amaze Entertainment,7.1,,,,,,2006-11-14, -/games/boxart/3334124ccc.jpg,Escape From Paradise City,PC,Role-Playing,CDV Software Entertainment,Sirius Games,,,,,,,2007-10-26, -/games/boxart/full_eschalon-book-i_308AmericaFront.jpg,Eschalon: Book I,PC,Role-Playing,Unknown,Basilisk Games,,,,,,,2007-11-19, -/games/boxart/default.jpg,Eschalon: Book II,PC,Role-Playing,Unknown,Basilisk Games,,,,,,,2010-05-12, -/games/boxart/full_esper-dream-2-aratanaru-tatakai_4JapanFront.jpg,Esper Dream 2: Aratanaru Tatakai,NES,Role-Playing,Konami,Konami,,,,,,,1992-06-26, -/games/boxart/default.jpg,Eternal Chronicle,DS,Role-Playing,Unknown,Paon Corporation,,,,,,,, -/games/boxart/full_eternal-eden_0AmericaFront.jpg,Eternal Eden,PC,Role-Playing,Unknown,Blossomsoft,,,,,,,2008-12-11, -/games/boxart/default.jpg,Eternal Eden,3DS,Role-Playing,Unknown,Blossomsoft,,,,,,,, -/games/boxart/full_7965266JapanFrontccc.jpg,Eternal Legend: Eien no Densetsu,GG,Role-Playing,Sega,JAM,,,,,,,1991-08-09, -/games/boxart/full_7556910PALFrontccc.jpg,Eternal Quest,PS2,Role-Playing,Midas Interactive Entertainment,Tamsoft,,,,,,,2004-05-21, -/games/boxart/full_7836307AmericaFrontccc.jpg,Ether Saga Online,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2009-03-17, -/games/boxart/full_8259651AmericaFrontccc.jpg,EVE Online: Apocrypha,PC,Role-Playing,CCP,CCP,,,,,,,2009-03-10, -/games/boxart/default.jpg,EVE Online: Dominion,PC,Role-Playing,CCP,CCP,,,,,,,2009-12-01, -/games/boxart/default.jpg,EVE Online: Empyrean Age,PC,Role-Playing,Unknown,CCP,,,,,,,, -/games/boxart/default.jpg,EVE Online: Exodus,PC,Role-Playing,Unknown,CCP,,,,,,,, -/games/boxart/default.jpg,EVE Online: Quantum Rise,PC,Role-Playing,Unknown,CCP,,,,,,,, -/games/boxart/default.jpg,EVE Online: Revelations,PC,Role-Playing,Unknown,CCP,,,,,,,, -/games/boxart/default.jpg,EVE Online: Revelations II,PC,Role-Playing,Unknown,CCP,,,,,,,, -/games/boxart/default.jpg,EVE Online: Trinity,PC,Role-Playing,Unknown,CCP,,,,,,,, -/games/boxart/full_everquest_878AmericaFront.jpg,EverQuest,PC,Role-Playing,Sony Online Entertainment,Verant Interactive,8,,,,,,1999-03-16, -/games/boxart/5120734ccc.jpg,EverQuest II,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2004-11-08, -/games/boxart/full_everquest-ii-desert-of-flames_661AmericaFront.jpg,EverQuest II: Desert of Flames,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2005-09-12, -/games/boxart/full_6689091AmericaFrontccc.jpg,EverQuest II: Echoes of Faydwer,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2006-11-13, -/games/boxart/6102407ccc.jpg,EverQuest II: Kingdom of Sky,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2006-02-21, -/games/boxart/full_6580524AmericaFrontccc.jpg,EverQuest II: Rise of Kunark,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2007-11-13, -/games/boxart/full_5127960AmericaFrontccc.jpg,EverQuest II: Sentinel's Fate,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2010-02-16, -/games/boxart/full_2538565AmericaFrontccc.jpg,EverQuest II: The Shadow Odyssey,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-11-17, -/games/boxart/full_612228AmericaFrontccc.jpg,EverQuest Underfoot,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2009-12-15, -/games/boxart/full_4582545AmericaFrontccc.jpg,EverQuest: Gates of Discord,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2004-02-09, -/games/boxart/full_everquest-house-of-thule_9AmericaFront.jpg,EverQuest: House of Thule,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2010-10-12, -/games/boxart/4677284ccc.jpg,EverQuest: The Buried Sea,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2007-02-13, -/games/boxart/full_everquest-veil-of-alaris_968AmericaFront.jpg,Everquest: Veil of Alaris,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2011-11-15, -/games/boxart/full_7864037AmericaFrontccc.jpg,Evil Islands: Curse of the Lost Soul,PC,Role-Playing,Fishtank Interactive,Nival Interactive,,,,,,,2001-04-17, -/games/boxart/default.jpg,Evil Islands: Lost in Astral,PC,Role-Playing,Nival Interactive,Matilda Entertainment,,,,,,,2006-01-01, -/games/boxart/full_3331453AmericaFrontccc.jpg,Evoland 2,OSX,Role-Playing,Shiro Games,Shiro Games,,,,,,,2015-08-25,2018-08-10 -/games/boxart/8568182ccc.jpg,Evolution 2: Far Off Promise,DC,Role-Playing,Ubisoft,Sting,5.6,,,,,,2000-06-29, -/games/boxart/2219591ccc.jpg,Evolution: The World of Sacred Device,DC,Role-Playing,Ubisoft,Sting,6.7,,,,,,1999-12-16, -/games/boxart/full_exile_227AmericaFront.jpg,Exile,PCE,Role-Playing,Working Designs,Nippon Telenet,,,,,,,1992-01-01, -/games/boxart/full_exile_555AmericaFront.jpg,Exile,GEN,Role-Playing,Renovation,Nippon Telenet,,,,,,,1991-12-05, -/games/boxart/full_exile-ii-crystal-souls_137AmericaFront.gif,Exile II: Crystal Souls,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,1995-01-01, -/games/boxart/full_1604861JapanFrontccc.jpg,Exodus Guilty Neos,DC,Role-Playing,Abel,Abel Software,,,,,,,2001-05-31, -/games/boxart/default.jpg,Exodyssey,PS3,Role-Playing,Unknown,Steambot Studios,,,,,,,, -/games/boxart/full_eye-of-the-beholder_139AmericaFront.jpg,Eye of the Beholder,PC,Role-Playing,SSI,Westwood Associates,,,,,,,1990-01-01, -/games/boxart/default.jpg,Eye of the Beholder,Lynx,Role-Playing,Unknown,NuFX,,,,,,,, -/games/boxart/full_4584993JapanFrontccc.jpg,Eyeshield 21: AmeFoot Yarouze! Ya! Ha!,PS2,Role-Playing,Konami,Konami,,,,,,,2005-12-22, -/games/boxart/full_9778031AmericaFrontccc.jpg,Fable II,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,,,,,,,2010-04-06, -/games/boxart/full_6333553AmericaFrontccc.jpg,Fable II: Knothole Island,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,,,,,,,2009-01-13, -/games/boxart/full_2853181AmericaFrontccc.jpg,Fable II: See the Future,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,6,,,,,,2009-05-12, -/games/boxart/full_fable-iii_997AmericaFront.jpg,Fable III,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,,,,,,,2011-05-17, -/games/boxart/full_fable-iii-traitors-keep_324AmericaFront.jpg,Fable III: Traitor's Keep Quest Pack,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,7.4,,,,,,2011-03-01, -/games/boxart/full_fable-iii-understone-quest-pack_543AmericaFront.jpg,Fable III: Understone Quest Pack,XBL,Role-Playing,Microsoft Game Studios,Lionhead Studios,4.5,,,,,,2010-11-23, -/games/boxart/full_7520132AmericaFrontccc.jpg,Fable Legends,XOne,Role-Playing,Microsoft Studios,Lionhead Studios,,,,,,,2016-12-31, -/games/boxart/5458882ccc.jpg,Fable: The Lost Chapters,XB,Role-Playing,Microsoft Game Studios,Lionhead Studios,8.1,,,,,,2005-10-18, -/games/boxart/full_faery-legends-of-avalon_453AmericaFront.jpg,Faery: Legends of Avalon,PSN,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2011-01-11, -/games/boxart/full_faery-legends-of-avalon_496AmericaFront.jpg,Faery: Legends of Avalon,XBL,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2010-11-10, -/games/boxart/full_faery-legends-of-avalon_707AmericaFront.jpg,Faery: Legends of Avalon,PC,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2011-05-06, -/games/boxart/full_fallen-earth-blood-sports_328AmericaFront.jpg,Fallen Earth: Blood Sports,PC,Role-Playing,Unknown,Atari,,,,,,,2009-09-22, -/games/boxart/full_6426191PALFrontccc.jpg,Fallen Kingdoms,GIZ,Role-Playing,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_6644791AmericaFrontccc.jpg,Fallen Legion,PS4,Role-Playing,Acttil,YummyYummyTummy,,,,,,,2017-07-25, -/games/boxart/default.jpg,Fallen Legion: Flames of Rebellion,PSV,Role-Playing,Acttil,YummyYummyTummy,,,,,,,2017-07-25, -/games/boxart/default.jpg,Falling Skies: The Game,PC,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, -/games/boxart/default.jpg,Falling Skies: The Game,PS4,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, -/games/boxart/default.jpg,Falling Skies: The Game,PS3,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, -/games/boxart/default.jpg,Falling Skies: The Game,WiiU,Role-Playing,Little Orbit,Little Orbit,,,,,,,2016-01-01, -/games/boxart/8044484ccc.jpg,Falling Stars,PC,Role-Playing,Ivolgamus,Ivolgamus,,,,,,,2007-08-01, -/games/boxart/3096002ccc.jpg,Falling Stars,PS2,Role-Playing,Agetec,Ivolgamus,3.4,,,,,,2008-08-26, -/games/boxart/full_5748240AmericaFrontccc.jpg,Fallout 3,XBL,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2010-03-02, -/games/boxart/full_9453164AmericaFrontccc.jpg,Fallout 3: Broken Steel,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.3,,,,,,2009-09-24, -/games/boxart/full_5481978AmericaFrontccc.jpg,Fallout 3: Broken Steel,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.9,,,,,,2009-05-05, -/games/boxart/full_5405976AmericaFrontccc.jpg,Fallout 3: Broken Steel,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.8,,,,,,2009-05-05, -/games/boxart/full_5423889AmericaFrontccc.jpg,Fallout 3: Game of the Year Edition,X360,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-13, -/games/boxart/full_1696693AmericaFrontccc.jpg,Fallout 3: Game of the Year Edition,PS3,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-13, -/games/boxart/full_2261130AmericaFrontccc.jpg,Fallout 3: Mothership Zeta,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,6.8,,,,,,2009-08-03, -/games/boxart/full_4351256AmericaFrontccc.jpg,Fallout 3: Mothership Zeta,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,6.5,,,,,,2009-08-03, -/games/boxart/full_384664AmericaFrontccc.jpg,Fallout 3: Mothership Zeta,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,6,,,,,,2009-10-08, -/games/boxart/full_4148752AmericaFrontccc.jpg,Fallout 3: Operation Anchorage,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-01, -/games/boxart/full_6911850AmericaFrontccc.jpg,Fallout 3: Operation Anchorage,XBL,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2009-01-27, -/games/boxart/full_9983399AmericaFrontccc.jpg,Fallout 3: Operation Anchorage,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2009-01-27, -/games/boxart/full_993469AmericaFrontccc.jpg,Fallout 3: Point Lookout,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.2,,,,,,2009-06-23, -/games/boxart/full_3938470AmericaFrontccc.jpg,Fallout 3: Point Lookout,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.3,,,,,,2009-10-08, -/games/boxart/full_fallout-3-point-lookout_256AmericaFront.jpg,Fallout 3: Point Lookout,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8,,,,,,2009-06-23, -/games/boxart/full_7567819AmericaFrontccc.jpg,Fallout 3: The Pitt,PSN,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-10-01, -/games/boxart/full_2160656PALFrontccc.jpg,Fallout 3: The Pitt,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-03-24, -/games/boxart/full_4477694AmericaFrontccc.jpg,Fallout 3: The Pitt,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2009-03-24, -/games/boxart/full_fallout-new-vegas-dead-money_452AmericaFront.jpg,Fallout: New Vegas - Dead Money,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2010-12-21, -/games/boxart/full_fallout-new-vegas-dead-money_160AmericaFront.jpg,Fallout: New Vegas - Dead Money,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-02-22, -/games/boxart/full_fallout-new-vegas-dead-money_854AmericaFront.jpg,Fallout: New Vegas - Dead Money,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-02-22, -/games/boxart/full_fallout-new-vegas-honest-hearts_559AmericaFront.jpg,Fallout: New Vegas - Honest Hearts,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-06-02, -/games/boxart/full_fallout-new-vegas-honest-hearts_833AmericaFront.jpg,Fallout: New Vegas - Honest Hearts,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-05-17, -/games/boxart/full_fallout-new-vegas-honest-hearts_276AmericaFront.jpg,Fallout: New Vegas - Honest Hearts,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-05-17, -/games/boxart/full_fallout-new-vegas-lonesome-road_570AmericaFront.jpg,Fallout: New Vegas - Lonesome Road,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-09-20, -/games/boxart/full_fallout-new-vegas-lonesome-road_317AmericaFront.jpg,Fallout: New Vegas - Lonesome Road,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,5.8,,,,,,2011-09-20, -/games/boxart/full_fallout-new-vegas-lonesome-road_764AmericaFront.jpg,Fallout: New Vegas - Lonesome Road,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2011-09-20, -/games/boxart/full_fallout-new-vegas-old-world-blues_465AmericaFront.jpg,Fallout: New Vegas - Old World Blues,XBL,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.6,,,,,,2011-07-19, -/games/boxart/full_fallout-new-vegas-old-world-blues_394AmericaFront.jpg,Fallout: New Vegas - Old World Blues,PSN,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8,,,,,,2011-07-19, -/games/boxart/full_fallout-new-vegas-old-world-blues_730AmericaFront.jpg,Fallout: New Vegas - Old World Blues,PC,Role-Playing,Bethesda Softworks,Obsidian Entertainment,8.7,,,,,,2011-07-19, -/games/boxart/full_far-east-of-eden-ii-manji-maru_182JapanFront.jpg,Far East of Eden II: Manji Maru,PSN,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,2011-03-16, -/games/boxart/full_far-east-of-eden-ii-manji-maru_384JapanFront.jpg,Far East of Eden II: Manji Maru,PCE,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,1992-03-26, -/games/boxart/full_6402197AmericaFrontccc.jpg,Faria: A World of Mystery & Danger!,NES,Role-Playing,Nexoft,Game Arts,,,,,,,1991-06-01, -/games/boxart/full_4030113JapanFrontccc.jpg,Farland Saga: Toki no Douhyou,SAT,Role-Playing,TGL,TGL,,,,,,,1998-12-03, -/games/boxart/default.jpg,Farland Saga: Toki no Douhyou,PC,Role-Playing,TGL,TGL,,,,,,,1997-05-30, -/games/boxart/full_6261884JapanFrontccc.jpg,Farland Saga: Toki no Michishirube,PS,Role-Playing,TGL,TGL,,,,,,,1999-04-28, -/games/boxart/full_8156681JapanFrontccc.jpg,Farland Saga: Toki no Michishirube,PSN,Role-Playing,TGL,TGL,,,,,,,2009-06-24, -/games/boxart/full_farland-story-fx_769JapanFront.jpg,Farland Story FX,PCFX,Role-Playing,NEC,NEC,,,,,,,1996-10-25, -/games/boxart/full_6482124AmericaFrontccc.jpg,Fatal Labyrinth,GEN,Role-Playing,Sega,Sega Enterprises,,,,,,,1991-01-01, -/games/boxart/full_fatal-labyrinth_886AmericaFront.jpg,Fatal Labyrinth,PC,Role-Playing,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/2711880ccc.jpg,Fate,PC,Role-Playing,WildTangent,Tronwell Software,,,,,,,2005-05-18, -/games/boxart/full_fateextra_0JapanFront.jpg,Fate/Extra,PSN,Role-Playing,Aksys Games,imageepoch Inc.,,,,,,,2011-11-01, -/games/boxart/full_921764AmericaFrontccc.jpg,Fate: The Traitor Soul,PC,Role-Playing,WildTangent,WildTangent,,,,,,,2009-09-09, -/games/boxart/1997369ccc.jpg,Fate: Undiscovered Realms,PC,Role-Playing,Encore,WildStudios,,,,,,,2008-07-22, -/games/boxart/full_faxanadu_6AmericaFront.jpg,Faxanadu,VC,Role-Playing,Hudson Soft,Nihon Falcom Corporation,8.5,,,,,,2011-02-21, -/games/boxart/full_faxanadu_6AmericaFront.jpg,Faxanadu,NES,Role-Playing,Nintendo,Nihon Falcom Corporation,,,,,,,1989-08-01, -/games/boxart/full_fiesta-online_6AmericaFront.png,Fiesta Online,PC,Role-Playing,Outspark,OnSon Soft,,,,,,,2008-01-01, -/games/boxart/default.jpg,Fighting Fantasy: Talisman of Death,PSN,Role-Playing,Sony Computer Entertainment,Laughing Jackal,6,,,,,,2011-08-17, -/games/boxart/full_2569015AmericaFrontccc.gif,Final Fantasy,VC,Role-Playing,Square Enix,Square,8.5,,,,,,2009-10-05, -/games/boxart/full_1708367JapanFrontccc.jpg,Final Fantasy,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2009-06-24, -/games/boxart/full_6265477JapanFrontccc.jpg,Final Fantasy,PS,Role-Playing,Square Enix,SquareSoft,,,,,,,2003-04-08, -/games/boxart/full_8793820AmericaFrontccc.jpg,Final Fantasy Agito,And,Role-Playing,Square Enix,Square Enix,,,,,,,2015-01-01, -/games/boxart/full_final-fantasy-anniversary-edition_344PALFront.png,Final Fantasy Anniversary Edition,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2011-02-16, -/games/boxart/full_1802279PALFrontccc.jpg,Final Fantasy Anthology: Europa Edition,PS,Role-Playing,Electronic Arts,SquareSoft,,,,,,,2002-01-01, -/games/boxart/full_8038501AmericaFrontccc.png,Final Fantasy Artniks Dive,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-03-31, -/games/boxart/full_9171913JapanFrontccc.jpg,Final Fantasy Extra Collection,PS,Role-Playing,DigiCube,TOSE,,,,,,,1997-01-01, -/games/boxart/full_4870392AmericaFrontccc.jpg,Final Fantasy I,iOS,Role-Playing,Square Enix,Square Enix,7,,,,,,2010-02-25,2020-12-03 -/games/boxart/full_9530402JapanFrontccc.jpg,Final Fantasy II,VC,Role-Playing,Square Enix,Square,,,,,,,2009-06-16, -/games/boxart/full_522980JapanFrontccc.jpg,Final Fantasy II,PS,Role-Playing,Square Enix,SquareSoft,,,,,,,2003-04-08, -/games/boxart/full_1823355JapanFrontccc.jpg,Final Fantasy II,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-03-02, -/games/boxart/full_9771713AmericaFrontccc.jpg,Final Fantasy II (SNES),VC,Role-Playing,Square Enix,Square,8,,,,,,2010-03-08, -/games/boxart/full_final-fantasy-ii-anniversary-edition_179PALFront.png,Final Fantasy II Anniversary Edition,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2011-03-02, -/games/boxart/full_5434401JapanFrontccc.jpg,Final Fantasy III,VC,Role-Playing,Square Enix,Square,,,,,,,2011-06-30, -/games/boxart/full_2896527AmericaFrontccc.jpg,Final Fantasy III (SNES),VC,Role-Playing,Square Enix,SquareSoft,9.5,,,,,,2011-06-30, -/games/boxart/full_8611381JapanFrontccc.jpg,Final Fantasy IV,WS,Role-Playing,Square,SquareSoft,,,,,,,2002-03-29, -/games/boxart/full_1957808AmericaFrontccc.jpg,Final Fantasy IV: The After Years,WW,Role-Playing,Square Enix,Matrix Software,6.8,,,,,,2009-06-01, -/games/boxart/full_final-fantasy-iv-the-complete-collection_390AmericaFront.jpg,Final Fantasy IV: The Complete Collection,PSN,Role-Playing,Square Enix,Square Enix,8,,,,,,2011-04-19, -/games/boxart/full_final-fantasy-ix_6AmericaFront.jpg,Final Fantasy IX,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-06-15, -/games/boxart/full_6415819AmericaFrontccc.png,Final Fantasy IX,iOS,Role-Playing,Square Enix,SquareSoft,,,,,,,2016-02-10,2019-02-14 -/games/boxart/9832081ccc.jpg,Final Fantasy Legend II,GB,Role-Playing,Square,SquareSoft,8,,,,,,1991-11-01, -/games/boxart/full_final-fantasy-mystic-quest_1AmericaFront.jpg,Final Fantasy Mystic Quest,SNES,Role-Playing,Square,SquareSoft,,,,,,,1992-10-05, -/games/boxart/full_final-fantasy-mystic-quest_2AmericaFront.jpg,Final Fantasy Mystic Quest,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-10-18, -/games/boxart/full_3437793AmericaFrontccc.png,Final Fantasy Record Keeper,And,Role-Playing,Vector Unit Studios,Square Enix,,,,,,,2015-03-26, -/games/boxart/full_7902181AmericaFrontccc.png,Final Fantasy Tactics,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2009-09-17, -/games/boxart/full_final-fantasy-tactics-the-war-of-the-lions_684AmericaFront.jpg,Final Fantasy Tactics: The War of the Lions,PSN,Role-Playing,Square Enix,Square Enix,9,,,,,,2011-07-19, -/games/boxart/full_9518115AmericaFrontccc.jpg,Final Fantasy Type-0,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2016-08-18,2018-01-10 -/games/boxart/full_1742784AmericaFrontccc.jpg,Final Fantasy Type-0,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2015-05-18,2018-12-28 -/games/boxart/full_2883136JapanFrontccc.jpg,Final Fantasy V,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-01-18, -/games/boxart/full_final-fantasy-v_250PALFront.png,Final Fantasy V,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-11-22, -/games/boxart/full_final-fantasy-vi_131PALFront.png,Final Fantasy VI,PSN,Role-Playing,Square Enix,TOSE Software,,,,,,,2011-12-06, -/games/boxart/full_6917089AmericaFrontccc.jpg,Final Fantasy VII,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2009-06-02,2019-03-23 -/games/boxart/full_2315310AmericaFrontccc.png,Final Fantasy VII,iOS,Role-Playing,Square Enix,SquareSoft,,,,,,,2015-08-19,2019-03-23 -/games/boxart/full_2597488JapanFrontccc.jpg,Final Fantasy VII International,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2009-04-10, -/games/boxart/full_9102660AmericaFrontccc.png,Final Fantasy VIII,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2009-12-17, -/games/boxart/default.jpg,Final Fantasy X HD,PS3,Role-Playing,Square Enix,Square Enix,,,,,,,, -/games/boxart/default.jpg,Final Fantasy X HD,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,, -/games/boxart/full_final-fantasy-xx-2-ultimate-box_9JapanFront.jpg,Final Fantasy X/X-2 Ultimate Box,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-09-08, -/games/boxart/default.jpg,Final Fantasy XI: A Moogle Kupo d'Etat,X360,Role-Playing,Square Enix,Square Enix,,,,,,,2009-07-06, -/games/boxart/default.jpg,Final Fantasy XI: A Moogle Kupo d'Etat,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2009-07-06, -/games/boxart/default.jpg,Final Fantasy XI: A Moogle Kupo d'Etat,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2009-07-06, -/games/boxart/full_3080912AmericaFrontccc.jpg,Final Fantasy XI: Chains of Promathia,PC,Role-Playing,Square Enix,Square Enix,6.8,,,,,,2004-09-21, -/games/boxart/full_final-fantasy-xi-rise-of-the-zilart_616JapanFront.jpg,Final Fantasy XI: Rise of the Zilart,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2003-04-17, -/games/boxart/full_final-fantasy-xi-scars-of-abyssea_117JapanFront.jpg,Final Fantasy XI: Scars of Abyssea,XBL,Role-Playing,Square Enix,Square Enix,,,,,,,2010-09-15, -/games/boxart/full_8735993AmericaFrontccc.jpg,Final Fantasy XI: Starter Pack,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2007-07-20, -/games/boxart/full_4426096AmericaFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2005-08-16, -/games/boxart/full_8255117JapanFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2007-11-22, -/games/boxart/full_5617950AmericaFrontccc.jpg,Final Fantasy XI: The Vana'diel Collection 2007,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2006-11-07, -/games/boxart/7464439ccc.jpg,Final Fantasy XI: Treasures of Aht Urhgan,PS2,Role-Playing,Square Enix,Square Enix,9,,,,,,2006-04-18, -/games/boxart/full_6867189AmericaFrontccc.jpg,Final Fantasy XI: Treasures of Aht Urhgan,PC,Role-Playing,Square Enix,Square Enix,9,,,,,,2006-04-18, -/games/boxart/full_9216666AmericaFrontccc.jpg,Final Fantasy XI: Ultimate Collection,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2009-11-10, -/games/boxart/full_final-fantasy-xi-ultimate-collection-abyssea-edition_305AmericaFront.jpg,Final Fantasy XI: Ultimate Collection Abyssea Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2011-05-16, -/games/boxart/full_228995JapanFrontccc.jpg,Final Fantasy XI: Vana'diel Collection 2,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2009-11-12, -/games/boxart/5675429ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2008-04-15, -/games/boxart/3002369ccc.jpg,Final Fantasy XI: Vana'diel Collection 2008,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2008-04-15, -/games/boxart/8508277ccc.jpg,Final Fantasy XI: Wings of the Goddess,PC,Role-Playing,Square Enix,Square Enix,6.5,,,,,,2007-11-21, -/games/boxart/2829196ccc.jpg,Final Fantasy XI: Wings of the Goddess,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2007-11-20, -/games/boxart/default.jpg,Final Saga: The Gaia Cross Chronicles,XBL,Role-Playing,Microsoft,Begat,,,,,,,, -/games/boxart/409051ccc.jpg,Fire Emblem: Seisen no Keifu,SNES,Role-Playing,Nintendo,Intelligent Systems,,,,,,,1996-05-14, -/games/boxart/default.jpg,Fire Emblem: Shadow Dragon,WiiU,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2009-10-20,2018-08-30 -/games/boxart/full_first-queen-iv-varcia-senki_286JapanFront.jpg,First Queen IV: Varcia Senki,PSN,Role-Playing,Kure,Kure,,,,,,,2011-02-09, -/games/boxart/full_4272247JapanFrontccc.jpg,First Queen IV: Varcia Senki,PS,Role-Playing,Kure,Kure,,,,,,,1996-12-06, -/games/boxart/full_fishisle_382AmericaFront.jpg,FishIsle,PC,Role-Playing,IGG,IGG.com,,,,,,,2009-11-01, -/games/boxart/default.jpg,Folklore,PSP,Role-Playing,Unknown,Game Republic,,,,,,,, -/games/boxart/default.jpg,FORCED,XOne,Role-Playing,BetaDwarf,BetaDwarf,,,,,,,2020-12-31, -/games/boxart/full_8750514PALFrontccc.jpg,Forgotten Realms Deluxe Edition,PC,Role-Playing,Unknown,BioWare Corp.,,,,,,,, -/games/boxart/default.jpg,Forgotten Stories: Echoes of Destiny,PC,Role-Playing,Unknown,Oniric Games,,,,,,,, -/games/boxart/full_forsaken-world_699AmericaFront.jpg,Forsaken World,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2011-03-22, -/games/boxart/full_fortune-summoners-deluxe_505JapanFront.jpg,Fortune Summoners,PC,Role-Playing,Unknown,Lizsoft,,,,,,,2009-06-18, -/games/boxart/full_fray-cd-xak-gaiden_2JapanFront.jpg,Fray CD: Xak Gaiden,PCE,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,1994-03-30, -/games/boxart/full_5699306JapanFrontccc.jpg,Fray: Shuugyouhen,GG,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,1991-12-27, -/games/boxart/default.jpg,Frayed Knights: The Skull of S’makh-Daon,PC,Role-Playing,Unknown,Rampant Games,,,,,,,, -/games/boxart/default.jpg,Freaky Space,PC,Role-Playing,Abandon Interactive Entertainment,Abandon Interactive,,,,,,,2009-07-09, -/games/boxart/full_free-realms_803AmericaFront.jpg,Free Realms,PSN,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2011-03-29, -/games/boxart/full_452563AmericaFrontccc.jpg,Free Realms,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2009-04-29, -/games/boxart/full_8923255JapanFrontccc.jpg,From TV Animation One Piece: Chopper no Daibouken,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-10-16, -/games/boxart/full_7345749JapanFrontccc.jpg,From TV Animation One Piece: Maboroshi no Grand Line Boukenki!,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,2002-06-28, -/games/boxart/full_730220JapanFrontccc.jpg,Front Mission: Gun Hazard,VC,Role-Playing,Square Enix,Omiya Soft,,,,,,,2008-05-20, -/games/boxart/9550534ccc.jpg,Fury,PC,Role-Playing,Gamecock,Auran,,,,,,,2007-10-16, -/games/boxart/full_2478338JapanFrontccc.jpg,Fushigi no Dungeon 2: Fuurai no Shiren,VC,Role-Playing,ChunSoft,ChunSoft,,,,,,,2007-07-24, -/games/boxart/full_223896JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren DS 2 - Sabaku no Majou,DS,Role-Playing,Sega,ChunSoft,,,,,,,2008-11-13, -/games/boxart/full_4273967JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren Gaiden: Jokenji Asuka Kenzan!,DC,Role-Playing,Sega,Neverland,,,,,,,2002-02-07, -/games/boxart/full_2838100JapanFrontccc.jpg,Fushigi no Dungeon: Fuurai no Shiren Gaiden: Onna Kenshi Asuka Kenzan! For Windows,PC,Role-Playing,ChunSoft,ChunSoft,,,,,,,2002-12-20, -/games/boxart/full_fushigi-no-dungeon-fuurai-no-shiren-gb2-sabaku-no-majou_9JapanFront.jpg,Fushigi no Dungeon: Fuurai no Shiren GB2: Sabaku no Majou,GB,Role-Playing,ChunSoft,ChunSoft,,,,,,,2001-07-19, -/games/boxart/full_40520JapanFrontccc.jpg,Fushigi no Umi no Nadia,GEN,Role-Playing,Namco,Namco,,,,,,,1991-03-19, -/games/boxart/full_9790880JapanFrontccc.jpg,G-O-D Pure: Growth or Devolution,PS,Role-Playing,Imagineer,Unknown,,,,,,,1998-02-26, -/games/boxart/default.jpg,Gaia Online MMO,PC,Role-Playing,Unknown,AniHQ,,,,,,,2008-09-01, -/games/boxart/full_galaxy-online_648AmericaFront.jpg,Galaxy Online,PC,Role-Playing,IGG,Unknown,,,,,,,2009-02-01, -/games/boxart/full_galaxy-robo_724JapanFront.jpg,Galaxy Robo,SNES,Role-Playing,Imagineer,Imagineer,,,,,,,1994-03-11, -/games/boxart/full_8057890JapanFrontccc.jpg,Ganbare Goemon Gaiden 2: Tenka no Zaihou,NES,Role-Playing,Konami,Konami,,,,,,,1992-01-03, -/games/boxart/full_ganbare-goemon-tengu-to-no-gyuakushu_131JapanFront.jpg,Ganbare Goemon: Tengu-to no Gyuakushu!,GB,Role-Playing,Konami,Konami,,,,,,,1999-01-14, -/games/boxart/full_gatekeepers_31JapanFront.jpg,GateKeepers,PS,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,,,,,,1999-12-16, -/games/boxart/full_682091AmericaFrontccc.jpg,Gauntlet: Seven Sorrows,XBL,Role-Playing,Midway Games,Midway Studios San Diego,,,,,,,2008-05-19, -/games/boxart/full_gb-harobots_3JapanFront.jpg,GB Harobots,GB,Role-Playing,Sunrise Interactive,Sunrise Interactive,,,,,,,2000-12-01, -/games/boxart/full_4755015JapanFrontccc.jpg,GD Leen,SNES,Role-Playing,Seta Corporation,Jorudan,,,,,,,1991-05-28, -/games/boxart/full_4478056JapanFrontccc.jpg,Gegege no Kitarou,GB,Role-Playing,Bandai,Bandai,,,,,,,1996-12-13, -/games/boxart/full_6877285JapanFrontccc.jpg,Gegege no Kitarou: Ibun Youkaitan,PS2,Role-Playing,Konami,Konami Computer Entertainment Japan,,,,,,,2003-12-11, -/games/boxart/full_729952JapanFrontccc.jpg,Gegege no Kitarou: Kiki Ippatsu! Youkai Rettou,GBA,Role-Playing,Konami,Konami,,,,,,,2003-12-11, -/games/boxart/default.jpg,Gemstone IV,PC,Role-Playing,Unknown,Simutronics,,,,,,,1998-04-10, -/games/boxart/default.jpg,Geneforge,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2002-03-19, -/games/boxart/default.jpg,Geneforge 2,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2003-10-19, -/games/boxart/default.jpg,Geneforge 3,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2005-05-30, -/games/boxart/default.jpg,Geneforge 4: Rebellion,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2007-02-04, -/games/boxart/default.jpg,Geneforge 5: Overthrow,PC,Role-Playing,Unknown,Spiderweb Software,,,,,,,2009-02-18, -/games/boxart/full_6273855JapanFrontccc.jpg,Genei Toshi: Illusion City,SCD,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,1993-05-28, -/games/boxart/full_7886568JapanFrontccc.jpg,Generation of Chaos,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2001-08-09, -/games/boxart/full_1911298JapanFrontccc.jpg,Generation of Chaos Exceed,GC,Role-Playing,Idea Factory,Idea Factory,,,,,,,2003-02-06, -/games/boxart/full_3779341JapanFrontccc.jpg,Generation of Chaos III: Toki no Fuuin,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2003-05-08, -/games/boxart/full_7484207JapanFrontccc.jpg,Generation of Chaos: Desire,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2007-09-27, -/games/boxart/full_8341704JapanFrontccc.jpg,Genpei Toumaden,NES,Role-Playing,Namco,Namco,,,,,,,1988-10-21, -/games/boxart/full_gensou-maden-saiyuuki-retribution-hi-no-ataru-basho-de_10JapanFront.jpg,Gensou Maden Saiyuuki Retribution: Hi no Ataru Basho De,WS,Role-Playing,Mubik,Pixel Maniacs,,,,,,,2001-06-07, -/games/boxart/default.jpg,Gensou Suikoden,PC,Role-Playing,Konami,Konami,,,,,,,1998-01-01, -/games/boxart/full_1032633JapanFrontccc.jpg,Gensou Suikoden,SAT,Role-Playing,Konami,KCET,,,,,,,1998-09-17, -/games/boxart/full_7223711JapanFrontccc.jpg,Gensou Suikoden Card Stories,GBA,Role-Playing,Konami,Will,,,,,,,2001-09-13, -/games/boxart/full_suikoden-i-ii_8JapanFront.jpg,Gensou Suikoden I & II,PSN,Role-Playing,Konami,Konami,,,,,,,2010-07-15, -/games/boxart/full_8905459AmericaFrontccc.jpg,Geomon,iOS,Role-Playing,Unknown,"Loki Studios, Inc.",,,,,,,, -/games/boxart/full_2333530JapanFrontccc.jpg,Get Backers Dakkanoku: Jagan Fuuin!,GBA,Role-Playing,Konami,Konami,,,,,,,2003-09-04, -/games/boxart/full_1599871JapanFrontccc.jpg,Get Backers Dakkanoku: Metropolis Dakkan Sakusen!,GBA,Role-Playing,Konami,Konami,,,,,,,2003-03-20, -/games/boxart/full_3103585JapanFrontccc.jpg,GetBackers Dakkanoku: Ubawareta Mugenshiro,PS2,Role-Playing,Konami,Konami,,,,,,,2002-09-26, -/games/boxart/full_legend-of-the-ghost-lion_396AmericaFront.png,Ghost Lion,NES,Role-Playing,Kemco,Kemco,,,,,,,1992-10-01, -/games/boxart/default.jpg,Ghouls 'n Ghosts Online,PC,Role-Playing,Unknown,Game Factory,,,,,,,, -/games/boxart/default.jpg,Ghouls 'n Ghosts Online,XB,Role-Playing,Unknown,Game Factory,,,,,,,, -/games/boxart/default.jpg,Ghouls 'n Ghosts Online,PS2,Role-Playing,Unknown,Game Factory,,,,,,,, -/games/boxart/full_giten-megami-tensei-tokyo-mokushiroku_138JapanFront.jpg,Giten Megami Tensei: Tokyo Mokushiroku,PC,Role-Playing,ASCII Entertainment,Atlus Co.,,,,,,,1999-12-22, -/games/boxart/full_8552932AmericaFrontccc.jpg,Global Agenda,PC,Role-Playing,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2010-02-01, -/games/boxart/full_go-series-picdun_299AmericaFront.jpg,GO Series: Picdun,DSiW,Role-Playing,Gamebridge,Intense,,,,,,,2011-06-06, -/games/boxart/full_god-medicine_655JapanFront.jpg,God Medicine,GB,Role-Playing,Konami,Konami Computer Entertainment Nagoya,,,,,,,1993-07-20, -/games/boxart/default.jpg,God Wars: Beyond Time,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2017-01-01, -/games/boxart/default.jpg,God Wars: Beyond Time,PSV,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2017-01-01, -/games/boxart/full_gods-amp-heroes-rome-rising_751AmericaFront.jpg,Gods & Heroes: Rome Rising,PC,Role-Playing,SouthPeak Interactive,Heatwave Interactive,4.3,,,,,,2011-06-21, -/games/boxart/full_4227140AmericaFrontccc.jpg,Gods: Lands of Infinity,PC,Role-Playing,Strategy First,Cypron Studios,,,,,,,2007-07-17, -/games/boxart/full_godswar-online_146AmericaFront.jpg,GodsWar Online,PC,Role-Playing,IGG,IGG.com,,,,,,,2010-03-05, -/games/boxart/full_goemon-ganbare-gaiden-kieta-ougon-kiseru_45JapanFront.jpg,Goemon Ganbare Gaiden: Kieta Ougon Kiseru,NES,Role-Playing,Konami,Konami,,,,,,,1990-01-05, -/games/boxart/full_6143850AmericaFrontccc.jpg,GOKEN,PC,Role-Playing,Gianty,Gianty,,,,,,,2017-09-29,2019-03-23 -/games/boxart/full_911767AmericaFrontccc.jpg,Golden Axe Warrior,MS,Role-Playing,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/6848483ccc.jpg,Golvellius: Valley of Doom,MS,Role-Playing,Sega,Compile,,,,,,,1988-01-01, -/games/boxart/full_4923695AmericaFrontccc.jpg,Gorasul: Legacy of the Dragon,PC,Role-Playing,JoWood Productions,Silve Style,,,,,,,2001-11-26, -/games/boxart/full_gorky-17_5PALFront.gif,Gorky 17,PC,Role-Playing,TopWare,Metropolis Software,,,,,,,1999-09-29, -/games/boxart/full_gothic-ii-night-of-the-raven_697PALFront.jpg,Gothic II: Night of the Raven,PC,Role-Playing,JoWood Productions,Piranha Bytes,,,,,,,2003-08-21, -/games/boxart/full_100642JapanFrontccc.jpg,Granbo,GBA,Role-Playing,Capcom,Capcom,,,,,,,2001-12-28, -/games/boxart/full_grandia_9AmericaFront.jpg,Grandia,PSN,Role-Playing,Sony Computer Entertainment,Game Arts,,,,,,,2010-02-25, -/games/boxart/5940529ccc.jpg,Grandia 2,DC,Role-Playing,Unknown,Unknown,,,,,,,, -/games/boxart/full_9536028JapanFrontccc.jpg,Grandia Digital Museum,SAT,Role-Playing,ESP,Game Arts,,,,,,,1998-05-28, -/games/boxart/default.jpg,Grandia Online,PC,Role-Playing,Unknown,Game Arts,,,,,,,, -/games/boxart/full_9458576JapanFrontccc.jpg,Grandia Prelude,SAT,Role-Playing,Game Arts,Game Arts,,,,,,,1997-01-01, -/games/boxart/full_4904987JapanFrontccc.jpg,Grandia: Parallel Trippers,GB,Role-Playing,Hudson Soft,Game Arts,,,,,,,2000-12-22, -/games/boxart/full_3288500JapanFrontccc.jpg,Granhistoria,SNES,Role-Playing,Banpresto,J-Force,,,,,,,1995-06-30, -/games/boxart/full_gransta-chronicle_2JapanFront.jpg,Gransta Chronicle,WS,Role-Playing,Omega Micott,Tom Create,,,,,,,2002-06-13, -/games/boxart/6904553ccc.jpg,Great Greed,GB,Role-Playing,Namco,Namco,,,,,,,1993-01-01, -/games/boxart/full_6386690AmericaFrontccc.jpg,Greyhawk: The Temple of Elemental Evil,PC,Role-Playing,Atari,Troika Games,,,,,,,2003-09-16, -/games/boxart/full_2098324JapanFrontccc.jpg,Groove Adventure Rave: Yuukyuu no Kizuna,PS,Role-Playing,Konami,KCEJ,,,,,,,2002-01-31, -/games/boxart/full_224430JapanFrontccc.jpg,Growlanser,PS,Role-Playing,Atlus,Career Soft,,,,,,,1999-11-25, -/games/boxart/full_6529439JapanFrontccc.jpg,Growlanser II: The Sense of Justice,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2001-07-26, -/games/boxart/full_55393JapanFrontccc.jpg,Growlanser III: The Dual Darkness,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2001-12-06, -/games/boxart/full_7134328AmericaFrontccc.jpg,Growlanser IV: Wayfarer of the Time,PSP,Role-Playing,Atlus,Career Soft,,,,,,,2012-07-31, -/games/boxart/full_630348JapanFrontccc.jpg,Growlanser IV: Wayfarer of the Time,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2003-12-18, -/games/boxart/full_6059973JapanFrontccc.jpg,Growlanser IV: Wayfarer of the Time - Return,PS2,Role-Playing,Atlus,Career Soft,,,,,,,2005-03-10, -/games/boxart/full_guardian-heroes_702AmericaFront.jpg,Guardian Heroes,XBL,Role-Playing,Sega,"Treasure Co., Ltd.",8.5,,,,,,2011-10-12, -/games/boxart/full_8171142AmericaFrontccc.jpg,Guardian War,3DO,Role-Playing,Panasonic Interactive Media,Micro Cabin,,,,,,,1993-01-01, -/games/boxart/full_guarding_974AmericaFront.jpg,Guarding,XBL,Role-Playing,Microsoft,cupholder,,,,,,,2011-08-28, -/games/boxart/default.jpg,Guild of Dungeoneering,OSX,Role-Playing,Versus Evil,Gambrinous,,,,,,,2015-10-01, -/games/boxart/default.jpg,Guild of Dungeoneering,PC,Role-Playing,Versus Evil,Gambrinous,,,,,,,2015-10-01, -/games/boxart/full_guild-wars-eye-of-the-north_507AmericaFront.jpg,Guild Wars: Eye of the North,PC,Role-Playing,NCSoft,ArenaNet,7.6,,,,,,2007-08-28, -/games/boxart/full_1840063AmericaFrontccc.jpg,Guild Wars: Platinum Edition,PC,Role-Playing,NCSoft,ArenaNet,,,,,,,2008-03-14, -/games/boxart/full_7751854JapanFrontccc.jpg,GUNNM: Kasei no Kioku,PS,Role-Playing,Banpresto,Yukito Products,,,,,,,1998-08-27, -/games/boxart/full_1454696AmericaFrontccc.jpg,Guns Girl-School Dayz,And,Role-Playing,Unknown,Unknown,,,,,,,2014-06-17, -/games/boxart/full_guruguru-garakutaz_508JapanFront.jpg,GuruGuru Garakutaz,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1999-09-10, -/games/boxart/full_6107124AmericaFrontccc.png,Gurumin: A Monstrous Adventure,PSN,Role-Playing,Mastiff,Nihon Falcom Corporation,7.4,,,,,,2008-06-18, -/games/boxart/full_gyouten-ningen-batseelor-doctor-guy-no-yabou_10JapanFront.jpg,Gyouten Ningen Batseelor: Doctor Guy no Yabou,GB,Role-Playing,Konami,Konami,,,,,,,2001-11-01, -/games/boxart/full_gyromancer_382AmericaFront.jpg,Gyromancer,XBL,Role-Playing,Square Enix,PopCap Games / Square Enix,7.7,,,,,,2009-11-18, -/games/boxart/full_gyromancer_8AmericaFront.jpg,Gyromancer,PC,Role-Playing,Square Enix,PopCap Games / Square Enix,,,,,,,2009-11-18, -/games/boxart/full_2034228JapanFrontccc.jpg,Hagane no Renkinjutsushi: Meisou no Rinbukyoku,GBA,Role-Playing,Bandai,Bandai,,,,,,,2004-03-25, -/games/boxart/full_3421393JapanFrontccc.jpg,Hagane no Renkinjutsushi: Omoide no Soumeikyoku,GBA,Role-Playing,Bandai,Tom Create,,,,,,,2004-07-22, -/games/boxart/full_7328068AmericaFrontccc.png,Half-Minute Hero,PSN,Role-Playing,Xseed Games,Opus Studio,8.4,,,,,,2009-10-21, -/games/boxart/full_half-minute-hero-super-mega-neo-climax_936AmericaFront.jpg,Half-Minute Hero: Super Mega Neo Climax,XBL,Role-Playing,Marvelous Interactive,Opus Studio,7.8,,,,,,2011-06-29, -/games/boxart/full_4259054AmericaFrontccc.jpg,Halfway,Linux,Role-Playing,Chucklefish,Robotality,,,,,,,2014-07-22, -/games/boxart/full_8990791AmericaFrontccc.jpg,Halfway,OSX,Role-Playing,Chucklefish,Robotality,,,,,,,2014-07-22, -/games/boxart/full_7731766AmericaFrontccc.jpg,Halfway,PC,Role-Playing,Chucklefish,Robotality,,,,,,,2014-07-22, -/games/boxart/full_1048040PALFrontccc.jpg,Hamtaro: Rainbow Rescue,GBA,Role-Playing,Nintendo,AlphaDream Corporation,8.2,,,,,,2004-10-29, -/games/boxart/full_hanjuku-eiyuu_1JapanFront.jpg,"Hanjuku Eiyuu: Aa, Sekaiyo Hanjukunare...!!",WS,Role-Playing,Square,SquareSoft,,,,,,,2002-02-14, -/games/boxart/full_hanjuku-eiyuu_0JapanFront.jpg,"Hanjuku Eiyuu: Aa, Sekaiyo Hanjukunare...!!",SNES,Role-Playing,Square,SquareSoft,,,,,,,1992-12-19, -/games/boxart/full_hanjuku-hero_4JapanFront.jpg,Hanjuku Hero,NES,Role-Playing,Square,Bits Laboratory,,,,,,,1988-12-02, -/games/boxart/full_hanjuku-hero_8JapanFront.jpg,Hanjuku Hero,VC,Role-Playing,Square Enix,Bits Laboratory,,,,,,,2007-10-30, -/games/boxart/full_7848058AmericaFrontccc.jpg,Harbinger,PC,Role-Playing,DreamCatcher Interactive,Silverback Entertainment,,,,,,,2003-02-26, -/games/boxart/full_6245562PALFrontccc.jpg,Hard to be a God,PC,Role-Playing,Akella,Burut Software,,,,,,,2007-10-19, -/games/boxart/full_harobots_0JapanFront.jpg,Harobots,WS,Role-Playing,Sunrise Interactive,Sunrise Interactive,,,,,,,1999-10-07, -/games/boxart/full_9689442JapanFrontccc.jpg,Harobots: Robo Hero Battling!!,GBA,Role-Playing,Sunrise Interactive,Sunrise Interactive,,,,,,,2002-07-05, -/games/boxart/full_5717598AmericaFrontccc.jpg,Harry Potter and the Chamber of Secrets,GB,Role-Playing,Electronic Arts,Griptonite Games,,,,,,,2002-11-05, -/games/boxart/full_heath-the-unchosen-path_794PALFront.jpg,Heath: The Unchosen Path,PC,Role-Playing,GMX Media,Burut Creative Team,,,,,,,2003-08-08, -/games/boxart/full_5099310AmericaFrontccc.jpg,Heimdall,SCD,Role-Playing,JVC,JVC Digital Studios,,,,,,,1994-01-01, -/games/boxart/174819ccc.jpg,Heimdall,PC,Role-Playing,Core Design Ltd.,The Eighth Day,,,,,,,1991-06-01, -/games/boxart/full_9657778AmericaFrontccc.jpg,Helen's Mysterious Castle,PC,Role-Playing,Unknown,Unknown,,,,,,,2014-08-22, -/games/boxart/default.jpg,Hellbreed,PC,Role-Playing,Unknown,GameForge,,,,,,,, -/games/boxart/full_2637353AmericaFrontccc.jpg,Hellfire - Single Player Diablo Expansion Pack,PC,Role-Playing,Sierra Entertainment,Synergistik Software,,,,,,,1997-11-30, -/games/boxart/full_1909631JapanFrontccc.jpg,Heracles no Eikou II: Titan no Metsubou,NES,Role-Playing,Data East,Data East,,,,,,,1989-12-23, -/games/boxart/full_1962890JapanFrontccc.jpg,Heracles no Eikou III: Kamigami no Chinmoku,VC,Role-Playing,Nintendo,Data East,,,,,,,2007-04-06, -/games/boxart/full_7307494JapanFrontccc.jpg,Heracles no Eikou III: Kamigami no Chinmoku,SNES,Role-Playing,Data East,Data East,,,,,,,1992-04-24, -/games/boxart/full_584632JapanFrontccc.jpg,Heracles no Eikou IV: Kamigami-kara no Okurimono,SNES,Role-Playing,Data East,Data East,,,,,,,1994-10-21, -/games/boxart/full_5848796JapanFrontccc.jpg,Heracles no Eikou IV: Kamigami-kara no Okurimono,VC,Role-Playing,Nintendo,Data East,,,,,,,2008-04-22, -/games/boxart/full_8979309JapanFrontccc.jpg,Heracles no Eikou: Toujin Makyouden,NES,Role-Playing,Data East,Data East,,,,,,,1987-06-12, -/games/boxart/full_9059038JapanFrontccc.jpg,Heracles no Eikou: Ugokidashita Kamigami,GB,Role-Playing,Data East,Data East,,,,,,,1992-12-27, -/games/boxart/full_7264719AmericaFrontccc.jpg,Hercules: The Legendary Journeys,GB,Role-Playing,Titus,Titus Software,,,,,,,2002-04-01, -/games/boxart/full_heretic-kingdoms-the-inquisition_3AmericaFront.jpg,Heretic Kingdoms: The Inquisition,PC,Role-Playing,Got Game Entertainment,3D People,,,,,,,2005-04-14, -/games/boxart/full_6117819JapanFrontccc.jpg,Hermina to Culus: Lilie no Atelier Mou Hitotsu no Monogatari,PS2,Role-Playing,Gust,Gust,,,,,,,2001-12-20, -/games/boxart/full_2546201AmericaFrontccc.jpeg,Hero of the Kingdom II,PC,Role-Playing,Lonely Troops,Lonely Troops,,,,,,,2015-02-20,2019-04-21 -/games/boxart/default.jpg,Hero's Journey,PC,Role-Playing,Unknown,Simutronics,,,,,,,, -/games/boxart/full_6160592PALFrontccc.jpg,Heroes Chronicles: The Final Chapters,PC,Role-Playing,3DO,New World Computing,,,,,,,2001-06-01, -/games/boxart/full_4375440AmericaFrontccc.jpg,Heroes of a Broken Land,PC,Role-Playing,Winged Pixel Inc.,Winged Pixel Inc.,,,,,,,2014-08-07,2018-08-11 -/games/boxart/full_6030001AmericaFrontccc.jpg,Heroes of a Broken Land,OSX,Role-Playing,Winged Pixel Inc.,Winged Pixel Inc.,,,,,,,2014-08-07,2018-08-11 -/games/boxart/full_heroes-of-bestia_838AmericaFront.jpg,Heroes of Bestia,PC,Role-Playing,IGG,IGG.com,,,,,,,, -/games/boxart/full_2972614AmericaFrontccc.jpg,Heroes of Might and Magic: Quest for the Dragon Bone Staff,PS2,Role-Playing,3DO,New World Computing,6.5,,,,,,2001-04-18, -/games/boxart/default.jpg,Heroes of Telara,PC,Role-Playing,Unknown,Trion,,,,,,,, -/games/boxart/full_1474794AmericaFrontccc.jpg,Heroes Rise: HeroFall,PC,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-11, -/games/boxart/full_8875426AmericaFrontccc.jpg,Heroes Rise: HeroFall,OSX,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-11, -/games/boxart/full_4871902AmericaFrontccc.jpg,Heroes Rise: HeroFall,Linux,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-11, -/games/boxart/full_2353635AmericaFrontccc.jpg,Heroes Rise: HeroFall,And,Role-Playing,Choice of Games,Choice of Games,,,,,,,2014-07-10, -/games/boxart/full_hexyz-force_8AmericaFront.jpg,Hexyz Force,PSN,Role-Playing,Atlus,Sting,,,,,,,2010-05-25, -/games/boxart/full_hi-no-ouji-yamato-takeru_4JapanFront.jpg,Hi no Ouji: Yamato Takeru,SNES,Role-Playing,TOHO,Multimedia Intelligence Transfer,,,,,,,1995-09-29, -/games/boxart/full_5371137JapanFrontccc.jpg,High School DxD: New Fight,PSV,Role-Playing,Marvelous Entertainment,Marvelous Entertainment,,,,,,,2014-10-01, -/games/boxart/full_hitori-de-dekirumon-cooking-densetsu_148JapanFront.jpg,Hitori de Dekirumon! Cooking Densetsu,GB,Role-Playing,Vap,Vap,,,,,,,1992-12-18, -/games/boxart/full_7587187JapanFrontccc.jpg,Hokuto no Ken 3: Shinseiki Souzou Seiken Retsuden,NES,Role-Playing,Toei Animation,Shouei System,,,,,,,1989-10-19, -/games/boxart/full_4908405JapanFrontccc.jpg,Hokuto no Ken 4: Shichisei Hakenden: Hokuto Shinken no Kanata e,NES,Role-Playing,Toei Animation,Shouei,,,,,,,1991-03-29, -/games/boxart/full_1342218JapanFrontccc.jpg,Hokuto no Ken 5: Tenma Ryuuseiden Ai Zesshou,SNES,Role-Playing,Toei Animation,Shouei,,,,,,,1992-07-10, -/games/boxart/full_2305274JapanFrontccc.jpg,Holy Umbrella: Dondera no Mubo!!,SNES,Role-Playing,Naxat Soft,Earthly Soft,,,,,,,1995-09-29, -/games/boxart/full_houkago-in-beppin-jogakuin_80JapanFront.jpg,Houkago in Beppin Jogakuin,SNES,Role-Playing,Imagineer,Access,,,,,,,1995-02-03, -/games/boxart/full_7485861JapanFrontccc.jpg,Houshinengi 2,PS2,Role-Playing,KOEI,Koei,,,,,,,2002-06-27, -/games/boxart/full_17746JapanFrontccc.jpg,Houshinengi Aizouban,PS,Role-Playing,KOEI,Koei / Inis,,,,,,,1999-04-01, -/games/boxart/full_hunter-x-hunter_5JapanFront.jpg,Hunter X Hunter,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-06-01, -/games/boxart/full_hunter-x-hunter-greed-island_5JapanFront.jpg,Hunter X Hunter: Greed Island,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-04-24, -/games/boxart/full_hunter-x-hunter-michikareshi-mono_6JapanFront.jpg,Hunter X Hunter: Michikareshi Mono,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-08-23, -/games/boxart/full_3400974JapanFrontccc.jpg,Hunter X Hunter: Minna Tomodachi Daisakusen!!,GBA,Role-Playing,Konami,Konami,,,,,,,2003-04-24, -/games/boxart/default.jpg,Huxley: The Dystopia,X360,Role-Playing,Unknown,Webzen,,,,,,,2020-12-31, -/games/boxart/default.jpg,Huxley: The Dystopia,PC,Role-Playing,Unknown,Webzen,,,,,,,, -/games/boxart/full_3849774AmericaFrontccc.jpg,Hydlide,NES,Role-Playing,FCI,Tikipod,,,,,,,1989-06-01, -/games/boxart/full_8424202JapanFrontccc.jpg,Hydlide 3: Yami Kara no Houmonsha,NES,Role-Playing,Namco,Tikipod,,,,,,,1989-02-17, -/games/boxart/default.jpg,Hyper Light Drifter,Linux,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2017-01-01, -/games/boxart/default.jpg,Hyper Light Drifter,Ouya,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2015-01-01, -/games/boxart/default.jpg,Hyper Light Drifter,XOne,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2016-07-26, -/games/boxart/default.jpg,Hyper Light Drifter,PSV,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2017-01-01, -/games/boxart/default.jpg,Hyper Light Drifter,OSX,Role-Playing,Rebellion Games,Rebellion Games,,,,,,,2016-03-31, -/games/boxart/default.jpg,Hyperdevotion Noire: Goddess Black Heart,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2017-01-01, -/games/boxart/default.jpg,Hysteria Project 2,PSN,Role-Playing,Sony Computer Entertainment,Bulkypix,,,,,,,2011-08-10, -/games/boxart/full_2746324AmericaFrontccc.jpg,I am Setsuna,PC,Role-Playing,Square Enix,Tokyo RPG Factory,,,,,,,2016-10-01,2018-07-04 -/games/boxart/full_1430335AmericaFrontccc.jpg,Icarus: Sanctuary of the Gods,PC,Role-Playing,JC Research,"ST Entertainment, KRGsoft",,,,,,,1998-05-31, -/games/boxart/7867946ccc.jpg,Icewind Dale: Heart of Winter,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2001-02-19, -/games/boxart/full_icewind-dale-the-collection_250AmericaFront.jpg,Icewind Dale: The Collection,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2002-10-10, -/games/boxart/full_icewind-dale-the-ultimate-collection_509AmericaFront.jpg,Icewind Dale: The Ultimate Collection,PC,Role-Playing,Interplay,Black Isle Studios,,,,,,,2003-09-02, -/games/boxart/full_5199855AmericaFrontccc.jpg,Imperial SaGa,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2016-01-01, -/games/boxart/891188ccc.jpg,Inindo: Way of the Ninja,SNES,Role-Playing,KOEI,Koei,,,,,,,1993-03-01, -/games/boxart/full_662159JapanFrontccc.jpg,Initial D: Another Stage,GBA,Role-Playing,Sammy Corporation,Sammy Studios,,,,,,,2002-04-26, -/games/boxart/full_7072029AmericaFrontccc.png,Instant Dungeon!,PSV,Role-Playing,Unknown,Unknown,,,,,,,2014-06-23, -/games/boxart/full_1440927AmericaFrontccc.jpg,Instant Dungeon!,PC,Role-Playing,Desura,Unknown,,,,,,,2014-04-23, -/games/boxart/full_1382918JapanFrontccc.jpg,InuYasha,PS,Role-Playing,Bandai,Bandai,,,,,,,2001-12-27, -/games/boxart/full_ioi-2-the-return-of-ioi_5PALFront.jpg,ioi 2: The Return of ioi,PC,Role-Playing,Idea Factory,Stellar Stone LLC,,,,,,,1999-11-30, -/games/boxart/full_4417284JapanFrontccc.jpg,Iron Feather,DS,Role-Playing,Konami,Konami,,,,,,,2006-01-19, -/games/boxart/full_ishar-compilation_2AmericaFront.png,Ishar Compilation,PC,Role-Playing,DotEmu,Silmarils,,,,,,,1994-12-31, -/games/boxart/full_islands-of-wakfu_344AmericaFront.jpg,Islands of Wakfu,XBL,Role-Playing,Microsoft,Ankama Studio,6.1,,,,,,2011-03-30, -/games/boxart/full_itsuka-kono-te-ga-kegareru-toki-ni-spectral-force-legacy_10JapanFront.jpg,Itsuka Kono Te ga Kegareru Toki ni: Spectral Force Legacy,PSP,Role-Playing,Idea Factory,Neverland,,,,,,,2009-11-26, -/games/boxart/full_7120366JapanFrontccc.jpg,Izumo,DC,Role-Playing,Shinbyou Planning,Studio e-go,,,,,,,2004-01-29, -/games/boxart/full_331108AmericaFrontccc.jpg,J.R.R. Tolkien's The Lord of the Rings,PC,Role-Playing,Interplay,Interplay,,,,,,,1990-01-01, -/games/boxart/full_56067AmericaFrontccc.jpg,J.R.R. Tolkien's The Lord of the Rings Vol. II: The Two Towers,PC,Role-Playing,Interplay,Interplay,,,,,,,1991-01-01, -/games/boxart/full_7105762AmericaFrontccc.jpg,J.R.R. Tolkien's The Lord of the Rings Volume 1,SNES,Role-Playing,Interplay,Interplay,,,,,,,1994-01-01, -/games/boxart/full_jade-dynasty_968AmericaFront.jpg,Jade Dynasty,PC,Role-Playing,Perfect World Entertainment,Perfect World Entertainment,,,,,,,2009-06-15, -/games/boxart/full_4036014AmericaFrontccc.jpg,Jade Empire,XBL,Role-Playing,Microsoft,BioWare Corp.,,,,,,,2008-07-21, -/games/boxart/full_3074855JapanFrontccc.jpg,Jaseiken Necromancer,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1988-01-22, -/games/boxart/full_jaseiken-necromancer_0JapanFront.jpg,Jaseiken Necromancer,PSN,Role-Playing,Sony Computer Entertainment,Hudson Soft,,,,,,,2009-12-16, -/games/boxart/full_9960148JapanFrontccc.jpg,Jaseiken Necromancer,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2006-12-02, -/games/boxart/default.jpg,Jaseiken Necromancer: Nightmare Reborn,DSiW,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2010-06-16, -/games/boxart/full_6859133AmericaFrontccc.jpg,Jeanne d'Arc,PSN,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2008-08-20, -/games/boxart/full_jikandia-the-timeless-land_943AmericaFront.jpg,Jikandia: The Timeless Land,PSN,Role-Playing,Aksys Games,Opus Studio,,,,,,,2011-03-15, -/games/boxart/full_jikuu-senki-mu_633JapanFront.jpg,Jikuu Senki Mu,GB,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1991-09-13, -/games/boxart/full_1475107JapanFrontccc.jpg,Jikuu Yuten: Debias,NES,Role-Playing,Namco,Namco,,,,,,,1987-11-27, -/games/boxart/full_jisedai-beegoma-battle-beyblade_5JapanFront.jpg,Jisedai Beegoma Battle Beyblade,GB,Role-Playing,Hudson Soft,Rokumendo,,,,,,,1999-07-23, -/games/boxart/full_3622279AmericaFrontccc.jpg,John Romero's Daikatana,GB,Role-Playing,Kemco,Ion Storm,,,,,,,2000-06-30, -/games/boxart/full_1707992JapanFrontccc.jpg,Judas Code,PSV,Role-Playing,tri-Ace,tri-Ace,,,,,,,2014-08-21, -/games/boxart/full_4042437PALFrontccc.jpg,Jumpgate Evolution,PC,Role-Playing,Codemasters,NetDevil,,,,,,,2011-09-01, -/games/boxart/full_jungle-wars_534JapanFront.jpg,Jungle Wars,GB,Role-Playing,Pony Canyon,Pony Canyon,,,,,,,1991-06-21, -/games/boxart/full_jungle-wars-2-kodai-mahou-atimos-no-nazo_841JapanFront.jpg,Jungle Wars 2: Kodai Mahou Atimos no Nazo,SNES,Role-Playing,Pony Canyon,Atelier Double,,,,,,,1993-03-19, -/games/boxart/full_8916169JapanFrontccc.jpg,Just Breed,NES,Role-Playing,Enix,Enix Corporation,,,,,,,1992-12-15, -/games/boxart/1321693ccc.jpg,Justice League Heroes,PS2,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,,,,,,2006-10-17, -/games/boxart/2596495ccc.jpg,Justice League Heroes,XB,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,,,,,,2006-10-17, -/games/boxart/full_3369657AmericaFrontccc.png,Justice League Heroes,PSN,Role-Playing,Warner Bros. Interactive,Snowblind Studios,,,,,,,2009-09-30, -/games/boxart/full_7344419JapanFrontccc.jpg,Juuni Kokuki: Guren no Shirobe Koujin no Michi,PS2,Role-Playing,Konami,Konami,,,,,,,2003-08-28, -/games/boxart/full_5960454JapanFrontccc.jpg,Juuni Kokuki: Kakukakutaru Oudou Kouryoku no Uka,PS2,Role-Playing,Konami,Konami,,,,,,,2004-04-04, -/games/boxart/full_7191877JapanFrontccc.jpg,Juvei Quest,NES,Role-Playing,Namco,Birthday,,,,,,,1991-01-04, -/games/boxart/default.jpg,Kabuki Samurai Sensei: Bride of Shadows,3DS,Role-Playing,Unknown,Smack Down Productions,,,,,,,, -/games/boxart/full_8969260JapanFrontccc.jpg,Kaeru B Back,GBA,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,,,,,,2002-03-29, -/games/boxart/full_1553477JapanFrontccc.jpg,Kaijuu Monogatari,NES,Role-Playing,Namco,Birthday,,,,,,,1988-11-18, -/games/boxart/default.jpg,Kameni no Merchant!,DSiW,Role-Playing,Namco Bandai,Bandai Namco Games,,,,,,,2009-12-02, -/games/boxart/full_9767538JapanFrontccc.jpg,Kami no Kijutsu: Illusion of the Evil Eyes,GBA,Role-Playing,Konami,Konami,,,,,,,2002-03-28, -/games/boxart/full_kaseki-no-uta_501JapanFront.jpg,Kaseki no Uta,PC,Role-Playing,age,age,,,,,,,2000-01-28, -/games/boxart/full_kaseki-sousei-reborn_446JapanFront.jpg,Kaseki Sousei Reborn,GB,Role-Playing,Starfish,Starfish,,,,,,,1998-07-17, -/games/boxart/full_kaseki-sousei-reborn-ii-monster-digger_640JapanFront.jpg,Kaseki Sousei Reborn II: Monster Digger,GB,Role-Playing,Starfish,Starfish,,,,,,,1999-02-12, -/games/boxart/full_kawaii-pet-shop-monogatari_406JapanFront.jpg,Kawaii Pet Shop Monogatari,GB,Role-Playing,Taito,Taito Corporation,,,,,,,1999-09-23, -/games/boxart/full_kawaii-pet-shop-monogatari-2_340JapanFront.jpg,Kawaii Pet Shop Monogatari 2,GB,Role-Playing,Taito,Taito Corporation,,,,,,,2000-12-22, -/games/boxart/default.jpg,KeeperRL,PC,Role-Playing,Michal Brzozowski,Michal Brzozowski,,,,,,,2015-03-31, -/games/boxart/default.jpg,KeeperRL,OSX,Role-Playing,Michal Brzozowski,Michal Brzozowski,,,,,,,2015-03-31, -/games/boxart/default.jpg,KeeperRL,Linux,Role-Playing,Michal Brzozowski,Michal Brzozowski,,,,,,,2015-03-31, -/games/boxart/full_ken-to-mahou-to-gakuen-mono-3_132JapanFront.jpg,Ken to Mahou to Gakuen Mono. 3,PSN,Role-Playing,Acquire,ZeroDiv,,,,,,,2010-12-07, -/games/boxart/default.jpg,Kenshi,PC,Role-Playing,Unknown,Lose,,,,,,,, -/games/boxart/full_709873JapanFrontccc.jpg,Kero Kero Keroppi no Bouken Nikki: Nemureru Mori no Keroriinu,SNES,Role-Playing,Character Soft,Character Soft,,,,,,,1994-03-25, -/games/boxart/full_7203238JapanFrontccc.jpg,Kessen! Dokapon Okukoku IV: Densetsu no Yuusha Tachi,SNES,Role-Playing,Asmik Ace Entertainment,"Asmic Ace Entertainment, Inc",,,,,,,1993-12-10, -/games/boxart/full_8587369JapanFrontccc.jpg,Khamrai,PS,Role-Playing,Namco,Alpha Unit,,,,,,,2000-10-05, -/games/boxart/full_895137JapanFrontccc.jpg,Kidou Shinsengumi Moeyo Ken,PS2,Role-Playing,Enterbrain,Enterbrain,,,,,,,2002-12-26, -/games/boxart/full_6596303JapanFrontccc.jpg,Kidou Tenshi Angelic Layer,GBA,Role-Playing,Epoch,Epoch,,,,,,,2001-12-21, -/games/boxart/full_8477061AmericaFrontccc.jpg,Kien,GBA,Role-Playing,"Destination Software, Inc",PM Studios,,,,,,,2004-01-01, -/games/boxart/full_king-arthur-the-druids_314AmericaFront.jpg,King Arthur: The Druids,PC,Role-Playing,Paradox Interactive,NeoCoreGames,,,,,,,2011-01-18, -/games/boxart/full_7000586JapanFrontccc.jpg,King of Kings (Namco),NES,Role-Playing,Namco,Namco,,,,,,,1988-12-09, -/games/boxart/default.jpg,King of Kings III,PC,Role-Playing,gamigo,gamigo,,,,,,,2010-09-27, -/games/boxart/full_9857211AmericaFrontccc.jpg,King's Bounty: Dark Side,PC,Role-Playing,1C Company,1C Company,,,,,,,2014-08-19, -/games/boxart/full_521865JapanFrontccc.jpg,King's Field: Additional II,PSP,Role-Playing,From Software,From Software,,,,,,,2006-08-24, -/games/boxart/default.jpg,Kingdom Come: Deliverance,Linux,Role-Playing,Warhorse Studios,Warhorse Studios,,,,,,,2016-01-01, -/games/boxart/full_8821484AmericaFrontccc.jpg,Kingdom Hearts III,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-01-29,2017-12-22 -/games/boxart/full_9966330AmericaFrontccc.jpg,Kingdom Hearts III,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-01-29,2017-12-22 -/games/boxart/full_8606671AmericaFrontccc.png,KINGDOM HEARTS Union ?[Cross],And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-04-07,2018-07-19 -/games/boxart/full_9959094AmericaFrontccc.png,Kingdom Hearts X[chi],PC,Role-Playing,Square Enix,Square Enix,,,,,,,2013-07-18, -/games/boxart/full_644855JapanFrontccc.jpg,Kingdom Hearts: Trinity Master Pieces,PS2,Role-Playing,Square Enix,Square Enix,,,,,,,2005-12-22, -/games/boxart/full_kingdom-of-loathing_887AmericaFront.jpg,Kingdom of Loathing,PC,Role-Playing,Unknown,Asymmetric Publications,,,,,,,2003-01-31, -/games/boxart/full_5914077AmericaFrontccc.png,Kingdom of Paradise,PSN,Role-Playing,Sony Computer Entertainment,Climax Entertainment,,,,,,,2008-04-23, -/games/boxart/full_kininkou-maroku-oni_617JapanFront.jpg,Kininkou Maroku Oni,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1990-12-08, -/games/boxart/full_305115JapanFrontccc.jpg,Kinnikuman Nisei: Choujin Seisenshi,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-01-30, -/games/boxart/full_kishin-korinden-oni_759JapanFront.jpg,Kishin Korinden Oni,SNES,Role-Playing,Banpresto,Pandora Box,,,,,,,1994-08-05, -/games/boxart/full_9204701AmericaFrontccc.jpg,Knight Online,PC,Role-Playing,K2 Network,MGame Corporation,,,,,,,2006-01-01, -/games/boxart/3416749ccc.jpg,Knight's Quest,GB,Role-Playing,Taito,Taito,,,,,,,1992-07-02, -/games/boxart/full_knights-in-the-nightmare_736AmericaFront.jpg,Knights in the Nightmare,PSN,Role-Playing,Atlus,Sting,8,,,,,,2010-11-09, -/games/boxart/full_knights-of-legend_496AmericaFront.jpg,Knights of Legend,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1989-01-01, -/games/boxart/full_4709573JapanFrontccc.jpg,KO Seiki Beast Sanjuushi: Gaia Fukkatsu Kanketsuhen,PCE,Role-Playing,Pack-In-Video,Pack-In-Video,,,,,,,1994-06-17, -/games/boxart/full_7275678JapanFrontccc.jpg,Konchuu Hakase,GB,Role-Playing,J-Wing,Ocarina-System,,,,,,,1998-08-28, -/games/boxart/full_1770888JapanFrontccc.jpg,Konchuu Hakase 2,GB,Role-Playing,J-Wing,Ocarina-System,,,,,,,1999-07-23, -/games/boxart/full_konchuu-hakase-3_393JapanFront.jpg,Konchuu Hakase 3,GB,Role-Playing,J-Wing,Ocarina-System,,,,,,,2001-07-27, -/games/boxart/full_2477432JapanFrontccc.jpg,Kotobattle: Tengai no Moribito,GB,Role-Playing,Alphastar,AlphaDream Corporation,,,,,,,2001-03-09, -/games/boxart/full_koukiatsu-boy_507JapanFront.jpg,Koukiatsu Boy,GB,Role-Playing,Konami,Konami Computer Entertainment Shinjuku,,,,,,,1998-07-02, -/games/boxart/full_3645380JapanFrontccc.jpg,Koukon no Ode: Ode to the Sunset Era,PS,Role-Playing,Tonkin House,Tonkin House,,,,,,,1996-12-27, -/games/boxart/full_kurokishi-no-kamen_10JapanFront.jpg,Kurokishi no Kamen,3DO,Role-Playing,Panasonic Interactive Media,Humming Bird Soft,,,,,,,1994-05-28, -/games/boxart/default.jpg,Kyaba Jouppi for Nintendo 3DS,3DS,Role-Playing,Unknown,Level 5,,,,,,,, -/games/boxart/default.jpg,Kyn,PC,Role-Playing,Versus Evil,Tangrin Entertainment,,,,,,,2015-10-01, -/games/boxart/default.jpg,Kyn,Linux,Role-Playing,Versus Evil,Tangrin Entertainment,,,,,,,2015-10-01, -/games/boxart/default.jpg,Kyn,OSX,Role-Playing,Versus Evil,Tangrin Entertainment,,,,,,,2015-10-01, -/games/boxart/full_3860484JapanFrontccc.jpg,Kyuuyaku Megami Tensei,SNES,Role-Playing,Atlus,OperaHouse,,,,,,,1995-03-31, -/games/boxart/full_4626931JapanFrontccc.jpg,L.O.L.: Lack of Love,DC,Role-Playing,ASCII Entertainment,Lovedelic,,,,,,,2002-11-02, -/games/boxart/full_3850915JapanFrontccc.jpg,La Salle Ishii no Child's Quest,NES,Role-Playing,Namco,Namco,,,,,,,1989-06-23, -/games/boxart/default.jpg,La Tale,PC,Role-Playing,Unknown,Actoz Soft,,,,,,,, -/games/boxart/full_lady-sword_8JapanFront.jpg,Lady Sword,PCE,Role-Playing,Unknown,Hacker International,,,,,,,1992-01-01, -/games/boxart/default.jpg,Landmark,PC,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2020-12-31, -/games/boxart/3247545ccc.png,Lands of Lore III,PC,Role-Playing,Westwood Studios,"Westwood Studios, Inc.",,,,,,,1999-03-31, -/games/boxart/5528388ccc.png,Lands of Lore: Guardians of Destiny,PC,Role-Playing,Virgin Interactive,"Westwood Studios, Inc.",,,,,,,1997-09-30, -/games/boxart/9517343ccc.jpg,LandStalker,GEN,Role-Playing,Sega,Climax Entertainment,,,,,,,1992-10-29, -/games/boxart/full_6991877AmericaFrontccc.jpg,LandStalker,VC,Role-Playing,Sega,Climax Entertainment,,,,,,,2007-09-03, -/games/boxart/full_landstalker_964AmericaFront.jpg,Landstalker,PC,Role-Playing,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/default.jpg,Langrisser Schwarz,PC,Role-Playing,Unknown,gamania,,,,,,,, -/games/boxart/full_1830778JapanFrontccc.jpg,Last Bible III,SNES,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1995-03-04, -/games/boxart/full_last-imperial-prince_2JapanFront.jpg,Last Imperial Prince,PCFX,Role-Playing,NEC,NEC,,,,,,,1997-03-14, -/games/boxart/full_last-ranker_459JapanFront.jpg,Last Ranker,PSN,Role-Playing,Capcom,imageepoch Inc.,,,,,,,2011-04-14, -/games/boxart/full_last-stand_5JapanFront.jpg,Last Stand,WS,Role-Playing,Bandai,Bandai,,,,,,,1999-05-27, -/games/boxart/full_5938222AmericaFrontccc.png,League of Angels,PC,Role-Playing,R2Games,Shanghai Youzu Information Technology Corporation Limited,,,,,,,2014-03-30, -/games/boxart/2699403ccc.jpg,Legacy of the Wizard,NES,Role-Playing,Broderbund,Nihon Falcom Corporation,,,,,,,1989-04-01, -/games/boxart/full_8238613JapanFrontccc.jpg,Legend,GB,Role-Playing,Quest,Quest Corporation,,,,,,,1991-06-01, -/games/boxart/full_9714073JapanFrontccc.jpg,Legend of Dynamic Goushouden: Houkai no Rondo,GBA,Role-Playing,Banpresto,Will,,,,,,,2003-10-24, -/games/boxart/full_legend-of-edda_888AmericaFront.jpg,Legend of Edda,PC,Role-Playing,Unknown,EYA Interactive,,,,,,,, -/games/boxart/full_legend-of-mana_241AmericaFront.jpg,Legend of Mana,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-03-22, -/games/boxart/full_7012471AmericaFrontccc.png,Legend of Roland: Action RPG,And,Role-Playing,Happy Mage,Happy Mage,,,,,,,2014-05-17, -/games/boxart/full_legend-of-the-rune-lords-the-quest-for-runic-magia_848AmericaFront.jpg,Legend of the Rune Lords: The Quest for Runic Magia,XBL,Role-Playing,Microsoft,NobunagaOta,,,,,,,2010-06-10, -/games/boxart/full_5164306AmericaFrontccc.jpg,Legends of Exidia,DSiW,Role-Playing,Gameloft,Gameloft,,,,,,,2010-02-01, -/games/boxart/full_legends-of-valour_782AmericaFront.jpg,Legends of Valour,PC,Role-Playing,SSI,Synthetic Dimensions,,,,,,,1992-01-01, -/games/boxart/default.jpg,LEGO Universe,PC,Role-Playing,Unknown,NetDevil,,,,,,,, -/games/boxart/full_light-crusader_887AmericaFront.jpg,Light Crusader,PC,Role-Playing,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/full_2049773AmericaFrontccc.jpg,Light Crusader,VC,Role-Playing,Sega,"Treasure Co., Ltd.",,,,,,,2007-12-31, -/games/boxart/full_1279393JapanFrontccc.jpg,Light Fantasy,SNES,Role-Playing,Tonkin House,Tonkin House,,,,,,,1992-07-03, -/games/boxart/full_8381976JapanFrontccc.jpg,Light Fantasy Gaiden: Nyanyan ga Nyan,PS,Role-Playing,Tonkin House,Tonkin House,,,,,,,1999-10-21, -/games/boxart/full_990165JapanFrontccc.jpg,Light Fantasy II,SNES,Role-Playing,Tonkin House,Tonkin House,,,,,,,1995-10-27, -/games/boxart/full_3753533AmericaFrontccc.jpg,Light's End,XBL,Role-Playing,Microsoft,Ryan Thorlakson,,,,,,,2009-06-18, -/games/boxart/full_5848893JapanFrontccc.jpg,Lilie no Atelier Plus: Salburg no Renkinjutsushi 3,PS2,Role-Playing,Gust,Gust,,,,,,,2002-04-04, -/games/boxart/full_7985063JapanFrontccc.jpg,Lina no Atelier: Strahl no Renkinjutsushi,DS,Role-Playing,Gust,Gust,,,,,,,2009-12-22, -/games/boxart/default.jpg,Lineage II: Goddess of Destruction,PC,Role-Playing,Unknown,NCsoft,,,,,,,, -/games/boxart/full_lineage-ii-the-chaotic-chronicle_641AmericaFront.jpg,Lineage II: The Chaotic Chronicle,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2004-04-27, -/games/boxart/3709391ccc.jpg,Lineage: The Blood Pledge,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2001-10-24, -/games/boxart/full_7492171JapanFrontccc.jpg,Linkle Liver Story,SAT,Role-Playing,Sega,Nextech,,,,,,,1996-03-15, -/games/boxart/full_7998689AmericaFrontccc.jpg,Lionheart: Legacy of the Crusader,PC,Role-Playing,Interplay,"Black Isle Studios, Reflexive Entertainment Inc.",,,,,,,2003-08-13, -/games/boxart/full_9646847JapanFrontccc.jpg,Little Buster Q,GBA,Role-Playing,Tomy Corporation,Tomy,,,,,,,2002-11-29, -/games/boxart/full_6297390AmericaFrontccc.jpg,Little Ninja Brothers,NES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1990-12-01, -/games/boxart/6402249ccc.jpg,Loki: Heroes of Mythology,PC,Role-Playing,DreamCatcher Interactive,Cyanide,,,,,,,2007-10-02, -/games/boxart/full_lord-of-arcana_739AmericaFront.jpg,Lord of Arcana,PSN,Role-Playing,Square Enix,Square Enix,5.1,,,,,,2011-01-25, -/games/boxart/2725578ccc.jpg,Lords of Magic,PC,Role-Playing,Sierra Entertainment,Impressions Games,,,,,,,1997-11-30, -/games/boxart/full_lost-odyssey-dungeon-pack-seeker-of-the-deep_59AmericaFront.jpg,Lost Odyssey: Dungeon Pack: Seeker of the Deep!,XBL,Role-Playing,Microsoft,Mistwalker,,,,,,,2008-05-25, -/games/boxart/default.jpg,Lost Regnum 2: Ankoku Jashin to Taka no Senshi,PSP,Role-Playing,Unknown,Ertain,,,,,,,, -/games/boxart/full_4730933AmericaFrontccc.jpg,Lost Sphear,PC,Role-Playing,Square Enix,Tokyo RPG Factory,,,,,,,2018-01-23,2018-07-19 -/games/boxart/full_8872649JapanFrontccc.jpg,Love Quest,SNES,Role-Playing,Tokuma Shoten,Tokuma Shoten,,,,,,,1995-03-17, -/games/boxart/default.jpg,LoZ - Simdate RPG,PC,Role-Playing,Unknown,LilDwarf,,,,,,,, -/games/boxart/9622159ccc.jpg,Luciennes Quest,3DO,Role-Playing,Panasonic Interactive Media,Micro Cabin,,,,,,,1995-01-01, -/games/boxart/1281277ccc.jpg,Lufia & The Fortress of Doom,SNES,Role-Playing,Taito,Neverland Company,,,,,,,1993-12-04, -/games/boxart/full_lufia-ampamp-the-fortress-of-doom_837AmericaFront.jpg,Lufia & the Fortress of Doom,VC,Role-Playing,Unknown,Neverland Company,,,,,,,, -/games/boxart/244301ccc.jpg,Lufia II: Rise of the Sinistrals,SNES,Role-Playing,Natsume,Neverland Company,,,,,,,1996-08-31, -/games/boxart/7848943ccc.jpg,Lufia: The Legend Returns,GB,Role-Playing,Natsume,Neverland Company,,,,,,,2001-09-20, -/games/boxart/3310710ccc.jpg,Lunar: Eternal Blue,SCD,Role-Playing,Working Designs,Game Arts,8.9,,,,,,1995-09-01, -/games/boxart/full_2077711JapanFrontccc.jpg,Lunar: Sanposuru Gakuen,GG,Role-Playing,Game Arts,Game Arts,,,,,,,1996-01-12, -/games/boxart/full_lunar-silver-star-harmony_10AmericaFront.jpg,Lunar: Silver Star Harmony,PSN,Role-Playing,Xseed Games,Game Arts,7.9,,,,,,2010-03-04, -/games/boxart/575477ccc.jpg,Lunar: The Silver Star,SCD,Role-Playing,Working Designs,Game Arts,8.8,,,,,,1993-12-01, -/games/boxart/full_9739422JapanFrontccc.jpg,Lunatic Dawn FX,PCFX,Role-Playing,NEC Interchannel,ArtDink,,,,,,,1995-11-24, -/games/boxart/full_9456209JapanFrontccc.jpg,Lunatic Dawn III,PS,Role-Playing,ArtDink,ArtDink,,,,,,,1998-12-17, -/games/boxart/full_lunatic-dawn-odyssey_890JapanFront.jpg,Lunatic Dawn Odyssey,PSN,Role-Playing,Sony Computer Entertainment,ArtDink,,,,,,,2009-04-22, -/games/boxart/full_434022JapanFrontccc.jpg,Lunatic Dawn Odyssey,PS,Role-Playing,ArtDink,ArtDink,,,,,,,1999-12-02, -/games/boxart/full_luvinia-online_762AmericaFront.jpg,Luvinia Online,PC,Role-Playing,Outspark,Outspark,,,,,,,2011-09-08, -/games/boxart/full_mabinogi_711AmericaFront.jpg,Mabinogi,PC,Role-Playing,Nexon,Nexon,,,,,,,2008-01-31, -/games/boxart/full_4117729JapanFrontccc.jpg,Madou Monogatari A: DokiDoki Bake~shon,GG,Role-Playing,Compile,Compile,,,,,,,1995-11-24, -/games/boxart/full_7445319JapanFrontccc.jpg,Madou Monogatari I,GEN,Role-Playing,Compile,Compile,,,,,,,1996-03-22, -/games/boxart/full_9591489JapanFrontccc.jpg,Madou Monogatari I: 3-tsu no Madouryoku,GG,Role-Playing,Sega,Compile,,,,,,,1993-01-23, -/games/boxart/full_2076516JapanFrontccc.jpg,Madou Monogatari I: Honoo no Sotsuenko,PCE,Role-Playing,NEC Interchannel,Compile,,,,,,,1996-12-13, -/games/boxart/full_8127834JapanFrontccc.jpg,Madou Monogatari II: Arles 16-Sai,GG,Role-Playing,Sega,Compile,,,,,,,1994-05-20, -/games/boxart/full_4333172JapanFrontccc.jpg,Madou Monogatari III: Kyuukyoku Joou-Sama,GG,Role-Playing,Sega,Compile,,,,,,,1994-11-25, -/games/boxart/full_9674854JapanFrontccc.jpg,Madou Monogatari: Hanamaru Daiyouchi Enji,SNES,Role-Playing,Tokuma Shoten,Compile,,,,,,,1996-01-12, -/games/boxart/full_6344095JapanFrontccc.jpg,Magi Nation,GBA,Role-Playing,Epoch,Epoch,,,,,,,2002-12-13, -/games/boxart/full_magi-nation_979AmericaFront.jpg,Magi Nation,GB,Role-Playing,Unknown,Interactive Imagination,,,,,,,2001-03-01, -/games/boxart/full_1990699AmericaFrontccc.jpg,Magic Knight Rayearth,SAT,Role-Playing,Working Designs,Sega,,,,,,,1998-11-30, -/games/boxart/default.jpg,Magical fantasista,DSiW,Role-Playing,G-mode,G-mode,,,,,,,2010-11-24, -/games/boxart/full_7353617JapanFrontccc.jpg,Magical Houshin,GBA,Role-Playing,KOEI,Koei,,,,,,,2002-03-29, -/games/boxart/full_magical-medical_938JapanFront.jpg,Magical Medical,PS,Role-Playing,Konami,Konami,,,,,,,1998-09-10, -/games/boxart/full_magicka_518AmericaFront.jpg,Magicka,XBL,Role-Playing,Unknown,Arrowhead Game Studios,,,,,,,, -/games/boxart/full_magicka_261AmericaFront.jpg,Magicka,PSN,Role-Playing,Unknown,Arrowhead Game Studios,,,,,,,, -/games/boxart/full_magicka-plus_755PALFront.jpg,Magicka Plus,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-24, -/games/boxart/full_magicka-caverns_986AmericaFront.jpg,Magicka: Caverns,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-04-26, -/games/boxart/full_magicka-final-frontier_416AmericaFront.jpg,Magicka: Final Frontier,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, -/games/boxart/full_magicka-frozen-lake_571AmericaFront.jpg,Magicka: Frozen Lake,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, -/games/boxart/full_magicka-marshlands_441AmericaFront.jpg,Magicka: Marshlands,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-04-26, -/games/boxart/full_magicka-nippon_393AmericaFront.jpg,Magicka: Nippon,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-05-31, -/games/boxart/full_magicka-party-robes_184AmericaFront.jpg,Magicka: Party Robes,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, -/games/boxart/full_magicka-the-watchtower_356AmericaFront.jpg,Magicka: The Watchtower,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-06-21, -/games/boxart/full_magicka-wizards-survival-kit_664AmericaFront.jpg,Magicka: Wizard's Survival Kit,PC,Role-Playing,Paradox Interactive,Arrowhead Game Studios,,,,,,,2011-03-08, -/games/boxart/default.jpg,Magna Carta: The Phantom of Avalanche,PC,Role-Playing,SoftMax,SoftMax,,,,,,,2002-01-01, -/games/boxart/full_6284739JapanFrontccc.jpg,MagusTale Eternity: Seikaiju to Koisuru Mahou Tsukai,PSP,Role-Playing,GN Software,Whirlpool,,,,,,,2009-12-24, -/games/boxart/full_3156800JapanFrontccc.jpg,Maharaja,NES,Role-Playing,Sunsoft,Quest Corporation,,,,,,,1989-09-29, -/games/boxart/full_3284670JapanFrontccc.jpg,Mahou Gakuen Lunar,SAT,Role-Playing,ESP,Game Arts,,,,,,,1997-11-20, -/games/boxart/full_7341312JapanFrontccc.jpg,Mahou Kishi Rayearth,GG,Role-Playing,Sega,Sega,,,,,,,1994-12-16, -/games/boxart/full_9017620JapanFrontccc.jpg,Mahou Kishi Rayearth,GB,Role-Playing,Tomy Corporation,Pandora Box,,,,,,,1995-06-02, -/games/boxart/full_7712167JapanFrontccc.jpg,Mahou Kishi Rayearth,SNES,Role-Playing,Tomy Corporation,Pandora Box,,,,,,,1995-09-29, -/games/boxart/full_5464713JapanFrontccc.jpg,Mahou Kishi Rayearth 2nd: The Missing Colors,GB,Role-Playing,Tomy Corporation,Pandora Box,,,,,,,1995-10-27, -/games/boxart/full_7934JapanFrontccc.jpg,Mahou Sensei Negima! Private Lesson: Dame Desu Toshokan,GBA,Role-Playing,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-06-09, -/games/boxart/full_7583042JapanFrontccc.jpg,Mahoujin GuruGuru,GB,Role-Playing,Takuyo,TamTam,,,,,,,1995-04-28, -/games/boxart/full_mahoujin-guruguru_255JapanFront.jpg,Mahoujin GuruGuru,SNES,Role-Playing,Enix,Enix Corporation,,,,,,,1995-04-21, -/games/boxart/full_mahoujin-guruguru-2_558JapanFront.jpg,Mahoujin GuruGuru 2,SNES,Role-Playing,Enix,Enix Corporation,,,,,,,1996-04-12, -/games/boxart/full_530108AmericaFrontccc.jpg,Majestic Nights,OSX,Role-Playing,Epiphany Games,Epiphany Games,,,,,,,2014-10-30, -/games/boxart/full_2905204AmericaFrontccc.jpg,Majestic Nights,And,Role-Playing,Epiphany Games,Epiphany Games,,,,,,,2014-10-30, -/games/boxart/full_9061601AmericaFrontccc.jpg,Majestic Nights,PC,Role-Playing,Epiphany Games,Epiphany Games,,,,,,,2014-10-30, -/games/boxart/full_majin-eiyuuden-wataru-gaiden_314JapanFront.jpg,Majin Eiyuuden Wataru Gaiden,NES,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-03-23, -/games/boxart/full_majin-tensei-ii-spiral-nemesis_823JapanFront.jpg,Majin Tensei II: Spiral Nemesis,SNES,Role-Playing,Atlus,Atlus Co.,,,,,,,1995-02-19, -/games/boxart/full_makai-hakkenden-shada_9JapanFront.jpg,Makai Hakkenden Shada,VC,Role-Playing,G-mode,Data East,,,,,,,2007-07-10, -/games/boxart/full_makai-hakkenden-shada_9JapanFront.jpg,Makai Hakkenden Shada,PCE,Role-Playing,Data East,Data East,,,,,,,1989-04-01, -/games/boxart/full_makai-toushi-saga_9JapanFront.jpg,Makai Toushi SaGa,WS,Role-Playing,Square,Aspect,,,,,,,2002-03-20, -/games/boxart/full_5396563JapanFrontccc.jpg,Makeruna! Makendou Z,PCFX,Role-Playing,NEC,Fill In Cafe,,,,,,,1998-03-20, -/games/boxart/default.jpg,Mamotte Knight,XBL,Role-Playing,Unknown,Ancient Studio,,,,,,,, -/games/boxart/full_1395307AmericaFrontccc.png,Mana Khemia: Student Alliance,PSN,Role-Playing,NIS America,Gust,,,,,,,2009-09-30, -/games/boxart/full_maplestory_592AmericaFront.jpg,MapleStory,PC,Role-Playing,Nexon America,Wizet,,,,,,,2005-05-11, -/games/boxart/default.jpg,MapleStory Cygnus Knights Edition,XBL,Role-Playing,Unknown,Nexon,,,,,,,, -/games/boxart/default.jpg,MapleStory Thief Edition,XBL,Role-Playing,Unknown,Nexon,,,,,,,, -/games/boxart/full_8322410JapanFrontccc.jpg,Mar Heaven: Boukyaku no Clavier,DS,Role-Playing,Konami,Alpha Unit,,,,,,,2006-09-07, -/games/boxart/full_9786469JapanFrontccc.jpg,Mar Heaven: Knockin' on Heaven's Door,GBA,Role-Playing,Konami,Alpha Unit,,,,,,,2005-06-30, -/games/boxart/full_2290238JapanFrontccc.jpg,Marie no Atelier GB,GB,Role-Playing,Imagineer,Gust,,,,,,,2000-01-08, -/games/boxart/full_7945171JapanFrontccc.jpg,Marie no Atelier Plus: Salburg no Renkinjutsushi,PS,Role-Playing,Gust,Gust,,,,,,,1998-06-04, -/games/boxart/full_4889654JapanFrontccc.jpg,Marie no Atelier Ver. 1.3: Salburg no Renkinjutsushi,SAT,Role-Playing,Imadio,Gust,,,,,,,1997-12-11, -/games/boxart/full_3697566JapanFrontccc.jpg,Marie to Elie no Atelier: Salburg no Renkinjutsushi 1&2,DC,Role-Playing,Kool Kizz,Gust,,,,,,,2001-11-15, -/games/boxart/full_7308005JapanFrontccc.jpg,Marie to Elie no Atelier: Salburg no Renkinjutsushi 1&2,PS2,Role-Playing,Gust,Gust,,,,,,,2005-10-27, -/games/boxart/full_4438335JapanFrontccc.jpg,Marie to Elie no Atelier: Salburg no Renkinjutsushi 1&2,WS,Role-Playing,Bandai,Gust,,,,,,,2001-10-25, -/games/boxart/full_8810411JapanFrontccc.jpg,"Marie, Elie & Anis no Atelier: Soyokaze kara no Dengon",GBA,Role-Playing,Banpresto,Gust,,,,,,,2003-01-24, -/games/boxart/default.jpg,Mars,PC,Role-Playing,Unknown,Spiders Games,,,,,,,, -/games/boxart/default.jpg,Mars,PS3,Role-Playing,Unknown,Spiders Games,,,,,,,, -/games/boxart/default.jpg,Mars,X360,Role-Playing,Unknown,Spiders Games,,,,,,,, -/games/boxart/default.jpg,Mars Saga,PC,Role-Playing,Infocom,Westwood Associates,,,,,,,1989-01-01, -/games/boxart/default.jpg,Martial Empires: The Path of the Purgatory,PC,Role-Playing,gamigo,gamigo,,,,,,,2011-11-09, -/games/boxart/full_marvel-super-hero-squad-online_544AmericaFront.jpg,Marvel Super Hero Squad Online,PC,Role-Playing,Unknown,Gazillion Entertainment,,,,,,,2011-04-29, -/games/boxart/default.jpg,Marvel Universe,X360,Role-Playing,Unknown,Gargantuan,,,,,,,, -/games/boxart/default.jpg,Marvel Universe,PS3,Role-Playing,Unknown,Gargantuan,,,,,,,, -/games/boxart/default.jpg,Marvel Universe,PC,Role-Playing,Unknown,Gargantuan,,,,,,,, -/games/boxart/845614ccc.jpg,Marvel: Ultimate Alliance,GBA,Role-Playing,Activision,Barking Lizards,2.3,,,,,,2006-10-24, -/games/boxart/full_5906660AmericaFrontccc.jpg,Marvel: Ultimate Alliance,XB,Role-Playing,Activision,Raven Software,8.2,,,,,,2006-10-25, -/games/boxart/full_marvelous-mou-hitotsu-no-takarajima_151JapanFront.jpg,Marvelous: Mouhitotsu no Takarajima,SNES,Role-Playing,Nintendo,Nintendo R&D2,,,,,,,1996-10-26, -/games/boxart/full_6300222AmericaFrontccc.jpg,Mass Effect,XBL,Role-Playing,Microsoft Game Studios,BioWare Edmonton,,,,,,,2009-08-11, -/games/boxart/full_mass-effect-2_168AmericaFront.jpg,Mass Effect 2,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,9.3,,,,,,2011-01-18, -/games/boxart/full_mass-effect-2-firewalker_9AmericaFront.jpg,Mass Effect 2: Firewalker,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-03-23, -/games/boxart/full_mass-effect-2-firewalker_10AmericaFront.jpg,Mass Effect 2: Firewalker,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-03-23, -/games/boxart/full_mass-effect-2-kasumis-stolen-memory_10AmericaFront.jpg,Mass Effect 2: Kasumi's Stolen Memory,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,7.2,,,,,,2010-04-06, -/games/boxart/full_mass-effect-2-kasumis-stolen-memory_4AmericaFront.jpg,Mass Effect 2: Kasumi's Stolen Memory,PC,Role-Playing,Electronic Arts,BioWare Edmonton,6.7,,,,,,2010-04-06, -/games/boxart/full_mass-effect-2-lord-of-the-shadow-broker_4AmericaFront.jpg,Mass Effect 2: Lair of the Shadow Broker,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,8.7,,,,,,2010-09-07, -/games/boxart/full_mass-effect-2-lord-of-the-shadow-broker_8AmericaFront.jpg,Mass Effect 2: Lair of the Shadow Broker,PC,Role-Playing,Electronic Arts,BioWare Edmonton,8.7,,,,,,2010-09-07, -/games/boxart/full_mass-effect-2-normandy-crash-site_10AmericaFront.jpg,Mass Effect 2: Normandy Crash Site,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-26, -/games/boxart/full_mass-effect-2-normandy-crash-site_5AmericaFront.jpg,Mass Effect 2: Normandy Crash Site,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-26, -/games/boxart/full_mass-effect-2-overlord_0AmericaFront.jpg,Mass Effect 2: Overlord,PC,Role-Playing,Electronic Arts,BioWare Edmonton,8.8,,,,,,2010-06-15, -/games/boxart/full_mass-effect-2-overlord_2AmericaFront.jpg,Mass Effect 2: Overlord,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,8.5,,,,,,2010-06-15, -/games/boxart/full_mass-effect-2-the-arrival_983AmericaFront.jpg,Mass Effect 2: The Arrival,PC,Role-Playing,Electronic Arts,BioWare Edmonton,6.5,,,,,,2011-03-29, -/games/boxart/full_mass-effect-2-the-arrival_927AmericaFront.jpg,Mass Effect 2: The Arrival,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,6.5,,,,,,2011-03-29, -/games/boxart/full_mass-effect-2-the-arrival_845AmericaFront.jpg,Mass Effect 2: The Arrival,PSN,Role-Playing,Electronic Arts,BioWare Edmonton,7,,,,,,2011-03-28, -/games/boxart/full_mass-effect-2-the-price-of-revenge_1AmericaFront.jpg,Mass Effect 2: The Price of Revenge,PC,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-27, -/games/boxart/full_mass-effect-2-the-price-of-revenge_5AmericaFront.jpg,Mass Effect 2: The Price of Revenge,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,,,,,,,2010-01-27, -/games/boxart/full_mass-effect-bring-down-the-sky_9AmericaFront.jpg,Mass Effect: Bring Down the Sky,PC,Role-Playing,Electronic Arts,Demiurge Studios,,,,,,,2008-07-29, -/games/boxart/full_mass-effect-bring-down-the-sky_7AmericaFront.jpg,Mass Effect: Bring Down The Sky,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,5,,,,,,2008-03-10, -/games/boxart/full_mass-effect-pinnacle-station_8AmericaFront.jpg,Mass Effect: Pinnacle Station,PC,Role-Playing,Electronic Arts,Demiurge Studios,,,,,,,2009-08-25, -/games/boxart/full_mass-effect-pinnacle-station_4AmericaFront.jpg,Mass Effect: Pinnacle Station,XBL,Role-Playing,Electronic Arts,BioWare Edmonton,4.5,,,,,,2009-08-25, -/games/boxart/full_masters-of-belial_937AmericaFront.jpg,Masters of Belial,XBL,Role-Playing,Microsoft,Argi Baltzi,,,,,,,2010-03-16, -/games/boxart/full_masters-of-belial_206AmericaFront.jpg,Masters of Belial,PC,Role-Playing,Unknown,Brain Seal,,,,,,,2008-01-01, -/games/boxart/full_6098449JapanFrontccc.jpg,Matantei Loki Ragnarok: Gensou no Labyrinth,GBA,Role-Playing,J-Wing,J-Wing,,,,,,,2003-10-16, -/games/boxart/full_maten-densetsu-senritsu-no-opatsu_312JapanFront.jpg,Maten Densetsu: Senritsu no Opatsu,SNES,Role-Playing,Takara,Thinking Rabbit,,,,,,,1995-10-27, -/games/boxart/full_mazes-of-fate_10AmericaFront.jpg,Mazes of Fate,GBA,Role-Playing,O3 Entertainment,Sabarasa Entertainment,6.6,,,,,,2006-12-06, -/games/boxart/full_medarot-2-parts-collection_998JapanFront.jpg,Medarot 2: Parts Collection,GB,Role-Playing,Imagineer,Natsume,,,,,,,1999-10-29, -/games/boxart/full_medarot-3-parts-collection-z-kara-no-chousenjou_152JapanFront.jpg,Medarot 3 Parts Collection: Z Kara no Chousenjou,GB,Role-Playing,Imagineer,Natsume,,,,,,,2000-11-24, -/games/boxart/default.jpg,Medarot 3D,3DS,Role-Playing,Unknown,Rocket Company,,,,,,,, -/games/boxart/default.jpg,Medarot 5: Susutake Mura no Tenkousei: Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,,,,,,2001-12-14, -/games/boxart/default.jpg,Medarot Navi: Kabuto / Kuwagata Version,GBA,Role-Playing,Imagineer,Natsume,,,,,,,2001-09-07, -/games/boxart/full_medarot-r_873JapanFront.jpg,Medarot R,PS,Role-Playing,Imagineer,Natsume,,,,,,,1999-11-25, -/games/boxart/full_medarot-r-parts-collection_42JapanFront.jpg,Medarot R: Parts Collection,PS,Role-Playing,Imagineer,Natsume,,,,,,,2000-03-16, -/games/boxart/default.jpg,Medarot: Card Robottle Kabuto / Kuwagata Version,GB,Role-Playing,Imagineer,Natsume,,,,,,,2000-03-10, -/games/boxart/full_medarot-parts-collection_10JapanFront.jpg,Medarot: Parts Collection,GB,Role-Playing,Imagineer,Natsume,,,,,,,1998-03-20, -/games/boxart/full_medarot-parts-collection-2_6JapanFront.jpg,Medarot: Parts Collection 2,GB,Role-Playing,Imagineer,Natsume,,,,,,,1998-05-29, -/games/boxart/default.jpg,Medarot: Perfect Edition Kabuto / Kuwagata Version,WS,Role-Playing,Imagineer,Natsume,,,,,,,1999-05-04, -/games/boxart/default.jpg,Mega Man Battle Network,WiiU,Role-Playing,Capcom,Capcom,,,,,,,2014-07-31, -/games/boxart/full_9665776AmericaFrontccc.jpg,Mega Monster Mania,XBL,Role-Playing,Microsoft,Stegersaurus Games,,,,,,,2010-03-03, -/games/boxart/full_8661275AmericaFrontccc.jpg,Megadimension Neptunia VII,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2016-07-05,2018-12-03 -/games/boxart/full_megami-tengoku-megami-paradise_0JapanFront.jpg,Megami Tengoku: Megami Paradise,PCE,Role-Playing,NEC,NEC,,,,,,,1994-09-30, -/games/boxart/full_megami-tensei-gaiden-last-bible_197JapanFront.jpg,Megami Tensei Gaiden: Last Bible,GG,Role-Playing,Sega,Access,,,,,,,1994-04-22, -/games/boxart/full_megami-tensei-gaiden-last-bible_356JapanFront.jpg,Megami Tensei Gaiden: Last Bible,GB,Role-Playing,Atlus,Access,,,,,,,1992-12-25, -/games/boxart/full_megami-tensei-gaiden-last-bible-ii_519JapanFront.jpg,Megami Tensei Gaiden: Last Bible II,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1993-11-19, -/games/boxart/full_megami-tensei-gaiden-last-bible-ii-gbc_421JapanFront.jpg,Megami Tensei Gaiden: Last Bible II (GBC),GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1999-04-16, -/games/boxart/full_megami-tensei-gaiden-last-bible-special_655JapanFront.jpg,Megami Tensei Gaiden: Last Bible Special,GG,Role-Playing,Sega,Access,,,,,,,1995-03-24, -/games/boxart/5841865ccc.jpg,MegaTraveller 2: Quest for the Ancients,PC,Role-Playing,Microprose,Paragon Software,,,,,,,1991-12-01, -/games/boxart/5175139ccc.jpg,Megatraveller: The Zhodani Conspiracy,PC,Role-Playing,Unknown,Paragon Software,,,,,,,1990-01-01, -/games/boxart/full_7298805AmericaFrontccc.jpg,Memories of a Vagabond,PC,Role-Playing,DarkElite,DarkElite,,,,,,,2014-07-07, -/games/boxart/full_men-at-work_358JapanFront.jpg,Men at Work!,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,1999-07-30, -/games/boxart/full_men-at-work-2_751JapanFront.jpg,Men at Work! 2,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2000-11-17, -/games/boxart/full_men-at-work-3_735JapanFront.jpg,Men at Work! 3,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2002-12-27, -/games/boxart/full_men-at-work-3_169JapanFront.jpg,Men at Work! 3,PS2,Role-Playing,KID,Studio e-go,,,,,,,2004-11-25, -/games/boxart/full_men-at-work-4_59JapanFront.jpg,Men at Work! 4,PC,Role-Playing,Studio e-go,Studio e-go,,,,,,,2006-09-01, -/games/boxart/full_menzoberranzan_922PALFront.jpg,Menzoberranzan,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1994-01-01, -/games/boxart/full_2767294AmericaFrontccc.jpg,Merchants of Kaidan,PC,Role-Playing,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-07-25, -/games/boxart/full_9847932JapanFrontccc.jpg,Metal Max,VC,Role-Playing,Enterbrain,Crea-Tech,,,,,,,2010-04-27, -/games/boxart/full_7411941JapanFrontccc.jpg,Metal Max,NES,Role-Playing,Data East,Crea-Tech,,,,,,,1991-05-24, -/games/boxart/full_9665350JapanFrontccc.jpg,Metal Max 2,SNES,Role-Playing,Data East,Crea-Tech,,,,,,,1993-03-05, -/games/boxart/full_metal-max-2_4JapanFront.jpg,Metal Max 2,VC,Role-Playing,Enterbrain,Crea-Tech,,,,,,,2010-07-13, -/games/boxart/full_6803872JapanFrontccc.jpg,Metal Max 2 Kai,GBA,Role-Playing,Now Production,Now Production,,,,,,,2003-06-20, -/games/boxart/full_metal-max-returns_9JapanFront.jpg,Metal Max Returns,VC,Role-Playing,Enterbrain,Crea-Tech,,,,,,,2011-11-15, -/games/boxart/full_metal-slug_276JapanFront.jpg,Metal Slug,PS2,Role-Playing,Unknown,SNK Playmore Corporation,,,,,,,, -/games/boxart/full_9240874AmericaFrontccc.jpg,Metal Walker,GB,Role-Playing,Capcom,Capcom,,,,,,,2001-02-01, -/games/boxart/full_1400392AmericaFrontccc.jpg,Metalheart: Replicants Rampage,PC,Role-Playing,DreamCatcher Interactive,Akella,,,,,,,2005-04-30, -/games/boxart/full_metamode_505JapanFront.jpg,Metamode,GB,Role-Playing,KOEI,Koei,,,,,,,2000-02-24, -/games/boxart/default.jpg,Mevius Final Fantasy,And,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-31, -/games/boxart/full_might-ampamp-magic-clash-of-heroes_1AmericaFront.jpg,Might & Magic: Clash of Heroes,XBL,Role-Playing,Ubisoft,Capybara Games,8.4,,,,,,2011-04-13, -/games/boxart/full_might-ampamp-magic-clash-of-heroes_7AmericaFront.jpg,Might & Magic: Clash of Heroes,PSN,Role-Playing,Ubisoft,Capybara Games,8.4,,,,,,2011-04-12, -/games/boxart/full_6551324AmericaFrontccc.jpg,Might & Magic: Secret of the Inner Sanctum,NES,Role-Playing,Sammy Corporation,G-Amusements,,,,,,,1992-08-01, -/games/boxart/535229ccc.jpg,Might and Magic II: Gates to Another World,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1988-06-15, -/games/boxart/5619959ccc.jpg,Might and Magic III: Isles of Terra,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1991-07-29, -/games/boxart/full_5324926JapanFrontccc.jpg,Might and Magic III: Isles of Terra,SCD,Role-Playing,CRI,CRI,,,,,,,1993-11-26, -/games/boxart/2293573ccc.jpg,Might and Magic IX,PC,Role-Playing,3DO,"New World Computing, Inc.",5.5,,,,,,2002-03-29, -/games/boxart/9711488ccc.jpg,Might and Magic VI: The Mandate of Heaven,PC,Role-Playing,3DO,New World Computing,,,,,,,1998-04-30, -/games/boxart/full_2559382AmericaFrontccc.jpg,Might and Magic VI: The Mandate of Heaven,PC,Role-Playing,3DO,New World Computing,,,,,,,1998-04-30, -/games/boxart/full_might-and-magic-vii-for-blood-and-honor_5AmericaFront.jpg,Might and Magic VII: For Blood and Honor,PC,Role-Playing,3DO,"New World Computing, Inc.",,,,,,,1999-05-31, -/games/boxart/full_might-and-magic-viii-day-of-the-destroyer_0AmericaFront.jpg,Might and Magic VIII: Day of the Destroyer,PC,Role-Playing,3DO,"New World Computing, Inc.",6.3,,,,,,2000-02-29, -/games/boxart/7250188ccc.jpg,Might and Magic: Book I,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1986-06-01, -/games/boxart/default.jpg,Might and Magic: Clash of Heroes,PSN,Role-Playing,Unknown,Ubisoft,,,,,,,, -/games/boxart/7501648ccc.jpg,Might and Magic: Clouds of Xeen,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1992-01-01, -/games/boxart/5084030ccc.jpg,Might and Magic: Darkside of Xeen,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1993-04-05, -/games/boxart/full_298975AmericaFrontccc.jpg,Might and Magic: Gates to Another World,GEN,Role-Playing,Electronic Arts,New World Computing,,,,,,,1991-01-01, -/games/boxart/9807418ccc.jpg,Might and Magic: World of Xeen,PC,Role-Playing,New World Computing,"New World Computing, Inc.",,,,,,,1994-06-30, -/games/boxart/full_mimana-iyar-chronicles_7AmericaFront.jpg,Mimana Iyar Chronicle,PSN,Role-Playing,Aksys Games,"Kogado Studio, Inc.",,,,,,,2010-04-15, -/games/boxart/1768755ccc.jpg,Miracle Warriors: Seal of the Dark Lord,MS,Role-Playing,Sega,Sega,,,,,,,1988-01-31, -/games/boxart/full_miraculum-the-last-revelation_10JapanFront.jpg,Miraculum: The Last Revelation,PCFX,Role-Playing,NEC Interchannel,Ray Force,,,,,,,1996-03-29, -/games/boxart/full_8530223JapanFrontccc.jpg,Mitsumete Knight R,PS,Role-Playing,Konami,Konami Computer Entertainment Shinjuku,,,,,,,1998-11-26, -/games/boxart/default.jpg,Mobius Final Fantasy,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2017-02-06, -/games/boxart/default.jpg,Mobius Final Fantasy,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-01-01, -/games/boxart/full_mobstar_325AmericaFront.jpg,Mobstar,PC,Role-Playing,Unknown,UnitedGames,,,,,,,2003-01-01, -/games/boxart/3188823ccc.gif,Moebius: The Orb of Celestial Harmony,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1987-01-01, -/games/boxart/full_1869615AmericaFrontccc.jpg,Molly the Were-Zompire,XBL,Role-Playing,Microsoft,RainbowDespair,,,,,,,2009-12-10, -/games/boxart/full_848526JapanFrontccc.jpg,Momotarou Densetsu 1-2,GB,Role-Playing,Hudson Soft,TamTam,,,,,,,2001-01-01, -/games/boxart/full_momotarou-densetsu-ii_10JapanFront.jpg,Momotarou Densetsu II,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-12-22, -/games/boxart/full_momotarou-densetsu-turbo_9JapanFront.jpg,Momotarou Densetsu Turbo,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1990-07-20, -/games/boxart/full_momotaru-densetsu-gaiden-1-dai-1-shuu_3JapanFront.jpg,Momotaru Densetsu Gaiden 1: Dai 1 Shuu,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1992-12-04, -/games/boxart/full_3640047AmericaFrontccc.png,Monkey King Online,PC,Role-Playing,R2Games,R2Games,,,,,,,2014-03-28, -/games/boxart/full_2965859JapanFrontccc.jpg,MonstaniA,SNES,Role-Playing,Pack-In-Video,Bits Laboratory,,,,,,,1996-09-27, -/games/boxart/full_monster-race_4JapanFront.jpg,Monster * Race,PS,Role-Playing,KOEI,Koei/Inis,,,,,,,1998-12-17, -/games/boxart/full_monster-race_609JapanFront.jpg,Monster * Race,GB,Role-Playing,KOEI,Koei,,,,,,,1998-03-06, -/games/boxart/full_monster-race-2_312JapanFront.jpg,Monster * Race 2,GB,Role-Playing,KOEI,Koei,,,,,,,1999-03-12, -/games/boxart/full_monster-race-okawari_19JapanFront.jpg,Monster * Race Okawari,GB,Role-Playing,KOEI,Koei,,,,,,,1998-10-02, -/games/boxart/default.jpg,Monster Daihyakka,PSV,Role-Playing,Unknown,Idea Factory,,,,,,,, -/games/boxart/full_6238434JapanFrontccc.jpg,Monster Gate,GBA,Role-Playing,Konami,Konami,,,,,,,2002-07-04, -/games/boxart/full_5649275JapanFrontccc.jpg,Monster Gate: Dai Inaru Dungeon,GBA,Role-Playing,Konami,Konami,,,,,,,2003-06-12, -/games/boxart/full_monster-hunter-freedom-dual-pack_769AmericaFront.jpg,Monster Hunter Freedom Dual Pack,PSP,Role-Playing,Capcom,Capcom,,,,,,,2011-09-16, -/games/boxart/full_419165AmericaFrontccc.png,Monster Hunter Freedom Unite,PSN,Role-Playing,Capcom,Capcom,7,,,,,,2009-10-01, -/games/boxart/full_4867156JapanFrontccc.jpg,Monster Hunter Frontier,PC,Role-Playing,Capcom,Capcom,,,,,,,2007-06-21, -/games/boxart/default.jpg,Monster Hunter Frontier G,WiiU,Role-Playing,Capcom,Capcom,,,,,,,2013-12-11,2018-07-23 -/games/boxart/full_monster-hunter-nikki-poka-poka-airu-mura_238JapanFront.jpg,Monster Hunter Nikki: Poka Poka Airu Mura,PSN,Role-Playing,Capcom,From Software,,,,,,,2011-04-21, -/games/boxart/full_monster-maker_108JapanFront.jpg,Monster Maker,GB,Role-Playing,Sofel,Sofel,,,,,,,1990-12-22, -/games/boxart/full_monster-maker-2-uru-no-hiten_394JapanFront.jpg,Monster Maker 2: Uru no Hiten,GB,Role-Playing,Sofel,Sofel,,,,,,,1993-03-19, -/games/boxart/default.jpg,Monster Maker 4: Flash Card / Killer Dice,GBA,Role-Playing,Success,Success,,,,,,,2002-12-13, -/games/boxart/full_monster-maker-iii-hikari-no-majutsushi_617JapanFront.jpg,Monster Maker III: Hikari no Majutsushi,SNES,Role-Playing,Sofel,Sofel,,,,,,,1993-12-24, -/games/boxart/full_monster-maker-7-tsu-no-hihou_819JapanFront.jpg,Monster Maker: 7-tsu no Hihou,NES,Role-Playing,Sofel,Sofel,,,,,,,1991-12-20, -/games/boxart/full_monster-maker-barcode-saga_529JapanFront.jpg,Monster Maker: Barcode Saga,GB,Role-Playing,Namco,Namco,,,,,,,1993-08-10, -/games/boxart/full_monster-maker-yami-no-ryuukishi_881JapanFront.jpg,Monster Maker: Yami no Ryuukishi,PCE,Role-Playing,NEC Avenue,NEC Avenue,,,,,,,1994-03-30, -/games/boxart/full_8126997JapanFrontccc.jpg,Monster Summoner,GBA,Role-Playing,Ertain,Ertain,,,,,,,2004-07-15, -/games/boxart/full_6050965AmericaFrontccc.jpg,Moons Of Madness,XOne,Role-Playing,Funcom,Rock Pocket Ltd,,,,,,,2020-03-24,2020-01-16 -/games/boxart/full_9569930AmericaFrontccc.jpg,Moons Of Madness,PC,Role-Playing,Funcom,Rock Pocket Ltd,,,,,,,2019-10-22,2020-01-16 -/games/boxart/full_6937646AmericaFrontccc.jpg,Moons Of Madness,PS4,Role-Playing,Funcom,Rock Pocket Ltd,,,,,,,2020-03-24,2020-01-16 -/games/boxart/default.jpg,Moria,PC,Role-Playing,Unknown,Robert Alan Koeneke,,,,,,,1992-08-12, -/games/boxart/full_4448635PALFrontccc.jpg,Mount & Blade: Warband,PS4,Role-Playing,Taleworlds,Taleworlds,,,,,,,2016-06-24,2018-09-21 -/games/boxart/full_4169263PALFrontccc.jpg,Mount & Blade: Warband,XOne,Role-Playing,Koch Media,Taleworlds,,,,,,,2016-09-16,2018-09-15 -/games/boxart/full_mouryou-senki-madara_687JapanFront.jpg,Mouryou Senki Madara,NES,Role-Playing,Konami,Konami,,,,,,,1990-03-30, -/games/boxart/full_mouryou-senki-madara-2_709JapanFront.jpg,Mouryou Senki Madara 2,SNES,Role-Playing,Konami,Muse Soft,,,,,,,1993-07-16, -/games/boxart/full_4984146AmericaFrontccc.jpg,MU Online,PC,Role-Playing,Webzen,Webzen,,,,,,,2003-10-06, -/games/boxart/full_136580AmericaFrontccc.jpg,MU Online: Cry Wolf,PC,Role-Playing,K2 Network,Webzen,,,,,,,2007-03-01, -/games/boxart/full_9370203AmericaFrontccc.jpg,MU Online: Season 2,PC,Role-Playing,K2 Network,Webzen,,,,,,,2007-08-01, -/games/boxart/default.jpg,Mugen Souls,PC,Role-Playing,Ghostlight,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Mugen Souls Z,PC,Role-Playing,Ghostlight,Compile Heart,,,,,,,2016-08-25, -/games/boxart/full_3842815AmericaFrontccc.jpg,Murder On Snake Road,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2010-01-05,2020-03-03 -/games/boxart/6726587ccc.jpg,Mysterium,GB,Role-Playing,Asmik Corp,Maxis,,,,,,,1993-01-02, -/games/boxart/default.jpg,Mystery Room,DS,Role-Playing,Unknown,Level 5,,,,,,,, -/games/boxart/2117422ccc.jpg,Mystical Ninja starring Goemon,GB,Role-Playing,Konami,Konami Computer Entertainment Nagoya,,,,,,,1998-04-01, -/games/boxart/full_myth-war_762AmericaFront.png,Myth War,PC,Role-Playing,IGG,Unigium,,,,,,,2006-01-01, -/games/boxart/default.jpg,Myth War II,PC,Role-Playing,Unknown,Unigium,,,,,,,, -/games/boxart/default.jpg,Mythos,PC,Role-Playing,Unknown,Flagship Studios,,,,,,,, -/games/boxart/full_1196128JapanFrontccc.jpg,Nanatsu Kaze no Shima Monogatari,SAT,Role-Playing,Enix,Enix Corporation,,,,,,,1997-11-27, -/games/boxart/full_6875923JapanFrontccc.jpg,Napple Tale: Arsia in Daydream,DC,Role-Playing,Sega,Sega,,,,,,,2000-10-19, -/games/boxart/full_narisokonai-eiyuutan-taiyou-to-tsuki-no-monogatari_948JapanFront.jpg,Narisokonai Eiyuutan: Taiyou to Tsuki no Monogatari,PSN,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-12-09, -/games/boxart/full_5189227JapanFrontccc.jpg,Naruto RPG: Uketsugareshi Hi no Ishi,GBA,Role-Playing,Tomy Corporation,TOSE,,,,,,,2004-07-22, -/games/boxart/full_4588191JapanFrontccc.jpg,Naruto: Konoha Ninpouchou,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-03-27, -/games/boxart/full_necros-no-yousai_2JapanFront.jpg,Necros no Yousai,PCE,Role-Playing,ASK,ASK,,,,,,,1990-04-20, -/games/boxart/full_nekketsu-tairiku-burning-heroes_560JapanFront.jpg,Nekketsu Tairiku: Burning Heroes,SNES,Role-Playing,Enix,J-Force,,,,,,,1995-03-17, -/games/boxart/6744224ccc.jpg,Nemesis: The Wizardry Adventure,PC,Role-Playing,Virgin Interactive,"Sirtech Software, Inc.",7.4,,,,,,1996-09-30, -/games/boxart/full_7841781AmericaFrontccc.jpg,Neo Steam: The Shattered Continent,PC,Role-Playing,Atlus Online,JoyImpact,,,,,,,2009-06-11, -/games/boxart/full_8894461JapanFrontccc.jpg,Neon Genesis Evangelion: Shito Ikusei,WS,Role-Playing,Bandai,Bandai,,,,,,,1999-07-22, -/games/boxart/full_5355672JapanFrontccc.jpg,Neorude,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-05-09, -/games/boxart/full_neorude_389JapanFront.jpg,Neorude,PSN,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-03-10, -/games/boxart/full_neorude-2_5JapanFront.jpg,Neorude 2,PSN,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-04-28, -/games/boxart/full_4541932JapanFrontccc.jpg,Neorude 2,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-11-20, -/games/boxart/full_neorude-kizamareta-monshou_17JapanFront.jpg,Neorude: Kizamareta Monshou,PSN,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,2010-06-09, -/games/boxart/full_3927391JapanFrontccc.jpg,Neorude: Kizamareta Monshou,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1999-12-16, -/games/boxart/470703ccc.png,Nethack,PC,Role-Playing,Unknown,The NetHack DevTeam,,,,,,,1987-01-01, -/games/boxart/default.jpg,Nethergate,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,1999-01-01, -/games/boxart/default.jpg,Nethergate: Resurrection,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2007-08-09, -/games/boxart/full_5945712AmericaFrontccc.jpg,Neutopia,VC,Role-Playing,Hudson Soft,Hudson Soft,7.3,,,,,,2007-08-20, -/games/boxart/full_neutopia_389JapanFront.jpg,Neutopia,PSN,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2011-04-19, -/games/boxart/full_8326853AmericaFrontccc.jpg,Neutopia,PCE,Role-Playing,NEC,Hudson Soft,,,,,,,1989-01-01, -/games/boxart/full_9542725AmericaFrontccc.jpg,Neutopia II,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2007-09-10, -/games/boxart/full_8639685AmericaFrontccc.jpg,Neutopia II,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1991-01-01, -/games/boxart/full_neutopia-ii_5JapanFront.jpg,Neutopia II,PSN,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2010-07-21, -/games/boxart/full_2840816PALFrontccc.jpg,Neverwinter,PC,Role-Playing,Perfect World Entertainment,Cryptic Studios,,,,,,,2013-06-20,2018-09-14 -/games/boxart/full_8025555AmericaFrontccc.jpeg,Neverwinter,XOne,Role-Playing,Perfect World Entertainment,Cryptic Studios,,,,,,,2015-03-31, -/games/boxart/full_neverwinter-nights-1991_376AmericaFront.jpg,Neverwinter Nights (1991),PC,Role-Playing,SSI,Beyond Software,,,,,,,1991-01-01, -/games/boxart/full_neverwinter-nights-2-gold_132AmericaFront.jpg,Neverwinter Nights 2 Gold,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2008-05-06, -/games/boxart/full_neverwinter-nights-2-legends_310PALFront.jpg,Neverwinter Nights 2 Legends,PC,Role-Playing,Atari,Various,,,,,,,2008-10-02, -/games/boxart/full_neverwinter-nights-2-platinum_414AmericaFront.jpg,Neverwinter Nights 2 Platinum,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2010-12-14, -/games/boxart/full_neverwinter-nights-2-deluxe-edition_904PALFront.jpg,Neverwinter Nights 2: Deluxe Edition,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2008-11-27, -/games/boxart/full_neverwinter-nights-2-mysteries-of-westgate_198AmericaFront.jpg,Neverwinter Nights 2: Mysteries of Westgate,PC,Role-Playing,Atari,Ossian Studios,,,,,,,2009-04-29, -/games/boxart/full_neverwinter-nights-gold_667AmericaFront.jpg,Neverwinter Nights Gold,PC,Role-Playing,Atari,Obsidian Entertainment,,,,,,,2003-11-06, -/games/boxart/full_neverwinter-nights-platinum_783AmericaFront.jpg,Neverwinter Nights Platinum,PC,Role-Playing,Atari,BioWare Corp.,,,,,,,2004-09-15, -/games/boxart/full_3006098AmericaFrontccc.jpg,Neverwinter Nights: Hordes of the Underdark,PC,Role-Playing,Atari,BioWare Corp.,8.4,,,,,,2003-12-02, -/games/boxart/full_neverwinter-nights-kingmaker_598AmericaFront.jpg,Neverwinter Nights: Kingmaker,PC,Role-Playing,Atari,BioWare Corp.,7,,,,,,2005-10-02, -/games/boxart/full_neverwinter-nights-pirates-of-the-sword-coast_238AmericaFront.png,Neverwinter Nights: Pirates of the Sword Coast,PC,Role-Playing,Unknown,BioWare Corporation,,,,,,,2005-06-22, -/games/boxart/full_neverwinter-nights-shadows-of-undrentide_545AmericaFront.jpg,Neverwinter Nights: Shadows of Undrentide,PC,Role-Playing,Atari,BioWare Corp.,7.9,,,,,,2003-06-17, -/games/boxart/default.jpg,Ni-Oh,PS3,Role-Playing,Unknown,Team Ninja,,,,,,,, -/games/boxart/full_9492900AmericaFrontccc.jpg,NieR: The World of Recycled Vessel,XBL,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2010-05-12, -/games/boxart/full_2590151AmericaFrontccc.jpg,NieR: The World of Recycled Vessel,PSN,Role-Playing,Square Enix,Cavia Inc.,,,,,,,2010-05-12, -/games/boxart/full_7001347AmericaFrontccc.jpg,Ninja Taro,GB,Role-Playing,Sammy Corporation,NMK,,,,,,,1992-09-01, -/games/boxart/full_6088912JapanFrontccc.jpg,Ninku,GG,Role-Playing,Sega,Sega,,,,,,,1995-07-21, -/games/boxart/full_nintama-rantarou-gb_30JapanFront.jpg,Nintama Rantarou GB,GB,Role-Playing,Culture Brain,Culture Brain,,,,,,,1995-12-27, -/games/boxart/default.jpg,Nintendo DSi Jagged Alliance,DSiW,Role-Playing,Unknown,Cypronia,,,,,,,, -/games/boxart/full_624177JapanFrontccc.jpg,Nishikaze no Kyoushikyouku,DC,Role-Playing,SoftMax,SoftMax,,,,,,,2001-02-22, -/games/boxart/full_1136636AmericaFrontccc.jpg,Northmark: Hour of the Wolf,PC,Role-Playing,Rake in Grass,Rake in Grass,,,,,,,2014-08-02, -/games/boxart/full_4547359AmericaFrontccc.jpg,Northmark: Hour of the Wolf,OSX,Role-Playing,Rake in Grass,Rake in Grass,,,,,,,2014-08-02, -/games/boxart/full_numen-contest-of-heroes_6AmericaFront.jpg,Numen: Contest of Heroes,PC,Role-Playing,Cinemax,Cinemax,,,,,,,2010-06-03, -/games/boxart/9376554ccc.jpg,Obitus,SNES,Role-Playing,Bullet Proof Software,Psygnosis,,,,,,,1994-09-01, -/games/boxart/full_4720102AmericaFrontccc.jpeg,Odin Sphere,PSN,Role-Playing,Atlus,Vanillaware,,,,,,,2011-10-04,2019-01-10 -/games/boxart/default.jpg,Odyssey - The Legend of Nemesis,PC,Role-Playing,Unknown,Paranoid Productions,,,,,,,, -/games/boxart/full_of-steel-and-sorcery_380AmericaFront.jpg,Of Steel and Sorcery,XBL,Role-Playing,Microsoft,ragnarrok,,,,,,,2010-10-24, -/games/boxart/full_3580335AmericaFrontccc.jpg,Ogre Battle 64: Person of Lordly Caliber,VC,Role-Playing,Square Enix,Quest Corporation,9,,,,,,2010-03-29, -/games/boxart/full_7207646JapanFrontccc.jpg,Ogre Battle Saga Episode Five: The March of the Black Queen,SAT,Role-Playing,Riverhillsoft,Quest Corporation,,,,,,,1996-11-01, -/games/boxart/full_4499117AmericaFrontccc.jpg,Ogre Battle: The March of the Black Queen,SNES,Role-Playing,Enix,Quest Corporation,9,,,,,,1993-01-01, -/games/boxart/full_2974111AmericaFrontccc.jpg,Ogre Battle: The March of the Black Queen,VC,Role-Playing,Square Enix,Quest Corporation,9,,,,,,2009-03-02, -/games/boxart/full_omise-de-tensyu_58JapanFront.jpg,Omise de Tensyu,PS,Role-Playing,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1999-04-08, -/games/boxart/full_442358JapanFrontccc.jpg,One Piece: Dragon Dream!,GBA,Role-Playing,Bandai,Bandai,,,,,,,2005-04-28, -/games/boxart/full_9264486JapanFrontccc.jpg,One Piece: Nanatsu Shima no Daihihou,GBA,Role-Playing,Banpresto,Banpresto,,,,,,,2002-11-15, -/games/boxart/full_4698722JapanFrontccc.jpg,One Piece: Ocean's Dream,PS,Role-Playing,Bandai,Bandai,,,,,,,2003-05-01, -/games/boxart/full_2878042AmericaFrontccc.png,One Piece: Thousand Storm,And,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2017-01-24, -/games/boxart/full_oni-ii-innin-densetsu_881JapanFront.jpg,Oni II: Innin Densetsu,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1992-02-28, -/games/boxart/full_oni-iii-kuro-no-hakaigami_119JapanFront.jpg,Oni III: Kuro no Hakaigami,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1993-02-26, -/games/boxart/full_oni-iv-kishin-no-ketsuzoku_709JapanFront.jpg,Oni IV: Kishin no Ketsuzoku,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1994-03-11, -/games/boxart/full_oni-v-innin-no-tsugumono_786JapanFront.jpg,Oni V: Innin no Tsugumono,GB,Role-Playing,Banpresto,Pandora Box,,,,,,,1995-03-24, -/games/boxart/full_8802403JapanFrontccc.jpg,ONI Zero: Sengoku Ransei Hyakkaryouran,DS,Role-Playing,Compile Heart,Compile Heart,,,,,,,2007-08-30, -/games/boxart/full_4741283AmericaFrontccc.jpg,Onigiri,PS4,Role-Playing,"CyberStep Communications, Inc.","CyberStep, Inc.",,,,,,,2015-10-06,2018-09-21 -/games/boxart/full_3726191AmericaFrontccc.jpg,Onimusha Soul,PC,Role-Playing,Capcom,Capcom,,,,,,,2012-06-28, -/games/boxart/full_5964975JapanFrontccc.jpg,Onmyou Taisenki: Zeroshiki,GBA,Role-Playing,Bandai,Bandai,,,,,,,2004-12-09, -/games/boxart/full_4801684AmericaFrontccc.jpg,Operation Darkness,XBL,Role-Playing,Success,Success,,,,,,,2010-03-23, -/games/boxart/full_9412196JapanFrontccc.jpg,Ore no Dungeon,PSP,Role-Playing,Sega,Climax Entertainment,,,,,,,2006-11-30, -/games/boxart/full_ore-no-shikabane-o-koete-yuke_190JapanFront.jpg,Ore no Shikabane o Koete Yuke,PS,Role-Playing,Sony Computer Entertainment,Alfa System,,,,,,,1999-06-17, -/games/boxart/full_78119JapanFrontccc.jpg,Oriental Blue: Ao no Tengai,GBA,Role-Playing,Bandai,Hudson Soft,,,,,,,2003-10-24, -/games/boxart/full_7539423JapanFrontccc.jpg,Otogi Banashi Taisen,GB,Role-Playing,Yojigen,Yojigen,,,,,,,1995-08-04, -/games/boxart/default.jpg,Ou Dorobou Jing: Angel / Devil Version,GB,Role-Playing,NCS,NCS,,,,,,,1999-03-12, -/games/boxart/full_oukoku-no-gran-chef_1JapanFront.jpg,Oukoku no Gran Chef,3DO,Role-Playing,Sara International,Sara International,,,,,,,1996-03-01, -/games/boxart/full_out-live_5JapanFront.jpg,Out Live,VC,Role-Playing,Sunsoft,SunSoft,,,,,,,2007-05-15, -/games/boxart/full_out-live_0JapanFront.jpg,Out Live,PCE,Role-Playing,Sunsoft,SunSoft,,,,,,,1989-03-17, -/games/boxart/full_out-live-be-eliminate-yesterday_0JapanFront.jpg,Out Live: Be Eliminate Yesterday,PS,Role-Playing,Sunsoft,SunSoft,,,,,,,1997-07-24, -/games/boxart/full_1321935AmericaFrontccc.jpg,Paladin's Quest,SNES,Role-Playing,Enix,Copya Systems,,,,,,,1993-10-01, -/games/boxart/full_6304433JapanFrontccc.jpg,Pandora Max Series Vol. 6: Oni Zero ~Fukkatsu~,PSN,Role-Playing,Sony Computer Entertainment,Pandora Box,,,,,,,2009-11-11, -/games/boxart/full_2291215JapanFrontccc.jpg,Pandora Max Series Vol. 6: Oni Zero ~Fukkatsu~,PS,Role-Playing,Pandora Box,Pandora Box,,,,,,,2001-03-22, -/games/boxart/default.jpg,Pandors's Tower: Until I Return to Your Side,Wii,Role-Playing,Unknown,Ganbarion,,,,,,,, -/games/boxart/3197224ccc.jpg,Panzer Dragoon Saga,SAT,Role-Playing,Sega,Team Andromeda,,,,,,,1998-04-30, -/games/boxart/default.jpg,Paper Mario,iQue,Role-Playing,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/full_parasite-eve_96AmericaFront.jpg,Parasite Eve,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,7.9,,,,,,2011-03-15, -/games/boxart/full_parasite-eve-ii_555AmericaFront.jpg,Parasite Eve II,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-08-23, -/games/boxart/full_passage_146AmericaFront.jpg,Passage,PC,Role-Playing,Jason Rohrer,Jason Rohrer,,,,,,,2007-11-01, -/games/boxart/default.jpg,Perfect World,PC,Role-Playing,Unknown,Beijing Perfect World,,,,,,,, -/games/boxart/full_4858279JapanFrontccc.jpg,Persona 2: Innocent Sin,PS,Role-Playing,Atlus,Atlus Co.,9.2,,,,,,1999-06-24, -/games/boxart/full_1766654AmericaFrontccc.jpg,Phantasy Star,MS,Role-Playing,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_3588949AmericaFrontccc.jpg,Phantasy Star,VC,Role-Playing,Sega,Sega,,,,,,,2009-08-31, -/games/boxart/full_phantasy-star-defenders-pack_135AmericaFront.jpg,Phantasy Star Defender's Pack!,PSP,Role-Playing,Sega,Alfa System,,,,,,,2011-09-27, -/games/boxart/full_5698785JapanFrontccc.jpg,Phantasy Star Gaiden,GG,Role-Playing,Sega,Sega,,,,,,,1992-10-16, -/games/boxart/full_8996306AmericaFrontccc.jpg,Phantasy Star II,VC,Role-Playing,Sega,Sega,,,,,,,2008-02-18, -/games/boxart/8133778ccc.jpg,Phantasy Star II,GEN,Role-Playing,Sega,Sega,8,,,,,,1988-12-31, -/games/boxart/full_6474585AmericaFrontccc.jpg,Phantasy Star II,XBL,Role-Playing,Sega,Sega / Backbone Entertainment,7,,,,,,2009-06-10, -/games/boxart/3531297ccc.jpg,Phantasy Star III: Generations of Doom,GEN,Role-Playing,Sega,Sega,,,,,,,1990-04-20, -/games/boxart/2129018ccc.jpg,Phantasy Star III: Generations of Doom,VC,Role-Playing,Sega,Sega,,,,,,,2008-04-21, -/games/boxart/full_5474821AmericaFrontccc.jpg,Phantasy Star IV,VC,Role-Playing,Sega,Sega,,,,,,,2008-12-22, -/games/boxart/8825568ccc.jpg,Phantasy Star IV,GEN,Role-Playing,Sega,Sega,9,,,,,,1994-01-01, -/games/boxart/full_9593410AmericaFrontccc.jpg,Phantasy Star Online,PC,Role-Playing,Sega,Sonic Team,,,,,,,2001-12-20, -/games/boxart/full_5300857AmericaFrontccc.jpg,Phantasy Star Online 2,PC,Role-Playing,Sega,Sonic Team,,,,,,,2020-05-27, -/games/boxart/full_7677843JapanFrontccc.jpg,Phantasy Star Online: Blue Burst,PC,Role-Playing,Sega,Sonic Team,,,,,,,2005-06-23, -/games/boxart/full_phantasy-star-portable-2_10AmericaFront.jpg,Phantasy Star Portable 2,PSN,Role-Playing,Sega,Alfa System,7.4,,,,,,2010-09-14, -/games/boxart/full_phantasy-star-portable-2-infinity_655JapanFront.jpg,Phantasy Star Portable 2: Infinity,PSN,Role-Playing,Sega,Alfa System,,,,,,,2011-02-24, -/games/boxart/full_phantasy-star-universe_2AmericaFront.jpg,Phantasy Star Universe,XBL,Role-Playing,Sega,Sonic Team,,,,,,,2010-08-03, -/games/boxart/full_5124713AmericaFrontccc.jpg,Phantasy Star Universe: Ambition of the Illuminus,PC,Role-Playing,Sega,Sonic Team,,,,,,,2007-07-21, -/games/boxart/full_2052412AmericaFrontccc.gif,Phantasy Star Universe: Ambition of the Illuminus,XBL,Role-Playing,Sega,Sonic Team,,,,,,,2007-11-20, -/games/boxart/default.jpg,Phantasy Star Zero Mini,DSiW,Role-Playing,Sega,Sega,,,,,,,2009-03-25, -/games/boxart/full_4000875JapanFrontccc.jpg,Phantasy Star: Sennenki no Owari ni,PC,Role-Playing,Media Kite,Sega,,,,,,,2004-12-17, -/games/boxart/full_phantom-brave-the-hermuda-triangle_666AmericaFront.jpg,Phantom Brave: The Hermuda Triangle,PSN,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2011-03-08, -/games/boxart/full_5743721AmericaFrontccc.png,Pier Solar and the Great Architects,PS4,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, -/games/boxart/full_9453782AmericaFrontccc.png,Pier Solar and the Great Architects,Linux,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, -/games/boxart/full_9300117AmericaFrontccc.png,Pier Solar and the Great Architects,XOne,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-11-21, -/games/boxart/full_6589638AmericaFrontccc.png,Pier Solar and the Great Architects,OSX,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, -/games/boxart/default.jpg,Pier Solar and the Great Architects,X360,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2020-12-31, -/games/boxart/full_9696480AmericaFrontccc.png,Pier Solar and the Great Architects,PC,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, -/games/boxart/full_8631123AmericaFrontccc.png,Pier Solar and the Great Architects,WiiU,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-11-06,2018-04-10 -/games/boxart/full_6429966AmericaFrontccc.jpg,Pier Solar and the Great Architects,Ouya,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2020-12-31, -/games/boxart/full_3108763AmericaFrontccc.png,Pier Solar and the Great Architects,And,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2020-12-31, -/games/boxart/full_2427316AmericaFrontccc.png,Pier Solar and the Great Architects,PS3,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2014-09-30, -/games/boxart/full_8511792AmericaFrontccc.jpg,Pier Solar and the Great Architects,DC,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2015-10-25, -/games/boxart/full_1745729AmericaFrontccc.png,Pier Solar and the Great Architects,GEN,Role-Playing,WaterMelon,WaterMelon Development,,,,,,,2010-12-14, -/games/boxart/full_5535310AmericaFrontccc.jpg,Pillars of Eternity,Linux,Role-Playing,Paradox Interactive,Obsidian Entertainment,,,,,,,2015-03-26,2018-06-27 -/games/boxart/full_7750013AmericaFrontccc.jpg,Pillars of Eternity,OSX,Role-Playing,Obsidian Entertainment,Obsidian Entertainment,,,,,,,2014-07-01,2018-06-27 -/games/boxart/full_2466673AmericaFrontccc.jpg,Pioneer,XBL,Role-Playing,Microsoft,laurent goethals,,,,,,,2009-12-24, -/games/boxart/full_6905155AmericaFrontccc.jpg,Pirates of the Caribbean,PC,Role-Playing,Bethesda Softworks,Akella,,,,,,,2003-06-30, -/games/boxart/full_7554362AmericaFrontccc.jpg,Pirates of the Caribbean Online,PC,Role-Playing,Disney Online,Disney Online,,,,,,,2007-10-31, -/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,Wii,Role-Playing,Unknown,Propaganda Games,,,,,,,, -/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,X360,Role-Playing,Unknown,Propaganda Games,,,,,,,, -/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,PS3,Role-Playing,Unknown,Propaganda Games,,,,,,,, -/games/boxart/default.jpg,Pirates of the Caribbean: Armada of the Damned,PC,Role-Playing,Unknown,Propaganda Games,,,,,,,, -/games/boxart/full_543273AmericaFrontccc.jpg,Pixel Piracy,OSX,Role-Playing,Re-Logic,Quadro Delta,,,,,,,2015-04-23,2018-08-09 -/games/boxart/full_4344736AmericaFrontccc.jpg,Pixel Piracy,Linux,Role-Playing,Re-Logic,Quadro Delta,,,,,,,2015-04-23,2018-08-09 -/games/boxart/full_1715968JapanFrontccc.jpg,Pocket Digimon World,PS,Role-Playing,Bandai,Bandai,,,,,,,2000-06-29, -/games/boxart/full_7693323JapanFrontccc.jpg,Pocket Digimon World: Cool & Nature Battle Disc,PS,Role-Playing,Bandai,Bandai,,,,,,,2001-02-22, -/games/boxart/full_639898JapanFrontccc.jpg,Pocket Digimon World: Wind Battle Disc,PS,Role-Playing,Bandai,Bandai,,,,,,,2000-10-26, -/games/boxart/full_pocket-kingdom-own-the-world_867AmericaFront.jpg,Pocket Kingdom: Own the World,NGage,Role-Playing,Nokia,Sega,7.7,,,,,,2004-11-24, -/games/boxart/full_4675598JapanFrontccc.png,Pokémon Mystery Dungeon: Go For It! Light Adventure Squad,WW,Role-Playing,Nintendo,ChunSoft,,,,,,,2009-08-04, -/games/boxart/full_4201204JapanFrontccc.png,Pokémon Mystery Dungeon: Keep Going! Blazing Adventure Squad,WW,Role-Playing,Nintendo,ChunSoft,,,,,,,2009-08-04, -/games/boxart/full_692656JapanFrontccc.png,Pokémon Mystery Dungeon: Let's Go! Stormy Adventure Squad,WW,Role-Playing,Nintendo,ChunSoft,,,,,,,2009-08-04, -/games/boxart/default.jpg,Poncotsu Roman Daikatsugeki Bumpy Trot 2,PS3,Role-Playing,Unknown,Irem Software Engineering,,,,,,,, -/games/boxart/full_3016756JapanFrontccc.jpg,Popful Mail,PCE,Role-Playing,NEC,HuneX,,,,,,,1994-08-12, -/games/boxart/full_8651660JapanFrontccc.jpg,Popful Mail,SNES,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1994-06-10, -/games/boxart/9303379ccc.jpg,Popful Mail,SCD,Role-Playing,Working Designs,SIMS,,,,,,,1995-02-23, -/games/boxart/full_748877JapanFrontccc.jpg,PoPoLoCrois Tsuki no Okite no Bouken,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2004-03-18, -/games/boxart/full_7381798JapanFrontccc.jpg,PoPoRoGue,PS,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,1998-11-26, -/games/boxart/full_8484960JapanFrontccc.jpg,Power Dolls 2,PS,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1997-11-20, -/games/boxart/full_3461563AmericaFrontccc.jpg,Prince of Qin,PC,Role-Playing,Strategy First,Object Software Limited,,,,,,,2002-08-19, -/games/boxart/full_7005592AmericaFrontccc.jpg,Prince of Qin Online,PC,Role-Playing,Khabal Gaming,Object Software Limited,,,,,,,2003-06-16, -/games/boxart/full_7436214JapanFrontccc.jpg,Princess Crown,PSP,Role-Playing,Atlus,Vanillaware,,,,,,,2005-09-22,2019-01-10 -/games/boxart/full_8594320JapanFrontccc.jpg,Princess Crown,SAT,Role-Playing,Atlus,Vanillaware,,,,,,,1997-12-11,2019-01-10 -/games/boxart/default.jpg,Prodigy,PC,Role-Playing,Hanakai Studio,Hanakai Studio,,,,,,,2016-01-01, -/games/boxart/default.jpg,Project Mercury,PS3,Role-Playing,Unknown,Big Huge Games,,,,,,,, -/games/boxart/default.jpg,Project Mercury,X360,Role-Playing,Unknown,Big Huge Games,,,,,,,, -/games/boxart/default.jpg,Project Monarch,PC,Role-Playing,Unknown,Maius Games,,,,,,,, -/games/boxart/default.jpg,Project T,PC,Role-Playing,Unknown,BLUESIDE,,,,,,,, -/games/boxart/full_prophecy-of-the-shadow_465AmericaFront.jpg,Prophecy of the Shadow,PC,Role-Playing,SSI,SSI,,,,,,,1992-01-01, -/games/boxart/full_2357918JapanFrontccc.jpeg,Protect Me Knight 2,3DS,Role-Playing,Ancient,Ancient,,,,,,,2014-09-11, -/games/boxart/full_quest-for-glory-v-dragon-fire_858AmericaFront.gif,Quest for Glory V: Dragon Fire,PC,Role-Playing,Sierra Entertainment,Yosemite Entertainment,,,,,,,1998-11-30, -/games/boxart/full_2498076AmericaFrontccc.jpg,QuestRun,OSX,Role-Playing,Digerati Distribution,Cuve Games,,,,,,,2014-04-18,2019-04-21 -/games/boxart/full_3443422JapanFrontccc.jpg,Radia Senki: Reimeihen,NES,Role-Playing,Tecmo,Tecmo,,,,,,,1991-11-15, -/games/boxart/full_rage-of-mages_906AmericaFront.jpg,Rage of Mages,PC,Role-Playing,Monolith Productions,Nival Interactive,,,,,,,1998-09-30, -/games/boxart/full_2327554AmericaFrontccc.jpg,Rage of Mages II: Necromancer,PC,Role-Playing,Monolith Productions,Nival Interactive,,,,,,,1999-07-31, -/games/boxart/default.jpg,Ragnarok Online,PC,Role-Playing,Gravity Corporation,Gravity Corporation,,,,,,,2002-09-01, -/games/boxart/default.jpg,Ragnarok Online 2,PC,Role-Playing,Unknown,Gravity Corporation,,,,,,,, -/games/boxart/full_ragnarok-hikari-to-yami-no-koujo_128JapanFront.jpg,Ragnarok: Hikari to Yami no Koujo,PSN,Role-Playing,GungHo,GungHo,,,,,,,2011-10-27, -/games/boxart/full_3254972AmericaFrontccc.jpg,Rainbow Moon,PS4,Role-Playing,EastAsiaSoft,SideQuest Studios,,,,,,,2016-02-16, -/games/boxart/full_5986073AmericaFrontccc.jpg,Rainbow Moon,PSN,Role-Playing,EastAsiaSoft,SideQuest Studios,,,,,,,2012-07-10, -/games/boxart/default.jpg,Rance: Hikari o Motomete,PC,Role-Playing,Alice Soft,Alice Soft,,,,,,,1990-01-01, -/games/boxart/full_8005799JapanFrontccc.jpg,Ranma 1/2: Kagugeki Mondou!!,GB,Role-Playing,Banpresto,Banpresto,,,,,,,1993-08-06, -/games/boxart/full_870762AmericaFrontccc.jpg,Rappelz,PC,Role-Playing,"Gala-Net, Inc.",nFlavor,,,,,,,2006-11-02, -/games/boxart/default.jpg,Rappelz Epic VI: Solus Aurum,PC,Role-Playing,"Gala-Net, Inc.",gPotato,,,,,,,2009-10-14, -/games/boxart/default.jpg,Rappelz Epic VII Part 3: The Trial,PC,Role-Playing,Unknown,Gala Networks,,,,,,,, -/games/boxart/default.jpg,Rappelz Epic VII: Breath of Darkness,PC,Role-Playing,"Gala-Net, Inc.",gPotato EU,,,,,,,2010-09-28, -/games/boxart/full_4080308AmericaFrontccc.jpg,Raven's Cry,XOne,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-27,2018-07-30 -/games/boxart/full_8525038AmericaFrontccc.jpg,Raven's Cry,Linux,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-27,2018-07-30 -/games/boxart/full_7133462PALFrontccc.jpg,Raven's Cry,X360,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-14,2018-07-30 -/games/boxart/full_8197525AmericaFrontccc.jpg,Raven's Cry,OSX,Role-Playing,TopWare Interactive,Reality Pump Studios,,,,,,,2014-11-27,2018-07-30 -/games/boxart/full_ravenloft-stone-prophet_921AmericaFront.jpg,Ravenloft: Stone Prophet,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1995-01-01, -/games/boxart/full_ravenloft-strahds-possession_877AmericaFront.jpg,Ravenloft: Strahd's Possession,PC,Role-Playing,SSI,DreamForge Intertainment,,,,,,,1994-01-01, -/games/boxart/default.jpg,Ray Gigant,PC,Role-Playing,Acttil,Experience Inc.,,,,,,,2016-08-10, -/games/boxart/2619757ccc.jpg,Realms of Arkania Vol. 2: Star Trail,PC,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1994-10-01, -/games/boxart/3698912ccc.jpg,Realms of Arkania: Blade of Destiny,PC,Role-Playing,Sirtech,Attic Entertainment Software GmbH,,,,,,,1993-06-01, -/games/boxart/default.jpg,Rebel Galaxy,PS4,Role-Playing,Double Damage Games,Double Damage Games,,,,,,,2016-01-01, -/games/boxart/full_4810073JapanFrontccc.jpg,Rebirth Moon,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2005-11-24, -/games/boxart/full_recettear-an-item-shops-tale_2AmericaFront.jpg,Recettear: An Item Shop's Tale,PC,Role-Playing,Carpe Fulgur,EasyGameStation,8.3,,,,,,2010-09-10, -/games/boxart/full_record-of-agarest-war_356AmericaFront.jpg,Record of Agarest War,XBL,Role-Playing,Aksys Games,Compile Heart,7,,,,,,2011-08-09, -/games/boxart/full_record-of-agarest-war_2AmericaFront.jpg,Record of Agarest War,PSN,Role-Playing,Aksys Games,Compile Heart,7,,,,,,2010-04-29, -/games/boxart/full_lodoss-jima-senki_246JapanFront.jpg,Record of Lodoss War,SNES,Role-Playing,Kadokawa Shoten,Kadokawa Shoten,,,,,,,1995-12-22, -/games/boxart/3489996ccc.jpg,Record of Lodoss War,DC,Role-Playing,Conspiracy Entertainment,Neverland Company,7.8,,,,,,2001-02-26, -/games/boxart/full_record-of-lodoss-war_669JapanFront.jpg,Record of Lodoss War,PCE,Role-Playing,Hudson Soft,Multimedia Intelligence Transfer,,,,,,,1992-07-17, -/games/boxart/full_record-of-lodoss-war-ii_120JapanFront.jpg,Record of Lodoss War II,PCE,Role-Playing,Hudson Soft,Multimedia Intelligence Transfer,,,,,,,1994-12-16, -/games/boxart/full_rejoice-aretha-oukoku-no-kanata_7JapanFront.jpg,Rejoice: Aretha Oukoku no Kanata,SNES,Role-Playing,Yanoman,Japan Art Media (JAM),,,,,,,1995-04-21, -/games/boxart/full_6664220JapanFrontccc.jpg,Remindelight,DS,Role-Playing,Taito,Japan Art Media,,,,,,,2006-09-28, -/games/boxart/full_3789434JapanFrontccc.jpg,Rent A Hero,VC,Role-Playing,Sega,Sega,,,,,,,2007-04-17, -/games/boxart/full_6946266JapanFrontccc.jpg,Rent A Hero,GEN,Role-Playing,Sega,Sega,,,,,,,1991-09-20, -/games/boxart/full_requiem-of-hell_819AmericaFront.jpg,Requiem of Hell,NGage,Role-Playing,Nokia,Digital-Red,5.8,,,,,,2004-11-22, -/games/boxart/5539041ccc.jpg,Restricted Area,PC,Role-Playing,Whiptail Interactive,Master Creating,,,,,,,2005-05-31, -/games/boxart/full_revelations-the-demon-slayer_754AmericaFront.jpg,Revelations: The Demon Slayer,GB,Role-Playing,Atlus,Access/Multimedia Intelligence Transfer,,,,,,,1999-08-27, -/games/boxart/full_1052648AmericaFrontccc.jpg,Revenant,PC,Role-Playing,Eidos Interactive,Cinematix Studios,,,,,,,1999-09-30, -/games/boxart/full_rezel-cross_6JapanFront.jpg,Rezel Cross,PSN,Role-Playing,Sony Computer Entertainment,SIMS,,,,,,,2009-07-15, -/games/boxart/full_5429050AmericaFrontccc.jpg,RF Online,PC,Role-Playing,Codemasters,CCR Inc,,,,,,,2006-02-21, -/games/boxart/full_rifts-promise-of-power_524AmericaFront.jpg,Rifts: Promise of Power,NGage,Role-Playing,Nokia,Backbone Entertainment,8,,,,,,2005-09-19, -/games/boxart/full_riglordsaga-2_515JapanFront.jpg,RiglordSaga 2,SAT,Role-Playing,Sega,Micro Cabin,,,,,,,1996-11-08, -/games/boxart/full_617012AmericaFrontccc.jpg,Rings of Power,PC,Role-Playing,Electronic Arts,Naughty Dog,,,,,,,1991-01-01, -/games/boxart/full_9808065AmericaFrontccc.jpg,Rings of Power,GEN,Role-Playing,Electronic Arts,Naughty Dog,,,,,,,1991-01-01, -/games/boxart/full_rise-of-immortals_257AmericaFront.png,Rise of Immortals,PC,Role-Playing,Unknown,Petroglyph Games,,,,,,,2011-09-12, -/games/boxart/full_risen_381AmericaFront.jpg,Risen,XBL,Role-Playing,Deep Silver,Piranha Bytes,,,,,,,2011-07-05, -/games/boxart/full_3210345AmericaFrontccc.png,Riviera: The Promised Land,PSN,Role-Playing,Atlus,Sting,,,,,,,2009-10-21, -/games/boxart/full_808627JapanFrontccc.jpg,Riviera: Yakusoku no Chi,WS,Role-Playing,Bandai,Sting,,,,,,,2002-07-12, -/games/boxart/9489006ccc.jpg,Robinson's Requiem,3DO,Role-Playing,ReadySoft,Silmarils,,,,,,,1996-01-01, -/games/boxart/full_robopon-sun-version_10AmericaFront.jpg,Robopon: Sun Version,GB,Role-Playing,Atlus,Hudson Soft,,,,,,,2000-12-14, -/games/boxart/full_5664511JapanFrontccc.jpg,Robot Ponkottsu 64: Nanatsu no Umi no Caramel,N64,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1999-12-24, -/games/boxart/8553781ccc.jpg,Robotrek,SNES,Role-Playing,Enix,Quintet,,,,,,,1995-10-01, -/games/boxart/full_9227006JapanFrontccc.jpg,RockMan DASH2: Episode 2 Ooinaru Isan,PSP,Role-Playing,Capcom,Capcom,,,,,,,2005-09-08, -/games/boxart/full_1330030JapanFrontccc.jpg,RockMan DASH: Hagane no Boukenshin,PSP,Role-Playing,Unknown,Capcom,,,,,,,, -/games/boxart/full_2889603JapanFrontccc.jpg,RockMan EXE N1 Battle Tournament,WS,Role-Playing,Capcom,Inti Creates,,,,,,,2003-08-08, -/games/boxart/default.jpg,Rogue Clone,PC,Role-Playing,Unknown,Timothy Stoehr,,,,,,,, -/games/boxart/2584206ccc.jpg,Rolan's Curse,GB,Role-Playing,Sammy Corporation,NMK,,,,,,,1991-01-01, -/games/boxart/full_rolans-curse-2_260AmericaFront.jpg,Rolan's Curse 2,GB,Role-Playing,Sammy Corporation,NMK,,,,,,,1992-10-01, -/games/boxart/default.jpg,Rollers of the Realm,PC,Role-Playing,Atlus,Phantom Compass,,,,,,,2015-01-01, -/games/boxart/default.jpg,Rollers of the Realm,PSV,Role-Playing,Atlus,Phantom Compass,,,,,,,2015-01-01, -/games/boxart/default.jpg,Rollers of the Realm,PS4,Role-Playing,Atlus,Phantom Compass,,,,,,,2015-01-01, -/games/boxart/full_5156438JapanFrontccc.jpg,Romancing SaGa,WS,Role-Playing,Square,SquareSoft,,,,,,,2001-12-20, -/games/boxart/full_3035322JapanFrontccc.jpg,Romancing SaGa,VC,Role-Playing,Square Enix,Square,,,,,,,2009-11-24, -/games/boxart/full_9894917JapanFrontccc.jpg,Romancing SaGa 2,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-03-23, -/games/boxart/full_269102JapanFrontccc.jpg,Romancing SaGa 3,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2010-09-21, -/games/boxart/full_3751301JapanFrontccc.jpg,Ronde,SAT,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,1997-10-30, -/games/boxart/full_607046AmericaFrontccc.jpg,Royal Quest,PC,Role-Playing,Unknown,Katauri Interactive,,,,,,,2014-07-31, -/games/boxart/default.jpg,RPG Dasshutsu Game,DSiW,Role-Playing,Hudson Soft,Intense,,,,,,,2010-11-24, -/games/boxart/full_5974232AmericaFrontccc.png,RPG Illusion of L'Phalcia,And,Role-Playing,Kemco,"Kotobuki Solution Co., Ltd.",,,,,,,2014-04-05, -/games/boxart/full_39923AmericaFrontccc.jpg,RPG Maker VX,PC,Role-Playing,Enterbrain,Enterbrain,,,,,,,2008-02-29, -/games/boxart/full_4723706AmericaFrontccc.png,RPG Maker XP,PC,Role-Playing,Enterbrain,Enterbrain,,,,,,,2005-09-16, -/games/boxart/default.jpg,RPG Tsukuru 2000,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,2000-01-01, -/games/boxart/default.jpg,RPG Tsukuru 2003,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,2003-01-01, -/games/boxart/full_4655741JapanFrontccc.jpg,RPG Tsukuru 4,PS,Role-Playing,Enterbrain,Agenda,,,,,,,2000-12-07, -/games/boxart/default.jpg,RPG Tsukuru 95,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,1997-01-01, -/games/boxart/full_4554701JapanFrontccc.jpg,RPG Tsukuru Advance,GBA,Role-Playing,Enterbrain,Enterbrain,,,,,,,2003-04-25, -/games/boxart/full_750940JapanFrontccc.jpg,RPG Tsukuru GB,GB,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,2000-03-17, -/games/boxart/full_81407JapanFrontccc.jpg,RPG Tsukuru: Super Dante,SNES,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,1995-03-31, -/games/boxart/full_6298600JapanFrontccc.jpg,Rubbish Blazon,PS,Role-Playing,Pandora Box,Pandora Box,,,,,,,2000-04-27, -/games/boxart/full_7382746JapanFrontccc.jpg,Rubbish Blazon,PSN,Role-Playing,Pandora Box,Pandora Box,,,,,,,2009-09-24, -/games/boxart/full_rudra-no-hihou_970JapanFront.jpg,Rudra no Hihou,VC,Role-Playing,Square Enix,SquareSoft,,,,,,,2011-06-07, -/games/boxart/default.jpg,Ruin,PS3,Role-Playing,Unknown,SCE San Diego Studio,,,,,,,, -/games/boxart/default.jpg,Ruin,PSV,Role-Playing,Unknown,SCE San Diego Studio,,,,,,,, -/games/boxart/full_8603651JapanFrontccc.jpg,Run-Dim as Black Soul,DC,Role-Playing,Idea Factory,Digital Dream Studios,,,,,,,2001-09-06, -/games/boxart/full_rundim_0JapanFront.jpg,Run-Dim: Return of Earth,WS,Role-Playing,Unknown,Digital Dream Studios,,,,,,,2002-02-07, -/games/boxart/full_1280916JapanFrontccc.jpg,Rune Jade,DC,Role-Playing,Hudson Soft,Hudson,,,,,,,2000-08-24, -/games/boxart/full_6036076AmericaFrontccc.png,Runers,PC,Role-Playing,Mastertronic,Unknown,,,,,,,2014-09-02, -/games/boxart/full_956517PALFrontccc.jpg,Runes of Magic,PC,Role-Playing,Frogster Interactive,Runewalker Entertainment Ltd.,,,,,,,2009-03-19, -/games/boxart/full_runespell-overture_85AmericaFront.jpg,Runespell: Overture,PC,Role-Playing,Unknown,Mystic Box,7.4,,,,,,2011-07-20, -/games/boxart/full_527238AmericaFrontccc.jpg,Runestone Keeper,OSX,Role-Playing,Blackfire Games,Blackfire Games,,,,,,,2015-03-23,2019-04-21 -/games/boxart/full_4736543JapanFrontccc.jpg,Rurouni Kenshin: Meiji Kenyaku Romantan: Juuyuushi Inbou Hen,PS,Role-Playing,Sony Computer Entertainment,Pandora Box Creative Office,,,,,,,1997-12-18, -/games/boxart/default.jpg,Rusty Hearts,PC,Role-Playing,Perfect World Entertainment,Stairway Games,7.4,,,,,,2011-09-20, -/games/boxart/full_7340312JapanFrontccc.jpg,Ryuki Densyo: Dragoon,PS,Role-Playing,KSS,KSS,,,,,,,1997-12-18, -/games/boxart/full_8766278AmericaFrontccc.png,S.O.L Stone of Life EX,And,Role-Playing,Oddy Arts,Oddy Arts,,,,,,,2014-05-14, -/games/boxart/full_sacred-2-ice-amp-blood_10PALFront.jpg,Sacred 2 Ice & Blood,PC,Role-Playing,Deep Silver,Ascaron,,,,,,,2009-10-02, -/games/boxart/full_4442802AmericaFrontccc.jpg,Sacred: Underworld,PC,Role-Playing,Ascaron Entertainment,Ascaron Entertainment,,,,,,,2005-08-16, -/games/boxart/default.jpg,SaGa 2015,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,2016-01-01, -/games/boxart/full_saga-frontier_520JapanFront.jpg,SaGa Frontier,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2008-11-26, -/games/boxart/full_saga-frontier-2_739JapanFront.jpg,SaGa Frontier 2,PSN,Role-Playing,Square Enix,SquareSoft,,,,,,,2008-12-10, -/games/boxart/full_4050309JapanFrontccc.jpg,Sagashi ni Ikouyo,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2001-01-11, -/games/boxart/full_saigo-no-yakusoku-no-monogatari_753JapanFront.jpg,Saigo no Yakusoku no Monogatari,PSN,Role-Playing,Unknown,imageepoch Inc.,,,,,,,, -/games/boxart/full_saint-paradise_5JapanFront.jpg,Saint Paradise,GB,Role-Playing,Bandai,Shoeisha,,,,,,,1992-11-13, -/games/boxart/default.jpg,Saint Seiya Online,PC,Role-Playing,Unknown,Sega,,,,,,,, -/games/boxart/full_8410270PALFrontccc.jpg,Saint Seiya: Ougon Densetsu,NES,Role-Playing,Bandai,Bandai,,,,,,,1987-01-01, -/games/boxart/full_3134625JapanFrontccc.jpg,Saint Seiya: Ougon Densetsu Kanketsu Hen,NES,Role-Playing,Bandai,Konami,,,,,,,1988-05-30, -/games/boxart/full_8381053JapanFrontccc.jpg,Saint Seiya: Ougon Densetsuhen Perfect Edition,WS,Role-Playing,Bandai,Bandai,,,,,,,2003-07-31, -/games/boxart/full_2954153JapanFrontccc.jpg,Saiyuki Reload,PS2,Role-Playing,Bandai,Bandai,,,,,,,2004-03-18, -/games/boxart/full_2812557JapanFrontccc.jpg,Saiyuki Reload: Gunlock,PS2,Role-Playing,Bandai,Bandai,,,,,,,2004-08-05, -/games/boxart/full_sakura-taisen-3-paris-wa-moeteiru-ka_0JapanFront.jpg,Sakura Taisen 3: Paris wa Moeteiru ka,PS2,Role-Playing,Sega,Sega,,,,,,,2005-02-24, -/games/boxart/full_7026543JapanFrontccc.jpg,Sakura Taisen V Episode 0: Kouya no Samurai Musume,PS2,Role-Playing,Sega,Sega,,,,,,,2004-09-22, -/games/boxart/default.jpg,Sakura Taisen VI: Stronger than Love,Wii,Role-Playing,Unknown,RED Entertainment,,,,,,,, -/games/boxart/full_salem_116AmericaFront.jpg,Salem,PC,Role-Playing,Unknown,Seatribe,,,,,,,, -/games/boxart/full_6807664JapanFrontccc.jpg,Samurai Evolution: Oukoku Geist,GBA,Role-Playing,Enix,TeaSet,,,,,,,2002-09-20, -/games/boxart/full_sanada-juu-yuushi_870JapanFront.jpg,Sanada Juu Yuushi,NES,Role-Playing,Kemco,Kemco,,,,,,,1988-06-27, -/games/boxart/default.jpg,Sangoku Fuugami,X360,Role-Playing,Unknown,Idea Factory,,,,,,,, -/games/boxart/default.jpg,Sanrio Time Net: Kako / Mirai,GB,Role-Playing,Imagineer,TOSE Software,,,,,,,1998-11-27, -/games/boxart/full_3798272JapanFrontccc.jpg,Sansara Naga,NES,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1990-03-23, -/games/boxart/full_6690005JapanFrontccc.jpg,Sansara Naga 1x2,GBA,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,2001-12-14, -/games/boxart/full_7433693JapanFrontccc.jpg,Sansara Naga 2,SNES,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1994-07-15, -/games/boxart/default.jpg,Scarlet Legacy,PC,Role-Playing,Unknown,InterServ International,,,,,,,, -/games/boxart/2700990ccc.jpg,Scions of Fate,PC,Role-Playing,Unknown,KRG Soft,,,,,,,2006-11-13, -/games/boxart/full_8788755JapanFrontccc.jpg,SD Gundam Eiyuuden: Musha Densetsu,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-03-15, -/games/boxart/full_5068474JapanFrontccc.jpg,SD Gundam G Generation Advance,GBA,Role-Playing,Bandai,Bandai,,,,,,,2003-11-27, -/games/boxart/full_5568626JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari,NES,Role-Playing,Bandai,Bandai,,,,,,,1990-08-11, -/games/boxart/full_1136712JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari 2: Hikari no Kishi,NES,Role-Playing,Bandai,Bandai,,,,,,,1991-10-12, -/games/boxart/full_4950892JapanFrontccc.jpg,SD Gundam Gaiden: Knight Gundam Monogatari 3: Densetsu no Kishi Dan,NES,Role-Playing,Bandai,Bandai,,,,,,,1992-10-23, -/games/boxart/full_sd-gundam-gaiden-lacroan-heroes_8JapanFront.jpg,SD Gundam Gaiden: Lacroan Heroes,GB,Role-Playing,Bandai,Bandai,,,,,,,1990-10-06, -/games/boxart/full_seal-of-evil_692AmericaFront.jpg,Seal of Evil,PC,Role-Playing,Strategy First,Object Software,,,,,,,2006-04-28, -/games/boxart/3963846ccc.jpg,Secret of Evermore,SNES,Role-Playing,Square,Square USA,,,,,,,1995-09-18, -/games/boxart/3217649ccc.jpg,Secret of Mana,VC,Role-Playing,Square Enix,SquareSoft,9,,,,,,2008-10-13, -/games/boxart/full_secret-of-the-silver-blades_789AmericaFront.jpg,Secret of the Silver Blades,PC,Role-Playing,SSI,SSI,,,,,,,1990-01-01, -/games/boxart/full_8860315AmericaFrontccc.jpg,Secret of the Solstice,PC,Role-Playing,Outspark,DnC Entertainment,,,,,,,2008-01-11, -/games/boxart/full_sega-ages-2500-series-vol-17-phantasy-star-generation2_2JapanFront.jpg,Sega Ages 2500 Series Vol. 17: Phantasy Star Generation:2,PS2,Role-Playing,Sega,Sega,,,,,,,2005-03-24, -/games/boxart/full_3112590JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 18: Dragon Force,PS2,Role-Playing,Sega,Sega,,,,,,,2005-08-18, -/games/boxart/full_sega-ages-2500-series-vol-1-phantasy-star-generation1_8JapanFront.jpg,Sega Ages 2500 Series Vol. 1: Phantasy Star: Generation:1,PS2,Role-Playing,Sega,Sega,,,,,,,2003-08-28, -/games/boxart/full_5825195JapanFrontccc.jpg,Sega Ages: Phantasy Star Collection,SAT,Role-Playing,Sega,Sega,,,,,,,1998-04-02, -/games/boxart/full_5260438JapanFrontccc.jpg,Seima Densetsu 3x3 Eyes,SCD,Role-Playing,Sega,Sega,,,,,,,1993-07-23, -/games/boxart/full_9393305JapanFrontccc.jpg,Seirei Shinseiki Fhey Area,SCD,Role-Playing,Wolf Team,Wolf Team,,,,,,,1992-02-18, -/games/boxart/full_4529682JapanFrontccc.jpg,Seiya Monogatari: AnEarth Fantasy Stories,PCE,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1995-12-22, -/games/boxart/full_seme-com-dungeon-drururuaga_3JapanFront.jpg,Seme COM Dungeon: Drururuaga,GB,Role-Playing,Namco,Kuusou Kagaku,,,,,,,2000-12-15, -/games/boxart/full_senjou-no-valkyria-3-extra-edition_367JapanFront.jpg,Senjou no Valkyria 3: Extra Edition,PSN,Role-Playing,Sega,Sega,,,,,,,2011-11-23, -/games/boxart/full_senjou-no-valkyria-3-extra-edition_733JapanFront.jpg,Senjou no Valkyria 3: Extra Edition,PSP,Role-Playing,Sega,Sega,,,,,,,2011-11-23, -/games/boxart/full_senkai-houshin_8JapanFront.jpg,Senkai Houshin,WS,Role-Playing,Bandai,Bandai,,,,,,,2000-12-21, -/games/boxart/full_senkai-ibunroku-juuntsutsumi-taisen_183JapanFront.jpg,Senkai Ibunroku Juuntsutsumi Taisen,GB,Role-Playing,Banpresto,Banpresto,,,,,,,2000-11-24, -/games/boxart/full_senkaiden_8JapanFront.jpg,Senkaiden,WS,Role-Playing,Bandai,Bam Entertainment,,,,,,,2000-02-24, -/games/boxart/full_senritsu-no-stratus_254JapanFront.jpg,Senritsu no Stratus,PSN,Role-Playing,Konami,Nude Maker,,,,,,,2011-10-27, -/games/boxart/full_8895909AmericaFrontccc.jpeg,Sentinel Heroes,PC,Role-Playing,Independent Arts Software,Independent Arts Software,,,,,,,2014-03-06, -/games/boxart/default.jpg,Sepas Channel,DSiW,Role-Playing,G-mode,G-mode,,,,,,,2010-09-29, -/games/boxart/full_8039024AmericaFrontccc.png,Septerra Core: Legacy of the Creator,PC,Role-Playing,Monolith Productions,Valkyrie Studios,,,,,,,1999-10-31, -/games/boxart/default.jpg,Seraph of the End: The Origin of Fate,PSV,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2020-12-31, -/games/boxart/full_serious-sam-the-random-encounter_459AmericaFront.jpg,Serious Sam: The Random Encounter,PC,Role-Playing,Devolver Digital,Vlambeer,6.5,,,,,,2011-10-24, -/games/boxart/8939139ccc.jpg,Seventh Cross Evolution,DC,Role-Playing,UFO Interactive,Atypical Alchemists Associate,4.9,,,,,,1998-11-30, -/games/boxart/default.jpg,Shadow Realms,PC,Role-Playing,Electronic Arts,BioWare Corp.,,,,,,,2016-01-01, -/games/boxart/full_5927307JapanFrontccc.jpg,Shadow Tower: Abyss,PS2,Role-Playing,From Software,From Software,,,,,,,2003-10-23, -/games/boxart/full_899080AmericaFrontccc.jpg,Shadowbane,PC,Role-Playing,Ubisoft,Wolfpack Studios,,,,,,,2003-03-25, -/games/boxart/full_3435152AmericaFrontccc.png,Shadowbound,PC,Role-Playing,R2Games,R2Games,,,,,,,2014-07-15, -/games/boxart/default.jpg,Shadowbound,BRW,Role-Playing,Unknown,R2Games,,,,,,,2014-11-01, -/games/boxart/full_9946958AmericaFrontccc.jpg,Shadowgate Classic,GB,Role-Playing,Kemco,Infinite Ventures,,,,,,,1999-01-01, -/games/boxart/full_shadowrun_8AmericaFront.jpg,Shadowrun,SNES,Role-Playing,Data East,Beam Software,,,,,,,1993-05-01, -/games/boxart/full_4894220JapanFrontccc.jpg,Shadowrun,SCD,Role-Playing,Compile,Group SNE,,,,,,,1996-02-23, -/games/boxart/full_shadowrun_9AmericaFront.jpg,Shadowrun,GEN,Role-Playing,Sega,Blue Sky Software,,,,,,,1994-05-16, -/games/boxart/full_9656290AmericaFrontccc.jpeg,Shadows: Heretic Kingdoms,PC,Role-Playing,bitComposer Games,Games Farm,,,,,,,2014-06-13, -/games/boxart/6985820ccc.jpg,Shady O' Grady's Rising Star,PC,Role-Playing,Shrapnel Games,Gilligames,,,,,,,2007-03-01, -/games/boxart/default.jpg,Shaiya: Light and Darkness,PC,Role-Playing,Aeria Games & Entertainment,Sonovaslag Entertainment,,,,,,,2007-01-01, -/games/boxart/full_shaman-king-chou-senjiryokketsu-2_9JapanFront.jpg,Shaman King: Chou Senjiryokketsu 2,GBA,Role-Playing,King Games,Studio Saizensen,,,,,,,2002-07-26, -/games/boxart/full_shaman-king_2JapanFront.jpg,Shaman King: Mirai no Ishi,WS,Role-Playing,Bandai,Bandai,,,,,,,2002-08-29, -/games/boxart/full_1927851JapanFrontccc.jpg,Shin Bokura no Taiyou: Gyakushuu no Sabata,GBA,Role-Playing,Konami,Kojima Productions,,,,,,,2005-07-28, -/games/boxart/full_shin-master-of-monsters-final-ex_5JapanFront.jpg,Shin Master of Monsters Final EX,PSN,Role-Playing,System Soft,System Soft,,,,,,,2010-08-19, -/games/boxart/full_shin-master-of-monsters-final-ex_2JapanFront.jpg,Shin Master of Monsters Final EX,PSP,Role-Playing,System Soft,System Soft,,,,,,,2010-08-19, -/games/boxart/full_shin-master-of-monsters-final-ex_0JapanFront.jpg,Shin Master of Monsters Final EX,PS2,Role-Playing,System Soft,System Soft,,,,,,,2010-08-19, -/games/boxart/full_4331327JapanFrontccc.jpg,Shin Megami Tensei,SCD,Role-Playing,Sims,SIMS,,,,,,,1994-02-25, -/games/boxart/full_3118252JapanFrontccc.jpg,Shin Megami Tensei,VC,Role-Playing,Atlus,Atlus Co.,,,,,,,2007-02-13, -/games/boxart/full_8759694JapanFrontccc.jpg,Shin Megami Tensei,GBA,Role-Playing,Atlus,Atlus Co.,,,,,,,2003-03-28, -/games/boxart/full_shin-megami-tensei_6JapanFront.jpg,Shin Megami Tensei,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-07-14, -/games/boxart/default.jpg,Shin Megami Tensei,PS3,Role-Playing,Unknown,Atlus Co.,,,,,,,, -/games/boxart/full_2166844JapanFrontccc.jpg,Shin Megami Tensei,SNES,Role-Playing,Atlus,Atlus Co.,,,,,,,1992-10-30, -/games/boxart/full_5284265JapanFrontccc.jpg,Shin Megami Tensei,PCE,Role-Playing,Atlus,Opera House,,,,,,,1993-12-25, -/games/boxart/full_shin-megami-tensei-ii_5JapanFront.jpg,Shin Megami Tensei II,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-08-11, -/games/boxart/full_digital-devil-story-2_4JapanFront.jpg,Shin Megami Tensei II,VC,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-09-07, -/games/boxart/full_shin-megami-tensei-ii_8JapanFront.jpg,Shin Megami Tensei II,GBA,Role-Playing,Atlus,Atlus Co.,,,,,,,2003-09-26, -/games/boxart/full_2506704JapanFrontccc.jpg,Shin Megami Tensei II,PS,Role-Playing,Atlus,Atlus Co.,,,,,,,2002-03-20, -/games/boxart/full_2700996JapanFrontccc.jpg,Shin Megami Tensei Online: IMAGINE,PC,Role-Playing,Aeria Games & Entertainment,Cave,,,,,,,2008-12-30, -/games/boxart/full_1096800JapanFrontccc.jpg,Shin Megami Tensei: Devil Children,PS,Role-Playing,Atlus,Atlus Co.,,,,,,,2002-03-28, -/games/boxart/full_shin-megami-tensei-devil-children_10JapanFront.jpg,Shin Megami Tensei: Devil Children,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-10-13, -/games/boxart/full_9762962JapanFrontccc.jpg,Shin Megami Tensei: Devil Children 2 - Hi no Sho,GBA,Role-Playing,Atlus,Atlus Co.,,,,,,,2003-09-12, -/games/boxart/full_5683004JapanFrontccc.jpg,Shin Megami Tensei: Devil Children: Aka no Sho,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,2000-11-17, -/games/boxart/full_507699JapanFrontccc.jpg,Shin Megami Tensei: Devil Children: Kuro no Sho,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,2000-11-17, -/games/boxart/full_5153098JapanFrontccc.jpg,Shin Megami Tensei: Devil Children: Shiro no Sho,GB,Role-Playing,Atlus,Multimedia Intelligence Transfer,,,,,,,2001-07-27, -/games/boxart/full_9529251JapanFrontccc.jpg,Shin Megami Tensei: Devil Summoner,PSP,Role-Playing,Atlus,Atlus Co.,,,,,,,2005-12-22, -/games/boxart/full_shin-megami-tensei-if_3JapanFront.jpg,Shin Megami Tensei: if...,PSN,Role-Playing,Atlus,Atlus Co.,,,,,,,2010-09-08, -/games/boxart/full_shin-megami-tensei-if_46JapanFront.jpg,Shin Megami Tensei: if...,VC,Role-Playing,Atlus,Atlus Co.,,,,,,,2011-02-01, -/games/boxart/full_36987JapanFrontccc.jpg,Shin Megami Tensei: if...,PS,Role-Playing,Atlus,Atlus Co.,,,,,,,2002-12-26, -/games/boxart/full_1524274JapanFrontccc.jpg,Shin Megami Tensei: if...,SNES,Role-Playing,Atlus,Atlus Co.,,,,,,,1994-10-28, -/games/boxart/full_859043AmericaFrontccc.jpg,Shin Megami Tensei: Nocturne,PS3,Role-Playing,Sony Computer Entertainment,Atlus Co.,,,,,,,2014-05-06,2020-08-05 -/games/boxart/full_shin-megami-tensei-persona_9AmericaFront.jpg,Shin Megami Tensei: Persona,PSN,Role-Playing,Atlus,Atlus Co.,7.5,,,,,,2009-10-01, -/games/boxart/full_persona-2-innocent-sin_739JapanFront.jpg,Shin Megami Tensei: Persona 2: Innocent Sin,PSN,Role-Playing,Atlus,Atlus Co.,7,,,,,,2011-09-20, -/games/boxart/full_shin-megami-tensei-persona-3-portable_0AmericaFront.jpg,Shin Megami Tensei: Persona 3 Portable,PSN,Role-Playing,Atlus,Atlus Co.,8.9,,,,,,2010-07-06, -/games/boxart/full_shin-sd-gundam-gaiden-knight-gundam-monogatari_2JapanFront.jpg,Shin SD Gundam Gaiden: Knight Gundam Monogatari,GB,Role-Playing,Bandai,Tom Create,,,,,,,1994-09-09, -/games/boxart/full_shin-sedai-robot-senki-brave-saga_9JapanFront.jpg,Shin Sedai Robot Senki: Brave Saga,PS,Role-Playing,Takara,Takara,,,,,,,1998-12-17, -/games/boxart/full_8988510AmericaFrontccc.jpeg,Shiness: The Lightning Kingdom,XOne,Role-Playing,Focus Home Interactive,Enigami SAS,,,,,,,2017-04-18,2018-09-14 -/games/boxart/default.jpg,Shiness: The Lightning Kingdom,Linux,Role-Playing,Focus Home Interactive,Unknown,,,,,,,2016-04-01, -/games/boxart/full_5212366AmericaFrontccc.jpg,Shiness: The Lightning Kingdom,PC,Role-Playing,Focus Home Interactive,Enigami SAS,,,,,,,2017-04-18,2018-09-14 -/games/boxart/default.jpg,Shiness: The Lightning Kingdom,OSX,Role-Playing,Focus Home Interactive,Unknown,,,,,,,2016-04-01, -/games/boxart/full_8760508AmericaFrontccc.jpg,Shiness: The Lightning Kingdom,PS4,Role-Playing,Focus Home Interactive,Enigami SAS,,,,,,,2017-04-18,2018-09-14 -/games/boxart/full_7403380JapanFrontccc.jpg,Shining Force Gaiden: Ensei Jaishin no Kuni e,GG,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1992-12-25, -/games/boxart/full_2582171JapanFrontccc.jpg,Shining Force Gaiden: Final Conflict,GG,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1995-06-30, -/games/boxart/full_6862468AmericaFrontccc.jpg,Shining Force: The Sword of Hajya,GG,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1994-06-24, -/games/boxart/full_shining-hearts_247JapanFront.jpg,Shining Hearts,PSN,Role-Playing,Sega,Sega,,,,,,,2010-12-16, -/games/boxart/5165929ccc.jpg,Shining in the Darkness,VC,Role-Playing,Sega,Climax Entertainment / Sonic! Software Planning,,,,,,,2007-08-13, -/games/boxart/3699749ccc.jpg,Shining in the Darkness,GEN,Role-Playing,Sega,Climax Entertainment / Sonic! Software Planning,,,,,,,1991-03-28, -/games/boxart/default.jpg,Shining Legend,DS,Role-Playing,Unknown,Blueside Studios,,,,,,,, -/games/boxart/full_7602477AmericaFrontccc.jpg,Shining the Holy Ark,SAT,Role-Playing,Sega,Sonic! Software Planning,,,,,,,1997-06-30, -/games/boxart/2710167ccc.jpg,Shining Wisdom,SAT,Role-Playing,Working Designs,Sonic! Software Planning,,,,,,,1995-08-10, -/games/boxart/default.jpg,Shinkata Medarot: Kabuto / Kuwagata Version,GBA,Role-Playing,Imagineer,Natsume,,,,,,,2004-12-16, -/games/boxart/full_7132946JapanFrontccc.jpg,Shinseiki Evangelion 2: Evangelions,PS2,Role-Playing,Bandai,Alfa System,,,,,,,2003-11-20, -/games/boxart/full_6969672JapanFrontccc.jpg,Shinsetsu Samurai Spirits: Bushidou Retsuden,PS,Role-Playing,SNK,SNK Corporation,,,,,,,1997-06-27, -/games/boxart/full_shinsetsu-samurai-spirits-bushidou-retsuden_323JapanFront.jpg,Shinsetsu Samurai Spirits: Bushidou Retsuden,SAT,Role-Playing,SNK,SNK Corporation,,,,,,,1997-06-27, -/games/boxart/full_shinsetsu-samurai-spirits-bushidou-retsuden-cd_448JapanFront.jpg,Shinsetsu Samurai Spirits: Bushidou Retsuden (CD),NG,Role-Playing,SNK,SNK Corporation,,,,,,,1997-06-27, -/games/boxart/full_8352077JapanFrontccc.jpg,Shinten Makai: Generation of Chaos IV,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2004-04-22, -/games/boxart/full_6403599JapanFrontccc.jpg,Shinten Makai: Generation of Chaos V,PS2,Role-Playing,Idea Factory,Idea Factory,,,,,,,2005-07-21, -/games/boxart/full_117901JapanFrontccc.jpg,Shirokishi Monogatari: Inishie no Kodou - EX Edition,PS3,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2009-10-08, -/games/boxart/full_shiryou-sensen-war-of-the-dead_9JapanFront.jpg,Shiryou Sensen: War of the Dead,PCE,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1989-03-24, -/games/boxart/full_shooting-models_561AmericaFront.jpg,Shooting Models,XBL,Role-Playing,Microsoft,Silver Dollar Games,,,,,,,2010-12-14,2020-03-03 -/games/boxart/full_shounen-ashibe-yuuenchi-panic_6JapanFront.jpg,Shounen Ashibe: Yuuenchi Panic,GB,Role-Playing,Takara,Takara,,,,,,,1991-09-27, -/games/boxart/full_siege-of-avalon_914AmericaFront.jpg,Siege of Avalon,PC,Role-Playing,Global Star Software,Digital Tome,,,,,,,2000-07-19, -/games/boxart/full_silent-mobius-genei-no-datenshi_714JapanFront.jpg,Silent Mobius: Genei no Datenshi,PS,Role-Playing,"Emotion, Inc.","TechnoSoft Co., Ltd.",,,,,,,1998-12-23, -/games/boxart/3178402ccc.jpg,Silkroad Online,PC,Role-Playing,Unknown,"Joymax Co., Ltd.",,,,,,,2004-01-01, -/games/boxart/full_silkroad-online-legend-viii-mysterious-temple-of-jupiter_229AmericaFront.jpg,Silkroad Online: Legend VIII - Mysterious Temple of Jupiter,PC,Role-Playing,Unknown,Joymax,,,,,,,2011-08-02, -/games/boxart/9756329ccc.jpg,Silver,DC,Role-Playing,Infogrames,Spiral House,6.9,,,,,,2000-06-29, -/games/boxart/567035ccc.jpg,Silver,PC,Role-Playing,Atari,Spiral House,,,,,,,1999-08-31, -/games/boxart/full_7224879AmericaFrontccc.jpg,Silverfall,PC,Role-Playing,Atari,Kyiv's Games,,,,,,,2007-03-27, -/games/boxart/full_3083212PALFrontccc.jpg,Silverfall,PSP,Role-Playing,Monte Christo Multimedia,Kyiv's Games,,,,,,,2007-08-03, -/games/boxart/default.jpg,Silverfall: Earth Awakening,PC,Role-Playing,Unknown,Monte Cristo Multimedia,,,,,,,2008-07-18, -/games/boxart/full_simple-1500-series-vol-28-the-dungeon-rpg_11JapanFront.jpg,Simple 1500 Series Vol. 28: The Dungeon RPG,PS,Role-Playing,D3 Publisher,Mint and Plophet,,,,,,,2000-04-27, -/games/boxart/full_4677278JapanFrontccc.jpg,Simple 1500 Series Vol. 92: The Tozan RPG ~Ginrei no Hasha~,PS,Role-Playing,D3 Publisher,HuneX,,,,,,,2002-03-28, -/games/boxart/full_5877853JapanFrontccc.jpg,Simple 2000 Series Vol. 21: The Bishoujo Simulation RPG - Moonlight Tale,PS2,Role-Playing,D3 Publisher,Yuki Enterprise,,,,,,,2003-04-24, -/games/boxart/full_5536174JapanFrontccc.jpg,Simple 2000 Series Vol. 44: The Hajimete no RPG,PS2,Role-Playing,D3 Publisher,HuneX,,,,,,,2004-01-29, -/games/boxart/full_5079348JapanFrontccc.jpg,Simulation RPG Tsukuru,PS,Role-Playing,ASCII Entertainment,Pegasus Japan,,,,,,,1998-09-17, -/games/boxart/full_8506592JapanFrontccc.jpg,Simulation RPG Tsukuru,SAT,Role-Playing,ASCII Entertainment,Pegasus Japan,,,,,,,1998-09-17, -/games/boxart/default.jpg,Simulation RPG Tsukuru 95,PC,Role-Playing,ASCII Entertainment,Kuusou Kagaku,,,,,,,1998-01-01, -/games/boxart/full_sindibad-chitei-no-dai-makyu_1JapanFront.jpg,Sindibad: Chitei no Daimakyuu,PCE,Role-Playing,IGS,IGS,,,,,,,1990-06-02, -/games/boxart/default.jpg,Sir Gawain and the Green Knight,PS3,Role-Playing,Unknown,TBA,,,,,,,, -/games/boxart/full_7594992JapanFrontccc.jpg,Snap Kids,GBA,Role-Playing,Enix,Enix Corporation,,,,,,,2002-01-17, -/games/boxart/full_503507JapanFrontccc.jpg,Sol Bianca,PCE,Role-Playing,NCS,NCS,,,,,,,1990-06-29, -/games/boxart/full_6219810JapanFrontccc.jpg,Sol Moonarge,PCE,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,1994-01-07, -/games/boxart/full_sorcerers-kingdom_107AmericaFront.jpg,Sorcerer's Kingdom,GEN,Role-Playing,Treco,Genic,,,,,,,1992-02-06, -/games/boxart/full_5240576AmericaFrontccc.jpg,Sorcerian,PC,Role-Playing,Sierra Entertainment,Nihon Falcom Corporation,,,,,,,1990-01-01, -/games/boxart/full_7495479JapanFrontccc.jpg,Sorcerian,VC,Role-Playing,Sega,Nihon Falcom Corporation,,,,,,,2008-09-16, -/games/boxart/full_4910802JapanFrontccc.jpg,Sorcerian,DC,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,2000-04-27, -/games/boxart/full_1388253JapanFrontccc.jpg,Sorcerian,GEN,Role-Playing,Sega,Nihon Falcom Corporation,,,,,,,1990-02-24, -/games/boxart/full_3750814JapanFrontccc.jpg,Sorcerian,PCE,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1992-07-17, -/games/boxart/default.jpg,Sorcery Blade,WW,Role-Playing,Kemco,Kemco,,,,,,,2008-12-16, -/games/boxart/full_soreike-anpanman-fushigi-na-nikoniko-album_249JapanFront.jpg,Soreike! Anpanman: Fushigi na Nikoniko Album,GB,Role-Playing,Tamsoft,Tamsoft,,,,,,,1999-12-03, -/games/boxart/1629374ccc.jpg,Soul Blazer,SNES,Role-Playing,Enix,Quintet,,,,,,,1992-11-27, -/games/boxart/full_soul-getter-houkago-bouken-rpg_318JapanFront.jpg,Soul Getter: Houkago Bouken RPG,GB,Role-Playing,Micro Cabin,Micro Cabin,,,,,,,2000-08-04, -/games/boxart/full_sun-soul-of-the-ultimate-nation_173JapanFront.jpg,Soul of the Ultimate Nation,PC,Role-Playing,Webzen,SUN Studio,,,,,,,2009-10-21, -/games/boxart/default.jpg,Space Cowboy Online,PC,Role-Playing,Wicked Interactive,Masang Soft,,,,,,,2006-05-25, -/games/boxart/full_space-griffon-vf-9_860JapanFront.jpg,Space Griffon VF-9,PSN,Role-Playing,Unknown,Panther Software,,,,,,,2011-01-12, -/games/boxart/full_83261AmericaFrontccc.jpg,Space Rangers 2: Reboot,PC,Role-Playing,eGames,Elemental Games,,,,,,,2009-02-26, -/games/boxart/full_9144951AmericaFrontccc.jpg,Space Rangers 2: Rise of the Dominators,PC,Role-Playing,Cinemaware,Elemental Games,,,,,,,2006-03-27, -/games/boxart/default.jpg,Spacenet: Cosmo Red / Blue,GB,Role-Playing,Imagineer,Imagineer,,,,,,,2001-03-16, -/games/boxart/full_2798668JapanFrontccc.jpg,Sparkling Feather,PCFX,Role-Playing,NEC,NEC Home Electronics,,,,,,,1997-04-25, -/games/boxart/full_9971278JapanFrontccc.jpg,Spectral Force,PS,Role-Playing,Idea Factory,Idea Factory,,,,,,,1997-10-09, -/games/boxart/full_4841965JapanFrontccc.jpg,Spectral Force 2,PS,Role-Playing,Idea Factory,Idea Factory,,,,,,,1998-10-15, -/games/boxart/full_spectral-force-chronicle_1JapanFront.jpg,Spectral Force Chronicle,PS2,Role-Playing,Idea Factory,XPEC Entertainment,,,,,,,2005-04-28, -/games/boxart/full_8653229JapanFrontccc.jpg,Spectral Force: Itoshiki Ja'aku,PS,Role-Playing,Idea Factory,Idea Factory,,,,,,,1999-08-26, -/games/boxart/full_921630JapanFrontccc.jpg,Spectral Force: Radical Elements,PS2,Role-Playing,Idea Factory,Neverland,,,,,,,2004-09-16, -/games/boxart/full_spectral-souls-resurrection-of-the-ethereal-empires_263PALFront.png,Spectral Souls: Resurrection of the Ethereal Empires,PSN,Role-Playing,Unknown,Neverland Company,,,,,,,, -/games/boxart/full_spell-master_747AmericaFront.jpg,Spell Master,XBL,Role-Playing,Microsoft,Richard Mould,,,,,,,2011-10-06, -/games/boxart/2510099ccc.jpg,SpellCaster,MS,Role-Playing,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_1663495AmericaFrontccc.jpg,Spellcrafter,PC,Role-Playing,Jujubee S.A.,Jujubee S.A.,,,,,,,2015-04-05,2018-08-09 -/games/boxart/full_1792018AmericaFrontccc.jpg,Spellcrafter,OSX,Role-Playing,Jujubee S.A.,Jujubee S.A.,,,,,,,2015-05-04,2018-08-09 -/games/boxart/full_3599198AmericaFrontccc.jpg,Spellcrafter,Linux,Role-Playing,Jujubee S.A.,Jujubee S.A.,,,,,,,2015-05-04,2018-08-09 -/games/boxart/full_5793077PALFrontccc.jpg,SpellForce 2: Dragon Storm,PC,Role-Playing,DreamCatcher Interactive,Phenomic Game Development,6,,,,,,2007-05-14, -/games/boxart/full_8357633AmericaFrontccc.jpg,Spellforce Universe,PC,Role-Playing,Unknown,EA Phenomic,,,,,,,, -/games/boxart/full_spelljammer-pirates-of-realmspace_161AmericaFront.jpg,Spelljammer: Pirates of Realmspace,PC,Role-Playing,SSI,SSI,,,,,,,1992-01-01, -/games/boxart/full_3065235AmericaFrontccc.png,"Spelltorn, Clash of Fates",And,Role-Playing,"2XL Games, Inc.","2XL Games, Inc.",,,,,,,2014-08-15, -/games/boxart/full_spelunker-ii-yuushahe-no-chousen_110JapanFront.jpg,Spelunker II: Yuushahe no Chousen,NES,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,1987-09-18, -/games/boxart/full_spiral-knights_393AmericaFront.png,Spiral Knights,PC,Role-Playing,Sega,Three Rings,8,,,,,,2011-04-04, -/games/boxart/4467098ccc.jpg,Spirit of Excalibur,PC,Role-Playing,Virgin Interactive,Synergistic Software,,,,,,,1990-01-01, -/games/boxart/7613024ccc.jpg,Spiritual Warfare,GEN,Role-Playing,Wisdom Tree,Wisdom Tree,,,,,,,1994-01-01, -/games/boxart/1439425ccc.jpg,Spiritual Warfare,GB,Role-Playing,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, -/games/boxart/5065281ccc.jpg,Spiritual Warfare,NES,Role-Playing,Wisdom Tree,Wisdom Tree,,,,,,,1992-01-01, -/games/boxart/full_spuds-adventure_405AmericaFront.jpg,Spud's Adventure,GB,Role-Playing,Atlus,Atlus Co.,,,,,,,1991-06-01, -/games/boxart/full_square-no-tom-sawyer_6JapanFront.jpg,Square's Tom Sawyer,NES,Role-Playing,Square,Square,,,,,,,1989-03-19, -/games/boxart/3786125ccc.jpg,Star Control II,3DO,Role-Playing,Crystal Dynamics,Toys for Bob,,,,,,,1993-01-01, -/games/boxart/full_star-control-ii_9AmericaFront.jpg,Star Control II,PC,Role-Playing,Accolade,Toys for Bob,,,,,,,1992-01-01, -/games/boxart/full_star-cross_186AmericaFront.jpg,Star Cross,XBL,Role-Playing,Microsoft,Angel of Osmond,,,,,,,2011-02-17, -/games/boxart/full_star-hearts_9JapanFront.jpg,Star Hearts,WS,Role-Playing,Bandai,Bandai,,,,,,,2001-09-27, -/games/boxart/default.jpg,Star Ocean: Till The End of Time,PS4,Role-Playing,Square Enix,tri-Ace,,,,,,,2017-05-23, -/games/boxart/full_star-trek-infinite-space_793AmericaFront.jpg,Star Trek: Infinite Space,PC,Role-Playing,Unknown,GameForge,,,,,,,2020-12-31, -/games/boxart/full_3709277AmericaFrontccc.jpg,Star Wars Galaxies Episode III: Rage of the Wookiees,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2005-05-05, -/games/boxart/full_3010735AmericaFrontccc.jpg,Star Wars Galaxies: Starter Kit,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2005-11-17, -/games/boxart/full_8472117AmericaFrontccc.jpg,Star Wars Galaxies: The Complete Online Adventures,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2006-11-14, -/games/boxart/full_4244043AmericaFrontccc.jpg,Star Wars Galaxies: Trials of Obi-Wan,PC,Role-Playing,LucasArts,Sony Online Entertainment,,,,,,,2005-11-01, -/games/boxart/full_star-wars-clone-wars-adventures_719AmericaFront.jpg,Star Wars: Clone Wars Adventures,PC,Role-Playing,Capcom,Sony Online Entertainment,,,,,,,2010-10-19, -/games/boxart/full_234410PALFrontccc.jpg,Star Wolves 2,PC,Role-Playing,1C Company,X-Bow Software,,,,,,,2006-08-31, -/games/boxart/full_540563PALFrontccc.jpg,Star Wolves 3: Civil War,PC,Role-Playing,1C Company,Elite Games Team,,,,,,,2010-03-02, -/games/boxart/full_7064176AmericaFrontccc.jpg,Starflight,GEN,Role-Playing,Electronic Arts,BlueSky Software,,,,,,,1991-01-01, -/games/boxart/default.jpg,Stargate Worlds,PC,Role-Playing,Unknown,Cheyenne Mountain Entertainment,,,,,,,, -/games/boxart/full_2622634AmericaFrontccc.png,Stilland War,And,Role-Playing,Ugamehome,Ugamehome,,,,,,,2013-11-25, -/games/boxart/full_2707240AmericaFrontccc.jpg,Stonekeep,PC,Role-Playing,Interplay,Interplay Productions,,,,,,,1995-11-08, -/games/boxart/full_stonekeep_860AmericaFront.jpg,Stonekeep: Bones of the Ancestors,WW,Role-Playing,Interplay,Alpine Studios,,,,,,,2012-01-19, -/games/boxart/full_6301724JapanFrontccc.jpg,Stranger of Sword City,XOne,Role-Playing,Experience Inc.,Experience Inc.,,,,,,,2016-03-22,2018-07-28 -/games/boxart/full_2684251PALFrontccc.jpg,Sudeki,PC,Role-Playing,Zoo Digital Publishing,Climax Group,,,,,,,2005-03-25, -/games/boxart/full_2407178AmericaFrontccc.png,Suikoden,PSN,Role-Playing,Konami,Konami,,,,,,,2008-12-23, -/games/boxart/default.jpg,Suikoden II,PC,Role-Playing,Unknown,Konami,,,,,,,, -/games/boxart/full_sukeban-deka-iii_8JapanFront.jpg,Sukeban Deka III,NES,Role-Playing,Toei Animation,Shouei,,,,,,,1988-01-22, -/games/boxart/full_424150JapanFrontccc.jpg,Summon Night,PS,Role-Playing,Banpresto,Flight-Plan,,,,,,,2000-01-06, -/games/boxart/full_summon-night-2_932JapanFront.jpg,Summon Night 2,PS,Role-Playing,Banpresto,Flight-Plan,,,,,,,2001-08-02, -/games/boxart/3797162ccc.jpg,Summon Night: Swordcraft Story 2,GBA,Role-Playing,Atlus,Flight-Plan,,,,,,,2006-10-17, -/games/boxart/full_3683587JapanFrontccc.jpg,Sunrise Eiyuutan,DC,Role-Playing,Sunrise Interactive,Atelier-Sai,4.6,,,,,,1999-12-02, -/games/boxart/full_sunrise-eiyuutan-2_5JapanFront.jpg,Sunrise Eiyuutan 2,PS2,Role-Playing,Sunrise Interactive,Atelier-Sai,,,,,,,2001-12-20, -/games/boxart/full_sunrise-eiyuutan-3_1JapanFront.jpg,Sunrise Eiyuutan 3,PS2,Role-Playing,Sunrise Interactive,ITL,,,,,,,2006-06-01, -/games/boxart/full_sunrise-world-war_8JapanFront.jpg,Sunrise World War,PS2,Role-Playing,Sunrise Interactive,Atelier-Sai,,,,,,,2003-09-25, -/games/boxart/full_9516582JapanFrontccc.jpg,Super Chinese World 2: Uchuu Ichibuto Daikai,SNES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1993-10-29, -/games/boxart/full_9639923AmericaFrontccc.jpg,Super Hydlide,GEN,Role-Playing,Seismic,Tikipod,,,,,,,1989-10-05, -/games/boxart/6884548ccc.jpg,Super Mario RPG: Legend of the Seven Stars,VC,Role-Playing,Nintendo,SquareSoft,9.5,,,,,,2008-09-01, -/games/boxart/full_super-ninja-boy_5AmericaFront.jpg,Super Ninja Boy,SNES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1993-04-01, -/games/boxart/full_8249848AmericaFrontccc.jpg,Super Robot Taisen: Original Generation 2,GBA,Role-Playing,Atlus,Banpresto,8.4,,,,,,2006-11-14, -/games/boxart/default.jpg,Superdimension Neptune vs Sega Hard Girls,PS4,Role-Playing,Idea Factory International,Idea Factory,,,,,,,2016-10-18,2018-04-08 -/games/boxart/full_3079217AmericaFrontccc.jpg,Superhero League of Hoboken,PC,Role-Playing,Legend Entertainment,Legend Entertainment,,,,,,,1994-01-01, -/games/boxart/full_surging-aura_2JapanFront.jpg,Surging Aura,GEN,Role-Playing,Sega,Japan Media Programming Inc. (JAMP),,,,,,,1995-03-17, -/games/boxart/full_susano-o-densetsu_5JapanFront.jpg,Susano O Densetsu,PCE,Role-Playing,Hudson Soft,Alfa System,,,,,,,1989-04-27, -/games/boxart/full_sweet-home_10JapanFront.jpg,Sweet Home,NES,Role-Playing,Capcom,Capcom,,,,,,,1989-12-15, -/games/boxart/full_1950003AmericaFrontccc.png,Sword Art Online: Code Register,And,Role-Playing,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-11-28, -/games/boxart/full_sword-of-aragon_379AmericaFront.jpg,Sword of Aragon,PC,Role-Playing,SSI,Unknown,,,,,,,1989-01-01, -/games/boxart/full_sword-of-hope-ii_850AmericaFront.jpg,Sword of Hope II,GB,Role-Playing,Kemco,Kemco,,,,,,,1996-09-01, -/games/boxart/full_709263JapanFrontccc.jpg,Sword of Kalin (FDS),NES,Role-Playing,Square,Xtalsoft,,,,,,,1987-10-02, -/games/boxart/default.jpg,Sword of Moonlight: King's Field Making Tool,PC,Role-Playing,From Software,From Software,,,,,,,2000-03-16, -/games/boxart/full_sword-of-rapier_625AmericaFront.jpg,Sword of Rapier,XBL,Role-Playing,Microsoft,Ikumo vDog,,,,,,,2010-08-26, -/games/boxart/full_7252396AmericaFrontccc.jpg,Sword of the Samurai,PC,Role-Playing,Microprose,MicroProse,,,,,,,1990-01-01, -/games/boxart/full_sword-of-vermillion_618AmericaFront.jpg,Sword of Vermilion,PC,Role-Playing,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/5429467ccc.jpg,Sword of Vermilion,VC,Role-Playing,Sega,Sega,,,,,,,2007-03-05, -/games/boxart/7891040ccc.jpg,Sword of Vermilion,GEN,Role-Playing,Sega,Sega,,,,,,,1989-12-15, -/games/boxart/4129903ccc.jpg,Swordquest: FireWorld,2600,Role-Playing,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_2850439AmericaFrontccc.jpg,Swords & Monsters,XBL,Role-Playing,Microsoft,Triple A Studios,,,,,,,2008-11-28, -/games/boxart/full_swords-and-monsters_106AmericaFront.jpg,Swords and Monsters,XBL,Role-Playing,Microsoft,Triple A Studios,,,,,,,2008-11-28, -/games/boxart/2209859ccc.jpg,Swords and Serpents,NES,Role-Playing,Acclaim Entertainment,Interplay Productions,,,,,,,1990-08-01, -/games/boxart/3462579ccc.jpg,Sylvan Tale,GG,Role-Playing,Sega,Sega,,,,,,,1995-01-27, -/games/boxart/full_2576812JapanFrontccc.jpg,Sylvanian Families 2: Irozuku Mori no Fantasy,GB,Role-Playing,Epoch,Epoch,,,,,,,2000-12-22, -/games/boxart/full_sylvanian-families-3-hoshifuru-yoru-no-sunatokei_937JapanFront.jpg,Sylvanian Families 3: Hoshifuru Yoru no Sunatokei,GB,Role-Playing,Epoch,Epoch,,,,,,,2001-12-21, -/games/boxart/full_sylvanian-families-4-meguru-kisetsu-no-tapestry_963JapanFront.jpg,Sylvanian Families 4: Meguru Kisetsu no Tapestry,GBA,Role-Playing,Epoch,Epoch,,,,,,,2002-12-06, -/games/boxart/full_sylvanian-families-fashion-designer-ni-naritai-kurumi-risu-no-onna-no-ko_66JapanFront.jpg,Sylvanian Families: Fashion Designer ni Naritai! - Kurumi-Risu no Onna no Ko,GBA,Role-Playing,Epoch,Epoch,,,,,,,2004-12-02, -/games/boxart/full_3806446JapanFrontccc.jpg,Sylvanian Families: Otogi no Kuni no Pendant,GB,Role-Playing,Epoch,Epoch,,,,,,,1999-10-15, -/games/boxart/full_sylvanian-families-yosei-no-stick-to-fushigi-no-ki-maron-inu-no-onna-no-ko_423JapanFront.jpg,Sylvanian Families: Yosei no Stick to Fushigi no Ki - Maron-Inu no Onna no Ko,GBA,Role-Playing,Epoch,Epoch,,,,,,,2003-12-05, -/games/boxart/full_sylviana-ai-ippai-no-boukensha_928JapanFront.jpg,Sylviana: Ai Ippai no Boukensha (FDS),NES,Role-Playing,Pack-In-Video,Pack-In-Video,,,,,,,1988-08-10, -/games/boxart/full_tabaluga_419PALFront.jpg,Tabaluga,GB,Role-Playing,Infogrames,NEON Software GmbH,,,,,,,1999-05-03, -/games/boxart/9090803ccc.jpg,Tabula Rasa,PC,Role-Playing,NCSoft,NCsoft,,,,,,,2007-10-30, -/games/boxart/full_9144606JapanFrontccc.jpg,Tactics Ogre: Let Us Cling Together,VC,Role-Playing,Square Enix,Quest Corporation,,,,,,,2009-02-10, -/games/boxart/full_4616804JapanFrontccc.jpg,Tactics Ogre: Let Us Cling Together,SAT,Role-Playing,Riverhillsoft,Quest Corporation,,,,,,,1996-12-13, -/games/boxart/full_tactics-ogre-let-us-cling-together_483AmericaFront.jpg,Tactics Ogre: Let Us Cling Together,PSN,Role-Playing,Square Enix,Square Enix,,,,,,,2011-02-15, -/games/boxart/full_1596973JapanFrontccc.jpg,Taikou Risshiden,VC,Role-Playing,KOEI,Koei,,,,,,,2009-09-01, -/games/boxart/full_3036479JapanFrontccc.jpg,Taikou Risshiden,SNES,Role-Playing,KOEI,Koei,,,,,,,1993-04-07, -/games/boxart/full_2398623JapanFrontccc.jpg,Taikou Risshiden,GEN,Role-Playing,KOEI,Koei,,,,,,,1993-05-28, -/games/boxart/full_tales-of-eternia-online_459JapanFront.jpg,Tales of Eternia Online,PC,Role-Playing,Namco,Namco,,,,,,,2006-03-03, -/games/boxart/default.jpg,Tales of Fandom Vol.1,PS,Role-Playing,Namco,Namco Tales Studio,,,,,,,2002-01-31, -/games/boxart/default.jpg,Tales of Fantasy,PC,Role-Playing,IGG,Unknown,,,,,,,, -/games/boxart/full_6492451AmericaFrontccc.jpg,Tales of Pirates,PC,Role-Playing,IGG,Moliyo,,,,,,,2008-03-24, -/games/boxart/default.jpg,Tales of Pirates II,PC,Role-Playing,IGG,Unknown,,,,,,,, -/games/boxart/9252900ccc.jpg,"Tales of the Unknown, Volume I: The Bard's Tale",PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc",,,,,,,1985-01-01, -/games/boxart/full_tales-of-the-world-radiant-mythology-3_88JapanFront.jpg,Tales of the World: Radiant Mythology 3,PSN,Role-Playing,Namco Bandai,Alfa System,,,,,,,2011-02-10, -/games/boxart/full_5745669JapanFrontccc.jpg,TearRing Saga Series: Berwick Saga,PS2,Role-Playing,Enterbrain,Enterbrain,,,,,,,2005-05-26, -/games/boxart/full_4447217JapanFrontccc.jpg,Tears to Tiara,PC,Role-Playing,Leaf,Leaf,,,,,,,2005-04-28, -/games/boxart/9566222ccc.jpg,Tecmo Secret of the Stars,SNES,Role-Playing,Tecmo,Tecmo,,,,,,,1995-07-01, -/games/boxart/full_695727JapanFrontccc.jpg,Telefang 2,GBA,Role-Playing,Natsume,Smilesoft,,,,,,,2002-04-26, -/games/boxart/full_22217AmericaFrontccc.jpg,Temple of Apshai Trilogy,PC,Role-Playing,Keypunch,Epyx Computer Software,,,,,,,1985-01-01, -/games/boxart/full_tenchi-no-mon-2-busouden_6JapanFront.jpg,Tenchi no Mon 2: Busouden,PSN,Role-Playing,Sony Computer Entertainment,Climax Entertainment,,,,,,,2009-08-19, -/games/boxart/full_8930005JapanFrontccc.jpg,Tenchi no Mon 2: Busouden,PSP,Role-Playing,Sony Computer Entertainment,Climax Entertainment,,,,,,,2006-10-19, -/games/boxart/full_tenchi-o-kurau-ii-shokatsu-koumei-den_622JapanFront.jpg,Tenchi o Kurau II: Shokatsu Koumei Den,NES,Role-Playing,Capcom,Capcom,,,,,,,1991-04-05, -/games/boxart/default.jpg,Tengai Makyō: Ziria,PCFX,Role-Playing,Unknown,Red Company Corporation,,,,,,,, -/games/boxart/full_tengai-makyou-ziria_1JapanFront.jpg,Tengai Makyou: Ziria,PSN,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,2010-10-20, -/games/boxart/full_tengai-makyou-ziria_3JapanFront.jpg,Tengai Makyou: Ziria,PCE,Role-Playing,Hudson Soft,RED Entertainment,,,,,,,1989-06-30, -/games/boxart/full_2579999JapanFrontccc.jpg,Tenkaichi Bushi: Keru Naguru,NES,Role-Playing,Namco,Game Studio,,,,,,,1989-07-21, -/games/boxart/full_6964501JapanFrontccc.jpg,Tensai Bit-Kun: Gramon Battle,PS2,Role-Playing,Taito,TOSE,,,,,,,2003-09-18, -/games/boxart/full_7673882JapanFrontccc.jpg,Tensai Bit-Kun: Gramon Battle,GC,Role-Playing,Taito,TOSE,,,,,,,2003-10-03, -/games/boxart/full_266346JapanFrontccc.jpg,Tenshi no Present: Marle Oukoku Monogatari,PS2,Role-Playing,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2000-12-21, -/games/boxart/full_1097729AmericaFrontccc.png,Terra Battle,And,Role-Playing,Mistwalker,Mistwalker,,,,,,,2014-09-30, -/games/boxart/full_the-3rd-birthday_639AmericaFront.jpg,The 3rd Birthday,PSN,Role-Playing,Square Enix,HexaDrive,7,,,,,,2011-03-29, -/games/boxart/9922936ccc.jpg,The 7th Saga,SNES,Role-Playing,Enix,Produce!,,,,,,,1993-09-01, -/games/boxart/full_7711616AmericaFrontccc.jpg,The A.Typical RPG,PC,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2011-03-30, -/games/boxart/full_6260682AmericaFrontccc.jpg,The A.Typical RPG,Linux,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2011-03-30, -/games/boxart/full_2763628JapanFrontccc.jpg,The Adventure Of Hourai High School!: Tenkousei Scramble,SNES,Role-Playing,J-Wing,Dynamite,,,,,,,1996-04-19, -/games/boxart/default.jpg,The Adventures of Maddog Williams Vol 1. in the Dungeons of Duridian,PC,Role-Playing,Unknown,Game Crafters,,,,,,,, -/games/boxart/default.jpg,The Agency,PS3,Role-Playing,Unknown,Sony Online Entertainment,,,,,,,2020-12-31, -/games/boxart/default.jpg,The Agency,PC,Role-Playing,Unknown,Sony Online Entertainment,,,,,,,, -/games/boxart/full_861436JapanFrontccc.jpg,The Airs,PS,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,1999-03-25, -/games/boxart/full_the-baconing_591AmericaFront.jpg,The Baconing,PC,Role-Playing,Hothead Games,Hothead Games,6,,,,,,2011-08-31, -/games/boxart/full_the-baconing_402AmericaFront.jpg,The Baconing,XBL,Role-Playing,Hothead Games,Hothead Games,6.2,,,,,,2011-08-31, -/games/boxart/full_the-baconing_278AmericaFront.jpg,The Baconing,PSN,Role-Playing,Hothead Games,Hothead Games,6.1,,,,,,2011-08-30, -/games/boxart/full_9643697AmericaFrontccc.jpg,The Baldur's Gate Collection,PC,Role-Playing,Black Isle Studios,BioWare Corporation,,,,,,,1999-11-05, -/games/boxart/default.jpg,The Banner Saga,PSV,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-01-12, -/games/boxart/default.jpg,The Banner Saga,PS4,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-01-12, -/games/boxart/default.jpg,The Banner Saga,XOne,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-01-12, -/games/boxart/default.jpg,The Banner Saga 2,XOne,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-07-26, -/games/boxart/default.jpg,The Banner Saga 2,OSX,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-04-19, -/games/boxart/default.jpg,The Banner Saga 2,PS4,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2016-07-26, -/games/boxart/default.jpg,The Banner Saga 2,PSV,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2020-12-31, -/games/boxart/full_1447701AmericaFrontccc.jpg,The Bard's Tale,NES,Role-Playing,FCI,Atelier Double,,,,,,,1991-11-01, -/games/boxart/1982748ccc.jpg,The Bard's Tale II: The Destiny Knight,PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc.",,,,,,,1988-01-01, -/games/boxart/1674917ccc.jpg,The Bard's Tale III: Thief of Fate,PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc.",,,,,,,1990-12-31, -/games/boxart/full_the-black-onyx_759JapanFront.jpg,The Black Onyx,GB,Role-Playing,Taito,Atelier Double,,,,,,,2001-03-02, -/games/boxart/default.jpg,The Dark Eye: Demonicon,PC,Role-Playing,Kalypso Media,TGC,,,,,,,2013-10-25, -/games/boxart/full_1776842AmericaFrontccc.jpg,The Dark Heart of Uukrul,PC,Role-Playing,Broderbund,Digital Studios Limited,,,,,,,1990-01-01, -/games/boxart/full_the-dark-queen-of-krynn_83AmericaFront.jpg,The Dark Queen of Krynn,PC,Role-Playing,SSI,MicroMagic,,,,,,,1992-01-01, -/games/boxart/full_8743645AmericaFrontccc.png,The Denpa Men 2: Beyond the Waves,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2013-05-30,2018-07-17 -/games/boxart/full_5411787AmericaFrontccc.jpg,The Denpa Men 3: Rise of the Digi Toll,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2014-05-08,2018-07-17 -/games/boxart/full_2133290JapanFrontccc.jpg,The Denpa Men RPG FREE!,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2014-07-23,2018-07-17 -/games/boxart/full_4305068AmericaFrontccc.jpg,The Dynastic Hero,PCE,Role-Playing,Turbo Technologies,Hudson Soft,,,,,,,1993-01-01, -/games/boxart/full_2106281AmericaFrontccc.jpg,The Dynastic Hero,VC,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,2007-12-03, -/games/boxart/full_1481306AmericaFrontccc.jpg,The Elder Scrolls III: Bloodmoon,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.6,,,,,,2003-06-03, -/games/boxart/full_9981961AmericaFrontccc.png,The Elder Scrolls III: Tribunal,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,7.7,,,,,,2002-11-06, -/games/boxart/full_the-elder-scrolls-iv-knights-of-the-nine_728AmericaFront.jpg,The Elder Scrolls IV: Knights of the Nine,XBL,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,2006-11-21, -/games/boxart/full_571376AmericaFrontccc.jpg,The Elder Scrolls IV: Knights of the Nine,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,8.6,,,,,,2006-11-21, -/games/boxart/7934536ccc.jpg,The Elder Scrolls IV: Oblivion,PSP,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,, -/games/boxart/full_4078100AmericaFrontccc.jpg,The Elder Scrolls IV: Oblivion,XBL,Role-Playing,Take-Two Interactive,Bethesda Softworks,,,,,,,2009-08-11, -/games/boxart/full_4174735AmericaFrontccc.jpg,The Elder Scrolls IV: Oblivion - Game of the Year Edition,PC,Role-Playing,2K Games,Bethesda Softworks,9,,,,,,2007-09-10, -/games/boxart/full_1674653AmericaFrontccc.jpg,The Elder Scrolls IV: Shivering Isles,PC,Role-Playing,Bethesda Softworks,Bethesda,8.6,,,,,,2007-03-26, -/games/boxart/full_the-elder-scrolls-travels-shadowkey_170AmericaFront.jpg,The Elder Scrolls Travels: Shadowkey,NGage,Role-Playing,Nokia,Vir2L Studios,6.4,,,,,,2004-11-23, -/games/boxart/271110ccc.jpg,The Elder Scrolls: Arena,PC,Role-Playing,Bethesda Softworks,Bethesda Softworks,,,,,,,1992-01-15, -/games/boxart/full_3117235AmericaFrontccc.jpg,The Faery Tale Adventure,GEN,Role-Playing,Electronic Arts,New World Computing,,,,,,,1991-01-01, -/games/boxart/default.jpg,The Fall: Last Days of Gaia,PC,Role-Playing,Unknown,Silver Style,,,,,,,, -/games/boxart/full_the-forgotten-realms-archive_60AmericaFront.jpg,The Forgotten Realms Archive,PC,Role-Playing,SSI,SSI,,,,,,,1996-01-01, -/games/boxart/full_1237713AmericaFrontccc.jpg,The Good Life,PC,Role-Playing,White Owls,White Owls,,,,,,,2020-12-02,2020-08-13 -/games/boxart/full_6453078AmericaFrontccc.jpg,The Good Life,OSX,Role-Playing,White Owls,White Owls,,,,,,,2020-11-02,2020-08-13 -/games/boxart/full_the-great-battle-pocket_931JapanFront.jpg,The Great Battle Pocket,GB,Role-Playing,Banpresto,Alpha Unit,,,,,,,1999-12-03, -/games/boxart/full_heian-fuuunden_1JapanFront.jpg,The Heian Fuuunden,SNES,Role-Playing,KSS,Natsume,,,,,,,1995-09-29, -/games/boxart/2842474ccc.jpg,The Immortal,NES,Role-Playing,Electronic Arts,Sandcastle,,,,,,,1990-11-01, -/games/boxart/full_9869424AmericaFrontccc.jpg,The Immortal,GEN,Role-Playing,Electronic Arts,Sandcastle,,,,,,,1993-08-09, -/games/boxart/default.jpg,The Last Remnant,PS3,Role-Playing,Square Enix,Square Enix,,,,,,,2009-12-31, -/games/boxart/full_the-legend-of-dragoon_900JapanFront.jpg,The Legend of Dragoon,PSN,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2010-12-22, -/games/boxart/full_the-legend-of-heroes-i-amp-ii-eiyuu-densetsu_696JapanFront.jpg,The Legend of Heroes I & II: Eiyuu Densetsu,PS,Role-Playing,GMF,Nihon Falcom Corporation,,,,,,,1998-06-25, -/games/boxart/full_the-legend-of-heroes-i-amp-ii-eiyuu-densetsu_153JapanFront.jpg,The Legend of Heroes I & II: Eiyuu Densetsu,SAT,Role-Playing,GMF,Nihon Falcom Corporation,,,,,,,1998-09-23, -/games/boxart/full_eiyuu-densetsu-ao-no-kiseki_451JapanFront.jpg,The Legend of Heroes: Ao no Kiseki,PSN,Role-Playing,Falcom Corporation,Falcom,,,,,,,2011-09-29, -/games/boxart/full_the-legend-of-heroes-trails-in-the-sky_673AmericaFront.jpg,The Legend of Heroes: Trails in the Sky,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2011-03-29, -/games/boxart/full_7273965AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky SC,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24,2019-01-03 -/games/boxart/full_eiyuu-densetsu-sora-no-kiseki-the-3rd_381JapanFront.jpg,The Legend of Heroes: Trails in the Sky Third Chapter,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-12-16, -/games/boxart/9931336ccc.jpg,The Legend of Oasis,SAT,Role-Playing,Sega,Ancient,,,,,,,1996-11-30, -/games/boxart/full_kaze-no-densetsu-xanadu_708JapanFront.jpg,The Legend of Xanadu,VC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2008-11-25, -/games/boxart/full_kaze-no-densetsu-xanadu_560JapanFront.jpg,The Legend of Xanadu,PCE,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1994-02-18, -/games/boxart/full_the-legend-of-xanadu_781JapanFront.jpg,The Legend of Xanadu,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2002-08-30, -/games/boxart/full_the-legend-of-xanadu-ii_395JapanFront.jpg,The Legend of Xanadu II,VC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-01-27, -/games/boxart/full_kaze-no-densetsu-xanadu-ii_882JapanFront.jpg,The Legend of Xanadu II,PCE,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1995-06-30, -/games/boxart/full_1250483AmericaFrontccc.jpeg,The Long Journey Home,PC,Role-Playing,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2017-05-30, -/games/boxart/full_the-lord-of-the-rings-online-rise-of-isengard_27AmericaFront.jpg,The Lord of the Rings Online: Rise of Isengard,PC,Role-Playing,Warner Bros. Interactive,Turbine Inc.,8.6,,,,,,2011-09-27, -/games/boxart/3381007ccc.jpg,The Lord of the Rings Online: Shadows of Angmar,PC,Role-Playing,Midway Games,Turbine Inc.,,,,,,,2007-04-24, -/games/boxart/full_1077376AmericaFrontccc.jpg,The Lord of the Rings: The Fellowship of the Ring,GBA,Role-Playing,Universal Interactive,Pocket Studios,,,,,,,2002-09-24, -/games/boxart/full_8011329AmericaFrontccc.jpg,The Lords of Midnight,ACPC,Role-Playing,Beyond Software,Unknown,,,,,,,1984-01-01,2018-01-06 -/games/boxart/default.jpg,The Lost TownThe Dust,DSiW,Role-Playing,Unknown,CIRCLE Ent.,,,,,,,, -/games/boxart/9600446ccc.jpg,The Magic of Scheherazade,NES,Role-Playing,Culture Brain,Culture Brain,,,,,,,1989-12-01, -/games/boxart/full_6377729AmericaFrontccc.jpg,The Matrix Online,PC,Role-Playing,Warner Bros. Interactive,Monolith Productions,6.9,,,,,,2005-03-22, -/games/boxart/full_317232JapanFrontccc.jpg,The Mechsmith: Run-Dim,PS2,Role-Playing,Idea Factory,Digital Dream Studios,,,,,,,2000-08-24, -/games/boxart/101505ccc.jpg,The Orb & the Oracle,PC,Role-Playing,Unknown,,,,,,,,, -/games/boxart/default.jpg,The Red Crystal,PC,Role-Playing,Quantum Quality,Quantum Quality Productions,,,,,,,1994-01-01, -/games/boxart/full_1515590AmericaFrontccc.jpg,The Roots: Gates of Chaos,NGage,Role-Playing,Nokia,Cenega Publishing,,,,,,,2005-08-15, -/games/boxart/full_the-saga-of-ryzom_7AmericaFront.jpg,The Saga of Ryzom,PC,Role-Playing,Tri Synergy,Nevrax,,,,,,,2004-09-20, -/games/boxart/default.jpg,The Secret World,X360,Role-Playing,Unknown,Funcom,,,,,,,, -/games/boxart/default.jpg,The Seventh Seal - The Resurrection of the Dark Lord,PC,Role-Playing,Unknown,Soft-World,,,,,,,2003-01-03, -/games/boxart/default.jpg,The Spatials,PC,Role-Playing,Weird and Wry,Weird and Wry,,,,,,,2015-03-30, -/games/boxart/default.jpg,The Spatials,OSX,Role-Playing,Weird and Wry,Weird and Wry,,,,,,,2015-03-30, -/games/boxart/full_6703318AmericaFrontccc.jpg,The Summoning,PC,Role-Playing,SSI,Event Horizon Software,,,,,,,1992-01-01, -/games/boxart/full_the-sword-of-hope_291AmericaFront.jpg,The Sword of Hope,GB,Role-Playing,Seika,Kemco,,,,,,,1991-06-01, -/games/boxart/full_the-sword-of-hope_110JapanFront.jpg,The Sword of Hope,3DS,Role-Playing,Kemco,Kemco,,,,,,,2011-12-07, -/games/boxart/full_9932415AmericaFrontccc.jpg,The Third Courier,PC,Role-Playing,Unknown,"Synergistic Software, Inc.",,,,,,,, -/games/boxart/full_355293JapanFrontccc.jpg,The Tower of Druaga,NES,Role-Playing,Namco,Namco,,,,,,,1985-08-06, -/games/boxart/full_the-tower-of-druaga_4JapanFront.jpg,The Tower of Druaga,GB,Role-Playing,Namco,Angel Studios,,,,,,,1990-12-31, -/games/boxart/full_1478050JapanFrontccc.jpg,The Tower of Druaga,GC,Role-Playing,Namco,Namco,,,,,,,2003-12-05, -/games/boxart/full_7670440JapanFrontccc.jpg,The Tower of Druaga,VC,Role-Playing,Namco Bandai,Namco,,,,,,,2007-09-25, -/games/boxart/full_the-tower-of-druaga_7JapanFront.jpg,The Tower of Druaga,PCE,Role-Playing,Namco,Game Studio,,,,,,,1992-06-25, -/games/boxart/full_the-twisted-tales-of-spike-mcfang_7AmericaFront.jpg,The Twisted Tales of Spike McFang,SNES,Role-Playing,Bullet Proof Software,RED Company,,,,,,,1994-06-01, -/games/boxart/full_the-ultimate-wizardry-archives_150AmericaFront.jpg,The Ultimate Wizardry Archives,PC,Role-Playing,Interplay,Sir-Tech Software Inc.,,,,,,,1998-01-01, -/games/boxart/default.jpg,The Well at the World’s End,DS,Role-Playing,Unknown,Lace Mamba Global,,,,,,,, -/games/boxart/default.jpg,The Well at the World’s End,Wii,Role-Playing,Unknown,Lace Mamba Global,,,,,,,, -/games/boxart/full_the-wizardry-trilogy_602AmericaFront.jpg,"The Wizardry Trilogy: Scenarios I, II & III",PC,Role-Playing,Sirtech,Sir-Tech Software Inc.,,,,,,,1987-01-01, -/games/boxart/full_threads-of-fate_29AmericaFront.jpg,Threads of Fate,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-04-19, -/games/boxart/full_5685494JapanFrontccc.jpg,Tilk: Aoi Umi kara Kita Shoujo,SAT,Role-Playing,TGL,TGL,,,,,,,1997-12-23, -/games/boxart/full_tilk-aoi-umi-kara-kita-shoujo_260JapanFront.jpg,Tilk: Aoi Umi kara Kita Shoujo,PS,Role-Playing,TGL,TGL,,,,,,,1997-04-25, -/games/boxart/full_tilk_938JapanFront.jpg,Tilk: Aoi Umi kara Kita Shoujo,PSN,Role-Playing,Sony Computer Entertainment,TGL,,,,,,,2009-04-22, -/games/boxart/full_time-bokan-series-bokan-densetsu_9JapanFront.jpg,Time Bokan Series: Bokan Densetsu,WS,Role-Playing,Banpresto,Alpha Unit,,,,,,,2000-04-27, -/games/boxart/full_3011450AmericaFrontccc.jpg,Time Stalkers,DC,Role-Playing,Sega,Climax Entertainment,,,,,,,1999-09-30, -/games/boxart/full_2044199AmericaFrontccc.jpg,Times of Lore,PC,Role-Playing,Origin Systems,Origin Systems,,,,,,,1989-01-01, -/games/boxart/full_1442626AmericaFrontccc.jpg,Times of Lore,NES,Role-Playing,TOHO,Origin Systems,,,,,,,1991-05-01, -/games/boxart/full_8029801JapanFrontccc.jpg,Tokyo Majin Gakuen: Fuju Houroku,WS,Role-Playing,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2000-10-12, -/games/boxart/full_9822008AmericaFrontccc.jpg,Tokyo Xanadu eX+,PSV,Role-Playing,Aksys Games,Nihon Falcom Corporation,,,,,,,2017-12-08, -/games/boxart/full_tombs-amp-treasure_1AmericaFront.jpg,Tombs & Treasure,NES,Role-Playing,Infocom,Tokyo Shoseki,,,,,,,1991-06-01, -/games/boxart/full_too-human_0AmericaFront.jpg,Too Human,XBL,Role-Playing,Microsoft Game Studios,Silicon Knights,,,,,,,2010-08-03, -/games/boxart/full_torchlight_430AmericaFront.jpg,Torchlight,XBL,Role-Playing,Microsoft,Runic Games,8.4,,,,,,2011-03-09, -/games/boxart/full_639584PALFrontccc.jpg,Torment: Tides of Numenera,OSX,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2016-01-01,2018-08-09 -/games/boxart/full_8230859PALFrontccc.jpg,Torment: Tides of Numenera,Linux,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2017-02-28,2018-08-09 -/games/boxart/full_tougi-ou-king-colossus_2JapanFront.jpg,Tougi-Ou: King Colossus,GEN,Role-Playing,Sega,Sega,,,,,,,1992-06-26, -/games/boxart/6136094ccc.jpg,Towers II: Plight of the Stargazer,AJ,Role-Playing,Telegames,JV Games,,,,,,,1996-12-01, -/games/boxart/full_9684600AmericaFrontccc.jpg,Towers II: Plight of the Stargazer,GBA,Role-Playing,Unknown,Vatical Entertainment,,,,,,,, -/games/boxart/full_towers-lord-baniffs-deceit_620AmericaFront.jpg,Towers: Lord Baniff's Deceit,GB,Role-Playing,Vatical Entertainment,JV Games Inc.,,,,,,,2000-06-20, -/games/boxart/full_525839AmericaFrontccc.jpg,Transistor,PS4,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2014-05-20,2018-04-20 -/games/boxart/full_6005578AmericaFrontccc.jpg,Traysia,GEN,Role-Playing,Renovation,Telenet Japan,,,,,,,1992-12-01, -/games/boxart/full_839420JapanFrontccc.jpg,Treasure Hunter G,VC,Role-Playing,Square Enix,Sting,,,,,,,2007-12-25, -/games/boxart/full_1710944JapanFrontccc.jpg,Tricolore Crise,DC,Role-Playing,Victor Interactive,Victor Interactive Software,,,,,,,2000-11-09, -/games/boxart/full_2600279AmericaFrontccc.jpg,Trinity Wars Prologue: Spine of the World,XBL,Role-Playing,Microsoft,TnTGaming,,,,,,,2009-02-27, -/games/boxart/full_troy-online_532AmericaFront.png,Troy Online,PC,Role-Playing,Unknown,ALT1,,,,,,,2011-08-19, -/games/boxart/full_7932835JapanFrontccc.jpg,Tsubasa Chronicle,DS,Role-Playing,Arika,Cavia,,,,,,,2005-10-27, -/games/boxart/full_9524886JapanFrontccc.jpg,Tsubasa Chronicle Vol.2,DS,Role-Playing,Arika,Arika,,,,,,,2006-04-20, -/games/boxart/default.jpg,Twelve Sky,PC,Role-Playing,Aeria Games & Entertainment,Gigassoft,,,,,,,2007-09-18, -/games/boxart/default.jpg,Twelve Sky 2,PC,Role-Playing,Unknown,Gigassoft,,,,,,,, -/games/boxart/full_twin_517JapanFront.jpg,Twin,GB,Role-Playing,Athena,Athena,,,,,,,1992-01-31, -/games/boxart/full_6135303JapanFrontccc.jpg,TwinBee RPG,PS,Role-Playing,Konami,KCET,,,,,,,1998-04-02, -/games/boxart/default.jpg,Two Brothers,PS4,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 -/games/boxart/default.jpg,Two Brothers,PSV,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 -/games/boxart/default.jpg,Two Brothers,Linux,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 -/games/boxart/default.jpg,Two Brothers,WiiU,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 -/games/boxart/full_4969486AmericaFrontccc.jpeg,Two Brothers,PC,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 -/games/boxart/default.jpg,Two Brothers,OSX,Role-Playing,Ackkstudios,Ackk Studios,,,,,,,2015-01-01,2018-08-02 -/games/boxart/default.jpg,Two Worlds II: Pirates of the Flying Fortress,PSN,Role-Playing,TopWare,Reality Pump,,,,,,,, -/games/boxart/default.jpg,Two Worlds II: Pirates of the Flying Fortress,PS3,Role-Playing,Unknown,Reality Pump,,,,,,,, -/games/boxart/full_two-worlds-ii-pirates-of-the-flying-fortress_949AmericaFront.jpg,Two Worlds II: Pirates of the Flying Fortress,PC,Role-Playing,SouthPeak Interactive,Reality Pump,,,,,,,2011-09-20, -/games/boxart/default.jpg,Two Worlds II: Pirates of the Flying Fortress,X360,Role-Playing,Unknown,Reality Pump,,,,,,,, -/games/boxart/full_two-worlds-ii-pirates-of-the-flying-fortress_857AmericaFront.jpg,Two Worlds II: Pirates of the Flying Fortress,XBL,Role-Playing,TopWare,Reality Pump,,,,,,,2011-09-27, -/games/boxart/default.jpg,Two Worlds: The Tempation,PC,Role-Playing,Unknown,Reality Jump,,,,,,,, -/games/boxart/full_9775881JapanFrontccc.jpg,Uchuujin Tanaka Tarou de RPG Tsukuuru GB2,GB,Role-Playing,Enterbrain,Enterbrain,,,,,,,2001-07-20, -/games/boxart/default.jpg,UFO: Aftershock,PC,Role-Playing,Unknown,Altar Interactive/Cenega Publishing,,,,,,,, -/games/boxart/default.jpg,UFO: Trilogy,PC,Role-Playing,Unknown,Altar Interactive/Cenega Publishing,,,,,,,, -/games/boxart/full_191522AmericaFrontccc.jpg,Ultima III: Exodus,PC,Role-Playing,Origin Systems,Origin Systems,,,,,,,1983-01-01, -/games/boxart/full_ultima-iv_7PALFront.jpg,Ultima IV,MS,Role-Playing,Sega,Origin,,,,,,,1990-01-01, -/games/boxart/3077548ccc.jpg,Ultima IV: Quest of the Avatar,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1985-01-01, -/games/boxart/3530935ccc.jpg,Ultima IX: Ascension,PC,Role-Playing,Electronic Arts,"Origin Systems, Inc.",,,,,,,1999-11-01, -/games/boxart/6183950ccc.jpg,Ultima Online,PC,Role-Playing,Electronic Arts,Origin Systems,9,,,,,,1997-09-30, -/games/boxart/9796145ccc.jpg,Ultima Online: Age of Shadows,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2003-02-08, -/games/boxart/default.jpg,Ultima Online: Eve of a New Age,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2006-10-31, -/games/boxart/full_ultima-online-kingdom-reborn_10AmericaFront.png,Ultima Online: Kingdom Reborn,PC,Role-Playing,Electronic Arts,Mythic Entertainment,,,,,,,2007-09-27, -/games/boxart/6816850ccc.jpg,Ultima Online: Lord Blackthorn's Revenge,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2002-02-24, -/games/boxart/3880548ccc.jpg,Ultima Online: Mondain's Legacy,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2005-08-30, -/games/boxart/1250091ccc.jpg,Ultima Online: Renaissance,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2000-04-30, -/games/boxart/full_3318114AmericaFrontccc.jpg,Ultima Online: Samurai Empire,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2004-11-02, -/games/boxart/default.jpg,Ultima Online: Stygian Abyss,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2009-09-08, -/games/boxart/full_7641837AmericaFrontccc.jpg,Ultima Online: The Eighth Age,PC,Role-Playing,Electronic Arts,Electronic Arts,,,,,,,2005-10-18, -/games/boxart/2024430ccc.jpg,Ultima Online: The Second Age,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,1998-10-31, -/games/boxart/2343732ccc.jpg,Ultima Online: Third Dawn,PC,Role-Playing,Electronic Arts,Origin Systems,,,,,,,2001-03-26, -/games/boxart/3508764ccc.jpg,Ultima Underworld II: Labyrinth of Worlds,PC,Role-Playing,Origin Systems,"Looking Glass Technologies, Inc.",,,,,,,1992-01-01, -/games/boxart/full_1265217JapanFrontccc.jpg,Ultima Underworld: The Stygian Abyss,PS,Role-Playing,Electronic Arts Victor,Electronic Arts,,,,,,,1997-03-14, -/games/boxart/full_6908067AmericaFrontccc.jpg,Ultima Underworld: The Stygian Abyss,PC,Role-Playing,Origin Systems,Blue Sky Productions,,,,,,,1992-03-27, -/games/boxart/3437201ccc.jpg,Ultima V: Warriors of Destiny,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1988-01-01, -/games/boxart/9472754ccc.jpg,Ultima VI: The False Prophet,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1990-01-01, -/games/boxart/1445416ccc.jpg,"Ultima VII, Part Two: Serpent Isle",PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1993-03-25, -/games/boxart/5337924ccc.png,"Ultima VII, Part Two: The Silver Seed",PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1993-08-01, -/games/boxart/7652728ccc.jpg,Ultima VII: The Black Gate,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1992-04-16, -/games/boxart/5479702ccc.png,Ultima VII: The Forge of Virtue,PC,Role-Playing,Origin Systems,"Origin Systems, Inc.",,,,,,,1992-07-01, -/games/boxart/8593359ccc.jpg,Ultima VIII: Pagan,PC,Role-Playing,Origin Systems,Origin Systems,,,,,,,1993-03-16, -/games/boxart/8066574ccc.jpg,Ultima: Exodus,NES,Role-Playing,FCI,Origin,,,,,,,1989-02-01, -/games/boxart/1000386ccc.jpg,Ultima: Quest of the Avatar,NES,Role-Playing,FCI,Infinity,,,,,,,1990-12-01, -/games/boxart/69642ccc.jpg,Ultima: Runes of Virtue,GB,Role-Playing,FCI,"Origin Systems, Inc.",,,,,,,1992-07-01, -/games/boxart/full_ultima-runes-of-virtue-ii_518AmericaFront.jpg,Ultima: Runes of Virtue II,SNES,Role-Playing,Electronic Arts,"Origin Systems, Inc.",,,,,,,1994-11-01, -/games/boxart/9955792ccc.jpg,Ultima: Runes of Virtue II,GB,Role-Playing,FCI,"Origin Systems, Inc.",,,,,,,1994-03-01, -/games/boxart/full_7548730AmericaFrontccc.jpg,Ultima: The False Prophet,SNES,Role-Playing,FCI,Infinity,,,,,,,1992-01-01, -/games/boxart/2695785ccc.jpg,Ultima: Warriors of Destiny,NES,Role-Playing,FCI,Origin,,,,,,,1993-01-01, -/games/boxart/full_8095743JapanFrontccc.jpg,Ultraman Club 2: Kitte Kita Ultraman Club,NES,Role-Playing,Bandai,Interlink,,,,,,,1990-04-07, -/games/boxart/full_1534470JapanFrontccc.jpg,Ultraman Club 3: Mata Mata Shiyutsugeki!! Ultra Kyoudai,NES,Role-Playing,Bandai,Tsuburaya Prod.,,,,,,,1991-12-29, -/games/boxart/full_8856024JapanFrontccc.jpg,Ultraman Club: Chikyuu Dakkan Sakusen (FDS),NES,Role-Playing,Bandai,Tsuburaya Prod.,,,,,,,1988-10-22, -/games/boxart/full_uncharted-waters-online_6JapanFront.jpg,Uncharted Waters Online,PC,Role-Playing,KOEI,Koei,,,,,,,2005-03-16, -/games/boxart/default.jpg,Uncharted Waters Online: Gran Atlas,PS4,Role-Playing,Tecmo Koei,Koei,,,,,,,2015-09-15, -/games/boxart/full_8295632JapanFrontccc.jpg,Undercover Cops Gaiden: Hakaishin Garumaa,GB,Role-Playing,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-12-10, -/games/boxart/default.jpg,Universal Combat Online,PC,Role-Playing,3000AD,"3000AD, Inc.",,,,,,,, -/games/boxart/full_unlimited-adventures_439AmericaFront.jpg,Unlimited Adventures,PC,Role-Playing,SSI,MicroMagic,,,,,,,1993-01-01, -/games/boxart/full_6445928AmericaFrontccc.jpg,Unrest,PC,Role-Playing,Kiss,Pyrodactyl,,,,,,,2014-07-23, -/games/boxart/full_8816073AmericaFrontccc.jpg,Unrest,OSX,Role-Playing,Kiss,Pyrodactyl,,,,,,,2014-07-23, -/games/boxart/full_3164524AmericaFrontccc.jpg,Unrest,Linux,Role-Playing,Kiss,Pyrodactyl,,,,,,,2014-07-23, -/games/boxart/full_3229927AmericaFrontccc.jpg,Untold Legends: Brotherhood of the Blade,PSN,Role-Playing,Unknown,Sony Online Entertainment,,,,,,,, -/games/boxart/full_3639346AmericaFrontccc.jpg,Untold Legends: The Warriors Code,PSN,Role-Playing,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-10-01, -/games/boxart/full_urusei-yatsura-miss-tomobiki-o-chigase_9JapanFront.jpg,Urusei Yatsura: Miss Tomobiki o Chigase!,GB,Role-Playing,Yanoman,KID Corporation,,,,,,,1992-07-03, -/games/boxart/default.jpg,Ushiro,PSP,Role-Playing,Unknown,Level 5,,,,,,,, -/games/boxart/full_vagrant-story_299AmericaFront.jpg,Vagrant Story,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-03-01, -/games/boxart/full_vaitz-blade_3JapanFront.jpg,Vaitz Blade,WS,Role-Playing,Bandai,Bandai,,,,,,,1999-06-24, -/games/boxart/full_5273906AmericaFrontccc.png,Valhalla Knights,PSN,Role-Playing,Xseed Games,K2 LLC,,,,,,,2009-09-24, -/games/boxart/full_3770614PALFrontccc.png,Valhalla Knights 2,PSN,Role-Playing,Rising Star,K2 LLC,,,,,,,2010-02-25, -/games/boxart/full_8937978AmericaFrontccc.png,Valhalla Knights 2: Battle Stance,PSN,Role-Playing,Xseed Games,K2,,,,,,,2010-01-28, -/games/boxart/full_valkyria-chronicles-ii_2AmericaFront.jpg,Valkyria Chronicles II,PSN,Role-Playing,Sega,Sega WOW Overworks,8.1,,,,,,2010-08-31, -/games/boxart/full_valkyria-chronicles-iii-unrecorded-chronicles_808JapanFront.jpg,Valkyria Chronicles III: Unrecorded Chronicles,PSN,Role-Playing,Unknown,Sega WOW Overworks,,,,,,,, -/games/boxart/full_7640193AmericaFrontccc.jpg,Valkyria Chronicles: Behind Her Blue Flame,PSN,Role-Playing,Sega,Sega WOW Overworks,,,,,,,2009-04-16, -/games/boxart/full_6728660AmericaFrontccc.jpg,Valkyria Chronicles: Challenges from Team Edy,PSN,Role-Playing,Sega,Sega WOW Overworks,,,,,,,2010-02-25, -/games/boxart/full_3085250AmericaFrontccc.jpg,Valkyria Chronicles: Enter the Edy Detachment,PSN,Role-Playing,Sega,Sega WOW Overworks,,,,,,,2009-04-16, -/games/boxart/full_54932JapanFrontccc.jpg,Valkyrie no Bouken: Toki no Kagi Densetsu,VC,Role-Playing,Namco Bandai,Namco,,,,,,,2007-03-20, -/games/boxart/full_7666675JapanFrontccc.jpg,Valkyrie no Bouken: Toki no Kagi Densetsu,NES,Role-Playing,Namco,Namco,,,,,,,1986-08-01, -/games/boxart/6391948ccc.jpg,Vampire: The Masquerade - Bloodlines,PC,Role-Playing,Activision,Troika Games,,,,,,,2004-11-16, -/games/boxart/full_4390238AmericaFrontccc.jpg,Vampire: The Masquerade - Redemption,PC,Role-Playing,Activision,Nihilistic Software,,,,,,,2000-06-07, -/games/boxart/full_5357299JapanFrontccc.jpg,Vandal Hearts,SAT,Role-Playing,Konami,Konami Computer Entertainment Nagoya,,,,,,,1997-11-27, -/games/boxart/full_5193434AmericaFrontccc.jpg,Vandal Hearts: Flames of Judgment,XBL,Role-Playing,Konami,Hijinx Studios,6.8,,,,,,2010-01-20, -/games/boxart/full_418205AmericaFrontccc.png,Vandal Hearts: Flames of Judgment,PSN,Role-Playing,Konami,Hijinx Studios,6.9,,,,,,2010-01-21, -/games/boxart/full_vantage-master-portable_88JapanFront.jpg,Vantage Master Portable,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-12-16, -/games/boxart/full_vattroller-x_743JapanFront.jpg,Vattroller X,GBA,Role-Playing,Bandai,Ganbarion,,,,,,,2004-10-28, -/games/boxart/2998648ccc.jpg,Vay,SCD,Role-Playing,Working Designs,SIMS,8.6,,,,,,1994-04-14, -/games/boxart/full_322500AmericaFrontccc.jpg,Veil of Darkness,PC,Role-Playing,SSI,Event Horizon Software,,,,,,,1993-01-01, -/games/boxart/full_9239915JapanFrontccc.jpg,Velldeselba Senki: Tsubasa no Kunshou,PS,Role-Playing,Sony Computer Entertainment,Tenky,,,,,,,1997-04-18, -/games/boxart/full_venus-ampamp-braves-majo-to-megami-to-horobi-no-yogen_492JapanFront.jpg,Venus & Braves: Majo to Megami to Horobi no Yogen,PSN,Role-Playing,Namco Bandai,Namco Bandai Games,,,,,,,2011-01-20, -/games/boxart/full_8547203JapanFrontccc.jpg,Venus & Braves: Majo to Megami to Horobi no Yogen,PS2,Role-Playing,Namco,Namco,,,,,,,2003-02-13, -/games/boxart/full_vindictus_692AmericaFront.jpg,Vindictus,PC,Role-Playing,Nexon America,devCAT,,,,,,,2010-10-27, -/games/boxart/full_448449JapanFrontccc.jpg,Violet no Atelier: Gramnad no Renkinjutsushi 2,PS2,Role-Playing,Gust,Gust,,,,,,,2003-06-26, -/games/boxart/default.jpg,VIVA Fighter,PC,Role-Playing,Unknown,,,,,,,,, -/games/boxart/full_vixen-357_8JapanFront.jpg,Vixen 357,GEN,Role-Playing,NCS,NCS,,,,,,,1992-10-23, -/games/boxart/full_9037370AmericaFrontccc.jpg,Vlad the Impaler,PC,Role-Playing,"Section Studios, Inc.","Section Studios, Inc.",,,,,,,2014-07-17, -/games/boxart/full_8009879AmericaFrontccc.jpg,Vlad the Impaler,OSX,Role-Playing,"Section Studios, Inc.","Section Studios, Inc.",,,,,,,2014-07-17, -/games/boxart/full_vm-japan_8JapanFront.jpg,VM Japan,PS2,Role-Playing,Asmik Corp,Nihon Falcom Corporation,,,,,,,2005-02-03, -/games/boxart/full_voyage-century_878AmericaFront.jpg,Voyage Century,PC,Role-Playing,IGG,Snail Game,,,,,,,2006-12-22, -/games/boxart/full_5171739JapanFrontccc.jpg,Wachenröder,SAT,Role-Playing,Sega,Sega,,,,,,,1998-08-06, -/games/boxart/full_6338542JapanFrontccc.jpg,Waga Ryuu o Miyo: Pride of the Dragon Peace,PS2,Role-Playing,Sony Computer Entertainment,SCEI,,,,,,,2004-10-28, -/games/boxart/full_wakfu_282AmericaFront.jpg,Wakfu,PC,Role-Playing,Square Enix,Ankama Studio,,,,,,,2012-02-01, -/games/boxart/full_932933JapanFrontccc.jpg,Wakusei Woodstock: Funky Horror Band,SCD,Role-Playing,Sega,Sega,,,,,,,1991-12-20, -/games/boxart/full_walketh_148AmericaFront.jpg,Walketh,XBL,Role-Playing,Microsoft,PlayItLoud,,,,,,,2010-09-19, -/games/boxart/default.jpg,Wander,PS4,Role-Playing,Wander MMO,Wander MMO,,,,,,,2015-06-04, -/games/boxart/default.jpg,Wandering Willows,PC,Role-Playing,PlayFirst,PlayFirst,,,,,,,2009-08-13, -/games/boxart/default.jpg,WAR,PC,Role-Playing,Unknown,Mythic,,,,,,,, -/games/boxart/full_warriors-of-the-lost-empire_3AmericaFront.jpg,Warriors of the Lost Empire,PSN,Role-Playing,UFO Interactive,Goshow,,,,,,,2010-08-03, -/games/boxart/full_3129817AmericaFrontccc.jpg,Wasteland,PC,Role-Playing,Electronic Arts,"Interplay Productions, Inc.",,,,,,,1988-01-01, -/games/boxart/9127454ccc.jpg,Waxworks,PC,Role-Playing,Accolade,Horrorsoft,,,,,,,1992-01-01, -/games/boxart/full_1408368AmericaFrontccc.png,Weapon Shop de Omasse,3DS,Role-Playing,Level 5,Level 5,5.6,,,,,,2014-02-20,2018-04-12 -/games/boxart/full_6016359JapanFrontccc.jpg,Weltorv Estleia,PS,Role-Playing,Hudson Soft,Hudson Soft,,,,,,,1999-02-25, -/games/boxart/full_west_554AmericaFront.jpg,West,XBL,Role-Playing,Microsoft,WizardBertius,,,,,,,2010-11-30, -/games/boxart/full_what-did-i-do-to-deserve-this-my-lord_5AmericaFront.jpg,"What Did I Do to Deserve This, My Lord!?",PSN,Role-Playing,NIS America,Ride On,,,,,,,2009-07-16, -/games/boxart/full_when-maidens-attack_315AmericaFront.jpg,When Maidens Attack,XBL,Role-Playing,Microsoft,Creaturesoft,,,,,,,2011-06-22, -/games/boxart/full_white-knight-chronicles-origins_69PALFront.png,White Knight Chronicles: Origins,PSN,Role-Playing,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2011-06-08,2018-09-17 -/games/boxart/full_2449870AmericaFrontccc.png,Wild ARMs,PSN,Role-Playing,Sony Computer Entertainment,Media.Vision,,,,,,,2007-12-06, -/games/boxart/full_9364956AmericaFrontccc.png,Wild ARMs 2,PSN,Role-Playing,Sony Computer Entertainment,Media.Vision,,,,,,,2009-07-23, -/games/boxart/full_2483916AmericaFrontccc.png,Wild ARMs XF,PSN,Role-Playing,Sony Computer Entertainment,Media.Vision,6.4,,,,,,2009-09-10, -/games/boxart/full_wild-card_7JapanFront.jpg,Wild Card,WS,Role-Playing,Square,SquareSoft,,,,,,,2001-03-29, -/games/boxart/full_2717880AmericaFrontccc.jpg,Will Fight for Food,PC,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2012-04-09, -/games/boxart/full_3132494AmericaFrontccc.jpg,Will Fight for Food,Linux,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2012-04-09, -/games/boxart/1397606ccc.jpg,Willow,NES,Role-Playing,Capcom,Capcom,,,,,,,1989-12-01, -/games/boxart/default.jpg,Winter Voices,PC,Role-Playing,Unknown,Beyondthepillars,,,,,,,, -/games/boxart/full_wizard-apprentice_55AmericaFront.jpg,Wizard Apprentice,XBL,Role-Playing,Microsoft,PlayItLoud,,,,,,,2011-01-01, -/games/boxart/full_4110732AmericaFrontccc.jpg,Wizard's Crown,PC,Role-Playing,SSI,"Strategic Simulations, Inc.",,,,,,,1987-01-01, -/games/boxart/full_wizards-keep_478AmericaFront.jpg,Wizard's Keep,XBL,Role-Playing,Microsoft,Robir,,,,,,,2011-02-25, -/games/boxart/full_1523189AmericaFrontccc.jpg,Wizard101,PC,Role-Playing,KingIsle Entertainment,KingsIsle Entertainment,,,,,,,2008-09-02, -/games/boxart/full_9964968JapanFrontccc.jpg,Wizardry Asterisk: Hiiro no Fuuin,DS,Role-Playing,Starfish,Starfish,,,,,,,2005-12-29, -/games/boxart/full_wizardry-empire_66JapanFront.jpg,Wizardry Empire,GB,Role-Playing,Starfish,Starfish,,,,,,,1999-10-29, -/games/boxart/full_7809804AmericaFrontccc.jpg,Wizardry Empire 3,GC,Role-Playing,Starfish,Starfish,,,,,,,2008-01-01, -/games/boxart/full_wizardry-empire-ii-oujo-no-isan-legacy-of-the-princess_465JapanFront.jpg,Wizardry Empire II: Oujo no Isan - Legacy of the Princess,PS,Role-Playing,Starfish,Starfish,,,,,,,2002-10-17, -/games/boxart/full_8212355JapanFrontccc.jpg,Wizardry Empire III: Haoh no Keifu,PS2,Role-Playing,Starfish,Starfish,,,,,,,2003-12-25, -/games/boxart/full_wizardry-empire-iii-haoh-no-keifu_812JapanFront.jpg,Wizardry Empire III: Haoh no Keifu,PSP,Role-Playing,Starfish,Starfish SD,,,,,,,2007-01-18, -/games/boxart/full_wizardry-empire-fukkatsu-no-tsue_186JapanFront.jpg,Wizardry Empire: Fukkatsu no Tsue,GB,Role-Playing,Starfish,Starfish,,,,,,,2000-12-22, -/games/boxart/full_wizardry-empire-ikoshie-no-oujo_274JapanFront.jpg,Wizardry Empire: Ikoshie no Oujo,PS,Role-Playing,Starfish,Starfish,,,,,,,2000-12-28, -/games/boxart/default.jpg,Wizardry Gaiden 2,GB,Role-Playing,Unknown,Sir-Tech,,,,,,,, -/games/boxart/full_wizardry-gaiden-i-joou-no-junan_934JapanFront.jpg,Wizardry Gaiden I: Joou no Junan,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1991-10-01, -/games/boxart/full_wizardry-gaiden-ii-kodai-kotei-no-noroi_432JapanFront.jpg,Wizardry Gaiden II: Kodai Kotei no Noroi,GB,Role-Playing,ASCII Entertainment,Sir-Tech Software Inc.,,,,,,,1992-12-26, -/games/boxart/full_wizardry-gaiden-iii-yama-no-seiten_842JapanFront.jpg,Wizardry Gaiden III: Yama no Seiten,GB,Role-Playing,ASCII Entertainment,Sir-Tech Software Inc.,,,,,,,1993-09-25, -/games/boxart/full_wizardry-gaiden-iv_705JapanFront.jpg,Wizardry Gaiden IV: Throb of the Demon's Heart,SNES,Role-Playing,ASCII Entertainment,Access,,,,,,,1996-09-20, -/games/boxart/full_2819433JapanFrontccc.jpg,Wizardry Gaiden: Prisoners of the Battles,PS2,Role-Playing,Taito,Taito Corporation,,,,,,,2006-08-03, -/games/boxart/full_wizardry-gold_382AmericaFront.jpg,Wizardry Gold,PC,Role-Playing,Sirtech,Sir-Tech Software Inc.,5,,,,,,1996-05-31, -/games/boxart/full_wizardry-i-ii_516JapanFront.jpg,Wizardry I + II,PCE,Role-Playing,Naxat Soft,Access Games,,,,,,,1993-07-23, -/games/boxart/default.jpg,Wizardry I-II-III: Story of Llylgamyn,SNES,Role-Playing,Media Factory,Sir-Tech Software Inc.,,,,,,,1999-06-01, -/games/boxart/full_wizardry-ii-legacy-of-llylgamyn_950JapanFront.jpg,Wizardry II: Legacy of Llylgamyn - The Third Scenario,NES,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,1989-02-21, -/games/boxart/full_7620035JapanFrontccc.jpg,Wizardry II: Llygamyn no Isan,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-02-23, -/games/boxart/4409777ccc.gif,Wizardry II: The Knight of Diamonds,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,,,,,,1985-01-01, -/games/boxart/full_wizardry-iii-iv_572JapanFront.jpg,Wizardry III + IV,PCE,Role-Playing,Naxat Soft,Access Games,,,,,,,1994-03-04, -/games/boxart/full_wizardry-iii-diamond-no-kishi_901JapanFront.jpg,Wizardry III: Diamond no Kishi,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-02-23, -/games/boxart/6260319ccc.gif,Wizardry III: Legacy of Llylgamyn,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,,,,,,1986-01-01, -/games/boxart/3893826ccc.gif,Wizardry IV: The Return of Werdna,PC,Role-Playing,Sirtech,"Sir-tech Software, Inc.",,,,,,,1988-01-01, -/games/boxart/full_wizardry-online_154AmericaFront.jpg,Wizardry Online,PC,Role-Playing,Unknown,Gamepot,,,,,,,, -/games/boxart/full_1717894JapanFrontccc.jpg,Wizardry Scenario # 1: Proving Grounds of the Mad Overlord,WS,Role-Playing,Bandai,Sting,,,,,,,2001-03-01, -/games/boxart/full_6222408JapanFrontccc.jpg,Wizardry Summoner,PS2,Role-Playing,Taito,Taito Corporation,,,,,,,2005-04-21, -/games/boxart/full_5564672JapanFrontccc.jpg,Wizardry Summoner,GBA,Role-Playing,Media Rings,fupac,,,,,,,2001-12-21, -/games/boxart/2557384ccc.gif,Wizardry V: Heart of the Maelstrom,PC,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,1988-01-01, -/games/boxart/full_2754221AmericaFrontccc.jpg,Wizardry V: Heart of the Maelstrom,SNES,Role-Playing,Capcom,Game Studio,,,,,,,1994-04-01, -/games/boxart/full_wizardry-v-heart-of-the-maelstrom_598JapanFront.jpg,Wizardry V: Heart of the Maelstrom,PCE,Role-Playing,Naxat Soft,Access Games,,,,,,,1992-09-25, -/games/boxart/full_wizardry-vi-ampamp-vii-complete_378JapanFront.jpg,Wizardry VI & VII Complete,SAT,Role-Playing,Data East,Data East,,,,,,,1996-05-31, -/games/boxart/default.jpg,Wizardry VII: Crusaders of the Dark Savant,PC,Role-Playing,Unknown,Sir-Tech,,,,,,,, -/games/boxart/full_5383838JapanFrontccc.jpg,Wizardry XTH: Academy of Frontier,PS2,Role-Playing,Michaelsoft,MichaelSoft,,,,,,,2005-02-24, -/games/boxart/full_wizardry-bane-of-the-cosmic-forge_96AmericaFront.jpg,Wizardry: Bane of the Cosmic Forge,PC,Role-Playing,Sirtech,Sir-Tech Software Inc.,,,,,,,1990-01-01, -/games/boxart/full_wizardry-boukyaku-no-isan_3JapanFront.jpg,Wizardry: Boukyaku no Isan,DS,Role-Playing,Genterprise,Genterprise,,,,,,,2010-07-29, -/games/boxart/3008114ccc.jpg,Wizardry: Crusaders of the Dark Savant,PC,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,1992-10-01, -/games/boxart/full_wizardry-dimguil_118JapanFront.jpg,Wizardry: Dimguil,PS,Role-Playing,ASCII Entertainment,Soliton,,,,,,,2000-04-20, -/games/boxart/full_wizardry-knight-of-diamonds-the-second-scenario_28AmericaFront.jpg,Wizardry: Knight of Diamonds - The Second Scenario,NES,Role-Playing,ASCII Entertainment,Game Studio,,,,,,,1992-04-01, -/games/boxart/default.jpg,Wizardry: Knight of Diamonds - The Second Scenario,MS,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,, -/games/boxart/full_wizardry-torawareshi-tamashii-no-meikyuu_294JapanFront.jpg,Wizardry: Labyrinth of Lost Souls,PSN,Role-Playing,Xseed Games,Acquire,7.5,,,,,,2011-06-02, -/games/boxart/full_wizardry-legacy-of-llylgamyn-the-third-scenario_271JapanFront.jpg,Wizardry: Legacy of Llylgamyn - The Third Scenario,NES,Role-Playing,ASCII Entertainment,"Sir-tech Software, Inc.",,,,,,,1989-02-21, -/games/boxart/full_1321810JapanFrontccc.jpg,Wizardry: Llylgamyn Saga,SAT,Role-Playing,Locus,Soliton,,,,,,,1998-11-26, -/games/boxart/full_wizardry-new-age-of-llylgamyn_10JapanFront.jpg,Wizardry: New Age of Llylgamyn,PS,Role-Playing,Locus,Thunder Stone Japan,,,,,,,1999-10-28, -/games/boxart/default.jpg,Wizardry: Proving Grounds of the Mad Overlord,MS,Role-Playing,Unknown,"Sir-tech Software, Inc.",,,,,,,, -/games/boxart/69025ccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,PC,Role-Playing,Sirtech,"Sirtech Software, Inc.",,,,,,,1984-01-01, -/games/boxart/full_5363434JapanFrontccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,GB,Role-Playing,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-02-23, -/games/boxart/full_2952257AmericaFrontccc.jpg,Wizardry: Proving Grounds of the Mad Overlord,NES,Role-Playing,ASCII Entertainment,Game Studio,,,,,,,1987-01-01, -/games/boxart/full_2187162JapanFrontccc.jpg,Wizardry: Seimei no Setsu,DS,Role-Playing,Genterprise,Genterprise,,,,,,,2009-11-19, -/games/boxart/full_wizardry-torawareshi-bourei-no-machi_404JapanFront.jpg,Wizardry: Torawareshi Bourei no Machi,PSN,Role-Playing,Acquire,Acquire,,,,,,,2011-01-27, -/games/boxart/full_wolfenstein-rpg_10AmericaFront.jpg,Wolfenstein RPG,iOS,Role-Playing,Unknown,id Software,,,,,,,, -/games/boxart/default.jpg,WonderKing,PC,Role-Playing,Unknown,NDoors Interactive,,,,,,,2010-01-28, -/games/boxart/full_wonderland-online_207AmericaFront.jpg,Wonderland Online,PC,Role-Playing,IGG,Chinese Gamer International Corp.,,,,,,,2008-09-30, -/games/boxart/full_x-men-legends_383AmericaFront.jpg,X-Men Legends,NGage,Role-Playing,Nokia,Barking Lizards,8.2,,,,,,2005-02-07, -/games/boxart/full_x-men-legends-ii-rise-of-apocalypse_195PALFront.jpg,X-Men Legends II: Rise of Apocalypse,NGage,Role-Playing,Activision,Barking Lizards,,,,,,,2005-11-01, -/games/boxart/full_xak-i-amp-ii_3JapanFront.jpg,Xak I & II,PCE,Role-Playing,Riot,Micro Cabin,,,,,,,1992-12-25, -/games/boxart/full_xak-iii-the-eternal-recurrence_1JapanFront.jpg,Xak III: The Eternal Recurrence,PCE,Role-Playing,NEC,Micro Cabin,,,,,,,1994-09-30, -/games/boxart/full_xak-the-art-of-visual-stage_4JapanFront.jpg,Xak: The Art of Visual Stage,SNES,Role-Playing,Sunsoft,Micro Cabin,,,,,,,1993-02-26, -/games/boxart/full_xanadu-next_386JapanFront.jpg,Xanadu Next,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2005-10-27, -/games/boxart/full_xanadu-next_779AmericaFront.jpg,Xanadu Next,NGage,Role-Playing,Nokia,Nihon Falcom Corporation,6.8,,,,,,2005-08-15, -/games/boxart/full_xenogears_312AmericaFront.jpg,Xenogears,PSN,Role-Playing,Sony Computer Entertainment,SquareSoft,,,,,,,2011-02-22, -/games/boxart/full_8242652JapanFrontccc.jpg,Xerd no Densetsu,GB,Role-Playing,Victory Lap Games,GRC,,,,,,,1991-10-18, -/games/boxart/full_401569JapanFrontccc.jpg,Xerd no Densetsu 2: Xerd!! Gishin no Ryouiki,GB,Role-Playing,Victory Lap Games,GRC,,,,,,,1993-02-19, -/games/boxart/full_9524601AmericaFrontccc.png,Yggdra Union,PSN,Role-Playing,Atlus,Sting,,,,,,,2009-10-21, -/games/boxart/full_7725260JapanFrontccc.jpg,Yggdra Unison: Seiken Buyuuden,DS,Role-Playing,Atlus,Sting,,,,,,,2009-12-03, -/games/boxart/full_9139756JapanFrontccc.jpg,Youkaidou,GBA,Role-Playing,Fuuki,Fuuki Co. Ltd.,,,,,,,2002-03-28, -/games/boxart/full_young-merlin_7AmericaFront.jpg,Young Merlin,SNES,Role-Playing,Virgin Interactive,Westwood Studios,,,,,,,1994-03-01, -/games/boxart/full_7279353JapanFrontccc.jpg,Ys,NES,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1988-08-26, -/games/boxart/full_ys-book-i-ampamp-ii_922JapanFront.jpg,Ys Book I & II,PSN,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-11-17, -/games/boxart/full_4721733AmericaFrontccc.jpg,Ys Book I & II,PCE,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,1989-01-01, -/games/boxart/full_7306894AmericaFrontccc.jpg,Ys Book I & II,VC,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,2008-08-25, -/games/boxart/full_3328128JapanFrontccc.jpg,Ys Book I DS,DS,Role-Playing,Unknown,Interchannel-Holon Inc.,,,,,,,, -/games/boxart/full_4157237JapanFrontccc.jpg,Ys Book II DS,DS,Role-Playing,Unknown,Interchannel-Holon Inc.,,,,,,,, -/games/boxart/full_ys-eternal_347JapanFront.gif,Ys Eternal,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1989-01-01, -/games/boxart/full_ys-i-ampamp-ii-chronicles_465AmericaFront.jpg,Ys I & II Chronicles,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,6.4,,,,,,2011-02-22, -/games/boxart/full_333498JapanFrontccc.jpg,Ys I & II Chronicles,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, -/games/boxart/full_2759202JapanFrontccc.jpg,Ys I & II Seven Set,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2010-03-18, -/games/boxart/full_6032162JapanFrontccc.jpg,Ys I & II: Eternal Story,PS2,Role-Playing,DigiCube,DigiCube,,,,,,,2003-08-07, -/games/boxart/full_219438JapanFrontccc.jpg,Ys II,NES,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1990-05-25, -/games/boxart/full_ys-ii-eternal_102JapanFront.jpg,Ys II Eternal,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1988-01-01, -/games/boxart/full_2049195JapanFrontccc.jpg,Ys III: Wanderers from Ys,PS2,Role-Playing,Taito,Nihon Falcom Corporation,,,,,,,2005-03-24, -/games/boxart/full_8536585AmericaFrontccc.jpg,Ys III: Wanderers from Ys,GEN,Role-Playing,Renovation,Nihon Falcom Corporation,,,,,,,1991-01-01, -/games/boxart/full_ys-iii-wanderers-from-ys_882JapanFront.jpg,Ys III: Wanderers from Ys,PSN,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,2011-02-16, -/games/boxart/full_2306658AmericaFrontccc.jpg,Ys III: Wanderers from Ys,SNES,Role-Playing,Sammy Corporation,Nihon Falcom Corporation,,,,,,,1992-01-01, -/games/boxart/full_472789AmericaFrontccc.jpg,Ys III: Wanderers from Ys,PCE,Role-Playing,NEC,Alfa System,,,,,,,1991-01-01, -/games/boxart/full_6921791JapanFrontccc.jpg,Ys III: Wanderers from Ys,NES,Role-Playing,Victor Interactive,Nihon Falcom Corporation,,,,,,,1991-09-27, -/games/boxart/full_5396147JapanFrontccc.jpg,Ys IV: Mask of the Sun,SNES,Role-Playing,Falcom Corporation,Tonkin House,,,,,,,1993-11-19, -/games/boxart/full_1958990JapanFrontccc.jpg,Ys IV: Mask of the Sun ~a new theory~,PS2,Role-Playing,Taito,Arc System Works,,,,,,,2005-05-26, -/games/boxart/full_1157195JapanFrontccc.jpg,Ys IV: The Dawn of Ys,PCE,Role-Playing,Hudson Soft,Nihon Falcom Corporation,,,,,,,1993-12-22, -/games/boxart/default.jpg,Ys IV: The Dawn of Ys,PSN,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,, -/games/boxart/full_7066055JapanFrontccc.jpg,Ys Online: The Call of Solum,PC,Role-Playing,Falcom Corporation,eSofnet,,,,,,,2007-07-04, -/games/boxart/full_8543951JapanFrontccc.jpg,Ys Origin,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2006-12-21, -/games/boxart/full_ys-seven_1AmericaFront.jpg,Ys Seven,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,7.6,,,,,,2010-08-17, -/games/boxart/default.jpg,Ys Seven,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2017-08-30, -/games/boxart/full_ys-super-price-set_734JapanFront.jpg,Ys Super Price Set,PSP,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2011-03-26, -/games/boxart/full_528442JapanFrontccc.jpg,Ys V Expert,SNES,Role-Playing,KOEI,Nihon Falcom Corporation,,,,,,,1996-03-22, -/games/boxart/full_8393554JapanFrontccc.jpg,"Ys V: Lost Kefin, Kingdom of Sand",PS2,Role-Playing,Taito,Nihon Falcom Corporation,,,,,,,2006-03-30, -/games/boxart/full_1165738JapanFrontccc.jpg,Ys V: Ushinawareta Sunano Miyako Kefin,SNES,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,1995-12-29, -/games/boxart/full_5986292JapanFrontccc.jpg,Ys VI: The Ark of Napishtim,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2015-04-28, -/games/boxart/default.jpg,"Ys: Celceta, Sea of Trees",PSV,Role-Playing,Unknown,Falcom,,,,,,,, -/games/boxart/default.jpg,Ys: The Ark of Napishtim,PSN,Role-Playing,Sony Computer Entertainment,Konami Software Shanghai,,,,,,,2009-12-03, -/games/boxart/full_5449635JapanFrontccc.jpg,Ys: The Oath in Felghana,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2005-06-01, -/games/boxart/full_ys-the-oath-in-felghana_8AmericaFront.jpg,Ys: The Oath in Felghana,PSN,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.2,,,,,,2010-11-02, -/games/boxart/7641393ccc.jpg,Ys: The Vanished Omens,MS,Role-Playing,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_5865940JapanFrontccc.jpg,Yume Maboroshi no Gotoku,SNES,Role-Playing,Intec,TOSE,,,,,,,1993-12-17, -/games/boxart/full_yu-yu-hakusho-gaiden_7JapanFront.jpg,Yuu Yuu Hakusho Gaiden,GEN,Role-Playing,Sega,Gau Entertainment,,,,,,,1994-01-28, -/games/boxart/full_yuusha-30-second_851JapanFront.jpg,Yuusha 30 Second,PSN,Role-Playing,Marvelous Interactive,Opus Studio,,,,,,,2011-08-04, -/games/boxart/full_zhp-unlosing-ranger-vs-darkdeath-evilman_5AmericaFront.jpg,Z.H.P. Unlosing Ranger vs Darkdeath Evilman,PSN,Role-Playing,NIS America,Nippon Ichi Software,8,,,,,,2010-10-26, -/games/boxart/default.jpg,Zenfar,PC,Role-Playing,Crystal Dynamics,Dynamic Adventures,,,,,,,2000-11-05, -/games/boxart/full_9862093AmericaFrontccc.jpg,ZenHak,XBL,Role-Playing,Microsoft,Zenfar,,,,,,,2009-03-11, -/games/boxart/full_zenonia_10AmericaFront.jpg,Zenonia,DSiW,Role-Playing,Gamevil,Gamevil,8,,,,,,2010-09-27, -/games/boxart/full_zenonia_0AmericaFront.jpg,Zenonia,PSN,Role-Playing,Gamevil,Gamevil,,,,,,,2010-10-12, -/games/boxart/full_3072242JapanFrontccc.jpg,Zill O'll,PS,Role-Playing,KOEI,Team-Infinite,,,,,,,1999-10-07, -/games/boxart/full_7400305JapanFrontccc.jpg,Zill O'll Infinite,PS2,Role-Playing,KOEI,Koei,,,,,,,2005-06-23, -/games/boxart/full_zoids-2-zenebasu-no-gyakushuu_6JapanFront.jpg,Zoids 2: Zenebasu no Gyakushuu,NES,Role-Playing,Toshiba EMI,Micronics,,,,,,,1989-01-27, -/games/boxart/full_7258102JapanFrontccc.jpg,Zoids Battle Colosseum,DS,Role-Playing,Takara Tomy,Takara Tomy,,,,,,,2006-11-30, -/games/boxart/full_zoids-saga_6JapanFront.jpg,Zoids Saga,GBA,Role-Playing,Tomy Corporation,Amedio,,,,,,,2001-11-30, -/games/boxart/full_8111923JapanFrontccc.jpg,Zoids Saga DS: Legend of Arcadia,DS,Role-Playing,Tomy Corporation,Tomy Corporation,,,,,,,2005-12-01, -/games/boxart/full_zoids-saga-fuzors_3JapanFront.jpg,Zoids Saga Fuzors,GBA,Role-Playing,Tomy Corporation,Amedio,,,,,,,2004-12-16, -/games/boxart/full_zoids-chuuou-tairiku-no-tatakai_9JapanFront.jpg,Zoids: Chuuou Tairiku no Tatakai,NES,Role-Playing,Toshiba EMI,Micronics,,,,,,,1987-09-05, -/games/boxart/full_zoids-jashin-fukkatsu-genobreaker-hen_9JapanFront.jpg,Zoids: Jashin Fukkatsu! Genobreaker Hen,GB,Role-Playing,Tomy Corporation,Will,,,,,,,2000-08-04, -/games/boxart/full_5695932JapanFrontccc.jpg,Zoids: Shirogane no Juukishin Liger Zero,GB,Role-Playing,Tomy Corporation,Tomy Corporation,,,,,,,2001-06-15, -/games/boxart/full_8411549JapanFrontccc.jpg,Zok Zok Heroes,GB,Role-Playing,Media Factory,Media Factory,,,,,,,2000-08-04, -/games/boxart/full_5681295JapanFrontccc.jpg,Zombie Hunter,NES,Role-Playing,Unknown,Hi-Score Media Work,,,,,,,, -/games/boxart/full_221346JapanFrontccc.jpg,Zool: Majou Tsukai Densetsu,N64,Role-Playing,Imagineer,Pandora Box,,,,,,,1999-06-11, -/games/boxart/full_zu-online_772AmericaFront.jpg,Zu Online,PC,Role-Playing,IGG,"Onwind Digital Co., Ltd",,,,,,,2007-01-01, -/games/boxart/full_zwei-ii_2JapanFront.jpg,Zwei II,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2008-09-25, -/games/boxart/full_2306072JapanFrontccc.jpg,Zwei II Plus,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2009-12-24, -/games/boxart/full_zwei_2JapanFront.jpg,Zwei!!,PC,Role-Playing,Falcom Corporation,Nihon Falcom Corporation,,,,,,,2001-01-01, -/games/boxart/full_2454347JapanFrontccc.jpg,Zwei!!,PS2,Role-Playing,Taito,Nihon Falcom Corporation,,,,,,,2004-08-26, -/games/boxart/default.jpg,The Elder Scrolls V: Skyrim Special Edition,PC,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2018-06-19 -/games/boxart/full_4737107AmericaFrontccc.jpg,- Arcane preRaise -,PC,Role-Playing,ArcaneRaise,Arcane Raise,,,,,,,2017-05-02,2019-04-17 -/games/boxart/full_1824459AmericaFrontccc.jpg,- Arcane RERaise -,PC,Role-Playing,ArcaneRaise,Arcane Raise,,,,,,,2017-04-04,2019-04-17 -/games/boxart/default.jpg,Absolver,PS4,Role-Playing,Unknown,Sloclap,,,,,,,,2018-08-14 -/games/boxart/full_9572920AmericaFrontccc.jpg,Accel World vs. Sword Art Online: Millennium Twilight,PC,Role-Playing,Bandai Namco Entertainment,ArtDink,,,,,,,2017-09-12,2018-07-04 -/games/boxart/default.jpg,Advanced Dungeons & Dragons: Treasure of Tarmin,Int,Role-Playing,Mattel Electronics,APh Technological Consulting,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9004527AmericaFrontccc.jpg,Aggelos,PS4,Role-Playing,PQube,PQube,,,,,,,2019-09-24,2019-07-31 -/games/boxart/full_9146241AmericaFrontccc.jpg,AI-LIMIT,PS4,Role-Playing,Sony Computer Entertainment,Sense Games,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_5453407AmericaFrontccc.jpg,Airoheart,XOne,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 -/games/boxart/full_1862081AmericaFrontccc.jpg,Airoheart,XS,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 -/games/boxart/full_313750AmericaFrontccc.jpg,Airoheart,NS,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 -/games/boxart/full_7657658AmericaFrontccc.jpg,Airoheart,PC,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 -/games/boxart/full_3542428AmericaFrontccc.jpg,Airoheart,PS4,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 -/games/boxart/full_9074064AmericaFrontccc.jpg,Airoheart,PS5,Role-Playing,Unknown,Pixel Heart Studio,,,,,,,,2022-08-16 -/games/boxart/full_9646596AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,NS,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 -/games/boxart/full_9443819AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,PC,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 -/games/boxart/full_5793562AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,PS4,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 -/games/boxart/full_1085431AmericaFrontccc.jpg,Aluna: Sentinel of the Shards,XOne,Role-Playing,Unknown,Digiart Interactive,,,,,,,,2021-05-20 -/games/boxart/full_6028026AmericaFrontccc.jpg,Alvastia Chronicles,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-18,2019-03-24 -/games/boxart/full_9005584AmericaFrontccc.jpg,Alvastia Chronicles,XOne,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-18,2019-03-24 -/games/boxart/full_350118AmericaFrontccc.jpg,Alvastia Chronicles,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-02-12,2019-03-24 -/games/boxart/full_8876674AmericaFrontccc.png,Alvastia Chronicles,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-05-24,2019-03-24 -/games/boxart/full_1914479AmericaFrontccc.jpg,Alvastia Chronicles,PSV,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-02-12,2019-03-24 -/games/boxart/full_8561006AmericaFrontccc.png,Alvastia Chronicles,iOS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-06-08,2019-03-24 -/games/boxart/full_5363699AmericaFrontccc.png,Alvastia Chronicles,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-02-14,2019-03-24 -/games/boxart/full_8614171AmericaFrontccc.jpg,ANNO: Mutationem,PS4,Role-Playing,Sony Computer Entertainment,ThinkingStars,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_5669951AmericaFrontccc.jpg,Antiquia Lost,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-07-31,2018-08-18 -/games/boxart/full_6577864AmericaFrontccc.png,Antiquia Lost,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2017-11-16,2018-08-18 -/games/boxart/full_2825399AmericaFrontccc.jpg,Antiquia Lost,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2017-07-06,2018-08-18 -/games/boxart/full_6587579AmericaFrontccc.jpg,Arc of Alchemist,PS4,Role-Playing,Idea Factory,Compile Heart,,,,,,,2020-01-30,2018-12-30 -/games/boxart/full_8306605AmericaFrontccc.jpg,Arc the Lad: Twilight of the Spirits,PS4,Role-Playing,Sony Computer Entertainment,Cattle Call,,,,,,,2016-01-12,2018-09-24 -/games/boxart/full_7026129AmericaFrontccc.jpg,Asdivine Dios,XOne,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 -/games/boxart/full_7838581AmericaFrontccc.png,Asdivine Dios,And,Role-Playing,Kemco,Kemco,,,,,,,2015-08-31,2019-06-09 -/games/boxart/full_6589774AmericaFrontccc.jpg,Asdivine Dios,PSV,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 -/games/boxart/full_2110337AmericaFrontccc.png,Asdivine Dios,iOS,Role-Playing,Kemco,Kemco,,,,,,,2015-09-03,2019-06-09 -/games/boxart/full_7623032AmericaFrontccc.jpg,Asdivine Dios,PC,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 -/games/boxart/full_2354830AmericaFrontccc.jpg,Asdivine Dios,NS,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 -/games/boxart/full_8549313AmericaFrontccc.jpg,Asdivine Dios,PS4,Role-Playing,Kemco,Kemco,,,,,,,2019-06-05,2019-06-09 -/games/boxart/full_2293928AmericaFrontccc.jpg,Asdivine Hearts II,PSV,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-15,2019-03-23 -/games/boxart/full_1420931AmericaFrontccc.jpg,Asdivine Hearts II,XOne,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-12-21,2019-03-23 -/games/boxart/full_8263430AmericaFrontccc.jpg,Asdivine Hearts II,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-15,2019-03-23 -/games/boxart/full_4640953AmericaFrontccc.png,Asdivine Hearts II,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-01-24,2019-03-23 -/games/boxart/full_9493845AmericaFrontccc.jpg,Asdivine Hearts II,iOS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-04-06,2019-03-23 -/games/boxart/full_4144837AmericaFrontccc.jpg,Asdivine Hearts II,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-12-19,2019-03-23 -/games/boxart/full_7791408AmericaFrontccc.jpg,Asdivine Hearts II,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-04-06,2019-03-23 -/games/boxart/full_8679445AmericaFrontccc.jpg,Asgard's Wrath 2,PC,Role-Playing,Unknown,Sanzaru Games,,,,,,,,2023-12-27 -/games/boxart/full_7285762AmericaFrontccc.jpg,Astria Ascending,XOne,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 -/games/boxart/full_3458517AmericaFrontccc.jpg,Astria Ascending,PS4,Role-Playing,Maple Whispering Limited,Artisan Studios,,,,,,,2021-09-30,2021-06-15 -/games/boxart/full_6754324AmericaFrontccc.jpg,Astria Ascending,PS5,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 -/games/boxart/full_8273577AmericaFrontccc.jpg,Astria Ascending,NS,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 -/games/boxart/full_4288900AmericaFrontccc.jpg,Astria Ascending,PC,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 -/games/boxart/full_1668434AmericaFrontccc.jpg,Astria Ascending,XS,Role-Playing,Unknown,Artisan Studios,,,,,,,,2021-06-15 -/games/boxart/default.jpg,Atelier Firis: The Alchemist and the Mysterious Journey,PC,Role-Playing,Tecmo Koei,Gust,,,,,,,2017-03-07,2018-07-04 -/games/boxart/full_72353JapanFrontccc.jpg,Atelier Lulua: The Scion of Arland,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-05-24,2019-03-22 -/games/boxart/full_9947068JapanFrontccc.jpg,Atelier Lulua: The Scion of Arland,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-05-24,2019-03-22 -/games/boxart/full_5518112JapanFrontccc.jpg,Atelier Lulua: The Scion of Arland,PC,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-05-24,2019-03-22 -/games/boxart/default.jpg,Atelier Lydie & Suelle: The Alchemists and the Mysterious Paintings,PC,Role-Playing,Tecmo Koei,Gust,,,,,,,2018-03-27,2018-02-10 -/games/boxart/full_4325989AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,NS,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 -/games/boxart/full_6930780AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,PC,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 -/games/boxart/full_3191812AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,PS4,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 -/games/boxart/full_4648851AmericaFrontccc.jpg,Atelier Marie Remake: The Alchemist of Salburg,PS5,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-07-13,2023-11-03 -/games/boxart/full_8184823AmericaFrontccc.jpg,Atelier Resleriana: Forgotten Alchemy and the Polar Night Liberator,iOS,Role-Playing,Unknown,Koei Tecmo Games,,,,,,,,2024-01-25 -/games/boxart/full_9949212AmericaFrontccc.jpg,Atelier Resleriana: Forgotten Alchemy and the Polar Night Liberator,PC,Role-Playing,Unknown,Koei Tecmo Games,,,,,,,,2024-01-25 -/games/boxart/full_5764306AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-01-26,2020-12-09 -/games/boxart/full_6732191AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,PC,Role-Playing,Unknown,Gust,,,,,,,,2020-12-09 -/games/boxart/full_6028966AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,PS5,Role-Playing,Unknown,Gust,,,,,,,,2020-12-09 -/games/boxart/full_9037171AmericaFrontccc.jpg,Atelier Ryza 2: Lost Legends & the Secret Fairy,PS4,Role-Playing,Unknown,Gust,,,,,,,,2020-12-09 -/games/boxart/full_8713359AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,PS5,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 -/games/boxart/full_9747005AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,NS,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 -/games/boxart/full_9853793AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,PC,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 -/games/boxart/full_2773315AmericaFrontccc.jpg,Atelier Ryza 3: Alchemist of the End & the Secret Key,PS4,Role-Playing,Unknown,Gust,,,,,,,,2023-01-07 -/games/boxart/full_2423975AmericaFrontccc.jpg,Atelier Ryza: Ever Darkness & the Secret Hideout,PC,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2019-07-08 -/games/boxart/full_3572601JapanFrontccc.png,Atelier Ryza: Ever Darkness & the Secret Hideout,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2019-07-08 -/games/boxart/full_7193701AmericaFrontccc.png,Atelier Ryza: Ever Darkness & the Secret Hideout,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-10-29,2019-07-08 -/games/boxart/full_7530622AmericaFrontccc.jpg,Atelier Shallie: Alchemists of the Dusk Sea,PS3,Role-Playing,Tecmo Koei,Gust,,,,,,,2015-03-10,2018-01-02 -/games/boxart/full_6987365AmericaFrontccc.jpg,Atelier Sophie 2: The Alchemist of the Mysterious Dream,NS,Role-Playing,Unknown,Gust,,,,,,,,2022-01-13 -/games/boxart/full_6570565AmericaFrontccc.jpg,Atelier Sophie 2: The Alchemist of the Mysterious Dream,PC,Role-Playing,Unknown,Gust,,,,,,,,2022-01-13 -/games/boxart/full_496953AmericaFrontccc.jpg,Atelier Sophie 2: The Alchemist of the Mysterious Dream,PS4,Role-Playing,Unknown,Gust,,,,,,,,2022-01-13 -/games/boxart/full_6465697AmericaFrontccc.jpg,Atelier Sophie: The Alchemist of the Mysterious Book,PC,Role-Playing,Tecmo Koei,Gust,,,,,,,2017-02-07,2018-01-07 -/games/boxart/full_8295898AmericaFrontccc.jpg,Atlas Fallen,PC,Role-Playing,Unknown,DECK13 Interactive,,,,,,,,2023-07-02 -/games/boxart/full_4668024AmericaFrontccc.jpg,Atlas Fallen,PS5,Role-Playing,Unknown,DECK13 Interactive,,,,,,,,2023-07-02 -/games/boxart/full_4962524AmericaFrontccc.jpg,Atlas Fallen,XS,Role-Playing,Unknown,DECK13 Interactive,,,,,,,,2023-07-02 -/games/boxart/full_4371289AmericaFrontccc.jpg,Avadon 2: The Corruption,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2013-10-30,2019-04-17 -/games/boxart/full_659573AmericaFrontccc.jpg,Avadon 3: The Warborn,PC,Role-Playing,Spiderweb Software,Spiderweb Software,,,,,,,2016-09-14,2019-04-17 -/games/boxart/full_2923752AmericaFrontccc.jpg,Avowed,PC,Role-Playing,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_5926949AmericaFrontccc.jpg,Avowed,XS,Role-Playing,Xbox Game Studios,Obsidian Entertainment,,,,,,,2020-12-01,2020-07-23 -/games/boxart/full_805449AmericaFrontccc.jpg,Azur Lane: Crosswave,PC,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2020-02-13,2020-01-23 -/games/boxart/full_8599498AmericaFrontccc.jpg,Baldur's Gate II: Enhanced Edition,NS,Role-Playing,Beamdog,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_2438343AmericaFrontccc.jpg,Baldur's Gate II: Enhanced Edition,XOne,Role-Playing,Beamdog,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_8824670AmericaFrontccc.jpg,Baldur's Gate II: Enhanced Edition,PS4,Role-Playing,Beamdog,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_8417762AmericaFrontccc.jpg,Baldur's Gate III,PC,Role-Playing,Larian Studios,Larian Studios,,,,,,,2023-08-03,2019-06-26 -/games/boxart/full_9793408AmericaFrontccc.jpg,Baldur's Gate III,PS5,Role-Playing,Larian Studios,Larian Studios,,,,,,,2023-09-06,2023-11-25 -/games/boxart/full_2438678AmericaFrontccc.jpg,Baldur's Gate III,XS,Role-Playing,Larian Studios,Larian Studios,,,,,,,2023-12-01,2023-11-25 -/games/boxart/full_9236197AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,PS4,Role-Playing,Skybound Games,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_129125AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,XOne,Role-Playing,Skybound Games,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_2670526AmericaFrontccc.jpg,Baldur's Gate: Enhanced Edition,NS,Role-Playing,Skybound Games,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_7977628AmericaFrontccc.png,Baldur's Gate: Siege of Dragonspear,NS,Role-Playing,Beamdog,Beamdog,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_6091856AmericaFrontccc.png,Baldur's Gate: Siege of Dragonspear,PS4,Role-Playing,Beamdog,Beamdog,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_6785557AmericaFrontccc.png,Baldur's Gate: Siege of Dragonspear,XOne,Role-Playing,Beamdog,Beamdog,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_570084AmericaFrontccc.jpg,Banishers: Ghosts of New Eden,PC,Role-Playing,Unknown,DONTNOD Entertainment,,,,,,,,2023-09-30 -/games/boxart/full_4163290AmericaFrontccc.jpg,Banishers: Ghosts of New Eden,PS5,Role-Playing,Unknown,DONTNOD Entertainment,,,,,,,,2023-09-30 -/games/boxart/full_3854973AmericaFrontccc.jpg,Banishers: Ghosts of New Eden,XS,Role-Playing,Unknown,DONTNOD Entertainment,,,,,,,,2023-09-30 -/games/boxart/full_4834076AmericaFrontccc.png,Banner Saga 3,NS,Role-Playing,Versus Evil,Stoic Studio,,,,,,,2018-07-01,2018-03-23 -/games/boxart/full_8738475AmericaFrontccc.jpg,Bastion,PS4,Role-Playing,Warner Bros. Interactive Entertainment,Supergiant Games,,,,,,,2015-04-07,2019-05-24 -/games/boxart/default.jpg,Bastion,NS,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-11-06 -/games/boxart/full_3407745AmericaFrontccc.jpg,Batora: Lost Haven,PS5,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 -/games/boxart/full_1105405AmericaFrontccc.jpg,Batora: Lost Haven,XOne,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 -/games/boxart/full_3920071AmericaFrontccc.jpg,Batora: Lost Haven,XS,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 -/games/boxart/full_1732573AmericaFrontccc.jpg,Batora: Lost Haven,NS,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 -/games/boxart/full_4441158AmericaFrontccc.jpg,Batora: Lost Haven,PC,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 -/games/boxart/full_8140486AmericaFrontccc.jpg,Batora: Lost Haven,PS4,Role-Playing,Unknown,Stormind Games,,,,,,,,2022-09-15 -/games/boxart/full_5720333AmericaFrontccc.jpg,Bird Problems,PC,Role-Playing,Unknown,Lithic Entertainment Inc.,,,,,,,,2021-06-14 -/games/boxart/full_8440606AmericaFrontccc.png,Bit Dungeon Plus,NS,Role-Playing,Dolores Entertainment SL,Dolores Entertainment SL,,,,,,,2018-03-08,2018-03-23 -/games/boxart/full_7326AmericaFrontccc.jpg,Black Myth: Wukong,PC,Role-Playing,Unknown,Game Science,,,,,,,,2021-08-26 -/games/boxart/full_3089189AmericaFrontccc.jpg,Black Myth: Wukong,PS5,Role-Playing,Unknown,Game Science,,,,,,,,2021-08-26 -/games/boxart/full_818371AmericaFrontccc.jpg,Black Myth: Wukong,XS,Role-Playing,Unknown,Game Science,,,,,,,,2021-08-26 -/games/boxart/full_1642867AmericaFrontccc.jpg,Blade & Sword,PC,Role-Playing,Whiptail Interactive,Pixel Multimedia,,,,,,,2003-12-22,2018-01-07 -/games/boxart/default.jpg,Blue Reflection: Second Light,PC,Role-Playing,Unknown,Gust,,,,,,,,2021-11-10 -/games/boxart/full_5120658AmericaFrontccc.jpg,Blue Reflection: Second Light,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2021-11-09,2021-11-10 -/games/boxart/default.jpg,Blue Reflection: Second Light,NS,Role-Playing,Unknown,Gust,,,,,,,,2021-11-10 -/games/boxart/full_4687158AmericaFrontccc.png,Brave Dungeon + Dark Witch's Story: COMBAT,NS,Role-Playing,Inside System,Inside System,,,,,,,2017-09-28,2018-03-02 -/games/boxart/full_9379603AmericaFrontccc.png,Bravely Default II,PC,Role-Playing,Unknown,Silicon Studio,,,,,,,,2021-08-27 -/games/boxart/default.jpg,Breath of Fire 6,And,Role-Playing,Unknown,Capcom,,,,,,,,2020-02-03 -/games/boxart/default.jpg,Breath of Fire 6,iOS,Role-Playing,Unknown,Capcom,,,,,,,,2020-02-03 -/games/boxart/default.jpg,Breath of Fire 6,PC,Role-Playing,Unknown,Capcom,,,,,,,,2020-02-03 -/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,XOne,Role-Playing,Unknown,Moonsprout Games,,,,,,,,2021-11-06 -/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,PS4,Role-Playing,Unknown,Moonsprout Games,,,,,,,,2021-11-06 -/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,PC,Role-Playing,Unknown,Moonsprout Games,,,,,,,,2021-11-06 -/games/boxart/default.jpg,Bug Fables: The Everlasting Sapling,NS,Role-Playing,Unknown,Moonsprout Games,,,,,,,2020-05-28,2020-12-22 -/games/boxart/full_8351745AmericaFrontccc.jpg,Cassette Beasts,NS,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 -/games/boxart/full_6679749AmericaFrontccc.jpg,Cassette Beasts,PC,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 -/games/boxart/full_9770717AmericaFrontccc.jpg,Cassette Beasts,XOne,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 -/games/boxart/full_2346896AmericaFrontccc.jpg,Cassette Beasts,XS,Role-Playing,Unknown,Bytten Studio,,,,,,,,2023-05-20 -/games/boxart/full_4756291AmericaFrontccc.png,Castle in the Darkness II,PC,Role-Playing,Unknown,Matt Kap,,,,,,,,2019-12-09 -/games/boxart/full_34794AmericaFrontccc.jpg,Cat Quest,And,Role-Playing,PQube,The Gentlebros,,,,,,,2017-09-15,2020-05-10 -/games/boxart/full_7776591AmericaFrontccc.jpg,Cat Quest,PC,Role-Playing,PQube,The Gentlebros,,,,,,,2017-08-08,2020-05-10 -/games/boxart/full_1429406AmericaFrontccc.jpg,Cat Quest,PS4,Role-Playing,PQube,The Gentlebros,,,,,,,2017-11-14,2020-05-10 -/games/boxart/full_4521870AmericaFrontccc.jpeg,Chained Echoes,XOne,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 -/games/boxart/full_230915AmericaFrontccc.jpeg,Chained Echoes,PS4,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 -/games/boxart/full_1313420AmericaFrontccc.jpeg,Chained Echoes,NS,Role-Playing,DECK13 Interactive GmbH,Matthias Linda,,,,,,,2022-12-08,2022-10-17 -/games/boxart/full_7279172AmericaFrontccc.jpeg,Chained Echoes,Linux,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 -/games/boxart/full_4509637AmericaFrontccc.jpeg,Chained Echoes,PC,Role-Playing,Unknown,Matthias Linda,,,,,,,,2022-10-17 -/games/boxart/full_9345773AmericaFrontccc.jpg,Chernobylite,PC,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-03 -/games/boxart/full_6677699AmericaFrontccc.jpg,Chernobylite,PS4,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 -/games/boxart/full_2799772AmericaFrontccc.jpg,Chernobylite,PS5,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 -/games/boxart/full_5069473AmericaFrontccc.jpg,Chernobylite,XOne,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 -/games/boxart/full_6053498AmericaFrontccc.jpg,Chernobylite,XS,Role-Playing,Unknown,The Farm 51,,,,,,,,2021-08-27 -/games/boxart/full_747505AmericaFrontccc.jpg,Child of Light,NS,Role-Playing,Ubisoft,Ubisoft Montreal,,,,,,,2018-10-11,2021-06-08 -/games/boxart/full_7853597AmericaFrontccc.jpg,Children of Morta,NS,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-10-15,2019-08-10 -/games/boxart/full_138519AmericaFrontccc.jpg,Children of Morta,PC,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-09-03,2019-08-10 -/games/boxart/full_1364216AmericaFrontccc.jpg,Children of Morta,PS4,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-10-15,2019-08-10 -/games/boxart/full_7927481AmericaFrontccc.jpg,Children of Morta,XOne,Role-Playing,11 bit studios,Dead Mage Studio,,,,,,,2019-10-15,2019-08-10 -/games/boxart/full_5982294AmericaFrontccc.png,Chocobo's Mystery Dungeon: Every Buddy!,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-20,2019-03-22 -/games/boxart/full_570782AmericaFrontccc.jpg,Chocobo's Mystery Dungeon: Every Buddy!,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-20,2019-03-22 -/games/boxart/default.jpg,Chroma Squad,XOne,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-08 -/games/boxart/default.jpg,Chroma Squad,PS4,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-08 -/games/boxart/full_7693148AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,XOne,Role-Playing,Unknown,Square Enix,,,,,,,,2022-04-19 -/games/boxart/full_7127055AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-04-19 -/games/boxart/full_1657738AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,PS4,Role-Playing,Square-Enix,Square Enix,,,,,,,2022-04-07,2022-04-19 -/games/boxart/full_8697974AmericaFrontccc.jpg,Chrono Cross: The Radical Dreamers Edition,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2022-04-07,2022-02-09 -/games/boxart/full_9693955AmericaFrontccc.jpg,Chronos: Before the Ashes,NS,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 -/games/boxart/full_3054695AmericaFrontccc.jpg,Chronos: Before the Ashes,PC,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 -/games/boxart/full_4533509AmericaFrontccc.jpg,Chronos: Before the Ashes,PS4,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 -/games/boxart/full_2307515AmericaFrontccc.jpg,Chronos: Before the Ashes,XOne,Role-Playing,THQ Nordic,Gunfire Games,,,,,,,2020-12-01,2020-09-21 -/games/boxart/full_3631822AmericaFrontccc.jpg,Citizens of Space,PC,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 -/games/boxart/full_8163656AmericaFrontccc.jpg,Citizens of Space,PS4,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 -/games/boxart/full_4507293AmericaFrontccc.jpg,Citizens of Space,NS,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 -/games/boxart/full_8773874AmericaFrontccc.jpg,Citizens of Space,XOne,Role-Playing,Unknown,Eden Industries,,,,,,,,2019-06-16 -/games/boxart/full_409584AmericaFrontccc.jpg,Clockwork Revolution,PC,Role-Playing,Unknown,InXile Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_2736463AmericaFrontccc.jpg,Clockwork Revolution,XS,Role-Playing,Unknown,InXile Entertainment,,,,,,,,2023-06-12 -/games/boxart/full_8963137AmericaFrontccc.png,Collection of Mana,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-06-11,2019-06-11 -/games/boxart/full_2273999AmericaFrontccc.jpg,Collection of SaGa: Final Fantasy Legend,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-15,2020-08-28 -/games/boxart/full_3102717AmericaFrontccc.jpg,Conception II: Children of the Seven Stars,PC,Role-Playing,Spike Chunsoft,Spike Chunsoft,,,,,,,2016-08-16,2019-01-14 -/games/boxart/full_5451920JapanFrontccc.jpg,Conception Plus: Please Give Birth to My Child!,PS4,Role-Playing,Spike Chunsoft,Spike Chunsoft,,,,,,,2019-01-31,2019-02-11 -/games/boxart/full_3480664AmericaFrontccc.jpg,Coromon,NS,Role-Playing,Unknown,TRAGsoft,,,,,,,,2022-03-01 -/games/boxart/full_2153850AmericaFrontccc.jpg,Coromon,PC,Role-Playing,Unknown,TRAGsoft,,,,,,,,2022-03-01 -/games/boxart/full_8525860AmericaFrontccc.png,Cosmic Star Heroine,PC,Role-Playing,Zeboyd Games,Zeboyd Games,7.5,,,,,,2017-04-11,2018-01-25 -/games/boxart/full_1336822JapanFrontccc.jpg,Coven and the Labyrinth of Galleria,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2023-02-14,2019-05-07 -/games/boxart/full_2120865JapanFrontccc.jpg,Coven and the Labyrinth of Galleria,PSV,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2019-05-07 -/games/boxart/full_6701648AmericaFrontccc.jpg,Criminal Girls: Invite Only,PC,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2017-01-11,2018-12-29 -/games/boxart/full_2650784AmericaFrontccc.jpg,Cris Tales,PS4,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 -/games/boxart/full_9282691AmericaFrontccc.jpg,Cris Tales,XS,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2020-06-18 -/games/boxart/full_2650561AmericaFrontccc.jpg,Cris Tales,XOne,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 -/games/boxart/full_1000664AmericaFrontccc.jpg,Cris Tales,NS,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 -/games/boxart/full_1520298AmericaFrontccc.jpg,Cris Tales,PC,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2019-08-10 -/games/boxart/full_718007AmericaFrontccc.jpg,Cris Tales,PS5,Role-Playing,Modus Games,Dreams Uncorporated,,,,,,,2020-12-01,2020-06-18 -/games/boxart/full_9657214AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_5505494AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,XOne,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_2999710AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,XS,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_1496528AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_3362824AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_6213826AmericaFrontccc.jpg,Crisis Core: Final Fantasy VII Reunion,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_2209775AmericaFrontccc.jpg,CrossCode,PC,Role-Playing,DECK13 Interactive GmbH,Radical Fish Games,,,,,,,2018-09-20,2019-04-08 -/games/boxart/full_872735AmericaFrontccc.jpg,CrossCode,XOne,Role-Playing,DECK13 Interactive GmbH,Radical Fish Games,,,,,,,2020-07-09,2019-04-08 -/games/boxart/full_2375242AmericaFrontccc.png,CrossCode,NS,Role-Playing,Deck 13,Radical Fish Games,,,,,,,2020-07-09,2019-04-08 -/games/boxart/full_2160388AmericaFrontccc.jpg,Crown Trick,PC,Role-Playing,Team17,NEXT Studios,,,,,,,2020-10-16,2020-09-28 -/games/boxart/full_1974057AmericaFrontccc.jpg,Crown Trick,NS,Role-Playing,Team17,NEXT Studios,,,,,,,2020-10-16,2020-09-28 -/games/boxart/full_5632418PALFrontccc.jpg,Crowntakers,Linux,Role-Playing,Kasedo Games,Bulwark Studios,,,,,,,2014-11-07,2018-08-10 -/games/boxart/full_2924104AmericaFrontccc.jpg,CRYMACHINA,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 -/games/boxart/full_5521766AmericaFrontccc.jpg,CRYMACHINA,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 -/games/boxart/full_8880201AmericaFrontccc.jpg,CRYMACHINA,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 -/games/boxart/full_1038379AmericaFrontccc.jpg,CRYMACHINA,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-08-06 -/games/boxart/full_1843844AmericaFrontccc.jpg,Crystar,PC,Role-Playing,Spike Chunsoft,FuRyu,,,,,,,2019-08-27,2019-04-07 -/games/boxart/full_7042097AmericaFrontccc.jpg,Cthulhu Saves Christmas,NS,Role-Playing,Limited Run Games,Zeboyd Games,,,,,,,2020-10-28,2022-02-08 -/games/boxart/full_5231239AmericaFrontccc.png,Cthulhu Saves Christmas,PC,Role-Playing,Zeboyd Games,Zeboyd Games,,,,,,,2020-12-01,2019-08-01 -/games/boxart/full_7795626AmericaFrontccc.png,Curse of the Sea Rats,NS,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 -/games/boxart/full_870874AmericaFrontccc.png,Curse of the Sea Rats,PC,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 -/games/boxart/full_8772694AmericaFrontccc.png,Curse of the Sea Rats,PS4,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 -/games/boxart/full_5019639AmericaFrontccc.png,Curse of the Sea Rats,XOne,Role-Playing,Petoons Studio,Petoons Studio,,,,,,,2021-05-01,2019-08-17 -/games/boxart/full_9650372AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,PS5,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2023-06-12 -/games/boxart/full_7957154AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,XS,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2023-06-12 -/games/boxart/full_9117680AmericaFrontccc.jpg,Cyberpunk 2077: Phantom Liberty,PC,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2023-06-12 -/games/boxart/full_988918PALFrontccc.jpg,Damascus Gear: Operation Tokyo,NS,Role-Playing,Arc System Works,Arc System Works,,,,,,,2018-03-01,2018-03-23 -/games/boxart/full_7660625AmericaFrontccc.jpg,Dark Cloud,PS4,Role-Playing,Sony Computer Entertainment,Level 5,,,,,,,2015-12-05,2018-09-14 -/games/boxart/full_7392201AmericaFrontccc.jpg,Dark Deity,PC,Role-Playing,Unknown,Sword and Axe,,,,,,,,2021-06-15 -/games/boxart/full_9760519AmericaFrontccc.jpg,Dark Deity,NS,Role-Playing,Unknown,Sword and Axe,,,,,,,,2021-08-29 -/games/boxart/full_3543562AmericaFrontccc.jpg,Dark Envoy,PC,Role-Playing,Event Horizon Software,Event Horizon Software,,,,,,,2020-12-01,2019-08-09 -/games/boxart/full_638246AmericaFrontccc.jpg,Dark Envoy,PS4,Role-Playing,Event Horizon Software,Event Horizon Software,,,,,,,2020-12-01,2019-08-09 -/games/boxart/full_8401345AmericaFrontccc.jpg,Dark Envoy,XOne,Role-Playing,Event Horizon Software,Event Horizon Software,,,,,,,2020-12-01,2019-08-09 -/games/boxart/full_6190459AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,XOne,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 -/games/boxart/full_2075862AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,PC,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 -/games/boxart/full_1254349AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,PS3,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 -/games/boxart/full_9051919AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,PS4,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 -/games/boxart/full_3518695AmericaFrontccc.jpg,Dark Souls II: Crown of the Sunken King,X360,Role-Playing,Unknown,From Software,,,,,,,,2022-08-21 -/games/boxart/full_3101870AmericaFrontccc.jpg,Darkest Dungeon,XOne,Role-Playing,Red Hook Studios,Red Hook Studios,,,,,,,2018-02-28,2018-01-31 -/games/boxart/full_3100161AmericaFrontccc.gif,DarkMaus,PC,Role-Playing,Daniel Wright,Daniel Wright,,,,,,,2016-01-26,2018-01-22 -/games/boxart/full_8072997AmericaFrontccc.jpg,Dauntless,PS4,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-05-21,2018-12-06 -/games/boxart/full_8471620AmericaFrontccc.jpg,Dauntless,PC,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-05-24,2018-12-06 -/games/boxart/full_4549841AmericaFrontccc.jpg,Dauntless,NS,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-12-10,2018-12-12 -/games/boxart/full_46431AmericaFrontccc.jpg,Dauntless,XOne,Role-Playing,Phoenix Labs,Phoenix Labs,,,,,,,2019-05-21,2018-12-06 -/games/boxart/full_8817618AmericaFrontccc.jpg,Dave the Diver,PC,Role-Playing,Unknown,Mintrocket,,,,,,,,2023-08-17 -/games/boxart/full_2686266AmericaFrontccc.jpg,Dave the Diver,NS,Role-Playing,Unknown,Mintrocket,,,,,,,,2023-10-11 -/games/boxart/full_3675613AmericaFrontccc.jpg,Death end re;Quest 2,PS4,Role-Playing,Compile Heart,Compile Heart,,,,,,,2020-02-13,2020-01-24 -/games/boxart/full_5374681AmericaFrontccc.jpg,Death's Door,PC,Role-Playing,Unknown,Acid Nerve,,,,,,,,2021-07-21 -/games/boxart/full_5752584AmericaFrontccc.jpg,Death's Door,XOne,Role-Playing,Unknown,Acid Nerve,,,,,,,,2021-07-21 -/games/boxart/full_5258615AmericaFrontccc.jpg,Death's Door,XS,Role-Playing,Unknown,Acid Nerve,,,,,,,,2021-07-21 -/games/boxart/full_1462161AmericaFrontccc.jpg,Decay of Logos,NS,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-29,2019-08-10 -/games/boxart/full_9209935AmericaFrontccc.jpg,Decay of Logos,PC,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-30,2019-08-10 -/games/boxart/full_1934111AmericaFrontccc.jpg,Decay of Logos,PS4,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-27,2019-08-10 -/games/boxart/full_8056747AmericaFrontccc.jpg,Decay of Logos,XOne,Role-Playing,Rising Star Games,Amplify Creations,,,,,,,2019-08-30,2019-08-10 -/games/boxart/full_6039886AmericaFrontccc.jpg,Deltarune Chapter 2,All,Role-Playing,Unknown,Toby Fox,,,,,,,,2021-12-23 -/games/boxart/full_4597424AmericaFrontccc.jpg,Demon's Tier+,PSV,Role-Playing,EastAsiaSoft,Diabolical Mind,,,,,,,2020-06-12,2020-06-17 -/games/boxart/full_6430984AmericaFrontccc.jpg,Demon's Tier+,PS4,Role-Playing,EastAsiaSoft,Diabolical Mind,,,,,,,2020-06-12,2020-06-17 -/games/boxart/full_7781487AmericaFrontccc.jpg,Demonschool,PS4,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 -/games/boxart/full_2613461AmericaFrontccc.jpg,Demonschool,PS5,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 -/games/boxart/full_2637642AmericaFrontccc.jpg,Demonschool,XOne,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 -/games/boxart/full_2425576AmericaFrontccc.jpg,Demonschool,XS,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 -/games/boxart/full_4859360AmericaFrontccc.jpg,Demonschool,NS,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 -/games/boxart/full_4049073AmericaFrontccc.jpg,Demonschool,PC,Role-Playing,Unknown,Necrosoft Games,,,,,,,,2023-12-02 -/games/boxart/full_7523064AmericaFrontccc.png,Desert Child,NS,Role-Playing,Akupara Games,Oscar Brittain,,,,,,,2018-12-11,2018-11-12 -/games/boxart/full_6464053JapanFrontccc.jpg,Destiny Connect: Tick Tock Travelers,NS,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-22,2019-03-22 -/games/boxart/full_8502875JapanFrontccc.jpg,Destiny Connect: Tick Tock Travelers,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-22,2019-03-22 -/games/boxart/full_8476505AmericaFrontccc.jpg,Dex,PC,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2015-05-07,2018-08-06 -/games/boxart/full_3413403AmericaFrontccc.jpg,Dex,PSV,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2016-12-20,2018-08-06 -/games/boxart/full_7028341PALFrontccc.jpg,Dex,PS4,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2016-07-12,2018-08-06 -/games/boxart/full_6755286AmericaFrontccc.jpg,Dex,XOne,Role-Playing,Dreadlocks Ltd,Dreadlocks Ltd,,,,,,,2016-07-08,2018-08-06 -/games/boxart/full_7059320AmericaFrontccc.jpg,Diablo II: Resurrected,NS,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 -/games/boxart/full_5538884AmericaFrontccc.jpg,Diablo II: Resurrected,PC,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 -/games/boxart/full_190740AmericaFrontccc.jpg,Diablo II: Resurrected,PS4,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 -/games/boxart/full_5093441AmericaFrontccc.jpg,Diablo II: Resurrected,PS5,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 -/games/boxart/full_7006990AmericaFrontccc.jpg,Diablo II: Resurrected,XOne,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 -/games/boxart/full_9551094AmericaFrontccc.jpg,Diablo II: Resurrected,XS,Role-Playing,Blizzard Entertainment,Vicarious Visions,,,,,,,2021-09-23,2021-02-20 -/games/boxart/full_4599606AmericaFrontccc.jpg,Diablo III: Rise of the Necromancer,PC,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2017-06-27,2020-02-18 -/games/boxart/full_3481798AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,X360,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-08-19,2018-01-22 -/games/boxart/full_7081182AmericaFrontccc.jpg,Diablo III: Ultimate Evil Edition,PS3,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2014-08-19,2019-03-25 -/games/boxart/full_797665AmericaFrontccc.jpg,Diablo IV,All,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2022-12-01,2020-10-29 -/games/boxart/full_7833759AmericaFrontccc.jpg,Diablo IV,PS5,Role-Playing,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2023-06-05,2022-06-13 -/games/boxart/full_8081407AmericaFrontccc.jpg,Diablo IV,XS,Role-Playing,Unknown,Blizzard Entertainment,,,,,,,,2022-06-13 -/games/boxart/full_6904945AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth Complete Edition,PC,Role-Playing,Bandai Namco Entertainment,Media.Vision,,,,,,,2019-10-18,2019-07-08 -/games/boxart/full_8820887AmericaFrontccc.jpg,Digimon Story: Cyber Sleuth Complete Edition,NS,Role-Playing,Bandai Namco Entertainment,Media.Vision,,,,,,,2019-10-18,2019-07-08 -/games/boxart/full_905466AmericaFrontccc.jpg,Digimon Survive,NS,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 -/games/boxart/full_6073449AmericaFrontccc.jpg,Digimon Survive,PS4,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 -/games/boxart/full_9275938AmericaFrontccc.jpg,Digimon Survive,PC,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 -/games/boxart/full_347853AmericaFrontccc.jpg,Digimon Survive,XOne,Role-Playing,Bandai Namco Entertainment,WitchCraft,,,,,,,2022-07-29,2022-07-31 -/games/boxart/full_6117398AmericaFrontccc.jpg,Disciples Liberation,XOne,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 -/games/boxart/full_9990994AmericaFrontccc.jpg,Disciples Liberation,XS,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 -/games/boxart/full_9155105AmericaFrontccc.jpg,Disciples Liberation,PC,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 -/games/boxart/full_8748930AmericaFrontccc.jpg,Disciples Liberation,PS4,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 -/games/boxart/full_9036746AmericaFrontccc.jpg,Disciples Liberation,PS5,Role-Playing,Unknown,Frima Studio,,,,,,,,2021-06-12 -/games/boxart/full_9233508AmericaFrontccc.jpeg,Disco Elysium,XOne,Role-Playing,ZA/UM,ZA/UM,,,,,,,2020-12-01,2020-05-31 -/games/boxart/full_398842AmericaFrontccc.jpeg,Disco Elysium,PC,Role-Playing,Humble Bundle,ZA/UM,,,,,,,2019-10-15,2019-01-06 -/games/boxart/full_9170869AmericaFrontccc.jpeg,Disco Elysium,NS,Role-Playing,ZA/UM,ZA/UM,,,,,,,2020-12-01,2020-05-31 -/games/boxart/full_4803136AmericaFrontccc.jpeg,Disco Elysium,PS4,Role-Playing,ZA/UM,ZA/UM,,,,,,,2021-03-31,2020-05-31 -/games/boxart/default.jpg,Disgaea 2 PC,PC,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2018-04-01 -/games/boxart/full_5923006PALFrontccc.png,Disgaea 4 Complete+,PS4,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-29,2019-07-08 -/games/boxart/full_6890126PALFrontccc.jpg,Disgaea 4 Complete+,NS,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2019-10-29,2019-07-08 -/games/boxart/default.jpg,Disgaea 5 Complete,PC,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2019-03-30 -/games/boxart/full_4948274AmericaFrontccc.jpg,Disgaea 6: Defiance of Destiny,PS4,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2021-07-30 -/games/boxart/full_8168348AmericaFrontccc.png,Disgaea 6: Defiance of Destiny,NS,Role-Playing,NIS America,Nippon Ichi Software,,,,,,,2021-07-01,2020-09-17 -/games/boxart/full_7672075AmericaFrontccc.jpg,Disgaea 7,PS5,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2022-12-07 -/games/boxart/full_3362915AmericaFrontccc.jpg,Disgaea 7,PC,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2023-02-10 -/games/boxart/full_565000AmericaFrontccc.jpg,Disgaea 7,NS,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2022-12-07 -/games/boxart/full_4097889AmericaFrontccc.jpg,Disgaea 7,PS4,Role-Playing,Unknown,Nippon Ichi Software,,,,,,,,2022-12-07 -/games/boxart/full_3584761AmericaFrontccc.png,Divinity: Original Sin 2 - Definitive Edition,NS,Role-Playing,Larian Studios,Larian Studios,,,,,,,2019-09-04,2019-09-15 -/games/boxart/full_790475AmericaFrontccc.jpg,Dolmen,PC,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 -/games/boxart/full_6902611AmericaFrontccc.jpg,Dolmen,XS,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 -/games/boxart/full_1869001AmericaFrontccc.jpg,Dolmen,XOne,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 -/games/boxart/full_7043390AmericaFrontccc.jpg,Dolmen,PS5,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 -/games/boxart/full_5215806AmericaFrontccc.jpg,Dolmen,PS4,Role-Playing,Unknown,Massive Work Studio,,,,,,,,2022-05-20 -/games/boxart/default.jpg,Double Dungeons,WiiU,Role-Playing,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_2255563AmericaFrontccc.png,Dragalia Lost,iOS,Role-Playing,Nintendo,Cygames,,,,,,,2018-09-27,2018-09-04 -/games/boxart/full_3695267AmericaFrontccc.png,Dragalia Lost,And,Role-Playing,Nintendo,Cygames,,,,,,,2018-09-27,2018-09-04 -/games/boxart/full_5591177AmericaFrontccc.jpeg,Dragon Age: Dreadwolf,XS,Role-Playing,Unknown,BioWare,,,,,,,,2022-06-02 -/games/boxart/full_8541305AmericaFrontccc.jpeg,Dragon Age: Dreadwolf,PC,Role-Playing,Unknown,BioWare,,,,,,,,2022-06-02 -/games/boxart/full_8575949AmericaFrontccc.jpeg,Dragon Age: Dreadwolf,PS5,Role-Playing,Unknown,BioWare,,,,,,,,2022-06-02 -/games/boxart/full_8070647AmericaFrontccc.png,Dragon Quest,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2020-03-09 -/games/boxart/full_5730346AmericaFrontccc.png,Dragon Quest II,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2020-03-09 -/games/boxart/full_5852397AmericaFrontccc.png,Dragon Quest III,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-27,2020-03-09 -/games/boxart/full_9891558AmericaFrontccc.jpg,Dragon Quest Treasures,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2022-10-15 -/games/boxart/full_6990608AmericaFrontccc.jpg,Dragon Quest XI S: Definitive Edition,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-04,2020-07-24 -/games/boxart/full_9554275AmericaFrontccc.jpg,Dragon Quest XI S: Definitive Edition,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-04,2020-07-24 -/games/boxart/full_9731612AmericaFrontccc.jpg,Dragon Quest XI S: Definitive Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2020-12-04,2020-07-24 -/games/boxart/full_7983663AmericaFrontccc.jpg,Dragon Quest XII: The Flames of Fate,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 -/games/boxart/full_3983244AmericaFrontccc.jpg,Dragon Quest XII: The Flames of Fate,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 -/games/boxart/full_3572596AmericaFrontccc.jpg,Dragon Quest XII: The Flames of Fate,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 -/games/boxart/full_3991420AmericaFrontccc.png,Dragon Sinker,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-02-22,2018-02-21 -/games/boxart/full_8209830AmericaFrontccc.jpg,Dragon Star Varnir,NS,Role-Playing,Unknown,Compile Heart,,,,,,,,2021-06-26 -/games/boxart/full_9829018AmericaFrontccc.jpg,Dragon Star Varnir,PC,Role-Playing,Unknown,Compile Heart,,,,,,,,2021-06-26 -/games/boxart/full_1912490AmericaFrontccc.jpg,Dragon's Dogma 2,PC,Role-Playing,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_8077609AmericaFrontccc.jpg,Dragon's Dogma 2,PS5,Role-Playing,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_8937312AmericaFrontccc.jpg,Dragon's Dogma 2,XS,Role-Playing,Unknown,Capcom,,,,,,,,2023-06-13 -/games/boxart/full_8129526AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,NS,Role-Playing,Capcom,Capcom,,,,,,,2019-04-23,2019-03-22 -/games/boxart/full_6270218AmericaFrontccc.jpg,Dragon's Dogma: Dark Arisen,PS3,Role-Playing,Capcom,Capcom,,,,,,,2013-04-23,2019-03-22 -/games/boxart/full_6975052AmericaFrontccc.png,DragonFangZ - The Rose & Dungeon of Time,NS,Role-Playing,Toydea Inc.,Toydea Inc.,,,,,,,2017-12-19,2018-03-11 -/games/boxart/full_3687666AmericaFrontccc.png,Drova - Forsaken Kin,PC,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 -/games/boxart/full_6787912AmericaFrontccc.png,Drova - Forsaken Kin,NS,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 -/games/boxart/full_2069537AmericaFrontccc.png,Drova - Forsaken Kin,XOne,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 -/games/boxart/full_5302261AmericaFrontccc.png,Drova - Forsaken Kin,XS,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 -/games/boxart/full_6007473AmericaFrontccc.png,Drova - Forsaken Kin,PS5,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 -/games/boxart/full_3864147AmericaFrontccc.png,Drova - Forsaken Kin,PS4,Role-Playing,Unknown,Just2D,,,,,,,,2023-06-02 -/games/boxart/full_552961AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,XS,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 -/games/boxart/full_7579050AmericaFrontccc.png,Dungeons & Dragons: Dark Alliance,PC,Role-Playing,Tuque Games,Tuque Games,,,,,,,2020-12-01,2019-12-19 -/games/boxart/full_5598223AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,PS4,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 -/games/boxart/full_1086977AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,PS5,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 -/games/boxart/full_1984445AmericaFrontccc.jpg,Dungeons & Dragons: Dark Alliance,XOne,Role-Playing,Unknown,Tuque Games,,,,,,,,2021-08-02 -/games/boxart/full_8942465AmericaFrontccc.jpg,Dungeons of Aether,PC,Role-Playing,Unknown,Dan Fornace,,,,,,,,2023-01-07 -/games/boxart/full_689963AmericaFrontccc.jpg,Dusk Diver,PC,Role-Playing,JFI Games,JFI Games,,,,,,,2019-12-01,2019-04-10 -/games/boxart/full_8042967AmericaFrontccc.jpg,Dusk Diver,NS,Role-Playing,JFI Games,JFI Games,,,,,,,2019-12-01,2019-04-10 -/games/boxart/full_8424329AmericaFrontccc.png,Earthlock,NS,Role-Playing,Snowcastle Games,CrossFunction,,,,,,,2018-03-08,2018-03-23 -/games/boxart/full_9484178AmericaFrontccc.png,Earthlock: Festival of Magic,WiiU,Role-Playing,Snowcastle Games,Snowcastle Games,,,,,,,2017-09-14,2018-01-10 -/games/boxart/full_53950PALFrontccc.jpg,Earthlock: Festival of Magic,PS4,Role-Playing,Unknown,Snowcastle Games,,,,,,,,2018-01-10 -/games/boxart/full_6833965PALFrontccc.jpg,Earthlock: Festival of Magic,XOne,Role-Playing,Unknown,Snowcastle Games,,,,,,,,2018-01-10 -/games/boxart/full_4356079PALFrontccc.jpg,Earthlock: Festival of Magic,PC,Role-Playing,Unknown,Snowcastle Games,,,,,,,,2018-01-10 -/games/boxart/full_4935898AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,PC,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 -/games/boxart/full_7240145AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,PS4,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 -/games/boxart/full_8870199AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,PS5,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 -/games/boxart/full_3991298AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,XOne,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 -/games/boxart/full_1119901AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,XS,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 -/games/boxart/full_4324383AmericaFrontccc.jpg,Eiyuden Chronicle: Hundred Heroes,NS,Role-Playing,Unknown,Rabbit and Bear Studios,,,,,,,,2024-01-13 -/games/boxart/full_9801797AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,PS5,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 -/games/boxart/full_6434443AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,XOne,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 -/games/boxart/full_6072756AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,XS,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 -/games/boxart/full_5027906AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,PC,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 -/games/boxart/full_516957AmericaFrontccc.jpg,Eiyuden Chronicle: Rising,PS4,Role-Playing,Unknown,Rabbit & Bear Studios,,,,,,,,2021-06-13 -/games/boxart/full_5081355AmericaFrontccc.jpg,Elden Ring,XOne,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 -/games/boxart/full_2588650AmericaFrontccc.jpg,Elden Ring,PC,Role-Playing,Bandai Namco Entertainment,From Software,,,,,,,2022-02-25,2023-01-18 -/games/boxart/full_8359429AmericaFrontccc.jpg,Eldest Souls,PS4,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 -/games/boxart/full_786562AmericaFrontccc.jpg,Eldest Souls,PS5,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 -/games/boxart/full_5194772AmericaFrontccc.jpg,Eldest Souls,XOne,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 -/games/boxart/full_9058605AmericaFrontccc.jpg,Eldest Souls,XS,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 -/games/boxart/full_4037214AmericaFrontccc.jpg,Eldest Souls,NS,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 -/games/boxart/full_8266184AmericaFrontccc.jpg,Eldest Souls,PC,Role-Playing,Unknown,Fallen Flag Studio,,,,,,,,2021-06-15 -/games/boxart/full_3562885AmericaFrontccc.jpg,ELEX II,PS5,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 -/games/boxart/full_9691021AmericaFrontccc.jpg,ELEX II,XOne,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 -/games/boxart/full_7433531AmericaFrontccc.jpg,ELEX II,XS,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 -/games/boxart/full_4345627AmericaFrontccc.jpg,ELEX II,PC,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 -/games/boxart/full_1913117AmericaFrontccc.jpg,ELEX II,PS4,Role-Playing,Unknown,Piranha Bytes,,,,,,,,2021-06-15 -/games/boxart/full_2746958AmericaFrontccc.jpeg,Enclave HD,XOne,Role-Playing,Unknown,TopWare Interactive,,,,,,,,2022-08-17 -/games/boxart/full_6958302AmericaFrontccc.jpeg,Enclave HD,PS4,Role-Playing,Unknown,TopWare Interactive,,,,,,,,2022-08-17 -/games/boxart/full_4617258AmericaFrontccc.jpeg,Enclave HD,NS,Role-Playing,Unknown,TopWare Interactive,,,,,,,,2022-08-17 -/games/boxart/full_7102896AmericaFrontccc.jpg,Epic Battle Fantasy 3,PC,Role-Playing,Matt Roszak,Matt Roszak,,,,,,,2010-09-01,2019-04-17 -/games/boxart/full_1181237AmericaFrontccc.jpg,Epic Battle Fantasy 5,PC,Role-Playing,Matt Roszak,Matt Roszak,,,,,,,2018-11-30,2019-04-17 -/games/boxart/full_3979581AmericaFrontccc.jpg,Etrian Odyssey Origins Collection,NS,Role-Playing,Unknown,Atlus,,,,,,,,2023-05-02 -/games/boxart/full_3163193AmericaFrontccc.jpg,Etrian Odyssey Origins Collection,PC,Role-Playing,Unknown,Atlus,,,,,,,,2023-05-02 -/games/boxart/full_4172390AmericaFrontccc.jpg,Everhood,NS,Role-Playing,Unknown,Chris Nordgren,,,,,,,,2021-03-07 -/games/boxart/full_7099955AmericaFrontccc.jpg,Everhood,PC,Role-Playing,Unknown,Chris Nordgren,,,,,,,,2021-03-07 -/games/boxart/default.jpg,ExcaliBug,PC,Role-Playing,Dinamic Multimedia,Enigma Software Productions,,,,,,,2000-08-30,2018-01-07 -/games/boxart/full_1718499AmericaFrontccc.png,Fable,XS,Role-Playing,Xbox Game Studios,Playground Games,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_1229829AmericaFrontccc.jpg,Fable Legends,PC,Role-Playing,Microsoft Studios,Lionhead Studios,,,,,,,2016-12-31,2018-08-09 -/games/boxart/default.jpg,Fairy Fencer F Advent Dark Force,PC,Role-Playing,Unknown,Idea Factory,,,,,,,,2019-03-29 -/games/boxart/full_7842121AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,PC,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 -/games/boxart/full_3820867AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,PS4,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 -/games/boxart/full_4256583AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,PS5,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 -/games/boxart/full_7741564AmericaFrontccc.jpg,Fairy Fencer F: Refrain Chord,NS,Role-Playing,Unknown,Sting,,,,,,,,2023-03-08 -/games/boxart/full_8873290AmericaFrontccc.jpg,Fairy Tail,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2019-12-02 -/games/boxart/full_4213803AmericaFrontccc.jpg,Fairy Tail,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2019-12-02 -/games/boxart/full_7083695AmericaFrontccc.jpg,Fairy Tail,PC,Role-Playing,Koei Tecmo,Gust,,,,,,,2020-07-31,2019-12-02 -/games/boxart/full_1647453AmericaFrontccc.jpg,Fallen Legion Revenants,NS,Role-Playing,NIS America,YummyYummyTummy,,,,,,,2021-02-16,2021-06-07 -/games/boxart/default.jpg,Fallen Legion: Flames of Rebellion,PS4,Role-Playing,Acttil,YummyYummyTummy,,,,,,,2017-12-12, -/games/boxart/full_7136866AmericaFrontccc.png,Fallout 3,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2008-10-28,2020-10-30 -/games/boxart/full_159111AmericaFrontccc.jpg,Fallout 76,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2018-11-14,2020-10-30 -/games/boxart/full_9888811AmericaFrontccc.jpg,Fallout: New Vegas,All,Role-Playing,Bethesda Softworks,Obsidian Entertainment,,,,,,,2010-10-19,2020-10-30 -/games/boxart/full_9179566AmericaFrontccc.png,Fantasy Hero: Unsigned Legacy,NS,Role-Playing,Arc System Works,Arc System Works,,,,,,,2018-01-25,2018-03-12 -/games/boxart/full_2370071AmericaFrontccc.jpg,Fate/Samurai Remnant,NS,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 -/games/boxart/full_866447AmericaFrontccc.jpg,Fate/Samurai Remnant,PC,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 -/games/boxart/full_7727160AmericaFrontccc.jpg,Fate/Samurai Remnant,PS4,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 -/games/boxart/full_3549964AmericaFrontccc.jpg,Fate/Samurai Remnant,PS5,Role-Playing,Koei Tecmo,Omega Force,,,,,,,2023-09-28,2023-10-06 -/games/boxart/full_3799528AmericaFrontccc.png,Fear Effect Sedna,NS,Role-Playing,Square Enix,Sushee,,,,,,,2018-03-06,2018-01-05 -/games/boxart/full_6772036AmericaFrontccc.png,Fell Seal: Arbiter's Mark,PC,Role-Playing,1C Entertainment,6 Eyes Studio,,,,,,,2019-04-30,2019-09-14 -/games/boxart/default.jpg,Fell Seal: Arbiter's Mark,XOne,Role-Playing,Unknown,6 Eyes Studio,,,,,,,,2019-09-14 -/games/boxart/default.jpg,Fell Seal: Arbiter's Mark,PS4,Role-Playing,Unknown,6 Eyes Studio,,,,,,,,2019-09-14 -/games/boxart/full_9901832AmericaFrontccc.jpg,Fell Seal: Arbiter's Mark,NS,Role-Playing,Unknown,6 Eyes Studio,,,,,,,,2019-09-14 -/games/boxart/full_481375AmericaFrontccc.png,Feudal Alloy,NS,Role-Playing,Attu Games,Attu Games,,,,,,,2019-01-17,2019-05-14 -/games/boxart/default.jpg,Final Fantasy,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2024-01-24 -/games/boxart/full_5329029AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,And,Role-Playing,Square Enix,Square Enix,,,,,,,2020-08-27,2019-06-10 -/games/boxart/full_5568255AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-08-27,2019-06-10 -/games/boxart/full_4691277AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,PS4,Role-Playing,Square Enix,Square Enix,3.8,,,,,,2020-08-27,2019-04-10 -/games/boxart/full_5288522JapanFrontccc.jpg,Final Fantasy Crystal Chronicles: Remastered Edition,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-08-27,2019-04-10 -/games/boxart/default.jpg,Final Fantasy II,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2024-01-24 -/games/boxart/full_6285456AmericaFrontccc.png,Final Fantasy IX,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-02-10,2019-02-14 -/games/boxart/full_6552794AmericaFrontccc.png,Final Fantasy IX,NS,Role-Playing,Square Enix,GUILD STUDIO Inc.,,,,,,,2019-02-13,2019-02-14 -/games/boxart/full_2506402AmericaFrontccc.png,Final Fantasy IX,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2017-09-19,2019-02-14 -/games/boxart/full_6084999AmericaFrontccc.png,Final Fantasy IX,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-02-13,2019-02-14 -/games/boxart/default.jpg,Final Fantasy V,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2024-01-24 -/games/boxart/full_2193480AmericaFrontccc.png,Final Fantasy VII,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-26,2019-03-23 -/games/boxart/full_1987373AmericaFrontccc.jpg,Final Fantasy VII,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2015-12-05,2019-03-23 -/games/boxart/full_6941716AmericaFrontccc.png,Final Fantasy VII,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-03-26,2019-03-23 -/games/boxart/full_4348923AmericaFrontccc.png,Final Fantasy VII,And,Role-Playing,Square Enix,Square Enix,,,,,,,2016-07-07,2019-03-23 -/games/boxart/full_3867328AmericaFrontccc.png,Final Fantasy VII Rebirth,PS5,Role-Playing,Square Enix,Square Enix,,,,,,,2024-02-29,2022-10-28 -/games/boxart/full_7245092AmericaFrontccc.jpg,Final Fantasy VII Remake Intergrade,PS5,Role-Playing,Square Enix,Square Enix,,,,,,,2021-06-10,2021-05-20 -/games/boxart/full_9297309AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-01,2019-06-11 -/games/boxart/full_2434158AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-01,2019-06-11 -/games/boxart/full_4274669AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-09-03,2019-06-11 -/games/boxart/full_3289203AmericaFrontccc.jpeg,Final Fantasy VIII Remastered,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-01,2019-06-11 -/games/boxart/full_1096613AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-04-16,2019-03-22 -/games/boxart/full_5477172AmericaFrontccc.jpg,Final Fantasy X / X-2 HD Remaster,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-04-16,2019-03-22 -/games/boxart/full_7720900AmericaFrontccc.jpg,Final Fantasy XII: The Zodiac Age,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-04-30,2019-04-01 -/games/boxart/full_265004AmericaFrontccc.jpg,Final Fantasy XV Multiplayer: Comrades,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2018-12-13,2018-12-18 -/games/boxart/full_4747534AmericaFrontccc.jpg,Final Fantasy XV Multiplayer: Comrades,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2018-12-13,2018-12-18 -/games/boxart/full_978004AmericaFrontccc.jpg,Final Fantasy XV Pocket Edition,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-06-06,2018-12-18 -/games/boxart/full_6200730AmericaFrontccc.png,Final Fantasy XV Pocket Edition,And,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-08,2018-09-07 -/games/boxart/full_4174359AmericaFrontccc.jpg,Final Fantasy XV Pocket Edition,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-08,2018-09-07 -/games/boxart/full_872471AmericaFrontccc.jpeg,Final Fantasy XV Pocket Edition HD,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-06,2018-12-18 -/games/boxart/full_4204365AmericaFrontccc.png,Final Fantasy XV Pocket Edition HD,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-13,2018-12-18 -/games/boxart/full_8769715AmericaFrontccc.jpeg,Final Fantasy XV Pocket Edition HD,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2018-09-06,2018-12-18 -/games/boxart/full_8667021AmericaFrontccc.png,Final Fantasy XVI,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2021-12-31,2020-09-16 -/games/boxart/full_283557AmericaFrontccc.png,Fire Emblem: Heroes,And,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2017-02-02,2018-01-06 -/games/boxart/full_95442AmericaFrontccc.png,Fire Emblem: Heroes,iOS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2017-02-02,2018-01-06 -/games/boxart/full_2540427AmericaFrontccc.jpg,Fire Emblem: Shadow Dragon and the Blade of Light,NS,Role-Playing,Nintendo,Intelligent Systems,,,,,,,2020-12-04,2021-01-22 -/games/boxart/full_4313489AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,XS,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 -/games/boxart/full_9293825AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,PC,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 -/games/boxart/full_8512341AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,PS4,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 -/games/boxart/full_2484107AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,PS5,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 -/games/boxart/full_9878409AmericaFrontccc.jpg,Flintlock: The Siege of Dawn,XOne,Role-Playing,Unknown,A44 Games,,,,,,,,2023-10-03 -/games/boxart/full_6783543AmericaFrontccc.jpg,Four Legerrior,NS,Role-Playing,Kemco,Kemco,,,,,,,2019-06-06,2019-05-06 -/games/boxart/full_7126517AmericaFrontccc.jpg,Four Legerrior,XOne,Role-Playing,Kemco,Kemco,,,,,,,2019-05-08,2019-05-06 -/games/boxart/full_7675981AmericaFrontccc.jpg,Frane: Dragons' Odyssey,PC,Role-Playing,Kemco,Kemco,,,,,,,2019-04-05,2019-05-06 -/games/boxart/full_20291AmericaFrontccc.jpg,Frane: Dragons' Odyssey,XOne,Role-Playing,Kemco,Kemco,,,,,,,2019-04-05,2019-05-06 -/games/boxart/full_315339AmericaFrontccc.png,Frane: Dragons' Odyssey,NS,Role-Playing,Kemco,Kemco,,,,,,,2019-05-09,2019-05-06 -/games/boxart/default.jpg,Galaxy of Pen & Paper +1 Edition,PC,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-22 -/games/boxart/default.jpg,Game of Thrones,PSP,Role-Playing,Unknown,Nintendo,,,,,,,,2020-02-21 -/games/boxart/full_4545024AmericaFrontccc.jpg,Gamedec,PC,Role-Playing,Anshar Studios,Anshar Studios,,,,,,,2020-12-01,2019-08-13 -/games/boxart/full_6595039AmericaFrontccc.jpg,Garden Story,NS,Role-Playing,Unknown,Picogram,,,,,,,,2021-06-12 -/games/boxart/full_979216AmericaFrontccc.jpg,Garden Story,PC,Role-Playing,Unknown,Picogram,,,,,,,,2021-06-12 -/games/boxart/full_7647863AmericaFrontccc.jpg,Gateway to Apshai,CV,Role-Playing,Epyx,Epyx,,,,,,,1984-03-06,2021-10-18 -/games/boxart/default.jpg,Gibbéri:sh',2600,Role-Playing,Unknown,EA,,,,,,,,2018-01-04 -/games/boxart/full_4360017AmericaFrontccc.jpg,GLITCHED,PS4,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 -/games/boxart/full_4293218AmericaFrontccc.jpg,GLITCHED,XOne,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 -/games/boxart/full_7021100AmericaFrontccc.jpg,GLITCHED,NS,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 -/games/boxart/full_7816211AmericaFrontccc.jpg,GLITCHED,PC,Role-Playing,Unknown,En House Studios,,,,,,,,2021-06-16 -/games/boxart/full_4948594AmericaFrontccc.jpg,God Eater 3,NS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2019-07-12,2019-04-16 -/games/boxart/full_877364AmericaFrontccc.jpg,God Eater 3,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-02-08,2018-12-19 -/games/boxart/full_7661383AmericaFrontccc.jpg,Godfall,PC,Role-Playing,Gearbox Publishing,Counterplay Games,,,,,,,2020-11-12,2020-05-31 -/games/boxart/full_3958047AmericaFrontccc.jpg,Godfall,PS4,Role-Playing,Unknown,Counterplay Games,,,,,,,,2021-06-14 -/games/boxart/full_8340955AmericaFrontccc.jpg,Godfall,PS5,Role-Playing,Gearbox Publishing,Counterplay Games,,,,,,,2020-11-12,2020-05-31 -/games/boxart/full_4265479AmericaFrontccc.jpg,Godfall: Ultimate Edition,XS,Role-Playing,Unknown,Counterplay Games,,,,,,,,2022-04-06 -/games/boxart/full_6641018AmericaFrontccc.png,GOKEN,NS,Role-Playing,Gianty,Gianty,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_8688140AmericaFrontccc.jpg,Gothic (2021),PC,Role-Playing,THQ,THQ,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_6422274AmericaFrontccc.jpg,Gothic (2021),PS5,Role-Playing,THQ,THQ,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_6938201AmericaFrontccc.jpg,Gothic (2021),XS,Role-Playing,THQ,THQ,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_9416981AmericaFrontccc.jpg,Granblue Fantasy: Relink,PC,Role-Playing,Unknown,Cygames,,,,,,,,2022-04-27 -/games/boxart/full_3169914AmericaFrontccc.jpg,Granblue Fantasy: Relink,PS5,Role-Playing,Unknown,Cygames,,,,,,,,2022-04-27 -/games/boxart/full_2231951AmericaFrontccc.jpg,Granblue Fantasy: Relink,PS4,Role-Playing,Cygames,Cygames,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_1878988AmericaFrontccc.jpeg,Grandia HD Collection,NS,Role-Playing,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2019-08-16,2019-08-09 -/games/boxart/full_8229569AmericaFrontccc.jpeg,Grandia HD Collection,PC,Role-Playing,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2019-12-01,2019-08-09 -/games/boxart/full_5995647AmericaFrontccc.jpg,GreedFall,PS4,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2019-08-12 -/games/boxart/full_715837AmericaFrontccc.jpg,GreedFall,XOne,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2019-08-12 -/games/boxart/full_3934022AmericaFrontccc.jpg,GreedFall,PC,Role-Playing,Focus Home Interactive,Spiders,,,,,,,2019-09-10,2019-08-12 -/games/boxart/full_9263397AmericaFrontccc.jpg,GreedFall 2: The Dying World,PS5,Role-Playing,Unknown,Spiders,,,,,,,,2023-08-28 -/games/boxart/full_7187067AmericaFrontccc.jpg,GreedFall 2: The Dying World,XS,Role-Playing,Unknown,Spiders,,,,,,,,2023-08-28 -/games/boxart/full_9228951AmericaFrontccc.jpg,GreedFall 2: The Dying World,PC,Role-Playing,Unknown,Spiders,,,,,,,,2023-08-28 -/games/boxart/full_7878295AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,PS5,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 -/games/boxart/full_3155768AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,XOne,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 -/games/boxart/full_568345AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,XS,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 -/games/boxart/full_9478603AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,PC,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 -/games/boxart/full_6871642AmericaFrontccc.jpg,Greedfall: The De Vespe Conspiracy,PS4,Role-Playing,Unknown,Spiders,,,,,,,,2021-07-04 -/games/boxart/full_3017574AmericaFrontccc.jpg,GRIME,PC,Role-Playing,Unknown,Clover Bite,,,,,,,,2022-02-09 -/games/boxart/full_3992441AmericaFrontccc.jpg,Hades,PS4,Role-Playing,Supergiant Games,Supergiant Games,,,,,,,2021-08-13,2021-06-15 -/games/boxart/full_6711644AmericaFrontccc.jpg,Hades,PS5,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-06-15 -/games/boxart/full_3890270AmericaFrontccc.jpg,Hades,XOne,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-06-15 -/games/boxart/full_8427914AmericaFrontccc.jpg,Hades,XS,Role-Playing,Unknown,Supergiant Games,,,,,,,,2021-06-15 -/games/boxart/default.jpg,Hakoniwa Explorer Plus,NS,Role-Playing,Unknown,suxamethonium,,,,,,,,2020-06-07 -/games/boxart/default.jpg,Hakoniwa Explorer Plus,PC,Role-Playing,Unknown,suxamethonium,,,,,,,,2020-06-07 -/games/boxart/full_4677928AmericaFrontccc.jpg,Hellpoint,NS,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 -/games/boxart/full_8237405AmericaFrontccc.jpg,Hellpoint,PC,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 -/games/boxart/full_7927919AmericaFrontccc.jpg,Hellpoint,PS4,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 -/games/boxart/full_1697756AmericaFrontccc.jpg,Hellpoint,XOne,Role-Playing,TinyBuild Games,Cradle Games,,,,,,,2020-07-30,2020-06-04 -/games/boxart/full_1175281AmericaFrontccc.jpg,Hero Must Die. Again,NS,Role-Playing,Degica,Pyramid,,,,,,,2020-02-27,2020-02-13 -/games/boxart/full_7300241AmericaFrontccc.jpg,Hero Must Die. Again,PS4,Role-Playing,Degica,Pyramid,,,,,,,2020-02-26,2020-02-13 -/games/boxart/full_9090258AmericaFrontccc.jpg,Hero Must Die. Again,PC,Role-Playing,Degica,Pyramid,,,,,,,2020-02-26,2020-02-13 -/games/boxart/full_6489687AmericaFrontccc.jpg,Hero of the Kingdom III,PC,Role-Playing,Lonely Troops,Lonely Troops,,,,,,,2018-08-30,2019-04-21 -/games/boxart/full_4907115AmericaFrontccc.png,Heroes of the Monkey Tavern,NS,Role-Playing,Monkey Stories Games,Monkey Stories Games,,,,,,,2017-11-07,2018-02-04 -/games/boxart/full_7330348AmericaFrontccc.jpg,Heroine's Quest: The Herald of Ragnarok,PC,Role-Playing,Crystal Shard,Crystal Shard,,,,,,,2014-03-20,2019-04-21 -/games/boxart/full_4830951AmericaFrontccc.jpg,Heroland,NS,Role-Playing,Xseed Games,FuRyu,,,,,,,2019-12-01,2019-07-31 -/games/boxart/full_9071420AmericaFrontccc.jpg,Heroland,PS4,Role-Playing,Xseed Games,FuRyu,,,,,,,2019-12-01,2019-07-31 -/games/boxart/full_7306710AmericaFrontccc.jpg,Hogwarts Legacy,PC,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 -/games/boxart/full_4382214AmericaFrontccc.jpg,Hogwarts Legacy,PS4,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 -/games/boxart/full_1867430AmericaFrontccc.jpg,Hogwarts Legacy,XOne,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 -/games/boxart/full_1683224AmericaFrontccc.jpg,Hogwarts Legacy,XS,Role-Playing,Warner Bros. Interactive Entertainment,Avalanche Software,,,,,,,2021-12-01,2020-09-16 -/games/boxart/full_1602713AmericaFrontccc.jpg,Hogwarts Legacy,NS,Role-Playing,Unknown,Avalanche Software,,,,,,,,2023-02-23 -/games/boxart/full_4861547AmericaFrontccc.jpg,Honkai: Star Rail,PC,Role-Playing,Unknown,miHoYo,,,,,,,,2023-12-09 -/games/boxart/full_7085194AmericaFrontccc.jpg,Honkai: Star Rail,PS5,Role-Playing,Unknown,miHoYo,,,,,,,,2023-12-09 -/games/boxart/full_1618127AmericaFrontccc.png,Hyper Light Drifter - Special Edition,NS,Role-Playing,Abylight,Heart Machine,,,,,,,2018-09-06,2018-11-15 -/games/boxart/full_4528285AmericaFrontccc.png,Hytale,PC,Role-Playing,Hypixel Studios,Hypixel Studios,,,,,,,2020-12-01,2019-11-29 -/games/boxart/full_5646343AmericaFrontccc.jpg,Icewind Dale: Enhanced Edition,PS4,Role-Playing,Atari,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_6050820AmericaFrontccc.jpg,Icewind Dale: Enhanced Edition,XOne,Role-Playing,Atari,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_7269707AmericaFrontccc.jpg,Icewind Dale: Enhanced Edition,NS,Role-Playing,Atari,Overhaul Games,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_6480059AmericaFrontccc.jpg,Ikenfell,NS,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 -/games/boxart/full_7546119AmericaFrontccc.jpg,Ikenfell,PC,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 -/games/boxart/full_8090270AmericaFrontccc.jpg,Ikenfell,PS4,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 -/games/boxart/full_9106914AmericaFrontccc.jpg,Ikenfell,XOne,Role-Playing,Humble Bundle,Happy Ray Games,,,,,,,2020-10-08,2020-09-05 -/games/boxart/full_7753324AmericaFrontccc.jpg,Immortal Unchained,PC,Role-Playing,Unknown,Toadman Interactive,,,,,,,,2018-04-20 -/games/boxart/full_8831591JapanFrontccc.jpg,Inazuma Eleven 1-2-3!! Endou Mamoru Densetsu,3DS,Role-Playing,Level 5,Level 5,,,,,,,2012-12-27,2018-08-31 -/games/boxart/full_2381591AmericaFrontccc.jpg,Indivisible,PS4,Role-Playing,505 Games,Lab Zero Games,,,,,,,2019-10-08,2019-04-11 -/games/boxart/full_6339426AmericaFrontccc.jpg,Indivisible,PC,Role-Playing,505 Games,Lab Zero Games,,,,,,,2019-10-08,2019-04-11 -/games/boxart/full_2926149AmericaFrontccc.jpg,Indivisible,XOne,Role-Playing,505 Games,Lab Zero Games,,,,,,,2019-10-08,2019-04-11 -/games/boxart/full_2898953AmericaFrontccc.png,Indivisible,NS,Role-Playing,505 Games,Lab Zero Games,,,,,,,2020-12-30,2019-04-11 -/games/boxart/default.jpg,Iratus: Lord of the Dead,PC,Role-Playing,Unknown,Unfrozen,,,,,,,,2019-07-29 -/games/boxart/full_6832312AmericaFrontccc.jpg,Jack Move,XOne,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 -/games/boxart/full_2857290AmericaFrontccc.jpg,Jack Move,XS,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 -/games/boxart/full_7093451AmericaFrontccc.jpg,Jack Move,NS,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 -/games/boxart/full_8791942AmericaFrontccc.jpg,Jack Move,PC,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 -/games/boxart/full_5525947AmericaFrontccc.jpg,Jack Move,PS4,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 -/games/boxart/full_2396007AmericaFrontccc.jpg,Jack Move,PS5,Role-Playing,Unknown,So Romantic,,,,,,,,2022-09-22 -/games/boxart/full_2999333AmericaFrontccc.png,Joe Dever's Lone Wolf,NS,Role-Playing,Forge Reply,Forge Reply,,,,,,,2018-02-16,2018-03-12 -/games/boxart/full_3202269AmericaFrontccc.jpg,King of Seas,NS,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 -/games/boxart/full_7042649AmericaFrontccc.jpg,King of Seas,PC,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 -/games/boxart/full_4307537AmericaFrontccc.jpg,King of Seas,PS4,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 -/games/boxart/full_8652405AmericaFrontccc.jpg,King of Seas,XOne,Role-Playing,Unknown,3DClouds.it,,,,,,,,2021-06-04 -/games/boxart/full_8761077AmericaFrontccc.jpg,King's Bounty II,PC,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 -/games/boxart/full_6110397AmericaFrontccc.jpg,King's Bounty II,NS,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 -/games/boxart/full_7893967AmericaFrontccc.jpg,King's Bounty II,PS4,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 -/games/boxart/full_8258032AmericaFrontccc.jpg,King's Bounty II,XOne,Role-Playing,Deep Silver,1C Entertainment,,,,,,,2021-04-01,2020-08-28 -/games/boxart/default.jpg,Kingdom Hearts HD 1.5+2.5 ReMIX,XOne,Role-Playing,Unknown,Square Enix,,,,,,,,2021-08-12 -/games/boxart/full_2054894AmericaFrontccc.jpg,Kingdom Hearts HD II.8 Final Chapter Prologue,XOne,Role-Playing,Square,Square Enix,,,,,,,2020-02-18,2020-02-13 -/games/boxart/full_5923100AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning,PC,Role-Playing,THQ Nordic,Kaiko,,,,,,,2020-09-08,2020-07-09 -/games/boxart/full_2844995AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning,PS4,Role-Playing,THQ Nordic,Kaiko,,,,,,,2020-09-08,2020-07-09 -/games/boxart/full_2903711AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning,XOne,Role-Playing,THQ Nordic,Kaiko,,,,,,,2020-09-08,2020-07-09 -/games/boxart/full_8765552AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,XOne,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 -/games/boxart/full_6465139AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,NS,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 -/games/boxart/full_2403378AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,PC,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 -/games/boxart/full_5480944AmericaFrontccc.jpg,Kingdoms of Amalur: Re-Reckoning - Fatesworn,PS4,Role-Playing,Unknown,Kaiko,,,,,,,,2022-01-13 -/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,PC,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 -/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,NS,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 -/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,XOne,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 -/games/boxart/default.jpg,Knights of Pen and Paper +1 Edition,PS4,Role-Playing,Unknown,Behold Studios,,,,,,,,2019-03-20 -/games/boxart/full_3884685JapanFrontccc.png,Kono Subarashii Sekai ni Shukufuku o! Kibo no Meikyu to Tsudoishi Bokenshatachi,PS4,Role-Playing,Entergram,Entergram,,,,,,,2019-06-27,2019-05-06 -/games/boxart/full_2931786JapanFrontccc.png,Kono Subarashii Sekai ni Shukufuku o! Kibo no Meikyu to Tsudoishi Bokenshatachi,PSV,Role-Playing,Entergram,Entergram,,,,,,,2019-06-27,2019-05-06 -/games/boxart/full_218796JapanFrontccc.jpg,Langrisser I & II,NS,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2019-04-18,2019-03-22 -/games/boxart/full_5334832JapanFrontccc.jpg,Langrisser I & II,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2019-04-18,2019-03-22 -/games/boxart/full_3267549AmericaFrontccc.jpg,Last Days,PC,Role-Playing,2ndDimensionGhost,CrackedGhostGames,,,,,,,2016-06-17,2019-04-21 -/games/boxart/full_9529796AmericaFrontccc.png,Legend of Mana,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2021-02-18 -/games/boxart/full_2451010AmericaFrontccc.png,Legend of Mana,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2021-06-24,2021-02-17 -/games/boxart/full_5055587AmericaFrontccc.png,Legend of Mana,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2021-02-18 -/games/boxart/full_8687216AmericaFrontccc.jpg,Legrand Legacy: Tale of the Fatebounds,PC,Role-Playing,Another Indie,Semisoft,,,,,,,2018-01-24,2019-01-02 -/games/boxart/full_7835277AmericaFrontccc.png,Legrand Legacy: Tale of the Fatebounds,NS,Role-Playing,Another Indie,Semisoft,,,,,,,2019-01-24,2019-01-02 -/games/boxart/full_573724AmericaFrontccc.jpg,Lies of P,PS5,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 -/games/boxart/full_8913385AmericaFrontccc.jpg,Lies of P,XOne,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 -/games/boxart/full_9914851AmericaFrontccc.jpg,Lies of P,XS,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 -/games/boxart/full_204235AmericaFrontccc.jpg,Lies of P,PC,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 -/games/boxart/full_7402802AmericaFrontccc.jpg,Lies of P,PS4,Role-Playing,Unknown,Neowiz Corporation,,,,,,,,2023-04-10 -/games/boxart/full_3031093AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,XOne,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 -/games/boxart/full_2366406AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,XS,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 -/games/boxart/full_9784009AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,PC,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 -/games/boxart/full_4288816AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,PS4,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 -/games/boxart/full_6312117AmericaFrontccc.jpg,Like a Dragon: Infinite Wealth,PS5,Role-Playing,Unknown,Sega,,,,,,,,2023-06-12 -/games/boxart/full_1403691JapanFrontccc.jpg,Little Battlers eXperience,PSP,Role-Playing,Level 5,Level 5,,,,,,,2011-06-16,2018-08-31 -/games/boxart/full_8918901JapanFrontccc.jpg,Little Battlers eXperience Boost,PSP,Role-Playing,Level 5,Level 5,,,,,,,2011-11-23,2018-08-31 -/games/boxart/full_3734194AmericaFrontccc.jpg,Little Town Hero,PS4,Role-Playing,Game Freak,Game Freak,,,,,,,2020-06-23,2020-04-07 -/games/boxart/default.jpg,Little Town Hero,XOne,Role-Playing,Unknown,Game Freak,,,,,,,,2020-07-26 -/games/boxart/full_7504202AmericaFrontccc.jpg,Little Town Hero,NS,Role-Playing,NIS America,Game Freak,,,,,,,2020-06-23,2020-07-26 -/games/boxart/default.jpg,Little Town Hero,PC,Role-Playing,Unknown,Game Freak,,,,,,,,2020-07-26 -/games/boxart/full_2509892AmericaFrontccc.jpg,Littlewood,NS,Role-Playing,SmashGames,Sean Young,,,,,,,2021-02-25,2021-01-13 -/games/boxart/full_1712746AmericaFrontccc.jpg,Littlewood,PC,Role-Playing,Unknown,Sean Young,,,,,,,,2021-01-13 -/games/boxart/full_8890215AmericaFrontccc.jpg,Loop8: Summer of Gods,NS,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 -/games/boxart/full_6492016AmericaFrontccc.jpg,Loop8: Summer of Gods,PC,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 -/games/boxart/full_1381395AmericaFrontccc.jpg,Loop8: Summer of Gods,PS4,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 -/games/boxart/full_2461640AmericaFrontccc.jpg,Loop8: Summer of Gods,XOne,Role-Playing,Unknown,Marvelous,,,,,,,,2023-05-04 -/games/boxart/full_7358631AmericaFrontccc.jpg,Lords of the Fallen (2023),PC,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-05-20 -/games/boxart/full_1583203AmericaFrontccc.jpg,Lords of the Fallen (2023),PS5,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-05-20 -/games/boxart/full_6457113AmericaFrontccc.jpg,Lords of the Fallen (2023),XS,Role-Playing,CI Games,HEXWORKS,,,,,,,2023-10-13,2023-05-20 -/games/boxart/full_4821402AmericaFrontccc.jpg,Lost Ark,PC,Role-Playing,Unknown,Smilegate RPG,,,,,,,,2021-06-14 -/games/boxart/default.jpg,Maison de Maou,NS,Role-Playing,Unknown,Bergsala Lightweight,,,,,,,,2018-03-03 -/games/boxart/full_2893704AmericaFrontccc.jpg,Marvel's Midnight Suns,PS4,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 -/games/boxart/full_9537433AmericaFrontccc.jpg,Marvel's Midnight Suns,PS5,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 -/games/boxart/full_6057285AmericaFrontccc.jpg,Marvel's Midnight Suns,XOne,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 -/games/boxart/full_4041422AmericaFrontccc.jpg,Marvel's Midnight Suns,XS,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 -/games/boxart/full_1132346AmericaFrontccc.jpg,Marvel's Midnight Suns,NS,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 -/games/boxart/full_8677673AmericaFrontccc.jpg,Marvel's Midnight Suns,PC,Role-Playing,Unknown,Firaxis Games,,,,,,,,2021-08-27 -/games/boxart/full_6139644JapanFrontccc.jpg,Mary Skelter 2,NS,Role-Playing,Idea Factory International,Compile Heart,,,,,,,2019-10-22,2019-08-12 -/games/boxart/default.jpg,Mary Skelter: Nightmares,PC,Role-Playing,Unknown,Compile Heart,,,,,,,,2018-06-28 -/games/boxart/full_1853145AmericaFrontccc.jpeg,Mass Effect Legendary Edition,PC,Role-Playing,Unknown,BioWare,,,,,,,,2021-04-09 -/games/boxart/full_477306AmericaFrontccc.jpeg,Mass Effect Legendary Edition,PS4,Role-Playing,Unknown,BioWare,,,,,,,,2021-04-09 -/games/boxart/full_6090788AmericaFrontccc.jpeg,Mass Effect Legendary Edition,XOne,Role-Playing,Unknown,BioWare,,,,,,,,2021-04-09 -/games/boxart/full_5176518AmericaFrontccc.jpg,Mechajammer,PC,Role-Playing,Unknown,Whalenought Studios,,,,,,,,2021-06-14 -/games/boxart/full_5250089AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,NS,Role-Playing,Unknown,Capcom,,,,,,,,2023-03-01 -/games/boxart/full_7233296AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,PC,Role-Playing,Unknown,Capcom,,,,,,,,2023-03-01 -/games/boxart/full_3290088AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,PS4,Role-Playing,Unknown,Capcom,,,,,,,,2023-03-01 -/games/boxart/full_5882497AmericaFrontccc.jpg,Mega Man Battle Network Legacy Collection,All,Role-Playing,Capcom,Capcom,,,,,,,2023-04-14,2023-10-30 -/games/boxart/full_427502AmericaFrontccc.png,Mercenaries Wings: The False Phoenix,NS,Role-Playing,Unknown,RideonT2,,,,,,,,2018-07-02 -/games/boxart/full_7331009JapanFrontccc.jpg,Metal Max Xeno: Reborn,NS,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2020-09-10,2020-05-16 -/games/boxart/full_3319953JapanFrontccc.jpg,Metal Max Xeno: Reborn,PS4,Role-Playing,Kadokawa Games,Kadokawa Games,,,,,,,2020-09-10,2020-05-16 -/games/boxart/default.jpg,Metal Max Xeno: Reborn 2,PS4,Role-Playing,Unknown,Kadokawa Games,,,,,,,,2020-05-16 -/games/boxart/default.jpg,Metal Max Xeno: Reborn 2,NS,Role-Playing,Unknown,Kadokawa Games,,,,,,,,2020-05-16 -/games/boxart/full_3959840AmericaFrontccc.jpg,Mewgenics,PC,Role-Playing,Unknown,Edmund McMillen,,,,,,,,2023-10-03 -/games/boxart/full_3317162AmericaFrontccc.jpg,Might & Magic: Clash of Heroes - Definitive Edition,NS,Role-Playing,Unknown,DotEmu,,,,,,,,2023-07-06 -/games/boxart/full_6126905AmericaFrontccc.jpg,Might & Magic: Clash of Heroes - Definitive Edition,PC,Role-Playing,Unknown,DotEmu,,,,,,,,2023-07-06 -/games/boxart/full_7882146AmericaFrontccc.jpg,Might & Magic: Clash of Heroes - Definitive Edition,PS4,Role-Playing,Unknown,DotEmu,,,,,,,,2023-07-06 -/games/boxart/full_4776069AmericaFrontccc.jpg,Monark,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 -/games/boxart/full_3904885AmericaFrontccc.jpg,Monark,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 -/games/boxart/full_3697410AmericaFrontccc.jpg,Monark,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 -/games/boxart/full_1241568AmericaFrontccc.jpg,Monark,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2021-06-10 -/games/boxart/full_9295359AmericaFrontccc.jpg,Monster Hunter Riders,And,Role-Playing,Capcom,Capcom,,,,,,,2020-12-01,2020-01-29 -/games/boxart/full_1291301AmericaFrontccc.jpg,Monster Hunter Riders,iOS,Role-Playing,Capcom,Capcom,,,,,,,2020-12-01,2020-01-29 -/games/boxart/full_5488219AmericaFrontccc.jpg,Monster Hunter Stories 2: Wings of Ruin,PC,Role-Playing,Capcom,Capcom,,,,,,,2021-07-09,2021-07-20 -/games/boxart/full_2821095AmericaFrontccc.jpg,Monster Hunter Wilds,PC,Role-Playing,Unknown,Capcom,,,,,,,,2023-12-08 -/games/boxart/full_6863467AmericaFrontccc.jpg,Monster Hunter Wilds,PS5,Role-Playing,Unknown,Capcom,,,,,,,,2023-12-08 -/games/boxart/full_4272263AmericaFrontccc.jpg,Monster Hunter Wilds,XS,Role-Playing,Unknown,Capcom,,,,,,,,2023-12-08 -/games/boxart/full_9539837AmericaFrontccc.png,Monster Hunter World: Iceborne,PC,Role-Playing,Capcom,Capcom,,,,,,,2019-01-09,2019-06-13 -/games/boxart/full_8651375AmericaFrontccc.png,Monster Hunter World: Iceborne,PS4,Role-Playing,Capcom,Capcom,,,,,,,2019-09-06,2019-06-13 -/games/boxart/full_9081463AmericaFrontccc.png,Monster Hunter World: Iceborne,XOne,Role-Playing,Capcom,Capcom,,,,,,,2019-09-06,2019-06-13 -/games/boxart/full_1047185AmericaFrontccc.jpg,Monster Rancher 1 & 2 DX,NS,Role-Playing,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-12-09,2021-08-27 -/games/boxart/full_1481387AmericaFrontccc.jpg,Monster Rancher 1 & 2 DX,PC,Role-Playing,Unknown,Koei Tecmo Games,,,,,,,,2021-08-27 -/games/boxart/full_4271732AmericaFrontccc.jpg,Monster Slayers,XOne,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 -/games/boxart/full_7292466AmericaFrontccc.jpg,Monster Slayers,NS,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 -/games/boxart/full_5917758AmericaFrontccc.jpg,Monster Slayers,PC,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 -/games/boxart/full_858789AmericaFrontccc.jpg,Monster Slayers,PS4,Role-Playing,Unknown,Nerdook Productions,,,,,,,,2019-04-04 -/games/boxart/full_4029341AmericaFrontccc.jpg,Moon: Remix RPG Adventure,NS,Role-Playing,Onion Games,Lovedelic,,,,,,,2020-08-27,2020-08-01 -/games/boxart/full_1944952AmericaFrontccc.jpg,Moonlighter,XOne,Role-Playing,11 bit studios,Digital Sun,,,,,,,2018-05-29,2018-06-03 -/games/boxart/full_5984282AmericaFrontccc.jpg,Moonlighter,PC,Role-Playing,11 bit studios,Digital Sun,,,,,,,2018-05-29,2018-06-03 -/games/boxart/full_4154018AmericaFrontccc.jpg,Moonstone: A Hard Days Knight,PC,Role-Playing,Mindscape,Mindscape,,,,,,,1992-11-23,2018-03-06 -/games/boxart/full_3684742AmericaFrontccc.jpg,Mortal Shell,PC,Role-Playing,Playstack,Cold Symmetry,,,,,,,2020-08-18,2020-08-16 -/games/boxart/full_1488962AmericaFrontccc.jpg,Mortal Shell,PS4,Role-Playing,Playstack,Cold Symmetry,,,,,,,2020-08-18,2020-08-16 -/games/boxart/full_8252910AmericaFrontccc.jpg,Mortal Shell,XOne,Role-Playing,Playstack,Cold Symmetry,,,,,,,2020-08-18,2020-08-16 -/games/boxart/full_7232742AmericaFrontccc.jpg,Mount & Blade II: Bannerlord,PC,Role-Playing,Taleworlds,Taleworlds,,,,,,,2020-12-01,2019-07-02 -/games/boxart/full_5444519AmericaFrontccc.png,Mutant Year Zero: Road to Eden Deluxe Edition,NS,Role-Playing,Funcom,Fun Com,,,,,,,2018-12-04,2019-03-20 -/games/boxart/full_8721348AmericaFrontccc.png,NECROMANCER,WiiU,Role-Playing,Konami,Konami,,,,,,,2018-02-01,2020-10-06 -/games/boxart/full_4658023AmericaFrontccc.jpg,Nelke & the Legendary Alchemists: Ateliers of the New World,NS,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-03-26,2019-02-06 -/games/boxart/full_3475323AmericaFrontccc.jpg,Nelke & the Legendary Alchemists: Ateliers of the New World,PS4,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-03-26,2019-02-06 -/games/boxart/full_2642501JapanFrontccc.jpg,Nelke & the Legendary Alchemists: Ateliers of the New World,PSV,Role-Playing,Koei Tecmo,Gust,,,,,,,2019-01-31,2019-02-06 -/games/boxart/full_9851590AmericaFrontccc.jpg,Neo: The World Ends with You,PC,Role-Playing,Unknown,h.a.n.d. Inc.,,,,,,,,2021-08-03 -/games/boxart/full_5599835AmericaFrontccc.jpg,Neo: The World Ends with You,PS4,Role-Playing,Square Enix,h.a.n.d. Inc.,,,,,,,2021-07-27,2021-08-03 -/games/boxart/full_4325379AmericaFrontccc.jpg,Neo: The World Ends with You,NS,Role-Playing,Square Enix,h.a.n.d. Inc.,,,,,,,2021-07-27,2021-08-03 -/games/boxart/full_9219658AmericaFrontccc.jpg,Neptunia Virtual Stars,PC,Role-Playing,Unknown,Idea Factory,,,,,,,,2021-02-10 -/games/boxart/full_6026443AmericaFrontccc.jpg,Neptunia Virtual Stars,PS4,Role-Playing,Unknown,Idea Factory,,,,,,,,2021-02-10 -/games/boxart/full_4605576AmericaFrontccc.png,Neptunia x Senran Kagura: Ninja Wars,PS4,Role-Playing,Unknown,Compile Heart,,,,,,,,2021-09-11 -/games/boxart/default.jpg,NEUTOPIA,WiiU,Role-Playing,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,NEUTOPIA II,WiiU,Role-Playing,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_7152667AmericaFrontccc.png,Neverwinter Nights: Enhanced Edition,NS,Role-Playing,Beamdog,BioWare,,,,,,,2019-12-03,2019-06-16 -/games/boxart/full_7709873AmericaFrontccc.png,Neverwinter Nights: Enhanced Edition,PS4,Role-Playing,Beamdog,BioWare,,,,,,,2019-12-03,2019-06-16 -/games/boxart/full_5646811AmericaFrontccc.png,Neverwinter Nights: Enhanced Edition,XOne,Role-Playing,Beamdog,BioWare,,,,,,,2019-12-03,2019-06-16 -/games/boxart/full_3622369AmericaFrontccc.jpg,Nexomon,And,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 -/games/boxart/full_6878710AmericaFrontccc.jpg,Nexomon,PC,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 -/games/boxart/full_4314565PALFrontccc.jpg,Nexomon,NS,Role-Playing,PQube,"LIME TURTLE, INC.",,,,,,,2021-09-17,2021-11-07 -/games/boxart/full_1261245AmericaFrontccc.jpg,Nexomon: Extinction,PS4,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 -/games/boxart/full_3260077AmericaFrontccc.jpg,Nexomon: Extinction,PC,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 -/games/boxart/full_7962242AmericaFrontccc.jpg,Nexomon: Extinction,NS,Role-Playing,PQube,"LIME TURTLE, INC.",,,,,,,2020-08-28,2021-01-17 -/games/boxart/full_4842188AmericaFrontccc.jpg,Nexomon: Extinction,XOne,Role-Playing,Unknown,"LIME TURTLE, INC.",,,,,,,,2021-01-17 -/games/boxart/default.jpg,Ni no Kuni II: Revenant Kingdom - Prince's Edition,NS,Role-Playing,Unknown,Level 5,,,,,,,,2021-11-08 -/games/boxart/full_6282943AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch,NS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2019-09-20,2019-06-13 -/games/boxart/full_199387AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch Remastered,XOne,Role-Playing,Namco Bandai Games,Level 5,,,,,,,2019-09-20,2019-06-13 -/games/boxart/full_2795998AmericaFrontccc.jpg,Ni no Kuni: Wrath of the White Witch Remastered,PS4,Role-Playing,Namco Bandai Games,Level 5,,,,,,,2019-09-20,2019-06-13 -/games/boxart/full_2781209AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,XOne,Role-Playing,Square Enix,Toylogic,,,,,,,2021-04-23,2021-03-04 -/games/boxart/full_3349420AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,PS4,Role-Playing,Square Enix,Toylogic,,,,,,,2021-04-23,2021-03-04 -/games/boxart/full_8516570AmericaFrontccc.jpg,NieR Replicant ver.1.22474487139...,PC,Role-Playing,Square Enix,Toylogic,,,,,,,2021-04-23,2021-03-04 -/games/boxart/full_3202988AmericaFrontccc.jpg,NieR: Automata,XOne,Role-Playing,Square Enix,PlatinumGames,,,,,,,2018-06-26,2020-08-05 -/games/boxart/full_6678281AmericaFrontccc.jpg,NieR: Automata The End of YoRHa Edition,NS,Role-Playing,Square Enix,PlatinumGames,,,,,,,2022-10-06,2022-06-28 -/games/boxart/full_887931AmericaFrontccc.jpg,No Rest for the Wicked,PC,Role-Playing,Unknown,Moon Studios,,,,,,,,2023-12-07 -/games/boxart/full_6200451AmericaFrontccc.jpg,No Rest for the Wicked,PS5,Role-Playing,Unknown,Moon Studios,,,,,,,,2023-12-07 -/games/boxart/full_1829373AmericaFrontccc.jpg,No Rest for the Wicked,XS,Role-Playing,Unknown,Moon Studios,,,,,,,,2023-12-07 -/games/boxart/full_5184581AmericaFrontccc.jpg,Nobody Saves the World,PC,Role-Playing,Unknown,DrinkBox Studios,,,,,,,,2021-08-27 -/games/boxart/full_8220518AmericaFrontccc.jpg,Nobody Saves the World,XOne,Role-Playing,Unknown,DrinkBox Studios,,,,,,,,2021-08-27 -/games/boxart/full_2393477AmericaFrontccc.jpg,Nobody Saves the World,XS,Role-Playing,Unknown,DrinkBox Studios,,,,,,,,2021-08-27 -/games/boxart/full_6199356AmericaFrontccc.png,Nth^0: Infinity Reborn,PC,Role-Playing,KITATUS,KITATUS STUDIOS,,,,,,,2021-02-28,2020-08-24 -/games/boxart/full_8155103AmericaFrontccc.png,Nth^0: Infinity Reborn,PS5,Role-Playing,KITATUS,KITATUS STUDIOS,,,,,,,2021-02-28,2020-08-24 -/games/boxart/full_8179291AmericaFrontccc.png,Nth^0: Infinity Reborn,XS,Role-Playing,KITATUS,KITATUS STUDIOS,,,,,,,2021-02-28,2020-08-24 -/games/boxart/full_8874485AmericaFrontccc.jpg,Ocean's Heart,NS,Role-Playing,Unknown,Max Mraz,,,,,,,,2022-01-24 -/games/boxart/full_4300589AmericaFrontccc.jpg,Ocean's Heart,PC,Role-Playing,Unknown,Max Mraz,,,,,,,,2022-01-24 -/games/boxart/full_2900570AmericaFrontccc.jpg,Octopath Traveler,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-06-07,2019-04-15 -/games/boxart/full_7253486AmericaFrontccc.jpg,Octopath Traveler II,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_1096104AmericaFrontccc.jpg,Octopath Traveler II,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2023-02-24,2022-09-13 -/games/boxart/full_6226214AmericaFrontccc.jpg,Octopath Traveler II,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_3227141AmericaFrontccc.jpg,Octopath Traveler II,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2022-09-13 -/games/boxart/full_4921679AmericaFrontccc.jpg,Okage: Shadow King,PS4,Role-Playing,Sony Computer Entertainment,Zener Works,,,,,,,2016-03-22,2018-09-15 -/games/boxart/full_8292600AmericaFrontccc.jpg,Omega Quintet,PC,Role-Playing,Ghostlight,Compile Heart,,,,,,,2017-12-15,2019-01-02 -/games/boxart/full_366069AmericaFrontccc.png,One More Dungeon,NS,Role-Playing,Ratalaika Games,Ratalaika Games,,,,,,,2017-12-14,2018-03-25 -/games/boxart/full_1668279AmericaFrontccc.png,One Piece Odyssey,All,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 -/games/boxart/full_8189084AmericaFrontccc.png,One Piece Odyssey,PC,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 -/games/boxart/full_488473AmericaFrontccc.png,One Piece Odyssey,PS4,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 -/games/boxart/full_440135AmericaFrontccc.png,One Piece Odyssey,PS5,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 -/games/boxart/full_5427941AmericaFrontccc.png,One Piece Odyssey,XS,Role-Playing,Unknown,"ILCA, Inc.",,,,,,,,2022-09-28 -/games/boxart/default.jpg,One Way Heroics,PS4,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2018-01-06 -/games/boxart/default.jpg,One Way Heroics,PSV,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2018-01-06 -/games/boxart/default.jpg,One Way Heroics Plus,NS,Role-Playing,Unknown,Smoking Wolf,,,,,,,,2020-06-07 -/games/boxart/full_2203166AmericaFrontccc.jpg,Outward,OSX,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 -/games/boxart/full_5521452AmericaFrontccc.jpg,Outward,Linux,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 -/games/boxart/full_9568213AmericaFrontccc.jpg,Outward,XOne,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 -/games/boxart/full_561542AmericaFrontccc.jpg,Outward,PC,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 -/games/boxart/full_6458221AmericaFrontccc.jpg,Outward,PS4,Role-Playing,Deep Silver,Nine Dots Studio,,,,,,,2019-02-12,2018-12-30 -/games/boxart/full_9376807AmericaFrontccc.jpg,Palworld,XOne,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 -/games/boxart/full_2679093AmericaFrontccc.jpg,Palworld,XS,Role-Playing,Pocketpair,Pocketpair,,,,,,,2024-01-19,2024-01-19 -/games/boxart/full_4787223AmericaFrontccc.jpg,Paper Mario: The Thousand-Year Door,NS,Role-Playing,Unknown,Intelligent Systems,,,,,,,,2023-09-14 -/games/boxart/full_4720337AmericaFrontccc.jpg,Path of Exile,XOne,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2017-08-24,2018-01-03 -/games/boxart/full_8624115AmericaFrontccc.jpg,Path of Exile,PC,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2013-10-23,2018-01-03 -/games/boxart/full_7975499AmericaFrontccc.jpg,Path of Exile,PS4,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2019-03-26,2018-11-06 -/games/boxart/full_2189384AmericaFrontccc.png,Path of Exile 2,PC,Role-Playing,Grinding Gear Games,Grinding Gear Games,,,,,,,2020-12-01,2019-11-26 -/games/boxart/full_3892481AmericaFrontccc.jpg,Pathfinder: Kingmaker,NS,Role-Playing,Deep Silver,Owlcat Games,,,,,,,2020-12-25,2018-11-18 -/games/boxart/full_2299559AmericaFrontccc.jpg,Persona 3 Reload,PC,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 -/games/boxart/full_9795602AmericaFrontccc.jpg,Persona 3 Reload,XOne,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 -/games/boxart/full_2329504AmericaFrontccc.jpg,Persona 3 Reload,PS4,Role-Playing,Unknown,Atlus,,,,,,,,2023-08-28 -/games/boxart/full_4386330AmericaFrontccc.jpg,Persona 3 Reload,XS,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 -/games/boxart/full_7687456AmericaFrontccc.jpg,Persona 3 Reload,PS5,Role-Playing,Unknown,Atlus,,,,,,,,2023-08-28 -/games/boxart/full_323953AmericaFrontccc.jpg,Persona 5 Royal,PC,Role-Playing,Unknown,Atlus,,,,,,,,2022-11-07 -/games/boxart/full_838494AmericaFrontccc.jpg,Persona 5 Royal,XOne,Role-Playing,Atlus,Atlus,,,,,,,2022-10-21,2022-11-07 -/games/boxart/full_6938512AmericaFrontccc.jpeg,Persona 5 Royal,NS,Role-Playing,Sega,Atlus,,,,,,,2022-10-21,2022-11-07 -/games/boxart/full_1107677AmericaFrontccc.jpg,Persona 5 Strikers,PC,Role-Playing,Unknown,Omega Force,,,,,,,,2021-07-30 -/games/boxart/full_4268715AmericaFrontccc.png,Persona 5 Tactica,PS5,Role-Playing,Unknown,Atlus,,,,,,,,2023-09-24 -/games/boxart/full_5991759AmericaFrontccc.png,Persona 5 Tactica,PC,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 -/games/boxart/full_842618AmericaFrontccc.png,Persona 5 Tactica,NS,Role-Playing,Unknown,Atlus,,,,,,,,2023-09-24 -/games/boxart/full_338671AmericaFrontccc.png,Persona 5 Tactica,XOne,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 -/games/boxart/full_8078009AmericaFrontccc.png,Persona 5 Tactica,PS4,Role-Playing,Unknown,Atlus,,,,,,,,2023-09-24 -/games/boxart/full_6718155AmericaFrontccc.png,Persona 5 Tactica,XS,Role-Playing,Unknown,Atlus,,,,,,,,2023-06-12 -/games/boxart/default.jpg,Phantasie IV: Birth of Heroes,PC,Role-Playing,Unknown,Strategic Simulations,,,,,,,,2021-03-25 -/games/boxart/full_7334773AmericaFrontccc.jpg,Phantasy Star Online 2,XOne,Role-Playing,Sega,Sega,,,,,,,2020-04-14,2020-05-11 -/games/boxart/full_6814136AmericaFrontccc.jpg,Pillars of Eternity II: Deadfire,NS,Role-Playing,Versus Evil,Red Cerberus,,,,,,,2018-12-30,2018-02-06 -/games/boxart/full_257993AmericaFrontccc.jpg,Pillars of Eternity II: Deadfire,PS4,Role-Playing,Versus Evil,Obsidian Entertainment,,,,,,,2020-01-28,2022-10-09 -/games/boxart/full_12960AmericaFrontccc.jpg,Pillars of Eternity: Complete Edition,NS,Role-Playing,Versus Evil,Obsidian Entertainment,,,,,,,2019-08-08,2019-07-27 -/games/boxart/full_4680278AmericaFrontccc.jpg,Pixel Piracy,XOne,Role-Playing,505 Games,Quadro Delta,,,,,,,2016-02-16,2018-08-09 -/games/boxart/full_1940050AmericaFrontccc.jpg,Pixel Piracy,PS4,Role-Playing,505 Games,Quadro Delta,,,,,,,2016-02-16,2018-08-09 -/games/boxart/full_7304800AmericaFrontccc.jpg,Planescape Torment: Enhanced Edition,Linux,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 -/games/boxart/full_6500900AmericaFrontccc.png,Planescape Torment: Enhanced Edition,And,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 -/games/boxart/full_4914562AmericaFrontccc.png,Planescape Torment: Enhanced Edition,iOS,Role-Playing,Overhaul Games,Overhaul Games,,,,,,,2017-04-11,2019-04-05 -/games/boxart/full_2290044AmericaFrontccc.jpg,Planescape Torment: Enhanced Edition,OSX,Role-Playing,Beamdog,Beamdog,,,,,,,2017-04-11,2019-04-05 -/games/boxart/full_3910123AmericaFrontccc.jpg,Planescape: Torment: Enhanced Edition,XOne,Role-Playing,Beamdog,Black Isle Studios,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_7657990AmericaFrontccc.jpg,Planescape: Torment: Enhanced Edition,PS4,Role-Playing,Beamdog,Black Isle Studios,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_3015874AmericaFrontccc.jpg,Planescape: Torment: Enhanced Edition,NS,Role-Playing,Beamdog,Black Isle Studios,,,,,,,2019-09-24,2019-06-08 -/games/boxart/full_6354232AmericaFrontccc.png,Pokémon GO,iOS,Role-Playing,Niantic,Niantic Labs,6,,,,,,2016-07-06,2018-08-03 -/games/boxart/full_1422254AmericaFrontccc.png,Pokémon GO,And,Role-Playing,Niantic,Niantic Labs,,,,,,,2016-07-06,2018-08-03 -/games/boxart/full_1053329JapanFrontccc.png,Pokémon Red/Green/Blue/Yellow,3DS,Role-Playing,Nintendo,Game Freak,,,,,,,2016-02-27,2022-03-23 -/games/boxart/full_483986AmericaFrontccc.png,Pools of Darkness,All,Role-Playing,Strategic Simulations,Strategic Simulations,,,,,,,1991-01-01,2021-03-22 -/games/boxart/default.jpg,Project Awakening,PS4,Role-Playing,Unknown,Cygames,,,,,,,,2019-03-30 -/games/boxart/full_5377714AmericaFrontccc.jpg,Project Witchstone,XOne,Role-Playing,SpearHead Games,Spearhead Games,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_2661233AmericaFrontccc.jpg,Project Witchstone,PC,Role-Playing,SpearHead Games,Spearhead Games,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_624710AmericaFrontccc.jpg,Project Witchstone,PS4,Role-Playing,SpearHead Games,Spearhead Games,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_4792450AmericaFrontccc.png,Pyre,PS4,Role-Playing,Supergiant Games,Supergiant Games,8.9,,,,,,2017-07-25,2017-12-17 -/games/boxart/full_8050858AmericaFrontccc.png,Quest of Dungeons,NS,Role-Playing,Upfall Studios,Upfall Studios,,,,,,,2017-09-14,2018-03-25 -/games/boxart/full_803363AmericaFrontccc.jpg,Record of Agarest War Mariage,PC,Role-Playing,Idea Factory International,Idea Factory,,,,,,,2019-02-01,2019-04-25 -/games/boxart/full_9303587AmericaFrontccc.png,Reigns: Kings & Queens,NS,Role-Playing,Devolver Digital,Nerial,,,,,,,2018-05-01,2018-03-25 -/games/boxart/full_1406255AmericaFrontccc.jpg,Remnant 2,PC,Role-Playing,Unknown,Gunfire Games,,,,,,,,2022-12-09 -/games/boxart/full_1186005AmericaFrontccc.jpg,Remnant 2,PS5,Role-Playing,Unknown,Gunfire Games,,,,,,,,2022-12-09 -/games/boxart/full_7642278AmericaFrontccc.jpg,Remnant 2,XS,Role-Playing,Unknown,Gunfire Games,,,,,,,,2022-12-09 -/games/boxart/default.jpg,Resonance of Fate 4K/HD Edition,PS4,Role-Playing,Unknown,tri-Ace,,,,,,,,2019-03-30 -/games/boxart/default.jpg,Resonance of Fate 4K/HD Edition,PC,Role-Playing,Unknown,tri-Ace,,,,,,,,2019-03-30 -/games/boxart/full_2473052AmericaFrontccc.png,Revenant Saga,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2017-10-19,2018-03-25 -/games/boxart/default.jpg,Revenant Saga,WiiU,Role-Playing,Unknown,Exe Create Inc.,,,,,,,,2020-08-25 -/games/boxart/full_3766249AmericaFrontccc.jpg,Reverse Collapse: Code Name Bakery,PC,Role-Playing,X.D. Network Inc.,Sunborn Games Technology Co,,,,,,,2020-12-01,2019-07-26 -/games/boxart/full_3917615AmericaFrontccc.jpg,Reverse Collapse: Code Name Bakery,NS,Role-Playing,X.D. Network Inc.,Sunborn Games Technology Co,,,,,,,2020-12-01,2019-07-26 -/games/boxart/full_7662518AmericaFrontccc.jpg,Rise of the Ronin,PS5,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-09-14 -/games/boxart/full_1722659AmericaFrontccc.jpg,Rise of the Third Power,NS,Role-Playing,Unknown,Stegosoft Games,,,,,,,2022-02-10,2022-03-01 -/games/boxart/full_9177301PALFrontccc.jpeg,Risen,NS,Role-Playing,THQ Nordic,Piranha Bytes,,,,,,,2023-01-24,2023-06-08 -/games/boxart/full_1709448AmericaFrontccc.jpg,Rogue Galaxy,PS4,Role-Playing,Sony Interactive Entertainment,Level 5,,,,,,,2016-05-25,2018-09-15 -/games/boxart/full_775115AmericaFrontccc.png,Romancing SaGa 2,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2017-12-15,2018-03-25 -/games/boxart/full_4032600AmericaFrontccc.jpg,Romancing SaGa 2,PSV,Role-Playing,Unknown,Square,,,,,,,,2021-02-19 -/games/boxart/full_4706635AmericaFrontccc.jpg,Romancing SaGa 3,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 -/games/boxart/full_9450732AmericaFrontccc.jpg,Romancing SaGa 3,XOne,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 -/games/boxart/full_8187125AmericaFrontccc.jpg,Romancing SaGa 3,PSV,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 -/games/boxart/full_9248746AmericaFrontccc.jpg,Romancing SaGa 3,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 -/games/boxart/full_557683AmericaFrontccc.jpg,Romancing SaGa 3,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 -/games/boxart/full_4055746AmericaFrontccc.jpg,Romancing SaGa 3,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 -/games/boxart/full_1838389AmericaFrontccc.jpg,Romancing SaGa 3,And,Role-Playing,Square Enix,Square Enix,,,,,,,2019-11-11,2019-06-10 -/games/boxart/full_448340AmericaFrontccc.png,Rune Factory 4 Special,NS,Role-Playing,Marvelous Entertainment,Xseed Games,,,,,,,2020-12-31,2019-02-13 -/games/boxart/full_4307829AmericaFrontccc.jpg,SacriFire,XS,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 -/games/boxart/full_8055230AmericaFrontccc.jpg,SacriFire,XOne,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 -/games/boxart/full_2330375AmericaFrontccc.jpg,SacriFire,PC,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 -/games/boxart/full_5098536AmericaFrontccc.jpg,SacriFire,NS,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 -/games/boxart/full_6174707AmericaFrontccc.jpg,SacriFire,PS5,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 -/games/boxart/full_2111717AmericaFrontccc.jpg,SacriFire,PS4,Role-Playing,Unknown,Pixelated Milk,,,,,,,,2021-06-14 -/games/boxart/full_1656672AmericaFrontccc.jpg,SaGa Emerald Beyond,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 -/games/boxart/full_1454894AmericaFrontccc.jpg,SaGa Emerald Beyond,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 -/games/boxart/full_1024190AmericaFrontccc.jpg,SaGa Emerald Beyond,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 -/games/boxart/full_2517606AmericaFrontccc.jpg,SaGa Emerald Beyond,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2023-09-14 -/games/boxart/default.jpg,SaGa: Scarlet Grace,iOS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-03,2019-06-10 -/games/boxart/default.jpg,SaGa: Scarlet Grace,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-03,2019-06-10 -/games/boxart/default.jpg,SaGa: Scarlet Grace,And,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-03,2019-06-10 -/games/boxart/full_2173043AmericaFrontccc.jpg,Saint Seiya: Shining Soldiers,And,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-03-17,2020-01-29 -/games/boxart/full_1817251AmericaFrontccc.jpg,Saint Seiya: Shining Soldiers,iOS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-03-17,2020-01-29 -/games/boxart/full_402792AmericaFrontccc.jpg,SD Gundam G Generation Cross Rays,PS4,Role-Playing,Unknown,Tom Create,,,,,,,,2019-10-24 -/games/boxart/full_4706852AmericaFrontccc.jpg,SD Gundam G Generation Cross Rays,NS,Role-Playing,Unknown,Tom Create,,,,,,,,2019-10-24 -/games/boxart/full_8520915AmericaFrontccc.jpg,SD Gundam G Generation Cross Rays,PC,Role-Playing,Bandai Namco Entertainment,Tom Create,,,,,,,2019-11-27,2019-10-24 -/games/boxart/full_3866303AmericaFrontccc.jpg,Sea of Stars,XOne,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 -/games/boxart/full_111882AmericaFrontccc.jpg,Sea of Stars,PC,Role-Playing,Unknown,Sabotage,,,,,,,,2020-04-06 -/games/boxart/full_8581524AmericaFrontccc.jpg,Sea of Stars,XS,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 -/games/boxart/full_2213913AmericaFrontccc.jpg,Sea of Stars,NS,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 -/games/boxart/full_2124375AmericaFrontccc.jpg,Sea of Stars,PS4,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 -/games/boxart/full_736678AmericaFrontccc.jpg,Sea of Stars,PS5,Role-Playing,Unknown,Sabotage Studio,,,,,,,,2023-04-10 -/games/boxart/full_282946AmericaFrontccc.jpg,Secret of Mana,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-02-15,2018-02-17 -/games/boxart/full_7515895AmericaFrontccc.png,SEGA Ages: Phantasy Star,NS,Role-Playing,Sega,Sega,,,,,,,2018-12-13,2018-04-15 -/games/boxart/full_1542486AmericaFrontccc.jpg,Sekiro: Shadows Die Twice,PS4,Role-Playing,Activision,From Software,,,,,,,2019-03-22,2018-09-11 -/games/boxart/full_3706969AmericaFrontccc.jpg,Sekiro: Shadows Die Twice,PC,Role-Playing,Activision,From Software,,,,,,,2019-03-22,2018-06-11 -/games/boxart/full_3978330AmericaFrontccc.png,Sekiro: Shadows Die Twice,XOne,Role-Playing,Activision,From Software,,,,,,,2019-03-22,2018-09-11 -/games/boxart/full_7237150AmericaFrontccc.jpg,Sephirothic Stories,PS4,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-03-15,2019-03-31 -/games/boxart/full_7991350AmericaFrontccc.jpg,Sephirothic Stories,XOne,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-03-15,2019-03-31 -/games/boxart/full_6549198AmericaFrontccc.png,Sephirothic Stories,NS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-04-04,2019-03-31 -/games/boxart/full_7643008AmericaFrontccc.jpg,Sephirothic Stories,PC,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2019-03-15,2019-03-31 -/games/boxart/full_8925043AmericaFrontccc.png,Sephirothic Stories,And,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-10-25,2019-03-31 -/games/boxart/full_2173037AmericaFrontccc.png,Sephirothic Stories,iOS,Role-Playing,Kemco,Exe Create Inc.,,,,,,,2018-10-25,2019-03-31 -/games/boxart/full_747053AmericaFrontccc.jpg,Shadow of Conspiracy: Section 2,PC,Role-Playing,Unknown,Elysium Game Studio,,,,,,,,2021-08-27 -/games/boxart/full_5624838AmericaFrontccc.jpg,Shadow of Conspiracy: Section 2,PS5,Role-Playing,Unknown,Elysium Game Studio,,,,,,,,2021-08-27 -/games/boxart/full_8579831AmericaFrontccc.jpg,Shadow of Conspiracy: Section 2,XS,Role-Playing,Unknown,Elysium Game Studio,,,,,,,,2021-08-27 -/games/boxart/default.jpg,Shadow Sorcerer,PC,Role-Playing,Unknown,U.S. Gold,,,,,,,,2021-03-26 -/games/boxart/full_3054801AmericaFrontccc.jpg,Shadows Awakening,PC,Role-Playing,Kalypso Media,Games Farm,,,,,,,2018-09-04,2018-06-08 -/games/boxart/default.jpg,Shadows: Awakening,PC,Role-Playing,Unknown,Games Farm,,,,,,,,2018-10-01 -/games/boxart/full_2284094AmericaFrontccc.jpg,Shadows: Awakening,PS4,Role-Playing,Kalypso Media,Kalypso Media,,,,,,,2018-09-04,2018-09-09 -/games/boxart/default.jpg,Shadows: Awakening,XOne,Role-Playing,Unknown,Games Farm,,,,,,,,2018-10-01 -/games/boxart/full_43578JapanFrontccc.jpg,Shadowverse: Champion's Battle,NS,Role-Playing,Cygames,Cygames,,,,,,,2020-11-05,2020-05-29 -/games/boxart/full_6894047AmericaFrontccc.jpg,Shin Megami Tensei III: Nocturne HD Remaster,PC,Role-Playing,Sega,Atlus,,,,,,,2021-05-25,2021-04-28 -/games/boxart/full_1233202JapanFrontccc.jpg,Shin Megami Tensei III: Nocturne HD Remaster,NS,Role-Playing,Atlus,Atlus,,,,,,,2021-05-25,2020-07-21 -/games/boxart/full_8426247AmericaFrontccc.jpg,Shining Force: The Sword of Hajya,VC,Role-Playing,Sega,Sonic! Software Planning,,,,,,,2013-06-13,2020-06-20 -/games/boxart/default.jpg,Shining Resonance Refrain,PC,Role-Playing,Sega,O-TWO inc.,,,,,,,2018-12-31,2018-02-21 -/games/boxart/full_5411290AmericaFrontccc.jpg,Shiren the Wanderer: The Mystery Dungeon of Serpentcoil Island,NS,Role-Playing,Unknown,Spike Chunsoft,,,,,,,,2024-01-15 -/games/boxart/full_2889768AmericaFrontccc.jpg,Shiren the Wanderer: The Tower of Fortune and the Dice of Fate,PC,Role-Playing,Spike Chunsoft,Spike Chunsoft,,,,,,,2020-12-02,2020-07-22 -/games/boxart/full_8533400AmericaFrontccc.png,Shiren the Wanderer: The Tower of Fortune and the Dice of Fate,NS,Role-Playing,Aksys Games,ChunSoft,,,,,,,2020-12-02,2020-06-10 -/games/boxart/full_6622170AmericaFrontccc.jpg,Silent Hope,NS,Role-Playing,Unknown,Marvelous,,,,,,,,2023-06-21 -/games/boxart/full_8304734AmericaFrontccc.jpg,Silent Hope,PC,Role-Playing,Unknown,Marvelous,,,,,,,,2023-06-21 -/games/boxart/full_8949228AmericaFrontccc.jpg,Sins Of The Demon RPG,PC,Role-Playing,Chandler Rounsley,Chandler Rounsley,,,,,,,2016-05-14,2019-04-21 -/games/boxart/full_1496556AmericaFrontccc.jpg,Slayin 2,NS,Role-Playing,Unknown,Pixel Licker,,,,,,,,2020-05-04 -/games/boxart/default.jpg,Smoke and Sacrifice,PC,Role-Playing,Unknown,Solar Sail Games,,,,,,,,2018-05-15 -/games/boxart/full_8300024AmericaFrontccc.png,Smoke and Sacrifice,NS,Role-Playing,Unknown,Solar Sail Games,,,,,,,,2018-05-15 -/games/boxart/full_4606936AmericaFrontccc.jpg,Soul Hackers 2,PC,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 -/games/boxart/full_5151146AmericaFrontccc.jpg,Soul Hackers 2,PS4,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 -/games/boxart/full_1991509AmericaFrontccc.jpg,Soul Hackers 2,PS5,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 -/games/boxart/full_5988030AmericaFrontccc.jpg,Soul Hackers 2,XOne,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 -/games/boxart/full_3900210AmericaFrontccc.jpg,Soul Hackers 2,XS,Role-Playing,Sega,Atlus,,,,,,,2022-08-26,2022-06-04 -/games/boxart/full_9683273AmericaFrontccc.png,South Park: The Stick of Truth,NS,Role-Playing,Ubisoft,Obsidian Entertainment,,,,,,,2018-09-25,2018-07-18 -/games/boxart/default.jpg,Space Station 13,PC,Role-Playing,Unknown,Open Source,,,,,,,2003-02-15,2019-06-07 -/games/boxart/default.jpg,Star Ocean First Departure R,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2019-05-25 -/games/boxart/default.jpg,Star Ocean First Departure R,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2019-05-25 -/games/boxart/2131723AmericaFrontccc.jpg,Star Ocean: First Departure R,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-05,2019-09-24 -/games/boxart/full_8857753AmericaFrontccc.jpg,Star Ocean: First Departure R,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2019-12-05,2019-09-24 -/games/boxart/full_3406302AmericaFrontccc.png,Star Ocean: The Divine Force,XOne,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 -/games/boxart/full_556493AmericaFrontccc.png,Star Ocean: The Divine Force,XS,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 -/games/boxart/full_6395432AmericaFrontccc.png,Star Ocean: The Divine Force,PC,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 -/games/boxart/full_5562370AmericaFrontccc.png,Star Ocean: The Divine Force,PS4,Role-Playing,Unknown,tri-Ace,,,,,,,,2022-07-03 -/games/boxart/full_2926886AmericaFrontccc.png,Star Ocean: The Divine Force,PS5,Role-Playing,Square Enix,tri-Ace,,,,,,,2022-10-27,2022-07-03 -/games/boxart/full_3780055AmericaFrontccc.jpg,Star Ocean: The Second Story R,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 -/games/boxart/full_431132AmericaFrontccc.jpg,Star Ocean: The Second Story R,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 -/games/boxart/full_9637199AmericaFrontccc.jpg,Star Ocean: The Second Story R,NS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 -/games/boxart/full_9506166AmericaFrontccc.jpg,Star Ocean: The Second Story R,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-06-21 -/games/boxart/default.jpg,Star Wars Knights of the Old Republic,iOS,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Star Wars Knights of the Old Republic,And,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 -/games/boxart/default.jpg,STAR WARS Knights of the Old Republic II: The Sith Lords,And,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 -/games/boxart/default.jpg,STAR WARS Knights of the Old Republic II: The Sith Lords,iOS,Role-Playing,Unknown,Aspyr Media,,,,,,,,2024-01-05 -/games/boxart/full_2295610AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic – Remake,PC,Role-Playing,Unknown,Aspyr Media,,,,,,,,2021-09-11 -/games/boxart/full_5216227AmericaFrontccc.jpg,Star Wars: Knights of the Old Republic – Remake,PS5,Role-Playing,Unknown,Aspyr Media,,,,,,,,2021-09-11 -/games/boxart/full_4017371AmericaFrontccc.jpg,Starfield,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2022-11-11,2020-06-17 -/games/boxart/full_8982115AmericaFrontccc.jpg,Starfield,XS,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2022-11-11,2020-06-17 -/games/boxart/full_4799769AmericaFrontccc.png,SteamWorld Quest: Hand of Gilgamech,NS,Role-Playing,Thunderful Publishing AB,Image & Form Games,,,,,,,2019-04-25,2019-03-22 -/games/boxart/full_185978AmericaFrontccc.jpg,Steelrising,PS5,Role-Playing,Unknown,Spiders,,,,,,,,2022-08-02 -/games/boxart/full_3583733AmericaFrontccc.jpg,Steelrising,XS,Role-Playing,Unknown,Spiders,,,,,,,,2022-08-02 -/games/boxart/full_7241230AmericaFrontccc.jpg,Steelrising,PC,Role-Playing,Unknown,Spiders,,,,,,,,2022-08-02 -/games/boxart/full_833414AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,PC,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 -/games/boxart/full_5287411AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,NS,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 -/games/boxart/full_5417597AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,PS4,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 -/games/boxart/full_5852853AmericaFrontccc.jpg,Stranded Sails: Explorers of the Cursed Islands,XOne,Role-Playing,Unknown,Lemonbomb Entertainment,,,,,,,,2019-10-27 -/games/boxart/full_427119AmericaFrontccc.jpg,Suikoden II,PSN,Role-Playing,Konami,Konami,,,,,,,2014-12-09,2018-01-18 -/games/boxart/full_6854453AmericaFrontccc.jpg,Super Mario RPG,Series,Role-Playing,Nintendo,Square,,,,,,,1996-05-13,2023-06-21 -/games/boxart/full_8163690AmericaFrontccc.jpg,Super Mario RPG,NS,Role-Playing,Nintendo,Nintendo,,,,,,,2023-11-17,2023-06-21 -/games/boxart/full_8967642AmericaFrontccc.jpg,Super Neptunia RPG,NS,Role-Playing,Idea Factory International,Idea Factory,,,,,,,2019-03-31,2018-12-29 -/games/boxart/full_6997735AmericaFrontccc.jpg,Super Neptunia RPG,PC,Role-Playing,Idea Factory International,Artisan Studios,,,,,,,2019-06-20,2019-06-13 -/games/boxart/full_6440905JapanFrontccc.jpg,Super Robot Wars T,NS,Role-Playing,Bandai Namco Games,B.B. Studio,,,,,,,2019-03-20,2019-03-22 -/games/boxart/full_740244JapanFrontccc.jpg,Super Robot Wars T,PS4,Role-Playing,Bandai Namco Games,B.B. Studio,,,,,,,2019-03-20,2019-03-22 -/games/boxart/full_3623867AmericaFrontccc.png,Super Robot Wars V,PC,Role-Playing,Bandai Namco Entertainment,B.B. Studio,,,,,,,2020-12-01,2019-08-08 -/games/boxart/full_4925445PALFrontccc.jpg,Super Robot Wars V,NS,Role-Playing,Bandai Namco Entertainment,B.B. Studio,,,,,,,2020-12-01,2019-08-08 -/games/boxart/full_8103312AmericaFrontccc.jpg,Sword and Fairy: Together Forever,PS4,Role-Playing,Unknown,Softstar,,,,,,,,2022-08-08 -/games/boxart/full_1266426AmericaFrontccc.jpg,Sword and Fairy: Together Forever,PS5,Role-Playing,Unknown,Softstar,,,,,,,,2022-08-08 -/games/boxart/default.jpg,Sword Art Online Re: Hollow Fragment,PC,Role-Playing,Unknown,Aquria,,,,,,,,2018-02-21 -/games/boxart/full_8194173AmericaFrontccc.jpg,Sword Art Online: Alicization Lycoris,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-07-10,2019-03-30 -/games/boxart/full_4235922AmericaFrontccc.jpg,Sword Art Online: Alicization Lycoris,XOne,Role-Playing,Bandai Namco Entertainment,Bandai Namco,,,,,,,2020-07-10,2019-03-30 -/games/boxart/full_5649791AmericaFrontccc.jpg,Sword Art Online: Alicization Lycoris,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-07-10,2019-03-30 -/games/boxart/full_3764523JapanFrontccc.jpg,Sword Art Online: Fatal Bullet,NS,Role-Playing,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2019-08-09,2019-06-24 -/games/boxart/full_3352071PALFrontccc.jpg,Sword Art Online: Hollow Realization,NS,Role-Playing,Bandai Namco Entertainment,Kadokawa Games,,,,,,,2019-05-24,2019-03-22 -/games/boxart/full_6587187AmericaFrontccc.jpg,Sword Art Online: Last Recollection,XS,Role-Playing,Unknown,Aquria,,,,,,,,2023-09-11 -/games/boxart/full_8851125AmericaFrontccc.jpg,Sword Art Online: Last Recollection,PC,Role-Playing,Unknown,Aquria,,,,,,,,2023-09-11 -/games/boxart/full_7556829AmericaFrontccc.jpg,Sword Art Online: Last Recollection,PS5,Role-Playing,Unknown,Aquria,,,,,,,,2023-09-11 -/games/boxart/default.jpg,Sword Art Online: Lost Song,PC,Role-Playing,Unknown,ArtDink,,,,,,,,2019-03-29 -/games/boxart/full_1973699AmericaFrontccc.jpg,System Shock (Remake),Linux,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 -/games/boxart/full_5455371AmericaFrontccc.jpg,System Shock (Remake),PS5,Role-Playing,Unknown,Nightdive Studios,,,,,,,,2023-02-02 -/games/boxart/full_1356203AmericaFrontccc.jpg,System Shock (Remake),PS4,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 -/games/boxart/full_7805394AmericaFrontccc.jpg,System Shock (Remake),XS,Role-Playing,Unknown,Nightdive Studios,,,,,,,,2023-02-02 -/games/boxart/full_4604012AmericaFrontccc.jpg,System Shock (Remake),XOne,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 -/games/boxart/full_7788185AmericaFrontccc.jpg,System Shock (Remake),PC,Role-Playing,Nightdive Studios,Nightdive Studios,,,,,,,2020-12-01,2019-06-21 -/games/boxart/full_8509149AmericaFrontccc.png,Tactics Ogre: Reborn,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2022-11-11,2022-11-29 -/games/boxart/full_202157AmericaFrontccc.jpg,Tales of Arise,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-06-21 -/games/boxart/full_1230452AmericaFrontccc.jpg,Tales of Arise,XOne,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-06-21 -/games/boxart/full_6333148AmericaFrontccc.jpg,Tales of Arise,PS5,Role-Playing,Bandai Namco,Bandai Namco Studios,,,,,,,2021-09-10,2021-06-10 -/games/boxart/full_1790461AmericaFrontccc.jpg,Tales of Arise,XS,Role-Playing,Bandai Namco,Bandai Namco Studios,,,,,,,2021-09-10,2021-06-10 -/games/boxart/full_3442966AmericaFrontccc.jpg,Tales of Arise,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Games,,,,,,,2020-12-01,2019-06-21 -/games/boxart/full_91815AmericaFrontccc.jpg,Tales of Symphonia Remastered,XOne,Role-Playing,Unknown,Namco Tales Studio,,,,,,,,2023-01-05 -/games/boxart/full_228374AmericaFrontccc.jpg,Tales of Symphonia Remastered,NS,Role-Playing,Unknown,Namco Tales Studio,,,,,,,,2023-01-05 -/games/boxart/full_3506498AmericaFrontccc.jpg,Tales of Symphonia Remastered,PS4,Role-Playing,Unknown,Namco Tales Studio,,,,,,,,2023-01-05 -/games/boxart/full_2464334AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,PS4,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 -/games/boxart/full_7669711AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,PC,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 -/games/boxart/full_3986422AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,NS,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 -/games/boxart/full_614184AmericaFrontccc.jpg,Tales of Vesperia: Definitive Edition,XOne,Role-Playing,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-11,2019-01-23 -/games/boxart/full_4077994AmericaFrontccc.jpg,Tangledeep,NS,Role-Playing,Impact Gameworks,Impact Gameworks,,,,,,,2019-01-31,2019-03-30 -/games/boxart/full_6999497AmericaFrontccc.jpg,Tangledeep,PC,Role-Playing,Unknown,Impact Gameworks,,,,,,,,2019-03-31 -/games/boxart/full_9028318AmericaFrontccc.png,Tanzia,NS,Role-Playing,Unknown,Arcanity,,,,,,,,2018-07-03 -/games/boxart/default.jpg,Tanzia,PC,Role-Playing,Unknown,Arcanity,,,,,,,,2018-07-03 -/games/boxart/full_9196491AmericaFrontccc.jpg,Tap Adventure: Time Travel,PC,Role-Playing,Panoramik Inc.,Avallon Alliance,,,,,,,2017-03-02,2019-04-21 -/games/boxart/full_4409320AmericaFrontccc.jpg,Tears of Avia,PC,Role-Playing,CooCooSqueaky,CooCooSqueaky,,,,,,,2019-12-01,2019-07-24 -/games/boxart/full_6326434AmericaFrontccc.jpg,Tears of Avia,XOne,Role-Playing,CooCooSqueaky,CooCooSqueaky,,,,,,,2019-12-01,2019-07-24 -/games/boxart/full_4836331AmericaFrontccc.jpg,The Alliance Alive HD Remastered,PC,Role-Playing,FuRyu Corporation,Cattle Call,,,,,,,2019-10-08,2019-04-16 -/games/boxart/full_550520AmericaFrontccc.jpg,The Alliance Alive HD Remastered,PS4,Role-Playing,NIS America,Cattle Call,,,,,,,2019-10-08,2019-04-16 -/games/boxart/full_9203504AmericaFrontccc.jpg,The Alliance Alive HD Remastered,NS,Role-Playing,NIS America,Cattle Call,,,,,,,2019-10-08,2019-04-16 -/games/boxart/full_7117133AmericaFrontccc.jpg,The Ascent,XOne,Role-Playing,Curve Digital,Neon Giant,,,,,,,2020-12-01,2020-05-07 -/games/boxart/full_3830473AmericaFrontccc.jpg,The Ascent,PC,Role-Playing,Curve Digital,Neon Giant,,,,,,,2020-12-01,2020-05-22 -/games/boxart/full_3646923AmericaFrontccc.jpg,The Bard’s Tale IV: Director's Cut,PC,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2019-08-27,2019-07-12 -/games/boxart/full_628391PALFrontccc.jpg,The Bard’s Tale IV: Director's Cut,PS4,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2019-08-27,2019-07-12 -/games/boxart/full_8625299PALFrontccc.jpg,The Bard’s Tale IV: Director's Cut,XOne,Role-Playing,inXile Entertainment,InXile Entertainment,,,,,,,2019-08-27,2019-07-12 -/games/boxart/full_2049818AmericaFrontccc.jpg,The Caligula Effect: Overdose,PC,Role-Playing,NIS America,FuRyu,,,,,,,2019-03-12,2019-02-24 -/games/boxart/full_5048443AmericaFrontccc.jpg,The Caligula Effect: Overdose,NS,Role-Playing,NIS America,FuRyu,,,,,,,2019-03-15,2019-02-24 -/games/boxart/full_8086249JapanFrontccc.jpg,The Demon Crystal II: Knither,NS,Role-Playing,Regista,Regista,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_3681698AmericaFrontccc.png,The Denpa Men: They Came By Wave,3DS,Role-Playing,Genius Sonority Inc.,Genius Sonority Inc.,,,,,,,2012-09-27,2018-07-17 -/games/boxart/full_2876613AmericaFrontccc.png,The Elder Scrolls IV: Oblivion,All,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2006-03-20,2020-10-27 -/games/boxart/full_6666768AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dragonborn,PS3,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2022-08-14 -/games/boxart/full_2180178AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dragonborn,X360,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2022-08-14 -/games/boxart/full_7127564AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Dragonborn,PC,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2022-08-14 -/games/boxart/full_3668548AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PS5,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_5951750AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,X360,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_8373474AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,NS,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_1260270AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,XOne,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_572379AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PC,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_3785501AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,XS,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_6147759AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PS3,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_893925AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim - Hearthfire,PS4,Role-Playing,Unknown,Bethesda Game Studios,,,,,,,,2022-08-15 -/games/boxart/full_5925066AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,PS4,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 -/games/boxart/full_1214623AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,PS5,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 -/games/boxart/full_3342220AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,XOne,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 -/games/boxart/full_4012751AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,XS,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 -/games/boxart/full_9712635AmericaFrontccc.jpg,The Elder Scrolls V: Skyrim Anniversary Edition,PC,Role-Playing,Unknown,Bethesda Softworks,,,,,,,,2021-08-26 -/games/boxart/full_7615806AmericaFrontccc.jpg,The Elder Scrolls VI,PC,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-12-01,2019-11-08 -/games/boxart/full_6780584AmericaFrontccc.png,The Elder Scrolls: Blades,NS,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-05-14,2019-06-09 -/games/boxart/full_3617358AmericaFrontccc.png,The Elder Scrolls: Blades,And,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_2522359AmericaFrontccc.png,The Elder Scrolls: Blades,iOS,Role-Playing,Bethesda Softworks,Bethesda Game Studios,,,,,,,2020-12-01,2019-06-09 -/games/boxart/full_3019123AmericaFrontccc.jpg,The Falconeer,PC,Role-Playing,Wired Productions,Tomas Sala,,,,,,,2020-12-01,2019-08-17 -/games/boxart/full_5468145AmericaFrontccc.jpg,The First Berserker: Khazan,PC,Role-Playing,Unknown,NeoPle,,,,,,,,2023-12-09 -/games/boxart/full_8792198AmericaFrontccc.jpg,The Forgotten City,PS4,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 -/games/boxart/full_74788AmericaFrontccc.jpg,The Forgotten City,PS5,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 -/games/boxart/full_3246102AmericaFrontccc.jpg,The Forgotten City,XOne,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 -/games/boxart/full_6546352AmericaFrontccc.jpg,The Forgotten City,XS,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 -/games/boxart/full_3743758AmericaFrontccc.jpg,The Forgotten City,PC,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 -/games/boxart/full_9904561AmericaFrontccc.jpg,The Forgotten City,NS,Role-Playing,Unknown,Modern Storyteller,,,,,,,,2021-06-12 -/games/boxart/full_8303436AmericaFrontccc.jpg,The Good Life,PS4,Role-Playing,White Owls,White Owls,,,,,,,2020-12-01,2020-08-13 -/games/boxart/full_775258AmericaFrontccc.jpg,The Good Life,XOne,Role-Playing,White Owls,White Owls,,,,,,,2020-12-01,2020-08-13 -/games/boxart/full_9901993AmericaFrontccc.jpg,The Good Life,NS,Role-Playing,White Owls,White Owls,,,,,,,2020-12-01,2020-08-13 -/games/boxart/full_756836AmericaFrontccc.jpg,The Guild 3,PC,Role-Playing,THQ Nordic,GolemLabs,,,,,,,2020-12-01,2020-01-08 -/games/boxart/full_4713816AmericaFrontccc.png,The Last Remnant Remastered,NS,Role-Playing,Square-Enix,Square Enix,,,,,,,2019-06-10,2019-06-10 -/games/boxart/full_7199721AmericaFrontccc.jpg,The Last Spell,PC,Role-Playing,CCCP,CCCP,,,,,,,2020-12-01,2019-08-10 -/games/boxart/full_5772802AmericaFrontccc.jpg,The Last Spell,NS,Role-Playing,CCCP,CCCP,,,,,,,2020-12-01,2019-08-10 -/games/boxart/full_8047941AmericaFrontccc.jpg,The Legend of Dragoon,PS5,Role-Playing,Sony Interactive Entertainment,JAPAN Studio / Artoon,,,,,,,2023-02-21,2023-08-23 -/games/boxart/full_1942819AmericaFrontccc.jpg,The Legend of Heroes: Kuro no Kiseki,PS5,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2022-05-31 -/games/boxart/full_4155743AmericaFrontccc.jpg,The Legend of Heroes: Kuro no Kiseki,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2022-05-31 -/games/boxart/full_8699480AmericaFrontccc.jpg,The Legend of Heroes: Kuro no Kiseki,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2022-05-31 -/games/boxart/full_4593659AmericaFrontccc.jpg,The Legend of Heroes: Trails from Zero,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2022-09-27,2022-11-07 -/games/boxart/full_3531097AmericaFrontccc.jpg,The Legend of Heroes: Trails from Zero,PC,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2022-09-27,2021-06-27 -/games/boxart/full_5580022AmericaFrontccc.jpg,The Legend of Heroes: Trails from Zero,PS4,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2022-09-27,2022-11-07 -/games/boxart/default.jpg,The Legend of Heroes: Trails in the Sky SC,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2015-10-29,2018-01-03 -/games/boxart/full_3898539AmericaFrontccc.jpg,The Legend of Heroes: Trails in the Sky the 3rd,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,8.5,,,,,,2017-05-03,2018-01-03 -/games/boxart/full_4622226AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,PS5,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-06-03 -/games/boxart/full_2091045AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,NS,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 -/games/boxart/full_9304513AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 -/games/boxart/full_7242675AmericaFrontccc.jpg,The Legend of Heroes: Trails into Reverie,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 -/games/boxart/default.jpg,The Legend of Heroes: Trails of Cold Steel,PC,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2017-08-03,2018-01-03 -/games/boxart/full_4684853AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel,PS4,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2019-01-22,2018-10-07 -/games/boxart/full_773567AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel III,PC,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2020-03-23,2020-01-20 -/games/boxart/full_257016AmericaFrontccc.jpg,The Legend of Heroes: Trails of Cold Steel III,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2020-06-30,2019-12-06 -/games/boxart/full_2534646PALFrontccc.jpeg,The Legend of Heroes: Trails of Cold Steel IV,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2021-04-09,2021-06-08 -/games/boxart/full_9302095AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 -/games/boxart/full_1565987AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 -/games/boxart/full_6654079AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,PS5,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 -/games/boxart/full_2350117AmericaFrontccc.jpg,The Legend of Heroes: Trails through Daybreak,NS,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2023-09-21 -/games/boxart/full_2327932AmericaFrontccc.jpg,The Legend of Heroes: Trails to Azure,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 -/games/boxart/full_225336AmericaFrontccc.jpg,The Legend of Heroes: Trails to Azure,PS4,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2023-03-14,2021-06-27 -/games/boxart/full_8634849AmericaFrontccc.jpg,The Legend of Heroes: Trails to Azure,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2023-03-14,2021-06-27 -/games/boxart/full_899474AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 -/games/boxart/full_8883901AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 -/games/boxart/full_5172383AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 -/games/boxart/full_9478419AmericaFrontccc.jpg,The Legend of Legacy HD Remastered,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-11-30 -/games/boxart/full_1312337AmericaFrontccc.jpg,The Legend of Nayuta: Boundless Trails,NS,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 -/games/boxart/full_1456618AmericaFrontccc.jpg,The Legend of Nayuta: Boundless Trails,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 -/games/boxart/full_4259816AmericaFrontccc.jpg,The Legend of Nayuta: Boundless Trails,PS4,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-06-27 -/games/boxart/full_7086853AmericaFrontccc.jpg,The Oriental Exorcist,PS4,Role-Playing,bilibili,wildfiregame,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_8853113AmericaFrontccc.jpg,The Oriental Exorcist,PC,Role-Playing,bilibili,wildfiregame,,,,,,,2020-12-01,2019-08-05 -/games/boxart/full_5396474AmericaFrontccc.png,The Outer Worlds,NS,Role-Playing,Private Division,Virtuos,,,,,,,2020-06-05,2019-07-30 -/games/boxart/full_2898429AmericaFrontccc.png,The Outer Worlds,PC,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2019-06-06 -/games/boxart/full_47249AmericaFrontccc.png,The Outer Worlds,XOne,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2019-06-06 -/games/boxart/full_5709234AmericaFrontccc.png,The Outer Worlds,PS4,Role-Playing,Private Division,Obsidian Entertainment,,,,,,,2019-10-25,2019-06-06 -/games/boxart/full_3467373AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,PC,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 -/games/boxart/full_9189775AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,PS4,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 -/games/boxart/full_298895AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,XOne,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 -/games/boxart/full_9693373AmericaFrontccc.jpg,The Outer Worlds: Murder on Eridanos,NS,Role-Playing,Unknown,Obsidian Entertainment,,,,,,,,2021-04-15 -/games/boxart/full_5723255AmericaFrontccc.jpg,The Swords of Ditto: Mormo's Curse,PC,Role-Playing,Devolver Digital,onebitbeyond,,,,,,,2018-04-24,2019-05-06 -/games/boxart/full_4172066AmericaFrontccc.png,The Swords of Ditto: Mormo's Curse,NS,Role-Playing,Devolver Digital,onebitbeyond,,,,,,,2019-05-02,2019-05-06 -/games/boxart/full_1927135AmericaFrontccc.png,Thronebreaker: The Witcher Tales,PS4,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2020-02-22 -/games/boxart/full_3924669AmericaFrontccc.png,Thronebreaker: The Witcher Tales,PC,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2020-02-22 -/games/boxart/full_3349715AmericaFrontccc.png,Thronebreaker: The Witcher Tales,NS,Role-Playing,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2020-01-28,2020-02-22 -/games/boxart/full_9108087AmericaFrontccc.png,Thronebreaker: The Witcher Tales,XOne,Role-Playing,Unknown,CD Projekt Red Studio,,,,,,,,2020-02-22 -/games/boxart/full_6257816AmericaFrontccc.jpg,Thymesia,PC,Role-Playing,Team17,OverBorder Studio,,,,,,,2022-08-18,2022-06-30 -/games/boxart/full_4808868AmericaFrontccc.jpg,Thymesia,PS5,Role-Playing,Team17,OverBorder Studio,,,,,,,2022-08-18,2022-06-30 -/games/boxart/full_4824566AmericaFrontccc.jpg,Thymesia,XS,Role-Playing,Team17,OverBorder Studio,,,,,,,2022-08-18,2022-06-30 -/games/boxart/full_8874061JapanFrontccc.jpg,To All of Mankind,NS,Role-Playing,Nippon Ichi Software,Acquire,,,,,,,2019-06-27,2019-03-22 -/games/boxart/full_6998641JapanFrontccc.jpg,To All of Mankind,PS4,Role-Playing,Nippon Ichi Software,Acquire,,,,,,,2019-06-27,2019-03-22 -/games/boxart/full_3402904AmericaFrontccc.jpg,Tokyo Mirage Sessions #FE Encore,NS,Role-Playing,Nintendo,Atlus,,,,,,,2020-01-17,2020-07-23 -/games/boxart/full_7678653AmericaFrontccc.jpg,Torchlight II,All,Role-Playing,Runic Games,Runic Games,,,,,,,2012-09-20,2021-01-09 -/games/boxart/full_3262243AmericaFrontccc.jpg,Torchlight III,XOne,Role-Playing,Perfect World Entertainment,Echtra Games,,,,,,,2020-10-13,2020-01-28 -/games/boxart/full_4751526AmericaFrontccc.jpg,Torchlight III,PC,Role-Playing,Perfect World Entertainment,Echtra Games,,,,,,,2020-10-13,2020-01-28 -/games/boxart/full_5451565JapanFrontccc.jpg,Touhou Genso Wanderer: Lotus Labyrinth,NS,Role-Playing,Unties,AQUA STYLE,,,,,,,2019-07-18,2019-03-22 -/games/boxart/full_6273478JapanFrontccc.jpg,Touhou Genso Wanderer: Lotus Labyrinth,PS4,Role-Playing,Unties,AQUA STYLE,,,,,,,2019-07-18,2019-03-22 -/games/boxart/default.jpg,Tower of Doom,Int,Role-Playing,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/full_7530805AmericaFrontccc.jpg,Tower of Fantasy,PC,Role-Playing,Unknown,Hotta Studio,,,,,,,,2022-08-14 -/games/boxart/full_9395241AmericaFrontccc.jpg,Towerborne,PC,Role-Playing,Unknown,Stoic Studio,,,,,,,,2023-06-12 -/games/boxart/full_1647228AmericaFrontccc.jpg,Towerborne,XOne,Role-Playing,Unknown,Stoic Studio,,,,,,,,2023-06-12 -/games/boxart/full_3830766AmericaFrontccc.jpg,Towerborne,XS,Role-Playing,Unknown,Stoic Studio,,,,,,,,2023-06-12 -/games/boxart/full_3850970AmericaFrontccc.jpg,Trials of Mana,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2019-06-11 -/games/boxart/full_9839509AmericaFrontccc.jpg,Trials of Mana,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2019-06-11 -/games/boxart/full_3156464AmericaFrontccc.jpg,Trials of Mana,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2020-04-24,2019-06-11 -/games/boxart/full_4476990AmericaFrontccc.jpg,Triangle Strategy,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2022-11-21 -/games/boxart/full_8008570AmericaFrontccc.jpg,Trinity Trigger,NS,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 -/games/boxart/full_242404AmericaFrontccc.jpg,Trinity Trigger,PC,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 -/games/boxart/full_4729393AmericaFrontccc.jpg,Trinity Trigger,PS4,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 -/games/boxart/full_6254922AmericaFrontccc.jpg,Trinity Trigger,PS5,Role-Playing,Unknown,FuRyu Corporation,,,,,,,,2023-03-01 -/games/boxart/default.jpg,Two Worlds III,PC,Role-Playing,Unknown,Reality Pump Studios,,,,,,,,2019-06-09 -/games/boxart/full_841564AmericaFrontccc.jpg,Underhero,XOne,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-21 -/games/boxart/full_9869299AmericaFrontccc.jpg,Underhero,PS4,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-21 -/games/boxart/full_6516883AmericaFrontccc.jpg,Underhero,PC,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-21 -/games/boxart/full_8669014AmericaFrontccc.jpg,Underhero,NS,Role-Playing,Unknown,Paper Castle Games,,,,,,,,2020-03-17 -/games/boxart/full_7742130AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,PS4,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 -/games/boxart/full_3343247AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,PS5,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 -/games/boxart/full_1327442AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,XOne,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 -/games/boxart/full_6538270AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,XS,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 -/games/boxart/full_9958249AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,NS,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 -/games/boxart/full_6607845AmericaFrontccc.jpg,Undernauts: Labyrinth of Yomi,PC,Role-Playing,Unknown,Experience Inc.,,,,,,,,2022-02-09 -/games/boxart/full_1883379AmericaFrontccc.png,Unexplored: Unlocked Edition,NS,Role-Playing,Unknown,Ludomotion,,,,,,,,2018-08-07 -/games/boxart/default.jpg,Unexplored: Unlocked Edition,XOne,Role-Playing,Unknown,Ludomotion,,,,,,,,2018-08-07 -/games/boxart/default.jpg,Unexplored: Unlocked Edition,PS4,Role-Playing,Unknown,Ludomotion,,,,,,,,2018-08-07 -/games/boxart/full_5731317AmericaFrontccc.jpg,Unicorn Overlord,PS5,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 -/games/boxart/full_3393684AmericaFrontccc.jpg,Unicorn Overlord,XS,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 -/games/boxart/full_9941285AmericaFrontccc.jpg,Unicorn Overlord,NS,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 -/games/boxart/full_4926871AmericaFrontccc.jpg,Unicorn Overlord,PS4,Role-Playing,Unknown,Vanillaware,,,,,,,,2023-09-14 -/games/boxart/full_8835981AmericaFrontccc.jpg,Valkyrie Elysium,PS4,Role-Playing,Square-Enix,Soleil Software Studio Inc.,,,,,,,2022-09-14,2023-05-09 -/games/boxart/full_7422684AmericaFrontccc.png,Valthirian Arc: Hero School Story,NS,Role-Playing,PQube,Agate Studio,,,,,,,2018-10-02,2018-07-05 -/games/boxart/default.jpg,Valthirian Arc: Hero School Story,PC,Role-Playing,Unknown,Agate Studio,,,,,,,,2018-07-05 -/games/boxart/full_7705033AmericaFrontccc.jpg,Vambrace: Cold Soul,NS,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-08-29,2019-08-15 -/games/boxart/full_765417AmericaFrontccc.jpg,Vambrace: Cold Soul,PC,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-05-28,2019-08-15 -/games/boxart/full_2650046AmericaFrontccc.jpg,Vambrace: Cold Soul,PS4,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-08-29,2019-08-15 -/games/boxart/full_6796933AmericaFrontccc.jpg,Vambrace: Cold Soul,XOne,Role-Playing,Headup Games,Devespresso Games,,,,,,,2019-08-28,2019-08-15 -/games/boxart/full_1059408AmericaFrontccc.png,Vampire: The Masquerade – Swansong,XOne,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 -/games/boxart/full_6120462AmericaFrontccc.png,Vampire: The Masquerade – Swansong,PS4,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 -/games/boxart/full_8972996AmericaFrontccc.png,Vampire: The Masquerade – Swansong,XS,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 -/games/boxart/full_1350321AmericaFrontccc.png,Vampire: The Masquerade – Swansong,PS5,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 -/games/boxart/full_9266029AmericaFrontccc.png,Vampire: The Masquerade – Swansong,PC,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 -/games/boxart/full_7160333AmericaFrontccc.png,Vampire: The Masquerade – Swansong,NS,Role-Playing,Unknown,Big Bad Wolf Studio,,,,,,,,2021-06-14 -/games/boxart/full_5769915AmericaFrontccc.jpg,Vampyr,NS,Role-Playing,Focus Home Interactive,DONTNOD Entertainment,,,,,,,2019-10-29,2019-06-17 -/games/boxart/full_3682526AmericaFrontccc.png,Vaporum,NS,Role-Playing,Merge Games,Fatbot Games,,,,,,,2019-04-11,2019-05-14 -/games/boxart/full_9437371AmericaFrontccc.jpg,Vaporum,PC,Role-Playing,Fatbot Games,Fatbot Games,,,,,,,2017-09-28,2019-05-14 -/games/boxart/full_3597460AmericaFrontccc.jpg,Vaporum,PS4,Role-Playing,Merge Games,Fatbot Games,,,,,,,2019-04-09,2019-05-14 -/games/boxart/full_5096311AmericaFrontccc.jpg,Vaporum,XOne,Role-Playing,Merge Games,Fatbot Games,,,,,,,2019-04-10,2019-05-14 -/games/boxart/full_1388195AmericaFrontccc.jpg,Victor Vran: Overkill Edition,PS4,Role-Playing,Wired Productions,Haemimont Games,,,,,,,2017-05-30,2019-02-24 -/games/boxart/full_6017458AmericaFrontccc.jpg,Victor Vran: Overkill Edition,XOne,Role-Playing,Wired Productions,Haemimont Games,,,,,,,2017-05-30,2018-03-18 -/games/boxart/full_7724844AmericaFrontccc.jpg,Visions of Mana,XS,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 -/games/boxart/full_1769353AmericaFrontccc.jpg,Visions of Mana,PC,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 -/games/boxart/full_6408636AmericaFrontccc.jpg,Visions of Mana,PS4,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 -/games/boxart/full_7797528AmericaFrontccc.jpg,Visions of Mana,PS5,Role-Playing,Unknown,Square Enix,,,,,,,,2023-12-07 -/games/boxart/full_2005968AmericaFrontccc.jpg,Wandering Sword,PC,Role-Playing,Unknown,The Swordman Studio,,,,,,,,2023-09-14 -/games/boxart/full_8448559AmericaFrontccc.png,Wanderjahr: Try Again or Walk Away,NS,Role-Playing,"Corecell Technology Co.,Ltd.","Corecell Technology Co.,Ltd.",,,,,,,2018-02-15,2018-03-26 -/games/boxart/full_7935930AmericaFrontccc.jpg,"Warhammer 40,000: Rogue Trader",PC,Role-Playing,Unknown,Owlcat Games,,,,,,,,2023-10-04 -/games/boxart/full_3194363AmericaFrontccc.jpg,"Warhammer 40,000: Rogue Trader",PS5,Role-Playing,Unknown,Owlcat Games,,,,,,,,2023-10-04 -/games/boxart/full_4353636AmericaFrontccc.jpg,"Warhammer 40,000: Rogue Trader",XS,Role-Playing,Unknown,Owlcat Games,,,,,,,,2023-10-04 -/games/boxart/full_9539870AmericaFrontccc.jpg,Warhammer: Chaosbane,PC,Role-Playing,Bigben Interactive,EKO Software,,,,,,,2019-06-04,2019-04-04 -/games/boxart/full_3381831AmericaFrontccc.jpg,Warhammer: Chaosbane,PS4,Role-Playing,Bigben Interactive,EKO Software,,,,,,,2019-06-04,2019-04-04 -/games/boxart/full_6563699AmericaFrontccc.jpg,Warhammer: Chaosbane,XOne,Role-Playing,Bigben Interactive,EKO Software,,,,,,,2019-06-04,2019-04-04 -/games/boxart/full_1994169AmericaFrontccc.jpg,Wasteland 3,PS4,Role-Playing,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-21 -/games/boxart/full_9842218AmericaFrontccc.jpg,Wasteland 3,Linux,Role-Playing,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-21 -/games/boxart/full_284626AmericaFrontccc.jpg,Wasteland Remastered,PC,Role-Playing,inXile Entertainment,Krome Studios,,,,,,,2020-02-25,2020-01-24 -/games/boxart/full_1696026AmericaFrontccc.jpg,Wasteland Remastered,XOne,Role-Playing,inXile Entertainment,Krome Studios,,,,,,,2020-02-25,2020-01-24 -/games/boxart/full_5873499AmericaFrontccc.jpg,Wayfinder,PS5,Role-Playing,Unknown,Airship Syndicate,,,,,,,,2022-12-09 -/games/boxart/full_2393047AmericaFrontccc.jpg,Wayfinder,PC,Role-Playing,Unknown,Airship Syndicate,,,,,,,,2022-12-09 -/games/boxart/full_920057AmericaFrontccc.jpg,Wayfinder,PS4,Role-Playing,Unknown,Airship Syndicate,,,,,,,,2022-12-09 -/games/boxart/full_9698423AmericaFrontccc.jpg,We Are The Caretakers,PC,Role-Playing,Unknown,Heart Shaped Games LLC,,,,,,,,2023-01-03 -/games/boxart/full_612450AmericaFrontccc.jpg,We Are The Caretakers,XOne,Role-Playing,Unknown,Heart Shaped Games LLC,,,,,,,,2023-01-03 -/games/boxart/full_2850571AmericaFrontccc.jpg,We Are The Caretakers,XS,Role-Playing,Unknown,Heart Shaped Games LLC,,,,,,,,2023-01-03 -/games/boxart/full_5003588AmericaFrontccc.jpg,Weird West,PC,Role-Playing,Unknown,WolfEye Studios,,,,,,,,2021-11-18 -/games/boxart/full_6645299AmericaFrontccc.jpg,Weird West,PS4,Role-Playing,Unknown,WolfEye Studios,,,,,,,,2021-11-18 -/games/boxart/full_7246451AmericaFrontccc.jpg,Weird West,XOne,Role-Playing,Unknown,WolfEye Studios,,,,,,,,2021-11-18 -/games/boxart/full_1020634AmericaFrontccc.png,Werewolf: The Apocalypse – Earthblood,PC,Role-Playing,Bigben Interactive,Cyanide Studio,,,,,,,2021-02-04,2019-06-21 -/games/boxart/full_8427957AmericaFrontccc.png,Werewolf: The Apocalypse – Earthblood,PS4,Role-Playing,Bigben Interactive,Cyanide Studio,,,,,,,2021-02-04,2019-06-21 -/games/boxart/full_1613360AmericaFrontccc.png,Werewolf: The Apocalypse – Earthblood,XOne,Role-Playing,Bigben Interactive,Cyanide Studio,,,,,,,2021-02-04,2019-06-21 -/games/boxart/full_9344555AmericaFrontccc.jpg,Wild Arms 3,PS4,Role-Playing,Sony Interactive Entertainment,Media.Vision,,,,,,,2016-05-17,2018-09-15 -/games/boxart/full_9969162AmericaFrontccc.jpg,Wild Hearts,XS,Role-Playing,Unknown,Omega Force,,,,,,,,2022-11-06 -/games/boxart/full_2402135AmericaFrontccc.jpg,Wild Hearts,PC,Role-Playing,Unknown,Omega Force,,,,,,,,2022-11-06 -/games/boxart/full_3503891AmericaFrontccc.jpg,Wild Hearts,PS5,Role-Playing,Unknown,Omega Force,,,,,,,,2022-11-06 -/games/boxart/full_7836494AmericaFrontccc.jpg,Will Fight for Food,OSX,Role-Playing,Pyrodactyl,Pyrodactyl,,,,,,,2015-04-22,2018-08-10 -/games/boxart/full_946716AmericaFrontccc.jpg,Witchbrook,PC,Role-Playing,Chucklefish,Chucklefish,,,,,,,2020-12-01,2019-07-13 -/games/boxart/full_7812628JapanFrontccc.png,Wizard's Symphony,PS4,Role-Playing,Arc System Works,Arc System Works,,,,,,,2019-02-28,2019-02-24 -/games/boxart/full_7416004JapanFrontccc.png,Wizard's Symphony,NS,Role-Playing,Arc System Works,Arc System Works,,,,,,,2019-02-28,2019-02-24 -/games/boxart/full_828511AmericaFrontccc.jpeg,Wo Long: Fallen Dynasty,PS4,Role-Playing,Unknown,Team Ninja,,,,,,,,2023-02-02 -/games/boxart/full_6508622AmericaFrontccc.jpeg,Wo Long: Fallen Dynasty,PS5,Role-Playing,Unknown,Team Ninja,,,,,,,,2023-02-02 -/games/boxart/full_9675864AmericaFrontccc.jpg,Wo Long: Fallen Dynasty,All,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-06-13 -/games/boxart/full_6167891AmericaFrontccc.jpg,Wo Long: Fallen Dynasty,PC,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-06-13 -/games/boxart/full_7486906AmericaFrontccc.jpg,Wo Long: Fallen Dynasty,XS,Role-Playing,Unknown,Team Ninja,,,,,,,,2022-06-13 -/games/boxart/full_5512276AmericaFrontccc.jpeg,World of Final Fantasy,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2017-11-21,2018-01-03 -/games/boxart/full_5532597AmericaFrontccc.jpg,World of Final Fantasy Maxima,PS4,Role-Playing,Square Enix,Square Enix,,,,,,,2018-11-06,2018-09-13 -/games/boxart/full_4703879AmericaFrontccc.jpg,World of Final Fantasy Maxima,NS,Role-Playing,Square Enix,Square Enix,,,,,,,2018-11-06,2018-09-13 -/games/boxart/full_9498281AmericaFrontccc.jpg,World of Final Fantasy Maxima,PC,Role-Playing,Square Enix,Square Enix,,,,,,,2018-11-06,2018-09-13 -/games/boxart/full_4289242AmericaFrontccc.jpg,WrestleQuest,XOne,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 -/games/boxart/full_5049834AmericaFrontccc.jpg,WrestleQuest,XS,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 -/games/boxart/full_8345569AmericaFrontccc.jpg,WrestleQuest,PC,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 -/games/boxart/full_3644571AmericaFrontccc.jpg,WrestleQuest,PS4,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 -/games/boxart/full_6407963AmericaFrontccc.jpg,WrestleQuest,PS5,Role-Playing,Unknown,Mega Cat Studios,,,,,,,,2023-08-31 -/games/boxart/full_2748610AmericaFrontccc.jpg,Xenoblade Chronicles 3: Future Redeemed,NS,Role-Playing,Nintendo,Monolith Soft,,,,,,,2023-04-25,2023-05-30 -/games/boxart/full_1204585AmericaFrontccc.jpg,Xuan Yuan Sword: The Gate of Firmament,XOne,Role-Playing,E-Home Entertainment,DOMO Studio,,,,,,,2018-01-24,2018-01-24 -/games/boxart/default.jpg,Xuan Yuan Sword: The Gate of Firmament,PC,Role-Playing,Unknown,DOMO Studio,,,,,,,,2018-01-24 -/games/boxart/full_2750888JapanFrontccc.jpg,Xuan Yuan Sword: The Gate of Firmament,PS4,Role-Playing,Sony Interactive Entertainment,DOMO Studio,,,,,,,2017-03-23,2018-01-24 -/games/boxart/full_1004240AmericaFrontccc.png,YIIK: A Postmodern RPG,NS,Role-Playing,Ysbryd Games,Ackk Studios,,,,,,,2019-01-17,2018-12-12 -/games/boxart/full_9067390AmericaFrontccc.jpg,YIIK: A Postmodern RPG,PS4,Role-Playing,Ysbryd Games,Ackk Studios,,,,,,,2019-01-17,2019-01-25 -/games/boxart/default.jpg,YIIK: A Postmodern RPG,PSV,Role-Playing,Unknown,Ackk Studios,,,,,,,,2022-08-25 -/games/boxart/full_6217721JapanFrontccc.jpg,Yo-kai Watch 1 for Nintendo Switch,NS,Role-Playing,Nintendo,Level 5,,,,,,,2020-12-01,2019-08-12 -/games/boxart/full_845058AmericaFrontccc.jpg,Yo-kai Watch 4++,NS,Role-Playing,Unknown,Level 5,,,,,,,,2019-12-07 -/games/boxart/full_5101374AmericaFrontccc.jpg,Yo-kai Watch 4++,PS4,Role-Playing,Unknown,Level 5,,,,,,,,2019-12-07 -/games/boxart/full_7187999AmericaFrontccc.png,Yodanji,NS,Role-Playing,Kemco,Kemco,,,,,,,2017-12-07,2018-03-26 -/games/boxart/full_6450786JapanFrontccc.jpg,Yokai Watch 4,NS,Role-Playing,Level 5,Level 5,,,,,,,2019-06-20,2019-05-15 -/games/boxart/full_2401005AmericaFrontccc.png,Ys IX: Monstrum Nox,NS,Role-Playing,NIS America,Nihon Falcom Corporation,,,,,,,2021-07-06,2021-07-30 -/games/boxart/full_6264467AmericaFrontccc.png,Ys IX: Monstrum Nox,PC,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2021-07-30 -/games/boxart/full_8255720AmericaFrontccc.png,Ys IX: Monstrum Nox,PS4,Role-Playing,Falcom Corporation,Falcom,,,,,,,2019-09-26,2019-03-24 -/games/boxart/full_8868306AmericaFrontccc.jpeg,Ys Origin,NS,Role-Playing,DotEmu,Falcom,,,,,,,2020-10-01,2020-12-02 -/games/boxart/default.jpg,Ys Origin,XOne,Role-Playing,Unknown,Nihon Falcom Corporation,,,,,,,,2018-02-21 -/games/boxart/default.jpg,Ys VIII: Lacrimosa of Dana,PC,Role-Playing,NIS America,Falcom,,,,,,,2018-12-31,2018-01-10 -/games/boxart/full_9744547JapanFrontccc.jpg,Ys: Memories of Celceta - Kai,PS4,Role-Playing,Xseed Games,Nihon Falcom Corporation,,,,,,,2020-06-09,2019-05-14 -/games/boxart/full_6526231AmericaFrontccc.jpg,Zanki Zero: Last Beginning,PC,Role-Playing,Spike Chunsoft,Lancarse,,,,,,,2019-04-09,2018-04-27 -/games/boxart/full_5967679AmericaFrontccc.jpg,Minecraft,Series,Sandbox,Mojang,Mojang,,,,,,,2011-11-18,2020-02-08 -/games/boxart/full_3958597AmericaFrontccc.jpg,Saints Row,Series,Sandbox,THQ,Volition,,,,,,,2006-08-29,2020-03-10 -/games/boxart/full_7923178AmericaFrontccc.jpg,Dragon Quest Builders,Series,Sandbox,Square Enix,Square Enix,,,,,,,2016-10-11,2020-03-11 -/games/boxart/full_8772198AmericaFrontccc.jpg,Dragon Quest Builders,All,Sandbox,Nintendo,Square Enix,,,,,,,2016-10-11,2021-01-22 -/games/boxart/full_7288791AmericaFrontccc.jpg,Dragon Quest Builders 2,All,Sandbox,Nintendo,Square Enix,,,,,,,2019-07-12,2021-01-22 -/games/boxart/full_7185495AmericaFrontccc.jpg,CastleMiner Z,XBL,Sandbox,Unknown,DigitalDNA Games,,,,,,,,2020-03-19 -/games/boxart/full_4346485AmericaFrontccc.jpg,Planet Explorers,PC,Sandbox,Unknown,Pathea Games,,,,,,,,2019-02-10 -/games/boxart/full_7836913AmericaFrontccc.jpg,Windward,PC,Sandbox,Unknown,Tasharen Entertainment Inc.,,,,,,,,2019-02-11 -/games/boxart/full_1280318AmericaFrontccc.jpg,PixARK,PC,Sandbox,Snail Games USA,Snail Games USA,,,,,,,2018-03-27,2019-05-19 -/games/boxart/full_7782187AmericaFrontccc.jpg,Blockland,PC,Sandbox,Unknown,Eric Hartman,,,,,,,,2019-02-21 -/games/boxart/full_1888755AmericaFrontccc.jpg,Avorion,PC,Sandbox,Unknown,Boxelware,,,,,,,,2019-02-27 -/games/boxart/full_5840513AmericaFrontccc.jpg,Outer Wilds,PC,Sandbox,Annapurna Interactive,Mobius Digital,,,,,,,2019-05-30,2019-05-24 -/games/boxart/full_3149362AmericaFrontccc.jpg,Outer Wilds,XOne,Sandbox,Annapurna Interactive,Mobius Digital,,,,,,,2019-05-30,2019-05-24 -/games/boxart/full_2611186AmericaFrontccc.jpg,PixARK,NS,Sandbox,Snail Game,Snail Games USA,,,,,,,2019-05-31,2019-04-08 -/games/boxart/full_9629449AmericaFrontccc.jpg,PixARK,PS4,Sandbox,Snail Game,Snail Games USA,,,,,,,2019-05-31,2019-04-08 -/games/boxart/full_2943874AmericaFrontccc.jpg,PixARK,XOne,Sandbox,Snail Game,Snail Games USA,,,,,,,2019-05-31,2019-04-08 -/games/boxart/full_2648836AmericaFrontccc.jpg,Saints Row: The Third Remastered,PS4,Sandbox,THQ,Volition,,,,,,,2020-05-22,2020-04-13 -/games/boxart/full_138304AmericaFrontccc.jpg,Saints Row: The Third Remastered,XOne,Sandbox,THQ,Volition,,,,,,,2020-05-22,2020-04-13 -/games/boxart/full_1189258AmericaFrontccc.jpg,Saints Row: The Third Remastered,PC,Sandbox,THQ,Volition,,,,,,,2020-05-22,2020-04-13 -/games/boxart/full_9594883AmericaFrontccc.png,Call of Duty,Series,Shooter,Activision,Infinity Ward,,,,,,,2003-10-29,2020-02-03 -/games/boxart/full_9618625AmericaFrontccc.jpg,Battlefield,Series,Shooter,Electronic Arts,EA DICE,,,,,,,2002-09-10,2020-02-23 -/games/boxart/full_7357112AmericaFrontccc.jpg,Borderlands,Series,Shooter,2K Games,Gearbox Software,,,,,,,2009-10-20,2020-02-05 -/games/boxart/full_62059AmericaFrontccc.png,Halo,Series,Shooter,Microsoft Game Studios,Bungie,,,,,,,2001-11-15,2020-02-03 -/games/boxart/full_6424393AmericaFrontccc.jpg,PUBG,Series,Shooter,PUBG Corporation,PUBG Corporation,,,,,,,2017-12-20,2020-03-16 -/games/boxart/full_7050830AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds,All,Shooter,PUBG Corporation,PUBG Corporation,,,,,,,2017-12-17,2020-10-24 -/games/boxart/full_6829881AmericaFrontccc.jpg,Counter-Strike,Series,Shooter,Valve,Valve,,,,,,,2000-11-09,2020-02-19 -/games/boxart/full_1870948AmericaFrontccc.jpg,Star Wars: Battlefront,Series,Shooter,LucasArts,Pandemic Studios,,,,,,,2004-09-21,2020-02-24 -/games/boxart/full_8519936AmericaFrontccc.jpg,Far Cry,Series,Shooter,Ubisoft,Ubisoft,,,,,,,2004-03-23,2020-02-11 -/games/boxart/full_6332615AmericaFrontccc.png,Destiny,Series,Shooter,Activision,Bungie,,,,,,,2014-09-09,2023-08-06 -/games/boxart/full_2491344AmericaFrontccc.png,Uncharted,Series,Shooter,Sony Interactive Entertainment,Naughty Dog,,,,,,,2007-11-20,2020-02-15 -/games/boxart/full_5948706AmericaFrontccc.jpg,BioShock,Series,Shooter,2K Games,Irrational Games,,,,,,,2007-08-21,2020-02-08 -/games/boxart/full_5448686AmericaFrontccc.jpg,Gears of War,Series,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2006-11-07,2020-03-11 -/games/boxart/full_3053446AmericaFrontccc.jpg,Counter-Strike: Global Offensive,PC,Shooter,Valve,Valve Corporation,,,,,,,2012-08-21,2019-03-26 -/games/boxart/full_702042AmericaFrontccc.jpg,Medal of Honor,Series,Shooter,Electronic Arts,"2015, Inc.",,,,,,,1999-10-31,2020-02-24 -/games/boxart/full_8052843AmericaFrontccc.jpg,PLAYERUNKNOWN'S BATTLEGROUNDS,PC,Shooter,PUBG Corporation,PUBG Corporation,,,,,,,2017-12-21,2019-04-29 -/games/boxart/full_9670934AmericaFrontccc.jpg,Tom Clancy's Rainbow Six,Series,Shooter,Ubisoft,Ubisoft,,,,,,,1998-08-21,2020-02-10 -/games/boxart/full_9251687AmericaFrontccc.jpg,Tom Clancy's Ghost Recon,Series,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-11-13,2020-03-12 -/games/boxart/full_8836123AmericaFrontccc.jpg,Ratchet & Clank,Series,Shooter,Sony Interactive Entertainment,Insomniac Games,,,,,,,2002-11-04,2020-03-10 -/games/boxart/full_8891851AmericaFrontccc.jpg,Half-life,Series,Shooter,Valve,Valve,,,,,,,1998-11-19,2020-02-19 -/games/boxart/full_9091737AmericaFrontccc.png,Call of Duty: Black Ops II,All,Shooter,Activision,Treyarch,8.5,,,,,,2012-11-13,2021-08-15 -/games/boxart/full_3301411AmericaFrontccc.png,Call of Duty: Black Ops,All,Shooter,Activision,Treyarch,8.3,,,,,,2010-11-09,2020-10-14 -/games/boxart/full_2775420AmericaFrontccc.jpg,Call of Duty: Modern Warfare,All,Shooter,Activision,Infinity Ward,,,,,,,2019-10-25,2020-11-29 -/games/boxart/full_2843828AmericaFrontccc.png,Call of Duty: Modern Warfare 3,All,Shooter,Activision,Infinity Ward,,,,,,,2011-11-08,2021-08-15 -/games/boxart/full_7347977AmericaFrontccc.jpg,Splatoon,Series,Shooter,Nintendo,Nintendo,,,,,,,2015-05-29,2020-02-16 -/games/boxart/full_6570468AmericaFrontccc.jpg,Duck Hunt,NES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1985-10-15, -/games/boxart/full_6210207AmericaFrontccc.png,Borderlands 2,All,Shooter,2K Games,Gearbox Software,,,,,,,2012-09-18,2020-10-27 -/games/boxart/full_2943830AmericaFrontccc.png,Call of Duty: Modern Warfare 2,All,Shooter,Activision,Infinity Ward,,,,,,,2009-11-10,2020-10-14 -/games/boxart/full_5442285AmericaFrontccc.jpg,Battlefield 1,All,Shooter,Electronic Arts,EA DICE,,,,,,,2016-10-21,2023-12-20 -/games/boxart/full_1692407AmericaFrontccc.png,Sniper Elite,Series,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2005-10-18,2020-02-13 -/games/boxart/full_7220955AmericaFrontccc.jpg,Tom Clancy's The Division,Series,Shooter,Ubisoft,Massive Entertainment,,,,,,,2016-03-08,2020-05-14 -/games/boxart/full_1598916AmericaFrontccc.jpg,Call of Duty: Ghosts,All,Shooter,Activision,Infinity Ward,,,,,,,2013-11-05,2020-10-14 -/games/boxart/full_814617AmericaFrontccc.jpg,Borderlands 3,All,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2020-10-27 -/games/boxart/full_8741983AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,All,Shooter,Activision,Infinity Ward,,,,,,,2007-11-05,2020-10-14 -/games/boxart/full_3111185AmericaFrontccc.png,Call of Duty: World at War,All,Shooter,Activision,Treyarch,,,,,,,2008-11-11,2020-11-29 -/games/boxart/full_9030886AmericaFrontccc.jpg,Counter-Strike: Source,PC,Shooter,VU Games,Valve Software,9.3,,,,,,2004-11-16, -/games/boxart/full_681264AmericaFrontccc.jpg,Battlefield 3,All,Shooter,Electronic Arts,EA DICE,,,,,,,2011-10-25,2020-10-23 -/games/boxart/full_3464874AmericaFrontccc.png,Just Cause,Series,Shooter,Eidos Interactive,Avalanche Studios,,,,,,,2006-09-27,2020-02-11 -/games/boxart/full_979115AmericaFrontccc.jpg,Metro,Series,Shooter,THQ,4a-games,,,,,,,2010-03-16,2021-02-14 -/games/boxart/full_8373567AmericaFrontccc.jpg,Halo 3,X360,Shooter,Microsoft Game Studios,Bungie Studios,9.6,,,,,,2007-09-25,2018-10-11 -/games/boxart/full_8445462AmericaFrontccc.jpg,Star Wars Battlefront (2015),All,Shooter,Electronic Arts,EA DICE,,,,,,,2015-11-17,2020-10-31 -/games/boxart/full_7536933AmericaFrontccc.png,Splatoon 2,NS,Shooter,Nintendo,Nintendo EPD,8.2,,,,,,2017-07-21,2018-11-19 -/games/boxart/full_portal-2_617AmericaFront.jpg,Portal 2,PC,Shooter,Valve,Valve Software,9.7,,,,,,2011-04-19, -/games/boxart/full_7752041AmericaFrontccc.jpg,ARMA,Series,Shooter,505 Games,Bohemia Interactive,,,,,,,2007-05-04,2020-02-17 -/games/boxart/6354662ccc.jpg,Half-Life 2,PC,Shooter,VU Games,Valve Software,9.7,,,,,,2004-11-16, -/games/boxart/full_9779458AmericaFrontccc.jpg,Left 4 Dead,Series,Shooter,Valve,Valve,,,,,,,2008-11-17,2020-02-19 -/games/boxart/full_7082524AmericaFrontccc.jpg,SOCOM,Series,Shooter,Sony Interactive Entertainment,Zipper Interactive,,,,,,,2002-08-27,2020-03-09 -/games/boxart/full_2940010AmericaFrontccc.jpg,Max Payne,Series,Shooter,Rockstar Games,Remedy Entertainment,,,,,,,2001-07-23,2020-11-06 -/games/boxart/full_8443313AmericaFrontccc.jpg,BioShock Infinite,All,Shooter,2K Games,Irrational Games,,,,,,,2013-03-26,2020-11-03 -/games/boxart/full_5128267AmericaFrontccc.jpg,Sniper: Ghost Warrior,Series,Shooter,City Interactive,CI Games,,,,,,,2008-10-16,2021-01-11 -/games/boxart/full_7099900AmericaFrontccc.jpg,Splatoon 3,NS,Shooter,Nintendo,Nintendo,,,,,,,2022-09-09,2021-02-17 -/games/boxart/full_7476236AmericaFrontccc.jpg,Far Cry 3,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2012-12-04,2020-10-28 -/games/boxart/full_4057113AmericaFrontccc.jpg,Far Cry 4,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2014-11-18,2020-10-28 -/games/boxart/full_294871AmericaFrontccc.jpg,Far Cry 5,All,Shooter,Ubisoft,Ubisoft,,,,,,,2018-03-27,2020-10-28 -/games/boxart/full_2864291AmericaFrontccc.png,Killing Floor,Series,Shooter,Tripwire Interactive,Tripwire Interactive,,,,,,,2009-05-14,2020-02-07 -/games/boxart/full_5820197AmericaFrontccc.jpg,Titanfall,All,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2014-03-11,2021-02-21 -/games/boxart/full_7711107AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Wildlands,All,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2017-03-07,2020-11-02 -/games/boxart/full_9411160AmericaFrontccc.jpg,Tom Clancy's Rainbow Six Siege,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2015-12-01,2020-11-02 -/games/boxart/full_1266723AmericaFrontccc.jpg,Tom Clancy's The Division,All,Shooter,Ubisoft,Massive Entertainment,,,,,,,2016-03-08,2020-11-28 -/games/boxart/full_9245459AmericaFrontccc.jpg,Tom Clancy's The Division 2,All,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2020-11-28 -/games/boxart/5574270ccc.jpg,Portal,PC,Shooter,Valve Corporation,Valve Software,9,,,,,,2008-04-09, -/games/boxart/full_2932449AmericaFrontccc.jpg,Star Fox,Series,Shooter,Nintendo,Nintendo,,,,,,,1993-03-26,2020-08-18 -/games/boxart/full_8260273AmericaFrontccc.jpg,Half-Life,PC,Shooter,Sierra Entertainment,Valve Software,9.5,,,,,,1998-11-19, -/games/boxart/full_1331980AmericaFrontccc.jpg,Battlefield: Bad Company 2,All,Shooter,Electronic Arts,EA DICE,,,,,,,2010-03-02,2020-10-23 -/games/boxart/full_1289577AmericaFrontccc.jpg,Payday,Series,Shooter,Daybreak Games,Overkill Software,,,,,,,2011-10-18,2020-02-16 -/games/boxart/full_9915697AmericaFrontccc.jpeg,Star Wars Battlefront II (2017),All,Shooter,Electronic Arts,EA DICE,,,,,,,2017-11-17,2020-10-31 -/games/boxart/full_5159831AmericaFrontccc.jpg,Resistance,Series,Shooter,Sony Computer Entertainment,Insomniac Games,,,,,,,2006-11-17,2023-12-24 -/games/boxart/full_5122178AmericaFrontccc.jpg,Metro Exodus,All,Shooter,Deep Silver,4a-games,,,,,,,2019-02-15,2022-02-17 -/games/boxart/2952086ccc.jpg,GoldenEye 007,N64,Shooter,Nintendo,Rare Ltd.,9.8,,,,,,1997-08-25, -/games/boxart/2840502ccc.jpg,Halo 2,XB,Shooter,Microsoft Game Studios,Bungie Studios,9.6,,,,,,2004-11-09,2018-10-11 -/games/boxart/full_9203295AmericaFrontccc.png,Unreal,Series,Shooter,GT Interactive,Epic Games,,,,,,,1998-05-22,2020-02-14 -/games/boxart/full_2578059AmericaFrontccc.jpg,Crysis,Series,Shooter,Electronic Arts,Crytek,,,,,,,2007-11-13,2020-02-23 -/games/boxart/full_6567975AmericaFrontccc.jpg,Battlefield V,All,Shooter,Electronic Arts,EA DICE,,,,,,,2018-11-20,2020-10-09 -/games/boxart/full_515683AmericaFrontccc.jpg,Call of Duty 3,All,Shooter,Activision,Treyarch,,,,,,,2006-11-07,2022-09-26 -/games/boxart/full_1308274AmericaFrontccc.png,Lost Planet,Series,Shooter,Capcom,Capcom,,,,,,,2007-01-12,2020-02-04 -/games/boxart/full_4181962AmericaFrontccc.jpg,Borderlands,All,Shooter,2K Games,Gearbox Software,,,,,,,2009-10-20,2020-10-27 -/games/boxart/full_6398958AmericaFrontccc.jpg,Conflict,Series,Shooter,Gotham Games,Pivotal Games,,,,,,,2002-09-30,2020-02-12 -/games/boxart/full_6663240AmericaFrontccc.jpg,Star Wars: Battlefront II,All,Shooter,LucasArts,Pandemic Studios,,,,,,,2005-11-01,2020-10-31 -/games/boxart/full_1197110AmericaFrontccc.jpg,Call of Duty 2,All,Shooter,Activision,Infinity Ward,,,,,,,2005-10-25,2022-09-26 -/games/boxart/full_452301AmericaFrontccc.png,Deep Rock Galactic,All,Shooter,Coffee Stain Publishing,Ghost Ship Games,,,,,,,2020-05-13,2021-01-26 -/games/boxart/full_links-crossbow-training_1AmericaFront.jpg,Link's Crossbow Training,Wii,Shooter,Nintendo,Nintendo EAD,6.9,,,,,,2007-11-19, -/games/boxart/full_1892493PALFrontccc.jpg,Arma III,PC,Shooter,Bohemia Interactive,Bohemia Interactive,,,,,,,2013-09-12,2018-11-16 -/games/boxart/full_7466677AmericaFrontccc.jpg,Alien,Series,Shooter,Fox Interactive,Fox Video Games,,,,,,,1982-01-01,2023-06-26 -/games/boxart/full_4846574AmericaFrontccc.jpg,Wolfenstein,Series,Shooter,Bethesda Softworks,Muse Software,,,,,,,1981-09-01,2021-04-08 -/games/boxart/full_8110217AmericaFrontccc.jpg,Killzone,Series,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2004-11-02,2023-08-15 -/games/boxart/full_7453779AmericaFrontccc.jpg,Gears of War,X360,Shooter,Microsoft Game Studios,Epic Games,9.4,,,,,,2006-11-07, -/games/boxart/full_4089698AmericaFrontccc.jpg,Gears of War 2,X360,Shooter,Microsoft Game Studios,Epic Games,9.4,,,,,,2008-11-07, -/games/boxart/full_5219144AmericaFrontccc.jpg,Halo 5: Guardians,XOne,Shooter,Microsoft Studios,343 Industries,8.6,,,,,,2015-10-27,2018-03-24 -/games/boxart/2626126ccc.jpg,Halo: Combat Evolved,XB,Shooter,Microsoft,Bungie Studios,9.5,,,,,,2001-11-14,2018-10-11 -/games/boxart/full_4148619AmericaFrontccc.jpg,Killing Floor,PC,Shooter,Tripwire Interactive,Tripwire Interactive,7.5,,,,,,2009-05-14, -/games/boxart/full_469969AmericaFrontccc.jpg,Medal of Honor (2010),All,Shooter,Electronic Arts,Danger Close Games,,,,,,,2010-10-12,2020-11-02 -/games/boxart/full_8081400AmericaFrontccc.png,Splatoon,WiiU,Shooter,Nintendo,Nintendo EAD,8.4,,,,,,2015-05-29,2020-08-03 -/games/boxart/full_5094204AmericaFrontccc.jpg,Left 4 Dead,PC,Shooter,Valve Corporation,Valve Software,8.6,,,,,,2008-10-17, -/games/boxart/full_7665085AmericaFrontccc.jpg,BioShock Infinite,PC,Shooter,2K Games,Irrational Games,,,,,,,2013-03-26, -/games/boxart/full_7027156AmericaFrontccc.jpg,Arma 2: Operation Arrowhead,PC,Shooter,Meridian4,Bohemia Interactive,,,,,,,2010-06-29,2019-02-01 -/games/boxart/full_4849624AmericaFrontccc.jpg,Call of Duty,All,Shooter,Activision,Infinity Ward,,,,,,,2003-10-29,2022-09-26 -/games/boxart/full_3687815AmericaFrontccc.jpg,Perfect Dark,Series,Shooter,Rare,Rare,,,,,,,2000-05-22,2021-02-26 -/games/boxart/full_4865793AmericaFrontccc.jpg,BioShock,All,Shooter,2K Games,2K Boston,,,,,,,2007-08-21,2020-11-03 -/games/boxart/full_332320AmericaFrontccc.jpg,Max Payne,All,Shooter,Gathering of Developers,Remedy Entertainment,,,,,,,2001-07-23,2021-03-13 -/games/boxart/full_6787331AmericaFrontccc.jpg,Max Payne 3,All,Shooter,Rockstar Games,Rockstar Studios,,,,,,,2012-05-15,2020-11-06 -/games/boxart/full_7031063AmericaFrontccc.jpg,Remnant,Series,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2023-08-02 -/games/boxart/full_3574369AmericaFrontccc.png,S.T.A.L.K.E.R.,Series,Shooter,THQ,GSC Game World,,,,,,,2007-03-20,2021-07-08 -/games/boxart/6520536ccc.jpg,Star Fox 64,N64,Shooter,Nintendo,Nintendo EAD,9,,,,,,1997-07-01, -/games/boxart/full_2989259AmericaFrontccc.jpg,Star Wars: Battlefront,All,Shooter,LucasArts,Pandemic Studios,,,,,,,2004-09-21,2020-10-31 -/games/boxart/full_6390284AmericaFrontccc.jpg,Turok,Series,Shooter,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-03-04,2021-04-15 -/games/boxart/full_2051945AmericaFrontccc.jpg,Zombie Army,Series,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2013-02-28,2020-12-28 -/games/boxart/full_825609AmericaFrontccc.jpg,Half-Life 2: Episode One,PC,Shooter,Electronic Arts,Valve Software,8.7,,,,,,2006-06-01, -/games/boxart/full_7463593AmericaFrontccc.jpg,Resistance: Fall of Man,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,8.5,,,,,,2006-11-14, -/games/boxart/full_2649267AmericaFrontccc.jpg,Homefront,Series,Shooter,THQ,Kaos Studios,,,,,,,2011-03-15,2021-02-14 -/games/boxart/full_4846063AmericaFrontccc.png,Army of Two,Series,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-03-06,2021-08-15 -/games/boxart/full_167AmericaFrontccc.jpg,Doom,All,Shooter,id Software,id Software,,,,,,,1993-12-10,2021-03-19 -/games/boxart/full_7846315AmericaFrontccc.jpg,Doom 3,All,Shooter,Activision,id Software,,,,,,,2004-08-03,2022-04-24 -/games/boxart/full_2204513AmericaFrontccc.png,Duke Nukem 3D,All,Shooter,FormGen,3D Realms,,,,,,,1996-01-29,2021-03-14 -/games/boxart/full_5095376AmericaFrontccc.jpg,Half-Life 2: Episode Two,PC,Shooter,Valve Software,Valve Corporation,9.1,,,,,,2007-10-10, -/games/boxart/full_3056323AmericaFrontccc.jpg,Perfect Dark,N64,Shooter,Rare,Rare Ltd.,9.7,,,,,,2000-05-22, -/games/boxart/full_7967376AmericaFrontccc.jpg,Quake,Series,Shooter,GT Interactive,id Software,,,,,,,1996-06-22,2021-02-25 -/games/boxart/full_3408526AmericaFrontccc.png,Battlefield 1942,All,Shooter,Electronic Arts,Digital Illusions CE,,,,,,,2002-09-10,2022-09-29 -/games/boxart/full_2741193AmericaFrontccc.png,BioShock 2,All,Shooter,2K Games,2K Marin,,,,,,,2010-02-09,2020-11-03 -/games/boxart/full_525359AmericaFrontccc.jpg,Crysis,PC,Shooter,Electronic Arts,Crytek,9.2,,,,,,2007-11-13, -/games/boxart/full_8919583AmericaFrontccc.png,Crysis 2,All,Shooter,Electronic Arts,Crytek,,,,,,,2011-03-22,2020-12-31 -/games/boxart/full_3481858AmericaFrontccc.jpg,Enter the Gungeon,All,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-04-05,2021-01-21 -/games/boxart/full_gears-of-war-3_40AmericaFront.jpg,Gears of War 3,X360,Shooter,Microsoft Studios,Epic Games,9.1,,,,,,2011-09-20, -/games/boxart/full_8199541AmericaFrontccc.jpg,Halo 3: ODST,X360,Shooter,Microsoft Game Studios,Bungie,8.7,,,,,,2009-09-22,2018-10-11 -/games/boxart/full_5792279AmericaFrontccc.jpg,Left 4 Dead,X360,Shooter,Valve Corporation,Certain Affinity / Valve Software,8.7,,,,,,2008-10-18, -/games/boxart/full_2455613AmericaFrontccc.jpg,Left 4 Dead 2,X360,Shooter,Electronic Arts,Certain Affinity / Valve Software,9,,,,,,2009-11-17, -/games/boxart/full_6197373AmericaFrontccc.png,Remnant: From the Ashes,All,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2021-02-12 -/games/boxart/full_8782419AmericaFrontccc.jpg,Squad,PC,Shooter,Offworld Industries,Offworld Industries,,,,,,,2015-12-15,2019-08-29 -/games/boxart/full_6505603AmericaFrontccc.jpg,World War Z,All,Shooter,Mad Dog Games,Saber Interactive,,,,,,,2019-04-16,2020-11-27 -/games/boxart/6283330ccc.jpg,Star Fox,SNES,Shooter,Nintendo,Argonaut Games,,,,,,,1993-03-01, -/games/boxart/8103509ccc.jpg,Counter-Strike: Condition Zero,PC,Shooter,Sierra Entertainment,Turtle Rock Studios,6.8,,,,,,2004-03-23, -/games/boxart/full_4446511AmericaFrontccc.jpg,Far Cry 2,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2008-10-21,2020-10-28 -/games/boxart/full_6622167AmericaFrontccc.jpg,Superhot,Series,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2020-05-19 -/games/boxart/full_7993633AmericaFrontccc.jpg,Metroid Prime,GC,Shooter,Nintendo,Retro Studios,9.6,,,,,,2002-11-17, -/games/boxart/full_6559401AmericaFrontccc.jpg,Resistance 2,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,8.5,,,,,,2008-11-04, -/games/boxart/full_2475747AmericaFrontccc.jpg,Kane & Lynch,Series,Shooter,Eidos Interactive,IO Interactive,,,,,,,2007-11-13,2020-10-18 -/games/boxart/full_5361315AmericaFrontccc.jpg,Resident Evil: Operation Raccoon City,All,Shooter,Capcom,Slant Six Games,,,,,,,2012-03-20,2020-10-11 -/games/boxart/full_8379852AmericaFrontccc.jpg,Army of Two,All,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-03-06,2021-08-15 -/games/boxart/full_5686108AmericaFrontccc.jpg,Homefront,All,Shooter,THQ,Kaos Studios,,,,,,,2011-03-15,2021-02-14 -/games/boxart/full_3905193AmericaFrontccc.jpg,Brink,All,Shooter,Bethesda Softworks,Splash Damage,,,,,,,2011-05-10,2021-03-16 -/games/boxart/full_3416699AmericaFrontccc.png,Evolve,All,Shooter,2K Games,Turtle Rock Studios,,,,,,,2015-02-10,2021-07-22 -/games/boxart/9385950ccc.jpg,Far Cry,PC,Shooter,Ubisoft,Crytek,8.6,,,,,,2004-03-23, -/games/boxart/8855822ccc.jpg,Missile Command,2600,Shooter,Atari,Atari,,,,,,,1981-01-01, -/games/boxart/full_7491288AmericaFrontccc.png,Prey,Series,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2006-07-11,2021-01-27 -/games/boxart/6544708ccc.jpg,Battlefield 1942,PC,Shooter,Electronic Arts,Digital Illusions CE,9,,,,,,2002-09-10, -/games/boxart/full_5215561AmericaFrontccc.jpg,Tom Clancy's Ghost Recon,All,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-11-13,2020-11-02 -/games/boxart/full_4243248AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,All,Shooter,Ubisoft,Ubisoft,,,,,,,2006-03-09,2020-11-02 -/games/boxart/7669560ccc.jpg,Battlefield 2,PC,Shooter,Electronic Arts,Digital Illusions CE,9,,,,,,2005-06-21, -/games/boxart/full_9313268AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3,All,Shooter,Ubisoft,Ubisoft,,,,,,,2003-03-18,2020-11-02 -/games/boxart/full_3945849AmericaFrontccc.jpg,Ratchet: Deadlocked,PS2,Shooter,Sony Computer Entertainment,Insomniac Games,,,,,,,2005-10-25, -/games/boxart/full_664576AmericaFrontccc.jpg,Killzone: Shadow Fall,PS4,Shooter,Sony Computer Entertainment,Guerrilla Games,9,,,,,,2013-11-15,2018-04-14 -/games/boxart/full_2163896AmericaFrontccc.jpg,Lost Planet 2,All,Shooter,Capcom,Capcom,,,,,,,2010-05-11,2020-10-13 -/games/boxart/full_serious-sam-3-bfe_767AmericaFront.jpg,Serious Sam 3: BFE,PC,Shooter,Devolver Digital,Croteam,7,,,,,,2011-11-22, -/games/boxart/full_2938724AmericaFrontccc.png,Astrosmash,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1981-10-15,2018-01-13 -/games/boxart/full_9056069AmericaFrontccc.jpg,Conflict: Desert Storm,All,Shooter,Gotham Games,Pivotal Games,,,,,,,2002-09-30,2023-06-05 -/games/boxart/full_495525AmericaFrontccc.png,Die Hard Trilogy,All,Shooter,Fox Interactive,Probe Entertainment,,,,,,,1996-08-31,2021-04-11 -/games/boxart/full_2412560AmericaFrontccc.png,Doom II,All,Shooter,GT Interactive,id Software,,,,,,,1994-10-10,2021-03-19 -/games/boxart/full_1082694AmericaFrontccc.jpg,Hidden & Dangerous,Series,Shooter,TalonSoft,Illusion Softworks,,,,,,,1999-07-26,2021-03-12 -/games/boxart/full_102848AmericaFrontccc.jpg,Killzone,PS2,Shooter,Sony Computer Entertainment,Guerrilla Games,6.8,,,,,,2004-11-02, -/games/boxart/4745331ccc.jpg,Operation Flashpoint: Cold War Crisis,PC,Shooter,Codemasters,Bohemia Interactive,,,,,,,2001-08-30, -/games/boxart/full_60933AmericaFrontccc.jpg,Return to Castle Wolfenstein,All,Shooter,Activision,Gray Matter Studios,,,,,,,2001-11-19,2022-09-29 -/games/boxart/full_1938181AmericaFrontccc.jpg,S.T.A.L.K.E.R.: Shadow of Chernobyl,PC,Shooter,THQ,GSC Game World,8,,,,,,2007-03-20, -/games/boxart/7131076ccc.jpg,Space Invaders,2600,Shooter,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_3124735AmericaFrontccc.jpeg,Superhot VR,All,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-12-05,2021-01-21 -/games/boxart/full_9279216AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2008-03-18,2020-11-02 -/games/boxart/full_4071345AmericaFrontccc.jpg,Unreal Tournament,All,Shooter,GT Interactive,Epic Games,,,,,,,1999-11-22,2020-12-30 -/games/boxart/9215813ccc.jpg,Postal 2,PC,Shooter,Whiptail Interactive,Running With Scissors,4.8,,,,,,2003-04-14, -/games/boxart/full_149869AmericaFrontccc.jpg,Earth Defense Force,Series,Shooter,D3 Publisher,Sandlot,,,,,,,2003-06-26,2022-09-21 -/games/boxart/full_7530717AmericaFrontccc.jpg,Wolfenstein: The New Order,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2014-05-20,2018-01-04 -/games/boxart/full_resistance-3_940AmericaFront.jpg,Resistance 3,PS3,Shooter,Sony Computer Entertainment,Insomniac Games,8.3,,,,,,2011-09-06, -/games/boxart/full_9900194AmericaFrontccc.jpg,Max Payne 3,PC,Shooter,Rockstar Games,Rockstar Vancouver,9,,,,,,2012-05-29, -/games/boxart/full_6168900AmericaFrontccc.jpg,Brothers in Arms: Road to Hill 30,All,Shooter,Ubisoft,Gearbox Software,,,,,,,2005-03-01,2021-03-22 -/games/boxart/full_9396993AmericaFrontccc.jpg,Kane & Lynch: Dead Men,All,Shooter,Eidos Interactive,IO Interactive,,,,,,,2007-11-13,2020-10-18 -/games/boxart/full_5803249AmericaFrontccc.jpg,Lost Planet: Extreme Condition,X360,Shooter,Capcom,Capcom,7.6,,,,,,2007-01-12, -/games/boxart/full_9926600AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2006-11-22,2020-11-02 -/games/boxart/full_9195231PALFrontccc.jpg,Aliens vs. Predator,All,Shooter,Sega,Rebellion Developments,,,,,,,2010-02-16,2020-11-14 -/games/boxart/1620986ccc.jpg,Super Scope 6,SNES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1992-01-01, -/games/boxart/full_7699367PALFrontccc.jpg,Battlefield 2: Modern Combat,All,Shooter,Electronic Arts,Digital Illusions CE,,,,,,,2005-10-24,2020-10-23 -/games/boxart/full_8739284PALFrontccc.png,Battlefield: Bad Company,All,Shooter,Electronic Arts,EA DICE,,,,,,,2008-06-23,2020-10-23 -/games/boxart/full_8811000AmericaFrontccc.jpg,BioShock 2,PC,Shooter,2K Games,2K Marin,8.5,,,,,,2010-02-09, -/games/boxart/full_4849243AmericaFrontccc.png,Battlefield 1943,All,Shooter,Electronic Arts,EA DICE,,,,,,,2009-07-08,2020-10-23 -/games/boxart/full_9789483AmericaFrontccc.jpg,Black,All,Shooter,Electronic Arts,Criterion Games,,,,,,,2006-02-28,2021-04-20 -/games/boxart/full_5546161PALFrontccc.jpg,Bulletstorm,All,Shooter,Electronic Arts,People Can Fly / Epic Games,,,,,,,2011-02-22,2021-03-14 -/games/boxart/full_6823063AmericaFrontccc.jpg,Counter-Strike,XB,Shooter,Microsoft Game Studios,Valve Software,,,,,,,2003-11-18, -/games/boxart/full_3092238AmericaFrontccc.jpg,Crackdown,X360,Shooter,Microsoft Game Studios,Realtime Worlds,8.4,,,,,,2007-02-20, -/games/boxart/full_1243793AmericaFrontccc.jpg,Crysis: Warhead,PC,Shooter,Electronic Arts,Crytek,8.4,,,,,,2008-09-16, -/games/boxart/full_3894754AmericaFrontccc.jpg,Deer Hunter: Interactive Hunting Experience,All,Shooter,WizardWorks,Sunstorm Interactive,,,,,,,1997-11-13,2022-09-28 -/games/boxart/4572450ccc.jpg,Dirge of Cerberus: Final Fantasy VII,PS2,Shooter,Square Enix,Square Enix,5.7,,,,,,2006-08-15, -/games/boxart/full_5148728AmericaFrontccc.jpg,Metro 2033,All,Shooter,THQ,4a-games,,,,,,,2010-03-16,2022-02-17 -/games/boxart/full_3123551AmericaFrontccc.jpg,Metro Redux,All,Shooter,Deep Silver,4a-games,,,,,,,2014-08-26,2021-02-14 -/games/boxart/full_252513AmericaFrontccc.jpg,Prey (2017),All,Shooter,Bethesda Softworks,Arkane Studios,,,,,,,2017-05-05,2021-01-27 -/games/boxart/full_1818939AmericaFrontccc.jpg,Star Wars: Rebel Assault,Series,Shooter,LucasArts,LucasArts,,,,,,,1993-11-01,2021-07-11 -/games/boxart/full_6547708AmericaFrontccc.jpg,Turok 2: Seeds of Evil,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,9,,,,,,1998-10-21, -/games/boxart/full_1968438AmericaFrontccc.png,Turok: Dinosaur Hunter,N64,Shooter,Acclaim Entertainment,Iguana Entertainment,8.9,,,,,,1997-02-28, -/games/boxart/full_unreal_59AmericaFront.jpg,Unreal,PC,Shooter,GT Interactive,Epic Games,8.7,,,,,,1998-04-30, -/games/boxart/full_7682778PALFrontccc.jpg,Metro: Last Light,PC,Shooter,Deep Silver,4a-games,,,,,,,2013-05-14,2018-07-17 -/games/boxart/full_4391412AmericaFrontccc.jpg,Metroid Prime 3: Corruption,Wii,Shooter,Nintendo,Retro Studios,9,,,,,,2007-08-27, -/games/boxart/full_5619648AmericaFrontccc.jpg,1942,Series,Shooter,Capcom,Capcom,,,,,,,1984-12-01,2020-02-04 -/games/boxart/full_797041AmericaFrontccc.jpg,Quake,All,Shooter,GT Interactive,id Software,,,,,,,1996-07-22,2021-02-25 -/games/boxart/full_9974139AmericaFrontccc.jpg,Tom Clancy's Ghost Recon 2,All,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2004-11-16,2020-11-02 -/games/boxart/full_battlefield-vietnam_5AmericaFront.jpg,Battlefield Vietnam,PC,Shooter,Electronic Arts,Digital Illusions,8.5,,,,,,2004-03-16, -/games/boxart/full_6739047AmericaFrontccc.png,Aliens: Colonial Marines,All,Shooter,Sega,Gearbox Software,,,,,,,2013-02-12,2020-11-13 -/games/boxart/full_358108AmericaFrontccc.jpg,Resident Evil: The Umbrella Chronicles,Wii,Shooter,Capcom,Cavia Inc.,7.5,,,,,,2007-11-13, -/games/boxart/7678369ccc.jpg,BioShock,PC,Shooter,2K Games,2K Australia / 2K Boston,9.6,,,,,,2007-08-21,2018-07-20 -/games/boxart/5567937ccc.jpg,Hogan's Alley,NES,Shooter,Nintendo,Intelligent Systems,,,,,,,1985-10-18, -/games/boxart/full_1147407AmericaFrontccc.jpg,Aliens vs Predator,PC,Shooter,Sega,Rebellion Developments,6.2,,,,,,2010-02-16, -/games/boxart/full_7548698AmericaFrontccc.jpg,Red Steel,Series,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2006-11-19,2021-02-27 -/games/boxart/full_9615055AmericaFrontccc.png,Commando,Series,Shooter,Capcom,Capcom,,,,,,,1985-04-01,2020-02-03 -/games/boxart/full_7036443PALFrontccc.jpeg,Homefront: The Revolution,All,Shooter,Deep Silver,Dambuster Studios,,,,,,,2016-05-17,2021-02-14 -/games/boxart/full_7762969AmericaFrontccc.jpg,SolarStriker,GB,Shooter,Nintendo,Nintendo R&D1,,,,,,,1990-01-01, -/games/boxart/full_969195AmericaFrontccc.jpg,Unreal Tournament 3,All,Shooter,Midway Games,Epic Games,,,,,,,2007-11-19,2020-12-30 -/games/boxart/5417973ccc.jpg,Jet Force Gemini,N64,Shooter,Rare,Rare Ltd.,8.1,,,,,,1999-09-30, -/games/boxart/full_9075445AmericaFrontccc.jpg,Enter the Gungeon,PC,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-01-01, -/games/boxart/full_2812111AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,All,Shooter,Square Enix,IO Interactive,,,,,,,2010-08-17,2020-10-18 -/games/boxart/677715ccc.jpg,Half-Life: Opposing Force,PC,Shooter,Sierra Entertainment,Gearbox Software,8.8,,,,,,1999-11-01, -/games/boxart/full_5327768AmericaFrontccc.jpg,Metroid Prime 2: Echoes,GC,Shooter,Nintendo,Retro Studios,9.2,,,,,,2004-11-15, -/games/boxart/full_warhammer-40000-space-marine_997AmericaFront.jpg,"Warhammer 40,000: Space Marine",PC,Shooter,THQ,Relic Entertainment,7.7,,,,,,2011-09-06, -/games/boxart/full_fear-3_171AmericaFront.jpg,F.E.A.R. 3,PC,Shooter,Warner Bros. Interactive,Day 1 Studios,7.5,,,,,,2011-06-21, -/games/boxart/full_3444542AmericaFrontccc.jpg,Metroid Prime Remastered,NS,Shooter,Nintendo,Retro Studios,,,,,,,2023-02-08,2023-02-09 -/games/boxart/full_4588633AmericaFrontccc.jpg,Sniper: Ghost Warrior 2,PC,Shooter,City Interactive,City Interactive,,,,,,,2013-03-12, -/games/boxart/full_9650950AmericaFrontccc.jpg,Metroid Prime Hunters,DS,Shooter,Nintendo,Nintendo Software Technology Corporation,8.4,,,,,,2006-03-20, -/games/boxart/full_star-fox-64-3d_892AmericaFront.jpg,Star Fox 64 3D,3DS,Shooter,Nintendo,Nintendo EAD,8,,,,,,2011-09-09, -/games/boxart/full_456307AmericaFrontccc.png,Hotline Miami 2: Wrong Number,PC,Shooter,Devolver Digital,Dennaton Games,8.3,,,,,,2015-03-10,2018-01-21 -/games/boxart/full_5516490AmericaFrontccc.jpg,Serious Sam HD: The First Encounter,PC,Shooter,Devolver Digital,Croteam,6.9,,,,,,2009-11-24, -/games/boxart/full_2374800AmericaFrontccc.jpg,Returnal,PS5,Shooter,Sony Interactive Entertainment,Housemarque,,,,,,,2021-04-30,2020-06-12 -/games/boxart/full_7744576PALFrontccc.jpg,Army of Two: The 40th Day,All,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-01-12,2020-10-15 -/games/boxart/277680ccc.jpg,Doom 3,PC,Shooter,Activision,id Software,7,,,,,,2004-08-03, -/games/boxart/full_4069055AmericaFrontccc.jpg,Earth Defense Force 5,All,Shooter,D3 Publisher,Sandlot,,,,,,,2018-12-11,2022-08-17 -/games/boxart/full_3739523AmericaFrontccc.jpg,Far Cry 3: Blood Dragon,All,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2013-04-30,2020-10-28 -/games/boxart/full_4467289AmericaFrontccc.jpg,Gears of War: Judgment,X360,Shooter,Microsoft Studios,People Can Fly / Epic Games,,,,,,,2013-03-19,2018-09-28 -/games/boxart/full_2147040AmericaFrontccc.jpg,Gears of War: Ultimate Edition,XOne,Shooter,Microsoft Studios,The Coalition,,,,,,,2015-08-25,2018-08-10 -/games/boxart/full_60589AmericaFrontccc.jpg,GoldenEye: Rogue Agent,All,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2004-11-22,2020-12-03 -/games/boxart/6697848ccc.jpg,Hidden & Dangerous 2,PC,Shooter,Gathering of Developers,Illusion Softworks,,,,,,,2003-10-21, -/games/boxart/5290867ccc.jpg,Hidden & Dangerous,PC,Shooter,Take-Two Interactive,Illusion Softworks,,,,,,,1999-07-29, -/games/boxart/full_8520668PALFrontccc.jpg,Killing Floor 2,PC,Shooter,Tripwire Interactive,Tripwire Interactive,,,,,,,2016-11-18,2018-05-30 -/games/boxart/full_4881804AmericaFrontccc.jpg,Killzone 2,PS3,Shooter,Sony Computer Entertainment,Guerrilla Games,9.1,,,,,,2009-02-27, -/games/boxart/full_4143611AmericaFrontccc.png,Perfect Dark Zero,X360,Shooter,Microsoft Game Studios,Rare Ltd.,8.1,,,,,,2005-11-17, -/games/boxart/full_6693414AmericaFrontccc.png,Prey,All,Shooter,2K Games,Human Head Studios,,,,,,,2006-07-11,2021-01-27 -/games/boxart/full_3407373AmericaFrontccc.jpg,Quake II,All,Shooter,Activision,id Software,,,,,,,1997-12-09,2021-02-25 -/games/boxart/4871258ccc.jpg,Quake III Arena,PC,Shooter,Activision,id Software,,,,,,,1999-12-02, -/games/boxart/full_1880123AmericaFrontccc.jpg,Red Faction: Guerrilla,All,Shooter,THQ,Volition,,,,,,,2009-06-02,2021-03-31 -/games/boxart/full_7367653AmericaFrontccc.jpg,Remnant 2,All,Shooter,Gearbox Publishing,Gunfire Games,,,,,,,2023-07-25,2023-08-02 -/games/boxart/full_5465276AmericaFrontccc.jpg,Return to Castle Wolfenstein,PC,Shooter,Activision,Gray Matter Studios,,,,,,,2001-11-20, -/games/boxart/full_6580441AmericaFrontccc.jpg,Sniper Elite V2,All,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2012-05-02,2020-12-28 -/games/boxart/full_9489177AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,All,Shooter,CI Games,CI Games,,,,,,,2017-04-25,2021-01-11 -/games/boxart/full_2343217AmericaFrontccc.jpg,Sniper: Ghost Warrior Contracts,All,Shooter,CI Games,CI Games,,,,,,,2019-11-22,2021-01-11 -/games/boxart/full_4046144AmericaFrontccc.jpg,SOCOM II: U.S. Navy SEALs,PS2,Shooter,Sony Computer Entertainment,Zipper Interactive,,,,,,,2003-11-04, -/games/boxart/full_7636731AmericaFrontccc.jpg,Space Armada,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1981-10-15,2018-01-13 -/games/boxart/full_1578940AmericaFrontccc.jpg,Space Battle,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-25,2018-01-13 -/games/boxart/9840219ccc.jpg,Star Wars: Rebel Assault,PC,Shooter,LucasArts,LucasArts,,,,,,,1993-01-01, -/games/boxart/full_8644501AmericaFrontccc.jpg,Stranglehold,All,Shooter,Midway Games,Midway,,,,,,,2007-09-07,2021-04-14 -/games/boxart/full_6238953AmericaFrontccc.jpg,The Darkness,All,Shooter,2K Games,Starbreeze Studios,,,,,,,2007-06-25,2021-03-16 -/games/boxart/full_5219178AmericaFrontccc.jpg,The Punisher,All,Shooter,THQ,Volition,,,,,,,2005-01-16,2021-03-31 -/games/boxart/full_770619AmericaFrontccc.jpg,The Thing,All,Shooter,Black Label Games,Computer Artworks,,,,,,,2002-08-20,2021-09-03 -/games/boxart/full_tiger-heli_0AmericaFront.jpg,Tiger-Heli,NES,Shooter,Acclaim Entertainment,Micronics,,,,,,,1987-09-01, -/games/boxart/full_6944181AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter 2,X360,Shooter,Ubisoft,Red Storm Entertainment / Ubisoft Paris,8.7,,,,,,2007-03-06, -/games/boxart/full_3397790AmericaFrontccc.jpg,Turok,All,Shooter,Disney Interactive Studios,Propaganda Games,,,,,,,2008-02-05,2021-04-15 -/games/boxart/full_vietcong_773AmericaFront.jpg,Vietcong,PC,Shooter,Gathering of Developers,Pterodon,,,,,,,2003-03-26, -/games/boxart/full_1213111AmericaFrontccc.jpg,Wet,All,Shooter,Bethesda Softworks,Artificial Mind & Movement,,,,,,,2009-09-15,2022-04-26 -/games/boxart/full_6708633AmericaFrontccc.png,Vanquish,All,Shooter,Sega,PlatinumGames,,,,,,,2010-10-19,2020-11-13 -/games/boxart/full_3141270AmericaFrontccc.jpg,Red Steel,Wii,Shooter,Ubisoft,Ubisoft Paris,5.9,,,,,,2006-11-19, -/games/boxart/full_1221716AmericaFrontccc.jpg,Zombie Army Trilogy,PC,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2015-03-06,2018-05-30 -/games/boxart/full_1305248AmericaFrontccc.jpg,Sniper: Ghost Warrior,PC,Shooter,City Interactive,City Interactive,5.4,,,,,,2010-06-29, -/games/boxart/full_2799843AmericaFrontccc.jpg,Call of Juarez: Bound in Blood,All,Shooter,Ubisoft,Techland,,,,,,,2009-06-30,2021-01-27 -/games/boxart/3520106ccc.jpg,Syphon Filter,PS,Shooter,989 Studios,Eidetic,9.2,,,,,,1999-01-31, -/games/boxart/full_duke-nukem-forever_620AmericaFront.jpg,Duke Nukem Forever,PC,Shooter,2K Games,Gearbox Software,4.6,,,,,,2011-06-14, -/games/boxart/full_8350924AmericaFrontccc.jpg,Red Orchestra: Ostfront 41-45,PC,Shooter,Tripwire Interactive,Tripwire Interactive,,,,,,,2006-03-14, -/games/boxart/full_6195925PALFrontccc.jpg,SUPERHOT,PC,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2018-11-08 -/games/boxart/full_4691108AmericaFrontccc.jpg,theHunter: Call of the Wild,PC,Shooter,Maximum Games,Expansive Worlds,,,,,,,2017-03-07,2018-06-19 -/games/boxart/6664473ccc.jpg,Battlefield 2: Special Forces,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2005-11-21, -/games/boxart/full_4574534AmericaFrontccc.jpg,Deer Hunter II: The Hunt Continues,All,Shooter,WizardWorks,Sunstorm Interactive,,,,,,,1998-10-01,2022-09-28 -/games/boxart/7726070ccc.jpg,Half-Life: Blue Shift,PC,Shooter,Sierra Entertainment,Gearbox Software,6.7,,,,,,2001-06-12, -/games/boxart/full_7813100AmericaFrontccc.jpg,Shellshock: Nam '67,All,Shooter,Eidos Interactive,Guerrilla Games,,,,,,,2004-09-14,2023-05-21 -/games/boxart/full_1836958AmericaFrontccc.png,Star Strike,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1981-12-22,2018-01-13 -/games/boxart/full_7528538AmericaFrontccc.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,X360,Shooter,Ubisoft,Ubisoft Paris,9.1,,,,,,2006-03-09, -/games/boxart/full_red-faction-armageddon_837AmericaFront.jpg,Red Faction: Armageddon,PC,Shooter,THQ,Volition Inc.,7.3,,,,,,2011-06-07, -/games/boxart/full_9760683AmericaFrontccc.jpg,Sewer Shark,All,Shooter,Sony Imagesoft,Digital Pictures,,,,,,,1992-10-15,2022-10-01 -/games/boxart/full_6488774AmericaFrontccc.jpg,Prey (2017),PC,Shooter,Bethesda Softworks,Arkane Studios,,,,,,,2017-05-05,2018-01-18 -/games/boxart/full_7594510AmericaFrontccc.jpg,Metal Slug 3,PC,Shooter,Unknown,SNK Corporation,,,,,,,,2019-02-08 -/games/boxart/1924951ccc.jpg,Battlefield 1942: The Road to Rome,PC,Shooter,Electronic Arts,Digital Illusions CE,8.3,,,,,,2003-02-02, -/games/boxart/full_63619AmericaFrontccc.jpg,Beat Hazard,PC,Shooter,Cold Beam Games,ShadowRage,,,,,,,2010-04-15, -/games/boxart/full_2622177AmericaFrontccc.jpg,Wolfenstein: The Old Blood,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2015-05-05,2018-04-21 -/games/boxart/full_2486426AmericaFrontccc.jpg,Black Mesa,PC,Shooter,Valve Corporation,Black Mesa Team,,,,,,,2012-09-14, -/games/boxart/full_2035586AmericaFrontccc.jpg,Sniper Elite: Nazi Zombie Army,PC,Shooter,Unknown,Rebellion Games,,,,,,,,2019-02-08 -/games/boxart/full_3801011AmericaFrontccc.jpg,State of Anarchy,PC,Shooter,Unknown,Lapovich,,,,,,,,2019-02-12 -/games/boxart/full_1237990AmericaFrontccc.png,Yakuza: Dead Souls,PS3,Shooter,Sega,Sega,7,,,,,,2012-03-13,2018-01-03 -/games/boxart/full_404566AmericaFrontccc.jpg,Wolfenstein II: The New Colossus,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2017-10-27, -/games/boxart/full_7998365JapanFrontccc.jpg,Mobile Suit Gundam Seed Destiny: Rengou vs. Z.A.F.T. II Plus,PS2,Shooter,Namco Bandai,Capcom,,,,,,,2006-12-07, -/games/boxart/full_9877297PALFrontccc.jpg,Resident Evil: Revelations,PC,Shooter,Capcom,Capcom,7,,,,,,2013-05-21,2018-03-16 -/games/boxart/full_8404502AmericaFrontccc.jpg,Insurgency: Sandstorm,PC,Shooter,Focus Home Interactive,New World Interactive,,,,,,,2018-12-12,2018-12-12 -/games/boxart/full_372331AmericaFrontccc.jpg,My Friend Pedro,All,Shooter,Devolver Digital,DeadToast Entertainment,,,,,,,2019-06-20,2021-02-19 -/games/boxart/full_1558561PALFrontccc.jpg,Sniper Elite V2,PC,Shooter,Rebellion Developments,Rebellion Developments,6,,,,,,2012-04-30,2018-03-13 -/games/boxart/full_6180394AmericaFrontccc.jpg,Star Wars Rebel Assault II: The Hidden Empire,PC,Shooter,LucasArts,LucasArts,,,,,,,1995-11-30, -/games/boxart/full_1598054AmericaFrontccc.png,Thexder,All,Shooter,Game Arts,Game Arts,,,,,,,1985-04-01,2021-04-02 -/games/boxart/full_3927575AmericaFrontccc.jpg,Thief: The Dark Project,PC,Shooter,Eidos Interactive,Looking Glass Studios,9.3,,,,,,1998-11-30, -/games/boxart/full_8986509AmericaFrontccc.jpg,Blockstorm,PC,Shooter,Unknown,GhostShark,,,,,,,,2019-02-09 -/games/boxart/full_5848992AmericaFrontccc.jpg,Nuclear Throne,PC,Shooter,Unknown,Vlambeer,,,,,,,,2019-02-09 -/games/boxart/9278845ccc.jpg,Battlefield 1942: Secret Weapons of World War II,PC,Shooter,Electronic Arts,Digital Illusions CE,7.8,,,,,,2003-09-04, -/games/boxart/full_4961152AmericaFrontccc.jpg,Sniper Elite: Nazi Zombie Army 2,PC,Shooter,Unknown,Rebellion Games,,,,,,,,2019-02-09 -/games/boxart/full_6424164AmericaFrontccc.jpg,Running with Rifles,PC,Shooter,Modulaatio Games,Modulaatio Games,,,,,,,2015-04-02, -/games/boxart/full_6517090AmericaFrontccc.jpg,Aliens: Colonial Marines,PC,Shooter,Sega,Gearbox Software,,,,,,,2013-02-12,2019-01-30 -/games/boxart/full_4471818AmericaFrontccc.jpg,Kane & Lynch 2: Dog Days,PC,Shooter,Square Enix,IO Interactive,6.5,,,,,,2010-08-17, -/games/boxart/full_6804405AmericaFrontccc.jpg,Murder Miners,PC,Shooter,JForce Games,JForce Games,,,,,,,2014-07-25, -/games/boxart/full_3954736AmericaFrontccc.jpg,Battlefield 1942: The WW II Anthology,PC,Shooter,Electronic Arts,Digital Illusions CE,,,,,,,2004-04-16, -/games/boxart/full_jamestown-legend-of-the-lost-colony_47AmericaFront.jpg,Jamestown: Legend of the Lost Colony,PC,Shooter,Unknown,Final Form Games,8.3,,,,,,2011-06-08, -/games/boxart/full_1969884AmericaFrontccc.jpg,ArmA: Armed Assault,PC,Shooter,Unknown,Bohemia Interactive Studio,,,,,,,, -/games/boxart/full_2123564AmericaFrontccc.jpg,MDK,All,Shooter,Playmates,Shiny Entertainment,,,,,,,1997-05-05,2021-03-30 -/games/boxart/full_3530251AmericaFrontccc.jpg,Really Big Sky,PC,Shooter,Unknown,Boss Baddie,,,,,,,,2019-02-11 -/games/boxart/full_4839482AmericaFrontccc.jpg,Halo: Spartan Assault,PC,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2013-07-18,2018-09-27 -/games/boxart/full_8638689AmericaFrontccc.jpg,The Operative: No One Lives Forever,All,Shooter,Fox Interactive,Monolith Productions,,,,,,,2000-11-09,2021-04-10 -/games/boxart/full_7192515AmericaFrontccc.jpg,Space Beret,PC,Shooter,Unknown,Amaterasu Software,,,,,,,,2019-02-13 -/games/boxart/full_hard-reset_230AmericaFront.jpg,Hard Reset,PC,Shooter,Kalypso Media,Flying Wild Hog,7.6,,,,,,2012-03-13, -/games/boxart/full_45491AmericaFrontccc.jpg,Ratz Instagib,PC,Shooter,Unknown,Lino Slahuschek,,,,,,,,2019-02-13 -/games/boxart/full_7823349AmericaFrontccc.jpg,Zeno Clash,PC,Shooter,Tripwire Interactive,ACE Team,,,,,,,2009-10-09, -/games/boxart/full_6312468AmericaFrontccc.jpg,Fuse,All,Shooter,Electronic Arts,Insomniac Games,,,,,,,2013-05-07,2023-12-23 -/games/boxart/full_9716190AmericaFrontccc.jpg,Project Starship,PC,Shooter,Unknown,Panda Indie Studio,,,,,,,,2019-02-14 -/games/boxart/full_7280227JapanFrontccc.png,Earth Defense Force 5,PS4,Shooter,D3 Publisher,Sandlot,,,,,,,2018-12-11,2018-01-07 -/games/boxart/full_3043549AmericaFrontccc.jpg,Earth Defense Force 6,All,Shooter,D3 Publisher,Sandlot,,,,,,,2022-08-25,2022-09-02 -/games/boxart/full_2267038AmericaFrontccc.jpg,Everspace 2,PC,Shooter,Rockfish Games,Rockfish Games,,,,,,,2023-04-06,2023-04-06 -/games/boxart/full_7463376AmericaFrontccc.jpg,Natural Selection 2,PC,Shooter,Unknown,Unknown Worlds Entertainment,,,,,,,,2021-02-16 -/games/boxart/full_6375528AmericaFrontccc.jpg,Kingdom Rush,PC,Shooter,Ironhide Game Studio,Ironhide Game Studio,,,,,,,2011-07-28, -/games/boxart/full_4718236AmericaFrontccc.jpg,Star Saviors,PC,Shooter,Unknown,Sharpened Edge Studios,,,,,,,,2019-02-15 -/games/boxart/full_1788561AmericaFrontccc.jpg,Everspace,PC,Shooter,Unknown,Rockfish Games,,,,,,,,2019-02-15 -/games/boxart/full_6719403PALFrontccc.jpg,Lost Planet 3,PC,Shooter,Capcom,Spark Unlimited,,,,,,,2013-08-27,2018-10-31 -/games/boxart/full_9723507AmericaFrontccc.jpg,Shadow Warrior Classic Redux,PC,Shooter,Unknown,General Arcade,,,,,,,,2019-02-16 -/games/boxart/full_red-steel-2_6AmericaFront.jpg,Red Steel 2,Wii,Shooter,Ubisoft,Ubisoft Paris,7.8,,,,,,2010-03-23, -/games/boxart/full_3659941AmericaFrontccc.jpg,The Conduit,Wii,Shooter,Sega,High Voltage Software,6.6,,,,,,2009-06-23, -/games/boxart/full_866238AmericaFrontccc.jpg,Bit Blaster XL,PC,Shooter,Unknown,Nickervision Studios,,,,,,,,2019-02-19 -/games/boxart/807731ccc.jpg,Postal,PC,Shooter,Ripcord Games,Running With Scissors,,,,,,,1997-09-30, -/games/boxart/full_1017158AmericaFrontccc.jpg,Battle Royale Trainer,PC,Shooter,Trickjump Games Ltd,Trickjump Games Ltd,,,,,,,2018-01-04,2019-02-17 -/games/boxart/full_4083041AmericaFrontccc.jpg,Deadfall Adventures,PC,Shooter,THQ Nordic,The Farm 51,,,,,,,2013-11-15,2019-04-29 -/games/boxart/8849283ccc.jpg,Alien Resurrection,PS,Shooter,Fox Interactive,Argonaut Games,5.2,,,,,,2000-10-10, -/games/boxart/full_3864926AmericaFrontccc.png,Loaded,PS,Shooter,Interplay,Gremlin Interactive,,,,,,,1996-01-01, -/games/boxart/full_9048898AmericaFrontccc.jpg,Wolfenstein 3D,All,Shooter,"Apogee Software, Ltd.",id Software,,,,,,,1992-05-05,2022-10-01 -/games/boxart/full_6473891AmericaFrontccc.png,World War Z,PC,Shooter,Focus Home Interactive,Saber Interactive,,,,,,,2019-04-16,2019-03-20 -/games/boxart/full_8464735PALFrontccc.jpg,Ziggurat,PC,Shooter,Milkstone Studios,Milkstone Studios,,,,,,,2014-10-23,2018-09-14 -/games/boxart/full_5409814AmericaFrontccc.jpg,Hatred,PC,Shooter,Destructive Creations,Destructive Creations,,,,,,,2015-06-01, -/games/boxart/full_6711638AmericaFrontccc.jpg,Sniper: Ghost Warrior 3,PC,Shooter,City Interactive,City Interactive,,,,,,,2017-04-25,2018-05-29 -/games/boxart/full_9539647AmericaFrontccc.jpg,Booster Trooper,PC,Shooter,Unknown,DNS Development,,,,,,,,2019-02-21 -/games/boxart/full_4603174AmericaFrontccc.jpg,Brain In My Head,PC,Shooter,Unknown,Tatyana Murzina,,,,,,,,2019-02-21 -/games/boxart/full_5144329AmericaFrontccc.jpg,Steel Invaders,PC,Shooter,Unknown,Unknown,,,,,,,,2019-02-21 -/games/boxart/full_3782228AmericaFrontccc.jpg,Red Death,PC,Shooter,Unknown,Panda Indie Studio,,,,,,,,2019-02-22 -/games/boxart/full_929738AmericaFrontccc.jpg,Screencheat,PC,Shooter,Unknown,Samurai Punk,,,,,,,,2019-02-23 -/games/boxart/full_1770335AmericaFrontccc.jpg,RUINER,PC,Shooter,Unknown,Reikon Games,,,,,,,,2019-02-25 -/games/boxart/full_4328818AmericaFrontccc.jpg,Earth Defense Force 4.1: The Shadow of New Despair,PC,Shooter,D3Publisher,Sandlot,,,,,,,2016-07-18, -/games/boxart/full_3499152AmericaFrontccc.jpg,Azur Lane: Crosswave,All,Shooter,Idea Factory International,Felistella,,,,,,,2020-02-13,2021-02-19 -/games/boxart/full_battlefield-2-euro-force_0AmericaFront.jpg,Battlefield 2: Euro Force,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2006-03-15, -/games/boxart/full_1934532AmericaFrontccc.jpg,Disruptor,PS,Shooter,Universal Interactive,Insomniac Games,,,,,,,1996-11-20, -/games/boxart/full_3198153PALFrontccc.jpg,Global Defence Force,PS2,Shooter,Essential Games,Sandlot,,,,,,,2007-06-29, -/games/boxart/full_5528698AmericaFrontccc.jpg,Metro Exodus,PC,Shooter,Deep Silver,4a-games,,,,,,,2019-02-15,2018-01-01 -/games/boxart/full_alien-breed-impact_410AmericaFront.jpg,Alien Breed: Impact,PC,Shooter,Team17 Software,Team17 Software,,,,,,,2010-06-03, -/games/boxart/full_9678397AmericaFrontccc.jpg,Call of Duty: Modern Warfare Remastered,PC,Shooter,Activision,Infinity Ward,,,,,,,2018-01-01,2018-01-14 -/games/boxart/full_6645007AmericaFrontccc.jpg,Primal Carnage: Extinction,PC,Shooter,Pub Games,Circle 5 Studios,,,,,,,2015-04-03, -/games/boxart/full_3350025AmericaFrontccc.jpg,"Bye-Bye, Wacky Planet",PC,Shooter,Unknown,Rasul Mono,,,,,,,,2019-03-01 -/games/boxart/full_1804593AmericaFrontccc.jpg,BitMaster,PC,Shooter,Unknown,Vladimir Shlapak,,,,,,,,2019-03-02 -/games/boxart/full_the-ball_445AmericaFront.jpg,The Ball,PC,Shooter,Tripwire Interactive,Teotl Studios,6.3,,,,,,2011-01-18, -/games/boxart/full_1018206AmericaFrontccc.jpg,Enemy Front,PC,Shooter,City Interactive,City Interactive,,,,,,,2014-06-10,2019-01-03 -/games/boxart/full_70455AmericaFrontccc.jpg,Space Pirate Trainer,PC,Shooter,Unknown,I-Illusions,,,,,,,,2019-03-05 -/games/boxart/full_1388290AmericaFrontccc.jpg,Dragonia,PC,Shooter,Unknown,Blue Studio,,,,,,,,2019-03-09 -/games/boxart/full_4254743AmericaFrontccc.jpg,Intrusion 2,PC,Shooter,Unknown,Aleksey Abramenko,,,,,,,,2019-03-09 -/games/boxart/full_3608376AmericaFrontccc.jpg,Splatter - Zombie Apocalypse,PC,Shooter,Unknown,Dreamworlds,,,,,,,,2019-03-09 -/games/boxart/full_5912229AmericaFrontccc.jpg,Shattered Steel,All,Shooter,Interplay Productions,BioWare,,,,,,,1996-10-01,2021-03-30 -/games/boxart/8044051ccc.jpg,System Shock,PC,Shooter,Origin Systems,Looking Glass Studios,,,,,,,1994-01-01, -/games/boxart/full_9386868AmericaFrontccc.jpg,The Mean Greens - Plastic Warfare,PC,Shooter,Unknown,Virtual Basement LLC,,,,,,,,2019-03-12 -/games/boxart/full_5230754AmericaFrontccc.jpg,Serious Sam Classics: Revolution,PC,Shooter,Devolver Digital,Croteam,,,,,,,2014-04-30,2018-12-27 -/games/boxart/full_6063793AmericaFrontccc.jpg,The Last Hope: Trump vs Mafia - North Korea,PC,Shooter,Unknown,Atomic Fabrik,,,,,,,,2019-03-16 -/games/boxart/full_55429AmericaFrontccc.jpg,PARTICLE MACE,PC,Shooter,Unknown,Andy Wallace,,,,,,,,2019-03-17 -/games/boxart/full_6863124AmericaFrontccc.jpg,SUPERHOT VR,PC,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2017-05-25,2018-11-09 -/games/boxart/full_alien-breed-2-assault_770AmericaFront.jpg,Alien Breed 2: Assault,PC,Shooter,Team17 Software,Team17 Software,,,,,,,2010-09-22, -/games/boxart/full_the-polynomial-space-of-the-music_449AmericaFront.jpg,The Polynomial - Space of the Music,PC,Shooter,Unknown,Dmytry Lavrov,,,,,,,2009-05-28, -/games/boxart/full_3612988AmericaFrontccc.jpg,Masked Shooters 2,PC,Shooter,Unknown,FreezeNova,,,,,,,,2019-03-21 -/games/boxart/full_6040889AmericaFrontccc.jpg,Oddworld: Stranger's Wrath HD,PC,Shooter,Unknown,Oddworld Inhabitants,,,,,,,,2019-03-22 -/games/boxart/full_8459461AmericaFrontccc.jpg,ASSASSINATION BOX,PC,Shooter,Unknown,VitaliZelenyuk,,,,,,,,2019-03-22 -/games/boxart/full_8378674PALFrontccc.jpg,Monster Attack,PS2,Shooter,Agetec,Sandlot,,,,,,,2004-07-27, -/games/boxart/full_7629218AmericaFrontccc.jpg,Zeno Clash 2,PC,Shooter,Unknown,ACE Team,,,,,,,, -/games/boxart/full_7090116AmericaFrontccc.jpg,Vanquish,PC,Shooter,Sega,PlatinumGames,,,,,,,2017-05-25,2018-11-02 -/games/boxart/full_5229097AmericaFrontccc.jpg,Enemy Mind,PC,Shooter,Unknown,Schell Games,,,,,,,,2019-03-29 -/games/boxart/full_6609699AmericaFrontccc.jpg,Heckabomb,PC,Shooter,Kiss,Allicorn Games,,,,,,,2015-02-27,2019-04-22 -/games/boxart/full_5549514AmericaFrontccc.jpg,Sun Blast: Star Fighter,PC,Shooter,EQ Games,OBLONE Software,,,,,,,2015-04-03,2019-04-22 -/games/boxart/full_8331108AmericaFrontccc.jpg,Serious Sam: Double D XXL,PC,Shooter,Devolver Digital,Mommy's Best Games,,,,,,,2011-08-30,2018-12-27 -/games/boxart/full_7131674AmericaFrontccc.jpg,Sine Mora,PC,Shooter,HandyGames,Digital Reality,,,,,,,2012-11-09,2019-04-22 -/games/boxart/full_9894714AmericaFrontccc.jpg,Tower of Guns,PC,Shooter,Terrible Posture Games LLC,Terrible Posture Games,,,,,,,2014-03-04,2019-04-22 -/games/boxart/full_front-mission-evolved_9AmericaFront.jpg,Front Mission Evolved,PC,Shooter,Square Enix,Double Helix Games,,,,,,,2010-09-28, -/games/boxart/full_6464519AmericaFrontccc.jpg,BattleStorm,PC,Shooter,Icy Studios,Icy Studios,,,,,,,2016-03-24,2019-04-22 -/games/boxart/404361ccc.jpg,Battlefield 2: Armored Fury,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2006-01-01, -/games/boxart/full_1639185AmericaFrontccc.jpg,Dinosaur Hunt,PC,Shooter,ANPA.US,Racing Bros,,,,,,,2015-09-17,2019-04-21 -/games/boxart/full_2249515AmericaFrontccc.jpg,Ikaruga,PC,Shooter,Treasure,Treasure,,,,,,,2014-02-18,2019-04-21 -/games/boxart/full_298952AmericaFrontccc.jpg,Omega One,PC,Shooter,StarSystemStudios,StarSystemStudios,,,,,,,2017-02-01,2019-04-21 -/games/boxart/full_6373218AmericaFrontccc.jpg,DeadCore,PC,Shooter,Bandai Namco Entertainment,5 Bits Games,,,,,,,2014-10-17,2019-04-21 -/games/boxart/full_4415925AmericaFrontccc.jpg,Asteroid Bounty Hunter,PC,Shooter,Just1337 Publisher,Just1337 Studio,,,,,,,2016-02-17,2019-04-21 -/games/boxart/3147065ccc.jpg,The Typing of the Dead,PC,Shooter,Empire Interactive,Smilebit,,,,,,,2001-09-23, -/games/boxart/full_4529533AmericaFrontccc.jpg,Guncraft,PC,Shooter,Reverb Triple XP,Exato Games Studio,,,,,,,2013-08-10,2019-04-16 -/games/boxart/full_bloody-good-time_4AmericaFront.jpg,Bloody Good Time,PC,Shooter,Ubisoft,Outerlight,5,,,,,,2010-10-27, -/games/boxart/full_4297237AmericaFrontccc.jpg,Heavy Bullets,PC,Shooter,Devolver Digital,Terri Vellmann,,,,,,,2014-05-15,2019-04-08 -/games/boxart/full_4977496AmericaFrontccc.jpg,Brother Wings,PC,Shooter,Brogames,Brogames,,,,,,,2017-01-11,2019-04-08 -/games/boxart/full_1147307AmericaFrontccc.jpg,Putrefaction,PC,Shooter,Kazakov Oleg,Kazakov Oleg,,,,,,,2015-08-07,2019-04-01 -/games/boxart/full_4374522AmericaFrontccc.jpg,AXYOS,PC,Shooter,Axyos Games,Axyos Games,,,,,,,2018-08-01,2019-03-31 -/games/boxart/full_2795029AmericaFrontccc.jpg,Devil Daggers,PC,Shooter,Sorath,Sorath,,,,,,,2016-02-18,2019-03-27 -/games/boxart/full_139033AmericaFrontccc.jpg,Retrovirus,PC,Shooter,Cadenza Interactive,Cadenza Interactive,,,,,,,2013-01-31,2019-03-24 -/games/boxart/full_1662096AmericaFrontccc.jpg,Choplifter,All,Shooter,Broderbund,Dan Gorlin,,,,,,,1982-05-21,2021-04-06 -/games/boxart/full_5392733AmericaFrontccc.png,Flying Heroes,PC,Shooter,Unknown,Illusion Softworks,,,,,,,,2021-03-12 -/games/boxart/full_5595784AmericaFrontccc.jpg,Gal Gun: Double Peace,All,Shooter,PQube,Inti Creates,,,,,,,2016-08-02,2021-01-30 -/games/boxart/full_3939017AmericaFrontccc.jpg,Pocky & Rocky Reshrined,All,Shooter,Natsume Atari,Tengo Project,,,,,,,2022-06-23,2022-07-14 -/games/boxart/full_8303892AmericaFrontccc.jpg,World War 3,PC,Shooter,The Farm 51,The Farm 51,,,,,,,2018-10-20,2019-08-29 -/games/boxart/full_1722045AmericaFrontccc.jpg,Wetlands,PC,Shooter,Unknown,Hypnotix,,,,,,,,2021-03-13 -/games/boxart/full_2533586AmericaFrontccc.jpg,DUSK,PC,Shooter,New Blood Interactive,David Szymanski,,,,,,,2018-12-18,2019-01-14 -/games/boxart/full_3864527AmericaFrontccc.jpg,Blue Max,All,Shooter,U.S. Gold,Synapse Software,,,,,,,1983-01-01,2023-06-24 -/games/boxart/full_367256AmericaFrontccc.jpg,Shamus,All,Shooter,Atarisoft,Synapse Software,,,,,,,1982-01-01,2023-06-24 -/games/boxart/full_1968673AmericaFrontccc.png,Trespasser,PC,Shooter,Unknown,DreamWorks Interactive,,,,,,,,2021-01-19 -/games/boxart/full_4914856AmericaFrontccc.jpg,Elite Forces: WWII - Normandy,PC,Shooter,ValuSoft,Third Law Interactive,,,,,,,2001-02-02,2023-05-24 -/games/boxart/full_1736098AmericaFrontccc.png,Blood Money,All,Shooter,Psygnosis,DMA Design,,,,,,,1989-05-01,2021-04-23 -/games/boxart/full_4824535AmericaFrontccc.jpg,Threshold,All,Shooter,Sierra Entertainment,On-Line Systems,,,,,,,1981-01-01,2022-04-05 -/games/boxart/full_7942108AmericaFrontccc.png,Gorgon,OSX,Shooter,Unknown,Sirius Software,,,,,,,,2021-04-06 -/games/boxart/full_4353659AmericaFrontccc.png,Menace,All,Shooter,Psygnosis,DMA Design,,,,,,,1988-01-01,2021-04-23 -/games/boxart/full_9504462AmericaFrontccc.jpg,Super Invader,OSX,Shooter,California Pacific,Astar International Company,,,,,,,1979-11-01,2021-04-06 -/games/boxart/full_1723118AmericaFrontccc.jpg,Galactic Chase,PC,Shooter,Unknown,Anthony Weber,,,,,,,,2021-04-06 -/games/boxart/full_6076804AmericaFrontccc.jpg,Sneakers,ApII,Shooter,Sirius Software,Sirius Software,,,,,,,1981-07-01,2022-04-05 -/games/boxart/full_3733815AmericaFrontccc.png,Rear Guard,All,Shooter,Adventure International,Adventure International,,,,,,,1981-12-01,2021-04-06 -/games/boxart/full_9084285JapanFrontccc.jpg,'70s Robot Anime: Geppy-X,PS,Shooter,Aroma,Aroma,,,,,,,1999-05-27, -/games/boxart/full_6548271AmericaFrontccc.jpg,(c-12) Final Resistance,PS,Shooter,Sony Computer Entertainment,SCEE Cambridge,6.5,,,,,,2002-07-22,2018-04-20 -/games/boxart/full_1122721AmericaFrontccc.jpg,0 day Attack on Earth,XBL,Shooter,Square Enix,Gulti,4.2,,,,,,2009-12-23, -/games/boxart/full_6872089AmericaFrontccc.jpg,007 Legends,Mob,Shooter,Activision,Eurocom,,,,,,,2012-11-02,2018-10-16 -/games/boxart/full_1941740PALFrontccc.jpg,007: Tomorrow Never Dies / The World is not Enough,PS,Shooter,Electronic Arts,Black Ops Entertainment,,,,,,,2002-09-13, -/games/boxart/full_1329781AmericaFrontccc.jpg,100 Bullets,PSP,Shooter,Unknown,Unknown,,,,,,,, -/games/boxart/full_2616698AmericaFrontccc.jpg,1337 Ship Deathmatch,XBL,Shooter,Microsoft,LocoPuyo,,,,,,,2009-08-20, -/games/boxart/full_1941-counter-attack_6JapanFront.jpg,1941: Counter Attack,PCE,Shooter,Hudson Soft,Capcom,,,,,,,1991-08-22, -/games/boxart/full_7013399AmericaFrontccc.jpg,1942,GB,Shooter,Capcom,Digital Eclipse,,,,,,,2000-04-30, -/games/boxart/default.jpg,1942 (Arcade),VC,Shooter,Capcom,Capcom,,,,,,,2011-01-24, -/games/boxart/full_1942-joint-strike_59AmericaFront.jpg,1942: Joint Strike,XBL,Shooter,Capcom,Backbone Entertainment,6.9,,,,,,2008-07-23, -/games/boxart/5840601ccc.jpg,1942: Joint Strike,PSN,Shooter,Capcom,Backbone Entertainment,7,,,,,,2008-07-24, -/games/boxart/full_1943-kai_6JapanFront.jpg,1943 Kai,PCE,Shooter,Naxat Soft,Capcom,,,,,,,1991-03-22, -/games/boxart/full_2899160AmericaFrontccc.jpg,1943: The Battle of Midway,NES,Shooter,Capcom,Capcom,,,,,,,1988-10-01, -/games/boxart/full_2000937AmericaFrontccc.jpg,2176 Supernova Storm,XBL,Shooter,Microsoft,BenS1,,,,,,,2009-02-10, -/games/boxart/5148856ccc.jpg,25 to Life,PC,Shooter,Eidos Interactive,Avalanche Software / Ritual Entertainment,,,,,,,2006-01-17, -/games/boxart/full_3-d-worldrunner_156AmericaFront.jpg,3-D WorldRunner,NES,Shooter,Acclaim Entertainment,Square,,,,,,,1987-09-01, -/games/boxart/full_3d-classics-xevious_617AmericaFront.png,3D Classics: Xevious,3DS,Shooter,Nintendo,Namco,5.5,,,,,,2011-07-21, -/games/boxart/full_9555310AmericaFrontccc.jpg,3D Infinity,XBL,Shooter,Microsoft,SmileBoom,,,,,,,2010-04-15, -/games/boxart/full_2495931JapanFrontccc.jpg,3D Shooting Tsukuru,PS,Shooter,ASCII Entertainment,ASCII Entertainment,,,,,,,1996-12-20, -/games/boxart/full_99bullets_742AmericaFront.jpg,99Bullets,DSiW,Shooter,Unknown,EnjoyUp Games,,,,,,,2011-05-23, -/games/boxart/full_8512617AmericaFrontccc.jpg,A Kitchen Sink War,XBL,Shooter,Microsoft,ECHS BACHS,,,,,,,2008-11-26, -/games/boxart/full_a-space-shooter-for-2-bucks_830PALFront.png,A Space Shooter for 2 Bucks!,PSN,Shooter,Frima Studio,Frima Studio,,,,,,,2010-12-21, -/games/boxart/full_130907AmericaFrontccc.jpg,A Topsy Turvy Life: The Turvys Strike Back,DSiW,Shooter,Tecmo Koei,Tecmo Koei Holdings,,,,,,,2010-05-31, -/games/boxart/default.jpg,A-Force,GB,Shooter,Sachen,sachen,,,,,,,1993-01-01, -/games/boxart/full_abaddon-retribution_0AmericaFront.jpg,Abaddon: Retribution,XBL,Shooter,Microsoft,Firestorm Studios,,,,,,,2010-09-09, -/games/boxart/3030395ccc.jpg,Abadox: The Deadly Inner War,NES,Shooter,Milton Bradley,Natsume,,,,,,,1990-03-01, -/games/boxart/full_ace-armstrong-vs-the-alien-scumbags_8PALFront.jpg,Ace Armstrong vs. the Alien Scumbags,PSN,Shooter,Laughing Jackal,Laughing Jackal,,,,,,,2010-09-07, -/games/boxart/full_6865705AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,PC,Shooter,Namco Bandai Games,Namco Bandai Games,,,,,,,2019-02-01,2019-01-25 -/games/boxart/full_7158445AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,XOne,Shooter,Bandai Namco Games,Namco Bandai Games,,,,,,,2019-01-18,2019-01-25 -/games/boxart/full_3731717AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,PS4,Shooter,Bandai Namco Games,Namco Bandai Games,,,,,,,2019-01-18,2019-01-25 -/games/boxart/full_7931778AmericaFrontccc.jpg,Aces of the Galaxy,XBL,Shooter,Sierra Online,Artech Studios,7.8,,,,,,2008-06-04, -/games/boxart/full_aces-of-the-galaxy_391AmericaFront.jpg,Aces of the Galaxy,PC,Shooter,Sierra Entertainment,Artech Studios,7.5,,,,,,2008-06-04, -/games/boxart/full_2560298JapanFrontccc.jpg,Acrobat Mission,SNES,Shooter,Techiku,UPL & Micronics,,,,,,,1992-09-11, -/games/boxart/1173583ccc.jpg,Advanced Battlegrounds: The Future of Combat,PC,Shooter,DreamCatcher Interactive,Techland,,,,,,,2004-12-27, -/games/boxart/full_278165JapanFrontccc.jpg,Advanced Busterhawk Gley Lancer,GEN,Shooter,NCS,NCS,,,,,,,1992-07-17, -/games/boxart/full_4286379JapanFrontccc.jpg,Advanced Busterhawk Gley Lancer,VC,Shooter,NCS,NCS,,,,,,,2008-07-21, -/games/boxart/full_2048084AmericaFrontccc.jpg,Adventures of Dino-Riki,NES,Shooter,Hudson Soft,Rix Soft,,,,,,,1989-09-01, -/games/boxart/full_5486120AmericaFrontccc.jpg,Aegis Wing,XBL,Shooter,Microsoft,Carbonated Games,,,,,,,2007-05-16, -/games/boxart/full_6807861AmericaFrontccc.jpg,Aerial Assault,GG,Shooter,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_5013442AmericaFrontccc.jpg,Aerial Assault,MS,Shooter,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_5362350AmericaFrontccc.jpg,Aerial Strike: The Yager Missions,PC,Shooter,DreamCatcher Interactive,Yager Development,,,,,,,2005-02-04, -/games/boxart/full_4438560AmericaFrontccc.jpg,Aero Blasters,PCE,Shooter,Turbo Technologies,Inter State,,,,,,,1990-01-01, -/games/boxart/502582ccc.jpg,Aero Fighters,SNES,Shooter,Video System,Video System,,,,,,,1993-07-30, -/games/boxart/8097564ccc.jpg,Aero Fighters 2,NG,Shooter,Video System,Video System,,,,,,,1994-01-01, -/games/boxart/full_1196852JapanFrontccc.jpg,Aero Fighters 3,NG,Shooter,Video System,Video System,,,,,,,1995-11-17, -/games/boxart/full_aero-fighters-3-cd_426AmericaFront.jpg,Aero Fighters 3 (CD),NG,Shooter,SNK,Video System,,,,,,,1995-01-01, -/games/boxart/full_aerostar_299AmericaFront.jpg,Aerostar,GB,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1991-09-01, -/games/boxart/default.jpg,After Burner,MSX,Shooter,Sega,SunSoft,,,,,,,1988-01-01, -/games/boxart/full_67233AmericaFrontccc.jpg,After Burner,S32X,Shooter,Sega,SunSoft,,,,,,,1994-01-01, -/games/boxart/full_7481760AmericaFrontccc.jpg,After Burner,ACPC,Shooter,Sega,SunSoft,,,,,,,1988-01-01, -/games/boxart/full_2870836AmericaFrontccc.jpg,After Burner,Amig,Shooter,Sega,SunSoft,,,,,,,1988-01-01, -/games/boxart/default.jpg,After Burner,AST,Shooter,Sega,SunSoft,,,,,,,1988-01-01, -/games/boxart/6237550ccc.jpg,After Burner,NES,Shooter,Tengen,SunSoft,,,,,,,1989-01-01, -/games/boxart/full_7018980AmericaFrontccc.jpg,After Burner,MSD,Shooter,Sega,SunSoft,,,,,,,1989-01-01, -/games/boxart/default.jpg,After Burner,FMT,Shooter,CSK Research Institute,SunSoft,,,,,,,1989-01-01, -/games/boxart/4202299ccc.jpg,After Burner II,GEN,Shooter,Sega,Sega-AM2,,,,,,,1990-03-22, -/games/boxart/default.jpg,After Burner II,MSD,Shooter,Sega,Bits Laboratory,,,,,,,1989-01-01, -/games/boxart/default.jpg,After Burner II,Amig,Shooter,Activision,Bits Laboratory,,,,,,,1989-01-01, -/games/boxart/full_8338590JapanFrontccc.jpg,After Burner II,PCE,Shooter,NEC,Bits Laboratory,,,,,,,1990-09-28, -/games/boxart/default.jpg,After Burner II,AST,Shooter,Activision,Bits Laboratory,,,,,,,1989-01-01, -/games/boxart/default.jpg,Afterfall: InSanity,X360,Shooter,TGC,Nicolas Intoxicate,,,,,,,2020-12-31, -/games/boxart/default.jpg,Afterfall: InSanity,PS3,Shooter,TGC,Nicolas Intoxicate,,,,,,,, -/games/boxart/full_4385926AmericaFrontccc.png,Age of Zombies,PSN,Shooter,Halfbrick Studios,Halfbrick Studios,9,,,,,,2010-02-25, -/games/boxart/default.jpg,Agent,PS3,Shooter,Rockstar Games,Rockstar North,,,,,,,2020-12-31, -/games/boxart/full_6283768AmericaFrontccc.jpg,Agent MOO: Maximum Overdeath,XBL,Shooter,Microsoft,Agent MOO,,,,,,,2009-08-12, -/games/boxart/full_1132952JapanFrontccc.jpg,Ai Cho Aniki,VC,Shooter,NCS,Bits Laboratory,,,,,,,2007-12-18, -/games/boxart/full_5491291JapanFrontccc.jpg,Ai Cho Aniki,PCE,Shooter,NCS,Bits Laboratory,,,,,,,1995-02-24, -/games/boxart/full_air-buster_68AmericaFront.jpg,Air Buster,GEN,Shooter,Kaneko Co. Ltd,Kaneko Co. Ltd,,,,,,,1991-01-01, -/games/boxart/2953399ccc.jpg,Air Diver,GEN,Shooter,Seismic,Asmik Corporation of America,,,,,,,1990-01-01, -/games/boxart/8927182ccc.jpg,Air Fortress,NES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1989-09-01, -/games/boxart/full_6616929PALFrontccc.jpg,Air Raid 3,PS2,Shooter,Phoenix Games,Phoenix Games,,,,,,,2007-02-27, -/games/boxart/full_air-rescue_9PALFront.jpg,Air Rescue,MS,Shooter,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_5202287AmericaFrontccc.jpg,Air Zonk,PCE,Shooter,Turbo Technologies,RED Company,,,,,,,1992-01-01, -/games/boxart/full_5648700AmericaFrontccc.jpg,Air Zonk,VC,Shooter,Hudson Soft,RED Company,,,,,,,2007-07-09, -/games/boxart/full_4568011JapanFrontccc.jpg,AirGrave,PS,Shooter,Santos,Santos,,,,,,,1996-11-29, -/games/boxart/full_airwolf-japan_7JapanFront.jpg,Airwolf (Japan),NES,Shooter,Kyugo Boueki,Kyugo Boueki,,,,,,,1988-12-24, -/games/boxart/full_5622019AmericaFrontccc.jpg,Akujin,XBL,Shooter,Microsoft,Domi,,,,,,,2009-12-26, -/games/boxart/full_aldynes_7JapanFront.jpg,Aldynes: The Mission Code for Rage Crisis,VC,Shooter,Hudson Soft,Produce!,,,,,,,2009-02-03, -/games/boxart/full_aldynes-the-mission-code-for-rage-crisis_947JapanFront.jpg,Aldynes: The Mission Code for Rage Crisis,PSN,Shooter,Hudson Soft,Produce!,,,,,,,2011-02-16, -/games/boxart/full_aldynes_0JapanFront.jpg,Aldynes: The Mission Code for Rage Crisis,PCE,Shooter,Hudson Soft,Produce!,,,,,,,1991-01-01, -/games/boxart/full_8037012JapanFrontccc.jpg,Aleste,VC,Shooter,D4 Enterprise,Compile Ltd.,,,,,,,2008-05-27, -/games/boxart/full_9071668AmericaFrontccc.jpg,Alien Breed 1: Evolution,XBL,Shooter,Team17 Software,Team17 Software,6.7,,,,,,2009-12-16, -/games/boxart/full_alien-breed-2-assault_5AmericaFront.jpg,Alien Breed 2: Assault,XBL,Shooter,Team17 Software,Team17 Software,6.1,,,,,,2010-09-22, -/games/boxart/full_alien-breed-3-descent_857AmericaFront.jpg,Alien Breed 3: Descent,PSN,Shooter,Team17 Software,Team17 Software,6.5,,,,,,2011-02-22, -/games/boxart/full_alien-breed-3-descent_761AmericaFront.jpg,Alien Breed 3: Descent,XBL,Shooter,Team17 Software,Team17 Software,6.8,,,,,,2010-11-17, -/games/boxart/full_alien-breed-3-descent_668AmericaFront.jpg,Alien Breed 3: Descent,PC,Shooter,Team17 Software,Team17 Software,6.8,,,,,,2010-11-17, -/games/boxart/full_alien-breed-impact_4AmericaFront.jpg,Alien Breed: Impact,PSN,Shooter,Team17 Software,Team17 Software,,,,,,,2010-10-05, -/games/boxart/full_alien-front_192AmericaFront.jpg,Alien Front,NGage,Shooter,Unknown,Sega WOW,,,,,,,, -/games/boxart/8849728ccc.jpg,Alien Front Online,DC,Shooter,Sega,Sega,7.8,,,,,,2001-08-09, -/games/boxart/full_alien-hideout_341AmericaFront.jpg,Alien Hideout,XBL,Shooter,Microsoft,golconda,,,,,,,2011-07-20, -/games/boxart/full_6017175PALFrontccc.jpg,Alien Hominid,GBA,Shooter,Zoo Digital Publishing,Tuna Interactive,,,,,,,2006-02-03, -/games/boxart/default.jpg,Alien Hominid,GIZ,Shooter,Unknown,Tuna Interactive,,,,,,,, -/games/boxart/full_3141188PALFrontccc.jpg,Alien Hominid,XB,Shooter,Zoo Digital Publishing,The Behemoth,,,,,,,2005-05-27, -/games/boxart/full_3009737PALFrontccc.jpg,Alien Hominid,PC,Shooter,Zoo Digital Publishing,The Behemoth,,,,,,,2006-02-24, -/games/boxart/full_9627223AmericaFrontccc.jpg,Alien Hominid HD,XBL,Shooter,The Behemoth,The Behemoth,8.3,,,,,,2007-02-28, -/games/boxart/full_4334604AmericaFrontccc.jpg,Alien Rage,PC,Shooter,CI Games,City Interactive,,,,,,,2013-09-24,2020-12-06 -/games/boxart/full_alien-shooter_742AmericaFront.jpg,Alien Shooter,PC,Shooter,Sigma,Sigma Team,,,,,,,2003-05-16, -/games/boxart/full_alien-shooter-2-conscription_168AmericaFront.jpg,Alien Shooter 2: Conscription,PC,Shooter,Sigma,Sigma Team,,,,,,,2010-07-03, -/games/boxart/full_alien-shooter-2-reloaded_2AmericaFront.jpg,Alien Shooter 2: Reloaded,PC,Shooter,Sigma,Sigma Team,,,,,,,2009-03-14, -/games/boxart/full_alien-shooter-fight-for-life_986AmericaFront.jpg,Alien Shooter: Fight for Life,PC,Shooter,Sigma,Sigma Team,,,,,,,2005-01-01, -/games/boxart/full_alien-shooter-gold-pack_123AmericaFront.jpg,Alien Shooter: Gold Pack,PC,Shooter,Sigma,Sigma Team,,,,,,,2009-03-14, -/games/boxart/full_alien-shooter-revisited_92AmericaFront.jpg,Alien Shooter: Revisited,PC,Shooter,Sigma,Sigma Team,,,,,,,2009-04-15, -/games/boxart/full_alien-shooter-the-experiment_469AmericaFront.jpg,Alien Shooter: The Experiment,PC,Shooter,Sigma,Sigma Team,,,,,,,2005-01-01, -/games/boxart/full_alien-shooter-vengeance_993AmericaFront.jpg,Alien Shooter: Vengeance,PC,Shooter,CDV Software Entertainment,Sigma Team,,,,,,,2007-02-16, -/games/boxart/full_80071PALFrontccc.jpg,Alien Soldier,GEN,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,1995-01-01, -/games/boxart/full_6571597PALFrontccc.jpg,Alien Soldier,VC,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,2007-11-05, -/games/boxart/full_alien-swarm_3AmericaFront.jpg,Alien Swarm,PC,Shooter,Valve,Valve Software,8.5,,,,,,2010-07-19, -/games/boxart/7956440ccc.jpg,Alien Syndrome,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_738378AmericaFrontccc.jpg,Alien Trilogy,PC,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-11-30, -/games/boxart/9403913ccc.jpg,Alien Trilogy,SAT,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1996-07-31, -/games/boxart/8562238ccc.jpg,Alien vs. Predator,AJ,Shooter,Atari,Rebellion Developments,4,,,,,,1994-10-20, -/games/boxart/full_2413712PALFrontccc.png,Alien Zombie Death,PSN,Shooter,PomPom,PomPom Games,8.2,,,,,,2010-03-25, -/games/boxart/full_alien-zombie-mega-death_163AmericaFront.jpg,Alien Zombie MegaDeath,PSN,Shooter,PomPom,PomPom Games,8.3,,,,,,2011-06-21, -/games/boxart/full_1058331AmericaFrontccc.jpg,Alienation,PS4,Shooter,Sony Interactive Entertainment,Housemarque,,,,,,,2016-04-26, -/games/boxart/9073046ccc.jpg,Aliens versus Predator 2,PC,Shooter,Fox Interactive,Monolith Productions,8.2,,,,,,2001-10-31, -/games/boxart/full_6914601AmericaFrontccc.jpg,Aliens Versus Predator 2: Gold Edition,PC,Shooter,Fox Interactive,Monolith Productions,,,,,,,2003-05-30, -/games/boxart/full_aliens-versus-predator-2-primal-hunt_2AmericaFront.jpg,Aliens versus Predator 2: Primal Hunt,PC,Shooter,Sierra Entertainment,Third Law Entertainment,,,,,,,2002-08-13, -/games/boxart/full_aliens-versus-predator-classic-2000_9AmericaFront.jpg,Aliens Versus Predator Classic 2000,PC,Shooter,Fox Interactive,Rebellion Developments,,,,,,,2010-01-16, -/games/boxart/full_9895188AmericaFrontccc.jpg,Aliens Versus Predator: Gold Edition,PC,Shooter,Fox Interactive,Rebellion Developments,,,,,,,2000-03-28, -/games/boxart/full_aliens-vs-predator_791AmericaFront.jpg,Aliens vs Predator,XBL,Shooter,Sega,Rebellion Developments,,,,,,,2011-02-15, -/games/boxart/full_alliance-of-valiant-arms_7AmericaFront.jpg,Alliance of Valiant Arms,PC,Shooter,NHN USA,Redduck Inc.,,,,,,,2009-11-11, -/games/boxart/full_963079AmericaFrontccc.jpg,Alone in the Dark: Illumination,PC,Shooter,Atari,Pure FPS,,,,,,,2015-01-01, -/games/boxart/full_2921910AmericaFrontccc.jpg,Alpha Black Zero: Intrepid Protocol,PC,Shooter,GMX Media,Khaeon,,,,,,,2004-08-27, -/games/boxart/1927637ccc.jpg,Alpha Mission,NES,Shooter,SNK,SNK Corporation,,,,,,,1987-10-01, -/games/boxart/default.jpg,Alpha Mission,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-09-06, -/games/boxart/2358045ccc.jpg,Alpha Mission II,NG,Shooter,SNK,SNK Corporation,,,,,,,1991-07-01, -/games/boxart/full_alpha-mission-ii_750AmericaFront.jpg,Alpha Mission II,PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_alpha-mission-ii-cd_655AmericaFront.jpg,Alpha Mission II (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1994-09-09, -/games/boxart/full_alpha-mission-ii-psp_172AmericaFront.jpg,Alpha Mission II (PSP),PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, -/games/boxart/full_alpha-squad_768AmericaFront.jpg,Alpha Squad,XBL,Shooter,Microsoft,DragonDivide,,,,,,,2011-01-12, -/games/boxart/default.jpg,America's Army 3,PC,Shooter,U.S. Army,U.S. Army,,,,,,,2009-06-17, -/games/boxart/default.jpg,America's Army: Rise of a Soldier,PS2,Shooter,Unknown,Secret Level,,,,,,,, -/games/boxart/full_9187024AmericaFrontccc.jpg,Amniotic,XBL,Shooter,Microsoft,Antab,,,,,,,2009-10-24, -/games/boxart/full_30418AmericaFrontccc.jpg,Amok,SAT,Shooter,Scavenger,Lemon,,,,,,,1997-01-17, -/games/boxart/full_475433AmericaFrontccc.jpg,Amok,PC,Shooter,GT Interactive,Lemon,,,,,,,1996-10-31, -/games/boxart/1598400ccc.jpg,Amsterdoom,PC,Shooter,Unknown,Davilex,,,,,,,, -/games/boxart/full_5195254AmericaFrontccc.jpg,Andro Dunos,NG,Shooter,SNK,Visco,,,,,,,1992-07-17, -/games/boxart/7707486ccc.jpg,Android Assault,SCD,Shooter,Big Fun Games,Human Entertainment,,,,,,,1994-01-01, -/games/boxart/full_andromium_833AmericaFront.jpg,Andromium,XBL,Shooter,Microsoft,MikeVentron,,,,,,,2011-08-12, -/games/boxart/default.jpg,Angel Fish,GIZ,Shooter,Unknown,Fathammer,,,,,,,, -/games/boxart/default.jpg,Angry Birds Transformers,And,Shooter,Rovio Mobile,Exient Entertainment,,,,,,,2014-10-30, -/games/boxart/default.jpg,Angry Birds Transformers,WinP,Shooter,Rovio Mobile,Exient Entertainment,,,,,,,2015-01-01, -/games/boxart/default.jpg,Animales de la Muerte,XBL,Shooter,Unknown,High Voltage Software,,,,,,,, -/games/boxart/default.jpg,Animales de la Muerte,PSN,Shooter,Unknown,High Voltage Software,,,,,,,, -/games/boxart/default.jpg,Animales de la Muerte,PC,Shooter,Unknown,High Voltage Software,,,,,,,, -/games/boxart/full_apache-overkill_10PALFront.png,Apache Overkill,PSN,Shooter,Unknown,Playerthree Limited,,,,,,,2010-10-05, -/games/boxart/full_2365276AmericaFrontccc.jpg,Apocalyptica,PC,Shooter,Konami,Extreme FX,,,,,,,2004-04-09, -/games/boxart/full_7147682JapanFrontccc.jpg,Appleseed,SNES,Shooter,Visit,Visit,,,,,,,1994-08-26, -/games/boxart/full_6289235AmericaFrontccc.jpg,Aqua,XBL,Shooter,Microsoft,Games Distillery,6,,,,,,2010-05-19, -/games/boxart/full_8073992AmericaFrontccc.jpg,Arbor Vitae,XBL,Shooter,Microsoft,Erpberger,,,,,,,2009-08-20, -/games/boxart/full_9934700AmericaFrontccc.jpg,Arcade Classic 1: Asteroids / Missile Command,GB,Shooter,Nintendo,The Code Monkeys,,,,,,,1995-07-01, -/games/boxart/4390766ccc.jpg,Arcade Classic 2: Centipede / Millipede,GB,Shooter,Nintendo,The Code Monkeys,,,,,,,1995-08-01, -/games/boxart/full_7915903AmericaFrontccc.jpg,Arcade Classic 3: Galaga / Galaxian,GB,Shooter,Namco,Namco,,,,,,,1995-09-01, -/games/boxart/full_arcade-hits-shienryu_4AmericaFront.jpg,Arcade Hits: Shienryu,PSN,Shooter,Sony Computer Entertainment,Warashi,,,,,,,2010-10-19, -/games/boxart/full_arcade-hits-sonic-wings-special_725AmericaFront.jpg,Arcade Hits: Sonic Wings Special,PSN,Shooter,Sony Computer Entertainment,Video System,,,,,,,2010-11-16, -/games/boxart/full_1979079AmericaFrontccc.jpg,Arcade Shooter: Ilvelo,Wii,Shooter,Unknown,MileStone Inc.,,,,,,,, -/games/boxart/full_arcadia_218AmericaFront.jpg,Arcadia,PC,Shooter,Unknown,Joshyy,,,,,,,2010-12-02, -/games/boxart/full_6856686PALFrontccc.jpg,Archer Maclean's Dropzone,SNES,Shooter,Psygnosis,Eurocom Entertainment Software,,,,,,,1995-12-01, -/games/boxart/default.jpg,Are? DS ga Sakasa de Sukedo. Gyaku Shooting,DSiW,Shooter,Tecmo,Tecmo,,,,,,,2010-02-03, -/games/boxart/8409944ccc.jpg,Area 51,SAT,Shooter,Midway Games,"Mesa Logic, Inc.",,,,,,,1996-09-27, -/games/boxart/full_614187AmericaFrontccc.jpg,Area 51,PC,Shooter,Midway Games,Midway Studios Austin,,,,,,,2005-06-08, -/games/boxart/full_2063826AmericaFrontccc.jpg,Area 51 (1996),PC,Shooter,GT Interactive,"Mesa Logic, Inc.",,,,,,,1996-09-30, -/games/boxart/full_9510166AmericaFrontccc.jpg,Arena: Maze of Death,GG,Shooter,Sega,Eden Entertainment Software,,,,,,,1996-01-01, -/games/boxart/full_5206791AmericaFrontccc.jpg,Aria,XBL,Shooter,Microsoft,SRH,,,,,,,2009-04-12, -/games/boxart/default.jpg,ArmA II,X360,Shooter,Unknown,Bohemia Interactive,,,,,,,, -/games/boxart/full_arma-x-10th-anniversary-edition_347AmericaFront.jpg,ArmA X: 10th Anniversary Edition,PC,Shooter,Meridian4,Meridian 4,,,,,,,2011-11-29, -/games/boxart/full_1195562AmericaFrontccc.jpg,ArmA: Combat Operations,PC,Shooter,Atari,Bohemia Interactive,,,,,,,2007-05-04, -/games/boxart/8861523ccc.jpg,Armada,DC,Shooter,Metro 3D,Metro3D,8.3,,,,,,1999-10-31, -/games/boxart/9509825ccc.jpg,Armed and Dangerous,PC,Shooter,LucasArts,Planet Moon Studios,,,,,,,2003-12-02, -/games/boxart/full_6569444AmericaFrontccc.jpg,Armor Valley,XBL,Shooter,Microsoft,Janelle,,,,,,,2009-11-09, -/games/boxart/6741734ccc.jpg,Armorines: Project S.W.A.R.M.,GB,Shooter,Acclaim Entertainment,Neon Studios,,,,,,,1999-12-01, -/games/boxart/full_5993710AmericaFrontccc.jpg,Army Defender,DSiW,Shooter,Mindscape,Kaolink,,,,,,,2009-12-07, -/games/boxart/full_6014188AmericaFrontccc.jpg,Army Men II,PC,Shooter,3DO,3DO,,,,,,,1999-02-28, -/games/boxart/full_5876859PALFrontccc.jpg,Army Men: Major Malfunction,PS2,Shooter,Unknown,Team17 Software,,,,,,,, -/games/boxart/6093627ccc.jpg,Army Men: Sarge's Heroes,DC,Shooter,Midway Games,Midway,5.9,,,,,,2000-10-30, -/games/boxart/full_4145114AmericaFrontccc.jpg,Army Men: Sarge's War,PC,Shooter,Global Star Software,Tactical Development,,,,,,,2004-07-27, -/games/boxart/full_416923AmericaFrontccc.jpg,Army Men: Sarge's War,PS2,Shooter,Global Star Software,Tactical Development,,,,,,,2004-08-02, -/games/boxart/3639003ccc.jpg,Army Men: Soldiers of Misfortune,PS2,Shooter,Zoo Games,"Big Blue Bubble, Inc.",,,,,,,2008-11-07, -/games/boxart/full_1760758AmericaFrontccc.jpg,Army of Two,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2009-10-20, -/games/boxart/full_army-of-two-ssc-challenge-map-pack_864AmericaFront.jpg,Army of Two: SSC Challenge Map Pack,PSN,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-04-24, -/games/boxart/full_army-of-two-ssc-challenge-map-pack_670AmericaFront.jpg,Army of Two: SSC Challenge Map Pack,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-04-24, -/games/boxart/full_army-of-two-the-40th-day_418AmericaFront.jpg,Army of Two: The 40th Day,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-12-07, -/games/boxart/full_6799213AmericaFrontccc.png,Army of Two: The 40th Day,PSN,Shooter,Electronic Arts,Buzz Monkey Software,4.8,,,,,,2010-01-14, -/games/boxart/full_army-of-two-the-40th-day-chapters-of-deceit_646AmericaFront.jpg,Army of Two: The 40th Day - Chapters of Deceit,PSN,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-04-01, -/games/boxart/full_army-of-two-the-40th-day-chapters-of-deceit_73AmericaFront.jpg,Army of Two: The 40th Day - Chapters of Deceit,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2010-04-01, -/games/boxart/full_army-of-two-veteran-map-pack_392AmericaFront.jpg,Army of Two: Veteran Map Pack,PSN,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-05-29, -/games/boxart/full_army-of-two-veteran-map-pack_797AmericaFront.jpg,Army of Two: Veteran Map Pack,XBL,Shooter,Electronic Arts,EA Montreal,,,,,,,2008-05-29, -/games/boxart/full_arrow-flash_839AmericaFront.jpg,Arrow Flash,GEN,Shooter,Sega,"Renovation Products, Inc.",,,,,,,1990-01-01, -/games/boxart/full_ashen_89AmericaFront.jpg,Ashen,NGage,Shooter,Nokia,Torus Games,5.9,,,,,,2004-06-17, -/games/boxart/full_assault-city_9PALFront.jpg,Assault City,MS,Shooter,Sega,Sanritsu,,,,,,,1990-01-01, -/games/boxart/full_assault-heroes_944AmericaFront.jpg,Assault Heroes,PSN,Shooter,Konami,Konami,8.6,,,,,,2010-01-28, -/games/boxart/full_3128158AmericaFrontccc.jpg,Assault Heroes,XBL,Shooter,Sierra Online,Wanako Studios,7.9,,,,,,2006-12-13, -/games/boxart/full_7747014AmericaFrontccc.jpg,Assault Heroes 2,XBL,Shooter,Sierra Online,Wanako Studios,7.8,,,,,,2008-05-14, -/games/boxart/full_1667876JapanFrontccc.jpg,Assault Suit Leynos 2,SAT,Shooter,NCS,NCS,,,,,,,1997-02-21, -/games/boxart/full_assaultcube_999AmericaFront.png,AssaultCube,PC,Shooter,Unknown,Rabid Viper Productions,,,,,,,2010-11-14, -/games/boxart/full_5534665AmericaFrontccc.jpg,Astero Defender,XBL,Shooter,Microsoft,DeadwoodStudios,,,,,,,2009-09-23, -/games/boxart/full_asteroids_8AmericaFront.jpg,Asteroids,GB,Shooter,Accolade,The Code Monkeys,,,,,,,1992-02-01, -/games/boxart/default.jpg,Asteroids,5200,Shooter,Unknown,Atari,,,,,,,, -/games/boxart/full_5690753AmericaFrontccc.jpg,Asteroids,PC,Shooter,Activision,Syrox Developments,,,,,,,1998-11-30, -/games/boxart/7002844ccc.jpg,Asteroids,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_4740075AmericaFrontccc.jpg,Asteroids & Asteroids Deluxe,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-11-28, -/games/boxart/full_asteroids-gbc_6AmericaFront.jpg,Asteroids (GBC),GB,Shooter,Activision,Syrox Developments,,,,,,,1999-09-01, -/games/boxart/full_astro-robo-sasa_52JapanFront.jpg,Astro Robo Sasa,NES,Shooter,ASCII Entertainment,MTL,,,,,,,1985-08-09, -/games/boxart/full_astro-tripper_271AmericaFront.jpg,Astro Tripper,PSN,Shooter,PomPom,PomPom Games,7.3,,,,,,2009-03-12, -/games/boxart/8267521ccc.jpg,Astro Warrior,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_2317366AmericaFrontccc.jpg,Atomhex,XBL,Shooter,Microsoft,Escapist Games,,,,,,,2009-08-20, -/games/boxart/838861ccc.jpg,Atomic Robo-Kid,GEN,Shooter,Treco,Micronics,,,,,,,1990-12-13, -/games/boxart/full_atomic-robo-kid-special_10JapanFront.jpg,Atomic Robo-Kid Special,PCE,Shooter,UPL,UPL,,,,,,,1990-01-19, -/games/boxart/full_1488838AmericaFrontccc.jpg,Atomic Runner,GEN,Shooter,Data East,Data East,,,,,,,1992-01-01, -/games/boxart/full_7513307AmericaFrontccc.jpg,Atomic Runner,VC,Shooter,Paon,Data East,,,,,,,2007-09-11, -/games/boxart/full_avatar-laser-wars_629AmericaFront.jpg,Avatar Laser Wars,XBL,Shooter,Microsoft,DigitalDNA,,,,,,,2010-10-20, -/games/boxart/full_avatar-onslaught_0AmericaFront.jpg,Avatar Onslaught,XBL,Shooter,Microsoft,SniperED007,,,,,,,2010-04-27, -/games/boxart/full_avatar-paintball_3AmericaFront.jpg,Avatar Paintball,XBL,Shooter,Microsoft,DigitalDNA,,,,,,,2010-05-29, -/games/boxart/7779874ccc.jpg,Axelay,SNES,Shooter,Konami Digital Entertainment,Konami,,,,,,,1992-09-30, -/games/boxart/877121ccc.jpg,Axelay,VC,Shooter,Konami Digital Entertainment,Konami,,,,,,,2007-11-12, -/games/boxart/full_b-team-episode-1-dust-ampamp-steel_486AmericaFront.jpg,B Team - Episode 1: Dust & Steel,DSiW,Shooter,Unknown,B Team - Episode 1: Dust & Steel,,,,,,,2011-05-30, -/games/boxart/full_b-wings_619JapanFront.jpg,B-Wings,NES,Shooter,Data East,Data East,,,,,,,1986-06-03, -/games/boxart/4624148ccc.jpg,Baby Boomer,NES,Shooter,Color Dreams,Color Dreams,,,,,,,1989-01-01, -/games/boxart/full_1934403PALFrontccc.jpg,Bad Boys II,PC,Shooter,Empire Interactive,Blitz Games,,,,,,,2004-03-12, -/games/boxart/full_bakukyuu-renpatsu-super-b-daman_475JapanFront.jpg,Bakukyuu Renpatsu!! Super B-Daman,SNES,Shooter,Hudson Soft,Hudson Soft,,,,,,,1997-12-19, -/games/boxart/full_3827862JapanFrontccc.jpg,Bakuretsu Muteki Bangai-O,N64,Shooter,ESP,"Treasure Co., Ltd.",,,,,,,1999-09-03, -/games/boxart/default.jpg,Bakutotsu Kijuutei: Baraduke II (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-10-13, -/games/boxart/full_9135766AmericaFrontccc.jpg,Ball Wing,XBL,Shooter,Microsoft,DataBox Inc,,,,,,,2009-12-23, -/games/boxart/3168197ccc.png,Bang! Gunship Elite,DC,Shooter,Ubisoft,Red Storm Entertainment,7.2,,,,,,2000-12-18, -/games/boxart/7884164ccc.jpg,Bangai-O,DC,Shooter,Conspiracy Entertainment,"Treasure Co., Ltd.",8.7,,,,,,2001-03-21, -/games/boxart/full_bangai-o-hd-missile-fury_63AmericaFront.jpg,Bangai-O HD: Missile Fury,XBL,Shooter,D3 Publisher,"Treasure Co., Ltd.",7.9,,,,,,2011-05-04, -/games/boxart/full_bank-panic_3PALFront.jpg,Bank Panic,MS,Shooter,Sega,Sanritsu,,,,,,,1987-01-01, -/games/boxart/default.jpg,Baraduke (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-10-13, -/games/boxart/full_barker-bills-trick-shooting_4AmericaFront.jpg,Barker Bill's Trick Shooting,NES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1990-08-01, -/games/boxart/full_7149231JapanFrontccc.jpg,Barunba,PCE,Shooter,Namco,Zap,,,,,,,1990-04-27, -/games/boxart/full_870702JapanFrontccc.jpg,Batsugun,SAT,Shooter,Banpresto,Toaplan,,,,,,,1996-10-25, -/games/boxart/full_battle-ace_97JapanFront.jpg,Battle Ace,PSN,Shooter,Hudson Soft,Hudson Soft,,,,,,,2010-04-21, -/games/boxart/full_battle-ace_2JapanFront.jpg,Battle Ace,PCE,Shooter,Hudson Soft,Hudson Soft,,,,,,,1989-12-09, -/games/boxart/1702092ccc.jpg,Battle Clash,SNES,Shooter,Nintendo,Intelligent Systems,,,,,,,1992-10-01, -/games/boxart/full_1110159AmericaFrontccc.jpg,Battle Engine Aquila,PC,Shooter,Encore,Lost Toys,,,,,,,2003-10-23, -/games/boxart/default.jpg,Battle Engine Aquila,XBL,Shooter,Atari,Lost Toys,,,,,,,2007-01-01, -/games/boxart/full_4462521JapanFrontccc.jpg,Battle Garegga,SAT,Shooter,Electronic Arts,Eighting,,,,,,,1998-02-26, -/games/boxart/full_battle-mania-ii-daiginjou_194JapanFront.jpg,Battle Mania: Daiginjou,GEN,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1993-12-24, -/games/boxart/default.jpg,Battle Rage: Reflex,DSiW,Shooter,Unknown,Teyon Entertainment,,,,,,,, -/games/boxart/full_battle-squadron_649AmericaFront.jpg,Battle Squadron,GEN,Shooter,Electronic Arts,"Innerprise Software, Inc.",,,,,,,1990-01-01, -/games/boxart/4834425ccc.jpg,Battle Unit Zeoth,GB,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1991-07-01, -/games/boxart/full_battle-los-angeles_624AmericaFront.jpg,Battle: Los Angeles,XBL,Shooter,Konami,Live Action Studios,4.1,,,,,,2011-03-11, -/games/boxart/full_battle-los-angeles_5AmericaFront.jpg,Battle: Los Angeles,PSN,Shooter,Konami,Live Action Studios,4.5,,,,,,2011-03-22, -/games/boxart/full_battle-los-angeles_759AmericaFront.jpg,Battle: Los Angeles,PC,Shooter,Konami,Live Action Studios,4.5,,,,,,2011-03-11, -/games/boxart/4066724ccc.jpg,Battlecorps,SCD,Shooter,Time Warner Interactive,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/5951074ccc.jpg,Battlefied 2,PC,Shooter,Hitbox Team,Digital Illusions CE,,,,,,,2012-01-17, -/games/boxart/full_2935645AmericaFrontccc.jpg,Battlefield 1943,XBL,Shooter,Electronic Arts,EA DICE,8.4,,,,,,2009-07-08, -/games/boxart/full_4575390AmericaFrontccc.png,Battlefield 1943,PSN,Shooter,Electronic Arts,EA DICE,8.5,,,,,,2009-07-09, -/games/boxart/default.jpg,Battlefield 1943,PC,Shooter,Unknown,EA DICE,9,,,,,,, -/games/boxart/full_2505805PALFrontccc.jpg,Battlefield 2142: Northern Strike,PC,Shooter,Electronic Arts,Digital Illusions,7.8,,,,,,2007-03-08, -/games/boxart/full_1483638AmericaFrontccc.jpg,Battlefield 2: Complete Collection,PC,Shooter,Electronic Arts,Digital Illusions,,,,,,,2007-03-13, -/games/boxart/full_battlefield-2-modern-combat_103AmericaFront.jpg,Battlefield 2: Modern Combat,XBL,Shooter,Electronic Arts,Digtal Illusions,,,,,,,2009-11-03, -/games/boxart/full_battlefield-3-back-to-karkand_152AmericaFront.jpg,Battlefield 3: Back to Karkand,XBL,Shooter,Electronic Arts,EA DICE,,,,,,,2011-12-13, -/games/boxart/default.jpg,Battlefield 3: Back to Karkand,PC,Shooter,Electronic Arts,EA DICE,,,,,,,2011-12-13, -/games/boxart/full_battlefield-3-back-to-karkand_399AmericaFront.jpg,Battlefield 3: Back to Karkand,PSN,Shooter,Electronic Arts,EA DICE,,,,,,,2011-12-06, -/games/boxart/full_battlefield-heroes_0AmericaFront.jpg,Battlefield Heroes,PC,Shooter,Electronic Arts,Digital Illusions,5,,,,,,2009-06-25, -/games/boxart/full_7379292AmericaFrontccc.jpg,Battlefield: Bad Company,XBL,Shooter,Electronic Arts,EA Digital Illusions CE AB,,,,,,,2009-08-11, -/games/boxart/full_battlefield-bad-company-2_556AmericaFront.jpg,Battlefield: Bad Company 2,XBL,Shooter,Electronic Arts,EA Digital Illusions CE,,,,,,,2010-12-14, -/games/boxart/full_battlefield-bad-company-2-vietnam_368AmericaFront.jpg,Battlefield: Bad Company 2 Vietnam,XBL,Shooter,Electronic Arts,EA Digital Illusions CE,8.8,,,,,,2010-12-21, -/games/boxart/full_battlefield-bad-company-2-vietnam_382AmericaFront.jpg,Battlefield: Bad Company 2 Vietnam,PSN,Shooter,Electronic Arts,EA Digital Illusions CE,8.3,,,,,,2010-12-21, -/games/boxart/full_battlefield-bad-company-2-vietnam_91AmericaFront.jpg,Battlefield: Bad Company 2 Vietnam,PC,Shooter,Electronic Arts,EA Digital Illusions CE,8.5,,,,,,2010-12-21, -/games/boxart/full_1032226AmericaFrontccc.jpg,Battleground Europe: World War II Online,PC,Shooter,Matrix Games,Cornered Rat,,,,,,,2006-08-01, -/games/boxart/full_4455406AmericaFrontccc.jpg,Battlestar Galactica,PC,Shooter,VU Games,Auran,,,,,,,2007-10-30, -/games/boxart/full_2550249AmericaFrontccc.jpg,Battlestar Galactica,XBL,Shooter,Sierra Online,Auran,5.3,,,,,,2007-10-24, -/games/boxart/7935247ccc.jpg,Bazooka Blitzkrieg,SNES,Shooter,Bandai,Bandai,,,,,,,1993-08-27, -/games/boxart/8088979ccc.jpg,Beany Bopper,2600,Shooter,20th Century Fox Video Games,Sirius Software,,,,,,,1982-01-01, -/games/boxart/804647ccc.jpg,Beast Wars: Transformers,PC,Shooter,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-05-31, -/games/boxart/full_9582036AmericaFrontccc.jpg,Beat Hazard,XBL,Shooter,Microsoft,ShadowRage,,,,,,,2009-10-28, -/games/boxart/full_beat-hazard-ultra_902AmericaFront.jpg,Beat Hazard Ultra,PSN,Shooter,Cold Beam Games,Cold Beam Games,,,,,,,2011-10-18, -/games/boxart/full_beat-hazard-ultra_890AmericaFront.jpg,Beat Hazard Ultra,PC,Shooter,Cold Beam Games,Cold Beam Games,,,,,,,2011-06-16, -/games/boxart/8684706ccc.jpg,Bermuda Triangle,2600,Shooter,Data Age,Data Age,,,,,,,1982-01-01, -/games/boxart/745817ccc.jpg,Berzerk,5200,Shooter,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_bet-on-soldier-black-out-saigon_359PALFront.jpg,Bet on Soldier: Black-out Saigon,PC,Shooter,Unknown,Kylotonn Entertainment,,,,,,,2006-11-10, -/games/boxart/full_bet-on-soldier-blood-of-sahara_771PALFront.jpg,Bet on Soldier: Blood of Sahara,PC,Shooter,Focus Home Interactive,Kylotonn Entertainment,,,,,,,2006-07-03, -/games/boxart/full_bet-on-soldier-trilogy_385PALFront.jpg,Bet on Soldier: Trilogy,PC,Shooter,Unknown,Kylotonn Entertainment,,,,,,,2007-06-01, -/games/boxart/full_8263705PALFrontccc.jpg,Beverly Hills Cop,PS2,Shooter,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2006-01-01, -/games/boxart/full_beware-of-the-penguins_981AmericaFront.jpg,Beware of the Penguins,XBL,Shooter,Microsoft,PC Super Hero,,,,,,,2011-08-11, -/games/boxart/full_big-town-shoot-out_810AmericaFront.jpg,Big Town Shoot Out,WW,Shooter,Performance Designed Products,Performance Designed Products,6,,,,,,2011-06-30, -/games/boxart/full_4626477AmericaFrontccc.jpg,BigHead Bash,PC,Shooter,Spicy Horse,Spicy Horse,,,,,,,2012-05-24, -/games/boxart/full_6811258AmericaFrontccc.jpg,Bio-Hazard Battle,VC,Shooter,Sega,Sega,,,,,,,2007-02-26, -/games/boxart/full_7523367AmericaFrontccc.jpg,Bio-Hazard Battle,GEN,Shooter,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_bio-hazard-battle_719AmericaFront.jpg,Bio-Hazard Battle,PC,Shooter,Sega,Sega,,,,,,,2010-10-06, -/games/boxart/full_biohazard-chronicles-value-pack_406JapanFront.jpg,Biohazard Chronicles Value Pack,Wii,Shooter,Capcom,Cavia Inc.,,,,,,,2011-09-29, -/games/boxart/default.jpg,BioHazard: Gun Survivor,PC,Shooter,Capcom,Capcom,,,,,,,2002-09-07, -/games/boxart/full_5468504AmericaFrontccc.jpg,Biology Battle,XBL,Shooter,Novaleaf Game Studios,Novaleaf Game Studios,6.5,,,,,,2008-11-18, -/games/boxart/9020530ccc.jpg,BioMetal,SNES,Shooter,Athena,Athena,,,,,,,1993-03-19, -/games/boxart/8707721ccc.jpg,Bionicle Heroes,PS2,Shooter,Eidos Interactive,Traveller's Tales,5.4,,,,,,2006-11-14, -/games/boxart/full_7834983AmericaFrontccc.jpg,Bionicle Heroes,GBA,Shooter,Eidos Interactive,Amaze Entertainment,7.9,,,,,,2006-11-14, -/games/boxart/full_4172953AmericaFrontccc.jpg,BioShock,OSX,Shooter,2K Games,Feral Interactive,,,,,,,2009-10-07,2018-07-20 -/games/boxart/full_bioshock_229AmericaFront.jpg,BioShock,XBL,Shooter,2K Games,2K Australia / 2K Boston,9.6,,,,,,2009-08-06, -/games/boxart/full_bioshock-2-minervas-den_10AmericaFront.jpg,BioShock 2: Minerva's Den,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-08-31, -/games/boxart/full_bioshock-2-minervas-den_3AmericaFront.jpg,BioShock 2: Minerva's Den,XBL,Shooter,2K Games,2K Marin,,,,,,,2010-08-31, -/games/boxart/full_bioshock-2-minervas-den_561AmericaFront.jpg,BioShock 2: Minerva's Den,PC,Shooter,2K Games,2K Marin,,,,,,,2011-05-31, -/games/boxart/full_bioshock-2-protector-trials_401AmericaFront.jpg,BioShock 2: Protector Trials,XBL,Shooter,2K Games,2K Marin,,,,,,,2010-08-03, -/games/boxart/full_bioshock-2-protector-trials_801AmericaFront.jpg,BioShock 2: Protector Trials,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-08-03, -/games/boxart/full_bioshock-2-protector-trials_150AmericaFront.jpg,BioShock 2: Protector Trials,PC,Shooter,2K Games,2K Marin,,,,,,,2011-03-14, -/games/boxart/full_bioshock-2-rapture-metro-map-pack_517AmericaFront.jpg,BioShock 2: Rapture Metro Map Pack,PC,Shooter,2K Games,2K Marin,,,,,,,2010-05-25, -/games/boxart/full_bioshock-2-rapture-metro-map-pack_63AmericaFront.jpg,BioShock 2: Rapture Metro Map Pack,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-05-11, -/games/boxart/full_bioshock-2-sinclair-solutions-test-pack_880AmericaFront.jpg,BioShock 2: Sinclair Solutions Test Pack,PSN,Shooter,2K Games,2K Marin,,,,,,,2010-03-11, -/games/boxart/full_bioshock-2-sinclair-solutions-test-pack_844AmericaFront.jpg,BioShock 2: Sinclair Solutions Test Pack,XBL,Shooter,2K Games,2K Marin,,,,,,,2010-03-11, -/games/boxart/full_817389AmericaFrontccc.jpeg,BioShock The Collection,PC,Shooter,2K Games,"Blind Squirrel Digital, Inc",,,,,,,2016-09-13, -/games/boxart/default.jpg,BioShock Vita,PSV,Shooter,2K Games,Irrational Games,,,,,,,2020-12-31, -/games/boxart/default.jpg,BioShock: Ryan Industries Plasmids and Gene Tonics,PC,Shooter,2K Games,2K Boston,,,,,,,2007-12-04, -/games/boxart/full_bioshock-ryan-industries-plasmids-and-gene-tonics_704AmericaFront.jpg,BioShock: Ryan Industries Plasmids and Gene Tonics,XBL,Shooter,2K Games,2K Boston,,,,,,,2007-12-04, -/games/boxart/full_bird-assassin_808AmericaFront.jpg,Bird Assassin,XBL,Shooter,Microsoft,Social Loner Studios,,,,,,,2011-02-08, -/games/boxart/full_bittrip-fate_9AmericaFront.jpg,BIT.TRIP FATE,WW,Shooter,Aksys Games,Gaijin Games Inc.,7.3,,,,,,2010-10-25, -/games/boxart/full_8840210AmericaFrontccc.jpg,Black,XBL,Shooter,Electronic Arts,Criterion Games,,,,,,,2008-02-11, -/games/boxart/default.jpg,Black Death,PS3,Shooter,Unknown,Darkworks,,,,,,,, -/games/boxart/default.jpg,Black Death,X360,Shooter,Unknown,Darkworks,,,,,,,, -/games/boxart/default.jpg,Black Death,PC,Shooter,Unknown,Darkworks,,,,,,,, -/games/boxart/full_4823413AmericaFrontccc.jpg,Black the Fall,PC,Shooter,Unknown,Unknown,,,,,,,2014-07-04, -/games/boxart/default.jpg,Blacklight: Retribution,PC,Shooter,Perfect World Entertainment,Zombie Studios,,,,,,,2012-07-02, -/games/boxart/full_blacklight-tango-down_3AmericaFront.jpg,Blacklight: Tango Down,PC,Shooter,Ignition Entertainment,Zombie Studios,,,,,,,2010-07-07, -/games/boxart/full_blacklight-tango-down_5AmericaFront.jpg,Blacklight: Tango Down,XBL,Shooter,Ignition Entertainment,Zombie Studios,6.3,,,,,,2010-07-07, -/games/boxart/full_blacklight-tango-down_6AmericaFront.jpg,Blacklight: Tango Down,PSN,Shooter,Ignition Entertainment,Zombie Studios,,,,,,,2010-10-26, -/games/boxart/full_blackshot-europe-the-asian-dragon_267AmericaFront.jpg,BlackShot Europe: The Asian Dragon,PC,Shooter,Unknown,eFusion MMOG GmbH,,,,,,,2011-09-06, -/games/boxart/5062581ccc.jpg,Blade Eagle 3-D,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/3513725ccc.jpg,Blade Force,3DO,Shooter,3DO,3DO,,,,,,,1995-01-01, -/games/boxart/full_5638688AmericaFrontccc.jpg,Blake Stone: Aliens of Gold,PC,Shooter,Apogee,JAM Productions,,,,,,,1993-10-05, -/games/boxart/full_3723406AmericaFrontccc.jpg,Blake Stone: Planet Strike!,PC,Shooter,Apogee,JAM Productions,,,,,,,1994-10-28, -/games/boxart/7802689ccc.jpg,Blast Chamber,SAT,Shooter,Activision,Attention To Detail,,,,,,,1996-12-31, -/games/boxart/full_blast-factor_855AmericaFront.jpg,Blast Factor,PSN,Shooter,Sony Computer Entertainment,Bluepoint Games,6.4,,,,,,2006-11-17, -/games/boxart/full_2058177JapanFrontccc.jpg,Blast Wind,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-01-17, -/games/boxart/full_blaster-master-blasting-again_157JapanFront.jpg,Blaster Master: Blasting Again,PSN,Shooter,Sunsoft,SunSoft,,,,,,,2011-11-23, -/games/boxart/full_6516569AmericaFrontccc.jpg,Blaster Master: Overdrive,WW,Shooter,Sunsoft,SunSoft,6.1,,,,,,2010-02-08, -/games/boxart/default.jpg,Blaze Of Glory,XBL,Shooter,Unknown,Awesome House,,,,,,,, -/games/boxart/3049573ccc.jpg,BlaZeon: The Bio-Cyborg Challenge,SNES,Shooter,Atlus,AI,,,,,,,1992-10-01, -/games/boxart/full_1152145AmericaFrontccc.jpg,Blazing Lazers,PCE,Shooter,NEC,Compile,,,,,,,1989-01-01, -/games/boxart/full_2495289AmericaFrontccc.jpg,Blazing Lazers,VC,Shooter,Hudson Soft,Compile,,,,,,,2007-05-21, -/games/boxart/full_blazing-lazers_5JapanFront.jpg,Blazing Lazers,PSN,Shooter,Hudson Soft,Compile,,,,,,,2010-07-21, -/games/boxart/full_blazing-star_871JapanFront.jpg,Blazing Star,NG,Shooter,SNK,Yumekobo,,,,,,,1998-02-19, -/games/boxart/1226286ccc.jpg,Blood,PC,Shooter,GT Interactive,Monolith Productions,,,,,,,1997-05-31, -/games/boxart/8470699ccc.jpg,Blood 2: The Nightmare Levels,PC,Shooter,GT Interactive,GT Interactive,,,,,,,1999-08-01, -/games/boxart/full_2798726AmericaFrontccc.jpg,Blood Beach,WW,Shooter,Coresoft,Coresoft Inc.,,,,,,,2010-05-17, -/games/boxart/default.jpg,Blood Beach,Wii,Shooter,Unknown,Coresoft Inc.,,,,,,,, -/games/boxart/full_5755906AmericaFrontccc.jpg,Blood II: The Chosen,PC,Shooter,GT Interactive,Monolith Productions,,,,,,,1998-10-31, -/games/boxart/full_blood-tempest_52AmericaFront.jpg,Blood Tempest,XBL,Shooter,Microsoft,ZXB Games,,,,,,,2010-06-04, -/games/boxart/full_1511630AmericaFrontccc.jpg,Blood: Plasma Pak,PC,Shooter,GT Interactive,GT Interactive,,,,,,,1997-09-01, -/games/boxart/full_3184964AmericaFrontccc.jpg,BloodRayne 2,PC,Shooter,Majesco,Terminal Reality,,,,,,,2005-08-02, -/games/boxart/full_bloodrayne-betrayal_613AmericaFront.jpg,BloodRayne: Betrayal,PSN,Shooter,Majesco,WayForward Technologies,7.5,,,,,,2011-09-06, -/games/boxart/full_bloodrayne-betrayal_443AmericaFront.jpg,BloodRayne: Betrayal,XBL,Shooter,Majesco,WayForward Technologies,7.3,,,,,,2011-09-07, -/games/boxart/full_bloodshot_771PALFront.jpg,Bloodshot,GEN,Shooter,Acclaim Entertainment,Domark,,,,,,,1994-01-01, -/games/boxart/full_bloody-good-time_5AmericaFront.jpg,Bloody Good Time,XBL,Shooter,Ubisoft,Outerlight,5.2,,,,,,2010-10-27, -/games/boxart/default.jpg,Bloody Streets,PC,Shooter,Headless Wizard,Headless Wizard,,,,,,,2015-03-12, -/games/boxart/9523734ccc.jpg,Bloody Wolf,PCE,Shooter,Turbo Technologies,Data East,,,,,,,1990-01-01, -/games/boxart/full_5931663AmericaFrontccc.jpg,Bloody Wolf,VC,Shooter,G-mode,Data East,,,,,,,2007-06-18, -/games/boxart/full_5593283AmericaFrontccc.jpg,BlowOut,XBL,Shooter,Majesco,Terminal Reality,,,,,,,2009-01-26, -/games/boxart/default.jpg,BlowOut,PC,Shooter,Majesco,Terminal Reality,,,,,,,2003-10-28, -/games/boxart/default.jpg,Blue Streak,PC,Shooter,Nexon,Unknown,,,,,,,2016-01-01, -/games/boxart/full_2607891PALFrontccc.jpg,Boiling Point: Road to Hell,PC,Shooter,Atari,Deep Shadows,,,,,,,2005-06-06, -/games/boxart/1935452ccc.jpg,Bomber Raid,MS,Shooter,Activision,Sanritsu,,,,,,,1988-01-01, -/games/boxart/full_bombies_3AmericaFront.jpg,Bombies,XBL,Shooter,Microsoft,Pentex,,,,,,,2011-04-21, -/games/boxart/full_6430788AmericaFrontccc.jpg,Boom Chick Chick,XBL,Shooter,Microsoft,Silver Dollar Games,,,,,,,2009-12-03,2020-03-03 -/games/boxart/full_7658703JapanFrontccc.jpg,Border Down,DC,Shooter,G.Rev,G.Rev,6,,,,,,2003-09-25, -/games/boxart/full_3808646AmericaFrontccc.jpg,Border Wars,XBL,Shooter,Microsoft,Robert Marra,,,,,,,2009-12-11, -/games/boxart/full_borderlands_699AmericaFront.jpg,Borderlands,PSN,Shooter,2K Games,Gearbox Software,,,,,,,2010-12-21, -/games/boxart/full_borderlands-claptraps-new-robot-revolution_2AmericaFront.jpg,Borderlands: Claptrap's New Robot Revolution,XBL,Shooter,2K Games,Gearbox Software,7.2,,,,,,2010-09-28, -/games/boxart/full_borderlands-claptraps-new-robot-revolution_9AmericaFront.jpg,Borderlands: Claptrap's New Robot Revolution,PSN,Shooter,2K Games,Gearbox Software,8,,,,,,2010-09-28, -/games/boxart/full_6868583AmericaFrontccc.jpg,Borderlands: Claptrap's New Robot Revolution,PC,Shooter,2K Games,Gearbox Software,,,,,,,2010-09-27, -/games/boxart/full_8828462AmericaFrontccc.jpg,Borderlands: Double Game Add-On Pack,PC,Shooter,2K Games,Gearbox Software,,,,,,,2010-04-06, -/games/boxart/full_2494457AmericaFrontccc.jpg,Borderlands: Mad Moxxi's Underdome Riot,PC,Shooter,2K Games,Gearbox Software,,,,,,,2010-01-07, -/games/boxart/full_borderlands-mad-moxxis-underdome-riot_7AmericaFront.jpg,Borderlands: Mad Moxxi's Underdome Riot,XBL,Shooter,2K Games,Gearbox Software,5.6,,,,,,2009-12-29, -/games/boxart/full_borderlands-mad-moxxis-underdome-riot_5AmericaFront.jpg,Borderlands: Mad Moxxi's Underdome Riot,PSN,Shooter,2K Games,Gearbox Software,6,,,,,,2010-01-07, -/games/boxart/full_5785540AmericaFrontccc.jpg,Borderlands: The Secret Armory of General Knoxx,XBL,Shooter,2K Games,Gearbox Software,8.8,,,,,,2010-02-23, -/games/boxart/full_borderlands-the-secret-armory-of-general-knoxx_2AmericaFront.jpg,Borderlands: The Secret Armory of General Knoxx,PSN,Shooter,2K Games,Gearbox Software,8.6,,,,,,2010-02-25, -/games/boxart/full_1923939AmericaFrontccc.jpg,Borderlands: The Secret Armory of General Knoxx,PC,Shooter,2K Games,Gearbox Software,8.6,,,,,,2010-02-25, -/games/boxart/full_borderlands-the-zombie-island-of-dr-ned_8AmericaFront.jpg,Borderlands: The Zombie Island of Dr. Ned,PSN,Shooter,2K Games,Gearbox Software,8.1,,,,,,2009-11-24, -/games/boxart/full_6008054AmericaFrontccc.jpg,Borderlands: The Zombie Island of Dr. Ned,PC,Shooter,2K Games,Gearbox Software,8,,,,,,2009-12-09, -/games/boxart/full_borderlands-the-zombie-island-of-dr-ned_6AmericaFront.jpg,Borderlands: The Zombie Island of Dr. Ned,XBL,Shooter,2K Games,Gearbox Software,8.2,,,,,,2009-11-24, -/games/boxart/full_2673519AmericaFrontccc.jpg,Boring Space Shooter,XBL,Shooter,Microsoft,lefantome,,,,,,,2009-10-19, -/games/boxart/default.jpg,Bosconian (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-11-17, -/games/boxart/full_bouken-danshaku-don-the-lost-sunheart_0JapanFront.jpg,Bouken Danshaku Don: The Lost Sunheart,PCE,Shooter,I'Max,I'Max,,,,,,,1992-01-04, -/games/boxart/full_brahma-force-the-assault-on-beltlogger-9_70JapanFront.jpg,BRAHMA Force: The Assault on Beltlogger 9,PSN,Shooter,Sony Computer Entertainment,Genki,,,,,,,2008-08-12, -/games/boxart/full_breach_189AmericaFront.jpg,Breach,XBL,Shooter,Destineer,Atomic Games,5.2,,,,,,2011-01-26, -/games/boxart/6113993ccc.jpg,BreakThru,NES,Shooter,Data East,Data East,,,,,,,1987-11-01, -/games/boxart/full_6435443AmericaFrontccc.jpg,Breed,PC,Shooter,CDV Software Entertainment,Brat Designs,,,,,,,2004-04-02, -/games/boxart/default.jpg,Brink: Agents of Change,PC,Shooter,Bethesda Softworks,Splash Damage,9,,,,,,2011-08-03, -/games/boxart/full_brink-agents-of-change_328AmericaFront.jpg,Brink: Agents of Change,XBL,Shooter,Bethesda Softworks,Splash Damage,,,,,,,2011-08-03, -/games/boxart/full_brink-agents-of-change_251AmericaFront.jpg,Brink: Agents of Change,PSN,Shooter,Bethesda Softworks,Splash Damage,,,,,,,2011-08-03, -/games/boxart/full_9927756AmericaFrontccc.png,Brothers in Arms: D-Day,PSN,Shooter,Ubisoft,Ubisoft,6.9,,,,,,2009-06-24, -/games/boxart/full_1426191AmericaFrontccc.jpg,Brothers in Arms: Furious 4,PS4,Shooter,Ubisoft,Gearbox Software,,,,,,,2018-12-31, -/games/boxart/full_8562363AmericaFrontccc.jpg,Brothers in Arms: Furious 4,XOne,Shooter,Ubisoft,Gearbox Software,,,,,,,2018-12-31, -/games/boxart/full_163113AmericaFrontccc.jpg,Brothers in Arms: Furious 4,PC,Shooter,Ubisoft,Gearbox Software,,,,,,,2012-09-30,2018-07-05 -/games/boxart/full_8999011AmericaFrontccc.jpg,Bubble Safari,PC,Shooter,Zynga,Zynga,,,,,,,2012-05-09, -/games/boxart/9826137ccc.jpg,Buck Rogers: Planet of Zoom,5200,Shooter,Sega,Sega,,,,,,,1983-06-01, -/games/boxart/5850946ccc.jpg,Buck Rogers: Planet of Zoom,2600,Shooter,Sega,Sega,,,,,,,1983-01-01, -/games/boxart/3290921ccc.jpg,Bugs,2600,Shooter,Data Age,Data Age,,,,,,,1982-01-01, -/games/boxart/full_bullet-candy_391AmericaFront.jpg,Bullet Candy,PC,Shooter,Valve Software,Resonair,,,,,,,2007-02-14, -/games/boxart/full_2545454AmericaFrontccc.jpg,Bullet Trap,XBL,Shooter,Microsoft,Zenorf,,,,,,,2009-04-10, -/games/boxart/full_bulletstorm_233AmericaFront.jpg,Bulletstorm,PSN,Shooter,Electronic Arts,People Can Fly,8.3,,,,,,2011-09-13, -/games/boxart/full_bulletstorm-symphony_310AmericaFront.jpg,Bulletstorm: Blood Symphony,XBL,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-06-10, -/games/boxart/full_bulletstorm-blood-symphony_855AmericaFront.jpg,Bulletstorm: Blood Symphony,PSN,Shooter,Unknown,People Can Fly,,,,,,,, -/games/boxart/full_bulletstorm-symphony_93AmericaFront.jpg,Bulletstorm: Blood Symphony,PC,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-06-10, -/games/boxart/full_8471362PALFrontccc.jpg,Bulletstorm: Full Clip Edition,PC,Shooter,Gearbox Software,People Can Fly,,,,,,,2017-04-07,2018-06-25 -/games/boxart/full_bulletstorm-gun-sonata_170AmericaFront.jpg,Bulletstorm: Gun Sonata,XBL,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-04-12, -/games/boxart/full_bulletstorm-gun-sonata_939AmericaFront.jpg,Bulletstorm: Gun Sonata,PC,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-05-19, -/games/boxart/full_bulletstorm-gun-sonata_221AmericaFront.jpg,Bulletstorm: Gun Sonata,PSN,Shooter,Electronic Arts,People Can Fly,,,,,,,2011-04-12, -/games/boxart/full_bunker-buster_447AmericaFront.jpg,Bunker Buster,XBL,Shooter,Microsoft,Magiko Gaming,,,,,,,2011-06-03, -/games/boxart/full_burai-fighter_2AmericaFront.jpg,Burai Fighter,NES,Shooter,Taxan,KID Corporation,,,,,,,1990-03-06, -/games/boxart/8429848ccc.jpg,Burai Fighter Deluxe,GB,Shooter,Taxan,Taxan,,,,,,,1991-01-01, -/games/boxart/full_6064332AmericaFrontccc.jpg,Burn Zombie Burn!,PSN,Shooter,Pinnacle,Doublesix,,,,,,,2009-03-26, -/games/boxart/full_burning-angels_4JapanFront.jpg,Burning Angels,PCE,Shooter,Naxat Soft,Zap,,,,,,,1990-12-07, -/games/boxart/5626310ccc.jpg,Burning Force,GEN,Shooter,Namco,Namco,,,,,,,1990-01-01, -/games/boxart/default.jpg,Burning Force (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-14, -/games/boxart/1272894ccc.jpg,Burning Soldier,3DO,Shooter,Panasonic Interactive Media,Panasonic,,,,,,,1994-01-01, -/games/boxart/full_4150551AmericaFrontccc.jpg,Cabela's Big Game Hunter: Pro Hunts,PC,Shooter,Activision,Cauldron,,,,,,,2014-03-26,2018-04-01 -/games/boxart/2226757ccc.jpg,Caliber .50,GEN,Shooter,"Mentrix Software, Inc.",Visco,,,,,,,1991-01-01, -/games/boxart/full_call-of-duty_827AmericaFront.jpg,Call of Duty,NGage,Shooter,Activision,Activision,5.9,,,,,,2004-11-23, -/games/boxart/full_5069464AmericaFrontccc.jpg,Call of Duty 2,XBL,Shooter,Activision,Infinity Ward,,,,,,,2009-08-06, -/games/boxart/full_6428977AmericaFrontccc.jpg,Call of Duty 3,XB,Shooter,Activision,Treyarch,8.5,,,,,,2006-11-07, -/games/boxart/full_9992433AmericaFrontccc.jpg,Call of Duty 3,XBL,Shooter,Activision,Treyarch,,,,,,,2009-10-06, -/games/boxart/full_call-of-duty-4-modern-warfare_778AmericaFront.jpg,Call of Duty 4: Modern Warfare,PSN,Shooter,Activision,Infinity Ward,,,,,,,2011-11-22, -/games/boxart/full_9888644AmericaFrontccc.jpg,Call of Duty 4: Modern Warfare,XBL,Shooter,Activision,Infinity Ward,,,,,,,2010-05-25, -/games/boxart/full_5967141AmericaFrontccc.jpg,Call of Duty Classic,XBL,Shooter,Activision,Infinity Ward,7.5,,,,,,2009-12-02, -/games/boxart/full_call-of-duty-classic_4AmericaFront.jpg,Call of Duty Classic,PSN,Shooter,Activision,Infinity Ward,7.5,,,,,,2009-12-03, -/games/boxart/full_call-of-duty-black-ops_219AmericaFront.jpg,Call of Duty: Black Ops,PSN,Shooter,Activision,Treyarch,8.7,,,,,,2011-10-25, -/games/boxart/full_call-of-duty-black-ops_304AmericaFront.jpg,Call of Duty: Black Ops,XBL,Shooter,Activision,Treyarch,8.8,,,,,,2011-05-03, -/games/boxart/full_call-of-duty-black-ops-annihilation_682AmericaFront.jpg,Call of Duty: Black Ops - Annihilation,PC,Shooter,Activision,Treyarch,7,,,,,,2011-07-28, -/games/boxart/full_call-of-duty-black-ops-annihilation_200AmericaFront.jpg,Call of Duty: Black Ops - Annihilation,XBL,Shooter,Activision,Treyarch,8,,,,,,2011-06-28, -/games/boxart/full_call-of-duty-black-ops-annihilation_627AmericaFront.jpg,Call of Duty: Black Ops - Annihilation,PSN,Shooter,Activision,Treyarch,7,,,,,,2011-07-28, -/games/boxart/full_call-of-duty-black-ops-escalation_593AmericaFront.jpg,Call of Duty: Black Ops - Escalation,XBL,Shooter,Activision,Treyarch,8.3,,,,,,2011-05-03, -/games/boxart/full_call-of-duty-black-ops-escalation_327AmericaFront.png,Call of Duty: Black Ops - Escalation,PC,Shooter,Activision,Treyarch,,,,,,,2011-06-02, -/games/boxart/full_call-of-duty-black-ops-escalation_325AmericaFront.jpg,Call of Duty: Black Ops - Escalation,PSN,Shooter,Activision,Treyarch,,,,,,,2011-06-10, -/games/boxart/full_call-of-duty-black-ops-first-strike_542AmericaFront.jpg,Call of Duty: Black Ops - First Strike,XBL,Shooter,Activision,Treyarch,7.7,,,,,,2011-02-01, -/games/boxart/default.jpg,Call of Duty: Black Ops - First Strike,PSN,Shooter,Activision,Treyarch,,,,,,,2011-03-03, -/games/boxart/full_call-of-duty-black-ops-first-strike_527AmericaFront.png,Call of Duty: Black Ops - First Strike,PC,Shooter,Activision,Treyarch,,,,,,,2011-03-25, -/games/boxart/full_call-of-duty-black-ops-rezurrection_255AmericaFront.jpg,Call of Duty: Black Ops - Rezurrection,PSN,Shooter,Unknown,Treyarch,,,,,,,, -/games/boxart/full_call-of-duty-black-ops-rezurrection_258AmericaFront.jpg,Call of Duty: Black Ops - Rezurrection,PC,Shooter,Activision,Treyarch,,,,,,,, -/games/boxart/full_call-of-duty-black-ops-rezurrection_346AmericaFront.jpg,Call of Duty: Black Ops - Rezurrection,XBL,Shooter,Activision,Treyarch,7.5,,,,,,2011-08-23, -/games/boxart/full_call-of-duty-6_631AmericaFront.jpg,Call of Duty: Modern Warfare 2,XBL,Shooter,Activision,Treyarch,,,,,,,2011-02-15, -/games/boxart/full_call-of-duty-modern-warfare-2_719AmericaFront.jpg,Call of Duty: Modern Warfare 2,PSN,Shooter,Activision,Infinity Ward,,,,,,,2011-11-29, -/games/boxart/825056ccc.jpg,Call of Duty: United Offensive,PC,Shooter,Activision,Gray Matter Interactive,,,,,,,2004-09-14, -/games/boxart/full_call-of-duty-world-at-war-map-pack-1_663AmericaFront.jpg,Call of Duty: World at War - Map Pack 1,PSN,Shooter,Activision,Treyarch,,,,,,,2009-03-19, -/games/boxart/full_call-of-duty-world-at-war-map-pack-1_200AmericaFront.jpg,Call of Duty: World at War - Map Pack 1,PC,Shooter,Unknown,Treyarch,,,,,,,, -/games/boxart/full_call-of-duty-world-at-war-map-pack-1_7AmericaFront.jpg,Call of Duty: World at War - Map Pack 1,XBL,Shooter,Activision,Treyarch,,,,,,,2009-03-19, -/games/boxart/full_call-of-duty-world-at-war-map-pack-2_593AmericaFront.jpg,Call of Duty: World at War - Map Pack 2,XBL,Shooter,Activision,Treyarch,,,,,,,2009-04-30, -/games/boxart/full_call-of-duty-world-at-war-map-pack-2_965AmericaFront.jpg,Call of Duty: World at War - Map Pack 2,PSN,Shooter,Activision,Treyarch,,,,,,,2009-04-30, -/games/boxart/full_call-of-duty-world-at-war-map-pack-2_821AmericaFront.jpg,Call of Duty: World at War - Map Pack 2,PC,Shooter,Unknown,Treyarch,,,,,,,, -/games/boxart/full_call-of-duty-world-at-war-map-pack-3_954AmericaFront.jpg,Call of Duty: World at War - Map Pack 3,PSN,Shooter,Activision,Treyarch,,,,,,,2009-08-06, -/games/boxart/full_call-of-duty-world-at-war-map-pack-3_745AmericaFront.jpg,Call of Duty: World at War - Map Pack 3,PC,Shooter,Unknown,Treyarch,,,,,,,, -/games/boxart/full_call-of-duty-world-at-war-map-pack-3_880AmericaFront.jpg,Call of Duty: World at War - Map Pack 3,XBL,Shooter,Activision,Treyarch,,,,,,,2009-08-06, -/games/boxart/full_5957661AmericaFrontccc.jpeg,Call of Juarez: Gunslinger,X360,Shooter,Ubisoft,Techland,,,,,,,2013-05-22,2018-01-02 -/games/boxart/full_6165396AmericaFrontccc.jpeg,Call of Juarez: Gunslinger,PC,Shooter,Ubisoft,Techland,,,,,,,2013-05-22,2018-01-02 -/games/boxart/full_3170165AmericaFrontccc.jpeg,Call of Juarez: Gunslinger,PS3,Shooter,Ubisoft,Techland,7.6,,,,,,2013-05-22,2018-01-02 -/games/boxart/full_7514078AmericaFrontccc.jpg,Cannon #12,XBL,Shooter,Microsoft,SquigglyFrog Studios,,,,,,,2009-12-10, -/games/boxart/default.jpg,Cannon Fodder,PSP,Shooter,Unknown,Codemasters,,,,,,,, -/games/boxart/9904248ccc.jpg,Cannon Spike,DC,Shooter,Capcom,Unknown,8.2,,,,,,2000-11-14, -/games/boxart/full_6839270JapanFrontccc.jpg,Capcom Generation 1: Dai 1 Shuu Gekitsuiou no Jidai,SAT,Shooter,Capcom,Capcom,,,,,,,1998-08-27, -/games/boxart/full_6077231JapanFrontccc.jpg,Capcom Generation 1: Dai 1 Shuu Gekitsuiou no Jidai,PS,Shooter,Capcom,Capcom,,,,,,,1998-08-27, -/games/boxart/full_6346586JapanFrontccc.jpg,Capcom Generation 4: Dai 4 Shuu Kokou no Eiyuu,PS,Shooter,Capcom,Capcom,,,,,,,1998-11-12, -/games/boxart/full_5658260JapanFrontccc.jpg,Capcom Generation 4: Dai 4 Shuu Kokou no Eiyuu,SAT,Shooter,Capcom,Capcom,,,,,,,1998-11-12, -/games/boxart/4100240ccc.jpg,Captain Quazar,3DO,Shooter,Panasonic Interactive Media,3DO,,,,,,,1995-01-01, -/games/boxart/full_captain-quazar_6AmericaFront.jpg,Captain Quazar,PC,Shooter,3DO,3DO,,,,,,,1996-11-01, -/games/boxart/7157058ccc.gif,Captain Skyhawk,NES,Shooter,Milton Bradley,Rare Ltd.,,,,,,,1990-05-01, -/games/boxart/full_4650745AmericaFrontccc.jpg,Capture the Oong,XBL,Shooter,Microsoft,Chris Outen,,,,,,,2009-10-13, -/games/boxart/full_caravan-shooting-collection_172JapanFront.jpg,Caravan Shooting Collection,SNES,Shooter,Hudson Soft,Hudson Soft,,,,,,,1995-07-07, -/games/boxart/full_6736258JapanFrontccc.jpg,Card Captor Sakura: Tomoyo no Video Taisakusen,DC,Shooter,Sega,Sega Rosso,,,,,,,2000-12-28, -/games/boxart/full_8323626AmericaFrontccc.jpg,Carnival King,WW,Shooter,Incredible Technologies,Incredible Technologies,,,,,,,2009-11-02, -/games/boxart/default.jpg,Carnivores: Ice Age,PSN,Shooter,Unknown,Beatshapers,,,,,,,, -/games/boxart/3806273ccc.jpg,Cash Guns Chaos DLX,PSN,Shooter,Sony Computer Entertainment,Unknown,,,,,,,2006-11-16, -/games/boxart/default.jpg,Castle of Shikigami 2,PS2,Shooter,Unknown,Alfa System,,,,,,,, -/games/boxart/full_8025637AmericaFrontccc.jpg,CellFactor: Psychokinetic Wars,XBL,Shooter,Ubisoft,Timeline Interactive,,,,,,,2009-06-03, -/games/boxart/full_cellfactor-psychokinetic-wars_5AmericaFront.jpg,CellFactor: Psychokinetic Wars,PSN,Shooter,Ubisoft,Timeline Interactive,,,,,,,2009-06-04, -/games/boxart/default.jpg,Centipede,GB,Shooter,Accolade,The Code Monkeys,,,,,,,1992-12-01, -/games/boxart/5422559ccc.jpg,Centipede,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/3400463ccc.jpg,Centipede,DC,Shooter,Hasbro Interactive,Leaping Lizard Software Inc.,5,,,,,,1999-10-31, -/games/boxart/1192519ccc.jpg,Centipede,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_centipede_4PALFront.png,Centipede,PSN,Shooter,Atari,Leaping Lizard Software Inc.,,,,,,,2010-11-03, -/games/boxart/full_centipede_6AmericaFront.jpg,Centipede,PC,Shooter,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-10-31, -/games/boxart/full_9341622AmericaFrontccc.jpg,Centipede & Millipede,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-05-02, -/games/boxart/full_centipede-1983_1AmericaFront.jpg,Centipede (1983),PC,Shooter,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_9216503AmericaFrontccc.jpg,Centipede (GBC),GB,Shooter,Majesco,Accolade,,,,,,,1998-01-01, -/games/boxart/full_chain-crusher_341AmericaFront.jpg,Chain Crusher,XBL,Shooter,Microsoft,Mindware corporation,,,,,,,2011-08-30, -/games/boxart/full_4445428JapanFrontccc.jpg,Chaos Control,PS,Shooter,Virgin Interactive,Infogrames,,,,,,,1996-10-04, -/games/boxart/full_2291586PALFrontccc.jpg,Chaos Control,SAT,Shooter,Infogrames,Infogrames,,,,,,,1996-01-01, -/games/boxart/full_8024771JapanFrontccc.jpg,Chaos Control Remix,SAT,Shooter,Virgin Interactive,Infogrames,,,,,,,1996-11-22, -/games/boxart/full_2026277JapanFrontccc.jpg,Chaos Field,DC,Shooter,Sega,MileStone Inc.,6,,,,,,2004-12-16, -/games/boxart/full_9426609JapanFrontccc.jpg,Chaos Field: New Order,PS2,Shooter,Milestone,MileStone Inc.,,,,,,,2005-12-15, -/games/boxart/7949863ccc.jpg,Charge 'N Blast,DC,Shooter,Xicat Interactive,Xicat Interactive,6.4,,,,,,2001-02-07, -/games/boxart/full_charge-tank-squad_3AmericaFront.jpg,Charge! Tank Squad!,PSN,Shooter,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-22, -/games/boxart/full_8354489AmericaFrontccc.jpg,Chaser,PC,Shooter,Encore,Cauldron Ltd.,,,,,,,2003-01-31, -/games/boxart/full_6668718AmericaFrontccc.png,Chasm: The Rift,PC,Shooter,Megamedia,Action Forms Ltd.,,,,,,,1997-09-30, -/games/boxart/8407238ccc.jpg,Chex Quest,PC,Shooter,Unknown,Digital Café,,,,,,,1996-01-01, -/games/boxart/default.jpg,Chicken Hot Grill,PC,Shooter,Unknown,Atari,,,,,,,, -/games/boxart/full_chieri-no-dokidoki-yukemuri-burai-tabi_10AmericaFront.jpg,Chieri no Doki*Doki Yukemuri Burai Tabi,XBL,Shooter,Microsoft,dy,,,,,,,2010-08-22, -/games/boxart/full_chikyuu-kaihou-gun-zas_120JapanFront.jpg,Chikyuu Kaihou Gun ZAS,GB,Shooter,T&E Soft,Tikipod,,,,,,,1992-12-18, -/games/boxart/5864655ccc.jpg,Chiller,NES,Shooter,Unknown,"American Game Cartridges, Inc.",,,,,,,1990-01-01, -/games/boxart/full_cho-aniki_9AmericaFront.png,Cho Aniki,PSN,Shooter,Unknown,NCS,,,,,,,2010-09-21, -/games/boxart/full_4493777JapanFrontccc.jpg,Cho Aniki,VC,Shooter,Hudson Soft,NCS,,,,,,,2008-09-08, -/games/boxart/full_2356495JapanFrontccc.jpg,Cho Aniki,PCE,Shooter,NCS,NCS,,,,,,,1992-12-25, -/games/boxart/full_cho-aniki-pce_47JapanFront.jpg,Cho Aniki (PCE),PSN,Shooter,Hudson Soft,NCS,,,,,,,2010-12-15, -/games/boxart/full_cho-aniki-zero_222AmericaFront.jpg,Cho Aniki Zero,PSN,Shooter,Aksys Games,"extreme Co.,Ltd.",,,,,,,2010-03-25, -/games/boxart/full_4222054JapanFrontccc.jpg,Cho Aniki: Kyuukyoku Muteki Ginga Saikyou Otoko,SAT,Shooter,NCS,NCS,,,,,,,1996-03-29, -/games/boxart/full_2593215JapanFrontccc.jpg,Cho Aniki: Kyuukyoku Muteki Ginga Saikyou Otoko,PS,Shooter,NCS,NCS,,,,,,,1995-12-29, -/games/boxart/full_8362190JapanFrontccc.jpg,Cho Aniki: Sei Naru Protein Densetsu,PS2,Shooter,Global A Entertainment,X-nauts,,,,,,,2003-10-30, -/games/boxart/5202502ccc.jpg,Choplifter,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/5983488ccc.jpg,Choplifter II,GB,Shooter,Victor Interactive,Beam Software,,,,,,,1991-09-01, -/games/boxart/1898563ccc.jpg,Choplifter III,SNES,Shooter,Victor Interactive,Beam Software,,,,,,,1994-01-01, -/games/boxart/full_1872494AmericaFrontccc.jpg,Choplifter III,GG,Shooter,Extreme Entertainment Group,Beam Software,,,,,,,1995-01-01, -/games/boxart/full_choplifter-iii_880PALFront.jpg,Choplifter III,GB,Shooter,Ocean,Teeny Weeny Games,,,,,,,1994-01-01, -/games/boxart/1095765ccc.jpg,Choplifter!,5200,Shooter,Atari,Atari,,,,,,,1984-01-01, -/games/boxart/3420223ccc.jpg,Choplifter!,7800,Shooter,Atari,"IBID, Inc.",,,,,,,1987-01-01, -/games/boxart/full_5930621JapanFrontccc.jpg,Choujikuu Yousai Macross,PS2,Shooter,Bandai,Sega-AM2,,,,,,,2003-10-23, -/games/boxart/full_2867870JapanFrontccc.jpg,Choujikuu Yousai Macross,NES,Shooter,Bandai,Bandai,,,,,,,1985-12-10, -/games/boxart/full_2918783JapanFrontccc.jpg,Choujikuu Yousai Macross 2036,PCE,Shooter,NCS,NCS,,,,,,,1992-04-03, -/games/boxart/full_638234JapanFrontccc.jpg,Choujikuu Yousai Macross: Do You Remember Love,PS,Shooter,Bandai,Scarab,,,,,,,1999-05-27, -/games/boxart/full_6911061JapanFrontccc.jpg,Choujikuu Yousai Macross: Scrambled Valkyrie,SNES,Shooter,Zamuse,WinkySoft,,,,,,,1993-10-29, -/games/boxart/full_choujin-heiki-zeroigar_9JapanFront.jpg,Choujin Heiki Zeroigar,PCFX,Shooter,NEC,NEC,,,,,,,1997-08-08, -/games/boxart/full_9734740JapanFrontccc.jpg,Choutetsu Brikin'ger,NG,Shooter,Saurus,Saurus,,,,,,,1996-09-20, -/games/boxart/4803134ccc.jpg,Chrome,PC,Shooter,Strategy First,Techland,,,,,,,2003-10-28, -/games/boxart/full_chrome-specforce_6AmericaFront.jpg,Chrome: SpecForce,PC,Shooter,TopWare,Techland,,,,,,,2005-11-30, -/games/boxart/full_chuuka-taisen_1JapanFront.jpg,Chuuka Taisen,NES,Shooter,Taito,Disco,,,,,,,1989-09-22, -/games/boxart/full_3582140AmericaFrontccc.jpg,Close Combat: First to Fight,PC,Shooter,2K Games,Destineer,,,,,,,2005-04-18, -/games/boxart/full_7633620AmericaFrontccc.jpg,Close Range,PC,Shooter,Onion News Network,Onion News Network,,,,,,,2009-04-08, -/games/boxart/full_5432131AmericaFrontccc.jpg,Cobra Command,SCD,Shooter,Data East,Wolf Team,,,,,,,1992-11-01, -/games/boxart/9710326ccc.jpg,Cobra Command,NES,Shooter,Data East,Data East,,,,,,,1988-11-01, -/games/boxart/full_5170742PALFrontccc.jpg,Cocoto Festival,Wii,Shooter,Big Ben Interactive,Neko Entertainment,,,,,,,2009-11-20, -/games/boxart/full_7810192PALFrontccc.jpg,Cocoto Funfair,GC,Shooter,Big Ben Interactive,Neko Entertainment,,,,,,,2006-04-07, -/games/boxart/full_code-of-honor-2-conspiracy-island_154AmericaFront.jpg,Code of Honor 2: Conspiracy Island,PC,Shooter,City Interactive,City Interactive,,,,,,,2008-07-29, -/games/boxart/full_4216175PALFrontccc.jpg,Code of Honor: The French Foreign Legion,PC,Shooter,Unknown,City Interactive,,,,,,,, -/games/boxart/full_3362529AmericaFrontccc.jpg,Coded Arms,PSN,Shooter,Konami,Konami,6.1,,,,,,2009-12-10, -/games/boxart/full_codename-outbreak_7AmericaFront.jpg,Codename: Outbreak,PC,Shooter,Virgin Interactive,GSC Game World,,,,,,,2001-11-24, -/games/boxart/full_913514AmericaFrontccc.jpg,Cold War,PC,Shooter,DreamCatcher Interactive,Mindware Studios,,,,,,,2005-09-27, -/games/boxart/full_4010938PALFrontccc.jpg,Colors,GIZ,Shooter,Unknown,Indie Studios,,,,,,,, -/games/boxart/892594ccc.jpg,Combat Arms,PC,Shooter,Nexon,Nexon,,,,,,,2008-07-10, -/games/boxart/536898ccc.jpg,Combat Two,2600,Shooter,Atari,Atari,,,,,,,2001-01-01, -/games/boxart/full_3305502AmericaFrontccc.jpg,Combat: Task Force 121,PC,Shooter,Groove Games,Direct Action Games,,,,,,,2005-03-24, -/games/boxart/full_comical-machinegun-joe_9JapanFront.jpg,Comical MachineGun Joe,MS,Shooter,Sega,Sega,,,,,,,1986-04-21, -/games/boxart/full_9139019AmericaFrontccc.jpg,Commandos: Strike Force,PC,Shooter,Eidos Interactive,Pyro Studios,,,,,,,2006-04-04, -/games/boxart/8359728ccc.jpg,Communist Mutants From Space,2600,Shooter,Arcadia Corporation,Arcadia Corporation,,,,,,,1982-01-01, -/games/boxart/full_8058271AmericaFrontccc.jpg,Condor Attack,2600,Shooter,Unknown,Ultravision,,,,,,,1983-01-01, -/games/boxart/default.jpg,Conduit 3DS,3DS,Shooter,Unknown,High Voltage Software,,,,,,,, -/games/boxart/5739577ccc.jpg,Confidential Mission,DC,Shooter,Sega,Hitmaker,6.8,,,,,,2001-05-14, -/games/boxart/8629372ccc.jpg,Congo The Movie: The Lost City of Zinj,SAT,Shooter,Sega,Jumpin' Jack Software Inc.,,,,,,,1996-01-01, -/games/boxart/full_4775774AmericaFrontccc.jpg,Coniclysm,PC,Shooter,ZoopTEK,ZoopTEK,,,,,,,2010-03-26, -/games/boxart/full_823651PALFrontccc.jpg,Conspiracy: Weapons of Mass Destruction,PC,Shooter,Oxygen Interactive,Kuju Entertainment,,,,,,,2005-06-17, -/games/boxart/full_3137664PALFrontccc.jpg,Conspiracy: Weapons of Mass Destruction,XB,Shooter,Oxygen Interactive,Kuju Entertainment,,,,,,,2005-08-12, -/games/boxart/full_4201644PALFrontccc.jpg,Conspiracy: Weapons of Mass Destruction,PS2,Shooter,Oxygen Interactive,Kuju Entertainment,,,,,,,2005-06-17, -/games/boxart/full_4171384JapanFrontccc.jpg,Contra,VC,Shooter,Konami,Konami,,,,,,,2010-02-02, -/games/boxart/full_461411AmericaFrontccc.jpg,Contra,XBL,Shooter,Konami,Digital Eclipse,5.9,,,,,,2006-11-08, -/games/boxart/full_9029885AmericaFrontccc.jpg,Contra,NES,Shooter,Konami,Konami,,,,,,,1988-02-01, -/games/boxart/3588729ccc.jpg,Contra Force,NES,Shooter,Konami,Konami,,,,,,,1992-09-01, -/games/boxart/1034361ccc.jpg,Contra III: The Alien Wars,VC,Shooter,Konami,Konami,,,,,,,2007-01-29, -/games/boxart/full_8843622AmericaFrontccc.jpg,Contra ReBirth,WW,Shooter,Konami,M2,8.1,,,,,,2009-09-07, -/games/boxart/default.jpg,Contra Spirits 64,N64,Shooter,Unknown,Konami Computer Entertainment Osaka,,,,,,,, -/games/boxart/6581537ccc.jpg,Contra: Hard Corps,GEN,Shooter,Konami,Konami,,,,,,,1994-09-14, -/games/boxart/8465083ccc.jpg,Contra: Legacy of War,SAT,Shooter,Konami,Appaloosa Interactive,,,,,,,1997-01-01, -/games/boxart/4563938ccc.jpg,Contra: The Alien Wars,GB,Shooter,Konami,Factor 5,,,,,,,1994-06-15, -/games/boxart/9346208ccc.jpg,Corpse Killer,3DO,Shooter,Acclaim Entertainment,Digital Pictures,,,,,,,1994-01-01, -/games/boxart/5407669ccc.jpg,Corpse Killer,SCD,Shooter,Digital Pictures,Digital Pictures,,,,,,,1994-01-01, -/games/boxart/full_2847604AmericaFrontccc.jpg,Corpse Killer: Graveyard Edition,SAT,Shooter,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, -/games/boxart/full_2165456AmericaFrontccc.jpg,Corsair,XBL,Shooter,Microsoft,Centurion Games,,,,,,,2009-02-20, -/games/boxart/full_coryoon_1JapanFront.jpg,Coryoon,PCE,Shooter,Naxat Soft,Naxat Soft,,,,,,,1991-11-29, -/games/boxart/default.jpg,Cosmo Gang: The Video (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-08-04, -/games/boxart/2750772ccc.jpg,Cosmo Tank,GB,Shooter,Atlus,Atlus Co.,,,,,,,1990-09-01, -/games/boxart/full_9747301AmericaFrontccc.jpg,Cosmos,XBL,Shooter,Microsoft,eGazm,,,,,,,2008-12-14, -/games/boxart/full_cosmos-x2_9AmericaFront.jpg,Cosmos X2,DSiW,Shooter,Unknown,Alten8,,,,,,,2010-08-30, -/games/boxart/full_7814986JapanFrontccc.jpg,Cotton 2,SAT,Shooter,Success,Success,,,,,,,1997-12-04, -/games/boxart/full_1995568JapanFrontccc.jpg,Cotton Boomerang,SAT,Shooter,Success,Success,,,,,,,1998-10-08, -/games/boxart/full_1281316PALFrontccc.jpg,Counter Terrorist Special Forces: Fire for Effect,PS2,Shooter,LSP Games,Asobo Studio,,,,,,,2005-04-01,2020-08-05 -/games/boxart/full_5395921AmericaFrontccc.jpg,Counter-Strike: Global Offensive,OSX,Shooter,Valve Corporation,Valve Corporation,,,,,,,2012-08-21,2019-03-26 -/games/boxart/full_6551605AmericaFrontccc.jpg,Counter-Strike: Global Offensive,PSN,Shooter,Valve Corporation,Valve Corporation,,,,,,,2012-08-21,2019-03-26 -/games/boxart/full_7308256AmericaFrontccc.jpg,Counter-Strike: Global Offensive,XBL,Shooter,Valve Corporation,Valve Corporation,,,,,,,2012-08-21,2019-03-26 -/games/boxart/full_354452JapanFrontccc.jpg,Cowboy Bebop,PS,Shooter,Bandai,Bandai,,,,,,,1998-05-14, -/games/boxart/full_crackdown_806AmericaFront.jpg,Crackdown,XBL,Shooter,Microsoft Game Studios,Realtime Worlds,,,,,,,2009-12-01, -/games/boxart/full_crackdown-2_733AmericaFront.jpg,Crackdown 2,XBL,Shooter,Microsoft Game Studios,Ruffian Games,,,,,,,2011-01-04, -/games/boxart/full_crackdown-free-for-all-pack_824AmericaFront.jpg,Crackdown: Free-For-All Pack,XBL,Shooter,Microsoft Game Studios,Realtime Worlds,,,,,,,2007-05-10, -/games/boxart/full_crackdown-gettin-busy-bonus-pack_313AmericaFront.jpg,Crackdown: Gettin' Busy Bonus Pack,XBL,Shooter,Microsoft Game Studios,Realtime Worlds,,,,,,,2007-05-10, -/games/boxart/full_crash-commando_910AmericaFront.jpg,Crash Commando,PSN,Shooter,Sony Computer Entertainment,EPOS Game Studios,7.8,,,,,,2008-12-18, -/games/boxart/full_creature-shock_3AmericaFront.jpg,Creature Shock,PC,Shooter,Virgin Interactive,Argonaut Games,,,,,,,1994-12-01, -/games/boxart/8050791ccc.jpg,Creature Shock,3DO,Shooter,Virgin Interactive,Argonaut Games,,,,,,,1996-03-19, -/games/boxart/full_creature-shock_2JapanFront.jpg,Creature Shock,PS,Shooter,Data East,Argonaut Games,,,,,,,1996-08-23, -/games/boxart/1641694ccc.jpg,Creature Shock: Special Edition,SAT,Shooter,Data East,Interactive Studios Ltd.,,,,,,,1996-01-01, -/games/boxart/full_228073AmericaFrontccc.jpg,Creed Arena,XBL,Shooter,Microsoft,reedake2,,,,,,,2010-01-01, -/games/boxart/full_6144805AmericaFrontccc.jpg,Crescendo Symphony,XBL,Shooter,Microsoft,nakfiv,,,,,,,2009-07-26, -/games/boxart/4376440ccc.jpg,Crime Patrol,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1993-01-01, -/games/boxart/2113983ccc.jpg,Crime Patrol,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, -/games/boxart/full_crime-patrol_3AmericaFront.jpg,Crime Patrol,PC,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2002-01-16, -/games/boxart/default.jpg,CrimeCraft,PC,Shooter,Vogster Entertainment,Vogster Entertainment,,,,,,,2009-08-25, -/games/boxart/full_4169714AmericaFrontccc.png,Crimson Dragon,XOne,Shooter,Microsoft Studios,Grounding Inc.,,,,,,,2013-11-22,2018-08-10 -/games/boxart/full_2056371AmericaFrontccc.jpeg,Crimson Dragon: Side Story,WinP,Shooter,Microsoft Studios,Grounding Inc.,,,,,,,2012-09-12,2018-10-01 -/games/boxart/default.jpg,Crimsonland,PSV,Shooter,10tons Ltd,10tons Ltd,,,,,,,2014-08-19, -/games/boxart/2258690ccc.jpg,CrossFire,GEN,Shooter,Kyugo Boueki,AI,,,,,,,1991-01-01, -/games/boxart/5166839ccc.jpg,Crypt Killer,SAT,Shooter,Konami,Konami Computer Entertainment Tokyo,,,,,,,1997-01-01, -/games/boxart/full_4232800AmericaFrontccc.jpg,Crysis,PSN,Shooter,Electronic Arts,Crytek,8.2,,,,,,2011-10-04, -/games/boxart/default.jpg,Crysis,XBL,Shooter,Electronic Arts,Crytek,8.2,,,,,,2011-10-04, -/games/boxart/full_crysis-2-decimation-pack_927AmericaFront.jpg,Crysis 2: Decimation Pack,XBL,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-15, -/games/boxart/full_crysis-2-decimation-pack_206AmericaFront.jpg,Crysis 2: Decimation Pack,PC,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-15, -/games/boxart/full_crysis-2-decimation-pack_574AmericaFront.jpg,Crysis 2: Decimation Pack,PSN,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-28, -/games/boxart/full_crysis-2-retaliation-pack_527AmericaFront.jpg,Crysis 2: Retaliation Pack,PSN,Shooter,Electronic Arts,Crytek,,,,,,,2011-06-01, -/games/boxart/full_crysis-2-retaliation-pack_842AmericaFront.jpg,Crysis 2: Retaliation Pack,XBL,Shooter,Electronic Arts,Crytek,,,,,,,2011-05-17, -/games/boxart/full_crysis-2-retaliation-pack_587AmericaFront.jpg,Crysis 2: Retaliation Pack,PC,Shooter,Electronic Arts,Crytek,,,,,,,2011-05-17, -/games/boxart/full_442134AmericaFrontccc.png,Crysis 3,PC,Shooter,Electronic Arts,Crytek,7.5,,,,,,2013-02-19,2018-03-13 -/games/boxart/default.jpg,Crystal Quest,PC,Shooter,Stainless Games,Stainless Games,,,,,,,2007-02-02, -/games/boxart/full_1992705AmericaFrontccc.jpg,Crystal Quest,GB,Shooter,Data East,Data East,,,,,,,1991-09-01, -/games/boxart/full_3235738AmericaFrontccc.jpg,Crystal Quest,XBL,Shooter,Microsoft,Stainless Games,6.2,,,,,,2006-02-07, -/games/boxart/full_curse_961JapanFront.jpg,Curse,GEN,Shooter,Micronet,Micronet,,,,,,,1989-12-23, -/games/boxart/default.jpg,Cyber Sled (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-05-19, -/games/boxart/full_cyber-core_8AmericaFront.jpg,Cyber-Core,PCE,Shooter,NEC,Alfa System,,,,,,,1990-01-01, -/games/boxart/6687887ccc.jpg,Cyber-Lip,NG,Shooter,SNK,SNK Corporation,,,,,,,1991-07-01, -/games/boxart/full_cyber-lip-cd_704JapanFront.jpg,Cyber-Lip (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1995-04-21, -/games/boxart/5643233ccc.jpg,Cyberdillo,3DO,Shooter,Panasonic Interactive Media,Pixel Technologies,,,,,,,1996-01-01, -/games/boxart/2168458ccc.jpg,Cybermorph,AJ,Shooter,Atari,Attention To Detail,,,,,,,1993-01-01, -/games/boxart/full_1096368AmericaFrontccc.jpg,Cybernator,VC,Shooter,Nintendo,NCS,,,,,,,2007-12-17, -/games/boxart/7049366ccc.jpg,Cybernator,SNES,Shooter,Konami,NCS,,,,,,,1993-04-01, -/games/boxart/8414104ccc.jpg,Cybernoid: The Fighting Machine,NES,Shooter,Acclaim Entertainment,Acclaim,,,,,,,1989-12-01, -/games/boxart/full_11626PALFrontccc.jpg,Cybernoid: The Fighting Machine,VC,Shooter,Commodore,Raffaele Cecco,,,,,,,2009-11-09, -/games/boxart/full_4252911AmericaFrontccc.jpg,Cyborg Mice Arena,XBL,Shooter,Microsoft,bioroid,,,,,,,2009-07-20, -/games/boxart/full_574114AmericaFrontccc.jpg,CyClones,PC,Shooter,SSI,Raven Software,,,,,,,1994-01-01, -/games/boxart/full_8070103PALFrontccc.jpg,Daemon Summoner,PS2,Shooter,Midas Interactive Entertainment,Atomic Planet Entertainment,,,,,,,2006-03-31, -/games/boxart/full_daisenpuu_5JapanFront.jpg,Daisenpuu,PCE,Shooter,NEC Avenue,NEC Avenue,,,,,,,1990-12-14, -/games/boxart/full_daisenpuu-custom_9JapanFront.jpg,Daisenpuu Custom,PCE,Shooter,NEC Avenue,NEC Avenue,,,,,,,1991-07-27, -/games/boxart/full_46085JapanFrontccc.jpg,Dangerous Seed,GEN,Shooter,Namco,Namco,,,,,,,1990-12-18, -/games/boxart/full_8394636JapanFrontccc.jpg,Darius α,PCE,Shooter,NEC Avenue,Bits Laboratory,,,,,,,1990-01-01, -/games/boxart/default.jpg,Darius Burst,PSN,Shooter,Taito,Pyramid,,,,,,,2009-12-24, -/games/boxart/full_644918JapanFrontccc.jpg,Darius Burst,PSP,Shooter,Unknown,Pyramid,,,,,,,2020-12-31, -/games/boxart/full_2716883AmericaFrontccc.jpg,Darius Gaiden,PC,Shooter,Interplay,Taito Corporation,,,,,,,1998-01-01, -/games/boxart/full_6585311JapanFrontccc.jpg,Darius Gaiden,PS,Shooter,Taito,Taito Corporation,,,,,,,1996-12-13, -/games/boxart/full_darius-plus_8JapanFront.jpg,Darius Plus,VC,Shooter,NEC Avenue,Bits Laboratory,,,,,,,2008-07-15, -/games/boxart/full_darius-plus_10JapanFront.jpg,Darius Plus,PCE,Shooter,NEC Avenue,Bits Laboratory,,,,,,,1990-09-21, -/games/boxart/full_8496210JapanFrontccc.jpg,Darius R,GBA,Shooter,Pacific Century Cyber Works,Taito Corporation,,,,,,,2002-12-13, -/games/boxart/full_2085298AmericaFrontccc.jpg,Darius Twin,SNES,Shooter,Taito,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/full_3027704AmericaFrontccc.jpg,Darius Twin,VC,Shooter,Taito,Taito Corporation,,,,,,,2010-12-13, -/games/boxart/3632040ccc.jpg,Dark Horizons: Lore,PC,Shooter,GarageGames,Max Gaming Technologies,,,,,,,2004-04-08, -/games/boxart/full_2073996AmericaFrontccc.jpg,Dark Sector,PC,Shooter,Aspyr,Digital Extremes,,,,,,,2009-03-24, -/games/boxart/full_4811415AmericaFrontccc.jpg,Darkest of Days,PC,Shooter,Phantom EFX,8MonkeyLabs,4.8,,,,,,2009-09-08, -/games/boxart/default.jpg,Darkworks,X360,Shooter,Unknown,Darkworks,,,,,,,, -/games/boxart/default.jpg,Darkworks,PC,Shooter,Unknown,Darkworks,,,,,,,, -/games/boxart/full_darwin-4081_667JapanFront.jpg,Darwin 4081,GEN,Shooter,Sega,Sega,,,,,,,1990-04-07, -/games/boxart/4472431ccc.jpg,Day of Defeat: Source,PC,Shooter,Valve Software,Valve Software,8.1,,,,,,2005-09-26, -/games/boxart/default.jpg,DDTank,PC,Shooter,Unknown,Ngames Limited,,,,,,,2010-11-06, -/games/boxart/full_9159136AmericaFrontccc.jpg,Dead Man's Hand,PC,Shooter,Atari,Human Head Studios,,,,,,,2004-03-18, -/games/boxart/full_91379AmericaFrontccc.jpg,Dead Meat,XBL,Shooter,Microsoft,x68ST0X20,,,,,,,2009-09-16, -/games/boxart/default.jpg,Dead Meets Lead,PC,Shooter,Unknown,Keldyn Interactive,,,,,,,, -/games/boxart/full_dead-moon_9AmericaFront.jpg,Dead Moon,VC,Shooter,Natsume,Zap,,,,,,,2007-06-04, -/games/boxart/full_dead-moon_9AmericaFront.jpg,Dead Moon,PCE,Shooter,Turbo Technologies,Zap,,,,,,,1992-01-01, -/games/boxart/full_dead-nation_137AmericaFront.jpg,Dead Nation,PSN,Shooter,Sony Computer Entertainment,Housemarque,7,,,,,,2010-11-30, -/games/boxart/full_2920039AmericaFrontccc.jpg,Dead Nation: Road of Devastation,PSN,Shooter,Unknown,Housemarque,,,,,,,, -/games/boxart/full_8445182AmericaFrontccc.jpg,Dead Space,XBL,Shooter,Electronic Arts,EA Redwood Shores,9,,,,,,2009-10-27, -/games/boxart/full_dead-space-2_335AmericaFront.jpg,Dead Space 2,PSN,Shooter,Electronic Arts,Visceral Games,9,,,,,,2011-11-08, -/games/boxart/full_dead-space-2-severed_351AmericaFront.jpg,Dead Space 2: Severed,XBL,Shooter,Electronic Arts,Visceral Games,,,,,,,2011-03-01, -/games/boxart/full_dead-space-2-severed_934AmericaFront.jpg,Dead Space 2: Severed,PSN,Shooter,Electronic Arts,Visceral Games,,,,,,,2011-03-01, -/games/boxart/full_dead-space-extraction_902AmericaFront.jpg,Dead Space Extraction,PSN,Shooter,Electronic Arts,Visceral Games,,,,,,,2011-01-25, -/games/boxart/default.jpg,Dead Storm Pirates,PSN,Shooter,Namco Bandai,Namco Bandai Games,,,,,,,2010-11-24, -/games/boxart/full_6377762AmericaFrontccc.jpg,Dead to Rights,PC,Shooter,Hip Interactive,Namco,,,,,,,2003-11-10, -/games/boxart/full_4629281PALFrontccc.jpg,Dead to Rights II,PC,Shooter,Namco,WideScreen Games,,,,,,,2005-08-15, -/games/boxart/default.jpg,Dead to Rights: Retribution - GAC Pack,XBL,Shooter,Unknown,Volatile Games,,,,,,,, -/games/boxart/default.jpg,Dead to Rights: Retribution - GAC Pack,PSN,Shooter,Unknown,Volatile Games,,,,,,,, -/games/boxart/full_2139875AmericaFrontccc.jpg,Deadfall Adventures,PS3,Shooter,Nordic Games,The Farm 51,,,,,,,2014-10-28,2019-04-29 -/games/boxart/full_2361131AmericaFrontccc.jpg,Death By Cube,XBL,Shooter,Square Enix,Premium Agency,4.5,,,,,,2010-01-20, -/games/boxart/full_6720797JapanFrontccc.jpg,Death Crimson,SAT,Shooter,Ecole,Ecole Software,,,,,,,1996-08-09, -/games/boxart/full_1136589JapanFrontccc.jpg,Death Crimson 2,DC,Shooter,Ecole,Ecole Software,,,,,,,1999-11-25, -/games/boxart/2917949ccc.jpg,Death Crimson OX,DC,Shooter,Sammy Corporation,Ecole Software,5.1,,,,,,2001-08-05, -/games/boxart/full_380044AmericaFrontccc.jpg,Deathmatch Classic,PC,Shooter,Valve,Valve Software,,,,,,,2001-06-01, -/games/boxart/full_deathsmiles-2x_824AmericaFront.jpg,DeathSmiles 2X,XBL,Shooter,Cave,Cave,,,,,,,2011-05-17, -/games/boxart/full_2366494AmericaFrontccc.jpg,Decimation X,XBL,Shooter,Microsoft,Xona Games,,,,,,,2010-01-16, -/games/boxart/default.jpg,Deep Black,X360,Shooter,505 Games,BiArt Studios,,,,,,,2020-12-31, -/games/boxart/default.jpg,Deep Black,PS3,Shooter,505 Games,BiArt Studios,,,,,,,2020-12-31, -/games/boxart/full_deep-black_767AmericaFront.jpg,Deep Black,XBL,Shooter,Unknown,BiArt,,,,,,,, -/games/boxart/default.jpg,Deep Black,PSN,Shooter,Unknown,BiArt,,,,,,,, -/games/boxart/full_deep-blue_10AmericaFront.jpg,Deep Blue,PCE,Shooter,NEC,Pack-In-Video,,,,,,,1989-01-01, -/games/boxart/full_3064933JapanFrontccc.jpg,DefCon 5,3DO,Shooter,Multisoft,Millennium Interactive,,,,,,,1996-05-17, -/games/boxart/full_6035135AmericaFrontccc.jpg,DefCon 5,SAT,Shooter,Data East,Millennium Interactive,,,,,,,1996-06-07, -/games/boxart/3950849ccc.jpg,Defender,5200,Shooter,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_9406740AmericaFrontccc.jpg,Defender,XBL,Shooter,Midway Games,Digital Eclipse,,,,,,,2006-11-15, -/games/boxart/540987ccc.jpg,Defender 2000,AJ,Shooter,Atari,Atari Games (Midway),,,,,,,1996-01-01, -/games/boxart/7504437ccc.jpg,Defender II,NES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1988-07-01, -/games/boxart/full_5338452AmericaFrontccc.jpg,Defender of Zorgaba,XBL,Shooter,Microsoft,Nashz99,,,,,,,2009-06-05, -/games/boxart/full_delta-force_803AmericaFront.jpg,Delta Force,PC,Shooter,NovaLogic,NovaLogic,,,,,,,1998-09-30, -/games/boxart/full_delta-force-10th-anniversary-collection_899AmericaFront.jpg,Delta Force 10th Anniversary Collection,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2009-01-16, -/games/boxart/default.jpg,Delta Force: Angel Falls,PC,Shooter,Unknown,NovaLogic,,,,,,,, -/games/boxart/full_9945758AmericaFrontccc.jpg,Delta Force: Black Hawk Down,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2003-03-23, -/games/boxart/full_3149957AmericaFrontccc.jpg,Delta Force: Black Hawk Down - Team Sabre,PC,Shooter,NovaLogic,Ritual Entertainment,,,,,,,2004-01-20, -/games/boxart/2388400ccc.jpg,Delta Force: Black Hawk Down - Team Sabre,PS2,Shooter,NovaLogic,Rebellion Developments,,,,,,,2006-11-21, -/games/boxart/full_delta-force-black-hawk-down-platinum-pack_208AmericaFront.jpg,Delta Force: Black Hawk Down Platinum Pack,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2004-03-22, -/games/boxart/391191ccc.jpg,Delta Force: Land Warrior,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2000-11-07, -/games/boxart/7337368ccc.png,Delta Force: Task Force Dagger,PC,Shooter,NovaLogic,Zombie,,,,,,,2002-06-27, -/games/boxart/full_1908232AmericaFrontccc.jpg,Delta Force: Urban Warfare,PS,Shooter,NovaLogic,Rebellion Developments,,,,,,,2002-07-02, -/games/boxart/full_delta-force-urban-warfare_0AmericaFront.jpg,Delta Force: Urban Warfare,PSN,Shooter,Sony Computer Entertainment,Rebellion Developments,,,,,,,2010-05-25, -/games/boxart/full_1513547AmericaFrontccc.jpg,Delta Force: Xtreme,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2005-04-22, -/games/boxart/full_8824394AmericaFrontccc.jpg,Delta Force: Xtreme 2,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2009-05-27, -/games/boxart/102871ccc.jpg,Demolition Man,3DO,Shooter,Virgin Interactive,Virgin Interactive,,,,,,,1995-01-01, -/games/boxart/4063499ccc.jpg,Descent,PC,Shooter,Interplay,Parallax Software,,,,,,,1995-02-28, -/games/boxart/default.jpg,Descent,WW,Shooter,Unknown,G1M2,,,,,,,, -/games/boxart/default.jpg,Descent 3 / Descent 3: Mercenary,PC,Shooter,Virgin Interactive,Outrage Games,,,,,,,2001-06-29, -/games/boxart/full_descent-3-mercenary_141AmericaFront.jpg,Descent 3: Mercenary,PC,Shooter,Interplay,Outrage Entertainment,,,,,,,2000-12-10, -/games/boxart/full_descent-i-and-ii-the-definitive-collection_354AmericaFront.jpg,Descent I and II: The Definitive Collection,PC,Shooter,Interplay,Parallax Software,,,,,,,1997-01-01, -/games/boxart/full_descent-2_429AmericaFront.jpg,Descent II,PC,Shooter,Illusion Softworks,Parallax Software,,,,,,,1996-02-29, -/games/boxart/full_descent-ii-the-infinite-abyss_666AmericaFront.jpg,Descent II: The Infinite Abyss,PC,Shooter,Interplay,Parallax Software,,,,,,,1996-11-15, -/games/boxart/default.jpg,Descent II: The Vertigo Series,PC,Shooter,Interplay,Parallax Software,,,,,,,1996-01-01, -/games/boxart/full_descent-freespace-battle-pack_780AmericaFront.jpg,Descent: FreeSpace - Battle Pack,PC,Shooter,Interplay,Volition Inc.,,,,,,,1998-01-01, -/games/boxart/full_descent-freespace-silent-threat_929AmericaFront.jpg,Descent: FreeSpace - Silent Threat,PC,Shooter,Interplay,Volition Inc.,,,,,,,1998-03-12, -/games/boxart/full_descent-freespace-the-great-war_756AmericaFront.jpg,Descent: FreeSpace - The Great War,PC,Shooter,Interplay,Volition Inc.,,,,,,,1998-05-31, -/games/boxart/full_descent-levels-of-the-world_882AmericaFront.jpg,Descent: Levels of the World,PC,Shooter,Interplay,Parallax Software,,,,,,,1995-01-01, -/games/boxart/3754639ccc.jpg,Desert Falcon,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_8828620AmericaFrontccc.jpg,DESTRUCTION TANK,XBL,Shooter,Microsoft,cs kid amc 360,,,,,,,2009-08-12, -/games/boxart/full_3998730JapanFrontccc.jpg,Detana!! TwinBee,PCE,Shooter,Konami,Konami,,,,,,,1992-02-28, -/games/boxart/full_detana-twinbee_3JapanFront.jpg,Detana!! TwinBee,PSN,Shooter,Konami,Konami,,,,,,,2010-05-19, -/games/boxart/full_1563890JapanFrontccc.jpg,Detana!! TwinBee,VC,Shooter,Hudson Soft,Konami,,,,,,,2009-03-23, -/games/boxart/full_devastation_81AmericaFront.jpg,Devastation,PC,Shooter,ARUSH Entertainment,Digitalo Studios,,,,,,,2003-03-28, -/games/boxart/default.jpg,Devil Blood,XBL,Shooter,Unknown,thelostone,,,,,,,, -/games/boxart/full_dezaemon_238JapanFront.jpg,Dezaemon,NES,Shooter,Athena,Athena,,,,,,,1991-09-13, -/games/boxart/full_dezaemon-2_640JapanFront.jpg,Dezaemon 2,SAT,Shooter,Athena,Athena,,,,,,,1997-10-09, -/games/boxart/full_5134274JapanFrontccc.jpg,Dezaemon 3D,N64,Shooter,Athena,Athena,,,,,,,1998-06-26, -/games/boxart/full_dezaemon-plus_96AmericaFront.jpg,Dezaemon Plus,PSN,Shooter,Sony Computer Entertainment,Athena,,,,,,,2010-11-30, -/games/boxart/full_dezaemon-plus_369JapanFront.jpg,Dezaemon Plus,PS,Shooter,Athena,Athena,,,,,,,1996-05-24, -/games/boxart/full_8253112AmericaFrontccc.jpg,Diatomic,WW,Shooter,Grendel Games,Grendel Games,,,,,,,2009-12-14, -/games/boxart/full_3746248AmericaFrontccc.jpg,Die Hard Trilogy,PC,Shooter,Fox Interactive,Probe Entertainment Limited,,,,,,,1996-01-01, -/games/boxart/9824187ccc.jpg,Die Hard Trilogy,SAT,Shooter,Fox Interactive,Probe Entertainment Limited,,,,,,,1997-01-21, -/games/boxart/full_7800070PALFrontccc.jpg,Die Hard: Vendetta,PS2,Shooter,NDA Productions,Bits Studios,,,,,,,2003-06-27, -/games/boxart/full_4445258PALFrontccc.jpg,Die Hard: Vendetta,XB,Shooter,NDA Productions,Bits Studios,,,,,,,2003-06-27, -/games/boxart/default.jpg,Dino D-Day,PC,Shooter,Unknown,800 North and Digital Ranch,5.5,,,,,,2011-04-08, -/games/boxart/full_dino-strike_212AmericaFront.jpg,Dino Strike,Wii,Shooter,Zoo Games,Zoo Games,,,,,,,2011-02-01, -/games/boxart/full_dinosaurs-for-hire_720AmericaFront.jpg,Dinosaurs for Hire,GEN,Shooter,Sega,Malibu Games,,,,,,,1993-01-01, -/games/boxart/full_9979930AmericaFrontccc.jpg,Disney's Atlantis: The Lost Empire - The Search for the Journal,PC,Shooter,Unknown,Zombie,,,,,,,, -/games/boxart/7431648ccc.gif,Disney's Chicken Little: Ace in Action,PS2,Shooter,Buena Vista,Avalanche Software,7,,,,,,2006-11-09, -/games/boxart/full_5559597AmericaFrontccc.jpg,Disney's TaleSpin,NES,Shooter,Capcom,Capcom,,,,,,,1991-01-01, -/games/boxart/full_disneys-talespin_380AmericaFront.jpg,Disney's TaleSpin,GB,Shooter,Capcom,Capcom,,,,,,,1992-12-01, -/games/boxart/full_3679416AmericaFrontccc.jpg,Division Omega,XBL,Shooter,Microsoft,Murkaeus,,,,,,,2009-08-07, -/games/boxart/full_7734225JapanFrontccc.jpg,DoDonPachi,PS,Shooter,SPS,"SPS Co.,Ltd.",,,,,,,1998-09-10, -/games/boxart/full_6139162JapanFrontccc.jpg,DoDonPachi,SAT,Shooter,Atlus,Cave,,,,,,,1997-09-18, -/games/boxart/full_43154JapanFrontccc.jpg,DoDonPachi Dai-Oujou,PS2,Shooter,Arika,Cave,,,,,,,2003-04-10, -/games/boxart/full_dodonpachi-resurrection-black-label_58JapanFront.jpg,DoDonPachi Daifukkatsu: Black Label,XBL,Shooter,Cave,Cave,,,,,,,2011-02-03, -/games/boxart/full_576645JapanFrontccc.jpg,DonPachi,PS,Shooter,SPS,Cave,,,,,,,1996-10-18, -/games/boxart/full_2921138JapanFrontccc.jpg,DonPachi,SAT,Shooter,Atlus,Nihon Falcom Corporation,,,,,,,1996-04-26, -/games/boxart/full_donpachi_31JapanFront.jpg,DonPachi,PSN,Shooter,Hamster Corporation,Cave,,,,,,,2010-05-12, -/games/boxart/full_3935233AmericaFrontccc.jpg,Doom,XBL,Shooter,Activision,Nerve Software,8,,,,,,2006-09-27, -/games/boxart/4823036ccc.jpg,Doom,SAT,Shooter,GT Interactive,Rage Software,,,,,,,1997-03-31, -/games/boxart/9981605ccc.jpg,Doom,AJ,Shooter,Atari,id Software,,,,,,,1994-01-01, -/games/boxart/full_4121190AmericaFrontccc.jpg,Doom,SNES,Shooter,Williams Entertainment,Sculptured Software,,,,,,,1996-02-29, -/games/boxart/5692855ccc.jpg,Doom,3DO,Shooter,Art Data Interactive,"Logicware, Inc.",,,,,,,1996-01-01, -/games/boxart/full_3822188AmericaFrontccc.jpg,Doom 3: Resurrection of Evil,PC,Shooter,Activision,Nerve Software,8,,,,,,2005-04-04, -/games/boxart/full_6415887AmericaFrontccc.jpg,Doom II,XBL,Shooter,Bethesda Softworks,Nerve Software,,,,,,,2010-05-26, -/games/boxart/full_9475574AmericaFrontccc.jpg,Dot Error,XBL,Shooter,Microsoft,rece,,,,,,,2009-12-13, -/games/boxart/full_8263698PALFrontccc.jpg,Double Hawk,MS,Shooter,Sega,OperaHouse,,,,,,,1990-01-01, -/games/boxart/full_double-strike_2AmericaFront.jpg,Double Strike,NES,Shooter,American Video Entertainment,sachen,,,,,,,1990-01-01, -/games/boxart/default.jpg,DoveZ: The Second Wave,PC,Shooter,Xing Entertainment,Xing Entertainment,,,,,,,2005-01-04, -/games/boxart/full_download_4JapanFront.jpg,Download,PCE,Shooter,NEC Avenue,Alfa System,,,,,,,1990-06-22, -/games/boxart/full_download-2_8JapanFront.jpg,Download 2,PCE,Shooter,NEC Avenue,Alfa System,,,,,,,1991-03-29, -/games/boxart/full_doxan_346PALFront.jpg,Doxan,PC,Shooter,IncaGold,Z-Software,,,,,,,2008-09-04, -/games/boxart/full_4334639PALFrontccc.jpg,Dragon Blaze,PS2,Shooter,505 Games,Psikyo,,,,,,,2006-06-23, -/games/boxart/full_dragon-drive-d-masters-shot_291JapanFront.jpg,Dragon Drive: D-Masters Shot,GC,Shooter,Bandai,"Treasure Co., Ltd.",,,,,,,2003-08-08, -/games/boxart/full_3847273JapanFrontccc.jpg,Dragon Saber,PCE,Shooter,Namco,Now Production,,,,,,,1991-12-27, -/games/boxart/full_7973059JapanFrontccc.jpg,Dragon Saber,VC,Shooter,Namco Bandai,Now Production,,,,,,,2008-08-05, -/games/boxart/default.jpg,Dragon Saber (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-15, -/games/boxart/full_7786307AmericaFrontccc.jpg,Dragon Spirit,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-07-02, -/games/boxart/full_8474827AmericaFrontccc.jpg,Dragon Spirit,PCE,Shooter,NEC,Namco,,,,,,,1989-01-01, -/games/boxart/default.jpg,Dragon Spirit (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-08, -/games/boxart/534449ccc.jpg,Dragon Spirit: The New Legend,NES,Shooter,Bandai,Namco,,,,,,,1990-06-01, -/games/boxart/full_9726014AmericaFrontccc.jpg,Drake of the 99 Dragons,PC,Shooter,Majesco,Idol FX,,,,,,,2003-11-03, -/games/boxart/full_5168845AmericaFrontccc.jpg,Drawn to Death,PS4,Shooter,Sony Interactive Entertainment,The Bartlet Jones Supernatural Detective Agency,,,,,,,2017-04-04,2018-09-17 -/games/boxart/full_8291080AmericaFrontccc.jpg,Dreamkiller,X360,Shooter,Unknown,Mindware Studios,,,,,,,, -/games/boxart/full_715443AmericaFrontccc.jpg,Dreamkiller,PC,Shooter,Aspyr,Mindware Studios,4.6,,,,,,2009-10-12, -/games/boxart/full_6183321PALFrontccc.jpg,Dropzone,NES,Shooter,Mindscape,Eurocom Entertainment Software,,,,,,,1992-01-01, -/games/boxart/default.jpg,Dropzone,GB,Shooter,Mindscape,Eurocom Entertainment Software,,,,,,,1992-01-01, -/games/boxart/2035970ccc.jpg,Dropzone,GG,Shooter,Codemasters,Codemasters,,,,,,,1994-01-01, -/games/boxart/full_5069962PALFrontccc.jpg,Dropzone (GBC),GB,Shooter,Acclaim Entertainment,Awesome Entertainment,,,,,,,1999-01-01, -/games/boxart/full_drug-wars_8AmericaFront.jpg,Drug Wars,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, -/games/boxart/default.jpg,Drumskulls,XBL,Shooter,Unknown,Drumskull Games Inc,,,,,,,, -/games/boxart/full_duael-invaders_838PALFront.jpg,Duael Invaders,PSN,Shooter,Laughing Jackal,Laughing Jackal,,,,,,,2011-04-05, -/games/boxart/default.jpg,Dudebro: My Shit is Fucked Up So I Got to Shoot/Slice You II - It's Straight-Up Dawg Time,PC,Shooter,Unknown,Members of NeoGAF,,,,,,,, -/games/boxart/full_2739648AmericaFrontccc.jpg,Duel: The Art of Combat,XBL,Shooter,Microsoft,AwesomeGamesStudio,,,,,,,2009-12-06, -/games/boxart/full_1847608AmericaFrontccc.jpg,Duke - Caribbean: Life's a Beach,PC,Shooter,WizardWorks,Sunstorm Interactive,,,,,,,1997-01-01, -/games/boxart/default.jpg,Duke Assault,PC,Shooter,Unknown,WizardWorks,,,,,,,, -/games/boxart/full_duke-nuclear-winter_710AmericaFront.jpg,Duke Nuclear Winter,PC,Shooter,WizardWorks,Simply Silly Software,,,,,,,1997-12-30, -/games/boxart/7613533ccc.gif,Duke Nukem,PC,Shooter,Apogee,3D Realms,,,,,,,1991-07-01, -/games/boxart/2957829ccc.jpg,Duke Nukem 3D,PC,Shooter,GT Interactive,3D Realms,,,,,,,1996-01-31, -/games/boxart/2126065ccc.jpg,Duke Nukem 3D,SAT,Shooter,Sega,Lobotomy Software,,,,,,,1997-01-01, -/games/boxart/default.jpg,Duke Nukem 3D,GEN,Shooter,Tec Toy,3D Realms,,,,,,,1998-01-01, -/games/boxart/full_6363165AmericaFrontccc.jpg,Duke Nukem 3D,XBL,Shooter,3D Realms,3D Realms,,,,,,,2008-09-24, -/games/boxart/full_3755202AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,PC,Shooter,Gearbox Software,Gearbox Software,,,,,,,2016-10-11, -/games/boxart/full_1260558AmericaFrontccc.jpg,Duke Nukem 3D: Atomic Edition,PC,Shooter,GT Interactive,3D Realms,,,,,,,1996-10-31, -/games/boxart/full_7438639AmericaFrontccc.jpg,Duke Nukem 3D: Kill-A-Ton Collection,PC,Shooter,GT Interactive,3D Realms,,,,,,,1997-01-01, -/games/boxart/full_7435376AmericaFrontccc.jpg,Duke Nukem 3D: Plutonium Pak,PC,Shooter,3D Realms,3D Realms,,,,,,,1996-01-01, -/games/boxart/9608527ccc.jpg,Duke Nukem II,PC,Shooter,Apogee,3D Realms,,,,,,,1993-12-03, -/games/boxart/default.jpg,Duke Nukem Trilogy: Chain Reaction,DS,Shooter,Unknown,FrontLine Studios,,,,,,,, -/games/boxart/default.jpg,Duke Nukem Trilogy: Chain Reaction,PSP,Shooter,Unknown,FrontLine Studios,,,,,,,, -/games/boxart/default.jpg,Duke Nukem Trilogy: Proving Ground,DS,Shooter,Unknown,FrontLine Studios,,,,,,,, -/games/boxart/default.jpg,Duke Nukem Trilogy: Proving Ground,PSP,Shooter,Unknown,FrontLine Studios,,,,,,,, -/games/boxart/4846683ccc.jpg,Duke Nukem: Manhattan Project,PC,Shooter,ARUSH Entertainment,Sunstorm Interactive,,,,,,,2002-05-14, -/games/boxart/full_7040914AmericaFrontccc.jpg,Duke Nukem: Manhattan Project,XBL,Shooter,Microsoft,3D Realms,,,,,,,2010-06-23, -/games/boxart/full_259609AmericaFrontccc.jpg,Duologue,XBL,Shooter,Microsoft,Funavision,,,,,,,2009-09-09, -/games/boxart/default.jpg,DUST 514,PSV,Shooter,Unknown,CCP,,,,,,,, -/games/boxart/default.jpg,DUST 514,PS3,Shooter,Unknown,CCP,,,,,,,2013-05-14, -/games/boxart/full_3000534PALFrontccc.jpg,DUX,DC,Shooter,HuCast,HUCAST.net/KonTechs Ltd.,,,,,,,2009-06-17, -/games/boxart/full_9015588AmericaFrontccc.jpg,E4 - Every Extend Extra Extreme,XBL,Shooter,Q Entertainment,Cyclone Zero,,,,,,,2007-10-17, -/games/boxart/full_earth-defense_840AmericaFront.jpg,Earth Defense,GEN,Shooter,Realtec,AV Artisan,,,,,,,1995-01-01, -/games/boxart/full_6957773AmericaFrontccc.jpg,Earth Defense Force,SNES,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1992-01-01, -/games/boxart/full_earth-defense-force_6AmericaFront.jpg,Earth Defense Force,VC,Shooter,Jaleco,Jaleco Entertainment,,,,,,,2010-10-29, -/games/boxart/full_9755830AmericaFrontccc.gif,Earthshield,PSN,Shooter,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2010-03-04, -/games/boxart/full_8156388AmericaFrontccc.jpg,Echoes+,XBL,Shooter,Microsoft,Binary Zoo,,,,,,,2009-10-18, -/games/boxart/full_1555230AmericaFrontccc.jpg,Ecks vs. Sever,GBA,Shooter,BAM! Entertainment,Crawfish Interactive,7.6,,,,,,2001-11-27, -/games/boxart/full_2752525AmericaFrontccc.jpg,Eco Shooter: Plant 530,WW,Shooter,Nintendo,Intelligent Systems,,,,,,,2009-12-21, -/games/boxart/full_1393542JapanFrontccc.jpg,Einhänder,PSN,Shooter,Square Enix,SquareSoft,,,,,,,2008-06-25, -/games/boxart/2539724ccc.jpg,Elemental Master,GEN,Shooter,Renovation,"TechnoSoft Co., Ltd.",,,,,,,1993-01-01, -/games/boxart/full_eliminate-down_155JapanFront.jpg,Eliminate Down,GEN,Shooter,Soft Vision International,Aprinet,,,,,,,1993-06-25, -/games/boxart/default.jpg,Empire: Alpha Complex,XBL,Shooter,Unknown,Chair Entertainment,,,,,,,, -/games/boxart/default.jpg,Empire: Alpha Complex,PSN,Shooter,Unknown,Chair Entertainment,,,,,,,, -/games/boxart/default.jpg,Empire: Alpha Complex,PC,Shooter,Unknown,Chair Entertainment,,,,,,,, -/games/boxart/full_4501969AmericaFrontccc.jpg,Endless Swarm,XBL,Shooter,Microsoft,Altered Reality,,,,,,,2008-11-15, -/games/boxart/default.jpg,Enter the Gungeon,OSX,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-01-01, -/games/boxart/default.jpg,Enter the Gungeon,Linux,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-01-01, -/games/boxart/default.jpg,Enter the Gungeon,PS4,Shooter,Devolver Digital,Dodge Roll,,,,,,,2016-04-05, -/games/boxart/4019541ccc.jpg,Escape from Monster Manor,3DO,Shooter,Electronic Arts,3DO,,,,,,,1993-01-01, -/games/boxart/full_756713JapanFrontccc.jpg,Espgaluda,PS2,Shooter,Arika,Cave,,,,,,,2004-06-17, -/games/boxart/full_3348600JapanFrontccc.jpg,Eureka 7 V.1: New Wave,PSP,Shooter,Unknown,Bandai,,,,,,,, -/games/boxart/full_7284617AmericaFrontccc.jpg,EVE: Valkyrie,PC,Shooter,CCP,CCP,,,,,,,2016-03-28, -/games/boxart/default.jpg,Every Extend,PC,Shooter,Omega,Omega,,,,,,,2004-04-15, -/games/boxart/full_everyday-shooter_890AmericaFront.jpg,Everyday Shooter,PSN,Shooter,Sony Computer Entertainment,Queasy Games,8.4,,,,,,2007-10-11, -/games/boxart/full_1909962AmericaFrontccc.jpg,Everyday Shooter,PC,Shooter,Queasy Games,Queasy Games,8,,,,,,2008-05-08, -/games/boxart/full_5737445AmericaFrontccc.png,Everyday Shooter (PSP),PSN,Shooter,Sony Computer Entertainment,Queasy Games,7,,,,,,2008-12-04, -/games/boxart/full_151008JapanFrontccc.jpg,Exector,PS,Shooter,Arc System Works,Arc System Works,,,,,,,1995-09-22, -/games/boxart/full_exed-exes_9JapanFront.jpg,Exed Exes,NES,Shooter,Tokuma Shoten,Micronics,,,,,,,1985-12-21, -/games/boxart/default.jpg,Exed Exes (Arcade),VC,Shooter,Capcom,Capcom,,,,,,,2011-01-10, -/games/boxart/full_8360853JapanFrontccc.jpg,Exerion,VC,Shooter,Jaleco,Jaleco Entertainment,,,,,,,2007-05-01, -/games/boxart/full_2682769JapanFrontccc.jpg,Exerion,NES,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1985-02-11, -/games/boxart/full_3753888AmericaFrontccc.jpg,Exisled,XBL,Shooter,Microsoft,L0STlogic,,,,,,,2008-11-20, -/games/boxart/full_9815799AmericaFrontccc.jpg,Exodus from the Earth,PC,Shooter,Strategy First,Parallax Arts Studio,,,,,,,2008-10-28, -/games/boxart/full_explosionade_8AmericaFront.jpg,Explosionade,XBL,Shooter,Mommy's Best Games,Mommy's Best Games,,,,,,,2010-10-07,2018-10-01 -/games/boxart/full_extreme-ghostbusters-the-ultimate-invasion_6PALFront.jpg,Extreme Ghostbusters: The Ultimate Invasion,PS,Shooter,LSP Games,Similis,,,,,,,2004-03-01, -/games/boxart/8862276ccc.jpg,Extreme Paintbrawl,PC,Shooter,Head Games,Creative Carnage,1.2,,,,,,1998-10-31, -/games/boxart/full_fear-2-reborn_205AmericaFront.jpg,F.E.A.R. 2: Reborn,PSN,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2009-09-03, -/games/boxart/full_fear-2-reborn_403AmericaFront.jpg,F.E.A.R. 2: Reborn,XBL,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2009-09-03, -/games/boxart/full_fear-2-reborn_24AmericaFront.jpg,F.E.A.R. 2: Reborn,PC,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2009-09-03, -/games/boxart/71173ccc.jpg,F.E.A.R. Extraction Point,PC,Shooter,Sierra Entertainment,TimeGate Studios / Monolith Productions,,,,,,,2006-10-24, -/games/boxart/full_5448291AmericaFrontccc.jpg,F.E.A.R. Platinum Collection,PC,Shooter,Sierra Entertainment,Monolith Productions,,,,,,,2007-11-06, -/games/boxart/full_face-raiders_670AmericaFront.jpg,Face Raiders,3DS,Shooter,Nintendo,Nintendo,,,,,,,2011-03-27, -/games/boxart/3626732ccc.jpg,Faceball 2000,GB,Shooter,Bullet Proof Software,Xanth Software,,,,,,,1991-12-01, -/games/boxart/full_2829611AmericaFrontccc.jpg,Fallen Earth,PC,Shooter,Icarus Games,"Fallen Earth, LLC",7,,,,,,2009-09-22, -/games/boxart/full_fantasy-zone_1AmericaFront.jpg,Fantasy Zone,PCE,Shooter,NEC,Bits Laboratory,,,,,,,1989-01-01, -/games/boxart/full_fantasy-zone_7AmericaFront.jpg,Fantasy Zone,VC,Shooter,Sega,Sega,,,,,,,2008-04-14, -/games/boxart/full_fantasy-zone_5AmericaFront.jpg,Fantasy Zone,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_8213560AmericaFrontccc.jpg,Fantasy Zone,GG,Shooter,Sims,Sega,,,,,,,1991-01-01, -/games/boxart/full_fantasy-zone_7JapanFront.jpg,Fantasy Zone,NES,Shooter,Sunsoft,SunSoft,,,,,,,1987-07-20, -/games/boxart/full_fantasy-zone-tengen_3AmericaFront.jpg,Fantasy Zone (Tengen),NES,Shooter,Tengen,Tengen,,,,,,,1989-01-01, -/games/boxart/full_8193294AmericaFrontccc.jpg,Fantasy Zone II,VC,Shooter,Sega,Sega,,,,,,,2009-06-29, -/games/boxart/full_fantasy-zone-ii_2AmericaFront.jpg,Fantasy Zone II,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_fantasy-zone-ii-opaopa-no-namida_10JapanFront.jpg,Fantasy Zone II: OpaOpa no Namida,NES,Shooter,Sunsoft,SunSoft,,,,,,,1988-12-20, -/games/boxart/full_fantasy-zone-the-maze_6AmericaFront.jpg,Fantasy Zone: The Maze,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_882068AmericaFrontccc.jpg,Far Cry 2,XBL,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2010-04-27, -/games/boxart/full_far-cry-2_715AmericaFront.jpg,Far Cry 2,PSN,Shooter,Ubisoft,Ubisoft,,,,,,,2011-08-09, -/games/boxart/full_859634AmericaFrontccc.jpg,Far Cry 3: Blood Dragon,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2013-05-01,2018-05-25 -/games/boxart/full_fast-draw-showdown_803AmericaFront.jpg,Fast Draw Showdown,PSN,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,3.8,,,,,,2011-07-19, -/games/boxart/full_394753AmericaFrontccc.jpg,Fast Draw Showdown,WW,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2010-01-04, -/games/boxart/default.jpg,Fast Striker,NG,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2010-06-30, -/games/boxart/full_fast-striker-15_185AmericaFront.jpg,Fast Striker 1.5,DC,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2010-12-21, -/games/boxart/full_8587558AmericaFrontccc.jpg,Fatal Abyss,XBL,Shooter,Microsoft,CyanideGames,,,,,,,2008-11-20, -/games/boxart/full_2252578AmericaFrontccc.jpg,FBI Hostage Rescue,PC,Shooter,Activision,Idol FX,,,,,,,2004-02-05, -/games/boxart/6306749ccc.jpg,Fester's Quest,NES,Shooter,Sunsoft,SunSoft,,,,,,,1989-01-01, -/games/boxart/full_3119770AmericaFrontccc.jpg,Fields - Soldier of Time,XBL,Shooter,Microsoft,reedake2,,,,,,,2009-01-27, -/games/boxart/full_7709565AmericaFrontccc.jpg,Fields Reloaded,XBL,Shooter,Microsoft,reedake2,,,,,,,2009-10-03, -/games/boxart/full_final-blaster_0JapanFront.jpg,Final Blaster,VC,Shooter,Namco Bandai,Namco,,,,,,,2008-09-09, -/games/boxart/full_final-blaster_4JapanFront.jpg,Final Blaster,PCE,Shooter,Namco,Namco,,,,,,,1990-09-28, -/games/boxart/4751069ccc.jpg,Final Doom,PC,Shooter,GT Interactive,id Software,,,,,,,1996-05-31, -/games/boxart/full_final-reverse_109JapanFront.jpg,Final Reverse,GB,Shooter,Toei Animation,Shouei,,,,,,,1991-04-12, -/games/boxart/full_5308418JapanFrontccc.jpg,Final Soldier,VC,Shooter,Hudson Soft,Now Production,,,,,,,2008-09-08, -/games/boxart/full_1428318JapanFrontccc.jpg,Final Soldier,PCE,Shooter,Hudson Soft,Now Production,,,,,,,1991-07-05, -/games/boxart/full_7808853JapanFrontccc.jpg,Fire Mustang,GEN,Shooter,Taito,NMK,,,,,,,1991-05-31, -/games/boxart/full_6079268AmericaFrontccc.jpg,Fire Shark,GEN,Shooter,DreamWorks Interactive,Toaplan,,,,,,,1990-01-01, -/games/boxart/default.jpg,Firefall,PC,Shooter,Red 5 Studio,Red Cerberus,,,,,,,2020-12-31, -/games/boxart/full_7218314AmericaFrontccc.jpg,Firepower 2000,SNES,Shooter,Sunsoft,Sales Curve Interactive,,,,,,,1992-11-01, -/games/boxart/full_fish-squid-time-machine_2AmericaFront.jpg,Fish Squid Time Machine,XBL,Shooter,Microsoft,Farbs McFarbs,,,,,,,2010-08-29, -/games/boxart/full_9021512AmericaFrontccc.jpg,Flytrap,XBL,Shooter,Microsoft,kiwasabi,,,,,,,2009-11-11, -/games/boxart/full_foreign-legion-buckets-of-blood_393AmericaFront.jpg,Foreign Legion: Buckets of Blood,PC,Shooter,Sakari Indie,Sakari Indie,,,,,,,2009-08-05, -/games/boxart/full_7880303AmericaFrontccc.jpg,Forgotten Worlds,GEN,Shooter,Sega,Sega,,,,,,,1989-11-17, -/games/boxart/full_6733091AmericaFrontccc.jpg,Forgotten Worlds,VC,Shooter,Sega,Sega,,,,,,,2008-11-17, -/games/boxart/full_4180959PALFrontccc.jpg,Forgotten Worlds,MS,Shooter,Sega,Capcom,,,,,,,1991-01-01, -/games/boxart/full_2259438JapanFrontccc.jpg,Forgotten Worlds,PCE,Shooter,NEC Interchannel,Capcom,,,,,,,1992-03-27, -/games/boxart/full_formation-armed-f_4JapanFront.jpg,Formation Armed F,PCE,Shooter,Pack-In-Video,Big Don,,,,,,,1990-03-23, -/games/boxart/full_2028120AmericaFrontccc.jpg,Forsaken,PC,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1998-04-30, -/games/boxart/full_fortified-zone_153AmericaFront.png,Fortified Zone,3DS,Shooter,Jaleco,Jaleco Entertainment,,,,,,,2011-07-07, -/games/boxart/full_fortified-zone_11AmericaFront.jpg,Fortified Zone,GB,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1991-09-01, -/games/boxart/full_9594187PALFrontccc.jpg,FPS Creator,PC,Shooter,The Game Creators,The Game Creators,,,,,,,2005-09-22, -/games/boxart/default.jpg,Fractured Soul,DS,Shooter,Graffiti,Endgame Studios,,,,,,,2012-02-21, -/games/boxart/full_fractured-soul_641AmericaFront.jpg,Fractured Soul,3DS,Shooter,Ignition Entertainment,UTV Ignition Games,,,,,,,2012-02-21, -/games/boxart/full_7672335AmericaFrontccc.jpg,Freedom Fighters,PC,Shooter,Electronic Arts,IO Interactive,,,,,,,2003-10-01, -/games/boxart/2887727ccc.jpg,Freedom Force,NES,Shooter,Sunsoft,SunSoft,,,,,,,1988-04-01, -/games/boxart/full_frontlines-fuel-of-war_0AmericaFront.jpg,Frontlines: Fuel of War,XBL,Shooter,THQ,Kaos Studios,,,,,,,2010-07-06, -/games/boxart/4079303ccc.jpg,Fur Fighters,DC,Shooter,Acclaim Entertainment,Bizarre Creations,8.2,,,,,,2000-07-11, -/games/boxart/full_6616939AmericaFrontccc.jpg,Fur Fighters,PC,Shooter,Acclaim Entertainment,Bizarre Creations,,,,,,,2000-11-24, -/games/boxart/full_fusion-genesis_898AmericaFront.jpg,Fusion: Genesis,XBL,Shooter,Microsoft,Starfire Studios,10,,,,,,2011-11-09, -/games/boxart/full_57358JapanFrontccc.png,G Darius,PC,Shooter,CyberFront,Taito Corporation,,,,,,,2001-09-07, -/games/boxart/full_g-darius_6JapanFront.jpg,G Darius,PSN,Shooter,Taito,Aisystem Tokyo,,,,,,,2008-08-27, -/games/boxart/default.jpg,G.G Series Wonder Land,DSiW,Shooter,Genterprise,Suzak,,,,,,,2009-09-16, -/games/boxart/full_gg-series-zone_823AmericaFront.jpg,G.G Series Z-ONE,DSiW,Shooter,Genterprise,Suzak,,,,,,,2010-12-27, -/games/boxart/full_gg-series-d-tank_815AmericaFront.jpg,G.G Series: D-Tank,DSiW,Shooter,Genterprise,Suzak,,,,,,,2011-03-21, -/games/boxart/full_gg-series-dark-spirits_726AmericaFront.jpg,G.G Series: Dark Spirits,DSiW,Shooter,Genterprise,Suzak,,,,,,,2011-02-07, -/games/boxart/default.jpg,G.G Series: Z-One 2,DSiW,Shooter,Genterprise,Suzak,,,,,,,2010-06-23, -/games/boxart/full_6288845AmericaFrontccc.jpg,Gaiares,GEN,Shooter,Renovation,Telenet Japan,,,,,,,1990-01-01, -/games/boxart/full_gaiaseed_0AmericaFront.jpg,GaiaSeed,PSN,Shooter,Sony Computer Entertainment,Techno Soleil,,,,,,,2010-09-21, -/games/boxart/full_5115684JapanFrontccc.jpg,GaiaSeed: Project Seed Trap,PS,Shooter,Techno Soleil,Techno Soleil,,,,,,,1996-12-13, -/games/boxart/6367655ccc.jpg,Gain Ground,VC,Shooter,Sega,Sega,6.1,,,,,,2007-02-05, -/games/boxart/full_gain-ground_7AmericaFront.jpg,Gain Ground,PC,Shooter,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/2469039ccc.jpg,Gain Ground,GEN,Shooter,Renovation,Sega,,,,,,,1991-01-02, -/games/boxart/full_gain-ground_2PALFront.jpg,Gain Ground,MS,Shooter,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_gain-ground-sx_2JapanFront.jpg,Gain Ground SX,PCE,Shooter,NEC Avenue,Bits Laboratory,,,,,,,1992-12-25, -/games/boxart/full_1339916AmericaFrontccc.jpg,Galactic Arms Race,PC,Shooter,Unknown,Unknown,,,,,,,2014-05-31, -/games/boxart/3488259ccc.jpg,Galactic Crusader,NES,Shooter,Bunch Games,sachen,,,,,,,1990-01-01, -/games/boxart/full_galactic-protector_0JapanFront.jpg,Galactic Protector,MS,Shooter,Sega,Sega,,,,,,,1988-02-21, -/games/boxart/7875395ccc.jpg,Galaga,7800,Shooter,Atari,Namco,,,,,,,1987-01-01, -/games/boxart/full_3600278AmericaFrontccc.jpg,Galaga,XBL,Shooter,Namco Bandai,Namco Bandai Games,6.5,,,,,,2006-07-26, -/games/boxart/default.jpg,Galaga '88 (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-06-23, -/games/boxart/full_567089AmericaFrontccc.jpg,Galaga '90,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-08-06, -/games/boxart/full_8233576AmericaFrontccc.jpg,Galaga '90,PCE,Shooter,NEC,Namco,,,,,,,1989-01-01, -/games/boxart/full_galaga-90_317JapanFront.jpg,Galaga '90,PSN,Shooter,Namco Bandai,Namco,,,,,,,2011-03-16, -/games/boxart/full_8974538JapanFrontccc.jpg,Galaga '91,GG,Shooter,Namco,Namco,,,,,,,1991-10-25, -/games/boxart/default.jpg,Galaga (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-11-24, -/games/boxart/full_6840272AmericaFrontccc.jpg,Galaga Legions,XBL,Shooter,Namco Bandai,Namco Bandai Games,7.5,,,,,,2008-08-20, -/games/boxart/full_galaga-legions-dx_746AmericaFront.jpg,Galaga Legions DX,XBL,Shooter,Namco Bandai,Namco Bandai Games,7.8,,,,,,2011-06-29, -/games/boxart/full_galaga-legions-dx_564AmericaFront.jpg,Galaga Legions DX,PSN,Shooter,Namco Bandai,Namco Bandai Games,7.4,,,,,,2011-08-02, -/games/boxart/519071ccc.jpg,Galaga: Demons of Death,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-04-11, -/games/boxart/4984349ccc.jpg,Galaga: Demons of Death,NES,Shooter,Bandai,Namco,,,,,,,1988-09-01, -/games/boxart/full_6678572AmericaFrontccc.jpg,Galaga: Destination Earth,GB,Shooter,Hasbro Interactive,Pipe Dream Interactive,,,,,,,2000-09-25, -/games/boxart/full_4584906AmericaFrontccc.jpg,Galaga: Destination Earth,PC,Shooter,Hasbro Interactive,King of the Jungle,,,,,,,2000-09-23, -/games/boxart/full_3654665AmericaFrontccc.jpg,Galax-e-mail,XBL,Shooter,Microsoft,BogTurtleCarl,,,,,,,2008-11-17, -/games/boxart/4626343ccc.jpg,Galaxian,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_galaxian_3JapanFront.jpg,Galaxian,NES,Shooter,Namco,Namco,,,,,,,1984-09-07, -/games/boxart/default.jpg,Galaxian (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-29, -/games/boxart/full_8147289PALFrontccc.jpg,Galaxian³,PS,Shooter,Sony Computer Entertainment,Namco,,,,,,,1996-08-01, -/games/boxart/full_222546AmericaFrontccc.jpg,Galaxy Force,MS,Shooter,Activision,Sega,,,,,,,1989-01-01, -/games/boxart/full_7513159AmericaFrontccc.jpg,Galaxy Force II,VC,Shooter,Sega,CRI,,,,,,,2009-05-11, -/games/boxart/full_3573662AmericaFrontccc.jpg,Galaxy Force II,GEN,Shooter,Sega,CRI,,,,,,,1991-08-12, -/games/boxart/full_galaxy-force-ii_433AmericaFront.jpg,Galaxy Force II,PC,Shooter,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/full_8283545JapanFrontccc.jpg,GALEOZ,PS,Shooter,Atlus,Unknown,,,,,,,1996-12-20, -/games/boxart/full_3895678JapanFrontccc.jpg,Game Tengoku: The Game Paradise!,SAT,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1997-06-06, -/games/boxart/full_gamera-2000_183JapanFront.jpg,Gamera 2000,PS,Shooter,Virgin Interactive,Digital Frontier,,,,,,,1997-04-25, -/games/boxart/full_gamera-the-guardian-of-the-universe_967JapanFront.jpg,Gamera: The Guardian of the Universe,GB,Shooter,Angel Studios,Angel Studios,,,,,,,1995-03-03, -/games/boxart/full_3749197AmericaFrontccc.jpg,Gamerbots:Third-Robot Shooting,XBL,Shooter,Microsoft,Hotwave Games,,,,,,,2009-07-09, -/games/boxart/7518283ccc.jpg,Gangster Town,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/default.jpg,Gaplus (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-03-27, -/games/boxart/full_1836732AmericaFrontccc.jpg,Gate of Thunder,PCE,Shooter,Turbo Technologies,RED Company,,,,,,,1992-01-01, -/games/boxart/full_gate-of-thunder_8JapanFront.jpg,Gate of Thunder,PSN,Shooter,Hudson Soft,RED Company,,,,,,,2010-03-17, -/games/boxart/full_6462620AmericaFrontccc.jpg,Gate of Thunder,VC,Shooter,Hudson Soft,RED Company,,,,,,,2007-10-15, -/games/boxart/6046844ccc.jpg,Gates of Zendocon,Lynx,Shooter,Atari,"Epyx, Inc.",,,,,,,1993-01-01, -/games/boxart/full_gatling-gears_471AmericaFront.jpg,Gatling Gears,PSN,Shooter,Electronic Arts,Vanguard Games,7.5,,,,,,2011-06-28, -/games/boxart/full_gatling-gears_990AmericaFront.jpg,Gatling Gears,PC,Shooter,Unknown,Vanguard Games,,,,,,,, -/games/boxart/full_gatling-gears_665AmericaFront.jpg,Gatling Gears,XBL,Shooter,Electronic Arts,Vanguard Games,7.6,,,,,,2011-05-11, -/games/boxart/full_gears-of-war_896AmericaFront.jpg,Gears of War,XBL,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-12-29,2018-11-18 -/games/boxart/full_gears-of-war-2_6AmericaFront.jpg,Gears of War 2,XBL,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2010-10-12, -/games/boxart/full_1482294AmericaFrontccc.jpg,Gears of War 2: All Fronts Collection,XBL,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-07-28, -/games/boxart/full_7366721AmericaFrontccc.jpg,Gears of War 2: Game of the Year Edition,X360,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-01-09, -/games/boxart/full_gears-of-war-3-horde-command-pack_55AmericaFront.jpg,Gears of War 3: Horde Command Pack,XBL,Shooter,Microsoft Studios,Epic Games,,,,,,,2011-11-01,2018-10-01 -/games/boxart/full_5208446AmericaFrontccc.jpg,Gears of War 3: RAAM's Shadow,XBL,Shooter,Microsoft Studios,Epic Games,,,,,,,2011-12-13,2018-10-01 -/games/boxart/full_4413034JapanFrontccc.jpg,Gears of War Twin Pack,X360,Shooter,Microsoft Game Studios,Epic Games,,,,,,,2009-07-30, -/games/boxart/full_geimos_513JapanFront.jpg,Geimos,NES,Shooter,ASCII Entertainment,Micronics,,,,,,,1985-08-28, -/games/boxart/full_3255328AmericaFrontccc.jpg,Gekioh: Shooting King,PS,Shooter,Natsume,Warashi,,,,,,,2002-12-01, -/games/boxart/full_9018405JapanFrontccc.jpg,Gekirindan: Time Travel Shooting,SAT,Shooter,Taito,Taito,,,,,,,1997-04-18, -/games/boxart/full_2915968PALFrontccc.jpg,Gene Troopers,XB,Shooter,Unknown,Cauldron Ltd.,,,,,,,, -/games/boxart/full_5921284AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,PC,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-25, -/games/boxart/full_359147AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,Linux,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-09-25, -/games/boxart/full_6988048AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,XOne,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-26, -/games/boxart/full_4261875AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,PS4,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-25, -/games/boxart/full_1068633AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,PS3,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-25, -/games/boxart/full_2441238AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,X360,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-11-26, -/games/boxart/full_6798670AmericaFrontccc.jpg,Geometry Wars 3: Dimensions,OSX,Shooter,Sierra Entertainment,Lucid Games,,,,,,,2014-09-25, -/games/boxart/full_2936360AmericaFrontccc.jpg,Geometry Wars: Retro Evolved,XBL,Shooter,Bizarre Creations,Bizarre Creations Ltd.,8.6,,,,,,2005-11-22, -/games/boxart/full_5729844AmericaFrontccc.jpg,Geometry Wars: Retro Evolved,PC,Shooter,Bizarre Creations,Bizarre Creations Ltd.,,,,,,,2007-03-07, -/games/boxart/full_977590AmericaFrontccc.jpg,Geometry Wars: Retro Evolved 2,XBL,Shooter,Activision,Bizarre Creations Ltd.,9.1,,,,,,2008-07-30, -/games/boxart/full_6725102JapanFrontccc.jpg,GG Aleste,GG,Shooter,Compile,Compile Ltd.,,,,,,,1991-12-29, -/games/boxart/6996269ccc.jpg,Ghen War,SAT,Shooter,Sega,Jumpin' Jack Software,,,,,,,1995-05-26, -/games/boxart/full_7547725AmericaFrontccc.jpg,Ghost PangPang,And,Shooter,eFusion MMOG GmbH,eFusion MMOG GmbH,,,,,,,2014-07-23, -/games/boxart/2932874ccc.jpg,Ghost Pilots,NG,Shooter,SNK,SNK Corporation,,,,,,,1991-07-01, -/games/boxart/full_ghost-pilots-cd_211AmericaFront.jpg,Ghost Pilots (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1995-03-17, -/games/boxart/full_8955001PALFrontccc.jpg,Ghoul Panic,PS,Shooter,Namco,Eighting/Raizing,,,,,,,2000-04-01, -/games/boxart/2001303ccc.jpg,Giga Wing,DC,Shooter,Capcom,Takumi Corporation,6,,,,,,2000-07-19, -/games/boxart/9434933ccc.jpg,Giga Wing 2,DC,Shooter,Capcom,Takumi Corporation,7.5,,,,,,2001-05-16, -/games/boxart/2605732ccc.jpg,Global Defense,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_gokuraku-chuuka-taisen_2JapanFront.jpg,Gokuraku! Chuuka Taisen,PCE,Shooter,Taito,Taito Corporation,,,,,,,1992-03-13, -/games/boxart/full_7419706AmericaFrontccc.jpg,Gore: Ultimate Soldier,PC,Shooter,DreamCatcher Interactive,4D Rulers,,,,,,,2002-06-05, -/games/boxart/7666622ccc.jpg,Gorf,2600,Shooter,CBS Electronics,CBS Electronics,,,,,,,1982-01-01, -/games/boxart/532695ccc.jpg,Gorf,5200,Shooter,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, -/games/boxart/full_7098972AmericaFrontccc.jpg,Gorky Zero: Beyond Honor,PC,Shooter,JoWood Productions,Metropolis Software,,,,,,,2004-06-01, -/games/boxart/full_676885PALFrontccc.jpg,Gotcha!,XB,Shooter,Global Star Software,Sixteen Tons Entertainment,,,,,,,2005-04-15, -/games/boxart/full_2497483AmericaFrontccc.jpg,Gotcha! Extreme Paintball,PC,Shooter,Viva Media,Sixteen Tons Entertainment,,,,,,,2004-07-30, -/games/boxart/full_gotcha-the-sport_978AmericaFront.jpg,Gotcha! The Sport!,NES,Shooter,LJN,LJN Ltd.,,,,,,,1987-11-01, -/games/boxart/default.jpg,Gotham City Imposters,PC,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2012-02-06, -/games/boxart/full_gotham-city-imposters_773AmericaFront.jpg,Gotham City Imposters,XBL,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2012-02-08, -/games/boxart/default.jpg,Gotham City Imposters,PSN,Shooter,Warner Bros. Interactive,Monolith Productions,,,,,,,2012-02-07, -/games/boxart/full_gradius_10JapanFront.jpg,Gradius,PSN,Shooter,Konami,Konami,,,,,,,2010-05-19, -/games/boxart/full_3150354JapanFrontccc.jpg,Gradius,PCE,Shooter,Konami,Konami,,,,,,,1991-11-15, -/games/boxart/full_7952367AmericaFrontccc.jpg,Gradius (NES),VC,Shooter,Konami,Konami,7.1,,,,,,2007-01-08, -/games/boxart/full_9575537JapanFrontccc.jpg,Gradius (PCE),VC,Shooter,Konami,Konami,,,,,,,2007-08-07, -/games/boxart/default.jpg,Gradius Arc,PS3,Shooter,Unknown,Konami,,,,,,,, -/games/boxart/full_7476235AmericaFrontccc.jpg,Gradius Collection,PSN,Shooter,Konami,Konami,,,,,,,2009-12-10, -/games/boxart/full_8305354JapanFrontccc.jpg,Gradius Deluxe Pack,SAT,Shooter,Konami,Konami,,,,,,,1996-03-29, -/games/boxart/full_8922720JapanFrontccc.jpg,Gradius Deluxe Pack,PS,Shooter,Konami,Konami,,,,,,,1996-03-29, -/games/boxart/full_9456403JapanFrontccc.jpg,Gradius Gaiden,PS,Shooter,Konami,Konami Computer Entertainment Tokyo,,,,,,,1997-08-28, -/games/boxart/full_gradius-ii-gofer-no-yabou_4JapanFront.jpg,Gradius II: Gofer no Yabou,PSN,Shooter,Konami,Konami,,,,,,,2010-10-20, -/games/boxart/full_720498JapanFrontccc.jpg,Gradius II: Gofer no Yabou,PCE,Shooter,Konami,Konami,,,,,,,1992-12-18, -/games/boxart/full_3465803JapanFrontccc.jpg,Gradius II: Gofer no Yabou,NES,Shooter,Konami,Konami,,,,,,,1988-12-16, -/games/boxart/full_6140380JapanFrontccc.jpg,Gradius II: Gofer no Yabou (NES),VC,Shooter,Konami,Konami,,,,,,,2007-04-24, -/games/boxart/full_5753565JapanFrontccc.jpg,Gradius II: Gofer no Yabou (PCE),VC,Shooter,Konami,Konami,,,,,,,2008-10-20, -/games/boxart/full_147181AmericaFrontccc.jpg,Gradius III,SNES,Shooter,Konami,Konami,,,,,,,1991-08-01, -/games/boxart/full_5951237AmericaFrontccc.jpg,Gradius III,VC,Shooter,Konami,Konami,,,,,,,2007-04-23, -/games/boxart/full_5836919AmericaFrontccc.jpg,Gradius ReBirth,WW,Shooter,Konami,M2,7.7,,,,,,2009-03-09, -/games/boxart/8152429ccc.jpg,Gradius: The Interstellar Assault,GB,Shooter,Konami,Konami,,,,,,,1992-01-01, -/games/boxart/full_4773622AmericaFrontccc.jpg,Granada,GEN,Shooter,Renovation,Wolf Team,,,,,,,1990-01-01, -/games/boxart/full_7219493AmericaFrontccc.jpg,GraphSpacer,XBL,Shooter,Microsoft,quack,,,,,,,2008-12-17, -/games/boxart/full_4534383AmericaFrontccc.jpg,GraphSpacer Black,XBL,Shooter,Microsoft,quack,,,,,,,2009-04-18, -/games/boxart/default.jpg,GravArena,XBL,Shooter,Unknown,Squire Software,,,,,,,, -/games/boxart/full_7140040AmericaFrontccc.jpg,Grave Breaker,XBL,Shooter,Microsoft,i ENDER i,,,,,,,2009-12-13, -/games/boxart/full_gravitron360_4AmericaFront.jpg,Gravitron360,XBL,Shooter,Microsoft,Ron Bunce,,,,,,,2010-08-25, -/games/boxart/full_gravity-crash_10AmericaFront.jpg,Gravity Crash,PSN,Shooter,Sony Computer Entertainment,Just Add Water,6.5,,,,,,2009-11-24, -/games/boxart/full_gravity-crash-portable_9AmericaFront.jpg,Gravity Crash Portable,PSN,Shooter,Sony Computer Entertainment,Just Add Water,,,,,,,2010-07-20, -/games/boxart/full_greg-hastings-paintball-2_915AmericaFront.jpg,Greg Hastings Paintball 2,PSN,Shooter,Majesco,Super X Studios,,,,,,,2011-06-14, -/games/boxart/7028080ccc.jpg,Greg Hastings' Tournament Paintball Max'd,XB,Shooter,Activision,WXP,,,,,,,2005-10-18, -/games/boxart/full_3843038AmericaFrontccc.jpg,Gridrunner Revolution,PC,Shooter,Llamasoft,Llamasoft,8.3,,,,,,2009-09-25, -/games/boxart/full_3324043JapanFrontccc.jpg,Griffin,GG,Shooter,Nippon Telenet,Nippon Telenet,,,,,,,1991-07-26, -/games/boxart/default.jpg,Grobda,VC,Shooter,Namco Bandai,Namco,,,,,,,2009-11-10, -/games/boxart/full_9363264AmericaFrontccc.jpg,Groov,XBL,Shooter,Microsoft,Funkmasonry Industries,,,,,,,2009-01-09, -/games/boxart/full_4172199AmericaFrontccc.jpg,Guardian,2600,Shooter,Apollo,Apollo,,,,,,,1982-01-01, -/games/boxart/full_6562304AmericaFrontccc.jpg,Guardian,XBL,Shooter,Microsoft,Dave Carlile,,,,,,,2009-12-08, -/games/boxart/full_4756027JapanFrontccc.jpg,Guardian Force,SAT,Shooter,Success,Success,,,,,,,1998-06-08, -/games/boxart/full_guerrilla-war_794PALFront.jpg,Guerrilla War,PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2011-07-19, -/games/boxart/full_guerrilla-war_124AmericaFront.jpg,Guerrilla War,NES,Shooter,SNK,SNK Corporation,,,,,,,1989-06-01, -/games/boxart/full_7766268AmericaFrontccc.jpg,Gum Drop Celestial Frontier,XBL,Shooter,Microsoft,mechaghost,,,,,,,2009-07-26, -/games/boxart/4102694ccc.jpg,Gumshoe,NES,Shooter,Nintendo,Nintendo R&D1,,,,,,,1986-06-06, -/games/boxart/default.jpg,Gun Loco,X360,Shooter,Unknown,AQ Interactive,,,,,,,2020-12-31, -/games/boxart/full_8952610AmericaFrontccc.jpg,Gun Metal,PC,Shooter,Strategy First,Rage Software,,,,,,,2005-05-21, -/games/boxart/full_gun-nac_740AmericaFront.jpg,Gun Nac,NES,Shooter,ASCII Entertainment,Compile,,,,,,,1991-09-01, -/games/boxart/497285ccc.jpg,Gun.Smoke,NES,Shooter,Capcom,Capcom,,,,,,,1988-02-01, -/games/boxart/1712337ccc.jpg,Gunbird 2,DC,Shooter,Capcom,Psikyo,7.7,,,,,,2000-11-17, -/games/boxart/default.jpg,Gunbird 2 Remix,PSN,Shooter,Unknown,WindySoft,,,,,,,, -/games/boxart/full_8101940PALFrontccc.jpg,Gunbird Special Edition,PS2,Shooter,Empire Interactive,Psikyo,,,,,,,2005-03-18, -/games/boxart/full_gunboat_2AmericaFront.jpg,Gunboat,PC,Shooter,Accolade,Accolade,,,,,,,1991-01-01, -/games/boxart/full_gunboat_5AmericaFront.jpg,Gunboat,PCE,Shooter,NEC,The Code Monkeys,,,,,,,1992-01-01, -/games/boxart/full_4261894PALFrontccc.jpg,GunCom 2,PS2,Shooter,Play It,Ecole,,,,,,,2004-12-10, -/games/boxart/default.jpg,GundeadliGne,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2011-09-27, -/games/boxart/full_gundeadligne_4AmericaFront.jpg,GundeadliGne,PSN,Shooter,Sony Online Entertainment,Platine Dispositif,,,,,,,2010-06-15, -/games/boxart/default.jpg,Gundemonium,PC,Shooter,Platine Dispositif,Murasame,,,,,,,2003-01-01, -/games/boxart/full_gundemonium-collection_784JapanFront.jpg,Gundemonium Collection,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2010-05-18, -/games/boxart/default.jpg,Gundemonium Recollection,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2011-09-27, -/games/boxart/full_gundemonium-recollection_5AmericaFront.jpg,Gundemonium Recollection,PSN,Shooter,Sony Online Entertainment,Platine Dispositif,,,,,,,2010-06-15, -/games/boxart/full_1195892AmericaFrontccc.jpg,GunForce,SNES,Shooter,Irem Software Engineering,Bits Studios,,,,,,,1992-01-01, -/games/boxart/full_5240500AmericaFrontccc.jpg,Guns Loaded,XBL,Shooter,Microsoft,Chise,,,,,,,2009-10-28, -/games/boxart/full_6337292AmericaFrontccc.jpg,Gunslinger,2600,Shooter,Sears,"Telegames, Inc.",,,,,,,1978-01-01, -/games/boxart/5362240ccc.jpg,Gunslingers Collection,3DO,Shooter,"American Laser Games, Inc",American Laser Games,,,,,,,1995-01-01, -/games/boxart/full_gunstar-heroes_825AmericaFront.jpg,Gunstar Heroes,PC,Shooter,Sega,Backbone Entertainment,,,,,,,2011-01-10,2018-05-25 -/games/boxart/full_2010429AmericaFrontccc.jpg,Gunstar Heroes,XBL,Shooter,Sega,Backbone Entertainment,,,,,,,2009-06-10, -/games/boxart/full_5995487JapanFrontccc.jpg,Gunstar Heroes,GG,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,1995-03-24, -/games/boxart/full_2316002AmericaFrontccc.png,Gunstar Heroes,PSN,Shooter,Sega,Backbone Entertainment,,,,,,,2009-06-11, -/games/boxart/3983579ccc.gif,Gunstar Heroes,VC,Shooter,Sega,"Treasure Co., Ltd.",9,,,,,,2006-12-11, -/games/boxart/full_5338524JapanFrontccc.jpg,Gunvari Collection + Time Crisis,PS2,Shooter,Namco,Namco,,,,,,,2002-12-12, -/games/boxart/default.jpg,Gurutto! Saver,DSiW,Shooter,G-Style,G-Style,,,,,,,2011-05-25, -/games/boxart/full_guwange_746AmericaFront.jpg,Guwange,XBL,Shooter,Cave,Cave,8,,,,,,2010-11-10, -/games/boxart/7121662ccc.jpg,Gyrostarr,WW,Shooter,High Voltage Software,High Voltage Software,,,,,,,2008-06-23, -/games/boxart/full_83022AmericaFrontccc.jpg,Gyruss,2600,Shooter,Parker Bros.,Parker Bros,,,,,,,1984-01-01, -/games/boxart/full_2998069AmericaFrontccc.jpg,Gyruss,XBL,Shooter,Konami,Digital Eclipse,,,,,,,2007-04-18, -/games/boxart/9911503ccc.jpg,Gyruss,5200,Shooter,Parker Bros.,Parker Bros,,,,,,,1984-01-01, -/games/boxart/full_3638662AmericaFrontccc.jpg,Gyruss,NES,Shooter,Ultra Games,Konami,,,,,,,1989-02-01, -/games/boxart/full_146347AmericaFrontccc.jpg,H1Z1,PC,Shooter,Daybreak Games,Daybreak Games,,,,,,,2018-02-28,2018-09-15 -/games/boxart/full_6117981AmericaFrontccc.jpeg,H1Z1: Battle Royale,PS4,Shooter,Daybreak Games,Daybreak Games,,,,,,,2018-05-22,2018-09-15 -/games/boxart/default.jpg,HAL 21,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, -/games/boxart/full_7294905AmericaFrontccc.jpg,Half-Life 1: Anthology,PC,Shooter,Electronic Arts,Valve Software,,,,,,,2005-09-26, -/games/boxart/full_8740046AmericaFrontccc.jpg,Half-Life 2: Deathmatch,PC,Shooter,Valve,Valve Software,,,,,,,2004-11-16, -/games/boxart/full_7015529AmericaFrontccc.jpg,Half-Life 2: Episode Pack,PC,Shooter,Electronic Arts,Valve Software,8.8,,,,,,2008-04-08, -/games/boxart/full_2542213AmericaFrontccc.png,Half-Life 2: Episode Three,PC,Shooter,Unknown,Valve,,,,,,,, -/games/boxart/full_4003147AmericaFrontccc.jpg,Half-Life 2: Lost Coast,PC,Shooter,Valve,Valve Software,,,,,,,2005-10-27,2018-05-25 -/games/boxart/full_213023AmericaFrontccc.jpg,Half-Life 2: The Platinum Edition,PC,Shooter,Valve,Valve Software,,,,,,,2006-11-06, -/games/boxart/full_half-life-deathmatch-source_568AmericaFront.png,Half-Life Deathmatch: Source,PC,Shooter,Valve,Valve Software,,,,,,,2006-05-01, -/games/boxart/full_half-life-azure-sheep_726AmericaFront.jpg,Half-Life: Azure Sheep,PC,Shooter,DAVLevels,Unknown,,,,,,,2007-09-10, -/games/boxart/6074978ccc.jpg,Half-Life: Counter-Strike,PC,Shooter,Sierra Entertainment,The Counter-Strike Team,8.8,,,,,,2000-11-08, -/games/boxart/full_half-life-desert-crisis_291AmericaFront.jpg,Half-Life: Desert Crisis,PC,Shooter,Unknown,Soulescape,,,,,,,2004-10-29, -/games/boxart/full_half-life-existence_281AmericaFront.jpg,Half-Life: Existence,PC,Shooter,Unknown,Unknown,,,,,,,2007-08-10, -/games/boxart/full_half-life-firearms_26AmericaFront.jpg,Half-Life: Firearms,PC,Shooter,Unknown,Unknown,,,,,,,2001-09-21, -/games/boxart/full_half-life-front-line-force_21AmericaFront.jpg,Half-Life: Frontline Force,PC,Shooter,Tony Sergi,Adrian Finol,,,,,,,2004-03-01, -/games/boxart/full_1069376AmericaFrontccc.jpg,Half-Life: Generation,PC,Shooter,Sierra Entertainment,Valve Software & Gearbox Software,,,,,,,2002-01-01, -/games/boxart/full_8150183AmericaFrontccc.jpg,Half-Life: Platinum Collection,PC,Shooter,Sierra Entertainment,Valve Software,,,,,,,2002-01-01, -/games/boxart/full_4238775AmericaFrontccc.jpg,Half-Life: Platinum Collection 2,PC,Shooter,Sierra Entertainment,Valve Software,,,,,,,2002-08-28, -/games/boxart/full_half-life-ricochet_171AmericaFront.jpg,Half-Life: Ricochet,PC,Shooter,Valve,Valve Software,,,,,,,2000-11-01, -/games/boxart/full_half-life-science-and-industry_753AmericaFront.jpg,Half-Life: Science and Industry,PC,Shooter,Unknown,Unknown,,,,,,,2002-01-01, -/games/boxart/full_half-life-source_178PALFront.jpg,Half-Life: Source,PC,Shooter,Valve,Valve Software,,,,,,,2004-06-04, -/games/boxart/full_half-life-the-opera_94AmericaFront.jpg,Half-Life: The Opera,PC,Shooter,Unknown,Unknown,,,,,,,2000-01-01, -/games/boxart/full_half-life-the-specialists_649AmericaFront.jpg,Half-Life: The Specialists,PC,Shooter,Unknown,Unknown,,,,,,,2004-06-27, -/games/boxart/full_half-life-they-hunger_2AmericaFront.jpg,Half-Life: They Hunger,PC,Shooter,Black Widow Games,Black Widow Games,,,,,,,1999-01-01, -/games/boxart/full_6723660AmericaFrontccc.jpg,Halley Wars,GG,Shooter,Sega,Taioto,,,,,,,1991-01-01, -/games/boxart/full_2407954AmericaFrontccc.jpg,Halo 3,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2010-04-20,2018-10-11 -/games/boxart/full_halo-3-heroic-map-pack_118AmericaFront.jpg,Halo 3: Heroic Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie Studios,,,,,,,2007-12-11,2018-10-11 -/games/boxart/full_halo-3-legendary-map-pack_765AmericaFront.jpg,Halo 3: Legendary Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2008-04-15,2018-10-11 -/games/boxart/full_halo-3-mythic-ii-map-pack_767AmericaFront.jpg,Halo 3: Mythic II Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2010-02-02,2018-10-11 -/games/boxart/full_halo-3-mythic-map-pack_705AmericaFront.jpg,Halo 3: Mythic Map Pack,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2009-04-09,2018-10-11 -/games/boxart/full_halo-3-odst_506AmericaFront.jpg,Halo 3: ODST,XBL,Shooter,Microsoft Game Studios,Bungie,,,,,,,2011-04-05,2018-10-11 -/games/boxart/full_986208AmericaFrontccc.jpg,Halo Online,PC,Shooter,Microsoft Studios,Saber Interactive,,,,,,,2015-12-31, -/games/boxart/full_6312000AmericaFrontccc.jpg,Halo: Combat Evolved,XBL,Shooter,Microsoft Game Studios,Bungie Studios,,,,,,,2007-12-04,2018-10-11 -/games/boxart/full_halo-reach_159AmericaFront.jpg,Halo: Reach,XBL,Shooter,Microsoft Game Studios,Bungie,9.3,,,,,,2011-03-15,2018-10-11 -/games/boxart/full_halo-reach-defiant-map-pack_244AmericaFront.jpg,Halo: Reach - Defiant Map Pack,XBL,Shooter,Microsoft Game Studios,343 Industries,,,,,,,2011-03-15, -/games/boxart/full_halo-reach-noble-map-pack_878AmericaFront.jpg,Halo: Reach - Noble Map Pack,XBL,Shooter,Microsoft Game Studios,343 Industries,,,,,,,2010-11-30, -/games/boxart/full_9403305AmericaFrontccc.jpg,Halo: Spartan Assault,XOne,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2013-12-23,2018-09-27 -/games/boxart/full_229877AmericaFrontccc.jpg,Halo: Spartan Assault,XBL,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2014-01-31,2018-09-27 -/games/boxart/full_790701AmericaFrontccc.png,Halo: Spartan Assault,WinP,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2013-07-18,2018-09-27 -/games/boxart/full_2836848AmericaFrontccc.png,Halo: Spartan Strike,PC,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2014-11-25,2018-09-27 -/games/boxart/full_225813AmericaFrontccc.png,Halo: Spartan Strike,WinP,Shooter,Microsoft Studios,Vanguard Games,,,,,,,2015-04-16,2018-09-27 -/games/boxart/full_hana-taaka-daka_9JapanFront.jpg,Hana Taaka Daka!?,PCE,Shooter,Taito,Natsume,,,,,,,1991-08-09, -/games/boxart/full_5792712AmericaFrontccc.jpg,Hangeki,PC,Shooter,Unknown,Unknown,,,,,,,2014-08-11, -/games/boxart/full_1212480AmericaFrontccc.jpg,Hangman's Revenge!,XBL,Shooter,Microsoft,Madcat327,,,,,,,2009-06-05, -/games/boxart/full_hany-in-the-sky_8JapanFront.jpg,Hany in the Sky,PCE,Shooter,FACE,Sankindo,,,,,,,1989-03-01, -/games/boxart/full_438966PALFrontccc.jpg,Hardware: Online Arena,PS2,Shooter,Sony Computer Entertainment,SCEE London Studio,,,,,,,2003-11-07,2018-12-03 -/games/boxart/full_1756122JapanFrontccc.jpg,Harmful Park,PS,Shooter,Sky Think Systems,Sky Think Systems,,,,,,,1997-02-14, -/games/boxart/full_2187637AmericaFrontccc.jpg,Head Shot 2,XBL,Shooter,Microsoft,Silver Dollar Games,,,,,,,2009-11-07,2020-03-03 -/games/boxart/full_head-shot-god_987AmericaFront.jpg,Head Shot God,XBL,Shooter,Microsoft,Silver Dollar Games,,,,,,,2011-09-02, -/games/boxart/full_9267029AmericaFrontccc.jpg,Headshot,XBL,Shooter,Microsoft,North West,,,,,,,2009-08-08, -/games/boxart/2548725ccc.jpg,Heavenly Guardian,PS2,Shooter,UFO Interactive,Starfish,,,,,,,2008-02-26, -/games/boxart/7777718ccc.jpg,Heavenly Guardian,PS2,Shooter,UFO Interactive,Starfish,,,,,,,2008-02-26, -/games/boxart/5202766ccc.jpg,Heavenly Guardian,Wii,Shooter,UFO Interactive,Starfish,,,,,,,2008-04-22, -/games/boxart/default.jpg,Heavy Fire: Afghanistan,X360,Shooter,Mastiff,Teyon Entertainment,,,,,,,2012-12-31, -/games/boxart/full_heavy-fire-black-arms_621AmericaFront.jpg,Heavy Fire: Black Arms,WW,Shooter,Teyon Entertainment,Teyon Entertainment,,,,,,,2011-03-07, -/games/boxart/full_heavy-fire-special-operations_3AmericaFront.jpg,Heavy Fire: Special Operations,WW,Shooter,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-07-26, -/games/boxart/full_heavy-metal-fakk-2_897AmericaFront.jpg,Heavy Metal: F.A.K.K. 2,PC,Shooter,Gathering of Developers,Ritual Entertainment,,,,,,,2000-08-06, -/games/boxart/full_heavy-unit_9JapanFront.jpg,Heavy Unit,GEN,Shooter,TOHO,"Toho Co., Ltd",,,,,,,1990-12-26, -/games/boxart/full_heavy-unit_3JapanFront.jpg,Heavy Unit,PCE,Shooter,Taito,Inter State,,,,,,,1989-12-22, -/games/boxart/full_4213652AmericaFrontccc.jpg,Heavy Weapon Deluxe,PC,Shooter,PopCap Games,PopCap Games,,,,,,,2005-03-24, -/games/boxart/full_6630812AmericaFrontccc.png,Heavy Weapon: Atomic Tank,PSN,Shooter,Sony Online Entertainment,PopCap Games,,,,,,,2009-06-11, -/games/boxart/full_9450281AmericaFrontccc.jpg,Heavy Weapon: Atomic Tank,XBL,Shooter,PopCap Games,PopCap Games,,,,,,,2007-01-17, -/games/boxart/full_heli-heroes_27AmericaFront.jpg,Heli Heroes,PC,Shooter,TopWare,Zuxxez,,,,,,,2002-01-29, -/games/boxart/1751630ccc.jpg,Hellfire,GEN,Shooter,Seismic,Toaplan,,,,,,,1991-01-01, -/games/boxart/full_43423JapanFrontccc.jpg,Hellfire S: The Another Story,PCE,Shooter,NEC,NEC Avenue,,,,,,,1991-04-12, -/games/boxart/default.jpg,Hellion: Mystery of the Inquisition,PS3,Shooter,Unknown,Flying Fish,,,,,,,, -/games/boxart/default.jpg,Hellion: Mystery of the Inquisition,PC,Shooter,Unknown,Flying Fish,,,,,,,, -/games/boxart/default.jpg,Hellion: Mystery of the Inquisition,X360,Shooter,Unknown,Flying Fish,,,,,,,, -/games/boxart/full_hellraiser_513AmericaFront.jpg,Hellraiser,NES,Shooter,Unknown,Color Dreams,,,,,,,2020-12-31, -/games/boxart/1930319ccc.jpg,Heretic,PC,Shooter,id Software,Raven Software,,,,,,,1994-12-23, -/games/boxart/full_3798577AmericaFrontccc.jpg,Heretic: Shadow of the Serpent Riders,PC,Shooter,id Software,Raven Software,,,,,,,1994-12-23, -/games/boxart/8404091ccc.jpg,Hexen II,PC,Shooter,Activision,Raven Software,,,,,,,1997-09-01, -/games/boxart/full_296260AmericaFrontccc.jpg,Hexen II Mission Pack: Portal of Praevus,PC,Shooter,Activision,Raven Software,,,,,,,1998-03-31, -/games/boxart/7364012ccc.jpg,Hexen: Beyond Heretic,PC,Shooter,id Software,Raven Software,,,,,,,1995-09-30, -/games/boxart/7394401ccc.jpg,Hexen: Beyond Heretic,SAT,Shooter,GT Interactive,Atod AB,,,,,,,1997-04-30, -/games/boxart/full_813665AmericaFrontccc.jpg,Hexen: Deathkings of the Dark Citadel,PC,Shooter,id Software,Raven Software,,,,,,,1996-01-01, -/games/boxart/full_4723204JapanFrontccc.jpg,Higurashi Daybreak,PC,Shooter,Twilight Frontier,Twilight Frontier,,,,,,,2006-08-13, -/games/boxart/default.jpg,Higurashi Daybreak Kai,PC,Shooter,Twilight Frontier,Twilight Frontier,,,,,,,2007-04-22, -/games/boxart/full_5299969AmericaFrontccc.jpg,History Channel: Battle for the Pacific,PS2,Shooter,Activision,Sand Grain Studios,,,,,,,2007-12-04, -/games/boxart/2057407ccc.jpg,History Channel: Battle for the Pacific,PC,Shooter,Activision,Ladyluck Digital Media,,,,,,,2007-12-04, -/games/boxart/full_5463715AmericaFrontccc.jpg,History Channel: Civil War - A Nation Divided,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2006-11-14, -/games/boxart/full_2023608AmericaFrontccc.jpg,History Civil War: Secret Missions,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2008-11-11, -/games/boxart/default.jpg,Hitman: Sniper,And,Shooter,Square Enix,Square Enix,,,,,,,2015-01-01, -/games/boxart/default.jpg,Hitogata Happa,PC,Shooter,Rockin' Android,Platine Dispositif,,,,,,,2011-09-27, -/games/boxart/full_hitogata-happa_6AmericaFront.jpg,Hitogata Happa,PSN,Shooter,Sony Online Entertainment,Platine Dispositif,,,,,,,2010-06-15, -/games/boxart/full_homefront_59AmericaFront.jpg,Homefront,PSN,Shooter,THQ,Kaos Studios,6.6,,,,,,2011-10-25, -/games/boxart/full_homefront_724AmericaFront.jpg,Homefront,XBL,Shooter,THQ,Kaos Studios,6.7,,,,,,2011-09-13, -/games/boxart/default.jpg,Homefront 2,PS3,Shooter,THQ,Crytek,,,,,,,2013-12-31, -/games/boxart/default.jpg,Homefront 2,X360,Shooter,THQ,Crytek,,,,,,,2013-12-31, -/games/boxart/full_5627470AmericaFrontccc.jpg,Homefront: The Revolution,Linux,Shooter,Deep Silver,Dambuster Studios,,,,,,,2016-05-17,2018-05-24 -/games/boxart/full_727460AmericaFrontccc.jpg,Homefront: The Revolution,OSX,Shooter,Deep Silver,Dambuster Studios,,,,,,,2016-05-17,2018-05-24 -/games/boxart/default.jpg,Hong Kong 97,SNES,Shooter,HappySoft,HappySoft,,,,,,,1995-01-01, -/games/boxart/full_horizon-riders_60AmericaFront.jpg,Horizon Riders,WW,Shooter,Sabarasa Entertainment,Sabarasa Entertainment,8,,,,,,2011-06-10, -/games/boxart/full_4389808JapanFrontccc.jpg,Hudson Selection Vol. 2: Star Soldier,GC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2003-07-10, -/games/boxart/full_3134728JapanFrontccc.jpg,Hudson Selection Vol. 2: Star Soldier,PS2,Shooter,Hudson Soft,Hudson Soft,,,,,,,2003-11-27, -/games/boxart/full_8167074AmericaFrontccc.jpg,Hunt: Showdown,PC,Shooter,Crytek,Crytek,,,,,,,2019-08-27,2020-01-20 -/games/boxart/full_8262690PALFrontccc.jpg,Hunting Simulator,PC,Shooter,Bigben Interactive,Maximum Games,,,,,,,2017-07-11,2018-06-28 -/games/boxart/full_hybrid_2PALFront.jpg,Hybrid,PS,Shooter,Midas Interactive Entertainment,"MotiveTime, Ltd.",,,,,,,2002-04-12, -/games/boxart/full_hyper-duel_54JapanFront.jpg,Hyper Duel,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-11-22, -/games/boxart/full_hyper-dyne-side-arms-special_5JapanFront.jpg,Hyper Dyne Side Arms Special,PCE,Shooter,NEC Avenue,NEC Avenue,,,,,,,1989-12-15, -/games/boxart/1770834ccc.jpg,HyperZone,SNES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1991-09-01,2018-04-20 -/games/boxart/full_3702214AmericaFrontccc.jpg,I MAED A GAM3 W1TH Z0MB1ES!!!1,XBL,Shooter,Microsoft,Jamezila,,,,,,,2009-08-16, -/games/boxart/default.jpg,I'm O.K - A Murder Simulator,PC,Shooter,ThompsonSoft,ThompsonSoft,,,,,,,2005-01-01, -/games/boxart/full_796354AmericaFrontccc.jpg,Ice Nine,GBA,Shooter,BAM! Entertainment,Torus Games,3.8,,,,,,2005-02-28, -/games/boxart/full_ichigeki-sacchuu-hoihoi-san_9JapanFront.jpg,Ichigeki Sacchuu!! HoiHoi-San,PS2,Shooter,Konami,Konami,,,,,,,2003-11-27, -/games/boxart/full_ikari-no-yousai-2_757JapanFront.jpg,Ikari no Yousai 2,GB,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1992-02-21, -/games/boxart/1164656ccc.jpg,Ikari Warriors,2600,Shooter,Data East,Data East,,,,,,,1989-01-01, -/games/boxart/804156ccc.jpg,Ikari Warriors,NES,Shooter,SNK,Micronics,,,,,,,1987-05-01, -/games/boxart/full_ikari-warriors_2PALFront.jpg,Ikari Warriors,PC,Shooter,Data East,"Quicksilver Software, Inc",,,,,,,1987-01-01, -/games/boxart/default.jpg,Ikari Warriors,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, -/games/boxart/1387820ccc.jpg,Ikari Warriors,7800,Shooter,Atari,Imagineering Inc.,,,,,,,1990-01-01, -/games/boxart/3703452ccc.jpg,Ikari Warriors II: Victory Road,NES,Shooter,SNK,Micronics,,,,,,,1988-04-01, -/games/boxart/full_9448747AmericaFrontccc.jpg,Ikaroids,XBL,Shooter,Microsoft,John Wordsworth,,,,,,,2009-12-05, -/games/boxart/full_8697162JapanFrontccc.jpg,Ikaruga,DC,Shooter,ESP,"Treasure Co., Ltd.",8.3,,,,,,2002-09-05, -/games/boxart/full_ikaruga_649AmericaFront.jpg,Ikaruga,XBL,Shooter,Treasure,"Treasure Co., Ltd.",8.6,,,,,,2008-04-09, -/games/boxart/full_image-fight_9JapanFront.jpg,Image Fight,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1990-07-27, -/games/boxart/5128260ccc.jpg,Image Fight,NES,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1990-07-01, -/games/boxart/full_image-fight_1JapanFront.jpg,Image Fight,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-08-07, -/games/boxart/full_5054473JapanFrontccc.jpg,Image Fight & X-Multiply,SAT,Shooter,Xing Entertainment,Irem Software Engineering,,,,,,,1998-08-20, -/games/boxart/full_1155326JapanFrontccc.jpg,Image Fight & X-Multiply,PS,Shooter,Xing Entertainment,Irem Software Engineering,,,,,,,1998-03-19, -/games/boxart/full_image-fight-ii_7JapanFront.jpg,Image Fight II,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-12-11, -/games/boxart/full_image-fight-ii_9JapanFront.jpg,Image Fight II,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-12-18, -/games/boxart/802291ccc.jpg,Immercenary,3DO,Shooter,Electronic Arts,5 Miles Out,,,,,,,1995-01-01, -/games/boxart/7754996ccc.jpg,Imperium,SNES,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1992-11-01, -/games/boxart/full_8109562AmericaFrontccc.jpg,In Space We Brawl,PS3,Shooter,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_6034353AmericaFrontccc.jpg,In Space We Brawl,PS4,Shooter,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/9214144ccc.jpg,In the Hunt,SAT,Shooter,THQ,Xing Entertainment,,,,,,,1996-01-01, -/games/boxart/default.jpg,Incoming,PC,Shooter,Kalypso,Rage Software,,,,,,,2002-09-24, -/games/boxart/full_4513836AmericaFrontccc.jpg,Incoming Forces,PC,Shooter,Hip Interactive,Rage Software,,,,,,,2002-09-25, -/games/boxart/7723623ccc.jpg,Independence Day,SAT,Shooter,Fox Interactive,Radical Entertainment,,,,,,,1997-01-01, -/games/boxart/full_2206384AmericaFrontccc.jpg,Independence Day,PC,Shooter,Fox Interactive,Radical Entertainment,,,,,,,1997-02-28, -/games/boxart/738254ccc.jpg,Infernal,PC,Shooter,Eidos Interactive,Metropolis Software,,,,,,,2007-05-09, -/games/boxart/full_3503096AmericaFrontccc.jpg,Influence,XBL,Shooter,Microsoft,Stamp,,,,,,,2009-10-17, -/games/boxart/full_insanely-twisted-shadow-planet_354AmericaFront.jpg,Insanely Twisted Shadow Planet,XBL,Shooter,Microsoft Studios,Fuelcell Games,7.5,,,,,,2011-08-03, -/games/boxart/full_insector-x_908AmericaFront.jpg,Insector X,GEN,Shooter,Taito,Taito,,,,,,,1990-01-01, -/games/boxart/full_inside-a-star-filled-sky_379AmericaFront.jpg,Inside a Star-filled Sky,PC,Shooter,Jason Rohrer,Jason Rohrer,8.5,,,,,,2011-02-21, -/games/boxart/full_3999604JapanFrontccc.jpg,Insmouse no Yakata,VB,Shooter,I'Max,Be Top,,,,,,,1995-10-13, -/games/boxart/default.jpg,Interstellar Marines,PS3,Shooter,Unknown,Zero Point Software,,,,,,,, -/games/boxart/default.jpg,Interstellar Marines,PC,Shooter,Unknown,Zero Point Software,,,,,,,, -/games/boxart/default.jpg,Interstellar Marines,X360,Shooter,Unknown,Zero Point Software,,,,,,,, -/games/boxart/full_8502196PALFrontccc.jpg,Invader,GBA,Shooter,Xicat Interactive,Formula,,,,,,,2002-10-18, -/games/boxart/full_6479736AmericaFrontccc.jpg,Ion Assault,XBL,Shooter,RTL,Coreplay,,,,,,,2009-09-23, -/games/boxart/3601289ccc.jpg,Iron Angel of the Apocalypse,3DO,Shooter,Synergy Inc.,Synergy Inc.,,,,,,,1995-01-01, -/games/boxart/1544015ccc.jpg,Iron Angel of the Apocalypse: The Return,3DO,Shooter,Synergy Inc.,Synergy Inc.,,,,,,,1995-09-22, -/games/boxart/full_iron-grip-warlord_357AmericaFront.jpg,Iron Grip: Warlord,PC,Shooter,Unknown,Isotx,,,,,,,2008-11-14, -/games/boxart/full_4356653AmericaFrontccc.jpg,Iron Storm,PC,Shooter,DreamCatcher Interactive,4X Studios,,,,,,,2002-10-25, -/games/boxart/650158ccc.jpg,Iron Tank: The Invasion of Normandy,NES,Shooter,SNK,SNK Corporation,,,,,,,1988-07-01, -/games/boxart/full_4882275JapanFrontccc.jpg,Ironclad,VC,Shooter,Unknown,Saurus,8,,,,,,, -/games/boxart/full_7247496AmericaFrontccc.png,IronFall Invasion,3DS,Shooter,VD-dev,VD-dev,4.5,,,,,,2015-02-13,2018-08-04 -/games/boxart/full_7184716JapanFrontccc.jpg,iS: internal section,PS,Shooter,Square,Positron,,,,,,,1999-01-28, -/games/boxart/full_isolated-warrior_740AmericaFront.jpg,Isolated Warrior,NES,Shooter,Vap,KID Corporation,,,,,,,1991-02-01, -/games/boxart/full_5191415AmericaFrontccc.jpg,Jake's Room,XBL,Shooter,Microsoft,Dennis McWilliams,,,,,,,2009-09-26, -/games/boxart/full_jet-pack-war_5AmericaFront.jpg,Jet Pack War,XBL,Shooter,Microsoft,Super Boise 2,,,,,,,2010-08-17, -/games/boxart/full_jet-star-universe_452AmericaFront.jpg,Jet Star Universe,XBL,Shooter,Microsoft,Duane Hoyt,,,,,,,2011-09-01, -/games/boxart/full_5177530AmericaFrontccc.jpg,Jetpac Refuelled,XBL,Shooter,Microsoft Game Studios,Rare Ltd.,8,,,,,,2007-03-28, -/games/boxart/default.jpg,Jetpack Joyride,iOS,Shooter,Halfbrick Studios,Halfbrick Studios,8.7,,,,,,2011-09-01, -/games/boxart/full_9327494JapanFrontccc.jpg,Jikkyou Oshaberi Parodius: Forever with Me,SAT,Shooter,Konami,Konami,,,,,,,1996-12-13, -/games/boxart/full_5988162JapanFrontccc.jpg,Jikkyou Oshaberi Parodius: Forever With Me,PS,Shooter,Konami,Stone Heads,,,,,,,1996-12-20, -/games/boxart/full_jinmu-denshou_4JapanFront.jpg,Jinmu Denshou,PCE,Shooter,Unknown,Wolf Team,,,,,,,1989-06-23, -/games/boxart/full_jinzou-ningen-hakaider-last-judgement_0JapanFront.jpg,Jinzou Ningen Hakaider: Last Judgement,SAT,Shooter,Sega,Japan Media Programming Inc. (JAMP),,,,,,,1996-12-27, -/games/boxart/full_jj-tobidase-daisakusen-part-ii_822JapanFront.jpg,JJ - Tobidase Daisakusen Part II,NES,Shooter,Square,Square,,,,,,,1987-12-07, -/games/boxart/full_4535973AmericaFrontccc.jpg,John Romero's Daikatana,N64,Shooter,Kemco,Ion Storm,3.9,,,,,,2000-07-31, -/games/boxart/full_4711119PALFrontccc.jpg,Johnny Whatever,GIZ,Shooter,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/default.jpg,Joint Attack,PSN,Shooter,Capcom,Backbone Entertainment,,,,,,,2008-07-24, -/games/boxart/full_4038639AmericaFrontccc.jpg,Joint Operations: Escalation,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2004-11-19, -/games/boxart/full_1015345AmericaFrontccc.jpg,Joint Operations: Typhoon Rising,PC,Shooter,NovaLogic,NovaLogic,,,,,,,2004-06-15, -/games/boxart/full_8401012AmericaFrontccc.jpg,Joint Strike Future,XBL,Shooter,Microsoft,Hall Entertainment,,,,,,,2008-12-29, -/games/boxart/full_2028147AmericaFrontccc.jpg,Jordans Asteroids,XBL,Shooter,Microsoft,TooShort4 Games,,,,,,,2009-01-03, -/games/boxart/full_7495364AmericaFrontccc.jpg,Judge Dredd: Dredd Vs Death,GC,Shooter,Evolved Games,Rebellion Developments,,,,,,,2005-03-01, -/games/boxart/full_7779075AmericaFrontccc.jpg,Judge Dredd: Dredd Vs Death,PC,Shooter,Evolved Games,Rebellion Developments,,,,,,,2005-03-03, -/games/boxart/full_3987279JapanFrontccc.jpg,Judgement Silversword: Rebirth Edition,WS,Shooter,Qute,Qute Corporation,,,,,,,2004-02-02, -/games/boxart/full_2213326JapanFrontccc.jpg,Ka 2: Let's Go Hawaii,PS2,Shooter,Sony Computer Entertainment,Zoom Inc.,,,,,,,2003-07-03, -/games/boxart/full_9313058JapanFrontccc.jpg,Kaettekita Cyborg Kuro-Chan,PS,Shooter,Konami,Konami,,,,,,,2002-11-28, -/games/boxart/full_kaite-tsukutte-asoberu-dezaemon_661JapanFront.jpg,Kaite Tsukutte Asoberu: Dezaemon,SNES,Shooter,Athena,Athena,,,,,,,1994-09-20, -/games/boxart/full_913327AmericaFrontccc.jpg,Kane & Lynch: Dead Men,XBL,Shooter,Eidos Interactive,IO Interactive,,,,,,,2010-04-27, -/games/boxart/full_karma-operation-barbarossa_773AmericaFront.png,Karma: Operation Barbarossa,PC,Shooter,NHN USA,Dragonfly,,,,,,,2009-12-10, -/games/boxart/full_203902AmericaFrontccc.jpg,Karnn Age,XBL,Shooter,Microsoft,Louis Lavallee,,,,,,,2009-05-07, -/games/boxart/full_9837823AmericaFrontccc.jpg,Karnn Age Lite,XBL,Shooter,Microsoft,Louis Lavallee,,,,,,,2009-07-03, -/games/boxart/full_1307340JapanFrontccc.jpg,Karous,DC,Shooter,Milestone,MileStone Inc.,,,,,,,2007-03-08, -/games/boxart/default.jpg,Karous 3D,3DS,Shooter,Unknown,MileStone Inc.,,,,,,,, -/games/boxart/full_4481797AmericaFrontccc.jpg,Keio Flying Squadron,SCD,Shooter,Victor Interactive,Victor Interactive Software,,,,,,,1994-01-01, -/games/boxart/full_8929305PALFrontccc.jpg,Keio Flying Squadron 2,SAT,Shooter,Victor Interactive,Victor Interactive Software,,,,,,,2021-01-01, -/games/boxart/full_5586585AmericaFrontccc.jpg,Kill Strain,PS4,Shooter,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2016-07-12,2018-09-17 -/games/boxart/full_998629AmericaFrontccc.jpg,Kill.Switch,PC,Shooter,Hip Interactive,Namco,,,,,,,2004-03-30, -/games/boxart/full_killing-time_8AmericaFront.jpg,Killing Time,PC,Shooter,3DO,"Intrepid Software Solutions, Inc.",,,,,,,1996-10-31, -/games/boxart/2651709ccc.jpg,Killing Time,3DO,Shooter,Panasonic Interactive Media,"Intrepid Software Solutions, Inc.",,,,,,,1995-01-01, -/games/boxart/full_killzone-2-flash-amp-thunder-pack_390AmericaFront.jpg,Killzone 2: Flash & Thunder Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2009-06-10, -/games/boxart/default.jpg,Killzone 2: Flash and Thunder,PS3,Shooter,Unknown,Guerrilla Games,,,,,,,, -/games/boxart/default.jpg,Killzone 2: Napalm & Cordite,PS3,Shooter,Unknown,Guerrilla Games,,,,,,,, -/games/boxart/full_killzone-2-napalm-amp-cordite-pack_591AmericaFront.jpg,Killzone 2: Napalm & Cordite Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2009-07-22, -/games/boxart/full_killzone-2-steel-amp-titanium-pack_890AmericaFront.jpg,Killzone 2: Steel & Titanium Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2009-04-29, -/games/boxart/default.jpg,Killzone 2: Steel and Titanium,PS3,Shooter,Unknown,Guerrilla Games,,,,,,,, -/games/boxart/full_killzone-3-from-the-ashes-map-pack_703AmericaFront.jpg,Killzone 3: From the Ashes Map Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2011-06-21, -/games/boxart/full_killzone-3-retro-pack-reclaimed-territory_670AmericaFront.jpg,Killzone 3: Retro-Pack - Reclaimed Territory,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2011-02-22, -/games/boxart/full_killzone-3-steel-rain-map-pack_757AmericaFront.jpg,Killzone 3: Steel Rain Map Pack,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,,,,,,,2011-04-05, -/games/boxart/full_8981185AmericaFrontccc.png,Killzone: Liberation,PSN,Shooter,Sony Computer Entertainment,Guerrilla Games,7.8,,,,,,2009-03-04, -/games/boxart/full_4924068AmericaFrontccc.jpg,King's Knight,VC,Shooter,Square Enix,Square,,,,,,,2008-03-24, -/games/boxart/full_1988505AmericaFrontccc.jpg,King's Knight,NES,Shooter,Square,Square,,,,,,,1989-09-01, -/games/boxart/279986ccc.jpg,Kingpin: Life of Crime,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1999-06-30, -/games/boxart/full_8074668JapanFrontccc.jpg,Knightmare: Majou Densetsu,VC,Shooter,Konami,Konami,,,,,,,2009-12-22, -/games/boxart/full_king-of-fighters-skystage_0AmericaFront.jpg,KOF Sky Stage,XBL,Shooter,SNK Playmore,"Moss Co., Ltd.",,,,,,,2010-09-15, -/games/boxart/full_9764006PALFrontccc.jpg,Kreed,PC,Shooter,Unknown,Burut Software,,,,,,,2004-07-01, -/games/boxart/full_4913262AmericaFrontccc.jpg,Krisotron,XBL,Shooter,Microsoft,Kristian Carazo,,,,,,,2009-10-23, -/games/boxart/full_1087856AmericaFrontccc.jpg,Kromaia,PC,Shooter,Rising Star Games,Rising Star Games,,,,,,,2015-01-01, -/games/boxart/full_kyotokei_707AmericaFront.jpg,Kyotokei,WW,Shooter,Microforum,Microforum,,,,,,,2011-08-11, -/games/boxart/full_kyuin_333AmericaFront.jpg,Kyuiin,PSN,Shooter,Unknown,Media Entertainment,,,,,,,2011-07-19, -/games/boxart/full_kyuin_45JapanFront.jpg,Kyuin,PS,Shooter,Media Entertainment,Media Entertainment,,,,,,,1996-05-31, -/games/boxart/full_kyuukyoku-tiger_9JapanFront.jpg,Kyuukyoku Tiger,PCE,Shooter,Taito,Taito Corporation,,,,,,,1989-03-31, -/games/boxart/full_823310AmericaFrontccc.jpg,LA Cops,PC,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 -/games/boxart/full_3345937AmericaFrontccc.jpg,LA Cops,And,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 -/games/boxart/full_7921195AmericaFrontccc.jpg,LA Cops,OSX,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 -/games/boxart/full_1229946AmericaFrontccc.jpg,Land of the Dead: Road to Fiddler's Green,PC,Shooter,Groove Games,Brainbox Games,,,,,,,2005-10-20, -/games/boxart/default.jpg,Larva Mortus,PC,Shooter,Unknown,Rake in Grass,,,,,,,2008-05-13, -/games/boxart/3088747ccc.jpg,Laser Gates,2600,Shooter,Imagic,Imagic,,,,,,,1983-01-01, -/games/boxart/full_laser-ghost_4PALFront.jpg,Laser Ghost,MS,Shooter,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_2259688AmericaFrontccc.jpg,Laser Invasion,NES,Shooter,Konami,Unknown,,,,,,,1991-06-01, -/games/boxart/8506424ccc.jpg,Laser Volley,2600,Shooter,Zellers,Zellers,,,,,,,1983-01-01, -/games/boxart/default.jpg,Last Hope,NG,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2006-07-10, -/games/boxart/full_last-hope_10PALFront.jpg,Last Hope,DC,Shooter,RedSpot Games,NG:DEV.TEAM,,,,,,,2007-01-31, -/games/boxart/default.jpg,Last Hope (CD),NG,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2007-11-19, -/games/boxart/full_last-hope-pink-bullets_8PALFront.jpg,Last Hope: Pink Bullets,DC,Shooter,Unknown,NG:DEV.TEAM,,,,,,,2009-09-04, -/games/boxart/full_2599886JapanFrontccc.jpg,Last Legion UX,N64,Shooter,Hudson Soft,Yuke's Future Media Creators,,,,,,,1999-05-28, -/games/boxart/full_last-resort_551AmericaFront.jpg,Last Resort,VC,Shooter,SNK Playmore,SNK Corporation,,,,,,,2011-03-29, -/games/boxart/full_5754425AmericaFrontccc.jpg,Last Resort,NG,Shooter,SNK,SNK Corporation,,,,,,,1992-04-24, -/games/boxart/full_last-resort-cd_323AmericaFront.jpg,Last Resort (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1994-09-09, -/games/boxart/full_1405898JapanFrontccc.jpg,Layer Section II,SAT,Shooter,MediaQuest,Taito Corporation,,,,,,,1997-10-30, -/games/boxart/default.jpg,Lead and Gold: Gangs of the Wild West,XBL,Shooter,Unknown,Fatshark AB,,,,,,,, -/games/boxart/full_lead-and-gold-gangs-of-the-wild-west_8AmericaFront.jpg,Lead and Gold: Gangs of the Wild West,PSN,Shooter,Paradox Interactive,Fatshark AB,,,,,,,2010-05-04, -/games/boxart/full_6310349AmericaFrontccc.jpg,Lead and Gold: Gangs of the Wild West,PC,Shooter,Paradox Interactive,Fatshark AB,,,,,,,2010-04-08, -/games/boxart/full_6537743AmericaFrontccc.jpg,Leave Home,XBL,Shooter,Microsoft,hermitgames,8,,,,,,2009-12-12, -/games/boxart/full_left-4-dead-2-dead-air_307AmericaFront.jpg,Left 4 Dead 2: Dead Air,PC,Shooter,Electronic Arts,Valve Software,,,,,,,2011-07-22, -/games/boxart/full_left-4-dead-2-the-passing_1AmericaFront.jpg,Left 4 Dead 2: The Passing,XBL,Shooter,Electronic Arts,Certain Affinity / Valve Software,6,,,,,,2010-04-22, -/games/boxart/full_left-4-dead-2-the-passing_0AmericaFront.jpg,Left 4 Dead 2: The Passing,PC,Shooter,Valve,Certain Affinity / Valve Software,6,,,,,,2010-04-22, -/games/boxart/full_5914781AmericaFrontccc.jpg,Left 4 Dead 2: The Sacrifice,XBL,Shooter,Electronic Arts,Certain Affinity / Valve Software,,,,,,,2010-10-05, -/games/boxart/full_8154438AmericaFrontccc.jpg,Left 4 Dead 2: The Sacrifice,PC,Shooter,Valve,Certain Affinity / Valve Software,,,,,,,2010-10-05, -/games/boxart/full_9995687AmericaFrontccc.jpg,Left 4 Dead: Crash Course,PC,Shooter,Electronic Arts,Valve Software,,,,,,,2009-09-29, -/games/boxart/full_473346AmericaFrontccc.jpg,Left 4 Dead: Crash Course,XBL,Shooter,Electronic Arts,Valve Software,,,,,,,2009-09-29, -/games/boxart/full_left-4-dead-survival-pack_948AmericaFront.jpg,Left 4 Dead: Survival Pack,XBL,Shooter,Valve,Valve Corporation,,,,,,,2009-04-21, -/games/boxart/full_left-4-dead-survival-pack_778AmericaFront.jpg,Left 4 Dead: Survival Pack,PC,Shooter,Valve,Valve Corporation,,,,,,,2009-04-21, -/games/boxart/full_5555829AmericaFrontccc.jpg,Legendary Wings,NES,Shooter,Capcom,Capcom,,,,,,,1988-07-01, -/games/boxart/full_2079887AmericaFrontccc.jpg,Legends of Might and Magic,PC,Shooter,3DO,New World Computing,,,,,,,2001-06-20, -/games/boxart/full_2384777AmericaFrontccc.jpg,Lethal Enforcers,SCD,Shooter,Konami,Konami,,,,,,,1993-01-01, -/games/boxart/9242323ccc.jpg,Lethal Enforcers,GEN,Shooter,Konami,Konami,,,,,,,1993-07-25, -/games/boxart/full_1737107AmericaFrontccc.jpg,Lethal Enforcers II: Gun Fighters,GEN,Shooter,Konami,Konami,,,,,,,1994-01-01, -/games/boxart/full_2006032AmericaFrontccc.jpg,Lethal Enforcers II: Gun Fighters,SCD,Shooter,Konami,Konami,,,,,,,1994-11-24, -/games/boxart/full_leucistic-wyvern_1AmericaFront.jpg,Leucistic Wyvern,XBL,Shooter,Microsoft,Mukagosoftware Development,,,,,,,2010-10-16, -/games/boxart/full_3167861AmericaFrontccc.jpg,Life,XBL,Shooter,Microsoft,ExecutiveIguanaStudios,,,,,,,2009-11-23, -/games/boxart/full_5029277AmericaFrontccc.jpg,Life Force,VC,Shooter,Konami,Konami,,,,,,,2009-02-16, -/games/boxart/8133772ccc.jpg,Life Force,NES,Shooter,Konami,Konami,,,,,,,1988-08-01, -/games/boxart/full_213071PALFrontccc.jpg,Lifeforce Tenka,PC,Shooter,Psygnosis,Psygnosis,,,,,,,1997-01-01, -/games/boxart/1513287ccc.jpg,Lightening Force: Quest for the Darkstar,GEN,Shooter,Sega,"TechnoSoft Co., Ltd.",,,,,,,1992-01-01, -/games/boxart/full_line-of-fire_3PALFront.jpg,Line of Fire,MS,Shooter,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_little-red-riding-hoods-zombie-bbq_313AmericaFront.jpg,Little Red Riding Hood's Zombie BBQ,DSiW,Shooter,Gammick Entertainment,EnjoyUp Games,,,,,,,2010-12-13, -/games/boxart/full_6877006AmericaFrontccc.jpg,Loaded,SAT,Shooter,Interplay,Gremlin Interactive,,,,,,,1996-10-31, -/games/boxart/default.jpg,Loadout,PS4,Shooter,Edge of Reality,Edge of Reality,,,,,,,2014-12-16, -/games/boxart/full_1262268AmericaFrontccc.jpg,Loadout,PC,Shooter,Edge of Reality,Edge of Reality,,,,,,,2014-01-31, -/games/boxart/full_5445187AmericaFrontccc.jpg,Loadstar: The Legend of Tully Bodine,SCD,Shooter,Rocket Science Games,Rocket Science Games,,,,,,,1994-01-01, -/games/boxart/full_9876584PALFrontccc.jpg,Lone Soldier,PS,Shooter,Telstar,Tempest Software,,,,,,,1996-01-01, -/games/boxart/full_7177198AmericaFrontccc.jpg,Lord Ownage:UnBritish Invasion,XBL,Shooter,Microsoft,m00nkeh,,,,,,,2009-07-29, -/games/boxart/full_7674309AmericaFrontccc.jpg,Lords of Thunder,PCE,Shooter,Turbo Technologies,Hudson Soft,,,,,,,1993-01-01, -/games/boxart/2508525ccc.jpg,Lords of Thunder,SCD,Shooter,Hudson Soft,Hudson Soft,,,,,,,1993-06-25, -/games/boxart/full_lords-of-thunder_1JapanFront.jpg,Lords of Thunder,PSN,Shooter,Hudson Soft,Hudson Soft,,,,,,,2010-08-18, -/games/boxart/7144999ccc.jpg,Lords of Thunder,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2008-02-11, -/games/boxart/full_7077508AmericaFrontccc.jpg,Lost Planet: Extreme Condition Colonies Edition,XBL,Shooter,Capcom,Capcom,,,,,,,2009-12-22,2018-10-01 -/games/boxart/full_4828188AmericaFrontccc.jpg,Lost Planet: Extreme Condition Colonies Edition,PC,Shooter,Capcom,Capcom,7.8,,,,,,2008-05-27, -/games/boxart/default.jpg,Love,PC,Shooter,Unknown,Quel Solar,,,,,,,, -/games/boxart/default.jpg,Love Cupid,PSN,Shooter,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-11, -/games/boxart/full_1823973AmericaFrontccc.jpg,M.I.A.: Missing in Action,PC,Shooter,GT Interactive,Glass Ghost,,,,,,,1998-01-01, -/games/boxart/full_mozox-space-salvager_321PALFront.png,M.O.Z.O.X. Space Salvager,PSN,Shooter,Unknown,"Twisted Dragon Media, LLC",,,,,,,2011-01-04, -/games/boxart/full_1664057AmericaFrontccc.jpg,M.U.S.H.A. - Metallic Uniframe Super Hybrid Armor,VC,Shooter,Sega,Compile Ltd.,,,,,,,2009-01-19, -/games/boxart/4294577ccc.jpg,M.U.S.H.A. - Metallic Uniframe Super Hybrid Armor,GEN,Shooter,Seismic,Compile Ltd.,,,,,,,1990-01-01, -/games/boxart/886059ccc.jpg,Machine Head,SAT,Shooter,Eidos Interactive,Core Design Ltd.,,,,,,,1996-10-31, -/games/boxart/full_5050036JapanFrontccc.jpg,Macross VF-X 2,PS,Shooter,Bandai,Bandai,,,,,,,1999-09-02, -/games/boxart/full_988434JapanFrontccc.jpg,Macross: Another Story,PC,Shooter,Media Kite,Media Kite,,,,,,,1999-12-17, -/games/boxart/2572001ccc.jpg,MAD,2600,Shooter,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/576378ccc.jpg,Mad Dog II: The Lost Gold,PC,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1996-01-01, -/games/boxart/5155266ccc.jpg,Mad Dog II: The Lost Gold,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, -/games/boxart/6214954ccc.jpg,Mad Dog II: The Lost Gold,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, -/games/boxart/4057231ccc.jpg,Mad Dog McCree,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, -/games/boxart/2149068ccc.jpg,Mad Dog McCree,PC,Shooter,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2002-12-02, -/games/boxart/8673599ccc.jpg,Mad Dog McCree,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1993-01-01, -/games/boxart/full_6032632AmericaFrontccc.jpg,MadBalls in... Babo: Invasion,PC,Shooter,Playbrains,Playbrains,,,,,,,2009-09-17, -/games/boxart/full_3402189AmericaFrontccc.jpg,MadBalls in... Babo: Invasion,XBL,Shooter,Microsoft,Playbrains,7.5,,,,,,2009-07-15, -/games/boxart/full_mag-massive-action-game_480AmericaFront.jpg,MAG: Massive Action Game,PSN,Shooter,Sony Computer Entertainment,Zipper Interactive,7.4,,,,,,2010-12-21, -/games/boxart/full_magic-carpet_5AmericaFront.jpg,Magic Carpet,PSN,Shooter,Sony Computer Entertainment,Bullfrog Productions,,,,,,,2010-02-18, -/games/boxart/8768009ccc.jpg,Magic Carpet,SAT,Shooter,Electronic Arts,Krisalis Software,,,,,,,1996-01-01, -/games/boxart/1165960ccc.jpg,Magic Carpet,PC,Shooter,Electronic Arts,Bullfrog Productions,9,,,,,,1994-05-06, -/games/boxart/full_2336587AmericaFrontccc.jpg,Magic Carpet 2: The Netherworlds,PC,Shooter,Electronic Arts,Bullfrog Productions,,,,,,,1996-09-08, -/games/boxart/full_611972AmericaFrontccc.jpg,Magical Chase,PCE,Shooter,NEC,Quest Corporation,,,,,,,1993-01-01, -/games/boxart/full_3095237JapanFrontccc.jpg,Magical Chase GB,GB,Shooter,Micro Cabin,Micro Cabin,,,,,,,2000-08-04, -/games/boxart/full_1028958AmericaFrontccc.jpg,Magnetic Defender,XBL,Shooter,Microsoft,Advanced Graphics Lab,,,,,,,2009-12-16, -/games/boxart/full_mamoru-kun-wa-norowarete-shimatta-meikai-katsugeki-wide-han_488JapanFront.jpg,Mamoru-kun wa Norowarete Shimatta! Meikai Katsugeki Wide-Han,PS3,Shooter,CyberFront,Gulti,,,,,,,2011-03-31, -/games/boxart/1340829ccc.jpg,Marathon 2: Durandal,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1995-11-24,2018-11-26 -/games/boxart/full_7529988AmericaFrontccc.png,Marathon Infinity,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1996-10-15,2018-11-26 -/games/boxart/full_9139029AmericaFrontccc.jpg,Marathon: Durandal,XBL,Shooter,Microsoft Game Studios,Freeverse,,,,,,,2007-08-01, -/games/boxart/full_marine-sharpshooter-4-locked-and-loaded_217AmericaFront.jpg,Marine Sharpshooter 4: Locked and Loaded,PC,Shooter,Groove Games,Groove Games,,,,,,,2008-07-28, -/games/boxart/7802479ccc.jpg,Marksman Shooting & Trap Shooting,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_marksman-shooting-trap-shooting-safari-hunt_0PALFront.jpg,Marksman Shooting / Trap Shooting / Safari Hunt,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_4840797AmericaFrontccc.jpg,Mars Matrix,DC,Shooter,Capcom,Takumi,7.9,,,,,,2001-04-30, -/games/boxart/2792545ccc.jpg,Mass Destruction,SAT,Shooter,ASC Games,NMS Software,,,,,,,1997-12-31, -/games/boxart/full_6318411AmericaFrontccc.jpg,Mass Destruction,PC,Shooter,ASC Games,NMS Software,,,,,,,1997-10-31, -/games/boxart/full_mass-destruction_5AmericaFront.jpg,Mass Destruction,PSN,Shooter,Sony Computer Entertainment,NMS Software,,,,,,,2010-02-18, -/games/boxart/full_5159533AmericaFrontccc.jpg,Mass Effect: Infiltrator,And,Shooter,Electronic Arts,Iron Monkey,,,,,,,2012-05-22, -/games/boxart/full_master-levels-for-doom-ii_2AmericaFront.jpg,Master Levels for Doom II,PC,Shooter,id Software,id Software,,,,,,,1995-06-01, -/games/boxart/full_7263116JapanFrontccc.jpg,Master of Weapon,GEN,Shooter,Taito,Taito Corporation,,,,,,,1991-09-27, -/games/boxart/default.jpg,Matchman,PS3,Shooter,Unknown,TF-H Co Ltd,,,,,,,, -/games/boxart/default.jpg,Matchman,DS,Shooter,Unknown,TF-H Co Ltd,,,,,,,, -/games/boxart/default.jpg,Matchman,Wii,Shooter,Unknown,TF-H Co Ltd,,,,,,,, -/games/boxart/full_2153022AmericaFrontccc.png,Matt Hazard: Blood Bath and Beyond,PSN,Shooter,D3 Publisher,Vicious Cycle,,,,,,,2010-01-07, -/games/boxart/full_4006690AmericaFrontccc.jpg,Max Payne,XBL,Shooter,Rockstar Games,neo Software,,,,,,,2009-04-27, -/games/boxart/full_9157690AmericaFrontccc.jpg,Max Payne 2: The Fall of Max Payne,XBL,Shooter,Rockstar Games,Remedy Entertainment,,,,,,,2009-04-27, -/games/boxart/7160263ccc.jpg,Maximum Force,SAT,Shooter,Midway Games,Tantalus Interactive,,,,,,,1997-09-30, -/games/boxart/1859207ccc.jpg,Mazer,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1995-01-01, -/games/boxart/full_9691429JapanFrontccc.jpg,Mazinger Z,SNES,Shooter,Bandai,WinkySoft,,,,,,,1993-06-25, -/games/boxart/default.jpg,MDK / MDK2,PC,Shooter,Virgin Interactive,Shiny Entertainment / BioWare,,,,,,,2001-08-31, -/games/boxart/full_mdk2_614AmericaFront.jpg,MDK2,WW,Shooter,Interplay,Beamdog,8,,,,,,2011-05-09, -/games/boxart/full_6452874AmericaFrontccc.jpg,MDK2,DC,Shooter,Interplay,BioWare Corp.,8.9,,,,,,2000-03-31, -/games/boxart/full_9620354AmericaFrontccc.jpg,Mech Gladiator,XBL,Shooter,Microsoft,Hanuman,,,,,,,2009-12-27, -/games/boxart/default.jpg,Mech Warrior 3,PC,Shooter,Unknown,MicroProse,,,,,,,, -/games/boxart/full_mechanized-attack_0AmericaFront.jpg,Mechanized Attack,NES,Shooter,SNK,SNK Corporation,,,,,,,1990-06-01, -/games/boxart/full_931745AmericaFrontccc.png,Medal of Honor,PSN,Shooter,Sony Computer Entertainment,DreamWorks Interactive,,,,,,,2009-06-02, -/games/boxart/full_7376400AmericaFrontccc.jpg,Medal of Honor 10th Anniversary,PC,Shooter,Electronic Arts,Electronic Arts,,,,,,,2008-09-22, -/games/boxart/9967710ccc.jpg,Medal of Honor Collection,PS2,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2007-03-06, -/games/boxart/full_729047PALFrontccc.jpg,Medal of Honor Collection,PC,Shooter,Electronic Arts,"EA Los Angeles / 2015, Inc.",,,,,,,2007-01-01, -/games/boxart/full_9942216AmericaFrontccc.png,Medal of Honor Heroes,PSN,Shooter,Electronic Arts,Team Fusion,,,,,,,2009-09-30, -/games/boxart/full_4004764AmericaFrontccc.png,Medal of Honor Heroes 2,PSN,Shooter,Electronic Arts,Team Fusion,,,,,,,2009-09-30, -/games/boxart/full_2884764AmericaFrontccc.jpg,Medal of Honor: Airborne,XBL,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2010-06-01, -/games/boxart/5567734ccc.jpg,Medal of Honor: Breakthrough,PC,Shooter,Electronic Arts,"2015, Inc.",,,,,,,2003-09-22, -/games/boxart/full_medal-of-honor-frontline_339AmericaFront.jpg,Medal of Honor: Frontline,PSN,Shooter,Electronic Arts,EA Los Angeles,,,,,,,2011-08-16, -/games/boxart/9613977ccc.jpg,Medal of Honor: Spearhead,PC,Shooter,Electronic Arts,"2015, Inc.",,,,,,,2002-11-11, -/games/boxart/full_4762983AmericaFrontccc.png,Medal of Honor: Underground,PSN,Shooter,Sony Computer Entertainment,DreamWorks Interactive,,,,,,,2009-06-11, -/games/boxart/full_4773462PALFrontccc.jpg,Mega SWiV,GEN,Shooter,Time Warner Interactive,Sales Curve Interactive,,,,,,,1994-01-01, -/games/boxart/7732075ccc.jpg,Megamania,5200,Shooter,Activision,Activision,,,,,,,1983-01-01, -/games/boxart/full_4876473AmericaFrontccc.jpg,Megamania,2600,Shooter,Unknown,Activision,,,,,,,,2018-01-07 -/games/boxart/full_4157921AmericaFrontccc.jpg,Men of Valor,PC,Shooter,VU Games,"2015, Inc.",,,,,,,2004-10-29,2018-03-22 -/games/boxart/full_mercenaries-2-world-in-flames_2AmericaFront.jpg,Mercenaries 2: World in Flames,XBL,Shooter,Electronic Arts,Pandemic Studios,,,,,,,2010-06-15, -/games/boxart/default.jpg,Mercenaries Inc.,X360,Shooter,Unknown,Pandemic Studios,,,,,,,, -/games/boxart/default.jpg,Mercenaries Inc.,PS3,Shooter,Unknown,Pandemic Studios,,,,,,,, -/games/boxart/6030711ccc.jpg,Mercenary Force,GB,Shooter,Meldac,Kaze,,,,,,,1990-10-01, -/games/boxart/full_2665589PALFrontccc.jpg,Mercs,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_4360726AmericaFrontccc.jpg,Mercs,VC,Shooter,Sega,Capcom,,,,,,,2009-02-09, -/games/boxart/full_6639183AmericaFrontccc.jpg,Mercs,GEN,Shooter,Sega,Capcom,,,,,,,1991-01-01, -/games/boxart/full_9327808AmericaFrontccc.jpg,Metal Arms: Glitch in the System,XBL,Shooter,Activision,Swingin' Ape Studios,,,,,,,2008-04-21, -/games/boxart/full_5429524JapanFrontccc.jpg,Metal Black,SAT,Shooter,Ving,Taito,,,,,,,1996-05-24, -/games/boxart/6506989ccc.jpg,Metal Combat: Falcon's Revenge,SNES,Shooter,Nintendo,Intelligent Systems,,,,,,,1993-01-01, -/games/boxart/4446988ccc.jpg,Metal Fighter,NES,Shooter,Color Dreams,Joy Van,,,,,,,1989-01-01, -/games/boxart/full_464926JapanFrontccc.jpg,Metal Slug,PS,Shooter,SNK,SNK Corporation,,,,,,,1997-08-07, -/games/boxart/full_4869795AmericaFrontccc.jpg,Metal Slug,NG,Shooter,SNK,Nazca Corporation,,,,,,,1996-05-24, -/games/boxart/full_metal-slug_10JapanFront.jpg,Metal Slug,PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2007-06-28, -/games/boxart/full_metal-slug_7AmericaFront.jpg,Metal Slug,VC,Shooter,D4 Enterprise,Nazca Corporation,,,,,,,2008-05-26, -/games/boxart/full_3977433JapanFrontccc.jpg,Metal Slug,SAT,Shooter,SNK,SNK Corporation,,,,,,,1997-04-04, -/games/boxart/full_metal-slug-cd_654AmericaFront.jpg,Metal Slug (CD),NG,Shooter,SNK,Nazca Corporation,,,,,,,1996-07-05, -/games/boxart/full_metal-slug-ng_922AmericaFront.jpg,Metal Slug (NG),PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_metal-slug-psp_145AmericaFront.jpg,Metal Slug (PSP),PSN,Shooter,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_1511712JapanFrontccc.jpg,Metal Slug 2,VC,Shooter,D4 Enterprise,SNK Corporation,,,,,,,2008-12-01, -/games/boxart/full_9996050JapanFrontccc.jpg,Metal Slug 2,NG,Shooter,SNK,SNK Corporation,,,,,,,1998-04-02, -/games/boxart/full_metal-slug-2-cd_775JapanFront.jpg,Metal Slug 2 (CD),NG,Shooter,SNK,SNK Corporation,,,,,,,1998-06-25, -/games/boxart/default.jpg,Metal Slug 3,PS4,Shooter,SNK Playmore,Trigger Apps,,,,,,,2015-01-01, -/games/boxart/full_9353181AmericaFrontccc.jpg,Metal Slug 3,NG,Shooter,SNK,SNK Corporation,,,,,,,2001-09-17, -/games/boxart/default.jpg,Metal Slug 3,PSV,Shooter,SNK Playmore,Trigger Apps,,,,,,,2015-01-01, -/games/boxart/default.jpg,Metal Slug 3,PS3,Shooter,SNK Playmore,Trigger Apps,,,,,,,2015-01-01, -/games/boxart/full_9675706AmericaFrontccc.jpg,Metal Slug 3,XBL,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2008-01-02, -/games/boxart/full_3976235PALFrontccc.jpg,Metal Slug 3,PS2,Shooter,Ignition Entertainment,SNK Corporation,,,,,,,2004-11-12, -/games/boxart/full_metal-slug-4_165PALFront.jpg,Metal Slug 4,XB,Shooter,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2005-10-14, -/games/boxart/6971206ccc.jpg,Metal Slug 4,NG,Shooter,SNK,BrezzaSoft,,,,,,,2002-06-12, -/games/boxart/full_metal-slug-4_310PALFront.jpg,Metal Slug 4,PS2,Shooter,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2005-10-28, -/games/boxart/full_metal-slug-5_733PALFront.jpg,Metal Slug 5,PS2,Shooter,Ignition Entertainment,SNK Playmore Corporation,,,,,,,2006-03-31, -/games/boxart/5400838ccc.jpg,Metal Slug 5,NG,Shooter,SNK,Noise Factory,,,,,,,2004-02-17, -/games/boxart/full_metal-slug-5_72PALFront.jpg,Metal Slug 5,XB,Shooter,Unknown,SNK Playmore Corporation,,,,,,,, -/games/boxart/full_9661512JapanFrontccc.jpg,Metal Slug 6,PS2,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2006-09-14, -/games/boxart/full_4867901AmericaFrontccc.png,Metal Slug Anthology,PSN,Shooter,SNK Playmore,Terminal Reality,,,,,,,2009-09-30, -/games/boxart/full_metal-slug-collection-pc_371PALFront.jpg,Metal Slug Collection PC,PC,Shooter,DHM Interactive,SNK Playmore Corporation,,,,,,,2009-11-27, -/games/boxart/full_metal-slug-x_508AmericaFront.jpg,Metal Slug X,PSN,Shooter,Sony Computer Entertainment,ProSoft,,,,,,,2011-01-18, -/games/boxart/full_3739329AmericaFrontccc.jpg,Metal Slug X,NG,Shooter,SNK,SNK Corporation,,,,,,,1999-05-27, -/games/boxart/full_1782561AmericaFrontccc.jpg,Metal Slug XX,XBL,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-05-19, -/games/boxart/full_metal-slug-xx_5PALFront.jpg,Metal Slug XX,PSN,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2010-06-07, -/games/boxart/full_metal-stoker_1JapanFront.jpg,Metal Stoker,PCE,Shooter,FACE,Sankindo,,,,,,,1991-07-12, -/games/boxart/full_4111090AmericaFrontccc.jpg,Metal Torrent,DSiW,Shooter,Nintendo,Arika,,,,,,,2010-05-24, -/games/boxart/full_5405091JapanFrontccc.jpg,Metamor Jupiter,PCE,Shooter,NEC,Flight-Plan,,,,,,,1993-01-22, -/games/boxart/6214187ccc.jpg,Meteorites,5200,Shooter,Unknown,Electra,,,,,,,1984-01-01, -/games/boxart/full_5725758AmericaFrontccc.jpg,Metro Exodus,PS4,Shooter,Deep Silver,4a-games,8.5,,,,,,2019-02-15,2018-01-01 -/games/boxart/full_3367349AmericaFrontccc.jpg,Metro Exodus,XOne,Shooter,Deep Silver,4a-games,,,,,,,2019-02-15,2018-01-01 -/games/boxart/full_3604650AmericaFrontccc.jpg,Micro Invasion,XBL,Shooter,Microsoft,RGV Rascal,,,,,,,2009-02-15, -/games/boxart/full_microbot_612AmericaFront.jpg,MicroBot,XBL,Shooter,Electronic Arts,Naked Sky Entertainment,6.4,,,,,,2010-12-29, -/games/boxart/full_microbot_598AmericaFront.jpg,MicroBot,PSN,Shooter,Electronic Arts,Naked Sky Entertainment,6.4,,,,,,2011-01-04, -/games/boxart/6800428ccc.jpg,Microcosm,SCD,Shooter,Psygnosis,Psygnosis,,,,,,,1993-01-01, -/games/boxart/8758452ccc.jpg,Microcosm,3DO,Shooter,Psygnosis,Psygnosis,,,,,,,1994-03-14, -/games/boxart/7542959ccc.jpg,Midnight Raiders,SCD,Shooter,Sega,Stargate Productions,,,,,,,1994-01-01, -/games/boxart/5967568ccc.jpg,Midnight Resistance,GEN,Shooter,Sega,OperaHouse,,,,,,,1991-11-08, -/games/boxart/full_2384117AmericaFrontccc.jpg,Mig 29: Soviet Fighter,NES,Shooter,Camerica,Codemasters,,,,,,,1992-01-01, -/games/boxart/full_milestone-shooting-collection-2_668JapanFront.jpg,Milestone Shooting Collection 2,Wii,Shooter,Milestone,MileStone Inc.,,,,,,,2010-12-30, -/games/boxart/full_millipede_4AmericaFront.jpg,Millipede,NES,Shooter,HAL Laboratory,HAL Laboratory,,,,,,,1988-10-01, -/games/boxart/full_mimi-inza-sukai_765AmericaFront.jpg,Mimi Inza Sukai,XBL,Shooter,Microsoft,TakeTake55,,,,,,,2011-03-10, -/games/boxart/default.jpg,Miner Wars,XBL,Shooter,Unknown,Keen Software House,,,,,,,, -/games/boxart/full_miner-wars_708AmericaFront.jpg,Miner Wars,PC,Shooter,Unknown,Keen Software House,,,,,,,, -/games/boxart/full_minions_536AmericaFront.jpg,Minions!,XBL,Shooter,Microsoft,TurtleTossStudio,,,,,,,2011-05-04, -/games/boxart/full_minisquadron_726PALFront.jpg,MiniSquadron,PSN,Shooter,Unknown,Supermono Studios,,,,,,,2011-03-22, -/games/boxart/full_4665365AmericaFrontccc.jpg,Missile Command,GB,Shooter,Accolade,The Code Monkeys,,,,,,,1992-03-01, -/games/boxart/full_1887568AmericaFrontccc.jpg,Missile Command,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-07-04, -/games/boxart/full_5523576AmericaFrontccc.jpg,Missile Command,PC,Shooter,Hasbro Interactive,Meyer/Glass Interactive,,,,,,,1999-01-01, -/games/boxart/151562ccc.jpg,Missile Command,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_missile-command_346AmericaFront.jpg,Missile Command,PSN,Shooter,Sony Computer Entertainment,Meyer/Glass Interactive,,,,,,,2011-06-02, -/games/boxart/full_6485736AmericaFrontccc.jpg,Missile Command (GBC),GB,Shooter,Hasbro Interactive,The Code Monkeys,,,,,,,1999-09-01, -/games/boxart/6991033ccc.jpg,Missile Command 3D,AJ,Shooter,Atari,Virtuality Entertainment Ltd.,,,,,,,1995-01-01, -/games/boxart/6677444ccc.jpg,Missile Defense 3-D,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_9918249PALFrontccc.jpg,Mission 3000,2600,Shooter,Bit Corporation,Quelle,,,,,,,1983-01-01, -/games/boxart/default.jpg,Mob Ties Moscow,PC,Shooter,Unknown,E.V.E. Digital,,,,,,,, -/games/boxart/full_8251912AmericaFrontccc.jpg,Mob Ties Tokyo,PC,Shooter,Electronic Visual Elements,E.V.E. Digital,,,,,,,2009-03-09, -/games/boxart/full_261136AmericaFrontccc.jpg,Mobile Forces,PC,Shooter,Majesco,Rage Software,,,,,,,2002-08-16, -/games/boxart/full_5333643AmericaFrontccc.png,Mobile Light Force,PSN,Shooter,Sony Computer Entertainment,Psikyo,,,,,,,2009-06-25, -/games/boxart/full_6543266AmericaFrontccc.jpg,Mobile Light Force,PS,Shooter,XS Games,Psikyo,,,,,,,2003-03-19, -/games/boxart/full_5646974JapanFrontccc.jpg,Mobile Suit Gundam: Gundam vs. Z Gundam,GC,Shooter,Bandai,Capcom,,,,,,,2004-12-09, -/games/boxart/full_8713340JapanFrontccc.jpg,Mobile Suit Z Gundam: Hot Scramble,NES,Shooter,Bandai,Game Studio,,,,,,,1986-08-28, -/games/boxart/full_7783096AmericaFrontccc.png,Modern Combat 5: Blackout,And,Shooter,Gameloft,Gameloft,,,,,,,2014-07-23, -/games/boxart/full_modern-combat-domination_328AmericaFront.jpg,Modern Combat: Domination,PSN,Shooter,Gameloft,Gameloft,,,,,,,2011-01-18, -/games/boxart/default.jpg,Moebius,PC,Shooter,Origin Systems,Origin,,,,,,,1987-01-01, -/games/boxart/full_monday-night-combat_734AmericaFront.jpg,Monday Night Combat,PC,Shooter,Uber Entertainment,Uber Entertainment,8,,,,,,2011-01-24, -/games/boxart/full_monday-night-combat_4AmericaFront.jpg,Monday Night Combat,XBL,Shooter,Uber Entertainment,Uber Entertainment,8,,,,,,2010-08-11, -/games/boxart/full_6384842AmericaFrontccc.jpg,Monster Madness: Battle for Suburbia,PC,Shooter,SouthPeak Interactive,Artificial Studios,,,,,,,2007-06-12, -/games/boxart/full_monsters-in-neon-space_344AmericaFront.jpg,Monsters In Neon Space,XBL,Shooter,Microsoft,Monster Bite Games,,,,,,,2011-05-31, -/games/boxart/full_monsters-shoot-n-monsters_675AmericaFront.jpg,Monsters Shoot 'n Monsters,XBL,Shooter,Microsoft,Monster Bite Games,,,,,,,2011-07-02, -/games/boxart/default.jpg,Moon Cresta,PS,Shooter,Hamster Corporation,Nichibutsu,,,,,,,2002-06-20, -/games/boxart/default.jpg,Moon Cresta (Arcade),VC,Shooter,Hamster Corporation,Nichibutsu,,,,,,,2010-03-09, -/games/boxart/1983289ccc.jpg,Moon Patrol,5200,Shooter,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/default.jpg,MorphX,PC,Shooter,Unknown,Buka Entertainment,,,,,,,, -/games/boxart/full_5253121AmericaFrontccc.jpg,Mortyr 2093 - 1944,PC,Shooter,Interplay,Mirage Media S. C.,,,,,,,1999-12-23, -/games/boxart/full_2773380AmericaFrontccc.jpg,MothBallz,XBL,Shooter,Microsoft,Donovan Lourens,,,,,,,2009-04-10, -/games/boxart/default.jpg,Motorbike Stunt Agent Julie,XBL,Shooter,Unknown,Mattini Games,,,,,,,, -/games/boxart/full_mr-heli-no-daibouken_8JapanFront.jpg,Mr. Heli no Daibouken,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1989-12-01, -/games/boxart/full_mr-heli-no-daibouken_6JapanFront.jpg,Mr. Heli no Daibouken,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2008-03-18, -/games/boxart/full_8219815AmericaFrontccc.jpg,Murder Miners,X360,Shooter,JForce Games,JForce Games,,,,,,,2012-09-09, -/games/boxart/default.jpg,Mutant Storm,PC,Shooter,PomPom,PomPom Games,,,,,,,2002-12-13, -/games/boxart/full_9525948AmericaFrontccc.jpg,Mutant Storm Empire,XBL,Shooter,PomPom,PomPom Games,,,,,,,2007-10-31, -/games/boxart/full_9546931AmericaFrontccc.jpg,Mutant Storm Reloaded,XBL,Shooter,PomPom,PomPom Games,7.1,,,,,,2005-11-22, -/games/boxart/full_nova-near-orbit-vanguard-alliance_679PALFront.png,N.O.V.A.: Near Orbit Vanguard Alliance,PSN,Shooter,Gameloft,Gameloft,,,,,,,2010-12-21, -/games/boxart/full_6655101AmericaFrontccc.png,Nano Assault Neo,WiiU,Shooter,Shin'en Multimedia,Shin'en Multimedia,6.5,,,,,,2012-11-18,2020-09-13 -/games/boxart/8085099ccc.jpg,NARC,NES,Shooter,Acclaim Entertainment,Rare Ltd.,,,,,,,1990-08-01, -/games/boxart/full_narc_78PALFront.jpg,NARC,PC,Shooter,Zoo Digital Publishing,Point of View,,,,,,,2006-02-24, -/games/boxart/default.jpg,Nation Red,PC,Shooter,DiezelPower,DiezelPower,,,,,,,2009-08-23, -/games/boxart/full_1222481AmericaFrontccc.jpg,Navy SEALs: Weapons of Mass Destruction,PC,Shooter,ValuSoft,Jarhead Games,1.8,,,,,,2003-07-18, -/games/boxart/full_899893AmericaFrontccc.jpg,Nebulon,XBL,Shooter,Microsoft,Dark Omen Games,,,,,,,2009-07-15, -/games/boxart/full_3073455AmericaFrontccc.jpg,Nemesis,GB,Shooter,Ultra Games,Konami,,,,,,,1990-01-01, -/games/boxart/default.jpg,Nemesis,PC,Shooter,Wiz Technology,Komodoware Entertainment,,,,,,,1996-01-01, -/games/boxart/full_3808893PALFrontccc.jpg,Nemesis 2,VC,Shooter,Konami,Konami,,,,,,,2009-12-22, -/games/boxart/full_5904415PALFrontccc.jpg,Nemesis 3: The Eve of Destruction,VC,Shooter,Konami,Konami,,,,,,,2010-03-30, -/games/boxart/full_neogeo-heroes-ultimate-shooting_422AmericaFront.jpg,NeoGeo Heroes: Ultimate Shooting,PSN,Shooter,SNK Playmore,"Moss Co., Ltd.",,,,,,,2010-12-07, -/games/boxart/full_4952436JapanFrontccc.jpg,NeoGeo Heroes: Ultimate Shooting,PSP,Shooter,SNK Playmore,"Moss Co., Ltd.",,,,,,,2010-07-29, -/games/boxart/default.jpg,Neon Wars,PC,Shooter,Independent,Blitwise Productions,,,,,,,2007-01-01, -/games/boxart/full_nerf-arena-blast_506AmericaFront.jpg,NERF Arena Blast,PC,Shooter,Atari,VMI,,,,,,,1999-11-03, -/games/boxart/full_9774843PALFrontccc.jpg,Neuro Hunter,PC,Shooter,Deep Silver,Media Art,,,,,,,2005-09-23, -/games/boxart/full_3546484AmericaFrontccc.jpg,Nexuiz,PC,Shooter,Nexuiz Team,Nexuiz Team,,,,,,,2005-05-31, -/games/boxart/default.jpg,Nexuiz,XBL,Shooter,Unknown,IllFonic,,,,,,,, -/games/boxart/default.jpg,Nexuiz,PSN,Shooter,Unknown,IllFonic,,,,,,,, -/games/boxart/full_4118684AmericaFrontccc.jpg,Night Of Doom,XBL,Shooter,Microsoft,Kaos nyrb,,,,,,,2009-10-21, -/games/boxart/full_4915035AmericaFrontccc.jpg,Ninja Commando,VC,Shooter,D4 Enterprise,ADK Corporation,,,,,,,2008-07-14, -/games/boxart/full_7951899AmericaFrontccc.jpg,Ninja Commando,NG,Shooter,SNK,ADK Corporation,,,,,,,1992-05-29, -/games/boxart/full_ninja-commando-cd_717JapanFront.jpg,Ninja Commando (CD),NG,Shooter,ADK,ADK Corporation,,,,,,,1994-10-31, -/games/boxart/2595020ccc.jpg,No One Lives Forever 2: A Spy in H.A.R.M.'s Way,PC,Shooter,Sierra Entertainment,Monolith Productions,8.8,,,,,,2002-09-30, -/games/boxart/default.jpg,NormalTanks,WW,Shooter,Unknown,Beatshapers,,,,,,,, -/games/boxart/default.jpg,NormalTanks,PC,Shooter,Beatshapers,Beatshapers,,,,,,,2009-01-01, -/games/boxart/default.jpg,NormalTanks,DSiW,Shooter,Unknown,Beatshapers,,,,,,,, -/games/boxart/full_normaltanks_61PALFront.jpg,NormalTanks,PSN,Shooter,Beatshapers,Beatshapers,,,,,,,2010-04-29, -/games/boxart/4851361ccc.jpg,Novastorm,SCD,Shooter,Psygnosis,Psygnosis,,,,,,,1994-01-01, -/games/boxart/full_1985115AmericaFrontccc.jpg,Novastorm,3DO,Shooter,Psygnosis,Psygnosis,,,,,,,1994-01-01, -/games/boxart/full_9096298AmericaFrontccc.jpg,Novastorm,PC,Shooter,Psygnosis,Psygnosis,,,,,,,1994-01-01, -/games/boxart/default.jpg,Novastrike,PSN,Shooter,TikGames,TikGames,,,,,,,2008-06-05, -/games/boxart/full_nuclear-wasteland_7AmericaFront.jpg,Nuclear Wasteland,XBL,Shooter,Microsoft,mgKelley,,,,,,,2010-09-23, -/games/boxart/7223397ccc.jpg,Nucleus,PSN,Shooter,Sony Computer Entertainment,Kuju Entertainment,,,,,,,2007-07-12, -/games/boxart/full_obesity-epidemic_7AmericaFront.jpg,Obesity Epidemic,XBL,Shooter,Microsoft,Super Boise 2,,,,,,,2010-07-30, -/games/boxart/full_6313995AmericaFrontccc.jpg,Octagon,XBL,Shooter,Microsoft,floor,,,,,,,2009-08-24, -/games/boxart/5633682ccc.jpg,Off The Wall,2600,Shooter,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/full_4423621AmericaFrontccc.jpg,Olu,XBL,Shooter,Microsoft,Red Button Games,,,,,,,2010-04-11, -/games/boxart/full_3026224PALFrontccc.jpg,Omega Assault,PS,Shooter,Phoenix Games,Unknown,,,,,,,2004-08-19, -/games/boxart/full_6922863AmericaFrontccc.jpg,Omega Five,XBL,Shooter,Hudson Soft,Natsume Nagoya Studio,,,,,,,2008-01-09, -/games/boxart/default.jpg,Omega Five,3DS,Shooter,Unknown,Hudson Soft,,,,,,,, -/games/boxart/full_omega-race_617AmericaFront.jpg,Omega Race,2600,Shooter,CBS Electronics,CBS Electronics,,,,,,,1983-01-01, -/games/boxart/full_omg-z_897PALFront.jpg,OMG-Z,PSN,Shooter,Unknown,Laughing Jackal,,,,,,,2011-08-03, -/games/boxart/full_one-epic-game_817AmericaFront.jpg,One Epic Game,PSN,Shooter,Unknown,Grip Games,7,,,,,,2011-08-02, -/games/boxart/full_8519374AmericaFrontccc.jpg,One Unit Whole Blood,PC,Shooter,GT Interactive,Monolith Productions,,,,,,,1998-07-15, -/games/boxart/full_2999205AmericaFrontccc.jpg,Onslaught,WW,Shooter,Hudson Entertainment,Hudson Soft,,,,,,,2009-02-23, -/games/boxart/187458ccc.gif,Operation C,GB,Shooter,Ultra Games,Konami,,,,,,,1991-02-01, -/games/boxart/full_27652AmericaFrontccc.jpg,Operation Flashpoint: Between the Lines,PC,Shooter,Codemasters,Bohemia Interactive,,,,,,,2002-02-27, -/games/boxart/9896134ccc.jpg,Operation Flashpoint: Red Hammer,PC,Shooter,Codemasters,Bohemia Interactive,,,,,,,2002-02-01, -/games/boxart/full_operation-flashpoint-red-river-valley-of-death_845AmericaFront.jpg,Operation Flashpoint: Red River - Valley of Death,XBL,Shooter,Codemasters,Codemasters,,,,,,,2011-06-28, -/games/boxart/full_operation-flashpoint-red-river-valley-of-death_857AmericaFront.jpg,Operation Flashpoint: Red River - Valley of Death,PSN,Shooter,Codemasters,Codemasters,,,,,,,2011-06-28, -/games/boxart/full_operation-flashpoint-red-river-valley-of-death_609AmericaFront.jpg,Operation Flashpoint: Red River - Valley of Death,PC,Shooter,Codemasters,Codemasters,,,,,,,2011-06-28, -/games/boxart/full_operation-logic-bomb_692AmericaFront.jpg,Operation Logic Bomb,SNES,Shooter,Jaleco,Jaleco Entertainment,,,,,,,1993-09-01, -/games/boxart/6852692ccc.jpg,Operation Thunderbolt,SNES,Shooter,Taito,Aisystem Tokyo,,,,,,,1994-10-01, -/games/boxart/full_4343617PALFrontccc.jpg,Operation Thunderstorm,PC,Shooter,Unknown,City Interactive,,,,,,,, -/games/boxart/full_5814461JapanFrontccc.jpg,Operation Wolf,PCE,Shooter,NEC Interchannel,Taito Corporation,,,,,,,1990-08-31, -/games/boxart/5480880ccc.jpg,Operation Wolf,NES,Shooter,Taito,Taito Corporation,,,,,,,1989-03-01, -/games/boxart/9965604ccc.jpg,Operation Wolf,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-02-04, -/games/boxart/full_3873230PALFrontccc.jpg,Operation Wolf,MS,Shooter,Sega,Taito Corporation,,,,,,,1988-01-01, -/games/boxart/full_6853366AmericaFrontccc.jpg,Ordyne,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-05-07, -/games/boxart/full_5076068AmericaFrontccc.jpg,Ordyne,PCE,Shooter,NEC,Namco,,,,,,,1990-01-01, -/games/boxart/default.jpg,Ordyne (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-12-01, -/games/boxart/full_oretachi-game-center-zoku-sono-4-time-pilot_7JapanFront.jpg,Oretachi Game Center Zoku Sono 4: Time Pilot,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, -/games/boxart/full_oretachi-game-center-zoku-sono-5-moon-cresta_2JapanFront.jpg,Oretachi Game Center Zoku Sono 5: Moon Cresta,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, -/games/boxart/full_oretachi-game-center-zoku-sono-6-sonic-wings_8JapanFront.jpg,Oretachi Game Center Zoku Sono 6: Sonic Wings,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2005-07-21, -/games/boxart/full_oretachi-game-center-contra_8JapanFront.jpg,Oretachi Game Center Zoku: Contra,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2006-05-25, -/games/boxart/full_oretachi-game-center-zoku-terra-cresta_6JapanFront.jpg,Oretachi Game Center Zoku: Terra Cresta,PS2,Shooter,Hamster Corporation,Reakosys,,,,,,,2005-10-27, -/games/boxart/full_4110849JapanFrontccc.jpg,Oretachi Game Center: Rabio Lepus,PS2,Shooter,Hamster Corporation,Hamster Corporation,,,,,,,2006-03-23, -/games/boxart/full_6482057JapanFrontccc.jpg,Oretachi Game Center: Thunder Cross,PS2,Shooter,Hamster Corporation,Jennies,,,,,,,2007-02-08, -/games/boxart/full_oretachi-no-sabage-versus_6JapanFront.jpg,Oretachi no Sabage Versus,PSP,Shooter,Best Media,Best Media,,,,,,,2010-08-05, -/games/boxart/full_4999642AmericaFrontccc.jpg,Organon,XBL,Shooter,Microsoft,DarthCheesiest,,,,,,,2008-11-15, -/games/boxart/full_9367313AmericaFrontccc.jpg,Outer Space,2600,Shooter,Sears,Telegames,,,,,,,1978-01-01, -/games/boxart/4511254ccc.jpg,Outlaws,PC,Shooter,LucasArts,LucasArts,,,,,,,1997-03-31, -/games/boxart/3663739ccc.jpg,OutTrigger: International Counter Terrorism Special Force,DC,Shooter,Sega,Sega-AM2,7.6,,,,,,2001-07-24, -/games/boxart/full_override_10JapanFront.jpg,Override,VC,Shooter,G-mode,Sting,,,,,,,2007-09-04, -/games/boxart/full_override_5JapanFront.jpg,Override,PCE,Shooter,Data East,Sting,,,,,,,1991-01-08, -/games/boxart/default.jpg,Ozma Wars,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, -/games/boxart/full_p-47-the-freedom-fighter_4JapanFront.jpg,P-47: The Freedom Fighter,PCE,Shooter,Aicom,Aicom,,,,,,,1989-03-20, -/games/boxart/full_711499AmericaFrontccc.jpg,painball,XBL,Shooter,Microsoft,radlogicgames,,,,,,,2008-11-20, -/games/boxart/full_5355436AmericaFrontccc.jpg,Painkiller Black,PC,Shooter,Unknown,Unknown,,,,,,,, -/games/boxart/full_8973321AmericaFrontccc.jpg,Painkiller Triple Dose,PC,Shooter,DreamCatcher Interactive,People Can Fly,,,,,,,2008-07-08, -/games/boxart/5853824ccc.jpg,Painkiller: Battle out of Hell,PC,Shooter,DreamCatcher Interactive,People Can Fly,,,,,,,2004-12-01, -/games/boxart/full_5254064AmericaFrontccc.jpg,Painkiller: Overdose,PC,Shooter,DreamCatcher Interactive,Mindware Studios,,,,,,,2007-10-26, -/games/boxart/full_1878129AmericaFrontccc.jpg,Painkiller: Resurrection,PC,Shooter,DreamCatcher Interactive,Homegrown Games,,,,,,,2009-10-27, -/games/boxart/full_4876567AmericaFrontccc.jpg,Paint Boll,XBL,Shooter,Microsoft,CandelaCreations,,,,,,,2009-10-01, -/games/boxart/full_6380499JapanFrontccc.jpg,Panorama Cotton,GEN,Shooter,Sunsoft,Success,,,,,,,1994-08-12, -/games/boxart/full_8703241AmericaFrontccc.jpg,Panzer Dragoon,PC,Shooter,Expert,Team Andromeda,,,,,,,1997-01-01, -/games/boxart/full_8947306JapanFrontccc.jpg,Panzer Dragoon I & II,SAT,Shooter,Sega,Team Andromeda,,,,,,,1996-12-13, -/games/boxart/full_9711654JapanFrontccc.jpg,Panzer Dragoon Mini,GG,Shooter,Sega,Sega,,,,,,,1996-11-22, -/games/boxart/full_paper-wars-cannon-fodder_9PALFront.jpg,Paper Wars: Cannon Fodder,PSN,Shooter,Unknown,Bloober Team,,,,,,,2011-02-22, -/games/boxart/1558579ccc.jpg,Paradroid,VC,Shooter,Commodore,Graftgold,,,,,,,2008-05-23, -/games/boxart/full_2887612PALFrontccc.jpg,Parodius,GB,Shooter,Palcom,Konami,,,,,,,1992-01-01, -/games/boxart/full_2951957PALFrontccc.jpg,Parodius,SNES,Shooter,Konami,Konami,,,,,,,1992-01-01, -/games/boxart/full_4085206JapanFrontccc.jpg,Parodius,VC,Shooter,Konami,Konami,,,,,,,2010-01-12, -/games/boxart/full_2819041PALFrontccc.jpg,Parodius,NES,Shooter,Palcom,Konami,,,,,,,1992-01-01, -/games/boxart/full_1058166JapanFrontccc.jpg,Parodius Da! Shinwa Kara Owarai e,PCE,Shooter,Konami,Konami,,,,,,,1992-02-21, -/games/boxart/full_1451207JapanFrontccc.jpg,Parodius Portable,PSP,Shooter,Konami,Konami,,,,,,,2007-01-25, -/games/boxart/full_5903525AmericaFrontccc.jpg,Pastry Wars,XBL,Shooter,Microsoft,Shmoopy,,,,,,,2008-11-25, -/games/boxart/full_pauls-shooting-adventure_9AmericaFront.jpg,Paul's Shooting Adventure,DSiW,Shooter,Agetec,ICM,,,,,,,2010-11-01, -/games/boxart/default.jpg,Payday: The Heist,PC,Shooter,Sony Online Entertainment,Overkill Software,8,,,,,,2011-10-20, -/games/boxart/full_payday-the-heist_153AmericaFront.png,Payday: The Heist,PSN,Shooter,Sony Online Entertainment,Overkill Software,7.1,,,,,,2011-10-18, -/games/boxart/full_4327438JapanFrontccc.jpg,PD Ultraman Invader,PS,Shooter,Bandai,Taito Corporation,,,,,,,1995-12-22, -/games/boxart/full_426691AmericaFrontccc.jpg,Pellmell,XBL,Shooter,Microsoft,VoodooChief,,,,,,,2009-05-10, -/games/boxart/default.jpg,Penguins Arena: Sedna's World,PC,Shooter,Meridian4,FroGames,,,,,,,2008-12-18, -/games/boxart/default.jpg,Pepsi Invaders,2600,Shooter,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/full_493319AmericaFrontccc.jpg,Perfect Dark,XBL,Shooter,Microsoft Game Studios,4J Studios,8.2,,,,,,2010-03-17, -/games/boxart/full_perfect-dark-zero_429AmericaFront.jpg,Perfect Dark Zero,XBL,Shooter,Microsoft Game Studios,Rare Ltd.,,,,,,,2008-11-09, -/games/boxart/full_pewpewpewpewpewpewpewpewpew_896AmericaFront.jpg,PewPewPewPewPewPewPewPewPew,XBL,Shooter,Microsoft,Josh Schonstal,,,,,,,2011-04-01, -/games/boxart/full_9570472AmericaFrontccc.png,Phalanx,SNES,Shooter,Kemco,Zoom Inc.,,,,,,,1992-10-01, -/games/boxart/default.jpg,Phalanx,WW,Shooter,Zoom,Zoom Inc.,,,,,,,2009-12-22, -/games/boxart/full_5715026AmericaFrontccc.jpg,Phelios,VC,Shooter,Namco Bandai,Namco,,,,,,,2008-04-22, -/games/boxart/full_7625458AmericaFrontccc.jpg,Phelios,GEN,Shooter,Namco,Namco,,,,,,,1990-01-01, -/games/boxart/default.jpg,Phelios (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-28, -/games/boxart/full_philosoma_334JapanFront.jpg,Philosoma,PSN,Shooter,Sony Computer Entertainment,G Artist,,,,,,,2007-04-26, -/games/boxart/full_8355270AmericaFrontccc.png,Pixel Gun 3D,And,Shooter,Unknown,Unknown,,,,,,,2013-05-03, -/games/boxart/full_9060678AmericaFrontccc.jpg,Pixel Whirled,XBL,Shooter,Microsoft,Holmfry,,,,,,,2009-12-21, -/games/boxart/full_pixeljunk-shooter_186AmericaFront.jpg,PixelJunk Shooter,PSN,Shooter,Sony Computer Entertainment,Q-Games,8.5,,,,,,2009-12-10, -/games/boxart/full_pixeljunk-shooter-2_973AmericaFront.jpg,PixelJunk Shooter 2,PSN,Shooter,Sony Computer Entertainment,Q-Games,8,,,,,,2011-03-01, -/games/boxart/full_6609144AmericaFrontccc.jpg,PixelJunk Shooter Ultimate,PS4,Shooter,Double Eleven,Double Eleven,,,,,,,2014-06-03,2018-09-14 -/games/boxart/full_2262047AmericaFrontccc.jpg,PixelJunk Shooter Ultimate,PSV,Shooter,Double Eleven,Double Eleven,,,,,,,2014-06-03,2018-09-14 -/games/boxart/full_pixeljunk-sidescroller_311AmericaFront.jpg,PixelJunk SideScroller,PSN,Shooter,Sony Computer Entertainment,Q-Games,9,,,,,,2011-10-25, -/games/boxart/full_4995707AmericaFrontccc.jpg,Planet Panic!,XBL,Shooter,Microsoft,dastardlyscientists,,,,,,,2009-01-01, -/games/boxart/1730387ccc.jpg,Planet Smashers,7800,Shooter,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/9358436ccc.jpg,PlanetSide,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2003-05-20, -/games/boxart/full_1965486PALFrontccc.jpg,PlanetSide 2,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2012-11-20,2018-09-15 -/games/boxart/full_9032307AmericaFrontccc.jpeg,PlanetSide 2,PS4,Shooter,Daybreak Games,Daybreak Games,,,,,,,2015-06-23,2018-09-15 -/games/boxart/9295462ccc.jpg,PlanetSide: Aftershock,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2004-10-19, -/games/boxart/8595706ccc.jpg,PlanetSide: Core Combat,PC,Shooter,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2003-10-27, -/games/boxart/full_6570823AmericaFrontccc.jpg,Platypus,PC,Shooter,Kiss,Handmark,,,,,,,2004-06-02, -/games/boxart/full_2222082AmericaFrontccc.jpg,Platypus,XBL,Shooter,Microsoft,Escapist Games,,,,,,,2009-11-23, -/games/boxart/full_3323920AmericaFrontccc.jpg,Plows in Hell,XBL,Shooter,Microsoft,Handkor,,,,,,,2009-06-22, -/games/boxart/356648ccc.jpg,PO'ed,3DO,Shooter,Accolade,Any Channel,,,,,,,1995-11-06, -/games/boxart/1404274ccc.jpg,Pocky & Rocky,SNES,Shooter,Natsume,Natsume,,,,,,,1993-06-01, -/games/boxart/1049060ccc.jpg,Pocky & Rocky 2,SNES,Shooter,Natsume,Natsume,,,,,,,1994-11-01, -/games/boxart/6293074ccc.gif,Point Blank,PS,Shooter,Namco,Namco,,,,,,,1998-04-30, -/games/boxart/full_point-of-destruction_5PALFront.jpg,Point of Destruction,GIZ,Shooter,Gizmondo Studios,Gizmondo Studios Manchester,,,,,,,2005-10-22, -/games/boxart/full_9450399PALFrontccc.jpg,Police 24/7,PS2,Shooter,Konami,Konami,,,,,,,2002-04-12, -/games/boxart/481216ccc.jpg,Pop Breaker,GG,Shooter,Micro Cabin,Micro Cabin,,,,,,,1991-02-23, -/games/boxart/full_4638527JapanFrontccc.jpg,Pop'n TwinBee,GB,Shooter,Konami,Konami,,,,,,,1994-01-01, -/games/boxart/full_1457682PALFrontccc.jpg,Pop'n TwinBee,SNES,Shooter,Palcom,Konami,,,,,,,1993-01-01, -/games/boxart/full_1823431AmericaFrontccc.jpg,Portal: Still Alive,XBL,Shooter,Microsoft,Valve Software,8.9,,,,,,2008-10-22, -/games/boxart/6906104ccc.jpg,Poseidon Wars 3-D,MS,Shooter,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/default.jpg,Postal 2 Complete,PC,Shooter,Unknown,Running With Scissors,,,,,,,2003-04-14, -/games/boxart/default.jpg,Postal III,PS3,Shooter,Unknown,Running With Scissors,,,,,,,, -/games/boxart/default.jpg,Postal III,PC,Shooter,Akella,Running With Scissors,,,,,,,2011-12-21, -/games/boxart/full_pound-of-ground_458AmericaFront.jpg,Pound of Ground,PC,Shooter,Unknown,Centauri Production,3.5,,,,,,2010-11-05, -/games/boxart/full_power-gate_1JapanFront.jpg,Power Gate,PCE,Shooter,Pack-In-Video,Make,,,,,,,1991-08-30, -/games/boxart/980105ccc.jpg,Power Strike,MS,Shooter,Sega,Compile Ltd.,,,,,,,1988-01-01, -/games/boxart/full_5514894PALFrontccc.jpg,Power Strike II,MS,Shooter,Sega,Compile Ltd.,,,,,,,1993-01-01, -/games/boxart/full_power-strike-ii_73PALFront.jpg,Power Strike II,GG,Shooter,Sega,Compile Ltd.,,,,,,,1994-01-01, -/games/boxart/full_7544193AmericaFrontccc.jpg,PowerSlave,PC,Shooter,Playmates,Lobotomy Software,,,,,,,1997-01-01, -/games/boxart/5292908ccc.jpg,PowerSlave,SAT,Shooter,Playmates,Lobotomy Software,,,,,,,1996-10-31, -/games/boxart/full_3708799AmericaFrontccc.jpg,PowerUp Forever,XBL,Shooter,Namco Bandai,Blitz Arcade,,,,,,,2008-12-10, -/games/boxart/full_233535PALFrontccc.png,PowerUp Forever,PSN,Shooter,Namco Bandai,Blitz Arcade,,,,,,,2008-12-11, -/games/boxart/default.jpg,Prarie Dog Massacre,XBL,Shooter,Unknown,Dwarf Biter,,,,,,,, -/games/boxart/full_2264162AmericaFrontccc.jpg,Prey,XBL,Shooter,2K Games,Venom Games,,,,,,,2009-08-11, -/games/boxart/default.jpg,Prey 2,X360,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2020-12-31, -/games/boxart/default.jpg,Prey 2,PS3,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2020-12-31, -/games/boxart/default.jpg,Prey 2,PC,Shooter,Bethesda Softworks,Human Head Studios,,,,,,,2020-12-31, -/games/boxart/full_7394038JapanFrontccc.jpg,Prikura Daisakusen,SAT,Shooter,Atlus,Atlus Co.,,,,,,,1996-11-15, -/games/boxart/full_8379774AmericaFrontccc.jpg,Primal Carnage: Extinction,PS4,Shooter,Pub Games,Circle 5 Studios,,,,,,,2015-04-03, -/games/boxart/default.jpg,Privates,XBL,Shooter,Unknown,Zombie Cow Studios,,,,,,,, -/games/boxart/default.jpg,Privates,PC,Shooter,Unknown,Zombie Cow Studios,,,,,,,, -/games/boxart/full_project-s-11_68AmericaFront.jpg,Project S-11,GB,Shooter,Sunsoft,Paragon 5,,,,,,,2000-12-14, -/games/boxart/7419531ccc.jpg,Protector,AJ,Shooter,Songbird Productions,Songbird Productions,,,,,,,1999-12-20, -/games/boxart/2225207ccc.jpg,Protector Special Edition,AJ,Shooter,Songbird Productions,Songbird Productions,,,,,,,2002-04-10, -/games/boxart/default.jpg,Protocol,WW,Shooter,Unknown,Sabarasa Entertainment,,,,,,,, -/games/boxart/3034866ccc.jpg,Protöthea,WW,Shooter,Ubisoft,Sabarasa Digital Builders,,,,,,,2008-06-02, -/games/boxart/full_2671122PALFrontccc.jpg,Psi-Ops: The Mindgate Conspiracy,PC,Shooter,Zoo Digital Publishing,Midway Games,,,,,,,2005-02-11, -/games/boxart/full_psycho-chaser_7JapanFront.jpg,Psycho Chaser,PCE,Shooter,Naxat Soft,Sting,,,,,,,1990-04-06, -/games/boxart/full_psycho-chaser_4JapanFront.jpg,Psycho Chaser,VC,Shooter,Naxat Soft,Sting,,,,,,,2008-03-11, -/games/boxart/full_psychosis_5AmericaFront.jpg,Psychosis,PCE,Shooter,NEC,Naxat Soft,,,,,,,1990-01-01, -/games/boxart/full_psychosis_0AmericaFront.jpg,Psychosis,VC,Shooter,Hudson Soft,Naxat Soft,,,,,,,2008-02-25, -/games/boxart/full_6498499JapanFrontccc.jpg,Psykio Shooting Collection Vol. 3: Sol Divide & Dragon Blaze,PS2,Shooter,Taito,Psikyo,,,,,,,2005-03-31, -/games/boxart/full_4197724JapanFrontccc.jpg,Psyvariar 2: Extend Edition,XB,Shooter,Success,Skonec,,,,,,,2004-10-28, -/games/boxart/full_7579950JapanFrontccc.jpg,Psyvariar 2: The Will to Fabricate,DC,Shooter,Success,Skonec,7,,,,,,2004-02-26, -/games/boxart/full_484301JapanFrontccc.jpg,Psyvariar 2: Ultimate Final,PS2,Shooter,Success,Skonec,,,,,,,2004-12-09, -/games/boxart/full_935839PALFrontccc.jpg,Psyvariar: Complete Edition,PS2,Shooter,Empire Interactive,Skonec,,,,,,,2003-09-26, -/games/boxart/default.jpg,Psyvariar: Medium Unit,PS2,Shooter,Success,Skonec,,,,,,,2003-09-11, -/games/boxart/default.jpg,Psyvariar: Revision,PS2,Shooter,Success,Skonec,,,,,,,2003-10-09, -/games/boxart/full_3386548JapanFrontccc.jpg,Pulstar,NG,Shooter,SNK,Aicom Corporation,,,,,,,1995-09-29, -/games/boxart/full_pulstar-cd_896AmericaFront.jpg,Pulstar (CD),NG,Shooter,SNK,Aicom Corporation,,,,,,,1995-10-27, -/games/boxart/default.jpg,Pwn Age: 31337 AD,XBL,Shooter,Unknown,LocoPuyo,,,,,,,, -/games/boxart/full_pyramid-intruder_1JapanFront.jpg,Pyramid Intruder,3DO,Shooter,Taito,Taito Corporation,,,,,,,1995-08-11, -/games/boxart/full_5678017AmericaFrontccc.jpg,PyroManic - Solo,XBL,Shooter,Microsoft,tricktale,,,,,,,2009-09-18, -/games/boxart/full_qlione_269AmericaFront.jpg,Qlione Evolve,PSN,Shooter,Sony Online Entertainment,Shindenken,,,,,,,2010-12-07, -/games/boxart/full_9655067AmericaFrontccc.jpg,Quake,SAT,Shooter,Sega,Lobotomy Software,,,,,,,1997-05-27, -/games/boxart/full_4890092AmericaFrontccc.jpg,Quake,PC,Shooter,id Software,id Software,9.4,,,,,,1996-07-01, -/games/boxart/full_quake-arena-arcade_875AmericaFront.jpg,Quake Arena Arcade,XBL,Shooter,Bethesda Softworks,id Software,7.1,,,,,,2010-12-15, -/games/boxart/2514371ccc.jpg,Quake II,PC,Shooter,Activision,id Software,9,,,,,,1997-11-11, -/games/boxart/full_quake-ii-mission-pack-ground-zero_284AmericaFront.gif,Quake II Mission Pack: Ground Zero,PC,Shooter,Activision,Rogue Entertainment,,,,,,,1998-09-11, -/games/boxart/full_quake-ii-mission-pack-the-reckoning_786AmericaFront.jpg,Quake II Mission Pack: The Reckoning,PC,Shooter,Activision,Xatrix Entertainment,,,,,,,1998-05-31, -/games/boxart/5411938ccc.jpg,Quake II: Extremities,PC,Shooter,Activision,Activision,,,,,,,1999-01-01, -/games/boxart/9965329ccc.jpg,Quake III Arena,DC,Shooter,Sega,Raster,9.3,,,,,,2000-10-22, -/games/boxart/full_quake-iii-team-arena_730AmericaFront.jpg,Quake III: Team Arena,PC,Shooter,Activision,id Software,8,,,,,,2000-12-18, -/games/boxart/full_4156210AmericaFrontccc.jpg,Quake Live,PC,Shooter,id Software,id Software,,,,,,,2009-02-24, -/games/boxart/full_quake-mission-pack-no-1-scourge-of-armagon_611AmericaFront.jpg,Quake Mission Pack No. 1: Scourge of Armagon,PC,Shooter,Activision,Hipnotic Interactive,,,,,,,1997-02-28, -/games/boxart/full_quake-mission-pack-no-2-dissolution-of-eternity_212AmericaFront.jpg,Quake Mission Pack No. 2: Dissolution of Eternity,PC,Shooter,Activision,Rogue Entertainment,,,,,,,1997-03-31, -/games/boxart/3344196ccc.jpg,Quake: Team Fortress,PC,Shooter,id Software,TeamFortress Software,,,,,,,1996-08-23, -/games/boxart/full_quarantine_4AmericaFront.jpg,Quarantine,PC,Shooter,GameTek,Imagexcel,,,,,,,1994-01-01, -/games/boxart/full_quarantine_10AmericaFront.jpg,Quarantine,3DO,Shooter,GameTek,Imagexcel,,,,,,,1994-01-01, -/games/boxart/1777788ccc.jpg,R-Type,GB,Shooter,Irem Software Engineering,Bits Studios,,,,,,,1991-05-01, -/games/boxart/full_6072801AmericaFrontccc.jpg,R-Type,MS,Shooter,Sega,Irem Software Engineering,,,,,,,1988-01-01, -/games/boxart/full_r-type_800JapanFront.jpg,R-Type,PSN,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2011-04-20, -/games/boxart/full_7391431AmericaFrontccc.jpg,R-Type,VC,Shooter,Hudson Soft,Irem Software Engineering,,,,,,,2006-12-25, -/games/boxart/full_657132AmericaFrontccc.jpg,R-Type,PCE,Shooter,NEC,Irem Software Engineering,,,,,,,1989-01-01, -/games/boxart/full_989092AmericaFrontccc.jpg,R-Type (MS),VC,Shooter,Sega,Irem Software Engineering,,,,,,,2009-11-02, -/games/boxart/full_3234939JapanFrontccc.jpg,R-Type Complete CD,PCE,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1991-12-20, -/games/boxart/full_2738816AmericaFrontccc.jpg,R-Type Delta,PSN,Shooter,Sony Computer Entertainment,Irem Software Engineering,,,,,,,2009-05-07, -/games/boxart/full_9654496AmericaFrontccc.jpg,R-Type Dimensions,XBL,Shooter,Tozai Games,Southend Interactive,7.8,,,,,,2009-02-04, -/games/boxart/985585ccc.jpg,R-Type DX,GB,Shooter,Nintendo,Bits Studios,,,,,,,1999-05-31, -/games/boxart/7041892ccc.jpg,R-Type II,GB,Shooter,Irem Software Engineering,Bits Studios,,,,,,,1992-01-01, -/games/boxart/full_9553015JapanFrontccc.jpg,R-Type II,PCE,Shooter,Hudson Soft,Hudson Soft,,,,,,,1988-06-03, -/games/boxart/full_8898987JapanFrontccc.jpg,R-Type II,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2007-01-23, -/games/boxart/full_394871AmericaFrontccc.jpg,R-Type III: The Third Lightning,SNES,Shooter,Jaleco,Irem Software Engineering,,,,,,,1994-08-02, -/games/boxart/full_5307187AmericaFrontccc.jpg,R-Type III: The Third Lightning,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2007-01-15, -/games/boxart/full_8550117AmericaFrontccc.png,R-Types,PSN,Shooter,Sony Computer Entertainment,Racdym,,,,,,,2008-04-24, -/games/boxart/full_2855966JapanFrontccc.jpg,R2: Rendering Ranger,SNES,Shooter,Virgin Interactive,Raibow Arts,,,,,,,1995-11-17, -/games/boxart/full_9014328AmericaFrontccc.jpg,Rabid Gophers,XBL,Shooter,Microsoft,Quantum Squid Interactive,,,,,,,2009-04-11, -/games/boxart/full_rabio-lepus-special_9JapanFront.jpg,Rabio Lepus Special,PCE,Shooter,Video System,Video System,,,,,,,1990-10-19, -/games/boxart/full_4306747AmericaFrontccc.jpg,Radial Gun,XBL,Shooter,Microsoft,RekcahDam,,,,,,,2009-06-05, -/games/boxart/full_radiangames-ballistic_761AmericaFront.jpg,radiangames Ballistic,XBL,Shooter,Microsoft,radiangames,,,,,,,2011-01-28, -/games/boxart/full_radiangames-crossfire_3AmericaFront.jpg,radiangames Crossfire,XBL,Shooter,Microsoft,radiangames,6,,,,,,2010-07-07, -/games/boxart/full_radiangames-crossfire-2_28AmericaFront.jpg,radiangames Crossfire 2,XBL,Shooter,Microsoft,radiangames,,,,,,,2010-12-16, -/games/boxart/full_inferno_4AmericaFront.jpg,radiangames Inferno,XBL,Shooter,Microsoft,radiangames,,,,,,,2010-09-01, -/games/boxart/full_4467532AmericaFrontccc.jpg,radiangames JoyJoy,XBL,Shooter,Microsoft,radiangames,,,,,,,2010-05-16, -/games/boxart/full_radiant-silvergun_486AmericaFront.jpg,Radiant Silvergun,XBL,Shooter,Treasure,"Treasure Co., Ltd.",8.6,,,,,,2011-09-14, -/games/boxart/full_8044835JapanFrontccc.jpg,Radirgy,DC,Shooter,Milestone,MileStone Inc.,,,,,,,2006-02-16, -/games/boxart/full_1082402JapanFrontccc.jpg,Radirgy Generic,GC,Shooter,Milestone,MileStone Inc.,,,,,,,2006-05-25, -/games/boxart/full_radirgy-noa-massive_56JapanFront.jpg,Radirgy Noa Massive,X360,Shooter,Milestone,MileStone Inc.,,,,,,,2010-10-28, -/games/boxart/full_9473394JapanFrontccc.jpg,Radirgy Precious,PS2,Shooter,Milestone,MileStone Inc.,,,,,,,2006-05-25, -/games/boxart/2293424ccc.jpg,Raid on Bungeling Bay,NES,Shooter,Broderbund,Hudson Soft,,,,,,,1987-09-01, -/games/boxart/full_4071937AmericaFrontccc.jpg,Raiden,PCE,Shooter,NEC,Hudson Soft,,,,,,,1991-01-01, -/games/boxart/537261ccc.jpg,Raiden,AJ,Shooter,Fabtek,"Imagitec Design, Inc.",,,,,,,1994-01-01, -/games/boxart/full_8577680AmericaFrontccc.jpg,Raiden,Lynx,Shooter,Telegames,"Telegames, Inc.",,,,,,,1997-01-01, -/games/boxart/default.jpg,Raiden,PC,Shooter,Acer,"Imagitec Design, Inc.",,,,,,,1994-01-01, -/games/boxart/full_8125933JapanFrontccc.jpg,Raiden DX,PS,Shooter,Nihon System,Seibu Kaihatsu,,,,,,,1997-04-11, -/games/boxart/full_8145011AmericaFrontccc.jpg,Raiden Fighters Aces,XBL,Shooter,Valcon Games,Gulti,,,,,,,2010-05-11, -/games/boxart/full_4732989JapanFrontccc.jpg,Raiden II,PC,Shooter,GameBank,Kinesoft Development,,,,,,,1997-06-06, -/games/boxart/full_8789018AmericaFrontccc.jpg,Raiden III,PS2,Shooter,UFO Interactive,Moss,,,,,,,2007-04-17, -/games/boxart/full_5643877JapanFrontccc.jpg,Raiden III,PC,Shooter,CyberFront,Moss,,,,,,,2006-03-17, -/games/boxart/default.jpg,Raiden III,PSN,Shooter,UFO Interactive,Moss,,,,,,,2011-11-01, -/games/boxart/full_3822272AmericaFrontccc.jpg,Raiden Trad,SNES,Shooter,Electro Brain,Micronics,,,,,,,1991-01-01, -/games/boxart/full_6081991AmericaFrontccc.jpg,Raiden Trad,GEN,Shooter,Micronet,Micronet,,,,,,,1993-01-01, -/games/boxart/full_5339626AmericaFrontccc.jpg,Rail Gun Charlie,XBL,Shooter,Microsoft,Duckocide,,,,,,,2009-09-29, -/games/boxart/full_1919105JapanFrontccc.jpg,Rainbow Cotton,DC,Shooter,Success,Success,5.4,,,,,,2000-01-20, -/games/boxart/7568250ccc.jpg,Rambo III,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_rambo-iii_7AmericaFront.jpg,Rambo III,PC,Shooter,Taito,Ocean,,,,,,,1989-01-01, -/games/boxart/full_8446385AmericaFrontccc.jpg,Rambo III,GEN,Shooter,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/4115941ccc.jpg,Rambo: First Blood Part II,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_8773834AmericaFrontccc.jpg,Rambo: First Blood Part II,VC,Shooter,Sega,Sega,,,,,,,2009-07-13, -/games/boxart/4583030ccc.jpg,Ranger X,GEN,Shooter,Sega,Gau Entertainment,,,,,,,1993-05-27, -/games/boxart/full_rapid-reload_5JapanFront.jpg,Rapid Reload,PSN,Shooter,Sony Computer Entertainment,Media.Vision,,,,,,,2007-03-29, -/games/boxart/full_ray-thunder_301JapanFront.jpg,Ray-Thunder,GB,Shooter,Nichibutsu,Nichibutsu,,,,,,,1991-02-08, -/games/boxart/full_raycrisis-series-termination_220JapanFront.jpg,RayCrisis: Series Termination,PSN,Shooter,Taito,Taito Corporation,,,,,,,2008-07-09, -/games/boxart/full_raystorm_93JapanFront.jpg,RayStorm,PSN,Shooter,Taito,Taito Corporation,,,,,,,2008-06-25, -/games/boxart/full_5492227AmericaFrontccc.jpg,RayStorm HD,XBL,Shooter,Taito,Taito Corporation,,,,,,,2010-05-05, -/games/boxart/full_raystorm-hd_724JapanFront.jpg,RayStorm HD,PSN,Shooter,Unknown,Taito Corporation,,,,,,,, -/games/boxart/full_2252663AmericaFrontccc.jpg,Raze's Hell,XBL,Shooter,Majesco,Artech Studios,,,,,,,2008-12-10, -/games/boxart/full_5545918AmericaFrontccc.jpg,Rebel Moon Rising,PC,Shooter,GT Interactive,Fenris Wolf,,,,,,,1997-01-01, -/games/boxart/full_1776031AmericaFrontccc.jpg,Red Alarm,VB,Shooter,Nintendo,Tikipod,,,,,,,1995-08-14, -/games/boxart/full_red-faction_135AmericaFront.jpg,Red Faction,NGage,Shooter,THQ,Monkeystone Games,5.4,,,,,,2003-12-10, -/games/boxart/default.jpg,Red Faction: Armageddon,PSN,Shooter,THQ,Volition Inc.,,,,,,,2011-07-06, -/games/boxart/default.jpg,Red Faction: Armageddon - Path to War,PC,Shooter,THQ,Volition Inc.,,,,,,,2011-08-02, -/games/boxart/default.jpg,Red Faction: Armageddon - Path to War,XBL,Shooter,THQ,Volition Inc.,,,,,,,2011-08-02, -/games/boxart/full_red-faction-armageddon-path-to-war_685AmericaFront.jpg,Red Faction: Armageddon - Path to War,PSN,Shooter,THQ,Volition Inc.,,,,,,,2011-08-02, -/games/boxart/full_red-faction-guerrilla_2AmericaFront.jpg,Red Faction: Guerrilla,PSN,Shooter,THQ,Volition Inc.,,,,,,,2010-08-10, -/games/boxart/full_6863754AmericaFrontccc.jpg,Red Faction: Guerrilla,PC,Shooter,THQ,Volition Inc.,,,,,,,2009-06-02, -/games/boxart/full_red-ocean_457PALFront.jpg,Red Ocean,PC,Shooter,Anaconda,Collision Studios,,,,,,,2007-09-21, -/games/boxart/default.jpg,Red Steel 3,Wii,Shooter,Unknown,Ubisoft Montreal,,,,,,,, -/games/boxart/5440686ccc.gif,Redneck Rampage,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1997-04-30, -/games/boxart/full_redneck-rampage-rides-again_69AmericaFront.jpg,Redneck Rampage Rides Again,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1998-05-31, -/games/boxart/full_redneck-rampage-family-reunion_148AmericaFront.jpg,Redneck Rampage: Family Reunion,PC,Shooter,Interplay,Xatrix Entertainment,,,,,,,1998-01-01, -/games/boxart/full_redneck-rampage-suckin-grits-on-route-66_461AmericaFront.jpg,Redneck Rampage: Suckin' Grits On Route 66,PC,Shooter,Interplay,Sunstorm Interactive,,,,,,,1998-07-13, -/games/boxart/full_renegade-ops_735AmericaFront.jpg,Renegade Ops,XBL,Shooter,Sega,Avalanche Studios,10,,,,,,2011-09-14, -/games/boxart/default.jpg,Renegade Ops,PC,Shooter,Sega,Avalanche Studios,7.5,,,,,,2011-10-26,2018-05-25 -/games/boxart/full_renegade-ops_104AmericaFront.jpg,Renegade Ops,PSN,Shooter,Sega,Avalanche Studios,8.4,,,,,,2011-09-13, -/games/boxart/5153964ccc.jpg,Requiem: Avenging Angel,PC,Shooter,3DO,Cyclone Studios,,,,,,,1999-03-31, -/games/boxart/full_4133866PALFrontccc.jpg,Rescue Shot,PS,Shooter,Namco,Namco,,,,,,,2000-01-01, -/games/boxart/9703470ccc.jpg,Rescue: The Embassy Mission,NES,Shooter,Kemco,Infogrames,,,,,,,1990-01-01, -/games/boxart/full_2053879PALFrontccc.jpg,Resident Evil: Survivor 2 - Code: Veronica,PS2,Shooter,Capcom,Capcom,4.2,,,,,,2002-02-08, -/games/boxart/full_3462673AmericaFrontccc.png,Resistance: Retribution,PSN,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2009-10-01, -/games/boxart/full_6915377AmericaFrontccc.jpg,RESOGUN,PSV,Shooter,Sony Computer Entertainment,Climax Studios,,,,,,,2014-12-23,2018-11-27 -/games/boxart/full_6139314AmericaFrontccc.jpg,RESOGUN,PS3,Shooter,Sony Computer Entertainment,Climax Studios,,,,,,,2014-12-23,2018-11-27 -/games/boxart/full_5176286AmericaFrontccc.jpg,RESOGUN,PS4,Shooter,Sony Computer Entertainment,Housemarque,8.4,,,,,,2013-11-15,2018-01-28 -/games/boxart/full_1287013AmericaFrontccc.png,Retaliate,And,Shooter,Unknown,Unknown,,,,,,,2014-04-19, -/games/boxart/full_8177783AmericaFrontccc.jpg,Retro One - Part 2,XBL,Shooter,Microsoft,CoderSys,,,,,,,2009-04-22, -/games/boxart/full_1437962AmericaFrontccc.jpeg,Retro/Grade,PSN,Shooter,Unknown,24 Caret Games,,,,,,,, -/games/boxart/full_9708426AmericaFrontccc.jpg,Retrofit: Overload,XBL,Shooter,Microsoft,Wam Games,,,,,,,2010-05-08, -/games/boxart/9837092ccc.jpg,Return to Castle Wolfenstein: Enemy Territory,PC,Shooter,Activision,Splash Damage,,,,,,,2003-05-29, -/games/boxart/full_8393122AmericaFrontccc.jpg,Revenge of the Evil Aliens,XBL,Shooter,Microsoft,Harald Maassen,,,,,,,2009-06-09, -/games/boxart/5418093ccc.jpg,Revolution X,SAT,Shooter,Acclaim Entertainment,Software Creations,,,,,,,1996-01-01, -/games/boxart/full_302540AmericaFrontccc.jpg,Revolution X,GEN,Shooter,Acclaim Entertainment,Rage Software,,,,,,,1995-01-01, -/games/boxart/1783168ccc.jpg,Revolution X,SNES,Shooter,Acclaim Entertainment,Rage Software,,,,,,,1995-01-01, -/games/boxart/full_3325459AmericaFrontccc.jpg,Revolution X,PC,Shooter,Acclaim Entertainment,Rage Software,,,,,,,1996-01-01, -/games/boxart/full_revolver-360_368AmericaFront.jpg,Revolver 360,XBL,Shooter,Microsoft,Cross Eaglet,,,,,,,2010-12-26, -/games/boxart/full_601344PALFrontccc.jpg,Rez,DC,Shooter,Sega,United Game Artists,9,,,,,,2002-01-11, -/games/boxart/full_8016990AmericaFrontccc.jpg,Rez HD,XBL,Shooter,Q Entertainment,HexaDrive,9.1,,,,,,2008-01-30,2018-09-24 -/games/boxart/full_4732094AmericaFrontccc.jpg,Rift,XBL,Shooter,Microsoft,Brandon Bloom,,,,,,,2008-11-19, -/games/boxart/full_9667761AmericaFrontccc.jpg,RIP Trilogy,PC,Shooter,Meridian4,Elephant Games,,,,,,,2007-06-01, -/games/boxart/full_5422658AmericaFrontccc.jpg,Rise of the Triad: Dark War,PC,Shooter,Apogee,"Apogee Software, Ltd.",,,,,,,1994-12-21, -/games/boxart/full_4069163AmericaFrontccc.jpg,RIVE,PC,Shooter,Two Tribes,Two Tribes,,,,,,,2016-01-01, -/games/boxart/3033508ccc.jpg,River Raid,5200,Shooter,Activision,Activision,,,,,,,1983-01-01, -/games/boxart/full_river-raid_6AmericaFront.jpg,River Raid,PC,Shooter,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/full_robin-hood-the-return-of-richard_9AmericaFront.jpg,Robin Hood: The Return of Richard,WW,Shooter,Nordcurrent,Nordcurrent,,,,,,,2010-06-28, -/games/boxart/full_robin-hood-the-return-of-richard_8PALFront.jpg,Robin Hood: The Return of Richard,PSN,Shooter,Nordcurrent,Nordcurrent,,,,,,,2010-05-25, -/games/boxart/full_4505299AmericaFrontccc.jpg,Robo Aleste,SCD,Shooter,Tengen,Compile Ltd.,,,,,,,1993-01-01, -/games/boxart/full_7844104AmericaFrontccc.jpg,RoboBlitz,XBL,Shooter,Microsoft,Naked Sky Entertainment,6.7,,,,,,2006-12-06, -/games/boxart/full_2445770AmericaFrontccc.jpg,RoboBlitz,PC,Shooter,Naked Sky Entertainment,Naked Sky Entertainment,7.5,,,,,,2006-11-06, -/games/boxart/full_9424546JapanFrontccc.jpg,RoboCop,GC,Shooter,Unknown,Titus Software,,,,,,,, -/games/boxart/9705808ccc.jpg,RoboCop,NES,Shooter,Data East,Ocean Software,,,,,,,1989-12-01, -/games/boxart/full_6773879PALFrontccc.jpg,RoboCop,GBA,Shooter,Unknown,Mirage Interactive,,,,,,,2020-12-31, -/games/boxart/full_2905155PALFrontccc.jpg,RoboCop,PS2,Shooter,Titus,Titus Software,,,,,,,2003-12-05, -/games/boxart/full_5936267PALFrontccc.jpg,RoboCop,PC,Shooter,Titus,Titus Software,,,,,,,2003-01-01, -/games/boxart/full_4579538AmericaFrontccc.jpg,RoboCop,GB,Shooter,Ocean,Ocean Software,,,,,,,1990-12-01, -/games/boxart/full_381706AmericaFrontccc.jpg,RoboCop (GBC),GB,Shooter,Titus,Mirage Interactive,,,,,,,2001-01-01, -/games/boxart/default.jpg,Robotron X,PC,Shooter,GT Interactive,Player 1,,,,,,,1997-01-01, -/games/boxart/7452223ccc.jpg,Robotron: 2084,7800,Shooter,Atari,"Williams Electronic Games, Inc.",,,,,,,1987-01-01, -/games/boxart/6284650ccc.jpg,Robotron: 2084,Lynx,Shooter,Shadowsoft,"Williams Electronic Games, Inc.",,,,,,,1991-01-01, -/games/boxart/full_7831549AmericaFrontccc.jpg,Robotron: 2084,XBL,Shooter,Midway Games,Digital Eclipse,7.5,,,,,,2005-12-16, -/games/boxart/8649383ccc.jpg,Robotron: 2084,5200,Shooter,Atari,"Williams Electronic Games, Inc.",,,,,,,1983-01-01, -/games/boxart/default.jpg,Rock of the Dead,Wii,Shooter,Unknown,Epicenter Studios,,,,,,,, -/games/boxart/full_rock-on_2JapanFront.jpg,Rock On,PCE,Shooter,Unknown,Big Club,,,,,,,1989-08-22, -/games/boxart/full_506761AmericaFrontccc.png,Rocket Crisis,And,Shooter,Unknown,Unknown,,,,,,,2014-06-27, -/games/boxart/full_8230263AmericaFrontccc.jpg,Rocketmen: Axis of Evil,XBL,Shooter,Capcom,A.C.R.O.N.Y.M. Games Inc.,,,,,,,2008-03-05, -/games/boxart/4293228ccc.jpg,Rocketmen: Axis of Evil,PSN,Shooter,Capcom,A.C.R.O.N.Y.M. Games Inc.,5.4,,,,,,2008-03-06, -/games/boxart/full_3820186AmericaFrontccc.jpg,Rocketmen: It Came from Uranus,XBL,Shooter,Capcom,A.C.R.O.N.Y.M. Games,,,,,,,2008-05-14, -/games/boxart/9292471ccc.jpg,Rocketmen: It Came from Uranus,PSN,Shooter,Capcom,A.C.R.O.N.Y.M. Games,,,,,,,2008-05-15, -/games/boxart/full_rocks-n-rockets_264AmericaFront.jpg,Rocks N' Rockets,DSiW,Shooter,TikGames,Creat Studios,,,,,,,2011-01-24, -/games/boxart/full_rockets-n-rockets_2PALFront.jpg,Rocks N' Rockets,PSN,Shooter,TikGames,Creat Studios,,,,,,,2010-06-15, -/games/boxart/full_3313980AmericaFrontccc.jpg,Roid Riot,XBL,Shooter,Microsoft,Kaos nyrb,,,,,,,2009-07-09, -/games/boxart/6723473ccc.jpg,Rolling Thunder,NES,Shooter,Tengen,Namco,,,,,,,1989-01-01, -/games/boxart/default.jpg,Rolling Thunder (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-21, -/games/boxart/9220753ccc.jpg,Rolling Thunder 2,GEN,Shooter,Namco,Namco,,,,,,,1991-11-18, -/games/boxart/2554888ccc.jpg,Rolling Thunder 2,VC,Shooter,Namco Bandai,Namco,,,,,,,2007-12-24, -/games/boxart/default.jpg,Rolling Thunder 2 (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-10-27, -/games/boxart/full_run-ghost-run_753PALFront.png,Run Ghost Run,PSN,Shooter,StormBASIC,StormBasic Games,,,,,,,2011-06-14, -/games/boxart/default.jpg,Running with Rifles,OSX,Shooter,Modulaatio Games,Modulaatio Games,,,,,,,2015-04-02, -/games/boxart/default.jpg,Running with Rifles,Linux,Shooter,Modulaatio Games,Modulaatio Games,,,,,,,2015-04-02, -/games/boxart/full_scat_504AmericaFront.jpg,S.C.A.T.: Special Cybernetic Attack Team,NES,Shooter,Natsume,Natsume,,,,,,,1991-06-01, -/games/boxart/full_scat-special-cybernetic-attack-team_311AmericaFront.jpg,S.C.A.T.: Special Cybernetic Attack Team,VC,Shooter,Natsume,Natsume,,,,,,,2011-02-07, -/games/boxart/full_2182006AmericaFrontccc.jpg,S.T.A.L.K.E.R. 2,PC,Shooter,GSC Game World,GSC Game World,,,,,,,2021-12-31, -/games/boxart/full_s4-league-season-2-iron-eyes_282AmericaFront.jpg,S4 League: Season 2 - Iron Eyes,PC,Shooter,Unknown,Neowiz Entertainment,,,,,,,2011-08-01, -/games/boxart/338209ccc.jpg,Sagaia,GEN,Shooter,Taito,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/full_6586551PALFrontccc.jpg,Sagaia,MS,Shooter,Sega,Taito Corporation,,,,,,,1992-01-01, -/games/boxart/full_5690328JapanFrontccc.jpg,Sagaia,GB,Shooter,Taito,Taito Corporation,,,,,,,1991-12-31, -/games/boxart/full_salamander_8JapanFront.jpg,Salamander,PSN,Shooter,Konami,Konami,,,,,,,2010-07-21, -/games/boxart/full_3612793JapanFrontccc.jpg,Salamander,PCE,Shooter,Konami,Konami,,,,,,,1991-12-06, -/games/boxart/full_8375099JapanFrontccc.jpg,Salamander,VC,Shooter,Konami,Konami,,,,,,,2007-09-11, -/games/boxart/full_8580540JapanFrontccc.jpg,Salamander (MSX),VC,Shooter,Konami,Konami,,,,,,,2010-01-12, -/games/boxart/full_1903746JapanFrontccc.jpg,Salamander Deluxe Pack Plus,SAT,Shooter,Konami,Konami,,,,,,,1997-06-19, -/games/boxart/full_7296393JapanFrontccc.jpg,Salamander Deluxe Pack Plus,PS,Shooter,Konami,Konami,,,,,,,1997-07-03, -/games/boxart/full_3485502JapanFrontccc.jpg,Salamander Portable,PSP,Shooter,Konami,Konami,,,,,,,2007-01-25, -/games/boxart/full_2390823PALFrontccc.jpg,SAS: Anti Terror Force,PS2,Shooter,Davilex,Atomic Planet Entertainment,,,,,,,2005-11-04, -/games/boxart/default.jpg,Sasuke vs. Commander,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, -/games/boxart/full_satellite-7_3JapanFront.jpg,Satellite 7,MS,Shooter,Sega,Sega,,,,,,,1985-12-20, -/games/boxart/default.jpg,Savage Skies,PC,Shooter,BAM! Entertainment,iRock Entertainment,,,,,,,2001-12-30, -/games/boxart/full_8364917PALFrontccc.jpg,Savage Skies,XB,Shooter,Unknown,iRock Entertainment,,,,,,,, -/games/boxart/default.jpg,Scivelation,X360,Shooter,Unknown,Black Wing Foundation,,,,,,,, -/games/boxart/default.jpg,Scivelation,PS3,Shooter,Unknown,Black Wing Foundation,,,,,,,, -/games/boxart/default.jpg,Scivelation,PC,Shooter,Unknown,Black Wing Foundation,,,,,,,, -/games/boxart/default.jpg,Scorpion,PC,Shooter,Unknown,B-Cool Interactive,,,,,,,, -/games/boxart/full_4652173AmericaFrontccc.jpg,Scramble,XBL,Shooter,Konami,Digital Eclipse,5.2,,,,,,2006-09-13, -/games/boxart/full_scramble-spirits_5PALFront.jpg,Scramble Spirits,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_6916837AmericaFrontccc.jpg,Scud: Industrial Evolution,PC,Shooter,SegaSoft,"Syrox Developments, Ltd.",,,,,,,1997-11-30, -/games/boxart/2948627ccc.jpg,Scud: The Disposable Assassin,SAT,Shooter,SegaSoft,Syrox Developments,,,,,,,1997-02-28, -/games/boxart/full_2117410JapanFrontccc.jpg,SD Gundam: Operation U.C.,WS,Shooter,Bandai,Bandai,,,,,,,2002-02-16, -/games/boxart/default.jpg,Sea Dragon,PC,Shooter,Unknown,Adventure International,,,,,,,1983-01-01, -/games/boxart/full_4376033AmericaFrontccc.jpg,Sea Dragon,2600,Shooter,Unknown,Adventure International,,,,,,,, -/games/boxart/9490142ccc.jpg,Sea Hawk,2600,Shooter,Unknown,Froggo,,,,,,,1982-01-01, -/games/boxart/full_sea-of-dreamland_692PALFront.jpg,Sea of Dreamland,NES,Shooter,Unknown,Mega Soft,,,,,,,1992-01-01, -/games/boxart/full_723796AmericaFrontccc.jpg,Secret Ponchos,PC,Shooter,Switchblade Monkeys,Switchblade Monkeys,,,,,,,2014-06-01,2019-04-21 -/games/boxart/full_section-8_0AmericaFront.jpg,Section 8,PSN,Shooter,TimeGate Studios,TimeGate Studios,,,,,,,2010-03-25, -/games/boxart/full_section-8-prejudice_529AmericaFront.jpg,Section 8: Prejudice,PSN,Shooter,TimeGate Studios,TimeGate Studios,,,,,,,2011-07-26, -/games/boxart/full_section-8-prejudice_107AmericaFront.jpg,Section 8: Prejudice,X360,Shooter,TimeGate Studios,TimeGate Studios,7.9,,,,,,2011-04-20, -/games/boxart/default.jpg,Section 8: Prejudice,PS3,Shooter,Unknown,TimeGate Studios,6.8,,,,,,, -/games/boxart/full_section-8-prejudice_358AmericaFront.jpg,Section 8: Prejudice,PC,Shooter,TimeGate Studios,TimeGate Studios,7.6,,,,,,2011-05-04, -/games/boxart/full_section-8-prejudice_360AmericaFront.jpg,Section 8: Prejudice,XBL,Shooter,Microsoft,TimeGate Studios,,,,,,,2011-04-20, -/games/boxart/default.jpg,Section 8: Prejudice - Frontier Colonies Map Pack,PS3,Shooter,Unknown,TimeGate Studios,,,,,,,, -/games/boxart/default.jpg,Section 8: Prejudice - Overdrive Map Pack,PS3,Shooter,Unknown,TimeGate Studios,,,,,,,, -/games/boxart/default.jpg,Section 8: Prejudice - Overdrive Map Pack,PSN,Shooter,TimeGate Studios,TimeGate Studios,,,,,,,2011-08-02, -/games/boxart/5913798ccc.jpg,Section-Z,NES,Shooter,Capcom,Capcom,,,,,,,1987-07-01, -/games/boxart/full_8157952JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 10: After Burner II,PS2,Shooter,Sega,Sega,,,,,,,2004-03-18, -/games/boxart/full_707631JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 20: Space Harrier Complete Collection,PS2,Shooter,Sega,M2,,,,,,,2005-10-27, -/games/boxart/full_402758JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 25: Gunstar Heroes Treasure Box,PS2,Shooter,Sega,"Treasure Co., Ltd.",,,,,,,2006-02-23, -/games/boxart/full_1267571JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 27: Panzer Dragoon,PS2,Shooter,Sega,Land Ho,,,,,,,2006-04-27, -/games/boxart/full_5755126JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 30: Galaxy Force II - Special Extended Edition,PS2,Shooter,Sega,M2,,,,,,,2007-07-26, -/games/boxart/full_sega-ages-2500-series-vol-3-fantasy-zone_2JapanFront.jpg,Sega Ages 2500 Series Vol. 3: Fantasy Zone,PS2,Shooter,Sega,Sega,,,,,,,2003-08-28, -/games/boxart/full_3051732JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 4: Space Harrier,PS2,Shooter,Sega,Sega,,,,,,,2003-09-25, -/games/boxart/full_sega-ages-2500-series-vol-9-gain-ground_3JapanFront.jpg,Sega Ages 2500 Series Vol. 9: Gain Ground,PS2,Shooter,Sega,Sega,,,,,,,2004-02-26, -/games/boxart/full_1523296JapanFrontccc.jpg,Sega Ages Vol.2: Space Harrier,SAT,Shooter,Sega,Sega,,,,,,,1996-07-19, -/games/boxart/full_sega-ages-fantasy-zone_1JapanFront.jpg,Sega Ages: Fantasy Zone,SAT,Shooter,Sega,Sega,,,,,,,1997-02-21, -/games/boxart/full_6542801JapanFrontccc.jpg,Sega Ages: Galaxy Force II,SAT,Shooter,Sega,Sega,,,,,,,1998-07-02, -/games/boxart/full_5361428JapanFrontccc.jpg,Seirei Senshi Spriggan,PCE,Shooter,Naxat Soft,Compile,,,,,,,1991-07-12, -/games/boxart/full_2658123JapanFrontccc.jpg,Seirei Senshi Spriggan,VC,Shooter,Naxat Soft,Compile,,,,,,,2008-07-01, -/games/boxart/full_sencounter_224AmericaFront.jpg,SEncounter,XBL,Shooter,Microsoft,WSBSoftware,,,,,,,2011-09-15, -/games/boxart/full_3408058JapanFrontccc.jpg,Sengoku Blade: Sengoku Ace Episode II,SAT,Shooter,Atlus,Psikyo,,,,,,,1996-11-22, -/games/boxart/default.jpg,Sentimental Shooting,PC,Shooter,While,While,,,,,,,2001-01-01, -/games/boxart/full_5256140AmericaFrontccc.jpg,Serious Sam 3: BFE,PS3,Shooter,Devolver Digital,Croteam,,,,,,,2014-05-13,2018-12-27 -/games/boxart/full_6886750AmericaFrontccc.jpg,Serious Sam 3: BFE,XBL,Shooter,Mastertronic,Croteam,,,,,,,2012-10-17,2018-12-27 -/games/boxart/full_9173488AmericaFrontccc.jpg,Serious Sam Gold,PC,Shooter,Gotham Games,Croteam,,,,,,,2003-06-23, -/games/boxart/full_9851696AmericaFrontccc.jpg,Serious Sam HD: The First Encounter,XBL,Shooter,Majesco,Croteam,7,,,,,,2010-01-13, -/games/boxart/full_serious-sam-hd-the-second-encounter_2AmericaFront.jpg,Serious Sam HD: The Second Encounter,PC,Shooter,Devolver Digital,Croteam,,,,,,,2010-04-28, -/games/boxart/full_serious-sam-hd-the-second-encounter_9AmericaFront.jpg,Serious Sam HD: The Second Encounter,XBL,Shooter,Majesco,Croteam,,,,,,,2010-09-22, -/games/boxart/full_8098956AmericaFrontccc.jpg,Serious Sam: Double D XXL,XBL,Shooter,Mastertronic,Mommy's Best Games,,,,,,,2013-02-20,2018-12-27 -/games/boxart/full_56141AmericaFrontccc.jpg,Serious Sam: Double D XXL,PSN,Shooter,Mastertronic,Mommy's Best Games,,,,,,,2013-12-31,2018-12-27 -/games/boxart/9485349ccc.jpg,Serious Sam: The First Encounter,PC,Shooter,Gathering of Developers,Croteam,,,,,,,2001-03-21, -/games/boxart/9705994ccc.jpg,Sewer Shark,SCD,Shooter,Sony Imagesoft,Digital Pictures,,,,,,,1992-10-15, -/games/boxart/full_7329099AmericaFrontccc.jpg,Sewer Shark,3DO,Shooter,Hasbro Interactive,Digital Pictures,,,,,,,1994-01-01, -/games/boxart/full_5631880JapanFrontccc.jpg,Sexy Parodius,PS,Shooter,Konami,Konami,,,,,,,1996-11-01, -/games/boxart/full_4199917JapanFrontccc.jpg,Sexy Parodius,SAT,Shooter,Konami,Konami,,,,,,,1996-11-01, -/games/boxart/full_3311995AmericaFrontccc.jpg,Shadow Complex,XBL,Shooter,Microsoft,Chair Entertainment Group,8.9,,,,,,2009-08-19, -/games/boxart/default.jpg,Shadow Complex 2,XBL,Shooter,Unknown,Chair Entertainment Group,,,,,,,, -/games/boxart/full_shadow-harvest-phantom-ops_169AmericaFront.jpg,Shadow Harvest: Phantom Ops,PC,Shooter,Viva Media,Black Lion Studios,3.5,,,,,,2011-04-05, -/games/boxart/full_8692115PALFrontccc.jpg,Shadow of Ganymede,PS2,Shooter,Phoenix Games,Mere Mortals,,,,,,,2005-06-24, -/games/boxart/full_4146652AmericaFrontccc.jpg,Shadow Ops: Red Mercury,PC,Shooter,Atari,Zombie Studios,,,,,,,2004-09-21, -/games/boxart/full_3951358AmericaFrontccc.jpg,Shadowgrounds,PC,Shooter,Meridian4,Frozenbyte,6.8,,,,,,2006-04-25, -/games/boxart/full_9523342AmericaFrontccc.jpg,Shadowgrounds Survivor,PC,Shooter,Meridian4,Frozenbyte,7.3,,,,,,2007-12-06, -/games/boxart/full_shadowrun_0AmericaFront.jpg,Shadowrun,XBL,Shooter,Microsoft Game Studios,FASA Studio,,,,,,,2008-01-01,2018-11-02 -/games/boxart/full_5595484AmericaFrontccc.jpg,Shattered Horizon,PC,Shooter,Futuremark Games Studio,Futuremark Games Studio,6.8,,,,,,2009-11-04, -/games/boxart/full_1869994AmericaFrontccc.jpg,Shield Defense,XBL,Shooter,Microsoft,PitchMobile,,,,,,,2009-06-26, -/games/boxart/full_3915772JapanFrontccc.jpg,Shienryu,SAT,Shooter,Warashi,Warashi,,,,,,,1997-06-27, -/games/boxart/full_316278JapanFrontccc.jpg,Shikigami no Shiro,XB,Shooter,MediaQuest,Alfa System,,,,,,,2002-03-14, -/games/boxart/default.jpg,Shikigami no Shiro Evolution,XB,Shooter,MediaQuest,Alfa System,,,,,,,2002-12-19, -/games/boxart/full_6256614JapanFrontccc.jpg,Shikigami no Shiro II,GC,Shooter,Kids Station,Alfa System,,,,,,,2003-10-24, -/games/boxart/full_5403814JapanFrontccc.jpg,Shikigami no Shiro II,DC,Shooter,MediaQuest,Alfa System,,,,,,,2004-03-25, -/games/boxart/full_928407JapanFrontccc.jpg,Shikigami no Shiro II,XB,Shooter,Kids Station,Alfa System,,,,,,,2004-04-15, -/games/boxart/default.jpg,Shikigami no Shiro II,PC,Shooter,MediaQuest,Alfa System,,,,,,,2004-09-13, -/games/boxart/full_shikigami-no-shiro-iii_105JapanFront.jpg,Shikigami no Shiro III,PC,Shooter,CyberFront,Alfa System,,,,,,,2006-09-29, -/games/boxart/full_4116162AmericaFrontccc.jpg,Shining Blood,XBL,Shooter,Microsoft,TEASOFT,,,,,,,2009-09-02, -/games/boxart/full_shmusicup_430AmericaFront.jpg,SHMUSICUP,PC,Shooter,Unknown,Tzai Entertainment,,,,,,,2011-03-17, -/games/boxart/full_shock-troopers_39AmericaFront.jpg,Shock Troopers,PSN,Shooter,SNK Playmore,Saurus,,,,,,,2011-08-30, -/games/boxart/full_4216226AmericaFrontccc.jpg,Shogo: Mobile Armor Division,PC,Shooter,Monolith Productions,Monolith Productions,,,,,,,1998-09-30, -/games/boxart/full_1011812AmericaFrontccc.jpg,Shoot 1UP,XBL,Shooter,Microsoft Game Studios,Mommy's Best Games,8,,,,,,2010-02-25, -/games/boxart/full_4945999AmericaFrontccc.jpeg,Shoot 1UP,WinP,Shooter,Microsoft Studios,Mommy's Best Games,,,,,,,2012-08-20,2018-10-01 -/games/boxart/full_5135058AmericaFrontccc.jpg,Shoot the Rocks,XBL,Shooter,Microsoft,Tackemon,,,,,,,2008-12-27, -/games/boxart/full_212402AmericaFrontccc.jpg,Shootanto: Evolutionary Mayhem,WW,Shooter,Hudson Soft,GrandPrix Games,,,,,,,2009-10-19, -/games/boxart/full_shooting-gallery_244AmericaFront.jpg,Shooting Gallery,XBL,Shooter,Microsoft,Utopioneer Games,,,,,,,2011-06-03, -/games/boxart/full_shooting-gallery_1AmericaFront.jpg,Shooting Gallery,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/default.jpg,Shooting Love Trilogy,XOne,Shooter,Triangle Service,Triangle Service,,,,,,,2015-07-01, -/games/boxart/full_8669649JapanFrontccc.jpg,"Shooting Love, 200X",XBL,Shooter,Triangle Service,Triangle Service,,,,,,,2009-07-09, -/games/boxart/7921578ccc.jpg,Shooting Range,NES,Shooter,Bandai,TOSE Software,,,,,,,1989-06-01, -/games/boxart/full_3939855AmericaFrontccc.jpg,Shred Nebula,XBL,Shooter,CrunchTime Games,CrunchTime Games,,,,,,,2008-09-03, -/games/boxart/full_sidearms_3AmericaFront.jpg,Sidearms,PCE,Shooter,Unknown,NEC Avenue,,,,,,,1989-01-01, -/games/boxart/full_6922140AmericaFrontccc.jpg,Silent Debuggers,VC,Shooter,Hudson Soft,Data East,,,,,,,2007-07-16, -/games/boxart/full_6560532AmericaFrontccc.jpg,Silent Debuggers,PCE,Shooter,NEC,Data East,,,,,,,1991-01-01, -/games/boxart/full_2475869AmericaFrontccc.jpg,Silent Scope,DC,Shooter,Konami,KCET,6.9,,,,,,2000-10-23, -/games/boxart/628829ccc.jpg,Silkworm,NES,Shooter,Sammy Corporation,Tecmo,,,,,,,1990-06-01, -/games/boxart/full_9718377AmericaFrontccc.jpg,Silpheed,PC,Shooter,Sierra Entertainment,Game Art,,,,,,,1988-01-01, -/games/boxart/5832576ccc.jpg,Silpheed,SCD,Shooter,Sega,Game Arts,7,,,,,,1993-01-01, -/games/boxart/9849461ccc.jpg,Silver Surfer,NES,Shooter,Arcadia Systems,Software Creations,,,,,,,1990-11-01, -/games/boxart/full_8236004JapanFrontccc.jpg,Simple 1500 Series Vol. 24: The Gun Shooting,PS,Shooter,D3 Publisher,Tatsunoko Production,,,,,,,1999-12-09, -/games/boxart/full_5520151JapanFrontccc.jpg,Simple 1500 Series Vol. 56: The Sniper,PS,Shooter,D3 Publisher,Sol,,,,,,,2001-03-22, -/games/boxart/full_4329875JapanFrontccc.jpg,Simple 1500 Series Vol. 63: The Gun Shooting 2,PS,Shooter,D3 Publisher,AMS,,,,,,,2001-05-31, -/games/boxart/full_4562079JapanFrontccc.jpg,Simple 1500 Series Vol.75: The Double Shooting ~RayStorm x RayCrisis~,PS,Shooter,D3 Publisher,Taito Corporation,,,,,,,2001-10-25, -/games/boxart/full_simple-2000-series-vol-119-the-survival-game-2_891JapanFront.jpg,Simple 2000 Series Vol. 119: The Survival Game 2,PS2,Shooter,D3 Publisher,BestMedia,,,,,,,2011-08-09, -/games/boxart/full_4879131JapanFrontccc.jpg,Simple 2000 Series Vol. 56: The Survival Game,PS2,Shooter,D3 Publisher,BestMedia,,,,,,,2004-07-22, -/games/boxart/full_1286321JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 08: Gatchaman: The Shooting,PS,Shooter,Bandai,Warashi,,,,,,,2002-06-27, -/games/boxart/full_simple-wii-series-vol-4-the-dokodemo-asoberu-the-shooting-action_9JapanFront.jpg,Simple Wii Series Vol. 4: The DokoDemo Asoberu - The Shooting Action,Wii,Shooter,D3 Publisher,D3 Publisher,,,,,,,2007-12-27, -/games/boxart/full_simple-wii-series-vol-6-the-wai-wai-combat_7JapanFront.jpg,Simple Wii Series Vol. 6: The Wai Wai Combat,Wii,Shooter,D3 Publisher,D3 Publisher,,,,,,,2008-02-28, -/games/boxart/3749374ccc.jpg,SiN,PC,Shooter,Activision,Ritual Entertainment,,,,,,,1998-10-31, -/games/boxart/full_8638379JapanFrontccc.gif,Sin and Punishment,VC,Shooter,Nintendo,"Treasure Co., Ltd.",9,,,,,,2007-10-02, -/games/boxart/default.jpg,Sin and Punishment,iQue,Shooter,Unknown,"Treasure Co., Ltd.",,,,,,,, -/games/boxart/full_sin-episodes-emergence_639AmericaFront.jpg,SiN Episodes: Emergence,PC,Shooter,Valve,Ritual Entertainment,,,,,,,2006-05-09, -/games/boxart/default.jpg,Sine Mora,PSN,Shooter,Unknown,Digital Reality,,,,,,,2020-12-31, -/games/boxart/full_4608649AmericaFrontccc.png,Sine Mora,XBL,Shooter,Unknown,Digital Reality,,,,,,,2020-12-31, -/games/boxart/full_sinistron_0AmericaFront.jpg,Sinistron,PCE,Shooter,IGS,Alfa System,,,,,,,1991-01-01, -/games/boxart/full_719970JapanFrontccc.jpg,Skull Fang,SAT,Shooter,Data East,Data East,,,,,,,1997-05-30, -/games/boxart/full_sky-fighter_758AmericaFront.jpg,Sky Fighter,PSN,Shooter,Creat Studio,Creat Studios,,,,,,,2010-11-16, -/games/boxart/full_sky-force_256PALFront.png,Sky Force,PSN,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2011-06-02, -/games/boxart/full_2225041AmericaFrontccc.png,Sky Force 2014,And,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2014-06-05, -/games/boxart/3204721ccc.jpg,Sky Kid,VC,Shooter,Namco Bandai,Namco,,,,,,,2008-05-19, -/games/boxart/full_8553341AmericaFrontccc.jpg,Sky Kid,NES,Shooter,Sunsoft,Namco,,,,,,,1986-01-01, -/games/boxart/default.jpg,Sky Kid (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-07-07, -/games/boxart/full_sky-shark_395AmericaFront.jpg,Sky Shark,NES,Shooter,Taito,Software Creations,,,,,,,1989-09-01, -/games/boxart/full_sky-shark_242AmericaFront.jpg,Sky Shark,PC,Shooter,Taito,Banana Development,,,,,,,1989-01-01, -/games/boxart/full_9046093JapanFrontccc.jpg,Sky Target,PC,Shooter,Sega,Sega,,,,,,,1997-08-14, -/games/boxart/full_sky-target_2AmericaFront.jpg,Sky Target,SAT,Shooter,Sega,Sega,,,,,,,1997-06-01, -/games/boxart/full_5482503AmericaFrontccc.jpg,Sky-Defender,XBL,Shooter,Microsoft,Starlit Sky Games,,,,,,,2009-06-25, -/games/boxart/3311516ccc.jpg,SkyHammer,AJ,Shooter,Songbird Productions,Rebellion Developments,,,,,,,2000-01-01, -/games/boxart/full_1663992AmericaFrontccc.jpg,Slingstar,XBL,Shooter,Microsoft,Ork Priestess Games,,,,,,,2009-10-03, -/games/boxart/6712073ccc.jpg,Smash T.V.,NES,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1991-09-01, -/games/boxart/full_3104531AmericaFrontccc.jpg,Smash TV,XBL,Shooter,Midway Games,Digital Eclipse,7.8,,,,,,2005-11-24, -/games/boxart/full_4614156AmericaFrontccc.jpg,Sniper Elite 4,PC,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2017-02-14,2018-05-29 -/games/boxart/full_sniper-gallery_783AmericaFront.jpg,Sniper Gallery,XBL,Shooter,Microsoft,BBQ Games,,,,,,,2011-07-01, -/games/boxart/full_sniper-ghost-warrior_749AmericaFront.jpg,Sniper: Ghost Warrior,XBL,Shooter,City Interactive,City Interactive,4.3,,,,,,2011-08-30, -/games/boxart/default.jpg,Sniper: Ghost Warrior 3,Wii,Shooter,City Interactive,City Interactive,,,,,,,2017-01-01, -/games/boxart/full_6441537AmericaFrontccc.jpg,Sniper: Path of Vengeance,PC,Shooter,Xicat Interactive,Xicat Interactive,,,,,,,2002-09-17, -/games/boxart/full_9329653AmericaFrontccc.jpg,SOCOM: U.S. Navy SEALs Confrontation,PSN,Shooter,Sony Computer Entertainment,Slant Six Games,6.3,,,,,,2008-10-16, -/games/boxart/full_9457607AmericaFrontccc.png,SOCOM: U.S. Navy SEALs Fireteam Bravo,PSN,Shooter,Sony Computer Entertainment,Zipper Interactive,,,,,,,2007-12-19, -/games/boxart/full_9756921AmericaFrontccc.png,SOCOM: U.S. Navy SEALs Fireteam Bravo 2,PSN,Shooter,Sony Computer Entertainment,Zipper Interactive,,,,,,,2008-06-04, -/games/boxart/full_2780484PALFrontccc.png,SOCOM: U.S. Navy SEALs Fireteam Bravo 3,PSN,Shooter,Sony Computer Entertainment,Slant Six Games,,,,,,,2010-02-16, -/games/boxart/full_sodium-one_231AmericaFront.jpg,Sodium One,PSN,Shooter,Unknown,Lockwood Publishing,,,,,,,2009-12-17, -/games/boxart/full_sol-divide_345PALFront.jpg,Sol Divide,PS2,Shooter,505 Games,Psikyo,,,,,,,2006-03-01, -/games/boxart/full_2064104JapanFrontccc.jpg,Sol Divide,SAT,Shooter,Atlus,Psikyo,,,,,,,1998-07-02, -/games/boxart/full_2707563AmericaFrontccc.jpg,Sol Divide,PS,Shooter,XS Games,Psikyo,,,,,,,2003-03-11, -/games/boxart/full_8397075AmericaFrontccc.jpg,Sol Invasion,XBL,Shooter,Microsoft,Chise,,,,,,,2009-01-20, -/games/boxart/full_5413020AmericaFrontccc.jpg,Sol-Deace,GEN,Shooter,Renovation,Wolf Team,,,,,,,1992-01-01, -/games/boxart/934173ccc.jpg,Sol-Feace,SCD,Shooter,Sega,Wolf Team,,,,,,,1992-10-15, -/games/boxart/full_solar-struggle_8AmericaFront.jpg,Solar Struggle,XBL,Shooter,RedSpot Games,Z Software,,,,,,,2010-08-18, -/games/boxart/full_soldier-blade_674AmericaFront.jpg,Soldier Blade,PSN,Shooter,Hudson Soft,Hudson Soft,,,,,,,2011-06-14, -/games/boxart/full_soldier-blade_9AmericaFront.jpg,Soldier Blade,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2007-01-08, -/games/boxart/full_soldier-blade_4AmericaFront.jpg,Soldier Blade,PCE,Shooter,NEC,Hudson Soft,,,,,,,1992-01-01, -/games/boxart/7573034ccc.jpg,Soldier of Fortune,DC,Shooter,Crave Entertainment,Runecraft,7.6,,,,,,2001-07-24, -/games/boxart/7985525ccc.jpg,Soldier of Fortune,PC,Shooter,Activision,Raven Software,,,,,,,2000-02-29, -/games/boxart/5177755ccc.jpg,Soldier of Fortune II: Double Helix,PC,Shooter,Activision,Raven Software,,,,,,,2002-05-20, -/games/boxart/full_8223384AmericaFrontccc.jpg,Soldier of Fortune: Payback,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2007-11-14, -/games/boxart/5903639ccc.jpg,Soldiers of Fortune,SNES,Shooter,Spectrum Holobyte,Bitmap Brothers,,,,,,,1993-01-01, -/games/boxart/7340951ccc.jpg,Soldiers of Fortune,GEN,Shooter,Spectrum Holobyte,Bitmap Brothers,,,,,,,1993-01-01, -/games/boxart/full_soldner-x-2-final-prototype_985AmericaFront.jpg,Soldner-X 2: Final Prototype,PSN,Shooter,EastAsiaSoft,SideQuest Studios,6.8,,,,,,2010-05-25, -/games/boxart/full_soldner-x-2-final-prototype-the-last-chapter_574AmericaFront.jpg,Soldner-X 2: Final Prototype - The Last Chapter,PSN,Shooter,EastAsiaSoft,SideQuest Studios,,,,,,,2010-11-09, -/games/boxart/full_soldner-x-himmelssturmer_402AmericaFront.jpg,Soldner-X: Himmelssturmer,PC,Shooter,EastAsiaSoft,SideQuest Studios,,,,,,,2007-12-14, -/games/boxart/full_soldner-x-himmelssturmer_976AmericaFront.jpg,Soldner-X: Himmelssturmer,PSN,Shooter,EastAsiaSoft,SideQuest Studios,6.3,,,,,,2008-12-04, -/games/boxart/full_soldner-marine-corps_284PALFront.jpg,Soldner: Marine Corps,PC,Shooter,JoWood Productions,Wings Simulations,,,,,,,2005-02-25, -/games/boxart/full_soldner-secret-wars_99AmericaFront.jpg,Soldner: Secret Wars,PC,Shooter,Encore,Wings Simulations,,,,,,,2004-06-22, -/games/boxart/default.jpg,Solvalou (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-03-26, -/games/boxart/full_sonic-princess_939JapanFront.jpg,Sonic Princess,PC,Shooter,Software House Paseri,Software House Paseri,,,,,,,2001-10-26, -/games/boxart/full_8370294JapanFrontccc.jpg,Sonic Wings Special,SAT,Shooter,MediaQuest,Video System,,,,,,,1996-07-05, -/games/boxart/full_sonic-wings-special_476PALFront.jpg,Sonic Wings Special,PS,Shooter,Phoenix Games,Video System,,,,,,,2004-08-12, -/games/boxart/full_1275355JapanFrontccc.jpg,Soukyu-Gurentai: Oubushustugeki,PS,Shooter,Data East,Data East,,,,,,,1997-12-25, -/games/boxart/full_2041353JapanFrontccc.jpg,Soukyugurentai,SAT,Shooter,Electronic Arts Victor,Raizing,,,,,,,1997-02-07, -/games/boxart/full_1490122JapanFrontccc.jpg,Soukyugurentai,PS,Shooter,Data East,Eighting/Raizing,,,,,,,1997-12-05, -/games/boxart/full_2535087JapanFrontccc.jpg,Soukyugurentai Otokuyo,SAT,Shooter,Electronic Arts Victor,Eighting/Raizing,,,,,,,1997-12-18, -/games/boxart/111708ccc.jpg,Soul Star,SCD,Shooter,Victor Interactive,Core Design Ltd.,,,,,,,1994-12-21, -/games/boxart/full_south-park_996AmericaFront.jpg,South Park,PC,Shooter,Acclaim Entertainment,Iguana Entertainment,4.3,,,,,,1999-03-09, -/games/boxart/9134580ccc.jpg,Space Cavern,2600,Shooter,Apollo,Apollo,,,,,,,1981-01-01, -/games/boxart/full_596616AmericaFrontccc.jpg,Space Combat,2600,Shooter,Unknown,Telegames,,,,,,,, -/games/boxart/full_9692343AmericaFrontccc.jpg,Space Giraffe,XBL,Shooter,Llamasoft,Llamasoft,,,,,,,2007-08-22, -/games/boxart/full_1248958AmericaFrontccc.jpg,Space Giraffe,PC,Shooter,Llamasoft,Llamasoft,,,,,,,2009-03-19, -/games/boxart/full_space-gun_4PALFront.jpg,Space Gun,MS,Shooter,Sega,Taito Corporation,,,,,,,1992-01-01, -/games/boxart/full_4143300AmericaFrontccc.jpg,Space Harrier,VC,Shooter,Sega,Sega-AM2,,,,,,,2008-11-03, -/games/boxart/7682660ccc.jpg,Space Harrier,GG,Shooter,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_5791649AmericaFrontccc.jpg,Space Harrier,PC,Shooter,Sega,Elite,,,,,,,1989-01-01, -/games/boxart/full_248686AmericaFrontccc.jpg,Space Harrier,PCE,Shooter,NEC,Dempa,,,,,,,1988-12-09, -/games/boxart/full_488695JapanFrontccc.jpg,Space Harrier,NES,Shooter,Takara,Sega,,,,,,,1989-01-06, -/games/boxart/full_9274406AmericaFrontccc.jpg,Space Harrier,MS,Shooter,Sega,Sega-AM2,,,,,,,1986-01-01, -/games/boxart/default.jpg,Space Harrier (Arcade),VC,Shooter,Sega,Sega,,,,,,,2009-06-15, -/games/boxart/full_4193602AmericaFrontccc.jpg,Space Harrier 3-D,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/8730424ccc.png,Space Harrier II,VC,Shooter,Sega,Sega,5.5,,,,,,2006-12-18, -/games/boxart/8507561ccc.jpg,Space Harrier II,GEN,Shooter,Sega,Sega,,,,,,,1989-08-14, -/games/boxart/full_space-harrier-ii_178AmericaFront.jpg,Space Harrier II,PC,Shooter,Sega,Sega,,,,,,,2010-06-01, -/games/boxart/full_2081923AmericaFrontccc.jpg,Space Hulk: Deathwing,XOne,Shooter,Focus Home Interactive,Cyanide Studio,,,,,,,2018-12-31, -/games/boxart/full_4860943PALFrontccc.jpg,Space Hulk: Deathwing,PC,Shooter,Focus Home Interactive,Cyanide Studio,,,,,,,2016-12-14,2018-09-20 -/games/boxart/full_9863367AmericaFrontccc.jpg,Space Hulk: Vengeance of the Blood Angels,SAT,Shooter,Electronic Arts,Key Game,,,,,,,1996-01-01, -/games/boxart/1355671ccc.jpg,Space Hulk: Vengeance of the Blood Angels,3DO,Shooter,Electronic Arts,Key Game,,,,,,,1996-01-01, -/games/boxart/full_3689116AmericaFrontccc.jpg,Space Hulk: Vengeance of the Blood Angels,PC,Shooter,Electronic Arts,Key Game,,,,,,,1996-01-01, -/games/boxart/full_5296628JapanFrontccc.jpg,Space Invaders,WS,Shooter,Sunsoft,SunSoft,,,,,,,1999-05-13, -/games/boxart/full_7509972AmericaFrontccc.jpg,Space Invaders,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-11-17, -/games/boxart/full_559842JapanFrontccc.jpg,Space Invaders,NES,Shooter,Taito,Taito Corporation,,,,,,,1985-04-17, -/games/boxart/6906378ccc.jpg,Space Invaders,GB,Shooter,Nintendo,Taito Corporation,,,,,,,1994-10-01, -/games/boxart/4647578ccc.jpg,Space Invaders,5200,Shooter,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/5868307ccc.jpg,Space Invaders,PS,Shooter,Taito,"Z-Axis, Ltd.",,,,,,,1999-09-30, -/games/boxart/full_8651977JapanFrontccc.jpg,Space Invaders,SAT,Shooter,Taito,Taito Corporation,,,,,,,1996-12-13, -/games/boxart/full_space-invaders-91_7AmericaFront.jpg,Space Invaders '91,GEN,Shooter,Taito,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/default.jpg,Space Invaders '95,PC,Shooter,Empire Interactive,Taito Corporation,,,,,,,1994-01-01, -/games/boxart/default.jpg,Space Invaders (Arcade),VC,Shooter,Taito,Taito Corporation,,,,,,,2009-04-06, -/games/boxart/full_4946983AmericaFrontccc.jpg,Space Invaders (GBC),GB,Shooter,Activision,Crawfish Interactive,,,,,,,1999-10-27, -/games/boxart/full_space-invaders-japan_569JapanFront.jpg,Space Invaders (Japan),PSN,Shooter,Taito,Taito Corporation,,,,,,,2008-10-15, -/games/boxart/full_space-invaders-japan_2JapanFront.jpg,Space Invaders (Japan),PS,Shooter,Taito,Taito Corporation,,,,,,,1997-07-31, -/games/boxart/full_space-invaders-2000_3JapanFront.jpg,Space Invaders 2000,PS,Shooter,Taito,Taito Corporation,,,,,,,1998-12-03, -/games/boxart/full_7676978PALFrontccc.jpg,Space Invaders Anniversary,PS2,Shooter,Empire Interactive,Taito Corporation,,,,,,,2004-04-30, -/games/boxart/full_5469199AmericaFrontccc.jpg,Space Invaders EX,GC,Shooter,Unknown,Taito Corporation,,,,,,,, -/games/boxart/full_1930733AmericaFrontccc.jpg,Space Invaders Extreme,XBL,Shooter,Taito,Backbone Entertainment,8,,,,,,2009-05-06, -/games/boxart/default.jpg,Space Invaders Extreme,PSN,Shooter,Unknown,Taito Corporation,,,,,,,, -/games/boxart/default.jpg,Space Invaders Extreme Z,DSiW,Shooter,Taito,Taito Corporation,,,,,,,2009-11-04, -/games/boxart/full_9161310AmericaFrontccc.jpg,Space Invaders Get Even,WW,Shooter,Square Enix,Cattle Call,,,,,,,2008-12-01, -/games/boxart/full_space-invaders-infinity-gene_8AmericaFront.jpg,Space Invaders Infinity Gene,XBL,Shooter,Square Enix,Taito Corporation,8.2,,,,,,2010-09-15, -/games/boxart/full_space-invaders-infinity-gene_7AmericaFront.jpg,Space Invaders Infinity Gene,PSN,Shooter,Square Enix,Taito Corporation,8.3,,,,,,2010-09-14, -/games/boxart/full_space-invaders-pocket_8JapanFront.jpg,Space Invaders Pocket,PSP,Shooter,Taito,Taito Corporation,,,,,,,2005-05-12, -/games/boxart/default.jpg,Space Invaders Pocket,PSN,Shooter,Taito,Taito Corporation,,,,,,,2009-10-01, -/games/boxart/full_8682222JapanFrontccc.jpg,Space Invaders Virtual Collection,VB,Shooter,Taito,Taito Corporation,,,,,,,1995-12-01, -/games/boxart/full_space-invaders-fukkatsu-no-hi_8JapanFront.jpg,Space Invaders: Fukkatsu no Hi,PCE,Shooter,Taito,Taito Corporation,,,,,,,1990-03-02, -/games/boxart/full_space-invaders-fukkatsu-no-hi_7JapanFront.jpg,Space Invaders: Fukkatsu no Hi,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-12-02, -/games/boxart/full_2456023PALFrontccc.jpg,Space Invaders: Invasion Day,PS2,Shooter,Big Ben Interactive,Sammy Studios,,,,,,,2003-09-05, -/games/boxart/full_space-invaders-the-original-game_0JapanFront.jpg,Space Invaders: The Original Game,VC,Shooter,Taito,Taito Corporation,,,,,,,2009-03-03, -/games/boxart/full_space-invaders-the-original-game_3JapanFront.jpg,Space Invaders: The Original Game,PCE,Shooter,NEC Interchannel,Taito Corporation,,,,,,,1995-07-28, -/games/boxart/full_space-invasion_932PALFront.jpg,Space Invasion,GB,Shooter,Datel,"Z-Axis, Ltd.",,,,,,,2001-02-23, -/games/boxart/8748782ccc.jpg,Space Jockey,2600,Shooter,US Games,US Games,,,,,,,1982-01-01, -/games/boxart/full_2471016JapanFrontccc.jpg,Space Manbow,VC,Shooter,Konami,Konami,,,,,,,2009-11-24, -/games/boxart/full_space-marauder_354AmericaFront.jpg,Space Marauder,GB,Shooter,Agetec,KID Corporation,,,,,,,2000-08-28, -/games/boxart/full_2617115AmericaFrontccc.jpg,Space Megaforce,SNES,Shooter,TOHO,Compile Ltd.,,,,,,,1992-10-01, -/games/boxart/2339379ccc.jpg,Space Pirates,3DO,Shooter,"American Laser Games, Inc",American Laser Games,,,,,,,1994-01-01, -/games/boxart/default.jpg,Space Shadow,NES,Shooter,Bandai,Bandai,,,,,,,1989-02-15, -/games/boxart/full_space-trek_3AmericaFront.jpg,Space Trek,WW,Shooter,Calaris,Calaris,,,,,,,2010-08-16, -/games/boxart/default.jpg,Space Tripper,PC,Shooter,PomPom,PomPom Games,,,,,,,2001-01-01, -/games/boxart/full_8354147AmericaFrontccc.jpg,SpaceAttack,XBL,Shooter,Microsoft,Ben3DX,,,,,,,2009-02-25, -/games/boxart/full_8887262AmericaFrontccc.jpg,SpaceCombat,XBL,Shooter,Microsoft,cilcoder,,,,,,,2008-11-04, -/games/boxart/733845ccc.jpg,Spear of Destiny: A Wolfenstein 3D Adventure!,PC,Shooter,FormGen,id Software,,,,,,,1992-09-18, -/games/boxart/4342205ccc.jpg,Spec Ops II: Omega Squad,DC,Shooter,Ripcord Games,Runecraft,5.3,,,,,,2000-10-24, -/games/boxart/full_2916679AmericaFrontccc.png,Spec Ops: Airborne Commando,PSN,Shooter,Sony Computer Entertainment,Big Grub,,,,,,,2009-07-30, -/games/boxart/full_2558360AmericaFrontccc.png,Spec Ops: Covert Assault,PSN,Shooter,Sony Computer Entertainment,Runecraft,,,,,,,2009-07-23, -/games/boxart/full_4472699AmericaFrontccc.png,Spec Ops: Ranger Elite,PSN,Shooter,Sony Computer Entertainment,Runecraft,,,,,,,2009-07-16, -/games/boxart/full_9443241AmericaFrontccc.png,Spec Ops: Stealth Patrol,PSN,Shooter,Sony Computer Entertainment,Runecraft,,,,,,,2009-07-09, -/games/boxart/full_1482805AmericaFrontccc.jpg,Spec Ops: Stealth Patrol,PS,Shooter,Take-Two Interactive,Runecraft,,,,,,,2000-06-05, -/games/boxart/full_1255410AmericaFrontccc.jpg,Special Forces: Nemesis Strike,PC,Shooter,Hip Interactive,Asobo Studio,,,,,,,2005-03-24, -/games/boxart/default.jpg,SpeedGun Stadium,GIZ,Shooter,Unknown,Fathammer,,,,,,,, -/games/boxart/7663854ccc.jpg,Spider Fighter,2600,Shooter,Activision,Activision,,,,,,,1983-01-01, -/games/boxart/full_spiral-wave_7JapanFront.jpg,Spiral Wave,PCE,Shooter,Media Rings,Media Rings,,,,,,,1991-12-13, -/games/boxart/full_8494646JapanFrontccc.jpg,Spriggan mark2: RE Terraform Project,VC,Shooter,Naxat Soft,Compile,,,,,,,2009-01-13, -/games/boxart/full_1281294JapanFrontccc.jpg,Spriggan mark2: RE Terraform Project,PCE,Shooter,Naxat Soft,Compile,,,,,,,1992-05-01, -/games/boxart/full_5427012JapanFrontccc.jpg,Spriggan Powered,SNES,Shooter,Naxat Soft,Khaos,,,,,,,1996-07-26, -/games/boxart/full_7277602AmericaFrontccc.jpg,Sqoon,NES,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,1987-09-01, -/games/boxart/full_5879313AmericaFrontccc.jpg,Square Off,XBL,Shooter,Microsoft,Roonda,,,,,,,2009-12-17, -/games/boxart/full_1323714AmericaFrontccc.jpg,Squid Yes! Not So Octopus!,XBL,Shooter,Microsoft,Loafjaw,,,,,,,2009-11-01, -/games/boxart/full_905122JapanFrontccc.jpg,Stahlfeder,PS,Shooter,Santos,Santos,,,,,,,1996-01-26, -/games/boxart/full_8789831AmericaFrontccc.jpg,Star Defender 2,PC,Shooter,Big Fish Games,AWEM Studio,,,,,,,2005-06-01,2018-07-19 -/games/boxart/full_7568775AmericaFrontccc.jpg,Star Defender 3,PC,Shooter,Big Fish Games,AWEM Studio,,,,,,,2006-06-09, -/games/boxart/full_2427480AmericaFrontccc.jpg,Star Defender 3,OSX,Shooter,Big Fish Games,AWEM Studio,,,,,,,2006-06-09, -/games/boxart/full_4339624AmericaFrontccc.png,Star Defender 3,And,Shooter,AWEM Studio,AWEM Studio,,,,,,,2012-03-30, -/games/boxart/full_695383AmericaFrontccc.jpg,Star Defender 4,And,Shooter,AWEM Studio,AWEM Studio,,,,,,,2012-12-12, -/games/boxart/full_3098457AmericaFrontccc.jpg,Star Defender 4,PC,Shooter,Big Fish Games,AWEM Studio,,,,,,,2007-12-26, -/games/boxart/full_star-fighter_1AmericaFront.jpg,Star Fighter,PC,Shooter,3DO,Krisalis Software,,,,,,,1996-09-30, -/games/boxart/4503530ccc.jpg,Star Fighter,3DO,Shooter,3DO,Krisalis Software,,,,,,,1996-01-01, -/games/boxart/9183089ccc.jpg,Star Fighter,SAT,Shooter,Acclaim Entertainment,Krisalis Software,,,,,,,1996-01-01, -/games/boxart/full_star-force_144AmericaFront.jpg,Star Force,NES,Shooter,Tecmo,Hudson Soft,,,,,,,1987-11-01, -/games/boxart/full_8173843AmericaFrontccc.png,Star Force (Arcade),VC,Shooter,Nintendo,Tecmo,,,,,,,2009-03-27, -/games/boxart/7442801ccc.jpg,Star Fox,2600,Shooter,Mythicon,Mythicon,,,,,,,1983-01-01, -/games/boxart/7577785ccc.gif,Star Fox 64,VC,Shooter,Nintendo,Nintendo EAD,,,,,,,2007-04-02, -/games/boxart/default.jpg,Star Fox 64,iQue,Shooter,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/full_8435258JapanFrontccc.jpg,Star Ixiom,PS,Shooter,Namco,Namco,,,,,,,1999-09-09, -/games/boxart/full_5909635JapanFrontccc.jpg,Star Parodier,PCE,Shooter,Hudson Soft,Inter State,,,,,,,1992-04-24, -/games/boxart/full_3495717JapanFrontccc.jpg,Star Parodier,VC,Shooter,Hudson Soft,Inter State,,,,,,,2008-08-11, -/games/boxart/full_4264714JapanFrontccc.jpg,Star Soldier,PSP,Shooter,Hudson Soft,Hudson Soft,,,,,,,2005-07-21, -/games/boxart/3674041ccc.gif,Star Soldier,VC,Shooter,Hudson Soft,Hudson Soft,,,,,,,2007-07-30, -/games/boxart/2454664ccc.jpg,Star Soldier R,WW,Shooter,Hudson Soft,Hudson Soft,,,,,,,2008-05-19, -/games/boxart/8541509ccc.jpg,Star Strike,2600,Shooter,Mattel Interactive,Mattel Interactive,,,,,,,1982-01-01, -/games/boxart/full_8569459AmericaFrontccc.jpg,Star Trek: D-A-C,PC,Shooter,Paramount Digital Entertainment,Naked Sky Entertainment,,,,,,,2009-11-12, -/games/boxart/full_star-trek-d-a-c_10AmericaFront.jpg,Star Trek: D-A-C,PSN,Shooter,Paramount Digital Entertainment,Naked Sky Entertainment,,,,,,,2009-11-12, -/games/boxart/full_407325AmericaFrontccc.jpg,Star Trek: D-A-C,XBL,Shooter,Paramount Digital Entertainment,Naked Sky Entertainment,,,,,,,2009-05-13, -/games/boxart/9522596ccc.jpg,Star Trek: Elite Force II,PC,Shooter,Activision,Ritual Entertainment,,,,,,,2003-06-25, -/games/boxart/full_4366023AmericaFrontccc.png,Star Wars Battlefront: Elite Squadron,PSN,Shooter,LucasArts,Savage Entertainment,,,,,,,2009-11-04, -/games/boxart/full_2819782AmericaFrontccc.png,Star Wars Battlefront: Renegade Squadron,PSN,Shooter,LucasArts,Rebellion Developments,,,,,,,2009-09-30, -/games/boxart/full_9301395AmericaFrontccc.jpg,Star Wars Jedi Knight: Dark Forces II,PC,Shooter,LucasArts,LucasArts,,,,,,,1997-09-30, -/games/boxart/7904548ccc.jpg,Star Wars Jedi Knight: Mysteries of the Sith,PC,Shooter,LucasArts,LucasArts,,,,,,,1998-01-31, -/games/boxart/full_1667039AmericaFrontccc.png,Star Wars: Battlefront II,PSN,Shooter,LucasArts,Savage Entertainment,,,,,,,2009-09-30, -/games/boxart/full_star-wars-dark-forces_199AmericaFront.jpg,Star Wars: Dark Forces,PSN,Shooter,Sony Computer Entertainment,LucasArts,,,,,,,2010-04-29, -/games/boxart/full_star-wars-fan-favorites-i_266AmericaFront.jpg,Star Wars: Fan Favorites I,PC,Shooter,LucasArts,Pandemic Studios / LucasArts,,,,,,,2010-10-04, -/games/boxart/3101644ccc.jpg,Star Wars: Rebel Assault,SCD,Shooter,LucasArts,LucasArts,,,,,,,1993-01-01, -/games/boxart/9394151ccc.jpg,Star Wars: Rebel Assault,3DO,Shooter,LucasArts,Software Toolworks,,,,,,,1995-01-01, -/games/boxart/6108653ccc.jpg,Star Wars: The Empire Strikes Back,2600,Shooter,Parker Bros.,Parker Bros,,,,,,,1982-05-22, -/games/boxart/390964ccc.jpg,StarBlade,SCD,Shooter,Namco,Namco,,,,,,,1994-01-01, -/games/boxart/7582611ccc.jpg,StarBlade,3DO,Shooter,Namco,Namco,,,,,,,1995-01-01, -/games/boxart/default.jpg,StarBlade (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-04-20, -/games/boxart/full_stardust_373PALFront.jpg,Stardust,PC,Shooter,Unknown,Bloodhouse,,,,,,,1995-01-01, -/games/boxart/full_155090AmericaFrontccc.jpg,StarField,XBL,Shooter,Microsoft,iworkedatsubway,,,,,,,2008-12-20, -/games/boxart/full_4775142AmericaFrontccc.jpg,StarField Battle,XBL,Shooter,Microsoft,DeadlyEvilRyu,,,,,,,2009-11-12, -/games/boxart/full_7169648AmericaFrontccc.jpg,Starfighter,XBL,Shooter,Microsoft,cilcoder,,,,,,,2009-06-08, -/games/boxart/2945253ccc.jpg,Stargate,2600,Shooter,Atari,Atari,,,,,,,1984-01-01, -/games/boxart/full_4716929AmericaFrontccc.jpg,Stargate Resistance,PC,Shooter,FireSky,FireSky,,,,,,,2010-02-10, -/games/boxart/7443784ccc.jpg,Stargunner,PC,Shooter,Apogee,"Apogee Software, Ltd.",,,,,,,1997-02-28, -/games/boxart/7356251ccc.jpg,StarHawk,GB,Shooter,Accolade,Accolade,,,,,,,1992-05-12, -/games/boxart/full_9316561AmericaFrontccc.jpg,Starship Hector,NES,Shooter,Hudson Soft,Hudson Soft,,,,,,,1990-06-01, -/games/boxart/5646530ccc.jpg,Starsiege: Tribes,PC,Shooter,Sierra Entertainment,Dynamix,,,,,,,1998-11-30, -/games/boxart/default.jpg,State of Emergency 2,PC,Shooter,Unknown,DC Studios,,,,,,,, -/games/boxart/default.jpg,State of Emergency 2,PSP,Shooter,Unknown,DC Studios,,,,,,,, -/games/boxart/default.jpg,State of Emergency 2,XB,Shooter,Unknown,DC Studios,,,,,,,, -/games/boxart/full_2308286JapanFrontccc.jpg,Steam-Heart's,SAT,Shooter,TGL,Giga,,,,,,,1998-09-23, -/games/boxart/full_1352248JapanFrontccc.jpg,Steam-Heart's,PCE,Shooter,TGL,Giga,,,,,,,1996-03-22, -/games/boxart/full_3624103PALFrontccc.jpg,Steel Dragon EX,PS2,Shooter,Midas Interactive Entertainment,Warashi Inc.,,,,,,,2005-01-20, -/games/boxart/full_1669981PALFrontccc.jpg,Steel Empire,GBA,Shooter,Zoo Digital Publishing,"Hot-B Co., Ltd.",,,,,,,2005-08-12, -/games/boxart/full_steel-empire_561AmericaFront.jpg,Steel Empire,GEN,Shooter,Flying Edge,Hot-B,,,,,,,1992-01-01, -/games/boxart/full_steel-storm-burning-retribution_147AmericaFront.jpg,Steel Storm: Burning Retribution,PC,Shooter,Unknown,Creative Artel,,,,,,,2011-05-11, -/games/boxart/full_9991576AmericaFrontccc.jpg,Steel Talons,SNES,Shooter,Left Field Productions,Panoramic,,,,,,,1993-11-01, -/games/boxart/1691644ccc.jpg,Steel Talons,Lynx,Shooter,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_7727038AmericaFrontccc.jpg,Steel Talons,GEN,Shooter,Tengen,Polygames,,,,,,,1992-01-01, -/games/boxart/2691161ccc.jpg,Stellar 7: Draxon's Revenge,3DO,Shooter,Sierra Entertainment,Dynamix,,,,,,,1993-01-01, -/games/boxart/full_stellar-attack_9PALFront.jpg,Stellar Attack,PSN,Shooter,Laughing Jackal,Midas Interactive Entertainment,,,,,,,2010-06-29, -/games/boxart/default.jpg,Steven Seagal Lawman Firearms Qualification Game,PC,Shooter,Unknown,A&E Games,,,,,,,, -/games/boxart/1098520ccc.jpg,Stinger,NES,Shooter,Konami,Konami,,,,,,,1987-01-01, -/games/boxart/full_strania-the-stella-machina_258AmericaFront.jpg,Strania: The Stella Machina,XBL,Shooter,G.Rev,G.Rev,6.7,,,,,,2011-03-30, -/games/boxart/9257653ccc.jpg,Strategy X,2600,Shooter,Konami,Konami,,,,,,,1981-01-01, -/games/boxart/full_strike-force-hydra_31PALFront.jpg,Strike Force Hydra,PS,Shooter,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-05-23, -/games/boxart/default.jpg,Strike Force Red Cell,X360,Shooter,Unknown,Graffiti Entertainment,,,,,,,, -/games/boxart/5186569ccc.jpg,Strike Force Red Cell,PC,Shooter,Graffiti,Graffiti Entertainment,,,,,,,2009-11-30, -/games/boxart/default.jpg,Strike Force: Red Cell,PC,Shooter,Unknown,Vision Studios,,,,,,,, -/games/boxart/full_4950827AmericaFrontccc.jpg,Strike Gunner: S.T.G,SNES,Shooter,NTVIC,Athena,,,,,,,1992-08-01, -/games/boxart/full_3566818AmericaFrontccc.png,Strikers 1945 Plus,PSN,Shooter,PM Studios,Psikyo / X-Nauts,,,,,,,2009-07-30, -/games/boxart/9015784ccc.jpg,Stronghold,2600,Shooter,"CommaVid, Inc.","CommaVid, Inc.",,,,,,,1983-01-01, -/games/boxart/default.jpg,Sturmwind,DC,Shooter,RedSpot Games,Duranik,,,,,,,2011-12-22, -/games/boxart/full_sub-terrania_85AmericaFront.jpg,Sub-Terrania,GEN,Shooter,Sega,Zyrinx,,,,,,,1993-01-01, -/games/boxart/full_8644887PALFrontccc.jpg,Submarine Attack,MS,Shooter,Unknown,Sega,,,,,,,, -/games/boxart/full_173828AmericaFrontccc.jpg,Sumo,XBL,Shooter,Microsoft,PaulCunningham,,,,,,,2009-12-30, -/games/boxart/full_9223981AmericaFrontccc.jpg,Sunset Riders,SNES,Shooter,Konami,Konami,,,,,,,1993-08-06, -/games/boxart/full_9814104AmericaFrontccc.jpg,Sunset Riders,GEN,Shooter,Konami,Konami,,,,,,,1993-03-03, -/games/boxart/2703309ccc.gif,Super 3D Noah's Ark,PC,Shooter,Webzen,Wisdom Tree,,,,,,,1996-01-01, -/games/boxart/5253594ccc.jpg,Super Air Zonk: Rockabilly Paradise,VC,Shooter,Hudson Soft,Dual,,,,,,,2007-11-19, -/games/boxart/full_super-air-zonk-rockabilly-paradise_3AmericaFront.jpg,Super Air Zonk: Rockabilly Paradise,PCE,Shooter,Hudson Soft,Dual,,,,,,,1993-01-01, -/games/boxart/5707196ccc.jpg,Super Asteroids & Missile Command,Lynx,Shooter,Atari,Atari,,,,,,,1994-01-01, -/games/boxart/full_7263153AmericaFrontccc.jpg,Super C,NES,Shooter,Konami,Konami,,,,,,,1990-04-01, -/games/boxart/4592534ccc.jpg,Super C,VC,Shooter,Konami,Konami,,,,,,,2007-08-27, -/games/boxart/full_8384268AmericaFrontccc.jpg,Super Contra,XBL,Shooter,Konami,Digital Eclipse,,,,,,,2007-07-25, -/games/boxart/full_super-darius_4JapanFront.jpg,Super Darius,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-10-07, -/games/boxart/full_super-darius_1JapanFront.jpg,Super Darius,PCE,Shooter,NEC Avenue,Taito Corporation,,,,,,,1990-03-16, -/games/boxart/full_super-darius-ii_8JapanFront.jpg,Super Darius II,PCE,Shooter,NEC Avenue,A-Wave,,,,,,,1993-12-24, -/games/boxart/full_super-darius-ii_7JapanFront.jpg,Super Darius II,VC,Shooter,Taito,A-Wave,,,,,,,2009-02-13, -/games/boxart/full_9418327PALFrontccc.jpg,Super Dropzone: Intergalactic Rescue Mission,PS,Shooter,Ignition Entertainment,Ignition Entertainment,,,,,,,2003-10-03, -/games/boxart/full_6788PALFrontccc.jpg,Super Fantasy Zone,VC,Shooter,Sega,SunSoft,,,,,,,2008-07-21, -/games/boxart/full_5710716PALFrontccc.jpg,Super Fantasy Zone,GEN,Shooter,Sunsoft,SunSoft,,,,,,,1993-01-01, -/games/boxart/8470176ccc.jpg,Super Noah's Ark 3D,SNES,Shooter,Wisdom Tree,Wisdom Tree,,,,,,,1994-01-01, -/games/boxart/7539400ccc.jpg,Super Nova,SNES,Shooter,Taito,Taito Corporation,,,,,,,1993-12-31, -/games/boxart/full_9528139AmericaFrontccc.gif,Super R-Type,VC,Shooter,Irem Software Engineering,Irem Software Engineering,,,,,,,2008-03-17, -/games/boxart/full_5245939JapanFrontccc.jpg,Super Raiden,PCE,Shooter,Hudson Soft,Seibu Kaihatsu,,,,,,,1992-04-02, -/games/boxart/full_6580168JapanFrontccc.jpg,Super Robot Shooting,PS,Shooter,Banpresto,Banpresto,,,,,,,1997-03-20, -/games/boxart/full_4793215AmericaFrontccc.jpg,Super Smash T.V.,GEN,Shooter,Flying Edge,Probe Entertainment Limited,,,,,,,1992-01-01, -/games/boxart/5489456ccc.jpg,Super Smash T.V.,SNES,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1992-02-01, -/games/boxart/full_619069PALFrontccc.jpg,Super Smash T.V.,MS,Shooter,Flying Edge,Probe Entertainment Limited,,,,,,,1992-01-01, -/games/boxart/2631210ccc.jpg,Super Smash T.V.,GG,Shooter,Flying Edge,Probe Entertainment Limited,,,,,,,1994-01-01, -/games/boxart/full_super-space-invaders_1PALFront.jpg,Super Space Invaders,MS,Shooter,Domark Software,The Kremlin,,,,,,,1991-01-01, -/games/boxart/2591489ccc.jpg,Super Space Invaders,GG,Shooter,Domark Software,Tiertex Design Studios,,,,,,,1993-01-01, -/games/boxart/full_3328018AmericaFrontccc.jpg,Super Star Soldier,VC,Shooter,Hudson Soft,Inter State,,,,,,,2006-11-27, -/games/boxart/full_super-star-soldier_769AmericaFront.jpg,Super Star Soldier,PSN,Shooter,Hudson Soft,Inter State,,,,,,,2011-06-07, -/games/boxart/full_6175996AmericaFrontccc.jpg,Super Star Soldier,PCE,Shooter,NEC,Inter State,,,,,,,1991-01-01, -/games/boxart/full_super-stardust_643AmericaFront.jpg,Super Stardust,PC,Shooter,GameTek,Housemarque,,,,,,,1996-01-01, -/games/boxart/full_super-stardust-hd_9AmericaFront.jpg,Super Stardust HD,PSN,Shooter,Sony Computer Entertainment,Housemarque,8.5,,,,,,2007-06-28, -/games/boxart/full_8501661AmericaFrontccc.jpg,Super Stardust Portable,PSN,Shooter,Sony Computer Entertainment,Housemarque,,,,,,,2008-12-04, -/games/boxart/5912733ccc.jpg,Super Thunder Blade,GEN,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_super-thunder-blade_952AmericaFront.jpg,Super Thunder Blade,PC,Shooter,Sega,Sega,,,,,,,2010-07-22, -/games/boxart/8878428ccc.jpg,Super Thunder Blade,VC,Shooter,Sega,Sega,,,,,,,2007-09-17, -/games/boxart/full_7979239JapanFrontccc.jpg,Super Xevious: Ganpu no Nazo,NES,Shooter,Namco,Namco,,,,,,,1986-09-19, -/games/boxart/full_8145332AmericaFrontccc.jpg,SUPERHOT,Linux,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2018-09-07 -/games/boxart/full_1113400AmericaFrontccc.jpeg,SUPERHOT,XOne,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-05-03,2018-09-07 -/games/boxart/full_8853387AmericaFrontccc.jpg,SUPERHOT,OSX,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2016-02-25,2018-09-07 -/games/boxart/default.jpg,Supernova Shootout,PC,Shooter,Unknown,evilBlue,,,,,,,, -/games/boxart/full_3562221AmericaFrontccc.jpg,Superspace,XBL,Shooter,Microsoft,DeepSpace,,,,,,,2009-08-12, -/games/boxart/2977266ccc.jpg,SWAT 3: Close Quarters Battle,PC,Shooter,Sierra Entertainment,Sierra Northwest,,,,,,,1999-11-30, -/games/boxart/full_swat-3-elite-edition_1AmericaFront.jpg,SWAT 3: Elite Edition,PC,Shooter,Sierra Entertainment,Sierra Entertainment,,,,,,,2000-10-06, -/games/boxart/full_5802041AmericaFrontccc.png,SWAT: Target Liberty,PSN,Shooter,Activision,3G Studios,,,,,,,2009-09-30, -/games/boxart/default.jpg,SWiV,PC,Shooter,SCi,SCi,,,,,,,1996-01-01, -/games/boxart/full_swiv_610PALFront.jpg,SWiV,GB,Shooter,SCi,TCC,,,,,,,2001-03-16, -/games/boxart/full_5393250AmericaFrontccc.jpg,SWiV 3D,PC,Shooter,SCi,SCi,,,,,,,1996-10-31, -/games/boxart/full_7515590AmericaFrontccc.jpg,SWiV 3D Assault,PC,Shooter,Interplay,SCi,,,,,,,1997-09-30, -/games/boxart/full_283005AmericaFrontccc.png,Syphon Filter,PSN,Shooter,Sony Computer Entertainment,Eidetic,,,,,,,2006-12-03, -/games/boxart/full_579355AmericaFrontccc.png,Syphon Filter 3,PSN,Shooter,Sony Computer Entertainment,Eidetic,,,,,,,2008-06-11, -/games/boxart/full_1531954AmericaFrontccc.png,Syphon Filter 2,PSN,Shooter,Sony Computer Entertainment,Eidetic,,,,,,,2009-09-10, -/games/boxart/default.jpg,Syphon Filter 4,PS3,Shooter,Unknown,SCEA Bend Studio,,,,,,,, -/games/boxart/full_2412335AmericaFrontccc.png,Syphon Filter: Combat Ops,PSP,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2007-11-20, -/games/boxart/full_syphon-filter-combat-ops_10AmericaFront.jpg,Syphon Filter: Combat Ops,PSN,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2007-11-19, -/games/boxart/full_7195987AmericaFrontccc.png,Syphon Filter: Logan's Shadow,PSN,Shooter,Sony Computer Entertainment,SCEA Bend Studio,,,,,,,2008-10-08, -/games/boxart/full_3702011AmericaFrontccc.jpg,System Flaw Recruit,DSiW,Shooter,Enjoy Gaming,Visual Impact,,,,,,,2010-04-26, -/games/boxart/2115953ccc.gif,T2: The Arcade Game,SNES,Shooter,LJN,Probe Entertainment Limited,,,,,,,1994-02-01, -/games/boxart/full_9742808AmericaFrontccc.jpg,T2: The Arcade Game,GEN,Shooter,Acclaim Entertainment,Probe Entertainment Limited,,,,,,,1992-01-01, -/games/boxart/full_t2-the-arcade-game_8AmericaFront.jpg,T2: The Arcade Game,GG,Shooter,Arena Entertainment,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/full_t2-the-arcade-game_4PALFront.jpg,T2: The Arcade Game,MS,Shooter,Midway Games,Probe Entertainment Limited,,,,,,,1991-01-01, -/games/boxart/full_t2-the-arcade-game_3AmericaFront.jpg,T2: The Arcade Game,GB,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1992-11-01, -/games/boxart/full_7282602AmericaFrontccc.jpg,Tail Gun Charlie,XBL,Shooter,Microsoft,Duckocide,,,,,,,2008-11-16, -/games/boxart/full_tails-no-sky-patrol_7JapanFront.jpg,Tails' no Sky Patrol,GG,Shooter,Sega,Sonic Team,,,,,,,1995-04-28, -/games/boxart/full_taiyou-no-yuusha-fighbird_839JapanFront.jpg,Taiyou no Yuusha Fighbird,NES,Shooter,Irem Software Engineering,Tamtex,,,,,,,1992-01-11, -/games/boxart/full_taiyou-no-yuusha-fighbird-gb_649JapanFront.jpg,Taiyou no Yuusha Fighbird GB,GB,Shooter,Irem Software Engineering,Tamtex,,,,,,,1991-12-20, -/games/boxart/full_tank-battles_3AmericaFront.jpg,Tank Battles,XBL,Shooter,Gameloft,Gameloft,,,,,,,2010-09-30, -/games/boxart/full_8227815AmericaFrontccc.png,Tank Battles,PSN,Shooter,Gameloft,Gameloft,,,,,,,2009-09-03, -/games/boxart/full_4452185AmericaFrontccc.jpg,Tank Universal,PC,Shooter,Meridian4,Dialogue Design,,,,,,,2008-08-21, -/games/boxart/full_2133881AmericaFrontccc.jpg,Tank-tastic!,XBL,Shooter,Microsoft,OuchGames,,,,,,,2009-11-06, -/games/boxart/full_5861099AmericaFrontccc.jpg,Tanks.V.S,XBL,Shooter,Microsoft,benNewbury,,,,,,,2009-03-05, -/games/boxart/full_7639590AmericaFrontccc.jpg,Target Earth,GEN,Shooter,DreamWorks Interactive,NCS,,,,,,,1990-01-01, -/games/boxart/full_8488997AmericaFrontccc.jpg,Target Earth,VC,Shooter,NCS,NCS,,,,,,,2007-10-30, -/games/boxart/full_tatsujin_0JapanFront.jpg,Tatsujin,PCE,Shooter,Taito,Sting,,,,,,,1992-07-24, -/games/boxart/default.jpg,TDP4:Team Battle,PC,Shooter,JAVELIN OÜ,JAVELIN OÜ,,,,,,,2015-03-12, -/games/boxart/full_6537919AmericaFrontccc.jpg,Team Fortress 2,X360,Shooter,Valve Corporation,Valve Corporation,,,,,,,2007-10-10,2019-03-26 -/games/boxart/full_5196733AmericaFrontccc.jpg,Team Fortress 2,PS3,Shooter,Valve Corporation,Valve Corporation,,,,,,,2007-12-11,2019-03-26 -/games/boxart/full_team-fortress-classic_965AmericaFront.jpg,Team Fortress Classic,PC,Shooter,Sierra Entertainment,Valve Software,,,,,,,1999-05-30, -/games/boxart/full_5936482AmericaFrontccc.jpg,Tempest,XBL,Shooter,Atari,Stainless Games,,,,,,,2007-12-19, -/games/boxart/full_4347019AmericaFrontccc.jpg,Tempest 2000,AJ,Shooter,Atari,Llamasoft,,,,,,,1994-04-01, -/games/boxart/full_9284833AmericaFrontccc.jpg,Tempest 2000,PC,Shooter,Atari,High Voltage Software,,,,,,,1996-10-31, -/games/boxart/full_909734AmericaFrontccc.jpg,Tempest 2000,SAT,Shooter,Infogrames,High Voltage Software,,,,,,,1996-10-31, -/games/boxart/full_2146747AmericaFrontccc.png,Tengai,And,Shooter,MOBIRIX,MOBIRIX,,,,,,,2014-06-04, -/games/boxart/full_9119806JapanFrontccc.jpg,Tensei Ryuu: Saint Dragon,PCE,Shooter,Aicom,Aicom Corporation,,,,,,,1990-12-21, -/games/boxart/full_6788488AmericaFrontccc.jpg,Terminator 3: War of the Machines,PC,Shooter,Atari,Clever's Development,,,,,,,2003-12-02, -/games/boxart/full_4514040AmericaFrontccc.jpg,Terra Cresta,NES,Shooter,Victory Lap Games,Nihon Bussan,,,,,,,1990-03-01, -/games/boxart/full_terra-cresta-ii-mandler-no-gyakushuu_1JapanFront.jpg,Terra Cresta II: Mandler no Gyakushuu,PCE,Shooter,Nichibutsu,Nichibutsu,,,,,,,1992-11-27, -/games/boxart/163234ccc.gif,Th3 Plan,PS2,Shooter,Crave Entertainment,EKO Software,,,,,,,2007-04-23, -/games/boxart/full_187810PALFrontccc.jpg,Th3 Plan,PC,Shooter,Monte Christo Multimedia,EKO Software,,,,,,,2006-03-31, -/games/boxart/default.jpg,The Adventures of Square,PC,Shooter,BigBrik Games,BigBrik Games,,,,,,,2014-11-07, -/games/boxart/default.jpg,The Catacomb Abyss 3D,PC,Shooter,SoftDisk Publishing,id Software,,,,,,,1991-11-01, -/games/boxart/full_3863025PALFrontccc.jpg,The Chaos Engine,PC,Shooter,Virgin Interactive,Bitmap Brothers,,,,,,,1992-01-01, -/games/boxart/full_the-chronicles-of-riddick-assault-on-dark-athena_740AmericaFront.jpg,The Chronicles of Riddick: Assault on Dark Athena,XBL,Shooter,Atari,Starbreeze Studios AB,,,,,,,2011-01-25, -/games/boxart/full_4882433AmericaFrontccc.jpg,The Chronicles of Riddick: Escape from Butcher Bay,PC,Shooter,VU Games,Starbreeze Studios AB,,,,,,,2004-12-08, -/games/boxart/1783460ccc.jpg,The Dreadnought Factor,5200,Shooter,Atari,Activision,,,,,,,1983-01-01, -/games/boxart/default.jpg,The Flying Hamster,PC,Shooter,Unknown,The Game Atelier,,,,,,,, -/games/boxart/full_the-flying-hamster_4PALFront.png,The Flying Hamster,PSN,Shooter,Unknown,The Game Atelier,,,,,,,2010-12-07, -/games/boxart/default.jpg,The Getaway 3,PS3,Shooter,Unknown,SCE,,,,,,,, -/games/boxart/default.jpg,The Grinder,X360,Shooter,High Voltage Software,High Voltage Software,,,,,,,, -/games/boxart/default.jpg,The Grinder,PS3,Shooter,High Voltage Software,High Voltage Software,,,,,,,, -/games/boxart/default.jpg,The Grinder,PC,Shooter,Unknown,High Voltage Software,,,,,,,, -/games/boxart/default.jpg,The Grinder,Wii,Shooter,Unknown,High Voltage Software,,,,,,,, -/games/boxart/3898209ccc.jpg,The Guardian Legend,NES,Shooter,Broderbund,Compile,,,,,,,1989-04-01, -/games/boxart/full_the-haunted-hells-reach_972AmericaFront.jpg,The Haunted: Hells Reach,XBL,Shooter,Unknown,ValuSoft,,,,,,,, -/games/boxart/default.jpg,The Haunted: Hells Reach,PSN,Shooter,Unknown,ValuSoft,,,,,,,, -/games/boxart/default.jpg,The History Channel: Civil War,X360,Shooter,Unknown,Cauldron Ltd.,,,,,,,, -/games/boxart/full_the-history-channel-civil-war-a-nation-divided_895AmericaFront.jpg,The History Channel: Civil War - A Nation Divided,PC,Shooter,Activision,Cauldron Ltd.,,,,,,,2006-11-14, -/games/boxart/full_the-history-channel-civil-war-a-nation-divided_443AmericaFront.jpg,The History Channel: Civil War - A Nation Divided,X360,Shooter,Activision,Cauldron Ltd.,5.2,,,,,,2006-11-14, -/games/boxart/full_6190206AmericaFrontccc.jpg,The History Channel: Civil War - A Nation Divided,PS2,Shooter,Activision,Cauldron Ltd.,,,,,,,2006-11-07, -/games/boxart/full_8630449AmericaFrontccc.jpg,The House of the Dead,PC,Shooter,Sega,Sega,,,,,,,1998-01-01, -/games/boxart/full_7824203AmericaFrontccc.jpg,The House of the Dead 2,PC,Shooter,Activision,Wow Entertainment,,,,,,,2001-01-01, -/games/boxart/full_5779619AmericaFrontccc.jpg,The House of the Dead III,PC,Shooter,Activision,Wow Entertainment,,,,,,,2005-01-01, -/games/boxart/full_the-hunt-for-red-october_373AmericaFront.jpg,The Hunt for Red October,GB,Shooter,Hi Tech Expressions,Beam Software,,,,,,,1991-05-01, -/games/boxart/full_the-hunt-for-red-october_432AmericaFront.jpg,The Hunt for Red October,SNES,Shooter,Hi Tech Expressions,RSP,,,,,,,1993-01-01, -/games/boxart/full_2833189AmericaFrontccc.jpg,The Last Bounty Hunter,PC,Shooter,Digital Leisure Inc.,American Laser Games,,,,,,,1994-01-01, -/games/boxart/1160703ccc.jpg,The Last Bounty Hunter,3DO,Shooter,3DO,American Laser Games,,,,,,,1995-11-01, -/games/boxart/default.jpg,The Precursors,X360,Shooter,Unknown,Deep Shadows,,,,,,,, -/games/boxart/full_the-precursors_752AmericaFront.jpg,The Precursors,PC,Shooter,Unknown,Deep Shadows,,,,,,,2010-12-21, -/games/boxart/full_the-punisher-no-mercy_36AmericaFront.jpg,The Punisher: No Mercy,PSN,Shooter,Zen Studios,Zen Studios,4.4,,,,,,2009-07-02, -/games/boxart/full_152510PALFrontccc.jpg,The Royal Marines Commando,PC,Shooter,City Interactive,City Interactive,,,,,,,2008-11-14, -/games/boxart/default.jpg,The Scourge Project,X360,Shooter,Unknown,Tragnarion Studios,,,,,,,, -/games/boxart/default.jpg,The Scourge Project,PS3,Shooter,Unknown,Tragnarion Studios,,,,,,,, -/games/boxart/default.jpg,The Scourge Project,PC,Shooter,Unknown,Tragnarion Studios,,,,,,,, -/games/boxart/full_7886497AmericaFrontccc.jpg,The Shadows in the Underworld,XBL,Shooter,Microsoft,Totabiento,,,,,,,2010-03-30, -/games/boxart/full_4486966AmericaFrontccc.jpg,The Shield: The Game,PS2,Shooter,Aspyr,Point of View,,,,,,,2007-01-09, -/games/boxart/full_8750168AmericaFrontccc.jpg,The Shield: The Game,PC,Shooter,Aspyr,Point of View,,,,,,,2007-01-22, -/games/boxart/full_320745AmericaFrontccc.jpg,The Ship,PC,Shooter,Mindscape,Outerlight,,,,,,,2007-04-09, -/games/boxart/default.jpg,The Ship,XBL,Shooter,Unknown,Outerlight,,,,,,,, -/games/boxart/full_8616105PALFrontccc.jpg,The Sniper 2,PS2,Shooter,Midas Interactive Entertainment,Beastmedia / X-Road,,,,,,,2004-03-05, -/games/boxart/full_3862963PALFrontccc.jpg,The Sum of All Fears,PS2,Shooter,Unknown,Red Storm Entertainment,,,,,,,, -/games/boxart/full_7639753AmericaFrontccc.jpg,The Sum of All Fears,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2002-05-30, -/games/boxart/full_9816841JapanFrontccc.jpg,The Typing of the Dead 2,PC,Shooter,Sega,WOW Overworks,,,,,,,2008-03-06, -/games/boxart/full_230462JapanFrontccc.jpg,The Typing of the Dead: Zombie Panic,PS2,Shooter,Sega,Smilebit,,,,,,,2004-12-22, -/games/boxart/full_213721AmericaFrontccc.jpg,The Ultimate Doom,PC,Shooter,GT Interactive,id Software,,,,,,,1995-04-30, -/games/boxart/full_2060495AmericaFrontccc.jpg,The Walking Dead: Survival Instinct,PC,Shooter,Activision,Terminal Reality,,,,,,,2013-03-19,2018-01-16 -/games/boxart/default.jpg,The Wall,PS3,Shooter,Unknown,Play Ten Interactive,,,,,,,, -/games/boxart/7707912ccc.jpg,The Wheel of Time,PC,Shooter,GT Interactive,Legend Entertainment,,,,,,,1999-10-31, -/games/boxart/full_there-will-be-brains_638AmericaFront.jpg,There Will Be Brains,XBL,Shooter,Microsoft,DavidParker,,,,,,,2011-10-05, -/games/boxart/full_8211325AmericaFrontccc.png,Thexder NEO,PSN,Shooter,Square Enix,Square Enix,,,,,,,2010-01-28, -/games/boxart/full_4087890AmericaFrontccc.png,Thexder NEO (PSP),PSN,Shooter,Square Enix,Square Enix,,,,,,,2009-10-01, -/games/boxart/default.jpg,They,PC,Shooter,Unknown,Metropolis Software,,,,,,,2020-12-31, -/games/boxart/default.jpg,They,PS3,Shooter,Unknown,Metropolis Software,,,,,,,2020-12-31, -/games/boxart/default.jpg,They,X360,Shooter,Unknown,Metropolis Software,,,,,,,2020-12-31, -/games/boxart/7121022ccc.jpg,Thief II: The Metal Age,PC,Shooter,Eidos Interactive,Looking Glass,,,,,,,2000-02-29,2018-02-02 -/games/boxart/7476376ccc.jpg,Threshold,2600,Shooter,Tigervision,Tigervision,,,,,,,1982-01-01, -/games/boxart/full_6398922JapanFrontccc.jpg,Thunder Blade,PCE,Shooter,NEC,NEC Avenue,,,,,,,1990-12-07, -/games/boxart/6633970ccc.jpg,Thunder Blade,MS,Shooter,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/default.jpg,Thunder Force,PC,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1984-01-01, -/games/boxart/full_6759635JapanFrontccc.jpg,Thunder Force Gold Pack 1,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-09-27, -/games/boxart/full_8079901JapanFrontccc.jpg,Thunder Force Gold Pack 2,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1996-12-06, -/games/boxart/full_3367098AmericaFrontccc.jpg,Thunder Force II,GEN,Shooter,Sega,"TechnoSoft Co., Ltd.",,,,,,,1989-08-14, -/games/boxart/full_7483274AmericaFrontccc.jpg,Thunder Force III,GEN,Shooter,Hot-B,"TechnoSoft Co., Ltd.",,,,,,,1990-01-01, -/games/boxart/full_7915922JapanFrontccc.jpg,Thunder Force V,SAT,Shooter,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1997-07-11, -/games/boxart/full_thunder-force-v-perfect-system_3JapanFront.jpg,Thunder Force V: Perfect System,PSN,Shooter,Sony Computer Entertainment,"TechnoSoft Co., Ltd.",,,,,,,2010-02-24, -/games/boxart/5371165ccc.jpg,Thunder Spirits,SNES,Shooter,Seika,Toshiba EMI,,,,,,,1992-06-01, -/games/boxart/full_5065462AmericaFrontccc.jpg,Thunderbirds,NES,Shooter,Activision,Pack-In-Video,,,,,,,1990-09-01, -/games/boxart/full_6727362AmericaFrontccc.jpg,Thundercade,NES,Shooter,Sammy Corporation,Micronics,,,,,,,1989-07-01, -/games/boxart/full_time-bokan-series-bokan-to-ippatsu-doronbo_1JapanFront.jpg,Time Bokan Series: Bokan to Ippatsu! Doronbo,PS,Shooter,Banpresto,Banpresto,,,,,,,1996-11-29, -/games/boxart/full_time-bokan-yattaman_2PALFront.jpg,Time Bokan: Yattaman,PS,Shooter,Unknown,Banpresto,,,,,,,2001-01-01, -/games/boxart/default.jpg,Time of War,PC,Shooter,Unknown,Oniric Games,,,,,,,, -/games/boxart/3567222ccc.jpg,Time Pilot,2600,Shooter,Coleco,Konami,,,,,,,1983-01-01, -/games/boxart/full_8159220AmericaFrontccc.jpg,Time Pilot,XBL,Shooter,Konami,Digital Eclipse,5.8,,,,,,2006-08-30, -/games/boxart/full_time-soldiers_6AmericaFront.jpg,Time Soldiers,MS,Shooter,Sega,Alpha Denshi,,,,,,,1988-01-01, -/games/boxart/full_9352226AmericaFrontccc.jpg,Time Warp,2600,Shooter,Unknown,Zellers,,,,,,,, -/games/boxart/default.jpg,TimeSplitters 4,PS3,Shooter,Unknown,Free Radical Design,,,,,,,, -/games/boxart/7422392ccc.jpg,Tin Star,SNES,Shooter,Nintendo,Software Creations,7,,,,,,1994-11-01, -/games/boxart/default.jpg,To End All Wars,PS3,Shooter,Unknown,Chemistry/Kuju Entertainment,,,,,,,, -/games/boxart/default.jpg,To End All Wars,X360,Shooter,Unknown,Chemistry/Kuju Entertainment,,,,,,,, -/games/boxart/4255688ccc.jpg,To The Earth,NES,Shooter,Nintendo,Nintendo,,,,,,,1989-11-01, -/games/boxart/full_tobidase-daisakusen_228JapanFront.jpg,Tobidase Daisakusen (FDS),NES,Shooter,Square,Square,,,,,,,1987-03-12, -/games/boxart/full_2462314JapanFrontccc.jpg,Toilet Kids,PCE,Shooter,Media Rings,Media Rings,,,,,,,1992-03-06, -/games/boxart/full_tom-clancys-ghost-recon_4AmericaFront.jpg,Tom Clancy's Ghost Recon,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-11-13, -/games/boxart/full_tom-clancys-ghost-recon-advanced-warfighter_232AmericaFront.jpg,Tom Clancy's Ghost Recon Advanced Warfighter,XBL,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2009-09-01, -/games/boxart/full_897826AmericaFrontccc.png,Tom Clancy's Ghost Recon Advanced Warfighter 2,PSN,Shooter,Ubisoft,High Voltage Software,6.3,,,,,,2009-06-17, -/games/boxart/full_1489382AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Desert Siege,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2002-03-27, -/games/boxart/full_1521855AmericaFrontccc.png,Tom Clancy's Ghost Recon: Future Soldier,PSP,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2012-12-31, -/games/boxart/full_5227597AmericaFrontccc.png,Tom Clancy's Ghost Recon: Future Soldier,DS,Shooter,Ubisoft,Ubisoft Paris,,,,,,,2012-12-31, -/games/boxart/full_6098307AmericaFrontccc.jpg,Tom Clancy's Ghost Recon: Island Thunder,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2002-09-25, -/games/boxart/full_tom-clancys-ghost-recon-jungle-storm_849AmericaFront.jpg,Tom Clancy's Ghost Recon: Jungle Storm,NGage,Shooter,Gameloft,Gameloft,8.2,,,,,,2004-08-11, -/games/boxart/full_tom-clancys-ghost-recon-predator_158AmericaFront.jpg,Tom Clancy's Ghost Recon: Predator,PSN,Shooter,Ubisoft,Ubisoft,,,,,,,2010-11-16, -/games/boxart/default.jpg,Tom Clancy's Rainbow 6: Patriots,X360,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,, -/games/boxart/default.jpg,Tom Clancy's Rainbow 6: Patriots,PS3,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,, -/games/boxart/default.jpg,Tom Clancy's Rainbow 6: Patriots,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2014-01-01, -/games/boxart/full_2210988AmericaFrontccc.jpg,Tom Clancy's Rainbow Six,GB,Shooter,Red Storm Entertainment,Crawfish Interactive,,,,,,,2000-04-03, -/games/boxart/full_2637336AmericaFrontccc.png,Tom Clancy's Rainbow Six,PSN,Shooter,Sony Computer Entertainment,Rebellion Developments,,,,,,,2009-05-21, -/games/boxart/8041305ccc.jpg,Tom Clancy's Rainbow Six,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1998-07-31, -/games/boxart/full_2317766AmericaFrontccc.jpg,Tom Clancy's Rainbow Six,DC,Shooter,Majesco,Pipe Dream Interactive,,,,,,,2000-05-09, -/games/boxart/full_1090398PALFrontccc.jpg,Tom Clancy's Rainbow Six / Rainbow Six: Rogue Spear,PS,Shooter,Ubisoft,Rebellion Developments / Saffire,,,,,,,2002-11-22, -/games/boxart/full_8402672AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Athena Sword,PC,Shooter,Ubisoft,Ubisoft Milan,,,,,,,2004-03-09, -/games/boxart/full_6395943AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Gold Edition,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2004-03-09, -/games/boxart/full_5731147AmericaFrontccc.jpg,Tom Clancy's Rainbow Six 3: Raven Shield,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2003-03-19, -/games/boxart/full_110220AmericaFrontccc.jpg,Tom Clancy's Rainbow Six Vegas,XBL,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2009-08-11, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Covert Ops: Essentials,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1998-10-15, -/games/boxart/full_2909644AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Lone Wolf,PS,Shooter,Ubisoft,Rebellion Developments,,,,,,,2002-07-04, -/games/boxart/full_tom-clancys-rainbow-six-mission-pack-eagle-watch_356AmericaFront.jpg,Tom Clancy's Rainbow Six: Mission Pack: Eagle Watch,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1999-01-31, -/games/boxart/default.jpg,Tom Clancy's Rainbow Six: Patriots,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2014-01-01, -/games/boxart/full_8418506AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,8,,,,,,1999-08-31, -/games/boxart/full_4953393AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear,DC,Shooter,Red Storm Entertainment,Pipe Dream Interactive,,,,,,,2000-11-20, -/games/boxart/full_9277238AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear Mission Pack: Urban Operations,PC,Shooter,Red Storm Entertainment,Red Storm Entertainment,,,,,,,2000-03-31, -/games/boxart/full_9038353AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Rogue Spear: Black Thorn,PC,Shooter,Ubisoft,Red Storm Entertainment,,,,,,,2001-10-31, -/games/boxart/full_552756AmericaFrontccc.png,Tom Clancy's Rainbow Six: Vegas,PSN,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2009-09-30, -/games/boxart/full_7836186AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Vegas 2,XBL,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2009-10-06, -/games/boxart/full_tom-clancys-rainbow-six-vegas-2_436AmericaFront.jpg,Tom Clancy's Rainbow Six: Vegas 2,PSN,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2011-06-02, -/games/boxart/full_4120713AmericaFrontccc.png,Tom Clancy's Splinter Cell Essentials,PSN,Shooter,Ubisoft,Ubisoft,,,,,,,2009-07-01, -/games/boxart/default.jpg,Top Shot: Dinosaur Hunter,Wii,Shooter,Activision,Activision,,,,,,,2011-12-01, -/games/boxart/full_torpedo-range_119AmericaFront.jpg,Torpedo Range,GB,Shooter,Romstar,Seta Corporation,,,,,,,1996-11-01, -/games/boxart/full_4383428AmericaFrontccc.jpg,Torrente,PC,Shooter,O3 Entertainment,Cinemaware,,,,,,,2004-12-06, -/games/boxart/3204846ccc.jpg,Total Carnage,AJ,Shooter,Songbird Productions,Songbird Productions,,,,,,,2005-01-01, -/games/boxart/9576714ccc.jpg,Total Carnage,GB,Shooter,Malibu Games,Malibu Games,,,,,,,1994-02-01, -/games/boxart/6835722ccc.jpg,Total Carnage,SNES,Shooter,Malibu Games,Black Pearl,,,,,,,1993-11-01, -/games/boxart/3410245ccc.jpg,Total Eclipse,3DO,Shooter,Crystal Dynamics,Crystal Dynamics,,,,,,,1993-01-01, -/games/boxart/default.jpg,Touhou Shinreibyou: Ten Desires,PC,Shooter,Unknown,Team Shanghai Alice,,,,,,,2011-08-12, -/games/boxart/full_8592224PALFrontccc.jpg,"Towers of Darkness: Heretic, Hexen & Beyond",PC,Shooter,id Software,Raven Software,,,,,,,1997-01-01, -/games/boxart/full_toy-shop-boys_2JapanFront.jpg,Toy Shop Boys,PCE,Shooter,Victor Interactive,Victor Interactive Software,,,,,,,1990-12-14, -/games/boxart/6468244ccc.jpg,Transbot,MS,Shooter,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_transcend_452AmericaFront.jpg,Transcend,PC,Shooter,Jason Rohrer,Jason Rohrer,,,,,,,2005-09-01, -/games/boxart/full_4268069AmericaFrontccc.jpg,Transformer: Rise of the Dark Spark,PC,Shooter,Activision,Edge of Reality,,,,,,,2015-01-01,2018-12-27 -/games/boxart/default.jpg,Tremulous,PC,Shooter,Unknown,Dark Legion Development,,,,,,,2006-03-31, -/games/boxart/1274694ccc.jpg,Trevor McFur in the Crescent Galaxy,AJ,Shooter,Atari,Atari Games (Midway),,,,,,,1993-11-01, -/games/boxart/8149962ccc.jpg,Tribes 2,PC,Shooter,Sierra Entertainment,Dynamix,,,,,,,2001-03-28, -/games/boxart/default.jpg,Tribes Fast Attack,PC,Shooter,Unknown,Midway Studios,,,,,,,, -/games/boxart/full_2054889AmericaFrontccc.jpg,Tribes: Ascend,XBL,Shooter,Unknown,Hi-Rez Studios,,,,,,,, -/games/boxart/full_tribes-ascend_903AmericaFront.jpg,Tribes: Ascend,PC,Shooter,Unknown,Hi-Rez Studios,,,,,,,, -/games/boxart/5165055ccc.jpg,Tribes: Vengeance,PC,Shooter,Vivendi Games,Irrational Games,,,,,,,2004-10-12, -/games/boxart/full_8473846AmericaFrontccc.jpg,Triggerheart Exelica,XBL,Shooter,Warashi,Warashi Inc.,6.7,,,,,,2008-02-27, -/games/boxart/full_4397268JapanFrontccc.jpg,Trizeal,DC,Shooter,Triangle Service,Triangle Service,,,,,,,2005-04-07, -/games/boxart/full_trouble-shooter_248AmericaFront.jpg,Trouble Shooter,GEN,Shooter,Victory Lap Games,Vic Tokai,,,,,,,1991-01-01, -/games/boxart/full_trouble-witches-neo_489AmericaFront.jpg,Trouble Witches Neo!,XBL,Shooter,SNK Playmore,Adventure Planning Service,7,,,,,,2011-04-27, -/games/boxart/full_true-lies_0AmericaFront.jpg,True Lies,SNES,Shooter,LJN,Beam Software,,,,,,,1995-02-01, -/games/boxart/full_true-lies_4AmericaFront.jpg,True Lies,GEN,Shooter,Acclaim Entertainment,Beam Software,,,,,,,1995-02-01, -/games/boxart/full_693421AmericaFrontccc.jpg,Truxton,GEN,Shooter,Sega,Toaplan,,,,,,,1989-01-01, -/games/boxart/full_4759471AmericaFrontccc.jpg,Tunnel Rats,PC,Shooter,Boll AG,Replay Studios,,,,,,,2009-05-15, -/games/boxart/full_tunnelvision_1AmericaFront.jpg,Tunnelvision,XBL,Shooter,Microsoft,Stendec Games,,,,,,,2011-09-22, -/games/boxart/full_turborocket_455AmericaFront.jpg,TurboRocket,XBL,Shooter,Microsoft,Kaare Kjellerup,,,,,,,2011-07-12, -/games/boxart/3553632ccc.jpg,Turok 2: Seeds of Evil,PC,Shooter,Acclaim Entertainment,Iguana Entertainment,,,,,,,1999-01-31, -/games/boxart/full_652979AmericaFrontccc.jpg,Turok: Dinosaur Hunter,PC,Shooter,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-11-30, -/games/boxart/full_2330182PALFrontccc.jpg,Turok: Evolution,PC,Shooter,Acclaim Entertainment,Acclaim Studios Austin,,,,,,,2003-10-24, -/games/boxart/full_9309866AmericaFrontccc.jpg,Twin Blades,XBL,Shooter,Microsoft,Press Start Studio,,,,,,,2009-12-29, -/games/boxart/957790ccc.gif,Twin Cobra,GEN,Shooter,Sega,GRC,,,,,,,1991-01-01, -/games/boxart/full_4068332AmericaFrontccc.jpg,Twin Cobra,NES,Shooter,Sammy Corporation,Micronics,,,,,,,1990-01-01, -/games/boxart/full_6498529AmericaFrontccc.jpg,Twin Eagle,NES,Shooter,Romstar,Visco,,,,,,,1989-10-01, -/games/boxart/full_twin-hawk_1PALFront.jpg,Twin Hawk,GEN,Shooter,Sega,Sega,,,,,,,1990-07-25, -/games/boxart/full_903788JapanFrontccc.jpg,TwinBee,VC,Shooter,Konami,Konami,,,,,,,2008-08-05, -/games/boxart/full_8901322JapanFrontccc.jpg,TwinBee 3: Poko Poko Dai Maou,NES,Shooter,Konami,Konami,,,,,,,1989-09-29, -/games/boxart/full_111610JapanFrontccc.jpg,TwinBee Portable,PSP,Shooter,Konami,Konami,,,,,,,2007-01-25, -/games/boxart/full_1590081JapanFrontccc.jpg,Twinkle Star Sprites,SAT,Shooter,ADK,ADK Corporation,,,,,,,1997-12-18, -/games/boxart/full_9473700JapanFrontccc.jpg,Twinkle Star Sprites,NG,Shooter,SNK,ADK Corporation,,,,,,,1997-01-31, -/games/boxart/full_9754510JapanFrontccc.jpg,Twinkle Star Sprites,DC,Shooter,SNK,SNK Corporation,,,,,,,2000-03-23, -/games/boxart/full_twinkle-star-sprites-cd_20JapanFront.jpg,Twinkle Star Sprites (CD),NG,Shooter,ADK,ADK Corporation,,,,,,,1997-02-21, -/games/boxart/full_4528246JapanFrontccc.jpg,Twinkle Star Sprites: La Petite Princesse,PS2,Shooter,SNK Playmore,SNK Playmore Corporation,,,,,,,2005-07-28, -/games/boxart/full_tyrian_91AmericaFront.jpg,Tyrian,PC,Shooter,Epic Games,Eclipse Productions,,,,,,,1995-01-01, -/games/boxart/full_tyrian-2000_961AmericaFront.jpg,Tyrian 2000,PC,Shooter,Unknown,Eclipse Software,,,,,,,1999-01-01, -/games/boxart/default.jpg,U-Wars,PSP,Shooter,Unknown,BiArt Studios,,,,,,,, -/games/boxart/default.jpg,U-Wars,X360,Shooter,Unknown,BiArt Studios,,,,,,,, -/games/boxart/default.jpg,U-Wars,PC,Shooter,AWEM Studio,BiArt Studios,,,,,,,2004-06-06, -/games/boxart/default.jpg,U.S. Most Wanted,PC,Shooter,Unknown,FUN Labs,,,,,,,, -/games/boxart/full_ubersoldier_732AmericaFront.jpg,UberSoldier,PC,Shooter,CDV Software Entertainment,Burut Software,,,,,,,2006-03-31, -/games/boxart/full_ubersoldier-ii_805PALFront.jpg,UberSoldier II,PC,Shooter,Strategy First,Burut Software,,,,,,,2008-07-22, -/games/boxart/full_2052618AmericaFrontccc.jpg,Uberstrike,PC,Shooter,WXP / Screenlife Games,WXP / Screenlife Games,,,,,,,2010-11-16, -/games/boxart/default.jpg,Ubusuna,PS4,Shooter,M2 Studios,M2 Studios,,,,,,,2020-12-31, -/games/boxart/full_3022102JapanFrontccc.jpg,Uchuu no Kishi: Tekkaman Blade,SNES,Shooter,Bec,Bec,,,,,,,1993-07-30, -/games/boxart/default.jpg,Uchuu o Kakeru Shoujo Shooting,DSiW,Shooter,ITL,ITL,,,,,,,2009-11-25, -/games/boxart/full_8320922JapanFrontccc.jpg,Uchuu Senkan Gomora,GEN,Shooter,UPL,Aisystem Tokyo,,,,,,,1991-09-30, -/games/boxart/full_ugly-americans-apocalypsegeddon_250AmericaFront.jpg,Ugly Americans: Apocalypsegeddon,XBL,Shooter,Unknown,Backbone Entertainment,7,,,,,,2011-08-31, -/games/boxart/full_ugly-americans-apocalypsegeddon_988AmericaFront.jpg,Ugly Americans: Apocalypsegeddon,PSN,Shooter,Unknown,Backbone Entertainment,,,,,,,2011-08-30, -/games/boxart/full_9623238AmericaFrontccc.jpg,Ultimate Sacrifice,XBL,Shooter,Microsoft,TEASOFT,,,,,,,2009-08-05, -/games/boxart/full_uncharted-drakes-fortune-ampamp-uncharted-2-among-thieves_88AmericaFront.jpg,Uncharted Dual Pack,PS3,Shooter,Sony Computer Entertainment,Naughty Dog,,,,,,,2011-09-06, -/games/boxart/full_5324776JapanFrontccc.jpg,Under Defeat,DC,Shooter,Sega,G.rev Ltd.,,,,,,,2006-03-23, -/games/boxart/full_1437933AmericaFrontccc.jpg,Undertow,XBL,Shooter,Chair Entertainment,Chair Entertainment Group,,,,,,,2007-11-21, -/games/boxart/full_unplugged_6AmericaFront.jpg,Unplugged,XBL,Shooter,Microsoft,Murudai,,,,,,,2010-08-08, -/games/boxart/full_4702093AmericaFrontccc.jpg,Unreal II: The Awakening,PC,Shooter,Atari,Legend Entertainment,,,,,,,2003-02-03, -/games/boxart/6286404ccc.jpg,Unreal Mission Pack: Return to Na Pali,PC,Shooter,GT Interactive,Legend Entertainment,,,,,,,1999-05-31, -/games/boxart/8845163ccc.jpg,Unreal Tournament,PC,Shooter,GT Interactive,Epic Games,9,,,,,,1999-11-30, -/games/boxart/full_2870672AmericaFrontccc.jpg,Unreal Tournament,DC,Shooter,Infogrames,Secret Level,9.3,,,,,,2001-03-13, -/games/boxart/full_5005084AmericaFrontccc.jpg,Unreal Tournament 2004: Editor's Choice Edition,PC,Shooter,Atari,Epic Games,,,,,,,2004-09-21, -/games/boxart/full_5958972AmericaFrontccc.jpg,unRevolutionary,XBL,Shooter,Microsoft,julio9,,,,,,,2009-06-08, -/games/boxart/full_urgent-evasion-360_205AmericaFront.jpg,URGENT EVASION 360,XBL,Shooter,Microsoft,mukagosoft,,,,,,,2011-07-11, -/games/boxart/full_us-special-forces-team-factor_10AmericaFront.jpg,US Special Forces: Team Factor,PC,Shooter,Xicat Interactive,7FX,,,,,,,2002-09-23, -/games/boxart/full_7166207AmericaFrontccc.jpg,Valhyre,XBL,Shooter,Microsoft,Devilduck,,,,,,,2009-01-20, -/games/boxart/full_348490AmericaFrontccc.png,Van Helsing sniper Zx100,3DS,Shooter,EnjoyUp Games,EnjoyUp Games,,,,,,,2014-06-12, -/games/boxart/490176ccc.jpg,Vanguard,2600,Shooter,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/default.jpg,Vanguard,PSN,Shooter,SNK Playmore,SNK Playmore,,,,,,,2011-07-19, -/games/boxart/6478542ccc.jpg,Vanguard,5200,Shooter,Atari,Atari,,,,,,,1984-01-01, -/games/boxart/full_vanquish_655AmericaFront.jpg,Vanquish,XBL,Shooter,Sega,PlatinumGames,,,,,,,2011-05-10, -/games/boxart/full_2042177JapanFrontccc.jpg,Vattle Giuce,GB,Shooter,IGS,IGS,,,,,,,1991-07-12, -/games/boxart/full_3437521AmericaFrontccc.jpg,VectorForce,XBL,Shooter,Microsoft,David Turner,,,,,,,2009-09-23, -/games/boxart/full_6080757AmericaFrontccc.jpg,Vega Magnitude,XBL,Shooter,Microsoft,Action937,,,,,,,2009-07-22, -/games/boxart/full_veggy-world_6AmericaFront.jpg,Veggy World,Wii,Shooter,Unknown,Rhino Studios,,,,,,,2010-05-18, -/games/boxart/full_vehicle-cavalier_602JapanFront.jpg,Vehicle Cavalier,PSN,Shooter,GungHo,Vanguard Games,,,,,,,2011-04-13, -/games/boxart/full_vehicle-cavalier_582JapanFront.jpg,Vehicle Cavalier,PS,Shooter,Vanguard,Vanguard Works,,,,,,,2011-02-16, -/games/boxart/full_2663388AmericaFrontccc.jpg,Veks and Silence,XBL,Shooter,Microsoft,i ENDER i,,,,,,,2009-08-08, -/games/boxart/full_4194825AmericaFrontccc.jpg,Vertical Force,VB,Shooter,Nintendo,Hudson Soft,,,,,,,1995-12-01, -/games/boxart/full_vietcong-fist-alpha_252AmericaFront.jpg,Vietcong: Fist Alpha,PC,Shooter,Gathering of Developers,Pterodon,,,,,,,2004-02-04, -/games/boxart/full_1142481AmericaFrontccc.jpg,Vietcong: Purple Haze,PC,Shooter,Gathering of Developers,Pterodon,,,,,,,2004-01-28, -/games/boxart/full_vietnam-the-tet-offensive_575PALFront.jpg,Vietnam: The Tet Offensive,PS2,Shooter,Oxygen Interactive,Atomic Planet Entertainment,,,,,,,2005-03-25, -/games/boxart/full_6990405AmericaFrontccc.jpg,Viewpoint,GEN,Shooter,Sammy Corporation,Nexus Interact,,,,,,,1994-01-01, -/games/boxart/full_5108071AmericaFrontccc.jpg,Viewpoint,NG,Shooter,SNK,Sammy Studios,,,,,,,1992-12-11, -/games/boxart/full_8794560JapanFrontccc.jpg,Viewpoint (CD),NG,Shooter,SNK,Sammy Studios,,,,,,,1992-01-01, -/games/boxart/full_virtua-cop_948AmericaFront.jpg,Virtua Cop,NGage,Shooter,Unknown,Sega,,,,,,,, -/games/boxart/full_6710867JapanFrontccc.jpg,Virtua Cop 2,DC,Shooter,Sega,Sega-AM2,,,,,,,2000-03-02, -/games/boxart/full_8516436JapanFrontccc.jpg,Virtua Cop Special Pack,SAT,Shooter,Sega,Sega-AM2,,,,,,,1998-02-19, -/games/boxart/full_9305983PALFrontccc.jpg,Virtua Cop: Elite Edition,PS2,Shooter,Acclaim Entertainment,Sega-AM2,,,,,,,2002-11-29, -/games/boxart/full_virtua-squad_969AmericaFront.jpg,Virtua Squad,PC,Shooter,Sega,Sega-AM2,,,,,,,1996-10-31, -/games/boxart/full_4928529AmericaFrontccc.jpg,Virtua Squad 2,PC,Shooter,Sega,Sega-AM2,,,,,,,1997-11-30, -/games/boxart/full_virtuoso_6AmericaFront.jpg,Virtuoso,PC,Shooter,Elite,"MotiveTime, Ltd.",,,,,,,1994-01-01, -/games/boxart/4470656ccc.jpg,Virtuoso,3DO,Shooter,Data East,Elite Systems Ltd.,,,,,,,1995-01-01, -/games/boxart/default.jpg,Virus,PC,Shooter,Unknown,Firebird,,,,,,,, -/games/boxart/full_8321908AmericaFrontccc.jpg,VirusWar,XBL,Shooter,Microsoft,Angel,,,,,,,2009-04-10, -/games/boxart/default.jpg,Vivisector: Beast Within,PC,Shooter,Unknown,Action Forms Ltd.,,,,,,,, -/games/boxart/full_2598217JapanFrontccc.jpg,Volfied,VC,Shooter,Taito,Taito Corporation,,,,,,,2008-11-18, -/games/boxart/full_1733547JapanFrontccc.jpg,Volfied,PCE,Shooter,Taito,Taito Corporation,,,,,,,1989-12-27, -/games/boxart/full_6094189AmericaFrontccc.jpg,Volfied,PC,Shooter,Empire Interactive,Taito Corporation,,,,,,,1991-01-01, -/games/boxart/full_volley-fire_461JapanFront.jpg,Volley Fire,GB,Shooter,Toei Animation,Toei Animation,,,,,,,1990-06-29, -/games/boxart/full_vorpal_273AmericaFront.jpg,Vorpal,XBL,Shooter,Microsoft,Abraham Morales,,,,,,,2010-12-30, -/games/boxart/full_4758368AmericaFrontccc.jpg,Vortex,SNES,Shooter,Electro Brain,Argonaut Games,,,,,,,1994-09-01, -/games/boxart/full_9343757AmericaFrontccc.jpg,Vulture Attack,2600,Shooter,Unknown,K-Tel Vision,,,,,,,, -/games/boxart/full_w-ring-the-double-rings_9JapanFront.jpg,W Ring: The Double Rings,PCE,Shooter,Naxat Soft,Naxat Soft,,,,,,,1990-09-28, -/games/boxart/full_1705232AmericaFrontccc.jpg,Wacky Water Fun: Shooting Gallery,XBL,Shooter,Microsoft,North Squard,,,,,,,2009-08-15, -/games/boxart/7868992ccc.jpg,Wall Defender,2600,Shooter,Bomb,Bomb,,,,,,,1983-01-01, -/games/boxart/full_wanted-corp_824AmericaFront.jpg,Wanted Corp.,PSN,Shooter,Zoo Games,EKO System,,,,,,,2011-12-06, -/games/boxart/full_7154736AmericaFrontccc.jpg,Wanted Dead or Alive,PC,Shooter,XS Games,Iridion Interactive AB,,,,,,,2004-02-01, -/games/boxart/full_war-inc-battlezone_552AmericaFront.jpg,War Inc. Battlezone,PC,Shooter,Unknown,Online Warmongers Group Inc.,,,,,,,2011-07-18, -/games/boxart/full_5143909AmericaFrontccc.jpg,War World,XBL,Shooter,Ubisoft,Third Wave Games,,,,,,,2008-10-01, -/games/boxart/default.jpg,WarDevil: Enigma,X360,Shooter,Unknown,Digi-Guys,,,,,,,, -/games/boxart/default.jpg,WarDevil: Enigma,PS3,Shooter,Unknown,Digi-Guys,,,,,,,, -/games/boxart/default.jpg,"Warhammer 40,000: Eternal Crusade",Linux,Shooter,Behaviour Interactive,Behaviour Interactive,,,,,,,2016-01-01, -/games/boxart/full_warhammer-40000-kill-team_635AmericaFront.jpg,"Warhammer 40,000: Kill Team",PSN,Shooter,THQ,THQ,,,,,,,2011-08-02, -/games/boxart/full_warhammer-40000-kill-team_140AmericaFront.jpg,"Warhammer 40,000: Kill Team",XBL,Shooter,THQ,THQ,6,,,,,,2011-07-13, -/games/boxart/full_590496AmericaFrontccc.jpg,Warhawk,PSN,Shooter,Sony Computer Entertainment,Incognito Entertainment,,,,,,,2007-08-28, -/games/boxart/default.jpg,Warhound,PC,Shooter,Unknown,Techland,,,,,,,, -/games/boxart/default.jpg,Warhound,X360,Shooter,Unknown,Techland,,,,,,,, -/games/boxart/full_505031AmericaFrontccc.jpg,Warpath,PC,Shooter,Groove Games,Digital Extremes,,,,,,,2006-07-18, -/games/boxart/full_1165574AmericaFrontccc.jpg,WarpSpeed,GEN,Shooter,Accolade,Accolade,,,,,,,1993-01-01, -/games/boxart/full_3938187AmericaFrontccc.jpg,WarpSpeed,SNES,Shooter,Accolade,Accolade,,,,,,,1992-12-01, -/games/boxart/full_wasteland-angel_452AmericaFront.jpg,Wasteland Angel,PC,Shooter,Meridian4,Meridian4,,,,,,,2011-09-01, -/games/boxart/full_8252707AmericaFrontccc.jpg,Water Warfare,WW,Shooter,Hudson Entertainment,Hudson Entertainment,7.2,,,,,,2009-06-29, -/games/boxart/full_4234560AmericaFrontccc.jpg,Waterworld,VB,Shooter,Ocean,Ocean,,,,,,,1995-12-21, -/games/boxart/full_werewolf-hallow_844AmericaFront.jpg,Werewolf Hallow,XBL,Shooter,Microsoft,cgIRIS,,,,,,,2010-11-29, -/games/boxart/full_7755350AmericaFrontccc.jpg,Western Outlaw: Wanted Dead or Alive,PC,Shooter,Groove Games,Jarhead Games,,,,,,,2003-09-28, -/games/boxart/default.jpg,Wet 2,X360,Shooter,Unknown,Behaviour Interactive Inc.,,,,,,,, -/games/boxart/default.jpg,Wet 2,PS3,Shooter,Unknown,Behaviour Interactive Inc.,,,,,,,, -/games/boxart/full_6698990AmericaFrontccc.jpg,Whip Rush,GEN,Shooter,Renovation,Vic Tokai,,,,,,,1990-01-01, -/games/boxart/full_white-gold-war-in-paradise_277PALFront.jpg,White Gold: War in Paradise,PC,Shooter,Play Ten Interactive,Deep Shadows,,,,,,,2008-10-24, -/games/boxart/6863795ccc.jpg,Who Shot Johnny Rock?,SCD,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1994-01-01, -/games/boxart/3786310ccc.jpg,Who Shot Johnny Rock?,3DO,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1995-01-01, -/games/boxart/8291175ccc.jpg,Who Shot Johnny Rock?,PC,Shooter,American Laser Games,"American Laser Games, Inc.",,,,,,,1991-01-01, -/games/boxart/full_whos-that-flying_508PALFront.png,Who's That Flying?!,PSN,Shooter,Mediatonic,Mediatonic Ltd.,7.7,,,,,,2010-11-16, -/games/boxart/full_whos-that-flying_278AmericaFront.jpg,Who's That Flying?!,PC,Shooter,Kalypso Media,Mediatonic Ltd.,7.5,,,,,,2011-01-31, -/games/boxart/full_4018870AmericaFrontccc.png,Wild Gunman,NES,Shooter,Nintendo,Intelligent Systems,,,,,,,1985-10-01, -/games/boxart/full_8386515AmericaFrontccc.jpg,Wild Guns,SNES,Shooter,Natsume,Natsume,,,,,,,1994-01-01, -/games/boxart/full_8974581AmericaFrontccc.jpg,Wild Guns,VC,Shooter,Natsume,Natsume,,,,,,,2010-05-31, -/games/boxart/full_2646128AmericaFrontccc.jpg,Wild Varmint Bounty Hunter,PC,Shooter,Value Works,Running Dog,,,,,,,1996-01-01, -/games/boxart/1423803ccc.jpg,Wild West Guns,WW,Shooter,Gameloft,Gameloft,,,,,,,2008-08-04, -/games/boxart/full_801510AmericaFrontccc.jpg,Will Rock,PC,Shooter,Ubisoft,Saber Interactive,,,,,,,2003-06-09, -/games/boxart/full_6401491AmericaFrontccc.jpg,Wing Commander Arena,XBL,Shooter,Electronic Arts,Gaia Industries,,,,,,,2007-07-25, -/games/boxart/full_1885917AmericaFrontccc.jpg,Wing War,2600,Shooter,Activision,Imagic,,,,,,,1983-01-01, -/games/boxart/full_7857990AmericaFrontccc.jpg,Wings of Wor,VC,Shooter,NCS,NCS,,,,,,,2008-05-20, -/games/boxart/8417864ccc.jpg,Wings of Wor,GEN,Shooter,DreamWorks Interactive,NCS,,,,,,,1991-01-01, -/games/boxart/full_3569159AmericaFrontccc.jpg,Winx Club,PC,Shooter,Konami,Konami,,,,,,,2006-04-28, -/games/boxart/full_4643543PALFrontccc.jpg,Winx Club,PS2,Shooter,Konami,Konami,,,,,,,2006-03-17, -/games/boxart/4175290ccc.jpg,Wizard of Wor,5200,Shooter,CBS Electronics,Bally/Midway,,,,,,,1981-01-01, -/games/boxart/full_1207255AmericaFrontccc.jpg,Wizball,VC,Shooter,Unknown,Sensible Software,,,,,,,, -/games/boxart/full_7510551JapanFrontccc.jpg,Wolf Fang: Koukiba 2001,PS,Shooter,Xing Entertainment,Data East,,,,,,,1996-05-10, -/games/boxart/full_1135537JapanFrontccc.jpg,Wolf Fang: Koukiba 2001 SS,SAT,Shooter,Xing Entertainment,Data East,,,,,,,1997-03-28, -/games/boxart/default.jpg,Wolf of the Battlefield: Commando (Arcade),VC,Shooter,Capcom,Capcom,,,,,,,2010-12-06, -/games/boxart/1902342ccc.jpg,Wolfenstein 3-D,SNES,Shooter,Imagineer,Imagineer,,,,,,,1994-01-01, -/games/boxart/full_4835919AmericaFrontccc.jpg,Wolfenstein 3D,XBL,Shooter,Activision,Nerve Software,,,,,,,2009-06-03, -/games/boxart/full_5610138AmericaFrontccc.jpg,Wolfenstein 3D,PC,Shooter,Apogee,id Software,,,,,,,1992-05-05, -/games/boxart/8509621ccc.jpg,Wolfenstein 3D,3DO,Shooter,Interplay,id Software,,,,,,,1995-10-19, -/games/boxart/full_2728052AmericaFrontccc.jpg,Wolfenstein 3D,AJ,Shooter,Atari,id Software,,,,,,,1994-01-01, -/games/boxart/full_2758384AmericaFrontccc.jpg,Wolfenstein 3D,PSN,Shooter,Activision,Nerve Software,,,,,,,2009-06-04, -/games/boxart/full_1791168AmericaFrontccc.jpg,Wolfenstein The Two Pack,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2017-08-22,2018-07-04 -/games/boxart/full_wonder-boy-iii-monster-lair_66AmericaFront.jpg,Wonder Boy III: Monster Lair,PC,Shooter,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/full_688763PALFrontccc.jpg,Wonder Boy III: Monster Lair,VC,Shooter,Sega,Westone Bit Entertainment,,,,,,,2009-04-20, -/games/boxart/full_9802676PALFrontccc.jpg,Wonder Boy III: Monster Lair,GEN,Shooter,Sega,Westone Bit Entertainment,,,,,,,1991-01-01, -/games/boxart/9781805ccc.jpg,World Championship Paintball,PS2,Shooter,THQ,Coresoft,,,,,,,2008-01-07, -/games/boxart/full_6400124AmericaFrontccc.jpeg,World of Warships,PC,Shooter,Wargaming.net,Wargaming.net,,,,,,,2015-09-17, -/games/boxart/full_5959731AmericaFrontccc.jpg,World Revolution: The Last Defense,XBL,Shooter,Microsoft,xPox,,,,,,,2009-01-06, -/games/boxart/full_5079292PALFrontccc.jpg,World War Zero,PC,Shooter,Reef Entertainment,Rebellion Developments,,,,,,,2005-10-14, -/games/boxart/full_1947053PALFrontccc.jpg,World War Zero: Iron Storm,PS2,Shooter,Ubisoft,Rebellion Developments,,,,,,,2004-08-06, -/games/boxart/full_6370509AmericaFrontccc.jpg,WWII GI,PC,Shooter,GT Interactive,GT Interactive,,,,,,,1999-07-24, -/games/boxart/full_9617761JapanFrontccc.jpg,X,GB,Shooter,Nintendo,Argonaut Software,,,,,,,1992-05-29, -/games/boxart/full_4723139AmericaFrontccc.jpg,X OVER,XBL,Shooter,Microsoft,sectionS,,,,,,,2009-08-10, -/games/boxart/full_4697739AmericaFrontccc.jpg,X-COM: Enforcer,PC,Shooter,Infogrames,MicroProse,,,,,,,2001-04-18, -/games/boxart/full_x-men-the-ravages-of-apocalypse_36AmericaFront.jpg,X-Men: The Ravages of Apocalypse,PC,Shooter,WizardWorks,Zero Gravity Entertainment,,,,,,,1997-11-30, -/games/boxart/full_4199095AmericaFrontccc.jpg,X-Zone,SNES,Shooter,Kemco,Kemco,,,,,,,1992-01-01, -/games/boxart/8213592ccc.jpg,Xardion,SNES,Shooter,Asmik Ace Entertainment,Asmik,,,,,,,1992-04-01, -/games/boxart/full_4578526AmericaFrontccc.jpg,Xeno Arena,XBL,Shooter,Microsoft,Lemunde,,,,,,,2009-04-17, -/games/boxart/full_xeno-waster_967AmericaFront.jpg,Xeno Waster,XBL,Shooter,Microsoft,Venables Games,,,,,,,2011-08-03, -/games/boxart/400239ccc.jpg,Xenon 2,GB,Shooter,Mindscape,Teeny Weeny Games,,,,,,,1992-10-01, -/games/boxart/full_5897058PALFrontccc.jpg,Xenon 2: Megablast,MS,Shooter,Virgin Interactive,Bitmap Brothers,,,,,,,1991-01-01, -/games/boxart/full_6114090PALFrontccc.jpg,Xenon 2: Megablast,GEN,Shooter,Virgin Interactive,The Bitmap Brothers,,,,,,,1992-01-01, -/games/boxart/full_9091998AmericaFrontccc.jpg,Xevious,VC,Shooter,Namco,Namco,,,,,,,2007-01-15, -/games/boxart/full_1773054AmericaFrontccc.jpg,Xevious,XBL,Shooter,Namco Bandai,Namco,,,,,,,2007-05-23, -/games/boxart/4127107ccc.jpg,Xevious,7800,Shooter,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/default.jpg,Xevious (Arcade),VC,Shooter,Namco Bandai,Namco,,,,,,,2009-09-01, -/games/boxart/full_9402590JapanFrontccc.jpg,Xevious: Fadorauto Densetsu,PCE,Shooter,Namco,Compile,,,,,,,1990-06-29, -/games/boxart/default.jpg,XIIZEAL,PC,Shooter,Unknown,Triangle Service,,,,,,,, -/games/boxart/full_xotic_669AmericaFront.jpg,Xotic,XBL,Shooter,Valcon Games,WXP Games,,,,,,,2011-11-16, -/games/boxart/full_xs_955AmericaFront.jpg,XS,PC,Shooter,GT Interactive,SCi Games,,,,,,,1996-12-31, -/games/boxart/full_9614333AmericaFrontccc.jpg,Xtreme Polygon,XBL,Shooter,Microsoft,ASuperSonic,,,,,,,2009-07-24, -/games/boxart/full_6924419AmericaFrontccc.jpg,Xtreme Polygon 2,XBL,Shooter,Microsoft,ASuperSonic,,,,,,,2009-12-20, -/games/boxart/full_235651AmericaFrontccc.png,XType Plus,WiiU,Shooter,PhobosLab,PhobosLab,,,,,,,2014-08-14, -/games/boxart/full_8629794PALFrontccc.jpg,Xyanide Resurrection,PSP,Shooter,Unknown,Playlogic,,,,,,,2020-12-31, -/games/boxart/full_447351PALFrontccc.jpg,Xyanide Resurrection,PC,Shooter,Playlogic International NV,Playlogic,,,,,,,2008-09-04, -/games/boxart/full_579514PALFrontccc.jpg,Yager,PC,Shooter,THQ,Yager Development,,,,,,,2003-10-03, -/games/boxart/default.jpg,Yars' Revenge,PSN,Shooter,Unknown,Killspace Entertainment,,,,,,,, -/games/boxart/full_yars-revenge_668AmericaFront.jpg,Yars' Revenge,PC,Shooter,Atari,Killspace Entertainment,5.5,,,,,,2011-04-29, -/games/boxart/2692992ccc.jpg,Yars' Revenge,GB,Shooter,Telegames,"Telegames, Inc.",,,,,,,1999-09-01, -/games/boxart/full_yars-revenge_587AmericaFront.jpg,Yars' Revenge,XBL,Shooter,Atari,Killspace Entertainment,6,,,,,,2011-04-13, -/games/boxart/full_8609780AmericaFrontccc.jpg,Yet Another Zombie Defense,XBL,Shooter,Microsoft,AwesomeGamesStudio,,,,,,,2010-02-03, -/games/boxart/2885253ccc.gif,Yoshi's Safari,SNES,Shooter,Nintendo,Nintendo,,,,,,,1993-09-01, -/games/boxart/full_5605582AmericaFrontccc.jpg,You Are Empty,PC,Shooter,Atari,Digital Spray Studios,2.7,,,,,,2007-10-16, -/games/boxart/full_zaero-mission-pack-for-quake-ii_137AmericaFront.jpg,Zaero: Mission Pack for Quake II,PC,Shooter,Unknown,Team Evolve,,,,,,,1998-11-01, -/games/boxart/full_1965900AmericaFrontccc.jpg,Zanac,NES,Shooter,FCI,Compile,,,,,,,1987-10-01, -/games/boxart/full_1221636AmericaFrontccc.jpg,Zanac,VC,Shooter,D4 Enterprise,Compile,,,,,,,2007-12-03, -/games/boxart/full_6155252JapanFrontccc.jpg,Zanac AI (FDS),NES,Shooter,Pony Canyon,Compile,,,,,,,1986-11-28, -/games/boxart/full_zanac-x-zanac_3JapanFront.jpg,Zanac X Zanac,PSN,Shooter,Sony Computer Entertainment,Compile,,,,,,,2010-07-28, -/games/boxart/full_3276914JapanFrontccc.jpg,Zanac X Zanac,PS,Shooter,Compile,Compile,,,,,,,2001-11-29, -/games/boxart/6518050ccc.jpg,Zaxxon,5200,Shooter,Sega,Sega,,,,,,,1983-01-01, -/games/boxart/5844413ccc.jpg,Zaxxon,2600,Shooter,Coleco,Coleco,,,,,,,1982-01-01, -/games/boxart/default.jpg,Zaxxon (Arcade),VC,Shooter,Sega,Sega,,,,,,,2010-04-12, -/games/boxart/full_zaxxon-3-d_1AmericaFront.jpg,Zaxxon 3-D,MS,Shooter,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_zeit-2_131AmericaFront.jpg,Zeit 2,XBL,Shooter,Ubisoft,Brightside Games,7.7,,,,,,2011-01-12, -/games/boxart/full_zeit-2_736AmericaFront.jpg,Zeit 2,PC,Shooter,Ubisoft,Brightside Games,7.5,,,,,,2011-01-12, -/games/boxart/full_9766057PALFrontccc.jpg,Zeitgeist,PC,Shooter,GameBank,Taito Corporation,,,,,,,1996-01-01, -/games/boxart/full_523556AmericaFrontccc.jpg,Zeno Clash: Ultimate Edition,XBL,Shooter,Atlus,ACE Team,,,,,,,2010-05-05, -/games/boxart/1266738ccc.jpg,Zero 5,AJ,Shooter,Telegames,"Telegames, Inc.",,,,,,,1997-09-01, -/games/boxart/full_9984263JapanFrontccc.jpg,Zero Gunner 2,DC,Shooter,Psikyo,Psikyo,,,,,,,2001-09-06, -/games/boxart/3985106ccc.jpg,Zero Tolerance,GEN,Shooter,Accolade,Acolade,,,,,,,1994-01-01, -/games/boxart/full_3668410PALFrontccc.jpg,Zero Wing,GEN,Shooter,Sega,Toaplan,,,,,,,1991-01-01, -/games/boxart/full_597133JapanFrontccc.jpg,Zero Wing,PCE,Shooter,Naxat Soft,Toaplan,,,,,,,1992-09-18, -/games/boxart/full_zoids-densetsu_3JapanFront.jpg,Zoids Densetsu,GB,Shooter,Tomy Corporation,Tomy Corporation,,,,,,,1990-06-15, -/games/boxart/full_1515621JapanFrontccc.jpg,Zoids Infinity EX Neo,X360,Shooter,Tomy Corporation,Tomy Corporation,,,,,,,2006-03-30, -/games/boxart/full_8026273JapanFrontccc.jpg,Zoids Vs. III,GC,Shooter,Tomy Corporation,Tomy Corporation,,,,,,,2004-09-30, -/games/boxart/full_337055AmericaFrontccc.jpg,Zombie Apocalypse,XBL,Shooter,Konami,Nihilistic Software,6.1,,,,,,2009-09-23, -/games/boxart/full_4936551AmericaFrontccc.png,Zombie Apocalypse,PSN,Shooter,Konami,Nihilistic Software,6.4,,,,,,2009-09-24, -/games/boxart/default.jpg,Zombie Apocalypse 2,XBL,Shooter,Unknown,Backbone Entertainment,,,,,,,, -/games/boxart/default.jpg,Zombie Apocalypse 2,PSN,Shooter,Unknown,Backbone Entertainment,,,,,,,, -/games/boxart/default.jpg,Zombie Apocalypse: Never Die Alone,PSN,Shooter,Konami,Backbone Entertainment,,,,,,,2011-10-25, -/games/boxart/full_zombie-apocalypse-never-die-alone_441AmericaFront.jpg,Zombie Apocalypse: Never Die Alone,XBL,Shooter,Konami,Backbone Entertainment,,,,,,,, -/games/boxart/full_zombie-estate_5AmericaFront.jpg,Zombie Estate,XBL,Shooter,Microsoft,JeremyVerchick48,,,,,,,2010-05-15, -/games/boxart/9609210ccc.jpg,Zombie Nation,NES,Shooter,Meldac,Kaze,,,,,,,1991-09-01, -/games/boxart/full_4778320AmericaFrontccc.jpg,Zombie Outhouse,XBL,Shooter,Microsoft,bioroid,,,,,,,2009-12-21, -/games/boxart/default.jpg,Zombie Panic in Wonderland,S32X,Shooter,Akaoni Studio,Akaoni Studio,,,,,,,2012-03-01, -/games/boxart/full_8545706AmericaFrontccc.jpg,Zombie Panic in Wonderland,WW,Shooter,Akaoni Studio,Akaoni Studio,6,,,,,,2010-05-03, -/games/boxart/full_zombie-poker-defense_910AmericaFront.jpg,Zombie Poker Defense,XBL,Shooter,Microsoft,MindsEdge,,,,,,,2011-04-16, -/games/boxart/full_zombie-shooter_612AmericaFront.jpg,Zombie Shooter,PC,Shooter,Sigma,Sigma Team,,,,,,,2007-12-29, -/games/boxart/full_zombie-shooter-2_945AmericaFront.jpg,Zombie Shooter 2,PC,Shooter,CDV Software Entertainment,Sigma Team,,,,,,,2009-09-23, -/games/boxart/full_9218745AmericaFrontccc.jpg,Zombie Wranglers,XBL,Shooter,Sierra Online,Frozen Codebase,,,,,,,2009-05-06, -/games/boxart/full_7541522AmericaFrontccc.jpg,Zombies 2.0,XBL,Shooter,Microsoft,Danthekilla,,,,,,,2009-08-22, -/games/boxart/full_zombies-hate-aliens_96AmericaFront.jpg,Zombies Hate Aliens!,XBL,Shooter,Microsoft,Media Acrobats LLC,,,,,,,2011-07-08, -/games/boxart/full_zombiez-seeker_876AmericaFront.jpg,ZombieZ Seeker,DS,Shooter,Zoo Games,7 Raven Studios Co. Ltd.,,,,,,,2011-02-01, -/games/boxart/default.jpg,Zone 66,PC,Shooter,Epic Games,Renaissance,,,,,,,1993-01-01, -/games/boxart/full_8162646AmericaFrontccc.jpg,Gears 5: Hivebusters,XS,Shooter,Unknown,The Coalition,,,,,,,,2021-01-13 -/games/boxart/full_1594758AmericaFrontccc.jpg,Gears 5: Hivebusters,XOne,Shooter,Unknown,The Coalition,,,,,,,,2021-01-13 -/games/boxart/full_4922034AmericaFrontccc.jpg,Gears 5: Hivebusters,PC,Shooter,Unknown,The Coalition,,,,,,,,2021-01-13 -/games/boxart/default.jpg,Halo: Spartan Assault,iOS,Shooter,Unknown,Vanguard Games,,,,,,,,2024-01-05 -/games/boxart/full_6542730AmericaFrontccc.jpg,Red Faction: Guerrilla Re-Mars-tered,PC,Shooter,THQ Nordic,Volition,,,,,,,2018-07-03,2018-04-20 -/games/boxart/full_2799278AmericaFrontccc.jpg,"""Nuke It""",PC,Shooter,CrystalVision,CrystalVision,,,,,,,1998-01-01,2018-03-31 -/games/boxart/full_8370896AmericaFrontccc.jpg,1993 Shenandoah,NS,Shooter,Unknown,Limit Break,,,,,,,,2020-07-14 -/games/boxart/default.jpg,A Duel Hand Disaster: Trackher,NS,Shooter,Unknown,Ask An Enemy Studios,,,,,,,,2019-06-10 -/games/boxart/full_7725054AmericaFrontccc.jpg,ACA NEOGEO AERO FIGHTERS 2,XOne,Shooter,Hamster Corporation,Video System,,,,,,,2017-08-03,2018-04-02 -/games/boxart/full_6273662AmericaFrontccc.png,ACA NEOGEO AERO FIGHTERS 2,NS,Shooter,Hamster Corporation,Video System,,,,,,,2017-08-03,2018-04-02 -/games/boxart/full_9472032AmericaFrontccc.png,ACA NEOGEO AERO FIGHTERS 2,PS4,Shooter,Hamster Corporation,Video System,,,,,,,2017-08-03,2018-04-02 -/games/boxart/full_5832895AmericaFrontccc.jpeg,ACA NEOGEO AERO FIGHTERS 3,XOne,Shooter,Hamster Corporation,Video System,,,,,,,2018-03-15,2018-04-01 -/games/boxart/full_6383229AmericaFrontccc.png,ACA NEOGEO ALPHA MISSION II,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-04-06,2018-04-02 -/games/boxart/full_53127AmericaFrontccc.jpg,ACA NEOGEO ALPHA MISSION II,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-04-27,2018-04-02 -/games/boxart/full_7854812AmericaFrontccc.png,ACA NEOGEO ALPHA MISSION II,PS4,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-01-10,2018-03-29 -/games/boxart/full_8107840AmericaFrontccc.png,ACA NEOGEO BLAZING STAR,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-01 -/games/boxart/full_164234AmericaFrontccc.jpeg,ACA NEOGEO BLAZING STAR,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2018-02-08,2018-04-01 -/games/boxart/full_1576086AmericaFrontccc.png,ACA NEOGEO LAST RESORT,PS4,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-02 -/games/boxart/full_1816015AmericaFrontccc.png,ACA NEOGEO LAST RESORT,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-06-01,2018-04-02 -/games/boxart/full_4902736AmericaFrontccc.jpg,ACA NEOGEO LAST RESORT,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-05-02,2018-04-02 -/games/boxart/full_6468779AmericaFrontccc.png,ACA NEOGEO PULSTAR,NS,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-12-21,2018-04-04 -/games/boxart/full_4680311AmericaFrontccc.png,ACA NEOGEO PULSTAR,PS4,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-07-10,2018-03-28 -/games/boxart/full_5220342AmericaFrontccc.jpg,ACA NEOGEO PULSTAR,XOne,Shooter,Hamster Corporation,SNK Corporation,,,,,,,2017-07-06,2018-04-03 -/games/boxart/full_3232130AmericaFrontccc.jpg,ACA NEOGEO ZED BLADE,XOne,Shooter,Hamster Corporation,NMK,,,,,,,2017-07-20,2018-04-02 -/games/boxart/full_3752592AmericaFrontccc.jpeg,ACA NEOGEO ZED BLADE,PS4,Shooter,Hamster Corporation,NMK,,,,,,,2017-08-30,2018-04-02 -/games/boxart/full_9931646AmericaFrontccc.png,ACA NEOGEO ZED BLADE,NS,Shooter,Hamster Corporation,NMK,,,,,,,2017-08-31,2018-04-02 -/games/boxart/full_9010273AmericaFrontccc.png,Aces Of The Luftwaffe - Squadron,NS,Shooter,HandyGames,HandyGames,,,,,,,2017-11-17,2020-12-27 -/games/boxart/full_6466708AmericaFrontccc.jpg,Air Twister,PC,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 -/games/boxart/full_8174619AmericaFrontccc.jpg,Air Twister,XS,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 -/games/boxart/full_87967AmericaFrontccc.jpg,Air Twister,iOS,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 -/games/boxart/full_1844755AmericaFrontccc.jpg,Air Twister,XOne,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 -/games/boxart/full_3870048AmericaFrontccc.png,Air Twister,PS5,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 -/games/boxart/full_4910676AmericaFrontccc.jpg,Air Twister,PS4,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 -/games/boxart/full_3500112PALFrontccc.jpg,Air Twister,NS,Shooter,Unknown,Ys Net,,,,,,,,2023-10-16 -/games/boxart/default.jpg,Alien Breed,Amig,Shooter,Unknown,Team17,,,,,,,,2018-03-16 -/games/boxart/full_3934340AmericaFrontccc.jpg,AlienCruise,XOne,Shooter,E-Home Entertainment,Cotton Game,,,,,,,2019-03-27,2019-03-23 -/games/boxart/full_1306952AmericaFrontccc.jpg,Aliens: Fireteam Elite,PS5,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 -/games/boxart/full_6688211AmericaFrontccc.jpg,Aliens: Fireteam Elite,XOne,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 -/games/boxart/full_9025664AmericaFrontccc.jpg,Aliens: Fireteam Elite,XS,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 -/games/boxart/full_979200AmericaFrontccc.jpg,Aliens: Fireteam Elite,PC,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 -/games/boxart/full_492662AmericaFrontccc.jpg,Aliens: Fireteam Elite,PS4,Shooter,Unknown,Cold Iron Studios,,,,,,,,2021-06-27 -/games/boxart/full_1692932AmericaFrontccc.jpg,AMID EVIL VR,PC,Shooter,Unknown,Indefatigable,,,,,,,,2023-11-25 -/games/boxart/full_2391869AmericaFrontccc.png,Aperion Cyberstorm,NS,Shooter,aPriori Digital,aPriori Digital,,,,,,,2018-02-08,2018-02-04 -/games/boxart/full_3279078AmericaFrontccc.jpg,Apex Legends,NS,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2020-12-01,2020-06-19 -/games/boxart/full_2655583AmericaFrontccc.jpg,Apex Legends,PS4,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2019-02-04,2019-03-15 -/games/boxart/full_8667847AmericaFrontccc.jpeg,Apex Legends,PC,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2019-02-04,2019-03-15 -/games/boxart/full_7347658AmericaFrontccc.jpeg,Apex Legends,XOne,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2019-02-04,2019-03-15 -/games/boxart/full_7591345AmericaFrontccc.png,Arcade Archives: Heroic Episode,NS,Shooter,Hamster Corporation,Irem Corp.,,,,,,,2018-02-22,2018-03-02 -/games/boxart/default.jpg,Arcade Archives: Last Resort,PS4,Shooter,Unknown,SNK,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Arcade Game Series: Galaga,PC,Shooter,Unknown,Bandai Namco Games,,,,,,,,2017-12-31 -/games/boxart/full_3531626AmericaFrontccc.jpg,Arcadegeddon,XS,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 -/games/boxart/full_5452663AmericaFrontccc.jpg,Arcadegeddon,PC,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 -/games/boxart/full_4100338AmericaFrontccc.jpg,Arcadegeddon,PS4,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 -/games/boxart/full_325766AmericaFrontccc.jpg,Arcadegeddon,PS5,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 -/games/boxart/full_9806958AmericaFrontccc.jpg,Arcadegeddon,XOne,Shooter,Unknown,IllFonic,,,,,,,,2022-07-06 -/games/boxart/default.jpg,Arizona Sunshine,PS4,Shooter,Unknown,Vertigo Gaming Inc.,,,,,,,,2020-09-16 -/games/boxart/full_5614416AmericaFrontccc.jpg,Arizona Sunshine 2,PS5,Shooter,Unknown,Vertigo Games,,,,,,,,2023-12-07 -/games/boxart/full_2473585AmericaFrontccc.jpg,Arizona Sunshine 2,PC,Shooter,Unknown,Vertigo Games,,,,,,,,2023-12-07 -/games/boxart/full_8009858AmericaFrontccc.jpg,Ashes to Ashes. Feeding the Fires of War!,PC,Shooter,Deep River Publishing,Deep River Multimedia Studio,,,,,,,1996-10-31,2018-01-08 -/games/boxart/full_7897754AmericaFrontccc.png,Assault Android Cactus,NS,Shooter,Witch Beam Games,Witch Beam,,,,,,,2015-09-23,2019-06-28 -/games/boxart/full_7927581AmericaFrontccc.png,Astebreed,NS,Shooter,Unknown,Edelweiss,,,,,,,,2018-11-07 -/games/boxart/default.jpg,Astebreed,PS4,Shooter,Unknown,Edelweiss,,,,,,,,2017-12-31 -/games/boxart/full_6426473AmericaFrontccc.png,Astro Duel Deluxe,NS,Shooter,Panic Button,Panic Button,,,,,,,2017-05-30,2018-02-05 -/games/boxart/full_9582382AmericaFrontccc.jpg,At Sundown: Shots in the Dark,XOne,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 -/games/boxart/full_287113AmericaFrontccc.jpg,At Sundown: Shots in the Dark,PS4,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 -/games/boxart/full_2655654AmericaFrontccc.jpg,At Sundown: Shots in the Dark,PC,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 -/games/boxart/full_4602767AmericaFrontccc.png,At Sundown: Shots in the Dark,NS,Shooter,Versus Evil,Mild Beast Games,,,,,,,2019-01-22,2019-01-20 -/games/boxart/default.jpg,Atlantis,Int,Shooter,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_6134530AmericaFrontccc.jpg,Atomega,PC,Shooter,Unknown,Ubisoft,,,,,,,,2020-02-01 -/games/boxart/full_8434767AmericaFrontccc.jpg,Atomic Heart,PS4,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2019-03-20 -/games/boxart/full_8805427AmericaFrontccc.jpg,Atomic Heart,XS,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2022-11-16 -/games/boxart/full_2486033AmericaFrontccc.jpg,Atomic Heart,XOne,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2019-03-20 -/games/boxart/full_9880348AmericaFrontccc.jpg,Atomic Heart,PC,Shooter,Focus Home Interactive,Mundfish,,,,,,,2023-02-20,2019-03-20 -/games/boxart/full_3941606AmericaFrontccc.jpg,Azur Lane: Crosswave,PS4,Shooter,Idea Factory International,Felistella,,,,,,,2020-02-13,2019-05-06 -/games/boxart/default.jpg,B-17 Bomber,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-07-23,2018-01-13 -/games/boxart/full_7403234AmericaFrontccc.jpg,Back 4 Blood,PS5,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2021-06-13 -/games/boxart/full_4838046AmericaFrontccc.jpg,Back 4 Blood,XS,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2021-06-13 -/games/boxart/full_4862407AmericaFrontccc.jpg,Back 4 Blood,PC,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2019-11-06 -/games/boxart/full_9035258AmericaFrontccc.jpg,Back 4 Blood,PS4,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2019-11-06 -/games/boxart/full_5312855AmericaFrontccc.jpg,Back 4 Blood,XOne,Shooter,Unknown,Turtle Rock Studios,,,,,,,,2019-11-06 -/games/boxart/default.jpg,Batallion 1944,PC,Shooter,Unknown,Bulkhead Interactive,,,,,,,,2019-06-10 -/games/boxart/full_7331095AmericaFrontccc.jpg,Battlefield 2042,XOne,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 -/games/boxart/full_6873801AmericaFrontccc.jpg,Battlefield 2042,XS,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 -/games/boxart/full_5386628AmericaFrontccc.jpg,Battlefield 2042,PC,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 -/games/boxart/full_208160AmericaFrontccc.jpg,Battlefield 2042,PS4,Shooter,Unknown,EA DICE,,,,,,,,2021-06-10 -/games/boxart/full_3264112AmericaFrontccc.jpg,Battlefield 2042,PS5,Shooter,Unknown,EA DICE,7.5,,,,,,,2021-06-10 -/games/boxart/full_4981356AmericaFrontccc.jpg,Battlefield VI,PC,Shooter,Electronic Arts,EA DICE,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_8779483AmericaFrontccc.jpg,Battlefield VI,PS5,Shooter,Electronic Arts,EA DICE,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_4158076AmericaFrontccc.jpg,Battlefield VI,XS,Shooter,Electronic Arts,EA DICE,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_7699173AmericaFrontccc.jpg,Battleship,X360,Shooter,Activision,Double Helix Games,,,,,,,2012-05-15,2019-03-18 -/games/boxart/default.jpg,Beamrider,Int,Shooter,Activision,Cheshire Engineering,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_9657020AmericaFrontccc.jpg,Big Buck Hunter Arcade,PC,Shooter,GameMill Entertainment,Play Mechanix,,,,,,,2016-10-25,2020-10-02 -/games/boxart/full_8972760AmericaFrontccc.jpg,Big Sky Infinity,PS3,Shooter,Unknown,VooFoo Studios,,,,,,,,2022-08-14 -/games/boxart/full_7126834AmericaFrontccc.jpg,Big Sky Infinity,PSV,Shooter,Unknown,VooFoo Studios,,,,,,,,2022-08-14 -/games/boxart/full_8580212AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,PS3,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_5796098AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,PS4,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_5078839AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,X360,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_3382598AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,XOne,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_3908454AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,NS,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_9697328AmericaFrontccc.jpg,BioShock Infinite: Burial At Sea - Episode One,PC,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_7989243AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,PS4,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_7522585AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,X360,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_8994173AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,XOne,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_9987138AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,NS,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_2200207AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,PC,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_3899631AmericaFrontccc.jpg,BioShock Infinite: Burial at Sea - Episode Two,PS3,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-19 -/games/boxart/full_9956465AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,PS3,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 -/games/boxart/full_3760175AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,PS4,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 -/games/boxart/full_2722403AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,X360,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 -/games/boxart/full_9111417AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,XOne,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 -/games/boxart/full_7212608AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,NS,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 -/games/boxart/full_1606332AmericaFrontccc.jpg,BioShock Infinite: Clash in the Clouds,PC,Shooter,Unknown,Irrational Games,,,,,,,,2022-08-18 -/games/boxart/full_4789183AmericaFrontccc.jpg,BioShock: The Collection,NS,Shooter,2K Games,"Blind Squirrel Digital, Inc",,,,,,,2020-05-29,2020-04-03 -/games/boxart/full_3944439AmericaFrontccc.jpg,BioShock: The Collection,PC,Shooter,2K Games,"Blind Squirrel Digital, Inc",,,,,,,2016-09-16,2020-04-03 -/games/boxart/full_3762759AmericaFrontccc.jpg,Bite the Bullet,NS,Shooter,Graffiti,Mega Cat Studios,,,,,,,2020-08-13,2019-08-13 -/games/boxart/full_2591452AmericaFrontccc.jpg,Bite the Bullet,PC,Shooter,Graffiti,Mega Cat Studios,,,,,,,2020-08-13,2019-08-13 -/games/boxart/full_9531788AmericaFrontccc.jpg,Bite the Bullet,XOne,Shooter,Graffiti,Mega Cat Studios,,,,,,,2020-08-13,2019-08-13 -/games/boxart/default.jpg,Black Squad,PC,Shooter,Unknown,NS STUDIO,,,,,,,,2019-03-26 -/games/boxart/full_2998974AmericaFrontccc.jpg,Blasters of the Universe,PS4,Shooter,Secret Location,Secret Location,,,,,,,2018-02-27,2018-02-24 -/games/boxart/full_4327178AmericaFrontccc.jpg,Blasters of the Universe,PC,Shooter,Secret Location,Secret Location,,,,,,,2016-07-14,2018-02-24 -/games/boxart/full_827624AmericaFrontccc.jpg,Blazing Chrome,PC,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 -/games/boxart/full_3815574AmericaFrontccc.jpg,Blazing Chrome,PS4,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 -/games/boxart/full_9424710AmericaFrontccc.jpg,Blazing Chrome,NS,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 -/games/boxart/full_2896965AmericaFrontccc.jpg,Blazing Chrome,XOne,Shooter,The Arcade Crew,JoyMasher,,,,,,,2019-07-11,2019-07-07 -/games/boxart/default.jpg,Blockade Runner,Int,Shooter,Interphase,Interphase,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_6191855AmericaFrontccc.jpg,Blood & Truth,PS4,Shooter,Sony Interactive Entertainment,SIE London Studio,,,,,,,2019-05-28,2019-03-28 -/games/boxart/full_748757AmericaFrontccc.jpeg,Bloodwings: Pumpkinhead's Revenge,PC,Shooter,Motion Picture Corporation of America Interactive,BAP Interactive,,,,,,,1995-01-01,2018-01-04 -/games/boxart/default.jpg,Borderlands 2,And,Shooter,Unknown,Gearbox Software,,,,,,,,2024-01-05 -/games/boxart/full_5132688AmericaFrontccc.jpg,Borderlands 3,PC,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2019-04-08 -/games/boxart/full_8500951AmericaFrontccc.png,Borderlands 3,XOne,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2019-04-08 -/games/boxart/full_5701395AmericaFrontccc.jpg,Borderlands 3,PS4,Shooter,2K Games,Gearbox Software,,,,,,,2019-09-13,2019-04-08 -/games/boxart/full_9827610AmericaFrontccc.jpg,Borderlands Legendary Collection,NS,Shooter,Take-Two Interactive,Gearbox Software,,,,,,,2020-05-29,2020-03-31 -/games/boxart/default.jpg,Borderlands: Game of the Year Edition,XOne,Shooter,Unknown,Gearbox Software,,,,,,,,2019-03-28 -/games/boxart/default.jpg,Borderlands: Game of the Year Edition,PS4,Shooter,Unknown,Gearbox Software,,,,,,,,2019-03-28 -/games/boxart/full_6417257AmericaFrontccc.jpg,BPM: Bullets Per Minute,PC,Shooter,Awe Interactive,Awe Interactive,,,,,,,2020-09-15,2020-07-29 -/games/boxart/full_1229839AmericaFrontccc.jpg,BPM: Bullets Per Minute,PS4,Shooter,Awe Interactive,Awe Interactive,,,,,,,2020-12-01,2020-07-29 -/games/boxart/full_4538508AmericaFrontccc.jpg,BPM: Bullets Per Minute,XOne,Shooter,Awe Interactive,Awe Interactive,,,,,,,2020-12-01,2020-07-29 -/games/boxart/full_2141467AmericaFrontccc.jpg,Bright Memory,PC,Shooter,FYQD Personal Studio,FYQD Personal Studio,,,,,,,2019-01-12,2019-01-25 -/games/boxart/full_5656633AmericaFrontccc.jpg,Bright Memory,XS,Shooter,Unknown,FYQD Personal Studio,,,,,,,,2020-12-09 -/games/boxart/full_1495475AmericaFrontccc.jpg,Bright Memory,All,Shooter,Playism,FYQD Personal Studio,,,,,,,2019-01-12,2020-12-09 -/games/boxart/full_6977864AmericaFrontccc.jpg,Bright Memory Infinite,XS,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2021-06-17 -/games/boxart/full_1993076AmericaFrontccc.jpg,Bright Memory: Infinite,PS5,Shooter,Unknown,FYQD Personal Studio,,,,,,,,2021-06-17 -/games/boxart/full_8066486AmericaFrontccc.jpg,Bright Memory: Infinite,PC,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2019-03-20 -/games/boxart/full_4012758AmericaFrontccc.jpg,Bright Memory: Infinite,XOne,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2019-03-20 -/games/boxart/full_7873709AmericaFrontccc.jpg,Bright Memory: Infinite,PS4,Shooter,Playism,FYQD Personal Studio,,,,,,,2021-12-01,2019-03-20 -/games/boxart/default.jpg,Buck Rogers: Planet of Zoom,CV,Shooter,Unknown,Sega,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Bulletstorm: Duke of Switch Edition,NS,Shooter,Unknown,People Can Fly,,,,,,,,2019-03-28 -/games/boxart/default.jpg,Buzz Bombers,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_7097504AmericaFrontccc.jpeg,Call of Duty: Black Ops Cold War,PC,Shooter,Activision,Treyarch,,,,,,,2020-11-13,2020-08-20 -/games/boxart/full_8576727AmericaFrontccc.jpeg,Call of Duty: Black Ops Cold War,PS5,Shooter,Activision,Treyarch,,,,,,,2020-11-13,2020-08-20 -/games/boxart/full_8872122AmericaFrontccc.jpeg,Call of Duty: Black Ops Cold War,XS,Shooter,Activision,Treyarch,,,,,,,2020-11-13,2020-08-20 -/games/boxart/full_3271930AmericaFrontccc.jpg,Call of Duty: Black Ops II - Uprising Map Pack,PC,Shooter,Unknown,Treyarch,,,,,,,,2022-08-17 -/games/boxart/full_2919798AmericaFrontccc.jpg,Call of Duty: Black Ops II - Uprising Map Pack,PS3,Shooter,Unknown,Treyarch,,,,,,,,2022-08-17 -/games/boxart/full_8135618AmericaFrontccc.jpg,Call of Duty: Black Ops II - Uprising Map Pack,X360,Shooter,Unknown,Treyarch,,,,,,,,2022-08-17 -/games/boxart/full_7060962AmericaFrontccc.jpg,Call of Duty: Modern Warfare,XOne,Shooter,Activision,Infinity Ward,,,,,,,2019-10-25,2019-06-01 -/games/boxart/full_2058372AmericaFrontccc.jpg,Call of Duty: Modern Warfare,PS4,Shooter,Activision,Infinity Ward,,,,,,,2019-10-24,2019-06-01 -/games/boxart/full_8649013AmericaFrontccc.jpg,Call of Duty: Modern Warfare,PC,Shooter,Activision,Infinity Ward,,,,,,,2019-10-25,2019-06-01 -/games/boxart/full_6219319AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,PC,Shooter,Unknown,Infinity Ward,,,,,,,,2022-06-02 -/games/boxart/full_3355845AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,PS5,Shooter,Unknown,Infinity Ward,7.2,,,,,,,2022-06-02 -/games/boxart/full_9494353AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,XS,Shooter,Unknown,Infinity Ward,8,,,,,,,2022-06-02 -/games/boxart/full_5809912AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,PS4,Shooter,Unknown,Infinity Ward,,,,,,,,2022-06-09 -/games/boxart/full_2635036AmericaFrontccc.jpg,Call of Duty: Modern Warfare II,XOne,Shooter,Unknown,Infinity Ward,,,,,,,,2022-06-09 -/games/boxart/full_1183438AmericaFrontccc.png,Call of Duty: Modern Warfare III,PS5,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 -/games/boxart/full_1602142AmericaFrontccc.png,Call of Duty: Modern Warfare III,XOne,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 -/games/boxart/full_5535932AmericaFrontccc.png,Call of Duty: Modern Warfare III,XS,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 -/games/boxart/full_349784AmericaFrontccc.png,Call of Duty: Modern Warfare III,PC,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 -/games/boxart/full_7115108AmericaFrontccc.png,Call of Duty: Modern Warfare III,PS4,Shooter,Activision,Sledgehammer Games,,,,,,,2023-11-10,2023-08-07 -/games/boxart/full_1552466AmericaFrontccc.jpg,Call of Duty: Vanguard,XS,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 -/games/boxart/full_7708292AmericaFrontccc.jpg,Call of Duty: Vanguard,XOne,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 -/games/boxart/full_4206380AmericaFrontccc.jpg,Call of Duty: Vanguard,PS4,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 -/games/boxart/full_6353026AmericaFrontccc.jpg,Call of Duty: Vanguard,PC,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 -/games/boxart/full_7150501AmericaFrontccc.jpg,Call of Duty: Vanguard,PS5,Shooter,Unknown,Sledgehammer Games,,,,,,,,2021-08-17 -/games/boxart/full_8203478AmericaFrontccc.jpg,Call of Duty: Warzone,PC,Shooter,Activision,Infinity Ward,,,,,,,2020-03-10,2020-03-28 -/games/boxart/full_6731782AmericaFrontccc.jpg,Call of Duty: Warzone,PS4,Shooter,Activision,Infinity Ward,,,,,,,2020-03-10,2020-03-28 -/games/boxart/full_197725AmericaFrontccc.jpg,Call of Duty: Warzone,XOne,Shooter,Activision,Infinity Ward,,,,,,,2020-03-10,2020-03-28 -/games/boxart/default.jpg,Carnival,Int,Shooter,Coleco,Coleco,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_6705839AmericaFrontccc.jpg,Carnival,CV,Shooter,Coleco,Gremlin Industries,,,,,,,1982-10-05,2020-12-05 -/games/boxart/default.jpg,Centipede,CV,Shooter,Unknown,Atari,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Centipede,Int,Shooter,Atarisoft,Atari,,,,,,,1983-01-01,2018-01-13 -/games/boxart/default.jpg,Chicken Invaders,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 -/games/boxart/default.jpg,Chicken Invaders: Cluck of the Dark Side,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 -/games/boxart/default.jpg,Chicken Invaders: Revenge of the Yolk,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 -/games/boxart/full_8444156AmericaFrontccc.jpg,Chicken Invaders: The Next Wave,PC,Shooter,InterAction studios,InterAction Studios,,,,,,,2002-12-22,2018-01-30 -/games/boxart/default.jpg,Chicken Invaders: Ultimate Omelette,PC,Shooter,Unknown,InterAction Studios,,,,,,,,2018-01-30 -/games/boxart/full_4359042AmericaFrontccc.jpg,Chop Goblins,PC,Shooter,Unknown,David Szymanski,,,,,,,,2022-12-17 -/games/boxart/full_541584AmericaFrontccc.png,ChromaGun,NS,Shooter,Pixel Maniacs,Pixel Maniacs,,,,,,,2018-01-22,2018-03-11 -/games/boxart/full_101124AmericaFrontccc.png,Command & Conquer: Renegade,PC,Shooter,Electronic Arts,Westwood Studios,,,,,,,2002-02-27,2019-03-26 -/games/boxart/full_9659026AmericaFrontccc.jpg,Company of Heroes 3,PC,Shooter,Unknown,Relic Entertainment,,,,,,,,2022-11-16 -/games/boxart/default.jpg,Contra,PC,Shooter,Unknown,Konami,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Contra,NS,Shooter,Unknown,Konami,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Contra,MSX,Shooter,Unknown,Konami,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Contra,Mob,Shooter,Unknown,Konami,,,,,,,,2024-01-05 -/games/boxart/default.jpg,Contra,C64,Shooter,Unknown,Konami,,,,,,,,2024-01-05 -/games/boxart/full_7990573AmericaFrontccc.jpg,Convallaria,PS4,Shooter,Sony Computer Entertainment,Loong Force,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_9690936AmericaFrontccc.jpg,Cosmic Avenger,CV,Shooter,Coleco,Universal,,,,,,,1982-09-07,2021-10-18 -/games/boxart/full_4452324AmericaFrontccc.jpg,Cotton Fantasy,PS4,Shooter,Unknown,Studio Saizensen,,,,,,,,2022-03-05 -/games/boxart/full_3026159AmericaFrontccc.jpg,Cotton Fantasy,NS,Shooter,Unknown,Studio Saizensen,,,,,,,,2022-03-05 -/games/boxart/full_4854938PALFrontccc.jpg,Cotton Reboot!,NS,Shooter,Unknown,Rocket-Engine,,,,,,,,2021-06-26 -/games/boxart/full_7319446AmericaFrontccc.jpg,Cotton Reboot!,PS4,Shooter,Unknown,Rocket-Engine,,,,,,,,2021-06-26 -/games/boxart/full_2558260AmericaFrontccc.jpg,Counter-Strike 2,PC,Shooter,Unknown,Valve Corporation,,,,,,,,2023-03-22 -/games/boxart/default.jpg,Counter-Strike Nexon: Zombies,PC,Shooter,Unknown,Valve Corporation,,,,,,,,2019-03-26 -/games/boxart/full_1148683AmericaFrontccc.jpg,Crime Boss: Rockay City,PC,Shooter,Unknown,Ingame Studios,,,,,,,,2023-06-19 -/games/boxart/full_6114987AmericaFrontccc.jpg,Crime Boss: Rockay City,PS5,Shooter,Unknown,Ingame Studios,,,,,,,,2023-06-19 -/games/boxart/full_1298038AmericaFrontccc.jpg,Crime Boss: Rockay City,XS,Shooter,Unknown,Ingame Studios,,,,,,,,2023-06-19 -/games/boxart/full_8745729AmericaFrontccc.png,Crimsonland,NS,Shooter,10tons Ltd,10tons Ltd,,,,,,,2017-11-24,2018-03-11 -/games/boxart/full_7211329AmericaFrontccc.jpg,CrossfireX,XS,Shooter,Smilegate Megaport,Remedy Entertainment,,,,,,,2021-12-01,2020-08-12 -/games/boxart/full_207344AmericaFrontccc.jpg,CrossfireX,XOne,Shooter,Smilegate Megaport,Remedy Entertainment,,,,,,,2021-12-01,2020-08-12 -/games/boxart/full_2992693AmericaFrontccc.jpg,Crucible,PC,Shooter,Amazon Game Studios,Relentless Software,,,,,,,2020-05-21,2020-05-22 -/games/boxart/full_1420673AmericaFrontccc.jpg,Crysis Remastered,NS,Shooter,Crytek,Crytek,,,,,,,2020-07-23,2020-05-26 -/games/boxart/full_6252537AmericaFrontccc.jpg,Crysis Remastered,PC,Shooter,Crytek,Crytek,,,,,,,2020-09-18,2020-05-26 -/games/boxart/full_1486477AmericaFrontccc.jpg,Crysis Remastered,PS4,Shooter,Crytek,Crytek,,,,,,,2020-09-18,2020-05-26 -/games/boxart/full_3398694AmericaFrontccc.jpg,Crysis Remastered,XOne,Shooter,Crytek,Crytek,,,,,,,2020-09-18,2020-05-26 -/games/boxart/full_2447810AmericaFrontccc.jpg,Curved Space,PS4,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 -/games/boxart/full_9661833AmericaFrontccc.jpg,Curved Space,PC,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 -/games/boxart/full_4160486AmericaFrontccc.jpg,Curved Space,XS,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 -/games/boxart/full_7393625AmericaFrontccc.jpg,Curved Space,PS5,Shooter,Unknown,Only By Midnight Ltd.,,,,,,,,2021-06-29 -/games/boxart/full_1039292AmericaFrontccc.jpg,Darius Cozmic Collection Arcade,NS,Shooter,Unknown,M2,,,,,,,,2020-06-16 -/games/boxart/default.jpg,Darius Cozmic Collection Arcade,PS4,Shooter,Unknown,M2,,,,,,,,2020-06-16 -/games/boxart/full_8457233AmericaFrontccc.jpg,Darius Cozmic Collection Console,PS4,Shooter,Unknown,M2,,,,,,,,2020-06-16 -/games/boxart/full_5443157AmericaFrontccc.jpg,Darius Cozmic Collection Console,NS,Shooter,Unknown,M2,,,,,,,,2020-06-16 -/games/boxart/default.jpg,Darius Cozmic Revelation,PS4,Shooter,Unknown,M2,,,,,,,,2020-06-24 -/games/boxart/default.jpg,Darius Cozmic Revelation,NS,Shooter,Unknown,M2,,,,,,,,2020-06-24 -/games/boxart/full_1657502AmericaFrontccc.jpg,Dariusburst: Another Chronicle EX+,NS,Shooter,Unknown,Taito,,,,,,,,2021-06-06 -/games/boxart/full_2580263AmericaFrontccc.jpg,Dariusburst: Another Chronicle EX+,PS4,Shooter,Unknown,Taito,,,,,,,,2021-06-06 -/games/boxart/full_7879063AmericaFrontccc.jpg,Dead Nation: Apocalypse Edition,PS4,Shooter,Sony Computer Entertainment,Housemarque,,,,,,,2014-03-04,2018-09-24 -/games/boxart/full_8917681AmericaFrontccc.jpg,Deceive Inc.,PC,Shooter,Unknown,Sweet Bandits Studios,,,,,,,,2023-02-02 -/games/boxart/full_5593363AmericaFrontccc.jpg,Deceive Inc.,PS5,Shooter,Unknown,Sweet Bandits Studios,,,,,,,,2023-02-02 -/games/boxart/full_4691036AmericaFrontccc.jpg,Deceive Inc.,XS,Shooter,Unknown,Sweet Bandits Studios,,,,,,,,2023-02-02 -/games/boxart/full_2165452AmericaFrontccc.jpg,Deep Rock Galactic,PC,Shooter,Coffee Stain Studios,Ghost Ship Games,,,,,,,2020-05-13,2020-05-01 -/games/boxart/full_1555851AmericaFrontccc.jpg,Deep Rock Galactic,XOne,Shooter,Coffee Stain Studios,Ghost Ship Games,,,,,,,2020-05-13,2020-05-01 -/games/boxart/default.jpg,Defender,CV,Shooter,Unknown,Williams Electronics,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Defender,Int,Shooter,Atarisoft,Atari,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_7080450AmericaFrontccc.jpg,Demon Attack,Int,Shooter,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_8219952AmericaFrontccc.jpg,Demon Throttle,NS,Shooter,Unknown,Doinksoft,,,,,,,,2021-06-13 -/games/boxart/default.jpg,Descent (2019),PC,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 -/games/boxart/default.jpg,Descent (2019),PS4,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 -/games/boxart/default.jpg,Descent (2019),XOne,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 -/games/boxart/default.jpg,Descent (2019),NS,Shooter,Unknown,Descendent Studios,,,,,,,,2018-11-11 -/games/boxart/full_948660AmericaFrontccc.jpg,Destiny 2,PS5,Shooter,Bungie Software,Bungie,,,,,,,2021-12-01,2020-06-13 -/games/boxart/full_8035988AmericaFrontccc.jpg,Destiny 2,XS,Shooter,Bungie Software,Bungie,,,,,,,2021-12-01,2020-06-13 -/games/boxart/full_7420779AmericaFrontccc.jpeg,Destiny 2: Beyond Light,PC,Shooter,Bungie Software,Bungie,,,,,,,2020-11-10,2020-09-08 -/games/boxart/full_9210130AmericaFrontccc.jpeg,Destiny 2: Beyond Light,PS4,Shooter,Bungie Software,Bungie,,,,,,,2020-11-10,2020-09-08 -/games/boxart/full_4156844AmericaFrontccc.jpeg,Destiny 2: Beyond Light,PS5,Shooter,Bungie Software,Bungie,,,,,,,2020-12-01,2020-09-08 -/games/boxart/full_1578695AmericaFrontccc.jpeg,Destiny 2: Beyond Light,XOne,Shooter,Bungie Software,Bungie,,,,,,,2020-11-10,2020-09-08 -/games/boxart/full_4843454AmericaFrontccc.jpeg,Destiny 2: Beyond Light,XS,Shooter,Bungie Software,Bungie,,,,,,,2020-12-01,2020-09-08 -/games/boxart/full_6977433AmericaFrontccc.jpeg,Destiny 2: Shadowkeep,PC,Shooter,Bungie Software,Bungie,,,,,,,2019-09-07,2019-07-21 -/games/boxart/full_8547037AmericaFrontccc.jpeg,Destiny 2: Shadowkeep,PS4,Shooter,Bungie Software,Bungie,,,,,,,2019-09-07,2019-07-21 -/games/boxart/full_3906225AmericaFrontccc.jpeg,Destiny 2: Shadowkeep,XOne,Shooter,Bungie Software,Bungie,,,,,,,2019-09-17,2019-07-21 -/games/boxart/default.jpg,Dig Dug,Int,Shooter,INTV Corporation,Atari,,,,,,,1987-01-01,2018-01-13 -/games/boxart/full_3899399AmericaFrontccc.png,Dimension Drive,NS,Shooter,2Awesome Studio,2Awesome Studio,,,,,,,2017-12-07,2018-03-11 -/games/boxart/default.jpg,Dinosaur Hunt First Blood,PC,Shooter,Unknown,Racing Bros,,,,,,,,2019-03-29 -/games/boxart/full_6784633JapanFrontccc.jpg,Dinosaur Hunting,XB,Shooter,Microsoft Game Studios,Scarab,,,,,,,2003-09-18,2018-10-11 -/games/boxart/default.jpg,Dirty Bomb,PC,Shooter,Unknown,Splash Damage,,,,,,,,2019-03-26 -/games/boxart/full_5991504AmericaFrontccc.png,Disintegration,PC,Shooter,Private Division,V1 Interactive,,,,,,,2020-06-16,2019-10-17 -/games/boxart/full_4087491AmericaFrontccc.png,Disintegration,XOne,Shooter,Private Division,V1 Interactive,,,,,,,2020-06-16,2019-10-17 -/games/boxart/full_6374730AmericaFrontccc.png,Disintegration,PS4,Shooter,Private Division,V1 Interactive,,,,,,,2020-06-16,2019-10-17 -/games/boxart/full_2513104JapanFrontccc.jpg,Dogfighter: World War 2,PS4,Shooter,IGGYMOB,IGGYMOB,,,,,,,2019-12-01,2019-08-12 -/games/boxart/full_4383578AmericaFrontccc.jpg,Doom,PS4,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_8939092AmericaFrontccc.jpg,Doom,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_5817443AmericaFrontccc.jpg,Doom,And,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_5002355AmericaFrontccc.png,Doom,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_949457AmericaFrontccc.jpg,Doom,iOS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_1222358AmericaFrontccc.jpg,Doom 3,iOS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_8272460AmericaFrontccc.jpg,Doom 3,And,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_5472741AmericaFrontccc.jpg,Doom 3,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_7900585AmericaFrontccc.jpg,Doom 3,PS4,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_4088526AmericaFrontccc.png,Doom 3,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_4047809AmericaFrontccc.png,Doom 64,NS,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 -/games/boxart/full_5742377AmericaFrontccc.jpg,Doom 64,PC,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 -/games/boxart/full_3878904AmericaFrontccc.jpg,Doom 64,PS4,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 -/games/boxart/full_3951282AmericaFrontccc.jpg,Doom 64,XOne,Shooter,Bethesda Softworks,Nightdive Studios,,,,,,,2020-03-20,2020-01-22 -/games/boxart/full_7229085AmericaFrontccc.png,Doom Eternal,PC,Shooter,Bethesda Softworks,id Software,,,,,,,2020-03-20,2019-07-08 -/games/boxart/full_217504AmericaFrontccc.png,Doom Eternal,XS,Shooter,Unknown,id Software,,,,,,,,2021-06-15 -/games/boxart/full_4414394AmericaFrontccc.jpg,Doom Eternal,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2020-03-20,2019-07-08 -/games/boxart/full_3054125AmericaFrontccc.png,Doom Eternal,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2020-12-20,2018-06-13 -/games/boxart/full_1393294AmericaFrontccc.png,Doom Eternal,PS5,Shooter,Unknown,id Software,,,,,,,,2021-06-15 -/games/boxart/full_1019929AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part One,PC,Shooter,Unknown,id Software,,,,,,,,2020-11-12 -/games/boxart/full_6542484AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part One,PS4,Shooter,Unknown,id Software,,,,,,,,2020-11-12 -/games/boxart/full_9289009AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part One,XOne,Shooter,Unknown,id Software,,,,,,,,2020-11-12 -/games/boxart/full_5952970AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,PS4,Shooter,Unknown,id Software,,,,,,,,2021-04-01 -/games/boxart/full_6858647AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,XOne,Shooter,Unknown,id Software,,,,,,,,2021-04-01 -/games/boxart/full_5800134AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,NS,Shooter,Unknown,id Software,,,,,,,,2021-04-01 -/games/boxart/full_336116AmericaFrontccc.jpg,Doom Eternal: The Ancient Gods - Part Two,PC,Shooter,Unknown,id Software,,,,,,,,2021-04-01 -/games/boxart/full_1592034AmericaFrontccc.png,Doom II,And,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_2165589AmericaFrontccc.png,Doom II,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_1143419AmericaFrontccc.png,Doom II,iOS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_6359676AmericaFrontccc.png,Doom II,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/full_2777426AmericaFrontccc.png,Doom II,PS4,Shooter,Bethesda Softworks,id Software,,,,,,,2019-07-26,2019-07-30 -/games/boxart/default.jpg,Dragon Blaze,NS,Shooter,Unknown,ZeroDiv,,,,,,,,2020-01-16 -/games/boxart/full_6861238AmericaFrontccc.jpg,Duke Nukem 3D: 20th Anniversary World Tour,NS,Shooter,Gearbox Publishing,Gearbox Software,,,,,,,2020-06-23,2020-06-19 -/games/boxart/full_4598111AmericaFrontccc.jpg,Duke!ZONE for Duke Nukem 3D,PC,Shooter,WizardWorks,WizardWorks,,,,,,,1996-06-01,2018-03-31 -/games/boxart/full_6967637AmericaFrontccc.jpg,Earth Defense Force 5,PC,Shooter,D3 Publisher,Sandlot,,,,,,,2019-07-11,2019-07-10 -/games/boxart/full_1586191AmericaFrontccc.jpg,Earth Defense Force 6,PC,Shooter,Unknown,Sandlot,,,,,,,,2023-10-15 -/games/boxart/full_9537436AmericaFrontccc.jpg,Earth Defense Force 6,PS4,Shooter,Unknown,Sandlot,,,,,,,,2023-10-15 -/games/boxart/full_7032552AmericaFrontccc.jpg,Earth Defense Force 6,PS5,Shooter,Unknown,Sandlot,,,,,,,,2023-10-15 -/games/boxart/full_361139AmericaFrontccc.jpg,Earth Defense Force: Iron Rain,PC,Shooter,D3 Publisher,Unknown,,,,,,,2019-10-15,2019-10-15 -/games/boxart/full_3179595JapanFrontccc.jpg,Earth Defense Force: Iron Rain,PS4,Shooter,D3 Publisher,"Yuke's Co., Ltd.",,,,,,,2019-04-11,2019-01-29 -/games/boxart/full_8720573AmericaFrontccc.jpg,Echoes+,PC,Shooter,Unknown,Binary Zoo,,,,,,,2015-01-16,2019-04-21 -/games/boxart/full_8726446AmericaFrontccc.jpg,"El Paso, Elsewhere",PC,Shooter,Unknown,Strange Scaffold,,,,,,,,2023-12-16 -/games/boxart/full_2145624AmericaFrontccc.jpg,"El Paso, Elsewhere",XOne,Shooter,Unknown,Strange Scaffold,,,,,,,,2023-12-16 -/games/boxart/full_6004145AmericaFrontccc.jpg,"El Paso, Elsewhere",XS,Shooter,Unknown,Strange Scaffold,,,,,,,,2023-12-16 -/games/boxart/full_9902182AmericaFrontccc.jpg,Escape From Tarkov,PC,Shooter,Unknown,Battlestate Games,,,,,,,,2022-01-01 -/games/boxart/full_7873783AmericaFrontccc.jpg,EVE: Valkyrie – Warzone,OR,Shooter,CCP,CCP,,,,,,,2016-03-25,2021-10-29 -/games/boxart/full_3275253AmericaFrontccc.jpg,Everspace,PS4,Shooter,Badland Games,Rockfish Games,,,,,,,2018-11-27,2018-03-18 -/games/boxart/full_6921291AmericaFrontccc.jpg,Everspace 2,XS,Shooter,Unknown,Rockfish Games,,,,,,,,2023-04-06 -/games/boxart/full_4038831AmericaFrontccc.jpg,Everspace 2,PS5,Shooter,Unknown,Rockfish Games,,,,,,,,2023-04-06 -/games/boxart/full_6521988AmericaFrontccc.jpg,Exoborne,PC,Shooter,Unknown,Sharkmob AB,,,,,,,,2023-12-07 -/games/boxart/full_6521567AmericaFrontccc.jpg,Exoborne,PS5,Shooter,Unknown,Sharkmob AB,,,,,,,,2023-12-07 -/games/boxart/full_7990123AmericaFrontccc.jpg,Exoborne,XS,Shooter,Unknown,Sharkmob AB,,,,,,,,2023-12-07 -/games/boxart/full_2393219AmericaFrontccc.jpg,Exomecha,PC,Shooter,TwistedRed,TwistedRed,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_9373381AmericaFrontccc.jpg,Exomecha,XOne,Shooter,TwistedRed,TwistedRed,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_4657942AmericaFrontccc.jpg,Exomecha,XS,Shooter,TwistedRed,TwistedRed,,,,,,,2021-12-01,2020-07-23 -/games/boxart/full_4565002AmericaFrontccc.jpg,Exoprimal,PC,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 -/games/boxart/full_2330499AmericaFrontccc.jpg,Exoprimal,PS4,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 -/games/boxart/full_7305939AmericaFrontccc.jpg,Exoprimal,PS5,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 -/games/boxart/full_767563AmericaFrontccc.jpg,Exoprimal,XOne,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 -/games/boxart/full_5853035AmericaFrontccc.jpg,Exoprimal,XS,Shooter,Unknown,Capcom,,,,,,,,2022-08-09 -/games/boxart/full_1793439AmericaFrontccc.jpg,Far Cry 6,PS4,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 -/games/boxart/full_1791698AmericaFrontccc.jpg,Far Cry 6,PS5,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 -/games/boxart/full_9429283AmericaFrontccc.png,Far Cry 6,All,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-10-07,2020-10-28 -/games/boxart/full_8724288AmericaFrontccc.jpg,Far Cry 6,XOne,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 -/games/boxart/full_7125283AmericaFrontccc.jpg,Far Cry 6,XS,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 -/games/boxart/full_8614958AmericaFrontccc.jpg,Far Cry 6,PC,Shooter,Ubisoft,Ubisoft Toronto,,,,,,,2021-02-18,2020-08-21 -/games/boxart/full_4404382AmericaFrontccc.jpg,Far Cry: New Dawn,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2019-02-15,2018-12-12 -/games/boxart/full_6360483AmericaFrontccc.jpg,Far Cry: New Dawn,PS4,Shooter,Ubisoft,Ubisoft,,,,,,,2019-02-15,2018-12-12 -/games/boxart/full_4281634AmericaFrontccc.jpg,Far Cry: New Dawn,XOne,Shooter,Ubisoft,Ubisoft,,,,,,,2019-02-15,2018-12-12 -/games/boxart/full_3141066AmericaFrontccc.jpg,Foamstars,PS4,Shooter,Unknown,Square Enix,,,,,,,,2024-01-16 -/games/boxart/full_1199846AmericaFrontccc.jpg,Foamstars,PS5,Shooter,Unknown,Square Enix,,,,,,,,2024-01-16 -/games/boxart/full_363698AmericaFrontccc.jpg,Fortnite,PS5,Shooter,Epic Games,Epic Games,,,,,,,2020-11-12,2020-06-13 -/games/boxart/full_7741273AmericaFrontccc.jpg,Fortnite,XS,Shooter,Epic Games,Epic Games,,,,,,,2020-11-10,2020-06-13 -/games/boxart/default.jpg,Fortnite: Save the World,XOne,Shooter,Unknown,Epic Games,,,,,,,,2019-04-10 -/games/boxart/default.jpg,Fortnite: Save the World,PC,Shooter,Unknown,Epic Games,,,,,,,,2019-04-10 -/games/boxart/default.jpg,Fortnite: Save the World,PS4,Shooter,Unknown,Epic Games,,,,,,,,2019-04-10 -/games/boxart/full_7137403AmericaFrontccc.jpg,Fuse,PS3,Shooter,Unknown,Insomniac Games,,,,,,,,2022-08-17 -/games/boxart/full_2303680AmericaFrontccc.jpg,Fuse,X360,Shooter,Unknown,Insomniac Games,,,,,,,,2022-08-17 -/games/boxart/full_5433835AmericaFrontccc.jpg,G-Darius HD,NS,Shooter,Unknown,Taito,,,,,,,,2021-09-02 -/games/boxart/full_736900AmericaFrontccc.jpg,G-Darius HD,PS4,Shooter,Unknown,Taito,,,,,,,,2021-09-02 -/games/boxart/full_5672898AmericaFrontccc.png,G.I. Joe: Operation Blackout,NS,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-10-13,2020-09-24 -/games/boxart/full_7720841AmericaFrontccc.jpg,G.I. Joe: Operation Blackout,PS4,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-10-13,2021-01-31 -/games/boxart/full_5187736AmericaFrontccc.jpg,G.I. Joe: Operation Blackout,XOne,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-10-13,2021-01-31 -/games/boxart/full_9393769AmericaFrontccc.png,G.I. Joe: Operation Blackout,PC,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2020-12-15,2020-12-18 -/games/boxart/default.jpg,G.I. Joe: Operation Blackout (Gold Edition),NS,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2021-07-31,2021-12-21 -/games/boxart/default.jpg,G.I. Joe: Operation Blackout (Gold Edition),XOne,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2021-07-31,2021-12-21 -/games/boxart/full_3766746AmericaFrontccc.gif,G.I. Joe: Operation Blackout (Gold Edition),PS4,Shooter,GameMill Entertainment,Fair Play Labs,,,,,,,2021-07-31,2021-12-21 -/games/boxart/default.jpg,Gal Gun: Double Peace,PC,Shooter,PQube,Inti Creates,,,,,,,2016-09-27,2018-04-28 -/games/boxart/full_7811852AmericaFrontccc.jpg,Gal*Gun Returns,PC,Shooter,Unknown,Inti Creates,,,,,,,,2021-01-28 -/games/boxart/full_7031136AmericaFrontccc.jpg,Gal*Gun Returns,NS,Shooter,PQube,Inti Creates,,,,,,,2021-02-12,2021-01-28 -/games/boxart/full_5605231AmericaFrontccc.jpg,Games of Glory,PC,Shooter,Lightbulb Crew,Lightbulb Crew,,,,,,,2017-04-25,2019-04-17 -/games/boxart/full_522338AmericaFrontccc.png,Gears 5,XS,Shooter,Xbox Game Studios,The Coalition,,,,,,,2020-12-01,2020-06-17 -/games/boxart/full_2905779AmericaFrontccc.jpg,Gears 5,XOne,Shooter,Microsoft Studios,The Coalition,,,,,,,2019-09-10,2019-06-09 -/games/boxart/full_9699013AmericaFrontccc.jpeg,Gears 5,PC,Shooter,Microsoft Studios,The Coalition,,,,,,,2019-09-10,2019-06-09 -/games/boxart/full_9783488AmericaFrontccc.jpeg,Gears of War 4,PC,Shooter,Microsoft Studios,The Coalition,,,,,,,2016-10-11,2018-03-14 -/games/boxart/full_8760960AmericaFrontccc.jpeg,Gears of War: Ultimate Edition for Windows 10,PC,Shooter,Microsoft Studios,The Coalition,,,,,,,2016-03-01,2018-10-01 -/games/boxart/full_2018012AmericaFrontccc.jpg,Generation Zero,PC,Shooter,THQ Nordic,Avalanche Studios,,,,,,,2019-03-26,2019-03-15 -/games/boxart/full_8671831AmericaFrontccc.jpg,Generation Zero,XOne,Shooter,THQ Nordic,Avalanche Studios,,,,,,,2019-03-26,2019-03-18 -/games/boxart/full_6248267AmericaFrontccc.jpg,Generation Zero,PS4,Shooter,THQ Nordic,Avalanche Studios,,,,,,,2019-03-26,2019-03-18 -/games/boxart/full_1431538JapanFrontccc.jpg,Germs: Nerawareta Machi,PS,Shooter,Unknown,KAJ,,,,,,,,2020-10-02 -/games/boxart/full_31979AmericaFrontccc.jpg,Grand Brix Shooter,NS,Shooter,"Intragames Co.,Ltd.","Intragames Co.,Ltd.",,,,,,,2019-08-29,2019-08-12 -/games/boxart/full_679822AmericaFrontccc.jpg,Grand Brix Shooter,PC,Shooter,"Intragames Co.,Ltd.","Intragames Co.,Ltd.",,,,,,,2019-08-29,2019-08-12 -/games/boxart/full_2814491AmericaFrontccc.png,GUNBIRD,NS,Shooter,Zerodiv,ZeroDiv,,,,,,,2017-12-07,2018-03-12 -/games/boxart/full_2741003AmericaFrontccc.jpg,Gungrave G.O.R.E.,PS4,Shooter,Unknown,IGGYMOB,,,,,,,,2018-12-19 -/games/boxart/full_7999339AmericaFrontccc.jpg,Gunhead,PC,Shooter,Unknown,AlienTrap Games,,,,,,,,2023-10-24 -/games/boxart/full_563670AmericaFrontccc.jpg,Gunhead,PS5,Shooter,Unknown,AlienTrap Games,,,,,,,,2023-10-24 -/games/boxart/full_8221366AmericaFrontccc.jpg,Halley's Comet,Arc,Shooter,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/full_4424827AmericaFrontccc.jpg,Halo Infinite,XOne,Shooter,Microsoft Studios,343 Industries,,,,,,,2021-12-08,2019-06-19 -/games/boxart/full_3479487AmericaFrontccc.png,Halo Infinite,XS,Shooter,Xbox Game Studios,Microsoft Game Studios,,,,,,,2021-12-08,2019-12-13 -/games/boxart/full_794069AmericaFrontccc.jpg,Halo Infinite,PC,Shooter,Microsoft Studios,343 Industries,,,,,,,2021-12-08,2019-06-19 -/games/boxart/full_4127297JapanFrontccc.jpg,Halo: History Pack,XB,Shooter,Microsoft Game Studios,Bungie Studios,,,,,,,2007-09-13,2018-10-11 -/games/boxart/full_3260885AmericaFrontccc.jpg,Halo: The Master Chief Collection,PC,Shooter,Microsoft Studios,343 Industries,,,,,,,2019-12-03,2019-04-11 -/games/boxart/full_5473696AmericaFrontccc.jpg,Helldivers 2,PC,Shooter,Unknown,Arrowhead Game Studios,,,,,,,,2023-09-15 -/games/boxart/full_8934194AmericaFrontccc.jpg,Helldivers 2,PS5,Shooter,Sony Interactive Entertainment,Arrowhead Game Studios,,,,,,,2024-02-08,2023-09-15 -/games/boxart/full_998010AmericaFrontccc.jpg,High on Life,PC,Shooter,Unknown,Squanch Games,,,,,,,,2022-06-13 -/games/boxart/full_3603124AmericaFrontccc.jpg,High on Life,XOne,Shooter,Unknown,Squanch Games,,,,,,,,2022-06-13 -/games/boxart/full_9922222AmericaFrontccc.jpg,High on Life,XS,Shooter,Unknown,Squanch Games,,,,,,,,2022-06-13 -/games/boxart/full_4137710AmericaFrontccc.jpg,Hitman 3,PS5,Shooter,IO Interactive,IO Interactive,,,,,,,2021-12-01,2020-06-11 -/games/boxart/full_877047AmericaFrontccc.jpg,Horizon Shift,PC,Shooter,Kiss,Flump Studios,,,,,,,2015-05-29,2019-04-21 -/games/boxart/default.jpg,Hover Force,Int,Shooter,INTV Corporation,Realtime Associates,,,,,,,1986-01-01,2018-01-13 -/games/boxart/full_2639859AmericaFrontccc.jpg,Hunt: Showdown,PS4,Shooter,Crytek,Crytek,,,,,,,2020-02-18,2020-01-20 -/games/boxart/full_3135357AmericaFrontccc.jpg,Hunt: Showdown,XOne,Shooter,Crytek,Crytek,,,,,,,2019-09-19,2020-01-20 -/games/boxart/full_7453013AmericaFrontccc.jpg,HYPER DEMON,PC,Shooter,Unknown,Sorath,,,,,,,,2022-10-10 -/games/boxart/full_161722AmericaFrontccc.jpg,Hyper Scape,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-07-12,2020-07-08 -/games/boxart/full_4007010AmericaFrontccc.jpg,Hyper Scape,PS4,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-08-11,2020-07-08 -/games/boxart/full_5562609AmericaFrontccc.jpg,Hyper Scape,XOne,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-08-11,2020-07-08 -/games/boxart/full_9923704AmericaFrontccc.png,Hypercharge: Unboxed,NS,Shooter,Digital Cybercherries,Digital Cybercherries,,,,,,,2020-01-31,2020-01-17 -/games/boxart/full_1164907AmericaFrontccc.png,Hypercharge: Unboxed,PC,Shooter,Digital Cybercherries,Digital Cybercherries,,,,,,,2020-12-01,2020-01-17 -/games/boxart/full_2509430AmericaFrontccc.png,Ikaruga,NS,Shooter,Unknown,Treasure,,,,,,,,2018-05-21 -/games/boxart/full_369908AmericaFrontccc.jpg,Immortal Legacy: The Jade Cipher,PS4,Shooter,Sony Interactive Entertainment,VIVA Games,,,,,,,2019-04-16,2019-12-18 -/games/boxart/full_4003605AmericaFrontccc.jpg,Immortal Redneck,PC,Shooter,CremaGames,CremaGames,,,,,,,2017-04-25,2018-03-07 -/games/boxart/full_6330516AmericaFrontccc.png,Immortal Redneck,NS,Shooter,CremaGames,CremaGames,,,,,,,2018-05-10,2018-04-17 -/games/boxart/full_5703567AmericaFrontccc.jpg,Immortal Redneck,PS4,Shooter,CremaGames,CremaGames,,,,,,,2018-02-27,2018-03-07 -/games/boxart/full_2434499AmericaFrontccc.jpg,Immortal Redneck,XOne,Shooter,CremaGames,CremaGames,,,,,,,2018-02-27,2018-03-07 -/games/boxart/full_4966223AmericaFrontccc.jpg,Immortals of Aveum,PC,Shooter,Unknown,Ascendant Studios,,,,,,,,2022-12-09 -/games/boxart/full_3810897AmericaFrontccc.jpg,Immortals of Aveum,PS5,Shooter,Unknown,Ascendant Studios,,,,,,,,2022-12-09 -/games/boxart/full_2858785AmericaFrontccc.jpg,Immortals of Aveum,XS,Shooter,Unknown,Ascendant Studios,,,,,,,,2022-12-09 -/games/boxart/full_9490028AmericaFrontccc.jpg,Impaler,PC,Shooter,Unknown,Apptivus,,,,,,,,2022-12-23 -/games/boxart/default.jpg,In Death,OR,Shooter,Unknown,Sólfar Studios,,,,,,,,2022-03-15 -/games/boxart/full_6460796JapanFrontccc.jpeg,Insector X,NES,Shooter,Taito Corporation,Taito,,,,,,,1990-09-21,2017-12-31 -/games/boxart/full_8315009AmericaFrontccc.jpg,Insurgency: Sandstorm,XOne,Shooter,Focus Home Interactive,New World Interactive,,,,,,,2020-12-25,2018-12-12 -/games/boxart/full_4585765AmericaFrontccc.jpg,Insurgency: Sandstorm,PS4,Shooter,Focus Home Interactive,New World Interactive,,,,,,,2020-12-25,2018-12-12 -/games/boxart/full_3167887AmericaFrontccc.jpg,Ion Fury,PC,Shooter,3D Realms,Voidpoint,,,,,,,2019-08-15,2019-08-12 -/games/boxart/full_3418565AmericaFrontccc.jpg,Ion Fury,NS,Shooter,3D Realms,Voidpoint,,,,,,,2020-05-14,2019-08-12 -/games/boxart/full_5465076AmericaFrontccc.jpg,Ion Fury,PS4,Shooter,3D Realms,Voidpoint,,,,,,,2020-05-14,2019-08-12 -/games/boxart/full_7644791AmericaFrontccc.jpg,Ion Fury,XOne,Shooter,3D Realms,Voidpoint,,,,,,,2020-05-14,2019-08-12 -/games/boxart/full_8112829AmericaFrontccc.jpg,Irem Collection Volume 1,PS4,Shooter,Unknown,Tozai Games,,,,,,,,2023-05-02 -/games/boxart/full_1953215AmericaFrontccc.jpg,Irem Collection Volume 1,NS,Shooter,Unknown,Tozai Games,,,,,,,,2023-05-02 -/games/boxart/full_2596313AmericaFrontccc.jpg,Irem Collection Volume 1,PS5,Shooter,Unknown,Tozai Games,,,,,,,,2023-05-02 -/games/boxart/full_107712AmericaFrontccc.jpg,Irem Collection Volume 2,PS5,Shooter,Unknown,Tozai Games,,,,,,,,2023-07-13 -/games/boxart/full_3133310AmericaFrontccc.jpg,Irem Collection Volume 2,PS4,Shooter,Unknown,Tozai Games,,,,,,,,2023-07-13 -/games/boxart/full_7517359AmericaFrontccc.jpg,Irem Collection Volume 2,NS,Shooter,Unknown,Tozai Games,,,,,,,,2023-07-13 -/games/boxart/full_6733461AmericaFrontccc.png,Iro Hero,NS,Shooter,Unknown,Artax Games SL,,,,,,,,2018-06-06 -/games/boxart/full_3906864AmericaFrontccc.jpg,ITTA,NS,Shooter,Armor Games,Glass Revolver,,,,,,,2020-12-01,2020-01-14 -/games/boxart/full_4506423AmericaFrontccc.jpg,ITTA,PC,Shooter,Armor Games,Glass Revolver,,,,,,,2020-12-01,2020-01-14 -/games/boxart/full_6298650AmericaFrontccc.png,Jamestown+,NS,Shooter,Unknown,Final Form Games,,,,,,,,2019-12-05 -/games/boxart/full_376310AmericaFrontccc.jpg,Judas,PS5,Shooter,Ghost Story Games,Ghost Story Games,,,,,,,2024-12-31,2022-12-09 -/games/boxart/full_3907910AmericaFrontccc.jpg,Judas,XS,Shooter,Ghost Story Games,Ghost Story Games,,,,,,,2024-12-31,2022-12-09 -/games/boxart/full_2518566AmericaFrontccc.jpg,Judas,PC,Shooter,Ghost Story Games,Ghost Story Games,,,,,,,2024-12-31,2022-12-09 -/games/boxart/full_8703825AmericaFrontccc.jpg,KINGDOM of the DEAD,PC,Shooter,Unknown,Dirigo Games,,,,,,,,2022-01-26 -/games/boxart/full_5086350AmericaFrontccc.jpg,LA Cops,XOne,Shooter,Team17 Software,Modern Dream,,,,,,,2015-03-13,2018-08-11 -/games/boxart/full_3715534AmericaFrontccc.jpg,Last Encounter,PS4,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 -/games/boxart/full_4491779AmericaFrontccc.jpg,Last Encounter,XOne,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 -/games/boxart/full_1666335AmericaFrontccc.jpg,Last Encounter,NS,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 -/games/boxart/full_3563936AmericaFrontccc.jpg,Last Encounter,PC,Shooter,Unknown,Exordium Games,,,,,,,,2022-08-29 -/games/boxart/full_9829450AmericaFrontccc.jpg,Left Alive,PC,Shooter,Square Enix,Square Enix,,,,,,,2019-03-05,2019-03-21 -/games/boxart/full_5179918AmericaFrontccc.jpg,Left Alive,PS4,Shooter,Square Enix,Square Enix,,,,,,,2019-03-05,2018-11-15 -/games/boxart/full_7905668AmericaFrontccc.jpg,Lemnis Gate,XOne,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 -/games/boxart/full_3365382AmericaFrontccc.jpg,Lemnis Gate,XS,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 -/games/boxart/full_6934642AmericaFrontccc.jpg,Lemnis Gate,PC,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 -/games/boxart/full_3067140AmericaFrontccc.jpg,Lemnis Gate,PS4,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 -/games/boxart/full_5097886AmericaFrontccc.jpg,Lemnis Gate,PS5,Shooter,Unknown,Ratloop Games Canada,,,,,,,,2021-06-12 -/games/boxart/full_2983497AmericaFrontccc.png,Liberation Maiden,3DS,Shooter,Level 5,Grasshopper Manufacture,7.4,,,,,,2012-10-25,2018-04-12 -/games/boxart/full_7193801AmericaFrontccc.png,Marathon,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1994-12-21,2018-11-26 -/games/boxart/full_6199131AmericaFrontccc.jpg,Marathon Trilogy,OSX,Shooter,Bungie Software,Bungie Software,,,,,,,1997-01-01,2018-11-26 -/games/boxart/full_4081659AmericaFrontccc.png,Masked Forces,WiiU,Shooter,R.G.B. SRL,R.G.B.,,,,,,,2018-05-31,2020-10-05 -/games/boxart/default.jpg,Masters of the Universe: The Power of He-Man,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_1925924PALFrontccc.jpg,Matterfall,PS4,Shooter,Sony Interactive Entertainment,Housemarque,,,,,,,2017-08-15,2018-09-15 -/games/boxart/full_2446403AmericaFrontccc.jpg,Medal of Honor: Above and Beyond,PC,Shooter,Electronic Arts,Respawn Entertainment,,,,,,,2020-12-11,2019-10-29 -/games/boxart/full_4629160AmericaFrontccc.jpg,Medal of Honor: Warfighter,All,Shooter,Electronic Arts,Danger Close Games,,,,,,,2012-10-23,2020-11-02 -/games/boxart/full_7821425AmericaFrontccc.jpg,Meet Your Maker,PS5,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 -/games/boxart/full_674612AmericaFrontccc.jpg,Meet Your Maker,XOne,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 -/games/boxart/full_5941101AmericaFrontccc.jpg,Meet Your Maker,XS,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 -/games/boxart/full_3369095AmericaFrontccc.jpg,Meet Your Maker,PC,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 -/games/boxart/full_3101835AmericaFrontccc.jpg,Meet Your Maker,PS4,Shooter,Unknown,Behaviour Interactive,,,,,,,,2023-12-16 -/games/boxart/full_2068312AmericaFrontccc.png,Men in Black: Alien Crisis,PC,Shooter,Unknown,FUN Labs,,,,,,,,2022-08-11 -/games/boxart/full_4534914AmericaFrontccc.png,Men in Black: Alien Crisis,PS3,Shooter,Unknown,FUN Labs,,,,,,,,2022-08-11 -/games/boxart/full_7000388AmericaFrontccc.png,Men in Black: Alien Crisis,X360,Shooter,Unknown,FUN Labs,,,,,,,,2022-08-11 -/games/boxart/full_1667485AmericaFrontccc.jpg,Menacer 6-Game Cartridge,GEN,Shooter,Sega,"Western Technologies, Inc.",,,,,,,1992-06-01,2018-03-30 -/games/boxart/default.jpg,Metal Slug 2,PC,Shooter,Unknown,SNK Corporation,,,,,,,,2017-12-30 -/games/boxart/default.jpg,Metal Soldiers 2,And,Shooter,Unknown,Play365,,,,,,,,2018-01-08 -/games/boxart/full_766979AmericaFrontccc.jpg,Metal Wolf Chaos XD,PS4,Shooter,Devolver Digital,From Software,,,,,,,2019-08-06,2019-07-06 -/games/boxart/full_4017584AmericaFrontccc.jpg,Metal Wolf Chaos XD,PC,Shooter,Devolver Digital,From Software,,,,,,,2019-08-06,2019-07-06 -/games/boxart/full_7942612AmericaFrontccc.jpg,Metal Wolf Chaos XD,XOne,Shooter,Devolver Digital,From Software,,,,,,,2019-08-06,2019-07-06 -/games/boxart/full_1823242AmericaFrontccc.jpg,Metal: Hellsinger,PC,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_3425751AmericaFrontccc.jpg,Metal: Hellsinger,PS4,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_4806220AmericaFrontccc.jpg,Metal: Hellsinger,PS5,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_6350430AmericaFrontccc.jpg,Metal: Hellsinger,XOne,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_1643412AmericaFrontccc.jpg,Metal: Hellsinger,XS,Shooter,Funcom,The Outsiders,,,,,,,2021-12-01,2020-06-18 -/games/boxart/full_3415840PALFrontccc.jpg,METRO Redux,NS,Shooter,Deep Silver,4a-games,,,,,,,2020-02-28,2020-01-22 -/games/boxart/full_417545PALFrontccc.jpg,Metroid Prime Trilogy,WiiU,Shooter,Nintendo,Retro Studios,,,,,,,2015-01-29,2022-05-08 -/games/boxart/default.jpg,Microsurgeon,Int,Shooter,Imagic,Imagic,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_1560458AmericaFrontccc.jpg,Mighty Goose,NS,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 -/games/boxart/full_8518557AmericaFrontccc.jpg,Mighty Goose,PC,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 -/games/boxart/full_8797678AmericaFrontccc.jpg,Mighty Goose,PS4,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 -/games/boxart/full_9139560AmericaFrontccc.jpg,Mighty Goose,XOne,Shooter,Unknown,Blastmode,,,,,,,,2021-06-02 -/games/boxart/default.jpg,Mission X,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_1106974AmericaFrontccc.jpg,Morphies Law,NS,Shooter,Unknown,Cosmoscope,,,,,,,,2018-03-21 -/games/boxart/full_3730407AmericaFrontccc.jpg,Mothergunship,PC,Shooter,Unknown,Grip Games,,,,,,,,2018-04-03 -/games/boxart/full_6819366AmericaFrontccc.jpg,MOTHERGUNSHIP: FORGE,PC,Shooter,Unknown,Terrible Posture Games,,,,,,,,2022-11-19 -/games/boxart/full_6511154AmericaFrontccc.png,My Friend Pedro,NS,Shooter,Devolver Digital,,,,,,,,2019-06-20,2019-06-10 -/games/boxart/full_6946845AmericaFrontccc.jpg,My Friend Pedro,PC,Shooter,Devolver Digital,,,,,,,,2019-06-20,2019-06-10 -/games/boxart/full_5315494AmericaFrontccc.jpg,My Friend Pedro,PS4,Shooter,Devolver Digital,DeadToast Entertainment,,,,,,,2020-04-02,2020-03-30 -/games/boxart/full_9273264AmericaFrontccc.jpg,My Friend Pedro,XOne,Shooter,Devolver Digital,DeadToast Entertainment,,,,,,,2019-12-05,2020-03-30 -/games/boxart/full_2261358AmericaFrontccc.jpg,Natsuki Chronicles,PC,Shooter,Unknown,Qute Corporation,,,,,,,,2021-02-27 -/games/boxart/full_9839909AmericaFrontccc.jpg,Natsuki Chronicles,PS4,Shooter,Unknown,Qute Corporation,,,,,,,,2021-02-27 -/games/boxart/default.jpg,Neon Chrome,PC,Shooter,Unknown,10tons Ltd,,,,,,,,2018-01-05 -/games/boxart/full_2463974AmericaFrontccc.jpg,Nerf Legends,PS5,Shooter,GameMill Entertainment,FUN Labs,,,,,,,2021-11-19,2021-12-04 -/games/boxart/default.jpg,Nerf Legends,XOne,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 -/games/boxart/default.jpg,Nerf Legends,PS4,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 -/games/boxart/default.jpg,Nerf Legends,NS,Shooter,GameMill Entertainment,FUN Labs,,,,,,,2021-11-19,2022-06-11 -/games/boxart/default.jpg,Nerf Legends,PC,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 -/games/boxart/default.jpg,Nerf Legends,XS,Shooter,Unknown,FUN Labs,,,,,,,,2021-12-04 -/games/boxart/full_7857564AmericaFrontccc.jpg,Nex Machina,PC,Shooter,Housemarque,Housemarque,,,,,,,2017-06-20,2018-09-15 -/games/boxart/full_8494323AmericaFrontccc.jpeg,Nex Machina,PS4,Shooter,Housemarque,Housemarque,,,,,,,2017-06-20,2018-09-15 -/games/boxart/default.jpg,Nova Blast,Int,Shooter,Imagic,Imagic,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_7502594AmericaFrontccc.jpg,Oceanic,PC,Shooter,Unknown,Ward B,,,,,,,,2022-01-01 -/games/boxart/full_6662250AmericaFrontccc.jpg,Omega Strike,PS4,Shooter,Digerati,Woblyware,,,,,,,2018-06-12,2018-09-10 -/games/boxart/full_8993842AmericaFrontccc.jpg,Operation Breakout,PC,Shooter,SGTTB_Studios,SGTTB_Studios,,,,,,,2016-11-01,2019-03-29 -/games/boxart/full_6757930AmericaFrontccc.jpg,Outriders,PS5,Shooter,Square Enix,People Can Fly,,,,,,,2021-02-02,2020-02-13 -/games/boxart/full_9299401AmericaFrontccc.jpg,Outriders,XS,Shooter,Square Enix,People Can Fly,,,,,,,2021-02-02,2020-02-13 -/games/boxart/full_479826AmericaFrontccc.jpg,Overwatch,NS,Shooter,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2019-10-15,2019-09-09 -/games/boxart/full_9624639AmericaFrontccc.png,Overwatch 2,NS,Shooter,Unknown,Blizzard Entertainment,,,,,,,,2019-11-02 -/games/boxart/full_1094082AmericaFrontccc.png,Overwatch 2,XOne,Shooter,Unknown,Blizzard Entertainment,,,,,,,,2019-11-02 -/games/boxart/full_6926995AmericaFrontccc.png,Overwatch 2,PS4,Shooter,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2022-10-04,2022-10-12 -/games/boxart/full_5561153AmericaFrontccc.png,Overwatch 2,PC,Shooter,Unknown,Blizzard Entertainment,,,,,,,,2019-11-02 -/games/boxart/full_3492740AmericaFrontccc.png,Paladins,XOne,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2017-05-03,2019-06-09 -/games/boxart/full_4429913AmericaFrontccc.png,Paladins,NS,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2018-06-12,2019-06-09 -/games/boxart/full_8211166AmericaFrontccc.jpg,Paladins,PC,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2018-05-08,2019-06-09 -/games/boxart/full_6752178AmericaFrontccc.jpg,Paladins,PS4,Shooter,Hi-Rez Studios,Hi-Rez Studios,,,,,,,2017-05-02,2019-06-09 -/games/boxart/full_5538608AmericaFrontccc.jpg,Panorama Cotton,NS,Shooter,Unknown,Success,,,,,,,,2021-10-21 -/games/boxart/full_4122175AmericaFrontccc.jpg,Panorama Cotton,PS4,Shooter,Unknown,Success,,,,,,,,2021-10-21 -/games/boxart/full_231072AmericaFrontccc.jpg,Panzer Dragoon: Remake,NS,Shooter,Forever Entertainment S.A.,MegaPixel Studio S.A.,,,,,,,2020-03-26,2021-02-18 -/games/boxart/full_3704185AmericaFrontccc.jpg,Panzer Dragoon: Remake,XOne,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2021-02-18 -/games/boxart/full_9493206AmericaFrontccc.jpg,Panzer Dragoon: Remake,PC,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2021-02-18 -/games/boxart/full_555300AmericaFrontccc.jpg,Panzer Dragoon: Remake,PS4,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2021-02-18 -/games/boxart/full_5649775AmericaFrontccc.jpg,Paranautical Activity,NS,Shooter,Digerati,Digerati,,,,,,,2018-06-28,2018-06-28 -/games/boxart/full_8502622AmericaFrontccc.jpg,Payday 3,PC,Shooter,Unknown,Starbreeze Studios,,,,,,,,2021-06-10 -/games/boxart/full_6040612AmericaFrontccc.jpg,Payday 3,PS5,Shooter,Unknown,Starbreeze Studios,,,,,,,,2021-06-10 -/games/boxart/full_3078427AmericaFrontccc.jpg,Payday 3,XS,Shooter,Unknown,Starbreeze Studios,,,,,,,,2021-06-10 -/games/boxart/default.jpg,PixelJunk Shooter,PC,Shooter,Unknown,Double Eleven,,,,,,,,2019-03-29 -/games/boxart/default.jpg,PixelJunk Shooter Ultimate,PC,Shooter,Unknown,Q-Games,,,,,,,,2019-03-29 -/games/boxart/full_946655AmericaFrontccc.jpg,PlanetSide Arena,PC,Shooter,Daybreak Games,Daybreak Games,,,,,,,2019-01-29,2018-12-17 -/games/boxart/full_5918283AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,PC,Shooter,Electronic Arts,PopCap Games,,,,,,,2019-10-18,2019-09-13 -/games/boxart/full_7186898AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,PS4,Shooter,Electronic Arts,PopCap Games,,,,,,,2019-10-18,2019-09-13 -/games/boxart/full_1599472AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,NS,Shooter,Electronic Arts,PopCap Games,,,,,,,2021-03-17,2021-02-18 -/games/boxart/full_5683920AmericaFrontccc.jpg,Plants vs Zombies: Battle for Neighborville,XOne,Shooter,Electronic Arts,PopCap Games,,,,,,,2019-10-18,2019-09-13 -/games/boxart/full_5521098AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds Mobile,iOS,Shooter,Tencent Games,PUBG Corporation,,,,,,,2018-03-19,2018-03-24 -/games/boxart/full_2742619AmericaFrontccc.jpg,PlayerUnknown's Battlegrounds Mobile,And,Shooter,Tencent Games,PUBG Corporation,,,,,,,2018-03-19,2018-03-24 -/games/boxart/full_8430143AmericaFrontccc.jpg,Pocky & Rocky Reshrined,PS4,Shooter,Unknown,Tengo Project,,,,,,,,2022-07-14 -/games/boxart/full_2332926AmericaFrontccc.jpg,Pocky & Rocky Reshrined,NS,Shooter,Unknown,Tengo Project,,,,,,,,2022-07-14 -/games/boxart/full_5294930AmericaFrontccc.jpg,Postal Redux,PC,Shooter,Running with Scissors,Running With Scissors,,,,,,,2016-05-20,2020-09-28 -/games/boxart/full_5353201AmericaFrontccc.jpg,Postal Redux,NS,Shooter,MD Games,Running With Scissors,,,,,,,2020-10-16,2020-09-28 -/games/boxart/full_3947073AmericaFrontccc.jpg,Prodeus,PC,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 -/games/boxart/full_574813AmericaFrontccc.jpg,Prodeus,PS4,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 -/games/boxart/full_4778999AmericaFrontccc.jpg,Prodeus,PS5,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 -/games/boxart/full_9075084AmericaFrontccc.jpg,Prodeus,XOne,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 -/games/boxart/full_2281562AmericaFrontccc.jpg,Prodeus,XS,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 -/games/boxart/full_4686093AmericaFrontccc.jpg,Prodeus,NS,Shooter,Unknown,Bounding Box Games LLC,,,,,,,,2022-10-10 -/games/boxart/full_8617586AmericaFrontccc.jpg,Project Warlock,PS4,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2020-06-09,2020-05-27 -/games/boxart/full_7596696AmericaFrontccc.jpg,Project Warlock,XOne,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2020-06-12,2020-05-27 -/games/boxart/full_9045124AmericaFrontccc.jpg,Project Warlock,NS,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2020-06-11,2020-05-27 -/games/boxart/full_5578499AmericaFrontccc.jpg,Project Warlock,PC,Shooter,Crunching Koalas,Buckshot Software,,,,,,,2018-10-18,2020-05-27 -/games/boxart/full_310491AmericaFrontccc.jpg,ProtoCorgi,PC,Shooter,Ravenscourt,Kemono Games,,,,,,,2023-06-15,2020-06-15 -/games/boxart/full_7451773AmericaFrontccc.jpg,ProtoCorgi,NS,Shooter,Plaion,Kemono Games,,,,,,,2023-06-15,2020-06-15 -/games/boxart/full_3426509AmericaFrontccc.jpg,Psikyo Shooting Stars Alpha,NS,Shooter,NIS America,City Connection,,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_7651351AmericaFrontccc.jpg,Psikyo Shooting Stars Bravo,NS,Shooter,NIS America,City Connection,,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_4590956AmericaFrontccc.jpg,Psyvariar Delta,NS,Shooter,City Connection,City Connection,,,,,,,2019-07-11,2019-07-07 -/games/boxart/full_2201767AmericaFrontccc.jpg,Psyvariar Delta,PC,Shooter,City Connection,City Connection,,,,,,,2019-01-30,2019-07-07 -/games/boxart/full_1655504AmericaFrontccc.jpg,Psyvariar Delta,PS4,Shooter,City Connection,City Connection,,,,,,,2019-07-11,2019-07-07 -/games/boxart/full_9448686AmericaFrontccc.jpg,Putrefaction 2: Rumble in the hometown,PC,Shooter,Kazakov Oleg,Kazakov Oleg,,,,,,,2017-10-11,2019-04-01 -/games/boxart/full_8029772AmericaFrontccc.jpg,Putrefaction 2: Void Walker,PC,Shooter,Kazakov Oleg,Kazakov Oleg,,,,,,,2017-05-29,2019-04-01 -/games/boxart/full_2804935AmericaFrontccc.jpg,Quake,XOne,Shooter,Unknown,id Software,,,,,,,,2021-08-26 -/games/boxart/full_3723027AmericaFrontccc.jpg,Quake,NS,Shooter,Bethesda Softworks,id Software,,,,,,,2021-08-19,2021-08-26 -/games/boxart/full_1896487AmericaFrontccc.jpg,Quake,PS4,Shooter,Unknown,id Software,,,,,,,,2021-08-26 -/games/boxart/full_1190041AmericaFrontccc.jpg,Quake Champions,PC,Shooter,Bethesda Softworks,id Software,,,,,,,2020-12-01,2019-07-02 -/games/boxart/full_3374001AmericaFrontccc.jpg,R-Type Dimensions EX,PC,Shooter,Tozai Games,Tozai Games,,,,,,,2018-11-28,2018-12-12 -/games/boxart/full_4611986AmericaFrontccc.png,R-Type Dimensions EX,NS,Shooter,Tozai Games,Tozai Games,,,,,,,2018-11-28,2018-12-12 -/games/boxart/default.jpg,R-Type Dimensions EX,PS4,Shooter,Tozai Games,Tozai Games,,,,,,,2018-12-19,2018-12-12 -/games/boxart/full_9678367AmericaFrontccc.jpg,R-Type Final 2,NS,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 -/games/boxart/full_8163840AmericaFrontccc.jpg,R-Type Final 2,PC,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 -/games/boxart/full_1962629AmericaFrontccc.jpg,R-Type Final 2,PS4,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 -/games/boxart/full_6592820AmericaFrontccc.jpg,R-Type Final 2,XOne,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 -/games/boxart/full_4857028AmericaFrontccc.jpg,R-Type Final 2,XS,Shooter,Unknown,Granzella,,,,,,,,2021-03-19 -/games/boxart/full_9536043AmericaFrontccc.jpg,Rage 2,XOne,Shooter,Bethesda Softworks,id Software,,,,,,,2019-05-14,2018-05-20 -/games/boxart/full_8008714AmericaFrontccc.jpg,Rage 2,PS4,Shooter,Bethesda Softworks,id Software,7,,,,,,2019-05-14,2018-05-20 -/games/boxart/full_8318692AmericaFrontccc.jpg,Rage 2,PC,Shooter,Bethesda Softworks,id Software,,,,,,,2019-05-14,2018-05-20 -/games/boxart/full_2066319AmericaFrontccc.jpg,Raid: World War II,PC,Shooter,Starbreeze,Lion Game Lion,,,,,,,2017-09-26,2018-08-11 -/games/boxart/full_6526578AmericaFrontccc.png,Raiden V: Director’s Cut,NS,Shooter,UFO Interactive,"Moss Co., Ltd.",,,,,,,2019-07-25,2019-07-05 -/games/boxart/default.jpg,Ratchet Deadlocked,PS3,Shooter,Unknown,Insomniac Games,,,,,,,,2022-06-20 -/games/boxart/full_4920046AmericaFrontccc.jpg,Ray'z Arcade Chronology,NS,Shooter,Unknown,Taito,,,,,,,,2023-05-30 -/games/boxart/full_9570932AmericaFrontccc.jpg,Ray'z Arcade Chronology,PS4,Shooter,Unknown,Taito,,,,,,,,2023-05-30 -/games/boxart/full_3877971AmericaFrontccc.jpg,Ready or Not,PC,Shooter,VOID Interactive,VOID Interactive,,,,,,,2020-12-01,2019-07-12 -/games/boxart/full_7788126AmericaFrontccc.png,Red Faction: Guerrilla Re-Mars-tered,NS,Shooter,THQ,Kaiko,,,,,,,2019-07-02,2019-07-04 -/games/boxart/full_9475240AmericaFrontccc.jpg,Redfall,XS,Shooter,Unknown,Arkane Studios,,,,,,,,2021-06-13 -/games/boxart/full_2590951AmericaFrontccc.jpg,Redfall,PC,Shooter,Unknown,Arkane Studios,,,,,,,,2021-06-13 -/games/boxart/full_6107807PALFrontccc.jpg,Remnant: From the Ashes,PS4,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2019-07-07 -/games/boxart/full_9628321AmericaFrontccc.jpg,Remnant: From the Ashes,XOne,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2019-07-07 -/games/boxart/full_8982624AmericaFrontccc.jpg,Remnant: From the Ashes,PC,Shooter,Perfect World Entertainment,Gunfire Games,,,,,,,2019-08-20,2019-07-07 -/games/boxart/full_9350877AmericaFrontccc.jpeg,Resident Evil Re:Verse,All,Shooter,Unknown,Capcom,,,,,,,,2022-09-11 -/games/boxart/full_989645AmericaFrontccc.jpeg,Resident Evil Re:Verse,PS4,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 -/games/boxart/full_3516538AmericaFrontccc.jpeg,Resident Evil Re:Verse,XS,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 -/games/boxart/full_8228109AmericaFrontccc.jpeg,Resident Evil Re:Verse,XOne,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 -/games/boxart/full_4318072AmericaFrontccc.jpeg,Resident Evil Re:Verse,PC,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 -/games/boxart/full_4753082AmericaFrontccc.jpeg,Resident Evil Re:Verse,PS5,Shooter,Unknown,Capcom,,,,,,,,2021-02-01 -/games/boxart/full_2088768AmericaFrontccc.jpg,Returnal,PC,Shooter,Unknown,Climax Studios,,,,,,,,2022-12-09 -/games/boxart/full_8620716AmericaFrontccc.png,RICO,NS,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 -/games/boxart/full_4505883AmericaFrontccc.png,RICO,XOne,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 -/games/boxart/full_1262558AmericaFrontccc.png,RICO,PS4,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 -/games/boxart/full_9262724AmericaFrontccc.png,RICO,PC,Shooter,Rising Star Games,Ground Shatter,,,,,,,2019-12-01,2018-09-22 -/games/boxart/full_5021392AmericaFrontccc.png,Riddled Corpses Ex,PSV,Shooter,Unknown,Daniel Fernandez Chavez,,,,,,,,2018-06-02 -/games/boxart/default.jpg,Rigid Force Alpha,PC,Shooter,Unknown,com8com1,,,,,,,,2020-06-22 -/games/boxart/full_8658931AmericaFrontccc.jpg,Rigid Force Redux,XOne,Shooter,Unknown,com8com1,,,,,,,,2020-06-22 -/games/boxart/full_5584445AmericaFrontccc.jpg,Rigid Force Redux,NS,Shooter,Unknown,com8com1,,,,,,,,2020-06-22 -/games/boxart/full_3503459AmericaFrontccc.jpg,Risk of Rain 2,NS,Shooter,Gearbox Publishing,Hopoo Games,,,,,,,2020-08-11,2020-05-29 -/games/boxart/full_2731680AmericaFrontccc.jpg,Risk of Rain 2,PS4,Shooter,Gearbox Publishing,Hopoo Games,,,,,,,2020-08-11,2020-05-29 -/games/boxart/full_6800787AmericaFrontccc.jpg,Risk of Rain 2,XOne,Shooter,Gearbox Publishing,Hopoo Games,,,,,,,2020-08-11,2020-05-29 -/games/boxart/default.jpg,Ritual: Crown of Horns,PC,Shooter,Unknown,Draw Distance,,,,,,,,2019-11-10 -/games/boxart/full_8765430AmericaFrontccc.jpg,Ritual: Crown of Horns,NS,Shooter,Unknown,Draw Distance,,,,,,,,2019-11-10 -/games/boxart/default.jpg,River Raid,Int,Shooter,Activision,Activision,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_6580868AmericaFrontccc.jpeg,Robo Recall: Unplugged,OR,Shooter,Oculus,Epic Games,,,,,,,2019-05-21,2021-10-27 -/games/boxart/full_1831518AmericaFrontccc.jpg,RoboCop: Rogue City,NS,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 -/games/boxart/full_8427895AmericaFrontccc.jpg,RoboCop: Rogue City,PC,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 -/games/boxart/full_7249748AmericaFrontccc.jpg,RoboCop: Rogue City,PS5,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 -/games/boxart/full_562695AmericaFrontccc.jpg,RoboCop: Rogue City,XS,Shooter,Unknown,Teyon,,,,,,,,2022-11-06 -/games/boxart/full_7844967AmericaFrontccc.jpeg,Roboquest,PC,Shooter,Unknown,RyseUp Studios,,,,,,,,2021-06-19 -/games/boxart/full_4047942AmericaFrontccc.jpeg,Roboquest,XOne,Shooter,Unknown,RyseUp Studios,,,,,,,,2021-06-19 -/games/boxart/full_4375423AmericaFrontccc.jpeg,Roboquest,XS,Shooter,Unknown,RyseUp Studios,,,,,,,,2021-06-19 -/games/boxart/full_7365888AmericaFrontccc.jpg,Rocket Arena,XOne,Shooter,Electronic Arts,Final Strike Games,,,,,,,2020-07-14,2020-06-19 -/games/boxart/full_5325544AmericaFrontccc.jpg,Rocket Arena,PS4,Shooter,Electronic Arts,Final Strike Games,,,,,,,2020-07-14,2020-06-19 -/games/boxart/full_4403029AmericaFrontccc.jpg,Rocket Arena,PC,Shooter,Electronic Arts,Final Strike Games,,,,,,,2020-07-14,2020-06-19 -/games/boxart/full_4171148AmericaFrontccc.jpg,Rogue Company,NS,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 -/games/boxart/full_4717210AmericaFrontccc.jpg,Rogue Company,PC,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 -/games/boxart/full_2023103AmericaFrontccc.jpg,Rogue Company,PS4,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 -/games/boxart/full_2100460AmericaFrontccc.jpg,Rogue Company,XOne,Shooter,Hi-Rez Studios,First Watch Games,,,,,,,2020-12-01,2020-07-20 -/games/boxart/full_3115398AmericaFrontccc.jpg,Rogue Trooper Redux,PC,Shooter,Rebellion,TickTock Games,,,,,,,2017-10-17,2018-09-13 -/games/boxart/full_8405259AmericaFrontccc.png,Rogue Trooper Redux,NS,Shooter,Rebellion,TickTock Games,,,,,,,2017-10-17,2018-09-13 -/games/boxart/full_7012773AmericaFrontccc.jpg,Rollerdrome,PC,Shooter,Private Division,Roll7,,,,,,,2022-08-16,2022-08-14 -/games/boxart/full_2958329AmericaFrontccc.jpg,Rollerdrome,PS4,Shooter,Private Division,Roll7,,,,,,,2022-08-16,2022-08-14 -/games/boxart/full_3676572AmericaFrontccc.jpg,Rollerdrome,PS5,Shooter,Private Division,Roll7,,,,,,,2022-08-16,2022-08-14 -/games/boxart/default.jpg,RTO,WiiU,Shooter,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_6920498AmericaFrontccc.png,RTO 2,WiiU,Shooter,nuGAME,nuGAME,,,,,,,2018-03-01,2020-10-05 -/games/boxart/full_2643761AmericaFrontccc.png,Saints Row: The Third - The Full Package,NS,Shooter,Deep Silver,Volition,,,,,,,2019-05-10,2019-05-06 -/games/boxart/full_4655262AmericaFrontccc.jpg,Scintillatron 4096,PSV,Shooter,kFunction Ltd,kFunction Ltd,,,,,,,2018-12-18,2018-12-17 -/games/boxart/full_8009801AmericaFrontccc.jpg,Scorn,PC,Shooter,Unknown,Ebb Software,,,,,,,,2019-03-20 -/games/boxart/full_499754AmericaFrontccc.jpg,Second Extinction,XS,Shooter,Systemic Reaction,Systemic Reaction,,,,,,,2020-12-01,2020-05-07 -/games/boxart/full_5266134AmericaFrontccc.jpg,Second Extinction,PC,Shooter,Systemic Reaction,Systemic Reaction,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_7009767AmericaFrontccc.jpg,Second Extinction,XOne,Shooter,Systemic Reaction,Systemic Reaction,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_9759271AmericaFrontccc.jpg,Seeking Dawn,PC,Shooter,Multiverse,Multiverse Entertainment,,,,,,,2018-07-12,2018-08-12 -/games/boxart/full_2595471AmericaFrontccc.jpg,SEGA AGES Thunder Force AC,NS,Shooter,Unknown,M2,,,,,,,,2020-05-14 -/games/boxart/full_1625227AmericaFrontccc.jpg,SEGA Ages: Puyo Puyo,NS,Shooter,Sega,Sega,,,,,,,2019-08-22,2019-08-13 -/games/boxart/full_7114744AmericaFrontccc.jpg,SEGA Ages: Space Harrier,NS,Shooter,Sega,Sega,,,,,,,2019-08-22,2019-08-13 -/games/boxart/default.jpg,SEGA Ages: Thunder Force IV,NS,Shooter,Unknown,Sega,,,,,,,,2018-04-15 -/games/boxart/full_1571859AmericaFrontccc.jpg,Serious Sam 3 VR: BFE,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-11-09,2018-12-27 -/games/boxart/full_5002669AmericaFrontccc.jpg,Serious Sam 4: Planet Badass,PC,Shooter,Devolver Digital,Croteam,,,,,,,2020-09-24,2018-12-28 -/games/boxart/full_591924AmericaFrontccc.jpg,Serious Sam VR: The First Encounter,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-03-30,2018-12-27 -/games/boxart/full_1273478AmericaFrontccc.jpg,Serious Sam VR: The Last Hope,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-09-20,2018-12-27 -/games/boxart/full_4793319AmericaFrontccc.jpg,Serious Sam VR: The Second Encounter,PC,Shooter,Devolver Digital,Croteam,,,,,,,2017-04-04,2018-12-28 -/games/boxart/full_4758008AmericaFrontccc.jpg,Serious Sam's Bogus Detour,PC,Shooter,Devolver Digital,Crackshell,,,,,,,2017-06-20,2018-12-27 -/games/boxart/full_2066979AmericaFrontccc.jpg,Serious Sam: Tormental,NS,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 -/games/boxart/full_6089055AmericaFrontccc.jpg,Serious Sam: Tormental,PC,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 -/games/boxart/full_2785582AmericaFrontccc.jpg,Serious Sam: Tormental,PS4,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 -/games/boxart/full_7820013AmericaFrontccc.jpg,Serious Sam: Tormental,XOne,Shooter,Unknown,Gungrounds,,,,,,,,2022-04-24 -/games/boxart/full_1693724AmericaFrontccc.jpg,Shadow Warrior 3,PC,Shooter,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 -/games/boxart/full_9974016AmericaFrontccc.jpg,Shadow Warrior 3,PS4,Shooter,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 -/games/boxart/full_3938330AmericaFrontccc.jpg,Shadow Warrior 3,XOne,Shooter,Unknown,Flying Wild Hog,,,,,,,,2021-06-13 -/games/boxart/default.jpg,Sharp Shot,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1982-10-28,2018-01-13 -/games/boxart/default.jpg,Sine Mora EX,PC,Shooter,Unknown,Digital Reality,,,,,,,,2019-03-29 -/games/boxart/full_109530AmericaFrontccc.jpg,Six Days in Fallujah,PC,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 -/games/boxart/full_2722958AmericaFrontccc.jpg,Six Days in Fallujah,PS4,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 -/games/boxart/full_5105770AmericaFrontccc.jpg,Six Days in Fallujah,PS5,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 -/games/boxart/full_980920AmericaFrontccc.jpg,Six Days in Fallujah,XOne,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 -/games/boxart/full_8854730AmericaFrontccc.jpg,Six Days in Fallujah,XS,Shooter,Unknown,Highwire Games,,,,,,,,2021-05-02 -/games/boxart/full_4849393AmericaFrontccc.jpeg,Sky Force Anniversary,XOne,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-12-09,2018-11-26 -/games/boxart/full_824433AmericaFrontccc.jpg,Sky Force Anniversary,PC,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2015-04-29,2018-11-26 -/games/boxart/full_295515AmericaFrontccc.jpg,Sky Force Anniversary,PSV,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-09-06,2018-11-26 -/games/boxart/full_854773AmericaFrontccc.jpg,Sky Force Anniversary,PS4,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-09-06,2018-11-26 -/games/boxart/full_9061788AmericaFrontccc.jpg,Sky Force Anniversary,WiiU,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-03-16,2018-11-26 -/games/boxart/full_2140587AmericaFrontccc.jpg,Sky Force Anniversary,PSN,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2016-09-06,2019-01-02 -/games/boxart/full_8018847AmericaFrontccc.jpg,Sky Force Anniversary,NS,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2018-11-08,2018-11-26 -/games/boxart/full_1265354AmericaFrontccc.jpg,Sky Force Reloaded,PS4,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-11-28,2018-01-28 -/games/boxart/full_3991205AmericaFrontccc.jpg,Sky Force Reloaded,PC,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-11-30,2018-01-28 -/games/boxart/full_2526128AmericaFrontccc.png,Sky Force Reloaded,NS,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2018-02-01,2018-01-28 -/games/boxart/full_3481435AmericaFrontccc.jpeg,Sky Force Reloaded,XOne,Shooter,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2017-12-01,2018-01-28 -/games/boxart/full_8265543PALFrontccc.jpg,Sniper Elite 3 Ultimate Edition,NS,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-10-01,2019-08-01 -/games/boxart/full_7787329AmericaFrontccc.jpg,Sniper Elite 4,NS,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2020-11-17,2021-11-05 -/games/boxart/full_4294192AmericaFrontccc.jpg,Sniper Elite 5,XS,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 -/games/boxart/full_3947529AmericaFrontccc.jpg,Sniper Elite 5,PC,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 -/games/boxart/full_6111145AmericaFrontccc.jpg,Sniper Elite 5,PS4,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 -/games/boxart/full_1980204AmericaFrontccc.jpg,Sniper Elite 5,PS5,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 -/games/boxart/full_1005842AmericaFrontccc.jpg,Sniper Elite 5,XOne,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-12-11 -/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,PS3,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 -/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,PS4,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 -/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,NS,Shooter,Rebellion,Rebellion Developments,,,,,,,2019-10-01,2023-07-01 -/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,XOne,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 -/games/boxart/default.jpg,Sniper Elite III: Ultimate Edition,X360,Shooter,Rebellion,Rebellion Developments,,,,,,,2015-03-10,2023-07-01 -/games/boxart/full_4853495AmericaFrontccc.jpg,Sniper Elite V2 Remastered,PS4,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-05-15,2019-05-13 -/games/boxart/full_4627479AmericaFrontccc.jpg,Sniper Elite V2 Remastered,NS,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-05-15,2019-05-13 -/games/boxart/full_8346348AmericaFrontccc.jpg,Sniper Elite V2 Remastered,PC,Shooter,Rebellion,Rebellion Games,,,,,,,2019-05-15,2019-05-13 -/games/boxart/full_4897664AmericaFrontccc.jpg,Sniper Elite V2 Remastered,XOne,Shooter,U&I Entertainment,Rebellion Games,,,,,,,2019-05-15,2019-05-13 -/games/boxart/full_651079AmericaFrontccc.jpg,Sniper Elite VR,PC,Shooter,Unknown,Coatsink Software,,,,,,,,2021-08-01 -/games/boxart/full_9309766AmericaFrontccc.jpg,Sniper Elite VR,PS4,Shooter,Unknown,Coatsink Software,,,,,,,,2021-08-01 -/games/boxart/full_5137710AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,PS5,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 -/games/boxart/full_734037AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,XOne,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 -/games/boxart/full_9006368AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,PC,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 -/games/boxart/full_8866611AmericaFrontccc.jpg,Sniper Ghost Warrior Contracts 2,PS4,Shooter,Unknown,CI Games,,,,,,,,2021-06-26 -/games/boxart/full_6912045AmericaFrontccc.png,Sniper: Ghost Warrior Contracts,PC,Shooter,City Interactive,City Interactive,,,,,,,2019-11-22,2019-06-05 -/games/boxart/full_6204080AmericaFrontccc.png,Sniper: Ghost Warrior Contracts,PS4,Shooter,City Interactive,City Interactive,,,,,,,2019-11-22,2019-06-05 -/games/boxart/full_7540004AmericaFrontccc.png,Sniper: Ghost Warrior Contracts,XOne,Shooter,City Interactive,City Interactive,,,,,,,2019-11-22,2019-06-05 -/games/boxart/default.jpg,Space Cyclone,Arc,Shooter,Unknown,Taito,,,,,,,,2020-12-10 -/games/boxart/default.jpg,Space Fury,CV,Shooter,Unknown,Sega,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Space Hawk,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-04-19,2018-01-13 -/games/boxart/default.jpg,Space Invaders Forever,PS4,Shooter,Unknown,Taito,,,,,,,,2020-12-10 -/games/boxart/default.jpg,Space Invaders Forever,NS,Shooter,Unknown,Taito,,,,,,,,2020-12-10 -/games/boxart/default.jpg,Space Invaders Part II,Arc,Shooter,Unknown,Taito,,,,,,,,2020-12-10 -/games/boxart/full_5360280PALFrontccc.jpg,Space Invaders: Invincible Collection,NS,Shooter,Taito,Taito,,,,,,,2020-03-26,2020-01-10 -/games/boxart/full_7582605AmericaFrontccc.jpg,Space Seeker,Arc,Shooter,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/default.jpg,Space Spartans,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-06-29,2018-01-13 -/games/boxart/default.jpg,Splitgate: Arena Warfare,PC,Shooter,Unknown,1047 Games,,,,,,,,2018-07-16 -/games/boxart/default.jpg,Star Fox 2,SNES,Shooter,Unknown,Argonaut Software,,,,,,,,2022-08-25 -/games/boxart/full_3207117AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,PC,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 -/games/boxart/full_2064827AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,PS4,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 -/games/boxart/full_5543589AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,PS5,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 -/games/boxart/full_2572948AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,XOne,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 -/games/boxart/full_1092036AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,XS,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 -/games/boxart/full_7875805AmericaFrontccc.jpg,Star Wars: Dark Forces Remaster,NS,Shooter,Unknown,Nightdive Studios,,,,,,,,2023-11-22 -/games/boxart/full_4693115AmericaFrontccc.jpg,Star Wars: Republic Commando,PS4,Shooter,Unknown,Aspyr,,,,,,,,2021-04-06 -/games/boxart/full_7284942AmericaFrontccc.jpg,Star Wars: Republic Commando,NS,Shooter,Aspyr,Aspyr,8.5,,,,,,2021-04-06,2021-04-06 -/games/boxart/full_4676843AmericaFrontccc.jpg,Star Wars: Squadrons,PC,Shooter,Electronic Arts,Motive Studios,,,,,,,2020-10-02,2020-06-19 -/games/boxart/full_452510AmericaFrontccc.jpg,Star Wars: Squadrons,XOne,Shooter,Electronic Arts,Motive Studios,,,,,,,2020-10-02,2020-06-19 -/games/boxart/full_4322360AmericaFrontccc.jpg,Star Wars: Squadrons,PS4,Shooter,Electronic Arts,Motive Studios,7.3,,,,,,2020-10-02,2020-06-19 -/games/boxart/default.jpg,Star Wars: The Empire Strikes Back,Int,Shooter,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_8935908AmericaFrontccc.jpg,Stormdivers,PC,Shooter,Housemarque,Housemarque,,,,,,,2019-12-01,2019-06-06 -/games/boxart/full_5532301AmericaFrontccc.png,Strafe,PC,Shooter,Devolver Digital,Pixel Titans,7.2,,,,,,2017-05-09,2018-01-28 -/games/boxart/full_7287430AmericaFrontccc.png,Strange Brigade,NS,Shooter,Unknown,Rebellion Developments,,,,,,,,2021-06-15 -/games/boxart/full_2633517AmericaFrontccc.png,Strange Brigade,PC,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2018-08-28,2018-04-26 -/games/boxart/full_1215954AmericaFrontccc.jpg,Strife,PC,Shooter,Velocity Inc.,Rogue Entertainment,,,,,,,1996-05-15,2018-07-02 -/games/boxart/default.jpg,Strikers 1945 III,NS,Shooter,Unknown,ZeroDiv,,,,,,,,2020-01-16 -/games/boxart/full_2864278AmericaFrontccc.jpg,SturmFront: The Mutant War - Farewell Edition,PSV,Shooter,Unknown,Andrade Games,,,,,,,,2021-07-04 -/games/boxart/default.jpg,Sub Hunt,Int,Shooter,Mattel Electronics,APh Technological Consulting,,,,,,,1982-05-06,2018-01-13 -/games/boxart/full_4316663AmericaFrontccc.jpg,Suicide Squad: Kill the Justice League,XS,Shooter,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2021-12-01,2020-08-22 -/games/boxart/full_4064364AmericaFrontccc.jpg,Suicide Squad: Kill the Justice League,PS5,Shooter,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2021-12-01,2020-08-22 -/games/boxart/full_8920125AmericaFrontccc.jpg,Suicide Squad: Kill the Justice League,PC,Shooter,Warner Bros. Interactive Entertainment,Rocksteady Studios,,,,,,,2021-12-01,2020-08-22 -/games/boxart/default.jpg,Super Cobra,Int,Shooter,Parker Brothers,Parker Bros.,,,,,,,1983-01-01,2018-01-13 -/games/boxart/default.jpg,Super Destronaut,WiiU,Shooter,Unknown,Petite Games,,,,,,,,2018-07-05 -/games/boxart/default.jpg,Super Destronaut,3DS,Shooter,Unknown,Petite Games,,,,,,,,2018-07-05 -/games/boxart/full_5258350AmericaFrontccc.jpg,Super Destronaut DX,PC,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-13,2019-05-06 -/games/boxart/full_9846075AmericaFrontccc.png,Super Destronaut DX,NS,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-13,2019-05-06 -/games/boxart/full_7232200AmericaFrontccc.jpg,Super Destronaut DX,XOne,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-11,2019-05-06 -/games/boxart/full_8393359AmericaFrontccc.jpg,Super Destronaut DX,PSV,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-17,2019-05-06 -/games/boxart/full_3945141AmericaFrontccc.jpg,Super Destronaut DX,PS4,Shooter,Ratalaika Games,Petite Games,,,,,,,2018-07-17,2019-05-06 -/games/boxart/full_1844960AmericaFrontccc.jpg,Super Stardust Ultra,PS4,Shooter,Sony Computer Entertainment,Housemarque,,,,,,,2015-02-10,2018-09-14 -/games/boxart/default.jpg,SUPERHOT,NS,Shooter,Unknown,SUPERHOT Team,,,,,,,,2022-05-24 -/games/boxart/full_7654286AmericaFrontccc.jpg,SUPERHOT,PS4,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2017-07-21,2018-11-09 -/games/boxart/full_1506043PALFrontccc.jpg,SUPERHOT VR,PS4,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2017-07-21,2018-11-09 -/games/boxart/full_4258115AmericaFrontccc.jpg,Superhot: Mind Control Delete,PC,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2020-07-16,2020-07-13 -/games/boxart/full_6805391AmericaFrontccc.jpg,Superhot: Mind Control Delete,PS4,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2020-07-16,2020-07-13 -/games/boxart/full_9071432AmericaFrontccc.jpg,Superhot: Mind Control Delete,XOne,Shooter,SUPERHOT Team,SUPERHOT Team,,,,,,,2020-07-16,2020-07-13 -/games/boxart/full_129559AmericaFrontccc.jpg,Swarm,PS4,Shooter,Unknown,Greensky Games,,,,,,,,2021-08-01 -/games/boxart/full_6891098AmericaFrontccc.jpg,Swarm,PC,Shooter,Unknown,Greensky Games,,,,,,,,2021-08-01 -/games/boxart/full_7693897AmericaFrontccc.jpg,Syder Arcade,PC,Shooter,Unknown,Studio Evil,,,,,,,,2022-08-11 -/games/boxart/full_7678795AmericaFrontccc.jpg,Synapse,PS5,Shooter,Unknown,nDreams,,,,,,,,2023-08-17 -/games/boxart/full_2255545AmericaFrontccc.jpg,Tannenberg,PS4,Shooter,M2H,M2H,,,,,,,2020-07-24,2020-07-02 -/games/boxart/full_3960201AmericaFrontccc.jpg,Tannenberg,XOne,Shooter,M2H,M2H,,,,,,,2020-07-24,2020-07-02 -/games/boxart/full_7398779AmericaFrontccc.jpg,Tannenberg,PC,Shooter,M2H,M2H,,,,,,,2020-02-13,2020-07-02 -/games/boxart/full_9530920AmericaFrontccc.jpg,Tempest 4000,PC,Shooter,Unknown,Llamasoft,,,,,,,,2018-05-09 -/games/boxart/full_8013420AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,PS5,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 -/games/boxart/full_3008883AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,XS,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 -/games/boxart/full_943168AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,NS,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 -/games/boxart/full_928621AmericaFrontccc.jpg,Terminal Velocity: Boosted Edition,PC,Shooter,Unknown,Terminal Reality,,,,,,,,2023-03-14 -/games/boxart/full_717720PALFrontccc.jpg,Terminator: Resistance,PS4,Shooter,Reef Entertainment,Teyon,4,,,,,,2019-12-03,2019-10-01 -/games/boxart/full_8455683PALFrontccc.jpg,Terminator: Resistance,XOne,Shooter,Reef Entertainment,Teyon,4,,,,,,2019-12-03,2019-10-01 -/games/boxart/full_1607468PALFrontccc.jpg,Terminator: Resistance,PC,Shooter,Reef Entertainment,Teyon,4,,,,,,2019-12-03,2019-10-01 -/games/boxart/full_1184220AmericaFrontccc.jpg,Terra Nova: Strike Force Centauri,PC,Shooter,Looking Glass Technologies,"Looking Glass Technologies, Inc.",,,,,,,1996-03-06,2018-06-28 -/games/boxart/default.jpg,The Chaos Engine,Amig,Shooter,Unknown,The Bitmap Brothers,,,,,,,,2018-03-16 -/games/boxart/default.jpg,The Culling II,PS4,Shooter,Unknown,Xaviant,,,,,,,,2018-07-10 -/games/boxart/default.jpg,The Culling II,XOne,Shooter,Unknown,Xaviant,,,,,,,,2018-07-10 -/games/boxart/default.jpg,The Culling II,PC,Shooter,Unknown,Xaviant,,,,,,,,2018-07-10 -/games/boxart/default.jpg,The Dreadnaught Factor,Int,Shooter,Activision,Cheshire Engineering,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_7312266AmericaFrontccc.jpg,THE FINALS,PC,Shooter,Unknown,Embark Studios,,,,,,,,2023-12-08 -/games/boxart/full_8901594AmericaFrontccc.jpg,THE FINALS,PS5,Shooter,Unknown,Embark Studios,,,,,,,,2023-12-08 -/games/boxart/full_6374125AmericaFrontccc.jpg,THE FINALS,XS,Shooter,Unknown,Embark Studios,,,,,,,,2023-12-08 -/games/boxart/full_3778734AmericaFrontccc.jpg,The First Descendant,XS,Shooter,Unknown,Nexon,,,,,,,,2023-12-08 -/games/boxart/full_726488AmericaFrontccc.jpg,The First Descendant,PC,Shooter,Unknown,Nexon,,,,,,,,2023-12-08 -/games/boxart/full_8090706AmericaFrontccc.jpg,The First Descendant,PS5,Shooter,Unknown,Nexon,,,,,,,,2023-12-08 -/games/boxart/full_2964700AmericaFrontccc.jpg,The Hong Kong Massacre,PS4,Shooter,Unknown,VRESKI,,,,,,,,2019-02-24 -/games/boxart/full_9236989AmericaFrontccc.jpg,The Hong Kong Massacre,PC,Shooter,Unknown,VRESKI,,,,,,,,2019-02-24 -/games/boxart/full_9988013AmericaFrontccc.jpg,The House of the Dead: Remake,NS,Shooter,Unknown,MegaPixel Studio S.A.,,,,,,,,2022-03-22 -/games/boxart/full_3498826AmericaFrontccc.jpg,The Legend of Steel Empire,NS,Shooter,Unknown,Mebius,,,,,,,,2024-01-27 -/games/boxart/full_8227567AmericaFrontccc.jpg,The Light Brigade,PS5,Shooter,Unknown,Funktronic Labs,,,,,,,,2023-04-07 -/games/boxart/full_5587099AmericaFrontccc.jpg,The Light Brigade,PC,Shooter,Unknown,Funktronic Labs,,,,,,,,2023-04-07 -/games/boxart/full_3807415AmericaFrontccc.jpg,The Serious Sam Collection,X360,Shooter,Maximum Games,Croteam,,,,,,,2013-07-23,2018-03-30 -/games/boxart/full_9106682AmericaFrontccc.jpg,The Walking Dead: Onslaught,PC,Shooter,Unknown,Survios,,,,,,,,2020-10-08 -/games/boxart/full_7813971PALFrontccc.jpg,The Walking Dead: Onslaught,PS4,Shooter,Unknown,Survios,,,,,,,,2020-10-08 -/games/boxart/full_8562819PALFrontccc.png,The Walking Dead: Season Two,NS,Shooter,Unknown,Telltale Games,,,,,,,,2018-07-03 -/games/boxart/default.jpg,Time Pilot,CV,Shooter,Unknown,Konami,,,,,,,,2021-10-18 -/games/boxart/full_3139607AmericaFrontccc.jpg,Tiny Tina's Wonderlands,XOne,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 -/games/boxart/full_4638602AmericaFrontccc.jpg,Tiny Tina's Wonderlands,XS,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 -/games/boxart/full_9532663AmericaFrontccc.jpg,Tiny Tina's Wonderlands,PC,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 -/games/boxart/full_4838025AmericaFrontccc.jpg,Tiny Tina's Wonderlands,PS4,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 -/games/boxart/full_2538598AmericaFrontccc.jpg,Tiny Tina's Wonderlands,PS5,Shooter,Unknown,Gearbox Software,,,,,,,,2021-06-10 -/games/boxart/default.jpg,Titan Attacks!,PSV,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 -/games/boxart/default.jpg,Titan Attacks!,PS4,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 -/games/boxart/default.jpg,Titan Attacks!,PS3,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 -/games/boxart/default.jpg,Titan Attacks!,And,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 -/games/boxart/default.jpg,Titan Attacks!,PC,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 -/games/boxart/default.jpg,Titan Attacks!,3DS,Shooter,Unknown,Puppy Games,,,,,,,,2018-02-22 -/games/boxart/full_9191768AmericaFrontccc.png,Tom Clancy's Ghost Recon Breakpoint,PC,Shooter,Ubisoft,Ubisoft,,,,,,,2019-10-04,2019-05-09 -/games/boxart/full_2109621AmericaFrontccc.png,Tom Clancy's Ghost Recon Breakpoint,PS4,Shooter,Ubisoft,Ubisoft,,,,,,,2019-10-04,2019-05-09 -/games/boxart/full_2018051AmericaFrontccc.png,Tom Clancy's Ghost Recon Breakpoint,XOne,Shooter,Ubisoft,Ubisoft,,,,,,,2019-10-04,2019-05-09 -/games/boxart/full_2359630AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,PS4,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 -/games/boxart/full_1047377AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,PC,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 -/games/boxart/full_4507784AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,PS5,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 -/games/boxart/full_7547097AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,XS,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 -/games/boxart/full_3046160AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Extraction,XOne,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2021-06-10 -/games/boxart/full_1403523AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,PS5,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2020-06-17 -/games/boxart/full_2838620AmericaFrontccc.jpg,Tom Clancy's Rainbow Six: Siege,XS,Shooter,Ubisoft,Ubisoft Montreal,,,,,,,2020-12-01,2020-06-17 -/games/boxart/full_4950741AmericaFrontccc.jpg,Tom Clancy's The Division 2,PC,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2020-01-30 -/games/boxart/full_6550692AmericaFrontccc.jpg,Tom Clancy's The Division 3,PC,Shooter,Unknown,Massive Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_7446401AmericaFrontccc.jpg,Tom Clancy's The Division 3,PS5,Shooter,Unknown,Massive Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_9052177AmericaFrontccc.jpg,Tom Clancy's The Division 3,XS,Shooter,Unknown,Massive Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_2179153AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,PC,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_5376272AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,PS4,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_9373156AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,PS5,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_1024723AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,XOne,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_5102319AmericaFrontccc.jpg,Tom Clancy's The Division Heartland,XS,Shooter,Unknown,Red Storm Entertainment,,,,,,,,2023-09-23 -/games/boxart/full_5440740AmericaFrontccc.jpg,Tom Clancy?s The Division 2,XOne,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2019-03-21 -/games/boxart/full_2268088AmericaFrontccc.jpg,Tom Clancy?s The Division 2,PS4,Shooter,Ubisoft,Massive Entertainment,,,,,,,2019-03-15,2019-03-21 -/games/boxart/default.jpg,Touhou Kobuto V: Burst Battle,PSV,Shooter,Unknown,CUBETYPE,,,,,,,,2019-02-16 -/games/boxart/default.jpg,Tower of Guns,XOne,Shooter,Unknown,Terrible Posture Games,,,,,,,,2019-04-22 -/games/boxart/default.jpg,Tron: Deadly Discs,Int,Shooter,Mattel Electronics,Mattel,,,,,,,1982-01-01,2018-01-13 -/games/boxart/full_9395199AmericaFrontccc.jpg,Turbo Overkill,PC,Shooter,Unknown,Trigger Happy Interactive,,,,,,,,2023-10-29 -/games/boxart/full_7285606PALFrontccc.jpg,Turok 2: Seeds of Evil,NS,Shooter,"Night Dive Studios, LLC","Night Dive Studios, LLC",,,,,,,2019-08-09,2019-07-30 -/games/boxart/default.jpg,Turok 3: Shadow of Oblivion Remastered,PS4,Shooter,Unknown,"Night Dive Studios, LLC",,,,,,,,2024-01-28 -/games/boxart/full_8239246AmericaFrontccc.jpg,Turrican Anthology Vol. 2,NS,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 -/games/boxart/full_1167341AmericaFrontccc.jpg,Turrican Anthology Vol. 2,PS4,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 -/games/boxart/full_629894AmericaFrontccc.jpg,Turrican Anthology Vol. I,PS4,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 -/games/boxart/full_508223AmericaFrontccc.jpg,Turrican Anthology Vol. I,NS,Shooter,Unknown,Factor 5,,,,,,,,2022-07-18 -/games/boxart/full_9643485AmericaFrontccc.jpg,Ultra Mission,PSV,Shooter,Unknown,Gumbo Machine,,,,,,,,2021-07-22 -/games/boxart/full_8464876PALFrontccc.jpg,Ultratron,WiiU,Shooter,Curve Digital,Curve Studios,,,,,,,2015-05-14,2022-04-17 -/games/boxart/full_1121297AmericaFrontccc.jpg,Valfaris: Mecha Therion,PS5,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 -/games/boxart/full_2406673AmericaFrontccc.jpg,Valfaris: Mecha Therion,XOne,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 -/games/boxart/full_1571337AmericaFrontccc.jpg,Valfaris: Mecha Therion,XS,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 -/games/boxart/full_4403961AmericaFrontccc.jpg,Valfaris: Mecha Therion,NS,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 -/games/boxart/full_8536085AmericaFrontccc.jpg,Valfaris: Mecha Therion,PC,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 -/games/boxart/full_7944496AmericaFrontccc.jpg,Valfaris: Mecha Therion,PS4,Shooter,Unknown,Steel Mantis,,,,,,,,2023-11-24 -/games/boxart/full_6245296AmericaFrontccc.jpg,Valorant,PC,Shooter,Riot Games,Riot Games,,,,,,,2020-06-02,2020-05-22 -/games/boxart/full_1552600AmericaFrontccc.jpg,Vasara Collection,PS4,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2020-12-01,2019-08-09 -/games/boxart/full_6737096AmericaFrontccc.jpg,Vasara Collection,XOne,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2019-08-14,2019-08-09 -/games/boxart/full_2150310AmericaFrontccc.jpg,Vasara Collection,NS,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2019-08-15,2019-08-09 -/games/boxart/full_3820338AmericaFrontccc.jpg,Vasara Collection,PC,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2019-08-13,2019-08-09 -/games/boxart/full_3762326AmericaFrontccc.jpg,Vasara Collection,PSV,Shooter,QUByte Interactive,QUByte Interactive,,,,,,,2020-12-01,2019-08-09 -/games/boxart/full_4546209AmericaFrontccc.png,Void Bastards,NS,Shooter,Humble Bundle,Blue Manchu,,,,,,,2020-05-07,2020-04-28 -/games/boxart/full_2161058AmericaFrontccc.png,Void Bastards,PC,Shooter,Humble Bundle,Blue Manchu,,,,,,,2019-05-29,2019-06-04 -/games/boxart/full_3009225AmericaFrontccc.png,Void Bastards,PS4,Shooter,Humble Bundle,Blue Manchu,,,,,,,2020-05-07,2020-04-28 -/games/boxart/full_8440079AmericaFrontccc.png,Void Bastards,XOne,Shooter,Humble Bundle,Blue Manchu,,,,,,,2019-05-28,2019-06-04 -/games/boxart/full_1939123AmericaFrontccc.png,Warframe,XS,Shooter,Digital Extremes,Digital Extremes,,,,,,,2020-12-01,2020-06-17 -/games/boxart/full_2424048AmericaFrontccc.png,Warframe,PS5,Shooter,Digital Extremes,Digital Extremes,,,,,,,2020-12-01,2020-06-17 -/games/boxart/full_8213260AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",XS,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 -/games/boxart/full_1162215AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",NS,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 -/games/boxart/full_2528206AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",PC,Shooter,Unknown,Auroch Digital,7.2,,,,,,,2023-06-22 -/games/boxart/full_4611740AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",PS4,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 -/games/boxart/full_3284555AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",PS5,Shooter,Unknown,Auroch Digital,9,,,,,,,2023-06-22 -/games/boxart/full_1791642AmericaFrontccc.jpg,"Warhammer 40,000: Boltgun",XOne,Shooter,Unknown,Auroch Digital,,,,,,,,2023-06-22 -/games/boxart/full_4439968AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine 2",PC,Shooter,Unknown,Saber Interactive,,,,,,,,2021-12-10 -/games/boxart/full_4984115AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine 2",PS5,Shooter,Unknown,Saber Interactive,,,,,,,,2021-12-10 -/games/boxart/full_911606AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine 2",XS,Shooter,Unknown,Saber Interactive,,,,,,,,2021-12-10 -/games/boxart/full_5469218AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine II",PS5,Shooter,Unknown,Saber Interactive,,,,,,,,2023-06-08 -/games/boxart/full_5914560AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine II",XS,Shooter,Unknown,Saber Interactive,,,,,,,,2023-06-08 -/games/boxart/full_8244722AmericaFrontccc.jpg,"Warhammer 40,000: Space Marine II",PC,Shooter,Unknown,Saber Interactive,,,,,,,,2023-06-08 -/games/boxart/default.jpg,Wild Guns Reloaded,PC,Shooter,Unknown,Natsume Atari,,,,,,,,2019-02-15 -/games/boxart/full_3087443AmericaFrontccc.jpg,Wild Guns Reloaded,PS4,Shooter,Natsume,Natsume Atari,,,,,,,2017-01-18,2019-02-16 -/games/boxart/full_2252347AmericaFrontccc.jpg,Wing of Darkness,NS,Shooter,Unknown,Production Exabilities,,,,,,,,2021-06-22 -/games/boxart/full_1277944AmericaFrontccc.jpg,Wing of Darkness,PC,Shooter,Unknown,Production Exabilities,,,,,,,,2021-06-22 -/games/boxart/full_6427494AmericaFrontccc.jpg,Wing of Darkness,PS4,Shooter,Unknown,Production Exabilities,,,,,,,,2021-06-22 -/games/boxart/full_7554611AmericaFrontccc.jpg,Witch Rise,XS,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 -/games/boxart/full_5776422AmericaFrontccc.jpg,Witch Rise,XOne,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 -/games/boxart/full_1702309AmericaFrontccc.jpg,Witch Rise,PS5,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 -/games/boxart/full_9032118AmericaFrontccc.jpg,Witch Rise,PS4,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 -/games/boxart/full_5398914AmericaFrontccc.jpg,Witch Rise,NS,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 -/games/boxart/full_8227753AmericaFrontccc.jpg,Witch Rise,PC,Shooter,Unknown,lightUP,,,,,,,,2024-01-16 -/games/boxart/full_5398700AmericaFrontccc.jpg,Wolfenstein: Cyberpilot,PS4,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-07-12 -/games/boxart/full_201183AmericaFrontccc.jpg,Wolfenstein: Cyberpilot,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-07-12 -/games/boxart/full_4882442AmericaFrontccc.png,Wolfenstein: Youngblood,NS,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 -/games/boxart/full_7780419AmericaFrontccc.png,Wolfenstein: Youngblood,PC,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 -/games/boxart/full_3343843AmericaFrontccc.png,Wolfenstein: Youngblood,PS4,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 -/games/boxart/full_1832177AmericaFrontccc.png,Wolfenstein: Youngblood,XOne,Shooter,Bethesda Softworks,MachineGames,,,,,,,2019-07-26,2019-04-06 -/games/boxart/full_9012217AmericaFrontccc.png,World War Z,XOne,Shooter,Focus Home Interactive,Saber Interactive,,,,,,,2019-04-16,2019-03-20 -/games/boxart/full_9673621AmericaFrontccc.png,World War Z,PS4,Shooter,Focus Home Interactive,Saber Interactive,,,,,,,2019-04-16,2019-03-20 -/games/boxart/full_4586495AmericaFrontccc.jpg,World War Z Aftermath,PS5,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 -/games/boxart/full_7332679AmericaFrontccc.jpg,World War Z Aftermath,PS4,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 -/games/boxart/full_3963744AmericaFrontccc.jpg,World War Z Aftermath,PC,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 -/games/boxart/full_1157336AmericaFrontccc.jpg,World War Z Aftermath,XOne,Shooter,Unknown,Saber Interactive,,,,,,,,2021-06-13 -/games/boxart/default.jpg,Worm Whomper,Int,Shooter,Activision,Cheshire Engineering,,,,,,,1983-01-01,2018-01-14 -/games/boxart/full_8127756AmericaFrontccc.jpg,Wrath: Aeon of Ruin,XOne,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 -/games/boxart/full_2059419AmericaFrontccc.jpg,Wrath: Aeon of Ruin,NS,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 -/games/boxart/full_3096441AmericaFrontccc.jpg,Wrath: Aeon of Ruin,PC,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 -/games/boxart/full_2970195AmericaFrontccc.jpg,Wrath: Aeon of Ruin,PS4,Shooter,3D Realms,KillPixel,,,,,,,2021-02-25,2020-08-24 -/games/boxart/default.jpg,Xeno Crisis,PSV,Shooter,Unknown,Bitmap Bureau,,,,,,,,2022-08-25 -/games/boxart/full_6789262AmericaFrontccc.jpg,Xenocider,PS5,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 -/games/boxart/full_2430604AmericaFrontccc.jpg,Xenocider,XOne,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 -/games/boxart/full_3232086AmericaFrontccc.jpg,Xenocider,XS,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 -/games/boxart/full_312308AmericaFrontccc.jpg,Xenocider,NS,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 -/games/boxart/full_3196116AmericaFrontccc.jpg,Xenocider,PC,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 -/games/boxart/full_4047043AmericaFrontccc.jpg,Xenocider,PS4,Shooter,Unknown,2Dream Coporation,,,,,,,,2021-08-31 -/games/boxart/full_9291410AmericaFrontccc.jpg,XIII,NS,Shooter,Ubisoft,PlayMagic,,,,,,,2020-11-10,2020-07-06 -/games/boxart/full_1872404AmericaFrontccc.jpg,XIII,PS4,Shooter,Ubisoft,PlayMagic,,,,,,,2020-11-10,2020-07-06 -/games/boxart/full_8602499AmericaFrontccc.jpg,XIII,XOne,Shooter,Ubisoft,PlayMagic,,,,,,,2020-11-10,2020-07-06 -/games/boxart/full_8225673AmericaFrontccc.jpg,XIII (2020),PC,Shooter,Microids,PlayMagic,,,,,,,2020-11-10,2020-07-06 -/games/boxart/full_4729616AmericaFrontccc.jpg,Zaxxon,CV,Shooter,Coleco,Sega,,,,,,,1982-10-05,2021-10-18 -/games/boxart/full_329720AmericaFrontccc.jpg,Zaxxon,Int,Shooter,Coleco,Coleco,,,,,,,1983-01-01,2018-01-13 -/games/boxart/full_8017597PALFrontccc.jpg,Zombie Army 4: Dead War,PS4,Shooter,Rebellion Developments,Rebellion Games,,,,,,,2020-02-04,2019-07-12 -/games/boxart/full_8408809PALFrontccc.jpg,Zombie Army 4: Dead War,PC,Shooter,Rebellion Developments,Rebellion Games,,,,,,,2020-02-04,2019-07-12 -/games/boxart/full_2127902PALFrontccc.png,Zombie Army 4: Dead War,XOne,Shooter,Rebellion Developments,Rebellion Games,,,,,,,2020-02-04,2019-07-12 -/games/boxart/full_1207842AmericaFrontccc.jpg,Zombie Army Trilogy,NS,Shooter,Rebellion Developments,Rebellion Developments,,,,,,,2020-03-31,2021-11-06 -/games/boxart/full_9542673AmericaFrontccc.jpg,Zombieland: Double Tap - Road Trip,PS4,Shooter,GameMill Entertainment,High Voltage Software,4,,,,,,2019-10-15,2020-09-25 -/games/boxart/full_9816071AmericaFrontccc.jpg,Zombieland: Double Tap - Road Trip,NS,Shooter,GameMill Entertainment,High Voltage Software,,,,,,,2019-10-15,2020-09-22 -/games/boxart/default.jpg,Zombieland: Double Tap - Road Trip,PC,Shooter,GameMill Entertainment,High Voltage Software,,,,,,,2019-10-15,2020-09-25 -/games/boxart/full_1395359AmericaFrontccc.jpg,Zombieland: Double Tap - Road Trip,XOne,Shooter,GameMill Entertainment,High Voltage Software,,,,,,,2019-10-15,2020-09-25 -/games/boxart/full_1356677AmericaFrontccc.jpg,The Sims,Series,Simulation,Electronic Arts,Maxis,,,,,,,2000-02-04,2020-02-18 -/games/boxart/full_5995252AmericaFrontccc.jpg,Animal Crossing,Series,Simulation,Nintendo,Nintendo,,,,,,,2002-09-16,2020-02-20 -/games/boxart/full_5208890AmericaFrontccc.jpg,Animal Crossing: New Horizons,NS,Simulation,Nintendo,Nintendo,,,,,,,2020-03-20,2020-04-11 -/games/boxart/full_9222919AmericaFrontccc.png,Football Manager,Series,Simulation,Sega,Sports Interactive,,,,,,,2004-11-05,2020-02-07 -/games/boxart/full_905745AmericaFrontccc.jpg,Nintendogs,Series,Simulation,Nintendo,Nintendo,,,,,,,2005-08-22,2020-02-20 -/games/boxart/full_3483705AmericaFrontccc.jpg,Farming Simulator,Series,Simulation,Astragon,Giants Software,,,,,,,2008-04-14,2020-03-03 -/games/boxart/full_4637181AmericaFrontccc.jpg,Petz,Series,Simulation,PF.Magic,PF Magic,,,,,,,1995-01-01,2020-02-10 -/games/boxart/full_4870931AmericaFrontccc.jpg,Nintendogs,DS,Simulation,Nintendo,Nintendo EAD,8.4,,,,,,2005-08-23, -/games/boxart/full_4043724AmericaFrontccc.jpg,Microsoft Flight Simulator,Series,Simulation,Microsoft,Sublogic,,,,,,,1982-11-01,2022-10-06 -/games/boxart/full_8070460AmericaFrontccc.jpg,Imagine,Series,Simulation,Ubisoft,Ubisoft,,,,,,,2007-10-01,2020-02-10 -/games/boxart/full_5807820AmericaFrontccc.jpg,SimCity,Series,Simulation,Maxis,Maxis,,,,,,,1989-02-02,2020-02-17 -/games/boxart/full_5016220AmericaFrontccc.png,Stardew Valley,Series,Simulation,Chucklefish,ConcernedApe,,,,,,,2016-02-26,2020-02-12 -/games/boxart/full_5231414AmericaFrontccc.png,Stardew Valley,All,Simulation,ConcernedApe,ConcernedApe,,,,,,,2016-02-26,2020-12-28 -/games/boxart/full_3731874AmericaFrontccc.jpg,Ace Combat,Series,Simulation,Namco,Namco,,,,,,,1995-09-09,2020-03-11 -/games/boxart/full_1474249AmericaFrontccc.jpg,RollerCoaster Tycoon,Series,Simulation,Hasbro Interactive,Chris Sawyer Productions,,,,,,,1999-03-22,2020-03-11 -/games/boxart/full_3148243AmericaFrontccc.png,The Sims,All,Simulation,Electronic Arts,Maxis,,,,,,,2000-02-04,2020-10-18 -/games/boxart/full_3208979PALFrontccc.jpg,Theme Park,All,Simulation,Bullfrog Productions,Bullfrog Productions,,,,,,,1994-06-01,2022-09-26 -/games/boxart/full_7774244AmericaFrontccc.jpg,Animal Crossing: New Leaf,3DS,Simulation,Nintendo,Nintendo EAD,8.6,,,,,,2013-06-09,2018-01-02 -/games/boxart/full_5698458AmericaFrontccc.jpg,Stardew Valley,PC,Simulation,Chucklefish,ConcernedApe,9.2,,,,,,2016-02-26,2018-03-21 -/games/boxart/full_3703430AmericaFrontccc.jpg,Cities: Skylines,All,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10,2021-01-27 -/games/boxart/full_7971089AmericaFrontccc.jpg,Cooking Mama,Series,Simulation,Majesco Entertainment,Cooking Mama Limited,,,,,,,2006-09-12,2020-02-22 -/games/boxart/full_8328377AmericaFrontccc.jpg,Animal Crossing: Wild World,DS,Simulation,Nintendo,Nintendo EAD,8.5,,,,,,2005-12-05, -/games/boxart/full_7075778AmericaFrontccc.jpg,Tomodachi,Series,Simulation,Nintendo,Nintendo,,,,,,,2014-06-06,2020-02-19 -/games/boxart/full_8800543AmericaFrontccc.jpg,The Sims 3,All,Simulation,Electronic Arts,Maxis,,,,,,,2009-06-02,2020-10-18 -/games/boxart/full_8176182AmericaFrontccc.jpg,The Forest,Series,Simulation,Endnight Games Ltd,Endnight Games Ltd,,,,,,,2018-04-30,2023-02-27 -/games/boxart/full_6316001AmericaFrontccc.png,Tomodachi Life,3DS,Simulation,Nintendo,Nintendo,7.8,,,,,,2014-06-06,2018-01-05 -/games/boxart/full_2481526AmericaFrontccc.jpg,Elite,Series,Simulation,Imagineer,David Braben,,,,,,,1984-09-20,2021-01-19 -/games/boxart/full_1659772AmericaFrontccc.jpg,Pokémon Snap,Series,Simulation,Nintendo,HAL Laboratory,,,,,,,1999-06-30,2021-08-05 -/games/boxart/full_4006240AmericaFrontccc.png,Championship Manager,Series,Simulation,Domark Software,Intelek,,,,,,,1992-09-01,2020-02-12 -/games/boxart/full_7497790PALFrontccc.jpg,Euro Truck Simulator 2,PC,Simulation,SCS Software,SCS Software,8.5,,,,,,2013-01-16,2017-12-31 -/games/boxart/full_1186839AmericaFrontccc.jpg,Style Savvy,Series,Simulation,Nintendo,syn Sophia,,,,,,,2009-11-02,2022-05-10 -/games/boxart/full_8384911AmericaFrontccc.jpg,Anno,Series,Simulation,GT Interactive,Max Design,,,,,,,2000-02-01,2021-05-12 -/games/boxart/full_556866AmericaFrontccc.jpg,Slime Rancher,Series,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2022-09-23 -/games/boxart/full_7703243AmericaFrontccc.jpg,The Forest,PC,Simulation,Endnight Games Ltd,Endnight Games Ltd,,,,,,,2014-05-30,2023-02-27 -/games/boxart/full_1327112AmericaFrontccc.jpg,Ace Combat 7: Skies Unknown,All,Simulation,Bandai Namco Entertainment,Bandai Namco Studios,,,,,,,2019-01-18,2020-12-03 -/games/boxart/full_1184797AmericaFrontccc.jpg,Cities: Skylines,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10,2018-01-14 -/games/boxart/full_5215470PALFrontccc.jpg,Kerbal Space Program,All,Simulation,Private Division,Squad,,,,,,,2015-04-27,2021-01-10 -/games/boxart/full_7171085AmericaFrontccc.png,Kerbal Space Program,Series,Simulation,Private Division,Squad,,,,,,,2015-04-27,2020-02-06 -/games/boxart/full_8367866AmericaFrontccc.jpg,SimCity 3000,PC,Simulation,Electronic Arts,Maxis,8.5,,,,,,1998-03-15, -/games/boxart/full_4184447AmericaFrontccc.jpg,Slime Rancher,All,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2022-01-15 -/games/boxart/full_3217497AmericaFrontccc.jpg,The Long Dark,All,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2021-02-18 -/games/boxart/full_98856AmericaFrontccc.jpg,Nintendogs + cats,3DS,Simulation,Nintendo,Nintendo EAD,7.2,,,,,,2011-03-27, -/games/boxart/full_3192593AmericaFrontccc.jpg,Animal Crossing: City Folk,Wii,Simulation,Nintendo,Nintendo EAD,7.1,,,,,,2008-11-16, -/games/boxart/full_1502405AmericaFrontccc.jpg,Pokémon Snap,N64,Simulation,Nintendo,HAL Laboratory,7.9,,,,,,1999-06-30,2018-04-20 -/games/boxart/full_156835AmericaFrontccc.jpg,Animal Crossing: Happy Home Designer,3DS,Simulation,Nintendo,Nintendo EAD,6.6,,,,,,2015-09-25,2018-01-14 -/games/boxart/full_1463410AmericaFrontccc.jpg,Elite Dangerous,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2014-12-16,2021-01-19 -/games/boxart/full_7477816AmericaFrontccc.png,SimCity 2000,All,Simulation,Maxis,Maxis,,,,,,,1993-01-01,2020-11-27 -/games/boxart/full_4359256AmericaFrontccc.jpg,Spintires,Series,Simulation,IMGN PRO,Saber Interactive,,,,,,,2014-06-13,2020-03-04 -/games/boxart/full_2514623AmericaFrontccc.jpg,Top Gun,Series,Simulation,Ocean Software,Ocean Software,,,,,,,1986-12-01,2022-09-21 -/games/boxart/full_78779AmericaFrontccc.jpg,SimCity,All,Simulation,Maxis,Maxis,,,,,,,1989-02-02,2020-11-27 -/games/boxart/full_9290315AmericaFrontccc.jpg,Farming Simulator 15,All,Simulation,Focus Home Interactive,Giants Software,,,,,,,2014-10-30,2020-12-18 -/games/boxart/full_5262902AmericaFrontccc.jpg,Farming Simulator 22,All,Simulation,Giants Software,Giants Software,,,,,,,2021-11-22,2021-12-01 -/games/boxart/full_499709AmericaFrontccc.jpg,Football Manager 2020,All,Simulation,Sega,Sports Interactive,,,,,,,2019-11-18,2023-08-11 -/games/boxart/full_9732181PALFrontccc.jpg,Jurassic World Evolution,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2018-06-12,2021-01-19 -/games/boxart/full_4794830PALFrontccc.jpg,Space Engineers,PC,Simulation,Keen Software House,Keen Software House,,,,,,,2019-02-28,2018-09-13 -/games/boxart/full_1828530AmericaFrontccc.jpg,Style Savvy,DS,Simulation,Nintendo,syn Sophia,7.6,,,,,,2009-11-02, -/games/boxart/full_435104PALFrontccc.jpg,Prison Architect,PC,Simulation,Introversion Software,Introversion Software,,,,,,,2015-10-06,2018-08-18 -/games/boxart/full_9403126AmericaFrontccc.jpg,1602 A.D.,PC,Simulation,Sunflowers,Max Design,,,,,,,2000-02-01, -/games/boxart/9672735ccc.jpg,Ace Combat 04: Shattered Skies,PS2,Simulation,Namco,Namco,8.9,,,,,,2001-11-01, -/games/boxart/full_8933028AmericaFrontccc.jpg,Comanche,Series,Simulation,NovaLogic,NUKKLEAR,,,,,,,1992-01-01,2021-03-27 -/games/boxart/full_9737248AmericaFrontccc.jpg,Goat Simulator,All,Simulation,Coffee Stain Studios,Coffee Stain Studios,,,,,,,2014-04-01,2021-02-21 -/games/boxart/full_1967826AmericaFrontccc.jpg,Planet Coaster,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2016-11-17,2018-09-22 -/games/boxart/full_5908085AmericaFrontccc.png,New Pokémon Snap,NS,Simulation,Nintendo,Bandai Namco Studios,,,,,,,2021-04-30,2020-06-17 -/games/boxart/full_8179036AmericaFrontccc.png,Tabletop Simulator,PC,Simulation,Berserk Games,Berserk Games,,,,,,,2015-06-05,2018-02-18 -/games/boxart/6370092ccc.jpg,Animal Crossing,GC,Simulation,Nintendo,Nintendo EAD,8.3,,,,,,2002-09-15, -/games/boxart/full_7626494AmericaFrontccc.jpg,Air Combat,PS,Simulation,Namco,Namco,7,,,,,,1995-06-29, -/games/boxart/full_1987179AmericaFrontccc.jpg,Star Wars: Rogue Squadron,N64,Simulation,LucasArts,Factor 5,9,,,,,,1998-11-17, -/games/boxart/full_4851158AmericaFrontccc.jpg,1503 A.D.: The New World,PC,Simulation,Electronic Arts,Sunflower Studios,,,,,,,2003-03-23, -/games/boxart/full_9991221AmericaFrontccc.jpg,Farming Simulator 19,All,Simulation,Focus Home Interactive,Giants Software,,,,,,,2018-11-19,2020-12-18 -/games/boxart/full_3381776AmericaFrontccc.jpg,Football Manager 2019,All,Simulation,Sega,Sports Interactive,,,,,,,2018-11-02,2021-02-12 -/games/boxart/full_4764643AmericaFrontccc.png,SimCity (2013),PC,Simulation,Electronic Arts,Maxis,,,,,,,2013-03-05,2018-05-06 -/games/boxart/full_6227575AmericaFrontccc.jpg,Sons of the Forest,PC,Simulation,Newnight,Endnight Games Ltd,,,,,,,2023-02-23,2023-02-27 -/games/boxart/6117958ccc.jpg,Top Gun,NES,Simulation,Konami,Konami,,,,,,,1987-11-01, -/games/boxart/1602232ccc.jpg,SimCity,SNES,Simulation,Nintendo,Intelligent Systems,,,,,,,1991-09-10, -/games/boxart/full_5364383AmericaFrontccc.jpg,The Long Dark,PC,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2018-08-07 -/games/boxart/full_3864225AmericaFrontccc.jpg,"Hey You, Pikachu!",N64,Simulation,Nintendo,Ambrella,,,,,,,2000-11-05, -/games/boxart/full_2886030AmericaFrontccc.jpg,Ace Combat 5: The Unsung War,PS2,Simulation,Namco,Namco,,,,,,,2004-10-25, -/games/boxart/full_2519159AmericaFrontccc.jpg,Barbie Fashion Designer,All,Simulation,Mattel Media,Digital Domain,,,,,,,1996-11-01,2020-12-04 -/games/boxart/full_2489719AmericaFrontccc.jpg,Game Dev Tycoon,PC,Simulation,Greenheart Games,Greenheart Games,,,,,,,2013-03-15,2019-02-02 -/games/boxart/full_5797732AmericaFrontccc.jpg,F-15 Strike Eagle,All,Simulation,Microprose,MicroProse,,,,,,,1984-01-01,2021-04-22 -/games/boxart/full_2752874AmericaFrontccc.jpg,Home Design 3D,PC,Simulation,Expert Software,Expert Software,,,,,,,1991-01-01,2023-08-11 -/games/boxart/3765428ccc.jpg,Tamagotchi Connection: Corner Shop,DS,Simulation,Bandai,NanaOn-Sha,,,,,,,2006-01-31, -/games/boxart/full_8651461AmericaFrontccc.jpg,Style Savvy: Trendsetters,3DS,Simulation,Nintendo,syn Sophia,,,,,,,2012-10-22,2018-01-07 -/games/boxart/full_3246005AmericaFrontccc.jpg,Style Savvy: Fashion Forward,3DS,Simulation,Nintendo,syn Sophia,6.5,,,,,,2016-08-19,2018-01-07 -/games/boxart/1904663ccc.jpg,Ace Combat 6: Fires of Liberation,X360,Simulation,Namco Bandai,Namco Bandai Games,8.1,,,,,,2007-10-23, -/games/boxart/full_5194040AmericaFrontccc.png,Satisfactory,PC,Simulation,Coffee Stain Studios,Coffee Stain Studios,,,,,,,2019-03-18,2019-06-07 -/games/boxart/full_3902709AmericaFrontccc.jpeg,Elite Dangerous: Horizons,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2015-12-15,2021-01-19 -/games/boxart/full_2292193AmericaFrontccc.jpg,Slime Rancher,PC,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2018-08-07 -/games/boxart/full_7558476AmericaFrontccc.jpg,Jane's AH-64D Longbow,Series,Simulation,Electronic Arts,Origin Systems,,,,,,,1996-01-01,2021-03-15 -/games/boxart/3165101ccc.jpg,SimCity,PC,Simulation,Maxis,Maxis,,,,,,,1989-01-01, -/games/boxart/full_2250419AmericaFrontccc.jpg,Hand Simulator,PC,Simulation,Unknown,HFM Games,,,,,,,,2019-02-03 -/games/boxart/full_9095923AmericaFrontccc.jpg,Ace Combat 3: Electrosphere,PS,Simulation,Namco,Namco,7.6,,,,,,2000-03-02, -/games/boxart/4070945ccc.jpg,Pilotwings,SNES,Simulation,Nintendo,Nintendo EAD,,,,,,,1991-08-13, -/games/boxart/full_1158273AmericaFrontccc.jpg,Pilotwings 64,N64,Simulation,Nintendo,Paradigm Entertainment,,,,,,,1996-09-29, -/games/boxart/6029760ccc.jpg,Ace Combat 2,PS,Simulation,Namco,Namco,8.5,,,,,,1997-07-31, -/games/boxart/full_5734125JapanFrontccc.jpg,BeatMania,PS,Simulation,Konami,Konami,,,,,,,1998-10-01, -/games/boxart/8200038ccc.jpg,Tamagotchi Connection: Corner Shop 2,DS,Simulation,Namco Bandai,NanaOn-Sha,,,,,,,2006-11-14, -/games/boxart/full_9621914AmericaFrontccc.png,Ace Combat: Assault Horizon,All,Simulation,Bandai Namco Games,Project ACES,,,,,,,2011-10-11,2020-11-20 -/games/boxart/full_5107441AmericaFrontccc.jpg,Monster Rancher,PS,Simulation,Tecmo,Tecmo,,,,,,,1997-11-30, -/games/boxart/full_9725957AmericaFrontccc.jpg,1701 A.D.,PC,Simulation,Aspyr,Related Designs,7.7,,,,,,2006-11-06, -/games/boxart/full_8861562AmericaFrontccc.jpg,Caesar,Series,Simulation,Sierra Online,Impressions Games,,,,,,,1992-10-12,2021-03-18 -/games/boxart/full_9778155JapanFrontccc.jpg,Densha De Go!,PS,Simulation,Taito,Taito Corporation,,,,,,,1997-12-18, -/games/boxart/full_7308269AmericaFrontccc.jpg,Elite,All,Simulation,Acornsoft,David Braben,,,,,,,1984-09-20,2021-01-19 -/games/boxart/full_2703038AmericaFrontccc.jpg,Escape Simulator,PC,Simulation,Pine Studio,Pine Studio,,,,,,,2021-10-19,2022-05-02 -/games/boxart/full_8053718AmericaFrontccc.jpg,Farming Simulator 17,All,Simulation,Giants Software,Giants Software,,,,,,,2016-10-24,2020-12-18 -/games/boxart/full_5531003AmericaFrontccc.jpg,Football Manager 2013,All,Simulation,Sega,Sports Interactive,,,,,,,2012-11-02,2020-11-13 -/games/boxart/full_928994AmericaFrontccc.jpg,Football Manager 2014,All,Simulation,Sega,Sports Interactive,,,,,,,2013-10-30,2020-11-13 -/games/boxart/full_2617263AmericaFrontccc.jpg,Football Manager 2015,All,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2020-11-13 -/games/boxart/full_7283646PALFrontccc.png,Football Manager 2016,PC,Simulation,Sega,Sports Interactive,,,,,,,2015-11-13,2018-04-20 -/games/boxart/full_423572PALFrontccc.jpg,Football Manager 2017,PC,Simulation,Sega,Sports Interactive,,,,,,,2016-11-04,2018-05-29 -/games/boxart/full_4065481AmericaFrontccc.jpg,Football Manager 2021,All,Simulation,Sega,Sports Interactive,,,,,,,2020-11-24,2021-01-05 -/games/boxart/full_9778527AmericaFrontccc.jpg,Goat Simulator,iOS,Simulation,Unknown,Coffee Stain Studios,,,,,,,, -/games/boxart/full_9242764AmericaFrontccc.jpg,Microsoft Flight Simulator (2020),PC,Simulation,Xbox Game Studios,Asobo Studio,,,,,,,2020-08-18,2020-08-04 -/games/boxart/full_514547AmericaFrontccc.jpg,Microsoft Train Simulator,PC,Simulation,Microsoft,Kuju Entertainment,,,,,,,2001-05-31, -/games/boxart/full_6348714AmericaFrontccc.jpg,Monster Rancher 2,PS,Simulation,Tecmo,Tecmo,,,,,,,1999-01-01, -/games/boxart/full_2612074AmericaFrontccc.jpg,My Time At Portia,PC,Simulation,Team17 Digital Ltd,Pathea Games,,,,,,,2019-01-15,2019-04-15 -/games/boxart/full_9269884AmericaFrontccc.jpg,Planet Zoo,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2019-11-05,2019-06-02 -/games/boxart/full_5155382AmericaFrontccc.jpg,SnowRunner,All,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-11-27 -/games/boxart/full_3914688AmericaFrontccc.jpg,Spintires: MudRunner,All,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2017-10-31,2020-11-27 -/games/boxart/full_4129150AmericaFrontccc.jpg,Spiritfarer,All,Simulation,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-08-18,2021-04-20 -/games/boxart/full_4872157PALFrontccc.jpg,Story of Seasons: Pioneers of Olive Town,NS,Simulation,Marvelous,Marvelous,,,,,,,2021-03-26,2021-02-10 -/games/boxart/full_872885AmericaFrontccc.jpg,Story of Seasons: Pioneers of Olive Town,All,Simulation,Xseed Games,Marvelous,,,,,,,2021-09-15,2021-10-05 -/games/boxart/full_7554227AmericaFrontccc.png,The Urbz: Sims in the City,All,Simulation,Electronic Arts,Maxis,,,,,,,2004-11-09,2020-12-03 -/games/boxart/full_7651475AmericaFrontccc.jpg,Tom Clancy's HAWX,All,Simulation,Ubisoft,Ubisoft Bucharest,,,,,,,2009-03-03,2020-11-26 -/games/boxart/full_2050407AmericaFrontccc.png,Tropico,All,Simulation,Gathering of Developers,PopTop Software,,,,,,,2001-04-24,2021-03-13 -/games/boxart/full_5116316AmericaFrontccc.jpg,Two Point Hospital,PC,Simulation,Sega,Two Point Studio,,,,,,,2018-08-30,2019-07-24 -/games/boxart/full_9323945AmericaFrontccc.jpg,Untitled Goose Game,Series,Simulation,Panic,House House,,,,,,,2009-09-20,2020-03-03 -/games/boxart/full_5888026AmericaFrontccc.jpg,Untitled Goose Game,All,Simulation,Panic,House House,,,,,,,2019-09-20,2021-01-24 -/games/boxart/6070694ccc.jpg,Viva Pinata,X360,Simulation,Microsoft Game Studios,Rare Ltd.,8.4,,,,,,2006-11-09, -/games/boxart/full_5767693PALFrontccc.jpg,Football Manager 2018,PC,Simulation,Sega,Sports Interactive,,,,,,,2017-11-10,2018-05-31 -/games/boxart/full_5277175AmericaFrontccc.jpg,Farming Simulator 2015,PC,Simulation,Focus Home Interactive,Giants Software,,,,,,,2014-09-30,2018-04-11 -/games/boxart/full_8598132PALFrontccc.jpg,Football Manager 2015,PC,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2018-05-29 -/games/boxart/full_8300724AmericaFrontccc.jpg,Poly Bridge,PC,Simulation,Unknown,Dry Cactus Limited,,,,,,,,2019-02-07 -/games/boxart/full_9837775AmericaFrontccc.jpg,BeamNG.drive,PC,Simulation,Unknown,BeamNG,,,,,,,,2019-02-07 -/games/boxart/full_6559970AmericaFrontccc.jpg,Microsoft Flight Simulator 1.0,PC,Simulation,Microsoft,Sublogic,,,,,,,1982-11-01, -/games/boxart/full_1011635AmericaFrontccc.jpg,Farming Simulator 17,PC,Simulation,Focus Home Interactive,Giants Software,,,,,,,2016-10-25,2018-04-06 -/games/boxart/2215321ccc.jpg,Ace Combat Zero: The Belkan War,PS2,Simulation,Namco,Namco,7.5,,,,,,2006-04-25, -/games/boxart/full_universe-sandbox_562AmericaFront.jpg,Universe Sandbox,PC,Simulation,Unknown,Dan Dixon,,,,,,,2011-04-29, -/games/boxart/full_6726527AmericaFrontccc.jpg,Youtubers Life,PC,Simulation,Unknown,U-PLAY Studios,,,,,,,,2019-02-07 -/games/boxart/full_4709991AmericaFrontccc.jpg,Falcon 3.0,PC,Simulation,Spectrum Holobyte,Sphere,,,,,,,1991-12-01, -/games/boxart/full_7833315AmericaFrontccc.jpg,Wing Commander III: Heart of the Tiger,All,Simulation,Origin Systems,Origin Systems,,,,,,,1994-12-01,2021-03-16 -/games/boxart/full_6918638AmericaFrontccc.jpg,Football Manager 2011,All,Simulation,Sega,Sports Interactive,,,,,,,2010-11-05,2020-11-13 -/games/boxart/full_932182AmericaFrontccc.jpg,F1 Manager 2022,All,Simulation,Frontier Developments,Frontier Developments,,,,,,,2022-08-30,2023-01-10 -/games/boxart/full_4068595AmericaFrontccc.jpg,Jane's AH-64D Longbow,PC,Simulation,Electronic Arts,Origin Systems,,,,,,,1996-05-31,2021-03-15 -/games/boxart/full_2317826PALFrontccc.jpg,Farming Simulator 2013,PC,Simulation,Focus Home Interactive,Giants Software,,,,,,,2012-10-25,2018-01-06 -/games/boxart/full_9232984AmericaFrontccc.jpg,FaceRig,PC,Simulation,Unknown,Holotech Studios,,,,,,,,2019-02-08 -/games/boxart/full_8097417AmericaFrontccc.jpg,I Am Bread,PC,Simulation,Bossa Studios,Bossa Studios,,,,,,,2015-04-09,2018-08-11 -/games/boxart/full_6783421AmericaFrontccc.jpg,Kingdoms and Castles,PC,Simulation,Unknown,Lion Shield,,,,,,,,2018-01-11 -/games/boxart/full_1876857AmericaFrontccc.png,Ace,PC,Simulation,Unknown,Cascade Games,,,,,,,,2021-03-20 -/games/boxart/full_2032272AmericaFrontccc.jpg,Caesar II,All,Simulation,Sierra Online,Impressions Games,,,,,,,1995-09-04,2021-03-18 -/games/boxart/full_8020569AmericaFrontccc.jpg,Creatures,PC,Simulation,Mindscape,Millenium Interactive,,,,,,,1997-07-01, -/games/boxart/full_2857210AmericaFrontccc.jpg,Disney Magic Castle: My Happy Life,3DS,Simulation,Nintendo,High Horse Entertainment,7.9,,,,,,2014-04-11,2018-01-07 -/games/boxart/full_1548675JapanFrontccc.jpg,Fishing Spirits,NS,Simulation,Bandai Namco Games,Bandai Namco Games,,,,,,,2019-07-25,2020-07-08 -/games/boxart/full_2656102AmericaFrontccc.jpg,Frontier: Elite II,All,Simulation,GameTek,David Braben,,,,,,,1993-10-29,2021-01-19 -/games/boxart/full_5195587AmericaFrontccc.jpg,MechWarrior 2: 31st Century Combat,PC,Simulation,Activision,Quantum Factory,,,,,,,1995-06-30, -/games/boxart/full_5834575JapanFrontccc.jpg,Momotarou Dentetsu 7,PS,Simulation,Hudson Entertainment,Hudson Soft,,,,,,,1997-12-23, -/games/boxart/5276642ccc.jpg,Red Baron,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1990-01-01, -/games/boxart/full_1464991AmericaFrontccc.jpg,Top Gun,PC,Simulation,Thunder Mountain,Ocean Software,,,,,,,1987-01-01, -/games/boxart/full_1249914AmericaFrontccc.jpg,Car Mechanic Simulator 2018,PC,Simulation,Unknown,Red Dot Games,,,,,,,,2019-02-09 -/games/boxart/full_x3-terran-conflict_494AmericaFront.jpg,X3: Terran Conflict,PC,Simulation,Atari,Egosoft,8.2,,,,,,2009-03-31, -/games/boxart/full_2566588AmericaFrontccc.jpg,Jurassic World Evolution,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2018-07-03,2018-04-20 -/games/boxart/full_6415736AmericaFrontccc.jpg,Ace Combat X: Skies of Deception,PSP,Simulation,Namco Bandai,Bandai Namco Games,7.6,,,,,,2006-10-23, -/games/boxart/full_6666821JapanFrontccc.jpg,Mobile Suit Gundam Seed,PS2,Simulation,Bandai,Bandai,,,,,,,2003-07-31, -/games/boxart/full_2796958AmericaFrontccc.jpg,Turmoil,PC,Simulation,Unknown,Gamious,,,,,,,,2019-02-09 -/games/boxart/full_324962AmericaFrontccc.jpg,Cities in Motion 2,PC,Simulation,Unknown,Colossal Order,,,,,,,,2019-02-10 -/games/boxart/full_2150295AmericaFrontccc.jpg,Microsoft Combat Flight Simulator: WWII Europe Series,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,1998-09-30, -/games/boxart/full_1470475AmericaFrontccc.jpg,My Summer Car,PC,Simulation,Unknown,Amistech Games,,,,,,,,2019-02-10 -/games/boxart/full_393363AmericaFrontccc.jpg,Turbo Dismount,PC,Simulation,Unknown,Secret Exit Ltd.,,,,,,,,2019-02-10 -/games/boxart/full_8090991AmericaFrontccc.jpg,Shower With Your Dad Simulator 2015: Do You Still Shower With Your Dad,PC,Simulation,Unknown,marbenx,,,,,,,,2019-02-10 -/games/boxart/full_7433291AmericaFrontccc.jpg,Caesar III,All,Simulation,Sierra Studios,Impressions Games,,,,,,,1998-09-30,2021-03-18 -/games/boxart/full_9778285AmericaFrontccc.png,IndyCar Racing,PC,Simulation,Papyrus,Papyrus Design Group,,,,,,,1993-01-01, -/games/boxart/full_8958140AmericaFrontccc.jpg,Jurassic Park: Operation Genesis,All,Simulation,Universal Interactive,Blue Tongue Entertainment,,,,,,,2003-03-10,2021-01-19 -/games/boxart/7283096ccc.jpg,M1 Tank Platoon,PC,Simulation,Microprose,MicroProse,,,,,,,1989-01-01, -/games/boxart/full_4569268AmericaFrontccc.jpg,Sid Meier's Railroad Tycoon Deluxe,All,Simulation,Microprose,MPS Labs,,,,,,,1990-01-01,2021-03-12 -/games/boxart/full_9242862AmericaFrontccc.jpg,"Cook, Serve, Delicious!",PC,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2013-10-08,2019-04-04 -/games/boxart/full_5368475AmericaFrontccc.jpeg,Rebel Galaxy,PC,Simulation,Double Damage Games,Double Damage Games,,,,,,,2016-01-01,2018-01-01 -/games/boxart/full_7290787AmericaFrontccc.jpg,This is the Police,PC,Simulation,EuroVideo Medien,Weappy Studio,,,,,,,2016-08-02,2019-04-08 -/games/boxart/full_2912631AmericaFrontccc.jpg,Mountain,PC,Simulation,Double Fine Productions,Double Fine Productions,,,,,,,2014-07-01, -/games/boxart/full_3415065AmericaFrontccc.jpg,Top Gun: Fire at Will,All,Simulation,Spectrum Holobyte,Spectrum HoloByte,,,,,,,1996-02-21,2023-08-12 -/games/boxart/full_8373981AmericaFrontccc.jpg,Planetbase,PC,Simulation,Unknown,Madruga Works,,,,,,,,2019-02-11 -/games/boxart/full_3495573AmericaFrontccc.jpg,House Flipper,PC,Simulation,Unknown,Empyrean,,,,,,,,2019-02-11 -/games/boxart/full_9700041AmericaFrontccc.png,Aces of the Pacific,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1992-01-01, -/games/boxart/full_2886023AmericaFrontccc.jpg,Cabela's Big Game Hunter II,PC,Simulation,HeadGames Publishing,HeadGames Publishing,,,,,,,1998-10-01,2023-08-15 -/games/boxart/full_410045AmericaFrontccc.jpg,Star Trek: Starfleet Academy,All,Simulation,Interplay Productions,Interplay Productions,,,,,,,1997-09-12,2021-03-29 -/games/boxart/full_9567384PALFrontccc.jpg,Top Gun,PS2,Simulation,Blast! Entertainment Ltd,Atomic Planet Entertainment,,,,,,,2007-10-05, -/games/boxart/full_6638915PALFrontccc.jpg,Transport Fever,PC,Simulation,Astragon,Urban Games,,,,,,,2016-11-08,2018-09-22 -/games/boxart/full_854221AmericaFrontccc.jpg,HunieCam Studio,PC,Simulation,Unknown,HuniePot,,,,,,,,2019-02-13 -/games/boxart/full_4716290AmericaFrontccc.jpg,Spintires: MudRunner,PC,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2017-10-31,2018-05-30 -/games/boxart/full_6688265AmericaFrontccc.jpg,SimplePlanes,PC,Simulation,Unknown,"Jundroo, LLC",,,,,,,,2019-02-13 -/games/boxart/full_ace-another-centurys-episode-r_6JapanFront.jpg,A.C.E.: Another Century's Episode R,PS3,Simulation,Namco Bandai,From Software,,,,,,,2010-08-19, -/games/boxart/full_8158981AmericaFrontccc.jpg,Dream Daddy: A Dad Dating Simulator,PC,Simulation,Unknown,Game Grumps,,,,,,,,2019-02-14 -/games/boxart/full_7621710AmericaFrontccc.jpg,Silent Hunter,PC,Simulation,SSI,Aeon Electronic Entertainment,,,,,,,1996-02-29, -/games/boxart/full_606747AmericaFrontccc.jpg,Slime Rancher 2,All,Simulation,Monomi Park,Monomi Park,,,,,,,2022-09-22,2022-09-23 -/games/boxart/full_8729062AmericaFrontccc.jpg,Tropico 2: Pirate Cove,All,Simulation,Gathering of Developers,Frog City Software,,,,,,,2003-04-08,2021-03-13 -/games/boxart/full_hatsune-miku-project-diva-extend_836JapanFront.jpg,Hatsune Miku: Project Diva Extend,PSP,Simulation,Sega,Sega,,,,,,,2011-11-10,2019-01-11 -/games/boxart/full_8781857AmericaFrontccc.jpg,Omerta - City of Gangsters,PC,Simulation,Unknown,Haemimont Games,,,,,,,,2019-02-16 -/games/boxart/full_6059037AmericaFrontccc.jpg,Sierra Pro Pilot 98: The Complete Flight Simulator,PC,Simulation,Sierra Online,Dynamix,,,,,,,1997-12-05,2023-06-04 -/games/boxart/full_5231869AmericaFrontccc.jpg,hack_me,PC,Simulation,Unknown,Egor Magurin,,,,,,,,2019-02-17 -/games/boxart/4076751ccc.jpg,Chromehounds,X360,Simulation,Sega,From Software,6.4,,,,,,2006-07-11, -/games/boxart/full_8947845AmericaFrontccc.jpg,The Four Kings Casino and Slots,PC,Simulation,Digital Leisure Inc.,Digital Leisure Inc.,,,,,,,2015-06-01,2019-02-17 -/games/boxart/full_2270866AmericaFrontccc.jpg,Pool Nation,PC,Simulation,Cherry Pop Games,Cherry Pop Games,,,,,,,2013-10-18,2019-02-17 -/games/boxart/full_1989368JapanFrontccc.jpg,A.C.E.: Another Century's Episode 3: The Final,PS2,Simulation,Banpresto,From Software,,,,,,,2007-09-06, -/games/boxart/full_2109352AmericaFrontccc.png,A-10 Tank Killer,Series,Simulation,Dynamix,Dynamix,,,,,,,1989-12-01,2021-04-05 -/games/boxart/full_8120910AmericaFrontccc.jpg,Cabela's Big Game Hunter,PC,Simulation,HeadGames Publishing,Elsinore Multimedia,,,,,,,1998-04-01,2023-08-15 -/games/boxart/full_2837012AmericaFrontccc.jpg,Starsiege,PC,Simulation,Unknown,Dynamix,,,,,,,,2021-04-10 -/games/boxart/full_1442095AmericaFrontccc.jpg,Bridge Constructor,PC,Simulation,Headup Games,Headup Games,,,,,,,2013-10-16,2019-02-11 -/games/boxart/full_608272AmericaFrontccc.jpg,Project Highrise: Architect's Edition,PC,Simulation,Kasedo Games,SomaSim,,,,,,,2016-09-08,2019-03-22 -/games/boxart/full_2888051AmericaFrontccc.jpg,Shake Your Money Simulator 2016,PC,Simulation,CharlieH,CharlieH,,,,,,,2016-03-18,2019-02-06 -/games/boxart/full_cities-in-motion_627AmericaFront.jpg,Cities in Motion,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2011-02-22, -/games/boxart/full_8527741AmericaFrontccc.jpg,TIS-100,PC,Simulation,Unknown,Zachtronics Industries,,,,,,,,2019-02-19 -/games/boxart/full_647878PALFrontccc.jpg,Train Fever,PC,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2014-09-04,2018-08-11 -/games/boxart/full_4750533AmericaFrontccc.jpg,Big Pharma,PC,Simulation,Unknown,Twice Circled,,,,,,,,2019-02-20 -/games/boxart/full_4394970AmericaFrontccc.jpg,911 Operator,PC,Simulation,Unknown,Jutsu Games,,,,,,,,2019-02-22 -/games/boxart/full_9317556AmericaFrontccc.jpg,SweatShop,PC,Simulation,Unknown,DUCK,,,,,,,,2019-02-22 -/games/boxart/full_5944079AmericaFrontccc.jpg,Passpartout: The Starving Artist,PC,Simulation,Unknown,Flamebait Games,,,,,,,,2019-02-25 -/games/boxart/full_2763247AmericaFrontccc.jpg,FEMINAZI: The Triggering,PC,Simulation,Unknown,hyperboreanGames,,,,,,,,2019-02-26 -/games/boxart/full_262825AmericaFrontccc.jpg,Job Simulator,PC,Simulation,Owlchemy Labs,Owlchemy Labs,,,,,,,2016-04-05, -/games/boxart/full_9334207AmericaFrontccc.jpg,Port Royale 3,PC,Simulation,Kalypso Media,Gaming Minds Studios,,,,,,,2012-10-02,2018-12-04 -/games/boxart/4427117ccc.jpg,Apache,PC,Simulation,Interactive Magic,Digital Integration,,,,,,,1995-07-31, -/games/boxart/full_105621AmericaFrontccc.jpg,Jane's Combat Simulations: 688(I) Hunter/Killer,PC,Simulation,Electronic Arts,Sonalysts,8.8,,,,,,1997-06-30, -/games/boxart/full_7481877AmericaFrontccc.jpg,Outpost,All,Simulation,Sierra Online,Sierra On-Line,,,,,,,1994-01-01,2021-04-05 -/games/boxart/full_6649280AmericaFrontccc.jpg,Photo Kano,Series,Simulation,Kadokawa Games,Dingo,,,,,,,2012-02-02,2020-02-05 -/games/boxart/full_2451611AmericaFrontccc.jpg,Life is Feudal: Forest Village,PC,Simulation,Unknown,Mindillusion,,,,,,,,2019-02-27 -/games/boxart/full_636141AmericaFrontccc.jpg,Magazime Editor,PC,Simulation,Unknown,Unknown,,,,,,,,2019-02-27 -/games/boxart/full_6692699AmericaFrontccc.jpg,Shoppe Keep,PC,Simulation,Unknown,Strange Fire,,,,,,,,2019-02-28 -/games/boxart/full_8410235AmericaFrontccc.jpg,Jalopy,PC,Simulation,Unknown,Minskworks,,,,,,,,2019-03-01 -/games/boxart/full_4236289AmericaFrontccc.jpg,Breach & Clear,PC,Simulation,Unknown,Mighty Rabbit Studios,,,,,,,,2019-03-04 -/games/boxart/full_1885621AmericaFrontccc.jpg,RollerCoaster Tycoon World,PC,Simulation,Atari,Nvizzio Creations,,,,,,,2016-03-30,2018-09-22 -/games/boxart/full_8295921AmericaFrontccc.jpg,Bomber Crew,PC,Simulation,Curve Digital,Runner Duck,,,,,,,2017-10-19,2019-01-03 -/games/boxart/full_dogfighter_6AmericaFront.jpg,DogFighter,PC,Simulation,Unknown,"Dark Water Studios, Ltd.",,,,,,,2010-06-14, -/games/boxart/full_4043409AmericaFrontccc.jpg,Mad Games Tycoon,PC,Simulation,Unknown,Eggcode,,,,,,,,2019-03-06 -/games/boxart/full_3176017AmericaFrontccc.jpg,Going Medieval,PC,Simulation,The Irregular Corporation,Foxy Voxel,,,,,,,2021-06-01,2021-06-10 -/games/boxart/full_5088076AmericaFrontccc.jpg,Plantera,PC,Simulation,Unknown,VaragtP,,,,,,,,2019-03-16 -/games/boxart/full_2318205AmericaFrontccc.jpg,Train Valley,PC,Simulation,Unknown,Alexey Davydov,,,,,,,,2019-03-18 -/games/boxart/full_1963263AmericaFrontccc.jpg,Lost In Woods 2,PC,Simulation,Unknown,Eugene Makashov,,,,,,,,2019-03-19 -/games/boxart/full_6207073AmericaFrontccc.jpg,Wings of Prey,PC,Simulation,YuPlay,Gaijin Entertainment,8.3,,,,,,2010-12-25, -/games/boxart/full_1650643AmericaFrontccc.jpg,Holy Potatoes! A Weapon Shop?!,PC,Simulation,Daedalic Entertainment,Daylight Studios,,,,,,,2015-07-13,2018-07-05 -/games/boxart/full_5567593AmericaFrontccc.jpg,Bus Simulator 16,PC,Simulation,Astragon,stillalive studios,,,,,,,2017-05-24, -/games/boxart/full_8427440AmericaFrontccc.png,F-15 Strike Eagle III,PC,Simulation,Microprose,MicroProse,,,,,,,1992-01-01, -/games/boxart/full_6631983AmericaFrontccc.jpg,Football Manager Touch 2018,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2019-03-25 -/games/boxart/full_8075364AmericaFrontccc.jpg,Happy Room,PC,Simulation,Unknown,Mana Potion Studios,,,,,,,,2019-03-26 -/games/boxart/full_7300689PALFrontccc.jpg,Secret of the Magic Crystals,PC,Simulation,ArtwareGames,ArtwareGames Inc.,,,,,,,2010-01-03, -/games/boxart/full_8615296AmericaFrontccc.jpg,Cat Goes Fishing,PC,Simulation,Unknown,Cat5Games,,,,,,,2015-01-20,2019-04-22 -/games/boxart/full_9024297AmericaFrontccc.jpg,Startup Company,PC,Simulation,Hovgaard Games,Hovgaard Games,,,,,,,2017-08-11,2019-04-21 -/games/boxart/full_8560633AmericaFrontccc.jpg,Super Seducer,Series,Simulation,RLR Training Inc,RLR Training Inc,,,,,,,2018-03-06,2021-02-15 -/games/boxart/full_8520471AmericaFrontccc.jpg,The Curious Expedition,PC,Simulation,Maschinen-Mensch,Maschinen-Mensch,,,,,,,2016-09-02,2019-04-21 -/games/boxart/full_5962474AmericaFrontccc.jpg,Real Boxing,PC,Simulation,Vivid Games S.A.,Vivid Games S.A.,,,,,,,2014-07-02,2019-04-16 -/games/boxart/full_9155048AmericaFrontccc.jpg,Emily is Away Too,PC,Simulation,Kyle Seeley,Kyle Seeley,,,,,,,2017-05-26,2019-04-16 -/games/boxart/full_9711066PALFrontccc.jpg,Fernbus Simulator,PC,Simulation,Aerosoft,TML Studios,,,,,,,2016-08-25,2018-09-22 -/games/boxart/full_2647985AmericaFrontccc.jpg,Trucks & Trailers,PC,Simulation,SCS Software,SCS Software,,,,,,,2011-06-17,2019-04-08 -/games/boxart/full_4669038AmericaFrontccc.jpg,Farm Together,PC,Simulation,Milkstone Studios,Milkstone Studios S.L.,,,,,,,2018-10-11,2019-04-07 -/games/boxart/full_1396772AmericaFrontccc.jpg,Ice Lakes,PC,Simulation,Iceflake Studios,Iceflake Studios,,,,,,,2016-04-19,2019-04-07 -/games/boxart/full_8119273AmericaFrontccc.jpg,Sparkle 3 Genesis,PC,Simulation,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2015-04-24,2019-04-06 -/games/boxart/full_4280654AmericaFrontccc.jpg,Game Corp DX,PC,Simulation,Endless Loop Studios,Endless Loop Studios,,,,,,,2015-10-02,2019-04-06 -/games/boxart/full_7327766AmericaFrontccc.jpg,Bridge Project,PC,Simulation,THQ Nordic,Halycon Media GmbH & Co. KG,,,,,,,2013-05-28,2019-04-06 -/games/boxart/full_6736537AmericaFrontccc.jpg,Staxel,PC,Simulation,Humble Bundle,Plukit,,,,,,,2018-01-23,2019-04-06 -/games/boxart/full_7454118AmericaFrontccc.jpg,Flight Control HD,PC,Simulation,Firemint,Firemint,,,,,,,2010-11-18, -/games/boxart/full_5444619AmericaFrontccc.jpg,"Cook, Serve, Delicious! 2!!",PC,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2017-09-14,2019-04-04 -/games/boxart/full_1615279AmericaFrontccc.jpg,TransOcean: The Shipping Company,PC,Simulation,Astragon,Deck13 Hamburg,,,,,,,2014-09-23,2019-04-03 -/games/boxart/full_6567695AmericaFrontccc.jpg,Depth Hunter 2: Deep Dive,PC,Simulation,Biart Design Studio,BiArt,,,,,,,2014-08-20,2019-04-01 -/games/boxart/full_465331AmericaFrontccc.jpg,SimAirport,PC,Simulation,LVGameDev LLC,LVGameDev LLC,,,,,,,2017-03-07,2019-04-01 -/games/boxart/full_7368250PALFrontccc.jpg,Cities XXL,PC,Simulation,Focus Home Interactive,Focus Home Interactive,,,,,,,2015-02-05,2018-09-22 -/games/boxart/full_500117AmericaFrontccc.jpg,Monster Prom,PC,Simulation,Those Awesome Guys,Beautiful Glitch,,,,,,,2018-04-27,2019-04-01 -/games/boxart/full_2162961AmericaFrontccc.jpg,Everything,PC,Simulation,Double Fine Presents,David OReilly,,,,,,,2017-04-21,2019-03-27 -/games/boxart/full_7975353AmericaFrontccc.jpg,Bloop Reloaded,PC,Simulation,Kiss,2SD,,,,,,,2015-02-06,2019-03-27 -/games/boxart/full_7004964AmericaFrontccc.jpg,Ace of Aces,All,Simulation,Accolade,Distinctive Software,,,,,,,1986-01-01,2022-04-23 -/games/boxart/full_europa-1400-the-guild_10AmericaFront.jpg,Europa 1400: The Guild,PC,Simulation,JoWood Productions,4HEAD Studios,,,,,,,2002-11-18, -/games/boxart/full_7762845AmericaFrontccc.jpg,Frontier: First Encounters,All,Simulation,GameTek,Frontier Developments,,,,,,,1995-04-01,2021-01-19 -/games/boxart/full_1281985AmericaFrontccc.jpg,iM1A2 Abrams,PC,Simulation,Interactive Magic,Charybdis,,,,,,,1997-03-23,2023-06-09 -/games/boxart/full_8799540AmericaFrontccc.jpg,MechWarrior,PC,Simulation,Activision,Dynamix,,,,,,,1989-01-01, -/games/boxart/full_9049397AmericaFrontccc.jpg,PHM Pegasus,All,Simulation,Electronic Arts,Lucasfilm Games,,,,,,,1986-01-01,2021-07-13 -/games/boxart/full_2118772AmericaFrontccc.jpg,Potion Craft: The Alchemist Simulator,PC,Simulation,TinyBuild Games,niceplay games,,,,,,,2021-09-21,2021-09-28 -/games/boxart/full_5477058AmericaFrontccc.jpg,The Dam Busters,All,Simulation,Accolade,Sydney Development,,,,,,,1984-01-01,2022-04-23 -/games/boxart/full_1665387AmericaFrontccc.jpg,Winning Post 9 2022,All,Simulation,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-04-14,2022-08-03 -/games/boxart/full_farming-simulator-2011_879PALFront.jpg,Farming Simulator 2011,PC,Simulation,Unknown,Giants Software,,,,,,,2010-10-29, -/games/boxart/full_3769528AmericaFrontccc.jpg,Super Seducer,PC,Simulation,Unknown,RLR Training Inc,,,,,,,,2021-02-15 -/games/boxart/full_48230AmericaFrontccc.jpg,A-10 Attack!,OSX,Simulation,Parsoft Interactive,Parsoft Interactive,,,,,,,1995-01-01,2022-09-29 -/games/boxart/full_9694560JapanFrontccc.jpg,Winning Post 9 2021,All,Simulation,Koei Tecmo,Koei Tecmo Games,,,,,,,2021-04-15,2021-07-27 -/games/boxart/full_4673424AmericaFrontccc.jpg,Winning Post 10,All,Simulation,Koei Tecmo,Koei Tecmo Games,,,,,,,2023-03-30,2023-04-28 -/games/boxart/full_4463181AmericaFrontccc.jpg,Super Seducer 2,PC,Simulation,Unknown,RLR Training Inc,,,,,,,,2021-02-15 -/games/boxart/full_8947055AmericaFrontccc.jpg,FS1 Flight Simulator,All,Simulation,Sublogic,Sublogic,,,,,,,1979-01-01,2021-04-07 -/games/boxart/full_5791050AmericaFrontccc.jpg,Man Enough,PC,Simulation,Tsunami Media,"Tsunami Media, Inc.",,,,,,,1993-01-01,2023-08-13 -/games/boxart/full_8410826AmericaFrontccc.jpg,The Warp Factor,All,Simulation,Strategic Simulations,Strategic Simulations,,,,,,,1980-01-01,2021-04-06 -/games/boxart/full_101-dolphin-pets_148AmericaFront.jpg,101 Dolphin Pets,DSiW,Simulation,Teyon Entertainment,Teyon Entertainment,,,,,,,2011-01-31, -/games/boxart/full_1176038AmericaFrontccc.png,101 Pony Pets 3D,3DS,Simulation,SelectSoft,Teyon Entertainment,,,,,,,2014-07-24, -/games/boxart/full_101-shark-pets_5AmericaFront.jpg,101 Shark Pets,DSiW,Simulation,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-07-05, -/games/boxart/6044396ccc.jpg,1701 A.D. Gold Edition,PC,Simulation,Aspyr,Related Designs,7.9,,,,,,2008-07-24, -/games/boxart/full_1701-ad-the-curse-of-the-dragon_372PALFront.jpg,1701 A.D.: The Curse of the Dragon,PC,Simulation,Sunflowers,Related Designs,,,,,,,2007-10-25, -/games/boxart/8412897ccc.jpg,1830: Railroads & Robber Barons,PC,Simulation,Avalon Interactive,SimTex,,,,,,,1995-01-01, -/games/boxart/full_1869_967PALFront.jpg,1869,PC,Simulation,Unknown,Max Design,,,,,,,1992-01-01, -/games/boxart/full_5163048AmericaFrontccc.png,1914: Shells of Fury,PC,Simulation,Astragon,Rondomedia,,,,,,,2007-08-14, -/games/boxart/1415630ccc.jpg,1942: The Pacific Air War,PC,Simulation,Microprose,"MicroProse Software, Inc.",,,,,,,1994-01-01, -/games/boxart/full_8146999AmericaFrontccc.jpg,3 Great Planes For Microsoft Combat Flight Simulator!,PC,Simulation,Unknown,Abacus Software,,,,,,,, -/games/boxart/full_6688032AmericaFrontccc.jpg,688 Attack Sub,GEN,Simulation,Sega,John W. Ratcliff,,,,,,,1991-01-01, -/games/boxart/full_9659114AmericaFrontccc.jpg,688 Attack Sub,PC,Simulation,Electronic Arts,John W. Ratcliff,,,,,,,1989-01-01, -/games/boxart/full_9590903PALFrontccc.jpg,7 Sins,PC,Simulation,Digital Jesters,Monte Cristo Multimedia,,,,,,,2005-05-20, -/games/boxart/full_4473758PALFrontccc.jpg,7 Sins,PS2,Simulation,Digital Jesters,Monte Cristo Multimedia,,,,,,,2005-05-20, -/games/boxart/default.jpg,757,PC,Simulation,Unknown,Just Flight,,,,,,,, -/games/boxart/default.jpg,757 Jetliner,PC,Simulation,Just Flight,Just Flight,,,,,,,2011-11-18, -/games/boxart/full_9313148AmericaFrontccc.jpg,A Kingdom for Keflings,XBL,Simulation,NinjaBee,NinjaBee,7.9,,,,,,2008-11-19, -/games/boxart/full_9532811JapanFrontccc.jpg,A Ressha de Gyoukou,NES,Simulation,Pony Canyon,ArtDink,,,,,,,1991-08-21, -/games/boxart/full_a-ressha-de-ikou-ds-navigation-pack_10JapanFront.jpg,A Ressha de Ikou DS: Navigation Pack,DS,Simulation,ArtDink,ArtDink,,,,,,,2010-12-09, -/games/boxart/full_a-world-of-keflings_8AmericaFront.jpg,A World of Keflings,XBL,Simulation,NinjaBee,NinjaBee,8,,,,,,2010-12-22, -/games/boxart/6894480ccc.jpg,A-10 Cuba!,PC,Simulation,Activision,Match Software,,,,,,,1996-11-30, -/games/boxart/full_1695070AmericaFrontccc.png,A-10 Cuba!,OSX,Simulation,Activision,Match Software,,,,,,,1996-11-30, -/games/boxart/full_8252024JapanFrontccc.jpg,A-Ressha de Ikou Z: Mezase! Tairiku Oudan,PS,Simulation,ArtDink,ArtDink,,,,,,,1999-05-04, -/games/boxart/1747115ccc.jpg,A-Train,PC,Simulation,Maxis,ArtDink,,,,,,,1992-01-01, -/games/boxart/full_6022199PALFrontccc.jpg,A-Train 8,PC,Simulation,Bluestone Interactive,Interactive Entertainment,,,,,,,2009-04-03, -/games/boxart/full_2576050JapanFrontccc.jpg,A-Train 9,PC,Simulation,Degica,ArtDink,,,,,,,2014-05-23,2018-08-06 -/games/boxart/full_5140466JapanFrontccc.jpg,A.III: A Ressha de Gyoukou 3,VC,Simulation,ArtDink,ArtDink,,,,,,,2007-11-20, -/games/boxart/full_19065JapanFrontccc.jpg,A.III: A Ressha de Gyoukou 3,PCE,Simulation,ArtDink,ArtDink,,,,,,,1993-06-11, -/games/boxart/full_1977332AmericaFrontccc.jpg,A.S.P. Air Strike Patrol,SNES,Simulation,Seta Corporation,Seta Corporation,,,,,,,1994-01-01, -/games/boxart/4336953ccc.jpg,A340 500/600,PC,Simulation,Just Flight,Just Flight,,,,,,,2006-01-01, -/games/boxart/full_ac-130-operation-devastation_515AmericaFront.jpg,AC-130: Operation Devastation,PC,Simulation,ValuSoft,ValuSoft,,,,,,,2009-01-26, -/games/boxart/8720327ccc.jpg,Ace Combat 5: The Unsung War,PS2,Simulation,Namco,Project ACES,8,,,,,,2004-10-25, -/games/boxart/full_ace-combat-joint-assault_9AmericaFront.jpg,Ace Combat: Joint Assault,PSN,Simulation,Namco Bandai,Project ACES,6.9,,,,,,2010-09-07, -/games/boxart/9050922ccc.jpg,Ace of Aces,7800,Simulation,Atari,Artech Studios,,,,,,,1988-01-01, -/games/boxart/full_ace-of-aces_10PALFront.jpg,Ace of Aces,MS,Simulation,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_aces-of-the-air_658AmericaFront.jpg,Aces of the Air,PS,Simulation,Agetec,A1 Games,,,,,,,2002-09-26, -/games/boxart/3676277ccc.jpg,Aces of the Deep,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1994-01-01, -/games/boxart/full_728331PALFrontccc.jpg,Aces of War,PS2,Simulation,505 Games,Marionette,,,,,,,2007-03-23, -/games/boxart/full_2671428AmericaFrontccc.jpg,Aces Over Europe,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1993-01-01, -/games/boxart/86912ccc.jpg,Aerial Strike: Low Altitude - High Stakes,PC,Simulation,DreamCatcher Interactive,Yager Development,,,,,,,2005-02-01,2018-09-17 -/games/boxart/full_7028734JapanFrontccc.jpg,Aero Dancing F: Todoroki Tsubasa no Hatsu Hikou,DC,Simulation,CRI,CRI,,,,,,,2000-11-16, -/games/boxart/full_9815343JapanFrontccc.jpg,Aero Dancing i: Jikai Sakuma de Machite Masen,DC,Simulation,CSK Research Institute,CRI,,,,,,,2001-08-23, -/games/boxart/full_4784556JapanFrontccc.jpg,Aero Dancing: Torodoki Taichou no Himitsu Disc,DC,Simulation,CRI,CRI,,,,,,,2000-01-20, -/games/boxart/full_6138055AmericaFrontccc.png,Aero Porter,3DS,Simulation,Level 5,VIVARIUM Inc.,7.2,,,,,,2012-11-29,2018-04-12 -/games/boxart/6837827ccc.jpg,AeroWings,DC,Simulation,Crave Entertainment,CRI,7.4,,,,,,1999-08-31, -/games/boxart/4602416ccc.jpg,AeroWings 2: Airstrike,DC,Simulation,Crave Entertainment,CRI,8.1,,,,,,2000-08-09, -/games/boxart/3512511ccc.jpg,After Burner,MS,Simulation,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_6705818AmericaFrontccc.jpg,After Burner Climax,XBL,Simulation,Sega,Sega-AM2,,,,,,,2010-04-21, -/games/boxart/full_after-burner-climax_7PALFront.jpg,After Burner Climax,PSN,Simulation,Sega,Sega-AM2,,,,,,,2010-04-22, -/games/boxart/1818393ccc.jpg,After Burner III,SCD,Simulation,Sega,Sega,,,,,,,1993-05-10, -/games/boxart/full_after-burner-black-falcon_235PALFront.jpg,After Burner: Black Falcon,PSN,Simulation,Sega,Planet Moon Studios,7.4,,,,,,2010-03-11, -/games/boxart/4547811ccc.jpg,Afterlife,PC,Simulation,LucasArts,LucasArts,,,,,,,1996-01-01, -/games/boxart/full_9024405AmericaFrontccc.jpg,Agile Warrior F-111X,PC,Simulation,Virgin Interactive,Black Ops Entertainment,,,,,,,1996-11-30, -/games/boxart/6984055ccc.jpg,AH-3 Thunderstrike,SCD,Simulation,JVC,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_9818314AmericaFrontccc.jpg,AHx-1,PC,Simulation,GT Interactive,Pixel Multimedia,,,,,,,1997-10-31, -/games/boxart/full_6909166AmericaFrontccc.jpg,Air Assault Task Force,PC,Simulation,Unknown,ProSim,,,,,,,, -/games/boxart/57182ccc.jpg,Air Battles: Sky Defender,PC,Simulation,U.S. Army,Wild Hare Entertainment,,,,,,,2007-03-15, -/games/boxart/full_air-combat-pack-air-aces-pacific-dogfighter_261PALFront.jpg,Air Combat Pack: Air Aces Pacific / Dogfighter,PC,Simulation,Unknown,Various,,,,,,,2011-07-22, -/games/boxart/full_4847162PALFrontccc.jpg,Air Conflicts: Pacific Carriers,X360,Simulation,bitComposer Games,Games Farm,,,,,,,2012-12-07,2018-09-17 -/games/boxart/full_5155077AmericaFrontccc.jpg,Air Conflicts: Pacific Carriers,PS3,Simulation,Maximum Games,Games Farm,,,,,,,2013-08-06,2018-09-17 -/games/boxart/full_5909403AmericaFrontccc.jpg,Air Conflicts: Pacific Carriers,PS4,Simulation,Kalypso,Games Farm,,,,,,,2015-11-03,2018-09-17 -/games/boxart/full_3094859AmericaFrontccc.jpg,Air Legends,XBL,Simulation,Microsoft,Sharky NZ,,,,,,,2009-01-03, -/games/boxart/full_air-offensive-art-of-flying_320AmericaFront.jpg,Air Offensive: Art of Flying,PC,Simulation,Summitsoft,Unknown,,,,,,,2003-03-04, -/games/boxart/full_air-ranger-2-plus-rescue-helicopter_9JapanFront.jpg,Air Ranger 2 Plus: Rescue Helicopter,PS2,Simulation,ASK,ASK,,,,,,,2003-10-30, -/games/boxart/full_air-ranger-2-rescue-helicopter_9JapanFront.jpg,Air Ranger 2: Rescue Helicopter,PS2,Simulation,ASK,ASK,,,,,,,2002-03-28, -/games/boxart/full_2342879JapanFrontccc.jpg,Air Ranger: Rescue Helicopter,PS2,Simulation,Midas Interactive Entertainment,ASK Corporation,,,,,,,2002-11-22, -/games/boxart/full_airfix-dogfighter_482AmericaFront.jpg,Airfix Dogfighter,PC,Simulation,EON Digital Entertainment,Paradox Interactive,7.8,,,,,,2000-01-14, -/games/boxart/full_1763941AmericaFrontccc.jpg,AirForce Delta,DC,Simulation,Konami,KCE Studios,7.2,,,,,,1999-09-08, -/games/boxart/full_airforce-delta_328AmericaFront.jpg,AirForce Delta,GB,Simulation,Konami,Climax Entertainment,,,,,,,2000-11-21, -/games/boxart/full_airport-mania-first-flight_879AmericaFront.jpg,Airport Mania: First Flight,WW,Simulation,Unknown,Reflexive Entertainment,,,,,,,2010-11-29, -/games/boxart/full_airport-mania-first-flight_2AmericaFront.jpg,Airport Mania: First Flight,PC,Simulation,High Horse Entertainment,Reflexive Entertainment,,,,,,,2008-04-14, -/games/boxart/full_airport-mania-first-flight_706AmericaFront.jpg,Airport Mania: First Flight,DSiW,Simulation,Unknown,Black Lantern Studios,,,,,,,2011-04-25, -/games/boxart/full_airport-mania-non-stop-flights_553AmericaFront.jpg,Airport Mania: Non-Stop Flights,DSiW,Simulation,Unknown,Reflexive Entertainment,,,,,,,2011-01-24, -/games/boxart/default.jpg,Aishite Iruka: Aisarete Iruka,DSiW,Simulation,Starfish,"Starfish-SD, Inc.",,,,,,,2010-07-21, -/games/boxart/full_4866798JapanFrontccc.jpg,Aitakute... Your Smiles in My Heart,PS,Simulation,Konami,KCET,,,,,,,2000-03-16, -/games/boxart/full_mister-donut-ds_7JapanFront.jpg,Akogare Girls Collection: Mister Donut DS,DS,Simulation,Creative Core,Open Sesame,,,,,,,2010-12-09, -/games/boxart/full_akogare-girls-collection-ohanaya-san-monogatari_786JapanFront.jpg,Akogare Girls Collection: Ohanaya-San Monogatari,DS,Simulation,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2011-06-30, -/games/boxart/full_9933201AmericaFrontccc.jpg,Alien Crush Returns,WW,Simulation,Hudson Entertainment,Hudson Entertainment,,,,,,,2008-11-03, -/games/boxart/full_6780709AmericaFrontccc.jpg,Allegiance,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,2000-03-31, -/games/boxart/full_5764339JapanFrontccc.jpg,Anan Kanshuu: Onna Dikara Kinkyuu Up! DS,DS,Simulation,Namco Bandai,Suzak,,,,,,,2007-07-26, -/games/boxart/full_924665JapanFrontccc.jpg,Angel Collection: Mezase! Gakuen no Fashion Leader,GBA,Simulation,MTO,MTO,,,,,,,2003-04-18, -/games/boxart/full_5364735AmericaFrontccc.png,Animal Boyfriend,And,Simulation,Ambition,Ambition,,,,,,,2014-07-16, -/games/boxart/default.jpg,Animal Forest,iQue,Simulation,Unknown,Nintendo EAD,,,,,,,, -/games/boxart/full_6075804AmericaFrontccc.png,Animal Paradise Wild,DS,Simulation,Zoo Games,Rekoo,,,,,,,2009-10-06, -/games/boxart/full_animal-planet-pet-vet_284AmericaFront.jpg,Animal Planet: Pet Vet,DS,Simulation,Activision,Activision,,,,,,,2009-09-15, -/games/boxart/default.jpg,Anne's Doll Studio,DS,Simulation,Gamebridge,Starfish,,,,,,,2014-06-26, -/games/boxart/full_4292788PALFrontccc.jpg,"Anno 1503: Treasures, Monsters & Pirates",PC,Simulation,Electronic Arts,Sunflower Studios,,,,,,,2004-05-21, -/games/boxart/full_4189953PALFrontccc.jpg,Anno 1701: The Sunken Dragon Expansion,PC,Simulation,Deep Silver,Related Designs,,,,,,,2007-10-25, -/games/boxart/full_8964250JapanFrontccc.jpg,Anoko Doko Noko,PS,Simulation,Success,Success,,,,,,,1998-08-06, -/games/boxart/full_another-doko-noko_7JapanFront.jpg,Anoko Doko Noko,PSN,Simulation,Success,Success,,,,,,,2010-08-11, -/games/boxart/full_7079157PALFrontccc.jpg,Anstoss,PC,Simulation,Ascaron Entertainment,Ascon GmbH,,,,,,,1993-01-01, -/games/boxart/6943285ccc.jpg,Anstoss 2 Gold,PC,Simulation,Ascaron Entertainment,Ascaron Entertainment,,,,,,,1998-01-01, -/games/boxart/6258167ccc.jpg,Anstoss 2005,PC,Simulation,Ascaron Entertainment,Ascaron,,,,,,,2004-10-28, -/games/boxart/1645630ccc.jpg,Anstoss 2007,PC,Simulation,Trendverlag,Ascaron,,,,,,,2006-08-10, -/games/boxart/9253820ccc.jpg,Anstoss 3,PC,Simulation,Ascaron Entertainment,Ascaron,,,,,,,2000-07-01, -/games/boxart/2468390ccc.jpg,Anstoss Action,PC,Simulation,Ascaron Entertainment,Ascaron Entertainment,,,,,,,2001-01-01, -/games/boxart/full_5583257AmericaFrontccc.jpg,Ant Nation,WW,Simulation,Konami,Konami,4.1,,,,,,2009-07-13, -/games/boxart/full_4934201AmericaFrontccc.jpg,Apache AH-64: Air Assault,PC,Simulation,Activision,InterActive Vision Games,,,,,,,2003-02-12, -/games/boxart/full_2715272AmericaFrontccc.jpg,Apache Longbow Assault,PC,Simulation,Activision,InterActive Vision Games,,,,,,,2004-02-05, -/games/boxart/full_apache-air-assault_899AmericaFront.jpg,Apache: Air Assault,XBL,Simulation,Activision,Gaijin Entertainment,6.8,,,,,,2011-11-29, -/games/boxart/full_4594459PALFrontccc.jpg,Apassionata: Die Galanacht der Pferde,PC,Simulation,RTL,RTL Multimedia,,,,,,,2009-11-02, -/games/boxart/full_aqua-world-umibi-monogatari_4JapanFront.jpg,Aqua World: Umibi Monogatari,SAT,Simulation,Unknown,Mashita,,,,,,,1996-07-12, -/games/boxart/full_aqua-world_3JapanFront.jpg,Aqua World: Umibi Monogatari,3DO,Simulation,Mizuki,Mizuki,,,,,,,1995-10-13, -/games/boxart/full_aqualife_5JapanFront.jpg,AquaLife,GB,Simulation,Tamsoft,Tamsoft,,,,,,,1999-10-22, -/games/boxart/2851496ccc.jpg,AquaNox,PC,Simulation,Fishtank Interactive,Massive Development,6.4,,,,,,2001-11-19, -/games/boxart/6563302ccc.jpg,AquaNox 2: Revelation,PC,Simulation,Encore,Massive Development,5.6,,,,,,2003-08-22, -/games/boxart/full_aquaspace_9AmericaFront.jpg,AquaSpace,WW,Simulation,Nintendo,Paon Corporation,,,,,,,2010-07-19, -/games/boxart/full_6535084AmericaFrontccc.jpg,Aquatopia,PSN,Simulation,Sony Computer Entertainment,SCEE London Studio,,,,,,,2007-11-20, -/games/boxart/93228ccc.jpg,Aquatopia™,PSN,Simulation,Sony Computer Entertainment,Unknown,,,,,,,2007-11-20, -/games/boxart/full_6909030JapanFrontccc.jpg,AquaZone,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-07-12, -/games/boxart/default.jpg,AquaZone,PC,Simulation,Pulse Entertainment,Open Book 9003,,,,,,,1997-01-10, -/games/boxart/full_6493241JapanFrontccc.jpg,AquaZone Option Disk Series 1: Angel Fish,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, -/games/boxart/full_7731210JapanFrontccc.jpg,AquaZone Option Disk Series 2: Black Molly,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, -/games/boxart/full_3887711JapanFrontccc.jpg,AquaZone Option Disk Series 3: Blue Emperor,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, -/games/boxart/full_5920604JapanFrontccc.jpg,AquaZone Option Disk Series 4: Clown Loach,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, -/games/boxart/full_3066519JapanFrontccc.jpg,AquaZone Option Disk Series 5: False Rummy-Nose,SAT,Simulation,Open Book 9003,Open Book 9003,,,,,,,1996-12-06, -/games/boxart/full_1333358JapanFrontccc.jpg,AquaZone: Life Simulator,X360,Simulation,Frontier Groove,Frontier Groove,,,,,,,2006-09-14, -/games/boxart/4813347ccc.jpg,Archimedean Dynasty,PC,Simulation,Blue Byte,Massive Development,,,,,,,1997-04-04, -/games/boxart/full_8095479JapanFrontccc.jpg,Arcobaleno! Portable,PSP,Simulation,Idea Factory,Idea Factory,,,,,,,2010-01-28, -/games/boxart/full_ares-rising_663AmericaFront.jpg,Ares Rising,PC,Simulation,Unknown,Imagine Studios,,,,,,,1998-08-31, -/games/boxart/full_9405113AmericaFrontccc.jpg,Armored Assault,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2002-12-10, -/games/boxart/full_9226364AmericaFrontccc.png,ARMORED CORE 3 Portable,PSN,Simulation,From Software,From Software,,,,,,,2009-10-21, -/games/boxart/full_armored-core-sl-silent-line-portable_947PALFront.jpg,Armored Core SL: Silent Line Portable,PSN,Simulation,From Software,From Software,5.8,,,,,,2010-02-04, -/games/boxart/full_5000484JapanFrontccc.jpg,Armored Core: Formula Front,PS2,Simulation,Unknown,From Software,,,,,,,, -/games/boxart/full_armored-core-last-raven-portable_7AmericaFront.jpg,Armored Core: Last Raven Portable,PSN,Simulation,From Software,From Software,5,,,,,,2010-05-04, -/games/boxart/785335ccc.jpg,Armored Fist,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1995-01-01, -/games/boxart/full_7675715AmericaFrontccc.jpg,Armored Fist 3,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1999-09-30, -/games/boxart/default.jpg,Arrow of Laputa,DSiW,Simulation,ArtePiazza,ArtePiazza,,,,,,,2010-11-24, -/games/boxart/full_1420005AmericaFrontccc.jpg,Art Academy: First Semester,DSiW,Simulation,Nintendo,Headstrong Games,,,,,,,2009-09-14, -/games/boxart/full_3426165AmericaFrontccc.jpg,Art Academy: Second Semester,DSiW,Simulation,Nintendo,Headstrong Games,,,,,,,2009-09-28, -/games/boxart/full_art-of-ink_291AmericaFront.jpg,Art of Ink,DSiW,Simulation,Sabarasa Entertainment,Sabarasa Inc,,,,,,,2011-04-11, -/games/boxart/full_3673782AmericaFrontccc.jpg,Artemis Spaceship Bridge Simulator,And,Simulation,"Incandescent Core, LLC","Incandescent Core, LLC",,,,,,,2012-12-12,2018-08-18 -/games/boxart/full_arvoch-confilct_384AmericaFront.jpg,Arvoch Confilct,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2006-01-01, -/games/boxart/full_2709544JapanFrontccc.jpg,Assault Rigs,SAT,Simulation,Soft Bank,Psygnosis,,,,,,,1997-09-11, -/games/boxart/default.jpg,Atelier Deco la Dol: Lolita,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2010-12-22, -/games/boxart/default.jpg,Atelier Deco la Doll,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2009-12-16, -/games/boxart/default.jpg,Atelier Deco la Doll: Gothic,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2010-04-28, -/games/boxart/default.jpg,Atelier Deco la Doll: Princess,DSiW,Simulation,Starfish,Starfish SD,,,,,,,2011-04-27, -/games/boxart/full_966548AmericaFrontccc.jpg,Attack on Pearl Harbor,PC,Simulation,CDV Software Entertainment,3D People,,,,,,,2007-08-06, -/games/boxart/full_audio-environment-airliner-edition_424PALFront.jpg,Audio Environment: Airliner Edition,PC,Simulation,Unknown,FLIGHT1,,,,,,,2011-11-25, -/games/boxart/full_5582505JapanFrontccc.jpg,Azito,PS,Simulation,Astec 21,Astec 21,,,,,,,1997-02-28, -/games/boxart/full_8539214JapanFrontccc.jpg,Azito 2,PS,Simulation,Banpresto,Astec 21,,,,,,,1998-10-15, -/games/boxart/full_5943975JapanFrontccc.jpg,Azito 3,PS,Simulation,Banpresto,Astec 21,,,,,,,2000-02-17, -/games/boxart/full_azito-3d_704JapanFront.jpg,Azito 3D,3DS,Simulation,Hamster Corporation,Hamster Corporation,,,,,,,2011-11-03, -/games/boxart/default.jpg,Azito x Tatsunoko Legends,XOne,Simulation,Unknown,Unknown,,,,,,,, -/games/boxart/full_b-1-nuclear-bomber_90AmericaFront.jpg,B-1 Nuclear Bomber,PC,Simulation,Unknown,Microcomputer Games,,,,,,,1981-01-01, -/games/boxart/2772486ccc.jpg,B-17 Flying Fortress,PC,Simulation,Microprose,MicroProse,,,,,,,1992-01-01, -/games/boxart/full_3351904AmericaFrontccc.jpg,B-17 Gunner: Air War Over Germany,PC,Simulation,WizardWorks,Sunstorm Interactive,,,,,,,2001-05-20, -/games/boxart/full_2638799AmericaFrontccc.jpg,Babysitting Mania,PC,Simulation,iWin,Gogii Games,,,,,,,2008-01-02, -/games/boxart/full_2355383AmericaFrontccc.jpg,Bang! Gunship Elite,PC,Simulation,Red Storm Entertainment,RayLand,,,,,,,2000-07-19, -/games/boxart/7453803ccc.jpg,Barbie: Pet Rescue,GB,Simulation,Mattel Interactive,HotGen Studios,,,,,,,2001-08-15, -/games/boxart/full_2886932AmericaFrontccc.jpg,Barbie: Pet Rescue,PC,Simulation,Mattel Interactive,Human Code,,,,,,,2000-02-21, -/games/boxart/full_8285703JapanFrontccc.jpg,Battle Athletess: Daiundoukai,SAT,Simulation,Increment-P,Increment-P,,,,,,,1996-12-13, -/games/boxart/full_7323091JapanFrontccc.jpg,Battle Athletess: Daiundoukai Alternative,PS,Simulation,IPC Software,IPC Software,,,,,,,1998-01-15, -/games/boxart/full_3875558JapanFrontccc.jpg,Battle Athletess: Daiundoukai GTO,PS,Simulation,Increment-P,Exrays,,,,,,,1999-01-14, -/games/boxart/6279284ccc.jpg,Battle Tank,NES,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1990-09-01, -/games/boxart/full_357452JapanFrontccc.jpg,Battle Tank Simulator Panzer Front,DC,Simulation,ASCII Entertainment,Enterbrain,,,,,,,1999-12-22, -/games/boxart/full_battlecruiser-millennium_840AmericaFront.jpg,Battlecruiser Millennium,PC,Simulation,3000AD,"3000AD, Inc.",,,,,,,2001-11-18, -/games/boxart/full_battlecruiser-millennium-gold-edition_0AmericaFront.jpg,Battlecruiser Millennium: Gold Edition,PC,Simulation,DreamCatcher Interactive,"3000AD, Inc.",,,,,,,2003-04-04, -/games/boxart/7346250ccc.jpg,Battlehawks 1942,PC,Simulation,Lucasfilm Games,Lucasfilm Games,,,,,,,1988-01-01, -/games/boxart/45278ccc.jpg,Battlemorph,AJ,Simulation,Atari,Atari,,,,,,,1995-12-01, -/games/boxart/7186480ccc.jpg,Battlesphere,AJ,Simulation,Unknown,4Play,,,,,,,2000-01-01, -/games/boxart/9352512ccc.jpg,BattleTech: A Game of Armored Combat,GEN,Simulation,Extreme Entertainment Group,Malibu Games,,,,,,,1994-01-01, -/games/boxart/full_8756119AmericaFrontccc.jpg,BattlezOne,XBL,Simulation,Atari,Stainless Games,,,,,,,2008-04-16, -/games/boxart/full_beach-party-craze_889AmericaFront.jpg,Beach Party Craze,DSiW,Simulation,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2011-06-16, -/games/boxart/full_beatmania-pal_3PALFront.jpg,BeatMania (PAL),PS,Simulation,Konami,Konami,,,,,,,2001-06-16, -/games/boxart/full_4890313JapanFrontccc.jpg,BeatMania 3rdMix mini,PS,Simulation,Konami,Konami,,,,,,,1998-10-29, -/games/boxart/full_9614087JapanFrontccc.jpg,BeatMania 6thMix + Core Remix,PS,Simulation,Konami,Konami,,,,,,,2002-01-31, -/games/boxart/full_3883978JapanFrontccc.jpg,BeatMania Append 5thMix: Time to get down,PS,Simulation,Konami,Konami,,,,,,,2000-03-02, -/games/boxart/full_2228224JapanFrontccc.jpg,BeatMania Append ClubMix,PS,Simulation,Konami,Konami,,,,,,,2000-12-21, -/games/boxart/full_7114379JapanFrontccc.jpg,BeatMania Append GottaMix2: Going Global,PS,Simulation,Konami,Konami,,,,,,,2000-09-07, -/games/boxart/full_6380650JapanFrontccc.jpg,BeatMania Best Hits,PS,Simulation,Konami,Konami,,,,,,,2000-07-27, -/games/boxart/full_beatmania-da-da-da_2JapanFront.jpg,BeatMania Da Da Da!!,PS2,Simulation,Konami,Konami,,,,,,,2001-03-29, -/games/boxart/full_9872227JapanFrontccc.jpg,BeatMania Da Da Da!! The Best Da,PS2,Simulation,Konami,Konami,,,,,,,2002-05-16, -/games/boxart/full_7075606JapanFrontccc.jpg,BeatMania featuring Dreams Come True,PS,Simulation,Konami,Konami,,,,,,,2000-07-27, -/games/boxart/full_4884472JapanFrontccc.jpg,BeatMania for WonderSwan,WS,Simulation,Konami,Konami,,,,,,,1999-04-28, -/games/boxart/full_beatmania-gb_0JapanFront.jpg,BeatMania GB,GB,Simulation,Konami,Konami,,,,,,,1999-03-11, -/games/boxart/full_beatmania-gb-gotcha-mix-2_10JapanFront.jpg,BeatMania GB Gotcha Mix 2,GB,Simulation,Konami,Konami,,,,,,,2000-09-28, -/games/boxart/full_beatmania-gb2-gotcha-mix_7JapanFront.jpg,BeatMania GB2 Gotcha Mix,GB,Simulation,Konami,Konami,,,,,,,1999-11-25, -/games/boxart/full_7510651JapanFrontccc.jpg,BeatMania IIDX 10th Style,PS2,Simulation,Konami,Konami,,,,,,,2005-11-17, -/games/boxart/full_3974532JapanFrontccc.jpg,BeatMania IIDX 12: Happy Sky,PS2,Simulation,Konami,Konami,,,,,,,2006-12-14, -/games/boxart/full_6104575JapanFrontccc.jpg,BeatMania IIDX 15: DJ Troopers,PS2,Simulation,Konami,Konami,,,,,,,2008-12-18, -/games/boxart/full_1810721JapanFrontccc.jpg,BeatMania IIDX 5th Style: New Songs Collection,PS2,Simulation,Konami,Konami,,,,,,,2001-08-30, -/games/boxart/full_7606789JapanFrontccc.jpg,BeatMania IIDX 6th Style: New Songs Collection,PS2,Simulation,Konami,Konami,,,,,,,2002-07-18, -/games/boxart/full_2312037JapanFrontccc.jpg,BeatMania IIDX 7th Style,PS2,Simulation,Konami,Konami,,,,,,,2004-08-05, -/games/boxart/full_410416JapanFrontccc.jpg,BeatMania IIDX 8th Style,PS2,Simulation,Konami,Konami,,,,,,,2004-11-18, -/games/boxart/full_4442110JapanFrontccc.jpg,BeatMania IIDX 9th Style,PS2,Simulation,Konami,Konami,,,,,,,2005-03-24, -/games/boxart/full_7496496JapanFrontccc.jpg,BeatMania: The Sound of Tokyo! -produced by KONISHI yasuharu-,PS,Simulation,Konami,Konami,,,,,,,2001-03-29, -/games/boxart/3670056ccc.jpg,Big Bass Fishing,PS,Simulation,Take-Two Interactive,Coresoft Games,,,,,,,1986-01-01, -/games/boxart/full_8028772JapanFrontccc.jpg,Bird Week,NES,Simulation,Toshiba EMI,Lenar,,,,,,,1986-06-03, -/games/boxart/full_bishoujo-wrestler-retsuden-blizzard-yuki-rannyuu_9JapanFront.jpg,Bishoujo Wrestler Retsuden: Blizzard Yuki Rannyuu,SNES,Simulation,KSS,KSS,,,,,,,1996-03-29, -/games/boxart/full_1925484AmericaFrontccc.jpg,Black Dawn,SAT,Simulation,Virgin Interactive,Point of View,,,,,,,1997-04-25, -/games/boxart/761534ccc.jpg,Blades of Thunder,GBA,Simulation,Summitsoft,InterActive Vision Games,3.8,,,,,,2005-02-01, -/games/boxart/639792ccc.jpg,Blades of Thunder II,DS,Simulation,Summitsoft,CokeM Interactive,,,,,,,2006-04-18, -/games/boxart/9072257ccc.jpg,Blue Lightning,AJ,Simulation,Atari,Epyx,,,,,,,1995-08-01, -/games/boxart/7243999ccc.jpg,Blue Lightning,Lynx,Simulation,Atari,Epyx,,,,,,,1989-01-01, -/games/boxart/default.jpg,Boku mo Sekai o Sukuitai,WW,Simulation,Poisoft,Poisoft,,,,,,,2010-06-29, -/games/boxart/default.jpg,Boku mo Sekai wo Sukuitai,WW,Simulation,Unknown,Poisoft,,,,,,,, -/games/boxart/full_5271584JapanFrontccc.jpg,Boku no Choro-Q,PS,Simulation,Takara,Takara,,,,,,,2002-03-07, -/games/boxart/full_4777781JapanFrontccc.jpg,Boku wa Koukuu Kanseikan,PS,Simulation,Syscom,TechnoBrain,,,,,,,1999-12-22, -/games/boxart/full_5230166JapanFrontccc.jpg,Boku wa Koukuu Kanseikan,GBA,Simulation,Tamsoft,TechnoBrain,,,,,,,2001-03-21, -/games/boxart/full_boku-wa-koukuu-kanseikan-3-challenge-2_7JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Challenge 2,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-07-31, -/games/boxart/full_5032318JapanFrontccc.jpg,Boku wa Koukuu Kanseikan 3: Hong Kong Kai Tek Airport,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-02-27, -/games/boxart/full_boku-wa-koukuu-kanseikan-3-onikawa-blue-corridor-fukkoku-fanservice-han_3JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Onikawa Blue Corridor - Fukkoku Fanservice-Han,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-07-31, -/games/boxart/full_791279JapanFrontccc.jpg,Boku wa Koukuu Kanseikan 3: Sendai Airmanship,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-06-26, -/games/boxart/full_boku-wa-koukuu-kanseikan-3-shin-chitose-snowing-day_6JapanFront.jpg,Boku wa Koukuu Kanseikan 3: Shin Chitose Snowing Day,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2009-11-27, -/games/boxart/default.jpg,Boku wa Koukuu Kanseikan 3: Tokyo Dream Gateway,PC,Simulation,TechnoBrain,TechnoBrain,,,,,,,2010-08-26, -/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-narita_6JapanFront.jpg,Boku wa Koukuu Kanseikan : Airport Hero Narita,PSN,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-07-29, -/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-haneda_1JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Haneda,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-10-07, -/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-kankuu_9JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Kankuu,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-12-09, -/games/boxart/full_1174349JapanFrontccc.jpg,Boku wa Koukuu Kanseikan: Airport Hero NaHa,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2006-09-28, -/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-naha_5JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Naha,PSN,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-08-10, -/games/boxart/full_6635508JapanFrontccc.jpg,Boku wa Koukuu Kanseikan: Airport Hero Narita,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2006-06-15, -/games/boxart/full_boku-wa-koukuu-kanseikan-airport-hero-shinchitose_0JapanFront.jpg,Boku wa Koukuu Kanseikan: Airport Hero Shinchitose,PSN,Simulation,Sonic Powered,TechnoBrain,,,,,,,2010-09-02, -/games/boxart/full_2569537JapanFrontccc.jpg,Boku wa Koukuu Kanseikan: Airport Hero Shinchitose,PSP,Simulation,Sonic Powered,TechnoBrain,,,,,,,2007-02-22, -/games/boxart/default.jpg,Boku wa Plarail Untenshi,WW,Simulation,Takara Tomy,Takara Tomy,,,,,,,2010-01-05, -/games/boxart/full_bokujou-monogatari-harvest-moon-for-girls_820JapanFront.jpg,Bokujou Monogatari Harvest Moon for Girl,PSN,Simulation,Marvelous Interactive,Victor Interactive Software,,,,,,,2008-12-24, -/games/boxart/full_3077183JapanFrontccc.jpg,Bokujou Monogatari: Harvest Moon for Girl,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2000-12-07, -/games/boxart/full_bokujou-monogatari-shiawase-no-uta_6JapanFront.jpg,Bokujou Monogatari: Shiawase no Uta,GC,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-03-03, -/games/boxart/full_1800305JapanFrontccc.jpg,Bonogurashi,3DO,Simulation,Amuse,Amuse Productions,,,,,,,1995-04-21, -/games/boxart/full_6151866JapanFrontccc.jpg,Bonogurashi,PS,Simulation,Amuse,Amuse Productions,,,,,,,1996-06-07, -/games/boxart/full_9307838AmericaFrontccc.jpg,Bonsai Barber,WW,Simulation,Nintendo,Zoonami,,,,,,,2009-03-30, -/games/boxart/full_bouken-dondoko-shima_1JapanFront.jpg,Bouken! Dondoko Shima,GB,Simulation,Global A Entertainment,Global A Entertainment,,,,,,,2002-04-18, -/games/boxart/full_7079278JapanFrontccc.jpg,Boukoku no Aegis 2035: Warship Gunner,PS2,Simulation,KOEI,Micro Cabin,,,,,,,2005-07-21, -/games/boxart/full_1172481JapanFrontccc.jpg,Boys Be...,PS,Simulation,Kodansha,Kodansha,,,,,,,1997-03-28, -/games/boxart/full_1256766JapanFrontccc.jpg,Boys Be... 2nd Season,PS,Simulation,Kodansha,Kodansha,,,,,,,1999-09-22, -/games/boxart/full_4807577AmericaFrontccc.jpg,Bratz: The Movie,GBA,Simulation,THQ,Blitz Games,,,,,,,2007-09-24, -/games/boxart/full_bronco-x_418PALFront.jpg,Bronco X,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2011-11-24, -/games/boxart/8589140ccc.jpg,Build-A-Bear Workshop,DS,Simulation,Game Factory,Neko Entertainment,,,,,,,2007-11-05, -/games/boxart/8410991ccc.jpg,Build-a-lot,PC,Simulation,HipSoft,HipSoft,,,,,,,2007-10-03, -/games/boxart/default.jpg,Build-A-Lot 3: Passport to Europe,PC,Simulation,HipSoft,HipSoft,,,,,,,2009-01-15, -/games/boxart/full_build-a-lot-4-power-source_317AmericaFront.jpg,Build-A-Lot 4: Power Source,PC,Simulation,HipSoft,HipSoft,,,,,,,2009-08-12, -/games/boxart/1457370ccc.jpg,Bundesliga Manager Professional,PC,Simulation,Software 2000,Kron Simulation Software,,,,,,,1991-01-01, -/games/boxart/full_6744753AmericaFrontccc.jpg,Burger Island,PC,Simulation,Sandlot Games,eGames,,,,,,,2007-05-08, -/games/boxart/full_burger-paradise-international_206JapanFront.jpg,Burger Paradise International,GB,Simulation,Gaps,Biox,,,,,,,2000-04-21, -/games/boxart/default.jpg,"Bus Terminal Amusements, Vol. 1: ""Guess Which Hand",PC,Simulation,Unknown,Turdhead,,,,,,,, -/games/boxart/full_2026116AmericaFrontccc.jpg,Business Tycoon,PC,Simulation,Ubisoft,Stardock,,,,,,,2000-01-01, -/games/boxart/full_busy-sweets-factory_9AmericaFront.jpg,Busy Sweets Factory,PSN,Simulation,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-05-11, -/games/boxart/full_7209368AmericaFrontccc.jpg,Caesars Palace,GG,Simulation,Virgin Interactive,Virgin Interactive,,,,,,,1993-01-01, -/games/boxart/full_9877099AmericaFrontccc.jpg,Cafeland,PC,Simulation,Teyon,Teyon,,,,,,,2012-02-01, -/games/boxart/full_868789AmericaFrontccc.png,Cafeteria Nipponica,And,Simulation,Kairosoft Co. Ltd,Kairosoft Co. Ltd,,,,,,,2012-04-05, -/games/boxart/full_1859606AmericaFrontccc.png,Cafeteria Nipponica,iOS,Simulation,Unknown,Kairosoft Co. Ltd,,,,,,,, -/games/boxart/full_capitalism-plus_452AmericaFront.jpg,Capitalism Plus,PC,Simulation,Enlight,Enlight Software,,,,,,,1997-04-30, -/games/boxart/default.jpg,Car Builder,PC,Simulation,Unknown,"Optimum Resource, Inc.",,,,,,,1982-01-01, -/games/boxart/6318743ccc.jpg,Carrier: Fortress at Sea,3DO,Simulation,Panasonic Interactive Media,RMG Dentsu USA Inc.,,,,,,,1995-01-01, -/games/boxart/full_5420381AmericaFrontccc.jpg,CastleVille,PC,Simulation,Zynga,Zynga,,,,,,,2011-11-11, -/games/boxart/full_8492733AmericaFrontccc.jpg,Catz,PC,Simulation,Ubisoft,MTO,,,,,,,2006-11-14, -/games/boxart/7761003ccc.jpg,Catz,GB,Simulation,Mindscape,Saffire Corporation,,,,,,,1999-12-01, -/games/boxart/default.jpg,Catz (1995),PC,Simulation,Mindscape,PF.Magic,,,,,,,1995-01-01, -/games/boxart/full_5540838AmericaFrontccc.jpg,Catz 3,PC,Simulation,Mindscape,PF.Magic,,,,,,,1998-09-28, -/games/boxart/full_700896AmericaFrontccc.jpg,Catz 4,PC,Simulation,Mindscape,PF.Magic,,,,,,,1999-09-28, -/games/boxart/default.jpg,Catz 5,PC,Simulation,Ubisoft,PF.Magic,,,,,,,2002-09-18, -/games/boxart/full_9667272AmericaFrontccc.jpg,Catz II,PC,Simulation,Virgin Interactive,PF.Magic,,,,,,,1997-01-01, -/games/boxart/full_5214087AmericaFrontccc.jpg,Cesar Milan's Dog Whisperer,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2008-10-15, -/games/boxart/full_9428923JapanFrontccc.jpg,Chishiki-Ou Series: Train Master,DS,Simulation,Global A Entertainment,Global A Entertainment,,,,,,,2008-01-10, -/games/boxart/full_8157862JapanFrontccc.jpg,Choco Ken no Omise: Patisserie & Sweets Shop Game,DS,Simulation,TDK Core,TDK Core,,,,,,,2006-02-09, -/games/boxart/full_chocobo-stallion_4JapanFront.jpg,Chocobo Stallion,PSN,Simulation,Square,SquareSoft,,,,,,,2008-07-23, -/games/boxart/full_2746077JapanFrontccc.jpg,Chocobo Stallion,PS,Simulation,Square,SquareSoft,,,,,,,1999-12-22, -/games/boxart/full_2574391AmericaFrontccc.jpg,Chocolatier,PC,Simulation,PlayFirst,"Big Splash Games, LLC",,,,,,,2007-09-27, -/games/boxart/full_chocolatier-2-secret-ingredients_326AmericaFront.jpg,Chocolatier 2: Secret Ingredients,PC,Simulation,PlayFirst,"Big Splash Games, LLC",,,,,,,2008-01-09, -/games/boxart/default.jpg,Christmas Seaman,DC,Simulation,Sega,VIVARIUM Inc.,,,,,,,1999-12-16, -/games/boxart/6009569ccc.jpg,Chuck Yeager's Air Combat,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1991-01-01, -/games/boxart/full_9980799JapanFrontccc.jpg,Ciao Dream Touch! Happy Anniversary,DS,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2006-12-07, -/games/boxart/full_103815JapanFrontccc.jpg,Cinnamoroll: FuwaFuwa Daibouken,GBA,Simulation,Rocket Company,Rocket Company,,,,,,,2005-12-01, -/games/boxart/full_7529878JapanFrontccc.jpg,Cinnamoroll: KuruKuru Sweets Paradise,DS,Simulation,Rocket Company,Rocket Company,,,,,,,2007-07-12, -/games/boxart/full_1270361JapanFrontccc.jpg,Cinnamoroll: Ohanashi shiyo! - KiraKira DE Kore Cafe,DS,Simulation,Namco Bandai,Bandai Namco Games,,,,,,,2006-12-07, -/games/boxart/full_3572983JapanFrontccc.jpg,Cinnamoroll: Yume no Daibouken,GBA,Simulation,Imagineer,Imagineer,,,,,,,2004-12-02, -/games/boxart/full_circus-world_319PALFront.jpg,Circus World,PC,Simulation,Excalibur Publishing,Excalibur Publishing Ltd.,,,,,,,2012-03-10, -/games/boxart/full_cities-in-motion-tokyo_181AmericaFront.jpg,Cities in Motion: Tokyo,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2011-05-30, -/games/boxart/full_5534388AmericaFrontccc.jpg,Cities: Skylines,OSX,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10, -/games/boxart/full_2573427AmericaFrontccc.jpg,Cities: Skylines,Linux,Simulation,Paradox Interactive,Colossal Order,,,,,,,2015-03-10, -/games/boxart/default.jpg,City,GIZ,Simulation,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_7957663PALFrontccc.jpg,Clever Kids: Pet Store,PC,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, -/games/boxart/full_2480923PALFrontccc.gif,Clever Kids: Pet Store,DS,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-09-25, -/games/boxart/full_1660447PALFrontccc.jpg,Clever Kids: Pet Store,Wii,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2010-05-21, -/games/boxart/default.jpg,Coaster Park Tycoon,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2017-01-01, -/games/boxart/full_8494064AmericaFrontccc.jpg,Coconut Queen,PC,Simulation,iWin,iWin,,,,,,,2009-08-20, -/games/boxart/full_comanche-3_253AmericaFront.jpg,Comanche 3,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1997-01-01, -/games/boxart/full_578747AmericaFrontccc.jpg,Comanche Gold,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1998-05-01, -/games/boxart/7475013ccc.jpg,Comanche: Maximum Overkill,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1992-01-01, -/games/boxart/full_9817567AmericaFrontccc.jpg,Combat Flight Simulator 2: WWII Pacific Theater,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,2000-10-13, -/games/boxart/default.jpg,Combat Flight Simulator 3: Battle for Britain,PC,Simulation,Just Flight,Aeroplane Heaven,,,,,,,2003-10-01, -/games/boxart/full_combat-wings-the-great-battles-of-wwii_121AmericaFront.jpg,Combat Wings: The Great Battles of WWII,X360,Simulation,City Interactive,City Interactive,,,,,,,2012-03-27, -/games/boxart/full_combat-wings-the-great-battles-of-wwii_588PALFront.jpg,Combat Wings: The Great Battles of WWII,PC,Simulation,City Interactive,City Interactive,,,,,,,, -/games/boxart/full_comic-road_1JapanFront.jpg,Comic Road,PCFX,Simulation,Cocktail Soft,Cocktail Soft,,,,,,,1997-09-26, -/games/boxart/full_8699442AmericaFrontccc.png,"Cook, Serve, Delicious!",iOS,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2012-10-05,2019-04-04 -/games/boxart/full_cooking-academy_434AmericaFront.jpg,Cooking Academy,PC,Simulation,Mumbo Jumbo,Fenomen,,,,,,,2008-09-19, -/games/boxart/default.jpg,Cooking Dash,PC,Simulation,PlayFirst,Aliasworlds Entertainment,,,,,,,2008-08-06, -/games/boxart/full_890709AmericaFrontccc.jpg,Copter Crisis,WW,Simulation,Digital Leisure Inc.,Digital Leisure,,,,,,,2009-11-30, -/games/boxart/full_corfu-x_447PALFront.jpg,Corfu X,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2011-11-25, -/games/boxart/full_cosmetic-paradise-princess-life_25JapanFront.jpg,Cosmetic * Paradise: Princess Life,DS,Simulation,Global A Entertainment,Global A Entertainment,,,,,,,2011-04-14, -/games/boxart/full_8681319AmericaFrontccc.jpg,Country Tales: Dawn of a New World,PC,Simulation,Astragon,Unknown,,,,,,,2016-04-13, -/games/boxart/full_cosy-fire_55AmericaFront.jpg,Cozy Fire,WW,Simulation,DTP Entertainment,dtp entertainment AG,,,,,,,2011-02-21, -/games/boxart/default.jpg,Crazy Garage,DS,Simulation,Unknown,U&I Entertainment,,,,,,,, -/games/boxart/full_887392PALFrontccc.jpg,Crazy Pig,DS,Simulation,Mindscape,Kaolink,,,,,,,2007-11-30, -/games/boxart/full_831557PALFrontccc.jpg,Creatures,GBA,Simulation,Swing! Entertainment,Elo Interactive,,,,,,,2002-02-08, -/games/boxart/full_1521563AmericaFrontccc.jpg,Creatures,PS,Simulation,Conspiracy Entertainment,Creature Labs,,,,,,,2002-05-18, -/games/boxart/full_creatures-exodus_7PALFront.jpg,Creatures: Exodus,PC,Simulation,Fusion Labs,Creature Labs,,,,,,,2005-08-01, -/games/boxart/full_1065875AmericaFrontccc.jpg,Creatures: Raised in Space,PS,Simulation,Conspiracy Entertainment,Conspiracy Entertainment,,,,,,,2004-01-01, -/games/boxart/full_7455708PALFrontccc.png,Creatures: Raised in Space,PSN,Simulation,Sony Computer Entertainment,Conspiracy Entertainment,,,,,,,2009-05-22, -/games/boxart/full_5188796AmericaFrontccc.jpg,Creatures: The Albian Years,PC,Simulation,Kalypso,Creature Labs,,,,,,,2004-07-16, -/games/boxart/full_2480673AmericaFrontccc.jpg,Crimson Skies: High Road to Revenge,XBL,Simulation,Microsoft Game Studios,FASA Studio,,,,,,,2007-12-04, -/games/boxart/full_cultivation_785AmericaFront.jpg,Cultivation,PC,Simulation,Jason Rohrer,Jason Rohrer,,,,,,,2006-09-09, -/games/boxart/full_8095683JapanFrontccc.jpg,Cyber Daisenryaku,PS,Simulation,System Soft,System Soft,,,,,,,1999-02-04, -/games/boxart/full_daiva-story-6-imperial-of-nirsartia_3JapanFront.jpg,Daiva Story 6: Imperial of Nirsartia,NES,Simulation,Toshiba EMI,Tikipod,,,,,,,1986-12-05, -/games/boxart/full_343315JapanFrontccc.jpg,Dakkoshite! Chimpanzee,DS,Simulation,Unknown,Starfish SD,,,,,,,, -/games/boxart/full_dance-dance-revolution_7AmericaFront.jpg,Dance Dance Revolution,PC,Simulation,Konami,Konami,,,,,,,2002-07-25, -/games/boxart/full_dance-dance-revolution-2nd-remix-append-club-mix-vol-1_7JapanFront.jpg,Dance Dance Revolution 2nd Remix Append Club Mix Vol. 1,PS,Simulation,Konami,KCET,,,,,,,1999-11-25, -/games/boxart/full_dance-dance-revolution-2nd-remix-append-club-mix-vol-2_5JapanFront.jpg,Dance Dance Revolution 2nd Remix Append Club Mix Vol. 2,PS,Simulation,Konami,KCET,,,,,,,1999-12-22, -/games/boxart/full_dance-dance-revolution-4th-mix_9JapanFront.jpg,Dance Dance Revolution 4th Mix,PS,Simulation,Konami,KCET,,,,,,,2001-03-15, -/games/boxart/full_4814621JapanFrontccc.jpg,Dance Dance Revolution 5thMix,PS,Simulation,Konami,Konami,,,,,,,2001-09-20, -/games/boxart/full_dance-dance-revolution-best-hits_2JapanFront.jpg,Dance Dance Revolution Best Hits,PS,Simulation,Konami,KCET,,,,,,,2000-12-21, -/games/boxart/full_2983100JapanFrontccc.jpg,Dance Dance Revolution Disney Dancing Museum,N64,Simulation,Konami,KCEK,,,,,,,2000-11-30, -/games/boxart/full_4368208JapanFrontccc.jpg,Dance Dance Revolution Extreme (Japan),PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-10-09, -/games/boxart/default.jpg,Dance Dance Revolution GB,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2000-08-03, -/games/boxart/full_dance-dance-revolution-gb-disney-mix_6JapanFront.jpg,Dance Dance Revolution GB Disney Mix,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-03-29, -/games/boxart/full_dance-dance-revolution-gb-oha-star_2JapanFront.jpg,Dance Dance Revolution GB Oha Star,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-02-08, -/games/boxart/default.jpg,Dance Dance Revolution GB2,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2000-11-16, -/games/boxart/full_dance-dance-revolution-gb3_9JapanFront.jpg,Dance Dance Revolution GB3,GB,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-03-15, -/games/boxart/full_4077684AmericaFrontccc.jpg,Dance Dance Revolution Konamix,PS,Simulation,Konami,Konami,,,,,,,2002-04-05, -/games/boxart/full_dance-dance-revolution-oha-star_2JapanFront.jpg,Dance Dance Revolution Oha Star,PS,Simulation,Konami,KCET,,,,,,,2000-09-14, -/games/boxart/full_dance-dance-revolution-party-collection_0JapanFront.jpg,Dance Dance Revolution Party Collection,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-12-11, -/games/boxart/full_dance-dance-revolution-strike_4JapanFront.jpg,Dance Dance Revolution Strike,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2006-02-16, -/games/boxart/4171742ccc.jpg,Dance Dance Revolution Ultramix 4,XB,Simulation,Konami,Konami Computer Entertainment Hawaii,,,,,,,2006-11-14, -/games/boxart/full_6131825PALFrontccc.jpg,Dance Dance Revolution: Winx Club,Wii,Simulation,Konami,Konami,,,,,,,2009-03-26, -/games/boxart/default.jpg,Dancing Academy,DSiW,Simulation,Tivola,Tivola Interactive Media,,,,,,,2011-03-25, -/games/boxart/default.jpg,Dancing Demon,PC,Simulation,Unknown,Tandy Corporation,,,,,,,, -/games/boxart/full_dancing-furby_911JapanFront.jpg,Dancing Furby,GB,Simulation,Tomy Corporation,Tomy Corporation,,,,,,,1999-12-24, -/games/boxart/full_8405977PALFrontccc.png,Dancing Stage EuroMix,PS,Simulation,Konami,Konami,,,,,,,2001-02-16, -/games/boxart/full_780191JapanFrontccc.jpg,Dancing Stage featuring Dreams Come True,PS,Simulation,Konami,KCET,,,,,,,2000-04-20, -/games/boxart/full_6264851JapanFrontccc.jpg,Dancing Stage featuring True Kiss Destination,PS,Simulation,Konami,KCET,,,,,,,1999-12-09, -/games/boxart/full_2346357PALFrontccc.jpg,Dancing Stage Fever,PS2,Simulation,Konami,Konami,,,,,,,2003-10-24, -/games/boxart/full_4209046PALFrontccc.jpg,Dancing Stage Fever,PS,Simulation,Konami,Konami,,,,,,,2003-10-24, -/games/boxart/full_3302054PALFrontccc.jpg,Dancing Stage Fusion,PS2,Simulation,Konami,Konami,,,,,,,2004-11-05, -/games/boxart/full_6173717PALFrontccc.jpg,Dancing Stage Fusion,PS,Simulation,Konami,Konami,,,,,,,2004-11-05, -/games/boxart/full_7772835PALFrontccc.jpg,Dancing Stage Max,PS2,Simulation,Konami,Konami,,,,,,,2005-11-25, -/games/boxart/full_6334208PALFrontccc.jpg,Dancing Stage Party Edition,PS,Simulation,Konami,Konami,,,,,,,2002-11-15, -/games/boxart/full_2104032AmericaFrontccc.jpg,Darklight Conflict,PC,Simulation,Electronic Arts,Rage Software,,,,,,,1997-03-31, -/games/boxart/962619ccc.jpg,Darklight Conflict,SAT,Simulation,Electronic Arts,Rage Software,,,,,,,1997-01-01, -/games/boxart/full_date-or-ditch_6AmericaFront.jpg,Date or Ditch,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2010-06-28, -/games/boxart/full_2755475AmericaFrontccc.jpg,Dawn of Discovery,PC,Simulation,Ubisoft,Blue Byte Software,,,,,,,2009-06-17, -/games/boxart/full_dbvr_271JapanFront.jpg,DBVR,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2003-03-28, -/games/boxart/full_7725312AmericaFrontccc.jpg,DCS: Black Shark,PC,Simulation,Take-Two Interactive,Eagle Dynamics,,,,,,,2009-04-07, -/games/boxart/full_ddr-festival-dance-dance-revolution_4JapanFront.jpg,DDR Festival: Dance Dance Revolution,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2004-11-18, -/games/boxart/full_ddrmax2-dance-dance-revolution-7th-mix_6JapanFront.jpg,DDRMAX2: Dance Dance Revolution 7th Mix,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-04-24, -/games/boxart/3079752ccc.jpg,DDRMAX: Dance Dance Revolution,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-10-28, -/games/boxart/full_ddrmax-dance-dance-revolution-6th-mix_3JapanFront.jpg,DDRMAX: Dance Dance Revolution 6th Mix,PS2,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-05-16, -/games/boxart/full_debut-21_8JapanFront.jpg,Debut 21,PS,Simulation,NEC Interchannel,Image Works,,,,,,,1998-09-10, -/games/boxart/full_2064810JapanFrontccc.jpg,Deep Aquarium: Kiseki no Shinkai,DS,Simulation,Ertain,Ertain,,,,,,,2008-06-05, -/games/boxart/8266637ccc.jpg,Deep Fighter,DC,Simulation,Ubisoft,Criterion Games,7.3,,,,,,2000-08-22, -/games/boxart/full_3754514AmericaFrontccc.jpg,Deer Hunter Tournament,PC,Simulation,Atari,South Logic Studios,,,,,,,2008-10-14, -/games/boxart/full_4298520JapanFrontccc.jpg,Dengeki no Pilot: Tenkuu no Kizuna,PSP,Simulation,Best Media,Best Media,,,,,,,2010-01-28, -/games/boxart/full_9132467JapanFrontccc.jpg,Densha de Go!,WS,Simulation,Taito,Taito Corporation,,,,,,,1999-03-04, -/games/boxart/full_8180752JapanFrontccc.jpg,Densha de Go!,GB,Simulation,CyberFront,CyberFront,,,,,,,1999-12-10, -/games/boxart/full_6957076JapanFrontccc.jpg,Densha de Go! 2,WS,Simulation,CyberFront,CyberFront,,,,,,,1999-10-07, -/games/boxart/full_5259115JapanFrontccc.jpg,Densha de Go! 2,GB,Simulation,CyberFront,CyberFront,,,,,,,2000-12-08, -/games/boxart/full_3757417JapanFrontccc.jpg,Densha de Go! 2,DC,Simulation,Taito,Taito Corporation,,,,,,,2000-01-20, -/games/boxart/full_8897715JapanFrontccc.jpg,Densha de Go! EX,SAT,Simulation,Takara,Taito Corporation,,,,,,,1998-10-01, -/games/boxart/full_9160720JapanFrontccc.jpg,Densha de Go! Final,PS2,Simulation,Taito,Taito Corporation,,,,,,,2004-05-27, -/games/boxart/full_7762532JapanFrontccc.jpg,Densha de Go! Nagoya Tetsudou Hen,PS,Simulation,Taito,Taito,,,,,,,2000-01-27, -/games/boxart/full_7957745JapanFrontccc.jpg,Densha de Go! Pocket: Chuuousen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2006-01-19, -/games/boxart/full_9538986JapanFrontccc.jpg,Densha de Go! Pocket: Osaka Kanjousen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2006-03-30, -/games/boxart/full_5497496JapanFrontccc.jpg,Densha de Go! Pocket: Toukaidousen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2006-07-27, -/games/boxart/full_6625156JapanFrontccc.jpg,Densha de Go! Pocket: Yamanotesen Hen,PSP,Simulation,Taito,Taito Corporation,,,,,,,2005-09-29, -/games/boxart/full_4962824JapanFrontccc.jpg,Densha de Go! Professional 2,PS2,Simulation,Taito,Taito Corporation,,,,,,,2003-02-27, -/games/boxart/full_2075270JapanFrontccc.jpg,Densha de Go! Professional Shiyou,PS,Simulation,Taito,Taito Corporation,,,,,,,1999-12-09, -/games/boxart/full_7693290JapanFrontccc.jpg,Densha de Go! Ryojouhen,PS2,Simulation,Taito,Taito Corporation,,,,,,,2002-07-25, -/games/boxart/full_7436327JapanFrontccc.jpg,Densha de Go! Shinkansen: Sanyou Shinkansen-hen,PS2,Simulation,Taito,Taito Corporation,,,,,,,2001-09-20, -/games/boxart/full_1033947PALFrontccc.jpg,Desert Strike,MS,Simulation,Domark Software,Electronic Arts,,,,,,,1992-01-01, -/games/boxart/8297695ccc.jpg,Desert Strike: Return to the Gulf,GEN,Simulation,Electronic Arts,Visual Concepts,,,,,,,1994-06-04, -/games/boxart/5627358ccc.jpg,Desert Strike: Return to the Gulf,GB,Simulation,Malibu Games,Ocean,,,,,,,1995-02-01, -/games/boxart/full_2509173AmericaFrontccc.jpg,Desert Strike: Return to the Gulf,Lynx,Simulation,Telegames,"Telegames, Inc.",,,,,,,1992-01-01, -/games/boxart/full_9969679AmericaFrontccc.jpg,Desert Strike: Return to the Gulf,PC,Simulation,Gremlin Interactive Ltd,Electronic Arts,,,,,,,1994-01-01, -/games/boxart/2752427ccc.jpg,Desert Strike: Return to the Gulf,SNES,Simulation,Electronic Arts,Visual Concepts,,,,,,,1992-10-01, -/games/boxart/full_8178323AmericaFrontccc.jpg,Desert Strike: Return to the Gulf,GG,Simulation,Domark Software,Electronic Arts,,,,,,,1994-01-01, -/games/boxart/default.jpg,Diaper Dash,PC,Simulation,PlayFirst,Zemnott,,,,,,,2009-08-12, -/games/boxart/full_digital-glider-airman_440JapanFront.jpg,Digital Glider Airman,PSN,Simulation,ASK,ASK Corporation,,,,,,,2010-12-22, -/games/boxart/full_digital-glider-airman_135JapanFront.jpg,Digital Glider Airman,PS,Simulation,ASK,ASK Corporation,,,,,,,1999-09-14, -/games/boxart/full_4757740AmericaFrontccc.jpg,DinerTown Tycoon,PC,Simulation,PlayFirst,PlayFirst,,,,,,,2009-10-01, -/games/boxart/full_dirt-jockey_3AmericaFront.jpg,DiRT Jockey: Heavy Equipment Operator,PSN,Simulation,Sony Computer Entertainment,"DDL, Inc.",,,,,,,2010-02-10, -/games/boxart/full_9826613AmericaFrontccc.jpg,DiRT Jockey: Heavy Equipment Operator,PS,Simulation,Mastiff,"DDL, Inc.",,,,,,,2003-07-13, -/games/boxart/full_1674500AmericaFrontccc.png,Disney Checkout Challenege,And,Simulation,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2014-06-26, -/games/boxart/full_9191995AmericaFrontccc.jpg,Disney City Girl,PC,Simulation,"Playdom, Inc.","Playdom, Inc.",,,,,,,2012-06-29, -/games/boxart/default.jpg,Disney Magical World 2: My Happy Life,3DS,Simulation,Namco Bandai Games,Namco Bandai Games,,,,,,,2020-12-31, -/games/boxart/full_princess-royal-horse-show_418AmericaFront.jpg,Disney Princess: Royal Horse Show,PC,Simulation,Disney Interactive Studios,Encore Games,,,,,,,2005-05-06, -/games/boxart/full_doggie-daycare_866AmericaFront.jpg,Doggie Daycare,PC,Simulation,Viva Media,"Viva Media, LLC",,,,,,,2008-09-03, -/games/boxart/full_5993750AmericaFrontccc.jpg,Dogz,PC,Simulation,Ubisoft,ImaginEngine,,,,,,,2006-11-14, -/games/boxart/full_6393227AmericaFrontccc.jpg,Dogz,GB,Simulation,Mindscape,Saffire Corporation,,,,,,,1999-12-01, -/games/boxart/default.jpg,Dogz (1995),PC,Simulation,Mindscape,PF.Magic,,,,,,,1995-01-01, -/games/boxart/full_6011747AmericaFrontccc.jpg,Dogz 2,GBA,Simulation,Ubisoft,MTO,,,,,,,2007-04-03, -/games/boxart/full_1259176AmericaFrontccc.jpg,Dogz 3,PC,Simulation,PF.Magic,PF.Magic,,,,,,,1998-01-01, -/games/boxart/full_2279327AmericaFrontccc.jpg,Dogz 4,PC,Simulation,Mindscape,PF.Magic,,,,,,,1999-09-28, -/games/boxart/full_dogz-ii_284AmericaFront.jpg,Dogz II,PC,Simulation,PF.Magic,PF.Magic,,,,,,,1997-01-01, -/games/boxart/full_dogz-ii-amp-catz-ii_600AmericaFront.jpg,Dogz II & Catz II,PC,Simulation,Mindscape,PF.Magic,,,,,,,1999-11-30, -/games/boxart/full_9906884JapanFrontccc.jpg,Doko Demo Issyo Tsuika Disc: Koneko Mo Issyo,PS,Simulation,Sony Computer Entertainment,SCEI,,,,,,,2000-01-27, -/games/boxart/full_dokodemo-hamster_1JapanFront.jpg,Dokodemo Hamster,WS,Simulation,Bec,Bec,,,,,,,2000-01-06, -/games/boxart/full_dokodemo-hamster-2_6JapanFront.jpg,Dokodemo Hamster 2,PS,Simulation,Bec,Bec,,,,,,,2000-08-31, -/games/boxart/full_dokodemo-hamster-3_9JapanFront.jpg,Dokodemo Hamster 3: O Dekake Safuran,WS,Simulation,Bec,Bec,,,,,,,2000-12-14, -/games/boxart/full_1108099PALFrontccc.jpg,Dr. Dolittle,PS2,Simulation,Blast! Entertainment Ltd,Aqua Pacific,,,,,,,2006-11-29, -/games/boxart/default.jpg,Dream Club Zero,PSV,Simulation,D3 Publisher,D3,,,,,,,2011-12-17, -/games/boxart/full_3822595AmericaFrontccc.jpg,Drifter: A Space Trading Game,PSV,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2020-12-31, -/games/boxart/full_222120AmericaFrontccc.jpg,Drifter: A Space Trading Game,PS4,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2020-12-31, -/games/boxart/full_9090461AmericaFrontccc.jpg,Drifter: A Space Trading Game,OSX,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2014-03-04, -/games/boxart/full_1437037AmericaFrontccc.jpg,Drifter: A Space Trading Game,PC,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2014-03-04, -/games/boxart/full_9608280AmericaFrontccc.jpg,Drifter: A Space Trading Game,Linux,Simulation,Celsius Game Studios,Celsius Game Studios,,,,,,,2014-03-04, -/games/boxart/full_drive-a-steam-train_799PALFront.jpg,Drive a Steam Train,PC,Simulation,RailSimulator.com,RailSimulator.com,,,,,,,2011-06-20, -/games/boxart/full_7409880AmericaFrontccc.jpg,Dunes of War,PC,Simulation,DreamCatcher Interactive,ZootFly,,,,,,,2007-04-24, -/games/boxart/full_2418494AmericaFrontccc.jpg,E.V.O.: Search for Eden,SNES,Simulation,Enix,Almanic Corp.,,,,,,,1993-01-01, -/games/boxart/full_4210298AmericaFrontccc.jpg,Echelon,PC,Simulation,Buka Entertainment,MADia Entertainment,,,,,,,2001-04-15,2018-07-11 -/games/boxart/default.jpg,Echo Bazaar,PC,Simulation,Unknown,Failbetter Games,,,,,,,, -/games/boxart/full_elan_2JapanFront.jpg,Elan,PSN,Simulation,Hamster Corporation,Visco,,,,,,,2010-07-28, -/games/boxart/full_elan_1JapanFront.jpg,Elan,PS,Simulation,Visco,Visco,,,,,,,1999-04-01, -/games/boxart/full_elan-plus_5JapanFront.jpg,Elan Plus,PSN,Simulation,Hamster Corporation,Visco,,,,,,,2010-11-24, -/games/boxart/full_elan-plus_71JapanFront.jpg,Elan Plus,PS,Simulation,Visco,Visco,,,,,,,2000-05-11, -/games/boxart/full_elite_448PALFront.jpg,Elite,NES,Simulation,Firebird,Braben & Bell,,,,,,,1991-01-01, -/games/boxart/full_916865AmericaFrontccc.jpg,Elite,ACPC,Simulation,Firebird,Unknown,,,,,,,1986-01-01,2018-01-06 -/games/boxart/full_elite_535AmericaFront.jpg,Elite,PC,Simulation,Unknown,Frontier Developments,,,,,,,1987-01-01, -/games/boxart/full_3234567AmericaFrontccc.jpg,Elite: Dangerous,PC,Simulation,Frontier Developments,Frontier Developments Inc.,,,,,,,2014-12-16,2018-06-15 -/games/boxart/full_766821AmericaFrontccc.jpg,Elite: Dangerous,OSX,Simulation,Frontier Developments,Frontier Developments Inc.,,,,,,,2015-05-12,2018-06-15 -/games/boxart/full_8094182AmericaFrontccc.jpg,Emergency 5,PC,Simulation,Deep Silver,Sixteen Tons Entertainment,,,,,,,2015-01-01, -/games/boxart/full_6778983AmericaFrontccc.jpg,Emergency Call 112 - The Fire Fighting Simulation,PC,Simulation,Aerosoft,Headup Games / Crenetic,,,,,,,2016-11-11, -/games/boxart/default.jpg,Enemy Engaged Comanche Versus Hokum,PC,Simulation,Empire Interactive,Razorworks,,,,,,,2000-07-31, -/games/boxart/2038368ccc.jpg,Enigma Rising Tide,PC,Simulation,DreamCatcher Interactive,Tesseraction Games,,,,,,,2003-08-27, -/games/boxart/9677653ccc.jpg,Enigma: Rising Tide - Gold Edition,PC,Simulation,DreamCatcher Interactive,Tesseraction Games,,,,,,,2005-02-01, -/games/boxart/full_enjoy-your-massage_3AmericaFront.jpg,Enjoy your massage!,WW,Simulation,Microforum,Microforum Ltd,,,,,,,2010-08-09, -/games/boxart/full_8930790AmericaFrontccc.gif,Escape Velocity Nova,PC,Simulation,Ambrosia,Ambrosia,,,,,,,2003-07-11, -/games/boxart/full_4517510AmericaFrontccc.jpg,European Air War,PC,Simulation,Atari,Third Wave,,,,,,,1998-10-31, -/games/boxart/full_evochron_749AmericaFront.jpg,Evochron,PC,Simulation,Unknown,StarWraith,,,,,,,2005-04-07, -/games/boxart/full_evochron-alliance_683PALFront.jpg,Evochron Alliance,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2005-09-22, -/games/boxart/full_evochron-legends_948AmericaFront.jpg,Evochron Legends,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2009-05-02, -/games/boxart/full_evochron-mercenary_180AmericaFront.jpg,Evochron Mercenary,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2010-09-17, -/games/boxart/full_evochron-renegades_817AmericaFront.jpg,Evochron Renegades,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,2007-09-28, -/games/boxart/full_1592494AmericaFrontccc.jpg,Extrasolar,PC,Simulation,Lazy 8 Studios,Lazy 8 Studios,,,,,,,2014-02-18, -/games/boxart/full_71426AmericaFrontccc.jpg,Extreme Assault,PC,Simulation,Blue Byte,Blue Byte,,,,,,,1997-06-30, -/games/boxart/full_8093015PALFrontccc.jpg,Extreme Roads USA,PC,Simulation,United Developers,United Developers,,,,,,,2014-06-06, -/games/boxart/full_1754457AmericaFrontccc.jpg,Extreme Roads USA,OSX,Simulation,United Developers,United Developers,,,,,,,2014-06-06, -/games/boxart/full_2213860AmericaFrontccc.jpg,F-117 Night Storm,GEN,Simulation,Electronic Arts,Rare Ltd.,,,,,,,1993-01-01, -/games/boxart/6152997ccc.jpg,F-117A Stealth Fighter,NES,Simulation,Microprose,MicroProse,,,,,,,1992-12-01, -/games/boxart/full_f-15-city-war_9AmericaFront.jpg,F-15 City War,NES,Simulation,American Video Entertainment,American Video Entertainment,,,,,,,1990-01-01, -/games/boxart/4708300ccc.jpg,F-15 Strike Eagle,NES,Simulation,Microprose,MicroProse,,,,,,,1992-02-01, -/games/boxart/full_6439796AmericaFrontccc.jpg,F-15 Strike Eagle,GG,Simulation,Microprose,NMS Software,,,,,,,1993-01-01, -/games/boxart/full_f-15-strike-eagle_5AmericaFront.jpg,F-15 Strike Eagle,PC,Simulation,Microprose,MicroProse,,,,,,,1985-01-01, -/games/boxart/9817744ccc.jpg,F-15 Strike Eagle,GB,Simulation,Microprose,NMS Software,,,,,,,1993-06-01, -/games/boxart/full_3848090AmericaFrontccc.jpg,F-15 Strike Eagle II,GEN,Simulation,Microprose,MicroProse,,,,,,,1993-01-01, -/games/boxart/7479778ccc.jpg,F-15 Strike Eagle II,PC,Simulation,Microprose,MicroProse,,,,,,,1991-01-01, -/games/boxart/2390938ccc.jpg,F-16 Fighting Falcon,MS,Simulation,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_2032382AmericaFrontccc.jpg,F-16 Multirole Fighter,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1998-10-06, -/games/boxart/4610210ccc.jpg,F-18 Hornet,7800,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-01-01, -/games/boxart/full_3909420AmericaFrontccc.jpg,F-22 Air Dominance Fighter,PC,Simulation,Unknown,Digital Image Design,,,,,,,1997-01-01, -/games/boxart/full_6708819AmericaFrontccc.jpg,F-22 Raptor,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1997-11-30, -/games/boxart/full_1410418PALFrontccc.jpg,F/A-18 Operation Desert Storm,PC,Simulation,GMX Media,GraphSim Entertainment,,,,,,,2005-03-04, -/games/boxart/8235889ccc.jpg,F24: Stealth Fighter,GBA,Simulation,Majesco,Skyworks Technologies,3.6,,,,,,2007-02-13, -/games/boxart/full_face-pilot-fly-with-your-nintendo-dsi-camera_6AmericaFront.jpg,Face Pilot: Fly With Your Nintendo DSi Camera!,DSiW,Simulation,Nintendo,HAL Laboratory,,,,,,,2010-07-26, -/games/boxart/full_falcon_3AmericaFront.jpg,Falcon,PCE,Simulation,Spectrum Holobyte,Sphere,,,,,,,1992-01-01, -/games/boxart/1281049ccc.jpg,Falcon,PC,Simulation,Spectrum Holobyte,Sphere,,,,,,,1987-01-01, -/games/boxart/1498064ccc.jpg,Falcon 4.0,PC,Simulation,Atari,MicroProse,,,,,,,1998-11-30, -/games/boxart/default.jpg,Fallen London,PC,Simulation,Unknown,Failbetter Games,,,,,,,, -/games/boxart/full_837958AmericaFrontccc.jpg,Fallout Shelter,And,Simulation,Bethesda Softworks,Bethesda Softworks,,,,,,,2015-08-13, -/games/boxart/full_5105381AmericaFrontccc.jpg,Fallout Shelter,iOS,Simulation,Unknown,Bethesda Softworks,,,,,,,, -/games/boxart/full_5226925JapanFrontccc.jpg,Fancy Pocket,GBA,Simulation,Jorudan,Jorudan,,,,,,,2002-09-27, -/games/boxart/full_farm-frenzy_444PALFront.png,Farm Frenzy,PSN,Simulation,Alawar Entertainment,"Alawar Entertainment, Inc.",,,,,,,2011-04-19,2019-05-03 -/games/boxart/full_farm-frenzy_50AmericaFront.jpg,Farm Frenzy,DSiW,Simulation,Alawar Entertainment,"Alawar Entertainment, Inc.",4,,,,,,2011-07-07, -/games/boxart/full_2671080PALFrontccc.jpeg,Farming 2017 - The Simulation,PS3,Simulation,UIG Entertainment,UIG Entertainment,,,,,,,2016-05-27,2018-04-09 -/games/boxart/full_7883619PALFrontccc.jpg,Farming 2017 - The Simulation,WiiU,Simulation,UIG Entertainment,UIG Entertainment,,,,,,,2016-05-27,2018-04-09 -/games/boxart/full_6591180AmericaFrontccc.png,Farming Simulator 2014,And,Simulation,Giants Software,Giants Software,,,,,,,2013-11-18, -/games/boxart/full_3613665AmericaFrontccc.jpg,Farming Simulator 2014,3DS,Simulation,Focus Home Interactive,Giants Software,,,,,,,2014-06-24,2018-07-26 -/games/boxart/default.jpg,Farming Simulator 2015,OSX,Simulation,Focus Home Interactive,Giants Software,,,,,,,2015-04-01, -/games/boxart/full_farmville-facebook_706AmericaFront.jpg,FarmVille (Facebook),PC,Simulation,Zynga,Zynga,,,,,,,2009-06-19, -/games/boxart/full_3499218AmericaFrontccc.jpg,Fast Food Tycoon,PC,Simulation,Activision,Software 2000,,,,,,,2000-11-30, -/games/boxart/full_9938004AmericaFrontccc.jpg,Fast Food Tycoon 2,PC,Simulation,Activision,Software 2000,,,,,,,2001-10-09, -/games/boxart/full_ferret-monogatari-watashi-no-okini-iri_190JapanFront.jpg,Ferret Monogatari: Watashi no Okini Iri,GB,Simulation,Culture Brain,Culture Brain,,,,,,,2000-04-28, -/games/boxart/full_8170678AmericaFrontccc.jpg,Fetch it Again!,PC,Simulation,ValuSoft,dtp - young entertainment,,,,,,,2007-12-17, -/games/boxart/full_1419080PALFrontccc.jpg,FIFA Manager 07,PC,Simulation,EA Sports,Bright Future GmbH,,,,,,,2006-11-03, -/games/boxart/full_7212127AmericaFrontccc.jpg,Fighting Steel: World War II Surface Combat 1939-1942,PC,Simulation,SSI,Divide By Zero Software,,,,,,,1999-05-31, -/games/boxart/full_figures-of-happiness_252AmericaFront.jpg,Figures of Happiness,PC,Simulation,Unknown,G-Collections,,,,,,,, -/games/boxart/full_851472JapanFrontccc.jpg,Find Love 2: Rhapsody,SAT,Simulation,Daiki,Daiki,,,,,,,1998-11-26, -/games/boxart/full_fireplacing_845AmericaFront.jpg,Fireplacing,WW,Simulation,Korner Entertainment,Continental Games,,,,,,,2010-12-06, -/games/boxart/default.jpg,Five Nights at Freddy's,And,Simulation,Unknown,Scott Cawthon,,,,,,,,2018-03-30 -/games/boxart/full_3826710AmericaFrontccc.png,Five Nights at Freddy's 3,PC,Simulation,Scott Cawthon,Scott Cawthon,,,,,,,2015-03-02,2018-03-27 -/games/boxart/full_5198573AmericaFrontccc.jpg,Flanker 2.0,PC,Simulation,SSI,Eagle Dynamics,,,,,,,1999-09-30, -/games/boxart/full_4633615AmericaFrontccc.jpg,Flanker 2.5,PC,Simulation,Ubisoft,Eagle Dynamics,,,,,,,2002-03-26, -/games/boxart/full_flight-academy_425JapanFront.jpg,Flight Academy,XB,Simulation,Unknown,Aqua Systems,,,,,,,2002-08-29, -/games/boxart/full_8886239AmericaFrontccc.jpg,Flight Control,DSiW,Simulation,Firemint,Firemint,,,,,,,2010-02-22, -/games/boxart/full_flight-control_118AmericaFront.jpg,Flight Control,WW,Simulation,Firemint,Firemint,8,,,,,,2011-08-18, -/games/boxart/full_flight-control-hd_10PALFront.jpg,Flight Control HD,PSN,Simulation,Firemint,Firemint,,,,,,,2010-09-15, -/games/boxart/2302640ccc.jpg,Flight Simulator 2000,PC,Simulation,Microsoft,Microsoft,,,,,,,1999-10-21, -/games/boxart/6789448ccc.jpg,Flight Simulator 2002,PC,Simulation,Microsoft,Microsoft,,,,,,,2001-10-19, -/games/boxart/1621980ccc.jpg,Flight Unlimited,PC,Simulation,Unknown,Looking Glass Studios,,,,,,,, -/games/boxart/full_2456003AmericaFrontccc.jpg,Flight Unlimited II,PC,Simulation,Eidos Interactive,Looking Glass Studios,,,,,,,1997-11-30, -/games/boxart/full_3605644AmericaFrontccc.jpg,Flight Unlimited III,PC,Simulation,Electronic Arts,Looking Glass Studios,,,,,,,1999-09-30, -/games/boxart/full_208909AmericaFrontccc.jpg,Flotilla,XBL,Simulation,Microsoft,Blendo Games,,,,,,,2010-03-25, -/games/boxart/full_flow_7AmericaFront.jpg,flOw,PSN,Simulation,Sony Computer Entertainment,thatgamecompany,7.4,,,,,,2007-02-22, -/games/boxart/full_5289909AmericaFrontccc.jpg,flOw,PS4,Simulation,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2013-12-17,2018-09-23 -/games/boxart/9031292ccc.jpg,flOw,PSP,Simulation,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2008-03-06, -/games/boxart/full_3938179AmericaFrontccc.jpg,Fly! II,PC,Simulation,Take-Two Interactive,Terminal Reality,,,,,,,2001-04-26, -/games/boxart/8108112ccc.jpg,Flying Nightmares,3DO,Simulation,Domark Software,Domark,,,,,,,1994-01-01, -/games/boxart/full_8341082PALFrontccc.jpg,Football Manager 2015,OSX,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2018-05-29 -/games/boxart/full_5618338PALFrontccc.jpg,Football Manager 2015,Linux,Simulation,Sega,Sports Interactive,,,,,,,2014-11-07,2018-05-29 -/games/boxart/full_5473878AmericaFrontccc.png,Football Manager 2015,And,Simulation,Sega,Sports Interactive,,,,,,,2020-12-31,2018-05-29 -/games/boxart/full_9704024AmericaFrontccc.jpg,FreeSpace 2,PC,Simulation,Interplay,Volition Inc.,,,,,,,1999-09-30,2018-04-02 -/games/boxart/full_frontierville-facebook_845AmericaFront.jpg,FrontierVille (Facebook),PC,Simulation,Zynga,Zynga,,,,,,,2010-06-09, -/games/boxart/full_8727812AmericaFrontccc.png,FS Falcon 2004,PC,Simulation,IPC Software,Lago,,,,,,,2004-02-13, -/games/boxart/full_6903153JapanFrontccc.jpg,Fukoumori: Moririi no Unhappy Project,DS,Simulation,Namco Bandai,Bandai Namco Games,,,,,,,2007-11-29, -/games/boxart/full_8616609AmericaFrontccc.jpg,Funky Barn It's Farming!,WiiU,Simulation,505 Games,Tantalus Interactive,5,,,,,,2012-11-18,2020-08-25 -/games/boxart/full_2986289AmericaFrontccc.jpg,Future Cop L.A.P.D.,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1998-12-05, -/games/boxart/full_6449968PALFrontccc.png,Future Cop: L.A.P.D.,PSN,Simulation,Electronic Arts,Electronic Arts,,,,,,,2009-04-23, -/games/boxart/5204136ccc.jpg,G-Loc Air Battle,GEN,Simulation,Sega,Sega-AM2,,,,,,,1993-01-01, -/games/boxart/full_g-loc-air-battle_2PALFront.jpg,G-LOC Air Battle,MS,Simulation,Sega,Sega-AM2,,,,,,,1991-01-01, -/games/boxart/full_3029345AmericaFrontccc.jpg,G-LOC Air Battle,GG,Simulation,Sega,Sega-AM2,,,,,,,1991-01-01, -/games/boxart/full_7767621JapanFrontccc.jpg,Gakkou o Tsukurou!!,PS,Simulation,Victor Interactive,Refine Textile,,,,,,,1997-12-18, -/games/boxart/full_gakkou-o-tsukurou_561JapanFront.jpg,Gakkou o Tsukurou!!,PSN,Simulation,Marvelous Interactive,Refine Textile,,,,,,,2008-03-12, -/games/boxart/full_9510566JapanFrontccc.jpg,Gakkou o Tsukurou!! 2,PS,Simulation,Victor Interactive,Groove Box Japan,,,,,,,1998-12-10, -/games/boxart/full_gakkou-o-tsukurou-2_334JapanFront.jpg,Gakkou o Tsukurou!! 2,PSN,Simulation,Victor Interactive,Groove Box Japan,,,,,,,2009-02-25, -/games/boxart/full_6957877JapanFrontccc.jpg,Gakkou o Tsukurou!! Advance,GBA,Simulation,Victor Interactive,Groove Box Japan,,,,,,,2001-12-07, -/games/boxart/full_gakkou-o-tsukurou-happy-days_934JapanFront.jpg,Gakkou o Tsukurou!! Happy Days,PS2,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2005-03-24, -/games/boxart/full_1417688JapanFrontccc.jpg,Gakkou o Tsukurou!! Kouchou Sensei Monogatari,PS,Simulation,Victor Interactive,Groove Box Japan,,,,,,,2000-10-26, -/games/boxart/full_gakkou-o-tsukurou-kouchou-sensei-monogatari_707JapanFront.jpg,Gakkou o Tsukurou!! Kouchou Sensei Monogatari,PSN,Simulation,Marvelous Interactive,Groove Box Japan,,,,,,,2009-04-22, -/games/boxart/full_4634437JapanFrontccc.jpg,Gakuen Toshi Vara Noir,PS2,Simulation,Idea Factory,Idea Factory,,,,,,,2002-10-31, -/games/boxart/full_663493JapanFrontccc.jpg,Gakuen Toshi Vara Noir Roses,GC,Simulation,Idea Factory,Idea Factory,,,,,,,2004-01-23, -/games/boxart/full_galactic-command-echo-squad_547AmericaFront.jpg,Galactic Command - Echo Squad,PC,Simulation,GamersGate,"3000AD, Inc.",,,,,,,2008-03-07, -/games/boxart/full_7672128JapanFrontccc.jpg,Game Conveni 21,GB,Simulation,Starfish,Starfish,,,,,,,2000-05-19, -/games/boxart/full_5351639JapanFrontccc.jpg,Game de Hakken!! Tamagotchi Osucchi to Mesucchi,GB,Simulation,Bandai,Tom Create,,,,,,,1998-01-15, -/games/boxart/full_3358759AmericaFrontccc.jpg,GamersGoMakers,PC,Simulation,Unknown,Unknown,,,,,,,2014-08-08, -/games/boxart/full_garbage-truck-simulator_743PALFront.gif,Garbage Truck Simulator,PC,Simulation,Unknown,Astragon,,,,,,,, -/games/boxart/full_garbage-truck-simulator-2011_10PALFront.jpg,Garbage Truck Simulator 2011,PC,Simulation,Excalibur Publishing,Astragon,,,,,,,2011-05-20, -/games/boxart/full_178649AmericaFrontccc.jpg,Garry Kitchen's Super Battletank: War in the Gulf,SNES,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1992-06-01, -/games/boxart/2873116ccc.gif,Garry Kitchen's Super Battletank: War in the Gulf,GEN,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1992-01-01, -/games/boxart/7598058ccc.jpg,Gazillionaire,PC,Simulation,Spectrum Holobyte,LavaMind,,,,,,,1994-01-01, -/games/boxart/full_2077355JapanFrontccc.jpg,Gendai Daisenryaku DS: Isshoku Sokuhatsu - Gunji Balance Houkai,DS,Simulation,System Soft,System Soft,,,,,,,2010-02-25, -/games/boxart/full_939630PALFrontccc.jpg,Geo-Political Simulator,PC,Simulation,Unknown,In-house,,,,,,,2009-02-06, -/games/boxart/full_2689789PALFrontccc.jpg,Germany's Next Topmodel,PS2,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, -/games/boxart/full_3963921PALFrontccc.jpg,Germany's Next Topmodel,Wii,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, -/games/boxart/full_5243750PALFrontccc.jpg,Germany's Next Topmodel,DS,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, -/games/boxart/full_7385704PALFrontccc.jpg,Germany's Next Topmodel,PC,Simulation,Midway Games,SevenOne Intermedia,,,,,,,2009-04-15, -/games/boxart/full_6894012PALFrontccc.jpg,Germany's Next Topmodel 2010,Wii,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, -/games/boxart/full_4411724PALFrontccc.jpg,Germany's Next Topmodel 2010,PC,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, -/games/boxart/default.jpg,Germany's Next Topmodel 2010,PSN,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, -/games/boxart/full_4772150PALFrontccc.jpg,Germany's Next Topmodel 2010,DS,Simulation,7G//AMES,SevenOne Intermedia,,,,,,,2010-02-25, -/games/boxart/full_germanys-next-topmodel-2011_534PALFront.jpg,Germany's Next Topmodel 2011,PS3,Simulation,7G//AMES,SevenOne Intermedia GmbH,,,,,,,2011-03-18, -/games/boxart/full_germanys-next-topmodel-2011_662PALFront.jpg,Germany's Next Topmodel 2011,PC,Simulation,7G//AMES,SevenOne Intermedia GmbH,,,,,,,2011-03-18, -/games/boxart/full_9291719JapanFrontccc.jpg,GitaDora! Guitar Freaks 4thMix & DrumMania 3rdMix,PS2,Simulation,Konami,Konami,,,,,,,2001-09-20, -/games/boxart/full_2156541AmericaFrontccc.jpg,GLITNIR,XBL,Simulation,Microsoft,Hironori,,,,,,,2009-08-07, -/games/boxart/full_go-fetch_416AmericaFront.jpg,Go Fetch!,DSiW,Simulation,Agetec,Aiya Studio,,,,,,,2010-11-15, -/games/boxart/full_go-fetch-2_180AmericaFront.jpg,Go Fetch! 2,DSiW,Simulation,Unknown,Aiya Studio,6,,,,,,2011-08-04, -/games/boxart/full_go-go-copter_422PALFront.jpg,Go Go Copter,PS2,Simulation,Empire Interactive,Aqua Systems,,,,,,,2004-01-01, -/games/boxart/full_3962340AmericaFrontccc.jpg,goalunited,PC,Simulation,Travian Games GmbH,northworks,,,,,,,2006-02-15,2018-07-19 -/games/boxart/full_1759010JapanFrontccc.jpg,Godzilla: Rettou Kaimetsu,SAT,Simulation,Sega,Sega,,,,,,,1995-12-22, -/games/boxart/full_4963852AmericaFrontccc.jpg,Goodgame Big Farm,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2012-10-29, -/games/boxart/full_4321395AmericaFrontccc.jpg,Goodgame Café,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2011-04-21, -/games/boxart/full_6905981AmericaFrontccc.jpg,Goodgame Disco,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2011-04-21, -/games/boxart/full_5319074AmericaFrontccc.jpg,Goodgame Gangster,PC,Simulation,Goodgame Studios,Goodgame Studios,,,,,,,2010-07-12, -/games/boxart/default.jpg,Great Naval Battles II: Guadalcanal,PC,Simulation,Unknown,IO Design Group Inc.,,,,,,,, -/games/boxart/default.jpg,Great Naval Battles III: Fury in the Pacific,PC,Simulation,Unknown,Mindscape Inc.,,,,,,,, -/games/boxart/full_9808842AmericaFrontccc.jpg,"Great Naval Battles IV: Burning Steel, 1939-1942",PC,Simulation,Mindscape,Divide By Zero,,,,,,,1995-11-20, -/games/boxart/default.jpg,Great Naval Battles: North Atlantic,PC,Simulation,Unknown,IO Design Group Inc.,,,,,,,, -/games/boxart/default.jpg,Ground Environment X Africa-Middle East,PC,Simulation,Unknown,FLIGHT1,,,,,,,2011-11-25, -/games/boxart/full_8296922PALFrontccc.jpg,Guerrilla Strike,PS2,Simulation,Phoenix Games,Phoenix Games,,,,,,,2006-01-01, -/games/boxart/full_2168311JapanFrontccc.jpg,Guitar Freaks & DrumMania: Masterpiece Silver,PS2,Simulation,Konami,Konami,,,,,,,2006-08-31, -/games/boxart/4269786ccc.jpg,Gundam Side Story 0079: Rise from the Ashes,DC,Simulation,Bandai,Bandai,7.4,,,,,,2000-04-28, -/games/boxart/full_gunship_551PALFront.png,Gunship,PSN,Simulation,Atari,MicroProse,,,,,,,2010-11-17, -/games/boxart/full_gunship_73AmericaFront.jpg,Gunship,PC,Simulation,Microprose,MicroProse,,,,,,,1986-01-01, -/games/boxart/full_376522PALFrontccc.jpg,Gunship,GEN,Simulation,U.S. Gold,Probe Entertainment Limited,,,,,,,1993-01-01, -/games/boxart/6866178ccc.jpg,Gunship 2000,PC,Simulation,Microprose,MicroProse,,,,,,,1991-01-01, -/games/boxart/default.jpg,Gunship III,PC,Simulation,Microprose,MicroProse,,,,,,,2000-03-01, -/games/boxart/full_8763801AmericaFrontccc.jpg,Gunship!,PC,Simulation,Hasbro Interactive,Atari,,,,,,,2000-03-31, -/games/boxart/full_hacker-evolution_6PALFront.jpg,Hacker Evolution,PC,Simulation,exoSyphen Studios,exoSyphen Studios,,,,,,,2010-09-14, -/games/boxart/full_hacker-evolution-untold_2AmericaFront.jpg,Hacker Evolution: Untold,PC,Simulation,Unknown,exoSyphen Studios,,,,,,,2008-12-15, -/games/boxart/full_hamster-club_361JapanFront.jpg,Hamster Club,GB,Simulation,Jorudan,Jorudan,,,,,,,1999-10-29, -/games/boxart/full_hamster-club-2_261JapanFront.jpg,Hamster Club 2,GB,Simulation,Jorudan,Jorudan,,,,,,,2000-12-15, -/games/boxart/full_hamster-club-i_198JapanFront.jpg,Hamster Club i,PS,Simulation,Jorudan,Jorudan,,,,,,,2002-02-28, -/games/boxart/full_hamster-club-oshiema-chu_904JapanFront.jpg,Hamster Club Oshiema Chu,GB,Simulation,Jorudan,Jorudan,,,,,,,2001-09-21, -/games/boxart/full_3940262JapanFrontccc.jpg,Hamster Monogatari 64,N64,Simulation,Culture Brain,Culture Brain,,,,,,,2001-04-06, -/games/boxart/full_7604399JapanFrontccc.jpg,Hamster Monogatari GB + Magi Ham Mahou no Shoujo,GB,Simulation,Culture Brain,Culture Brain,,,,,,,2002-08-09, -/games/boxart/full_7753959JapanFrontccc.jpg,Hamster to Kurasou,DS,Simulation,Interchannel,Interchannel,,,,,,,2006-12-21, -/games/boxart/full_9254806PALFrontccc.jpg,Happy Bakery,DS,Simulation,Rising Star,Gamebridge,,,,,,,2009-05-15, -/games/boxart/full_happy-birthday-mart_7AmericaFront.jpg,Happy Birthday Mart,DSiW,Simulation,Pixel Federation,Pixel Federation,,,,,,,2010-07-19, -/games/boxart/full_377965AmericaFrontccc.jpg,Happy Hotel,And,Simulation,Stockpile Studio,Stockpile Studio,,,,,,,2013-05-07, -/games/boxart/243320ccc.png,Harvest Moon,VC,Simulation,Natsume,Victor Interactive Software,,,,,,,2008-02-11, -/games/boxart/7791126ccc.jpg,Harvest Moon,SNES,Simulation,Natsume,Victor Interactive Software,,,,,,,1997-06-01, -/games/boxart/full_1999511AmericaFrontccc.png,Harvest Moon 3 GBC,GB,Simulation,Natsume,Victor Interactive Software,,,,,,,2001-11-14, -/games/boxart/full_5901957AmericaFrontccc.jpg,Harvest Moon GBC,GB,Simulation,Natsume,Victor Interactive Software,,,,,,,1998-12-31, -/games/boxart/full_harvest-moon-back-to-nature_392AmericaFront.jpg,Harvest Moon: Back to Nature,PSN,Simulation,Sony Computer Entertainment,Victor Interactive Software,,,,,,,2011-02-08, -/games/boxart/full_harvest-moon-hero-of-leaf-valley_9AmericaFront.jpg,Harvest Moon: Hero of Leaf Valley,PSN,Simulation,Natsume,Marvelous Interactive,7.5,,,,,,2010-05-12, -/games/boxart/full_9568690AmericaFrontccc.jpg,Harvest Moon: My Little Shop,WW,Simulation,Natsume,Marvelous Interactive,,,,,,,2009-11-23, -/games/boxart/full_5586829AmericaFrontccc.jpg,Harvest Moon: Seeds of Memories,PC,Simulation,Natsume,Natsume,,,,,,,2016-01-01, -/games/boxart/full_1829067AmericaFrontccc.jpg,Harvest Moon: Seeds of Memories,WiiU,Simulation,Natsume,Natsume,,,,,,,2016-01-01, -/games/boxart/full_4700075AmericaFrontccc.jpg,Harvest Moon: Seeds of Memories,And,Simulation,Natsume,Natsume,,,,,,,2016-01-01, -/games/boxart/full_hatsukoi-valentine_151JapanFront.jpg,Hatsukoi Valentine,PSN,Simulation,Family Soft,Family Soft,,,,,,,2011-01-26, -/games/boxart/full_hatsukoi-valentine_389JapanFront.jpg,Hatsukoi Valentine,PS,Simulation,Family Soft,Family Soft,,,,,,,1997-07-31, -/games/boxart/full_hatsukoi-valentine-special_589JapanFront.jpg,Hatsukoi Valentine Special,PS,Simulation,Family Soft,Family Soft,,,,,,,1998-11-05, -/games/boxart/full_hatsukoi-valentine-special_330JapanFront.jpg,Hatsukoi Valentine Special,PSN,Simulation,Family Soft,Family Soft,,,,,,,2011-02-23, -/games/boxart/902820ccc.gif,Hattrick!,PC,Simulation,Unknown,Ikarion Software,,,,,,,1995-01-01, -/games/boxart/full_4588304JapanFrontccc.jpg,Hayate no Gotoku! Boku ga Romeo de Romeo ga Boku de,DS,Simulation,Konami,Konami,,,,,,,2007-08-23, -/games/boxart/9221753ccc.jpg,Heatseeker,PS2,Simulation,Codemasters,IR Gurus,,,,,,,2007-05-01, -/games/boxart/5478285ccc.jpg,Heavy Gear,PC,Simulation,Activision,Activision,,,,,,,1997-10-31, -/games/boxart/9159716ccc.jpg,Heavy Gear II,PC,Simulation,Activision,Activision,,,,,,,1999-05-31, -/games/boxart/default.jpg,Helicopter Assault,PC,Simulation,GMX Media,GMX Media,,,,,,,2005-08-26, -/games/boxart/default.jpg,Hell's Kitchen: The Game,PS3,Simulation,Unknown,Ludia Inc.,,,,,,,, -/games/boxart/default.jpg,Hell's Kitchen: The Game,PS2,Simulation,Unknown,Ludia Inc.,,,,,,,, -/games/boxart/default.jpg,Hell's Kitchen: The Game,X360,Simulation,Unknown,Ludia Inc.,,,,,,,, -/games/boxart/full_9025319AmericaFrontccc.jpg,Hell's Kitchen: The Game,PC,Simulation,Ubisoft,Ludia Inc.,,,,,,,2008-09-22, -/games/boxart/default.jpg,Hell's Kitchen: The Game,PSP,Simulation,Unknown,Ludia Inc.,,,,,,,, -/games/boxart/full_hello-flowerz_2PALFront.png,Hello Flowerz!,PSN,Simulation,Virtual Toys,Virtual Toys,,,,,,,2010-06-29, -/games/boxart/full_hello-flowerz_3AmericaFront.jpg,Hello Flowerz!,DSiW,Simulation,Enjoy Gaming,Virtual Toys,,,,,,,2010-07-05, -/games/boxart/full_hollywood-mogul_707AmericaFront.jpg,Hollywood Mogul,PC,Simulation,Unknown,Hollywood Mogul Company,,,,,,,1997-01-01, -/games/boxart/2016554ccc.jpg,Home Sweet Home,PC,Simulation,eGames,Big Blue Bubble Inc.,,,,,,,2008-09-08, -/games/boxart/full_9598377AmericaFrontccc.jpg,Home Sweet Home,WW,Simulation,Nintendo,Big Blue Bubble Inc.,,,,,,,2008-11-03, -/games/boxart/full_honmei-boy_87JapanFront.jpg,Honmei Boy,GB,Simulation,Nichibutsu,Nichibutsu,,,,,,,1994-10-07, -/games/boxart/full_5909975AmericaFrontccc.jpg,Horsez,PC,Simulation,Ubisoft,MTO,,,,,,,2006-11-16, -/games/boxart/6939924ccc.jpg,Horsez,PS2,Simulation,Ubisoft,MTO,2.1,,,,,,2006-11-14, -/games/boxart/full_2987658JapanFrontccc.jpg,Hoshi de Hakken!! Tamagotchi,PS,Simulation,Bandai,Bandai,,,,,,,1998-02-19, -/games/boxart/full_hospital-havoc_8AmericaFront.jpg,Hospital Havoc,DSiW,Simulation,Hands On Mobile,Hands-on Mobile,,,,,,,2010-07-19, -/games/boxart/full_house-md-episode-2-blue-meanie_593AmericaFront.jpg,House M.D. -- Episode 2: Blue Meanie,DSiW,Simulation,Legacy Interactive,Glyphic Entertainment,4,,,,,,2011-09-01, -/games/boxart/6774807ccc.jpg,Hover Strike,AJ,Simulation,Atari,Atari Games (Midway),,,,,,,1995-01-01, -/games/boxart/5143823ccc.jpg,Hover Strike: Unconquered Lands,AJ,Simulation,Atari,Atari Games (Midway),,,,,,,1995-10-01, -/games/boxart/full_hurricane_357PALFront.jpg,Hurricane,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2007-10-26, -/games/boxart/full_hyper-securities-2_734JapanFront.jpg,Hyper Securities 2,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1998-06-25, -/games/boxart/full_hyper-securities-s_312JapanFront.jpg,Hyper Securities S,SAT,Simulation,Pack-In-Video,Pack-In-Video,,,,,,,1997-02-07, -/games/boxart/full_1980308AmericaFrontccc.jpg,I Am Bread,OSX,Simulation,Bossa Studios,Bossa Studios,,,,,,,2015-04-09,2018-08-11 -/games/boxart/full_7906238AmericaFrontccc.jpg,I Am Bread,PS4,Simulation,Bossa Studios,Bossa Studios,,,,,,,2015-08-25,2018-08-11 -/games/boxart/full_6100690AmericaFrontccc.png,IL-2 Sturmovik: Birds of Prey,PSN,Simulation,505 Games,SME Dynamic Systems Limited,,,,,,,2009-09-30, -/games/boxart/full_3634628AmericaFrontccc.jpg,IL-2 Sturmovik: Forgotten Battles Ace Expansion Pack,PC,Simulation,Ubisoft,1C: Maddox Games,,,,,,,2004-03-02, -/games/boxart/full_4373067AmericaFrontccc.jpg,IL-2 Sturmovik: Forgotten Battles Gold Pack,PC,Simulation,Ubisoft,1C: Maddox Games,,,,,,,2004-03-02, -/games/boxart/full_7961254AmericaFrontccc.jpg,IL-2 Sturmovik: Operation Barbarossa,PC,Simulation,Matrix Games,Just Flight,,,,,,,2003-07-31, -/games/boxart/full_8777092PALFrontccc.jpg,IL-2 Sturmovik: Operation: Fall Blau,PC,Simulation,Koch Media,X1 Software,,,,,,,2004-10-01, -/games/boxart/full_1476723PALFrontccc.jpg,IL-2 Sturmovik: Pe-2,PC,Simulation,Ubisoft,1C: Maddox Games,,,,,,,2006-04-28, -/games/boxart/default.jpg,IL-2 Sturrmovik: WWII Combat Simulator,PC,Simulation,Unknown,Encore Software,,,,,,,, -/games/boxart/full_6576458AmericaFrontccc.jpg,Ilya Muromets,PC,Simulation,Unknown,1C Maddox Games,,,,,,,2015-01-01, -/games/boxart/default.jpg,Imagine: Animal Doctor,PC,Simulation,Unknown,Virtual Toys,,,,,,,, -/games/boxart/6488236ccc.jpg,Imagine: Fashion Designer,PC,Simulation,Ubisoft,Virtual Toys,,,,,,,2007-11-19, -/games/boxart/default.jpg,Imagine: Pet Hospital,PC,Simulation,Unknown,Virtual Toys,,,,,,,, -/games/boxart/full_7811141PALFrontccc.jpg,Imagine: Pet Vet in Australia,PC,Simulation,Unknown,Virtual Toys,,,,,,,, -/games/boxart/full_independence-war_421AmericaFront.jpg,Independence War,PC,Simulation,Ocean,Particle Systems Ltd.,,,,,,,1996-07-25, -/games/boxart/full_independence-war-2-edge-of-chaos_414AmericaFront.jpg,Independence War 2: Edge of Chaos,PC,Simulation,Infogrames,Particle Systems Ltd.,,,,,,,2001-08-22, -/games/boxart/full_independence-war-deluxe-edition_150AmericaFront.jpg,Independence War: Deluxe Edition,PC,Simulation,Infogrames,Particle Systems Ltd.,,,,,,,1999-08-31, -/games/boxart/full_7763900AmericaFrontccc.jpg,Industry Empire,PC,Simulation,Rondomedia,Rondomedia,,,,,,,2014-07-30, -/games/boxart/full_infiltrator_988AmericaFront.jpg,Infiltrator,NES,Simulation,Mindscape,Chris Gray Enterprises,,,,,,,1990-01-01, -/games/boxart/full_infiltrator_129AmericaFront.jpg,Infiltrator,PC,Simulation,Mindscape,Chris Gray Enterprises,,,,,,,1986-01-01, -/games/boxart/full_7996673AmericaFrontccc.jpg,Innocent Life: A Futuristic Harvest Moon Special Edition,PS2,Simulation,Natsume,ArtePiazza,,,,,,,2008-02-12, -/games/boxart/full_insaniquarium-deluxe_797AmericaFront.jpg,Insaniquarium Deluxe,PC,Simulation,PopCap Games,Flying Bear,,,,,,,2006-08-30, -/games/boxart/full_inside-trader-the-authentic-stock-trading-game_473AmericaFront.jpg,Inside Trader: The Authentic Stock Trading Game,PC,Simulation,Unknown,"SoftServ, Inc.",,,,,,,1987-01-01, -/games/boxart/full_5798643AmericaFrontccc.jpg,Interstellar Flames 2,GIZ,Simulation,Unknown,Xen Games,,,,,,,, -/games/boxart/default.jpg,Into the Stars,PC,Simulation,Fugitive Games,Fugitive Games,,,,,,,2020-12-31, -/games/boxart/default.jpg,Into the Stars,OSX,Simulation,Fugitive Games,Fugitive Games,,,,,,,2020-12-31, -/games/boxart/full_6540441JapanFrontccc.jpg,Inu Kaisha DS,DS,Simulation,CyberFront,CyberFront,,,,,,,2009-03-26, -/games/boxart/9424224ccc.jpg,Iron Soldier,AJ,Simulation,Atari,Eclipse Software,,,,,,,1994-01-01, -/games/boxart/7934824ccc.jpg,Iron Soldier 2,AJ,Simulation,Telegames,Eclipse Software,,,,,,,1997-12-01, -/games/boxart/full_itsudemo-nyan-to-wonderful_999JapanFront.jpg,Itsudemo! Nyan to Wonderful,GB,Simulation,Banpresto,Banpresto,,,,,,,1998-06-26, -/games/boxart/full_6799789AmericaFrontccc.jpg,Jane's ATF: Advanced Tactical Fighters,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1996-03-01, -/games/boxart/full_3749941AmericaFrontccc.jpg,Jane's Attack Squadron,PC,Simulation,Xicat Interactive,Mad Doc Software,,,,,,,2002-03-22, -/games/boxart/full_4974152AmericaFrontccc.jpg,Jane's F-15,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1998-03-01, -/games/boxart/full_8912917AmericaFrontccc.jpg,Jane's Fighters Anthology,PC,Simulation,Electronic Arts,Jane's Fighters Anthology,,,,,,,1997-12-31, -/games/boxart/full_6640115AmericaFrontccc.jpg,Jane's Fleet Command,PC,Simulation,Electronic Arts,Sonalysts,,,,,,,1999-12-31, -/games/boxart/full_janes-hotel_962PALFront.png,Jane's Hotel,PSN,Simulation,Beatshapers,Beatshapers,,,,,,,2010-12-21, -/games/boxart/7966075ccc.jpg,Jane's Hotel,PC,Simulation,eGames,Realore Studios,,,,,,,2008-03-18, -/games/boxart/full_1502023PALFrontccc.jpg,Jane's Hotel: Family Hero,PC,Simulation,Realore Studios,Realore Studios,,,,,,,2008-04-01, -/games/boxart/full_67321AmericaFrontccc.jpg,Jane's IAF: Israeli Air Force,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1998-08-02, -/games/boxart/full_7026569AmericaFrontccc.jpg,Jane's USAF: United States Air Force,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1999-09-30, -/games/boxart/full_4939592AmericaFrontccc.jpg,Jane's USNF'97: U.S. Navy Fighters,PC,Simulation,Electronic Arts,Janes' Combat Simulators,,,,,,,1997-06-01, -/games/boxart/full_5663555AmericaFrontccc.jpg,Jane's: ATF NATO Fighters,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1996-09-30, -/games/boxart/full_3733900JapanFrontccc.jpg,Jet Coaster Dream 2,DC,Simulation,Bimboosoft,Bimboosoft,9.4,,,,,,2000-11-02, -/games/boxart/full_4572240JapanFrontccc.jpg,Jet de Go! 2: Let's Go By Airliner,PS2,Simulation,Taito,Taito Corporation,,,,,,,2002-03-28, -/games/boxart/full_3424159JapanFrontccc.jpg,Jet de Go! Pocket: Let's Go By Airliner,PSP,Simulation,Taito,Taito Corporation,,,,,,,2005-12-15, -/games/boxart/full_1850361JapanFrontccc.jpg,Jet de Go!: Let's Go By Airliner,PS,Simulation,Taito,Taito Corporation,,,,,,,2000-02-01, -/games/boxart/full_7232028JapanFrontccc.jpg,Jet de Go!: Let's Go By Airliner,GB,Simulation,Altron,Altron,,,,,,,2000-10-27, -/games/boxart/full_3150635JapanFrontccc.jpg,Jewel Pet: Mahou no DS Kirapi Kariin,DS,Simulation,MTO,MTO,,,,,,,2009-12-17, -/games/boxart/full_jewel-pet-minna-kawaiku-sodate-chao_8JapanFront.jpg,Jewel Pet: Mahou no Oheyya de Issho ni Asobou!,DS,Simulation,MTO,MTO,,,,,,,2010-08-05, -/games/boxart/7831610ccc.jpg,JoJo's Fashion Show,PC,Simulation,iWin,iWin,,,,,,,2008-04-27, -/games/boxart/full_5718734AmericaFrontccc.jpg,Jones in the Fast Lane,PC,Simulation,Sierra Online,Sierra,,,,,,,1990-01-01, -/games/boxart/full_2512269PALFrontccc.jpg,Jungle Strike,PC,Simulation,Electronic Arts,Speedlink Communications,,,,,,,1995-01-01, -/games/boxart/full_4745212AmericaFrontccc.jpg,Jungle Strike,GEN,Simulation,Electronic Arts,High Score Productions,,,,,,,1993-12-16, -/games/boxart/full_3247027AmericaFrontccc.jpg,Jungle Strike,SNES,Simulation,Electronic Arts,Gremlin Interactive,,,,,,,1995-06-01, -/games/boxart/full_jungle-strike_518AmericaFront.jpg,Jungle Strike,GG,Simulation,Black Pearl,Unexpected Development,,,,,,,1993-01-01, -/games/boxart/full_jungle-strike_557AmericaFront.jpg,Jungle Strike,GB,Simulation,Malibu Games,Ocean,,,,,,,1995-06-01, -/games/boxart/default.jpg,Junior Work Zone,Wii,Simulation,Unknown,Maximum,,,,,,,2011-10-15, -/games/boxart/default.jpg,Just Flight,PC,Simulation,Unknown,ACES Studio,,,,,,,, -/games/boxart/full_6334551AmericaFrontccc.png,Kahoots,PSN,Simulation,Honeyslug,Honeyslug,8,,,,,,2009-11-23, -/games/boxart/full_5285794AmericaFrontccc.png,Kairobotica,And,Simulation,"Kairosoft Co.,Ltd","Kairosoft Co.,Ltd",,,,,,,2014-07-29, -/games/boxart/full_bistro-recipe_1JapanFront.jpg,Kakutou Ryouri Densetsu Bistro Recipe: Wonder Battle Hen,WS,Simulation,Banpresto,Banpresto,,,,,,,1999-09-30, -/games/boxart/full_kandume-monsters_280JapanFront.jpg,Kandume Monsters,GB,Simulation,I'Max,I'Max,,,,,,,1998-03-27, -/games/boxart/full_kandume-monsters-parfait_120JapanFront.jpg,Kandume Monsters Parfait,GB,Simulation,Starfish,Starfish,,,,,,,1999-06-04, -/games/boxart/full_4646149JapanFrontccc.jpg,Kawaii Koinu DS,DS,Simulation,MTO,MTO,,,,,,,2006-10-05, -/games/boxart/full_kawaii-koneko-ds-3_422JapanFront.jpg,Kawaii Koneko DS 3,DS,Simulation,MTO,MTO,,,,,,,2010-11-25, -/games/boxart/full_356892JapanFrontccc.jpg,Kawaii Pet Shop Monogatari 3,GBA,Simulation,Pacific Century Cyber Works,Pacific Century Cyber Works,,,,,,,2002-06-28, -/games/boxart/default.jpg,Kinetic Void,OSX,Simulation,Badland Studio,Badland Studio,,,,,,,2014-11-21, -/games/boxart/default.jpg,Kinetic Void,Linux,Simulation,Badland Studio,Badland Studio,,,,,,,2014-11-21, -/games/boxart/full_kisekae-hamster_184JapanFront.jpg,Kisekae Hamster,GB,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2001-12-21, -/games/boxart/full_4507849AmericaFrontccc.jpg,Kitchen Scramble,PC,Simulation,"Playdom, Inc.","Playdom, Inc.",,,,,,,2013-06-27, -/games/boxart/3627711ccc.jpg,Kitty Luv,Wii,Simulation,Unknown,Unknown,,,,,,,2020-12-31, -/games/boxart/full_8352335AmericaFrontccc.png,Kitty Powers' Matchmaker,And,Simulation,Unknown,Unknown,,,,,,,2014-09-05, -/games/boxart/full_koh-2-shogun_630JapanFront.jpg,Koh 2: Shogun,PS,Simulation,ASK,ASK Corporation,,,,,,,2000-10-26, -/games/boxart/full_koh-2-shogun_221JapanFront.jpg,Koh 2: Shogun,PSN,Simulation,ASK,ASK Corporation,,,,,,,2010-12-08, -/games/boxart/full_2571687JapanFrontccc.jpg,Koino no Kokoro Ikusei Game,GBA,Simulation,TDK Mediactive,TDK Mediactive,,,,,,,2003-11-14, -/games/boxart/full_7326657JapanFrontccc.jpg,Kokoro ga Uruou Birei Aquarium DS 2: Sekai no Uo to Ikura-Kujira Tachi,DS,Simulation,Ertain,LightBee,,,,,,,2008-12-25, -/games/boxart/full_1873682JapanFrontccc.jpg,Kokoro ga Uruou Birei Aquarium DS: Kujira - Iruka - Penguin,DS,Simulation,Ertain,Ertain,,,,,,,2007-03-29, -/games/boxart/full_9765306JapanFrontccc.jpg,Kokoro ga Uruou Birei Aquarium DS: Tetra - Guppy - Angelfish,DS,Simulation,Ertain,Ertain,,,,,,,2007-03-29, -/games/boxart/default.jpg,Kokoro no Health Metre: Kokoron,DSiW,Simulation,T&S,T&S,,,,,,,2010-09-08, -/games/boxart/default.jpg,Koneko no Ie: Kirishima Ie to San-Hiki no Koneko,DSiW,Simulation,WorkJam,WorkJam,,,,,,,2010-03-03, -/games/boxart/full_3404751AmericaFrontccc.jpg,Krazy Ivan,PC,Simulation,Psygnosis,Tantatus,,,,,,,1997-01-01, -/games/boxart/full_5312736AmericaFrontccc.jpg,Krazy Ivan,SAT,Simulation,Psygnosis,Psygnosis,,,,,,,1996-01-01, -/games/boxart/full_kumitate-battle-kuttu-ketto_350JapanFront.jpg,Kumitate Battle: Kuttu Ketto,SAT,Simulation,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1998-04-02, -/games/boxart/full_kumitate-battle-kuttu-ketto_936JapanFront.jpg,Kumitate Battle: Kuttu Ketto,PS,Simulation,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1998-03-12, -/games/boxart/full_8440483AmericaFrontccc.jpg,Lander,PC,Simulation,Sony Computer Entertainment,Psygnosis,,,,,,,1999-10-31, -/games/boxart/full_laser-surgeon-the-microscopic-mission_338AmericaFront.jpg,Laser Surgeon: The Microscopic Mission,PC,Simulation,Activision,"Synergistic Software, Inc.",,,,,,,1987-01-01, -/games/boxart/full_lead-the-meerkats_9AmericaFront.jpg,Lead the Meerkats,WW,Simulation,Lapland Studio,Lapland Studio,,,,,,,2010-06-07, -/games/boxart/full_lets-create-pottery_821AmericaFront.jpg,Let's Create! Pottery,DSiW,Simulation,Infinite Dreams Inc.,Infinite Dreams Inc.,,,,,,,2011-08-25, -/games/boxart/full_6883704AmericaFrontccc.jpg,LHX Attack Chopper,GEN,Simulation,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/2972106ccc.jpg,LHX: Attack Chopper,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1990-01-01, -/games/boxart/full_light-of-altair_16PALFront.jpg,Light of Altair,PC,Simulation,Unknown,SaintXi,7,,,,,,2009-06-04, -/games/boxart/full_127277AmericaFrontccc.jpg,Lil' Monster,GB,Simulation,Agetec,KID Corporation,,,,,,,2000-08-31, -/games/boxart/full_2466396AmericaFrontccc.jpg,Lionel Trains Presents: Trans-Con!,PC,Simulation,Sierra Entertainment,Knowledge Adventure Inc.,,,,,,,1999-10-01, -/games/boxart/full_9752798AmericaFrontccc.jpg,Littlest Pet Shop,DSiW,Simulation,Electronic Arts,EA Salt Lake,,,,,,,2009-12-14, -/games/boxart/default.jpg,Littlest Pet Shop: Online,PC,Simulation,Unknown,EA Salt Lake,,,,,,,, -/games/boxart/default.jpg,Littlewitch Romanesque: Editio Regia,PC,Simulation,"JAST Co., Ltd.",Littlewitch,,,,,,,2015-04-03, -/games/boxart/8295991ccc.jpg,Lock On,SNES,Simulation,Victory Lap Games,Vic Tokai,,,,,,,1993-10-01, -/games/boxart/full_london-and-south-east_292PALFront.jpg,London and South East,PC,Simulation,Microsoft Game Studios,Microsoft Game Studios,,,,,,,2004-11-26, -/games/boxart/full_london-underground-simulator-world-of-subways-3_618PALFront.jpg,London Underground Simulator: World of Subways 3,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,,,,,,2011-09-16, -/games/boxart/3558657ccc.jpg,Longbow 2,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1997-11-30, -/games/boxart/full_22545JapanFrontccc.jpg,Love Cat Life,DS,Simulation,Interchannel,Brain Toys,,,,,,,2007-08-04, -/games/boxart/full_3900164JapanFrontccc.jpg,Love Love Hamster,DS,Simulation,Digital Kids,Digital Kids,,,,,,,2006-11-02, -/games/boxart/default.jpg,Lovely Lisa 3D,3DS,Simulation,Unknown,Takara Tomy,,,,,,,, -/games/boxart/full_luftwaffe-doitsu-kuugun-o-shiki-seyo_889JapanFront.jpg,Luftwaffe: Doitsu Kuugun o Shiki Seyo,PS,Simulation,Victor Interactive,Pegasus Japan,,,,,,,1999-02-25, -/games/boxart/full_9926107PALFrontccc.jpg,Lula Virtual Babe,PC,Simulation,Take-Two Interactive,cdv Software,,,,,,,1998-01-01, -/games/boxart/full_4146095JapanFrontccc.jpg,Machi no Pet-Ya-San DS: Wannyan 200-Hiki Daishuugou,DS,Simulation,E-Frontier,E-Frontier,,,,,,,2007-08-09, -/games/boxart/full_mad-tv_228PALFront.jpg,Mad TV,PC,Simulation,Rainbow Arts,Rainbow Arts Software GmbH,,,,,,,1991-01-01, -/games/boxart/full_mad-tv-2_51PALFront.jpg,Mad TV 2,PC,Simulation,FunSoft,Greenwood Entertainment Software GmbH,,,,,,,1996-01-01, -/games/boxart/full_mafia-wars-facebook_504AmericaFront.jpg,Mafia Wars (Facebook),PC,Simulation,Zynga,Zynga,,,,,,,2009-01-01, -/games/boxart/default.jpg,Mahjong Gensoukyoku 3,PC,Simulation,Active,Active,,,,,,,1996-05-31, -/games/boxart/full_9909438JapanFrontccc.jpg,MahoCole: Mahou * Idol Collection,3DS,Simulation,5pb,Alchemist,,,,,,,2014-11-15,2018-08-06 -/games/boxart/full_7030837AmericaFrontccc.jpg,Majesty 2: The Fantasy Kingdom Sim,Linux,Simulation,Paradox Interactive,Paradox Interactive,,,,,,,2009-09-18,2019-01-01 -/games/boxart/full_make-up-amp-style_14AmericaFront.jpg,Make Up & Style,DSiW,Simulation,Unknown,Cypronia,4,,,,,,2011-07-07, -/games/boxart/full_mame-goma-3-kawaii-ga-ippai_4JapanFront.jpg,Mame Goma 3: Kawaii ga Ippai,DS,Simulation,Columbia Music Entertainment,Columbia Music Entertainment,,,,,,,2010-08-05, -/games/boxart/full_9010433AmericaFrontccc.png,Me & My Pets 3D,3DS,Simulation,Silver Fox Media,Independent Arts,,,,,,,2014-07-10, -/games/boxart/full_7672760AmericaFrontccc.jpg,Me and My Dogs: Friends Forever,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2010-01-18, -/games/boxart/full_7948393AmericaFrontccc.jpg,MechWarrior,SNES,Simulation,Activision,Beam Software,,,,,,,1993-05-01, -/games/boxart/5607499ccc.jpg,MechWarrior 2: 31st Century Combat,SAT,Simulation,Activision,Quantum Factory,,,,,,,1997-03-31, -/games/boxart/4138257ccc.jpg,MechWarrior 2: Ghost Bear's Legacy,PC,Simulation,Activision,Activision,,,,,,,1995-11-30, -/games/boxart/4787544ccc.jpg,MechWarrior 2: Mercenaries,PC,Simulation,Activision,Pandemic Studios,,,,,,,1996-09-30, -/games/boxart/full_1389127AmericaFrontccc.jpg,MechWarrior 2: Titanium Trilogy,PC,Simulation,Activision,Activision,,,,,,,1998-04-01, -/games/boxart/9037493ccc.jpg,MechWarrior 3,PC,Simulation,Atari,Zipper Interactive,,,,,,,1999-05-31, -/games/boxart/full_8650515AmericaFrontccc.jpg,MechWarrior 3 Gold Edition,PC,Simulation,Infogrames,Zipper Interactive,,,,,,,2002-03-26, -/games/boxart/3463004ccc.jpg,MechWarrior 3050,SNES,Simulation,Activision,EA Tiburon,,,,,,,1995-01-01, -/games/boxart/full_984807AmericaFrontccc.jpg,MechWarrior 3: Pirate's Moon Expansion Pak,PC,Simulation,Microprose,Zipper Interactive,,,,,,,1999-12-03, -/games/boxart/full_3485482AmericaFrontccc.jpg,MechWarrior 4 Compilation,PC,Simulation,Microsoft Game Studios,FASA Studio,,,,,,,2004-09-27, -/games/boxart/full_2890080AmericaFrontccc.jpg,MechWarrior 4: Black Knight Expansion,PC,Simulation,Microsoft,Cyberlore Studios,,,,,,,2001-10-31, -/games/boxart/full_6504611AmericaFrontccc.jpg,MechWarrior 4: Clan 'Mech Pak,PC,Simulation,Microsoft Game Studios,Cyberlore Studios,,,,,,,2007-02-26, -/games/boxart/full_2173126AmericaFrontccc.jpg,MechWarrior 4: Inner Sphere 'Mech Pak,PC,Simulation,Microsoft Game Studios,Cyberlore Studios,,,,,,,2002-06-15, -/games/boxart/full_mega-airport-frankfurt_129PALFront.jpg,Mega Airport: Frankfurt,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2006-01-01, -/games/boxart/default.jpg,Mega Airport: London Heathrow,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2007-10-12, -/games/boxart/full_mega-airport-san-francisco_398PALFront.jpg,Mega Airport: San Francisco,PC,Simulation,Aerosoft,Aerosoft,,,,,,,2011-11-25, -/games/boxart/default.jpg,Melty Märchen,PC,Simulation,Panda House,Panda House,,,,,,,2003-09-26, -/games/boxart/full_6231211JapanFrontccc.jpg,Metal Wolf Chaos,XB,Simulation,From Software,From Software,,,,,,,2004-12-22, -/games/boxart/full_2159996AmericaFrontccc.jpg,Miami Nights: Life in the Spotlight,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2009-12-14, -/games/boxart/full_2659269AmericaFrontccc.gif,Microsoft Flight Simulator 2.0,PC,Simulation,Unknown,Sublogic,,,,,,,, -/games/boxart/full_microsoft-flight-simulator-2000-professional-edition_590AmericaFront.jpg,Microsoft Flight Simulator 2000 Professional Edition,PC,Simulation,Microsoft,ACES Game Studio,,,,,,,1999-11-01, -/games/boxart/full_4499673AmericaFrontccc.jpg,Microsoft Flight Simulator 3.0,PC,Simulation,Unknown,Sublogic,,,,,,,, -/games/boxart/full_8674818AmericaFrontccc.jpg,Microsoft Flight Simulator 4.0,PC,Simulation,Unknown,Bruce Artwick Organization,,,,,,,, -/games/boxart/full_8186646AmericaFrontccc.jpg,Microsoft Flight Simulator 5.0,PC,Simulation,Microsoft,Bruce Artwick Organization,,,,,,,1993-01-01, -/games/boxart/full_495893AmericaFrontccc.jpg,Microsoft Flight Simulator 5.1,PC,Simulation,Microsoft,Bruce Artwick Organization,,,,,,,1995-05-31, -/games/boxart/2303093ccc.jpg,Microsoft Flight Simulator 98,PC,Simulation,Microsoft,Microsoft Game Studios,,,,,,,1997-09-30, -/games/boxart/7716926ccc.jpg,Microsoft Space Simulator,PC,Simulation,Microsoft,Microsoft,,,,,,,1994-01-01, -/games/boxart/full_8748643AmericaFrontccc.jpg,Microsoft Train Simulator Regional Add-On Pack: USA and Canada,PC,Simulation,Strategy First,Auran,,,,,,,2002-01-16, -/games/boxart/full_3752071AmericaFrontccc.jpg,MiG-29 Fulcrum,PC,Simulation,NovaLogic,NovaLogic,,,,,,,1998-10-06, -/games/boxart/default.jpg,Minna de Asobou! Koinu de Kururin,WW,Simulation,MTO,MTO,,,,,,,2008-10-07, -/games/boxart/full_9582773JapanFrontccc.jpg,Minna no Suizokukan,DS,Simulation,Taito,Taito Corporation,,,,,,,2010-03-25, -/games/boxart/full_6692209AmericaFrontccc.jpg,Miramagia,PC,Simulation,Travian Games GmbH,Travian Games GmbH,,,,,,,2011-08-15, -/games/boxart/full_235881AmericaFrontccc.jpg,Miss Popularity,PC,Simulation,ValuSoft,dtp - young entertainment,,,,,,,2007-05-14, -/games/boxart/full_9391820AmericaFrontccc.jpg,Mission Runway,PC,Simulation,ValuSoft,Virtual Playground,,,,,,,2008-04-14, -/games/boxart/full_5094662JapanFrontccc.jpg,Mitsumete Knight,PS,Simulation,Konami,Konami Computer Entertainment Tokyo,,,,,,,1998-03-19, -/games/boxart/full_8442057AmericaFrontccc.jpg,Mobile Armor,PS,Simulation,Agetec,Highwaystar,,,,,,,2002-01-01, -/games/boxart/full_9196977JapanFrontccc.png,Mobile Suit Gundam: Battle Fortress,PSV,Simulation,Namco Bandai Games,Namco Bandai Games,,,,,,,2015-07-15, -/games/boxart/full_8534395JapanFrontccc.jpg,Mobile Suit Gundam: MSVS,WS,Simulation,Bandai,Bandai,,,,,,,1999-08-26, -/games/boxart/full_9296333JapanFrontccc.jpg,Mobile Train Simulator + Densha de Go! Tokyo Kyuukou Hen,PSP,Simulation,Ongakukan,Ongakukan,,,,,,,2005-02-17, -/games/boxart/default.jpg,Model Academy,DSiW,Simulation,Tivola,Tivola Interactive Media,,,,,,,2011-02-11, -/games/boxart/full_moonbase-alpha_61AmericaFront.jpg,Moonbase Alpha,PC,Simulation,Unknown,"Virtual Heroes, Inc.",,,,,,,2010-07-06, -/games/boxart/full_9405811AmericaFrontccc.jpg,Mountain,Linux,Simulation,Double Fine Productions,Double Fine Productions,,,,,,,2014-07-01, -/games/boxart/full_9657400AmericaFrontccc.jpg,Mountain,OSX,Simulation,Double Fine Productions,Double Fine Productions,,,,,,,2014-07-01, -/games/boxart/full_4933447JapanFrontccc.jpg,Mr. Go no Baken Tekichuu Sube,GB,Simulation,Taito,Taito Corporation,,,,,,,1994-04-01, -/games/boxart/full_mujintou-monogatari_9JapanFront.jpg,Mujintou Monogatari,SNES,Simulation,KSS,Open Sesame,,,,,,,1996-01-26, -/games/boxart/full_564688AmericaFrontccc.jpg,Multiplayer BattleTech: Solaris,PC,Simulation,Aries Online,Kesmai Studios,,,,,,,1997-03-31, -/games/boxart/full_2527817JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke: Road to Sasuke,PS,Simulation,Konami,Konami,,,,,,,2000-04-27, -/games/boxart/856682ccc.jpg,My Aquarium,WW,Simulation,Hudson Soft,Hudson Soft,,,,,,,2008-09-01, -/games/boxart/full_my-aquarium_7AmericaFront.jpg,My Aquarium,PSN,Simulation,Hudson Soft,Hudson Soft,,,,,,,2010-09-14, -/games/boxart/full_my-aquarium-2_7AmericaFront.jpg,My Aquarium 2,WW,Simulation,Hudson Soft,Hudson Soft,,,,,,,2010-08-09, -/games/boxart/full_3446089AmericaFrontccc.png,My Arctic Farm,WiiU,Simulation,BiP Media,BiP media,,,,,,,2014-06-26,2018-04-10 -/games/boxart/full_6960293PALFrontccc.gif,My Beauty Salon,DS,Simulation,505 Games,505 Games,,,,,,,2009-09-11, -/games/boxart/full_31580AmericaFrontccc.jpg,My Dolphin,WW,Simulation,T&S,T&S Ltd.,,,,,,,2009-12-07, -/games/boxart/full_babysitter-my-dream-job_839AmericaFront.jpg,My Dream Job: Babysitter,PC,Simulation,Viva Media,"Viva Media, LLC",,,,,,,2008-09-04, -/games/boxart/full_my-exotic-farm_2AmericaFront.jpg,My Exotic Farm,DSiW,Simulation,BiP Media,BiP media,,,,,,,2010-09-06, -/games/boxart/full_my-farm_6AmericaFront.jpg,My Farm,DSiW,Simulation,BiP Media,BiP media,,,,,,,2010-08-23, -/games/boxart/default.jpg,My First Trainz Set,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2010-08-05, -/games/boxart/default.jpg,My Garden,3DS,Simulation,Unknown,EA Salt Lake,,,,,,,, -/games/boxart/full_my-garden_749JapanFront.jpg,My Garden,PS,Simulation,TechnoSoft,"TechnoSoft Co., Ltd.",,,,,,,1999-09-02, -/games/boxart/full_my-home-dream_882JapanFront.jpg,My Home Dream,PSN,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2010-12-08, -/games/boxart/full_my-home-dream_686JapanFront.jpg,My Home Dream,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1997-07-24, -/games/boxart/full_my-home-dream-2_398JapanFront.jpg,My Home Dream 2,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1999-12-02, -/games/boxart/full_3283048AmericaFrontccc.png,My Jurassic Farm,WiiU,Simulation,BiP Media,BiP media,,,,,,,2014-06-26,2018-04-10 -/games/boxart/full_my-little-baby_836AmericaFront.jpg,My Little Baby,WW,Simulation,DTP Entertainment,Raylight Studios,,,,,,,2011-04-18, -/games/boxart/full_9404193AmericaFrontccc.jpg,My Little Helper: Spring Cleaning,DS,Simulation,505 Games,505 Games,,,,,,,2010-03-25, -/games/boxart/full_my-little-restaurant_18AmericaFront.jpg,My Little Restaurant,DSiW,Simulation,Qubic Games,QubicGames,,,,,,,2011-02-28, -/games/boxart/full_2512155PALFrontccc.jpg,My Pet Hotel 2,PC,Simulation,Eidos Interactive,Eidos Interactive,,,,,,,2008-09-26, -/games/boxart/full_my-planetarium_1AmericaFront.jpg,My Planetarium,WW,Simulation,Hudson Soft,Hudson Soft,,,,,,,2010-10-25, -/games/boxart/full_301295AmericaFrontccc.jpg,My Sim Aquarium,PC,Simulation,Viva Media,Formosoft VR,,,,,,,2006-05-05, -/games/boxart/full_2964978PALFrontccc.jpg,My Western Horse,DS,Simulation,DTP Entertainment,DTP Entertainment,,,,,,,2008-10-08, -/games/boxart/default.jpg,My Wife: A Bride Just For You,X360,Simulation,Unknown,Idea Factory,,,,,,,, -/games/boxart/full_5965698AmericaFrontccc.jpg,My Zoo,WW,Simulation,Hudson Soft,Hudson Soft,4,,,,,,2009-11-30, -/games/boxart/full_nob-neo-organic-biofarm_9JapanFront.jpg,N.O.B.: Neo Organic Biofarm,3DO,Simulation,Unknown,Sanyo,,,,,,,1995-12-15, -/games/boxart/full_nakayoshi-cooking-series-1-oishii-cake-okusan_303JapanFront.jpg,Nakayoshi Cooking Series 1: Oishii Cake Okusan,GB,Simulation,MTO,MTO,,,,,,,2000-12-15, -/games/boxart/full_nakayoshi-cooking-series-2-oishii-pan-okusan_331JapanFront.jpg,Nakayoshi Cooking Series 2: Oishii Pan Okusan,GB,Simulation,MTO,MTO,,,,,,,2001-04-20, -/games/boxart/full_465430JapanFrontccc.jpg,Nakayoshi Pet Advance Series 3: Kawaii Koneko,GBA,Simulation,MTO,MTO,,,,,,,2002-08-09, -/games/boxart/full_9615829JapanFrontccc.jpg,Nakayoshi Pet Series 4: Kawaii Koneko,GB,Simulation,MTO,MTO,,,,,,,2001-02-16, -/games/boxart/full_3087419AmericaFrontccc.jpg,Nanny Mania,PC,Simulation,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2007-05-15, -/games/boxart/default.jpg,Nanny Mania 2,PC,Simulation,Big Fish Games,Big Fish Games,,,,,,,2009-04-01, -/games/boxart/full_1153585JapanFrontccc.jpg,Neko Neko Bakery DS,DS,Simulation,Hoget,Hoget,,,,,,,2009-08-06, -/games/boxart/full_6256360AmericaFrontccc.jpg,Nintendogs + Cats: Toy Poodle & New Friends,3DS,Simulation,Nintendo,Nintendo,,,,,,,2013-07-23,2018-01-16 -/games/boxart/full_4356796AmericaFrontccc.jpg,Nintengirls: College Girl & Friends,DS,Simulation,Nintendo,Nintendo EAD,,,,,,,1975-10-12, -/games/boxart/full_no-gravity-the-plague-of-mind_2AmericaFront.jpg,No Gravity: The Plague Of Mind,PSN,Simulation,Anozor SARL,Realtech VR,,,,,,,2009-02-25, -/games/boxart/full_8500714PALFrontccc.jpg,NoLimits Rollercoaster,PC,Simulation,Mad Data,Mad Data,,,,,,,2005-02-10, -/games/boxart/full_2826507AmericaFrontccc.jpg,Nuclear Strike,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,1997-10-31, -/games/boxart/full_9747679AmericaFrontccc.png,Nuclear Strike,PSN,Simulation,Electronic Arts,Electronic Arts,,,,,,,2009-10-01, -/games/boxart/full_6771249PALFrontccc.jpg,Ocean Commander,PC,Simulation,Cyber Planet Interactive,Cyber Planet Interactive,,,,,,,2006-01-01, -/games/boxart/full_3087056PALFrontccc.jpg,Ocean Commander,PS2,Simulation,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, -/games/boxart/full_ocean-depths_1AmericaFront.jpg,Ocean Depths,AJ,Simulation,Unknown,Starcat Developments,,,,,,,2004-07-19, -/games/boxart/full_7968729JapanFrontccc.jpg,Ochaken Kururin: Honwaka Puzzle de Hotto Shiyo?,GBA,Simulation,MTO,MTO,,,,,,,2004-10-28, -/games/boxart/full_2367373JapanFrontccc.jpg,Ochaken no Bouken Jima: Honwaka Yume no Island,GBA,Simulation,MTO,MTO,,,,,,,2005-12-22, -/games/boxart/full_2543432JapanFrontccc.jpg,Ochaken no Daibouken,DS,Simulation,MTO,MTO,,,,,,,2007-12-20, -/games/boxart/full_3530190JapanFrontccc.jpg,Ochaken no Heya,GBA,Simulation,MTO,MTO,,,,,,,2003-12-19, -/games/boxart/full_1503959JapanFrontccc.jpg,Ochaken no Heya DS 3,DS,Simulation,MTO,MTO,,,,,,,2008-05-22, -/games/boxart/full_3849758JapanFrontccc.jpg,Ochaken no Heya DS 4: Ochaken Land de Hotto Shiyo?,DS,Simulation,MTO,MTO,,,,,,,2009-11-26, -/games/boxart/full_5222338JapanFrontccc.jpg,Ochaken no Yume Bouken,GBA,Simulation,MTO,MTO,,,,,,,2005-04-28, -/games/boxart/full_5278578AmericaFrontccc.jpg,Office Politics,XBL,Simulation,Microsoft,horizonfire,,,,,,,2009-12-29, -/games/boxart/full_oil-platform-simulator_527PALFront.jpg,Oil Platform Simulator,PC,Simulation,Excalibur Publishing Limited,Rondomedia,,,,,,,2011-11-04, -/games/boxart/full_2090156PALFrontccc.jpg,Operation Air Assault,PS2,Simulation,Midas Interactive Entertainment,InterActive Vision Games,,,,,,,2005-02-25, -/games/boxart/full_2085831PALFrontccc.jpg,Operation Air Assault 2,PC,Simulation,Unknown,InterActive Vision Games,,,,,,,, -/games/boxart/full_operation-mania_843AmericaFront.jpg,Operation Mania,PC,Simulation,Electronic Arts,EA Redwood Shores,,,,,,,2008-09-01, -/games/boxart/full_9363642AmericaFrontccc.jpg,Orchard,PC,Simulation,Majesco,BoomZap Entertainment,,,,,,,2009-01-26, -/games/boxart/default.jpg,Order!!,WW,Simulation,Poisoft,Poisoft,,,,,,,2009-06-02, -/games/boxart/full_8757513JapanFrontccc.jpg,Oshaberi Inco Club,GBA,Simulation,Alpha Unit,Alpha Unit,,,,,,,2002-04-26, -/games/boxart/full_3559664JapanFrontccc.jpg,Oshaberi Oumu,DS,Simulation,Starfish,Starfish SD,,,,,,,2009-05-14, -/games/boxart/full_oshare-princess-ds-oshare-ni-koi-shite-2_9JapanFront.jpg,Oshare Princess DS: Oshare ni Koi Shite 2,DS,Simulation,Culture Brain,Culture Brain,,,,,,,2008-04-24, -/games/boxart/full_oshare-princess-ds-oshare-ni-koishite_2JapanFront.jpg,Oshare Princess DS: Oshare ni Koishite!,DS,Simulation,Culture Brain,Culture Brain,,,,,,,2006-12-14, -/games/boxart/default.jpg,Out of the Park Baseball 16,PC,Simulation,Out of the Park Developments,Out of the Park Developments,,,,,,,2015-03-23, -/games/boxart/default.jpg,Out of the Park Baseball 16,OSX,Simulation,Out of the Park Developments,Out of the Park Developments,,,,,,,2015-03-23, -/games/boxart/default.jpg,Out of the Park Baseball 16,Linux,Simulation,Out of the Park Developments,Out of the Park Developments,,,,,,,2015-03-23, -/games/boxart/full_473104PALFrontccc.png,Outback Pet Rescue 3D,3DS,Simulation,Silver Fox Media,Raylight Studios,,,,,,,2014-08-28, -/games/boxart/9185444ccc.jpg,Pacific Strike,PC,Simulation,Unknown,"Origin Systems, Inc.",,,,,,,, -/games/boxart/full_3983262AmericaFrontccc.jpg,Pacific Warriors,PC,Simulation,Virgin Interactive,InterActive Vision Games,,,,,,,2000-01-01, -/games/boxart/full_3826380PALFrontccc.jpg,Pacific Warriors II: Dogfight,PS2,Simulation,Midas Interactive Entertainment,InterActive Vision Games,,,,,,,2004-10-01, -/games/boxart/full_9882565AmericaFrontccc.jpg,Panzer Elite,PC,Simulation,JoWood Productions,Wings Simulations,,,,,,,1999-09-30, -/games/boxart/full_3179894AmericaFrontccc.jpg,Panzer Elite Action: Fields of Glory,PC,Simulation,JoWood Productions,ZootFly,,,,,,,2006-03-24, -/games/boxart/full_5096325AmericaFrontccc.jpg,PARTYBOAT,XBL,Simulation,Microsoft,The Industry,,,,,,,2009-12-17, -/games/boxart/2416457ccc.jpg,Patrician III: Rise of the Hanse,PC,Simulation,Encore,Ascaron Entertainment GmbH,8.2,,,,,,2003-10-31, -/games/boxart/full_7507678AmericaFrontccc.jpg,Paws & Claws Pet Vet 2: Healing Hands,PC,Simulation,THQ,ValuSoft,,,,,,,2007-09-30, -/games/boxart/full_143790AmericaFrontccc.jpg,Paws & Claws Pet Vet: Australian Adventures,PC,Simulation,THQ,ValuSoft,,,,,,,2008-10-16, -/games/boxart/full_5858739AmericaFrontccc.jpg,Paws & Claws: Pampered Pets,PC,Simulation,THQ,ValuSoft,,,,,,,2009-01-05, -/games/boxart/full_8123739AmericaFrontccc.jpg,Paws & Claws: Pet Resort,PC,Simulation,THQ,ValuSoft,,,,,,,2008-02-04, -/games/boxart/full_8208234AmericaFrontccc.jpg,Paws & Claws: Pet School,PC,Simulation,THQ,ValuSoft,,,,,,,2006-12-20, -/games/boxart/full_8162225AmericaFrontccc.jpg,Paws & Claws: Pet Vet,PC,Simulation,THQ,ValuSoft,,,,,,,2006-02-13, -/games/boxart/full_2230186AmericaFrontccc.png,Pe-2: Dive Bomber,PC,Simulation,Polynetix Studio,Polynetix Studio,,,,,,,2007-11-07, -/games/boxart/full_pearl-harbor-trilogy-1941-red-sun-rising_0AmericaFront.jpg,Pearl Harbor Trilogy - 1941: Red Sun Rising,WW,Simulation,Legendo Entertainment,Arcade Moon,,,,,,,2010-07-05, -/games/boxart/full_pet-club-inu-dai-suki_8JapanFront.jpg,Pet Club: Inu Dai Suki!,GG,Simulation,Sega,Sega,,,,,,,1996-12-06, -/games/boxart/full_pet-club-neko-dai-suki_3JapanFront.jpg,Pet Club: Neko Dai Suki!,GG,Simulation,Sega,Sega,,,,,,,1996-07-19, -/games/boxart/full_pet-pet-pet_804JapanFront.jpg,Pet Pet Pet,PSN,Simulation,Mahou,Mahou,,,,,,,2011-01-26, -/games/boxart/full_pet-pet-pet_55JapanFront.jpg,Pet Pet Pet,PS,Simulation,Mahou,Mahou,,,,,,,1999-10-07, -/games/boxart/full_petit-copter_427JapanFront.jpg,Petit Copter,XB,Simulation,Unknown,Aqua Systems,,,,,,,2002-05-30, -/games/boxart/full_petz-catz-family_124AmericaFront.jpg,Petz Catz Family,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2011-01-10, -/games/boxart/full_8321657AmericaFrontccc.jpg,Petz Dogz 2,PC,Simulation,Ubisoft,Yuke's Media Creations,,,,,,,2007-11-13, -/games/boxart/full_petz-dogz-family_9AmericaFront.jpg,Petz Dogz Family,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2010-08-02, -/games/boxart/full_855478AmericaFrontccc.png,Petz Dogz Family,PSN,Simulation,Ubisoft,Osaka Studio,,,,,,,2009-10-28, -/games/boxart/full_petz-hamsterz-family_9AmericaFront.jpg,Petz Hamsterz Family,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2010-07-26, -/games/boxart/full_petz-kittens_3AmericaFront.jpg,Petz Kittens,DSiW,Simulation,Ubisoft,Ubisoft,,,,,,,2010-07-19, -/games/boxart/full_petz-sports_192AmericaFront.jpg,Petz Sports,PC,Simulation,Ubisoft,Ubisoft Montreal,,,,,,,2008-11-04, -/games/boxart/full_5161656AmericaFrontccc.jpg,Petz: Catz 2,PC,Simulation,Ubisoft,Yuke's Media Creations,,,,,,,2007-11-15, -/games/boxart/full_7056280AmericaFrontccc.jpg,Petz: Dogz 5 & Catz 5,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2005-01-15, -/games/boxart/full_5926392AmericaFrontccc.jpg,Petz: Horse Club,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2008-11-11, -/games/boxart/full_6939344AmericaFrontccc.jpg,Petz: Horsez 2,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2007-11-15, -/games/boxart/5877491ccc.jpg,Phaser Patrol,2600,Simulation,Unknown,Arcadia,,,,,,,1982-01-01, -/games/boxart/full_2293391AmericaFrontccc.jpg,Phoenix,PC,Simulation,Hasbro Interactive,Team17 Software,,,,,,,1999-01-01, -/games/boxart/full_picture-perfect-pocket-stylist_216AmericaFront.jpg,Picture Perfect Pocket Stylist,DSiW,Simulation,505 Games,505 Games,,,,,,,2011-05-02, -/games/boxart/full_pile-up-bakery_3AmericaFront.jpg,Pile Up! Bakery,PSN,Simulation,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-29, -/games/boxart/full_9147745AmericaFrontccc.jpg,Pilotwings,VC,Simulation,Nintendo,Nintendo EAD,7.5,,,,,,2009-12-28, -/games/boxart/full_9184357PALFrontccc.jpg,Pippa Funnell: Stable Adventure,GBA,Simulation,Ubisoft,Lexis Numerique,,,,,,,2005-09-30, -/games/boxart/2415907ccc.jpg,Pippa Funnell: The Golden Stirrup Challenge,PC,Simulation,Ubisoft,Lexis Numerique,,,,,,,2007-03-20, -/games/boxart/full_7136186PALFrontccc.jpg,Playboy The Mansion: Gold Edition,PC,Simulation,Ubisoft,Cyberlore Studios,,,,,,,2005-11-17, -/games/boxart/full_1810206AmericaFrontccc.jpg,Playboy The Mansion: Private Party,PC,Simulation,Groove Games,Cyberlore Studios,,,,,,,2007-01-01, -/games/boxart/full_3388824AmericaFrontccc.jpg,Playboy: The Mansion,PC,Simulation,ARUSH Entertainment,Cyberlore Studios,,,,,,,2005-01-25, -/games/boxart/9243496ccc.jpg,PlayStation Home,PSN,Simulation,Sony Computer Entertainment,SCEE London Studio,,,,,,,2008-12-11,2018-12-03 -/games/boxart/full_pocket-love_65JapanFront.jpg,Pocket Love,GB,Simulation,KID,KID Corporation,,,,,,,1997-07-18, -/games/boxart/default.jpg,Pocket Love 2,GB,Simulation,KID,KID Corporation,,,,,,,1998-03-13, -/games/boxart/full_pokemon-snap_6AmericaFront.jpg,Pokémon Snap,VC,Simulation,Nintendo,HAL Laboratory,,,,,,,2007-12-10, -/games/boxart/full_police-squad-politzi_993PALFront.jpg,Police Squad - Politzi,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,,,,,,2011-11-25, -/games/boxart/full_8609031AmericaFrontccc.jpg,Populous,SNES,Simulation,Acclaim Entertainment,Infinity,,,,,,,1991-01-01, -/games/boxart/5605232ccc.jpg,Populous,PC,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1989-01-01, -/games/boxart/full_6765323PALFrontccc.jpg,Populous,MS,Simulation,TecMagik,TecMagic Entertainment,,,,,,,1991-01-01, -/games/boxart/full_2541480AmericaFrontccc.jpg,Populous,GEN,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1989-01-01, -/games/boxart/full_populous_3JapanFront.jpg,Populous,PCE,Simulation,Hudson Soft,Alfa System,,,,,,,1991-04-05, -/games/boxart/default.jpg,Ports,PC,Simulation,Excalibur Publishing Limited,Excalibur Publishing Limited,,,,,,,2011-08-26, -/games/boxart/7511880ccc.jpg,Ports of Call,PC,Simulation,Domark Software,Aegis International,,,,,,,1989-01-01, -/games/boxart/full_2238287JapanFrontccc.jpg,Post Pet DS: Yumemiru Momo to Fushigi no Pen,DS,Simulation,Marvelous Interactive,Marvelous Interactive,,,,,,,2009-12-24, -/games/boxart/full_president-no-sentaku_8JapanFront.jpg,President no Sentaku,NES,Simulation,Hot-B,Another Ltd.,,,,,,,1990-03-02, -/games/boxart/full_1256387AmericaFrontccc.png,Pridefest,And,Simulation,Atari,Atari,,,,,,,2015-01-01, -/games/boxart/full_3239806JapanFrontccc.jpg,Princess Maker 2,3DO,Simulation,Micro Cabin,Micro Cabin,,,,,,,1994-12-09, -/games/boxart/full_7796756JapanFrontccc.jpg,Princess Maker 4 Portable,PSP,Simulation,Jinx,GeneX,,,,,,,2006-10-12, -/games/boxart/full_370271JapanFrontccc.jpg,Princess Maker 5 Portable,PSP,Simulation,CyberFront,CyberFront,,,,,,,2008-09-25, -/games/boxart/full_5879013JapanFrontccc.jpg,Princess Maker Portable Pack,PSP,Simulation,CyberFront,CyberFront,,,,,,,2008-09-25, -/games/boxart/full_6924164PALFrontccc.jpg,Pro Pinball Trilogy,DC,Simulation,Empire Interactive,Cunning Developments Empire Interactive,,,,,,,2001-06-08, -/games/boxart/full_5076154AmericaFrontccc.jpg,Pro Pinball: Big Race USA,PC,Simulation,Empire Interactive,Cunning Developments,,,,,,,1999-01-30, -/games/boxart/full_8579073AmericaFrontccc.jpg,Pro Pinball: Fantastic Journey,PC,Simulation,Empire Interactive,Cunning Developments,,,,,,,1999-12-28, -/games/boxart/full_2658137AmericaFrontccc.jpg,Pro Pinball: The Web,PC,Simulation,Interplay,Cunning Developments,,,,,,,1995-12-31, -/games/boxart/full_6570890AmericaFrontccc.jpg,Pro Pinball: Timeshock!,PC,Simulation,Interplay,Cunning Developments,,,,,,,1998-03-27, -/games/boxart/full_9155494PALFrontccc.jpg,Professional Lumberjack 2016,PS4,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 -/games/boxart/full_293031PALFrontccc.jpg,Professional Lumberjack 2016,PS3,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 -/games/boxart/full_3059103PALFrontccc.jpg,Professional Lumberjack 2016,PC,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 -/games/boxart/full_4926960PALFrontccc.jpg,Professional Lumberjack 2016,XOne,Simulation,Namco Bandai Games,UIG Entertainment,,,,,,,2015-03-05,2018-06-18 -/games/boxart/full_4837863AmericaFrontccc.jpg,Project Runway,PC,Simulation,Atari,Tornado Studios,,,,,,,2010-02-25, -/games/boxart/full_9459663AmericaFrontccc.jpg,Puppy Luv: Spa and Resort,GBA,Simulation,Activision,Humagade,,,,,,,2007-09-18, -/games/boxart/full_quickpick-farmer_7AmericaFront.jpg,QuickPick Farmer,DSiW,Simulation,Unknown,Dancing Dots,,,,,,,2010-07-05, -/games/boxart/full_rc-helicopter_77AmericaFront.jpg,R/C Helicopter,PC,Simulation,Summitsoft Entertainment,Summitsoft Entertainment,,,,,,,2002-04-30, -/games/boxart/full_6635516PALFrontccc.jpg,Radio Helicopter,PS2,Simulation,505 Games,Tomcat System,,,,,,,2004-11-01, -/games/boxart/full_radio-helicopter-ii_82PALFront.jpg,Radio Helicopter II,PS2,Simulation,505 Games,Aqua Systems,,,,,,,2006-09-01, -/games/boxart/full_7943042AmericaFrontccc.jpg,Rail Nation,PC,Simulation,Travian Games GmbH,Travian Games GmbH,,,,,,,2013-01-28, -/games/boxart/full_rail-simulator-2-railworks-platform_713PALFront.jpg,Rail Simulator 2: Railworks Platform,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,2009-06-12, -/games/boxart/full_railfan-taiwan-takatetsu_7JapanFront.jpg,Railfan: Taiwan Takatetsu,PS3,Simulation,Ongakukan,Ongakukan,,,,,,,2007-11-01, -/games/boxart/full_3663347PALFrontccc.jpg,Railroad Pioneer,PC,Simulation,Nordic Games,JoWooD Entertainment AG,,,,,,,2003-10-17,2018-07-19 -/games/boxart/full_8292843AmericaFrontccc.jpg,Railroad X,PC,Simulation,Koch Media,Soft Pro,,,,,,,2014-06-09, -/games/boxart/full_railworks_758PALFront.jpg,RailWorks,PC,Simulation,RailSimulator.com,RailSimulator.com,7,,,,,,2009-06-12, -/games/boxart/full_railworks-challenger_145AmericaFront.jpg,RailWorks Challenger,PC,Simulation,RailSimulator.com,RailSimulator.com,,,,,,,2009-10-30, -/games/boxart/6150453ccc.jpg,RC Helicopter: Remote Control Simulation,PS,Simulation,Agetec,Tomcat System,,,,,,,2003-03-01, -/games/boxart/full_9331652AmericaFrontccc.jpg,RC-AirSim,XBL,Simulation,Microsoft,Some Call Me Tim,,,,,,,2009-01-20, -/games/boxart/full_3198977PALFrontccc.jpg,Reach for the Skies,PC,Simulation,Virgin Interactive,Rowan Software Ltd.,,,,,,,1993-01-01, -/games/boxart/full_8476968AmericaFrontccc.jpg,Reach for the Stars,PC,Simulation,Strategic Studies Group,Strategic Studies Group,,,,,,,2000-09-14, -/games/boxart/full_7642543AmericaFrontccc.jpg,Reach for the Stars (1986),PC,Simulation,Strategic Studies Group,Strategic Studies Group,,,,,,,1986-01-01, -/games/boxart/full_real-kanojo_565JapanFront.jpg,Real Kanojo,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2010-02-19, -/games/boxart/748986ccc.jpg,RealFlight,PC,Simulation,Hobbico,Knife Edge Software,,,,,,,2007-11-01, -/games/boxart/full_8949175PALFrontccc.jpg,Rebel Raiders: Operation Nighthawk,PC,Simulation,Kando Games,Kando Games,,,,,,,2006-03-01, -/games/boxart/full_4362060PALFrontccc.jpg,Rebirth of Honor,PC,Simulation,Tri Synergy,Tri Synergy,,,,,,,2005-01-01, -/games/boxart/full_616572AmericaFrontccc.jpg,RECYCLE,PC,Simulation,Rondomedia,Rondomedia,,,,,,,2014-09-03, -/games/boxart/default.jpg,Red Arrows,PC,Simulation,Unknown,Database Software,,,,,,,, -/games/boxart/full_9120879PALFrontccc.jpg,Red Baron,PS2,Simulation,Davilex,Atomic Planet Entertainment,,,,,,,2005-11-25, -/games/boxart/5541680ccc.jpg,Red Baron 3D,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1998-10-31, -/games/boxart/full_3413337AmericaFrontccc.jpg,Red Baron Arcade,PSN,Simulation,Sierra Entertainment,Stainless Studios Ltd.,,,,,,,2009-03-12, -/games/boxart/3399215ccc.jpg,Red Baron II,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1997-11-30, -/games/boxart/full_red-baron-pack_693AmericaFront.jpg,Red Baron Pack,PC,Simulation,Dynamix,Dynamix,,,,,,,1998-10-31, -/games/boxart/full_reef-aquarium_4AmericaFront.jpg,Reef Aquarium,PSN,Simulation,Biart Design Studio,Biart Design Studio,,,,,,,2010-04-29, -/games/boxart/full_9938106AmericaFrontccc.jpg,Remnant,Lynx,Simulation,Songbird Productions,Songbird Productions,,,,,,,2000-01-01, -/games/boxart/full_retro-cave-flyer_3AmericaFront.gif,Retro Cave Flyer,PSN,Simulation,Big Head Games,Big Head Games Ltd.,,,,,,,2010-02-24, -/games/boxart/full_8832266PALFrontccc.jpg,Riding Academy,DS,Simulation,Eidos Interactive,DTP Entertainment,,,,,,,2008-11-14, -/games/boxart/full_riding-academy-2_5AmericaFront.jpg,Riding Academy 2,DS,Simulation,Unknown,TBA,,,,,,,, -/games/boxart/default.jpg,RiftSpace,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, -/games/boxart/6075502ccc.jpg,Rig N' Roll,PC,Simulation,Unknown,Unknown,,,,,,,, -/games/boxart/full_rise-of-flight-the-first-great-air-war_569AmericaFront.jpg,Rise of Flight: The First Great Air War,PC,Simulation,Unknown,neoqb,,,,,,,2009-06-29, -/games/boxart/full_3429877JapanFrontccc.jpg,Roommate: Ryouko in Summer Vacation,SAT,Simulation,Datam Polystar,Datam Polystar,,,,,,,1997-09-25, -/games/boxart/default.jpg,Ropeway Simulator 2014,PC,Simulation,astragon Software GmbH,Z-Software,,,,,,,2014-06-25, -/games/boxart/default.jpg,Ruins,PC,Simulation,Unknown,Cardboard Computer,,,,,,,, -/games/boxart/default.jpg,Ruins,MS,Simulation,Unknown,Cardboard Computer,,,,,,,, -/games/boxart/default.jpg,Sail Simulator 5,PC,Simulation,Iceberg Interactive,VSTEP,,,,,,,2010-02-26, -/games/boxart/full_sakamoto-ryouma-ishin-kaikoku_82JapanFront.jpg,Sakamoto Ryouma: Ishin Kaikoku,SAT,Simulation,KID,KID Corporation,,,,,,,1998-01-29, -/games/boxart/full_7452057JapanFrontccc.jpg,Sakana to Asobou! Aquazone DS - Kaisuigyo,DS,Simulation,GungHo Online Entertainment,GungHo Online Entertainment,,,,,,,2008-03-27, -/games/boxart/6554598ccc.jpg,Sally's Salon,PC,Simulation,GamesCafe,"GamesCafe, Inc.",,,,,,,2007-07-25, -/games/boxart/full_4942841AmericaFrontccc.jpg,Sandy Beach,WW,Simulation,Konami,Konami,,,,,,,2009-01-05, -/games/boxart/500838ccc.jpg,Scramble Cobra,3DO,Simulation,Panasonic Interactive Media,Genki,,,,,,,1995-01-01, -/games/boxart/full_3767754JapanFrontccc.jpg,Seaman: Kanzenban,PS2,Simulation,D3 Publisher,VIVARIUM Inc.,,,,,,,2003-02-27, -/games/boxart/full_7303153JapanFrontccc.jpg,Seaman: Kindan no Pet 2001,DC,Simulation,Viva Media,VIVARIUM Inc.,,,,,,,2000-08-10, -/games/boxart/1651378ccc.jpg,Secret Weapons of the Luftwaffe,PC,Simulation,LucasArts,Lucasfilm Games,,,,,,,1991-06-30, -/games/boxart/full_3906561JapanFrontccc.jpg,Segagaga,DC,Simulation,Sega,Hitmaker,,,,,,,2001-03-29, -/games/boxart/full_sennen-kazoku_7JapanFront.jpg,Sennen Kazoku,GBA,Simulation,Nintendo,Indies Zero,,,,,,,2005-03-10, -/games/boxart/full_sentou-yousei-yuki-kaze_322JapanFront.jpg,Sentou Yousei Yuki Kaze,XB,Simulation,Unknown,Aqua Systems,,,,,,,2003-08-07, -/games/boxart/full_1243467AmericaFrontccc.jpg,Sentris,PC,Simulation,Timbre Interactive,Timbre Interactive,,,,,,,2015-08-12,2018-08-09 -/games/boxart/full_1316683AmericaFrontccc.jpg,Sentris,OSX,Simulation,Timbre Interactive,Timbre Interactive,,,,,,,2015-08-12,2018-08-09 -/games/boxart/full_8308233AmericaFrontccc.jpg,Sentris,Linux,Simulation,Timbre Interactive,Timbre Interactive,,,,,,,2015-08-12,2018-08-09 -/games/boxart/default.jpg,Serf City: Life is Feudal,PC,Simulation,SSI,Blue Byte Software,,,,,,,1993-01-01, -/games/boxart/default.jpg,Sexy Beach,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2003-01-01, -/games/boxart/full_sexy-beach-2_660JapanFront.jpg,Sexy Beach 2,PC,Simulation,Dreams,Illusion Soft,,,,,,,2003-07-11, -/games/boxart/full_sexy-beach-3_787JapanFront.jpg,Sexy Beach 3,PC,Simulation,Dreams,Illusion Soft,,,,,,,2006-09-29, -/games/boxart/full_sexy-beach-zero_499JapanFront.jpg,Sexy Beach Zero,PC,Simulation,Illusion Soft,Illusion Soft,,,,,,,2010-10-29, -/games/boxart/full_8409690AmericaFrontccc.jpg,Shattered Steel,PC,Simulation,Interplay,BioWare Corp.,,,,,,,1996-09-30, -/games/boxart/8021422ccc.jpg,Shepherd's Crossing,PS2,Simulation,Valcon Games,Success,,,,,,,2008-08-19, -/games/boxart/full_youkoso-hitsuji-mura-portable_2JapanFront.jpg,Shepherd's Crossing,PSN,Simulation,Success,Success,,,,,,,2010-07-22, -/games/boxart/full_shiki-tei_10JapanFront.jpg,Shiki-Tei,PSN,Simulation,Sony Computer Entertainment,Premium Agency,,,,,,,2008-06-26, -/games/boxart/full_shinseiki-evangelion-ayanami-ikusei-keikaku-with-asuka-hokan-keikaku_495JapanFront.jpg,Shinseiki Evangelion: Ayanami Ikusei Keikaku with Asuka Hokan Keikaku,PS2,Simulation,Broccoli,Broccoli,,,,,,,2003-12-11, -/games/boxart/default.jpg,Ship Simulator 2006 Add-On,PC,Simulation,Lighthouse Interactive,VSTEP,,,,,,,2007-02-09, -/games/boxart/default.jpg,Ship Simulator 2006 Collector's Edition,PC,Simulation,Lighthouse Interactive,VSTEP,,,,,,,2006-11-30, -/games/boxart/full_7260041PALFrontccc.jpg,Ship Simulator 2008: New Horizons,PC,Simulation,Lighthouse Interactive,VSTEP,,,,,,,2008-04-04, -/games/boxart/default.jpg,Ship Simulator Extremes: Harbor Pilot,PC,Simulation,Paradox Interactive,VSTEP,,,,,,,2011-09-01, -/games/boxart/default.jpg,Ship Simulator Professional,PC,Simulation,Unknown,VSTEP,,,,,,,, -/games/boxart/full_shockwave_1JapanFront.jpg,Shockwave,PS,Simulation,Electronic Arts Victor,Electronic Arts,,,,,,,1996-07-26, -/games/boxart/full_9841249AmericaFrontccc.jpg,Shockwave,3DO,Simulation,Electronic Arts,Electronic Arts,,,,,,,1994-06-27, -/games/boxart/9551285ccc.jpg,Shockwave 2: Beyond the Gate,3DO,Simulation,Electronic Arts,Electronic Arts,,,,,,,1995-01-01, -/games/boxart/full_9471672AmericaFrontccc.jpg,Shockwave Assault,SAT,Simulation,Electronic Arts,Paradox Development,,,,,,,1996-01-01, -/games/boxart/full_7686038AmericaFrontccc.jpg,Shockwave Assault,PC,Simulation,Electronic Arts,Paradox Development,,,,,,,1997-06-01, -/games/boxart/full_6208508AmericaFrontccc.jpg,Shockwave: Operation Jumpgate,3DO,Simulation,Electronic Arts,Crystal Dynamics,,,,,,,1995-01-01, -/games/boxart/full_9465076JapanFrontccc.jpg,Shockwave: Operation Jumpgate,PS,Simulation,Electronic Arts,Crystal Dynamics,,,,,,,1996-10-18, -/games/boxart/full_3011905AmericaFrontccc.jpeg,Shopping Mall Parking,PC,Simulation,Devilish Developments,Devilish Developments,,,,,,,2014-03-21, -/games/boxart/full_8100962JapanFrontccc.jpg,Shoujo Kakumei Utena: Itsuka Kakumei Sarero Monogatari,SAT,Simulation,Sega,Sega,,,,,,,1998-05-28, -/games/boxart/full_shuushoku-game_203JapanFront.jpg,Shuushoku Game,SNES,Simulation,Imagineer,Lenar,,,,,,,1995-07-28, -/games/boxart/full_6437687AmericaFrontccc.jpg,Sid Meier's Civilization: Beyond Earth,OSX,Simulation,2K Games,Firaxis Games,,,,,,,2014-11-26,2018-10-16 -/games/boxart/full_2087728AmericaFrontccc.jpg,Sid Meier's Civilization: Beyond Earth,Linux,Simulation,2K Games,Firaxis Games,,,,,,,2014-12-18,2018-10-16 -/games/boxart/full_5585269AmericaFrontccc.jpg,Silent Hunter: Wolves of the Pacific U-Boat Missions Expansion,PC,Simulation,Ubisoft,Ubisoft Romania,7,,,,,,2008-03-24, -/games/boxart/5368341ccc.jpg,Silent Service,PC,Simulation,Microprose,"MicroProse Software, Inc.",,,,,,,1985-01-01, -/games/boxart/full_7458541AmericaFrontccc.jpg,Silent Service,NES,Simulation,Ultra Games,Rare Ltd.,,,,,,,1989-01-01, -/games/boxart/1621519ccc.jpg,Silent Service II,PC,Simulation,Microprose,"MicroProse Software, Inc",,,,,,,1990-01-01, -/games/boxart/full_silent-thunder-a-10-tank-killer-ii_50AmericaFront.jpg,Silent Thunder: A-10 Tank Killer II,PC,Simulation,Sierra Entertainment,"Dynamix, Inc.",,,,,,,1996-02-29, -/games/boxart/6044840ccc.gif,Sim City 4: Rush Hour,PC,Simulation,Electronic Arts,Microsoft,7,,,,,,1986-01-01, -/games/boxart/7972113ccc.jpg,SimAnt,PC,Simulation,Maxis,Maxis,,,,,,,1991-01-01, -/games/boxart/7024445ccc.jpg,SimAnt,SNES,Simulation,Maxis,Tomcat System,,,,,,,1993-10-01, -/games/boxart/2872255ccc.gif,SimCity,VC,Simulation,Nintendo,Intelligent Systems,7.5,,,,,,2006-11-19, -/games/boxart/full_2784233JapanFrontccc.jpg,SimCity 2000,N64,Simulation,Imagineer,Genki,3.5,,,,,,1998-01-30, -/games/boxart/full_1719456AmericaFrontccc.png,SimCity 2000,PSN,Simulation,Sony Computer Entertainment,Maxis,,,,,,,2009-08-27, -/games/boxart/9904983ccc.jpg,SimCity 4: Rush Hour,PC,Simulation,Electronic Arts,Maxis,,,,,,,2003-09-22, -/games/boxart/default.jpg,SimCity BuildIt,And,Simulation,Electronic Arts,Electronic Arts,,,,,,,2014-10-22, -/games/boxart/full_simcity-jr_649JapanFront.jpg,SimCity Jr.,SNES,Simulation,Imagineer,Imagineer,,,,,,,1996-07-26, -/games/boxart/full_simcopter_0AmericaFront.jpg,SimCopter,PC,Simulation,Maxis,Maxis,,,,,,,1996-10-15, -/games/boxart/8471671ccc.jpg,SimEarth: The Living Planet,PC,Simulation,Maxis,Maxis,,,,,,,1990-01-01, -/games/boxart/full_8245149AmericaFrontccc.jpg,SimEarth: The Living Planet,PCE,Simulation,Hudson Soft,Maxis,,,,,,,1993-01-01, -/games/boxart/full_8396364AmericaFrontccc.jpg,SimEarth: The Living Planet,VC,Simulation,Hudson Soft,Maxis,,,,,,,2009-06-22, -/games/boxart/full_3658967JapanFrontccc.jpg,SimEarth: The Living Planet,SCD,Simulation,Sega,Maxis,,,,,,,1993-03-12, -/games/boxart/1096502ccc.jpg,SimGolf,PC,Simulation,Magic Pockets,Maxis Software,,,,,,,1996-01-01, -/games/boxart/full_1255268AmericaFrontccc.jpg,SimIsle: Missions in the Rainforest,PC,Simulation,Maxis,"Intelligent Games, Ltd.",,,,,,,1995-09-30, -/games/boxart/full_9317391AmericaFrontccc.jpg,SimLife,PC,Simulation,Maxis,Maxis Software,,,,,,,1992-01-01, -/games/boxart/6595076ccc.jpg,SimPark,PC,Simulation,Maxis,Maxis Software,,,,,,,1996-10-31, -/games/boxart/full_788450JapanFrontccc.jpg,Simple 1500 Series Vol. 71: The Renai Simulation 2,PS,Simulation,D3 Publisher,HuneX,,,,,,,2001-08-30, -/games/boxart/full_simple-2000-series-vol-117-the-zerosen_8JapanFront.jpg,Simple 2000 Series Vol. 117: The Zerosen,PS2,Simulation,D3 Publisher,Mobile & Game Studio,,,,,,,2007-05-10, -/games/boxart/full_simple-2000-series-vol-121-the-boku-no-machidzukuri-2-machi-ing-maker-21_6JapanFront.jpg,Simple 2000 Series Vol. 121: The Boku no Machidzukuri 2 - Machi-ing Maker 2.1,PS2,Simulation,D3 Publisher,Indi,,,,,,,2007-11-29, -/games/boxart/full_9592579JapanFrontccc.jpg,Simple 2000 Series Vol. 25: The Menkyo Shutoku Simulation,PS2,Simulation,D3 Publisher,Vingt-et-un Systems,,,,,,,2003-04-03, -/games/boxart/full_1298290JapanFrontccc.jpg,Simple DS Series Vol. 25: The Koushounin,DS,Simulation,D3 Publisher,"Affect Co., Ltd.",,,,,,,2007-10-25, -/games/boxart/8877304ccc.jpg,SimSafari,PC,Simulation,Maxis,"Electronic Arts, Maxis Software",,,,,,,1998-03-01, -/games/boxart/1532452ccc.jpg,SimTown,PC,Simulation,Maxis,Maxis Software,,,,,,,1996-01-01, -/games/boxart/5365205ccc.jpg,SimTunes,PC,Simulation,Maxis,Maxis Software,,,,,,,1996-01-01, -/games/boxart/default.jpg,SimuSex,PC,Simulation,Unknown,Erosoft,,,,,,,, -/games/boxart/full_singles-2-triple-trouble_262PALFront.jpg,Singles 2: Triple Trouble,PC,Simulation,Deep Silver,Rotobee,,,,,,,2005-05-27, -/games/boxart/full_singles-flirt-up-your-life_229AmericaFront.jpg,Singles: Flirt Up Your Life,PC,Simulation,Eidos Interactive,Rotobee,,,,,,,2004-10-05, -/games/boxart/full_548151AmericaFrontccc.jpg,Ski Park Manager,PC,Simulation,Microids,Lankhor,,,,,,,2002-02-24, -/games/boxart/full_5863990AmericaFrontccc.jpg,Sky_Arena,XBL,Simulation,Microsoft,wangjuntom360,,,,,,,2009-09-02, -/games/boxart/full_snowpack-park_258AmericaFront.jpg,Snowpack Park,WW,Simulation,Nintendo,Nintendo,,,,,,,2010-11-22, -/games/boxart/full_965954AmericaFrontccc.jpg,Solar Eclipse,SAT,Simulation,Crystal Dynamics,Crystal Dynamics,,,,,,,1995-01-01, -/games/boxart/full_2667858JapanFrontccc.jpg,Sotsugyou 2nd Generation,PS2,Simulation,GeneX,GeneX,,,,,,,2006-03-09, -/games/boxart/full_2859915JapanFrontccc.jpg,Sotsugyou Crossworld,SAT,Simulation,Shogakukan,Shogakukan,,,,,,,1997-03-28, -/games/boxart/full_904724JapanFrontccc.jpg,Sotsugyou Final,3DO,Simulation,Imageworks,Shar Rock,,,,,,,1994-12-09, -/games/boxart/full_3299116JapanFrontccc.jpg,Sotsugyou Graduation For WonderSwan,WS,Simulation,Bandai,Bandai Visual,,,,,,,1999-12-16, -/games/boxart/full_225459JapanFrontccc.jpg,Sotsugyou II: Neo Generation,PCFX,Simulation,NEC Interchannel,Riverhillsoft,,,,,,,1994-12-23, -/games/boxart/full_4037350JapanFrontccc.jpg,Sotsugyou II: Neo Generation,PCE,Simulation,Riverhillsoft,Riverhillsoft,,,,,,,1994-12-23, -/games/boxart/full_5150270JapanFrontccc.jpg,Sotsugyou II: Neo Generation,SAT,Simulation,Riverhillsoft,Riverhillsoft,,,,,,,1995-08-11, -/games/boxart/full_3951145JapanFrontccc.jpg,Sotsugyou III: Wedding Bell,PS,Simulation,Tonkin House,Tonkin House,,,,,,,1998-04-02, -/games/boxart/full_2664197JapanFrontccc.jpg,Sotsugyou III: Wedding Bell,SAT,Simulation,Shogakukan,Shogakukan,,,,,,,1998-04-09, -/games/boxart/full_6210184JapanFrontccc.jpg,Sotsugyou M: Male Generation,PS,Simulation,Hearty Robin,Hearty Robin,,,,,,,1998-07-30, -/games/boxart/full_493038JapanFrontccc.jpg,Sotsugyou R: Graduation Real,PS,Simulation,Bandai,Bandai,,,,,,,1996-03-08, -/games/boxart/full_9989757JapanFrontccc.jpg,Sotsugyou R: Graduation Real,PCFX,Simulation,NEC,NEC,,,,,,,1998-01-16, -/games/boxart/full_2794682JapanFrontccc.jpg,Sotsugyou Vacation,PS,Simulation,Mycom,Mycom,,,,,,,1997-10-16, -/games/boxart/full_4988152JapanFrontccc.jpg,Sotsugyou: Graduation,PCE,Simulation,NEC Interchannel,NEC Interchannel,,,,,,,1993-07-30, -/games/boxart/full_1787382JapanFrontccc.jpg,Sotsugyou: Graduation S,SAT,Simulation,NEC Interchannel,NEC Interchannel,,,,,,,1997-09-25, -/games/boxart/8388182ccc.jpg,Soviet Strike,SAT,Simulation,Electronic Arts,EA Tiburon,,,,,,,1996-11-01, -/games/boxart/full_soviet-strike_6AmericaFront.jpg,Soviet Strike,PSN,Simulation,Sony Computer Entertainment,EA Tiburon,,,,,,,2010-09-14, -/games/boxart/full_6142568AmericaFrontccc.jpg,Space Engineers,XOne,Simulation,Keen Software House,Keen Software House,,,,,,,2020-04-14, -/games/boxart/full_2714182JapanFrontccc.jpg,Space Fishermen,PS2,Simulation,Sony Computer Entertainment,Land Ho!,,,,,,,2002-10-24, -/games/boxart/full_8124443AmericaFrontccc.jpg,Space Interceptor: Project Freedom,PC,Simulation,Merscom LLC,City Interactive,,,,,,,2004-11-09, -/games/boxart/full_2565706PALFrontccc.jpg,Space Rangers,PC,Simulation,1C Company,Elemental Games,9,,,,,,2002-12-20, -/games/boxart/full_space-rogue_869AmericaFront.jpg,Space Rogue,PC,Simulation,Origin Systems,Origin,,,,,,,1989-01-01, -/games/boxart/3305007ccc.jpg,Space Shuttle,3DO,Simulation,3DO,Amazing Studios,,,,,,,1994-01-01, -/games/boxart/default.jpg,Space Station Tycoon,Wii,Simulation,Unknown,Namco Bandai Games America,,,,,,,2020-12-31, -/games/boxart/default.jpg,Space Station Tycoon,PSP,Simulation,Unknown,Namco Bandai Games America,,,,,,,, -/games/boxart/full_8660165PALFrontccc.jpg,Space War Attack,PS2,Simulation,505 Games,Bit Town,,,,,,,2006-03-01, -/games/boxart/full_5462196AmericaFrontccc.jpg,Spearhead,PC,Simulation,Interactive Magic,MAK Technologies,,,,,,,1998-07-31, -/games/boxart/1952131ccc.jpg,Spore Creature Creator,PC,Simulation,Electronic Arts,EA Redwood Shores,,,,,,,2008-06-17, -/games/boxart/full_5528723AmericaFrontccc.jpg,Stand O'Food,PSN,Simulation,G5 Entertainment AB,Shape Games,,,,,,,2009-12-10, -/games/boxart/full_7386047PALFrontccc.jpg,Star Assault,PC,Simulation,Kalypso,GamesArk,,,,,,,2007-11-09, -/games/boxart/full_9644007JapanFrontccc.jpg,Star Luster,NES,Simulation,Namco,Namco,,,,,,,1985-12-06, -/games/boxart/full_368562JapanFrontccc.jpg,Star Luster,VC,Simulation,Namco Bandai,Namco,,,,,,,2008-03-04, -/games/boxart/6377357ccc.jpg,Star Raiders,2600,Simulation,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_star-raiders_82AmericaFront.jpg,Star Raiders,XBL,Simulation,Atari,Incinerator Studios,,,,,,,2011-05-11, -/games/boxart/full_star-raiders_194AmericaFront.jpg,Star Raiders,PC,Simulation,Atari,Incinerator Studios,,,,,,,2011-05-11, -/games/boxart/4851187ccc.jpg,Star Raiders,5200,Simulation,Atari,Atari,,,,,,,1982-01-01, -/games/boxart/full_star-raiders_98AmericaFront.jpg,Star Raiders,PSN,Simulation,Atari,Incinerator Studios,,,,,,,2011-06-02, -/games/boxart/8791178ccc.gif,Star Trek: Encounters,PS2,Simulation,Bethesda Softworks,4J Studios,,,,,,,2006-10-04, -/games/boxart/full_5956543AmericaFrontccc.jpg,Star Trek: Starfleet Academy,PC,Simulation,Interplay,Interplay,,,,,,,1997-08-31, -/games/boxart/full_9119393AmericaFrontccc.jpg,Star Trek: Starfleet Academy - Chekov's Lost Missions,PC,Simulation,Interplay,Interplay,,,,,,,1998-01-01, -/games/boxart/full_4055065AmericaFrontccc.jpg,Star Trek: Starfleet Academy Starship Bridge Simulator,SNES,Simulation,Viacom,Interplay,,,,,,,1994-05-04, -/games/boxart/3227483ccc.jpg,Star Trek: Starfleet Command III,PC,Simulation,Activision,Taldren,,,,,,,2002-11-21, -/games/boxart/full_4193328AmericaFrontccc.jpg,Star Trek: Starship Creator,PC,Simulation,Simon & Schuster Interactive,Imergy,,,,,,,1998-10-01, -/games/boxart/full_4392382AmericaFrontccc.jpg,Star Trek: Starship Creator Deluxe,PC,Simulation,Simon & Schuster Interactive,Imergy,,,,,,,1998-10-01, -/games/boxart/full_4594831AmericaFrontccc.jpg,Star Trek: Starship Creator Warp II,PC,Simulation,Simon & Schuster Interactive,Imergy,,,,,,,2000-01-01, -/games/boxart/1095065ccc.jpg,Star Trek: The Next Generation: Advanced Holodeck Tutorial,GG,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1994-01-01, -/games/boxart/full_5716358AmericaFrontccc.jpg,Star Wars: Battle for Naboo,PC,Simulation,LucasArts,Factor 5,6.2,,,,,,2001-03-11, -/games/boxart/1536646ccc.jpg,Star Wars: Rogue Squadron 3D,PC,Simulation,LucasArts,Factor 5,,,,,,,1998-12-02, -/games/boxart/full_star-wars-starfighter_2AmericaFront.jpg,Star Wars: Starfighter,PC,Simulation,LucasArts,LucasArts,,,,,,,2002-01-20, -/games/boxart/1819557ccc.jpg,Star Wars: TIE Fighter,PC,Simulation,LucasArts,Totally Games,7,,,,,,1994-07-01, -/games/boxart/3759773ccc.jpg,Star Wars: X-Wing,PC,Simulation,LucasArts,Totally Games,,,,,,,1993-01-01, -/games/boxart/full_6453290AmericaFrontccc.jpg,Star Wars: X-Wing Alliance,PC,Simulation,LucasArts,Totally Games,,,,,,,1999-02-28, -/games/boxart/full_8351894AmericaFrontccc.jpg,Star Wars: X-Wing Collector Series,PC,Simulation,LucasArts,Totally Games,,,,,,,1998-05-31, -/games/boxart/3160813ccc.jpg,Star Wars: X-Wing vs. TIE Fighter,PC,Simulation,LucasArts,Totally Games,,,,,,,1997-04-30, -/games/boxart/1707236ccc.jpg,StarLancer,DC,Simulation,Crave Entertainment,Digital Anvil,7.5,,,,,,2000-11-27, -/games/boxart/883609ccc.jpg,StarLancer,PC,Simulation,Microsoft,Digital Anvil,,,,,,,2000-03-31, -/games/boxart/3273158ccc.jpg,Starmaster,2600,Simulation,Activision,Activision,,,,,,,1982-06-23, -/games/boxart/full_starshatter_799AmericaFront.jpg,Starshatter,PC,Simulation,Matrix Games,Destroyer Studios,,,,,,,2004-07-01, -/games/boxart/full_starshatter-the-gathering-storm_258AmericaFront.jpg,Starshatter: The Gathering Storm,PC,Simulation,Tri Synergy,Destroyer Studios,,,,,,,2006-11-13, -/games/boxart/default.jpg,StarWraith,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, -/games/boxart/default.jpg,StarWraith II,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, -/games/boxart/default.jpg,StarWraith III: Shadows of Orion,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, -/games/boxart/default.jpg,StarWraith IV: Reviction,PC,Simulation,Unknown,StarWraith 3D Games,,,,,,,, -/games/boxart/6922858ccc.jpg,Stealth ATF,NES,Simulation,Activision,Imagineering Inc.,,,,,,,1989-10-01, -/games/boxart/full_steel-armor-blaze-of-war_526AmericaFront.jpg,Steel Armor: Blaze of War,PC,Simulation,Unknown,Play Indie,,,,,,,, -/games/boxart/full_steel-beasts_275AmericaFront.jpg,Steel Beasts,PC,Simulation,Shrapnel Games,eSim Games,,,,,,,2000-09-24, -/games/boxart/full_4155950AmericaFrontccc.jpg,Stellar 7,PC,Simulation,Sierra Entertainment,Dynamix,,,,,,,1990-01-01, -/games/boxart/full_strike-point-the-hex-missions_451PALFront.jpg,Strike Point: The Hex Missions,PC,Simulation,Project Two Interactive,"MotiveTime, Ltd.",,,,,,,1996-01-01, -/games/boxart/full_6852200AmericaFrontccc.jpg,Su-27 Flanker,PC,Simulation,SSI,Flying Legends,,,,,,,1996-04-30, -/games/boxart/full_subwar-2050_6PALFront.jpg,Subwar 2050,PC,Simulation,Microprose,Particle Systems Ltd.,,,,,,,1994-01-01, -/games/boxart/full_6677025JapanFrontccc.jpg,Sugar Bunnies DS: Yume no Sweets Koubou,DS,Simulation,Takara Tomy,Takara Tomy,,,,,,,2007-10-25, -/games/boxart/default.jpg,Sugar Bunnies Wii: Yokoso Bunnies Field e,WW,Simulation,Takara Tomy,Takara Tomy,,,,,,,2009-09-29, -/games/boxart/default.jpg,Super Battletank,SNES,Simulation,Unknown,Imagineering,,,,,,,, -/games/boxart/full_super-battletank_4AmericaFront.jpg,Super Battletank,GG,Simulation,Majesco,Imagineering Inc.,,,,,,,1992-01-01, -/games/boxart/8477094ccc.jpg,Super Battletank,GB,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1994-04-01, -/games/boxart/full_1577820AmericaFrontccc.jpg,Super Battletank 2,SNES,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1994-01-01, -/games/boxart/full_1471878JapanFrontccc.jpg,Super Casino Special,SAT,Simulation,Coconuts Japan,Coconuts Japan,,,,,,,1997-01-24, -/games/boxart/full_6435059PALFrontccc.png,Super Hind,PSN,Simulation,Virgin Play,Mountain Sheep,,,,,,,2009-07-02, -/games/boxart/full_super-schwarzschild_10JapanFront.jpg,Super Schwarzschild,PCE,Simulation,Unknown,Kogado Studio,,,,,,,1991-12-06, -/games/boxart/full_super-schwarzschild-2_3JapanFront.jpg,Super Schwarzschild 2,PCE,Simulation,Unknown,Kogado Studio,,,,,,,1992-12-04, -/games/boxart/8245607ccc.jpg,Super Wing Commander,3DO,Simulation,Electronic Arts,"Origin Systems, Inc",,,,,,,1994-01-01, -/games/boxart/full_supermarket-mania_9PALFront.jpg,Supermarket Mania,PSN,Simulation,G5 Entertainment AB,G5 Entertainment AB,,,,,,,2010-05-18, -/games/boxart/full_supermarket-mania_604AmericaFront.jpg,Supermarket Mania,DSiW,Simulation,G5 Entertainment AB,G5 Entertainment AB,,,,,,,2010-11-22, -/games/boxart/full_9458721AmericaFrontccc.jpg,Surviving High School,DSiW,Simulation,Electronic Arts,Electronic Arts,,,,,,,2010-04-19, -/games/boxart/full_6972450AmericaFrontccc.jpg,Tachyon: The Fringe,PC,Simulation,NovaLogic,NovaLogic,,,,,,,2000-03-30, -/games/boxart/full_3461156JapanFrontccc.jpg,Tadaima Wakusei Kaitakunaka!,SAT,Simulation,Altron,Altron,,,,,,,1995-11-03, -/games/boxart/full_9280562JapanFrontccc.jpg,Tadaima Wakusei Kaitakunaka!,PS,Simulation,Altron,Altron,,,,,,,1995-11-03, -/games/boxart/full_3891230AmericaFrontccc.jpg,Tamagotchi CD-ROM,PC,Simulation,Bandai,7th Level,,,,,,,1997-01-01, -/games/boxart/full_5316086JapanFrontccc.jpg,Tamagotchi Pack,SAT,Simulation,Bandai,Bandai,,,,,,,1998-01-29, -/games/boxart/default.jpg,Tamagotchi Town,SNES,Simulation,Bandai,Marigul,,,,,,,1999-05-01, -/games/boxart/full_tanjou-debut_4JapanFront.jpg,Tanjou Debut,PCE,Simulation,NEC Interchannel,NEC Interchannel,,,,,,,1994-09-22, -/games/boxart/full_tanjou-debut-for-wonderswan_4JapanFront.jpg,Tanjou Debut for WonderSwan,WS,Simulation,Bandai,Bandai Visual,,,,,,,2000-02-24, -/games/boxart/full_tanjou-debut-pure_9JapanFront.jpg,Tanjou Debut Pure,3DO,Simulation,SharRock,Shar Rock,,,,,,,1996-03-22, -/games/boxart/default.jpg,Taxi!,PC,Simulation,Unknown,Excalibur Studios,,,,,,,, -/games/boxart/default.jpg,Taxi!,And,Simulation,Unknown,Excalibur Studios,,,,,,,, -/games/boxart/full_7749270AmericaFrontccc.jpg,Terminus,PC,Simulation,Vatical Entertainment,Vicarious Visions,,,,,,,2000-06-26, -/games/boxart/full_tetsu-1-densha-de-battle_8JapanFront.jpg,Tetsu 1: Densha de Battle!,PS2,Simulation,Syscom,Syscom,,,,,,,2001-07-05, -/games/boxart/default.jpg,Tetsudou Mokei Simulator 5 Dai-8B-Gou,PC,Simulation,I'Max,I'Max,,,,,,,2011-12-09, -/games/boxart/full_2202576JapanFrontccc.jpg,Tetsudou Seminar: JR-Hen,DS,Simulation,Taito,Taito Corporation,,,,,,,2008-03-27, -/games/boxart/full_4329114PALFrontccc.jpg,The Biggest Creators of Empires,PC,Simulation,Sierra Entertainment,"BreakAway Games Ltd., Impressions Games",,,,,,,2003-01-01, -/games/boxart/full_4305442JapanFrontccc.jpg,The Bistro,PS,Simulation,Syscom,Syscom,,,,,,,2000-02-17, -/games/boxart/full_7130431JapanFrontccc.jpg,The Conveni 200X,XBL,Simulation,Hamster Corporation,Masterpiece,,,,,,,2009-12-22, -/games/boxart/full_2726863JapanFrontccc.jpg,The Conveni 200X,X360,Simulation,Hamster Corporation,Masterpiece,,,,,,,2006-03-30, -/games/boxart/full_8893001JapanFrontccc.jpg,The Conveni 2: Zenkoku Chain Tenkai da!,SAT,Simulation,Human Entertainment,Human Entertainment,,,,,,,1998-03-12, -/games/boxart/full_6058343JapanFrontccc.jpg,The Conveni 2: Zenkoku Chain Tenkai da!,PS,Simulation,Human Entertainment,Human Entertainment,,,,,,,1997-12-18, -/games/boxart/full_8665090JapanFrontccc.jpg,The Conveni 3,PS2,Simulation,Hamster Corporation,Hamster Corporation,,,,,,,2003-04-24, -/games/boxart/full_the-conveni-portable_5JapanFront.jpg,The Conveni Portable,PSN,Simulation,Hamster Corporation,Hamster Corporation,,,,,,,2010-07-08, -/games/boxart/full_4729049JapanFrontccc.jpg,The Conveni Special,PS,Simulation,ArtDink,Human Entertainment,,,,,,,1998-03-12, -/games/boxart/full_7751672JapanFrontccc.jpg,The Conveni: Ano Machi wo Dokusen Seyo,SAT,Simulation,Human Entertainment,Human Entertainment,,,,,,,1997-03-20, -/games/boxart/full_the-dog-happy-life_5JapanFront.jpg,The Dog: Happy Life,PSP,Simulation,Yuke's,Yuke's Media Creations,,,,,,,2006-04-27, -/games/boxart/full_the-guild-gold-edition_5AmericaFront.jpg,The Guild: Gold Edition,PC,Simulation,JoWood Productions,4HEAD Studios,,,,,,,2005-11-07, -/games/boxart/full_life-stage-the-virtual-house_3AmericaFront.jpg,The Life Stage: The Virtual House,3DO,Simulation,Panasonic Interactive Media,Micro Cabin,,,,,,,1993-01-01, -/games/boxart/full_3240961AmericaFrontccc.jpg,The Movies: Stunts & Effects,PC,Simulation,Activision,Lionhead Studios,7.9,,,,,,2006-06-06, -/games/boxart/full_9284316PALFrontccc.jpg,The Patrician,PC,Simulation,Ascon Software,Ascon,,,,,,,1992-01-01, -/games/boxart/4101289ccc.jpg,The Sentinel,PC,Simulation,Unknown,Firebird Software,,,,,,,2006-12-22, -/games/boxart/2447428ccc.jpg,"The Settlers II: Veni, Vidi, Vici",PC,Simulation,Blue Byte,Blue Byte Software,,,,,,,1996-08-31, -/games/boxart/full_6058313AmericaFrontccc.jpg,The SimCity Box,PC,Simulation,Electronic Arts,Maxis,,,,,,,2008-06-30, -/games/boxart/full_9307193AmericaFrontccc.png,The Sims 2,PSN,Simulation,Electronic Arts,Maxis,,,,,,,2009-09-30, -/games/boxart/full_9784996AmericaFrontccc.png,The Sims 2: Castaway,PSN,Simulation,Electronic Arts,Maxis,,,,,,,2009-09-30, -/games/boxart/full_the-sims-2-mansion-ampamp-garden-stuff_959AmericaFront.jpg,The Sims 2: Mansion & Garden Stuff,PC,Simulation,Electronic Arts,Maxis Software,,,,,,,2008-11-17, -/games/boxart/full_2685727AmericaFrontccc.jpg,The Sims 2: Pets,GBA,Simulation,Electronic Arts,Maxis,,,,,,,2006-11-07, -/games/boxart/full_9289985AmericaFrontccc.png,The Sims 2: Pets,PSN,Simulation,Electronic Arts,Maxis,,,,,,,2009-09-30, -/games/boxart/full_3971910AmericaFrontccc.jpg,The Sims 3,OSX,Simulation,Electronic Arts,Edge of Reality,,,,,,,2009-06-02,2018-07-20 -/games/boxart/full_6672448AmericaFrontccc.png,The Sims 3,And,Simulation,Electronic Arts,Edge of Reality,,,,,,,2010-10-26,2018-07-20 -/games/boxart/full_7724495AmericaFrontccc.png,The Sims 3,WinP,Simulation,Electronic Arts,Edge of Reality,,,,,,,2010-10-15, -/games/boxart/full_8081380AmericaFrontccc.png,The Sims 3 (Mobile Versions),WinP,Simulation,Electronic Arts,EA mobile,,,,,,,2009-05-05, -/games/boxart/default.jpg,The Sims 3: Commemorative Edition,PC,Simulation,Electronic Arts,EA Redwood Shores,,,,,,,2010-06-03, -/games/boxart/full_1325982AmericaFrontccc.jpeg,The Sims 4: Cool Kitchen Stuff,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-08-11, -/games/boxart/default.jpg,The Sims 4: Get to Work,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-03-31, -/games/boxart/full_6876499AmericaFrontccc.jpeg,The Sims 4: Outdoor Retreat,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-01-13, -/games/boxart/full_9867735AmericaFrontccc.jpeg,The Sims 4: Spooky Stuff,PC,Simulation,Electronic Arts,Unknown,,,,,,,2015-09-29, -/games/boxart/full_4588816AmericaFrontccc.jpg,The Sims Carnival: SnapCity,PC,Simulation,Electronic Arts,Electronic Arts,,,,,,,2008-01-15, -/games/boxart/full_the-sims-bustin-out_275AmericaFront.jpg,The Sims: Bustin' Out,NGage,Simulation,Electronic Arts,Ideaworks3D,7.3,,,,,,2004-05-12, -/games/boxart/full_goraku-no-dendou_0JapanFront.jpg,Theatre Wars: Goraku no Dendou,3DO,Simulation,Unknown,Scitron & Art,,,,,,,1994-05-14, -/games/boxart/1529926ccc.jpg,Their Finest Hour: The Battle of Britain,PC,Simulation,LucasArts,LucasArts,,,,,,,1989-01-01, -/games/boxart/full_theme-hospital_8AmericaFront.jpg,Theme Hospital,PSN,Simulation,Sony Computer Entertainment,Krisalis Software,,,,,,,2010-08-31, -/games/boxart/full_theme-park_2PALFront.jpg,Theme Park,PC,Simulation,Electronic Arts,Bullfrog,8,,,,,,1994-01-01, -/games/boxart/full_1876032PALFrontccc.jpg,Theme Park,SCD,Simulation,Unknown,Bullfrog Productions,,,,,,,2020-12-31, -/games/boxart/7908984ccc.jpg,Theme Park,3DO,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1994-01-01, -/games/boxart/full_theme-park_10AmericaFront.jpg,Theme Park,GEN,Simulation,Electronic Arts,Bullfrog Productions,,,,,,,1995-01-01, -/games/boxart/full_theme-park_4PALFront.jpg,Theme Park,SNES,Simulation,Ocean,Bullfrog Productions,,,,,,,1996-11-11, -/games/boxart/full_3499395PALFrontccc.jpg,thinkSMART: Scotland Yard,DS,Simulation,Unknown,Ravensburger,,,,,,,, -/games/boxart/full_7491360JapanFrontccc.jpg,Thoroughbred Breeder III,SNES,Simulation,Hect,Hector,,,,,,,1996-10-18, -/games/boxart/full_6526384JapanFrontccc.jpg,Thoroughbred Breeder: The Coquest of the World,PS,Simulation,Hect,Hector,,,,,,,1998-04-23, -/games/boxart/3064630ccc.jpg,ThunderStrike 2,SAT,Simulation,Core Design Ltd.,Core Design Ltd.,,,,,,,1996-01-01, -/games/boxart/full_tigershark_680AmericaFront.jpg,TigerShark,PC,Simulation,GT Interactive,n-Space,,,,,,,1997-01-01, -/games/boxart/full_2558208JapanFrontccc.jpg,Tokimeki Memorial,PCE,Simulation,Konami,Konami,,,,,,,1994-05-27, -/games/boxart/default.jpg,Tokimeki Memorial Pocket,GB,Simulation,Konami,KCEK,,,,,,,1999-02-11, -/games/boxart/full_532482JapanFrontccc.jpg,Tokimeki Memorial Selection: Fujisaki Shiori,SAT,Simulation,Konami,Konami,,,,,,,1997-03-27, -/games/boxart/full_7204483JapanFrontccc.jpg,Tokimeki Memorial Selection: Fujisaki Shiori,PS,Simulation,Konami,Konami,,,,,,,1997-03-27, -/games/boxart/default.jpg,Tokimeki Memorial: Forever with You,PC,Simulation,Konami,Konami,,,,,,,1997-01-01, -/games/boxart/full_1763032JapanFrontccc.jpg,Tokimeki Memorial: Forever with You,PSN,Simulation,Konami,Konami,,,,,,,2009-11-11, -/games/boxart/7206990ccc.jpg,Tomcat: The F-14 Fighter Simulator,2600,Simulation,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-01-01, -/games/boxart/full_7311072PALFrontccc.jpg,Top Gun: Combat Zones,PC,Simulation,Titus,Digital Integration,,,,,,,2003-03-08, -/games/boxart/full_top-gun-fire-at-will_7AmericaFront.jpg,Top Gun: Fire at Will!,PC,Simulation,Spectrum Holobyte,Spectrum Holobyte,,,,,,,1995-12-31, -/games/boxart/full_top-gun-firestorm_7AmericaFront.jpg,Top Gun: Firestorm,GB,Simulation,Titus,Fluid Studios,,,,,,,2001-12-04, -/games/boxart/9139790ccc.jpg,Top Gun: Guts and Glory,GB,Simulation,Konami,Distinctive Software,,,,,,,1993-01-11, -/games/boxart/full_top-gun-hornets-nest_1AmericaFront.jpg,Top Gun: Hornet's Nest,PC,Simulation,Atari,Zipper Interactive,,,,,,,1998-01-01, -/games/boxart/7103842ccc.jpg,Top Gun: The Second Mission,NES,Simulation,Konami,Konami,,,,,,,1990-01-01, -/games/boxart/default.jpg,Top Model Academy,DS,Simulation,Unknown,SevenGames,,,,,,,, -/games/boxart/full_2399473AmericaFrontccc.jpg,Torino-X,XBL,Simulation,Microsoft,Justin Le Clair,,,,,,,2008-12-05, -/games/boxart/full_5949108JapanFrontccc.jpg,Tottoko Hamtaro: Tomodachi Daisakusen Dechu,GB,Simulation,Nintendo,Pax Softonica,,,,,,,2000-09-08, -/games/boxart/full_837805AmericaFrontccc.jpg,Tower Bloxx Deluxe,XBL,Simulation,Microsoft,Digital Chocolate,,,,,,,2009-10-21, -/games/boxart/default.jpg,Tower Bloxx Deluxe,PC,Simulation,Digital Chocolate,Digital Chocolate,,,,,,,2008-06-05, -/games/boxart/full_8452366PALFrontccc.jpg,Train Fever,OSX,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2014-09-04,2018-08-11 -/games/boxart/full_train-frontier-express_822AmericaFront.jpg,Train Frontier Express,XBL,Simulation,Microsoft,Team Train Frontier,8,,,,,,2011-08-30, -/games/boxart/full_9705805JapanFrontccc.jpg,Train Simulator + Densha de Go! Tokyo Kyuukouhen,PS2,Simulation,Taito,Taito Corporation,,,,,,,2003-12-18, -/games/boxart/default.jpg,Trainz 2004: Engineers Edition,PC,Simulation,Unknown,Auran Games,,,,,,,2004-01-01, -/games/boxart/default.jpg,Trainz 2004: Gold Edition,PC,Simulation,Unknown,Auran Games,,,,,,,2004-01-01, -/games/boxart/full_trainz-railroad-simulator-2004_865AmericaFront.jpg,Trainz Railroad Simulator 2004,PC,Simulation,Unknown,Auran Games,7,,,,,,2003-11-02, -/games/boxart/full_trainz-railroad-simulator-2006_990AmericaFront.jpg,Trainz Railroad Simulator 2006,PC,Simulation,Merscom LLC,Auran Games,,,,,,,2006-02-02, -/games/boxart/full_trainz-railway-simulator-2004-passenger-edition_952PALFront.gif,Trainz Railway Simulator 2004: Passenger Edition,PC,Simulation,Unknown,Auran Games,,,,,,,2004-09-24, -/games/boxart/full_trainz-simulator-2009-world-builder-edition_786PALFront.jpg,Trainz Simulator 2009: World Builder,PC,Simulation,Unknown,Auran Games,,,,,,,2009-03-31, -/games/boxart/full_trainz-simulator-2010-engineers-edition_439PALFront.jpg,Trainz Simulator 2010: Engineers Edition,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2009-12-01, -/games/boxart/full_trainz-simulator-2010-engineers-edition-duchess-set_252AmericaFront.jpg,Trainz Simulator 2010: Engineers Edition - Duchess Set,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2011-01-03, -/games/boxart/full_trainz-simulator-classic-cabon-city_531AmericaFront.jpg,Trainz Simulator: Classic Cabon City,PC,Simulation,Unknown,N3VRF41L Publishing,,,,,,,2010-08-16, -/games/boxart/full_8728697AmericaFrontccc.png,Trainz Trouble,PC,Simulation,N3V Games Pty Ltd,N3V Games Pty Ltd,,,,,,,2014-08-26, -/games/boxart/full_9736069AmericaFrontccc.png,Trainz Trouble,And,Simulation,N3V Games Pty Ltd,N3V Games Pty Ltd,,,,,,,2013-04-10, -/games/boxart/full_trainz-ultimate-collection_216PALFront.jpg,Trainz Ultimate Collection,PC,Simulation,Unknown,Auran Games,,,,,,,2006-01-01, -/games/boxart/full_trainz-driver-edition_345AmericaFront.jpg,Trainz: Driver Edition,PC,Simulation,Merscom LLC,Auran Games,,,,,,,2006-09-19, -/games/boxart/full_trainz-the-complete-collection_646AmericaFront.jpg,Trainz: The Complete Collection,PC,Simulation,Paradox Interactive,Auran Games,,,,,,,2008-06-10, -/games/boxart/full_1183420AmericaFrontccc.jpg,TransOcean 2: Rivals,PC,Simulation,Astragon,Deck13 Hamburg,,,,,,,2016-05-10,2019-04-03 -/games/boxart/5495053ccc.jpg,Transport Tycoon,PC,Simulation,Microprose,"MicroProse Software, Inc.",,,,,,,1994-01-01, -/games/boxart/default.jpg,Trek73,PC,Simulation,Unknown,"William K. Char, Perry Lee, and Dan Gee",,,,,,,1973-10-08, -/games/boxart/full_1646270AmericaFrontccc.jpg,Tropico 5,OSX,Simulation,Kalypso Media,Haemimont Games,,,,,,,2014-09-19,2018-08-20 -/games/boxart/full_1187136AmericaFrontccc.jpg,Tropico 5,Linux,Simulation,Kalypso Media,Haemimont Games,,,,,,,2014-09-19,2018-08-20 -/games/boxart/full_5714079JapanFrontccc.jpg,True Love Story,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1996-12-13, -/games/boxart/full_8389932JapanFrontccc.jpg,True Love Story 2,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1999-01-21, -/games/boxart/full_677770JapanFrontccc.jpg,True Love Story: Fan Disk,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1999-11-25, -/games/boxart/full_6542834JapanFrontccc.jpg,True Love Story: Remember My Heart,PS,Simulation,ASCII Entertainment,Bits Laboratory,,,,,,,1997-12-11, -/games/boxart/full_7149065JapanFrontccc.jpg,"True Love Story: Summer Days, and yet...",PS2,Simulation,Enterbrain,Enterbrain,,,,,,,2003-07-24, -/games/boxart/full_tsuru-teruto-no-jissen-kabushiki-bi-game_8JapanFront.jpg,Tsuru Teruto no Jissen Kabushiki Bi-Game,PCE,Simulation,Intec,Intec,,,,,,,1989-11-01, -/games/boxart/full_turn-and-burn-f-14-dogfight-simulator_476AmericaFront.jpg,Turn and Burn: F-14 Dogfight Simulator,GB,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1992-05-01, -/games/boxart/full_turn-and-burn-no-fly-zone_668AmericaFront.jpg,Turn and Burn: No-Fly Zone,SNES,Simulation,Absolute Entertainment,Imagineering Inc.,,,,,,,1994-02-01, -/games/boxart/default.jpg,U.S. Navy Fighters,PC,Simulation,Unknown,Electronic Arts,,,,,,,, -/games/boxart/default.jpg,U.S. Navy Fighters '97,PC,Simulation,Unknown,Electronic Arts,,,,,,,, -/games/boxart/full_ultimate-air-combat_273AmericaFront.jpg,Ultimate Air Combat,NES,Simulation,Activision,Activision,,,,,,,1992-04-01, -/games/boxart/full_60382AmericaFrontccc.jpg,Ultimate Soccer Manager 98,PC,Simulation,Sierra Entertainment,Impressions Games,,,,,,,1998-01-01, -/games/boxart/default.jpg,Umi no Oh! Yah!,PSN,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,2010-11-24, -/games/boxart/full_umi-no-oh-yah_744JapanFront.jpg,Umi no Oh! Yah!,PS,Simulation,Victor Interactive,Victor Interactive Software,,,,,,,1998-10-29, -/games/boxart/full_universal-combat_426AmericaFront.jpg,Universal Combat,PC,Simulation,DreamCatcher Interactive,"3000AD, Inc.",,,,,,,2004-02-05, -/games/boxart/full_urban-strike_9AmericaFront.jpg,Urban Strike,GG,Simulation,Electronic Arts,Electronic Arts,,,,,,,1995-01-01, -/games/boxart/full_534879AmericaFrontccc.jpg,Urban Strike,GEN,Simulation,Electronic Arts,Granite Bay Software,,,,,,,1994-03-04, -/games/boxart/8666853ccc.jpg,Urban Strike,GB,Simulation,Black Pearl,Borta,,,,,,,1996-11-01, -/games/boxart/full_5120179AmericaFrontccc.jpg,Urban Strike,SNES,Simulation,Black Pearl,Solid Software,,,,,,,1995-11-01, -/games/boxart/full_9622513AmericaFrontccc.jpg,USAF: United States Air Force,PC,Simulation,Electronic Arts,Pixel Multimedia,,,,,,,1999-10-20, -/games/boxart/full_604899AmericaFrontccc.jpg,Utopia: The Creation of a Nation,SNES,Simulation,Jaleco,Gremlin Interactive,,,,,,,1993-12-01, -/games/boxart/full_uzumaki-noroi-simulation_5JapanFront.jpg,Uzumaki: Noroi Simulation,WS,Simulation,Omega Micott,Omega Micott,,,,,,,2000-03-04, -/games/boxart/full_virtual-cameraman-part-1-sawada-naomi-and-juri-anna_4JapanFront.jpg,Virtual Cameraman Part 1: Sawada Naomi and Juri Anna,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-02-17, -/games/boxart/full_virtual-cameraman-part-2-kawai-natsumi-and-tachihara-kimi_7JapanFront.jpg,Virtual Cameraman Part 2: Kawai Natsumi and Tachihara Kimi,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-03-24, -/games/boxart/full_virtual-cameraman-part-3-sugimoto-yumika_6JapanFront.jpg,Virtual Cameraman Part 3: Sugimoto Yumika,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-04-28, -/games/boxart/full_virtual-cameraman-part-4-toya-shiori_10JapanFront.jpg,Virtual Cameraman Part 4: Toya Shiori,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-06-02, -/games/boxart/full_virtual-cameraman-part-5-anzo-ari_5JapanFront.jpg,Virtual Cameraman Part 5: Anzo Ari,3DO,Simulation,Naxat Soft,Naxat Soft,,,,,,,1995-06-30, -/games/boxart/default.jpg,Viscount - Legends of Flight,PC,Simulation,Just Flight,Just Flight,,,,,,,2011-10-28, -/games/boxart/full_2434957AmericaFrontccc.jpg,Viva Pinata,XBL,Simulation,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-08-11, -/games/boxart/full_2189188AmericaFrontccc.jpg,Viva Pinata: Trouble in Paradise,XBL,Simulation,Microsoft Game Studios,Rare Ltd.,,,,,,,2009-08-11, -/games/boxart/full_115585JapanFrontccc.jpg,Wakusei Koukitai Little Cats,PCFX,Simulation,NEC Interchannel,NEC,,,,,,,1997-07-04, -/games/boxart/full_wakusei-kougekitai-little-cats_895JapanFront.jpg,Wakusei Koukitai Little Cats,PS,Simulation,Family Soft,Family Soft,,,,,,,1998-06-25, -/games/boxart/full_wakusei-koukitai-little-cats_253JapanFront.jpg,Wakusei Koukitai Little Cats,PSN,Simulation,Family Soft,Family Soft,,,,,,,2011-03-25, -/games/boxart/full_7149506AmericaFrontccc.jpg,Wall Street Kid,NES,Simulation,Sofel,Sofel,,,,,,,1990-06-01, -/games/boxart/full_3202513JapanFrontccc.jpg,Wan Nyan Doubutsu Byouin,GBA,Simulation,TDK Core,TDK Core,,,,,,,2003-07-25, -/games/boxart/full_warbirds_65AmericaFront.jpg,WarBirds,PC,Simulation,Interactive Magic,Interactive Magic,,,,,,,1998-06-30, -/games/boxart/default.jpg,WarBirds 2004,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2004-05-05, -/games/boxart/default.jpg,WarBirds 2006,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2006-05-08, -/games/boxart/full_warbirds-extreme_644AmericaFront.jpg,Warbirds Extreme,PC,Simulation,Unknown,Abacus Software,,,,,,,2002-02-07, -/games/boxart/full_warbirds-iii-fighter-pilot-academy_77AmericaFront.jpg,WarBirds III,PC,Simulation,Simon & Schuster Interactive,Interactive Entertainment,,,,,,,2002-03-19, -/games/boxart/full_warbirds-of-wwii_254AmericaFront.jpg,Warbirds of WWII,PC,Simulation,Just Flight,Just Flight,,,,,,,2009-08-06, -/games/boxart/full_warbirds-red-baron_783AmericaFront.jpg,WarBirds Red Baron,PC,Simulation,iEntertainment Network,iEntertainment Network,,,,,,,2010-06-10, -/games/boxart/full_267424AmericaFrontccc.png,Warhawk (1996),PSN,Simulation,Sony Computer Entertainment,SingleTrac,,,,,,,2007-12-19, -/games/boxart/full_6265633JapanFrontccc.jpg,Watashi no Kitchen,GB,Simulation,Kirat,Kirat,,,,,,,2001-12-21, -/games/boxart/full_9241842JapanFrontccc.jpg,Watashi no MakeSalon,GBA,Simulation,Ludic,Ludic,,,,,,,2002-12-06, -/games/boxart/full_6293451JapanFrontccc.jpg,Watashi no Restaurant,GB,Simulation,Kirat,Kirat,,,,,,,2002-04-26, -/games/boxart/full_141796AmericaFrontccc.jpg,Wedding Dash,PC,Simulation,PlayFirst,PlayFirst,,,,,,,2007-10-17, -/games/boxart/default.jpg,Wedding Dash 2: Rings Around the World,PC,Simulation,PlayFirst,PlayFirst,,,,,,,2008-09-01, -/games/boxart/full_wedding-peach_4JapanFront.jpg,Wedding Peach,SNES,Simulation,KSS,KSS,,,,,,,1995-09-29, -/games/boxart/full_1952284JapanFrontccc.jpg,Wedding Peach: Doki Doki Oiro-naoshi Fashion Dai-sakusen,PS,Simulation,KSS,KSS,,,,,,,1996-09-27, -/games/boxart/default.jpg,Wet Attack: The Empire Cums Back,PC,Simulation,CDV Software Entertainment,Interactive Strip,,,,,,,1999-01-01, -/games/boxart/full_wildlife-park_351AmericaFront.jpg,Wildlife Park,PC,Simulation,Encore,B.Alive,,,,,,,2003-11-14, -/games/boxart/full_wildlife-park-wild-creatures_53PALFront.jpg,Wildlife Park: Wild Creatures,PC,Simulation,Deep Silver,B.Alive,,,,,,,2004-06-03, -/games/boxart/full_3164625AmericaFrontccc.jpg,Wing Commander,SCD,Simulation,Electronic Arts,Game Arts,,,,,,,1994-02-06, -/games/boxart/full_wing-commander-ii-speech-accessory-pack_364AmericaFront.jpg,Wing Commander II: Speech Accessory Pack,PC,Simulation,Origin Systems,Origin,,,,,,,1991-01-01, -/games/boxart/70701ccc.jpg,Wing Commander IV: The Price of Freedom,PC,Simulation,Origin Systems,"Origin Systems, Inc.",,,,,,,1996-08-24, -/games/boxart/full_7985892AmericaFrontccc.png,Wing Commander IV: The Price of Freedom,PSN,Simulation,Sony Computer Entertainment,"Origin Systems, Inc.",,,,,,,2009-12-22, -/games/boxart/full_wing-commander-armada_622AmericaFront.jpg,Wing Commander: Armada,PC,Simulation,Origin Systems,"Origin Systems, Inc.",,,,,,,1994-01-01, -/games/boxart/full_wing-commander-prophecy_167AmericaFront.jpg,Wing Commander: Prophecy,PC,Simulation,Origin Systems,"Origin Systems, Inc.",,,,,,,1997-12-19, -/games/boxart/full_wing-commander-the-secret-missions_908AmericaFront.jpg,Wing Commander: The Secret Missions,PC,Simulation,Origin Systems,Origin,,,,,,,1990-01-01, -/games/boxart/full_wing-commander-the-secret-missions-2-crusade_15AmericaFront.jpg,Wing Commander: The Secret Missions 2 - Crusade,PC,Simulation,Origin Systems,Origin,,,,,,,1991-01-01, -/games/boxart/full_3838824PALFrontccc.jpg,Wing Over,PS,Simulation,JVC,BELUGA Computer Inc.,,,,,,,1997-10-01, -/games/boxart/full_8430554PALFrontccc.jpg,Wing Over 2,PS,Simulation,Avalon Interactive,BELUGA Computer Inc.,,,,,,,1999-01-01, -/games/boxart/4698929ccc.jpg,Wings 2: Aces High,SNES,Simulation,Namco,Namco,,,,,,,1992-09-01, -/games/boxart/full_wings-of-glory_462AmericaFront.jpg,Wings of Glory,PC,Simulation,Electronic Arts,"Origin Systems, Inc.",,,,,,,1994-01-01, -/games/boxart/default.jpg,Wings of Power: WWII Heavy Bombers and Jets,PC,Simulation,Tri Synergy,Shockwave Productions,,,,,,,2004-09-13, -/games/boxart/full_7492983AmericaFrontccc.jpg,Wings of War,PC,Simulation,Gathering of Developers,Silver Wish Games,,,,,,,2004-08-30, -/games/boxart/full_winners-house_981JapanFront.jpg,Winners House,GB,Simulation,NCS,NCS,,,,,,,1991-09-20, -/games/boxart/full_8477246JapanFrontccc.jpg,Wizard's Harmony,SAT,Simulation,Arc System Works,Arc System Works,,,,,,,1995-12-29, -/games/boxart/full_9999044JapanFrontccc.jpg,Wizard's Harmony,PS,Simulation,Arc System Works,Arc System Works,,,,,,,1995-12-29, -/games/boxart/full_6752929JapanFrontccc.jpg,Wizard's Harmony 2,SAT,Simulation,Arc System Works,Arc System Works,,,,,,,1997-12-23, -/games/boxart/full_5849693JapanFrontccc.jpg,Wizard's Harmony 2,PS,Simulation,Arc System Works,Arc System Works,,,,,,,1997-10-16, -/games/boxart/full_3836933JapanFrontccc.jpg,Wizard's Harmony R,PS,Simulation,Arc System Works,Arc System Works,,,,,,,1998-11-26, -/games/boxart/default.jpg,Woodcutter Simulator,PC,Simulation,Unknown,Layernet,,,,,,,2011-10-28, -/games/boxart/full_4954210AmericaFrontccc.jpg,Worldwide Soccer Manager 2008,PC,Simulation,Sega,Sports Interactive,,,,,,,2007-10-23, -/games/boxart/full_7656453JapanFrontccc.jpg,Wuz up b? Produce: Street Dancer,WS,Simulation,Bandai,Fortyfive,,,,,,,2000-04-27, -/games/boxart/3632118ccc.jpg,WWII FIGHTERS,PC,Simulation,Electronic Arts,Jane's Combat Simulations,,,,,,,1998-01-01, -/games/boxart/full_121992PALFrontccc.png,WWII: Battle Over The Pacific,PSN,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2009-02-26, -/games/boxart/full_4350931PALFrontccc.jpg,WWII: Battle Over The Pacific,PS2,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2006-09-29, -/games/boxart/full_8629464PALFrontccc.jpg,WWII: Battle Over The Pacific,PC,Simulation,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2006-09-01, -/games/boxart/full_x-tension_264PALFront.jpg,X-Tension,PC,Simulation,THQ,Egosoft,,,,,,,2002-06-01, -/games/boxart/full_x-treme-express_3PALFront.jpg,X-treme Express,PS2,Simulation,Midas Interactive Entertainment,Syscom,,,,,,,2003-03-18, -/games/boxart/9126089ccc.jpg,X-Wing,PC,Simulation,LucasArts,Totally Games,,,,,,,1993-02-01, -/games/boxart/full_x-beyond-the-frontier_54AmericaFront.jpg,X: Beyond the Frontier,PC,Simulation,THQ,Egosoft,,,,,,,2000-01-26, -/games/boxart/full_yakiniku-bugyou_385AmericaFront.jpg,Yakiniku Bugyou,PSN,Simulation,Unknown,G-mode,,,,,,,2011-07-05, -/games/boxart/full_yakiniku-bugyou_284JapanFront.jpg,Yakiniku Bugyou,PS,Simulation,Media Entertainment,G-mode,,,,,,,2001-05-24, -/games/boxart/full_5500934AmericaFrontccc.jpg,Yoot Tower,PC,Simulation,Sega,Sega,,,,,,,1999-03-31, -/games/boxart/default.jpg,Youkoso Iruka Park e,DS,Simulation,Unknown,Starfish SD,,,,,,,, -/games/boxart/full_5778747AmericaFrontccc.jpg,Yummy Yummy Cooking Jam,WW,Simulation,Virtual Toys,Virtual Toys,,,,,,,2008-11-10, -/games/boxart/full_9136107AmericaFrontccc.jpg,Yummy Yummy Cooking Jam,DSiW,Simulation,Virtual Toys,Virtual Toys,,,,,,,2009-12-14, -/games/boxart/full_4399883AmericaFrontccc.png,Yummy Yummy Cooking Jam,PSN,Simulation,Virtual Toys,Virtual Toys,,,,,,,2009-10-28, -/games/boxart/full_5221587JapanFrontccc.jpg,Zero Shiki Kanjou Sentouki Ni,PSP,Simulation,Global A Entertainment,Marionette,,,,,,,2008-01-10, -/games/boxart/default.jpg,Zone of the Enders HD Collection,PSV,Simulation,Konami,Kojima Productions,,,,,,,2012-12-31, -/games/boxart/full_5765845AmericaFrontccc.jpg,Zoo Frenzy,DSiW,Simulation,Gameloft,Gameloft,,,,,,,2010-03-15, -/games/boxart/default.jpg,Zoo Park: Run Your Own Animal Sanctuary,PC,Simulation,Unknown,Excalibur Studios,,,,,,,, -/games/boxart/full_1562047AmericaFrontccc.png,Zoo Tycoon: Friends,PC,Simulation,Microsoft Studios,Behaviour Interactive,,,,,,,2014-10-13, -/games/boxart/full_3685497AmericaFrontccc.png,Zoo Tycoon: Friends,WinP,Simulation,Microsoft Studios,Behaviour Interactive,,,,,,,2014-10-13, -/games/boxart/full_5314703AmericaFrontccc.jpg,Zoo Vet,PC,Simulation,Legacy Interactive,Legacy Interactive,,,,,,,2004-12-01, -/games/boxart/default.jpg,Zoo Vet: Endangered Animals,Wii,Simulation,Unknown,Legacy Interactive,,,,,,,, -/games/boxart/1292830ccc.jpg,Zoo Vet: Endangered Animals,PC,Simulation,Vivendi Games,Legacy Interactive,,,,,,,2007-11-05, -/games/boxart/full_2389190AmericaFrontccc.png,Fallout Shelter,NS,Simulation,Bethesda Softworks,Bethesda Softworks,,,,,,,2018-06-10,2018-06-18 -/games/boxart/full_8400590AmericaFrontccc.png,Lionel City Builder 3D: Rise of the Rails,3DS,Simulation,Big John Games,Big John Games,,,,,,,2016-01-16,2019-01-21 -/games/boxart/default.jpg,153 Hand Video Poker,WiiU,Simulation,Unknown,Skunk Software,,,,,,,,2020-08-19 -/games/boxart/full_1110183AmericaFrontccc.jpg,60 seconds!,PC,Simulation,Robot Gentleman Studios,Robot Entertainment,,,,,,,2015-05-25,2018-01-06 -/games/boxart/full_7734329AmericaFrontccc.png,60 Seconds!,NS,Simulation,Robot Gentleman Studios,Robot Gentleman Studios,,,,,,,2017-12-18,2018-02-04 -/games/boxart/full_5022714AmericaFrontccc.jpg,7VR Wonders,OR,Simulation,VRMonkey,VRMonkey,,,,,,,2017-03-22,2021-10-28 -/games/boxart/full_5646741AmericaFrontccc.png,A World of Keflings,WiiU,Simulation,Unknown,NinjaBee,,,,,,,,2018-01-05 -/games/boxart/full_6602606AmericaFrontccc.jpg,Aabs Animals,PS3,Simulation,Unknown,Aabs,,,,,,,,2022-08-18 -/games/boxart/full_1801613AmericaFrontccc.jpg,Aabs Animals,PSV,Simulation,Unknown,Aabs,,,,,,,,2022-08-18 -/games/boxart/full_6247870JapanFrontccc.jpg,Ace Attorney 123: Wright Selection,NS,Simulation,Capcom,Capcom,,,,,,,2019-02-21,2019-02-24 -/games/boxart/default.jpg,Ace Combat: Assault Horizon Enhanced Edition,PC,Simulation,Unknown,Bandai Namco,,,,,,,,2024-01-28 -/games/boxart/full_2713537AmericaFrontccc.jpg,Against the Storm,PC,Simulation,Unknown,Eremite Games,,,,,,,,2023-12-13 -/games/boxart/full_9518030AmericaFrontccc.jpg,Air Conflicts: Double Pack,NS,Simulation,U&I Entertainment,U&I Entertainment,,,,,,,2019-12-01,2018-10-07 -/games/boxart/full_884502AmericaFrontccc.jpg,Air Force Special Ops Nightfall,PS4,Simulation,Sony Interactive Entertainment,Sony Interactive Entertainment,,,,,,,2017-06-20,2018-09-19 -/games/boxart/full_2683035AmericaFrontccc.jpg,Akogare Girls Collection: Wan Nyan Doubutsu Byouin Pet no Oisha-san ni Narou!,3DS,Simulation,Nippon Columbia,Nippon Columbia,,,,,,,2018-03-15,2018-04-02 -/games/boxart/full_431755AmericaFrontccc.jpg,Amorous,PC,Simulation,Snaggletooth Studios,Team Amorous,,,,,,,2018-04-13,2019-04-04 -/games/boxart/full_3398323AmericaFrontccc.png,Animal Crossing: Pocket Camp,And,Simulation,Nintendo,Nintendo,,,,,,,2017-11-22,2018-04-04 -/games/boxart/full_9820670AmericaFrontccc.png,Animal Crossing: Pocket Camp,iOS,Simulation,Nintendo,Nintendo,,,,,,,2017-11-22,2018-04-04 -/games/boxart/full_3815493AmericaFrontccc.jpg,Aperture Desk Job,PC,Simulation,Valve,Valve,,,,,,,2022-03-01,2023-01-29 -/games/boxart/default.jpg,Aqua TV,WiiU,Simulation,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_1468988AmericaFrontccc.jpg,Artemis Spaceship Bridge Simulator,PC,Simulation,"Incandescent Core, LLC","Incandescent Core, LLC",,,,,,,2013-09-16,2018-08-18 -/games/boxart/full_5628204AmericaFrontccc.jpg,Automachef,PC,Simulation,Team 17,Hermes Interactive,,,,,,,2019-07-23,2019-08-17 -/games/boxart/default.jpg,Bee Simulator,XOne,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 -/games/boxart/default.jpg,Bee Simulator,PS4,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 -/games/boxart/default.jpg,Bee Simulator,PC,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 -/games/boxart/default.jpg,Bee Simulator,NS,Simulation,Unknown,Varsav Games Studio,,,,,,,,2018-08-03 -/games/boxart/full_6863483AmericaFrontccc.jpg,Bomber Crew,PS4,Simulation,Merge Games,Runner Duck,,,,,,,2019-03-12,2019-01-03 -/games/boxart/full_1308978AmericaFrontccc.jpg,Bomber Crew,NS,Simulation,Merge Games,Runner Duck,,,,,,,2019-03-12,2019-01-03 -/games/boxart/full_2905717AmericaFrontccc.jpg,Bomber Crew,XOne,Simulation,Curve Digital,Runner Duck,,,,,,,2018-07-10,2019-01-03 -/games/boxart/full_5725794AmericaFrontccc.png,Bridge Constructor Portal,NS,Simulation,Headup Games,ClockStone,,,,,,,2018-02-28,2018-02-22 -/games/boxart/default.jpg,Bridge Constructor Portal,iOS,Simulation,Unknown,ClockStoneSoftware,,,,,,,,2018-02-21 -/games/boxart/full_856823AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,PS4,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 -/games/boxart/full_1307994AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,PS5,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 -/games/boxart/full_8523389AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,XOne,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 -/games/boxart/full_2267273AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,XS,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 -/games/boxart/full_4619505AmericaFrontccc.jpg,Bulwark: Falconeer Chronicles,PC,Simulation,Unknown,Tomas Sala,,,,,,,,2024-01-17 -/games/boxart/full_222201AmericaFrontccc.jpg,Catch & Release,PC,Simulation,Advanced Interactive Gaming Ltd.,metricminds GmbH & Co. KG,,,,,,,2018-06-07,2019-04-20 -/games/boxart/full_7036970AmericaFrontccc.jpg,Catch & Release,PS4,Simulation,metricminds GmbH & Co. KG,metricminds GmbH & Co. KG,,,,,,,2018-08-28,2019-04-20 -/games/boxart/full_3416190AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,PC,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 -/games/boxart/full_2507413AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,PS4,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 -/games/boxart/full_3321619AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,PS5,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 -/games/boxart/full_5499765AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,XOne,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 -/games/boxart/full_1911872AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,XS,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 -/games/boxart/full_7441101AmericaFrontccc.jpg,Chef Life: A Restaurant Simulator,NS,Simulation,Unknown,Cyanide Studio,,,,,,,,2023-04-04 -/games/boxart/full_2641694AmericaFrontccc.png,Cities: Skylines,NS,Simulation,Paradox Interactive,Colossal Order,,,,,,,2018-09-14,2018-09-13 -/games/boxart/full_8836353AmericaFrontccc.png,Cities: Skylines II,PC,Simulation,Paradox Interactive,Colossal Order,,,,,,,2023-10-24,2023-06-12 -/games/boxart/full_8404521AmericaFrontccc.png,Cities: Skylines II,PS5,Simulation,Paradox Interactive,Colossal Order,,,,,,,2024-12-01,2023-06-12 -/games/boxart/full_3473583AmericaFrontccc.png,Cities: Skylines II,XS,Simulation,Paradox Interactive,Colossal Order,,,,,,,2024-12-01,2023-06-12 -/games/boxart/full_2987130AmericaFrontccc.jpg,Comanche,All,Simulation,THQ Nordic,NUKKLEAR,,,,,,,2020-03-12,2021-03-27 -/games/boxart/default.jpg,Comanche 2,PC,Simulation,Unknown,NovaLogic,,,,,,,,2021-03-27 -/games/boxart/full_2826909AmericaFrontccc.jpg,Conqueror A.D. 1086,PC,Simulation,Activision,Sierra,,,,,,,1995-01-01,2018-01-07 -/games/boxart/full_9116458AmericaFrontccc.png,"Cook, Serve, Delicious!",And,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2012-10-05,2019-04-04 -/games/boxart/full_1782230AmericaFrontccc.jpg,"Cook, Serve, Delicious! 2!!",PS4,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2018-12-18,2019-04-04 -/games/boxart/full_5675787AmericaFrontccc.png,"Cook, Serve, Delicious! 2!!",NS,Simulation,Vertigo Games,Vertigo Gaming Inc.,,,,,,,2019-04-10,2019-04-04 -/games/boxart/full_6202895AmericaFrontccc.jpg,"Cook, Serve, Delicious! 2!!",XOne,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2019-04-10,2019-04-04 -/games/boxart/full_2388241AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",NS,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 -/games/boxart/full_4925745AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",PC,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 -/games/boxart/full_3342569AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",PS4,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 -/games/boxart/full_5194093AmericaFrontccc.jpg,"Cook, Serve, Delicious! 3?!",XOne,Simulation,Vertigo Gaming Inc.,Vertigo Gaming Inc.,,,,,,,2020-10-14,2019-08-10 -/games/boxart/default.jpg,Cooking Mama: CookStar,PS4,Simulation,Unknown,Ravenscourt,,,,,,,,2019-08-17 -/games/boxart/default.jpg,Cooking Mama: CookStar,NS,Simulation,Unknown,Ravenscourt,,,,,,,,2019-08-17 -/games/boxart/full_1872202AmericaFrontccc.jpg,Cozy Grove,PS4,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 -/games/boxart/full_3801619AmericaFrontccc.jpg,Cozy Grove,PS5,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 -/games/boxart/full_6596712AmericaFrontccc.jpg,Cozy Grove,XS,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 -/games/boxart/full_342194AmericaFrontccc.jpg,Cozy Grove,NS,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 -/games/boxart/full_7501268AmericaFrontccc.jpg,Cozy Grove,PC,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 -/games/boxart/full_2999786AmericaFrontccc.jpg,Cozy Grove,XOne,Simulation,Unknown,Spry Fox,,,,,,,,2021-09-28 -/games/boxart/full_1214936AmericaFrontccc.png,Cultist Simulator,PC,Simulation,Humble Bundle,Weather Factory,,,,,,,2018-05-31,2018-04-09 -/games/boxart/full_5004934PALFrontccc.jpg,Damage Inc.: Pacific Squadron WWII,PS3,Simulation,Mad Catz,Mad Catz,,,,,,,2012-08-28,2018-12-15 -/games/boxart/full_7138803AmericaFrontccc.jpg,Damage Inc.: Pacific Squadron WWII,PC,Simulation,Mad Catz,Mad Catz,,,,,,,2012-08-28,2018-12-15 -/games/boxart/full_4508908AmericaFrontccc.jpg,Disney Dreamlight Valley,PS5,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 -/games/boxart/full_1410329AmericaFrontccc.jpg,Disney Dreamlight Valley,XOne,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 -/games/boxart/full_3596842AmericaFrontccc.jpg,Disney Dreamlight Valley,XS,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 -/games/boxart/full_4801778AmericaFrontccc.jpg,Disney Dreamlight Valley,NS,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 -/games/boxart/full_3901382AmericaFrontccc.jpg,Disney Dreamlight Valley,PC,Simulation,Unknown,Gameloft,,,,,,,,2023-12-19 -/games/boxart/full_4895088AmericaFrontccc.jpg,Doraemon Story of Seasons,PC,Simulation,Bandai Namco,Marvelous,,,,,,,2019-10-11,2019-08-16 -/games/boxart/full_3261815AmericaFrontccc.jpg,Doraemon Story of Seasons,PS4,Simulation,Bandai Namco Entertainment,Marvelous,,,,,,,2020-09-04,2020-05-08 -/games/boxart/full_1376676AmericaFrontccc.jpg,Doraemon Story of Seasons: Friends of the Great Kingdom,PC,Simulation,Unknown,Marvelous,,,,,,,,2022-10-16 -/games/boxart/full_1214987AmericaFrontccc.jpg,Doraemon Story of Seasons: Friends of the Great Kingdom,PS5,Simulation,Unknown,Marvelous,,,,,,,,2022-10-16 -/games/boxart/full_3745786AmericaFrontccc.jpg,Doraemon Story of Seasons: Friends of the Great Kingdom,NS,Simulation,Unknown,Marvelous,,,,,,,,2022-10-16 -/games/boxart/full_6998219AmericaFrontccc.jpg,Doraemon: Nobita's Story of Seasons,NS,Simulation,Bandai Namco,Marvelous,,,,,,,2019-10-11,2019-04-08 -/games/boxart/full_1124178AmericaFrontccc.jpg,Emily is Away,PC,Simulation,Kyle Seeley,Kyle Seeley,,,,,,,2015-11-20,2019-04-16 -/games/boxart/full_4636893AmericaFrontccc.jpg,Emily is Away <3,PC,Simulation,Kyle Seeley,Kyle Seeley,,,,,,,2020-12-31,2019-04-16 -/games/boxart/full_5735439AmericaFrontccc.png,Everest VR,OR,Simulation,Sólfar Studios,Sólfar Studios,,,,,,,2017-02-14,2021-10-28 -/games/boxart/full_9132117AmericaFrontccc.jpg,F1 Manager 2022,XOne,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 -/games/boxart/full_8845443AmericaFrontccc.jpg,F1 Manager 2022,XS,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 -/games/boxart/full_4815262AmericaFrontccc.jpg,F1 Manager 2022,PC,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 -/games/boxart/full_3486196AmericaFrontccc.jpg,F1 Manager 2022,PS4,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 -/games/boxart/full_1441046AmericaFrontccc.jpg,F1 Manager 2022,PS5,Simulation,Unknown,Frontier Developments,,,,,,,,2022-09-22 -/games/boxart/full_3600690AmericaFrontccc.jpg,F1 Manager 2023,XOne,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 -/games/boxart/full_9581355AmericaFrontccc.jpg,F1 Manager 2023,XS,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 -/games/boxart/full_1275454AmericaFrontccc.jpg,F1 Manager 2023,PC,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 -/games/boxart/full_6006237AmericaFrontccc.jpg,F1 Manager 2023,PS4,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 -/games/boxart/full_9694222AmericaFrontccc.jpg,F1 Manager 2023,PS5,Simulation,Unknown,Frontier Developments,,,,,,,,2023-08-21 -/games/boxart/full_8912096AmericaFrontccc.png,Farm Expert 2018,NS,Simulation,SimFabric,SimFabric,,,,,,,2018-03-30,2018-03-23 -/games/boxart/default.jpg,Farming Simulator & Hunting Simulator Bundle,NS,Simulation,Unknown,Maximum Games,,,,,,,,2018-11-11 -/games/boxart/full_5275345AmericaFrontccc.jpg,Farming Simulator 20,All,Simulation,Focus Home Interactive,Giants Software,,,,,,,2019-12-03,2020-12-18 -/games/boxart/full_9942097AmericaFrontccc.jpg,Fishing Sim World,PC,Simulation,Dovetail Games,Dovetail Games,,,,,,,2018-09-18,2018-08-02 -/games/boxart/full_1092911AmericaFrontccc.jpg,Five Nights at Freddy's: Sister Location,PC,Simulation,Scott Cawthon,Scott Cawthon,,,,,,,2016-10-07,2018-03-28 -/games/boxart/default.jpg,Five Nights at Freddy's: Sister Location,And,Simulation,Unknown,Scott Cawthon,,,,,,,,2018-04-03 -/games/boxart/full_1673284AmericaFrontccc.jpg,Five Nights at Freddy?s VR: Help Wanted,PC,Simulation,ScottGames,Steel Wool Studios,,,,,,,2019-05-28,2019-05-25 -/games/boxart/default.jpg,Five Nights at Freddy?s VR: Help Wanted,PS4,Simulation,ScottGames,Steel Wool Studios,,,,,,,2019-05-28,2019-05-25 -/games/boxart/full_2518161AmericaFrontccc.jpg,Flipper Mechanic,PS5,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_487938AmericaFrontccc.jpg,Flipper Mechanic,XOne,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_3450626AmericaFrontccc.jpg,Flipper Mechanic,XS,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_8004980AmericaFrontccc.jpg,Flipper Mechanic,NS,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_8253491AmericaFrontccc.jpg,Flipper Mechanic,PC,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_8600295AmericaFrontccc.jpg,Flipper Mechanic,PS4,Simulation,SimFabric,SimFabric,,,,,,,2021-12-01,2020-06-15 -/games/boxart/full_9557745AmericaFrontccc.jpg,flOw,PSV,Simulation,Sony Computer Entertainment,SuperVillain Studios,,,,,,,2013-12-17,2018-09-23 -/games/boxart/full_417210PALFrontccc.png,Football Manager 2016,Linux,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 -/games/boxart/full_6537068PALFrontccc.png,Football Manager 2016,OSX,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 -/games/boxart/full_3470089PALFrontccc.jpg,Football Manager 2016,All,Simulation,Sega,Sports Interactive,,,,,,,2015-11-13,2020-11-13 -/games/boxart/full_6744587AmericaFrontccc.jpg,Football Manager 2017,All,Simulation,Sega,Sports Interactive,,,,,,,2016-11-04,2020-11-13 -/games/boxart/full_6455027PALFrontccc.jpg,Football Manager 2017,OSX,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 -/games/boxart/full_1485894PALFrontccc.jpg,Football Manager 2017,Linux,Simulation,Unknown,Sports Interactive,,,,,,,,2018-05-29 -/games/boxart/full_8248965PALFrontccc.jpg,Football Manager 2018,OSX,Simulation,Sega,Sports Interactive,,,,,,,2017-11-10,2018-05-31 -/games/boxart/full_7446232PALFrontccc.jpg,Football Manager 2018,Linux,Simulation,Sega,Sports Interactive,,,,,,,2017-11-10,2018-05-31 -/games/boxart/full_9048693AmericaFrontccc.jpg,Football Manager 2020,iOS,Simulation,Unknown,Sports Interactive,,,,,,,,2019-11-22 -/games/boxart/full_44607AmericaFrontccc.jpg,Football Manager 2020,NS,Simulation,Unknown,Sports Interactive,,,,,,,,2019-11-22 -/games/boxart/full_7741125PALFrontccc.jpg,Football Manager 2020,PC,Simulation,Sega,Sports Interactive,,,,,,,2019-11-19,2019-11-22 -/games/boxart/full_8004026AmericaFrontccc.jpg,Football Manager 2022,NS,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 -/games/boxart/full_9931622AmericaFrontccc.jpg,Football Manager 2022,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 -/games/boxart/full_6418169AmericaFrontccc.jpg,Football Manager 2022,XOne,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 -/games/boxart/full_5493520AmericaFrontccc.jpg,Football Manager 2022,XS,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 -/games/boxart/full_2746917AmericaFrontccc.jpg,Football Manager 2022,All,Simulation,Unknown,Sports Interactive,,,,,,,,2021-09-11 -/games/boxart/full_4909201AmericaFrontccc.jpg,Football Manager 2023,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 -/games/boxart/full_2040595AmericaFrontccc.jpg,Football Manager 2023,PS5,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 -/games/boxart/full_8819869AmericaFrontccc.jpg,Football Manager 2023,XOne,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 -/games/boxart/full_7814656AmericaFrontccc.jpg,Football Manager 2023,XS,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 -/games/boxart/full_8153522AmericaFrontccc.jpg,Football Manager 2023,All,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 -/games/boxart/full_5450232AmericaFrontccc.jpg,Football Manager 2023,NS,Simulation,Unknown,Sports Interactive,,,,,,,,2022-10-30 -/games/boxart/full_2144645AmericaFrontccc.jpg,Football Manager 2024,PS5,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 -/games/boxart/full_3300AmericaFrontccc.jpg,Football Manager 2024,XOne,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 -/games/boxart/full_4044110AmericaFrontccc.jpg,Football Manager 2024,XS,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 -/games/boxart/full_1863408AmericaFrontccc.jpg,Football Manager 2024,PC,Simulation,Unknown,Sports Interactive,,,,,,,,2023-11-04 -/games/boxart/default.jpg,Freddy Fazbear's Pizzeria Simulator,PC,Simulation,Scott Cawthon,Scott Cawthon,,,,,,,2017-12-04,2018-03-30 -/games/boxart/full_1920509AmericaFrontccc.jpg,Game Dev Tycoon,NS,Simulation,Greenheart Games,Rarebyte,,,,,,,2020-10-11,2020-09-03 -/games/boxart/full_2044211AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,PS4,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 -/games/boxart/full_6075411AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,PS5,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 -/games/boxart/full_1813184AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,XOne,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 -/games/boxart/full_4303336AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,XS,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 -/games/boxart/full_6930367AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,NS,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 -/games/boxart/full_4986387AmericaFrontccc.jpg,Garden Life: A Cozy Simulator,PC,Simulation,Unknown,stillalive studios,,,,,,,,2023-11-23 -/games/boxart/full_5666074AmericaFrontccc.jpg,GASP,PC,Simulation,Dark Day Interactive,Dark Day Interactive,,,,,,,2015-11-12,2019-03-26 -/games/boxart/full_984302PALFrontccc.jpg,Goat Simulator: The Bundle,PS4,Simulation,Koch Media,Coffee Stain Studios,,,,,,,2016-11-18,2018-09-11 -/games/boxart/full_3937969AmericaFrontccc.jpg,GORN,PC,Simulation,Unknown,Free Lives,,,,,,,,2019-07-25 -/games/boxart/full_4300681AmericaFrontccc.jpg,Hardspace: Shipbreaker,PC,Simulation,Unknown,Blackbird Interactive,,,,,,,,2022-06-26 -/games/boxart/full_3362429AmericaFrontccc.jpg,Hardspace: Shipbreaker,PS5,Simulation,Unknown,Blackbird Interactive,,,,,,,,2022-09-19 -/games/boxart/full_4610749AmericaFrontccc.jpg,Hardspace: Shipbreaker,XS,Simulation,Unknown,Blackbird Interactive,,,,,,,,2022-09-19 -/games/boxart/default.jpg,Harvest Moon 64,WiiU,Simulation,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Harvest Moon: Light of Hope,PC,Simulation,Unknown,Natsume,,,,,,,,2020-12-07 -/games/boxart/default.jpg,Harvest Moon: One World,PS4,Simulation,Unknown,Natsume,,,,,,,,2020-06-23 -/games/boxart/default.jpg,Harvest Moon: One World,NS,Simulation,Unknown,Natsume,,,,,,,,2020-05-12 -/games/boxart/full_9296920AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,XS,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 -/games/boxart/full_7680012AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,NS,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 -/games/boxart/full_7381909AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,PC,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 -/games/boxart/full_3032856AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,PS4,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 -/games/boxart/full_6071088AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,PS5,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 -/games/boxart/full_5485407AmericaFrontccc.jpg,Harvest Moon: The Winds of Anthos,XOne,Simulation,Unknown,Natsume,,,,,,,,2023-09-27 -/games/boxart/full_5867829AmericaFrontccc.png,Haunted Chocolatier,PC,Simulation,Unknown,ConcernedApe,,,,,,,,2021-10-23 -/games/boxart/full_5911337AmericaFrontccc.jpg,Hello Engineer,XS,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 -/games/boxart/full_7000819AmericaFrontccc.jpg,Hello Engineer,NS,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 -/games/boxart/full_9585730AmericaFrontccc.jpg,Hello Engineer,PS4,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 -/games/boxart/full_4913378AmericaFrontccc.jpg,Hello Engineer,PS5,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 -/games/boxart/full_2970989AmericaFrontccc.jpg,Hello Engineer,XOne,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-19 -/games/boxart/full_7565399AmericaFrontccc.jpg,Hello Engineer: Scrap Machines Constructor,PC,Simulation,Unknown,TinyBuild Games,,,,,,,,2023-09-18 -/games/boxart/default.jpg,Heroes in the Sky-Origin,PC,Simulation,Unknown,GameUS Inc.,,,,,,,,2019-03-29 -/games/boxart/full_5399776AmericaFrontccc.jpg,HIS (Heroes In the Sky),PC,Simulation,GameUS Inc.,GameUS Inc.,,,,,,,2015-03-03,2019-04-01 -/games/boxart/full_454921AmericaFrontccc.png,Holy Potatoes! A Weapon Shop?!,NS,Simulation,Unknown,Daylight Studios,,,,,,,,2018-07-05 -/games/boxart/default.jpg,Holy Potatoes! A Weapon Shop?!,PS4,Simulation,Unknown,Daylight Studios,,,,,,,,2018-07-05 -/games/boxart/full_7392960AmericaFrontccc.jpg,Holyday City: Reloaded,PC,Simulation,Holyday Studios,Holyday Studios,,,,,,,2017-12-14,2019-04-01 -/games/boxart/full_3530324AmericaFrontccc.jpg,House Flipper 2,PC,Simulation,Unknown,Frozen District,,,,,,,,2023-10-04 -/games/boxart/full_9026231AmericaFrontccc.jpg,House Flipper 2,PS5,Simulation,Unknown,Frozen District,,,,,,,,2023-10-04 -/games/boxart/full_6188216AmericaFrontccc.jpg,House Flipper 2,XS,Simulation,Unknown,Frozen District,,,,,,,,2023-10-04 -/games/boxart/full_2750971AmericaFrontccc.jpg,I Am Bread,XOne,Simulation,Bossa Studios,Bossa Studios,,,,,,,2017-01-20,2018-08-11 -/games/boxart/full_8095230AmericaFrontccc.png,Island Flight Simulator,NS,Simulation,Libredia Entertainment,Caipirinha Games,,,,,,,2018-02-01,2018-03-12 -/games/boxart/default.jpg,Islanders,PC,Simulation,Grizzly Games,GrizzlyGames,,,,,,,2019-04-04,2021-11-08 -/games/boxart/default.jpg,Islanders,Linux,Simulation,Unknown,GrizzlyGames,,,,,,,,2021-11-08 -/games/boxart/full_3676895AmericaFrontccc.jpeg,Islanders: Console Edition,XS,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 -/games/boxart/full_7081705PALFrontccc.jpeg,Islanders: Console Edition,PS4,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 -/games/boxart/full_5299044AmericaFrontccc.jpeg,Islanders: Console Edition,XOne,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 -/games/boxart/full_8157924PALFrontccc.jpeg,Islanders: Console Edition,NS,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-11,2021-11-08 -/games/boxart/full_3363400PALFrontccc.jpeg,Islanders: Console Edition,PS5,Simulation,Coatsink Software,GrizzlyGames,,,,,,,2021-08-26,2021-11-08 -/games/boxart/full_9598925AmericaFrontccc.jpg,Jurassic World Evolution 2,PC,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 -/games/boxart/full_2007756AmericaFrontccc.jpg,Jurassic World Evolution 2,PS4,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 -/games/boxart/full_8453426AmericaFrontccc.jpg,Jurassic World Evolution 2,PS5,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 -/games/boxart/full_3351633AmericaFrontccc.jpg,Jurassic World Evolution 2,XOne,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 -/games/boxart/full_1080007AmericaFrontccc.jpg,Jurassic World Evolution 2,XS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-11-09,2021-06-10 -/games/boxart/full_3336377AmericaFrontccc.jpg,Jurassic World Evolution: Complete Edition,NS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-11-03,2020-09-08 -/games/boxart/full_8441120AmericaFrontccc.jpg,Kerbal Space Program 2,PC,Simulation,Squad,Squad,,,,,,,2020-12-01,2019-10-24 -/games/boxart/full_2858053AmericaFrontccc.jpg,Kerbal Space Program 2,PS4,Simulation,Squad,Squad,,,,,,,2020-12-01,2019-10-24 -/games/boxart/full_8641645AmericaFrontccc.jpg,Kerbal Space Program 2,XOne,Simulation,Squad,Squad,,,,,,,2020-12-01,2019-10-24 -/games/boxart/full_318279AmericaFrontccc.jpg,Kill It With Fire VR,PC,Simulation,Unknown,Charm Games,,,,,,,,2023-12-27 -/games/boxart/full_1885709AmericaFrontccc.jpg,Kill It With Fire VR,PS4,Simulation,Unknown,Charm Games,,,,,,,,2023-12-27 -/games/boxart/full_2080639AmericaFrontccc.jpg,Kill It With Fire VR,PS5,Simulation,Unknown,Charm Games,,,,,,,,2023-12-27 -/games/boxart/full_9386496JapanFrontccc.jpg,La Corda d'Oro: Octave,NS,Simulation,Koei Tecmo,Ruby Party,,,,,,,2019-02-14,2019-02-24 -/games/boxart/full_6463246JapanFrontccc.jpg,La Corda d'Oro: Octave,PSV,Simulation,Koei Tecmo,Ruby Party,,,,,,,2019-02-14,2019-02-24 -/games/boxart/default.jpg,La Corda d'Oro: Octave,PC,Simulation,Koei Tecmo,Ruby Party,,,,,,,2019-02-14,2019-02-24 -/games/boxart/full_9936900AmericaFrontccc.png,Let's Build a Zoo,PS5,Simulation,No More Robots,Springloaded,,,,,,,2021-09-29,2022-10-03 -/games/boxart/full_182281AmericaFrontccc.png,Let's Build a Zoo,PS4,Simulation,No More Robots,Springloaded,,,,,,,2022-09-29,2022-10-03 -/games/boxart/full_7354610AmericaFrontccc.png,Let's Build a Zoo,XS,Simulation,Unknown,Springloaded,,,,,,,,2022-10-03 -/games/boxart/full_627183AmericaFrontccc.png,Let's Build a Zoo,PC,Simulation,No More Robots,Springloaded,,,,,,,2021-11-05,2022-10-03 -/games/boxart/full_5094023AmericaFrontccc.png,Let's Build a Zoo,XOne,Simulation,Unknown,Springloaded,,,,,,,,2022-10-03 -/games/boxart/full_3000153AmericaFrontccc.png,Let's Build a Zoo,NS,Simulation,No More Robots,Springloaded,,,,,,,2021-09-29,2022-10-03 -/games/boxart/full_7942981AmericaFrontccc.jpg,Little Cities,PC,Simulation,Unknown,Purple Yonder,,,,,,,,2022-12-12 -/games/boxart/full_7421551AmericaFrontccc.jpg,Little Friends: Dogs & Cats,NS,Simulation,Sold Out,Imagineer,,,,,,,2019-05-27,2019-05-19 -/games/boxart/full_5204343JapanFrontccc.jpg,LoveR,PS4,Simulation,Kadokawa Games,Kadokawa Games,,,,,,,2019-03-14,2019-03-22 -/games/boxart/full_3526444AmericaFrontccc.jpg,Medieval Engineers,PC,Simulation,Keen Software House,Keen Software House,,,,,,,2020-12-01,2019-07-02 -/games/boxart/full_2535717PALFrontccc.jpg,Michigan: Report from Hell,PS2,Simulation,Spike Co.,Grasshopper Manufacture,,,,,,,2004-08-05,2019-12-09 -/games/boxart/full_8576342AmericaFrontccc.jpg,Microsoft Flight Simulator (2020),XS,Simulation,Xbox Game Studios,Asobo Studio,,,,,,,2020-12-31,2021-08-13 -/games/boxart/full_2506519AmericaFrontccc.jpg,Microsoft Flight Simulator 2024,PC,Simulation,Unknown,Asobo Studio,,,,,,,,2023-06-12 -/games/boxart/full_6430987AmericaFrontccc.jpg,Microsoft Flight Simulator 2024,XS,Simulation,Unknown,Asobo Studio,,,,,,,,2023-06-12 -/games/boxart/full_3545602AmericaFrontccc.jpg,Moving Out,NS,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 -/games/boxart/full_9230187AmericaFrontccc.jpg,Moving Out,PC,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 -/games/boxart/full_2280790AmericaFrontccc.jpg,Moving Out,PS4,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 -/games/boxart/full_9750072AmericaFrontccc.jpg,Moving Out,XOne,Simulation,Team 17,DevM Games,,,,,,,2020-04-28,2020-04-27 -/games/boxart/full_639240AmericaFrontccc.jpg,Moving Out 2,XOne,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 -/games/boxart/full_2947375AmericaFrontccc.jpg,Moving Out 2,XS,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 -/games/boxart/full_7817764AmericaFrontccc.jpg,Moving Out 2,NS,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 -/games/boxart/full_3914884AmericaFrontccc.jpg,Moving Out 2,PC,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 -/games/boxart/full_7383632AmericaFrontccc.jpg,Moving Out 2,PS4,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 -/games/boxart/full_5980026AmericaFrontccc.jpg,Moving Out 2,PS5,Simulation,Unknown,SMG Studio,,,,,,,,2023-08-25 -/games/boxart/full_8361770AmericaFrontccc.jpg,My Riding Stables 2: Life with Horses,PC,Simulation,Anikids,Sproing,,,,,,,2014-03-28,2018-08-04 -/games/boxart/full_3976093AmericaFrontccc.jpg,My Time At Portia,PS4,Simulation,Team 17,Pathea Games,,,,,,,2019-04-16,2019-04-15 -/games/boxart/full_7172341AmericaFrontccc.jpg,My Time At Portia,XOne,Simulation,Team 17,Pathea Games,,,,,,,2019-04-16,2019-04-15 -/games/boxart/full_6350120AmericaFrontccc.jpg,My Time At Portia,NS,Simulation,Team 17,Pathea Games,,,,,,,2019-04-16,2019-04-15 -/games/boxart/full_2386334JapanFrontccc.jpg,N.U.D.E.@ Natural Ultimate Digital Experiment,XB,Simulation,Microsoft Game Studios,RED Entertainment,,,,,,,2003-04-24,2018-10-10 -/games/boxart/full_9447901AmericaFrontccc.jpg,Need a Packet?,NS,Simulation,Marginal act,Marginal act,,,,,,,2020-07-24,2020-07-18 -/games/boxart/full_2576126AmericaFrontccc.jpg,Need a Packet?,PSV,Simulation,Unknown,Marginal act,,,,,,,,2020-07-18 -/games/boxart/full_4958036AmericaFrontccc.jpg,Need a Packet?,PC,Simulation,Marginal act,Marginal act,,,,,,,2018-08-20,2020-07-18 -/games/boxart/full_4003402AmericaFrontccc.jpg,Neo Atlas 1469,PC,Simulation,Arc System Works,ArtDink,,,,,,,2017-02-14,2018-04-26 -/games/boxart/full_992038AmericaFrontccc.png,New Frontier Days: Founding Pioneers,NS,Simulation,Arc System Works,Arc System Works,,,,,,,2017-03-23,2018-03-23 -/games/boxart/full_3851306AmericaFrontccc.png,Not For Broadcast,PC,Simulation,Unknown,NotGames,,,,,,,,2022-11-19 -/games/boxart/full_7423336AmericaFrontccc.jpg,Oculus First Contact,OR,Simulation,Oculus,Fun Bits,,,,,,,2016-12-05,2021-10-27 -/games/boxart/full_4095928AmericaFrontccc.png,Oh...Sir! The Hollywood Roast,NS,Simulation,Gambitious,Gambitious,,,,,,,2018-01-18,2018-03-25 -/games/boxart/full_3786732AmericaFrontccc.jpg,Oh...Sir! The Insult Simulator,XOne,Simulation,Vile Monarch,Vile Monarch,,,,,,,2017-08-04,2018-01-25 -/games/boxart/full_1696031AmericaFrontccc.png,Oh...Sir! The Insult Simulator,NS,Simulation,Gambitious,Gambitious,,,,,,,2018-01-18,2018-03-25 -/games/boxart/default.jpg,Oh...Sir! The Insult Simulator,PC,Simulation,Unknown,Vile Monarch,,,,,,,,2018-01-25 -/games/boxart/full_5062413AmericaFrontccc.jpg,Oh...Sir! The Insult Simulator,PS4,Simulation,Vile Monarch,Vile Monarch,,,,,,,2017-05-30,2018-01-25 -/games/boxart/full_1339246AmericaFrontccc.jpg,Ooblets,PC,Simulation,Double Fine Presents,Glumberland,,,,,,,2020-12-30,2018-01-23 -/games/boxart/full_6033332AmericaFrontccc.jpg,Ooblets,XOne,Simulation,Glumberland,Glumberland,,,,,,,2019-12-01,2019-08-08 -/games/boxart/default.jpg,OpenTTD,PC,Simulation,Unknown,Open Source,,,,,,,,2019-06-07 -/games/boxart/full_6048932AmericaFrontccc.jpg,Oxygen Not Included,PC,Simulation,Klei Entertainment,Klei Entertainment,,,,,,,2019-07-29,2019-05-19 -/games/boxart/full_8646401AmericaFrontccc.jpg,Park Beyond,PC,Simulation,Unknown,Limbic Entertainment,,,,,,,,2021-08-27 -/games/boxart/full_3006088AmericaFrontccc.jpg,Park Beyond,PS5,Simulation,Unknown,Limbic Entertainment,,,,,,,,2021-08-27 -/games/boxart/full_1922710AmericaFrontccc.jpg,Park Beyond,XS,Simulation,Unknown,Limbic Entertainment,,,,,,,,2021-08-27 -/games/boxart/default.jpg,Per Aspera,PC,Simulation,Unknown,Tlön Studios,,,,,,,,2019-06-10 -/games/boxart/full_5605855AmericaFrontccc.png,Petz Countryside,3DS,Simulation,Ubisoft,Ubisoft,,,,,,,2014-10-14,2018-03-30 -/games/boxart/full_8735018AmericaFrontccc.jpg,Pharaoh: A New Era,PC,Simulation,Unknown,Triskell Interactive,,,,,,,,2023-04-04 -/games/boxart/default.jpg,Pinball Arcade,PC,Simulation,Unknown,FarSight Studios,,,,,,,,2017-12-30 -/games/boxart/full_9073909AmericaFrontccc.jpeg,Pinball FX 3,XOne,Simulation,Zen Studios,Zen Studios,,,,,,,2017-09-26,2017-12-31 -/games/boxart/full_9029526AmericaFrontccc.jpeg,Pinball FX 3,PS4,Simulation,Zen Studios,Zen Studios,,,,,,,2017-09-26,2017-12-31 -/games/boxart/full_7550729AmericaFrontccc.png,Pinball FX 3,NS,Simulation,Zen Studios,Zen Studios,,,,,,,2017-12-12,2017-12-31 -/games/boxart/full_5230948AmericaFrontccc.jpg,Pinball FX 3,PC,Simulation,Zen Studios,Zen Studios,,,,,,,2017-09-26,2018-10-14 -/games/boxart/full_5448677AmericaFrontccc.jpg,Pioneers of Pagonia,PC,Simulation,Unknown,Envision Entertainment,,,,,,,,2023-12-14 -/games/boxart/full_718386AmericaFrontccc.png,Planet Coaster: Console Edition,PS5,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_3263288AmericaFrontccc.jpg,Planet Coaster: Console Edition,PS4,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-12-01,2019-11-24 -/games/boxart/full_9602659AmericaFrontccc.png,Planet Coaster: Console Edition,XS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_7758108AmericaFrontccc.jpg,Planet Coaster: Console Edition,XOne,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-12-01,2019-11-24 -/games/boxart/default.jpg,Plantera,WiiU,Simulation,Unknown,Ratalaika Games,,,,,,,,2020-08-25 -/games/boxart/full_6935404AmericaFrontccc.png,Plantera Deluxe,NS,Simulation,Ratalaika Games,Ratalaika Games,,,,,,,2017-12-07,2018-03-25 -/games/boxart/full_2399167PALFrontccc.jpg,PlayStation®Vita Pets,PSV,Simulation,Sony Computer Entertainment,Spiral House,,,,,,,2014-06-03,2018-04-07 -/games/boxart/full_9559617AmericaFrontccc.jpg,PlayStation®Vita Pets: Puppy Parlour,iOS,Simulation,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-04-21,2018-04-07 -/games/boxart/full_3786072AmericaFrontccc.jpg,PlayStation®Vita Pets: Puppy Parlour,And,Simulation,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2014-04-14,2018-04-07 -/games/boxart/full_9815440AmericaFrontccc.png,Poly Bridge,NS,Simulation,Dry Cactus Limited,Dry Cactus Limited,,,,,,,2017-12-14,2018-03-25 -/games/boxart/full_6169831AmericaFrontccc.jpg,PowerWash Simulator,PS5,Simulation,Square Enix,FuturLab,,,,,,,2023-01-31,2023-01-21 -/games/boxart/full_7511290AmericaFrontccc.jpg,PowerWash Simulator,PS4,Simulation,Unknown,FuturLab,,,,,,,,2023-01-21 -/games/boxart/full_393544AmericaFrontccc.jpg,PowerWash Simulator,PC,Simulation,Unknown,FuturLab,,,,,,,,2023-01-13 -/games/boxart/full_3690941AmericaFrontccc.jpg,PowerWash Simulator,XOne,Simulation,Unknown,FuturLab,,,,,,,,2023-01-13 -/games/boxart/full_8084151AmericaFrontccc.jpg,PowerWash Simulator,XS,Simulation,Unknown,FuturLab,,,,,,,,2023-01-13 -/games/boxart/full_6869088AmericaFrontccc.jpg,PowerWash Simulator,NS,Simulation,Unknown,FuturLab,,,,,,,,2023-01-21 -/games/boxart/full_1939647AmericaFrontccc.jpg,Prison Architect 2,PC,Simulation,Unknown,Double Eleven,,,,,,,,2024-01-17 -/games/boxart/full_5731411AmericaFrontccc.jpg,Prison Architect 2,PS5,Simulation,Unknown,Double Eleven,,,,,,,,2024-01-17 -/games/boxart/full_4022127AmericaFrontccc.jpg,Prison Architect 2,XS,Simulation,Unknown,Double Eleven,,,,,,,,2024-01-17 -/games/boxart/full_3776318AmericaFrontccc.jpg,Pro Fishing Simulator,PS4,Simulation,Bigben Interactive,Sanuk Games,,,,,,,2019-02-05,2018-12-30 -/games/boxart/full_1362760AmericaFrontccc.jpg,Pro Fishing Simulator,XOne,Simulation,Bigben Interactive,Sanuk Games,,,,,,,2019-02-05,2018-12-30 -/games/boxart/full_8485457AmericaFrontccc.jpg,Pro Fishing Simulator,PC,Simulation,Bigben Interactive,Sanuk Games,,,,,,,2018-11-29,2018-12-30 -/games/boxart/full_9703492AmericaFrontccc.jpg,Punch Club 2: Fast Forward,NS,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 -/games/boxart/full_9915311AmericaFrontccc.jpg,Punch Club 2: Fast Forward,PC,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 -/games/boxart/full_5580585AmericaFrontccc.jpg,Punch Club 2: Fast Forward,PS4,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 -/games/boxart/full_1868864AmericaFrontccc.jpg,Punch Club 2: Fast Forward,PS5,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 -/games/boxart/full_1604481AmericaFrontccc.jpg,Punch Club 2: Fast Forward,XOne,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 -/games/boxart/full_9420834AmericaFrontccc.jpg,Punch Club 2: Fast Forward,XS,Simulation,Unknown,Lazy Bear Games,,,,,,,,2023-08-18 -/games/boxart/default.jpg,Pure Hold'em World Poker Championship,PS4,Simulation,Unknown,VooFoo Studios,,,,,,,,2019-06-29 -/games/boxart/default.jpg,RADIANTFLUX: HYPERFRACTAL,WiiU,Simulation,Unknown,TACS Games,,,,,,,,2020-08-25 -/games/boxart/full_253857AmericaFrontccc.jpg,Railroad Tycoon II,All,Simulation,Gathering of Developers,PopTop Software,,,,,,,1998-11-02,2021-03-12 -/games/boxart/full_8252407AmericaFrontccc.jpeg,Real Farm,PC,Simulation,Soedesco,Triangle Studios,,,,,,,2017-10-20, -/games/boxart/default.jpg,Realpolitiks,PC,Simulation,Unknown,Jujubee S.A.,,,,,,,,2019-03-31 -/games/boxart/full_68074AmericaFrontccc.jpg,Realpolitiks,NS,Simulation,Jujubee S.A.,Jujubee S.A.,,,,,,,2018-08-30,2019-03-31 -/games/boxart/full_837287AmericaFrontccc.jpg,Red Storm Rising,PC,Simulation,Microprose,MicroProse,,,,,,,1988-01-01,2018-03-31 -/games/boxart/full_1102619AmericaFrontccc.jpg,Riot: Civil Unrest,NS,Simulation,Merge Games,IV Productions,,,,,,,2019-02-05,2019-01-03 -/games/boxart/full_6451504AmericaFrontccc.jpg,Riot: Civil Unrest,PC,Simulation,Merge Games,IV Productions,,,,,,,2017-12-06,2019-01-03 -/games/boxart/full_8170261AmericaFrontccc.jpg,Riot: Civil Unrest,PS4,Simulation,Merge Games,IV Productions,,,,,,,2019-02-05,2019-01-03 -/games/boxart/default.jpg,Riot: Civil Unrest,XOne,Simulation,Merge Games,IV Productions,,,,,,,2019-01-01,2019-01-03 -/games/boxart/full_225278AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Complete Edition,NS,Simulation,Frontier Developments,Frontier Developments,,,,,,,2020-09-24,2020-09-11 -/games/boxart/full_4405221AmericaFrontccc.jpg,RollerCoaster Tycoon 3D,3DS,Simulation,Unknown,n-Space,,,,,,,,2022-08-14 -/games/boxart/full_6943787AmericaFrontccc.jpg,RollerCoaster Tycoon Adventures,NS,Simulation,Atari,Nvizzio Creations,,,,,,,2018-12-13,2019-03-25 -/games/boxart/full_34302AmericaFrontccc.jpg,RollerCoaster Tycoon Adventures,PC,Simulation,Atari,Nvizzio Creations,,,,,,,2019-03-19,2019-03-25 -/games/boxart/full_6550866AmericaFrontccc.jpg,Roots of Pacha,NS,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_2301407AmericaFrontccc.jpg,Roots of Pacha,PC,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_9414361AmericaFrontccc.jpg,Roots of Pacha,PS4,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_472344AmericaFrontccc.jpg,Roots of Pacha,PS5,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_1740080AmericaFrontccc.jpg,Roots of Pacha,XOne,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_1886448AmericaFrontccc.jpg,Roots of Pacha,XS,Simulation,Crytivo Games,Soda Den,,,,,,,2021-12-01,2020-06-16 -/games/boxart/full_100584AmericaFrontccc.jpg,Rune Factory 3 Special,NS,Simulation,Unknown,Marvelous,,,,,,,,2023-08-06 -/games/boxart/full_2295026AmericaFrontccc.jpg,Rune Factory 3 Special,PC,Simulation,Unknown,Marvelous,,,,,,,,2023-08-06 -/games/boxart/full_8640471AmericaFrontccc.jpg,Rune Factory 5,PC,Simulation,Unknown,Xseed Games,,,,,,,,2022-11-19 -/games/boxart/full_8711751AmericaFrontccc.jpg,SCUM,PC,Simulation,Unknown,Gamepires,,,,,,,,2021-03-19 -/games/boxart/full_9674638AmericaFrontccc.jpg,Session: Skate Sim,XOne,Simulation,Crea-ture Studios,Crea-ture Studios,,,,,,,2020-12-31,2022-07-03 -/games/boxart/full_5498019AmericaFrontccc.jpg,Session: Skate Sim,PS4,Simulation,Unknown,Crea-ture Studios,,,,,,,,2022-07-03 -/games/boxart/full_9388000AmericaFrontccc.jpg,Session: Skate Sim,PS5,Simulation,Unknown,Crea-ture Studios,,,,,,,,2022-07-03 -/games/boxart/full_9037356AmericaFrontccc.jpg,Session: Skate Sim,PC,Simulation,Crea-ture Studios,Crea-ture Studios,,,,,,,2020-12-31,2022-07-03 -/games/boxart/full_1112225AmericaFrontccc.jpg,Session: Skate Sim,XS,Simulation,Unknown,Crea-ture Studios,,,,,,,,2022-07-03 -/games/boxart/full_3745117JapanFrontccc.jpg,Sexy Beach Premium Resort,PC,Simulation,Illusion,Illusion,,,,,,,2015-09-11,2018-04-06 -/games/boxart/full_7661601AmericaFrontccc.jpg,SimCasino,PC,Simulation,Unknown,LVGameDev LLC,,,,,,,,2021-07-27 -/games/boxart/full_511588AmericaFrontccc.jpg,SimCity Classic (OS/2),PC,Simulation,DUX Software Corporation,DUX Software Corporation,,,,,,,1994-01-01,2018-03-31 -/games/boxart/default.jpg,Simutrans,PC,Simulation,Unknown,Open Source,,,,,,,,2019-06-07 -/games/boxart/full_4088340PALFrontccc.jpg,Ski Region Simulator 2012,OSX,Simulation,Giants Software,Giants Software,,,,,,,2011-11-25,2019-01-14 -/games/boxart/full_2839764AmericaFrontccc.png,Skies of Fury DX,NS,Simulation,Illumination Games,Seed Interactive,,,,,,,2018-04-12,2018-04-04 -/games/boxart/full_2303279AmericaFrontccc.jpg,Slime Rancher,Linux,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2018-08-07 -/games/boxart/full_2484401AmericaFrontccc.jpg,Slime Rancher,OSX,Simulation,Monomi Park,Monomi Park,,,,,,,2017-08-01,2018-08-07 -/games/boxart/full_233145AmericaFrontccc.jpg,Slime Rancher 2,PC,Simulation,Unknown,Monomi Park,,,,,,,,2021-06-13 -/games/boxart/full_9602627AmericaFrontccc.jpg,Slime Rancher 2,XS,Simulation,Unknown,Monomi Park,,,,,,,,2021-06-13 -/games/boxart/full_3313336AmericaFrontccc.jpg,Snacko,PC,Simulation,Unknown,Bluecurse Studios,,,,,,,,2021-06-13 -/games/boxart/full_5981820AmericaFrontccc.jpg,SnowRunner,PC,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-03-30 -/games/boxart/full_1110285AmericaFrontccc.jpg,SnowRunner,PS4,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-03-30 -/games/boxart/full_9991724AmericaFrontccc.jpg,SnowRunner,XOne,Simulation,Focus Home Interactive,Saber Interactive,,,,,,,2020-04-28,2020-03-30 -/games/boxart/full_7822520AmericaFrontccc.png,Sparkle 2 EVO,NS,Simulation,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2017-11-02,2018-03-25 -/games/boxart/full_8064011AmericaFrontccc.png,Sparkle 3 Genesis,And,Simulation,Unknown,Forever Entertainment S.A.,,,,,,,,2019-04-06 -/games/boxart/full_792331AmericaFrontccc.png,Sparkle 3 Genesis,iOS,Simulation,Unknown,Forever Entertainment S.A.,,,,,,,,2019-04-06 -/games/boxart/full_6777019AmericaFrontccc.png,Sparkle 3 Genesis,NS,Simulation,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2018-03-15,2019-04-06 -/games/boxart/default.jpg,Sparkle 4 Tales,PC,Simulation,Unknown,Forever Entertainment S.A.,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Sparkle ZERO,PC,Simulation,Unknown,MMEU,,,,,,,,2019-03-29 -/games/boxart/full_4487317AmericaFrontccc.jpg,Spiritfarer,PS4,Simulation,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-12-01,2019-08-06 -/games/boxart/full_200139AmericaFrontccc.png,Spiritfarer,NS,Simulation,Thunder Lotus Games,Thunder Lotus Games,,,,,,,2020-08-18,2019-08-06 -/games/boxart/full_7901693AmericaFrontccc.jpg,Star Chart,OR,Simulation,Escape Velocity Ltd,Escapist Games,,,,,,,2016-06-29,2021-10-27 -/games/boxart/full_7553828AmericaFrontccc.jpg,Star Trek: Bridge Crew,OR,Simulation,Ubisoft,Red Storm Entertainment,,,,,,,2017-05-30,2022-03-15 -/games/boxart/default.jpg,Star Trek: Strategic Operations Simulator,CV,Simulation,Unknown,Sega,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Star Wars Episode I: Battle for Naboo,PC,Simulation,Unknown,LucasArts,,,,,,,,2017-12-30 -/games/boxart/full_2253547PALFrontccc.jpg,Star Wars Pinball,NS,Simulation,Unknown,Zen Studios,,,,,,,,2019-10-01 -/games/boxart/full_2830569AmericaFrontccc.jpg,Stardew Valley,And,Simulation,Chucklefish,ConcernedApe,,,,,,,2019-03-14,2020-01-24 -/games/boxart/full_343825AmericaFrontccc.jpg,Stardew Valley,PSV,Simulation,Chucklefish,ConcernedApe,,,,,,,2018-05-22,2020-01-24 -/games/boxart/full_8965601AmericaFrontccc.png,Stardew Valley,NS,Simulation,Chucklefish,ConcernedApe,9,,,,,,2017-10-05,2019-02-11 -/games/boxart/full_4429861AmericaFrontccc.jpg,Stardew Valley,iOS,Simulation,Chucklefish,ConcernedApe,,,,,,,2018-10-24,2020-01-24 -/games/boxart/full_7844883AmericaFrontccc.png,SteamWorld Build,XS,Simulation,Unknown,The Station,,,,,,,,2023-12-03 -/games/boxart/full_4228602AmericaFrontccc.png,SteamWorld Build,NS,Simulation,Unknown,The Station,,,,,,,,2023-12-03 -/games/boxart/full_532880AmericaFrontccc.png,SteamWorld Build,PC,Simulation,Unknown,The Station,,,,,,,,2023-12-03 -/games/boxart/full_1039025AmericaFrontccc.png,SteamWorld Build,PS4,Simulation,Unknown,The Station,,,,,,,,2023-12-03 -/games/boxart/full_6581544AmericaFrontccc.png,SteamWorld Build,PS5,Simulation,Unknown,The Station,,,,,,,,2023-12-03 -/games/boxart/full_3506614AmericaFrontccc.png,SteamWorld Build,XOne,Simulation,Unknown,The Station,,,,,,,,2023-12-03 -/games/boxart/full_3293906AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,NS,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 -/games/boxart/full_7012409AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,PC,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 -/games/boxart/full_7683437AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,PS5,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 -/games/boxart/full_5559756AmericaFrontccc.jpg,Story of Seasons: A Wonderful Life,XS,Simulation,Unknown,Marvelous,,,,,,,,2023-04-01 -/games/boxart/full_9619288AmericaFrontccc.jpg,Story of Seasons: Friends of Mineral Town,NS,Simulation,Xseed Games,Marvelous,,,,,,,2020-07-14,2020-05-11 -/games/boxart/full_3279374AmericaFrontccc.jpg,Story of Seasons: Pioneers of Olive Town,PC,Simulation,Unknown,Marvelous,,,,,,,,2021-10-05 -/games/boxart/full_6263825AmericaFrontccc.jpg,Stranded: Alien Dawn,PS5,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 -/games/boxart/full_7523171AmericaFrontccc.jpg,Stranded: Alien Dawn,XOne,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 -/games/boxart/full_8593412AmericaFrontccc.jpg,Stranded: Alien Dawn,XS,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 -/games/boxart/full_4462474AmericaFrontccc.jpg,Stranded: Alien Dawn,PC,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 -/games/boxart/full_4678117AmericaFrontccc.jpg,Stranded: Alien Dawn,PS4,Simulation,Unknown,Haemimont Games,,,,,,,,2023-06-08 -/games/boxart/default.jpg,Strike Base,PC,Simulation,Unknown,Max Design,,,,,,,,2018-01-07 -/games/boxart/full_9395127AmericaFrontccc.jpg,Super Seducer 3,PC,Simulation,Unknown,RLR Training Inc,,,,,,,,2021-02-15 -/games/boxart/full_5341200AmericaFrontccc.jpg,Surgeon Simulator 2,PC,Simulation,Bossa Studios,Bossa Studios,,,,,,,2020-08-27,2020-06-20 -/games/boxart/full_3039115AmericaFrontccc.jpg,The Long Dark,OSX,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2018-08-07 -/games/boxart/full_665294AmericaFrontccc.jpg,The Long Dark,Linux,Simulation,Hinterland Studio Inc.,Hinterland Studio Inc.,,,,,,,2017-08-01,2018-08-07 -/games/boxart/full_3377000PALFrontccc.png,The Pinball Arcade,PC,Simulation,FarSight Studios,FarSight Studios,,,,,,,2013-11-04,2017-12-31 -/games/boxart/full_1952476AmericaFrontccc.png,The Trail: Frontier Challenge,NS,Simulation,Kongregate,22Cans,,,,,,,2018-03-08,2018-03-03 -/games/boxart/full_8533157AmericaFrontccc.jpg,The Universim,Linux,Simulation,Crytivo Games,Crytivo Games,,,,,,,2020-12-01,2019-07-02 -/games/boxart/full_9880437AmericaFrontccc.jpg,The Universim,PC,Simulation,Crytivo Games,Crytivo Games,,,,,,,2020-12-01,2019-07-02 -/games/boxart/full_3563809AmericaFrontccc.png,This War of Mine: Complete Edition,NS,Simulation,Unknown,11 bit studios,,,,,,,,2018-11-25 -/games/boxart/full_2996403AmericaFrontccc.jpg,Tom Clancy's SSN,PC,Simulation,Simon & Schuster Interactive,Clancy Interactive Entertainment,,,,,,,1996-12-12,2018-03-31 -/games/boxart/full_3670153AmericaFrontccc.png,Top Gun: Danger Zone,PC,Simulation,Konami,Distinctive Software,,,,,,,1991-01-01,2022-09-21 -/games/boxart/full_7004917PALFrontccc.jpg,Tour de France 2018,XOne,Simulation,Focus Home Interactive,Cyanide Studio,,,,,,,2018-06-28,2018-08-11 -/games/boxart/full_8526579PALFrontccc.jpg,Train Fever,Linux,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2014-09-04,2018-08-11 -/games/boxart/full_6684283AmericaFrontccc.jpg,Train Sim World 3,PC,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 -/games/boxart/full_8834095AmericaFrontccc.jpg,Train Sim World 3,PS4,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 -/games/boxart/full_9016746AmericaFrontccc.jpg,Train Sim World 3,PS5,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 -/games/boxart/full_7803602AmericaFrontccc.jpg,Train Sim World 3,XOne,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 -/games/boxart/full_4514950AmericaFrontccc.jpg,Train Sim World 3,XS,Simulation,Unknown,Dovetail Games,,,,,,,,2022-11-19 -/games/boxart/full_633073AmericaFrontccc.jpg,Train Sim World 4,PC,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 -/games/boxart/full_4088404AmericaFrontccc.jpg,Train Sim World 4,PS4,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 -/games/boxart/full_1586899AmericaFrontccc.jpg,Train Sim World 4,PS5,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 -/games/boxart/full_6844570AmericaFrontccc.jpg,Train Sim World 4,XOne,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 -/games/boxart/full_1037093AmericaFrontccc.jpg,Train Sim World 4,XS,Simulation,Unknown,Dovetail Games,,,,,,,,2023-09-17 -/games/boxart/full_4692031AmericaFrontccc.jpg,Transport Fever 2,PC,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2019-12-01,2019-09-14 -/games/boxart/full_1745770AmericaFrontccc.jpg,Transport Fever 2,Linux,Simulation,Good Shepherd Entertainment,Urban Games,,,,,,,2019-12-01,2019-09-14 -/games/boxart/full_6804476AmericaFrontccc.jpg,Trials Rising,XOne,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 -/games/boxart/full_8265709AmericaFrontccc.jpg,Trials Rising,PC,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 -/games/boxart/full_2573087AmericaFrontccc.jpg,Trials Rising,NS,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 -/games/boxart/full_586596AmericaFrontccc.jpg,Trials Rising,PS4,Simulation,Ubisoft,Ubisoft,,,,,,,2019-02-26,2019-01-25 -/games/boxart/full_4125823AmericaFrontccc.jpg,Tropico 6,XOne,Simulation,Kalypso Media,Limbic Entertainment,,,,,,,2019-09-27,2019-07-21 -/games/boxart/full_8947694AmericaFrontccc.jpg,Tropico 6,PS4,Simulation,Kalypso Media,Limbic Entertainment,,,,,,,2019-09-27,2019-07-21 -/games/boxart/full_5067194AmericaFrontccc.jpg,Tropico 6,PC,Simulation,Kalypso Media,Limbic Entertainment,,,,,,,2019-01-29,2019-07-21 -/games/boxart/default.jpg,Truck Driver,PS4,Simulation,Unknown,Triangle Studios,,,,,,,,2018-10-26 -/games/boxart/default.jpg,Truck Driver,PC,Simulation,Unknown,Triangle Studios,,,,,,,,2018-10-26 -/games/boxart/default.jpg,Truck Driver,XOne,Simulation,Unknown,Triangle Studios,,,,,,,,2018-10-26 -/games/boxart/full_1401713AmericaFrontccc.jpg,Two Point Campus,PS4,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 -/games/boxart/full_47296AmericaFrontccc.jpg,Two Point Campus,PS5,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 -/games/boxart/full_2345378AmericaFrontccc.jpg,Two Point Campus,XOne,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 -/games/boxart/full_3066512AmericaFrontccc.jpg,Two Point Campus,XS,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 -/games/boxart/full_6569852AmericaFrontccc.jpg,Two Point Campus,NS,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 -/games/boxart/full_1530378AmericaFrontccc.jpg,Two Point Campus,PC,Simulation,Unknown,Two Point Studio,,,,,,,,2021-06-10 -/games/boxart/full_991821AmericaFrontccc.jpg,Two Point Hospital,XOne,Simulation,Sega,Two Point Studio,,,,,,,2020-02-25,2019-07-24 -/games/boxart/full_1859209AmericaFrontccc.jpg,Two Point Hospital,NS,Simulation,Sega,Two Point Studio,,,,,,,2020-02-25,2019-07-24 -/games/boxart/full_2246909AmericaFrontccc.jpg,Two Point Hospital,PS4,Simulation,Sega,Two Point Studio,,,,,,,2020-02-25,2019-07-24 -/games/boxart/full_7103408AmericaFrontccc.jpg,UBOAT,PC,Simulation,PlayWay,Deep Water Studio,,,,,,,2019-04-30,2019-04-01 -/games/boxart/full_4038592AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,XOne,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_2864451AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,XS,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_7504706AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,NS,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_5720679AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,PC,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_6644235AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,PS4,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_2737349AmericaFrontccc.jpg,Ultimate Fishing Simulator 2,PS5,Simulation,Ultimate Games,MasterCode,,,,,,,2021-12-01,2020-06-17 -/games/boxart/full_5692875AmericaFrontccc.png,Unholy Heights,NS,Simulation,Mebius,Mebius,,,,,,,2017-12-14,2018-03-26 -/games/boxart/full_4784307AmericaFrontccc.png,Untitled Goose Game,NS,Simulation,Panic,House House,,,,,,,2019-09-20,2019-09-13 -/games/boxart/full_1280378AmericaFrontccc.jpg,Untitled Goose Game,PS4,Simulation,Panic,House House,,,,,,,2019-12-17,2019-12-10 -/games/boxart/full_9647956AmericaFrontccc.jpg,Untitled Goose Game,PC,Simulation,Panic,House House,,,,,,,2019-09-20,2019-06-09 -/games/boxart/full_8273493AmericaFrontccc.jpg,Untitled Goose Game,XOne,Simulation,Panic,House House,,,,,,,2019-12-17,2019-12-10 -/games/boxart/full_2605607AmericaFrontccc.jpg,Ursa Hollows,iOS,Simulation,Unknown,Carvine Software,,,,,,,,2022-08-13 -/games/boxart/default.jpg,VRChat,PC,Simulation,VRChat Inc.,VRChat Inc.,,,,,,,2017-02-01,2018-04-03 -/games/boxart/full_160599AmericaFrontccc.jpg,Werewolf vs Comanche 2.0,PC,Simulation,Unknown,NovaLogic,,,,,,,,2021-03-27 -/games/boxart/full_943306AmericaFrontccc.jpg,Who's Your Daddy?,PC,Simulation,Joe Williams,Joe Williams,,,,,,,2019-12-01,2019-06-17 -/games/boxart/full_8674472AmericaFrontccc.jpg,Who's Your Daddy?,XOne,Simulation,Joe Williams,Joe Williams,,,,,,,2019-12-01,2019-06-17 -/games/boxart/full_1333531AmericaFrontccc.jpg,Wild West Dynasty,PC,Simulation,Unknown,Virtual Magic Games,,,,,,,,2021-06-12 -/games/boxart/full_7650444AmericaFrontccc.jpg,Winning Post 9 2022,PC,Simulation,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 -/games/boxart/full_8175619AmericaFrontccc.jpg,Winning Post 9 2022,PS4,Simulation,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 -/games/boxart/full_9218468AmericaFrontccc.jpg,Winning Post 9 2022,NS,Simulation,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 -/games/boxart/default.jpg,Words Up! Academy,WiiU,Simulation,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_8316189AmericaFrontccc.jpg,World Championship Boxing Manager 2,PC,Simulation,Unknown,Mega Cat Studios,,,,,,,,2022-08-17 -/games/boxart/full_6934257AmericaFrontccc.jpg,World of Diving,OR,Simulation,Unknown,Vertigo Games,,,,,,,2016-06-28,2021-10-28 -/games/boxart/full_3463465AmericaFrontccc.jpg,Zone of the Enders: The 2nd Runner MARS,PC,Simulation,Konami,Cygames,,,,,,,2018-09-06,2018-09-26 -/games/boxart/full_3978419AmericaFrontccc.jpg,Zoo Tycoon: Ultimate Animal Collection,XOne,Simulation,Microsoft Studios,Frontier Developments,,,,,,,2017-10-31,2018-09-26 -/games/boxart/full_9077703AmericaFrontccc.jpg,Zoo Tycoon: Ultimate Animal Collection,PC,Simulation,THQ Nordic,Frontier Developments,,,,,,,2018-09-14,2018-11-19 -/games/boxart/full_4446063AmericaFrontccc.jpg,FIFA,Series,Sports,EA Sports,Extended Play Productions (1991-1997),,,,,,,1993-12-15,2020-02-03 -/games/boxart/full_342983AmericaFrontccc.jpg,NBA 2K,Series,Sports,2K Games,Visual Concepts,,,,,,,1999-11-10,2020-02-16 -/games/boxart/full_9120390AmericaFrontccc.jpg,Madden NFL,Series,Sports,Electronic Arts,Park Place Productions,,,,,,,1988-06-01,2020-02-25 -/games/boxart/full_9519107AmericaFrontccc.jpg,Wii/Nintendo Sports,Series,Sports,Nintendo,Nintendo,,,,,,,2006-11-19,2023-02-07 -/games/boxart/full_6172577AmericaFrontccc.jpg,Pro Evolution Soccer/eFootball,Series,Sports,Konami,Konami,,,,,,,1995-12-22,2022-02-07 -/games/boxart/full_2258645AmericaFrontccc.jpg,Wii Sports,Wii,Sports,Nintendo,Nintendo EAD,7.7,,,,,,2006-11-19, -/games/boxart/full_5143352AmericaFrontccc.jpg,NBA Live,Series,Sports,EA Sports,EA Canada,,,,,,,1994-10-01,2020-02-24 -/games/boxart/full_7295041AmericaFrontccc.jpg,Wii Sports Resort,Wii,Sports,Nintendo,Nintendo EAD,8,,,,,,2009-07-26, -/games/boxart/full_5904326AmericaFrontccc.jpg,Tony Hawk's,Series,Sports,Activision,Neversoft,,,,,,,1999-09-29,2020-03-09 -/games/boxart/full_3324860AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,Series,Sports,Sega,Sega,,,,,,,2007-11-06,2020-03-11 -/games/boxart/full_6316214AmericaFrontccc.jpg,FIFA 18,All,Sports,Electronic Arts,EA Vancouver,,,,,,,2017-09-26,2020-10-15 -/games/boxart/full_7179968AmericaFrontccc.jpg,Jikkyo Powerful Pro Yakyu,Series,Sports,Konami,Konami,,,,,,,1994-03-11,2020-02-26 -/games/boxart/full_2419769AmericaFrontccc.jpg,Tiger Woods PGA Tour,Series,Sports,EA Sports,EA Redwood Shores,,,,,,,1998-08-31,2020-02-24 -/games/boxart/full_3619557AmericaFrontccc.jpg,Wii Fit,Wii,Sports,Nintendo,Nintendo EAD,7.9,,,,,,2008-05-21, -/games/boxart/full_2716475AmericaFrontccc.jpg,Wii Fit Plus,Wii,Sports,Nintendo,Nintendo EAD,8,,,,,,2009-10-04, -/games/boxart/full_6417301AmericaFrontccc.jpg,FIFA 19,All,Sports,EA Sports,EA Vancouver,,,,,,,2018-09-28,2020-10-15 -/games/boxart/full_1252889AmericaFrontccc.png,Mario Tennis,Series,Sports,Nintendo,Nintendo,,,,,,,1995-08-14,2020-02-21 -/games/boxart/full_3838462AmericaFrontccc.jpg,FIFA 11,All,Sports,EA Sports,EA Canada,,,,,,,2010-09-28,2020-10-15 -/games/boxart/full_9932423AmericaFrontccc.jpg,Backyard Sports,Series,Sports,Humongous Entertainment,Humongous Entertainment,,,,,,,1997-01-01,2020-03-03 -/games/boxart/full_222398AmericaFrontccc.jpg,Famista,Series,Sports,Namco,Namco,,,,,,,1986-12-10,2020-02-22 -/games/boxart/full_4897267AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,All,Sports,Sega,Sega Sports R&D,,,,,,,2007-11-06,2020-11-09 -/games/boxart/full_1552648PALFrontccc.jpeg,FIFA 13,All,Sports,EA Sports,EA Canada,,,,,,,2012-09-25,2020-10-15 -/games/boxart/full_6369523AmericaFrontccc.jpg,Everybody's Golf,Series,Sports,Sony Interactive Entertainment,Camelot Software,,,,,,,1998-04-30,2020-03-09 -/games/boxart/full_273409AmericaFrontccc.png,NBA 2K20,All,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2020-10-22 -/games/boxart/full_161164AmericaFrontccc.jpg,Mario Golf,Series,Sports,Nintendo,Nintendo,,,,,,,1991-09-29,2020-02-21 -/games/boxart/full_3878591AmericaFrontccc.jpg,NBA 2K19,All,Sports,2K Sports,Visual Concepts,,,,,,,2018-09-11,2020-10-22 -/games/boxart/full_4635724AmericaFrontccc.jpg,NBA 2K21,All,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-11-06 -/games/boxart/full_3838483AmericaFrontccc.jpg,Nintendo Switch Sports,NS,Sports,Nintendo,Nintendo,,,,,,,2022-04-29,2022-02-09 -/games/boxart/full_7218158AmericaFrontccc.jpg,Rocket League,Series,Sports,Psyonix,Psyonix,,,,,,,2015-07-07,2020-03-16 -/games/boxart/full_284097AmericaFrontccc.jpg,Rocket League,All,Sports,Psyonix,Psyonix,,,,,,,2015-07-07,2020-12-18 -/games/boxart/full_1773022PALFrontccc.jpg,FIFA 10,All,Sports,EA Sports,EA Canada,,,,,,,2009-10-20,2020-10-15 -/games/boxart/full_6363956AmericaFrontccc.jpg,FIFA 12,All,Sports,EA Sports,EA Canada,,,,,,,2011-09-27,2020-10-15 -/games/boxart/full_4883837AmericaFrontccc.jpg,NBA 2K18,All,Sports,2K Sports,Visual Concepts,,,,,,,2017-09-19,2020-10-22 -/games/boxart/full_5850534AmericaFrontccc.jpg,NBA 2K22,All,Sports,2K Sports,Visual Concepts,,,,,,,2021-09-10,2021-09-21 -/games/boxart/full_5281313AmericaFrontccc.jpg,NBA 2K17,All,Sports,2K Sports,Visual Concepts,,,,,,,2016-09-20,2020-10-22 -/games/boxart/full_331906AmericaFrontccc.jpg,Kinect Sports,Series,Sports,Microsoft Game Studios,Rare,,,,,,,2010-10-09,2020-03-10 -/games/boxart/full_3280162AmericaFrontccc.jpg,NBA 2K16,All,Sports,2K Sports,Visual Concepts,,,,,,,2015-09-29,2020-10-22 -/games/boxart/full_7457221PALFrontccc.jpg,FIFA 09,All,Sports,EA Sports,EA Canada,,,,,,,2008-10-15,2020-10-20 -/games/boxart/full_2326185AmericaFrontccc.jpg,Madden NFL 07,All,Sports,EA Sports,EA Tiburon,,,,,,,2006-08-22,2022-10-19 -/games/boxart/full_6547508AmericaFrontccc.jpg,NBA 2K14,All,Sports,2K Sports,Visual Concepts,,,,,,,2013-10-01,2020-10-22 -/games/boxart/full_6568017AmericaFrontccc.jpg,NBA 2K15,All,Sports,2K Sports,Visual Concepts,,,,,,,2014-10-07,2020-10-22 -/games/boxart/full_7407131AmericaFrontccc.jpg,Zumba Fitness,All,Sports,Majesco,Pipeworks Software,,,,,,,2010-11-18,2021-07-20 -/games/boxart/full_6844203AmericaFrontccc.jpg,Mario Strikers,Series,Sports,Nintendo,Next Level Games,,,,,,,2005-12-05,2020-02-21 -/games/boxart/full_8394973AmericaFrontccc.jpg,Mario & Sonic at the Olympic Winter Games,All,Sports,Sega,Sega Sports R&D,,,,,,,2009-10-13,2020-11-09 -/games/boxart/full_7129790AmericaFrontccc.jpg,Madden NFL 06,All,Sports,EA Sports,EA Tiburon,,,,,,,2005-08-08,2022-10-19 -/games/boxart/full_8248433AmericaFrontccc.jpg,FIFA 07,All,Sports,Electronic Arts,EA Canada,,,,,,,2006-09-25,2022-09-28 -/games/boxart/full_5910628AmericaFrontccc.jpg,NBA Jam,Series,Sports,Midway,Midway,,,,,,,1994-03-04,2020-02-24 -/games/boxart/full_3302096AmericaFrontccc.jpg,NBA 2K11,All,Sports,2K Sports,Visual Concepts,,,,,,,2010-10-05,2020-10-22 -/games/boxart/full_5770569AmericaFrontccc.jpg,Madden NFL 11,All,Sports,EA Sports,EA Canada,,,,,,,2010-08-10,2020-10-20 -/games/boxart/full_9571143AmericaFrontccc.jpg,Madden NFL 12,All,Sports,EA Sports,EA Tiburon,,,,,,,2011-08-30,2020-10-15 -/games/boxart/full_6829907AmericaFrontccc.jpg,Madden NFL 2004,All,Sports,EA Sports,EA Tiburon,,,,,,,2003-08-12,2022-10-19 -/games/boxart/full_9270584AmericaFrontccc.jpg,Tecmo Bowl,Series,Sports,Tecmo,Tecmo,,,,,,,1987-12-01,2020-02-08 -/games/boxart/full_6372602AmericaFrontccc.png,FIFA 08,All,Sports,EA Sports,EA Canada,,,,,,,2007-10-08,2021-04-17 -/games/boxart/full_8261990PALFrontccc.jpg,FIFA Football 2005,All,Sports,EA Sports,EA Canada,,,,,,,2004-10-12,2020-10-15 -/games/boxart/full_4672710AmericaFrontccc.jpg,Madden NFL 08,All,Sports,EA Sports,EA Tiburon,,,,,,,2007-08-14,2022-10-19 -/games/boxart/full_7330007AmericaFrontccc.jpg,Madden NFL 09,All,Sports,EA Sports,EA Tiburon,,,,,,,2008-08-12,2020-10-22 -/games/boxart/full_3754726AmericaFrontccc.jpg,Mario Tennis Aces,NS,Sports,Nintendo,Camelot Software Planning,7.8,,,,,,2018-06-22,2018-06-14 -/games/boxart/full_8401350AmericaFrontccc.jpg,NBA 2K13,All,Sports,2K Sports,Visual Concepts,,,,,,,2012-10-02,2020-10-22 -/games/boxart/full_7533207AmericaFrontccc.jpg,Tennis,All,Sports,Nintendo,Nintendo,,,,,,,1985-10-18,2020-12-05 -/games/boxart/8130187ccc.jpg,Golf,NES,Sports,Nintendo,Nintendo,,,,,,,1985-10-18, -/games/boxart/full_7331533AmericaFrontccc.jpg,Madden NFL 10,All,Sports,EA Sports,EA Tiburon,,,,,,,2009-08-13,2020-10-15 -/games/boxart/full_753882AmericaFrontccc.jpg,Madden NFL 2005,All,Sports,EA Sports,EA Tiburon,,,,,,,2004-08-09,2022-10-19 -/games/boxart/full_17536AmericaFrontccc.jpg,NBA 2K12,All,Sports,2K Sports,Visual Concepts,,,,,,,2011-10-04,2020-10-22 -/games/boxart/full_9149833AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2009,All,Sports,THQ,THQ,,,,,,,2008-11-09,2020-10-24 -/games/boxart/full_6862398AmericaFrontccc.jpg,Mario Tennis,All,Sports,Nintendo,Camelot Software Planning,,,,,,,2000-08-28,2020-12-05 -/games/boxart/full_5483516AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2010,All,Sports,THQ,THQ,,,,,,,2009-10-20,2020-10-24 -/games/boxart/full_699895AmericaFrontccc.jpg,WWE SmackDown vs. Raw 2011,All,Sports,THQ,THQ,,,,,,,2010-10-06,2020-10-24 -/games/boxart/full_6818150AmericaFrontccc.jpg,Mario Baseball,Series,Sports,Nintendo,Namco,,,,,,,2005-08-29,2020-02-21 -/games/boxart/5489947ccc.jpg,Baseball,NES,Sports,Nintendo,Nintendo,,,,,,,1985-10-01, -/games/boxart/1742060ccc.jpg,World Class Track Meet,NES,Sports,Bandai,Bandai,,,,,,,1987-09-01, -/games/boxart/full_kinect-sports_752AmericaFront.jpg,Kinect Sports,X360,Sports,Microsoft Game Studios,Rare Ltd.,7.4,,,,,,2010-11-04, -/games/boxart/full_6871940AmericaFrontccc.jpg,PGA Tour 2K21,All,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-11-06 -/games/boxart/full_3486557AmericaFrontccc.jpg,Shaun White Snowboarding,All,Sports,Ubisoft,Ubisoft Montreal,,,,,,,2008-11-16,2020-11-26 -/games/boxart/full_6283071AmericaFrontccc.jpg,WWE 2K15,All,Sports,2K Sports,THQ,,,,,,,2014-10-28,2020-10-24 -/games/boxart/full_3504188AmericaFrontccc.jpg,WWE 2K17,All,Sports,2K Sports,THQ,,,,,,,2016-10-11,2020-10-24 -/games/boxart/full_9899579AmericaFrontccc.jpg,Your Shape,Series,Sports,Ubisoft,Ubisoft,,,,,,,2009-11-24,2020-02-10 -/games/boxart/full_6222185AmericaFrontccc.jpg,WWE SmackDown! vs. Raw 2006,All,Sports,THQ,THQ,,,,,,,2005-11-14,2020-10-24 -/games/boxart/full_9939206AmericaFrontccc.jpg,2006 FIFA World Cup,All,Sports,EA Sports,EA Canada,,,,,,,2006-04-24,2022-10-01 -/games/boxart/full_7550775AmericaFrontccc.jpg,Madden NFL 07,PS2,Sports,EA Sports,EA Tiburon,8.5,,,,,,2006-08-22, -/games/boxart/full_8736849PALFrontccc.jpg,World Soccer: Winning Eleven 6,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2003-03-11,2023-08-12 -/games/boxart/1724837ccc.jpg,World Soccer Winning Eleven 7 International,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,9.2,,,,,,2004-02-17, -/games/boxart/full_9962880AmericaFrontccc.jpg,Mario Strikers Charged,Wii,Sports,Nintendo,Next Level Games,7.7,,,,,,2007-07-30, -/games/boxart/full_5446410AmericaFrontccc.jpg,Mario Strikers: Battle League,NS,Sports,Nintendo,Nintendo,,,,,,,2022-06-10,2022-02-09 -/games/boxart/full_6607340AmericaFrontccc.jpg,NCAA Football 07,All,Sports,EA Sports,EA Tiburon,,,,,,,2006-07-18,2022-10-18 -/games/boxart/full_4446925AmericaFrontccc.jpg,Mario Golf: Super Rush,NS,Sports,Nintendo,Camelot Software Planning,,,,,,,2021-06-25,2021-02-17 -/games/boxart/7172339ccc.jpg,Ice Hockey,NES,Sports,Nintendo,Nintendo,,,,,,,1988-03-01, -/games/boxart/full_mario-amp-sonic-at-the-london-2012-olympic-games_626AmericaFront.jpg,Mario & Sonic at the London 2012 Olympic Games,Wii,Sports,Sega,Sega,6.8,,,,,,2011-11-15, -/games/boxart/full_5563343AmericaFrontccc.jpg,Mario Super Sluggers,Wii,Sports,Nintendo,Bandai Namco Games / NOW Production,6.7,,,,,,2008-08-25, -/games/boxart/4102422ccc.jpg,Mario Tennis,N64,Sports,Nintendo,Camelot Software Planning,8.8,,,,,,2000-08-28, -/games/boxart/full_3115451AmericaFrontccc.jpg,Golf With Your Friends,PC,Sports,Team 17,Blacklight Interactive,,,,,,,2016-01-29,2019-02-02 -/games/boxart/full_8069214AmericaFrontccc.jpg,WWE '12,All,Sports,THQ,THQ,,,,,,,2011-11-22,2020-10-24 -/games/boxart/full_771818AmericaFrontccc.jpg,Tennis,NES,Sports,Nintendo,Nintendo,,,,,,,1985-10-18, -/games/boxart/628856ccc.jpg,Volleyball,NES,Sports,Nintendo,Nintendo R&D1,,,,,,,1987-03-01, -/games/boxart/full_5623030AmericaFrontccc.jpg,Mario & Sonic at the Olympic Games,Wii,Sports,Sega,Sega,7.2,,,,,,2007-11-06, -/games/boxart/full_golf_8AmericaFront.jpg,Golf,GB,Sports,Nintendo,Nintendo,,,,,,,1990-02-01, -/games/boxart/5154346ccc.jpg,1080°: TenEighty Snowboarding,N64,Sports,Nintendo,Nintendo EAD,9.1,,,,,,1998-03-31, -/games/boxart/full_4122275AmericaFrontccc.jpg,Mario Hoops 3 on 3,DS,Sports,Nintendo,Square Enix,7.1,,,,,,2006-09-11, -/games/boxart/6343373ccc.jpg,Deca Sports,Wii,Sports,Hudson Soft,CAProduction,5.3,,,,,,2008-05-13, -/games/boxart/full_4324320AmericaFrontccc.jpg,Fitness Boxing,Series,Sports,Nintendo,Imagineer,,,,,,,2019-01-04,2021-01-14 -/games/boxart/full_5898861AmericaFrontccc.jpg,MLB The Show 21,All,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2021-04-20,2021-07-28 -/games/boxart/full_7964530AmericaFrontccc.jpg,NBA 2K10,All,Sports,2K Sports,Visual Concepts,,,,,,,2009-10-06,2020-10-22 -/games/boxart/full_8327290AmericaFrontccc.jpg,NBA 2K9,All,Sports,2K Sports,Visual Concepts,,,,,,,2008-10-07,2020-10-22 -/games/boxart/full_1531364AmericaFrontccc.jpg,Virtual Pool,All,Sports,Interplay Productions,Celeris,,,,,,,1995-01-01,2021-03-30 -/games/boxart/full_4041453AmericaFrontccc.png,WWE '13,All,Sports,THQ,THQ,,,,,,,2012-10-30,2020-10-24 -/games/boxart/full_your-shape-fitness-evolved_8AmericaFront.jpg,Your Shape: Fitness Evolved,X360,Sports,Ubisoft,Ubisoft Montreal,7,,,,,,2010-11-04, -/games/boxart/full_5096997PALFrontccc.jpg,Tennis,GB,Sports,Nintendo,Nintendo R&D1,,,,,,,1989-08-01, -/games/boxart/full_mario-sports-mix_130AmericaFront.png,Mario Sports Mix,Wii,Sports,Nintendo,Square Enix,6,,,,,,2011-02-07, -/games/boxart/8365316ccc.jpg,Soccer,NES,Sports,Nintendo,"Iwasaki Electronics Co., Ltd.",,,,,,,1987-03-01, -/games/boxart/full_3076111AmericaFrontccc.jpg,EA Sports Active,Wii,Sports,EA Sports,EA Vancouver,8.3,,,,,,2009-05-19, -/games/boxart/full_1518453AmericaFrontccc.jpg,New Play Control! Mario Power Tennis,Wii,Sports,Nintendo,Camelot Software Planning,6.6,,,,,,2009-03-09, -/games/boxart/full_5190566AmericaFrontccc.png,Madden NFL 13,All,Sports,EA Sports,EA Tiburon,,,,,,,2012-08-28,2020-10-22 -/games/boxart/8711516ccc.jpg,Baseball,GB,Sports,Nintendo,Nintendo,,,,,,,1989-08-01, -/games/boxart/full_3701408AmericaFrontccc.jpg,Super Mario Strikers,GC,Sports,Nintendo,Next Level Games,8,,,,,,2005-12-05, -/games/boxart/full_7906750AmericaFrontccc.jpg,Mario Tennis Open,3DS,Sports,Nintendo,Camelot Software Planning,6.6,,,,,,2012-05-20,2019-05-03 -/games/boxart/6778313ccc.jpg,Tecmo Bowl,NES,Sports,Tecmo,Tecmo,,,,,,,1989-02-01, -/games/boxart/full_4596597AmericaFrontccc.jpg,NCAA Football 14,All,Sports,EA Sports,EA Tiburon,,,,,,,2013-07-09,2022-10-18 -/games/boxart/full_2319171AmericaFrontccc.jpg,Supreme Snowboarding,All,Sports,Infogrames,Housemarque,,,,,,,2000-03-07,2021-04-17 -/games/boxart/full_3618093AmericaFrontccc.png,WWE All Stars,All,Sports,THQ,THQ,,,,,,,2011-03-29,2020-10-24 -/games/boxart/737359ccc.jpg,Nintendo World Cup,NES,Sports,Nintendo,Technos Japan Corporation,,,,,,,1990-12-01, -/games/boxart/753227ccc.jpg,Mario Golf,N64,Sports,Nintendo,Camelot Software Planning,9,,,,,,1999-06-30, -/games/boxart/5303117ccc.jpg,NFL GameDay 98,PS,Sports,Sony Computer Entertainment,989 Studios,8.6,,,,,,1997-07-31, -/games/boxart/full_4971460AmericaFrontccc.jpg,NCAA Football 2003,All,Sports,EA Sports,EA Tiburon,,,,,,,2002-07-20,2022-10-18 -/games/boxart/full_3572719AmericaFrontccc.jpg,We Ski,Series,Sports,Namco Bandai Games,Bandai Namco Studios,,,,,,,2008-05-13,2020-11-21 -/games/boxart/8914435ccc.jpg,Mario Golf: Toadstool Tour,GC,Sports,Nintendo,Camelot Software Planning,8.1,,,,,,2003-07-29, -/games/boxart/full_1330503AmericaFrontccc.jpg,Big Beach Sports,Wii,Sports,THQ,HB Studios Multimedia,4.9,,,,,,2008-06-24, -/games/boxart/full_3804972AmericaFrontccc.jpg,Ken Griffey Jr. Presents Major League Baseball,SNES,Sports,Nintendo,Software Creations,,,,,,,1994-04-14, -/games/boxart/full_9451240AmericaFrontccc.jpg,Kobe Bryant in NBA Courtside,N64,Sports,Nintendo,Left Field Productions,,,,,,,1998-04-01, -/games/boxart/5029185ccc.jpg,Tecmo Super Bowl,NES,Sports,Tecmo,Tecmo,,,,,,,1991-12-01, -/games/boxart/full_6659261AmericaFrontccc.jpg,Mario Tennis,GB,Sports,Nintendo,Camelot Software Planning,,,,,,,2001-01-16, -/games/boxart/full_9258843AmericaFrontccc.jpg,Mario Power Tennis,GC,Sports,Nintendo,Camelot Software Planning,8.1,,,,,,2004-11-08, -/games/boxart/6261588ccc.jpg,Madden NFL 99,PS,Sports,EA Sports,EA Sports,,,,,,,1998-07-31, -/games/boxart/full_8230385AmericaFrontccc.jpg,Madden NFL 07,X360,Sports,EA Sports,EA Tiburon,8.2,,,,,,2006-08-22, -/games/boxart/4688884ccc.jpg,Mario Superstar Baseball,GC,Sports,Nintendo,Namco / NOW Production,7.2,,,,,,2005-08-29, -/games/boxart/full_4868674PALFrontccc.png,Virtua Tennis 4,All,Sports,Sega,Sega,,,,,,,2011-05-10,2020-11-16 -/games/boxart/full_2748041AmericaFrontccc.jpg,Active Life: Outdoor Challenge,Wii,Sports,Namco Bandai,High Horse Entertainment,,,,,,,2008-09-09, -/games/boxart/9940166ccc.jpg,We Ski,Wii,Sports,Namco Bandai,Bandai Namco Games,7.1,,,,,,2008-05-13, -/games/boxart/full_4472280AmericaFrontccc.jpg,Actua Soccer,All,Sports,Interplay Productions,Gremlin Interactive,,,,,,,1996-03-31,2022-09-30 -/games/boxart/full_324846AmericaFrontccc.jpg,Deer Hunter,PC,Sports,WizardWorks,Sun Storm,,,,,,,1997-12-31, -/games/boxart/full_5662735JapanFrontccc.jpg,Derby Stallion,PS,Sports,ASCII Entertainment,ParityBit,,,,,,,1997-07-17, -/games/boxart/full_4554752AmericaFrontccc.png,FIFA Street 2,All,Sports,EA Sports BIG,EA Canada,,,,,,,2006-02-28,2021-04-20 -/games/boxart/full_5012368PALFrontccc.jpg,Fight Night 2004,All,Sports,EA Sports,EA Canada,,,,,,,2004-04-05,2021-03-01 -/games/boxart/full_6739111AmericaFrontccc.jpg,Fitness Boxing,NS,Sports,Nintendo,Imagineer,7,,,,,,2019-01-04,2021-01-14 -/games/boxart/full_2626188AmericaFrontccc.png,Fitness Boxing 2: Rhythm & Exercise,NS,Sports,Nintendo,Imagineer,,,,,,,2020-12-04,2022-04-17 -/games/boxart/full_8367892AmericaFrontccc.jpg,John Madden Football '93,GEN,Sports,Electronic Arts,Looking Glass Studios,,,,,,,1992-01-01, -/games/boxart/full_7635840AmericaFrontccc.jpeg,Madden NFL 25,All,Sports,EA Sports,EA Tiburon,,,,,,,2013-08-27,2020-10-22 -/games/boxart/full_608178AmericaFrontccc.jpg,Major League Baseball,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-04,2018-01-13 -/games/boxart/full_6074441AmericaFrontccc.jpg,NES Open Tournament Golf,NES,Sports,Nintendo,Nintendo R&D2,,,,,,,1991-09-29, -/games/boxart/full_1583721AmericaFrontccc.jpg,NFL Football,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-27,2018-01-13 -/games/boxart/full_299486AmericaFrontccc.png,Tony Hawk's Pro Skater 1 + 2,All,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2020-11-03 -/games/boxart/full_1717814PALFrontccc.png,UEFA Euro 2004,All,Sports,EA Sports,EA Canada,,,,,,,2004-05-04,2021-03-01 -/games/boxart/5197087ccc.jpg,WWE SmackDown! Shut Your Mouth,PS2,Sports,THQ,Yuke's Future Media Creators,,,,,,,2002-10-31, -/games/boxart/full_1505078AmericaFrontccc.jpg,Mario & Sonic at the Tokyo 2020 Olympic Games,NS,Sports,Sega,Sega,,,,,,,2019-11-05,2019-06-12 -/games/boxart/3676163ccc.jpg,NFL Quarterback Club 98,N64,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-10-24, -/games/boxart/full_3563258AmericaFrontccc.jpg,Worldwide Soccer Manager 2008,PC,Sports,Sega,Sports Interactive,,,,,,,2007-10-23, -/games/boxart/full_zumba-fitness_1AmericaFront.jpg,Zumba Fitness,Wii,Sports,Majesco,"Pipeworks Software, Inc.",,,,,,,2010-11-18, -/games/boxart/full_9216754PALFrontccc.jpg,Football Manager 2014,PC,Sports,Sega,Sports Interactive,8.4,,,,,,2013-10-30,2018-03-21 -/games/boxart/full_576049AmericaFrontccc.jpg,Striker,All,Sports,Rage Software,Rage Software,,,,,,,1992-01-01,2022-04-07 -/games/boxart/full_1908758AmericaFrontccc.jpg,Tennis World Tour,All,Sports,Bigben Interactive,Breakpoint Studio,,,,,,,2018-05-22,2021-04-26 -/games/boxart/full_1845979AmericaFrontccc.jpg,Worldwide Soccer Manager 2006,PC,Sports,Sega,Sports Interactive,9,,,,,,2005-01-01, -/games/boxart/full_7347540AmericaFrontccc.jpg,Active Life: Extreme Challenge,Wii,Sports,Namco Bandai,High Horse Entertainment,,,,,,,2009-08-11, -/games/boxart/full_6524328AmericaFrontccc.jpg,All-Star Baseball 2003,All,Sports,Acclaim Entertainment,Acclaim Studios Austin,,,,,,,2002-03-07,2021-04-16 -/games/boxart/8977955ccc.jpg,Football Manager 2005,PC,Sports,Sega,Sports Interactive,,,,,,,2004-12-08, -/games/boxart/full_6064829JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9,All,Sports,Konami,Diamond Head,,,,,,,2002-07-18,2023-08-12 -/games/boxart/full_5059989AmericaFrontccc.jpg,NCAA Football 2004,All,Sports,EA Sports,EA Tiburon,,,,,,,2003-07-16,2022-10-18 -/games/boxart/full_8081521AmericaFrontccc.jpg,NBA 2K18,PC,Sports,2K Sports,Visual Concepts,7,,,,,,2017-09-19,2018-04-02 -/games/boxart/full_3588429AmericaFrontccc.jpg,Golf It!,PC,Sports,Unknown,Perfuse Entertainment,,,,,,,,2019-02-09 -/games/boxart/full_2686121AmericaFrontccc.jpg,Captain Tsubasa: Rise of New Champions,All,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2021-02-19 -/games/boxart/9708226ccc.jpg,Championship Manager 03/04,PC,Sports,Eidos Interactive,Sports Interactive,,,,,,,2003-03-20, -/games/boxart/full_7037415PALFrontccc.jpg,Championship Manager Season 01/02,PC,Sports,Unknown,Sports Interactive,,,,,,,2020-12-31, -/games/boxart/full_2031395AmericaFrontccc.jpg,eBASEBALL Powerful Pro Baseball 2022,All,Sports,Konami,Konami,,,,,,,2022-04-21,2022-06-09 -/games/boxart/full_6097742AmericaFrontccc.jpg,Front Page Sports,Series,Sports,Dynamix,Dynamix,,,,,,,1992-01-01,2021-04-05 -/games/boxart/full_519575AmericaFrontccc.jpg,HardBall!,All,Sports,Accolade,Accolade,,,,,,,1985-01-01,2022-04-23 -/games/boxart/full_8664877JapanFrontccc.jpg,Jikkyou Powerful Pro Baseball 2016,All,Sports,Konami,Konami,,,,,,,2016-04-28,2021-01-30 -/games/boxart/full_4952493JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '97 Kaimakuban,PS,Sports,Konami,Diamond Head,,,,,,,1997-08-28, -/games/boxart/full_prime-time-nfl-starring-deion-sanders_4AmericaFront.jpg,Prime Time NFL Starring Deion Sanders,GEN,Sports,Sega,Farsight Technologies,,,,,,,1995-01-01, -/games/boxart/full_7665582AmericaFrontccc.jpg,Super Dodge Ball,NES,Sports,Sony Imagesoft,Technos Japan Corporation,,,,,,,1989-06-01, -/games/boxart/full_8237512AmericaFrontccc.jpg,John Madden Football,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1990-01-01, -/games/boxart/full_4824406AmericaFrontccc.jpg,Robot Roller-Derby Disco Dodgeball,PC,Sports,Unknown,Erik Asmussen,,,,,,,,2019-02-10 -/games/boxart/full_6887518AmericaFrontccc.jpg,NFL GameDay '97,PS,Sports,Sony Computer Entertainment,SCEA,,,,,,,1996-11-30, -/games/boxart/full_5758512AmericaFrontccc.jpg,Wayne Gretzky Hockey,All,Sports,Bethesda Softworks,Bethesda Softworks,,,,,,,1988-01-01,2021-05-25 -/games/boxart/full_8075130AmericaFrontccc.jpg,NFL GameDay,PS,Sports,Sony Computer Entertainment,Sony Interactive Studios America,,,,,,,1996-01-01, -/games/boxart/full_7707501AmericaFrontccc.jpg,Blood Bowl 2,PC,Sports,Unknown,Cyanide Studios,,,,,,,,2019-02-15 -/games/boxart/full_4843425AmericaFrontccc.jpg,We Ski & Snowboard,Wii,Sports,Namco Bandai,Namco Bandai Games,,,,,,,2009-03-03, -/games/boxart/full_648345AmericaFrontccc.jpg,Streamline,PC,Sports,Proletariat Inc.,Proletariat Inc.,,,,,,,2016-09-30,2019-02-16 -/games/boxart/full_j-league-pro-soccer-club-o-tsukurou-7-euro-plus_482JapanFront.jpg,J-League Pro Soccer Club o Tsukurou! 7 Euro Plus,PSP,Sports,Sega,Sega,,,,,,,2011-08-04, -/games/boxart/full_9120724AmericaFrontccc.jpg,Mean 18,All,Sports,Accolade,Microsmiths Inc.,,,,,,,1986-01-01,2022-04-25 -/games/boxart/full_2038833AmericaFrontccc.jpg,NHL FaceOff,PS,Sports,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,1995-01-01, -/games/boxart/full_5054136AmericaFrontccc.jpg,Dead or Alive Xtreme 3,All,Sports,Koei Tecmo,Team Ninja,,,,,,,2016-03-24,2020-10-16 -/games/boxart/full_5128257AmericaFrontccc.jpg,BMX XXX,All,Sports,Acclaim Entertainment,Z-Axis,,,,,,,2002-11-15,2022-09-30 -/games/boxart/full_3830858AmericaFrontccc.jpg,WWE 2K16,PC,Sports,2K Sports,Yuke's,,,,,,,2016-03-10,2018-04-11 -/games/boxart/full_2550562AmericaFrontccc.jpg,Vertiginous Golf,PC,Sports,Fellow Traveller,Kinelco,,,,,,,2014-03-07,2019-03-29 -/games/boxart/full_1826038AmericaFrontccc.jpg,Worms Crazy Golf,PC,Sports,Team17 Software,Team17 Software,,,,,,,2011-10-19, -/games/boxart/full_7714343AmericaFrontccc.jpg,NFL Blitz Pro,All,Sports,Midway Games,Midway Games,,,,,,,2003-10-28,2022-04-26 -/games/boxart/full_1564819PALFrontccc.jpg,Trials 2: Second Edition,PC,Sports,RedLynx,RedLynx,,,,,,,2008-03-01,2019-04-16 -/games/boxart/full_8905998AmericaFrontccc.jpg,Shufflepuck Cantina Deluxe,PC,Sports,Agharta Studio,Agharta Studio,,,,,,,2013-12-06,2019-04-10 -/games/boxart/full_4144927AmericaFrontccc.jpg,OlliOlli,PC,Sports,Devolver Digital,Roll7,,,,,,,2014-07-22,2019-04-05 -/games/boxart/full_7019354AmericaFrontccc.jpg,HardBall II,All,Sports,Accolade,Distinctive Software,,,,,,,1989-01-01,2022-04-23 -/games/boxart/full_3244384AmericaFrontccc.jpg,VR Baseball '97,All,Sports,Interplay Entertainment Corp.,VR Sports,,,,,,,1997-01-01,2021-03-30 -/games/boxart/full_5646423AmericaFrontccc.jpg,FootLOL: Epic Fail League,PC,Sports,HeroCraft,Lion's Shade,,,,,,,2013-08-07,2019-04-22 -/games/boxart/6747821ccc.jpg,Virtua Tennis: World Tour (US & Others sales),PSP,Sports,Sega,Sumo Digital,8.3,,,,,,2005-10-07, -/games/boxart/full_9751777AmericaFrontccc.jpg,Computer Baseball,All,Sports,Strategic Simulations,Strategic Simulations,,,,,,,1981-01-01,2021-03-24 -/games/boxart/full_2342700AmericaFrontccc.jpg,Pool 1.5,All,Sports,Innovative Design Software,Innovative Design Software,,,,,,,1981-01-01,2021-04-06 -/games/boxart/full_2165663AmericaFrontccc.jpg,Hi-Res Computer Golf,OSX,Sports,Unknown,Avant-Garde Creations,,,,,,,,2021-04-05 -/games/boxart/full_3686976AmericaFrontccc.jpg,Ski Crazed,ApII,Sports,Baudville,Naughty Dog,,,,,,,1987-10-01,2022-09-30 -/games/boxart/full_3127599JapanFrontccc.jpg,'99 Koshien,PS,Sports,Magical Company,Magical Company,,,,,,,1999-06-17, -/games/boxart/full_9031420JapanFrontccc.jpg,1 on 1,PSN,Sports,Jorudan,Jorudan,,,,,,,2009-09-24, -/games/boxart/full_8706971JapanFrontccc.jpg,1 on 1,PS,Sports,Jorudan,Jorudan,,,,,,,1998-11-26, -/games/boxart/full_4942037AmericaFrontccc.jpg,10 Pin Bowling,GB,Sports,Majesco,Morning Star Multimedia,,,,,,,1999-09-10, -/games/boxart/4087597ccc.jpg,10-Yard Fight,NES,Sports,Nintendo,Irem Software Engineering,,,,,,,1985-10-18, -/games/boxart/full_3547724AmericaFrontccc.jpg,101 MiniGolf World,DSiW,Sports,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-03-15, -/games/boxart/5095319ccc.jpg,1080° Avalanche,GC,Sports,Nintendo,Nintendo Software Technology Corporation,,,,,,,2003-12-01, -/games/boxart/full_6291022AmericaFrontccc.jpg,1080º: TenEighty Snowboarding,VC,Sports,Nintendo,Nintendo EAD,,,,,,,2008-01-28, -/games/boxart/full_3087402JapanFrontccc.jpg,1500DS Spirits Vol. 8: Darts,DS,Sports,Tasuke,Tasuke,,,,,,,2007-11-22, -/games/boxart/full_7278229PALFrontccc.jpg,2 Games in 1: GT 3 Advance: Pro Concept Racing & MotoGP,GBA,Sports,THQ,THQ,,,,,,,2004-10-22, -/games/boxart/full_2-for-1-power-pack-winter-blastsummer-sports-2_3AmericaFront.jpg,2-for-1 Power Pack: Winter Blast/Summer Sports 2,Wii,Sports,Destineer,Destineer,,,,,,,2010-07-07, -/games/boxart/full_5016685AmericaFrontccc.jpg,2002 FIFA World Cup,PS,Sports,EA Sports,EA Canada,6.8,,,,,,2002-04-30, -/games/boxart/full_2554891AmericaFrontccc.jpg,2002 FIFA World Cup,PC,Sports,EA Sports,EA Canada,,,,,,,2002-04-30, -/games/boxart/full_2010-fifa-world-cup-south-africa_2PALFront.jpg,2010 FIFA World Cup South Africa,PSN,Sports,EA Sports,EA Canada,6.8,,,,,,2010-04-29, -/games/boxart/full_27-ball-funky-pool_707AmericaFront.jpg,27 Ball Funky Pool,XBL,Sports,Microsoft,Maximinus,,,,,,,2011-08-04, -/games/boxart/full_5910852AmericaFrontccc.png,2Xtreme,PSN,Sports,Sony Computer Entertainment,SCEA,,,,,,,2007-05-02, -/games/boxart/full_1583759AmericaFrontccc.jpg,3 on 3 NHL Arcade,PSN,Sports,Electronic Arts,EA Canada,5,,,,,,2009-02-05, -/games/boxart/full_7205652AmericaFrontccc.jpg,3 on 3 NHL Arcade,XBL,Sports,Electronic Arts,EA Canada,7.2,,,,,,2009-02-11, -/games/boxart/full_8077700AmericaFrontccc.jpg,3-in-1 Sports Pack,GBA,Sports,Majesco,Skyworks Technologies,,,,,,,2005-10-18, -/games/boxart/full_7757201AmericaFrontccc.png,3D Baseball,SAT,Sports,Mindscape,Crystal Dynamics,,,,,,,1996-11-27, -/games/boxart/full_7451685AmericaFrontccc.jpg,3D Ultra MiniGolf Adventures,PC,Sports,Activision,Wanako Studios,,,,,,,2006-12-20, -/games/boxart/full_6258443AmericaFrontccc.jpg,3D Ultra MiniGolf Adventures,XBL,Sports,Sierra Online,Wanako Studios,,,,,,,2007-04-18, -/games/boxart/full_3d-ultra-minigolf-adventures-2_3AmericaFront.jpg,3D Ultra MiniGolf Adventures 2,XBL,Sports,Konami,Wanako Studios,,,,,,,2010-10-27, -/games/boxart/full_3d-ultra-minigolf-adventures-2_975AmericaFront.jpg,3D Ultra MiniGolf Adventures 2,PSN,Sports,Konami,Wanako Studios,,,,,,,2010-11-16, -/games/boxart/full_3366471PALFrontccc.jpg,4-4-2 Soccer,PS,Sports,Virgin Interactive,Unknown,,,,,,,1997-08-01, -/games/boxart/full_1523019PALFrontccc.jpg,442 Fußball Manager,PC,Sports,SCi,SCi Games,,,,,,,2002-10-11, -/games/boxart/full_8819639AmericaFrontccc.jpg,4D Boxing,PC,Sports,Mindscape,Distinctive Software Inc.,,,,,,,1991-01-01, -/games/boxart/full_720_1AmericaFront.jpg,720 Degrees,NES,Sports,Mindscape,Mindscape Inc.,,,,,,,1989-11-01, -/games/boxart/full_7371008AmericaFrontccc.jpg,720°,GB,Sports,Midway Games,Digital Eclipse Software,,,,,,,1999-03-01, -/games/boxart/full_2046521PALFrontccc.jpg,90 Minutes: European Prime Goal,SNES,Sports,Ocean,Namco,,,,,,,1995-01-01, -/games/boxart/full_92542PALFrontccc.jpg,90 Minutes: Sega Championship Football,DC,Sports,Sega,Smilebit,,,,,,,2001-10-25, -/games/boxart/full_a-game-about-my-cat_366AmericaFront.jpg,A Game About My Cat,XBL,Sports,Microsoft,thelostone,,,,,,,2011-06-19, -/games/boxart/full_740680AmericaFrontccc.jpg,A.I.R. Play,XBL,Sports,Microsoft,doozerdude,,,,,,,2009-01-07, -/games/boxart/full_9535446JapanFrontccc.jpg,Aa Harimadana,GEN,Sports,Sega,Sega,,,,,,,1993-09-03, -/games/boxart/full_8649845AmericaFrontccc.jpg,AaaaaAAaaaAAAaaAAAAaAAAAA!!! A Reckless Disregard for Gravity,PC,Sports,Dejobaan Games,Dejobaan Games,,,,,,,2009-09-03, -/games/boxart/1292863ccc.jpg,Aaron vs. Ruth,PC,Sports,Mindscape,Mindscape,,,,,,,1997-06-30, -/games/boxart/991408ccc.jpg,ABC Monday Night Football,PC,Sports,Unknown,Overtime Sports,,,,,,,, -/games/boxart/7075946ccc.jpg,ABC Monday Night Football '98,PC,Sports,Unknown,Overtime Sports,,,,,,,1997-09-30, -/games/boxart/9391775ccc.jpg,ABC's Monday Night Football,SNES,Sports,Data East,Kuusou Kagaku,,,,,,,1993-12-01, -/games/boxart/default.jpg,ABC's Wide World of Sport Boxing,PC,Sports,Data East,Cinemaware,,,,,,,1991-01-01, -/games/boxart/full_at-sports-pro-yakyuu-2010_427AmericaFront.jpg,Absolute Baseball,DSiW,Sports,Tasuke,Tasuke,,,,,,,2011-04-04, -/games/boxart/full_ace-gals-tennis_424AmericaFront.jpg,Ace Gals Tennis,XBL,Sports,Microsoft,Haruneko,,,,,,,2010-04-25, -/games/boxart/full_6278970JapanFrontccc.jpg,Ace o Nerae!,SNES,Sports,Nippon Telenet,Nippon Telenet,,,,,,,1993-12-22, -/games/boxart/full_5174934PALFrontccc.jpg,Actua Golf 3,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, -/games/boxart/full_2403586PALFrontccc.jpg,Actua Ice Hockey,PC,Sports,Sierra Entertainment,Gremlin Interactive,,,,,,,1998-01-01, -/games/boxart/full_6980676PALFrontccc.jpg,Actua Ice Hockey,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-02-01, -/games/boxart/full_7164224PALFrontccc.jpg,Actua Ice Hockey 2,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, -/games/boxart/full_3795383PALFrontccc.jpg,Actua Ice Hockey 2,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-04-01, -/games/boxart/8655047ccc.jpg,Actua Soccer,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive Ltd.,,,,,,,1995-01-01, -/games/boxart/full_7808802PALFrontccc.jpg,Actua Soccer 2,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1997-11-01, -/games/boxart/full_370262PALFrontccc.jpg,Actua Soccer 2,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-01-01, -/games/boxart/full_2060228PALFrontccc.jpg,Actua Soccer 3,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, -/games/boxart/full_3811049PALFrontccc.jpg,Actua Soccer 3,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1998-12-01, -/games/boxart/full_9453533PALFrontccc.jpg,Actua Soccer: Club Edition,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1997-01-01, -/games/boxart/full_7965525PALFrontccc.jpg,Actua Soccer: Club Edition,PS,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1997-05-01, -/games/boxart/full_664612PALFrontccc.jpg,Actua Tennis,PC,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-01-01, -/games/boxart/full_7472952PALFrontccc.jpg,Adidas Power Soccer 2,PS,Sports,Psygnosis,Shen Studios,,,,,,,1998-01-01, -/games/boxart/full_5640019PALFrontccc.jpg,Adidas Power Soccer International 97,PS,Sports,Psygnosis,Shen Studios,,,,,,,1997-04-01, -/games/boxart/default.jpg,AFL,Wii,Sports,Unknown,Wicked Witch,,,,,,,2011-05-19, -/games/boxart/full_1349552PALFrontccc.jpg,AFL 99,PS,Sports,EA Sports,EA Sports,,,,,,,1999-06-01, -/games/boxart/default.jpg,AFL Challenge,PSP,Sports,Sony Computer Entertainment,Wicked Witch Software,3,,,,,,2009-09-10, -/games/boxart/full_afl-challenge_479PALFront.jpg,AFL Challenge,PSN,Sports,Home Entertainment Suppliers,Wicked Witch Software,3,,,,,,2010-03-25, -/games/boxart/default.jpg,AFL Live,X360,Sports,HES Interactive,Big Ant Studios,,,,,,,2011-04-21, -/games/boxart/default.jpg,AFL Live,PSP,Sports,Unknown,Big Ant Studios,,,,,,,, -/games/boxart/default.jpg,AFL Live,PS3,Sports,HES Interactive,Big Ant Studios,,,,,,,2011-04-21, -/games/boxart/default.jpg,AFL Live,PC,Sports,Unknown,Big Ant Studios,,,,,,,, -/games/boxart/default.jpg,AFL Live 2003,PS2,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2002-09-05, -/games/boxart/default.jpg,AFL Live 2003,PC,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2002-09-01, -/games/boxart/default.jpg,AFL Live 2003,XB,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2002-11-01, -/games/boxart/full_1997263PALFrontccc.jpg,AFL Live 2004,PS2,Sports,Acclaim Entertainment,IR Gurus,,,,,,,2003-11-21, -/games/boxart/default.jpg,AFL Live 2004,XB,Sports,Acclaim Entertainment,IR Gurus,,,,,,,2003-08-01, -/games/boxart/default.jpg,AFL Live Premiership Edition,XB,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2004-01-01, -/games/boxart/default.jpg,AFL Live Premiership Edition,PS2,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2004-01-01, -/games/boxart/default.jpg,AFL Live Premiership Edition,PC,Sports,Acclaim Entertainment,IR Gurus Interactive Ltd.,,,,,,,2004-01-01, -/games/boxart/4917228ccc.jpg,Agassi Tennis Generation,GBA,Sports,Cryo Interactive,Aqua Pacific,,,,,,,2003-11-21, -/games/boxart/4459335ccc.jpg,Air Hockey,PS,Sports,Mud Duck Productions,Mud Duck,,,,,,,2003-09-01, -/games/boxart/full_1621134AmericaFrontccc.jpg,Albatross18: Realms of Pangya,PC,Sports,OGPlanet,Ntreev Soft,,,,,,,2005-11-13, -/games/boxart/full_2995201PALFrontccc.jpg,Alex Ferguson's Player Manager 2001,PS,Sports,3DO,Anco Software,,,,,,,2000-11-24, -/games/boxart/full_alex-fergusons-player-manager-2001_250PALFront.jpg,Alex Ferguson's Player Manager 2001,PS2,Sports,3DO,Anco Software,,,,,,,2001-09-21, -/games/boxart/full_6823131PALFrontccc.jpg,Alex Ferguson's Player Manager 2002,GBA,Sports,Ubisoft,Exient Entertainment,,,,,,,2002-05-24, -/games/boxart/full_7470714PALFrontccc.jpg,Alex Ferguson's Player Manager 2002,PS,Sports,Ubisoft,Anco Software,,,,,,,2002-05-14, -/games/boxart/default.jpg,Alex Ferguson's Player Manager 2002,PC,Sports,Ubisoft,Anco Software,,,,,,,2002-01-01, -/games/boxart/full_alex-fergusons-player-manager-2003_983PALFront.jpg,Alex Ferguson's Player Manager 2003,PC,Sports,Ubisoft,Anco Software,,,,,,,2003-01-01, -/games/boxart/default.jpg,Alien Olympics 2044 AD,GB,Sports,Ocean,Dark Technologies,,,,,,,1992-01-01, -/games/boxart/full_all-round-hunter_6PALFront.jpg,All Round Hunter,X360,Sports,505 Games,505 Games,,,,,,,2010-09-17, -/games/boxart/full_all-round-hunter_9PALFront.jpg,All Round Hunter,Wii,Sports,505 Games,505 Games,,,,,,,2010-09-17, -/games/boxart/full_1419494PALFrontccc.jpg,All Star 5-A-Side Football,DS,Sports,O-Games,Oxygen Interactive,,,,,,,2010-05-07, -/games/boxart/full_330994PALFrontccc.jpg,All Star Soccer,PS,Sports,Eidos Interactive,Eidos Interactive,,,,,,,1997-08-01, -/games/boxart/full_5283762PALFrontccc.jpg,All Star Watersports,PS,Sports,Phoenix Games,Phoenix Games,,,,,,,2003-03-14, -/games/boxart/2731744ccc.jpg,All-Pro Basketball,NES,Sports,Victory Lap Games,Aicom,,,,,,,1989-12-01, -/games/boxart/6930072ccc.jpg,All-Star 1997 Featuring Frank Thomas,PS,Sports,Acclaim Entertainment,Acclaim,4.8,,,,,,1997-06-30, -/games/boxart/full_all-star-air-hockey_320AmericaFront.jpg,All-Star Air Hockey,DSiW,Sports,Skyworks Interactive,Skyworks Interactive,,,,,,,2011-01-31, -/games/boxart/full_8856260AmericaFrontccc.jpg,All-Star Baseball,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-01-01, -/games/boxart/default.jpg,All-Star Baseball,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1997-01-01, -/games/boxart/4661895ccc.jpg,All-Star Baseball 2000,GB,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1999-01-01, -/games/boxart/full_all-star-baseball-2001_364AmericaFront.jpg,All-Star Baseball 2001,GB,Sports,Acclaim Entertainment,KnowWonder,,,,,,,2000-06-01, -/games/boxart/default.jpg,All-Star Baseball 2004,PC,Sports,Acclaim Entertainment,Acclaim Entertainment,,,,,,,2003-01-01, -/games/boxart/full_all-star-baseball-99_261AmericaFront.jpg,All-Star Baseball 99,GB,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1998-05-01, -/games/boxart/full_all-star-slammin-d-ball_798PALFront.png,All-Star Slammin' D-Ball,PSN,Sports,Midas Interactive Entertainment,Access,,,,,,,2010-11-24, -/games/boxart/full_8976425PALFrontccc.jpg,All-Star Tennis '99,PS,Sports,Ubisoft,Smart Dog,,,,,,,1998-11-01, -/games/boxart/full_2421371PALFrontccc.jpg,All-Star Tennis 2,PS,Sports,Ubisoft,Aqua Pacific,,,,,,,2000-08-18, -/games/boxart/full_5437169PALFrontccc.jpg,All-Star Tennis 2000,GB,Sports,Ubisoft,Smart Dog,,,,,,,1999-01-01, -/games/boxart/full_allan-borders-cricket_8PALFront.jpg,Allan Border's Cricket,PC,Sports,Unknown,Audiogenic Software Ltd.,,,,,,,1993-01-01, -/games/boxart/full_562581PALFrontccc.jpg,Alpine Racer 3,PS2,Sports,Sony Computer Entertainment,Namco,,,,,,,2002-12-06, -/games/boxart/full_8136512PALFrontccc.jpg,Alpine Ski Racing 2007,PC,Sports,JoWood Productions,RTL,,,,,,,2006-11-30, -/games/boxart/7144541ccc.jpg,American Girl: Mia Goes for Great,PC,Sports,THQ,THQ,,,,,,,2008-02-04, -/games/boxart/full_4058124AmericaFrontccc.jpg,American Gladiators,PC,Sports,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-01, -/games/boxart/3045645ccc.jpg,American Gladiators,GEN,Sports,GameTek,Incredible Technologies,,,,,,,1992-03-04, -/games/boxart/3862114ccc.jpg,American Gladiators,SNES,Sports,GameTek,Incredible Technologies,,,,,,,1993-04-01, -/games/boxart/2056793ccc.jpg,American Gladiators,NES,Sports,GameTek,Incredible Technologies,,,,,,,1991-10-01, -/games/boxart/full_1218882PALFrontccc.jpg,Andre Agassi Tennis,MS,Sports,Sega,TecMagik,,,,,,,1993-01-01, -/games/boxart/6920333ccc.jpg,Andre Agassi Tennis,GEN,Sports,TecMagik,TecMagik,,,,,,,1992-01-01, -/games/boxart/full_1492699AmericaFrontccc.jpg,Andre Agassi Tennis,SNES,Sports,TecMagik,Radiance,,,,,,,1994-01-01, -/games/boxart/full_4222988PALFrontccc.jpg,Andre Agassi Tennis,GG,Sports,Sega,TecMagik,,,,,,,1993-01-01, -/games/boxart/full_897574PALFrontccc.jpg,Animal Football,PS,Sports,Phoenix Games,Phoenix Games,,,,,,,2003-06-27, -/games/boxart/full_animaniacs-splat-ball_6AmericaFront.jpg,Animaniacs Splat Ball,PC,Sports,SouthPeak Interactive,SouthPeak Games,,,,,,,1999-01-01, -/games/boxart/full_3260517PALFrontccc.jpg,Anna Kournikova's Smash Court Tennis,PS,Sports,Sony Computer Entertainment,Namco,,,,,,,1999-06-18, -/games/boxart/5088514ccc.jpg,Anstoss 2,PC,Sports,Ascaron Entertainment,Ascaron Entertainment,,,,,,,1997-01-01, -/games/boxart/full_antz-world-sportz_887PALFront.jpg,Antz World Sportz,GB,Sports,LSP Games,M4 Limited,,,,,,,2001-01-01, -/games/boxart/full_appare-gateball_2JapanFront.jpg,Appare! Gateball,VC,Sports,Hudson Soft,West One,,,,,,,2007-07-24, -/games/boxart/full_appare-gateball_10JapanFront.jpg,Appare! Gateball,PCE,Sports,Hudson Soft,West One,,,,,,,1988-12-22, -/games/boxart/full_arc-style-jazzy-billiards-3d-professional_850JapanFront.jpg,ARC STYLE: Jazzy Billiards 3D Professional,3DS,Sports,Arc System Works,Arc System Works,,,,,,,2011-08-10, -/games/boxart/default.jpg,ARC Style: Soccer!! 3D,3DS,Sports,Arc System Works,Arc System Works,,,,,,,2011-06-07, -/games/boxart/full_arcade-air-hockey-ampamp-bowling_9PALFront.png,Arcade Air Hockey & Bowling,PSN,Sports,Icon Games,Icon Games,,,,,,,2010-08-24, -/games/boxart/full_5503582AmericaFrontccc.jpg,Arcade Bowling,DSiW,Sports,Skyworks Interactive,Skyworks Interactive,5.5,,,,,,2009-11-16, -/games/boxart/default.jpg,Arcade Darts,WW,Sports,Unknown,Icon Games,,,,,,,, -/games/boxart/full_arcade-darts_7AmericaFront.jpg,Arcade Darts,PSN,Sports,Icon Games,Icon Games,,,,,,,2010-06-29, -/games/boxart/full_3949352AmericaFrontccc.jpg,Arcade Hoops Basketball,DSiW,Sports,Skyworks Interactive,Skyworks Interactive,,,,,,,2009-12-28, -/games/boxart/full_arcade-pool-amp-snooker_442PALFront.jpg,Arcade Pool & Snooker,PSN,Sports,Icon Games,Icon Games Entertainment Ltd,,,,,,,2011-07-13, -/games/boxart/full_arcade-sports_7AmericaFront.jpg,Arcade Sports,WW,Sports,Icon Games,Icon Games,,,,,,,2010-06-14, -/games/boxart/full_1872690AmericaFrontccc.jpg,Arch Rivals,GG,Sports,Flying Edge,Arc Developments,,,,,,,1992-01-01, -/games/boxart/6686170ccc.jpg,Arch Rivals,GEN,Sports,Acclaim Entertainment,Arc Developments,,,,,,,1992-01-01, -/games/boxart/full_4260114AmericaFrontccc.jpg,Arch Rivals: A Basket Brawl!,NES,Sports,Acclaim Entertainment,Rare Ltd.,,,,,,,1990-11-01, -/games/boxart/full_6439557AmericaFrontccc.jpg,Archer Maclean Presents: Pool Paradise,PC,Sports,Ignition Entertainment,Awesome Developments,,,,,,,2004-04-01, -/games/boxart/98190ccc.jpg,Arnold Palmer Tournament Golf,GEN,Sports,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_14962PALFrontccc.jpg,Asterix at the Olympic Games,PC,Sports,Atari,Etranges Libellules,,,,,,,2008-02-29, -/games/boxart/full_3434155PALFrontccc.jpg,Asterix at the Olympic Games,X360,Sports,Atari,Etranges Libellules,,,,,,,2008-08-22, -/games/boxart/full_7189874PALFrontccc.jpg,Asterix at the Olympic Games,PS2,Sports,Atari,Etranges Libellules,,,,,,,2008-02-29, -/games/boxart/full_6807437PALFrontccc.jpg,Asterix at the Olympic Games,DS,Sports,Atari,Etranges Libellules,,,,,,,2008-02-29, -/games/boxart/default.jpg,at Sports! Koushien 2010,DSiW,Sports,Tasuke,Tasuke,,,,,,,2010-06-09, -/games/boxart/default.jpg,at Sports! Pro Yakyuu 2011,DSiW,Sports,Tasuke,Tasuke,,,,,,,2011-06-29, -/games/boxart/full_9116352AmericaFrontccc.jpg,Athens 2004,PC,Sports,Eidos Interactive,Eurocom Entertainment Software,,,,,,,2004-10-05, -/games/boxart/6804203ccc.jpg,Athletic World,NES,Sports,Bandai,Bandai,,,,,,,1987-07-01, -/games/boxart/full_atp-tour-championship-tennis_7AmericaFront.jpg,ATP Tour Championship Tennis,GEN,Sports,Sega,SIMS,,,,,,,1994-01-01, -/games/boxart/1131366ccc.jpg,Australian Rugby League,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1995-01-01, -/games/boxart/full_6402208AmericaFrontccc.jpg,Avatar Golf,XBL,Sports,Microsoft,Barkers Crest STUD1O,,,,,,,2009-09-02, -/games/boxart/full_avatar-slam-dunk_1AmericaFront.jpg,Avatar Slam Dunk,XBL,Sports,Microsoft,Maximinus,,,,,,,2010-08-27, -/games/boxart/full_avatar-street-basketball-2_825AmericaFront.jpg,Avatar Street Basketball 2,XBL,Sports,Microsoft,Bionic-Thumbs,,,,,,,2011-09-12, -/games/boxart/full_8928511AmericaFrontccc.jpg,Avatar Wave: Snowball Fight,XBL,Sports,Microsoft,Hotwave Games,,,,,,,2009-12-17, -/games/boxart/7200662ccc.jpg,Awesome Golf,Lynx,Sports,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/full_8855801PALFrontccc.jpg,Baby Felix Tennis,PS,Sports,LSP Games,LSP,,,,,,,2002-01-01, -/games/boxart/full_backbreaker-vengeance_930AmericaFront.jpg,Backbreaker: Vengeance,XBL,Sports,505 Games,NaturalMotion Games,6,,,,,,2011-06-29, -/games/boxart/full_7600121AmericaFrontccc.jpg,Backyard Baseball,PC,Sports,Humongous,Humongous Entertainment,,,,,,,1997-10-10, -/games/boxart/full_9798918AmericaFrontccc.jpg,Backyard Baseball '09,PC,Sports,Atari,Humongous Entertainment,,,,,,,2008-03-25, -/games/boxart/720717ccc.jpg,Backyard Baseball 2009,PC,Sports,Humongous,Unknown,,,,,,,2008-05-07, -/games/boxart/full_7367777AmericaFrontccc.jpg,Backyard Basketball,PC,Sports,Infogrames,Humongous Entertainment,,,,,,,2003-05-31, -/games/boxart/full_8298210AmericaFrontccc.jpg,Backyard Hockey,PC,Sports,Infogrames,Humongous Entertainment,,,,,,,2002-10-18, -/games/boxart/full_388869AmericaFrontccc.jpg,Backyard Hockey 2005,PC,Sports,Atari,Humongous Entertainment,,,,,,,2004-09-21, -/games/boxart/full_9249667AmericaFrontccc.jpg,Backyard NBA Basketball 2004,PC,Sports,Atari,Humongous Entertainment,,,,,,,2003-09-04, -/games/boxart/6277374ccc.jpg,Backyard NFL Football,PC,Sports,GT Interactive,Humongous Entertainment,,,,,,,1999-01-01, -/games/boxart/8256679ccc.jpg,Backyard NFL Football '08,PC,Sports,Atari,Humongous Entertainment,,,,,,,2007-10-23, -/games/boxart/full_228478AmericaFrontccc.jpg,Backyard NFL Football '09,PC,Sports,Atari,Humongous Entertainment,,,,,,,2008-10-29, -/games/boxart/full_6320808AmericaFrontccc.jpg,Backyard NFL Football 2002,PC,Sports,Infogrames,Humongous Entertainment,,,,,,,2001-01-01, -/games/boxart/full_4438319AmericaFrontccc.jpg,Backyard NFL Football 2004,PC,Sports,Atari,Humongous Entertainment,,,,,,,2003-09-04, -/games/boxart/full_883109AmericaFrontccc.jpg,Backyard NFL Football 2006,PC,Sports,Atari,Humongous Entertainment,,,,,,,2005-09-20, -/games/boxart/6686387ccc.jpg,Backyard Skateboarding,GBA,Sports,Atari,Humongous,,,,,,,2004-10-04, -/games/boxart/3101201ccc.png,Backyard Skateboarding 2006,PC,Sports,Atari,Humongous,,,,,,,2005-10-04, -/games/boxart/full_7290100AmericaFrontccc.jpg,Backyard Soccer,PC,Sports,Unknown,Unknown,,,,,,,, -/games/boxart/453407ccc.jpg,Backyard Sports Baseball 2007,GBA,Sports,Atari,Humongous Entertainment / Game Brains,,,,,,,2006-06-12, -/games/boxart/2746529ccc.jpg,Backyard Sports Baseball 2007,PC,Sports,Atari,Humongous Entertainment,,,,,,,2006-09-11, -/games/boxart/4168349ccc.jpg,Backyard Sports Baseball 2007,GC,Sports,Atari,Humongous Entertainment,,,,,,,2007-04-03, -/games/boxart/full_4552678AmericaFrontccc.jpg,Backyard Sports Basketball 2007,PC,Sports,Atari,Humongous Entertainment,,,,,,,2007-02-20, -/games/boxart/full_3520301AmericaFrontccc.jpg,Backyard Sports Basketball 2007,PS2,Sports,Atari,Game Brains,,,,,,,2007-02-13, -/games/boxart/3852836ccc.jpg,Backyard Sports Basketball 2007,GBA,Sports,Atari,Mistic Software,,,,,,,2006-11-14, -/games/boxart/full_backyard-sports-sandlot-sluggers_1AmericaFront.jpg,Backyard Sports: Sandlot Sluggers,PC,Sports,Atari,HB Studios Multimedia,,,,,,,2010-05-25, -/games/boxart/full_bakuchou-retsuden-shou-hyper-fishing_421JapanFront.jpg,Bakuchou Retsuden Shou: Hyper Fishing,GB,Sports,Starfish,Starfish,,,,,,,1998-07-24, -/games/boxart/full_3866779JapanFrontccc.jpg,Bakuretsu Soccer,PS,Sports,Tecmo,Tecmo,,,,,,,2002-07-25, -/games/boxart/full_9951449JapanFrontccc.jpg,Bakuryuu,PS,Sports,Fuji,Fujimic Inc.,,,,,,,2000-09-14, -/games/boxart/3486166ccc.jpg,Bakutsu Retsuden Shou: Happy Fishing,GB,Sports,Starfish,Starfish,,,,,,,1998-07-24, -/games/boxart/2667548ccc.jpg,Ball Busters,GIZ,Sports,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_ballistix_9AmericaFront.jpg,Ballistix,PCE,Sports,Turbo Technologies,Reflections Interactive,,,,,,,1992-01-01, -/games/boxart/full_bandai-golf-challenge-pebble-beach_6AmericaFront.jpg,Bandai Golf: Challenge Pebble Beach,NES,Sports,Bandai,TOSE Software,,,,,,,1989-02-01, -/games/boxart/full_3196712AmericaFrontccc.jpg,Bankshot Billiards 2,XBL,Sports,PixelStorm,PixelStorm,6.6,,,,,,2005-11-22, -/games/boxart/full_7474391AmericaFrontccc.jpg,Barbie Horse Adventures: Riding Camp,PC,Sports,Activision,Pixel Tales,,,,,,,2008-10-28, -/games/boxart/full_2003871AmericaFrontccc.jpg,Barbie Sparkling Ice Show,PC,Sports,VU Games,Krome Studios,,,,,,,2002-11-15, -/games/boxart/full_3774427AmericaFrontccc.jpg,Barbie Super Sports,PC,Sports,Mattel Interactive,Runecraft,,,,,,,2001-04-21, -/games/boxart/default.jpg,Barca Total 2000,GB,Sports,Ubisoft,Live Media,,,,,,,2000-01-01, -/games/boxart/2582962ccc.jpg,Barkley: Shut Up and Jam 2,GEN,Sports,Accolade,Accolade,,,,,,,1995-01-01, -/games/boxart/full_barkley-shut-up-and-jam_6AmericaFront.jpg,Barkley: Shut Up and Jam!,GEN,Sports,Accolade,Accolade,,,,,,,1993-01-01, -/games/boxart/full_barkley-shut-up-and-jam_8AmericaFront.jpg,Barkley: Shut Up and Jam!,SNES,Sports,Accolade,Accolade,,,,,,,1994-06-01, -/games/boxart/5252046ccc.gif,Baseball,VC,Sports,Nintendo,Nintendo,,,,,,,2007-01-01, -/games/boxart/full_baseball_343AmericaFront.png,Baseball,3DS,Sports,Nintendo,Nintendo,5,,,,,,2011-07-14, -/games/boxart/default.jpg,Baseball (3DS VC),3DS,Sports,Unknown,Nintendo,,,,,,,, -/games/boxart/full_4413776AmericaFrontccc.jpg,Baseball 2000,PC,Sports,Microsoft,WizBang! Software Productions,,,,,,,1999-03-31, -/games/boxart/full_6041267JapanFrontccc.jpg,Baseball Mania,PS2,Sports,Unknown,Tamsoft,,,,,,,, -/games/boxart/full_2980737JapanFrontccc.jpg,Baseball Navigator,PS,Sports,Angel Studios,Angel Studios,,,,,,,1997-07-31, -/games/boxart/2667594ccc.jpg,Baseball Pro nami Kusauakyuu,PS,Sports,Unknown,Unknown,,,,,,,, -/games/boxart/full_5878066JapanFrontccc.jpg,Baseball Simulation: ID Pro Yakyuu,PS,Sports,Konami,Konami,,,,,,,2001-01-25, -/games/boxart/full_baseball-simulator-1000_157AmericaFront.jpg,Baseball Simulator 1.000,NES,Sports,Culture Brain,Culture Brain,,,,,,,1990-03-01, -/games/boxart/full_baseball-stars_583AmericaFront.jpg,Baseball Stars,NES,Sports,SNK,SNK Corporation,,,,,,,1989-07-01, -/games/boxart/full_baseball-stars-2_0AmericaFront.jpg,Baseball Stars 2,VC,Sports,D4 Enterprise,SNK Corporation,,,,,,,2007-12-10, -/games/boxart/full_baseball-stars-2_970AmericaFront.jpg,Baseball Stars 2,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-07-19, -/games/boxart/full_baseball-stars-2_0AmericaFront.jpg,Baseball Stars 2,NG,Sports,SNK,SNK Corporation,,,,,,,1992-04-28, -/games/boxart/full_baseball-stars-2-cd_445AmericaFront.jpg,Baseball Stars 2 (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1994-09-09, -/games/boxart/full_4662635AmericaFrontccc.jpg,Baseball Stars II,NES,Sports,Romstar,Pixel,,,,,,,1992-07-01, -/games/boxart/full_baseball-stars-professional_864AmericaFront.jpg,Baseball Stars Professional,NG,Sports,SNK,SNK Corporation,,,,,,,1991-07-01, -/games/boxart/full_baseball-stars-professional_97AmericaFront.jpg,Baseball Stars Professional,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_baseball-stars-professional-cd_722JapanFront.jpg,Baseball Stars Professional (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1995-04-21, -/games/boxart/full_baseball-stars-professional-psp_475AmericaFront.jpg,Baseball Stars Professional (PSP),PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, -/games/boxart/full_7932514AmericaFrontccc.jpg,Bases Loaded,GB,Sports,Jaleco,Jaleco Entertainment,,,,,,,1990-07-01, -/games/boxart/4947561ccc.jpg,Bases Loaded,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1988-07-01, -/games/boxart/3606471ccc.jpg,Bases Loaded,VC,Sports,Jaleco,Jaleco Entertainment,,,,,,,2008-04-07, -/games/boxart/6877180ccc.jpg,Bases Loaded '96: Double Header,SAT,Sports,Unknown,Jaleco,,,,,,,, -/games/boxart/full_9089234AmericaFrontccc.jpg,Bases Loaded 3,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1991-09-01, -/games/boxart/2892073ccc.jpg,Bases Loaded 4,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1993-04-01, -/games/boxart/6132537ccc.jpg,Bases Loaded II: Second Season,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1990-01-01, -/games/boxart/full_4238540JapanFrontccc.jpg,Baskelian,PS2,Sports,Unknown,Jorudan,,,,,,,, -/games/boxart/1610908ccc.jpg,Basketball,2600,Sports,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_basketball-nightmare_6PALFront.jpg,Basketball Nightmare,MS,Sports,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_basketball-trick-shot_226AmericaFront.jpg,Basketball Trick Shot,XBL,Sports,Microsoft,Nick Metnik,,,,,,,2010-08-15, -/games/boxart/full_849737PALFrontccc.jpg,Basketball Xciting,PS2,Sports,Agetec,Tamsoft,,,,,,,2004-02-27, -/games/boxart/2351398ccc.jpg,Basketbrawl,Lynx,Sports,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/79775ccc.jpg,Basketbrawl,7800,Sports,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_5638618JapanFrontccc.jpg,Bass Fisherman,PS,Sports,Sammy Corporation,Saurus,,,,,,,1998-06-11, -/games/boxart/full_bass-fishing-tatsujin-techou_498JapanFront.jpg,Bass Fishing Tatsujin Techou,GB,Sports,Starfish,Starfish,,,,,,,1996-06-21, -/games/boxart/7471549ccc.gif,Bass Hunter,PS,Sports,Unknown,Jack of All Games,,,,,,,, -/games/boxart/full_6357811JapanFrontccc.jpg,Bass Landing 2,PS,Sports,ASCII Media Works,ASC Games,,,,,,,2000-03-22, -/games/boxart/full_844324JapanFrontccc.jpg,Bass Landing 3,PS2,Sports,Sammy Corporation,Sammy Studios,,,,,,,2003-02-27, -/games/boxart/full_bass-masters-classic_7AmericaFront.jpg,Bass Masters Classic,GB,Sports,THQ,Natsume,,,,,,,1999-11-04, -/games/boxart/full_bass-masters-classic_6AmericaFront.jpg,Bass Masters Classic,GEN,Sports,Black Pearl,Black Pearl,,,,,,,1995-01-01, -/games/boxart/full_2186294AmericaFrontccc.png,Bass Masters Classic,GBC,Sports,THQ,Natsume,,,,,,,1999-11-04, -/games/boxart/6260594ccc.jpg,Bass Masters Classic,SNES,Sports,Malibu Games,Malibu Games,,,,,,,1995-06-01, -/games/boxart/full_bass-masters-classic-pro-edition_10AmericaFront.jpg,Bass Masters Classic: Pro Edition,SNES,Sports,Black Pearl,Black Pearl,,,,,,,1996-07-01, -/games/boxart/7043665ccc.jpg,Bass Masters Classic: Pro Edition,GEN,Sports,Black Pearl,Black Pearl,,,,,,,1996-01-01, -/games/boxart/full_bass-masters-classic-tournament-edition_5AmericaFront.jpg,Bass Masters Classic: Tournament Edition,PC,Sports,THQ,Inland Productions,,,,,,,1998-01-01, -/games/boxart/default.jpg,Bass Pro Shops: The Hunt,PC,Sports,Unknown,Piranha Games,,,,,,,, -/games/boxart/default.jpg,Bass Pro Shops: The Strike,PC,Sports,XS Games,Griffin International,,,,,,,2009-09-29, -/games/boxart/full_bass-pro-shops-the-strike-tournament-edition_849AmericaFront.jpg,Bass Pro Shops: The Strike - Tournament Edition,Wii,Sports,XS Games,XS Games,,,,,,,2011-10-17, -/games/boxart/full_4083125JapanFrontccc.jpg,Bass Rush: EcoGear PowerWorm Championship,N64,Sports,Visco,Visco,,,,,,,2000-04-28, -/games/boxart/full_6882517JapanFrontccc.jpg,Bass Tsuri Shiyouze!: Tournament wa Senryaku da!,GBA,Sports,Konami,Konami,,,,,,,2002-12-05, -/games/boxart/8757171ccc.jpg,Bassin's Black Bass with Hank Parker,SNES,Sports,Hot-B,Starfish,,,,,,,1994-11-01, -/games/boxart/full_536542JapanFrontccc.jpg,Bassing Beat,PS,Sports,Hearty Robin,Hearty Robin,,,,,,,1998-02-11, -/games/boxart/full_9441725JapanFrontccc.jpg,Bassing Beat 2,PS,Sports,Hearty Robin,Hearty Robin,,,,,,,2000-08-10, -/games/boxart/full_375307JapanFrontccc.jpg,BassRush Dream,DC,Sports,Visco,Visco,,,,,,,2000-12-21, -/games/boxart/full_4645045AmericaFrontccc.jpg,Batter Up,GG,Sports,Namco,Namco,,,,,,,1991-01-01, -/games/boxart/full_battle-dodge-ball_988JapanFront.jpg,Battle Dodge Ball,GB,Sports,Banpresto,Banpresto,,,,,,,1992-10-16, -/games/boxart/full_battle-dodge-ball-ii_651JapanFront.jpg,Battle Dodge Ball II,SNES,Sports,Banpresto,Banpresto,,,,,,,1993-07-23, -/games/boxart/full_battle-golfer-yui_374JapanFront.jpg,Battle Golfer Yui,GEN,Sports,Sega,Santos,,,,,,,1991-02-15, -/games/boxart/full_7367818JapanFrontccc.jpg,Battle Ping Pong,GB,Sports,Quest,Quest Corporation,,,,,,,1990-08-31, -/games/boxart/full_2960380JapanFrontccc.jpg,Battle Soccer 2,SNES,Sports,Banpresto,Banpresto,,,,,,,1994-11-25, -/games/boxart/full_8487829JapanFrontccc.jpg,Battle x Battle: Kyoudai Ou Densetsu,GBA,Sports,Starfish,Starfish,,,,,,,2003-09-26, -/games/boxart/6619316ccc.jpg,BattleSport,SAT,Sports,Acclaim Entertainment,Cyclone Studios,,,,,,,1997-01-01, -/games/boxart/full_3066223AmericaFrontccc.jpg,BattleSport,3DO,Sports,3DO,Cyclone Studios,,,,,,,1996-01-01, -/games/boxart/4118594ccc.jpg,BattleSport,PC,Sports,Acclaim Entertainment,Unexpected Development,,,,,,,1997-06-30, -/games/boxart/full_9486274JapanFrontccc.jpg,BB Ball,GBA,Sports,Micott & Basara Inc.,Micott & Basara,,,,,,,2004-06-24, -/games/boxart/default.jpg,"BCFX: The Black College Football Xperience, The Doug Williams Edition",PC,Sports,Unknown,Nerjyzed Entertainment,,,,,,,, -/games/boxart/full_beach-soccer_943AmericaFront.jpg,Beach Soccer,PC,Sports,Summitsoft Entertainment,Unknown,,,,,,,2003-03-04, -/games/boxart/full_1748937AmericaFrontccc.jpg,Beavis and Butt-head: Bunghole in One,PC,Sports,GT Interactive,Illusion Softworks,,,,,,,1998-12-31, -/games/boxart/full_beer-pong_903AmericaFront.jpg,Beer Pong,XBL,Sports,Microsoft,Utopioneer Games,,,,,,,2011-01-24, -/games/boxart/full_6119183JapanFrontccc.jpg,Best Keiba Derby Stallion,NES,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1991-12-21, -/games/boxart/full_8664397JapanFrontccc.jpg,Best Play Pro Yakyuu,NES,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1988-07-15, -/games/boxart/full_2699389JapanFrontccc.jpg,Best Play Pro Yakyuu,GBA,Sports,Enterbrain,ParityBit,,,,,,,2002-10-25, -/games/boxart/5100802ccc.jpg,Biathlon 2008,PS2,Sports,Conspiracy Entertainment,49Games,,,,,,,2008-02-26, -/games/boxart/full_big-bass-arcade_464AmericaFront.jpg,Big Bass Arcade,WW,Sports,Big John Games,Big John Games,,,,,,,2011-11-24, -/games/boxart/full_big-bass-arcade_654AmericaFront.jpg,Big Bass Arcade,DSiW,Sports,Big John Games,Big John Games,,,,,,,2011-05-16, -/games/boxart/full_big-beach-sports-2-pack_79AmericaFront.jpg,Big Beach Sports 2-Pack,Wii,Sports,THQ,THQ,,,,,,,2011-09-26, -/games/boxart/3523871ccc.jpg,Big Buck Hunter,PC,Sports,Midway Games,Play Mechanix,,,,,,,2007-10-01, -/games/boxart/full_5113069JapanFrontccc.jpg,Big Challenge Golf: Tokyo Yomiuri Country Club Hen,PS,Sports,Vap,Vap,,,,,,,1997-03-14, -/games/boxart/full_4245842AmericaFrontccc.jpg,Big League Slugger Baseball,PS,Sports,Agetec,Now Production,,,,,,,2003-07-15, -/games/boxart/default.jpg,Bigfoot,3DS,Sports,Zoo Games,Zoo Games,,,,,,,, -/games/boxart/full_bikkuri-nekketsu-shin-kiroku-dokodemo-kin-medal_417JapanFront.jpg,Bikkuri Nekketsu Shin Kiroku! Dokodemo Kin Medal,GB,Sports,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-07-16, -/games/boxart/4739620ccc.jpg,Bill Laimbeer's Combat Basketball,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1991-11-01, -/games/boxart/2171109ccc.jpg,Bill Walsh College Football,SCD,Sports,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/7667492ccc.jpg,Bill Walsh College Football,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1993-01-01, -/games/boxart/4567115ccc.jpg,Bill Walsh College Football '95,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1994-01-01, -/games/boxart/full_4621828PALFrontccc.jpg,Billard Action,DS,Sports,505 Games,Agenda,,,,,,,2006-02-03, -/games/boxart/default.jpg,Billiard,PS,Sports,Serene,Serene,,,,,,,2001-07-12, -/games/boxart/full_5182551PALFrontccc.jpg,Billiards Xciting,PS2,Sports,Agetec,Agenda,,,,,,,2004-02-27, -/games/boxart/full_billy-bobs-huntin-n-fishin_850AmericaFront.jpg,Billy Bob's Huntin'-n-Fishin',GB,Sports,Midway Games,Saffire Corporation,,,,,,,1999-11-17, -/games/boxart/full_bird-hunter-waterfowl-edition_3AmericaFront.jpg,Bird Hunter: Waterfowl Edition,PC,Sports,WizardWorks,Sunstorm Interactive,,,,,,,1999-01-01, -/games/boxart/9383974ccc.jpg,Black Bass: Lure Fishing,GB,Sports,Hot-B,Hot B,,,,,,,1994-01-01, -/games/boxart/full_4303837AmericaFrontccc.jpg,Black College Football Experience - The Doug Williams Edition,X360,Sports,Aspyr,Nerjyzed Entertainment,,,,,,,2009-08-25, -/games/boxart/default.jpg,Black College Football Xperience,PC,Sports,Nerjyzed Entertainment,Nerjyzed Entertainment,,,,,,,2007-11-23, -/games/boxart/full_2079375AmericaFrontccc.jpg,Blades of Steel,GB,Sports,Ultra Games,Konami,,,,,,,1991-08-01, -/games/boxart/4124382ccc.jpg,Blades of Steel,VC,Sports,Konami,Konami,,,,,,,2007-12-24, -/games/boxart/1339004ccc.jpg,Blades of Steel,NES,Sports,Konami,Konami,,,,,,,1988-12-01, -/games/boxart/full_9229893AmericaFrontccc.jpg,Blazing Birds,XBL,Sports,Microsoft,Vector 2 Games,,,,,,,2009-05-20, -/games/boxart/default.jpg,Blitz: The League,Wii,Sports,Unknown,Midway Games,,,,,,,, -/games/boxart/full_7641676PALFrontccc.png,Blood Bowl,PSN,Sports,Focus Home Interactive,Cyanide Studio,5,,,,,,2010-04-22, -/games/boxart/360162ccc.jpg,BMX Airmaster,2600,Sports,Unknown,TNT Games,,,,,,,1989-01-01, -/games/boxart/2619736ccc.jpg,BMX Trick Racer,GBA,Sports,Simon & Schuster Interactive,Simon & Schuster,,,,,,,2003-12-31, -/games/boxart/full_bo-jackson-baseball_111AmericaFront.png,Bo Jackson Baseball,NES,Sports,Data East,Beam Software,,,,,,,1991-10-01, -/games/boxart/7995098ccc.jpg,Bo Jackson's Hit and Run! Baseball and Football,GB,Sports,THQ,Equilibrium,,,,,,,1991-06-01, -/games/boxart/full_boarder-zone_203AmericaFront.jpg,Boarder Zone,GB,Sports,Infogrames,Software Creations,,,,,,,1999-01-01, -/games/boxart/default.jpg,Boat no Tsuriken,PS,Sports,Success,Success,,,,,,,2000-08-24, -/games/boxart/full_5746775JapanFrontccc.jpg,Boku no Tennis Jinsei,DC,Sports,Binbou Soft,Binbou Soft,,,,,,,2001-09-20, -/games/boxart/full_4201561PALFrontccc.jpg,Bomberman Hardball,PS2,Sports,Ubisoft,Hudson Soft,,,,,,,2005-01-01, -/games/boxart/4191844ccc.jpg,Bottom of the 9th,SAT,Sports,Konami,Konami,,,,,,,1996-11-30, -/games/boxart/default.jpg,Bouhatei no Tsuriken,PS,Sports,Success,Success,,,,,,,2000-08-24, -/games/boxart/full_5039326AmericaFrontccc.jpg,BounceCrazy,XBL,Sports,Microsoft,Just Plain Marky,,,,,,,2009-01-26, -/games/boxart/5392290ccc.jpg,Bowling,PS,Sports,Agetec,Tamsoft,2.3,,,,,,2001-05-14, -/games/boxart/full_5352634AmericaFrontccc.jpg,Bowling,2600,Sports,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_7837696AmericaFrontccc.jpg,Bowling,PSN,Sports,Sony Computer Entertainment,Tamsoft,,,,,,,2009-05-07, -/games/boxart/full_5779813AmericaFrontccc.png,Bowling 3D,PSN,Sports,Electronic Arts,MystoneGame Inc,,,,,,,2009-12-21, -/games/boxart/full_7580110AmericaFrontccc.png,Bowling King,And,Sports,Unknown,Unknown,,,,,,,2014-06-10, -/games/boxart/full_2588979AmericaFrontccc.jpg,Bowling X,XBL,Sports,Microsoft,Hotwave Games,,,,,,,2009-02-12, -/games/boxart/full_4806173PALFrontccc.jpg,Bowling Xciting,PS2,Sports,Agetec,Tamsoft,,,,,,,2004-02-27, -/games/boxart/2606054ccc.jpg,Boxing Legends of the Ring,SNES,Sports,Electro Brain,Sculptured Software,,,,,,,1993-09-01, -/games/boxart/8950589ccc.jpg,Boxing Legends of the Ring,GEN,Sports,Electro Brain,Sculptured Software,,,,,,,1993-01-01, -/games/boxart/full_4541934JapanFrontccc.jpg,Break In,VC,Sports,Hudson Soft,Naxat Soft,,,,,,,2008-08-11, -/games/boxart/full_8234412JapanFrontccc.jpg,Break In,PCE,Sports,Naxat Soft,Naxat Soft,,,,,,,1989-08-10, -/games/boxart/full_3998532PALFrontccc.jpg,Break Point,PS,Sports,Ocean,Smart Dog,,,,,,,1996-12-01, -/games/boxart/1461188ccc.jpg,Break Point Tennis,SAT,Sports,Acclaim Entertainment,Smart Dog,,,,,,,1996-01-01, -/games/boxart/full_break-time-the-national-pool-tour_203AmericaFront.jpg,Break Time: The National Pool Tour,NES,Sports,FCI,Opera House,,,,,,,1993-01-01, -/games/boxart/full_7545984JapanFrontccc.jpg,Break Volley,PS,Sports,Aqua Rouge,Art Co. Ltd.,,,,,,,1999-11-02, -/games/boxart/full_6925961JapanFrontccc.jpg,Breeding Stud,PS,Sports,Konami,Konami,,,,,,,1997-03-27, -/games/boxart/full_2923620JapanFrontccc.jpg,Breeding Stud '99,PS,Sports,Konami,Konami,,,,,,,1999-11-11, -/games/boxart/full_brett-hull-hockey_0AmericaFront.jpg,Brett Hull Hockey,SNES,Sports,Accolade,Radical Entertainment,,,,,,,1994-01-01, -/games/boxart/7368778ccc.jpg,Brett Hull Hockey,GEN,Sports,Unknown,Radical Entertainment,,,,,,,2020-12-31, -/games/boxart/4265446ccc.gif,Brett Hull Hockey 95,GEN,Sports,Accolade,Radical Entertainment,,,,,,,1994-09-10, -/games/boxart/full_brett-hull-hockey-95_0AmericaFront.jpg,Brett Hull Hockey 95,PC,Sports,Accolade,Radical Entertainment,,,,,,,1994-01-01, -/games/boxart/full_brett-hull-hockey-95_5AmericaFront.jpg,Brett Hull Hockey 95,SNES,Sports,Accolade,Radical Entertainment,,,,,,,1994-09-10, -/games/boxart/full_brian-cloughs-football-fortunes_202PALFront.jpg,Brian Clough's Football Fortunes,PC,Sports,Unknown,CDS Software Ltd,,,,,,,1987-01-01, -/games/boxart/2730217ccc.jpg,Brian Lara Cricket,GEN,Sports,Codemasters,Audiogenic Ltd.,,,,,,,1995-01-01, -/games/boxart/7495794ccc.jpg,Brian Lara Cricket 96,GEN,Sports,Codemasters,Audiogenic Ltd.,,,,,,,1996-01-01, -/games/boxart/full_brian-lara-international-cricket-2005_3PALFront.jpg,Brian Lara International Cricket 2005,PS2,Sports,Codemasters,Swordfish Studios,,,,,,,2005-07-21, -/games/boxart/full_8632099PALFrontccc.jpg,Brian Lara International Cricket 2007,PC,Sports,Codemasters,Codemasters,,,,,,,2007-03-23, -/games/boxart/full_7957282PALFrontccc.jpg,Brian Lara International Cricket 2007,PS2,Sports,Codemasters,Codemasters,,,,,,,2007-03-23, -/games/boxart/default.jpg,Brunswick Billiards Pro Pool 3D,PC,Sports,Head Games,Head Games,,,,,,,1997-06-01, -/games/boxart/default.jpg,Brunswick Billiards Pro Pool 3D 2,PC,Sports,Head Games,Head Games,,,,,,,2000-04-28, -/games/boxart/full_917098AmericaFrontccc.jpg,Brunswick Circuit Pro Bowling 3D,PC,Sports,THQ,Adrenalin Entertainment,,,,,,,1998-09-30, -/games/boxart/full_282211AmericaFrontccc.png,Brunswick Pro Bowling,PSN,Sports,Crave Entertainment,Point of View,,,,,,,2009-09-30, -/games/boxart/full_5460567AmericaFrontccc.jpg,Brunswick World Tournament of Champions,SNES,Sports,THQ,Tiertex Design Studios,,,,,,,1997-08-01, -/games/boxart/7103677ccc.jpg,Brutal Sports Football,AJ,Sports,Atari,Millennium,,,,,,,1994-01-01, -/games/boxart/2363092ccc.jpg,Budokan: The Martial Spirit,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1990-01-01, -/games/boxart/full_9337310AmericaFrontccc.jpg,Bulls versus Blazers and the NBA Playoffs,GEN,Sports,EA Sports,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/full_9067690AmericaFrontccc.jpg,Bulls vs Blazers and the NBA Playoffs,SNES,Sports,EA Sports,Electronic Arts,,,,,,,1992-12-01, -/games/boxart/full_2521536AmericaFrontccc.jpg,Bulls vs Lakers and the NBA Playoffs,GEN,Sports,EA Sports,Capcom,,,,,,,1992-01-01, -/games/boxart/9146032ccc.jpg,Bundesliga Manager,PC,Sports,Unknown,Bild Interactiv,,,,,,,, -/games/boxart/2170512ccc.jpg,Cabela's African Safari,PS2,Sports,Activision,Activision Value,,,,,,,2006-10-17, -/games/boxart/full_4656346AmericaFrontccc.jpg,Cabela's African Safari,PC,Sports,Activision,Activision Value,,,,,,,2006-10-17, -/games/boxart/full_4585928AmericaFrontccc.png,Cabela's African Safari,PSN,Sports,Activision,Activision Value,,,,,,,2009-09-30, -/games/boxart/full_5226161AmericaFrontccc.jpg,Cabela's Alaskan Adventure,PC,Sports,Activision,Activision,,,,,,,2006-10-02, -/games/boxart/full_7625918AmericaFrontccc.png,Cabela's Big Game Hunter 2005 Adventures,PC,Sports,Activision,Activision Value,,,,,,,2004-09-06, -/games/boxart/full_2295180AmericaFrontccc.jpg,Cabela's Dangerous Hunts,PC,Sports,Activision,FUN Labs,,,,,,,2004-02-05, -/games/boxart/full_9733943AmericaFrontccc.jpg,Cabela's Dangerous Hunts 2,PC,Sports,Activision,FUN Labs,,,,,,,2005-11-24, -/games/boxart/full_873804AmericaFrontccc.png,Cabela's Dangerous Hunts: Ultimate Challenge,PSN,Sports,Activision,FUN Labs,,,,,,,2009-09-30, -/games/boxart/full_2804815AmericaFrontccc.jpg,Cabela's Monster Bass,PS2,Sports,Activision,Activision,,,,,,,2007-11-19, -/games/boxart/1846554ccc.jpg,Cabela's Monster Bass,PS3,Sports,Activision,Activision,,,,,,,2008-07-15, -/games/boxart/4507981ccc.jpg,Cabela's Monster Bass,Wii,Sports,Activision,Activision,,,,,,,2008-07-15, -/games/boxart/7252218ccc.jpg,Cabela's Monster Bass,X360,Sports,Activision,Activision,,,,,,,2008-07-15, -/games/boxart/full_cabelas-north-american-adventures_8AmericaFront.jpg,Cabela's North American Adventures,PSN,Sports,Activision,Activision,,,,,,,2010-09-14, -/games/boxart/full_4322082AmericaFrontccc.jpg,Cabela's Ultimate Deer Hunt: Open Season,PS,Sports,Activision,Coresoft,,,,,,,2002-10-30, -/games/boxart/5349147ccc.jpg,Cal Ripken Jr. Baseball,SNES,Sports,Mindscape,Beam Software,,,,,,,1992-12-01, -/games/boxart/4696219ccc.jpg,Cal Ripken Jr. Baseball,GEN,Sports,Mindscape,Mindscape,,,,,,,1992-01-01, -/games/boxart/default.jpg,California Games,DS,Sports,Unknown,System 3,,,,,,,, -/games/boxart/802711ccc.jpg,California Games,NES,Sports,Milton Bradley,Rare Ltd.,,,,,,,1989-06-01, -/games/boxart/6761868ccc.jpg,California Games,GEN,Sports,Sega,Novotrade International,,,,,,,1991-01-01, -/games/boxart/full_2606747AmericaFrontccc.jpg,California Games,Lynx,Sports,Atari,Epyx,,,,,,,1989-01-01, -/games/boxart/3630331ccc.jpg,California Games,MS,Sports,Sega,Epyx,,,,,,,1989-01-01, -/games/boxart/default.jpg,California Games,PSP,Sports,Unknown,System 3,,,,,,,, -/games/boxart/full_7003364AmericaFrontccc.jpg,California Games,PC,Sports,Epyx,Epyx,,,,,,,1987-01-01, -/games/boxart/3438397ccc.jpg,California Games,2600,Sports,Epyx,Epyx,,,,,,,1988-01-01, -/games/boxart/full_california-games_7AmericaFront.jpg,California Games,VC,Sports,Commodore,Epyx,,,,,,,2009-07-06, -/games/boxart/default.jpg,California Games,PS2,Sports,Unknown,Play It,,,,,,,, -/games/boxart/full_california-games-ii_599AmericaFront.jpg,California Games II,SNES,Sports,DTMC,Silicon Sorcery,,,,,,,1993-01-01, -/games/boxart/full_california-games-ii_4PALFront.jpg,California Games II,MS,Sports,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_california-games-ii_827AmericaFront.jpg,California Games II,PC,Sports,Epyx,Epyx,,,,,,,1990-01-01, -/games/boxart/full_6219712PALFrontccc.jpg,California Surfing,PS,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2003-02-07, -/games/boxart/full_2225077PALFrontccc.jpg,California Watersports,PS,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-04-13, -/games/boxart/full_canada-hunt_309AmericaFront.jpg,Canada Hunt,PC,Sports,Unknown,Rhino Studios,,,,,,,2009-11-21, -/games/boxart/full_1912642AmericaFrontccc.jpg,Cannondale Cup,SNES,Sports,American Softworks,Radical Entertainment,,,,,,,1994-11-01, -/games/boxart/full_capcoms-gold-medal-challenge-92_323AmericaFront.jpg,Capcom's Gold Medal Challenge '92,NES,Sports,Capcom,Capcom,,,,,,,1992-08-01, -/games/boxart/full_5186256AmericaFrontccc.jpg,Capcom's MVP Football,SNES,Sports,Capcom,Equilibrium,,,,,,,1993-10-01, -/games/boxart/full_979557JapanFrontccc.jpg,Captain Tsubasa,SCD,Sports,Tecmo,Tecmo,,,,,,,1994-09-30, -/games/boxart/full_8602683JapanFrontccc.jpg,Captain Tsubasa II: Super Striker,NES,Sports,Tecmo,Tecmo,,,,,,,1990-07-20, -/games/boxart/full_captain-tsubasa-iii-koutei-no-chousen_0JapanFront.jpg,Captain Tsubasa III: Koutei no Chousen,SNES,Sports,Tecmo,Tecmo,,,,,,,1992-07-17, -/games/boxart/full_2662357JapanFrontccc.jpg,Captain Tsubasa IV: Pro no Rival Tachi,SNES,Sports,Tecmo,Tecmo,,,,,,,1993-04-03, -/games/boxart/full_7127516JapanFrontccc.jpg,Captain Tsubasa J: Get in the Tomorrow,PS,Sports,Bandai,Bandai,,,,,,,1995-05-03, -/games/boxart/full_3392378JapanFrontccc.jpg,Captain Tsubasa J: Zenkoku Seiha e no Chousen,GB,Sports,Bandai,Bandai,,,,,,,1995-09-14, -/games/boxart/full_7844386JapanFrontccc.jpg,Captain Tsubasa V: Hasha no Shougou Campione,SNES,Sports,Tecmo,Tecmo,,,,,,,1994-12-09, -/games/boxart/full_8884232JapanFrontccc.jpg,Captain Tsubasa VS,GB,Sports,Tecmo,Graphic Research,,,,,,,1992-03-27, -/games/boxart/full_2744561JapanFrontccc.jpg,Captain Tsubasa: Eikou no Kiseki,GBA,Sports,Konami,Konami,,,,,,,2002-02-21, -/games/boxart/full_3722309JapanFrontccc.jpg,Captain Tsubasa: Ougon Sedai no Chousen,GC,Sports,Konami,Konami,,,,,,,2002-09-12, -/games/boxart/full_card-captor-sakura-tomoe-shougakkou-daiundoukai_9JapanFront.jpg,Card Captor Sakura: Tomoe Shougakkou Daiundoukai,GB,Sports,MTO,MTO,,,,,,,2000-10-06, -/games/boxart/full_carl-lewis-athletics_7PALFront.jpg,Carl Lewis Athletics,GB,Sports,Ubisoft,Planet Interactive,,,,,,,2000-09-15, -/games/boxart/full_3928373JapanFrontccc.jpg,Carom Shot,PS,Sports,Argent,Unknown,,,,,,,1997-04-25, -/games/boxart/full_caveman-games_5AmericaFront.jpg,Caveman Games,NES,Sports,Data East,Data East,,,,,,,1990-10-01, -/games/boxart/full_6769887PALFrontccc.jpg,Centre Court Tennis,N64,Sports,Big Ben Interactive,Hudson Soft,,,,,,,1999-01-01, -/games/boxart/full_champions-forever-boxing_6AmericaFront.jpg,Champions Forever Boxing,PCE,Sports,Turbo Technologies,"Distinctive Software, Inc.",,,,,,,1991-10-01, -/games/boxart/full_6176589PALFrontccc.jpg,Champions of Europe,MS,Sports,TecMagik,TecMagik,,,,,,,1988-01-01, -/games/boxart/7987153ccc.jpg,Champions World Class Soccer,GEN,Sports,Flying Edge,Park Place Productions,,,,,,,1993-01-01, -/games/boxart/full_8098989AmericaFrontccc.jpg,Championship Bass,PC,Sports,EA Sports,EA Seattle,,,,,,,2000-03-31, -/games/boxart/full_2030839AmericaFrontccc.png,Championship Bass,PSN,Sports,Sony Computer Entertainment,EA Seattle,,,,,,,2010-01-21, -/games/boxart/6501633ccc.jpg,Championship Bowling,GEN,Sports,"Mentrix Software, Inc.",Visco,,,,,,,1993-02-14, -/games/boxart/821360ccc.jpg,Championship Bowling,NES,Sports,Romstar,Another,,,,,,,1989-12-01, -/games/boxart/full_1456751PALFrontccc.jpg,Championship Hockey,MS,Sports,U.S. Gold,U.S. Gold,,,,,,,1992-01-01, -/games/boxart/full_3999329PALFrontccc.jpg,Championship Manager '09,PC,Sports,Eidos Interactive,Beautiful Game Studios,,,,,,,2009-09-11, -/games/boxart/full_4568183PALFrontccc.jpg,Championship Manager 2006,PS2,Sports,Eidos Interactive,Gusto Games,,,,,,,2006-05-05, -/games/boxart/full_8378188PALFrontccc.png,Championship Manager 2006/07,PSN,Sports,Eidos Interactive,Eidos Interactive,,,,,,,2009-07-09, -/games/boxart/full_9533527PALFrontccc.jpg,Championship Manager 2006/07,PSP,Sports,Eidos Interactive,Eidos Interactive,,,,,,,2006-04-07, -/games/boxart/default.jpg,Championship Manager 2007,XB,Sports,Unknown,Beautiful Game Studios,,,,,,,, -/games/boxart/full_7119966PALFrontccc.jpg,Championship Manager 2007,PS2,Sports,Eidos Interactive,Gusto Games,,,,,,,2007-03-16, -/games/boxart/full_4776657PALFrontccc.jpg,Championship Manager 2010,PSN,Sports,Eidos Interactive,Dynamo Games,,,,,,,2010-04-29, -/games/boxart/full_1333514PALFrontccc.jpg,Championship Manager 5,XB,Sports,Eidos Interactive,Gusto Games,,,,,,,2005-05-13, -/games/boxart/full_1373502PALFrontccc.jpg,Championship Manager 5,PS2,Sports,Eidos Interactive,Gusto Games,,,,,,,2005-05-13, -/games/boxart/default.jpg,Championship Manager 93,PC,Sports,Unknown,Sports Interactive,,,,,,,, -/games/boxart/full_951373PALFrontccc.jpg,Championship Manager Season 01/02,XB,Sports,Eidos Interactive,Sports Interactive,9.1,,,,,,2002-04-26, -/games/boxart/full_6520348PALFrontccc.jpg,Championship Manager Season 02/03,XB,Sports,Eidos Interactive,Sports Interactive,,,,,,,2002-12-06, -/games/boxart/default.jpg,Championship Manager Season 2,PC,Sports,Unknown,Sports Interactive,,,,,,,, -/games/boxart/full_40268PALFrontccc.png,Championship Manager Season 97/98,PC,Sports,Eidos Interactive,Sports Interactive,,,,,,,1997-10-31, -/games/boxart/1747261ccc.jpg,Championship Pool,GEN,Sports,Mindscape,Bitmasters,,,,,,,1993-01-01, -/games/boxart/full_8508991AmericaFrontccc.jpg,Championship Pool,SNES,Sports,Mindscape,Bitmasters,,,,,,,1993-11-01, -/games/boxart/4773030ccc.jpg,Championship Pool,GB,Sports,Mindscape,Bitmasters,,,,,,,1993-11-01, -/games/boxart/6181963ccc.jpg,Championship Pool,NES,Sports,Mindscape,Bitmasters,,,,,,,1993-10-01, -/games/boxart/3686568ccc.jpg,Championship Soccer '94,SCD,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-01-01, -/games/boxart/full_championship-soccer-94_5AmericaFront.jpg,Championship Soccer '94,SNES,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-06-01, -/games/boxart/4012000ccc.jpg,Championship Surfer,DC,Sports,Mattel Interactive,Krome Studios,6.1,,,,,,2000-12-11, -/games/boxart/full_929255AmericaFrontccc.jpg,Championship Surfer,PC,Sports,Mattel Interactive,Krome Studios,,,,,,,2000-11-19, -/games/boxart/8378510ccc.jpg,Chavez II,GEN,Sports,American Softworks,Sculptured Software,,,,,,,1993-01-01, -/games/boxart/22797ccc.jpg,Chi Chi's Pro Challenge Golf,GEN,Sports,Virgin Interactive,Coconuts Japan,,,,,,,1993-03-23, -/games/boxart/full_441364JapanFrontccc.jpg,Chi to Ase to Namida no Koukou Yakyuu,GB,Sports,J-Wing,Digital Kids,,,,,,,2000-11-03, -/games/boxart/full_7992643JapanFrontccc.jpg,Chou-Kuukan Night Pro Yakyuu King 2,N64,Sports,Imagineer,Genki,,,,,,,1999-03-19, -/games/boxart/full_choukyuukai-miracle-nine_579JapanFront.jpg,Choukyuukai Miracle Nine,GEN,Sports,Sega,Sega,,,,,,,1995-07-21, -/games/boxart/full_921398PALFrontccc.jpg,City Soccer Challenge,PS2,Sports,Phoenix Games,Data Design Interactive,,,,,,,2006-07-28, -/games/boxart/default.jpg,Club Football,XB,Sports,Codemasters,Codemasters,,,,,,,2003-10-10, -/games/boxart/default.jpg,Club Football,PS2,Sports,Codemasters,Codemasters,,,,,,,2003-10-10, -/games/boxart/default.jpg,Club Football 2005,XB,Sports,Codemasters,Codemasters,,,,,,,2004-10-15, -/games/boxart/default.jpg,Club Football 2005,PS2,Sports,Codemasters,Codemasters,,,,,,,2004-10-15, -/games/boxart/full_7271623AmericaFrontccc.jpg,Clutch Hitter,GG,Sports,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_coach-k-college-basketball_10AmericaFront.jpg,Coach K College Basketball,GEN,Sports,EA Sports,EA Canada,,,,,,,1995-01-01, -/games/boxart/1967519ccc.jpg,Cocoto Fishing Master,WW,Sports,Neko Entertainment,Neko Entertainment,,,,,,,2008-06-16, -/games/boxart/full_cocoto-fishing-master_728PALFront.jpg,Cocoto Fishing Master,GC,Sports,Big Ben Interactive,Neko Entertainment,,,,,,,2005-12-25, -/games/boxart/2194673ccc.jpg,Cocoto Fishing Master,PS2,Sports,Conspiracy Entertainment,Neko Entertainment,,,,,,,2007-12-04, -/games/boxart/full_4976041PALFrontccc.jpg,Cocoto Surprise,Wii,Sports,Big Ben Interactive,Neko Entertainment,,,,,,,2009-11-27, -/games/boxart/full_college-football-usa-96_9AmericaFront.jpg,College Football USA 96,GEN,Sports,EA Sports,High Score Productions,,,,,,,1995-01-01, -/games/boxart/full_college-football-usa-97_2AmericaFront.jpg,College Football USA 97,SNES,Sports,Black Pearl,Ceris Software,,,,,,,1996-12-01, -/games/boxart/full_college-football-usa-97_3AmericaFront.jpg,College Football USA 97,GEN,Sports,EA Sports,EA Tiburon,,,,,,,1996-01-01, -/games/boxart/full_college-footballs-national-championship_5AmericaFront.jpg,College Football's National Championship,GEN,Sports,Sega,Bluesky Innovations,,,,,,,1994-01-01, -/games/boxart/full_college-footballs-national-championship-ii_6AmericaFront.jpg,College Football's National Championship II,GEN,Sports,Sega,Bluesky Innovations,,,,,,,1995-01-01, -/games/boxart/full_5042880AmericaFrontccc.jpg,College Hoops 2K7,XB,Sports,2K Sports,Visual Concepts,7.2,,,,,,2006-11-20, -/games/boxart/5534025ccc.jpg,College Hoops 2K7,PS2,Sports,2K Sports,Visual Concepts,7.1,,,,,,2006-12-11, -/games/boxart/default.jpg,College LaCrosse 2010,XBL,Sports,Unknown,Triple B Games,,,,,,,, -/games/boxart/full_college-lacrosse-2011_544AmericaFront.jpg,College Lacrosse 2011,XBL,Sports,Microsoft,Carlo Sunseri,,,,,,,2011-02-12, -/games/boxart/2542644ccc.jpg,College Slam,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/full_2124781AmericaFrontccc.jpg,College Slam,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-31, -/games/boxart/8337628ccc.jpg,College Slam,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/7026214ccc.jpg,College Slam,GB,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/2698171ccc.jpg,College Slam,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/full_1411030AmericaFrontccc.jpg,Colosseum: Hammerball,XBL,Sports,Microsoft,Shortfuse Games,,,,,,,2009-10-12, -/games/boxart/full_7170377AmericaFrontccc.png,Cool Boarders,PSN,Sports,Sony Computer Entertainment,UEP Systems,,,,,,,2006-12-04, -/games/boxart/full_4297188AmericaFrontccc.png,Cool Boarders 2,PSN,Sports,Sony Computer Entertainment,UEP Systems,,,,,,,2009-08-27, -/games/boxart/full_8804412AmericaFrontccc.png,Cool Boarders 3,PSN,Sports,Sony Computer Entertainment,Idol Minds Digital Entertainment,,,,,,,2009-09-03, -/games/boxart/full_4521352JapanFrontccc.jpg,Cool Boarders: Code Alien,PS2,Sports,UEP Systems,UEP Systems,,,,,,,2000-12-21, -/games/boxart/full_8034240PALFrontccc.jpg,Cool Shot,PS2,Sports,Phoenix Games,DigiCube,,,,,,,2003-01-30, -/games/boxart/full_7205289JapanFrontccc.jpg,Cosmic Smash,DC,Sports,Sega,Sega Rosso,,,,,,,2001-09-13, -/games/boxart/full_6591832AmericaFrontccc.jpg,Crash 'n the Boys: Street Challenge,VC,Sports,Aksys Games,Technos Japan Corporation,,,,,,,2009-09-14, -/games/boxart/603706ccc.jpg,Crash 'n the Boys: Street Challenge,NES,Sports,American Technos,Technos Japan Corporation,,,,,,,1992-10-01, -/games/boxart/full_6197664PALFrontccc.jpg,Crazy Golf,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2005-02-25, -/games/boxart/full_6977757AmericaFrontccc.jpg,Crazy Golf,DSiW,Sports,DTP Entertainment,dtp entertainment AG,,,,,,,2010-05-03, -/games/boxart/default.jpg,Cricket,WW,Sports,Unknown,HB Studios,,,,,,,, -/games/boxart/full_7727194PALFrontccc.jpg,Cricket 07,PC,Sports,EA Sports,EA Canada,,,,,,,2006-11-24, -/games/boxart/full_2678634PALFrontccc.jpg,Cricket 07,PS2,Sports,EA Sports,EA Canada,,,,,,,2006-11-24, -/games/boxart/full_cricket-2002_626PALFront.jpg,Cricket 2002,PC,Sports,EA Sports,The Creative Assembly,,,,,,,2002-06-28, -/games/boxart/full_cricket-2002_263PALFront.jpg,Cricket 2002,PS2,Sports,EA Sports,The Creative Assembly,,,,,,,2002-02-01, -/games/boxart/full_3348766PALFrontccc.jpg,Cricket 2005,PS2,Sports,EA Sports,HB Studios,,,,,,,2005-07-01, -/games/boxart/full_5894660PALFrontccc.jpg,Cricket 2005,XB,Sports,EA Sports,HB Studios,,,,,,,2005-07-01, -/games/boxart/full_7847994PALFrontccc.jpg,Cricket 2005,PC,Sports,EA Sports,HB Studios,,,,,,,2005-07-01, -/games/boxart/full_6439894AmericaFrontccc.jpg,Cricket Captain 2014,PC,Sports,Kiss,Unknown,,,,,,,2014-08-08, -/games/boxart/default.jpg,Cricket Challenge,WW,Sports,Gamehastra,Gameshastra Solutions,,,,,,,2011-02-18, -/games/boxart/default.jpg,Cricket Coach 2009,PC,Sports,Unknown,Rockingham Software,,,,,,,, -/games/boxart/full_5038489PALFrontccc.jpg,CustomPlay Golf,PC,Sports,Fusion Labs,CustomPlay Games,,,,,,,2005-09-02, -/games/boxart/full_3457775AmericaFrontccc.jpg,Cut And Run,XBL,Sports,Microsoft,CookTrain,,,,,,,2009-12-16, -/games/boxart/full_cyber-dodge_1JapanFront.jpg,Cyber Dodgeball,PCE,Sports,Tonkin House,Tonkin House,,,,,,,1992-01-31, -/games/boxart/1248506ccc.jpg,Cyber Stadium Series: Base Wars,NES,Sports,Ultra Games,Konami,,,,,,,1991-06-01, -/games/boxart/full_cyberball_4AmericaFront.jpg,Cyberball,GEN,Sports,Sega,Tengen,,,,,,,1990-01-01, -/games/boxart/7518305ccc.jpg,Cyberball,NES,Sports,Jaleco,Tengen,,,,,,,1992-01-01, -/games/boxart/full_5819438AmericaFrontccc.jpg,Cyberball 2072,XBL,Sports,Midway Games,Digital Eclipse,,,,,,,2007-09-05, -/games/boxart/full_6605384PALFrontccc.jpg,Cyberbike,Wii,Sports,Big Ben Interactive,Neko Entertainment,,,,,,,2011-06-28, -/games/boxart/full_1187912AmericaFrontccc.jpg,CyberTiger,GB,Sports,Electronic Arts,Xantera,,,,,,,2000-11-01, -/games/boxart/full_1388566JapanFrontccc.jpg,Dan Doh!! Xi,GBA,Sports,Game Village,GameVillage,,,,,,,2002-11-14, -/games/boxart/full_7305916AmericaFrontccc.jpg,Dart Rage,WW,Sports,JV Games Inc.,JV Games Inc.,,,,,,,2010-03-01, -/games/boxart/default.jpg,DARTS Wii,WW,Sports,Alpha Unit,Alpha Unit,,,,,,,2008-10-14, -/games/boxart/full_6488707JapanFrontccc.jpg,Darts Wii Deluxe,Wii,Sports,Alpha Unit,Alpha Unit,,,,,,,2009-03-19, -/games/boxart/2255550ccc.jpg,Dave Mirra Freestyle BMX,DC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",7.1,,,,,,2000-11-20, -/games/boxart/full_2906453AmericaFrontccc.jpg,Dave Mirra Freestyle BMX,PC,Sports,Acclaim Entertainment,"Z-Axis, Ltd.",,,,,,,2000-12-14, -/games/boxart/full_9203150AmericaFrontccc.jpg,Dave Mirra Freestyle BMX,GB,Sports,Acclaim Entertainment,Neon Studios,,,,,,,2000-11-10, -/games/boxart/9698156ccc.jpg,David Crane's Amazing Tennis,GEN,Sports,Absolute Entertainment,Absolute Entertainment,,,,,,,1992-01-01, -/games/boxart/2801824ccc.jpg,David Robinson's Supreme Court,GEN,Sports,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_davis-cup-complete-tennis_6PALFront.jpg,Davis Cup Complete Tennis,PS,Sports,Telstar,Dome Software,,,,,,,1996-10-01, -/games/boxart/8833279ccc.jpg,Davis Cup Tennis,GEN,Sports,Tengen,Loriciels,,,,,,,1993-08-15, -/games/boxart/full_davis-cup-tennis_5AmericaFront.jpg,Davis Cup Tennis,PCE,Sports,NEC,Loriciels,,,,,,,1991-01-01, -/games/boxart/full_1580695AmericaFrontccc.jpg,Deadliest Catch: Alaskan Storm,PC,Sports,Navarre Corp,Liquid Dragon Studios,,,,,,,2008-08-19, -/games/boxart/full_1164866JapanFrontccc.jpg,Dear Boys,SNES,Sports,Yutaka,Yutaka,,,,,,,1994-10-28, -/games/boxart/full_9468448JapanFrontccc.jpg,Dear Boys: Fast Break!,PS2,Sports,Konami,Konami,,,,,,,2003-09-18, -/games/boxart/full_deca-sports-freedom_453AmericaFront.jpg,Deca Sports Freedom,XBL,Sports,Hudson Entertainment,Hudson Entertainment,3,,,,,,2011-08-30, -/games/boxart/full_9027660PALFrontccc.png,Decathletes,PSN,Sports,Ghostlight,Codemonkeys,,,,,,,2009-02-19, -/games/boxart/5452523ccc.jpg,Decathlon,5200,Sports,Activision,Activision,,,,,,,1984-01-01, -/games/boxart/default.jpg,Deep Sea Trophy Fishing,PC,Sports,GT Interactive,WizardWorks,,,,,,,1998-01-01, -/games/boxart/full_deer-captor_9AmericaFront.jpg,Deer Captor,WW,Sports,Aksys Games,Aksys Games,,,,,,,2010-08-02, -/games/boxart/full_deer-drive_2AmericaFront.jpg,Deer Drive,PC,Sports,Cinemaware,SCS Software,,,,,,,2007-06-26, -/games/boxart/full_4926896AmericaFrontccc.jpg,Deer Drive Legends,3DS,Sports,Maximum Family Games,Raylight Studios,,,,,,,2012-05-29,2018-09-17 -/games/boxart/full_6810908AmericaFrontccc.jpg,Deer Drive Legends,Wii,Sports,Maximum Games,Raylight Studios,,,,,,,2012-12-16,2018-09-17 -/games/boxart/522823ccc.jpg,Deer Hunter,GB,Sports,Vatical Entertainment,Morning Star Multimedia,,,,,,,1999-12-22, -/games/boxart/full_deer-hunter-5-tracking-trophies_502AmericaFront.jpg,Deer Hunter 5: Tracking Trophies,PC,Sports,WizardWorks,Sunstorm Interactive,,,,,,,2001-08-29, -/games/boxart/9150940ccc.jpg,Deer Hunter Tournament,X360,Sports,Unknown,South Logic Studios,,,,,,,2020-12-31, -/games/boxart/full_7955883JapanFrontccc.jpg,Derby Analyst,SAT,Sports,Media Entertainment,Bull's Eye,,,,,,,1997-05-30, -/games/boxart/full_derby-dogs_720AmericaFront.jpg,Derby Dogs,WW,Sports,Aksys Games,SIMS,,,,,,,2010-11-15, -/games/boxart/full_281285JapanFrontccc.jpg,Derby Jockey 2001,PS,Sports,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,2001-01-18, -/games/boxart/full_7346594JapanFrontccc.jpg,Derby Jockey R,PS,Sports,Asmik Ace Entertainment,"Asmik Ace Entertainment, Inc",,,,,,,1997-02-28, -/games/boxart/default.jpg,Derby Owners Club Online,PC,Sports,Sega,Sega,,,,,,,2004-12-16, -/games/boxart/full_8964223JapanFrontccc.jpg,Derby Stallion Zengokuban,NES,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1992-08-29, -/games/boxart/full_7986224JapanFrontccc.jpg,Derby Time,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2005-04-21, -/games/boxart/full_4718250JapanFrontccc.jpg,Derby Tsuku 2,DC,Sports,Sega,Smilebit,,,,,,,2001-08-09, -/games/boxart/full_5131831JapanFrontccc.jpg,Derby Tsuku 3: Derby Uma o Tsukurou!,GC,Sports,Sega,Smilebit,,,,,,,2003-12-11, -/games/boxart/full_5403207JapanFrontccc.jpg,Derby Tsuku 3: Derby Uma o Tsukurou!,PS2,Sports,Sega,Smilebit,,,,,,,2003-12-11, -/games/boxart/full_2793767JapanFrontccc.jpg,Derby Tsuku 4: Derby Uma o Tsukurou!,PS2,Sports,Sega,Team Land Ho!,,,,,,,2004-12-02, -/games/boxart/full_devils-course_6JapanFront.jpg,Devil's Course,GEN,Sports,Sega,Tikipod,,,,,,,1994-01-28, -/games/boxart/1905416ccc.jpg,Dick Vitale's Awesome Baby! College Hoops,GEN,Sports,Time Warner Interactive,Time Warner Interactive,,,,,,,1994-01-01, -/games/boxart/full_8919059PALFrontccc.jpg,Die Wilden Fussball Kerle: Entscheidung im Teufelstopf,GBA,Sports,Kiddinx,Morgen Studios,,,,,,,2006-05-11, -/games/boxart/full_1994538PALFrontccc.jpg,Die Wilden Fussball Kerle: Gefahr im Wilde Kerle Land,GBA,Sports,Kiddinx,Kiddinx,,,,,,,2007-02-19, -/games/boxart/full_9610708JapanFrontccc.jpg,Digital Keiba Shinbun My Trick Man,DC,Sports,Shouei,Shouei,,,,,,,1999-04-08, -/games/boxart/full_dino-dinis-soccer_606PALFront.jpg,Dino Dini's Soccer,SNES,Sports,Virgin Interactive,Eurocom Entertainment Software,,,,,,,1995-06-29, -/games/boxart/full_dino-dinis-soccer_841PALFront.jpg,Dino Dini's Soccer,GEN,Sports,Virgin Interactive,Dini and Dini Productions,,,,,,,1994-01-01, -/games/boxart/full_6368145JapanFrontccc.jpg,Disc Derby,PS,Sports,Dazz,Nexus Interactive,,,,,,,2000-03-30, -/games/boxart/full_dodge-boy_834JapanFront.jpg,Dodge Boy,GB,Sports,Tonkin House,Tonkin House,,,,,,,1991-12-06, -/games/boxart/full_9237686PALFrontccc.jpg,DodgeBall,PS2,Sports,505 Games,Access,,,,,,,2005-06-01, -/games/boxart/full_4654656JapanFrontccc.jpg,Dolucky no Kusayakiu,SNES,Sports,Imagineer,Zoom Inc.,,,,,,,1993-12-17, -/games/boxart/full_622810JapanFrontccc.jpg,Dolucky's A-League Soccer,SNES,Sports,Imagineer,Zoom Inc.,,,,,,,1994-07-08, -/games/boxart/full_5709088PALFrontccc.jpg,Don Bradman Cricket 14,PC,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2014-06-26, -/games/boxart/full_7811470JapanFrontccc.jpg,Don Bradman Cricket 17,XOne,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2016-12-16, -/games/boxart/full_7895407JapanFrontccc.jpg,Don Bradman Cricket 17,PS4,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2016-12-16, -/games/boxart/full_doodle-pool_940PALFront.png,Doodle Pool,PSN,Sports,Big Head Games,Big Head Games Ltd.,,,,,,,2011-03-22, -/games/boxart/full_1193273AmericaFrontccc.jpg,Double D Dodgeball,XBL,Sports,Yuke's,"Yuke's Co., Ltd.",,,,,,,2008-07-16, -/games/boxart/full_double-dribble_5AmericaFront.jpg,Double Dribble,VC,Sports,Konami,Konami,,,,,,,2007-11-26, -/games/boxart/full_double-dribble_1AmericaFront.jpg,Double Dribble,NES,Sports,Konami,Konami,,,,,,,1987-09-01, -/games/boxart/9247364ccc.jpg,Double Dribble: 5 on 5,GB,Sports,Konami,Konami,,,,,,,1991-01-02, -/games/boxart/8144553ccc.gif,Double Dribble: The Playoff Edition,GEN,Sports,Konami,Konami,,,,,,,1994-01-01, -/games/boxart/full_4028425AmericaFrontccc.jpg,Double Dunk,2600,Sports,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/full_9485779PALFrontccc.jpg,Downhill Slalom,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-10-06, -/games/boxart/default.jpg,Downtown Nekketsu Dodgeball,WW,Sports,Unknown,Miracle Kidz,,,,,,,2011-07-12, -/games/boxart/full_2939146AmericaFrontccc.jpg,Downtown SMASH Dodgeball!,XBL,Sports,Microsoft,Miracle Kidz,,,,,,,2009-08-25, -/games/boxart/full_1548640PALFrontccc.jpg,Droopy's Tennis Open,GBA,Sports,Swing! Entertainment,Bit Managers,,,,,,,2002-07-19, -/games/boxart/full_912169JapanFrontccc.jpg,DS:Style Series: Anata Dake no Private Lesson - DS de Hajimeru - Tipness no Yoga,DS,Sports,Square Enix,Square Enix,,,,,,,2007-10-04, -/games/boxart/full_dunk-dream_0JapanFront.jpg,Dunk Dream,NG,Sports,SNK,Data East,,,,,,,1994-12-09, -/games/boxart/full_8148946JapanFrontccc.jpg,Dunk Kids,GG,Sports,Sega,Sega,,,,,,,1994-09-16, -/games/boxart/2157166ccc.jpg,Dusty Diamond's All-Star Softball,NES,Sports,Tonkin House,Broderbund,,,,,,,1990-07-01, -/games/boxart/full_2312493JapanFrontccc.jpg,Dynamic Country Club,SCD,Sports,Sega,Sega,,,,,,,1993-07-16, -/games/boxart/full_9869692JapanFrontccc.jpg,Dynamic Stadium,SNES,Sports,Sammy Corporation,Sammy Studios,,,,,,,1993-11-26, -/games/boxart/full_5076885PALFrontccc.jpg,EA Sports Double Header,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1993-01-01, -/games/boxart/default.jpg,EA Sports PGA Tour,PS4,Sports,EA Sports,EA Tiburon,,,,,,,2015-07-01, -/games/boxart/default.jpg,EA Sports PGA Tour,XOne,Sports,EA Sports,EA Tiburon,,,,,,,2015-07-01, -/games/boxart/full_8276947AmericaFrontccc.jpg,Eagle Eye Golf,PS2,Sports,Aksys Games,Telenet Japan,,,,,,,2006-10-10, -/games/boxart/full_1412122AmericaFrontccc.jpg,Easy Golf: Course Architect,XBL,Sports,Microsoft,Barkers Crest Studios,,,,,,,2008-11-20, -/games/boxart/full_9368520AmericaFrontccc.jpg,Eat! Fat! FIGHT!,WW,Sports,Tecmo,Tecmo,,,,,,,2009-12-28, -/games/boxart/full_4433831AmericaFrontccc.jpg,ECW: Anarchy Rulz,DC,Sports,Acclaim Entertainment,Acclaim Entertainment,4.8,,,,,,2000-12-30, -/games/boxart/default.jpg,Eddie Kidd Jump Challenge,PC,Sports,Unknown,Martech,,,,,,,, -/games/boxart/full_5618759JapanFrontccc.jpg,Egawa Suguro no Super League CD,SCD,Sports,Sega,Sega,,,,,,,1993-08-06, -/games/boxart/full_7843690JapanFrontccc.jpg,Eikou no Saint Andrews,N64,Sports,Seta Corporation,Seta Corporation,,,,,,,1996-11-29, -/games/boxart/full_1566471JapanFrontccc.jpg,Eikou no St Andrews Old Course,PS,Sports,Shogakukan,Shogakukan Production,,,,,,,1997-08-28, -/games/boxart/full_6445563AmericaFrontccc.jpg,Elf Bowling: Hawaiian Vacation,PC,Sports,Mumbo Jumbo,MumboJumbo,,,,,,,2008-07-01, -/games/boxart/5563299ccc.jpg,Elite Soccer,GB,Sports,GameTek,Denton Designs,,,,,,,1994-01-01, -/games/boxart/4424598ccc.gif,Elite Soccer,SNES,Sports,GameTek,Denton Designs,,,,,,,1994-08-01, -/games/boxart/3591935ccc.jpg,Elitserien 95,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1994-11-27, -/games/boxart/8906486ccc.jpg,Elitserien 96,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1995-12-08, -/games/boxart/default.jpg,Ellen Whitaker's Horse Life,PC,Sports,Unknown,Deep Silver,,,,,,,, -/games/boxart/full_2314602PALFrontccc.jpg,Ernie Els Golf,GG,Sports,Codemasters,Codemasters,,,,,,,1994-01-01, -/games/boxart/full_3528013JapanFrontccc.jpg,es,DC,Sports,Sega,Sega,,,,,,,2001-04-05, -/games/boxart/5605413ccc.jpg,ESPN Baseball Tonight,GEN,Sports,Sony Computer Entertainment,Park Place Productions,,,,,,,1995-01-01, -/games/boxart/7823117ccc.jpg,ESPN Baseball Tonight,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-05-01, -/games/boxart/9831378ccc.jpg,ESPN Baseball Tonight,SCD,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1993-01-01, -/games/boxart/6775730ccc.jpg,ESPN Baseball: Interactive Hitting,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, -/games/boxart/7047123ccc.jpg,ESPN College Hoops,XB,Sports,Sega,Visual Concepts,,,,,,,2003-11-13, -/games/boxart/full_5987547AmericaFrontccc.jpg,ESPN International Track & Field,DC,Sports,Konami,KCEO,6.9,,,,,,2000-09-26, -/games/boxart/9747885ccc.jpg,ESPN International Winter Sports 2002,GBA,Sports,Konami,KCEO,,,,,,,2002-01-31, -/games/boxart/4012180ccc.jpg,ESPN International Winter Sports 2002,XB,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-02-28, -/games/boxart/2667453ccc.jpg,ESPN Let's Go Skiing,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, -/games/boxart/4814761ccc.jpg,ESPN Let's Play Beach Volleyball,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, -/games/boxart/9929207ccc.jpg,ESPN Let's Play Soccer,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, -/games/boxart/full_espn-tennis_9AmericaFront.jpg,ESPN Let's Play Tennis,3DO,Sports,Intellivision Productions,Intellimedia,,,,,,,1994-01-01, -/games/boxart/9674224ccc.jpg,ESPN National Hockey Night,GEN,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1994-08-01, -/games/boxart/8384216ccc.jpg,ESPN National Hockey Night,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-12-01, -/games/boxart/4712118ccc.jpg,ESPN National Hockey Night,SCD,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1994-01-01, -/games/boxart/full_9444300AmericaFrontccc.jpg,ESPN National Hockey Night,GB,Sports,Konami,Konami,,,,,,,2001-03-21, -/games/boxart/9307917ccc.jpg,ESPN NBA 2Night,DC,Sports,Konami,"Sunset Entertainment, Inc.",2.5,,,,,,2000-11-20, -/games/boxart/3796128ccc.jpg,ESPN NBA Hangtime '95,SNES,Sports,Unknown,Sony Imagesoft,,,,,,,2020-12-31, -/games/boxart/9389137ccc.jpg,ESPN NBA HangTime '95,SCD,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-01-01, -/games/boxart/full_4850362AmericaFrontccc.jpg,ESPN NFL Primetime 2002,PC,Sports,Konami,Farsight Technologies,,,,,,,2002-03-08, -/games/boxart/7831705ccc.jpg,ESPN Speed World,GEN,Sports,Sony Imagesoft,Park Place Productions,,,,,,,1994-01-01, -/games/boxart/8440447ccc.jpg,ESPN Speedworld,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-11-01, -/games/boxart/7095316ccc.jpg,ESPN Step Aerobics,3DO,Sports,Intellivision Productions,Intelliplay,,,,,,,1994-01-01, -/games/boxart/114408ccc.jpg,ESPN Sunday Night Football,SNES,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1994-11-01, -/games/boxart/3431267ccc.jpg,ESPN Sunday Night NFL,GEN,Sports,Sony Imagesoft,Ringler Studios,,,,,,,1994-08-01, -/games/boxart/4781624ccc.jpg,ESPN Sunday Night NFL,SCD,Sports,Sony Imagesoft,Sony Imagesoft,,,,,,,1993-01-01, -/games/boxart/4338507ccc.jpg,European Soccer Challenge,Lynx,Sports,Telegames,"Telegames, Inc.",,,,,,,1993-01-01, -/games/boxart/full_european-super-league_561PALFront.jpg,European Super League,PS,Sports,Virgin Interactive,Virgin Interactive,,,,,,,2001-03-02, -/games/boxart/full_9099001PALFrontccc.jpg,European Super League,DC,Sports,Virgin Interactive,Virgin Interactive,,,,,,,2001-03-02, -/games/boxart/full_european-super-league_248PALFront.jpg,European Super League,GB,Sports,Virgin Interactive,Aqua Pacific,,,,,,,2001-03-30, -/games/boxart/full_3988446PALFrontccc.jpg,European Super League,GBA,Sports,Virgin Interactive,Aqua Pacific,,,,,,,2001-12-14, -/games/boxart/full_european-super-league_938PALFront.jpg,European Super League,PC,Sports,Virgin Interactive,Virgin Interactive,,,,,,,2001-04-06, -/games/boxart/7647264ccc.jpg,Evander 'Real Deal' Holyfield's Boxing,GEN,Sports,Sega,ACME Interactive,,,,,,,1992-10-29, -/games/boxart/full_8103205AmericaFrontccc.jpg,Evander 'Real Deal' Holyfield's Boxing,GG,Sports,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/default.jpg,Everest (1999),PC,Sports,GT Interactive,a.k.a Studios,,,,,,,1999-12-01, -/games/boxart/full_everybodys-putter-golf-with-toro_313JapanFront.jpg,Everybody's Putter Golf with TORO,PSN,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2008-12-18, -/games/boxart/full_everyday-soccer_72AmericaFront.jpg,Everyday Soccer,DSiW,Sports,Aksys Games,Arc System Works,,,,,,,2010-09-20, -/games/boxart/2734997ccc.jpg,Evolution Snowboarding,GC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-02-25, -/games/boxart/full_7783327JapanFrontccc.jpg,Exciting Baseball (FDS),NES,Sports,Konami,Konami,,,,,,,1987-12-08, -/games/boxart/full_7068428JapanFrontccc.jpg,Exciting Bass Mobile,GBA,Sports,Konami,Konami,,,,,,,2001-12-20, -/games/boxart/full_4393937PALFrontccc.jpg,EyeToy Play: Sports,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-11-03, -/games/boxart/full_1666764PALFrontccc.jpg,EyeToy: Kinetic Combat,PS2,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2006-11-17, -/games/boxart/default.jpg,Face Off (Arcade),VC,Sports,Namco Bandai,Namco,,,,,,,2009-10-27, -/games/boxart/full_5015973JapanFrontccc.jpg,Faceball 2000,GG,Sports,Riverhillsoft,Xanth Software,,,,,,,1993-12-17, -/games/boxart/full_6206249JapanFrontccc.jpg,Family Challenge Wii,Wii,Sports,Konami,Konami,,,,,,,2009-11-19, -/games/boxart/full_6290120AmericaFrontccc.jpg,Family Glide Hockey,WW,Sports,Arc System Works,Arc System Works,,,,,,,2009-01-19, -/games/boxart/full_family-jockey_449JapanFront.jpg,Family Jockey,GB,Sports,Namco,Namco,,,,,,,1991-03-29, -/games/boxart/full_9158236JapanFrontccc.jpg,Family Jockey,NES,Sports,Namco,Namco,,,,,,,1987-04-24, -/games/boxart/full_family-jockey-2_759JapanFront.jpg,Family Jockey 2,GB,Sports,Namco,Namco,,,,,,,1993-08-27, -/games/boxart/full_2993689AmericaFrontccc.png,Family Mini Golf,WW,Sports,Aksys Games,Arc System Works,,,,,,,2009-06-22, -/games/boxart/full_9287281JapanFrontccc.jpg,Family Stadium 2003,GC,Sports,Namco,Namco,,,,,,,2003-05-30, -/games/boxart/3290599ccc.jpg,Family Table Tennis,WW,Sports,Aksys Games,Ars System Works,4.7,,,,,,2008-05-26, -/games/boxart/full_9021116AmericaFrontccc.jpg,Family Tennis,WW,Sports,Aksys Games,Arc System Works,,,,,,,2009-09-21, -/games/boxart/full_8493972JapanFrontccc.jpg,Family Tennis,NES,Sports,Namco,Namco,,,,,,,1987-12-11, -/games/boxart/full_2637690JapanFrontccc.jpg,Family Tennis Advance,GBA,Sports,Namco,Namco,,,,,,,2002-06-14, -/games/boxart/full_4429932PALFrontccc.jpg,Family Trainer: Double Challenge,Wii,Sports,Namco Bandai,High Horse Entertainment,,,,,,,2009-11-06, -/games/boxart/full_family-trainer-fuuun-takeshi-shiro-2_606JapanFront.jpg,Family Trainer: Fuuun! Takeshi Shiro 2,NES,Sports,Bandai,Bandai,,,,,,,1988-12-20, -/games/boxart/full_family-trainer-jogging-race_820JapanFront.jpg,Family Trainer: Jogging Race,NES,Sports,Bandai,Bandai,,,,,,,1987-05-28, -/games/boxart/full_famista-89-kaimaku-han_3JapanFront.jpg,Famista '89 - Kaimaku Han!!,NES,Sports,Namco,Namco,,,,,,,1989-07-28, -/games/boxart/full_294662JapanFrontccc.jpg,Famista '90,NES,Sports,Namco,Namco,,,,,,,1989-12-19, -/games/boxart/full_6086406JapanFrontccc.jpg,Famista '93,NES,Sports,Namco,Namco,,,,,,,1992-12-22, -/games/boxart/full_1438293JapanFrontccc.jpg,Famista '94,NES,Sports,Namco,Namco,,,,,,,1993-12-01, -/games/boxart/full_famista-2_25JapanFront.jpg,Famista 2,GB,Sports,Namco,Namco,,,,,,,1992-07-30, -/games/boxart/full_famista-3_369JapanFront.jpg,Famista 3,GB,Sports,Namco,Namco,,,,,,,1993-10-29, -/games/boxart/full_6978346JapanFrontccc.jpg,Famista Advance,GBA,Sports,Namco,Namco,,,,,,,2002-06-28, -/games/boxart/4758281ccc.jpg,Fever Pitch Soccer,AJ,Sports,Atari,U.S. Gold,,,,,,,1995-12-01, -/games/boxart/full_235478JapanFrontccc.jpg,Field of Nine: Digital Edition 2001,GBA,Sports,Konami,Konami,,,,,,,2001-09-20, -/games/boxart/full_3156450AmericaFrontccc.jpg,FIFA 07 Soccer,GBA,Sports,Electronic Arts,EA Canada,4.1,,,,,,2006-10-03, -/games/boxart/full_5896717AmericaFrontccc.jpg,FIFA 14,And,Sports,EA Sports,EA mobile,,,,,,,2014-05-19,2018-09-15 -/games/boxart/full_8304172PALFrontccc.jpg,FIFA 14,PS2,Sports,EA Sports,EA Canada,,,,,,,2013-09-27,2018-09-15 -/games/boxart/full_3147892AmericaFrontccc.jpg,FIFA 2000,GB,Sports,EA Sports,Tiertex Design Studios,,,,,,,1999-11-30, -/games/boxart/full_1566471PALFrontccc.jpg,FIFA 2001 Major League Soccer,PC,Sports,EA Sports,EA Canada,,,,,,,2000-10-30, -/games/boxart/2497244ccc.jpg,FIFA 99,PC,Sports,EA Sports,EA Canada,,,,,,,1998-10-31, -/games/boxart/full_4704760AmericaFrontccc.jpg,FIFA 99,PS,Sports,EA Sports,EA Canada,8.8,,,,,,1998-11-30, -/games/boxart/6711923ccc.jpg,FIFA International Soccer,GB,Sports,Malibu Games,Probe Entertainment Limited,,,,,,,1995-02-01, -/games/boxart/full_fifa-international-soccer_1AmericaFront.jpg,FIFA International Soccer,SCD,Sports,EA Sports,Extended Play Productions,,,,,,,1994-01-01, -/games/boxart/default.jpg,FIFA International Soccer,MS,Sports,Tec Toy,EA Sports,,,,,,,1996-01-01, -/games/boxart/full_fifa-international-soccer_8AmericaFront.jpg,FIFA International Soccer,PC,Sports,EA Sports,The Creative Assembly,,,,,,,1993-01-01, -/games/boxart/5053711ccc.jpg,FIFA International Soccer,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1993-02-03, -/games/boxart/full_4631614AmericaFrontccc.jpg,FIFA International Soccer,GG,Sports,Electronic Arts,Tiertex Design Studios,,,,,,,1994-01-01, -/games/boxart/1203527ccc.jpg,FIFA International Soccer,3DO,Sports,EA Sports,Extended Play Productions,,,,,,,1994-01-01, -/games/boxart/2597839ccc.jpg,FIFA International Soccer,SNES,Sports,EA Sports,EA Sports,,,,,,,1994-05-01, -/games/boxart/full_5766986PALFrontccc.jpg,FIFA Manager 06,PC,Sports,EA Sports,EA Canada,,,,,,,2005-10-06, -/games/boxart/full_7367735PALFrontccc.jpg,FIFA Manager 10,PC,Sports,EA Sports,Bright Future,7.5,,,,,,2009-10-30, -/games/boxart/full_965964AmericaFrontccc.jpg,FIFA Soccer '95,GG,Sports,Electronic Arts,EA Sports,,,,,,,1994-01-01, -/games/boxart/full_9566322PALFrontccc.png,FIFA Soccer 09,PSN,Sports,Electronic Arts,EA Canada,8.1,,,,,,2008-11-13, -/games/boxart/default.jpg,FIFA Soccer 09: Ultimate Team,XBL,Sports,Unknown,EA Canada,,,,,,,, -/games/boxart/default.jpg,FIFA Soccer 09: Ultimate Team,PSN,Sports,Unknown,EA Canada,,,,,,,, -/games/boxart/full_5984632AmericaFrontccc.png,FIFA Soccer 10 (PSP),PSN,Sports,EA Sports,EA Canada,7.9,,,,,,2009-10-21, -/games/boxart/default.jpg,FIFA Soccer 10: Ultimate Team,XBL,Sports,Unknown,EA Canada,,,,,,,, -/games/boxart/default.jpg,FIFA Soccer 10: Ultimate Team,PSN,Sports,Unknown,EA Canada,,,,,,,, -/games/boxart/full_fifa-soccer-11-psp_4AmericaFront.jpg,FIFA Soccer 11 (PSP),PSN,Sports,EA Sports,EA Canada,7,,,,,,2010-10-12, -/games/boxart/full_3955588AmericaFrontccc.jpg,FIFA Soccer 2002,PC,Sports,EA Sports,EA Canada,,,,,,,2001-10-29, -/games/boxart/full_2292525AmericaFrontccc.jpg,FIFA Soccer 2003,PS,Sports,EA Sports,EA Canada,,,,,,,2002-11-11, -/games/boxart/1339819ccc.jpg,FIFA Soccer 2003,PC,Sports,EA Sports,EA Canada,,,,,,,2002-11-02, -/games/boxart/full_8774099AmericaFrontccc.jpg,FIFA Soccer 2004,PS,Sports,EA Sports,EA Canada,,,,,,,2003-11-04, -/games/boxart/full_9809705AmericaFrontccc.jpg,FIFA Soccer 2004,PC,Sports,EA Sports,EA Canada,,,,,,,2003-11-04, -/games/boxart/8038624ccc.jpg,FIFA Soccer 2004,NGage,Sports,EA Sports,Exient Entertainment,6.4,,,,,,2004-01-14, -/games/boxart/full_5946444AmericaFrontccc.jpg,FIFA Soccer 2005,PS,Sports,EA Sports,EA Canada,,,,,,,2004-10-12, -/games/boxart/full_fifa-soccer-2005_284AmericaFront.jpg,FIFA Soccer 2005,NGage,Sports,Nokia,Exient Entertainment,8.2,,,,,,2004-11-10, -/games/boxart/default.jpg,FIFA Soccer 2005,GIZ,Sports,Unknown,Exient Entertainment,,,,,,,, -/games/boxart/full_1780923AmericaFrontccc.jpg,FIFA Soccer 95,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1994-01-01, -/games/boxart/full_8606562AmericaFrontccc.jpg,FIFA Soccer 96,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1995-01-01, -/games/boxart/full_1514604AmericaFrontccc.jpg,FIFA Soccer 96,SAT,Sports,EA Sports,Probe Entertainment Limited,,,,,,,1996-01-01, -/games/boxart/full_fifa-soccer-96_4AmericaFront.jpg,FIFA Soccer 96,GG,Sports,Black Pearl,Probe Entertainment Limited,,,,,,,1995-01-01, -/games/boxart/full_7761206AmericaFrontccc.jpg,FIFA Soccer 96,PC,Sports,EA Sports,Extended Play Productions,,,,,,,1995-09-30, -/games/boxart/full_fifa-soccer-96_9AmericaFront.jpg,FIFA Soccer 96,SNES,Sports,EA Sports,Probe Entertainment Limited,9,,,,,,1995-11-01, -/games/boxart/default.jpg,FIFA Soccer 96,GB,Sports,EA Sports,Probe Entertainment Limited,,,,,,,1995-12-01, -/games/boxart/752177ccc.jpg,FIFA Soccer 97,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1996-02-06, -/games/boxart/1483571ccc.jpg,FIFA Soccer 97,SAT,Sports,EA Sports,EA Canada,,,,,,,1997-01-01, -/games/boxart/4915822ccc.jpg,FIFA Soccer 97,PC,Sports,EA Sports,EA Canada,,,,,,,1996-10-31, -/games/boxart/7934909ccc.jpg,FIFA Soccer 97,SNES,Sports,EA Sports,Rage Software,,,,,,,1996-01-01, -/games/boxart/full_6345351AmericaFrontccc.jpg,FIFA Soccer 97,GB,Sports,Black Pearl,EA Canada,,,,,,,1996-11-01, -/games/boxart/full_fifa-street-2_523PALFront.jpg,FIFA Street 2,PSN,Sports,EA Sports,EA Canada,4.9,,,,,,2011-02-16, -/games/boxart/full_6317155AmericaFrontccc.jpg,FIFA Street 3,XBL,Sports,EA Sports BIG,EA Canada,,,,,,,2009-09-15, -/games/boxart/full_7529777AmericaFrontccc.jpg,FIFA World Cup Germany 2006,PC,Sports,EA Sports,EA Canada,7.7,,,,,,2006-04-24, -/games/boxart/full_9317330AmericaFrontccc.jpg,FIFA: Road to World Cup 98,SAT,Sports,EA Sports,Climax Group,,,,,,,1997-12-31, -/games/boxart/default.jpg,FIFA: Road to World Cup 98,GB,Sports,THQ,Tiertex Design Studios,,,,,,,1997-01-01, -/games/boxart/full_4456272PALFrontccc.jpg,FIFA: Road to World Cup 98,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1997-01-01, -/games/boxart/1630093ccc.jpg,FIFA: Road to World Cup 98,PC,Sports,EA Sports,EA Canada,,,,,,,1997-11-30, -/games/boxart/full_940485PALFrontccc.jpg,FIFA: Road to World Cup 98,SNES,Sports,EA Sports,Extended Play Productions,,,,,,,1998-01-01, -/games/boxart/5695522ccc.jpg,Fight Night,7800,Sports,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/full_fight-night-champion_175AmericaFront.jpg,Fight Night Champion,PSN,Sports,EA Sports,EA Canada,8.2,,,,,,2011-11-09, -/games/boxart/full_1269506PALFrontccc.jpg,Fila Decathlon,GBA,Sports,THQ,Athletic Design AB,6.8,,,,,,2002-03-29, -/games/boxart/full_5095890AmericaFrontccc.jpg,Final Kick,And,Sports,Ivanovich Games,Ivanovich Games,,,,,,,2014-05-29, -/games/boxart/full_final-match-tennis_10JapanFront.jpg,Final Match Tennis,PCE,Sports,Human Entertainment,Human Entertainment,,,,,,,1991-03-01, -/games/boxart/default.jpg,Fish On,PSV,Sports,Unknown,Kadokawa Games,,,,,,,, -/games/boxart/full_fish-on_175JapanFront.jpg,Fish On,3DS,Sports,ASCII Media Works,ASCII Media Works,,,,,,,2011-06-09, -/games/boxart/full_5900687AmericaFrontccc.jpg,Fish'em All!,WW,Sports,Abylight,Abylight,,,,,,,2009-06-08, -/games/boxart/full_9134741AmericaFrontccc.jpg,Fisherman's Bait: A Bass Challenge,PS,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,1999-01-31, -/games/boxart/full_1348619AmericaFrontccc.jpg,Fishie Fishie,WW,Sports,DK Games,DK Games,5,,,,,,2010-04-05, -/games/boxart/full_fishing-freaks-bassrise-for-wonderswan_5JapanFront.jpg,Fishing Freaks: BassRise for WonderSwan,WS,Sports,Bandai,Bandai,,,,,,,2000-02-24, -/games/boxart/full_fishing-freaks-bassrise-plus_9JapanFront.jpg,Fishing Freaks: BassRise Plus,PS,Sports,Bandai,Bandai,,,,,,,2000-02-03, -/games/boxart/full_fishing-koshien_6JapanFront.jpg,Fishing Koshien,SAT,Sports,King Records,A-Wave,,,,,,,1996-03-15, -/games/boxart/default.jpg,Fishing Live Online,XB,Sports,Unknown,Opus Studio,,,,,,,, -/games/boxart/full_8321836AmericaFrontccc.jpg,Fitba,XBL,Sports,Microsoft,Fritz,,,,,,,2009-02-23, -/games/boxart/full_1177314PALFrontccc.jpg,Fitness Fun,PS2,Sports,505 Games,D3 Publisher,,,,,,,2006-03-10, -/games/boxart/full_flick-fishing_7PALFront.jpg,Flick Fishing,PSN,Sports,Gamehastra,Gamehastra,,,,,,,2010-10-26, -/games/boxart/full_3576103AmericaFrontccc.jpg,Foosball For Two,XBL,Sports,Microsoft,Squimball,,,,,,,2009-01-11, -/games/boxart/238382ccc.jpg,Football,2600,Sports,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/1366461ccc.jpg,Football Frenzy,NG,Sports,SNK,SNK Corporation,,,,,,,1992-02-21, -/games/boxart/full_football-frenzy-cd_124JapanFront.jpg,Football Frenzy (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1994-09-09, -/games/boxart/full_8845408AmericaFrontccc.jpg,Football Fury,SNES,Sports,Sammy Corporation,Aicom,,,,,,,1993-10-01, -/games/boxart/full_6727634JapanFrontccc.jpg,Football Kingdom: Touring Edition,PS2,Sports,Namco,Namco,,,,,,,2004-05-27, -/games/boxart/full_6179783PALFrontccc.jpg,Football Manager 2014,OSX,Sports,Sega,Sports Interactive,8.5,,,,,,2013-10-30,2018-03-21 -/games/boxart/full_6808803PALFrontccc.jpg,Football Manager 2014,Linux,Sports,Sega,Sports Interactive,8.7,,,,,,2013-10-30,2018-03-21 -/games/boxart/full_5398962PALFrontccc.png,Football Manager Handheld 2009,PSN,Sports,Sega,Sports Interactive,,,,,,,2008-12-18, -/games/boxart/full_5124528AmericaFrontccc.png,Football Manager Handheld 2010,PSN,Sports,Sega,Sports Interactive,6,,,,,,2009-12-22, -/games/boxart/full_football-manager-handheld-2011_547AmericaFront.jpg,Football Manager Handheld 2011,PSN,Sports,Sega,Sports Interactive,,,,,,,2010-12-07, -/games/boxart/full_4479436PALFrontccc.png,Football Manager Handheld 2014,And,Sports,Sega,Sports Interactive,,,,,,,2013-11-14,2018-03-21 -/games/boxart/full_4502619PALFrontccc.png,Football Manager Handheld 2014,iOS,Sports,Sega,Sports Interactive,,,,,,,2013-11-14,2018-03-21 -/games/boxart/full_8146815JapanFrontccc.jpg,Formation Soccer '98: Ganbare Nippon in France,PS,Sports,Human Entertainment,Human Club,,,,,,,1998-06-04, -/games/boxart/full_6381574JapanFrontccc.jpg,Formation Soccer 2002,GBA,Sports,Spike,Spike,,,,,,,2002-05-02, -/games/boxart/full_6027067JapanFrontccc.jpg,Formation Soccer on J-League,PCE,Sports,Human Entertainment,Human Entertainment,,,,,,,1994-01-15, -/games/boxart/full_formation-soccer-human-cup-90_9JapanFront.jpg,Formation Soccer: Human Cup '90,PCE,Sports,Human Entertainment,Human Entertainment,,,,,,,1990-04-27, -/games/boxart/full_2303479PALFrontccc.jpg,Fotball Manager Handheld,PSP,Sports,Sega,Sports Interactive,,,,,,,2006-04-13, -/games/boxart/full_1565757AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-09-04, -/games/boxart/full_6108056AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,GB,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1995-01-01, -/games/boxart/6371922ccc.jpg,Frank Thomas Big Hurt Baseball,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-01, -/games/boxart/full_21944AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,GG,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1995-01-01, -/games/boxart/full_2594847AmericaFrontccc.jpg,Frank Thomas Big Hurt Baseball,PC,Sports,Acclaim Entertainment,Realtime Associates,,,,,,,1996-05-31, -/games/boxart/3796203ccc.jpg,Frank Thomas Big Hurt Baseball,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/full_336651PALFrontccc.gif,Freak Out - Extreme Freeride,PSP,Sports,Unknown,ColdWood Interactive,,,,,,,2007-10-26, -/games/boxart/full_3206479PALFrontccc.jpg,Freak Out - Extreme Freeride,PC,Sports,Stardock,ColdWood Interactive,,,,,,,2007-08-28, -/games/boxart/full_2801883AmericaFrontccc.jpg,FreaKick,XBL,Sports,Microsoft,Kailash SUbedi,,,,,,,2009-02-20, -/games/boxart/full_2997467AmericaFrontccc.jpg,Fred Couples Golf,GG,Sports,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/full_7312196PALFrontccc.jpg,Free Running,PC,Sports,Reef Entertainment,Rebellion Developments,,,,,,,2009-01-01, -/games/boxart/default.jpg,Free Running,DS,Sports,Unknown,Core Design Ltd.,,,,,,,, -/games/boxart/full_7024270PALFrontccc.jpg,Free Running,PS2,Sports,Reef Entertainment,Rebellion Developments,,,,,,,2007-04-20, -/games/boxart/full_9215184PALFrontccc.png,Free Running,PSN,Sports,Reef Entertainment,Core Design Ltd.,,,,,,,2009-01-08, -/games/boxart/full_45857AmericaFrontccc.jpg,Freestyle Street Soccer,GC,Sports,Acclaim Entertainment,Silicon Dreams,4.3,,,,,,2004-03-25, -/games/boxart/default.jpg,Freestyle2: Street Basketball,PC,Sports,Joycity,Joycity,,,,,,,2015-04-01, -/games/boxart/full_3440595AmericaFrontccc.jpg,Frisbee Disc Freestyle / Frisbee Disc Golf,GBA,Sports,DSI Games,Destination Software,,,,,,,2007-03-06, -/games/boxart/full_4218252AmericaFrontccc.jpg,Front Page Sports: Football Pro '97,PC,Sports,Sierra Entertainment,Sierra Entertainment,,,,,,,1996-11-30, -/games/boxart/default.jpg,Full Time Soccer,GB,Sports,Datel,DAG,,,,,,,2000-01-01, -/games/boxart/full_8477826AmericaFrontccc.jpg,Fun! Fun! Minigolf,WW,Sports,Shin'en,Shin'en GmbH,,,,,,,2008-12-22, -/games/boxart/full_futsal-5-on-5-mini-soccer-cd_63JapanFront.jpg,Futsal: 5 on 5 Mini Soccer (CD),NG,Sports,Saurus,Saurus,,,,,,,1996-07-19, -/games/boxart/full_5922141AmericaFrontccc.jpg,FX Football,PC,Sports,FX studio,FX studio,,,,,,,2014-06-02, -/games/boxart/full_3630226PALFrontccc.jpg,G-Force (2006),PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-10-06, -/games/boxart/full_7213906PALFrontccc.jpg,G1 Jockey,PS2,Sports,THQ,Koei/Inis,,,,,,,2002-03-08, -/games/boxart/full_3302362JapanFrontccc.jpg,G1 Jockey,PS,Sports,KOEI,Koei/Inis,,,,,,,1999-03-11, -/games/boxart/full_9338517JapanFrontccc.jpg,G1 Jockey 2000,PS,Sports,KOEI,Koei/Inis,,,,,,,2000-02-03, -/games/boxart/full_1808676JapanFrontccc.jpg,G1 Jockey 3 2003,PS2,Sports,KOEI,Koei/Inis,,,,,,,2003-10-30, -/games/boxart/full_8115518JapanFrontccc.jpg,G1 Jockey 3 2005 Nendoban,PS2,Sports,KOEI,Koei/Inis,,,,,,,2005-02-24, -/games/boxart/full_9850560PALFrontccc.jpg,G1 Jockey 4,PS2,Sports,KOEI,Koei/Inis,,,,,,,2006-03-31, -/games/boxart/full_5003548JapanFrontccc.jpg,G1 Jockey 4 2006,PS2,Sports,KOEI,Koei/Inis,,,,,,,2006-09-14, -/games/boxart/full_7917259JapanFrontccc.jpg,G1 Jockey 4 2007,PS3,Sports,KOEI,Koei/Inis,,,,,,,2007-11-01, -/games/boxart/full_g1-king-3-hitsu-no-yosouya_749JapanFront.jpg,G1 King! 3-Hitsu no Yosouya,GB,Sports,Victory Lap Games,Vic Tokai,,,,,,,1993-03-26, -/games/boxart/full_8946998JapanFrontccc.jpg,Gachinko Pro Yakyuu,GBA,Sports,Now Production,Now Production,,,,,,,2002-06-21, -/games/boxart/full_gakuen-battle-fishers-yoky-shiimono-wa-tsure_514JapanFront.jpg,Gakuen Battle Fishers: Yoky Shiimono wa Tsure,GB,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-03-30, -/games/boxart/full_8702980PALFrontccc.jpg,Galactik Football,DS,Sports,505 Games,Beast,,,,,,,2009-06-12, -/games/boxart/4791481ccc.jpg,"Game, Net & Match!",PC,Sports,Blue Byte,Blue Byte,,,,,,,1999-08-05, -/games/boxart/full_8764475JapanFrontccc.jpg,Ganbare! Dodge Fighters,GBA,Sports,Bandai,Kamui,,,,,,,2005-01-27, -/games/boxart/full_ganbare-golf-boys_7JapanFront.jpg,Ganbare! Golf Boys,PCE,Sports,NCS,Dual,,,,,,,1989-03-28, -/games/boxart/full_967289JapanFrontccc.jpg,Gear Stadium Heiseiban,GG,Sports,Namco,Namco,,,,,,,1995-10-20, -/games/boxart/851523ccc.jpg,George Forman's KO Boxing,GEN,Sports,Flying Edge,Probe Software,,,,,,,1992-02-07, -/games/boxart/full_8999555PALFrontccc.jpg,Giant Killers,DC,Sports,AAA,Smoking Guns Production,,,,,,,2001-05-11, -/games/boxart/full_go-series-fishing-resort_710AmericaFront.jpg,GO Series: Fishing Resort,DSiW,Sports,Gamebridge,Gamebridge,,,,,,,2011-09-01, -/games/boxart/9513685ccc.jpg,Go! Sports Ski,PSN,Sports,Sony Computer Entertainment,Yuke's Future Media Creators,,,,,,,2007-10-03, -/games/boxart/9759476ccc.jpg,Go! Sports Skydiving,PSN,Sports,Sony Online Entertainment,LightWeight,,,,,,,2008-02-07, -/games/boxart/full_goal-fh-field-hunter_4JapanFront.jpg,Goal FH,3DO,Sports,Unknown,Carrozzeria,,,,,,,1995-10-13, -/games/boxart/full_6682957PALFrontccc.jpg,Goal Storm,PS,Sports,Konami,Konami,,,,,,,1996-01-01, -/games/boxart/6123862ccc.jpg,Goal!,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1989-01-01, -/games/boxart/9388753ccc.jpg,Goal!,GB,Sports,Jaleco,Jaleco Entertainment,,,,,,,1993-01-02, -/games/boxart/6386082ccc.jpg,Goal! Two,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1992-11-01, -/games/boxart/full_goals_430AmericaFront.jpg,Goals,XBL,Sports,Microsoft,The Game Creators,,,,,,,2011-08-09, -/games/boxart/full_1708759PALFrontccc.jpg,Golden Goal,GB,Sports,Take-Two Interactive,Tarantula Studios,,,,,,,1999-01-01, -/games/boxart/full_golf_443AmericaFront.png,Golf,3DS,Sports,Unknown,Nintendo,6,,,,,,2011-06-29, -/games/boxart/644433ccc.jpg,Golf,2600,Sports,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_2996890AmericaFrontccc.jpg,Golf,VB,Sports,Nintendo,Tikipod,,,,,,,1995-11-01, -/games/boxart/full_golf-ba-multimedia-shinchaku_10JapanFront.jpg,Golf Ba Multimedia Shinchaku,3DO,Sports,Unknown,"Jiscsoft Co., Ltd.",,,,,,,1995-08-03, -/games/boxart/full_9160563AmericaFrontccc.jpg,Golf Club 2,PC,Sports,Maximum Games,HB Studios,,,,,,,2017-06-27,2018-07-03 -/games/boxart/full_golf-daisuki_438JapanFront.jpg,Golf Daisuki!,GB,Sports,KID,KID Corporation,,,,,,,1999-10-29, -/games/boxart/full_golf-grand-slam_610AmericaFront.jpg,Golf Grand Slam,NES,Sports,Atlus,Atlus Co.,,,,,,,1991-08-27, -/games/boxart/full_golf-ou_809JapanFront.jpg,Golf Ou,GB,Sports,Digital Kids,Digital Kids,,,,,,,1999-07-16, -/games/boxart/full_7171489JapanFrontccc.jpg,Golf Shiyouyo,DC,Sports,Bottom Up,Bottom Up,,,,,,,1999-12-09, -/games/boxart/full_8365311JapanFrontccc.jpg,Golf Shiyouyo 2: Aratanaru Chousen,DC,Sports,SoftMax,SoftMax,,,,,,,2001-01-25, -/games/boxart/full_959405JapanFrontccc.jpg,Golf Shiyouyo Adventure Hen,DC,Sports,SoftMax,SoftMax,,,,,,,2000-08-03, -/games/boxart/full_4132055JapanFrontccc.jpg,Golf Shiyouyo Kouryaku Pack,DC,Sports,SoftMax,SoftMax,,,,,,,2000-06-01, -/games/boxart/full_9570047AmericaFrontccc.jpg,Golf: Tee It Up!,XBL,Sports,Activision,Housemarque,,,,,,,2008-07-09, -/games/boxart/full_golfamania_9PALFront.jpg,Golfamania,MS,Sports,Sega,Sanritsu,,,,,,,1990-01-01, -/games/boxart/full_1563736JapanFrontccc.jpg,Granada Musashi RV,GB,Sports,Bandai,Bandai,,,,,,,1998-07-24, -/games/boxart/4015843ccc.jpg,Grand Slam,SAT,Sports,Virgin Interactive,Burst Studios,,,,,,,1996-01-01, -/games/boxart/full_5845222AmericaFrontccc.jpg,Grand Slam,PC,Sports,Virgin Interactive,Burst Studios,,,,,,,1997-05-31, -/games/boxart/full_grander-musashi-rv_164JapanFront.jpg,Grander Musashi RV,GB,Sports,Bandai,Bandai,,,,,,,1998-07-24, -/games/boxart/full_great-baseball_5AmericaFront.jpg,Great Baseball,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_great-baseball-japan_3JapanFront.jpg,Great Baseball (Japan),MS,Sports,Sega,Sega,,,,,,,1985-12-15, -/games/boxart/376210ccc.jpg,Great Basketball,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_great-courts-2_234PALFront.jpg,Great Courts 2,PC,Sports,Ubisoft,Blue Byte,,,,,,,1991-01-01, -/games/boxart/5182047ccc.jpg,Great Football,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/3379893ccc.jpg,Great Golf,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_great-golf-japan_2JapanFront.jpg,Great Golf (Japan),MS,Sports,Sega,Sega,,,,,,,1986-12-20, -/games/boxart/2468908ccc.jpg,Great Ice Hockey,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_great-soccer_9AmericaFront.jpg,Great Soccer,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_great-soccer-japan_0PALFront.jpg,Great Soccer (Japan),MS,Sports,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/2930415ccc.jpg,Great Volleyball,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_1679989AmericaFrontccc.jpg,Greatest Heavyweights,GEN,Sports,Sega,ACME Interactive,,,,,,,1994-05-26, -/games/boxart/full_greg-normans-golf-power_785AmericaFront.jpg,Greg Norman's Golf Power,NES,Sports,Virgin Interactive,Gremlin Graphics,,,,,,,1992-07-01, -/games/boxart/default.jpg,Hama no Tsuriken,PS,Sports,Success,Success,,,,,,,2000-08-24, -/games/boxart/default.jpg,Handy Hockey,DSiW,Sports,ITL,ITL,,,,,,,2010-07-07, -/games/boxart/full_9582420PALFrontccc.jpg,Hard Hitter 2,PS2,Sports,Midas Interactive Entertainment,Magical Company Ltd,,,,,,,2003-02-14, -/games/boxart/full_3054090AmericaFrontccc.jpg,HardBall 5,PC,Sports,Accolade,MindSpan,,,,,,,1995-10-31, -/games/boxart/full_8777254AmericaFrontccc.jpg,HardBall III,GEN,Sports,Accolade,MindSpan,,,,,,,1993-01-01, -/games/boxart/full_9041295AmericaFrontccc.jpg,Hardball!,GEN,Sports,Ballistic,"Accolade, Inc",,,,,,,1991-01-01, -/games/boxart/default.jpg,HardGrip,X360,Sports,Unknown,Human Soft,,,,,,,2020-12-31, -/games/boxart/default.jpg,HardGrip,PS3,Sports,Unknown,Human Soft,,,,,,,2020-12-31, -/games/boxart/default.jpg,HardGrip,Wii,Sports,Unknown,Human Soft,,,,,,,2020-12-31, -/games/boxart/full_harlem-globetrotters_571AmericaFront.jpg,Harlem Globetrotters,NES,Sports,GameTek,"Softie, Inc.",,,,,,,1991-03-01, -/games/boxart/full_1980824AmericaFrontccc.jpg,Harlem Globetrotters: World Tour,GBA,Sports,DSI Games,Full Fat,2.7,,,,,,2006-10-02, -/games/boxart/default.jpg,Harley Pasternak's Hollywood Trainer,X360,Sports,Majesco Entertainment,Majesco Games,,,,,,,2012-09-18, -/games/boxart/default.jpg,Harley Pasternak's Hollywood Trainer,Wii,Sports,Unknown,Majesco Games,,,,,,,, -/games/boxart/full_6670383JapanFrontccc.jpg,Harukanaru Augusta,GEN,Sports,T&E Soft,Tikipod,,,,,,,1993-12-17, -/games/boxart/full_9421589JapanFrontccc.jpg,Harukanaru Augusta,SNES,Sports,T&E Soft,Tikipod,,,,,,,1991-04-05, -/games/boxart/full_2571539JapanFrontccc.jpg,Harukanaru Augusta 3: Masters New,SNES,Sports,T&E Soft,Tikipod,,,,,,,1995-12-08, -/games/boxart/full_4653704JapanFrontccc.jpg,Harukanaru Augusta Masters '98,N64,Sports,T&E Soft,Tikipod,,,,,,,1997-12-26, -/games/boxart/full_hashire-hebereke_167JapanFront.jpg,Hashire Hebereke,SNES,Sports,Sunsoft,SunSoft,,,,,,,1994-12-22, -/games/boxart/4980035ccc.jpg,Hat Trick,7800,Sports,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_hb-arcade-disc-golf_224AmericaFront.jpg,HB Arcade Disc Golf,WW,Sports,Unknown,HB Studios,,,,,,,2010-11-29, -/games/boxart/full_7883731AmericaFrontccc.jpg,Head-On Soccer,GEN,Sports,U.S. Gold,U.S. Gold,,,,,,,1995-01-01, -/games/boxart/full_heavy-shreddin_434AmericaFront.jpg,Heavy Shreddin',NES,Sports,Parker Bros.,Imagineering Inc.,,,,,,,1990-06-01, -/games/boxart/full_3398853JapanFrontccc.jpg,Heavyweight Champ,GG,Sports,Sims,SIMS,,,,,,,1991-12-27, -/games/boxart/6514120ccc.jpg,Heavyweight Championship Boxing,GB,Sports,Activision,Tokyo Shoseki,,,,,,,1990-09-01, -/games/boxart/full_8161225JapanFrontccc.jpg,Hello Kitty no Panda Sports Stadium,DS,Sports,Dorart,Dorart,,,,,,,2008-07-17, -/games/boxart/full_higashio-osamu-kanshuu-pro-yakyuu-stadium-91_979JapanFront.jpg,Higashio Osamu Kanshuu Pro Yakyuu Stadium '91,GB,Sports,Tokuma Shoten,Tokuma Shoten,,,,,,,1991-08-09, -/games/boxart/full_higashio-osamu-kanshuu-pro-yakyuu-stadium-92_426JapanFront.jpg,Higashio Osamu Kanshuu Pro Yakyuu Stadium '92,GB,Sports,Tokuma Shoten,Tokuma Shoten,,,,,,,1992-07-17, -/games/boxart/full_7582503AmericaFrontccc.jpg,High Heat Major League Baseball 2004,GBA,Sports,Unknown,3DO,,,,,,,2020-12-31, -/games/boxart/2185676ccc.jpg,High Velocity Bowling,PSN,Sports,Sony Computer Entertainment,Team Ramrod,,,,,,,2007-12-06, -/games/boxart/full_hit-the-ice_0AmericaFront.jpg,Hit the Ice,PCE,Sports,NEC,Taito Corporation,,,,,,,1992-01-01, -/games/boxart/full_hit-the-ice_6AmericaFront.jpg,Hit the Ice,SNES,Sports,Taito,Aisystem Tokyo,,,,,,,1993-02-01, -/games/boxart/9920328ccc.jpg,Hit the Ice,GB,Sports,Taito,Taito Corporation,,,,,,,1992-10-01, -/games/boxart/full_hit-the-ice_8AmericaFront.jpg,Hit the Ice,GEN,Sports,Taito,Aisystem Tokyo,,,,,,,1992-01-01, -/games/boxart/3668045ccc.jpg,Hockey,Lynx,Sports,Atari,Alpine Studios,,,,,,,1992-01-01, -/games/boxart/full_2246023AmericaFrontccc.jpg,Hockey Allstar Shootout,WW,Sports,Nintendo,Big Blue Bubble,,,,,,,2008-12-08, -/games/boxart/full_hockey-rage-2005_1PALFront.jpg,Hockey Rage 2005,GIZ,Sports,Fathammer,Pixelgene,,,,,,,2005-10-12, -/games/boxart/full_hole-in-one-golf_174AmericaFront.jpg,Hole in One Golf,GB,Sports,Natsume,Natsume,,,,,,,1999-08-30, -/games/boxart/full_3150669AmericaFrontccc.jpg,Home Run Challenge,XBL,Sports,Microsoft,Barkers Crest,,,,,,,2009-12-18, -/games/boxart/full_homerun-hitters_3AmericaFront.jpg,Homerun Hitters,PSN,Sports,Sony Computer Entertainment,Sony Computer Entertainment America,,,,,,,2010-04-22, -/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_3JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,NES,Sports,Sunsoft,SunSoft,,,,,,,1992-03-28, -/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_10JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1992-09-25, -/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_0JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,GG,Sports,Sega,Sega,,,,,,,1992-08-07, -/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_2JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,GB,Sports,Hudson Soft,Hudson Soft,,,,,,,1992-04-24, -/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_9JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,GEN,Sports,Sega,Sega,,,,,,,1992-07-10, -/games/boxart/full_honoo-no-doukyuuji-dodge-danpei_5JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei,SNES,Sports,Sunsoft,SunSoft,,,,,,,1992-07-31, -/games/boxart/full_honoo-no-doukyuuji-dodge-danpei-2_10JapanFront.jpg,Honoo no Doukyuuji: Dodge Danpei 2,NES,Sports,Sunsoft,SunSoft,,,,,,,1993-03-26, -/games/boxart/full_hoops_190AmericaFront.jpg,Hoops,NES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1989-06-01, -/games/boxart/full_hoopworld_0AmericaFront.jpg,HoopWorld,WW,Sports,Virtual Toys,Streamline Studios,,,,,,,2010-07-19, -/games/boxart/default.jpg,HoopWorld,XBL,Sports,Unknown,Streamline Studios,,,,,,,, -/games/boxart/full_2717269AmericaFrontccc.png,Hot Shots Golf 2,PSN,Sports,Sony Computer Entertainment,Clap Hanz,,,,,,,2006-12-03, -/games/boxart/full_4232447AmericaFrontccc.png,Hot Shots Golf: Open Tee,PSN,Sports,Sony Computer Entertainment,Clap Hanz,,,,,,,2008-03-19, -/games/boxart/full_4512367AmericaFrontccc.png,Hot Shots Golf: Open Tee 2,PSN,Sports,Sony Computer Entertainment,Clap Hanz,8,,,,,,2009-06-10, -/games/boxart/full_hot-shots-tennis-get-a-grip_5JapanFront.jpg,Hot Shots Tennis: Get a Grip,PSN,Sports,Sony Computer Entertainment,Clap Hanz,8,,,,,,2010-06-29, -/games/boxart/full_5528998AmericaFrontccc.jpg,Hubert the Teddy Bear: Winter Games,WW,Sports,Teyon Entertainment,Teyon Entertainment,,,,,,,2010-02-08, -/games/boxart/full_5076526JapanFrontccc.jpg,Hula Wii: Hula de Hajimeru - Bi to Kenkou!,Wii,Sports,Milestone,MileStone Inc.,,,,,,,2008-10-29, -/games/boxart/full_9540856JapanFrontccc.jpg,Hula Wii: Motto Jouzu no Fura o Odorou!!,Wii,Sports,Milestone,MileStone Inc.,,,,,,,2009-10-01, -/games/boxart/default.jpg,Hunter Dan's Fishing,Wii,Sports,Unknown,Mastiff,,,,,,,, -/games/boxart/default.jpg,Hunting Unlimited,PC,Sports,Unknown,Sunstorm Interactive,,,,,,,, -/games/boxart/default.jpg,Hunting Unlimited 2,PC,Sports,Unknown,Unknown,,,,,,,, -/games/boxart/default.jpg,Hunting Unlimited 2008,PC,Sports,Unknown,SCS Software,,,,,,,, -/games/boxart/full_hunting-unlimited-2009_210AmericaFront.jpg,Hunting Unlimited 2009,PC,Sports,ValuSoft,ValuSoft,,,,,,,2008-07-30, -/games/boxart/default.jpg,Hunting Unlimited 2010,PC,Sports,Unknown,ValuSoft,,,,,,,, -/games/boxart/default.jpg,Hunting Unlimited 2011,PC,Sports,Unknown,ValuSoft,,,,,,,, -/games/boxart/default.jpg,Hunting Unlimited 3,PC,Sports,Unknown,SCS Software,,,,,,,, -/games/boxart/default.jpg,Hunting Unlimited 4,PC,Sports,Unknown,SCS Software,,,,,,,, -/games/boxart/default.jpg,Hunting Unlimited Trophy Collection,PC,Sports,Unknown,SCS Software,,,,,,,, -/games/boxart/full_hunting-unlimited-expedition-3-pack_561AmericaFront.jpg,Hunting Unlimited: Expedition 3 Pack,PC,Sports,ValuSoft,ValuSoft,,,,,,,2011-08-16, -/games/boxart/full_6731508AmericaFrontccc.png,Hustle Kings,PSN,Sports,Sony Computer Entertainment,VooFoo Studios,8.5,,,,,,2010-01-28,2018-09-25 -/games/boxart/full_387534PALFrontccc.jpeg,Hustle Kings,PSV,Sports,Sony Computer Entertainment,VooFoo Studios,,,,,,,2012-02-21,2018-09-25 -/games/boxart/full_hyper-black-bass-95_956JapanFront.jpg,Hyper Black Bass '95,GB,Sports,Black Label Games,Black Label Games,,,,,,,1995-10-20, -/games/boxart/full_7521788AmericaFrontccc.jpg,Hyper V-Ball,SNES,Sports,Mc O'River,Video System,,,,,,,1993-01-01, -/games/boxart/8702053ccc.gif,Ice Hockey,VC,Sports,Nintendo,Nintendo,,,,,,,2006-12-11, -/games/boxart/full_1103705JapanFrontccc.jpg,Ice Hockey (FDS),NES,Sports,Nintendo,Nintendo,,,,,,,1988-01-21, -/games/boxart/default.jpg,Ice Hokey Slovakia 2011,DSiW,Sports,Unknown,Cypronia,,,,,,,2011-04-29, -/games/boxart/full_2094437PALFrontccc.jpg,Ico Soccer,DS,Sports,Black Bean Games,Artematica,,,,,,,2009-06-26, -/games/boxart/full_3099532JapanFrontccc.jpg,Ike Ike! Nekketsu Hockey-bu: Subette Koronde Dairantou,VC,Sports,Arc System Works,Technos Japan,,,,,,,2009-08-18, -/games/boxart/full_8464855JapanFrontccc.jpg,Ike Ike! Nekketsu Hockey-bu: Subette Koronde Dairantou,NES,Sports,Technos Japan Corporation,Technos Japan,,,,,,,1992-02-07, -/games/boxart/4341898ccc.jpg,In Your Face,GB,Sports,Jaleco,Jaleco Entertainment,,,,,,,1990-01-02, -/games/boxart/full_8568509JapanFrontccc.jpg,Inazuma Serve Da! Super Beach Volley,SNES,Sports,Virgin Interactive,Virgin Interactive,,,,,,,1995-08-04, -/games/boxart/full_6168827AmericaFrontccc.jpg,Inferno Pool,XBL,Sports,Koch Media,Dark Energy Digital,,,,,,,2009-10-28, -/games/boxart/full_957972AmericaFrontccc.png,Inferno Pool,PSN,Sports,Dark Energy Digital,Dark Energy Digital,,,,,,,2009-10-29, -/games/boxart/full_7835367AmericaFrontccc.jpg,Inside Lacrosse's CL2010,XBL,Sports,Microsoft,Carlo Sunseri,,,,,,,2009-11-17, -/games/boxart/full_inside-the-park-baseball_99AmericaFront.jpg,Inside the Park Baseball,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2003-12-19, -/games/boxart/full_140444PALFrontccc.jpg,International Athletics,DS,Sports,Ghostlight,The Code Monkeys,,,,,,,2008-11-28, -/games/boxart/full_international-athletics_9PALFront.jpg,International Athletics,PSN,Sports,Ghostlight,The Code Monkeys,,,,,,,2009-02-12, -/games/boxart/default.jpg,International Cricket Captain,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,1998-01-01, -/games/boxart/default.jpg,International Cricket Captain 2,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2000-11-24, -/games/boxart/full_8020692PALFrontccc.jpg,International Cricket Captain 2000,PS,Sports,Empire Interactive,Empire Interactive,,,,,,,2000-11-03, -/games/boxart/default.jpg,International Cricket Captain 2001: Ashes Edition,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2001-06-29, -/games/boxart/full_4030616PALFrontccc.jpg,International Cricket Captain 2001: Ashes Edition,PS,Sports,Empire Interactive,Empire Interactive,,,,,,,2001-08-24, -/games/boxart/full_4924792PALFrontccc.jpg,International Cricket Captain 2002,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2002-05-24, -/games/boxart/full_8510185PALFrontccc.jpg,International Cricket Captain 2002,PS,Sports,Empire Interactive,Empire Interactive,,,,,,,2002-05-24, -/games/boxart/full_2250211PALFrontccc.jpg,International Cricket Captain 2006,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2006-06-16, -/games/boxart/full_7404345PALFrontccc.jpg,International Cricket Captain Ashes Edition 2006,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2006-11-24, -/games/boxart/full_5329500PALFrontccc.jpg,International Cricket Captain Ashes Year 2005,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2005-08-05, -/games/boxart/full_9166872PALFrontccc.jpg,International Cricket Captain III,PS2,Sports,Empire Interactive,Empire Interactive,,,,,,,2007-11-16, -/games/boxart/full_696210PALFrontccc.jpg,International Cricket Captain III,PC,Sports,Empire Interactive,Empire Interactive,,,,,,,2007-07-06, -/games/boxart/full_3316799PALFrontccc.jpg,International Karate,VC,Sports,Commodore,Activision,,,,,,,2009-02-23, -/games/boxart/265708ccc.jpg,International Sensible Soccer,AJ,Sports,Telegames,Williams,,,,,,,1995-01-01, -/games/boxart/full_6080703PALFrontccc.jpg,International Sensible Soccer,SNES,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-01-01, -/games/boxart/full_9573634PALFrontccc.png,International Snooker,PSN,Sports,Big Head Games,Big Head Games,,,,,,,2009-12-22, -/games/boxart/full_6239340PALFrontccc.jpg,International Snooker Championship,PS2,Sports,Play It,Play It!,,,,,,,2004-01-16, -/games/boxart/full_6878276PALFrontccc.jpg,International Superstar Soccer,GBA,Sports,Konami,Konami,6,,,,,,2001-11-23, -/games/boxart/7843052ccc.jpg,International Superstar Soccer,GB,Sports,Konami,Konami,,,,,,,1998-10-01, -/games/boxart/full_5479431PALFrontccc.jpg,International Superstar Soccer 2,XB,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-05-10, -/games/boxart/full_3675126PALFrontccc.jpg,International Superstar Soccer 2,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-05-17, -/games/boxart/full_3292902PALFrontccc.jpg,International Superstar Soccer 2,GC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2002-05-03, -/games/boxart/full_international-superstar-soccer-2000_3AmericaFront.jpg,International Superstar Soccer 2000,GB,Sports,Konami,Konami,,,,,,,2000-12-01, -/games/boxart/full_1472208PALFrontccc.jpg,International Superstar Soccer 3,PS2,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-03-28, -/games/boxart/full_9101007PALFrontccc.jpg,International Superstar Soccer 3,PC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-05-30, -/games/boxart/full_2887280PALFrontccc.jpg,International Superstar Soccer 3,GC,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2003-05-30, -/games/boxart/full_international-superstar-soccer-99_10AmericaFront.jpg,International Superstar Soccer 99,GB,Sports,Konami,Konami,,,,,,,2000-01-01, -/games/boxart/full_3804600PALFrontccc.jpg,International Superstar Soccer Advance,GBA,Sports,Konami,Konami Computer Entertainment Osaka,7,,,,,,2003-01-24, -/games/boxart/full_international-superstar-soccer-deluxe_1PALFront.jpg,International Superstar Soccer Deluxe,GEN,Sports,Konami,Factor 5,,,,,,,1996-01-01, -/games/boxart/full_international-superstar-soccer-deluxe_3PALFront.jpg,International Superstar Soccer Deluxe,PS,Sports,Konami,Konami,,,,,,,1997-02-01, -/games/boxart/full_4492157AmericaFrontccc.jpg,International Track & Field,GB,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,2000-01-19, -/games/boxart/full_307671AmericaFrontccc.png,International Track & Field,PSN,Sports,Sony Computer Entertainment,Konami,,,,,,,2009-11-23, -/games/boxart/full_683684AmericaFrontccc.jpg,International Track & Field 2000,N64,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2000-09-06, -/games/boxart/full_8918192JapanFrontccc.jpg,Isometric & Karate Exercise: Wii de Kotsuban Fitness,Wii,Sports,IE Institute,IE Institute,,,,,,,2009-12-03, -/games/boxart/full_isse-no-se-online_510AmericaFront.jpg,Isse no se ! ONLINE,XBL,Sports,Microsoft,SASGA,,,,,,,2009-12-08, -/games/boxart/7378386ccc.jpg,Itchy & Scratchy in Miniature Golf Madness,GB,Sports,Acclaim Entertainment,Beam Software,,,,,,,1994-11-01, -/games/boxart/full_itsudemo-tsuri-hiyori-omoide-no-black-bass_418JapanFront.jpg,Itsudemo Tsuri Hiyori: Omoide no Black Bass,DSiW,Sports,Unknown,Kounan Denki Seisakujo (Mechanic Arms),,,,,,,2011-07-13, -/games/boxart/full_j-league-fighting-soccer-the-king-of-ace-strikers_804JapanFront.jpg,J-League Fighting Soccer: The King of Ace Strikers,GB,Sports,IGS,Graphic Research,,,,,,,1992-12-27, -/games/boxart/full_j-league-fighting-soccer-the-king-of-ace-strikers_926JapanFront.jpg,J-League Fighting Soccer: The King of Ace Strikers,NES,Sports,IGS,Graphic Research,,,,,,,1993-06-19, -/games/boxart/full_9838497JapanFrontccc.jpg,J-League GG Pro Striker '94,GG,Sports,Sega,Sega,,,,,,,1994-07-22, -/games/boxart/full_j-league-greatest-eleven_7JapanFront.jpg,J-League Greatest Eleven,PCE,Sports,Nichibutsu,Cream,,,,,,,1993-05-14, -/games/boxart/full_6462924JapanFrontccc.jpg,J-League Jikkyou Winning Eleven,PS,Sports,Konami,Konami,,,,,,,1995-07-21, -/games/boxart/full_3310781JapanFrontccc.jpg,J-League Jikkyou Winning Eleven '97,PS,Sports,Konami,Konami,,,,,,,1996-11-12, -/games/boxart/full_2440966JapanFrontccc.jpg,J-League Jikkyou Winning Eleven '98-'99,PS,Sports,Konami,Konami,,,,,,,1998-12-03, -/games/boxart/full_7954547JapanFrontccc.jpg,J-League Jikkyou Winning Eleven 2001,PS,Sports,Konami,KCET,,,,,,,2001-06-21, -/games/boxart/full_9049215JapanFrontccc.jpg,J-League Pocket,GBA,Sports,Konami,KCEO,,,,,,,2001-03-21, -/games/boxart/full_7006921JapanFrontccc.jpg,J-League Pocket 2,GBA,Sports,Konami,Konami,,,,,,,2002-02-28, -/games/boxart/full_560907JapanFrontccc.jpg,J-League Pro Soccer Club o Tsukurou! Advance,GBA,Sports,Sega,Sega,,,,,,,2002-09-05, -/games/boxart/full_j-league-pro-striker_233JapanFront.jpg,J-League Pro Striker,GEN,Sports,Sega,Sega,,,,,,,1993-06-18, -/games/boxart/full_j-league-pro-striker-kanzenban_291JapanFront.jpg,J-League Pro Striker Kanzenban,GEN,Sports,Sega,Sega,,,,,,,1993-12-17, -/games/boxart/full_9210845JapanFrontccc.jpg,J-League Soccer: Dream Eleven,GG,Sports,Sega,SIMS,,,,,,,1995-11-24, -/games/boxart/full_1497617JapanFrontccc.jpg,J-League Spectacle Soccer,DC,Sports,Sega,Smilebit,,,,,,,2002-02-07, -/games/boxart/full_9480196JapanFrontccc.jpg,J-League Super Soccer '95: Jikkyou Stadium,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1995-03-17, -/games/boxart/full_3555755JapanFrontccc.jpg,J-League Superstar Soccer,GB,Sports,J-Wing,J-Wing,,,,,,,1998-06-26, -/games/boxart/full_7067980JapanFrontccc.jpg,J-League Tactics Soccer,N64,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1999-01-15, -/games/boxart/full_j-league-virtual-stadium_0JapanFront.jpg,J-League Virtual Stadium,3DO,Sports,Electronic Arts Victor,EA Sports,,,,,,,1994-11-03, -/games/boxart/full_j-league-virtual-stadium-95_8JapanFront.jpg,J-League Virtual Stadium '95,3DO,Sports,Electronic Arts Victor,EA Sports,,,,,,,1995-10-27, -/games/boxart/full_5062403JapanFrontccc.jpg,J-League Virtual Stadium '96,PS,Sports,Electronic Arts Victor,EA Sports,,,,,,,1996-04-26, -/games/boxart/full_9581181JapanFrontccc.jpg,J-League Winning Eleven Advance 2002,GBA,Sports,Konami,KCET,,,,,,,2002-10-10, -/games/boxart/full_j-league-winning-goal_363JapanFront.jpg,J-League Winning Goal,NES,Sports,Electronic Arts Victor,GRC,,,,,,,1994-05-27, -/games/boxart/full_j-league-winning-goal_300JapanFront.jpg,J-League Winning Goal,GB,Sports,Electronic Arts Victor,GRC,,,,,,,1994-04-02, -/games/boxart/1337575ccc.jpg,Jack Nicklaus Golf,GB,Sports,Tradewest,Sculptured Software,,,,,,,1992-05-01, -/games/boxart/556314ccc.jpg,Jack Nicklaus Golf,SNES,Sports,Tradewest,Sculptured Software,,,,,,,1992-05-01, -/games/boxart/794724ccc.jpg,Jack Nicklaus' 18 Greatest Holes of Major Championship Golf,NES,Sports,Konami,Accolade,,,,,,,1990-03-01, -/games/boxart/5213273ccc.jpg,Jack Nicklaus' Power Challenge Golf,GEN,Sports,Accolade,Unknown,,,,,,,1993-01-01, -/games/boxart/full_jack-nicklaus-turbo-golf_3AmericaFront.jpg,Jack Nicklaus: Turbo Golf,PCE,Sports,Accolade,Sculptured Software,,,,,,,1990-01-01, -/games/boxart/full_jack-nicklaus-turbo-golf-cd_1AmericaFront.jpg,Jack Nicklaus: Turbo Golf (CD),PCE,Sports,Accolade,Sculptured Software,,,,,,,1992-01-01, -/games/boxart/full_8484352AmericaFrontccc.jpg,Jackpot Stadium,XBL,Sports,Microsoft,Antab,,,,,,,2009-03-01, -/games/boxart/full_jam-city-rollergirls_60AmericaFront.jpg,Jam City Rollergirls,WW,Sports,Unknown,Frozen Codebase,,,,,,,2011-01-24, -/games/boxart/9093911ccc.jpg,"James ""Buster"" Douglas Knockout Boxing",MS,Sports,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_2563643AmericaFrontccc.jpg,James 'Buster' Douglas Knockout Boxing,GEN,Sports,Taito,Taito Corporation,,,,,,,1990-06-01, -/games/boxart/full_jammit_1AmericaFront.jpg,Jammit,GEN,Sports,Virgin Interactive,GTE Vantage Inc.,,,,,,,1994-01-01, -/games/boxart/6334885ccc.jpg,Jammit,3DO,Sports,GTE Entertainment,GTE Entertainment,,,,,,,1994-01-01, -/games/boxart/full_262711AmericaFrontccc.jpg,Jammit,PC,Sports,GTE Entertainment,GTE Entertainment,,,,,,,1995-08-22, -/games/boxart/full_559383AmericaFrontccc.jpg,Jammit,SNES,Sports,GTE Entertainment,GTE Entertainment,,,,,,,1994-11-01, -/games/boxart/full_47592JapanFrontccc.jpg,Japan Golfer's Kentei DS,DS,Sports,Dimple Entertainment,Dimple Entertainment,,,,,,,2009-06-18, -/games/boxart/full_japan-super-bass-classic-96_4JapanFront.jpg,Japan Super Bass Classic '96,SAT,Sports,Naxat Soft,Naxat Soft,,,,,,,1996-08-23, -/games/boxart/full_2312528AmericaFrontccc.jpg,Jazzy Billiards,DSiW,Sports,Aksys Games,Arc System Works,,,,,,,2010-01-11, -/games/boxart/full_1270177AmericaFrontccc.jpg,Jennifer Capriati Tennis,GEN,Sports,Renovation,System Sacom,,,,,,,1992-08-16, -/games/boxart/full_4374840AmericaFrontccc.jpg,Jerry Glanville's Pigskin Footbrawl,GEN,Sports,Razorsoft,Developer Resources,,,,,,,1992-01-01, -/games/boxart/full_jerry-rice-and-nitus-dog-football_334AmericaFront.jpg,Jerry Rice and Nitus' Dog Football,PC,Sports,Unknown,Judo Baby,,,,,,,, -/games/boxart/full_6104919JapanFrontccc.jpg,JGTO Golf Master Mobile,GBA,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,2001-07-26, -/games/boxart/full_4577822JapanFrontccc.jpg,Jikkyou GI Stable,N64,Sports,Konami,Konami Computer Entertainment Nagoya,,,,,,,1999-04-28, -/games/boxart/full_jikkyou-jitsumei-keiba-dream-classic-2001-autumn_3JapanFront.jpg,Jikkyou Jitsumei Keiba Dream Classic 2001 Autumn,PS2,Sports,Bandai,Bandai,,,,,,,2001-11-15, -/games/boxart/full_jikkyou-jitsumei-keiba-dream-classic-2001-spring_10JapanFront.jpg,Jikkyou Jitsumei Keiba Dream Classic 2001 Spring,PS2,Sports,Bandai,Bandai,,,,,,,2001-04-05, -/games/boxart/default.jpg,Jikkyou Powerful Pro Baseball Success Special,PS3,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2016-07-01, -/games/boxart/default.jpg,Jikkyou Powerful Pro Baseball Success Special,PS4,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2016-07-01, -/games/boxart/default.jpg,Jikkyou Powerful Pro Baseball Success Special,PSV,Sports,Konami Digital Entertainment,Konami Digital Entertainment,,,,,,,2016-07-01, -/games/boxart/full_4805394JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '95 Kaimakuban,PS,Sports,Konami,Konami,,,,,,,1995-07-14, -/games/boxart/full_3744893JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu '95 Kaimakuban,SAT,Sports,Konami,Konami,,,,,,,1995-07-28, -/games/boxart/full_5194108JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban,GC,Sports,Konami,Diamond Head,,,,,,,2003-12-18, -/games/boxart/full_5902574JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban,GC,Sports,Konami,PawaPuro Production,,,,,,,2004-12-16, -/games/boxart/full_1808621JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 11 Chou Ketteiban,PS2,Sports,Konami,PawaPuro Production,,,,,,,2004-12-16, -/games/boxart/full_599862JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2001 Ketteiban,PS,Sports,Konami,Diamond Head,,,,,,,2001-12-20, -/games/boxart/full_4113086JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 2002 Haru,PS,Sports,Konami,Diamond Head,,,,,,,2002-03-14, -/games/boxart/full_jikkyou-powerful-pro-yakyuu-2010_6JapanFront.jpg,Jikkyou Powerful Pro Yakyuu 2010,PSN,Sports,Konami,PawaPuro Production,,,,,,,2010-07-15, -/games/boxart/full_2232272JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 7 Ketteiban,PS2,Sports,Konami,Diamond Head,,,,,,,2000-12-21, -/games/boxart/full_3934982JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu 9 Ketteiban,GC,Sports,Konami,Diamond Head,,,,,,,2002-12-19, -/games/boxart/full_347607JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu Premium-Ban,PS,Sports,Konami,Diamond Head,,,,,,,2003-01-23, -/games/boxart/full_4090321JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu S,SAT,Sports,Konami,Konami,,,,,,,1997-12-04, -/games/boxart/full_jikkyou-world-soccer-2002_7JapanFront.jpg,Jikkyou World Soccer 2002,XB,Sports,Konami,Konami,,,,,,,2002-05-23, -/games/boxart/full_jikkyou-world-soccer-2002_2JapanFront.jpg,Jikkyou World Soccer 2002,GC,Sports,Konami,Konami,,,,,,,2002-03-14, -/games/boxart/full_1129036JapanFrontccc.jpg,Jikkyou World Soccer Pocket 2,GBA,Sports,Konami,Konami,,,,,,,2002-11-28, -/games/boxart/full_2177769JapanFrontccc.jpg,Jikkyuu Powerful Pro Yakyuu Basic '98,SNES,Sports,Konami,Diamond Head,,,,,,,1998-03-19, -/games/boxart/full_jimmy-connors-pro-tennis-tour_539AmericaFront.jpg,Jimmy Connors Pro Tennis Tour,PC,Sports,Ubisoft,Blue Byte,,,,,,,1990-01-01, -/games/boxart/full_jimmy-connors-pro-tennis-tour_805AmericaFront.jpg,Jimmy Connors Pro Tennis Tour,SNES,Sports,Ubisoft,Blue Byte,,,,,,,1992-12-01, -/games/boxart/full_jimmy-connors-tennis_461AmericaFront.jpg,Jimmy Connors Tennis,NES,Sports,Ubisoft,NMS Software,,,,,,,1993-11-01, -/games/boxart/5566417ccc.jpg,Jimmy Connors' Tennis,Lynx,Sports,Atari,NMS Software,,,,,,,1993-01-01, -/games/boxart/full_6381611AmericaFrontccc.jpg,Jimmy Houston's Bass Tournament U.S.A.,SNES,Sports,Sammy Corporation,Sammy Studios,,,,,,,1995-11-01, -/games/boxart/full_jimmy-houstons-bass-tournament-usa-97_696AmericaFront.jpg,Jimmy Houston's Bass Tournament U.S.A. '97,PC,Sports,Sammy Corporation,American Sammy,,,,,,,1995-11-01, -/games/boxart/full_1096939PALFrontccc.jpg,Jimmy White's 2: Cueball,DC,Sports,Virgin Interactive,Awesome Developments,,,,,,,2000-01-01, -/games/boxart/full_jitsumei-jikkyou-keiba-dream-classic_10JapanFront.jpg,Jitsumei Jikkyou Keiba Dream Classic,PS,Sports,Bandai,Bandai,,,,,,,2000-05-18, -/games/boxart/full_3302432AmericaFrontccc.jpg,Joe Montana Football,GG,Sports,Sega,Sega,,,,,,,1991-08-15, -/games/boxart/6721946ccc.jpg,Joe Montana Football,MS,Sports,Sega,BlueSky Software,,,,,,,1990-01-01, -/games/boxart/9130204ccc.jpg,Joe Montana Football,GEN,Sports,Sega,Park Place Productions,,,,,,,1990-01-01, -/games/boxart/full_joe-montana-football_2AmericaFront.jpg,Joe Montana Football,PC,Sports,Sega,MindSpan,,,,,,,1990-01-01, -/games/boxart/full_2906387AmericaFrontccc.jpg,Joe Montana II: Sports Talk Football,GEN,Sports,Sega,BlueSky Software,,,,,,,1991-01-01, -/games/boxart/325081ccc.jpg,Joe Montana's NFL Football,SCD,Sports,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/2761857ccc.jpg,John Elway's Quarterback,NES,Sports,Tradewest,Rare Ltd.,,,,,,,1989-03-01, -/games/boxart/8765355ccc.jpg,John Madden Football,3DO,Sports,EA Sports,Electronic Arts,,,,,,,1994-01-01, -/games/boxart/full_5305462AmericaFrontccc.jpg,John Madden Football '92,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1991-01-01, -/games/boxart/8457445ccc.jpg,John Madden Football '93,SNES,Sports,Electronic Arts,EA Canada,,,,,,,1993-01-01, -/games/boxart/full_2617872PALFrontccc.jpg,Jonah Lomu Rugby,SAT,Sports,Codemasters,Rage Software,,,,,,,1997-01-01, -/games/boxart/full_1963530PALFrontccc.jpg,Jonah Lomu Rugby,PS,Sports,Codemasters,Rage Software,,,,,,,1997-03-31, -/games/boxart/default.jpg,Jonah Lomu Rugby Challenge,PSV,Sports,Home Entertainment Suppliers,Sidhe Interactive,,,,,,,, -/games/boxart/full_1981125AmericaFrontccc.jpg,Jordan vs Bird,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1992-01-01, -/games/boxart/full_jordan-vs-bird-one-on-one_988AmericaFront.jpg,Jordan vs Bird: One on One,GB,Sports,Electronic Arts,Imagineer,,,,,,,1992-02-01, -/games/boxart/full_jordan-vs-bird-one-on-one_237AmericaFront.jpg,Jordan vs Bird: One on One,NES,Sports,Milton Bradley,Rare Ltd.,,,,,,,1989-08-01, -/games/boxart/full_4615063JapanFrontccc.jpg,Jumpin' Derby,SNES,Sports,Naxat Soft,Naxat Soft,,,,,,,1996-04-26, -/games/boxart/full_6093459JapanFrontccc.jpg,Junclassic C.C. & Rope Club,PS,Sports,T&E Soft,Unknown,,,,,,,1998-04-23, -/games/boxart/full_7271969AmericaFrontccc.jpg,Junior League Sports,Wii,Sports,XS Games,Data Design Interactive,,,,,,,2010-05-05, -/games/boxart/full_5957413JapanFrontccc.jpg,K-1 Pocket Grand Prix,GBA,Sports,Konami,Konami,,,,,,,2002-03-14, -/games/boxart/full_8745044JapanFrontccc.jpg,K-1 Pocket Grand Prix 2,GBA,Sports,Konami,Konami,,,,,,,2002-11-28, -/games/boxart/full_8595631PALFrontccc.jpg,K.O. King,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-11-03, -/games/boxart/full_6496584JapanFrontccc.jpg,Kado-Chan Shiki Doko Demo Kin Trai-Navi,DS,Sports,Marvelous Interactive,Marvelous Interactive,,,,,,,2007-07-05, -/games/boxart/full_1164456JapanFrontccc.jpg,Kaishin!! Derby Analyst,PS,Sports,Media Entertainment,Media Entertainment,,,,,,,2000-12-21, -/games/boxart/full_2315928JapanFrontccc.jpg,Kawa no Nushi Tsuri 3+4,GBA,Sports,Marvelous Interactive,Marvelous,,,,,,,2006-02-09, -/games/boxart/full_8964904JapanFrontccc.jpg,Kawa no Nushi Tsuri 5,GBA,Sports,Victor Interactive,Victor Interactive Software,,,,,,,2002-03-15, -/games/boxart/full_1097147JapanFrontccc.jpg,Keiba Eight Special 2,SNES,Sports,Imagineer,C-Lab,,,,,,,1994-09-30, -/games/boxart/full_4774301JapanFrontccc.jpg,Keiba Navi: Uma no Suke,DS,Sports,Starfish,Starfish,,,,,,,2006-12-14, -/games/boxart/full_7679000JapanFrontccc.jpg,Keiba Navi: Uma no Suke 2,DS,Sports,Starfish,Starfish SD,,,,,,,2007-10-25, -/games/boxart/full_keiba-saishou-no-housoku_5JapanFront.jpg,Keiba Saishou no Housoku,3DO,Sports,Unknown,Copya Systems,,,,,,,1994-10-21, -/games/boxart/full_7836643AmericaFrontccc.jpg,Kelly Slater's Pro Surfer,PC,Sports,Aspyr,Beenox,,,,,,,2003-10-15, -/games/boxart/full_ken-griffey-jr-presents-major-league-baseball_701AmericaFront.jpg,Ken Griffey Jr. Presents Major League Baseball,GB,Sports,Nintendo,Software Creations,,,,,,,1997-10-01, -/games/boxart/full_ken-griffey-jrs-slugfest_878AmericaFront.gif,Ken Griffey Jr.'s Slugfest,GB,Sports,Nintendo,Software Creations,,,,,,,1999-05-01, -/games/boxart/full_ken-griffey-jrs-winning-run_4AmericaFront.jpg,Ken Griffey Jr.'s Winning Run,SNES,Sports,Nintendo,Rare Ltd.,,,,,,,1996-06-01, -/games/boxart/full_5375207JapanFrontccc.jpg,Kero Kero King,PS,Sports,Media Factory,Amedio,,,,,,,2000-11-02, -/games/boxart/default.jpg,Kevin Sheedy AFL Coach 2002,PC,Sports,Acclaim Entertainment,IR Gurus,,,,,,,2001-01-01, -/games/boxart/full_kevin-van-dam-big-bass-challenge_887AmericaFront.jpg,Kevin Van Dam: Big Bass Challenge,PS3,Sports,Zoo Games,Zoo Games,,,,,,,2011-06-30, -/games/boxart/full_7238366JapanFrontccc.jpg,Kick Off,SNES,Sports,Imagineer,Anco Games,,,,,,,1993-07-22, -/games/boxart/full_2498641AmericaFrontccc.png,Kick the Ball! Brazil 2014,And,Sports,Immanitas Entertainment GmbH,Immanitas Entertainment GmbH,,,,,,,2014-07-08, -/games/boxart/full_kickn-it_581AmericaFront.jpg,Kick'n It,XBL,Sports,Microsoft,K-dog,,,,,,,2011-08-12, -/games/boxart/full_kickball_0JapanFront.jpg,KickBall,PCE,Sports,NCS,Dual,,,,,,,1990-11-24, -/games/boxart/full_4207251PALFrontccc.jpg,Kidz Sports Basketball,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2007-01-01, -/games/boxart/default.jpg,Kidz Sports: American Football,Wii,Sports,Unknown,Destineer,,,,,,,, -/games/boxart/full_6747135PALFrontccc.jpg,King of Clubs,PC,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2008-02-21, -/games/boxart/full_7490159PALFrontccc.jpg,King of Clubs,PS2,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2007-10-26, -/games/boxart/full_king-of-pool_6AmericaFront.jpg,King of Pool,PSN,Sports,Nordcurrent,Ivolgamus,,,,,,,2010-04-08, -/games/boxart/full_king-salmon_803AmericaFront.jpg,King Salmon,GEN,Sports,Victory Lap Games,Sage's Creation,,,,,,,1993-03-21, -/games/boxart/6027393ccc.jpg,Kings of the Beach,NES,Sports,Ultra Games,Konami,,,,,,,1990-01-01, -/games/boxart/full_kirbys-dream-course_3AmericaFront.jpg,Kirby's Dream Course,VC,Sports,Nintendo,HAL Laboratory,,,,,,,2007-07-23, -/games/boxart/full_1942843JapanFrontccc.jpg,Kodawari Saihai Simulation: Ocha no Ma Pro Yakyuu DS 2010 Nendohan,DS,Sports,Now Production,Now Production,,,,,,,2010-04-01, -/games/boxart/full_konami-hyper-soccer_6PALFront.jpg,Konami Hyper Soccer,NES,Sports,Konami,Konami,,,,,,,1992-01-01, -/games/boxart/full_kore-ga-pro-yakyuu-89_4JapanFront.jpg,Kore ga Pro Yakyuu '89,PCE,Sports,Intec,TOSE Software,,,,,,,1989-12-20, -/games/boxart/full_kore-ga-pro-yakyuu-90_0JapanFront.jpg,Kore ga Pro Yakyuu '90,PCE,Sports,Intec,TOSE Software,,,,,,,1990-06-29, -/games/boxart/6374599ccc.jpg,Krazy Ace Miniature Golf,Lynx,Sports,Telegames,"Telegames, Inc.",,,,,,,1993-01-01, -/games/boxart/full_4253473JapanFrontccc.jpg,Kurohige no Golf Shiyouyo,GBA,Sports,Tomy Corporation,SoftMax,,,,,,,2002-04-19, -/games/boxart/full_8453643JapanFrontccc.jpg,Kurukuru * Princess: Tokimeki Figure * Mezase! Vancouver,DS,Sports,Spike,Spike,,,,,,,2009-12-10, -/games/boxart/full_keiba_5JapanFront.jpg,Kyousouba Ikusei Simulation: Keiba,WS,Sports,Bec,Bec,,,,,,,1999-11-18, -/games/boxart/full_4252034JapanFrontccc.jpg,Kyuukai Douchuuki,GEN,Sports,Namco,Namco,,,,,,,1991-07-12, -/games/boxart/full_1620492AmericaFrontccc.jpg,La Russa Baseball 95,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-01-01, -/games/boxart/full_9559773JapanFrontccc.jpg,Lake Masters PRO for Dreamcast Plus!,DC,Sports,Dazz,Dazz,,,,,,,2000-03-23, -/games/boxart/4096737ccc.gif,Lakers vs. Celtics and the NBA Playoffs,GEN,Sports,Electronic Arts,EA,,,,,,,1991-01-01, -/games/boxart/default.jpg,Lawn Games,Wii,Sports,Unknown,CDV Software Entertainment USA,,,,,,,, -/games/boxart/full_4687420AmericaFrontccc.jpg,Le Tour De France 2009,XBL,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2009-07-15, -/games/boxart/full_3457870AmericaFrontccc.jpg,League Bowling,NG,Sports,SNK,SNK Corporation,,,,,,,1991-07-01, -/games/boxart/full_league-bowling_564AmericaFront.jpg,League Bowling,VC,Sports,Unknown,SNK Corporation,,,,,,,, -/games/boxart/full_league-bowling_478AmericaFront.jpg,League Bowling,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_league-bowling-psp_111AmericaFront.jpg,League Bowling (PSP),PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, -/games/boxart/8641682ccc.jpg,Lee Trevino's Fighting Golf,NES,Sports,SNK,SNK Corporation,,,,,,,1988-09-01, -/games/boxart/full_1904345JapanFrontccc.jpg,Legend of Success Joe,NG,Sports,Wave,Wave Corporation,,,,,,,1991-01-01, -/games/boxart/full_legend-of-the-river-king_288AmericaFront.jpg,Legend of the River King,GB,Sports,Natsume,Victor Interactive Software,,,,,,,1998-08-01, -/games/boxart/full_8363532AmericaFrontccc.jpg,Let the foreign immigrant! Online,XBL,Sports,Microsoft,SASGA,,,,,,,2009-12-08, -/games/boxart/full_6578455AmericaFrontccc.jpg,Let's CATCH,WW,Sports,Sega,PROPE,,,,,,,2009-06-15, -/games/boxart/full_799704JapanFrontccc.jpg,Let's Go Bassfishing!: Bass Tsuri ni Ikou!,PS,Sports,Banpresto,Banpresto,,,,,,,1999-04-22, -/games/boxart/full_6691128AmericaFrontccc.jpg,Let's Golf,DSiW,Sports,Gameloft,Gameloft,5,,,,,,2010-03-01, -/games/boxart/full_2502375AmericaFrontccc.png,Let's Golf,PSN,Sports,Gameloft,Gameloft Inc.,,,,,,,2009-11-23, -/games/boxart/full_lets-golf-3d_612AmericaFront.jpg,Let's Golf 3D,3DS,Sports,Gameloft,Gameloft,9,,,,,,2011-07-28, -/games/boxart/full_5101834PALFrontccc.jpg,Libero Grande,PS,Sports,Namco,Namco,,,,,,,1998-01-01, -/games/boxart/full_1054553PALFrontccc.jpg,Libero Grande 2,PS,Sports,Namco,Namco,,,,,,,2000-01-01, -/games/boxart/full_6691155AmericaFrontccc.jpg,Links Extreme,PC,Sports,Microsoft,Access Software,,,,,,,1999-05-31, -/games/boxart/full_links-fantasy-course-devils-island_6AmericaFront.jpg,Links Fantasy Course: Devil's Island,PC,Sports,Access Software,Access Software,,,,,,,1995-01-01, -/games/boxart/full_4269980AmericaFrontccc.jpg,Links LS 1998 Edition,PC,Sports,Access Software,Access Software,,,,,,,1997-06-30, -/games/boxart/3798845ccc.jpg,Links: The Challenge of Golf,SCD,Sports,Virgin Interactive,Virgin Interactive,,,,,,,1994-01-01, -/games/boxart/full_6881629AmericaFrontccc.jpg,Little League Baseball: Championship Series,NES,Sports,SNK,SNK Corporation,,,,,,,1990-07-01, -/games/boxart/default.jpg,LMA Manager 2001,PS,Sports,Codemasters,Codemasters,,,,,,,2001-03-16, -/games/boxart/full_4088433PALFrontccc.jpg,LMA Manager 2006,PS2,Sports,Codemasters,Codemasters,,,,,,,2005-11-18, -/games/boxart/full_lma-manager-2007_779PALFront.jpg,LMA Manager 2007,PS2,Sports,Codemasters,Codemasters,6.7,,,,,,2006-09-22, -/games/boxart/full_lma-manager-2007_949PALFront.jpg,LMA Manager 2007,PC,Sports,Codemasters,Codemasters,6,,,,,,2006-09-22, -/games/boxart/full_9998578AmericaFrontccc.jpg,LOL Runner,XBL,Sports,Microsoft,LocoPuyo,,,,,,,2009-10-22, -/games/boxart/full_3624693PALFrontccc.jpg,London 2012: The Official Video Game of the Olympic Games,PC,Sports,Sega,Sega Studios Australia,5,,,,,,2012-06-26, -/games/boxart/7032569ccc.jpg,Looney Tunes B-Ball,SNES,Sports,Sunsoft,Sculptured Software,,,,,,,1995-05-06, -/games/boxart/full_4934020JapanFrontccc.jpg,Love * Smash! 5,PS2,Sports,D3 Publisher,HuneX,,,,,,,2003-11-13, -/games/boxart/full_love-games-wai-wai-tennis_10JapanFront.jpg,Love Game's: Wai Wai Tennis,PSN,Sports,Hamster Corporation,Ichikawa,,,,,,,2010-08-11, -/games/boxart/full_6709311JapanFrontccc.jpg,Love Game's: Wai Wai Tennis,PS,Sports,Ichikawa,Ichikawa,,,,,,,1997-02-28, -/games/boxart/full_6710372JapanFrontccc.jpg,Love Game's: Wai Wai Tennis Plus,PS,Sports,Hamster Corporation,Hamster Corporation,,,,,,,2002-03-28, -/games/boxart/full_lower-your-score-with-tom-kite-shot-making_4AmericaFront.jpg,Lower Your Score with Tom Kite - Shot Making,3DO,Sports,Vise,Vise,,,,,,,1994-01-01, -/games/boxart/full_5494748AmericaFrontccc.jpg,Lucinda Green's Equestrian Challenge,PS2,Sports,Red Mile Entertainment,2Wg,,,,,,,2006-11-15, -/games/boxart/7239289ccc.jpg,Lunar Pool,VC,Sports,D4 Enterprise,Compile,,,,,,,2007-10-22, -/games/boxart/9647012ccc.jpg,Lunar Pool,NES,Sports,FCI,Compile,,,,,,,1987-10-01, -/games/boxart/7240564ccc.jpg,Madden '95,GB,Sports,Malibu Games,Halestorm,,,,,,,1994-01-01, -/games/boxart/full_madden-96_10AmericaFront.jpg,Madden 96,GB,Sports,Black Pearl,Halestorm,,,,,,,1995-10-01, -/games/boxart/full_3220985AmericaFrontccc.jpg,Madden 96,GG,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-01-01, -/games/boxart/full_madden-97_4AmericaFront.jpg,Madden 97,GB,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-11-01, -/games/boxart/full_7749756AmericaFrontccc.jpg,Madden NFL '94,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-02-18, -/games/boxart/2979395ccc.jpg,Madden NFL '94,SNES,Sports,Electronic Arts,Visual Concepts,,,,,,,1993-10-01, -/games/boxart/3673003ccc.jpg,Madden NFL '95,SNES,Sports,Electronic Arts,Visual Concepts,,,,,,,1994-09-01, -/games/boxart/full_8779122AmericaFrontccc.jpg,Madden NFL '95,GG,Sports,THQ,THQ,,,,,,,1995-01-01, -/games/boxart/full_6216834AmericaFrontccc.jpg,Madden NFL 06,PC,Sports,EA Sports,BudCat Creations,,,,,,,2005-08-17, -/games/boxart/full_5327511AmericaFrontccc.jpg,Madden NFL 07,PC,Sports,EA Sports,EA Tiburon,8.5,,,,,,2006-08-22, -/games/boxart/full_8337067AmericaFrontccc.png,Madden NFL 10,PSN,Sports,Electronic Arts,EA Tiburon,,,,,,,2009-10-01, -/games/boxart/full_madden-nfl-11_0AmericaFront.jpg,Madden NFL 11,PSN,Sports,EA Sports,EA Tiburon,,,,,,,2010-08-10, -/games/boxart/full_madden-nfl-12_737AmericaFront.jpg,Madden NFL 12,PS2,Sports,EA Sports,EA Tiburon,,,,,,,2011-08-30, -/games/boxart/full_madden-nfl-12_52AmericaFront.jpg,Madden NFL 12,3DS,Sports,EA Sports,EA Tiburon,,,,,,,2011-08-30, -/games/boxart/full_2324278AmericaFrontccc.jpg,Madden NFL 2000,GB,Sports,THQ,Tiertex Design Studios,,,,,,,1999-11-30, -/games/boxart/full_madden-nfl-2000_446AmericaFront.jpg,Madden NFL 2000,PC,Sports,EA Sports,EA Tiburon,,,,,,,1999-08-31, -/games/boxart/full_2949653AmericaFrontccc.jpg,Madden NFL 2001,PC,Sports,EA Sports,EA Sports,,,,,,,2000-08-24, -/games/boxart/full_599182AmericaFrontccc.jpg,Madden NFL 2001,GB,Sports,EA Sports,3d6 Games,,,,,,,2000-11-13, -/games/boxart/full_3234014AmericaFrontccc.jpg,Madden NFL 2002,PC,Sports,EA Sports,EA Sports,,,,,,,2001-08-20, -/games/boxart/full_3785415AmericaFrontccc.jpg,Madden NFL 2002,GB,Sports,EA Sports,3d6 Games,,,,,,,2001-09-01, -/games/boxart/full_9658232AmericaFrontccc.jpg,Madden NFL 2003,PS,Sports,EA Sports,BudCat Creations,,,,,,,2002-08-13, -/games/boxart/full_4013506AmericaFrontccc.jpg,Madden NFL 2003,PC,Sports,EA Sports,EA Tiburon,,,,,,,2002-08-12, -/games/boxart/full_4806018AmericaFrontccc.jpg,Madden NFL 2004,PS,Sports,EA Sports,BudCat Creations,,,,,,,2003-08-12, -/games/boxart/full_7540462AmericaFrontccc.jpg,Madden NFL 2004,PC,Sports,EA Sports,EA Tiburon,,,,,,,2003-08-12, -/games/boxart/full_madden-nfl-2005_652AmericaFront.jpg,Madden NFL 2005,PS,Sports,EA Sports,EA Tiburon,,,,,,,2004-09-07, -/games/boxart/full_4808515AmericaFrontccc.jpg,Madden NFL 2005,PC,Sports,EA Sports,BudCat Creations,,,,,,,2004-09-14, -/games/boxart/full_2628366AmericaFrontccc.jpg,Madden NFL 95,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-01-01, -/games/boxart/full_6650642AmericaFrontccc.jpg,Madden NFL 96,GEN,Sports,EA Sports,High Score Productions,,,,,,,1995-01-01, -/games/boxart/250969ccc.jpg,Madden NFL 96,SNES,Sports,EA Sports,High Score Productions,,,,,,,1995-11-01, -/games/boxart/full_8414686AmericaFrontccc.jpg,Madden NFL 96,PC,Sports,EA Sports,High Score Productions,,,,,,,1995-01-01, -/games/boxart/full_697440AmericaFrontccc.jpg,Madden NFL 97,GEN,Sports,EA Sports,High Score Productions,,,,,,,1997-01-01, -/games/boxart/2944724ccc.jpg,Madden NFL 97,SNES,Sports,EA Sports,EA Tiburon,,,,,,,1996-10-01, -/games/boxart/1568223ccc.jpg,Madden NFL 97,SAT,Sports,EA Sports,EA Tiburon,,,,,,,1996-01-01, -/games/boxart/full_8268210AmericaFrontccc.jpg,Madden NFL 97,PC,Sports,EA Sports,High Score Productions,,,,,,,1996-08-31, -/games/boxart/full_9997815AmericaFrontccc.jpg,Madden NFL 98,GEN,Sports,EA Sports,Tiertex Design Studios,,,,,,,1997-01-01, -/games/boxart/full_9562204AmericaFrontccc.jpg,Madden NFL 98,PC,Sports,EA Sports,Stormfront Studios,,,,,,,1997-10-31, -/games/boxart/full_629670AmericaFrontccc.jpg,Madden NFL 98,SNES,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1997-11-01, -/games/boxart/full_9495045AmericaFrontccc.jpg,Madden NFL 98,SAT,Sports,EA Sports,EA Tiburon,,,,,,,1997-01-01, -/games/boxart/full_1521402AmericaFrontccc.jpg,Madden NFL 99,PC,Sports,EA Sports,EA Sports,,,,,,,1998-09-30, -/games/boxart/full_6857039AmericaFrontccc.jpg,Madden NFL Arcade,XBL,Sports,EA Sports,EA Tiburon,6.3,,,,,,2009-11-25, -/games/boxart/full_5189179AmericaFrontccc.png,Madden NFL Arcade,PSN,Sports,EA Sports,EA Tiburon,,,,,,,2009-11-24, -/games/boxart/9836494ccc.jpg,Magic Johnson's Fast Break,NES,Sports,Tradewest,Software Creations,,,,,,,1990-03-01, -/games/boxart/full_5473040AmericaFrontccc.jpg,Major League Baseball,NES,Sports,LJN,Atlus Co.,,,,,,,1988-04-01, -/games/boxart/full_major-league-baseball-2k10_7AmericaFront.jpg,Major League Baseball 2K10,PSN,Sports,2K Games,Visual Concepts,,,,,,,2010-03-01, -/games/boxart/full_5438007AmericaFrontccc.jpg,Major League Baseball 2K10,PC,Sports,2K Sports,Visual Concepts,7.3,,,,,,2010-03-02, -/games/boxart/default.jpg,Major League Baseball 2K11,PSN,Sports,2K Sports,Visual Concepts,,,,,,,2011-03-15, -/games/boxart/full_3304553AmericaFrontccc.jpg,Major League Baseball 2K12,PS2,Sports,Take-Two Interactive,"Visual Concepts, Ltd.",,,,,,,2012-03-06,2018-11-03 -/games/boxart/4509986ccc.jpg,Major League Baseball 2K5: World Series Edition,XB,Sports,2K Sports,Kush Games,,,,,,,2005-10-18, -/games/boxart/6478875ccc.gif,Major League Baseball 2K5: World Series Edition,PS2,Sports,2K Sports,Kush Games,,,,,,,2005-10-18, -/games/boxart/full_1307990AmericaFrontccc.jpg,Major League Baseball 2K7,GBA,Sports,2K Sports,Skyworks Technologies,,,,,,,2007-05-22, -/games/boxart/2369339ccc.jpg,Major League Baseball 2K7,DS,Sports,2K Sports,Skyworks Technologies,,,,,,,2007-03-19, -/games/boxart/full_851957AmericaFrontccc.jpg,Major League Baseball 2K7,XB,Sports,2K Sports,Kush Games,,,,,,,2007-02-27, -/games/boxart/full_8695813PALFrontccc.png,Major League Baseball 2K9,PSN,Sports,2K Games,2K Sports,,,,,,,2009-06-04, -/games/boxart/full_8023480AmericaFrontccc.jpg,Major League Baseball 2K9,PC,Sports,2K Sports,Visual Concepts,,,,,,,2009-03-03, -/games/boxart/7663396ccc.jpg,Malibu Beach Volleyball,Lynx,Sports,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/5167343ccc.jpg,Malibu Beach Volleyball,GB,Sports,Activision,Tokyo Shoseki,,,,,,,1990-03-01, -/games/boxart/full_948576PALFrontccc.jpg,Marcel Desailly Football Advance,GBA,Sports,Ubisoft,Ubisoft,,,,,,,2001-10-18, -/games/boxart/full_marcel-desailly-pro-soccer_475AmericaFront.jpg,Marcel Desailly Pro Soccer,NGage,Sports,Gameloft,G Artist,,,,,,,2004-04-28, -/games/boxart/full_3774915AmericaFrontccc.jpg,Mario Golf,VC,Sports,Nintendo,Camelot Software Planning,,,,,,,2008-10-06, -/games/boxart/full_4956431AmericaFrontccc.jpg,Mario Lemieux Hockey,GEN,Sports,Sega,Alpine Studios,,,,,,,1991-01-01, -/games/boxart/full_645878AmericaFrontccc.png,Mario Tennis: Power Tour,WiiU,Sports,Nintendo,Camelot Software Planning,,,,,,,2014-07-03, -/games/boxart/full_4226199AmericaFrontccc.jpg,Mario's Tennis,VB,Sports,Nintendo,Nintendo R&D1,,,,,,,1995-08-01, -/games/boxart/full_mark-davis-the-fishing-master_2AmericaFront.jpg,Mark Davis' The Fishing Master,SNES,Sports,Natsume,Natsume,,,,,,,1996-04-01, -/games/boxart/full_3180669AmericaFrontccc.jpg,Mark McMorris Infinite Air,PC,Sports,Maximum Games,HB Studios,,,,,,,2016-10-25,2018-06-27 -/games/boxart/full_markos-magic-football_3AmericaFront.jpg,Marko,GEN,Sports,Domark Software,The Kremlin,,,,,,,1994-01-01, -/games/boxart/full_7971195PALFrontccc.jpg,Mary King's Riding Star,PS,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2000-01-01, -/games/boxart/full_2974882AmericaFrontccc.jpg,Mary-Kate and Ashley: Winner's Circle,GB,Sports,Acclaim Entertainment,M4 Limited,,,,,,,2001-03-02, -/games/boxart/full_9923887JapanFrontccc.jpg,Masters Harukanaru Augusta 3,SAT,Sports,T&E Soft,Tikipod,,,,,,,1995-09-22, -/games/boxart/full_4105342JapanFrontccc.jpg,Masters Harukanaru Augusta 3,3DO,Sports,T&E Soft,Tikipod,,,,,,,1994-07-09, -/games/boxart/full_9276097JapanFrontccc.jpg,Masters Shin Harukanaru Augusta,PS,Sports,Soft Bank,Tikipod,,,,,,,1996-07-12, -/games/boxart/full_8950591AmericaFrontccc.jpg,Mat Hoffman's Pro BMX,PC,Sports,Activision,Gray Matter,,,,,,,2001-09-30, -/games/boxart/4831400ccc.jpg,Mat Hoffman's Pro BMX,DC,Sports,Activision,Runecraft,7.7,,,,,,2001-09-11, -/games/boxart/full_6475301AmericaFrontccc.jpg,Mat Hoffman's Pro BMX,GB,Sports,Activision,HotGen Studios,,,,,,,2001-05-14, -/games/boxart/full_matsukata-hiroki-no-super-trawling_937JapanFront.jpg,Matsukata Hiroki no Super Trawling,SNES,Sports,Tonkin House,Tonkin House,,,,,,,1995-08-25, -/games/boxart/full_matsukata-hiroki-no-world-fishing_6JapanFront.jpg,Matsukata Hiroki no World Fishing,SAT,Sports,MediaQuest,MediaQuest,,,,,,,1996-02-02, -/games/boxart/full_max-surfing-2nd_251JapanFront.jpg,Max Surfing 2nd,PS,Sports,KSS,ACOT,,,,,,,2000-09-21, -/games/boxart/5734793ccc.jpg,Mean 18 Golf,7800,Sports,Atari,Atari,,,,,,,1989-01-01, -/games/boxart/full_mecarobot-golf_4AmericaFront.jpg,Mecarobot Golf,SNES,Sports,TOHO,"Toho Co., Ltd",,,,,,,1993-09-01, -/games/boxart/full_7621884JapanFrontccc.jpg,Mezase! Koushien,GBA,Sports,Tasuke,Tasuke,,,,,,,2005-03-01, -/games/boxart/full_9286247AmericaFrontccc.jpg,Mia Hamm Soccer Shootout,GB,Sports,SouthPeak Interactive,Aqua Pacific,,,,,,,2000-10-27, -/games/boxart/full_michael-vaughans-championship-cricket-manager_391PALFront.jpg,Michael Vaughan's Championship Cricket Manager,PC,Sports,Midas Interactive Entertainment,Midas Interactive Entertainment,,,,,,,2001-09-21, -/games/boxart/default.jpg,miCoach,PS3,Sports,Unknown,THQ,,,,,,,, -/games/boxart/default.jpg,miCoach,X360,Sports,Unknown,THQ,,,,,,,, -/games/boxart/full_2640320AmericaFrontccc.jpg,Microsoft Golf Version 2.0,PC,Sports,Microsoft,Microsoft Game Studios,,,,,,,1995-08-31,2018-04-07 -/games/boxart/full_8746895PALFrontccc.jpg,Microsoft International Soccer 2000,PC,Sports,Microsoft,Rage Software,,,,,,,1999-10-20, -/games/boxart/full_2955030AmericaFrontccc.jpg,Midnight Bowling,WW,Sports,Gameloft,Gameloft,,,,,,,2008-10-06, -/games/boxart/4185512ccc.jpg,Midnight Pool,WW,Sports,Gameloft,Gameloft,,,,,,,2008-08-18, -/games/boxart/full_6749652AmericaFrontccc.jpg,Mike Tyson Heavyweight Boxing,PS2,Sports,Codemasters,Codemasters,,,,,,,2002-06-23, -/games/boxart/full_millennium-winter-sports_248AmericaFront.jpg,Millennium Winter Sports,GB,Sports,Konami,Konami Computer Entertainment Osaka,,,,,,,2000-04-01, -/games/boxart/full_mini-putt_318JapanFront.jpg,Mini-Putt,GB,Sports,Unknown,A-Wave,,,,,,,1991-04-26, -/games/boxart/1067679ccc.jpg,Miniature Golf,2600,Sports,Atari,Atari,,,,,,,1979-01-01, -/games/boxart/full_1319517AmericaFrontccc.jpg,Minigolf Mania,XBL,Sports,Microsoft,Kevin Ryan,,,,,,,2009-10-16, -/games/boxart/full_9091114JapanFrontccc.jpg,Minna no Golf Jou Vol. 2,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-08-02, -/games/boxart/full_497933JapanFrontccc.jpg,Minna no Golf Jou Vol. 3,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-10-04, -/games/boxart/full_4539325JapanFrontccc.jpg,Minna no Golf Jou Vol. 4,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2007-11-08, -/games/boxart/full_6529725AmericaFrontccc.jpg,Minnesota Fats: Pool Legend,GEN,Sports,Data East,Data East,,,,,,,1995-01-01, -/games/boxart/9856503ccc.jpg,Minnesota Fats: Pool Legend,SAT,Sports,Data East,Data East,,,,,,,1995-01-01, -/games/boxart/full_595892AmericaFrontccc.png,MLB 09: The Show,PSN,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,,,,,,2009-10-01, -/games/boxart/full_mlb-10-the-show_478AmericaFront.jpg,MLB 10: The Show,PSN,Sports,2K Sports,SCEA San Diego Studios,,,,,,,2010-03-02, -/games/boxart/full_mlb-11-the-show-psp_803AmericaFront.jpg,MLB 11: The Show (PSP),PSN,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,,,,,,2011-03-08, -/games/boxart/full_5784431AmericaFrontccc.jpg,MLB 2004,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2003-04-30, -/games/boxart/full_mlb-bobblehead-battle_259AmericaFront.jpg,MLB Bobblehead Battle,XBL,Sports,Konami Digital Entertainment,"Konami Digital Entertainment, Inc.",,,,,,,2011-09-28, -/games/boxart/full_2774751JapanFrontccc.jpg,MLB Bobblehead Pros,PS3,Sports,Unknown,Konami,,,,,,,,2020-08-06 -/games/boxart/full_mlb-bobblehead-pros_419AmericaFront.jpg,MLB Bobblehead Pros,XBL,Sports,Konami,Konami,7.5,,,,,,2011-07-06, -/games/boxart/full_449704AmericaFrontccc.jpg,MLB Front Office Manager,PC,Sports,2K Sports,Blue Castle Games,,,,,,,2009-01-26, -/games/boxart/full_mlb-slam_460AmericaFront.jpg,MLB Slam!,NGage,Sports,THQ,THQ,2.8,,,,,,2008-10-31, -/games/boxart/full_814757AmericaFrontccc.jpg,MLB Stickball,XBL,Sports,2K Sports,Gaia Industries,,,,,,,2008-10-08, -/games/boxart/full_mobile-golf_945JapanFront.jpg,Mobile Golf,GB,Sports,Nintendo,Camelot Software Planning,,,,,,,2001-05-11, -/games/boxart/full_1948145JapanFrontccc.jpg,Mobile Pro Yakyuu: Kantoku no Saihai,GBA,Sports,Konami,Konami,,,,,,,2001-07-26, -/games/boxart/full_5147959JapanFrontccc.jpg,Moero! Jaleco Collection,GBA,Sports,Jaleco,Jaleco Entertainment,,,,,,,2004-10-28, -/games/boxart/full_moero-pro-yakyuu-rookies_7JapanFront.jpg,Moero! Pro Yakyuu Rookies,WS,Sports,Jaleco,Jaleco Entertainment,,,,,,,2000-03-30, -/games/boxart/full_monster-bass_602AmericaFront.jpg,Monster Bass!,PS,Sports,XS Games,Magical Company,,,,,,,2002-01-01, -/games/boxart/full_monster-bass_86JapanFront.jpg,Monster Bass!,PSN,Sports,Magical Company,Magical Company,,,,,,,2011-02-23, -/games/boxart/full_5574518AmericaFrontccc.jpg,"Monsters, Inc.: Bowling for Screams",PC,Sports,Disney Interactive Studios,Sapient,,,,,,,2001-01-01, -/games/boxart/full_6842302AmericaFrontccc.jpg,"Monsters, Inc.: Eight Ball Chaos",PC,Sports,Disney Interactive Studios,Sapient,,,,,,,2001-01-01, -/games/boxart/full_6396479JapanFrontccc.jpg,Motto Pro Yakyuu Team o Tsukurou!,DC,Sports,Sega,Smilebit,,,,,,,2000-09-28, -/games/boxart/full_8058739AmericaFrontccc.jpg,MTV Sports: Pure Ride,GB,Sports,THQ,Visual Impact,,,,,,,2000-12-06, -/games/boxart/3422761ccc.jpg,MTV Sports: Skateboarding Featuring Andy McDonald,DC,Sports,THQ,Darkblack,3,,,,,,2000-11-09, -/games/boxart/full_6396622AmericaFrontccc.jpg,Muhammad Ali Heavyweight Boxing,GEN,Sports,Virgin Interactive,Park Place Productions,,,,,,,1992-01-01, -/games/boxart/1316820ccc.jpg,Muhammad Ali Heavyweight Boxing,GB,Sports,Virgin Interactive,Gremlin Graphics,,,,,,,1993-01-02, -/games/boxart/full_murakoshi-masami-no-nippon-rettou_6JapanFront.jpg,Murakoshi Masami no Nippon Rettou,SAT,Sports,Victor Interactive,Victor Interactive Software,,,,,,,1998-06-18, -/games/boxart/full_3637573JapanFrontccc.jpg,Muscle Champion,GC,Sports,Konami,Konami,,,,,,,2002-11-21, -/games/boxart/full_6421512JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke GB2: Mokushi Semassuru Champion,GB,Sports,Konami,Konami,,,,,,,2000-08-10, -/games/boxart/full_419372JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke GB3: Shinseiki Survival Retsuden!,GB,Sports,Konami,Konami,,,,,,,2001-02-22, -/games/boxart/full_7182837JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke GB: Chousen Monoha Kimida!,GB,Sports,Konami,Konami,,,,,,,1999-11-25, -/games/boxart/full_6989106JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke: Jigoku no Final Attack,GBA,Sports,Konami,Konami,,,,,,,2001-12-06, -/games/boxart/full_4184271JapanFrontccc.jpg,Muscle Ranking - Kinniku Banzuke: Kongou-Kun no Daibouken,GBA,Sports,Konami,Konami,,,,,,,2001-07-26, -/games/boxart/full_muscle-ranking-kinniku-banzuke-muscle-wars-21_3JapanFront.jpg,Muscle Ranking - Kinniku Banzuke: Muscle Wars 21,PS2,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2001-08-09, -/games/boxart/full_mutant-league-football_104AmericaFront.jpg,Mutant League Football,GEN,Sports,Electronic Arts,Mutant Productions,,,,,,,1993-01-01, -/games/boxart/full_6303997AmericaFrontccc.jpg,Mutant League Hockey,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1994-01-01, -/games/boxart/full_5946485AmericaFrontccc.jpg,MVP 07 NCAA Baseball,PS2,Sports,Electronic Arts,EA Canada,,,,,,,2007-02-06, -/games/boxart/full_1390611AmericaFrontccc.jpg,MVP Baseball 2003,PC,Sports,EA Sports,EA Sports,,,,,,,2003-03-24, -/games/boxart/full_490301AmericaFrontccc.jpg,MVP Baseball 2004,PC,Sports,Electronic Arts,EA Sports,,,,,,,2004-03-09, -/games/boxart/full_8998119AmericaFrontccc.jpg,MVP Baseball 2005,PC,Sports,EA Sports,EA Canada,8.8,,,,,,2005-02-22, -/games/boxart/full_my-body-coach-2_714PALFront.jpg,My Body Coach 2,Wii,Sports,Unknown,Big Ben Interactive,,,,,,,, -/games/boxart/full_8369271PALFrontccc.jpg,My Horse & Me 2,PS2,Sports,Atari,Tate Interactive,,,,,,,2008-11-21, -/games/boxart/full_1851852PALFrontccc.jpg,My Horse & Me 2,PC,Sports,Atari,Tate Interactive,,,,,,,2008-11-14, -/games/boxart/default.jpg,My Personal Golf Trainer with IMG Academies and David Leadbetter,Wii,Sports,Unknown,XS Games,,,,,,,, -/games/boxart/full_3558022JapanFrontccc.jpg,Namco Classic,GB,Sports,Namco,Namco,,,,,,,1991-12-03, -/games/boxart/full_3322940JapanFrontccc.jpg,Namco Classic,NES,Sports,Namco,Namco,,,,,,,1988-05-27, -/games/boxart/full_9936749JapanFrontccc.jpg,Namco Classic II,NES,Sports,Namco,Namco,,,,,,,1992-03-13, -/games/boxart/full_2495962JapanFrontccc.jpg,Namco Open,SNES,Sports,Namco,TOSE,,,,,,,1993-01-29, -/games/boxart/full_8424694AmericaFrontccc.jpg,NASCAR '15,PC,Sports,Deep Silver,Eutechnyx,,,,,,,2015-05-22,2018-04-14 -/games/boxart/full_naxat-open_5JapanFront.jpg,Naxat Open,PCE,Sports,Naxat Soft,Naxat Soft,,,,,,,1989-05-30, -/games/boxart/full_naxat-stadium_2JapanFront.jpg,Naxat Stadium,PCE,Sports,Naxat Soft,Sting,,,,,,,1990-10-26, -/games/boxart/full_2203143AmericaFrontccc.png,NBA 10 The Inside,PSN,Sports,Sony Computer Entertainment,SCEA San Diego Studios,,,,,,,2009-10-05, -/games/boxart/8462426ccc.jpg,NBA 2K1,DC,Sports,Sega,Visual Concepts,9.2,,,,,,2000-11-01, -/games/boxart/full_893309AmericaFrontccc.png,NBA 2K10,PSN,Sports,2K Games,Visual Concepts,5.5,,,,,,2009-10-28, -/games/boxart/full_nba-2k10_42AmericaFront.jpg,NBA 2K10,XBL,Sports,2K Sports,Visual Concepts,,,,,,,2010-11-16, -/games/boxart/full_4976729AmericaFrontccc.png,NBA 2K10: Draft Combine,PSN,Sports,2K Sports,Visual Concepts,,,,,,,2009-09-03, -/games/boxart/full_7576435AmericaFrontccc.jpg,NBA 2K10: Draft Combine,XBL,Sports,2K Sports,Visual Concepts,,,,,,,2009-08-26, -/games/boxart/full_nba-2k11-psp_8AmericaFront.jpg,NBA 2K11 (PSP),PSN,Sports,2K Sports,Visual Concepts,,,,,,,2010-10-12, -/games/boxart/full_nba-2k12_788AmericaFront.jpg,NBA 2K12,PS2,Sports,2K Sports,Visual Concepts,,,,,,,2011-10-04, -/games/boxart/full_4919556AmericaFrontccc.jpg,NBA 2K13,And,Sports,2K Games,Visual Concepts,,,,,,,2012-10-02,2018-01-04 -/games/boxart/full_8625378AmericaFrontccc.jpg,NBA 2K14,PC,Sports,2K Sports,Visual Concepts,,,,,,,2013-10-01,2018-01-05 -/games/boxart/full_9046203AmericaFrontccc.png,NBA 2K15,PC,Sports,2K Sports,Visual Concepts,,,,,,,2014-10-07, -/games/boxart/full_9593143AmericaFrontccc.jpg,NBA 2K2,DC,Sports,Sega,Visual Concepts,9.6,,,,,,2001-10-24, -/games/boxart/full_3301530AmericaFrontccc.jpg,NBA Action '95 starring David Robinson,GEN,Sports,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/full_2516380AmericaFrontccc.jpg,NBA Action 98,PC,Sports,Sega,Visual Concepts,,,,,,,1997-10-31, -/games/boxart/6879006ccc.jpg,NBA Action 98,SAT,Sports,Sega,Visual Concepts,,,,,,,1997-10-31, -/games/boxart/full_7681659AmericaFrontccc.jpg,NBA Action starring David Robinson,GG,Sports,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/247283ccc.jpg,NBA All Star Challenge,GB,Sports,LJN,LJN Ltd.,,,,,,,1991-02-01, -/games/boxart/5258705ccc.jpg,NBA All-Star Challenge,SNES,Sports,LJN,Beam Software,,,,,,,1992-12-01, -/games/boxart/full_9059320AmericaFrontccc.jpg,NBA All-Star Challenge,GEN,Sports,Flying Edge,Beam Software,,,,,,,1992-01-01, -/games/boxart/6719927ccc.jpg,NBA All-Star Challenge 2,GB,Sports,Acclaim Entertainment,Beam Software,,,,,,,1992-05-01, -/games/boxart/full_nba-elite-11_0AmericaFront.jpg,NBA Elite 11,PS3,Sports,Unknown,EA Tiburon,,,,,,,, -/games/boxart/full_nba-elite-11_2AmericaFront.jpg,NBA Elite 11,X360,Sports,Unknown,EA Tiburon,,,,,,,, -/games/boxart/9835663ccc.jpg,NBA Give 'N Go,SNES,Sports,Konami,KCEO,,,,,,,1995-11-01, -/games/boxart/5892540ccc.jpg,NBA Hang Time,SNES,Sports,Midway Games,Funcom,,,,,,,1996-11-01, -/games/boxart/full_3036590AmericaFrontccc.jpg,NBA Hangtime,PC,Sports,GT Interactive,Midway Games,,,,,,,1996-12-31, -/games/boxart/4225760ccc.jpg,NBA Hoopz,DC,Sports,Midway Games,Eurocom Entertainment Software,6.6,,,,,,2001-02-13, -/games/boxart/full_8087997AmericaFrontccc.jpg,NBA Hoopz,GB,Sports,Midway Games,Torus Games,,,,,,,2001-02-25, -/games/boxart/full_nba-in-the-zone-2000_891AmericaFront.jpg,NBA in the Zone 2000,GB,Sports,Konami,KCEO,,,,,,,2000-04-27, -/games/boxart/full_3904937AmericaFrontccc.jpg,NBA Inside Drive 2000,PC,Sports,Microsoft,High Voltage Software,,,,,,,2000-08-17, -/games/boxart/1587970ccc.jpg,NBA Jam,GB,Sports,Acclaim Entertainment,Beam Software,,,,,,,1994-11-01, -/games/boxart/8832243ccc.jpg,NBA Jam,SCD,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1994-01-01, -/games/boxart/full_5965550AmericaFrontccc.jpg,NBA Jam,GG,Sports,Arena Entertainment,Iguana Entertainment,,,,,,,1993-01-01, -/games/boxart/full_1721892AmericaFrontccc.jpg,NBA Jam 2001,GB,Sports,Acclaim Entertainment,Digital Creations,,,,,,,2000-12-01, -/games/boxart/full_3672395AmericaFrontccc.jpg,NBA Jam 99,GB,Sports,Acclaim Entertainment,Torus Games,,,,,,,1999-03-31, -/games/boxart/6175898ccc.jpg,NBA Jam Extreme,SAT,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1996-11-30, -/games/boxart/full_9547167AmericaFrontccc.jpg,NBA Jam Extreme,PC,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1997-01-31, -/games/boxart/full_5220723AmericaFrontccc.jpg,NBA Jam Tournament Edition,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/3570267ccc.jpg,NBA Jam Tournament Edition,GB,Sports,Acclaim Entertainment,Torus Games,,,,,,,1995-06-01, -/games/boxart/full_1929366AmericaFrontccc.jpg,NBA Jam Tournament Edition,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-09-01, -/games/boxart/full_9850025AmericaFrontccc.jpg,NBA Jam Tournament Edition,GG,Sports,Acclaim Entertainment,Torus Games,,,,,,,1995-01-01, -/games/boxart/332352ccc.jpg,NBA Jam Tournament Edition,AJ,Sports,Atari,High Voltage Software,,,,,,,1996-01-01, -/games/boxart/full_nba-jam-on-fire-edition_394AmericaFront.jpg,NBA JAM: On Fire Edition,XBL,Sports,Electronic Arts,EA Sports,8.5,,,,,,2011-10-05, -/games/boxart/full_nba-jam-on-fire-edition_298AmericaFront.jpg,NBA JAM: On Fire Edition,PSN,Sports,Electronic Arts,EA Sports,,,,,,,2011-10-04, -/games/boxart/full_523497AmericaFrontccc.jpg,NBA Live 06,PC,Sports,EA Sports,EA Canada,,,,,,,2005-09-26, -/games/boxart/full_9847164AmericaFrontccc.jpg,NBA Live 07,PC,Sports,EA Sports,EA Canada,6,,,,,,2006-09-25, -/games/boxart/default.jpg,NBA Live 09,PSN,Sports,EA Sports,EA Canada,,,,,,,2010-09-29, -/games/boxart/full_1398299PALFrontccc.png,NBA Live 10,PSN,Sports,Electronic Arts,EA Canada,5.9,,,,,,2009-10-08, -/games/boxart/default.jpg,NBA Live 11,PSP,Sports,Unknown,EA Tiburon,,,,,,,, -/games/boxart/6505121ccc.jpg,NBA Live 2000,PC,Sports,EA Sports,NuFX,,,,,,,1999-10-31, -/games/boxart/8048538ccc.jpg,NBA Live 2001,PC,Sports,EA Sports,EA Canada,,,,,,,2001-02-07, -/games/boxart/full_8909496AmericaFrontccc.jpg,NBA Live 2003,PS,Sports,EA Sports,EA Canada,,,,,,,2002-10-08, -/games/boxart/full_635855AmericaFrontccc.jpg,NBA Live 2003,PC,Sports,EA Sports,EA Canada,,,,,,,2002-11-14, -/games/boxart/6827565ccc.jpg,NBA Live 2004,PC,Sports,Electronic Arts,EA Canada,,,,,,,2003-11-11, -/games/boxart/full_1299351AmericaFrontccc.jpg,NBA Live 2005,PC,Sports,EA Sports,EA Canada,,,,,,,2004-10-26, -/games/boxart/full_7833122AmericaFrontccc.jpg,NBA Live 95,PC,Sports,EA Sports,Hitmen Productions,,,,,,,1994-01-01, -/games/boxart/full_4292105AmericaFrontccc.jpg,NBA Live 95,GEN,Sports,EA Sports,Hitmen Productions,,,,,,,1994-01-01, -/games/boxart/5833054ccc.jpg,NBA Live 95,SNES,Sports,EA Sports,Hitmen Productions,,,,,,,1994-01-01, -/games/boxart/full_5076811AmericaFrontccc.jpg,NBA Live 96,PC,Sports,Electronic Arts,EA Sports,,,,,,,1995-12-31, -/games/boxart/full_1939AmericaFrontccc.jpg,NBA Live 96,GEN,Sports,Electronic Arts,Hitmen Productions,,,,,,,1995-01-01, -/games/boxart/6504830ccc.jpg,NBA Live 96,SNES,Sports,Electronic Arts,Hitmen Productions,,,,,,,1995-01-01, -/games/boxart/full_6463829AmericaFrontccc.jpg,NBA Live 96,GB,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1995-01-01, -/games/boxart/full_9809215AmericaFrontccc.jpg,NBA Live 97,GEN,Sports,EA Sports,NuFX,,,,,,,1996-01-01, -/games/boxart/9474783ccc.jpg,NBA Live 97,SAT,Sports,EA Sports,Realtime Associates,,,,,,,1997-01-01, -/games/boxart/2800380ccc.jpg,NBA Live 97,SNES,Sports,EA Sports,NuFX,,,,,,,1996-01-01, -/games/boxart/full_2244331AmericaFrontccc.jpg,NBA Live 97,PC,Sports,Electronic Arts,EA Sports,,,,,,,1996-12-31, -/games/boxart/1355085ccc.jpg,NBA Live 98,SAT,Sports,EA Sports,Realtime Associates,,,,,,,1997-12-31, -/games/boxart/full_8632430AmericaFrontccc.jpg,NBA Live 98,SNES,Sports,THQ,Tiertex Design Studios,,,,,,,1998-03-01, -/games/boxart/full_2281011AmericaFrontccc.jpg,NBA Live 98,PC,Sports,EA Sports,EA Canada,,,,,,,1997-10-31, -/games/boxart/full_8646495AmericaFrontccc.jpg,NBA Live 98,GEN,Sports,THQ,NuFX,,,,,,,1997-01-01, -/games/boxart/full_5867204AmericaFrontccc.jpg,NBA Live 99,PC,Sports,EA Sports,NuFX,,,,,,,1998-10-31, -/games/boxart/full_6762186AmericaFrontccc.jpg,NBA ShootOut 2003,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2002-09-29, -/games/boxart/full_7817295AmericaFrontccc.jpg,NBA ShootOut 2004,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2003-09-30, -/games/boxart/3991697ccc.jpg,NBA Showdown,SNES,Sports,EA Sports,Electronic Arts,,,,,,,1993-10-01, -/games/boxart/full_5422325AmericaFrontccc.jpg,NBA Showdown '94,GEN,Sports,Electronic Arts,EA Sports,,,,,,,1994-06-21, -/games/boxart/5818869ccc.jpg,NBA Showtime: NBA on NBC,DC,Sports,Midway Games,Avalanche Software,8.1,,,,,,1999-10-31, -/games/boxart/full_4728690AmericaFrontccc.jpg,NBA Showtime: NBA on NBC,GB,Sports,Midway Games,Torus Games,,,,,,,2000-01-01, -/games/boxart/full_nba-street-homecourt_2AmericaFront.jpg,NBA Street Homecourt,XBL,Sports,EA Sports,EA Canada,,,,,,,2010-07-13, -/games/boxart/full_nba-unrivaled_9AmericaFront.jpg,NBA Unrivaled,PSN,Sports,Tecmo Koei,A.C.R.O.N.Y.M. Games,,,,,,,2010-04-01, -/games/boxart/full_6127876AmericaFrontccc.jpg,NBA Unrivaled,XBL,Sports,Tecmo,A.C.R.O.N.Y.M. Games,,,,,,,2009-11-11, -/games/boxart/2465817ccc.jpg,NCAA Basketball,SNES,Sports,Nintendo,Sculptured Software,,,,,,,1992-10-01, -/games/boxart/full_2535716AmericaFrontccc.jpg,NCAA Basketball 09: March Madness Edition,XBL,Sports,Electronic Arts,EA Canada,,,,,,,2009-03-11, -/games/boxart/full_3466805AmericaFrontccc.jpg,NCAA Basketball Final Four 97,PC,Sports,Mindscape,High Voltage Software,,,,,,,1997-02-28, -/games/boxart/3326368ccc.jpg,NCAA College Football 2K2,DC,Sports,Sega,Visual Concepts,8.1,,,,,,2001-08-29, -/games/boxart/full_3800566AmericaFrontccc.jpg,NCAA College Football 2K3,XB,Sports,Sega,Visual Concepts,,,,,,,2002-08-13, -/games/boxart/4366156ccc.jpg,NCAA College Football 2K3,PS2,Sports,Sega,Visual Concepts,,,,,,,2002-08-07, -/games/boxart/8004235ccc.jpg,NCAA Final Four Basketball,SNES,Sports,Mindscape,Bitmasters,,,,,,,1995-02-01, -/games/boxart/full_7966700AmericaFrontccc.jpg,NCAA Football,GEN,Sports,Mindscape,Software Toolworks,,,,,,,1994-01-01, -/games/boxart/full_6021894AmericaFrontccc.jpg,NCAA Football,SNES,Sports,Mindscape,Software Toolworks,,,,,,,1994-10-01, -/games/boxart/full_8449355AmericaFrontccc.png,NCAA Football 10,PSN,Sports,Electronic Arts,EA Tiburon,,,,,,,2009-09-30, -/games/boxart/full_ncaa-football-2004_102AmericaFront.jpg,NCAA Football 2004,NGage,Sports,EA Sports,Exient Entertainment,5.7,,,,,,2003-12-10, -/games/boxart/full_5437719AmericaFrontccc.jpg,NCAA Football 98,PC,Sports,EA Sports,FarSight Studios,,,,,,,1997-09-30, -/games/boxart/full_7059159AmericaFrontccc.jpg,NCAA Football 99,PC,Sports,EA Sports,Farsight Technologies,,,,,,,1998-08-31, -/games/boxart/full_2947856AmericaFrontccc.jpg,NCAA GameBreaker 98,PS,Sports,Sony Computer Entertainment,SCEA,,,,,,,1997-08-01, -/games/boxart/7603679ccc.jpg,NCAA March Madness 2002,PS2,Sports,EA Sports,NuFX,,,,,,,2002-01-07, -/games/boxart/full_7001930AmericaFrontccc.jpg,NCCA Final Four 99,PS,Sports,989 Studios,Killer Game,,,,,,,1998-12-31, -/games/boxart/full_nekketsu-koukou-dodge-ball-bu-cd-soccer-hen_9JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: CD Soccer-hen,PCE,Sports,Naxat Soft,KID Corporation,,,,,,,1991-12-20, -/games/boxart/full_nekketsu-koukou-dodge-ball-bu-cd-soccer-hen_8JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: CD Soccer-hen,VC,Sports,Naxat Soft,KID Corporation,,,,,,,2008-11-04, -/games/boxart/full_nekketsu-koukou-dodge-ball-bu-pc-bangaihen_6JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: PC Bangai-hen,PCE,Sports,Naxat Soft,KID Corporation,,,,,,,1990-03-30, -/games/boxart/full_nekketsu-koukou-dodge-ball-bu-pc-soccer-hen_0JapanFront.jpg,Nekketsu Koukou Dodge Ball-Bu: PC Soccer-hen,PCE,Sports,Naxat Soft,KID Corporation,,,,,,,1992-04-03, -/games/boxart/full_nekketsu-street-basket-ganbare-dunk-heroes_2JapanFront.jpg,Nekketsu! Street Basket: Ganbare Dunk Heroes,NES,Sports,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1993-12-22, -/games/boxart/full_nekkyu-koshien_4JapanFront.jpg,Nekkyu Koshien,MS,Sports,Sega,Sega,,,,,,,1988-09-09, -/games/boxart/full_9648353AmericaFrontccc.jpg,Neo Turf Masters,VC,Sports,D4 Enterprise,Nazca,,,,,,,2008-08-18, -/games/boxart/full_8239945AmericaFrontccc.jpg,Neo Turf Masters,NG,Sports,SNK,Nazca,,,,,,,1996-03-01, -/games/boxart/full_2103849AmericaFrontccc.jpg,NES Open Tournament Golf,VC,Sports,Nintendo,Nintendo R&D2,,,,,,,2007-06-18, -/games/boxart/full_nes-play-action-football_5AmericaFront.jpg,NES Play Action Football,VC,Sports,Nintendo,TOSE Software,,,,,,,2007-09-10, -/games/boxart/full_nes-play-action-football_2AmericaFront.jpg,NES Play Action Football,NES,Sports,Nintendo,TOSE Software,,,,,,,1990-09-03, -/games/boxart/full_1367512AmericaFrontccc.jpg,Nester's Funky Bowling,VB,Sports,Nintendo,Saffire Corporation,,,,,,,1996-02-26, -/games/boxart/full_3123776JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2003: Aki no Night Matsuri,PS2,Sports,Namco,Namco,,,,,,,2003-10-23, -/games/boxart/full_6297739JapanFrontccc.jpg,Netsu Chu! Pro Yakyuu 2004,PS2,Sports,Namco,Namco,,,,,,,2004-03-25, -/games/boxart/full_3425009JapanFrontccc.jpg,Netto de Tennis,DC,Sports,Capcom,Capcom,,,,,,,2000-10-09, -/games/boxart/full_7632025JapanFrontccc.jpg,Netto Golf,DC,Sports,Sega,Sega,,,,,,,2000-10-19, -/games/boxart/full_4343900PALFrontccc.jpg,Next Generation Tennis,PS2,Sports,Wanadoo,Wanadoo,,,,,,,2002-07-05, -/games/boxart/full_1640183PALFrontccc.jpg,Next Generation Tennis,GBA,Sports,Wanadoo,Wanadoo,,,,,,,2002-07-05, -/games/boxart/full_6083576AmericaFrontccc.jpg,NFL '95,GG,Sports,Sega,BlueSky Software,,,,,,,1994-08-01, -/games/boxart/full_4788221AmericaFrontccc.png,NFL '95,GEN,Sports,Sega,FarSight Studios,,,,,,,1994-01-01, -/games/boxart/907250ccc.jpg,NFL '97,SAT,Sports,Sega,GameTek,,,,,,,1996-10-31, -/games/boxart/full_2751609AmericaFrontccc.jpg,NFL 2K2,DC,Sports,Sega,Visual Concepts,9.3,,,,,,2001-09-19, -/games/boxart/full_4942861AmericaFrontccc.jpg,NFL Blitz,GB,Sports,Midway Games,Digital Eclipse,,,,,,,1998-12-01, -/games/boxart/full_604469AmericaFrontccc.jpg,NFL Blitz,PC,Sports,Midway Games,Midway,,,,,,,1998-09-30, -/games/boxart/full_8957813AmericaFrontccc.jpg,NFL Blitz 20-02,GBA,Sports,Midway Games,OutLook Entertainment,,,,,,,2001-09-17, -/games/boxart/full_5753871AmericaFrontccc.jpg,NFL Blitz 2000,PC,Sports,Midway Games,Point of View,,,,,,,1999-10-31, -/games/boxart/full_951154AmericaFrontccc.jpg,NFL Blitz 2000,GB,Sports,Midway Games,Digital Eclipse,,,,,,,1999-12-08, -/games/boxart/full_8283402AmericaFrontccc.jpg,NFL Blitz 2000,DC,Sports,Midway Games,Avalanche Software,8.7,,,,,,1999-09-09, -/games/boxart/8896989ccc.jpg,NFL Blitz 2001,DC,Sports,Midway Games,Avalanche Software,8.8,,,,,,2000-09-14, -/games/boxart/full_1568094AmericaFrontccc.jpg,NFL Blitz 2001,GB,Sports,Midway Games,Morning Star Multimedia,,,,,,,2000-09-12, -/games/boxart/full_8882227AmericaFrontccc.jpg,NFL Blitz Special Edition,N64,Sports,Midway Games,Point of View,,,,,,,2001-11-28, -/games/boxart/full_6084414AmericaFrontccc.jpg,NFL Fever 2000,PC,Sports,Microsoft,Microsoft Game Studios,,,,,,,1999-08-31, -/games/boxart/9536977ccc.jpg,NFL Football,SNES,Sports,Konami,Park Place Productions,,,,,,,1993-07-01, -/games/boxart/3954033ccc.jpg,NFL Football,NES,Sports,LJN,LJN Ltd.,,,,,,,1989-09-01, -/games/boxart/1919354ccc.jpg,NFL Football,GB,Sports,Konami,Konami,,,,,,,1990-04-01, -/games/boxart/2645765ccc.jpg,NFL Football,Lynx,Sports,Atari,Atari,,,,,,,1992-12-31, -/games/boxart/6520032ccc.jpg,NFL Football '94 Starring Joe Montana,GEN,Sports,Sega,Blue Sky Software,,,,,,,1993-01-01, -/games/boxart/48920ccc.jpg,NFL Football Trivia Challenge,SCD,Sports,CapDisc,CapDisc,,,,,,,1993-01-01, -/games/boxart/full_2979709AmericaFrontccc.jpg,NFL GameDay 2003,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2002-08-13, -/games/boxart/full_7109017AmericaFrontccc.jpg,NFL GameDay 2004,PS,Sports,Sony Computer Entertainment,989 Sports,,,,,,,2003-09-13, -/games/boxart/full_3538537AmericaFrontccc.jpg,NFL GameDay 2005,PS,Sports,989 Studios,989 Sports,,,,,,,2004-08-01, -/games/boxart/full_4017148AmericaFrontccc.jpg,NFL GameDay 99,PC,Sports,989 Studios,989 Sports,,,,,,,1998-08-31, -/games/boxart/full_4117536AmericaFrontccc.jpg,NFL Head Coach,PC,Sports,EA Sports,EA Tiburon,,,,,,,2006-06-19, -/games/boxart/full_2139098AmericaFrontccc.jpg,NFL Head Coach 09,PSN,Sports,EA Sports,EA Tiburon,,,,,,,2008-09-04, -/games/boxart/full_8910761AmericaFrontccc.jpg,NFL QB Club 2001,DC,Sports,Acclaim Entertainment,High Voltage Software,3.9,,,,,,2000-07-30, -/games/boxart/full_6165909AmericaFrontccc.jpg,NFL Quarterback Club,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1994-01-01, -/games/boxart/full_9905075AmericaFrontccc.jpg,NFL Quarterback Club,GG,Sports,Acclaim Entertainment,Condor,,,,,,,1994-01-01, -/games/boxart/full_nfl-quarterback-club_9AmericaFront.jpg,NFL Quarterback Club,GB,Sports,LJN,Beam Software,,,,,,,1993-11-01, -/games/boxart/6949693ccc.jpg,NFL Quarterback Club,SNES,Sports,LJN,Iguana Entertainment,,,,,,,1994-12-01, -/games/boxart/full_2469091AmericaFrontccc.jpg,NFL Quarterback Club 2000,DC,Sports,Acclaim Entertainment,Acclaim Entertainment,2.1,,,,,,1999-10-31, -/games/boxart/full_2053109AmericaFrontccc.jpg,NFL Quarterback Club 96,GG,Sports,Acclaim Entertainment,Condor,,,,,,,1995-10-01, -/games/boxart/6211224ccc.jpg,NFL Quarterback Club 96,GB,Sports,Acclaim Entertainment,Condor,,,,,,,1995-10-01, -/games/boxart/full_1327042AmericaFrontccc.jpg,NFL Quarterback Club 96,GEN,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/8887561ccc.jpg,NFL Quarterback Club 96,SNES,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-15, -/games/boxart/6505686ccc.jpg,NFL Quarterback Club 96,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-01, -/games/boxart/default.jpg,NFL Quarterback Club 96,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1995-01-01, -/games/boxart/full_1083699AmericaFrontccc.jpg,NFL Quarterback Club 97,PC,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-08-31, -/games/boxart/7853929ccc.jpg,NFL Quarterback Club 97,SAT,Sports,Acclaim Entertainment,Iguana Entertainment,,,,,,,1996-01-01, -/games/boxart/2567213ccc.jpg,NFL Quarterback Club II,GB,Sports,LJN,Condor,,,,,,,1995-03-01, -/games/boxart/full_3674513AmericaFrontccc.jpg,NFL Sports Talk Football '93 Starring Joe Montana,GEN,Sports,Sega,BlueSky Software,,,,,,,1992-01-01, -/games/boxart/8592038ccc.jpg,NFL Street 3,PS2,Sports,EA Sports BIG,EA Tiburon,,,,,,,2006-11-14, -/games/boxart/full_nfl-tour_3AmericaFront.jpg,NFL Tour,XBL,Sports,EA Sports BIG,EA Tiburon,,,,,,,2010-07-20, -/games/boxart/2263644ccc.jpg,NFL's Greatest: San Francisco Vs. Dallas 1978-1993,SCD,Sports,Sega,Park Place Productions,,,,,,,1993-01-01, -/games/boxart/2280691ccc.jpg,NHL '94,SNES,Sports,EA Sports,EA Canada,,,,,,,1993-03-15, -/games/boxart/970071ccc.jpg,NHL '94,GEN,Sports,EA Sports,EA Canada,,,,,,,1993-03-15, -/games/boxart/full_3297105AmericaFrontccc.jpg,NHL '94,SCD,Sports,Electronic Arts,High Score Productions,,,,,,,1993-01-01, -/games/boxart/full_6004649AmericaFrontccc.jpg,NHL 06,PC,Sports,EA Sports,EA Canada,,,,,,,2005-09-06, -/games/boxart/full_9307706AmericaFrontccc.jpg,NHL 07,PC,Sports,EA Sports,EA Montreal,6.4,,,,,,2006-09-12, -/games/boxart/3948465ccc.jpg,NHL 08,PS2,Sports,Electronic Arts,Electronic Arts,,,,,,,2007-09-11, -/games/boxart/default.jpg,NHL 10,PC,Sports,Unknown,EA Canada,,,,,,,, -/games/boxart/full_nhl-2000_116AmericaFront.jpg,NHL 2000,GB,Sports,EA Sports,Tiertex Design Studios,,,,,,,2000-02-01, -/games/boxart/full_nhl-2000_408AmericaFront.jpg,NHL 2000,PC,Sports,EA Sports,EA Canada,,,,,,,1999-08-31, -/games/boxart/full_489543AmericaFrontccc.jpg,NHL 2001,PC,Sports,EA Sports,EA Canada,,,,,,,2000-09-28, -/games/boxart/full_nhl-2002_155AmericaFront.jpg,NHL 2002,PC,Sports,EA Sports,EA Canada,,,,,,,2001-09-17, -/games/boxart/full_3958107AmericaFrontccc.jpg,NHL 2003,PC,Sports,EA Sports,EA Canada,,,,,,,2002-09-30, -/games/boxart/full_8839388AmericaFrontccc.jpg,NHL 2004,PC,Sports,EA Sports,EA Black Box,,,,,,,2003-09-22, -/games/boxart/full_61522AmericaFrontccc.jpg,NHL 2005,PC,Sports,EA Sports,EA Canada,,,,,,,2004-09-14, -/games/boxart/563942ccc.jpg,NHL 2K,DC,Sports,Sega,Black Box,8.3,,,,,,2000-02-09, -/games/boxart/full_4362242AmericaFrontccc.jpg,NHL 2K2,DC,Sports,Sega,Treyarch,8.1,,,,,,2002-02-14, -/games/boxart/5320180ccc.jpg,NHL 2K7,PS2,Sports,2K Sports,2K Sports,7.6,,,,,,2006-10-02, -/games/boxart/2195872ccc.jpg,NHL 2K8,PS2,Sports,2K Sports,Kush Games,,,,,,,2007-09-10, -/games/boxart/4665322ccc.jpg,NHL 95,SNES,Sports,Electronic Arts,Visual Concepts,,,,,,,1994-11-01, -/games/boxart/full_5532054AmericaFrontccc.jpg,NHL 95,GEN,Sports,Electronic Arts,High Score Productions,,,,,,,1995-01-01, -/games/boxart/1993373ccc.jpg,NHL 96,GEN,Sports,EA Sports,High Score Productions,,,,,,,1995-09-19, -/games/boxart/full_nhl-96_9AmericaFront.jpg,NHL 96,GB,Sports,Black Pearl,Probe Entertainment Limited,,,,,,,1996-07-01, -/games/boxart/7017572ccc.jpg,NHL 96,SNES,Sports,EA Sports,High Score Productions,,,,,,,1995-09-01, -/games/boxart/full_nhl-96_2AmericaFront.jpg,NHL 96,PC,Sports,EA Sports,EA Canada,,,,,,,1995-10-31, -/games/boxart/full_8324524AmericaFrontccc.jpg,NHL 97,SAT,Sports,EA Sports,Visual Concepts,,,,,,,1996-01-01, -/games/boxart/1925570ccc.jpg,NHL 97,PC,Sports,EA Sports,EA Canada,,,,,,,1996-08-31, -/games/boxart/full_5896479AmericaFrontccc.jpg,NHL 97,SNES,Sports,EA Sports,Al Baker and Associates,,,,,,,1996-01-01, -/games/boxart/full_9139846AmericaFrontccc.jpg,NHL 97,GEN,Sports,EA Sports,High Score Entertainment Software,,,,,,,1996-01-01, -/games/boxart/432321ccc.jpg,NHL 98,SAT,Sports,EA Sports,EA Canada,,,,,,,1997-01-01, -/games/boxart/full_3593822AmericaFrontccc.jpg,NHL 98,PC,Sports,EA Sports,EA Canada,,,,,,,1997-09-30, -/games/boxart/full_4771875AmericaFrontccc.jpg,NHL 98,GEN,Sports,EA Sports,High Score Productions,,,,,,,1997-01-01, -/games/boxart/full_8694817AmericaFrontccc.jpg,NHL 98,SNES,Sports,EA Sports,Al Baker and Associates,,,,,,,1997-12-01, -/games/boxart/full_nhl-99_254AmericaFront.jpg,NHL 99,PC,Sports,EA Sports,EA Canada,,,,,,,1998-09-30, -/games/boxart/full_7510270AmericaFrontccc.jpg,NHL All-Star Hockey,GG,Sports,Sega,Gray Matter,,,,,,,1995-01-01, -/games/boxart/8198531ccc.jpg,NHL All-Star Hockey,SAT,Sports,Sega,Gray Matter,,,,,,,1995-01-01, -/games/boxart/full_3168238AmericaFrontccc.jpg,NHL All-Star Hockey '95,GEN,Sports,Sega,Sega Midwest Development Division,,,,,,,1995-01-01, -/games/boxart/9924662ccc.jpg,NHL All-Star Hockey 98,SAT,Sports,Sega,Radical Entertainment,,,,,,,1997-10-31, -/games/boxart/full_nhl-blades-of-steel-2000_749AmericaFront.jpg,NHL Blades of Steel 2000,GB,Sports,Konami,Konami,,,,,,,2000-04-21, -/games/boxart/full_4496894AmericaFrontccc.jpg,NHL Eastside Hockey Manager,PC,Sports,Sega,Sports Interactive,,,,,,,2004-10-19, -/games/boxart/full_nhl-eastside-hockey-manager-2005_291PALFront.jpg,NHL Eastside Hockey Manager 2005,PC,Sports,Sega,Sports Interactive,,,,,,,2005-10-05, -/games/boxart/full_nhl-eastside-hockey-manager-2007_343PALFront.jpg,NHL Eastside Hockey Manager 2007,PC,Sports,Sega,Sports Interactive,,,,,,,2006-09-22, -/games/boxart/full_9824787AmericaFrontccc.jpg,NHL Hitz 20-03,GBA,Sports,Midway Games,Exient Entertainment,,,,,,,2002-10-31, -/games/boxart/649474ccc.jpg,NHL Hockey,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1991-01-01, -/games/boxart/full_7392419PALFrontccc.jpg,NHL Hockey,GG,Sports,Electronic Arts,Realtime Associates,,,,,,,1994-01-01, -/games/boxart/9099385ccc.jpg,NHL Hockey 95,GB,Sports,Malibu Games,Probe Entertainment Limited,,,,,,,1995-06-01, -/games/boxart/full_5689953AmericaFrontccc.jpg,NHL Open Ice 2 on 2 Challenge,PC,Sports,GT Interactive,Midway,,,,,,,1997-08-31, -/games/boxart/full_9023708AmericaFrontccc.jpg,NHL Powerplay '96,PC,Sports,Virgin Interactive,Radical Entertainment,,,,,,,1996-07-31, -/games/boxart/full_5812387AmericaFrontccc.jpg,NHL Powerplay '96,SAT,Sports,Virgin Interactive,Radical Entertainment,,,,,,,1996-01-01, -/games/boxart/full_1202976JapanFrontccc.jpg,NHL PowerRink '97,PS,Sports,Sony Computer Entertainment,SCEI,,,,,,,1997-05-30, -/games/boxart/1625236ccc.jpg,NHL Stanley Cup,SNES,Sports,Nintendo,Sculptured Software,,,,,,,1993-11-05, -/games/boxart/7461188ccc.jpg,NHLPA Hockey '93,SNES,Sports,Electronic Arts,Park Place Productions,,,,,,,1992-12-31, -/games/boxart/5198879ccc.jpg,NHLPA Hockey '93,GEN,Sports,Electronic Arts,Park Place Productions,,,,,,,1992-09-07, -/games/boxart/full_nice-on_7JapanFront.jpg,Nice On,WS,Sports,Sammy Corporation,Sammy Studios,,,,,,,1999-04-08, -/games/boxart/6240492ccc.jpg,Ninja Golf,7800,Sports,Atari,Atari,,,,,,,1990-01-01, -/games/boxart/full_nintendo-world-cup_8AmericaFront.jpg,Nintendo World Cup,VC,Sports,Arc System Works,Technos Japan Corporation,,,,,,,2008-10-07, -/games/boxart/5770491ccc.jpg,Nintendo World Cup,GB,Sports,Nintendo,Technos Japan Corporation,,,,,,,1991-06-01, -/games/boxart/full_5823709JapanFrontccc.jpg,Nippon Daihyou Team: Eikou no Eleven,GB,Sports,Tomy Corporation,Jupiter Multimedia,,,,,,,1998-05-22, -/games/boxart/full_2043903JapanFrontccc.jpg,Nippon Futsal League Kounin: Minna no DS Futsal,DS,Sports,Jorudan,Jorudan,,,,,,,2008-07-31, -/games/boxart/full_3248454JapanFrontccc.jpg,Nippon Futsal League Kounin: Minna no DS Futsal 2,DS,Sports,Jorudan,Jorudan,,,,,,,2009-10-22, -/games/boxart/default.jpg,NL East 4,PC,Sports,EA Sports,EA Sports,,,,,,,2003-01-01, -/games/boxart/full_4263437AmericaFrontccc.jpg,NLL Lacrosse 2010,XBL,Sports,Microsoft,Carlo Sunseri,,,,,,,2010-04-23, -/games/boxart/full_773482PALFrontccc.jpg,No Fear Downhill Mountain Biking,GB,Sports,THQ,Codemasters,,,,,,,2001-11-02, -/games/boxart/full_5302477JapanFrontccc.jpg,No.1 Muscle Ranking - Kinniku Banzuke Vol.3: Saikyou no Challenger Tanjyou!,PS,Sports,Konami,Konami,,,,,,,2000-12-21, -/games/boxart/default.jpg,Numan Athletics (Arcade),VC,Sports,Namco Bandai,Namco,,,,,,,2009-04-28, -/games/boxart/full_2909938JapanFrontccc.jpg,Nushi Tsuri 64,N64,Sports,Pack In Soft,"DDL Co., Ltd",,,,,,,1998-11-27, -/games/boxart/full_1908977JapanFrontccc.jpg,Nushi Tsuri 64: Shiokaze Ni Notte,N64,Sports,Victor Interactive,"DDL Co., Ltd",,,,,,,2000-05-26, -/games/boxart/full_9000028AmericaFrontccc.jpg,OlliOlli,OSX,Sports,Devolver Digital,Roll7,,,,,,,2014-07-22,2019-04-05 -/games/boxart/full_6120143AmericaFrontccc.jpg,OlliOlli,PS3,Sports,Roll7,Roll7,,,,,,,2014-07-22,2019-04-05 -/games/boxart/full_260006AmericaFrontccc.jpg,OlliOlli,PSV,Sports,Roll7,Roll7,,,,,,,2014-01-21,2019-04-05 -/games/boxart/full_4384030AmericaFrontccc.jpg,OlliOlli,PS4,Sports,Roll7,Roll7,,,,,,,2014-07-22,2019-04-05 -/games/boxart/full_9826120AmericaFrontccc.jpg,OlliOlli,Linux,Sports,Devolver Digital,Roll7,,,,,,,2014-07-22,2019-04-05 -/games/boxart/full_3498315PALFrontccc.jpg,OlliOlli2: Welcome to Olliwood,PS4,Sports,Roll7,Roll7,,,,,,,2015-03-03,2019-04-05 -/games/boxart/full_3225513AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,PSV,Sports,Roll7,Roll7,,,,,,,2015-03-03,2019-04-05 -/games/boxart/full_olympic-gold-barcelona-92_10PALFront.jpg,Olympic Gold: Barcelona '92,MS,Sports,Sega,U.S. Gold,,,,,,,1992-01-01, -/games/boxart/full_8167507AmericaFrontccc.jpg,Olympic Gold: Barcelona '92,GEN,Sports,U.S. Gold,U.S. Gold,,,,,,,1992-01-01, -/games/boxart/full_8054168AmericaFrontccc.jpg,Olympic Gold: Barcelona '92,GG,Sports,U.S. Gold,U.S. Gold,,,,,,,1992-01-01, -/games/boxart/full_3304435AmericaFrontccc.jpg,Olympic Soccer: Atlanta 1996,SAT,Sports,U.S. Gold,Silicon Dreams,,,,,,,1996-01-01, -/games/boxart/757220ccc.jpg,Olympic Soccer: Atlanta 1996,3DO,Sports,U.S. Gold,Silicon Dreams,,,,,,,1996-01-01, -/games/boxart/3656834ccc.jpg,Olympic Summer Games: Atlanta 1996,3DO,Sports,U.S. Gold,Silicon Dreams,,,,,,,1996-01-01, -/games/boxart/full_3427876AmericaFrontccc.jpg,Olympic Summer Games: Atlanta 1996,GEN,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-01-01, -/games/boxart/full_9428461AmericaFrontccc.jpg,Olympic Summer Games: Atlanta 1996,SNES,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-06-01, -/games/boxart/2054897ccc.jpg,Olympic Summer Games: Atlanta 1996,GB,Sports,Black Pearl,Tiertex Design Studios,,,,,,,1996-06-01, -/games/boxart/6968978ccc.jpg,Olympic Summer Games: Atlanta 1996,SAT,Sports,Eidos Interactive,Silicon Dreams,,,,,,,1996-01-01, -/games/boxart/full_4019072JapanFrontccc.jpg,One Piece: Going Baseball - Kaizoku Yakyuu,GBA,Sports,Bandai,Now Production,,,,,,,2004-03-11, -/games/boxart/7849679ccc.jpg,One-on-One Basketball,7800,Sports,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/full_onside-soccer_7AmericaFront.jpg,OnSide Soccer,3DO,Sports,Unknown,Elite,,,,,,,2007-08-01, -/games/boxart/full_orega-kantoku-da-gekitou-pennant-race-volume-2_4JapanFront.jpg,Orega Kantoku Da! Gekitou Pennant Race Volume 2,PS2,Sports,Enix,Enix Corporation,,,,,,,2002-03-07, -/games/boxart/full_oretachi-game-center-zoku-super-volleyball_8JapanFront.jpg,Oretachi Game Center Zoku: Super Volleyball,PS2,Sports,Hamster Corporation,Hamster Corporation,,,,,,,2005-10-27, -/games/boxart/full_oretachi-game-center-nekketsu-koukou-dodge-ball-bu_3JapanFront.jpg,Oretachi Game Center: Nekketsu Koukou Dodge Ball Bu,PS2,Sports,Hamster Corporation,Hamster Corporation,,,,,,,2006-03-23, -/games/boxart/default.jpg,Osu! Excercise Dojo,WW,Sports,IE Institute,Mechanic Arms,,,,,,,2010-09-28, -/games/boxart/full_out-of-the-park-baseball-10_290AmericaFront.jpg,Out of the Park Baseball 10,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2009-06-02, -/games/boxart/full_out-of-the-park-baseball-11_837AmericaFront.jpg,Out of the Park Baseball 11,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2009-10-22, -/games/boxart/full_out-of-the-park-baseball-2007_690AmericaFront.jpg,Out of the Park Baseball 2007,PC,Sports,Sports Interactive,Sports Interactive,,,,,,,2006-03-23, -/games/boxart/full_out-of-the-park-baseball-3_977AmericaFront.jpg,Out of the Park Baseball 3,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2001-03-01, -/games/boxart/full_out-of-the-park-baseball-4_831AmericaFront.jpg,Out of the Park Baseball 4,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2002-02-28, -/games/boxart/full_out-of-the-park-baseball-5_800AmericaFront.jpg,Out of the Park Baseball 5,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2003-02-28, -/games/boxart/full_out-of-the-park-baseball-6_148AmericaFront.jpg,Out of the Park Baseball 6,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2004-04-16, -/games/boxart/full_out-of-the-park-baseball-65_437AmericaFront.jpg,Out of the Park Baseball 6.5,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2005-06-14, -/games/boxart/full_out-of-the-park-baseball-9_251AmericaFront.jpg,Out of the Park Baseball 9,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2008-06-01, -/games/boxart/full_out-of-the-park-baseball-ii_168AmericaFront.jpg,Out of the Park Baseball II,PC,Sports,Out of the Park Developments,Out of the Park Developments,,,,,,,2001-03-31, -/games/boxart/full_out-of-the-park-baseball-manager-2006_24AmericaFront.jpg,Out of the Park Baseball Manager 2006,PC,Sports,Sports Interactive,Out of the Park Developments,,,,,,,2006-05-31, -/games/boxart/default.jpg,Outdoor Dynamic 3D Hunting,3DS,Sports,Unknown,InterOne,,,,,,,, -/games/boxart/default.jpg,Outdoors Unlimited,PS3,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, -/games/boxart/default.jpg,Outdoors Unlimited,PC,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, -/games/boxart/default.jpg,Outdoors Unlimited,X360,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, -/games/boxart/default.jpg,Outdoors Unlimited,Wii,Sports,Mastiff,Mastiff,,,,,,,2012-10-02, -/games/boxart/full_2301204PALFrontccc.jpg,Outlaw Golf,PS2,Sports,TDK Mediactive,Hypnotix,,,,,,,2003-01-01, -/games/boxart/full_7041683AmericaFrontccc.jpg,Outlaw Golf,PC,Sports,Simon & Schuster Interactive,Hypnotix,,,,,,,2003-09-30, -/games/boxart/full_7903174AmericaFrontccc.jpg,Outlaw Volleyball: Red Hot,XB,Sports,Simon & Schuster Interactive,Hypnotix,,,,,,,2003-10-01, -/games/boxart/full_6956666JapanFrontccc.jpg,Paddock Note '95,3DO,Sports,Fuji,Fuji Television,,,,,,,1995-04-14, -/games/boxart/full_4938565PALFrontccc.jpg,Pangya,PC,Sports,OGPlanet,Ntreev Soft,,,,,,,2009-05-21, -/games/boxart/872168ccc.jpg,Pat Riley Basketball,GEN,Sports,Sega,Sega,,,,,,,1990-01-01, -/games/boxart/full_3233699AmericaFrontccc.jpg,PBR: Out of the Chute,PSP,Sports,Crave Entertainment,D2C Games,,,,,,,2008-10-01, -/games/boxart/full_5920702AmericaFrontccc.jpg,PBR: Out of the Chute,PC,Sports,Crave Entertainment,D2C Games,,,,,,,2008-10-01, -/games/boxart/full_7132848PALFrontccc.jpg,PC Fitness: Your Personal Trainer,PC,Sports,Focus Home Interactive,Focus Multimedia,,,,,,,2008-12-12, -/games/boxart/full_1797802PALFrontccc.jpg,PC Fútbol 2.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1993-01-01, -/games/boxart/full_1423650PALFrontccc.jpg,PC Fútbol 2000,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1999-12-01, -/games/boxart/full_7224587PALFrontccc.jpg,PC Fútbol 2001,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,2001-03-01, -/games/boxart/full_6684066PALFrontccc.jpg,PC Fútbol 2005,PC,Sports,OnGames,Gaelco Multimedia,,,,,,,2004-11-20, -/games/boxart/full_2814636PALFrontccc.jpg,PC Fútbol 2006,PC,Sports,Planeta DeAgostini Interactive,Gaelco,,,,,,,2005-10-11, -/games/boxart/full_5613585PALFrontccc.jpg,PC Fútbol 2007,PC,Sports,Planeta DeAgostini Interactive,Gaelco,,,,,,,2006-11-13, -/games/boxart/full_3085007PALFrontccc.jpg,PC Fútbol 3.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1994-01-01, -/games/boxart/full_1896870PALFrontccc.jpg,PC Fútbol 4.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1995-07-01, -/games/boxart/full_3570112PALFrontccc.jpg,PC Fútbol 5.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1996-12-01, -/games/boxart/full_6305545PALFrontccc.jpg,PC Fútbol 6.0,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1998-01-15, -/games/boxart/full_9280165PALFrontccc.jpg,PC Fútbol 7,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1998-12-15, -/games/boxart/full_2247810PALFrontccc.jpg,PDC World Championship Darts,PS2,Sports,Oxygen Interactive,Mere Mortals,,,,,,,2006-12-01, -/games/boxart/full_7556802PALFrontccc.jpg,PDC World Championship Darts,PC,Sports,Oxygen Interactive,Mere Mortals,,,,,,,2006-12-01, -/games/boxart/full_826274AmericaFrontccc.jpg,PDC World Championship Darts 2008,PS2,Sports,O-Games,Mere Mortals,,,,,,,2009-06-16, -/games/boxart/default.jpg,PDC World Championship Darts 2010,DS,Sports,Unknown,Rebellion Developments,,,,,,,, -/games/boxart/default.jpg,PDC World Championship Darts 2010,Wii,Sports,Unknown,Rebellion Developments,,,,,,,, -/games/boxart/2698791ccc.jpg,Pebble Beach Golf Links,3DO,Sports,Panasonic Interactive Media,Tikipod,,,,,,,1994-01-01, -/games/boxart/full_pebble-beach-golf-links_3AmericaFront.jpg,Pebble Beach Golf Links,SNES,Sports,T&E Soft,Tikipod,,,,,,,1992-04-01, -/games/boxart/full_2290383AmericaFrontccc.jpg,Pebble Beach Golf Links,GEN,Sports,Sega,Tikipod,,,,,,,1993-01-01, -/games/boxart/1689240ccc.jpg,Pele's Championship Soccer,2600,Sports,Atari,Atari,,,,,,,1980-01-01, -/games/boxart/full_6554486PALFrontccc.jpg,Perfect Ace 2: The Championships,PS2,Sports,Oxygen Interactive,Aqua Pacific,,,,,,,2005-07-15, -/games/boxart/full_8622024PALFrontccc.jpg,Perfect Ace 2: The Championships,PC,Sports,Oxygen Interactive,Aqua Pacific,,,,,,,2005-07-25, -/games/boxart/full_4752019AmericaFrontccc.jpg,Personal Fitness For Men,DS,Sports,Unknown,Games Campus Cologne GmbH,,,,,,,, -/games/boxart/full_8515530AmericaFrontccc.jpg,Personal Fitness For Women,DS,Sports,Unknown,Games Campus Cologne GmbH,,,,,,,, -/games/boxart/full_7350489AmericaFrontccc.jpg,Petank Party,XBL,Sports,Microsoft,R3dDr4g0n,,,,,,,2008-12-06, -/games/boxart/6088416ccc.jpg,Pete Rose Baseball,7800,Sports,Absolute Entertainment,Absolute Entertainment,,,,,,,1989-01-01, -/games/boxart/9816274ccc.jpg,Pete Rose Baseball,2600,Sports,Absolute Entertainment,Absolute Entertainment,,,,,,,1988-03-01, -/games/boxart/full_5102449PALFrontccc.jpg,Pete Sampras Tennis,GG,Sports,Codemasters,Codemasters,,,,,,,1994-01-01, -/games/boxart/full_pga-european-tour_7AmericaFront.jpg,PGA European Tour,SNES,Sports,Black Pearl,Halestorm,,,,,,,1996-09-01, -/games/boxart/full_pga-european-tour_5AmericaFront.jpg,PGA European Tour,GB,Sports,Malibu Games,Unexpected Development,,,,,,,1995-04-01, -/games/boxart/full_pga-european-tour_3AmericaFront.jpg,PGA European Tour,GEN,Sports,EA Sports,Polygon Games,,,,,,,1994-06-01, -/games/boxart/9079462ccc.jpg,PGA Tour 96,GB,Sports,Black Pearl,Unexpected Development,,,,,,,1995-11-01, -/games/boxart/8977292ccc.jpg,PGA Tour 96,SNES,Sports,Black Pearl,Halestorm,,,,,,,1996-01-01, -/games/boxart/full_pga-tour-96_9AmericaFront.jpg,PGA Tour 96,GG,Sports,Black Pearl,Ceris Software,,,,,,,1996-01-01, -/games/boxart/full_pga-tour-96_2AmericaFront.jpg,PGA Tour 96,GEN,Sports,EA Sports,NuFX,,,,,,,1995-01-01, -/games/boxart/full_2843162AmericaFrontccc.jpg,PGA Tour 97,SAT,Sports,EA Sports,VAC,,,,,,,1996-11-30, -/games/boxart/5734307ccc.jpg,PGA Tour Golf,SNES,Sports,Electronic Arts,Sterling Silver Software,,,,,,,1992-03-01, -/games/boxart/full_pga-tour-golf_3PALFront.jpg,PGA Tour Golf,MS,Sports,Tengen,Polygames,,,,,,,1993-01-01, -/games/boxart/8485573ccc.jpg,PGA Tour Golf,PC,Sports,Electronic Arts,Sterling Silver Software,,,,,,,1995-01-01, -/games/boxart/5067974ccc.jpg,PGA Tour Golf,GEN,Sports,Electronic Arts,Sterling Silver Software,,,,,,,1991-01-01, -/games/boxart/full_5310390AmericaFrontccc.jpg,PGA Tour Golf,GG,Sports,Tengen,Sterling Silver Software,,,,,,,1994-05-05, -/games/boxart/8745685ccc.jpg,PGA Tour Golf 96,3DO,Sports,Electronic Arts,EA Sports,,,,,,,1995-01-01, -/games/boxart/full_pga-tour-golf-ii_987AmericaFront.jpg,PGA Tour Golf II,GEN,Sports,Electronic Arts,Polygames,,,,,,,1992-01-01, -/games/boxart/full_4115627AmericaFrontccc.jpg,PGA Tour Golf II,GG,Sports,Time Warner Interactive,Polygames,,,,,,,1995-01-01, -/games/boxart/full_pga-tour-golf-iii_0AmericaFront.jpg,PGA Tour Golf III,GEN,Sports,EA Sports,High Score Productions,,,,,,,1994-01-01, -/games/boxart/default.jpg,PHYSIO FUN Balance Training,WW,Sports,Kaasa Solution,Kaasa Health,,,,,,,2010-09-10, -/games/boxart/default.jpg,Physiofun: Pelvic Floor Training,WW,Sports,Kaasa Solution,Kaasa Health,,,,,,,2011-04-08, -/games/boxart/full_3797568PALFrontccc.jpg,Pink Pong,PS2,Sports,505 Games,HuneX,,,,,,,2005-02-25, -/games/boxart/full_4789540AmericaFrontccc.jpg,Pirates vs Ninjas Dodgeball,XBL,Sports,Gamecock,Blazing Lizard,,,,,,,2008-09-03, -/games/boxart/full_planet-minigolf_2AmericaFront.jpg,Planet Minigolf,PSN,Sports,Zen Studios,Zen Studios,,,,,,,2010-06-01, -/games/boxart/3827379ccc.jpg,Play Action Football,GB,Sports,Nintendo,Nintendo,,,,,,,1990-12-01, -/games/boxart/full_3591920PALFrontccc.jpg,PlayChapas Football Edition,PSP,Sports,Sony Computer Entertainment,Zinkia,,,,,,,2008-09-18, -/games/boxart/full_pocket-bass-fishing_741JapanFront.jpg,Pocket Bass Fishing,GB,Sports,Bottom Up,Bottom Up,,,,,,,1998-04-24, -/games/boxart/full_pocket-billiard-fank-the-9-ball_9JapanFront.jpg,Pocket Billiard Fank: The 9 Ball,GB,Sports,Tamsoft,Tamsoft,,,,,,,2000-02-19, -/games/boxart/full_pocket-bowling_839AmericaFront.jpg,Pocket Bowling,GB,Sports,Jaleco,Athena,,,,,,,1999-08-15, -/games/boxart/full_pocket-color-billiard_1JapanFront.jpg,Pocket Color Billiard,GB,Sports,Bottom Up,Bottom Up,,,,,,,1999-12-24, -/games/boxart/full_pocket-golf_114JapanFront.jpg,Pocket Golf,GB,Sports,Bottom Up,Bottom Up,,,,,,,1998-09-25, -/games/boxart/full_pocket-ping-pong-2005_6PALFront.jpg,Pocket Ping Pong 2005,GIZ,Sports,Fathammer,Netdol,,,,,,,2005-10-22, -/games/boxart/full_pocket-stadium_224JapanFront.jpg,Pocket Stadium,GB,Sports,Atlus,Atlus Co.,,,,,,,1990-12-14, -/games/boxart/full_6900254AmericaFrontccc.jpg,Polar Bowler,PC,Sports,WildTangent,WildTangent,,,,,,,2004-08-03, -/games/boxart/full_7707826AmericaFrontccc.jpg,Polar Bowler,DS,Sports,Mumbo Jumbo,Engine Software,,,,,,,2008-10-07, -/games/boxart/default.jpg,Polar Bowler,PC,Sports,WildTangent,WildTangent,,,,,,,2004-08-03, -/games/boxart/default.jpg,Polar Golfer: Pineapple Cup,PC,Sports,WildTangent,WildTangent,,,,,,,2005-01-01, -/games/boxart/full_7607624AmericaFrontccc.jpg,Pong Sports,2600,Sports,Sears,Telegames,,,,,,,1977-01-01, -/games/boxart/full_4837580AmericaFrontccc.jpg,Ponx,Lynx,Sports,Unknown,Songbird Productions,,,,,,,, -/games/boxart/full_475906JapanFrontccc.jpg,Pool Edge,GC,Sports,Media Kite,"Nd Cube Co., Ltd.",,,,,,,2002-10-25, -/games/boxart/full_7334259PALFrontccc.jpg,Pool Hall Pro,PC,Sports,Playlogic Game Factory,Icon Games,,,,,,,2009-06-26, -/games/boxart/full_pool-hall-pro_744AmericaFront.jpg,Pool Hall Pro,PSN,Sports,Icon Games,Icon Games,,,,,,,2011-06-07, -/games/boxart/default.jpg,Pool Hall Pro,PSP,Sports,Unknown,Icon Games Entertainment Ltd.,,,,,,,, -/games/boxart/full_8570936AmericaFrontccc.jpg,Pool Revolution: Cue Sports,WW,Sports,Hudson Entertainment,Hudson,,,,,,,2008-12-29, -/games/boxart/full_popeye-beach-volley-ball_1JapanFront.jpg,Popeye Beach Volley Ball,GG,Sports,Technos Japan Corporation,Technos Japan Corporation,,,,,,,1994-08-12, -/games/boxart/full_8396848AmericaFrontccc.jpg,Powa Volley,XBL,Sports,Microsoft,panattoni christophe,,,,,,,2009-10-17, -/games/boxart/full_8253495AmericaFrontccc.jpg,Powa Volley Classic,XBL,Sports,Microsoft,Kydos,,,,,,,2009-12-05, -/games/boxart/full_power-eleven_6JapanFront.jpg,Power Eleven,PCE,Sports,Hudson Soft,WestOne,,,,,,,1991-06-21, -/games/boxart/full_power-eleven_5JapanFront.jpg,Power Eleven,VC,Sports,Hudson Soft,WestOne,,,,,,,2008-02-26, -/games/boxart/full_5653658AmericaFrontccc.jpg,Power Golf,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-11-05, -/games/boxart/full_5664327AmericaFrontccc.jpg,Power Golf,PCE,Sports,NEC,Hudson Soft,,,,,,,1989-01-01, -/games/boxart/full_power-league-93_7JapanFront.jpg,Power League '93,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1993-10-15, -/games/boxart/full_power-league-4_1JapanFront.jpg,Power League 4,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1991-08-09, -/games/boxart/full_power-league-4_2JapanFront.jpg,Power League 4,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-07-31, -/games/boxart/full_power-league-5_4JapanFront.jpg,Power League 5,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1992-08-07, -/games/boxart/full_4569017JapanFrontccc.jpg,Power League 64,N64,Sports,Hudson Soft,Hudson Soft,,,,,,,1997-08-08, -/games/boxart/full_power-league-ii_9JapanFront.jpg,Power League II,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1989-08-08, -/games/boxart/full_power-league-iii_4JapanFront.jpg,Power League III,PCE,Sports,Hudson Soft,Hudson Soft,,,,,,,1990-08-10, -/games/boxart/full_4602267JapanFrontccc.jpg,Power Pro Kun Pocket 7,GBA,Sports,Konami,PawaPuro Production,,,,,,,2004-12-02, -/games/boxart/1828809ccc.jpg,Power Punch II,NES,Sports,American Softworks,Beam Software,,,,,,,1992-04-12, -/games/boxart/full_power-soccer_2JapanFront.jpg,Power Soccer,NES,Sports,Tokuma Shoten,Tokuma Shoten,,,,,,,1990-03-30, -/games/boxart/full_2556732AmericaFrontccc.jpg,Power Spike Pro Beach Volleyball,GB,Sports,Infogrames,Spark,,,,,,,2000-12-22, -/games/boxart/full_5723288AmericaFrontccc.jpg,Power Spike Pro Beach Volleyball,PC,Sports,Atari,Carapace,,,,,,,2001-05-19, -/games/boxart/full_power-tennis_5JapanFront.jpg,Power Tennis,PCE,Sports,Hudson Soft,Now Production,,,,,,,1993-06-25, -/games/boxart/full_4312852PALFrontccc.jpg,Power Volleyball,PS2,Sports,Parker Bros.,Phoenix Games,,,,,,,2007-01-26, -/games/boxart/4768835ccc.jpg,Powerball,VC,Sports,Namco Bandai,Namco,,,,,,,2008-03-24, -/games/boxart/full_7127026AmericaFrontccc.jpg,Powerball,GEN,Sports,Namco,Namco,,,,,,,1991-01-01, -/games/boxart/full_179731AmericaFrontccc.jpeg,Powerstar Golf,XOne,Sports,Microsoft Studios,Zoe Mode,,,,,,,2013-11-22,2018-08-09 -/games/boxart/full_premier-manager_78AmericaFront.jpg,Premier Manager,PSN,Sports,Unknown,Urbanscan,,,,,,,2011-03-22, -/games/boxart/full_premier-manager-2003-04_841PALFront.jpg,Premier Manager 2003-04,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2003-11-28, -/games/boxart/full_9592653PALFrontccc.jpg,Premier Manager 2003-04,GBA,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2003-11-28, -/games/boxart/full_4044742PALFrontccc.jpg,Premier Manager 2004-2005,GBA,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2004-11-26, -/games/boxart/full_premier-manager-2004-2005_136PALFront.jpg,Premier Manager 2004-2005,PS2,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2004-11-05, -/games/boxart/full_premier-manager-2004-2005_131PALFront.jpg,Premier Manager 2004-2005,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2004-11-12, -/games/boxart/full_premier-manager-2005-2006_826PALFront.jpg,Premier Manager 2005-2006,PS2,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2005-08-11, -/games/boxart/full_premier-manager-2005-2006_999PALFront.jpg,Premier Manager 2005-2006,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2005-08-12, -/games/boxart/full_8320383PALFrontccc.jpg,Premier Manager 2005-2006,GBA,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2005-08-11, -/games/boxart/full_premier-manager-2006-2007_41PALFront.jpg,Premier Manager 2006-2007,PS2,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2006-08-18, -/games/boxart/full_premier-manager-2006-2007_248PALFront.jpg,Premier Manager 2006-2007,PC,Sports,Zoo Digital Publishing,Zoo Digital Publishing,,,,,,,2006-08-18, -/games/boxart/full_3814028PALFrontccc.jpg,Premier Manager 64,N64,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1999-08-01, -/games/boxart/full_premier-manager-97_2PALFront.jpg,Premier Manager 97,GEN,Sports,Sega,Gremlin Interactive,,,,,,,1996-01-01, -/games/boxart/5449022ccc.jpg,Prize Fighter,SCD,Sports,Sega,Digital Pictures,,,,,,,1995-01-01, -/games/boxart/default.jpg,Pro Bull Riders: Out of the Chute,X360,Sports,Unknown,D2C Games,,,,,,,, -/games/boxart/full_9112396AmericaFrontccc.png,Pro Bull Riders: Out of the Chute,PSN,Sports,Crave Entertainment,D2C Games,,,,,,,2008-11-24, -/games/boxart/full_4399129PALFrontccc.jpg,Pro Cycling Manager 2016,XOne,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2016-06-16,2018-06-30 -/games/boxart/full_9050263PALFrontccc.jpg,Pro Cycling Manager Season 2006: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2006-08-18, -/games/boxart/full_8570882PALFrontccc.jpg,Pro Cycling Manager Season 2007: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2007-06-20, -/games/boxart/full_860118PALFrontccc.jpg,Pro Cycling Manager Season 2008: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2008-06-27, -/games/boxart/full_9439795PALFrontccc.jpg,Pro Cycling Manager Season 2009: Le Tour de France,PC,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2009-07-10, -/games/boxart/full_4227743PALFrontccc.jpg,Pro Cycling Season 2007: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2007-07-06, -/games/boxart/full_6778401PALFrontccc.jpg,Pro Cycling Season 2008: Le Tour de France,PSP,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2008-06-01, -/games/boxart/full_8292437PALFrontccc.png,Pro Cycling Season 2009: Le Tour de France,PSN,Sports,Focus Home Interactive,Cyanide Studio,,,,,,,2010-02-25, -/games/boxart/full_5958706AmericaFrontccc.jpg,Pro Darts,GB,Sports,Vatical Entertainment,Vicarious Visions,,,,,,,2002-02-07, -/games/boxart/full_6850029PALFrontccc.jpg,Pro Evolution Soccer,PS,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2002-02-15, -/games/boxart/full_pro-evolution-soccer-2011_182AmericaFront.jpg,Pro Evolution Soccer 2011,PSN,Sports,Konami,Konami,,,,,,,2010-11-16, -/games/boxart/full_2662200AmericaFrontccc.jpg,Pro Evolution Soccer 2013,PS2,Sports,Konami Digital Entertainment,Konami,,,,,,,2012-09-25,2018-01-12 -/games/boxart/full_884356AmericaFrontccc.jpg,Pro Moves Soccer,GEN,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,1993-01-01, -/games/boxart/4892306ccc.jpg,Pro Sport Hockey,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1994-02-01, -/games/boxart/full_pro-stadium_3JapanFront.jpg,Pro Stadium,3DO,Sports,Unknown,Sanyo,,,,,,,1995-12-08, -/games/boxart/full_pro-yakyuu-greatest-nine-98-summer-action_9JapanFront.jpg,Pro Yakyuu Greatest Nine '98: Summer Action,SAT,Sports,Sega,Nextech,,,,,,,1998-08-06, -/games/boxart/full_647838JapanFrontccc.jpg,Pro Yakyuu Spirits 2,PS2,Sports,Konami,PawaPuro Production,,,,,,,2005-04-07, -/games/boxart/full_7044103JapanFrontccc.jpg,Pro Yakyuu Spirits 2004,PS2,Sports,Konami,Diamond Head,,,,,,,2004-03-25, -/games/boxart/full_8530076JapanFrontccc.jpg,Pro Yakyuu Spirits 2004 Climax,PS2,Sports,Konami,Diamond Head,,,,,,,2004-09-16, -/games/boxart/full_pro-yakyuu-spirits-2010_542JapanFront.jpg,Pro Yakyuu Spirits 2010,PSN,Sports,Konami,PawaPuro Production,,,,,,,2010-04-01, -/games/boxart/full_pro-yakyuu-spirits-2011_755JapanFront.jpg,Pro Yakyuu Spirits 2011,PSN,Sports,Konami,Konami,,,,,,,2011-04-14, -/games/boxart/full_7599658JapanFrontccc.jpg,Pro Yakyuu Spirits 3,X360,Sports,Konami,PawaPuro Production,,,,,,,2006-04-06, -/games/boxart/full_4605790JapanFrontccc.jpg,Pro Yakyuu Super League CD,SCD,Sports,Sega,Sega,,,,,,,1992-10-30, -/games/boxart/full_1177555JapanFrontccc.jpg,Pro Yakyuu Team de Asobou Net!,DC,Sports,Sega,Smilebit,,,,,,,2000-08-10, -/games/boxart/full_1310942JapanFrontccc.jpg,Pro Yakyuu Team de Asobou!,DC,Sports,Sega,Smilebit,,,,,,,1999-12-23, -/games/boxart/full_5610183JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou! & Asobou!,DC,Sports,Sega,Smilebit,,,,,,,2001-08-30, -/games/boxart/full_9163445JapanFrontccc.jpg,Pro Yakyuu Team o Tsukurou! Advance,GBA,Sports,Sega,Sega,,,,,,,2002-08-08, -/games/boxart/full_pro-yakyuu-virtual-stadium_8JapanFront.jpg,Pro Yakyuu Virtual Stadium,3DO,Sports,Electronic Arts Victor,EA Sports,,,,,,,1995-12-29, -/games/boxart/full_4541921JapanFrontccc.jpg,Pro Yakyuu World Stadium,PCE,Sports,Namco,Namco,,,,,,,1988-05-20, -/games/boxart/full_2415933JapanFrontccc.jpg,Pro Yakyuu World Stadium '91,PCE,Sports,Namco,Namco,,,,,,,1991-03-21, -/games/boxart/full_3668919AmericaFrontccc.jpg,Pro-Putt Domo,DSiW,Sports,Nintendo,Suzak,,,,,,,2009-10-19, -/games/boxart/full_1839472AmericaFrontccc.jpg,Project Powder,PC,Sports,Unknown,Outspark,,,,,,,2008-01-01, -/games/boxart/full_2389449AmericaFrontccc.jpg,Pub Darts,WW,Sports,Big Blue Bubble,Big Blue Bubble Inc.,,,,,,,2010-01-04, -/games/boxart/default.jpg,Pure Football,Wii,Sports,Unknown,Ubisoft Vancouver,,,,,,,, -/games/boxart/full_pure-futbol_490AmericaFront.jpg,Pure Futbol,XBL,Sports,Ubisoft,Action Pants Inc.,3.8,,,,,,2011-08-02, -/games/boxart/full_pure-futbol_7PALFront.jpg,Pure Futbol,PC,Sports,Ubisoft,Ubisoft Vancouver,,,,,,,2010-06-08, -/games/boxart/full_3439795AmericaFrontccc.jpg,Pure Pool,XOne,Sports,Triniti Interactive,VooFoo Studios,,,,,,,2015-01-01,2018-01-31 -/games/boxart/full_putt-amp-putter_4PALFront.jpg,Putt & Putter,MS,Sports,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/1259578ccc.jpg,Putt & Putter,GG,Sports,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_3716628AmericaFrontccc.jpg,Quarterback Attack with Mike Ditka,3DO,Sports,Digital Pictures,Digital Pictures,,,,,,,1996-01-01, -/games/boxart/7089789ccc.jpg,Quarterback Attack with Mike Ditka,SAT,Sports,Digital Pictures,Digital Pictures,,,,,,,1995-01-01, -/games/boxart/full_quattro-sports_605AmericaFront.jpg,Quattro Sports,NES,Sports,Camerica,Codemasters,,,,,,,1991-01-01, -/games/boxart/full_1497863AmericaFrontccc.jpg,R.B.I. Baseball 15,PS4,Sports,MLB.com,MLB.com,,,,,,,2015-05-01, -/games/boxart/full_1321558AmericaFrontccc.jpg,R.B.I. Baseball 15,XOne,Sports,MLB.com,MLB.com,,,,,,,2015-05-01,2018-08-11 -/games/boxart/full_8340380AmericaFrontccc.jpg,R.B.I. Baseball 15,PC,Sports,MLB.com,MLB.com,,,,,,,2015-04-30,2018-08-11 -/games/boxart/full_412863AmericaFrontccc.jpg,R.B.I. Baseball 15,OSX,Sports,MLB.com,MLB.com,,,,,,,2015-04-30,2018-08-11 -/games/boxart/full_8696757AmericaFrontccc.jpg,R.B.I. Baseball 2016,PC,Sports,MLB.com,MLB.com,,,,,,,2016-04-05,2018-06-27 -/games/boxart/full_racket-attack_41AmericaFront.jpg,Racket Attack,NES,Sports,Jaleco,TOSE Software,,,,,,,1988-10-01, -/games/boxart/full_rackets-amp-rivals_174PALFront.jpg,Rackets & Rivals,NES,Sports,Palcom,Palcom Software,,,,,,,1993-01-01, -/games/boxart/full_7348867AmericaFrontccc.jpg,Racquetball,2600,Sports,Apollo,Apollo,,,,,,,1981-01-01, -/games/boxart/full_rad-racket-deluxe-tennis-ii_927AmericaFront.jpg,Rad Racket: Deluxe Tennis II,NES,Sports,American Video Entertainment,Idea-Tek,,,,,,,1991-01-01, -/games/boxart/full_rageball_76PALFront.png,Rageball,PSN,Sports,Midas Interactive Entertainment,Naps Team,,,,,,,2011-06-02, -/games/boxart/full_2548690AmericaFrontccc.jpg,Rageball,PS,Sports,Agetec,Naps Team,,,,,,,2002-07-25, -/games/boxart/5525939ccc.jpg,Rap Jam: Volume One,SNES,Sports,Mandigo,64WD Corporation,,,,,,,1995-01-01, -/games/boxart/full_rapala-pro-bass-fishing-2010_10AmericaFront.jpg,Rapala Pro Bass Fishing 2010,PSN,Sports,Activision,FUN Labs,,,,,,,2010-09-28, -/games/boxart/9408231ccc.jpg,Rapala Pro Fishing,PC,Sports,Activision,MagicWand Productions,,,,,,,2004-09-01, -/games/boxart/full_rapala-tournament-fishing_495AmericaFront.jpg,Rapala Tournament Fishing!,XBL,Sports,Activision,FUN Labs,,,,,,,2011-02-15, -/games/boxart/full_5327240AmericaFrontccc.png,Rapala Trophies,PSN,Sports,Activision,Sand Grain Studios,,,,,,,2009-09-30, -/games/boxart/full_6931484AmericaFrontccc.jpg,Razor Freestyle Scooter,DC,Sports,Crave Entertainment,Titanium Studios,6.3,,,,,,2001-08-08, -/games/boxart/7836154ccc.jpg,Razor Freestyle Scooter,GB,Sports,Crave Entertainment,Crawfish Interactive,,,,,,,2001-05-10, -/games/boxart/full_966AmericaFrontccc.jpg,Razor Freestyle Scooter,N64,Sports,Crave Entertainment,Titanium Studios,,,,,,,2001-11-27, -/games/boxart/full_7868090AmericaFrontccc.jpg,RBI Baseball '94,GG,Sports,Tengen,Al Baker and Associates,,,,,,,1994-01-01, -/games/boxart/8625396ccc.jpg,Ready 2 Rumble Boxing,GB,Sports,Midway Games,Midway,6,,,,,,1999-11-01, -/games/boxart/full_1970772AmericaFrontccc.jpg,Ready 2 Rumble Boxing,DC,Sports,Midway Games,Midway Games,8.3,,,,,,1999-09-08, -/games/boxart/full_8110036PALFrontccc.png,Real Madrid: The Game,PSN,Sports,Virgin Play,Virgin Play,,,,,,,2009-08-13, -/games/boxart/full_6101455PALFrontccc.jpg,Real Madrid: The Game,DS,Sports,Virgin Play,Virgin Play,,,,,,,2009-03-13, -/games/boxart/full_7741054PALFrontccc.jpg,Real Madrid: The Game,PC,Sports,Virgin Play,Atomic Planet Entertainment,,,,,,,2009-04-09, -/games/boxart/full_3277802PALFrontccc.jpg,Real Madrid: The Game,PSP,Sports,Virgin Play,Atomic Planet Entertainment,,,,,,,2009-05-01, -/games/boxart/full_1450943PALFrontccc.jpg,Real Madrid: The Game,PS2,Sports,Virgin Play,Atomic Planet Entertainment,,,,,,,2009-05-01, -/games/boxart/full_2511461AmericaFrontccc.jpg,Real Pool,PC,Sports,GT Interactive,GT Interactive,,,,,,,1998-01-01, -/games/boxart/full_6571941AmericaFrontccc.jpg,Real Soccer 2009,DSiW,Sports,Gameloft,Gameloft,,,,,,,2009-05-11, -/games/boxart/full_8809824AmericaFrontccc.jpg,Real Soccer 2010,DSiW,Sports,Gameloft,Gameloft,,,,,,,2010-02-15, -/games/boxart/full_real-world-golf_272PALFront.jpg,Real World Golf,PC,Sports,In2Games,Aqua Pacific,,,,,,,2006-04-11, -/games/boxart/1918221ccc.jpg,RealSports Baseball,5200,Sports,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/7659221ccc.jpg,RealSports Baseball,7800,Sports,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/full_6980088AmericaFrontccc.jpg,RealSports Basketball,2600,Sports,CGE Services Corporation,Atari,,,,,,,2002-08-10, -/games/boxart/9912073ccc.jpg,RealSports Football,5200,Sports,Midway Games,Midway Games,,,,,,,1983-01-01, -/games/boxart/9841992ccc.jpg,RealSports Soccer,2600,Sports,Atari,Atari,,,,,,,1983-01-01, -/games/boxart/7229317ccc.jpg,RealSports Soccer,5200,Sports,Midway Games,Midway Games,,,,,,,1983-01-01, -/games/boxart/7804589ccc.jpg,RealSports Tennis,5200,Sports,Atari,Midway Games,,,,,,,1983-01-01, -/games/boxart/full_6119432PALFrontccc.png,Red Bull X-Fighters,PSN,Sports,Xendex,Xendex Holding GMBH,,,,,,,2010-06-15, -/games/boxart/default.jpg,Red Bull X-Fighters World Tour,XBL,Sports,Unknown,Xendex Holding GMBH,,,,,,,, -/games/boxart/default.jpg,Red Bull X-Fighters World Tour,PC,Sports,Unknown,Xendex Holding GMBH,,,,,,,, -/games/boxart/full_1648950AmericaFrontccc.png,Reel Fishing,PSN,Sports,Sony Computer Entertainment,Pack-In Video,,,,,,,2009-11-23, -/games/boxart/full_4456782AmericaFrontccc.jpg,Reel Fishing Challenge,WW,Sports,Natsume,Natsume,,,,,,,2009-06-29, -/games/boxart/full_reel-fishing-challenge-ii_4AmericaFront.jpg,Reel Fishing Challenge II,WW,Sports,Natsume,Natsume,,,,,,,2010-06-07, -/games/boxart/full_reel-fishing-ii_210AmericaFront.jpg,Reel Fishing II,PSN,Sports,Sony Computer Entertainment,Open Sesame,,,,,,,2011-02-08, -/games/boxart/1057947ccc.jpg,Reel Fishing Wild,DC,Sports,Natsume,West One,5.9,,,,,,2001-01-01, -/games/boxart/full_7269909AmericaFrontccc.jpg,Reel Fishing: Master's Challenge,PSV,Sports,Natsume,Natsume,,,,,,,2015-02-03,2018-07-19 -/games/boxart/full_reggie-jackson-baseball_7AmericaFront.jpg,Reggie Jackson Baseball,MS,Sports,Sega,Sega,,,,,,,1988-01-01, -/games/boxart/full_2037649AmericaFrontccc.jpg,Relief Pitcher,SNES,Sports,Left Field Productions,Tengen,,,,,,,1994-05-01, -/games/boxart/full_619559AmericaFrontccc.jpg,Ring King,NES,Sports,Data East,Namco,,,,,,,1987-09-01, -/games/boxart/4911432ccc.jpg,Ring Rage,GB,Sports,Taito,Taito Corporation,,,,,,,1993-01-29, -/games/boxart/2617297ccc.jpg,Rippin' Riders,DC,Sports,Sega,UEP Systems,6.8,,,,,,1999-10-31, -/games/boxart/full_5128558AmericaFrontccc.jpg,Rock N' Roll Climber,WW,Sports,Nintendo,Vitei Inc.,,,,,,,2009-08-10, -/games/boxart/full_5039393AmericaFrontccc.jpg,Rocket Bowl,XBL,Sports,D3 Publisher,21-6 Productions,,,,,,,2008-09-10, -/games/boxart/full_rocket-power-gettin-air_902AmericaFront.jpg,Rocket Power: Gettin' Air,GB,Sports,THQ,Tiertex Design Studios,,,,,,,2001-03-27, -/games/boxart/full_rocketbowl_286AmericaFront.png,RocketBowl,PC,Sports,Encore,Large Animal,,,,,,,2004-10-15, -/games/boxart/full_rocketbowl_163AmericaFront.jpg,RocketBowl,XBL,Sports,D3 Publisher,Large Animal,,,,,,,2008-09-10, -/games/boxart/full_rockstar-games-presents-table-tennis_8AmericaFront.jpg,Rockstar Games presents Table Tennis,XBL,Sports,Rockstar Games,Rockstar San Diego,,,,,,,2009-08-11, -/games/boxart/full_roger-clemens-mvp-baseball_774AmericaFront.jpg,Roger Clemens' MVP Baseball,SNES,Sports,LJN,Sculptured Software,,,,,,,1992-09-01, -/games/boxart/full_roger-clemens-mvp-baseball_678AmericaFront.jpg,Roger Clemens' MVP Baseball,GB,Sports,LJN,Sculptured Software,,,,,,,1992-09-01, -/games/boxart/full_roger-clemens-mvp-baseball_634AmericaFront.jpg,Roger Clemens' MVP Baseball,NES,Sports,LJN,Sculptured Software,,,,,,,1991-10-01, -/games/boxart/full_roger-clemens-mvp-baseball_170AmericaFront.jpg,Roger Clemens' MVP Baseball,GEN,Sports,Flying Edge,Sculptured Software,,,,,,,1992-09-12, -/games/boxart/full_8519074PALFrontccc.jpg,Roland Garros 2005 powered by Smash Court Tennis,PS2,Sports,Sony Computer Entertainment,Namco,,,,,,,2005-05-18, -/games/boxart/full_9591211PALFrontccc.jpg,Roland Garros French Open,GB,Sports,Cryo Interactive,Visual Impact,,,,,,,2000-06-09, -/games/boxart/full_7990982PALFrontccc.jpg,Roland Garros French Open 2002,GBA,Sports,Wanadoo,Carapace,,,,,,,2002-05-28, -/games/boxart/full_roland-garros-2002_782PALFront.jpg,Roland Garros French Open 2002,PS2,Sports,Wanadoo,Carapace,,,,,,,2002-05-28, -/games/boxart/full_4765126PALFrontccc.jpg,Roland Garros French Open 2003,PS2,Sports,Wanadoo,Carapace,,,,,,,2003-05-21, -/games/boxart/98555ccc.jpg,Rollergames,NES,Sports,Ultra Games,Konami,,,,,,,1990-09-01, -/games/boxart/full_4164456AmericaFrontccc.jpg,Ronaldo V-Soccer,GB,Sports,GT Interactive,Bit Managers,,,,,,,2001-06-01, -/games/boxart/5651681ccc.jpg,Roundball: 2-on-2 Challenge,NES,Sports,Mindscape,Data East,,,,,,,1992-05-01, -/games/boxart/full_182089PALFrontccc.jpg,RTL Biathlon 2007,PC,Sports,RTL,49Games,,,,,,,2006-12-07, -/games/boxart/full_7886387PALFrontccc.jpg,RTL Biathlon 2007,PS2,Sports,RTL,49Games,,,,,,,2006-12-07, -/games/boxart/full_362668PALFrontccc.jpg,RTL Biathlon 2008,PC,Sports,RTL,49Games,,,,,,,2007-11-29, -/games/boxart/full_6054274PALFrontccc.jpg,RTL Biathlon 2009,PC,Sports,RTL,49Games,,,,,,,2008-11-27, -/games/boxart/full_6015285PALFrontccc.jpg,Rugby 06,PC,Sports,EA Sports,HB Studios Multimedia,,,,,,,2006-02-10, -/games/boxart/full_rugby-2004_566AmericaFront.jpg,Rugby 2004,PC,Sports,EA Sports,HB Studios Multimedia,,,,,,,2003-11-04, -/games/boxart/default.jpg,Rugby Challenge,PSV,Sports,Unknown,Sidhe Entertainment,,,,,,,, -/games/boxart/full_9873595PALFrontccc.jpg,Rugby League 2: World Cup Edition,PS2,Sports,HES Interactive,Sidhe Interactive,,,,,,,2008-11-21, -/games/boxart/full_rugby-league-challenge_9PALFront.jpg,Rugby League Challenge,PSN,Sports,Home Entertainment Suppliers,Wicked Witch Software,,,,,,,2010-05-26, -/games/boxart/full_7128760PALFrontccc.jpg,Rugby League Live 3,PC,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2015-09-30,2018-04-19 -/games/boxart/full_3072586AmericaFrontccc.jpg,Rugby League Live 4,PC,Sports,Tru Blu Entertainment,Big Ant Studios,,,,,,,2017-07-28,2018-08-13 -/games/boxart/full_rugby-world-cup-2011_956AmericaFront.jpg,Rugby World Cup 2011,PSN,Sports,505 Games,HB Studios Multimedia,4.5,,,,,,2011-09-06, -/games/boxart/full_rugby-world-cup-2011_446AmericaFront.jpg,Rugby World Cup 2011,XBL,Sports,505 Games,HB Studios Multimedia,4.8,,,,,,2011-09-01, -/games/boxart/3727624ccc.jpg,Rugby World Cup 95,GEN,Sports,EA Sports,EA,,,,,,,1994-01-01, -/games/boxart/full_1588503AmericaFrontccc.png,Rusty's Real Deal Baseball,3DS,Sports,Nintendo,Nintendo,,,,,,,2014-04-03,2018-08-31 -/games/boxart/full_9265206AmericaFrontccc.jpg,Salt Lake 2002,PC,Sports,Eidos Interactive,Attention To Detail,,,,,,,2002-01-24, -/games/boxart/full_6825245JapanFrontccc.jpg,Sankei Sports Kanshuu: Keiba Ryoku Nintei Shiken: Baken DS,DS,Sports,Dimple Entertainment,Dimple Entertainment,,,,,,,2007-09-20, -/games/boxart/full_sanrio-cup-pon-pon-volley_894JapanFront.jpg,Sanrio Cup: Pon Pon Volley,NES,Sports,Character Soft,Character Soft,,,,,,,1992-07-17, -/games/boxart/full_sanrio-world-smash-ball_318JapanFront.jpg,Sanrio World Smash Ball!,SNES,Sports,Character Soft,Tomcat System,,,,,,,1993-07-16, -/games/boxart/full_7719838AmericaFrontccc.jpg,Scratch Golf,GG,Sports,Victory Lap Games,Vic Tokai,,,,,,,1994-01-01, -/games/boxart/full_9372480JapanFrontccc.jpg,Sega Ages 2500 Series Vol. 15: Decathlete Collection,PS2,Sports,Sega,Sega,,,,,,,2004-07-29, -/games/boxart/default.jpg,Sega Bass Fishing,PSN,Sports,Unknown,SIMS,,,,,,,, -/games/boxart/full_5523468AmericaFrontccc.jpg,Sega Bass Fishing,PC,Sports,Activision,Sega-AM1,,,,,,,2001-01-01, -/games/boxart/3474952ccc.jpg,Sega Bass Fishing,DC,Sports,Sega,SIMS,8.2,,,,,,1999-09-30, -/games/boxart/full_sega-bass-fishing_187AmericaFront.jpg,Sega Bass Fishing,XBL,Sports,Sega,SIMS,,,,,,,2011-10-05, -/games/boxart/full_277684AmericaFrontccc.jpg,Sega Bass Fishing 2,DC,Sports,Sega,Wow Entertainment,7.9,,,,,,2001-08-21, -/games/boxart/4999600ccc.jpg,Sega Marine Fishing,DC,Sports,Sega,Wow Entertainment,7.9,,,,,,2000-08-20, -/games/boxart/full_sega-marine-fishing_916JapanFront.jpg,Sega Marine Fishing,PC,Sports,Empire Interactive,Wow Entertainment,,,,,,,2001-10-19, -/games/boxart/full_1793820AmericaFrontccc.jpg,Sega Soccer Slam,XBL,Sports,Sega,Black Box,,,,,,,2008-12-10, -/games/boxart/default.jpg,Sega Splash! Golf,PC,Sports,Unknown,Sega,,,,,,,, -/games/boxart/full_5874826PALFrontccc.jpg,Sega Sports 1: Super Monaco / Wimbledon / Ultimate Soccer,GEN,Sports,Sega,Sega,,,,,,,1995-01-01, -/games/boxart/1724490ccc.jpg,Sega Sports Tennis,PS2,Sports,Sega,Hitmaker,,,,,,,2002-07-30, -/games/boxart/full_6519766AmericaFrontccc.jpg,Sega Superstars Tennis,XBL,Sports,Sega,Sumo Digital,,,,,,,2010-03-23, -/games/boxart/full_sega-world-tournament-golf_1PALFront.jpg,Sega World Tournament Golf,MS,Sports,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/7095079ccc.jpg,Sega Worldwide Soccer '97,SAT,Sports,Sega,Team Aquila,,,,,,,1996-10-31, -/games/boxart/full_8114170PALFrontccc.jpg,Sega Worldwide Soccer '98,SAT,Sports,Sega,Sega,,,,,,,1998-01-01, -/games/boxart/full_3556452PALFrontccc.jpg,Sega Worldwide Soccer 2000,DC,Sports,Sega,Silicon Dreams,,,,,,,1999-12-01, -/games/boxart/full_5690002PALFrontccc.jpg,Sega Worldwide Soccer 2000 Euro Edition,DC,Sports,Sega,Silicon Dreams,,,,,,,2000-06-30, -/games/boxart/full_3182244PALFrontccc.jpg,Sensible Soccer,PS,Sports,GT Interactive,Krisalis Software,,,,,,,2002-01-01, -/games/boxart/full_4712926AmericaFrontccc.jpg,Sensible Soccer '98,PC,Sports,GT Interactive,Sensible Software,,,,,,,1998-08-25, -/games/boxart/full_sensible-soccer-2006_500PALFront.jpg,Sensible Soccer 2006,PC,Sports,Codemasters,Kuju Entertainment,,,,,,,2006-06-09, -/games/boxart/full_sensible-soccer-2006_483PALFront.jpg,Sensible Soccer 2006,XB,Sports,Codemasters,Kuju Entertainment,,,,,,,2006-06-09, -/games/boxart/full_sensible-soccer-2006_601PALFront.jpg,Sensible Soccer 2006,PS2,Sports,Codemasters,Kuju Entertainment,,,,,,,2006-06-09, -/games/boxart/full_sensible-european-champions_8PALFront.jpg,Sensible Soccer : European Champions,GG,Sports,Sony Imagesoft,Sensible Software,,,,,,,1994-01-01, -/games/boxart/full_5883091PALFrontccc.jpg,Sensible Soccer: European Champions,GEN,Sports,Renegade,Sensible Software,,,,,,,1993-01-01, -/games/boxart/full_sensible-soccer-european-champions_4PALFront.jpg,Sensible Soccer: European Champions,MS,Sports,Sega,Sensible Software,,,,,,,1988-01-01, -/games/boxart/full_8402376PALFrontccc.jpg,Sensible Soccer: European Club Edition,PC,Sports,GT Interactive,Sensible Software,,,,,,,1997-01-01, -/games/boxart/full_9306359AmericaFrontccc.jpg,Sensible World of Soccer,XBL,Sports,Codemasters Online,Kuju Sheffield,,,,,,,2007-12-21, -/games/boxart/3047519ccc.jpg,Sesame Street Sports,GB,Sports,NewKidCo,Bonsai Entertainment Corp.,,,,,,,2001-11-15, -/games/boxart/full_6898194AmericaFrontccc.jpg,SFG Soccer,XBL,Sports,Microsoft,Stir Fry Games,,,,,,,2009-10-31, -/games/boxart/full_4531687AmericaFrontccc.jpg,Shaun Palmer's Pro Snowboarder,GB,Sports,Activision,ITL,,,,,,,2001-11-01, -/games/boxart/full_shaun-white-skateboarding_305AmericaFront.jpg,Shaun White Skateboarding,XBL,Sports,Ubisoft,Ubisoft Montreal,6.1,,,,,,2011-07-26, -/games/boxart/full_1024263AmericaFrontccc.jpg,Shaun White Snowboarding,XBL,Sports,Ubisoft,Ubisoft Montreal,,,,,,,2009-09-22, -/games/boxart/full_shawn-johnson-gymnastics_692AmericaFront.jpg,Shawn Johnson Gymnastics,DSiW,Sports,Zoo Games,Artefacts Studio,,,,,,,2011-02-07, -/games/boxart/full_1214275JapanFrontccc.jpg,Shimono Masaki no Fishing to Bassing,SNES,Sports,Natsume,Natsume,,,,,,,1994-10-16, -/games/boxart/full_4898353JapanFrontccc.jpg,Shiren Monsters: Netsal,GBA,Sports,ChunSoft,ChunSoft,,,,,,,2004-04-22, -/games/boxart/full_6225674AmericaFrontccc.jpg,Shufflepuck Cantina Deluxe,OSX,Sports,Agharta Studio,Agharta Studio,,,,,,,2013-12-06,2019-04-10 -/games/boxart/full_3014163AmericaFrontccc.jpg,Shufflepuck Cantina Deluxe,Linux,Sports,Agharta Studio,Agharta Studio,,,,,,,2013-12-06,2019-04-10 -/games/boxart/default.jpg,Shunkan Jump Kentei,DSiW,Sports,G-Style,G-Style,,,,,,,2010-07-14, -/games/boxart/full_7334422JapanFrontccc.jpg,Shuukan Gallop: Blood Master,PS,Sports,Pony Canyon,Pony Canyon,,,,,,,1999-11-25, -/games/boxart/full_side-pocket-for-wonderswan_4JapanFront.jpg,Side Pocket for WonderSwan,WS,Sports,Data East,Data East,,,,,,,1999-11-25, -/games/boxart/full_9719853JapanFrontccc.jpg,Simple 1500 Series Hello Kitty Vol. 1: Hello Kitty Bowling,PS,Sports,D3 Publisher,Tamsoft,,,,,,,2001-08-30, -/games/boxart/full_3566009JapanFrontccc.jpg,Simple 1500 Series Vol. 21: The Yakyuu,PS,Sports,D3 Publisher,E's,,,,,,,2000-10-05, -/games/boxart/full_5114113JapanFrontccc.jpg,Simple 1500 Series Vol. 23: The Gateball,PS,Sports,D3 Publisher,Amedio,,,,,,,1999-12-09, -/games/boxart/full_8943153JapanFrontccc.jpg,Simple 1500 Series Vol. 29: The Tsuri,PS,Sports,D3 Publisher,Access Software,,,,,,,2000-07-13, -/games/boxart/full_3739828JapanFrontccc.jpg,Simple 1500 Series Vol. 30: The Basketball,PS,Sports,D3 Publisher,I.T. Planning,,,,,,,2000-05-02, -/games/boxart/full_7161295JapanFrontccc.jpg,Simple 1500 Series Vol. 33: The Takkyuu,PS,Sports,D3 Publisher,Amedio,,,,,,,2000-08-03, -/games/boxart/full_4271169JapanFrontccc.jpg,Simple 1500 Series Vol. 47: The Skateboard,PS,Sports,D3 Publisher,Microcabin,,,,,,,2000-11-16, -/games/boxart/full_4251147JapanFrontccc.jpg,Simple 1500 Series Vol. 54: The Volleyball - Break Volley Plus,PS,Sports,D3 Publisher,Aqua Rogue,,,,,,,2001-01-25, -/games/boxart/full_1743790JapanFrontccc.jpg,Simple 1500 Series Vol. 60: The Table Hockey,PS,Sports,D3 Publisher,Break,,,,,,,2001-04-26, -/games/boxart/full_8929896JapanFrontccc.jpg,Simple 1500 Series Vol. 62: The Ski,PS,Sports,D3 Publisher,Atelier Double,,,,,,,2001-05-31, -/games/boxart/full_6158775JapanFrontccc.jpg,Simple 1500 Series Vol. 65: The Golf,PS,Sports,D3 Publisher,Highwaystar,,,,,,,2001-07-05, -/games/boxart/full_2856946JapanFrontccc.jpg,Simple 1500 Series Vol. 67: The Soccer (Dynamite Soccer 1500),PS,Sports,D3 Publisher,A-Max,,,,,,,2001-08-09, -/games/boxart/full_8824054JapanFrontccc.jpg,Simple 1500 Series Vol. 72: The Beach Volley,PS,Sports,D3 Publisher,Break,,,,,,,2001-08-30, -/games/boxart/full_4040051JapanFrontccc.jpg,Simple 1500 Series Vol. 77: The Suiei,PS,Sports,D3 Publisher,Highwaystar,,,,,,,2001-10-25, -/games/boxart/full_2153684JapanFrontccc.jpg,Simple 1500 Series Vol. 87: The Kyoutei,PS,Sports,D3 Publisher,Highwaystar,,,,,,,2002-02-28, -/games/boxart/full_5877209JapanFrontccc.jpg,Simple 1500 Series Vol. 96: The Yakyuu 2,PS,Sports,D3 Publisher,Access,,,,,,,2002-07-25, -/games/boxart/full_791549JapanFrontccc.jpg,Simple 1500 Series Vol. 98: The Futsal,PS,Sports,D3 Publisher,Axes Art Amuse,,,,,,,2002-09-05, -/games/boxart/full_6582425JapanFrontccc.jpg,Simple 2000 Series Vol. 15: The Rugby,PS2,Sports,D3 Publisher,Siesta,,,,,,,2002-11-14, -/games/boxart/full_4124647JapanFrontccc.jpg,Simple 2000 Series Vol. 27: The Pro Yakyuu: 2003 Pennant Race,PS2,Sports,D3 Publisher,Tamsoft,,,,,,,2003-04-24, -/games/boxart/full_5894799JapanFrontccc.jpg,Simple 2000 Ultimate Series Vol. 1: Love * Smash! Super Tennis Players,PS2,Sports,D3 Publisher,HuneX,,,,,,,2002-01-17, -/games/boxart/full_7658005JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 05: Highschool Kimengumi: The Table Hockey,PS,Sports,Bandai,Break,,,,,,,2001-12-20, -/games/boxart/full_9757799JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 09: Tsuri Kichi Sanpei: The Tsuri,PS,Sports,Bandai,Ving-et-un Systems,,,,,,,2002-06-27, -/games/boxart/full_7743126JapanFrontccc.jpg,Simple Characters 2000 Series Vol. 10: Sakigake!! Otojojuku - The Dodge Ball,PS,Sports,Bandai,Access,,,,,,,2002-08-29, -/games/boxart/full_2367852JapanFrontccc.jpg,Simple DS Series Vol. 29: The Sports Daishuugou - Yakyuu-Tennis-Volleyball-Futsal-Golf,DS,Sports,D3 Publisher,Tamsoft,,,,,,,2007-12-20, -/games/boxart/full_9749592JapanFrontccc.jpg,Simple Wii Series Vol. 2: The Minna de Bass Tsuri Taikai,Wii,Sports,D3 Publisher,D3 Publisher,,,,,,,2007-10-25, -/games/boxart/full_1304863AmericaFrontccc.jpg,Simply Soccer,And,Sports,Unknown,Unknown,,,,,,,2014-06-20, -/games/boxart/full_8395196PALFrontccc.jpg,Simulador Profesional de Fútbol,PC,Sports,Dinamic Multimedia,Dinamic Multimedia,,,,,,,1992-01-01, -/games/boxart/full_4166124AmericaFrontccc.jpg,sin(Surfing),XBL,Sports,Microsoft,Raph,,,,,,,2008-11-20, -/games/boxart/full_8448082AmericaFrontccc.png,Skate or Die 2: The Search for Double Trouble,NES,Sports,Electronic Arts,Konami,,,,,,,1990-09-01, -/games/boxart/9489920ccc.jpg,Skate or Die!,VC,Sports,Konami,Konami,,,,,,,2007-12-21, -/games/boxart/8545741ccc.jpg,Skate or Die!,NES,Sports,Ultra Games,Konami,,,,,,,1988-12-01, -/games/boxart/3146205ccc.jpg,Skate or Die: Bad 'N Rad,GB,Sports,Konami,Konami,,,,,,,1990-09-01, -/games/boxart/6009108ccc.jpg,Skate or Die: Tour de Thrash,GB,Sports,EA Sports,EA Sports,,,,,,,1991-06-01, -/games/boxart/full_5344306PALFrontccc.png,Skate Park City,PSN,Sports,Midas Interactive Entertainment,Zeroscale,,,,,,,2009-04-30, -/games/boxart/full_4450971PALFrontccc.jpg,Skateboard Madness Xtreme Edition,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2007-04-20, -/games/boxart/full_9934063AmericaFrontccc.jpg,Ski and Shoot,PS2,Sports,Conspiracy Entertainment,49Games,,,,,,,2009-02-28, -/games/boxart/full_387424PALFrontccc.jpg,Ski Hunt,2600,Sports,Unknown,Homevision,,,,,,,1983-01-01, -/games/boxart/full_613432AmericaFrontccc.jpg,Ski or Die,NES,Sports,Ultra Games,Konami,,,,,,,1991-02-01, -/games/boxart/full_7356004PALFrontccc.jpg,Ski Racing 2005 Featuring Hermann Maier,PS2,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2004-12-16, -/games/boxart/full_8000058PALFrontccc.jpg,Ski Racing 2005 Featuring Hermann Maier,XB,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2004-12-03, -/games/boxart/full_2543991PALFrontccc.jpg,Ski Racing 2005 Featuring Hermann Maier,PC,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-03-11, -/games/boxart/full_6878751PALFrontccc.jpg,Ski Racing 2006 Featuring Hermann Maier,PC,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-12-02, -/games/boxart/full_3693844PALFrontccc.jpg,Ski Racing 2006 Featuring Hermann Maier,PS2,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-12-09, -/games/boxart/full_3614405PALFrontccc.jpg,Ski Racing 2006 Featuring Hermann Maier,XB,Sports,JoWood Productions,ColdWood Interactive,,,,,,,2005-11-25, -/games/boxart/default.jpg,Ski-Doo X-Team Racing,PC,Sports,Unknown,Daydream Software,,,,,,,, -/games/boxart/9341103ccc.jpg,Skiing,2600,Sports,Activision,Activision,,,,,,,1980-01-01, -/games/boxart/default.jpg,Skiing Resort Simulator 2012,PC,Sports,Unknown,UIG Entertainment,,,,,,,, -/games/boxart/full_4638897AmericaFrontccc.jpg,Skitchin',GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/1223388ccc.jpg,Slalom,NES,Sports,Nintendo,Rare Ltd.,,,,,,,1987-08-01, -/games/boxart/497237ccc.jpg,Slam 'n Jam '95,3DO,Sports,3DO,Crystal Dynamics,,,,,,,1995-01-01, -/games/boxart/7961719ccc.jpg,Slam 'n Jam '96 featuring Magic & Kareem,SAT,Sports,Crystal Dynamics,Left Field Productions,,,,,,,1996-08-09, -/games/boxart/172245ccc.jpg,Slam City,SCD,Sports,Digital Pictures,Digital Pictures,,,,,,,1994-11-01, -/games/boxart/full_slam-dunk-2-ih-yosen-kanzenban_3JapanFront.jpg,Slam Dunk 2: IH Yosen Kanzenban!!,SNES,Sports,Bandai,Bandai,,,,,,,1995-02-24, -/games/boxart/full_from-tv-animation-slam-dunk-2-zenkoku-e-no-tip-off_7JapanFront.jpg,Slam Dunk 2: Zenkoku e no Tip Off,GB,Sports,Bandai,Bandai,,,,,,,1995-03-17, -/games/boxart/full_from-tv-animation-slam-dunk-gakeppuchi-no-kesshou-league_5JapanFront.jpg,Slam Dunk: Gakeppuchi no Kesshou League,GB,Sports,Bandai,Bandai,,,,,,,1994-08-11, -/games/boxart/full_slam-dunk-i-love-basketball_8JapanFront.jpg,Slam Dunk: I Love Basketball,SAT,Sports,Bandai,Bandai,,,,,,,1995-08-11, -/games/boxart/full_slam-dunk-kyougou-makkou-taiketsu_1JapanFront.jpg,Slam Dunk: Kyougou Makkou Taiketsu!,GEN,Sports,Bandai,Bandai,,,,,,,1995-04-28, -/games/boxart/full_50041JapanFrontccc.jpg,Slam Dunk: Shouri heno Starting 5,GG,Sports,Bandai,SIMS,,,,,,,1994-12-16, -/games/boxart/full_slam-tennis_9PALFront.jpg,Slam Tennis,PS2,Sports,Infogrames,Infogrames,,,,,,,2002-08-02, -/games/boxart/full_4046414PALFrontccc.png,Slam Tennis,XB,Sports,Infogrames,Infogrames,,,,,,,2002-08-23, -/games/boxart/full_slap-shot_3AmericaFront.jpg,Slap Shot,MS,Sports,Sega,Sanritsu,,,,,,,1990-01-01, -/games/boxart/full_3421288AmericaFrontccc.jpg,"Slime Volleyball, 2.5D",XBL,Sports,Microsoft,Vector3 Studios,,,,,,,2009-01-31, -/games/boxart/default.jpg,Smart Family's Sport Challenge,DSiW,Sports,Unknown,UFO Interactive,,,,,,,, -/games/boxart/default.jpg,Smash Bowling 3D,3DS,Sports,Big John Games,Big John Games,,,,,,,2013-08-08,2019-01-21 -/games/boxart/full_4136789JapanFrontccc.jpg,Smash Court 3,PS,Sports,Namco,Namco,,,,,,,2000-11-09, -/games/boxart/full_9662926JapanFrontccc.jpg,Smash Table Tennis,VC,Sports,Nintendo,Konami,,,,,,,2009-07-17, -/games/boxart/full_7030710PALFrontccc.jpg,Smash Tennis,SNES,Sports,Virgin Interactive,Namco,,,,,,,1993-01-01, -/games/boxart/full_9018149AmericaFrontccc.jpg,SnoCross 2: Featuring Blair Morgan,PS2,Sports,Crave Entertainment,Sensory Sweep,,,,,,,2007-02-07, -/games/boxart/5661725ccc.jpg,Snoopy Tennis,GB,Sports,Infogrames,Mermaid Studios,,,,,,,2001-04-06, -/games/boxart/1119568ccc.jpg,Snoopy's Silly Sports Spectacular!,NES,Sports,Kemco,Kemco,,,,,,,1990-04-01, -/games/boxart/full_4656554PALFrontccc.jpg,Snow Rider,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2006-10-06, -/games/boxart/full_6499282AmericaFrontccc.jpg,Snow Wave: Avalanche,PC,Sports,eGames,Midas Interactive Entertainment,,,,,,,2002-01-01, -/games/boxart/full_snowboard-champion_718JapanFront.jpg,Snowboard Champion,GB,Sports,Bottom Up,Dream Japan,,,,,,,2000-03-31, -/games/boxart/full_167482PALFrontccc.jpg,Snowboard Racer 2,PS2,Sports,Midas Interactive Entertainment,D3 Publisher,,,,,,,2003-11-07, -/games/boxart/full_4086103AmericaFrontccc.jpg,Snowboard Riot,WW,Sports,Hudson Entertainment,Hudson Soft,,,,,,,2009-02-02, -/games/boxart/9053402ccc.gif,Soccer,VC,Sports,Nintendo,"Iwasaki Electronics Co., Ltd.",,,,,,,2006-11-19, -/games/boxart/2084449ccc.jpg,Soccer,GB,Sports,Tonkin House,Tonkin House,,,,,,,1991-06-07, -/games/boxart/full_4302818AmericaFrontccc.jpg,Soccer,5200,Sports,Unknown,Atari,,,,,,,, -/games/boxart/full_soccer-bashi_6AmericaFront.jpg,Soccer Bashi,PC,Sports,Icon Games,Icon Games,,,,,,,, -/games/boxart/full_soccer-bashi_743PALFront.png,Soccer Bashi,PSN,Sports,Icon Games,Icon Games,,,,,,,2011-02-15, -/games/boxart/full_soccer-manager_321PALFront.jpg,Soccer Manager,GB,Sports,Acclaim Entertainment,Broadsword Interactive,,,,,,,2000-07-07, -/games/boxart/3206412ccc.jpg,Soccer Mania,GB,Sports,Sony Imagesoft,Kitty Group,,,,,,,1992-03-01,2018-09-16 -/games/boxart/full_4095788JapanFrontccc.jpg,Soccer Tsuku Tokudai Gou 2: J-League Pro Soccer Club o Tsukurou,DC,Sports,Sega,Smilebit,,,,,,,2001-12-13, -/games/boxart/default.jpg,Soccer Up!,WW,Sports,Unknown,EnjoyUp Games,,,,,,,, -/games/boxart/full_4550020JapanFrontccc.jpg,Soccer Yarou! Challenge the World,WS,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1999-08-12, -/games/boxart/full_sonic-spike_7AmericaFront.jpg,Sonic Spike,PCE,Sports,IGS,IGS,,,,,,,1990-01-01, -/games/boxart/full_2926500AmericaFrontccc.jpg,Space Football - One on One,SNES,Sports,Triffix,Argonaut Games,,,,,,,1992-01-01, -/games/boxart/full_4269668AmericaFrontccc.jpg,Space Jam,SAT,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1996-01-01, -/games/boxart/default.jpg,Space Jam,PC,Sports,Acclaim Entertainment,Sculptured Software,,,,,,,1997-01-07, -/games/boxart/full_7031533JapanFrontccc.jpg,Space Squash,VB,Sports,Coconuts Japan,Tomcat System,,,,,,,1995-09-29, -/games/boxart/full_speedball_8PALFront.jpg,Speedball,MS,Sports,Imageworks,Bitmap Brothers,,,,,,,1990-01-01, -/games/boxart/9586924ccc.jpg,Speedball 2,GB,Sports,Mindscape,Spidersoft,,,,,,,1992-10-01, -/games/boxart/full_speedball-2_0PALFront.jpg,Speedball 2,MS,Sports,Virgin Interactive,Bitmap Brothers,,,,,,,1992-01-01, -/games/boxart/default.jpg,Speedball 2 Evolution,PSN,Sports,Unknown,Tower Studios Ltd,,,,,,,, -/games/boxart/full_2529830PALFrontccc.jpg,Speedball 2 Tournament,PC,Sports,Frogster Interactive,Kylotonn,,,,,,,2008-11-27, -/games/boxart/full_1994862PALFrontccc.jpg,Speedball 2: Brutal Deluxe,GBA,Sports,Wanadoo,Crawfish Interactive,,,,,,,2002-09-13, -/games/boxart/398271ccc.jpg,Speedball 2: Brutal Deluxe,GEN,Sports,Arena Entertainment,The Bitmap Brothers,,,,,,,1986-01-01, -/games/boxart/full_6454738AmericaFrontccc.jpg,Speedball 2: Brutal Deluxe,XBL,Sports,Empire Interactive,Razorworks Studios,,,,,,,2007-10-17, -/games/boxart/3625704ccc.jpg,Sports Action Pack,2600,Sports,Activision,Activision,,,,,,,1988-01-01, -/games/boxart/full_sports-collection_5JapanFront.jpg,Sports Collection,GB,Sports,Tonkin House,Tonkin House,,,,,,,1996-09-27, -/games/boxart/default.jpg,Sports Fest,Wii,Sports,Unknown,Hudson Soft,,,,,,,, -/games/boxart/1023280ccc.jpg,Sports Illustrated for Kids: The Ultimate Triple Dare,GB,Sports,Malibu Games,Halestorm,,,,,,,1994-04-01, -/games/boxart/default.jpg,Sports Illustrated Golf,GG,Sports,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/2564766ccc.jpg,Sports Illustrated Golf Classic,GB,Sports,Malibu Games,Unexpected Development,,,,,,,1994-10-01, -/games/boxart/8966045ccc.jpg,Sports Illustrated: Championship Football & Baseball,GB,Sports,Malibu Games,Halestorm,,,,,,,1993-10-01, -/games/boxart/full_sports-illustrated-championship-football-amp-baseball_929AmericaFront.jpg,Sports Illustrated: Championship Football & Baseball,GG,Sports,Black Pearl,Unexpected Development,,,,,,,1993-01-01, -/games/boxart/full_sports-illustrated-championship-football-ampamp-baseball_264AmericaFront.jpg,Sports Illustrated: Championship Football & Baseball,SNES,Sports,Malibu Games,Malibu Games,,,,,,,1994-02-01, -/games/boxart/2395781ccc.jpg,Sports Jam,DC,Sports,Agetec,Wow Entertainment,7.5,,,,,,2001-07-18, -/games/boxart/5706789ccc.jpg,Sports Pad Football,MS,Sports,Sega,Sega,,,,,,,1987-01-01, -/games/boxart/full_sports-pad-soccer_2JapanFront.jpg,Sports Pad Soccer,MS,Sports,Sega,Sega,,,,,,,1988-10-29, -/games/boxart/full_6287495AmericaFrontccc.jpg,Sports Talk Baseball,GEN,Sports,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_6386284AmericaFrontccc.jpg,Sportsmans Pack 2-in-1,GBA,Sports,Activision,ImageBuilder Software / Torus Games,,,,,,,2005-08-15, -/games/boxart/default.jpg,Squash,PC,Sports,Unknown,Team6 Game Studios,,,,,,,, -/games/boxart/full_3395128AmericaFrontccc.jpg,SSX 3,GIZ,Sports,EA Sports BIG,Gizmondo Studios,,,,,,,2005-10-22, -/games/boxart/full_ssx-on-tour_691PALFront.jpg,SSX On Tour,PSN,Sports,Electronic Arts,EA Canada,8.1,,,,,,2011-06-08, -/games/boxart/full_ssx-out-of-bounds_393AmericaFront.jpg,SSX Out of Bounds,NGage,Sports,Nokia,Exient Entertainment,6.9,,,,,,2005-01-24, -/games/boxart/full_3918105JapanFrontccc.jpg,St Andrews: Eikou to Rekishi no Old Course,SNES,Sports,Epoch,Epoch,,,,,,,1995-09-15, -/games/boxart/full_2001681AmericaFrontccc.jpeg,Steep,PC,Sports,Ubisoft,Ubisoft Annecy,,,,,,,2016-12-02, -/games/boxart/7745663ccc.jpg,Steep Slope Sliders,SAT,Sports,Sega,Cave,,,,,,,1997-11-30, -/games/boxart/full_9570797AmericaFrontccc.jpg,Steeplechase,2600,Sports,Sears,Sears,,,,,,,1981-01-01, -/games/boxart/default.jpg,Step Up,WW,Sports,GolemLabs,GolemLabs,,,,,,,2011-11-10, -/games/boxart/default.jpg,Steve Davis Snooker,PC,Sports,Unknown,CDS Software Ltd,,,,,,,, -/games/boxart/full_8066308PALFrontccc.jpg,Steven Gerrard's Total Soccer 2002,GBA,Sports,Ubisoft,Exient Entertainment,,,,,,,2001-10-19, -/games/boxart/full_street-cricket-champions_554PALFront.jpg,Street Cricket Champions,PSP,Sports,Sony Computer Entertainment,Sony Computer Entertainment India,,,,,,,2010-10-01, -/games/boxart/full_street-cricket-champions_392PALFront.jpg,Street Cricket Champions,PS2,Sports,Sony Computer Entertainment,Sony Computer Entertainment India,,,,,,,2010-10-01, -/games/boxart/full_street-hoop_2AmericaFront.jpg,Street Hoop,NG,Sports,SNK,Data East,,,,,,,1995-01-20, -/games/boxart/full_street-racquetball_2AmericaFront.jpg,Street Racquetball,PS,Sports,Agetec,Highwaystar,,,,,,,2003-01-07, -/games/boxart/full_8377682PALFrontccc.png,Street Sk8er,PSN,Sports,Electronic Arts,Micro Cabin,,,,,,,2008-05-06, -/games/boxart/full_5628145PALFrontccc.png,Street Sk8er 2,PSN,Sports,Electronic Arts,Micro Cabin,,,,,,,2009-03-12, -/games/boxart/full_dunk-dream_8JapanFront.jpg,Street Slam,VC,Sports,D4 Enterprise,Data East,,,,,,,2010-11-01, -/games/boxart/3937683ccc.jpg,Striker,GG,Sports,Sega,Rage Software,,,,,,,1994-01-01, -/games/boxart/full_6843247AmericaFrontccc.jpg,Striker '96,PC,Sports,Acclaim Entertainment,Rage Software,,,,,,,1996-08-31, -/games/boxart/full_582649AmericaFrontccc.jpg,Striker '96,SAT,Sports,Acclaim Entertainment,Rage Software,,,,,,,1996-01-01, -/games/boxart/1497217ccc.jpg,Striker Pro 2000,DC,Sports,Atari,Rage Software,6.8,,,,,,2000-05-31, -/games/boxart/full_striker-world-cup-special_1PALFront.jpg,Striker: World Cup Special,3DO,Sports,Panasonic Interactive Media,Rage Software,,,,,,,1995-01-01, -/games/boxart/full_5926962AmericaFrontccc.jpg,Stunt Racer 64,N64,Sports,Midway Games,Boss Game Studios,7,,,,,,2000-10-01, -/games/boxart/full_summer-athletics-2009_770PALFront.jpg,Summer Athletics 2009,PC,Sports,DTP Entertainment,49Games,,,,,,,2009-07-10, -/games/boxart/1967235ccc.jpg,Summer Games,7800,Sports,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/6149356ccc.jpg,Summer Games,2600,Sports,Epyx,Epyx,,,,,,,1987-01-01, -/games/boxart/7445434ccc.jpg,Summer Games,MS,Sports,Sega,Epyx,,,,,,,1988-01-01, -/games/boxart/4036048ccc.jpg,Summer Games II,VC,Sports,Commodore,Epyx,,,,,,,2009-03-16, -/games/boxart/full_389762AmericaFrontccc.jpg,Super Baseball 2020,GEN,Sports,Electronic Arts,Pallas,,,,,,,1994-03-03, -/games/boxart/8155345ccc.jpg,Super Baseball 2020,NG,Sports,SNK,Pallas,,,,,,,1991-10-25, -/games/boxart/full_9175984AmericaFrontccc.jpg,Super Bases Loaded,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1991-01-01, -/games/boxart/full_1333055AmericaFrontccc.jpg,Super Bases Loaded 2,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1994-01-01, -/games/boxart/full_9398357AmericaFrontccc.jpg,Super Bases Loaded 3: License to Steal,SNES,Sports,Jaleco,Jaleco Entertainment,,,,,,,1995-02-01, -/games/boxart/full_8791380JapanFrontccc.jpg,Super Black Bass,GB,Sports,Hot-B,Starfish,,,,,,,1998-11-01, -/games/boxart/5159036ccc.jpg,Super Black Bass,SNES,Sports,Hot-B,Starfish,,,,,,,1993-04-01, -/games/boxart/full_super-black-bass-pocket-2_41JapanFront.jpg,Super Black Bass Pocket 2,GB,Sports,Starfish,"Hot-B Co., Ltd.",,,,,,,1997-06-20, -/games/boxart/full_super-black-bass-real-fight_582JapanFront.jpg,Super Black Bass: Real Fight,GB,Sports,Starfish,Hot-B,,,,,,,1999-12-10, -/games/boxart/7099183ccc.gif,Super Bowling,SNES,Sports,Technos Japan Corporation,Athena,,,,,,,1992-09-01, -/games/boxart/5338776ccc.jpg,Super Challenge Baseball,2600,Sports,Mattel Interactive,Mattel,,,,,,,1982-01-01, -/games/boxart/1792789ccc.jpg,Super Challenge Football,2600,Sports,Mattel Interactive,Mattel,,,,,,,1982-01-01, -/games/boxart/full_7534785AmericaFrontccc.jpg,Super Dodge Ball,VC,Sports,Aksys Games,Technos Japan Corporation,,,,,,,2008-09-22, -/games/boxart/full_390936JapanFrontccc.jpg,Super Euro Soccer 2000,DC,Sports,Imagineer,Rage Software,,,,,,,2000-04-06, -/games/boxart/default.jpg,Super Family Gerende,SNES,Sports,Namco,Namco,,,,,,,1998-02-01, -/games/boxart/full_5070394JapanFrontccc.jpg,Super Famista 2,SNES,Sports,Namco,Namco,,,,,,,1993-03-12, -/games/boxart/full_super-formation-soccer-94-world-cup-final-data_6JapanFront.jpg,Super Formation Soccer 94: World Cup Final Data,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1994-09-22, -/games/boxart/full_super-formation-soccer-95-della-serie-a_4JapanFront.jpg,Super Formation Soccer 95: della Serie A,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1995-03-31, -/games/boxart/full_super-formation-soccer-96-world-club-edition_4JapanFront.jpg,Super Formation Soccer 96: World Club Edition,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1996-03-29, -/games/boxart/full_super-formation-soccer-ii_8JapanFront.jpg,Super Formation Soccer II,SNES,Sports,Human Entertainment,Human Entertainment,,,,,,,1993-06-11, -/games/boxart/5434516ccc.jpg,Super Golf,GG,Sports,Sage's Creation,Sage's Creation,,,,,,,1991-01-01, -/games/boxart/full_8096144AmericaFrontccc.jpg,Super High Impact,SNES,Sports,Acclaim Entertainment,Beam Software,,,,,,,1993-01-01, -/games/boxart/full_5861705PALFrontccc.jpg,Super International Cricket,SNES,Sports,Nintendo,Beam Software,,,,,,,1994-01-01, -/games/boxart/full_6969932PALFrontccc.jpg,Super Kick Off,MS,Sports,U.S. Gold,Anco Software,,,,,,,1991-01-01, -/games/boxart/full_979794PALFrontccc.jpg,Super Kick Off,GEN,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1992-01-01, -/games/boxart/full_9590805AmericaFrontccc.jpg,Super Kick Off,GB,Sports,Imagineer,Enigma Variations,,,,,,,1991-01-01, -/games/boxart/full_5466475PALFrontccc.jpg,Super Kick Off,GG,Sports,Sega,Tiertex Design Studios,,,,,,,1991-01-01, -/games/boxart/full_2304383JapanFrontccc.jpg,Super Kyousouba: Kaze no Silpheed,SNES,Sports,King Records,King Records,,,,,,,1993-10-08, -/games/boxart/full_7926320JapanFrontccc.jpg,Super Live Stadium,PS,Sports,Aques,Aques,,,,,,,1998-01-01, -/games/boxart/full_9075236PALFrontccc.jpg,Super Match Soccer,PS,Sports,Acclaim Entertainment,Acclaim,,,,,,,1998-08-01, -/games/boxart/full_super-naxat-open-golf-de-shoubu-da-dorabocchan_8JapanFront.jpg,Super Naxat Open: Golf de Shoubu da! Dorabocchan,SNES,Sports,Naxat Soft,Naxat Soft,,,,,,,1994-03-18, -/games/boxart/full_6915947JapanFrontccc.jpg,Super Oozumou Netsusen Dai-Ichiban,SNES,Sports,Namco,Namco,,,,,,,1992-12-18, -/games/boxart/full_6577005AmericaFrontccc.png,Super Play Action Football,SNES,Sports,Nintendo,Nintendo R&D1,,,,,,,1992-08-01, -/games/boxart/full_5111986AmericaFrontccc.png,Super Pocket Tennis,PSN,Sports,D3 Publisher,HuneX,,,,,,,2009-12-02, -/games/boxart/full_6264625JapanFrontccc.jpg,Super Power League 3,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1995-08-10, -/games/boxart/full_747384JapanFrontccc.jpg,Super Power League 4,SNES,Sports,Hudson Soft,Hudson Soft,,,,,,,1996-08-09, -/games/boxart/full_5039110JapanFrontccc.jpg,Super Power League FX,PCFX,Sports,Hudson Soft,Hudson Soft,,,,,,,1997-04-26, -/games/boxart/full_5162748AmericaFrontccc.jpg,Super Punch-Out!!,VC,Sports,Nintendo,Nintendo IRD,,,,,,,2009-03-30, -/games/boxart/full_362077AmericaFrontccc.jpg,Super Punch-Out!!,SNES,Sports,Nintendo,Nintendo IRD,,,,,,,1994-10-01, -/games/boxart/default.jpg,Super Punch-Out!!,3DS,Sports,Nintendo,Nintendo IRD,,,,,,,2016-05-05, -/games/boxart/full_super-real-fishing_755JapanFront.jpg,Super Real Fishing,GB,Sports,Bottom Up,Bottom Up,,,,,,,1999-10-08, -/games/boxart/full_super-rugby_377JapanFront.jpg,Super Rugby,SNES,Sports,Tonkin House,Tonkin House,,,,,,,1994-10-21, -/games/boxart/2867283ccc.jpg,Super Sidekicks,NG,Sports,SNK,SNK Corporation,,,,,,,1993-02-19, -/games/boxart/full_super-sidekicks_225AmericaFront.jpg,Super Sidekicks,PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2010-12-21, -/games/boxart/full_super-sidekicks-psp_544AmericaFront.jpg,Super Sidekicks (PSP),PSN,Sports,SNK Playmore,SNK Corporation,,,,,,,2011-01-18, -/games/boxart/full_2383301AmericaFrontccc.jpg,Super Sidekicks 2: The World Championship,NG,Sports,SNK,SNK Corporation,,,,,,,1994-01-01, -/games/boxart/full_super-sidekicks-2-the-world-championship-cd_717JapanFront.jpg,Super Sidekicks 2: The World Championship (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1994-01-01, -/games/boxart/full_7502355JapanFrontccc.jpg,Super Sidekicks 3: The Next Glory,NG,Sports,SNK,SNK Corporation,,,,,,,1995-04-07, -/games/boxart/full_super-sidekicks-3-the-next-glory-cd_282AmericaFront.jpg,Super Sidekicks 3: The Next Glory (CD),NG,Sports,SNK,SNK Corporation,,,,,,,1995-06-23, -/games/boxart/full_1405933AmericaFrontccc.jpg,Super Slam Dunk,SNES,Sports,Virgin Interactive,Park Place Productions,,,,,,,1993-07-01, -/games/boxart/full_super-slap-shot_1AmericaFront.jpg,Super Slap Shot,SNES,Sports,Virgin Interactive,Ringler Studios,,,,,,,1993-08-01, -/games/boxart/8253373ccc.jpg,Super Soccer,SNES,Sports,Nintendo,Nintendo,,,,,,,1986-01-01, -/games/boxart/full_6603673AmericaFrontccc.jpg,Super Spike V'Ball,NES,Sports,Nintendo,Technos Japan Corporation,,,,,,,1990-02-01, -/games/boxart/full_546871AmericaFrontccc.jpg,Super Spike V'Ball / Nintendo World Cup,NES,Sports,Nintendo,Technos Japan Corporation,,,,,,,1990-02-01, -/games/boxart/3993723ccc.jpg,Super Team Games,NES,Sports,Nintendo,Human Entertainment,,,,,,,1988-11-01, -/games/boxart/9904498ccc.jpg,Super Tennis,SNES,Sports,Nintendo,Tonkin House,,,,,,,1991-11-01, -/games/boxart/2698387ccc.jpg,Super Tennis,MS,Sports,Sega,Sega,,,,,,,1986-01-01, -/games/boxart/full_super-ultra-baseball-2_983JapanFront.jpg,Super Ultra Baseball 2,SNES,Sports,Culture Brain,Culture Brain,,,,,,,1994-07-28, -/games/boxart/full_super-volleyball_8AmericaFront.jpg,Super Volleyball,PCE,Sports,NEC,Micronics,,,,,,,1990-01-01, -/games/boxart/full_1056201AmericaFrontccc.jpg,Super Volleyball,GEN,Sports,Video System,Micronics,,,,,,,1991-01-01, -/games/boxart/full_4857823AmericaFrontccc.jpg,Supersonic Acrobatic Rocket-Powered Battle-Cars,PSN,Sports,Psyonix,Psyonix Studios,,,,,,,2008-10-09, -/games/boxart/full_surf-riders_949JapanFront.jpg,Surf Riders,PSN,Sports,GungHo,ACOT,,,,,,,2011-04-13, -/games/boxart/full_314769AmericaFrontccc.jpg,Surf's Up,GBA,Sports,Ubisoft,Ubisoft Quebec,,,,,,,2007-05-30, -/games/boxart/full_4604159AmericaFrontccc.jpg,Surf's Up,PC,Sports,Ubisoft,Ubisoft Montreal,,,,,,,2007-06-01, -/games/boxart/full_3185785AmericaFrontccc.jpg,Sydney 2000,PC,Sports,Eidos Interactive,Attention To Detail,,,,,,,2000-08-31, -/games/boxart/2190152ccc.jpg,Sydney 2000,DC,Sports,Eidos Interactive,Attention To Detail,5.2,,,,,,2000-08-31, -/games/boxart/full_tampc-surf-designs-thrillas-surfari_6AmericaFront.jpg,T&C Surf Designs: Thrilla's Surfari,NES,Sports,LJN,Sculptured Software,,,,,,,1992-03-01, -/games/boxart/full_4592520AmericaFrontccc.jpg,TabeBALL,XBL,Sports,Microsoft,idle han,,,,,,,2009-07-23, -/games/boxart/full_9174752PALFrontccc.jpg,Table Football,Wii,Sports,505 Games,505 Games,,,,,,,2008-08-15, -/games/boxart/default.jpg,Table Soccer X,XBL,Sports,Unknown,Arcade Concept,,,,,,,, -/games/boxart/full_7962515JapanFrontccc.jpg,Takahashi Naoko no Marathon Shiyouyo!,PS2,Sports,Taito,Taito Corporation,,,,,,,2003-11-13, -/games/boxart/full_takin-it-to-the-hoop_3AmericaFront.jpg,Takin' It to the Hoop,PCE,Sports,NEC,Aicom,,,,,,,1990-01-01, -/games/boxart/full_4021888AmericaFrontccc.jpg,Tap Sports Baseball,And,Sports,Glu Mobile Inc.,Glu Mobile Inc.,,,,,,,2014-08-14, -/games/boxart/full_2169340AmericaFrontccc.jpg,Target Toss Pro: Bags,WW,Sports,Incredible Technologies,n-Space,,,,,,,2008-11-17, -/games/boxart/full_target-toss-pro-lawn-darts_4AmericaFront.jpg,Target Toss Pro: Lawn Darts,WW,Sports,Incredible Technologies,"Incredible Technologies, Inc.",,,,,,,2010-09-27, -/games/boxart/9690848ccc.jpg,Team USA Basketball,GEN,Sports,Electronic Arts,Electronic Arts,,,,,,,1992-01-01, -/games/boxart/659594ccc.jpg,Tech Deck Skateboarding,GB,Sports,Activision,Handheld Games,,,,,,,2001-03-25, -/games/boxart/full_tecmo-bad-news-baseball_10AmericaFront.jpg,Tecmo Bad News Baseball,NES,Sports,Tecmo,Tecmo,,,,,,,1990-06-01, -/games/boxart/5349675ccc.jpg,Tecmo Baseball,NES,Sports,Tecmo,Tecmo,,,,,,,1989-01-01, -/games/boxart/default.jpg,Tecmo Bowl,XBL,Sports,Unknown,Tecmo,,,,,,,, -/games/boxart/full_5729432AmericaFrontccc.jpg,Tecmo Bowl,VC,Sports,Tecmo,Tecmo,,,,,,,2007-03-12, -/games/boxart/full_6710260AmericaFrontccc.jpg,Tecmo Bowl,GB,Sports,Tecmo,Tecmo,,,,,,,1991-09-01, -/games/boxart/default.jpg,Tecmo Bowl (Arcade),VC,Sports,Tecmo,Tecmo,6.5,,,,,,2009-08-03, -/games/boxart/default.jpg,Tecmo Bowl 2,GB,Sports,Tecmo,Tecmo,,,,,,,1994-12-24, -/games/boxart/full_9273915AmericaFrontccc.jpg,Tecmo Bowl Throwback,XBL,Sports,Tecmo Koei,Southend Interactive,,,,,,,2010-04-28, -/games/boxart/full_tecmo-bowl-throwback_5AmericaFront.jpg,Tecmo Bowl Throwback,PSN,Sports,Tecmo Koei,Southend Interactive,,,,,,,2010-06-01, -/games/boxart/full_tecmo-cup-football-game_10PALFront.jpg,Tecmo Cup Football Game,GEN,Sports,Tecmo,Tecmo,,,,,,,1992-01-01, -/games/boxart/full_5751207AmericaFrontccc.jpg,Tecmo Cup Soccer Game,NES,Sports,Tecmo,Tecmo,,,,,,,1992-09-24, -/games/boxart/9850509ccc.jpg,Tecmo NBA Basketball,NES,Sports,Tecmo,Tecmo,,,,,,,1992-11-01, -/games/boxart/full_tecmo-super-baseball_2AmericaFront.jpg,Tecmo Super Baseball,GEN,Sports,Tecmo,Sculptured Software,,,,,,,1994-01-01, -/games/boxart/full_5930451AmericaFrontccc.jpg,Tecmo Super Baseball,SNES,Sports,Tecmo,Sculptured Software,,,,,,,1994-09-01, -/games/boxart/full_3408716AmericaFrontccc.jpg,Tecmo Super Bowl,GEN,Sports,Tecmo,Tecmo,,,,,,,1993-01-01, -/games/boxart/full_8614705AmericaFrontccc.jpg,Tecmo Super Bowl,SNES,Sports,Tecmo,Tecmo,,,,,,,1993-11-23, -/games/boxart/full_tecmo-super-bowl-ii-special-edition_1AmericaFront.jpg,Tecmo Super Bowl II: Special Edition,SNES,Sports,Tecmo,Tecmo,,,,,,,1995-01-01, -/games/boxart/full_tecmo-super-bowl-ii-special-edition_4AmericaFront.jpg,Tecmo Super Bowl II: Special Edition,GEN,Sports,Tecmo,Tecmo,,,,,,,1994-01-01, -/games/boxart/full_3821481AmericaFrontccc.jpg,Tecmo Super Bowl III: Final Edition,GEN,Sports,Tecmo,Tecmo,,,,,,,1995-08-04, -/games/boxart/full_3396272AmericaFrontccc.jpg,Tecmo Super Bowl III: Final Edition,SNES,Sports,Tecmo,Tecmo,8,,,,,,1995-10-01, -/games/boxart/full_tecmo-super-nba-basketball_3AmericaFront.jpg,Tecmo Super NBA Basketball,SNES,Sports,Tecmo,Sculptured Software,,,,,,,1993-03-01, -/games/boxart/full_8829414AmericaFrontccc.jpg,Tecmo Super NBA Basketball,GEN,Sports,Tecmo,Sculptured Software,,,,,,,1993-01-01, -/games/boxart/full_tecmo-world-cup_8AmericaFront.jpg,Tecmo World Cup,GEN,Sports,Tecmo,SIMS,,,,,,,1990-01-01, -/games/boxart/default.jpg,Tecmo World Cup '92,MS,Sports,Unknown,SIMS,,,,,,,, -/games/boxart/full_tecmo-world-cup-93_0PALFront.jpg,Tecmo World Cup '93,MS,Sports,Tecmo,Tecmo,,,,,,,1993-01-01, -/games/boxart/full_3261797PALFrontccc.jpg,Tecmo World Cup Soccer,NES,Sports,Tecmo,Tecmo,,,,,,,1991-01-01, -/games/boxart/1554451ccc.jpg,Tee Off,DC,Sports,Acclaim Entertainment,Bottoms Up,7.2,,,,,,1999-12-31, -/games/boxart/full_9797182JapanFrontccc.jpg,Tekichuu Rush,GB,Sports,Nippon Clary Business,Nippon Clary Business,,,,,,,1993-07-30, -/games/boxart/9219394ccc.jpg,Ten Pin Alley,PS,Sports,ASC Games,Adrenalin Entertainment,,,,,,,1996-11-30, -/games/boxart/full_8198359AmericaFrontccc.png,Ten Pin Alley,PSN,Sports,Sony Computer Entertainment,Adrenalin Entertainment,,,,,,,2009-08-13, -/games/boxart/522055ccc.jpg,Ten Pin Alley,SAT,Sports,ASC Games,Adrenalin Entertainment,,,,,,,1997-01-01, -/games/boxart/full_195159PALFrontccc.jpg,Ten Pin Alley,PC,Sports,ASC Games,Adrenalin Entertainment,,,,,,,1998-01-01, -/games/boxart/full_tennis_705JapanFront.jpg,Tennis,3DS,Sports,Nintendo,Intelligent Systems,,,,,,,2011-06-23, -/games/boxart/full_5835780AmericaFrontccc.jpg,Tennis,PS,Sports,Agetec,Nekogumi,,,,,,,2001-08-28, -/games/boxart/929093ccc.jpg,Tennis,2600,Sports,Activision,Activision,,,,,,,1981-01-01, -/games/boxart/186841ccc.jpg,Tennis,VC,Sports,Nintendo,Nintendo,,,,,,,2006-12-18, -/games/boxart/6923647ccc.jpg,Tennis 2K2,DC,Sports,Sega,Hitmaker,8.7,,,,,,2001-10-24, -/games/boxart/full_tennis-ace_1PALFront.jpg,Tennis Ace,MS,Sports,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/full_3377759PALFrontccc.jpg,Tennis Court Smash,PS2,Sports,Agetec,HuneX,,,,,,,2003-01-01, -/games/boxart/full_tennis-masters-series_981AmericaFront.jpg,Tennis Masters Series,PC,Sports,Microids,Microids,,,,,,,2001-11-18, -/games/boxart/full_tennis-masters-series-2003_184AmericaFront.jpg,Tennis Masters Series 2003,PC,Sports,Microids,Microids,,,,,,,2003-05-30, -/games/boxart/full_tennis-masters-series-2003_727PALFront.jpg,Tennis Masters Series 2003,PS2,Sports,Unknown,Microids,,,,,,,, -/games/boxart/full_7257047PALFrontccc.jpg,Tennis Masters Series 2003,GBA,Sports,Microids,Kaolink,,,,,,,2002-09-25, -/games/boxart/full_tennis-no-oji-sama_547JapanFront.jpg,Tennis no Oji-Sama,PS,Sports,Konami,Konami,,,,,,,2002-02-28, -/games/boxart/default.jpg,Tennis no Oji-Sama 2003: Cool Blue / Passion Red,GBA,Sports,Konami,Konami,,,,,,,2003-02-20, -/games/boxart/default.jpg,Tennis no Oji-Sama 2004: Glorious Gold / Stylish Silver,GBA,Sports,Konami,Konami,,,,,,,2004-03-18, -/games/boxart/full_5518287JapanFrontccc.jpg,Tennis no Oji-Sama: Driving Smash! Side Genius,DS,Sports,Konami,Konami,,,,,,,2007-12-20, -/games/boxart/full_tennis-no-oji-sama-rush-ampamp-dream_994JapanFront.jpg,Tennis no Oji-Sama: Rush & Dream!,PS2,Sports,Konami,Tenky,,,,,,,2004-12-09, -/games/boxart/full_tennis-no-oji-sama-saikyou-team-o-kessei-seyo_331JapanFront.jpg,Tennis no Oji-Sama: Saikyou Team o Kessei Seyo!,PS2,Sports,Konami,Konami,,,,,,,2004-09-16, -/games/boxart/full_tennis-no-oji-sama-smash-hit_503JapanFront.jpg,Tennis no Oji-Sama: Smash Hit!,PS2,Sports,Konami,Konami,,,,,,,2003-07-24, -/games/boxart/full_tennis-no-oji-sama-smash-hit-2_702JapanFront.jpg,Tennis no Oji-Sama: Smash Hit! 2,PS2,Sports,Konami,Konami,,,,,,,2003-12-18, -/games/boxart/full_tennis-no-oji-sama-sweat-amp-tears_397JapanFront.jpg,Tennis no Oji-Sama: Sweat & Tears,PS,Sports,Konami,Tenky,,,,,,,2002-09-26, -/games/boxart/full_tennis-no-oji-sama-sweat-ampamp-tears-2_144JapanFront.jpg,Tennis no Oji-Sama: Sweat & Tears 2,PS2,Sports,Konami,Tenky,,,,,,,2003-09-25, -/games/boxart/full_7429630AmericaFrontccc.jpg,The Activision Decathlon,5200,Sports,Activision,Activision,,,,,,,1984-01-01,2018-01-06 -/games/boxart/full_5230174AmericaFrontccc.jpg,The Aquatic Games starring James Pond and the Aquabats,GEN,Sports,Electronic Arts,Millenium Interactive,,,,,,,1993-01-01, -/games/boxart/2493027ccc.jpg,The Aquatic Games starring James Pond and the Aquabats,GEN,Sports,Electronic Arts,Millenium Interactive,,,,,,,1993-01-01, -/games/boxart/full_7618322JapanFrontccc.jpg,The Baseball 2002,PS2,Sports,Konami,Diamond Head,,,,,,,2002-03-28, -/games/boxart/full_1884636JapanFrontccc.jpg,The Baseball 2003,GC,Sports,Konami,Diamond Head,,,,,,,2003-03-20, -/games/boxart/full_4149236JapanFrontccc.jpg,The Baseball 2003,PS2,Sports,Konami,Diamond Head,,,,,,,2003-03-20, -/games/boxart/full_6344332JapanFrontccc.jpg,The Baseball 2003: Akikigou,PS2,Sports,Konami,Diamond Head,,,,,,,2003-09-04, -/games/boxart/full_black-bass_945AmericaFront.jpg,The Black Bass,NES,Sports,Hot-B,Another,,,,,,,1989-09-01, -/games/boxart/full_2916187AmericaFrontccc.jpg,The Blue Marlin,NES,Sports,Hot-B,Hot-B,,,,,,,1992-07-01, -/games/boxart/full_1779280JapanFrontccc.jpg,The Blue Marlin,PS,Sports,Starfish,Hot-B,,,,,,,2000-05-02, -/games/boxart/full_the-davis-cup-tennis_2JapanFront.jpg,The Davis Cup Tennis,PCE,Sports,Micro World,Loriciels,,,,,,,1992-04-01, -/games/boxart/full_the-fa-premier-league-stars_250PALFront.jpg,The F.A. Premier League Stars,PC,Sports,EA Sports,EA Sports,,,,,,,2000-06-30, -/games/boxart/full_6537207PALFrontccc.jpg,The Flintstones: Bedrock Bowling,PC,Sports,Ubisoft,Adrenalin Interactive,,,,,,,2000-07-14, -/games/boxart/7708940ccc.jpg,The Games: Summer Challenge,PC,Sports,Accolade,MindSpan,,,,,,,1992-01-01, -/games/boxart/4649625ccc.jpg,The Games: Winter Challenge,PC,Sports,Accolade,MindSpan,,,,,,,1991-01-01, -/games/boxart/full_5998881AmericaFrontccc.jpg,The Golf Club,PC,Sports,Maximum Games,HB Studios,,,,,,,2015-04-28,2018-11-10 -/games/boxart/full_the-irem-skins-game_9AmericaFront.jpg,The Irem Skins Game,SNES,Sports,Irem Software Engineering,Irem Software Engineering,,,,,,,1992-10-01, -/games/boxart/449485ccc.jpg,The Majors: Pro Baseball,GG,Sports,Sega,Sega,,,,,,,1992-01-01, -/games/boxart/full_6502072AmericaFrontccc.jpg,The Super Aquatic Games starring The Aquabats,SNES,Sports,Seika,Millenium Interactive,,,,,,,1993-10-01, -/games/boxart/default.jpg,The Surfer,PC,Sports,Unknown,Bungarra Software,,,,,,,, -/games/boxart/full_8869586AmericaFrontccc.jpg,The Surfer,PS3,Sports,Unknown,Bungarra Software,,,,,,,,2018-05-30 -/games/boxart/full_5536423PALFrontccc.jpg,The Woodleys Summer Sports,DS,Sports,Eidos Interactive,Eidos Interactive,,,,,,,2008-08-15, -/games/boxart/full_2021500PALFrontccc.jpg,This is Football,PS,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,1999-12-01,2018-12-03 -/games/boxart/full_5484005PALFrontccc.jpg,This is Football 2,PS,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2000-11-03,2018-12-03 -/games/boxart/full_1023069PALFrontccc.png,This is Football Management,PSN,Sports,Sony Computer Entertainment,Sports Director,,,,,,,2010-02-11, -/games/boxart/9646064ccc.jpg,Tiger Woods PGA Tour 08,PC,Sports,Unknown,EA Salt Lake,,,,,,,, -/games/boxart/full_5643466AmericaFrontccc.png,Tiger Woods PGA Tour 10,PSN,Sports,Electronic Arts,EA Tiburon,,,,,,,2009-09-30, -/games/boxart/full_tiger-woods-pga-tour-12-the-masters_345AmericaFront.jpg,Tiger Woods PGA Tour 12: The Masters,PC,Sports,EA Sports,Electronic Arts,,,,,,,2011-09-06, -/games/boxart/2293588ccc.jpg,Tiger Woods PGA Tour 2000,GB,Sports,THQ,Xantera,,,,,,,2000-01-01, -/games/boxart/5328543ccc.jpg,Tiger Woods PGA Tour 2000,PC,Sports,EA Sports,Rainbow Studios,,,,,,,2000-02-29, -/games/boxart/1505507ccc.jpg,Tiger Woods PGA Tour 2001,PC,Sports,EA Sports,Headgate Studios,,,,,,,2000-11-06, -/games/boxart/9145667ccc.jpg,Tiger Woods PGA Tour 2002,PC,Sports,EA Sports,Headgate Studios,,,,,,,2002-02-24, -/games/boxart/7896900ccc.jpg,Tiger Woods PGA Tour 2003,PC,Sports,EA Sports,Headgate Studios,,,,,,,2002-10-31, -/games/boxart/full_tiger-woods-pga-tour-2004_465AmericaFront.jpg,Tiger Woods PGA Tour 2004,NGage,Sports,EA Sports,Backbone Emeryville,6.8,,,,,,2004-06-24, -/games/boxart/full_9218851AmericaFrontccc.jpg,Tiger Woods PGA Tour Golf,PS,Sports,EA Sports,EA Sports,,,,,,,2000-11-13, -/games/boxart/full_2017345PALFrontccc.jpg,Tim Stockdale's Riding Star,PC,Sports,DTP Entertainment,DTP Entertainment,,,,,,,2008-09-19, -/games/boxart/full_606843PALFrontccc.jpg,Tim Stockdale's Riding Star,PS2,Sports,DTP Entertainment,DTP Entertainment,,,,,,,2008-09-19, -/games/boxart/full_tiny-toon-adventures-acme-all-stars_10AmericaFront.jpg,Tiny Toon Adventures: ACME All-Stars,GEN,Sports,Konami,Konami,,,,,,,1994-01-01, -/games/boxart/2712772ccc.jpg,Tiny Toon Adventures: Wacky Sports,GB,Sports,Konami,Konami,,,,,,,1994-12-01, -/games/boxart/9825930ccc.png,Tiny Toon Adventures: Wacky Sports Challenge,SNES,Sports,Konami,Konami,,,,,,,1994-12-01, -/games/boxart/full_tip-off_807JapanFront.jpg,Tip Off,GB,Sports,Imagineer,Enigma Variations,,,,,,,1993-01-01, -/games/boxart/full_5513021AmericaFrontccc.jpg,TNN Bass Tournament of Champions,GEN,Sports,American Softworks,Imagitec Design,,,,,,,1993-01-01, -/games/boxart/full_5030875AmericaFrontccc.jpg,TNN Bass Tournament of Champions,SNES,Sports,ASC Games,Gaps,,,,,,,1994-11-01, -/games/boxart/full_1962515AmericaFrontccc.jpg,TNN Outdoors Bass Tournament '96,GEN,Sports,ASC Games,Imagitec Design,,,,,,,1996-01-01, -/games/boxart/9334800ccc.jpg,TNN Outdoors Fishing Champ,GB,Sports,ASC Games,Starfish,,,,,,,1999-12-01, -/games/boxart/full_8544048AmericaFrontccc.jpg,TNN Outdoors Pro Hunter,PC,Sports,ASC Games,DreamForge Intertainment,,,,,,,1998-11-30, -/games/boxart/full_541992AmericaFrontccc.jpg,TNN Outdoors Pro Hunter 2,PC,Sports,ASC Games,Monolith Productions,,,,,,,1999-04-11, -/games/boxart/full_3773803JapanFrontccc.jpg,Tokoro-San no Setagaya Country Club,GB,Sports,Natsume,Natsume,,,,,,,2000-08-11, -/games/boxart/full_5027984AmericaFrontccc.jpg,Tommy Lasorda Baseball,GEN,Sports,Sega,Sega,,,,,,,1989-10-06, -/games/boxart/4874009ccc.jpg,Tony Hawk's Downhill Jam,PS2,Sports,Activision,SuperVillain Studios,,,,,,,2007-05-08, -/games/boxart/9714848ccc.jpg,Tony Hawk's Downhill Jam,GBA,Sports,Activision,Visual Impact,,,,,,,2006-11-07, -/games/boxart/full_tony-hawks-pro-skater_564AmericaFront.jpg,Tony Hawk's Pro Skater,NGage,Sports,Nokia,Neversoft Entertainment,7.2,,,,,,2003-10-13, -/games/boxart/8053129ccc.jpg,Tony Hawk's Pro Skater,NGage,Sports,Nokia,Neversoft Entertainment,,,,,,,2003-10-13, -/games/boxart/5393049ccc.jpg,Tony Hawk's Pro Skater,DC,Sports,Crave Entertainment,Treyarch,9.6,,,,,,2000-06-29, -/games/boxart/213262ccc.jpg,Tony Hawk's Pro Skater 2,DC,Sports,Activision,Treyarch,9.7,,,,,,2000-11-06, -/games/boxart/full_3746652AmericaFrontccc.jpg,Tony Hawk's Pro Skater 2,GB,Sports,Activision,Natsume,8,,,,,,2000-11-01, -/games/boxart/full_tony-hawks-pro-skater-3_301AmericaFront.jpg,Tony Hawk's Pro Skater 3,GB,Sports,Activision,HotGen Studios,,,,,,,2001-11-15, -/games/boxart/5380493ccc.jpg,Tony Hawk's Pro Skater 3,PC,Sports,Activision,Gearbox Software,,,,,,,2002-03-28, -/games/boxart/full_1869069AmericaFrontccc.jpg,Tony Hawk's Pro Skater 4,PS,Sports,Activision,Vicarious Visions,,,,,,,2002-10-23, -/games/boxart/full_9876769AmericaFrontccc.jpg,Tony Hawk's Pro Skater 4,PC,Sports,Aspyr,Beenox,,,,,,,2003-08-27, -/games/boxart/full_8106811AmericaFrontccc.jpg,Tony Hawk's Project 8,XB,Sports,Activision,Shaba Games,6.6,,,,,,2006-11-07, -/games/boxart/full_5812072AmericaFrontccc.jpg,Tony La Russa Baseball,GEN,Sports,Electronic Arts,Stormfront Studios,,,,,,,1993-05-18, -/games/boxart/full_1500AmericaFrontccc.jpg,Tony Meola's Sidekicks Soccer,SNES,Sports,Electro Brain,Sculptured Software,,,,,,,1993-11-01, -/games/boxart/7205269ccc.jpg,Top Angler: Real Bass Fishing,GC,Sports,Xicat Interactive,SIMS,,,,,,,2003-01-01, -/games/boxart/full_top-darts_491AmericaFront.jpg,Top Darts,PSN,Sports,Sony Computer Entertainment,Devil's Details,,,,,,,2010-12-21, -/games/boxart/default.jpg,Top Darts,PSV,Sports,Sony Computer Entertainment,Devil's Details,,,,,,,2012-02-22, -/games/boxart/default.jpg,Top Hand Rodeo Tour,PSN,Sports,Unknown,SFC Rodeo Games,,,,,,,, -/games/boxart/full_top-players-tennis_852AmericaFront.jpg,Top Players Tennis,NES,Sports,Asmik Corp,"Asmik Ace Entertainment, Inc",,,,,,,1990-01-01, -/games/boxart/6410551ccc.jpg,Top Rank Tennis,GB,Sports,Nintendo,Pax Softonica,,,,,,,1993-05-01, -/games/boxart/full_2478054PALFrontccc.png,Top Spin,PC,Sports,Atari,Pam Development,,,,,,,2004-11-10, -/games/boxart/full_7436912JapanFrontccc.jpg,Top Striker,NES,Sports,Namco,Namco,,,,,,,1992-10-22, -/games/boxart/default.jpg,Top Trumps NBA All Stars,3DS,Sports,Mojang,Conspiracy Entertainment,,,,,,,2012-08-10, -/games/boxart/default.jpg,Top Trumps NBA All Stars,DS,Sports,Mojang,Conspiracy Entertainment,,,,,,,2012-10-08, -/games/boxart/full_41391AmericaFrontccc.jpg,Torino 2006,PC,Sports,2K Sports,49Games,,,,,,,2006-01-26, -/games/boxart/full_8815877PALFrontccc.jpg,Total Club Manager 2004,PS2,Sports,Electronic Arts,EA Canada,,,,,,,2003-12-12, -/games/boxart/full_4870047PALFrontccc.gif,Total Club Manager 2005,XB,Sports,EA Sports,EA Canada,,,,,,,2004-10-29, -/games/boxart/full_506609PALFrontccc.jpg,Total Club Manager 2005,PC,Sports,EA Sports,EA Canada,,,,,,,2004-10-22, -/games/boxart/full_3582092PALFrontccc.jpg,Total Club Manager 2005,PS2,Sports,EA Sports,EA Canada,,,,,,,2004-10-29, -/games/boxart/default.jpg,Total Football Manager,PC,Sports,Unknown,Europress,,,,,,,, -/games/boxart/8290461AmericaFrontccc.jpg,Total Knockout,PC,Sports,StarHill,Digital Lobster,,,,,,,1996-01-31, -/games/boxart/full_3398304AmericaFrontccc.jpeg,Total Pro Golf 3,PC,Sports,Viva Media,Unknown,,,,,,,2014-07-25, -/games/boxart/full_1259878PALFrontccc.jpg,Total Soccer Manager,GBA,Sports,Ubisoft,Exient Entertainment,,,,,,,2001-05-16, -/games/boxart/6740591ccc.jpg,Touchdown Football,7800,Sports,Atari,Atari,,,,,,,1988-01-01, -/games/boxart/full_9876590AmericaFrontccc.jpg,Town & Country Surf Designs: Wood & Water Rage,NES,Sports,LJN,"LJN Toys, Ltd.",,,,,,,1988-02-01, -/games/boxart/full_toy-golf_5AmericaFront.jpg,Toy Golf,GIZ,Sports,Gizmondo Studios,Ninai Games,,,,,,,2005-10-22, -/games/boxart/full_3172763AmericaFrontccc.jpg,Track & Field,XBL,Sports,Konami,Digital Eclipse,,,,,,,2007-08-08, -/games/boxart/2064026ccc.jpg,Track & Field,2600,Sports,Atari,Konami,,,,,,,1984-01-01, -/games/boxart/full_2639331AmericaFrontccc.jpg,Track & Field,GB,Sports,Konami,Konami,,,,,,,1992-09-01, -/games/boxart/full_9808148AmericaFrontccc.jpg,Track & Field,NES,Sports,Konami,Konami,,,,,,,1987-04-01, -/games/boxart/full_8928827AmericaFrontccc.jpg,Track & Field II,NES,Sports,Konami,Konami,,,,,,,1989-06-01, -/games/boxart/9180150ccc.jpg,Track Meet,GB,Sports,Interplay,Interplay Productions,,,,,,,1991-01-01, -/games/boxart/full_3085851PALFrontccc.jpg,Transworld Skateboarder,PS2,Sports,Phoenix Games,Phoenix Games,,,,,,,2007-01-26, -/games/boxart/full_1496226AmericaFrontccc.jpg,Transworld Surf: Next Wave,GC,Sports,Atari,Angel Studios,,,,,,,2003-03-18, -/games/boxart/full_trick-boarder_226AmericaFront.jpg,Trick Boarder,GB,Sports,Natsume,Natsume,,,,,,,2000-06-14, -/games/boxart/full_trickshot_406PALFront.jpg,Trickshot,PS,Sports,Phoenix Games,Selen,,,,,,,2003-03-14, -/games/boxart/7624238ccc.jpg,TrickStyle,DC,Sports,Acclaim Entertainment,Criterion Games,,,,,,,1999-09-09, -/games/boxart/full_416381AmericaFrontccc.jpg,TrickStyle,PC,Sports,Acclaim Entertainment,Criterion Games,,,,,,,1999-09-30, -/games/boxart/full_triple-jumping-sports_6AmericaFront.jpg,Triple Jumping Sports,WW,Sports,The Code Monkeys,The Code Monkeys,,,,,,,2010-10-11, -/games/boxart/full_441343AmericaFrontccc.jpg,Triple Play 2000,PC,Sports,EA Sports,Treyarch,,,,,,,1999-03-31, -/games/boxart/full_triple-play-2001_774AmericaFront.jpg,Triple Play 2001,PC,Sports,EA Sports,Treyarch,,,,,,,2000-03-28, -/games/boxart/full_triple-play-2001_317AmericaFront.jpg,Triple Play 2001,GB,Sports,THQ,Handheld Games,,,,,,,2000-05-08, -/games/boxart/full_7796676AmericaFrontccc.jpg,Triple Play 96,GEN,Sports,EA Sports,Extended Play Productions,,,,,,,1995-03-18, -/games/boxart/full_4030347AmericaFrontccc.jpg,Triple Play 98,PC,Sports,EA Sports,EA Sports,,,,,,,1997-05-31, -/games/boxart/full_triple-running-sports_287AmericaFront.jpg,Triple Running Sports,WW,Sports,The Code Monkeys,The Code Monkeys,,,,,,,2010-11-15, -/games/boxart/full_956116AmericaFrontccc.jpg,Triple Shot Sports,WW,Sports,The Code Monkeys,The Code Monkeys,2,,,,,,2010-03-15, -/games/boxart/full_triple-throwing-sports_9AmericaFront.jpg,Triple Throwing Sports,WW,Sports,The Code Monkeys,The Code Monkeys,,,,,,,2010-09-20, -/games/boxart/full_trollboarder_13AmericaFront.jpg,Trollboarder,DSiW,Sports,Enjoy Gaming,Enjoy Gaming ltd.,3,,,,,,2011-04-08, -/games/boxart/full_troy-aikman-nfl-football_3AmericaFront.jpg,Troy Aikman NFL Football,GEN,Sports,Tradewest,Leland Interactive Media,,,,,,,1994-01-01, -/games/boxart/4393952ccc.jpg,Troy Aikman NFL Football,AJ,Sports,Williams Entertainment,"Telegames, Inc.",,,,,,,1995-02-01, -/games/boxart/full_troy-aikman-nfl-football_6AmericaFront.jpg,Troy Aikman NFL Football,SNES,Sports,Tradewest,Leland Interactive Media,,,,,,,1994-08-01, -/games/boxart/full_6649044AmericaFrontccc.jpg,True Swing Golf Express,DSiW,Sports,Nintendo,Tikipod,,,,,,,2010-02-01, -/games/boxart/full_9436930JapanFrontccc.jpg,Tsuri Kichi Sanpei: Blue Marlin Hen,NES,Sports,Victor Interactive,Victor Interactive Software,,,,,,,1988-03-17, -/games/boxart/full_tsuri-sensei_119JapanFront.jpg,Tsuri Sensei,GB,Sports,J-Wing,J-Wing,,,,,,,1998-09-11, -/games/boxart/full_8808405JapanFrontccc.jpg,Tsuri Sensei 2,GB,Sports,J-Wing,J-Wing,,,,,,,1999-07-23, -/games/boxart/full_tsuriiko_631JapanFront.jpg,Tsuriiko!!,GB,Sports,ASCII Entertainment,ASCII Entertainment,,,,,,,2001-07-19, -/games/boxart/full_tv-sports-basketball_7AmericaFront.jpg,TV Sports Basketball,PCE,Sports,NEC,Cinemaware,,,,,,,1991-01-01, -/games/boxart/full_tv-sports-football_0AmericaFront.jpg,TV Sports Football,PCE,Sports,NEC,Cinemaware,,,,,,,1990-01-01, -/games/boxart/full_tv-sports-hockey_3AmericaFront.jpg,TV Sports Hockey,PCE,Sports,NEC,Cinemaware,,,,,,,1991-01-01, -/games/boxart/full_uefa-2000_431PALFront.jpg,UEFA 2000,GB,Sports,Infogrames,Bit Managers,,,,,,,2000-01-01, -/games/boxart/full_167894PALFrontccc.jpg,UEFA Champions League 2004-2005,PS2,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, -/games/boxart/full_8143751PALFrontccc.jpg,UEFA Champions League 2004-2005,GC,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, -/games/boxart/full_262528PALFrontccc.jpg,UEFA Champions League 2004-2005,XB,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, -/games/boxart/full_8583295PALFrontccc.jpg,UEFA Champions League 2004-2005,PC,Sports,EA Sports,EA Canada,,,,,,,2005-02-04, -/games/boxart/full_8941315PALFrontccc.jpg,UEFA Champions League 2006-2007,PC,Sports,EA Sports,EA Canada,,,,,,,2007-03-20, -/games/boxart/5833265ccc.jpg,UEFA Champions League 2006-2007,PS2,Sports,EA Sports,EA Canada,,,,,,,2007-03-20, -/games/boxart/full_4828111PALFrontccc.jpg,UEFA Champions League Season 1999/2000,PC,Sports,Eidos Interactive,Silicon Dreams,,,,,,,2000-01-01, -/games/boxart/full_7225158PALFrontccc.jpg,UEFA Champions League Season 1999/2000,PS,Sports,Eidos Interactive,Silicon Dreams,,,,,,,2000-03-24, -/games/boxart/full_1024428PALFrontccc.jpg,UEFA Dream Soccer,DC,Sports,Sega,Silicon Dreams,,,,,,,2000-12-08, -/games/boxart/full_7350155PALFrontccc.jpg,UEFA Euro 2000,PC,Sports,EA Sports,Software Creations,,,,,,,2000-04-28, -/games/boxart/full_1353509PALFrontccc.jpg,UEFA Euro 2000,PS,Sports,EA Sports,Software Creations,,,,,,,2000-08-10, -/games/boxart/full_7590283AmericaFrontccc.jpg,UEFA Euro 2004: Portugal,PC,Sports,EA Sports,EA Canada,,,,,,,2004-05-04, -/games/boxart/full_4999702PALFrontccc.jpg,UEFA Euro 2008 Austria-Switzerland,PC,Sports,Electronic Arts,EA Canada,,,,,,,2008-04-18, -/games/boxart/full_uki-uki-tsuri-tengoku_120JapanFront.jpg,Uki Uki Tsuri Tengoku,PSN,Sports,Hamster Corporation,Teichiku Entertainment,,,,,,,2011-01-12, -/games/boxart/full_uki-uki-tsuri-tengoku_627JapanFront.jpg,Uki Uki Tsuri Tengoku,PS,Sports,Unknown,Teichiku Entertainment,,,,,,,1997-09-11, -/games/boxart/full_uki-uki-tsuri-tengoku-kawa-monogatari_689JapanFront.jpg,Uki Uki Tsuri Tengoku: Kawa Monogatari,PS,Sports,Unknown,Teichiku Entertainment,,,,,,,1998-08-06, -/games/boxart/full_uki-uki-tsuri-tengoku-kawa-monogatari_933JapanFront.jpg,Uki Uki Tsuri Tengoku: Kawa Monogatari,PSN,Sports,Hamster Corporation,Teichiku Entertainment,,,,,,,2011-02-09, -/games/boxart/full_uki-uki-tsuri-tengoku-uokami-densetsu-o-oe_568JapanFront.jpg,Uki Uki Tsuri Tengoku: Uokami Densetsu o Oe,PS,Sports,Unknown,Teichiku Entertainment,,,,,,,2000-02-17, -/games/boxart/full_1173920AmericaFrontccc.jpg,Ultimate Basketball,NES,Sports,Sammy Corporation,Taito Corporation,,,,,,,1990-09-01, -/games/boxart/full_9025847AmericaFrontccc.jpg,Ultimate Duck Hunting,PC,Sports,Mid Carolina Media,Mid Carolina Media,,,,,,,2006-01-01, -/games/boxart/full_5303534AmericaFrontccc.jpg,Ultimate Fighting Championship,DC,Sports,Crave Entertainment,Anchor,8.6,,,,,,2000-08-29, -/games/boxart/full_ultimate-league-soccer_1AmericaFront.jpg,Ultimate League Soccer,NES,Sports,American Video Entertainment,Hacker International,,,,,,,1992-01-01, -/games/boxart/full_ultimate-soccer_6PALFront.jpg,Ultimate Soccer,GG,Sports,Sega,Rage Software,,,,,,,1993-01-01, -/games/boxart/full_ultimate-soccer_10PALFront.jpg,Ultimate Soccer,GEN,Sports,Sega,Rage Software,,,,,,,1993-01-01, -/games/boxart/full_ultimate-soccer_7PALFront.jpg,Ultimate Soccer,MS,Sports,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_ultimate-surfing_943AmericaFront.jpg,Ultimate Surfing,GB,Sports,Natsume,Natsume,,,,,,,2001-06-05, -/games/boxart/8950504ccc.gif,Ultimate Winter Games,GBA,Sports,Telegames,Sproing Interactive Media,,,,,,,2004-01-01, -/games/boxart/full_7013030AmericaFrontccc.jpg,Ultra Golf,GB,Sports,Ultra Games,Konami,,,,,,,1992-01-02, -/games/boxart/full_2800013JapanFrontccc.jpg,Umitsuri Rini Gyoukou,WS,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1999-04-01, -/games/boxart/full_universal-boxing-manager_999AmericaFront.jpg,Universal Boxing Manager,PC,Sports,Winter Wolves Game Studio,Winter Wolves Studio,,,,,,,2004-04-18, -/games/boxart/full_7157891PALFrontccc.jpg,Urban Freestyle Soccer,PS2,Sports,Unknown,Silicon Dreams,,,,,,,, -/games/boxart/full_688484PALFrontccc.jpg,Urban Freestyle Soccer,PC,Sports,Unknown,Silicon Dreams,,,,,,,, -/games/boxart/full_v-goal-soccer-96_3JapanFront.jpg,V-Goal Soccer '96,3DO,Sports,Tecmo,Tecmo,,,,,,,1996-03-22, -/games/boxart/full_3178511PALFrontccc.jpg,V-Tennis,PS,Sports,Acclaim Entertainment,Tonkin House,,,,,,,1997-06-01, -/games/boxart/7523797ccc.jpg,Val D'Isere Skiing and Snowboarding,AJ,Sports,Atari,Atari Games (Midway),,,,,,,1994-01-01, -/games/boxart/full_136611AmericaFrontccc.jpg,Valora Valley Golf,SAT,Sports,Victory Lap Games,Tikipod,,,,,,,1996-01-01, -/games/boxart/full_8843306PALFrontccc.jpg,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,PC,Sports,Sega,Eurocom Entertainment Software,5,,,,,,2010-01-12, -/games/boxart/full_venice-beach-volleyball_8AmericaFront.jpg,Venice Beach Volleyball,NES,Sports,American Video Entertainment,Idea-Tek,,,,,,,1991-01-01, -/games/boxart/default.jpg,Verbier Ride,GIZ,Sports,Unknown,JoWood Productions,,,,,,,, -/games/boxart/full_4750458AmericaFrontccc.jpg,Video Jogger,2600,Sports,Unknown,Exus,,,,,,,1983-01-01, -/games/boxart/1287435ccc.jpg,Video Olympics,2600,Sports,Atari,Atari,,,,,,,1977-10-01, -/games/boxart/full_9340509AmericaFrontccc.jpg,Video Reflex,2600,Sports,Unknown,Exus,,,,,,,1983-01-01, -/games/boxart/full_6751146AmericaFrontccc.jpg,Virtua Athlete 2000,DC,Sports,Agetec,Hitmaker,,,,,,,2001-08-10, -/games/boxart/6715909ccc.jpg,Virtua Tennis,DC,Sports,Sega,Hitmaker,9.2,,,,,,2000-01-01, -/games/boxart/full_8674244AmericaFrontccc.jpg,Virtua Tennis,PC,Sports,Activision,Strangelite,,,,,,,2002-09-25, -/games/boxart/full_virtua-tennis_45AmericaFront.jpg,Virtua Tennis,NGage,Sports,Sega,Hitmaker,3.6,,,,,,2003-12-08, -/games/boxart/full_6732975JapanFrontccc.jpg,Virtual Bowling,VB,Sports,Athena,Athena,,,,,,,1995-12-22, -/games/boxart/full_768494JapanFrontccc.jpg,Virtual Fishing,VB,Sports,Pack-In-Video,Pack-In-Video,,,,,,,1995-10-06, -/games/boxart/full_7749660JapanFrontccc.jpg,Virtual Gallop Kishudou,PS,Sports,Sunsoft,SunSoft,,,,,,,1996-12-27, -/games/boxart/full_9121561AmericaFrontccc.jpg,Virtual League Baseball,VB,Sports,Kemco,Kemco,,,,,,,1995-09-11, -/games/boxart/1713165ccc.jpg,Virtual Open Tennis,SAT,Sports,Acclaim Entertainment,Imagineer,,,,,,,1996-02-07, -/games/boxart/full_virtual-pool_1AmericaFront.jpg,Virtual Pool,PC,Sports,Interplay,Celeris,,,,,,,1996-12-31, -/games/boxart/full_virtual-pool-2_0AmericaFront.jpg,Virtual Pool 2,PC,Sports,Interplay,VR Sports,,,,,,,1997-11-30, -/games/boxart/full_virtual-pool-3_6AmericaFront.jpg,Virtual Pool 3,PS,Sports,XS Games,Digital Mayhem,,,,,,,2003-08-11, -/games/boxart/full_virtual-pool-3_4AmericaFront.jpg,Virtual Pool 3,PSN,Sports,Sony Computer Entertainment,Digital Mayhem,,,,,,,2010-11-02, -/games/boxart/full_virtual-pool-3_3AmericaFront.jpg,Virtual Pool 3,PC,Sports,Interplay,Celeris,,,,,,,2000-11-14, -/games/boxart/full_virtual-pool-hall_10AmericaFront.jpg,Virtual Pool Hall,PC,Sports,Interplay,Celeris,,,,,,,1999-12-31, -/games/boxart/full_9743331AmericaFrontccc.jpg,Virtual Pool: Tournament Edition,PS2,Sports,Global Star Software,Celeris,,,,,,,2005-04-12, -/games/boxart/default.jpg,Virtual Pool: Tournament Edition,PC,Sports,Global Star Software,Celeris,,,,,,,2004-10-01, -/games/boxart/9167001ccc.jpg,Volleyball,VC,Sports,Nintendo,Nintendo R&D1,,,,,,,2007-11-12, -/games/boxart/full_volleyball-fds_6JapanFront.jpg,Volleyball (FDS),NES,Sports,Nintendo,Nintendo R&D1,,,,,,,1986-07-21, -/games/boxart/full_7731319PALFrontccc.jpg,Volleyball Challenge,PS2,Sports,505 Games,D3 Publisher,,,,,,,2004-07-09, -/games/boxart/full_6571659PALFrontccc.jpg,Volleyball Xciting,PS2,Sports,Agetec,Success,,,,,,,2004-02-27, -/games/boxart/4752538ccc.jpg,VR Golf '97,SAT,Sports,Interplay,VR Sports,,,,,,,1996-01-01, -/games/boxart/9530796ccc.jpg,VR Soccer,SAT,Sports,Gremlin Interactive Ltd,Gremlin Interactive,,,,,,,1996-01-01, -/games/boxart/full_2159316AmericaFrontccc.jpg,VT Tennis,DSiW,Sports,Virtual Toys,Virtual Toys,4,,,,,,2010-03-01, -/games/boxart/full_vt-tennis_10PALFront.jpg,VT Tennis,PSN,Sports,Virtual Toys,Virtual Toys,,,,,,,2010-05-25, -/games/boxart/full_4011905AmericaFrontccc.jpg,Waialae Country Club,3DO,Sports,Panasonic Interactive Media,Tikipod,,,,,,,1994-01-01, -/games/boxart/full_3967628AmericaFrontccc.jpg,Waialae Country Club: True Golf Classics,N64,Sports,Nintendo,Tikipod,,,,,,,1998-07-29, -/games/boxart/full_3078682AmericaFrontccc.jpg,Wakeboarding Unleashed Featuring Shaun Murray,PC,Sports,Aspyr,Beenox,,,,,,,2002-12-22, -/games/boxart/full_5499526JapanFrontccc.jpg,Waku Waku Bowling,PS,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1998-04-02, -/games/boxart/full_35482JapanFrontccc.jpg,Waku Waku Derby,PS,Sports,KSS,KSS,,,,,,,1997-12-18, -/games/boxart/full_7943520JapanFrontccc.jpg,Waku Waku Volley,PS,Sports,Athena,Athena,,,,,,,1998-11-26, -/games/boxart/956521ccc.jpg,Walter Payton Football,MS,Sports,Sega,Sega,,,,,,,1989-01-01, -/games/boxart/6391776ccc.jpg,Water Ski,7800,Sports,Unknown,Froggo,,,,,,,1988-01-01, -/games/boxart/full_wayne-gretzky-hockey_110AmericaFront.jpg,Wayne Gretzky Hockey,NES,Sports,THQ,Bethesda Softworks,,,,,,,1991-01-01, -/games/boxart/full_4034630JapanFrontccc.jpg,Whistle!,GBA,Sports,Konami,Konami,,,,,,,2003-02-27, -/games/boxart/full_4645976JapanFrontccc.jpg,Whistle: Fuki Nukeru Kaze,PS,Sports,Konami,Konami,,,,,,,2003-01-30, -/games/boxart/7040762ccc.jpg,White Men Can't Jump,AJ,Sports,Atari,High Voltage Software,,,,,,,1995-07-01, -/games/boxart/full_4839517JapanFrontccc.jpg,Wi-El,GBA,Sports,Konami,Konami,,,,,,,2002-04-25, -/games/boxart/459852ccc.jpg,Wicked 18,SNES,Sports,Bullet Proof Software,Tikipod,,,,,,,1993-10-01, -/games/boxart/6389670ccc.jpg,Wicked 18,3DO,Sports,T&E Soft,Tikipod,,,,,,,1995-01-01, -/games/boxart/5550525ccc.jpg,Wicked Surfing,GB,Sports,Unknown,Cave Barn,,,,,,,2020-12-31, -/games/boxart/full_98739PALFrontccc.jpg,Wild Boater,PS,Sports,Midas Interactive Entertainment,Tao Human,,,,,,,2001-11-09, -/games/boxart/full_7707904PALFrontccc.jpg,Wild Rapids,PS,Sports,GN Software,FUJIC Co. Ltd.,,,,,,,2000-09-08, -/games/boxart/default.jpg,Wildlife Hunter,Wii,Sports,Unknown,Nordic Games Publishing,,,,,,,, -/games/boxart/full_zany-golf_40AmericaFront.jpg,Will Harvey's Zany Golf,PC,Sports,Electronic Arts,Sandcastle,,,,,,,1988-01-01, -/games/boxart/full_wimbledon_5PALFront.jpg,Wimbledon,MS,Sports,Sega,SIMS,,,,,,,1992-01-01, -/games/boxart/9271867ccc.jpg,Wimbledon,GG,Sports,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/full_wimbledon-championship-tennis_2AmericaFront.jpg,Wimbledon Championship Tennis,GEN,Sports,Sega,SIMS,,,,,,,1993-01-01, -/games/boxart/full_wimbledon-ii_10PALFront.jpg,Wimbledon II,MS,Sports,Sega,SIMS,,,,,,,1993-01-01, -/games/boxart/full_windjammers_5AmericaFront.jpg,WindJammers,NG,Sports,SNK,Data East,,,,,,,1994-01-01, -/games/boxart/full_windjammers_10AmericaFront.jpg,WindJammers,VC,Sports,D4 Enterprise,Data East,,,,,,,2010-06-22, -/games/boxart/full_windjammers-cd_7AmericaFront.jpg,WindJammers (CD),NG,Sports,SNK,Data East,,,,,,,1995-01-01, -/games/boxart/default.jpg,Winning Eleven x UEFA Champions League Special Pack,PSP,Sports,Konami,Konami,,,,,,,2009-12-10, -/games/boxart/full_4793383JapanFrontccc.jpg,Winning Post,SCD,Sports,KOEI,Koei,,,,,,,1993-09-17, -/games/boxart/3675104ccc.jpg,Winning Post,SAT,Sports,KOEI,Koei,,,,,,,1996-01-01, -/games/boxart/full_5719400JapanFrontccc.jpg,Winning Post,GBA,Sports,KOEI,Koei,,,,,,,2001-03-21, -/games/boxart/full_3865651JapanFrontccc.jpg,Winning Post,3DO,Sports,KOEI,Koei,,,,,,,1994-09-16, -/games/boxart/full_5550437JapanFrontccc.jpg,Winning Post 2: Program '96,SNES,Sports,KOEI,Koei,,,,,,,1996-10-04, -/games/boxart/full_4117317JapanFrontccc.jpg,Winning Post 4 Program 2000,DC,Sports,KOEI,Koei,,,,,,,2000-03-30, -/games/boxart/full_8871078JapanFrontccc.jpg,Winning Post 7,PS2,Sports,KOEI,Koei,,,,,,,2005-08-25, -/games/boxart/full_winning-post-7-2010_869JapanFront.jpg,Winning Post 7 2010,PC,Sports,Tecmo Koei,Tecmo Koei Games,,,,,,,2010-08-27,2018-07-30 -/games/boxart/full_769656JapanFrontccc.jpg,Winning Post World,PC,Sports,KOEI,Koei,,,,,,,2009-02-20, -/games/boxart/full_491316JapanFrontccc.jpg,Winning Post World 2010,PC,Sports,KOEI,Koei,,,,,,,2010-02-26, -/games/boxart/full_9182474JapanFrontccc.jpg,Winning Post World 8,PC,Sports,Tecmo Koei,Koei Tecmo Games,,,,,,,2014-03-27,2019-01-05 -/games/boxart/full_304341JapanFrontccc.jpg,Winning Shot,VC,Sports,G-mode,Data East,,,,,,,2009-02-10, -/games/boxart/full_1659586JapanFrontccc.jpg,Winning Shot,PCE,Sports,Data East,Data East,,,,,,,1989-03-03, -/games/boxart/full_4476059PALFrontccc.jpg,Winter Games,VC,Sports,Commodore,Epyx,,,,,,,2009-02-20, -/games/boxart/4005243ccc.jpg,Winter Games,7800,Sports,Atari,Atari,,,,,,,1987-01-01, -/games/boxart/5147460ccc.jpg,Winter Games,2600,Sports,Epyx,Epyx,,,,,,,1987-01-01, -/games/boxart/3054781ccc.jpg,Winter Games,NES,Sports,Acclaim Entertainment,Pony Canyon,,,,,,,1987-09-01, -/games/boxart/full_4904504JapanFrontccc.jpg,Winter Games (FDS),NES,Sports,Pony Canyon,Atelier Double,,,,,,,1987-03-27, -/games/boxart/4253346ccc.jpg,Winter Olympic Games: Lillehammer '94,GEN,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, -/games/boxart/5844545ccc.jpg,Winter Olympic Games: Lillehammer '94,SNES,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-02-01, -/games/boxart/full_9125939AmericaFrontccc.jpg,Winter Olympic Games: Lillehammer '94,GG,Sports,Sega,Unexpected Development,,,,,,,1994-01-01, -/games/boxart/8474674ccc.jpg,Winter Olympic Games: Lillehammer '94,GB,Sports,U.S. Gold,Unexpected Development,,,,,,,1994-01-01, -/games/boxart/2183796ccc.jpg,Winter Olympics,GG,Sports,Sega,Tiertex Ltd,,,,,,,1994-01-01, -/games/boxart/full_winter-olympics-lillehammer-94_9PALFront.jpg,Winter Olympics: Lillehammer '94,MS,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, -/games/boxart/full_winter-olympics-lillehammer-94_4PALFront.jpg,Winter Olympics: Lillehammer '94,PC,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, -/games/boxart/196632ccc.jpg,Winter Sports,PC,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2006-02-09, -/games/boxart/6489461ccc.jpg,Winter Sports,PS2,Sports,Oxygen Interactive,Oxygen Interactive,,,,,,,2006-02-09, -/games/boxart/default.jpg,Winter Sports 2011,PC,Sports,Unknown,49Games,,,,,,,, -/games/boxart/full_8814901JapanFrontccc.jpg,Wonder Classic,WS,Sports,Bandai,Namco,,,,,,,2001-01-18, -/games/boxart/full_wonder-stadium_1JapanFront.jpg,Wonder Stadium,WS,Sports,Bandai,Namco,,,,,,,1999-03-11, -/games/boxart/full_wonder-stadium-99_4JapanFront.jpg,Wonder Stadium '99,WS,Sports,Bandai,Namco,,,,,,,1999-09-30, -/games/boxart/full_wonderswan-handy-sonar_3JapanFront.jpg,WonderSwan Handy Sonar,WS,Sports,Bandai,Bandai,,,,,,,1999-05-13, -/games/boxart/full_4418982JapanFrontccc.jpg,World Advance Soccer: Shouri e no Michi,GBA,Sports,Hands-On Entertainment,Hands-On Entertainment,,,,,,,2001-12-07, -/games/boxart/full_world-beach-volley-1991-gb-cup_512JapanFront.jpg,World Beach Volley: 1991 GB Cup,GB,Sports,Unknown,GRC,,,,,,,2020-12-31, -/games/boxart/full_world-bowling_214AmericaFront.jpg,World Bowling,GB,Sports,Romstar,Athena,,,,,,,1990-04-01, -/games/boxart/full_938716PALFrontccc.jpg,World Championship Pool 2004,GC,Sports,Jaleco,Blade Interactive,,,,,,,2005-01-01, -/games/boxart/full_5491672AmericaFrontccc.jpg,World Championship Pool 2004,PC,Sports,Jaleco,Blade Interactive,,,,,,,2004-04-30, -/games/boxart/full_5003779PALFrontccc.jpg,World Championship Rugby,XB,Sports,Acclaim Entertainment,Swordfish Studios,,,,,,,2004-09-01, -/games/boxart/full_7140872PALFrontccc.jpg,World Championship Rugby,PC,Sports,Acclaim Entertainment,Swordfish Studios,,,,,,,2004-04-30, -/games/boxart/full_1276976AmericaFrontccc.jpg,World Championship Soccer,GEN,Sports,Sega,SEGA Enterprises Ltd.,,,,,,,1990-01-01, -/games/boxart/full_8722260AmericaFrontccc.jpg,World Class Baseball,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-09-17, -/games/boxart/full_5444537AmericaFrontccc.jpg,World Class Baseball,PCE,Sports,NEC,Hudson Soft,,,,,,,1989-01-01, -/games/boxart/4477864ccc.jpg,World Class Leaderboard Golf,GG,Sports,Sega,Tiertex Design Studios,,,,,,,1991-01-01, -/games/boxart/full_world-class-rugby_319PALFront.jpg,World Class Rugby,SNES,Sports,Imagineer,Denton Designs,,,,,,,1993-01-01, -/games/boxart/7103209ccc.jpg,World Class Soccer,Lynx,Sports,Atari,Atari,,,,,,,1992-01-01, -/games/boxart/full_world-court-tennis_3AmericaFront.jpg,World Court Tennis,PCE,Sports,NEC,Namco,,,,,,,1989-01-01, -/games/boxart/full_5663627AmericaFrontccc.jpg,World Cup 98,PS,Sports,EA Sports,EA Canada,,,,,,,1998-03-13, -/games/boxart/full_6242201AmericaFrontccc.jpg,World Cup 98,GB,Sports,THQ,Tiertex Design Studios,,,,,,,1998-01-01, -/games/boxart/full_6369294AmericaFrontccc.jpg,World Cup 98,PC,Sports,EA Sports,EA Canada,,,,,,,1998-04-30, -/games/boxart/9607639ccc.jpg,World Cup Golf: Hyatt Dorado Beach,3DO,Sports,U.S. Gold,Arc Developments,,,,,,,1994-01-01, -/games/boxart/4878899ccc.jpg,World Cup Golf: Professional Edition,SAT,Sports,U.S. Gold,Arc Developments,,,,,,,1996-01-01, -/games/boxart/full_world-cup-italia-90_0PALFront.jpg,World Cup Italia '90,MS,Sports,Sega,Mastertronic,,,,,,,1990-01-01, -/games/boxart/4007143ccc.jpg,World Cup Soccer,GG,Sports,Tengen,SIMS,,,,,,,1993-01-01, -/games/boxart/full_world-cup-special_3JapanFront.jpg,World Cup Special,3DO,Sports,Coconuts Japan,Coconuts Japan,,,,,,,1995-05-19, -/games/boxart/full_world-cup-super-stadium_9JapanFront.jpg,World Cup Super Stadium,3DO,Sports,Unknown,TV Tokyo,,,,,,,1995-04-28, -/games/boxart/full_world-cup-usa-94_6AmericaFront.jpg,World Cup USA 94,GG,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, -/games/boxart/default.jpg,World Cup USA 94,GB,Sports,Unknown,Tiertex Design Studios,,,,,,,2020-12-31, -/games/boxart/full_world-cup-usa-94_8AmericaFront.jpg,World Cup USA 94,GEN,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-01-01, -/games/boxart/full_world-cup-usa-94_10PALFront.jpg,World Cup USA 94,MS,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1992-01-01, -/games/boxart/full_world-cup-usa-94_2AmericaFront.jpg,World Cup USA 94,SNES,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1994-06-01, -/games/boxart/full_world-cup-usa-94_0AmericaFront.jpg,World Cup USA 94,SCD,Sports,U.S. Gold,Tiertex Design Studios,,,,,,,1993-01-01, -/games/boxart/full_1820928JapanFrontccc.jpg,World Derby,GG,Sports,CSK Research Institute,CSK Research Institute,,,,,,,1994-05-27, -/games/boxart/full_8362544PALFrontccc.jpg,World Games,MS,Sports,Sega,Epyx,,,,,,,1989-01-01, -/games/boxart/full_9504873JapanFrontccc.jpg,World Ice Hockey,GB,Sports,Athena,Athena,,,,,,,1991-04-12, -/games/boxart/full_1963926JapanFrontccc.jpg,World Jockey,PCE,Sports,Namco,Namco,,,,,,,1991-09-20, -/games/boxart/5411036ccc.jpg,World League Soccer,SNES,Sports,Unknown,Anco,,,,,,,, -/games/boxart/full_863826PALFrontccc.jpg,World of Pool,PSP,Sports,Ghostlight,Icon Games,,,,,,,2007-08-31, -/games/boxart/full_1107136AmericaFrontccc.jpg,World Series Baseball,GEN,Sports,Sega,Blue Sky Software,,,,,,,1994-01-01, -/games/boxart/4866077ccc.jpg,World Series Baseball,GG,Sports,Sega,Sega,,,,,,,1993-01-01, -/games/boxart/8183304ccc.jpg,World Series Baseball '95,GG,Sports,Sega,Sega,,,,,,,1994-01-01, -/games/boxart/4689346ccc.jpg,World Series Baseball 2K1,DC,Sports,Sega,Wow Entertainment,,,,,,,2000-07-17, -/games/boxart/8921336ccc.jpg,World Series Baseball 2K2,DC,Sports,Sega,Visual Concepts,,,,,,,2001-08-01, -/games/boxart/2727306ccc.jpg,World Series Baseball 98,SAT,Sports,Sega,Sega,,,,,,,1997-12-01, -/games/boxart/3565581ccc.jpg,World Series Baseball II,SAT,Sports,Sega,Sega,,,,,,,1996-07-31, -/games/boxart/full_9932439PALFrontccc.jpg,World Snooker Championship 2005,PS2,Sports,Sega,Blade Interactive,,,,,,,2005-04-15, -/games/boxart/full_7518058PALFrontccc.jpg,World Snooker Championship 2005,XB,Sports,Sega,Blade Interactive,,,,,,,2005-04-15, -/games/boxart/full_6135641PALFrontccc.jpg,World Snooker Championship 2007,PS2,Sports,Sega,Blade Interactive,,,,,,,2007-01-12, -/games/boxart/full_5063993JapanFrontccc.jpg,World Soccer Winning Eleven 5 Final Evolution,PS2,Sports,Konami,Konami,,,,,,,2001-12-13, -/games/boxart/full_1611797JapanFrontccc.jpg,World Soccer Winning Eleven 6 Final Evolution,GC,Sports,Konami,Konami,,,,,,,2003-01-30, -/games/boxart/full_4516688JapanFrontccc.jpg,World Soccer Winning Eleven 6 Final Evolution,PS2,Sports,Konami,Konami,,,,,,,2002-12-12, -/games/boxart/default.jpg,World Soccer Winning Eleven 7,PC,Sports,VU Games,KCET,,,,,,,2004-01-01, -/games/boxart/full_3635219AmericaFrontccc.jpg,World Soccer Winning Eleven 7 International,PC,Sports,Konami,Konami Computer Entertainment Tokyo,9.1,,,,,,2004-04-09, -/games/boxart/full_7583719AmericaFrontccc.jpg,World Soccer Winning Eleven 8 International,PC,Sports,Konami,Konami Computer Entertainment Tokyo,,,,,,,2005-02-16, -/games/boxart/full_world-sports-competition_0AmericaFront.jpg,World Sports Competition,VC,Sports,Hudson Soft,Hudson Soft,,,,,,,2007-06-18, -/games/boxart/full_world-sports-competition_0AmericaFront.jpg,World Sports Competition,PCE,Sports,NEC,Hudson Soft,,,,,,,1993-01-01, -/games/boxart/full_8661951PALFrontccc.png,World Tour Soccer 06,PSN,Sports,Sony Computer Entertainment,SCEE London Studio,,,,,,,2009-07-05, -/games/boxart/9966089ccc.jpg,World Trophy Soccer,GEN,Sports,Virgin Interactive,Game Arts,,,,,,,1992-01-01, -/games/boxart/full_worldwide-boxing-manager_878PALFront.jpg,Worldwide Boxing Manager,PC,Sports,DTP Entertainment,Proline Software GmbH,,,,,,,2007-09-28, -/games/boxart/full_8737019AmericaFrontccc.jpg,Worldwide Soccer,PC,Sports,Sega,Team Aquila,,,,,,,1997-09-30, -/games/boxart/full_worms-crazy-golf_586AmericaFront.jpg,Worms Crazy Golf,PSN,Sports,Team17 Software,Team17 Software,,,,,,,2011-10-25, -/games/boxart/full_4698792PALFrontccc.jpg,Wrestle War,GEN,Sports,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_7475296PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,PS3,Sports,Koch Media,Blade Interactive,,,,,,,2008-09-05, -/games/boxart/full_7945980PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,PS2,Sports,Koch Media,Blade Interactive,,,,,,,2008-07-04, -/games/boxart/full_6783834PALFrontccc.jpg,WSC REAL 08: World Snooker Championship,PSP,Sports,Koch Media,Blade Interactive,,,,,,,2008-10-01, -/games/boxart/full_wsc-real-09-world-championship-snooker_571PALFront.jpg,WSC Real 09: World Championship Snooker,PSP,Sports,Deep Silver,Blade Interactive,,,,,,,2009-04-03, -/games/boxart/full_wsc-real-11-world-snooker-championship_194PALFront.jpg,WSC Real 11: World Snooker Championship,PC,Sports,Koch Media,Dark Energy Digital,,,,,,,2011-04-15, -/games/boxart/full_8645137AmericaFrontccc.jpg,WWE 2K15,PC,Sports,2K Sports,Visual Concepts,,,,,,,2015-04-28,2018-01-06 -/games/boxart/full_4967761AmericaFrontccc.jpg,WWF Super Wrestlemania,SNES,Sports,LJN,Sculptured Software,,,,,,,1992-01-01, -/games/boxart/full_4303146PALFrontccc.jpg,X'treme Roller,PS,Sports,Microids,Mircoids,,,,,,,2001-10-05, -/games/boxart/full_xs-junior-league-dodgeball_0AmericaFront.jpg,XS Junior League Dodgeball,PSN,Sports,Sony Computer Entertainment,Yumedia,,,,,,,2010-04-15, -/games/boxart/7724119ccc.jpg,XS Junior League Dodgeball,PS,Sports,XS Games,Yumedia,,,,,,,2003-09-03, -/games/boxart/full_xs-junior-league-football_835AmericaFront.jpg,XS Junior League Football,PSN,Sports,Sony Computer Entertainment,XS Games,,,,,,,2011-10-11, -/games/boxart/full_8623375AmericaFrontccc.jpg,XS Junior League Football,PS,Sports,XS Games,Wahoo Studios,,,,,,,2003-01-01, -/games/boxart/full_4290452AmericaFrontccc.png,XS Junior League Soccer,PSN,Sports,Sony Computer Entertainment,Wahoo Studios,,,,,,,2009-07-08, -/games/boxart/full_5807305AmericaFrontccc.jpg,XS Junior League Soccer,PS,Sports,XS Games,Wahoo Studios,,,,,,,2004-09-29, -/games/boxart/full_xtreme-sports_312AmericaFront.gif,Xtreme Sports,GB,Sports,Infogrames,WayForward Technologies,,,,,,,2000-06-28, -/games/boxart/122880ccc.jpg,Xtreme Sports,DC,Sports,Infogrames,Innerloop,,,,,,,2000-11-27, -/games/boxart/full_4514257AmericaFrontccc.jpg,Xtreme Sports Arcade Summer Edition,PC,Sports,GT Interactive,WayForward,,,,,,,1999-01-01, -/games/boxart/full_yeh-yeh-tennis_3PALFront.jpg,Yeh Yeh Tennis,PS,Sports,Sunsoft,SunSoft,,,,,,,2000-01-01, -/games/boxart/full_7247913PALFrontccc.png,YetiSports,PSN,Sports,Xendex,Xendex,,,,,,,2010-06-15, -/games/boxart/full_6333802AmericaFrontccc.jpg,Yourself Fitness,PC,Sports,responDESIGN,"responDESIGN, Inc.",,,,,,,2005-03-05, -/games/boxart/full_6214351JapanFrontccc.jpg,Yume Uma Ken '99 Internet,DC,Sports,Shangri-La,Shangri-La,,,,,,,1999-10-21, -/games/boxart/3624611ccc.jpg,Yuujou no Victory Goal: 4v4 Get the Goal!,GBA,Sports,Konami,Konami,,,,,,,2001-11-15, -/games/boxart/default.jpg,Zany Golf,Wii,Sports,Unknown,Sandcastle Productions,,,,,,,, -/games/boxart/full_7335012AmericaFrontccc.jpg,Zany Golf,GEN,Sports,Electronic Arts,Sandcastle,,,,,,,1990-01-01, -/games/boxart/9073466ccc.jpg,Zebco Fishing,GB,Sports,Vatical Entertainment,Vicarious Visions,,,,,,,1999-09-01, -/games/boxart/6739275ccc.jpg,Zen-Nippon Shounen Soccer Taikai 2,GBA,Sports,Success,Success,,,,,,,2002-12-27, -/games/boxart/full_zen-nippon-shounen-soccer-taikai-2-mezase-nippon-ichi_454JapanFront.jpg,Zen-Nippon Shounen Soccer Taikai 2: Mezase Nippon Ichi!,GBA,Sports,Success,Boom,,,,,,,2002-12-27, -/games/boxart/full_zen-nippon-shounen-soccer-taikai-mezase-nippon-ichi_531JapanFront.jpg,Zen-Nippon Shounen Soccer Taikai: Mezase Nippon Ichi!,GB,Sports,Success,Boom,,,,,,,2001-09-07, -/games/boxart/full_zidane-football-generation_465PALFront.jpg,Zidane Football Generation,GB,Sports,Cryo Interactive,Aqua Pacific,,,,,,,2002-06-14, -/games/boxart/full_zidane-football-generation-2002_362PALFront.jpg,Zidane Football Generation 2002,GBA,Sports,Cryo Interactive,Aqua Pacific,,,,,,,2002-11-15, -/games/boxart/full_2309867JapanFrontccc.jpg,Zoku Hatukoi Monogatari: Shuugaku Ryokou,PCFX,Sports,NEC,NEC,,,,,,,1997-06-06, -/games/boxart/full_8743117AmericaFrontccc.jpg,Zombie Bowl-O-Rama,PC,Sports,Mumbo Jumbo,Mumbo Jumbo,,,,,,,2009-10-15, -/games/boxart/full_431510AmericaFrontccc.jpg,Zoo Disc Golf,WW,Sports,Sonalysts,Sonalysts Inc.,,,,,,,2010-06-07, -/games/boxart/full_6508183AmericaFrontccc.png,3D MiniGolf,NS,Sports,Merge Games,Z-Software,,,,,,,2018-02-01,2019-04-13 -/games/boxart/full_7254259AmericaFrontccc.jpg,3on3 FreeStyle,PC,Sports,Joycity,Joycity,,,,,,,2017-10-16,2019-04-22 -/games/boxart/default.jpg,A Day at the Carnival,WiiU,Sports,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_9476610AmericaFrontccc.png,ACA NEOGEO 2020 SUPER BASEBALL,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-06-29,2018-03-29 -/games/boxart/full_8531719AmericaFrontccc.png,ACA NEOGEO 2020 SUPER BASEBALL,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-02-08,2019-04-21 -/games/boxart/full_37642AmericaFrontccc.jpg,ACA NEOGEO 2020 SUPER BASEBALL,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-04-27,2019-04-21 -/games/boxart/full_5740890AmericaFrontccc.jpeg,ACA NEOGEO BASEBALL STARS PROFESSIONAL,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-17,2018-08-05 -/games/boxart/full_2480215AmericaFrontccc.png,ACA NEOGEO BASEBALL STARS PROFESSIONAL,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-17,2018-08-05 -/games/boxart/full_9357510AmericaFrontccc.png,ACA NEOGEO LEAGUE BOWLING,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-07-19,2018-08-05 -/games/boxart/full_6764294AmericaFrontccc.jpeg,ACA NEOGEO LEAGUE BOWLING,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-07-19,2018-08-05 -/games/boxart/full_8199648AmericaFrontccc.jpg,ACA NEOGEO NEO TURF MASTERS,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-02-23,2018-04-03 -/games/boxart/full_4884343AmericaFrontccc.png,ACA NEOGEO NEO TURF MASTERS,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-03-23,2018-04-04 -/games/boxart/full_2727529AmericaFrontccc.png,ACA NEOGEO NEO TURF MASTERS,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-02-23,2018-03-29 -/games/boxart/full_1716047AmericaFrontccc.png,ACA NEOGEO POWER SPIKES II,NS,Sports,Hamster Corporation,Video System,,,,,,,2018-01-18,2018-04-04 -/games/boxart/full_8475667AmericaFrontccc.jpg,ACA NEOGEO POWER SPIKES II,XOne,Sports,Hamster Corporation,Video System,,,,,,,2018-01-18,2018-04-03 -/games/boxart/full_8276044AmericaFrontccc.jpeg,ACA NEOGEO POWER SPIKES II,PS4,Sports,Hamster Corporation,Video System,,,,,,,2018-04-19,2018-08-05 -/games/boxart/full_4592563AmericaFrontccc.png,ACA NEOGEO SOCCER BRAWL,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-12-07,2018-03-28 -/games/boxart/full_3436462AmericaFrontccc.png,ACA NEOGEO SOCCER BRAWL,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-11-22,2018-04-04 -/games/boxart/full_1211277AmericaFrontccc.jpg,ACA NEOGEO SOCCER BRAWL,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-11-22,2018-04-04 -/games/boxart/full_4559512AmericaFrontccc.png,ACA NEOGEO STAKES WINNER,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-02,2018-08-05 -/games/boxart/full_2011897AmericaFrontccc.jpeg,ACA NEOGEO STAKES WINNER,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 -/games/boxart/full_1374364AmericaFrontccc.jpeg,ACA NEOGEO STAKES WINNER,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-02,2018-08-05 -/games/boxart/full_3046087AmericaFrontccc.jpg,ACA NEOGEO STREET HOOP,XOne,Sports,Hamster Corporation,Data East,,,,,,,2017-11-09,2018-04-04 -/games/boxart/full_8275649AmericaFrontccc.png,ACA NEOGEO STREET HOOP,NS,Sports,Hamster Corporation,Data East,,,,,,,2017-11-09,2018-04-04 -/games/boxart/full_6618619AmericaFrontccc.png,ACA NEOGEO STREET HOOP,PS4,Sports,Hamster Corporation,Data East,,,,,,,2017-11-09,2018-04-04 -/games/boxart/full_1761453AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-07-27,2018-04-03 -/games/boxart/full_1560272AmericaFrontccc.jpg,ACA NEOGEO SUPER SIDEKICKS,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-07-27,2018-04-03 -/games/boxart/full_9122896AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2017-07-28,2018-04-03 -/games/boxart/full_589904AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS 2,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-10,2018-08-05 -/games/boxart/full_8534138AmericaFrontccc.jpeg,ACA NEOGEO SUPER SIDEKICKS 2,PS4,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-08,2018-08-05 -/games/boxart/full_2437547AmericaFrontccc.jpeg,ACA NEOGEO SUPER SIDEKICKS 2,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-10,2018-08-05 -/games/boxart/full_2906492AmericaFrontccc.jpeg,ACA NEOGEO SUPER SIDEKICKS 3 : THE NEXT GLORY,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-14,2018-08-05 -/games/boxart/full_3402726AmericaFrontccc.png,ACA NEOGEO SUPER SIDEKICKS 3 : THE NEXT GLORY,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-06-14,2018-08-05 -/games/boxart/full_6814556AmericaFrontccc.png,ACA NEOGEO TOP PLAYER'S GOLF,NS,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-24,2018-08-05 -/games/boxart/full_8348062AmericaFrontccc.jpeg,ACA NEOGEO TOP PLAYERS GOLF,XOne,Sports,Hamster Corporation,SNK Corporation,,,,,,,2018-05-24,2018-08-05 -/games/boxart/default.jpg,AFL Evolution 2,PS4,Sports,Unknown,Wicked Witch Software,,,,,,,,2020-05-01 -/games/boxart/3393459PALFrontccc.jpg,AFL Evolution 2,NS,Sports,Tru Blu Entertainment,Wicked Witch Software,,,,,,,2020-04-16,2020-05-01 -/games/boxart/default.jpg,AFL Evolution 2,XOne,Sports,Unknown,Wicked Witch Software,,,,,,,,2020-05-01 -/games/boxart/full_7010265AmericaFrontccc.png,Air Hockey,NS,Sports,Sabec Limited,Sabec Limited,,,,,,,2018-02-28,2018-03-23 -/games/boxart/full_6099932AmericaFrontccc.jpg,Alpine Ski,Arc,Sports,Unknown,Taito,,,,,,,,2022-04-24 -/games/boxart/full_9457192AmericaFrontccc.jpg,American Ninja Warrior: Challenge,PS4,Sports,GameMill Entertainment,Gaming Corps AB,,,,,,,2019-03-19,2020-09-22 -/games/boxart/full_8974631AmericaFrontccc.jpg,American Ninja Warrior: Challenge,NS,Sports,GameMill Entertainment,Gaming Corps AB,,,,,,,2019-03-19,2020-09-22 -/games/boxart/full_7430855AmericaFrontccc.jpg,American Ninja Warrior: Challenge,XOne,Sports,GameMill Entertainment,Gaming Corps AB,,,,,,,2019-03-19,2020-09-22 -/games/boxart/default.jpg,AO International Tennis,PS4,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2018-05-08,2018-05-25 -/games/boxart/default.jpg,AO International Tennis,XOne,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2018-05-08,2018-05-25 -/games/boxart/default.jpg,AO International Tennis,PC,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2018-05-08,2018-05-25 -/games/boxart/full_3911406AmericaFrontccc.jpg,AO Tennis 2,PS4,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 -/games/boxart/full_6120016AmericaFrontccc.jpg,AO Tennis 2,XOne,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 -/games/boxart/full_9560454AmericaFrontccc.jpg,AO Tennis 2,NS,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 -/games/boxart/full_5683236AmericaFrontccc.jpg,AO Tennis 2,PC,Sports,Big Ben Interactive,Big Ant Studios,,,,,,,2020-01-09,2019-12-27 -/games/boxart/full_3860424PALFrontccc.jpg,Ashes Cricket,PS4,Sports,Koch Media,Big Ant Studios,,,,,,,2018-11-16,2018-01-04 -/games/boxart/full_4106625PALFrontccc.jpg,Behold the Kickmen,NS,Sports,Ant Workshop,Size Five Games,,,,,,,2020-06-18,2022-04-17 -/games/boxart/full_8446292AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,PC,Sports,Unknown,Survios,,,,,,,,2021-06-12 -/games/boxart/full_851391AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,NS,Sports,Unknown,Survios,,,,,,,2021-09-03,2021-06-12 -/games/boxart/full_1291869AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,XOne,Sports,Unknown,Survios,,,,,,,,2021-06-12 -/games/boxart/full_2791935AmericaFrontccc.jpg,Big Rumble Creed Champions Boxing,PS4,Sports,Unknown,Survios,,,,,,,,2021-06-12 -/games/boxart/full_8932524AmericaFrontccc.jpg,Blood Bowl 3,NS,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 -/games/boxart/full_2030353AmericaFrontccc.jpg,Blood Bowl 3,PC,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 -/games/boxart/full_6128188AmericaFrontccc.jpg,Blood Bowl 3,PS4,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 -/games/boxart/full_1267227AmericaFrontccc.jpg,Blood Bowl 3,PS5,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 -/games/boxart/full_2490035AmericaFrontccc.jpg,Blood Bowl 3,XOne,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 -/games/boxart/full_484169AmericaFrontccc.jpg,Blood Bowl 3,XS,Sports,Unknown,Cyanide Studio,,,,,,,,2021-06-12 -/games/boxart/default.jpg,Body Slam: Super Pro Wrestling,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 -/games/boxart/full_3720053AmericaFrontccc.png,Boxing,Int,Sports,Mattel Electronics,Mattel,,,,,,,1981-10-21,2018-01-13 -/games/boxart/default.jpg,Break in,WiiU,Sports,Unknown,Konami,,,,,,,,2020-08-25 -/games/boxart/full_5757687PALFrontccc.jpg,Captain Tsubasa: Rise of New Champions,PC,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2020-05-23 -/games/boxart/full_6817651PALFrontccc.jpg,Captain Tsubasa: Rise of New Champions,PS4,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2020-05-23 -/games/boxart/full_3141276PALFrontccc.jpg,Captain Tsubasa: Rise of New Champions,NS,Sports,Bandai Namco Entertainment,Tamsoft,,,,,,,2020-08-28,2020-05-23 -/games/boxart/default.jpg,Championship Tennis,Int,Sports,Dextell Ltd.,Mattel,,,,,,,1985-01-01,2018-01-13 -/games/boxart/default.jpg,Chip Shot: Super Pro Golf,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/full_8487587AmericaFrontccc.png,ClusterPuck 99,NS,Sports,Coatsink Software,PHL Collective,,,,,,,2018-03-29,2018-03-23 -/games/boxart/full_4622630AmericaFrontccc.jpg,Crayola Scoot,PC,Sports,Outright Games,Climax Studios,,,,,,,2018-10-16,2020-09-23 -/games/boxart/full_1225417PALFrontccc.jpg,Cricket 19 - The Official Game of the Ashes,NS,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-05-31,2019-05-02 -/games/boxart/default.jpg,Cricket 19 - The Official Game of the Ashes,PC,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-12-01,2019-05-02 -/games/boxart/full_458507PALFrontccc.jpg,Cricket 19 - The Official Game of the Ashes,PS4,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-05-31,2019-05-02 -/games/boxart/full_9320712PALFrontccc.jpg,Cricket 19 - The Official Game of the Ashes,XOne,Sports,Big Ant Studios,Big Ant Studios,,,,,,,2019-05-31,2019-05-02 -/games/boxart/full_8629592AmericaFrontccc.jpg,David Beckham Soccer,PS,Sports,Majesco,Rage Software,,,,,,,2002-06-01,2018-03-30 -/games/boxart/full_1583599JapanFrontccc.jpg,Dead or Alive Xtreme 3: Scarlet,NS,Sports,Koei Tecmo,Team Ninja,,,,,,,2019-03-20,2019-03-22 -/games/boxart/full_4495054JapanFrontccc.jpg,Dead or Alive Xtreme 3: Scarlet,PS4,Sports,Koei Tecmo,Team Ninja,,,,,,,2019-03-20,2019-03-22 -/games/boxart/default.jpg,Disc Jam,PS4,Sports,Unknown,High Horse Entertainment,,,,,,,,2018-02-12 -/games/boxart/full_7000715AmericaFrontccc.png,Disc Jam,NS,Sports,High Horse Entertainment,High Horse Entertainment,,,,,,,2018-02-08,2018-02-12 -/games/boxart/default.jpg,Disc Jam,PC,Sports,Unknown,High Horse Entertainment,,,,,,,,2018-02-11 -/games/boxart/default.jpg,Disco Dodgeball Remix,PS4,Sports,Unknown,Zen Studios,,,,,,,,2018-05-14 -/games/boxart/full_9009837AmericaFrontccc.png,Disco Dodgeball Remix,NS,Sports,Unknown,Zen Studios,,,,,,,,2018-05-14 -/games/boxart/default.jpg,Disco Dodgeball Remix,XOne,Sports,Unknown,Zen Studios,,,,,,,,2018-05-14 -/games/boxart/full_7161507AmericaFrontccc.jpg,Dodgeball Academia,XOne,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 -/games/boxart/full_1684205AmericaFrontccc.jpg,Dodgeball Academia,PS4,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 -/games/boxart/full_5629688AmericaFrontccc.jpg,Dodgeball Academia,PC,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 -/games/boxart/full_6197597AmericaFrontccc.jpg,Dodgeball Academia,NS,Sports,Unknown,Pocket Trap,,,,,,,,2021-06-14 -/games/boxart/full_9523380AmericaFrontccc.jpg,EA Sports FC 24,XOne,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 -/games/boxart/full_6117706AmericaFrontccc.jpg,EA Sports FC 24,XS,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 -/games/boxart/full_4915659AmericaFrontccc.jpg,EA Sports FC 24,NS,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 -/games/boxart/full_1885105AmericaFrontccc.jpg,EA Sports FC 24,PC,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 -/games/boxart/full_7732864AmericaFrontccc.jpg,EA Sports FC 24,PS4,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 -/games/boxart/full_158771AmericaFrontccc.jpg,EA Sports FC 24,PS5,Sports,Unknown,EA Sports,,,,,,,,2023-11-06 -/games/boxart/full_8831929JapanFrontccc.jpg,eBaseball Powerful Pro Baseball 2020,PS4,Sports,Konami Digital Entertainment,Konami,,,,,,,2020-07-09,2020-07-17 -/games/boxart/full_6712802JapanFrontccc.jpg,eBaseball Powerful Pro Baseball 2020,NS,Sports,Konami Digital Entertainment,Konami,,,,,,,2020-07-09,2020-07-17 -/games/boxart/full_4427116AmericaFrontccc.jpg,eBASEBALL Powerful Pro Baseball 2022,NS,Sports,Unknown,Konami,,,,,,,,2022-06-09 -/games/boxart/full_6675496AmericaFrontccc.jpg,eBASEBALL Powerful Pro Baseball 2022,PS4,Sports,Unknown,Konami,,,,,,,,2022-06-09 -/games/boxart/full_8977916AmericaFrontccc.jpg,eFootball Pro Evolution Soccer 2020,PC,Sports,Konami,PES Productions,,,,,,,2019-09-10,2019-06-13 -/games/boxart/full_8968352AmericaFrontccc.jpg,eFootball Pro Evolution Soccer 2020,XOne,Sports,Konami,PES Productions,,,,,,,2019-09-10,2019-06-13 -/games/boxart/full_9017453AmericaFrontccc.jpg,eFootball Pro Evolution Soccer 2020,PS4,Sports,Konami,PES Productions,,,,,,,2019-09-10,2019-06-13 -/games/boxart/full_8667353AmericaFrontccc.jpg,Everybody's Golf VR,PS4,Sports,Sony Computer Entertainment,Clap Hanz,,,,,,,2019-05-21,2019-12-18 -/games/boxart/full_2167132AmericaFrontccc.jpg,Family Party: 30 Great Games Obstacle Arcade,WiiU,Sports,D3 Publisher,Art Co. Ltd.,,,,,,,2012-12-04,2020-09-15 -/games/boxart/full_274255AmericaFrontccc.jpg,FIFA 19,PC,Sports,Electronic Arts,EA Sports,,,,,,,2018-09-28,2018-09-12 -/games/boxart/full_8468787AmericaFrontccc.jpg,FIFA 20,PC,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 -/games/boxart/full_3078790AmericaFrontccc.jpg,FIFA 20,NS,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 -/games/boxart/full_3092576AmericaFrontccc.jpg,FIFA 20,PS4,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 -/games/boxart/full_584189AmericaFrontccc.jpg,FIFA 20,XOne,Sports,EA Sports,Electronic Arts,,,,,,,2019-09-27,2019-06-10 -/games/boxart/full_2136464PALFrontccc.jpg,FIFA 21,PC,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 -/games/boxart/full_6889040AmericaFrontccc.jpg,FIFA 21,XOne,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 -/games/boxart/full_8015698AmericaFrontccc.jpg,FIFA 21,PS4,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 -/games/boxart/full_4739211AmericaFrontccc.jpg,FIFA 21,NS,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-10-09,2020-06-19 -/games/boxart/full_7564441AmericaFrontccc.jpg,FIFA 21,PS5,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-12-31,2020-06-19 -/games/boxart/full_9482910AmericaFrontccc.jpg,FIFA 21,XS,Sports,Electronic Arts,EA Vancouver,,,,,,,2020-12-31,2020-06-19 -/games/boxart/full_3293034PALFrontccc.jpg,FIFA 22,All,Sports,EA Sports,Electronic Arts,,,,,,,2021-10-01,2021-09-21 -/games/boxart/full_6384062JapanFrontccc.jpg,Fitness Boxing feat. Hatsune Miku: Isshoni Exercise,NS,Sports,Unknown,Imagineer,,,,,,,,2023-09-27 -/games/boxart/full_1081513AmericaFrontccc.jpg,Fitness Boxing Fist of the North Star,NS,Sports,Unknown,Imagineer,,,,,,,,2023-02-01 -/games/boxart/full_7589456AmericaFrontccc.png,Floor Kids,NS,Sports,MERJ Media,MERJ Media,,,,,,,2018-01-01,2018-01-07 -/games/boxart/default.jpg,Football Strike,And,Sports,Unknown,Miniclip,,,,,,,,2018-01-08 -/games/boxart/full_7856689AmericaFrontccc.jpg,Golf Club: Wasteland,PS4,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 -/games/boxart/full_153361AmericaFrontccc.jpg,Golf Club: Wasteland,XOne,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 -/games/boxart/full_1241399AmericaFrontccc.jpg,Golf Club: Wasteland,NS,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 -/games/boxart/full_5952003AmericaFrontccc.jpg,Golf Club: Wasteland,PC,Sports,Unknown,Demagog Studio,,,,,,,,2021-06-10 -/games/boxart/full_2703008AmericaFrontccc.jpg,Golf With Your Friends,NS,Sports,Team 17,Blacklight Interactive,,,,,,,2020-05-19,2020-04-30 -/games/boxart/full_7078397AmericaFrontccc.jpg,Golf With Your Friends,PS4,Sports,Team 17,Blacklight Interactive,,,,,,,2020-05-19,2020-04-30 -/games/boxart/full_2006476AmericaFrontccc.jpg,Golf With Your Friends,XOne,Sports,Team 17,Blacklight Interactive,,,,,,,2020-05-19,2020-04-30 -/games/boxart/full_4173315AmericaFrontccc.jpg,Gridiron Champions,PC,Sports,iMackulate Vision Gaming,iMackulate Vision Gaming,,,,,,,2020-12-01,2019-10-18 -/games/boxart/full_3715644AmericaFrontccc.jpg,Gridiron Champions,PS4,Sports,iMackulate Vision Gaming,iMackulate Vision Gaming,,,,,,,2020-12-01,2019-10-18 -/games/boxart/full_8031944AmericaFrontccc.jpg,Gridiron Champions,XOne,Sports,iMackulate Vision Gaming,iMackulate Vision Gaming,,,,,,,2020-12-01,2019-10-18 -/games/boxart/full_3381037AmericaFrontccc.jpg,Headmaster,PS4,Sports,Frame Interactive Studio LLC,Frame Studios Interactive,,,,,,,2016-10-13,2018-09-19 -/games/boxart/default.jpg,Horse Racing,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 -/games/boxart/full_1184335AmericaFrontccc.jpeg,Hot Shots Tennis,PS4,Sports,Sony Interactive Entertainment,Clap Hanz,,,,,,,2016-09-13,2018-09-24 -/games/boxart/full_6673156AmericaFrontccc.jpg,Hustle Kings,PS4,Sports,Sony Computer Entertainment,EPOS Game Studios,,,,,,,2015-02-10,2018-09-25 -/games/boxart/full_9222148AmericaFrontccc.jpg,HyperBrawl Tournament,PS4,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 -/games/boxart/full_4927094AmericaFrontccc.jpg,HyperBrawl Tournament,XOne,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 -/games/boxart/full_3067545AmericaFrontccc.jpg,HyperBrawl Tournament,NS,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 -/games/boxart/full_7679595AmericaFrontccc.jpg,HyperBrawl Tournament,PC,Sports,Unknown,Milky Tea,,,,,,,,2020-10-23 -/games/boxart/full_7940105AmericaFrontccc.jpg,Infinite Minigolf,PS4,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-25,2018-01-20 -/games/boxart/full_7329996AmericaFrontccc.jpg,Infinite Minigolf,XOne,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-25,2018-01-20 -/games/boxart/full_7067927AmericaFrontccc.jpg,Infinite Minigolf,NS,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-28,2018-01-20 -/games/boxart/full_3592940AmericaFrontccc.jpg,Infinite Minigolf,PC,Sports,Zen Studios,Zen Studios,,,,,,,2017-07-25,2018-01-20 -/games/boxart/full_8447805JapanFrontccc.jpg,Jikkyou Powerful Pro Yakyuu,NS,Sports,Konami,Konami,,,,,,,2019-06-27,2019-03-26 -/games/boxart/full_1790756JapanFrontccc.jpg,Jockey's Road,XB,Sports,Microsoft Game Studios,Progress Software,,,,,,,2002-10-10,2018-10-10 -/games/boxart/full_8445037AmericaFrontccc.jpg,Jump Rope Challenge,NS,Sports,Nintendo,Nintendo EPD,,,,,,,2020-06-15,2020-07-20 -/games/boxart/full_7658063AmericaFrontccc.jpg,K-1: The Arena Fighters,PS,Sports,THQ,Daft,,,,,,,1997-02-28,2018-05-19 -/games/boxart/full_9590186AmericaFrontccc.jpg,Knockout City,NS,Sports,EA Originals,Velan Studios,,,,,,,2021-05-21,2021-02-17 -/games/boxart/full_7710687AmericaFrontccc.jpg,Knockout City,XS,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 -/games/boxart/full_7603057AmericaFrontccc.jpg,Knockout City,XOne,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 -/games/boxart/full_3571874AmericaFrontccc.jpg,Knockout City,PC,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 -/games/boxart/full_928004AmericaFrontccc.jpg,Knockout City,PS5,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 -/games/boxart/full_1552963AmericaFrontccc.jpg,Knockout City,PS4,Sports,Unknown,Velan Studios,,,,,,,,2021-02-18 -/games/boxart/full_4119909PALFrontccc.jpg,Knockout Home Fitness,NS,Sports,Xseed Games,Pocket,,,,,,,2021-09-28,2021-06-15 -/games/boxart/full_4631013AmericaFrontccc.jpg,KungFu Kickball,NS,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 -/games/boxart/full_8750332AmericaFrontccc.jpg,KungFu Kickball,PC,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 -/games/boxart/full_3702895AmericaFrontccc.jpg,KungFu Kickball,PS4,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 -/games/boxart/full_2041820AmericaFrontccc.jpg,KungFu Kickball,XOne,Sports,Blowfish Studios,WhaleFood Games,,,,,,,2020-12-01,2019-08-17 -/games/boxart/full_2011299AmericaFrontccc.jpg,Lego Chess,PC,Sports,LEGO Media,Krisalis Software,,,,,,,1998-02-04,2017-12-30 -/games/boxart/full_1516887AmericaFrontccc.jpg,Madden NFL 20,XOne,Sports,EA Sports,EA Tiburon,,,,,,,2019-08-02,2019-04-26 -/games/boxart/full_7770814AmericaFrontccc.jpg,Madden NFL 20,PS4,Sports,EA Sports,EA Tiburon,,,,,,,2019-08-02,2019-04-26 -/games/boxart/full_1389881AmericaFrontccc.jpg,Madden NFL 20,PC,Sports,EA Sports,EA Tiburon,,,,,,,2019-08-02,2019-04-26 -/games/boxart/full_5884737AmericaFrontccc.jpeg,Madden NFL 21,PC,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-08-28,2020-05-07 -/games/boxart/full_7274604AmericaFrontccc.jpeg,Madden NFL 21,PS4,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-08-28,2020-05-07 -/games/boxart/full_8452471AmericaFrontccc.jpeg,Madden NFL 21,PS5,Sports,EA Sports,EA Tiburon,,,,,,,2020-11-12,2020-05-14 -/games/boxart/full_7050085AmericaFrontccc.jpeg,Madden NFL 21,XOne,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-08-28,2020-05-07 -/games/boxart/full_5432720AmericaFrontccc.jpeg,Madden NFL 21,XS,Sports,Electronic Arts,EA Tiburon,,,,,,,2020-11-10,2020-05-07 -/games/boxart/full_2817858AmericaFrontccc.jpg,Madden NFL 22,All,Sports,EA Sports,EA Tiburon,,,,,,,2021-08-20,2021-09-21 -/games/boxart/full_7803196AmericaFrontccc.jpeg,Madden NFL 23,PS4,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 -/games/boxart/full_595565AmericaFrontccc.jpeg,Madden NFL 23,PS5,Sports,Unknown,EA Tiburon,7.3,,,,,,,2022-11-21 -/games/boxart/full_7631589AmericaFrontccc.jpeg,Madden NFL 23,XOne,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 -/games/boxart/full_5610842AmericaFrontccc.jpeg,Madden NFL 23,XS,Sports,Unknown,EA Tiburon,7.3,,,,,,,2022-11-21 -/games/boxart/full_5575135AmericaFrontccc.jpeg,Madden NFL 23,All,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 -/games/boxart/full_5959267AmericaFrontccc.jpeg,Madden NFL 23,PC,Sports,Unknown,EA Tiburon,,,,,,,,2022-11-21 -/games/boxart/full_7142834AmericaFrontccc.jpeg,Madden NFL 24,XOne,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 -/games/boxart/full_2491120AmericaFrontccc.jpeg,Madden NFL 24,XS,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 -/games/boxart/full_8627065AmericaFrontccc.jpeg,Madden NFL 24,PC,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 -/games/boxart/full_2886092AmericaFrontccc.jpeg,Madden NFL 24,PS4,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 -/games/boxart/full_2811340AmericaFrontccc.jpeg,Madden NFL 24,PS5,Sports,Unknown,EA Tiburon,,,,,,,,2023-11-06 -/games/boxart/full_3165251AmericaFrontccc.jpg,MLB 13: The Show - Home Run Derby,PSN,Sports,Sony Computer Entertainment America,SCE San Diego Studio,,,,,,,2013-07-02,2020-08-06 -/games/boxart/full_3902882AmericaFrontccc.jpg,MLB Home Run Derby VR,OR,Sports,MLB.com,MLB.com,,,,,,,2020-05-01,2021-10-27 -/games/boxart/full_7214465AmericaFrontccc.jpg,MLB The Show 19,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2019-03-26,2019-03-23 -/games/boxart/full_3566166AmericaFrontccc.jpg,MLB The Show 20,PS4,Sports,Sony Interactive Entertainment,SIE San Diego Studio,,,,,,,2020-03-17,2020-08-05 -/games/boxart/full_1970744AmericaFrontccc.png,MLB The Show 22,XS,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 -/games/boxart/full_6686066AmericaFrontccc.png,MLB The Show 22,All,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 -/games/boxart/full_6752540AmericaFrontccc.png,MLB The Show 22,NS,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 -/games/boxart/full_4368730AmericaFrontccc.png,MLB The Show 22,PS4,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 -/games/boxart/full_4623082AmericaFrontccc.png,MLB The Show 22,XOne,Sports,Unknown,SCE San Diego Studio,,,,,,,,2022-02-08 -/games/boxart/full_5314057AmericaFrontccc.jpg,Monster of the Deep: Final Fantasy XV,PS4,Sports,Square Enix,Square Enix,,,,,,,2017-11-21,2018-12-18 -/games/boxart/default.jpg,Motocross,Int,Sports,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/default.jpg,Mountain Madness: Super Pro Skiing,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 -/games/boxart/default.jpg,Mutant Football League,PC,Sports,Unknown,Digital Dreams,,,,,,,,2018-07-09 -/games/boxart/full_1289209AmericaFrontccc.jpg,My Little Riding Champion,XOne,Sports,Bigben Interactive,Caipirinha Games,,,,,,,2018-11-29,2019-01-03 -/games/boxart/full_7192431AmericaFrontccc.jpg,My Little Riding Champion,PC,Sports,Toplitz Productions,Caipirinha Games,,,,,,,2018-11-29,2019-01-03 -/games/boxart/full_3018488PALFrontccc.jpg,My Little Riding Champion,PS4,Sports,Bigben Interactive,Caipirinha Games,,,,,,,2018-11-29,2019-01-03 -/games/boxart/full_1614538AmericaFrontccc.jpg,My Little Riding Champion,NS,Sports,Maximum Games,Caipirinha Games,,,,,,,2019-01-29,2019-01-03 -/games/boxart/default.jpg,NASL Soccer,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-04,2018-01-13 -/games/boxart/full_9955023AmericaFrontccc.jpg,NBA 2K19,PC,Sports,2K Sports,Visual Concepts,,,,,,,2018-09-11,2018-07-28 -/games/boxart/full_3555605AmericaFrontccc.jpg,NBA 2K20,NS,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 -/games/boxart/full_54540AmericaFrontccc.jpg,NBA 2K20,PC,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 -/games/boxart/full_5076800AmericaFrontccc.jpg,NBA 2K20,PS4,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 -/games/boxart/full_3745310AmericaFrontccc.jpg,NBA 2K20,XOne,Sports,2K Sports,Visual Concepts,,,,,,,2019-09-06,2019-07-21 -/games/boxart/full_3198209AmericaFrontccc.jpg,NBA 2K21,PS4,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 -/games/boxart/full_597426AmericaFrontccc.jpg,NBA 2K21,PS5,Sports,2K Sports,Visual Concepts,,,,,,,2020-11-12,2020-06-14 -/games/boxart/full_5902423AmericaFrontccc.jpg,NBA 2K21,XOne,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 -/games/boxart/full_1585971AmericaFrontccc.jpg,NBA 2K21,XS,Sports,2K Sports,Visual Concepts,,,,,,,2020-11-10,2020-06-14 -/games/boxart/full_2078409AmericaFrontccc.jpg,NBA 2K21,NS,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 -/games/boxart/full_4314710AmericaFrontccc.jpg,NBA 2K21,PC,Sports,2K Sports,Visual Concepts,,,,,,,2020-09-04,2020-06-14 -/games/boxart/default.jpg,NBA 2K22,NS,Sports,Unknown,Visual Concepts,,,,,,,,2023-07-02 -/games/boxart/full_8488786AmericaFrontccc.jpg,NBA 2K24,PS5,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 -/games/boxart/full_7669737AmericaFrontccc.jpg,NBA 2K24,XOne,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 -/games/boxart/full_9157305AmericaFrontccc.jpg,NBA 2K24,XS,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 -/games/boxart/full_6576001AmericaFrontccc.jpg,NBA 2K24,NS,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 -/games/boxart/full_5300458AmericaFrontccc.jpg,NBA 2K24,PC,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 -/games/boxart/full_7869121AmericaFrontccc.jpg,NBA 2K24,PS4,Sports,Unknown,Visual Concepts,,,,,,,,2023-09-19 -/games/boxart/default.jpg,NBA Basketball,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-25,2018-01-13 -/games/boxart/full_4567699AmericaFrontccc.png,NBA Playgrounds,NS,Sports,Saber Interactive,Saber Interactive,,,,,,,2018-01-04,2018-03-23 -/games/boxart/full_3186699AmericaFrontccc.jpg,NCAA Football 2005/Top Spin Combo,XB,Sports,Microsoft Game Studios,Various,,,,,,,2005-10-31,2018-10-11 -/games/boxart/full_2866557AmericaFrontccc.jpg,NHL 20,XOne,Sports,EA Sports,EA Vancouver,,,,,,,2019-09-13,2019-07-06 -/games/boxart/full_9691113AmericaFrontccc.jpg,NHL 20,PS4,Sports,EA Sports,EA Vancouver,,,,,,,2019-09-13,2019-07-06 -/games/boxart/full_7675735AmericaFrontccc.jpg,NHL 21,PS4,Sports,EA Sports,EA Vancouver,,,,,,,2020-10-16,2020-07-22 -/games/boxart/full_3533833AmericaFrontccc.jpg,NHL 21,XOne,Sports,EA Sports,EA Vancouver,,,,,,,2020-10-16,2020-07-22 -/games/boxart/full_5249855AmericaFrontccc.jpg,NHL 22,PS4,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 -/games/boxart/full_7084322AmericaFrontccc.jpg,NHL 22,PS5,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 -/games/boxart/full_4131888AmericaFrontccc.jpg,NHL 22,XOne,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 -/games/boxart/full_5969365AmericaFrontccc.jpg,NHL 22,XS,Sports,Unknown,EA Vancouver,,,,,,,,2021-08-26 -/games/boxart/full_8203255AmericaFrontccc.jpg,NHL 24,XS,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 -/games/boxart/full_1451215AmericaFrontccc.jpg,NHL 24,PS4,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 -/games/boxart/full_7009258AmericaFrontccc.jpg,NHL 24,PS5,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 -/games/boxart/full_3990568AmericaFrontccc.jpg,NHL 24,XOne,Sports,Unknown,EA Vancouver,,,,,,,,2023-11-06 -/games/boxart/full_7704183AmericaFrontccc.png,NHL Hockey,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2017-12-13 -/games/boxart/full_2299678AmericaFrontccc.png,OlliOlli,WiiU,Sports,Curve Digital,Roll7,,,,,,,2015-03-05,2019-04-05 -/games/boxart/full_5624522AmericaFrontccc.png,OlliOlli,3DS,Sports,Curve Digital,Roll7,,,,,,,2015-03-05,2019-04-05 -/games/boxart/full_8449977AmericaFrontccc.jpg,OlliOlli,XOne,Sports,Curve Digital,Roll7,,,,,,,2015-03-06,2019-04-05 -/games/boxart/full_6122267AmericaFrontccc.png,OlliOlli,And,Sports,Devolver Digital,Roll7,,,,,,,2014-12-24,2019-04-05 -/games/boxart/full_5371158AmericaFrontccc.jpg,OlliOlli World,XS,Sports,Unknown,Roll7,,,,,,,,2021-06-13 -/games/boxart/full_7187155AmericaFrontccc.jpg,OlliOlli World,PC,Sports,Unknown,Roll7,,,,,,,,2021-06-13 -/games/boxart/full_1709152AmericaFrontccc.jpg,OlliOlli World,PS4,Sports,Unknown,Roll7,,,,,,,,2021-06-13 -/games/boxart/full_4782184AmericaFrontccc.jpg,OlliOlli World,NS,Sports,Unknown,Roll7,,,,,,,,2021-06-13 -/games/boxart/full_2035950AmericaFrontccc.jpg,OlliOlli World,PS5,Sports,Unknown,Roll7,,,,,,,,2021-06-13 -/games/boxart/full_337569AmericaFrontccc.jpg,OlliOlli World,XOne,Sports,Unknown,Roll7,,,,,,,,2021-06-13 -/games/boxart/full_3489816AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,Linux,Sports,Devolver Digital,Roll7,,,,,,,2015-08-11,2019-04-05 -/games/boxart/full_5968192AmericaFrontccc.png,OlliOlli2: Welcome to Olliwood,And,Sports,Devolver Digital,Roll7,,,,,,,2015-10-02,2019-04-05 -/games/boxart/full_7896549AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,PC,Sports,Devolver Digital,Roll7,,,,,,,2015-08-11,2019-04-05 -/games/boxart/full_1941634AmericaFrontccc.jpg,OlliOlli2: Welcome to Olliwood,OSX,Sports,Devolver Digital,Roll7,,,,,,,2015-08-11,2019-04-05 -/games/boxart/full_2893278AmericaFrontccc.jpg,OlliOlli2: XL Edition,XOne,Sports,Team17 Digital Ltd,Roll7,,,,,,,2016-05-24,2019-04-05 -/games/boxart/full_202549AmericaFrontccc.png,OlliOlli: Switch Stance,NS,Sports,Gambitious,Roll7,,,,,,,2019-02-14,2019-04-05 -/games/boxart/full_3992337AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,PS4,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 -/games/boxart/full_9063826AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,NS,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 -/games/boxart/full_689765AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,PC,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 -/games/boxart/full_8873799AmericaFrontccc.png,Olympic Games Tokyo 2020 - The Official Video Game,XOne,Sports,Sega,Sega,,,,,,,2020-12-31,2019-04-08 -/games/boxart/full_5001415AmericaFrontccc.png,Party Golf,NS,Sports,Giant Margarita,Giant Margarita,,,,,,,2017-10-19,2018-03-25 -/games/boxart/full_9082424AmericaFrontccc.jpg,Party Wave,iOS,Sports,Unknown,Mistwalker,,,,,,,,2022-08-13 -/games/boxart/full_773206AmericaFrontccc.png,PBA Bowling,Int,Sports,Mattel Electronics,Mattel,,,,,,,1981-07-31,2018-01-13 -/games/boxart/default.jpg,PGA Golf,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-11-05,2018-01-13 -/games/boxart/full_1678463AmericaFrontccc.jpg,PGA Tour 2K,Series,Sports,2K Sports,HB Studios,,,,,,,2022-08-21,2023-02-07 -/games/boxart/full_6802323AmericaFrontccc.jpg,PGA Tour 2K21,XOne,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 -/games/boxart/full_1913207AmericaFrontccc.jpg,PGA Tour 2K21,NS,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 -/games/boxart/full_8032388AmericaFrontccc.jpg,PGA Tour 2K21,PC,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 -/games/boxart/full_4307189AmericaFrontccc.jpg,PGA Tour 2K21,PS4,Sports,2K Sports,HB Studios,,,,,,,2020-08-21,2020-05-16 -/games/boxart/full_7788841AmericaFrontccc.jpg,PGA Tour 2K23,XS,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 -/games/boxart/full_3421650AmericaFrontccc.jpg,PGA Tour 2K23,All,Sports,2K Sports,HB Studios,,,,,,,2022-10-14,2022-09-28 -/games/boxart/full_3661042AmericaFrontccc.jpg,PGA Tour 2K23,PC,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 -/games/boxart/full_8798966AmericaFrontccc.jpg,PGA Tour 2K23,PS4,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 -/games/boxart/full_1401176AmericaFrontccc.jpg,PGA Tour 2K23,PS5,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 -/games/boxart/full_3453483AmericaFrontccc.jpg,PGA Tour 2K23,XOne,Sports,Unknown,HB Studios,,,,,,,,2022-09-28 -/games/boxart/full_691980PALFrontccc.jpg,Pilot Sports,NS,Sports,EuroVideo Medien,Z-Software GmbH,,,,,,,2018-09-27,2018-11-02 -/games/boxart/full_8650274AmericaFrontccc.png,Pocket League Story,NS,Sports,"Kairosoft Co.,Ltd","Kairosoft Co.,Ltd",,,,,,,2019-05-16,2019-05-14 -/games/boxart/full_3896985AmericaFrontccc.png,POOL,NS,Sports,Sabec Limited,Sabec Limited,,,,,,,2018-02-20,2018-03-25 -/games/boxart/full_9681788AmericaFrontccc.png,Pool BILLIARD,NS,Sports,D3Publisher,OHRUSSIA,,,,,,,2018-02-15,2018-03-25 -/games/boxart/default.jpg,Power Golf,WiiU,Sports,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_3973164AmericaFrontccc.png,Premium Pool Arena,NS,Sports,Bigben Interactive,Bigben Interactive,,,,,,,2018-02-06,2018-03-25 -/games/boxart/full_6917195PALFrontccc.jpg,Pro Evolution Soccer 2014,PS2,Sports,Unknown,Konami,,,,,,,,2018-03-04 -/games/boxart/full_6188320AmericaFrontccc.jpg,Pro Evolution Soccer 2019,PC,Sports,Konami,Konami,,,,,,,2018-08-28,2018-09-26 -/games/boxart/full_776577PALFrontccc.jpg,Pro Evolution Soccer 3,All,Sports,Konami,Konami,,,,,,,2004-02-17,2020-10-22 -/games/boxart/full_6215277PALFrontccc.jpg,Pumped BMX+,WiiU,Sports,Curve Digital,Curve Studios,,,,,,,2015-09-30,2022-04-17 -/games/boxart/full_2597296AmericaFrontccc.jpg,Rapala Pro Bass Fishing,WiiU,Sports,"Activision Publishing, Inc.",FUN Labs,,,,,,,2012-12-04,2020-09-15 -/games/boxart/full_4678646AmericaFrontccc.jpg,Reel Fishing: Road Trip Adventure,PS4,Sports,Natsume,Tachyon Inc.,,,,,,,2019-09-17,2019-09-08 -/games/boxart/full_865458AmericaFrontccc.jpg,Reel Fishing: Road Trip Adventure,NS,Sports,Natsume,Tachyon Inc.,,,,,,,2019-09-17,2019-09-08 -/games/boxart/full_6481204AmericaFrontccc.png,Retro Bowl,NS,Sports,Five Aces Publishing,New Star Games,,,,,,,2022-02-10,2022-03-01 -/games/boxart/full_8345015AmericaFrontccc.png,Retro Bowl,PC,Sports,New Star Games,New Star Games,,,,,,,2020-01-01,2022-02-14 -/games/boxart/full_320308AmericaFrontccc.jpg,Riders Republic,PS5,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 -/games/boxart/full_1447988AmericaFrontccc.jpg,Riders Republic,XOne,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 -/games/boxart/full_724711AmericaFrontccc.jpg,Riders Republic,XS,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 -/games/boxart/full_8930743AmericaFrontccc.jpg,Riders Republic,PC,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 -/games/boxart/full_7054307AmericaFrontccc.jpg,Riders Republic,PS4,Sports,Unknown,Ubisoft Annecy,,,,,,,,2021-06-10 -/games/boxart/full_7576917AmericaFrontccc.jpg,Roller Champions,PS4,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 -/games/boxart/full_3394110AmericaFrontccc.jpg,Roller Champions,PS5,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 -/games/boxart/full_960851AmericaFrontccc.jpg,Roller Champions,XOne,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 -/games/boxart/full_2910568AmericaFrontccc.jpg,Roller Champions,XS,Sports,Unknown,Ubisoft Montreal,,,,,,,,2022-06-09 -/games/boxart/full_4974511AmericaFrontccc.jpg,Roller Champions,PC,Sports,Ubisoft,Ubisoft,,,,,,,2020-12-01,2019-06-20 -/games/boxart/full_6657745PALFrontccc.jpg,Rugby 15,PC,Sports,Big Ben Interactive,HB Studios,,,,,,,2015-02-10,2018-04-19 -/games/boxart/full_3693459PALFrontccc.jpg,Rugby 20,PS4,Sports,Big Ben Interactive,EKO Software,,,,,,,2020-01-23,2020-01-17 -/games/boxart/full_8479469PALFrontccc.jpg,Rugby 20,XOne,Sports,Big Ben Interactive,EKO Software,,,,,,,2020-01-23,2020-01-17 -/games/boxart/full_7421294PALFrontccc.jpg,Rugby 20,PC,Sports,Big Ben Interactive,EKO Software,,,,,,,2020-01-23,2020-01-17 -/games/boxart/full_5516033PALFrontccc.jpg,Rugby Challenge 3,PC,Sports,Unknown,Wicked Witch Software,,,,,,,,2018-04-18 -/games/boxart/full_8474380AmericaFrontccc.jpg,SkateBIRD,NS,Sports,Unknown,Glass Bottom Games,,,,,,,,2021-06-12 -/games/boxart/full_1208997AmericaFrontccc.jpg,SkateBIRD,PC,Sports,Unknown,Glass Bottom Games,,,,,,,,2021-06-12 -/games/boxart/full_1219063AmericaFrontccc.jpg,SkateBIRD,XOne,Sports,Unknown,Glass Bottom Games,,,,,,,,2021-06-12 -/games/boxart/full_3739295AmericaFrontccc.jpg,Skater XL,PC,Sports,Easy Day Studios Pty Ltd,Easy Day Studios Pty Ltd,,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_5806798AmericaFrontccc.jpg,Skater XL,XOne,Sports,Easy Day Studios Pty Ltd,Easy Day Studios Pty Ltd,,,,,,,2020-12-01,2019-08-16 -/games/boxart/default.jpg,Slam Dunk: Super Pro Basketball,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/default.jpg,Slap Shot: Super Pro Hockey,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1987-01-01,2018-01-13 -/games/boxart/default.jpg,Soccer Stars,And,Sports,Unknown,Miniclip,,,,,,,,2018-01-08 -/games/boxart/default.jpg,Sonic At The Olympic Games - Tokyo 2020,iOS,Sports,Unknown,Sega,,,,,,,,2019-04-08 -/games/boxart/default.jpg,Sonic At The Olympic Games - Tokyo 2020,And,Sports,Unknown,Sega,,,,,,,,2019-04-08 -/games/boxart/full_7882000AmericaFrontccc.jpg,Spike Volleyball,PS4,Sports,Bigben Interactive,Black Sheep Studio,,,,,,,2019-02-05,2018-12-17 -/games/boxart/full_9492006AmericaFrontccc.jpg,Spike Volleyball,PC,Sports,Bigben Interactive,Black Sheep Studio,,,,,,,2019-02-05,2018-12-17 -/games/boxart/full_3489970AmericaFrontccc.jpg,Spike Volleyball,XOne,Sports,Bigben Interactive,Black Sheep Studio,,,,,,,2019-02-05,2018-12-17 -/games/boxart/default.jpg,Spiker! Super Pro Volleyball,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1989-01-01,2018-01-13 -/games/boxart/full_6861300AmericaFrontccc.png,Sports Story,NS,Sports,Sidebar Games,Sidebar Games,,,,,,,2020-12-01,2019-12-19 -/games/boxart/full_3000184PALFrontccc.jpg,Steep,NS,Sports,Ubisoft,Ubisoft Annecy,,,,,,,2018-12-01,2018-01-17 -/games/boxart/full_6901063AmericaFrontccc.png,Stikbold! A Dodgeball Adventure DELUXE,NS,Sports,Unknown,Game Swing,,,,,,,,2018-01-07 -/games/boxart/default.jpg,Super Action Baseball,CV,Sports,Unknown,Coleco,,,,,,,,2021-10-18 -/games/boxart/default.jpg,Super Action Football,CV,Sports,Unknown,Coleco,,,,,,,,2021-10-18 -/games/boxart/full_7488363AmericaFrontccc.jpg,Super Blood Hockey,PC,Sports,Loren Lemcke,Loren Lemcke,,,,,,,2017-08-17,2019-04-23 -/games/boxart/full_1597511AmericaFrontccc.jpg,Super Blood Hockey,NS,Sports,Digerati,Loren Lemcke,,,,,,,2019-04-26,2019-04-23 -/games/boxart/full_2771526AmericaFrontccc.jpg,Super Blood Hockey,XOne,Sports,Digerati,Loren Lemcke,,,,,,,2019-06-07,2019-04-23 -/games/boxart/full_1615059AmericaFrontccc.jpg,Super Blood Hockey,PS4,Sports,Digerati Distribution,Loren Lemcke,,,,,,,2019-06-04,2019-04-23 -/games/boxart/full_496173AmericaFrontccc.jpg,Super Mega Baseball 3,PC,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 -/games/boxart/full_7405455AmericaFrontccc.jpg,Super Mega Baseball 3,PS4,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 -/games/boxart/full_5959678AmericaFrontccc.jpg,Super Mega Baseball 3,XOne,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 -/games/boxart/full_1129202AmericaFrontccc.jpg,Super Mega Baseball 3,NS,Sports,Metalhead Software Inc.,Metalhead Software Inc.,,,,,,,2020-05-13,2020-04-30 -/games/boxart/default.jpg,Super Pro Decathlon,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1988-01-01,2018-01-13 -/games/boxart/default.jpg,Super Pro Football,Int,Sports,INTV Corporation,Realtime Associates,,,,,,,1986-01-01,2018-01-13 -/games/boxart/full_445659PALFrontccc.jpg,Super Sportmatchen,NS,Sports,DANGEN Entertainment,Kaj Forell Video Game Brand,,,,,,,2018-05-24,2018-06-04 -/games/boxart/full_873739AmericaFrontccc.png,Tennis,Int,Sports,Mattel Electronics,Mattel,,,,,,,1980-12-10,2018-01-13 -/games/boxart/full_7432701AmericaFrontccc.png,Tennis,NS,Sports,D3Publisher,D3Publisher,,,,,,,2018-01-25,2018-03-26 -/games/boxart/full_1473319AmericaFrontccc.jpg,Tennis 1920s,NS,Sports,Unknown,Helium9 Games,,,,,,,,2020-07-20 -/games/boxart/full_6682626AmericaFrontccc.png,Tennis in the Face,NS,Sports,Myth People,Myth People,,,,,,,2017-12-08,2018-02-04 -/games/boxart/full_9805644PALFrontccc.jpg,Tennis World Tour,PC,Sports,Bigben Interactive,Breakpoint Studio,,,,,,,2018-05-22,2018-09-26 -/games/boxart/full_4734629PALFrontccc.jpg,Tennis World Tour 2,XOne,Sports,Nacon,Big Ant Studios,,,,,,,2020-09-24,2020-09-25 -/games/boxart/full_3186841PALFrontccc.jpg,Tennis World Tour 2,NS,Sports,Nacon,Big Ant Studios,,,,,,,2020-10-15,2020-09-28 -/games/boxart/full_6708464PALFrontccc.jpg,Tennis World Tour 2,PC,Sports,Nacon,Big Ant Studios,,,,,,,2020-09-24,2020-09-25 -/games/boxart/full_9610180PALFrontccc.jpg,Tennis World Tour 2,PS4,Sports,Nacon,Big Ant Studios,,,,,,,2020-09-24,2020-09-25 -/games/boxart/full_4568114AmericaFrontccc.jpg,The Climb 2,PC,Sports,Unknown,Crytek,,,,,,,,2022-01-04 -/games/boxart/full_297061JapanFrontccc.jpg,The Experience! Sports Pack: Tennis - Bowling - Golf - Billiards,NS,Sports,D3 Publisher,D3 Publisher,,,,,,,2019-04-04,2019-03-31 -/games/boxart/full_772839AmericaFrontccc.jpg,The Thrill of the Fight,OR,Sports,Sealost Interactive LLC,Sealost Interactive LLC,,,,,,,2019-10-24,2021-10-28 -/games/boxart/full_2031416AmericaFrontccc.jpg,Tony Hawk's Pro Skater 1 + 2,PC,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2021-01-31 -/games/boxart/full_7475690AmericaFrontccc.jpg,Tony Hawk's Pro Skater 1 + 2,XOne,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2021-01-31 -/games/boxart/full_150275AmericaFrontccc.jpg,Tony Hawk's Pro Skater 1 + 2,PS4,Sports,Activision,Vicarious Visions,,,,,,,2020-09-04,2021-01-30 -/games/boxart/full_2225675AmericaFrontccc.jpg,Tony Hawk's Pro Skater HD,X360,Sports,Unknown,Robomodo,,,,,,,,2022-08-12 -/games/boxart/full_20479AmericaFrontccc.jpg,Tony Hawk's Pro Skater HD,PC,Sports,Unknown,Robomodo,,,,,,,,2022-08-12 -/games/boxart/full_5770179AmericaFrontccc.jpg,Tony Hawk's Pro Skater HD,PS3,Sports,Unknown,Robomodo,,,,,,,,2022-08-12 -/games/boxart/full_7819830PALFrontccc.jpg,Tour de France 2014,PC,Sports,Focus Home Interactive,Cyanide Studios,,,,,,,2014-06-19,2018-12-30 -/games/boxart/full_5222103AmericaFrontccc.jpg,Tsukue de Bowling,NS,Sports,SAT-BOX,SAT-BOX,,,,,,,2019-04-25,2019-04-20 -/games/boxart/default.jpg,U.S. Ski Team Skiing,Int,Sports,Mattel Electronics,APh Technological Consulting,,,,,,,1980-12-10,2018-01-13 -/games/boxart/full_6052847AmericaFrontccc.png,Ultra Space Battle Brawl,NS,Sports,Unknown,Mojiken Studio,,,,,,,,2018-08-01 -/games/boxart/full_2826737AmericaFrontccc.jpg,VR Sports Challenge,OR,Sports,Oculus,Sanzaru Games,,,,,,,2016-12-05,2021-10-27 -/games/boxart/full_5215648AmericaFrontccc.jpg,What the Golf?,PC,Sports,Unknown,Triband,,,,,,,,2020-05-20 -/games/boxart/full_268161PALFrontccc.jpg,What the Golf?,NS,Sports,Tribute Games,Triband,,,,,,,2020-05-21,2020-05-20 -/games/boxart/full_1634477AmericaFrontccc.jpg,Windjammers 2,PS4,Sports,Unknown,DotEmu,,,,,,,,2022-01-13 -/games/boxart/full_8718786AmericaFrontccc.jpg,Windjammers 2,PC,Sports,DotEmu,DotEmu,,,,,,,2020-12-01,2019-06-17 -/games/boxart/full_188422AmericaFrontccc.jpg,Windjammers 2,XOne,Sports,Unknown,DotEmu,,,,,,,,2022-01-13 -/games/boxart/full_5424892AmericaFrontccc.jpg,Windjammers 2,NS,Sports,DotEmu,DotEmu,,,,,,,2020-12-01,2019-06-17 -/games/boxart/full_5336671JapanFrontccc.jpg,Winning Post 7 2012,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2012-02-17,2018-12-21 -/games/boxart/full_6147558JapanFrontccc.jpg,Winning Post 7 2013,PC,Sports,Koei Tecmo,Tecmo Koei Games,,,,,,,2013-02-15,2019-01-19 -/games/boxart/full_7756121JapanFrontccc.jpg,Winning Post 8 2018,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2018-03-15,2018-07-30 -/games/boxart/full_8920060JapanFrontccc.jpg,Winning Post 9,NS,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_6951817JapanFrontccc.jpg,Winning Post 9,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_6380445JapanFrontccc.jpg,Winning Post 9,PS4,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_4649406AmericaFrontccc.jpg,Winning Post 9 2020,NS,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-03-12,2019-12-09 -/games/boxart/full_3351550AmericaFrontccc.jpg,Winning Post 9 2020,PC,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2019-04-01,2019-12-09 -/games/boxart/full_3031529AmericaFrontccc.jpg,Winning Post 9 2020,PS4,Sports,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-03-12,2019-12-09 -/games/boxart/full_2137638AmericaFrontccc.jpg,Winning Putt: Golf Online,PC,Sports,Bandai Namco Entertainment,"WEBZENONNET Co., Ltd.",,,,,,,2016-10-25,2019-03-26 -/games/boxart/default.jpg,World Championship Baseball,Int,Sports,INTV Corporation,APh Technological Consulting,,,,,,,1986-01-01,2018-01-13 -/games/boxart/default.jpg,World Cup Soccer,Int,Sports,Dextell Ltd.,Mattel Electronics France,,,,,,,1985-01-01,2018-01-13 -/games/boxart/default.jpg,World Series Major League Baseball,Int,Sports,Mattel Electronics,Mattel,,,,,,,1983-01-01,2018-01-13 -/games/boxart/default.jpg,World Sports Competition,WiiU,Sports,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/default.jpg,Wrestling Empire,NS,Sports,Unknown,MDickie,,,,,,,,2022-03-15 -/games/boxart/full_2777622AmericaFrontccc.jpg,WWE 2K Battlegrounds,PS4,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 -/games/boxart/full_1099599AmericaFrontccc.jpg,WWE 2K Battlegrounds,XOne,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 -/games/boxart/full_9396019AmericaFrontccc.jpg,WWE 2K Battlegrounds,NS,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 -/games/boxart/full_7191506AmericaFrontccc.jpg,WWE 2K Battlegrounds,PC,Sports,2K Sports,Saber Interactive,,,,,,,2020-09-18,2020-07-09 -/games/boxart/default.jpg,WWE 2K18,PC,Sports,Unknown,"Visual Concepts, Ltd.",,,,,,,,2019-03-29 -/games/boxart/full_1866696AmericaFrontccc.jpg,Worms,Series,Strategy,Team17,Team17,,,,,,,1995-10-31,2021-01-26 -/games/boxart/full_9940273AmericaFrontccc.png,Civilization,Series,Strategy,Microprose,Firaxis Games,,,,,,,1991-09-01,2020-02-05 -/games/boxart/full_9133566AmericaFrontccc.png,Total War,Series,Strategy,Sega,Creative Assembly,,,,,,,2000-06-13,2020-02-07 -/games/boxart/full_6456368AmericaFrontccc.jpg,Age of Empires,Series,Strategy,Microsoft,Ensemble Studios,,,,,,,1997-10-15,2020-03-12 -/games/boxart/full_5898823AmericaFrontccc.jpg,Command & Conquer,Series,Strategy,Electronic Arts,Westwood Studios,,,,,,,1995-09-26,2020-02-23 -/games/boxart/full_5720962AmericaFrontccc.jpg,Yu-Gi-Oh!,Series,Strategy,Konami,Konami,,,,,,,2002-03-20,2021-01-12 -/games/boxart/full_6543830AmericaFrontccc.jpg,StarCraft,Series,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1998-03-31,2020-02-18 -/games/boxart/full_2406458AmericaFrontccc.jpg,WarCraft,Series,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1994-11-23,2020-03-21 -/games/boxart/full_6226270AmericaFrontccc.jpg,Fire Emblem,Series,Strategy,Nintendo,Intelligent Systems,,,,,,,2003-11-03,2021-07-23 -/games/boxart/full_6705692AmericaFrontccc.jpg,Civilization VI,All,Strategy,2K Games,Firaxis Games,,,,,,,2016-10-21,2020-10-31 -/games/boxart/3959329ccc.jpg,StarCraft,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,8.7,,,,,,1998-04-01,2018-11-23 -/games/boxart/full_2888392AmericaFrontccc.jpg,Nobunaga's Ambition,Series,Strategy,KOEI,Koei,,,,,,,1983-03-01,2020-02-14 -/games/boxart/full_6560922AmericaFrontccc.jpg,RollerCoaster Tycoon 3,PC,Strategy,Atari,Frontier Developments,8.3,,,,,,2004-10-26, -/games/boxart/full_7404545AmericaFrontccc.jpg,The Settlers,Series,Strategy,Blue Byte,Blue Byte,,,,,,,1993-06-30,2020-02-10 -/games/boxart/full_6034923AmericaFrontccc.jpg,Pokémon Stadium,Series,Strategy,Nintendo,Nintendo,,,,,,,2000-03-06,2023-08-12 -/games/boxart/full_9178083AmericaFrontccc.jpg,Pikmin,Series,Strategy,Nintendo,Nintendo,,,,,,,2001-12-02,2020-08-18 -/games/boxart/full_7398718AmericaFrontccc.png,Romance of the Three Kingdoms,Series,Strategy,KOEI,Koei,,,,,,,1985-12-10,2020-02-15 -/games/boxart/full_sid-meiers-civilization-v_1AmericaFront.jpg,Sid Meier's Civilization V,PC,Strategy,2K Games,Firaxis Games,8.9,,,,,,2010-09-21, -/games/boxart/full_992919AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War",Series,Strategy,THQ,Relic Entertainment,,,,,,,2004-09-20,2020-11-16 -/games/boxart/full_starcraft-ii-wings-of-liberty_3AmericaFront.jpg,StarCraft II: Wings of Liberty,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,2010-07-27,2018-06-25 -/games/boxart/full_7218098AmericaFrontccc.jpg,Age of Empires II: HD Edition,PC,Strategy,Microsoft Studios,Hidden Path Entertainment,,,,,,,2013-04-09,2018-10-02 -/games/boxart/full_4699488AmericaFrontccc.png,XCOM,Series,Strategy,Microprose,Mythos Games,,,,,,,1994-03-01,2022-08-10 -/games/boxart/full_6051233AmericaFrontccc.jpg,Pokémon Stadium,N64,Strategy,Nintendo,HAL Laboratory,7.5,,,,,,2000-03-06, -/games/boxart/full_2554045AmericaFrontccc.png,Close Combat,Series,Strategy,Microsoft,Atomic Games,,,,,,,1996-07-01,2021-08-16 -/games/boxart/full_2263143AmericaFrontccc.jpg,Worms,All,Strategy,Ocean Software,Team17,,,,,,,1995-11-17,2021-01-26 -/games/boxart/full_5242617AmericaFrontccc.jpg,This War of Mine,Series,Strategy,11 bit studios,11 bit studios,,,,,,,2014-11-14,2020-03-14 -/games/boxart/full_8610749AmericaFrontccc.jpg,This War of Mine,All,Strategy,11 bit studios,11 bit studios,,,,,,,2014-11-14,2021-01-10 -/games/boxart/full_6504358AmericaFrontccc.jpg,Warcraft III: Reign of Chaos,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,2002-07-03,2018-11-23 -/games/boxart/full_4620356AmericaFrontccc.jpg,Company of Heroes,Series,Strategy,THQ,Relic Entertainment,,,,,,,2006-09-12,2020-11-16 -/games/boxart/full_8757399AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War",PC,Strategy,THQ,Relic,8.8,,,,,,2004-09-20, -/games/boxart/1694932ccc.jpg,Zoo Tycoon,PC,Strategy,Microsoft,Blue Fang Games,7.1,,,,,,2001-10-18, -/games/boxart/8358056ccc.jpg,Pokémon Trading Card Game,GB,Strategy,Nintendo,Hudson Soft,8.3,,,,,,2000-04-10, -/games/boxart/full_9421541AmericaFrontccc.jpg,Commandos,Series,Strategy,Eidos Interactive,Pyro Studios,,,,,,,1998-08-28,2020-02-12 -/games/boxart/full_1736497AmericaFrontccc.jpg,Age of Empires,PC,Strategy,Microsoft,Ensemble Studios,,,,,,,1997-09-30, -/games/boxart/full_6488394AmericaFrontccc.jpg,Civilization II,All,Strategy,Microprose,MicroProse,,,,,,,1996-02-29,2020-10-31 -/games/boxart/full_1791933AmericaFrontccc.jpg,Command & Conquer,All,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1995-09-26,2020-11-08 -/games/boxart/907179ccc.jpg,Sid Meier's Civilization IV,PC,Strategy,2K Games,Firaxis Games,9.4,,,,,,2005-10-25, -/games/boxart/4194306ccc.jpg,Warcraft II: Tides of Darkness,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1995-11-30, -/games/boxart/full_warcraft-ii-tides-of-darkness_441AmericaFront.jpg,Warcraft II: Tides of Darkness,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.3,,,,,,1996-04-30, -/games/boxart/full_3350622AmericaFrontccc.jpg,Pikmin 4,NS,Strategy,Nintendo,Nintendo,,,,,,,2023-07-21,2022-09-13 -/games/boxart/6505587ccc.jpg,Pokémon Stadium 2,N64,Strategy,Nintendo,HAL Laboratory,7.9,,,,,,2001-03-28, -/games/boxart/full_9342048AmericaFrontccc.jpg,Black & White,PC,Strategy,Electronic Arts,Lionhead Studios,9.3,,,,,,2001-03-26, -/games/boxart/full_5669548AmericaFrontccc.jpg,Factorio,PC,Strategy,Wube Software LTD.,Wube Software LTD.,,,,,,,2016-01-01,2021-02-06 -/games/boxart/full_1154167AmericaFrontccc.jpg,Lords of the Realm II,All,Strategy,Sierra Online,Impressions Games,,,,,,,1996-11-01,2021-03-18 -/games/boxart/4668733ccc.jpg,Warcraft III: The Frozen Throne,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,2003-07-01, -/games/boxart/full_command-ampamp-conquer-tiberian-sun_427AmericaFront.jpg,Command & Conquer: Tiberian Sun,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1999-08-24, -/games/boxart/full_90106AmericaFrontccc.png,Pikmin 3 Deluxe,NS,Strategy,Nintendo,Nintendo,,,,,,,2020-10-30,2020-08-05 -/games/boxart/full_1138608AmericaFrontccc.png,The Escapists,Series,Strategy,Team17,Mouldy Toof Studios,,,,,,,2015-02-13,2021-02-18 -/games/boxart/full_6185222PALFrontccc.jpg,Total War: WARHAMMER,PC,Strategy,Sega,Creative Assembly,,,,,,,2016-05-24,2018-05-30 -/games/boxart/full_447054AmericaFrontccc.jpg,Plague Inc: Evolved,PC,Strategy,Ndemic Creations,Ndemic Creations,,,,,,,2020-12-31,2019-02-02 -/games/boxart/7201581ccc.jpg,Age of Empires II: The Age of Kings,PC,Strategy,Microsoft,Ensemble Studios,9.3,,,,,,1999-09-30, -/games/boxart/9248446ccc.jpg,Age of Empires III,PC,Strategy,Microsoft Game Studios,Ensemble Studios,8.3,,,,,,2005-10-18, -/games/boxart/full_4113243AmericaFrontccc.jpg,Command & Conquer: Red Alert,PC,Strategy,Virgin Interactive,Westwood Studios,9.3,,,,,,1996-11-01, -/games/boxart/full_4866321AmericaFrontccc.jpg,Crusader Kings,Series,Strategy,Paradox Interactive,Paradox Development,,,,,,,2004-09-28,2021-02-21 -/games/boxart/full_3788749AmericaFrontccc.png,Mario + Rabbids: Kingdom Battle,NS,Strategy,Ubisoft,Ubisoft Milan,8.3,,,,,,2017-08-29,2018-01-24 -/games/boxart/full_3111102PALFrontccc.jpg,Stellaris,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2016-05-09,2018-09-22 -/games/boxart/full_1028192AmericaFrontccc.jpg,The Escapists,All,Strategy,Team17,Mouldy Toof Studios,,,,,,,2015-02-13,2021-02-18 -/games/boxart/full_3150735AmericaFrontccc.jpg,Planetary Annihilation,PC,Strategy,Nordic Games,Uber Entertainment,,,,,,,2014-09-05,2019-01-04 -/games/boxart/full_1604043AmericaFrontccc.jpg,Plants vs. Zombies,PC,Strategy,PopCap Games,PopCap Games,9,,,,,,2009-05-05, -/games/boxart/full_9236290JapanFrontccc.jpg,Yu-Gi-Oh! Duel Monsters,GB,Strategy,Konami,Konami Computer Entertainment Shinjuku,,,,,,,1998-12-16, -/games/boxart/full_5424296AmericaFrontccc.jpg,Pikmin,GC,Strategy,Nintendo,Nintendo EAD,8.1,,,,,,2001-12-03, -/games/boxart/full_9305280AmericaFrontccc.jpg,ShellShock Live,PC,Strategy,Unknown,kChamp Games,,,,,,,,2019-02-03 -/games/boxart/full_5367025AmericaFrontccc.jpg,Civilization,All,Strategy,Microprose,MicroProse,,,,,,,1991-09-01,2020-10-31 -/games/boxart/full_3741343AmericaFrontccc.jpg,Heroes of Might and Magic,Series,Strategy,New World Computing,New World Computing,,,,,,,1995-09-01,2021-03-14 -/games/boxart/9314502ccc.jpg,Railroad Tycoon II,PC,Strategy,Gathering of Developers,PopTop Software,8.3,,,,,,1998-10-31, -/games/boxart/full_6635497AmericaFrontccc.jpg,Slay the Spire,PC,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-01-23,2019-03-24 -/games/boxart/full_6202569AmericaFrontccc.png,Stronghold,All,Strategy,Take-Two Interactive,FireFly Studios,,,,,,,2001-10-19,2021-03-12 -/games/boxart/6699786ccc.jpg,Stronghold,PC,Strategy,Gathering of Developers,FireFly Studios,,,,,,,2001-10-21, -/games/boxart/full_942623AmericaFrontccc.jpg,Frostpunk,PC,Strategy,11 bit studios,11 bit studios,,,,,,,2018-04-24,2019-04-24 -/games/boxart/full_3686577JapanFrontccc.jpg,Pocket Monsters Stadium,N64,Strategy,Nintendo,HAL Laboratory,,,,,,,1998-08-01, -/games/boxart/full_age-of-mythology_534AmericaFront.jpg,Age of Mythology,PC,Strategy,Microsoft Game Studios,Ensemble Studios,8.8,,,,,,2002-11-01, -/games/boxart/full_38086AmericaFrontccc.jpg,Hearts of Iron IV,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2016-06-06,2018-11-29 -/games/boxart/full_8314848AmericaFrontccc.jpg,Imperivm,Series,Strategy,Strategy First,Haemimont Games,,,,,,,2002-08-21,2021-03-08 -/games/boxart/full_3857641AmericaFrontccc.jpg,Homeworld,Series,Strategy,Sierra Studios,Relic Entertainment,,,,,,,1999-09-28,2021-01-26 -/games/boxart/full_7021889AmericaFrontccc.png,Pikmin 3,WiiU,Strategy,Nintendo,Nintendo EAD,8.7,,,,,,2013-08-04,2020-08-05 -/games/boxart/2308762ccc.jpg,Yu-Gi-Oh! The Eternal Duelist Soul,GBA,Strategy,Konami,Konami Computer Entertainment Japan,,,,,,,2002-10-15, -/games/boxart/full_2099655AmericaFrontccc.jpg,Age of Wonders,Series,Strategy,Paradox Interactive,Triumph Studios,,,,,,,1999-11-11,2023-05-10 -/games/boxart/full_7959958AmericaFrontccc.jpg,Endless,Series,Strategy,Iceberg Interactive,Amplitude Studios,,,,,,,2012-07-04,2021-02-16 -/games/boxart/full_3404293PALFrontccc.jpg,Total War: Rome II,PC,Strategy,Sega,The Creative Assembly,8,,,,,,2013-09-03,2018-03-19 -/games/boxart/full_9817078AmericaFrontccc.jpg,Pikmin 2,GC,Strategy,Nintendo,Nintendo EAD,9.1,,,,,,2004-08-30, -/games/boxart/full_orcs-must-die_244AmericaFront.jpg,Orcs Must Die!,PC,Strategy,Unknown,Robot Entertainment,8.5,,,,,,2011-10-11, -/games/boxart/full_994736AmericaFrontccc.jpg,StarCraft II: Heart of the Swarm,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,8.9,,,,,,2013-03-12,2018-06-25 -/games/boxart/full_4955010JapanFrontccc.jpg,Yu-Gi-Oh! Duel Monsters II: Dark Duel Stories,GB,Strategy,Konami,Konami,,,,,,,1999-07-08, -/games/boxart/full_8060194AmericaFrontccc.jpg,Supreme Commander 2,PC,Strategy,Square Enix,Gas Powered Games,7.5,,,,,,2010-03-02, -/games/boxart/full_6169220PALFrontccc.jpg,Command & Conquer 3: Tiberium Wars,All,Strategy,Electronic Arts,EA Los Angeles,8.5,,,,,,2007-03-26,2020-11-08 -/games/boxart/full_6523055AmericaFrontccc.jpg,Command & Conquer,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1995-08-31, -/games/boxart/full_1502284AmericaFrontccc.jpg,Crusader Kings II,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2012-02-07, -/games/boxart/full_7340722AmericaFrontccc.jpg,Crusader Kings III,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2020-09-01,2019-10-29 -/games/boxart/7219638ccc.jpg,Empire Earth,PC,Strategy,Sierra Entertainment,Stainless Steel Studios,8,,,,,,2001-11-12, -/games/boxart/full_8210643AmericaFrontccc.jpg,Europa Universalis IV,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2014-03-06,2018-12-01 -/games/boxart/full_5426714AmericaFrontccc.jpg,Forts,PC,Strategy,EarthWork Games,EarthWork Games,,,,,,,2017-04-19,2022-03-09 -/games/boxart/full_8467751PALFrontccc.jpg,Full Spectrum Warrior,All,Strategy,THQ,Pandemic Studios,,,,,,,2004-06-01,2022-10-06 -/games/boxart/full_9984096AmericaFrontccc.jpg,Gangsters,Series,Strategy,Eidos Interactive,Hothouse Creations,,,,,,,1998-12-07,2020-02-28 -/games/boxart/full_6035674AmericaFrontccc.jpg,Halo Wars,X360,Strategy,Microsoft Game Studios,Ensemble Studios,8.1,,,,,,2009-03-03, -/games/boxart/full_imperivm-iii-the-great-battles-of-rome_185PALFront.png,Imperivm III: The Great Battles of Rome,PC,Strategy,Unknown,Haemimont Games,,,,,,,2005-05-10, -/games/boxart/full_6381401AmericaFrontccc.png,Police Quest: SWAT,All,Strategy,Sierra Online,Sierra On-Line,,,,,,,1995-09-30,2021-04-03 -/games/boxart/full_2031540AmericaFrontccc.jpg,StarCraft II: Legacy of the Void,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2015-11-10,2018-05-31 -/games/boxart/2390618ccc.jpg,The Lord of the Rings: The Battle for Middle-Earth,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2004-12-06, -/games/boxart/full_6785425PALFrontccc.jpg,Total War: Three Kingdoms,PC,Strategy,Sega,Creative Assembly,8.6,,,,,,2019-05-23,2018-01-10 -/games/boxart/full_632560PALFrontccc.jpg,Total War: Warhammer II,PC,Strategy,Sega,Creative Assembly,8.6,,,,,,2017-09-28,2018-09-22 -/games/boxart/full_2578136AmericaFrontccc.jpg,Galactic Civilizations,Series,Strategy,Strategy First,Stardock,,,,,,,2003-03-26,2021-03-16 -/games/boxart/full_2881167AmericaFrontccc.jpg,Rise of Nations,PC,Strategy,Microsoft Game Studios,Big Huge Games,8.8,,,,,,2003-05-20, -/games/boxart/full_3681035AmericaFrontccc.jpg,Town of Salem,PC,Strategy,Unknown,BlankMediaGames,,,,,,,,2019-02-07 -/games/boxart/full_9249301AmericaFrontccc.jpg,Empire: Total War,PC,Strategy,Sega,The Creative Assembly,8.9,,,,,,2009-03-03, -/games/boxart/full_8079781AmericaFrontccc.png,Imperialism,Series,Strategy,Strategic Simulations,Frog City Software,,,,,,,1997-09-03,2021-03-13 -/games/boxart/full_8341122AmericaFrontccc.jpg,Northgard,PC,Strategy,Unknown,Shiro Games,,,,,,,,2019-02-07 -/games/boxart/full_4709709JapanFrontccc.png,Fire Emblem: Monshou no Nazo,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1994-01-21, -/games/boxart/full_627565AmericaFrontccc.jpeg,Age of Wonders 3,PC,Strategy,Triumph Studios,Triumph Studios,,,,,,,2014-03-31,2018-01-01 -/games/boxart/full_2532437AmericaFrontccc.jpg,They Are Billions,PC,Strategy,Unknown,Numantian Games,,,,,,,,2019-02-07 -/games/boxart/full_2917984PALFrontccc.jpg,Homeworld Remastered Collection,PC,Strategy,Gearbox Software,Gearbox Software,,,,,,,2015-02-25,2018-09-22 -/games/boxart/full_5590175AmericaFrontccc.jpg,DEFCON: Everybody Dies,PC,Strategy,Encore,Introversion,8.2,,,,,,2007-03-26, -/games/boxart/full_4256715AmericaFrontccc.jpg,Civil War General,Series,Strategy,Sierra Online,Impressions Games,,,,,,,1996-08-24,2021-03-18 -/games/boxart/full_3401456AmericaFrontccc.jpg,Cultures,Series,Strategy,Phenomedia,Funatics Software,,,,,,,2001-07-31,2021-07-04 -/games/boxart/3756885ccc.jpg,Dungeon Keeper,PC,Strategy,Electronic Arts,Bullfrog Productions,9.5,,,,,,1997-06-26, -/games/boxart/829617ccc.jpg,The Settlers III,PC,Strategy,Blue Byte,Blue Byte,,,,,,,1998-11-30, -/games/boxart/full_5916320AmericaFrontccc.jpg,Dark Reign: The Future of War,PC,Strategy,Activision,Auran Games,,,,,,,1997-08-31, -/games/boxart/full_8340366JapanFrontccc.jpg,Dai-3-Ji Super Robot Taisen α: Shuuen no Ginga e,PS2,Strategy,Banpresto,Banpresto,,,,,,,2005-07-28, -/games/boxart/full_rock-of-ages_374AmericaFront.jpg,Rock of Ages,PC,Strategy,Atlus,ACE Team,7,,,,,,2011-09-07, -/games/boxart/full_7966268AmericaFrontccc.png,KKND,PC,Strategy,Melbourne House,Beam Software,,,,,,,1997-03-25, -/games/boxart/full_shogun-2-total-war_763AmericaFront.jpg,Shogun 2: Total War,PC,Strategy,Sega,The Creative Assembly,9,,,,,,2011-03-15, -/games/boxart/8120701ccc.jpg,The Settlers II,PC,Strategy,Blue Byte,Blue Byte,,,,,,,1996-08-31, -/games/boxart/full_1169128AmericaFrontccc.jpg,Heroes of Might & Magic III - HD Edition,PC,Strategy,Unknown,DotEmu,,,,,,,,2019-02-08 -/games/boxart/full_anomaly-warzone-earth_462AmericaFront.jpg,Anomaly: Warzone Earth,PC,Strategy,Unknown,11 bit studios,7.9,,,,,,2011-04-08, -/games/boxart/full_6549319AmericaFrontccc.jpg,Defense Grid: The Awakening,PC,Strategy,Hidden Path Entertainment,Hidden Path Entertainment,8,,,,,,2008-12-08, -/games/boxart/full_2401399AmericaFrontccc.jpg,General,Series,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1994-01-01,2021-03-17 -/games/boxart/2249127ccc.jpg,Medieval II: Total War,PC,Strategy,Sega,The Creative Assembly,8.8,,,,,,2006-11-13, -/games/boxart/full_3339314AmericaFrontccc.jpg,Door Kickers,PC,Strategy,KillHouse Games,KillHouse Games,,,,,,,2013-10-20,2018-11-23 -/games/boxart/full_9230363AmericaFrontccc.jpg,Mini Metro,PC,Strategy,Unknown,Dinosaur Polo Club,,,,,,,,2019-02-09 -/games/boxart/full_6982018JapanFrontccc.jpg,Front Mission,SNES,Strategy,Square,G-Craft,,,,,,,1995-02-24, -/games/boxart/full_3155148AmericaFrontccc.jpg,Heroes of Newerth,PC,Strategy,S2 Games,S2 Games,,,,,,,2010-05-12, -/games/boxart/full_4692116AmericaFrontccc.jpg,Fire Emblem: Shadow Dragon,DS,Strategy,Nintendo,Intelligent Systems,8.2,,,,,,2009-02-16, -/games/boxart/full_6480796AmericaFrontccc.jpg,Craft The World,PC,Strategy,Unknown,Dekovir Entertainment,,,,,,,,2019-02-09 -/games/boxart/full_3397350AmericaFrontccc.jpg,Commandos 2: Men of Courage,PC,Strategy,Eidos Interactive,Pyro Studios,,,,,,,2001-09-20, -/games/boxart/full_2417841AmericaFrontccc.jpg,Conquest of the New World,All,Strategy,Interplay Productions,Quicksilver Software,,,,,,,1996-03-31,2021-03-29 -/games/boxart/full_6414268AmericaFrontccc.jpg,Darkest Dungeon 2,PC,Strategy,Red Hook Studios,Red Hook Studios,,,,,,,2023-05-08,2019-06-27 -/games/boxart/full_2936783JapanFrontccc.jpg,Front Mission 2,PS,Strategy,Square,SquareSoft,,,,,,,1997-09-25, -/games/boxart/3484229ccc.jpg,Gangsters,PC,Strategy,Eidos Interactive,Hothouse Creations,,,,,,,1998-11-30, -/games/boxart/3540449ccc.jpg,Homeworld,PC,Strategy,Sierra Entertainment,Relic,9.1,,,,,,1999-05-12, -/games/boxart/full_6414144AmericaFrontccc.jpg,Mini Motorways,All,Strategy,Dinosaur Polo Club,Dinosaur Polo Club,,,,,,,2019-09-19,2021-12-07 -/games/boxart/full_1116446AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV,All,Strategy,Koei Tecmo,Koei,,,,,,,2020-02-28,2020-10-17 -/games/boxart/full_2303975AmericaFrontccc.jpg,Sins of a Solar Empire,PC,Strategy,Stardock,Ironclad Games,8.9,,,,,,2008-02-04, -/games/boxart/3428854ccc.jpg,Total Annihilation,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,1997-10-25, -/games/boxart/full_2140029AmericaFrontccc.jpg,Victoria 3,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2022-10-25,2022-11-19 -/games/boxart/full_5890679JapanFrontccc.jpg,Fire Emblem: Seisen no Keifu,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1996-05-14, -/games/boxart/full_8732476AmericaFrontccc.jpg,Worms: Ultimate Mayhem,PC,Strategy,Unknown,Team17 Software,,,,,,,2011-09-28, -/games/boxart/full_9604548PALFrontccc.jpg,Galactic Civilizations III,PC,Strategy,Stardock,Stardock,,,,,,,2015-05-14,2018-11-23 -/games/boxart/full_2477132AmericaFrontccc.jpg,Magic: The Gathering - Duels of the Planeswalkers 2013,PC,Strategy,Unknown,Stainless Games,,,,,,,,2019-02-10 -/games/boxart/full_3680375AmericaFrontccc.jpg,Frozen Synapse,All,Strategy,Mode 7,Mode 7 Games,,,,,,,2011-05-26,2021-02-17 -/games/boxart/full_2503853JapanFrontccc.jpg,SD Gundam G Generation Spirits,PS2,Strategy,Namco Bandai,Tom Create,,,,,,,2007-11-29, -/games/boxart/full_4638424PALFrontccc.jpg,Shadow Tactics: Blades of the Shogun,PC,Strategy,Daedalic Entertainment,Mimimi Productions,8.3,,,,,,2016-12-06,2018-09-15 -/games/boxart/full_187541AmericaFrontccc.png,Imperialism,All,Strategy,Strategic Simulations,Frog City Software,,,,,,,1997-09-03,2021-03-13 -/games/boxart/full_6515518AmericaFrontccc.png,Imperialism II: Age of Exploration,All,Strategy,Strategic Simulations,Frog City Software,,,,,,,1999-04-01,2021-03-13 -/games/boxart/full_2357911AmericaFrontccc.png,Police Quest: SWAT 2,PC,Strategy,Sierra Entertainment,Yosemite Entertainment,,,,,,,1998-06-30, -/games/boxart/5289531ccc.jpg,The Settlers,PC,Strategy,SSI,Blue Byte,,,,,,,1993-01-01, -/games/boxart/full_1565744AmericaFrontccc.jpg,X-COM: UFO Defense,All,Strategy,Microprose,Mythos Games,,,,,,,1994-03-01,2021-04-23 -/games/boxart/full_8188002AmericaFrontccc.jpg,Tower Wars,PC,Strategy,Unknown,SuperVillain Studios,,,,,,,,2019-02-10 -/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-2012_346AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers 2012,PC,Strategy,Wizards of the Coast,Stainless Games,8,,,,,,2011-06-15, -/games/boxart/full_5805983AmericaFrontccc.jpg,AI War: Fleet Command,PC,Strategy,"Arcen Games, LLC",Arcen Games,,,,,,,2009-10-22, -/games/boxart/full_8560901PALFrontccc.jpg,Grey Goo,PC,Strategy,Grey Box,Petroglyph Games,,,,,,,2015-01-23,2019-01-04 -/games/boxart/full_7456776PALFrontccc.jpg,Cossacks 3,PC,Strategy,GSC Game World,GSC Game World,,,,,,,2016-09-20,2018-09-22 -/games/boxart/full_9240179AmericaFrontccc.jpg,Bloons TD 5,PC,Strategy,Unknown,Ninja Kiwi,,,,,,,,2019-02-11 -/games/boxart/4846945ccc.gif,Heroes of Might and Magic V,PC,Strategy,Ubisoft,Nival Interactive,,,,,,,2006-05-24, -/games/boxart/full_8894579AmericaFrontccc.jpg,Myth II: Soulblighter,All,Strategy,Bungie Software,Bungie,,,,,,,1998-12-28,2021-03-13 -/games/boxart/full_1055036AmericaFrontccc.jpg,Myth: The Fallen Lords,All,Strategy,Bungie Software,Bungie,,,,,,,1997-11-07,2021-03-13 -/games/boxart/2146258ccc.jpg,Sid Meier's Colonization,PC,Strategy,Microprose,MicroProse,,,,,,,1994-01-01, -/games/boxart/full_4206922AmericaFrontccc.jpg,The Tower Of Elements,PC,Strategy,Unknown,Wulo Games,,,,,,,,2019-02-12 -/games/boxart/full_detour_145AmericaFront.jpg,DETOUR,PC,Strategy,Unknown,Sandswept Studios,,,,,,,2011-05-16, -/games/boxart/full_revenge-of-the-titans_966AmericaFront.jpg,Revenge of the Titans,PC,Strategy,Puppy Games,Puppy Games,8,,,,,,2010-01-01, -/games/boxart/full_2518269JapanFrontccc.jpg,Fire Emblem: Ankoku Ryu to Hikari no Tsurugi,NES,Strategy,Nintendo,Intelligent Systems,,,,,,,1990-04-20, -/games/boxart/full_6690613JapanFrontccc.png,Fire Emblem Gaiden,NES,Strategy,Nintendo,Intelligent Systems,,,,,,,1992-03-14, -/games/boxart/full_8704033AmericaFrontccc.jpg,Battlefleet Gothic: Armada,PC,Strategy,Koch Media,Tindalos Interactive,,,,,,,2016-04-21,2018-09-22 -/games/boxart/full_atom-zombie-smasher_498AmericaFront.jpg,Atom Zombie Smasher,PC,Strategy,Unknown,Blendo Games,7.2,,,,,,2011-03-14, -/games/boxart/full_8315621AmericaFrontccc.jpg,Tricky Towers,PC,Strategy,Unknown,WeirdBeard,,,,,,,,2019-02-13 -/games/boxart/full_6735946AmericaFrontccc.jpg,Magic 2015 - Duels of the Planeswalker,PC,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2014-07-16,2018-10-15 -/games/boxart/full_stronghold-2_104AmericaFront.png,Stronghold 2,PC,Strategy,2K Games,FireFly Studios,,,,,,,2005-04-18, -/games/boxart/full_5964190PALFrontccc.jpg,Endless Space,PC,Strategy,Iceberg Interactive,Amplitude Studios,,,,,,,2012-08-24,2018-05-25 -/games/boxart/full_2662800AmericaFrontccc.jpg,Fallout Tactics,PC,Strategy,14 Degrees East,Micro Forte,,,,,,,2001-03-14, -/games/boxart/full_3529719AmericaFrontccc.jpg,Front Mission 3,PS,Strategy,Square,SquareSoft,,,,,,,2000-02-29, -/games/boxart/full_8792108PALFrontccc.png,Galactic Civilizations II: Dread Lords,PC,Strategy,Stardock,Stardock,,,,,,,2006-02-21, -/games/boxart/full_205882AmericaFrontccc.png,Jagged Alliance 2,PC,Strategy,TalonSoft,SirTech,,,,,,,1999-06-30, -/games/boxart/full_7947132AmericaFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2013-12-12,2020-10-16 -/games/boxart/full_8628076AmericaFrontccc.jpg,Real War,PC,Strategy,Simon & Schuster Interactive,Rival Interactive,,,,,,,2001-09-25,2018-01-08 -/games/boxart/full_3498820PALFrontccc.jpg,The Settlers IV,PC,Strategy,Blue Byte,Blue Byte,,,,,,,2001-02-15, -/games/boxart/full_1133279AmericaFrontccc.jpg,Warcraft: Orcs & Humans,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,1994-01-15, -/games/boxart/full_6214288AmericaFrontccc.jpg,Pit People,PC,Strategy,The Behemoth,The Behemoth,,,,,,,2018-03-02,2018-09-11 -/games/boxart/full_4110601AmericaFrontccc.jpg,Worms: WMD,PC,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,,,,,,2016-08-23,2018-08-12 -/games/boxart/full_2492300JapanFrontccc.jpg,SD Gundam G Generation Portable,PSP,Strategy,Namco Bandai,Bandai Namco Games,,,,,,,2006-08-03, -/games/boxart/full_645766AmericaFrontccc.jpg,Dynasty Warriors 9 Empires,All,Strategy,Koei Tecmo,Omega Force,,,,,,,2022-02-15,2022-02-28 -/games/boxart/full_3330266JapanFrontccc.jpg,SD Gundam G Generation: Cross Drive,DS,Strategy,Namco Bandai,Vanguard,,,,,,,2007-08-09, -/games/boxart/full_7270055JapanFrontccc.jpg,SD Gundam G Generation: Overworld,PSP,Strategy,Namco Bandai Games,Namco Bandai Games,,,,,,,2012-09-27,2018-10-18 -/games/boxart/full_1737977AmericaFrontccc.jpg,Blood Bowl: Chaos Edition,PC,Strategy,Focus Home Interactive,Cyanide Studios,,,,,,,2012-10-11,2019-02-16 -/games/boxart/full_5591124AmericaFrontccc.jpg,Age of Wonders 4,All,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2023-05-02,2023-05-10 -/games/boxart/full_9486776AmericaFrontccc.png,Dune II,All,Strategy,Virgin Games,Westwood Studios,,,,,,,1992-12-01,2021-03-21 -/games/boxart/full_3551485AmericaFrontccc.jpg,Nemesis of the Roman Empire,PC,Strategy,Enlight,Haemimont Games,,,,,,,2004-03-25,2018-01-10 -/games/boxart/full_7791418AmericaFrontccc.png,Panzer General,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1994-01-01,2021-03-17 -/games/boxart/full_8528466AmericaFrontccc.jpg,Stronghold Legends,PC,Strategy,2K Games,FireFly Studios,,,,,,,2006-10-23, -/games/boxart/full_hoard_321AmericaFront.jpg,Hoard,PC,Strategy,Big Sandwich Games,Big Sandwich Games,7.5,,,,,,2011-04-04,2019-02-05 -/games/boxart/full_9201037AmericaFrontccc.jpg,SteamWorld Heist,PC,Strategy,Unknown,Image & Form Games,,,,,,,,2019-02-20 -/games/boxart/full_873333PALFrontccc.jpg,Total War Saga: Thrones of Britannia,PC,Strategy,Sega,Creative Assembly,,,,,,,2018-05-03,2018-05-15 -/games/boxart/full_9207135AmericaFrontccc.jpg,Steel Division: Normandy 44,PC,Strategy,Unknown,Eugen Systems,,,,,,,,2018-01-11 -/games/boxart/full_7151957AmericaFrontccc.jpg,Bionic Dues,PC,Strategy,Unknown,"Arcen Games, LLC",,,,,,,,2019-02-23 -/games/boxart/full_8441037AmericaFrontccc.jpg,Toy Soldiers,PC,Strategy,Unknown,Signal Studios,,,,,,,,2019-02-23 -/games/boxart/full_6201486AmericaFrontccc.jpg,Ultimate General: Gettysburg,PC,Strategy,Game-Labs,Game-Labs,,,,,,,2014-10-16,2019-02-23 -/games/boxart/full_6779073AmericaFrontccc.jpg,Hard West,PC,Strategy,Unknown,CreativeForge Games,6.4,,,,,,,2018-01-07 -/games/boxart/full_dwarfs_808AmericaFront.gif,Dwarfs!?,PC,Strategy,Tripwire Interactive,Power of 2,,,,,,,2011-05-04, -/games/boxart/full_age-of-wonders_881AmericaFront.jpg,Age of Wonders,PC,Strategy,Gathering of Developers,Triumph Studios,8.4,,,,,,1999-10-31, -/games/boxart/full_7377315AmericaFrontccc.jpg,Battlezone,PC,Strategy,Activision,Activision,,,,,,,1998-02-28, -/games/boxart/full_1251697AmericaFrontccc.png,Close Combat,PC,Strategy,Microsoft,Atomic Games,,,,,,,1996-06-30, -/games/boxart/full_5683802JapanFrontccc.jpg,Front Mission 5: Scars of the War,PS2,Strategy,Square Enix,Square Enix,,,,,,,2005-12-29, -/games/boxart/full_6871181AmericaFrontccc.png,Master of Orion II: Battle at Antares,All,Strategy,Microprose,SimTex,,,,,,,1996-11-22,2021-04-20 -/games/boxart/full_9347662JapanFrontccc.jpg,Nobunaga no Yabo: Tendo,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2009-09-18,2020-10-16 -/games/boxart/full_8641688AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2022-11-04 -/games/boxart/full_5580690AmericaFrontccc.jpg,Seven Kingdoms,PC,Strategy,Interactive Magic,Enlight Software,,,,,,,1997-11-30, -/games/boxart/full_4245858AmericaFrontccc.jpg,Worms,XBL,Strategy,Microsoft,Team17 Software,,,,,,,2007-03-07, -/games/boxart/full_1475964AmericaFrontccc.jpg,Worms 2,PC,Strategy,Microprose,Team17 Software,,,,,,,1997-12-31, -/games/boxart/full_7824551AmericaFrontccc.jpg,Worms Armageddon,PS,Strategy,Microprose,Team17 Software,,,,,,,1999-11-30, -/games/boxart/full_8444161AmericaFrontccc.jpg,Worms: Open Warfare,All,Strategy,THQ,Team17,,,,,,,2006-03-22,2021-01-26 -/games/boxart/full_8738607AmericaFrontccc.jpg,Sid Meier's Starships,PC,Strategy,2K Games,Firaxis Games,,,,,,,2015-03-12, -/games/boxart/full_4451966AmericaFrontccc.jpg,Rabiez: Epidemic,PC,Strategy,Unknown,Sekerin Productions,,,,,,,,2019-03-01 -/games/boxart/full_2486529AmericaFrontccc.jpg,Creeper World 3: Arc Eternal,PC,Strategy,Unknown,Knuckle Cracker,,,,,,,,2019-03-04 -/games/boxart/full_3537540AmericaFrontccc.jpg,Multiwinia,PC,Strategy,Independent,Introversion Software,,,,,,,2008-09-19, -/games/boxart/full_3257234AmericaFrontccc.jpg,Romance of the Three Kingdoms XIII,All,Strategy,Koei Tecmo,Koei,,,,,,,2016-01-28,2020-10-16 -/games/boxart/full_5679947AmericaFrontccc.jpg,Sanctum,PC,Strategy,Coffee Stain Publishing,Coffee Stain Studios,7.3,,,,,,2011-04-15, -/games/boxart/full_6484136AmericaFrontccc.jpg,Taiko Risshiden V DX,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-05-19,2022-08-03 -/games/boxart/full_6847600AmericaFrontccc.jpg,Defender's Quest,PC,Strategy,Unknown,Level Up Labs,,,,,,,, -/games/boxart/full_4201799AmericaFrontccc.jpg,Yu-Gi-Oh! Legacy of the Duelist,PC,Strategy,Konami,Other Ocean Interactive,,,,,,,2016-12-16,2019-04-20 -/games/boxart/full_4876939AmericaFrontccc.jpg,12 Labours of Hercules II: The Cretan Bull,PC,Strategy,Unknown,Jetdogs Studios,,,,,,,,2019-03-06 -/games/boxart/full_1014630AmericaFrontccc.jpg,Thea: The Awakening,PC,Strategy,Unknown,MuHa Games,,,,,,,,2019-03-06 -/games/boxart/full_4113077AmericaFrontccc.jpg,Might & Magic Heroes VII,PC,Strategy,Ubisoft,Limbic Software,,,,,,,2015-09-29,2018-09-21 -/games/boxart/7473036ccc.jpg,Medieval II: Total War Kingdoms,PC,Strategy,Sega,The Creative Assembly,8.2,,,,,,2007-08-28, -/games/boxart/full_1891601AmericaFrontccc.jpg,Renowned Explorers: International Society,PC,Strategy,Unknown,Abbey Games,,,,,,,,2019-03-10 -/games/boxart/full_4738193AmericaFrontccc.jpg,So Many Cubes,PC,Strategy,Unknown,exagongames,,,,,,,,2019-03-10 -/games/boxart/full_3087655AmericaFrontccc.jpg,A Game of Thrones - Genesis,PC,Strategy,Unknown,Cyanide Studios,,,,,,,,2019-03-13 -/games/boxart/full_greed-corp_7PALFront.jpg,Greed Corp,PC,Strategy,W!Games,W!Games,,,,,,,2010-12-10, -/games/boxart/full_735374AmericaFrontccc.jpg,BoneBone: Rise of the Deathlord,PC,Strategy,Unknown,Vladis Fire,,,,,,,,2019-03-13 -/games/boxart/full_1384316AmericaFrontccc.jpg,Dig or Die,PC,Strategy,Unknown,Gaddy Games,,,,,,,,2019-03-16 -/games/boxart/full_9826840AmericaFrontccc.jpg,Ashes of the Singularity: Escalation,PC,Strategy,Unknown,Stardock,,,,,,,,2019-03-16 -/games/boxart/full_648670PALFrontccc.jpg,Act of Aggression,PC,Strategy,Focus Home Interactive,Eugen Systems,,,,,,,2015-09-02,2018-09-22 -/games/boxart/full_2365795AmericaFrontccc.jpg,12 Labours of Hercules,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2015-03-23, -/games/boxart/full_9571226AmericaFrontccc.jpeg,Massive Chalice,PC,Strategy,Double Fine Productions,Double Fine Productions,,,,,,,2014-11-11,2019-03-18 -/games/boxart/full_9246878AmericaFrontccc.jpg,Sid Meier's Ace Patrol,PC,Strategy,2K Games,Firaxis Games,,,,,,,2013-08-27,2019-03-19 -/games/boxart/full_4251002AmericaFrontccc.jpg,"I, Zombie",PC,Strategy,Unknown,Awesome Games Studio,,,,,,,,2019-03-19 -/games/boxart/full_4843368AmericaFrontccc.jpg,Super Sanctum TD,PC,Strategy,Unknown,Coffee Stain Studios,,,,,,,,2019-03-20 -/games/boxart/full_9887241PALFrontccc.jpg,Cultures,PC,Strategy,Xicat Interactive,Funatics Development,,,,,,,2001-07-31, -/games/boxart/full_7650961AmericaFrontccc.jpg,M.A.X.: Mechanized Assault & Exploration,All,Strategy,Interplay Productions,Interplay Productions,,,,,,,1996-01-01,2021-03-30 -/games/boxart/full_4254392AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 -/games/boxart/full_7205110AmericaFrontccc.jpg,GemCraft - Chasing Shadows,PC,Strategy,Unknown,Game in a Bottle,,,,,,,,2019-03-24 -/games/boxart/full_5575525AmericaFrontccc.jpg,FortressCraft Evolved,PC,Strategy,Unknown,ProjectorGames,,,,,,,,2019-03-27 -/games/boxart/full_2707109AmericaFrontccc.jpg,Cubemen,PC,Strategy,Unknown,3 Sprockets,,,,,,,,2019-03-27 -/games/boxart/full_4654168AmericaFrontccc.jpg,Kings under the hill,PC,Strategy,Unknown,Ilya Gubin,,,,,,,,2019-03-29 -/games/boxart/full_5608194AmericaFrontccc.jpg,Unholy Heights,PC,Strategy,Unknown,Petit Depotto,,,,,,,,2019-03-29 -/games/boxart/full_6776239AmericaFrontccc.jpg,PixelJunk Monsters Ultimate,PC,Strategy,Unknown,Double Eleven,,,,,,,,2019-03-30 -/games/boxart/full_6985238AmericaFrontccc.jpg,Ultimate General: Civil War,PC,Strategy,Unknown,Game-Labs,,,,,,,,2019-03-29 -/games/boxart/full_4498884AmericaFrontccc.jpeg,Terrorhedron Tower Defense,PC,Strategy,Dan Walters,Dan Walters,,,,,,,2014-07-25,2019-03-29 -/games/boxart/6800595ccc.jpg,Front Mission 4,PS2,Strategy,Square Enix,Square Enix,,,,,,,2004-06-15, -/games/boxart/full_5143129AmericaFrontccc.jpg,Force of Nature,PC,Strategy,A.Y.std,A.Y.std,,,,,,,2016-12-13,2019-04-22 -/games/boxart/full_2422875AmericaFrontccc.jpg,Squeezone,PC,Strategy,Dagestan Technology,Versus System,,,,,,,2016-09-16,2019-04-22 -/games/boxart/full_2942811AmericaFrontccc.jpg,Garden Rescue,PC,Strategy,Rainbow Games,Rainbow Games,,,,,,,2015-02-02,2019-04-08 -/games/boxart/full_2627872AmericaFrontccc.jpg,SpellForce 3,PC,Strategy,THQ Nordic,Grimlore Games,,,,,,,2017-12-07,2019-04-22 -/games/boxart/full_men-of-war-vietnam_127PALFront.jpg,Men of War: Vietnam,PC,Strategy,1C Company,1C Company,7.2,,,,,,2011-09-08,2019-03-29 -/games/boxart/full_5032836AmericaFrontccc.jpg,Colony Survival,PC,Strategy,Pipliz,Pipliz,,,,,,,2017-06-16,2019-04-21 -/games/boxart/full_7144287AmericaFrontccc.png,Little King's Story,Wii,Strategy,Xseed Games,Cing Inc. / Town Factory,8.5,,,,,,2009-07-21, -/games/boxart/full_4311562AmericaFrontccc.jpg,Nobunaga's Ambition: Taishi,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2017-11-30,2020-10-17 -/games/boxart/full_7081821AmericaFrontccc.png,Steel Panthers,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 -/games/boxart/full_399852AmericaFrontccc.jpg,"Warhammer 40,000: Regicide",PC,Strategy,Hammerfall Publishing,Hammerfall Publishing,,,,,,,2015-09-08,2019-03-29 -/games/boxart/full_9826035AmericaFrontccc.png,Dungeons 3,PC,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2017-10-13,2018-03-03 -/games/boxart/full_7742668AmericaFrontccc.jpg,Tharsis,PC,Strategy,Unknown,Choice Provisions,,,,,,,,2019-04-21 -/games/boxart/full_5248547AmericaFrontccc.jpg,Sid Meier's Ace Patrol: Pacific Skies,PC,Strategy,2K Games,Firaxis Games,,,,,,,2013-11-05,2019-04-21 -/games/boxart/full_5012089AmericaFrontccc.jpg,Battle Ranch: Pigs vs Plants,PC,Strategy,Playboom,Playboom,,,,,,,2015-02-02,2019-04-21 -/games/boxart/full_3104391AmericaFrontccc.jpg,Master of Orion,PC,Strategy,Microprose,SimTex,,,,,,,1993-09-06, -/games/boxart/full_9103906JapanFrontccc.jpg,Fire Emblem: Thracia 776,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1999-09-01, -/games/boxart/full_9228396AmericaFrontccc.jpg,Survivor Squad,PC,Strategy,Endless Loop Studios,Endless Loop Studios,,,,,,,2013-11-08,2019-04-21 -/games/boxart/full_7629188PALFrontccc.jpg,8-Bit Armies,PC,Strategy,Soedesco,Petroglyph Games,,,,,,,2018-09-21,2018-06-28 -/games/boxart/full_6504132AmericaFrontccc.jpg,Skulls of the Shogun,PC,Strategy,17-Bit,17-Bit,,,,,,,2013-01-30,2018-04-07 -/games/boxart/full_9552604AmericaFrontccc.jpg,Star Control,All,Strategy,Accolade,Toys for Bob,,,,,,,1990-07-01,2021-03-18 -/games/boxart/full_6519958AmericaFrontccc.jpg,X-COM: Apocalypse,PC,Strategy,Microprose,Mythos Games,,,,,,,1997-01-01, -/games/boxart/full_magi_344AmericaFront.jpg,MAGI,PC,Strategy,MoaCube,MoaCube,,,,,,,2007-05-29,2019-04-16 -/games/boxart/full_5746481AmericaFrontccc.jpg,Hacker Evolution Duality,PC,Strategy,exoSyphen Studios,exoSyphen Studios,,,,,,,2011-08-15,2019-04-12 -/games/boxart/full_3279752AmericaFrontccc.jpg,Defend Your Life,PC,Strategy,Alda Games,Alda Games,,,,,,,2015-04-10,2019-04-10 -/games/boxart/full_3934335AmericaFrontccc.jpg,Sudden Strike 4,PC,Strategy,Kalypso Media,Kite Games,,,,,,,2017-08-15,2018-03-24 -/games/boxart/full_5644488AmericaFrontccc.jpg,Garden Rescue: Christmas Edition,PC,Strategy,Rainbow Games,Rainbow Games,,,,,,,2015-11-09,2019-04-08 -/games/boxart/full_6957446AmericaFrontccc.jpg,Starpoint Gemini Warlords,PC,Strategy,Iceberg Interactive,Little Green Men Games,,,,,,,2017-05-23,2019-04-07 -/games/boxart/full_723587AmericaFrontccc.jpg,Kingdom Rush Frontiers,PC,Strategy,Ironhide Game Studio,Ironhide Game Studio,,,,,,,2013-11-22,2019-04-06 -/games/boxart/full_6032816AmericaFrontccc.jpg,Fairyland: Incursion,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2016-06-22,2019-04-06 -/games/boxart/full_8061485AmericaFrontccc.jpg,Arma Tactics,PC,Strategy,Bohemia Interactive,Bohemia Interactive,,,,,,,2013-10-01,2019-04-06 -/games/boxart/full_8450801AmericaFrontccc.jpg,Rebuild 3: Gangs of Deadsville,PC,Strategy,Northway Games,Northway Games,,,,,,,2015-05-29,2019-04-06 -/games/boxart/full_4817603AmericaFrontccc.jpg,Merchants of Kaiden,PC,Strategy,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2014-11-10,2019-04-06 -/games/boxart/full_5706552AmericaFrontccc.jpg,Legends of Eisenwald,PC,Strategy,Aterdux Entertainment,Aterdux Entertainment,,,,,,,2015-07-02,2019-04-06 -/games/boxart/full_3318515AmericaFrontccc.jpg,Fairyland: Fairy Power,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2016-11-11,2019-04-06 -/games/boxart/full_5426855AmericaFrontccc.jpg,12 Labours of Hercules III: Girl Power,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2015-08-07,2019-04-06 -/games/boxart/full_9241333AmericaFrontccc.jpg,Iron Brigade,PC,Strategy,Double Fine Productions,Double Fine Productions,,,,,,,2012-08-13,2019-04-05 -/games/boxart/full_1006572AmericaFrontccc.jpg,Sword of the Stars II: Enhanced Edition,PC,Strategy,Paradox Interactive,Kerberos Productions Inc.,,,,,,,2012-11-30,2019-04-05 -/games/boxart/full_4530294AmericaFrontccc.jpg,Battleplan: American Civil War,PC,Strategy,Kiss,The Mustard Corporation,,,,,,,2014-07-04,2019-04-01 -/games/boxart/full_1594595PALFrontccc.jpeg,Valhalla Hills,PC,Strategy,Daedalic Entertainment,Funatics Software,,,,,,,2015-12-02,2019-03-27 -/games/boxart/full_6148066AmericaFrontccc.jpg,Age of Steel: Recharge,PC,Strategy,Quaint Emerald,Quaint Emerald,,,,,,,2016-01-06,2019-03-27 -/games/boxart/full_4041910AmericaFrontccc.jpg,iBomber Defense Pacific,PC,Strategy,Cobra Mobile,Cobra Mobile,,,,,,,2012-03-01,2019-03-26 -/games/boxart/full_7083870AmericaFrontccc.png,Z,PC,Strategy,Virgin Interactive,Bitmap Brothers,,,,,,,1996-07-31,2019-03-26 -/games/boxart/full_7949796AmericaFrontccc.jpg,Homeworld: Deserts of Kharak,PC,Strategy,Gearbox Publishing,Blackbird Interactive,,,,,,,2016-01-20,2019-03-26 -/games/boxart/full_3633961AmericaFrontccc.jpg,Space Pirates And Zombies 2,PC,Strategy,MinMax Games Ltd.,MinMax Games Ltd.,,,,,,,2017-11-07,2019-03-26 -/games/boxart/full_8400334PALFrontccc.jpg,Blackguards 2,PC,Strategy,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2015-04-01,2018-09-15 -/games/boxart/full_8990153AmericaFrontccc.jpg,Black Moon Chronicles,PC,Strategy,Unknown,Cryo Interactive,,,,,,,,2021-03-20 -/games/boxart/full_celtic-kings-rage-of-war_425AmericaFront.jpg,Celtic Kings: Rage of War,PC,Strategy,Strategy First,Haemimont Games,,,,,,,2002-08-21,2018-01-10 -/games/boxart/full_2912534AmericaFrontccc.png,Deadlock: Planetary Conquest,All,Strategy,Accolade,Accolade,,,,,,,1996-08-28,2021-03-18 -/games/boxart/full_4870883AmericaFrontccc.jpg,Galactic Civilizations,PC,Strategy,Strategy First,Stardock,,,,,,,2003-03-26, -/games/boxart/full_7323351AmericaFrontccc.png,Gary Grigsby's World at War,PC,Strategy,Unknown,2 by 3 Games,,,,,,,,2021-03-16 -/games/boxart/496600ccc.jpg,Panzer General II,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1997-09-30, -/games/boxart/full_5892907AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,All,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-12-10,2021-03-05 -/games/boxart/full_4794731AmericaFrontccc.jpg,Sins of a Solar Empire: Rebellion,PC,Strategy,Unknown,Ironclad Games,,,,,,,, -/games/boxart/full_9808103AmericaFrontccc.jpg,Star Control 3,PC,Strategy,Accolade,Legend Entertainment,,,,,,,1996-08-31, -/games/boxart/full_933454AmericaFrontccc.jpg,Star Trek: New Worlds,PC,Strategy,Interplay,14 Degrees East,,,,,,,2000-09-07, -/games/boxart/full_2488385AmericaFrontccc.jpg,The Ancient Art of War at Sea,All,Strategy,Broderbund,Evryware,,,,,,,1987-01-01,2022-10-05 -/games/boxart/9084742ccc.jpg,The Settlers: Rise of an Empire,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2007-09-25, -/games/boxart/5421537ccc.jpg,Worms 3D,PS2,Strategy,Acclaim Entertainment,Team17 Software,,,,,,,2004-03-11, -/games/boxart/5832998ccc.jpg,Worms World Party,PC,Strategy,Titus,Team17 Software,,,,,,,2001-06-16, -/games/boxart/2088242ccc.jpg,Worms: Open Warfare,DS,Strategy,THQ,Team17 Software,,,,,,,2006-03-22, -/games/boxart/full_6227159AmericaFrontccc.jpg,Worms: Open Warfare,PSP,Strategy,THQ,Team17 Software,6.9,,,,,,2006-03-22, -/games/boxart/full_elemental-war-of-magic_929AmericaFront.jpg,Elemental: War of Magic,PC,Strategy,Stardock,Stardock,,,,,,,2010-08-24, -/games/boxart/full_1130674AmericaFrontccc.jpg,Beasts and Bumpkins,PC,Strategy,Electronic Arts,Worldweaver Ltd,,,,,,,1997-01-01,2023-06-05 -/games/boxart/full_4410556AmericaFrontccc.jpg,Hearts of Iron II,PC,Strategy,Paradox Interactive,Paradox Interactive,8.3,,,,,,2005-01-04, -/games/boxart/8324736ccc.jpg,Heroes of Mana,DS,Strategy,Square Enix,Brownie Brown,6.4,,,,,,2007-08-14, -/games/boxart/full_7487436AmericaFrontccc.jpg,Roadwar,Series,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_panzer-general_10PALFront.jpg,Panzer General,PS,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1996-01-01, -/games/boxart/full_9411346AmericaFrontccc.jpg,Wargame Construction Set,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_4397677AmericaFrontccc.jpeg,Allied General,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1996-01-31,2021-03-17 -/games/boxart/full_8272337AmericaFrontccc.png,Fantasy General,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 -/games/boxart/full_1251671JapanFrontccc.jpg,Front Mission 2089: Border of Madness,DS,Strategy,Square Enix,High Horse Entertainment,,,,,,,2008-05-29, -/games/boxart/full_5807006AmericaFrontccc.jpg,Pacific General,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 -/games/boxart/full_533917AmericaFrontccc.png,Star General,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 -/games/boxart/full_6124744AmericaFrontccc.jpg,Tzar: Burden of the Crown,PC,Strategy,TalonSoft,Haemimont Games,,,,,,,2000-03-29, -/games/boxart/full_5495567AmericaFrontccc.png,Roadwar 2000,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1986-01-01,2021-03-25 -/games/boxart/full_2502096AmericaFrontccc.jpg,Man of War,PC,Strategy,Virgin Interactive,Strategy First,,,,,,,1997-01-01,2022-09-30 -/games/boxart/full_8778066AmericaFrontccc.jpg,Submarine Titans,PC,Strategy,Strategy First,Ellipse Studios,6.1,,,,,,2000-08-09,2017-12-30 -/games/boxart/full_1708624AmericaFrontccc.jpg,X-COM Interceptor,PC,Strategy,Atari,MicroProse,,,,,,,1998-05-31,2021-04-23 -/games/boxart/full_1285770AmericaFrontccc.jpg,Roadwar Europa,All,Strategy,Strategic Simulations,Strategic Simulations,,,,,,,1987-01-01,2021-03-25 -/games/boxart/full_3117393AmericaFrontccc.png,War of the Lance,All,Strategy,Strategic Simulations,"Strategic Simulations, Inc",,,,,,,1989-01-01,2021-03-22 -/games/boxart/full_4171423AmericaFrontccc.png,Carrier Strike: South Pacific 1942-44,PC,Strategy,Unknown,Strategic Simulations,,,,,,,,2021-03-17 -/games/boxart/full_2588176AmericaFrontccc.png,Gary Grigsby's Pacific War,PC,Strategy,Unknown,"Strategic Simulations, Inc.",,,,,,,,2021-03-17 -/games/boxart/full_7496821AmericaFrontccc.jpg,Computer Bismarck,All,Strategy,Strategic Simulations,"Strategic Simulations, Inc.",,,,,,,1980-02-01,2021-03-24 -/games/boxart/full_fooblitzky_360AmericaFront.jpg,Fooblitzky,PC,Strategy,Infocom,"Infocom, Inc.",,,,,,,1985-01-01, -/games/boxart/full_5683822AmericaFrontccc.jpg,Worms: The Director's Cut,Amig,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_8173363AmericaFrontccc.jpg,FireTeam,PC,Strategy,Unknown,Multitude,,,,,,,,2021-03-21 -/games/boxart/full_7866317AmericaFrontccc.png,Super Stellar Trek,OSX,Strategy,Unknown,"Rainbow Computing, Inc.",,,,,,,,2021-04-05 -/games/boxart/1477747ccc.jpg,101 Airborne: The Airborne Invasion of Normandy,PC,Strategy,Empire Interactive,Empire Interactive,,,,,,,1998-09-30, -/games/boxart/full_2912474AmericaFrontccc.jpg,1100AD: Domination,PC,Strategy,Nikita,Amber Studio,,,,,,,2014-07-15, -/games/boxart/full_1552-tenka-dairan_3JapanFront.jpg,1552 Tenka Dairan,PCE,Strategy,ASK,ASK,,,,,,,1993-07-16, -/games/boxart/full_1191071PALFrontccc.jpg,1914: The Great War,PC,Strategy,JoWood Productions,TriNode,,,,,,,2002-09-08, -/games/boxart/9357262ccc.jpg,3-D Tic-Tac-Toe,2600,Strategy,Atari,Atari,,,,,,,1978-01-01, -/games/boxart/full_1864090AmericaFrontccc.jpg,300 Dwarves,PC,Strategy,Viva Media,Artifex Mundi sp. z o.o.,,,,,,,2013-06-17, -/games/boxart/full_7858412AmericaFrontccc.jpg,7th Legion,PC,Strategy,Atari,Epic Games,,,,,,,1997-09-30, -/games/boxart/full_3858158AmericaFrontccc.jpg,9th Company: Roots of Terror,PC,Strategy,Noviy Disk,Lesta Studio,,,,,,,2008-01-15, -/games/boxart/full_a-kingdom-for-keflings_194AmericaFront.jpg,A Kingdom for Keflings,PC,Strategy,NinjaBee,NinjaBee,,,,,,,2010-03-30, -/games/boxart/full_a-line-in-the-sand_816AmericaFront.jpg,A Line in the Sand,PC,Strategy,SSI,SSI,,,,,,,1992-01-01, -/games/boxart/full_a-monsteca-corral-monsters-vs-robots_3AmericaFront.jpg,A Monsteca Corral: Monsters vs. Robots,WW,Strategy,Unknown,Onteca,,,,,,,2010-08-16, -/games/boxart/full_a-world-of-keflings-it-came-from-outer-space_575AmericaFront.jpg,A World of Keflings: It Came From Outer Space,XBL,Strategy,NinjaBee,NinjaBee,,,,,,,2011-10-26, -/games/boxart/7800857ccc.jpg,A-10 Tank Killer,PC,Strategy,Dynamix,VU Games,,,,,,,1989-01-01, -/games/boxart/full_7463298JapanFrontccc.jpg,A5: A Ressha de Ikou 5,PS,Strategy,ArtDink,ArtDink,,,,,,,1997-12-04, -/games/boxart/default.jpg,Achron,PC,Strategy,Unknown,Hazardous Software,,,,,,,2011-08-29, -/games/boxart/full_advanced-civilization_686AmericaFront.jpg,Advanced Civilization,PC,Strategy,Unknown,Avalon Hill,,,,,,,1995-01-01, -/games/boxart/full_7610804JapanFrontccc.jpg,Advanced Daisenryaku 2001,DC,Strategy,Sega,SystemSoft,,,,,,,2001-04-26, -/games/boxart/full_advanced-daisenryaku-deutsch-dengekisakusen_950JapanFront.jpg,Advanced Daisenryaku: Deutsch Dengekisakusen,GEN,Strategy,Sega,Sega,,,,,,,1991-06-17, -/games/boxart/full_3270624JapanFrontccc.jpg,Advanced Daisenryaku: Europe no Arashi - Doitsu Dengeki Sakusen,DC,Strategy,Sega,SystemSoft,,,,,,,2000-06-22, -/games/boxart/full_5430090AmericaFrontccc.jpg,Advanced Tactics Gold,OSX,Strategy,Slitherine Studios,VR Designs,,,,,,,2011-04-12,2018-07-23 -/games/boxart/full_5279718AmericaFrontccc.jpg,Advanced Tactics Gold,PC,Strategy,Slitherine,VR Designs,,,,,,,2011-04-12,2018-07-23 -/games/boxart/628174ccc.jpg,Aerobiz,GEN,Strategy,KOEI,Koei,,,,,,,1992-01-01, -/games/boxart/full_aerobiz_10AmericaFront.jpg,Aerobiz,SNES,Strategy,KOEI,Koei,,,,,,,1993-02-01, -/games/boxart/5775524ccc.jpg,Aerobiz Supersonic,GEN,Strategy,KOEI,Koei,,,,,,,1994-01-01, -/games/boxart/full_aerobiz-supersonic_0AmericaFront.jpg,Aerobiz Supersonic,SNES,Strategy,KOEI,Koei,,,,,,,1994-08-01, -/games/boxart/full_8332264JapanFrontccc.jpg,Afraid Gear,PS,Strategy,Asmik Ace Entertainment,Office Create,,,,,,,1998-10-29, -/games/boxart/full_1174065JapanFrontccc.jpg,Afraid Gear Another,PS,Strategy,Office Create,Office Create,,,,,,,2001-06-14, -/games/boxart/full_4071502AmericaFrontccc.jpg,Age of Booty,XBL,Strategy,Capcom,Certain Affinity,7.6,,,,,,2008-10-15, -/games/boxart/full_age-of-booty_0AmericaFront.jpg,Age of Booty,PSN,Strategy,Capcom,Certain Affinity,7.5,,,,,,2008-10-16, -/games/boxart/full_age-of-booty_648AmericaFront.jpg,Age of Booty,PC,Strategy,Capcom,Certain Affinity,6.6,,,,,,2009-03-09, -/games/boxart/full_7983004PALFrontccc.jpg,Age of Empires II: The Age of Kings,PS2,Strategy,Konami,Ensemble Studios,,,,,,,2001-11-02, -/games/boxart/full_age-of-empires-ii-the-conquerors_749AmericaFront.jpg,Age of Empires II: The Conquerors,PC,Strategy,Microsoft,Ensemble Studios,,,,,,,2000-08-24, -/games/boxart/full_3046755AmericaFrontccc.jpg,Age of Empires: The Rise of Rome,PC,Strategy,Microsoft,Ensemble Studios,,,,,,,1998-10-31, -/games/boxart/full_2973503AmericaFrontccc.jpg,Age of Sail,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-11-30, -/games/boxart/full_6820409AmericaFrontccc.jpg,Age of Sail II,PC,Strategy,TalonSoft,Akella,,,,,,,2001-02-01, -/games/boxart/full_9003914AmericaFrontccc.jpg,Age of Sail II: Privateer's Bounty,PC,Strategy,Global Star Software,Akella,,,,,,,2002-08-13, -/games/boxart/full_age-of-wonders-ii-the-wizards-throne_181AmericaFront.jpg,Age of Wonders II: The Wizard's Throne,PC,Strategy,Gathering of Developers,Triumph Studios,,,,,,,2002-06-12, -/games/boxart/full_age-of-wonders-masters-collection_11AmericaFront.jpg,Age of Wonders: Masters Collection,PC,Strategy,Global Star Software,Triumph Studios,,,,,,,2004-02-17, -/games/boxart/full_age-of-wonders-shadow-magic_537AmericaFront.jpg,Age of Wonders: Shadow Magic,PC,Strategy,Gathering of Developers,Triumph Studios,,,,,,,2003-07-25, -/games/boxart/full_6284653AmericaFrontccc.jpg,AI War: The Zenith Remnant,PC,Strategy,"Arcen Games, LLC",Arcen Games,,,,,,,2010-01-13, -/games/boxart/default.jpg,Ai... Sengoku Spirits EX: Gunshiden,DSiW,Strategy,Tasuke,Tasuke,,,,,,,2011-04-13, -/games/boxart/default.jpg,Ai... Sengoku Spirits EX: Moushouden,DSiW,Strategy,Tasuke,Tasuke,,,,,,,2011-05-11, -/games/boxart/default.jpg,Ai...Sengoku Spirits Gaiden: Hideyoshi-Hen,DSiW,Strategy,Tasuke,Papilion,,,,,,,2010-05-19, -/games/boxart/default.jpg,Ai...Sengoku Spirits Gaiden: Kenshin-Hen,DSiW,Strategy,Tasuke,Papilion,,,,,,,2010-06-02, -/games/boxart/default.jpg,Ai...Sengoku Spirits Gaiden: Nobunaga-Hen,DSiW,Strategy,Tasuke,Papilion,,,,,,,2010-05-19, -/games/boxart/full_9863899JapanFrontccc.jpg,Air Management '96,SAT,Strategy,KOEI,Koei/Inis,,,,,,,1996-03-22, -/games/boxart/full_498776JapanFrontccc.jpg,Air Management '96,PS,Strategy,KOEI,Koei,,,,,,,1996-03-22, -/games/boxart/full_3151693AmericaFrontccc.jpg,Airborne Assault: Conquest of the Aegean,PC,Strategy,Matrix Games,Panther Games,,,,,,,2006-06-16, -/games/boxart/full_5567861AmericaFrontccc.jpg,Airborne Assault: Highway to the Reich,PC,Strategy,Matrix Games,Panther Games,,,,,,,2003-12-10, -/games/boxart/full_4201807AmericaFrontccc.jpg,Airborne Assault: Red Devils Over Arnhem,PC,Strategy,Battlefront.com,Panther Games,,,,,,,2002-06-17, -/games/boxart/full_9573508AmericaFrontccc.jpg,Airline Tycoon Evolution,PC,Strategy,Strategy First,Monte Cristo Multimedia,,,,,,,2002-09-18, -/games/boxart/full_3353699PALFrontccc.jpg,Airline Tycoon: First Class,PC,Strategy,Monte Christo Multimedia,Spellbound,,,,,,,2001-01-22, -/games/boxart/full_3511655AmericaFrontccc.jpg,Airport Tycoon,PC,Strategy,Global Star Software,Sunstorm Interactive,3,,,,,,2000-04-25, -/games/boxart/full_9945267AmericaFrontccc.jpg,Airport Tycoon 2,PC,Strategy,Global Star Software,Sunstorm Interactive,2.6,,,,,,2003-02-26, -/games/boxart/full_7418875AmericaFrontccc.jpg,Airport Tycoon 3,PC,Strategy,Global Star Software,InterActive Vision Games,4,,,,,,2003-10-30, -/games/boxart/default.jpg,Airship Dragoon,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-26, -/games/boxart/full_8157359JapanFrontccc.jpg,Aka-Chan Doubutsuen,GBA,Strategy,TDK Core,TDK Core,,,,,,,2004-03-26, -/games/boxart/default.jpg,Akatsuki no Amaneka to Aoi Kyojin,PS3,Strategy,Unknown,Kogado Software Products,,,,,,,, -/games/boxart/full_4091549JapanFrontccc.jpg,Akihabara Dennou Kumi Peta Pies!,DC,Strategy,Sega,Sega,,,,,,,1999-07-29, -/games/boxart/full_5976238PALFrontccc.jpg,Alien Nations,PC,Strategy,JoWood Productions,neo Software,,,,,,,1999-06-01, -/games/boxart/full_aliens-vs-aliens_558AmericaFront.jpg,Aliens VS Aliens,XBL,Strategy,Microsoft,Fun Factory Entertainment,,,,,,,2011-07-14, -/games/boxart/1433980ccc.jpg,Allied General,PC,Strategy,SSI,Asylum Entertainment,,,,,,,1996-01-31, -/games/boxart/default.jpg,Amakuchi! Dairoujou,DSiW,Strategy,Kawamoto Industrial,"Kawamoto Industrial Co., Ltd",,,,,,,2009-10-14, -/games/boxart/full_amazing-zombie-defense_524AmericaFront.png,Amazing Zombie Defense,PC,Strategy,Unknown,Desura,,,,,,,2011-12-31, -/games/boxart/full_american-civil-war-gettysburg_739AmericaFront.jpg,American Civil War: Gettysburg,PC,Strategy,TalonSoft,Cat Daddy Games,,,,,,,2005-04-28, -/games/boxart/full_anacreon-reconstruction-4021_484AmericaFront.png,Anacreon: Reconstruction 4021,PC,Strategy,Unknown,Thinking Machine Associates,,,,,,,1987-01-01, -/games/boxart/full_anchorz-field_1JapanFront.jpg,Anchorz Field,WS,Strategy,Sammy Corporation,Sammy Studios,,,,,,,1999-06-24, -/games/boxart/full_ancient-conquest_252AmericaFront.jpg,Ancient Conquest,PC,Strategy,DreamCatcher Interactive,Ellipse Studios,,,,,,,1999-01-01, -/games/boxart/full_ancient-trader_4PALFront.jpg,Ancient Trader,PC,Strategy,Unknown,Fourkidsgames,,,,,,,2010-06-27, -/games/boxart/full_ancient-trader_3AmericaFront.jpg,Ancient Trader,XBL,Strategy,Microsoft,Fourkidsgames,,,,,,,2010-06-27, -/games/boxart/full_ancient-tribe_1AmericaFront.jpg,Ancient Tribe,DSiW,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2010-06-28, -/games/boxart/full_andromeda-conquest_287AmericaFront.jpg,Andromeda Conquest,PC,Strategy,Wizards of the Coast,Avalon Hill,,,,,,,1982-01-01, -/games/boxart/full_4860084JapanFrontccc.jpg,Angel Graffiti: Anathe no Profile,PS,Strategy,Coconuts Japan,Coconuts Japan,,,,,,,1996-07-26, -/games/boxart/full_680458JapanFrontccc.jpg,Angel Present,DC,Strategy,NEC Interchannel,NEC Interchannel,,,,,,,2001-04-12, -/games/boxart/full_1684722JapanFrontccc.jpg,Angelique,GBA,Strategy,KOEI,Koei,,,,,,,2002-03-21, -/games/boxart/full_4475135JapanFrontccc.jpg,Angelique Duet,SAT,Strategy,KOEI,Koei,,,,,,,1998-07-30, -/games/boxart/full_7245918JapanFrontccc.jpg,Angelique History,PS,Strategy,KOEI,Koei,,,,,,,2000-03-30, -/games/boxart/full_7629073JapanFrontccc.jpg,Angelique Special,SAT,Strategy,KOEI,Koei,,,,,,,1996-03-29, -/games/boxart/full_1752336JapanFrontccc.jpg,Angelique Special,PCFX,Strategy,NCS,Koei,,,,,,,1995-12-22, -/games/boxart/full_5621312JapanFrontccc.jpg,Angelique Special,PS,Strategy,KOEI,Koei,,,,,,,1996-03-29, -/games/boxart/default.jpg,Angelique Special,PC,Strategy,KOEI,Koei,,,,,,,1996-01-01, -/games/boxart/full_8600670JapanFrontccc.jpg,Angelique Special 2,PCFX,Strategy,NEC,Koei,,,,,,,1996-12-06, -/games/boxart/full_8087920JapanFrontccc.jpg,Angelique Special 2,SAT,Strategy,KOEI,Koei,,,,,,,1997-04-04, -/games/boxart/full_8505695JapanFrontccc.jpg,Angelique Special 2,PS,Strategy,KOEI,Koei,,,,,,,1997-04-11, -/games/boxart/full_520116JapanFrontccc.jpg,Animal Breeder,GB,Strategy,J-Wing,J-Wing,,,,,,,1997-09-11, -/games/boxart/full_4731028JapanFrontccc.jpg,Animal Breeder 2,GB,Strategy,J-Wing,J-Wing,,,,,,,1998-05-15, -/games/boxart/full_3995631JapanFrontccc.jpg,Ao no 6-gou: Antarctica,PS,Strategy,Bandai,Unknown,,,,,,,2000-09-28, -/games/boxart/full_7702713JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,PS,Strategy,KOEI,iNiS,,,,,,,1998-09-17, -/games/boxart/full_1668977JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,PCE,Strategy,KOEI,Koei,,,,,,,1993-09-30, -/games/boxart/full_290679JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,NES,Strategy,KOEI,Koei,,,,,,,1993-03-25, -/games/boxart/full_6093878JapanFrontccc.jpg,Aoki Ookami to Shiroki Meshika: Genchou Hishi,SCD,Strategy,KOEI,Koei,,,,,,,1993-09-24, -/games/boxart/full_575933JapanFrontccc.jpg,Aqua Paradise: Boku no Suizokukan,PS,Strategy,Victor Interactive,Victor Interactive,,,,,,,2000-12-28, -/games/boxart/default.jpg,ARC Style: Jurassic World,DSiW,Strategy,Arc System Works,Interplay,,,,,,,2010-11-24, -/games/boxart/default.jpg,ARC Style: San Goku Shi Tower Defense: Doushou Teppeki,DSiW,Strategy,Arc System Works,Arc System Works,,,,,,,2010-07-28, -/games/boxart/default.jpg,ARC Style: Totsugeki! Castle Attacker,DSiW,Strategy,Arc System Works,Arc System Works,,,,,,,2010-11-17, -/games/boxart/full_archon-classic_700AmericaFront.jpg,Archon Classic,PC,Strategy,Unknown,React Games,,,,,,,2010-04-10, -/games/boxart/full_arena-wars-reloaded_902PALFront.jpg,Arena Wars Reloaded,PC,Strategy,DTP Entertainment,exDream Entertainment,,,,,,,2007-06-26, -/games/boxart/full_armada_7AmericaFront.jpg,Armada,DSiW,Strategy,Zoo Games,Zoo Games,,,,,,,2010-10-18, -/games/boxart/full_3184603AmericaFrontccc.png,Armello,And,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 -/games/boxart/full_3057192PALFrontccc.jpg,Armello,PC,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 -/games/boxart/full_1853124AmericaFrontccc.png,Armello,OSX,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 -/games/boxart/full_1523268AmericaFrontccc.png,Armello,Linux,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 -/games/boxart/full_3978858AmericaFrontccc.png,Armello,WinP,Strategy,League of Geeks,League of Geeks,,,,,,,2015-09-01,2018-09-21 -/games/boxart/5627231ccc.jpg,Armies of Exigo,PC,Strategy,Electronic Arts,Black Hole Entertainment,,,,,,,2004-11-30, -/games/boxart/full_2876955JapanFrontccc.jpg,Armored Unit,WS,Strategy,Sammy Corporation,Sammy Studios,,,,,,,1999-11-18, -/games/boxart/default.jpg,Arms Dealer,PC,Strategy,Case in Point Studios,Case in Point Studios,,,,,,,2015-03-26, -/games/boxart/full_6810101AmericaFrontccc.jpg,Army Men: RTS,PC,Strategy,3DO,Pandemic Studios,,,,,,,2002-03-24, -/games/boxart/full_8481845AmericaFrontccc.jpg,Arsenal of Democracy,PC,Strategy,Paradox Interactive,BL-Logic,,,,,,,2010-02-23, -/games/boxart/full_2431273JapanFrontccc.jpg,Arslan Senki,SCD,Strategy,Sega,Sega,,,,,,,1993-11-19, -/games/boxart/full_8255661AmericaFrontccc.jpg,Artillery Duel,2600,Strategy,Xonox,Xonox,,,,,,,1983-01-01, -/games/boxart/full_artillery-knights-vs-orcs_422PALFront.jpg,Artillery: Knights vs. Orcs,DSiW,Strategy,Unknown,KRITZELKRATZ 3000,,,,,,,2011-07-28, -/games/boxart/full_1884058JapanFrontccc.jpg,Arubarea no Otome,PCFX,Strategy,NEC,Gimmick House,,,,,,,1997-06-27, -/games/boxart/3753594ccc.jpg,Ascendancy,PC,Strategy,Broderbund,"Logic Factory, Inc., The",,,,,,,1995-01-01, -/games/boxart/full_7057164JapanFrontccc.jpg,Assault Suits Valken 2,PS,Strategy,NCS,TamTam,,,,,,,1999-07-29, -/games/boxart/full_6018752PALFrontccc.jpg,Asterix: The Gallic War,PC,Strategy,Infogrames,Infogrames,,,,,,,2000-09-01, -/games/boxart/full_5825821AmericaFrontccc.jpg,Astro Lords: Oort Cloud,PC,Strategy,Unknown,Unknown,,,,,,,2014-07-01, -/games/boxart/full_1329084JapanFrontccc.jpg,Astronoka,PS,Strategy,Enix,Enix Corporation,,,,,,,1998-08-27, -/games/boxart/full_2166360AmericaFrontccc.jpg,Atlantis Underwater Tycoon,PC,Strategy,Activision,Activision Value,,,,,,,2003-03-21, -/games/boxart/full_3784108JapanFrontccc.jpg,AubirdForce,PS,Strategy,Bandai,Bandai,,,,,,,1996-10-25, -/games/boxart/full_9273065JapanFrontccc.jpg,AubirdForce After,PS,Strategy,Bandai,Bandai,,,,,,,1998-10-22, -/games/boxart/full_avalon-heroes_228PALFront.jpg,Avalon Heroes,PC,Strategy,Unknown,Burda:ic,,,,,,,2010-02-09, -/games/boxart/full_9892747AmericaFrontccc.jpg,Avatar Aquarium,XBL,Strategy,Microsoft,DigitalDNA,,,,,,,2009-12-23, -/games/boxart/full_8314595AmericaFrontccc.jpg,Avatar Avenue,XBL,Strategy,Microsoft,DigitalDNA,,,,,,,2009-12-04, -/games/boxart/full_avatar-farm_331AmericaFront.jpg,Avatar Farm!,XBL,Strategy,Microsoft,Milkstone Studios,,,,,,,2011-08-11, -/games/boxart/full_axeh_137AmericaFront.jpg,AXEH,XBL,Strategy,Microsoft,Pekoyama,,,,,,,2010-08-14, -/games/boxart/full_5121493AmericaFrontccc.jpg,Axis & Allies,PC,Strategy,Atari,TimeGate Studios,,,,,,,2004-11-02, -/games/boxart/full_427307AmericaFrontccc.jpg,Aztec Wars,PC,Strategy,Summitsoft,Summitsoft Entertainment,,,,,,,2002-01-01, -/games/boxart/full_7337120PALFrontccc.jpg,B Team: Metal Cartoon Squad,DS,Strategy,PlayV,Most Wanted Entertainment,,,,,,,2009-02-20, -/games/boxart/default.jpg,Back to the Garden,PC,Strategy,Unknown,The Pencil Farm,,,,,,,, -/games/boxart/full_backgainer-hishou-hen-uragiri-no-senjou_0JapanFront.jpg,"Backgainer: Hishou-hen ""Uragiri no Senjou""",SAT,Strategy,Ving,Ving,,,,,,,1998-10-01, -/games/boxart/full_8547331JapanFrontccc.jpg,"Backgainer: Hishou-hen ""Uragiri no Senjou""",PS,Strategy,Ving,Ving,,,,,,,1998-01-29, -/games/boxart/full_backgainer-kakusei-hen_10JapanFront.jpg,"Backgainer: Kakusei-hen ""Gainer Tensei""",SAT,Strategy,Ving,Ving,,,,,,,1998-07-30, -/games/boxart/full_1196701JapanFrontccc.jpg,"Backgainer: Kakusei-hen ""Gainer Tensei""",PS,Strategy,Ving,Ving,,,,,,,1998-06-25, -/games/boxart/full_8427100JapanFrontccc.jpg,Bahamut Senki,GEN,Strategy,Sega,Sega,,,,,,,1991-03-08, -/games/boxart/full_4469049JapanFrontccc.jpg,Bahamut Senki,VC,Strategy,Sega,Sega,,,,,,,2007-04-24, -/games/boxart/8929080ccc.jpg,Baldies,AJ,Strategy,Atari,Creative Edge Software,,,,,,,1995-12-01, -/games/boxart/full_7478041AmericaFrontccc.jpg,Baldies,PC,Strategy,Panasonic Interactive Media,Creative Edge Software,,,,,,,1996-11-30, -/games/boxart/8722878ccc.jpg,Baldies,PS,Strategy,Bethesda Softworks,Creative Edge Software,,,,,,,2003-11-15, -/games/boxart/full_3440777JapanFrontccc.jpg,Baldy Land,SAT,Strategy,Banpresto,Creative Edge Software,,,,,,,1998-11-26, -/games/boxart/full_1299054JapanFrontccc.jpg,Baldy Land,PS,Strategy,Banpresto,Creative Edge Software,,,,,,,1998-11-19, -/games/boxart/full_5949498JapanFrontccc.jpg,Ball Bullet Gun: Survival Game Simulation,SNES,Strategy,I'Max,I'Max,,,,,,,1995-12-01, -/games/boxart/full_514011PALFrontccc.jpg,Ballerburg,PC,Strategy,Ascaron Entertainment,Ascaron Entertainment GmbH,,,,,,,2001-12-01, -/games/boxart/5824251ccc.jpg,Ballerburg: Castle Chaos,PS,Strategy,Mud Duck Productions,Ascaron Entertainment,,,,,,,2003-12-01, -/games/boxart/full_8032353AmericaFrontccc.jpg,Band of Bugs,PC,Strategy,NinjaBee,NinjaBee,,,,,,,2007-12-03, -/games/boxart/full_1196983AmericaFrontccc.jpg,Band of Bugs,XBL,Strategy,NinjaBee,NinjaBee,6.5,,,,,,2007-06-20, -/games/boxart/full_bandit-kings-of-ancient-china_692PALFront.jpg,Bandit Kings of Ancient China,PC,Strategy,KOEI,Koei,,,,,,,1989-01-01,2018-07-30 -/games/boxart/full_8882808AmericaFrontccc.jpg,Bandit Kings of Ancient China,NES,Strategy,KOEI,Koei,,,,,,,1990-12-01, -/games/boxart/full_5425266JapanFrontccc.jpg,Barbarossa,SNES,Strategy,Sammy Corporation,System Soft,,,,,,,1992-11-27, -/games/boxart/full_2147108AmericaFrontccc.jpg,Bass Tournament Tycoon,PC,Strategy,Anarchy Enterprises,Anarchy Enterprises,,,,,,,2007-02-08, -/games/boxart/full_17887AmericaFrontccc.jpg,Battle Bubbles - Four Corners,XBL,Strategy,Microsoft,nineteen77,,,,,,,2009-02-25, -/games/boxart/full_1525928JapanFrontccc.jpg,Battle Bugs,PS,Strategy,Manning,Epyx,,,,,,,1997-09-18, -/games/boxart/full_5568614AmericaFrontccc.jpg,Battle Bugs,PC,Strategy,Sierra Entertainment,Epyx,,,,,,,1994-01-01, -/games/boxart/8836902ccc.jpg,Battle Chess,PC,Strategy,Interplay,"Interplay Productions, Inc.",,,,,,,1988-01-01, -/games/boxart/1060432ccc.jpg,Battle Chess,3DO,Strategy,Interplay,Krisalis,,,,,,,1993-12-31, -/games/boxart/2786174ccc.jpg,Battle Chess,NES,Strategy,Data East,Beam Software,,,,,,,1990-07-01, -/games/boxart/full_battle-chess_8JapanFront.jpg,Battle Chess,PSN,Strategy,Best Media,Tomcat System,,,,,,,2010-08-31, -/games/boxart/default.jpg,Battle Chess II: Chinese Chess,PC,Strategy,Interplay,Interplay,,,,,,,1990-03-10, -/games/boxart/full_5077062JapanFrontccc.jpg,Battle Fleet,NES,Strategy,Namco,Namco,,,,,,,1990-06-22, -/games/boxart/full_9344232AmericaFrontccc.jpg,Battle Fleet 2: WW2 in the Pacific,And,Strategy,Unknown,Unknown,,,,,,,2014-07-16, -/games/boxart/8638083ccc.jpg,Battle for Troy,PC,Strategy,ValuSoft,Zono Inc.,,,,,,,2004-03-05, -/games/boxart/full_1309812AmericaFrontccc.jpg,Battle for Wesnoth,PC,Strategy,Unknown,David White,,,,,,,2003-07-01, -/games/boxart/full_2541448JapanFrontccc.jpg,Battle Formation,PS,Strategy,Banpresto,Unknown,,,,,,,1997-11-13, -/games/boxart/full_424351AmericaFrontccc.jpg,Battle Islands,PC,Strategy,505 Games,505 Games,,,,,,,2014-08-07, -/games/boxart/3707676ccc.jpg,Battle Isle,PC,Strategy,Blue Byte,Blue Byte Software GmbH,,,,,,,1991-01-01, -/games/boxart/8197061ccc.jpg,Battle Isle 2,PC,Strategy,Accolade,Blue Byte Software GmbH,,,,,,,1994-01-01, -/games/boxart/full_7692665AmericaFrontccc.jpg,Battle of Giants: Dinosaurs - Fight for Survival,DSiW,Strategy,Ubisoft,Ubisoft Quebec,,,,,,,2010-03-15, -/games/boxart/full_6227399AmericaFrontccc.jpg,Battle of Giants: Dragons - Bronze Edition,DSiW,Strategy,Ubisoft,Ubisoft Quebec,,,,,,,2009-11-02, -/games/boxart/full_battle-of-giants-mutant-insects-revenge_0AmericaFront.jpg,Battle of Giants: Mutant Insects - Revenge,DSiW,Strategy,Ubisoft,Ubisoft Quebec,,,,,,,2010-06-28, -/games/boxart/4355505ccc.jpg,Battle Realms,PC,Strategy,Ubisoft,Liquid Entertainment,8.7,,,,,,2001-11-07, -/games/boxart/full_5949693AmericaFrontccc.png,Battle Realms: Winter of the Wolf,PC,Strategy,Ubisoft,Liquid Entertainment,,,,,,,2002-07-01, -/games/boxart/full_3000142JapanFrontccc.jpg,Battle Space: Barcode Boy Set,GB,Strategy,Namco,Namco,,,,,,,1992-12-25, -/games/boxart/7803377ccc.jpg,Battle Stations,SAT,Strategy,Electronic Arts,Realtime Associates,,,,,,,1997-01-01, -/games/boxart/full_9226880PALFrontccc.jpg,Battle Worlds: Kronos,OSX,Strategy,KING Art Games,KING Art Games,,,,,,,2013-11-04,2018-08-01 -/games/boxart/full_2847530PALFrontccc.jpg,Battle Worlds: Kronos,Linux,Strategy,KING Art Games,KING Art Games,,,,,,,2013-11-04,2018-08-01 -/games/boxart/561200ccc.jpg,Battleground 1: Bulge/Ardennes,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-01-01, -/games/boxart/full_7166659AmericaFrontccc.jpg,Battleground 2: Gettysburg,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1995-12-31, -/games/boxart/full_761454AmericaFrontccc.jpg,Battleground 3: Waterloo,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-05-31, -/games/boxart/full_1204261AmericaFrontccc.jpg,Battleground 4: Shiloh,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-01-31, -/games/boxart/full_9051172AmericaFrontccc.jpg,Battleground 5: Antietam,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1996-12-31, -/games/boxart/full_1680048AmericaFrontccc.jpg,Battleground 6: Napoleon in Russia,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-04-30, -/games/boxart/full_1520689AmericaFrontccc.jpg,Battleground 7: Bull Run,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-04-30, -/games/boxart/full_6459572AmericaFrontccc.jpg,Battleground 8: Prelude to Waterloo,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1997-09-30, -/games/boxart/full_3469629AmericaFrontccc.jpg,Battleground 9: Chickamauga,PC,Strategy,TalonSoft,TalonSoft,,,,,,,1998-01-01, -/games/boxart/full_8923842AmericaFrontccc.jpg,Battleship,GG,Strategy,Mindscape,Mindscape,,,,,,,1993-01-01, -/games/boxart/full_654688AmericaFrontccc.jpg,Battleship,GB,Strategy,Mindscape,Use,,,,,,,1992-01-01, -/games/boxart/full_1741930AmericaFrontccc.jpg,Battleship,PS,Strategy,Hasbro Interactive,Hasbro Interactive,,,,,,,1998-10-14, -/games/boxart/2492358ccc.jpg,Battleship,NES,Strategy,Mindscape,Milton Bradley,,,,,,,1993-09-01, -/games/boxart/default.jpg,Battleship,PC,Strategy,iWin,iWin,,,,,,,2009-08-24, -/games/boxart/full_239695AmericaFrontccc.jpg,Battleship (1999),GB,Strategy,Majesco,Majesco Games,,,,,,,1999-01-24, -/games/boxart/full_1100142AmericaFrontccc.jpg,Battlestations: Midway,XBL,Strategy,Eidos Interactive,Eidos Hungary,,,,,,,2010-05-25, -/games/boxart/full_7662836AmericaFrontccc.jpg,Battlestations: Pacific,XBL,Strategy,Eidos Interactive,Eidos Studios Hungary,,,,,,,2010-05-11, -/games/boxart/full_battlestations-pacific-carrier-battles-map-pack_606AmericaFront.jpg,Battlestations: Pacific - Carrier Battles Map Pack,PC,Strategy,Unknown,Eidos Hungary,,,,,,,, -/games/boxart/full_battlestations-pacific-carrier-battles-map-pack_218AmericaFront.jpg,Battlestations: Pacific - Carrier Battles Map Pack,XBL,Strategy,Eidos Interactive,Eidos Hungary,,,,,,,2009-07-23, -/games/boxart/full_1581634AmericaFrontccc.jpg,Battlezone II: Combat Commander,PC,Strategy,Activision,Pandemic Studios,,,,,,,1999-12-31, -/games/boxart/full_5086329AmericaFrontccc.jpg,Battlezone II: Combat Commander,PC,Strategy,Activision,Pandemic Studios,,,,,,,1999-12-31, -/games/boxart/full_6652394PALFrontccc.jpg,Beer Tycoon,PC,Strategy,Frogster Interactive,Frogster Interactive,,,,,,,2007-01-01, -/games/boxart/8666493ccc.jpg,Belle's Beauty Boutique,PC,Strategy,eGames,Demand Games,,,,,,,2008-06-13, -/games/boxart/2666184ccc.jpg,Besieger,PC,Strategy,DreamCatcher Interactive,Primal Software,,,,,,,2004-06-02, -/games/boxart/full_betrayal_926PALFront.jpg,Betrayal,PC,Strategy,Rainbird,Floppy Electronic Services Ltd.,,,,,,,1990-01-01, -/games/boxart/full_beyond-protocol_526AmericaFront.jpg,Beyond Protocol,PC,Strategy,Dark Sky Entertainment,Dark Sky Entertainment,,,,,,,2008-11-21, -/games/boxart/full_2646799AmericaFrontccc.jpg,Big Biz Tycoon,PC,Strategy,Activision,Animedia,5.8,,,,,,2002-05-29, -/games/boxart/full_5477144AmericaFrontccc.jpg,Big Biz Tycoon 2,PC,Strategy,Activision,4HEAD Studios,,,,,,,2003-06-12, -/games/boxart/full_big-oil-build-an-oil-empire_507AmericaFront.jpg,Big Oil: Build an Oil Empire,PC,Strategy,Tri Synergy,Tri Synergy,,,,,,,2006-07-31, -/games/boxart/full_9824564AmericaFrontccc.jpg,Birth of America,PC,Strategy,Strategy First,AGEOD,,,,,,,2006-10-05, -/games/boxart/full_birth-of-america-ii-wars-in-america-1750-1815_368AmericaFront.jpg,Birth of America II: Wars in America 1750-1815,PC,Strategy,Paradox Interactive,AGEOD,,,,,,,2008-08-21, -/games/boxart/full_8478220AmericaFrontccc.jpg,Black & White: Creature Isle,PC,Strategy,Electronic Arts,Lionhead Studios,,,,,,,2002-01-21, -/games/boxart/full_2110299JapanFrontccc.jpg,Black/Matrix 00,PS,Strategy,NEC Interchannel,Flight-Plan,,,,,,,2004-05-13, -/games/boxart/full_5000843JapanFrontccc.jpg,Black/Matrix Advanced,DC,Strategy,NEC Interchannel,Flight-Plan,,,,,,,1999-09-30, -/games/boxart/full_770904JapanFrontccc.jpg,Black/Matrix Cross,PS,Strategy,NEC Interchannel,Flight-Plan,,,,,,,2000-12-14, -/games/boxart/full_3919411JapanFrontccc.jpg,Black/Matrix Zero,GBA,Strategy,NEC,Flight-Plan,,,,,,,2002-08-30, -/games/boxart/full_4303660PALFrontccc.jpg,Blackguards 2,OSX,Strategy,Daedalic Entertainment,Daedalic Entertainment,,,,,,,2015-04-01,2018-09-15 -/games/boxart/full_5101440JapanFrontccc.jpg,BladeMaker,PS,Strategy,Shoeisha,Shoeisha,,,,,,,1999-07-01, -/games/boxart/full_3926130AmericaFrontccc.jpg,Blitzkrieg 2: Fall of the Reich,PC,Strategy,CDV Software Entertainment,Nival Interactive,,,,,,,2007-02-22, -/games/boxart/full_2471637AmericaFrontccc.jpg,Blitzkrieg: Burning Horizon,PC,Strategy,CDV Software Entertainment,Nival Interactive / La Plata Studios,,,,,,,2004-06-13, -/games/boxart/full_4173672PALFrontccc.jpg,Blitzkrieg: Green Devils,PC,Strategy,CDV Software Entertainment,La Plata Studios,,,,,,,2006-09-12, -/games/boxart/full_4247191AmericaFrontccc.png,Blizzard DOTA,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2011-12-31, -/games/boxart/full_blockout_346AmericaFront.jpg,Blockout,PC,Strategy,California Dreams,P.Z.Karen Co. Development Group,,,,,,,1989-01-01, -/games/boxart/default.jpg,Blockout,GEN,Strategy,Unknown,P.Z.Karen Co. Development Group,,,,,,,, -/games/boxart/full_3294989AmericaFrontccc.jpg,Blood Bowl (1995),PC,Strategy,MicroLeague,"Destiny Software Productions, Inc.",,,,,,,1995-01-01, -/games/boxart/full_bloons-td_6PALFront.jpg,Bloons TD,PSN,Strategy,Digital Goldfish,Digital Goldfish,,,,,,,2011-02-22, -/games/boxart/default.jpg,Boardwalk Tycoon,PC,Strategy,Unknown,Pixel after Pixel,,,,,,,, -/games/boxart/full_boku-no-camp-ba_7JapanFront.jpg,Boku no Camp Ba,GB,Strategy,Naxat Soft,Naxat Soft,,,,,,,2000-09-22, -/games/boxart/full_2825977JapanFrontccc.jpg,Boku no Kabuto - Kuwagata,GBA,Strategy,MTO,MTO,,,,,,,2003-06-27, -/games/boxart/full_8367512JapanFrontccc.jpg,Bomberman Wars,SAT,Strategy,Hudson Soft,Hudson Soft,,,,,,,1998-04-16, -/games/boxart/full_7302374JapanFrontccc.jpg,Bomberman Wars,PS,Strategy,Hudson Soft,Hudson Soft,,,,,,,1998-04-16, -/games/boxart/full_853682AmericaFrontccc.jpg,Bored Meeting,XBL,Strategy,Microsoft,Steven Jones,,,,,,,2009-02-25, -/games/boxart/full_9400160AmericaFrontccc.jpg,Bounders and Cads,PC,Strategy,Wax Lyrical Games,Wax Lyrical Games,,,,,,,2013-01-13, -/games/boxart/full_8730933AmericaFrontccc.png,Brave Brigade,And,Strategy,ZQGame,ZQGame,,,,,,,2014-06-28, -/games/boxart/full_brave-company_56JapanFront.jpg,Brave Company,3DS,Strategy,Bandai Namco Games,Cattle Call,,,,,,,2011-10-27,2018-10-08 -/games/boxart/full_297753JapanFrontccc.jpg,Brave Sword,PS,Strategy,Sammy Corporation,Sammy Studios,,,,,,,2000-10-19, -/games/boxart/full_6036132AmericaFrontccc.jpg,Braveheart,PC,Strategy,Eidos Interactive,Red Lemon Studios,,,,,,,1999-07-31, -/games/boxart/full_break-tactics_260JapanFront.jpg,Break Tactics,DSiW,Strategy,Agetec,SilverStarJapan,4,,,,,,2011-09-22, -/games/boxart/full_8581909JapanFrontccc.jpg,Brigandine: Grand Edition,PS,Strategy,Hearty Robin,Hearty Robin,,,,,,,2000-05-18, -/games/boxart/default.jpg,Browser San Goku Shi: Touch Battle,PSV,Strategy,Unknown,AQ Interactive,,,,,,,, -/games/boxart/8713702ccc.jpg,Bubba 'n' Stix,GEN,Strategy,Core Design Ltd.,Core Design Ltd.,,,,,,,1993-01-01, -/games/boxart/full_2247449PALFrontccc.jpg,Buccaneer: The Pursuit of Infamy,PC,Strategy,Blitz Game Studios,Blitz Arcade,,,,,,,2008-12-08, -/games/boxart/full_build-a-lot_658AmericaFront.jpg,Build-a-lot,DSiW,Strategy,Mumbo Jumbo,Mumbo Jumbo,,,,,,,2011-07-04, -/games/boxart/default.jpg,Build-A-Lot 2: Town of the Year,PC,Strategy,iWin,HipSoft,,,,,,,2008-04-29, -/games/boxart/full_1381452JapanFrontccc.jpg,Burger Burger,PS,Strategy,Gaps,Biox,,,,,,,1997-11-27, -/games/boxart/full_886146JapanFrontccc.jpg,Burger Burger 2,PS,Strategy,Gaps,Biox,,,,,,,1999-07-15, -/games/boxart/full_butage-deiin-janai_102JapanFront.jpg,Butage: Deiin Janai?,PS,Strategy,Shangri-La,Shangri-La,,,,,,,1998-02-26, -/games/boxart/2932259ccc.jpg,Buzz Aldrin's Race into Space,PC,Strategy,Interplay,Strategic Visions,,,,,,,1993-03-01, -/games/boxart/7659933ccc.png,Caesar,PC,Strategy,Impressions Games,Impressions Games,,,,,,,1993-01-01, -/games/boxart/full_564276AmericaFrontccc.png,Caesar II,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1996-12-14, -/games/boxart/default.jpg,Call to Arms,PC,Strategy,Unknown,"Sirius Software, Inc.",,,,,,,1982-01-01, -/games/boxart/5918651ccc.jpg,Call to Power II,PC,Strategy,Activision,Activision,,,,,,,2000-11-15, -/games/boxart/2193875ccc.jpg,Cannon Fodder,3DO,Strategy,Virgin Interactive,Sensible Software,,,,,,,1994-01-01, -/games/boxart/full_2557000PALFrontccc.jpg,Cannon Fodder,SNES,Strategy,Virgin Interactive,Sensible Software,,,,,,,1994-01-01, -/games/boxart/full_6909458PALFrontccc.jpg,Cannon Fodder,PC,Strategy,Virgin Interactive,Audio Visual Magic,9,,,,,,1993-01-01, -/games/boxart/8594675ccc.jpg,Cannon Fodder,AJ,Strategy,Virgin Interactive,Sensible Software,,,,,,,1995-01-01, -/games/boxart/full_5985724AmericaFrontccc.jpg,Cannon Fodder,GB,Strategy,Codemasters,Codemasters,,,,,,,2000-12-05, -/games/boxart/full_2747059PALFrontccc.jpg,Cannon Fodder,GEN,Strategy,Virgin Interactive,Panelcomp,,,,,,,1994-01-01, -/games/boxart/full_5216945JapanFrontccc.jpg,Captain Rave!!,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1999-03-11, -/games/boxart/full_5169408AmericaFrontccc.jpg,Car Tycoon,PC,Strategy,Fishtank Interactive,Fishtank Interactive,5.4,,,,,,2002-01-04, -/games/boxart/full_7703454AmericaFrontccc.jpg,Carcassonne,XBL,Strategy,Sierra Online,Sierra Online,7.5,,,,,,2007-06-27, -/games/boxart/full_9609404PALFrontccc.jpg,Carcassonne,DS,Strategy,Deep Silver,Sierra Online,,,,,,,2009-10-21, -/games/boxart/full_carnage-heart-exa_2JapanFront.jpg,Carnage Heart EXA,PSN,Strategy,ArtDink,ArtDink,,,,,,,2010-10-28, -/games/boxart/full_9681429JapanFrontccc.jpg,Carnage Heart EZ: Easy Zapping,PSN,Strategy,Sony Computer Entertainment,ArtDink,,,,,,,2009-03-25, -/games/boxart/full_5723987JapanFrontccc.jpg,Carnage Heart EZ: Easy Zapping,PS,Strategy,ArtDink,ArtDink,,,,,,,1997-07-24, -/games/boxart/full_9837283JapanFrontccc.jpg,Carnage Heart Portable,PSP,Strategy,Genki,ArtDink,,,,,,,2006-08-13, -/games/boxart/full_7500975AmericaFrontccc.jpg,Carnival Cruise Line Tycoon 2005: Island Hopping,PC,Strategy,Activision,Artex Software,4.3,,,,,,2004-06-21, -/games/boxart/full_8594235AmericaFrontccc.jpg,Carnival Cruise Lines Tycoon,PC,Strategy,Activision,Activision,,,,,,,2006-01-01, -/games/boxart/2797081ccc.jpg,Carrier Aces,SNES,Strategy,CyberSoft,Synergistic Software,,,,,,,1995-01-31, -/games/boxart/default.jpg,Cartel,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, -/games/boxart/full_1889305PALFrontccc.jpg,Carwash Tycoon,PS2,Strategy,Phoenix Games,Aqua Pacific,,,,,,,2006-09-29, -/games/boxart/full_7896245AmericaFrontccc.jpg,Casino Tycoon,PC,Strategy,Monte Christo Multimedia,Cat Daddy Games,,,,,,,2001-12-15, -/games/boxart/default.jpg,Castle Conquerer: Revolution,DSiW,Strategy,Unknown,Circle Entertainment Ltd.,,,,,,,, -/games/boxart/full_castle-conqueror_1AmericaFront.jpg,Castle Conqueror,DSiW,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2010-09-13, -/games/boxart/full_8559510JapanFrontccc.jpg,Castle Fantasia: Seima Taisen,DC,Strategy,Studio e-go,Studio e-go,,,,,,,2002-07-11, -/games/boxart/full_castle-quest_236JapanFront.jpg,Castle Quest,NES,Strategy,Hudson Soft,Hudson Soft,,,,,,,1990-05-18, -/games/boxart/full_castle-quest_378PALFront.jpg,Castle Quest,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,1993-01-01, -/games/boxart/full_castle-rustle_609PALFront.png,Castle Rustle,PSN,Strategy,Game Factory Interactive,Game Factory Interactive,,,,,,,2011-02-16, -/games/boxart/full_9967467AmericaFrontccc.jpg,Castle Strike,PC,Strategy,Witt Interactive Software,Related Designs,,,,,,,2004-10-12, -/games/boxart/full_castles_284AmericaFront.jpg,Castles,PC,Strategy,Interplay,Interplay,,,,,,,1992-01-01, -/games/boxart/default.jpg,Castles + Castles 2,PC,Strategy,Interplay,Quicksilver Software,,,,,,,1991-01-01, -/games/boxart/full_castles-ii-siege-amp-conquest_884AmericaFront.jpg,Castles II: Siege & Conquest,PC,Strategy,Interplay,"Quicksilver Software, Inc",,,,,,,1992-01-01, -/games/boxart/full_catan_8AmericaFront.jpg,Catan,PSN,Strategy,Game Republic,Game Republic,,,,,,,2010-06-15, -/games/boxart/full_2176093PALFrontccc.jpg,Catan,NGage,Strategy,Nokia,Suzak,,,,,,,2005-10-10, -/games/boxart/default.jpg,Catan,PC,Strategy,Oberon Media,Oberon Media,,,,,,,2005-01-01, -/games/boxart/full_9953152AmericaFrontccc.jpg,Catan,XBL,Strategy,Microsoft,Big Huge Games,7.5,,,,,,2007-05-02, -/games/boxart/full_5815805PALFrontccc.jpg,Catan: Die Erste Insel,PS,Strategy,Ravensburger Interactive Media,Similis,,,,,,,2001-03-01, -/games/boxart/full_9884212AmericaFrontccc.jpg,Caterpillar Construction Tycoon,PC,Strategy,Activision,Gabriel Entertainment,,,,,,,2005-11-21, -/games/boxart/2394022ccc.jpg,Centurion: Defender of Rome,GEN,Strategy,Electronic Arts,Bits of Magic,,,,,,,1991-01-01, -/games/boxart/full_2458511AmericaFrontccc.jpg,Centurion: Defender of Rome,PC,Strategy,Electronic Arts,Bits of Magic,,,,,,,1990-01-01, -/games/boxart/full_chaos-gear_10JapanFront.jpg,Chaos Gear,WS,Strategy,Bandai,Bandai,,,,,,,1999-06-10, -/games/boxart/full_3354862PALFrontccc.jpg,Chaos League,PC,Strategy,Digital Jesters,Cyanide,,,,,,,2005-03-08, -/games/boxart/full_2503978PALFrontccc.jpg,Chemist Tycoon,PS2,Strategy,Phoenix Games,Aqua Pacific,,,,,,,2006-09-29, -/games/boxart/default.jpg,Chess,PC,Strategy,Unknown,International PC Owners,,,,,,,1981-12-01, -/games/boxart/full_3027893AmericaFrontccc.jpg,Chess 2: The Sequel,PC,Strategy,Unknown,Sirlin Games,,,,,,,2014-08-19, -/games/boxart/full_6313984AmericaFrontccc.jpg,Chess Platinum,PC,Strategy,Unknown,Interplay,,,,,,,, -/games/boxart/full_2628380AmericaFrontccc.jpg,Chessmaster 5000,PC,Strategy,Mindscape,Mindscape,,,,,,,1996-07-31, -/games/boxart/full_5852235AmericaFrontccc.jpg,Chessmaster 5500,PC,Strategy,Mindscape,Mindscape,,,,,,,1997-10-31, -/games/boxart/full_5097032AmericaFrontccc.jpg,Chessmaster 6000,PC,Strategy,Mindscape,Mindscape,,,,,,,1998-09-30, -/games/boxart/full_1281327AmericaFrontccc.jpg,Chessmaster 7000,PC,Strategy,Mindscape,Mindscape,,,,,,,1999-08-31, -/games/boxart/full_4990330AmericaFrontccc.jpg,Chessmaster 8000,PC,Strategy,Mattel Interactive,Mattel Interactive,,,,,,,2000-11-14, -/games/boxart/full_6332418AmericaFrontccc.jpg,Chessmaster 9000,PC,Strategy,Ubisoft,Ubisoft Romania,,,,,,,2002-08-31, -/games/boxart/full_1657118AmericaFrontccc.jpg,Chessmaster Live,XBL,Strategy,Microsoft,Ubisoft Sofia,7.6,,,,,,2008-01-30, -/games/boxart/full_chick-chick-boom_36AmericaFront.jpg,chick chick BOOM,WW,Strategy,Unknown,Extra Toxic,,,,,,,2010-12-27, -/games/boxart/default.jpg,Chocolatier: Decadence by Design,PC,Strategy,PlayFirst,Big Fish Games,,,,,,,2009-01-22, -/games/boxart/full_chou-denki-card-battle-kappa-games_4JapanFront.jpg,Chou-Denki Card Battle: Youfu Makai,WS,Strategy,Koubunsha,Koubunsha,,,,,,,1999-12-16, -/games/boxart/full_9810009JapanFrontccc.jpg,Choujikuu Yousai Macross: Eien no Love Song,PCE,Strategy,NCS,NCS,,,,,,,1992-12-04, -/games/boxart/6330154ccc.jpg,ChuChu Rocket!,DC,Strategy,Sega,Sonic Team,8.5,,,,,,2000-02-29, -/games/boxart/full_chuugen-no-hasha-sangoku-shouseiden_325JapanFront.jpg,Chuugen no Hasha: Sangoku Shouseiden,PSN,Strategy,Namco Bandai,Namco,,,,,,,2011-01-12, -/games/boxart/default.jpg,Cinema Tycoon 2: Movie Mania,PC,Strategy,TikGames,Big Fish Games,,,,,,,2008-09-22, -/games/boxart/full_2880024AmericaFrontccc.jpg,Cinema Tycoon Gold,PC,Strategy,TikGames,Free World Group,,,,,,,2006-01-01, -/games/boxart/full_5219959AmericaFrontccc.jpg,City Rain,XBL,Strategy,Microsoft,ovolo,,,,,,,2009-11-25, -/games/boxart/full_4555063AmericaFrontccc.jpg,Civ II: Fantastic Worlds,PC,Strategy,Microprose,MicroProse,,,,,,,1997-10-31, -/games/boxart/full_4401110AmericaFrontccc.jpg,Civil War: 1864,OSX,Strategy,HexWar Games,HexWar Games,,,,,,,2014-06-25,2018-08-10 -/games/boxart/6747321ccc.jpg,Civilization,NGage,Strategy,Atari,Gryphondale Studios,,,,,,,2006-02-24, -/games/boxart/full_5480048AmericaFrontccc.jpg,Civilization II: Test of Time,PC,Strategy,Hasbro Interactive,MicroProse,,,,,,,1999-07-31, -/games/boxart/full_9158495AmericaFrontccc.jpg,Civilization III: Conquests,PC,Strategy,Atari,BreakAway Games,,,,,,,2003-11-04, -/games/boxart/full_2333437AmericaFrontccc.jpg,Civilization III: Play the World,PC,Strategy,Infogrames,Firaxis Games,,,,,,,2002-10-29, -/games/boxart/full_9691236AmericaFrontccc.jpg,Civilization IV: Warlords,PC,Strategy,2K Games,Firaxis Games,,,,,,,2006-07-24, -/games/boxart/5181017ccc.jpg,Civilization: Call to Power,PC,Strategy,Activision,Activision,,,,,,,1999-04-01, -/games/boxart/full_9776271AmericaFrontccc.jpg,Cleopatra,PC,Strategy,Sierra Entertainment,BreakAway Games,,,,,,,2000-07-11, -/games/boxart/full_6023666AmericaFrontccc.jpg,Close Combat V: Invasion Normandy,PC,Strategy,SSI,Atomic Games,,,,,,,2000-10-05, -/games/boxart/5403041ccc.jpg,Close Combat: Cross of Iron,PC,Strategy,Matrix Games,CSO Simtek,,,,,,,2007-02-12, -/games/boxart/default.jpg,Close Combat: Red Phoenix,PC,Strategy,Gathering of Developers,Atomic Games,,,,,,,2005-01-01, -/games/boxart/full_4218636AmericaFrontccc.jpg,Clue,PC,Strategy,Hasbro Interactive,3T Productions Ltd.,,,,,,,1996-12-31, -/games/boxart/full_5048715AmericaFrontccc.jpg,Clue,SNES,Strategy,Parker Bros.,Sculptured Software,,,,,,,1992-07-01, -/games/boxart/1549326ccc.jpg,Clue,GEN,Strategy,Parker Bros.,Sculptured Software,,,,,,,1992-01-01, -/games/boxart/full_4433932AmericaFrontccc.jpg,Codename: Panzers Commander's Edition,PC,Strategy,CDV Software Entertainment,Stormregion,,,,,,,2007-06-04, -/games/boxart/full_368256AmericaFrontccc.jpg,Codename: Panzers Phase One,PC,Strategy,CDV Software Entertainment,Stormregion,,,,,,,2004-09-30, -/games/boxart/full_788720AmericaFrontccc.jpg,Coffee Tycoon,PC,Strategy,Anarchy Enterprises,Anarchy Enterprises,4,,,,,,2005-04-01, -/games/boxart/full_5476980AmericaFrontccc.jpg,Colony Defense,XBL,Strategy,Microsoft,Mana Bomb Games Studio,,,,,,,2010-03-09, -/games/boxart/full_4466580AmericaFrontccc.jpg,Combat Chess,PC,Strategy,Empire Interactive,Empire Interactive,,,,,,,1997-11-30, -/games/boxart/full_5505104JapanFrontccc.jpg,Combat Choro Q: Advance Daisakusen,GBA,Strategy,Takara,Takara,,,,,,,2002-08-08, -/games/boxart/default.jpg,Combat Mission 3: Afrika Korps,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2003-12-03, -/games/boxart/default.jpg,Combat Mission Anthology,PC,Strategy,Take-Two Interactive,Big Time Software,,,,,,,2006-07-31, -/games/boxart/full_7016839AmericaFrontccc.jpg,Combat Mission: Barbarossa to Berlin,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2002-10-29, -/games/boxart/full_7605953AmericaFrontccc.jpg,Combat Mission: Beyond Overlord,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2000-06-01, -/games/boxart/default.jpg,Combat Mission: Shock Force - British Forces,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2009-07-29, -/games/boxart/default.jpg,Combat Mission: Shock Force - Marines,PC,Strategy,Battlefront.com,Big Time Software,,,,,,,2008-09-01, -/games/boxart/full_8293573AmericaFrontccc.png,Comet Crash,PSN,Strategy,Pelfast,Pelfast,8.5,,,,,,2009-04-02, -/games/boxart/4211277ccc.jpg,Command & Conquer Saga,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2008-01-24, -/games/boxart/7191790ccc.jpg,Command & Conquer- The Domination Pack,PC,Strategy,Unknown,Westwood Studios,,,,,,,, -/games/boxart/9528210ccc.jpg,Command & Conquer: Covert Operations,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1996-04-30, -/games/boxart/default.jpg,Command & Conquer: Generals 2,PC,Strategy,Electronic Arts,BioWare Victory,,,,,,,2020-12-31, -/games/boxart/default.jpg,Command & Conquer: Red Alert 3 Uprising,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2008-10-28, -/games/boxart/6279063ccc.jpg,Command & Conquer: Red Alert: The Aftermath,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1997-09-30, -/games/boxart/2095089ccc.jpg,Command & Conquer: Red Strike,PC,Strategy,Electronic Arts,Westwood Studios,,,,,,,2002-03-20, -/games/boxart/full_8573062AmericaFrontccc.jpg,Command & Conquer: Tiberium Alliances,PC,Strategy,Electronic Arts,EA Phenomic,,,,,,,2012-05-24, -/games/boxart/3847307ccc.jpg,Command & Conquer: Yuri's Revenge,PC,Strategy,Electronic Arts,Westwood Studios,,,,,,,2001-10-09, -/games/boxart/8683662ccc.jpg,Command & Conquer,SAT,Strategy,Westwood Studios,Westwood Studios,9.1,,,,,,1996-12-31, -/games/boxart/full_6560658AmericaFrontccc.png,Command & Conquer,PSN,Strategy,Sony Computer Entertainment,Westwood Studios,,,,,,,2009-11-23, -/games/boxart/3503928ccc.jpg,Command & Conquer 3: Tiberium Wars - Kane Edition,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2007-03-26, -/games/boxart/full_1523806AmericaFrontccc.gif,Command & Conquer Gold Edition,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1997-02-28, -/games/boxart/3131838ccc.jpg,Command & Conquer Red Alert 2: Yuri's Revenge,PC,Strategy,Electronic Arts,Westwood Studios,9.2,,,,,,2001-10-10, -/games/boxart/full_command-ampamp-conquer-generals-deluxe-edition_75AmericaFront.jpg,Command & Conquer: Generals - Deluxe Edition,PC,Strategy,Electronic Arts,EA Pacific,,,,,,,2003-10-20, -/games/boxart/full_command-ampamp-conquer-generals-zero-hour_610AmericaFront.jpg,Command & Conquer: Generals - Zero Hour,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2003-09-22, -/games/boxart/full_5882570AmericaFrontccc.png,Command & Conquer: Red Alert,PSN,Strategy,Sony Computer Entertainment,Westwood Studios,,,,,,,2009-11-11, -/games/boxart/full_3242157AmericaFrontccc.png,Command & Conquer: Red Alert Retaliation,PSN,Strategy,Sony Computer Entertainment,Westwood Studios,,,,,,,2009-12-03, -/games/boxart/4965101ccc.jpg,Command & Conquer: Red Alert: Counterstrike,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1997-03-10, -/games/boxart/5073515ccc.jpg,Command & Conquer: Red Alert: Retaliation,PS,Strategy,Westwood Studios,Westwood,,,,,,,1998-08-28, -/games/boxart/4866327ccc.jpg,Command & Conquer: Sole Survivor,PC,Strategy,Westwood Studios,Westwood,,,,,,,1997-11-30, -/games/boxart/full_command-ampamp-conquer-tiberian-sun-firepower_976AmericaFront.jpg,Command & Conquer: Tiberian Sun - Firepower,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,2000-06-22, -/games/boxart/3195697ccc.jpg,Command & Conquer: Tiberian Sun - Firestorm,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,2000-03-08, -/games/boxart/full_3238683AmericaFrontccc.jpg,Commander in Chief,PC,Strategy,IGS,Eversim,,,,,,,2009-01-16, -/games/boxart/full_5603255AmericaFrontccc.jpg,Commander: The Great War,PC,Strategy,Unknown,Unknown,,,,,,,2012-11-12, -/games/boxart/full_5840676AmericaFrontccc.jpg,Commanders: Attack of the Genos,XBL,Strategy,Sierra Entertainment,Sierra Online / Southend Interactive,7,,,,,,2008-02-13, -/games/boxart/4660373ccc.jpg,Commandos: Behind Enemy Lines,PC,Strategy,Eidos Interactive,Pyro Studios,,,,,,,1998-07-31, -/games/boxart/full_5069946AmericaFrontccc.jpg,Commandos: Beyond the Call of Duty,PC,Strategy,Eidos Interactive,Pyro Studios,,,,,,,1999-03-31, -/games/boxart/full_1471149AmericaFrontccc.jpg,Conflict,NES,Strategy,Victory Lap Games,Vic Tokai,,,,,,,1990-03-01, -/games/boxart/full_3664071AmericaFrontccc.jpg,Conflict Zone,PC,Strategy,Ubisoft,MASA Group,,,,,,,2001-11-06, -/games/boxart/full_2499315AmericaFrontccc.jpg,Conflict Zone,DC,Strategy,Ubisoft,MASA Group,5.3,,,,,,2001-12-15, -/games/boxart/full_conqueror-ad-1086_729AmericaFront.jpg,Conqueror A.D. 1086,PC,Strategy,Sierra Online,Software Sorcery,,,,,,,1995-01-01, -/games/boxart/full_7950933AmericaFrontccc.jpg,Conquest of the New World,PC,Strategy,Interplay,"Quicksilver Software, Inc",,,,,,,1996-03-31, -/games/boxart/full_conquest-frontier-wars_515AmericaFront.jpg,Conquest: Frontier Wars,PC,Strategy,Ubisoft,Fever Pitch Studios,,,,,,,2001-08-14, -/games/boxart/full_332159PALFrontccc.jpg,Constructor,PS,Strategy,Acclaim Entertainment,Acclaim Entertainment,,,,,,,1998-01-01, -/games/boxart/full_1272212PALFrontccc.png,Constructor,PSN,Strategy,System 3 Arcade Software,System 3,,,,,,,2010-01-14, -/games/boxart/1522714ccc.jpg,Constructor,PC,Strategy,Acclaim Entertainment,Acclaim,,,,,,,1997-10-01, -/games/boxart/full_6537157JapanFrontccc.jpg,Conveni Wars Barcode Battler Senki: Super Senshi Shutsugeki Seyo!,SNES,Strategy,Epoch,Epoch,,,,,,,1993-05-14, -/games/boxart/full_722745AmericaFrontccc.jpg,Convoy,PC,Strategy,Indietopia Games,Convoy Games,,,,,,,2015-04-21, -/games/boxart/default.jpg,Core Blaster,DSiW,Strategy,Unknown,Ringzero Game Studio,,,,,,,, -/games/boxart/full_core-blaster_86PALFront.png,Core Blaster,PSN,Strategy,Unknown,Ringzero Game Studio,,,,,,,2011-02-15, -/games/boxart/full_cossacks-anthology_0AmericaFront.jpg,Cossacks Anthology,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2003-11-20, -/games/boxart/full_cossacks-ii-gold_5PALFront.jpg,Cossacks II Gold,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2007-04-20, -/games/boxart/default.jpg,Cossacks Triple Pack,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2007-06-01, -/games/boxart/full_cossacks-art-of-war_2AmericaFront.jpg,Cossacks: Art of War,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2002-03-31, -/games/boxart/full_cossacks-gold-edition_9AmericaFront.jpg,Cossacks: Gold Edition!,PC,Strategy,CDV Software Entertainment,GSC Game World,,,,,,,2002-09-16, -/games/boxart/full_4185593AmericaFrontccc.jpg,Crate Expectations,XBL,Strategy,Microsoft,super moggy,,,,,,,2009-10-23, -/games/boxart/full_3634722PALFrontccc.jpg,Crazy Labyrinth,DS,Strategy,DTP Entertainment,DTP Young Entertainment,,,,,,,2009-01-01, -/games/boxart/full_3260882AmericaFrontccc.jpg,Crazy Plant Shop,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-04, -/games/boxart/full_2660235AmericaFrontccc.jpg,Cruise Ship Tycoon,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2003-06-27, -/games/boxart/full_crusader-kings_343AmericaFront.jpg,Crusader Kings,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2004-09-28, -/games/boxart/full_crusader-kings-deus-vult_50AmericaFront.jpg,Crusader Kings: Deus Vult,PC,Strategy,GamersGate,Paradox Interactive,,,,,,,2007-10-04, -/games/boxart/full_3290234PALFrontccc.jpg,Crusaders: Thy Kingdom Come,PC,Strategy,Virgin Play,NeoCoreGames,,,,,,,2008-03-27, -/games/boxart/default.jpg,Crystal Caverns of Amon-Ra,DSiW,Strategy,Unknown,SelectSoft Games,,,,,,,, -/games/boxart/full_6505910AmericaFrontccc.png,Crystal Defenders,PSN,Strategy,Square Enix,TOSE Software,7.5,,,,,,2009-08-06, -/games/boxart/full_9175164AmericaFrontccc.jpg,Crystal Defenders,XBL,Strategy,Square Enix,TOSE Software,5.7,,,,,,2009-03-11, -/games/boxart/full_7719444AmericaFrontccc.png,Crystal Defenders (PSP),PSN,Strategy,Square Enix,Square Enix,,,,,,,2009-10-28, -/games/boxart/full_1620814AmericaFrontccc.jpg,Crystal Defenders R1,WW,Strategy,Square Enix,Square Enix,6.4,,,,,,2009-04-20, -/games/boxart/full_2296503AmericaFrontccc.jpg,Crystal Defenders R2,WW,Strategy,Square Enix,Square Enix,5.8,,,,,,2009-05-18, -/games/boxart/full_8263258AmericaFrontccc.jpg,Cuban Missile Crisis: The Aftermath,PC,Strategy,Strategy First,G5 Software,,,,,,,2005-12-22, -/games/boxart/full_8414169AmericaFrontccc.jpg,Cubesis,PC,Strategy,Wonderful Tree Studio,Wonderful Tree Studio,,,,,,,2014-02-20, -/games/boxart/full_1908325JapanFrontccc.jpg,Culdcept,SAT,Strategy,NEC Interchannel,OmiyaSoft,,,,,,,1997-10-30, -/games/boxart/full_6801600JapanFrontccc.jpg,Culdcept Expansion,PS,Strategy,Media Factory,Media Factory,,,,,,,1999-05-01, -/games/boxart/full_2495044JapanFrontccc.jpg,Culdcept Expansion Plus,PS,Strategy,Media Factory,Media Factory,,,,,,,2000-11-30, -/games/boxart/full_4623453JapanFrontccc.jpg,Culdcept II,DC,Strategy,Media Factory,OmiyaSoft,,,,,,,2001-07-12, -/games/boxart/full_212532AmericaFrontccc.jpg,Cultures 2: The Gates of Asgard,PC,Strategy,JoWood Productions,Funatics Development GmbH,,,,,,,2002-08-26, -/games/boxart/full_cutthroats-terror-on-the-high-seas_904AmericaFront.jpg,Cutthroats: Terror on the High Seas,PC,Strategy,Eidos Interactive,Hothouse Creations,,,,,,,1999-08-30, -/games/boxart/full_cyber-empires_565AmericaFront.jpg,Cyber Empires,PC,Strategy,SSI,Silicon Knights,,,,,,,1992-01-01, -/games/boxart/full_8226191AmericaFrontccc.jpg,Dai Senryaku VII: Exceed,PS2,Strategy,Valcon Games,SystemSoft Alpha,,,,,,,2007-12-19, -/games/boxart/full_1322801JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen,NES,Strategy,Banpresto,WinkySoft,,,,,,,1991-12-19, -/games/boxart/full_111334JapanFrontccc.jpg,Dai-2-Ji Super Robot Taisen,PS,Strategy,Banpresto,Banpresto,,,,,,,1999-12-02, -/games/boxart/full_dai-2-ji-super-robot-taisen_515JapanFront.jpg,Dai-2-Ji Super Robot Taisen,PSN,Strategy,Namco Bandai,Banpresto,,,,,,,2011-01-26, -/games/boxart/full_dai-2-ji-super-robot-taisen-g_808JapanFront.jpg,Dai-2-Ji Super Robot Taisen G,GB,Strategy,Banpresto,Banpresto,,,,,,,1995-06-30, -/games/boxart/full_dai-3-ji-super-robot-taisen_684JapanFront.jpg,Dai-3-Ji Super Robot Taisen,PS,Strategy,Banpresto,Banpresto,,,,,,,1999-12-22, -/games/boxart/full_8289722JapanFrontccc.jpg,Dai-3-Ji Super Robot Taisen,SNES,Strategy,Banpresto,Banpresto,,,,,,,1993-07-23, -/games/boxart/full_dai-3-ji-super-robot-taisen_834JapanFront.jpg,Dai-3-Ji Super Robot Taisen,PSN,Strategy,Namco Bandai,Banpresto,,,,,,,2011-01-26, -/games/boxart/full_daichikun-crisis-do-natural_6JapanFront.jpg,Daichikun Crisis: Do Natural,PCE,Strategy,Salio,Salio,,,,,,,1989-11-22, -/games/boxart/full_daikaijyuu-monogatari-miracle-of-the-zone_838JapanFront.jpg,Daikaijyuu Monogatari: Miracle of the Zone,GB,Strategy,Hudson Soft,Birthday,,,,,,,1998-03-05, -/games/boxart/full_daikaijyuu-monogatari-miracle-of-the-zone-ii_77JapanFront.jpg,Daikaijyuu Monogatari: Miracle of the Zone II,GB,Strategy,Hudson Soft,Birthday,,,,,,,1999-03-19, -/games/boxart/full_1227220JapanFrontccc.jpg,Daikoukai Jidai IV: Porto Estado,PS,Strategy,KOEI,Koei / Inis,,,,,,,1999-12-02, -/games/boxart/full_4805647JapanFrontccc.jpg,Daikoukai Jidai IV: Rota Nova,PSP,Strategy,KOEI,Koei,,,,,,,2006-03-23, -/games/boxart/full_7272072JapanFrontccc.jpg,Daikoukai Jidai IV: Rota Nova,DS,Strategy,KOEI,Koei,,,,,,,2006-03-02, -/games/boxart/full_dairojo-samurai-defenders_859AmericaFront.jpg,Dairojo! Samurai Defenders,DSiW,Strategy,Abylight,Abylight,,,,,,,2010-12-06, -/games/boxart/full_8960709AmericaFrontccc.jpg,Dairy Queen Tycoon,PC,Strategy,GameMill,Spark Plug Games,,,,,,,2008-12-01, -/games/boxart/full_daisenryaku_199JapanFront.jpg,Daisenryaku,NES,Strategy,Bothtec,System Soft,,,,,,,1988-10-11, -/games/boxart/full_daisenryaku_360JapanFront.jpg,Daisenryaku,GB,Strategy,Hiro,Hiro,,,,,,,1991-06-12, -/games/boxart/full_4053934JapanFrontccc.jpg,Daisenryaku Centurion,PC,Strategy,System Soft,System Soft,,,,,,,2006-06-15, -/games/boxart/full_1517177JapanFrontccc.jpg,Daisenryaku DS,DS,Strategy,Genki,Genki,,,,,,,2006-05-25, -/games/boxart/full_3103373JapanFrontccc.jpg,Daisenryaku for GameBoy Advance,GBA,Strategy,Media Kite,Media Kite,,,,,,,2001-12-07, -/games/boxart/full_daisenryaku-perfect_503JapanFront.jpg,Daisenryaku Perfect,PC,Strategy,System Soft,System Soft,,,,,,,2003-03-20, -/games/boxart/full_daisenryaku-perfect-20_981JapanFront.jpg,Daisenryaku Perfect 2.0,PC,Strategy,System Soft,System Soft,,,,,,,2009-11-20, -/games/boxart/full_daisenryaku-perfect-senjou-no-hasha_4JapanFront.jpg,Daisenryaku Perfect: Senjou no Hasha,PSP,Strategy,System Soft,System Soft,,,,,,,2010-06-24, -/games/boxart/default.jpg,Daisenryaku Perfect: Senjou no Hasha,PS3,Strategy,Unknown,System Soft Alpha,,,,,,,, -/games/boxart/default.jpg,Daisenryaku Perfect: Senjou no Hasha,X360,Strategy,Unknown,System Soft Alpha,,,,,,,, -/games/boxart/full_dark-legions_254PALFront.jpg,Dark Legions,PC,Strategy,SSI,Silicon Knights,,,,,,,1994-01-01, -/games/boxart/full_4288220AmericaFrontccc.jpg,Dark Reign 2,PC,Strategy,Activision,Pandemic Studios,,,,,,,2000-06-30, -/games/boxart/full_872941AmericaFrontccc.jpg,Dark Reign Expansion: Rise of the Shadowhand,PC,Strategy,Activision,Activision,,,,,,,1998-03-31, -/games/boxart/5427441ccc.jpg,Dark Wizard,SCD,Strategy,Sega,H.I.C.,,,,,,,1994-01-01, -/games/boxart/full_darkest-hour-a-hearts-of-iron-game_769AmericaFront.jpg,Darkest Hour: A Hearts of Iron Game,PC,Strategy,Paradox Interactive,Darkest Hour Team,,,,,,,2011-04-05, -/games/boxart/full_darkspace_772AmericaFront.jpg,DarkSpace,PC,Strategy,Got Game Entertainment,Palestar,,,,,,,2001-12-20, -/games/boxart/full_7854218AmericaFrontccc.jpg,Darwinia,PC,Strategy,Cinemaware,Introversion Software,,,,,,,2005-12-14, -/games/boxart/full_297028AmericaFrontccc.jpg,Darwinia+,XBL,Strategy,Introversion,Introversion Software,8,,,,,,2010-02-10, -/games/boxart/full_382461AmericaFrontccc.png,Dawn of Titans,And,Strategy,Zynga,NaturalMotion,,,,,,,2016-01-01, -/games/boxart/full_295723PALFrontccc.jpg,Day of the Pharaoh,PC,Strategy,Rainbow Arts,Chip,,,,,,,1989-01-01, -/games/boxart/full_2025627JapanFrontccc.jpg,Deadline A Go!,XBL,Strategy,Microsoft,Zenryokutei,,,,,,,2009-08-23, -/games/boxart/full_7911877AmericaFrontccc.jpg,Death Tank,XBL,Strategy,Microsoft,Snowblind Studios,6.8,,,,,,2009-02-18, -/games/boxart/default.jpg,Decisive Battles of American Civil War Vol. 1,PC,Strategy,Unknown,SSG,,,,,,,, -/games/boxart/default.jpg,Decisive Battles of American Civil War Vol. 2,PC,Strategy,Unknown,SSG,,,,,,,, -/games/boxart/default.jpg,Decisive Battles of American Civil War Vol. 3,PC,Strategy,Unknown,SSG,,,,,,,, -/games/boxart/default.jpg,Decisive Battles of World War II: Korsun Pocket,PC,Strategy,Unknown,SSG,,,,,,,, -/games/boxart/full_3798993AmericaFrontccc.jpg,Deep Sea Tycoon,PC,Strategy,Anarchy Enterprises,Unique Entertainment,,,,,,,2003-01-01, -/games/boxart/full_6785934AmericaFrontccc.jpg,Deep Sea Tycoon 2,PC,Strategy,GMX Media,Pixel after Pixel,,,,,,,2005-09-23, -/games/boxart/full_8675195AmericaFrontccc.jpg,Deep Sea Tycoon: Diver's Paradise,PC,Strategy,eGames,Pixel after Pixel,6.5,,,,,,2006-06-14, -/games/boxart/full_defend-and-defeat-kingdoms_231AmericaFront.jpg,Defend and Defeat: Kingdoms,PC,Strategy,Unknown,Pigdog Games,,,,,,,2009-08-12, -/games/boxart/4405422ccc.jpg,Defend Your Castle,WW,Strategy,XGenStudios,XGen Studios,6.6,,,,,,2008-05-12, -/games/boxart/full_353814AmericaFrontccc.jpg,Defender of the Crown,NES,Strategy,Ultra Games,Konami,,,,,,,1989-07-01, -/games/boxart/full_6426241AmericaFrontccc.jpg,Defenders of Ardania,XBL,Strategy,Paradox Interactive,Most Wanted Entertainment,,,,,,,, -/games/boxart/default.jpg,Defenders of Ardania,PSN,Strategy,Paradox Interactive,Most Wanted Entertainment,,,,,,,, -/games/boxart/full_9819131AmericaFrontccc.jpg,Defenders of Time,PC,Strategy,Four Lights,Four Lights,,,,,,,2014-11-04,2018-08-10 -/games/boxart/full_253885AmericaFrontccc.jpg,Defenders of Time,OSX,Strategy,Four Lights,Four Lights,,,,,,,2014-11-04,2018-08-10 -/games/boxart/full_7131119AmericaFrontccc.jpg,Defense Grid: The Awakening,XBL,Strategy,Hidden Path Entertainment,Hidden Path Entertainment,8.5,,,,,,2009-09-02, -/games/boxart/full_defense-of-the-middle-kingdom_580AmericaFront.jpg,Defense of the Middle Kingdom,DSiW,Strategy,Aksys Games,Aksys Games,8,,,,,,2011-09-15, -/games/boxart/full_9036223AmericaFrontccc.jpg,Defense Zone,PC,Strategy,Artem Karakozov,Artem Karakozov,,,,,,,2014-07-14, -/games/boxart/full_delve-deeper_700AmericaFront.jpg,Delve Deeper,PC,Strategy,Unknown,Lunar Giant Studios,,,,,,,2010-09-24, -/games/boxart/full_2794201JapanFrontccc.jpg,Der Langrisser,VC,Strategy,Hudson Entertainment,Career Soft,,,,,,,2009-04-14, -/games/boxart/full_1236027JapanFrontccc.jpg,Der Langrisser,SNES,Strategy,NCS,Career Soft,,,,,,,1995-06-30, -/games/boxart/full_9248603JapanFrontccc.jpg,Der Langrisser FX,PCFX,Strategy,NEC Interchannel,Career Soft,,,,,,,1996-04-26, -/games/boxart/full_desert-commander_1AmericaFront.jpg,Desert Commander,NES,Strategy,Kemco,Seika Corporation,,,,,,,1989-06-01, -/games/boxart/default.jpg,Desert Rats vs. Afrika Korps,PC,Strategy,Unknown,Digital Reality,,,,,,,, -/games/boxart/5296925ccc.jpg,Desert Rats vs. Afrika Korps,PC,Strategy,Encore,Digital Reality,,,,,,,2004-03-31, -/games/boxart/default.jpg,DETOUR,XBL,Strategy,Unknown,Sandswept Studios,,,,,,,, -/games/boxart/default.jpg,Diamond Trust of London,DS,Strategy,Majesco,Jason Rohrer,,,,,,,2010-06-01, -/games/boxart/full_9284701JapanFrontccc.jpg,Digimon Card Game Ver. WonderSwan Color,WS,Strategy,Bandai,Bandai,,,,,,,2002-03-16, -/games/boxart/full_2110363JapanFrontccc.jpg,Digimon World: Digital Card Arena,PS,Strategy,Bandai,Bandai,,,,,,,2000-12-21, -/games/boxart/full_digital-monster-ver-wonderswan_9JapanFront.jpg,Digital Monster Ver. WonderSwan,WS,Strategy,Bandai,Bandai,,,,,,,1999-03-25, -/games/boxart/full_digital-partner_2JapanFront.jpg,Digital Partner,WS,Strategy,Bandai,Bandai,,,,,,,2000-05-25, -/games/boxart/full_7804056JapanFrontccc.jpg,Dino Breeder,GB,Strategy,J-Wing,J-Wing,,,,,,,1997-08-22, -/games/boxart/full_5845689JapanFrontccc.jpg,Dino Breeder 2,GB,Strategy,J-Wing,J-Wing,,,,,,,1998-06-05, -/games/boxart/full_5988191JapanFrontccc.jpg,Dino Breeder 3,GB,Strategy,J-Wing,Digital Kids,,,,,,,1999-04-28, -/games/boxart/full_4748242JapanFrontccc.jpg,Dino Breeder 4,GB,Strategy,J-Wing,Digital Kids,,,,,,,2000-04-28, -/games/boxart/5162391ccc.jpg,DinoPark Tycoon,3DO,Strategy,MECC,Manley and Associates Inc.,,,,,,,1994-01-01, -/games/boxart/full_3264817AmericaFrontccc.jpg,DinoPark Tycoon,PC,Strategy,MECC,Manley and Associates Inc.,,,,,,,1993-01-01, -/games/boxart/full_588265AmericaFrontccc.jpg,Direct Hit: Missile War,PC,Strategy,Polynetix Studio,Polynetix Studio,,,,,,,2011-03-01, -/games/boxart/default.jpg,Disciples II DS,DS,Strategy,Unknown,Strategy First,,,,,,,, -/games/boxart/4285752ccc.gif,Disciples II: Dark Prophecy,PC,Strategy,Unknown,Strategy First,,,,,,,, -/games/boxart/2976418ccc.jpg,Disciples II: Gallean's Return,PC,Strategy,Strategy First,Strategy First,,,,,,,2005-05-27, -/games/boxart/3621557ccc.jpg,Disciples II: Gold Edition,PC,Strategy,Strategy First,Strategy First,,,,,,,2005-02-03, -/games/boxart/5994918ccc.jpg,Disciples II: Guardians of the Light,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-06-14, -/games/boxart/full_708604AmericaFrontccc.jpg,Disciples II: Rise of the Elves,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-11-25, -/games/boxart/975576ccc.jpg,Disciples II: Servants of the Dark,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-06-30, -/games/boxart/default.jpg,Disciples III Gold,PC,Strategy,Strategy First,Akella,,,,,,,2010-07-13, -/games/boxart/3173709ccc.jpg,Disciples: Sacred Lands,PC,Strategy,Strategy First,Strategy First,,,,,,,1999-10-04, -/games/boxart/full_disciples-sacred-lands-gold-edition_341AmericaFront.jpg,Disciples: Sacred Lands - Gold Edition,PC,Strategy,Strategy First,Strategy First,,,,,,,2001-02-25, -/games/boxart/full_3436985AmericaFrontccc.jpg,Dock'em,XBL,Strategy,Microsoft,QuantumSquid,,,,,,,2009-05-17, -/games/boxart/full_1895274AmericaFrontccc.jpg,Dogs of War,PC,Strategy,TalonSoft,Silicon Dreams,,,,,,,2000-07-30, -/games/boxart/full_3674196JapanFrontccc.jpg,Doguu Senki: Haou,DC,Strategy,Victor Interactive,Victor Interactive Software,,,,,,,2000-08-10, -/games/boxart/full_6662008JapanFrontccc.jpg,Doki Doki On Air,PS,Strategy,Bottom Up,Bottom Up,,,,,,,1998-06-11, -/games/boxart/full_6413786JapanFrontccc.jpg,Doki Doki On Air 2,PS,Strategy,Bottom Up,Bottom Up,,,,,,,1999-03-11, -/games/boxart/full_9969371JapanFrontccc.jpg,Doki Doki Pretty League,PS,Strategy,Xing Entertainment,Xing Entertainment,,,,,,,1997-03-28, -/games/boxart/full_1211155JapanFrontccc.jpg,Doki Doki Pretty League: Nekketsu Otome Seishunki,PS,Strategy,Xing Entertainment,Xing Entertainment,,,,,,,1998-09-23, -/games/boxart/3975346ccc.jpg,Domination,PC,Strategy,DreamCatcher Interactive,Wargaming.net,,,,,,,2005-03-03, -/games/boxart/full_9863112AmericaFrontccc.jpg,Don't Feed The Animals,DSiW,Strategy,Electron Jump Games,Electron Jump Games,,,,,,,2010-04-26, -/games/boxart/full_dont-shoot-the-puppy_234AmericaFront.jpg,Don't Shoot the Puppy,PC,Strategy,Unknown,RRRR,,,,,,,2006-01-01, -/games/boxart/full_4805602AmericaFrontccc.jpg,Donald Trump's Real Estate Tycoon,PC,Strategy,Activision,Red Cap Entertainment,,,,,,,2002-11-02, -/games/boxart/full_8022526AmericaFrontccc.jpg,Door Kickers,OSX,Strategy,KillHouse Games,KillHouse Games,,,,,,,2014-10-20,2018-11-23 -/games/boxart/full_5885654AmericaFrontccc.jpg,Door Kickers,Linux,Strategy,KillHouse Games,KillHouse Games,,,,,,,2014-10-20,2018-11-23 -/games/boxart/full_dot-defense_1JapanFront.jpg,Dot Defense,PSN,Strategy,Nippon Ichi Software,System Prisma,,,,,,,2010-09-22, -/games/boxart/full_4702737AmericaFrontccc.jpg,Dota 2,PC,Strategy,Valve Corporation,Valve,,,,,,,2013-07-09, -/games/boxart/full_5297832AmericaFrontccc.jpg,Dota 2,OSX,Strategy,Valve Corporation,Valve,,,,,,,2013-07-18,2018-11-23 -/games/boxart/full_7872151AmericaFrontccc.jpg,Dota 2,Linux,Strategy,Valve Corporation,Valve,,,,,,,2013-07-18,2018-11-23 -/games/boxart/full_5769086AmericaFrontccc.jpg,Draconian Wars,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-28, -/games/boxart/full_7871659AmericaFrontccc.jpg,Dragon Quest Wars,DSiW,Strategy,Square Enix,Intelligent Systems,8.5,,,,,,2009-09-28, -/games/boxart/full_5858883AmericaFrontccc.jpg,Dragon Throne: Battle of Red Cliffs,PC,Strategy,Strategy First,Object Software,,,,,,,2002-03-26, -/games/boxart/full_5631511JapanFrontccc.jpg,Dragon Tycoon Edge,3DO,Strategy,Sara International,Sara International,,,,,,,1995-02-24, -/games/boxart/full_3483071JapanFrontccc.jpg,Dragon's Earth,SNES,Strategy,Human Entertainment,Human Entertainment,,,,,,,1993-01-22, -/games/boxart/4602170ccc.jpg,Dragonshard,PC,Strategy,Atari,Liquid Entertainment,,,,,,,2005-10-02, -/games/boxart/default.jpg,Dragoon: The Battles of Frederick the Great,PC,Strategy,Art of War,Boku Strategy Games,,,,,,,1998-03-31, -/games/boxart/full_5577162AmericaFrontccc.jpg,Dragoon: The Prussian War Machine,PC,Strategy,Shrapnel Games,Boku Strategy Games,,,,,,,2004-10-29, -/games/boxart/full_dreamlords_981AmericaFront.jpg,Dreamlords,PC,Strategy,Unknown,Lockpick Entertainment,,,,,,,2007-02-15, -/games/boxart/full_dreamlords-the-reawakening_639PALFront.jpg,Dreamlords - The Reawakening,PC,Strategy,Unknown,Lockpick Entertainment,,,,,,,2008-06-18, -/games/boxart/full_dreamlords-resurrection_164AmericaFront.jpg,Dreamlords: Resurrection,PC,Strategy,Paradox Interactive,Lockpick Entertainment,,,,,,,2011-03-10, -/games/boxart/full_4069758JapanFrontccc.jpg,Duel Masters Nettou! Battle Arena,GC,Strategy,Takara,Takara,,,,,,,2003-12-18, -/games/boxart/2732422ccc.jpg,Dune,SCD,Strategy,Virgin Interactive,Cryo Interactive,,,,,,,1993-01-01, -/games/boxart/full_484218AmericaFrontccc.jpg,Dune,PC,Strategy,Virgin Interactive,Cryo Interactive,,,,,,,1992-01-01, -/games/boxart/1846700ccc.jpg,Dune 2000,PC,Strategy,Westwood Studios,Westwood Studios,,,,,,,1998-08-31, -/games/boxart/8277881ccc.jpg,Dune II: Battle for Arrakis,PC,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1993-01-01, -/games/boxart/8667956ccc.jpg,Dune: The Battle for Arrakis,GEN,Strategy,Virgin Interactive,Westwood Studios,,,,,,,1993-08-16, -/games/boxart/full_4090927JapanFrontccc.jpg,Dungeon Creator,PS,Strategy,Electronic Arts Victor,Electronic Arts,,,,,,,1996-05-31, -/games/boxart/full_367859AmericaFrontccc.jpg,Dungeon Keeper / Dungeon Keeper 2,PC,Strategy,Unknown,Electronic Arts,,,,,,,, -/games/boxart/full_487885AmericaFrontccc.jpg,Dungeon Keeper Gold,PC,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1998-12-31, -/games/boxart/2950116ccc.jpg,Dungeon Keeper: The Deeper Dungeons,PC,Strategy,Electronic Arts,Take-Two Interactive,5.9,,,,,,1997-11-30, -/games/boxart/full_dungeons-amp-dragons-stronghold_838AmericaFront.jpg,Dungeons & Dragons: Stronghold,PC,Strategy,SSI,Stormfront Studios,,,,,,,1993-01-01, -/games/boxart/default.jpg,Dungeons: Into the Dark,PC,Strategy,Kalypso,Realmforge Studios,,,,,,,2011-03-08, -/games/boxart/default.jpg,Dungeons: Map Pack DLC,PC,Strategy,Kalypso,Realmforge Studios,,,,,,,2011-07-01, -/games/boxart/full_8237381AmericaFrontccc.jpg,Dwarf Fortress,PC,Strategy,Kitfox Games,Bay 12 Games,,,,,,,2020-12-08, -/games/boxart/full_dyna-brothers_446JapanFront.jpg,Dyna Brothers,VC,Strategy,Sega,CRI,,,,,,,2007-03-27, -/games/boxart/full_dyna-brothers_886JapanFront.jpg,Dyna Brothers,GEN,Strategy,CRI,CRI,,,,,,,1992-07-24, -/games/boxart/full_7683024JapanFrontccc.jpg,Dyna Brothers 2,GEN,Strategy,CRI,CRI,,,,,,,1993-12-03, -/games/boxart/full_dyna-brothers-2-special_714JapanFront.jpg,Dyna Brothers 2 Special,VC,Strategy,Sega,CRI,,,,,,,2007-10-23, -/games/boxart/6261777ccc.jpg,EA Strategy Collection,PC,Strategy,Electronic Arts,Electronic Arts,,,,,,,2006-10-27, -/games/boxart/full_4787394AmericaFrontccc.jpg,Earth 2140,PC,Strategy,Interplay,TopWare Interactive Poland,,,,,,,1997-01-01, -/games/boxart/full_earth-2140-trilogy_284AmericaFront.jpg,Earth 2140 Trilogy,PC,Strategy,TopWare,Reality Pump Studios,,,,,,,1997-10-15, -/games/boxart/full_8633195AmericaFrontccc.jpg,Earth 2150,PC,Strategy,SSI,TopWare Interactive,,,,,,,2000-06-12, -/games/boxart/full_5733784AmericaFrontccc.jpg,Earth 2150: Lost Souls,PC,Strategy,Strategy First,Zuxxez,,,,,,,2002-09-09, -/games/boxart/full_8978824AmericaFrontccc.jpg,Earth 2150: The Moon Project,PC,Strategy,"Strategic Simulations, Inc",TopWare,,,,,,,2001-03-11, -/games/boxart/full_6959355JapanFrontccc.jpg,Earth Light,SNES,Strategy,Hudson Soft,Hudson Soft,,,,,,,1992-07-24, -/games/boxart/full_8388465JapanFrontccc.jpg,Earth Light: Luna Strike,SNES,Strategy,Hudson Soft,Hudson Soft,,,,,,,1996-07-26, -/games/boxart/full_679321AmericaFrontccc.jpg,East India Company: Battle of Trafalgar,PC,Strategy,Paradox Interactive,Nitro Games,,,,,,,2009-12-08, -/games/boxart/default.jpg,East India Company: Privateer,PC,Strategy,Paradox Interactive,Nitro Games,,,,,,,2009-10-27, -/games/boxart/full_7262438JapanFrontccc.jpg,Eberouge,SAT,Strategy,Takara,Fujitsu,,,,,,,1997-05-30, -/games/boxart/full_6450652JapanFrontccc.jpg,Eberouge,PS,Strategy,Takara,Fujitsu,,,,,,,1997-05-30, -/games/boxart/full_7487539JapanFrontccc.jpg,Eberouge 2,PS,Strategy,Takara,Fujitsu,,,,,,,1999-02-25, -/games/boxart/full_9067520JapanFrontccc.jpg,Eberouge Special: Koi to Mahou no Gakuen Seikatsu,SAT,Strategy,Takara,Fujitsu,,,,,,,1998-06-11, -/games/boxart/full_6610006JapanFrontccc.jpg,Eberouge Special: Koi to Mahou no Gakuen Seikatsu,PS,Strategy,Takara,Fujitsu,,,,,,,1998-06-11, -/games/boxart/full_5991948AmericaFrontccc.jpg,Eco Tycoon: Project Green,PC,Strategy,THQ,ValuSoft,,,,,,,2009-02-01, -/games/boxart/full_9223619JapanFrontccc.jpg,Efficus,PS,Strategy,Genki,Genki,,,,,,,1998-10-01, -/games/boxart/full_3353582PALFrontccc.jpg,Efteling Tycoon,PC,Strategy,Atari,Atari,,,,,,,2007-10-12, -/games/boxart/full_2879064JapanFrontccc.jpg,Egg,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1998-12-19, -/games/boxart/full_1588895AmericaFrontccc.png,Einherjar: The Viking's Blood,PC,Strategy,CIRCLE Entertainment,KBMJ,,,,,,,2012-02-06,2018-07-20 -/games/boxart/full_5825440AmericaFrontccc.jpg,Electron Defense,XBL,Strategy,Microsoft,Tafter,,,,,,,2009-09-10, -/games/boxart/full_9945828AmericaFrontccc.jpg,Elemental Masters,DSiW,Strategy,lbxgames,lbxgames,,,,,,,2010-03-08, -/games/boxart/full_2003891JapanFrontccc.jpg,Elemental Monster,DS,Strategy,Hudson Soft,Hudson Soft,,,,,,,2007-09-20, -/games/boxart/full_7150547PALFrontccc.jpg,Elemental Monster TD Portable,PSN,Strategy,Hudson Soft,Hudson Soft,,,,,,,2009-12-03, -/games/boxart/full_elemental-monster-online-card-game_186AmericaFront.jpg,Elemental Monster: Online Card Game,PSN,Strategy,Hudson Soft,Hudson Soft,,,,,,,2011-09-13, -/games/boxart/full_7920188AmericaFrontccc.jpg,Elements of Destruction,XBL,Strategy,THQ,Frozen Codebase,,,,,,,2008-06-18, -/games/boxart/full_6101763AmericaFrontccc.jpg,Elements of Destruction,PC,Strategy,THQ,Frozen Codebase,,,,,,,2008-07-01, -/games/boxart/7217386ccc.jpg,Elisabeth I.,PC,Strategy,Ascaron Entertainment,Ascon,,,,,,,1996-06-01, -/games/boxart/full_elite-forces-unit-77_397PALFront.jpg,Elite Forces: Unit 77,DSiW,Strategy,Gammick Entertainment,Gammick Entertainment,,,,,,,, -/games/boxart/full_elven-legacy-magic_5AmericaFront.jpg,Elven Legacy: Magic,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2009-12-01, -/games/boxart/full_elven-legacy-ranger_9AmericaFront.jpg,Elven Legacy: Ranger,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2009-10-20, -/games/boxart/full_elven-legacy-siege_8AmericaFront.jpg,Elven Legacy: Siege,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2009-11-17, -/games/boxart/full_5704961AmericaFrontccc.jpg,Emergency Room 2,PC,Strategy,Legacy Interactive,Legacy Interactive,,,,,,,1999-01-31, -/games/boxart/full_9807196AmericaFrontccc.jpg,Emergency Room: Disaster Strikes,PC,Strategy,Legacy Interactive,Legacy Interactive,,,,,,,1999-11-18, -/games/boxart/full_emperor-battle-for-dune_275AmericaFront.jpg,Emperor: Battle for Dune,PC,Strategy,Electronic Arts,Westwood Studios,,,,,,,2001-06-12, -/games/boxart/default.jpg,Empire Deluxe,DS,Strategy,Unknown,White Wolf Productions,,,,,,,, -/games/boxart/full_1834913AmericaFrontccc.jpg,Empire Earth II: The Art of Supremacy,PC,Strategy,VU Games,Mad Doc Software,5.7,,,,,,2006-02-14, -/games/boxart/full_6469939AmericaFrontccc.jpg,Empire Earth: Gold Edition,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,2003-03-06, -/games/boxart/845224ccc.jpg,Empire Earth: The Art of Conquest,PC,Strategy,Sierra Entertainment,Mad Doc Software,7.3,,,,,,2002-09-17, -/games/boxart/full_empire-of-magic_396AmericaFront.jpg,Empire of Magic,PC,Strategy,Summitsoft Entertainment,Mayhem Studios,,,,,,,2003-04-30, -/games/boxart/full_7979750JapanFrontccc.jpg,Energy Breaker,SNES,Strategy,Taito,Neverland Company,,,,,,,1996-07-26, -/games/boxart/full_etherlords_95AmericaFront.jpg,Etherlords,PC,Strategy,Fishtank Interactive,Nival Interactive,,,,,,,2001-11-12, -/games/boxart/full_etherlords-ii_407AmericaFront.jpg,Etherlords II,PC,Strategy,Strategy First,Nival Interactive,,,,,,,2003-09-30, -/games/boxart/full_eufloria_330AmericaFront.jpg,Eufloria,PSN,Strategy,Unknown,Rudolf Kremers & Alex May,7,,,,,,, -/games/boxart/full_1283388AmericaFrontccc.jpg,Eufloria,PC,Strategy,Rudolf Kremers,Rudolf Kremers & Alex May,,,,,,,2008-11-04, -/games/boxart/full_europa-universalis_628AmericaFront.jpg,Europa Universalis,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2001-02-02, -/games/boxart/full_europa-universalis-collection_611PALFront.jpg,Europa Universalis Collection,PC,Strategy,Ascaron Entertainment,Paradox Interactive,,,,,,,2009-03-13, -/games/boxart/3213931ccc.jpg,Europa Universalis II,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2001-11-12, -/games/boxart/full_europa-universalis-iii-chronicles_604AmericaFront.jpg,Europa Universalis III: Chronicles,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-03-22, -/games/boxart/full_europa-universalis-iii-divine-wind_872AmericaFront.jpg,Europa Universalis III: Divine Wind,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2010-12-14, -/games/boxart/full_europa-universalis-iii-heir-to-the-throne_407AmericaFront.jpg,Europa Universalis III: Heir to the Throne,PC,Strategy,Paradox Interactive,Paradox Interactive,8.5,,,,,,2009-12-15, -/games/boxart/full_9703897AmericaFrontccc.jpg,Europa Universalis III: In Nomine,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2008-05-28, -/games/boxart/full_europa-universalis-iii-napoleons-ambition_972AmericaFront.jpg,Europa Universalis III: Napoleon's Ambition,PC,Strategy,GamersGate,Paradox Interactive,,,,,,,2007-08-22, -/games/boxart/full_europa-universalis-crown-of-the-north_415AmericaFront.jpg,Europa Universalis: Crown of the North,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2003-07-23, -/games/boxart/full_europa-universalis-rome-vae-victis_816AmericaFront.jpg,Europa Universalis: Rome - Vae Victis,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2008-11-19, -/games/boxart/full_5427783AmericaFrontccc.png,European Conqueror 3D,3DS,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2014-06-19, -/games/boxart/full_8480566AmericaFrontccc.png,Evil Defenders,And,Strategy,CP Decision Limited,CP Decision Limited,,,,,,,2014-06-25, -/games/boxart/default.jpg,Factorio,Linux,Strategy,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/default.jpg,Factorio,OSX,Strategy,Unknown,Unknown,,,,,,,2016-01-01, -/games/boxart/full_441576AmericaFrontccc.jpg,Fairy Godmother Tycoon,PC,Strategy,Electronic Arts,Oberon Media,,,,,,,2007-04-30, -/games/boxart/full_famicom-mini-dai-2-ji-super-robot-taisen_361JapanFront.jpg,Famicom Mini: Dai-2-Ji Super Robot Taisen,GBA,Strategy,Banpresto,WinkySoft,,,,,,,2004-12-16, -/games/boxart/full_1413947JapanFrontccc.jpg,Famicom Wars,NES,Strategy,Nintendo,Intelligent Systems,,,,,,,1988-08-12, -/games/boxart/full_8909798JapanFrontccc.jpg,Famicom Wars,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-05-19, -/games/boxart/full_2532915PALFrontccc.jpg,Family Park Tycoon,DS,Strategy,Astragon,Visual Imagination Software,,,,,,,2008-11-17, -/games/boxart/full_far-gate_318AmericaFront.jpg,Far Gate,PC,Strategy,Microids,Super X Studios,,,,,,,2001-09-10, -/games/boxart/full_6616213AmericaFrontccc.jpg,Far West,PC,Strategy,Encore,Kritzelkratz,,,,,,,2003-01-01, -/games/boxart/full_3621124PALFrontccc.jpg,Farm for your Life,OSX,Strategy,Hammer Labs,Hammer Labs,,,,,,,2013-06-05,2018-08-07 -/games/boxart/full_8779972PALFrontccc.jpg,Farm for your Life,Linux,Strategy,Hammer Labs,Hammer Labs,,,,,,,2013-06-05,2018-08-07 -/games/boxart/full_7682694PALFrontccc.jpg,Farm for your Life,PC,Strategy,Hammer Labs,Hammer Labs,,,,,,,2013-06-05,2018-08-07 -/games/boxart/full_4612211AmericaFrontccc.jpg,Farm Frenzy 2,PC,Strategy,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 -/games/boxart/full_6164489AmericaFrontccc.jpg,Farm Frenzy 3: American Pie,PC,Strategy,Unknown,"Alawar Entertainment, Inc.",,,,,,,,2019-05-03 -/games/boxart/full_5208791AmericaFrontccc.jpg,Farm Frenzy: Pizza Party,PC,Strategy,Unknown,Melesta,,,,,,,2009-02-19, -/games/boxart/full_fate-of-the-world_756AmericaFront.jpg,Fate of the World,PC,Strategy,Unknown,Red Redemption,8,,,,,,2011-02-28, -/games/boxart/full_2722689JapanFrontccc.jpg,FEDA 2: White Surge the Platoon,PS,Strategy,Yanoman,Max Entertainment,,,,,,,1997-04-18, -/games/boxart/full_2571639JapanFrontccc.jpg,FEDA Remake! The Emblem of Justice,SAT,Strategy,Yanoman,Max Entertainment,,,,,,,1996-05-24, -/games/boxart/full_613934JapanFrontccc.jpg,FEDA: The Emblem of Justice,SNES,Strategy,Yanoman,Max Entertainment,,,,,,,1994-10-28, -/games/boxart/full_7598655AmericaFrontccc.jpg,Field Commander,PSN,Strategy,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2008-09-10, -/games/boxart/full_188356AmericaFrontccc.jpg,Fieldrunners,DSiW,Strategy,Subatomic Studios,Subatomic Studios,,,,,,,2010-02-08, -/games/boxart/full_2464219AmericaFrontccc.png,Fieldrunners,PSN,Strategy,Sony Computer Entertainment,Subatomic Studios,,,,,,,2009-10-01, -/games/boxart/full_9830783AmericaFrontccc.png,Fight of the Castle,And,Strategy,Unknown,Unknown,,,,,,,2014-03-19, -/games/boxart/full_1131811AmericaFrontccc.jpg,Final Fantasy Crystal Chronicles: My Life as a Darklord,WW,Strategy,Square Enix,Square Enix,7.7,,,,,,2009-07-20, -/games/boxart/9618163ccc.jpg,Final Fantasy Crystal Chronicles: My Life as a King,WW,Strategy,Square Enix,Square Enix,7.7,,,,,,2008-05-12, -/games/boxart/full_8530451JapanFrontccc.jpg,Fire Emblem Gaiden,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-11-04, -/games/boxart/full_3995635JapanFrontccc.jpg,Fire Emblem: Ankoku Ryu to Hikari no Tsurugi,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-10-20, -/games/boxart/full_9550784JapanFrontccc.jpg,Fire Emblem: Monshou no Nazo,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2006-12-26, -/games/boxart/full_2778502JapanFrontccc.jpg,Fire Emblem: Seisen no Keifu,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2007-01-30, -/games/boxart/full_2736123JapanFrontccc.jpg,Fire Emblem: Thracia 776,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2008-07-15, -/games/boxart/3918243ccc.jpg,First Battalion,PC,Strategy,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2006-08-21, -/games/boxart/full_2970425AmericaFrontccc.jpg,Fish Tycoon 1.0,PC,Strategy,Big Fish Games,LDW,6,,,,,,2005-11-16, -/games/boxart/full_fleet-commander-vs_594JapanFront.jpg,Fleet Commander Vs.,GB,Strategy,ASCII Entertainment,ASCII Entertainment,,,,,,,1991-08-02, -/games/boxart/full_flotilla_866AmericaFront.jpg,Flotilla,PC,Strategy,Unknown,Blendo Studios,7,,,,,,2010-02-26, -/games/boxart/full_2619534AmericaFrontccc.jpg,For Liberty!,PC,Strategy,Battlefront.com,Hussar Games,,,,,,,2006-07-04, -/games/boxart/default.jpg,For The Glory,PC,Strategy,Paradox Interactive,Crystal Empire Games,,,,,,,2009-11-10, -/games/boxart/full_force-21_878AmericaFront.jpg,Force 21,GB,Strategy,Red Storm Entertainment,The Code Monkeys,,,,,,,2000-12-01, -/games/boxart/full_force-21_96AmericaFront.jpg,Force 21,PC,Strategy,Red Storm Entertainment,Red Storm Entertainment,,,,,,,1999-08-01, -/games/boxart/full_7625968AmericaFrontccc.png,Forge of Empires,PC,Strategy,InnoGames,InnoGames,,,,,,,2012-04-17, -/games/boxart/full_fort-commander-ii-counterattack_569PALFront.jpg,Fort Commander II: Counterattack,PSN,Strategy,Unknown,Immersive Games,,,,,,,2010-11-09, -/games/boxart/full_fort-commander-kings-gambit_0PALFront.jpg,Fort Commander: King's Gambit,PSN,Strategy,Unknown,Immersive Games,,,,,,,2010-10-05, -/games/boxart/full_5159381AmericaFrontccc.png,Fortix,PSN,Strategy,Complete-IT,Nemesys Studio,6,,,,,,2009-11-23, -/games/boxart/full_fortix_517AmericaFront.jpg,Fortix,PC,Strategy,Nemesys,Nemesys Studio,7.4,,,,,,2009-10-01, -/games/boxart/default.jpg,Fortix 2,PSN,Strategy,Unknown,Nemesys Studio,,,,,,,, -/games/boxart/full_fortix-2_182AmericaFront.jpg,Fortix 2,PC,Strategy,Nemesys,Nemesys Studio,7.5,,,,,,2011-05-06, -/games/boxart/full_3565874AmericaFrontccc.jpg,Fragile Allegiance,PC,Strategy,Interplay,Gremlin Interactive,,,,,,,1997-03-31, -/games/boxart/default.jpg,Fray,PC,Strategy,Unknown,Brain Candy,,,,,,,, -/games/boxart/default.jpg,Frayed Knights: The Skull of S'makh-Daon,PC,Strategy,Unknown,Rampant Games,,,,,,,, -/games/boxart/full_631935PALFrontccc.jpg,Freight Tycoon Inc.,PC,Strategy,1C Company,Nikita,,,,,,,2007-01-01, -/games/boxart/full_3185386AmericaFrontccc.jpg,Fritz 8 Deluxe,PC,Strategy,Viva Media,ChessBase,,,,,,,2004-12-01, -/games/boxart/full_589619AmericaFrontccc.jpg,Fritz 9: Play Chess,PC,Strategy,Viva Media,ChessBase,,,,,,,2005-12-15, -/games/boxart/full_3451491AmericaFrontccc.jpg,Fritz Chess 14,PC,Strategy,Viva Media,ChessBase,,,,,,,2014-06-04, -/games/boxart/full_5214032JapanFrontccc.jpg,Front Mission,WS,Strategy,Square,G-Craft,,,,,,,2002-07-12, -/games/boxart/full_578692JapanFrontccc.jpg,Front Mission 1st,PS,Strategy,Square Enix,Square Enix,,,,,,,2003-10-23, -/games/boxart/full_front-mission-1st_5JapanFront.jpg,Front Mission 1st,PSN,Strategy,Square Enix,Square Enix,,,,,,,2008-11-12, -/games/boxart/full_front-mission-2nd_2JapanFront.jpg,Front Mission 2,PSN,Strategy,Square Enix,SquareSoft,,,,,,,2008-12-24, -/games/boxart/full_front-mission-3_554AmericaFront.jpg,Front Mission 3,PSN,Strategy,Square Enix,SquareSoft,,,,,,,2010-12-21, -/games/boxart/full_front-mission-alternative_7JapanFront.jpg,Front Mission Alternative,PSN,Strategy,Square Enix,Square Enix,,,,,,,2008-10-29, -/games/boxart/full_front-mission-history_5JapanFront.jpg,Front Mission History,PS,Strategy,Square Enix,Square Enix,,,,,,,2003-12-11, -/games/boxart/full_5592047JapanFrontccc.jpg,Front Mission Online,PC,Strategy,Square Enix,Square Enix,,,,,,,2005-12-08, -/games/boxart/full_5548523JapanFrontccc.jpg,Front Mission Online,PS2,Strategy,Square Enix,Square Enix,,,,,,,2005-05-12, -/games/boxart/default.jpg,Frozen Hearth,PC,Strategy,Unknown,Epiphany Games,,,,,,,, -/games/boxart/full_frozen-synapse_239PALFront.jpg,Frozen Synapse,PC,Strategy,Matrix Games,Mode 7 Games,8.6,,,,,,2011-05-26, -/games/boxart/default.jpg,Full Spectrum Warrior,PSN,Strategy,THQ,Pandemic Studios,7.5,,,,,,2011-11-08, -/games/boxart/8057819ccc.jpg,Full Spectrum Warrior: Ten Hammers,PC,Strategy,THQ,Pandemic Studios,6.3,,,,,,2006-04-04, -/games/boxart/full_2429720PALFrontccc.jpg,Furry Tales,PS2,Strategy,Phoenix Games,Mad Monkey,,,,,,,2004-10-22, -/games/boxart/full_9870096JapanFrontccc.jpg,Fushigi no Umi Nadia: The Secret of Blue Water,NES,Strategy,TOHO,"Toho Co., Ltd",,,,,,,1991-03-15, -/games/boxart/full_future-fight_9PALFront.png,Future Fight,PSN,Strategy,Unknown,Bloober Team,,,,,,,2010-09-29, -/games/boxart/default.jpg,Future Tactics,GIZ,Strategy,Unknown,Gizmondo Studios,,,,,,,, -/games/boxart/full_8686889PALFrontccc.jpg,Future Tactics: The Uprising,PC,Strategy,JoWood Productions,Zed Two Limited,,,,,,,2004-10-22, -/games/boxart/full_future-wars_9AmericaFront.jpg,Future Wars,PC,Strategy,Interplay,Delphine Software International,,,,,,,1990-01-01, -/games/boxart/full_6093692JapanFrontccc.jpg,Fuuun! Dairoujou,DS,Strategy,Kawamoto Industrial,"Kawamoto Industrial Co., Ltd",,,,,,,2009-04-23, -/games/boxart/full_4971350JapanFrontccc.jpg,Gaia Breeder,SAT,Strategy,Aspect,Aspect,,,,,,,1997-11-27, -/games/boxart/full_5948305JapanFrontccc.jpg,Gaia Master Kessen! Seikiou Densetsu,DC,Strategy,Capcom,Capcom,,,,,,,2001-06-28, -/games/boxart/full_4184527JapanFrontccc.jpg,Gaia no Monshou,PCE,Strategy,NCS,NCS,,,,,,,1988-09-23, -/games/boxart/full_gaiflame_3JapanFront.jpg,Gaiflame,PCE,Strategy,NCS,NCS,,,,,,,1990-01-26, -/games/boxart/full_gaiflame_9JapanFront.jpg,Gaiflame,VC,Strategy,Hudson Soft,NCS,,,,,,,2007-09-11, -/games/boxart/full_8099885JapanFrontccc.jpg,Gaika no Gouhou: Air Land Force,PS2,Strategy,KOEI,Koei,,,,,,,2003-08-28, -/games/boxart/full_7445386JapanFrontccc.jpg,Gakuen Senki Muryou,GBA,Strategy,MTO,MTO,,,,,,,2003-12-05, -/games/boxart/3514181ccc.jpg,Galactic Assault: Prisoner of Power,PC,Strategy,Paradox Interactive,Wargaming.net,,,,,,,2007-09-12, -/games/boxart/380465ccc.jpg,Galactic Civilizations II: Dark Avatar,PC,Strategy,Stardock,Stardock,,,,,,,2007-02-14, -/games/boxart/full_2882356PALFrontccc.jpg,Galactic Civilizations II: Endless Universe,PC,Strategy,Unknown,Stardock,,,,,,,, -/games/boxart/default.jpg,Galactic Civilizations II: Twilight of the Arnor,PC,Strategy,Stardock,Stardock,9.4,,,,,,2008-04-30, -/games/boxart/full_5040660AmericaFrontccc.jpg,Galactic Civilizations II: Ultimate Edition,PC,Strategy,Stardock,Stardock,,,,,,,2009-02-09, -/games/boxart/full_galactic-civilizations-altarian-prophecy_8AmericaFront.jpg,Galactic Civilizations: Altarian Prophecy,PC,Strategy,Strategy First,Stardock,,,,,,,2004-11-12, -/games/boxart/full_galactic-dream-rage-of-war_951AmericaFront.jpg,Galactic Dream: Rage of War,PC,Strategy,Strategy First,Evolution Vault,,,,,,,2007-08-15, -/games/boxart/full_840827JapanFrontccc.jpg,Galaxy Angel,PS2,Strategy,Broccoli,Broccoli,,,,,,,2003-04-17, -/games/boxart/full_5791898JapanFrontccc.jpg,Galaxy Angel,PC,Strategy,Broccoli,Broccoli,,,,,,,2002-08-23, -/games/boxart/full_8602654JapanFrontccc.jpg,Galaxy Angel,XB,Strategy,Broccoli,Broccoli,,,,,,,2003-01-23, -/games/boxart/full_4315238JapanFrontccc.jpg,Galaxy Angel: Eternal Lovers,PC,Strategy,Broccoli,Seta Corporation,,,,,,,2005-02-24, -/games/boxart/full_4607238JapanFrontccc.jpg,Galaxy Angel: Eternal Lovers,PS2,Strategy,Broccoli,Seta Corporation,,,,,,,2005-02-24, -/games/boxart/full_4507652JapanFrontccc.jpg,Galaxy Angel: Moonlit Lovers,PS2,Strategy,Broccoli,Seta Corporation,,,,,,,2004-02-26, -/games/boxart/full_7134793AmericaFrontccc.jpg,Galcon Fusion,PC,Strategy,"Hassey Enterprises, Inc.",Phil Hassey,,,,,,,2010-02-11, -/games/boxart/default.jpg,Galcon Labs,PSN,Strategy,Beatshapers,Beatshapers,,,,,,,2011-09-27, -/games/boxart/full_7157498JapanFrontccc.jpg,Game Nihonshi: Kakumeiji Oda Nobunaga,PS,Strategy,KOEI,Koei,,,,,,,1997-04-11, -/games/boxart/full_7406985AmericaFrontccc.png,Game of Thrones: Ascent,PC,Strategy,Kongregate,ibrahim kocaalioglu,,,,,,,2013-02-21, -/games/boxart/full_4950467AmericaFrontccc.jpg,Game Tycoon,PC,Strategy,Tri Synergy,Tri Synergy,,,,,,,2006-03-22, -/games/boxart/full_gameboy-wars-2_720JapanFront.jpg,GameBoy Wars 2,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,1998-11-20, -/games/boxart/full_gameboy-wars-3_340JapanFront.jpg,GameBoy Wars 3,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,2001-08-30, -/games/boxart/full_1054137JapanFrontccc.jpg,GameBoy Wars Advance 1+2,GBA,Strategy,Nintendo,Intelligent Systems,,,,,,,2004-11-25, -/games/boxart/full_gameboy-wars-turbo_10JapanFront.jpg,GameBoy Wars Turbo,GB,Strategy,Hudson Soft,Hudson Soft,,,,,,,1997-06-27, -/games/boxart/full_gamera-gyaosu-gekimetsu-sakusen_773JapanFront.jpg,Gamera: Gyaosu Gekimetsu Sakusen,SNES,Strategy,Sammy Corporation,Axes Art Amuse,,,,,,,1995-06-30, -/games/boxart/full_4367338JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 1 - Touen no Chikai,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2006-12-28, -/games/boxart/full_7748370JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 2 - Ryofu no Matsuro,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-02-22, -/games/boxart/full_6038253JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 3 - Sanko no Rei,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-03-29, -/games/boxart/full_2323904JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 4 - Sangoku Teiritsu,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-04-26, -/games/boxart/full_6035986JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 5 - Suishi no Hyou,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-05-24, -/games/boxart/full_1106334JapanFrontccc.jpg,Gamics Series Vol. 1: Yokoyama Mitsuteru - San Goku Shi - Vol. 6 - Koumei no Yuigon,DS,Strategy,ASNetworks,ASNetworks,,,,,,,2007-06-28, -/games/boxart/full_1643071AmericaFrontccc.jpg,Gemfire,GEN,Strategy,KOEI,Koei,,,,,,,1992-06-24, -/games/boxart/7463112ccc.jpg,Gemfire,SNES,Strategy,KOEI,Koei,,,,,,,1992-12-01, -/games/boxart/6769613ccc.jpg,Gemfire,NES,Strategy,KOEI,Koei / Inis,,,,,,,1992-03-01, -/games/boxart/full_5591495PALFrontccc.png,Generation of Chaos,PSN,Strategy,Midas Interactive Entertainment,Idea Factory,5.9,,,,,,2009-02-26, -/games/boxart/full_1796496PALFrontccc.jpg,Genesis Rising: The Universal Crusade,PC,Strategy,DreamCatcher Interactive,Metamorf Studios,,,,,,,2007-03-20, -/games/boxart/full_2993411AmericaFrontccc.jpg,Genghis Khan,PC,Strategy,KOEI,Koei,,,,,,,1989-01-01, -/games/boxart/3088705ccc.jpg,Genghis Khan,NES,Strategy,KOEI,Koei,,,,,,,1989-01-01, -/games/boxart/full_2287981AmericaFrontccc.jpg,Genghis Khan II: Clan of the Gray Wolf,SNES,Strategy,KOEI,Koei,,,,,,,1993-01-01, -/games/boxart/full_2140713AmericaFrontccc.jpg,Genghis Khan II: Clan of the Gray Wolf,VC,Strategy,KOEI,Koei,6,,,,,,2009-06-08, -/games/boxart/full_3273085AmericaFrontccc.jpg,Genghis Khan II: Clan of the Gray Wolf,GEN,Strategy,KOEI,Koei,,,,,,,1993-09-23, -/games/boxart/full_7953988JapanFrontccc.jpg,Genghis Khan: Aoki Ookami to Shiroki Meshika IV,PS,Strategy,KOEI,iNiS,,,,,,,1999-02-25, -/games/boxart/full_5880291AmericaFrontccc.jpg,Geniu$: The Tech Tycoon Game,PC,Strategy,Viva Media,Cornelsen Software,6,,,,,,2005-11-01, -/games/boxart/full_7668809AmericaFrontccc.jpg,Genkai Tokki Monster Monpiece,PC,Strategy,Idea Factory International,Compile Heart,,,,,,,2017-03-14, -/games/boxart/default.jpg,Genocide,PC,Strategy,Unknown,PyroSoft,,,,,,,1998-01-01, -/games/boxart/full_gettysburg-armored-warfare_85AmericaFront.jpg,Gettysburg: Armored Warfare,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, -/games/boxart/full_850742AmericaFrontccc.jpg,Gitigiti,XBL,Strategy,Microsoft,JinCycle,,,,,,,2009-09-09, -/games/boxart/full_735997PALFrontccc.jpg,Global Defence Force: Tactics,PS2,Strategy,Essential Games,ThinkArts,,,,,,,2007-06-29, -/games/boxart/full_6284077JapanFrontccc.jpg,Global Force: Shin Sentou Kokka,PS,Strategy,Sony Computer Entertainment,Marionette,,,,,,,1999-03-11, -/games/boxart/full_glory-days-tactical-defense_42AmericaFront.jpg,Glory Days: Tactical Defense,DSiW,Strategy,Odenis Studios,Odenis Studio,,,,,,,2011-01-17, -/games/boxart/full_5804648AmericaFrontccc.png,Glory of Generals,3DS,Strategy,CIRCLE Entertainment,EASY Inc.,,,,,,,2014-07-03, -/games/boxart/full_9853389AmericaFrontccc.jpg,GoD Factory: Wingmen,PC,Strategy,Namco Bandai Games,Namco Bandai Games,,,,,,,2014-08-29, -/games/boxart/full_gods-vs-humans_6AmericaFront.jpg,Gods vs Humans,WW,Strategy,Zallag,Artefacts Studio,,,,,,,2010-11-08, -/games/boxart/8574119ccc.jpg,Godzilla 2: War of the Monsters,NES,Strategy,TOHO,"Toho Co., Ltd.",,,,,,,1992-02-01, -/games/boxart/full_548946JapanFrontccc.jpg,Godzilla: Kaijuu no Daishingeki,GG,Strategy,Sega,SIMS,,,,,,,1995-12-08, -/games/boxart/full_3738036AmericaFrontccc.jpg,Golf Resort Tycoon,PC,Strategy,Activision,Cat Daddy Games,6.2,,,,,,2001-05-31, -/games/boxart/full_1669706AmericaFrontccc.jpg,Golf Resort Tycoon II,PC,Strategy,Activision,Cat Daddy Games,6.8,,,,,,2002-02-28, -/games/boxart/full_8876084AmericaFrontccc.png,Goodgame Empire,PC,Strategy,Goodgame Studios,Goodgame Studios,,,,,,,2011-08-16, -/games/boxart/full_2903576JapanFrontccc.jpg,Gourmet Kitchen: Suteki na Obentou,GBA,Strategy,MTO,MTO,,,,,,,2003-03-14, -/games/boxart/full_9437999AmericaFrontccc.jpg,Grand Ages: Rome - Reign of Augustus,PC,Strategy,Kalypso,Haemimont Games,,,,,,,2010-01-26, -/games/boxart/full_2241489AmericaFrontccc.jpg,Gratuitous Space Battles,PC,Strategy,Positech Games,Positech Games,,,,,,,2009-11-17, -/games/boxart/7543225ccc.jpg,Great War Nations: The Spartans,PC,Strategy,DreamCatcher Interactive,Dreamcatcher,,,,,,,2008-05-05, -/games/boxart/full_6643557AmericaFrontccc.jpg,Greed Corp,XBL,Strategy,W!Games,W!Games,8.5,,,,,,2010-02-24, -/games/boxart/full_greed-corp_10AmericaFront.jpg,Greed Corp,PSN,Strategy,W!Games,W!Games,,,,,,,2010-02-25, -/games/boxart/full_5640373AmericaFrontccc.jpg,Grepolis,PC,Strategy,InnoGames,InnoGames,,,,,,,2009-12-01, -/games/boxart/full_7221512AmericaFrontccc.jpg,Grepolis,And,Strategy,InnoGames,InnoGames,,,,,,,2013-01-16,2018-07-20 -/games/boxart/full_4561473AmericaFrontccc.jpeg,GrimGrimoire,PSN,Strategy,NIS America,Vanillaware,7.7,,,,,,2011-10-04,2019-01-10 -/games/boxart/default.jpg,Grotesque Tactics: Evil Heroes,WW,Strategy,Silent Dreams,Silent Dreams,,,,,,,, -/games/boxart/default.jpg,Grotesque Tactics: Evil Heroes,PC,Strategy,Unknown,Silent Dreams,,,,,,,, -/games/boxart/full_706154AmericaFrontccc.jpg,Ground Control,PC,Strategy,Sierra Entertainment,Massive Entertainment,,,,,,,2000-05-31, -/games/boxart/full_3576986AmericaFrontccc.jpg,Ground Control 2: Operation Exodus,PC,Strategy,VU Games,Massive Entertainment,,,,,,,2004-06-23, -/games/boxart/full_9329564AmericaFrontccc.jpg,Ground Control: Dark Conspiracy,PC,Strategy,Sierra Entertainment,Massive Entertainment,,,,,,,2000-12-14, -/games/boxart/full_1188086AmericaFrontccc.jpg,Ground Pounders,PC,Strategy,Kerberos Productions,Kerberos Productions,,,,,,,2014-07-15, -/games/boxart/full_5973713AmericaFrontccc.jpg,Ground Pounders,OSX,Strategy,Kerberos Productions,Kerberos Productions,,,,,,,2014-07-15, -/games/boxart/full_3020038AmericaFrontccc.jpg,Ground Pounders,Linux,Strategy,Kerberos Productions,Kerberos Productions,,,,,,,2014-07-15, -/games/boxart/full_ground-zero-genesis-of-a-new-world_9PALFront.jpg,Ground Zero: Genesis of a New World,PC,Strategy,Unknown,destraX,,,,,,,2005-04-09, -/games/boxart/full_guardians-of-graxia_485AmericaFront.jpg,Guardians of Graxia,PC,Strategy,Unknown,Petroglyph Games,5.5,,,,,,2010-10-20, -/games/boxart/full_3032798AmericaFrontccc.jpg,Gunbound,PC,Strategy,Softnyx,Softnyx,,,,,,,2004-01-01, -/games/boxart/full_8339571AmericaFrontccc.jpg,Gunlok,PC,Strategy,Virgin Interactive,Rebellion Developments,,,,,,,2001-04-30, -/games/boxart/full_hacker-evolution-reinsertion_85AmericaFront.jpg,Hacker Evolution: Reinsertion,PC,Strategy,Unknown,exoSyphen Studios,,,,,,,2007-08-30, -/games/boxart/full_hacker-evolution-untold-flight-zero_438AmericaFront.jpg,Hacker Evolution: Untold - Flight Zero,PC,Strategy,Unknown,exoSyphen Studios,,,,,,,2010-03-22, -/games/boxart/full_haegemonia-collector_234PALFront.jpg,Haegemonia Collector,PC,Strategy,Wanadoo,Digital Reality,,,,,,,2003-11-07, -/games/boxart/default.jpg,Haegemonia: Gold Edition,PC,Strategy,Microids,Digital Reality,,,,,,,2002-11-14, -/games/boxart/full_halo-wars_2AmericaFront.jpg,Halo Wars,XBL,Strategy,Microsoft Game Studios,Ensemble Studios,,,,,,,2010-01-26, -/games/boxart/full_halo-wars-historic-battles_56AmericaFront.jpg,Halo Wars: Historic Battles,XBL,Strategy,Microsoft Game Studios,Robot Entertainment,,,,,,,2009-07-21, -/games/boxart/full_halo-wars-strategic-options_33AmericaFront.jpg,Halo Wars: Strategic Options,XBL,Strategy,Microsoft Game Studios,Robot Entertainment,,,,,,,2009-05-19, -/games/boxart/full_7748523JapanFrontccc.jpg,Hamster Monogatari 2 GBA,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2001-10-19, -/games/boxart/full_1897463JapanFrontccc.jpg,Hamster Monogatari 3 GBA,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2002-12-24, -/games/boxart/full_5989440JapanFrontccc.jpg,Hamster Monogatari 3EX 4 Special,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2003-11-28, -/games/boxart/full_8235990JapanFrontccc.jpg,Hamster Paradise Advance,GBA,Strategy,Atlus,Atlus Co.,,,,,,,2002-07-19, -/games/boxart/full_5246064JapanFrontccc.jpg,Hamster Paradise: Pure Heart,GBA,Strategy,Atlus,Atlus Co.,,,,,,,2003-07-11, -/games/boxart/full_6370960JapanFrontccc.jpg,Hanabi Fantast,PS,Strategy,Magical Company,Unknown,,,,,,,1998-07-16, -/games/boxart/full_5891405JapanFrontccc.jpg,Hanabi Hyakkei Advance,GBA,Strategy,Aruze Corp,Aruze Corp,,,,,,,2004-07-29, -/games/boxart/full_5156740AmericaFrontccc.jpg,Hannibal: Terror of Rome,PC,Strategy,Matrix Games,AGEOD,,,,,,,2014-06-18, -/games/boxart/full_harukaze-sentai-v-force_7JapanFront.jpg,Harukaze Sentai V-Force,SAT,Strategy,Ving,Ving,,,,,,,1997-06-27, -/games/boxart/full_harukaze-sentai-v-force_10JapanFront.jpg,Harukaze Sentai V-Force,PS,Strategy,Ving,Ving,,,,,,,1996-11-15, -/games/boxart/full_5175033JapanFrontccc.jpg,Harusame Youbi,DC,Strategy,NEC Interchannel,NEC Interchannel,,,,,,,2001-03-22, -/games/boxart/full_5257794AmericaFrontccc.png,Harvest Moon: Boy & Girl,PSN,Strategy,Natsume,Marvelous,,,,,,,2009-10-14, -/games/boxart/default.jpg,Harvest Moon: Save the Homeland,PSN,Strategy,Unknown,Victor Interactive Software,7.8,,,,,,, -/games/boxart/full_1769996AmericaFrontccc.jpg,Harvest: Massive Encounter,PC,Strategy,Oxeye,Oxeye Game Studio,,,,,,,2008-03-05, -/games/boxart/full_7414575AmericaFrontccc.jpg,Hasbro Family Game Night: Connect Four,XBL,Strategy,Electronic Arts,EA Bright Light,,,,,,,2009-03-18, -/games/boxart/full_9634028JapanFrontccc.jpg,Hataraku Chocobo,WS,Strategy,Square,SquareSoft,,,,,,,2000-09-21, -/games/boxart/full_hatsune-miku-project-mirai_410JapanFront.jpg,Hatsune Miku: Project Mirai,3DS,Strategy,Sega,Sega,,,,,,,2012-03-08, -/games/boxart/full_1288606JapanFrontccc.jpg,Head Buster,GG,Strategy,NCS,NCS,,,,,,,1991-03-15, -/games/boxart/full_9084198AmericaFrontccc.jpg,Hearts of Iron,PC,Strategy,Strategy First,Paradox Interactive,7.8,,,,,,2002-11-24, -/games/boxart/full_hearts-of-iron-the-card-game_296AmericaFront.jpg,Hearts of Iron - The Card Game,PC,Strategy,Unknown,Corncrow Games,,,,,,,, -/games/boxart/full_594983PALFrontccc.jpg,Hearts of Iron II: Armageddon,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2007-03-29, -/games/boxart/full_2573629AmericaFrontccc.jpg,Hearts of Iron II: Doomsday,PC,Strategy,Paradox Interactive,Paradox Interactive,7.5,,,,,,2006-04-07, -/games/boxart/full_hearts-of-iron-ii-iron-cross_73AmericaFront.jpg,Hearts of Iron II: Iron Cross,PC,Strategy,Paradox Interactive,Irshappa,,,,,,,2010-07-10, -/games/boxart/full_hearts-of-iron-iii-collection_700JapanFront.jpg,Hearts of Iron III Collection,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-11-15, -/games/boxart/default.jpg,Hearts of Iron III: For the Motherland,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-06-28, -/games/boxart/full_hearts-of-iron-iii-semper-fi_2AmericaFront.jpg,Hearts of Iron III: Semper Fi,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2010-06-06, -/games/boxart/full_1117963AmericaFrontccc.jpg,Hearts of Iron IV,OSX,Strategy,Paradox Interactive,Paradox Development,,,,,,,2016-06-06,2018-11-29 -/games/boxart/full_999358AmericaFrontccc.jpg,Hearts of Iron IV,Linux,Strategy,Paradox Interactive,Paradox Development,,,,,,,2016-06-06,2018-11-29 -/games/boxart/default.jpg,Heaven & Earth,MS,Strategy,Unknown,Software Resources International,,,,,,,, -/games/boxart/9398572ccc.jpg,Heavy Armor Brigade,DS,Strategy,UFO Interactive,MileStone Inc.,,,,,,,2008-12-02, -/games/boxart/full_hegemonia-legions-of-iron_904AmericaFront.jpg,Hegemonia: Legions of Iron,PC,Strategy,DreamCatcher Interactive,Digital Reality,,,,,,,2003-11-13, -/games/boxart/full_hegemonia-the-solon-heritage_900PALFront.jpg,Hegemonia: The Solon Heritage,PC,Strategy,Wanadoo,Digital Reality,,,,,,,2003-10-31, -/games/boxart/full_30238AmericaFrontccc.jpg,Heir of Zendor: The Legend of the Land,SAT,Strategy,KOEI,Micronet,,,,,,,1996-11-30, -/games/boxart/default.jpg,Hell Tycoon,PC,Strategy,Unknown,Anarchy Enterprises,,,,,,,, -/games/boxart/full_9399194AmericaFrontccc.jpg,Helldorado,PC,Strategy,Viva Media,Spellbound,,,,,,,2009-04-09, -/games/boxart/full_7394354JapanFrontccc.jpg,Hello! Idol Debut,GBA,Strategy,TDK Core,TDK Core,,,,,,,2004-12-09, -/games/boxart/full_heroes-chronicles-clash-of-the-dragons_952AmericaFront.jpg,Heroes Chronicles: Clash of the Dragons,PC,Strategy,3DO,New World Computing,,,,,,,2000-11-15, -/games/boxart/full_6167999AmericaFrontccc.jpg,Heroes Chronicles: Conquest of the Underworld,PC,Strategy,3DO,New World Computing,,,,,,,2000-09-27, -/games/boxart/full_17717AmericaFrontccc.jpg,Heroes Chronicles: Masters of the Elements,PC,Strategy,3DO,New World Computing,,,,,,,2000-11-15, -/games/boxart/default.jpg,Heroes Chronicles: Revolt of the Beastmasters,PC,Strategy,Unknown,New World Computing,,,,,,,, -/games/boxart/default.jpg,Heroes Chronicles: The Fiery Moon,PC,Strategy,Unknown,New World Computing,,,,,,,, -/games/boxart/default.jpg,Heroes Chronicles: The Sword of Frost,PC,Strategy,Unknown,New World Computing,,,,,,,, -/games/boxart/default.jpg,Heroes Chronicles: The World Tree,PC,Strategy,Unknown,New World Computing,,,,,,,, -/games/boxart/full_7932271AmericaFrontccc.jpg,Heroes Chronicles: Warlords of the Wasteland,PC,Strategy,3DO,New World Computing,,,,,,,2000-09-27, -/games/boxart/full_heroes-of-might-and-magic_438AmericaFront.jpg,Heroes of Might and Magic,PC,Strategy,New World Computing,New World Computing,,,,,,,1995-08-31, -/games/boxart/full_2475866AmericaFrontccc.jpg,Heroes of Might and Magic,GB,Strategy,3DO,KnowWonder,,,,,,,2000-04-29, -/games/boxart/full_7848610PALFrontccc.jpg,Heroes of Might and Magic Complete Edition,PC,Strategy,Ubisoft,Ubisoft,,,,,,,2006-05-19, -/games/boxart/full_3427659AmericaFrontccc.jpg,Heroes of Might and Magic II,GB,Strategy,3DO,KnownWonder,,,,,,,2000-12-01, -/games/boxart/7186839ccc.jpg,Heroes of Might and Magic II: The Price of Loyalty,PC,Strategy,3DO,New World Computing,,,,,,,1997-05-01, -/games/boxart/4044484ccc.jpg,Heroes of Might and Magic II: The Succession Wars,PC,Strategy,3DO,New World Computing,,,,,,,1996-10-01, -/games/boxart/2934908ccc.jpg,Heroes of Might and Magic III,PC,Strategy,3DO,New World Computing,,,,,,,1999-02-28, -/games/boxart/full_heroes-of-might-and-magic-iii-complete_530AmericaFront.jpg,Heroes of Might and Magic III Complete,PC,Strategy,3DO,New World Computing,,,,,,,2000-01-01, -/games/boxart/3655842ccc.jpg,Heroes of Might and Magic III: Armageddon's Blade,PC,Strategy,3DO,New World Computing,,,,,,,1999-10-01, -/games/boxart/full_5364126AmericaFrontccc.jpg,Heroes of Might and Magic III: In the Wake of Gods,PC,Strategy,Unknown,Fan Made,,,,,,,, -/games/boxart/519999ccc.jpg,Heroes of Might and Magic III: The Shadow of Death,PC,Strategy,3DO,New World Computing,,,,,,,2000-04-01, -/games/boxart/full_2136981AmericaFrontccc.jpg,Heroes of Might and Magic IV: The Gathering Storm,PC,Strategy,3DO,New World Computing,,,,,,,2002-09-26, -/games/boxart/full_2478368AmericaFrontccc.jpg,Heroes of Might and Magic IV: Winds of War,PC,Strategy,3DO,New World Computing,,,,,,,2003-02-23, -/games/boxart/full_3339686AmericaFrontccc.jpg,Heroes of Might and Magic V: Hammers of Fate,PC,Strategy,Ubisoft,Nival Interactive,,,,,,,2006-11-14, -/games/boxart/full_373904AmericaFrontccc.jpg,Herzog Zwei,GEN,Strategy,Sega,"TechnoSoft Co., Ltd.",,,,,,,1990-01-11, -/games/boxart/full_5724927AmericaFrontccc.jpg,Hexement,XBL,Strategy,Microsoft,SeventhGearProductions,,,,,,,2009-04-11, -/games/boxart/full_2587644AmericaFrontccc.jpg,Hidden Stroke,PC,Strategy,CDV Software Entertainment,Allied Power,,,,,,,2003-10-21, -/games/boxart/full_409267PALFrontccc.jpg,Hidden Stroke II,PC,Strategy,CDV Software Entertainment,Allied Power,,,,,,,2005-03-24, -/games/boxart/default.jpg,High Gravity Wells,XBL,Strategy,Unknown,Stockton,,,,,,,, -/games/boxart/full_high-seize_282AmericaFront.png,High Seize,NGage,Strategy,Nokia,"RedLynx, Ltd.",8.5,,,,,,2005-10-28, -/games/boxart/full_2767659AmericaFrontccc.jpg,Hinterland,PC,Strategy,Independent,Tilted Mill Entertainment,7,,,,,,2008-09-30, -/games/boxart/full_hinterland-orc-lords_798AmericaFront.jpg,Hinterland: Orc Lords,PC,Strategy,Unknown,Tilted Mill,7.5,,,,,,, -/games/boxart/full_hisou-kihei-x-serd_10JapanFront.jpg,Hisou Kihei X-Serd,PCE,Strategy,NCS,NCS,,,,,,,1990-02-23, -/games/boxart/full_history-egypt-engineering-an-empire_7PALFront.jpg,History Egypt: Engineering an Empire,PSN,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-06-29, -/games/boxart/default.jpg,History Egypt: Engineering an Empire,DSiW,Strategy,Unknown,Bloober Team,,,,,,,, -/games/boxart/full_1097822PALFrontccc.jpg,History Egypt: Engineering an Empire,DS,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-02-05, -/games/boxart/full_4102906PALFrontccc.jpg,History Egypt: Engineering an Empire,PC,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-02-05, -/games/boxart/default.jpg,History Egypt: Engineering an Empire,WW,Strategy,Unknown,Bloober Team,,,,,,,, -/games/boxart/full_7750922PALFrontccc.jpg,History Egypt: Engineering an Empire,PSP,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-02-05, -/games/boxart/full_1014487AmericaFrontccc.jpg,Hive,XBL,Strategy,Microsoft,Handkor,,,,,,,2008-11-28, -/games/boxart/full_hoard_2AmericaFront.jpg,Hoard,PSN,Strategy,Big Sandwich Games,Big Sandwich Games,,,,,,,2010-11-02, -/games/boxart/full_5884676PALFrontccc.jpg,Holiday World Tycoon,PC,Strategy,GSP,Avanquest Software,,,,,,,2006-04-04, -/games/boxart/default.jpg,Hollywood Squares,PSN,Strategy,Unknown,Ludia Inc.,,,,,,,, -/games/boxart/default.jpg,Homeworld: Shipbreakers,PC,Strategy,Gearbox Software,Blackbird Interactive,,,,,,,2020-12-31, -/games/boxart/full_8302878AmericaFrontccc.jpg,Horn Swaggle Islands,XBL,Strategy,Microsoft,Pencel Games,,,,,,,2009-07-30, -/games/boxart/full_1202456AmericaFrontccc.jpg,Horse & Musket 2: Prussia's Glory,PC,Strategy,Shrapnel Games,Boku Strategy Games,,,,,,,2005-11-18, -/games/boxart/full_8847690PALFrontccc.jpg,Horse & Pony: My Horsefarm,GBA,Strategy,DTP Entertainment,Independent Arts,,,,,,,2003-01-01, -/games/boxart/full_2816352AmericaFrontccc.jpg,Hoshigami: Ruining Blue Earth Remix,DS,Strategy,Aksys Games,Arc System Works,,,,,,,2007-06-25, -/games/boxart/full_1957460AmericaFrontccc.jpg,Hospital Hustle,PC,Strategy,Merscom LLC,Gameinvest,,,,,,,2008-12-01, -/games/boxart/3550285ccc.jpg,Hostile Waters: Antaeus Rising,PC,Strategy,Interplay,Rage Software,,,,,,,2001-06-13, -/games/boxart/default.jpg,Hotel Giant 2,DS,Strategy,Unknown,Creative Patterns,,,,,,,, -/games/boxart/full_3836533AmericaFrontccc.jpg,Hundred Swords,PC,Strategy,Activision,Smilebit,,,,,,,2002-02-04, -/games/boxart/full_1067239JapanFrontccc.jpg,Hundred Swords,DC,Strategy,Sega,Smilebit,,,,,,,2001-02-08, -/games/boxart/full_2111780AmericaFrontccc.jpg,Hunters Of The Dead,PC,Strategy,Strategy First,Strategy First,,,,,,,2014-09-04, -/games/boxart/full_i-of-the-enemy_8PALFront.jpg,I of the Enemy,PC,Strategy,Unknown,Enemy Technology,,,,,,,2004-11-05, -/games/boxart/full_ibomber-defense_34AmericaFront.jpg,iBomber Defense,PC,Strategy,Chillingo,Cobra Mobile,,,,,,,2011-05-26, -/games/boxart/full_632953AmericaFrontccc.gif,Ice Cream Craze: Tycoon Takeover,PC,Strategy,GameFools,GameFools,,,,,,,2009-04-07, -/games/boxart/full_30478AmericaFrontccc.jpg,Ice Cream Tycoon,PC,Strategy,Big Fish Games,Big Fish Games,,,,,,,2007-11-23, -/games/boxart/full_4696591AmericaFrontccc.jpg,Ice Cream Tycoon Deluxe,PC,Strategy,IncaGold,IncaGold,,,,,,,2007-03-30, -/games/boxart/full_8580030AmericaFrontccc.jpg,Idol Hands,PC,Strategy,Pocket Games Inc,Pocket Games Inc,,,,,,,2015-02-18, -/games/boxart/full_1432823JapanFrontccc.jpg,Idol Janshi o Tsukucchaou,DC,Strategy,Jaleco,Jaleco Entertainment,,,,,,,1999-09-23, -/games/boxart/5509893ccc.jpg,Imperialism,PC,Strategy,SSI,Frog City Software,,,,,,,1997-08-31, -/games/boxart/8400737ccc.jpg,Imperialism II: The Age of Exploration,PC,Strategy,SSI,Frog City Software,,,,,,,1999-03-31, -/games/boxart/full_5014101AmericaFrontccc.jpg,Imperium Galactica,PC,Strategy,GT Interactive,Digital Reality,,,,,,,1997-01-01, -/games/boxart/full_8537376AmericaFrontccc.jpg,Imperium Galactica II: Alliances,PC,Strategy,GT Interactive,Digital Reality,,,,,,,2000-04-10, -/games/boxart/full_imperium-romanum-emperor-expansion_365PALFront.jpg,Imperium Romanum: Emperor Expansion,PC,Strategy,SouthPeak Interactive,Haemimont Games,,,,,,,2008-08-29, -/games/boxart/full_2530071AmericaFrontccc.jpg,Incoming!,WW,Strategy,JV Games Inc.,JV Games,,,,,,,2009-07-13, -/games/boxart/full_2479398AmericaFrontccc.jpg,Incursion,XBL,Strategy,Microsoft,Dubman,,,,,,,2009-05-25, -/games/boxart/full_4926532AmericaFrontccc.jpg,Industry Giant,PC,Strategy,Interactive Magic,JoWood Productions,,,,,,,1998-04-14,2018-02-02 -/games/boxart/full_5525554AmericaFrontccc.jpg,Industry Giant II,PS4,Strategy,UIG Entertainment,"Reactor, Inc.",,,,,,,2017-03-14,2018-09-21 -/games/boxart/full_9141212AmericaFrontccc.jpg,Industry Giant II,XOne,Strategy,UIG Entertainment,"Reactor, Inc.",,,,,,,2017-03-14,2018-09-21 -/games/boxart/full_6788532AmericaFrontccc.jpg,Industry Giant II,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2002-09-30,2018-09-21 -/games/boxart/full_6751669AmericaFrontccc.jpg,Industry Giant II Gold,PC,Strategy,Koch Media,JoWood Productions,,,,,,,2003-06-30, -/games/boxart/full_8452776PALFrontccc.jpg,Industry Giant II: 1980-2020,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2002-09-26, -/games/boxart/full_inkub_865AmericaFront.jpg,INKUB,WW,Strategy,Unknown,Cosmonaut Games,,,,,,,2010-12-20, -/games/boxart/default.jpg,Inner City Kids,PSV,Strategy,Jamo Games,Jamo Games,,,,,,,2015-07-01, -/games/boxart/full_9902256PALFrontccc.png,Innocent Life: A Futuristic Harvest Moon,PSN,Strategy,Rising Star,ArtePiazza,6.5,,,,,,2010-02-11, -/games/boxart/full_883516JapanFrontccc.jpg,Inoue Ryoko: Last Scene,DC,Strategy,Datam Polystar,Datam Polystar,,,,,,,2001-11-08, -/games/boxart/full_4892799AmericaFrontccc.jpg,Interloper,PC,Strategy,Monogon Games,Monogon Games,,,,,,,2015-05-21,2018-07-18 -/games/boxart/full_39608AmericaFrontccc.jpg,Interloper,OSX,Strategy,Monogon Games,Monogon Games,,,,,,,2015-05-21,2018-07-18 -/games/boxart/full_1670990AmericaFrontccc.jpg,Interloper,Linux,Strategy,Monogon Games,Monogon Games,,,,,,,2015-05-21,2018-07-18 -/games/boxart/full_2041738AmericaFrontccc.jpg,Internal Invasion,WiiU,Strategy,Unknown,Unknown,,,,,,,2014-07-03, -/games/boxart/default.jpg,International Bridge Contractors,PC,Strategy,Unknown,Philip Case,,,,,,,1979-01-01, -/games/boxart/full_3216920AmericaFrontccc.jpg,Invasion Defender,XBL,Strategy,Microsoft,Shallan,,,,,,,2010-01-30, -/games/boxart/full_3036521AmericaFrontccc.jpg,Iron Brigade,XBL,Strategy,Microsoft Game Studios,Double Fine Productions,8.1,,,,,,2011-06-22,2018-11-23 -/games/boxart/full_6976785AmericaFrontccc.jpg,Iron Harvest,XOne,Strategy,Deep Silver,KING Art Games,,,,,,,2020-09-01,2020-01-27 -/games/boxart/full_1107540AmericaFrontccc.jpg,Iron Harvest,PC,Strategy,Deep Silver,KING Art Games,,,,,,,2020-09-01,2020-01-27 -/games/boxart/full_1049892AmericaFrontccc.jpg,Iron Harvest,PS4,Strategy,Deep Silver,KING Art Games,,,,,,,2020-09-01,2020-01-27 -/games/boxart/full_ironclads-american-civil-war_345AmericaFront.jpg,Ironclads: American Civil War 1861-1865,PC,Strategy,Strategy First,Totem Games,,,,,,,2010-04-28, -/games/boxart/full_ironclads-anglo-russian-war-1866_397AmericaFront.jpg,Ironclads: Anglo Russian War 1866,PC,Strategy,Strategy First,Totem Games,,,,,,,2011-02-04, -/games/boxart/full_ironclads-chincha-islands-war-1866_526AmericaFront.jpg,Ironclads: Chincha Islands War 1866,PC,Strategy,Strategy First,Totem Games,,,,,,,2011-02-04, -/games/boxart/full_ironclads-high-seas-1861-1865_431AmericaFront.jpg,Ironclads: High Seas 1861-1865,PC,Strategy,Strategy First,Totem Games,,,,,,,2010-04-28, -/games/boxart/full_ironclads-schleswig-war-1864_365AmericaFront.jpg,Ironclads: Schleswig War 1864,PC,Strategy,Strategy First,Totem Games,,,,,,,2011-02-04, -/games/boxart/full_5746003JapanFrontccc.jpg,Ishii Hisaichi no Daisekai,SCD,Strategy,Sega,Sega,,,,,,,1994-01-28, -/games/boxart/full_issho-ni-asobu-dream-theme-park_755JapanFront.jpg,Issho ni Asobu! Dream Theme Park,Wii,Strategy,Namco Bandai,Ganbarion,,,,,,,2011-12-15, -/games/boxart/full_3414326JapanFrontccc.jpg,"Itsuka, Kasanariau Ashita e: Sayuri-hen",PS,Strategy,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,1999-08-26,2018-09-16 -/games/boxart/full_7486547JapanFrontccc.jpg,"Itsuka, Kasanariau Ashita e: Shirou-hen",PS,Strategy,Sony Music Entertainment,Sony Music Entertainment Inc.,,,,,,,1999-08-26,2018-09-16 -/games/boxart/full_jagged-alliance_798PALFront.jpg,Jagged Alliance,DSiW,Strategy,Unknown,Cypronia,,,,,,,2011-07-21, -/games/boxart/full_8206965AmericaFrontccc.jpg,Jagged Alliance 2: Unfinished Business,PC,Strategy,Interplay,"Sir-tech Software, Inc.",,,,,,,2000-11-30, -/games/boxart/full_6760561AmericaFrontccc.jpg,Jagged Alliance 3,PC,Strategy,THQ Nordic,Haemimont Games,,,,,,,2022-12-30,2021-09-18 -/games/boxart/full_2732081AmericaFrontccc.jpg,Jeff Wayne's The War of the Worlds,PC,Strategy,GT Interactive,Rage Software,,,,,,,1999-01-15, -/games/boxart/default.jpg,Jesus Matchup,PC,Strategy,Unknown,Godly Games,,,,,,,, -/games/boxart/default.jpg,Jewel Match 3,PC,Strategy,Unknown,Suricate Software,,,,,,,, -/games/boxart/default.jpg,Jewel Match 3,DS,Strategy,Avanquest Software,Suricate Software,,,,,,,2013-05-03, -/games/boxart/default.jpg,Jewel Match 3,MS,Strategy,Unknown,Suricate Software,,,,,,,, -/games/boxart/full_5457994AmericaFrontccc.jpg,John Tiller's Battleground Civil War,PC,Strategy,Matrix Games,TalonSoft,,,,,,,2007-11-09, -/games/boxart/full_8435279AmericaFrontccc.jpg,John Tiller's Battleground Napoleonic Wars,PC,Strategy,Matrix Games,TalonSoft,,,,,,,2007-11-09, -/games/boxart/full_jurassic-park-scan-command_1AmericaFront.jpg,Jurassic Park: Scan Command,PC,Strategy,Knowledge Adventure,Knowledge Adventure Inc.,,,,,,,2001-10-01, -/games/boxart/full_6028368JapanFrontccc.jpg,Juushinden: Ultimate Beast Battlers,DS,Strategy,Konami,Konami,,,,,,,2007-12-06, -/games/boxart/full_2162910JapanFrontccc.jpg,Jyutei Senki,SNES,Strategy,Enix,TamTam,,,,,,,1993-08-27, -/games/boxart/default.jpg,Kaiju Panic,XOne,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, -/games/boxart/default.jpg,Kaiju Panic,PC,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, -/games/boxart/default.jpg,Kaiju Panic,OSX,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, -/games/boxart/default.jpg,Kaiju Panic,Linux,Strategy,Mechabit,Mechabit,,,,,,,2020-12-31, -/games/boxart/full_6314673JapanFrontccc.jpg,Kaijuu Senki,PS,Strategy,Produce!,Unknown,,,,,,,1996-11-15, -/games/boxart/default.jpg,Kaisen Game: Radar War,DSiW,Strategy,Unknown,"WaiS Co., Ltd.",,,,,,,2010-06-23, -/games/boxart/full_kakyuusei_866JapanFront.jpg,Kakyuusei,PC,Strategy,Elf,Elf,,,,,,,1998-06-26, -/games/boxart/default.jpg,Karakuchi! Dairoujou,DSiW,Strategy,Kawamoto Industrial,"Kawamoto Industrial Co., Ltd",,,,,,,2010-03-03, -/games/boxart/full_8643080JapanFrontccc.jpg,Kawaii Hamster,GBA,Strategy,MTO,MTO,,,,,,,2001-10-26, -/games/boxart/full_2149704JapanFrontccc.jpg,Kawaii Koinu,GBA,Strategy,MTO,MTO,,,,,,,2005-03-17, -/games/boxart/full_5831169JapanFrontccc.jpg,Kawaii Koinu Kogatainuhen,GBA,Strategy,MTO,MTO,,,,,,,2003-07-11, -/games/boxart/full_2011552JapanFrontccc.jpg,Kaze no Notam,PS,Strategy,ArtDink,Unknown,,,,,,,1997-09-11, -/games/boxart/full_class-of-heroes-final_279JapanFront.jpg,Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama,PSN,Strategy,Acquire,ZeroDiv,,,,,,,2011-10-13, -/games/boxart/full_5133113JapanFrontccc.jpg,Kessen & Kessen II,PS2,Strategy,KOEI,Koei,,,,,,,2001-03-29, -/games/boxart/full_4713077AmericaFrontccc.jpg,Kharkov: Disaster on the Donets,PC,Strategy,Matrix Games,Strategic Studies Group,,,,,,,2008-07-18, -/games/boxart/full_4329194JapanFrontccc.jpg,Kidou Senkan Nadesico: Nadesico the Mission,DC,Strategy,ESP,ESP Software,,,,,,,1999-08-26, -/games/boxart/full_8614913JapanFrontccc.jpg,Kidou Senshi Gundam Giren no Yabou: Zeon Dokuritsu Sensouden - Kouryaku Shireisho,PS2,Strategy,Bandai,Bandai,,,,,,,2003-02-20, -/games/boxart/full_8586847JapanFrontccc.jpg,Kidou Senshi Gundam Vol.1 -Side7-,WS,Strategy,Bandai,Bandai,,,,,,,2001-02-01, -/games/boxart/full_9325836JapanFrontccc.jpg,Kidou Senshi Gundam Vol.2 -Jaburo-,WS,Strategy,Bandai,Bandai,,,,,,,2001-08-16, -/games/boxart/full_3680760JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou,WS,Strategy,Bandai,Bandai,,,,,,,2003-05-02, -/games/boxart/full_9530196JapanFrontccc.jpg,Kidou Senshi Gundam: Giren no Yabou - Zeon no Keifu,PSP,Strategy,Bandai,Bandai,,,,,,,2005-08-11, -/games/boxart/full_kikou-keisatsu-metal-jack_522JapanFront.jpg,Kikou Keisatsu Metal Jack,GB,Strategy,Takara,Takara,,,,,,,1992-01-08, -/games/boxart/full_6772825AmericaFrontccc.jpg,King Arthur - The Role-playing Wargame,PC,Strategy,Paradox Interactive,NeoCoreGames,7,,,,,,2009-11-24, -/games/boxart/full_king-arthur-fallen-champions_371AmericaFront.jpg,King Arthur: Fallen Champions,PC,Strategy,Paradox Interactive,NeoCoreGames,,,,,,,2011-09-16, -/games/boxart/full_king-arthur-the-saxons_431AmericaFront.jpg,King Arthur: The Saxons,PC,Strategy,Paradox Interactive,NeoCoreGames,,,,,,,2010-07-08, -/games/boxart/full_5304832JapanFrontccc.jpg,King of Kings,NES,Strategy,Namco,Wisdom Tree,,,,,,,1998-12-09, -/games/boxart/full_kings-bounty-crossworlds_6AmericaFront.jpg,King's Bounty: Crossworlds,PC,Strategy,1C Company,Katauri Interactive,,,,,,,2010-09-17, -/games/boxart/default.jpg,Kingdom Under Fire II,PS3,Strategy,Unknown,Blueside Studios,,,,,,,2013-06-30, -/games/boxart/default.jpg,Kingdom Under Fire II,X360,Strategy,Unknown,Blueside Studios,,,,,,,2013-06-30, -/games/boxart/default.jpg,Kingdom Under Fire II,PC,Strategy,Unknown,Blueside Studios,,,,,,,2015-01-01, -/games/boxart/full_3047384AmericaFrontccc.jpg,Kingdom Under Fire: A War of Heroes,PC,Strategy,Gathering of Developers,Phantagram,,,,,,,2001-01-18, -/games/boxart/full_350435JapanFrontccc.jpg,Kisekae Angel,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2004-03-25, -/games/boxart/full_8219502JapanFrontccc.jpg,Kiss x Kiss: Seirei Gakuen,GBA,Strategy,Bandai,Bandai,,,,,,,2004-12-02, -/games/boxart/full_4160875JapanFrontccc.jpg,Kita e. White Illumination,DC,Strategy,Hudson Soft,SegaSoft,,,,,,,1999-03-18, -/games/boxart/full_kknd-2krossfire_809AmericaFront.jpg,KKND 2: Krossfire,PC,Strategy,Melbourne House,Beam Software,,,,,,,1998-10-31, -/games/boxart/full_kknd-krossfire_467PALFront.jpg,KKND: Krossfire,PS,Strategy,Infogrames,Beam Software,,,,,,,1999-04-15, -/games/boxart/full_kknd-xtreme_299AmericaFront.jpg,KKND: Xtreme,PC,Strategy,Melbourne House,Beam Software,,,,,,,1997-10-31, -/games/boxart/full_774522AmericaFrontccc.jpg,Knights and Merchants: The Shattered Kingdom,PC,Strategy,IBM,Joymania Entertainment,,,,,,,1998-10-01,2018-02-02 -/games/boxart/full_834412AmericaFrontccc.jpg,Kohan II: Kings of War,PC,Strategy,Global Star Software,TimeGate Studios,,,,,,,2004-09-20, -/games/boxart/default.jpg,Kohan: Ahriman's Gift,PC,Strategy,Unknown,TimeGate Studios,,,,,,,, -/games/boxart/full_7617528AmericaFrontccc.jpg,Kohan: Immortal Sovereigns,PC,Strategy,Strategy First,TimeGate Studios,,,,,,,2001-03-14, -/games/boxart/full_755571JapanFrontccc.jpg,Koinu to Issho! 2,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2004-04-02, -/games/boxart/full_3072132JapanFrontccc.jpg,Komugi-Chan no Happy Cake,GBA,Strategy,MTO,MTO,,,,,,,2002-11-22, -/games/boxart/full_1706385JapanFrontccc.jpg,Konjiki no Gashbell!! The Card Battle for GBA,GBA,Strategy,Banpresto,Banpresto,,,,,,,2005-07-28, -/games/boxart/full_3945323JapanFrontccc.jpg,Konpeki no Kantai,PCFX,Strategy,NEC,Micro Cabin,,,,,,,1995-03-31, -/games/boxart/full_konpeki-no-kantai_1JapanFront.jpg,Konpeki no Kantai,3DO,Strategy,Tokuma Shoten,Tokuma Shoten,,,,,,,1995-04-21, -/games/boxart/default.jpg,Krinkle Krusher,PSV,Strategy,Ilusis Interactive Graphics,Ilusis Interactive Graphics,,,,,,,2015-04-07, -/games/boxart/default.jpg,Krinkle Krusher,PS4,Strategy,Ilusis Interactive Graphics,Ilusis Interactive Graphics,,,,,,,2015-04-07, -/games/boxart/default.jpg,Krinkle Krusher,PS3,Strategy,Ilusis Interactive Graphics,Ilusis Interactive Graphics,,,,,,,2015-04-07, -/games/boxart/default.jpg,Kuniya Burete Sanga Ari: Hills and Rivers Remain,DSiW,Strategy,Square Enix,Square Enix,,,,,,,2009-10-28, -/games/boxart/full_7352172JapanFrontccc.jpg,Kuno Ichiban,PS,Strategy,Shoeisha,Zero System,,,,,,,1997-09-25, -/games/boxart/5955192ccc.jpg,L'Empereur,NES,Strategy,KOEI,Koei,,,,,,,1991-11-01, -/games/boxart/default.jpg,Langrisser I,PC,Strategy,Unknown,Career Soft,,,,,,,1998-10-22, -/games/boxart/full_langrisser-i-ampamp-ii_623JapanFront.jpg,Langrisser I & II,PSN,Strategy,Sony Computer Entertainment,NCS,,,,,,,2009-04-22, -/games/boxart/full_3238092JapanFrontccc.jpg,Langrisser I & II,PS,Strategy,NCS,NCS,,,,,,,1997-07-31, -/games/boxart/full_4966502JapanFrontccc.jpg,Langrisser II,GEN,Strategy,NCS,Career Soft,,,,,,,1994-08-26, -/games/boxart/full_langrisser-ii_2JapanFront.jpg,Langrisser II,PC,Strategy,Sega,NCS,,,,,,,1998-11-20, -/games/boxart/full_3270070JapanFrontccc.jpg,Langrisser II,VC,Strategy,NCS,Career Soft,,,,,,,2007-12-25, -/games/boxart/default.jpg,Langrisser III,PC,Strategy,NCS,NCS,,,,,,,1999-02-26, -/games/boxart/full_6497357JapanFrontccc.jpg,Langrisser III,PS2,Strategy,Taito,Career Soft,,,,,,,2005-10-27, -/games/boxart/full_4002536JapanFrontccc.jpg,Langrisser IV & V: Final Edition,PS,Strategy,NCS,NCS,,,,,,,1999-01-28, -/games/boxart/full_langrisser-iv-amp-v-final-edition_520JapanFront.jpg,Langrisser IV & V: Final Edition,PSN,Strategy,Atlus,NCS,,,,,,,2009-11-25, -/games/boxart/full_3799491JapanFrontccc.jpg,Langrisser Millennium,DC,Strategy,NCS,NCS,,,,,,,1999-11-03, -/games/boxart/full_7481643JapanFrontccc.jpg,Langrisser Millineum WS: The Last Century,WS,Strategy,Bandai,Bandai,,,,,,,2000-03-09, -/games/boxart/full_8297507JapanFrontccc.jpg,Langrisser Tribute,SAT,Strategy,NCS,NCS,,,,,,,1998-12-23, -/games/boxart/full_langrisser-dramatic-edition_739JapanFront.jpg,Langrisser: Dramatic Edition,SAT,Strategy,NCS,NCS,,,,,,,1998-02-26, -/games/boxart/full_3497040JapanFrontccc.jpg,Langrisser: Hikari no Matsuei,PCE,Strategy,NCS,NCS,,,,,,,1993-08-06, -/games/boxart/full_langrisser-hikari-no-matsuei_92JapanFront.jpg,Langrisser: Hikari no Matsuei,PSN,Strategy,Hudson Soft,NCS,,,,,,,2011-02-16, -/games/boxart/full_larry-bonds-harpoon-4_36AmericaFront.jpg,Larry Bond's Harpoon 4,PC,Strategy,Unknown,Ultimation Inc.,,,,,,,, -/games/boxart/full_3677784AmericaFrontccc.jpg,Las Vegas Tycoon,PC,Strategy,Simon & Schuster Interactive,Simon & Schuster Interactive,,,,,,,2003-05-15, -/games/boxart/full_4178093AmericaFrontccc.jpg,Laser Squad: Nemesis,PC,Strategy,Got Game Entertainment,Codo Games,,,,,,,2005-04-26, -/games/boxart/default.jpg,League of Legends,OSX,Strategy,Riot Games,Riot Games,,,,,,,2009-10-27,2018-11-23 -/games/boxart/full_2362645AmericaFrontccc.jpg,League of Legends,PC,Strategy,THQ,Riot Games,8,,,,,,2009-10-27,2018-11-23 -/games/boxart/full_4180678PALFrontccc.jpg,Learn To Play Chess With Fritz & Chesster,DS,Strategy,Deep Silver,Deep Silver,,,,,,,2009-02-06, -/games/boxart/full_1940199AmericaFrontccc.jpg,Left Behind: Eternal Forces,PC,Strategy,Left Behind Games,Left Behind Games,,,,,,,2006-11-07, -/games/boxart/full_6996190AmericaFrontccc.jpg,Left Behind: Tribulation Forces,PC,Strategy,Left Behind Games,Left Behind Games,,,,,,,2007-11-15, -/games/boxart/default.jpg,Legal Crime,PC,Strategy,Unknown,Byte Enchanters Inc.,,,,,,,, -/games/boxart/full_legendary-wars-t-rex-rumble_8AmericaFront.jpg,Legendary Wars: T-Rex Rumble,DSiW,Strategy,Interplay,Interplay,,,,,,,2010-06-21, -/games/boxart/full_legends-of-war-pattons-campaign_371AmericaFront.jpg,Legends of War: Patton's Campaign,PSN,Strategy,Unknown,Enigma Software Productions,8.2,,,,,,2011-01-04, -/games/boxart/full_legio_505AmericaFront.jpg,Legio,PC,Strategy,Unknown,ICE Game Studios,,,,,,,2010-05-21, -/games/boxart/full_2150522AmericaFrontccc.jpg,Legions of Ashworld,PC,Strategy,Wastelands Interactive,Jugilus,,,,,,,2014-07-04,2018-08-08 -/games/boxart/full_8152671AmericaFrontccc.jpg,Legions of Ashworld,OSX,Strategy,Wastelands Interactive,Jugilus,,,,,,,2014-07-04,2018-08-08 -/games/boxart/full_3534838AmericaFrontccc.jpg,Legions of Ashworld,Linux,Strategy,Wastelands Interactive,Jugilus,,,,,,,2014-07-04,2018-08-08 -/games/boxart/full_7250779AmericaFrontccc.jpg,LEGO Creator,PC,Strategy,LEGO Media,Superscape,,,,,,,1998-10-26, -/games/boxart/full_9579138AmericaFrontccc.jpg,LEGO Creator: Harry Potter,PC,Strategy,LEGO Media,Superscape,,,,,,,2001-11-01, -/games/boxart/full_1726407AmericaFrontccc.jpg,LEGO Creator: Knights' Kingdom,PC,Strategy,LEGO Media,Superscape,,,,,,,2000-01-01, -/games/boxart/full_6120617PALFrontccc.jpg,LEGO Loco,PC,Strategy,LEGO Media,LEGO Media,,,,,,,1998-01-01, -/games/boxart/full_5168069AmericaFrontccc.jpg,LEGO Rock Raiders,PC,Strategy,LEGO Media,Artworld,,,,,,,1999-11-30, -/games/boxart/full_3693063AmericaFrontccc.jpg,Lemonade Ltd.,XBL,Strategy,Microsoft,Steve G,,,,,,,2009-11-08, -/games/boxart/full_3516696AmericaFrontccc.jpg,Lemonade Tycoon,PC,Strategy,Hexacto Games,Hexacto Games Inc.,,,,,,,2002-05-01, -/games/boxart/full_3692518AmericaFrontccc.jpg,Lemonade Tycoon 2: New York Edition,PC,Strategy,Mumbo Jumbo,Jamdat Mobile,,,,,,,2004-08-01, -/games/boxart/full_9999297AmericaFrontccc.jpg,Libera Wing,DSiW,Strategy,Pixel Federation,Pixel Federation,,,,,,,2010-03-22, -/games/boxart/full_113746AmericaFrontccc.jpg,Liberty or Death,GEN,Strategy,KOEI,Koei,,,,,,,1994-01-01, -/games/boxart/8118261ccc.jpg,Liberty or Death,SNES,Strategy,KOEI,Koei,,,,,,,1994-01-01, -/games/boxart/full_little-master_388JapanFront.jpg,Little Master,GB,Strategy,Tokuma Shoten,Tokuma Shoten,,,,,,,1991-04-19, -/games/boxart/full_little-master-2_506JapanFront.jpg,Little Master 2,GB,Strategy,Tokuma Shoten,Tokuma Shoten,,,,,,,1992-03-27, -/games/boxart/default.jpg,Little Shop of Treasures,MS,Strategy,Unknown,"GameHouse, Inc.",,,,,,,, -/games/boxart/full_3643085AmericaFrontccc.jpg,Little Tournament Over Yonder,WW,Strategy,Gevo Entertainment,Gevo Entertainment,,,,,,,2009-11-23, -/games/boxart/full_loopz_253AmericaFront.jpg,Loopz,PC,Strategy,Mindscape,Audiogenic Software Ltd.,,,,,,,1990-01-01, -/games/boxart/full_lord-monarch_626JapanFront.jpg,Lord Monarch,SNES,Strategy,Epoch,AIM,,,,,,,1992-10-09, -/games/boxart/full_lord-monarch-shin-gaia-oukokuki_528JapanFront.jpg,Lord Monarch: Shin Gaia Oukokuki,PSN,Strategy,Hamster Corporation,Nihon Falcom Corporation,,,,,,,2008-05-28, -/games/boxart/full_4775512JapanFrontccc.jpg,Lord Monarch: Shin Gaia Oukokuki,PS,Strategy,Toshiba EMI,Nihon Falcom Corporation,,,,,,,1998-12-23, -/games/boxart/full_lord-monarch-tokoton-sentou-densetsu_424JapanFront.jpg,Lord Monarch: Tokoton Sentou Densetsu,GEN,Strategy,Sega,Omiya Soft,,,,,,,1994-06-24, -/games/boxart/full_lord-monarch-tokoton-sentou-densetsu_425JapanFront.jpg,Lord Monarch: Tokoton Sentou Densetsu,VC,Strategy,Falcom Corporation,Omiya Soft,,,,,,,2008-08-19, -/games/boxart/full_888007AmericaFrontccc.png,Lord of the Rings: Tactics,PSN,Strategy,Electronic Arts,Amaze Entertainment,,,,,,,2009-09-30, -/games/boxart/full_4915525AmericaFrontccc.jpg,Lord of Ultima,PC,Strategy,Electronic Arts,EA Phenomic,,,,,,,2010-04-20, -/games/boxart/full_6011689AmericaFrontccc.jpg,Lords of EverQuest,PC,Strategy,Sony Online Entertainment,Rapid Eye Entertainment,,,,,,,2003-12-12, -/games/boxart/default.jpg,Lords of Magic: Special Edition,PC,Strategy,Rebellion,Impressions Games,,,,,,,1998-11-07, -/games/boxart/8427488ccc.png,Lords of the Realm,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1994-01-01, -/games/boxart/5298451ccc.png,Lords of the Realm II,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1996-10-31, -/games/boxart/1683320ccc.png,Lords of the Realm III,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,2004-03-17, -/games/boxart/default.jpg,Lords of the Realm: Royal Edition,PC,Strategy,Rebellion,Impressions Games,,,,,,,1997-11-30, -/games/boxart/full_lost-empire-immortals_816AmericaFront.jpg,Lost Empire: Immortals,PC,Strategy,Paradox Interactive,Pollux Gamelabs,,,,,,,2008-03-11, -/games/boxart/full_9730671PALFrontccc.jpg,Lula: The Sexy Empire,PC,Strategy,Take-Two Interactive,cdv Software,,,,,,,1998-01-01, -/games/boxart/full_6057858JapanFrontccc.jpg,Lunar Wing,PS,Strategy,Takara,Takara,,,,,,,2001-07-12, -/games/boxart/full_8001638AmericaFrontccc.jpg,Luxury Liner Tycoon,PC,Strategy,Global Star Software,Global Star Software,,,,,,,2004-01-20, -/games/boxart/2636708ccc.jpg,Lynx Casino,Lynx,Strategy,Atari,"Brian A. Rice, Inc.",,,,,,,1992-12-31, -/games/boxart/full_8621316PALFrontccc.jpg,M.A.X: Mechanized Assault & Exploration,PC,Strategy,Interplay,Interplay,,,,,,,1996-12-31, -/games/boxart/full_382574AmericaFrontccc.jpg,M.A.X: Mechanized Assault & Exploration 2,PC,Strategy,Interplay,Flat Cat,,,,,,,1998-07-31, -/games/boxart/5431171ccc.jpg,M.U.L.E.,NES,Strategy,Mindscape,Ozark Softscape,,,,,,,1990-09-01, -/games/boxart/full_9187316AmericaFrontccc.jpg,Machines,PC,Strategy,Acclaim Entertainment,Charybdis,,,,,,,1999-03-31, -/games/boxart/full_3443096AmericaFrontccc.jpg,Machines at War 3,PC,Strategy,Isotope 244 LLC,Isotope 244,,,,,,,2014-07-23, -/games/boxart/full_1328488AmericaFrontccc.jpg,Machines at War 3,OSX,Strategy,Isotope 244 LLC,Isotope 244,,,,,,,2014-07-23, -/games/boxart/full_4594260JapanFrontccc.jpg,Macross 7:Ginger no Heart o Furuwa Sero!!,GB,Strategy,Epoch,Epoch,,,,,,,2000-03-17, -/games/boxart/full_2410959JapanFrontccc.jpg,Macross Since 1983,PC,Strategy,Media Kite,Upstar,,,,,,,1998-10-16, -/games/boxart/full_3629460JapanFrontccc.jpg,Macross: True Love Song,WS,Strategy,Lay-Up,Lay-Up,,,,,,,2000-03-23, -/games/boxart/full_2124288AmericaFrontccc.jpg,Magic & Mayhem,PC,Strategy,Virgin Interactive,Mythos Games,,,,,,,1998-01-01, -/games/boxart/full_7196620AmericaFrontccc.jpg,Magic & Mayhem: The Art of Magic,PC,Strategy,Bethesda Softworks,Charybdis,,,,,,,2001-10-26, -/games/boxart/full_4008353AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,X360,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 -/games/boxart/full_9069536AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,And,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 -/games/boxart/full_8863885AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,PC,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 -/games/boxart/full_5690198AmericaFrontccc.jpg,Magic 2014: Duels of the Planeswalkers,PS3,Strategy,Wizards of the Coast,Stainless Games,,,,,,,2013-06-26,2018-10-15 -/games/boxart/full_6737268AmericaFrontccc.jpg,Magic: The Gathering - Battlegrounds,PC,Strategy,Atari,Secret Level,,,,,,,2003-11-18, -/games/boxart/full_8173739AmericaFrontccc.jpg,Magic: The Gathering - Battlemage,PC,Strategy,Acclaim Entertainment,Realtime Associates,,,,,,,1997-01-01, -/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers_10AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers,PC,Strategy,Wizards of the Coast,Stainless Games,7.5,,,,,,2010-06-15, -/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-1998_10AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers (1998),PC,Strategy,Wizards of the Coast,MicroProse,,,,,,,1998-01-14, -/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-2012_433AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers 2012,XBL,Strategy,Wizards of the Coast,Stainless Games,7.7,,,,,,2011-06-15, -/games/boxart/full_magic-the-gathering-duels-of-the-planeswalkers-2012_495AmericaFront.jpg,Magic: The Gathering - Duels of the Planeswalkers 2012,PSN,Strategy,Wizards of the Coast,Stainless Games,7.3,,,,,,2011-06-14, -/games/boxart/default.jpg,Magic: The Gathering - Tactics,PC,Strategy,Sony Online Entertainment,Sony Online Entertainment,,,,,,,2011-01-24, -/games/boxart/default.jpg,Magic: The Gathering - Tactics,PSN,Strategy,Unknown,Sony Online Entertainment,,,,,,,, -/games/boxart/full_4800808JapanFrontccc.jpg,Magical Date: Doki Doki Kouhaku Daisakusen,PS,Strategy,Taito,Taito,,,,,,,1997-11-20, -/games/boxart/default.jpg,Magna Mundi,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2012-01-17, -/games/boxart/full_2614002AmericaFrontccc.png,Magnifico,And,Strategy,Matrix Games,Matrix Games,,,,,,,2014-06-25, -/games/boxart/full_1348727JapanFrontccc.jpg,Mahou Kishi Rayearth 2: Making of Magic Knight,GG,Strategy,Sega,Sega,,,,,,,1995-08-04, -/games/boxart/full_majesty-2-battles-of-ardania_340AmericaFront.jpg,Majesty 2: Battles of Ardania,PC,Strategy,Paradox Interactive,1C:Ino-Co,4.5,,,,,,2010-11-09, -/games/boxart/full_majesty-2-kingmaker_980AmericaFront.jpg,Majesty 2: Kingmaker,PC,Strategy,Paradox Interactive,1C:Ino-Co,,,,,,,2010-03-26, -/games/boxart/full_majesty-2-monster-kingdom_307AmericaFront.jpg,Majesty 2: Monster Kingdom,PC,Strategy,Paradox Interactive,1C,,,,,,,2011-01-11, -/games/boxart/full_907574AmericaFrontccc.jpg,Majesty: The Fantasy Kingdom Sim,PC,Strategy,Microprose,Cyberlore Studios,,,,,,,2000-02-29, -/games/boxart/full_1584721AmericaFrontccc.jpg,Majesty: The Fantasy Kingdom Sim - Gold Edition,PC,Strategy,Infogrames,Cyberlore Studios,,,,,,,2002-01-15, -/games/boxart/default.jpg,MAKIVA,XBL,Strategy,Unknown,yuwaka,,,,,,,, -/games/boxart/full_9118534AmericaFrontccc.jpg,Mall of America Tycoon,PC,Strategy,Activision,4HEAD Studios,,,,,,,2004-09-28, -/games/boxart/full_5824329AmericaFrontccc.jpg,Mall Tycoon 2,PC,Strategy,Global Star Software,Fusion Digital,,,,,,,2003-09-24, -/games/boxart/full_1675379AmericaFrontccc.jpg,Man of War II: Chains of Command,PC,Strategy,GT Interactive,Strategy First,,,,,,,1999-01-01, -/games/boxart/full_5927879JapanFrontccc.jpg,Manga Ka Debut Monogatari: Akogare! Manga Ka Ikusei Game!,GBA,Strategy,TDK Core,TDK Core,,,,,,,2002-12-20, -/games/boxart/full_maplestory-itcg_326AmericaFront.jpg,MapleStory iTCG,PC,Strategy,Unknown,Nexon,,,,,,,, -/games/boxart/full_9667514AmericaFrontccc.jpg,March of War,PC,Strategy,Isotx,Isotx,,,,,,,2014-06-10, -/games/boxart/full_2736331AmericaFrontccc.jpg,March of War,OSX,Strategy,Isotx,Isotx,,,,,,,2014-06-10, -/games/boxart/full_marchen-club_256JapanFront.jpg,Marchen Club,GB,Strategy,Naxat Soft,Naxat Soft,,,,,,,1992-09-25, -/games/boxart/full_508027JapanFrontccc.jpg,Marionette Handler,DC,Strategy,Micronet,Micronet,,,,,,,1999-07-29, -/games/boxart/full_169011JapanFrontccc.jpg,Marionette Handler 2,DC,Strategy,Micronet,Micronet,,,,,,,2000-11-09, -/games/boxart/full_4766082JapanFrontccc.jpg,Marmalade Boy,SNES,Strategy,Bandai,Kuusou Kagaku,,,,,,,1995-04-21, -/games/boxart/full_8506928JapanFrontccc.jpg,Marmalade Boy,GB,Strategy,Bandai,Bandai,,,,,,,1995-01-27, -/games/boxart/full_9374254AmericaFrontccc.jpg,Marvelous Galaxy,XBL,Strategy,Microsoft,Darix,,,,,,,2009-11-18, -/games/boxart/full_3231300AmericaFrontccc.jpg,Massive Assault,PC,Strategy,Matrix Games,Wargaming.net,,,,,,,2003-10-28, -/games/boxart/full_4697046PALFrontccc.jpg,Massive Assault Network,PC,Strategy,Wargaming.net,Wargaming.net,,,,,,,2004-04-13, -/games/boxart/full_131537AmericaFrontccc.jpg,Massive Assault Network 2,PC,Strategy,Wargaming.net,Wargaming.net,,,,,,,2006-01-01, -/games/boxart/default.jpg,Massive Assault: Phantom Renaissance,PC,Strategy,Unknown,Wargaming.net,,,,,,,, -/games/boxart/full_8723723AmericaFrontccc.jpg,Master of Magic,PC,Strategy,Microprose,SimTex,,,,,,,1994-01-01, -/games/boxart/full_5652674AmericaFrontccc.jpg,Master of Monsters,GEN,Strategy,Renovation,Opera House,,,,,,,1991-01-01, -/games/boxart/default.jpg,Master of Orion 1+2,PC,Strategy,Atari,SimTex,,,,,,,1996-11-22, -/games/boxart/full_8406008AmericaFrontccc.jpeg,Master of Orion II: Battle at Antares,PC,Strategy,Microprose,SimTex,,,,,,,1996-01-01, -/games/boxart/2265624ccc.jpg,Master of Orion III,PC,Strategy,Atari,"Quicksilver Software, Inc",,,,,,,2003-02-25, -/games/boxart/full_997172JapanFrontccc.jpg,Masumon Kids: The Another World of The Master of Monsters,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1998-06-25, -/games/boxart/full_mayday-conflict-earth_576AmericaFront.jpg,Mayday: Conflict Earth,PC,Strategy,JoWood Productions,Boris Games,,,,,,,2000-12-29, -/games/boxart/full_1576296AmericaFrontccc.jpg,MechCommander 2,PC,Strategy,Microsoft,FASA Interactive,,,,,,,2001-07-18, -/games/boxart/full_1862940AmericaFrontccc.jpg,MechCommander: Gold,PC,Strategy,Hasbro Interactive,FASA Interactive,,,,,,,1999-08-31, -/games/boxart/default.jpg,Mecho Wars,DSiW,Strategy,Unknown,Flying Tiger Entertainment,,,,,,,, -/games/boxart/default.jpg,Mecho Wars,WW,Strategy,Unknown,Flying Tiger Entertainment,,,,,,,, -/games/boxart/full_8281807AmericaFrontccc.jpg,Medieval: Total War - Viking Invasion,PC,Strategy,Activision,The Creative Assembly,8.2,,,,,,2003-05-07, -/games/boxart/full_medieval-total-war-battle-collection_701AmericaFront.jpg,Medieval: Total War Battle Collection,PC,Strategy,Activision,The Creative Assembly,,,,,,,2004-01-07, -/games/boxart/full_9296977JapanFrontccc.jpg,Mega Schwarzschild,SCD,Strategy,Sega,Sega,,,,,,,1993-06-25, -/games/boxart/full_4649455AmericaFrontccc.jpg,Megalopolis,XBL,Strategy,Microsoft,MonkeysInSpaceSuits,,,,,,,2009-08-14, -/games/boxart/full_9477931JapanFrontccc.jpg,Melty Lancer: Ginga Shoujo Keisatsu 2086,SAT,Strategy,Imagineer,Tenky,,,,,,,1996-12-13, -/games/boxart/full_582511JapanFrontccc.jpg,Melty Lancer: Ginga Shoujo Keisatsu 2086,PS,Strategy,Imagineer,Tenky,,,,,,,1996-03-22, -/games/boxart/full_8885178JapanFrontccc.jpg,Melty Lancer: Re-inforce,SAT,Strategy,Imadio,Tenky,,,,,,,1998-05-21, -/games/boxart/full_4302343JapanFrontccc.jpg,Melty Lancer: Re-inforce,PS,Strategy,Imadio,Tenky,,,,,,,1997-12-04, -/games/boxart/full_6156222JapanFrontccc.jpg,Melty Lancer: The 3rd Planet,PS,Strategy,Konami,Tenky,,,,,,,1999-06-17, -/games/boxart/full_8063663JapanFrontccc.jpg,Mercurius Pretty: End of the Century,DC,Strategy,NEC Interchannel,Stack,,,,,,,2000-11-16, -/games/boxart/full_8297037JapanFrontccc.jpg,Meta Communication Therapy: Ne Kiite,WS,Strategy,Media Entertainment,Media Entertainment Inc.,,,,,,,2000-03-23, -/games/boxart/full_2795239AmericaFrontccc.jpg,Metal Fatigue,PC,Strategy,TalonSoft,Zono Inc.,,,,,,,2000-07-31, -/games/boxart/full_4563033PALFrontccc.jpeg,Metal Gear Acid Mobile,Mob,Strategy,Glu Mobile Inc.,Konami,,,,,,,2008-03-10,2018-09-12 -/games/boxart/full_4416510AmericaFrontccc.jpg,Metal Marines,PC,Strategy,Mindscape,Namco,,,,,,,1994-01-01, -/games/boxart/full_9202826AmericaFrontccc.jpg,Metal Marines,SNES,Strategy,Namco,Namco,,,,,,,1993-12-01, -/games/boxart/4043765ccc.jpg,Metal Marines,VC,Strategy,Namco Bandai,Namco,,,,,,,2007-10-15, -/games/boxart/full_metara_211PALFront.jpg,Metara,PSN,Strategy,Unknown,Playgroundsquad,,,,,,,2011-01-19, -/games/boxart/full_militarism_885AmericaFront.jpg,Militarism,PC,Strategy,Summitsoft,Summitsoft Entertainment,,,,,,,2002-11-05, -/games/boxart/full_military-history-commander-europe-at-war_923AmericaFront.jpg,Military History: Commander - Europe at War,PSN,Strategy,Slitherine Software,Impressionware SRL,,,,,,,2010-12-07, -/games/boxart/full_2036643AmericaFrontccc.jpg,Military Madness,PCE,Strategy,Hudson Soft,Hudson Soft,,,,,,,1989-01-01, -/games/boxart/full_4003067AmericaFrontccc.jpg,Military Madness,VC,Strategy,Hudson Soft,Hudson Soft,,,,,,,2006-12-18, -/games/boxart/full_5034645AmericaFrontccc.jpg,Military Madness: Nectaris,WW,Strategy,Hudson Soft,Backbone Entertainment,,,,,,,2010-04-12, -/games/boxart/full_2643558AmericaFrontccc.jpg,Military Madness: Nectaris,XBL,Strategy,Hudson Soft,Backbone Entertainment,,,,,,,2009-09-30, -/games/boxart/full_580675AmericaFrontccc.png,Military Madness: Nectaris,PSN,Strategy,Hudson Soft,Backbone Entertainment,,,,,,,2009-11-05, -/games/boxart/full_military-sniper-sim-318_4AmericaFront.jpg,MILITARY SNIPER-SIM 3.18,XBL,Strategy,Microsoft,reedake2,,,,,,,2010-08-15, -/games/boxart/full_9418352JapanFrontccc.jpg,Mini-4 Boy,GB,Strategy,J-Wing,J-Wing,,,,,,,1996-12-27, -/games/boxart/full_2302681JapanFrontccc.jpg,Mini-4 Boy II,GB,Strategy,J-Wing,J-Wing,,,,,,,1997-09-26, -/games/boxart/full_mini-yonku-gb-lets-ampamp-go-all-star-battle-max_273JapanFront.jpg,Mini-Yonku GB: Let's & Go!! All-Star Battle MAX,GB,Strategy,ASCII Entertainment,Jupiter Multimedia,,,,,,,1998-06-19, -/games/boxart/full_1169939JapanFrontccc.jpg,Minimoni: Mika no Happy Morning Chatty,GBA,Strategy,Shogakukan,Shogakukan,,,,,,,2002-04-01, -/games/boxart/full_3952851AmericaFrontccc.jpg,Mission: Humanity,PC,Strategy,EON Digital Entertainment,Techland,,,,,,,2001-02-14, -/games/boxart/default.jpg,MOAI: Build Your Dream,PC,Strategy,Buka Entertainment,"Alawar Entertainment, Inc.",,,,,,,2015-02-26,2019-05-03 -/games/boxart/full_5480380JapanFrontccc.jpg,Mobile Suit Gundam Volume 1 Side 7,WS,Strategy,Bandai,Bandai,,,,,,,2001-02-01, -/games/boxart/full_7278499JapanFrontccc.jpg,Mobile Suit Gundam: Gihren's Greed - Blood of Zeon,DC,Strategy,Bandai,Bandai,,,,,,,2000-06-29, -/games/boxart/full_9904943JapanFrontccc.jpg,Mobile Suit Gundam: Giren no Yabou- Zeon no Keifu- Kouryaku Shireisho,PS,Strategy,Bandai,Bandai,,,,,,,2000-06-29, -/games/boxart/default.jpg,Modern Naval Battles: WWII at Sea,PC,Strategy,Unknown,Dan Verssen Games,,,,,,,, -/games/boxart/full_moe-moe-2-ji-daisenryaku_4JapanFront.jpg,Moe Moe 2-Ji Daisenryaku,PC,Strategy,System Soft,System Soft,,,,,,,2007-12-21, -/games/boxart/full_5374304JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku * Ultra Deluxe,X360,Strategy,System Soft,System Soft,,,,,,,2010-03-18, -/games/boxart/full_190188JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku * Ultra Deluxe,PC,Strategy,System Soft,System Soft,,,,,,,2009-03-20, -/games/boxart/full_moe-moe-2-ji-daisenryaku-2_4JapanFront.jpg,Moe Moe 2-Ji Daisenryaku 2,PC,Strategy,System Soft,System Soft Alpha,,,,,,,2009-09-25, -/games/boxart/full_7818152JapanFrontccc.jpg,Moe Moe 2-Ji Daisenryaku 2: Yamato Nadesico,DS,Strategy,System Soft,System Soft,,,,,,,2010-03-18, -/games/boxart/full_moe-moe-2-ji-daisenryaku-deluxe_10JapanFront.jpg,Moe Moe 2-Ji Daisenryaku Deluxe,PS2,Strategy,System Soft,System Soft Alpha,,,,,,,2008-11-27, -/games/boxart/full_moe-moe-2-ji-daisenryaku-deluxe_8JapanFront.jpg,Moe Moe 2-Ji Daisenryaku Deluxe,PSP,Strategy,System Soft,System Soft Alpha,,,,,,,2008-11-27, -/games/boxart/default.jpg,Moe Moe 2-Ji Daisenryaku Deluxe,PSN,Strategy,System Soft,System Soft Alpha,,,,,,,2009-09-07, -/games/boxart/full_moe-moe-daisensou-gendaiban_321JapanFront.jpg,Moe Moe Daisensou * Gendaiban+,PSP,Strategy,System Soft,System Soft,,,,,,,2011-09-01, -/games/boxart/full_moe-moe-daisensou-gendaiban_385JapanFront.jpg,Moe Moe Daisensou * Gendaiban+,PSN,Strategy,System Soft,System Soft,,,,,,,2011-09-01, -/games/boxart/full_monkey-puncher_627PALFront.jpg,Monkey Puncher,GB,Strategy,Event Horizon Software,Taito Corporation,,,,,,,2000-12-01, -/games/boxart/full_4449219AmericaFrontccc.jpg,Monster Mash,PC,Strategy,Sandlot Games,Sandlot Games,,,,,,,2008-02-05, -/games/boxart/full_monster-traveler_296JapanFront.jpg,Monster Traveler,GB,Strategy,Taito,Taito Corporation,,,,,,,2002-03-08, -/games/boxart/full_2522892AmericaFrontccc.jpg,Moon Tycoon,PC,Strategy,Anarchy Enterprises,Unique Entertainment,,,,,,,2001-10-11, -/games/boxart/full_5244280AmericaFrontccc.jpg,Moonbase,PC,Strategy,Wesson International,Wesson International,,,,,,,1990-01-01, -/games/boxart/3539339ccc.jpg,MoonBase Commander,PC,Strategy,Atari,Humongous Entertainment,,,,,,,2002-08-13, -/games/boxart/full_7632973AmericaFrontccc.png,Mushroom Wars,PSN,Strategy,Creat Studio,Creat Studios,,,,,,,2009-10-15, -/games/boxart/full_musou-tourou_963JapanFront.jpg,Musou Tourou,PSN,Strategy,Nippon Ichi Software,FOG (Full On Games),,,,,,,2010-03-24, -/games/boxart/default.jpg,Muzzle Velocity,PC,Strategy,Code Fusion,Digi For Fun,,,,,,,1996-12-31, -/games/boxart/default.jpg,Myth II: Chimera,PC,Strategy,Bungie Software,Bungie Software,,,,,,,1999-01-01, -/games/boxart/9987932ccc.jpg,Myth II: Soulblighter,PC,Strategy,Bungie Software,Bungie Software,,,,,,,1998-06-01,2018-10-11 -/games/boxart/default.jpg,Myth II: Worlds,PC,Strategy,Unknown,Take-Two Interactive,,,,,,,, -/games/boxart/1798417ccc.jpg,Myth III: The Wolf Age,PC,Strategy,Mumbo Jumbo,Take 2 Interactive,,,,,,,2001-10-30, -/games/boxart/full_3120956AmericaFrontccc.jpg,Myth: The Fallen Lords,PC,Strategy,Bungie Software,Bungie Software,,,,,,,1997-10-31, -/games/boxart/full_3007468PALFrontccc.png,Mytran Wars,PSN,Strategy,Koch Media,Stormregion,,,,,,,2010-01-28, -/games/boxart/full_5748381JapanFrontccc.jpg,N-Gauge Unten Kibun Game: Gatan Goton,PS,Strategy,Toshiba EMI,Tomy,,,,,,,1999-03-11, -/games/boxart/full_3676756JapanFrontccc.jpg,Nakayoshi Youchien,GBA,Strategy,TDK Core,TDK Core,,,,,,,2002-10-04, -/games/boxart/full_210482JapanFrontccc.jpg,Namco Super Wars,WS,Strategy,Bandai,Namco,,,,,,,2002-10-31, -/games/boxart/full_2506468JapanFrontccc.jpg,Namco x Capcom,PS2,Strategy,Namco,Monolith Soft,,,,,,,2005-05-26, -/games/boxart/full_napoleon-total-war-the-peninsular-campaign_698AmericaFront.jpg,Napoleon: Total War - The Peninsular Campaign,PC,Strategy,Sega,The Creative Assembly,,,,,,,2010-07-25, -/games/boxart/full_3458681JapanFrontccc.jpg,Naruto: Konoha Senki,GBA,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2003-09-12, -/games/boxart/full_500514AmericaFrontccc.jpg,National Lampoon's University Tycoon,PC,Strategy,Activision,Anarchy Enterprises,,,,,,,2004-10-27, -/games/boxart/full_naval-warfare_660PALFront.jpg,Naval Warfare,PC,Strategy,Unknown,Game Distillery s.r.o.,,,,,,,2011-05-25, -/games/boxart/full_6008640JapanFrontccc.jpg,Navit,PS,Strategy,ArtDink,ArtDink,,,,,,,1998-09-03, -/games/boxart/full_2058315JapanFrontccc.jpg,Navy Blue,NES,Strategy,I'Max,Use,,,,,,,1992-02-14, -/games/boxart/default.jpg,Navy Force,PC,Strategy,Unknown,Ngames Limited,,,,,,,, -/games/boxart/full_6623371JapanFrontccc.jpg,Nectaris GB,GB,Strategy,Hudson Soft,TamTam,,,,,,,1998-02-27, -/games/boxart/full_3264314PALFrontccc.jpg,Neighbours From Hell,DS,Strategy,Pinnacle,JoWood Productions,,,,,,,2009-03-06, -/games/boxart/full_8529723AmericaFrontccc.jpg,Neighbours From Hell,PC,Strategy,Encore,JoWood Productions,,,,,,,2003-09-22, -/games/boxart/full_3743838PALFrontccc.jpg,Neighbours From Hell,GC,Strategy,JoWood Productions,JoWood Productions,3,,,,,,2005-03-04, -/games/boxart/full_6861397PALFrontccc.jpg,Neighbours From Hell,XB,Strategy,JoWood Productions,JoWood Productions,,,,,,,2005-03-04, -/games/boxart/full_5238999JapanFrontccc.jpg,Neo Nectaris,VC,Strategy,Hudson Soft,Hudson Soft,,,,,,,2008-02-26, -/games/boxart/full_9018039JapanFrontccc.jpg,Neo Nectaris,PCE,Strategy,Hudson Soft,Hudson Soft,,,,,,,1994-07-29, -/games/boxart/full_6132217AmericaFrontccc.jpg,Neo Terra,XBL,Strategy,Microsoft,mechaghost,,,,,,,2009-11-19, -/games/boxart/full_7215404AmericaFrontccc.jpg,New Horizons,PC,Strategy,KOEI,Koei / Inis,,,,,,,1995-01-01, -/games/boxart/1825906ccc.jpg,New Horizons,SNES,Strategy,KOEI,Koei,,,,,,,1994-01-01, -/games/boxart/full_4858228AmericaFrontccc.jpg,New Horizons,VC,Strategy,KOEI,Koei,,,,,,,2009-04-06, -/games/boxart/full_2565041AmericaFrontccc.jpg,New Horizons,GEN,Strategy,KOEI,Koei,,,,,,,1994-01-01, -/games/boxart/full_nexagon-deathmatch_1AmericaFront.jpg,Nexagon: Deathmatch,PC,Strategy,Strategy First,Strategy First,,,,,,,2003-07-23, -/games/boxart/full_5028332AmericaFrontccc.jpg,NextWar: The Quest for Earth,XBL,Strategy,Microsoft,Micron Game Studios,,,,,,,2009-03-27, -/games/boxart/full_nhk-taiga-drama-taiheki_4JapanFront.jpg,NHK Taiga Drama: Taiheiki,PCE,Strategy,NHK,KSS,,,,,,,1992-01-31, -/games/boxart/full_no-heroes-allowed_2AmericaFront.jpg,No Heroes Allowed!,PSN,Strategy,Sony Computer Entertainment,Acquire,7,,,,,,2010-11-02, -/games/boxart/full_4047905JapanFrontccc.jpg,Nobunaga Ibun,GBA,Strategy,Global A Entertainment,Global A Entertainment,,,,,,,2002-07-04, -/games/boxart/full_8397582JapanFrontccc.jpg,Nobunaga Kouki,SNES,Strategy,Yanoman,Yanoman,,,,,,,1993-01-29, -/games/boxart/full_7771394JapanFrontccc.jpg,Nobunaga no Yabou,GBA,Strategy,KOEI,Koei / Inis,,,,,,,2001-09-28, -/games/boxart/full_5270339JapanFrontccc.jpg,Nobunaga no Yabou for WonderSwan,WS,Strategy,KOEI,Koei/Inis,,,,,,,1999-03-11, -/games/boxart/full_7957046JapanFrontccc.jpg,Nobunaga no Yabou Game Boy Han 2,GB,Strategy,KOEI,Koei / Inis,,,,,,,1999-04-09, -/games/boxart/full_7693080JapanFrontccc.jpg,Nobunaga no Yabou Online,PC,Strategy,KOEI,Koei,,,,,,,2004-02-04, -/games/boxart/full_9699944JapanFrontccc.jpg,Nobunaga no Yabou Online,PS2,Strategy,KOEI,Koei,,,,,,,2003-06-12, -/games/boxart/full_8080046JapanFrontccc.jpg,Nobunaga no Yabou Online: Haten no Shou,PC,Strategy,Unknown,Koei,,,,,,,, -/games/boxart/full_2049957JapanFrontccc.jpg,Nobunaga no Yabou Online: Haten no Shou,PS2,Strategy,KOEI,Koei,,,,,,,2006-12-13, -/games/boxart/full_nobunaga-no-yabou-online-shinsei-no-shou_255JapanFront.jpg,Nobunaga no Yabou Online: Shinsei no Shou,PS3,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2010-12-22, -/games/boxart/full_155983JapanFrontccc.jpg,Nobunaga no Yabou Online: Souha no Shou,PS2,Strategy,KOEI,Koei,,,,,,,2008-03-26, -/games/boxart/default.jpg,Nobunaga no Yabou Online: Souha no Shou,PC,Strategy,KOEI,Koei,,,,,,,2008-03-26, -/games/boxart/full_9240200JapanFrontccc.jpg,Nobunaga no Yabou Online: Tappi no Shou,PS2,Strategy,KOEI,Koei,,,,,,,2004-12-15, -/games/boxart/full_8225224JapanFrontccc.jpg,Nobunaga no Yabou Returns,SAT,Strategy,KOEI,Koei,,,,,,,1996-03-29, -/games/boxart/full_1751114JapanFrontccc.jpg,Nobunaga no Yabou Value Set,SAT,Strategy,KOEI,Koei,,,,,,,1997-02-21, -/games/boxart/full_7436389JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunroku,PCE,Strategy,KOEI,Koei,,,,,,,1993-02-27, -/games/boxart/full_2399663JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunroku,PS,Strategy,KOEI,Koei / Inis,,,,,,,1999-02-18, -/games/boxart/full_156182JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunroku,NES,Strategy,KOEI,Koei,,,,,,,1991-12-21, -/games/boxart/full_2777500JapanFrontccc.jpg,Nobunaga no Yabou: Bushou Fuuunsoku,GEN,Strategy,KOEI,Koei,,,,,,,1991-12-20, -/games/boxart/full_6036850JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,GEN,Strategy,KOEI,Koei,,,,,,,1994-02-25, -/games/boxart/full_273139JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,3DO,Strategy,KOEI,Koei,,,,,,,1994-09-16, -/games/boxart/full_5699287JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,PS,Strategy,KOEI,Koei,,,,,,,1995-09-15, -/games/boxart/full_791666JapanFrontccc.jpg,Nobunaga no Yabou: Haouden,SCD,Strategy,KOEI,Koei,,,,,,,1994-03-25, -/games/boxart/full_3107162JapanFrontccc.jpg,Nobunaga no Yabou: Kakushin,PC,Strategy,KOEI,Koei,,,,,,,2005-06-22, -/games/boxart/full_4364369JapanFrontccc.jpg,Nobunaga no Yabou: Kakushin with Power-Up Kit,Wii,Strategy,KOEI,Koei,,,,,,,2008-03-06, -/games/boxart/full_8187544JapanFrontccc.jpg,Nobunaga no Yabou: Kunitori Zunou Battle,DS,Strategy,KOEI,Koei,,,,,,,2008-06-26, -/games/boxart/full_1473904JapanFrontccc.jpg,Nobunaga no Yabou: Ranseiki,XB,Strategy,KOEI,Koei,,,,,,,2002-02-22, -/games/boxart/full_8821603JapanFrontccc.jpg,Nobunaga no Yabou: Ranseiki with Power-Up Kit,PS2,Strategy,KOEI,Koei / Inis,,,,,,,2002-10-03, -/games/boxart/full_7470982JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden,PSP,Strategy,KOEI,Koei,,,,,,,2006-03-16, -/games/boxart/full_2643068JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden,DC,Strategy,KOEI,Koei,,,,,,,1999-12-16, -/games/boxart/full_1357900JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden with Power-Up Kit,PS,Strategy,KOEI,Koei / Inis,,,,,,,2000-04-06, -/games/boxart/full_445423JapanFrontccc.jpg,Nobunaga no Yabou: Reppuuden with Power-Up Kit,PSP,Strategy,KOEI,Koei,,,,,,,2006-03-23, -/games/boxart/full_2373095JapanFrontccc.jpg,Nobunaga no Yabou: Returns,PS,Strategy,KOEI,Koei,,,,,,,1996-08-02, -/games/boxart/full_670942JapanFrontccc.jpg,Nobunaga no Yabou: Sengouku Gunyuuden,PS,Strategy,KOEI,Koei,,,,,,,1998-03-07, -/games/boxart/full_3780766JapanFrontccc.jpg,Nobunaga no Yabou: Sengouku Gunyuuden,SAT,Strategy,KOEI,Koei,,,,,,,1998-04-09, -/games/boxart/full_6173665JapanFrontccc.jpg,Nobunaga no Yabou: Sho Hoshi Hasumi,SAT,Strategy,KOEI,Koei,,,,,,,1998-04-02, -/games/boxart/full_5765208JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku,PS,Strategy,KOEI,Koei,,,,,,,1997-11-27, -/games/boxart/full_5239192JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku,PSP,Strategy,KOEI,Koei,,,,,,,2005-12-22, -/games/boxart/full_5073314JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku with Power-Up Kit,DC,Strategy,KOEI,Koei,,,,,,,1999-03-25, -/games/boxart/full_4159643JapanFrontccc.jpg,Nobunaga no Yabou: Shouseiroku with Power-Up Kit,PS,Strategy,KOEI,Koei / Inis,,,,,,,1999-04-01, -/games/boxart/full_4018231JapanFrontccc.jpg,Nobunaga no Yabou: Soutensoku,PS2,Strategy,KOEI,Koei,,,,,,,2003-01-30, -/games/boxart/default.jpg,Nobunaga no Yabou: Soutensoku,PC,Strategy,KOEI,Koei,,,,,,,2002-06-28, -/games/boxart/full_6551524JapanFrontccc.jpg,Nobunaga no Yabou: Soutensoku with Power-Up Kit,PS2,Strategy,KOEI,Koei,,,,,,,2003-12-18, -/games/boxart/full_2599837JapanFrontccc.jpg,Nobunaga no Yabou: Tendou,X360,Strategy,KOEI,Koei,,,,,,,2010-03-04, -/games/boxart/full_1723445JapanFrontccc.jpg,Nobunaga no Yabou: Tendou,PC,Strategy,KOEI,Koei,,,,,,,2009-09-18, -/games/boxart/full_nobunaga-no-yabou-tendou-with-power-up-kit_303JapanFront.jpg,Nobunaga no Yabou: Tendou with Power-Up Kit,PC,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2010-12-17, -/games/boxart/full_5774504JapanFrontccc.jpg,Nobunaga no Yabou: Tenka Sousei with Power-Up Kit,PS2,Strategy,KOEI,Koei,,,,,,,2005-01-20, -/games/boxart/full_3208476JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki,PS,Strategy,KOEI,Koei,,,,,,,1996-03-29, -/games/boxart/full_8995114JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki with Power-Up Kit,PS,Strategy,KOEI,Koei,,,,,,,1997-09-11, -/games/boxart/full_7457557JapanFrontccc.jpg,Nobunaga no Yabou: Tenshoki with Power-Up Kit,SAT,Strategy,KOEI,Koei,,,,,,,1997-09-11, -/games/boxart/full_8377774JapanFrontccc.jpg,Nobunaga no Yabou: Tenshouki,PSP,Strategy,KOEI,Koei,,,,,,,2005-09-01, -/games/boxart/full_375165JapanFrontccc.jpg,Nobunaga no Yabou: Zenkokuban,PS,Strategy,KOEI,Koei,,,,,,,1998-01-22, -/games/boxart/full_nobunaga-no-yabou-zenkokuban_357JapanFront.jpg,Nobunaga no Yabou: Zenkokuban,PSN,Strategy,KOEI,Koei,,,,,,,2010-11-10, -/games/boxart/full_589167JapanFrontccc.jpg,Nobunaga no Yabou: Zenkokuban,PCE,Strategy,KOEI,Koei,,,,,,,1993-12-11, -/games/boxart/full_7418648JapanFrontccc.jpg,Nobunaga Senki,PS2,Strategy,Global A Entertainment,Global A Entertainment,,,,,,,2004-06-03, -/games/boxart/full_480015JapanFrontccc.jpg,Nobunaga Shippuuki: Ko,PS,Strategy,Bullet Proof Software,Bullet Proof Software,,,,,,,1996-04-26, -/games/boxart/full_3168342AmericaFrontccc.jpg,Nobunaga's Ambition,NES,Strategy,KOEI,Koei,,,,,,,1988-01-01, -/games/boxart/full_3271482AmericaFrontccc.jpg,Nobunaga's Ambition,GB,Strategy,KOEI,Koei / Inis,,,,,,,1990-01-01, -/games/boxart/full_5844319AmericaFrontccc.jpg,Nobunaga's Ambition,SNES,Strategy,KOEI,Koei,,,,,,,1993-12-01, -/games/boxart/full_2273321AmericaFrontccc.jpg,Nobunaga's Ambition,VC,Strategy,KOEI,Koei,,,,,,,2009-04-27, -/games/boxart/4242244ccc.jpg,Nobunaga's Ambition,GEN,Strategy,KOEI,Koei,,,,,,,1993-01-01, -/games/boxart/full_4355653AmericaFrontccc.jpg,Nobunaga's Ambition II,NES,Strategy,KOEI,Koei,,,,,,,1990-02-03, -/games/boxart/full_510759JapanFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PS3,Strategy,Tecmo Koei,Koei,,,,,,,2015-09-01,2018-12-29 -/games/boxart/full_2596526JapanFrontccc.jpg,Nobunaga's Ambition: Sphere of Influence,PC,Strategy,Tecmo Koei,Koei,,,,,,,2015-09-01,2018-12-29 -/games/boxart/full_4395409JapanFrontccc.jpg,Nobunaga?s Ambition: Sphere of Influence ? Ascension,PC,Strategy,Tecmo Koei,Koei Tecmo Games,,,,,,,2016-10-26,2018-07-30 -/games/boxart/870597ccc.jpg,North and South,NES,Strategy,Kemco,Seika Corp.,,,,,,,1990-12-01, -/games/boxart/full_nova-remnant_390AmericaFront.jpg,Nova Remnant,XBL,Strategy,Microsoft,Stewart Taylor,,,,,,,2011-08-17, -/games/boxart/full_nuclear-war_165AmericaFront.jpg,Nuclear War,PC,Strategy,New World Computing,New World Computing,,,,,,,1991-01-01, -/games/boxart/full_546595AmericaFrontccc.jpg,Number Battle,DSiW,Strategy,Nintendo,Mitchell,,,,,,,2010-01-25, -/games/boxart/full_4996936JapanFrontccc.jpg,O Hana Okusan Ninarou!,GBA,Strategy,MTO,MTO,,,,,,,2002-07-19, -/games/boxart/full_5283357AmericaFrontccc.png,O.R.B.,PC,Strategy,Strategy First,Strategy First,,,,,,,2002-11-04, -/games/boxart/7798850ccc.jpg,Oasis,PC,Strategy,PlayFirst,Mind Control Software,,,,,,,2005-04-12, -/games/boxart/full_5431714JapanFrontccc.jpg,Oda Nobunaga Den,PS,Strategy,KOEI,Koei / Inis,,,,,,,1998-09-23, -/games/boxart/full_7139918JapanFrontccc.jpg,Oda Nobunaga: Haou no Gundan,SNES,Strategy,Angel Studios,Angel Studios,,,,,,,1993-02-26, -/games/boxart/full_5963944AmericaFrontccc.jpg,Odium,PC,Strategy,Monolith Productions,Metropolis Software,,,,,,,1999-11-30, -/games/boxart/full_6312975AmericaFrontccc.jpg,Officers,PC,Strategy,Tri Synergy,3AGames,,,,,,,2009-05-26, -/games/boxart/default.jpg,Offshore Tycoon,DS,Strategy,Unknown,Cyber Planet,,,,,,,, -/games/boxart/full_ogre_600AmericaFront.jpg,Ogre,PC,Strategy,Origin Systems,Origin,,,,,,,1986-01-01, -/games/boxart/full_4319552JapanFrontccc.jpg,Ohanaya-san Monogatari GBA,GBA,Strategy,TDK Core,TDK Core,,,,,,,2002-07-19, -/games/boxart/full_7936787AmericaFrontccc.jpg,Oil Tycoon,PC,Strategy,Global Star Software,Soft Enterprises,,,,,,,2001-08-23, -/games/boxart/full_omega_367AmericaFront.jpg,Omega,PC,Strategy,Origin Systems,Origin,,,,,,,1989-01-01, -/games/boxart/7655491ccc.jpg,Once Upon a Knight,PC,Strategy,Atari,Reality Pump,,,,,,,2003-09-25, -/games/boxart/full_5870491JapanFrontccc.jpg,Onegai Monsters,N64,Strategy,Bottom Up,Bottom Up,,,,,,,1999-04-09, -/games/boxart/6958070ccc.jpg,Operation Europe,GEN,Strategy,KOEI,Koei,,,,,,,1994-06-07, -/games/boxart/3418788ccc.jpg,Operation Europe,SNES,Strategy,KOEI,Koei,,,,,,,1994-06-01, -/games/boxart/full_orcs-must-die_4AmericaFront.jpg,Orcs Must Die!,XBL,Strategy,Unknown,Robot Entertainment,8.1,,,,,,2011-10-05, -/games/boxart/default.jpg,Orcs Must Die!,PSN,Strategy,Unknown,Robot Entertainment,,,,,,,, -/games/boxart/full_6147513AmericaFrontccc.jpg,Order of War: Challenge,PC,Strategy,Wargaming.net,Wargaming.net,,,,,,,2010-02-25, -/games/boxart/full_origin-x_615AmericaFront.jpg,Origin X,XBL,Strategy,Microsoft,Fun Factory Entertainment,,,,,,,2011-04-03, -/games/boxart/full_7644966JapanFrontccc.jpg,Osaka Naniwa Matenrow,PS,Strategy,KID,Unknown,,,,,,,1999-04-08, -/games/boxart/full_6433432JapanFrontccc.jpg,Oshare Princess 2 + Doubutsu Kyaranabi Uranai,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2002-12-20, -/games/boxart/full_8249534JapanFrontccc.jpg,Oshare Prinxess EX Primo Debut Monogatari + Renai Uranai Daisakusen,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2004-10-22, -/games/boxart/full_8674639AmericaFrontccc.jpg,OTTTD,PC,Strategy,SMG Studio,SMG Studio,,,,,,,2014-08-07, -/games/boxart/full_5386001AmericaFrontccc.jpg,OTTTD,Linux,Strategy,SMG Studio,SMG Studio,,,,,,,2014-08-07, -/games/boxart/full_6746124AmericaFrontccc.png,OTTTD,And,Strategy,SMG Studio,SMG Studio,,,,,,,2014-05-22,2018-08-08 -/games/boxart/full_2054810AmericaFrontccc.jpg,OTTTD,OSX,Strategy,SMG Studio,SMG Studio,,,,,,,2014-08-07, -/games/boxart/full_5313211JapanFrontccc.jpg,Ouka Houshin,DC,Strategy,ESP,ESP Software,,,,,,,1999-12-16, -/games/boxart/4614796ccc.gif,Outlive,PC,Strategy,Take-Two Interactive,Continuum Entertainment,,,,,,,2001-02-28, -/games/boxart/full_6804601AmericaFrontccc.jpg,Outpost 2: Divided Destiny,PC,Strategy,Sierra Entertainment,Dynamix,,,,,,,1997-07-31, -/games/boxart/full_8713707AmericaFrontccc.jpg,Outpost Kaloki X,XBL,Strategy,NinjaBee,NinjaBee,7.7,,,,,,2005-11-22, -/games/boxart/full_5982946AmericaFrontccc.jpg,Overlord,NES,Strategy,Virgin Interactive,Probe Software,,,,,,,1993-01-24, -/games/boxart/full_2139244AmericaFrontccc.jpg,Overlord (1990),PC,Strategy,Virgin Mastertronic,Probe Software,,,,,,,1990-01-01, -/games/boxart/7375129ccc.jpg,P.T.O. II: Pacific Theater of Operations,SNES,Strategy,KOEI,Koei,,,,,,,1996-01-06, -/games/boxart/full_8014382AmericaFrontccc.jpg,P.T.O. II: Pacific Theater of Operations,PC,Strategy,KOEI,Koei,,,,,,,1996-01-01, -/games/boxart/full_5680095AmericaFrontccc.jpg,P.T.O. II: Pacific Theater of Operations,SAT,Strategy,KOEI,Kou Shibusawa,,,,,,,1996-10-31, -/games/boxart/default.jpg,P.T.O.: Pacific Theater of Operations,PC,Strategy,KOEI,Koei,,,,,,,1993-01-01, -/games/boxart/947221ccc.jpg,P.T.O.: Pacific Theater of Operations,SNES,Strategy,KOEI,Koei,,,,,,,1993-09-01, -/games/boxart/full_5791119AmericaFrontccc.jpg,P.T.O.: Pacific Theater of Operations,GEN,Strategy,KOEI,Koei,,,,,,,1993-01-01, -/games/boxart/full_7414982PALFrontccc.png,Pachisi,PSN,Strategy,Gamehastra,Gameshastra Inc.,,,,,,,2009-12-17, -/games/boxart/full_pacific-storm_744AmericaFront.jpg,Pacific Storm,PC,Strategy,CDV Software Entertainment,Lesta Studio,,,,,,,2006-10-02, -/games/boxart/full_7920765AmericaFrontccc.jpg,Panzer Command: Kharkov,PC,Strategy,Matrix Games,Koios Works,,,,,,,2008-04-11, -/games/boxart/full_5443798AmericaFrontccc.jpg,Panzer Command: Operation Winter Storm,PC,Strategy,Matrix Games,Koios Works,,,,,,,2006-11-16, -/games/boxart/default.jpg,Panzer Command: Ostfront,PC,Strategy,Unknown,Matrix Software,,,,,,,, -/games/boxart/full_9177462AmericaFrontccc.jpg,Panzer Commander,PC,Strategy,SSI,Ultimation Incorporated,,,,,,,1998-04-30, -/games/boxart/default.jpg,Panzer Elite General,PC,Strategy,JoWood Productions,,,,,,,,2001-12-07, -/games/boxart/157934ccc.jpg,Panzer General,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1994-01-01, -/games/boxart/6861702ccc.jpg,Panzer General,3DO,Strategy,SSI,"Strategic Simulations, Inc",,,,,,,1995-01-01, -/games/boxart/85684ccc.jpg,Panzer General 3D Assault,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1999-08-31, -/games/boxart/full_panzer-general-iii-scorched-earth_0AmericaFront.jpg,Panzer General III: Scorched Earth,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,2000-09-28, -/games/boxart/full_7612966AmericaFrontccc.jpg,Panzer General: Allied Assault,XBL,Strategy,Ubisoft,Petroglyph Games,,,,,,,2009-10-21, -/games/boxart/default.jpg,Paper Warrs: Cannon Fodder,WW,Strategy,Unknown,iFun4all,,,,,,,, -/games/boxart/full_paper-wars-cannon-fodder_215AmericaFront.jpg,Paper Wars: Cannon Fodder,WW,Strategy,Unknown,iFun4all,,,,,,,2011-10-20, -/games/boxart/full_patchwork-heroes_4PALFront.png,Patchwork Heroes,PSN,Strategy,Sony Computer Entertainment,Acquire,8.3,,,,,,2010-03-18, -/games/boxart/full_pathway-to-glory_210AmericaFront.png,Pathway to Glory,NGage,Strategy,Nokia,"RedLynx, Ltd.",8.6,,,,,,2004-11-29, -/games/boxart/full_pathway-to-glory-ikusa-islands_250AmericaFront.png,Pathway to Glory: Ikusa Islands,NGage,Strategy,Nokia,"RedLynx, Ltd.",5,,,,,,2005-11-01, -/games/boxart/3098456ccc.jpg,Patrician II: Quest for Power,PC,Strategy,Strategy First,Ascaron Entertainment GmbH,,,,,,,2001-10-08, -/games/boxart/full_6895208AmericaFrontccc.jpg,Pax Romana,PC,Strategy,DreamCatcher Interactive,Galilea Multimedia,,,,,,,2003-11-06, -/games/boxart/508447ccc.jpg,People's General,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1998-08-31, -/games/boxart/full_1735194AmericaFrontccc.jpg,Perimeter 2: New Earth,PC,Strategy,Strategy First,KDV Games,,,,,,,2009-02-13, -/games/boxart/full_1844976PALFrontccc.jpg,Perimeter: Emperor's Testament,PC,Strategy,Paradox Interactive,KD Lab,,,,,,,2006-09-04, -/games/boxart/full_8775505AmericaFrontccc.jpg,Pet Luv Spa & Resort Tycoon,PC,Strategy,Activision,Activision,,,,,,,2007-08-10, -/games/boxart/full_phantom-kingdom-portable_284JapanFront.jpg,Phantom Kingdom Portable,PSN,Strategy,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2011-10-06, -/games/boxart/full_7667341AmericaFrontccc.jpg,Philip Muwanga's Hexy Trench,XBL,Strategy,Microsoft,Vagabond1982uk,,,,,,,2009-03-11, -/games/boxart/full_9082303AmericaFrontccc.jpg,PictureBook Games: The Royal Bluff,DSiW,Strategy,Nintendo,Nintendo,,,,,,,2009-10-26, -/games/boxart/full_574758JapanFrontccc.jpg,Pika Pika Nurse Monogatari,GBA,Strategy,TDK Core,TDK Core,,,,,,,2003-12-12, -/games/boxart/full_pink-panzer_396JapanFront.jpg,Pink Panzer,PC,Strategy,Liar Soft,Liar Soft,,,,,,,2002-06-07, -/games/boxart/full_pirates_117AmericaFront.jpg,Pirates!,PC,Strategy,Microprose,MicroProse,,,,,,,1987-01-01, -/games/boxart/full_pirates_153AmericaFront.jpg,Pirates!,NES,Strategy,Ultra Games,Rare Ltd.,,,,,,,1991-10-01, -/games/boxart/full_1269779AmericaFrontccc.jpg,Pirates! Gold,GEN,Strategy,Microprose,MicroProse,,,,,,,1993-01-01, -/games/boxart/9364312ccc.jpg,Pirates! Gold,PC,Strategy,Microprose,"MicroProse Software, Inc.",,,,,,,1993-01-01, -/games/boxart/full_7151316AmericaFrontccc.jpeg,Pit People,XOne,Strategy,The Behemoth,The Behemoth,,,,,,,2018-03-02,2018-09-11 -/games/boxart/7651547ccc.jpg,PixelJunk Monsters,PSN,Strategy,Sony Computer Entertainment,Q-Games,8.4,,,,,,2008-01-24, -/games/boxart/full_3019689AmericaFrontccc.png,PixelJunk Monsters Deluxe,PSN,Strategy,Sony Computer Entertainment,Q-Games,8.7,,,,,,2009-10-01, -/games/boxart/9359470ccc.jpg,Pizza Tycoon,PC,Strategy,Microprose,Cybernetic Corporation,,,,,,,1994-01-01, -/games/boxart/full_place-the-arrows-on-the-floor_744AmericaFront.jpg,Place The Arrows On The Floor,XBL,Strategy,Microsoft,Stockton,,,,,,,2011-07-20, -/games/boxart/default.jpg,Plague Inc.,XOne,Strategy,Ndemic Creations,Ndemic Creations,,,,,,,2020-12-31, -/games/boxart/default.jpg,Planet Cracker,PSN,Strategy,Unknown,Visceral Games,,,,,,,, -/games/boxart/default.jpg,Planet Cracker,XBL,Strategy,Unknown,Visceral Games,,,,,,,, -/games/boxart/full_9071879AmericaFrontccc.jpg,Planetary Annihilation,OSX,Strategy,Nordic Games,Uber Entertainment,,,,,,,2014-09-05,2019-01-04 -/games/boxart/full_6807652AmericaFrontccc.jpg,Planetary Annihilation,Linux,Strategy,Nordic Games,Uber Entertainment,,,,,,,2014-09-05,2019-01-04 -/games/boxart/full_2729300AmericaFrontccc.jpg,Plant Tycoon,PC,Strategy,LDW,LDW,8.2,,,,,,2007-09-21, -/games/boxart/full_plants-vs-zombies_636AmericaFront.jpg,Plants vs. Zombies,PSN,Strategy,Sony Online Entertainment,PopCap Games,,,,,,,2011-02-08, -/games/boxart/full_plants-vs-zombies_7AmericaFront.jpg,Plants vs. Zombies,XBL,Strategy,PopCap Games,PopCap Games,8.9,,,,,,2010-09-08, -/games/boxart/full_plants-vs-zombies_451AmericaFront.jpg,Plants vs. Zombies,DSiW,Strategy,PopCap Games,PopCap Games,,,,,,,2011-03-14, -/games/boxart/full_4442998AmericaFrontccc.png,Plants vs. Zombies Adventures,PC,Strategy,PopCap Games,PopCap Games,,,,,,,2013-05-20, -/games/boxart/full_8195660AmericaFrontccc.jpg,Play Chess Fritz 7,PC,Strategy,Viva Media,ChessBase,,,,,,,2003-07-01, -/games/boxart/full_9124612AmericaFrontccc.jpg,Play Chess: Deep Fritz Grand Master Deluxe,PC,Strategy,Take-Two Interactive,ChessBase,,,,,,,2006-02-04, -/games/boxart/full_1458580JapanFrontccc.jpg,Pocke-Kano: Yumi - Shuzika - Fumio,DC,Strategy,Datam Polystar,Datam Polystar,,,,,,,2000-06-08, -/games/boxart/full_9265070JapanFrontccc.jpg,Pocket Cooking,GB,Strategy,J-Wing,J-Wing,,,,,,,2001-08-24, -/games/boxart/full_8704645JapanFrontccc.jpg,Pocket King,GB,Strategy,Namco,Namco,,,,,,,2001-02-23, -/games/boxart/full_7126239JapanFrontccc.jpg,Pocket no Chuu no Doraemon,WS,Strategy,Bandai,Bandai,,,,,,,2001-05-24, -/games/boxart/full_570847AmericaFrontccc.gif,Pocket Tanks,PC,Strategy,Independent,Blitwise Productions,,,,,,,2004-01-01, -/games/boxart/full_2744245AmericaFrontccc.png,POKER DICE SOLITAIRE FUTURE,WiiU,Strategy,RCMADIAX,RCMADIAX,,,,,,,2014-07-03,2018-01-05 -/games/boxart/full_police-quest-collection_9AmericaFront.jpg,Police Quest Collection,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,2006-09-15, -/games/boxart/full_police-quest-5-swat_7AmericaFront.jpg,Police Quest: SWAT,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,1995-09-30, -/games/boxart/full_police-quest-swat-generation_4PALFront.jpg,Police Quest: SWAT Generation,PC,Strategy,Sierra Entertainment,Sierra Entertainment,,,,,,,2004-04-02, -/games/boxart/full_2952426AmericaFrontccc.jpg,Political Tycoon,PC,Strategy,TalonSoft,Monte Cristo Multimedia,5.4,,,,,,2001-01-01, -/games/boxart/full_8399474JapanFrontccc.jpg,Pop Breeder,SAT,Strategy,Sonnet,Sonnet,,,,,,,1996-11-01, -/games/boxart/full_1276781JapanFrontccc.jpg,Populous II: Trials of the Olympian Gods,SNES,Strategy,Imagineer,Infinity,,,,,,,1993-01-01, -/games/boxart/5980952ccc.jpg,Populous II: Trials of the Olympian Gods,PC,Strategy,Electronic Arts,Bullfrog,,,,,,,1993-01-02, -/games/boxart/full_populous-the-beginning_8AmericaFront.jpg,Populous: The Beginning,PSN,Strategy,Sony Computer Entertainment,Bullfrog Productions,,,,,,,2010-02-10, -/games/boxart/4258954ccc.jpg,Populous: The Promised Lands,PC,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1989-01-01, -/games/boxart/7115148ccc.jpg,"Port Royale: Gold, Power and Pirates",PC,Strategy,Tri Synergy,Ascaron,,,,,,,2003-06-04, -/games/boxart/full_portugal-1111-a-conquista-de-soure_355PALFront.jpg,Portugal 1111 - A Conquista de Soure,PC,Strategy,Unknown,Ciberbit,,,,,,,2004-04-22, -/games/boxart/full_8618244JapanFrontccc.jpg,Power Dolls FX,PCFX,Strategy,NEC Interchannel,Kogado Studio,,,,,,,1996-02-23, -/games/boxart/9924205ccc.jpg,Power Mission,GB,Strategy,NTVIC,Vap,,,,,,,1991-01-01, -/games/boxart/4591153ccc.jpg,Power Monger,SCD,Strategy,Electronic Arts,Sprytes,,,,,,,1994-01-01, -/games/boxart/9157202ccc.jpg,Power Monger,GEN,Strategy,Electronic Arts,Sprytes,,,,,,,1993-01-01, -/games/boxart/full_power-monger_465PALFront.jpg,Power Monger,SNES,Strategy,Imagineer,Bullfrog Productions,,,,,,,1993-01-01, -/games/boxart/full_power-monger_293AmericaFront.jpg,Power Monger,PC,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1992-09-07, -/games/boxart/full_power-of-defense_1AmericaFront.jpg,Power of Defense,PC,Strategy,Unknown,4sdk,,,,,,,2010-08-04, -/games/boxart/default.jpg,Prank Your Neighbor,DS,Strategy,Unknown,JoWooD Entertainment AG,,,,,,,, -/games/boxart/full_president-john-america_649AmericaFront.jpg,President John America,XBL,Strategy,Microsoft,Maverick Games,,,,,,,2011-09-15, -/games/boxart/default.jpg,Pride of Nations: The Franco-Prussian War 1870,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2011-09-06, -/games/boxart/full_3147571JapanFrontccc.jpg,Princess Maker Collection,DC,Strategy,NineLives,GeneX,,,,,,,2001-07-19, -/games/boxart/full_697135AmericaFrontccc.jpg,Prison Tycoon,PC,Strategy,ValuSoft,Virtual Playground,,,,,,,2005-07-12, -/games/boxart/full_3447541AmericaFrontccc.jpg,Prison Tycoon 2: Maximum Security,PC,Strategy,Cendyne,ValuSoft,,,,,,,2006-09-08, -/games/boxart/full_3006056AmericaFrontccc.jpg,Prison Tycoon 3: Lockdown,PC,Strategy,ValuSoft,Virtual Playground,,,,,,,2007-01-01, -/games/boxart/full_8229614AmericaFrontccc.jpg,Prison Tycoon 4: SuperMax,PC,Strategy,ValuSoft,ValuSoft,2.5,,,,,,2008-08-29, -/games/boxart/full_project-aftermath_761PALFront.jpg,Project Aftermath,PC,Strategy,Games Faction,Games Faction,,,,,,,2008-08-03, -/games/boxart/full_1015208AmericaFrontccc.jpg,Project Earth,PC,Strategy,DreamCatcher Interactive,City Interactive,,,,,,,2002-04-29, -/games/boxart/7764993ccc.jpg,Project Nomads,PC,Strategy,CDV Software Entertainment,Radon Labs,,,,,,,2002-11-05, -/games/boxart/default.jpg,Pussy: Love Story from Titanic,PC,Strategy,Unknown,Fatality,,,,,,,1999-01-01, -/games/boxart/full_puyo-puyo-gaiden-puyo-wars_10JapanFront.jpg,Puyo Puyo Gaiden: Puyo Wars,GB,Strategy,Compile,Compile,,,,,,,1999-08-27, -/games/boxart/full_quarantine_8AmericaFront.jpg,Quarantine,XBL,Strategy,Microsoft,Cyber Edge Studios,,,,,,,2010-05-15, -/games/boxart/full_quarrel_114AmericaFront.jpg,Quarrel,XBL,Strategy,Unknown,Denki,,,,,,,2012-01-25, -/games/boxart/full_qui-qui_52JapanFront.jpg,Qui Qui,GB,Strategy,Mahou,Mahou,,,,,,,1999-03-26, -/games/boxart/full_quink_664AmericaFront.jpg,Quink,PC,Strategy,Unknown,Ron Dubren and Associates,,,,,,,1984-01-01, -/games/boxart/full_5286915JapanFrontccc.jpg,Quo Vadis: Iberukatsu Ikusaeki,PS,Strategy,Glams,Glams,,,,,,,1997-04-18, -/games/boxart/full_4912483AmericaFrontccc.png,R-Type Command,PSN,Strategy,Atlus,Irem Software Engineering,,,,,,,2009-10-21, -/games/boxart/default.jpg,R-Type Tactics II: Operation Bitter Chocolate,PSN,Strategy,Irem Software Engineering,Irem Software Engineering,,,,,,,2009-12-10, -/games/boxart/full_ruse_910AmericaFront.jpg,R.U.S.E.,XBL,Strategy,Ubisoft,Eugen Systems,8,,,,,,2011-07-19, -/games/boxart/full_ruse-the-chimera-pack_462AmericaFront.jpg,R.U.S.E. - The Chimera Pack,PSN,Strategy,Ubisoft,Eugen Systems,,,,,,,2011-01-19, -/games/boxart/full_ruse-the-chimera-pack_213AmericaFront.jpg,R.U.S.E. - The Chimera Pack,XBL,Strategy,Ubisoft,Eugen Systems,,,,,,,2011-01-19, -/games/boxart/full_ruse-the-chimera-pack_81AmericaFront.jpg,R.U.S.E. - The Chimera Pack,PC,Strategy,Ubisoft,Eugen Systems,,,,,,,2011-01-19, -/games/boxart/3328507ccc.jpg,Railroad Tycoon,PC,Strategy,Microprose,MPS Labs,,,,,,,1990-01-02, -/games/boxart/full_8812092AmericaFrontccc.jpg,Railroad Tycoon II - The Second Century,PC,Strategy,Gathering of Developers,PopTop Software,8.7,,,,,,1999-04-30, -/games/boxart/full_2817918AmericaFrontccc.jpg,Railroad Tycoon II Gold Edition,PC,Strategy,Gathering of Developers,PopTop Software,,,,,,,2001-09-14, -/games/boxart/2996437ccc.jpg,Railroad Tycoon II Gold Edition,DC,Strategy,Gathering of Developers,Tremor Entertainment,,,,,,,2000-06-30, -/games/boxart/full_4785089AmericaFrontccc.jpg,Railroad Tycoon II Platinum Edition,PC,Strategy,Gathering of Developers,PopTop Software,,,,,,,2001-08-01, -/games/boxart/full_322481AmericaFrontccc.jpg,Railroad Tycoon II: Conquer 3 Continents,PC,Strategy,Gathering of Developers,PopTop Software,,,,,,,1999-01-01, -/games/boxart/2994329ccc.jpg,Rampart,Lynx,Strategy,Atari,Atari,,,,,,,1991-01-01, -/games/boxart/1688271ccc.jpg,Rampart,NES,Strategy,Jaleco,Bitmasters,,,,,,,1992-01-01, -/games/boxart/7832554ccc.jpg,Rampart,SNES,Strategy,Electronic Arts,Bitmasters,,,,,,,1992-08-01, -/games/boxart/full_rampart_3AmericaFront.jpg,Rampart,PSN,Strategy,Sony Online Entertainment,Midway,,,,,,,2007-05-10, -/games/boxart/full_rampart_8PALFront.jpg,Rampart,MS,Strategy,Tengen,Tengen,,,,,,,1991-01-01, -/games/boxart/9843651ccc.jpg,Rampart,GB,Strategy,Jaleco,Jaleco Entertainment,,,,,,,1993-01-01, -/games/boxart/full_8247598AmericaFrontccc.jpg,Rampart,GEN,Strategy,Tengen,Tengen,,,,,,,1991-01-01, -/games/boxart/8807630ccc.jpg,Rampart (GBC),GB,Strategy,Midway Games,Digital Eclipse,,,,,,,1999-11-17, -/games/boxart/full_rampart-japan_0JapanFront.jpg,Rampart (Japan),NES,Strategy,Konami,Tengen,,,,,,,1991-11-29, -/games/boxart/full_740918JapanFrontccc.jpg,RapeLay,PC,Strategy,Illusion Soft,Illusion Soft,,,,,,,2006-04-21, -/games/boxart/full_1124920PALFrontccc.jpg,Realms,PC,Strategy,Virgin Interactive,Graftgold,,,,,,,1991-01-01, -/games/boxart/full_1341332AmericaFrontccc.png,Red Alert 3: Commander's Challenge,PSN,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2009-09-17, -/games/boxart/full_7838334AmericaFrontccc.jpg,Red Alert 3: Commander's Challenge,XBL,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2009-09-16, -/games/boxart/default.jpg,Red Ball Hero 2,GIZ,Strategy,Unknown,Jeremy Littel,,,,,,,, -/games/boxart/full_9533614JapanFrontccc.jpg,Rekishi Gunsou Presents: Monoshiri Sengoku Ou,DS,Strategy,Global A Entertainment,Global A Entertainment,,,,,,,2007-11-29, -/games/boxart/full_806866AmericaFrontccc.jpg,Relativity,XBL,Strategy,Microsoft,PurpleGames,,,,,,,2010-04-03, -/games/boxart/full_7209595AmericaFrontccc.jpg,Remote Assault,PC,Strategy,Shrapnel Games,Shrapnel Games,,,,,,,2001-07-29, -/games/boxart/full_republic-the-revolution_835AmericaFront.jpg,Republic: The Revolution,PC,Strategy,Eidos Interactive,Elixir Studios,,,,,,,2003-08-27, -/games/boxart/9970682ccc.jpg,Return Fire,3DO,Strategy,Prolific Publishing,Silent Software Inc.,,,,,,,1995-01-01, -/games/boxart/full_6646145AmericaFrontccc.jpg,Return Fire,PC,Strategy,GT Interactive,Midway,,,,,,,1996-07-31, -/games/boxart/full_return-fire-2_3AmericaFront.jpg,Return Fire 2,PC,Strategy,Ripcord Games,Silent Software Inc.,,,,,,,1998-08-31, -/games/boxart/8806949ccc.jpg,Return Fire: Maps o' Death,3DO,Strategy,Prolific Publishing,"Silent Software, Inc.",,,,,,,1996-01-01, -/games/boxart/full_9141159AmericaFrontccc.jpg,Reunion,PC,Strategy,Grandslam,Amnesty Design,,,,,,,1994-01-01, -/games/boxart/full_4160901PALFrontccc.jpg,Reus,XOne,Strategy,Soedesco,Abbey Games,,,,,,,2016-10-11,2018-08-07 -/games/boxart/full_4504502PALFrontccc.jpg,Reus,PS4,Strategy,Soedesco,Abbey Games,,,,,,,2016-10-11,2018-08-07 -/games/boxart/full_rim-battle-planets_80PALFront.jpg,Rim: Battle Planets,PC,Strategy,Fishtank Interactive,Fishtank Interactive,,,,,,,2002-03-28, -/games/boxart/full_ring-of-red_364AmericaFront.jpg,Ring of Red,PSN,Strategy,Konami,Konami,8,,,,,,2011-10-04, -/games/boxart/full_6961029AmericaFrontccc.jpg,Rise of Nations: Thrones & Patriots,PC,Strategy,Microsoft Game Studios,Big Huge Games,9,,,,,,2004-04-27,2018-11-15 -/games/boxart/full_6227614AmericaFrontccc.jpg,Rise of Prussia,PC,Strategy,Paradox Interactive,AGEOD,,,,,,,2010-03-09, -/games/boxart/full_rise-of-the-phoenix_2AmericaFront.jpg,Rise of the Phoenix,SNES,Strategy,KOEI,Koei,,,,,,,1995-02-01, -/games/boxart/full_rising-kingdoms_463PALFront.jpg,Rising Kingdoms,PC,Strategy,Black Bean Games,Haemimont Games,,,,,,,2005-08-29, -/games/boxart/full_8388061PALFrontccc.jpg,Rising Lands,PC,Strategy,Microids,Microids,,,,,,,1997-01-01, -/games/boxart/6776550ccc.jpg,Risk,PS,Strategy,Hasbro Interactive,Runecraft,,,,,,,1998-05-31, -/games/boxart/full_risk_4AmericaFront.jpg,Risk,PC,Strategy,Hasbro Interactive,Hasbro Interactive,,,,,,,1996-12-31, -/games/boxart/4564814ccc.jpg,Risk II,PC,Strategy,Microprose,Hasbro Interactive,,,,,,,2000-02-29, -/games/boxart/full_risk-factions_886AmericaFront.jpg,RISK: Factions,PSN,Strategy,Electronic Arts,Stainless Games,,,,,,,2010-12-21, -/games/boxart/full_risk-factions_10AmericaFront.jpg,RISK: Factions,XBL,Strategy,Electronic Arts,Stainless Games,,,,,,,2010-06-23, -/games/boxart/full_1613880AmericaFrontccc.jpg,Rival Realms,PC,Strategy,Unknown,Titus Software,,,,,,,, -/games/boxart/full_8043034AmericaFrontccc.jpg,Roadwar 2000,PC,Strategy,SSI,"Strategic Simulations, Inc.",,,,,,,1987-01-01, -/games/boxart/full_5559530AmericaFrontccc.jpg,Robert E. Lee: Civil War General,PC,Strategy,Sierra Entertainment,Impressions Games,,,,,,,1996-07-31, -/games/boxart/full_3716377AmericaFrontccc.jpg,Robin Hood: Defender of the Crown,PC,Strategy,Capcom,Atomic Planet Entertainment,,,,,,,2003-10-06, -/games/boxart/full_3927644AmericaFrontccc.jpg,Robo Rumble,PC,Strategy,Interactive Magic,Metropolis Software,,,,,,,1998-02-24, -/games/boxart/full_3684800AmericaFrontccc.jpg,Robocalypse: Beaver Defense,WW,Strategy,Vogster Entertainment,Vogster Entertainment,,,,,,,2010-05-31, -/games/boxart/full_2432302AmericaFrontccc.jpg,Robot Girls Z Online,PC,Strategy,UserJoy Technology,UserJoy Technology,,,,,,,2015-01-01, -/games/boxart/full_8747729PALFrontccc.jpg,Robot Warlords,PS2,Strategy,Midas Interactive Entertainment,Nexus Interact,,,,,,,2001-12-14, -/games/boxart/full_rock-of-ages_674AmericaFront.jpg,Rock of Ages,XBL,Strategy,Atlus,ACE Team,7.4,,,,,,2011-08-31, -/games/boxart/default.jpg,Rock of Ages,PSN,Strategy,Atlus,ACE Team,,,,,,,, -/games/boxart/full_2692974AmericaFrontccc.jpg,Rock Tour Tycoon,PC,Strategy,GameMill,GameMill,,,,,,,2007-10-08, -/games/boxart/default.jpg,RockMan Strategy,PC,Strategy,Capcom,Dream Come True,,,,,,,2001-10-29, -/games/boxart/full_9785476PALFrontccc.jpg,Roller Coaster Funfare,PS2,Strategy,Phoenix Games,Phoenix Games,,,,,,,2007-10-12, -/games/boxart/default.jpg,RollerCoaster 3D,PC,Strategy,Pantera,Pantera,,,,,,,2000-12-10, -/games/boxart/full_1608188AmericaFrontccc.jpg,RollerCoaster Factory,PC,Strategy,ValuSoft,ValuSoft,,,,,,,2000-01-01, -/games/boxart/full_8125588AmericaFrontccc.jpg,RollerCoaster Factory 2,PC,Strategy,ValuSoft,Fusion Digital,,,,,,,2003-05-31, -/games/boxart/default.jpg,RollerCoaster Tycoon 2 Combo Pack,PC,Strategy,Atari,Unknown,,,,,,,2003-10-23, -/games/boxart/full_8483470AmericaFrontccc.jpg,RollerCoaster Tycoon 2: Time Twister,PC,Strategy,Atari,Frontier Developments,,,,,,,2003-10-22, -/games/boxart/full_1553796AmericaFrontccc.jpg,RollerCoaster Tycoon 2: Wacky Worlds,PC,Strategy,Atari,Frontier Developments,5.4,,,,,,2003-05-08, -/games/boxart/full_1484858AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Gold,PC,Strategy,Atari,Frontier Developments,,,,,,,2005-10-25, -/games/boxart/full_4019078AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Soaked!,PC,Strategy,Atari,Frontier Developments Inc.,,,,,,,2005-06-23, -/games/boxart/full_9655773AmericaFrontccc.jpg,RollerCoaster Tycoon 3: Wild!,PC,Strategy,Atari,Frontier Developments Inc.,,,,,,,2005-10-27, -/games/boxart/full_9850819AmericaFrontccc.jpg,RollerCoaster Tycoon Deluxe,PC,Strategy,Atari,Unknown,,,,,,,2003-05-08, -/games/boxart/full_7821802AmericaFrontccc.jpg,RollerCoaster Tycoon: Corkscrew Follies Expansion,PC,Strategy,Microprose,Chris Sawyer,,,,,,,1999-11-09, -/games/boxart/full_1998705AmericaFrontccc.jpg,RollerCoaster Tycoon: Loopy Landscapes,PC,Strategy,Atari,Chris Sawyer,8.2,,,,,,2000-09-30, -/games/boxart/full_2674603PALFrontccc.jpg,Rollercoaster World,PS2,Strategy,Midas Interactive Entertainment,Bimboosoft,,,,,,,2004-01-01, -/games/boxart/4389407ccc.jpg,Romance of the Three Kingdoms,NES,Strategy,KOEI,Koei,,,,,,,1990-12-05, -/games/boxart/full_romance-of-the-three-kingdoms-ii_10AmericaFront.jpg,Romance of the Three Kingdoms II,PC,Strategy,KOEI,Koei,,,,,,,1990-01-01, -/games/boxart/full_romance-of-the-three-kingdoms-ii_8AmericaFront.jpg,Romance of the Three Kingdoms II,GEN,Strategy,KOEI,Koei,,,,,,,1991-12-25, -/games/boxart/full_5779688AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,VC,Strategy,KOEI,Koei / Inis,,,,,,,2007-03-26, -/games/boxart/full_1410544AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,SAT,Strategy,KOEI,Koei / Inis,,,,,,,1995-01-01, -/games/boxart/full_romance-of-the-three-kingdoms-iv-wall-of-fire_277AmericaFront.jpg,Romance of the Three Kingdoms IV: Wall of Fire,PSN,Strategy,Sony Computer Entertainment,Koei/Inis,,,,,,,2011-02-15, -/games/boxart/full_6589382AmericaFrontccc.jpg,Romance of the Three Kingdoms IV: Wall of Fire,PC,Strategy,KOEI,Koei / Inis,,,,,,,1996-11-30, -/games/boxart/full_romance-of-the-three-kingdoms-xi_8AmericaFront.jpg,Romance of the Three Kingdoms XI,PC,Strategy,KOEI,Koei,7.6,,,,,,2008-09-09, -/games/boxart/default.jpg,Romance of the Three Kingdoms XIII,PC,Strategy,Tecmo Koei,Koei Tecmo Games,,,,,,,2016-07-05,2018-07-31 -/games/boxart/default.jpg,Romance of the Three Kingdoms XIII,PS3,Strategy,Unknown,Tecmo Koei Holdings,,,,,,,, -/games/boxart/full_7404276AmericaFrontccc.jpg,Romance of the Three Kingdoms XIII,PS4,Strategy,Tecmo Koei,Koei Tecmo Games,,,,,,,2016-07-05,2018-09-21 -/games/boxart/full_romance-wa-ken-no-kagayaki-ii_582JapanFront.jpg,Romance wa Ken no Kagayaki II,PS,Strategy,Kadokawa Shoten,Kadokawa Games,,,,,,,2002-09-19, -/games/boxart/full_rome-total-war-alexander_12PALFront.jpg,Rome: Total War Alexander,PC,Strategy,Sega,The Creative Assembly,7.4,,,,,,2006-06-19, -/games/boxart/5400490ccc.jpg,Rome: Total War Barbarian Invasion,PC,Strategy,Sega,The Creative Assembly,8.3,,,,,,2005-09-27, -/games/boxart/full_8581163JapanFrontccc.jpg,Roommania #203,DC,Strategy,Sega,Sega,8.1,,,,,,2000-01-27, -/games/boxart/default.jpg,Rotlicht Tycoon 2,PC,Strategy,Unknown,Zone 2 Media,,,,,,,, -/games/boxart/full_4483805JapanFrontccc.jpg,Royal Stone: Hirakareshi Toki no Tobira,GG,Strategy,Sega,Sega,,,,,,,1995-02-24, -/games/boxart/full_9870518AmericaFrontccc.png,Rulers of Nation,PC,Strategy,Eversim,Eversim,,,,,,,2014-07-16, -/games/boxart/full_rules-of-engagement-2_523PALFront.jpg,Rules of Engagement 2,PC,Strategy,Impressions Games,Omnitrend Software,,,,,,,1993-01-01, -/games/boxart/full_511172AmericaFrontccc.jpg,Run For Rum,And,Strategy,Strategy First,Strategy First,,,,,,,2013-12-18, -/games/boxart/full_1969071AmericaFrontccc.png,Run For Rum,PC,Strategy,Strategy First,Strategy First,,,,,,,2014-07-02, -/games/boxart/full_4071462JapanFrontccc.jpg,Rune Caster,DC,Strategy,Vision Games,Hudson,,,,,,,2000-08-24, -/games/boxart/full_42896PALFrontccc.jpg,Rush for Berlin Gold,PC,Strategy,Deep Silver,Stormregion,,,,,,,2007-10-03, -/games/boxart/full_1492849AmericaFrontccc.jpeg,Rush for Glory,PC,Strategy,Unknown,Spike Co.,,,,,,,2014-06-16, -/games/boxart/full_swine_694AmericaFront.jpg,S.W.I.N.E.,PC,Strategy,Fishtank Interactive,Stormregion,,,,,,,2001-11-19, -/games/boxart/full_5858231AmericaFrontccc.jpg,Sacraboar,PC,Strategy,Makivision Games,Makivision Games,,,,,,,2009-11-06, -/games/boxart/full_saiyuki-journey-west_318AmericaFront.jpg,Saiyuki: Journey West,PSN,Strategy,Sony Computer Entertainment,Koei,,,,,,,2011-02-15, -/games/boxart/full_1878647JapanFrontccc.jpg,Sakura Taisen Online,DC,Strategy,Sega,Sega,,,,,,,2001-12-20, -/games/boxart/full_1561327JapanFrontccc.jpg,Sakura Wars: Steam Radio Show,SAT,Strategy,Sega,Sega,,,,,,,1997-11-13, -/games/boxart/full_9026804JapanFrontccc.jpg,San Goku Shi,GBA,Strategy,KOEI,Koei/Inis,,,,,,,2001-11-30, -/games/boxart/full_san-goku-shi-11-with-power-up-kit_2JapanFront.jpg,San Goku Shi 11 with Power-Up Kit,PS2,Strategy,KOEI,Koei,,,,,,,2007-03-21, -/games/boxart/full_3462132JapanFrontccc.jpg,San Goku Shi 11 with Power-Up Kit,Wii,Strategy,KOEI,Koei,,,,,,,2007-03-21, -/games/boxart/full_5741564JapanFrontccc.jpg,San Goku Shi DS,DS,Strategy,KOEI,Koei,,,,,,,2006-02-23, -/games/boxart/full_2358624JapanFrontccc.jpg,San Goku Shi Eiketsuden,GBA,Strategy,KOEI,Koei,,,,,,,2005-01-27, -/games/boxart/full_san-goku-shi-for-wonderswan_6JapanFront.jpg,San Goku Shi for WonderSwan,WS,Strategy,KOEI,Koei/Inis,,,,,,,1999-04-01, -/games/boxart/full_san-goku-shi-game-boy-han_150JapanFront.jpg,San Goku Shi Game Boy Han,GB,Strategy,KOEI,Koei/Inis,,,,,,,1992-09-30, -/games/boxart/full_san-goku-shi-game-boy-han-2_459JapanFront.jpg,San Goku Shi Game Boy Han 2,GB,Strategy,KOEI,Koei/Inis,,,,,,,1999-07-30, -/games/boxart/full_san-goku-shi-ii-for-wonderswan_9JapanFront.jpg,San Goku Shi II for WonderSwan,WS,Strategy,KOEI,Koei/Inis,,,,,,,2000-04-06, -/games/boxart/full_7721114JapanFrontccc.jpg,San Goku Shi II: Haou no Tairiku,NES,Strategy,Namco,Namco,,,,,,,1992-06-10, -/games/boxart/full_6546229JapanFrontccc.jpg,San Goku Shi III,SCD,Strategy,KOEI,Koei,,,,,,,1993-04-23, -/games/boxart/full_san-goku-shi-iii_6JapanFront.jpg,San Goku Shi III,PS,Strategy,KOEI,Koei/Inis,,,,,,,2001-02-22, -/games/boxart/full_san-goku-shi-iii_5JapanFront.jpg,San Goku Shi III,PCE,Strategy,KOEI,Naxat Soft,,,,,,,1993-10-01, -/games/boxart/full_san-goku-shi-iv_4JapanFront.jpg,San Goku Shi IV,3DO,Strategy,KOEI,Koei,,,,,,,1995-03-24, -/games/boxart/full_san-goku-shi-ix-with-power-up-kit_95JapanFront.jpg,San Goku Shi IX with Power-Up Kit,PSP,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2011-03-10, -/games/boxart/full_6137809JapanFrontccc.jpg,San Goku Shi Koumeiden,GBA,Strategy,KOEI,Koei,,,,,,,2005-01-27, -/games/boxart/full_san-goku-shi-v_286JapanFront.jpg,San Goku Shi V,PS,Strategy,KOEI,Koei/Inis,,,,,,,1997-02-14, -/games/boxart/full_5171617JapanFrontccc.jpg,San Goku Shi VI,DC,Strategy,KOEI,Koei,,,,,,,1999-03-25, -/games/boxart/full_9379023JapanFrontccc.jpg,San Goku Shi VI with Power-Up Kit,DC,Strategy,KOEI,Koei,,,,,,,2000-04-06, -/games/boxart/full_san-goku-shi-vii_203JapanFront.jpg,San Goku Shi VII,PC,Strategy,KOEI,Koei/Inis,,,,,,,2000-02-18, -/games/boxart/full_san-goku-shi-viii_621JapanFront.jpg,San Goku Shi VIII,PC,Strategy,KOEI,Koei,,,,,,,2001-06-29, -/games/boxart/full_183835JapanFrontccc.jpg,San Goku Shi: Chuugen no Hasha,NES,Strategy,Namco,TOSE,,,,,,,1988-07-29, -/games/boxart/default.jpg,Sankoku Daifugou,DSiW,Strategy,SilverStar,SilverStarJapan,,,,,,,2010-07-14, -/games/boxart/full_saraba-uchuu-senkan-yamato-ai-no-senshi-tachi_5JapanFront.jpg,Saraba Uchuu Senkan Yamato: Ai no Senshi Tachi,PS,Strategy,Bandai,Bandai,,,,,,,2000-05-02, -/games/boxart/full_2922520JapanFrontccc.jpg,SatelliTV,PS,Strategy,Nippon Ichi Software,Nippon Ichi Software,,,,,,,1998-01-08, -/games/boxart/full_8537046AmericaFrontccc.jpg,Savage 2: A Tortured Soul,PC,Strategy,S2 Games,S2 Games,,,,,,,2008-01-16, -/games/boxart/full_6750539AmericaFrontccc.png,Savage Moon,PSN,Strategy,Sony Computer Entertainment,FluffyLogic,,,,,,,2009-01-29, -/games/boxart/full_savage-moon-the-hera-campaign_8AmericaFront.jpg,Savage Moon: The Hera Campaign,PSN,Strategy,Sony Computer Entertainment,FluffyLogic,,,,,,,2009-12-22, -/games/boxart/default.jpg,SBARG,XBL,Strategy,Unknown,Gyko Games,,,,,,,, -/games/boxart/full_5271535PALFrontccc.jpg,Schach,DS,Strategy,Digital Entertainment Pool,DTP Entertainment,,,,,,,2007-03-07, -/games/boxart/full_scorched-3d_353PALFront.jpg,Scorched 3D,PC,Strategy,Unknown,Gavin Camp,,,,,,,2001-04-29, -/games/boxart/full_4701480JapanFrontccc.jpg,SD Gundam Dimension War,VB,Strategy,Bandai,Bandai,,,,,,,1995-12-22, -/games/boxart/full_6144915JapanFrontccc.jpg,SD Gundam G Century S,SAT,Strategy,Bandai,Japan Art Media,,,,,,,1998-02-11, -/games/boxart/full_8654368JapanFrontccc.jpg,SD Gundam G Generation: Gather Beat,WS,Strategy,Bandai,Bandai,,,,,,,2000-07-13, -/games/boxart/full_9407531JapanFrontccc.jpg,SD Gundam G Generation: MonoEye Gundams,WS,Strategy,Bandai,Bandai,,,,,,,2002-09-26, -/games/boxart/full_4419443JapanFrontccc.jpg,SD Gundam Gachapon Senshi 2: Capsule Senki,NES,Strategy,Bandai,Bandai,,,,,,,1989-06-25, -/games/boxart/full_sd-gundam-gachapon-senshi-2-capsule-senki_84JapanFront.jpg,SD Gundam Gachapon Senshi 2: Capsule Senki,VC,Strategy,Namco Bandai,Bandai,,,,,,,2011-02-15, -/games/boxart/full_sd-gundam-world-gachapon-senshi-scramble-wars_5JapanFront.jpg,SD Gundam World: Gachapon Senshi - Scramble Wars,VC,Strategy,Namco Bandai,Bandai,,,,,,,2010-06-15, -/games/boxart/full_sd-gundam-world-gachapon-senshi-scramble-wars_3JapanFront.jpg,SD Gundam World: Gachapon Senshi - Scramble Wars (FDS),NES,Strategy,Bandai,Bandai,,,,,,,1988-01-19, -/games/boxart/full_3775262JapanFrontccc.jpg,SD Gundam: Emotional Jam,WS,Strategy,Bandai,Bandai,,,,,,,1999-05-27, -/games/boxart/full_6298862JapanFrontccc.jpg,SD Gundam: Gashapon Senki Episode One,WS,Strategy,Bandai,Bandai,,,,,,,1999-12-29, -/games/boxart/full_709161JapanFrontccc.jpg,SD Sangoku Bushou Retsuden: Rekka no Gotoku Tenka o Nusure!,NES,Strategy,Banpresto,Banpresto,,,,,,,1990-09-08, -/games/boxart/full_sea-battle_941PALFront.jpg,Sea Battle,GB,Strategy,Infogrames,Bit Managers,,,,,,,1998-01-01, -/games/boxart/full_6628429AmericaFrontccc.jpg,Seawolves: Submarines on Hunt,PC,Strategy,Evolved Games,Unknown,,,,,,,2006-08-08, -/games/boxart/full_6125100AmericaFrontccc.jpg,SeaWorld Adventure Parks Tycoon,PC,Strategy,Activision,Activision,5.9,,,,,,2003-09-29, -/games/boxart/full_6573410AmericaFrontccc.jpg,SeaWorld Adventure Parks Tycoon 2,PC,Strategy,Activision,Activision,,,,,,,2005-01-25, -/games/boxart/full_sega-ages-2500-series-vol-22-advanced-daisenryaku-deutch-dengeki-sakusen_9JapanFront.jpg,Sega Ages 2500 Series Vol. 22: Advanced Daisenryaku: Deutsch Dengeki Sakusen,PS2,Strategy,Sega,Chicken Head,,,,,,,2006-02-23, -/games/boxart/full_sega-chess_10PALFront.jpg,Sega Chess,MS,Strategy,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_3796511JapanFrontccc.jpg,Seirai Hata RayBlade,DC,Strategy,Winky Soft,Winky Soft,,,,,,,2000-09-28, -/games/boxart/full_1694294JapanFrontccc.jpg,Sekai Fushigi Hakken! Troya,DC,Strategy,TBS,TBS,,,,,,,1999-07-22, -/games/boxart/full_sekigahara_9JapanFront.jpg,Sekigahara,PCE,Strategy,Tonkin House,Tonkin House,,,,,,,1990-09-14, -/games/boxart/full_1324131AmericaFrontccc.jpg,Selknam Defense,OSX,Strategy,Meridian4,Unknown,,,,,,,2014-07-25, -/games/boxart/full_6859205AmericaFrontccc.jpg,Selknam Defense,PC,Strategy,Meridian4,Unknown,,,,,,,2014-07-25, -/games/boxart/full_sengoku-efuda-yuugi-hototogisu-tairan_5JapanFront.jpg,Sengoku Efuda Yuugi: Hototogisu Tairan,PSN,Strategy,Irem Software Engineering,Irem Software Engineering,,,,,,,2010-09-09, -/games/boxart/8055211ccc.jpg,Seven Kingdoms II: The Fryhtan Wars,PC,Strategy,Ubisoft,Enlight Software,,,,,,,1999-07-31, -/games/boxart/full_122454AmericaFrontccc.jpg,Seven Kingdoms: Ancient Adversaries,PC,Strategy,Enlight,Enlight Software,,,,,,,1998-06-08, -/games/boxart/2533648ccc.jpg,Seven Kingdoms: Conquest,PC,Strategy,Enlight,Enlight Software,3.5,,,,,,2007-10-15, -/games/boxart/full_9292314AmericaFrontccc.jpg,Shadow Company: Left For Dead,PC,Strategy,Ubisoft,Sinister Games,,,,,,,1999-09-30, -/games/boxart/full_1630755AmericaFrontccc.png,Shadow Kings,And,Strategy,Goodgame Studios,Goodgame Studios,,,,,,,2014-08-12, -/games/boxart/full_shadow-vault_8AmericaFront.jpg,Shadow Vault,PC,Strategy,Strategy First,Mayhem Studios,,,,,,,2004-12-22, -/games/boxart/full_shattered-suns_800AmericaFront.jpg,Shattered Suns,PC,Strategy,Unknown,Clear Crown Studios,,,,,,,2008-08-19, -/games/boxart/full_4203000PALFrontccc.png,Sheep,PSN,Strategy,Empire Interactive,Minds-Eye,,,,,,,2008-08-14, -/games/boxart/full_8068789AmericaFrontccc.jpg,Sheep,PC,Strategy,Empire Interactive,Minds-Eye,,,,,,,2000-11-29, -/games/boxart/full_4433819AmericaFrontccc.jpg,Sheep,GBA,Strategy,Capcom,Empire Interactive,7.3,,,,,,2002-01-01, -/games/boxart/full_6391884AmericaFrontccc.jpg,Sheltered,PC,Strategy,Team17 Digital Ltd,Unicube,,,,,,,2016-03-15,2018-07-19 -/games/boxart/full_7894561AmericaFrontccc.jpg,Sheltered,OSX,Strategy,Team17 Digital Ltd,Unicube,,,,,,,2016-03-15,2018-07-19 -/games/boxart/full_1166508AmericaFrontccc.jpg,Sheltered,Linux,Strategy,Team17 Digital Ltd,Unicube,,,,,,,2016-03-15,2018-07-19 -/games/boxart/full_9859016JapanFrontccc.jpg,Shin Megami Tensei: Devil Children - Messiah Riser,GBA,Strategy,Atlus,Rocket Company,,,,,,,2004-11-04, -/games/boxart/full_3264460JapanFrontccc.jpg,Shin Sengoku Tenkatouitsu: Gunyuu Tachi no Souran,DS,Strategy,System Soft,System Soft,,,,,,,2010-01-21, -/games/boxart/full_4304312AmericaFrontccc.jpg,Shingen the Ruler,NES,Strategy,Hot-B,Another Ltd.,,,,,,,1990-06-01, -/games/boxart/full_shining-force-ii_620AmericaFront.jpg,Shining Force II,PC,Strategy,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/full_9237332AmericaFrontccc.jpg,Shining Force II,VC,Strategy,Sega,Camelot Software Planning,,,,,,,2008-10-06, -/games/boxart/full_9763365JapanFrontccc.jpg,Shining Force III: Scenario 3,SAT,Strategy,Sega,Camelot Software Planning,,,,,,,1998-09-23, -/games/boxart/4083830ccc.jpg,Shining Force: The Legacy of Great Intention,VC,Strategy,Sega,Climax Entertainment/Sonic Team,8,,,,,,2007-07-23, -/games/boxart/full_shining-force-the-legacy-of-great-intention_824AmericaFront.jpg,Shining Force: The Legacy of Great Intention,PC,Strategy,Sega,Sega,,,,,,,2011-01-10, -/games/boxart/9042265ccc.jpg,Shining Force: The Legacy of Great Intention,GEN,Strategy,Sega,Climax Entertainment/Sonic Team,,,,,,,1992-03-19, -/games/boxart/full_9466313JapanFrontccc.jpg,Shinseiki Evangelion: Ayanami Rei Ikusei Keikaku,DC,Strategy,Broccoli,Broccoli,,,,,,,2002-04-18, -/games/boxart/default.jpg,Shirotsuku,PSV,Strategy,Unknown,Cave,,,,,,,, -/games/boxart/full_1360263JapanFrontccc.jpg,Shogun,NES,Strategy,Hect,Virgin Games,,,,,,,1988-05-27, -/games/boxart/default.jpg,Shogun 2: Total War - Sengoku Jidai Unit Pack,PC,Strategy,Sega,Creative Assembly,,,,,,,2011-06-28, -/games/boxart/full_shogun-2-total-war-the-ikko-ikki-clan-pack_112AmericaFront.jpg,Shogun 2: Total War - The Ikko Ikki Clan Pack,PC,Strategy,Sega,Creative Assembly,,,,,,,2011-05-26, -/games/boxart/full_shogun-total-war-the-mongol-invasion_151PALFront.jpg,Shogun: Total War - The Mongol Invasion,PC,Strategy,Electronic Arts,The Creative Assembly,,,,,,,2001-08-24, -/games/boxart/full_2537516AmericaFrontccc.jpg,Shogun: Total War - Warlord Edition,PC,Strategy,Electronic Arts,The Creative Assembly,8.6,,,,,,2001-08-13, -/games/boxart/full_729934AmericaFrontccc.jpg,Shrine: Circus Tycoon,PC,Strategy,Activision,Unknown,,,,,,,2004-06-29, -/games/boxart/full_shuyaku-sentai-irem-fighter_1JapanFront.jpg,Shuyaku Sentai Irem Fighter,GB,Strategy,Irem Software Engineering,Irem Software Engineering,,,,,,,1993-07-30, -/games/boxart/full_9809051AmericaFrontccc.jpg,Sid Meier's Alien Crossfire,PC,Strategy,Electronic Arts,Firaxis Games,,,,,,,1999-10-20, -/games/boxart/3515373ccc.jpg,Sid Meier's Alpha Centauri,PC,Strategy,Electronic Arts,Firaxis Games,9.4,,,,,,1999-01-02, -/games/boxart/default.jpg,Sid Meier's Antietam!,PC,Strategy,Unknown,Firaxis Games,,,,,,,, -/games/boxart/full_8677882AmericaFrontccc.jpg,Sid Meier's Civilization,SNES,Strategy,KOEI,MicroProse,,,,,,,1995-01-01, -/games/boxart/9410409ccc.jpg,Sid Meier's Civilization,PC,Strategy,Microprose,MPS Labs,,,,,,,1991-01-01, -/games/boxart/full_sid-meiers-civilization-chronicles_471AmericaFront.jpg,Sid Meier's Civilization Chronicles,PC,Strategy,2K Games,Firaxis Games,,,,,,,2006-10-16, -/games/boxart/full_6331492AmericaFrontccc.jpg,Sid Meier's Civilization IV: Colonization,PC,Strategy,2K Games,Firaxis Games,,,,,,,2008-09-22, -/games/boxart/full_3658351AmericaFrontccc.jpg,Sid Meier's Civilization Revolution,XBL,Strategy,2K Games,Firaxis Games,,,,,,,2009-09-08, -/games/boxart/default.jpg,Sid Meier's Civilization Revolution,PSP,Strategy,Unknown,Firaxis Games,,,,,,,, -/games/boxart/full_sid-meiers-civilization-v-civilization-and-scenario-pack-denmark-the-vikings_35AmericaFront.jpg,Sid Meier's Civilization V - Civilization and Scenario Pack: Denmark - The Vikings,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-05-03, -/games/boxart/default.jpg,Sid Meier's Civilization V - Civilization and Scenario Pack: Korea,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-08-11, -/games/boxart/full_sid-meiers-civilization-v-civilization-and-scenario-pack_467AmericaFront.jpg,Sid Meier's Civilization V - Civilization and Scenario Pack: Polynesia,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-04-21, -/games/boxart/full_sid-meiers-civilization-v-double-civilization-and-scenario-pack-spain-and-inca_754AmericaFront.jpg,Sid Meier's Civilization V - Double Civilization and Scenario Pack: Spain and Inca,PC,Strategy,2K Games,Firaxis Games,,,,,,,2010-12-16, -/games/boxart/default.jpg,Sid Meier's Civilization V - Wonders of the Ancient World Scenario Pack,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-08-11, -/games/boxart/full_sid-meiers-civilization-v-explorers-map-pack_464AmericaFront.jpg,Sid Meier's Civilization V: Explorers Map Pack,PC,Strategy,2K Games,Firaxis Games,,,,,,,2011-05-03, -/games/boxart/full_4145610AmericaFrontccc.jpg,Sid Meier's Gettysburg!,PC,Strategy,Electronic Arts,Firaxis Games,9.3,,,,,,1997-09-30, -/games/boxart/full_1825296AmericaFrontccc.jpg,Sid Meier's Pirates!,PC,Strategy,Atari,Firaxis Games,,,,,,,2004-11-22, -/games/boxart/full_5270579AmericaFrontccc.jpg,Sid Meier's Pirates!,XBL,Strategy,2K Games,Firaxis Games,,,,,,,2008-02-11, -/games/boxart/full_7473878PALFrontccc.png,Sid Meier's Pirates!,PSN,Strategy,2K Games,Full Fat,,,,,,,2008-08-21, -/games/boxart/full_802392AmericaFrontccc.jpg,Sid Meier's Pirates! Live the Life,PC,Strategy,2K Games,Firaxis Games,,,,,,,2005-05-02, -/games/boxart/default.jpg,Sid Meier's Starships,OSX,Strategy,2K Games,Firaxis Games,,,,,,,2015-03-12, -/games/boxart/default.jpg,Sideral Defense,XBL,Strategy,Unknown,TuConcepto Games,,,,,,,, -/games/boxart/full_silent-heroes_512AmericaFront.jpg,Silent Heroes,PC,Strategy,Paradox Interactive,Dark Fox,,,,,,,2006-09-10, -/games/boxart/default.jpg,Silent Hunter Online,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2020-12-31, -/games/boxart/full_409005AmericaFrontccc.jpg,Silent Storm,PC,Strategy,Encore,Nival Interactive,,,,,,,2004-01-20, -/games/boxart/full_7015664AmericaFrontccc.jpg,Silver Star Chess,WW,Strategy,Agetec,Agetec Inc.,,,,,,,2009-05-18, -/games/boxart/7313758ccc.jpg,SimCoaster,PC,Strategy,Electronic Arts,Bullfrog Prod.,,,,,,,2001-01-30, -/games/boxart/full_2741213JapanFrontccc.jpg,Simple 1500 Series Vol. 101: The Sentou,PS,Strategy,D3 Publisher,Max Entertainment,,,,,,,2003-01-30, -/games/boxart/full_3066577JapanFrontccc.jpg,Simple 1500 Series Vol. 2: The Shogi,PS,Strategy,Chat Noir,Alpha-Beta,,,,,,,1998-10-22, -/games/boxart/full_3266915JapanFrontccc.jpg,Simple 1500 Series Vol. 36: The Renai Simulation,PS,Strategy,D3 Publisher,HuneX,,,,,,,2000-08-24, -/games/boxart/full_6886918JapanFrontccc.jpg,Simple 1500 Series Vol. 39: The Mahjong 2,PS,Strategy,D3 Publisher,Warashi,,,,,,,2000-10-26, -/games/boxart/full_1461425JapanFrontccc.jpg,Simple 1500 Series Vol. 3: The GoMoku Narabe,PS,Strategy,Chat Noir,Itsui,,,,,,,1998-10-22, -/games/boxart/full_7583117JapanFrontccc.jpg,Simple 1500 Series Vol. 40: The Shogi 2,PS,Strategy,D3 Publisher,Warashi,,,,,,,2000-10-26, -/games/boxart/full_8035656JapanFrontccc.jpg,Simple 1500 Series Vol. 41: The Reversi 2,PS,Strategy,D3 Publisher,Yuki,,,,,,,2000-10-26, -/games/boxart/full_9073190JapanFrontccc.jpg,Simple 1500 Series Vol. 42: The Igo 2,PS,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2000-10-26, -/games/boxart/full_7161969JapanFrontccc.jpg,Simple 1500 Series Vol. 43: The Hanafuda 2,PS,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2000-10-26, -/games/boxart/full_5654067JapanFrontccc.jpg,Simple 1500 Series Vol. 46: The Mahjong Ochi Chige,PS,Strategy,D3 Publisher,Enterbrain,,,,,,,2000-11-16, -/games/boxart/full_8344970JapanFrontccc.jpg,Simple 1500 Series Vol. 4: The Reversi,PS,Strategy,D3 Publisher,Itsui,,,,,,,1998-10-22, -/games/boxart/full_5430000JapanFrontccc.jpg,Simple 1500 Series Vol. 5: The Igo,PS,Strategy,D3 Publisher,Ken Chen,,,,,,,1998-11-19, -/games/boxart/full_6115256JapanFrontccc.jpg,Simple 1500 Series Vol. 6: The Hanafuda,PS,Strategy,D3 Publisher,Success,,,,,,,1998-11-19, -/games/boxart/full_2966880JapanFrontccc.jpg,Simple 1500 Series Vol. 70: The War Simulation,PS,Strategy,D3 Publisher,Best Media,,,,,,,2001-08-30, -/games/boxart/full_4207679JapanFrontccc.jpg,Simple 1500 Series Vol. 79: The Shisenshou,PS,Strategy,D3 Publisher,Irem Software Engineering,,,,,,,2001-12-20, -/games/boxart/full_5753558JapanFrontccc.jpg,Simple 1500 Series Vol. 7: The Card,PS,Strategy,D3 Publisher,Success,,,,,,,1998-11-19, -/games/boxart/full_5688266JapanFrontccc.jpg,Simple 1500 Series Vol. 82: The Sensuikan,PS,Strategy,D3 Publisher,Tomcat System,,,,,,,2002-02-28, -/games/boxart/full_6570106JapanFrontccc.jpg,Simple 1500 Series Vol. 85: The Sengoku Bushou,PS,Strategy,D3 Publisher,Siesta,,,,,,,2002-01-31, -/games/boxart/full_5699673JapanFrontccc.jpg,Simple 1500 Series Vol. 9: The Chess,PS,Strategy,D3 Publisher,F. Schneider and Success,,,,,,,1999-04-22, -/games/boxart/full_4486104JapanFrontccc.jpg,Simple 2000 Series Vol. 1: The Table Game,PS2,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2001-05-31, -/games/boxart/full_simple-2000-series-vol-36-the-musume-ikusei-simulation-otousan-to-issho_4JapanFront.jpg,Simple 2000 Series Vol. 36: The Musume Ikusei Simulation - Otousan to Issho,PS2,Strategy,D3 Publisher,Yuki Enterprise,,,,,,,2003-10-09, -/games/boxart/full_simple-ds-series-vol-31-the-chou-dangan-custom-sensha_10JapanFront.jpg,Simple DS Series Vol. 31: The Chou-Dangan!! Custom Sensha,DS,Strategy,D3 Publisher,ThinkArts,,,,,,,2008-01-31, -/games/boxart/full_sins-of-a-solar-empire-diplomacy_756AmericaFront.png,Sins of a Solar Empire: Diplomacy,PC,Strategy,Stardock,Ironclad Games,,,,,,,2010-02-09, -/games/boxart/full_sins-of-a-solar-empire-entrenchment_266AmericaFront.jpg,Sins of a Solar Empire: Entrenchment,PC,Strategy,Stardock,Ironclad Games,,,,,,,2009-02-25, -/games/boxart/full_2399770AmericaFrontccc.jpg,Skateboard Park Tycoon,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2001-08-04, -/games/boxart/full_2296029AmericaFrontccc.jpg,Skateboard Park Tycoon 2004,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2003-07-25, -/games/boxart/full_5597924AmericaFrontccc.jpg,Skateboard Park Tycoon: World Tour 2003,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2002-08-06, -/games/boxart/full_sketchy-tower-defense_868AmericaFront.jpg,Sketchy Tower Defense,XBL,Strategy,Microsoft,Dafu,,,,,,,2010-11-23, -/games/boxart/full_4470997AmericaFrontccc.jpg,Ski Resort Tycoon,PC,Strategy,Head Games,Cat Daddy Games,7.4,,,,,,2000-11-30, -/games/boxart/full_9236391AmericaFrontccc.jpg,Ski Resort Tycoon II,PC,Strategy,Activision,Cat Daddy Games,,,,,,,2001-09-30, -/games/boxart/full_5087292AmericaFrontccc.png,Skulls of the Shogun,WinP,Strategy,Microsoft Studios,17-Bit,,,,,,,2013-01-30,2018-04-07 -/games/boxart/full_9117261AmericaFrontccc.jpg,Skulls of the Shogun,XBL,Strategy,Microsoft Studios,17-Bit,,,,,,,2013-01-30,2018-09-29 -/games/boxart/full_1336439AmericaFrontccc.jpg,Skulls of the Shogun: Bone-a-Fide Edition,PC,Strategy,17-Bit,17-Bit,,,,,,,2013-07-29,2018-04-07 -/games/boxart/default.jpg,Skyshine's Bedlam,OSX,Strategy,Versus Evil,Skyshine Games,,,,,,,2016-01-01, -/games/boxart/default.jpg,Skyshine's Bedlam,PC,Strategy,Versus Evil,Skyshine Games,,,,,,,2016-01-01, -/games/boxart/full_snailien-invasion_9AmericaFront.jpg,Snailien Invasion!,XBL,Strategy,Microsoft,Manly Games,,,,,,,2010-09-11, -/games/boxart/full_5687051AmericaFrontccc.jpg,Snowboard Park Tycoon,PC,Strategy,Activision,Activision,,,,,,,2002-09-26, -/games/boxart/full_6371116AmericaFrontccc.jpg,Sol Survivor,XBL,Strategy,Microsoft,Cadenza Interactive,,,,,,,2009-09-16, -/games/boxart/full_9319814AmericaFrontccc.jpg,Sol Survivor,PC,Strategy,Cadenza Interactive,Cadenza Interactive,,,,,,,2010-03-15, -/games/boxart/full_2029207AmericaFrontccc.jpeg,Soldiers: Heroes of World War II,PC,Strategy,1C Company,Best Way,,,,,,,2014-06-29, -/games/boxart/default.jpg,Sons of Liberty,PC,Strategy,SSI,SSI,,,,,,,1988-01-01, -/games/boxart/full_9190997JapanFrontccc.jpg,Sonshi no Heihou DS,DS,Strategy,Media-5,Media-5,,,,,,,2009-06-04, -/games/boxart/full_3367413AmericaFrontccc.jpg,South Park Let's Go Tower Defense Play!,XBL,Strategy,Microsoft,Double Six,7.8,,,,,,2009-10-07, -/games/boxart/full_space-battleship-yamato-eiyuu-no-kiseki_5JapanFront.jpg,Space Battleship Yamato: Eiyuu no Kiseki,PS,Strategy,Bandai,Bandai,,,,,,,2000-09-28, -/games/boxart/full_2624272AmericaFrontccc.jpg,Space Empires IV,PC,Strategy,Shrapnel Games,Malfador Machinations,,,,,,,2000-11-06, -/games/boxart/full_9610371PALFrontccc.jpg,Space Hulk,PS3,Strategy,Funbox Media,Electronic Arts,,,,,,,2015-10-23, -/games/boxart/full_1571843AmericaFrontccc.jpg,Space Hulk,PC,Strategy,Electronic Arts,Electronic Arts,,,,,,,1993-01-01, -/games/boxart/full_6118356AmericaFrontccc.jpg,Spaceforce: Captains,PC,Strategy,DreamCatcher Interactive,Provox Games,4.1,,,,,,2008-02-12, -/games/boxart/full_9638629AmericaFrontccc.jpg,Spaceforce: Rouge Universe,PC,Strategy,DreamCatcher Interactive,Provox Games,,,,,,,2007-06-05, -/games/boxart/full_4724571AmericaFrontccc.jpg,Spectromancer,PC,Strategy,Three Donkeys,Apus Software and Three Donkeys LLC,,,,,,,2008-10-15, -/games/boxart/default.jpg,Speed Battle Custom: Card Hero,DSiW,Strategy,Nintendo,Intelligent Systems,,,,,,,2009-07-29, -/games/boxart/5779181ccc.gif,SpellForce 2: Gold Edition,PC,Strategy,JoWood Productions,Phenomic Game Development,,,,,,,2007-08-16, -/games/boxart/full_233620AmericaFrontccc.jpg,SpellForce Platinum Edition,PC,Strategy,Aspyr,EA Phenomic,,,,,,,2005-12-05, -/games/boxart/full_9481912PALFrontccc.jpg,SpellForce: Shadow of the Phoenix,PC,Strategy,JoWood Productions,EA Phenomic,,,,,,,2005-02-18, -/games/boxart/full_8049820PALFrontccc.jpg,SpellForce: The Breath of Winter,PC,Strategy,JoWood Productions,EA Phenomic,,,,,,,2004-06-25, -/games/boxart/5605811ccc.jpg,SpellForce: The Order of Dawn,PC,Strategy,Encore,Phenomic Game Development,,,,,,,2004-02-11,2018-02-02 -/games/boxart/default.jpg,Spirit of War: The Great War,PC,Strategy,Plug In Digital,G-OLD,,,,,,,2015-03-12, -/games/boxart/default.jpg,Spore Creature Keeper,PC,Strategy,Unknown,Maxis,,,,,,,, -/games/boxart/full_1481331AmericaFrontccc.jpg,Spyglass Board Games,XBL,Strategy,Microsoft,Strange Flavour,,,,,,,2007-08-01, -/games/boxart/default.jpg,Squad Assault: Operation Market Garden,PC,Strategy,Matrix Games,Matrix Games,,,,,,,2004-05-14, -/games/boxart/full_5141173AmericaFrontccc.jpg,Squad Assault: Second Wave,PC,Strategy,Merscom LLC,Freedom Games,,,,,,,2005-08-31, -/games/boxart/full_3870442AmericaFrontccc.jpg,Squad Assault: West Front,PC,Strategy,Matrix Games,Freedom Games,,,,,,,2003-11-02, -/games/boxart/full_squad-battles-vietnam_700AmericaFront.jpg,Squad Battles: Vietnam,PC,Strategy,Unknown,HPS Simulations,,,,,,,2001-08-02, -/games/boxart/default.jpg,Stalin vs. Martians,PC,Strategy,Black Wing Foundation,N-Game Studios,,,,,,,2009-04-20, -/games/boxart/full_7191658AmericaFrontccc.jpg,Star Chamber,PC,Strategy,Nayantara Studios,Nayantara Studios,8.8,,,,,,2003-11-13, -/games/boxart/full_8957477AmericaFrontccc.jpg,Star Command Revolution,PC,Strategy,GT Interactive,Metropolis Digital,,,,,,,1997-02-28, -/games/boxart/full_30485AmericaFrontccc.jpg,Star Control,GEN,Strategy,Ballistic,Toys for Bob,,,,,,,1991-01-01, -/games/boxart/9585242ccc.jpg,Star Control,PC,Strategy,Accolade,Toys for Bob,,,,,,,1990-07-01, -/games/boxart/full_star-hammer-tactics_2PALFront.jpg,Star Hammer Tactics,PSN,Strategy,Unknown,Black Lab Games,,,,,,,2011-06-02, -/games/boxart/full_4804540AmericaFrontccc.jpg,Star Reach,PC,Strategy,Interplay,Interplay,,,,,,,1994-12-01, -/games/boxart/default.jpg,Star Ruler 2,PC,Strategy,Blind Mind Studios,Blind Mind Studios,,,,,,,2015-03-27, -/games/boxart/default.jpg,Star Ruler 2,Linux,Strategy,Blind Mind Studios,Blind Mind Studios,,,,,,,2015-03-27, -/games/boxart/full_9443076AmericaFrontccc.jpg,Star Trek Away Team,PC,Strategy,Activision,Reflexive Entertainment Inc.,,,,,,,2001-03-19, -/games/boxart/full_2489131AmericaFrontccc.jpg,Star Trek The Next Generation: Birth of the Federation,PC,Strategy,Hasbro Interactive,MicroProse,,,,,,,1999-04-30, -/games/boxart/2280823ccc.jpg,Star Trek: Armada,PC,Strategy,Activision,Mad Doc Software,,,,,,,2000-02-29, -/games/boxart/9824872ccc.jpg,Star Trek: Armada II,PC,Strategy,Activision,Mad Doc Software,,,,,,,2001-11-12, -/games/boxart/7824898ccc.jpg,Star Trek: Starfleet Command,PC,Strategy,Interplay,Quicksilver Soft.,,,,,,,1999-09-15, -/games/boxart/full_star-trek-starfleet-command-volume-ii-empires-at-war_285AmericaFront.jpg,Star Trek: Starfleet Command Volume II: Empires at War,PC,Strategy,Interplay,Taldren,,,,,,,2000-12-13, -/games/boxart/full_star-trek-starfleet-command-orion-pirates_737AmericaFront.jpg,Star Trek: Starfleet Command: Orion Pirates,PC,Strategy,Interplay,Taldren,,,,,,,2001-06-15, -/games/boxart/full_801262AmericaFrontccc.jpg,Star Wars Galactic Battlegrounds: Clone Campaigns,PC,Strategy,LucasArts,LucasArts,,,,,,,2002-05-14, -/games/boxart/full_7424101AmericaFrontccc.png,Star Wars: Commander,And,Strategy,Disney Interactive Studios,Disney Interactive Studios,,,,,,,2015-09-24, -/games/boxart/full_9963633AmericaFrontccc.jpg,Star Wars: Force Commander,PC,Strategy,LucasArts,LucasArts,,,,,,,2000-03-21, -/games/boxart/full_9991056AmericaFrontccc.jpg,Star Wars: Galactic Battlegrounds Saga,PC,Strategy,LucasArts,LucasArts,,,,,,,2002-01-01, -/games/boxart/full_3538495AmericaFrontccc.jpg,Starbase Epsilon,XBL,Strategy,Microsoft,VDrackus,,,,,,,2009-11-28, -/games/boxart/4711963ccc.jpg,StarCraft: Brood War,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.1,,,,,,1998-11-30, -/games/boxart/full_6838462AmericaFrontccc.jpg,Starflight,PC,Strategy,Electronic Arts,Binary Systems,,,,,,,1986-01-01, -/games/boxart/full_291969AmericaFrontccc.jpg,Starflight 2: Trade Routes of the Cloud Nebula,PC,Strategy,Electronic Arts,Binary Systems,,,,,,,1989-01-01, -/games/boxart/full_7111023AmericaFrontccc.jpg,Starpoint Gemini 2,PC,Strategy,Iceberg Interactive,Little Green Men Games,,,,,,,2014-07-01,2019-03-29 -/games/boxart/4969872ccc.jpg,Starship Troopers: Terran Ascendancy,PC,Strategy,Microprose,Blue Tongue Entertainment,,,,,,,2000-11-07, -/games/boxart/full_8810667AmericaFrontccc.jpg,Starship Tycoon,PC,Strategy,Positech Games,Positech Games,,,,,,,2004-07-25, -/games/boxart/full_starships-unlimited-v3_9AmericaFront.jpg,Starships Unlimited v3,PC,Strategy,Matrix Games,ApeZone,,,,,,,2005-11-10, -/games/boxart/full_state-of-war-warmonger_51PALFront.jpg,State of War: Warmonger,PC,Strategy,Alten8,Cypron Studios,,,,,,,2006-12-08, -/games/boxart/full_stealth_619JapanFront.jpg,Stealth,SNES,Strategy,Hect,Hect,,,,,,,1992-12-18, -/games/boxart/full_steamworld-tower-defense_9AmericaFront.jpg,SteamWorld Tower Defense,DSiW,Strategy,Image & Form International AB,Image & Form Games,,,,,,,2010-07-05,2018-03-21 -/games/boxart/full_4838709AmericaFrontccc.jpg,Steel Panthers II: Modern Battles,PC,Strategy,SSI,SSI,,,,,,,1996-10-31, -/games/boxart/full_stellar-impact_842AmericaFront.jpg,Stellar Impact,PC,Strategy,Unknown,Tindalos Interactive,,,,,,,2011-08-22, -/games/boxart/full_7295049AmericaFrontccc.jpeg,Storm over the Pacific,PC,Strategy,Wastelands Interactive,Wastelands Interactive,,,,,,,2014-06-13, -/games/boxart/default.jpg,Strange Adventures in Infinite Space,PC,Strategy,Cheapass Games,Digital Eel,,,,,,,2002-02-28, -/games/boxart/full_stranger_393AmericaFront.jpg,Stranger,PC,Strategy,CDV Software Entertainment,Fireglow,,,,,,,2008-03-26, -/games/boxart/full_strategic-combat_292AmericaFront.jpg,Strategic Combat,XBL,Strategy,Microsoft,All-templates.biz,,,,,,,2011-09-14, -/games/boxart/full_stratego_9AmericaFront.jpg,Stratego,PC,Strategy,Hasbro Interactive,Minds-Eye Productions,,,,,,,1998-11-30, -/games/boxart/full_stratego_9JapanFront.jpg,Stratego,PCE,Strategy,Victor Interactive,Accolade,,,,,,,1992-07-24, -/games/boxart/full_stronghold-warchest_938AmericaFront.jpg,Stronghold Warchest,PC,Strategy,Take-Two Interactive,FireFly Studios,,,,,,,2003-07-25, -/games/boxart/full_sudden-strike-ii_851AmericaFront.jpg,Sudden Strike II,PC,Strategy,CDV Software Entertainment,Fireglow Games,,,,,,,2002-09-26, -/games/boxart/full_5614491PALFrontccc.jpg,Sudden Strike III: Arms for Victory,PC,Strategy,Kalypso Media,Fireglow Games,,,,,,,2007-12-07,2019-04-09 -/games/boxart/full_1918179JapanFrontccc.jpg,Suikoden Tendou 108 Sei,PS,Strategy,KOEI,Koei,,,,,,,1998-04-02, -/games/boxart/full_9330064JapanFrontccc.jpg,Suikoden Tendou 108 Sei,SAT,Strategy,KOEI,Koei,,,,,,,1997-12-18, -/games/boxart/full_5084545JapanFrontccc.jpg,Suikoden: Tenmei no Chikai,PS,Strategy,KOEI,Koei,,,,,,,1996-10-04, -/games/boxart/full_1558370JapanFrontccc.jpg,Suikoden: Tenmei no Chikai,SAT,Strategy,KOEI,Koei,,,,,,,1996-12-27, -/games/boxart/6713058PALFrontccc.jpg,SunAge,PC,Strategy,GamersGate,Vertex 4,,,,,,,2007-11-30, -/games/boxart/default.jpg,Supaplex,PC,Strategy,Unknown,Think!Ware Development,,,,,,,, -/games/boxart/full_4635557AmericaFrontccc.jpg,Super Battleship,SNES,Strategy,Mindscape,Synergistic Software,,,,,,,1993-01-01, -/games/boxart/full_8048166AmericaFrontccc.jpg,Super Battleship,GEN,Strategy,Mindscape,Synergistic Software,,,,,,,1993-02-18, -/games/boxart/full_3973541AmericaFrontccc.jpg,Super Conflict: The Mideast,SNES,Strategy,Victory Lap Games,Manley & Associates,,,,,,,1993-03-01, -/games/boxart/full_6712193JapanFrontccc.png,Super Famicom Wars,VC,Strategy,Nintendo,Intelligent Systems,,,,,,,2010-02-16, -/games/boxart/full_6098310JapanFrontccc.png,Super Famicom Wars,SNES,Strategy,Nintendo,Intelligent Systems,,,,,,,1998-05-01, -/games/boxart/full_super-metal-crusher_10JapanFront.jpg,Super Metal Crusher,PCE,Strategy,Pack-In-Video,Make Software,,,,,,,1991-11-29, -/games/boxart/full_1680644JapanFrontccc.jpg,Super Producers,DC,Strategy,Hudson Soft,Hudson,,,,,,,1999-11-11, -/games/boxart/full_1500470JapanFrontccc.jpg,Super Robot Taisen,GB,Strategy,Banpresto,Banpresto,,,,,,,1991-04-20, -/games/boxart/full_5451881JapanFrontccc.jpg,Super Robot Taisen α for DreamCast,DC,Strategy,Banpresto,Banpresto,,,,,,,2001-08-30, -/games/boxart/full_3215563JapanFrontccc.jpg,Super Robot Taisen Compact,WS,Strategy,Banpresto,Banpresto,,,,,,,1999-04-28, -/games/boxart/full_5664432JapanFrontccc.jpg,Super Robot Taisen Compact 2 Dai-2-Bu,WS,Strategy,Banpresto,Banpresto,,,,,,,2000-09-14, -/games/boxart/full_8450948JapanFrontccc.jpg,Super Robot Taisen Compact 2 Dai-3-Bu,WS,Strategy,Banpresto,Banpresto,,,,,,,2001-01-18, -/games/boxart/full_9664535JapanFrontccc.jpg,Super Robot Taisen Compact 3,WS,Strategy,Banpresto,Banpresto,,,,,,,2003-07-17, -/games/boxart/full_super-robot-taisen-compact-for-wonderswan-color_0JapanFront.jpg,Super Robot Taisen Compact for WonderSwan Color,WS,Strategy,Banpresto,Banpresto,,,,,,,2001-12-13, -/games/boxart/full_8899861JapanFrontccc.jpg,Super Robot Taisen EX,PS,Strategy,Banpresto,Banpresto,,,,,,,2000-01-06, -/games/boxart/full_super-robot-taisen-ex_120JapanFront.jpg,Super Robot Taisen EX,PSN,Strategy,Namco Bandai,Banpresto,,,,,,,2011-01-26, -/games/boxart/full_7562581JapanFrontccc.jpg,Super Robot Taisen F,PS,Strategy,Banpresto,Banpresto,,,,,,,1998-12-10, -/games/boxart/full_3084222JapanFrontccc.jpg,Super Robot Taisen Gaiden: Masou Kishin - The Lord of Elemental,SNES,Strategy,Banpresto,WinkySoft,,,,,,,1996-03-22, -/games/boxart/full_1645629JapanFrontccc.jpg,Super Robot Taisen GC,GC,Strategy,Banpresto,Banpresto,,,,,,,2004-12-16, -/games/boxart/full_7705610JapanFrontccc.jpg,Super Robot Taisen Link Battler,GB,Strategy,Banpresto,Banpresto,,,,,,,1999-10-01, -/games/boxart/full_9528431JapanFrontccc.jpg,SuperLite 1500 Series: Mahjong II,PS,Strategy,Success,Success,,,,,,,1999-07-22, -/games/boxart/full_supernova-galactic-wars_1AmericaFront.jpg,Supernova: Galactic Wars,PC,Strategy,Winter Wolves Game Studio,Winter Wolves Game Studio,,,,,,,2005-01-21, -/games/boxart/full_1780378AmericaFrontccc.jpg,SuperPower,PC,Strategy,DreamCatcher Interactive,Golem Labs,,,,,,,2002-03-28, -/games/boxart/full_9318320AmericaFrontccc.jpg,Supreme Ruler 2010,PC,Strategy,Strategy First,BattleGoat Studios,,,,,,,2005-05-12, -/games/boxart/4200075ccc.jpg,Supreme Ruler 2020,PC,Strategy,Paradox Interactive,BattleGoat Studios,,,,,,,2008-07-01, -/games/boxart/full_supreme-ruler-2020-global-crisis_573AmericaFront.jpg,Supreme Ruler 2020 Global Crisis,PC,Strategy,Paradox Interactive,BattleGoat Studios,,,,,,,2008-12-22, -/games/boxart/full_supreme-ruler-2020-gold_72AmericaFront.jpg,Supreme Ruler 2020 Gold,PC,Strategy,Paradox Interactive,BattleGoat Studios,,,,,,,2009-07-09, -/games/boxart/full_swamp-defense_186AmericaFront.jpg,Swamp Defense,XBL,Strategy,Microsoft,EntwicklerX,,,,,,,2011-04-04, -/games/boxart/full_9032281JapanFrontccc.jpg,Sweet Ange,GB,Strategy,KOEI,Koei,,,,,,,1999-12-17, -/games/boxart/full_4885405AmericaFrontccc.jpg,Switchboard,XBL,Strategy,Microsoft,hotweird,,,,,,,2010-01-04, -/games/boxart/full_4022172AmericaFrontccc.jpg,Sword of the Stars,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2006-08-22, -/games/boxart/default.jpg,Sword of the Stars II: Lords of Winter,PC,Strategy,Paradox Interactive,Kerberos Productions,,,,,,,2011-10-28, -/games/boxart/full_4998077PALFrontccc.jpg,Sword of the Stars: A Murder of Crows,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2008-10-03, -/games/boxart/full_9227072AmericaFrontccc.jpg,Sword of the Stars: Argos Naval Yard,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2009-06-17, -/games/boxart/full_8299203PALFrontccc.jpg,Sword of the Stars: Born of Blood,PC,Strategy,Lighthouse Interactive,Kerberos Productions,7.5,,,,,,2007-06-05, -/games/boxart/full_4098936AmericaFrontccc.jpg,Sword of the Stars: Collector's Edition,PC,Strategy,Lighthouse Interactive,Kerberos Productions,,,,,,,2008-03-25, -/games/boxart/full_8534381PALFrontccc.jpg,Sword of the Stars: Ultimate Collection,PC,Strategy,Paradox Interactive,Kerberos Productions,,,,,,,2009-04-17, -/games/boxart/full_swords-ampamp-soldiers_1PALFront.jpg,Swords & Soldiers,PC,Strategy,Daedalic,Ronimo Games,,,,,,,2010-08-31, -/games/boxart/full_swords-ampamp-soldiers_6AmericaFront.jpg,Swords & Soldiers,PSN,Strategy,Ronimo Games,Ronimo Games,8.2,,,,,,2010-09-28, -/games/boxart/full_4092722AmericaFrontccc.png,Swords & Soldiers,WW,Strategy,Ronimo Games,Ronimo Games,8.3,,,,,,2009-06-08, -/games/boxart/default.jpg,Swords and Soldiers,PSN,Strategy,Ronimo Games,Ronimo Games,,,,,,,2010-09-28, -/games/boxart/full_7113357PALFrontccc.jpg,Syndicate,SCD,Strategy,Domark Software,Bullfrog Productions,,,,,,,1995-01-01, -/games/boxart/7460737ccc.jpg,Syndicate,AJ,Strategy,Ocean,Bullfrog Productions,,,,,,,1995-01-01, -/games/boxart/8109138ccc.jpg,Syndicate,GEN,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1994-01-01, -/games/boxart/5499399ccc.jpg,Syndicate,3DO,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,1995-01-01, -/games/boxart/2401037ccc.jpg,Syndicate,SNES,Strategy,Ocean,Bullfrog Productions,,,,,,,1995-12-01, -/games/boxart/full_6505559PALFrontccc.png,Syndicate Wars,PSN,Strategy,Electronic Arts,Bullfrog,,,,,,,2008-11-27, -/games/boxart/5011314ccc.png,Syndicate Wars,PC,Strategy,Electronic Arts,Bullfrog,,,,,,,1996-10-31, -/games/boxart/full_9157500AmericaFrontccc.jpg,Tabloid Tycoon,PC,Strategy,ValuSoft,ValuSoft,,,,,,,2005-04-25, -/games/boxart/full_taiheiki_9JapanFront.jpg,Taiheiki,GEN,Strategy,Sega,Sega,,,,,,,1991-12-13, -/games/boxart/full_taiheiki_3JapanFront.jpg,Taiheiki,PCE,Strategy,Intec,Intec,,,,,,,1991-12-13, -/games/boxart/full_taiheiyou-no-arashi-senkan-yamato-akatsuki-ni-shutsugekisu_1JapanFront.jpg,"Taiheiyou no Arashi: Senkan Yamato, Akatsuki ni Shutsugekisu",PSP,Strategy,System Soft,System Soft,,,,,,,2008-01-31, -/games/boxart/full_taiheiyou-no-arashi-senkan-yamato-akatsuki-ni-shutsugekisu_0JapanFront.jpg,"Taiheiyou no Arashi: Senkan Yamato, Akatsuki ni Shutsugekisu",PS2,Strategy,System Soft,System Soft,,,,,,,2008-01-31, -/games/boxart/full_996615JapanFrontccc.jpg,Taikai Nobunaga Ten: Ge-Ten II,PS,Strategy,I'Max,I'Max,,,,,,,1997-06-06, -/games/boxart/full_1953653JapanFrontccc.jpg,Taikou Risshiden V,PS2,Strategy,KOEI,Koei,,,,,,,2004-08-26, -/games/boxart/full_takeda-shingen_8JapanFront.jpg,Takeda Shingen,NES,Strategy,Hot-B,Another,,,,,,,1988-03-28, -/games/boxart/full_4228584PALFrontccc.jpg,Talvisota: Icy Hell,PC,Strategy,Nival Interactive,Blitzfront Game Studio,,,,,,,2007-11-16, -/games/boxart/default.jpg,Tank Beat 3,3DS,Strategy,Unknown,MileStone Inc.,,,,,,,, -/games/boxart/full_841604AmericaFrontccc.jpg,Tank Strike,XBL,Strategy,Microsoft,Stegersaurus Games,,,,,,,2009-04-29, -/games/boxart/default.jpg,Task Force 1942,PC,Strategy,Unknown,MicroProse,,,,,,,, -/games/boxart/full_teasure-planet-battle-at-procyon_0AmericaFront.jpg,Teasure Planet: Battle at Procyon,PC,Strategy,Disney Interactive Studios,Barking Dog Studios,,,,,,,2002-10-31, -/games/boxart/full_techassault_927AmericaFront.jpg,TechAssault,XBL,Strategy,Microsoft,AftercastGames,,,,,,,2011-07-01, -/games/boxart/full_5784797JapanFrontccc.jpg,Teitoku no Ketsudan II,PS,Strategy,KOEI,Koei / Inis,,,,,,,1996-08-23, -/games/boxart/full_658339JapanFrontccc.jpg,Teitoku no Ketsudan III,SAT,Strategy,KOEI,Koei / Inis,,,,,,,1997-06-27, -/games/boxart/full_8683070JapanFrontccc.jpg,Teitoku no Ketsudan III,PS,Strategy,KOEI,Koei / Inis,,,,,,,1997-03-28, -/games/boxart/full_2618269JapanFrontccc.jpg,Teitoku no Ketsudan III with Power-Up Kit,PS,Strategy,KOEI,Koei / Inis,,,,,,,1998-02-05, -/games/boxart/full_1571043JapanFrontccc.jpg,Teitoku no Ketsudan III with Power-Up Kit,SAT,Strategy,KOEI,Koei / Inis,,,,,,,1998-03-26, -/games/boxart/full_9817702JapanFrontccc.jpg,Teitoku no Ketsudan IV with Power-Up Kit,PS2,Strategy,KOEI,Koei / Inis,,,,,,,2004-02-26, -/games/boxart/full_6852231JapanFrontccc.jpg,Tekipaki Working Love FX,PCFX,Strategy,NEC Interchannel,NEC Interchannel,,,,,,,1998-03-27, -/games/boxart/full_2083529JapanFrontccc.jpg,Tekken Card Challenge,WS,Strategy,Bandai,Namco,,,,,,,1999-06-17, -/games/boxart/full_1737446JapanFrontccc.jpg,Tenbu: Mega CD Special,SCD,Strategy,Wolf Team,Wolf Team,,,,,,,1992-12-25, -/games/boxart/full_tenchi-muyou-game-hen_5JapanFront.jpg,Tenchi Muyou! Game-Hen,SNES,Strategy,Banpresto,Banpresto,,,,,,,1995-10-27, -/games/boxart/full_5831795JapanFrontccc.jpg,Tenka Fubu: Eiyuutachi no Houkou,SCD,Strategy,Game Arts,Game Arts,,,,,,,1991-12-28, -/games/boxart/full_terminator-2-judgment-day-chess-wars_10AmericaFront.jpg,Terminator 2: Judgment Day - Chess Wars,PC,Strategy,Capstone Software,IntraCorp,,,,,,,1993-01-01, -/games/boxart/full_5695691JapanFrontccc.jpg,Terra Phantastica,SAT,Strategy,Sega,Sega,,,,,,,1996-12-27, -/games/boxart/full_555362AmericaFrontccc.jpg,Tethered,PS4,Strategy,Secret Sorcery,Secret Sorcery,,,,,,,2016-10-25,2018-04-08 -/games/boxart/full_898531AmericaFrontccc.jpg,The Adhara War,XBL,Strategy,Microsoft,Samuel Potter,,,,,,,2009-09-28, -/games/boxart/full_6207213AmericaFrontccc.jpg,The Ancient Art of War,PC,Strategy,Broderbund,Evryware,,,,,,,1984-01-01, -/games/boxart/full_4443201AmericaFrontccc.jpg,The Ancient Art of War at Sea,PC,Strategy,Broderbund,Evryware,,,,,,,1987-01-01, -/games/boxart/full_384760AmericaFrontccc.jpg,The Ancient Art of War in the Skies,PC,Strategy,Microprose,Evryware,,,,,,,1990-01-01, -/games/boxart/full_the-battle-of-the-bulge-tigers-in-the-snow_657AmericaFront.jpg,The Battle of the Bulge: Tigers in the Snow,PC,Strategy,Unknown,Tactical Design Group,,,,,,,, -/games/boxart/6599265ccc.jpg,The Chessmaster,SNES,Strategy,Mindscape,Software Toolworks,,,,,,,1991-09-01, -/games/boxart/full_the-chessmaster_8AmericaFront.jpg,The Chessmaster,NES,Strategy,Software Toolworks,Software Toolworks,,,,,,,1990-01-01, -/games/boxart/full_the-chessmaster_0AmericaFront.jpg,The Chessmaster,GB,Strategy,Hi Tech Expressions,Park Place Productions,,,,,,,1991-01-01, -/games/boxart/full_the-chessmaster_10AmericaFront.jpg,The Chessmaster,GG,Strategy,Sega,Sega,,,,,,,1991-01-01, -/games/boxart/full_5256576AmericaFrontccc.jpg,The Chessmaster 2000,PC,Strategy,Software Toolworks,Software Toolworks,,,,,,,1986-06-15, -/games/boxart/full_1207095AmericaFrontccc.jpg,The Chessmaster 3-D,PS,Strategy,Ubisoft,Mindscape,,,,,,,1996-01-01, -/games/boxart/full_6404441AmericaFrontccc.jpg,The Chessmaster 3000,PC,Strategy,Software Toolworks,Software Toolworks,,,,,,,1991-06-15, -/games/boxart/full_947768AmericaFrontccc.jpg,The Chessmaster 4000 Turbo,PC,Strategy,Software Toolworks,Software Toolworks,,,,,,,1993-06-15, -/games/boxart/493263ccc.jpg,The Chessmaster: Special Edition,GB,Strategy,Hi Tech Expressions,Park Place Productions,,,,,,,1993-04-01, -/games/boxart/full_5128615AmericaFrontccc.jpg,The Corporate Machine,PC,Strategy,Take-Two Interactive,Stardock,8.3,,,,,,2001-07-14, -/games/boxart/full_4937706JapanFrontccc.jpg,The Drugstore,PS,Strategy,Human Entertainment,Human Entertainment,,,,,,,1998-08-06, -/games/boxart/full_4279717AmericaFrontccc.png,The Elder Scrolls: Legends,PC,Strategy,Bethesda Softworks,Bethesda Softworks,,,,,,,2017-03-09, -/games/boxart/full_4422293AmericaFrontccc.jpg,The Entente Gold,PC,Strategy,Buka Entertainment,Lesta Studio,,,,,,,2003-08-11,2018-07-19 -/games/boxart/full_the-eye-of-judgment-legends_4AmericaFront.jpg,The Eye of Judgment: Legends,PSN,Strategy,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2010-03-10,2018-09-17 -/games/boxart/full_1486940AmericaFrontccc.jpg,The Few,OSX,Strategy,BlackMoon Design,BlackMoon Design,,,,,,,2013-06-25, -/games/boxart/full_1486732AmericaFrontccc.jpg,The Few,PC,Strategy,BlackMoon Design,BlackMoon Design,,,,,,,2013-06-25, -/games/boxart/full_986082AmericaFrontccc.jpg,The Golden Horde,PC,Strategy,DreamCatcher Interactive,WorldForge,,,,,,,2008-07-15, -/games/boxart/full_6295088PALFrontccc.jpg,The Great Art Race,PC,Strategy,Take-Two Interactive,Ascaron,,,,,,,2004-09-10, -/games/boxart/full_7600912AmericaFrontccc.jpg,The Great Battles of Caesar,PC,Strategy,Interactive Magic,Erudite Software Inc.,,,,,,,1998-02-28, -/games/boxart/full_6827856AmericaFrontccc.jpeg,The Great War 1918,PC,Strategy,Relic Entertainment,Relic Entertainment,,,,,,,2013-03-13, -/games/boxart/full_the-guild-2_5AmericaFront.jpg,The Guild 2,PC,Strategy,Aspyr,4HEAD Studios,,,,,,,2006-10-12, -/games/boxart/full_8497676AmericaFrontccc.jpg,The Guild 2: Pirates of the High Seas,PC,Strategy,DreamCatcher Interactive,4HEAD Studios,6.3,,,,,,2007-06-25, -/games/boxart/6621561ccc.jpg,The Guild 2: Venice,PC,Strategy,DreamCatcher Interactive,Trine Games,,,,,,,2008-10-07,2018-01-04 -/games/boxart/full_4991675AmericaFrontccc.jpg,The Guild: Europa 1400 Expansion,PC,Strategy,JoWood Productions,JoWooD Entertainment,,,,,,,2003-01-01, -/games/boxart/full_6134399AmericaFrontccc.jpeg,The Happy Hereafter,PC,Strategy,Buka Entertainment,"Alawar Entertainment, Inc.",,,,,,,2013-10-02,2019-05-03 -/games/boxart/full_4178231AmericaFrontccc.jpg,The History Channel - Civil War: The Game,PC,Strategy,Activision,Activision,,,,,,,2003-02-10, -/games/boxart/full_the-history-channel-great-battles-of-medieval_245PALFront.jpg,The History Channel: Great Battles - Medieval,PC,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-10-01, -/games/boxart/default.jpg,The History Channel: Great Battles of Middle Ages,PC,Strategy,Unknown,Slitherine Software,,,,,,,, -/games/boxart/default.jpg,The History Channel: Great Battles of Middle Ages,PS3,Strategy,Unknown,Slitherine Software,,,,,,,, -/games/boxart/full_the-history-channel-great-battles-of-middle-ages_187AmericaFront.jpg,The History Channel: Great Battles of Middle Ages,X360,Strategy,Unknown,Slitherine Software,,,,,,,, -/games/boxart/full_6697544AmericaFrontccc.jpg,The History Channel: Great Battles of Rome,PC,Strategy,CDV Software Entertainment,Slitherine Software,,,,,,,2007-10-15, -/games/boxart/full_3668414PALFrontccc.jpg,The History Channel: Great Battles of Rome,PS2,Strategy,Black Bean Games,Slitherine Software,,,,,,,2007-06-08, -/games/boxart/full_1036402PALFrontccc.png,The History Channel: Great Battles of Rome,PSN,Strategy,Slitherine Software,Slitherine Software,,,,,,,2010-01-21, -/games/boxart/full_5302626AmericaFrontccc.jpg,The Horde,3DO,Strategy,Crystal Dynamics,Toys for Bob,,,,,,,1994-01-01, -/games/boxart/full_922849AmericaFrontccc.jpg,The Horde,PC,Strategy,Crystal Dynamics,Toys for Bob,,,,,,,1994-01-01, -/games/boxart/full_5442742AmericaFrontccc.jpg,The Horde,SAT,Strategy,Crystal Dynamics,Toys for Bob,,,,,,,1997-06-01, -/games/boxart/2906943ccc.jpg,The Humans,GB,Strategy,GameTek,"Imagitec Design, Inc.",,,,,,,1992-01-02, -/games/boxart/full_the-hunt-for-red-october_654AmericaFront.jpg,The Hunt for Red October,NES,Strategy,Hi Tech Expressions,Beam Software,,,,,,,1991-01-01, -/games/boxart/full_6006976JapanFrontccc.jpg,The Hybrid Front,VC,Strategy,Sega,Sega,,,,,,,2007-05-29, -/games/boxart/full_2661801JapanFrontccc.jpg,The Hybrid Front,GEN,Strategy,Sega,Sega,,,,,,,1994-07-22, -/games/boxart/5709632ccc.jpg,The King of Chicago,PC,Strategy,Mindscape,Cinemaware,,,,,,,1987-01-01, -/games/boxart/default.jpg,The Kings' Crusade: Arabian Nights,PC,Strategy,NeocoreGames,Paradox Interactive,,,,,,,2011-03-01, -/games/boxart/full_the-kings-crusade-complete-edition_499JapanFront.jpg,The Kings' Crusade: Complete Edition,PC,Strategy,CyberFront,NeoCoreGames,,,,,,,2011-07-22, -/games/boxart/full_the-kings-crusade-new-allies_468AmericaFront.jpg,The Kings' Crusade: New Allies,PC,Strategy,Paradox Interactive,NeoCoreGames,,,,,,,2011-11-27, -/games/boxart/default.jpg,The Kings' Crusade: Teutonic Knights,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, -/games/boxart/full_2045027AmericaFrontccc.jpg,The Lord of the Rings: Battle for Middle-Earth Anthology,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2007-03-20, -/games/boxart/full_2019566PALFrontccc.png,The Lord of the Rings: Tactics,PSN,Strategy,Electronic Arts,Amaze Entertainment,,,,,,,2009-12-10, -/games/boxart/full_8122862AmericaFrontccc.jpg,The Lord of the Rings: The Battle for Middle-earth II: The Rise of the Witch-King,PC,Strategy,Electronic Arts,EA Los Angeles,,,,,,,2006-11-28, -/games/boxart/2550662ccc.jpg,The Lord of the Rings: War of the Ring,PC,Strategy,Sierra Entertainment,Liquid Entertainment,,,,,,,2003-11-04, -/games/boxart/default.jpg,The Maid's Story,PC,Strategy,C's Ware,C's Ware,,,,,,,1997-01-01, -/games/boxart/full_the-nations_392AmericaFront.jpg,The Nations,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2001-01-01, -/games/boxart/full_the-nations-gold-edition_129PALFront.jpg,The Nations: Gold Edition,PC,Strategy,JoWood Productions,JoWood Productions,,,,,,,2002-11-16, -/games/boxart/full_5486861AmericaFrontccc.jpg,The Nightmare Cooperative,PC,Strategy,Lucky Frame,Lucky Frame,,,,,,,2014-07-16, -/games/boxart/full_8181494AmericaFrontccc.jpg,The Nightmare Cooperative,OSX,Strategy,Lucky Frame,Lucky Frame,,,,,,,2014-07-16, -/games/boxart/full_5335449AmericaFrontccc.jpg,The Nightmare Cooperative,Linux,Strategy,Lucky Frame,Lucky Frame,,,,,,,2014-07-16, -/games/boxart/full_7261775AmericaFrontccc.jpg,The Operational Art of War II: Modern Battles 1956 - 2000,PC,Strategy,TalonSoft,Norm Koger,,,,,,,1999-04-30, -/games/boxart/7871167ccc.gif,The Oregon Trail 3rd Edition,PC,Strategy,The Learning Company,The Learning Company,,,,,,,1997-01-01, -/games/boxart/1484935ccc.jpg,The Perfect General,3DO,Strategy,Kirin Entertainment,Game Guild,,,,,,,1996-01-01, -/games/boxart/full_the-perfect-general_9AmericaFront.jpg,The Perfect General,PC,Strategy,Quantum Quality,White Wolf Productions,,,,,,,1991-01-01, -/games/boxart/full_the-perfect-general-ii_3AmericaFront.jpg,The Perfect General II,PC,Strategy,American Laser Games,Quantum Quality Productions,,,,,,,1994-01-01, -/games/boxart/full_1526892AmericaFrontccc.jpg,The Political Machine,PC,Strategy,Ubisoft,Stardock,,,,,,,2004-08-12, -/games/boxart/full_3101596AmericaFrontccc.jpg,The Settlers III: Quest of the Amazons,PC,Strategy,Blue Byte,Blue Byte,,,,,,,1998-12-20, -/games/boxart/full_6122808AmericaFrontccc.jpg,The Settlers: Rise of an Empire Gold Edition,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2008-09-22, -/games/boxart/1426265ccc.jpg,The Third World War,SCD,Strategy,Extreme Entertainment Group,Micronet,,,,,,,1994-01-01, -/games/boxart/full_975318AmericaFrontccc.jpg,The Tomorrow Children,PS4,Strategy,Sony Interactive Entertainment,Q Games,,,,,,,2016-09-06,2018-09-14 -/games/boxart/full_8085570JapanFrontccc.jpg,The Tower,SAT,Strategy,Open Book,Open Book,,,,,,,1996-03-01, -/games/boxart/full_1047736JapanFrontccc.jpg,The Tower,3DO,Strategy,Open Book,Open Book,,,,,,,1996-03-08, -/games/boxart/full_4636954JapanFrontccc.jpg,The Tower DS,DS,Strategy,DigiToys,DigiToys,,,,,,,2008-06-26, -/games/boxart/default.jpg,The Tower DS Classic,DSiW,Strategy,DigiToys,DigiToys,,,,,,,2009-08-26, -/games/boxart/default.jpg,The Tower DS: Kougai Ekimae Ichiba ni Idome!! Kyodai Shopping Center Hen,DSiW,Strategy,DigiToys,DigiToys,,,,,,,2009-10-21, -/games/boxart/default.jpg,The Tower DS: Ura Roji no Nitouchi ni Ichiryuu Hotel o Kensetsuseyo!! Hen,DSiW,Strategy,DigiToys,DigiToys,,,,,,,2009-09-30, -/games/boxart/full_5787604AmericaFrontccc.jpg,The Witcher Battle Arena,And,Strategy,CD Projekt Red Studio,CD Projekt Red Studio,,,,,,,2015-01-22, -/games/boxart/full_2875357JapanFrontccc.jpg,Theme Aquarium,PSN,Strategy,Electronic Arts Victor,Bullfrog Productions,,,,,,,2009-09-24, -/games/boxart/full_2177982JapanFrontccc.jpg,Theme Aquarium,PS,Strategy,Electronic Arts Victor,Bullfrog Productions,,,,,,,1998-12-17, -/games/boxart/full_1660416PALFrontccc.png,Theme Park,PSN,Strategy,Electronic Arts,Bullfrog Productions,,,,,,,2008-11-06, -/games/boxart/3668540ccc.jpg,Theme Park,AJ,Strategy,Ocean,Bullfrog Productions,,,,,,,1995-03-01, -/games/boxart/full_threadspace-hyperbol_288AmericaFront.jpg,ThreadSpace: Hyperbol,PC,Strategy,Atari,iocaine studios,6.5,,,,,,2007-07-12, -/games/boxart/7335166ccc.gif,Thrillville,XB,Strategy,LucasArts,Frontier Developments,,,,,,,2006-11-21, -/games/boxart/full_6544178AmericaFrontccc.png,Thrillville: Off the Rails,PSN,Strategy,LucasArts,Frontier Developments,,,,,,,2009-09-30, -/games/boxart/full_tides-of-war_556AmericaFront.jpg,Tides of War,PC,Strategy,GT Interactive,Devil's Thumb Entertainment,,,,,,,1999-01-01, -/games/boxart/full_220101AmericaFrontccc.png,Tiestru,PC,Strategy,Unknown,Unknown,,,,,,,2014-08-20, -/games/boxart/full_time-of-defiance_3AmericaFront.jpg,Time of Defiance,PC,Strategy,Strategy First,Nicely Crafted,,,,,,,2004-09-28, -/games/boxart/full_time-of-fury_420AmericaFront.jpg,Time of Fury,PC,Strategy,Slitherine Software,Slitherine,,,,,,,2011-11-19, -/games/boxart/full_tin-soldiers-julius-caesar_8AmericaFront.jpg,Tin Soldiers: Julius Caesar,PC,Strategy,Matrix Games,Koios Works,,,,,,,2005-04-25, -/games/boxart/default.jpg,Tiny Token Empires,PSN,Strategy,Unknown,BiP media,,,,,,,, -/games/boxart/full_1810479AmericaFrontccc.jpeg,To End All Wars,PC,Strategy,Slitherine,Slitherine,,,,,,,2014-08-29, -/games/boxart/full_3026404JapanFrontccc.jpg,Tokyo Bus Annai: Bijin Bug Guide Tenjou Pack,DC,Strategy,Fortyfive,Fortyfive,,,,,,,2000-12-21, -/games/boxart/full_5260463JapanFrontccc.jpg,Tokyo Bus Guide,DC,Strategy,Fortyfive,Fortyfive,,,,,,,1999-12-23, -/games/boxart/full_929028AmericaFrontccc.jpg,Tom Clancy's EndWar,XBL,Strategy,Ubisoft,Ubisoft Shanghai,,,,,,,2010-05-11, -/games/boxart/full_2377795AmericaFrontccc.png,Tom Clancy's EndWar,PSN,Strategy,Ubisoft,Funatics Software,,,,,,,2009-09-30, -/games/boxart/2902452ccc.jpg,Tonka Construction Site,GB,Strategy,TDK Mediactive,Cosmigo,,,,,,,2002-05-30, -/games/boxart/full_9494509AmericaFrontccc.jpg,Tooth and Tail,PC,Strategy,Pocketwatch Games,Pocketwatch Games,,,,,,,2017-09-12,2018-07-19 -/games/boxart/full_top-breeder_778JapanFront.jpg,Top Breeder,PC,Strategy,Angie,Angie,,,,,,,2000-08-04, -/games/boxart/default.jpg,Total Annihilation/Battle Tactics/The Core Contingency,PC,Strategy,Unknown,Cavedog Entertainment/1AM Productions,,,,,,,, -/games/boxart/full_5600159AmericaFrontccc.jpg,Total Annihilation: Battle Tactics,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,1998-06-30, -/games/boxart/full_672123AmericaFrontccc.jpg,Total Annihilation: Kingdoms - The Iron Plague,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,2000-02-29, -/games/boxart/full_3317693AmericaFrontccc.jpg,Total Annihilation: The Core Contingency,PC,Strategy,GT Interactive,Cavedog Entertainment,,,,,,,1998-04-30, -/games/boxart/full_9697452PALFrontccc.jpg,Total War: Anthology,PC,Strategy,Sega,Sega,,,,,,,2009-11-27, -/games/boxart/full_4795196PALFrontccc.jpg,Total War: Attila,OSX,Strategy,Sega,Creative Assembly,,,,,,,2016-01-01,2018-05-29 -/games/boxart/full_8361149PALFrontccc.jpg,Total War: Attila,Linux,Strategy,Sega,Creative Assembly,,,,,,,2016-01-01,2018-05-29 -/games/boxart/default.jpg,Total War: Battle Pack,PC,Strategy,Sega,Sega,,,,,,,2010-05-04, -/games/boxart/full_8475091AmericaFrontccc.jpg,Total War: Eras,PC,Strategy,Sega,The Creative Assembly,,,,,,,2006-08-01, -/games/boxart/full_6745143PALFrontccc.jpg,Total War: WARHAMMER,OSX,Strategy,Sega,Creative Assembly,,,,,,,2016-05-24,2018-05-30 -/games/boxart/full_4496078JapanFrontccc.jpg,Totsugeki! Pappara Tai,GB,Strategy,J-Wing,J-Wing,,,,,,,2000-03-10, -/games/boxart/full_254635AmericaFrontccc.jpg,Tower Revolution,XBL,Strategy,Microsoft,Super Mawl,,,,,,,2008-12-06, -/games/boxart/full_6153744AmericaFrontccc.jpg,Toy Soldiers,XBL,Strategy,Microsoft,Signal Studios,8.4,,,,,,2010-03-03, -/games/boxart/full_toy-soldiers-cold-war_762AmericaFront.jpg,Toy Soldiers: Cold War,XBL,Strategy,Microsoft,Signal Studios,8.4,,,,,,2011-08-17, -/games/boxart/full_toy-soldiers-invasion_650AmericaFront.jpg,Toy Soldiers: Invasion!,XBL,Strategy,Microsoft,Signal Studios,,,,,,,2010-09-29, -/games/boxart/full_toy-soldiers-the-kaisers-battle_577AmericaFront.jpg,Toy Soldiers: The Kaiser's Battle,XBL,Strategy,Microsoft,Signal Studios,,,,,,,2010-06-30, -/games/boxart/5491358ccc.jpg,Trade Empires,PC,Strategy,Eidos Interactive,FrogCity Softwares,,,,,,,2001-09-17, -/games/boxart/full_3238026AmericaFrontccc.jpg,Trailer Park Tycoon,PC,Strategy,Jaleco,Jaleco Entertainment,4.5,,,,,,2002-11-27, -/games/boxart/full_4295550PALFrontccc.jpg,Trains and Trucks Tycoon,PC,Strategy,Unknown,Unknown,,,,,,,, -/games/boxart/full_5494094AmericaFrontccc.jpg,Trajectory,XBL,Strategy,Microsoft,Lauriewsmith,,,,,,,2009-02-20, -/games/boxart/full_6863387JapanFrontccc.jpg,Transport Tycoon,SAT,Strategy,Imagineer,MicroProse,,,,,,,1997-11-20, -/games/boxart/full_1629827PALFrontccc.jpg,Transport Tycoon,PS,Strategy,Ocean,Digital Amusement,,,,,,,1997-09-01, -/games/boxart/full_1260597JapanFrontccc.jpg,Transport Tycoon 3D,PS,Strategy,Unbalance,MicroProse,,,,,,,1996-08-06, -/games/boxart/full_5402770AmericaFrontccc.jpg,Transport Tycoon Deluxe,PC,Strategy,Microprose,MicroProse,,,,,,,1995-01-01, -/games/boxart/full_trenches-generals_715AmericaFront.jpg,Trenches Generals,WW,Strategy,Unknown,Fishing Cactus,6,,,,,,2011-09-01, -/games/boxart/full_tribal-trouble_74AmericaFront.jpg,Tribal Trouble,PC,Strategy,Oddmobb,Oddlabs ApS,,,,,,,2005-03-31, -/games/boxart/full_tribal-trouble-2_213AmericaFront.jpg,Tribal Trouble 2,PC,Strategy,Unknown,Oddlabs,,,,,,,, -/games/boxart/full_tribal-wars_913AmericaFront.jpg,Tribal Wars,PC,Strategy,Unknown,InnoGames,,,,,,,2003-06-01, -/games/boxart/full_9461178AmericaFrontccc.jpeg,Trolls vs Vikings,PC,Strategy,Unknown,Unknown,,,,,,,2015-01-01, -/games/boxart/full_tropico-3-absolute-power_659PALFront.jpg,Tropico 3: Absolute Power,PC,Strategy,Kalypso,Haemimont Games,,,,,,,2010-05-17, -/games/boxart/full_854167AmericaFrontccc.jpg,Tropico: Paradise Island,PC,Strategy,Take-Two Interactive,BreakAway Games,8.2,,,,,,2002-02-03, -/games/boxart/default.jpg,Truckers Tycoon,PC,Strategy,Unknown,Nikita,,,,,,,, -/games/boxart/full_3707144AmericaFrontccc.jpg,Two Thrones,PC,Strategy,Strategy First,Paradox Interactive,,,,,,,2004-02-10, -/games/boxart/default.jpg,Two Worlds II Castle Defense,PC,Strategy,Unknown,TopWare Interactive,6.5,,,,,,, -/games/boxart/full_4709717AmericaFrontccc.jpg,Tycoon Collection,PC,Strategy,Activision,Activision Value,,,,,,,2005-06-14, -/games/boxart/full_5340026PALFrontccc.jpg,Tycoon Deluxe Edition,PC,Strategy,Atari,Various,,,,,,,2006-09-29, -/games/boxart/full_2634036AmericaFrontccc.jpg,Tyrants: Fight Through Time,GEN,Strategy,Virgin Interactive,Sensible Software,,,,,,,1992-01-01, -/games/boxart/full_5635848JapanFrontccc.jpg,Uchuu no Stellvia Advance,GBA,Strategy,King Records,King Records,,,,,,,2004-04-23, -/games/boxart/full_501150JapanFrontccc.jpg,Uchuu Senkan Yamato,GB,Strategy,Bec,Bec,,,,,,,1992-07-17, -/games/boxart/full_7019913JapanFrontccc.jpg,Uchuu Senkan Yamato,WS,Strategy,Bandai,Tom Create,,,,,,,2001-02-08, -/games/boxart/full_2227089JapanFrontccc.jpg,Uchuu Senkan Yamato,PCE,Strategy,Human Entertainment,Human Entertainment,,,,,,,1992-11-22, -/games/boxart/full_uchuu-senkan-yamato-ankoku-seidan-teikoku-no-gyakushuu_6JapanFront.jpg,Uchuu Senkan Yamato: Ankoku Seidan Teikoku no Gyakushuu,PS2,Strategy,Bandai,Bandai,,,,,,,2005-01-27, -/games/boxart/full_uchuu-senkan-yamato-iscandar-he-no-tsuioku_7JapanFront.jpg,Uchuu Senkan Yamato: Iscandar he no Tsuioku,PS2,Strategy,Bandai,Bandai,,,,,,,2004-10-06, -/games/boxart/9424787ccc.png,UFO: Aftershock,PC,Strategy,Unknown,Altar Interactive,,,,,,,2005-11-23, -/games/boxart/1098475ccc.jpg,Ultimate Brain Games,DS,Strategy,Unknown,Unknown,,,,,,,, -/games/boxart/full_7786027AmericaFrontccc.jpg,Ultimate Tycoon Collection,PC,Strategy,Global Star Software,Global Star Software,,,,,,,2004-01-01, -/games/boxart/full_1427309JapanFrontccc.jpg,Ultraman Club: Teki Kaijuu o Hakken Seyo,GB,Strategy,Bandai,Bandai,,,,,,,1990-05-26, -/games/boxart/full_uncharted-waters_4AmericaFront.jpg,Uncharted Waters,PC,Strategy,KOEI,Koei,,,,,,,1990-01-01, -/games/boxart/469251ccc.jpg,Uncharted Waters,GEN,Strategy,KOEI,Koei,,,,,,,1992-04-28, -/games/boxart/full_2087503AmericaFrontccc.jpg,Uncharted Waters,NES,Strategy,KOEI,Koei,,,,,,,1991-11-01, -/games/boxart/full_731096AmericaFrontccc.jpg,Uncharted Waters,SNES,Strategy,KOEI,Koei,,,,,,,1993-01-01, -/games/boxart/full_under-siege_339PALFront.jpg,Under Siege,PSN,Strategy,Unknown,Seed Studios,7,,,,,,2011-06-02, -/games/boxart/full_universal-combat-collectors-edition_293AmericaFront.jpg,Universal Combat Collectors Edition,PC,Strategy,3000AD,"3000AD, Inc.",,,,,,,2006-08-03, -/games/boxart/full_universal-combat-a-world-apart_57AmericaFront.jpg,Universal Combat: A World Apart,PC,Strategy,3000AD,"3000AD, Inc.",,,,,,,2005-08-15, -/games/boxart/default.jpg,Uprising 44,X360,Strategy,Unknown,DMD Enterprise Studio,,,,,,,, -/games/boxart/default.jpg,Uprising 44,PC,Strategy,Unknown,DMD Enterprise Studio,,,,,,,, -/games/boxart/full_8760303AmericaFrontccc.jpg,Urban Assault,PC,Strategy,Microsoft,Terratools,,,,,,,1998-07-31, -/games/boxart/full_1885088AmericaFrontccc.jpeg,Urban Empire,PC,Strategy,Kalypso Media,Kalypso Media,,,,,,,2017-01-24, -/games/boxart/full_us-and-them-cold-war_945PALFront.jpg,Us and Them: Cold War,PC,Strategy,Avanquest,icehole,,,,,,,2011-11-04, -/games/boxart/default.jpg,Utawarerumono,PC,Strategy,Leaf,Leaf,,,,,,,2002-04-26, -/games/boxart/full_valet-parking-inc_857AmericaFront.jpg,Valet Parking Inc.,XBL,Strategy,Microsoft,CandelaCreations,,,,,,,2010-11-22, -/games/boxart/full_8157798JapanFrontccc.jpg,Vanguard Bandits,PSN,Strategy,Human Entertainment,Human Entertainment,,,,,,,2009-09-24, -/games/boxart/full_6194169AmericaFrontccc.jpg,Vegas Tycoon,PC,Strategy,Global Star Software,Deep Red,7.7,,,,,,2004-01-15, -/games/boxart/full_3317728JapanFrontccc.jpg,Velvet file Plus,PS2,Strategy,Seta Corporation,Nexus Interact,,,,,,,2001-03-29, -/games/boxart/full_venture_697AmericaFront.jpg,Venture,XBL,Strategy,Microsoft,BigBlackBlock Gamestudio,,,,,,,2011-07-25, -/games/boxart/full_1804607PALFrontccc.jpg,Venture Tycoon,PC,Strategy,Activision Value,Animedia,,,,,,,2001-01-01, -/games/boxart/full_vermeer_105PALFront.jpg,Vermeer,PC,Strategy,Ascaron Entertainment,Ascaron Entertainment GmbH,,,,,,,2001-03-09, -/games/boxart/full_vermeer-2_412PALFront.jpg,Vermeer 2,PC,Strategy,Ascaron Entertainment,Ascaron Entertainment GmbH,,,,,,,2004-09-11, -/games/boxart/full_3244546JapanFrontccc.jpg,Vermilion Desert,DC,Strategy,Riverhillsoft,River Hill Software,,,,,,,1999-12-02, -/games/boxart/full_vertex-dispenser_589AmericaFront.jpg,Vertex Dispenser,PC,Strategy,Unknown,Smestorp Limited,,,,,,,2011-06-10, -/games/boxart/default.jpg,Victoria,PC,Strategy,Unknown,Paradox Interactive,,,,,,,, -/games/boxart/full_victoria-ii-a-house-divided_793AmericaFront.jpg,Victoria II: A House Divided,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2012-01-24, -/games/boxart/full_victoria-complete_111PALFront.jpg,Victoria: Complete,PC,Strategy,Paradox Interactive,Paradox Interactive,,,,,,,2010-08-20, -/games/boxart/full_7114995AmericaFrontccc.jpg,Victoria: Revolutions,PC,Strategy,GamersGate,Paradox Interactive,,,,,,,2006-08-17, -/games/boxart/full_5040818PALFrontccc.jpg,Victory At Sea,Linux,Strategy,Evil Twin Artworks,Evil Twin Artworks,,,,,,,2014-08-08,2018-08-10 -/games/boxart/full_7605561PALFrontccc.jpg,Victory At Sea,PC,Strategy,Evil Twin Artworks,Evil Twin Artworks,,,,,,,2014-08-08,2018-08-10 -/games/boxart/full_220349PALFrontccc.jpg,Victory At Sea,OSX,Strategy,Evil Twin Artworks,Evil Twin Artworks,,,,,,,2014-08-08,2018-08-10 -/games/boxart/full_8481368AmericaFrontccc.jpg,Viking Invasion,DSiW,Strategy,BiP Media,BiP Studios,,,,,,,2009-11-02, -/games/boxart/full_vikings-the-strategy-of-ultimate-conquest_895AmericaFront.jpg,Vikings: The Strategy of Ultimate Conquest,PC,Strategy,GT Interactive,Random Games Inc.,,,,,,,1996-01-01, -/games/boxart/full_5680803JapanFrontccc.jpg,Volfoss,PS,Strategy,Namco,Namco,,,,,,,2001-02-22, -/games/boxart/full_7935665JapanFrontccc.jpg,Wallaby!! Usagi no Kuni no Kanagroo Race,VC,Strategy,Hudson Soft,Tenky,,,,,,,2009-02-24, -/games/boxart/full_2576228JapanFrontccc.jpg,Wallaby!! Usagi no Kuni no Kanagroo Race,PCE,Strategy,NCS,Tenky,,,,,,,1990-12-14, -/games/boxart/full_1136625JapanFrontccc.jpg,Wannyon Idol Gakuen,GBA,Strategy,Culture Brain,Culture Brain,,,,,,,2003-12-30, -/games/boxart/default.jpg,War Breeds,PC,Strategy,Unknown,Red Orb,,,,,,,, -/games/boxart/2123420ccc.jpg,War Front: Turning Point,PC,Strategy,CDV Software Entertainment,Digital Reality,,,,,,,2007-02-23, -/games/boxart/full_5807196AmericaFrontccc.jpg,War in a Box: Paper Tanks,OSX,Strategy,DQ Team,DQ Team,,,,,,,2014-07-04,2018-08-10 -/games/boxart/full_4427453AmericaFrontccc.jpg,War in a Box: Paper Tanks,Linux,Strategy,DQ Team,DQ Team,,,,,,,2014-07-04,2018-08-10 -/games/boxart/full_2045460AmericaFrontccc.jpg,War in a Box: Paper Tanks,PC,Strategy,DQ Team,DQ Team,,,,,,,2014-07-04,2018-08-10 -/games/boxart/full_3851041AmericaFrontccc.jpeg,War in Middle Earth,ACPC,Strategy,Melbourne House,Melbourne House,,,,,,,1989-01-01,2018-01-06 -/games/boxart/4279916ccc.jpg,War in the Pacific: Admiral's Edition,PC,Strategy,Matrix Games,Henderson Field Designs,,,,,,,2009-07-27, -/games/boxart/full_5508028PALFrontccc.jpg,War on Folvos,PC,Strategy,Lonely Troops,Unknown,,,,,,,2006-09-26, -/games/boxart/full_1340288PALFrontccc.jpg,War RTS Deluxe,PC,Strategy,Atari,Cavedog Entertainment/Eugen Systems/TimeGate Studios,,,,,,,2005-12-09, -/games/boxart/full_2919469AmericaFrontccc.jpg,War Wind,PC,Strategy,SSI,DreamForge Intertainment,,,,,,,1996-09-30, -/games/boxart/full_9886921AmericaFrontccc.jpg,War Wind II: Human Onslaught,PC,Strategy,SSI,DreamForge Intertainment,,,,,,,1997-11-30, -/games/boxart/1606022ccc.jpg,Warcraft II: Beyond the Dark Portal,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,9.2,,,,,,1996-04-30, -/games/boxart/65110ccc.jpg,WarCraft II: The Dark Saga,SAT,Strategy,Electronic Arts,Blizzard Entertainment,8,,,,,,1997-08-31, -/games/boxart/full_6249309AmericaFrontccc.jpg,Warfare,PC,Strategy,Tri Synergy,GFI Russia,,,,,,,2008-11-20, -/games/boxart/full_1150593AmericaFrontccc.jpg,Warfare Nations,And,Strategy,VOLV LLC,VOLV LLC,,,,,,,2014-05-28, -/games/boxart/full_4645541AmericaFrontccc.jpg,Warfare Nations,WinP,Strategy,VOLV LLC,VOLV LLC,,,,,,,2014-05-28, -/games/boxart/full_wargame-construction-set_576AmericaFront.jpg,Wargame Construction Set,PC,Strategy,"Strategic Simulations, Inc",Strategic Simulations Inc,,,,,,,1987-01-01, -/games/boxart/full_2198602AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate",PC,Strategy,SSI,Random Games,7.5,,,,,,1998-10-31, -/games/boxart/full_5206388PALFrontccc.jpg,"Warhammer 40,000: Dawn Of War - The Complete Collection",PC,Strategy,THQ,Relic,,,,,,,2008-03-21, -/games/boxart/full_7394449AmericaFrontccc.jpg,"Warhammer 40,000: Dawn of War: Platinum Edition",PC,Strategy,THQ,Relic,,,,,,,2007-06-06, -/games/boxart/3990515ccc.jpg,"Warhammer 40,000: Dawn of War: Winter Assault",PC,Strategy,THQ,Relic,8.4,,,,,,2005-09-21, -/games/boxart/full_warhammer-40000-glory-in-death_947AmericaFront.png,"Warhammer 40,000: Glory in Death",NGage,Strategy,Nokia,Razorback Developments,,,,,,,2006-01-01, -/games/boxart/full_1721963AmericaFrontccc.jpg,"Warhammer 40,000: Rites of War",PC,Strategy,SSI,DreamForge Intertainment,8,,,,,,1999-06-30, -/games/boxart/default.jpg,Warhammer Quest,PC,Strategy,Chilled Mouse,Rodeo Games,,,,,,,2015-01-07, -/games/boxart/default.jpg,Warhammer Quest,OSX,Strategy,Chilled Mouse,Rodeo Games,,,,,,,2015-01-07, -/games/boxart/default.jpg,Warhammer Quest,Linux,Strategy,Chilled Mouse,Rodeo Games,,,,,,,2015-01-07, -/games/boxart/full_8019422AmericaFrontccc.jpg,Warhammer: Shadow of the Horned Rat,PC,Strategy,Mindscape,Mindscape,,,,,,,1995-11-11, -/games/boxart/646770ccc.jpg,Warlocked,GBC,Strategy,Nintendo,Bits Studios,,,,,,,2000-07-24,2018-01-06 -/games/boxart/full_warlords_0AmericaFront.jpg,Warlords,PC,Strategy,Unknown,SSG,,,,,,,, -/games/boxart/full_6514693AmericaFrontccc.jpg,Warlords Battlecry,PC,Strategy,SSI,Strategic Studies Group,,,,,,,2000-07-09, -/games/boxart/full_8392754AmericaFrontccc.jpg,Warlords Battlecry II,PC,Strategy,Ubisoft,Strategic Studies Group,,,,,,,2002-03-11, -/games/boxart/7463135ccc.jpg,Warlords Battlecry III,PC,Strategy,Enlight,Infinite Interactive,,,,,,,2004-05-19, -/games/boxart/default.jpg,Warlords DS,DS,Strategy,Unknown,Glyphic Entertainment,,,,,,,, -/games/boxart/full_warlords-ii_6PALFront.jpg,Warlords II,PC,Strategy,Strategic Studies Group,SSG,,,,,,,1993-01-01, -/games/boxart/full_warlords-iii-darklords-rising_2AmericaFront.jpg,Warlords III: Darklords Rising,PC,Strategy,Ubisoft,SSG,,,,,,,1998-08-31, -/games/boxart/full_warlords-iii-reign-of-heroes_9AmericaFront.jpg,Warlords III: Reign of Heroes,PC,Strategy,Broderbund,SSG,,,,,,,1997-07-31, -/games/boxart/full_3807889AmericaFrontccc.jpg,Warmachine: Tactics,PC,Strategy,Privateer Press Interactive,WhiteMoon Dreams,,,,,,,2014-11-21,2019-04-12 -/games/boxart/full_6457932AmericaFrontccc.jpg,Warmachine: Tactics,OSX,Strategy,Privateer Press Interactive,WhiteMoon Dreams,,,,,,,2014-11-21,2019-04-12 -/games/boxart/full_8041706AmericaFrontccc.jpg,WarMen Tactics,WW,Strategy,Calaris,Calaris,,,,,,,2010-02-15, -/games/boxart/default.jpg,Warr,XBL,Strategy,Unknown,Abico,,,,,,,, -/games/boxart/full_2565452AmericaFrontccc.png,Warrior Chess,And,Strategy,Unknown,Unknown,,,,,,,2014-01-10, -/games/boxart/full_8396462AmericaFrontccc.jpg,Warrior of Rome,GEN,Strategy,Micronet,Micronet,,,,,,,1991-05-01, -/games/boxart/full_7350681AmericaFrontccc.jpg,Warrior of Rome II,GEN,Strategy,Micronet,Micronet,,,,,,,1992-01-01, -/games/boxart/full_4018933AmericaFrontccc.jpg,Warsong,VC,Strategy,NCS,NCS,,,,,,,2007-11-27, -/games/boxart/full_3253138AmericaFrontccc.jpg,Warsong,GEN,Strategy,Treco,NCS,,,,,,,1991-04-25, -/games/boxart/full_3833516AmericaFrontccc.jpg,Weird Worlds: Return to Infinite Space,PC,Strategy,Shrapnel Games,Digital Eel,,,,,,,2005-11-04, -/games/boxart/full_350609AmericaFrontccc.jpg,Westward IV: All Aboard,PC,Strategy,Unknown,Sandlot Games,,,,,,,, -/games/boxart/full_8817104AmericaFrontccc.jpg,Wildlife Tycoon: Venture Africa,PC,Strategy,Mumbo Jumbo,Pocketwatch Games,,,,,,,2006-02-24, -/games/boxart/full_9117474AmericaFrontccc.jpg,Wildlife Zoo,PC,Strategy,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2006-10-02, -/games/boxart/full_4651719AmericaFrontccc.jpg,Wildlife Zoo: Deluxe Edition,PC,Strategy,DreamCatcher Interactive,DreamCatcher Interactive,,,,,,,2008-07-08, -/games/boxart/default.jpg,Winemaker Extraordinaire,PC,Strategy,uClick,Overplay,,,,,,,2009-04-20, -/games/boxart/default.jpg,World in Conflict: Soviet Assault,X360,Strategy,Unknown,Massive Entertainment / Swordfish Studios,,,,,,,, -/games/boxart/default.jpg,World in Conflict: Soviet Assault,PS3,Strategy,Unknown,Massive Entertainment / Swordfish Studios,,,,,,,, -/games/boxart/full_6835695JapanFrontccc.jpg,World Neverland 2 Plus,DC,Strategy,Riverhillsoft,Riverhillsoft,,,,,,,2000-03-30, -/games/boxart/full_5484019JapanFrontccc.jpg,World Neverland Plus: Orurudo Oukoku Monogatari,DC,Strategy,Riverhillsoft,Riverhillsoft,,,,,,,1999-07-15, -/games/boxart/full_2334810AmericaFrontccc.jpg,World War II: Panzer Claws,PC,Strategy,Eidos Interactive,Zuxxez Entertainment,,,,,,,2002-11-14, -/games/boxart/full_1896950PALFrontccc.jpg,World War II: Panzer Claws II,PC,Strategy,Koch Media,Reality Pump,,,,,,,2004-12-03, -/games/boxart/default.jpg,Worlds of Magic,PC,Strategy,Wastelands Interactive,Wastelands Interactive,,,,,,,2015-03-19, -/games/boxart/1528581ccc.jpg,Worms,PC,Strategy,Ocean,Team17 Software,,,,,,,1995-10-31, -/games/boxart/full_2895621PALFrontccc.jpg,Worms,GB,Strategy,Ocean,Team17 Software,,,,,,,1995-01-01, -/games/boxart/full_8656374AmericaFrontccc.jpg,Worms,SAT,Strategy,Ocean,Team17 Software,,,,,,,1997-01-01, -/games/boxart/full_5010401PALFrontccc.jpg,Worms,SNES,Strategy,Ocean,EastPoint,,,,,,,1996-09-29, -/games/boxart/full_6049163AmericaFrontccc.jpg,Worms,AJ,Strategy,Telegames,Team17 Software,,,,,,,1998-01-01, -/games/boxart/full_5952375AmericaFrontccc.jpg,Worms,PS,Strategy,Ocean,Team17 Software,,,,,,,1995-01-01, -/games/boxart/full_5085944PALFrontccc.jpg,Worms,GEN,Strategy,Ocean,EastPoint,,,,,,,1995-06-01, -/games/boxart/full_9414245AmericaFrontccc.jpg,Worms 2: Armageddon,XBL,Strategy,Team17 Software,Team17 Software,,,,,,,2009-07-01, -/games/boxart/full_worms-2-armageddon_4AmericaFront.jpg,Worms 2: Armageddon,PSN,Strategy,Team17 Software,Team17 Software,,,,,,,2010-09-14, -/games/boxart/full_6354926PALFrontccc.jpg,Worms 4: Mayhem,PS2,Strategy,Codemasters,Team17 Software,,,,,,,2005-07-29, -/games/boxart/9396378ccc.jpg,Worms Armageddon,DC,Strategy,Hasbro Interactive,Team17 Software,8.4,,,,,,1999-12-12, -/games/boxart/8210321ccc.jpg,Worms Armageddon,GB,Strategy,Infogrames,Team17 Software,,,,,,,2000-01-01, -/games/boxart/full_5661150PALFrontccc.jpg,Worms Battlegrounds,XOne,Strategy,Team17 Software,Team17,,,,,,,2015-01-01,2018-05-25 -/games/boxart/full_9357922PALFrontccc.jpg,Worms Forts: Under Siege,PC,Strategy,Sega,Team17 Software,,,,,,,2004-11-24, -/games/boxart/full_1890501AmericaFrontccc.jpg,Worms Triple Pack,PC,Strategy,Ubisoft,Team17 Software,,,,,,,2002-07-09, -/games/boxart/full_worms-world-party_768AmericaFront.jpg,Worms World Party,NGage,Strategy,Nokia,Paragon 5,8.1,,,,,,2005-05-11, -/games/boxart/844751ccc.jpg,Worms World Party,DC,Strategy,Titus,Team17 Software,,,,,,,2001-06-03, -/games/boxart/full_9370038AmericaFrontccc.jpg,Worms World Party,PS,Strategy,Ubisoft,Team17 Software,,,,,,,2001-12-14, -/games/boxart/full_1372167PALFrontccc.jpg,Worms World Party,GIZ,Strategy,Unknown,Team17 Software,,,,,,,, -/games/boxart/full_worms-battle-islands_540AmericaFront.jpg,Worms: Battle Islands,PSN,Strategy,Team17 Software,Team17 Software,7.3,,,,,,2010-11-23, -/games/boxart/full_6259313PALFrontccc.jpg,Worms: Reinforcements,PC,Strategy,Ocean,Team17 Software,,,,,,,1995-01-01, -/games/boxart/full_worms-ultimate-mayhem_133AmericaFront.jpg,Worms: Ultimate Mayhem,XBL,Strategy,Unknown,Team17 Software,6,,,,,,2011-09-28, -/games/boxart/default.jpg,Worms: Ultimate Mayhem,PSN,Strategy,Unknown,Team17 Software,,,,,,,, -/games/boxart/full_6939648AmericaFrontccc.png,WWE SuperCard,And,Strategy,2K Games,2K Games,,,,,,,2014-08-13, -/games/boxart/full_wwf-with-authority_948AmericaFront.jpg,WWF With Authority!,PC,Strategy,THQ,Genetic Anomalies,,,,,,,2001-07-23, -/games/boxart/full_4376688AmericaFrontccc.jpg,X-COM: Terror from the Deep,PC,Strategy,Microprose,Culture Brain,,,,,,,1995-02-28, -/games/boxart/full_x-com-terror-from-the-deep_1PALFront.jpg,X-COM: Terror From The Deep,PS,Strategy,Microprose,MicroProse,,,,,,,1996-12-01, -/games/boxart/3986201ccc.png,X-COM: UFO Defense,PC,Strategy,Microprose,Culture Brain,,,,,,,1993-12-31, -/games/boxart/full_x-card-of-fate_10JapanFront.jpg,X: Card of Fate,WS,Strategy,Bandai,Access,,,,,,,2002-06-27, -/games/boxart/full_4427391AmericaFrontccc.jpg,XCOM 2,Linux,Strategy,2K Australia / 2K Boston,Firaxis Games,,,,,,,2016-02-05,2018-05-29 -/games/boxart/full_7093131AmericaFrontccc.jpg,XCOM 2,OSX,Strategy,2K Australia / 2K Boston,Firaxis Games,,,,,,,2016-02-05,2018-05-29 -/games/boxart/full_5103334PALFrontccc.jpg,XCOM: Enemy Unknown,OSX,Strategy,Feral Interactive,Firaxis Games,,,,,,,2013-04-25,2018-03-22 -/games/boxart/default.jpg,Xenonauts,PC,Strategy,Goldhawk Interactive,Goldhawk Interactive,,,,,,,2014-06-16, -/games/boxart/full_8133356AmericaFrontccc.jpg,XIII Century Gold Edition,PC,Strategy,Aspyr,Unicorn Games Studio,,,,,,,2009-08-29, -/games/boxart/default.jpg,XIII Century: Blood of Europe,PC,Strategy,Unknown,Unicorn Games Studio,,,,,,,, -/games/boxart/full_4311564PALFrontccc.jpg,XIII Century: Death or Glory,PC,Strategy,GamersGate,Unicorn Games Studio,,,,,,,2008-03-12, -/games/boxart/full_yu-gi-oh-5ds-decade-duels_1AmericaFront.jpg,Yu-Gi-Oh! 5D's Decade Duels,XBL,Strategy,Konami,Konami,,,,,,,2010-11-03, -/games/boxart/full_160823AmericaFrontccc.jpg,Yu-Gi-Oh! Dungeon Dice Monsters,GBA,Strategy,Konami,Konami,,,,,,,2003-02-12, -/games/boxart/full_yu-gi-oh-online_4AmericaFront.jpg,Yu-Gi-Oh! Online,PC,Strategy,Konami,Konami,,,,,,,2005-04-11, -/games/boxart/full_yu-gi-oh-online-duel-accelerator_7AmericaFront.png,Yu-Gi-Oh! Online: Duel Accelerator,PC,Strategy,Konami,Konami,,,,,,,2009-12-18, -/games/boxart/full_yu-gi-oh-online-duel-evolution_9AmericaFront.png,Yu-Gi-Oh! Online: Duel Evolution,PC,Strategy,Konami,Konami,,,,,,,2007-01-11, -/games/boxart/full_yu-gi-oh-power-of-chaos-joey-the-passion_9AmericaFront.jpg,Yu-Gi-Oh! Power of Chaos: Joey the Passion,PC,Strategy,Konami,Konami,,,,,,,2004-07-02, -/games/boxart/full_yu-gi-oh-power-of-chaos-kaiba-the-revenge_3AmericaFront.jpg,Yu-Gi-Oh! Power of Chaos: Kaiba the Revenge,PC,Strategy,Konami,Konami,,,,,,,2004-04-07, -/games/boxart/full_656655JapanFrontccc.jpg,Yuukyuu Gensou Kyoku 3: Perpetual Blue,DC,Strategy,Media Works,Media Works,,,,,,,1999-12-22, -/games/boxart/full_387586JapanFrontccc.png,Yuusha no Kiroku.,PSV,Strategy,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2012-04-19,2018-09-16 -/games/boxart/full_9636671AmericaFrontccc.jpg,Z,PC,Strategy,Virgin Interactive,Bitmap Brothers,,,,,,,1996-07-31, -/games/boxart/full_8926650PALFrontccc.jpg,Z,PS,Strategy,Sony Computer Entertainment,Krisalis Software,,,,,,,1997-12-01, -/games/boxart/full_5355573PALFrontccc.jpg,Z,SAT,Strategy,GT Interactive,Bitmap Brothers,,,,,,,1998-01-01, -/games/boxart/full_9859607AmericaFrontccc.jpeg,Z Steel Soldiers,PC,Strategy,TickTock Games,TickTock Games,,,,,,,2014-08-01, -/games/boxart/full_zan-gear_4JapanFront.jpg,Zan Gear,GG,Strategy,Nippon Telenet,Nippon Telenet,,,,,,,1990-10-23, -/games/boxart/full_zeus-ii-carnage-heart_9JapanFront.jpg,Zeus II: Carnage Heart,PSN,Strategy,Unknown,ArtDink,,,,,,,, -/games/boxart/full_902962JapanFrontccc.jpg,Zeus II: Carnage Heart,PS,Strategy,ArtDink,ArtDink,,,,,,,1999-10-07, -/games/boxart/full_zeus-carnage-heart-second_0JapanFront.jpg,Zeus: Carnage Heart Second,PSN,Strategy,Sony Computer Entertainment,ArtDink,,,,,,,2009-05-13, -/games/boxart/full_5274810JapanFrontccc.jpg,Zeus: Carnage Heart Second,PS,Strategy,ArtDink,ArtDink,,,,,,,1998-11-05, -/games/boxart/full_zipang_8JapanFront.jpg,Zipang,PS2,Strategy,Bandai,ArtDink,,,,,,,2005-05-26, -/games/boxart/full_zoids-2-helic-republic-vs-guylos-empire_0JapanFront.jpg,Zoids 2: Helic Republic vs Guylos Empire,PS,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2002-02-21, -/games/boxart/full_zoids-battle-card-game_2JapanFront.jpg,Zoids Battle Card Game,PS,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2001-07-26, -/games/boxart/full_zoids-tactics_3JapanFront.jpg,Zoids Tactics,PS2,Strategy,Tomy Corporation,Shoeisha,,,,,,,2005-08-11, -/games/boxart/full_zoids-mokushiroku_7JapanFront.jpg,Zoids: Mokushiroku,NES,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,1990-12-21, -/games/boxart/full_zoids-mokushiroku_8JapanFront.jpg,Zoids: Mokushiroku,VC,Strategy,Takara Tomy,Tomy Corporation,,,,,,,2009-01-13, -/games/boxart/full_zoids-teikoku-vs-kyouwakoku_5JapanFront.jpg,Zoids: Teikoku vs Kyouwakoku,PS,Strategy,Tomy Corporation,Tomy Corporation,,,,,,,2000-11-22, -/games/boxart/full_zombie-pirates_108AmericaFront.jpg,Zombie Pirates,PC,Strategy,Strategy First,Dust Devil Studios,,,,,,,2010-09-01, -/games/boxart/full_4700536AmericaFrontccc.png,Zombie Tycoon,PSN,Strategy,Frima Studio,Frima Studio,5.2,,,,,,2009-10-29, -/games/boxart/full_9925982AmericaFrontccc.jpg,Zoo Tycoon 2: Marine Mania,PC,Strategy,Microsoft Game Studios,Blue Fang Games,,,,,,,2006-10-17, -/games/boxart/4603456ccc.gif,Zoo Tycoon: Dinosaur Digs,PC,Strategy,Microsoft,Microsoft,6.7,,,,,,2002-05-19, -/games/boxart/full_5959917AmericaFrontccc.jpg,Zoo Tycoon: Marine Mania,PC,Strategy,Microsoft Game Studios,Blue Fang Games,6.1,,,,,,2002-10-21, -/games/boxart/default.jpg,Zulu War,PC,Strategy,Unknown,Twiltyt Productions,,,,,,,, -/games/boxart/full_7672712JapanFrontccc.jpg,Zutto Issho: With Me Everytime...,PS,Strategy,Toshiba EMI,Toshiba EMI,,,,,,,1998-03-12, -/games/boxart/default.jpg,Ogre Battle 64: Person of Lordly Caliber Available now,WiiU,Strategy,Unknown,TBD,,,,,,,,2020-08-25 -/games/boxart/full_9379199AmericaFrontccc.jpg,12 Labours of Hercules IV: Mother Nature,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2015-12-25,2019-04-06 -/games/boxart/full_4931289AmericaFrontccc.jpg,12 Labours of Hercules V: Kids of Hellas,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2016-06-17,2019-04-06 -/games/boxart/full_9903154AmericaFrontccc.jpg,12 Labours of Hercules VI: Race for Olympus,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2016-12-20,2019-04-06 -/games/boxart/full_2968708AmericaFrontccc.jpg,12 Labours of Hercules VII: Fleecing the Fleece,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2018-01-12,2019-04-06 -/games/boxart/full_9171928AmericaFrontccc.jpg,12 Labours of Hercules VIII: How I Met Megara,PC,Strategy,Jetdogs Studios,Jetdogs Studios,,,,,,,2018-12-26,2019-04-06 -/games/boxart/full_5893371AmericaFrontccc.jpg,8-Bit Armies,NS,Strategy,Soedesco,Petroglyph Games,,,,,,,2018-09-21,2018-06-28 -/games/boxart/full_524535PALFrontccc.jpg,911 Operator,NS,Strategy,SONKA,Jutsu Games,,,,,,,2018-10-26,2022-04-17 -/games/boxart/full_8696993AmericaFrontccc.jpg,A Total War Saga: Troy,PC,Strategy,Sega,Creative Assembly,,,,,,,2020-08-13,2019-10-20 -/games/boxart/default.jpg,ABPA Backgammon,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1980-08-16,2018-01-13 -/games/boxart/default.jpg,Achtung! Cthulhu Tactics,NS,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 -/games/boxart/default.jpg,Achtung! Cthulhu Tactics,XOne,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 -/games/boxart/default.jpg,Achtung! Cthulhu Tactics,PS4,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 -/games/boxart/default.jpg,Achtung! Cthulhu Tactics,PC,Strategy,Unknown,Auroch Digital,,,,,,,,2018-07-25 -/games/boxart/full_7510392AmericaFrontccc.png,ACORN Tactics,NS,Strategy,TACS Games,TACS Games,,,,,,,2017-12-07,2018-02-04 -/games/boxart/full_6370334PALFrontccc.jpg,Advance Wars 1+2: Re-Boot Camp,NS,Strategy,Nintendo,Nintendo,,,,,,,2023-04-21,2023-03-03 -/games/boxart/default.jpg,Advance Wars: Dual Strike,WiiU,Strategy,Unknown,Intelligent Systems,,,,,,,,2020-08-25 -/games/boxart/full_7288633AmericaFrontccc.jpg,Age of Cavemen,PC,Strategy,Fuero Games,Fuero Games,,,,,,,2016-05-26,2019-04-17 -/games/boxart/full_2453787AmericaFrontccc.jpeg,Age of Empires II: Definitive Edition,PC,Strategy,Xbox Game Studios,Forgotten Empires,,,,,,,2019-11-14,2019-09-17 -/games/boxart/full_4877809AmericaFrontccc.jpg,Age of Empires IV,PC,Strategy,Xbox Game Studios,World's Edge Studio,,,,,,,2020-12-01,2019-11-14 -/games/boxart/full_6070447AmericaFrontccc.jpg,Age of Empires: Castle Siege,PC,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2014-09-17,2018-10-01 -/games/boxart/full_234583AmericaFrontccc.jpg,Age of Empires: Castle Siege,iOS,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2015-07-13,2018-10-01 -/games/boxart/full_632237AmericaFrontccc.jpg,Age of Empires: Castle Siege,And,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2017-04-06,2018-10-01 -/games/boxart/full_7257934AmericaFrontccc.jpg,Age of Empires: Castle Siege,WinP,Strategy,Microsoft Studios,Smoking Gun Interactive,,,,,,,2014-09-17,2018-10-01 -/games/boxart/full_7626231AmericaFrontccc.jpg,Age of Empires: Definitive Edition,PC,Strategy,Microsoft Studios,Forgotten Empires,7,,,,,,2018-02-20,2018-02-24 -/games/boxart/full_5803278AmericaFrontccc.jpg,Age of Wonders 4,XS,Strategy,Unknown,Triumph Studios,,,,,,,,2023-05-10 -/games/boxart/full_8221901AmericaFrontccc.jpg,Age of Wonders 4,PC,Strategy,Unknown,Triumph Studios,,,,,,,,2023-05-10 -/games/boxart/full_8892937AmericaFrontccc.jpg,Age of Wonders 4,PS5,Strategy,Unknown,Triumph Studios,,,,,,,,2023-05-10 -/games/boxart/full_9521617AmericaFrontccc.jpg,Age of Wonders: Planetfall,XOne,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2019-08-06,2019-05-06 -/games/boxart/full_8753128AmericaFrontccc.jpg,Age of Wonders: Planetfall,PC,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2019-08-06,2019-05-06 -/games/boxart/full_2871676AmericaFrontccc.jpg,Age of Wonders: Planetfall,PS4,Strategy,Paradox Interactive,Triumph Studios,,,,,,,2019-08-06,2019-05-06 -/games/boxart/full_913382AmericaFrontccc.jpg,Aliens: Dark Descent,PC,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 -/games/boxart/full_1295997AmericaFrontccc.jpg,Aliens: Dark Descent,PS4,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 -/games/boxart/full_1621948AmericaFrontccc.jpg,Aliens: Dark Descent,PS5,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 -/games/boxart/full_5500650AmericaFrontccc.jpg,Aliens: Dark Descent,XOne,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 -/games/boxart/full_3274459AmericaFrontccc.jpg,Aliens: Dark Descent,XS,Strategy,Unknown,Tindalos Interactive,,,,,,,,2022-11-21 -/games/boxart/full_9903801AmericaFrontccc.png,Ambition of the Slimes,NS,Strategy,Flyhigh Works,Flyhigh Works,,,,,,,2018-01-18,2018-02-04 -/games/boxart/full_1504165AmericaFrontccc.jpg,Ancestors Legacy,XOne,Strategy,Unknown,Destructive Creations,,,,,,,,2019-08-14 -/games/boxart/full_908511AmericaFrontccc.jpg,Ancestors Legacy,PC,Strategy,Unknown,Destructive Creations,,,,,,,,2019-08-14 -/games/boxart/full_7783019AmericaFrontccc.jpg,Ancestors Legacy,PS4,Strategy,Unknown,Destructive Creations,,,,,,,,2019-08-14 -/games/boxart/default.jpg,Ancient Space,PC,Strategy,Unknown,CreativeForge Games,,,,,,,,2018-01-07 -/games/boxart/full_4963434AmericaFrontccc.jpg,Anno 1800,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2019-04-16,2018-08-12 -/games/boxart/full_7995945AmericaFrontccc.jpg,Ara: History Untold,PC,Strategy,Unknown,Oxide Games,,,,,,,,2024-01-18 -/games/boxart/full_3452041AmericaFrontccc.jpg,Attack of the Earthlings,XOne,Strategy,Wales Interactive Ltd.,Team Junkfish,,,,,,,2019-03-05,2019-03-24 -/games/boxart/full_78153AmericaFrontccc.jpg,Attack of the Earthlings,PC,Strategy,Junkfish Limited,Team Junkfish,,,,,,,2018-02-08,2019-03-24 -/games/boxart/default.jpg,Auto Chess,PC,Strategy,Unknown,Dragonest,,,,,,,,2019-06-10 -/games/boxart/full_9700148AmericaFrontccc.jpg,Aven Colony,PC,Strategy,Unknown,Mothership Entertainment,,,,,,,,2022-01-23 -/games/boxart/full_1101202AmericaFrontccc.jpg,AXYOS: Battlecards,PC,Strategy,Axyos Games,Axyos Games,,,,,,,2019-04-22,2019-03-31 -/games/boxart/full_4052423AmericaFrontccc.png,Banner of the Maid,NS,Strategy,CE-Asia,Azure Flame Studio,,,,,,,2020-08-12,2020-10-09 -/games/boxart/full_1046699AmericaFrontccc.jpg,Battle Brothers,NS,Strategy,Unknown,Overhype Studios,,,,,,,,2021-02-19 -/games/boxart/full_2321106AmericaFrontccc.png,Battle Worlds: Kronos,NS,Strategy,THQ Nordic,KING Art Games,,,,,,,2019-06-11,2019-06-13 -/games/boxart/full_7084281AmericaFrontccc.jpg,Battlefleet Gothic: Armada 2,PC,Strategy,Focus Home Interactive,Tindalos Interactive,,,,,,,2019-01-24,2019-03-24 -/games/boxart/full_6346046AmericaFrontccc.jpg,Blast Zone! Tournament,PC,Strategy,Victory Lap Games,Victory Lap Games,,,,,,,2018-07-31,2019-03-20 -/games/boxart/full_1650075AmericaFrontccc.jpg,Blitzkrieg 3,PC,Strategy,Nival Interactive,Nival Interactive,,,,,,,2017-06-02,2019-04-21 -/games/boxart/full_2594721AmericaFrontccc.jpg,Boid,PC,Strategy,TinyBuild Games,Mokus,,,,,,,2016-07-08,2019-04-22 -/games/boxart/default.jpg,Brass Tactics,PC,Strategy,Unknown,Hidden Path Entertainment,,,,,,,,2018-06-24 -/games/boxart/full_4921983AmericaFrontccc.png,Brigandine: The Legend of Runersia,NS,Strategy,Happinet,Matrix Software,,,,,,,2020-06-25,2020-05-10 -/games/boxart/full_3384692AmericaFrontccc.jpg,Champions of Anteria,PC,Strategy,Unknown,Blue Byte,,,,,,,,2020-02-01 -/games/boxart/default.jpg,Checkers,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1980-09-17,2018-01-13 -/games/boxart/full_8816712AmericaFrontccc.jpg,Civil War: 1864,PC,Strategy,HexWar Games,HexWar Games,,,,,,,2017-10-06,2018-08-10 -/games/boxart/full_3194650AmericaFrontccc.jpg,Command & Conquer Remastered Collection,PC,Strategy,Electronic Arts,Petroglyph Games,,,,,,,2020-06-05,2020-04-07 -/games/boxart/full_4428375AmericaFrontccc.jpg,Company of Heroes Collection,NS,Strategy,Unknown,Relic Entertainment,,,,,,,,2023-10-20 -/games/boxart/full_5798250AmericaFrontccc.jpg,Conan Unconquered,PC,Strategy,Funcom,Funcom Oslo A/S,,,,,,,2019-05-29,2019-06-10 -/games/boxart/full_6670519PALFrontccc.jpg,Constructor HD,PC,Strategy,System 3,System 3,,,,,,,2017-05-26,2018-08-11 -/games/boxart/full_7950113AmericaFrontccc.jpg,Cossacks II Battle for Europe,PC,Strategy,GSC Game World,GSC Game World,,,,,,,2006-06-01,2018-03-01 -/games/boxart/full_8393927AmericaFrontccc.jpg,CrimeSight,PC,Strategy,Unknown,Konami,,,,,,,,2021-06-26 -/games/boxart/full_6466504AmericaFrontccc.jpg,Crusader Kings III: Console Edition,PS5,Strategy,Unknown,Paradox Interactive,,,,,,,,2021-08-26 -/games/boxart/full_9473908AmericaFrontccc.jpg,Crusader Kings III: Console Edition,XS,Strategy,Unknown,Paradox Interactive,,,,,,,,2021-08-26 -/games/boxart/full_7448950AmericaFrontccc.jpg,Crying Suns,And,Strategy,Unknown,Alt Shift,,,,,,,,2021-01-28 -/games/boxart/full_8875862AmericaFrontccc.jpg,Crying Suns,iOS,Strategy,Unknown,Alt Shift,,,,,,,,2021-01-28 -/games/boxart/full_6789451AmericaFrontccc.jpg,Crying Suns,PC,Strategy,Humble Bundle,Alt Shift,,,,,,,2019-09-19,2021-01-28 -/games/boxart/full_1608296AmericaFrontccc.jpg,Crypto: Against All Odds,PC,Strategy,Unknown,Pictagor,,,,,,,,2021-03-05 -/games/boxart/full_9399564AmericaFrontccc.jpg,Cultures: 8th Wonder of the World,PC,Strategy,Unknown,Funatics Software,,,,,,,,2021-07-04 -/games/boxart/full_1483287AmericaFrontccc.jpg,Cultures: Northland,PC,Strategy,Unknown,Funatics Software,,,,,,,,2021-07-04 -/games/boxart/full_4666362AmericaFrontccc.jpg,Darkest Dungeon 2,NS,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 -/games/boxart/full_4911314AmericaFrontccc.jpg,Darkest Dungeon 2,PS4,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 -/games/boxart/full_5235433AmericaFrontccc.jpg,Darkest Dungeon 2,XOne,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 -/games/boxart/full_8566680AmericaFrontccc.jpg,Darkest Dungeon 2,Linux,Strategy,Merge Games,Red Hook Studios,,,,,,,2020-12-01,2019-06-27 -/games/boxart/full_9467892PALFrontccc.jpg,Deiland,PS4,Strategy,Unknown,Chibig,,,,,,,,2019-01-21 -/games/boxart/full_5853827AmericaFrontccc.jpg,Desperados III,PS4,Strategy,THQ Nordic,Mimimi Productions,,,,,,,2020-06-16,2019-04-09 -/games/boxart/full_2278514AmericaFrontccc.jpg,Desperados III,XOne,Strategy,THQ Nordic,Mimimi Productions,,,,,,,2020-06-16,2019-04-09 -/games/boxart/full_4659061AmericaFrontccc.jpg,Desperados III,PC,Strategy,THQ Nordic,Mimimi Productions,,,,,,,2020-06-16,2019-04-09 -/games/boxart/full_6610533AmericaFrontccc.jpg,Door Kickers: Action Squad,PC,Strategy,KillHouse Games,KillHouse Games,,,,,,,2018-09-10,2018-10-09 -/games/boxart/full_5944070AmericaFrontccc.jpg,Dota Underlords,iOS,Strategy,Unknown,Valve,,,,,,,,2020-02-13 -/games/boxart/full_7428586AmericaFrontccc.jpg,Dota Underlords,And,Strategy,Unknown,Valve,,,,,,,,2020-02-13 -/games/boxart/full_1871485AmericaFrontccc.jpg,Dota Underlords,PC,Strategy,Valve,Valve,,,,,,,2020-02-25,2020-02-13 -/games/boxart/full_9040236AmericaFrontccc.jpg,Dota Underlords,Linux,Strategy,Valve,Valve,,,,,,,2020-02-25,2020-02-13 -/games/boxart/full_6424305AmericaFrontccc.jpg,Dune: Spice Wars,PC,Strategy,Unknown,Shiro Games,,,,,,,,2023-01-11 -/games/boxart/full_3151272AmericaFrontccc.jpg,Dungeon of the Endless,iOS,Strategy,Sega,Amplitude Studios,,,,,,,2015-08-20,2019-08-07 -/games/boxart/full_4642513AmericaFrontccc.jpg,Dungeon of the Endless,NS,Strategy,Sega,Amplitude Studios,,,,,,,2019-12-01,2019-08-07 -/games/boxart/full_5546690AmericaFrontccc.jpg,Dungeon of the Endless,PS4,Strategy,Sega,Amplitude Studios,,,,,,,2019-12-01,2019-08-07 -/games/boxart/full_5440555AmericaFrontccc.jpg,Dungeon of the Endless,XOne,Strategy,Sega,Amplitude Studios,,,,,,,2016-03-16,2019-08-07 -/games/boxart/full_8670155AmericaFrontccc.jpg,Dungeons 4,PC,Strategy,Unknown,Realmforge Studios,,,,,,,,2023-11-10 -/games/boxart/full_779148AmericaFrontccc.jpg,Dungeons 4,PS5,Strategy,Unknown,Realmforge Studios,,,,,,,,2023-11-10 -/games/boxart/full_6156449AmericaFrontccc.jpg,Dungeons 4,XS,Strategy,Unknown,Realmforge Studios,,,,,,,,2023-11-10 -/games/boxart/full_6833465AmericaFrontccc.jpg,Empire of Sin,PC,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 -/games/boxart/full_5647626AmericaFrontccc.jpg,Empire of Sin,XOne,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 -/games/boxart/full_4777885AmericaFrontccc.jpg,Empire of Sin,PS4,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 -/games/boxart/full_7719663AmericaFrontccc.jpg,Empire of Sin,NS,Strategy,Paradox Interactive,Romero Games,,,,,,,2020-12-01,2019-06-12 -/games/boxart/full_3161903PALFrontccc.jpg,Endless Space 2,PC,Strategy,Sega,Amplitude Studios,,,,,,,2017-05-18,2018-01-11 -/games/boxart/full_2423781AmericaFrontccc.jpg,Eternal Card Game,PC,Strategy,Unknown,Dire Wolf Digital,,,,,,,,2022-02-21 -/games/boxart/full_9542207AmericaFrontccc.jpg,Eternal Card Game,NS,Strategy,Unknown,Dire Wolf Digital,,,,,,,,2022-02-21 -/games/boxart/full_223851AmericaFrontccc.jpg,Eternal Card Game,XOne,Strategy,Unknown,Dire Wolf Digital,,,,,,,,2022-02-21 -/games/boxart/full_6940059AmericaFrontccc.jpg,Evil Genius 2 World Domination,PC,Strategy,Rebellion,Rebellion Developments,,,,,,,2020-12-01,2019-06-27 -/games/boxart/full_2765245AmericaFrontccc.jpg,Evolution: The Video Game,PC,Strategy,North Star Games,North Star Digital Studios,,,,,,,2019-02-12,2019-03-01 -/games/boxart/full_957019AmericaFrontccc.jpg,Expeditions: Conquistador,PC,Strategy,THQ Nordic,Logic Artists,,,,,,,2013-05-30,2019-04-21 -/games/boxart/default.jpg,Expeditions: Viking,PC,Strategy,Unknown,Logic Artists,,,,,,,,2019-03-29 -/games/boxart/full_9316989AmericaFrontccc.jpg,Fairyland: Blackberry Warrior,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-07-16,2019-04-06 -/games/boxart/full_542652AmericaFrontccc.jpg,Fairyland: Chronicle,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-04-16,2019-04-06 -/games/boxart/full_7197777AmericaFrontccc.jpg,Fairyland: Fairylines,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-11-06,2019-04-06 -/games/boxart/full_33680AmericaFrontccc.jpg,Fairyland: Manuscript,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2017-07-30,2019-04-06 -/games/boxart/full_4644262AmericaFrontccc.jpg,Fairyland: Power Dice,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-07-09,2019-04-06 -/games/boxart/full_114983AmericaFrontccc.jpg,Fairyland: The Guild,PC,Strategy,Naarassusi Publisher,Naarassusi Game,,,,,,,2018-09-07,2019-04-06 -/games/boxart/full_8909501AmericaFrontccc.jpg,Fallen Haven,PC,Strategy,Interactive Magic,Interactive Magic,,,,,,,1997-01-01,2019-05-03 -/games/boxart/full_3575663AmericaFrontccc.jpg,"Final Liberation: Warhammer Epic 40,000",PC,Strategy,Strategic Simulations,Holistic Design,,,,,,,1997-11-20,2020-04-11 -/games/boxart/full_8142847AmericaFrontccc.jpg,Foundation,PC,Strategy,Unknown,Polymorph Games,,,,,,,,2021-11-12 -/games/boxart/full_7457382AmericaFrontccc.jpg,Frostpunk,XOne,Strategy,11 bit studios,11 bit studios,,,,,,,2019-10-11,2019-05-28 -/games/boxart/full_1691229AmericaFrontccc.jpg,Frostpunk,PS4,Strategy,11 bit studios,11 bit studios,,,,,,,2019-10-11,2019-05-28 -/games/boxart/full_2655085AmericaFrontccc.jpg,Frostpunk 2,PC,Strategy,Unknown,11 bit studios,,,,,,,,2023-08-28 -/games/boxart/default.jpg,Frostpunk 2,PS5,Strategy,Unknown,11 bit studios,,,,,,,,2024-01-17 -/games/boxart/full_5240039AmericaFrontccc.jpg,Frostpunk 2,XS,Strategy,Unknown,11 bit studios,,,,,,,,2024-01-17 -/games/boxart/default.jpg,Fuga,PS4,Strategy,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/default.jpg,Fuga,XOne,Strategy,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/default.jpg,Fuga,NS,Strategy,Unknown,CyberConnect2,,,,,,,,2018-02-05 -/games/boxart/default.jpg,Fuga,PC,Strategy,Unknown,CyberConnect2,,,,,,,,2018-07-19 -/games/boxart/full_6266789AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,XS,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 -/games/boxart/full_3310520AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,NS,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 -/games/boxart/full_4140930AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,PC,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 -/games/boxart/full_1016295AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,PS4,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 -/games/boxart/full_4911325AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,PS5,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 -/games/boxart/full_6883681AmericaFrontccc.jpg,Fuga: Melodies of Steel 2,XOne,Strategy,Unknown,CyberConnect2,,,,,,,,2023-06-22 -/games/boxart/full_9924040AmericaFrontccc.jpg,Galactic Civilizations 2 (OS/2 Warp),PC,Strategy,Stardock,Stardock,,,,,,,1995-01-01,2018-03-31 -/games/boxart/full_5503256AmericaFrontccc.jpg,Galcon 2: Galactic Conquest,PC,Strategy,"Hassey Enterprises, Inc.","Hassey Enterprises, Inc.",,,,,,,2014-12-05,2019-04-22 -/games/boxart/default.jpg,Galcon Legends,PC,Strategy,Unknown,"Hassey Enterprises, Inc.",,,,,,,,2019-03-29 -/games/boxart/full_3737569AmericaFrontccc.png,Game Dev Story,NS,Strategy,Kairosoft Co. Ltd,Kairosoft Co. Ltd,,,,,,,2018-10-11,2018-10-06 -/games/boxart/full_2489360AmericaFrontccc.jpg,Gears Tactics,XOne,Strategy,Xbox Game Studios,Splash Damage,,,,,,,2020-11-10,2020-04-11 -/games/boxart/full_6527779AmericaFrontccc.jpg,Gears Tactics,XS,Strategy,Xbox Game Studios,Splash Damage,,,,,,,2020-11-10,2020-09-11 -/games/boxart/full_9233088AmericaFrontccc.jpg,Gears Tactics,PC,Strategy,Xbox Game Studios,Splash Damage,,,,,,,2020-04-28,2020-08-04 -/games/boxart/full_6504513AmericaFrontccc.jpg,Genesis,PS4,Strategy,Rampage Games,Rampage Games,,,,,,,2019-08-01,2019-08-09 -/games/boxart/full_2188892AmericaFrontccc.jpg,Genesis,PC,Strategy,Rampage Games,Rampage Games,,,,,,,2019-08-01,2019-08-09 -/games/boxart/full_3724697AmericaFrontccc.jpg,"Grant, Lee, Sherman: Civil War Generals 2",PC,Strategy,Unknown,Impressions Games,,,,,,,,2021-03-18 -/games/boxart/full_9630351AmericaFrontccc.jpg,Griftlands,PS4,Strategy,Unknown,Klei Entertainment,,,,,,,,2021-08-01 -/games/boxart/full_6855106AmericaFrontccc.jpg,Griftlands,PC,Strategy,Klei Entertainment,Klei Entertainment,,,,,,,2020-12-01,2019-06-11 -/games/boxart/full_739443AmericaFrontccc.jpg,Griftlands,XOne,Strategy,Unknown,Klei Entertainment,,,,,,,,2021-08-01 -/games/boxart/full_9289092AmericaFrontccc.jpg,Griftlands,NS,Strategy,Unknown,Klei Entertainment,,,,,,,,2021-08-01 -/games/boxart/full_5517990PALFrontccc.jpg,GUNS UP!,PS4,Strategy,Sony Computer Entertainment,Valkyrie Entertainment,,,,,,,2015-12-05,2018-09-14 -/games/boxart/full_2646778AmericaFrontccc.jpg,GUNS UP!,PC,Strategy,PlayStation Mobile Inc.,Valkyrie Entertainment,,,,,,,2017-09-20,2018-09-14 -/games/boxart/full_6277033AmericaFrontccc.jpg,Halcyon 6: Starbase Commander,PC,Strategy,"Massive Damage, Inc.","Massive Damage, Inc.",,,,,,,2016-09-09,2019-04-21 -/games/boxart/full_512533AmericaFrontccc.jpeg,Halo Wars: Definitive Edition,PC,Strategy,Microsoft Studios,Behaviour Interactive,,,,,,,2017-04-20,2018-10-02 -/games/boxart/full_3773888AmericaFrontccc.png,Halo Wars: Definitive Edition,XOne,Strategy,Microsoft Studios,Behaviour Interactive,,,,,,,2017-04-20,2018-09-26 -/games/boxart/full_6825993AmericaFrontccc.jpg,Hard West 2,PC,Strategy,Unknown,Ice Code Games,,,,,,,,2022-09-22 -/games/boxart/default.jpg,Hearthstone: Heroes of Warcraft,And,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2015-04-14,2019-05-24 -/games/boxart/full_9512988AmericaFrontccc.jpg,Homeworld 3,PC,Strategy,Gearbox Software,Blackbird Interactive,,,,,,,2023-03-08,2019-11-27 -/games/boxart/default.jpg,Hototogisu Tairan 1553: Ryuuko Aiutsu,NS,Strategy,Unknown,Granzella,,,,,,,,2018-02-01 -/games/boxart/full_7432981AmericaFrontccc.jpg,Humankind,PC,Strategy,Sega,Amplitude Studios,,,,,,,2020-12-01,2019-10-20 -/games/boxart/full_1059943AmericaFrontccc.png,I C REDD,WiiU,Strategy,RCMADIAX,RCMADIAX,,,,,,,2017-02-02,2018-01-05 -/games/boxart/full_8833160AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,NS,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 -/games/boxart/full_6732612AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,PC,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 -/games/boxart/full_4107199AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,PS4,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 -/games/boxart/full_8771615AmericaFrontccc.jpg,Immortal Realms: Vampire Wars,XOne,Strategy,Kalypso Media,Palindrome Interactive,,,,,,,2020-08-28,2020-05-12 -/games/boxart/full_4479610AmericaFrontccc.jpg,Imperator: Rome,PC,Strategy,Paradox Interactive,Paradox Development,,,,,,,2019-04-25,2019-03-31 -/games/boxart/full_6823951AmericaFrontccc.jpg,Inscryption,PC,Strategy,Unknown,Daniel Mullins Games,,,,,,,,2021-06-14 -/games/boxart/full_3146574AmericaFrontccc.png,Insurmountable,XOne,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 -/games/boxart/full_9444612AmericaFrontccc.png,Insurmountable,XS,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 -/games/boxart/full_9916111AmericaFrontccc.png,Insurmountable,PC,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 -/games/boxart/full_3421572AmericaFrontccc.png,Insurmountable,NS,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 -/games/boxart/full_6631171AmericaFrontccc.png,Insurmountable,PS4,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 -/games/boxart/full_9389386AmericaFrontccc.png,Insurmountable,PS5,Strategy,Unknown,ByteRockers Games,,,,,,,,2021-05-30 -/games/boxart/full_1713553AmericaFrontccc.png,Into the Breach,NS,Strategy,Subset Games,Subset Games,,,,,,,2018-08-28,2018-11-15 -/games/boxart/full_4169715AmericaFrontccc.jpg,Into the Breach,PC,Strategy,Subset Games,Subset Games,,,,,,,2018-02-27,2018-03-10 -/games/boxart/full_7593282AmericaFrontccc.jpg,IXION,PC,Strategy,Unknown,Bulwark Studios,,,,,,,,2022-12-11 -/games/boxart/full_2347476AmericaFrontccc.jpg,Jagged Alliance 3,PS5,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 -/games/boxart/full_6283170AmericaFrontccc.jpg,Jagged Alliance 3,XOne,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 -/games/boxart/full_9958321AmericaFrontccc.jpg,Jagged Alliance 3,XS,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 -/games/boxart/full_3446128AmericaFrontccc.jpg,Jagged Alliance 3,PS4,Strategy,Unknown,Haemimont Games,,,,,,,,2023-10-24 -/games/boxart/full_6939985PALFrontccc.jpg,Jagged Alliance: Rage!,PC,Strategy,HandyGames,Cliffhanger Productions,,,,,,,2018-12-07,2018-09-11 -/games/boxart/full_7236831AmericaFrontccc.jpg,John Wick Hex,PC,Strategy,Good Shepherd Entertainment,Mike Bithell Games,,,,,,,2019-10-08,2019-07-24 -/games/boxart/full_3273171AmericaFrontccc.jpg,John Wick Hex,PS4,Strategy,Good Shepherd Entertainment,Mike Bithell Games,,,,,,,2020-05-05,2020-04-28 -/games/boxart/full_629552AmericaFrontccc.jpg,Jon Shafer's At the Gates,PC,Strategy,Conifer Games,Conifer Games,,,,,,,2019-01-23,2019-03-24 -/games/boxart/full_9118002AmericaFrontccc.jpg,Ken Uston BlackJack/Poker,CV,Strategy,Coleco,Coleco,,,,,,,1982-10-05,2021-10-18 -/games/boxart/full_245919AmericaFrontccc.jpg,Kingdom Rush Origins,PC,Strategy,Ironhide Game Studio,Ironhide Game Studio,,,,,,,2018-10-18,2019-04-06 -/games/boxart/full_4105517AmericaFrontccc.png,Kingdom Two Crowns,NS,Strategy,Raw Fury,Noio,,,,,,,2018-12-11,2018-12-01 -/games/boxart/full_9725339AmericaFrontccc.png,Kingdom: New Lands,NS,Strategy,Raw Fury,Noio,,,,,,,2017-09-14,2018-03-12 -/games/boxart/full_7898620AmericaFrontccc.jpg,King’s Bounty II,PC,Strategy,1C Entertainment,1C Entertainment,,,,,,,2020-12-01,2019-08-20 -/games/boxart/full_5201622AmericaFrontccc.jpg,King’s Bounty II,PS4,Strategy,1C Entertainment,1C Entertainment,,,,,,,2020-12-01,2019-08-20 -/games/boxart/full_6962730AmericaFrontccc.jpg,King’s Bounty II,XOne,Strategy,1C Entertainment,1C Entertainment,,,,,,,2020-12-01,2019-08-20 -/games/boxart/full_1183620AmericaFrontccc.jpg,Krosmaster Arena,PC,Strategy,Ankama Games,Ankama Studio,,,,,,,2015-11-09,2019-04-01 -/games/boxart/full_2242972AmericaFrontccc.jpg,Last Train Home,PC,Strategy,Unknown,Ashborne Games,,,,,,,,2023-10-21 -/games/boxart/full_2921133AmericaFrontccc.png,Legends of Runeterra,iOS,Strategy,Riot Games,Riot Games,,,,,,,2020-04-30,2020-01-09 -/games/boxart/full_2116719AmericaFrontccc.png,Legends of Runeterra,And,Strategy,Riot Games,Riot Games,,,,,,,2020-04-30,2020-01-09 -/games/boxart/full_8325962AmericaFrontccc.png,Legends of Runeterra,PC,Strategy,Riot Games,Riot Games,,,,,,,2020-04-30,2020-01-09 -/games/boxart/full_3755816AmericaFrontccc.jpg,Let the Cat In,PC,Strategy,Eforb,Eforb,,,,,,,2015-08-28,2019-04-22 -/games/boxart/full_2873816AmericaFrontccc.jpg,Leviathan: Warships,PC,Strategy,Unknown,Pieces Interactive,,,,,,,,2019-03-29 -/games/boxart/full_131645AmericaFrontccc.jpg,Lornsword Winter Chronicle,PC,Strategy,Unknown,Tower Five,,,,,,,,2019-08-14 -/games/boxart/full_6550364AmericaFrontccc.jpg,Lornsword Winter Chronicle,PS4,Strategy,Tower Five,Tower Five,,,,,,,2019-10-31,2019-08-14 -/games/boxart/full_9063548AmericaFrontccc.jpg,Lornsword Winter Chronicle,XOne,Strategy,Tower Five,Tower Five,,,,,,,2019-10-31,2019-08-14 -/games/boxart/full_9610537AmericaFrontccc.png,Mad Carnage,NS,Strategy,QubicGames,QubicGames,,,,,,,2018-02-02,2018-02-01 -/games/boxart/full_7249390AmericaFrontccc.jpg,Magic 2015 - Duels of the Planeswalker,XBL,Strategy,Microsoft Studios,Stainless Games,,,,,,,2014-07-16,2018-10-15 -/games/boxart/full_7655407AmericaFrontccc.jpeg,Magic 2015 - Duels of the Planeswalker,XOne,Strategy,Microsoft Studios,Stainless Games,,,,,,,2015-11-05,2018-10-15 -/games/boxart/full_9139749AmericaFrontccc.jpg,Magic: The Gathering Arena,PC,Strategy,Unknown,Wizards of the Coast,,,,,,,,2022-02-21 -/games/boxart/full_9036898AmericaFrontccc.jpg,Mario + Rabbids: Sparks of Hope,NS,Strategy,Nintendo,Ubisoft,,,,,,,2022-10-20,2021-06-12 -/games/boxart/full_484730AmericaFrontccc.png,Mars or Die!,NS,Strategy,34BigThings srl,34BigThings srl,,,,,,,2019-01-18,2019-05-06 -/games/boxart/full_3790566AmericaFrontccc.jpg,Mars or Die!,PC,Strategy,34BigThings srl,34BigThings srl,,,,,,,2018-07-13,2019-05-06 -/games/boxart/default.jpg,Men of War: Assault Squad 2,PC,Strategy,Unknown,Digitalmindsoft,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Mesmer,NS,Strategy,Unknown,Rain Games,,,,,,,,2018-02-07 -/games/boxart/full_5212710AmericaFrontccc.jpg,Metal Slug Tactics,PC,Strategy,DotEmu,Leikir Studio,,,,,,,2021-01-01,2021-06-12 -/games/boxart/full_5338741AmericaFrontccc.png,Microcosmum: Survival of Cells,PC,Strategy,Satur Entertainment,Satur Entertainment,,,,,,,2018-06-24,2019-07-26 -/games/boxart/default.jpg,Midas Gold Plus,PC,Strategy,Unknown,Holyday Studios,,,,,,,,2019-03-29 -/games/boxart/full_3681872AmericaFrontccc.jpg,Minecraft Legends,XS,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 -/games/boxart/full_9829022AmericaFrontccc.jpg,Minecraft Legends,NS,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 -/games/boxart/full_9755780AmericaFrontccc.jpg,Minecraft Legends,PC,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 -/games/boxart/full_3675573AmericaFrontccc.jpg,Minecraft Legends,PS4,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 -/games/boxart/full_4136621AmericaFrontccc.jpg,Minecraft Legends,PS5,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 -/games/boxart/full_1696956AmericaFrontccc.jpg,Minecraft Legends,XOne,Strategy,Unknown,Mojang,,,,,,,,2022-06-13 -/games/boxart/full_7290633AmericaFrontccc.jpg,Monopoly Plus,PC,Strategy,Ubisoft,Ubisoft Pune,,,,,,,2017-09-07,2020-01-31 -/games/boxart/full_7034825AmericaFrontccc.png,Moorhuhn Knights & Castles,NS,Strategy,Young Fun Studio,Young Fun Studio,,,,,,,2018-01-11,2018-03-23 -/games/boxart/full_949920AmericaFrontccc.png,Mutant Year Zero: Road to Eden,XOne,Strategy,Funcom,The Bearded Ladies,,,,,,,2018-12-04,2019-07-06 -/games/boxart/full_3445064AmericaFrontccc.png,Mutant Year Zero: Road to Eden,PC,Strategy,Funcom,The Bearded Ladies,,,,,,,2018-12-04,2019-07-06 -/games/boxart/full_2109383AmericaFrontccc.png,Mutant Year Zero: Road to Eden,PS4,Strategy,Funcom,The Bearded Ladies,,,,,,,2018-12-04,2019-07-06 -/games/boxart/full_1865060AmericaFrontccc.jpg,Mythgard,And,Strategy,"Rhino Games, Inc.","Rhino Games, Inc.",,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_5810584AmericaFrontccc.jpg,Mythgard,iOS,Strategy,"Rhino Games, Inc.","Rhino Games, Inc.",,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_7280943AmericaFrontccc.jpg,Mythgard,PC,Strategy,"Rhino Games, Inc.","Rhino Games, Inc.",,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_5018551AmericaFrontccc.jpg,Neoverse Trinity Edition,NS,Strategy,Unknown,Tinogames Inc.,,,,,,,,2021-02-01 -/games/boxart/full_966508AmericaFrontccc.jpg,Nightside,PC,Strategy,Omnidream Creations,Omnidream Creations,,,,,,,2015-04-02,2018-07-08 -/games/boxart/full_7245014AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,NS,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 -/games/boxart/full_2217633AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,PC,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 -/games/boxart/full_3905219AmericaFrontccc.jpg,Nobunaga's Ambition: Awakening,PS4,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2022-07-21,2023-11-03 -/games/boxart/full_9926317AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,PS4,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-11-04 -/games/boxart/full_7213672AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,NS,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-11-04 -/games/boxart/full_8068702AmericaFrontccc.jpg,Nobunaga's Ambition: Shinsei,PC,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-11-04 -/games/boxart/full_9676366AmericaFrontccc.png,Northgard,NS,Strategy,Shiro Games,Unknown,,,,,,,2019-09-26,2019-09-24 -/games/boxart/full_2734222AmericaFrontccc.png,Of Mice and Sand: Revised,NS,Strategy,Arc System Works,Arc System Works,,,,,,,2018-01-11,2018-03-25 -/games/boxart/full_1694226AmericaFrontccc.jpg,Orcs Must Die! 3,XS,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 -/games/boxart/full_3666809AmericaFrontccc.jpg,Orcs Must Die! 3,XOne,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 -/games/boxart/full_222145AmericaFrontccc.jpg,Orcs Must Die! 3,PS4,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 -/games/boxart/full_1972009AmericaFrontccc.jpg,Orcs Must Die! 3,PC,Strategy,Unknown,Robot Entertainment,,,,,,,,2021-06-14 -/games/boxart/default.jpg,Oriental Empires,PC,Strategy,Unknown,Shining Pixel Studios,,,,,,,,2018-01-11 -/games/boxart/full_9106157AmericaFrontccc.jpg,Othercide,XOne,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 -/games/boxart/full_958496AmericaFrontccc.jpg,Othercide,NS,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 -/games/boxart/full_6265236AmericaFrontccc.jpg,Othercide,PC,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 -/games/boxart/full_376891AmericaFrontccc.jpg,Othercide,PS4,Strategy,Unknown,Lightbulb Crew,,,,,,,,2020-08-01 -/games/boxart/full_2572653AmericaFrontccc.png,Overland,NS,Strategy,Finji,Finji,,,,,,,2019-09-19,2019-03-22 -/games/boxart/full_6500373AmericaFrontccc.jpg,Pac-Man 99,NS,Strategy,Unknown,Arika,,,,,,,,2021-08-01 -/games/boxart/full_5452713AmericaFrontccc.jpg,Panzer Corps,PC,Strategy,Slitherine,Flashback Games,,,,,,,2011-07-10,2019-03-29 -/games/boxart/full_7160316PALFrontccc.jpg,Phantom Doctrine,NS,Strategy,Forever Entertainment S.A.,CreativeForge Games,,,,,,,2019-06-06,2022-04-17 -/games/boxart/default.jpg,Phantom Doctrine,PC,Strategy,Unknown,CreativeForge Games,,,,,,,,2018-01-07 -/games/boxart/full_5612048AmericaFrontccc.jpg,Phantom Rose,PC,Strategy,Studio Maka,makaroll,,,,,,,2019-08-08,2019-08-05 -/games/boxart/full_4740049AmericaFrontccc.jpg,Phoenix Point,PS4,Strategy,Snapshot Games,Snapshot Games,,,,,,,2020-12-01,2019-12-02 -/games/boxart/full_2096060AmericaFrontccc.jpg,Phoenix Point,PC,Strategy,Snapshot Games,Snapshot Games,,,,,,,2019-12-03,2019-04-08 -/games/boxart/full_1139542AmericaFrontccc.jpg,Phoenix Point,XOne,Strategy,Snapshot Games,Snapshot Games,,,,,,,2020-12-01,2019-04-08 -/games/boxart/default.jpg,Pikmin 2,WiiU,Strategy,Unknown,Nintendo,,,,,,,,2020-08-25 -/games/boxart/default.jpg,PixelJunk Monsters 2,PC,Strategy,Unknown,Q-Games,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Plague Inc: Evolved,PS4,Strategy,Unknown,Ndemic Creations,,,,,,,,2021-11-07 -/games/boxart/default.jpg,Plague Inc: Evolved,NS,Strategy,Ndemic Creations,Ndemic Creations,,,,,,,2019-08-02,2021-11-07 -/games/boxart/default.jpg,Plague Inc: Evolved,Linux,Strategy,Unknown,Ndemic Creations,,,,,,,,2021-11-07 -/games/boxart/default.jpg,Plague Inc: Evolved,XOne,Strategy,Unknown,Ndemic Creations,,,,,,,,2021-11-07 -/games/boxart/full_2460575AmericaFrontccc.png,Plague Road,NS,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2017-12-07,2018-03-25 -/games/boxart/full_9444492AmericaFrontccc.jpg,Poker Championship,PC,Strategy,Unknown,BBstudio,,,,,,,,2021-07-27 -/games/boxart/full_8987451AmericaFrontccc.jpg,PokerStars VR,PC,Strategy,Unknown,Lucky VR,,,,,,,,2021-07-27 -/games/boxart/full_3384138AmericaFrontccc.jpg,Prominence Poker,PC,Strategy,Unknown,Pipeworks Studios,,,,,,,,2021-07-27 -/games/boxart/full_8163456AmericaFrontccc.jpg,Real War: Rogue States,PC,Strategy,Simon & Schuster Interactive,Rival Interactive,,,,,,,2002-08-20,2019-03-27 -/games/boxart/default.jpg,Rebuild: Original Rebuild 1,PC,Strategy,Unknown,Northway Games,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Rebuild: Original Rebuild 2,PC,Strategy,Unknown,Northway Games,,,,,,,,2019-03-29 -/games/boxart/default.jpg,Reversi,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1982-05-11,2018-01-13 -/games/boxart/full_9445988AmericaFrontccc.jpg,Rise Eterna,PS4,Strategy,Forever Entertainment S.A.,Forever Entertainment S.A.,,,,,,,2021-05-13,2023-04-16 -/games/boxart/full_5828134AmericaFrontccc.jpg,Rising Lords,PC,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 -/games/boxart/full_6775178AmericaFrontccc.jpg,Rising Lords,XOne,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 -/games/boxart/full_7108127AmericaFrontccc.jpg,Rising Lords,XS,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 -/games/boxart/full_6960632AmericaFrontccc.jpg,Rising Lords,NS,Strategy,Unknown,Argonwood,,,,,,,,2024-01-02 -/games/boxart/full_5821339AmericaFrontccc.jpg,Rock of Ages II: Bigger & Boulder,NS,Strategy,Unknown,ACE Team,,,,,,,,2019-05-04 -/games/boxart/full_6254138AmericaFrontccc.jpg,Rock of Ages III: Make & Break,XOne,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 -/games/boxart/full_2490910AmericaFrontccc.jpg,Rock of Ages III: Make & Break,NS,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 -/games/boxart/full_5901418AmericaFrontccc.jpg,Rock of Ages III: Make & Break,PC,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 -/games/boxart/full_2473207AmericaFrontccc.jpg,Rock of Ages III: Make & Break,PS4,Strategy,Modus Games,ACE Team,,,,,,,2020-07-21,2020-06-05 -/games/boxart/full_5661491JapanFrontccc.jpg,Romance of the Three Kingdoms XII,PSV,Strategy,Tecmo Koei,Tecmo Koei Games,,,,,,,2013-02-07,2018-12-01 -/games/boxart/full_3477995JapanFrontccc.jpg,Romance of the Three Kingdoms XIII,NS,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2017-03-30,2018-07-30 -/games/boxart/full_4571971AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV,PS4,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-01-16,2019-08-01 -/games/boxart/full_170546AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV,PC,Strategy,Koei Tecmo,Koei Tecmo Games,,,,,,,2020-01-16,2019-08-01 -/games/boxart/full_6799147AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,NS,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2021-03-05 -/games/boxart/full_8417552AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,PC,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2021-03-05 -/games/boxart/full_3268942AmericaFrontccc.jpg,Romance of the Three Kingdoms XIV: Diplomacy and Strategy Expansion Pack,PS4,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2021-03-05 -/games/boxart/full_9151153AmericaFrontccc.jpg,Sakura Wars (2019),PS4,Strategy,Sega,Sega,,,,,,,2020-04-28,2020-07-28 -/games/boxart/default.jpg,Sea Battle,Int,Strategy,Mattel Electronics,APh Technological Consulting,,,,,,,1980-10-03,2018-01-13 -/games/boxart/full_2511316AmericaFrontccc.jpg,SEGA AGES Herzog Zwei,NS,Strategy,Unknown,M2,,,,,,,,2020-10-03 -/games/boxart/full_1409423AmericaFrontccc.jpg,Sentinels of Freedom,PC,Strategy,Unknown,Underbite Games,,,,,,,,2020-08-24 -/games/boxart/full_7049976AmericaFrontccc.jpg,Sentinels of Freedom,NS,Strategy,Unknown,Underbite Games,,,,,,,,2020-08-24 -/games/boxart/full_7634290AmericaFrontccc.jpg,Sid Meier's Civilization VI: Rise and Fall,PC,Strategy,2K Games,Firaxis Games,8.3,,,,,,2018-02-08,2018-03-19 -/games/boxart/full_6561497AmericaFrontccc.jpg,Skulls of the Shogun: Bone-a-Fide Edition,PS4,Strategy,17-Bit,17-Bit,,,,,,,2015-06-02,2018-04-07 -/games/boxart/full_3329692AmericaFrontccc.jpg,Slay the Spire,OSX,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-01-23,2019-03-24 -/games/boxart/full_1952697PALFrontccc.jpg,Slay the Spire,NS,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-06-06,2019-03-24 -/games/boxart/full_2607731AmericaFrontccc.jpg,Slay the Spire,Linux,Strategy,Mega Crit Games,Mega Crit Games,,,,,,,2019-01-23,2019-03-24 -/games/boxart/full_7089786AmericaFrontccc.jpg,Smash Hit Plunder,PS4,Strategy,Perp Games,Triangular Pixels,,,,,,,2019-01-15,2018-10-27 -/games/boxart/full_1563457AmericaFrontccc.jpg,SolSeraph,XOne,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 -/games/boxart/full_381859AmericaFrontccc.jpg,SolSeraph,PS4,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 -/games/boxart/full_9178054AmericaFrontccc.jpg,SolSeraph,PC,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 -/games/boxart/full_7479693AmericaFrontccc.jpg,SolSeraph,NS,Strategy,Unknown,ACE Team,,,,,,,,2019-06-29 -/games/boxart/default.jpg,Songs of Conquest,PC,Strategy,Unknown,Lavapotion,,,,,,,,2019-06-10 -/games/boxart/full_4330200AmericaFrontccc.jpg,Songs of Silence,PC,Strategy,Unknown,Chimera Entertainment,,,,,,,,2023-12-02 -/games/boxart/full_1760286AmericaFrontccc.jpg,Songs of Silence,PS5,Strategy,Unknown,Chimera Entertainment,,,,,,,,2023-12-02 -/games/boxart/full_7007473AmericaFrontccc.jpg,Songs of Silence,XS,Strategy,Unknown,Chimera Entertainment,,,,,,,,2023-12-02 -/games/boxart/full_1624296AmericaFrontccc.jpg,Spacebase Startopia,PC,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2021-10-23,2020-07-27 -/games/boxart/full_6821358AmericaFrontccc.jpg,Spacebase Startopia,PS4,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2021-10-23,2020-07-27 -/games/boxart/full_8757079AmericaFrontccc.jpg,Spacebase Startopia,XOne,Strategy,Kalypso Media,Realmforge Studios,,,,,,,2021-10-23,2020-07-27 -/games/boxart/full_6846204AmericaFrontccc.jpg,Spellet,iOS,Strategy,Unknown,Three Barrels,,,,,,,,2022-08-12 -/games/boxart/full_2617645AmericaFrontccc.jpg,SpellForce 3 Reforced,PC,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 -/games/boxart/full_7396756AmericaFrontccc.jpg,SpellForce 3 Reforced,PS4,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 -/games/boxart/full_2598675AmericaFrontccc.jpg,SpellForce 3 Reforced,PS5,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 -/games/boxart/full_2110182AmericaFrontccc.jpg,SpellForce 3 Reforced,XOne,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 -/games/boxart/full_2182543AmericaFrontccc.jpg,SpellForce 3 Reforced,XS,Strategy,Unknown,Grimlore Games,,,,,,,,2021-08-26 -/games/boxart/full_1427390AmericaFrontccc.jpg,Star Trek: Conquest Online,PC,Strategy,Activision,Genetic Anomalies,,,,,,,2000-06-20,2018-03-31 -/games/boxart/full_4783856AmericaFrontccc.jpg,Starpoint Gemini,PC,Strategy,Iceberg Interactive,Little Green Men Games,,,,,,,2012-02-16,2019-04-07 -/games/boxart/full_5955961AmericaFrontccc.jpg,Starpoint Gemini 3,PC,Strategy,TBA,Little Green Men Games,,,,,,,2019-09-05,2019-04-07 -/games/boxart/full_4104197AmericaFrontccc.jpg,Starship Troopers: Terran Command,PC,Strategy,Unknown,The Artistocrats,,,,,,,,2022-11-18 -/games/boxart/full_1033403AmericaFrontccc.jpg,Steam Tactics,NS,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 -/games/boxart/full_4781393AmericaFrontccc.jpg,Steam Tactics,PC,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 -/games/boxart/full_400313AmericaFrontccc.jpg,Steam Tactics,PSV,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 -/games/boxart/full_335099AmericaFrontccc.jpg,Steam Tactics,PS4,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 -/games/boxart/full_6180032AmericaFrontccc.jpg,Steam Tactics,XOne,Strategy,Unknown,Igor Rashkuev,,,,,,,,2020-07-31 -/games/boxart/full_6507748AmericaFrontccc.jpg,Stronghold: Warlords,PC,Strategy,Unknown,FireFly Studios,,,,,,,,2019-06-10 -/games/boxart/full_1039955AmericaFrontccc.png,Super Dragon Ball Heroes: World Mission,PC,Strategy,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2019-04-05,2019-03-22 -/games/boxart/full_8445948AmericaFrontccc.jpg,Super Dragon Ball Heroes: World Mission,NS,Strategy,Bandai Namco Entertainment,Dimps Corporation,,,,,,,2019-04-05,2019-03-22 -/games/boxart/default.jpg,Super Robot Wars 30,NS,Strategy,Bandai Namco Entertainment,B.B. Studio,,,,,,,2021-10-27,2022-09-06 -/games/boxart/default.jpg,Super Robot Wars 30,WinP,Strategy,Bandai Namco Entertainment,B.B. Studio,,,,,,,2021-10-27,2022-09-05 -/games/boxart/full_3182477AmericaFrontccc.jpg,SuperPower 3,PC,Strategy,Unknown,GolemLabs,,,,,,,,2021-09-18 -/games/boxart/full_6045847AmericaFrontccc.jpg,Survivor Squad: Gauntlets,PC,Strategy,Endless Loop Studios,Endless Loop Studios,,,,,,,2015-11-16,2019-04-21 -/games/boxart/full_6674462AmericaFrontccc.png,Tactical Mind,NS,Strategy,QubicGames,Drageus Games / QubicGames S.A.,,,,,,,2017-12-22,2018-01-07 -/games/boxart/full_4813006AmericaFrontccc.jpg,Taiko Risshiden V DX,NS,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 -/games/boxart/full_6519452AmericaFrontccc.jpg,Taiko Risshiden V DX,PC,Strategy,Unknown,Koei Tecmo Games,,,,,,,,2022-08-03 -/games/boxart/full_5142248AmericaFrontccc.png,Teamfight Tactics,And,Strategy,Riot Games,Riot Games,,,,,,,2020-03-19,2020-03-29 -/games/boxart/full_7553194AmericaFrontccc.png,Teamfight Tactics,iOS,Strategy,Riot Games,Riot Games,,,,,,,2020-03-19,2020-03-29 -/games/boxart/full_1915366AmericaFrontccc.png,Teamfight Tactics,PC,Strategy,Riot Games,Riot Games,,,,,,,2019-06-26,2020-03-29 -/games/boxart/full_1798686AmericaFrontccc.jpg,Terra Nil,PC,Strategy,Unknown,Free Lives,,,,,,,,2023-03-30 -/games/boxart/full_3952639AmericaFrontccc.jpg,The 7th Guest: Infection,iOS,Strategy,Unknown,Trilobyte,,,,,,,,2023-06-09 -/games/boxart/full_4349696AmericaFrontccc.png,The Banner Saga,NS,Strategy,Versus Evil,Stoic Studio,,,,,,,2018-05-17,2018-09-24 -/games/boxart/full_3259741AmericaFrontccc.png,The Banner Saga 2,NS,Strategy,Versus Evil,Stoic Studio,,,,,,,2018-06-07,2018-09-30 -/games/boxart/full_1951810AmericaFrontccc.png,The Banner Saga 3,NS,Strategy,Versus Evil,Stoic Studio,,,,,,,2018-07-26,2018-10-06 -/games/boxart/full_8554595AmericaFrontccc.jpg,The Battle of Polytopia,All,Strategy,Midjiwan AB,Midjiwan AB,,,,,,,2016-02-01,2022-01-01 -/games/boxart/full_1361247AmericaFrontccc.jpg,The Dark Crystal: Age of Resistance Tactics,PC,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 -/games/boxart/full_6290207AmericaFrontccc.png,The Dark Crystal: Age of Resistance Tactics,NS,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 -/games/boxart/full_9067908AmericaFrontccc.jpg,The Dark Crystal: Age of Resistance Tactics,XOne,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 -/games/boxart/full_3895276AmericaFrontccc.jpg,The Dark Crystal: Age of Resistance Tactics,PS4,Strategy,En Masse Entertainment,BonusXP,,,,,,,2020-02-04,2019-06-11 -/games/boxart/full_5700938AmericaFrontccc.jpg,The Diofield Chronicle,NS,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 -/games/boxart/full_5301927AmericaFrontccc.jpg,The Diofield Chronicle,PC,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 -/games/boxart/full_2011894AmericaFrontccc.jpg,The Diofield Chronicle,PS4,Strategy,Square Enix,Square Enix,,,,,,,2022-09-20,2022-07-03 -/games/boxart/full_2191097AmericaFrontccc.jpg,The Diofield Chronicle,PS5,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 -/games/boxart/full_3813875AmericaFrontccc.jpg,The Diofield Chronicle,XOne,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 -/games/boxart/full_5452558AmericaFrontccc.jpg,The Diofield Chronicle,XS,Strategy,Unknown,Square Enix,,,,,,,,2022-07-03 -/games/boxart/full_8066784AmericaFrontccc.jpg,The Great War: Western Front,PC,Strategy,Unknown,Petroglyph Games,,,,,,,,2023-04-05 -/games/boxart/full_5292182AmericaFrontccc.jpg,The Land Beneath Us,XS,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 -/games/boxart/full_1573767AmericaFrontccc.jpg,The Land Beneath Us,NS,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 -/games/boxart/full_1563574AmericaFrontccc.jpg,The Land Beneath Us,PC,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 -/games/boxart/full_7906060AmericaFrontccc.jpg,The Land Beneath Us,PS5,Strategy,Unknown,FairPlay Studios Co. Ltd,,,,,,,,2023-12-06 -/games/boxart/full_4334558AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,PC,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 -/games/boxart/full_2006306AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,NS,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 -/games/boxart/full_5287398AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,PS4,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 -/games/boxart/full_8834732AmericaFrontccc.jpg,The Lord of the Rings: Adventure Card Game,XOne,Strategy,Asmodee Digital,Fantasy Flight Interactive,,,,,,,2019-08-28,2019-08-05 -/games/boxart/full_4477136AmericaFrontccc.jpg,The Settlers: New Allies,PC,Strategy,Ubisoft,Blue Byte,,,,,,,2020-12-01,2022-12-31 -/games/boxart/default.jpg,This Is the Police 2,PC,Strategy,THQ Nordic,Weappy Studio,,,,,,,2018-07-31,2019-03-24 -/games/boxart/full_8562918AmericaFrontccc.jpg,Through the Darkest of Times,NS,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 -/games/boxart/full_155160AmericaFrontccc.jpg,Through the Darkest of Times,PC,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 -/games/boxart/full_5699158AmericaFrontccc.jpg,Through the Darkest of Times,PS4,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 -/games/boxart/full_479487AmericaFrontccc.jpg,Through the Darkest of Times,XOne,Strategy,Unknown,Paintbucket Games,,,,,,,,2020-09-09 -/games/boxart/full_8822099AmericaFrontccc.png,TINY METAL,NS,Strategy,Unties,Area 35,,,,,,,2017-12-21,2018-01-07 -/games/boxart/full_1710656AmericaFrontccc.jpg,Tiny Metal: Full Metal Rumble,PC,Strategy,"AREA 34, Inc.",Area 35,,,,,,,2019-07-11,2019-07-04 -/games/boxart/full_7964302AmericaFrontccc.jpg,Tiny Metal: Full Metal Rumble,NS,Strategy,"AREA 34, Inc.",Area 35,,,,,,,2019-07-11,2019-07-04 -/games/boxart/full_8001688AmericaFrontccc.jpg,Tiny Troopers,PC,Strategy,Unknown,Kukouri,,,,,,,,2022-08-13 -/games/boxart/full_7548178AmericaFrontccc.jpg,Tokyo Jungle Mobile,iOS,Strategy,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-10,2018-11-18 -/games/boxart/full_8913266AmericaFrontccc.jpg,Tokyo Jungle Mobile,And,Strategy,Sony Computer Entertainment,Sony Computer Entertainment,,,,,,,2013-07-10,2018-11-18 -/games/boxart/full_2790483AmericaFrontccc.jpeg,Tokyo Jungle Mobile,PSV,Strategy,Sony Computer Entertainment,SCE Japan Studio,,,,,,,2013-07-10,2018-11-17 -/games/boxart/full_6421296AmericaFrontccc.jpg,Tooth and Tail,PS4,Strategy,Pocketwatch Games,Pocketwatch Games,,,,,,,2017-09-12,2018-07-19 -/games/boxart/full_9603033AmericaFrontccc.jpg,Total War Battles: Kingdom,PC,Strategy,Sega,Creative Assembly,,,,,,,2016-03-24,2019-07-02 -/games/boxart/full_1861637AmericaFrontccc.jpg,Total War: Pharaoh,PC,Strategy,Sega,Creative Assembly,6.5,,,,,,2023-10-11,2023-08-26 -/games/boxart/default.jpg,Total War: Rome II,OSX,Strategy,Sega,Creative Assembly,,,,,,,2014-09-03,2018-03-19 -/games/boxart/full_1184389AmericaFrontccc.jpg,Total War: Warhammer III,PC,Strategy,Unknown,Creative Assembly,,,,,,,,2021-09-13 -/games/boxart/full_7368235AmericaFrontccc.jpg,Total War: WARHAMMER III - Forge of the Chaos Dwarfs,PC,Strategy,Unknown,Creative Assembly,,,,,,,,2023-06-23 -/games/boxart/full_7180835AmericaFrontccc.jpg,Toy Tactics,PC,Strategy,Joystick Ventures,Kraken Empire,,,,,,,2023-03-17,2023-11-20 -/games/boxart/full_2877399AmericaFrontccc.jpg,Uncharted: Fight for Fortune,PSV,Strategy,Unknown,Eidetic,,,,,,,,2022-08-14 -/games/boxart/default.jpg,USCF Chess,Int,Strategy,Mattel Electronics,Mattel,,,,,,,1982-11-23,2018-01-13 -/games/boxart/full_1354914AmericaFrontccc.jpg,Utawarerumono: Prelude to the Fallen,PSV,Strategy,NIS America,Aqua Plus,,,,,,,2020-05-26,2020-05-02 -/games/boxart/full_1566187AmericaFrontccc.jpg,Utawarerumono: Prelude to the Fallen,PS4,Strategy,NIS America,Aqua Plus,,,,,,,2020-05-26,2020-05-02 -/games/boxart/default.jpg,Utopia,Int,Strategy,Mattel Electronics,Mattel,,,,,,,1982-06-03,2018-01-13 -/games/boxart/full_924289AmericaFrontccc.png,Valkyria Chronicles,NS,Strategy,Sega,Sega,,,,,,,2018-10-16,2018-09-11 -/games/boxart/full_4471620AmericaFrontccc.png,Valkyria Chronicles 4,PC,Strategy,Sega,Sega,,,,,,,2018-09-25,2020-12-26 -/games/boxart/full_7581155AmericaFrontccc.jpg,Voice Commander,XOne,Strategy,Microsoft Studios,Microsoft Foundry Intern Program,,,,,,,2014-10-22,2018-08-12 -/games/boxart/default.jpg,War Games,CV,Strategy,Unknown,Coleco,,,,,,,,2021-10-18 -/games/boxart/full_6722444AmericaFrontccc.jpg,War Hospital,XS,Strategy,Unknown,Brave Lamb Studio,,,,,,,,2023-04-10 -/games/boxart/full_1524583AmericaFrontccc.jpg,War Hospital,PC,Strategy,Unknown,Brave Lamb Studio,,,,,,,,2023-04-10 -/games/boxart/full_7253257AmericaFrontccc.jpg,War Hospital,PS5,Strategy,Unknown,Brave Lamb Studio,,,,,,,,2023-04-10 -/games/boxart/full_992980AmericaFrontccc.png,War Theatre,NS,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-04-04,2019-04-04 -/games/boxart/full_7145314AmericaFrontccc.jpg,War Theatre,PC,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-03-16,2019-04-04 -/games/boxart/full_3280812AmericaFrontccc.jpg,War Theatre,PSV,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-03-16,2019-04-04 -/games/boxart/full_633062AmericaFrontccc.jpg,War Theatre,PS4,Strategy,Arcade Distillery,Arcade Distillery,,,,,,,2019-03-16,2019-04-04 -/games/boxart/full_6461351AmericaFrontccc.png,Warcraft III: Reforged,PC,Strategy,Blizzard Entertainment,Blizzard Entertainment,,,,,,,2020-01-28,2018-11-02 -/games/boxart/full_7396924AmericaFrontccc.jpg,Wargroove,PS4,Strategy,Chucklefish,Chucklefish,,,,,,,2019-03-01,2019-01-25 -/games/boxart/full_6586448AmericaFrontccc.png,Wargroove,NS,Strategy,Chucklefish,Chucklefish,,,,,,,2019-02-01,2019-03-24 -/games/boxart/default.jpg,Wargroove,PC,Strategy,Chucklefish,Chucklefish,,,,,,,2019-02-01,2019-03-24 -/games/boxart/full_8190192AmericaFrontccc.jpg,Wargroove,XOne,Strategy,Chucklefish,Chucklefish,,,,,,,2019-02-01,2019-03-24 -/games/boxart/full_5415422AmericaFrontccc.jpg,Wargroove 2,PC,Strategy,Unknown,Robotality,,,,,,,,2023-10-12 -/games/boxart/full_4412275AmericaFrontccc.jpg,Wargroove 2,NS,Strategy,Unknown,Robotality,,,,,,,,2023-10-12 -/games/boxart/default.jpg,"Warhammer 40,000: Battlesector",XOne,Strategy,Unknown,Black Lab Games,,,,,,,,2024-01-20 -/games/boxart/default.jpg,"Warhammer 40,000: Battlesector",PC,Strategy,Unknown,Black Lab Games,,,,,,,,2024-01-20 -/games/boxart/default.jpg,"Warhammer 40,000: Battlesector",PS4,Strategy,Unknown,Black Lab Games,,,,,,,,2024-01-20 -/games/boxart/full_1039115AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate - Daemonhunters",PC,Strategy,Unknown,Complex Games,,,,,,,,2022-11-18 -/games/boxart/full_3529128AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",XOne,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 -/games/boxart/full_1876693AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",XS,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 -/games/boxart/full_5420042AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",PS4,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 -/games/boxart/full_9715937AmericaFrontccc.jpg,"Warhammer 40,000: Chaos Gate – Daemonhunters",PS5,Strategy,Unknown,Complex Games,,,,,,,,2024-01-17 -/games/boxart/full_9985826AmericaFrontccc.jpg,Warhammer Age of Sigmar: Realms of Ruin,PC,Strategy,Unknown,Frontier Developments,,,,,,,,2023-11-17 -/games/boxart/full_8960218AmericaFrontccc.jpg,Warhammer Age of Sigmar: Realms of Ruin,PS5,Strategy,Unknown,Frontier Developments,,,,,,,,2023-11-17 -/games/boxart/full_2262653AmericaFrontccc.jpg,Warhammer Age of Sigmar: Realms of Ruin,XS,Strategy,Unknown,Frontier Developments,,,,,,,,2023-11-17 -/games/boxart/full_9754225AmericaFrontccc.jpg,Warparty,PC,Strategy,Unknown,Crazy Monkey Studios,,,,,,,,2019-03-31 -/games/boxart/full_6870725AmericaFrontccc.jpg,WARSAW,XOne,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2020-10-02,2020-09-11 -/games/boxart/full_2006074AmericaFrontccc.jpg,WARSAW,NS,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2020-10-01,2020-09-11 -/games/boxart/full_1305152AmericaFrontccc.jpg,WARSAW,PC,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2019-10-02,2020-09-11 -/games/boxart/full_6562087AmericaFrontccc.jpg,WARSAW,PS4,Strategy,Crunching Koalas,Pixelated Milk,,,,,,,2020-09-29,2020-09-11 -/games/boxart/full_1431930AmericaFrontccc.png,Wasteland 2: Director's Cut,NS,Strategy,inXile Entertainment,InXile Entertainment,,,,,,,2018-09-13,2018-10-27 -/games/boxart/full_7409690AmericaFrontccc.png,Wasteland 3,XOne,Strategy,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-10 -/games/boxart/full_2346356AmericaFrontccc.jpg,Wasteland 3,PC,Strategy,Xbox Game Studios,InXile Entertainment,,,,,,,2020-08-28,2019-06-10 -/games/boxart/full_1524044AmericaFrontccc.jpg,Wildermyth,PC,Strategy,Unknown,Worldwalker Games,,,,,,,,2021-08-02 -/games/boxart/full_5090723AmericaFrontccc.jpg,Wingspan,PC,Strategy,Unknown,Monster Couch,,,,,,,,2021-01-13 -/games/boxart/full_7265760PALFrontccc.jpg,World Conqueror X,NS,Strategy,CIRCLE Entertainment,CIRCLE Entertainment,,,,,,,2018-03-08,2018-03-20 -/games/boxart/full_5300189AmericaFrontccc.jpg,Worms 3,And,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_5471785AmericaFrontccc.jpg,Worms 4,And,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_4175284AmericaFrontccc.jpg,Worms Clan Wars,PC,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_5925142AmericaFrontccc.jpg,Worms Collection,PS3,Strategy,Unknown,Team17,,,,,,,,2022-08-13 -/games/boxart/full_8301462AmericaFrontccc.jpg,Worms Collection,X360,Strategy,Unknown,Team17,,,,,,,,2022-08-13 -/games/boxart/full_8602780AmericaFrontccc.jpg,Worms Revolution,X360,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_1253846AmericaFrontccc.jpg,Worms Revolution,PSV,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_3430476AmericaFrontccc.jpg,Worms Revolution,PC,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_971444AmericaFrontccc.jpg,Worms Revolution,PS3,Strategy,Unknown,Team17,,,,,,,,2021-01-26 -/games/boxart/full_1253583AmericaFrontccc.png,Worms: WMD,NS,Strategy,Team17 Digital Ltd,Team17 Digital Ltd,,,,,,,2017-11-23,2018-08-12 -/games/boxart/full_6824246AmericaFrontccc.jpg,X-Morph: Defense,PC,Strategy,EXOR Studios,EXOR Studios,,,,,,,2017-08-30,2019-04-28 -/games/boxart/full_4624846AmericaFrontccc.jpg,X-Morph: Defense,XOne,Strategy,EXOR Studios,EXOR Studios,,,,,,,2017-08-30,2019-04-28 -/games/boxart/full_6414206AmericaFrontccc.png,X-Morph: Defense,NS,Strategy,EXOR Studios,EXOR Studios,,,,,,,2019-02-21,2019-04-28 -/games/boxart/full_4947607AmericaFrontccc.jpg,X-Morph: Defense,PS4,Strategy,EXOR Studios,EXOR Studios,,,,,,,2017-08-30,2019-04-28 -/games/boxart/full_3900223AmericaFrontccc.jpg,XCOM 2 Collection,NS,Strategy,2K Games,Firaxis Games,,,,,,,2020-05-29,2020-03-31 -/games/boxart/full_5852173AmericaFrontccc.jpg,XCOM: Chimera Squad,PC,Strategy,2K Games,Firaxis Games,,,,,,,2020-04-24,2020-04-15 -/games/boxart/full_6832495AmericaFrontccc.jpg,XCOM: Enemy Unknown,Linux,Strategy,Feral Interactive,Firaxis Games,,,,,,,2014-06-19,2018-03-22 -/games/boxart/full_8405567AmericaFrontccc.jpeg,Yu Yu Hakusho Tournament Tactics,GBA,Strategy,Atari,Sensory Sweep Studios,,,,,,,2004-11-18,2017-12-30 -/games/boxart/full_421132AmericaFrontccc.png,Yu-Gi-Oh! Cross Duel,And,Strategy,Unknown,Konami,,,,,,,,2022-10-12 -/games/boxart/full_5266274AmericaFrontccc.png,Yu-Gi-Oh! Cross Duel,iOS,Strategy,Unknown,Konami,,,,,,,,2022-10-12 -/games/boxart/full_2359136AmericaFrontccc.jpeg,Yu-Gi-Oh! Duel Links,And,Strategy,Unknown,Konami,,,,,,,,2022-10-12 -/games/boxart/full_980554AmericaFrontccc.jpeg,Yu-Gi-Oh! Duel Links,PC,Strategy,Unknown,Konami,,,,,,,,2022-10-12 -/games/boxart/full_5465265AmericaFrontccc.jpg,Yu-Gi-Oh! Legacy of the Duelist,XOne,Strategy,Konami,Other Ocean Interactive,,,,,,,2015-07-31,2019-04-20 -/games/boxart/full_1661793AmericaFrontccc.png,Yu-Gi-Oh! Legacy of the Duelist,PS4,Strategy,Konami,Other Ocean Interactive,,,,,,,2015-07-31,2019-04-20 -/games/boxart/full_6380526AmericaFrontccc.jpg,Yu-Gi-Oh! Legacy of the Duelist: Link Evolution,NS,Strategy,Konami,Other Ocean Interactive,,,,,,,2019-08-31,2019-04-20 -/games/boxart/full_4472586AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,PS5,Strategy,Unknown,Konami,,,,,,,,2022-02-21 -/games/boxart/full_5015278AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,PS4,Strategy,Unknown,Konami,,,,,,,,2022-02-21 -/games/boxart/full_3446108AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,PC,Strategy,Unknown,Konami,,,,,,,,2022-02-21 -/games/boxart/full_9684428AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,XS,Strategy,Unknown,Konami,,,,,,,,2022-02-21 -/games/boxart/full_427994AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,XOne,Strategy,Unknown,Konami,,,,,,,,2022-02-21 -/games/boxart/full_371032AmericaFrontccc.jpg,Yu-Gi-Oh! Master Duel,NS,Strategy,Unknown,Konami,,,,,,,,2022-02-21 -/games/boxart/full_7445079AmericaFrontccc.jpg,NEKOPARA Vol. 1,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-08 -/games/boxart/full_1699516AmericaFrontccc.jpg,NEKOPARA Vol. 0,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-09 -/games/boxart/full_8405902AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,All,Visual Novel,Serenity Forge,Team Salvato,,,,,,,2021-06-30,2021-07-20 -/games/boxart/full_9477869AmericaFrontccc.jpg,fault,Series,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2014-12-15,2022-09-21 -/games/boxart/full_6701009AmericaFrontccc.jpg,Root Letter,Series,Visual Novel,PQube,Kadokawa Games,,,,,,,2016-11-10,2022-04-24 -/games/boxart/full_1391826AmericaFrontccc.jpg,Root Letter,All,Visual Novel,PQube,Kadokawa Games,,,,,,,2016-11-10,2021-01-30 -/games/boxart/full_8265488AmericaFrontccc.jpg,NEKOPARA Vol. 2,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-13 -/games/boxart/full_5652079AmericaFrontccc.jpg,Tricolour Lovestory,PC,Visual Novel,Unknown,HL-Galgame,,,,,,,,2019-02-15 -/games/boxart/full_2393801AmericaFrontccc.jpg,Hatoful Boyfriend,PC,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2014-09-04,2018-08-08 -/games/boxart/full_9797776AmericaFrontccc.jpg,NEKOPARA Vol. 3,PC,Visual Novel,Unknown,Neko Works,,,,,,,,2019-02-22 -/games/boxart/full_1555103AmericaFrontccc.jpg,The Lords of the Earth Flame,PC,Visual Novel,Unknown,"Rhino Games, Inc.",,,,,,,,2019-02-23 -/games/boxart/full_392605AmericaFrontccc.jpg,Russian Horror Story,PC,Visual Novel,Unknown,Footmade,,,,,,,,2019-02-26 -/games/boxart/full_975275AmericaFrontccc.jpg,Super Star,PC,Visual Novel,Unknown,Dream Works,,,,,,,,2019-03-01 -/games/boxart/full_6618666AmericaFrontccc.jpg,Wishmaster,PC,Visual Novel,Unknown,Unknown,,,,,,,,2019-03-01 -/games/boxart/full_8847318AmericaFrontccc.jpeg,Steins;Gate,PC,Visual Novel,Nitro+,Nitro+,,,,,,,2016-09-09,2018-07-04 -/games/boxart/full_4928690AmericaFrontccc.jpg,Witch on the Holy Night,All,Visual Novel,Type-Moon,Type-Moon,,,,,,,2012-04-12,2023-07-05 -/games/boxart/full_9935961AmericaFrontccc.jpg,Winter Novel,PC,Visual Novel,DeXP,DeXP,,,,,,,2016-08-10,2019-04-22 -/games/boxart/full_1019459AmericaFrontccc.jpg,Go! Go! Nippon! ~My First Trip to Japan~,PC,Visual Novel,MangaGamer,OVERDRIVE,,,,,,,2014-02-21,2019-03-29 -/games/boxart/full_1259476AmericaFrontccc.jpg,If My Heart Had Wings,PC,Visual Novel,MoeNovel,MoeNovel,,,,,,,2013-06-28,2019-04-16 -/games/boxart/full_5735614AmericaFrontccc.jpg,Analogue: A Hate Story,PC,Visual Novel,Love Conquers All Games,Love Conquers All Games,,,,,,,2012-04-27,2019-04-06 -/games/boxart/full_565004AmericaFrontccc.jpg,Replica,PC,Visual Novel,Somi,Somi,,,,,,,2016-06-11,2019-04-04 -/games/boxart/full_7156591AmericaFrontccc.jpg,fault - milestone one,PC,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2013-08-09,2019-04-04 -/games/boxart/full_1332883AmericaFrontccc.png,fault - milestone two side:above,PC,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2015-09-08,2019-04-04 -/games/boxart/full_6913190JapanFrontccc.jpg,Angelique Luminarise,NS,Visual Novel,Koei Tecmo,Ruby Party,,,,,,,2021-05-20,2021-07-27 -/games/boxart/full_863750JapanFrontccc.jpg,Haruka: Beyond the Stream of Time 7,NS,Visual Novel,Unknown,Koei Tecmo Games,,,,,,,,2021-02-07 -/games/boxart/full_2335375JapanFrontccc.jpg,Kiniro no Corda 4,PSV,Visual Novel,Unknown,Koei Tecmo Games,,,,,,,,2020-10-16 -/games/boxart/full_4813689JapanFrontccc.jpg,Chaos;Child,XOne,Visual Novel,5pb,5pb. Inc.,,,,,,,2014-12-18,2019-03-24 -/games/boxart/full_2247466AmericaFrontccc.jpg,Cinders,PC,Visual Novel,MoaCube,MoaCube,,,,,,,2012-06-20,2020-08-20 -/games/boxart/full_1552539AmericaFrontccc.jpg,Cinders,OSX,Visual Novel,MoaCube,MoaCube,,,,,,,2012-06-20,2020-08-20 -/games/boxart/full_ever17_397JapanFront.jpg,Ever17: The Out of Infinity,X360,Visual Novel,5pb,5pb. Games,,,,,,,2011-12-01,2018-12-19 -/games/boxart/full_fatehollow-ataraxia_232JapanFront.jpg,Fate/hollow ataraxia,PC,Visual Novel,Type-Moon,Type-Moon,,,,,,,2005-10-28,2018-11-15 -/games/boxart/full_9248205AmericaFrontccc.jpg,Hatoful Boyfriend,OSX,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2014-09-04,2018-08-08 -/games/boxart/full_8405412AmericaFrontccc.jpg,Hatoful Boyfriend,Linux,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2014-09-04,2018-08-08 -/games/boxart/full_2116650JapanFrontccc.jpg,L no Kisetsu 2: Invisible Memories,PS2,Visual Novel,5pb,5pb. Games,,,,,,,2008-07-03,2018-12-19 -/games/boxart/full_2190811JapanFrontccc.jpg,L no Kisetsu: Double Pocket,PSP,Visual Novel,5pb,5pb. Games,,,,,,,2009-11-26,2018-12-19 -/games/boxart/full_9254397JapanFrontccc.jpg,Liberation Maiden SIN,PS3,Visual Novel,5pb,5pb. Inc.,,,,,,,2013-12-05,2018-04-12 -/games/boxart/full_898341JapanFrontccc.jpg,Lucian Bee's: Justice Yellow / Evil Violet,PSP,Visual Novel,5pb,HuneX,,,,,,,2010-10-28,2018-12-19 -/games/boxart/full_muv-luv_933JapanFront.jpg,Muv-Luv,X360,Visual Novel,5pb,5pb. Games,,,,,,,2011-10-27,2018-12-19 -/games/boxart/full_muv-luv-alternative_322JapanFront.jpg,Muv-Luv Alternative,X360,Visual Novel,5pb,5pb. Games,,,,,,,2011-10-27,2018-12-19 -/games/boxart/full_1151050AmericaFrontccc.png,Sakura Spirit,PC,Visual Novel,Sekai Project,Sekai Project,,,,,,,2014-07-09,2018-08-09 -/games/boxart/full_9504258AmericaFrontccc.png,Sakura Spirit,OSX,Visual Novel,Sekai Project,Sekai Project,,,,,,,2014-07-09,2018-08-09 -/games/boxart/full_3258271AmericaFrontccc.png,Sakura Spirit,Linux,Visual Novel,Sekai Project,Sekai Project,,,,,,,2014-07-09,2018-08-09 -/games/boxart/full_1634604AmericaFrontccc.jpg,Shan Gui,PC,Visual Novel,Ju Cai,Magenta Software,,,,,,,2014-08-19,2018-08-09 -/games/boxart/full_121665AmericaFrontccc.jpg,Shan Gui,OSX,Visual Novel,Ju Cai,Magenta Software,,,,,,,2014-08-19,2018-08-09 -/games/boxart/full_9099633AmericaFrontccc.jpg,Shan Gui,Linux,Visual Novel,Ju Cai,Magenta Software,,,,,,,2014-08-19,2018-08-09 -/games/boxart/full_470714JapanFrontccc.jpg,じんるいのみなさまへ,NS,Visual Novel,Unknown,Nippon Ichi Software,,,,,,,,2019-02-23 -/games/boxart/full_9809194AmericaFrontccc.jpg,Alternate Jake Hunter: Daedalus The Awakening of Golden Jazz,PC,Visual Novel,Arc System Works,Neilo Inc,,,,,,,2019-07-05,2019-07-04 -/games/boxart/full_7244899AmericaFrontccc.png,Alternate Jake Hunter: Daedalus The Awakening of Golden Jazz,NS,Visual Novel,Arc System Works,Neilo Inc,,,,,,,2019-05-23,2019-07-04 -/games/boxart/full_4421625AmericaFrontccc.jpg,Alternate Jake Hunter: Daedalus The Awakening of Golden Jazz,PS4,Visual Novel,Arc System Works,Neilo Inc,,,,,,,2019-05-23,2019-07-04 -/games/boxart/full_5315062AmericaFrontccc.png,Anonymous;Code,PS4,Visual Novel,5pb,5pb. Games,,,,,,,2020-12-01,2019-06-26 -/games/boxart/full_3989372AmericaFrontccc.png,Anonymous;Code,PSV,Visual Novel,5pb,5pb. Games,,,,,,,2020-12-01,2019-06-26 -/games/boxart/full_6718549AmericaFrontccc.png,Anonymous;Code,NS,Visual Novel,5pb,5pb. Games,,,,,,,2020-12-01,2019-06-26 -/games/boxart/full_3273209AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PSV,Visual Novel,Sprite,Sprite,,,,,,,2016-02-25,2020-05-11 -/games/boxart/full_8608130AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,NS,Visual Novel,Sprite,Sprite,,,,,,,2020-08-21,2020-05-11 -/games/boxart/full_9317626AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PC,Visual Novel,Sprite,Sprite,,,,,,,2019-09-27,2020-05-11 -/games/boxart/full_8713717AmericaFrontccc.jpg,Aokana: Four Rhythm Across the Blue,PS4,Visual Novel,Sprite,Sprite,,,,,,,2020-08-21,2020-05-11 -/games/boxart/full_2294086AmericaFrontccc.jpg,Arcade Spirits,PS4,Visual Novel,PQube,Fiction Factory Games,,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_6604164AmericaFrontccc.jpg,Arcade Spirits,XOne,Visual Novel,PQube,Fiction Factory Games,,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_6499086AmericaFrontccc.jpg,Arcade Spirits,Linux,Visual Novel,PQube,Fiction Factory Games,,,,,,,2019-02-12,2019-08-16 -/games/boxart/full_2776237AmericaFrontccc.jpg,Arcade Spirits,NS,Visual Novel,PQube,Fiction Factory Games,,,,,,,2020-12-01,2019-08-16 -/games/boxart/full_9306880AmericaFrontccc.jpg,Arcade Spirits,PC,Visual Novel,PQube,Fiction Factory Games,,,,,,,2019-02-12,2019-08-16 -/games/boxart/full_1551043JapanFrontccc.jpg,Boku to Nurse no Kenshuu Nisshi,PSV,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 -/games/boxart/full_9455808JapanFrontccc.jpg,Boku to Nurse no Kenshuu Nisshi,PC,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 -/games/boxart/full_2529017AmericaFrontccc.png,"Bury Me, My Love",NS,Visual Novel,Plug In Digital,The Pixel Hunt,,,,,,,2019-01-10,2018-12-12 -/games/boxart/full_6764372AmericaFrontccc.jpg,Bustafellows,NS,Visual Novel,Unknown,Nippon Cultural Broadcasting eXtend,,,,,,,,2022-02-09 -/games/boxart/full_9844233AmericaFrontccc.jpg,Bustafellows,PC,Visual Novel,Unknown,Nippon Cultural Broadcasting eXtend,,,,,,,,2022-02-09 -/games/boxart/full_5644512AmericaFrontccc.jpg,Chaos;Child,PC,Visual Novel,Spike Chunsoft,MAGES. Inc.,,,,,,,2019-01-23,2019-03-24 -/games/boxart/default.jpg,Chaos;Head Noah/Chaos;Child Double Pack,NS,Visual Novel,Unknown,Spike Chunsoft,,,,,,,,2023-04-16 -/games/boxart/full_3009811AmericaFrontccc.jpg,Chuusotsu! 1st Graduation: Time After Time,PC,Visual Novel,Unknown,Studio Beast,,,,,,,,2018-04-23 -/games/boxart/full_285666AmericaFrontccc.png,Ciconia When They Cry,PC,Visual Novel,MangaGamer,07th Expansion,,,,,,,2019-08-09,2019-05-06 -/games/boxart/full_1952638AmericaFrontccc.jpg,Cinders,PS4,Visual Novel,Crunching Koalas,MoaCube,,,,,,,2020-08-25,2020-08-20 -/games/boxart/full_6918059AmericaFrontccc.jpg,Cinders,XOne,Visual Novel,Crunching Koalas,MoaCube,,,,,,,2020-08-26,2020-08-20 -/games/boxart/full_4622088AmericaFrontccc.jpg,Clannad,NS,Visual Novel,Prototype,Prototype,,,,,,,2019-07-04,2019-07-04 -/games/boxart/full_5310248AmericaFrontccc.jpg,Clock Zero: Shuuen no Ichibyou Devote,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-06-27,2019-04-08 -/games/boxart/full_5157505AmericaFrontccc.jpg,Code Realize Wintertide Miracles,PS4,Visual Novel,Aksys Games,Aksys Games,,,,,,,2019-02-14,2018-11-11 -/games/boxart/full_5818919AmericaFrontccc.jpg,Collar x Malice,NS,Visual Novel,Aksys Games,Idea Factory,,,,,,,2020-06-25,2020-05-04 -/games/boxart/full_2273570PALFrontccc.jpg,Collar x Malice: Unlimited,NS,Visual Novel,Aksys Games,Idea Factory,,,,,,,2020-08-13,2020-05-13 -/games/boxart/full_8459744AmericaFrontccc.jpg,CUPID - A free to play Visual Novel,PC,Visual Novel,Afterthought Studios,Fervent Interactive,,,,,,,2016-03-04,2019-04-03 -/games/boxart/full_7245838AmericaFrontccc.jpg,Cupid Parasite,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2020-08-20,2020-05-11 -/games/boxart/full_2557410JapanFrontccc.jpg,D.S.: Dal Segno,PS4,Visual Novel,Entergram,Entergram,,,,,,,2018-03-22,2018-04-07 -/games/boxart/full_1946155AmericaFrontccc.jpg,Danganronpa Decadence,NS,Visual Novel,Spike Chunsoft,Spike Chunsoft,,,,,,,2021-12-03,2021-06-15 -/games/boxart/default.jpg,Danganronpa Trilogy,PS4,Visual Novel,Unknown,Spike Chunsoft,,,,,,,,2023-04-16 -/games/boxart/full_1697685JapanFrontccc.png,Dear Magi: Magical Boy's Department,NS,Visual Novel,CaeruX,CaeruX,,,,,,,2019-06-06,2019-06-09 -/games/boxart/full_3130353JapanFrontccc.png,Diabolik Lovers: Chaos Lineage,NS,Visual Novel,Idea Factory,Rejet,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_8448915AmericaFrontccc.jpg,Divine Slice of Life,PC,Visual Novel,Dharker Studio,NickySwan,,,,,,,2015-10-22,2019-04-03 -/games/boxart/full_280088AmericaFrontccc.jpg,Doki Doki Literature Club,PC,Visual Novel,Team Salvato,Team Salvato,,,,,,,2017-09-22,2018-01-12 -/games/boxart/full_6728473AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,XS,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 -/games/boxart/full_6973486AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,NS,Visual Novel,Serenity Forge,Team Salvato,,,,,,,2021-06-30,2021-06-13 -/games/boxart/full_4699043AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,PS4,Visual Novel,Serenity Forge,Team Salvato,,,,,,,2021-06-30,2022-11-12 -/games/boxart/full_7316224AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,PS5,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 -/games/boxart/full_1288934AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,PC,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 -/games/boxart/full_3508920AmericaFrontccc.jpg,Doki Doki Literature Club Plus!,XOne,Visual Novel,Unknown,Team Salvato,,,,,,,,2021-06-13 -/games/boxart/full_3777860AmericaFrontccc.jpg,Dull Grey,PS4,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 -/games/boxart/full_6703711AmericaFrontccc.jpg,Dull Grey,XOne,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 -/games/boxart/full_4617140AmericaFrontccc.jpg,Dull Grey,NS,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 -/games/boxart/full_4683526AmericaFrontccc.jpg,Dull Grey,PSV,Visual Novel,Unknown,Provodnik Games,,,,,,,,2021-05-02 -/games/boxart/full_6752087AmericaFrontccc.jpg,Eden*,PC,Visual Novel,MangaGamer,minori,,,,,,,2015-01-30,2018-02-15 -/games/boxart/full_7919549JapanFrontccc.png,Eve: Rebirth Terror,PS4,Visual Novel,El Dia,El Dia,,,,,,,2019-04-25,2019-03-23 -/games/boxart/full_5022170JapanFrontccc.png,Eve: Rebirth Terror,PSV,Visual Novel,El Dia,El Dia,,,,,,,2019-04-25,2019-03-23 -/games/boxart/full_8365608AmericaFrontccc.png,fault - milestone one,NS,Visual Novel,Sekai Project,ALICE IN DISSONANCE,,,,,,,2019-10-03,2019-04-04 -/games/boxart/full_7350023AmericaFrontccc.png,fault - milestone one,PS4,Visual Novel,Unknown,ALICE IN DISSONANCE,,,,,,,,2019-04-04 -/games/boxart/full_8134768AmericaFrontccc.jpg,fault - SILENCE THE PEDANT,PC,Visual Novel,Unknown,ALICE IN DISSONANCE,,,,,,,,2019-04-04 -/games/boxart/full_2877604AmericaFrontccc.jpg,fault - StP - LIGHTKRAVTE,PC,Visual Novel,Phoenixx Inc.,ALICE IN DISSONANCE,,,,,,,2022-05-28,2022-09-21 -/games/boxart/full_4216381JapanFrontccc.jpg,Floral Flowlove,PC,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 -/games/boxart/full_3493732JapanFrontccc.jpg,Floral Flowlove,PS4,Visual Novel,Entergram,Entergram,,,,,,,2018-08-23,2018-09-26 -/games/boxart/full_1069351JapanFrontccc.jpg,Flowers: Les Quatre Saisons,PS4,Visual Novel,Prototype,Innocent Grey,,,,,,,2019-03-07,2019-03-21 -/games/boxart/full_3129784JapanFrontccc.jpg,Full Kiss,PS4,Visual Novel,Entergram,Giga,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_5511201JapanFrontccc.jpg,Full Kiss,PSV,Visual Novel,Entergram,Giga,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_9211477AmericaFrontccc.jpg,Gnosia,NS,Visual Novel,Playism,Petit Depotto,,,,,,,2021-03-04,2021-03-07 -/games/boxart/full_3769439AmericaFrontccc.jpg,Gnosia,PSV,Visual Novel,Unknown,Petit Depotto,,,,,,,,2019-05-07 -/games/boxart/default.jpg,Grisaia Phantom Trigger 01 & 02,PSV,Visual Novel,Prototype,Prototype,,,,,,,2017-12-21,2018-08-25 -/games/boxart/full_8053814AmericaFrontccc.jpg,Hakuoki Shinkai: Ginsei no Sho,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2020-07-30,2020-05-09 -/games/boxart/full_7969187AmericaFrontccc.jpg,Hakuoki: Edo Blossoms,PSV,Visual Novel,Idea Factory,Otomate,,,,,,,2018-04-24,2018-01-08 -/games/boxart/full_4585880JapanFrontccc.jpg,"Hanayaka Kana, Ware ga Ichizoku: Gentou Nostalgie",NS,Visual Novel,Idea Factory,Ichi Column,,,,,,,2019-05-16,2019-04-08 -/games/boxart/full_8073582JapanFrontccc.jpg,"Hanayaka Nari, Waga Ichizoku Modern Nostalgie",NS,Visual Novel,Idea Factory,Ichi Column,,,,,,,2019-05-16,2019-03-25 -/games/boxart/full_42123JapanFrontccc.png,Haruoto Alice * Gram Snow Drop,PS4,Visual Novel,Entergram,NanaWind,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_9555412JapanFrontccc.png,Haruoto Alice * Gram Snow Drop,PSV,Visual Novel,Entergram,NanaWind,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_7869522AmericaFrontccc.jpg,Hatoful Boyfriend,PSV,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2015-07-21,2018-08-07 -/games/boxart/full_1719008AmericaFrontccc.jpg,Hatoful Boyfriend,PS4,Visual Novel,Devolver Digital,Mediatonic Ltd.,,,,,,,2015-07-21,2018-08-07 -/games/boxart/full_7876705AmericaFrontccc.jpg,Heart of the Woods,NS,Visual Novel,Sekai Project,Studio Elan,,,,,,,2020-12-01,2019-06-19 -/games/boxart/full_2897089AmericaFrontccc.jpg,Heart of the Woods,PC,Visual Novel,Sekai Project,Studio Elan,,,,,,,2019-02-15,2019-06-19 -/games/boxart/full_2796865JapanFrontccc.jpg,Higurashi no Naku Koro ni Hou,PS4,Visual Novel,Entergram,07th Expansion,,,,,,,2019-01-24,2019-02-03 -/games/boxart/full_8989342AmericaFrontccc.jpg,If My Heart Had Wings -Flight Diary-,PC,Visual Novel,MoeNovel,MoeNovel,,,,,,,2019-02-28,2019-04-16 -/games/boxart/full_2349054AmericaFrontccc.jpg,Invincible Presents: Atom Eve,PC,Visual Novel,Unknown,Terrible Posture Games,,,,,,,,2023-11-16 -/games/boxart/default.jpg,Irony Curtain: From Matryoshka,PC,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 -/games/boxart/default.jpg,Irony Curtain: From Matryoshka,PS4,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 -/games/boxart/default.jpg,Irony Curtain: From Matryoshka,XOne,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 -/games/boxart/default.jpg,Irony Curtain: From Matryoshka,NS,Visual Novel,Unknown,Artifex Mundi,,,,,,,,2018-07-25 -/games/boxart/full_2259519AmericaFrontccc.jpg,Jack Jeanne,NS,Visual Novel,Broccoli,Broccoli,,,,,,,2020-12-03,2020-05-16 -/games/boxart/default.jpg,Jakou no Lyla: Trap of Musk,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2019-09-19,2019-03-22 -/games/boxart/full_8089271JapanFrontccc.jpg,Karigurashi Renai,PS4,Visual Novel,Entergram,ASa Project,,,,,,,2019-02-21,2019-03-09 -/games/boxart/full_4778890JapanFrontccc.jpg,Karigurashi Renai,PSV,Visual Novel,Entergram,ASa Project,,,,,,,2019-02-21,2019-03-09 -/games/boxart/default.jpg,Katakoi Contrast: Collection of Branch,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2019-08-22,2019-03-22 -/games/boxart/full_3388428JapanFrontccc.jpg,Kenka Bancho Otome: 2nd Rumble!!,PSV,Visual Novel,Spike Chunsoft,RED Entertainment,,,,,,,2019-03-14,2019-03-22 -/games/boxart/full_7214271JapanFrontccc.jpg,Konoyo no Hate de Koi o Utau Shoujo: Yu-No,NS,Visual Novel,5pb,MAGES,,,,,,,2019-03-14,2019-03-22 -/games/boxart/full_6399440AmericaFrontccc.jpg,Kotodama: The 7 Mysteries of Fujisawa,PC,Visual Novel,PQube,Art Co. Ltd.,,,,,,,2019-06-04,2019-04-03 -/games/boxart/full_9164179PALFrontccc.jpg,Kotodama: The 7 Mysteries of Fujisawa,PS4,Visual Novel,PQube,Art Co. Ltd.,,,,,,,2019-06-04,2019-04-03 -/games/boxart/full_3278328PALFrontccc.jpg,Kotodama: The 7 Mysteries of Fujisawa,NS,Visual Novel,PQube,Art Co. Ltd.,,,,,,,2019-06-04,2019-04-03 -/games/boxart/default.jpg,Last Stanza,PC,Visual Novel,Unknown,Sekai Project,,,,,,,,2018-07-01 -/games/boxart/full_2348704JapanFrontccc.jpg,London Detective Mysteria,PSP,Visual Novel,Marvelous Interactive,Karin Entertainment,,,,,,,2013-03-07,2018-12-27 -/games/boxart/full_4488743JapanFrontccc.jpg,Memories Off: Innocent Fille for Dearest,PSV,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_3695518JapanFrontccc.jpg,Memories Off: Innocent Fille for Dearest,PS4,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_2642785JapanFrontccc.jpg,Memories Off: Innocent Fille for Dearest,NS,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-28,2019-03-22 -/games/boxart/full_5690948AmericaFrontccc.jpg,Mhakna Gramura and Fairy Bell,PC,Visual Novel,Alice in Dissonance,ALICE IN DISSONANCE,,,,,,,2018-02-19,2022-09-21 -/games/boxart/full_142896AmericaFrontccc.jpg,Mission: It's Complicated,PC,Visual Novel,Unknown,Schell Games,,,,,,,,2021-01-13 -/games/boxart/full_2929376AmericaFrontccc.jpg,MONMUSU,PC,Visual Novel,NEKO WORKs,Tentacle Games,,,,,,,2018-05-12,2019-04-21 -/games/boxart/full_3905998JapanFrontccc.jpg,Moujuutsukai to Oujisama: Flower & Snow,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-05-30,2019-05-15 -/games/boxart/full_4397283AmericaFrontccc.jpg,Muv-Luv,PSV,Visual Novel,PQube,5pb. Inc.,,,,,,,2018-06-26,2019-04-22 -/games/boxart/full_8513013AmericaFrontccc.jpg,Muv-Luv Alternative,PSV,Visual Novel,PQube,5pb. Games,,,,,,,2018-06-26,2019-04-22 -/games/boxart/full_5766873AmericaFrontccc.jpg,My Aunt is a Witch,XS,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 -/games/boxart/full_8164264AmericaFrontccc.jpg,My Aunt is a Witch,NS,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 -/games/boxart/full_4430083AmericaFrontccc.jpg,My Aunt is a Witch,PSV,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 -/games/boxart/full_71093AmericaFrontccc.jpg,My Aunt is a Witch,PS4,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 -/games/boxart/full_7999428AmericaFrontccc.jpg,My Aunt is a Witch,XOne,Visual Novel,Unknown,Sometimes You,,,,,,,,2020-12-01 -/games/boxart/full_4210348AmericaFrontccc.jpg,My Girlfriend is a Mermaid!?,PC,Visual Novel,Sekai Project,Cosen,,,,,,,2018-09-08,2019-02-24 -/games/boxart/full_9852125JapanFrontccc.jpg,My Girlfriend is a Mermaid!?,NS,Visual Novel,Sekai Project,Cosen,,,,,,,2019-02-28,2019-02-24 -/games/boxart/default.jpg,N.E.R.O.: Nothing Ever Remains Obscure,NS,Visual Novel,Unknown,Storm in a Teacup,,,,,,,,2018-07-17 -/games/boxart/default.jpg,N1RV Ann-A,NS,Visual Novel,Unknown,Sukeban Games,,,,,,,,2018-09-25 -/games/boxart/full_6343562AmericaFrontccc.jpg,Nekojishi,PC,Visual Novel,Orange Juice Dog,Team Nekojishi,,,,,,,2017-11-12,2019-04-07 -/games/boxart/full_3488098AmericaFrontccc.png,Nekopara,NS,Visual Novel,Sekai Project,Neko Works,,,,,,,2018-12-30,2018-01-28 -/games/boxart/full_2091048JapanFrontccc.jpg,"Nora, Princess, and Crying Cat",PS4,Visual Novel,Piacci,Harukaze,,,,,,,2019-02-28,2019-02-24 -/games/boxart/full_3015724JapanFrontccc.jpg,"Nora, Princess, and Crying Cat",PSV,Visual Novel,Piacci,Harukaze,,,,,,,2019-02-28,2019-02-24 -/games/boxart/full_4997372JapanFrontccc.jpg,"Nora, Princess, and Crying Cat",NS,Visual Novel,Piacci,Harukaze,,,,,,,2019-02-28,2019-02-24 -/games/boxart/full_7705239AmericaFrontccc.jpg,One Night Stand,PS4,Visual Novel,Kinmoku,Kinmoku,,,,,,,2019-10-04,2019-06-11 -/games/boxart/full_7018039AmericaFrontccc.jpg,One Night Stand,XOne,Visual Novel,Kinmoku,Kinmoku,,,,,,,2019-10-04,2019-06-11 -/games/boxart/full_1662884AmericaFrontccc.jpg,One Night Stand,NS,Visual Novel,Kinmoku,Kinmoku,,,,,,,2019-10-04,2019-06-11 -/games/boxart/full_8540034AmericaFrontccc.jpg,One Night Stand,PC,Visual Novel,Kinmoku,Kinmoku,,,,,,,2016-10-20,2019-06-11 -/games/boxart/full_668551AmericaFrontccc.jpg,Our World Is Ended.,PS4,Visual Novel,PQube,RED Entertainment,,,,,,,2019-03-26,2019-02-24 -/games/boxart/full_6686351AmericaFrontccc.jpg,Our World Is Ended.,NS,Visual Novel,PQube,RED Entertainment,,,,,,,2019-03-26,2019-02-24 -/games/boxart/full_3461735JapanFrontccc.jpg,Our World Is Ended.,PSV,Visual Novel,PQube,RED Entertainment,,,,,,,2017-11-09,2019-02-24 -/games/boxart/full_3182338AmericaFrontccc.jpg,Our World Is Ended.,PC,Visual Novel,PQube,RED Entertainment,,,,,,,2019-05-29,2019-02-24 -/games/boxart/full_7118927AmericaFrontccc.jpg,Pantsu Hunter: Back to the 90s,NS,Visual Novel,Unknown,Ascension Dream,,,,,,,,2019-08-22 -/games/boxart/full_5065967AmericaFrontccc.jpg,Pantsu Hunter: Back to the 90s,PC,Visual Novel,Unknown,Ascension Dream,,,,,,,,2019-08-22 -/games/boxart/full_6325158AmericaFrontccc.jpg,Please Be Happy,PC,Visual Novel,Sekai Project,Studio Elan,,,,,,,2020-12-01,2020-07-17 -/games/boxart/full_9204014AmericaFrontccc.jpg,Please Be Happy,NS,Visual Novel,Sekai Project,Studio Elan,,,,,,,2020-12-01,2020-07-17 -/games/boxart/full_4992531JapanFrontccc.jpg,Private Bellbara Academy: Rose of Versailles Re*imagination,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-05-23,2019-03-25 -/games/boxart/full_1533965AmericaFrontccc.jpg,Psychedelica of the Ashen Hawk,PC,Visual Novel,Idea Factory,Otomate,,,,,,,2019-12-01,2019-04-15 -/games/boxart/default.jpg,Raging Loop,PC,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 -/games/boxart/default.jpg,Raging Loop,PS4,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 -/games/boxart/default.jpg,Raging loop,NS,Visual Novel,PQube,Kemco,,,,,,,2019-10-22,2020-05-03 -/games/boxart/default.jpg,Raging loop,And,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 -/games/boxart/default.jpg,Raging loop,PSV,Visual Novel,Unknown,Kemco,,,,,,,,2023-07-01 -/games/boxart/full_5193743JapanFrontccc.png,Reine des Fleurs,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-04-25,2019-03-22 -/games/boxart/full_7888780AmericaFrontccc.jpg,Robotics;Notes DaSH,PC,Visual Novel,Spike Chunsoft,MAGES,,,,,,,2020-10-13,2020-05-19 -/games/boxart/full_5678807JapanFrontccc.jpg,Robotics;Notes DaSH,PS4,Visual Novel,Spike Chunsoft,5pb. Games,,,,,,,2020-10-13,2019-02-06 -/games/boxart/full_9279371JapanFrontccc.jpg,Robotics;Notes DaSH,NS,Visual Novel,Spike Chunsoft,5pb. Games,,,,,,,2020-10-13,2019-02-06 -/games/boxart/full_5809242AmericaFrontccc.png,Robotics;Notes Elite,PS4,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2020-10-13,2020-05-19 -/games/boxart/full_8276048AmericaFrontccc.png,Robotics;Notes Elite,PC,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2020-10-13,2020-05-19 -/games/boxart/full_6399048AmericaFrontccc.png,Robotics;Notes Elite,NS,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2020-10-13,2020-05-19 -/games/boxart/full_9211200AmericaFrontccc.jpeg,Root Double: Before Crime * After Days,NS,Visual Novel,Sekai Project,Regista,,,,,,,2020-12-01,2019-06-16 -/games/boxart/full_8111740AmericaFrontccc.jpg,Root Film,NS,Visual Novel,Kadokawa Games,Kadokawa Games,,,,,,,2020-07-30,2020-05-09 -/games/boxart/full_1926369AmericaFrontccc.jpg,Root Film,PS4,Visual Novel,Kadokawa Games,Kadokawa Games,,,,,,,2020-07-30,2020-05-09 -/games/boxart/default.jpg,Root Letter: Last Answer,PC,Visual Novel,Kadokawa Games,Kadokawa Games,,,,,,,2019-09-03,2019-08-15 -/games/boxart/full_5561178JapanFrontccc.jpg,Saku Saku: Love Blooms with the Cherry Blossoms,PS4,Visual Novel,Dramatic Create,PALETTE,,,,,,,2019-02-28,2019-03-23 -/games/boxart/full_4281967AmericaFrontccc.jpg,Saku Saku: Love Blooms with the Cherry Blossoms,PC,Visual Novel,Sekai Project,PALETTE,,,,,,,2017-10-02,2019-03-23 -/games/boxart/default.jpg,Saya no Uta,PC,Visual Novel,Unknown,Nitroplus,,,,,,,,2020-10-07 -/games/boxart/default.jpg,Sharin no Kuni: The Girl Among the Sunflowers,PSV,Visual Novel,Unknown,AKABEi SOFT2,,,,,,,,2019-06-16 -/games/boxart/default.jpg,Sharin no Kuni: The Girl Among the Sunflowers,PC,Visual Novel,Unknown,AKABEi SOFT2,,,,,,,,2019-06-16 -/games/boxart/default.jpg,Shin Hayarigami 1 and 2 Pack,NS,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2019-07-18,2019-04-25 -/games/boxart/full_8214467JapanFrontccc.jpg,Silverio Trinity: Beyond the Horizon,PSV,Visual Novel,Light,Light,,,,,,,2019-03-28,2019-03-23 -/games/boxart/full_2559861AmericaFrontccc.jpg,Sisters In Hotel,PC,Visual Novel,bch waves studio,bch waves studio,,,,,,,2017-06-22,2019-04-04 -/games/boxart/full_7526800AmericaFrontccc.jpg,Sisters In Hotel: Episode 2,PC,Visual Novel,bch waves studio,bch waves studio,,,,,,,2018-04-02,2019-04-04 -/games/boxart/full_3536680AmericaFrontccc.jpg,Sisters In Hotel: Episode 3,PC,Visual Novel,Unknown,bch waves studio,,,,,,,,2019-03-29 -/games/boxart/full_9292423AmericaFrontccc.jpg,Slay the Princess,PC,Visual Novel,Unknown,Black Tabby Games,,,,,,,,2023-10-21 -/games/boxart/full_6197134JapanFrontccc.jpg,Soi Kano: Gyutto Dakishimete,PS4,Visual Novel,Entergram,Giga,,,,,,,2019-02-21,2019-03-09 -/games/boxart/full_9247252JapanFrontccc.jpg,Soi Kano: Gyutto Dakishimete,NS,Visual Novel,Entergram,Giga,,,,,,,2019-02-21,2019-03-09 -/games/boxart/full_3905699JapanFrontccc.jpg,Soi Kano: Gyutto Dakishimete,PSV,Visual Novel,Entergram,Giga,,,,,,,2019-02-21,2019-03-09 -/games/boxart/default.jpg,Song of Memories,PC,Visual Novel,Unknown,"Future Tech Lab Co.,Ltd.",,,,,,,,2018-02-03 -/games/boxart/full_5157958PALFrontccc.jpg,Song of Memories,PS4,Visual Novel,PQube,"Future Tech Lab Co.,Ltd.",,,,,,,2019-01-22,2018-02-03 -/games/boxart/full_896960PALFrontccc.jpg,Song of Memories,NS,Visual Novel,Unknown,"Future Tech Lab Co.,Ltd.",,,,,,,,2018-02-03 -/games/boxart/full_9832083AmericaFrontccc.jpg,Spirit Hunter: NG,PSV,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 -/games/boxart/full_5988637AmericaFrontccc.jpg,Spirit Hunter: NG,NS,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 -/games/boxart/full_8547233AmericaFrontccc.jpg,Spirit Hunter: NG,PC,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 -/games/boxart/full_2332669AmericaFrontccc.jpg,Spirit Hunter: NG,PS4,Visual Novel,Aksys Games,Experience Inc.,,,,,,,2019-10-10,2020-05-01 -/games/boxart/full_9399044JapanFrontccc.jpg,Steins;Gate: Divergencies Assort,NS,Visual Novel,5pb,5pb. Inc.,,,,,,,2019-03-20,2019-03-22 -/games/boxart/full_6943365AmericaFrontccc.png,Steins;Gate: My Darling's Embrace,NS,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2019-12-10,2019-12-11 -/games/boxart/full_9615124AmericaFrontccc.png,Steins;Gate: My Darling's Embrace,PC,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2019-12-10,2019-12-11 -/games/boxart/full_9495503AmericaFrontccc.png,Steins;Gate: My Darling's Embrace,PS4,Visual Novel,Spike Chunsoft,5pb. Inc.,,,,,,,2019-12-10,2019-12-11 -/games/boxart/full_2695813JapanFrontccc.jpg,Suki to Suki to de Sankaku Ren'ai,PSV,Visual Novel,Entergram,ASa Project,,,,,,,2019-01-24,2019-02-03 -/games/boxart/full_3660893JapanFrontccc.jpg,Summer Pockets,NS,Visual Novel,Prototype,Key,,,,,,,2019-06-20,2019-03-26 -/games/boxart/full_837108AmericaFrontccc.jpg,Synergia,PC,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 -/games/boxart/full_530704AmericaFrontccc.jpg,Synergia,PS4,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 -/games/boxart/full_3744603AmericaFrontccc.jpg,Synergia,PSV,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 -/games/boxart/full_9081389AmericaFrontccc.jpg,Synergia,XOne,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 -/games/boxart/full_1783291AmericaFrontccc.jpg,Synergia,NS,Visual Novel,Unknown,Radi Art,,,,,,,,2021-04-13 -/games/boxart/full_8497693JapanFrontccc.jpg,Taishou x Alice: All in One,NS,Visual Novel,Prototype,Prototype,,,,,,,2019-04-18,2019-03-22 -/games/boxart/full_739617AmericaFrontccc.jpg,Tales from the Borderlands,NS,Visual Novel,2K Games,2K Games,,,,,,,2021-03-24,2021-02-17 -/games/boxart/full_4299498AmericaFrontccc.jpg,The 25th Ward: The Silver Case,PC,Visual Novel,NIS America,Grasshopper Manufacture,,,,,,,2018-03-13,2018-04-02 -/games/boxart/full_6728121AmericaFrontccc.jpg,The 25th Ward: The Silver Case,PS4,Visual Novel,NIS America,Grasshopper Manufacture,,,,,,,2018-03-13,2018-09-11 -/games/boxart/default.jpg,The Fox Is Waiting For Me,NS,Visual Novel,Unknown,Tales Shop,,,,,,,,2018-04-15 -/games/boxart/full_1455449AmericaFrontccc.jpg,The House in Fata Morgana: Dream of the Revenants Edition,PS4,Visual Novel,Mighty Rabbit Studios,Novectacle,,,,,,,2019-06-11,2019-06-13 -/games/boxart/full_7117688AmericaFrontccc.png,The House in Fata Morgana: Dreams of the Revenants Edition,NS,Visual Novel,Limited Run Games,Novectacle,,,,,,,2021-04-09,2020-01-10 -/games/boxart/full_7315595AmericaFrontccc.jpg,The Mind's Eclipse,PC,Visual Novel,Mind's Eclipse Interactive,Unknown,,,,,,,2018-01-25,2018-01-28 -/games/boxart/full_8887173JapanFrontccc.jpg,The Silver Case,PS,Visual Novel,ASCII Entertainment,Grasshopper Manufacture,,,,,,,1999-10-07,2018-09-11 -/games/boxart/full_1680838AmericaFrontccc.jpg,The Silver Case,PC,Visual Novel,Grasshopper Manufacture Inc.,Grasshopper Manufacture,,,,,,,2016-10-06,2018-09-11 -/games/boxart/full_971243JapanFrontccc.jpg,The Three Kingdoms Love Story ~ The Art of Otome!,NS,Visual Novel,Prototype,Prototype,,,,,,,2018-11-22,2019-04-26 -/games/boxart/full_3209768AmericaFrontccc.jpg,The Walking Dead - A Telltale Series - The Final Season,PS4,Visual Novel,Telltale Games,Telltale Games,,,,,,,2019-01-16,2018-09-11 -/games/boxart/full_7524526AmericaFrontccc.jpg,The Walking Dead - A Telltale Series - The Final Season,XOne,Visual Novel,Telltale Games,Telltale Games,,,,,,,2019-01-16,2018-09-11 -/games/boxart/full_8468202AmericaFrontccc.jpg,The Wreck,XOne,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 -/games/boxart/full_2492532AmericaFrontccc.jpg,The Wreck,XS,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 -/games/boxart/full_9424490AmericaFrontccc.jpg,The Wreck,NS,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 -/games/boxart/full_6855581AmericaFrontccc.jpg,The Wreck,PC,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 -/games/boxart/full_3646233AmericaFrontccc.jpg,The Wreck,PS4,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 -/games/boxart/full_5400641AmericaFrontccc.jpg,The Wreck,PS5,Visual Novel,Unknown,The Pixel Hunt,,,,,,,,2023-04-13 -/games/boxart/default.jpg,Tlicolity Eyes: Twinkle Snowtime,NS,Visual Novel,Idea Factory,Idea Factory,,,,,,,2019-07-18,2019-03-22 -/games/boxart/full_5229444AmericaFrontccc.png,VA-11 HALL-A,NS,Visual Novel,Ysbryd Games,Sukeban Games,,,,,,,2019-05-02,2019-05-15 -/games/boxart/full_6279817JapanFrontccc.jpg,VA-11 HALL-A,PS4,Visual Novel,Playism,Sukeban Games,,,,,,,2019-05-30,2019-05-15 -/games/boxart/full_9004097AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,iOS,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 -/games/boxart/full_1380457AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,PC,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 -/games/boxart/full_2798554AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,Linux,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 -/games/boxart/full_6568344AmericaFrontccc.jpg,Vampire: The Masquerade – Night Road,And,Visual Novel,Choice of Games,Choice of Games,,,,,,,2020-09-24,2020-07-29 -/games/boxart/full_36124AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,PC,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 -/games/boxart/full_617019AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,PS4,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 -/games/boxart/full_7422596AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,XOne,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 -/games/boxart/full_6774633AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,Linux,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 -/games/boxart/full_9609049AmericaFrontccc.png,Vampire: The Masquerade – Shadows of New York,NS,Visual Novel,Draw Distance,Draw Distance,,,,,,,2020-09-10,2020-07-31 -/games/boxart/full_1308857JapanFrontccc.jpg,Variable Barricade,PSV,Visual Novel,Idea Factory,Otomate,,,,,,,2019-04-04,2019-03-31 -/games/boxart/full_3659845AmericaFrontccc.png,Werewolf: The Apocalypse – Heart of the Forest,PC,Visual Novel,Walkabout,Different Tales,,,,,,,2020-10-13,2020-08-05 -/games/boxart/full_90253AmericaFrontccc.jpg,Wheels of Aurelia,PS4,Visual Novel,Mixedbag Srl,Santa Ragione Srl,8,,,,,,2016-10-04,2018-05-13 -/games/boxart/full_7024289AmericaFrontccc.jpg,WILL: A Wonderful World,PC,Visual Novel,AGM Playism,4D Door Games,,,,,,,2017-06-06,2018-12-17 -/games/boxart/full_92687AmericaFrontccc.jpg,WILL: A Wonderful World,PS4,Visual Novel,PM Studios,4D Door Games,,,,,,,2019-03-26,2018-12-17 -/games/boxart/full_7615819AmericaFrontccc.png,WILL: A Wonderful World,NS,Visual Novel,PM Studios,4D Door Games,,,,,,,2019-03-26,2018-12-17 -/games/boxart/full_8639221AmericaFrontccc.jpg,Witch on the Holy Night,NS,Visual Novel,Unknown,Type-Moon,,,,,,,,2023-07-05 -/games/boxart/full_7267604AmericaFrontccc.jpg,Witch on the Holy Night,PC,Visual Novel,Type-Moon,Type-Moon,,,,,,,2012-04-12,2023-07-05 -/games/boxart/full_3574287AmericaFrontccc.jpg,Witch on the Holy Night,PS4,Visual Novel,Type-Moon,Type-Moon,,,,,,,2022-12-08,2023-07-05 -/games/boxart/default.jpg,Without Within,PC,Visual Novel,InvertMouse,InvertMouse,,,,,,,2015-01-22,2018-12-25 -/games/boxart/default.jpg,Without Within 2,PC,Visual Novel,InvertMouse,InvertMouse,,,,,,,2015-11-09,2018-12-25 -/games/boxart/default.jpg,Without Within 3,PC,Visual Novel,InvertMouse,InvertMouse,,,,,,,2018-05-03,2018-12-25 -/games/boxart/full_2129671JapanFrontccc.jpg,World End Syndrome,PSV,Visual Novel,Arc System Works,Arc System Works,,,,,,,2018-04-26,2019-04-03 -/games/boxart/full_2294305JapanFrontccc.jpg,World End Syndrome,PS4,Visual Novel,Arc System Works,Arc System Works,,,,,,,2018-04-26,2019-04-03 -/games/boxart/full_2779838AmericaFrontccc.jpg,XBlaze Lost: Memories,PC,Visual Novel,Aksys Games,Arc System Works,,,,,,,2016-08-11,2019-01-28 -/games/boxart/full_8031506AmericaFrontccc.jpg,"Yoru, Tomosu",PS4,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2020-07-30,2020-05-09 -/games/boxart/full_6553045AmericaFrontccc.jpg,"Yoru, Tomosu",NS,Visual Novel,Nippon Ichi Software,Nippon Ichi Software,,,,,,,2020-07-30,2020-05-09 -/games/boxart/full_6012940JapanFrontccc.png,Yunohana SpRING! ~Mellow Times~,NS,Visual Novel,Idea Factory,Otomate,,,,,,,2019-02-28,2019-02-24 -/games/boxart/default.jpg,Yurukill: The Calumniation Games,PS4,Visual Novel,Unknown,G.rev Ltd.,,,,,,,,2023-09-29 diff --git a/typescript/quicksight/data/world-population-data.csv b/typescript/quicksight/data/world-population-data.csv new file mode 100644 index 0000000000..5e1eb34df1 --- /dev/null +++ b/typescript/quicksight/data/world-population-data.csv @@ -0,0 +1,271 @@ +"Data Source","World Development Indicators", + +"Last Updated Date","2024-09-19", + +"Country Name","Country Code","Indicator Name","Indicator Code","1960","1961","1962","1963","1964","1965","1966","1967","1968","1969","1970","1971","1972","1973","1974","1975","1976","1977","1978","1979","1980","1981","1982","1983","1984","1985","1986","1987","1988","1989","1990","1991","1992","1993","1994","1995","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023", +"Aruba","ABW","Population, total","SP.POP.TOTL","54608","55811","56682","57475","58178","58782","59291","59522","59471","59330","59106","58816","58855","59365","60028","60715","61193","61465","61738","62006","62267","62614","63116","63683","64174","64478","64553","64450","64332","64596","65712","67864","70192","72360","74710","77050","79417","81858","84355","86867","89101","90691","91781","92701","93540","94483","95606","96787","97996","99212","100341","101288","102112","102880","103594","104257","104874","105439","105962","106442","106585","106537","106445","106277", +"Africa Eastern and Southern","AFE","Population, total","SP.POP.TOTL","130692579","134169237","137835590","141630546","145605995","149742351","153955516","158313235","162875171","167596160","172475766","177503186","182599092","187901657","193512956","199284304","205202669","211120911","217481420","224315978","230967858","237937461","245386717","252779730","260209149","267938123","276035920","284490394","292795186","301124880","309890664","318544083","326933522","335625136","344418362","353466601","362985802","372352230","381715600","391486231","401600588","412001885","422741118","433807484","445281555","457153837","469508516","482406426","495748900","509410477","523459657","537792950","552530654","567892149","583651101","600008424","616377605","632746570","649757148","667242986","685112979","702977106","720859132","739108306", +"Afghanistan","AFG","Population, total","SP.POP.TOTL","8622466","8790140","8969047","9157465","9355514","9565147","9783147","10010030","10247780","10494489","10752971","11015857","11286753","11575305","11869879","12157386","12425267","12687301","12938862","12986369","12486631","11155195","10088289","9951449","10243686","10512221","10448442","10322758","10383460","10673168","10694796","10745167","12057433","14003760","15455555","16418912","17106595","17788819","18493132","19262847","19542982","19688632","21000256","22645130","23553551","24411191","25442944","25903301","26427199","27385307","28189672","29249157","30466479","31541209","32716210","33753499","34636207","35643418","36686784","37769499","38972230","40099462","41128771","42239854", +"Africa Western and Central","AFW","Population, total","SP.POP.TOTL","97256290","99314028","101445032","103667517","105959979","108336203","110798486","113319950","115921723","118615741","121424797","124336039","127364044","130563107","133953892","137548613","141258400","145122851","149206663","153459665","157825609","162323313","167023385","171566640","176054495","180817312","185720244","190759952","195969722","201392200","206739024","212172888","217966101","223788766","229675775","235861484","242200260","248713095","255482918","262397030","269611898","277160097","284952322","292977949","301265247","309824829","318601484","327612838","336893835","346475221","356337762","366489204","376797999","387204553","397855507","408690375","419778384","431138704","442646825","454306063","466189102","478185907","490330870","502789511", +"Angola","AGO","Population, total","SP.POP.TOTL","5357195","5441333","5521400","5599827","5673199","5736582","5787044","5827503","5868203","5928386","6029700","6177049","6364731","6578230","6802494","7032713","7266780","7511895","7771590","8043218","8330047","8631457","8947152","9276707","9617702","9970621","10332574","10694057","11060261","11439498","11828638","12228691","12632507","13038270","13462031","13912253","14383350","14871146","15366864","15870753","16394062","16941587","17516139","18124342","18771125","19450959","20162340","20909684","21691522","22507674","23364185","24259111","25188292","26147002","27128337","28127721","29154746","30208628","31273533","32353588","33428486","34503774","35588987","36684202", +"Albania","ALB","Population, total","SP.POP.TOTL","1608800","1659800","1711319","1762621","1814135","1864791","1914573","1965598","2022272","2081695","2135479","2187853","2243126","2296752","2350124","2404831","2458526","2513546","2566266","2617832","2671997","2726056","2784278","2843960","2904429","2964762","3022635","3083605","3142336","3227943","3286542","3266790","3247039","3227287","3207536","3187784","3168033","3148281","3128530","3108778","3089027","3060173","3051010","3039616","3026939","3011487","2992547","2970017","2947314","2927519","2913021","2905195","2900401","2895092","2889104","2880703","2876101","2873457","2866376","2854191","2837849","2811666","2777689","2745972", +"Andorra","AND","Population, total","SP.POP.TOTL","9443","10216","11014","11839","12690","13563","14546","15745","17079","18449","19860","21322","22832","24393","26003","27640","29294","30949","32574","34142","35611","36987","38598","40432","42181","43809","45605","47635","49654","51639","53569","55434","57283","59156","61037","62928","64147","64682","65186","65655","66097","67820","70849","73907","76933","79826","80221","78168","76055","73852","71519","70567","71013","71367","71621","71746","72540","73837","75013","76343","77700","79034","79824","80088", +"Arab World","ARB","Population, total","SP.POP.TOTL","93359407","95760348","98268683","100892507","103618568","106444103","109394536","112499764","115729597","119061868","122475578","125979765","129605560","133384981","137372356","141756318","146815543","151960544","156741680","162014425","167707208","173118753","178587926","184342569","190162096","195956917","201916517","207894127","213455083","219021375","225923327","230837072","236598334","242994250","249596194","255803349","261953764","268158920","274376380","280650496","287065982","293512340","300018650","306573087","313249616","320558754","328703057","337498222","346630443","355754908","364427661","372351065","380383408","389131555","397922915","406501999","415077960","423664839","432545676","441467739","449228296","456520777","464684914","473272080", +"United Arab Emirates","ARE","Population, total","SP.POP.TOTL","133426","140984","148877","157006","165305","173797","182509","191404","213582","253261","298084","344513","392368","441546","491955","543394","614177","706861","805231","908452","1014048","1100180","1167856","1237572","1308331","1379536","1468697","1575909","1683681","1791840","1900151","2008383","2116231","2223284","2329024","2433988","2572735","2746119","2921130","3097563","3275333","3454198","3633655","3813443","3993339","4280993","4898954","5872624","6988685","7992644","8481771","8575205","8664969","8751847","8835951","8916899","8994263","9068296","9140169","9211657","9287289","9365145","9441129","9516871", +"Argentina","ARG","Population, total","SP.POP.TOTL","20349744","20680653","21020359","21364017","21708487","22053661","22403116","22757014","23112971","23472028","23842803","24223379","24612794","25020588","25449754","25875558","26290257","26713780","27146121","27584134","28024803","28471285","28922762","29377137","29832197","30287112","30748326","31216453","31690792","32165766","32637657","33105763","33568285","34027240","34488696","34946110","35389362","35815971","36233195","36653031","37070774","37480493","37885028","38278164","38668796","39070501","39476851","39876111","40273769","40684338","40788453","41261490","41733271","42202935","42669500","43131966","43590368","44044811","44494502","44938712","45376763","45808747","46234830","46654581", +"Armenia","ARM","Population, total","SP.POP.TOTL","1904148","1971530","2039346","2106142","2171029","2234051","2295496","2355997","2416461","2476359","2534377","2590923","2648048","2706852","2767646","2830798","2896311","2965523","3038224","3097058","3135123","3167876","3202011","3238291","3272102","3300896","3327182","3351364","3366838","3448186","3556539","3617631","3574555","3457349","3373713","3322782","3298898","3271418","3240550","3206030","3168523","3133133","3105037","3084102","3065745","3047246","3026486","3004393","2983421","2964296","2946293","2928976","2914421","2901385","2889930","2878595","2865835","2851923","2836557","2820602","2805608","2790974","2780469","2777970", +"American Samoa","ASM","Population, total","SP.POP.TOTL","20085","20626","21272","21949","22656","23391","24122","24848","25608","26396","27075","27593","28063","28529","29012","29573","30198","30816","31428","32045","32886","34059","35367","36735","38168","39663","41221","42842","44532","46288","47818","48992","50078","51174","52288","53401","54500","55578","56603","57594","58230","58324","58177","57941","57626","57254","56837","56383","55891","55366","54849","54310","53691","52995","52217","51368","50448","49463","48424","47321","46189","45035","44273","43914", +"Antigua and Barbuda","ATG","Population, total","SP.POP.TOTL","55342","56245","57008","57778","58664","59644","60615","61617","62658","63742","64517","64769","64695","64463","64218","64035","63990","64117","64329","64609","64889","65076","65231","65408","65362","65048","64712","64353","63982","63636","63328","63634","64659","65834","67072","68398","69798","71218","72572","73821","75055","76215","77195","78075","78941","79869","80895","82016","83251","84534","85695","86729","87674","88497","89236","89941","90564","91119","91626","92117","92664","93219","93763","94298", +"Australia","AUS","Population, total","SP.POP.TOTL","10276477","10483000","10742000","10950000","11167000","11388000","11651000","11799000","12009000","12263000","12507000","12937000","13177000","13380000","13723000","13893000","14033000","14192000","14358000","14514000","14692000","14923260","15184247","15393472","15579391","15788312","16018350","16263874","16532164","16814416","17065128","17284036","17478635","17634808","17805468","18004882","18224767","18423037","18607584","18812264","19028802","19274701","19495210","19720737","19932722","20176844","20450966","20827622","21249199","21691653","22031750","22340024","22733465","23128129","23475686","23815995","24190907","24592588","24963258","25334826","25649248","25685412","26014399","26638544", +"Austria","AUT","Population, total","SP.POP.TOTL","7047539","7086299","7129864","7175811","7223801","7270889","7322066","7376998","7415403","7441055","7467086","7500482","7544201","7586115","7599038","7578903","7565525","7568430","7562305","7549425","7549433","7568710","7574140","7561910","7561434","7564985","7569794","7574586","7585317","7619567","7677850","7754891","7840709","7905633","7936118","7948278","7959017","7968041","7976789","7992324","8011566","8042293","8081957","8121423","8171966","8227829","8268641","8295487","8321496","8343323","8363404","8391643","8429991","8479823","8546356","8642699","8736668","8797566","8840521","8879920","8916864","8955797","9041851","9132383", +"Azerbaijan","AZE","Population, total","SP.POP.TOTL","3894500","4045750","4168150","4293550","4439250","4574650","4708150","4832000","4948500","5063300","5172050","5282950","5391450","5493900","5594100","5689050","5781000","5876150","5976150","6071300","6160500","6257750","6357550","6459800","6567850","6670150","6770300","6875350","6974600","7076550","7175200","7271300","7382050","7494800","7596550","7684850","7763000","7838250","7913000","7982750","8048600","8111200","8171950","8234100","8306500","8391850","8484550","8581300","8763400","8947243","9054332","9173082","9295784","9416801","9535079","9649341","9757812","9854033","9939771","10024283","10093121","10137750","10141756","10112555", +"Burundi","BDI","Population, total","SP.POP.TOTL","2746628","2815972","2887398","2948133","3033221","3118134","3193378","3274493","3352397","3424429","3497834","3582070","3579195","3571450","3660032","3749232","3830889","3927428","4039410","4137437","4312834","4490743","4602271","4726506","4842268","4948024","5041706","5157769","5271840","5373697","5483793","5594828","5743085","5555220","5586408","5932783","5930507","5923862","6035340","6180180","6307659","6465729","6648938","6860846","7120496","7388874","7658190","7944609","8278109","8709366","9126605","9455733","9795479","10149577","10494913","10727148","10903327","11155593","11493472","11874838","12220227","12551213","12889576","13238559", +"Belgium","BEL","Population, total","SP.POP.TOTL","9153489","9183948","9220578","9289770","9378113","9463667","9527807","9580991","9618756","9646032","9655549","9673162","9711115","9741720","9772419","9800700","9818227","9830358","9839534","9848382","9859242","9858982","9856303","9855520","9855372","9858308","9861823","9870234","9901664","9937697","9967379","10004486","10045158","10084475","10115603","10136811","10156637","10181245","10203008","10226419","10251250","10286570","10332785","10376133","10421137","10478617","10547958","10625700","10709973","10796493","10895586","11038264","11106932","11159407","11209057","11274196","11331422","11375158","11427054","11488980","11538604","11586195","11685814","11822592", +"Benin","BEN","Population, total","SP.POP.TOTL","2512284","2551216","2593302","2638082","2685619","2735843","2788642","2843739","2901218","2961166","3023443","3088381","3156408","3227380","3301276","3378703","3460329","3546454","3636927","3732394","3833939","3941569","4054385","4171526","4293070","4419552","4551382","4688787","4831624","4979680","5133419","5293046","5457778","5706181","5923394","6046511","6203860","6387026","6584183","6788589","6998023","7212041","7431783","7659208","7894554","8149419","8402631","8647761","8906469","9172514","9445710","9726380","10014078","10308730","10614844","10932783","11260085","11596779","11940683","12290444","12643123","12996895","13352864","13712828", +"Burkina Faso","BFA","Population, total","SP.POP.TOTL","4783259","4852833","4924497","4998671","5076111","5157929","5242797","5330613","5422119","5515747","5611666","5707793","5805283","5907742","6018141","6138444","6269765","6416569","6577779","6749939","6932967","7123730","7321817","7531184","7751476","7979185","8207827","8434996","8663720","8895234","9131361","9365064","9598555","9840075","10091256","10353263","10621210","10897353","11201063","11533554","11882888","12249764","12632269","13030591","13445977","13876127","14316242","14757074","15197915","15650022","16116845","16602651","17113732","17636408","18169842","18718019","19275498","19835858","20392723","20951639","21522626","22100683","22673762","23251485", +"Bangladesh","BGD","Population, total","SP.POP.TOTL","50396429","51882769","53461661","55094115","56774465","58500159","60265259","62104488","63995652","65866908","67541860","68376204","69346705","71144818","72947807","74700345","76380080","78137788","80007550","81908151","83929765","86154836","88555336","91045478","93534239","95959099","98271746","100490256","102688833","104893674","107147651","109242834","111272102","113418757","115614891","117793338","119876868","122039226","124350471","126754824","129193327","131670484","134139826","136503206","138789725","140912590","142628831","144135934","145421318","146706810","148391139","150211005","152090649","154030139","155961299","157830000","159784568","161793964","163683958","165516222","167420951","169356251","171186372","172954319", +"Bulgaria","BGR","Population, total","SP.POP.TOTL","7867374","7943118","8012946","8078145","8144340","8204168","8258057","8310226","8369603","8434172","8489574","8536395","8576200","8620967","8678745","8720742","8758599","8804183","8814032","8825940","8861535","8891117","8917457","8939738","8960679","8960547","8958171","8971359","8981446","8876972","8718289","8632367","8540164","8472313","8443591","8406067","8362826","8312068","8256786","8210624","8170172","8009142","7837161","7775327","7716860","7658972","7601022","7545338","7492561","7444443","7395599","7348328","7305888","7265115","7223938","7177991","7127822","7075947","7025037","6975761","6934015","6877743","6465097","6430370", +"Bahrain","BHR","Population, total","SP.POP.TOTL","160691","166970","173359","179891","186587","193012","199019","204916","210801","216696","222555","230992","243143","256632","270627","285116","300044","315337","330912","346697","362595","377430","391017","404772","419217","434375","450196","466565","483337","500349","517418","535415","554470","573755","593254","612934","632756","652643","672484","692133","711442","730257","748324","778256","833451","901921","970981","1040532","1110343","1179453","1213645","1212077","1224939","1261673","1311134","1362142","1409661","1456834","1487340","1494188","1477469","1463265","1472233","1485509", +"Bahamas, The","BHS","Population, total","SP.POP.TOTL","114500","120216","126305","132639","138785","144849","151323","158197","165456","172745","179129","184435","189181","193563","197767","201881","206096","210534","215016","219426","223752","227956","232177","236586","241166","245935","250804","255618","260452","265493","270679","276058","281973","288164","293997","299554","304933","310171","315398","320272","325014","329626","334002","338490","343089","347804","352664","357666","362795","368057","373272","377950","382061","385650","389131","392697","395976","399020","401906","404557","406471","407906","409984","412623", +"Bosnia and Herzegovina","BIH","Population, total","SP.POP.TOTL","3262539","3325333","3387512","3448532","3507959","3565517","3620849","3673367","3723067","3770376","3815561","3859242","3901895","3943152","3983063","4022090","4060039","4096516","4131521","4165511","4199820","4235970","4274013","4312521","4349597","4383306","4413374","4440300","4463320","4481230","4494310","4502386","4275730","3942981","3762330","3750527","3907751","4047748","4115059","4153014","4179350","4194932","4198410","4183757","4142860","4094297","4058086","4007876","3943392","3877750","3811088","3743142","3674374","3617559","3571068","3524324","3480986","3440027","3400129","3360711","3318407","3270943","3233526","3210847", +"Belarus","BLR","Population, total","SP.POP.TOTL","8198000","8271216","8351928","8437232","8524224","8610000","8696496","8785648","8874552","8960304","9040000","9115576","9188968","9257272","9317584","9367000","9411000","9463000","9525000","9584000","9643000","9710000","9776000","9843000","9910000","9975000","10043000","10111000","10140000","10170000","10189348","10194050","10216470","10239050","10226955","10193831","10159569","10117433","10071963","10026738","9979610","9928549","9865548","9796749","9730146","9663915","9604924","9560953","9527985","9504583","9483836","9461643","9446836","9443211","9448515","9461076","9469379","9458989","9438785","9419758","9379952","9302585","9228071","9178298", +"Belize","BLZ","Population, total","SP.POP.TOTL","91403","93757","96188","98862","101772","104838","108062","111411","114825","118145","120905","123091","125054","126875","128620","130801","133471","136183","138933","141823","145133","148764","152409","156053","159721","163436","167191","170980","174817","178695","182589","186462","190299","194177","198416","203556","209840","217117","224907","232733","240406","248100","255987","263998","272128","280375","288729","297173","305671","314171","322106","329538","337059","344688","352335","359871","367313","374693","382066","389095","394921","400031","405272","410825", +"Bermuda","BMU","Population, total","SP.POP.TOTL","44400","45500","46600","47700","48900","50100","51000","52000","53000","54000","55000","54600","54200","53800","53400","53000","53200","53400","53600","53800","54670","55050","55449","55930","56423","56898","57382","57849","58347","58841","59326","59021","58595","58910","59320","59746","60129","60497","60943","61285","61833","62504","62912","63325","63740","64154","64523","64888","65273","65636","65124","64564","64798","65001","65138","65237","64554","63873","63918","63911","63893","63764","63595","63489", +"Bolivia","BOL","Population, total","SP.POP.TOTL","3707515","3784744","3864140","3945729","4029472","4115511","4204065","4295269","4389249","4486098","4585693","4688267","4793804","4902248","5013765","5127776","5244355","5363917","5486132","5610380","5736088","5862990","5991118","6120620","6251926","6385630","6521983","6661434","6804072","6949139","7096194","7244891","7394419","7544489","7693722","7841471","7989367","8137619","8286928","8439052","8592656","8746084","8900583","9057378","9216279","9377388","9542663","9711152","9880593","10051317","10223270","10396246","10569697","10743349","10916987","11090085","11263015","11435533","11606905","11777315","11936162","12079472","12224110","12388571", +"Brazil","BRA","Population, total","SP.POP.TOTL","73092515","75330008","77599218","79915555","82262794","84623747","86979283","89323288","91659246","94000381","96369875","98766288","101194394","103666904","106167372","108700515","111286504","113939886","116664382","119447303","122288383","125168060","128065095","130977370","133888775","136783180","139643355","142466264","145253973","148003411","150706446","153336445","155900790","158440875","160980472","163515328","166037122","168546707","171039804","173486281","175873720","178211881","180476685","182629278","184722043","186797334","188820682","190779453","192672317","194517549","196353492","198185302","199977707","201721767","203459650","205188205","206859578","208504960","210166592","211782878","213196304","214326223","215313498","216422446", +"Barbados","BRB","Population, total","SP.POP.TOTL","232550","233698","234829","235875","236834","237694","238494","239238","239905","240594","241397","242350","243458","244643","245851","247090","248359","249663","251009","252334","253575","254684","255642","256505","257279","257911","258370","258654","258762","258759","258868","259402","260212","260995","261712","262303","262793","263224","263642","264170","264657","265377","266455","267499","268505","269477","270425","271444","272635","273791","274711","275486","276197","276865","277493","278083","278649","279187","279688","280180","280693","281200","281635","281995", +"Brunei Darussalam","BRN","Population, total","SP.POP.TOTL","85346","89561","93837","98277","102904","107686","112597","117628","122764","128012","133343","138666","143886","149065","154314","159653","165064","170560","176176","181951","187921","194099","200630","207523","214682","222119","229815","237712","245729","253821","261928","269860","277416","284713","291935","299097","306196","313215","320152","327045","333926","340748","347463","354045","360461","366717","372808","378748","384568","390311","396053","401506","406634","411702","416656","421437","425994","430276","434274","438048","441725","445373","449002","452524", +"Bhutan","BTN","Population, total","SP.POP.TOTL","221266","227071","233417","240268","247444","255010","262976","271339","280102","289296","298894","308837","319128","329800","340842","352269","364119","376387","389072","402063","415257","428641","442201","456033","470165","484528","499151","514026","529051","544209","558442","567710","545944","520838","521260","527536","537494","546865","557143","570990","587207","603234","619048","634627","649991","663323","673260","681614","689737","697678","705516","713331","721145","728889","736357","743274","749761","756121","762096","767459","772506","777486","782455","787424", +"Botswana","BWA","Population, total","SP.POP.TOTL","512865","524403","536428","549041","562274","570975","574855","578723","582655","586737","592244","604139","626601","657246","691569","727930","766424","806968","849394","893500","938578","982747","1023009","1060717","1099170","1138704","1179263","1220361","1261272","1301671","1341474","1380584","1420695","1462262","1503544","1543634","1582169","1619354","1655699","1691558","1726985","1761930","1795130","1826863","1859085","1892807","1928704","1966977","2007320","2048997","2091664","2134037","2175425","2217278","2260376","2305171","2352416","2401840","2451409","2499702","2546402","2588423","2630296","2675352", +"Central African Republic","CAF","Population, total","SP.POP.TOTL","1679728","1710364","1742502","1776214","1811694","1849171","1888853","1930861","1975257","2021519","2067356","2111224","2153613","2195905","2239305","2283927","2318349","2342048","2365957","2390329","2415276","2441010","2467635","2495097","2523538","2553075","2583631","2615594","2657235","2724109","2809221","2898052","2991727","3089146","3187844","3276706","3363570","3458472","3555064","3655360","3759170","3844773","3930648","4026841","4115138","4208834","4294352","4375569","4467233","4564540","4660067","4732022","4773306","4802428","4798734","4819333","4904177","4996741","5094780","5209324","5343020","5457154","5579144","5742315", +"Canada","CAN","Population, total","SP.POP.TOTL","17909356","18271000","18614000","18964000","19325000","19678000","20048000","20412000","20744000","21028000","21324000","21962032","22218463","22491777","22807969","23143275","23449808","23725843","23963203","24201544","24515667","24819915","25116942","25366451","25607053","25842116","26100278","26446601","26791747","27276781","27691138","28037420","28371264","28684764","29000663","29302311","29610218","29905948","30155173","30401286","30685730","31020855","31359199","31642461","31938807","32242732","32571193","32888886","33247298","33630069","34005902","34339221","34713395","35080992","35434066","35704498","36110803","36545075","37072620","37618495","38028638","38239864","38939056","40097761", +"Central Europe and the Baltics","CEB","Population, total","SP.POP.TOTL","91401764","92232738","93009498","93840016","94715795","95440988","96146336","97043270","97884022","98606630","99134548","99635258","100357161","101112680","101939916","102860571","103776068","104616884","105329397","105948616","106541316","107129392","107730380","108297837","108838073","109338285","109824166","110296425","110686740","110801640","110743128","110469467","110111454","110041924","110021594","109864246","109626194","109422013","109238340","109060951","108447824","107660041","106959751","106624167","106331716","106041911","105772481","105378748","105001883","104800475","104421447","104174038","103935318","103713726","103496179","103257886","102994278","102740078","102538451","102398537","102180124","101413157","100108262","100156608", +"Switzerland","CHE","Population, total","SP.POP.TOTL","5327827","5434294","5573815","5694247","5789228","5856472","5918002","5991785","6067714","6136387","6180877","6213399","6260956","6307347","6341405","6338632","6302504","6281174","6281738","6294365","6319408","6354074","6391309","6418773","6441865","6470365","6504124","6545106","6593386","6646912","6715519","6799978","6875364","6938265","6993795","7040687","7071850","7088906","7110001","7143991","7184250","7229854","7284753","7339001","7389625","7437115","7483934","7551117","7647675","7743831","7824909","7912398","7996861","8089346","8188649","8282396","8373338","8451840","8514329","8575280","8638167","8704546","8775760","8849852", +"Channel Islands","CHI","Population, total","SP.POP.TOTL","109186","110225","111281","112410","113596","114832","116116","117430","118707","119884","121003","122162","123348","124465","125486","126393","127052","127425","127667","127850","127984","128510","129614","130881","132154","133450","134808","136264","137765","139228","140601","141557","142011","142291","142466","142559","142898","143549","144211","144811","145306","146044","147167","148341","149538","150763","151985","153225","154475","155721","156933","157819","158621","159794","160912","162190","163721","165215","167259","169410","171113","172683","174079","175346", +"Chile","CHL","Population, total","SP.POP.TOTL","8141820","8313535","8486120","8656006","8825046","8994936","9161649","9326268","9491502","9656299","9820481","9984378","10145765","10307842","10472743","10639531","10804869","10969861","11137748","11304331","11469828","11637613","11807408","11976513","12147758","12326396","12514502","12712784","12918389","13128619","13342868","13561945","13782297","13998386","14210674","14416796","14615483","14809289","14996742","15176410","15351799","15523978","15693790","15859112","16017966","16175311","16334575","16495538","16661462","16833447","17004162","17173573","17341771","17509925","17687108","17870124","18083879","18368577","18701450","19039485","19300315","19493184","19603733","19629590", +"China","CHN","Population, total","SP.POP.TOTL","667070000","660330000","665770000","682335000","698355000","715185000","735400000","754550000","774510000","796025000","818315000","841105000","862030000","881940000","900350000","916395000","930685000","943455000","956165000","969005000","981235000","993885000","1008630000","1023310000","1036825000","1051040000","1066790000","1084035000","1101630000","1118650000","1135185000","1150780000","1164970000","1178440000","1191835000","1204855000","1217550000","1230075000","1241935000","1252735000","1262645000","1271850000","1280400000","1288400000","1296075000","1303720000","1311020000","1317885000","1324655000","1331260000","1337705000","1345035000","1354190000","1363240000","1371860000","1379860000","1387790000","1396215000","1402760000","1407745000","1411100000","1412360000","1412175000","1410710000", +"Cote d'Ivoire","CIV","Population, total","SP.POP.TOTL","3708661","3848336","3998287","4156453","4321368","4492890","4671196","4856689","5050106","5255149","5477086","5718867","5979984","6257373","6548923","6853981","7142690","7415900","7700816","7996368","8303810","8621621","8948119","9282050","9621405","9964075","10309440","10663498","11043193","11462943","11910540","12369269","12838314","13316448","13802285","14299727","14810946","15335453","15858990","16345894","16799670","17245468","17683897","18116451","18544903","18970215","19394057","19817700","20244449","20677762","21120042","21562914","22010712","22469268","22995555","23596741","24213622","24848016","25493988","26147551","26811790","27478249","28160542","28873034", +"Cameroon","CMR","Population, total","SP.POP.TOTL","5117608","5200355","5303841","5427511","5556209","5690086","5829580","5975087","6127193","6286232","6452787","6627350","6809468","6998688","7194697","7397417","7598028","7796825","8013279","8243377","8519891","8829048","9046986","9240672","9508570","9804254","10112712","10433905","10759573","11089222","11430520","11777719","12128604","12486773","12848862","13211647","13575324","13941181","14314599","14698973","15091594","15493253","15914033","16354326","16809407","17275171","17751333","18251866","18777081","19319274","19878036","20448873","21032684","21632850","22299585","23012646","23711630","24393181","25076747","25782341","26491087","27198628","27914536","28647293", +"Congo, Dem. Rep.","COD","Population, total","SP.POP.TOTL","15276558","15673284","16086084","16517995","16965855","17438254","17941738","18472105","19022799","19583123","20151733","20712952","21273409","21853906","22448415","23052715","23655016","24256464","25015244","25902760","26708686","27457783","28219219","29005175","29879852","30800051","31725132","32712574","33750052","34825891","35987541","37194812","38332302","39580844","41511985","43285791","44118709","44822198","45895524","47227238","48616317","50106657","51662071","53205639","54815607","56550247","58381630","60289422","62249724","64270232","66391257","68654269","70997870","73460021","76035588","78656904","81430977","84283273","87087355","89906890","92853164","95894118","99010212","102262808", +"Congo, Rep.","COG","Population, total","SP.POP.TOTL","1055693","1083431","1112348","1142600","1174269","1207412","1242116","1278312","1316130","1355699","1396989","1440159","1485274","1532069","1580280","1624935","1665418","1706181","1747207","1788218","1829256","1870540","1911634","1951851","2001739","2062555","2124863","2188654","2253336","2319177","2385435","2452675","2520958","2594168","2669220","2742309","2816595","2875037","2937166","3016659","3134030","3254101","3331158","3424653","3543012","3672839","3813323","3956329","4089602","4257230","4437884","4584216","4713257","4828066","4944861","5064386","5186824","5312340","5441062","5570733","5702174","5835806","5970424","6106869", +"Colombia","COL","Population, total","SP.POP.TOTL","15687688","16182414","16691282","17210956","17739754","18275814","18811407","19343961","19872503","20392264","20905254","21405413","21898055","22396318","22897871","23403731","23913002","24443926","25003608","25579323","26176195","26785982","27405194","28042329","28689032","29326260","29960101","30603048","31256727","31923117","32601393","33272628","33939039","34614735","35295461","35970101","36632573","37291946","37944414","38585033","39215135","39837875","40454050","41057687","41648268","42220940","42772910","43306582","43815313","44313917","44816108","45308899","45782417","46237930","46677947","47119728","47625955","48351671","49276961","50187406","50930662","51516562","51874024","52085168", +"Comoros","COM","Population, total","SP.POP.TOTL","194852","198617","202527","206546","210665","214939","219369","224321","229971","236002","242351","249066","256187","263728","271719","280036","288810","298152","307938","318123","328328","337986","347053","356137","365664","375650","386068","396887","408070","419584","431119","442277","452990","463318","473478","483760","494288","505033","515959","526443","536758","547741","559047","570130","581154","592683","604658","616899","629470","642493","656024","670071","684553","699393","714612","730216","746232","761664","776313","790986","806166","821625","836774","852075", +"Cabo Verde","CPV","Population, total","SP.POP.TOTL","209849","214788","221484","228814","236362","244156","252238","260648","269408","278524","287262","293505","296818","299191","301682","304375","307015","309389","311685","313995","317234","321634","326319","330971","335473","339874","344271","348718","353233","358150","364563","372721","381947","391749","401655","411382","421007","430654","440214","449627","458251","465958","473231","480089","486583","492827","498884","504733","510336","515638","521212","527521","533864","539940","546076","552166","558394","564954","571202","577030","582640","587925","593149","598682", +"Costa Rica","CRI","Population, total","SP.POP.TOTL","1346302","1396138","1447037","1498647","1550661","1602736","1654619","1706062","1756333","1805968","1855697","1905486","1955547","2006247","2058235","2111850","2167544","2225630","2286210","2349258","2414303","2481334","2550780","2622532","2696200","2771463","2847849","2924595","3001461","3079001","3158253","3239414","3321939","3405372","3489152","3572856","3656234","3739421","3821421","3901430","3979193","4053222","4122623","4188610","4252800","4315887","4378172","4440019","4501921","4563127","4622252","4679926","4736593","4791535","4844288","4895242","4945205","4993842","5040734","5084532","5123105","5153957","5180829","5212173", +"Caribbean small states","CSS","Population, total","SP.POP.TOTL","1719747","1760647","1801140","1842018","1882012","1920806","1959063","1996792","2034050","2070611","2105333","2137603","2161722","2178240","2193773","2209263","2225099","2240643","2255168","2267669","2280663","2295232","2309508","2323503","2337040","2350145","2362152","2371752","2380933","2390808","2399288","2412122","2432356","2453739","2476169","2502323","2530137","2557844","2585353","2612065","2637733","2662831","2687634","2712172","2735176","2756536","2777604","2798623","2819748","2840648","2860236","2878168","2898802","2922026","2945840","2969980","2993247","3016651","3058106","3090374","3106185","3128519","3147057","3167738", +"Cuba","CUB","Population, total","SP.POP.TOTL","7267395","7418518","7574265","7736352","7902286","8067651","8230450","8390962","8550286","8709654","8869636","9025709","9169289","9297924","9413105","9514305","9600862","9672546","9729986","9774711","9809107","9848560","9908874","9984591","10065539","10149044","10235480","10326910","10425433","10527187","10626680","10713812","10783748","10840934","10887207","10926703","10963031","10998129","11033758","11070094","11105791","11139127","11170051","11199217","11225294","11246114","11260630","11269887","11276609","11283185","11290417","11298710","11309290","11321579","11332026","11339894","11342012","11336405","11328244","11316697","11300698","11256372","11212191","11194449", +"Curacao","CUW","Population, total","SP.POP.TOTL","124826","126125","128414","130860","133148","135266","136682","138140","140298","142581","144739","147389","147710","146912","148351","149129","149399","149459","148341","147851","148041","148629","150101","151159","151940","152711","152662","151456","149254","146937","145400","144403","143912","144299","144630","145139","146306","146956","144472","139428","133860","129047","129205","131897","134192","137658","141239","144056","145880","146833","148703","150831","152088","153822","155909","157980","159664","160175","159336","157441","154947","152369","149996","147862", +"Cayman Islands","CYM","Population, total","SP.POP.TOTL","8473","8626","8799","8985","9172","9366","9566","9771","9981","10181","10533","11117","11778","12443","13118","13791","14456","15116","15746","16378","17100","17904","18729","19572","20433","21313","22195","23075","23956","24888","26027","27340","28677","30038","31418","32802","34194","35579","36947","38295","39658","41054","42456","43862","45286","46727","48177","49647","51123","52602","54074","55492","56860","58212","59559","60911","62255","63581","64884","66134","67311","68136","68706","69310", +"Cyprus","CYP","Population, total","SP.POP.TOTL","585725","594771","601095","607072","612338","617345","622566","627695","632452","636821","640804","644413","647620","650705","648585","644982","648868","656414","663975","671611","679327","687170","696227","707477","719678","731664","743446","755021","766412","777592","788500","799061","810431","825986","844444","862418","880058","897471","914660","931600","948237","964830","982194","1000350","1018684","1037062","1055438","1073873","1092390","1110974","1129686","1145086","1156556","1166968","1176995","1187280","1197881","1208523","1218831","1228836","1237537","1244188","1251488","1260138", +"Czechia","CZE","Population, total","SP.POP.TOTL","9602006","9586651","9624660","9670685","9727804","9779358","9821040","9852899","9876346","9896580","9858071","9826815","9867632","9922266","9988459","10058620","10125939","10186755","10242098","10292341","10304193","10300591","10314826","10323856","10330213","10337118","10342227","10347318","10355276","10361068","10333355","10308578","10319123","10329855","10333587","10327253","10315241","10304131","10294373","10283860","10255063","10216605","10196916","10193998","10197101","10211216","10238905","10298828","10384603","10443936","10474410","10496088","10510785","10514272","10525347","10546059","10566332","10594438","10629928","10671870","10697858","10505772","10672118","10873689", +"Germany","DEU","Population, total","SP.POP.TOTL","72814900","73377632","74025784","74714353","75318337","75963695","76600311","76951336","77294314","77909682","78169289","78312842","78688452","78936666","78967433","78673554","78336950","78159814","78091820","78126350","78288576","78407907","78333366","78128282","77858685","77684873","77720436","77839920","78144619","78751283","79433029","80013896","80624598","81156363","81438348","81678051","81914831","82034771","82047195","82100243","82211508","82349925","82488495","82534176","82516260","82469422","82376451","82266372","82110097","81902307","81776930","80274983","80425823","80645605","80982500","81686611","82348669","82657002","82905782","83092962","83160871","83196078","83797985","84482267", +"Djibouti","DJI","Population, total","SP.POP.TOTL","85940","89270","93122","97670","102945","108772","114874","121168","127668","135390","144379","154225","165234","177327","191389","208582","229304","253083","278425","302856","324121","341316","355110","367726","382156","400709","424286","452272","482337","521104","577173","628521","623197","611231","623477","629619","644649","667786","694920","719371","742033","765490","789129","806411","818373","830861","846947","865196","882886","901103","919199","936811","954297","971753","989087","1006259","1023261","1040233","1057198","1073994","1090156","1105557","1120849","1136455", +"Dominica","DMA","Population, total","SP.POP.TOTL","59379","60395","61224","62031","62843","63744","64728","65760","66865","68007","68895","69430","69870","70334","70822","71300","71748","72142","72478","72768","72978","72932","72626","72269","71936","71596","71215","70808","70397","69975","69481","69141","69112","69169","69198","69201","69166","69081","68938","68698","68346","68153","68262","68442","68574","68674","68742","68775","68782","68787","68755","68742","68888","68819","69371","70007","70075","70403","70823","71428","71995","72412","72737","73040", +"Denmark","DNK","Population, total","SP.POP.TOTL","4579603","4611687","4647727","4684483","4722072","4759012","4797381","4835354","4864883","4891860","4928757","4963126","4991596","5021861","5045297","5059862","5072596","5088419","5104248","5116801","5123027","5121572","5117810","5114297","5111619","5113691","5120534","5127024","5129516","5132594","5140939","5154298","5171370","5188628","5206180","5233373","5263074","5284991","5304219","5321799","5339616","5358783","5375931","5390574","5404523","5419432","5437272","5461438","5493621","5523095","5547683","5570572","5591572","5614932","5643475","5683483","5728010","5764980","5793636","5814422","5831404","5856733","5903037","5946952", +"Dominican Republic","DOM","Population, total","SP.POP.TOTL","3298021","3408415","3521164","3635798","3752313","3868712","3987090","4108916","4230877","4352954","4475871","4599841","4724801","4851183","4978582","5106453","5235318","5365074","5495443","5625864","5755800","5885244","6014979","6147213","6282104","6417798","6554325","6692720","6834207","6980033","7129004","7278402","7427340","7576074","7723934","7869753","8012314","8150076","8282126","8411374","8540791","8669040","8795101","8919852","9043127","9164768","9284168","9402206","9522948","9648061","9775755","9903737","10030882","10157051","10282115","10405832","10527592","10647244","10765531","10881882","10999664","11117873","11228821","11332972", +"Algeria","DZA","Population, total","SP.POP.TOTL","11394307","11598608","11778260","11969451","12179099","12381256","12613389","12897115","13190975","13491016","13795915","14110271","14439748","14786469","15153602","15724692","16500516","17134192","17632645","18166981","18739378","19351357","20000096","20682111","21393530","22132905","22882553","23586101","24243018","24889507","25518074","26133905","26748303","27354327","27937006","28478022","28984634","29476031","29924668","30346083","30774621","31200985","31624696","32055883","32510186","32956690","33435080","33983827","34569592","35196037","35856344","36543541","37260563","38000626","38760168","39543154","40339329","41136546","41927007","42705368","43451666","44177969","44903225","45606480", +"East Asia & Pacific (excluding high income)","EAP","Population, total","SP.POP.TOTL","896452801","895982616","907849084","931103981","953977437","977483065","1004323080","1030442864","1057583766","1086447495","1116170774","1146513513","1175144020","1202800072","1228896581","1252472762","1274251072","1294846389","1315749587","1336881495","1357568923","1378929135","1402542074","1426243031","1448866962","1472135650","1496876017","1523084914","1549637871","1575635488","1601222039","1625888128","1649237070","1671930685","1694403785","1716310165","1737842789","1759202933","1779768710","1798994292","1816986829","1834082049","1850453077","1866220978","1881541652","1896768430","1911702057","1926287101","1940749039","1955023279","1969168373","1984249541","2001246209","2018050656","2034247084","2049740052","2065155186","2080901482","2094506990","2106374009","2116360715","2123610397","2129094071","2133652241", +"Early-demographic dividend","EAR","Population, total","SP.POP.TOTL","979461502","1004319366","1029962253","1056327420","1083430197","1110603410","1137875812","1166092667","1195278339","1225287413","1255661025","1285672098","1316555228","1349249410","1382608576","1416414404","1450710647","1485833546","1521983049","1559348459","1598348344","1639825731","1682434337","1724928292","1767765290","1811272313","1855624329","1900589995","1946149314","1992092223","2041043553","2088580891","2134566607","2179380224","2223076958","2267616622","2314334474","2361095210","2407186134","2452952807","2499206970","2545843129","2591204247","2635731526","2680567394","2725013738","2769421149","2813790790","2857587007","2901329923","2946285613","2991403487","3035159632","3078407213","3121656203","3165214886","3208369547","3250752755","3292896609","3334561751","3374383528","3411268373","3447398652","3486290439", +"East Asia & Pacific","EAS","Population, total","SP.POP.TOTL","1043333636","1045203037","1059600211","1085398906","1110819272","1136927045","1166227679","1194567141","1224255729","1255933616","1288490485","1322732627","1354211283","1384704173","1413718269","1439944265","1464087148","1486953865","1510060320","1533514709","1556403010","1580048609","1605925794","1631735726","1656258164","1681267266","1707611028","1735427884","1763555005","1791156275","1818247576","1844603995","1869453624","1893594516","1917553356","1940892820","1964042971","1986768093","2008680261","2028993034","2048148696","2066530023","2083969920","2100610344","2116651449","2132517760","2148405823","2164155292","2179914111","2195169711","2210203758","2225992094","2243776727","2261274500","2278232287","2294507020","2310721864","2327132966","2341383691","2353856866","2363934334","2370214403","2375208613","2380601170", +"Europe & Central Asia (excluding high income)","ECA","Population, total","SP.POP.TOTL","128004868","130820612","133624232","136412403","139183218","141850212","144532646","147243299","149917246","152495588","154904402","157302537","159769903","162210682","164636799","167025422","169417382","171856019","174295734","176711498","179134330","181605180","184101787","186767082","189482130","192169372","194943688","197778590","200590588","202941311","205274329","207469747","209295467","210691828","211613719","212235863","213252888","214167783","214788022","215247930","216002444","216892662","217808502","218779991","219860219","220987094","222181747","223150949","224757863","226581984","228742156","230906639","232735642","234709774","236718663","238848390","240976831","243006453","245052675","247195931","248913167","250663105","246915820","247474425", +"Europe & Central Asia","ECS","Population, total","SP.POP.TOTL","666316810","674006055","681853980","689723879","697597298","705266930","712106610","718908748","725472765","731807369","737417742","742980383","749108833","755028396","760712783","766207613","771636189","776969009","782276619","787563097","792958926","798163948","802960230","807615842","812473775","817419352","822539979","827779053","833073833","837911059","842133494","846468500","849923742","852844448","855003604","856623954","858323941","859830347","861000616","861975173","862909497","864048235","865618646","867833353","870382097","873001450","875680116","878472460","882068986","885603905","889077806","891273900","894705970","898764759","902938502","907094808","911173722","914748588","918181600","921212388","923384672","924168763","920988359","923929755", +"Ecuador","ECU","Population, total","SP.POP.TOTL","4618158","4751507","4890425","5034334","5183283","5337351","5495761","5658446","5825663","5997037","6172215","6350944","6533630","6720443","6911123","7105786","7304349","7506665","7712718","7922490","8135845","8352602","8572607","8795873","9022979","9254311","9490096","9729376","9969788","10210185","10449837","10686279","10914222","11132829","11347652","11561683","11775221","11987838","12199693","12412046","12626507","12845521","13070609","13301184","13534593","13770012","14009061","14251835","14496797","14742766","14989585","15237728","15483883","15722989","15957994","16195902","16439585","16696944","17015672","17343740","17588595","17797737","18001000","18190484", +"Egypt, Arab Rep.","EGY","Population, total","SP.POP.TOTL","27034499","27747867","28485022","29245936","30026648","30818469","31613132","32408414","33204629","33995955","34781986","35555969","36330768","37120776","37930374","38775584","39649050","40577356","41576636","42632458","43748556","44899573","46088647","47353665","48676443","50035843","51424313","52841319","54298446","55765843","57214630","58611032","59989142","61382200","62775847","64166908","65565195","66993728","68446011","69907887","71371371","72854261","74393759","75963322","77522427","79075310","80629670","82218755","83844783","85501064","87252413","89200054","91240376","93377890","95592324","97723799","99784030","101789386","103740765","105618671","107465134","109262178","110990103","112716598", +"Euro area","EMU","Population, total","SP.POP.TOTL","269385168","271727867","274105087","276517540","278953378","281432987","283803777","285908171","287907506","289911679","291544661","293192129","295189531","297059919","298719155","300215183","301525335","302746591","304018977","305309331","306668989","307893389","308788172","309428033","309939418","310521622","311282260","312125526","313147164","314457467","315870845","317411362","318746422","320056200","321026530","321810273","322570180","323308056","323978576","324784751","325792924","326862028","328443707","330208234","332006792","333709006","335250759","336971054","338599969","339682801","340467048","339722971","340450693","341584506","342725321","343718279","344683796","345370612","346153001","346517987","346961127","346942960","348331552","350357398", +"Eritrea","ERI","Population, total","SP.POP.TOTL","993568","1016932","1041552","1067295","1094042","1121739","1150264","1179554","1209602","1240562","1272748","1306234","1340838","1376516","1413220","1450867","1489656","1529802","1571193","1613829","1657982","1703789","1751045","1799814","1849594","1899243","1949611","2000355","2051546","2102131","2149960","2039220","1921153","1981419","2042500","2157220","2264073","2291561","2322753","2356477","2392880","2461927","2547424","2653390","2763140","2831732","2880093","2926168","3005779","3083888","3147727","3207570","3252596","3296367","3323425","3340006","3365287","3396933","3445374","3498818","3555868","3620312","3684032","3748901", +"Spain","ESP","Population, total","SP.POP.TOTL","30455000","30739250","31023366","31296651","31609195","31954292","32283194","32682947","33113134","33441054","33814531","34224490","34604469","34988947","35373335","35757900","36137812","36511638","36864898","37191330","37491165","37758631","37986012","38171525","38330364","38469512","38584624","38684815","38766939","38827764","38867322","38966376","39157685","39361262","39549108","39724050","39889852","40057389","40223509","40386875","40567864","40850412","41431558","42187645","42921895","43653155","44397319","45226803","45954106","46362946","46576897","46742697","46773055","46620045","46480882","46444832","46484062","46593236","46797754","47134837","47365655","47415794","47778340","48373336", +"Estonia","EST","Population, total","SP.POP.TOTL","1211537","1225077","1241623","1258857","1277086","1294566","1308597","1318946","1331214","1345249","1360076","1376955","1392518","1405951","1418169","1429352","1439576","1450211","1460188","1468333","1477219","1487666","1498414","1508745","1518617","1528781","1540190","1552221","1561900","1568131","1569174","1561314","1533091","1494128","1462514","1436634","1415594","1399535","1386156","1390244","1396985","1388115","1379350","1370720","1362550","1354775","1346810","1340680","1337090","1334515","1331475","1327439","1322696","1317997","1314545","1315407","1315790","1317384","1321977","1326898","1329522","1330932","1348840","1366188", +"Ethiopia","ETH","Population, total","SP.POP.TOTL","21739710","22281675","22852158","23448979","24073696","24727506","25377645","26051596","26778653","27530388","28308246","29099594","29891328","30694316","31488613","32252783","33062216","33695018","34259065","34758823","34945469","35818844","37213393","38235187","39202890","40285965","41455309","42851957","44511537","46195954","47878073","49937430","52011554","53791672","55620211","57476536","59347649","61233480","63136493","65077579","67031867","69018932","71073215","73168838","75301026","77469940","79691050","81996185","84357105","86755585","89237791","91817929","94451280","97084366","99746766","102471895","105293228","108197950","111129438","114120594","117190911","120283026","123379924","126527060", +"European Union","EUU","Population, total","SP.POP.TOTL","356947129","359937892","362998792","366152978","369387359","372533839","375563155","378512582","381280912","383958527","386116472","388229403","390859355","393386261","395778659","398096151","400211366","402170665","404056840","405879948","407760829","409490677","410875285","411956706","412891310","413866961","414996545","416199247","417528527","418925771","420308868","421744728","422972438","424347768","425406851","426212138","426906931","427549432","428122323","428828749","429342455","429910140","430898141","432434810","434059923","435600393","437014860","438484072","439892213","440934530","441552554","440769682","441419873","442496175","443601373","444570054","445515422","446215182","447001100","447367191","447692315","447178093","447370551","449476878", +"Fragile and conflict affected situations","FCS","Population, total","SP.POP.TOTL","245054534","250320873","255792159","261419447","267217843","273158163","279188642","285373478","291752459","298271801","304932033","311832372","318935016","326272935","333989998","341992350","350514335","359107582","367561832","376388838","384920163","392974640","401640207","410883312","420542833","430465285","440305466","450279373","460218589","470693520","483150347","493951561","506399343","519989331","534524440","548658108","561040609","573237237","585939751","599275261","612751355","626553787","641963096","658162649","674132661","690520612","707248050","723930164","741362383","759831151","778734290","797793348","817412582","837410155","857018106","876449625","896306261","916477490","936789597","957873862","979839336","1001870564","1019145355","1042703808", +"Finland","FIN","Population, total","SP.POP.TOTL","4429634","4461005","4491443","4523309","4548543","4563732","4580869","4605744","4626469","4623785","4606307","4612124","4639657","4666081","4690574","4711440","4725664","4738902","4752528","4764690","4779535","4799964","4826933","4855787","4881803","4902206","4918154","4932123","4946481","4964371","4986431","5013740","5041992","5066447","5088333","5107790","5124573","5139835","5153498","5165474","5176209","5188008","5200598","5213014","5228172","5246096","5266268","5288720","5313399","5338871","5363352","5388272","5413971","5438972","5461512","5479531","5495303","5508214","5515525","5521606","5529543","5541017","5556106","5584264", +"Fiji","FJI","Population, total","SP.POP.TOTL","401841","414534","427695","441385","455214","469010","482358","494632","505979","516952","527634","538000","547918","557244","566296","575804","586607","599289","613611","628859","644582","660630","676967","693593","710561","727461","742658","754778","764370","772704","780430","784832","786859","789198","790803","792246","796538","804572","813947","823422","832509","841320","849891","858306","866694","874923","883083","890648","896731","901383","905169","908355","911059","913453","915560","917200","918371","919019","918996","918465","920422","924610","929766","936375", +"France","FRA","Population, total","SP.POP.TOTL","46649927","47161641","47679792","48189939","48733997","49282756","49817041","50334012","50817020","51272683","51724116","52185222","52637888","53053660","53415250","53715733","53966558","54221988","54486195","54753575","55052582","55371044","55694106","55992656","56275701","56569195","56865193","57168409","57472651","57766282","58044701","58557577","58849943","59106166","59327585","59543659","59756533","59969944","60192790","60504420","60921384","61367388","61816234","62256970","62716306","63188395","63628261","64021737","64379696","64710879","65030575","65345233","65662240","66002289","66312067","66548272","66724104","66918020","67158348","67388001","67571107","67764304","67971311","68170228", +"Faroe Islands","FRO","Population, total","SP.POP.TOTL","34154","34572","34963","35385","35841","36346","36825","37234","37630","38011","38416","38861","39304","39746","40189","40626","41054","41481","41965","42506","43054","43613","44164","44669","45135","45575","46011","46477","46959","47490","47479","46810","46005","45096","44131","43805","44138","44495","44865","45203","45660","46245","46813","47392","47989","48291","48313","48361","48411","48429","48410","48386","48392","48418","48465","48816","49500","50230","50955","51681","52415","52889","53090","53270", +"Micronesia, Fed. Sts.","FSM","Population, total","SP.POP.TOTL","42986","44563","46200","47758","49231","50759","52346","53940","55553","57236","58989","60673","62265","63889","65552","67121","68602","70144","71983","74114","76299","78531","80816","83153","85543","87966","90397","92845","94987","96796","98603","100427","102893","106030","108844","110328","110785","111133","111406","111539","111709","111948","111992","111805","111438","110940","110301","109532","108704","107868","107588","107887","108232","108609","109024","109462","109925","110430","110929","111379","112106","113131","114164","115224", +"Gabon","GAB","Population, total","SP.POP.TOTL","513340","519329","525754","532592","539830","547535","555748","564436","573611","584628","597192","609693","622289","635288","648922","663340","678660","694931","712135","730188","749078","768904","789585","811098","833417","856482","880340","905016","930464","956509","983028","1009995","1037446","1065390","1093611","1121964","1150601","1179806","1209832","1240764","1272935","1306590","1341696","1378398","1417110","1458353","1502534","1549774","1599978","1653542","1711105","1772500","1836705","1902226","1966855","2028517","2086206","2140215","2192012","2242785","2292573","2341179","2388992","2436566", +"United Kingdom","GBR","Population, total","SP.POP.TOTL","52400000","52800000","53250000","53650000","54000000","54348050","54648500","54943600","55211700","55441750","55663250","55896223","56086065","56194527","56229974","56225800","56211968","56193492","56196504","56246951","56314216","56333829","56313641","56332848","56422072","56550268","56681396","56802050","56928327","57076711","57247586","57424897","57580402","57718614","57865745","58019030","58166950","58316954","58487141","58682466","58892514","59119673","59370479","59647577","59987905","60401206","60846820","61322463","61806995","62276270","62766365","63258810","63700215","64128273","64602298","65116219","65611593","66058859","66460344","66836327","67081234","67026292","67791000","68350000", +"Georgia","GEO","Population, total","SP.POP.TOTL","3645600","3703600","3760300","3816100","3870300","3921600","3966700","4005800","4042300","4080300","4119900","4163000","4205300","4242500","4279500","4311200","4342400","4372100","4397700","4430200","4467700","4504500","4542800","4582900","4622200","4662900","4704500","4743500","4790700","4803300","4802000","4835900","4873500","4911100","4836076","4657722","4491699","4349913","4243607","4157192","4077131","4014373","3978515","3951736","3927340","3902469","3880347","3860158","3848449","3814419","3786695","3756441","3728874","3717668","3719414","3725276","3727505","3728004","3726549","3720161","3722716","3708610","3712502","3760365", +"Ghana","GHA","Population, total","SP.POP.TOTL","6911510","7109029","7281192","7458243","7640196","7827726","8019658","8216086","8418152","8629855","8861895","9108878","9365952","9637197","9918979","10209848","10509006","10825496","11163230","11515675","11865246","12212960","12584976","12984131","13342487","13651443","13971682","14310790","14671677","15052447","15446982","15843471","16241548","16643633","17040854","17438874","17844010","18268040","18714708","19176791","19665502","20195577","20758326","21329514","21906444","22496951","23098586","23708320","24326087","24950762","25574719","26205941","26858762","27525597","28196358","28870939","29554303","30222262","30870641","31522290","32180401","32833031","33475870","34121985", +"Gibraltar","GIB","Population, total","SP.POP.TOTL","21822","21907","22249","22796","23347","23910","24477","25047","25610","26162","26685","27069","27323","27558","27779","27973","28162","28337","28485","28618","28734","28819","28863","28855","28788","28674","28506","28272","28000","27688","27317","26988","26945","27118","27282","27412","27491","27564","27636","27695","27741","27721","27892","28301","28716","29155","29587","29996","30398","30819","31262","31701","32160","32411","32452","32520","32565","32602","32648","32685","32709","32669","32649","32688", +"Guinea","GIN","Population, total","SP.POP.TOTL","3516814","3578631","3642324","3707945","3775510","3845074","3916780","3990760","4067333","4145194","4222374","4298087","4372212","4445207","4517073","4588006","4658743","4730375","4804926","4885199","4972609","5067427","5170731","5282274","5402084","5531661","5671380","5820774","5977175","6136166","6354145","6615734","6832195","7046097","7262112","7468347","7683115","7842806","7992545","8174897","8336967","8445717","8577790","8772254","8961039","9140114","9330625","9547082","9779785","10021323","10270728","10527712","10788692","11055430","11333365","11625998","11930985","12240789","12554864","12877539","13205153","13531906","13859341","14190612", +"Gambia, The","GMB","Population, total","SP.POP.TOTL","399649","410801","422310","434173","446375","458908","471753","485132","499151","513686","528731","544317","560553","577488","594904","612909","631894","651934","672974","695155","718586","742846","768272","795563","824798","855958","888980","923914","960837","999732","1040616","1083536","1127152","1168309","1205882","1242155","1279070","1317002","1356189","1396499","1437539","1479449","1522223","1566257","1612225","1660368","1711294","1764883","1820542","1878119","1937275","1998212","2061014","2124869","2189019","2253133","2317206","2381182","2444916","2508883","2573995","2639916","2705992","2773168", +"Guinea-Bissau","GNB","Population, total","SP.POP.TOTL","577933","583107","590399","595802","590481","577638","570375","573380","583475","587880","591663","594501","595950","603203","623576","659635","701016","746588","794328","821598","831462","844957","858630","872394","886210","900088","914122","928408","943080","958239","973551","993856","1022904","1056761","1089617","1117222","1140604","1162443","1184071","1206474","1230849","1257380","1285678","1315653","1347009","1379713","1414091","1450572","1488431","1527196","1567220","1609017","1652717","1697753","1743309","1788919","1834552","1879826","1924955","1970457","2015828","2060721","2105566","2150842", +"Equatorial Guinea","GNQ","Population, total","SP.POP.TOTL","267351","272264","277490","283018","288852","295010","301517","308374","315325","318846","316955","311952","305362","298050","290558","283262","276000","271377","270866","273925","282509","296950","315741","336744","357995","378379","397276","414769","431587","448420","465549","483142","501334","520236","539992","560740","582573","605570","629734","655029","684977","719270","754115","789681","826355","864726","905418","948814","994971","1043686","1094524","1144588","1193636","1243941","1295183","1346973","1398927","1450694","1502091","1553031","1596049","1634466","1674908","1714671", +"Greece","GRC","Population, total","SP.POP.TOTL","8331725","8398050","8448233","8479625","8510429","8550333","8613651","8684088","8740765","8772764","8792806","8831036","8888628","8929086","8962022","9046541","9188150","9308479","9429959","9548258","9642505","9729350","9789513","9846627","9895801","9934300","9967213","10000595","10036983","10089498","10196792","10319927","10399061","10460415","10512922","10562153","10608800","10661259","10720509","10761698","10805808","10862132","10902022","10928070","10955141","10987314","11020362","11048473","11077841","11107017","11121341","11104899","11045011","10965211","10892413","10820883","10775971","10754679","10732882","10721582","10698599","10569207","10426919","10361295", +"Grenada","GRD","Population, total","SP.POP.TOTL","93772","95096","96052","96882","97613","98226","98692","98977","99056","98975","98794","98535","98225","97886","97528","97165","96781","96329","95811","95242","94838","95222","96534","98177","99618","100576","100893","100599","99877","99224","99047","99758","101040","102173","103174","104060","104846","105549","106200","106823","107432","107936","108231","108740","109516","110254","110988","111725","112478","113249","114039","114918","115912","116945","117972","118980","119966","120921","121838","122724","123663","124610","125438","126183", +"Greenland","GRL","Population, total","SP.POP.TOTL","32500","33700","35000","36400","37600","39200","40500","41900","43400","44900","46400","47200","48300","49000","49500","49600","49700","49400","49200","49600","50200","51000","51500","52100","52700","53200","53500","54100","54800","55300","55600","55500","55300","55200","55500","55800","55900","56000","56100","56100","56200","56350","56609","56765","56911","56935","56774","56555","56328","56323","56905","56890","56810","56483","56295","56114","56186","56172","56023","56225","56367","56653","56661","56865", +"Guatemala","GTM","Population, total","SP.POP.TOTL","4128880","4251911","4378604","4508444","4640795","4774984","4910790","5047435","5184095","5320100","5455197","5589563","5723759","5858466","5994300","6131151","6269983","6412667","6561919","6720582","6890346","7071186","7262658","7462585","7669863","7884034","8104921","8332446","8566331","8805995","9050115","9296814","9544055","9790619","10037522","10286786","10536942","10788362","11046215","11311078","11589761","11871565","12147518","12415334","12682108","12948292","13213330","13477017","13739299","14000190","14259687","14521515","14781942","15043981","15306316","15567419","15827690","16087418","16346950","16604026","16858333","17109746","17357886","17602431", +"Guam","GUM","Population, total","SP.POP.TOTL","72374","73873","75412","76996","78621","80255","81879","83480","85046","86534","88300","90505","92815","95100","97329","99478","101590","103676","105710","107790","110286","113221","116189","119067","121885","124675","127462","130259","133079","135759","138263","140739","143173","145541","147843","150094","152261","154330","156357","158395","160188","161524","162563","163385","164004","164430","164675","164763","164725","164580","164905","165649","166392","167054","167543","167978","168346","168606","168678","168624","169231","170534","171774","172952", +"Guyana","GUY","Population, total","SP.POP.TOTL","571990","588597","604833","620703","635957","650207","663241","675064","685887","695919","705261","713904","721994","729865","737701","745590","753553","761378","768609","774482","778176","779686","779639","778372","776007","772671","768508","763706","758450","752897","747116","744096","744998","747189","749546","751689","753571","755211","756697","758014","759051","759809","760323","760562","760424","759709","758367","756521","754150","751258","747932","744230","743966","747420","751115","755031","759087","763252","785514","798753","797202","804567","808726","813834", +"High income","HIC","Population, total","SP.POP.TOTL","907912413","919107547","930536680","941879887","953215721","964261686","974157526","983690017","993133232","1002691282","1012186875","1023331593","1033198607","1042769605","1052189245","1061393041","1070186825","1078894429","1087645025","1096681462","1105492737","1114189491","1122386268","1130028100","1137503635","1145056586","1152740549","1160564047","1168510076","1176763924","1184203705","1192917410","1201571467","1209574376","1217016521","1224100529","1231090974","1237913846","1244547641","1250881910","1256926406","1262875491","1268844485","1274957396","1281374060","1288177967","1296180548","1305161431","1314663441","1323316736","1330723736","1335858758","1342743557","1349905020","1357161865","1364282269","1371516373","1377929189","1383955367","1389172209","1393950970","1392964458","1395940386","1403021503", +"Hong Kong SAR, China","HKG","Population, total","SP.POP.TOTL","3114671","3168100","3305200","3420900","3504600","3597900","3629900","3722800","3802700","3863900","3959000","4045300","4123600","4241600","4377800","4461600","4518000","4583700","4667500","4929700","5063100","5183400","5264500","5345100","5397900","5456200","5524600","5580500","5627600","5686200","5704500","5752000","5800500","5901000","6035400","6156100","6435500","6489300","6543700","6606500","6665000","6714300","6744100","6730800","6783500","6813200","6857100","6916300","6957800","6972800","7024200","7071600","7150100","7178900","7229500","7291300","7336600","7393200","7452600","7507900","7481000","7413100","7346100","7536100", +"Honduras","HND","Population, total","SP.POP.TOTL","2078617","2139928","2202854","2267708","2334492","2403465","2474523","2547497","2622982","2701381","2782753","2867501","2956021","3046715","3136539","3231631","3334814","3441122","3550368","3662736","3777990","3895736","4015647","4137784","4261919","4387693","4515568","4645733","4778114","4913676","5053234","5196887","5344774","5496841","5652934","5812832","5976550","6144112","6308537","6477365","6656725","6837861","7019908","7201881","7383407","7564613","7745200","7924462","8101777","8277302","8450933","8622504","8792367","8960657","9127846","9294505","9460798","9626842","9792850","9958829","10121763","10278345","10432860","10593798", +"Heavily indebted poor countries (HIPC)","HPC","Population, total","SP.POP.TOTL","163453961","167427839","171555341","175832578","180294830","184949176","189744990","194742549","199980949","205388448","210973069","216706865","222495959","228507880","234861273","241415576","248105304","254798463","262035002","269571043","276049311","282020641","289043160","296920640","305097813","313452117","321846502","330566338","339527267","348860257","358121820","367531126","378502714","390576688","402287229","413913354","425839678","437721228","449883034","462533086","475127894","488040621","502494432","517663749","532571131","547936900","563930944","579864063","596301357","613535903","630953183","648927117","667520863","686620331","706617213","727129254","748356635","770390212","792615894","815100831","838066650","861156745","884288332","907995430", +"Croatia","HRV","Population, total","SP.POP.TOTL","4140181","4167292","4196712","4225675","4252876","4280923","4310701","4338683","4365628","4391490","4412252","4431275","4450564","4470161","4490660","4512082","4535934","4559571","4581085","4594778","4599782","4611509","4634234","4658254","4680285","4701417","4721446","4739745","4755207","4767260","4777368","4689022","4575818","4600463","4652024","4620030","4557097","4534920","4532135","4512597","4468302","4299642","4302174","4303399","4304600","4310145","4311159","4310217","4309705","4305181","4295427","4280622","4267558","4255689","4238389","4203604","4174349","4124531","4087843","4065253","4047680","3878981","3855641","3853200", +"Haiti","HTI","Population, total","SP.POP.TOTL","3901139","3974934","4049504","4122260","4196349","4274348","4352949","4432716","4514006","4596642","4680812","4766423","4853117","4940710","5030652","5124560","5222342","5323827","5428667","5536423","5646676","5760197","5877684","5997739","6119932","6245539","6375097","6508349","6644959","6784161","6925331","7066055","7205780","7345940","7486091","7627316","7770593","7915172","8060896","8208941","8360225","8511728","8661546","8812245","8961489","9111900","9266288","9420826","9575247","9730638","9842880","9954312","10108539","10261206","10412740","10563757","10713849","10863543","11012421","11160438","11306801","11447569","11584996","11724763", +"Hungary","HUN","Population, total","SP.POP.TOTL","9983967","10029321","10061734","10087947","10119835","10147935","10178653","10216604","10255815","10298723","10337910","10367537","10398489","10432055","10478720","10540525","10598677","10648031","10684822","10704152","10711122","10711848","10705535","10689463","10668095","10648713","10630564","10612741","10596487","10481719","10373988","10373400","10369341","10357523","10343355","10328965","10311238","10290486","10266570","10237530","10210971","10187576","10158608","10129552","10107146","10087065","10071370","10055780","10038188","10022650","10000023","9971727","9920362","9893082","9866468","9843028","9814023","9787966","9775564","9771141","9750149","9709891","9643048","9589872", +"IBRD only","IBD","Population, total","SP.POP.TOTL","1904142765","1925829506","1960383924","2006828445","2053311947","2100281677","2149863866","2199183946","2249980136","2302867176","2356892546","2412012184","2466068634","2519871313","2572840435","2624186688","2674969821","2724949752","2774937121","2825639414","2877115899","2930329552","2986059777","3042087759","3097942924","3154738668","3213395968","3273803609","3334531476","3394353995","3453648037","3511638756","3566912141","3620616438","3673830207","3726486149","3778679694","3830663657","3881872613","3931470705","3979356320","4026403756","4072303744","4117630166","4162927496","4207824263","4251458316","4293654594","4336867656","4380820406","4424528755","4469961043","4517846874","4566948798","4615651856","4662836842","4708313438","4752675645","4794094269","4832585266","4866828116","4894666421","4912348798","4937047867", +"IDA & IBRD total","IBT","Population, total","SP.POP.TOTL","2298247983","2329785708","2374555774","2431591328","2489084003","2547491977","2608851292","2670356128","2733794158","2799632817","2866639928","2934067335","3000875648","3068779645","3136417425","3202651220","3268442731","3333971696","3400614104","3468899419","3538125231","3609391186","3684291030","3760049450","3835772578","3913078525","3992634841","4074363345","4156642221","4238479661","4320048688","4400467505","4479108518","4557323479","4635143097","4712519365","4789922904","4867134757","4943812366","5019457363","5094293697","5169110817","5243694285","5317975833","5392175010","5466351480","5540049563","5612877854","5686788085","5762203524","5838903143","5917936328","5998753810","6079936045","6160835364","6240908648","6320624467","6400602851","6478776303","6555193386","6628629499","6696373761","6754104791","6819750360", +"IDA total","IDA","Population, total","SP.POP.TOTL","394105218","403956202","414171850","424762883","435772056","447210300","458987426","471172182","483814022","496765641","509747382","522055151","534807014","548908332","563576990","578464532","593472910","609021944","625676983","643260005","661009332","679061634","698231253","717961691","737829654","758339857","779238873","800559736","822110745","844125666","866400651","888828749","912196377","936707041","961312890","986033216","1011243210","1036471100","1061939753","1087986658","1114937377","1142707061","1171390541","1200345667","1229247514","1258527217","1288591247","1319223260","1349920429","1381383118","1414374388","1447975285","1480906936","1512987247","1545183508","1578071806","1612311029","1647927206","1684682034","1722608120","1761801383","1801707340","1841755993","1882702493", +"IDA blend","IDB","Population, total","SP.POP.TOTL","120817228","123787114","126862058","130088814","133448149","136945840","140571218","144289794","148122678","152090704","156188262","160311126","164564539","169101287","173882120","178942945","184255432","189819289","195597910","201759170","208958276","216739122","224210712","231163936","237939240","245258177","252983956","260915798","269037308","277221224","285458430","293790697","301587423","309380669","317628977","326152635","335062226","344022548","353079757","362258853","372181624","382432118","392011236","401318288","410960215","420690092","430617236","440957937","451665010","462819210","474626536","486354807","497317025","507906365","518378284","528669692","538868249","549511044","560698093","572192040","584212703","596608333","609342910","622553200", +"Indonesia","IDN","Population, total","SP.POP.TOTL","88382881","90816938","93345489","95962527","98675061","101157868","103561105","106260749","109138723","112149246","115228394","118347135","121504145","124709058","127945196","131213215","134521025","137861540","141250964","144693087","148177096","151686337","155228658","158790611","162331962","165791694","169135273","172421390","175694647","178949174","182159874","185361228","188558416","191737287","194928533","198140162","201373791","204628007","207855486","210996910","214072421","217112437","220115092","223080121","225938595","228805144","231797427","234858289","237936543","240981299","244016173","247099697","250222695","253275918","256229761","259091970","261850182","264498852","267066843","269582878","271857970","273753191","275501339","277534122", +"IDA only","IDX","Population, total","SP.POP.TOTL","273287990","280169088","287309792","294674069","302323907","310264460","318416208","326882388","335691344","344674937","353559120","361744025","370242475","379807045","389694870","399521587","409217478","419202655","430079073","441500835","452051056","462322512","474020541","486797755","499890414","513081680","526254917","539643938","553073437","566904442","580942221","595038052","610608954","627326372","643683913","659880581","676180984","692448552","708859996","725727805","742755753","760274943","779379305","799027379","818287299","837837125","857974011","878265323","898255419","918563908","939747852","961620478","983589911","1005080882","1026805224","1049402114","1073442780","1098416162","1123983941","1150416080","1177588680","1205099007","1232413083","1260149293", +"Isle of Man","IMN","Population, total","SP.POP.TOTL","48793","48422","48669","49131","49597","50057","50718","51731","52910","54099","55298","56431","57419","58325","59179","59949","60701","61506","62333","63172","64022","64558","64654","64598","64500","64376","64663","65554","66636","67740","68865","69770","70307","70710","71094","71454","71981","72793","73727","74668","75562","76398","77183","77939","78677","79415","80228","81100","81997","82915","83828","84350","84338","84144","83896","83593","83450","83580","83775","83933","84046","84263","84519","84710", +"India","IND","Population, total","SP.POP.TOTL","445954579","456351876","467024193","477933619","489059309","500114346","510992617","521987069","533431909","545314670","557501301","569999178","582837973","596107483","609721951","623524219","637451448","651685628","666267760","681248383","696828385","712869298","729169466","745826546","762895156","780242084","797878993","815716125","833729681","852012673","870452165","888941756","907574049","926351297","945261958","964279129","983281218","1002335230","1021434576","1040500054","1059633675","1078970907","1098313039","1117415123","1136264583","1154638713","1172373788","1189691809","1206734806","1223640160","1240613620","1257621191","1274487215","1291132063","1307246509","1322866505","1338636340","1354195680","1369003306","1383112050","1396387127","1407563842","1417173173","1428627663", +"Not classified","INX","Population, total","SP.POP.TOTL","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","", +"Ireland","IRL","Population, total","SP.POP.TOTL","2828600","2824400","2836050","2852650","2866550","2877300","2888800","2902450","2915550","2932650","2957250","2992050","3036850","3085950","3137500","3189550","3238050","3282200","3329100","3373750","3412800","3453000","3485800","3510600","3532423","3538082","3539690","3540057","3524949","3511009","3513974","3534235","3558430","3576261","3590386","3608841","3637510","3674171","3712696","3754786","3805174","3866243","3931947","3996521","4070262","4159914","4273591","4398942","4489544","4535375","4560155","4580084","4599533","4623816","4657740","4701957","4755335","4807388","4867316","4934340","4985382","5033164","5127170","5262382", +"Iran, Islamic Rep.","IRN","Population, total","SP.POP.TOTL","21388806","21983622","22605050","23259094","23948624","24667026","25398700","26133341","26875302","27643685","28449705","29273682","30111574","30981898","31895534","32856976","33841060","34876497","35993661","37205013","38520664","40476251","42500030","44027986","45628402","47266160","48913237","50541490","52111868","53644736","55793629","57990883","59372016","59755430","59985749","60794809","61598378","62480533","63461421","64474745","65544383","66674851","67327117","67954699","69061674","70182594","71275760","72319418","73318394","74322685","75373855","76342971","77324451","78458928","79961672","81790841","83306231","84505076","85617562","86564202","87290193","87923432","88550570","89172767", +"Iraq","IRQ","Population, total","SP.POP.TOTL","7084678","7260714","7481832","7735824","7997655","8270544","8553883","8848502","9156132","9476737","9811347","10154928","10507315","10872139","11243146","11617622","11999342","12400190","12819707","13233830","13653369","14067260","14467682","14903737","15377032","15753856","16148221","16598019","16987346","17442590","17658381","17846378","18385673","19295818","20248073","20948858","21639332","22330770","23053488","23820734","24628858","25425663","26255343","27068823","27858948","28698684","28905607","28660887","29218381","30289040","31264875","32378061","33864447","35481800","36746488","37757813","38697943","39621162","40590700","41563520","42556984","43533592","44496122","45504560", +"Iceland","ISL","Population, total","SP.POP.TOTL","175574","179029","182378","185653","188983","192286","195570","198751","201488","203369","204438","206098","209137","212317","215209","217979","220154","221799","223537","225735","228138","230755","233860","236977","239511","241405","243180","245859","249740","252852","254826","257797","261057","263725","266021","267468","268916","271128","274047","277381","281205","284968","287523","289521","292074","296734","303782","311566","317414","318499","318041","319014","320716","323764","327386","330815","335439","343400","352721","360563","366463","372520","382003","393600", +"Israel","ISR","Population, total","SP.POP.TOTL","2114020","2185000","2293000","2379000","2475000","2563000","2629000","2745000","2803000","2877000","2974000","3069000","3148000","3278000","3377000","3455000","3533000","3613000","3690000","3786000","3878000","3956000","4031000","4105000","4159000","4233000","4299000","4369000","4442000","4518000","4660000","4949000","5123000","5261000","5399000","5545000","5692000","5836000","5971000","6125000","6289000","6439000","6570000","6689700","6809000","6930100","7053700","7180100","7308800","7485600","7623600","7765800","7910500","8059500","8215700","8380100","8546000","8713300","8882800","9054000","9215100","9371400","9557500","9756700", +"Italy","ITA","Population, total","SP.POP.TOTL","50199700","50536350","50879450","51252000","51675350","52112350","52519000","52900500","53235750","53537950","53821850","54073490","54381345","54751406","55110868","55441001","55718260","55955411","56155143","56317749","56433883","56501675","56543548","56564074","56576718","56593071","56596155","56601931","56629288","56671781","56719240","56758521","56797087","56831821","56843400","56844303","56860281","56890372","56906744","56916317","56942108","56974100","57059007","57313203","57685327","57969484","58143979","58438310","58826731","59095365","59277417","59379449","59539717","60233948","60789140","60730582","60627498","60536709","60421760","59729081","59438851","59133173","58940425","58761146", +"Jamaica","JAM","Population, total","SP.POP.TOTL","1642331","1663754","1683761","1703868","1725181","1746977","1768803","1790580","1812209","1834615","1859091","1886143","1915299","1945320","1974880","2003094","2029486","2054927","2080485","2106937","2135546","2166657","2199606","2232782","2264095","2292030","2315871","2336245","2354805","2373365","2392030","2411867","2434574","2459062","2484182","2509372","2532894","2554954","2576567","2596271","2612205","2625405","2638244","2651027","2664024","2676863","2689660","2701221","2711373","2722401","2733896","2746169","2759817","2773129","2784543","2794445","2802695","2808376","2811835","2813773","2820436","2827695","2827377","2825544", +"Jordan","JOR","Population, total","SP.POP.TOTL","847936","891848","934615","978607","1029447","1093474","1172770","1265680","1366644","1466428","1557374","1636320","1704787","1767414","1827584","1886636","1945141","2005418","2069104","2138078","2216903","2306655","2406349","2514785","2629939","2751492","2879799","3014694","3157177","3310954","3480587","3666379","3866887","4075759","4278166","4458195","4608676","4733665","4844403","4950775","5056174","5163310","5275532","5396117","5532423","5678534","6075548","6473457","6632873","6780493","6931258","7109980","7211863","7694814","8658026","9494246","9964656","10215381","10459865","10698683","10928721","11148278","11285869","11337052", +"Japan","JPN","Population, total","SP.POP.TOTL","93216000","94055000","94933000","95900000","96903000","97952000","98851000","99879000","101011000","102219000","103403000","105697000","107188000","108707000","110162000","111573000","112775000","113872000","114913000","115890000","116807000","117661000","118480000","119307000","120083000","120837000","121482000","122069000","122578000","123069000","123478000","123964000","124425000","124829000","125178000","125472000","125757000","126057000","126400000","126631000","126843000","127149000","127445000","127718000","127761000","127773000","127854000","128001000","128063000","128047000","128070000","127833000","127629000","127445000","127276000","127141000","127076000","126972000","126811000","126633000","126261000","125681593","125124989","124516650", +"Kazakhstan","KAZ","Population, total","SP.POP.TOTL","9319283","9639302","9959414","10277790","10590934","10897644","11197568","11491228","11777849","12042478","12265305","12444338","12611997","12789985","12972497","13158942","13346173","13543521","13750291","13957795","14172710","14397391","14634179","14885966","15147590","15413315","15721289","16072478","16430590","16249500","16348000","16451711","16439095","16380672","16145766","15816243","15578227","15334405","15071640","14928374","14883626","14858335","14858948","14909019","15012984","15147029","15308085","15484192","15776938","16092822","16321872","16557202","16792090","17035551","17288285","17542806","17794055","18037776","18276452","18513673","18755666","19191356","19634983","19900177", +"Kenya","KEN","Population, total","SP.POP.TOTL","7751435","8047470","8363578","8697200","9047387","9417207","9802605","10201068","10613877","11039551","11473087","11898457","12322903","12760405","13203949","13651908","14102268","14577346","15087423","15620613","16187124","16785962","17411491","18069461","18753176","19452161","20160879","20882094","21626122","22387803","23162269","23918235","24655723","25391830","26133744","26878347","27615736","28364264","29137373","29965129","30851606","31800343","32779823","33767122","34791836","35843010","36925253","38036793","39186895","40364444","41517895","42635144","43725806","44792368","45831863","46851488","47894670","48948137","49953304","50951450","51985780","53005614","54027487","55100586", +"Kyrgyz Republic","KGZ","Population, total","SP.POP.TOTL","2172300","2255900","2333400","2413700","2495300","2573300","2655300","2736500","2818300","2894800","2959900","3022300","3088200","3153800","3223900","3292400","3358700","3423900","3487100","3552000","3617400","3685800","3759300","3838300","3916400","3990300","4066500","4144600","4218400","4307500","4391200","4463600","4515400","4516700","4515100","4560400","4628400","4696400","4769000","4840400","4898400","4945100","4990700","5043300","5104700","5162600","5218400","5268400","5318700","5383300","5447900","5514600","5607200","5719600","5835500","5956900","6079500","6198200","6322800","6456200","6579900","6773400","6974900","7100800", +"Cambodia","KHM","Population, total","SP.POP.TOTL","5541676","5664654","5788854","5913680","6040847","6170727","6299230","6426445","6553109","6679708","6708525","6696324","6766289","6852360","6913408","6727922","6307122","6040197","5961193","6051808","6198959","6364472","6619699","6881962","7133899","7376090","7661317","7975597","8269780","8570928","8910808","9259362","9718215","10243550","10636353","10919528","11182612","11431569","11669077","11899006","12118841","12338192","12561779","12787710","13016371","13246583","13477779","13714791","13943888","14155740","14363532","14573885","14786640","14999683","15210817","15417523","15624584","15830689","16025238","16207746","16396860","16589023","16767842","16944826", +"Kiribati","KIR","Population, total","SP.POP.TOTL","47093","48275","49508","50780","52092","53444","54428","54990","55511","56324","57437","58535","59606","60598","60953","60675","60310","59894","59465","59775","60813","61875","62977","64121","65338","66708","68266","69946","71680","73436","75124","76612","77901","79093","80264","81481","82832","84308","85805","87289","88826","90531","92400","94302","96224","98164","100083","101998","103966","105996","107995","109871","111618","113311","114985","116707","118513","120362","122261","124241","126463","128874","131232","133515", +"St. Kitts and Nevis","KNA","Population, total","SP.POP.TOTL","56660","56247","55404","54391","53255","52016","50683","49269","47772","46135","44968","44583","44416","44242","44056","43888","43740","43603","43465","43278","43097","42953","42794","42600","42380","42144","41889","41617","41321","40992","40636","40542","40900","41447","42001","42550","43097","43656","44230","44825","45461","45986","46264","46431","46580","46725","46874","47015","47156","47286","47403","47581","47727","47767","47789","47790","47788","47785","47761","47712","47642","47606","47657","47755", +"Korea, Rep.","KOR","Population, total","SP.POP.TOTL","25012374","25765673","26513030","27261747","27984155","28704674","29435571","30130983","30838302","31544266","32240827","32882704","33505406","34103149","34692266","35280725","35848523","36411795","36969185","37534236","38123775","38723248","39326352","39910403","40405956","40805744","41213674","41621690","42031247","42449038","42869283","43295704","43747962","44194628","44641540","45092991","45524681","45953580","46286503","46616677","47008111","47370164","47644736","47892330","48082519","48184561","48438292","48683638","49054708","49307835","49554112","49936638","50199853","50428893","50746659","51014947","51217803","51361911","51585058","51764822","51836239","51769539","51672569","51712619", +"Kuwait","KWT","Population, total","SP.POP.TOTL","305415","339697","378190","420494","465748","513840","565463","621242","681117","743044","802786","858734","913785","970527","1030426","1095998","1168791","1247225","1329074","1412266","1493870","1573026","1652921","1736028","1813986","1888975","1968093","2048477","2129153","2210013","1674938","1339500","1620633","1653645","1641106","1655222","1703318","1761468","1819544","1877427","1934901","1991674","2047364","2101506","2153481","2235403","2363409","2506769","2650930","2795550","2943356","3143825","3394663","3646518","3761584","3908743","4048085","4124904","4317185","4441100","4360444","4250114","4268873","4310108", +"Latin America & Caribbean (excluding high income)","LAC","Population, total","SP.POP.TOTL","194711112","200250715","205949399","211793513","217767514","223847681","229988384","236176636","242412816","248701446","255049279","261469430","267987160","274614064","281334755","288125444","294984501","302010242","309220692","316512545","323797061","330950954","338095672","345367369","352669319","359944435","367182475","374403954","381662610","388933687","396328556","403768603","411115420","418431327","425740147","433010808","440183193","447290040","454334962","461289769","468125382","474817217","481353718","487688819","493917791","500076606","506094784","511989821","517759389","523473668","528978305","535014773","541048298","546954103","552781789","558562792","564377885","570381211","576620516","582701622","588011178","592503434","596596955","600825676", +"Lao PDR","LAO","Population, total","SP.POP.TOTL","2122532","2171141","2221615","2273219","2325513","2379456","2434861","2491927","2551070","2612111","2675283","2740732","2808290","2877561","2946882","3012720","3072017","3125742","3177945","3233700","3297519","3370993","3453691","3543861","3639956","3741604","3848390","3959697","4074961","4193532","4314443","4437225","4561106","4685296","4807950","4927432","5043914","5150538","5246922","5340056","5430853","5519707","5606101","5689065","5768167","5852970","5946593","6041348","6135861","6229930","6323418","6416327","6508803","6600742","6691454","6787419","6891363","6997917","7105006","7212053","7319399","7425057","7529475","7633779", +"Lebanon","LBN","Population, total","SP.POP.TOTL","1798092","1853295","1911959","1971511","2030440","2087445","2145646","2203202","2262291","2323823","2381791","2442137","2505965","2569841","2632880","2691586","3070419","3457617","3183405","2902164","2963702","3027222","3070133","3106990","3163558","3226750","3308010","3390870","3457148","3525502","3593700","3666734","3745407","3818796","3888144","3959640","4034243","4107551","4178784","4250020","4320642","4389200","4446666","4504807","4574797","4643044","4719864","4809608","4887613","4951135","4995800","5045056","5178337","5678851","6274342","6398940","6258619","6109252","5950839","5781907","5662923","5592631","5489739","5353930", +"Liberia","LBR","Population, total","SP.POP.TOTL","1137026","1165005","1194085","1224169","1255197","1287315","1320315","1354287","1389453","1425879","1463563","1501658","1540995","1582697","1626283","1671632","1718482","1768092","1820861","1875566","1932169","1989690","2047602","2109151","2174194","2239724","2305860","2372449","2439639","2507600","2209731","1939236","2052626","2132771","2125198","2142422","2203966","2383300","2639224","2789743","2895224","2981648","3060599","3085173","3122447","3266318","3455397","3632740","3783887","3905066","4019956","4181150","4331740","4427313","4519398","4612329","4706097","4796631","4889391","4985289","5087584","5193416","5302681","5418377", +"Libya","LBY","Population, total","SP.POP.TOTL","1426986","1478760","1535157","1594758","1652102","1700072","1739831","1778578","1819393","1862823","1909177","1958320","2012796","2084256","2179446","2291841","2413760","2541805","2676117","2816917","2962720","3112015","3265457","3423592","3564547","3684313","3800110","3911939","4021565","4130042","4236983","4341971","4444820","4544970","4641296","4733063","4820066","4902346","4980962","5057998","5154790","5275916","5405326","5542641","5687563","5837986","5973369","6097177","6228370","6360191","6491988","6188132","5869870","5985221","6097764","6192235","6282196","6378261","6477793","6569088","6653942","6735277","6812341","6888388", +"St. Lucia","LCA","Population, total","SP.POP.TOTL","91614","92761","93823","94887","95948","97024","98126","99257","100400","101605","103090","104781","106457","108114","109740","111497","113421","115385","117397","119463","121633","123909","126194","128440","130625","132751","134810","136780","138660","140457","142301","144268","146420","148595","150561","152348","153969","155454","156855","158256","159500","160594","161799","163047","164239","165386","166470","167518","168576","169688","170935","172145","173124","173978","174804","175623","176413","177163","177888","178583","179237","179651","179857","180251", +"Latin America & Caribbean","LCN","Population, total","SP.POP.TOTL","219142626","225304612","231638540","238127927","244742056","251458185","258225265","265030167","271885703","278797542","285779012","292852914","300036114","307345195","314759757","322249100","329807630","337531513","345450768","353452209","361451180","369321289","377189872","385189898","393227113","401251731","409259052","417266298","425320442","433393694","441597528","449847635","458008075","466139063","474258790","482331291","490304061","498199382","506010566","513714410","521281149","528688278","535935546","542976557","549897638","556739532","563424119","569972223","576386180","582738079","588873862","595510008","602139396","608642242","615046755","621390109","627667493","633795231","639626265","645293844","650533026","654978670","659306928","664155299", +"Least developed countries: UN classification","LDC","Population, total","SP.POP.TOTL","243747624","249669012","255852360","262222227","268840613","275712411","282750085","290061165","297680657","305463862","313150585","320137304","327434877","335785808","344428047","352974187","361378199","370063476","379602942","389654865","398831237","407724663","418029153","429385050","441083473","452925370","464719751","476678929","488634944","500927368","513410293","525967892","540073235","555402795","570349227","585085744","599913754","614755340","629930825","645681010","661430964","677492970","695099275","713279960","731086901","749189504","767538041","785635469","803947600","823002155","842807198","863421305","884653995","906405074","928661685","951184941","974516186","998532743","1022731692","1047426093","1072970944","1098791080","1124396999","1150346774", +"Low income","LIC","Population, total","SP.POP.TOTL","135762574","138934269","142232863","145659986","149260915","153026043","156903784","160978695","165256142","169632655","174131565","178729317","183334870","188076728","193061843","198178476","203399737","208592240","214272852","220230887","225097677","229413733","234808317","240996976","247448306","254069015","260658473","267469591","274348618","281571278","288759638","296103521","304997572","314673487","323847963","333181004","343031111","352755561","362458276","372579993","382593480","392924294","404771898","417212831","429354375","441886612","455313027","469010772","482640782","496609143","510897321","525506329","540002626","553835758","567702296","582173028","597683499","613946858","630865826","648755452","667053670","685250041","703727949","722984063", +"Liechtenstein","LIE","Population, total","SP.POP.TOTL","16472","16834","17221","17625","18058","18500","18957","19467","20011","20558","21089","21517","21873","22251","22638","23030","23416","23803","24205","24616","25003","25346","25689","26055","26420","26785","27159","27542","27944","28357","28765","29168","29581","30012","30447","30890","31337","31770","32190","32615","33026","33376","33693","34000","34300","34603","34889","35150","35401","35675","35926","36189","36505","36806","37096","37355","37609","37889","38181","38482","38756","39039","39327","39584", +"Sri Lanka","LKA","Population, total","SP.POP.TOTL","9783871","10022888","10267067","10517531","10774086","11035224","11299721","11571008","11846815","12119207","12388769","12654651","12914457","13169737","13418276","13662873","13910170","14159052","14414816","14680387","14943645","15198918","15438753","15658442","15872577","16092338","16317995","16547139","16773736","16990575","17204094","17416596","17624457","17825611","18011744","18177572","18322506","18449123","18560798","18670411","18776371","18920275","19110707","19303180","19490431","19673866","19870706","20078655","20285643","20482477","20668557","20859743","21017147","21131756","21239457","21336697","21425494","21506813","21670000","21803000","21919000","22156000","22181000","22037000", +"Lower middle income","LMC","Population, total","SP.POP.TOTL","829304553","849662240","870571996","892122183","914179691","936474497","958866819","981653792","1005182826","1029398298","1053935945","1078143512","1103176231","1129871655","1157235978","1184993312","1213431181","1242976775","1273039062","1304106034","1337497873","1372467577","1407836955","1443482185","1479546761","1516442333","1554102862","1592185751","1630669927","1669623556","1711089696","1750747711","1789953429","1829681824","1870097460","1910485587","1950796431","1991303064","2032158426","2073121889","2114855470","2157133128","2198877481","2240162906","2281546588","2322476208","2362904109","2403305272","2443449823","2483987657","2525974118","2568598935","2610684758","2653214685","2695950000","2737695800","2779326476","2821058566","2862391122","2903108878","2943860780","2983113040","3020375650","3059564861", +"Low & middle income","LMY","Population, total","SP.POP.TOTL","2115448034","2144909359","2187603468","2242530229","2297892571","2354293010","2414341591","2474366272","2536379782","2600890229","2666686848","2732913368","2798370133","2864850432","2930934760","2995490712","3059382497","3123017003","3187834084","3254332897","3321713494","3391165252","3464327390","3538429935","3612283886","3687723465","3765515230","3845508773","3926185019","4006647335","4089544168","4169497287","4247999679","4325985835","4403499627","4480641078","4558031834","4635223420","4711799589","4787566559","4863090613","4938731447","5014109152","5088853415","5163432770","5237940420","5311879939","5384897109","5458824459","5533964000","5610455957","5689033832","5769216950","5849715412","5929949445","6009439133","6088698400","6168617518","6247396829","6324580903","6398830423","6467799496","6527353351","6593137026", +"Lesotho","LSO","Population, total","SP.POP.TOTL","737838","760895","784681","809138","834215","860220","887841","918923","952992","987909","1023481","1059879","1097242","1135631","1175369","1216180","1256478","1294435","1331213","1368917","1407672","1447501","1488399","1530331","1573267","1616697","1659793","1698939","1733733","1767091","1798997","1829509","1858507","1885478","1910642","1934079","1955098","1972579","1985639","1994243","1998630","1999473","1997534","1993030","1985384","1977424","1976780","1983465","1995014","2009169","2022747","2037677","2054718","2073939","2095242","2118521","2143872","2170617","2198017","2225702","2254100","2281454","2305825","2330318", +"Late-demographic dividend","LTE","Population, total","SP.POP.TOTL","1095548725","1097728985","1112142897","1137971547","1163376707","1189485776","1218319662","1246291107","1275030950","1305235738","1336152939","1367659433","1397522486","1426459153","1453964650","1479273067","1503509107","1526366884","1548637582","1570920160","1593099029","1615957004","1640893480","1665773694","1689771008","1714481164","1740698024","1768376867","1796192544","1822788469","1847821461","1871805819","1894353796","1915623786","1936398016","1956331335","1975855844","1995080443","2013531302","2030612791","2046026051","2060709239","2074581734","2088087419","2101394737","2114863550","2128474052","2142072086","2155970810","2169765463","2182659481","2196448219","2212426916","2228642364","2244311001","2258792292","2272847109","2287248399","2299720675","2310338402","2318233156","2323185156","2325328254","2326833223", +"Lithuania","LTU","Population, total","SP.POP.TOTL","2778550","2823550","2863350","2898950","2935200","2971450","3008050","3044400","3078850","3107321","3139689","3179041","3213622","3244438","3273894","3301652","3328664","3355036","3379514","3397842","3413202","3432947","3457179","3485192","3514205","3544543","3578914","3616367","3655049","3684255","3697838","3704134","3700114","3682613","3657144","3629102","3601613","3575137","3549331","3524238","3499536","3470818","3443067","3415213","3377075","3322528","3269909","3231294","3198231","3162916","3097282","3028115","2987773","2957689","2932367","2904910","2868231","2828403","2801543","2794137","2794885","2800839","2831639","2871897", +"Luxembourg","LUX","Population, total","SP.POP.TOTL","313970","316845","320750","324100","327750","331500","333895","334995","335850","337500","339171","342421","346600","350450","355050","358950","360731","361358","362007","362856","364150","365225","365525","365622","365998","366706","368355","370750","373450","377100","381850","387000","392175","397475","402925","408625","414225","419450","424700","430475","436300","441525","446175","451630","458095","465158","472637","479993","488650","497783","506953","518347","530946","543360","556319","569604","582014","596336","607950","620001","630419","640064","653103","668606", +"Latvia","LVA","Population, total","SP.POP.TOTL","2120979","2152681","2181586","2210919","2240623","2265919","2283217","2301220","2323619","2343173","2359164","2376389","2395674","2415819","2437186","2456130","2470989","2485073","2497921","2505953","2511701","2519421","2531080","2546011","2562047","2578873","2599892","2626583","2653434","2666955","2663151","2650581","2614338","2563290","2520742","2485056","2457222","2432851","2410019","2390482","2367550","2337170","2310173","2287955","2263122","2238799","2218357","2200325","2177322","2141669","2097555","2059709","2034319","2012647","1993782","1977527","1959537","1942248","1927174","1913822","1900449","1884490","1879383","1881750", +"Macao SAR, China","MAC","Population, total","SP.POP.TOTL","177014","178672","186039","193618","201380","209278","217232","225151","232929","240416","247284","249832","248669","247838","247280","246919","246661","246405","246048","245605","245332","248695","256692","266253","276591","287700","299491","311808","324478","337336","350227","362390","372370","380712","388779","396641","404297","411700","418776","425518","431896","439122","449665","462533","475529","488619","501863","515330","529038","543021","557297","571003","582766","593374","604167","615239","626688","638609","650991","663653","676283","686607","695168","704149", +"St. Martin (French part)","MAF","Population, total","SP.POP.TOTL","4135","4258","4388","4524","4666","4832","5044","5294","5497","5646","5802","5957","6114","6278","6447","6656","6896","7131","7357","7572","7776","7963","8957","10992","13299","15714","18234","20853","23552","26303","28127","28736","29035","29247","29380","29435","29407","29299","29102","29099","29610","30387","31160","31929","32697","33452","34183","34887","35541","36132","36458","36350","36026","35639","35261","35020","34811","34496","33852","33121","32553","31948","31791","32077", +"Morocco","MAR","Population, total","SP.POP.TOTL","11769774","12081713","12404757","12726686","13044254","13381880","13738502","14109755","14490077","14876982","15274351","15677300","16081438","16489452","16902383","17325325","17756516","18206472","18679859","19167661","19678444","20208260","20746765","21287381","21817271","22335077","22824446","23279935","23720590","24148104","24570814","24988083","25400676","25806777","26201551","26599048","26999093","27397118","27791825","28176997","28554415","28930097","29301817","29661270","30033125","30431902","30833022","31232633","31634992","32042877","32464865","32903699","33352169","33803527","34248603","34680458","35107264","35528115","35927511","36304408","36688772","37076584","37457971","37840044", +"Monaco","MCO","Population, total","SP.POP.TOTL","21797","21907","22106","22442","22766","23022","23198","23281","23481","23875","24270","24610","24889","25102","25262","25524","25898","26242","26553","26834","27076","27284","27573","27985","28407","28807","29171","29500","29802","30078","30329","30564","30794","31024","31253","31482","31719","31968","32209","32394","32465","32444","32386","32316","32236","32141","32011","31823","31862","32401","33178","33945","34700","35425","36110","36760","37071","37044","37029","37034","36922","36686","36469","36297", +"Moldova","MDA","Population, total","SP.POP.TOTL","2074015","2127854","2177676","2222675","2264461","2301425","2336782","2369729","2400264","2429193","2456514","2483032","2509550","2536068","2563389","2590711","2618032","2643746","2668657","2692764","2716068","2740175","2765889","2792407","2819728","2847050","2875175","2904907","2931424","2952317","2965978","2973210","2975621","2974817","2967585","2953200","2947293","2936413","2935227","2930622","2924668","2918135","2911385","2903198","2896023","2888985","2880967","2874299","2868833","2865213","2862354","2860699","2860324","2859558","2857815","2835978","2803186","2755189","2707203","2664224","2635130","2595809","2538894","2486891", +"Madagascar","MDG","Population, total","SP.POP.TOTL","5073342","5206239","5343117","5484252","5630024","5780453","5936461","6099529","6270528","6450324","6639751","6840457","7051090","7268560","7491935","7720859","7955197","8195142","8440919","8692289","8948162","9207310","9470990","9740088","10015017","10297746","10588428","10890514","11206789","11536734","11882762","12245260","12623342","13020100","13436121","13869138","14317454","14778903","15250934","15730885","16216431","16709665","17211934","17724310","18250774","18792171","19350299","19924958","20513599","21117092","21731053","22348158","22966240","23588073","24215976","24850912","25501941","26169542","26846541","27533134","28225177","28915653","29611714","30325732", +"Maldives","MDV","Population, total","SP.POP.TOTL","91650","93952","96332","98775","101241","104566","108713","112547","116049","119569","123243","127066","130990","134940","138944","143126","147468","151792","156025","160326","164887","169663","174523","179339","184388","190383","197225","204256","211160","217937","224957","232150","239136","245845","252201","258208","263841","269040","273796","278111","282507","287324","292284","297226","302135","307018","314401","325126","336883","349037","361575","374440","387539","400728","416738","435582","454252","472442","489758","504508","514438","521457","523787","521021", +"Middle East & North Africa","MEA","Population, total","SP.POP.TOTL","104958259","107670788","110538003","113518054","116624655","119831991","123155200","126678043","130258116","133970600","137811201","141732410","145744541","149964066","154334030","159064212","164465177","169960807","174922290","180155296","186021685","192641039","199419033","205927091","212683895","219522781","226490767","233512587","240428079","247406122","256203998","263445808","270652251","276897626","282903612","289154944","295366235","301680248","308041622","314472124","321037453","327691655","333949565","340215354","347044925","354462370","362633997","371324802","380294099","389332369","397997557","406045323","414117603","422790409","431664579","440506473","448917409","456885486","465073490","473201775","479966649","486174763","493279469","500787313", +"Mexico","MEX","Population, total","SP.POP.TOTL","36268055","37439317","38683283","39982118","41333878","42737991","44180437","45656963","47170337","48714394","50289306","51897675","53543436","55228203","56945880","58691882","60452543","62262505","64123997","65972912","67705186","69233769","70656783","72080310","73489654","74872006","76224365","77553504","78892015","80233749","81720428","83351595","84993164","86648447","88314424","89969572","91586555","93183094","94767284","96334810","97873442","99394288","100917081","102429341","103945813","105442402","106886790","108302973","109684489","111049428","112532401","114150481","115755909","117290686","118755887","120149897","121519221","122839258","124013861","125085311","125998302","126705138","127504125","128455567", +"Marshall Islands","MHL","Population, total","SP.POP.TOTL","15374","15867","16387","16947","17537","18154","18794","19665","21001","22623","23969","24680","25084","25522","26174","27047","27964","28912","29892","30902","31988","33219","34569","35975","37437","38962","40527","42122","43687","44988","46047","47053","48015","48944","49840","50702","51538","52358","53164","53834","54224","54413","54496","54493","54435","54337","54208","54038","53816","53593","53416","52971","52203","51352","50419","49410","48329","47187","45989","44728","43413","42050","41569","41996", +"Middle income","MIC","Population, total","SP.POP.TOTL","1979685460","2005975090","2045370605","2096870243","2148631656","2201266967","2257437807","2313387577","2371123640","2431257574","2492555283","2554184051","2615035263","2676773704","2737872917","2797312236","2855982760","2914424763","2973561232","3034102010","3096615817","3161751519","3229519073","3297432959","3364835580","3433654450","3504856757","3578039182","3651836401","3725076057","3800784530","3873393766","3943002107","4011312348","4079651664","4147460074","4215000723","4282467859","4349341313","4414986566","4480497133","4545807153","4609337254","4671640584","4734078395","4796053808","4856566912","4915886337","4976183677","5037354857","5099558636","5163527503","5229214324","5295879654","5362247149","5427266105","5491014901","5554670660","5616531003","5675825451","5731776753","5782549455","5823625402","5870152963", +"North Macedonia","MKD","Population, total","SP.POP.TOTL","1462368","1481112","1497338","1511854","1529507","1547982","1567707","1588649","1610537","1633502","1656783","1679012","1701498","1725228","1749329","1774013","1799332","1825299","1851978","1879354","1907023","1935200","1958275","1974441","1988682","2001504","2012926","2023097","2031932","2039426","2044174","2036686","2018023","1996893","1982458","1983964","1994226","1996869","2007523","2017142","2026350","2034882","2020157","2022725","2016186","2005330","1994287","1982933","1971493","1958782","1946298","1937398","1929821","1922716","1917557","1912430","1906313","1898657","1889051","1876262","1856124","1837114","1831712","1811980", +"Mali","MLI","Population, total","SP.POP.TOTL","5346792","5420247","5494845","5570462","5647380","5726382","5806572","5888497","5973762","6061764","6153587","6247878","6347158","6455257","6569273","6687293","6807648","6935336","7072938","7218079","7372581","7532864","7696349","7863944","8030099","8187651","8334588","8474329","8617474","8774122","8945026","9123969","9310572","9506510","9711797","9921094","10131906","10359301","10620475","10916993","11239101","11583824","11952660","12342165","12751995","13180551","13623541","14080912","14551117","15032635","15529181","16039734","16514687","17004033","17551814","18112907","18700106","19311355","19934298","20567424","21224040","21904983","22593590","23293698", +"Malta","MLT","Population, total","SP.POP.TOTL","326550","325250","323900","322550","321250","318800","315200","311550","307900","304300","302650","302700","302450","302200","301996","304222","305774","306970","310182","313342","316645","318982","325898","330524","330593","336452","342121","344485","347325","350722","354170","363845","367618","371308","374797","377419","379905","382791","385287","387578","390087","393028","395969","398582","401268","403834","405308","406724","409379","412477","414508","416268","420028","425967","434558","445053","455356","467999","484630","504062","515332","518536","531113","553214", +"Myanmar","MMR","Population, total","SP.POP.TOTL","21720697","22203109","22699703","23210687","23737818","24286878","24854704","25440029","26044111","26659479","27284112","27914953","28551949","29165356","29751936","30344276","30941375","31554598","32185601","32821779","33465781","34110098","34742586","35424262","36159838","36881020","37572340","38233171","38868270","39489419","40099553","40680533","41237813","41788302","42337109","42880186","43423369","43972046","44516185","45041636","45538332","46014826","46480230","46924293","47338446","47724471","48088274","48445647","48729486","49015836","49390988","49794522","50218185","50648334","51072436","51483949","51892349","52288341","52666014","53040212","53423198","53798084","54179306","54577997", +"Middle East & North Africa (excluding high income)","MNA","Population, total","SP.POP.TOTL","97179656","99620285","102159899","104817905","107577280","110431969","113410132","116518346","119706733","122973346","126316235","129707914","133164152","136734072","140444545","144500701","149188764","153922894","158089953","162482818","167489905","173266699","179198278","184832095","190720860","196641041","202653537","208687611","214593293","220541237","228846359","235243716","241132429","246410264","251564545","256953719","262236018","267566671","272938873","278356861","283899110","289544085","294813993","300102895","305945780","311948573","317983066","324080392","330293304","336675037","343313330","349770162","356239722","363310225","370756356","378137339","385054538","391607422","398375344","405259403","411810124","418047201","424328381","430857111", +"Montenegro","MNE","Population, total","SP.POP.TOTL","480579","491140","502558","513409","521753","526327","526419","522796","517481","513340","512407","515449","521785","530220","538902","546487","552562","557576","562065","566888","572608","579445","587001","594506","600884","605398","607711","608144","607413","606571","606372","607105","608516","610170","611389","611712","611003","609520","607662","606001","604950","607389","609828","612267","613353","614261","615025","615875","616969","618294","619428","620079","620601","621207","621810","622159","622303","622373","622227","622028","621306","619211","617213","616177", +"Mongolia","MNG","Population, total","SP.POP.TOTL","977903","1011502","1045315","1075888","1104017","1134072","1165746","1198197","1230406","1261887","1293880","1327781","1363835","1402309","1443130","1485691","1529084","1572516","1615868","1657448","1697780","1739221","1781797","1825773","1871652","1919744","1969912","2021502","2073771","2120825","2161433","2200077","2236494","2270311","2301510","2330334","2357033","2381771","2405148","2428488","2450979","2472601","2494617","2516454","2537949","2559255","2581242","2605643","2633887","2666713","2702520","2743938","2792349","2845153","2902823","2964749","3029555","3096030","3163991","3232430","3294335","3347782","3398366","3447157", +"Northern Mariana Islands","MNP","Population, total","SP.POP.TOTL","8702","8965","9252","9561","9890","10229","10577","10720","10440","9952","10143","11279","12730","14094","14905","15269","15595","15901","16194","16494","17613","19902","22647","25594","28735","32041","35459","38923","42381","45859","48002","48302","48128","47948","47780","48717","53367","60817","68501","76237","80338","79479","77162","74623","71898","69025","66060","63050","60032","57056","54087","52520","52359","52141","51856","51514","51133","50729","50304","49858","49587","49481","49551","49796", +"Mozambique","MOZ","Population, total","SP.POP.TOTL","6788375","6917521","7060376","7209807","7363639","7524154","7689643","7859471","8035529","8217930","8411676","8622890","8860585","9123668","9404221","9703732","10019210","10363575","10741128","11127844","11413587","11640015","11901827","12163328","12426223","12680065","12909797","12964793","12956772","13087604","13303459","13561175","13816881","14206254","14912873","15594830","16079553","16521724","16923195","17337893","17768505","18220716","18694946","19186754","19694411","20211114","20735982","21280513","21845571","22436660","23073723","23760421","24487611","25251731","26038704","26843246","27696493","28569441","29423878","30285595","31178239","32077072","32969518","33897354", +"Mauritania","MRT","Population, total","SP.POP.TOTL","838478","861663","885938","911290","937830","965621","994697","1024992","1056393","1088832","1122198","1156361","1191376","1227358","1264352","1302436","1341604","1381329","1421786","1463514","1506694","1551687","1598332","1646343","1695675","1746265","1798009","1851092","1905847","1955040","2006027","2066302","2147527","2237064","2315191","2380341","2428816","2484278","2550501","2620611","2695003","2761823","2821703","2883326","2946575","3012360","3081229","3153508","3233336","3322616","3419461","3524249","3636113","3742959","3843174","3946220","4051890","4160015","4270712","4383849","4498604","4614974","4736139","4862989", +"Mauritius","MUS","Population, total","SP.POP.TOTL","676683","680757","700349","718861","736381","753000","768813","783917","798413","812405","826000","839230","852053","864819","878042","892000","906507","921379","933499","949888","966039","980462","992521","1001691","1012221","1020528","1028360","1036082","1043239","1051260","1058775","1070266","1084441","1097374","1112846","1122457","1133996","1148284","1160421","1175267","1186873","1196287","1204621","1213370","1221003","1228254","1233996","1239630","1244121","1247429","1250400","1252404","1255882","1258927","1261208","1262879","1263747","1264887","1265577","1265985","1266014","1266334","1262523","1261041", +"Malawi","MWI","Population, total","SP.POP.TOTL","3621081","3708193","3799155","3893628","3990361","4089097","4190764","4295762","4403430","4512861","4625141","4742480","4865978","4996239","5134199","5280965","5438226","5611712","5808810","6029140","6267369","6519891","6784347","7058317","7339002","7625078","7909819","8295993","8754781","9174895","9539665","9831584","10115420","10257233","10131799","10112816","10310528","10512678","10732456","10973956","11229387","11498818","11784498","12087965","12411342","12755648","13118307","13495463","13889423","14298932","14718422","15146094","15581251","16024775","16477966","16938942","17405624","17881167","18367883","18867337","19377061","19889742","20405317","20931751", +"Malaysia","MYS","Population, total","SP.POP.TOTL","7833782","8074805","8324218","8579350","8835925","9091016","9340240","9582086","9821308","10061684","10306508","10552557","10801619","11062664","11335187","11617947","11910081","12218924","12543892","12875011","13215707","13564594","13921029","14292862","14686454","15108135","15558740","16033103","16524616","17020143","17517054","18017464","18526708","19050077","19588703","20136888","20689051","21249178","21810542","22368655","22945150","23542517","24142445","24739411","25333247","25923536","26509413","27092604","27664296","28217204","28717731","29184133","29660212","30134807","30606459","31068833","31526418","31975806","32399271","32804020","33199993","33573874","33938221","34308525", +"North America","NAC","Population, total","SP.POP.TOTL","198624756","202007500","205198600","208253700","211262900","214031100","216659000","219176000","221503000","223759000","226431000","229677632","232168663","234454577","236715369","239169275","241538008","244018243","246601803","249310344","251795337","254340965","256836391","259214381","261488476","263823014","266290660","268793450","271349094","274154622","277373464","281077441","284943859","288662674","292185983","295640057","299064347","302623445","306070116","309502571","312909974","316052314","319047304","321813719","324807845","327823485","331015628","334184981","337406537","340467234","343398169","345987266","348655855","351205940","353885533","356508729","359247112","361731076","363974737","366012359","369619464","370352605","372274062","375076145", +"Namibia","NAM","Population, total","SP.POP.TOTL","590181","601424","613808","627358","642054","657887","674818","693063","712427","732881","754467","776995","800610","824918","850091","876572","901840","926109","942023","957334","975994","987394","1005520","1033085","1061995","1093311","1127989","1165430","1207949","1288070","1369011","1415617","1461687","1509834","1558449","1605370","1650066","1693242","1735953","1778277","1819141","1856402","1888525","1915425","1939406","1962865","1986558","2011492","2038552","2067919","2099271","2132340","2167470","2204510","2243001","2282704","2323352","2364534","2405680","2446644","2489098","2530151","2567012","2604172", +"New Caledonia","NCL","Population, total","SP.POP.TOTL","79000","81200","83400","85700","88100","90500","93500","96500","99500","104000","112000","120000","125500","128500","131000","132500","134000","136000","137500","138500","140050","142650","145700","148700","151650","154450","157350","160500","163650","166898","170899","175362","179799","184496","189482","193816","197564","201418","205279","209214","213230","217324","221490","225296","228750","232250","235750","239250","242750","245950","249750","254350","259000","263650","268050","269460","270220","270810","271170","271240","271080","270390","269215","267940", +"Niger","NER","Population, total","SP.POP.TOTL","3497431","3602530","3711068","3822697","3937008","4053524","4172501","4294283","4417954","4542993","4669708","4797068","4926318","5059382","5196579","5339497","5488658","5644703","5810351","5987151","6173177","6366262","6564445","6766606","6973849","7187618","7408364","7636591","7872252","8116075","8370648","8634640","8907644","9193078","9493324","9813918","10149937","10494201","10854920","11231469","11622665","12031430","12456517","12900790","13366885","13855221","14365168","14897873","15455175","16037915","16647543","17283112","17954407","18653199","19372014","20128124","20921743","21737922","22577058","23443393","24333639","25252722","26207977","27202843", +"Nigeria","NGA","Population, total","SP.POP.TOTL","44928342","45855507","46821845","47822569","48856332","49925799","51020296","52106681","53210119","54360750","55569264","56837614","58173834","59605446","61157931","62851312","64658315","66589655","68633344","70750307","72951439","75175387","77388067","79351586","81337553","83585251","85804185","88044187","90351467","92744064","95214257","97685360","100182045","102775465","105456121","108187610","110956183","113791181","116690527","119695565","122851984","126152678","129583026","133119801","136756848","140490722","144329764","148294028","152382506","156595758","160952853","165463745","170075932","174726123","179379016","183995785","188666931","193495907","198387623","203304492","208327405","213401323","218541212","223804632", +"Nicaragua","NIC","Population, total","SP.POP.TOTL","1789684","1844630","1901451","1960155","2020941","2084097","2150003","2219001","2291300","2366635","2444767","2525481","2603182","2682747","2769211","2857461","2947454","3038680","3128544","3214311","3303309","3397659","3491906","3584610","3674501","3763034","3852017","3941463","4033291","4129447","4227820","4327289","4427172","4526689","4625260","4721929","4812391","4895962","4974552","5049878","5123222","5192764","5259006","5323062","5386223","5454678","5529811","5607453","5687744","5770639","5855734","5942553","6030607","6119379","6208676","6298598","6389235","6480532","6572233","6663924","6755895","6850540","6948392","7046310", +"Netherlands","NLD","Population, total","SP.POP.TOTL","11486631","11638712","11805689","11965966","12127120","12294732","12456251","12598201","12729721","12877984","13038526","13194497","13328593","13439322","13545056","13666335","13774037","13856185","13941700","14038270","14149800","14247208","14312690","14367070","14424211","14491632","14572278","14665037","14760094","14848907","14951510","15069798","15184166","15290368","15382838","15459006","15530498","15610650","15707209","15812088","15925513","16046180","16148929","16225302","16281779","16319868","16346101","16381696","16445593","16530388","16615394","16693074","16754962","16804432","16865008","16939923","17030314","17131296","17231624","17344874","17441500","17533044","17700982","17879488", +"Norway","NOR","Population, total","SP.POP.TOTL","3581239","3609800","3638918","3666537","3694339","3723168","3753012","3784539","3816486","3847707","3875763","3903039","3933004","3960612","3985258","4007313","4026152","4043205","4058671","4072517","4085620","4099702","4114787","4128432","4140099","4152516","4167354","4186905","4209488","4226901","4241473","4261732","4286401","4311991","4336613","4359184","4381336","4405157","4431464","4461913","4490967","4513751","4538159","4564855","4591910","4623291","4660677","4709153","4768212","4828726","4889252","4953088","5018573","5079623","5137232","5188607","5234519","5276968","5311916","5347896","5379475","5408320","5457127","5519594", +"Nepal","NPL","Population, total","SP.POP.TOTL","10167941","10365144","10570716","10782717","11002819","11232951","11470199","11715579","11970411","12231874","12501285","12774870","13052220","13335963","13626301","13925541","14230738","14550430","14888770","15238564","15600442","15969792","16347124","16740664","17141610","17540571","17936926","18326204","18720745","19145077","19616530","20130779","20702133","21267359","21794751","22305571","22783969","23249417","23703328","24143157","24559500","24956071","25332178","25682908","26003965","26285110","26518971","26713655","26881544","27026941","27161567","27266399","27330694","27381555","27462106","27610325","27861186","28183426","28506712","28832496","29348627","30034989","30547580","30896590", +"Nauru","NRU","Population, total","SP.POP.TOTL","4582","4753","4950","5198","5484","5804","6021","6114","6288","6508","6663","6778","6883","6990","7096","7199","7306","7441","7541","7586","7635","7691","7672","7832","8125","8313","8527","8759","9022","9306","9598","9902","10129","10226","10274","10316","10345","10363","10377","10383","10377","10363","10351","10344","10335","10318","10294","10267","10243","10233","10241","10283","10444","10694","10940","11185","11437","11682","11924","12132","12315","12511","12668","12780", +"New Zealand","NZL","Population, total","SP.POP.TOTL","2371800","2419700","2482000","2531800","2585400","2628400","2675900","2724100","2748100","2772800","2810700","2853000","2903900","2961300","3023700","3083100","3110500","3120200","3121200","3109000","3112900","3124900","3156100","3199300","3227100","3247100","3246300","3274400","3283400","3299200","3329800","3495100","3531700","3572200","3620000","3673400","3732000","3781300","3815000","3835100","3857700","3880500","3948500","4027200","4087500","4133900","4184600","4223800","4259800","4302600","4350700","4384000","4408100","4442100","4516500","4609400","4714100","4813600","4900600","4979200","5090200","5111300","5117200","5223100", +"OECD members","OED","Population, total","SP.POP.TOTL","807630906","818832113","830289099","841722274","853200694","864404090","875187633","885770688","896137038","906483797","916668377","928686457","939481333","949978422","960279174","970331948","979795121","989288517","998939909","1008706437","1018252563","1027442087","1036208122","1044699000","1052818983","1060967506","1069253878","1077596775","1086103456","1095110298","1104791543","1115756696","1126417384","1136605361","1146214585","1155551702","1164716390","1173865390","1182690089","1191524686","1200179492","1209244330","1218395106","1227424218","1236495045","1245446032","1254649829","1263898714","1273582233","1282496705","1290949310","1297593832","1305512665","1313642010","1322072133","1330316951","1338792226","1346867182","1354843844","1362032167","1369502262","1371972508","1377465841","1385005653", +"Oman","OMN","Population, total","SP.POP.TOTL","536553","546443","557139","568603","580824","593808","607538","622042","637379","653593","670693","688803","708045","728597","754676","787194","824081","866124","912750","963351","1017462","1075624","1138301","1204626","1273306","1353289","1443446","1533351","1623433","1713838","1804524","1895187","1985227","2071868","2133675","2172672","2209958","2245588","2279727","2312600","2344253","2374653","2403659","2431600","2468855","2515192","2560649","2605700","2651028","2697537","2881914","3206870","3535579","3816680","4009267","4191776","4398070","4541854","4601157","4602768","4543399","4520471","4576298","4644384", +"Other small states","OSS","Population, total","SP.POP.TOTL","5445174","5532509","5640179","5749318","5857846","5962762","6060863","6152516","6244897","6341408","6444640","6558201","6677914","6799972","6918886","7042972","7179114","7323252","7467190","7614238","7762924","7905510","8047473","8189296","8333235","8490467","8657428","8831225","9011880","9197384","9392516","9587391","9669343","9727386","9819529","9906710","10031623","10168611","10308101","10465432","10620985","10764561","10909992","11056256","11222098","11405515","11594881","11789816","11986192","12174812","12328684","12440374","12569929","12725773","12900102","13082531","13258300","13439650","13608679","13751038","13853034","13943732","14095313","14240737", +"Pakistan","PAK","Population, total","SP.POP.TOTL","45954226","47060915","48161841","49325050","50552592","51841626","53199414","54629793","56124743","57676805","59290872","60878781","62509565","64285624","66149169","68126999","70230923","72451105","74789330","77407341","80624057","84270202","87828198","91080372","94003867","97121552","100618523","104251093","107967838","111670386","115414069","119203569","122375179","125546615","129245139","133117476","137234810","141330267","145476106","149694462","154369924","159217727","163262807","166876680","170648620","174372098","178069984","181924521","185931955","190123222","194454498","198602738","202205861","205337562","208251628","210969298","213524840","216379655","219731479","223293280","227196741","231402117","235824862","240485658", +"Panama","PAN","Population, total","SP.POP.TOTL","1126989","1160832","1196289","1233267","1271461","1310556","1350462","1391072","1432255","1473965","1516188","1559072","1602646","1646580","1690676","1734876","1779037","1823146","1867313","1911814","1956987","2003092","2050247","2098499","2147577","2197065","2246960","2297231","2347821","2398535","2449968","2502044","2554382","2607499","2661385","2716067","2771606","2827992","2885177","2943120","3001731","3061024","3120990","3181608","3243311","3305868","3368573","3431614","3495276","3559343","3623617","3688674","3754862","3821556","3888793","3957099","4026336","4096063","4165255","4232532","4294396","4351267","4408581","4468087", +"Peru","PER","Population, total","SP.POP.TOTL","10172207","10478096","10792094","11112665","11442301","11781581","12127990","12481626","12843249","13213739","13562371","13911968","14292437","14674785","15057175","15441497","15826813","16224613","16638480","17059185","17492406","17932344","18374372","18826906","19285646","19746610","20208437","20671360","21143799","21624311","22109099","22583006","23047248","23513882","23983258","24449055","24907304","25365386","25818226","26252239","26654439","27014909","27334503","27623341","27893911","28147267","28381078","28600387","28806185","29009326","29229572","29477721","29749589","30038809","30353951","30711863","31132779","31605486","32203944","32824861","33304756","33715471","34049588","34352719", +"Philippines","PHL","Population, total","SP.POP.TOTL","28486871","29342411","30185979","31043711","31916622","32805538","33704749","34616857","35544973","36477170","37435586","38421746","39412479","40406234","41388324","42394433","43474370","44646518","45890739","47154232","48419546","49679330","50938522","52219685","53514959","54812660","56109838","57415175","58755923","60127343","61558898","63039751","64543525","66083321","67650283","69250468","70944969","72718837","74491918","76249064","77958223","79626086","81285572","82942837","84607501","86261250","87901835","89561377","91252326","92946951","94636700","96337913","98032317","99700107","101325201","103031365","104875266","106738501","108568836","110380804","112190977","113880328","115559009","117337368", +"Palau","PLW","Population, total","SP.POP.TOTL","9446","9639","9851","10076","10318","10563","10813","10992","11079","11159","11366","11740","12172","12541","12662","12607","12539","12463","12387","12300","12252","12386","12666","12973","13299","13644","13985","14309","14632","14957","15293","15640","16004","16380","16770","17209","17732","18297","18852","19380","19726","19828","19851","19880","19907","19831","19619","19366","19102","18826","18540","18240","17946","17805","17796","17794","17816","17837","17864","17916","17972","18024","18055","18058", +"Papua New Guinea","PNG","Population, total","SP.POP.TOTL","1985666","2035672","2082562","2129222","2175409","2222178","2271490","2322647","2375356","2430922","2489059","2549315","2610700","2672144","2733313","2794462","2855837","2917572","2979606","3041902","3104788","3169073","3235264","3303677","3374465","3447579","3522916","3600343","3679651","3764112","3864972","3990995","4136644","4291588","4451694","4616439","4785895","4960439","5138829","5321388","5508297","5698489","5892596","6090980","6293166","6498818","6708217","6921066","7137988","7358890","7583269","7806637","8026545","8245627","8464153","8682174","8899169","9114796","9329227","9542486","9749640","9949437","10142619","10329931", +"Poland","POL","Population, total","SP.POP.TOTL","29637450","29964000","30308500","30712000","31139450","31444950","31681000","31987155","32294655","32548300","32664300","32783500","33055650","33357200","33678899","34015199","34356300","34689050","34965600","35247217","35574150","35898587","36230481","36571808","36904134","37201885","37456119","37668045","37824487","37961529","38110782","38246193","38363667","38461408","38542652","38594998","38624370","38649660","38663481","38660271","38258629","38248076","38230364","38204570","38182222","38165445","38141267","38120560","38125759","38151603","38042794","38063255","38063164","38040196","38011735","37986412","37970087","37974826","37974750","37965475","37899070","37747124","36821749","36685849", +"Pre-demographic dividend","PRE","Population, total","SP.POP.TOTL","188484894","192890980","197549304","202413011","207480357","212742196","218153165","223721654","229504001","235497996","241726476","248182949","254807021","261772896","269215218","277019356","285016249","293346289","302442287","311978056","320890339","328651565","336918508","346223339","356024795","366116135","376136620","386270164","396251031","406731853","417144782","427363888","439447569","453282283","468345219","483031809","495937962","508962926","523022619","537918075","553089230","568734640","586023563","604077372","621974508","640493810","659115651","677333522","697003893","718121906","739525992","761717101","784822780","808542070","832469778","856420253","880891473","905987912","931467165","957503246","984213438","1011043183","1038012552","1065710613", +"Puerto Rico","PRI","Population, total","SP.POP.TOTL","2358000","2399722","2450322","2504530","2554066","2594000","2624995","2645674","2662064","2684150","2718000","2762190","2817256","2878786","2939299","2994000","3043854","3088690","3129421","3168088","3206000","3242552","3277453","3311138","3344190","3377000","3409554","3441850","3473898","3505650","3537000","3562110","3585176","3615497","3649237","3683103","3724655","3759430","3781101","3800081","3810605","3818774","3823701","3826095","3826878","3821362","3805214","3782995","3760866","3740410","3721525","3678732","3634488","3593077","3534874","3473232","3406672","3325286","3193354","3193694","3281557","3262693","3220113","3205691", +"Korea, Dem. People's Rep.","PRK","Population, total","SP.POP.TOTL","11655666","11916515","12180505","12475236","12787523","13105946","13444048","13821409","14216305","14605481","14996879","15381626","15768363","16128122","16437002","16723252","16987170","17231389","17472094","17719172","17973650","18235202","18502087","18771363","19045154","19325487","19613038","19903893","20197464","20494965","20799523","21115534","21439991","21773017","22105225","22385536","22614347","22827373","23023636","23204498","23367059","23512522","23638411","23781707","23948930","24100982","24235761","24356506","24469047","24581509","24686435","24783789","24887770","25001819","25126131","25258015","25389611","25516321","25638149","25755441","25867467","25971909","26069416","26160821", +"Portugal","PRT","Population, total","SP.POP.TOTL","8857716","8929316","8993985","9030355","9035365","8998595","8930990","8874520","8836650","8757705","8680431","8643756","8630430","8633100","8754365","9093470","9355810","9455675","9558250","9661265","9766312","9851362","9911771","9957865","9996232","10023613","10032734","10030031","10019610","10005000","9983218","9960235","9952494","9964675","9991525","10026176","10063945","10108977","10160196","10217828","10289898","10362722","10419631","10458821","10483861","10503330","10522288","10542964","10558177","10568247","10573100","10557560","10514844","10457295","10401062","10358076","10325452","10300300","10283822","10286263","10297081","10361831","10409704","10525347", +"Paraguay","PRY","Population, total","SP.POP.TOTL","1894829","1941208","1989376","2039390","2090840","2143153","2195955","2248882","2301887","2355122","2408787","2463777","2521508","2583160","2648082","2714664","2782624","2852430","2924370","2999415","3078912","3163299","3251678","3343276","3437892","3535498","3636027","3739050","3844437","3951288","4059195","4167996","4277051","4386202","4495301","4603917","4711655","4818289","4923449","5026031","5123819","5211541","5286512","5353254","5416324","5476878","5534675","5590145","5645148","5702574","5768613","5843939","5923322","6005652","6090721","6177950","6266615","6355404","6443328","6530026","6618695","6703799","6780744","6861524", +"West Bank and Gaza","PSE","Population, total","SP.POP.TOTL","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","1978248","2068845","2163591","2262676","2366298","2474666","2587997","2706518","2776568","2848431","2922153","2997784","3075373","3154969","3236626","3320396","3406334","3494496","3591977","3689099","3786161","3882986","3979998","4076708","4173398","4270092","4367088","4454805","4569087","4685306","4803269","4922749","5043612","5165775", +"Pacific island small states","PSS","Population, total","SP.POP.TOTL","905537","932520","960258","988767","1017629","1046929","1075580","1102445","1128479","1154784","1180979","1206288","1230989","1255419","1280025","1305437","1332485","1361037","1390769","1422213","1454737","1487956","1521474","1555359","1590087","1625232","1659314","1691381","1721273","1749210","1776243","1800161","1822819","1846876","1870257","1892547","1917072","1945783","1976146","2006341","2035672","2064193","2091909","2119122","2146140","2172802","2199540","2226078","2251506","2276149","2301401","2327284","2353058","2379069","2405308","2431426","2457814","2484263","2510226","2536070","2566819","2602173","2639019","2677728", +"Post-demographic dividend","PST","Population, total","SP.POP.TOTL","755575073","764678914","773971699","783063134","792060920","800834639","809130400","817080267","824785271","832436871","839994662","849355911","857312419","864799662","872040235","878923921","885095643","891148506","897250576","903640940","909780809","915881806","921481239","926626734","931426792","936237496","941302405","946544990","952006529","957909363","964048985","971176019","977958696","984265557","989907298","995212216","1000693857","1005936747","1010875500","1015710581","1020793420","1025680356","1030817778","1035933493","1041239406","1046467578","1052106051","1058252734","1064632148","1070086582","1075047440","1077986944","1082488131","1087228563","1092176251","1097076319","1102054942","1106262382","1110198958","1113410921","1117530670","1116651310","1114354147","1119478514", +"French Polynesia","PYF","Population, total","SP.POP.TOTL","84851","86921","89208","91963","95192","98674","102281","105995","109832","113803","117891","122108","126457","130883","135349","139833","144356","149007","153745","158563","163591","168892","174343","179042","183146","187578","192196","196856","201740","206571","211089","215444","219621","223714","227682","231446","235189","239036","242882","246821","250927","255049","259137","263173","267132","271060","274901","278178","280558","282283","283788","285265","286584","288032","289873","291787","293541","295450","297606","299717","301920","304032","306279","308872", +"Qatar","QAT","Population, total","SP.POP.TOTL","36385","40111","45123","50950","57531","64843","73102","82517","93022","104517","118007","133096","148338","163734","179299","195043","210990","227177","243624","260368","277450","294887","312608","330454","348241","365868","382328","397391","412142","426896","441675","456486","471293","486041","500683","515133","529265","550591","580997","613302","645937","678831","713186","748525","777943","848710","1015060","1231893","1444277","1610274","1713504","1804171","1905660","2035501","2214465","2414573","2595166","2711755","2766732","2807235","2760385","2688235","2695122","2716391", +"Romania","ROU","Population, total","SP.POP.TOTL","18406905","18555250","18676550","18797850","18919126","19031576","19215450","19534242","19799831","20009141","20250398","20461567","20657957","20835681","21029429","21293583","21551634","21756096","21951464","22090488","22207282","22353070","22475741","22560478","22640547","22732999","22836841","22949430","23057662","23161458","23201835","23001155","22794284","22763280","22730211","22684270","22619004","22553978","22507344","22472040","22442971","22131970","21730496","21574326","21451748","21319685","21193760","20882982","20537875","20367487","20246871","20147528","20058035","19983693","19908979","19815616","19702267","19588715","19473970","19371648","19265250","19122059","19047009","19056116", +"Russian Federation","RUS","Population, total","SP.POP.TOTL","119897000","121236000","122591000","123960000","125345000","126745000","127468000","128196000","128928000","129664000","130404000","131155000","131909000","132669000","133432000","134200000","135147000","136100000","137060000","138027000","139010000","139941000","140823000","141668000","142745000","143858000","144894000","145908000","146857000","147721000","147969406","148394216","148538197","148458777","148407912","148375787","148160129","147915361","147670784","147214776","146596869","145976482","145306497","144648618","144067316","143518814","143049637","142805114","142742366","142785348","142849468","143018195","143378447","143805638","144237223","144640716","145015460","145293260","145398106","145453291","145245148","144746762","144236933","143826130", +"Rwanda","RWA","Population, total","SP.POP.TOTL","2966162","3046654","3122124","3191311","3263640","3348631","3444021","3549461","3662010","3777879","3896367","4015403","4135579","4259484","4386369","4515756","4648207","4783252","4921953","5074374","5247532","5441966","5652900","5859396","6056729","6266752","6497804","6735829","6953975","7141974","7319962","7485681","7657208","7904740","6732665","5686897","6715510","7666732","7914645","8009587","8109989","8223941","8372306","8567992","8791853","9026299","9270066","9523168","9781996","10043737","10309031","10576932","10840334","11101350","11368451","11642959","11930899","12230339","12531808","12835028","13146362","13461888","13776698","14094683", +"South Asia","SAS","Population, total","SP.POP.TOTL","571192428","584794755","598784274","613149540","627867470","642649029","657382046","672401853","688013461","704112818","720399195","736135444","752397791","770083670","788213169","806592758","825140213","844199483","863852185","884031584","904993069","926216545","948043890","970938323","994345688","1018142776","1042169001","1066371857","1091004504","1116147699","1141312704","1166480561","1192390433","1219180082","1246157499","1272877742","1299407301","1326007987","1352849350","1379874856","1406945493","1434314654","1462070145","1489358080","1515703001","1541263909","1565892885","1589454615","1612709085","1636411632","1660546144","1684898004","1708706729","1731683901","1754030304","1775545180","1797072648","1818931519","1840534093","1861598514","1882531620","1901911604","1919348000","1938549529", +"Saudi Arabia","SAU","Population, total","SP.POP.TOTL","4165563","4306048","4458516","4621655","4795130","4978922","5173237","5381026","5604582","5844843","6106191","6396658","6724260","7088758","7483506","7897544","8319556","8755219","9210564","9682002","10171710","10678211","11201154","11746020","12310361","12890245","13483349","14089798","14713715","15353227","16004763","16654276","17281350","17846461","18367528","18888857","19410280","19938377","20472580","21009660","21547390","22085929","22623415","23150847","23661808","24397644","25382870","26400068","27437353","28483797","29411929","30150945","30821543","31482498","32125564","32749848","33416270","34193122","35018133","35827362","35997107","35950396","36408820","36947025", +"Sudan","SDN","Population, total","SP.POP.TOTL","8326462","8577490","8841338","9115091","9406702","9712785","10014505","10320500","10638899","10966145","11305206","11668921","12057260","12469591","12950962","13497543","14066007","14667218","15305806","15973034","16673586","17404336","18128631","18733995","19165837","19517196","19887452","20230532","20453819","20718709","21090886","21453711","21780059","22163251","22703631","23290602","23862258","24454372","25029144","25634162","26298773","26947253","27570318","28188977","28831550","29540577","30332968","31191163","32065241","32948155","33739933","34419624","35159792","35990704","37003245","38171178","39377169","40679828","41999059","43232093","44440486","45657202","46874204","48109006", +"Senegal","SEN","Population, total","SP.POP.TOTL","3273177","3367082","3463524","3562469","3664599","3770874","3881994","3997869","4117659","4240859","4367744","4498616","4633452","4772039","4911421","5047922","5181195","5308297","5433225","5564474","5703869","5852029","6008392","6171874","6341801","6520705","6710885","6909837","7113636","7321832","7536001","7754289","7974514","8196551","8416997","8632681","8843423","9051539","9261526","9478564","9704287","9938027","10180950","10434504","10698691","10974057","11263387","11563869","11872929","12195029","12530121","12875880","13231833","13595566","13970308","14356181","14751356","15157793","15574909","16000781","16436120","16876720","17316449","17763163", +"Singapore","SGP","Population, total","SP.POP.TOTL","1646400","1702400","1750200","1795000","1841600","1886900","1934400","1977600","2012000","2042500","2074507","2112900","2152400","2193000","2229800","2262600","2293300","2325300","2353600","2383500","2413945","2532835","2646466","2681061","2732221","2735957","2733373","2774789","2846108","2930901","3047132","3135083","3230698","3313471","3419048","3524506","3670704","3796038","3927213","3958723","4027887","4138012","4175950","4114826","4166664","4265762","4401365","4588599","4839396","4987573","5076732","5183688","5312437","5399162","5469724","5535002","5607283","5612253","5638676","5703569","5685807","5453566","5637022","5917648", +"Solomon Islands","SLB","Population, total","SP.POP.TOTL","133440","136780","140254","143863","147609","151495","155514","159667","163973","168399","172833","177264","181876","186816","192155","197853","204082","210932","218193","225786","233668","241827","250250","258945","267913","277158","286527","295836","305132","314560","324171","333952","343916","354086","364505","375189","386069","397050","408145","419229","429978","440395","450760","461216","471785","482486","493430","504619","516001","527833","540394","553721","567763","582365","597375","612660","628102","643634","659249","674993","691191","707851","724273","740424", +"Sierra Leone","SLE","Population, total","SP.POP.TOTL","2301310","2341065","2382914","2426750","2472686","2520576","2569736","2620396","2672370","2724901","2778557","2832392","2886642","2942333","2998843","3055916","3112863","3172195","3235170","3300032","3367477","3437108","3509197","3585773","3666262","3749419","3842917","3947865","4056215","4159163","4325388","4378169","4301566","4295689","4314953","4324149","4347370","4405028","4449975","4475145","4584067","4857096","5140113","5350907","5533329","5683334","5809774","5939163","6090860","6259842","6436698","6612385","6788587","6964859","7140688","7314773","7493913","7677565","7861281","8046828","8233970","8420641","8605718","8791092", +"El Salvador","SLV","Population, total","SP.POP.TOTL","2779327","2858896","2937821","3014885","3095170","3179506","3266436","3354611","3443251","3530958","3619090","3708010","3798109","3890639","3984049","4076751","4166890","4256699","4346522","4433041","4508992","4549173","4599904","4689680","4782219","4876757","4970788","5067200","5170440","5270825","5367179","5461070","5552206","5630987","5693038","5748195","5797140","5842638","5885083","5923852","5958482","5988095","6011275","6026849","6035655","6037817","6034436","6044131","6068099","6091188","6114034","6137349","6161289","6185642","6209526","6231066","6250510","6266654","6276342","6280217","6292731","6314167","6336392","6364943", +"San Marino","SMR","Population, total","SP.POP.TOTL","15556","15895","16242","16583","16926","17273","17588","17907","18291","18403","18169","18212","18575","19010","19439","19803","20160","20482","20795","21087","21346","21596","21804","21973","22096","22241","22390","22437","22542","22803","23132","23459","23808","24181","24535","24886","25235","25596","25997","26404","26823","27335","27969","28601","29093","29508","29959","30372","30700","31059","31608","32495","33132","33285","33389","33570","33834","34056","34156","34178","34007","33745","33660","33642", +"Somalia","SOM","Population, total","SP.POP.TOTL","2870732","2945662","3022827","3102170","3183590","3267593","3353665","3441799","3532420","3625274","3720977","3818389","3918220","4022336","4125823","4228289","4333779","4449505","4777703","5408813","5892224","5934938","5951805","6142513","6369020","6630637","6908579","7158004","7160461","7035378","6999096","6732702","6428141","6620729","6959828","7210930","7472450","7734313","8056862","8384479","8721465","9070747","9411103","9758281","10117354","10467292","10784973","11118092","11444870","11730037","12026649","12216837","12440326","12852485","13309235","13763906","14292847","14864221","15411094","15981300","16537016","17065581","17597511","18143378", +"Serbia","SRB","Population, total","SP.POP.TOTL","6608000","6655000","6696000","6732000","6765000","6794000","6841000","6880000","6915000","6945000","6972000","7013000","7053000","7091000","7128000","7163000","7214000","7258000","7297000","7332000","7362000","7405000","7440000","7468000","7489000","7504000","7536000","7558000","7572000","7581000","7586000","7595636","7646424","7699307","7734639","7625357","7617794","7596501","7567745","7540401","7516346","7503433","7496522","7480591","7463157","7440769","7411569","7381579","7350222","7320807","7291436","7234099","7199077","7164132","7130576","7095383","7058322","7020858","6982604","6945235","6899126","6834326","6664449","6618026", +"Sub-Saharan Africa (excluding high income)","SSA","Population, total","SP.POP.TOTL","227907169","233440376","239236580","245252887","251519652","258031054","264705303","271583274","278745760","286159536","293846963","301784530","309907107","318407872","327408911","336773625","346400565","356181976","366625933","377712957","388730206","400196739","412345689","424282035","436198927","448690191","461690512","475181847","488696153","502447913","516560181","530646532","544828860","559341649","574019932","589252781","605109645","620988006","637119672","653802851","671131355","689080780","707609717","726702652","746464327","766895808","788025400","809934231","832555779","855798400","879707649","904194713","929240350","955006753","981415249","1008605380","1036061312","1063789431","1092307211","1121451424","1151203619","1181063755","1211070124","1241778044", +"South Sudan","SSD","Population, total","SP.POP.TOTL","2907724","2948953","2992270","3036238","3088701","3143622","3185305","3221957","3261725","3301892","3342410","3396808","3464715","3542465","3629608","3718279","3808615","3901044","3995911","4092792","4192012","4293866","4398297","4502541","4603039","4706975","4819667","4893809","4814879","4706626","4750817","4867185","4956969","5018172","5142863","5302042","5434894","5589410","5699436","5850145","6114440","6394431","6686100","6992367","7317118","7662654","8029517","8417823","8823888","9229227","9714419","10243050","10701604","11106031","11213284","11194299","11066105","10658226","10395329","10447666","10606227","10748272","10913164","11088796", +"Sub-Saharan Africa","SSF","Population, total","SP.POP.TOTL","227948869","233483265","239280622","245298063","251565974","258078554","264754002","271633185","278796894","286211901","293900563","301839225","309963136","318464764","327466848","336832917","346461069","356243762","366688083","377775643","388793467","400260774","412410102","424346370","436263644","448755435","461756164","475250346","488764908","502517080","516629688","530716971","544899623","559413902","574094137","589328085","605186062","621065325","637198518","653883261","671212486","689161982","707693440","726785433","746546802","766978666","788110000","810019264","832642735","855885698","879797419","904282154","929328653","955096702","981506608","1008698799","1036155989","1063885274","1092403973","1121549049","1151302081","1181163013","1211190002","1241897817", +"Small states","SST","Population, total","SP.POP.TOTL","8070458","8225676","8401577","8580103","8757487","8930497","9095506","9251753","9407426","9566803","9730952","9902092","10070625","10233631","10392684","10557672","10736698","10924932","11113127","11304120","11498324","11688698","11878455","12068158","12260362","12465844","12678894","12894358","13114086","13337402","13568047","13799674","13924518","14028001","14165955","14301580","14478832","14672238","14869600","15083838","15294390","15491585","15689535","15887550","16103414","16334853","16572025","16814517","17057446","17291609","17490321","17645826","17821789","18026868","18251250","18483937","18709361","18940564","19177011","19377482","19526038","19674424","19881389","20086203", +"Sao Tome and Principe","STP","Population, total","SP.POP.TOTL","68038","68705","69520","70272","70992","71730","72567","73564","74739","76059","77583","79226","80835","82472","84189","86037","88078","90299","92659","95017","97210","99170","100931","102650","104497","106607","108966","111610","114513","117445","120343","123084","125648","128182","130666","133077","135412","137656","139790","141808","143714","146258","149841","153762","157697","161680","165725","169845","174004","178128","182138","186044","189924","193757","197497","201124","204632","208036","211344","214599","218641","223107","227380","231856", +"Suriname","SUR","Population, total","SP.POP.TOTL","268396","277969","288291","299332","310288","321069","332142","343620","355468","367618","379918","392026","397529","396331","394519","392137","389231","385810","381885","377362","375112","375859","377288","379409","382617","387171","392372","396867","402139","408360","412756","415981","419521","422375","426548","434490","443834","452887","461749","470458","478998","487394","495666","503780","510572","516220","522023","527946","533938","539987","546080","552146","558111","563947","569682","575475","581453","587559","593715","600301","607065","612985","618040","623236", +"Slovak Republic","SVK","Population, total","SP.POP.TOTL","4068095","4191667","4238188","4282017","4327341","4370983","4411666","4449367","4483915","4518607","4538223","4557449","4596622","4641445","4689623","4739105","4789507","4840501","4890125","4938973","4979815","5016105","5055099","5091971","5127097","5161768","5193838","5222840","5250596","5275942","5299187","5303294","5305016","5325305","5346331","5361999","5373361","5383291","5390516","5396020","5388720","5378867","5376912","5373374","5372280","5372807","5373054","5374622","5379233","5386406","5391428","5398384","5407579","5413393","5418649","5423801","5430798","5439232","5446771","5454147","5458827","5447247","5431752","5426740", +"Slovenia","SVN","Population, total","SP.POP.TOTL","1584720","1594131","1603649","1616971","1632114","1649160","1669905","1689528","1704546","1713874","1724891","1738335","1752233","1766697","1776132","1793581","1820249","1842377","1862548","1882599","1901315","1906531","1910334","1922321","1932154","1941641","1965964","1989776","1995196","1996351","1998161","1999429","1996498","1991746","1989443","1989872","1988628","1985956","1981629","1983045","1988925","1992060","1994530","1995733","1997012","2000474","2006868","2018122","2021316","2039669","2048583","2052843","2057159","2059953","2061980","2063531","2065042","2066388","2073894","2088385","2102419","2108079","2111986","2120937", +"Sweden","SWE","Population, total","SP.POP.TOTL","7484656","7519998","7561588","7604328","7661354","7733853","7807797","7867931","7912273","7968072","8042801","8098334","8122300","8136312","8159955","8192437","8222286","8251540","8275599","8293678","8310531","8320503","8325263","8329033","8336605","8350386","8369829","8397804","8436489","8492964","8558835","8617375","8668067","8718561","8780745","8826939","8840998","8846062","8850974","8857874","8872109","8895960","8924958","8958229","8993531","9029572","9080505","9148092","9219637","9298515","9378126","9449213","9519374","9600379","9696110","9799186","9923085","10057698","10175214","10278887","10353442","10415811","10486941","10536632", +"Eswatini","SWZ","Population, total","SP.POP.TOTL","345065","352971","361070","369527","378531","388317","398861","409638","420373","431366","442865","454913","467512","480668","494624","509535","525457","542328","560236","579091","598564","616210","634439","655505","677303","702400","730150","758669","794434","825952","854011","889712","925165","953451","953737","953573","973587","990734","1005158","1018370","1030496","1041396","1050809","1058797","1065764","1071886","1077735","1084008","1089870","1094886","1099920","1105371","1111444","1118319","1125865","1133936","1142524","1151390","1160428","1169613","1180655","1192271","1201670","1210822", +"Sint Maarten (Dutch part)","SXM","Population, total","SP.POP.TOTL","2646","2888","3171","3481","3811","4161","4531","4930","5354","5795","6260","6736","7226","7750","8312","8906","9523","10172","10850","11542","12243","13134","14418","15927","17474","19064","20703","22395","24139","25952","27845","29820","31345","31823","31735","31596","31410","31195","31240","31084","30519","30600","30777","31472","32488","33011","33441","33811","33964","34238","34056","33435","34640","36607","37685","38825","38992","38615","38934","39648","40350","40708","40888","41163", +"Seychelles","SYC","Population, total","SP.POP.TOTL","41700","42889","44042","45176","46322","47500","48699","49911","51134","52365","53600","54695","56029","56892","57937","59292","60504","61786","62150","62686","63261","64035","64413","64335","64717","65244","65652","68499","68755","69167","69507","70439","70763","72253","74205","75304","76417","77319","78846","80410","81131","81202","83723","82781","82475","82858","84600","85033","86956","87298","89770","87441","88303","89949","91359","93419","94677","95843","96762","97625","98462","99258","119878","119773", +"Syrian Arab Republic","SYR","Population, total","SP.POP.TOTL","4610712","4751534","4894995","5045245","5202846","5368451","5542003","5723306","5912715","6111364","6319199","6538526","6768544","7003114","7244901","7497126","7758673","8029313","8310217","8600747","8898954","9203635","9510754","9835461","10183138","10540926","10907619","11281107","11657772","12034097","12408996","12782281","13156406","13537060","13922626","14313450","14708879","15103996","15500542","15901201","16307654","16727948","17164021","17611356","18084007","18583557","19432009","20703005","21474059","21827220","22337563","22730733","22605577","21495821","20072232","19205178","18964252","18983373","19333463","20098251","20772595","21324367","22125249","23227014", +"Turks and Caicos Islands","TCA","Population, total","SP.POP.TOTL","5604","5625","5633","5634","5642","5650","5652","5662","5668","5663","5665","5742","5896","6068","6249","6451","6668","6885","7110","7332","7598","7957","8355","8758","9166","9577","9986","10400","10816","11227","11709","12329","13014","13704","14402","15101","15806","16515","17239","17984","18744","19578","20598","21739","22869","23995","25128","26268","27422","28581","29726","30816","32081","33594","34985","36538","38246","39844","41487","43080","44276","45114","45703","46062", +"Chad","TCD","Population, total","SP.POP.TOTL","3028688","3087657","3148242","3210296","3273419","3336338","3398664","3461664","3526770","3595152","3667394","3742534","3824399","3912905","4000559","4084110","4163051","4238551","4313479","4402942","4408230","4409225","4622828","4859173","4920556","4967590","5118160","5300852","5483038","5670619","5827069","6042428","6302926","6448280","6592998","6888856","7200291","7450874","7709115","7981889","8259137","8538804","8838369","9196366","9613503","10005012","10365614","10722731","11098664","11496128","11894727","12317730","12754906","13216766","13697126","14140274","14592585","15085884","15604210","16126866","16644701","17179740","17723315","18278568", +"East Asia & Pacific (IDA & IBRD countries)","TEA","Population, total","SP.POP.TOTL","884811163","884080493","895683380","918644019","941205716","964393486","990895866","1016638561","1043384828","1071859681","1101191924","1131150405","1159394712","1186691481","1212479337","1235769316","1257283747","1277634904","1298297421","1319182209","1339615160","1360714010","1384060325","1407492473","1429843232","1452832120","1477285491","1503204089","1529464061","1555164786","1580447407","1604798136","1627823212","1650184274","1672325604","1693952154","1715256519","1736404220","1756774303","1775819557","1793649873","1810599718","1826844868","1842469495","1857622964","1872697597","1887496209","1901960228","1916309337","1930470829","1944510719","1959494275","1976386829","1993077336","2009149689","2024511016","2039794828","2055414680","2068898629","2080648616","2090523535","2097669023","2103055378","2107522258", +"Europe & Central Asia (IDA & IBRD countries)","TEC","Population, total","SP.POP.TOTL","307953778","312686272","317409940","322186073","326984010","331556829","335465854","339609605","343674963","347542691","351124926","354670274","358419274","362163691","365946532","369767028","373766849","377764919","381667915","385496921","389387079","393300463","397182700","401165360","405412775","409624220","413810265","418015169","422066390","425429530","428052009","430432700","432107597","433448069","434390109","434917015","435576314","436133770","436418552","436318238","435939387","435557974","435215194","435286231","435582965","435960155","436478592","436815160","437966129","439636046","441572315","443764567","445808734","448060105","450338927","452672729","454966816","457063732","459012381","461027359","462304330","463035774","457342249","457326090", +"Togo","TGO","Population, total","SP.POP.TOTL","1651367","1678788","1706841","1736697","1772652","1820396","1882458","1957164","2038765","2120486","2197383","2267211","2330704","2390909","2450335","2509713","2569671","2630626","2693400","2761240","2838110","2925865","3023343","3126635","3232244","3336508","3439370","3544927","3653420","3763657","3875947","3990215","4106219","4078392","4092612","4279566","4445883","4592550","4728297","4867941","5008035","5145426","5281538","5421001","5565218","5711597","5874240","6047537","6222482","6398624","6571855","6748672","6926635","7106229","7288383","7473229","7661354","7852795","8046679","8243094","8442580","8644829","8848699","9053799", +"Thailand","THA","Population, total","SP.POP.TOTL","26596584","27399963","28242174","29114124","30013573","30940270","31883754","32839341","33807357","34787583","35791728","36807997","37834384","38873060","39900961","40908471","41882128","42843802","43806715","44760091","45737753","46727292","47700340","48670565","49636724","50594940","51542094","52479181","53410965","54324004","55228410","56099865","56939020","57776082","58610010","59424834","60211096","60989108","61745217","62442651","63066603","63649892","64222580","64776956","65311166","65821360","66319525","66826754","67328239","67813654","68270489","68712846","69157023","69578602","69960943","70294397","70607037","70898202","71127802","71307763","71475664","71601103","71697030","71801279", +"Tajikistan","TJK","Population, total","SP.POP.TOTL","2131992","2208026","2287181","2368868","2452671","2538295","2625653","2714959","2806566","2899854","2993019","3085961","3180461","3277487","3377758","3482125","3590606","3703010","3818114","3932682","4045965","4160745","4278908","4401502","4529501","4660598","4798281","4946293","5100020","5264332","5417860","5556306","5656208","5717806","5803993","5916173","6035600","6117069","6156805","6189565","6272998","6408810","6541755","6672492","6801204","6929145","7057417","7188391","7324627","7468596","7621779","7784819","7956382","8136610","8326348","8524063","8725318","8925525","9128132","9337003","9543207","9750064","9952787","10143543", +"Turkmenistan","TKM","Population, total","SP.POP.TOTL","1602052","1658569","1716868","1776387","1836621","1897095","1957557","2018024","2078581","2139557","2201432","2264434","2328374","2393323","2459325","2525760","2592280","2659019","2726327","2794392","2862903","2932934","3005972","3082202","3162165","3246887","3336773","3430501","3525110","3621303","3720278","3821782","3926369","4031698","4133037","4226623","4301093","4363672","4431517","4501079","4569132","4635094","4698968","4758988","4819792","4885775","4954029","5024894","5100083","5180957","5267970","5360811","5458682","5560095","5663152","5766431","5868561","5968383","6065066","6158420","6250438","6341855","6430770","6516100", +"Latin America & the Caribbean (IDA & IBRD countries)","TLA","Population, total","SP.POP.TOTL","209162089","215120638","221237659","227495728","233883553","240382110","246943392","253554578","260217279","266932380","273707085","280564073","287536583","294641967","301866994","309188500","316602089","324205734","332018547","339930244","347846551","355632695","363395735","371274829","379186379","387082933","394960383","402834273","410749065","418679329","426738769","434864266","442918815","450949564","458977501","466965316","474848687","482663302","490409338","498053021","505569501","512930188","520132018","527128668","534010124","540822976","547495145","554042691","560459472","566813381","572949377","579610152","586263141","592784484","599226878","605613677","611946736","618155029","624120970","629795751","634961078","639469895","643884393","648763330", +"Timor-Leste","TLS","Population, total","SP.POP.TOTL","468573","475796","483324","491117","499136","507477","516197","525274","534649","544242","554021","563953","574014","584035","592277","600126","609650","619308","627671","634549","642224","649250","655112","662412","671373","682109","694250","707762","722690","739735","758106","772655","783705","795179","807115","819226","831269","843341","855409","866649","878360","893001","909639","926721","945989","969313","994564","1019362","1043076","1065540","1088486","1112976","1137676","1161555","1184830","1205813","1224562","1243235","1261845","1280438","1299995","1320942","1341296","1360596", +"Middle East & North Africa (IDA & IBRD countries)","TMN","Population, total","SP.POP.TOTL","97179656","99620285","102159899","104817905","107577280","110431969","113410132","116518346","119706733","122973346","126316235","129707914","133164152","136734072","140444545","144500701","149188764","153922894","158089953","162482818","167489905","173266699","179198278","184832095","190720860","196641041","202653537","208687611","214593293","220541237","226868111","233174871","238968838","244147588","249198247","254479053","259648021","264860153","270162305","275508430","280976957","286546301","291738620","296947926","302709154","308628177","314576732","320585896","326701327","332985938","339527169","345887176","352259724","359233517","366582958","373867247","380687450","387152617","393806257","400574097","407006855","413124452","419284769","425691336", +"Tonga","TON","Population, total","SP.POP.TOTL","67428","69391","71388","73441","75544","77686","79794","81725","83430","84997","86484","87904","89275","90611","92007","93477","94921","95847","96227","96506","96708","96846","96931","96981","97022","97055","97078","97392","97939","98379","98727","99010","99260","99492","99731","99977","100195","100658","101343","101982","102603","103210","103804","104410","105036","105633","106190","106638","106932","107144","107383","107611","107502","107089","106626","106122","105707","105415","105150","104951","105254","106017","106858","107773", +"South Asia (IDA & IBRD)","TSA","Population, total","SP.POP.TOTL","571192428","584794755","598784274","613149540","627867470","642649029","657382046","672401853","688013461","704112818","720399195","736135444","752397791","770083670","788213169","806592758","825140213","844199483","863852185","884031584","904993069","926216545","948043890","970938323","994345688","1018142776","1042169001","1066371857","1091004504","1116147699","1141312704","1166480561","1192390433","1219180082","1246157499","1272877742","1299407301","1326007987","1352849350","1379874856","1406945493","1434314654","1462070145","1489358080","1515703001","1541263909","1565892885","1589454615","1612709085","1636411632","1660546144","1684898004","1708706729","1731683901","1754030304","1775545180","1797072648","1818931519","1840534093","1861598514","1882531620","1901911604","1919348000","1938549529", +"Sub-Saharan Africa (IDA & IBRD countries)","TSS","Population, total","SP.POP.TOTL","227948869","233483265","239280622","245298063","251565974","258078554","264754002","271633185","278796894","286211901","293900563","301839225","309963136","318464764","327466848","336832917","346461069","356243762","366688083","377775643","388793467","400260774","412410102","424346370","436263644","448755435","461756164","475250346","488764908","502517080","516629688","530716971","544899623","559413902","574094137","589328085","605186062","621065325","637198518","653883261","671212486","689161982","707693440","726785433","746546802","766978666","788110000","810019264","832642735","855885698","879797419","904282154","929328653","955096702","981506608","1008698799","1036155989","1063885274","1092403973","1121549049","1151302081","1181163013","1211190002","1241897817", +"Trinidad and Tobago","TTO","Population, total","SP.POP.TOTL","847063","865028","881519","897658","913399","928462","942599","955681","967699","978642","988890","1000130","1013031","1026563","1040291","1054017","1067696","1081693","1096569","1112310","1127852","1142695","1157140","1171273","1184747","1199785","1216370","1231442","1244633","1256210","1266518","1276224","1285502","1293974","1301393","1307822","1313434","1318171","1322572","1327063","1332203","1338567","1345964","1353548","1361172","1369075","1376919","1384861","1392803","1401191","1410296","1420020","1430377","1440729","1450661","1460177","1469330","1478607","1504709","1519955","1518147","1525663","1531044","1534937", +"Tunisia","TUN","Population, total","SP.POP.TOTL","4195467","4236386","4281744","4332926","4389417","4457282","4548972","4661271","4785003","4915162","5047404","5182040","5320148","5463650","5613116","5769074","5929998","6092769","6254876","6416191","6578156","6744050","6914963","7091270","7279157","7476092","7675499","7874302","8068788","8256396","8440023","8622853","8802540","8977173","9143141","9294102","9430550","9557948","9677148","9788067","9893316","9995123","10094561","10193798","10292225","10388344","10483558","10580395","10680380","10784504","10895063","11032528","11174383","11300284","11428948","11557779","11685667","11811443","11933041","12049314","12161723","12262946","12356117","12458223", +"Turkiye","TUR","Population, total","SP.POP.TOTL","27510980","28255002","29033647","29827877","30612821","31374536","32172785","33026490","33884075","34721990","35540990","36359957","37188035","38028236","38863420","39673590","40500997","41385656","42292206","43187476","44089069","44981877","45949991","47026425","48106764","49175673","50223885","51250152","52275890","53305234","54324142","55321172","56302037","57296008","58310245","59305490","60293786","61277426","62242204","63185615","64113547","65072018","65988663","66867327","67785075","68704715","69601333","70158112","71051678","72039206","73142150","74223629","75175827","76147624","77181884","78218479","79277962","80312698","81407204","82579440","83384680","84147318","84979913","85326000", +"Tuvalu","TUV","Population, total","SP.POP.TOTL","5404","5436","5471","5503","5525","5548","5591","5657","5729","5779","5814","5854","5891","5934","6100","6381","6677","6984","7297","7552","7731","7874","7993","8099","8197","8329","8496","8665","8844","9017","9182","9354","9466","9517","9559","9585","9611","9630","9634","9640","9638","9621","9609","9668","9791","9912","10030","10149","10272","10408","10550","10700","10854","10918","10899","10877","10852","10828","10865","10956","11069","11204","11312","11396", +"Tanzania","TZA","Population, total","SP.POP.TOTL","10042458","10337891","10644622","10960161","11289556","11630603","11981932","12346286","12739965","13167782","13618192","14092218","14595699","15123504","15671316","16243826","16838919","17454627","18080005","18698636","19297659","19890930","20499922","21170717","21857176","22569625","23324270","24099415","24844147","25522898","26206012","26890906","27580723","28469017","29598323","30560071","31140733","31785846","32626498","33499772","34463704","35414469","36353531","37333918","38360879","39439505","40562052","41716497","42870884","43957933","45110527","46416031","47786137","49253643","50814552","52542823","54401802","56267032","58090443","59872579","61704518","63588334","65497748","67438106", +"Uganda","UGA","Population, total","SP.POP.TOTL","7617746","7838440","8068828","8311013","8564755","8829056","9104743","9393432","9696370","10006526","10317212","10616338","10885563","11146099","11428676","11730959","12045227","12369253","12701999","13011511","13284026","13563558","13880052","14228932","14617944","15038915","15486807","15974216","16489323","17028543","17586630","18171935","18801966","19462958","20125021","20680831","21249572","21876935","22537658","23279247","24020697","24763325","25545090","26354736","27146084","27946588","28773227","29629804","30509862","31412520","32341728","33295738","34273295","35273570","36336539","37477356","38748299","40127085","41515395","42949080","44404611","45853778","47249585","48582334", +"Ukraine","UKR","Population, total","SP.POP.TOTL","42767251","43365219","43924755","44445903","44941406","45387091","45809120","46235370","46635196","46990889","47279086","47597756","47974187","48301548","48602694","48892187","49144535","49357430","49536615","49739734","49973920","50221000","50384000","50564000","50754000","50917000","51097000","51293000","51521000","51773000","51891400","52000500","52150400","52179200","51921400","51512800","51057800","50594600","50144500","49674000","49176500","48662400","48202470","47812949","47451626","47105171","46787786","46509355","46258189","46053331","45870741","45706086","45593342","45489648","45272155","45167350","45038236","44880758","44690584","44474512","44207754","43848986","38000000","37000000", +"Upper middle income","UMC","Population, total","SP.POP.TOTL","1150380907","1156312850","1174798609","1204748060","1234451965","1264792470","1298570988","1331733785","1365940814","1401859276","1438619338","1476040539","1511859032","1546902049","1580636939","1612318924","1642551579","1671447988","1700522170","1729995976","1759117944","1789283942","1821682118","1853950774","1885288819","1917212117","1950753895","1985853431","2021166474","2055452501","2089694834","2122646055","2153048678","2181630524","2209554204","2236974487","2264204292","2291164795","2317182887","2341864677","2365641663","2388674025","2410459773","2431477678","2452531807","2473577600","2493662803","2512581065","2532733854","2553367200","2573584518","2594928568","2618529566","2642664969","2666297149","2689570305","2711688425","2733612094","2754139881","2772716573","2787915973","2799436415","2803249752","2810588102", +"Uruguay","URY","Population, total","SP.POP.TOTL","2529021","2561153","2592441","2622936","2652376","2680427","2707030","2731847","2754417","2773957","2790265","2805492","2821086","2836825","2853588","2871947","2891094","2909327","2925840","2940729","2953750","2966076","2979182","2993285","3008255","3024218","3041205","3058787","3077760","3097889","3117012","3135374","3153732","3171747","3189945","3208300","3226633","3245069","3262683","3278963","3292224","3300939","3306441","3310202","3313801","3317665","3322282","3328651","3336126","3344156","3352651","3361637","3371133","3381180","3391662","3402818","3413766","3422200","3427042","3428409","3429086","3426260","3422794","3423108", +"United States","USA","Population, total","SP.POP.TOTL","180671000","183691000","186538000","189242000","191889000","194303000","196560000","198712000","200706000","202677000","205052000","207661000","209896000","211909000","213854000","215973000","218035000","220239000","222585000","225055000","227225000","229466000","231664000","233792000","235825000","237924000","240133000","242289000","244499000","246819000","249623000","252981000","256514000","259919000","263126000","266278000","269394000","272657000","275854000","279040000","282162411","284968955","287625193","290107933","292805298","295516599","298379912","301231207","304093966","306771529","309327143","311583481","313877662","316059947","318386329","320738994","323071755","325122128","326838199","328329953","331526933","332048977","333271411","334914895", +"Uzbekistan","UZB","Population, total","SP.POP.TOTL","8372311","8692048","9038222","9394588","9758147","10130096","10504969","10881533","11261600","11641640","12011361","12370120","12733242","13107928","13494711","13894347","14307397","14731709","15154314","15558907","15947129","16335642","16735643","17152857","17594364","18063201","18560008","19077170","19600028","20102902","20510000","20952000","21449000","21942000","22377000","22785000","23225000","23667000","24051000","24311650","24650400","24964450","25271850","25567650","25864350","26167000","26488250","26868000","27302800","27767400","28562400","29339400","29774500","30243200","30757700","31298900","31847900","32388600","32956100","33580350","34232050","34915100","35648100","36412350", +"St. Vincent and the Grenadines","VCT","Population, total","SP.POP.TOTL","84141","85666","87183","88638","90053","91495","92957","94382","95758","97126","98459","99699","100843","101924","102951","103879","104709","105499","106236","106882","107480","108191","108974","109684","110329","110906","111388","111770","112076","112320","112487","112780","113222","113621","113944","114174","114290","114276","114165","113995","113813","113641","113450","113108","112608","112043","111427","110824","110316","109840","109308","108703","108083","107450","106912","106482","105963","105549","105281","104924","104632","104332","103948","103698", +"Venezuela, RB","VEN","Population, total","SP.POP.TOTL","8156937","8453106","8754082","9059953","9371333","9688138","10010685","10338848","10672654","11011335","11355475","11705674","12061621","12424804","12796220","13176387","13566112","13965250","14372959","14788523","15210443","15638426","16071654","16509596","16953234","17402304","17860872","18328655","18800770","19275292","19750579","20226214","20700461","21172100","21640833","22107286","22572110","23037561","23503819","23966960","24427729","24880203","25330929","25782029","26226927","26668785","27102081","27525097","27933833","28327892","28715022","29096159","29470426","29838021","30193258","30529716","30741464","30563433","29825653","28971683","28490453","28199867","28301696","28838499", +"British Virgin Islands","VGB","Population, total","SP.POP.TOTL","7850","7885","7902","7919","7949","8018","8139","8337","8649","9117","9581","9813","9907","10018","10146","10282","10428","10578","10727","10876","11109","11472","11889","12315","12753","13202","13656","14117","14593","15091","15617","16090","16476","16855","17255","17674","18120","18591","19079","19586","20104","20657","21288","21982","22715","23497","24323","25191","26115","27044","27556","27962","28421","28657","28971","29366","29739","30060","30335","30610","30910","31122","31305","31538", +"Virgin Islands (U.S.)","VIR","Population, total","SP.POP.TOTL","32500","34300","35000","39800","40800","43500","46200","49100","55700","60300","63476","70937","76319","84121","89941","94484","96166","93203","95929","96183","99636","99853","100068","100348","100600","100760","100842","100901","100952","101041","103963","104807","105712","106578","107318","107818","108095","108357","108537","108599","108642","108549","108509","108505","108466","108453","108369","108337","108397","108404","108357","108290","108188","108041","107882","107712","107516","107281","107001","106669","106290","105870","105413","104917", +"Viet Nam","VNM","Population, total","SP.POP.TOTL","32718461","33621982","34533889","35526727","36509166","37466077","38388210","39282564","40145287","41015865","41928849","42916624","43906019","44891281","45898698","46969616","48163573","49418150","50701458","51831389","52968270","54280394","55632153","57011444","58406863","59811313","61221107","62630787","64037514","65466361","66912613","68358820","69788747","71176405","72501087","73759110","74946448","76058603","77128424","78123713","79001142","79817777","80642308","81475825","82311227","83142095","83951800","84762269","85597241","86482923","87411012","88349117","89301326","90267739","91235504","92191398","93126529","94033048","94914330","95776716","96648685","97468029","98186856","98858950", +"Vanuatu","VUT","Population, total","SP.POP.TOTL","64608","66462","68391","70400","72493","74677","76945","79311","81782","84350","87019","89796","92687","95687","98790","102010","105341","108769","112185","115344","118156","120887","123748","126743","129873","133119","136488","139956","143528","147181","150882","154678","158577","162548","166560","170612","174714","178871","183088","187432","192074","197034","202125","207258","212422","217632","222923","228345","233952","239689","245453","251294","257313","263534","269927","276438","283218","290239","297298","304404","311685","319137","326740","334506", +"World","WLD","Population, total","SP.POP.TOTL","3031517384","3072470012","3126894230","3193470069","3260479625","3328242834","3398509802","3468395137","3540185668","3614592846","3690229198","3767950635","3843630361","3920044841","3995920225","4070060140","4143135434","4215876682","4289852068","4365802882","4442416674","4520993169","4602785312","4684967631","4766740755","4850182355","4936116651","5024401475","5113495865","5202686551","5293498452","5382640911","5470271607","5556732311","5642156981","5726848893","5811694918","5896174827","5979851049","6062415429","6144444748","6226487141","6308284566","6389592840","6471033757","6552787172","6635162568","6717583637","6801421733","6885608628","6969894715","7053988749","7141430933","7229458453","7317304568","7404251118","7490956237","7577110140","7661177849","7742724795","7821271846","7888963821","7951595433","8024997028", +"Samoa","WSM","Population, total","SP.POP.TOTL","113335","116820","120163","123416","126582","129789","132976","135752","138154","140457","142771","145064","147332","149587","152240","155263","158136","160362","161988","163489","164905","166190","166885","166944","166779","166517","166365","166773","167452","167886","168186","168701","169799","171362","173107","174902","176713","178543","180385","182211","184008","185530","186630","187440","188073","188626","189379","190478","191787","193176","194672","196351","198124","199939","201757","203571","205544","207630","209701","211905","214929","218764","222382","225681", +"Kosovo","XKX","Population, total","SP.POP.TOTL","990150","1014211","1038618","1063175","1087700","1111812","1135522","1159611","1184645","1211011","1238238","1267634","1300787","1335431","1370857","1406891","1443492","1480318","1516206","1551605","1589395","1627819","1665977","1706004","1746874","1787432","1827149","1865129","1898987","1931017","1964986","2001982","2039030","2073990","2107947","2141405","2173716","2204865","2090490","1888579","1823286","1840256","1846786","1839425","1832239","1825050","1817659","1810222","1803370","1797466","1792563","1799338","1807106","1818117","1812771","1788196","1777557","1791003","1797085","1788878","1790133","1786038","1768086","1756374", +"Yemen, Rep.","YEM","Population, total","SP.POP.TOTL","5542459","5646668","5753386","5860197","5973803","6097298","6228430","6368014","6515904","6673981","6843607","7024196","7215835","7417736","7630190","7855657","8094985","8348182","8615301","8899922","9204938","9529105","9872292","10237391","10625687","11036918","11465444","11915563","12387238","12872362","13375121","13895851","14433771","14988047","15553171","16103339","16614326","17108681","17608133","18114552","18628700","19143457","19660653","20188799","20733406","21320671","21966298","22641538","23329004","24029589","24743946","25475610","26223391","26984002","27753304","28516545","29274002","30034389","30790513","31546691","32284046","32981641","33696614","34449825", +"South Africa","ZAF","Population, total","SP.POP.TOTL","16520441","16989464","17503133","18042215","18603097","19187194","19789771","20410677","21050540","21704214","22368306","23031441","23698507","24382513","25077016","25777964","26480300","27199838","27943445","28697014","29463549","30232561","31022417","31865176","32768207","33752964","34877834","36119333","37393853","38668684","39877570","40910959","41760755","42525440","43267982","43986084","44661603","45285048","45852166","46364681","46813266","47229714","47661514","48104048","48556071","49017147","49491756","49996094","50565812","51170779","51784921","52443325","53145033","53873616","54729551","55876504","56422274","56641209","57339635","58087055","58801927","59392255","59893885","60414495", +"Zambia","ZMB","Population, total","SP.POP.TOTL","3119430","3219451","3323427","3431381","3542764","3658024","3777680","3901288","4029173","4159007","4281671","4399919","4523581","4653289","4789038","4931249","5079672","5233292","5391355","5553462","5720438","5897481","6090818","6291070","6488072","6686449","6890967","7095185","7294325","7491275","7686401","7880466","8074337","8270917","8474216","8684135","8902019","9133156","9372430","9621238","9891136","10191964","10508294","10837973","11188040","11564870","11971567","12402073","12852966","13318087","13792086","14265814","14744658","15234976","15737793","16248230","16767761","17298054","17835893","18380477","18927715","19473125","20017675","20569737", +"Zimbabwe","ZWE","Population, total","SP.POP.TOTL","3806310","3925952","4049778","4177931","4310332","4447149","4588529","4734694","4886347","5044163","5202918","5363423","5532842","5712712","5903530","6097083","6288387","6453044","6549349","6655833","7049926","7506526","7803855","8106356","8398567","8690515","8983044","9277488","9568739","9846346","10113893","10377815","10641501","10794918","10858594","10994041","11178171","11362401","11548364","11716454","11834676","11910978","11984644","12075828","12160881","12224753","12330490","12450568","12550347","12679810","12839771","13025785","13265331","13555422","13855753","14154937","14452704","14751101","15052184","15354608","15669666","15993524","16320537","16665409", diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index dce6dc7640..c975ef23c8 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -24,7 +24,7 @@ export class QuicksightExampleStack extends cdk.Stack { blockPublicAccess: aws_s3.BlockPublicAccess.BLOCK_ALL }); - const qs_data_source_permissions : CfnTemplate.ResourcePermissionProperty[] = [ + const quicksightDataSourcePermissions: CfnTemplate.ResourcePermissionProperty[] = [ { principal: accountQuicksight, actions: [ @@ -36,7 +36,7 @@ export class QuicksightExampleStack extends cdk.Stack { } ]; - const qs_dataset_permissions : CfnTemplate.ResourcePermissionProperty[] = [ + const quicksightDatasetPermissions: CfnTemplate.ResourcePermissionProperty[] = [ { principal: accountQuicksight, actions: [ @@ -54,20 +54,28 @@ export class QuicksightExampleStack extends cdk.Stack { } ]; - const deployment = this.deployToBucket(bucket); + const bucketDeployment = this.deployToBucket(bucket); const quicksightServiceRole = "aws-quicksight-service-role-v0"; // initial quicksight role - const managedpolicy = this.createManagedPolicyForQuicksight('quicksightexamplepolicy', 'quicksightexamplepolicy', bucket.bucketName, [quicksightServiceRole]); + const managedPolicy = this.createManagedPolicyForQuicksight('quicksightExamplePolicy', 'quicksightExamplePolicy', bucket.bucketName, [quicksightServiceRole]); + + const quicksightS3DataSourceName = "s3DataSourceExample"; + const quicksightS3DataSource = this.createDataSourceS3Type('S3DataSource', quicksightS3DataSourceName, bucket.bucketName, QuicksightExampleStack.MANIFEST_KEY, quicksightDataSourcePermissions); + quicksightS3DataSource.node.addDependency(bucketDeployment); + quicksightS3DataSource.node.addDependency(managedPolicy); + + const logicalColumns = readFileSync('logical-columns.json', 'utf-8'); + const logicalColumnsJson = JSON.parse(logicalColumns); + const transformOperations: CfnDataSet.TransformOperationProperty[] = logicalColumnsJson["Columns"]; + const quicksightLogicalTable: { + [key: string]: CfnDataSet.LogicalTableProperty + } = this.createLogicalTableProperties('myLogicalTable', 's3-extract-data-cast', quicksightS3DataSourceName, transformOperations); - const qs_s3_datasource_name = "s3datasourceexample"; - const qs_s3_datasource = this.createDataSourceS3Type('S3DataSource', qs_s3_datasource_name, bucket.bucketName, QuicksightExampleStack.MANIFEST_KEY, qs_data_source_permissions); - qs_s3_datasource.node.addDependency(deployment); - qs_s3_datasource.node.addDependency(managedpolicy); const physicalColumns = readFileSync('physical-columns.json', 'utf-8'); const physicalColumnsJson = JSON.parse(physicalColumns); + const physicalTableColumns = physicalColumnsJson["Columns"]; + const quicksightS3DatasetPhysicalTableProperties: CfnDataSet.PhysicalTableProperty = this.createS3PhysicalTableProperties(quicksightS3DataSource.attrArn, physicalTableColumns); - const physical_table_columns = physicalColumnsJson["Internal"]; - const qs_s3_dataset_physical_tables_properties : CfnDataSet.PhysicalTableProperty = this.createS3PhysicalTableProperties(qs_s3_datasource.attrArn, physical_table_columns); - this.createDataset('quicksightexampleDataset', 'quicksightexampleDataset', 'SPICE', {[qs_s3_datasource_name]: qs_s3_dataset_physical_tables_properties}, qs_dataset_permissions); + this.createDataset('quicksightExampleDataset', 'quicksightExampleDataset', 'SPICE', {[quicksightS3DataSourceName]: quicksightS3DatasetPhysicalTableProperties}, {[quicksightS3DataSourceName]: quicksightLogicalTable["myLogicalTable"]}, quicksightDatasetPermissions); } public deployToBucket(bucket: Bucket): BucketDeployment { @@ -80,7 +88,7 @@ export class QuicksightExampleStack extends cdk.Stack { manifest ); // deploy them - return new BucketDeployment(this, 'Bucketdeployment', { + return new BucketDeployment(this, 'BucketDeployment', { sources: [sourceInternal, Source.asset('./data')], destinationBucket: bucket, }); @@ -101,7 +109,7 @@ export class QuicksightExampleStack extends cdk.Stack { }; } - createManagedPolicyForQuicksight(idManagedPolicy: string, namePolicy: string, bucketName: string, roles_quicksight: string[]): CfnManagedPolicy { + createManagedPolicyForQuicksight(idManagedPolicy: string, namePolicy: string, bucketName: string, quicksightRoles: string[]): CfnManagedPolicy { return new CfnManagedPolicy( this, idManagedPolicy, @@ -125,12 +133,12 @@ export class QuicksightExampleStack extends cdk.Stack { ], "Version": "2012-10-17" }, - roles: roles_quicksight + roles: quicksightRoles } ); } - createDataSourceS3Type(idDataSource: string, nameSource: string, bucketName: string, manifestKey: string, data_source_permissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSource { + createDataSourceS3Type(idDataSource: string, nameSource: string, bucketName: string, manifestKey: string, dataSourcePermissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSource { return new CfnDataSource( this, idDataSource, @@ -150,18 +158,19 @@ export class QuicksightExampleStack extends cdk.Stack { sslProperties: { disableSsl: false }, - permissions: data_source_permissions + permissions: dataSourcePermissions } ) } - createDataset(idDataset: string, datasetName: string, importMode: string, physical_table: Record, datasetPermissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSet { + createDataset(idDataset: string, datasetName: string, importMode: string, physicalTable: Record, logicalTable: Record, datasetPermissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSet { return new CfnDataSet( this, idDataset, { awsAccountId: this.account, - physicalTableMap: physical_table, + physicalTableMap: physicalTable, + logicalTableMap: logicalTable, name: datasetName, dataSetId: datasetName, permissions: datasetPermissions, @@ -170,7 +179,21 @@ export class QuicksightExampleStack extends cdk.Stack { ); } - createS3PhysicalTableProperties(arnDataSourceCreated: string, inputColumns: CfnDataSet.InputColumnProperty[]) : CfnDataSet.PhysicalTableProperty{ + createLogicalTableProperties(keyTable: string, aliasLogicalTable: string, physicalTableIdRelated: string, transformOperations: CfnDataSet.TransformOperationProperty[]): { + [key: string]: CfnDataSet.LogicalTableProperty + } { + return { + [keyTable]: { + alias: aliasLogicalTable, + source: { + physicalTableId: physicalTableIdRelated + }, + dataTransforms: transformOperations + } + } + } + + createS3PhysicalTableProperties(arnDataSourceCreated: string, inputColumns: CfnDataSet.InputColumnProperty[]): CfnDataSet.PhysicalTableProperty { return { s3Source: { dataSourceArn: arnDataSourceCreated, @@ -178,7 +201,8 @@ export class QuicksightExampleStack extends cdk.Stack { uploadSettings: { format: 'CSV', delimiter: ',', - containsHeader: true + containsHeader: true, + startFromRow: 5 } } } diff --git a/typescript/quicksight/logical-columns.json b/typescript/quicksight/logical-columns.json new file mode 100644 index 0000000000..862fdb64fb --- /dev/null +++ b/typescript/quicksight/logical-columns.json @@ -0,0 +1,388 @@ +{ + "Columns": [ + { + "castColumnTypeOperation": { + "columnName": "1960", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1961", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1962", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1963", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1964", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1965", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1966", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1967", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1968", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1969", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1970", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1971", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1972", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1973", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1974", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1975", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1976", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1977", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1978", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1979", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1980", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1981", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1982", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1983", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1984", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1985", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1986", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1987", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1988", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1989", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1990", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1991", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1992", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1993", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1994", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1995", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1996", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1997", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1998", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1999", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2000", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2001", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2002", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2003", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2004", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2005", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2006", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2007", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2008", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2009", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2010", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2011", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2012", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2013", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2014", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2015", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2016", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2017", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2018", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2019", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2020", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2021", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2022", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2023", + "newColumnType": "INTEGER" + } + } + ] +} diff --git a/typescript/quicksight/physical-columns.json b/typescript/quicksight/physical-columns.json index ed238c5c5f..c82bcf9223 100644 --- a/typescript/quicksight/physical-columns.json +++ b/typescript/quicksight/physical-columns.json @@ -1,8 +1,70 @@ { - "Internal": [ - { "name": "timestamps", "type": "STRING"}, - { "name": "Service", "type": "STRING"}, - { "name": "Response", "type": "STRING"}, - { "name": "Length", "type": "STRING"} + "Columns": [ + { "name": "Country Name", "type": "STRING"}, + { "name": "Country Code", "type": "STRING"}, + { "name": "1960", "type": "STRING"}, + { "name": "1961", "type": "STRING"}, + { "name": "1962", "type": "STRING"}, + { "name": "1963", "type": "STRING"}, + { "name": "1964", "type": "STRING"}, + { "name": "1965", "type": "STRING"}, + { "name": "1966", "type": "STRING"}, + { "name": "1967", "type": "STRING"}, + { "name": "1968", "type": "STRING"}, + { "name": "1969", "type": "STRING"}, + { "name": "1970", "type": "STRING"}, + { "name": "1971", "type": "STRING"}, + { "name": "1972", "type": "STRING"}, + { "name": "1973", "type": "STRING"}, + { "name": "1974", "type": "STRING"}, + { "name": "1975", "type": "STRING"}, + { "name": "1976", "type": "STRING"}, + { "name": "1977", "type": "STRING"}, + { "name": "1978", "type": "STRING"}, + { "name": "1979", "type": "STRING"}, + { "name": "1980", "type": "STRING"}, + { "name": "1981", "type": "STRING"}, + { "name": "1982", "type": "STRING"}, + { "name": "1983", "type": "STRING"}, + { "name": "1984", "type": "STRING"}, + { "name": "1985", "type": "STRING"}, + { "name": "1986", "type": "STRING"}, + { "name": "1987", "type": "STRING"}, + { "name": "1988", "type": "STRING"}, + { "name": "1989", "type": "STRING"}, + { "name": "1990", "type": "STRING"}, + { "name": "1991", "type": "STRING"}, + { "name": "1992", "type": "STRING"}, + { "name": "1993", "type": "STRING"}, + { "name": "1994", "type": "STRING"}, + { "name": "1995", "type": "STRING"}, + { "name": "1996", "type": "STRING"}, + { "name": "1997", "type": "STRING"}, + { "name": "1998", "type": "STRING"}, + { "name": "1999", "type": "STRING"}, + { "name": "2000", "type": "STRING"}, + { "name": "2001", "type": "STRING"}, + { "name": "2002", "type": "STRING"}, + { "name": "2003", "type": "STRING"}, + { "name": "2004", "type": "STRING"}, + { "name": "2005", "type": "STRING"}, + { "name": "2006", "type": "STRING"}, + { "name": "2007", "type": "STRING"}, + { "name": "2008", "type": "STRING"}, + { "name": "2009", "type": "STRING"}, + { "name": "2010", "type": "STRING"}, + { "name": "2011", "type": "STRING"}, + { "name": "2012", "type": "STRING"}, + { "name": "2013", "type": "STRING"}, + { "name": "2014", "type": "STRING"}, + { "name": "2015", "type": "STRING"}, + { "name": "2016", "type": "STRING"}, + { "name": "2017", "type": "STRING"}, + { "name": "2018", "type": "STRING"}, + { "name": "2019", "type": "STRING"}, + { "name": "2020", "type": "STRING"}, + { "name": "2021", "type": "STRING"}, + { "name": "2022", "type": "STRING"}, + { "name": "2023", "type": "STRING"} ] } From 75392c9f65f01b3a2c79b94229e14067242b4ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 11:47:42 +0200 Subject: [PATCH 03/16] refactor: improving naming and sorting the code --- typescript/quicksight/lib/logical-columns.ts | 387 +++++++++++++++++ typescript/quicksight/lib/physical-columns.ts | 68 +++ .../lib/quicksight-example-stack.ts | 272 ++++++------ typescript/quicksight/logical-columns.json | 388 ------------------ typescript/quicksight/physical-columns.json | 70 ---- 5 files changed, 592 insertions(+), 593 deletions(-) create mode 100644 typescript/quicksight/lib/logical-columns.ts create mode 100644 typescript/quicksight/lib/physical-columns.ts delete mode 100644 typescript/quicksight/logical-columns.json delete mode 100644 typescript/quicksight/physical-columns.json diff --git a/typescript/quicksight/lib/logical-columns.ts b/typescript/quicksight/lib/logical-columns.ts new file mode 100644 index 0000000000..763e8621bb --- /dev/null +++ b/typescript/quicksight/lib/logical-columns.ts @@ -0,0 +1,387 @@ +export const logicalColumns = [ + { + "castColumnTypeOperation": { + "columnName": "1960", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1961", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1962", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1963", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1964", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1965", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1966", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1967", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1968", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1969", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1970", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1971", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1972", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1973", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1974", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1975", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1976", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1977", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1978", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1979", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1980", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1981", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1982", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1983", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1984", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1985", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1986", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1987", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1988", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1989", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1990", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1991", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1992", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1993", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1994", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1995", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1996", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1997", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1998", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "1999", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2000", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2001", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2002", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2003", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2004", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2005", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2006", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2007", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2008", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2009", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2010", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2011", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2012", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2013", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2014", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2015", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2016", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2017", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2018", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2019", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2020", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2021", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2022", + "newColumnType": "INTEGER" + } + }, + { + "castColumnTypeOperation": { + "columnName": "2023", + "newColumnType": "INTEGER" + } + } +] + diff --git a/typescript/quicksight/lib/physical-columns.ts b/typescript/quicksight/lib/physical-columns.ts new file mode 100644 index 0000000000..76710b5c55 --- /dev/null +++ b/typescript/quicksight/lib/physical-columns.ts @@ -0,0 +1,68 @@ +export const physicalColumns = [ + { "name": "Country Name", "type": "STRING"}, + { "name": "Country Code", "type": "STRING"}, + { "name": "1960", "type": "STRING"}, + { "name": "1961", "type": "STRING"}, + { "name": "1962", "type": "STRING"}, + { "name": "1963", "type": "STRING"}, + { "name": "1964", "type": "STRING"}, + { "name": "1965", "type": "STRING"}, + { "name": "1966", "type": "STRING"}, + { "name": "1967", "type": "STRING"}, + { "name": "1968", "type": "STRING"}, + { "name": "1969", "type": "STRING"}, + { "name": "1970", "type": "STRING"}, + { "name": "1971", "type": "STRING"}, + { "name": "1972", "type": "STRING"}, + { "name": "1973", "type": "STRING"}, + { "name": "1974", "type": "STRING"}, + { "name": "1975", "type": "STRING"}, + { "name": "1976", "type": "STRING"}, + { "name": "1977", "type": "STRING"}, + { "name": "1978", "type": "STRING"}, + { "name": "1979", "type": "STRING"}, + { "name": "1980", "type": "STRING"}, + { "name": "1981", "type": "STRING"}, + { "name": "1982", "type": "STRING"}, + { "name": "1983", "type": "STRING"}, + { "name": "1984", "type": "STRING"}, + { "name": "1985", "type": "STRING"}, + { "name": "1986", "type": "STRING"}, + { "name": "1987", "type": "STRING"}, + { "name": "1988", "type": "STRING"}, + { "name": "1989", "type": "STRING"}, + { "name": "1990", "type": "STRING"}, + { "name": "1991", "type": "STRING"}, + { "name": "1992", "type": "STRING"}, + { "name": "1993", "type": "STRING"}, + { "name": "1994", "type": "STRING"}, + { "name": "1995", "type": "STRING"}, + { "name": "1996", "type": "STRING"}, + { "name": "1997", "type": "STRING"}, + { "name": "1998", "type": "STRING"}, + { "name": "1999", "type": "STRING"}, + { "name": "2000", "type": "STRING"}, + { "name": "2001", "type": "STRING"}, + { "name": "2002", "type": "STRING"}, + { "name": "2003", "type": "STRING"}, + { "name": "2004", "type": "STRING"}, + { "name": "2005", "type": "STRING"}, + { "name": "2006", "type": "STRING"}, + { "name": "2007", "type": "STRING"}, + { "name": "2008", "type": "STRING"}, + { "name": "2009", "type": "STRING"}, + { "name": "2010", "type": "STRING"}, + { "name": "2011", "type": "STRING"}, + { "name": "2012", "type": "STRING"}, + { "name": "2013", "type": "STRING"}, + { "name": "2014", "type": "STRING"}, + { "name": "2015", "type": "STRING"}, + { "name": "2016", "type": "STRING"}, + { "name": "2017", "type": "STRING"}, + { "name": "2018", "type": "STRING"}, + { "name": "2019", "type": "STRING"}, + { "name": "2020", "type": "STRING"}, + { "name": "2021", "type": "STRING"}, + { "name": "2022", "type": "STRING"}, + { "name": "2023", "type": "STRING"} +] diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index c975ef23c8..c39b32e790 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -1,21 +1,29 @@ import * as cdk from 'aws-cdk-lib'; import {Construct} from 'constructs'; -import {Bucket} from "aws-cdk-lib/aws-s3"; -import {BucketDeployment, Source} from "aws-cdk-lib/aws-s3-deployment"; -import {aws_s3} from "aws-cdk-lib"; -import {CfnDataSet, CfnDataSource, CfnTemplate} from "aws-cdk-lib/aws-quicksight"; -import {CfnManagedPolicy} from "aws-cdk-lib/aws-iam"; -import {readFileSync} from "node:fs"; +import {Bucket} from 'aws-cdk-lib/aws-s3'; +import {BucketDeployment, Source} from 'aws-cdk-lib/aws-s3-deployment'; +import {aws_s3} from 'aws-cdk-lib'; +import {CfnDataSet, CfnDataSource, CfnTemplate} from 'aws-cdk-lib/aws-quicksight'; +import {CfnManagedPolicy} from 'aws-cdk-lib/aws-iam'; +import {readFileSync} from 'node:fs'; +import {logicalColumns} from './logical-columns'; +import {physicalColumns} from './physical-columns'; + export class QuicksightExampleStack extends cdk.Stack { - public static MANIFEST_KEY = - 'manifests/manifest.json'; + public static MANIFEST_KEY = 'manifests/manifest.json'; constructor(scope: Construct, id: string, props?: cdk.StackProps) { super(scope, id, props); + const bucket = this.createBucket(); + const accountQuicksight = 'arn:aws:quicksight:::user//'; + this.createQuicksightResources(bucket, accountQuicksight); + } + + // creates s3 bucket and deploys test data + public createBucket(): Bucket { const bucketName = 'example-bucket'; - const accountQuicksight = "arn:aws:quicksight:::user//"; // replace with your own values here // Set up a bucket const bucket = new aws_s3.Bucket(this, bucketName, { @@ -24,74 +32,139 @@ export class QuicksightExampleStack extends cdk.Stack { blockPublicAccess: aws_s3.BlockPublicAccess.BLOCK_ALL }); + const manifest = { + fileLocations: [ + { + URIPrefixes: [`s3://${bucket.bucketName}`] + }, + ], + globalUploadSettings: { + format: 'CSV', + delimiter: ',', + } + }; + + // turn manifest JSON and s3 key into source object + const sourceInternal = Source.jsonData( + QuicksightExampleStack.MANIFEST_KEY, + manifest + ); + // deploy them + new BucketDeployment(this, 'BucketDeployment', { + sources: [sourceInternal, Source.asset('./data')], + destinationBucket: bucket, + }); + return bucket; + } + + public createQuicksightResources(bucket: Bucket, quicksightAccountArn: string) { + const quicksightS3DataSourceName = 's3DataSourceExample'; + // make it a stack parameter so users dont have to change the code + // make sure here it is clear that the acc cant be created + // replace with your own values here + const quicksightDataSourcePermissions: CfnTemplate.ResourcePermissionProperty[] = [ { - principal: accountQuicksight, + principal: quicksightAccountArn, actions: [ - "quicksight:DescribeDataSource", - "quicksight:DescribeDataSourcePermissions", - "quicksight:PassDataSource", - "quicksight:UpdateDataSource" + 'quicksight:DescribeDataSource', + 'quicksight:DescribeDataSourcePermissions', + 'quicksight:PassDataSource', + 'quicksight:UpdateDataSource' ], } ]; const quicksightDatasetPermissions: CfnTemplate.ResourcePermissionProperty[] = [ { - principal: accountQuicksight, + principal: quicksightAccountArn, actions: [ - "quicksight:DescribeDataSet", - "quicksight:DescribeDataSetPermissions", - "quicksight:PassDataSet", - "quicksight:DescribeIngestion", - "quicksight:ListIngestions", - "quicksight:UpdateDataSet", - "quicksight:DeleteDataSet", - "quicksight:CreateIngestion", - "quicksight:CancelIngestion", - "quicksight:UpdateDataSetPermissions" + 'quicksight:DescribeDataSet', + 'quicksight:DescribeDataSetPermissions', + 'quicksight:PassDataSet', + 'quicksight:DescribeIngestion', + 'quicksight:ListIngestions', + 'quicksight:UpdateDataSet', + 'quicksight:DeleteDataSet', + 'quicksight:CreateIngestion', + 'quicksight:CancelIngestion', + 'quicksight:UpdateDataSetPermissions' ] } ]; - const bucketDeployment = this.deployToBucket(bucket); - const quicksightServiceRole = "aws-quicksight-service-role-v0"; // initial quicksight role - const managedPolicy = this.createManagedPolicyForQuicksight('quicksightExamplePolicy', 'quicksightExamplePolicy', bucket.bucketName, [quicksightServiceRole]); + // this service role is created automatically when you set up your quicksight account + const quicksightServiceRole = 'aws-quicksight-service-role-v0'; + // allow quicksight to access the bucket + const managedPolicy = this.createManagedPolicyForQuicksight( + 'quicksightExamplePolicy', + 'quicksightExamplePolicy', + bucket.bucketName, + [ quicksightServiceRole ]); + + const quicksightS3DataSource = new CfnDataSource( + this, + 'S3DataSource', + { + awsAccountId: this.account, + dataSourceId: quicksightS3DataSourceName, + name: quicksightS3DataSourceName, + dataSourceParameters: { + s3Parameters: { + manifestFileLocation: { + bucket: bucket.bucketName, + key: QuicksightExampleStack.MANIFEST_KEY + } + } + }, + type: 'S3', + sslProperties: { + disableSsl: false + }, + permissions: quicksightDataSourcePermissions + } + ) - const quicksightS3DataSourceName = "s3DataSourceExample"; - const quicksightS3DataSource = this.createDataSourceS3Type('S3DataSource', quicksightS3DataSourceName, bucket.bucketName, QuicksightExampleStack.MANIFEST_KEY, quicksightDataSourcePermissions); - quicksightS3DataSource.node.addDependency(bucketDeployment); + // quicksight needs these to be created so we waiting for the + quicksightS3DataSource.node.addDependency(bucket); quicksightS3DataSource.node.addDependency(managedPolicy); - const logicalColumns = readFileSync('logical-columns.json', 'utf-8'); - const logicalColumnsJson = JSON.parse(logicalColumns); - const transformOperations: CfnDataSet.TransformOperationProperty[] = logicalColumnsJson["Columns"]; - const quicksightLogicalTable: { - [key: string]: CfnDataSet.LogicalTableProperty - } = this.createLogicalTableProperties('myLogicalTable', 's3-extract-data-cast', quicksightS3DataSourceName, transformOperations); + const transformOperations: CfnDataSet.TransformOperationProperty[] = logicalColumns; - const physicalColumns = readFileSync('physical-columns.json', 'utf-8'); - const physicalColumnsJson = JSON.parse(physicalColumns); - const physicalTableColumns = physicalColumnsJson["Columns"]; - const quicksightS3DatasetPhysicalTableProperties: CfnDataSet.PhysicalTableProperty = this.createS3PhysicalTableProperties(quicksightS3DataSource.attrArn, physicalTableColumns); + const logicalTableProperties = { + alias: 's3-extract-data-cast', + source: { + physicalTableId: quicksightS3DataSourceName + }, + dataTransforms: transformOperations + } - this.createDataset('quicksightExampleDataset', 'quicksightExampleDataset', 'SPICE', {[quicksightS3DataSourceName]: quicksightS3DatasetPhysicalTableProperties}, {[quicksightS3DataSourceName]: quicksightLogicalTable["myLogicalTable"]}, quicksightDatasetPermissions); - } + const physicalTableProperties = { + s3Source: { + dataSourceArn: quicksightS3DataSource.attrArn, + inputColumns: physicalColumns, + uploadSettings: { + format: 'CSV', + delimiter: ',', + containsHeader: true, + startFromRow: 5 + } + } + } - public deployToBucket(bucket: Bucket): BucketDeployment { - const manifest = QuicksightExampleStack.createS3Manifest( - bucket.bucketName - ); - // turn manifest JSON and s3 key into source object - const sourceInternal = Source.jsonData( - QuicksightExampleStack.MANIFEST_KEY, - manifest + new CfnDataSet( + this, + 'quicksightExampleDataset', + { + awsAccountId: this.account, + physicalTableMap: {[quicksightS3DataSourceName]: physicalTableProperties}, + logicalTableMap: {[quicksightS3DataSourceName]: logicalTableProperties}, + name: 'quicksightExampleDataset', + dataSetId: 'quicksightExampleDataset', + permissions: quicksightDatasetPermissions, + importMode: 'SPICE' + } ); - // deploy them - return new BucketDeployment(this, 'BucketDeployment', { - sources: [sourceInternal, Source.asset('./data')], - destinationBucket: bucket, - }); } // Creates a very simple manifest JSON for the QuickSight S3 data source. @@ -116,96 +189,25 @@ export class QuicksightExampleStack extends cdk.Stack { { managedPolicyName: namePolicy, policyDocument: { - "Statement": [ + 'Statement': [ { - "Effect": "Allow", - "Action": ["s3:ListAllMyBuckets"], - "Resource": ["arn:aws:s3:::*"] + 'Effect': 'Allow', + 'Action': ['s3:ListAllMyBuckets'], + 'Resource': ['arn:aws:s3:::*'] }, { - "Effect": "Allow", - "Action": ["s3:*"], - "Resource": [ + 'Effect': 'Allow', + 'Action': ['s3:*'], + 'Resource': [ `arn:aws:s3:::${bucketName}`, `arn:aws:s3:::${bucketName}/*` ] } ], - "Version": "2012-10-17" + 'Version': '2012-10-17' }, roles: quicksightRoles } ); } - - createDataSourceS3Type(idDataSource: string, nameSource: string, bucketName: string, manifestKey: string, dataSourcePermissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSource { - return new CfnDataSource( - this, - idDataSource, - { - awsAccountId: this.account, - dataSourceId: nameSource, - name: nameSource, - dataSourceParameters: { - s3Parameters: { - manifestFileLocation: { - bucket: bucketName, - key: manifestKey - } - } - }, - type: 'S3', - sslProperties: { - disableSsl: false - }, - permissions: dataSourcePermissions - } - ) - } - - createDataset(idDataset: string, datasetName: string, importMode: string, physicalTable: Record, logicalTable: Record, datasetPermissions: CfnTemplate.ResourcePermissionProperty[]): CfnDataSet { - return new CfnDataSet( - this, - idDataset, - { - awsAccountId: this.account, - physicalTableMap: physicalTable, - logicalTableMap: logicalTable, - name: datasetName, - dataSetId: datasetName, - permissions: datasetPermissions, - importMode: importMode - } - ); - } - - createLogicalTableProperties(keyTable: string, aliasLogicalTable: string, physicalTableIdRelated: string, transformOperations: CfnDataSet.TransformOperationProperty[]): { - [key: string]: CfnDataSet.LogicalTableProperty - } { - return { - [keyTable]: { - alias: aliasLogicalTable, - source: { - physicalTableId: physicalTableIdRelated - }, - dataTransforms: transformOperations - } - } - } - - createS3PhysicalTableProperties(arnDataSourceCreated: string, inputColumns: CfnDataSet.InputColumnProperty[]): CfnDataSet.PhysicalTableProperty { - return { - s3Source: { - dataSourceArn: arnDataSourceCreated, - inputColumns: inputColumns, - uploadSettings: { - format: 'CSV', - delimiter: ',', - containsHeader: true, - startFromRow: 5 - } - } - } - } - } diff --git a/typescript/quicksight/logical-columns.json b/typescript/quicksight/logical-columns.json deleted file mode 100644 index 862fdb64fb..0000000000 --- a/typescript/quicksight/logical-columns.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "Columns": [ - { - "castColumnTypeOperation": { - "columnName": "1960", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1961", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1962", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1963", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1964", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1965", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1966", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1967", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1968", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1969", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1970", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1971", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1972", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1973", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1974", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1975", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1976", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1977", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1978", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1979", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1980", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1981", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1982", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1983", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1984", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1985", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1986", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1987", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1988", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1989", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1990", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1991", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1992", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1993", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1994", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1995", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1996", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1997", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1998", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "1999", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2000", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2001", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2002", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2003", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2004", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2005", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2006", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2007", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2008", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2009", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2010", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2011", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2012", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2013", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2014", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2015", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2016", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2017", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2018", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2019", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2020", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2021", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2022", - "newColumnType": "INTEGER" - } - }, - { - "castColumnTypeOperation": { - "columnName": "2023", - "newColumnType": "INTEGER" - } - } - ] -} diff --git a/typescript/quicksight/physical-columns.json b/typescript/quicksight/physical-columns.json deleted file mode 100644 index c82bcf9223..0000000000 --- a/typescript/quicksight/physical-columns.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "Columns": [ - { "name": "Country Name", "type": "STRING"}, - { "name": "Country Code", "type": "STRING"}, - { "name": "1960", "type": "STRING"}, - { "name": "1961", "type": "STRING"}, - { "name": "1962", "type": "STRING"}, - { "name": "1963", "type": "STRING"}, - { "name": "1964", "type": "STRING"}, - { "name": "1965", "type": "STRING"}, - { "name": "1966", "type": "STRING"}, - { "name": "1967", "type": "STRING"}, - { "name": "1968", "type": "STRING"}, - { "name": "1969", "type": "STRING"}, - { "name": "1970", "type": "STRING"}, - { "name": "1971", "type": "STRING"}, - { "name": "1972", "type": "STRING"}, - { "name": "1973", "type": "STRING"}, - { "name": "1974", "type": "STRING"}, - { "name": "1975", "type": "STRING"}, - { "name": "1976", "type": "STRING"}, - { "name": "1977", "type": "STRING"}, - { "name": "1978", "type": "STRING"}, - { "name": "1979", "type": "STRING"}, - { "name": "1980", "type": "STRING"}, - { "name": "1981", "type": "STRING"}, - { "name": "1982", "type": "STRING"}, - { "name": "1983", "type": "STRING"}, - { "name": "1984", "type": "STRING"}, - { "name": "1985", "type": "STRING"}, - { "name": "1986", "type": "STRING"}, - { "name": "1987", "type": "STRING"}, - { "name": "1988", "type": "STRING"}, - { "name": "1989", "type": "STRING"}, - { "name": "1990", "type": "STRING"}, - { "name": "1991", "type": "STRING"}, - { "name": "1992", "type": "STRING"}, - { "name": "1993", "type": "STRING"}, - { "name": "1994", "type": "STRING"}, - { "name": "1995", "type": "STRING"}, - { "name": "1996", "type": "STRING"}, - { "name": "1997", "type": "STRING"}, - { "name": "1998", "type": "STRING"}, - { "name": "1999", "type": "STRING"}, - { "name": "2000", "type": "STRING"}, - { "name": "2001", "type": "STRING"}, - { "name": "2002", "type": "STRING"}, - { "name": "2003", "type": "STRING"}, - { "name": "2004", "type": "STRING"}, - { "name": "2005", "type": "STRING"}, - { "name": "2006", "type": "STRING"}, - { "name": "2007", "type": "STRING"}, - { "name": "2008", "type": "STRING"}, - { "name": "2009", "type": "STRING"}, - { "name": "2010", "type": "STRING"}, - { "name": "2011", "type": "STRING"}, - { "name": "2012", "type": "STRING"}, - { "name": "2013", "type": "STRING"}, - { "name": "2014", "type": "STRING"}, - { "name": "2015", "type": "STRING"}, - { "name": "2016", "type": "STRING"}, - { "name": "2017", "type": "STRING"}, - { "name": "2018", "type": "STRING"}, - { "name": "2019", "type": "STRING"}, - { "name": "2020", "type": "STRING"}, - { "name": "2021", "type": "STRING"}, - { "name": "2022", "type": "STRING"}, - { "name": "2023", "type": "STRING"} - ] -} From 8fecbe2c80f275b3dfd91e747c9b44e3ef13ce6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 11:59:51 +0200 Subject: [PATCH 04/16] fix: re-add deployment to dependencies of the quicksight data source --- .../quicksight/lib/quicksight-example-stack.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index c39b32e790..21e3d542cb 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -16,13 +16,13 @@ export class QuicksightExampleStack extends cdk.Stack { constructor(scope: Construct, id: string, props?: cdk.StackProps) { super(scope, id, props); - const bucket = this.createBucket(); + const { bucket, deployment } = this.createBucket(); const accountQuicksight = 'arn:aws:quicksight:::user//'; - this.createQuicksightResources(bucket, accountQuicksight); + this.createQuicksightResources(bucket, deployment, accountQuicksight); } // creates s3 bucket and deploys test data - public createBucket(): Bucket { + public createBucket(): {bucket: Bucket, deployment: BucketDeployment} { const bucketName = 'example-bucket'; // Set up a bucket @@ -50,14 +50,14 @@ export class QuicksightExampleStack extends cdk.Stack { manifest ); // deploy them - new BucketDeployment(this, 'BucketDeployment', { + const deployment = new BucketDeployment(this, 'BucketDeployment', { sources: [sourceInternal, Source.asset('./data')], destinationBucket: bucket, }); - return bucket; + return { bucket, deployment }; } - public createQuicksightResources(bucket: Bucket, quicksightAccountArn: string) { + public createQuicksightResources(bucket: Bucket, deployment: BucketDeployment, quicksightAccountArn: string) { const quicksightS3DataSourceName = 's3DataSourceExample'; // make it a stack parameter so users dont have to change the code // make sure here it is clear that the acc cant be created @@ -126,8 +126,8 @@ export class QuicksightExampleStack extends cdk.Stack { ) // quicksight needs these to be created so we waiting for the - quicksightS3DataSource.node.addDependency(bucket); quicksightS3DataSource.node.addDependency(managedPolicy); + quicksightS3DataSource.node.addDependency(deployment); const transformOperations: CfnDataSet.TransformOperationProperty[] = logicalColumns; From c4adb174b164fb3f5f945db78020cc241a8c384b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 14:08:06 +0200 Subject: [PATCH 05/16] refactor: cleanup imports --- .../lib/quicksight-example-stack.ts | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index 21e3d542cb..c2c6bcdd3a 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -1,19 +1,16 @@ -import * as cdk from 'aws-cdk-lib'; import {Construct} from 'constructs'; -import {Bucket} from 'aws-cdk-lib/aws-s3'; +import {BlockPublicAccess, Bucket, BucketAccessControl, BucketEncryption} from 'aws-cdk-lib/aws-s3'; import {BucketDeployment, Source} from 'aws-cdk-lib/aws-s3-deployment'; -import {aws_s3} from 'aws-cdk-lib'; import {CfnDataSet, CfnDataSource, CfnTemplate} from 'aws-cdk-lib/aws-quicksight'; import {CfnManagedPolicy} from 'aws-cdk-lib/aws-iam'; -import {readFileSync} from 'node:fs'; +import { Stack, StackProps } from 'aws-cdk-lib'; import {logicalColumns} from './logical-columns'; import {physicalColumns} from './physical-columns'; - -export class QuicksightExampleStack extends cdk.Stack { +export class QuicksightExampleStack extends Stack { public static MANIFEST_KEY = 'manifests/manifest.json'; - constructor(scope: Construct, id: string, props?: cdk.StackProps) { + constructor(scope: Construct, id: string, props?: StackProps) { super(scope, id, props); const { bucket, deployment } = this.createBucket(); @@ -26,10 +23,10 @@ export class QuicksightExampleStack extends cdk.Stack { const bucketName = 'example-bucket'; // Set up a bucket - const bucket = new aws_s3.Bucket(this, bucketName, { - accessControl: aws_s3.BucketAccessControl.BUCKET_OWNER_FULL_CONTROL, - encryption: aws_s3.BucketEncryption.S3_MANAGED, - blockPublicAccess: aws_s3.BlockPublicAccess.BLOCK_ALL + const bucket = new Bucket(this, bucketName, { + accessControl: BucketAccessControl.BUCKET_OWNER_FULL_CONTROL, + encryption: BucketEncryption.S3_MANAGED, + blockPublicAccess: BlockPublicAccess.BLOCK_ALL }); const manifest = { From 3aa7f1d9c75d029d7333c85dee7abfab4eb3fd2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 14:19:09 +0200 Subject: [PATCH 06/16] refactor: quicksight datasource name moved to a static property --- .../lib/quicksight-example-stack.ts | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index c2c6bcdd3a..92b40ffbf2 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -8,7 +8,13 @@ import {logicalColumns} from './logical-columns'; import {physicalColumns} from './physical-columns'; export class QuicksightExampleStack extends Stack { + // location of the manifest json file in the s3 bucket. + // Used by quicksight to discover the csv files. public static MANIFEST_KEY = 'manifests/manifest.json'; + /** + * foo bar + */ + public static QUICKSIGHT_DATASOURCE_NAME = 's3DataSourceExample'; constructor(scope: Construct, id: string, props?: StackProps) { super(scope, id, props); @@ -55,10 +61,6 @@ export class QuicksightExampleStack extends Stack { } public createQuicksightResources(bucket: Bucket, deployment: BucketDeployment, quicksightAccountArn: string) { - const quicksightS3DataSourceName = 's3DataSourceExample'; - // make it a stack parameter so users dont have to change the code - // make sure here it is clear that the acc cant be created - // replace with your own values here const quicksightDataSourcePermissions: CfnTemplate.ResourcePermissionProperty[] = [ { @@ -104,8 +106,8 @@ export class QuicksightExampleStack extends Stack { 'S3DataSource', { awsAccountId: this.account, - dataSourceId: quicksightS3DataSourceName, - name: quicksightS3DataSourceName, + dataSourceId: QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME, + name: QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME, dataSourceParameters: { s3Parameters: { manifestFileLocation: { @@ -131,7 +133,7 @@ export class QuicksightExampleStack extends Stack { const logicalTableProperties = { alias: 's3-extract-data-cast', source: { - physicalTableId: quicksightS3DataSourceName + physicalTableId: QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME }, dataTransforms: transformOperations } @@ -154,8 +156,8 @@ export class QuicksightExampleStack extends Stack { 'quicksightExampleDataset', { awsAccountId: this.account, - physicalTableMap: {[quicksightS3DataSourceName]: physicalTableProperties}, - logicalTableMap: {[quicksightS3DataSourceName]: logicalTableProperties}, + physicalTableMap: {[QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME]: physicalTableProperties}, + logicalTableMap: {[QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME]: logicalTableProperties}, name: 'quicksightExampleDataset', dataSetId: 'quicksightExampleDataset', permissions: quicksightDatasetPermissions, From e3b43537f8aece00cd8b3a7c9696a5f14d589abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 14:33:28 +0200 Subject: [PATCH 07/16] refactor: policy generation and cleanup --- .../lib/quicksight-example-stack.ts | 102 ++++++++---------- 1 file changed, 43 insertions(+), 59 deletions(-) diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index 92b40ffbf2..bbfa54a24d 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -8,13 +8,21 @@ import {logicalColumns} from './logical-columns'; import {physicalColumns} from './physical-columns'; export class QuicksightExampleStack extends Stack { - // location of the manifest json file in the s3 bucket. - // Used by quicksight to discover the csv files. + /** + * location of the manifest json file in the s3 bucket. + * Used by quicksight to discover the csv files. + * */ public static MANIFEST_KEY = 'manifests/manifest.json'; /** - * foo bar + * Name of the datasource in quicksight */ public static QUICKSIGHT_DATASOURCE_NAME = 's3DataSourceExample'; + /** + * By default, Amazon QuickSight uses a role named aws-quicksight-service-role-v0. + * @see https://docs.aws.amazon.com/lake-formation/latest/dg/qs-integ-lf.html + */ + public static QUICKSIGHT_SERVICE_ROLE = 'aws-quicksight-service-role-v0'; + constructor(scope: Construct, id: string, props?: StackProps) { super(scope, id, props); @@ -92,14 +100,34 @@ export class QuicksightExampleStack extends Stack { } ]; - // this service role is created automatically when you set up your quicksight account - const quicksightServiceRole = 'aws-quicksight-service-role-v0'; - // allow quicksight to access the bucket - const managedPolicy = this.createManagedPolicyForQuicksight( - 'quicksightExamplePolicy', - 'quicksightExamplePolicy', - bucket.bucketName, - [ quicksightServiceRole ]); + const policyName = 'quicksightExamplePolicy' + const managedPolicy = new CfnManagedPolicy( + this, + policyName, + { + managedPolicyName: policyName, + policyDocument: { + 'Statement': [ + { + 'Effect': 'Allow', + 'Action': ['s3:ListAllMyBuckets'], + 'Resource': ['arn:aws:s3:::*'] + }, + { + 'Effect': 'Allow', + 'Action': ['s3:*'], + 'Resource': [ + `arn:aws:s3:::${bucket.bucketName}`, + `arn:aws:s3:::${bucket.bucketName}/*` + ] + } + ], + 'Version': '2012-10-17' + }, + roles: [ QuicksightExampleStack.QUICKSIGHT_SERVICE_ROLE ] + } + ); + const quicksightS3DataSource = new CfnDataSource( this, @@ -150,63 +178,19 @@ export class QuicksightExampleStack extends Stack { } } } - + const datasetName = 'quicksightExampleDataset'; new CfnDataSet( this, - 'quicksightExampleDataset', + datasetName, { awsAccountId: this.account, physicalTableMap: {[QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME]: physicalTableProperties}, logicalTableMap: {[QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME]: logicalTableProperties}, - name: 'quicksightExampleDataset', - dataSetId: 'quicksightExampleDataset', + name: datasetName, + dataSetId: datasetName, permissions: quicksightDatasetPermissions, importMode: 'SPICE' } ); } - - // Creates a very simple manifest JSON for the QuickSight S3 data source. - public static createS3Manifest(s3BucketName: string): object { - return { - fileLocations: [ - { - URIPrefixes: [`s3://${s3BucketName}`] - }, - ], - globalUploadSettings: { - format: 'CSV', - delimiter: ',', - } - }; - } - - createManagedPolicyForQuicksight(idManagedPolicy: string, namePolicy: string, bucketName: string, quicksightRoles: string[]): CfnManagedPolicy { - return new CfnManagedPolicy( - this, - idManagedPolicy, - { - managedPolicyName: namePolicy, - policyDocument: { - 'Statement': [ - { - 'Effect': 'Allow', - 'Action': ['s3:ListAllMyBuckets'], - 'Resource': ['arn:aws:s3:::*'] - }, - { - 'Effect': 'Allow', - 'Action': ['s3:*'], - 'Resource': [ - `arn:aws:s3:::${bucketName}`, - `arn:aws:s3:::${bucketName}/*` - ] - } - ], - 'Version': '2012-10-17' - }, - roles: quicksightRoles - } - ); - } } From 87235585861175e8bc4e059788d8c4f00af0964c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 14:47:54 +0200 Subject: [PATCH 08/16] refactor: naming of definitions for the quicksight table --- ...{logical-columns.ts => data-transforms.ts} | 6 +++- .../{physical-columns.ts => input-columns.ts} | 3 +- .../lib/quicksight-example-stack.ts | 29 ++++++++++--------- 3 files changed, 22 insertions(+), 16 deletions(-) rename typescript/quicksight/lib/{logical-columns.ts => data-transforms.ts} (96%) rename typescript/quicksight/lib/{physical-columns.ts => input-columns.ts} (98%) diff --git a/typescript/quicksight/lib/logical-columns.ts b/typescript/quicksight/lib/data-transforms.ts similarity index 96% rename from typescript/quicksight/lib/logical-columns.ts rename to typescript/quicksight/lib/data-transforms.ts index 763e8621bb..7841d8daa6 100644 --- a/typescript/quicksight/lib/logical-columns.ts +++ b/typescript/quicksight/lib/data-transforms.ts @@ -1,4 +1,8 @@ -export const logicalColumns = [ +import { CfnDataSet } from "aws-cdk-lib/aws-quicksight"; +/** + * @see https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TransformOperation.html + */ +export const dataTransforms: CfnDataSet.TransformOperationProperty[] = [ { "castColumnTypeOperation": { "columnName": "1960", diff --git a/typescript/quicksight/lib/physical-columns.ts b/typescript/quicksight/lib/input-columns.ts similarity index 98% rename from typescript/quicksight/lib/physical-columns.ts rename to typescript/quicksight/lib/input-columns.ts index 76710b5c55..21c1c726dd 100644 --- a/typescript/quicksight/lib/physical-columns.ts +++ b/typescript/quicksight/lib/input-columns.ts @@ -1,4 +1,5 @@ -export const physicalColumns = [ + +export const inputColumns = [ { "name": "Country Name", "type": "STRING"}, { "name": "Country Code", "type": "STRING"}, { "name": "1960", "type": "STRING"}, diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index bbfa54a24d..0acf23051d 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -4,8 +4,8 @@ import {BucketDeployment, Source} from 'aws-cdk-lib/aws-s3-deployment'; import {CfnDataSet, CfnDataSource, CfnTemplate} from 'aws-cdk-lib/aws-quicksight'; import {CfnManagedPolicy} from 'aws-cdk-lib/aws-iam'; import { Stack, StackProps } from 'aws-cdk-lib'; -import {logicalColumns} from './logical-columns'; -import {physicalColumns} from './physical-columns'; +import {dataTransforms} from './data-transforms'; +import {inputColumns} from './input-columns'; export class QuicksightExampleStack extends Stack { /** @@ -156,20 +156,10 @@ export class QuicksightExampleStack extends Stack { quicksightS3DataSource.node.addDependency(managedPolicy); quicksightS3DataSource.node.addDependency(deployment); - const transformOperations: CfnDataSet.TransformOperationProperty[] = logicalColumns; - - const logicalTableProperties = { - alias: 's3-extract-data-cast', - source: { - physicalTableId: QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME - }, - dataTransforms: transformOperations - } - - const physicalTableProperties = { + const physicalTableProperties: CfnDataSet.PhysicalTableProperty = { s3Source: { dataSourceArn: quicksightS3DataSource.attrArn, - inputColumns: physicalColumns, + inputColumns, uploadSettings: { format: 'CSV', delimiter: ',', @@ -178,6 +168,17 @@ export class QuicksightExampleStack extends Stack { } } } + /** + * @see https://docs.aws.amazon.com/quicksight/latest/APIReference/API_LogicalTable.html + */ + const logicalTableProperties: CfnDataSet.LogicalTableProperty = { + alias: 's3-extract-data-cast', + source: { + physicalTableId: QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME + }, + dataTransforms + } + const datasetName = 'quicksightExampleDataset'; new CfnDataSet( this, From c2f446d4a7b74b98edb40a746e2d633ad7196007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 14:51:05 +0200 Subject: [PATCH 09/16] refactor: move dataset name to a static --- typescript/quicksight/lib/quicksight-example-stack.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index 0acf23051d..f8e1ce789a 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -24,6 +24,9 @@ export class QuicksightExampleStack extends Stack { public static QUICKSIGHT_SERVICE_ROLE = 'aws-quicksight-service-role-v0'; + public static QUICKSIGHT_DATASET_NAME = 'quicksightExampleDataset'; + + constructor(scope: Construct, id: string, props?: StackProps) { super(scope, id, props); @@ -179,16 +182,16 @@ export class QuicksightExampleStack extends Stack { dataTransforms } - const datasetName = 'quicksightExampleDataset'; + new CfnDataSet( this, - datasetName, + QuicksightExampleStack.QUICKSIGHT_DATASET_NAME, { awsAccountId: this.account, physicalTableMap: {[QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME]: physicalTableProperties}, logicalTableMap: {[QuicksightExampleStack.QUICKSIGHT_DATASOURCE_NAME]: logicalTableProperties}, - name: datasetName, - dataSetId: datasetName, + name: QuicksightExampleStack.QUICKSIGHT_DATASET_NAME, + dataSetId: QuicksightExampleStack.QUICKSIGHT_DATASET_NAME, permissions: quicksightDatasetPermissions, importMode: 'SPICE' } From fbbb7b333ea69362d3225cae5b34e870008d34f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Wed, 9 Oct 2024 14:57:07 +0200 Subject: [PATCH 10/16] docs: add instructions --- typescript/quicksight/bin/quicksight-example.ts | 7 +++++++ typescript/quicksight/lib/quicksight-example-stack.ts | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/typescript/quicksight/bin/quicksight-example.ts b/typescript/quicksight/bin/quicksight-example.ts index 13e070f71d..d14f48ec7e 100644 --- a/typescript/quicksight/bin/quicksight-example.ts +++ b/typescript/quicksight/bin/quicksight-example.ts @@ -5,3 +5,10 @@ import { QuicksightExampleStack } from '../lib/quicksight-example-stack'; const app = new cdk.App(); new QuicksightExampleStack(app, 'QuicksightExampleStack'); + +// 1. define stack props in QuicksightExampleStack +// 2. pass stack props to QuicksightExampleStack +// 3. make them available in the stack +// 4. name it something along quicksight account arn +// 5. use it getContext here and find out how to pass context with the cli. error out if context is missing +// 6. document how to set up the stack diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index f8e1ce789a..3be319785d 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -23,7 +23,6 @@ export class QuicksightExampleStack extends Stack { */ public static QUICKSIGHT_SERVICE_ROLE = 'aws-quicksight-service-role-v0'; - public static QUICKSIGHT_DATASET_NAME = 'quicksightExampleDataset'; From 54b5652241592b59b597c86b8eb019e775199291 Mon Sep 17 00:00:00 2001 From: SGhotra1 <73190872+SGhotra1@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:07:22 +0200 Subject: [PATCH 11/16] refactor: Fixed some links for Cloudformation resources docs, quicksightAccountArn needs to be passed as context --- typescript/quicksight/README.md | 17 ++++++++++++- .../quicksight/bin/quicksight-example.ts | 14 +++++------ typescript/quicksight/lib/data-transforms.ts | 2 +- typescript/quicksight/lib/input-columns.ts | 7 ++++-- .../lib/quicksight-example-stack.ts | 24 ++++++++++++------- typescript/quicksight/package.json | 4 ++-- 6 files changed, 46 insertions(+), 22 deletions(-) diff --git a/typescript/quicksight/README.md b/typescript/quicksight/README.md index 6e3f6e71a3..112d5cfc1e 100644 --- a/typescript/quicksight/README.md +++ b/typescript/quicksight/README.md @@ -1,3 +1,18 @@ + +--- + +![Stability: Cfn-Only](https://img.shields.io/badge/stability-Cfn--Only-important.svg?style=for-the-badge) + +> **This is an experimental example. It may not build out of the box** +> +> This example is built on Cfn resources. +> +> It requires additional infrastructure prerequisites that must be created before successful build, see below. +> +> If build is unsuccessful, please create an [issue](https://github.com/aws-samples/aws-cdk-examples/issues/new) so that we may debug the problem +--- + + # Welcome to your CDK TypeScript project This is a blank project for CDK development with TypeScript. @@ -13,5 +28,5 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. * `npx cdk diff` compare deployed stack with current state * `npx cdk synth` emits the synthesized CloudFormation template -Data taken from https://data.worldbank.org/indicator/SP.POP.TOTL +world-population.csv file in data directory taken from https://data.worldbank.org/indicator/SP.POP.TOTL License: CC BY-4.0 diff --git a/typescript/quicksight/bin/quicksight-example.ts b/typescript/quicksight/bin/quicksight-example.ts index d14f48ec7e..872c2c0037 100644 --- a/typescript/quicksight/bin/quicksight-example.ts +++ b/typescript/quicksight/bin/quicksight-example.ts @@ -4,11 +4,11 @@ import * as cdk from 'aws-cdk-lib'; import { QuicksightExampleStack } from '../lib/quicksight-example-stack'; const app = new cdk.App(); -new QuicksightExampleStack(app, 'QuicksightExampleStack'); -// 1. define stack props in QuicksightExampleStack -// 2. pass stack props to QuicksightExampleStack -// 3. make them available in the stack -// 4. name it something along quicksight account arn -// 5. use it getContext here and find out how to pass context with the cli. error out if context is missing -// 6. document how to set up the stack +// Quicksight account arn should look like this 'arn:aws:quicksight:::user//' +const quicksightExampleProps = {quicksightAccountArn: app.node.tryGetContext('quicksightAccountArn')}; +if (quicksightExampleProps.quicksightAccountArn == null) { + console.log('quicksightAccountArn is empty! Please provide it via the cdk context'); + process.exit(1); +} +new QuicksightExampleStack(app, 'QuicksightExampleStack', quicksightExampleProps); diff --git a/typescript/quicksight/lib/data-transforms.ts b/typescript/quicksight/lib/data-transforms.ts index 7841d8daa6..8826108f58 100644 --- a/typescript/quicksight/lib/data-transforms.ts +++ b/typescript/quicksight/lib/data-transforms.ts @@ -1,6 +1,6 @@ import { CfnDataSet } from "aws-cdk-lib/aws-quicksight"; /** - * @see https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TransformOperation.html + * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-transformoperation.html */ export const dataTransforms: CfnDataSet.TransformOperationProperty[] = [ { diff --git a/typescript/quicksight/lib/input-columns.ts b/typescript/quicksight/lib/input-columns.ts index 21c1c726dd..782a7bd8d1 100644 --- a/typescript/quicksight/lib/input-columns.ts +++ b/typescript/quicksight/lib/input-columns.ts @@ -1,5 +1,8 @@ - -export const inputColumns = [ +import { CfnDataSet } from "aws-cdk-lib/aws-quicksight"; +/** + * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-inputcolumn.html + */ +export const inputColumns: CfnDataSet.InputColumnProperty[] = [ { "name": "Country Name", "type": "STRING"}, { "name": "Country Code", "type": "STRING"}, { "name": "1960", "type": "STRING"}, diff --git a/typescript/quicksight/lib/quicksight-example-stack.ts b/typescript/quicksight/lib/quicksight-example-stack.ts index 3be319785d..7048502966 100644 --- a/typescript/quicksight/lib/quicksight-example-stack.ts +++ b/typescript/quicksight/lib/quicksight-example-stack.ts @@ -3,10 +3,14 @@ import {BlockPublicAccess, Bucket, BucketAccessControl, BucketEncryption} from ' import {BucketDeployment, Source} from 'aws-cdk-lib/aws-s3-deployment'; import {CfnDataSet, CfnDataSource, CfnTemplate} from 'aws-cdk-lib/aws-quicksight'; import {CfnManagedPolicy} from 'aws-cdk-lib/aws-iam'; -import { Stack, StackProps } from 'aws-cdk-lib'; +import {Stack} from 'aws-cdk-lib'; import {dataTransforms} from './data-transforms'; import {inputColumns} from './input-columns'; +interface QuicksightExampleProps { + quicksightAccountArn: string; +} + export class QuicksightExampleStack extends Stack { /** * location of the manifest json file in the s3 bucket. @@ -25,13 +29,11 @@ export class QuicksightExampleStack extends Stack { public static QUICKSIGHT_DATASET_NAME = 'quicksightExampleDataset'; - - constructor(scope: Construct, id: string, props?: StackProps) { - super(scope, id, props); + constructor(scope: Construct, id: string, props: QuicksightExampleProps) { + super(scope, id); const { bucket, deployment } = this.createBucket(); - const accountQuicksight = 'arn:aws:quicksight:::user//'; - this.createQuicksightResources(bucket, deployment, accountQuicksight); + this.createQuicksightResources(bucket, deployment, props.quicksightAccountArn); } // creates s3 bucket and deploys test data @@ -62,7 +64,7 @@ export class QuicksightExampleStack extends Stack { QuicksightExampleStack.MANIFEST_KEY, manifest ); - // deploy them + // deploy them and the files stored in the data directory const deployment = new BucketDeployment(this, 'BucketDeployment', { sources: [sourceInternal, Source.asset('./data')], destinationBucket: bucket, @@ -154,10 +156,13 @@ export class QuicksightExampleStack extends Stack { } ) - // quicksight needs these to be created so we waiting for the + // quicksight needs these to be created so we're waiting for the creation of these resources quicksightS3DataSource.node.addDependency(managedPolicy); quicksightS3DataSource.node.addDependency(deployment); + /** + * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-physicaltable.html + */ const physicalTableProperties: CfnDataSet.PhysicalTableProperty = { s3Source: { dataSourceArn: quicksightS3DataSource.attrArn, @@ -170,8 +175,9 @@ export class QuicksightExampleStack extends Stack { } } } + /** - * @see https://docs.aws.amazon.com/quicksight/latest/APIReference/API_LogicalTable.html + * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-logicaltable.html */ const logicalTableProperties: CfnDataSet.LogicalTableProperty = { alias: 's3-extract-data-cast', diff --git a/typescript/quicksight/package.json b/typescript/quicksight/package.json index 3fbdd5074f..74aa538ecf 100644 --- a/typescript/quicksight/package.json +++ b/typescript/quicksight/package.json @@ -13,9 +13,9 @@ "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "20.14.9", + "aws-cdk": "2.156.0", "jest": "^29.7.0", "ts-jest": "^29.1.5", - "aws-cdk": "2.156.0", "ts-node": "^10.9.2", "typescript": "~5.5.3" }, @@ -24,4 +24,4 @@ "constructs": "^10.0.0", "source-map-support": "^0.5.21" } -} \ No newline at end of file +} From b3c38623254b8226c069cc829fea673b6612ab6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=BCrmann?= Date: Thu, 10 Oct 2024 10:58:34 +0200 Subject: [PATCH 12/16] docs: a tad more info in the readme --- typescript/quicksight/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/typescript/quicksight/README.md b/typescript/quicksight/README.md index 112d5cfc1e..2366478d34 100644 --- a/typescript/quicksight/README.md +++ b/typescript/quicksight/README.md @@ -13,11 +13,14 @@ --- -# Welcome to your CDK TypeScript project +## Overview -This is a blank project for CDK development with TypeScript. +This project demonstrates how to set up Amazon Quicksight. It will set up a S3 Bucket, import some test data and makes it available as a datasource to quicksight. -The `cdk.json` file tells the CDK Toolkit how to execute your app. +## Deploy + +1. Create a quicksight account [here](https://docs.aws.amazon.com/quicksight/latest/user/signing-up.html). +2. Use the arn of the quicksight account and pass it to cdk using a context `cdk deploy --context quicksightAccountArn=` ## Useful commands From 1fcb98e9e66ff7e6f4182ce76c59ace3d7f60951 Mon Sep 17 00:00:00 2001 From: KathiHae Date: Thu, 10 Oct 2024 14:24:04 +0000 Subject: [PATCH 13/16] chore: readme updated --- typescript/quicksight/README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/typescript/quicksight/README.md b/typescript/quicksight/README.md index 2366478d34..5f61fc4a35 100644 --- a/typescript/quicksight/README.md +++ b/typescript/quicksight/README.md @@ -17,9 +17,23 @@ This project demonstrates how to set up Amazon Quicksight. It will set up a S3 Bucket, import some test data and makes it available as a datasource to quicksight. +With this setup you can create analysis in the console to view e.g. the world-population data: +world-population.csv file in data directory taken from https://data.worldbank.org/indicator/SP.POP.TOTL +License: CC BY-4.0 + +## Build + +To build this app, you need to be in this example's root folder. Then run the following: + +```bash +npm install -g aws-cdk +npm install +npm run build +``` + ## Deploy -1. Create a quicksight account [here](https://docs.aws.amazon.com/quicksight/latest/user/signing-up.html). +1. Create a quicksight account [by following these instructions](https://docs.aws.amazon.com/quicksight/latest/user/signing-up.html). 2. Use the arn of the quicksight account and pass it to cdk using a context `cdk deploy --context quicksightAccountArn=` ## Useful commands @@ -30,6 +44,3 @@ This project demonstrates how to set up Amazon Quicksight. It will set up a S3 B * `npx cdk deploy` deploy this stack to your default AWS account/region * `npx cdk diff` compare deployed stack with current state * `npx cdk synth` emits the synthesized CloudFormation template - -world-population.csv file in data directory taken from https://data.worldbank.org/indicator/SP.POP.TOTL -License: CC BY-4.0 From 535f1e59e63eb493cbdfe267673b68868cb5c920 Mon Sep 17 00:00:00 2001 From: Carlos Revuelto Quero <99762845+carreque@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:31:38 +0000 Subject: [PATCH 14/16] chore: add resources information --- typescript/quicksight/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/typescript/quicksight/README.md b/typescript/quicksight/README.md index 5f61fc4a35..b643dc82f2 100644 --- a/typescript/quicksight/README.md +++ b/typescript/quicksight/README.md @@ -31,6 +31,14 @@ npm install npm run build ``` +## Resources + +1. * `Bucket` (aws-s3): Creates an Amazon S3 bucket with encryption and full access control, used to store data files and the manifest for QuickSight. +2. * `BucketDeployment` (aws-s3-deployment): Deploys world population data and manifest JSON files to the S3 bucket, making them accessible for analysis in QuickSight. +3. * `CfnDataSource` (aws-quicksight): Defines an Amazon QuickSight data source that connects to the S3 bucket to access the uploaded CSV files. +4. * `CfnDataSet` (aws-quicksight): Configures a QuickSight dataset that organizes and structures the CSV data from the S3 bucket for reporting and analysis. +5. * `CfnManagedPolicy` (aws-iam): Creates an IAM policy granting permissions to the QuickSight service role, allowing access to the S3 bucket and other necessary actions. + ## Deploy 1. Create a quicksight account [by following these instructions](https://docs.aws.amazon.com/quicksight/latest/user/signing-up.html). @@ -43,4 +51,4 @@ npm run build * `npm run test` perform the jest unit tests * `npx cdk deploy` deploy this stack to your default AWS account/region * `npx cdk diff` compare deployed stack with current state -* `npx cdk synth` emits the synthesized CloudFormation template +* `npx cdk synth` emits the synthesized CloudFormation template \ No newline at end of file From 8a9b4d93908735c79d75ede6fe577b4a10370025 Mon Sep 17 00:00:00 2001 From: SGhotra1 <73190872+SGhotra1@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:04:06 +0200 Subject: [PATCH 15/16] docs: Added explanation of the quicksight arn, removed test scripts --- typescript/quicksight/README.md | 18 +++++++++++++++--- typescript/quicksight/package.json | 1 - 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/typescript/quicksight/README.md b/typescript/quicksight/README.md index b643dc82f2..198e2c7c85 100644 --- a/typescript/quicksight/README.md +++ b/typescript/quicksight/README.md @@ -22,9 +22,9 @@ world-population.csv file in data directory taken from https://data.worldbank.or License: CC BY-4.0 ## Build - + To build this app, you need to be in this example's root folder. Then run the following: - + ```bash npm install -g aws-cdk npm install @@ -44,6 +44,18 @@ npm run build 1. Create a quicksight account [by following these instructions](https://docs.aws.amazon.com/quicksight/latest/user/signing-up.html). 2. Use the arn of the quicksight account and pass it to cdk using a context `cdk deploy --context quicksightAccountArn=` +The Quicksight account arn should look like this 'arn:aws:quicksight:\:\:user/\/\' + +#### \ +The aws region that contains the quicksight resources. +#### \ +This is your AWS account id. +#### \ +You can create a separate namespace, but if you haven't created one it should be 'default'. +#### \ +You can find the username in Quicksight. It should be the same as your IAM Account name +and if you are using a role it will be added to the name as well like: \/\ + ## Useful commands * `npm run build` compile typescript to js @@ -51,4 +63,4 @@ npm run build * `npm run test` perform the jest unit tests * `npx cdk deploy` deploy this stack to your default AWS account/region * `npx cdk diff` compare deployed stack with current state -* `npx cdk synth` emits the synthesized CloudFormation template \ No newline at end of file +* `npx cdk synth` emits the synthesized CloudFormation template diff --git a/typescript/quicksight/package.json b/typescript/quicksight/package.json index 74aa538ecf..c0302e659f 100644 --- a/typescript/quicksight/package.json +++ b/typescript/quicksight/package.json @@ -7,7 +7,6 @@ "scripts": { "build": "tsc", "watch": "tsc -w", - "test": "jest", "cdk": "cdk" }, "devDependencies": { From 67ba656a18bba9c5e211dd584b9d2dd6a7989eb2 Mon Sep 17 00:00:00 2001 From: SGhotra1 <73190872+SGhotra1@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:37:53 +0100 Subject: [PATCH 16/16] chore: Add DO_NOT_AUTOTEST file --- typescript/quicksight/DO_NOT_AUTOTEST | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 typescript/quicksight/DO_NOT_AUTOTEST diff --git a/typescript/quicksight/DO_NOT_AUTOTEST b/typescript/quicksight/DO_NOT_AUTOTEST new file mode 100644 index 0000000000..e69de29bb2